This Code is installing the Gensim.Gensim is an open source library unsupervised topic modeling and natural language processing.
pip install gensim
Requirement already satisfied: gensim in c:\users\hp\anaconda3\lib\site-packages (4.1.2) Requirement already satisfied: smart-open>=1.8.1 in c:\users\hp\anaconda3\lib\site-packages (from gensim) (5.2.1) Requirement already satisfied: Cython==0.29.23 in c:\users\hp\anaconda3\lib\site-packages (from gensim) (0.29.23) Requirement already satisfied: numpy>=1.17.0 in c:\users\hp\anaconda3\lib\site-packages (from gensim) (1.20.3) Requirement already satisfied: scipy>=0.18.1 in c:\users\hp\anaconda3\lib\site-packages (from gensim) (1.7.1) Note: you may need to restart the kernel to use updated packages.
This is used to import all the necessary packages.NLTK modules define various interfaces which can be used to download corpora, model and other data packages that can be used with the kit. "punkt" is a required package for tokenization.
import nltk
import re
import gensim
import csv
import re
import pandas as pd
import nltk.tokenize
import string
nltk.download('punkt', quiet=True)
True
This code snippet helps us to read the data, and open the dataset.
with open('Clothing_Reviews.csv', encoding="utf-8") as text:
lines = text.readlines()
print(lines[:10])
['rave,Clothing ID,Age,Title,Review Text,Rating,Recommended IND,Positive Feedback Count,Division Name,Department Name,Class Name\n', '0,767,33,,Absolutely wonderful - silky and sexy and comfortable,4,1,0,Initmates,Intimate,Intimates\n', '1,1080,34,,"Love this dress! it\'s sooo pretty. i happened to find it in a store, and i\'m glad i did bc i never would have ordered it online bc it\'s petite. i bought a petite and am 5\'8"". i love the length on me- hits just a little below the knee. would definitely be a true midi on someone who is truly petite.",5,1,4,General,Dresses,Dresses\n', '2,1077,60,Some major design flaws,"I had such high hopes for this dress and really wanted it to work for me. i initially ordered the petite small (my usual size) but i found this to be outrageously small. so small in fact that i could not zip it up! i reordered it in petite medium, which was just ok. overall, the top half was comfortable and fit nicely, but the bottom half had a very tight under layer and several somewhat cheap (net) over layers. imo, a major design flaw was the net over layer sewn directly into the zipper - it c",3,0,0,General,Dresses,Dresses\n', '3,1049,50,My favorite buy!,"I love, love, love this jumpsuit. it\'s fun, flirty, and fabulous! every time i wear it, i get nothing but great compliments!",5,1,0,General Petite,Bottoms,Pants\n', '4,847,47,Flattering shirt,This shirt is very flattering to all due to the adjustable front tie. it is the perfect length to wear with leggings and it is sleeveless so it pairs well with any cardigan. love this shirt!!!,5,1,6,General,Tops,Blouses\n', '5,1080,49,Not for the very petite,"I love tracy reese dresses, but this one is not for the very petite. i am just under 5 feet tall and usually wear a 0p in this brand. this dress was very pretty out of the package but its a lot of dress. the skirt is long and very full so it overwhelmed my small frame. not a stranger to alterations, shortening and narrowing the skirt would take away from the embellishment of the garment. i love the color and the idea of the style but it just did not work on me. i returned this dress.",2,0,4,General,Dresses,Dresses\n', '6,858,39,Cagrcoal shimmer fun,"I aded this in my basket at hte last mintue to see what it would look like in person. (store pick up). i went with teh darkler color only because i am so pale :-) hte color is really gorgeous, and turns out it mathced everythiing i was trying on with it prefectly. it is a little baggy on me and hte xs is hte msallet size (bummer, no petite). i decided to jkeep it though, because as i said, it matvehd everything. my ejans, pants, and the 3 skirts i waas trying on (of which i ]kept all ) oops.",5,1,1,General Petite,Tops,Knits\n', '7,858,39,"Shimmer, surprisingly goes with lots","I ordered this in carbon for store pick up, and had a ton of stuff (as always) to try on and used this top to pair (skirts and pants). everything went with it. the color is really nice charcoal with shimmer, and went well with pencil skirts, flare pants, etc. my only compaint is it is a bit big, sleeves are long and it doesn\'t go in petite. also a bit loose for me, but no xxs... so i kept it and wil ldecide later since the light color is already sold out in hte smallest size...",4,1,4,General Petite,Tops,Knits\n', '8,1077,24,Flattering,I love this dress. i usually get an xs but it runs a little snug in bust so i ordered up a size. very flattering and feminine with the usual retailer flair for style.,5,1,0,General,Dresses,Dresses\n']
This code is to print single lines from the dataset.
for l in lines[:10]:
print (l)
rave,Clothing ID,Age,Title,Review Text,Rating,Recommended IND,Positive Feedback Count,Division Name,Department Name,Class Name 0,767,33,,Absolutely wonderful - silky and sexy and comfortable,4,1,0,Initmates,Intimate,Intimates 1,1080,34,,"Love this dress! it's sooo pretty. i happened to find it in a store, and i'm glad i did bc i never would have ordered it online bc it's petite. i bought a petite and am 5'8"". i love the length on me- hits just a little below the knee. would definitely be a true midi on someone who is truly petite.",5,1,4,General,Dresses,Dresses 2,1077,60,Some major design flaws,"I had such high hopes for this dress and really wanted it to work for me. i initially ordered the petite small (my usual size) but i found this to be outrageously small. so small in fact that i could not zip it up! i reordered it in petite medium, which was just ok. overall, the top half was comfortable and fit nicely, but the bottom half had a very tight under layer and several somewhat cheap (net) over layers. imo, a major design flaw was the net over layer sewn directly into the zipper - it c",3,0,0,General,Dresses,Dresses 3,1049,50,My favorite buy!,"I love, love, love this jumpsuit. it's fun, flirty, and fabulous! every time i wear it, i get nothing but great compliments!",5,1,0,General Petite,Bottoms,Pants 4,847,47,Flattering shirt,This shirt is very flattering to all due to the adjustable front tie. it is the perfect length to wear with leggings and it is sleeveless so it pairs well with any cardigan. love this shirt!!!,5,1,6,General,Tops,Blouses 5,1080,49,Not for the very petite,"I love tracy reese dresses, but this one is not for the very petite. i am just under 5 feet tall and usually wear a 0p in this brand. this dress was very pretty out of the package but its a lot of dress. the skirt is long and very full so it overwhelmed my small frame. not a stranger to alterations, shortening and narrowing the skirt would take away from the embellishment of the garment. i love the color and the idea of the style but it just did not work on me. i returned this dress.",2,0,4,General,Dresses,Dresses 6,858,39,Cagrcoal shimmer fun,"I aded this in my basket at hte last mintue to see what it would look like in person. (store pick up). i went with teh darkler color only because i am so pale :-) hte color is really gorgeous, and turns out it mathced everythiing i was trying on with it prefectly. it is a little baggy on me and hte xs is hte msallet size (bummer, no petite). i decided to jkeep it though, because as i said, it matvehd everything. my ejans, pants, and the 3 skirts i waas trying on (of which i ]kept all ) oops.",5,1,1,General Petite,Tops,Knits 7,858,39,"Shimmer, surprisingly goes with lots","I ordered this in carbon for store pick up, and had a ton of stuff (as always) to try on and used this top to pair (skirts and pants). everything went with it. the color is really nice charcoal with shimmer, and went well with pencil skirts, flare pants, etc. my only compaint is it is a bit big, sleeves are long and it doesn't go in petite. also a bit loose for me, but no xxs... so i kept it and wil ldecide later since the light color is already sold out in hte smallest size...",4,1,4,General Petite,Tops,Knits 8,1077,24,Flattering,I love this dress. i usually get an xs but it runs a little snug in bust so i ordered up a size. very flattering and feminine with the usual retailer flair for style.,5,1,0,General,Dresses,Dresses
This method is used to compile a regular expression pattern provided as a string into a regex pattern object.
PUNCT_RE = re.compile(r'[^\w\s]+$')
def is_punct(string):
return PUNCT_RE.match(string) is not None
Pre- processing : The below code snippet helps to print the lines and tokenize the dataset. Tokenization is the process of breaking the string into pieces such as words, sentences. The tokens as part of the preprocessing step is converted into lower case.
import nltk
import nltk.tokenize
import string
nltk.download('punkt', quiet=True)
for l in lines[:20]:
tokens = nltk.tokenize.word_tokenize(l)
tokens_processed = [token for token in tokens if not is_punct(token)]
tokens_processed = [w.lower() for w in tokens_processed]
print(tokens_processed)
['rave', 'clothing', 'id', 'age', 'title', 'review', 'text', 'rating', 'recommended', 'ind', 'positive', 'feedback', 'count', 'division', 'name', 'department', 'name', 'class', 'name'] ['0,767,33', ',absolutely', 'wonderful', 'silky', 'and', 'sexy', 'and', 'comfortable,4,1,0', 'initmates', 'intimate', 'intimates'] ['1,1080,34', 'love', 'this', 'dress', 'it', "'s", 'sooo', 'pretty', 'i', 'happened', 'to', 'find', 'it', 'in', 'a', 'store', 'and', 'i', "'m", 'glad', 'i', 'did', 'bc', 'i', 'never', 'would', 'have', 'ordered', 'it', 'online', 'bc', 'it', "'s", 'petite', 'i', 'bought', 'a', 'petite', 'and', 'am', '5', '8', 'i', 'love', 'the', 'length', 'on', 'me-', 'hits', 'just', 'a', 'little', 'below', 'the', 'knee', 'would', 'definitely', 'be', 'a', 'true', 'midi', 'on', 'someone', 'who', 'is', 'truly', 'petite', ',5,1,4', 'general', 'dresses', 'dresses'] ['2,1077,60', 'some', 'major', 'design', 'flaws', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'dress', 'and', 'really', 'wanted', 'it', 'to', 'work', 'for', 'me', 'i', 'initially', 'ordered', 'the', 'petite', 'small', 'my', 'usual', 'size', 'but', 'i', 'found', 'this', 'to', 'be', 'outrageously', 'small', 'so', 'small', 'in', 'fact', 'that', 'i', 'could', 'not', 'zip', 'it', 'up', 'i', 'reordered', 'it', 'in', 'petite', 'medium', 'which', 'was', 'just', 'ok.', 'overall', 'the', 'top', 'half', 'was', 'comfortable', 'and', 'fit', 'nicely', 'but', 'the', 'bottom', 'half', 'had', 'a', 'very', 'tight', 'under', 'layer', 'and', 'several', 'somewhat', 'cheap', 'net', 'over', 'layers', 'imo', 'a', 'major', 'design', 'flaw', 'was', 'the', 'net', 'over', 'layer', 'sewn', 'directly', 'into', 'the', 'zipper', 'it', 'c', ',3,0,0', 'general', 'dresses', 'dresses'] ['3,1049,50', 'my', 'favorite', 'buy', 'i', 'love', 'love', 'love', 'this', 'jumpsuit', 'it', "'s", 'fun', 'flirty', 'and', 'fabulous', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'nothing', 'but', 'great', 'compliments', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4,847,47', 'flattering', 'shirt', 'this', 'shirt', 'is', 'very', 'flattering', 'to', 'all', 'due', 'to', 'the', 'adjustable', 'front', 'tie', 'it', 'is', 'the', 'perfect', 'length', 'to', 'wear', 'with', 'leggings', 'and', 'it', 'is', 'sleeveless', 'so', 'it', 'pairs', 'well', 'with', 'any', 'cardigan', 'love', 'this', 'shirt', ',5,1,6', 'general', 'tops', 'blouses'] ['5,1080,49', 'not', 'for', 'the', 'very', 'petite', 'i', 'love', 'tracy', 'reese', 'dresses', 'but', 'this', 'one', 'is', 'not', 'for', 'the', 'very', 'petite', 'i', 'am', 'just', 'under', '5', 'feet', 'tall', 'and', 'usually', 'wear', 'a', '0p', 'in', 'this', 'brand', 'this', 'dress', 'was', 'very', 'pretty', 'out', 'of', 'the', 'package', 'but', 'its', 'a', 'lot', 'of', 'dress', 'the', 'skirt', 'is', 'long', 'and', 'very', 'full', 'so', 'it', 'overwhelmed', 'my', 'small', 'frame', 'not', 'a', 'stranger', 'to', 'alterations', 'shortening', 'and', 'narrowing', 'the', 'skirt', 'would', 'take', 'away', 'from', 'the', 'embellishment', 'of', 'the', 'garment', 'i', 'love', 'the', 'color', 'and', 'the', 'idea', 'of', 'the', 'style', 'but', 'it', 'just', 'did', 'not', 'work', 'on', 'me', 'i', 'returned', 'this', 'dress', ',2,0,4', 'general', 'dresses', 'dresses'] ['6,858,39', 'cagrcoal', 'shimmer', 'fun', 'i', 'aded', 'this', 'in', 'my', 'basket', 'at', 'hte', 'last', 'mintue', 'to', 'see', 'what', 'it', 'would', 'look', 'like', 'in', 'person', 'store', 'pick', 'up', 'i', 'went', 'with', 'teh', 'darkler', 'color', 'only', 'because', 'i', 'am', 'so', 'pale', 'hte', 'color', 'is', 'really', 'gorgeous', 'and', 'turns', 'out', 'it', 'mathced', 'everythiing', 'i', 'was', 'trying', 'on', 'with', 'it', 'prefectly', 'it', 'is', 'a', 'little', 'baggy', 'on', 'me', 'and', 'hte', 'xs', 'is', 'hte', 'msallet', 'size', 'bummer', 'no', 'petite', 'i', 'decided', 'to', 'jkeep', 'it', 'though', 'because', 'as', 'i', 'said', 'it', 'matvehd', 'everything', 'my', 'ejans', 'pants', 'and', 'the', '3', 'skirts', 'i', 'waas', 'trying', 'on', 'of', 'which', 'i', 'kept', 'all', 'oops', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7,858,39', 'shimmer', 'surprisingly', 'goes', 'with', 'lots', 'i', 'ordered', 'this', 'in', 'carbon', 'for', 'store', 'pick', 'up', 'and', 'had', 'a', 'ton', 'of', 'stuff', 'as', 'always', 'to', 'try', 'on', 'and', 'used', 'this', 'top', 'to', 'pair', 'skirts', 'and', 'pants', 'everything', 'went', 'with', 'it', 'the', 'color', 'is', 'really', 'nice', 'charcoal', 'with', 'shimmer', 'and', 'went', 'well', 'with', 'pencil', 'skirts', 'flare', 'pants', 'etc', 'my', 'only', 'compaint', 'is', 'it', 'is', 'a', 'bit', 'big', 'sleeves', 'are', 'long', 'and', 'it', 'does', "n't", 'go', 'in', 'petite', 'also', 'a', 'bit', 'loose', 'for', 'me', 'but', 'no', 'xxs', 'so', 'i', 'kept', 'it', 'and', 'wil', 'ldecide', 'later', 'since', 'the', 'light', 'color', 'is', 'already', 'sold', 'out', 'in', 'hte', 'smallest', 'size', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['8,1077,24', 'flattering', 'i', 'love', 'this', 'dress', 'i', 'usually', 'get', 'an', 'xs', 'but', 'it', 'runs', 'a', 'little', 'snug', 'in', 'bust', 'so', 'i', 'ordered', 'up', 'a', 'size', 'very', 'flattering', 'and', 'feminine', 'with', 'the', 'usual', 'retailer', 'flair', 'for', 'style.,5,1,0', 'general', 'dresses', 'dresses'] ['9,1077,34', 'such', 'a', 'fun', 'dress', 'i', "'m", '5', '5', 'and', '125', 'lbs', 'i', 'ordered', 'the', 's', 'petite', 'to', 'make', 'sure', 'the', 'length', 'was', "n't", 'too', 'long', 'i', 'typically', 'wear', 'an', 'xs', 'regular', 'in', 'retailer', 'dresses', 'if', 'you', "'re", 'less', 'busty', '34b', 'cup', 'or', 'smaller', 'a', 's', 'petite', 'will', 'fit', 'you', 'perfectly', 'snug', 'but', 'not', 'tight', 'i', 'love', 'that', 'i', 'could', 'dress', 'it', 'up', 'for', 'a', 'party', 'or', 'down', 'for', 'work', 'i', 'love', 'that', 'the', 'tulle', 'is', 'longer', 'then', 'the', 'fabric', 'underneath', ',5,1,0', 'general', 'dresses', 'dresses'] ['10,1077,53', 'dress', 'looks', 'like', 'it', "'s", 'made', 'of', 'cheap', 'material', 'dress', 'runs', 'small', 'esp', 'where', 'the', 'zipper', 'area', 'runs', 'i', 'ordered', 'the', 'sp', 'which', 'typically', 'fits', 'me', 'and', 'it', 'was', 'very', 'tight', 'the', 'material', 'on', 'the', 'top', 'looks', 'and', 'feels', 'very', 'cheap', 'that', 'even', 'just', 'pulling', 'on', 'it', 'will', 'cause', 'it', 'to', 'rip', 'the', 'fabric', 'pretty', 'disappointed', 'as', 'it', 'was', 'going', 'to', 'be', 'my', 'christmas', 'dress', 'this', 'year', 'needless', 'to', 'say', 'it', 'will', 'be', 'going', 'back.,3,0,14', 'general', 'dresses', 'dresses'] ['11,1095,39', ',this', 'dress', 'is', 'perfection', 'so', 'pretty', 'and', 'flattering.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12,1095,53', 'perfect', 'more', 'and', 'more', 'i', 'find', 'myself', 'reliant', 'on', 'the', 'reviews', 'written', 'by', 'savvy', 'shoppers', 'before', 'me', 'and', 'for', 'the', 'most', 'past', 'they', 'are', 'right', 'on', 'in', 'their', 'estimation', 'of', 'the', 'product', 'in', 'the', 'case', 'of', 'this', 'dress-if', 'it', 'had', 'not', 'been', 'for', 'the', 'reveiws-i', 'doubt', 'i', 'would', 'have', 'even', 'tried', 'this', 'the', 'dress', 'is', 'beautifully', 'made', 'lined', 'and', 'reminiscent', 'of', 'the', 'old', 'retailer', 'quality', 'it', 'is', 'lined', 'in', 'the', 'solid', 'periwinkle-colored', 'fabric', 'that', 'matches', 'the', 'outer', 'fabric', 'print', 'tts', 'and', 'very', 'form-fitting', 'falls', 'just', 'above', 'the', 'knee', 'and', 'does', 'not', 'rid', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13,767,44', 'runs', 'big', 'bought', 'the', 'black', 'xs', 'to', 'go', 'under', 'the', 'larkspur', 'midi', 'dress', 'because', 'they', 'did', "n't", 'bother', 'lining', 'the', 'skirt', 'portion', 'grrrrrrrrrrr'] ['my', 'stats', 'are', '34a-28/29-36', 'and', 'the', 'xs', 'fit', 'very', 'smoothly', 'around', 'the', 'chest', 'and', 'was', 'flowy', 'around', 'my', 'lower', 'half', 'so', 'i', 'would', 'say', 'it', "'s", 'running', 'big'] ['the', 'straps', 'are', 'very', 'pretty', 'and', 'it', 'could', 'easily', 'be', 'nightwear', 'too'] ['i', "'m", '5', '6', 'and', 'it', 'came', 'to', 'just', 'below', 'my', 'knees', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14,1077,50', 'pretty', 'party', 'dress', 'with', 'some', 'issues', 'this', 'is', 'a', 'nice', 'choice', 'for', 'holiday', 'gatherings', 'i', 'like', 'that', 'the', 'length', 'grazes', 'the', 'knee', 'so', 'it', 'is', 'conservative', 'enough', 'for', 'office', 'related', 'gatherings', 'the', 'size', 'small', 'fit', 'me', 'well', 'i', 'am', 'usually', 'a', 'size', '2/4', 'with', 'a', 'small', 'bust', 'in', 'my', 'opinion', 'it', 'runs', 'small', 'and', 'those', 'with', 'larger', 'busts', 'will', 'definitely', 'have', 'to', 'size', 'up', 'but', 'then', 'perhaps', 'the', 'waist', 'will', 'be', 'too', 'big', 'the', 'problem', 'with', 'this', 'dress', 'is', 'the', 'quality', 'the', 'fabrics', 'are', 'terrible', 'the', 'delicate', 'netting', 'type', 'fabric', 'on', 'the', 'top', 'layer', 'of', 'skirt', 'got', 'stuck', 'in', 'the', 'zip,3,1,1', 'general', 'dresses', 'dresses'] ['15,1065,47', 'nice', 'but', 'not', 'for', 'my', 'body', 'i', 'took', 'these', 'out', 'of', 'the', 'package', 'and', 'wanted', 'them', 'to', 'fit', 'so', 'badly', 'but', 'i', 'could', 'tell', 'before', 'i', 'put', 'them', 'on', 'that', 'they', 'would', "n't", 'these', 'are', 'for', 'an', 'hour-glass', 'figure', 'i', 'am', 'more', 'straight', 'up', 'and', 'down', 'the', 'waist', 'was', 'way', 'too', 'small', 'for', 'my', 'body', 'shape', 'and', 'even', 'if', 'i', 'sized', 'up', 'i', 'could', 'tell', 'they', 'would', 'still', 'be', 'tight', 'in', 'the', 'waist', 'and', 'too', 'roomy', 'in', 'the', 'hips', 'for', 'me', 'that', 'said', 'they', 'are', 'really', 'nice', 'sturdy', 'linen-like', 'fabric', 'pretty', 'color', 'well', 'made', 'i', 'hope', 'they', 'make', 'someone', 'very', 'happy', ',4,1,3', 'general', 'bottoms', 'pants']
Pre-Processing step of removing punctuations and any other characters leaving alpha numeric values.
import nltk
import nltk.tokenize
import string
nltk.download('punkt', quiet=True)
table = str.maketrans('', '', string.punctuation)
stripped = [w.translate(table) for w in tokens]
for l in lines[:20]:
tokens = nltk.tokenize.word_tokenize(l)
tokens_processed = [token for token in tokens if not is_punct(token)]
tokens_processed = [w.lower() for w in tokens_processed]
words = [word for word in stripped if word.isalpha()]
print(tokens_processed)
['rave', 'clothing', 'id', 'age', 'title', 'review', 'text', 'rating', 'recommended', 'ind', 'positive', 'feedback', 'count', 'division', 'name', 'department', 'name', 'class', 'name'] ['0,767,33', ',absolutely', 'wonderful', 'silky', 'and', 'sexy', 'and', 'comfortable,4,1,0', 'initmates', 'intimate', 'intimates'] ['1,1080,34', 'love', 'this', 'dress', 'it', "'s", 'sooo', 'pretty', 'i', 'happened', 'to', 'find', 'it', 'in', 'a', 'store', 'and', 'i', "'m", 'glad', 'i', 'did', 'bc', 'i', 'never', 'would', 'have', 'ordered', 'it', 'online', 'bc', 'it', "'s", 'petite', 'i', 'bought', 'a', 'petite', 'and', 'am', '5', '8', 'i', 'love', 'the', 'length', 'on', 'me-', 'hits', 'just', 'a', 'little', 'below', 'the', 'knee', 'would', 'definitely', 'be', 'a', 'true', 'midi', 'on', 'someone', 'who', 'is', 'truly', 'petite', ',5,1,4', 'general', 'dresses', 'dresses'] ['2,1077,60', 'some', 'major', 'design', 'flaws', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'dress', 'and', 'really', 'wanted', 'it', 'to', 'work', 'for', 'me', 'i', 'initially', 'ordered', 'the', 'petite', 'small', 'my', 'usual', 'size', 'but', 'i', 'found', 'this', 'to', 'be', 'outrageously', 'small', 'so', 'small', 'in', 'fact', 'that', 'i', 'could', 'not', 'zip', 'it', 'up', 'i', 'reordered', 'it', 'in', 'petite', 'medium', 'which', 'was', 'just', 'ok.', 'overall', 'the', 'top', 'half', 'was', 'comfortable', 'and', 'fit', 'nicely', 'but', 'the', 'bottom', 'half', 'had', 'a', 'very', 'tight', 'under', 'layer', 'and', 'several', 'somewhat', 'cheap', 'net', 'over', 'layers', 'imo', 'a', 'major', 'design', 'flaw', 'was', 'the', 'net', 'over', 'layer', 'sewn', 'directly', 'into', 'the', 'zipper', 'it', 'c', ',3,0,0', 'general', 'dresses', 'dresses'] ['3,1049,50', 'my', 'favorite', 'buy', 'i', 'love', 'love', 'love', 'this', 'jumpsuit', 'it', "'s", 'fun', 'flirty', 'and', 'fabulous', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'nothing', 'but', 'great', 'compliments', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4,847,47', 'flattering', 'shirt', 'this', 'shirt', 'is', 'very', 'flattering', 'to', 'all', 'due', 'to', 'the', 'adjustable', 'front', 'tie', 'it', 'is', 'the', 'perfect', 'length', 'to', 'wear', 'with', 'leggings', 'and', 'it', 'is', 'sleeveless', 'so', 'it', 'pairs', 'well', 'with', 'any', 'cardigan', 'love', 'this', 'shirt', ',5,1,6', 'general', 'tops', 'blouses'] ['5,1080,49', 'not', 'for', 'the', 'very', 'petite', 'i', 'love', 'tracy', 'reese', 'dresses', 'but', 'this', 'one', 'is', 'not', 'for', 'the', 'very', 'petite', 'i', 'am', 'just', 'under', '5', 'feet', 'tall', 'and', 'usually', 'wear', 'a', '0p', 'in', 'this', 'brand', 'this', 'dress', 'was', 'very', 'pretty', 'out', 'of', 'the', 'package', 'but', 'its', 'a', 'lot', 'of', 'dress', 'the', 'skirt', 'is', 'long', 'and', 'very', 'full', 'so', 'it', 'overwhelmed', 'my', 'small', 'frame', 'not', 'a', 'stranger', 'to', 'alterations', 'shortening', 'and', 'narrowing', 'the', 'skirt', 'would', 'take', 'away', 'from', 'the', 'embellishment', 'of', 'the', 'garment', 'i', 'love', 'the', 'color', 'and', 'the', 'idea', 'of', 'the', 'style', 'but', 'it', 'just', 'did', 'not', 'work', 'on', 'me', 'i', 'returned', 'this', 'dress', ',2,0,4', 'general', 'dresses', 'dresses'] ['6,858,39', 'cagrcoal', 'shimmer', 'fun', 'i', 'aded', 'this', 'in', 'my', 'basket', 'at', 'hte', 'last', 'mintue', 'to', 'see', 'what', 'it', 'would', 'look', 'like', 'in', 'person', 'store', 'pick', 'up', 'i', 'went', 'with', 'teh', 'darkler', 'color', 'only', 'because', 'i', 'am', 'so', 'pale', 'hte', 'color', 'is', 'really', 'gorgeous', 'and', 'turns', 'out', 'it', 'mathced', 'everythiing', 'i', 'was', 'trying', 'on', 'with', 'it', 'prefectly', 'it', 'is', 'a', 'little', 'baggy', 'on', 'me', 'and', 'hte', 'xs', 'is', 'hte', 'msallet', 'size', 'bummer', 'no', 'petite', 'i', 'decided', 'to', 'jkeep', 'it', 'though', 'because', 'as', 'i', 'said', 'it', 'matvehd', 'everything', 'my', 'ejans', 'pants', 'and', 'the', '3', 'skirts', 'i', 'waas', 'trying', 'on', 'of', 'which', 'i', 'kept', 'all', 'oops', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7,858,39', 'shimmer', 'surprisingly', 'goes', 'with', 'lots', 'i', 'ordered', 'this', 'in', 'carbon', 'for', 'store', 'pick', 'up', 'and', 'had', 'a', 'ton', 'of', 'stuff', 'as', 'always', 'to', 'try', 'on', 'and', 'used', 'this', 'top', 'to', 'pair', 'skirts', 'and', 'pants', 'everything', 'went', 'with', 'it', 'the', 'color', 'is', 'really', 'nice', 'charcoal', 'with', 'shimmer', 'and', 'went', 'well', 'with', 'pencil', 'skirts', 'flare', 'pants', 'etc', 'my', 'only', 'compaint', 'is', 'it', 'is', 'a', 'bit', 'big', 'sleeves', 'are', 'long', 'and', 'it', 'does', "n't", 'go', 'in', 'petite', 'also', 'a', 'bit', 'loose', 'for', 'me', 'but', 'no', 'xxs', 'so', 'i', 'kept', 'it', 'and', 'wil', 'ldecide', 'later', 'since', 'the', 'light', 'color', 'is', 'already', 'sold', 'out', 'in', 'hte', 'smallest', 'size', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['8,1077,24', 'flattering', 'i', 'love', 'this', 'dress', 'i', 'usually', 'get', 'an', 'xs', 'but', 'it', 'runs', 'a', 'little', 'snug', 'in', 'bust', 'so', 'i', 'ordered', 'up', 'a', 'size', 'very', 'flattering', 'and', 'feminine', 'with', 'the', 'usual', 'retailer', 'flair', 'for', 'style.,5,1,0', 'general', 'dresses', 'dresses'] ['9,1077,34', 'such', 'a', 'fun', 'dress', 'i', "'m", '5', '5', 'and', '125', 'lbs', 'i', 'ordered', 'the', 's', 'petite', 'to', 'make', 'sure', 'the', 'length', 'was', "n't", 'too', 'long', 'i', 'typically', 'wear', 'an', 'xs', 'regular', 'in', 'retailer', 'dresses', 'if', 'you', "'re", 'less', 'busty', '34b', 'cup', 'or', 'smaller', 'a', 's', 'petite', 'will', 'fit', 'you', 'perfectly', 'snug', 'but', 'not', 'tight', 'i', 'love', 'that', 'i', 'could', 'dress', 'it', 'up', 'for', 'a', 'party', 'or', 'down', 'for', 'work', 'i', 'love', 'that', 'the', 'tulle', 'is', 'longer', 'then', 'the', 'fabric', 'underneath', ',5,1,0', 'general', 'dresses', 'dresses'] ['10,1077,53', 'dress', 'looks', 'like', 'it', "'s", 'made', 'of', 'cheap', 'material', 'dress', 'runs', 'small', 'esp', 'where', 'the', 'zipper', 'area', 'runs', 'i', 'ordered', 'the', 'sp', 'which', 'typically', 'fits', 'me', 'and', 'it', 'was', 'very', 'tight', 'the', 'material', 'on', 'the', 'top', 'looks', 'and', 'feels', 'very', 'cheap', 'that', 'even', 'just', 'pulling', 'on', 'it', 'will', 'cause', 'it', 'to', 'rip', 'the', 'fabric', 'pretty', 'disappointed', 'as', 'it', 'was', 'going', 'to', 'be', 'my', 'christmas', 'dress', 'this', 'year', 'needless', 'to', 'say', 'it', 'will', 'be', 'going', 'back.,3,0,14', 'general', 'dresses', 'dresses'] ['11,1095,39', ',this', 'dress', 'is', 'perfection', 'so', 'pretty', 'and', 'flattering.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12,1095,53', 'perfect', 'more', 'and', 'more', 'i', 'find', 'myself', 'reliant', 'on', 'the', 'reviews', 'written', 'by', 'savvy', 'shoppers', 'before', 'me', 'and', 'for', 'the', 'most', 'past', 'they', 'are', 'right', 'on', 'in', 'their', 'estimation', 'of', 'the', 'product', 'in', 'the', 'case', 'of', 'this', 'dress-if', 'it', 'had', 'not', 'been', 'for', 'the', 'reveiws-i', 'doubt', 'i', 'would', 'have', 'even', 'tried', 'this', 'the', 'dress', 'is', 'beautifully', 'made', 'lined', 'and', 'reminiscent', 'of', 'the', 'old', 'retailer', 'quality', 'it', 'is', 'lined', 'in', 'the', 'solid', 'periwinkle-colored', 'fabric', 'that', 'matches', 'the', 'outer', 'fabric', 'print', 'tts', 'and', 'very', 'form-fitting', 'falls', 'just', 'above', 'the', 'knee', 'and', 'does', 'not', 'rid', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13,767,44', 'runs', 'big', 'bought', 'the', 'black', 'xs', 'to', 'go', 'under', 'the', 'larkspur', 'midi', 'dress', 'because', 'they', 'did', "n't", 'bother', 'lining', 'the', 'skirt', 'portion', 'grrrrrrrrrrr'] ['my', 'stats', 'are', '34a-28/29-36', 'and', 'the', 'xs', 'fit', 'very', 'smoothly', 'around', 'the', 'chest', 'and', 'was', 'flowy', 'around', 'my', 'lower', 'half', 'so', 'i', 'would', 'say', 'it', "'s", 'running', 'big'] ['the', 'straps', 'are', 'very', 'pretty', 'and', 'it', 'could', 'easily', 'be', 'nightwear', 'too'] ['i', "'m", '5', '6', 'and', 'it', 'came', 'to', 'just', 'below', 'my', 'knees', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14,1077,50', 'pretty', 'party', 'dress', 'with', 'some', 'issues', 'this', 'is', 'a', 'nice', 'choice', 'for', 'holiday', 'gatherings', 'i', 'like', 'that', 'the', 'length', 'grazes', 'the', 'knee', 'so', 'it', 'is', 'conservative', 'enough', 'for', 'office', 'related', 'gatherings', 'the', 'size', 'small', 'fit', 'me', 'well', 'i', 'am', 'usually', 'a', 'size', '2/4', 'with', 'a', 'small', 'bust', 'in', 'my', 'opinion', 'it', 'runs', 'small', 'and', 'those', 'with', 'larger', 'busts', 'will', 'definitely', 'have', 'to', 'size', 'up', 'but', 'then', 'perhaps', 'the', 'waist', 'will', 'be', 'too', 'big', 'the', 'problem', 'with', 'this', 'dress', 'is', 'the', 'quality', 'the', 'fabrics', 'are', 'terrible', 'the', 'delicate', 'netting', 'type', 'fabric', 'on', 'the', 'top', 'layer', 'of', 'skirt', 'got', 'stuck', 'in', 'the', 'zip,3,1,1', 'general', 'dresses', 'dresses'] ['15,1065,47', 'nice', 'but', 'not', 'for', 'my', 'body', 'i', 'took', 'these', 'out', 'of', 'the', 'package', 'and', 'wanted', 'them', 'to', 'fit', 'so', 'badly', 'but', 'i', 'could', 'tell', 'before', 'i', 'put', 'them', 'on', 'that', 'they', 'would', "n't", 'these', 'are', 'for', 'an', 'hour-glass', 'figure', 'i', 'am', 'more', 'straight', 'up', 'and', 'down', 'the', 'waist', 'was', 'way', 'too', 'small', 'for', 'my', 'body', 'shape', 'and', 'even', 'if', 'i', 'sized', 'up', 'i', 'could', 'tell', 'they', 'would', 'still', 'be', 'tight', 'in', 'the', 'waist', 'and', 'too', 'roomy', 'in', 'the', 'hips', 'for', 'me', 'that', 'said', 'they', 'are', 'really', 'nice', 'sturdy', 'linen-like', 'fabric', 'pretty', 'color', 'well', 'made', 'i', 'hope', 'they', 'make', 'someone', 'very', 'happy', ',4,1,3', 'general', 'bottoms', 'pants']
The below code snippet helps to print the lines and tokenize the dataset. Tokenization is the process of breaking the string into pieces such as words, sentences.
data = []
for l in lines[:20000]:
tokens = nltk.tokenize.word_tokenize(l)
tokens_processed = [token for token in tokens if not is_punct(token)]
tokens_processed = [w.lower() for w in tokens_processed]
print(tokens_processed)
data.append(tokens_processed)
print(data)
['rave', 'clothing', 'id', 'age', 'title', 'review', 'text', 'rating', 'recommended', 'ind', 'positive', 'feedback', 'count', 'division', 'name', 'department', 'name', 'class', 'name'] ['0,767,33', ',absolutely', 'wonderful', 'silky', 'and', 'sexy', 'and', 'comfortable,4,1,0', 'initmates', 'intimate', 'intimates'] ['1,1080,34', 'love', 'this', 'dress', 'it', "'s", 'sooo', 'pretty', 'i', 'happened', 'to', 'find', 'it', 'in', 'a', 'store', 'and', 'i', "'m", 'glad', 'i', 'did', 'bc', 'i', 'never', 'would', 'have', 'ordered', 'it', 'online', 'bc', 'it', "'s", 'petite', 'i', 'bought', 'a', 'petite', 'and', 'am', '5', '8', 'i', 'love', 'the', 'length', 'on', 'me-', 'hits', 'just', 'a', 'little', 'below', 'the', 'knee', 'would', 'definitely', 'be', 'a', 'true', 'midi', 'on', 'someone', 'who', 'is', 'truly', 'petite', ',5,1,4', 'general', 'dresses', 'dresses'] ['2,1077,60', 'some', 'major', 'design', 'flaws', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'dress', 'and', 'really', 'wanted', 'it', 'to', 'work', 'for', 'me', 'i', 'initially', 'ordered', 'the', 'petite', 'small', 'my', 'usual', 'size', 'but', 'i', 'found', 'this', 'to', 'be', 'outrageously', 'small', 'so', 'small', 'in', 'fact', 'that', 'i', 'could', 'not', 'zip', 'it', 'up', 'i', 'reordered', 'it', 'in', 'petite', 'medium', 'which', 'was', 'just', 'ok.', 'overall', 'the', 'top', 'half', 'was', 'comfortable', 'and', 'fit', 'nicely', 'but', 'the', 'bottom', 'half', 'had', 'a', 'very', 'tight', 'under', 'layer', 'and', 'several', 'somewhat', 'cheap', 'net', 'over', 'layers', 'imo', 'a', 'major', 'design', 'flaw', 'was', 'the', 'net', 'over', 'layer', 'sewn', 'directly', 'into', 'the', 'zipper', 'it', 'c', ',3,0,0', 'general', 'dresses', 'dresses'] ['3,1049,50', 'my', 'favorite', 'buy', 'i', 'love', 'love', 'love', 'this', 'jumpsuit', 'it', "'s", 'fun', 'flirty', 'and', 'fabulous', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'nothing', 'but', 'great', 'compliments', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4,847,47', 'flattering', 'shirt', 'this', 'shirt', 'is', 'very', 'flattering', 'to', 'all', 'due', 'to', 'the', 'adjustable', 'front', 'tie', 'it', 'is', 'the', 'perfect', 'length', 'to', 'wear', 'with', 'leggings', 'and', 'it', 'is', 'sleeveless', 'so', 'it', 'pairs', 'well', 'with', 'any', 'cardigan', 'love', 'this', 'shirt', ',5,1,6', 'general', 'tops', 'blouses'] ['5,1080,49', 'not', 'for', 'the', 'very', 'petite', 'i', 'love', 'tracy', 'reese', 'dresses', 'but', 'this', 'one', 'is', 'not', 'for', 'the', 'very', 'petite', 'i', 'am', 'just', 'under', '5', 'feet', 'tall', 'and', 'usually', 'wear', 'a', '0p', 'in', 'this', 'brand', 'this', 'dress', 'was', 'very', 'pretty', 'out', 'of', 'the', 'package', 'but', 'its', 'a', 'lot', 'of', 'dress', 'the', 'skirt', 'is', 'long', 'and', 'very', 'full', 'so', 'it', 'overwhelmed', 'my', 'small', 'frame', 'not', 'a', 'stranger', 'to', 'alterations', 'shortening', 'and', 'narrowing', 'the', 'skirt', 'would', 'take', 'away', 'from', 'the', 'embellishment', 'of', 'the', 'garment', 'i', 'love', 'the', 'color', 'and', 'the', 'idea', 'of', 'the', 'style', 'but', 'it', 'just', 'did', 'not', 'work', 'on', 'me', 'i', 'returned', 'this', 'dress', ',2,0,4', 'general', 'dresses', 'dresses'] ['6,858,39', 'cagrcoal', 'shimmer', 'fun', 'i', 'aded', 'this', 'in', 'my', 'basket', 'at', 'hte', 'last', 'mintue', 'to', 'see', 'what', 'it', 'would', 'look', 'like', 'in', 'person', 'store', 'pick', 'up', 'i', 'went', 'with', 'teh', 'darkler', 'color', 'only', 'because', 'i', 'am', 'so', 'pale', 'hte', 'color', 'is', 'really', 'gorgeous', 'and', 'turns', 'out', 'it', 'mathced', 'everythiing', 'i', 'was', 'trying', 'on', 'with', 'it', 'prefectly', 'it', 'is', 'a', 'little', 'baggy', 'on', 'me', 'and', 'hte', 'xs', 'is', 'hte', 'msallet', 'size', 'bummer', 'no', 'petite', 'i', 'decided', 'to', 'jkeep', 'it', 'though', 'because', 'as', 'i', 'said', 'it', 'matvehd', 'everything', 'my', 'ejans', 'pants', 'and', 'the', '3', 'skirts', 'i', 'waas', 'trying', 'on', 'of', 'which', 'i', 'kept', 'all', 'oops', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7,858,39', 'shimmer', 'surprisingly', 'goes', 'with', 'lots', 'i', 'ordered', 'this', 'in', 'carbon', 'for', 'store', 'pick', 'up', 'and', 'had', 'a', 'ton', 'of', 'stuff', 'as', 'always', 'to', 'try', 'on', 'and', 'used', 'this', 'top', 'to', 'pair', 'skirts', 'and', 'pants', 'everything', 'went', 'with', 'it', 'the', 'color', 'is', 'really', 'nice', 'charcoal', 'with', 'shimmer', 'and', 'went', 'well', 'with', 'pencil', 'skirts', 'flare', 'pants', 'etc', 'my', 'only', 'compaint', 'is', 'it', 'is', 'a', 'bit', 'big', 'sleeves', 'are', 'long', 'and', 'it', 'does', "n't", 'go', 'in', 'petite', 'also', 'a', 'bit', 'loose', 'for', 'me', 'but', 'no', 'xxs', 'so', 'i', 'kept', 'it', 'and', 'wil', 'ldecide', 'later', 'since', 'the', 'light', 'color', 'is', 'already', 'sold', 'out', 'in', 'hte', 'smallest', 'size', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['8,1077,24', 'flattering', 'i', 'love', 'this', 'dress', 'i', 'usually', 'get', 'an', 'xs', 'but', 'it', 'runs', 'a', 'little', 'snug', 'in', 'bust', 'so', 'i', 'ordered', 'up', 'a', 'size', 'very', 'flattering', 'and', 'feminine', 'with', 'the', 'usual', 'retailer', 'flair', 'for', 'style.,5,1,0', 'general', 'dresses', 'dresses'] ['9,1077,34', 'such', 'a', 'fun', 'dress', 'i', "'m", '5', '5', 'and', '125', 'lbs', 'i', 'ordered', 'the', 's', 'petite', 'to', 'make', 'sure', 'the', 'length', 'was', "n't", 'too', 'long', 'i', 'typically', 'wear', 'an', 'xs', 'regular', 'in', 'retailer', 'dresses', 'if', 'you', "'re", 'less', 'busty', '34b', 'cup', 'or', 'smaller', 'a', 's', 'petite', 'will', 'fit', 'you', 'perfectly', 'snug', 'but', 'not', 'tight', 'i', 'love', 'that', 'i', 'could', 'dress', 'it', 'up', 'for', 'a', 'party', 'or', 'down', 'for', 'work', 'i', 'love', 'that', 'the', 'tulle', 'is', 'longer', 'then', 'the', 'fabric', 'underneath', ',5,1,0', 'general', 'dresses', 'dresses'] ['10,1077,53', 'dress', 'looks', 'like', 'it', "'s", 'made', 'of', 'cheap', 'material', 'dress', 'runs', 'small', 'esp', 'where', 'the', 'zipper', 'area', 'runs', 'i', 'ordered', 'the', 'sp', 'which', 'typically', 'fits', 'me', 'and', 'it', 'was', 'very', 'tight', 'the', 'material', 'on', 'the', 'top', 'looks', 'and', 'feels', 'very', 'cheap', 'that', 'even', 'just', 'pulling', 'on', 'it', 'will', 'cause', 'it', 'to', 'rip', 'the', 'fabric', 'pretty', 'disappointed', 'as', 'it', 'was', 'going', 'to', 'be', 'my', 'christmas', 'dress', 'this', 'year', 'needless', 'to', 'say', 'it', 'will', 'be', 'going', 'back.,3,0,14', 'general', 'dresses', 'dresses'] ['11,1095,39', ',this', 'dress', 'is', 'perfection', 'so', 'pretty', 'and', 'flattering.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12,1095,53', 'perfect', 'more', 'and', 'more', 'i', 'find', 'myself', 'reliant', 'on', 'the', 'reviews', 'written', 'by', 'savvy', 'shoppers', 'before', 'me', 'and', 'for', 'the', 'most', 'past', 'they', 'are', 'right', 'on', 'in', 'their', 'estimation', 'of', 'the', 'product', 'in', 'the', 'case', 'of', 'this', 'dress-if', 'it', 'had', 'not', 'been', 'for', 'the', 'reveiws-i', 'doubt', 'i', 'would', 'have', 'even', 'tried', 'this', 'the', 'dress', 'is', 'beautifully', 'made', 'lined', 'and', 'reminiscent', 'of', 'the', 'old', 'retailer', 'quality', 'it', 'is', 'lined', 'in', 'the', 'solid', 'periwinkle-colored', 'fabric', 'that', 'matches', 'the', 'outer', 'fabric', 'print', 'tts', 'and', 'very', 'form-fitting', 'falls', 'just', 'above', 'the', 'knee', 'and', 'does', 'not', 'rid', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13,767,44', 'runs', 'big', 'bought', 'the', 'black', 'xs', 'to', 'go', 'under', 'the', 'larkspur', 'midi', 'dress', 'because', 'they', 'did', "n't", 'bother', 'lining', 'the', 'skirt', 'portion', 'grrrrrrrrrrr'] ['my', 'stats', 'are', '34a-28/29-36', 'and', 'the', 'xs', 'fit', 'very', 'smoothly', 'around', 'the', 'chest', 'and', 'was', 'flowy', 'around', 'my', 'lower', 'half', 'so', 'i', 'would', 'say', 'it', "'s", 'running', 'big'] ['the', 'straps', 'are', 'very', 'pretty', 'and', 'it', 'could', 'easily', 'be', 'nightwear', 'too'] ['i', "'m", '5', '6', 'and', 'it', 'came', 'to', 'just', 'below', 'my', 'knees', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14,1077,50', 'pretty', 'party', 'dress', 'with', 'some', 'issues', 'this', 'is', 'a', 'nice', 'choice', 'for', 'holiday', 'gatherings', 'i', 'like', 'that', 'the', 'length', 'grazes', 'the', 'knee', 'so', 'it', 'is', 'conservative', 'enough', 'for', 'office', 'related', 'gatherings', 'the', 'size', 'small', 'fit', 'me', 'well', 'i', 'am', 'usually', 'a', 'size', '2/4', 'with', 'a', 'small', 'bust', 'in', 'my', 'opinion', 'it', 'runs', 'small', 'and', 'those', 'with', 'larger', 'busts', 'will', 'definitely', 'have', 'to', 'size', 'up', 'but', 'then', 'perhaps', 'the', 'waist', 'will', 'be', 'too', 'big', 'the', 'problem', 'with', 'this', 'dress', 'is', 'the', 'quality', 'the', 'fabrics', 'are', 'terrible', 'the', 'delicate', 'netting', 'type', 'fabric', 'on', 'the', 'top', 'layer', 'of', 'skirt', 'got', 'stuck', 'in', 'the', 'zip,3,1,1', 'general', 'dresses', 'dresses'] ['15,1065,47', 'nice', 'but', 'not', 'for', 'my', 'body', 'i', 'took', 'these', 'out', 'of', 'the', 'package', 'and', 'wanted', 'them', 'to', 'fit', 'so', 'badly', 'but', 'i', 'could', 'tell', 'before', 'i', 'put', 'them', 'on', 'that', 'they', 'would', "n't", 'these', 'are', 'for', 'an', 'hour-glass', 'figure', 'i', 'am', 'more', 'straight', 'up', 'and', 'down', 'the', 'waist', 'was', 'way', 'too', 'small', 'for', 'my', 'body', 'shape', 'and', 'even', 'if', 'i', 'sized', 'up', 'i', 'could', 'tell', 'they', 'would', 'still', 'be', 'tight', 'in', 'the', 'waist', 'and', 'too', 'roomy', 'in', 'the', 'hips', 'for', 'me', 'that', 'said', 'they', 'are', 'really', 'nice', 'sturdy', 'linen-like', 'fabric', 'pretty', 'color', 'well', 'made', 'i', 'hope', 'they', 'make', 'someone', 'very', 'happy', ',4,1,3', 'general', 'bottoms', 'pants'] ['16,1065,34', 'you', 'need', 'to', 'be', 'at', 'least', 'average', 'height', 'or', 'taller', 'material', 'and', 'color', 'is', 'nice', 'the', 'leg', 'opening', 'is', 'very', 'large', 'i', 'am', '5', '1', '100', 'and', 'the', 'length', 'hits', 'me', 'right', 'above', 'my', 'ankle', 'with', 'a', 'leg', 'opening', 'the', 'size', 'of', 'my', 'waist', 'and', 'hem', 'line', 'above', 'my', 'ankle', 'and', 'front', 'pleats', 'to', 'make', 'me', 'fluffy', 'i', 'think', 'you', 'can', 'imagine', 'that', 'it', 'is', 'not', 'a', 'flattering', 'look', 'if', 'you', 'are', 'at', 'least', 'average', 'height', 'or', 'taller', 'this', 'may', 'look', 'good', 'on', 'you', ',3,1,2', 'general', 'bottoms', 'pants'] ['17,853,41', 'looks', 'great', 'with', 'white', 'pants', 'took', 'a', 'chance', 'on', 'this', 'blouse', 'and', 'so', 'glad', 'i', 'did', 'i', 'was', "n't", 'crazy', 'about', 'how', 'the', 'blouse', 'is', 'photographed', 'on', 'the', 'model', 'i', 'paired', 'it', 'whit', 'white', 'pants', 'and', 'it', 'worked', 'perfectly', 'crisp', 'and', 'clean', 'is', 'how', 'i', 'would', 'describe', 'it', 'launders', 'well', 'fits', 'great', 'drape', 'is', 'perfect', 'wear', 'tucked', 'in', 'or', 'out', 'ca', "n't", 'go', 'wrong.,5,1,0', 'general', 'tops', 'blouses'] ['18,1120,32', 'super', 'cute', 'and', 'cozy', 'a', 'flattering', 'super', 'cozy', 'coat', 'will', 'work', 'well', 'for', 'cold', 'dry', 'days', 'and', 'will', 'look', 'good', 'with', 'jeans', 'or', 'a', 'dressier', 'outfit', 'i', 'am', '5', '5', 'about', '135', 'and', 'the', 'small', 'fits', 'great', ',5,1,0', 'general', 'jackets', 'outerwear'] ['19,1077,47', 'stylish', 'and', 'comfortable', 'i', 'love', 'the', 'look', 'and', 'feel', 'of', 'this', 'tulle', 'dress', 'i', 'was', 'looking', 'for', 'something', 'different', 'but', 'not', 'over', 'the', 'top', 'for', 'new', 'year', "'s", 'eve', 'i', "'m", 'small', 'chested', 'and', 'the', 'top', 'of', 'this', 'dress', 'is', 'form', 'fitting', 'for', 'a', 'flattering', 'look', 'once', 'i', 'steamed', 'the', 'tulle', 'it', 'was', 'perfect', 'i', 'ordered', 'an', 'xsp', 'length', 'was', 'perfect', 'too', ',5,1,0', 'general', 'dresses', 'dresses'] ['20,847,33', 'cute', 'crisp', 'shirt', 'if', 'this', 'product', 'was', 'in', 'petite', 'i', 'would', 'get', 'the', 'petite', 'the', 'regular', 'is', 'a', 'little', 'long', 'on', 'me', 'but', 'a', 'tailor', 'can', 'do', 'a', 'simple', 'fix', 'on', 'that'] [] ['fits', 'nicely', 'i', "'m", '5', '4', '130lb', 'and', 'pregnant', 'so', 'i', 'bough', 't', 'medium', 'to', 'grow', 'into'] [] ['the', 'tie', 'can', 'be', 'front', 'or', 'back', 'so', 'provides', 'for', 'some', 'nice', 'flexibility', 'on', 'form', 'fitting', ',4,1,2', 'general', 'tops', 'blouses'] ['21,1080,55', 'i', "'m", 'torn', 'i', "'m", 'upset', 'because', 'for', 'the', 'price', 'of', 'the', 'dress', 'i', 'thought', 'it', 'was', 'embroidered', 'no', 'that', 'is', 'a', 'print', 'on', 'the', 'fabric', 'i', 'think', 'i', 'cried', 'a', 'little', 'when', 'i', 'opened', 'the', 'box', 'it', 'is', 'still', 'ver', 'pretty', 'i', 'would', 'say', 'it', 'is', 'true', 'to', 'size', 'it', 'is', 'a', 'tad', 'bit', 'big', 'on', 'me', 'but', 'i', 'am', 'very', 'tiny', 'but', 'i', 'can', 'still', 'get', 'away', 'with', 'it', 'the', 'color', 'is', 'vibrant', 'the', 'style', 'is', 'unique', 'skirt', 'portion', 'is', 'pretty', 'poofy', 'i', 'keep', 'going', 'back', 'and', 'forth', 'on', 'it', 'mainly', 'because', 'of', 'the', 'price', 'although', 'the', 'quality', 'is', 'definitely', 'there', 'except', 'i', 'wish', 'it', 'were', 'emb', ',4,1,14', 'general', 'dresses', 'dresses'] ['22,1077,31', 'not', 'what', 'it', 'looks', 'like', 'first', 'of', 'all', 'this', 'is', 'not', 'pullover', 'styling', 'there', 'is', 'a', 'side', 'zipper', 'i', 'would', "n't", 'have', 'purchased', 'it', 'if', 'i', 'knew', 'there', 'was', 'a', 'side', 'zipper', 'because', 'i', 'have', 'a', 'large', 'bust', 'and', 'side', 'zippers', 'are', 'next', 'to', 'impossible', 'for', 'me'] [] ['second', 'of', 'all', 'the', 'tulle', 'feels', 'and', 'looks', 'cheap', 'and', 'the', 'slip', 'has', 'an', 'awkward', 'tight', 'shape', 'underneath'] [] ['not', 'at', 'all', 'what', 'is', 'looks', 'like', 'or', 'is', 'described', 'as', 'sadly', 'will', 'be', 'returning', 'but', 'i', "'m", 'sure', 'i', 'will', 'find', 'something', 'to', 'exchange', 'it', 'for', ',2,0,7', 'general', 'dresses', 'dresses'] ['23,1077,34', 'like', 'it', 'but', 'do', "n't", 'love', 'it', 'cute', 'little', 'dress', 'fits', 'tts', 'it', 'is', 'a', 'little', 'high', 'waisted', 'good', 'length', 'for', 'my', '5', '9', 'height', 'i', 'like', 'the', 'dress', 'i', "'m", 'just', 'not', 'in', 'love', 'with', 'it', 'i', 'dont', 'think', 'it', 'looks', 'or', 'feels', 'cheap', 'it', 'appears', 'just', 'as', 'pictured', ',3,1,0', 'general', 'dresses', 'dresses'] ['24,847,55', 'versatile', 'i', 'love', 'this', 'shirt', 'because', 'when', 'i', 'first', 'saw', 'it', 'i', 'was', "n't", 'sure', 'if', 'it', 'was', 'a', 'shirt', 'or', 'dress', 'since', 'it', 'is', 'see-through', 'if', 'you', 'wear', 'it', 'like', 'a', 'dress', 'you', 'will', 'need', 'a', 'slip', 'or', 'wear', 'it', 'with', 'leggings', 'i', 'bought', 'a', 'slip', 'wore', 'the', 'tie', 'in', 'the', 'back', 'and', 'rocked', 'it', 'with', 'white', 'wedges', 'you', 'could', 'also', 'wear', 'it', 'as', 'a', 'vest', 'be', 'careful', 'with', 'the', 'buttons', 'i', 'have', "n't", 'had', 'any', 'fall', 'off', 'yet', 'but', 'i', 'feel', 'like', 'they', 'will', 'overall', 'it', "'s", 'great', 'for', 'any', 'occasion', 'and', 'it', "'s", 'fun', 'to', 'wear', ',5,1,0', 'general', 'tops', 'blouses'] ['25,697,31', 'falls', 'flat', 'loved', 'the', 'material', 'but', 'i', 'didnt', 'really', 'look', 'at', 'how', 'long', 'the', 'dress', 'was', 'before', 'i', 'purchased', 'both', 'a', 'large', 'and', 'a', 'medium', 'im', '5', '5', 'and', 'there', 'was', 'atleast', '5', 'of', 'material', 'at', 'my', 'feet', 'the', 'gaps', 'in', 'the', 'front', 'are', 'much', 'wider', 'than', 'they', 'look', 'felt', 'like', 'the', 'dress', 'just', 'fell', 'flat', 'both', 'were', 'returned', 'im', 'usually', 'a', 'large', 'and', 'the', 'med', 'fit', 'better', '36d', '30', 'in', 'jeans', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['26,949,33', 'huge', 'disappointment', 'i', 'have', 'been', 'waiting', 'for', 'this', 'sweater', 'coat', 'to', 'ship', 'for', 'weeks', 'and', 'i', 'was', 'so', 'excited', 'for', 'it', 'to', 'arrive', 'this', 'coat', 'is', 'not', 'true', 'to', 'size', 'and', 'made', 'me', 'look', 'short', 'and', 'squat', 'the', 'sleeves', 'are', 'very', 'wide', 'although', 'long', 'as', 'a', 'light', 'weight', 'fall', 'coat', 'the', 'sleeves', 'do', "n't", 'need', 'to', 'be', 'as', 'wide', 'because', 'you', 'would', "n't", 'be', 'layerng', 'too', 'much', 'underneath', 'the', 'buttons', 'need', 'to', 'be', 'moved', 'at', 'least', 'three', 'inches', 'in', 'for', 'a', 'nicer', 'fit', 'i', 'thought', 'about', 'redoing', 'the', 'buttons', 'myself', 'but', 'the', 'sleeves', 'looked', 'even', 'more', 'out', 'of', 'proportion', 'with', 'a', 'tigh,2,0,0', 'general', 'tops', 'sweaters'] ['27,1003,31', 'loved', 'but', 'returned', 'the', 'colors', 'were', "n't", 'what', 'i', 'expected', 'either', 'the', 'dark', 'blue', 'is', 'much', 'more', 'vibrant', 'and', 'i', 'just', 'could', "n't", 'find', 'anything', 'to', 'really', 'go', 'with', 'it', 'fabric', 'is', 'thick', 'and', 'good', 'quality', 'has', 'nice', 'weight', 'and', 'movement', 'to', 'it', 'the', 'skirt', 'just', 'was', "n't", 'for', 'me', 'in', 'the', 'end', ',4,1,0', 'general', 'bottoms', 'skirts'] ['28,684,53', 'great', 'shirt', 'i', 'have', 'several', 'of', 'goodhyouman', 'shirts', 'and', 'i', 'get', 'so', 'many', 'compliments', 'on', 'them', 'especially', 'the', 'one', 'that', 'says', 'forehead', 'kisses', 'are', 'underrated', 'do', "n't", 'hesitate', 'buy', 'this', 'shirt', 'you', 'wo', "n't", 'be', 'sorry', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['29,4,28', 'great', 'layering', 'piece', 'this', 'sweater', 'is', 'so', 'comfy', 'and', 'classic', 'it', 'balances', 'a', 'quirky', 'hand-knit', 'look', 'with', 'a', 'beautiful', 'color', 'and', 'practical', 'fit', 'it', 'is', 'a', 'bit', 'cropped', 'and', 'boxy', 'as', 'part', 'of', 'the', 'style', 'and', 'as', 'others', 'mentioned', 'there', 'are', 'gaps', 'in', 'the', 'knit', 'that', 'make', 'it', 'see-through', 'in', 'my', 'opinion', 'this', 'makes', 'it', 'perfect', 'for', 'layering', 'i', 'like', 'having', 'a', 'longer', 'camisole', 'showing', 'underneath', 'or', 'wearing', 'it', 'over', 'a', 'little', 'dress', 'it', "'s", 'warm', 'but', 'still', 'thin', 'enough', 'to', 'fit', 'under', 'a', 'jacket', 'or', 'coat', ',5,1,0', 'general', 'tops', 'sweaters'] ['30,1060,33', ',beautifully', 'made', 'pants', 'and', 'on', 'trend', 'with', 'the', 'flared', 'crop', 'so', 'much', 'cuter', 'in', 'person', 'love', 'these', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['31,1060,46', 'cuter', 'in', 'oerson', 'i', 'never', 'would', 'have', 'given', 'these', 'pants', 'a', 'second', 'look', 'online', 'in', 'person', 'they', 'are', 'much', 'cuter', 'the', 'stripes', 'are', 'brighter', 'and', 'the', 'fit', 'more', 'flattering', 'the', 'crop', 'has', 'a', 'cute', 'flare', 'which', 'is', 'right', 'on', 'trend', 'this', 'brand', 'has', 'always', 'run', 'small', 'for', 'me', 'i', 'am', '5', '8', 'about', '140lbs', 'and', 'carry', 'some', 'chubbiness', 'in', 'the', 'belly', 'i', 'paired', 'it', 'with', 'a', 'collarless', 'loose', 'navy', 'blazer', ',5,1,7', 'general', 'petite', 'bottoms', 'pants'] ['32,1060,21', 'love', 'these', 'pants', 'these', 'pants', 'are', 'even', 'better', 'in', 'person', 'the', 'only', 'downside', 'is', 'that', 'they', 'need', 'to', 'be', 'dry', 'cleaned.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['33,949,36', 'mehh', 'i', 'ordered', 'this', '3', 'months', 'ago', 'and', 'it', 'finally', 'came', 'off', 'back', 'order', 'a', 'huge', 'disappointment', 'the', 'fit', 'wasn', '39', 't', 'so', 'much', 'the', 'issue', 'for', 'me', 'the', 'quality', 'of', 'the', 'wool', 'is', 'subpar', 'someone', 'else', 'mentioned', 'a', 'quot', 'felted', 'wool', 'quot', 'i', 'guess', 'is', 'that', 'what', 'you', 'call', 'it', 'it', 'does', 'literally', 'feel', 'like', 'felt', 'super', 'thin', 'itchy', 'doesn', '39', 't', 'drape', 'very', 'well', 'and', 'feels', 'cheap', 'made', 'in', 'china', 'i', 'got', 'it', 'on', 'sale', 'but', 'still', 'not', 'worth', 'what', 'i', 'paid', 'definitely', 'going', 'back', ',2,0,0', 'general', 'tops', 'sweaters'] ['34,697,39', 'love', 'this', 'dress', 'this', 'is', 'such', 'a', 'neat', 'dress', 'the', 'color', 'is', 'great', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'i', 'am', 'tall', 'so', 'the', 'long', 'length', 'was', 'an', 'added', 'bonus', 'it', 'definitely', 'needs', 'something', 'underneath', 'since', 'the', 'front', 'gaps', 'i', 'am', 'going', 'to', 'pair', 'it', 'with', 'a', 'funky', 'tank', 'top', 'necklaces', 'and', 'boots', 'super', 'cute', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['35,1060,65', 'lovely', 'would', "n't", 'have', 'given', 'them', 'a', 'second', 'look', 'but', 'tried', 'them', 'on', 'in', 'store', 'of', 'a', 'whim', 'love', 'love', ',4,1,3', 'general', 'petite', 'bottoms', 'pants'] ['36,1002,29', 'this', 'is', 'a', 'comfortable', 'skirt', 'that', 'can', 'span', 'seasons', 'easily', 'while', 'not', 'the', 'most', 'exciting', 'design', 'it', 'is', 'a', 'good', 'work', 'skirt', 'that', 'can', 'be', 'paired', 'with', 'many', 'tops', ',4,1,5', 'general', 'bottoms', 'skirts'] ['37,949,38', 'beautifully', 'cut', 'lightweight', 'coat', 'just', 'ordered', 'this', 'in', 'a', 'small', 'for', 'me', '5', '6', '135', 'size', '4', 'and', 'medium', 'for', 'my', 'mom', '5', '3', '130', 'size', '8', 'and', 'it', 'is', 'gorgeous', 'beautifully', 'draped', 'all', 'the', 'weight/warmth', 'i', "'ll", 'need', 'for', 'houston', 'fall', 'and', 'winter', 'looks', 'polished', 'snapped', 'or', 'unsnapped', 'age-appropriate', 'for', 'both', 'my', 'mom', '60', "'s", 'and', 'myself', '30', "'s", 'will', 'look', 'amazing', 'with', 'skinny', 'jeans', 'or', 'leggings', 'we', 'ordered', 'the', 'gray', 'which', 'is', 'true', 'to', 'the', 'photos', ',5,1,1', 'general', 'tops', 'sweaters'] ['38,684,36', ',super', 'cute', 'and', 'comfy', 'pull', 'over', 'sizing', 'is', 'accurate', 'material', 'has', 'a', 'little', 'bit', 'of', 'stretch.,5,1,2', 'initmates', 'intimate', 'lounge'] ['39,862,59', ',great', 'casual', 'top', 'with', 'flare', 'looks', 'cute', 'with', 'grey', 'pilcro', 'stet', 'jeans', 'flattering', 'with', 'peplum', 'in', 'back', 'nice', 'cut', 'for', 'shoulders', 'and', 'neckline.,5,1,0', 'general', 'tops', 'knits'] ['40,862,47', 'pretty', 'and', 'unique', 'great', 'with', 'jeans', 'or', 'i', 'have', 'worn', 'it', 'to', 'work', 'with', 'slacks', 'and', 'heels', 'the', 'colors', 'print', 'and', 'embroidery', 'are', 'lovely', 'reasonably', 'priced', ',4,1,1', 'general', 'tops', 'knits'] ['41,862,40', 'this', 'is', 'a', 'beautiful', 'top', 'it', "'s", 'unique', 'and', 'not', 'so', 'ordinary', 'i', 'bought', 'my', 'usual', 'medium', 'and', 'i', 'found', 'that', 'it', 'fits', 'tight', 'across', 'my', 'chest', 'although', 'i', 'had', 'a', 'baby', 'this', 'year', 'and', 'i', 'am', 'nursing', 'so', 'that', 'could', 'be', 'why', 'if', 'i', 'bought', 'again', 'i', 'would', 'size', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['42,910,23', 'soft', 'lovely', 'this', 'poncho', 'is', 'so', 'cute', 'i', 'love', 'the', 'plaid', 'check', 'design', 'the', 'colors', 'look', 'like', 'sorbet', 'cream', 'and', 'it', 'will', 'pair', 'well', 'with', 'a', 'turtleneck', 'and', 'jeans', 'or', 'pencil', 'skirt', 'and', 'heels', 'i', 'love', 'this', 'look', 'for', 'fall', 'and', 'it', 'can', 'roll', 'right', 'into', 'spring', 'great', 'buy', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['43,89,67', 'some', 'things', 'you', 'should', 'know', 'first', 'this', 'is', 'thermal', 'so', 'naturally', 'i', 'did', "n't", 'expect', 'super', 'sheer', 'but', 'it', 'is', 'really', 'sheer', 'light', 'fabric', 'i', 'like', 'it', 'but', 'be', 'prepared', 'for', 'considering', 'who', 'you', 'might', 'run', 'into', 'if', 'you', 'walk', 'around', 'the', 'house', 'in', 'it', 'second', 'it', 'is', 'large', 'i', 'ordered', 'the', 'size', '0', 'and', 'it', "'s", 'a', 'nice', 'oversized', 'fit', 'for', 'my', '5', '3', '125', 'pounds', 'i', 'would', "n't", 'want', 'to', 'go', 'larger', 'along', 'with', 'being', 'sheer', 'the', 'fabric', 'is', 'easily', 'stretched', 'which', 'i', 'do', "n't", 'mind', 'in', 'this', 'case', 'finally', 'the', 'color', 'it', 'looks', 'white', 'on', 'my', 'monitor', 'and', 'shows', 'a', 'colorful', 'blue', 'dot', ',4,1,1', 'initmates', 'intimate', 'sleep'] ['44,862,48', 'beautiful', 'tried', 'this', 'on', 'today', 'at', 'my', 'local', 'retailer', 'and', 'had', 'to', 'have', 'it', 'it', 'is', 'so', 'comfortable', 'and', 'flattering', 'it', "'s", 'too', 'bad', 'the', 'picture', 'online', 'has', 'the', 'model', 'tucking', 'it', 'into', 'the', 'skirt', 'because', 'you', 'ca', "n't", 'see', 'the', 'ruching', 'across', 'the', 'front', 'a', 'little', 'dressier', 'alternative', 'to', 'a', 'plain', 'tee', 'and', 'reasonably', 'priced', 'for', 'retailer', '5', '8', 'and', 'i', 'generally', 'wear', 'a', '6', 'the', 'small', 'fit', 'well', 'will', 'probably', 'be', 'back', 'for', 'the', 'black', ',5,1,9', 'general', 'tops', 'knits'] ['45,862,43', 'love', 'the', 'two', 'tone', 'design', 'i', 'bought', 'this', 'item', 'from', 'online', 'the', 'fit', 'on', 'the', 'model', 'looked', 'a', 'little', 'loose', 'but', 'when', 'i', 'got', 'mine', 'it', 'seemed', 'a', 'bit', 'tight', 'so', 'i', 'took', 'it', 'back', 'to', 'the', 'store', 'ordered', 'a', 'larger', 'size', 'for', 'the', 'sale', 'price', 'this', 'is', 'a', 'great', 'top.,4,1,0', 'general', 'tops', 'knits'] ['46,862,40', ',i', 'love', 'this', 'top', 'i', 'wear', 'it', 'all', 'the', 'time', 'the', 'problem', 'is', 'that', 'you', 'can', 'tell', 'i', 'wear', 'it', 'all', 'the', 'time', 'as', 'the', 'fabric', 'has', 'started', 'to', 'fade', 'i', "'d", 'still', 'recommend', 'it', 'as', 'it', 'is', 'so', 'comfortable.,5,1,0', 'general', 'tops', 'knits'] ['47,823,52', 'very', 'comfortable', 'material', 'is', 'good', 'cut', 'out', 'on', 'sleeves', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['48,910,56', 'love', 'the', 'color', 'this', 'sweater', 'is', 'perfect', 'for', 'fall', 'it', "'s", 'roomy', 'warm', 'super', 'comfy', 'and', 'the', 'color', 'really', 'pops', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['49,862,33', 'love', 'the', 'embroidery', 'really', 'cute', 'top', 'the', 'embroidery', 'on', 'the', 'collar', 'bib', 'of', 'this', 'top', 'is', 'beautiful', 'and', 'unique', 'received', 'lots', 'of', 'compliments', 'questions', 'about', 'where', 'i', 'got', 'it', 'i', "'m", 'rather', 'busty', 'up', 'top', 'and', 'the', 'medium', 'fit', 'well', 'a', 'small', 'probably', 'would', "'ve", 'fit', 'better', 'but', 'it', "'s", 'still', 'super', 'adorable', ',5,1,0', 'general', 'tops', 'knits'] ['50,862,46', 'cute', 'for', 'fall', 'this', 'is', 'a', 'cute', 'top', 'that', 'can', 'transition', 'easily', 'from', 'summer', 'to', 'fall', 'it', 'fits', 'well', 'nice', 'print', 'and', 'it', "'s", 'comfortable', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'but', 'did', 'not', 'purchase', 'it', 'because', 'the', 'color', 'washed', 'me', 'out', 'this', 'is', 'not', 'the', 'best', 'color', 'for', 'a', 'blonde', 'would', 'look', 'much', 'better', 'on', 'a', 'brunette', 'if', 'this', 'was', 'in', 'a', 'different', 'color', 'i', 'most', 'likely', 'would', 'have', 'purchased', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['51,862,41', 'love', 'i', 'absolutely', 'love', 'this', 'bib', 'tee', 'it', "'s", 'probably', 'my', 'favorite', 'retailer', 'purchase', 'of', 'all', 'time', 'i', "'m", '5', '7', '140', 'pounds', 'and', 'the', 'small', 'was', 'a', 'perfect', 'fit', 'for', 'me', 'i', 'typically', 'wear', 'either', 'a', 's', 'or', 'm', 'tops', ',5,1,2', 'general', 'tops', 'knits'] ['52,1104,39', 'love', 'the', 'color', 'and', 'style', 'but', 'material', 'snags', 'easily', ',3,1,3', 'general', 'dresses', 'dresses'] ['53,862,39', 'flattering', 'and', 'comfortable', 'very', 'soft', 'and', 'comfortable', 'the', 'shirt', 'has', 'an', 'unusual', 'asymmetrical', 'seam', 'that', 'appears', 'along', 'the', 'front', 'right-hand', 'side', 'of', 'the', 'garment', 'the', 'model', 'is', 'positioned', 'so', 'that', 'you', 'ca', "n't", 'see', 'this', 'detail', 'from', 'the', 'picture', 'i', 'attached', 'a', 'picture', 'that', 'includes', 'the', 'front', 'seam', 'i', 'actually', 'like', 'the', 'seam', 'it', 'creates', 'more', 'visual', 'interest', 'and', 'adds', 'a', 'little', 'bit', 'of', 'ruching', 'that', 'helps', 'hide', 'my', 'belly', 'the', 'cowl', 'neck', 'is', 'very', 'well', 'done', 'there', 'are', 'two', 'layers', 'that', 'form', 'the', 'cowl', 'and', 'i', "'ve", 'found', 'that', 'it', 'means', 'wardrobe', 'malfun', ',5,1,34', 'general', 'tops', 'knits'] ['54,862,66', 'cute', 'top', 'nice', 'top', 'armholes', 'are', 'a', 'bit', 'oversized', 'but', 'as', 'an', 'older', 'woman', 'i', "'m", 'picky', 'about', 'that', 'the', 'print', 'is', 'pretty', 'and', 'unusual', 'it', 'just', 'did', "n't", 'look', 'great', 'on', 'me', 'there', "'s", 'a', 'slight', 'peplum', 'in', 'the', 'back', 'that', 'hangs', 'nicely', 'it', "'s", 'a', 'lightweight', 'tee', 'fabric', 'that', "'s", 'opaque', 'i', 'tried', 'it', 'on', 'with', 'a', 'black', 'bra', 'which', 'was', 'barely', 'visible', 'great', 'for', 'warmer', 'climates', 'but', 'there', 'are', 'so', 'many', 'gorgeous', 'tops', 'out', 'now', 'that', 'i', 'decided', 'to', 'return', 'since', 'summer', 'is', 'winding', 'down', 'i', 'do', 'recommend', ',4,1,2', 'general', 'tops', 'knits'] ['55,862,61', 'soft', 'and', 'cute', 'as', 'can', 'be', 'this', 'is', 'an', 'adorable', 'top', 'that', 'i', 'find', 'to', 'be', 'extremely', 'comfortable', 'i', 'do', "n't", 'usually', 'buy', 'prints', 'but', 'this', 'one', 'is', 'so', 'feminine', 'and', 'looks', 'great', 'with', 'dark', 'wash', 'jeans', 'i', 'am', 'a', '36d', 'and', 'the', 'medium', 'was', 'a', 'perfect', 'fit.,5,1,2', 'general', 'tops', 'knits'] ['56,368,33', 'i', 'am', 'pregnant', 'and', 'i', 'thought', 'this', 'would', 'be', 'a', 'great', 'sleep', 'bra', 'it', "'s", 'soft', 'and', 'fits', 'okay', 'but', 'it', 'has', 'zero', 'support', 'or', 'shape', 'i', 'would', 'only', 'buy', 'if', 'you', 'are', 'a', 'b', 'cup', 'or', 'smaller', 'and', 'can', 'get', 'away', 'without', 'support', 'if', 'i', 'would', 'have', 'seen', 'this', 'is', 'the', 'store', 'i', 'would', 'have', 'passed', 'over', 'it', 'however', 'i', 'was', 'too', 'lazy', 'to', 'return', 'so', 'i', 'am', 'wearing', 'it', 'it', "'s", 'comfortable', 'so', 'that', "'s", 'a', 'redeeming', 'quality', 'i', 'would', 'not', 'recommend', 'for', 'larger', 'chested', 'ladies', 'though', ',2,0,3', 'initmates', 'intimate', 'intimates'] ['57,862,31', 'boring', 'front', 'great', 'back', 'this', 'tank', 'fit', 'well', 'and', 'i', 'loved', 'the', 'ruffle', 'in', 'the', 'back', 'and', 'how', 'it', 'layed', 'but', 'the', 'front', 'was', 'not', 'a', 'good', 'look', 'and', 'i', 'will', 'be', 'retuning', 'it.,3,0,0', 'general', 'tops', 'knits'] ['58,1095,36', 'i', 'got', 'this', 'in', 'the', 'petite', 'length', 'size', 'o', 'and', 'it', 'fit', 'just', 'right', 'i', 'like', 'that', 'i', 'did', "n't", 'have', 'to', 'have', 'it', 'altered', 'in', 'the', 'length', 'can', 'wear', 'with', 'flats', 'with', 'plenty', 'of', 'clearance', 'to', 'the', 'floor', 'from', 'the', 'bottom', 'hem', 'my', 'only', 'beef', 'with', 'the', 'design', 'is', 'the', 'height', 'of', 'the', 'waist', 'i', 'personally', 'think', 'that', 'the', 'elastic', 'waistband', 'looks', 'cheap', 'and', 'really', 'needs', 'to', 'be', 'concealed', 'with', 'a', 'belt', 'yet', 'because', 'it', 'sits', 'so', 'high', 'literally', 'right', 'under', 'the', 'bustline', 'it', "'s", 'a', 'tricky', 'one', 'to', 'pull', 'off', 'i', 'have', 'a', 'wide', 'belt', 'that', 'sort', 'of', 'does', 'th', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['59,368,52', 'soft', 'and', 'comfortable', 'i', "'ve", 'been', 'looking', 'for', 'bralettes', 'that', 'provide', 'some', 'support', 'but', 'not', 'binding/tight', 'for', 'night', 'time', 'and', 'casual', 'wear', 'this', 'is', 'a', 'light', 'weight', 'bra', 'could', 'be', 'a', 'little', 'more', 'supportive', 'pretty', 'color', 'with', 'nice', 'lines', 'only', 'downside', 'is', 'the', 'retailer', 'tag', 'on', 'the', 'back', 'itchy', 'i', 'need', 'to', 'remove', 'it', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['60,1095,41', 'gorgeous', 'dress', 'this', 'dress', 'is', 'simply', 'beautiful', 'and', 'stunning', 'it', 'is', 'so', 'figure', 'flattering', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'size', 'small', 'worked', 'for', 'me', 'and', 'since', 'i', "'m", 'tall', 'it', 'fell', 'right', 'to', 'my', 'ankle', 'which', 'is', 'perfect', 'for', 'me', 'i', 'could', 'not', 'be', 'happier', 'with', 'the', 'purchase', 'and', 'the', 'keyhole', 'in', 'the', 'back', 'is', 'a', 'beautiful', 'detail', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['61,368,36', 'itchy', 'tags', '3', 'tags', 'sewn', 'in', '2', 'small', 'about', '1', 'long', 'and', '1', 'huge', 'about', '2', 'x', '3', 'very', 'itchy', 'so', 'i', 'cut', 'them', 'out', 'then', 'the', 'thread', 'left', 'behind', 'was', 'plasticy', 'and', 'even', 'more', 'itchy', 'how', 'can', 'you', 'make', 'an', 'intimates', 'item', 'with', 'such', 'itchy', 'tags', 'not', 'comfortable', 'at', 'all', 'also', 'i', 'love', 'bralettes', 'and', 'wear', 'them', 'all', 'the', 'time', 'including', 'to', 'work', 'i', 'am', 'a', 'b', 'cup', 'however', 'this', 'one', 'is', 'so', 'thin', 'and', 'flimsy', 'that', 'it', 'gives', 'no', 'support', 'even', 'to', 'a', 'b', 'cup', 'so', 'for', 'me', 'this', 'would', 'only', 'be', 'a', 'lounging', 'bralette', 'if', 'it', 'was', "n't", 'so', 'itchy', ',1,0,0', 'initmates', 'intimate', 'intimates'] ['62,862,28', 'must', 'have', 'i', 'recently', 'got', 'this', 'on', 'sale', 'after', 'looking', 'at', 'it', 'forever', 'on', 'my', 'wish', 'list', 'i', "'m", 'so', 'happy', 'with', 'it', 'its', 'very', 'comfortable', 'and', 'just', 'long', 'enough', 'for', 'my', 'torso', '5', '3', 'the', 'pattern', 'on', 'the', 'front', 'is', 'very', 'flattering.,5,1,0', 'general', 'tops', 'knits'] ['63,862,57', 'cute', 'top', 'love', 'the', 'brand', 'very', 'comfortable', 'shirt', 'light', 'weight', 'top', 'with', 'lovely', 'floral', 'colors', 'great', 'for', 'spring/summer', 'with', 'white', 'jeans', 'love', 'everything', 'one', 'september', 'makes', ',5,1,1', 'general', 'tops', 'knits'] ['64,862,43', 'love', 'this', 'top', 'loved', 'this', 'top', 'and', 'was', 'really', 'happy', 'to', 'find', 'it', 'on', 'sale', ',5,1,0', 'general', 'tops', 'knits'] ['65,862,58', 'beautiful', 'top', 'but', 'delicate', 'i', 'wore', 'it', 'to', 'school', 'and', 'the', 'straps', 'on', 'my', 'backpack', 'caused', 'some', 'pilling', 'other', 'than', 'that', 'it', 'is', 'beautiful', 'and', 'vibrant', 'just', 'make', 'sure', 'you', 'are', "n't", 'doing/wearing', 'anything', 'that', 'will', 'rub', 'it', 'continuously', 'since', 'the', 'fabric', 'is', 'delicate', ',4,1,2', 'general', 'tops', 'knits'] ['66,862,60', 'super', 'cute', 'and', 'unique', 'top', 'just', 'received', 'this', 'in', 'the', 'mail', 'tried', 'it', 'on', 'and', 'am', 'smitten', 'i', "'m", 'usually', 'a', 'l', 'but', 'sometimes', 'i', "'m", 'a', 'xl', 'if', 'no', 'stretch', 'in', 'retailer', 'tops', 'i', 'bought', 'this', 'one', 'in', 'l', 'and', 'i', "'m", 'sure', 'glad', 'i', 'did', 'very', 'flowy', 'stretchy', 'and', 'comfortable', 'i', 'also', 'bought', 'the', 'meda', 'lace', 'top', 'from', 'one', 'september', 'and', 'they', 'are', 'very', 'similar', 'expect', 'this', 'is', 'more', 'of', 'a', 't-shirt', 'and', 'the', 'other', 'is', 'more', 'of', 'a', 'blouse', 'i', 'almost', 'think', 'i', 'could', "'ve", 'gotten', 'a', 'm', 'in', 'this', 'because', 'there', 'is', 'a', 'lot', 'of', 'extra', 'fabric', 'at', 'the', 'chest', 'which', 'is', 'usually', 'never', 'the', 'issue', 'for', 'me', ',4,1,9', 'general', 'tops', 'knits'] ['67,862,40', 'beautiful', 'top', 'love', 'this', 'top', 'i', 'kept', 'eyeing', 'it', 'online', 'and', 'wavering', 'on', 'size', 'since', 'my', 'post-baby', 'body', 'is', 'a', 'little', 'wonky', 'i', 'went', 'with', 'the', 'xsp', 'and', 'miraculously', 'it', 'works', 'perfectly', 'so', 'i', 'would', 'say', 'it', 'does', 'run', 'just', 'a', 'little', 'large', 'i', 'love', 'the', 'length', 'and', 'usually', 'do', 'not', 'go', 'with', 'petite', 'sizes', 'at', 'retailer', 'because', 'i', 'like', 'the', 'longer', 'lengths', 'of', 'the', 'regular', 'but', 'this', 'is', 'perfect', 'on', 'me', 'and', 'there', 'is', 'give', 'up', 'top', 'so', 'it', 'looks', 'lovely', 'and', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'this', 'will', 'be', 'a', 'go-to', 'top', 'this', 'season', ',5,1,1', 'general', 'tops', 'knits'] ['68,862,37', 'i', 'wanted', 'to', 'love', 'this', 'top', 'i', 'really', 'loved', 'this', 'top', 'online', 'and', 'wanted', 'to', 'love', 'it', 'in', 'person', 'it', 'is', 'soft', 'and', 'the', 'patter', 'is', 'okay', 'in', 'person', 'the', 'neckline', 'is', 'higher', 'than', 'i', 'am', 'used', 'to', 'also', 'there', 'are', 'two', 'buttons', 'in', 'the', 'back', 'that', 'must', 'be', 'unbuttoned', 'in', 'order', 'to', 'wear', 'the', 'top', 'it', 'is', 'difficult', 'to', 'button', 'them', 'behind', 'your', 'neck', 'with', 'the', 'top', 'on', 'unfortunately', 'i', 'had', 'to', 'return', 'this', 'item', ',2,0,0', 'general', 'tops', 'knits'] ['69,1078,56', 'great', 'summer', 'fabric', 'i', 'really', 'wanted', 'this', 'to', 'work', 'alas', 'it', 'had', 'a', 'strange', 'fit', 'for', 'me', 'the', 'straps', 'would', 'not', 'stay', 'up', 'and', 'it', 'had', 'a', 'weird', 'fit', 'under', 'the', 'breast', 'it', 'worked', 'standing', 'up', 'but', 'the', 'minute', 'i', 'sat', 'down', 'it', 'fell', 'off', 'my', 'shoulders', 'the', 'fabric', 'was', 'beautiful', 'and', 'i', 'loved', 'that', 'it', 'had', 'pockets', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['70,845,38', 'cute', 'but', 'massive', 'sweep', 'this', 'top', 'is', 'so', 'cute', 'but', 'it', 'is', 'massively', 'babydoll', 'shaped', 'a-', 'line', 'which', 'is', 'not', 'apparent', 'from', 'the', 'pictures', 'i', 'measured', 'the', 'xs', 'i', 'have', 'and', 'the', 'chest', 'is', 'about', '42', 'and', 'sweep', 'is', 'over', '70', 'i', 'would', 'definitely', 'keep', 'this', 'top', 'if', 'it', 'hung', 'straighter', 'the', 'craftsmanship', 'is', 'lovely', 'and', 'fabric', 'is', 'so', 'natural', 'and', 'handwoven', 'looking', 'i', "'m", 'thinking', 'about', 'asking', 'my', 'tailor', 'if', 'she', 'can', 'take', 'the', 'sides', 'in', 'but', 'that', 'might', 'ruin', 'it', 'as', 'the', 'fabric', 'layout', 'is', 'cut', 'and', 'proportioned', 'to', 'this', 'swing', 'style', ',4,1,10', 'general', 'petite', 'tops', 'blouses'] ['71,822,36', 'short', 'and', 'boxy', 'why', 'do', 'designers', 'keep', 'making', 'crop', 'tops', 'i', 'ca', "n't", 'imagine', 'this', 'would', 'be', 'flattering', 'on', 'anyone', 'especially', 'someone', 'average', 'height', 'and', 'well', 'endowed', 'on', 'top', 'i', 'looked', 'like', 'a', 'football', 'player', 'the', 'pattern', 'and', 'fabric', 'are', 'gorgeous', 'so', 'if', 'you', 'are', 'like', '4', 'tall', 'and', 'super', 'tiny', 'and', 'can', 'fit', 'xxs', 'this', 'may', 'work', 'i', 'am', 'between', 'a', '6-8', 'and', 'fit', 'a', 'small', 'and', 'it', 'was', 'huge', 'on', 'me', 'and', 'almost', 'was', 'bigger', 'at', 'the', 'bottom', 'than', 'the', 'top', 'such', 'a', 'weird', 'cut', 'there', 'is', 'a', 'cami', 'underneath', 'so', 'if', 'it', 'rides', 'up', 'that', 'will', 'show', 'but', 'that', 'is', 'so', '80s', ',2,0,0', 'general', 'tops', 'blouses'] ['72,850,27', 'beautiful', 'design', 'i', 'have', 'a', 'short', 'torso', 'and', 'this', 'works', 'well', 'for', 'me', '34c', 'bought', 'the', '0.', 'there', "'s", 'not', 'much', 'stretch', 'to', 'the', 'fabric', 'so', 'it', 'is', 'fitted', 'to', 'my', 'chest', 'but', 'not', 'in', 'an', 'uncomfortable', 'way', 'definitely', 'does', "n't", 'hang', 'and', 'have', 'extra', 'fabric', 'like', 'on', 'the', 'model'] [] ['zipper', 'goes', 'almost', 'all', 'the', 'way', 'down', 'to', 'the', 'bottom', 'so', 'it', "'s", 'easier', 'to', 'get', 'on', 'and', 'off', 'which', 'makes', 'up', 'for', 'the', 'lack', 'of', 'stretch', 'n', 'the', 'fabric'] [] ['unlike', 'another', 'reviewer', 'i', 'found', 'it', 'went', 'really', 'well', 'with', 'navy', 'pants', 'and', 'i', 'wore', 'it', 'to', 'a', 'business', 'meeting', 'under', 'a', 'blazer', 'wi', ',5,1,4', 'general', 'tops', 'blouses'] ['73,866,47', 'i', 'love', 'this', 'top', 'it', 'is', 'loose', 'and', 'comfortable', 'it', 'is', 'not', 'sheer', 'so', 'you', 'do', "n't", 'need', 'a', 'cami', 'it', 'runs', 'a', 'little', 'large', 'so', 'size', 'down', 'if', 'you', 'want', 'a', 'more', 'tailored', 'fit', '1', 'criticism', 'it', 'catches', 'on', 'sharp', 'jewelry', 'or', 'belts', 'and', 'can', 'pull', 'if', 'you', 'are', 'not', 'careful', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['74,1081,59', ',i', 'passed', 'up', 'this', 'dress', 'so', 'many', 'times', 'in', 'the', 'store', 'and', 'finally', 'tried', 'it', 'on', 'today', 'because', 'i', 'wanted', 'a', 'casual', 'dress', 'while', 'traveling', 'in', 'the', 'cape', 'i', 'was', 'surprised', 'how', 'much', 'cuter', 'it', 'is', 'on', 'than', 'on', 'hanger', 'i', 'sized', 'down', 'to', 'get', 'a', 'more', 'fitting', 'look', 'and', 'really', 'made', 'a', 'difference', 'for', 'me', 'in', 'style', 'i', 'was', 'not', 'a', 'fan', 'of', 'the', 'way', 'it', 'looked', 'so', 'loose', 'on', 'model', 'it', 'looks', 'really', 'cute', 'fitted', 'and', 'a', 'bit', 'sexy', 'even', 'it', 'is', 'lined', 'and', 'very', 'comfy', 'and', 'can', 'be', 'dressed', 'up', 'a', 'but', 'for', 'work', 'with', 'a', 'cardi', 'i', 'believe', 'i', 'will', 'get', 'a', 'lot', 'of', 'wear,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['75,845,48', 'very', 'very', 'cute', 'but', 'a', 'lot', 'of', 'fabric', 'i', 'am', 'so', 'drawn', 'to', 'baby', 'doll', 'and', 'boxy', 'shirts', 'so', 'i', 'immediately', 'tried', 'this', 'on', 'in', 'the', 'store', 'i', 'am', 'petite', 'and', 'only', '5', '2', 'so', 'usually', 'shirts', 'with', 'a', 'lot', 'of', 'fabric', 'swallow', 'me', 'whole', 'but', 'this', 'one', 'was', 'still', 'cute', 'there', 'is', 'a', 'lot', 'more', 'fabric', 'than', 'the', 'picture', 'lets', 'on', 'but', 'i', 'think', 'it', 'is', 'still', 'super', 'cute', 'and', 'flattering', 'i', 'would', 'definitely', 'check', 'the', 'size', 'chart', 'and', 'read', 'comments', 'to', 'see', 'if', 'someone', 'with', 'your', 'same', 'size', 'description', 'has', 'recommended', 'a', 'specific', 'size', 'for', 'your', 'body', 'type', 'i', 'am', 'petite', 'and', 'weigh', 'about', '110', 'lbs', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['76,1082,31', 'runs', 'large', 'in', 'top', 'and', 'waist', 'i', 'would', 'have', 'loved', 'this', 'dress', 'if', 'the', 'bust', 'and', 'waist', 'were', 'just', 'a', 'little', 'more', 'fitted', 'i', 'am', '32c', 'and', 'the', 'top', 'was', 'too', 'big', 'fit', 'perfectly', 'on', 'hips', 'the', 'lace', 'material', 'means', 'it', 'can', 'not', 'be', 'easily', 'altered', 'so', 'i', 'chose', 'to', 'return', 'the', 'dress', 'i', 'would', 'have', 'definitely', 'kept', 'it', 'if', 'it', 'were', 'a', 'better', 'fit', ',4,1,0', 'general', 'dresses', 'dresses'] ['77,850,28', 'zipper', 'broke', 'the', 'zipper', 'broke', 'on', 'this', 'piece', 'the', 'first', 'time', 'i', 'wore', 'it', 'very', 'disappointing', 'since', 'i', 'love', 'the', 'design', 'i', "'m", 'actually', 'going', 'to', 'try', 'to', 'replace', 'the', 'zipper', 'myself', 'with', 'something', 'stronger', 'but', 'annoying', 'that', 'it', "'s", 'come', 'to', 'that', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['78,836,47', 'obsessed', 'i', 'usually', 'size', 'up', 'with', 'this', 'brand', 'small', 'was', 'perfect', 'for', 'me', 'at', '135lbs', 'this', 'top', 'has', 'a', 'luxurious', 'but', 'casual', 'feel', 'and', 'beautiful', 'i', 'am', 'obsessed', 'and', 'want', 'to', 'wear', 'it', 'everyday', 'it', 'wears', 'a', 'little', 'long', 'and', 'drapey', 'but', 'a', 'little', 'tight', 'where', 'it', 'rolls', 'up', 'in', 'the', 'arms.,5,1,1', 'general', 'tops', 'blouses'] ['79,1081,62', 'so', 'cute', 'but', 'dry', 'clean', 'this', 'dress', 'is', 'adorable', 'it', "'s", 'a', 'perfect', 'casual', 'look', 'for', 'summer', 'and', 'the', 'quality', 'is', 'nice', 'with', 'the', 'lining', 'though', 'still', 'overpriced', 'in', 'my', 'opinion', 'the', 'tie', 'detail', 'is', 'somewhat', 'adjustable', 'and', 'i', 'found', 'my', 'normal', 'size', 's', 'to', 'fit', 'fine', '5', '7', '128', 'where', 'this', 'gets', 'me', 'is', 'the', 'fact', 'that', 'it', "'s", 'dry', 'clean', 'totally', 'does', "n't", 'make', 'sense', 'for', 'a', 'dress', 'that', 'is', 'essentially', 'a', 'fancy', 'tshirt', 'for', 'summer', 'i', 'might', 'bring', 'it', 'back', 'for', 'that', 'alone', 'since', 'i', 'originally', 'planned', 'to', 'wear', 'it', 'a', 'lot', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['80,1072,68', 'elegant', 'classic', 'dress', 'i', 'am', 'usually', 'a', 'petite', '6', 'but', 'since', 'this', 'dress', 'did', 'not', 'come', 'in', 'petites', 'i', 'tried', 'on', '4', 'and', 'it', 'fit', 'i', "'m", '5', '1', '-112lbs', 'so', 'dress', 'hit', 'rt', 'below', 'knee', '-will', 'have', 'it', 'hemmed', 'up', 'a', 'bit', 'do', 'not', 'so', 'overwhelming'] [] ['this', 'dress', 'looks', 'stunning', 'on', 'great', 'vibrant', 'color', 'i', 'have', 'dark', 'hair', 'makes', 'this', 'classic', 'elegant', 'dress', 'look', 'contemporary', 'and', 'stylish', 'when', 'i', 'tried', 'it', 'on', 'in', 'store', 'salesperson', 'and', 'others', 'who', 'happen', 'to', 'see', 'it', 'on', 'me', 'raved', 'and', 'told', 'me', 'to', 'grab', 'it', 'i', 'did', 'and', 'am', 'glad'] [] ['i', 'plan', 'to', 'wear', 'it', 'this', 'spring', 'for', 'my', 'daughte', ',5,1,1', 'general', 'dresses', 'dresses'] ['81,863,61', ',loved', 'this', 'top', 'great', 'design', 'comfortable', 'and', 'unique', 'soft', 'material,5,1,4', 'general', 'petite', 'tops', 'knits'] ['82,1133,33', 'cute', 'parka', 'the', 'rest', 'of', 'the', 'reviewers', 'are', 'right', 'about', 'the', 'color', 'being', 'in', 'accurately', 'pictured', 'i', 'ordered', 'the', 'dark', 'orange', 'color', 'and', 'i', 'recieved', 'more', 'of', 'a', 'dark', 'cedar', 'brown', 'colored', 'jacket', 'the', 'print', 'is', 'great', 'i', 'love', 'it', 'it', "'s", 'so', 'different', 'than', 'any', 'other', 'jackets', 'ive', 'seen', 'while', 'the', 'jacket', 'is', 'ã¼ber', 'cute', 'it', 'is', 'a', 'bit', 'bulky', 'though', 'the', 'waist', 'tie', 'helps', 'with', 'that', 'and', 'its', 'not', 'heavy', 'winter', 'appropriate', 'it', "'s", 'not', 'waterproof', 'or', 'heavily', 'insulated', 'for', 'your', 'average', 'winter', 'day', 'though', 'it', 'will', 'be', 'a', 'fun', 'option', 'the', 'removable', 'v', ',5,1,0', 'general', 'jackets', 'outerwear'] ['83,822,68', 'just', 'lovely', 'i', 'purchased', 'this', 'top', 'in', 'an', 'antro', 'store', 'last', 'week', 'the', 'quality', 'is', 'wonderful', 'and', 'the', 'greenish', 'blue', 'color', 'is', 'very', 'unique', 'the', 'blouse', 'has', 'a', 'beautiful', 'stretchy', 'camsiole', 'that', 'is', 'attached', 'at', 'the', 'shoulders', 'but', 'can', 'be', 'removed', 'by', 'snaps', 'i', 'tooks', 'great', 'when', 'worn', 'two', 'different', 'ways', 'i', 'wore', 'it', 'with', 'the', 'campole', 'out', 'and', 'it', 'peeks', 'through', 'the', 'blouse', 'at', 'the', 'bottom', 'it', 'also', 'looks', 'great', 'when', 'the', 'camisole', 'is', 'worn', 'in', 'my', 'only', 'wish', 'is', 'that', 'it', 'would', 'come', 'in', 'a', 'petite', 'size', 'as', 'it', "'s", 'a', 'touch', 'big', 'at', 'the', 'shoulders', 'and', 'neckli', ',5,1,3', 'general', 'tops', 'blouses'] ['84,861,37', 'casual', 'unique', 'tee', 'i', 'received', 'this', 'shirt', 'in', 'my', 'typical', 'xs', 'and', 'it', 'fits', 'perfectly', 'i', 'm', 'not', 'crazy', 'in', 'love', 'with', 'it', 'but', 'i', 'also', 'don', 't', 'dislike', 'the', 'shirt', 'is', 'on', 'the', 'thin', 'side', 'do', 'i', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'it', 'no', 'my', 'concern', 'is', 'holes', 'it', 'does', 'remind', 'me', 'of', 'a', 'material', 'that', 'could', 'develop', 'some', 'holes', 'after', 'some', 'wear', 'and', 'washes', 'with', 'that', 'being', 'said', 'i', 'll', 'wash', 'this', 'shirt', 'in', 'cold', 'water', 'and', 'hang', 'dry', 'and', 'hopefully', 'that', 'will', 'prevent', 'holes', 'from', 'developing', 'the', 'length', 'is', 'fine', 'and', 'i', 'do', 'like', 'the', 'slits', 'in', 'front', 'it', 'adds', 'a', 'little', 'dim', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['85,866,58', 'i', 'was', 'really', 'hoping', 'to', 'like', 'this', 'but', 'it', 'did', 'not', 'look', 'the', 'way', 'it', 'does', 'on', 'the', 'model', 'at', 'least', 'not', 'on', 'me', 'the', 'sharkbite', 'hem', 'is', 'much', 'more', 'pronounced', 'and', 'looser', 'the', 'one', 'in', 'the', 'photo', 'looks', 'like', 'it', 'was', 'pinned', 'back', 'i', 'am', '5', '8', 'and', 'usually', 'wear', 'a', 'medium', 'or', 'large', 'i', 'got', 'a', 'medium', 'and', 'there', 'was', 'a', 'lot', 'more', 'material', 'on', 'the', 'bottom', 'half', 'than', 'the', 'photo', 'shows', 'it', 'made', 'me', 'look', 'bigger', 'and', 'was', 'not', 'flattering', 'material', 'has', 'a', 'nice', 'weave', 'but', 'it', "'s", 'thin', 'and', 'delicate', 'i', 'bought', 'the', 'holly', 'deep', 'olive', 'and', 'the', 'blue', 'colors', ',1,0,2', 'general', 'petite', 'tops', 'knits'] ['86,850,39', 'neutral', 'blue', 'i', 'tried', 'this', 'on', 'from', 'the', 'sale', 'section', 'and', 'they', 'only', 'had', 'a', '2', 'i', 'usually', 'do', '0', 'and', 'surprisingly', 'that', 'size', 'was', 'the', 'right', 'fit', 'it', 'is', 'fitted', 'with', 'just', 'enough', 'room', 'to', 'eat'] ['te', 'blue', 'is', 'a', 'light', 'blue', 'almost', 'neutral', 'with', 'the', 'white', 'embroidery', 'i', 'think', 'it', 'looked', 'stylish', 'and', 'decided', 'to', 'keep', 'it', 'the', 'peplum', 'part', 'hit', 'just', 'in', 'the', 'right', 'spot', 'i', 'am', 'short', 'petite', 'but', 'my', 'torso', 'is', 'normal', 'size', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['87,1081,39', 'true', 'to', 'size', 'to', 'large', 'i', 'debated', 'n', 'that', 'as', 'i', 'think', 'it', 'looks', 'loose', 'on', 'the', 'model', 'but', 'if', 'i', 'was', 'to', 'tighten', 'it', 'it', 'looks', 'a', 'lot', 'more', 'flattering', 'i', 'tried', 'on', 'the', 'xs', 'in', 'the', 'store', 'i', 'usually', 'do', 'that', 'to', 'decide', 'if', 'i', 'need', 'petite', 'and', 'it', 'looked', 'huge', 'when', 'we', 'pinched', 'the', 'back', 'to', 'see', 'if', 'xxs', 'would', 'work', 'it', 'was', 'a', 'lot', 'of', 'fabric', 'and', 'looser', 'did', "n't", 'look', 'as', 'good', 'on', 'me', 'but', 'i', 'like', 'the', 'dress', 'overall', 'so', 'still', 'recommend', 'and', 'for', 'those', 'who', 'like', 'the', 'looser', 'look', 'this', 'is', 'great', 'i', 'would', 'however', 'order', 'eptite', 'for', '5', '1.5', '115', 'lbs', '03', 'dd', 'che', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['88,845,38', 'huge', 'really', 'cute', 'piece', 'but', 'it', "'s", 'huge', 'i', 'ordered', 'an', 'xxs', 'petite', 'and', 'it', 'was', 'unfortunately', 'extremely', 'wide', 'and', 'not', 'flattering', 'returning', ',2,0,4', 'general', 'petite', 'tops', 'blouses'] ['89,836,24', 'pretty', 'but', 'not', 'for', 'me', 'i', 'bought', 'this', 'top', 'online', 'in', 'the', 'burnt', 'orange', 'color', 'and', 'was', 'so', 'excited', 'to', 'get', 'it', 'when', 'i', 'tried', 'it', 'on', 'the', 'fit', 'was', 'fine', 'but', 'it', 'just', 'lacked', 'something', 'the', 'back', 'was', 'a', 'little', 'bit', 'too', 'long', 'the', 'front', 'was', 'a', 'little', 'bit', 'too', 'short', 'and', 'it', 'lacked', 'the', 'overall', 'tailored', 'look', 'that', 'i', 'was', 'after', 'gorgeous', 'fabric', 'and', 'top', 'but', 'not', 'for', 'me', 'i', 'wanted', 'something', 'more', 'for', '150', 'bought', 'the', 'velvet', 'tunic', 'instead', ',4,1,3', 'general', 'tops', 'blouses'] ['90,1078,51', 'sweet', 'flattering', 'dress', 'i', 'love', 'cute', 'summer', 'dresses', 'and', 'this', 'one', 'especially', 'because', 'it', 'is', 'made', 'out', 'of', 'linen', 'is', 'unique', 'it', 'is', 'very', 'well-made', 'with', 'a', 'design', 'that', 'is', 'quite', 'flattering', 'i', 'am', '5', 'foot', '6', 'and', 'a', 'little', 'curvy', 'with', 'a', '38', 'c', 'bust', 'and', 'i', 'got', 'a', 'size', '10.', 'it', 'fits', 'well', 'although', 'it', 'is', 'difficult', 'to', 'zip', 'up', 'because', 'the', 'material', 'has', 'no', 'give', 'the', 'perfect', 'dress', 'to', 'wear', 'to', 'italy', 'or', 'france', 'now', 'i', 'just', 'have', 'to', 'book', 'my', 'tickets', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['91,850,29', 'this', 'top', 'is', 'so', 'much', 'prettier', 'in', 'real', 'life', 'than', 'it', 'is', 'on', 'the', 'model', 'the', 'pattern', 'and', 'texture', 'are', 'both', 'lovely', 'and', 'the', 'peplum', 'is', 'surprisingly', 'flattering', 'it', 'is', 'definitely', 'on', 'the', 'short', 'side', 'but', 'i', 'think', 'that', 'gives', 'it', 'a', 'modern', 'look', 'the', 'fabric', 'does', 'not', 'stretch', 'at', 'all', 'but', 'i', 'still', 'think', 'it', 'fits', 'tts', 'if', 'you', 'have', 'a', 'very', 'large', 'chest', 'you', 'may', 'want', 'to', 'go', 'up', 'a', 'size', 'but', 'otherwise', 'i', 'would', 'order', 'your', 'normal', 'size', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['92,861,23', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['93,1081,31', ',,5,1,0', 'general', 'dresses', 'dresses'] ['94,850,23', 'beautifully', 'made', 'but', 'not', 'versatile', 'this', 'shirt', 'caught', 'my', 'eye', 'because', 'of', 'how', 'beautiful', 'it', 'was', 'i', 'love', 'the', 'shape', 'design', 'and', 'and', 'the', 'color', 'it', "'s", 'perfect', 'for', 'spring', 'and', 'summer', 'with', 'some', 'white', 'pants', 'unfortunately', 'i', 'do', "n't", 'see', 'any', 'possibilities', 'for', 'this', 'shirt', 'to', 'be', 'worn', 'any', 'other', 'way', 'so', 'far', 'it', 'does', "n't", 'work', 'with', 'any', 'of', 'my', 'jeans', 'skirts', 'or', 'shorts', 'i', 'usually', 'prefer', 'items', 'with', 'more', 'versatility', 'for', 'outfits', 'so', 'i', "'m", 'still', 'on', 'the', 'fence', 'if', 'i', "'m", 'going', 'to', 'keep', 'it', 'or', 'not', 'with', 'that', 'aside', 'it', 'seriously', 'is', 'a', 'great', 'quality', 'shirt', 'with', 'a', 'beautiful', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['95,863,83', 'casual', 'elegance', 'purchased', 'this', 'top', 'online', 'and', 'when', 'i', 'received', 'it', 'was', 'very', 'pleased'] ['it', 'has', 'and', 'elegant', 'cut', 'and', 'yet', 'is', 'a', 'casual', 'fabric'] ['love', 'that', 'the', 'sleeves', 'run', 'longer', 'ads', 'to', 'the', 'overall', 'look'] ['also', 'loved', 'the', 'v', 'neckline', 'enhances', 'the', 'feel', 'of', 'the', 'overall', 'style'] ['with', 'various', 'necklaces', 'this', 'top', 'has', 'limitless', 'options'] ['the', 'color', 'states', 'moss', 'which', 'i', 'usually', 'think', 'of', 'as', 'greenish', 'brown', 'i', 'found', 'it', 'to', 'be', 'more', 'of', 'a', 'taupe'] ['would', 'have', 'liked', 'it', 'to', 'have', 'a', 'green', 'tones', 'however', 'it', 'is', 'still', 'a', 'fantastic', 'f', ',5,1,14', 'general', 'tops', 'knits'] ['96,845,44', 'i', 'usually', 'wear', 'a', 'medium', 'and', 'bought', 'a', 'small', 'it', 'fit', 'ok', 'but', 'had', 'no', 'shape', 'and', 'was', 'not', 'flattering', 'i', 'love', 'baby', 'doll', 'dresses', 'and', 'tops', 'but', 'this', 'was', 'a', 'tent', 'my', 'daughter', 'saw', 'me', 'try', 'it', 'on', 'and', 'said', 'that', "'s", 'a', 'piece', 'of', 'tablecloth', 'it', "'s", 'going', 'back', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['97,861,44', 'huge', 'i', 'was', 'very', 'excited', 'to', 'order', 'this', 'top', 'in', 'red', 'xs', 'so', 'cute', 'but', 'it', 'was', 'huge', 'shapeless', 'and', 'support', 'thin', 'it', 'had', 'to', 'go', 'back', 'i', 'should', "'ve", 'looked', 'at', 'other', 'reviews', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['98,1133,50', ',,5,1,0', 'general', 'jackets', 'outerwear'] ['99,861,33', 'pernette', 'henley', 'i', 'am', 'in', 'need', 'of', 'easy', 'comfortable', 'tops', 'for', 'everyday', 'wear', 'i', 'bought', 'this', 'top', 'mostly', 'because', 'of', 'the', 'cute', 'buttons', 'when', 'i', 'received', 'it', 'it', 'looked', 'exactly', 'as', 'it', 'does', 'in', 'the', 'picture', 'online', 'however', 'the', 'buttons', 'kept', 'slipping', 'out', 'of', 'their', 'homes', 'because', 'the', 'holes', 'were', 'slightly', 'too', 'big', 'the', 'shirt', 'fit', 'but', 'was', 'just', 'a', 'tad', 'snug', 'near', 'the', 'upper', 'arms', 'which', 'would', 'stretch', 'and', 'loosen', 'up', 'throughout', 'the', 'day', 'it', "'s", 'definitely', 'a', 'comfortable', 'shirt', 'but', 'it', 'felt', 'more', 'like', 'a', 'pajama', 'top', 'it', "'s", 'going', 'back', ',3,0,17', 'general', 'petite', 'tops', 'knits'] ['100,861,39', 'comfy', 'at', 'first', 'i', 'was', "n't", 'sure', 'about', 'it', 'the', 'neckline', 'is', 'much', 'lower', 'and', 'wavy', 'than', 'i', 'thought', 'but', 'after', 'wearing', 'it', 'it', 'really', 'is', 'comfortable', 'it', 'stretches', 'a', 'lot', 'so', 'i', 'wear', 'a', 'cami', 'underneath', 'so', 'when', 'i', 'lean', 'forward', 'i', "'m", 'not', 'showing', 'the', 'world', 'my', 'torso', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['101,863,40', 'simple', 'stylish', 'lovely-runs', 'a', 'bit', 'big', 'i', 'find', 'that', 'this', 'brand', 'can', 'be', 'a', 'little', 'bit', 'all-over-the-place', 'with', 'sizes', 'had', 'i', 'tried', 'this', 'on', 'in', 'person', 'i', 'may', 'have', 'bought', 'it', 'in', 'a', 'small', 'instead', 'of', 'a', 'm.', 'despite', 'being', 'a', 'bit', 'big', 'it', 'still', 'looks', 'great', 'and', 'hides', 'my', 'flaws', 'well', 'i', 'bought', 'a', 'm', 'in', 'another', 'shirt', 'from', 'them', 'the', 'seamed', 'scoop', 'neck', 'and', 'that', 'shirt', 'was', 'a', 'full', '2', 'inches', 'smaller', 'in', 'the', 'bust', 'than', 'this', 'just', 'something', 'to', 'keep', 'in', 'mind', 'still', 'a', 'great', 'shirt', 'love', 'the', 'neutral', 'color', ',4,1,5', 'general', 'tops', 'knits'] ['102,822,69', 'stunning', 'lace', 'top', 'this', 'top', 'is', 'absolutely', 'stunning', 'i', 'purchased', 'the', 'white', 'one', 'just', 'received', 'and', 'it', 'fits', 'nicely-a', 'little', 'on', 'the', 'big', 'side', 'but', 'i', 'believe', 'it', 'looks', 'better', 'that', 'way', 'this', 'will', 'look', 'great', 'with', 'everything', 'it', 'is', 'well', 'constructed', 'and', 'looks', 'very', 'unique', 'love', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['103,822,23', 'not', 'a', 'fan', 'the', 'fabric', 'felt', 'cheap', 'and', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'a', 'flattering', 'top', 'for', 'reference', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'my', 'measurements', 'are', '38-30-40.,2,0,9', 'general', 'tops', 'blouses'] ['104,863,51', 'runs', 'big', 'and', 'looked', 'unflattering', 'i', 'am', 'petite', 'might', 'work', 'on', 'someone', 'taller', ',2,0,0', 'general', 'tops', 'knits'] ['105,836,66', 'excited', 'but', 'i', 'bought', 'this', 'lovely', 'silk/velvet', 'shirt', 'in', 'the', 'quot', 'sky', 'quot', 'color', 'but', 'it', 'is', 'more', 'on', 'the', 'teal', 'blue', 'side', 'than', 'sky', 'blue', 'which', 'disappointed', 'me', 'it', 'is', 'definitely', 'darker', 'than', 'appears', 'in', 'photo', 'still', 'a', 'luxurious', 'well-made', 'beauty', 'with', 'sassy', 'appeal', 'it', 'drapes', 'like', 'a', 'snake', 'slithering', 'down', 'your', 'body', 'it', 'comes', 'with', 'attitude', ',5,1,0', 'general', 'tops', 'blouses'] ['106,836,47', 'beautiful', 'shirt', 'but', 'runs', 'small', 'was', 'so', 'excited', 'to', 'order', 'this', 'beautiful', 'shirt', 'and', 'the', 'color', 'sky', 'is', 'gorgeous', 'but', 'as', 'another', 'reviewer', 'said', 'it', 'runs', 'small', 'it', 'was', 'also', 'way', 'too', 'short', 'so', 'sadly', 'i', 'will', 'be', 'returning', 'this', 'i', 'gave', 'it', '5', 'stars', 'because', 'it', 'is', 'beautiful', 'and', 'great', 'quality', 'it', 'just', 'did', "n't", 'fit', 'me.,4,1,11', 'general', 'tops', 'blouses'] ['107,836,66', 'beautiful', 'i', 'ordered', 'ivory', 'in', 'xl', 'because', 'this', 'brand', 'tends', 'to', 'run', 'tight', 'if', 'you', "'re", 'well', 'endowed', 'it', "'s", 'a', 'beautiful', 'color', 'and', 'i', 'love', 'the', 'contrasting', 'plaid', 'lining', 'the', 'inside', 'of', 'the', 'collar', 'and', 'cuffs', 'have', "n't", 'decided', 'about', 'keeping', 'it', 'because', 'it', 'looks', 'oversized', 'but', 'cozy', 'and', 'it', "'s", 'really', 'long', 'it', 'almost', 'touches', 'the', 'top', 'of', 'my', 'knees', 'in', 'back', 'sooooo', 'pretty', 'though.,4,1,0', 'general', 'tops', 'blouses'] ['108,836,23', 'perfect', 'fall', 'shirt', 'the', 'shirt', 'is', 'exactly', 'as', 'it', 'is', 'pictured', 'i', 'have', 'the', 'burnt', 'orange', 'color', 'and', 'love', 'it', 'i', 'received', 'numerous', 'compliments', 'both', 'paired', 'with', 'jeans', 'and', 'tucked', 'into', 'a', 'fun', 'skirt', 'it', 'fits', 'true', 'to', 'size', 'as', 'i', 'normally', 'wear', 'a', 'small', 'in', 'all', 'retailer', 'however', 'it', 'is', 'the', 'slightest', 'bit', 'tight', 'in', 'the', 'shoulders', 'i', 'would', 'give', 'this', 'top', 'a', '5/5', ',5,1,3', 'general', 'tops', 'blouses'] ['109,1081,47', 'perfect', 'dress', 'for', 'hot', 'humid', 'sticky', 'weather', ',5,1,0', 'general', 'dresses', 'dresses'] ['110,861,44', 'poor', 'quality', 'this', 'is', 'so', 'thin', 'and', 'poor', 'quality', 'especially', 'for', 'the', 'price', 'it', 'felt', 'like', 'a', 'thin', 'pajama', 'top', 'the', 'buttons', 'are', 'terrible', 'little', 'shell', 'buttons', 'this', 'could', 'not', 'have', 'been', 'returned', 'faster.,1,0,11', 'general', 'petite', 'tops', 'knits'] ['111,1081,44', 'an', 'almost', 'for', 'me', 'i', 'did', "n't", 'end', 'up', 'keeping', 'this', 'dress', 'it', 'just', 'was', "n't", 'right', 'for', 'me', 'it', 'is', 'very', 'cute', 'and', 'fit', 'well', 'but', 'the', 'fabric', 'was', 'very', 'thin', 'partially', 'lined', 'which', 'is', 'a', 'plus', 'and', 'the', 'hem', 'line', 'coming', 'up', 'on', 'the', 'sides', 'made', 'it', 'just', 'too', 'short', 'for', 'me', 'i', 'ordered', 'the', 'petite', 'xs', 'and', 'liked', 'the', 'length', 'in', 'front', 'and', 'back', 'well', 'but', 'the', 'side', 'slit/vent', 'was', 'just', 'too', 'high', 'for', 'my', 'liking', 'the', 'tie', 'part', 'hit', 'at', 'the', 'perfect', 'spot', 'for', 'me', 'at', 'only', '5', '4', '~118', 'i', 'guess', 'i', 'just', 'did', "n't", 'love', 'it', 'and', 'would', 'rather', 'save', 'my', 'funds', 'for', 'something', 'i', 'ca', ',3,1,4', 'general', 'dresses', 'dresses'] ['112,836,50', 'beautiful', 'stunning', 'cozy', 'top', 'i', 'read', 'the', 'first', 'review', 'on', 'this', 'and', 'ordered', 'both', 'a', 'small', 'and', 'a', 'medium', 'as', 'i', 'thought', 'this', 'would', 'run', 'small', 'i', 'have', 'to', 'totally', 'disagree', 'with', 'the', 'reviewer', 'i', 'find', 'that', 'this', 'top', 'runs', 'true', 'to', 'size', 'or', 'even', 'generous', 'the', 'sky', 'color', 'is', 'so', 'pretty', 'and', 'this', 'top', 'can', 'be', 'dressed', 'up', 'with', 'some', 'nice', 'heels', 'and', 'a', 'necklace', 'or', 'it', 'can', 'be', 'comfy', 'casual', 'i', 'usually', 'wear', 'a', 'small', 'in', 'hh', 'brand', 'and', 'this', 'one', 'was', 'true', 'to', 'fit', '5', '2', 'broad', 'shoulders', '120', 'lb', ',5,1,24', 'general', 'tops', 'blouses'] ['113,1081,61', 'cute', 'and', 'comfy', 'this', 'dress', 'is', 'comfortable', 'and', 'stylish', 'at', 'the', 'same', 'time', 'it', 'runs', 'true', 'to', 'size', 'i', "'m", '5', '1', '113', 'lbs', 'and', 'got', 'the', 'xs', 'petite', 'wore', 'it', 'once', 'so', 'far', 'for', 'a', 'few', 'hours', 'and', 'got', 'a', 'few', 'compliments', 'on', 'it', ',5,1,3', 'general', 'dresses', 'dresses'] ['114,1082,32', 'disappointing', 'quality', 'the', 'design/shape', 'of', 'the', 'dress', 'are', 'quite', 'flattering', 'flirty', 'and', 'feminine', 'but', 'there', 'is', 'no', 'way', 'that', 'the', 'dress', 'i', 'received', 'is', 'new', 'the', 'color', 'is', 'a', 'faded', 'washed', 'out', 'red', 'and', 'there', 'are', 'black', 'stains', 'all', 'over', 'the', 'belt', 'area', 'there', 'is', 'no', 'tag', 'the', 'fabric', 'looks', 'droopy', 'and', 'laundered', 'and', 'is', 'not', 'crisp', 'stiff', 'or', 'new', 'i', 'am', 'very', 'disappointed', 'by', 'the', 'quality', 'of', 'the', 'item', 'that', 'i', 'received', 'undoubtedly', 'this', 'one', 'is', 'going', 'back'] [] ['dear', 'retailer', 'please', 'make', 'sure', 'that', 'you', 'do', 'not', 'send', 'pre-owend', 'clothing', 'articles', 'to', ',2,0,0', 'general', 'dresses', 'dresses'] ['115,863,52', 'cute', 'tee', 'this', 'one', 'totally', 'worked', 'for', 'me', 'love', 'the', 'color', 'length', 'and', 'style', ',4,1,0', 'general', 'tops', 'knits'] ['116,1072,51', 'very', 'vintage', 'feel', 'prior', 'reviewer', 'nailed', 'it', 'with', 'the', 'summary', 'of', 'this', 'dress', 'it', 'definitely', 'needs', 'heels', 'i', "'m", '5', '4', '120', '34d', 'and', 'this', 'is', 'a', 'size', '36.', 'i', 'usually', 'wear', 'a', 'size', 's', 'or', '4', 'with', 'most', 'retailer', 'stuff', ',4,1,1', 'general', 'dresses', 'dresses'] ['117,1078,32', 'this', 'is', 'the', 'perfect', 'summer', 'dress', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'quality', 'of', 'the', 'linen', 'fabric', 'is', 'very', 'nice', 'i', "'m", '5', '1', 'and', 'it', 'hit', 'right', 'below', 'my', 'knees', 'i', 'found', 'it', 'to', 'run', 'true', 'to', 'size', 'those', 'with', 'a', 'smaller', 'bust', 'might', 'want', 'to', 'go', 'down', 'a', 'size', 'but', 'the', 'tie', 'in', 'the', 'front', 'can', 'be', 'adjusted', 'it', "'s", 'lovely', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['118,850,37', 'awkward', 'fitting', 'first', 'the', 'fabric', 'is', 'beautiful', 'and', 'lovely', 'for', 'spring', 'and', 'summer', 'i', 'really', 'wanted', 'to', 'like', 'this', 'top', 'but', 'the', 'fitting', 'is', 'so', 'awkward', 'for', 'me', 'i', 'typically', 'where', 'a', '0/xs', 'and', 'sized', 'up', 'in', 'the', 'shirt', 'to', 'a', 'size', '2.', 'it', 'was', 'very', 'tight', 'and', 'pulled', 'funny', 'across', 'the', 'chest', 'size', '32/a', 'i', 'also', 'found', 'the', 'cut', 'at', 'the', 'shoulders', 'very', 'narrow', 'need', 'a', 'strapless', 'bra', 'and', 'made', 'it', 'look', 'unflattering', 'overall', 'had', 'to', 'return', 'this', 'one', 'back', 'to', 'the', 'store', ',2,0,0', 'general', 'tops', 'blouses'] ['119,836,54', 'cozy', 'casual', 'perfect', 'for', 'fall', 'the', 'color', 'is', 'perfect', 'for', 'fall', 'and', 'into', 'winter', 'only', 'the', 'inside', 'collar', 'on', 'the', 'photo', 'shows', 'the', 'subtle', 'plaid', 'lining', 'the', 'lining', 'was', 'an', 'unexpected', 'bonus', 'and', 'adds', 'even', 'more', 'dimension', 'to', 'the', 'shirt', 'if', 'the', 'sleeves', 'are', 'turned', 'up'] ['the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', "'stressed", 'velvet', 'fabric', 'is', 'current', 'for', 'this', 'season'] ['i', "'m", 'going', 'to', 'enjoy', 'wearing', 'this', 'shirt', ',5,1,4', 'general', 'tops', 'blouses'] ['120,861,33', 'the', 'perfect', 'striped', 't', 'the', 'perfect', 'striped', 't-shirt', 'and', 'the', 'cute', 'little', 'buttons', 'down', 'the', 'front', 'are', 'a', 'wonderful', 'accent', 'with', 'each', 'one', 'being', 'different', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['121,966,63', ',great', 'look', 'and', 'you', 'can', 'wear', 'this', 'vest', 'with', 'almost', 'everything', 'i', 'normally', 'wear', 'a', 'small', 'but', 'they', 'only', 'had', 'mediums', 'and', 'it', 'fit', 'fine', 'i', 'like', 'it', 'tied', 'this', 'will', 'stay', 'in', 'my', 'closet', 'all', 'year', 'round', 'it', 'does', 'look', 'like', 'it', 'will', 'wrinkle', 'easily', 'but', 'that', 'does', "n't", 'bother', 'me', 'a', 'must', 'buy', ',5,1,0', 'general', 'jackets', 'jackets'] ['122,1196,29', 'this', 'is', 'a', 'great', 'pull', 'over', 'dress', 'that', 'can', 'easily', 'be', 'dressed', 'to', 'wear', 'to', 'work', 'to', 'a', 'bbq', 'or', 'to', 'happy', 'hour', 'i', 'have', 'a', 'large', 'chest', 'which', 'sometimes', 'makes', 'this', 'fit', 'look', 'like', 'a', 'tent', 'but', 'this', 'fabric', 'drapes', 'nicely', 'the', 'only', 'thing', 'i', 'would', 'note', 'is', 'the', 'neckline', 'was', 'slightly', 'higher', 'on', 'me', 'than', 'for', 'the', 'model', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['123,836,24', 'so', 'beautiful', 'gorgeous', 'orange', 'color', 'after', 'reading', 'the', 'previous', 'reviews', 'i', 'ordered', 'a', 'size', 'larger', 'i', 'am', 'so', 'glad', 'i', 'did', 'it', 'it', 'fits', 'perfectly', 'i', 'am', '5', '4', '/115/32dd', 'and', 'went', 'with', 'the', 's', 'regular', 'so', 'beautiful', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['124,923,50', 'lovely', 'top', 'not', 'lovely', 'shape', 'i', 'was', 'so', 'excited', 'to', 'try', 'out', 'this', 'top', 'since', 'it', 'was', 'such', 'a', 'bargain', 'and', 'neutral', 'unfortunately', 'the', 'shape', 'is', 'a', 'line', 'and', 'accentuates', 'the', 'hip', 'area', 'a', 'bit', 'more', 'than', 'i', 'find', 'flattering', 'so', 'it', 'will', 'be', 'returned', ',3,0,2', 'general', 'tops', 'sweaters'] ['125,1072,34', 'wonderfully', 'made', 'poorly', 'designed', 'for', 'busty', 'gals', 'like', 'others', 'reviewers', 'mentioned', 'on', 'here', 'this', 'dress', 'is', 'extremely', 'well', 'made', 'but', 'there', 'were', 'too', 'many', 'cons', 'for', 'me', 'as', 'well', 'this', 'would', 'most', 'certainly', 'work', 'on', 'a', 'petite/shorter', 'frame', 'but', 'for', 'tall', 'busty', 'and', 'curvier', 'girls', 'it', 'just', 'sits', 'wrong', 'on', 'all', 'places', 'unfortunately', 'the', 'color', 'is', 'lovely', 'along', 'with', 'the', 'nice', 'collar', 'that', 'ties', 'in', 'the', 'back', 'really', 'made', 'this', 'dress', 'stand', 'out'] [] ['however', 'i', "'m", 'a', '36c', 'and', 'found', 'that', 'the', 'arm/shoulder', 'part', 'so', 'large', 'and', 'bulky', 'that', 'is', 'made', 'me', 'look', 'bigger', 'on', 'top', 'there', 'was', 'entirel', ',3,1,1', 'general', 'dresses', 'dresses'] ['126,1133,71', 'i', 'read', 'the', 'previous', 'reviews', 'and', 'had', 'hoped', 'that', 'the', 'exclamations', 'about', 'the', 'color', 'being', 'inaccurate', 'were', 'exaggerated-', 'however', 'they', 'are', 'sadly', 'very', 'true', 'let', 'me', 'be', 'clear', 'that', 'this', 'is', 'a', 'beautiful', 'comfortable', 'piece', 'of', 'clothing-', 'when', 'you', 'put', 'it', 'on', 'it', 'feels', 'thick', 'and', 'of', 'very', 'good', 'quality', 'and', 'while', 'the', 'pattern', 'is', 'interesting', 'and', 'pretty', 'the', 'dark', 'orange', 'color', 'i', 'was', 'expecting', 'is', 'actually', 'a', 'mud', 'brown', 'i', 'think', 'it', "'s", 'unfortunate', 'that', 'retailer', 'misrepresented', 'such', 'a', 'key', 'element', 'of', 'the', 'jacket', 'but', 'i', 'digress', 'the', ',4,1,0', 'general', 'jackets', 'outerwear'] ['127,1133,30', 'this', 'coat', 'is', 'beautiful', 'i', 'love', 'the', 'color', 'and', 'the', 'design', 'it', 'definitely', 'runs', 'a', 'little', 'large', 'i', 'usually', 'wear', 'a', 'small', 'or', 'a', 'zero', 'and', 'i', 'can', 'wear', 'a', 'small', 'wth', 'a', 'large', 'sweater', 'underneath', 'no', 'problem', 'i', 'might', 'have', 'wanted', 'an', 'extra', 'small', 'but', 'i', 'just', 'stuck', 'with', 'the', 'small', 'because', 'i', 'needed', 'the', 'coat', 'already', 'the', 'vest', 'keeps', 'it', 'warm', 'but', 'the', 'sleeves', 'are', "n't", 'lined', 'so', 'it', "'s", 'cold', 'unless', 'you', 'have', 'a', 'nice', 'sweater', 'underneath', 'it', 'if', 'you', "'re", 'going', 'to', 'be', 'in', 'cold', 'weather', ',5,1,0', 'general', 'jackets', 'outerwear'] ['128,966,52', 'cute', 'vest', 'but', 'nice', 'vest', 'pretty', 'olive', 'color', 'hangs', 'nice', 'but', 'its', 'just', 'kinda', 'funny', 'just', 'hangs', 'and', 'really', 'looks', 'odd', 'when', 'tied', 'i', 'like', 'the', 'laying', 'piece', 'just', 'wished', 'it', 'had', 'more', 'umph', ',4,1,0', 'general', 'jackets', 'jackets'] ['129,863,28', 'great', 'top', 'this', 'top', 'is', 'super', 'comfy', 'and', 'casual', 'the', 'slit/design', 'in', 'the', 'front', 'gives', 'it', 'more', 'of', 'a', 'stylish', 'look', 'than', 'your', 'average', 'white', 'long', 'sleeve', 'tee', 'would', 'definitely', 'recommend.,5,1,0', 'general', 'tops', 'knits'] ['130,845,62', 'intrepid', 'soul', 'that', 'i', 'am', 'i', 'washed', 'it', 'in', 'the', 'machine', 'in', 'cold', 'water', 'on', 'a', '25', 'minute', 'cycle', 'then', 'put', 'it', 'in', 'the', 'dryer', 'for', '8', 'minutes', 'shook', 'it', 'out', 'hung', 'it', 'up', 'and', 'it', 'is', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', 'does', "n't", 'need', 'to', 'be', 'ironed', 'and', 'did', "n't", 'shrink', 'yes', 'the', 'swing', 'is', 'vast', 'but', 'that', 'is', 'part', 'of', 'its', 'charm', 'pair', 'it', 'with', 'a', 'fitted', 'piece', 'on', 'the', 'bottom', 'and', 'no', 'one', 'will', 'think', 'that', 'you', 'are', 'actually', 'needing', 'that', 'much', 'material', 'to', 'cover', 'anything', 'i', 'think', 'it', 'is', 'fun', 'something', 'i', 'will', 'use', 'for', 'years', 'wonderfully', 'comfort', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['131,1081,39', 'just', 'ok', 'it', "'s", 'ok', 'fit', 'does', "n't", 'wow', 'me', 'because', 'of', 'my', 'body', 'chest', 'is', 'too', 'wide', 'hips', 'look', 'too', 'narrow', 'drapes', 'across', 'my', 'back', 'fat', 'in', 'an', 'especially', 'non-flattering', 'way', 'basically', 'made', 'my', 'square-apple', 'body', 'look', 'more', 'square-apple', 'great', 'part', 'about', 'this', 'dress', 'is', 'that', 'it', "'s", 'comfy', 'and', 'hides', 'the', 'tummy', 'pooch', 'construction', 'is', 'poorly', 'done', 'contrasting', 'liner', 'at', 'v-neck', 'is', 'rolling', 'out', 'on', 'one', 'side', 'only', 'and', 'then', 'doing', 'the', 'same', 'at', 'the', 'hem', 'contralaterally', 'another', 'negative', 'point', 'is', 'dry', 'clean', 'only', 'boo', 'i', "'m", '5', '3', '140', '39-28-35', 'an', ',3,1,0', 'general', 'dresses', 'dresses'] ['132,861,46', 'pernette', 'henley', 'in', 'my', 'retailer', 'this', 'was', 'hung', 'over', 'in', 'the', 'pj', 'section', 'and', 'it', 'really', 'has', 'more', 'of', 'a', 'jammie', 'top', 'feel', 'soft', 'thin', 'and', 'stretchy', 'it', "'s", 'super', 'cozy', 'and', 'comfortable', 'and', 'it', 'drapes', 'really', 'nice', 'mine', 'seems', 'to', 'have', 'stretched', 'out', 'a', 'little', 'especially', 'the', 'neckline', 'and', 'the', 'little', 'buttons', 'have', 'a', 'hard', 'time', 'staying', 'closed', 'i', "'m", 'happy', 'with', 'it', 'though', 'for', 'what', 'it', 'is', 'a', 'great', 'casual', 'day', 't.', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['133,966,36', 'stylish', 'and', 'versatile', 'i', 'love', 'this', 'vest', 'there', 'are', 'so', 'many', 'ways', 'to', 'style', 'it', 'open', 'or', 'tied', 'closed', 'over', 'a', 'dress', 'or', 'with', 'a', 'tshirt', 'and', 'jeans', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'it', "'s", 'soft', 'and', 'light', 'enough', 'to', 'add', 'interest', 'to', 'an', 'outfit', 'without', 'being', 'too', 'heavy/hot', 'to', 'wear', 'all', 'day', ',5,1,0', 'general', 'jackets', 'jackets'] ['134,845,65', 'you', "'ll", 'smile', 'on', 'a', 'humid', 'summer', "'s", 'day', 'this', 'blouse', 'is', 'a', 'perfect', 'creation', 'perfect-weight', 'cotton', 'many', 'many', 'details', 'and', 'color', 'all', 'perfectly', 'executed', 'there', "'s", 'fullness', 'to', 'the', 'body', 'so', 'this', 'will', 'definitely', 'be', 'easy', 'to', 'wear', 'in', 'hot', 'humid', 'locations', 'this', 'summer', 'and', 'it', 'would', 'be', 'easy', 'to', 'pair', 'with', 'many', 'things', 'you', 'have', 'already', 'for', 'a', 'casual', 'yet', 'collected', 'look', 'there', "'s", 'no', 'mistaking', 'quality', 'when', 'you', 'look', 'at', 'this', 'piece', 'i', 'bought', 'the', 'medium', 'for', 'my', '130', '34f', 'size', '8', 'blouse/tee', 'frame', 'this', 'is', 'the', 'blouse', 'you', 'will', 'have', 'for', 'years', 'and', 'you', 'will', 'enjoy', ',5,1,12', 'general', 'petite', 'tops', 'blouses'] ['135,861,35', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['136,966,31', 'a', 'new', 'staple', 'for', 'my', 'wardrobe', 'love', 'this', 'vest', 'the', 'color', 'looks', 'a', 'little', 'more', 'brown', 'in', 'the', 'picture', 'than', 'it', 'really', 'is', 'it', "'s", 'a', 'deep', 'forest', 'green', 'that', 'goes', 'great', 'with', 'jeans', 'or', 'black', 'pants', 'a', 'great', 'piece', 'for', 'polished', 'but', 'casual', 'style', 'and', 'the', 'fabric', 'has', 'a', 'nice', 'soft', 'suede-like', 'finish'] [] ['if', 'only', 'the', 'was', 'slightly', 'higher', 'to', 'hit', 'my', 'true', 'natural', 'waist', 'it', 'would', 'get', 'that', 'fifth', 'star', 'but', 'sometimes', 'i', 'wear', 'petite', 'sizes', 'so', 'that', 'might', 'be', 'the', 'issue', 'here', 'still', 'looks', 'good', 'tied', ',4,1,0', 'general', 'jackets', 'jackets'] ['137,836,52', 'runs', 'short', 'i', 'received', 'the', 'sky', 'color', 'in', 'm', 'online', 'am', 'definetly', 'keeping', 'it', 'as', 'it', 'is', 'beautiful', 'however', 'i', 'wish', 'they', 'had', 'made', 'it', 'a', 'little', 'less', 'wide', 'and', 'more', 'long', 'i', 'am', '5', '3', 'and', 'could', 'totally', 'size', 'down', 'to', 'a', 's', 'but', 'even', 'at', 'my', 'height', 'it', 'would', 'be', 'too', 'short', 'i', 'like', 'crop', 'tops', 'and', 'waist', 'hitting', 'tops', 'a', 'lot', 'but', 'the', 'shortness', 'on', 'this', 'one', 'just', 'looks', 'like', 'it', 'shrunk', 'in', 'the', 'dryer,4,1,0', 'general', 'tops', 'blouses'] ['138,126,34', 'feminine', 'alternative', 'to', 'your', 'shapeless', 'puffer', 'i', 'am', 'obsessed', 'with', 'peplum', 'down', 'coats', 'because', 'the', 'ones', 'you', 'usually', 'see', 'have', 'no', 'shape', 'and', 'are', 'extremely', 'unflattering', 'i', 'was', 'excited', 'for', 'this', 'to', 'arrive', 'this', 'is', 'quite', 'nice', 'and', 'it', 'looks', 'more', 'feminine', 'than', 'the', 'other', 'down', 'coats', 'out', 'there', 'the', 'coat', 'itself', 'runs', 'just', 'true', 'to', 'my', 'shirt', 'size', 'but', 'not', 'what', 'i', 'want', 'for', 'a', 'coat', 'i', 'will', 'be', 'returning', 'this', 'for', 'a', 'size', 'up', 'because', 'i', 'will', 'want', 'to', 'wear', 'a', 'sweater', 'or', 'at', 'least', 'maybe', 'a', 'thicker', 'shirt', 'under', 'this', 'especially', 'for', 'winter', 'or', 'fall', 'the', 'fabric', 'is', 'decent', 'and', 'the', 'weigh,4,1,1', 'initmates', 'intimate', 'lounge'] ['139,1008,31', 'love', 'love', 'love', 'this', 'skirt', 'the', 'silhouette', 'and', 'length', 'of', 'this', 'skirt', 'and', 'length', 'are', 'flattering', 'classic', 'and', 'comfortable', 'the', 'colors', 'and', 'weight', 'of', 'this', 'skirt', 'make', 'it', 'versatile', 'could', 'be', 'worn', 'year-round', 'so', 'long', 'as', 'it', "'s", 'not', '100', 'degrees', 'out', 'there', 'is', 'a', 'bit', 'of', 'weight', 'to', 'it', 'it', "'s", 'one', 'of', 'my', 'favorite', 'pieces', 'in', 'my', 'closet', 'can', 'be', 'styled', '20', 'different', 'ways', 'pair', 'with', 'a', 'higher-end', 'tee', 'tank', 'denim', 'jacket', 'or', 'body-hugging', 'sweater', 'i', 'sized', 'down', ',5,1,1', 'general', 'bottoms', 'skirts'] ['140,829,36', 'pretry', 'top', 'perfect', 'for', 'work', 'or', 'going', 'out', 'i', 'layered', 'this', 'with', 'the', 'reversible', 'tank', 'in', 'medium', 'pink', 'so', 'it', 'would', 'be', 'work', 'appropriate', 'it', 'did', 'not', 'feel', 'scratchy', 'to', 'me', 'maybe', 'because', 'i', 'layered', 'it', 'great', 'buy', 'especially', 'with', 'the', 'discounts', 'feel', 'like', 'i', 'lucked', 'out', ',5,1,0', 'general', 'tops', 'blouses'] ['141,828,39', 'it', "'s", 'a', 'pretty', 'top', 'but', 'it', 'runs', 'very', 'short', 'the', 'back', 'is', 'also', 'pretty', 'see', 'through', 'so', 'i', "'m", 'not', 'sure', 'i', 'will', 'keep', 'it', 'it', "'s", 'called', 'off', 'the', 'shoulder', 'but', 'it', 'is', 'so', 'tight', 'when', 'you', 'try', 'and', 'actually', 'wear', 'it', 'off', 'the', 'shoulder', 'great', 'design', 'just', 'not', 'sure', 'i', 'will', 'keep', 'it', 'due', 'to', 'length', ',4,1,2', 'general', 'tops', 'blouses'] ['142,1126,35', ',,5,1,0', 'general', 'jackets', 'outerwear'] ['143,1008,51', 'great', 'classic', 'ii', "'m", 'not', 'usually', 'big', 'on', 'lace', 'but', 'this', 'is', 'so', 'unique', 'and', 'versatile', 'that', 'i', 'went', 'for', 'it', 'looks', 'good', 'dressed', 'up', 'w/a', 'nice', 'top', 'or', 'casual', 'w/a', 'tee', 'can', 'be', 'worn', 'practically', 'all', 'year', 'love', 'it', ',5,1,0', 'general', 'bottoms', 'skirts'] ['144,829,39', 'beautiful', 'but', 'scratchy', 'my', 'firned', 'tried', 'this', 'on', 'and', 'her', 'first', 'comment', 'was', 'take', 'it', 'off', 'it', 'is', 'scratchy', 'so', 'i', 'did', "n't", 'bother', 'trying', 'it', 'on', 'it', 'is', 'however', 'beautiful', 'if', 'you', 'are', 'not', 'sensitive', 'to', 'scratchy', 'material'] ['fit', 'was', 'true', 'to', 'size', ',3,0,9', 'general', 'tops', 'blouses'] ['145,828,39', 'on', 'the', 'fence', 'the', 'stylist', 'had', 'me', 'try', 'this', 'top', 'on', 'off', 'the', 'shoulders', 'but', 'that', 'was', 'kind', 'of', 'snug', 'perhaps', 'why', 'it', 'did', "n't", 'fit', 'right', 'it', 'is', 'not', 'off', 'the', 'shoulders', 'on', 'this', 'picture', 'the', 'cut', 'is', 'loose', 'so', 'it', 'looked', 'big', 'on', 'me', 'but', 'going', 'smaller', 'would', 'not', 'have', 'worked', 'the', 'way', 'i', 'had', 'it', 'on', 'may', 'give', 'it', 'another', 'try', 'on', 'xs', 'was', 'big', 'so', 'would', 'need', 'to', 'try', 'the', 'xxs', 'next', 'time', 'but', 'off', 'the', 'shoulders', 'looked', 'nice', 'on', 'the', 'lady', 'who', 'was', 'smaller', 'built', 'next', 'to', 'me'] [] ['colors', 'are', 'nice', 'light', 'but', 'appropriate', 'for', 'fall', 'or', 'summer', 'light', 'fabri', ',3,1,2', 'general', 'tops', 'blouses'] ['146,1008,39', 'so', 'pretty', 'a', 'bit', 'long', 'and', 'bigger', 'than', 'what', 'i', 'read', 'some', 'reviewers', 'found', 'this', 'skirt', 'to', 'be', 'on', 'the', 'smaller', 'side', 'but', 'for', 'me', 'it', 'was', 'big', 'too', 'bad', 'the', 'smaller', 'size', 'is', 'sold', 'out', 'well', 'all', 'peittes', 'are', 'sold', 'out', 'the', 'length', 'is', 'also', 'pretty', 'long', 'below', 'the', 'knee', 'but', 'in', 'the', 'narrow', 'part', 'still', 'so', 'able', 'to', 'keep', 'it', 'the', 'colors', 'are', 'great', 'i', 'brought', 'it', 'in', 'the', 'store', 'to', 'try', 'on', 'in', 'front', 'fo', 'the', 'stylists', 'adn', 'they', 'all', 'loved', 'it', 'and', 'told', 'me', 'to', 'keep', 'it', 'winner', 'for', 'sure', ',5,1,0', 'general', 'bottoms', 'skirts'] ['147,1011,47', 'cute', 'skirt', 'i', 'purchased', 'this', 'skirt', 'at', 'retailer', 'store', 'in', 'texas', 'i', 'fell', 'in', 'love', 'since', 'i', 'saw', 'it', 'the', 'fabric', 'is', 'nice', 'and', 'the', 'colors', 'are', 'pretty', 'and', 'cheerful', 'for', 'this', 'spring/summer', 'and', 'it', 'has', 'pockets', 'on', 'the', 'sides', 'do', "n't", 'we', 'love', 'pockets', 'very', 'practical', 'and', 'lightweight,5,1,1', 'general', 'bottoms', 'skirts'] ['148,1008,64', 'very', 'pretty', 'this', 'is', 'a', 'very', 'pretty', 'skirt', 'and', 'the', 'colors', 'are', 'better', 'in', 'real', 'life', 'sizing', 'was', 'mostly', 'true', 'to', 'size', 'for', 'me', 'slightly', 'tight', 'in', 'the', 'waist', 'but', 'i', 'have', 'a', 'thicker', 'waist', 'compared', 'to', 'my', 'hips', 'i', "'m", '5', '7', 'and', '138', 'and', 'ordered', 'a', 'size', '4', 'i', 'usually', 'size', 'up', 'to', 'a', '6', 'with', 'retailer', 'pencil', 'skirts', 'a', '6', 'probably', 'would', 'have', 'fit', 'as', 'well', 'especially', 'in', 'the', 'waist', 'but', 'did', "n't", 'want', 'it', 'too', 'big', 'in', 'the', 'hips', 'length', 'was', 'perfect', 'to', 'my', 'knees', ',5,1,0', 'general', 'bottoms', 'skirts'] ['149,1008,38', 'a', 'beautiful', 'skirt', 'this', 'skirt', 'is', 'wonderful', 'the', 'price', 'point', 'seems', 'a', 'bit', 'high', 'for', 'the', 'average', 'office', 'gal', 'but', 'the', 'quality', 'is', 'impeccable', 'i', 'really', 'enjoy', 'looking', 'at', 'myself', 'in', 'the', 'mirror', 'when', 'wearing', 'this', 'skirt', 'it', 'can', 'be', 'dressed', 'up', 'dressed', 'down', 'worn', 'during', 'all', 'seasons', 'the', 'design/pattern', 'is', 'artsy', 'and', 'whimsical', 'without', 'being', 'too', 'out-there', 'unless', 'you', 'want', 'it', 'to', 'be', 'of', 'course', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', 'delicate', 'details', 'are', 'just', 'lovely', ',5,1,2', 'general', 'bottoms', 'skirts'] ['150,1008,36', 'gorgeous', 'skirt', 'like', 'other', 'reviewers', 'noted', 'the', 'pics', 'do', "n't", 'do', 'this', 'skirt', 'justice', 'it', 'is', 'truly', 'beautiful', 'with', 'an', 'intricate', 'lace', 'pattern', 'and', 'rich', 'colors', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'to', 'work', ',5,1,1', 'general', 'bottoms', 'skirts'] ['151,1008,39', 'beautiful', 'love', 'this', 'skirt', 'the', 'detail', 'is', 'amazing', 'runs', 'small', 'i', 'ordered', 'a', '12', 'i', "'m", 'usually', 'a', '10', 'but', 'still', 'a', 'little', 'snug', ',4,1,0', 'general', 'bottoms', 'skirts'] ['152,829,53', 'not', 'impressed', 'not', 'keeping', 'this', 'one', 'the', 'fabric', 'is', 'a', 'bit', 'tacky-looking', 'in', 'person', 'the', 'cut', 'is', 'odd', 'and', 'it', "'s", 'just', 'not', 'me', 'fit', 'is', 'fine', 'and', 'there', 'are', 'snaps', 'to', 'keep', 'the', 'neckline', 'flat', 'and', 'shaped', 'the', 'colors', 'are', 'as', 'shown', 'and', 'it', 'is', 'a', 'good', 'length', 'falls', 'to', 'top', 'of', 'hip', 'i', 'simply', 'did', 'not', 'like', 'it', 'too', 'metallic', 'looking', 'maybe', ',3,0,0', 'general', 'tops', 'blouses'] ['153,829,36', 'fair', 'the', 'top', 'as', 'with', 'most', 'of', 'ap', "'s", 'tops', 'is', 'well', 'stitched', 'material', 'is', 'very', 'uncomfortable', 'if', 'you', 'have', 'large', 'bust', 'it', 'is', 'a', 'little', 'divulging', 'this', 'may', 'prompt', 'you', 'to', 'wear', 'something', 'underneath', 'to', 'look', 'modest', 'and', 'change', 'the', 'shape', 'of', 'the', 'top', ',3,1,1', 'general', 'tops', 'blouses'] ['154,829,44', 'great', 'colors', 'but', 'i', 'love', 'the', 'metallic', 'colors', 'of', 'this', 'top', 'and', 'figured', 'i', 'could', 'wear', 'it', 'under', 'a', 'ruched', 'jacket', 'and', 'circle', 'skirt', 'for', 'work', 'welp', 'that', "'s", 'out', 'the', 'window', 'this', 'design', 'is', 'poor', 'for', 'one', 'this', 'is', 'not', 'a', 'piece', 'for', 'a', 'petite', 'woman', 'with', 'no', 'torso', 'and', 'i', 'do', "n't", 'know', 'how', 'anyone', 'with', 'a', 'longer', 'torso', 'wears', 't', 'his', 'this', 'hits', 'above', 'my', 'belly', 'botton', 'on', 'and', 'i', 'got', 'apetite', '2.', 'i', 'have', 'no', 'torso', 'so', 'without', 'a', 'jacket', 'i', 'would', 'never', 'wear', 'this', 'it', "'s", 'very', 'low', 'cut', 'the', 'back', 'is', 'very', 'low', 'it', "'s", 'a', 'little', 'loose', 'but', 'i', 'run', 'between', 'a', '2', 'and', 'a', '4', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['155,829,48', 'beautiful', 'colors', 'this', 'top', 'is', 'so', 'much', 'better', 'in', 'person', 'i', 'do', 'not', 'agree', 'with', 'some', 'of', 'the', 'other', 'reviews', 'about', 'the', 'fabric', 'being', 'scratchy', 'it', 'is', 'not', 'and', 'i', 'have', 'sensitive', 'skin', 'i', 'love', 'this', 'top', 'and', 'have', 'got', 'lots', 'of', 'compliments.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['156,1008,37', 'this', 'is', 'a', 'lovely', 'pencil', 'skirt', 'that', 'is', 'well-made', 'and', 'really', 'brightens', 'a', 'work', 'day', 'like', 'a', 'lot', 'skirts', 'with', 'multiple', 'colors', 'a', 'lot', 'of', 'tops', 'feel', 'like', 'they', 'should', 'match', 'but', 'you', 'have', 'to', 'try', 'a', 'few', 'that', 'really', 'work', 'with', 'the', 'skirt', 'and', 'your', 'look', 'to', 'get', 'the', 'right', 'impact', ',5,1,1', 'general', 'bottoms', 'skirts'] ['157,523,43', 'australian', 'sizing', 'so', 'disappointed', 'that', 'no', 'where', 'in', 'the', 'limiting', 'did', 'it', 'mention', 'this', 'suit', 'is', 'australian', 'in', 'size', 'i', 'ordered', 'the', '10', 'i', "'m", 'usually', 'an', '8', 'but', 'that', 'was', 'sold', 'out', 'and', 'the', 'suit', 'arrives', 'and', 'does', "n't", 'even', 'fir', 'over', 'my', 'hips', 'the', 'label', 'clearly', 'says', '10', 'australian', 'us', '6', 'gutted', 'that', 'i', 'have', 'to', 'return', 'this', 'suit', 'because', 'of', 'this', 'sizing', 'issue', 'the', 'suit', 'looks', 'to', 'be', 'well', 'made', 'and', 'the', 'design', 'is', 'adorable', 'of', 'it', 'only', 'for.,3,0,2', 'initmates', 'intimate', 'swim'] ['158,829,53', ',i', 'saw', 'this', 'top', 'online', 'and', 'read', 'the', 'reviews', 'so', 'i', 'passed', 'when', 'i', 'went', 'into', 'the', 'store', 'when', 'i', 'went', 'in', 'again', 'i', 'thought', 'i', 'would', 'give', 'it', 'a', 'try', 'so', 'glad', 'i', 'did', 'it', 'fits', 'great', 'and', 'is', 'way', 'way', 'prettier', 'in', 'person', 'i', 'ended', 'up', 'buying', 'it', 'and', 'so', 'glad', 'i', 'did', ',4,1,7', 'general', 'petite', 'tops', 'blouses'] ['159,829,33', 'vibrant', 'metallic', 'this', 'is', 'a', 'very', 'pretty', 'top', 'with', 'vibrant', 'metallic', 'colors', 'i', 'would', 'be', 'perfect', 'for', 'a', 'holiday', 'party', 'or', 'going', 'out', 'to', 'dinner', 'it', 'was', "n't", 'as', 'scratchy', 'as', 'i', 'thought', 'it', 'would', 'be', 'based', 'on', 'the', 'reviews', 'however', 'it', 'ran', 'a', 'little', 'big', 'i', "'m", '5.3', 'and', 'about', '130', 'pounds', 'and', 'i', 'almost', 'always', 'wear', 'a', 'size', '6', 'but', 'the', 'six', 'was', 'too', 'big', 'i', "'d", 'recommend', 'sizing', 'down', 'it', 'was', 'also', 'lower', 'cut', 'than', 'i', 'thought', 'it', 'would', 'be', 'showed', 'a', 'lot', 'of', 'cleavage', 'i', "'m", 'a', '34d', 'so', 'it', "'s", 'not', 'work', 'appropriate', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['160,1126,39', 'so', 'sad', 'not', 'mine', 'love', 'everything', 'about', 'this', 'beautiful', 'coat', 'except', 'the', 'way', 'it', 'fits', 'on', 'me', 'it', 'is', 'just', 'perfect', 'in', 'the', 'shoulders', 'but', 'once', 'it', 'flares', 'out', 'at', 'the', 'bottom', 'i', 'look', 'like', 'a', 'clown', 'costume', 'if', 'i', 'size', 'down', 'it', 'will', 'not', 'fit', 'in', 'my', 'shoulders', 'perhaps', 'a', 'tailor', 'can', 'install', 'buckles', 'that', 'match', 'the', 'neckline', 'buckle', 'to', 'the', 'sides', 'of', 'the', 'coat', 'to', 'fold', 'in', 'the', 'flare', 'on', 'another', 'note', 'the', 'buckle', 'at', 'the', 'neckline', 'feels', 'very', 'hard', 'and', 'fake', 'not', 'sure', 'if', 'it', "'s", 'real', 'leather', ',4,1,0', 'general', 'jackets', 'outerwear'] ['161,829,52', 'scratchy', 'uncomfortable', 'top', 'the', 'title', 'says', 'it', 'all', 'this', 'fabric', 'of', 'this', 'top', 'is', 'both', 'the', 'best', 'and', 'worst', 'part', 'of', 'the', 'design', 'the', 'colors', 'are', 'vibrant', 'and', 'the', 'combination', 'of', 'materials', 'shoulder', 'is', 'a', 'knit', 'sweater-like', 'navy', 'fabric', 'is', 'interesting', 'however', 'that', 'is', 'where', 'the', 'positive', 'comments', 'end', 'on', 'this', 'one', 'the', 'top', 'is', 'so', 'scratchy', 'stiff', 'and', 'frankly', 'uncomfortable', 'i', 'can', 'not', 'imagine', 'wanting', 'to', 'wear', 'it', 'it', 'could', 'benefit', 'from', 'a', 'lining', 'and', 'that', 'might', 'have', 'solved', 'the', 'problem', 'of', 'scratchy', 'itchy', 'fabric'] [] ['the', 'stiff', 'fabric', 'of', 'the', 'bo', ',1,0,8', 'general', 'petite', 'tops', 'blouses'] ['162,829,64', 'yes', 'it', "'s", 'scratchy', 'but', 'it', 'can', 'work', 'out', 'my', 'usual', 'size', '6', 'fits', 'perfectly', 'yes', 'the', 'metallic', 'fibers', 'on', 'the', 'inside', 'are', 'scratchy', 'a', 'cami', 'solves', 'that', 'problem', 'when', 'ordering', 'i', 'realized', 'i', 'cld', 'not', 'go', 'strapless', 'wld', 'have', 'to', 'wear', 'a', 'one', 'of', 'my', 'wider', 'strap', 'cami', "'s", 'in', 'navy', 'or', 'black', 'to', 'cover', 'the', 'bra', 'strap', 'area', 'it', 'was', 'obvious', 'some', 'sort', 'of', 'cover-up', 'swtr', 'or', 'jacket', 'w/b', 'needed', 'wld', 'cover', 'the', 'strap', 'area', 'anyway', 'so', 'i', 'also', 'ordered', 'the', "'faux-fur", 'cardi', 'in', 'the', 'ivory', 'to', 'wear', 'over', 'this', 'top', 'it', "'s", 'a', 'shrug-like', 'cardi', 'w/', '3/4', 'slvs', 'comes', 'in', 'the', 'plum', 'also', 'if', 'you', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['163,1008,52', 'classy', 'and', 'cute', 'the', 'online', 'picture', 'does', 'not', 'do', 'this', 'skirt', 'justice', 'it', "'s", 'very', 'pretty', 'and', 'unique', 'in', 'design', 'i', 'think', 'it', 'should', 'be', 'worn', 'with', 'a', 'tighter', 'shirt', 'that', 'is', 'tucked', 'in', 'unlike', 'the', 'picture', 'this', 'is', 'truly', 'a', 'pretty', 'pencil', 'skirt.,5,1,7', 'general', 'bottoms', 'skirts'] ['164,1126,42', 'so', 'pretty', 'i', 'bought', 'this', 'and', 'like', 'other', 'reviews', 'agree', 'that', 'the', 'quality', 'probably', 'could', 'be', 'better', 'but', 'i', 'still', 'love', 'it', 'enough', 'to', 'keep', 'the', 'buckle', 'fell', 'apart', 'but', 'i', 'was', 'able', 'to', 'fix', 'it', 'and', 'the', 'zipper', 'seems', 'a', 'little', 'weak', 'it', 'has', 'pilled', 'but', 'the', 'fabric', 'is', 'textured', 'so', 'i', 'did', "n't", 'even', 'notice', 'until', 'i', 'read', 'the', 'other', 'reviews', 'and', 'then', 'looked', 'back', 'at', 'my', 'jacket', 'it', 'is', 'a', 'perfect', 'medium', 'coat', 'for', '40', "'s", '50', "'s", 'before', 'i', 'am', 'ready', 'to', 'bust', 'out', 'my', 'ugly', 'down', 'north', 'face', 'for', 'winter', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'love', ',4,1,0', 'general', 'jackets', 'outerwear'] ['165,829,35', ',,3,0,0', 'general', 'petite', 'tops', 'blouses'] ['166,1020,56', 'just', 'as', 'pictured', 'i', 'bought', 'a', 'petite', 'size', '2.', 'i', 'am', '5', '3', '111', 'lb', 'it', 'fit', 'perfect', 'with', 'a', 'tiny', 'bit', 'of', 'room', 'looks', 'just', 'like', 'the', 'one', 'pictured', 'length', 'on', 'me', 'was', 'about', '1', 'inch', 'lower', 'than', 'the', 'model', 'very', 'bright', 'with', 'multiple', 'colors', 'has', 'a', 'nice', 'stretch', 'very', 'cute', ',5,1,6', 'general', 'petite', 'bottoms', 'skirts'] ['167,895,55', 'great', 'purchase', 'this', 'will', 'be', 'perfect', 'for', 'the', 'mild', 'fall', 'weather', 'in', 'texas', 'it', "'s", 'light', 'weight', 'and', 'i', 'love', 'that', 'the', 'top', 'is', 'a', 'little', 'more', 'fitted', 'and', 'the', 'bottom', 'swings', 'out.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['168,862,40', ',,5,1,0', 'general', 'tops', 'knits'] ['169,1104,47', 'antoher', 'beautiful', 'maeve', 'dress', 'i', 'love', 'the', 'dresses', 'by', 'maeve', 'and', 'this', 'one', 'is', 'no', 'exception', 'i', 'was', 'pleasantly', 'surprised', 'upon', 'receiving', 'this', 'dress', 'because', 'i', 'was', "n't", 'sure', 'about', 'the', 'print', 'size', 'and', 'colors', 'when', 'i', 'saw', 'it', 'online', 'but', 'the', 'print', 'is', 'beautiful', 'it', "'s", 'a', 'very', 'simple', 'but', 'elegant', 'style', 'and', 'the', 'ruffle', 'on', 'the', 'back', 'adds', 'an', 'extra', 'touch', 'of', 'interest', 'i', 'like', 'that', 'it', 'has', 'enough', 'coverage', 'at', 'the', 'top', 'front', 'and', 'back', 'the', 'underarms', 'do', 'not', 'fall', 'very', 'low', 'and', 'it', 'is', 'lined', 'the', 'a-line', 'skirt', 'will', 'flatter', 'most', 'body', 'types', 'the', 'fabric', 'and', 'overall', 'q', ',5,1,3', 'general', 'dresses', 'dresses'] ['170,670,36', 'fun', 'these', 'pants', 'are', 'fun', 'i', 'use', 'them', 'as', 'sleep', 'pants', 'i', 'had', 'to', 'size', 'up', 'because', 'the', 'waist', 'band', 'was', 'a', 'little', 'tight', 'for', 'comfort.,5,1,0', 'initmates', 'intimate', 'sleep'] ['171,329,46', 'comfy', 'and', 'adorable', 'i', 'ordered', 'this', 'in', 'xs', 'i', "'m", '5', '4', 'around', '115lbs', 'and', 'it', 'fits', 'perfectly', 'the', 'material', 'is', 'very', 'soft', 'but', 'not', 'see-through', 'and', 'the', 'romper', 'is', 'well-made', 'i', 'wish', 'it', 'came', 'in', 'other', 'colours', 'i', "'d", 'buy', 'more', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['172,670,66', 'beautiful', 'fabric', 'and', 'style', 'i', 'purchased', 'these', 'for', 'something', 'other', 'than', 'sweats', 'to', 'wear', 'for', 'a', 'girls', 'get', 'away', 'weekend', 'they', 'were', 'so', 'comfortable', 'and', 'flattering', 'friends', 'told', 'me', 'i', 'could', 'wear', 'them', 'out', 'for', 'dinner'] [] ['the', 'fabric', 'is', 'beautiful', 'and', 'i', 'loved', 'the', 'way', 'they', 'draped', 'the', 'angled', 'cut', 'on', 'the', 'legs', 'is', 'very', 'cute', 'and', 'something', 'a', 'bit', 'different', 'these', 'could', 'be', 'perfect', 'for', 'a', 'hot', 'summer', 'evening', 'dinner', 'because', 'the', 'fabric', 'is', 'very', 'light', 'and', 'breezy', 'dress', 'it', 'up', 'with', 'a', 'tank', 'top', 'and', 'ballet', 'flats', 'and', 'you', "'re", 'good', 'to', 'go', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['173,868,51', 'great', 'for', 'summer', 'love', 'this', 'cream', 'sleeveless', 'top', 'it', 'goes', 'with', 'everything', 'and', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'this', 'will', 'be', 'a', 'go', 'to', 'top', 'all', 'summer', 'long', 'and', 'probably', 'wear', 'thru', 'the', 'fall', 'as', 'well', 'with', 'a', 'layered', 'sweater', 'if', 'needed', 'i', 'typically', 'wear', 'small', 'or', 'medium', 'size', 'and', 'got', 'the', 'medium', 'hoping', 'for', 'a', 'little', 'longer', 'length', 'i', 'am', '5', '7', '34c', 'and', 'overall', 'wt', 'of', 'approx', '128', 'lbs', 'it', 'fits', 'very', 'nicely', 'thank', 'you', 'retailer', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['174,1020,34', 'wonderful', 'but', 'going', 'back', 'this', 'skirt', 'is', 'beautiful', 'especially', 'the', 'color', 'and', 'looks', 'well', 'made', 'however', 'i', 'am', 'very', 'pear', 'shaped', 'and', 'this', 'skirt', 'is', 'just', 'too', 'straight', 'to', 'be', 'flattering', 'on', 'me', 'i', 'agree', 'that', 'it', 'runs', 'small', 'but', 'even', 'when', 'i', 'sized', 'up', 'it', 'still', 'was', "n't", 'flattering', 'i', 'imagine', 'that', 'those', 'who', 'were', 'not', 'bestowed', 'with', 'massive', 'hips', 'will', 'look', 'lovely', 'in', 'this', ',5,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['175,862,30', 'comfy', 'casual', 'shirt', 'happy', 'with', 'this', 'top-', 'slightly', 'thinner', 'material', 'than', 'i', 'was', 'expecting', 'but', 'that', "'ll", 'be', 'fine', 'with', 'our', 'hot', 'summers', 'got', 'the', 'navy', 'striped', 'one-', 'very', 'pretty', 'and', 'extremely', 'soft', 'washes', 'well', 'i', 'do', 'wear', 'an', 'tank', 'underneath', 'though', 'bc', 'the', 'armholes', 'are', 'slightly', 'large', 'and', 'you', 'can', 'see', 'part', 'of', 'my', 'bra.,4,1,4', 'general', 'tops', 'knits'] ['176,895,43', 'perfect', 'casual', 'sweater', 'love', 'the', 'fit', 'of', 'this', 'sweater', 'it', 'almost', 'fits', 'like', 'a', 'sweatshirt', 'and', 'definitely', 'not', 'as', 'long', 'as', 'on', 'the', 'model', 'it', 'hits', 'me', 'just', 'below', 'the', 'hips', 'for', 'ref', 'im', '5-3', 'im', 'considering', 'getting', 'all', 'the', 'other', 'colors', 'because', 'its', 'so', 'cute', 'and', 'comfortable', 'could', 'be', 'dressed', 'up', 'or', 'down', 'runs', 'true', 'to', 'size-im', 'always', 'a', 'small', 'and', 'this', 'fits', 'perfectly', 'roomy', ',5,1,9', 'general', 'tops', 'fine', 'gauge'] ['177,895,52', 'i', 'love', 'this', 'sweater', 'i', 'like', 'sweaters', 'that', 'are', 'narrow', 'on', 'top', 'and', 'taper', 'out', 'so', 'it', 'does', "n't", 'look', 'like', 'a', 'sack', 'on', 'me', 'plus', 'it', 'is', 'the', 'perfect', 'weight', 'i', 'wish', 'i', 'would', 'have', 'bought', 'one', 'in', 'a', 'different', 'color', 'because', 'it', 'is', 'so', 'comfortable', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['178,1094,35', 'not', 'for', 'me', 'the', 'colors', 'are', 'vivid', 'and', 'perfectly', 'autumnal', 'but', 'the', 'fit', 'is', 'a', 'mess', 'it', 'was', 'overall', 'too', 'large', 'the', 'waistline', 'curves', 'up', 'in', 'the', 'front', 'and', 'then', 'falls', 'into', 'small', 'pleats', 'which', 'was', 'maternityish', 'the', 'waistband', 'was', 'thicker', 'than', 'the', 'dress', 'and', 'sat', 'away', 'from', 'my', 'body', 'and', 'the', 'material', 'was', 'a', 'cheapish', 'poly', 'had', 'the', 'outer', 'dress', 'been', 'made', 'from', 'the', 'same', 'material', 'as', 'the', 'lining', 'i', 'would', 'have', 'liked', 'it', 'better', 'the', 'modesty', 'closure', 'was', 'a', 'plus', 'but', 'the', 'dress', 'was', 'already', 'unraveling', 'when', 'i', 'took', 'it', 'out', 'returned', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['179,895,41', 'perfect', 'for', 'warmer', 'climates', 'love', 'this', 'tunic', 'i', 'am', 'a', 'curvy', 'gal', 'with', 'a', 'few', 'extra', "'curves", 'in', 'the', 'middle', 'and', 'this', 'is', 'a', 'perfect', 'top', 'for', 'accentuating', 'the', 'good', 'and', 'masking', 'the', 'negative', 'i', 'purchased', 'the', 'pink', 'color', 'and', 'it', 'is', 'a', 'gorgeous', 'peachy-', 'pink', 'a', 'much', 'deeper', 'color', 'than', 'what', 'is', 'portrayed', 'in', 'the', 'picture', 'i', 'found', 'it', 'true', 'to', 'size', 'typically', 'i', 'wear', 'a', 'medium', 'or', 'large', 'depending', 'on', 'the', 'structure', 'and', 'the', 'medium', 'fit', 'well', 'a', 'little', 'more', 'fitted', 'on', 'top', 'and', 'looser', 'around', 'the', 'waist', 'i', 'came', 'back', 'to', 'buy', 'another', 'in', 'the', 'ivory', 'but', 'alas', 'it', 'is', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['180,895,39', 'need', 'petite', 'loved', 'the', 'green', 'color', 'the', 'cut', 'is', 'super', 'flattering', 'but', 'alas', 'i', 'do', 'need', 'hte', 'petite', 'ti', 'was', 'a', 'bit', 'long', 'and', 'i', 'looked', 'a', 'little', 'lost', 'unfrotuantely', 'the', 'color', 'is', 'sold', 'out', 'in', 'petite', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['181,1020,39', 'fun', 'but', 'i', 'thought', 'this', 'was', 'lace', 'or', 'with', 'texture', 'it', 'is', 'more', 'a', 'pattern', 'on', 'regular', 'fabric'] [] ['colors', 'are', 'nice', 'there', 'are', 'subtle', 'flowers', 'with', 'bright', 'colors', 'in', 'the', 'pattern', 'the', 'fit', 'is', 'nice', 'the', '0p', 'fit', 'snugly', 'enough', 'i', 'do', "n't", 'think', 'there', 'was', 'much', 'give', 'but', 'that', 'was', 'comfortable', 'enough', 'petite', 'length', 'did', 'end', 'below', 'the', 'knee', 'as', 'shown', 'i', 'think', 'it', 'would', 'have', 'been', 'nicer', 'shorter', 'but', 'do', "n't", 'want', 'to', 'have', 'to', 'pay', 'extra', 'to', 'ehm', 'so', 'i', 'left', 'that', 'one', 'behind', 'maybe', 'on', 'sale', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['182,895,50', 'completes', 'so', 'many', 'outfits', 'i', 'like', 'this', 'sweater', 'so', 'much', 'i', 'just', 'bought', 'it', 'in', 'a', 'second', 'color', 'the', 'pleats', 'make', 'the', 'sweater', 'conform', 'to', 'my', 'shape', 'just', 'enough', 'to', 'be', 'flattering', 'i', 'wore', 'it', 'over', 'three', 'different', 'dresses', 'this', 'week', 'that', 'might', 'have', 'felt', 'too', 'bare', 'for', 'work', 'or', 'cooler', 'weather', 'i', 'live', 'in', 'a', 'hot', 'climate', 'so', 'this', 'is', 'the', 'right', 'weight', 'for', 'our', 'cooler', 'months', 'the', 'metallic', 'threads', 'give', 'it', 'a', 'little', 'bit', 'of', 'flair', 'and', 'the', 'grey', 'color', 'goes', 'with', 'everything', 'i', "'m", '5', '7', 'size', '10-12', 'and', 'the', 'large', 'fit', 'just', 'right', ',5,1,5', 'general', 'tops', 'fine', 'gauge'] ['183,1020,27', 'size', 'up', 'beautiful', 'color', 'great', 'quality', 'and', 'great', 'fit', 'if', 'you', 'size', 'up', 'i', 'learned', 'my', 'lesson', 'with', 'previous', 'purchases', 'and', 'sized', 'up', 'when', 'i', 'read', 'it', 'runs', 'small', 'i', 'usually', 'wear', 'a', '0/2', 'and', 'i', 'took', 'a', 'risk', 'and', 'went', 'for', 'the', '4.', 'it', 'fits', 'perfectly', 'i', 'have', 'a', '25', 'in', 'waist', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['184,895,33', 'not', 'as', 'pictured.', 'online', 'this', 'looks', 'like', 'a', 'great', 'sweater', 'i', 'ordered', 'an', 'xxsp', 'and', 'found', 'that', 'this', 'sweater', 'is', 'much', 'wider', 'in', 'the', 'middle', 'than', 'pictured', 'in', 'fact', 'i', "'m", 'pretty', 'sure', 'they', 'pinned', 'the', 'shirt', 'in', 'the', 'back', 'for', 'the', 'picture', 'to', 'make', 'it', 'appear', 'slimmer', 'unfortunately', 'this', 'sweater', 'will', 'not', 'work', 'for', 'me', 'as', 'i', 'am', 'an', 'hourglass', 'shape', 'and', 'this', 'shirt', 'makes', 'me', 'look', '20', 'pounds', 'heavier', ',2,0,8', 'general', 'tops', 'fine', 'gauge'] ['185,895,35', 'fits', 'strange', 'flimsy', 'material', 'i', 'was', 'worried', 'about', 'this', 'item', 'when', 'i', 'ordered', 'it', 'because', 'of', 'how', 'it', 'looks', 'in', 'the', 'picture', 'but', 'i', 'had', 'wishful', 'thinking', 'i', 'should', 'have', 'gone', 'with', 'my', 'gut', 'this', 'shirt', 'does', 'not', 'have', 'the', 'same', 'quality', 'as', 'all', 'my', 'other', 'retailer', 'purchases', 'it', 'is', 'see-through', 'and', 'flimsy', 'the', 'bottom', 'is', 'just', 'like', 'the', 'picture', 'it', 'hangs', 'in', 'an', 'odd', 'rumpled', 'way', 'the', 'top', 'is', 'very', 'flattering', 'though', 'so', 'it', "'s", 'a', 'shame', 'if', 'the', 'bottom', 'fit', 'nicer', 'like', 'their', 'other', 'products', 'i', 'could', 'have', 'gotten', 'away', 'with', 'wearing', 'a', 'cami', 'under', 'it', 'to', 'make', 'up', 'for', 'the', 'qu', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['186,1020,34', 'nice', 'color', 'love', 'the', 'snap', 'buttons', 'this', 'skirt', 'is', 'a', 'great', 'length', 'and', 'nice', 'piece', 'for', 'fall/winter', 'i', 'love', 'the', 'color', 'it', 'fits', 'like', 'a', 'high', 'waisted', 'skirt', 'would', 'which', 'is', 'why', 'i', 'purchased', 'the', 'next', 'size', 'up.,4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['187,596,41', 'modern', 'comfort', 'this', 'easel', 'caftan', 'is', 'simply', 'amazing', 'the', 'silhouette', 'fits', 'all', 'sizes', 'and', 'shapes', 'while', 'providing', 'a', 'unique', 'dress.,5,1,2', 'general', 'trend', 'trend'] ['188,1094,54', 'it', "'s", 'gorgeous', 'but', 'just', 'came', 'today', 'the', 'print', 'is', 'gorgeous', 'very', 'bohemian', 'it', "'s", 'a', 'dressier', 'dress', 'with', 'the', 'chiffon', 'on', 'the', 'con', 'side', 'the', 'chiffon', 'is', 'very', 'delicate', 'snagged', 'easily', 'while', 'trying', 'on', 'there', "'s", 'raw', 'edges', 'on', 'the', 'waistband', 'needed', 'trimming', 'fresh', 'out', 'of', 'the', 'package', 'sz', '10', 'fit', 'in', 'the', 'waist', 'too', 'small', 'for', '36d', 'bust', 'sz', '12', 'fits', 'bust', 'but', 'is', 'big', 'in', 'the', 'waist', 'sz', '10', 'ankle', 'length', 'for', '5', '7', '12', 'hits', 'the', 'floor', 'have', "n't", 'decided', 'if', 'i', "'ll", 'keep', 'the', '12', 'and', 'try', 'to', 'alter', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['189,1020,41', 'runs', 'very', 'small', 'my', 'waist', 'measures', '28', 'and', 'the', 'size', '4', 'is', 'a', 'snug', 'fit', 'i', 'normally', 'buy', 'size', '2', 'in', 'retailer', 'skirts', 'but', 'the', '2', 'was', 'unbearably', 'tight', 'cute', 'skirt', 'though', 'i', 'like', 'that', 'it', "'s", 'machine', 'washable', 'and', 'the', 'quality', 'looks', 'good', ',4,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['190,895,47', 'pretty', 'i', 'love', 'the', 'fabric', 'and', 'color', 'i', 'bought', 'the', 'green', 'one', 'my', 'only', 'complaint', 'is', 'that', 'the', 'base', 'is', 'wider', 'than', 'the', 'picture', 'shows', 'it', 'looks', 'more', 'fitted', 'on', 'the', 'model', 'it', 'is', 'more', 'of', 'an', 'a', 'shape', 'significantly', 'wider', 'at', 'the', 'hips', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['191,895,52', 'nice', 'but', 'too', 'thin', 'i', 'was', 'minimally', 'torn', 'over', 'whether', 'to', 'return', 'this', 'but', 'ultimately', 'it', "'s", 'going', 'back', 'because', 'the', 'knit', 'is', 'just', 'too', 'thin', 'i', 'thought', 'it', 'would', 'be', 'cozy', 'and', 'be', 'of', 'normal', 'sweater', 'weight', 'but', 'it', "'s", 'not', 'and', 'because', 'it', "'s", 'so', 'light', 'the', 'swing', 'effect', 'does', "n't", 'really', 'come', 'off', 'nothing', 'special', ',2,0,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['192,895,46', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['193,1020,22', 'i', 'love', 'the', 'color', 'of', 'this', 'skirt', 'and', 'the', 'fabric', 'is', 'wonderful', 'it', 'was', 'a', 'bit', 'longer', 'than', 'anticipated', 'but', 'fit', 'well', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['194,1098,40', 'dress', 'ran', 'very', 'large', 'in', 'every', 'way', 'beautiful', 'design', 'lining', 'and', 'quality', 'material', 'i', 'should', 'have', 'sized', 'down', '2', 'sizes', 'item', 'is', 'now', 'sold', 'out', ',3,1,0', 'general', 'dresses', 'dresses'] ['195,895,62', 'lovely', 'and', 'feminine', 'finally', 'a', 'swing', 'top', 'that', 'does', "n't", 'look', 'like', 'a', 'sack', 'on', 'me', 'i', "'ve", 'been', 'wanting', 'to', 'partake', 'of', 'this', 'current', 'style', 'but', 'everything', 'i', "'ve", 'tried', 'so', 'far', 'just', 'looks', 'dumpy', 'on', 'me', 'not', 'this', 'top', 'it', 'is', 'very', 'feminine', 'and', 'flattering', 'i', 'am', '5', '7', '118', 'lbs', 'and', 'have', 'a', 'small', 'waist', 'and', 'although', 'this', 'is', 'a', 'swing', 'style', 'it', 'still', 'shows', 'my', 'waist', 'and', 'does', "n't", 'overpower', 'me', 'it', 'is', 'also', 'a', 'lovely', 'fabric', 'especially', 'in', 'the', 'soft', 'pink', 'which', 'i', 'got', 'i', "'m", 'thinking', 'of', 'going', 'back', 'for', 'more', 'colors', ',5,1,9', 'general', 'petite', 'tops', 'fine', 'gauge'] ['196,862,26', 'a', 'great', 'piece', 'i', 'bought', 'this', 'shirt', 'in', 'the', 'neutral', 'and', 'white', 'and', 'love', 'it', 'so', 'many', 'people', 'compliment', 'it', 'i', 'usually', 'pair', 'it', 'with', 'white', 'pants', 'and', 'cute', 'wedges', 'to', 'dress', 'it', 'up', 'obviously', 'with', 'a', 'statement', 'necklace', 'too', 'but', 'the', 'greatest', 'thing', 'about', 'this', 'shirt', 'is', 'the', 'fact', 'that', 'you', 'can', 'also', 'dress', 'it', 'down', 'the', 'material', 'is', 'fabulous', 'but', 'i', 'have', 'not', 'washed', 'it', 'yet', 'so', 'i', 'am', 'not', 'sure', 'if', 'it', 'is', 'going', 'to', 'shrink', 'which', 'i', 'hope', 'it', 'does', "n't", 'because', 'it', 'is', 'one', 'of', 'my', 'favorite', 'pieces'] [] ['unlike', 'the', 'other', 'reviewer', 'i', 'did', 'not', 'think', 'that', 'the', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['197,1020,38', 'love', 'everything', 'about', 'this', 'skirt', 'unlike', 'the', 'other', 'reviewers', 'i', 'did', 'not', 'have', 'any', 'problem', 'with', 'the', 'sizing', 'fit', 'or', 'length', 'of', 'this', 'skirt', 'it', 'is', 'a', 'midi', 'skirt', 'so', 'i', 'think', 'it', "'s", 'suppose', 'to', 'be', 'a', 'little', 'bit', 'longer', 'for', 'me', 'it', 'fit', 'true', 'to', 'size', 'for', 'reference', 'i', 'am', '5', '8', '135', 'pounds', 'and', 'the', 'size', '6', 'fit', 'perfectly', 'i', 'think', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'quality', 'is', 'good', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['198,895,53', 'perfect', 'comfy', 'now', 'top', 'for', 'a', 'now', 'feel', 'that', 'comfy', 'and', 'well', 'made', 'this', 'was', 'a', 'great', 'choice', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['199,1020,49', 'poor', 'quality', 'this', 'skirt', 'looks', 'exactly', 'as', 'pictured', 'and', 'fits', 'great', 'i', 'purchased', 'it', 'a', 'few', 'weeks', 'ago', 'and', 'got', 'lots', 'of', 'compliments', 'on', 'it', 'however', 'on', 'the', 'third', 'wear', 'the', 'side', 'zipper', 'split', 'wide', 'open', 'needless', 'to', 'say', 'it', 'was', 'returned', ',3,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['200,895,43', 'huuuuge', 'dang', 'i', 'got', 'a', 'small', 'and', 'was', 'still', 'swimming', 'in', 'it', 'it', "'s", 'made', 'of', 'the', 'fabric', 'that', 'increasingly', 'seems', 'to', 'be', 'the', 'fabric', 'of', 'choice', 'for', 'all', 'things', 't-shirty-', 'soft', 'and', 'thin-ish', 'a', 'bit', 'translucent', 'i', "'d", 'rather', 'wait', 'for', 'something', 'more', 'formfitting', 'and', 'flattering-', 'back', 'it', 'went', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['201,895,36', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['202,895,36', 'not', 'worth', 'cost', 'bought', 'this', 'item', 'on', 'sale', 'and', 'was', 'very', 'disappointed', 'in', 'the', 'quality', 'for', 'the', 'cost', 'fabric', 'feels', 'cheap', 'like', 'it', 'will', 'snag', 'easily', 'and', 'will', 'stretch', 'out', 'quickly', 'did', 'not', 'flatter', 'the', 'female', 'form-', 'felt', 'like', 'a', 'burlap', 'sack', 'gorgeous', 'blue', 'color', 'but', 'not', 'worth', 'the', 'price', 'tag', 'returned', 'it', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['203,895,63', 'tunic', 'does', "n't", 'look', 'like', 'i', 'am', 'covering', 'up', 'nice', 'weight', 'sweater', 'that', 'allows', 'one', 'to', 'wear', 'leggings', 'or', 'ultra', 'skinny', 'jeans', 'without', 'looking', 'like', 'i', "'m", 'pregnant', 'not', 'that', 'there', "'s", 'anything', 'wrong', 'with', 'that', 'very', 'feminine', 'and', 'light', 'weight', 'enough', 'to', 'wear', 'with', 'a', 'cami', 'underneath', 'and', 'a', 'pretty', 'scarf.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['204,828,56', 'too', 'big', 'i', 'loved', 'this', 'top', 'it', 'reminded', 'me', 'of', 'one', 'i', 'have', 'from', 'retailer', 'from', 'circa', '2008', 'in', 'black', 'and', 'white', 'however', 'on', 'this', 'one', 'the', 'chest', 'area', 'is', 'too', 'big', 'in', 'both', 'the', '14', 'and', '16', 'and', 'i', 'even', 'found', 'myself', 'tugging', 'downward', 'on', 'the', 'fabric', 'to', 'keep', 'it', 'in', 'place', 'because', 'the', 'waist', 'is', 'elastic', 'and', 'also', 'too', 'big', 'i', 'probably', 'need', 'a', 'size', '12', 'but', 'then', 'i', 'fear', 'it', 'would', 'be', 'too', 'short-waisted', 'on', 'me', 'for', 'i', 'am', "5'10", 'unfortunately', 'it', 'is', 'not', 'for', 'me', 'also', 'the', 'sleeves', 'are', 'much', 'bigger', 'and', 'flouncier', 'than', 'they', 'appear', 'in', 'the', 'photo', 'on', 't', ',4,0,4', 'general', 'tops', 'blouses'] ['205,1020,48', 'runs', 'small', 'too', 'bad', 'i', 'love', 'the', 'rich', 'deep', 'color', 'and', 'the', 'style', 'but', 'once', 'again', 'this', 'brand', 'runs', 'really', 'small', 'in', 'the', 'waist', 'i', 'am', 'normally', 'a', '8/10', 'in', 'retailer', 'skirts', 'and', 'the', 'size', '10', 'was', 'tight', 'at', 'the', 'waist', 'enough', 'so', 'i', 'could', 'not', 'button', 'it', 'and', 'feel', 'comfortable', 'the', 'quality', 'is', 'ok', 'something', 'i', 'feel', 'i', 'would', 'see', 'at', 'another', 'type', 'of', 'discount', 'store', 'for', 'me', 'this', 'skirt', 'did', 'not', 'work', 'but', 'the', 'color', 'and', 'softness', 'of', 'the', 'fabric', 'was', 'a', 'plus', ',3,0,9', 'general', 'petite', 'bottoms', 'skirts'] ['206,862,43', 'great', 'shirt', 'to', 'wear', 'with', 'white', 'pants', 'and', 'wedges', 'i', "'m", 'a', 'teacher', 'and', 'this', 'is', 'perfect', 'for', 'warmer', 'months', 'for', 'school', 'or', 'for', 'casual', 'evening', 'out', 'it', 'runs', 'big', 'but', 'falls', 'in', 'such', 'a', 'way', 'that', 'it', 'does', "n't", 'make', 'the', 'wearer', 'look', 'big', 'it', 'falls', 'elegantly', 'and', 'in', 'a', 'flattering', 'way'] [] ['great', 'versatile', 'shirt', ',5,1,1', 'general', 'tops', 'knits'] ['207,1020,44', 'skirt', 'dimensions', 'are', 'off', 'i', 'loved', 'this', 'skirt', 'on', 'but', 'just', 'the', 'other', 'reviewers', 'it', 'runs', 'small', 'in', 'the', 'waist', 'throwing', 'off', 'the', 'dimension', 'of', 'the', 'skirt', 'i', 'ended', 'up', 'getting', 'the', '0', 'despite', 'the', 'fact', 'that', 'it', 'was', 'tighter', 'in', 'the', 'waist', 'because', 'the', '2', 'at', 'this', 'length', 'with', 'my', 'height', 'and', 'amount', 'of', 'material', 'became', 'overwhelming', 'on', 'me', 'it', 'would', 'have', 'looked', 'better', 'in', 'a', 'slightly', 'shorter', 'cut', 'as', 'another', 'reviewer', 'stated', 'as', 'well', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['208,895,40', 'gorgeous', 'top', 'very', 'nice', 'detail', 'work', 'soft', 'and', 'flattering', 'i', 'do', "n't", 'think', 'its', 'too', 'full', 'on', 'the', 'bottom', 'at', 'all', 'mine', 'has', 'a', 'loose', 'but', 'pretty', 'straight', 'silhouette', 'word', 'of', 'warning', 'soft', 'pink', 'is', 'not', 'pink', 'it', 'is', 'peach', 'with', 'some', 'pink', 'and', 'definitely', 'not', 'my', 'color', 'if', 'peach', 'is', "n't", 'flattering', 'on', 'you', 'heed', 'this', 'and', 'other', 'reviewers', 'comments', 'they', 'are', 'weighing', 'correctly', 'i', 'will', 'have', 'to', 'either', 'return', 'for', 'the', 'white', 'or', 'dye', 'the', 'fabric', 'myself', 'to', 'a', 'more', 'flattering', 'shade', 'bummer', 'that', 'i', 'thought', 'the', 'other', 'reviewers', 'might', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['209,862,44', ',love', 'the', 'fabric', 'of', 'this', 'shirt', 'even', 'though', 'it', 'was', 'thinner', 'than', 'i', 'expected', 'it', 'is', 'soft', 'to', 'the', 'skin', 'and', 'flattering', 'however', 'i', 'returned', 'it', 'because', 'it', 'is', 'made', 'for', 'women', 'with', 'long', 'torso', 'and', 'shorter', 'shoulders.,1,0,1', 'general', 'tops', 'knits'] ['210,895,54', 'comfort', 'style', 'i', 'have', 'already', 'worn', 'this', 'several', 'times', 'it', 'is', 'very', 'flattering', 'lightweight', 'and', 'easy', 'to', 'wear', 'dressy', 'but', 'also', 'very', 'soft', 'and', 'comfortable', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['211,1020,72', 'very', 'pretty', 'fabric', 'and', 'beautiful', 'color', 'but', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'here', 'the', 'fit', 'is', 'a', 'bit', 'strange', 'the', 'waist', 'is', 'very', 'small', 'need', 'to', 'size', 'up', 'at', 'least', 'one', 'size', 'for', 'that', 'to', 'fit', 'while', 'the', 'rest', 'fits', 'nicely', 'it', "'s", 'also', 'a', 'little', 'longer', 'than', 'i', 'had', 'expected', 'sort', 'of', 'looks', 'like', 'it', 'should', 'be', 'a', 'couple', 'inches', 'shorter', 'and', 'i', "'m", "5'11", ',4,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['212,1075,52', 'classic', 'i', 'was', 'so', 'excited', 'about', 'the', 'arrival', 'of', 'my', 'maza', 'dress', 'much', 'to', 'my', 'surprise', 'the', 'material', 'was', 'not', 'has', 'structured', 'as', 'i', 'thought', 'it', 'would', 'be', 'from', 'the', 'photos', 'the', 'fit', 'was', 'very', 'tight', 'and', 'did', 'not', 'fall', 'as', 'nicely', 'as', 'i', 'anticipated', 'because', 'i', 'loved', 'the', 'classic', 'design', 'i', 'decided', 'to', 'give', 'it', 'another', 'chance', 'so', 'i', 'returned', 'it', 'for', 'the', 'next', 'size', 'up', 'and', 'fell', 'in', 'love', 'the', 'open', 'sleeve', 'was', 'a', 'nice', 'surprise', 'with', 'a', 'touch', 'if', 'elegance', 'the', 'front', 'buttons', 'added', 'a', 'bit', 'of', 'old', 'charm', 'and', 'feminine'] ['appeal', 'while', 'the', 'material', 'was', 'not', 'v', ',4,1,3', 'general', 'dresses', 'dresses'] ['213,1104,47', 'my', 'new', 'favorite', 'dress', 'i', "'m", '5', '4', '130', 'lbs', '34', 'd.', 'i', 'bought', 'the', 'medium', 'i', 'think', 'i', 'could', 'have', 'gotten', 'the', 'small', 'but', 'i', 'did', "n't", 'have', 'time', 'to', 're-order', 'it', 'fit', 'fine', 'but', 'could', 'have', 'been', 'a', 'little', 'more', 'snug', 'around', 'my', 'top', 'half', 'i', 'love', 'the', 'length', 'and', 'the', 'fabric.', ',5,1,0', 'general', 'dresses', 'dresses'] ['214,1020,67', 'not', 'as', 'pictured', 'the', 'skirt', 'that', 'i', 'received', 'had', 'very', 'little', 'blue', 'or', 'green', 'in', 'it', 'and', 'was', 'mostly', 'white', 'yellow', 'and', 'some', 'red', 'the', 'fit', 'was', 'fine', 'but', 'the', 'quality', 'for', 'the', 'price', 'was', 'not', 'there', 'for', 'me', 'the', 'lack', 'of', 'quality', 'and', 'the', 'disappointment', 'in', 'the', 'quality', 'equals', 'a', 'return', ',1,0,17', 'general', 'petite', 'bottoms', 'skirts'] ['215,1094,39', 'autumn', 'fever', 'ranna', 'designs', 'richly', 'detailed', 'dresses', 'and', 'this', 'is', 'no', 'exception', 'looks', 'just', 'like', 'the', 'pictures', 'colors/cut/drape', 'with', 'the', 'exception', 'of', 'a', 'modesty', 'hook', 'at', 'the', 'deep', 'v-neck', 'sleeves', 'are', 'sheer', 'with', 'an', 'elastic', 'cuff', 'this', 'dress', 'does', 'not', 'stretch', 'the', 'bodice', 'felt', 'very', 'fitted', 'and', 'tight', 'especially', 'at', 'the', 'waist', 'band', 'runs', 'tts', 'or', 'small', 'if', 'you', "'re", 'busty/broad', 'shouldered', 'size', 'up', 'it', 'has', 'a', 'dreadful', 'side', 'zip', 'is', 'fully', 'lined', 'and', 'all', 'synthetic', 'fabric', 'boo', 'i', 'purchased', 'size', '10p', 'my', 'stats', '36c/38-27-35/135', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['216,305,46', 'very', 'small', 'bought', 'a', 'large', 'could', 'barely', 'pull', 'up', 'over', 'my', 'butt', 'runs', 'extremely', 'small', 'it', "'s", 'cute', 'but', 'if', 'your', 'not', 'a', 'stick', 'figure', 'this', 'is', 'not', 'the', 'suit', 'for', 'you', ',2,0,0', 'initmates', 'intimate', 'swim'] ['217,828,64', 'too', 'cute', 'to', 'pass', 'up', 'adorable', 'too', 'chilly', 'now', 'to', 'wear', 'alone', 'too', 'cute', 'to', 'cover', 'it', 'up', 'my', 'navy', 'parka', 'or', 'jean', 'jacket', 'will', 'prob', 'be', 'ok', 'w/', 'it', 'though', 'size', '6', 'fits', 'me', 'perfectly', 'looks', 'pretty', 'much', 'on', 'me', 'as', 'in', 'the', 'pic', 'love', 'plaid', 'cotton', 'blend', 'tops', 'anyways', 'ruffles', 'adorable', 'i', "'m", 'not', 'too', 'big', 'on', 'that', 'but', 'do', 'love', 'this', 'look', 'when', 'i', 'first', 'removed', 'this', 'top', 'from', 'the', 'packaging', 'it', 'had', 'an', 'odd', "'smoky'-like", 'odor', 'but', 'it', "'s", 'the', 'dye', 'i', 'think', 'after', 'hanging', 'it', 'for', 'a', 'few', 'days', 'the', 'smell', 'disappeared', 'i', 'have', 'in', 'mind', 'to', 'wear', 'w/', 'the', 'pilcr', ',5,1,3', 'general', 'tops', 'blouses'] ['218,1094,30', 'falling', 'goddess', 'this', 'dress', 'makes', 'you', 'feel', 'like', 'a', 'bohemian', 'goddess', 'falls', 'in', 'the', 'right', 'area', 'and', 'absolutely', 'adorable', 'the', 'dress', 'is', 'very', 'fragile', 'handle', 'with', 'care', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['219,828,38', ',this', 'is', 'my', 'new', 'favorite', 'top', 'looks', 'and', 'fits', 'as', 'described.,5,1,1', 'general', 'tops', 'blouses'] ['220,895,36', 'pretty', 'and', 'comfy', 'last', 'minute', 'i', 'needed', 'a', 'family-friendly', 'top', 'for', 'a', 'chilly', 'night', 'so', 'i', 'tried', 'on', 'a', 'couple', 'of', 'flowy', 'sweaters', 'at', 'retailer', 'and', 'this', 'was', 'the', 'keeper', 'while', 'i', 'found', 'other', 'styles', 'a', 'bit', 'too', 'boxy', 'or', 'bulky', 'for', 'my', 'short', 'torso', 'this', 'has', 'a', 'nice', 'a-line', 'shape', 'that', 'gave', 'me', 'a', 'slim', 'profile', 'while', 'still', 'being', 'forgiving', 'plus', 'the', 'detail', 'up', 'top', 'is', 'feminine', 'and', 'i', 'liked', 'not', 'having', 'fabric', 'piled', 'up', 'around', 'my', 'neck', 'i', 'am', 'usually', 'a', 'small', 'but', 'wanted', 'this', 'to', 'fit', 'like', 'the', 'model', 'so', 'i', 'sized', 'up', 'to', 'a', 'medium', 'and', 'voila', 'i', 'am', 'a', 'model', 'just', ',4,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['221,1020,52', 'perfect', 'skirt', 'love', 'all', 'the', 'colors', 'in', 'this', 'skirt', 'and', 'that', 'i', 'can', 'wear', 'it', 'with', 'a', 'tee', 'and', 'flat', 'sandals', 'or', 'a', 'black', 'jacket', 'and', 'heels', 'easy', 'piece', 'to', 'wear', 'many', 'ways', 'great', 'quality', 'too.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['222,895,61', 'this', 'tunic', 'trumped', 'any', 'other', 'i', 'have', 'seen', 'this', 'season', 'the', 'style', 'with', 'the', 'delicate', 'open', 'stitchwork', 'around', 'the', 'upper', 'chest', 'gave', 'it', 'quite', 'a', 'feminine', 'appeal', 'i', 'especially', 'love', 'the', 'weight', 'of', 'the', 'fabric', 'being', 'on', 'the', 'light', 'side', 'wo', "n't", 'have', 'to', 'worry', 'about', 'hot', 'flashes', 'like', 'when', 'wearing', 'a', 'thicker', 'fabric', 'it', "'s", 'warm', 'without', 'being', 'bulky', 'and', 'to', 'top', 'it', 'off', 'it', 'was', 'on', 'sale', 'and', 'i', 'was', 'able', 'to', 'grab', 'two', 'colors', 'this', 'tunic', 'is', 'also', 'age', 'appropriate', 'and', 'flattering', 'for', 'most', 'anyone', 'extraordinary', 'to', 'say', 'the', 'least', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['223,647,29', 'easy', 'comfy', 'cute', 'i', 'needed', 'a', 'dress', 'that', 'was', 'easy', 'to', 'throw', 'on', 'for', 'summer', 'days', 'and', 'this', 'dress', 'is', 'perfect', 'for', 'that', 'it', "'s", 'flattering', 'light', 'weight', 'and', 'unique', 'i', "'ve", 'received', 'a', 'handful', 'of', 'compliments', 'while', 'wearing', 'this', 'dress', 'i', 'am', '5', '6', '150', 'lbs', 'hourglass', 'figure', 'and', 'typically', 'purchase', 'a', 'small', 'or', 'medium', '8-10', 'and', 'chose', 'a', 'small', 'for', 'this', 'dress', 'i', "'d", 'say', 'it', "'s", 'still', 'loose', 'on', 'me-', 'which', 'is', 'what', 'i', 'prefer', 'the', 'scoop', 'neck', 'and', 'cut', 'out', 'allows', 'you', 'wear', 'a', 'normal', 'bra', 'however', 'i', "'ve", 'noticed', 'i', "'m", 'more', 'comfortable', 'wearing', 'a', 'camisole', 'or', 's', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['224,1025,38', 'the', 'inseam', 'is', 'advertised', 'as', '28', 'but', 'they', 'are', 'more', 'like', '38', 'i', 'was', 'hoping', 'they', 'were', 'for', 'short', 'people', 'but', 'they', 'are', 'for', 'someone', 'with', 'very', 'long', 'legs', 'event', 'in', 'my', 'tallest', 'heels', 'i', "'d", 'have', 'to', 'get', 'them', 'hemmed', 'just', 'a', 'warning', 'to', 'my', 'short', 'friends', 'out', 'there', 'the', 'quality', 'fit', 'look', 'was', 'great', 'but', 'way', 'way', 'way', 'too', 'long', ',4,1,10', 'general', 'bottoms', 'jeans'] ['225,1025,35', 'gorgeous', 'i', 'love', 'paige', 'brand', 'pants-they', 'are', 'soft', 'comfortable', 'and', 'forgiving', 'i', 'love', 'these', 'and', 'want', 'them', 'badly', 'the', 'are', 'still', 'tight', 'all', 'the', 'way', 'to', 'the', 'knee', 'and', 'then', 'go', 'out', 'into', 'a', 'flattering', 'flare-it', 'is', 'difficult', 'to', 'find', 'the', 'perfect', 'fit', 'on', 'something', 'like', 'this-and', 'paige', 'has', 'done', 'a', 'wonderful', 'job', 'for', 'my', 'body'] [] ['my', 'store', 'does', 'not', 'carry', 'petite', 'so', 'i', 'tried', 'these', 'on', 'in', 'regular', 'length', 'they', 'were', 'significantly', 'too', 'long', 'for', 'me', '5', '3', 'probably', '3-4', 'inches', 'to', 'long', 'i', 'am', 'hoping', 'for', 'a', 'sale', 'so', 'i', 'can', 'buy', 'them', 'in', 'petite', 'for', ',5,1,14', 'general', 'bottoms', 'jeans'] ['226,815,55', 'pretty', 'this', 'top', 'is', 'really', 'pretty', 'and', 'nice', 'quality', 'runs', 'big', 'i', 'went', 'down', 'a', 'size', 'and', 'its', 'perfect', 'coloring', 'is', 'more', 'subtle', 'in', 'person', 'than', 'in', 'the', 'photo', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['227,1066,57', 'great', 'crop', 'pant', 'so', 'i', 'love', 'pilcro', 'i', 'wear', 'them', 'all', 'the', 'time', 'and', 'usually', 'size', 'down', 'because', 'they', 'grow', 'after', 'wearing', 'them', 'i', 'tried', 'on', 'my', 'usual', 'size', 'in', 'these', 'and', 'felt', 'like', 'they', 'are', 'too', 'tight', 'not', 'sure', 'if', 'they', 'will', 'get', 'any', 'looser', 'the', 'material', 'feels', 'really', 'good', 'lightweight', 'and', 'the', 'stripes', 'are', 'subtle', 'but', 'cute', 'not', 'sure', 'if', 'i', "'ll", 'keep', 'them', 'or', 'maybe', 'size', 'up', ',4,1,3', 'general', 'bottoms', 'pants'] ['228,840,55', 'cute', 'this', 'is', 'a', 'cute', 'top', 'with', 'jeans', 'for', 'spring', 'and', 'summer', 'or', 'warmer', 'climates', 'very', 'fresh', 'and', 'airy', 'the', 'fabric', 'hangs', 'nicely', 'and', 'although', 'it', 'is', 'lightweight', 'it', 'is', 'not', 'too', 'thin', 'or', 'see', 'through', 'ii', 'does', 'not', 'get', 'overly', 'wrinkled', 'either', 'the', 'style', 'is', 'flattering', 'for', 'most', 'body', 'types', 'and', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'v', 'neck', 'is', 'just', 'right', 'not', 'too', 'deep', 'that', 'you', 'feel', 'like', 'you', 'are', 'showing', 'too', 'much', 'cleavage', 'but', 'deep', 'enough', 'to', 'be', 'feminine', 'and', 'slimming', 'i', 'normally', 'wear', 'a', 'size', 's', 'in', 'retailer', 'tops', 'and', 'blouses', ',4,1,5', 'general', 'tops', 'blouses'] ['229,1026,39', 'why', 'so', 'long', 'petite', 'pants', 'hsould', 'be', 'able', 'to', 'fit', 'short', 'peple', 'but', 'a', '32', 'inch', 'inseam', 'on', 'pants', 'with', 'buttons', 'at', 'the', 'nottom', 'ca', "n't", 'even', 'gegt', 'them', 'hemmed', 'what', 'a', 'bummer', 'my', 'inseam', 'is', '27', 'inchess', 'so', 'i', 'would', 'need', 'a', '5', 'inch', 'heel', 'otherwise', 'gorgeous', 'and', 'waiat', 'fits', 'true', 'to', 'size', 'thighs', 'a', 'bit', 'snug', 'for', 'musclea', 'but', 'stretchy', 'enough', 'to', 'fit', 'thinking', 'about', 'keeping', 'them', 'but', 'have', 'to', 'find', 'big', 'plaform', 'heeks', ',4,1,0', 'general', 'bottoms', 'jeans'] ['230,840,39', 'runs', 'large', 'bohemian', 'i', 'tried', 'on', 'the', 'petite', 'size', 'in', 'my', 'usual', 'xs', 'adn', 'i', 'actually', 'have', 'to', 'go', 'down', 'to', 'xxs', 'i', 'looked', 'overtaken', 'by', 'the', 'shirt', 'i', "'m", '5', '2', 'and', '115lbs'] [] ['cut', 'is', 'flowy', 'and', 'not', 'close', 'to', 'the', 'body', 'sleeves', 'are', 'narrower', 'but', 'still', 'ok', 'with', 'athletic', 'built'] [] ['color', 'light', 'one', 'is', 'great', 'for', 'gals', 'with', 'darker', 'complexion', 'and', 'hair', 'but', 'for', 'my', 'pale', 'self', 'the', 'darker', 'one', 'was', 'better', 'but', 'ca', "n't", 'go', 'wrong', 'i', 'ordered', 'both', 'colors', 'and', 'liked', 'both', 'of', 'them'] [] ['ruffle', 'is', 'a', 'great', 'addition', 'too', ',5,1,13', 'general', 'tops', 'blouses'] ['231,1066,46', 'wonderful', 'weight', 'for', 'summer', 'flattering', 'i', 'tried', 'these', 'on', 'on', 'a', 'whim', 'because', 'i', 'liked', 'the', 'shirt', 'that', 'they', 'were', 'displayed', 'with', 'in', 'the', 'store', 'and', 'was', 'surprised', 'how', 'much', 'i', 'liked', 'them', 'they', 'are', 'a', 'great', 'lighter', 'weight', 'alternative', 'to', 'the', 'pilcro', 'hyphen', 'chino', 'great', 'for', 'hot', 'days', 'of', 'summer'] ['the', 'subtle', 'vertical', 'stripes', 'go', 'with', 'everything', 'and', 'help', 'elongate', 'the', 'leg', 'overall', 'a', 'really', 'flattering', 'cut', 'the', 'waist', 'is', 'not', 'too', 'low', 'and', 'does', 'not', 'create', 'muffin', 'top', ',5,1,8', 'general', 'bottoms', 'pants'] ['232,840,37', 'light', 'large', 'the', 'shirt', 'is', 'absolutely', 'cute', 'looking', 'but', 'that', "'s", 'just', 'that', 'looks', 'i', "'m", '5', '2', 'size', '6', 'wears', 'm', 'to', 'l', 'top', 'i', 'tried', 'on', 'the', 'medium', 'in', 'the', 'store', 'it', 'was', 'rather', 'flowing', 'i', 'liked', 'it', 'but', 'i', 'did', "n't", 'like', 'how', 'it', 'fit', 'on', 'the', 'underarm', 'area', 'it', 'hung', 'very', 'low', 'so', 'i', 'ordered', 'a', 'petite', 'm.', 'still', 'the', 'same', 'plus', 'the', 'store', 'the', 'lighting', 'was', 'dark', 'so', 'i', 'did', "n't", 'realize', 'how', 'see', 'through', 'the', 'shirt', 'was', 'too', 'had', 'to', 'return', 'it', ',2,0,1', 'general', 'tops', 'blouses'] ['233,1030,29', 'must', 'have', 'right', 'on', 'trend', 'but', 'still', 'classic', 'these', 'jeans', 'i', 'tried', 'these', 'on', 'in', 'addition', 'to', 'the', 'high', 'rise', 'paige', 'denim', 'and', 'these', 'won', 'out', 'hands', 'down', 'classic', 'flattering', 'fit', 'from', 'mother', 'with', 'an', 'element', 'of', 'edginess', 'with', 'the', 'frayed', 'hem', 'these', 'are', 'long', 'enough', 'on', 'me', 'i', "'m", '5', '5', 'to', 'cuff', 'at', 'the', 'ankle', 'if', 'i', 'do', "n't", 'want', 'a', 'distressed', 'look', 'on', 'a', 'particular', 'day', 'they', 'are', 'slightly', 'stretchy', 'like', 'other', 'mother', 'denim', 'but', 'not', 'so', 'much', 'that', 'i', 'would', 'size', 'down', 'i', 'have', 'muscular', 'calves', 'and', 'thighs', 'but', 'someone', 'who', 'does', 'not', 'could', 'likely', 'size', 'down', 'and', 'be', 'happy', 'with', 'the', 'a', ',5,1,1', 'general', 'bottoms', 'jeans'] ['234,840,83', 'pretty', 'but', 'runs', 'large', 'i', 'ordered', 'this', 'top', 'in', 'my', 'usual', 'size', 'and', 'am', 'exchanging', 'it', 'for', 'one', 'size', 'smaller'] ['it', 'runs', 'very', 'generous', 'and', 'so', 'the', 'sizing', 'is', 'a', 'little', 'off'] ['the', 'style', 'and', 'quality', 'are', 'beautiful', 'so', 'i', 'am', 'anxious', 'to', 'receive', 'the', 'smaller', 'size', ',5,1,0', 'general', 'tops', 'blouses'] ['235,1066,29', 'comfortable', 'stylish', 'crop', 'pants', 'the', 'blush', 'stripes', 'are', 'subtle', 'but', 'they', 'definitely', 'give', 'elongating', 'effect', 'to', 'your', 'legs'] [] ['very', 'comfortable', 'pair', 'of', 'crop', 'pants', 'but', 'my', 'calves', 'are', 'definitely', 'feeling', 'tight', 'in', 'there', ',5,1,1', 'general', 'bottoms', 'pants'] ['236,647,49', 'cozy', 'sunday', 'i', 'got', 'a', 'small', 'mauve', 'the', 'fit', 'is', 'great', 'and', 'the', 'length', 'is', 'perfect', 'for', 'me', 'just', 'few', 'inches', 'above', 'my', 'knees'] ['cute', 'and', 'cozy', 'what', 'more', 'can', 'i', 'aske', 'for', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['237,1066,42', 'not', 'what', 'i', 'expected', 'i', 'have', 'a', 'similar', 'pair', 'of', 'capris', 'from', 'retailer', 'and', 'when', 'i', 'ordered', 'these', 'i', 'thought', 'they', 'were', 'the', 'same', 'in', 'a', 'different', 'color', 'these', 'are', 'less', 'flattering', 'and', 'i', 'may', 'not', 'keep', 'them.,2,0,0', 'general', 'bottoms', 'pants'] ['238,872,63', 'fun', 'change', 'from', 'the', 'norm', 'fun', 'detail', 'with', 'the', 'beading', 'and', 'lace', 'arms', 'are', 'a', 'little', 'longer', 'while', 'the', 'body', 'of', 'the', 'sweatshirt', 'is', 'a', 'little', 'shorter', 'than', 'expected', 'but', 'that', "'s", 'the', 'style', 'of', 'the', 'piece', 'the', 'fit', 'was', 'tts', 'with', 'those', 'proportions', 'mind', 'the', 'ladies', 'at', 'the', 'store', 'said', 'that', 'if', 'i', 'ordered', 'the', 'size', 'up', 'it', 'might', 'be', 'a', 'little', 'longer', 'in', 'the', 'body', 'but', 'that', 'the', 'arms', 'and', 'shoulders', 'would', 'have', 'been', 'the', 'biggest', 'change', 'the', 'material', 'is', "n't", 'too', 'thick', 'so', 'it', "'s", 'a', 'nice', 'lighter', 'layer', 'for', 'fall/spring', 'really', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['239,840,56', 'i', 'love', 'the', 'style', 'of', 'this', 'top', 'and', 'the', 'longer', 'length', 'would', 'be', 'great', 'with', 'leggings', 'and', 'fitted', 'shorts', 'it', "'s", 'somewhat', 'fitted', 'on', 'the', 'top', 'yet', 'it', "'s", 'a-line', 'shape', 'gives', 'a', 'full', 'swing', 'at', 'the', 'bottom', 'the', 'ruffled', 'v-neckline', 'is', 'pretty', 'and', 'i', 'like', 'the', 'longer', 'length', 'of', 'the', 'short', 'sleeves', 'but', 'with', 'all', 'these', 'attributes', 'unfortunately', 'they', 'cut', 'the', 'armholes', 'really', 'big', 'so', 'when', 'you', 'put', 'your', 'arms', 'forward', 'the', 'sleeves', 'pull', 'against', 'your', 'arms', 'i', 'was', 'trying', 'to', 'decide', 'if', 'i', 'should', 'keep', 'it', 'anyway', 'but', 'for', '98', 'dollars', 'i', 'thin', ',3,0,20', 'general', 'tops', 'blouses'] ['240,1066,55', 'perfect', 'for', 'mediterenian', 'summer', 'ordered', 'these', 'online', 'and', 'they', 'fit', 'perfectly', 'i', 'was', 'looking', 'for', 'lightweight', 'pants', 'for', 'hot', 'and', 'humid', 'summer', 'days', 'and', 'this', 'pair', 'is', 'exactly', 'what', 'i', 'needed', 'the', 'striped', 'pattern', 'is', 'cute', 'and', 'adds', 'some', 'color.,4,1,0', 'general', 'bottoms', 'pants'] ['241,647,32', 'loved', 'this', 'then', 'washed', 'it', 'twice', 'and', 'it', 'fell', 'apart', 'i', 'loved', 'this', 'dress', 'from', 'the', 'moment', 'i', 'tried', 'it', 'on', 'so', 'flattering', 'to', 'my', 'postpartum', 'body', 'without', 'being', 'a', 'huge', 'tent', 'soft', 'fabric', 'and', 'for', 'a', 'white/lightly', 'striped', 'dress', 'not', 'sheer', 'i', "'m", 'bummed', 'because', 'after', 'washing', 'only', 'twice', 'followed', 'the', 'instructions', 'to', 'wash', 'on', 'gentle', 'cycle', 'and', 'low', 'tumble', 'dry', 'holes', 'started', 'appearing', 'everywhere', 'both', 'on', 'the', 'cream', 'ribbed', 'hem', 'in', 'the', 'front', 'bottom', 'and', 'all', 'across', 'the', 'chest', 'in', 'the', 'white', 'part', 'of', 'the', 'fabric', 'only', 'it', 'looks', 'like', 'the', 'black', 'stripes', 'are', 'holding', 'the', 'holes', 'toget', ',1,0,3', 'general', 'petite', 'intimate', 'lounge'] ['242,1066,26', 'super', 'flattering', 'i', 'went', 'ahead', 'and', 'ordered', 'a', 'size', 'up', 'based', 'on', 'previous', 'reviews', 'but', 'i', 'should', 'have', 'ordered', 'my', 'own', 'size', 'as', 'they', "'re", 'a', 'bit', 'loose', 'around', 'the', 'waist', 'the', 'pants', 'are', 'adorable', 'and', 'the', 'pinstripes', 'very', 'flattering', 'so', 'i', 'definitely', 'recommend', 'them', ',5,1,0', 'general', 'bottoms', 'pants'] ['243,840,60', 'i', 'really', 'want', 'to', 'love', 'this', 'shirt', 'but', 'the', 'small', 'is', 'just', 'way', 'too', 'big', 'on', 'me', 'for', 'reference', 'i', "'m", 'a', '32d', 'which', 'is', 'why', 'i', 'did', "n't", 'want', 'to', 'size', 'down', 'much', 'more', 'than', 'a', 'small', '5', '6', 'and', '125', 'and', 'i', "'m", 'drowning', 'in', 'this', 'i', "'m", 'going', 'to', 'try', 'it', 'with', 'different', 'bottoms', 'and', 'ultimately', 'will', 'keep', 'it', 'because', 'i', 'do', 'love', 'the', 'quality', 'just', 'size', 'down', 'a', 'couple', 'of', 'sizes', ',4,1,0', 'general', 'tops', 'blouses'] ['244,1066,48', 'recommend', 'but', 'not', 'for', 'me', 'love', 'pilcro', 'love', 'the', 'stripes', 'and', 'the', 'length', 'but', 'this', 'particular', 'pair', 'of', 'capris/crops', 'are', 'super', 'tight', 'fitting', 'i', 'went', 'up', 'a', 'size', 'from', 'my', 'usual', 'and', 'still', 'felt', 'tight', 'i', 'guess', 'its', 'just', 'the', 'cut/fabric', 'combo', 'i', 'wanted', 'it', 'to', 'be', 'a', 'slightly', 'less', 'form', 'fitting', 'feel', 'may', 'work', 'for', 'you', 'however', ',3,1,0', 'general', 'bottoms', 'pants'] ['245,872,38', 'love', 'this', 'this', 'is', 'exactly', 'what', 'i', 'was', 'expecting', 'cute', 'comfortable', 'and', 'casual', 'there', 'are', 'some', 'gold', 'sequins', 'in', 'the', 'scroll', 'work', 'that', 'i', 'did', "n't", 'see', 'online', 'they', 'are', 'super', 'pretty', 'in', 'person', ',5,1,0', 'general', 'tops', 'knits'] ['246,1066,49', 'cute', 'but', 'small', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'and', 'they', 'are', 'super', 'cute', 'but', 'run', 'small', 'i', 'typically', 'wear', 'a', 'size', '25', 'i', "'m", '5', '5', 'and', '108', 'lbs', 'and', 'they', 'were', 'too', 'tight', 'for', 'me', 'i', 'like', 'the', 'fabric', 'and', 'the', 'cut', 'i', 'think', 'they', "'d", 'be', 'great', 'one', 'size', 'up', 'my', 'store', 'did', "n't", 'have', 'them', ',3,1,1', 'general', 'bottoms', 'pants'] ['247,1115,41', 'really', 'nice', 'sweater', 'coat', 'really', 'nice', 'substantial', 'fully', 'lined', 'sweater', 'coat', 'i', 'love', 'the', 'structured', 'look', 'and', 'the', 'faux-leather', 'piping', 'around', 'the', 'zipper', 'and', 'the', 'pockets', 'quality', 'seems', 'to', 'be', 'very', 'good', 'it', 'runs', 'true', 'to', 'size', 'maybe', 'slightly', 'on', 'the', 'small', 'side', 'especially', 'for', 'larger', 'hips/busts', 'so', 'if', 'you', 'are', 'in', 'between', 'sizes', 'go', 'up', 'i', 'chose', 'small', 'and', 'it', "'s", 'just', 'right', 'i', 'would', "n't", 'be', 'able', 'to', 'zip', 'around', 'my', 'hips', 'with', 'xsmall', 'besides', 'the', 'price', 'which', 'is', 'why', 'i', 'dropped', 'one', 'star', 'i', 'can', 'not', 'really', 'find', 'any', 'fault', 'in', 'this', 'sweater', 'coat', ',4,1,1', 'general', 'jackets', 'outerwear'] ['248,1030,28', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['249,1018,28', 'really', 'pretty', 'but', 'runs', 'at', 'least', 'a', 'full', 'size', 'small', ',4,1,0', 'general', 'bottoms', 'skirts'] ['250,1026,48', 'perfect', 'i', 'love', 'these', 'pants', 'i', 'have', 'worn', 'them', 'a', 'number', 'of', 'times', 'already', 'this', 'season', 'i', 'am', '5', 'so', 'i', 'did', 'have', 'to', 'have', 'them', 'hemmed', 'i', 'lost', 'the', 'bottom', 'button', 'in', 'the', 'process', 'but', 'there', 'are', 'still', '3', 'or', '4', 'on', 'the', 'pants', 'so', 'i', 'do', "n't", 'think', 'they', 'look', 'odd', 'i', 'also', 'wear', 'very', 'high', 'boots', 'with', 'these', 'pants', 'so', 'that', 'helps', 'a', 'crisp', 'white', 'blouse', 'and', 'black', 'leather', 'jacket', 'and', 'i', 'felt', 'like', 'a', 'million', 'bucks', ',5,1,1', 'general', 'bottoms', 'jeans'] ['251,840,32', 'very', 'cute', 'top', 'i', 'love', 'this', 'tunic', 'the', 'natural', 'color', 'is', 'just', 'that', 'this', 'is', 'a', 'tunic', 'so', 'the', 'fit', 'is', 'a', 'little', 'large', 'i', 'kept', 'it', 'and', 'had', 'it', 'altered', 'because', 'i', 'really', 'do', 'love', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['252,1066,29', 'super', 'cute', 'pants', 'these', 'cropped', 'pants', 'are', 'very', 'light', 'weight', 'and', 'super', 'cute', 'they', 'seem', 'to', 'run', 'just', 'a', 'bit', 'small', 'i', 'sized', 'up', 'one', 'size', 'from', 'my', 'usual', 'and', 'do', "n't", 'seem', 'to', 'stretch', 'so', 'a', 'size', 'larger', 'than', 'you', 'generally', 'take', 'may', 'be', 'necessary', 'the', 'thin', 'pin', 'stripe', 'design', 'is', 'very', 'light', 'in', 'color', 'so', 'they', 'are', 'quite', 'versatile.,5,1,1', 'general', 'bottoms', 'pants'] ['253,647,32', 'cute', 'casual', 'dress', 'i', 'have', 'this', 'dress', 'on', 'today', 'in', 'white', 'and', 'i', 'am', 'coming', 'back', 'to', 'buy', 'the', 'second', 'color', 'even', 'though', 'pink', 'is', 'not', 'my', 'favorite', 'great', 'comfy', 'casual', 'dress', 'that', 'pairs', 'well', 'with', 'a', 'variety', 'of', 'shoes', 'and', 'jewelry', 'to', 'dress', 'it', 'up', 'highly', 'recommend', 'for', 'summer', ',5,1,6', 'general', 'petite', 'intimate', 'lounge'] ['254,840,28', ',size', 'down', 'i', 'love', 'this', 'item', 'it', 'goes', 'perfect', 'with', 'leggings', 'but', 'if', 'you', 'are', 'typically', 'a', 'small', 'you', 'would', 'need', 'to', 'order', 'an', 'extra', 'small', 'and', 'so', 'forth', 'hopefully', 'once', 'i', 'wash', 'this', 'it', 'will', 'shrink', 'some.,5,1,0', 'general', 'tops', 'blouses'] ['255,840,51', 'runs', 'big', 'cute', 'swing', 'top', 'that', 'would', 'be', 'flattering', 'on', 'most', 'i', 'love', 'the', 'print', 'on', 'the', 'white', 'color', 'and', 'it', "'s", 'so', 'soft', 'does', "n't", 'wrinkle', 'easy', 'but', 'it', 'does', 'run', 'big', 'i', "'m", 'usually', 'a', 's', 'in', 'retailer', 'but', 'i', 'was', 'drowning', 'in', 'it', 'so', 'size', 'down', ',4,1,1', 'general', 'tops', 'blouses'] ['256,840,44', 'stylish', 'and', 'understated', 'elegant', 'i', 'purchased', 'this', 'top', 'in', 'a', 'regular', 'small', 'and', 'surprisingly', 'it', 'fits', 'me', 'very', 'well', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'the', 'hem', 'falls', 'about', 'two', 'inches', 'longer', 'than', 'shown', 'on', 'the', 'model', 'i', 'like', 'the', 'v-neck', 'the', 'most', 'because', 'the', 'ruffles', 'are', 'not', 'too', 'much', 'and', 'it', "'s", 'not', 'too', 'low', 'cut', 'i', 'purchased', 'the', 'white', 'color', 'because', 'i', 'think', 'the', 'pattern', 'is', 'unique', 'and', 'it', "'s", 'brighter', 'for', 'spring/summer', 'i', 'think', 'skinny', 'jeans', 'and', 'ankle', 'boots', 'or', 'wedges', 'would', 'make', 'the', 'look', 'very', 'stylish', 'by', 'the', 'way', 'the', 'fabric', 'is', 'super', 'soft', 'but', 'not', 'w', ',5,1,1', 'general', 'tops', 'blouses'] ['257,1018,43', 'pockets', 'this', 'skirt', 'is', 'really', 'beautiful', 'but', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'it', 'runs', 'very', 'small', 'i', "'m", 'typically', 'an', '8', 'or', '10.', 'if', 'i', 'get', 'a', '10', 'there', 'is', 'usually', 'a', 'bit', 'of', 'room', 'in', 'the', 'item', 'i', 'decided', 'to', 'get', 'a', '10', 'in', 'this', 'skirt', 'just', 'in', 'case', 'i', 'got', 'it', 'zipped', 'but', 'would', 'have', 'trouble', 'breathing', 'as', 'the', 'evening', 'wore', 'on', 'the', 'pockets', 'are', 'wonderful', 'and', 'the', 'fabric', 'is', 'weighty', 'and', 'really', 'lovely', ',4,1,0', 'general', 'bottoms', 'skirts'] ['258,840,48', 'fits', 'like', 'a', 'maternity', 'top', 'fits', 'well', 'through', 'the', 'shoulders', 'and', 'arms', 'but', 'there', 'is', 'zero', 'waist', 'and', 'it', 'just', 'looks', 'like', 'a', 'bunch', 'of', 'extra', 'fabric', 'hanging', 'from', 'the', 'top', 'super', 'cute', 'but', 'have', 'to', 'return', 'because', 'of', 'that', ',3,0,1', 'general', 'tops', 'blouses'] ['259,824,37', 'love', 'this', 'top', 'from', 'the', 'picture', 'i', 'was', "n't", 'sure', 'how', 'it', 'would', 'fit', 'got', 'in', 'the', 'mail', 'and', 'i', 'love', 'it', 'fits', 'snug', 'when', 'you', 'first', 'put', 'it', 'on', 'and', 'get', 'looser', 'as', 'you', 'wear', 'it', 'definitely', 'should', 'of', 'gotten', 'a', 'large.,5,1,1', 'general', 'tops', 'blouses'] ['260,1115,31', 'love', 'this', 'coat', 'i', 'was', 'hesitant', 'to', 'purchase', 'this', 'coat', 'because', 'of', 'the', 'price', 'and', 'when', 'i', 'received', 'it', 'i', 'have', 'to', 'admit', 'i', 'was', 'a', 'little', 'disappointed', 'with', 'the', 'quality', 'of', 'the', 'coat', 'the', 'sleeves', 'are', 'made', 'out', 'of', 'a', 'soft', 'felted', 'material', 'but', 'i', 'can', 'see', 'this', 'pilling', 'easily', 'other', 'than', 'that', 'the', 'silhouette', 'of', 'the', 'coat', 'is', 'perfect', 'not', 'too', 'boxy', 'it', "'s", 'also', 'not', 'too', 'heavy', 'so', 'that', 'you', 'can', 'wear', 'it', 'through', 'fall', 'and', 'into', 'the', 'first', 'months', 'of', 'winter', 'i', 'love', 'it', ',5,1,2', 'general', 'jackets', 'outerwear'] ['261,840,50', 'adorable', 'and', 'flattering', 'this', 'top', 'is', 'very', 'cute', 'got', 'it', 'in', 'the', 'lighter', 'color', 'the', 'fit', 'is', 'great', 'and', 'it', 'will', 'go', 'with', 'many', 'things', 'if', 'size', 'medium', 'were', 'not', 'out', 'of', 'stock', 'in', 'the', 'blue', 'color', 'i', 'would', 'have', 'purchased', 'that', 'one', 'also.,5,1,0', 'general', 'tops', 'blouses'] ['262,878,47', 'cute', 'but', 'no', 'go', 'i', 'really', 'wanted', 'to', 'love', 'this', 't', 'and', 'was', 'excited', 'to', 'receive', 'it', 'in', 'the', 'mail', 'i', 'thought', 'i', 'was', 'being', 'realistic', 'in', 'assuming', 'that', 'is', 'would', 'be', 'somewhat', 'sheer', 'given', 'that', 'there', 'does', "n't", 'seem', 'to', 'be', 'a', 'woman', "'s", 'white', 't', 'on', 'the', 'planet', 'that', 'is', "n't", 'these', 'days', 'however', 'it', 'was', 'really', 'sheer', 'the', 'fit', 'was', 'also', 'short', 'and', 'boxy', 'this', 'coming', 'from', 'a', '5', '3', 'woman', 'who', 'is', 'short-waisted', 'on', 'the', 'plus', 'size', 'the', 'material', 'is', 'extremely', 'soft', 'and', 'the', 'design', 'is', 'cute', 'maybe', 'if', 'you', 'are', 'younger', 'and', 'do', "n't", 'mind', 'the', 'sheerness', 'it', "'s", 'worth', 'the', 'gambl', ',3,0,1', 'general', 'tops', 'knits'] ['263,984,56', 'pretty', 'denim', 'jacket', 'this', 'is', 'a', 'perfect', 'jacket', 'over', 'any', 'shirt', 'tee', 'or', 'dress', 'jacket', 'is', 'well', 'made', 'and', 'goes', 'with', 'anything', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['264,1104,25', 'amazing', 'peach', 'color', 'i', 'ordered', 'this', 'dress', 'in', 'both', 'colors', 'the', 'peach', 'color', 'is', 'so', 'beautiful', 'in', 'person', 'i', "'m", 'planning', 'to', 'wear', 'this', 'dress', 'for', 'our', 'rehearsal', 'dinner', 'at', 'the', 'end', 'of', 'the', 'summer', 'if', 'i', 'can', 'hold', 'off', 'until', 'then', 'definitely', 'worth', 'the', 'price', ',5,1,6', 'general', 'dresses', 'dresses'] ['265,878,63', ',,4,1,0', 'general', 'tops', 'knits'] ['266,1104,54', 'perfection.', 'this', 'dress', 'is', 'incredible', 'i', 'saw', 'a', 'sales', 'girl', 'wearing', 'it', 'in', 'my', 'local', 'retailer', 'and', 'loved', 'it', 'i', 'bought', 'it', 'in', 'the', 'navy', 'color', 'it', "'s", 'gorgeous', 'in', 'person', 'very', 'bright', 'vibrant', 'colors', 'i', 'am', '5', '9', '34', 'c', 'bra', '27', 'inch', 'waist', 'and', 'the', 's', 'was', 'quite', 'big', 'on', 'my', 'waist', 'i', 'kept', 'it', 'anyway', 'because', 'the', 'xs', 'has', 'been', 'sold', 'out', 'and', 'got', 'it', 'taken', 'in', 'a', 'bit', 'i', 'wore', 'it', 'while', 'vacationing', 'in', 'mexico', 'and', 'it', 'definitely', 'turned', 'heads', 'if', 'you', "'re", 'thinking', 'about', 'buying', 'this', 'dress', 'do', 'it', 'you', 'wo', "n't", 'regret', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['267,984,28', 'nice', 'quality', 'but', 'too', 'short', 'for', 'my', 'tall', 'frame', 'love', 'the', 'look', 'and', 'quality', 'of', 'this', 'jacket', 'i', 'amp', '39', 'd', 'say', 'it', 'fits', 'true', 'to', 'size', 'but', 'it', 'is', 'way', 'too', 'short', 'for', 'me', 'i', 'amp', '39', 'm', 'just', 'under', '6', 'amp', '39', 'tall', 'wish', 'these', 'came', 'in', 'tall', 'sizes', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['268,866,26', 'cute', 'top', 'but', 'back', 'is', 'more', 'of', 'a', 'jersey', 'material', 'i', 'really', 'love', 'the', 'front', 'of', 'this', 'shirt', 'however', 'the', 'back', 'of', 'the', 'shirt', 'is', 'more', 'of', 'a', 'jersey', 'material', 'so', 'it', 'does', "n't", 'seem', 'to', 'match', 'the', 'front', 'of', 'the', 'shirt', 'i', 'still', 'wear', 'it', 'and', 'it', 'looks', 'cute', 'but', 'it', 'threw', 'me', 'off', 'a', 'bit', 'at', 'first', ',4,1,0', 'general', 'tops', 'knits'] ['269,1104,29', ',absolutely', 'love', 'this', 'dress', 'fits', 'true', 'to', 'size', 'and', 'makes', 'anyone', 'look', 'fabulous,5,1,0', 'general', 'dresses', 'dresses'] ['270,868,61', 'nice', 'color', 'i', 'liked', 'the', 'color', 'of', 'this', 'top', 'but', 'i', 'did', "n't", 'really', 'like', 'the', 'ruffled', 'stitching', 'around', 'the', 'middle', 'it', 'looks', 'like', 'someone', 'just', 'tacked', 'on', 'the', 'bottom', 'half', 'i', 'bought', 'this', 'for', 'my', 'daughter', 'and', 'she', 'likes', 'it', 'i', 'think', 'it', 'is', 'comfortable', 'and', 'a', 'good', 'top', 'to', 'knock', 'around', 'in.,3,1,0', 'general', 'tops', 'knits'] ['271,984,45', 'perfect', 'jean', 'jacket', 'per', 'other', 'reviewers', 'i', 'sized', 'up', 'from', 'a', 'small', 'to', 'a', 'medium', 'and', 'the', 'jacket', 'fits', 'me', 'just', 'right', 'with', 'room', 'for', 'layers', 'it', 'is', 'short', 'cropped', 'but', 'i', 'like', 'where', 'it', 'hits', 'me', 'and', 'is', 'versatile', 'for', 'jeans', 'and', 'dresses', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['272,984,39', 'great', 'asset', 'i', 'have', 'alst', 'year', "'s", 'version', 'a', 'dn', 'they', 'are', 'essentially', 'the', 'smae', 'minus', 'some', 'leather', 'parts', 'removed', 'this', 'jacket', 'is', 'great', 'the', 'back', 'si', 'a', 'little', 'shorter', 'so', 'it', 'goes', 'so', 'well', 'with', 'peplum', 'tops', 'an', 'ddresses', 'with', 'higher', 'waists', 'without', 'looking', 'bigger', 'from', 'the', 'back', 'when', 'the', 'hem', 'is', 'longer', 'and', 'hits', 'where', 'the', 'skirt', 'aprts', 'bulge', 'out', 'i', 'love', 'hte', 'darker', 'color', 'i', 'wish', 'it', 'came', 'is', 'super', 'dark', 'rinse'] [] ['i', 'usually', 'buy', 'petites', 'but', 'i', 'never', 'tired', 'on', 'the', 'eptite', 'in', 'this', 'jacket', 'i', 'am', 'holding', 'myself', 'back', 'to', 'order', 'this', 'on', ',5,1,7', 'general', 'petite', 'jackets', 'jackets'] ['273,1104,36', 'gorgeous', 'bought', 'both', 'colors', 'in', 'xs', 'and', 'soooooo', 'glad', 'i', 'did', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'in', 'either', 'color', 'will', 'have', 'do', 'to', 'the', 'nice', 'quality', 'and', 'wear', 'very', 'stylish', 'for', 'a', 'loooooong', 'time'] [] ['a', 'must', 'have', 'for', 'the', 'summer', ',5,1,0', 'general', 'dresses', 'dresses'] ['274,878,41', 'comfy', 'and', 'fun', 'comfy', 'sweatshirt', 'with', 'fun', 'polka', 'dot', 'details', 'soft', 'and', 'not', 'baggy', 'a', 'little', 'on', 'the', 'shorter', 'side', 'so', 'i', 'think', 'i', 'will', 'layer', 'a', 'lace', 'cami', 'underneath', 'and', 'it', 'will', 'look', 'even', 'prettier', 'i', "'m", '5', '7', '140', 'pounds', 'with', 'an', 'athletic', 'hourglass', 'shape', '32dd', 'i', 'bought', 'the', '2', 'which', 'equates', 'to', 'a', 'medium', 'since', 'i', 'wanted', 'it', 'a', 'little', 'looser', 'being', 'a', 'sweatshirt', 'i', "'m", 'normally', 'an', 'retailer', 'small', 'but', 'i', 'do', "n't", 'think', 'that', 'would', 'have', 'worked', 'in', 'this', 'case', 'as', 'it', 'would', 'have', 'been', 'too', 'fitted', 'great', 'comfy', 'weekend', 'piece', ',5,1,11', 'general', 'tops', 'knits'] ['275,1182,37', 'great', 'tee', 'i', 'could', 'wear', 'this', 'every', 'day', 'it', 'is', 'stylish', 'and', 'comfortable', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['276,868,55', 'pretty', 'and', 'feminine', 'pretty', 'top', 'love', 'the', 'color', 'and', 'the', 'large', 'ruffle', 'makes', 'it', 'great', 'for', 'layering', 'or', 'with', 'a', 'pretty', 'necklace.,5,1,0', 'general', 'tops', 'knits'] ['277,868,83', 'sooooooooo', 'cute', 'love', 'this', 'top'] ['it', 'is', 'a', 'full/', 'swing', 'top', 'but', 'the', 'slightly', 'shorter', 'length', 'balances', 'out', 'the', 'fullness', 'perfectly'] ['i', 'have', 'been', 'wearing', 'it', 'with', 'a', 'contrasting', 'fitted', 'cami', 'and', 'get', 'tons', 'of', 'compliments'] ['love', 'both', 'colors', 'and', 'having', 'fun', 'wearing', 'them'] ['and', 'after', 'one', 'washing', 'the', 'fullness', 'is', 'softer', 'and', 'looks', 'like', 'the', 'pic'] ['runs', 'true', 'to', 'size', 'and', 'in', 'the', 'arms', 'slightly', 'tight', 'so', 'i', 'went', 'with', 'my', 'usual', 'med', 'and', 'fits', 'perfect'] ['if', 'you', 'have', 'issues', 'with', 'sleeve', 'size', 'would', 'recommend', 'going', 'up', 'a', 'size', 'otherwise', 'very', 'true', 'to', 'size', ',5,1,1', 'general', 'tops', 'knits'] ['278,868,35', 'peplum', 'hem', 'tee', 'the', 'styling', 'of', 'this', 'top', 'is', 'really', 'cute', 'it', 'fits', 'perfectly', 'on', 'the', 'shoulders', 'and', 'gets', 'bigger', 'at', 'the', 'hem', 'for', 'the', 'baby', 'doll', 'look', 'my', 'biggest', 'complaint', 'is', 'the', 'quality', 'it', "'s", 'really', 'cheap', 'and', 'feels', 'like', 'the', 'quality', 'i', 'would', 'expect', 'to', 'see', 'at', 'a', 'cheap', 'retailer', 'it', 'catches', 'lint', 'like', 'crazy', 'and', 'because', 'the', 'hem', 'is', 'just', 'a', 'pearl', 'edge', 'it', 'curls', 'really', 'badly', 'i', 'buy', 'quite', 'a', 'bit', 'from', 'here', 'and', 'this', 'is', 'the', 'worst', 'quality', 'item', 'i', 'have', 'seen', 'in', 'a', 'long', 'time', 'not', 'worth', 'the', 'if', 'paying', 'full', 'price', ',3,1,2', 'general', 'tops', 'knits'] ['279,565,38', 'love', 'love', 'love', 'this', 'dress', 'it', 'is', 'very', 'slimming', 'it', 'hugs', 'you', 'without', 'really', 'touching', 'you', 'leaving', 'the', 'tie', 'and', 'a', 'few', 'buttons', 'open', 'gives', 'it', 'more', 'of', 'a', 'casual', 'feel', ',5,1,3', 'general', 'petite', 'trend', 'trend'] ['280,984,35', 'so', 'comfortable', 'and', 'chic', 'i', "'m", '5', '3', '130', 'with', 'a', '32dd', 'bust', 'i', 'usually', 'wear', 'small', 'in', 'retailer/', 'cloth', 'and', 'stone/', 'running', 'horses', 'the', 'small', 'fit', 'me', 'fine', 'but', 'with', 'no', 'room', 'for', 'layers', 'underneath', 'the', 'small', 'was', 'very', 'snug', 'would', 'be', 'perfect', 'for', 'california', 'evenings', 'but', 'i', 'live', 'in', 'the', 'north', 'east', 'the', 'medium', 'still', 'has', 'a', 'great', 'shape', 'on', 'me', 'still', 'fitted', 'at', 'the', 'waist', '27inches', 'but', 'enough', 'room', 'to', 'wear', 'a', 'light', 'sweater', 'or', 'flannel', 'under', 'the', 'medium', 'still', 'also', 'looks', 'great', 'over', 'my', 'maxi', 'dress', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['281,1104,45', 'this', 'dress', 'is', 'gorgeous', 'i', 'love', 'it', 'i', 'bought', 'it', 'to', 'wear', 'to', 'a', 'july', 'wedding', 'i', 'got', 'the', 'navy', 'and', 'it', 'is', 'so', 'fresh', 'and', 'crisp', 'in', 'color', 'the', 'sizing', 'is', 'on', 'spot', 'i', 'slipped', 'it', 'on', 'and', 'it', 'was', 'comfortable', 'easy', 'and', 'stylish', 'i', 'am', '5', '7', 'and', 'typically', 'xs', 'it', 'falls', 'exactly', 'as', 'portrayed', 'in', 'the', 'online', 'photos', 'it', 'is', 'lined', 'in', 'the', 'skirt', 'and', 'the', 'top', 'is', 'stretch', 'jersey', 'in', 'the', 'best', 'weight', 'i', 'am', 'in', 'love', ',5,1,7', 'general', 'dresses', 'dresses'] ['282,868,65', 'this', 'shirt', 'is', 'one', 'of', 'my', 'favorite', 'retailer', 'purchases', 'ever', 'it', 'is', 'well', 'made', 'and', 'is', 'perfect', 'for', 'work', 'or', 'the', 'weekend', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'so', 'many', 'compliments', ',5,1,4', 'general', 'tops', 'knits'] ['283,878,41', 'perfect', 'sweatshirt', 'i', 'want', 'to', 'live', 'in', 'this', 'sweatshirt', 'it', "'s", 'so', 'comfy', 'but', 'also', 'well-cut', 'and', 'lays', 'nicely', 'not', 'boxy', 'at', 'all', 'i', "'m", 'typically', 'a', '10-12', 'or', 'l', 'in', 'tops', 'and', 'the', '3', 'is', 'roomy', 'without', 'looking', 'sloppy', ',5,1,1', 'general', 'tops', 'knits'] ['284,868,69', 'clever', 'white', 'edges', 'i', 'liked', 'this', 'top', 'even', 'though', 'it', 'was', 'a', 'definite', "'swing", 'style', 'i', 'ended', 'up', 'altering', 'it', 'to', 'remove', 'some', 'of', 'the', 'fullness'] ['looks', 'great', 'with', 'jeans', 'as', 'well', 'as', 'black', 'pants', 'for', 'a', 'dressier', 'look', 'very', 'soft', 'and', 'comfortable', 'fabric', 'wish', 'it', 'was', 'just', 'a', 'little', 'bit', 'longer', ',4,1,0', 'general', 'tops', 'knits'] ['285,1104,36', 'love', 'this', 'dress', 'after', 'missing', 'out', 'on', 'last', 'year', "'s", 'similar', 'dress', 'i', 'am', 'so', 'glad', 'i', 'finally', 'purchased', 'this', 'one', 'it', 'is', 'beautiful', 'in', 'person', 'i', 'bought', 'to', 'wear', 'to', 'a', 'wedding', 'but', 'i', 'am', 'curious', 'if', 'others', 'think', 'it', 'might', 'be', 'too', 'white', 'i', 'bought', 'the', 'peach', 'color', 'i', 'will', 'keep', 'this', 'dress', 'no', 'matter', 'what', 'hope', 'they', 'come', 'out', 'with', 'more', 'next', 'season', ',5,1,0', 'general', 'dresses', 'dresses'] ['286,868,42', 'like', 'the', 'other', 'reviewer', 'said', 'this', 'top', 'is', 'extremely', 'wide', 'and', 'boxy', 'it', 'must', 'be', 'pinned', 'in', 'the', 'picture', 'online', 'it', "'s", 'very', 'frustrating', 'when', 'they', 'do', 'that', 'thank', 'goodness', 'i', 'did', "n't", 'pay', 'for', 'shipping', 'for', 'reference', 'i', "'m", '5', '2', 'and', '135', 'pounds', 'and', 'bought', 'the', 'xxs', 'it', "'s", 'going', 'back', 'for', 'sure', 'i', "'m", 'trying', 'to', 'lose', 'baby', 'weight', 'not', 'trying', 'to', 'look', 'pregnant', ',2,0,1', 'general', 'tops', 'knits'] ['287,984,69', ',i', 'read', 'the', 'reviews', 'and', 'because', 'this', 'jacket', 'is', 'pilcro', 'i', 'took', 'a', 'chance', 'i', 'was', 'thrilled', 'when', 'i', 'rceived', 'this', 'jacket', 'darker', 'color', 'of', 'denim', 'with', 'weathered', 'edges', 'i', 'absolutely', 'love', 'it', 'do', "n't", 'let', 'it', 'get', 'away', 'great', 'jean', 'jackets', 'are', 'hard', 'to', 'come', 'by.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['288,878,46', 'not', 'much', 'structure', 'boxy', 'i', 'wanted', 'to', 'love', 'this', 'sweatshirt', 'but', 'alas', 'it', 'is', 'going', 'back', 'upon', 'opening', 'and', 'unfolding', 'the', 'first', 'thing', 'i', 'noticed', 'the', 'dots', 'and', 'not', 'solid', 'they', 'are', 'sort', 'of', 'distressed', 'looking', 'with', 'parts', 'of', 'them', 'missing', 'secondly', 'it', 'does', "n't", 'have', 'a', 'lot', 'of', 'structure', 'it', "'s", 'soft', 'and', 'kind', 'of', 'floppy', 'but', 'in', 'a', 'weird', 'way', 'it', "'s", 'just', 'not', 'flattering', 'on', 'me', 'it', 'looks', 'more', 'like', 'a', 'pajama', 'top', 'than', 'something', 'i', 'would', 'wear', 'out', 'of', 'the', 'house', 'for', 'reference', 'i', 'ordered', 'the', '3', 'and', 'i', "'m", 'usually', 'a', '10/12', 'in', 'tops', ',2,0,0', 'general', 'tops', 'knits'] ['289,984,55', 'almost', 'perfect', 'denim', 'jacket', 'love', 'this', 'denim', 'jacket', 'also', 'have', 'it', 'in', 'white', 'the', 'reason', 'i', 'did', "n't", 'give', 'it', '5', 'stars', 'all', 'around', 'is', 'the', 'distressing', 'is', 'just', 'a', 'bit', 'too', 'much', 'none', 'on', 'the', 'back', 'which', 'is', 'kind', 'of', 'strange', 'i', "'d", 'love', 'it', 'even', 'more', 'if', 'it', 'was', "n't", 'distressed', 'at', 'all', 'then', 'it', 'could', 'be', 'dressed', 'up', 'much', 'more', 'for', 'work', 'but', 'overall', 'it', "'s", 'my', 'favorite', 'great', 'fit', 'and', 'a', 'bit', 'of', 'stretch', 'so', 'very', 'comfy', 'please', 'make', 'this', 'in', 'some', 'other', 'denim', 'colors', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['290,984,36', 'perfect', 'the', 'cut', 'is', 'brilliant-the', 'wash', 'is', 'subtle-the', 'weight', 'of', 'the', 'denim', 'is', 'sturdy', 'but', 'not', 'stuff-and', 'the', 'stretch', 'is', 'just', 'right', 'love', 'it', 'the', 'perfect', 'staple', 'a', 'scarf', 'in', 'the', 'fall', 'and', 'rolled', 'sleeves', 'in', 'the', 'spring.,5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['291,984,71', ',love', 'it', 'the', 'bit', 'of', 'stretch', 'in', 'the', 'denim', 'makes', 'it', 'less', 'stiff', 'than', 'traditional', 'denim.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['292,1024,65', 'super', 'nice', 'i', 'love', 'these', 'i', "'m", 'between', 'a', '29', 'and', '30', 'and', 'as', 'the', '30s', 'were', 'sold', 'out', 'i', 'had', 'to', 'go', 'with', 'the', '29s', 'they', 'fit', 'well', 'as', 'expected', 'very', 'nice', 'fabric', 'good', 'design', 'have', 'to', 'wear', 'a', 'short', 'shirt', 'or', 'one', 'tucked', 'in', 'fabric', 'has', 'a', 'bit', 'of', 'stretch', 'which', 'is', 'also', 'nice.,5,1,0', 'general', 'bottoms', 'jeans'] ['293,984,68', 'i', 'wish', 'it', 'were', 'alless', 'stiff', 'denim', 'runs', 'small', 'i', "'ve", 'been', 'looking', 'at', 'this', 'jacket', 'on', 'line', 'and', 'finally', 'went', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'i', 'really', 'liked', 'the', 'styling', 'but', 'the', 'denim', 'was', 'quite', 'stiff', 'i', "'d", 'prefer', 'a', 'softer', 'kind', 'of', 'fabric', 'i', 'wonder', 'if', 'it', 'would', 'soften', 'if', 'it', 'was', 'washed', 'also', 'it', 'ran', 'surprisingly', 'small', 'i', 'usually', 'take', 'an', 'xsmall', 'or', 'small', 'but', 'the', 'small', 'did', "n't", 'leave', 'me', 'enough', 'room', 'to', 'comfortably', 'bend', 'my', 'arms', 'the', 'medium', 'worked', 'better', 'i', 'wonder', 'how', 'others', 'feel', 'about', 'the', 'fabric', 'and', 'and', 'the', 'sizing', 'i', 'think', 'i', "'ll", 'wait', 'and', 'see', 'if', 'this', 'one', 'goes', 'on', 'sal', ',3,1,16', 'general', 'petite', 'jackets', 'jackets'] ['294,984,43', 'terrific', 'denim', 'jacket', 'i', 'lost', 'my', 'favorite', 'denim', 'jacket', 'on', 'a', 'trip', 'a', 'few', 'years', 'ago', 'and', 'have', "n't", 'found', 'one', 'i', 'really', 'liked', 'again', 'until', 'now', 'great', 'quality', 'just', 'heavy', 'enough', 'but', 'not', 'too', 'heavy', 'just', 'stretchy', 'enough', 'but', 'not', 'too', 'stretchy', 'great', 'color/design', 'no', 'complaints', 'i', 'read', 'the', 'other', 'reviews', 'and', 'was', 'happy', 'to', 'have', 'ordered', 'one', 'size', 'larger', 'than', 'my', 'normal', 'i', 'typically', 'take', 'a', 'small', 'but', 'the', 'medium', 'in', 'this', 'is', 'perfect', 'it', 'is', 'possible', 'i', 'actually', 'like', 'this', 'jacket', 'better', 'than', 'the', 'one', 'i', 'lost', 'several', 'years', 'ago', 'which', 'is', 'a', 'big', 'endo', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['295,1104,30', 'beautiful', 'colors', 'and', 'silhouette', 'i', 'got', 'the', 'navy', 'the', 'skirt', 'is', 'lined', 'and', 'flows', 'wonderfully', 'when', 'you', 'walk', 'i', "'ve", 'gotten', 'a', 'ton', 'of', 'compliments', 'on', 'it', 'i', "'m", '5', '9', 'and', 'the', 'high', 'hem', 'falls', 'a', 'few', 'inches', 'below', 'my', 'knee', 'and', 'the', 'low', 'hem', 'falls', 'to', 'my', 'ankles', ',5,1,7', 'general', 'dresses', 'dresses'] ['296,1024,40', 'cute', 'versatile', 'culottes', 'i', 'love', 'these', 'culottes', 'and', 'i', 'think', 'they', 'will', 'be', 'everywhere', 'this', 'coming', 'spring', 'summer', 'the', 'high', 'waist', 'is', 'perfect', 'and', 'looks', 'great', 'with', 'shorter', 'shirts', 'or', 'tucked-in', 'the', 'denim', 'is', 'high', 'quality', 'and', 'a', 'nice', 'medium', 'dark', 'color.,5,1,0', 'general', 'bottoms', 'jeans'] ['297,984,47', 'my', 'new', 'favorite', 'denim', 'jacket', 'i', "'m", 'glad', 'i', 'listened', 'to', 'the', 'other', 'reviewers', 'i', 'ordered', 'a', 'large', 'instead', 'of', 'my', 'usual', 'medium', 'it', "'s", 'roomy', 'enough', 'for', 'a', 'sweater', 'underneath', 'i', 'love', 'the', 'denim', 'it', "'s", 'very', 'soft', 'and', 'has', 'some', 'stretch', 'my', 'other', 'denim', 'jackets', 'are', 'stiff', 'even', 'after', 'years', 'of', 'washing', 'i', 'also', 'love', 'the', 'darker', 'denim.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['298,1104,39', ',,5,1,0', 'general', 'dresses', 'dresses'] ['299,984,34', 'favorite', 'jean', 'jacket', 'i', "'m", '5', '4', '125', 'lbs', 'ordered', 'small', 'fits', 'perfect', 'super', 'soft', 'denim', 'love', 'the', 'color', 'love', 'the', 'worn', 'in', 'feel', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['300,1104,38', 'this', 'dress', 'is', 'stunning-', 'vibrant', 'colors', 'and', 'flirty', 'feel', 'to', 'it', 'i', 'got', 'the', 'small', 'and', 'i', 'am', 'a', '34b/27', 'pants', '132', 'lbs-', 'great', 'fit', 'i', 'only', 'question', 'two', 'things-', 'am', 'i', 'tall', 'enough', 'to', 'pull', 'off', 'the', 'extra', 'fabric', 'in', 'the', 'back', 'and', 'what', 'the', 'heck', 'do', 'you', 'where', 'for', 'a', 'bra', 'those', 'two', 'considerations', 'are', 'why', 'i', 'did', "n't", 'give', 'it', '5', 'stars', ',4,1,1', 'general', 'dresses', 'dresses'] ['301,984,38', 'perfect', 'denim', 'jacket', 'i', 'have', 'been', 'searching', 'for', 'the', 'perfect', 'denim', 'jacket', 'and', 'this', 'it', 'i', 'love', 'the', 'darker', 'color', 'more', 'modern', 'day', 'less', '80s', 'it', 'runs', 'a', 'little', 'small', 'i', 'am', 'always', 'either', 'a', 's', 'or', 'xs', 'at', 'retailer', 'lately', 'their', 'clothes', 'seem', 'to', 'be', 'running', 'a', 'little', 'bigger', 'so', 'i', 'have', 'been', 'an', 'xs', 'in', 'most', 'tops', 'when', 'i', 'order', 'online', 'i', 'never', 'know', 'which', 'size', 'to', 'get', 'i', 'ordered', 'an', 'xs', 'however', 'it', 'was', 'very', 'tight', 'in', 'the', 'arms', 'and', 'across', 'the', 'shoulders', 'i', 'wanted', 'to', 'be', 'able', 'to', 'roll', 'the', 'sleeves', 'up', 'so', 'i', 'returned', 'it', 'for', 'a', 's', 'and', 'it', 'fits', 'great', 'i', 'was', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['302,895,36', ',i', 'have', 'received', 'so', 'many', 'compliments', 'it', "'s", 'my', 'favorite,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['303,1104,41', 'best', 'dress', 'ever', 'i', 'wore', 'this', 'dress', 'for', 'the', 'first', 'time', 'yesterday', 'i', 'have', 'never', 'received', 'so', 'many', 'compliments', 'on', 'a', 'dress', 'before', 'several', 'people', 'even', 'stopped', 'me', 'in', 'the', 'streets', 'of', 'nyc', 'to', 'tell', 'me', 'how', 'beautiful', 'this', 'dress', 'was'] ['it', 'is', 'an', 'absolute', 'must-have', ',5,1,0', 'general', 'dresses', 'dresses'] ['304,1131,36', 'stylish', 'jacket', 'i', 'love', 'the', 'pattern', 'on', 'this', 'jacket', 'and', 'enjoy', 'the', 'bell', 'shape', 'a', 'fun', 'jacket', 'to', 'through', 'on', 'and', 'add', 'quick', 'style', 'to', 'a', 'skinny', 'pants.,3,1,2', 'general', 'jackets', 'outerwear'] ['305,984,47', 'adorable', 'i', 'love', 'this', 'little', 'jean', 'jacket', 'i', 'am', 'petite', 'and', 'usually', 'get', 'a', 'xxsp', 'but', 'went', 'for', 'a', 'size', 'up', 'i', "'m", 'glad', 'i', 'did', 'it', 'fits', 'a', 'little', 'snug', 'the', 'color', 'is', 'true', 'to', 'the', 'photo', 'and', 'the', 'material', 'is', 'a', 'medium', 'to', 'heavy', 'denim', 'the', 'arm', 'length', 'in', 'the', 'petite', 'size', 'is', 'perfect', 'for', 'me', 'i', 'love', 'this', 'over', 'maxi', 'dresses', 'tanks', 'etc', 'adorable', 'jacket', 'great', 'buy', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['306,1104,63', 'stunning', 'flattering', 'and', 'versatile', 'this', 'dress', 'first', 'caught', 'my', 'eye', 'online', 'due', 'to', 'the', 'price', 'i', 'resisted', 'then', 'i', 'saw', 'in', 'store', 'and', 'tried', 'on', 'i', 'decided', 'to', 'hold', 'off', 'for', 'a', 'sale', 'but', 'my', 'will', 'was', 'getting', 'thin', 'once', 'i', 'saw', 'it', 'start', 'to', 'sell', 'out', 'online', 'i', 'had', 'to', 'take', 'the', 'plunge', 'i', 'knew', 'this', 'dress', 'was', 'a', 'must', 'have', 'it', 'is', 'super', 'flattering', 'and', 'comfy', 'the', 'best', 'of', 'both', 'worlds', 'i', "'m", 'small-chested', 'so', 'both', 'the', 's', 'and', 'm', 'fit', 'but', 'the', 'seam', 'on', 'the', 's', 'fit', 'a', 'bit', 'higher', 'which', 'was', 'more', 'flattering', 'on', 'me', 'so', 's', 'is', 'what', 'i', 'got', 'it', 'can', 'be', 'dressed', 'up', 'or', 'slightly', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['307,831,35', 'pretty', 'blouse', 'i', 'love', 'this', 'blouse', 'i', 'just', 'bought', 'it', 'recently', 'and', 'have', 'yet', 'to', 'wear', 'it', 'out', 'other', 'than', 'trying', 'it', 'on', 'this', 'blouse', 'looked', 'very', 'nice', 'on', 'me', 'which', 'can', 'be', 'challenging', 'i', 'do', "n't", 'live', 'near', 'an', 'retailer', 'so', 'i', 'have', 'to', 'order', 'online', 'exclusively', 'i', 'have', 'larger', 'hips', '135lbs', '5', '6', 'and', 'finding', 'flattering', 'tops', 'can', 'be', 'tough', 'sometimes', 'they', 'look', 'amazing', 'online', 'and', 'then', 'once', 'i', 'try', 'them', 'on', 'they', 'just', 'do', "n't", 'look', 'right', 'some', 'shirts', 'have', 'a', 'tendency', 'to', 'accentuate', 'my', 'hips', 'too', 'much', 'making', 'me', 'look', 'shorter', 'this', 'top', 'looked', 'great', 'a', ',5,1,0', 'general', 'tops', 'blouses'] ['308,984,35', 'too', 'distressed', 'first', 'i', 'ordered', 'a', 'm.', 'i', "'m", 'normally', 'a', '8-10.', 'the', 'm', 'was', 'too', 'small', 'so', 'i', 'returned', 'and', 'ordered', 'a', 'lg', 'the', 'lg', 'fits', 'great', 'but', 'there', 'is', 'a', 'huge', 'area', 'of', 'distressing', 'on', 'the', 'shoulder', 'that', 'will', 'turn', 'into', 'a', 'hole', 'i', 'love', 'this', 'jacket', 'but', 'can', 'not', 'keep', 'it', 'in', 'its', 'condition', 'hopefully', 'i', 'will', 'make', 'it', 'to', 'the', 'store', 'soon', 'there', 'are', 'none', 'w/in', 'an', 'hour', 'of', 'me', 'and', 'look', 'before', 'i', 'buy.,4,1,2', 'general', 'petite', 'jackets', 'jackets'] ['309,1104,56', 'stunning', 'i', 'purchased', 'the', 'navy', 'color', 'of', 'this', 'dress', 'not', 'only', 'did', 'it', 'look', 'good', 'but', 'felt', 'good', 'as', 'well', 'since', 'it', 'is', 'for', 'a', 'wedding', 'i', 'also', 'purchased', 'a', 'white', 'crochet', 'cropped', 'sweater', 'to', 'wear', 'over', 'as', 'well', 'making', 'the', 'perfect', 'dress', 'for', 'the', 'mother', 'of', 'the', 'groom', 'could', 'not', 'have', 'been', 'happier', ',5,1,0', 'general', 'dresses', 'dresses'] ['310,836,41', 'cute', 'top', 'this', 'top', 'looks', 'pretty', 'much', 'like', 'it', 'does', 'not', 'the', 'model', 'the', 'sleeves', 'are', 'a', 'nice', 'length', 'and', 'are', 'not', 'too', 'tight', 'the', 'fabric', 'is', 'light', 'weight', 'but', 'not', 'see-through', 'it', 'does', 'not', 'wrinkle', 'a', 'lot', 'i', "'ve", 'gotten', 'several', 'compliments', 'on', 'it', 'and', 'it', 'goes', 'with', 'lots', 'of', 'different', 'bottoms', 'and', 'will', 'work', 'under', 'jackets', 'too', 'the', 'v-neck', 'is', 'pretty', 'deep', 'but', 'does', "n't", 'show', 'so', 'much', 'cleavage', 'that', 'you', 'could', "n't", 'wear', 'it', 'to', 'work', ',5,1,0', 'general', 'tops', 'blouses'] ['311,1089,37', 'runs', 'large', 'and', 'zipper', 'sticks', 'looks', 'beautiful', 'online', 'but', 'has', 'too', 'much', 'material', 'and', 'the', 'zipper', 'catches', 'on', 'the', 'lace', 'also', 'runs', 'very', 'large', 'i', 'am', 'normally', 'a', 'small', 'but', 'would', 'need', 'and', 'xs', 'in', 'this', 'dress', ',3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['312,844,34', 'very', 'unflattering', 'true', 'to', 'size', 'on', 'the', 'neckline', 'and', 'arms', 'but', 'extremely', 'large', 'and', 'puffy', 'in', 'the', 'torso', 'very', 'unflattering', 'cut', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['313,836,32', 'adorable', 'i', 'purchased', 'the', 'floral', 'patterned', 'version', 'and', 'get', 'complimented', 'every', 'time', 'i', 'wear', 'it', 'i', 'found', 'it', 'to', 'be', 'pretty', 'true', 'to', 'size', 'even', 'after', 'washing', 'it', "'s", 'a', 'little', 'sheer', 'so', 'you', "'d", 'definitely', 'want', 'to', 'wear', 'a', 'camisole', 'underneath', 'for', 'work', 'it', "'s", 'a', 'great', 'top', 'for', 'spring/summer', ',4,1,4', 'general', 'tops', 'blouses'] ['314,836,60', 'did', "n't", 'work', 'for', 'me', 'i', 'thought', 'this', 'top', 'was', 'adorable', 'in', 'the', 'store', 'and', 'online', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'although', 'it', 'fit', 'it', 'flares', 'out', 'too', 'much', 'in', 'the', 'front', 'and', 'just', 'was', "n't", 'flattering', 'on', 'me', 'i', 'am', '5', '5', 'and', '128', 'lbs', 'and', 'ordered', 'the', 'small', ',3,0,3', 'general', 'tops', 'blouses'] ['315,836,21', 'beautiful', 'top', 'love', 'this', 'top', 'made', 'with', '100', 'cotton', 'a', 'vintage', 'look', 'and', 'flattering', 'details', 'this', 'top', 'is', 'a', 'winner', 'for', 'me', 'i', 'think', 'it', 'fits', 'true', 'to', 'size', 'got', 'my', 'regular', 'size', '0', 'and', 'i', 'did', 'not', 'need', 'the', 'petite', 'and', 'i', 'am', 'fairly', 'short', '5', '3', 'it', 'is', 'somewhat', 'see', 'through', 'but', 'with', 'wearing', 'a', 'nude', 'bra', 'and', 'not', 'wearing', 'it', 'to', 'work', 'i', 'think', 'it', 'can', 'be', 'worn', 'without', 'a', 'cami', 'the', 'perfect', 'lightweight', 'comfortable', 'standout', 'piece', 'for', 'the', 'summer', 'time', ',5,1,8', 'general', 'tops', 'blouses'] ['316,836,59', 'love', 'this', 'blouse', 'i', 'really', 'like', 'this', 'blouse', 'a', 'lot', 'very', 'very', 'easy', 'to', 'wear', 'i', 'wore', 'with', 'pencil', 'skirt', 'to', 'work', 'and', 'with', 'skort', 'as', 'shown', 'similar', 'on', 'model', 'with', 'sandals', 'on', 'weekend', 'very', 'flattering', 'and', 'great', 'blue', 'color', 'very', 'happy', 'with', 'this', 'purchase', 'highly', 'recommend', 'i', 'am', '5', '6', 'short', 'torso', 'and', 'my', 'usual', '6', 'worked', ',5,1,0', 'general', 'tops', 'blouses'] ['317,844,53', 'lovely', 'printed', 'blouse', 'i', 'just', 'purchased', 'this', 'beautiful', 'printed', 'blouse', 'in', 'the', 'pink', 'color', 'and', 'love', 'it', 'i', 'almost', 'always', 'wear', 'a', 'size', 'small', 'at', 'retailer', '34d-27-35', 'and', 'the', 'fit', 'and', 'length', 'are', 'both', 'perfect', 'on', 'me', 'if', 'you', 'are', 'smaller', 'chested', 'you', 'can', 'easily', 'go', 'down', 'a', 'size', 'i', 'absolutely', 'had', 'to', 'have', 'this', 'whe', 'i', 'first', 'saw', 'it', 'at', 'the', 'store', 'and', 'noticed', 'how', 'popular', 'it', 'was', 'as', 'i', 'had', 'to', 'order', 'it', 'due', 'to', 'it', 'selling', 'out', 'like', 'hot', 'cakes', 'there', 'what', 'i', 'like', 'about', 'it', 'is', 'the', 'texture', 'and', 'the', 'ruffles', 'at', 'the', 'front', 'plus', 'the', 'length', 'of', 'the', 'sleeves', 'stop', 'ri,5,1,4', 'general', 'petite', 'tops', 'blouses'] ['318,936,27', 'love', 'love', 'love', 'bought', 'this', 'on', 'a', 'whim', 'and', 'it', 'exceeded', 'my', 'expectations', 'i', 'did', "n't", 'know', 'what', 'to', 'expect', 'with', 'the', 'quality', 'of', 'the', 'fabric', 'but', 'this', 'is', 'incredibly', 'soft', 'and', 'warm', 'have', "n't", 'worn', 'it', 'outside', 'yet', 'but', 'i', 'can', 'see', 'this', 'already', 'as', 'one', 'of', 'my', 'favorite', 'items', 'i', "'m", 'usually', 'an', 'extra-small', 'but', 'the', 'xxs', 'also', 'fits', 'it', "'s", 'a', 'great', 'buy', 'especially', 'since', 'it', "'s", 'on', 'sale', 'now.,5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['319,895,62', 'loveee', 'this', 'is', 'an', 'awesome', 'vest', 'so', 'soft', 'cozy', 'and', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'through', 'fall', 'and', 'winter', 'for', 'sake', 'of', 'not', 'repeating', 'all', 'the', 'positive', 'aspects', 'that', 'the', 'previous', 'reviewers', 'did', 'i', "'ll", 'mention', 'the', 'one', 'flaw', 'no', 'pockets', 'still', 'totally', 'worth', 'full', 'price', 'in', 'my', 'mind', 'though', ',5,1,7', 'general', 'tops', 'fine', 'gauge'] ['320,836,41', 'i', 'find', 'that', 'maeve', 'shirts', 'tend', 'to', 'run', 'a', 'little', 'small', 'i', "'m", 'usually', 'an', '8', 'but', 'needed', 'this', 'in', 'a', '10.', 'this', 'shirt', 'is', 'reallly', 'just', 'perfect', 'great', 'sleeve', 'length', 'just', 'the', 'right', 'amount', 'of', 'v', 'neck', 'beautiful', 'pattern', 'with', 'a', 'vintage', 'feel', 'i', 'love', 'the', 'combo', 'of', 'stripes', 'polka', 'dots', 'and', 'sweet', 'flowers', ',5,1,23', 'general', 'tops', 'blouses'] ['321,831,50', 'my', 'favorite', 'new', 'blouse', 'this', 'blouse', 'is', 'so', 'pretty', 'i', 'love', 'the', 'long', 'tie', 'the', 'pattern', 'is', 'very', 'unique', 'it', 'is', 'a', 'thin', 'light', 'weight', 'fabric', 'so', 'you', 'can', 'easily', 'wear', 'it', 'underneath', 'a', 'leather', 'jacket', ',5,1,3', 'general', 'tops', 'blouses'] ['322,844,54', 'a', 'standout', 'this', 'is', 'a', 'beautiful', 'blouse', 'sheer', 'and', 'feminine', 'i', 'am', 'small', 'busted', 'and', 'slender', 'so', 'i', 'need', 'a', 'size', 'smaller', 'than', 'usual', 'it', 'is', 'a', 'full', 'top', 'ca', "n't", 'tell', 'exactly', 'how', 'full', 'in', 'the', 'photos', 'but', 'with', 'a', 'small', 'chest', 'there', 'is', 'just', 'too', 'much', 'under', 'the', 'arms', 'so', 'if', 'your', 'chest', 'is', 'more', 'ample', 'you', 'could', 'prob', 'order', 'your', 'regular', 'size', 'this', 'is', 'supposed', 'to', 'be', 'a', 'full', 'shorter', 'fit', 'i', 'would', 'say', 'the', 'style', 'is', 'going', 'to', 'look', 'better', 'on', 'someone', 'who', 'is', 'a', 'little', 'taller', 'with', 'a', 'medium', 'sized', 'bust', 'rather', 'than', 'someone', 'who', 'is', 'shorter', 'and', 'b', ',5,1,13', 'general', 'petite', 'tops', 'blouses'] ['323,895,47', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['324,1066,41', 'lovely', 'the', 'photo', 'of', 'these', 'is', 'truly', 'misleading', 'they', 'are', 'a', 'beautiful', 'vibrant', 'print', 'see', 'the', 'close-up', 'photo', 'they', 'are', 'much', 'longer', 'on', 'a', 'regular', 'person', 'they', 'come', 'a', 'few', 'inches', 'above', 'my', 'ankle', 'and', 'i', 'am', '5', '5', 'there', 'is', 'a', 'neat', 'slit', 'off', 'to', 'the', 'side', 'on', 'the', 'front', 'of', 'each', 'like', 'a', 'pleat', 'that', 'really', 'allows', 'a', 'nice', 'flow', 'these', 'look', 'great', 'with', 'boots', 'flats', 'and', 'do', 'sit', 'lower', 'on', 'the', 'waste', 'as', 'i', 'think', 'they', 'run', 'slightly', 'large', 'not', 'lined', 'but', 'drape', 'beautifully', 'there', 'are', 'pockets', 'sewn', 'closed', 'upon', 'purchase', 'and', 'pack', 'pockets', ',5,1,0', 'general', 'bottoms', 'pants'] ['325,844,43', 'disappointing', 'like', 'another', 'reviewer', 'mentioned', 'this', 'shirt', 'is', 'way', 'too', 'short', 'i', "'m", 'only', '5', '2', 'xs', 'and', 'there', 'is', 'no', 'way', 'this', 'top', 'would', 'tuck', 'in', 'like', 'on', 'the', 'model', 'also', 'the', 'quality', 'is', "n't", 'great', 'as', 'it', "'s", 'very', 'thin', 'and', 'there', 'are', 'strings', 'hanging', 'from', 'some', 'of', 'the', 'seams', 'in', 'the', 'front', 'it', "'s", 'a', 'shame', 'b/c', 'the', 'print', 'is', 'really', 'pretty', 'and', 'there', 'is', 'this', 'cute', 'little', 'bicycle', 'charm', 'on', 'the', 'tag', 'which', 'makes', 'it', 'feel', 'more', 'unique', 'sadly', 'it', "'s", 'going', 'back', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['326,836,43', 'better', 'in', 'person', 'i', 'did', "n't", 'think', 'anything', 'of', 'this', 'top', 'online', 'i', 'really', 'do', "n't", 'care', 'for', 'how', 'they', 'styled', 'it', 'but', 'in', 'store', 'it', 'was', 'more', 'interesting', 'i', "'m", 'currently', 'anywhere', 'between', 'a', '2-4-6', 'xs-s-m', 'depending', 'on', 'the', 'style', '5', '3', '120lb', '34b', 'size', '2', 'regular', 'in', 'this', 'top', 'fit', 'me', 'perfectly', 'for', 'some', 'reason', 'on', 'me', 'the', 'sleeves', 'were', 'elongating', 'and', 'flattering', 'closer', 'to', 'my', 'elbow', 'and', 'the', 'overall', 'length', 'hit', 'me', 'perfectly', 'at', 'the', 'hip', 'like', 'on', 'the', 'model', 'the', 'fabric', 'is', 'lightweight', 'and', 'therefore', 'slightly', 'sheer', 'but', 'due', 'to', 'the', 'color', 'and', 'p', ',5,1,1', 'general', 'tops', 'blouses'] ['327,836,23', 'cuter', 'is', 'person', 'nice', 'fabric', 'and', 'cute', 'design', 'a', 'little', 'low', 'cut.,4,1,0', 'general', 'tops', 'blouses'] ['328,907,25', 'i', 'absolutely', 'love', 'this', 'sweater', 'it', "'s", 'soft', 'easy', 'to', 'wash', 'and', 'looks', 'great', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['329,836,51', 'airy', 'and', 'flattering', 'the', 'blue', 'motif', 'is', 'a', 'gorgeous', 'indigo', 'with', 'an', 'interesting', 'pattern', 'a', 'short', 'tunic', 'that', 'drapes', 'nicely', 'and', 'is', 'flattering', 'very', 'happy', 'with', 'this', 'purchase', 'i', 'plan', 'to', 'buy', 'a', '2nd', 'for', 'my', 'mom', 'to', 'keep', 'her', 'cool', 'and', 'stylish.,5,1,0', 'general', 'tops', 'blouses'] ['330,844,41', 'awkward', 'fit', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'really', 'boxy', 'short', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['331,1103,49', 'beautiful', 'color', 'this', 'dress', 'has', 'potential', 'but', 'it', 'did', "n't", 'work', 'for', 'me', 'it', 'runs', 'true', 'to', 'size', 'to', 'a', 'little', 'big', 'i', 'ordered', 'medium', 'my', 'usual', 'size', 'for', 'maeve', 'as', 'for', 'length', 'it', 'fit', 'me', 'as', 'the', 'model', '5', '9', 'the', 'reason', 'i', "'m", 'not', 'keeping', 'it', 'is', 'that', 'i', 'wish', 'it', 'had', 'some', 'darts', 'in', 'the', 'back', 'to', 'help', 'define', 'the', 'waist', 'a', 'bit', ',4,1,2', 'general', 'dresses', 'dresses'] ['332,866,46', 'really', 'good', 'quality', 'tee', 'i', 'love', 'this', 'tee', 'the', 'material', 'is', 'thick', 'but', 'not', 'too', 'thick', 'it', "'s", 'highly', 'flattering-', 'i', 'love', 'that', 'the', 'sleeves', 'are', 'a', 'longer', 'short', 'sleeve', 'to', 'cover', 'up', 'the', 'bingo', 'wings', 'the', 'shimmer', 'on', 'the', 'front', 'adds', 'something', 'special.,5,1,5', 'general', 'tops', 'knits'] ['333,907,29', 'cute', 'top', 'i', 'got', 'this', 'top', 'in', 'the', 'black', 'and', 'i', 'love', 'it', 'the', 'bottom', 'is', 'a', 'silky', 'material', 'that', "'s", 'really', 'beautiful', 'and', 'the', 'cutout', 'details', 'are', 'really', 'pretty', 'so', 'many', 'of', 'retailer', "'s", 'sweaters', 'are', 'enormous', 'but', 'this', 'one', 'fits', 'tts'] [] ['my', 'one', 'complaint', 'is', 'that', 'the', 'bottom', 'white', 'part', 'wrinkles', 'really', 'easily', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['334,844,53', 'not', 'a', 'good', 'fit', 'this', 'top', 'was', 'way', 'too', 'short', 'i', "'m", 'only', '5', '1', 'and', 'way', 'too', 'wide', 'the', 'cut', 'of', 'this', 'top', 'was', 'so', 'wide', 'it', 'looked', 'like', 'a', 'tent', 'on', 'me', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'because', 'the', 'material', 'and', 'style', 'sleeves', 'ruffle', 'are', 'beautiful', 'unfortunately', 'there', 'is', 'something', 'wrong', 'with', 'the', 'cut', 'i', "'ve", 'have', 'several', 'blouses', 'made', 'by', 'one', 'fine', 'day', 'which', 'fit', 'nicely', 'for', 'some', 'reason', 'this', 'top', 'did', 'not', 'i', 'ordered', 'in', 'my', 'usual', 's', 'size', 'even', 'going', 'to', 'an', 'xs', 'would', 'not', 'work', 'because', 'the', 'cut', 'is', 'wrong', ',1,0,17', 'general', 'petite', 'tops', 'blouses'] ['335,895,66', 'cutest', 'vest', 'my', 'daughter', 'and', 'i', 'both', 'purchased', 'this', 'vest', 'at', 'an', 'retailer', 'store', 'this', 'vest', 'is', 'so', 'flattering', 'on', 'and', 'is', 'so', 'much', 'cuter', 'in', 'person', 'than', 'in', 'the', 'online', 'picture', 'it', 'is', 'chic', 'and', 'stylish', 'and', 'will', 'definitely', 'be', 'a', 'staple', 'for', 'fall', 'and', 'winter.,5,1,6', 'general', 'tops', 'fine', 'gauge'] ['336,895,32', 'this', 'is', 'a', 'great', 'piece', 'to', 'help', 'ease', 'on', 'in', 'to', 'the', 'chillier', 'days', 'of', 'fall', 'and', 'winter', 'it', "'s", 'versatile-', 'i', 'can', 'see', 'myself', 'wearing', 'it', 'with', 'plain', 'short', 'or', 'long', 'sleeved', 'tees', 'or', 'even', 'tops', 'with', 'more', 'elaborate', 'padderns', 'or', 'button', 'downs', 'there', "'s", 'so', 'many', 'options', 'i', 'can', 'not', 'wait', 'to', 'put', 'this', 'gorgeous', 'piece', 'to', 'use', 'just', 'as', 'an', 'fyi', 'the', 'sleeve', 'openings', 'are', 'slightly', 'unfinished', 'and', 'have', 'a', 'frayed', 'effect', 'to', 'them', 'this', 'may', 'not', 'even', 'be', 'noticeable', 'if', 'you', "'re", 'not', 'looking', 'right', 'up', 'close', 'for', 'me', 'this', 'adds', 'to', 'the', 'unique', 'quality', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['337,1080,74', 'beautiful', 'vintage', 'feel', 'delicate', 'beadwork', 'i', 'just', 'got', 'this', 'dress', 'in', 'the', 'mail', 'today', 'and', 'it', 'is', 'even', 'better', 'in', 'person', 'the', 'description', 'did', "n't", 'give', 'as', 'much', 'information', 'as', 'i', 'wanted', 'so', 'i', "'m", 'going', 'to', 'be', 'very', 'detailed', 'in', 'this', 'review', 'i', 'did', 'take', 'off', 'one', 'star', 'for', 'quality', 'because', 'some', 'of', 'the', 'beads', 'are', 'already', 'loose', 'two', 'fell', 'off', 'when', 'i', 'picked', 'the', 'dress', 'up', 'for', 'the', 'first', 'time', 'and', 'i', "'ll", 'have', 'to', 'hand', 'sew', 'others', 'on', 'more', 'tightly', 'my', 'usual', 'size', 'is', 'a', 'pxs', 'or', 'p0', 'and', 'there', 'were', 'no', 'petite', 'sizes', 'available', 'however', 'the', 'size', '0', 'fits', 'perfectly', 'no', 'alterations', 'need', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['338,831,63', 'very', 'interesting', 'design', 'when', 'i', 'received', 'this', 'blouse', 'ai', 'noticed', 'that', 'there', 'were', 'gold', 'dots', 'all', 'over', 'the', 'blouse', 'and', 'they', 'were', 'very', 'sticky', 'some', 'of', 'the', 'fabric', 'would', 'stick', 'to', 'these', 'dots', 'i', 'thought', 'it', 'was', 'because', 'the', 'weather', 'was', 'sticky', 'and', 'humid', 'however', 'after', 'hanging', 'on', 'my', 'closet', 'door', 'the', 'dots', 'are', 'still', 'sticky', 'i', 'do', 'love', 'the', 'design', 'and', 'fabric', 'so', 'i', 'will', 'try', 'not', 'to', 'let', 'the', 'sticky', 'dots', 'bother', 'me', ',5,1,0', 'general', 'tops', 'blouses'] ['339,844,41', 'fun', 'and', 'flowy', 'was', "n't", 'sure', 'about', 'this', 'top', 'based', 'on', 'reviews', 'but', 'glad', 'i', 'purchased', 'pretty', 'print', 'looks', 'great', 'with', 'denim', 'very', 'loose', 'flowy', 'top', 'hangs', 'a', 'little', 'short', 'but', 'that', "'s", 'the', 'style', 'of', 'this', 'blouse', 'fit', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', '2/4', 'and', 'xs/sm', 'with', '30dd', 'size', 'small', 'worked', 'for', 'me', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['340,844,40', 'beautiful', 'shirt', 'ordered', 'the', 'shirt', 'online', 'beautiful', 'print', 'and', 'good', 'quality', 'material', 'runs', 'very', 'large', 'size', 'down', '1', 'may', 'be', '2', 'sizes', 'as', 'the', 'material', 'on', 'the', 'body', 'is', 'very', 'wide', 'i', 'will', 'be', 'exchanging', 'it', 'in', 'the', 'store.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['341,831,40', 'beautiful', 'fabric', 'this', 'too', 'is', 'so', 'beautiful', 'in', 'person', 'there', 'is', 'gold', 'dots', 'all', 'over', 'the', 'blouse', 'that', 'are', 'not', 'overwhelming', 'i', 'love', 'this', 'top', 'with', 'business', 'attire', 'and', 'denim', 'fits', 'tts.,5,1,0', 'general', 'tops', 'blouses'] ['342,836,32', ',,5,1,0', 'general', 'tops', 'blouses'] ['343,907,49', 'nice', 'basic', 'piece', 'will', 'get', 'a', 'lot', 'of', 'wear', 'i', 'tried', 'this', 'in', 'the', 'store', 'and', 'i', 'like', 'it', 'nice', 'and', 'soft', 'good', 'basic', 'design', 'that', 'will', 'pair', 'with', 'many', 'pieces', 'but', 'i', 'decided', 'to', 'wait', 'because', 'of', 'the', 'price', 'i', "'m", 'sure', 'i', 'would', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'top', 'but', 'ultimately', 'it', 'did', "n't", 'thrill', 'me', 'enough', 'to', 'make', 'it', 'my', 'top', 'priority', 'purchase', 'i', 'bought', 'a', 'sweater', 'that', 'was', 'on', 'sale', 'instead', 'still', 'a', 'very', 'nice', 'top', 'i', 'may', 'buy', 'it', 'eventually', 'especially', 'if', 'it', 'goes', 'on', 'sale', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['344,844,44', ',gorgeous', 'in', 'every', 'way', 'except', 'its', 'length', 'and', 'how', 'it', 'hangs', 'at', 'the', 'bottom', 'i', 'prefer', 'a', 'shirt', 'i', 'can', 'wear', 'tucked', 'in', 'or', 'out', 'this', 'one', 'will', 'work', 'well', 'tucked', 'in', 'but', 'not', 'out', 'so', 'i', 'am', 'returning', 'disappointed', 'it', 'was', 'so', 'well', 'done', 'in', 'other', 'particulars.,3,0,2', 'general', 'petite', 'tops', 'blouses'] ['345,895,24', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['346,895,70', 'soft', 'patterned', 'long', 'vest', 'i', 'bought', 'this', 'in', 'a', 'petite', 'size', 's', 'after', 'trying', 'on', 'the', 'regular', 'size', 'in', 'the', 'store', 'it', 'was', 'a', 'good', 'move', 'because', 'the', 'proportions', 'in', 'length', 'and', 'width', 'are', 'more', 'flattering', 'the', 'pattern', 'is', 'busy', 'but', 'works', 'well', 'with', 'patterns', 'in', 'the', 'same', 'color', 'group', 'it', 'has', 'no', 'finished', 'seams', 'on', 'any', 'edge', 'but', 'that', 'makes', 'it', 'drape', 'nicely', 'it', 'is', 'a', 'soft', 'soft', 'fabric', 'almost', 'fleece-like', 'but', 'not', 'plush', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['347,907,30', 'great', 'piece', 'i', 'love', 'how', 'soft', 'the', 'sweater', 'materials', 'is', 'and', 'that', 'the', 'built', 'in', 'layer', 'piece', 'falls', 'so', 'nicely', 'i', 'purchased', 'a', 'small', 'in', 'black', 'and', 'have', 'already', 'worn', 'it', 'with', 'jeans', 'and', 'heels', 'for', 'a', 'dinner', 'and', 'with', 'cropped', 'work', 'pants', 'for', 'the', 'office', 'the', 'bottom', 'piece', 'does', 'wrinkle', 'a', 'lot', 'but', 'you', 'can', 'easily', 'smooth', 'it', 'out', 'really', 'quality', 'materials', 'and', 'on', 'sale', 'this', 'is', 'quite', 'a', 'steal', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['348,844,47', 'beautiful', 'and', 'timeless', 'i', 'am', '5.6', '138', 'pounds', 'i', 'purchased', 'this', 'in', 'a', 'size', 'small', 'it', 'is', 'flowy', 'and', 'not', 'too', 'short', 'it', 'has', 'a', 'comfortable', 'but', 'still', 'feminine', 'and', 'beautiful', 'fit', 'one', 'of', 'my', 'favorite', 'new', 'blouses', 'the', 'red', 'print', 'is', 'gorgeous', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['349,836,27', 'cute', 'top', 'but', 'not', 'for', 'me', 'this', 'top', 'light', 'and', 'airy', 'which', 'is', 'perfect', 'for', 'spring', 'i', "'m", 'usually', 'into', 'these', 'types', 'of', 'blouses', 'however', 'this', 'did', "n't", 'quite', 'fit', 'right', 'on', 'me', 'it', "'s", 'a', 'little', 'too', 'boxy', 'and', 'too', 'low', 'cut', 'in', 'the', 'front', 'for', 'some', 'reason', 'i', 'loved', 'the', 'design', 'and', 'really', 'wanted', 'to', 'like', 'it', 'i', 'just', 'did', "n't", 'love', 'it', 'enough', 'to', 'purchase', 'it', ',3,0,15', 'general', 'tops', 'blouses'] ['350,844,36', 'so', 'disappointed', 'please', 'fix', 'it', 'this', 'blouse', 'is', 'so', 'beautiful', 'the', 'collar', 'sleeves', 'material', 'everything', 'except', 'the', 'cut', 'it', 'was', 'like', 'a', 'tent', 'it', 'needed', 'to', 'be', 'more', 'tapered', 'which', 'would', 'be', 'easy', 'to', 'do', 'while', 'still', 'maintaining', 'the', 'beautiful', 'breezy', 'flow', 'and', 'be', 'about', 'two', 'inches', 'longer'] [] ['i', 'had', 'been', 'drooling', 'over', 'this', 'top', 'for', 'awhile', 'and', 'was', 'so', 'disappointed', 'please', 'fix', 'it', 'and', 'then', 'i', 'will', 'buy', 'again', 'i', 'am', '5', '4', '140lbs', 'and', 'busty', 'a', 'small', 'was', 'perfect', 'with', 'the', 'exception', 'of', 'the', 'massive', 'amount', 'of', 'material', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['351,844,69', 'ruffled', 'buttondown', 'very', 'pretty', 'blouse', 'i', 'love', 'the', 'print', 'and', 'color', 'of', 'the', 'pink', 'floral', 'tts', 'i', 'ordered', 'the', 'xs', 'because', 'of', 'the', 'roomy', 'cut', 'of', 'the', 'blouse', 'i', "'m", '5', '8', '117', 'lbs', 'it', 'fit', 'great', 'the', 'cut', 'is', 'a', 'little', 'wider', 'then', 'pictured', 'but', 'still', 'cute', 'not', 'to', 'short', 'as', 'mentioned', 'by', 'another', 'review', 'and', 'i', 'have', 'a', 'longer', 'torso', 'i', 'was', "n't", 'crazy', 'about', 'the', 'victorian', 'collar', 'so', 'tucked', 'it', 'under', 'and', 'it', 'looks', 'great', ',4,1,7', 'general', 'petite', 'tops', 'blouses'] ['352,844,52', 'exquisite', 'blouse', 'runs', 'huge', 'i', 'normally', 'wear', 'a', 'large', 'or', 'extra-large', 'the', 'medium', 'is', 'still', 'very', 'billowy', 'on', 'me', 'this', 'blouse', 'is', 'ethereal', 'and', 'lovely', 'though', 'pretty', 'and', 'funky', 'at', 'the', 'same', 'time', 'it', "'s", 'sheer', 'but', 'somehow', 'not', 'revealing', 'perfect', 'for', 'when', 'you', 'want', 'to', 'look', 'composed', 'and', 'cool', 'on', 'the', 'hottest', 'day', 'of', 'the', 'summer', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['353,936,32', 'sweater', 'not', 'a', 'coat', 'not', 'a', 'coat', 'by', 'any', 'means', 'merely', 'a', 'thin', 'wool', 'boucle', 'like', 'sweater', 'with', 'a', 'cheap', 'thin', 'synthetic', 'lining', '-and', 'i', 'also', 'would', 'never', 'want', 'the', 'lining', 'to', 'be', 'seen', 'by', 'anyone', 'if', 'i', 'were', 'to', 'set', 'the', 'sweater', 'on', 'a', 'chair', 'or', 'be', 'helped', 'in', 'putting', 'the', 'thing', 'on', 'the', 'length', 'and', 'bulk', 'is', 'hard', 'to', 'layer', 'under', 'anything', 'else', 'and', 'is', "n't", 'pretty', 'enough', 'for', 'a', 'spring', 'coat', 'sizing', 'is', 'also', '2', 'sizes', 'larger', 'than', 'anticipated', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['354,907,37', 'soft', 'sweater', 'i', 'saw', 'this', 'in-store', 'tried', 'it', 'on', 'and', 'was', 'sold', 'it', 'is', 'not', 'just', 'super', 'soft', 'but', 'very', 'flattering', 'on', 'i', 'am', 'petite', '105', 'lbs', 'and', 'bought', 'the', 'xs', 'in', 'black-', 'the', 'sleeves', 'are', 'short', 'enough', 'that', 'no', 'petite', 'size', 'was', 'needed', 'i', 'will', 'wear', 'this', 'a', 'lot', 'with', 'both', 'skirts', 'and', 'jeans', ',5,1,4', 'general', 'tops', 'fine', 'gauge'] ['355,936,32', 'love', 'this', 'it', "'s", 'heavy/warm', 'stylish', 'and', 'a', 'great', 'throw', 'on', 'any', 'outfit', 'oversized', 'style', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['356,831,42', 'could', 'have', 'been', 'cute', 'the', 'fabric', 'was', 'nothing', 'special', 'i', 'usually', 'like', 'a', 'cotton/silk', 'blend', 'woven', 'fabric', 'but', 'this', 'was', 'stiff', 'feeling', 'and', 'the', 'pattern', 'was', 'cute', 'but', 'what', 'made', 'me', 'return', 'it', 'was', 'the', 'fact', 'that', '1', 'the', 'rose', 'gold', 'glitter', 'dots', 'are', 'puffy', 'paint', 'literally', 'puffy', 'paint', 'and', '2', 'the', 'dots', 'were', 'not', 'quite', 'dry', 'on', 'my', 'top', 'when', 'it', 'arrived', 'parts', 'of', 'the', 'paint', 'came', 'off', 'on', 'my', 'fingers', 'and', 'the', 'top', 'was', 'stuck', 'to', 'itself', 'because', 'of', 'it', 'i', 'could', 'barely', 'unfold', 'it'] [] ['i', "'m", 'sure', 'this', 'could', 'have', 'been', 'cute', 'but', 'who', 'wants', 'a', 'top', 'that', 'looks', 'lik', ',1,0,6', 'general', 'tops', 'blouses'] ['357,907,51', 'worth', 'the', 'sale', 'price', 'tts', 'i', "'m", 'wearing', 'a', 'small', 'the', 'black', 'goes', 'with', 'so', 'many', 'of', 'my', 'charlie', 'print', 'pants', 'washed', 'nicely', 'layers', 'flat', 'to', 'dry', 'had', 'to', 'iron', 'the', 'shell', 'underneath', 'great', 'for', 'casual', 'office.,5,1,2', 'general', 'tops', 'fine', 'gauge'] ['358,862,34', 'almost', 'but', 'not', 'quite', 'this', 'top', 'is', 'good', 'quality', 'and', 'cute', 'it', 'runs', 'large-', 'i', "'m", 'usually', 'a', 'medium', 'and', 'needed', 'a', 'small', 'the', 'reason', 'i', 'will', 'be', 'returning', 'it', 'is', 'because', 'it', 'flares', 'out', 'at', 'the', 'bottom', 'on', 'the', 'black', 'which', 'is', 'very', 'unflattering', 'on', 'it', 'makes', 'me', 'look', 'wide', 'in', 'the', 'waist', 'or', 'like', 'i', "'m", 'wearing', 'a', 'maternity', 'top', 'unfortunate', 'because', 'i', 'really', 'liked', 'everything', 'else', 'about', 'it.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['359,836,37', 'nice', 'runs', 'small', 'and', 'short', 'i', "'m", 'a', 'pretty', 'solid', '10/12', 'in', 'this', 'brand', 'i', 'went', 'with', 'the', '12', 'since', 'some', 'thought', 'the', 'top', 'to', 'run', 'small', 'and', 'i', 'agree', 'while', 'i', 'can', 'wear', 'it', 'and', 'think', 'it', 'will', 'actually', 'stretch', 'out', 'with', 'wear', 'it', "'s", 'tight', 'in', 'the', 'shoulders', 'and', 'chest', 'for', 'the', 'record', 'those', 'are', '2', 'areas', 'i', 'never', 'have', 'problems', 'with', 'i', "'m", 'a', '36b', 'and', 'it', 'was', 'flattening', 'my', 'chest', 'it', 'was', 'also', 'quite', 'short', 'on', 'me', 'i', 'have', 'a', 'short', 'torso', 'and', 'it', 'was', 'barely', 'hitting', 'below', 'my', 'belly', 'button', 'the', 'shirt', 'felt', 'more', 'like', 'a', 'size', '8', 'than', '12', ',3,1,3', 'general', 'tops', 'blouses'] ['360,936,50', 'amazing', 'sweatercoat', 'i', 'gave', 'this', 'four', 'stars', 'only', 'because', 'the', 'lining', 'has', 'some', 'polyester', 'poly/rayon', 'blend', 'in', 'it', 'and', 'i', 'do', "n't", 'like', 'polyester', 'still', 'i', 'could', "n't", 'pass', 'it', 'up', 'due', 'to', 'the', 'chic', 'look', 'and', 'the', 'oh', 'so', 'warm', 'feel', 'of', 'the', 'coat', 'it', "'s", 'like', 'wrapping', 'yourself', 'in', 'a', 'warm', 'blanket', 'and', 'the', 'wine', 'color', 'looks', 'amazing', 'it', "'s", 'a', 'little', 'on', 'the', 'pricey', 'side', 'since', 'i', 'consider', 'it', 'more', 'of', 'a', 'sweater', 'than', 'a', 'coat', 'i', 'would', 'have', 'liked', 'the', 'price', 'better', 'if', 'it', 'was', '100', 'less', 'it', 'was', 'one', 'of', 'those', 'items', 'that', 'was', 'hard', 'to', 'take', 'off', 'once', 'i', 'put', 'it', 'on', 'i', ',4,1,17', 'general', 'petite', 'tops', 'sweaters'] ['361,895,36', 'great', 'piece', 'for', 'layering', 'i', 'like', 'this', 'sleeveless', 'sweater', 'it', 'adds', 'warmth', 'and', 'visual', 'interest', 'without', 'adding', 'a', 'lot', 'of', 'bulk', 'paired', 'with', 'black/white', 'patterns', 'it', "'s", 'pretty', 'versatile', 'as', 'seen', 'in', 'the', 'pics', 'a', 'great', 'staple', 'for', 'a', 'more', 'casual', 'office', 'environment', 'being', 'a', 'taller', 'girl', 'i', 'love', 'the', 'length', 'on', 'it', 'and', 'find', 'it', "'s", 'flattering', 'for', 'my', 'curvy', 'figure', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['362,836,65', 'cute', 'but', 'this', 'blouse', 'is', 'super', 'cute', 'but', 'oddly', 'sized', 'i', 'bought', 'a', 'size', 'up', 'and', 'still', 'i', 'squeezed', 'into', 'the', 'top', 'around', 'the', 'bust', 'the', 'front', 'slit', 'is', 'too', 'low', 'and', 'shows', 'a', 'bit', 'too', 'much', 'cleavage', 'so', 'this', 'had', 'to', 'go', 'back', 'i', 'really', 'tried', 'because', 'the', 'fabric', 'is', 'wonderful', 'and', 'the', 'shirt', 'is', 'light', 'and', 'breezy', 'for', 'summer', 'i', 'just', 'could', "n't", 'make', 'it', 'work'] [',3,0,0', 'general', 'tops', 'blouses'] ['363,580,60', 'nice', 'thin', 'sweatshirt', 'i', 'love', 'the', 'sweatshirt'] ['clay', 'color', 'is', 'very', 'different', 'it', "'s", 'a', 'nice', 'light', 'fabric', 'with', 'nice', 'detailed', 'edges'] ['although', 'it', 'is', 'an', 'oversized', 'piece', 'it', 'hangs', 'and', 'fits', 'well', 'although', 'i', 'am', 'petite'] ['great', 'light', 'sweatshirt', 'for', 'spring', 'and', 'summer', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['364,895,46', 'that', 'special', 'lauer', 'love', 'the', 'patterns', 'and', 'the', 'length', 'i', 'basically', 'would', 'agree', 'with', 'all', 'the', 'reviewers', 'including', 'the', 'person', 'who', 'noted', 'no', 'pockets'] ['it', "'s", 'really', 'a', 'special', 'piece', 'and', 'on', 'sale', 'very', 'worth', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['365,862,38', 'comfy', 'and', 'cute', 'very', 'comfy', 'and', 'light', 'can', 'be', 'casual', 'with', 'jeans', 'and', 'boots', 'or', 'dress', 'it', 'up', 'with', 'a', 'nice', 'necklace', 'and', 'pencil', 'skirt.,4,1,0', 'general', 'tops', 'knits'] ['366,862,37', 'looks', 'better', 'when', 'tried', 'on', 'very', 'cute', 'i', 'got', 'the', 'navy', 'stripe', 'version', 'of', 'this', 'shirt', 'and', 'it', 'has', 'a', 'very', 'cute', 'nautical', 'vibe', 'to', 'it', 'i', 'am', 'either', 'an', 'xs', 'or', 's', 'in', 'antho', 'and', 'went', 'with', 'the', 'xs', 'for', 'this', 'shirt', 'as', 'i', 'think', 'the', 's', 'would', 'be', 'too', 'boxy', 'normally', 'i', 'would', 'have', 'overlooked', 'this', 'shirt', 'as', 'it', "'s", 'rather', 'unimpressive', 'on', 'the', 'hanger', 'but', 'it', 'was', 'on', 'sale', 'so', 'i', 'tried', 'it', 'on', 'very', 'cute', 'when', 'tried', 'on', 'it', 'fits', 'well', 'across', 'the', 'shoulders', 'but', 'is', "n't", 'too', 'clingy', 'in', 'the', 'body', 'which', 'i', 'like', 'the', 'fabric', 'is', 'very', 'comfortable', 'and', 'the', 'shoulder', 'detail', 'gives', 'it', 'a', 'little', 'mor', ',5,1,1', 'general', 'tops', 'knits'] ['367,844,46', 'romantic', 'print', 'elegant', 'beautiful', 'i', 'love', 'it', 'not', 'sure', 'why', 'this', 'shirt', 'is', 'getting', 'bad', 'reviews', 'i', 'am', 'tall', 'and', 'have', 'a', 'long', 'torso', 'so', 'perhaps', 'that', 'is', 'the', 'issue', 'for', 'some', 'who', 'find', 'it', 'not', 'so', 'flattering', 'maybe', 'if', 'your', 'taller', 'it', 'hangs', 'better', 'i', 'have', 'to', 'say', 'i', 'love', 'everything', 'about', 'it', 'it', 'is', 'a', 'fantastic', 'print', 'it', 'is', 'very', 'flowy', 'but', 'i', 'do', "n't", 'think', 'it', "'s", 'too', 'much', 'in', 'that', 'regard', 'i', 'think', 'it', 'is', 'fitting', 'with', 'the', 'romantic', 'girly', 'style', 'of', 'the', 'garment', 'in', 'my', 'opinion', 'not', 'too', 'short', 'just', 'right', 'i', 'took', 'a', 'medium', 'i', 'am', '5', '8', 'and', 'athletic', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['368,836,29', 'i', 'love', 'maeve', 'and', 'was', 'so', 'excited', 'for', 'this', 'top', 'which', 'looked', 'like', 'an', 'update', 'from', 'a', 'last', 'season', 'favorite', 'unfortunately', 'the', 'fabric', 'was', 'stiff', 'it', 'was', 'tight', 'in', 'the', 'chest', 'and', 'went', 'straight', 'down', 'from', 'there', 'returned', ',2,0,0', 'general', 'tops', 'blouses'] ['369,895,39', 'positively', 'agree', 'all', 'the', 'rave', 'reviews', 'are', 'true', 'this', 'vest', 'is', 'plush', 'and', 'funky', 'and', 'i', 'love', 'wearing', 'it', 'i', "'m", 'having', 'fun', 'figuring', 'out', 'different', 'outfits', 'to', 'wear', 'with', 'this', 'this', 'is', 'a', 'great', 'three', 'season', 'layering', 'piece', 'and', 'i', "'m", 'thrilled', 'i', 'was', 'able', 'to', 'get', 'it', 'on', 'sale', 'my', 'only', 'regret', 'was', 'the', 'lack', 'of', 'a', 'petite', 'selection.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['370,836,25', ',i', 'love', 'this', 'top', 'i', 'got', 'it', 'on', 'sale', 'and', 'am', 'so', 'glad', 'that', 'i', 'did', 'it', 'is', 'a', 'short', 'too', 'but', 'still', 'super', 'flattering', 'it', 'is', "n't", 'too', 'boxy', 'on', 'me.,5,1,0', 'general', 'tops', 'blouses'] ['371,895,64', 'love', 'the', 'print', 'style', 'i', 'tried', 'this', 'on', 'the', 'other', 'day', 'at', 'the', 'local', 'store', 'in', 'a', 'size', 'xs/s', 'although', 'it', "'s", 'wool', 'i', 'did', "n't", 'notice', 'that', 'is', 'was', 'itchy', 'usually', 'wool', 'bothers', 'me', 'i', 'am', 'of', 'small', 'build', 'but', 'i', 'did', 'like', 'the', 'long', 'oversized', 'look', 'i', 'admit', 'i', 'am', 'drawn', 'to', 'the', 'print', 'anyways', 'i', 'noticed', 'the', 'right', 'armhole', 'was', 'larger', 'than', 'the', 'left', 'so', 'i', 'tried', 'on', 'another', 'xs/s', 'it', 'was', 'the', 'same', 'probably', 'the', 'armholes', 'will', 'be', 'smaller', 'in', 'the', 'petite', 'sizes', 'i', 'decided', 'to', 'make', 'other', 'purchases', 'but', 'will', 'order', 'the', 'petite', 'xs/s', 'in', 'a', 'few', 'wks', 'since', 'the', 'invent,5,1,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['372,895,57', 'so', 'cool', 'this', 'has', 'great', 'drape', 'length', 'the', 'pattern', 'is', 'super', 'versatile', 'with', 'solids', 'or', 'prints', 'i', 'am', 'finding', 'the', 'wool', 'to', 'be', 'itchy', 'around', 'the', 'neck', 'so', 'not', 'sure', 'if', 'i', 'will', 'keep', 'though', 'i', 'do', "n't", 'seem', 'to', 'want', 'to', 'take', 'it', 'off', 'has', 'a', 'lightweight', 'boiled', 'wool', 'texture', 'contrasting', 'print', 'and', 'design', 'so', 'cool', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['373,895,44', 'modern', 'black', 'and', 'white', 'i', 'was', 'skeptical', 'about', 'this', 'duster', 'and', 'had', 'to', 'see', 'it', 'in', 'person', 'and', 'it', 'was', 'love', 'at', 'first', 'sight', 'the', 'black', 'and', 'white', 'makes', 'it', 'versatile', 'and', 'the', 'pattern', 'makes', 'it', 'interesting', 'and', 'fashion', 'forward', 'more', 'importantly', 'the', 'pattern', 'is', 'cleverly', 'designed', 'which', 'does', "n't", 'compete', 'with', 'your', 'wardrobe', 'should', 'you', 'wear', 'a', 'bright', 'color', 'or', 'a', 'similar', 'pattern', 'as', 'shown', 'on', 'model', 'i', 'purchased', 'the', 'regular', 'xs/s', 'and', 'it', 'fit', 'me', 'fine', 'i', "'m", '5', '2', '34b', '26', 'waist', 'and', '36', 'hips', 'and', 'the', 'hem', 'falls', 'about', 'two', 'inches', 'below', 'my', 'knees', 'the', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['374,836,44', 'subdued', 'sexy', 'surprisingly', 'flattering', 'on', 'especially', 'with', 'pants/jeans', 'extremely', 'figure', 'flattering', 'because', 'it', 'enhances', 'the', 'figure', 'and', 'hides', 'flaws', 'the', 'pleating', 'enhances', 'the', 'bust', 'the', 'v-cut', 'provides', 'a', 'touch', 'of', 'a', 'peekaboo', 'not', 'enough', 'to', 'show', 'cleavage', 'but', 'it', "'s", 'there', 'in', 'a', 'super', 'flattering', 'way', 'the', 'hem', 'flares', 'out', 'a', 'bit', 'to', 'hide', 'the', 'tummy', 'and', 'enhance', 'the', 'bust', 'even', 'more', 'the', 'short', 'sleeves', 'are', 'versatile', 'so', 'it', 'can', 'be', 'worn', 'in', 'the', 'office', 'under', 'a', 'jacket', 'or', 'just', 'plain', 'for', 'going', 'out', 'the', 'material', 'is', 'not', 'too', 'thick', 'but', 'not', ',5,1,6', 'general', 'tops', 'blouses'] ['375,859,26', 'so', 'sexy', 'the', 'top', 'runs', 'small', 'it', 'is', 'a', 'very', 'sexy', 'and', 'slimming', 'top', 'i', 'tried', 'in', 'l', 'it', 'was', 'too', 'small', 'so', 'i', 'have', 'ordered', 'it', 'in', 'xl', 'i', 'hope', 'it', 'fits', 'because', 'it', 'is', 'very', 'fitted', 'and', 'i', 'am', 'worried', 'that', 'the', 'bottom', 'will', 'roll', 'to', 'the', 'top', 'with', 'a', 'fabric', 'like', 'this', 'but', 'it', 'is', 'a', 'very', 'sexy', 'good', 'looking', 'and', 'slimming', 'top', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['376,862,37', 'just', 'okay', 'i', 'was', 'looking', 'for', 'a', 'basic', 'tee', 'but', 'this', 'one', 'was', 'just', 'ok', 'the', 'quality', 'is', 'okay', 'but', 'it', 'us', 'not', 'as', 'soft', 'as', 'i', 'would', 'have', 'liked', 'unfortunately', 'i', 'will', 'be', 'returning', 'this', 'item', ',3,0,0', 'general', 'tops', 'knits'] ['377,1049,48', 'one', 'of', 'my', 'favorite', 'pieces', 'for', 'night', 'an', 'excellent', 'going', 'out', 'to', 'dinner', 'to', 'a', 'lounge', 'etc', 'piece', 'super', 'flattering', 'sexy', 'feminine', 'and', 'trendy', 'can', 'be', 'dressed', 'up', 'or', 'down', 'with', 'some', 'nice', 'accessories', 'i', "'m", 'only', '5', 'feet', 'and', 'very', 'wary', 'of', 'jumpsuits', 'but', 'this', 'was', 'excellent', ',5,1,0', 'general', 'bottoms', 'pants'] ['378,862,35', ',i', 'would', "'ve", 'looked', 'right', 'over', 'this', 'online', 'but', 'i', 'saw', 'it', 'in', 'store', 'and', 'had', 'to', 'try', 'on', 'the', 'navy', 'and', 'the', 'white', 'were', 'both', 'cute', 'but', 'i', 'tried', 'the', 'navy', 'i', "'m", 'usually', 'a', 'm', 'but', 'went', 'with', 'the', 's', 'b/c', 'it', 'looked', 'better', 'fitted', 'this', 'shirt', 'has', 'a', 'very', 'vintage', 'feel', 'to', 'it', 'and', 'is', 'slinky', 'and', 'comfy', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'would', 'look', 'great', 'with', 'white', 'jeans', ',5,1,10', 'general', 'tops', 'knits'] ['379,1089,67', 'elegant', 'and', 'eye-catching', 'this', 'elegant', 'white', 'lace', 'dress', 'attracted', 'compliments', 'everywhere', 'i', 'wore', 'it', 'it', 'is', 'classic', 'with', 'just', 'the', 'right', 'amount', 'of', 'quirkiness', 'i', 'like', 'everything', 'about', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['380,1089,24', 'work-appropriate', 'lace', 'i', "'ve", 'been', 'looking', 'for', 'the', 'perfect', 'work-appropriate', 'lace', 'dress', 'for', 'a', 'casual/creative', 'work', 'environment', 'for', 'a', 'while', 'and', 'this', 'was', 'just', 'the', 'ticket', 'the', 'pointed', 'collar', 'and', 'demure', 'shape', 'add', 'some', 'structure', 'to', 'the', 'feminine', 'lace', 'i', 'rolled', 'the', 'sleeves', 'to', 'a', 'short-sleeve', 'length', 'just', 'to', 'tone', 'done', 'the', 'cutesy', 'factor', 'a', 'tiny', 'bit', 'more', 'although', 'the', 'sleeves', 'worn', 'long', 'are', 'absolutely', 'gorgeous', 'the', 'lace', 'is', "n't", 'exactly', 'the', 'highest', 'quality', 'lace', 'that', 'retailer', 'has', 'ever', 'used', 'but', 'pretty', 'nonetheless', 'i', "'m", '5', '5', '/125', 'and', 'th', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['381,1104,59', 'poor', 'quality', 'disappointed', 'in', 'the', 'quality', 'of', 'the', 'dress', 'love', 'the', 'style', 'and', 'especially', 'the', 'colors', 'the', 'fabric', 'of', 'the', 'body', 'of', 'the', 'dress', 'is', 'very', 'very', 'thin', 'and', 'just', 'poorly', 'made', 'the', 'top', 'bodice', 'is', 'more', 'substantial', 'not', 'worth', 'the', 'price', 'tag', 'of', '148.00', 'dress', 'does', 'run', 'short.,3,0,13', 'general', 'dresses', 'dresses'] ['382,127,47', 'soft', 'and', 'cozy', 'comfy', 'cozy', 'and', 'a', 'bit', 'on', 'the', 'big', 'size', 'even', 'for', 'an', 'oversized', 'piece', 'order', 'a', 'size', 'down', 'even', 'if', 'you', 'want', 'a', 'boxier', 'look', 'unsure', 'how', 'the', 'fabric', 'will', 'hold', 'up-but', 'if', 'it', 'does', 'it', 'will', 'be', 'a', 'great', 'get', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['383,1104,42', 'looks', 'are', 'deceiving', 'this', 'dress', 'is', 'not', 'what', 'i', 'expected', 'the', 'bottom', 'half', 'is', 'wool-like', 'material-looks', 'like', 'someone', 'has', 'worn', 'it', 'the', 'top', 'snags', 'easily', 'so', 'you', 'must', 'be', 'careful', 'when', 'wearing', 'jewelry', 'when', 'i', 'received', 'the', 'dress', 'i', 'noticed', 'there', 'were', 'two', 'small', 'holes', 'under', 'the', 'arms', 'i', 'would', "n't", 'of', 'paid', 'full', 'price', 'but', 'for', 'the', 'amount', 'i', 'sewed', 'up', 'the', 'holes', 'and', 'packed', 'it', 'away', 'for', 'winter', ',3,1,0', 'general', 'dresses', 'dresses'] ['384,936,29', 'terrific', 'sweater', 'with', 'great', 'detail', 'runs', 'large', 'i', 'ordered', 'the', 'sweater', 'in', 'a', 'medium', 'but', 'it', 'was', 'too', 'large', 'so', 'reordered', 'it', 'in', 'the', 'small', 'and', 'it', 'fits', 'perfectly', 'love', 'the', 'length-', 'it', 'hits', 'mid', 'hip', 'it', 'is', 'more', 'of', 'an', 'a-line', 'than', 'straight', 'as', 'show', 'in', 'the', 'picture', 'the', 'detail', 'is', 'fun', 'and', 'the', 'sweater', 'is', 'well', 'made', 'highly', 'recommend', 'it-', 'i', 'have', 'received', 'lots', 'of', 'compliments', 'on', 'this', 'sweater.,5,1,0', 'general', 'tops', 'sweaters'] ['385,902,54', 'pretty/different', 'style', 'i', 'love', 'this', 'top', 'it', "'s", 'design', 'is', 'very', 'pretty', 'and', 'like', 'nothing', 'that', 'i', 'have', 'i', 'think', 'this', 'top', 'runs', 'true', 'to', 'size', 'i', "'m", 'usually', 'an', 'xs/s', 'in', 'tops', 'and', 'i', 'went', 'with', 'the', 's', 'for', 'this', 'one', 'and', 'it', 'fits', 'great', 'i', 'will', 'say', 'that', 'the', 'top', 'layer', 'of', 'material', 'will', 'snag', 'very', 'easily', 'so', 'while', 'wearing', 'it', 'you', 'have', 'to', 'be', 'very', 'careful', ',4,1,3', 'general', 'tops', 'fine', 'gauge'] ['386,995,41', 'poorly', 'executed', 'this', 'skirt', 'is', 'very', 'short', 'i', 'ordered', 'my', 'usual', 'xs', 'petite', 'and', 'it', 'was', 'so', 'short', 'that', 'the', 'longest', 'part', 'ended', 'above', 'my', 'ankle', 'that', "'s", 'quite', 'off', 'because', 'i', "'m", 'only', '5', 'feet', 'tall', 'and', 'i', 'wore', 'it', 'pretty', 'low', 'on', 'the', 'hips', 'it', 'also', 'flares', 'out', 'awkwardly', 'below', 'the', 'knee', 'there', 'are', '2', 'vertical', 'seems', 'and', 'they', 'exacerbate', 'the', 'jagged', 'appearance', 'of', 'the', 'hem', 'i', 'was', 'drawn', 'to', 'the', 'edgy', 'style', 'shown', 'in', 'the', 'photo', 'but', 'in', 'person', 'it', 'looks', 'like', 'my', '5', 'year', 'old', 'cut', 'up', 'a', 'skirt', 'plus', 'the', 'fabric', 'while', 'thick', 'and', 'beautiful', 'and', 'stretchy', 'has', 'a', ',2,0,11', 'general', 'bottoms', 'skirts'] ['387,936,62', 'beautiful', 'this', 'sweater', 'is', 'of', 'nice', 'quality', 'and', 'has', 'such', 'great', 'detail', 'to', 'it', 'love', 'the', 'pattern', 'to', 'the', 'knit', 'and', 'the', 'ribbon', 'detail', 'is', 'unique', 'and', 'beautiful', 'the', 'knit', 'itself', 'is', 'of', 'mid', 'to', 'thicker', 'weight', 'so', 'definitely', 'appropriate', 'for', 'winter', 'fall', 'and', 'cooler', 'spring', 'days', 'i', 'bought', 'my', 'normal', 'size', 'small', 'and', 'felt', 'like', 'it', 'had', 'more', 'of', 'a', 'slub', 'fit', 'than', 'pictured', 'in', 'the', 'model', 'shot', 'it', 'was', 'wider', 'down', 'the', 'torso', 'and', 'a', 'little', 'shorter', 'not', 'tunic', 'length', 'like', 'picture', 'i', "'m", '5', '7', 'with', 'a', 'longer', 'torso', 'and', 'this', 'hit', 'maybe', 'mid-bum', 'and', ',5,1,9', 'general', 'tops', 'sweaters'] ['388,127,29', 'great', 'with', 'leggings', 'i', 'really', 'like', 'the', 'appearance', 'of', 'this', 'item', 'and', 'it', 'looks', 'pleasing', 'with', 'many', 'different', 'styles', 'of', 'leggings', 'it', 'does', 'run', 'a', 'little', 'large', 'i', 'am', 'a', 'true', 'to', 'size', 'small', 'and', 'this', 'hangs', 'on', 'me', 'a', 'little', 'but', 'i', 'love', 'the', 'design', 'of', 'the', 'back', 'it', 'is', 'so', 'soft', 'and', 'comfortable', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['389,1104,38', 'bad', 'quality.', 'i', 'do', "n't", 'normally', 'review', 'my', 'purchases', 'but', 'i', 'was', 'so', 'amazed', 'at', 'how', 'poorly', 'this', 'dress', 'was', 'made', 'i', 'could', "n't", 'help', 'myself', 'but', 'to', 'post', 'a', 'review', 'the', 'neck', 'line', 'is', "n't", 'even', 'hemmed', 'down', 'so', 'it', 'flaps', 'up', 'the', 'material', 'is', 'thin', 'and', 'feel', 'cheap', 'this', 'dress', 'isnt', 'even', 'worth', '20', 'in', 'my', 'opinion', 'i', 'was', 'expecting', 'a', 'well', 'made', 'good', 'quality', 'dress', 'for', 'the', 'high', 'price', 'tag', ',1,0,20', 'general', 'dresses', 'dresses'] ['390,1086,25', 'flattering', 'and', 'fun', 'ordered', 'this', 'dress', 'online', 'and', 'i', 'love', 'it', 'i', 'was', 'looking', 'for', 'an', 'understated', 'but', 'fun', 'new', 'years', 'dress', 'and', 'this', 'was', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'the', 'only', 'minor', 'qualm', 'i', 'had', 'about', 'the', 'dress', 'was', 'that', 'the', 'velvet', 'dots', 'that', 'hit', 'where', 'the', 'seams', 'met', 'made', 'the', 'dress', 'look', 'puffier', 'than', 'it', 'should', 'some', 'parts', 'around', 'the', 'waist', 'but', 'for', 'the', 'most', 'part', 'the', 'dress', 'fit', 'very', 'well', 'and', 'was', 'very', 'flattering', 'may', 'just', 'need', 'a', 'little', 'bit', 'of', 'ironing', 'i', 'am', '5', '9', 'and', 'usually', 'am', 'more', 'conscious', 'of', 'how', 'things', 'fit', 'around', 'my', 'hips', 'and', ',4,1,9', 'general', 'dresses', 'dresses'] ['391,936,33', 'love', 'love', 'love', 'i', 'saw', 'this', 'online', 'but', 'it', 'never', 'struck', 'me', 'as', 'something', 'i', 'would', 'wear', 'however', 'after', 'seeing', 'it', 'in', 'the', 'store', 'it', 'really', 'caught', 'my', 'eye', 'with', 'its', 'detailing', 'so', 'i', 'tried', 'it', 'on', 'what', 'a', 'great', 'decision', 'because', 'it', 'is', 'so', 'much', 'more', 'beautiful', 'in', 'person', 'and', 'very', 'soft', 'and', 'warm', 'it', "'s", 'a', 'perfect', 'winter', 'sweater', 'to', 'start', 'the', 'new', 'year', 'i', 'am', "5'-7", '138', 'lbs', 'and', 'the', 'medium', 'fit', 'perfectly', 'though', 'it', "'s", 'a', 'little', 'shorter', 'on', 'me', 'than', 'shown', 'in', 'the', 'photos', ',5,1,1', 'general', 'tops', 'sweaters'] ['392,746,34', 'lovely', 'fabric', 'but', 'tiny', 'hips', 'if', 'your', 'hips', 'are', 'bigger', 'than', 'a', 'size', '6', 'us', 'you', 'ca', "n't", 'fully', 'close', 'this', 'robe', 'the', 'model', 'must', 'be', 'wearing', 'the', 'larger', 'of', 'the', 'two', 'sizes', 'to', 'have', 'such', 'a', 'nice', 'oversized', 'fit', 'the', 'fabric', 'is', 'soft', 'and', 'lux', 'and', 'amazing', 'but', 'the', 'weird', 'dart', 'in', 'the', 'back', 'and', 'the', 'closure', 'is', 'right', 'over', 'my', 'sadly', 'size', '8', 'hips', 'and', 'butt', 'if', 'i', 'was', 'taller', 'and', 'thinner', 'i', 'would', 'have', 'kept', 'this', 'and', 'worn', 'it', 'every', 'day', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['393,1081,53', 'lovely', 'dress', 'small', 'top', 'different', 'color', 'like', 'the', 'reviewers', 'before', 'me', 'this', 'dress', 'runs', 'small', 'in', 'the', 'rib', 'cage', 'i', 'normally', 'take', 'a', '12', 'and', 'am', 'a', '32b', 'the', 'max', 'size', 'that', 'this', 'dress', 'comes', 'in', 'is', 'a', '12', 'so', 'i', 'could', 'only', 'order', 'a', '12.', 'it', 'just', 'fit', 'but', 'that', 'is', 'because', 'i', 'am', 'a', 'smaller', '12', 'on', 'the', 'top', 'there', 'is', 'no', 'wiggle', 'room', 'in', 'the', 'dress'] [] ['that', 'being', 'said', 'it', 'is', 'a', 'really', 'cute', 'style', 'and', 'shape', 'rather', 'like', 'a', '50', "'s", 'style', 'dress', 'if', 'you', 'will', 'with', 'a', 'sexy', 'back', 'i', 'am', 'curvy', 'on', 'the', 'bottom', 'and', 'this', 'dress', 'hides', 'the', 'flaws', 'there', 'for', 'sure', 'however', 'because', 'it', 'is', 'a', 'fulle', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['394,127,46', 'too', 'big/so', 'soft', 'i', 'should', 'have', 'exchanged', 'it', 'for', 'a', 'smaller', 'size', 'but', 'i', 'wanted', 'to', 'wear', 'it', 'so', 'my', 'mistake', 'i', 'tend', 'to', 'wear', 'size', '12-14', 'and', 'the', 'large', 'is', 'entirely', 'too', 'big', 'it', 'also', 'had', 'piling', 'right', 'out', 'of', 'the', 'bag', 'but', 'it', 'is', 'just', 'so', 'soft', 'that', 'i', 'tore', 'the', 'tag', 'off', 'and', 'wore', 'it', 'anyway', 'if', 'you', 'get', 'this', 'size', 'down', 'for', 'sure', ',3,1,0', 'general', 'petite', 'intimate', 'lounge'] ['395,936,33', 'not', 'sure', 'about', 'this', 'one', 'i', "'m", 'surprised', 'other', 'reviewers', 'loved', 'this', 'one', 'so', 'much', 'it', "'s", 'completely', 'different', 'then', 'how', 'it', 'looks', 'on', 'the', 'model', 'it', "'s", 'much', 'shorter', 'which', 'others', 'do', 'mention', 'but', 'it', 'flares', 'a', 'lot', 'enough', 'to', 'feel', 'maternity-ish', 'on', 'me', 'it', 'looks', 'fitted', 'on', 'the', 'model', 'maybe', 'it', "'s", 'my', 'shape', 'i', 'have', 'a', 'short', 'torso', 'and', 'carry', 'weight', 'in', 'my', 'hips', 'i', 'ordered', 'an', 'xs', 'too', 'i', 'will', 'say', 'the', 'material'] ['is', 'very', 'nice', 'and', 'it', "'s", 'well', 'made', 'but', 'it', "'s", 'going', 'back', ',3,0,1', 'general', 'tops', 'sweaters'] ['396,127,40', 'comfy', 'but', 'not', 'made', 'to', 'last', 'this', 'sweater', 'is', 'fine', 'for', 'the', 'casual', 'days', 'i', 'bought', 'this', 'in', 'cream', 'and', 'i', 'have', 'to', 'say', 'after', 'one', 'wash', 'it', 'looks', 'old', 'i', "'m", 'a', 'huge', 'retailer', 'lover', 'and', 'buy', 'a', 'lot', 'of', 'clothes', 'from', 'them', 'this', 'is', 'just', 'not', 'the', 'best', 'quality', 'and', 'looks', 'tired', 'after', 'a', 'few', 'wears', 'very', 'soft', 'but', 'poor', 'material', 'not', 'my', 'favorite', 'purchase', ',3,0,2', 'general', 'petite', 'intimate', 'lounge'] ['397,1035,32', 'loving', 'these', 'jeans', 'great', 'fit', 'no', 'bagging', 'and', 'sagging', 'and', 'they', 'fit', 'true', 'to', 'size', 'very', 'cute', 'for', 'reference', 'i', '39', 'm', '5', '39', '2', '115', 'lbs', 'and', 'take', 'a', '26p', 'they', 'look', 'just', 'like', 'they', 'do', 'on', 'the', 'model', 'i', 'highly', 'recommend', ',5,1,0', 'general', 'bottoms', 'jeans'] ['398,902,38', 'lovely', 'but', 'runs', 'big', 'just', 'tried', "'layered", 'sadie', 'top', 'and', 'it', 'felt', 'so', 'nice', 'on', 'good', 'hand', 'feel', 'for', 'both', 'materials', 'but', 'note', 'that', 'the', 'knit', 'on', 'top', 'is', 'a', 'little', 'too', 'delicate', 'for', 'machine', 'wash', 'but', 'can', 'be', 'hand', 'washed', 'this', 'item', 'is', 'definitely', 'vanity-sized', 'i', "'m", '5', '1', '113lbs', 'and', 'the', 'xs', 'looked', 'nothing', 'like', 'how', 'it', 'does', 'on', 'the', 'model', 'it', 'was', 'flowy', 'as', 'depicted', 'but', 'it', 'came', 'down', 'much', 'lower', 'on', 'me', 'and', 'looked', 'a', 'little', 'maternity-esque', 'highly', 'recommend', 'because', 'it', "'s", 'gorgeous', 'and', 'well', 'made', 'but', 'i', 'would', 'definitely', 'come', 'in', 'and', 'try', 'it', 'out', 'for', 'you', ',4,1,6', 'general', 'tops', 'fine', 'gauge'] ['399,995,62', 'possibly', 'the', 'cutest', 'skirt', 'ever', 'the', 'length', 'is', 'perfect', 'the', 'cut', 'of', 'the', 'hemline', 'makes', 'it', 'off', 'the', 'charts', 'cute', 'i', 'love', 'it', 'w', 'ghillie', 'type', 'flats', 'or', 'booties', 'pair', 'w', 'a', 'big', 'warm', 'sweater', 'or', 'a', 'sleek', 'turtleneck', 'and', 'watch', 'heads', 'turn', 'as', 'you', 'enter', 'the', 'room', 'i', 'promise', 'love', 'this', 'skirt', ',5,1,11', 'general', 'bottoms', 'skirts'] ['400,1104,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['401,1089,34', 'classic', 'this', 'dress', 'is', 'beautifully', 'constructed', 'it', 'is', 'very', 'fitted', 'and', 'does', 'run', 'on', 'the', 'small', 'side', 'it', 'will', 'be', 'a', 'perfect', 'derby', 'dress', 'the', 'lace', 'is', 'lovely', 'and', 'the', 'pearl', 'buttons', 'are', 'great', 'touch', 'age', 'appropriate', 'for', 'anyone', 'a', 'very'] ['pretty', 'dress', 'simple', 'classic', 'and', 'gorgeous', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['402,1086,26', 'i', 'really', 'wanted', 'this', 'dress', 'to', 'work', 'out', 'but', 'i', 'was', 'slightly', 'disappointed', 'in', 'the', 'fabric', 'for', 'the', 'sleeves', 'the', 'fit', 'was', 'accurate', 'i', "'m", '5', '7', 'and', 'ordered', 'a', '6', 'however', 'my', 'husband', 'said', 'it', 'looked', 'too', 'little', 'girl', 'like', 'i', 'did', 'end', 'up', 'returning', 'it', ',3,0,9', 'general', 'dresses', 'dresses'] ['403,902,31', 'i', 'got', 'this', 'top', 'to', 'wear', 'with', 'shorts', 'as', 'the', 'color', 'goes', 'with', 'a', 'lot', 'of', 'different', 'prints', 'the', 'quality', 'is', 'excellent', 'this', 'top', 'runs', 'very', 'large', 'as', 'in', 'three', '3', 'sizes', 'too', 'large', 'for', 'the', 'record', 'i', 'am', 'a', '34.25.35', 'and', 'ordered', 'my', 'regular', 'size', 'the', 'xs', 'and', 'this', 'top', 'makes', 'me', 'like', 'i', "'m", 'pregnant', 'with', 'twins', 'also', 'the', 'layering', 'looks', 'nothing', 'like', 'it', 'does', 'on', 'the', 'model', 'it', 'looks', 'sloppy', 'unkept', 'and', 'a', 'general', 'i', 'think', 'this', 'would', 'still', 'be', 'great', 'for', 'ladies', 'who', 'are', 'bigger', 'in', 'the', 'chest', 'and', 'waist', 'otherwise', 'it', 'just', 'does', "n't", 'wor', ',2,1,6', 'general', 'tops', 'fine', 'gauge'] ['404,902,58', 'sweet', 'little', 'top', 'the', 'color', 'is', 'a', 'very', 'soft', 'peach', 'and', 'the', 'knit', 'top', 'over', 'the', 'gauze', 'is', 'a', 'very', 'light', 'summer-weight', 'knit', 'i', 'can', 'see', 'this', 'being', 'worn', 'casual', 'or', 'dressed', 'up', 'with', 'a', 'statement', 'necklace', 'and', 'nice', 'skirt', 'pants', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['405,1094,40', 'comfortable', 'and', 'dressy', 'i', 'bought', 'the', 'dress', 'that', 'has', 'the', 'cream', 'skirt', 'with', 'large', 'flowers', 'i', 'wore', 'it', 'for', 'a', 'wedding', 'and', 'was', 'not', 'only', 'very', 'comfortable', 'with', 'the', 'pockets', 'and', 'the', 'cotton', 'top', 'i', 'looked', 'good', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'on', 'the', 'outfit', 'people', 'thought', 'it', 'was', 'a', 'shirt', 'and', 'blouse', 'rather', 'than', 'a', 'dress', 'i', 'loved', 'the', 'high', 'low', 'skirt', 'the', 'sizing', 'was', 'accurate', 'and', 'the', 'dress', 'is', 'easy', 'to', 'clean', ',5,1,1', 'general', 'dresses', 'dresses'] ['406,1086,22', 'not', 'the', 'best', 'quality', 'i', 'got', 'this', 'dress', 'in', 'hopes', 'of', 'having', 'a', 'really', 'nice', 'winter', 'formal', 'dress', 'it', 'was', 'not', 'well', 'made', 'at', 'all', 'the', 'lining', 'did', "n't", 'line', 'up', 'with', 'the', 'top', 'layer', 'and', 'the', 'waist', 'puffed', 'out', 'in', 'uneven', 'places', 'i', 'am', 'curvy', 'so', 'a', 'puffy', 'waistline', 'in', 'the', 'last', 'thing', 'i', 'need', 'the', 'fabric', 'itself', 'is', 'very', 'nice', 'but', 'just', 'not', 'well', 'made', 'i', 'do', 'not', 'recommend', 'this', 'dress', ',3,0,3', 'general', 'dresses', 'dresses'] ['407,936,55', 'soft', 'feminine', 'versatile', 'soft', 'comfortable', 'stylish', 'i', 'eagerly', 'awaited', 'the', 'arrival', 'of', 'this', 'beautiful', 'sweater', 'and', 'was', 'not', 'disappointed', 'the', 'sizing', 'was', 'accurate', 'for', 'a', 'perfect', 'fit', 'and', 'i', 'love', 'the', 'feminine', 'detailing', 'and', 'shape', 'of', 'the', 'necklne', 'the', 'ribbons', 'add', 'an', 'extra', 'touch', 'of', 'style', 'to', 'a', 'sweater', 'that', 'is', 'both', 'casual', 'and', 'elegant', 'at', 'the', 'same', 'time', 'very', 'versatile', ',5,1,1', 'general', 'tops', 'sweaters'] ['408,1036,66', 'stylish', 'option', 'good', 'for', 'petites', 'this', 'is', 'my', 'first', 'pair', 'of', 'mcguire', 'jeans', 'and', 'i', 'like', 'the', 'fabric', 'and', 'fit', 'thank', 'goodness', 'for', 'petite', 'sizing', 'these', '32p', 'fit', 'just', 'right', 'on', 'my', 'hips', 'with', 'no', 'gap', 'between', 'the', 'waistband', 'and', 'my', 'body', 'fits', 'through', 'thigh', 'and', 'hips', 'and', 'pretty', 'slim', 'all', 'the', 'way', 'down', 'nice', 'stretch', 'of', 'course', 'the', 'proof', 'will', 'be', 'after', 'wearing', 'a', 'few', 'times', 'and', 'washing', 'i', 'will', 'update', 'my', 'review', 'if', 'i', 'do', 'not', 'like', 'them', 'so', 'much', 'after', 'that', ',4,1,0', 'general', 'bottoms', 'jeans'] ['409,936,39', 'sweet', 'casual', 'adorable', 'sweater', 'with', 'a', 'loose', 'knit', 'that', 'helps', 'slim', 'down', 'my', 'man-back', 'appearance', 'cut', 'is', 'tapered', 'to', 'the', 'body', 'but', 'with', 'a', 'soft', 'flare', 'at', 'the', 'bottom', 'hem', 'not', 'clingy', 'very', 'soft', 'fabric', 'does', "n't", 'accentuate', 'bulges', 'so', 'i', 'am', 'happy', 'about', 'it', "'s", 'forgiving', 'silhouette', ',5,1,0', 'general', 'tops', 'sweaters'] ['410,1094,30', 'a', 'perfect', 'investment', 'i', 'walked', 'into', 'retailer', 'with', 'low', 'hopes', 'of', 'finding', 'a', 'dress', 'for', 'a', 'friend', "'s", 'spring', 'wedding', 'as', 'a', 'lot', 'of', 'this', 'season', "'s", 'dresses', 'are', 'more', 'casual', 'but', 'was', 'drawn', 'to', 'this', 'pretty', 'number', 'for', 'multiple', 'reasons', 'it', 'can', 'certainly', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'upon', 'accessories', 'the', 'fabric', 'feels', 'incredible', 'it', 'has', 'pockets', 'and', 'it', "'s", 'really', 'fun', 'yet', 'classy', 'as', 'heck', 'typically', 'i', 'wear', 'a', '10/m', 'in', 'dresses', 'but', 'they', 'only', 'had', 'a', '12', 'in', 'store', 'so', 'i', 'took', 'it', 'and', 'made', 'it', 'work', 'by', 'tightening', 'the', 'sash', 'a', 'bit', 'extra', 'and', 'wearing', 'a', 'bra', 'w', ',5,1,1', 'general', 'dresses', 'dresses'] ['411,1094,53', 'this', 'dress', 'is', 'gorgeous', 'i', 'was', 'able', 'to', 'snatch', 'this', 'dress', 'up', 'just', 'before', 'it', 'sold', 'out', 'and', 'i', 'see', 'it', "'s", 'now', 'back', 'in', 'stock', 'the', 'quality', 'of', 'the', 'fabrics', 'is', 'outstanding', 'not', 'flimsy', 'at', 'all', 'the', 'top', 'is', 'stretchy', 'normally', 'i', 'would', 'wear', 'a', '2', 'at', 'retailer', 'but', 'the', 'only', 'choice', 'i', 'had', 'was', '0', 'and', 'it', 'fit', 'i', 'am', '5', '5', 'tall', '125', 'lbs', 'everything', 'about', 'this', 'dress', 'makes', 'me', 'smile', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'my', 'holiday', 'party', 'do', "n't", 'hesitate', 'if', 'you', 'are', 'on', 'the', 'fence', ',5,1,3', 'general', 'dresses', 'dresses'] ['412,1086,23', 'great', 'dress', 'rough', 'zipper', 'i', 'saw', 'this', 'dress', 'online', 'and', 'immediately', 'went', 'to', 'the', 'store', 'to', 'try', 'on', 'it', 'took', 'three', 'sales', 'asscoaites', 'to', 'help', 'me', 'zip', 'the', 'dress', 'but', 'once', 'it', 'was', 'on', 'it', 'was', 'beautiful', 'the', 'bodice', 'fits', 'really', 'nicely', 'true', 'to', 'size', 'there', 'was', 'extra', 'fabric', 'around', 'the', 'waist', 'bust', 'nothing', 'that', 'made', 'the', 'fit', 'look', 'weird', 'love', 'love', 'love', 'wearing', 'for', 'christmas', 'eve', ',5,1,6', 'general', 'dresses', 'dresses'] ['413,127,37', 'i', 'got', 'he', 'green', 'color', 'with', 'gray', 'accent', 'stitching', 'looks', 'awesome', 'with', 'gray', 'tone', 'leggings', 'super', 'soft', 'definitely', 'runs', 'a', 'little', 'big', '5', '6', '140', 'lbs', 'i', 'ordered', 'the', 'small', 'but', 'not', 'in', 'an', 'unflattering', 'way', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['414,127,51', 'cute', 'comfy', 'top', 'love', 'this', 'tunic', 'it', "'s", 'super', 'comfy', 'cute', 'i', 'have', 'in', 'cream', 'and', 'love', 'so', 'much', 'i', 'ordered', 'in', 'mint', 'looks', 'great', 'with', 'jeans', 'and', 'boots', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['415,1083,37', 'flattering', 'and', 'great', 'buy', 'on', 'sale', 'i', 'thought', 'this', 'dress', 'was', 'worth', 'reviewing', 'since', 'my', 'opinion', 'differs', 'from', 'many', 'others'] ['i', 'agree', 'that', 'the', 'fabric', 'is', 'quite', 'thin', 'compared', 'to', 'what', 'you', 'may', 'be', 'used', 'to', 'with', 'byron', 'lars', 'dresses', 'but', 'the', 'flattering', 'fit', 'and', 'quality', 'has', 'a', 'nice', 'built', 'in', 'slip', 'i', 'found', 'to', 'be', 'what', 'you', 'may', 'expect', 'from', 'the', 'brand', 'if', 'you', 'go', 'in', 'thinking', 'it', "'s", 'more', 'of', 'a', 'spring/summer', 'dress', 'you', 'will', 'not', 'be', 'disappointed'] ['however', 'i', 'find', 'the', 'sizing', 'to', 'be', 'slightly', 'off', 'i', 'usually', 'wear', 'a', '2p', 'i', "'m", '5', '2', 'or', 'a', '0', 'regular'] ['i', 'ordered', 'several', 'size', ',4,1,2', 'general', 'dresses', 'dresses'] ['416,872,35', 'i', 'love', 'this', 'shirt', 'i', 'really', 'love', 'this', 'lace-up', 'shirt', 'but', 'i', 'only', 'liked', 'it', 'in', 'black', 'on', 'me', 'i', 'like', 'it', 'open', 'like', 'the', 'model', 'is', 'wearing', 'it', 'but', 'i', 'had', 'to', 'have', 'it', 'a', 'little', 'more', 'closed', 'because', 'the', 'lace', 'part', 'does', 'go', 'down', 'a', 'ways-and', 'i', 'felt', 'like', 'i', 'was', 'revealing', 'a', 'little', 'too', 'much', 'i', 'would', 'likely', 'wear', 'it', 'open', 'but', 'then', 'have', 'to', 'pair', 'it', 'with', 'a', 'cami', 'underneath', 'to', 'feel', 'comfortable', 'i', 'absolutely', 'love', 'the', 'whole', 'outfit', 'as-pictured', 'and', 'also', 'reviewed', 'the', 'polka', 'dot', 'pants', 'i', 'wish', 'the', 'laces', 'were', 'a', 'little', 'longer', 'than', 'they', 'are-if', 'you', 'have', 'i', ',5,1,14', 'general', 'tops', 'knits'] ['417,1083,35', 'flimsy', 'i', 'love', 'byron', 'lars', 'dresses', 'and', 'this', 'design', 'is', 'on-point', 'the', 'ruffle', 'at', 'the', 'neckline', 'is', 'so', 'pretty', 'and', 'the', 'dress', 'fits', 'like', 'a', 'dream', 'however', 'the', 'fabric', 'i', 'would', 'have', 'loved', 'it', 'if', 'this', 'dress', 'had', 'a', 'heavier', 'feel', 'this', 'is', 'sadly', 'going', 'back', 'today', ',2,0,2', 'general', 'dresses', 'dresses'] ['418,831,40', 'super', 'comfy', 'love', 'this', 'blouse', 'it', 's', 'super', 'comfy', 'looks', 'awesome', 'with', 'jeans', 'this', 'blouse', 'runs', 'true', 'to', 'size', 'i', 'purchased', 'in', 'my', 'normal', 'size', 'small', ',5,1,0', 'general', 'tops', 'blouses'] ['419,1080,32', 'pretty', 'pattern', 'weird', 'fit', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'online', 'and', 'due', 'to', 'the', 'slim', 'fit', 'i', 'ordered', 'a', 'size', 'up', 'a', '2', 'petite', 'up', 'from', 'my', 'normal', '0', 'petite', 'when', 'i', 'received', 'it', 'i', 'was', 'surprised', 'about', 'two', 'things', '1', 'the', 'material', 'was', 'kind', 'of', 'puffy', 'not', 'bad', 'just', 'weird', 'and', '2', 'it', 'was', 'too', 'big', 'on', 'top', 'rare', 'for', 'a', 'petite', 'size', 'even', 'though', 'it', 'fit', 'everywhere', 'else', 'i', 'wanted', 'to', 'love', 'it', 'but', 'had', 'to', 'return', 'would', 'be', 'gorgeous', 'for', 'someone', 'else', ',3,1,1', 'general', 'dresses', 'dresses'] ['420,1077,68', 'easy', 'and', 'stylish', 'i', 'was', 'hesitant', 'based', 'on', 'the', 'reviews', 'but', 'i', "'m", 'glad', 'i', 'ordered', 'this', 'dress', 'in', 'blue', 'the', 'material', 'is', 'like', 'a', 'french', 'dot', 'texture', 'that', 'is', 'soft', 'but', 'still', 'a', 'bit', 'structured', 'i', 'had', 'no', 'issues', 'with', 'the', 'fit', 'it', "'s", 'appropriately', 'just', 'a', 'little', 'oversized', 'the', 'styling', 'is', 'very', 'mod', ',5,1,2', 'general', 'dresses', 'dresses'] ['421,872,65', ',great', 'feature', 'perfect', 'lacing', 'do', 'not', 'need', 'to', 'worry', 'that', 'it', 'is', 'too', 'low', 'since', 'there', 'is', 'material', 'behind', 'the', 'bottom', 'of', 'the', 'lacing', 'like', '3/4', 'length', 'sleeve', 'gives', 'top', 'the', 'right', 'proportion.,4,1,0', 'general', 'tops', 'knits'] ['422,964,37', 'very', 'versatile', 'i', 'purchased', 'this', 'jacket', 'in', 'green', 'x-small', 'a', 'while', 'back', 'and', 'wasn', 't', '100', 'sure', 'about', 'it', 'due', 'to', 'the', 'size', 'i', 'm', '5', '3', '117', 'lbs', 'and', 'a', '33a', 'and', 'thought', 'it', 'was', 'a', 'little', 'snug', 'so', 'i', 'tried', 'on', 'the', 'small', 'and', 'that', 'was', 'way', 'too', 'big', 'so', 'i', 'kept', 'the', 'xs', 'i', 'have', 'worn', 'it', 'a', 'few', 'times', 'and', 'it', 'does', 'look', 'great', 'however', 'i', 'can', 'only', 'wear', 'thin', 'tops', 'with', 'it', 'recently', 'i', 'purchased', 'the', 'black', 'x-small', 'and', 'this', 'i', 'love', 'it', 's', 'looser', 'then', 'the', 'green', 'so', 'i', 'can', 'get', 'away', 'with', 'thicker', 'tops'] ['i', 'do', 'recommend', 'both', 'jackets', 'they', 'are', 'pricey', 'for', 'what', ',5,1,2', 'general', 'jackets', 'jackets'] ['423,1089,39', 'small', 'boobies', 'only', 'i', 'love', 'this', 'dress', 'i', 'mean', 'it', 'si', 'really', 'pretty', 'in', 'person', 'however', 'the', 'breast', 'area', 'is', 'just', 'too', 'small', 'i', 'ca', "n't", 'wear', 'a', 'bra', 'with', 'it', 'and', 'my', 'older', 'breasts', 'just', 'droop', 'not', 'flattering', 'they', 'are', 'barely', 'covered', 'i', 'am', 'a', 'bit', 'disappointed', 'at', 'that', 'but', 'if', 'you', 'are', 'smaller', 'up', 'there', 'i', 'say', 'give', 'it', 'a', 'try', 'i', 'am', '115', 'lbs', '26.5', 'ion', 'waist', '30dd', 'and', 'xs', 'petite', 'was', 'great', 'everywhere', 'but', 'chest'] [] ['colors', 'and', 'fabric', 'are', 'great', 'i', 'love', 'that', 'the', 'different', 'colors', 'are', 'different', 'types', 'of', 'fabric', 'too', 'bad', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['424,872,22', 'love', 'the', 'lace', 'up', 'design', 'i', 'love', 'the', 'lace', 'up', 'design', 'and', 'bought', 'the', 'red', 'xsp', 'fabric', 'is', 'a', 'bit', 'thin', 'and', 'mediocre', 'quality', 'but', 'over', 'all', 'happy', 'with', 'purchase', 'wish', 'this', 'top', 'came', 'in', 'navy', 'and', 'white', 'as', 'well', 'even', 'a', 'navy/white', 'stripe', 'would', 'be', 'a', 'fun', 'option', 'too', 'thanks', 'you', 'for', 'offering', 'this', 'top', 'in', 'a', 'petite', 'size', ',4,1,1', 'general', 'tops', 'knits'] ['425,1083,50', ',,5,1,0', 'general', 'dresses', 'dresses'] ['426,829,33', 'disappointed', 'i', 'got', 'this', 'shirt', 'in', 'the', 'mail', 'today', 'and', 'was', 'really', 'excited', 'to', 'try', 'it', 'on', 'other', 'reviewers', 'said', 'that', 'it', 'ran', 'large', 'so', 'i', 'ordered', 'a', 'size', 'down', 'and', 'it', 'fit', 'perfect', 'i', 'looked', 'in', 'the', 'mirror', 'and', 'noticed', 'the', 'ruffles', 'were', 'misaligned', 'and', 'obviously', 'so', 'i', 'want', 'to', 'exchange', 'it', 'in', 'the', 'store', 'but', 'seeing', 'that', 'the', 'size', 'is', 'not', 'longer', 'available', 'online', 'i', "'m", 'not', 'really', 'sure', 'i', "'ll", 'find', 'another', 'one', 'in', 'my', 'size', ',4,1,0', 'general', 'tops', 'blouses'] ['427,964,33', 'very', 'chic', 'i', 'love', 'this', 'jacket', 'over', 'a', 'dress', 'it', "'s", 'snug', 'fitting', 'so', 'ca', "n't", 'wear', 'anything', 'bulky', 'under', 'it', 'but', 'super', 'stylish', 'and', 'comfy', 'stretchy', 'material', 'it', "'s", 'a', 'bit', 'pricey', 'but', 'i', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'so', 'worth', 'it', 'to', 'me', ',5,1,0', 'general', 'jackets', 'jackets'] ['428,1089,38', ',i', "'m", '5', '1', 'and', '110', 'lbs', 'i', 'ordered', 'this', 'in', 'a', 'xsp', 'and', 'i', 'could', 'barely', 'zip', 'it', 'up', 'and', 'when', 'i', 'did', 'i', 'could', "n't", 'breathe', 'i', 'tried', 'again', 'and', 'ordered', 'a', 'sp', 'and', 'it', "'s", 'perfect', 'now', 'i', 'just', 'need', 'somewhere', 'to', 'wear', 'it.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['429,829,32', 'beautiful', 'shirt', 'hits', 'me', 'a', 'little', 'higher', 'i', "'m", 'not', 'sure', 'i', "'m", 'going', 'to', 'keep', 'it', 'just', 'because', 'i', 'have', 'something', 'similar', 'but', 'its', 'a', 'beautiful', 'top', 'i', "'m", '5', '6', 'and', 'carrying', 'a', 'little', 'extra', 'baby', 'weight', 'right', 'now', 'so', 'i', "'m", 'an', '8-10', 'instead', 'of', 'my', 'usual', '6-8.', 'i', 'ordered', 'an', '8', 'and', 'it', 'fit', 'well', ',5,1,0', 'general', 'tops', 'blouses'] ['430,829,51', 'beautiful', 'and', 'versatile', 'top', 'i', 'love', 'this', 'blouse', 'because', 'it', "'s", 'great', 'for', 'work', 'with', 'cardigan', 'over', 'it', 'and', 'great', 'for', 'going', 'out', 'with', 'skirt', 'pants', 'or', 'jeans', 'it', 'is', 'tts', 'and', 'very', 'flattering', 'light', 'weight', 'and', 'comfortable', ',5,1,0', 'general', 'tops', 'blouses'] ['431,967,56', 'so', 'pretty', 'and', 'soft', 'i', 'happened', 'upon', 'this', 'in', 'my', 'local', 'store', 'despite', 'the', 'fact', 'that', 'it', 'is', 'an', 'online', 'exclusive', 'i', 'love', 'finding', 'returns', 'so', 'i', 'can', 'see', 'them', 'in', 'person', 'i', 'loved', 'the', 'soft', 'colors', 'right', 'away', 'my', 'hesitation', 'was', 'the', 'standup', 'collar', 'but', 'it', 'actually', 'folds', 'down', 'just', 'fine', 'and', 'gives', 'the', 'vest', 'lapels', 'too', 'it', 'also', 'looks', 'nice', 'belted', 'left', 'slightly', 'open', 'i', 'usually', 'wear', 'small', 'or', 'xs', 'in', 'tops', 'and', 'the', 'small', 'fits', 'nicely', 'it', 'does', "n't", 'need', 'to', 'close', 'since', 'there', 'are', 'no', 'built-in', 'fasteners', 'i', 'will', 'wear', 'it', 'with', 'a', 'long', 'button', 'down', 'shirt', 'o', ',5,1,1', 'general', 'jackets', 'jackets'] ['432,829,38', 'great', 'for', 'work', 'or', 'fun', 'i', 'found', 'this', 'to', 'fit', 'tts', 'i', 'sometimes', 'wear', 'petite', 'but', 'found', 'the', 'petite', 'sizing', 'to', 'be', 'a', 'little', 'off', 'i', 'have', 'a', 'pretty', 'short', 'torso', 'but', 'found', 'the', 'petite', 'to', 'be', 'too', 'short', 'i', 'opted', 'for', 'the', 'regular', 'sizing', 'and', 'got', 'a', '6', 'it', 'fits', 'great', 'this', 'top', 'is', 'great', 'for', 'work', 'styled', 'with', 'a', 'cardigan', 'or', 'blazer', 'or', 'for', 'play', 'i', 'can', 'see', 'it', 'dressing', 'up', 'or', 'down', 'very', 'easily', ',4,1,2', 'general', 'tops', 'blouses'] ['433,829,35', 'perfect', 'shirt', 'for', 'work', 'or', 'night', 'out.', 'i', 'ordered', 'the', 'mustard', 'yellow', 'in', '10', 'and', 'found', 'the', 'shirt', 'to', 'fit', 'true', 'to', 'size', 'it', 'works', 'great', 'with', 'a', 'skirt', 'and', 'with', 'jeans', 'but', 'i', 'did', 'need', 'to', 'wear', 'it', 'with', 'high', 'rise', 'jeans', 'otherwise', 'it', 'came', 'right', 'to', 'the', 'top', 'of', 'my', 'normal', 'jeans', 'and', 'i', 'did', "n't", 'want', 'to', 'risk', 'showing', 'any', 'skin', 'at', 'work'] [] ['the', 'color', 'is', 'amazing', 'and', 'looks', 'good', 'with', 'just', 'about', 'any', 'color', 'bottom', 'so', 'there', 'is', 'a', 'lot', 'of', 'room', 'to', 'have', 'fun', 'with', 'the', 'top'] [] ['being', 'larger', 'on', 'top', 'the', 'ruffles', 'did', 'not', 'bother', 'me', 'at', 'all', 'but', 'rather', 'act', 'like', 'an', 'accessory', 'i', 'find', ',4,1,0', 'general', 'tops', 'blouses'] ['434,872,48', 'flattering', 'tee', 'i', 'just', 'tried', 'this', 'top', 'in', 'red', 'in', 'xs', 'and', 'i', 'think', 'it', "'s", 'cute', 'it', "'s", 'fairly', 'fitted', 'in', 'my', 'opinion', 'the', 'sleeves', 'are', 'pretty', 'snug', 'but', 'there', "'s", 'stretch', 'to', 'them', 'i', 'was', 'fine', 'with', 'the', 'fabric', 'and', 'the', 'size', 'xs', 'i', "'m", '~105', 'lbs', '34aa', 'even', 'though', 'sometimes', 'i', 'fit', 'better', 'in', 'xspetite', 'the', 'only', 'downside', 'is', 'that', 'the', 'washing', 'instructions', 'say', 'to', 'remove', 'the', 'tie', 'before', 'machine', 'washing', 'and', 'i', 'guess', 'that', 'put', 'me', 'off', 'a', 'little', 'the', 'idea', 'of', 're-lacing', 'it', 'every', 'time', 'so', 'i', 'have', "n't", 'yet', 'bought', 'it', 'the', 'red', 'is', 'vibrant', 'tomato', 'red', 'and', 'the', ',4,1,19', 'general', 'tops', 'knits'] ['435,872,31', 'the', 'cut', 'of', 'this', 'shirt', 'is', 'lovely', 'and', 'well', 'thought', 'out', 'the', 'opening', 'for', 'the', 'arm', 'are', 'not', 'too', 'big', 'like', 'some', 'other', 'shirts', 'i', 'liked', 'the', 'material', 'and', 'the', 'melon/', 'salmon', 'color', 'which', 'i', 'ordered', 'was', 'more', 'vibrant', 'in', 'person', 'this', 'does', 'run', 'large', 'so', 'i', 'wished', 'i', 'had', 'ordered', 'one', 'size', 'down', ',4,1,0', 'general', 'tops', 'knits'] ['436,149,38', 'so', 'soft', 'and', 'comfy', 'and', 'fit', 'for', 'yoga', '5', '6', '113lbs', 'purchased', 'size', 'small', 'in', 'rich', 'navy', 'so', 'soft', 'and', 'comfy', 'and', 'i', 'like', 'that', 'the', 'cuffs', 'help', 'the', 'pants', 'not', 'ride', 'even', 'during', 'sleep', 'i', 'like', 'that', 'the', 'fit', 'is', 'slim', 'but', 'not', 'constricting', 'on', 'legs', 'as', 'all', 'my', 'yoga', 'pants', 'tested', 'this', 'at', 'my', 'local', 'vinyasa', 'class', 'and', 'it', 'held', 'up', 'without', 'making', 'me', 'too', 'hot', 'and', 'i', 'sweat', 'a', 'lot'] [] ['my', 'biggest', 'complaint', 'is', 'that', 'the', 'fabric', 'pills', 'right', 'out', 'of', 'the', 'packaging', 'actually', 'their', 'tag', 'says', 'the', 'fabric', 'does', 'this', 'and', 'over', 'time', 'will', 'continue', 'to', 'do', 'this', 'more', 'and', 'more', 'because', 'of', 'i', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['437,964,58', 'funky', 'and', 'classy', 'great', 'looking', 'jacket', 'with', 'attitude', 'the', 'color', 'is', 'more', 'like', 'a', 'faded', 'black', 'or', 'deep', 'charcoal', 'grey', 'i', "'m", 'usually', 'a', 'large', 'petite', 'but', 'this', 'is', 'snug', 'in', 'the', 'chest', 'luckily', 'it', "'s", 'a', 'knit', 'so', 'i', 'can', 'make', 'it', 'work', 'by', 'zipping', 'it', 'partway', 'and', 'leaving', 'the', 'top', 'half', 'open.,5,1,4', 'general', 'jackets', 'jackets'] ['438,1030,63', 'really', 'cute', 'these', 'jeans', 'are', 'so', 'cute', 'they', 'are', 'perfect', 'for', 'petites', 'too', 'i', 'am', 'fit', 'look', 'way', 'younger', 'than', 'my', 'age', 'and', 'get', 'so', 'many', 'compliments', 'when', 'i', 'wear', 'these', 'jeans', 'i', "'m", 'i', "'m", '5', '2', '115', 'libs', 'and', 'they', 'definitely', 'fit', 'tight', 'in', 'a', 'good', 'way', 'just', 'like', 'the', 'photo', 'pretty', 'much', 'they', 'are', 'not', 'small', 'like', 'the', 'white', 'mother', 'ankle', 'fray', 'jeans', 'for', 'sale', 'on', 'the', 'site', 'now', 'those', 'definitely', 'run', 'smaller', 'so', 'these', 'are', 'true', 'to', 'size', 'with', 'a', 'tight', 'fit', ',5,1,1', 'general', 'bottoms', 'jeans'] ['439,964,40', 'love', 'this', 'jacket.', 'i', 'live', 'in', 'los', 'angeles', 'and', 'this', 'is', 'the', 'perfect', 'beginning', 'of', 'fall', 'jacket', 'i', "'ve", 'worn', 'it', 'with', 'dresses', 'and', 'with', 'jeans', 'definitely', 'has', 'enough', 'extra', 'room', 'to', 'slip', 'a', 'hoodie', 'or', 'small', 'seater', 'on', 'underneath', 'when', 'it', 'gets', 'colder', 'it', "'s", 'soft', 'and', 'stylish', 'the', 'only', 'downside', 'is', 'that', 'the', 'pockets', 'are', "n't", 'really', 'deep', 'enough', 'to', 'put', 'anything', 'in.,5,1,5', 'general', 'jackets', 'jackets'] ['440,1083,41', 'bunches', 'up', 'weirdly', 'in', 'the', 'front', 'i', 'loved', 'this', 'dress', 'as', 'soon', 'as', 'i', 'tried', 'it', 'on', 'but', 'it', 'bunched', 'up', 'weird', 'in', 'the', 'front', 'around', 'my', 'hips', 'i', 'ordered', 'a', 'second', 'size', '4', 'hoping', 'that', 'it', 'would', 'fit', 'better', 'but', 'same', 'thing', 'if', 'i', 'tried', 'to', 'go', 'to', 'a', 'size', '6', 'it', 'would', 'be', 'too', 'big', 'every', 'where', 'else', 'fyi', 'i', "'m", '5', '8', '129lbs', 'and', 'i', "'m", 'a', 'runner', 'it', "'s", 'not', 'like', 'i', 'have', 'a', 'huge', 'backside', 'or', 'anything', 'my', 'guess', 'is', 'sizing', 'is', 'off', 'i', "'ve", 'tried', 'another', 'of', 'his', 'dresses', 'and', 'it', 'fit', 'perfectly', ',4,0,0', 'general', 'dresses', 'dresses'] ['441,872,60', 'cute', 'top', 'i', 'really', 'like', 'this', 'top', 'it', "'s", 'super', 'cute', 'perfect', 'for', 'a', 'football', 'game', 'or', 'fairly', 'casual', 'event', 'the', 'material', 'is', 'ribbed', 'and', 'is', 'thick', 'enough', 'that', 'you', 'ca', "n't", 'see', 'through', 'i', 'purchased', 'this', 'top', 'in', 'red', 'and', 'initially', 'in', 'petite', 'but', 'ended', 'up', 'returning', 'it', 'for', 'the', 'regular', 'size', 'i', 'love', 'this', 'top', ',4,1,1', 'general', 'tops', 'knits'] ['442,872,60', 'red', 'tee', 'nice', 'tee', 'true', 'red,3/4', 'sleeves', 'lacing', 'is', 'a', 'nice', 'touch', 'good', 'quality', 'and', 'great', 'sale', 'price', ',5,1,1', 'general', 'tops', 'knits'] ['443,829,48', 'undecided', 'feminine', 'and', 'lovely', 'flutters', 'indeed', 'i', 'am', 'on', 'the', 'fence', 'i', 'ordered', 'in', 'a', 'petite', 'had', 'to', 'size', 'down', 'and', 'something', 'about', 'bust', 'and', 'arm', 'holes', 'not', 'completely', 'right', 'given', 'the', 'light', 'and', 'airiness', 'of', 'this', 'tank', 'it', 'does', 'not', 'seem', 'right', 'to', 'have', 'to', 'wear', 'a', 'camisole', 'underneath', 'which', 'is', 'what', 'it', 'would', 'need', 'for', 'work', 'wear.,4,1,6', 'general', 'tops', 'blouses'] ['444,872,70', 'great', 'casual', 'shirt', 'very', 'nice', 'casual', 'inexpensive', 'shirt', 'and', 'the', 'laced', 'neckline', 'is', 'great', 'not', 'too', 'revealing', 'and', 'easily', 'worn', 'tied'] ['without', 'looking', 'prudish', 'and', 'of', 'course', 'open', 'as', 'well', ',4,1,0', 'general', 'tops', 'knits'] ['445,964,27', 'so', 'much', 'better', 'irl', 'when', 'i', 'ordered', 'this', 'little', 'jacket', 'i', 'knew', 'i', 'would', 'like', 'it', 'upon', 'arrival', 'i', 'fell', 'in', 'love', 'it', 'is', 'a', 'little', 'edgy', 'with', 'leather', 'detailing', 'and', 'with', 'stretch', 'in', 'all', 'the', 'right', 'places', 'the', 'crop', 'is', 'super', 'flattering', 'appeared', 'online', 'to', 'be', 'a', 'bit', 'more', 'of', 'a', 'sweatshirt', 'material', 'but', 'it', 'has', 'so', 'much', 'structure', 'and', 'holds', 'its', 'shape', ',5,1,0', 'general', 'jackets', 'jackets'] ['446,1089,32', 'i', "'m", 'usually', 'an', 'xs', 'for', 'most', 'retailer', 'dresses', 'and', 'shirts', 'i', 'ordered', 'up', 'per', 'other', 'reviews', 'and', 'got', 'a', 'small', 'the', 'small', 'fits', 'comfortably', 'around', 'my', 'waist', 'the', 'chest', 'area', 'is', 'not', 'made', 'for', 'large', 'chests', 'my', '34ds', 'were', 'barely', 'contained', 'sad', 'to', 'say', 'i', 'wo', "n't", 'be', 'keeping', 'the', 'dress', 'the', 'layers', 'fabric', 'and', 'colors', 'are', 'truly', 'pretty', 'but', 'the', 'design/fit', 'is', 'disappointing', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['447,872,26', 'ultimately', 'unimpressed', 'i', 'really', 'like', 'how', 'this', 'looks', 'on', 'the', 'model', 'but', 'in', 'real', 'life', 'this', 'top', 'is', 'much', 'tighter', 'i', 'was', 'hoping', 'for', 'a', 'good', 'layering', 'top', 'and', 'have', 'been', 'playing', 'around', 'with', 'the', 'trend', 'of', 'lace', 'up', 'tops', 'i', 'bought', 'it', 'without', 'trying', 'on', 'figuring', 'a', 'small', 'would', 'work', 'but', 'it', 'was', 'much', 'too', 'tight', 'and', 'the', 'lace', 'top', 'reminded', 'me', 'of', 'vans', 'shoes', 'i', 'returned', 'it', 'a', 'girl', 'much', 'tinier', 'than', 'myself', 'has', 'it', 'and', 'it', 'is', 'very', 'cute', 'on', 'her', 'so', 'best', 'works', 'on', 'a', 'model', 'body', 'type', 'figure', 'than', 'someone', 'with', 'even', 'slight', 'hips', ',3,0,3', 'general', 'tops', 'knits'] ['448,872,51', 'vibrant', 'red', 'color', 'i', 'got', 'this', 'shirt', 'in', 'red', 'and', 'black', 'both', 'colors', 'vibrant', 'and', 'material', 'of', 'shirt', 'is', 'nice', 'cotton', 'blend', 'will', 'get', 'lots', 'of', 'use', 'from', 'both', 'shirts.,5,1,1', 'general', 'tops', 'knits'] ['449,872,48', 'love', 'this', 'is', 'the', 'most', 'flattering', 'shirt', 'love', 'the', 'fit', 'and', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['450,1077,30', 'looks', 'fine', 'if', 'you', 'do', "n't", 'move', 'your', 'arms.', 'three', 'strikes', 'and', 'retailer', 'is', 'out', 'for', 'me', 'i', 'am', 'so', 'disappointed', 'i', 'really', 'liked', 'this', 'dress', 'and', 'was', 'looking', 'for', 'a', 'fun', 'distinctive', 'new', 'shift', 'dress', 'got', 'it', 'tried', 'it', 'on', 'took', 'it', 'off', 'went', 'back', 'to', 'look', 'at', 'the', 'listing', 'online', 'nowhere', 'does', 'it', 'mention', 'that', 'it', 'has', 'a', 'drop-seam', 'in', 'the', 'shoulders', 'i', 'guess', 'you', 'can', 'see', 'it', 'if', 'you', 'zoom', 'in', 'closely', 'on', 'the', 'image', 'but', 'it', "'s", 'not', 'mentioned', 'in', 'the', 'text', 'who', 'on', 'god', "'s", 'green', 'earth', 'actually', 'looks', 'good', 'with', 'a', 'drop-shoulder', 'it', 'hits', 'every', 'woman', 'under', "5'10", 'right', 'in', 'the', 'middl', ',2,0,0', 'general', 'dresses', 'dresses'] ['451,967,56', 'great', 'plaid', 'this', 'vest', 'is', 'very', 'warm', 'and', 'soft', 'it', 'is', 'actually', 'a', 'fleece', 'that', 'almost', 'appears', 'as', 'wool', 'the', 'plaid', 'is', 'beautiful-a', 'pretty', 'soft', 'pink', 'with', 'the', 'black', 'and', 'charcoal', 'colors', 'i', 'ordered', 'a', 'size', 'large', 'and', 'the', 'fit', 'is', 'okay', 'an', 'xl', 'would', 'have', 'been', 'too', 'big', 'under', 'the', 'arms', 'and', 'in', 'the', 'bust', 'area', 'however', 'i', 'would', 'have', 'liked', 'it', 'a', 'little', 'looser', 'in', 'the', 'bottom', 'half', 'i', 'kept', 'the', 'large', 'as', 'there', 'is', 'no', 'closure', 'to', 'the', 'vest', 'it', 'just', 'hangs', 'open', ',4,1,1', 'general', 'jackets', 'jackets'] ['452,872,27', 'in', 'love', 'with', 'this', 'shirt', 'i', 'love', 'this', 'shirt', 'so', 'much', 'that', 'i', "'ve", 'now', 'bought', 'it', 'in', '2', 'colors', 'the', 'olive', 'green', 'and', 'the', 'red', 'probably', 'would', 'have', 'bought', 'it', 'in', 'black', 'too', 'if', 'i', 'did', "n't", 'already', 'have', 'enough', 'black', 'shirts', 'it', "'s", 'both', 'a', 'plain', 'and', 'simple', 'tee', 'but', 'with', 'the', 'fun', 'lace-up', 'detail', 'at', 'the', 'neckline', 'that', 'keeps', 'it', 'from', 'being', 'boring'] [] ['it', 'runs', 'true', 'to', 'size', 'but', 'is', 'very', 'fitted', 'however', 'due', 'to', 'the', 'thickness', 'of', 'the', 'material', 'i', 'did', "n't", 'feel', 'like', 'any', 'unflattering', 'bumps', 'or', 'lumps', 'were', 'being', 'highlighted', 'despite', 'how', 'close', 'the', 'shirt', 'fit', 'to', 'my', ',5,1,2', 'general', 'tops', 'knits'] ['453,964,44', 'perfection.', 'do', "n't", 'try', 'this', 'on', 'if', 'you', 'do', "n't", 'plan', 'to', 'buy', 'it', 'it', 'feels', 'amazing', 'i', 'bought', 'the', 'black', 'and', 'it', 'is', 'a', 'lovely', 'charcoal', 'color', 'and', 'matches', 'so', 'much', ',5,1,1', 'general', 'jackets', 'jackets'] ['454,872,39', 'perfect', 'i', 'like', 'the', 'lace-up', 'trend', 'but', 'most', 'designs', 'are', 'too', 'revealing', 'this', 'shirt', 'is', 'super', 'sexy', 'but', 'not', 'immodest', 'i', 'bought', 'it', 'in', 'black', 'and', 'am', 'now', 'buying', 'another', 'color', 'to', 'me', 'the', 'fabric', 'feels', 'soft', 'and', 'thick', 'very', 'nice', ',5,1,2', 'general', 'tops', 'knits'] ['455,234,33', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['456,149,33', 'the', 'most', 'comfortable', 'pants', 'ever', 'i', 'have', 'these', 'pants', 'in', 'navy', 'and', 'they', "'re", 'amazing', 'i', 'cuff', 'the', 'hem', 'in', 'half', 'and', 'they', 'look', 'like', 'joggers', 'they', "'re", 'ridiculously', 'comfortable', 'and', 'tts', 'but', 'are', 'not', 'very', 'thick', 'so', 'i', "'m", 'pretty', 'sure', 'ivory', 'would', 'be', 'see', 'through', 'especially', 'if', 'you', 'wear', 'them', 'during', 'practice.,4,1,0', 'initmates', 'intimate', 'lounge'] ['457,829,60', 'perfect', 'top', 'for', 'work', 'i', 'got', 'this', 'top', 'in', 'navy', 'and', 'i', 'love', 'it', 'it', "'s", 'loose', 'and', 'flowy', 'and', 'comfortable', 'yet', 'dressy', 'enough', 'to', 'wear', 'for', 'work', 'or', 'dress', 'down', 'with', 'jeans', 'i', "'m", '5', '4', '125lbs', 'and', 'the', '6', 'was', 'a', 'bit', 'large', 'on', 'me', 'i', 'could', "'ve", 'sized', 'down', 'a', 'little', 'but', 'i', 'actually', 'liked', 'the', 'loose', 'fit', 'and', 'the', 'length', 'was', 'long', 'enough', 'to', 'tuck', 'in', 'if', 'i', 'wanted', 'to', 'definitely', 'recommend', ',4,1,0', 'general', 'tops', 'blouses'] ['458,829,44', 'overall', 'i', 'like', 'it', 'but', 'some', 'sizing', 'issues', 'i', 'purchased', 'the', 'navy', 'in', 'this', 'top', 'and', 'i', 'really', 'like', 'the', 'design', 'and', 'the', 'style', 'for', 'the', 'price', 'i', 'believe', 'the', 'navy', 'is', 'on', 'sale', 'my', 'issue', 'is', 'that', 'i', 'do', 'have', 'to', 'wear', 'either', 'a', 'camisole', 'or', 'a', 'little', 'bralette', 'or', 'bandeau', 'or', 'something', 'under', 'it', 'because', 'it', 'is', 'too', 'low', 'cut', 'in', 'the', 'front', 'on', 'me', 'and', 'the', 'arm', 'holes', 'are', 'ridiculously', 'large', 'i', 'might', 'have', 'been', 'better', 'off', 'sizing', 'down', 'but', 'i', 'bought', 'it', 'online', 'so', 'i', 'just', 'decided', 'to', 'live', 'with', 'it', 'pretty', 'top', 'though', 'i', 'do', 'think', 'it', 'runs', 'large', ',4,1,0', 'general', 'tops', 'blouses'] ['459,872,71', 'great', 'shirt', 'the', 'neckline', 'is', 'super', 'flattering', 'the', 'fabric', 'has', 'some', 'weight', 'to', 'it', 'right', 'now', 'i', 'am', 'in', 'a', 'fat', 'stage', 'and', 'it', 'still', 'looked', 'good', 'it', 'will', 'look', 'even', 'better', 'without', 'the', 'midriff', 'bulge', 'i', 'bought', 'the', 'shirt', 'in', 'black', 'i', "'m", 'thinking', 'of', 'ordering', 'it', 'in', 'red', 'it', "'s", 'that', 'good', ',5,1,0', 'general', 'tops', 'knits'] ['460,872,44', 'this', 'is', 'a', 'great', 'shirt', 'that', 'goes', 'with', 'everything', 'it', "'s", 'super', 'sexy', 'and', 'i', 'have', 'to', 'say', 'the', 'girls', 'look', 'great', 'in', 'it', 'i', 'bought', 'the', 'black', 'first', 'and', 'went', 'back', 'for', 'the', 'green', 'the', 'quality', 'of', 'the', 'shirt', 'is', 'great', 'not', 'cheap', 'and', 'no', 'smell', 'at', 'least', 'not', 'in', 'my', 'experience', 'like', 'was', 'mentioned', 'by', 'another', 'reviewer', 'i', 'ca', "n't", 'say', 'enough', 'about', 'how', 'cute', 'this', 'shirt', 'is', ',5,1,6', 'general', 'tops', 'knits'] ['461,850,52', 'very', 'pretty', 'boho', 'chic', 'i', 'purchased', 'this', 'blouse', 'because', 'i', 'love', 'a', '70', "'s", 'vibe', 'in', 'my', 'tops', 'it', 'is', 'a', 'beautiful', 'colorful', 'top', 'but', 'the', 'colors', 'were', "n't", 'flattering', 'on', 'me', 'having', 'said', 'that', 'the', 'cut', 'is', 'nice', 'the', 'fabric', 'is', 'lightweight', 'and', 'flows', 'nicely', 'and', 'the', 'fit', 'was', 'fine', 'on', 'me', 'i', 'am', 'a', 'curvy', '5', '5', 'with', 'a', '36', 'c', 'cup', 'go', 'for', 'it', 'if', 'this', 'is', 'a', 'style', 'you', 'like', 'one', 'other', 'note', 'i', 'wish', 'it', 'had', 'been', 'a', 'bit', 'longer', 'but', 'i', 'am', 'older', 'and', 'prefer', 'a', 'little', 'more', 'coverage', 'it', "'s", 'just', 'a', 'personal', 'preference', 'i', 'think', 'the', 'picture', 'is', 'an', 'accurate', 'depiction', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['462,850,23', 'great', 'too', 'but', 'not', 'for', 'women', 'who', 'have', 'a', 'large', 'bust.', 'it', "'s", 'hard', 'enough', 'for', 'women', 'to', 'find', 'clothing', 'that', 'will', 'make', 'them', 'look', 'as', 'beautiful', 'as', 'they', 'feel', 'but', 'add', 'a', 'bigger', 'bust', 'size', 'i', "'m", 'a', '36dd', 'and', 'it', 'makes', 'it', 'this', 'much', 'harder', 'i', 'ordered', 'this', 'top', 'because', 'of', 'how', 'beautiful', 'it', 'looked', 'on', 'the', 'model', 'and', 'the', 'price', 'when', 'it', 'arrived', 'i', 'was', 'so', 'excited', 'retailer', 'does', 'such', 'a', 'beautiful', 'job', 'with', 'the', 'way', 'they', 'handle', 'their', 'items', 'it', 'was', 'wrapped', 'beautiful', 'and', 'no', 'damage', 'i', 'ordered', 'a', 'size', '8', 'knowing', 'that', 'my', 'chest', 'could', 'be', 'a', 'potential', 'problem', 'the', 'too', 'itself', 'is', 'gorgeous', 'i', 'did,3,0,1', 'general', 'petite', 'tops', 'blouses'] ['463,724,69', 'cute', 'slip', 'but', 'very', 'body', 'hugging', 'ordered', 'this', 'in', 'white', 'it', 'is', 'really', 'nice', 'and', 'sexy', 'but', 'very', 'body', 'hugging', 'and', 'unforgiving', 'perhaps', 'it', 'is', 'my', 'large', 'stomach', 'but', 'it', 'hugs', 'a', 'bit', 'too', 'much', 'for', 'my', 'liking', 'yet', 'i', 'think', 'overall', 'the', 'design', 'is', 'very', 'nice', 'so', 'i', 'am', 'keeping', 'it', 'and', 'hoping', 'i', 'can', 'lose', 'some', 'weight', 'in', 'my', 'tum', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['464,833,48', 'lovely', 'romantic', 'blouse', 'this', 'is', 'one', 'of', 'those', 'you', 'have', 'to', 'try', 'it', 'on', 'to', 'appreciate', 'the', 'lovely', 'unique', 'design', 'it', 'is', 'a', 'very', 'unique', 'flowing', 'romantic', 'piece', 'it', 'is', 'sheer', 'and', 'i', 'would', 'wear', 'a', 'nude', 'camisole', 'underneath', 'i', 'am', 'normally', 'a', 'size', 'small', 'and', 'bought', 'a', 'size', '2', 'i', 'tried', 'on', 'a', '6', 'in', 'the', 'store', 'just', 'to', 'see', 'what', 'it', 'looked', 'like', 'fell', 'in', 'love', 'with', 'the', 'look', 'and', 'the', 'retailer', 'associate', 'recommended', 'i', 'buy', 'a', 'size', '2', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['465,862,35', 'extra', 'fabric', 'in', 'back', 'adds', 'a', 'lot', 'i', 'got', 'to', 'try', 'this', 'on', 'today', 'and', 'i', 'really', 'like', 'it', 'the', 'fabric', 'is', 'a', 'normal', 't-shirt', 'kind', 'of', 'fabric', 'i', 'was', 'hoping', 'it', 'would', 'have', 'been', 'kind', 'of', 'special', 'and', 'the', 'v-neck', 'in', 'the', 'front', 'does', 'go', 'down', 'a', 'ways', 'so', 'that', 'some', 'cleavage', 'is', 'showing', 'i', 'would', 'feel', 'comfortable', 'wearing', 'it', 'as-is', 'outside', 'of', 'work', 'but', 'would', 'have', 'to', 'pair', 'it', 'with', 'a', 'cami', 'if', 'i', 'would', 'going', 'to', 'wear', 'it', 'to', 'work', 'normally', 'i', 'am', 'not', 'a', 'huge', 'fan', 'of', 'v-neck', 'in', 'the', 'back', 'and', 'it', 'drives', 'me', 'crazy', 'thanks', 'cami', "'s", 'these', 'days', 'are', 'often', 'made', 'with', 'a', 'versatile', 'v', 'and', ',5,1,6', 'general', 'tops', 'knits'] ['466,850,59', 'a', 'breath', 'of', 'fresh', 'air', 'spring', 'flowers', 'easy', 'to', 'wear', 'very', 'feminine', 'and', 'flattering', 'looks', 'great', 'with', 'denim', 'orange', 'reds', 'etc', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['467,1078,61', 'great', 'sweater', 'dress', 'nice', 'fit', 'and', 'flare', 'style', 'not', 'clingy', 'at', 'all', 'i', 'got', 'the', 'grey', 'color', 'petite', 'large', 'fits', 'perfect', 'will', 'wear', 'with', 'tights/boots', 'or', 'booties', 'lots', 'of', 'color', 'options', 'to', 'accessorize', 'with', ',5,1,1', 'general', 'dresses', 'dresses'] ['468,850,45', 'pretty', 'blouse', 'this', 'top', 'is', 'soo', 'pretty', 'with', 'a', 'cool', 'edge'] ['it', 'looks', 'and', 'feels', 'like', 'really', 'good', 'quality', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['469,1104,25', 'love', 'love', 'this', 'flattering', 'dress', 'this', 'dress', 'is', 'flattering', 'in', 'all', 'the', 'right', 'places', 'it', 'has', 'a', 'gorgeous', 'skirt', 'with', 'a', 'comfortable', 'form-fitting', 'top', 'it', 'provides', 'just', 'the', 'right', 'amount', 'of', 'coverage', 'i', 'love', 'it', 'so', 'much', 'i', 'bought', 'it', 'in', 'two', 'colors', ',5,1,1', 'general', 'dresses', 'dresses'] ['470,1078,33', 'cute', 'but', 'cheap', 'when', 'i', 'first', 'opened', 'this', 'dress', 'and', 'tried', 'it', 'on', 'i', 'thought', 'it', 'was', 'adorable', 'it', 'is', 'very', 'flattering', 'on', 'my', 'hourglass', 'figure', 'and', 'hides', 'my', 'recent', 'baby', 'weight', 'the', 'problem', 'is', 'the', 'hem', 'it', 'was', 'already', 'rolling', 'up', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'package', 'and', 'i', 'should', 'have', 'noticed', 'and', 'returned', 'it', 'but', 'i', 'figured', 'the', 'problem', 'would', 'be', 'easily', 'solved', 'by', 'a', 'good', 'ironing', 'well', 'it', 'was', "n't", 'and', 'it', 'gets', 'worse', 'every', 'time', 'i', 'wash', 'the', 'dress', 'it', "'s", 'like', 'the', 'hem', 'is', "n't", 'constructed', 'properly', ',3,0,0', 'general', 'dresses', 'dresses'] ['471,984,40', 'love', 'it.', 'i', 'simply', 'love', 'this', 'jacket', 'it', "'s", 'comfortable', 'soft', 'and', 'has', 'a', 'relaxed', 'fit', 'that', 'is', 'easy', 'to', 'wear', 'i', 'wish', 'i', 'had', 'bought', 'mine', 'while', 'it', 'was', 'on', 'sale', ',4,1,0', 'general', 'jackets', 'jackets'] ['472,850,68', 'gorgeous', 'top', 'with', 'a', 'hint', 'of', 'pizazz', 'i', 'love', 'this', 'top', 'it', "'s", 'easily', 'both', 'day', 'and', 'night-worthy', 'with', 'a', 'splash', 'of', 'sexiness', 'in', 'a', 'front', 'peek-a-boo', 'design', 'lovely', 'embossed', 'design', 'all', 'over.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['473,204,30', 'else', 'lingerie', 'jardin', 'silk', 'bralette', 'review', 'this', 'bra', 'is', 'extremely', 'comfortable', 'and', 'surprisingly', 'supportive', 'considering', 'the', 'lack', 'of', 'padding', 'or', 'firm', 'material', 'it', 'also', 'runs', 'large.,5,1,0', 'initmates', 'intimate', 'intimates'] ['474,1078,20', 'super', 'cute', 'and', 'flattering', 'too', 'i', 'love', 'this', 'sweater', 'dress', 'and', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'i', 'bought', 'the', 'navy', 'in', 'size', 'xs', 'the', 'pattern', 'and', 'colors', 'are', 'just', 'fun', 'and', 'youthful', 'although', 'you', 'do', "n't", 'have', 'to', 'be', 'young', 'to', 'look', 'good', 'in', 'this', 'dress', 'the', 'dress', 'is', 'fitted', 'but', 'the', 'skirt', 'flares', 'making', 'it', 'flattering', 'if', 'you', 'have', 'hips', 'like', 'me', 'the', 'material', 'is', 'not', 'too', 'heavy', 'so', 'you', 'can', 'wear', 'this', '3', 'seasons', 'fall', 'winter', 'spring', 'as', 'other', 'reviews', 'have', 'mentioned', 'the', 'dress', 'is', 'short', 'i', 'am', '5', '9', 'so', 'it', 'does', 'hit', 'well', 'above', 'my', 'knees', 'this', 'is', "n't", 'an', 'is', ',5,1,1', 'general', 'dresses', 'dresses'] ['475,862,42', 'poor', 'quality', 'i', 'bought', 'this', 'in', 'the', 'white', 'size', 'm', '140lbs.', '5', '8', '34b', 'because', 'i', 'wanted', 'a', 'baggy', 'fit', 'which', 'i', 'got', 'so', 'this', 'is', 'tts', 'the', 'white', 'is', 'more', 'of', 'an', 'off-white', 'rather', 'than', 'a', 'bright', 'white', 'which', 'i', 'like', 'because', 'i', 'happen', 'to', 'be', 'looking', 'for', 'an', 'off-white', 'tee', 'and', 'the', 'shape', 'is', 'good', 'even', 'in', 'a', 'larger', 'size', 'this', 'tee', 'nips', 'in', 'at', 'the', 'waist.however', 'the', 'quality', 'of', 'this', 'tee', 'is', 'lacking', 'as', 'it', 'is', 'the', 'typical', 'cheap', 'marled', 'slightly', 'see-through', 'material', 'that', 'seems', 'to', 'be', 'everywhere', 'these', 'days', 'and', 'the', 'band', 'on', 'the', 'back', 'of', 'th', ',2,0,2', 'general', 'tops', 'knits'] ['476,1078,52', 'fun', 'dress', 'extremely', 'flattering', 'an', 'easy', 'dress', 'to', 'wear', 'good', 'choice', 'for', 'both', 'day', 'and', 'evening,5,1,1', 'general', 'dresses', 'dresses'] ['477,984,42', 'very', 'cute', 'jacket', 'i', 'took', 'a', 'chance', 'and', 'tried', 'on', 'this', 'jacket', 'today', 'at', 'the', 'store', 'at', 'first', 'i', 'was', 'worried', 'that', 'it', 'might', 'look', 'boxy', 'on', 'me', 'but', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'it', 'was', 'love', 'at', 'first', 'sight', 'it', "'s", 'so', 'cute', 'and', 'very', 'comfy', 'the', 'sleeves', 'are', 'slightly', 'long', 'on', 'me', 'but', 'that', "'s", 'been', 'a', 'recurrent', 'issue', 'regarding', 'all', 'my', 'jackets', 'i', "'m", 'only', '5', '3', 'about', '124', 'lbs', 'and', 'it', 'fit', 'me', 'very', 'well', 'because', 'it', "'s", 'a', 'bit', 'cropped', 'it', 'makes', 'me', 'look', 'taller', 'glad', 'the', 'weather', 'is', 'starting', 'to', 'warm', 'up', 'so', 'i', 'can', 'find', 'more', 'excuses', 'to', 'wear', 'it', 'i', 'did', "n't", 'need', 'anoth', ',5,1,2', 'general', 'jackets', 'jackets'] ['478,1008,24', 'cute', 'but', 'too', 'large', 'bought', 'this', 'in', 'an', 'xs', 'and', 'i', 'liked', 'the', 'style', 'of', 'the', 'skirt', 'it', 'was', 'long', 'enough', 'to', 'wear', 'to', 'work'] ['however', 'the', 'waist', 'was', 'too', 'large', 'and', 'would', 'not', 'stay', 'up', 'on', 'my', 'waist', 'returned', ',4,1,0', 'general', 'bottoms', 'skirts'] ['479,841,43', 'great', 'but', 'size', 'down', 'i', 'ordered', 'this', 'top', 'in', 'the', 'solid', 'navy', 'the', 'quality', 'seemed', 'very', 'good', 'and', 'my', 'overall', 'impression', 'was', 'favorable', 'what', 'i', 'liked', 'was', 'that', 'the', 'top', 'stayed', 'off', 'the', 'shoulders', 'even', 'when', 'i', 'was', 'moving', 'so', 'many', 'of', 'the', 'on-trend', 'cold', 'shoulder', 'tops', 'simply', 'do', 'not', 'stay', 'put', 'with', 'even', 'the', 'slightest', 'movement', 'unfortunately', 'this', 'top', 'ran', 'quite', 'a', 'bit', 'large', 'if', 'you', 'are', 'in', 'between', 'sizes', 'i', 'definitely', 'recommend', 'sizing', 'down', 'i', "'ve", 'not', 'seen', 'the', 'printed', 'floral', 'option', 'but', 'the', 'dark', 'navy', 'is', 'lovely', 'and', 'looks', 'chic', 'with', 'white', 'bo', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['480,1104,51', 'not', 'for', 'the', 'busty', 'nice', 'fabric', 'very', 'versatile', 'but', 'the', 'knit', 'top', 'and', 'style', 'accentuates', 'your', 'bust', 'probably', 'not', 'an', 'issue', 'for', 'most', 'but', 'if', 'your', 'a', 'd', 'or', 'up', 'it', "'s", 'more', 'attention', 'than', 'you', 'may', 'want', ',3,0,0', 'general', 'dresses', 'dresses'] ['481,850,39', 'pretty', 'adn', 'flattering', 'i', 'tried', 'on', 'the', 'usual', 'xs', 'in', 'the', 'patterned', 'style', 'and', 'it', 'fit', 'really', 'nicely', 'the', 'colors', 'are', 'very', 'nice', 'in', 'person', 'vibrant', 'teh', 'cut', 'is', 'flatering', 'and', 'gives', 'a', 'nice', 'definition', 'at', 'the', 'waist', 'i', 'also', 'love', 'the', 'lace', 'up', 'neck', 'detailing', 'the', 'sleeves', 'flutter', 'out', 'and', 'will', 'give', 'a', 'bit', 'more', 'volume', 'if', 'i', 'would', 'change', 'something', 'that', 'would', 'be', 'it', 'i', 'would', 'make', 'the', 'sleeves', 'more', 'fitter', 'or', 'perhaps', 'shirter', 'with', 'the', 'flutter', 'i', 'am', '115', 'lbs', 'for', 'reference', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['482,1081,39', 'love', 'everything', 'about', 'htis', 'dress', 'i', 'had', 'it', 'on', 'my', 'wish', 'list', 'for', 'a', 'long', 'time', 'not', 'sure', 'whether', 'i', 'should', 'purchase', 'i', 'even', 'hesitated', 'when', 'it', 'went', 'on', 'sale', 'but', 'boy', 'am', 'i', 'glad', 'i', 'did', 'order', 'it', 'it', 'is', 'crazy', 'comfortable', 'flattering', 'and', 'love', 'that', 'it', 'looks', 'black', 'but', 'is', 'blue', 'i', 'ordered', 'both', 'xs', 'and', 'xs', 'p', 'and', 'decided', 'to', 'go', 'with', 'the', 'petite', 'as', 'it', 'will', 'look', 'super', 'cute', 'in', 'the', 'fall', 'with', 'boots', 'not', 'too', 'short', 'i', 'am', '5', 'foot', '1.5', 'the', 'fake', 'leather', 'part', 'concerned', 'me', 'at', 'first', 'but', 'i', 'like', 'it', 'now', 'nothing', 'bad', 'ot', 'say', 'about', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['483,833,39', ',i', 'tried', 'this', 'on', 'in', 'store', 'and', 'since', 'my', 'usual', 'size', '6', 'was', "n't", 'available', 'i', 'tried', 'on', 'a', '4.', 'it', 'was', 'a', 'little', 'snug', 'in', 'the', 'upper', 'sleeves', 'and', 'shoulders', 'but', 'was', 'lovely', 'otherwise', 'i', 'passed', 'on', 'it', 'and', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'to', 'order', 'it', 'online', 'i', 'got', 'it', 'in', 'my', 'usual', 'size', '6', 'but', 'it', 'seemed', 'to', 'me', 'like', 'it', 'was', '2', 'sizes', 'bigger', 'than', 'the', '4.', 'i', 'have', 'decided', 'to', 'keep', 'it', 'but', 'i', 'just', 'was', "n't", 'thrilled', 'with', 'the', 'fit.,4,1,1', 'general', 'tops', 'blouses'] ['484,850,57', 'manette', 'clipdot', 'blouse', 'i', 'agree', 'that', 'this', 'blouse', 'is', 'boxy', 'but', 'because', 'it', "'s", 'not', 'too', 'long', 'in', 'length', 'it', 'evens', 'it', 'out', 'any', 'longer', 'or', 'shorter', 'would', 'make', 'it', 'look', 'too', 'boxy', 'it', "'s", 'great', 'for', 'work', 'to', 'dinner', 'during', 'the', 'week', 'goes', 'great', 'with', 'jeans', 'too', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['485,862,35', 'runs', 'large', 'soft', 'cotton', 'in', 'very', 'stylish', 'yet', 'simple', 'style', 'regrettably', 'i', 'listened', 'to', 'reviews', 'that', 'said', 'it', 'ran', 'tts', 'and', 'ended', 'up', 'w', 'a', 'baggy', 'long', 'one', 'that', 'wo', "n't", 'work', 'even', 'if', 'i', 'shrink', 'it', 'that', 'will', 'teach', 'me', 'always', 'order', 'multiple', 'sizes', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['486,1078,46', 'fun', 'mix', 'of', 'colors', 'in', 'the', 'grey', 'version', 'i', 'ordered', 'this', 'dress', 'in', 'size', 'xl', 'in', 'the', 'grey/red/yellow', 'combination', 'i', 'love', 'everything', 'about', 'this', 'dress', 'it', "'s", 'comfortable', 'the', 'colors', 'are', 'cheerful', 'the', 'proportions', 'of', 'where', 'the', 'stripes', 'are', 'placed', 'works', 'but', 'i', 'have', 'to', 'return', 'this', 'dress', 'it', "'s", 'too', 'short', 'for', 'what', 'i', "'m", 'comfortable', 'wearing', 'i', 'saw', 'from', 'the', 'photos', 'that', 'this', 'comes', 'mid-thigh', 'on', 'the', 'taller', 'models', 'i', 'hoped', 'that', 'would', 'mean', 'it', 'would', 'be', 'more', 'knee-length', 'for', 'me', 'unfortunately', 'it', "'s", 'just', 'too', 'short', 'and', 'i', "'d", 'feel', 'self-conscious', 'i', 'do', "n't", 'want', 'to', 'deal', ',5,1,1', 'general', 'dresses', 'dresses'] ['487,850,51', 'so', 'pretty', 'and', 'great', 'style', 'i', 'had', 'to', 'order', 'this', 'blouse', 'since', 'it', 'is', 'named', 'after', 'the', 'town', 'i', 'live', 'in', 'it', 'does', 'not', 'disappoint', 'the', 'flowers', 'are', 'so', 'pretty', 'and', 'it', 'has', 'great', 'style', 'there', 'is', 'a', 'little', 'piece', 'in', 'the', 'neckline', 'so', 'it', 'is', 'not', 'too', 'revealing', 'the', 'sleeves', 'are', 'loose', 'and', 'cover', 'the', 'bra', 'strap', 'underneath', 'the', 'back', 'has', 'a', 'little', 'bit', 'of', 'elastic', 'so', 'it', 'does', 'not', 'look', 'like', 'a', 'maternity', 'shirt', 'and', 'it', 'gives', 'you', 'some', 'shape', 'i', 'ca', "n't", 'wait', 'for', 'it', 'to', 'warm', 'up', 'and', 'to', 'wear', 'this', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['488,850,39', ',perfect', 'trans', 'top', 'skinnies', 'or', 'boyfriend', 'and', 'booties', 'love', 'the', 'mixed', 'prints,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['489,831,55', 'retailer', 'like', 'it', 'used', 'to', 'be', 'this', 'top', 'reminds', 'me', 'of', 'the', 'special', 'tops', 'i', 'got', 'once', 'upon', 'a', 'time', 'when', 'retailer', 'adopted', 'a', 'more', 'curatorial', 'approach', 'to', 'their', 'store', 'this', 'is', 'a', 'beautifully-made', 'top', 'quite', 'dramatic', 'but', 'comfortable', 'i', "'ve", 'received', 'many', 'compliments', 'each', 'time', 'i', "'ve", 'worn', 'it', 'it', 'has', 'wonderful', 'drapery', 'and', 'movement', ',5,1,0', 'general', 'tops', 'blouses'] ['490,833,42', 'lovely', 'this', 'blouse', 'is', 'so', 'pretty', 'and', 'well', 'made', 'it', 'will', 'be', 'a', 'new', 'favorite', 'with', 'dark', 'jeans', 'and', 'boots', 'it', 'is', 'very', 'boho', 'and', 'a', 'lovely', 'blouse', 'to', 'feel', 'dressed', 'up', 'a', 'bit', 'on', 'a', 'jeans', 'day', 'loose', 'in', 'a', 'flattering', 'way', 'it', 'does', 'not', 'look', 'like', 'a', 'maternity', 'top', 'very', 'happy', ',5,1,0', 'general', 'tops', 'blouses'] ['491,984,40', 'cute', 'jacket', 'i', 'love', 'the', 'layered', 'look', 'of', 'this', 'jacket', 'i', 'got', 'it', 'in', 'navy', 'which', 'matches', 'everything', 'i', 'think', 'it', "'s", 'a', 'little', 'on', 'the', 'large', 'side', 'for', 'me', 'i', 'ordered', 'a', 'small', 'i', "'m", '5', '2', '130', 'lbs', 'super', 'comfortable', 'the', 'inner', 'layer', 'is', 'very', 'soft', 'once', 'you', 'wash', 'it', 'the', 'outside', 'is', 'soft', 'too', 'i', "'ve", 'already', 'worn', 'mine', 'several', 'times', 'happy', ',4,1,0', 'general', 'jackets', 'jackets'] ['492,1078,31', 'for', 'the', 'shorter', 'girls', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'it', 'was', 'so', 'short', 'i', "'m", 'only', '5', '6', 'so', 'i', 'do', "n't", 'consider', 'myself', 'really', 'tall', 'but', 'the', 'dress', 'only', 'came', 'a', 'couple', 'of', 'inches', 'lower', 'than', 'my', 'butt', 'way', 'too', 'short', 'for', 'me', 'my', 'husband', 'asked', 'if', 'it', 'was', 'a', 'shirt', 'or', 'dress', 'haha', 'but', 'i', 'think', 'this', 'would', 'look', 'adorable', 'on', 'someone', 'a', 'few', 'inches', 'shorter', 'or', 'someone', 'younger', 'who', 'can', 'pull', 'of', 'a', 'short', 'shirt', ',4,1,4', 'general', 'dresses', 'dresses'] ['493,1104,39', ',,5,1,0', 'general', 'dresses', 'dresses'] ['494,1081,59', 'flattering', 'and', 'comfortable', 'i', 'ordered', 'size', 'small', 'and', 'medium', 'because', 'i', 'can', 'go', 'either', 'way', 'depending', 'on', 'brands', 'and', 'both', 'look', 'great', 'there', 'is', 'no', 'significant', 'difference', 'except', 'medium', 'fell', 'about', '1', 'inch', 'longer', 'i', 'am', '5', '4', 'and', 'size', 'small', 'hem', 'fell', 'about', '1', 'above', 'knee', 'size', 'medium', 'felt', 'tab', 'bit', 'more', 'loose', 'but', 'i', 'thought', 'fabric', 'may', 'stretch', 'a', 'bit', 'after', 'wear', 'so', 'i', "'m", 'keeping', 'size', 'small', 'what', 'a', 'beautiful', 'dress', 'although', 'the', 'body', 'of', 'dress', 'is', 'jersey', 'material', 'it', 'is', 'lined', 'so', 'there', 'is', 'good', 'coverage', 'i', 'tend', 'to', 'not', 'like', 'faux', 'leather', 'since', 'they', ',5,1,10', 'general', 'dresses', 'dresses'] ['495,833,53', 'still', 'love', 'it', 'even', 'if', 'there', "'s", 'enough', 'room', 'for', 'a', 'small', 'family', 'to', 'live', 'under', 'the', 'chest', 'and', 'trunk', 'area', 'of', 'the', 'blouse', 'sorry-had', 'to', 'say', 'that', 'all', 'kidding', 'aside-since', 'it', "'s", 'been', 'thirty', 'plus', 'years', 'ago', 'since', 'we', 'were', 'wearing', 'these', 'many', 'of', 'us', 'have', 'forgotten', 'what', 'peasant', 'blouses', 'truly', 'fit', 'like', 'this', 'is', 'no', 'exception-', 'it', 'is', 'very', 'billowy', 'flouncy', 'and', 'roomy-more', 'so', 'even', 'than', 'today', "'s", 'peasant', 'styles', 'i', 'think', 'it', 'is', 'lovely', 'and', 'quite', 'fitted', 'across', 'the', 'chest', '-so', 'that', "'s", 'how', 'i', 'ordered', 'my', 'size', 'and', 'it', 'worked', 'i', 'think', 'if', 'one', 'sizes', 'down', ',4,1,0', 'general', 'tops', 'blouses'] ['496,850,41', 'pretty', 'spring', 'flowers', 'this', 'top', 'is', 'so', 'pretty', 'and', 'feminine', 'the', 'different', 'floral', 'patterns', 'work', 'very', 'well', 'together', 'and', 'add', 'an', 'interesting', 'flare', 'to', 'this', 'unique', 'blouse', 'the', 'fit', 'is', 'very', 'comfortable', 'yet', 'still', 'very', 'flattering', 'due', 'to', 'the', 'empire', 'waist', 'and', 'flared', 'sleeves', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', 'size', 'medium', 'or', '10', 'in', 'retailer', 'tops', 'and', 'the', 'size', '10', 'fit', 'quite', 'nicely', 'this', 'top', 'is', 'a', 'great', 'addition', 'to', 'any', 'spring', 'wardrobe', 'and', 'should', 'transition', 'nicely', 'into', 'summer', 'as', 'well', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['497,1078,49', 'very', 'cute', 'very', 'comfortable', 'for', 'me', 'aesthetics', 'and', 'comfort', 'must', 'go', 'hand', 'in', 'hand', 'this', 'dress', 'fits', 'the', 'bill', ',5,1,2', 'general', 'dresses', 'dresses'] ['498,850,33', 'boxy', 'cropped', 'and', 'wide-', 'would', 'look', 'cuter', 'on', 'someone', 'who', 'is', 'more', 'petite', 'was', 'too', 'wide', 'and', 'cropped', 'for', 'me', 'very', 'sheer.,3,0,0', 'general', 'petite', 'tops', 'blouses'] ['499,1078,36', 'cute', 'concept', 'fits', 'weird', 'the', 'fun', 'colors', 'drew', 'me', 'to', 'this', 'but', 'it', 'sure', 'fit', 'weird', 'the', 'top', 'was', 'fine', 'but', 'it', 'became', 'a', 'bit', 'tent-like', 'in', 'the', 'waist', 'the', 'material', 'does', "n't", 'feel', 'great', 'either.,2,0,1', 'general', 'dresses', 'dresses'] ['500,850,29', 'nice', 'but', 'short', 'i', 'really', 'like', 'the', 'style', 'of', 'this', 'top', 'and', 'it', "'s", 'delicate', 'but', 'well', 'made', 'but', 'i', 'wish', 'it', 'were', 'longer', 'and', 'less', 'boxy', 'it', "'s", 'nice', 'that', 'it', 'comes', 'with', 'a', 'separate', 'cami', 'to', 'layer', 'but', 'the', 'cami', 'is', 'very', 'cropped', 'when', 'i', 'raise', 'my', 'arms', 'you', 'can', 'see', 'a', 'lot', 'of', 'midriff', 'and', 'the', 'top', 'is', 'see', 'through', 'so', 'a', 'layer', 'underneath', 'is', 'necessary', 'a', 'longer', 'cami', 'probably', 'would', "n't", 'work', 'because', 'the', 'top', 'is', 'also', 'very', 'short', 'i', "'m", '5', '0', 'with', 'an', 'average', 'torso', 'length', 'and', 'ordered', 'the', 'xxs', 'petite', 'also', 'you', 'would', 'have', 'to', 'cut', 'the', 'tag', 'off', 'if', 'you', 'd', ',3,1,15', 'general', 'petite', 'tops', 'blouses'] ['501,850,49', 'pretty', 'top', 'for', 'work', 'days', 'this', 'is', 'a', 'pretty', 'top', 'that', 'is', 'conservative', 'enough', 'for', 'the', 'office', 'with', 'a', 'modest', 'neckline', 'there', 'is', 'a', 'little', 'hidden', 'snap', 'or', 'button', 'under', 'the', 'bow', 'at', 'the', 'neck', 'so', 'you', 'do', "n't", 'have', 'to', 'keep', 'fussing', 'with', 'the', 'tie', 'the', 'fit', 'is', 'loose', 'in', 'the', 'waist', 'and', 'high', 'at', 'the', 'neck', 'so', 'the', 'sheer', 'parts', 'are', 'the', 'only', 'thing', 'to', 'give', 'it', 'a', 'little', 'flirtiness', 'there', 'is', 'a', 'matching', 'camisole', 'underneath', 'that', 'snaps', 'in', 'at', 'the', 'shoulders', 'overall', 'i', 'thought', 'it', 'was', 'nice', 'when', 'i', 'tried', 'it', 'at', 'the', 'store', 'but', 'it', 'did', "n't", 'have', 'enough', 'extra', 'wow', 'to', 'ge', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['502,1078,39', 'love', 'this', 'dress', 'very', 'comfortable', 'and', 'versatile', 'got', 'lots', 'of', 'compliments.,5,1,0', 'general', 'dresses', 'dresses'] ['503,948,40', 'itchytown', 'is', 'not', 'a', 'place', 'i', 'want', 'to', 'be', 'even', 'if', 'the', 'style', 'of', 'a', 'sweater', 'is', 'great', 'yes', 'this', 'sweater', 'is', 'very', 'cropped', 'but', 'i', 'think', 'it', 'amp', '39', 's', 'definitely', 'intended', 'to', 'be', 'worn', 'off', 'the', 'shoulder', 'to', 'drop', 'the', 'waist', 'a', 'bit', 'it', 'amp', '39', 's', 'the', 'itchiness', 'that', 'makes', 'it', 'an', 'immediate', 'amp', 'quot', 'no', 'amp', 'quot', 'and', 'that', 'amp', '39', 's', 'coming', 'from', 'someone', 'who', 'has', 'serious', 'fiber', 'itch', 'tolerance', ',2,1,0', 'general', 'petite', 'tops', 'sweaters'] ['504,850,57', 'feminine', 'flattering', 'versatile', 'the', 'combination', 'of', 'vintage', 'and', 'bohemian', 'styles', 'seems', 'as', 'if', 'it', 'would', 'be', 'flattering', 'on', 'all', 'figure', 'types', 'and', 'i', 'love', 'the', 'combination', 'of', 'smaller', 'and', 'larger', 'prints', 'the', 'only', 'thing', 'i', 'did', "n't", 'like', 'is', 'that', 'on', 'the', 'blouse', 'i', 'received', 'placement', 'of', 'the', 'larger', 'print', 'on', 'the', 'bodice', 'is', 'asymmetrical', 'unlike', 'the', 'photo', 'it', 'might', 'not', 'bother', 'some', 'customers', 'but', 'it', 'was', "n't", 'what', 'i', 'was', 'expecting', 'so', 'i', 'ordered', 'a', 'new', 'one', 'i', 'may', 'keep', 'it', 'even', 'if', 'the', 'second', 'one', 'is', 'off', 'because', 'other', 'than', 'that', 'small', 'thing', 'i', 'think', 'the', 'top', 'wou', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['505,833,56', ',love', 'the', 'fabric', 'lace', 'on', 'this', 'top', 'like', 'other', 'reviews', 'said', 'the', 'arm', 'area', 'is', 'tight', 'where', 'the', 'lace', 'meets', 'the', 'fabric', 'which', 'makes', 'the', 'fit', 'uncomfortable', 'sadly', 'this', 'top', 'is', 'going', 'back', 'if', 'you', 'have', 'very', 'skinny', 'upper', 'arms', 'this', 'top', 'will', 'fit', 'fine.,4,1,0', 'general', 'tops', 'blouses'] ['506,1078,51', 'so', 'cute', 'but', 'weird', 'fit', 'this', 'dress', 'is', 'really', 'cute', 'in', 'person', 'however', 'it', 'did', 'not', 'fit', 'me', 'like', 'it', 'does', 'the', 'model', 'in', 'the', 'pic', 'at', 'all', 'first', 'of', 'all', 'i', "'m", '5', 'feet', '1', 'and', 'it', 'was', 'wayyy', 'too', 'short', 'on', 'me', 'i', 'did', "n't", 'have', 'the', 'petit', 'on', 'either', 'i', 'had', 'the', 'regular', 'xs', 'it', 'just', 'hits', 'a', 'couple', 'of', 'inches', 'too', 'short', 'for', 'me', 'i', 'am', '50.', 'it', 'would', 'be', 'adorable', 'if', 'i', 'were', 'more', 'comfortable', 'in', 'shorter', 'dresses', 'i', 'wear', 'short', 'things', 'a', 'lot', 'but', 'this', 'was', 'just', 'too', 'high', 'on', 'me', 'it', 'was', 'probably', 'a', 'good', '8', 'inches', 'above', 'my', 'knee', 'also', 'it', 'flared', 'too', 'dramatically', 'at', 'the', 'wa', ',3,1,11', 'general', 'dresses', 'dresses'] ['507,850,58', 'awesome', 'top', 'saw', 'this', 'online', 'and', 'had', 'to', 'try', 'it', 'on', 'when', 'i', 'found', 'it', 'in', 'the', 'store', 'i', 'usually', 'wear', 'an', '8', 'or', 'a', '10', 'depending', 'on', 'how', 'things', 'run', 'i', "'m", 'a', '34', 'dd', 'so', 'i', 'tried', 'on', 'both', 'sizes', 'i', 'really', 'could', 'not', 'see', 'much', 'of', 'a', 'difference', 'between', 'the', 'two', 'and', 'was', 'torn', 'as', 'to', 'which', 'size', 'to', 'get', 'the', '10', 'was', 'just', 'a', 'tad', 'looser', 'so', 'i', 'went', 'with', 'that', 'one', 'but', 'seriously', 'i', 'could', 'not', 'find', 'or', 'feel', 'much', 'of', 'a', 'difference', 'it', 'is', 'a', 'very', 'figure', 'flattering', 'top', 'and', 'a', 'plus', 'that', 'you', 'can', 'machine', 'wash', 'it', 'simply', 'awesome', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['508,1078,67', 'comfy', 'cute', 'and', 'colorful', 'this', 'knit', 'dress', 'is', 'very', 'comfortable', 'i', 'liked', 'the', 'various', 'colors', 'used', 'in', 'the', 'stripes', 'my', 'only', 'issue', 'with', 'it', 'is', 'that', 'the', 'skirt', 'of', 'the', 'dress', 'flares', 'out', 'oddly', 'and', 'is', 'quite', 'short', 'in', 'my', 'opinion', 'this', 'dress', 'with', 'its', 'sturdy', 'fabric', 'and', 'long', 'sleeves', 'would', 'appear', 'more', 'proportional', 'with', 'a', 'longer', 'skirt', 'skirt', 'length', 'along', 'with', 'horizontal', 'stripes', 'just', 'did', 'not', 'work', 'for', 'me', 'regrettably', 'i', 'sent', 'it', 'back', ',4,1,0', 'general', 'dresses', 'dresses'] ['509,1078,36', 'best', 'fitting', 'dress', 'love', 'love', 'this', 'dress', 'fits', 'so', 'great', 'i', 'normally', 'would', "n't", 'have', 'picked', 'this', 'dress', 'more', 'preppy', 'than', 'my', 'normal', 'style', 'fits', 'amazing', 'my', 'hubby', 'has', 'complimented', 'me', 'more', 'on', 'this', 'dress', 'than', 'anything', 'else', 'i', "'ve", 'ever', 'owned', 'the', 'fit', 'flare', 'style', 'is', 'super', 'flattering', 'i', 'felt', 'it', 'fit', 'tts.,5,1,8', 'general', 'dresses', 'dresses'] ['510,850,27', 'gorgeous', 'flattering', 'blouse', 'this', 'is', 'one', 'of', 'my', 'absolute', 'favorites', 'the', 'design', 'is', 'perfect', 'and', 'the', 'fabric', 'is', 'so', 'beautiful', 'i', 'do', "n't", 'love', 'the', 'coral', 'color', 'but', 'the', 'mixed', 'pattern', 'is', 'amazing', 'it', 'runs', 'a', 'little', 'large', 'i', 'sized', 'down', 'one', 'size', 'and', 'it', 'fit', 'perfectly', 'it', "'s", 'very', 'flowy', 'and', 'comfortable', 'it', "'s", 'these', 'unique', 'special', 'designs', 'that', 'end', 'of', 'being', 'my', 'favorite', 'retailer', 'purchases', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'very', 'highly', 'recommend', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['511,948,60', 'cropped', 'and', 'itchy', 'i', "'m", 'assuming', 'the', 'model', 'showing', 'the', 'sweater', 'is', 'at', 'least', '5', '9', 'it', 'is', 'slightly', 'cropped', 'on', 'her', 'but', 'it', 'certainly', 'does', "n't", 'look', 'super', 'cropped', 'i', "'m", '5', '4', 'and', 'its', 'super', 'cropped', 'on', 'me', 'even', 'with', 'high', 'waist', 'jeans'] ['also', 'it', 'is', 'incredibly', 'itchy', 'i', 'even', 'tried', 'it', 'with', 'a', 'cami', 'under', 'but', 'the', 'itchy', 'wool', 'came', 'right', 'through', 'the', 'cami'] ['too', 'bad', 'its', 'a', 'cute', 'design', 'just', 'needs', 'some', 'tweaking', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['512,1078,49', 'cute', 'but', 'skip', 'the', 'petite', 'unless', 'you', 'are', 'very', 'short', 'beautiful', 'colors', 'especially', 'the', 'pink', 'i', 'am', '5', '3', 'and', 'about', '124', 'lb', 'i', 'got', 'the', 'small', 'petite', 'but', 'am', 'thinking', 'of', 'exchanging', 'it', 'for', 'the', 'regular', 'xs', 'not', 'only', 'is', 'it', 'short', 'hem-wise', 'which', 'i', 'do', "n't", 'really', 'mind', 'but', 'it', 'is', 'short', 'in', 'the', 'waist', 'very', 'pretty', 'and', 'good', 'fabric', ',5,1,3', 'general', 'dresses', 'dresses'] ['513,850,49', 'manette', 'clipdot', 'blouse', 'i', 'love', 'the', 'style', 'of', 'this', 'top', 'i', 'just', 'wish', 'there', 'were', 'a', 'slimmer', 'version', 'of', 'it', 'unfortunately', 'this', 'top', 'does', "n't", 'suit', 'my', 'long', 'slim', 'midsection', 'it', 'is', 'so', 'wide', 'it', 'completely', 'hides', 'the', 'waist', 'i', 'think', 'it', 'would', 'look', 'adorable', 'on', 'a', 'different', 'body', 'type', ',3,1,7', 'general', 'petite', 'tops', 'blouses'] ['514,1081,35', 'elegant', 'and', 'well', 'made', 'this', 'dress', 'caught', 'my', 'eye', 'because', 'i', 'do', "n't", 'have', 'anything', 'like', 'it', 'i', 'wear', 'between', 'a', 'm', 'l', 'and', 'preferred', 'the', 'large', 'in', 'this', 'dress', 'because', 'i', 'have', 'a', 'large', 'bust', 'i', 'usually', 'wear', 'a', '10', 'in', 'slacks', 'and', '12', 'in', 'tops', 'i', 'love', 'the', 'lace', 'on', 'this', 'dress', 'because', 'it', 'looks', 'very', 'delicate', 'in', 'the', 'picture', 'but', 'it', 'is', 'very', 'heavy', 'and', 'well', 'sewn', 'onto', 'the', 'fabric', 'it', 'is', 'durable', 'while', 'still', 'looking', 'elegant', 'i', 'also', 'like', 'that', 'it', 'is', 'in', 'navy', 'and', 'not', 'black', 'it', 'is', 'also', 'nicely', 'lined', 'i', 'plan', 'on', 'wearing', 'a', 'colorful', 'scarf', 'with', 'this', 'dress.,5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['515,833,60', 'lovely', 'a', 'beautiful', 'combination', 'of', 'eyelet', 'with', 'a', 'soft', 'fabric', 'which', 'lays', 'beautifully', 'this', 'does', 'not', 'make', 'you', 'look', 'bigger', 'then', 'you', 'are', 'and', 'i', 'kept', 'tts', 'so', 'the', 'eyelet', 'did', 'not', 'pull', 'mine', 'fits', 'perfectly', 'i', 'personally', 'will', 'wear', 'a', 'cami', 'under', 'it', 'as', 'it', 'is', 'a', 'bit', 'sheer', 'for', 'me', 'it', 'has', 'an', 'almost', 'peacock', 'print', 'to', 'it', 'in', 'colors', 'of', 'brown', 'and', 'tan', 'the', 'black', 'buttons', 'down', 'the', 'back', 'adds', 'interest', 'and', 'charm', 'just', 'adore', 'it', ',5,1,3', 'general', 'tops', 'blouses'] ['516,1081,53', 'well', 'made', 'this', 'dress', 'looks', 'great', 'on', 'me', 'it', 'gives', 'a', 'slender', 'appearance', 'which', 'hides', 'a', 'lot', 'and', 'it', "'s", 'easy', 'and', 'comfortable', 'to', 'wear.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['517,850,38', 'beautiful', 'blouse', 'very', 'flattering', 'overall', 'gorgeous', 'blouse', 'very', 'flattering', 'i', 'love', 'the', 'sleeves', 'very', 'unique', 'and', 'also', 'flattering', 'i', 'love', 'how', 'the', 'blouse', 'is', 'a', 'fit-and-flare', 'from', 'the', 'bust', 'it', "'s", 'fitted', 'at', 'the', 'bust', 'but', 'not', 'tight', 'and', 'drapes', 'with', 'an', 'a-line', 'style', 'the', 'fit', 'of', 'this', 'blouse', 'is', 'truly', 'flattering', 'to', 'the', 'figure', 'no', 'issues', 'with', 'inappropriate', 'amounts', 'of', 'cleavage', 'showing', 'or', 'anything', 'the', 'ties', 'are', 'weighted', 'on', 'the', 'end', 'with', 'metal', 'tubes', 'which', 'i', 'really', 'like', 'because', 'it', 'makes', 'the', 'strings', 'drape', 'nicely', 'the', 'back', 'drapes', 'beautifully', 'i', 'fe', ',4,1,29', 'general', 'petite', 'tops', 'blouses'] ['518,850,48', 'weird', 'color', 'and', 'fit', 'color', 'is', 'not', 'like', 'photo', 'and', 'fit', 'does', "n't", 'work', 'if', 'you', "'re", 'busty,2,0,0', 'general', 'petite', 'tops', 'blouses'] ['519,850,37', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['520,984,42', 'looks', 'better', 'on', 'i', 'first', 'saw', 'this', 'jacket', 'hanging', 'at', 'the', 'store', 'and', 'it', 'did', "n't", 'look', 'very', 'cute', 'i', 'saw', 'it', 'again', 'on', 'sale', 'so', 'i', 'decided', 'to', 'try', 'it', 'on', 'i', "'m", 'so', 'glad', 'i', 'did', 'the', 'inside', 'gray', 'material', 'is', 'so', 'soft', 'i', 'have', 'broad', 'shoulders', 'and', 'this', 'jacket', 'did', 'not', 'hinder', 'my', 'arms', 'at', 'all', 'it', 'is', 'very', 'comfortable', 'i', 'bought', 'the', 'x-small', 'and', 'was', 'very', 'surprised', 'at', 'how', 'roomy', 'it', 'was', 'the', 'sleeves', 'are', 'a', 'tad', 'bit', 'long', 'but', 'the', 'gray', 'inner', 'lining', 'has', 'an', 'elastic', 'cuff', 'so', 'it', 'can', 'be', 'pushed', 'up', 'not', 'sure', 'if', 'the', 'xx-small', 'would', "'ve", 'been', 'too', 'small', 'or', 'if', 'the,5,1,0', 'general', 'jackets', 'jackets'] ['521,850,50', 'good', 'quality', 'material', 'i', 'got', 'size', '10', 'which', 'is', 'a', 'little', 'too', 'big', 'size', '8', 'would', 'probably', 'be', 'better', 'very', 'pretty', 'feminine', 'top', 'a', 'little', 'too', 'full', 'in', 'the', 'waist/skirt', 'area', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['522,1104,41', 'fun', 'tag', 'sale', 'find', 'for', 'me', 'the', 'tag', 'sale', 'is', 'an', 'opportunity', 'to', 'take', 'a', 'second', 'look', 'at', 'items', 'that', 'i', 'may', 'have', 'overlooked', 'earlier', 'to', 'pick', 'up', 'something', 'fun', 'at', 'a', 'good', 'price', 'i', 'found', 'this', 'dress', 'in', 'two', 'colors', 'in', 'my', 'size', 'in', 'the', 'store', 'i', 'took', 'my', 'usual', 'xxsp', 'at', '32-24.5-32.', 'length', 'is', 'perfect', 'just', 'above', 'the', 'knee', 'and', 'the', 'top', 'is', 'flattering', 'with', 'not', 'too', 'much', 'fabric', 'in', 'the', 'skirt', 'overall', 'this', 'is', 'a', 'really', 'cute', 'staple', 'dress', 'looking', 'forward', 'to', 'wearing', 'it', 'in', 'the', 'spring', 'larger', 'busted', 'ladies', 'size', 'up', 'it', 'is', 'meant', 'to', 'be', 'fitted', 'in', 'the', 't', ',5,1,4', 'general', 'dresses', 'dresses'] ['523,1104,39', ',,1,0,0', 'general', 'dresses', 'dresses'] ['524,1104,26', 'great', 'dress', 'i', 'absolutely', 'love', 'everything', 'about', 'this', 'dress', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'no', 'complaints.,5,1,4', 'general', 'dresses', 'dresses'] ['525,1078,25', 'cute', 'and', 'fun', 'the', 'horizontal', 'lines', 'on', 'the', 'skirt', 'and', 'top', 'gives', 'the', 'wearer', 'and', 'very', 'nice', 'dress', 'i', 'am', 'short', 'so', 'i', 'got', 'the', '6', 'petite', 'and', 'it', 'fits', 'perfectly', 'the', 'fabric', 'is', 'thick', 'and', 'stretchy.,5,1,0', 'general', 'dresses', 'dresses'] ['526,850,34', 'the', 'right', 'kind', 'of', 'casual', 'this', 'is', 'a', 'great', 'top', 'to', 'pair', 'with', 'jeans', 'to', 'step', 'a', 'casual', 'night', 'up', 'a', 'notch.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['527,850,25', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['528,984,31', 'easy', 'jacket', 'slouchy', 'relaxed', 'fit', 'well', 'sewn', 'together', 'and', 'hangs', 'well', 'on', 'the', 'body', 'bottom', 'hem', 'hits', 'upper', 'thigh', 'good', 'length', 'and', 'soft', 'easy', 'fabric', 'light', 'layering', 'option', 'as', 'well', 'good', 'spring', 'jacket', 'can', 'be', 'kept', 'on', 'indoors', 'without', 'getting', 'too', 'hot', ',3,1,0', 'general', 'jackets', 'jackets'] ['529,1078,47', 'great', 'dress', 'or', 'tunic', 'the', 'colors', 'are', 'more', 'vibrant', 'than', 'the', 'photo', 'indicates', 'indeed', 'though', 'the', 'dress', 'is', 'very', 'short', 'and', 'does', 'pair', 'well', 'with', 'leggings', 'and', 'boots'] [] ['i', 'like', 'that', 'the', 'dress', 'highlights', 'my', 'hour', 'glass', 'figure', 'but', 'with', 'a', 'generous', 'nod', 'to', 'my', 'curves', 'with', 'the', 'accommodating', 'skater', 'skirt'] [] ['love', 'it', 'will', 'be', 'easy', 'to', 'wear', 'casually', 'and', 'work', 'appropriate', 'too', 'the', 'sale', 'price', 'was', 'a', 'huge', 'bonus', ',5,1,1', 'general', 'dresses', 'dresses'] ['530,984,61', 'top', 'coat', 'top', 'of', 'the', 'line', 'very', 'well', 'made', 'and', 'on', 'sale', 'to', 'boot', 'i', 'love', 'the', 'style', 'and', 'received', 'a', 'compliment', 'from', 'my', 'sister', 'when', 'i', 'wore', 'it', 'i', 'love', 'the', 'layered', 'look.,5,1,0', 'general', 'jackets', 'jackets'] ['531,850,52', 'love', 'love', 'love', 'this', 'tunic', 'perfect', 'little', 'summer', 'tunic', 'that', 'is', 'very', 'flattering', 'paired', 'with', 'a', 'skirt', 'jeans', 'or', 'cropped', 'black', 'pants-', 'this', 'top', 'is', 'perfect', 'the', 'cut', 'in', 'the', 'front', 'is', 'not', 'overly', 'deep-', 'so', 'a', 'cami', 'is', 'not', 'necessary', 'i', 'am', 'usually', 'a', 'l', 'or', 'xl', 'or', '12', 'in', 'retailer', 'tops', 'and', 'i', 'have', 'a', '10', 'in', 'this', 'top', 'so', 'it', 'is', 'sized', 'slightly', 'larger', 'than', 'usual', ',5,1,1', 'general', 'tops', 'blouses'] ['532,833,56', 'sleeves', 'are', 'really', 'small', 'this', 'shirt', 'is', 'really', 'pretty', 'but', 'the', 'sleeves', 'are', 'so', 'small', 'i', 'normally', 'wear', 'between', 'a', '4', 'to', 'a', '6', 'or', 'a', 'size', 'medium', 'and', 'i', 'could', 'not', 'get', 'this', 'shirt', 'on', 'i', 'wish', 'it', 'fit', 'but', 'a', 'size', 'large', 'would', 'have', 'been', 'way', 'to', 'long', 'and', 'loose.,3,1,0', 'general', 'tops', 'blouses'] ['533,1078,68', 'i', 'love', 'this', 'dress', 'because', 'its', 'very', 'playful', 'and', 'bouncy', 'it', 'puts', 'me', 'in', 'a', 'light', 'hearted', 'mood', 'when', 'i', 'wear', 'it', 'i', 'originally', 'wanted', 'to', 'buy', 'the', 'grey', 'color', 'but', 'my', 'store', 'only', 'had', 'the', 'navy', 'so', 'i', 'tried', 'it', 'on', 'the', 'navy', 'is', 'brighter', 'and', 'more', 'colorful', 'than', 'it', 'looks', 'on', 'line', 'and', 'the', 'stripes', 'are', 'more', 'varied', 'in', 'color', 'than', 'in', 'the', 'picture', 'so', 'its', 'quite', 'appealing', 'and', 'vibrant', 'the', 'lines', 'of', 'the', 'dress', 'are', 'also', 'quite', 'flattering', 'all', 'in', 'all', 'its', 'a', 'fun', 'dress', ',3,1,1', 'general', 'dresses', 'dresses'] ['534,850,39', 'perfect', 'top', 'this', 'blouse', 'fit', 'better', 'than', 'i', 'expected', 'looks', 'great', 'with', 'jeans', 'and', 'is', 'an', 'easy', 'go', 'to', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['535,1081,40', 'comfortable', 'and', 'chic', 'this', 'dress', 'is', 'so', 'comfortable', 'and', 'i', 'love', 'the', 'unique', 'faux', 'leather', 'skirt', 'and', 'lace', 'design', 'it', 'really', 'adds', 'a', 'special', 'touch', 'to', 'the', 'dress', 'i', 'only', 'gave', 'it', 'four', 'stars', 'because', 'the', 'top', 'half', 'is', 'pretty', 'boring', 'i', 'wish', 'the', 'neckline', 'was', "n't", 'so', 'matronly', 'i', "'ll", 'definitely', 'need', 'a', 'bib', 'necklace', 'or', 'scarf', 'to', 'dress', 'it', 'up', 'i', "'m", '5', '5', 'and', '115', 'and', 'ordered', 'the', 'xs', 'i', 'wish', 'the', 'dress', 'cut', 'in', 'a', 'little', 'more', 'at', 'the', 'sides', 'to', 'accentuate', 'an', 'hourglass', 'figure', 'also', 'my', 'husband', 'loved', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['536,984,53', ',,5,1,0', 'general', 'jackets', 'jackets'] ['537,850,45', 'perfect', 'balance', 'of', 'classy', 'and', 'sexy', 'i', 'love', 'this', 'top', 'not', 'sure', 'if', 'i', 'would', 'picked', 'it', 'up', 'in', 'the', 'store', 'i', 'received', 'it', 'as', 'a', 'gift', 'from', 'my', 'husband', 'kudos', 'to', 'him', 'as', 'it', 'was', 'a', 'great', 'choice', 'i', 'love', 'that', 'the', 'sheerness', 'and', 'lace', 'make', 'me', 'feel', 'a', 'little', 'sexy', 'but', 'the', 'long', 'sleeves', 'and', 'camisole', 'offer', 'the', 'modesty', 'i', 'tend', 'to', 'crave', 'really', 'beautiful', 'and', 'can', 'be', 'worn', 'either', 'with', 'jeans', 'or', 'a', 'dressier', 'skinny', 'pant', 'for', 'a', 'night', 'out', 'hd', 'in', 'paris', 'never', 'fails', 'to', 'please', 'with', 'their', 'aesthetic', 'and', 'quality.,5,1,1', 'general', 'tops', 'blouses'] ['538,850,28', 'great', 'top', 'this', 'top', 'is', 'great', 'for', 'spring-', 'it', "'s", 'super', 'light', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'what', 'you', "'re", 'wearing', 'it', 'for', 'fits', 'true', 'to', 'size', 'and', 'is', 'great', 'quality.,4,1,0', 'general', 'tops', 'blouses'] ['539,1104,33', 'cute', 'fit', 'perfect', 'length', 'i', "'ve", 'admired', 'the', 'various', 'iterations', 'of', 'this', 'dress', 'and', 'finally', 'found', 'one', 'in', 'the', 'sale', 'room', 'much', 'to', 'my', 'delight', 'i', "'m", 'generally', 'a', 'sale', 'shopper', 'so', 'this', 'does', "n't", 'mean', 'i', 'did', "n't", 'think', 'it', 'was', 'priced', 'well', 'i', 'have', 'the', 'oatmeal', 'top', 'with', 'yellow/gold/orange', 'pattern', 'on', 'the', 'skirt', 'in', 'xs', 'the', 'small', 'fits', 'comfortably', 'up', 'top', 'but', 'on', 'my', 'petite', 'frame', 'the', 'top', 'just', 'looked', 'too', 'big', 'so', 'i', 'went', 'with', 'xs', 'i', 'suppose', 'the', 'straps', 'are', 'a', 'bit', 'confusing', 'but', 'their', 'easy', 'to', 'figure', 'out', 'if', 'you', 'just', 'look', 'at', 'them', 'for', 'a', 'moment', 'before', 'puttin', ',5,1,0', 'general', 'dresses', 'dresses'] ['540,1078,71', 'flattering', 'this', 'dress', 'is', 'comfortable', 'as', 'well', 'as', 'flattering', 'which', 'does', 'not', 'happen', 'very', 'often'] ['looks', 'good', 'with', 'navy', 'tights', 'too', ',5,1,0', 'general', 'dresses', 'dresses'] ['541,984,46', ',love', 'love', 'love', 'this', 'jacket', 'great', 'spring', 'and', 'fall', 'weather', 'very', 'stylish', ',5,1,0', 'general', 'jackets', 'jackets'] ['542,984,56', ',,5,1,0', 'general', 'jackets', 'jackets'] ['543,1078,36', 'cute', 'dress', 'based', 'on', 'some', 'reviews', 'i', 'decided', 'to', 'get', 'the', 'regular', 'xs', 'even', 'tho', 'i', 'am', 'an', 'xs', 'petite', '5', '2', '107', 'lb', '32c', 'i', 'found', 'the', 'fit', 'to', 'be', 'flattering', 'fitted', 'enough', 'but', 'not', 'too', 'loose', 'or', 'tight', 'the', 'length', 'is', 'perfect', 'and', 'work', 'appropriate', 'and', 'the', 'material', 'has', 'some', 'weight', 'to', 'it', 'the', 'grey', 'one', 'is', 'colorful', 'and', 'cute', 'the', 'only', 'problem', 'is', 'the', 'bagginess', 'of', 'the', 'arms', 'very', 'unflattering', 'if', 'i', 'push', 'the', 'sleeves', 'up', 'it', 'hides', 'the', 'bagginess', 'a', 'little', 'but', 'i', 'would', 'like', 'to', 'have', 'the', 'option', 'to', 'wear', 'the', 'dress', 'with', 'long', 'sleeves.', 's', ',4,1,2', 'general', 'dresses', 'dresses'] ['544,1104,35', 'great', 'fit', 'i', 'purchased', 'this', 'dress', 'because', 'i', 'have', 'a', 'similar', 'one', 'with', 'a', 'linen', 'skirt', 'from', 'the', 'spring', 'the', 'skirt', 'on', 'this', 'dress', 'is', 'a', 'heavier', 'fabric', 'and', 'it', 'lays', 'very', 'nicely', 'the', 'top', 'provides', 'good', 'coverage', 'for', 'my', 'larger', 'chest', 'and', 'i', 'took', 'my', 'typical', 'xs', 'size', 'i', 'would', 'definitely', 'recommend', 'this', 'purchase.,5,1,0', 'general', 'dresses', 'dresses'] ['545,984,58', 'comfortable', 'and', 'great', 'looking', 'this', 'jacket', 'looked', 'so', 'good', 'and', 'felt', 'so', 'comfortable', 'on-', 'i', 'almost', 'did', "n't", 'send', 'back', 'the', 'first', 'one', 'that', 'arrived', 'with', 'a', 'little', 'bit', 'of', 'damage', 'at', 'the', 'bottom', 'of', 'the', 'inner', 'zippered', 'sweatshirt', 'but', 'i', 'did', 'exchange', 'it', 'and', 'am', 'just', 'as', 'happy', 'with', 'the', 'fit', 'and', 'feel', 'of', 'the', 'second', 'one', 'it', 'hangs', 'well', 'no', 'matter', 'how', 'you', 'fasten', 'the', 'front', 'or', 'leave', 'it', 'open', 'great', 'looking', 'casual', 'but', 'stylish', 'and', 'neat', 'a', 'good', 'grey', 'and', 'a', 'good', 'blue', ',5,1,6', 'general', 'jackets', 'jackets'] ['546,1078,53', 'love', 'this', 'dress', 'i', 'went', 'to', 'my', 'local', 'store', 'and', 'they', 'only', 'had', 'the', 'blue', 'dress', 'in', 'stock', 'i', 'had', 'seen', 'it', 'online', 'and', 'i', 'did', "n't", 'expect', 'to', 'like', 'the', 'blue', 'one', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'it', 'was', 'adorable', 'i', 'struggled', 'to', 'choose', 'but', 'i', 'ordered', 'the', 'gray', 'one', 'at', 'the', 'store', 'and', 'they', 'shipped', 'it', 'directly', 'to', 'me', 'it', 'arrived', 'quickly', 'and', 'i', 'love', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['547,984,64', 'great', 'jacket', 'this', 'jacket', 'has', 'a', 'nautical', 'look', 'which', 'is', 'a', 'refreshing', 'change', 'for', 'this', 'year', 'it', 'is', 'double', 'breasted', 'a', 'stretchy', 'cotton', 'which', 'i', 'love', 'i', 'am', 'a', 'big', 'fan', 'of', 'cotton', 'it', 'appealed', 'to', 'me', 'so', 'much', 'that', 'i', 'ordered', 'both', 'the', 'white', 'the', 'navy', 'in', 'the', 'regular', 'size', 'small', 'i', 'am', 'of', 'small', 'build', 'at', '5', '3', '117', 'expected', 'that', 'the', 'sleeves', 'c/b', 'a', 'little', 'long', 'i', 'avoid', 'ordering', 'petite', 'size', 'jackets', 'b/c', 'sometimes', 'they', 'are', 'snug', 'in', 'the', 'shoulders', 'ok', 'so', 'the', 'regular', 's', 'was', 'a', 'good', 'length', 'at', 'the', 'bottom', 'of', 'my', 'hips', 'but', 'arms', 'were', 'bagg', ',5,1,32', 'general', 'jackets', 'jackets'] ['548,833,45', 'beautiful', 'blouse', 'but', 'absolutely', 'love', 'this', 'blouse', 'but', 'if', 'your', 'a', 'woman', 'cursed', 'with', 'larger', 'arms', 'for', 'your', 'body', 'size', 'than', 'this', 'is', 'not', 'for', 'you', 'i', 'could', "n't", 'get', 'the', 'lace', 'part', 'of', 'the', 'upper', 'arms', 'past', 'my', 'elbows'] [] ['oh', 'well', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'tops', 'blouses'] ['549,850,44', 'feminine', 'and', 'pretty', 'this', 'top', 'is', 'gorgeous', 'and', 'versatile', 'i', 'wear', 'it', 'with', 'jeans', 'and', 'dress', 'it', 'up', 'with', 'a', 'skirt', 'so', 'happy', 'to', 'have', 'this', 'in', 'my', 'wardrobe.,5,1,0', 'general', 'tops', 'blouses'] ['550,1078,52', 'not', 'a', 'fan', 'childish', 'i', 'thought', 'that', 'it', 'looked', 'like', 'it', 'belonged', 'on', 'a', '15', 'year-old', 'i', 'can', 'almost', 'see', 'why', 'they', 'styled', 'the', 'model', 'in', 'what', 'looks', 'like', 'ankle', 'socks', 'ready', 'for', 'cheerleading', 'for', 'reference', 'it', 'fits', 'true', 'to', 'size', 'but', 'is', 'very', 'short', 'i', 'am', '5', '2', 'and', 'tried', 'on', 'a', 'regular', 'small', 'it', 'was', 'at', 'least', '5', 'inches', 'above', 'my', 'knee', ',3,0,2', 'general', 'dresses', 'dresses'] ['551,1078,49', 'i', 'loved', 'this', 'dress', 'when', 'i', 'saw', 'it', 'however', 'the', 'fit', 'was', 'way', 'off', 'i', 'am', '5', '7', '120', 'lbs', 'and', 'the', 'small', 'was', 'way', 'too', 'big', 'from', 'the', 'waist', 'down', 'when', 'the', 'xs', 'arrived', 'i', 'was', 'sure', 'it', 'would', 'be', 'perfect', 'unfortunately', 'the', 'waist', 'hit', 'way', 'too', 'high', 'above', 'my', 'rib', 'cage', 'and', 'the', 'dress', 'was', 'too', 'short', 'it', 'was', 'as', 'if', 'it', 'was', 'a', 'petite', 'size', 'i', 'was', 'very', 'disappointed', 'as', 'this', 'is', 'such', 'a', 'pretty', 'easy', 'dress', 'to', 'just', 'throw', 'on', 'for', 'school', 'unfortunately', 'neither', 'size', 'looked', 'right', 'on', 'me', 'and', 'i', 'had', 'to', 'return', 'both', 'the', 'material', 'is', 'also', 'not', 'the', 's', ',2,1,0', 'general', 'dresses', 'dresses'] ['552,984,52', 'the', 'jacket', 'is', 'great', 'the', 'quality', 'is', 'very', 'good', 'and', 'the', 'fit', 'too', 'the', 'best', 'part', 'is', 'how', 'it', 'looks', ',5,1,0', 'general', 'jackets', 'jackets'] ['553,850,56', 'runs', 'large', 'through', 'the', 'chest', 'so', 'pretty', 'but', 'does', 'run', 'large', 'i', 'am', 'an', '8-10', 'got', 'the', '8', 'and', 'big', 'through', 'the', 'chest', 'had', 'to', 'return', 'for', 'this', 'reason', 'if', 'you', 'are', 'on', 'the', 'busty', 'side', 'it', 'will', 'look', 'fab', 'on', 'you', ',4,1,0', 'general', 'tops', 'blouses'] ['554,1078,45', ',,5,1,0', 'general', 'dresses', 'dresses'] ['555,984,35', 'love', 'my', 'new', 'favorite', 'jacket', 'i', 'was', 'looking', 'for', 'a', 'stylish', 'spring/fall', 'jacket', 'and', 'this', 'one', 'seemed', 'to', 'fit', 'the', 'bill', 'i', 'was', 'shocked', 'by', 'the', 'quality', 'and', 'softness', 'of', 'the', 'material', 'and', 'construction', 'of', 'this', 'jacket', 'i', 'could', 'honestly', 'not', 'believe', 'how', 'comfortable', 'and', 'cute', 'this', 'felt', 'and', 'looked', 'on', 'me', 'i', 'ca', "n't", 'wear', 'it', 'enough', 'i', 'am', 'a', 'short', '5', '2', 'but', '36d', 'and', 'have', '31', 'waist', 'so', 'i', 'ordered', 'a', 'size', 'm', 'and', 'l', 'to', 'see', 'which', 'would', 'work', 'best', 'as', 'it', 'turned', 'out', 'the', 'm', 'fit', 'with', 'plenty', 'of', 'room', 'i', 'am', 'normally', 'a', '12/14', 'so', 'i', 'was', 'surprised', 'by', 'this', 'if', 'you', 'are', 'on', 'the', ',5,1,0', 'general', 'jackets', 'jackets'] ['556,831,38', 'lovely', 'blouse', 'love', 'the', 'detail', 'and', 'the', 'way', 'it', 'hangs', 'i', 'sometimes', 'struggle', 'with', 'blousy', 'tops', 'because', 'i', 'have', 'a', 'larger', 'chest', 'but', 'this', 'one', 'did', "n't", 'make', 'me', 'look', 'pregnant', 'i', 'purchased', 'this', 'with', 'the', '30', 'off', 'i', 'would', "n't", 'have', 'paid', 'full', 'price', 'for', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['557,1086,32', 'love', 'the', 'lace', 'detail', 'i', 'really', 'wanted', 'this', 'to', 'work', 'for', 'me', 'the', 'arm', 'cutout', 'was', 'too', 'wide', 'a', 'cap', 'or', 'lace', 'flutter', 'sleeve', 'would', "'ve", 'worked', 'also', 'expected', 'a', 'little', 'more', 'length', 'felt', 'like', 'the', 'petite', 'length.,4,1,0', 'general', 'dresses', 'dresses'] ['558,1044,39', 'i', 'just', 'received', 'these', 'pants', 'and', 'i', 'am', 'very', 'pleased', 'they', 'are', 'a', 'little', 'longer', 'than', 'i', 'expected', 'them', 'to', 'be', 'but', 'that', 'actually', 'works', 'out', 'well', 'because', 'now', 'i', 'can', 'wear', 'them', 'to', 'the', 'office', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['559,820,32', 'cute', 'cute', 'and', 'pretty', 'runs', 'a', 'little', 'wide', 'and', 'short', 'just', 'slightly', 'i', 'feel', 'like', 'i', 'have', 'that', 'issue', 'with', 'all', 'retailer', 'clothes', 'though', 'love', 'the', 'back', ',4,1,0', 'general', 'tops', 'blouses'] ['560,1094,35', 'gorgeous', 'dress', 'i', 'was', 'hoping', 'this', 'would', 'go', 'on', 'sale', 'and', 'now', 'it', 'finally', 'has', 'i', 'loved', 'this', 'dress', 'just', 'as', 'much', 'in', 'person', 'as', 'i', 'have', 'online', 'the', 'fabric', 'is', 'interesting-it', 'looks', 'almost', 'plastic', 'in', 'the', 'online', 'pictures', 'but', 'do', "n't", 'be', 'fooled', 'it', 'is', 'still', 'a', 'comfortable', 'fabric', 'it', 'is', 'almost', 'like', 'lots', 'of', 'diamond', 'pieces', 'were', 'actually', 'sewn', 'together', 'to', 'make', 'this', 'dress', 'and', 'i', 'love', 'it', 'there', 'is', 'a', 'sipper', 'down', 'the', 'side', 'to', 'make', 'it', 'easier', 'to', 'get', 'into', 'but', 'also', 'in', 'the', 'back', 'there', 'is', 'bunched', 'up', 'fabric', 'which', 'is', 'made', 'to', 'be', 'ore', 'bendable', 'for', 'th', ',5,1,2', 'general', 'dresses', 'dresses'] ['561,1094,34', 'a', 'must', 'buy', 'i', 'tried', 'this', 'dress', 'on', 'and', 'felt', 'amazing', 'in', 'it', 'i', 'got', 'home', 'and', 'showed', 'my', 'husband', 'my', 'purchases', 'i', 'told', 'him', 'i', 'was', "n't", 'sure', 'if', 'i', 'should', 'have', 'bought', 'this', 'one', 'and', 'told', 'him', 'to', 'be', 'honest', 'with', 'me', 'he', 'said', 'it', 'looked', 'great', 'and', 'he', 'was', 'glad', 'i', 'bought', 'it', 'so', 'great', 'for', 'a', 'spring', 'wedding', 'fits', 'true', 'to', 'size', 'i', 'am', '125', '5', '4', 'c-cup', 'and', 'i', 'bought', 'my', 'normal', 'size', '0.', 'this', 'made', 'my', 'waist', 'look', 'really', 'small', ',5,1,0', 'general', 'dresses', 'dresses'] ['562,995,48', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['563,1094,36', 'prety', 'dress', 'that', 'fits', 'true', 'to', 'size', 'wow', 'the', 'mixed', 'reviews', 'on', 'this', 'dress', 'would', 'make', 'someone', 'not', 'get', 'it', 'at', 'all'] ['it', 'is', 'true', 'to', 'size', 'i', "'m", 'a', '6', 'and', 'the', 'six', 'fit', 'as', 'a', 'glove', 'on', 'me'] ['the', 'material', 'is', 'not', 'at', 'all', 'stiff', 'i', 'actually', 'wished', 'it', 'was', 'a', 'bit', 'more', 'structured', 'but', 'that', 'did', "n't", 'bother', 'me'] ['i', 'was', 'able', 'to', 'close', 'the', 'zipper', 'by', 'myself'] ['i', "'m", '5', '7', '144lb', '36a'] ['the', 'top', 'feels', 'confortable', 'to', 'me', 'as', 'well', 'i', 'do', "n't", 'considered', 'myself', 'curve', 'like', 'jlo', 'but', 'i', 'have', 'hips', 'the', 'dress', 'does', 'not', 'make', 'me', 'feel', 'bigger', 'at', 'all'] ['the', 'only', 'down', 'side', 'is', 'that', 'it', 'looks', 'more', 'expens', ',4,1,1', 'general', 'dresses', 'dresses'] ['564,1060,40', 'very', 'nice', 'just', 'as', 'pictured', 'this', 'is', 'a', 'very', 'nice', 'jumpsuit', 'reviewers', 'were', 'correct', 'stating', 'that', 'torso', 'is', 'long', 'fit', 'better', 'a', 'taller', 'person', 'as', 'soon', 'as', 'i', 'read', 'the', 'reviews', 'i', 'went', 'on', 'and', 'placed', 'an', 'order', 'for', 'size', '8', 'i', "'m", '6ft', 'tall', '160lb', 'and', 'it', 'has', 'been', 'very', 'difficult', 'to', 'find', 'a', 'jumpsuit', 'to', 'fit', 'my', 'long', 'torso', 'this', 'one', 'however', 'turned', 'out', 'to', 'be', 'perfect', 'true', 'to', 'size', 'and', 'fit', 'not', 'only', 'that', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'good', 'quality', 'very', 'interesting', 'style', 'of', 'the', 'jumpsuit', 'looks', 'much', 'better', 'in', 'person', 'i', 'particularly', 'liked', 'cropped', 'wide-l', ',5,1,0', 'general', 'bottoms', 'pants'] ['565,833,47', 'this', 'top', 'runs', 'super', 'small', 'in', 'the', 'upper', 'arms', 'shoulder', 'area', 'could', 'not', 'even', 'stretch', 'out', 'my', 'arms', 'other', 'then', 'that', 'major', 'problem', 'the', 'length', 'and', 'body', 'fit', 'were', 'perfect', 'i', 'am', 'true', 'med', 'and/or', 'large', 'in', 'all', 'retailer', 'tops', 'so', 'i', 'tried', 'sizes', '10', '12', 'and', 'neither', 'worked', 'for', 'me', 'due', 'to', 'arm/shoulder', 'fit', 'disappointed', 'because', 'it', 'really', 'is', 'a', 'beautiful', 'top', ',1,0,12', 'general', 'tops', 'blouses'] ['566,1037,41', 'glad', 'i', 'took', 'a', 'chance', 'on', 'these', 'a', 'nice', 'alternative', 'to', 'jeans', 'good', 'fit', 'i', 'like', 'the', 'casual', 'but', 'edgy', 'rocker', 'look', 'they', 'have', 'will', 'look', 'good', 'with', 'booties', 'and', 'full', 'length', 'boots', 'i', 'took', 'the', 'same', 'size', 'that', 'i', 'do', 'in', 'all', 'pilcro', 'pants', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['567,875,33', 'adorable', 'top', 'i', 'love', 'love', 'this', 'top', 'it', 'looks', 'just', 'like', 'the', 'picture', 'on', 'model', 'the', 'front', 'is', 'a', 'soft', 't-shirt', 'and', 'the', 'back', 'is', 'so', 'cute', 'and', 'flattering', 'super', 'unique', 'and', 'comfortable', 'style.', 'i', 'am', '5', '4', '-105', 'and', 'xs', 'fits', 'perfect', ',5,1,2', 'general', 'tops', 'knits'] ['568,875,33', 'cute', 'top', 'this', 'is', 'a', 'very', 'cute', 'and', 'unique', 'top', 'i', 'absolutely', 'love', 'the', 'back', 'which', 'makes', 'up', 'for', 'my', 'indifference', 'of', 'the', 'front', 'i', "'m", 'a', 'little', 'heavier', 'in', 'the', 'middle', 'so', 'it', 'hides', 'it', 'a', 'bit', 'but', 'the', 'light', 'blue', 'from', 'the', 'back', 'that', 'shows', 'on', 'the', 'sides', 'makes', 'me', 'feel', 'a', 'little', 'wider', 'it', "'s", 'not', 'perfect', 'but', 'i', 'like', 'it', 'enough', 'to', 'keep', 'it', 'i', 'got', 'lots', 'of', 'compliments', 'on', 'it', 'when', 'i', 'wore', 'it', 'it', "'s", 'very', 'comfortable', 'too', 'i', 'just', 'wish', 'the', 'front', 'had', 'a', 'little', 'more', 'to', 'it', 'or', 'was', 'a', 'tad', 'longer', 'overall', 'very', 'happy', ',4,1,3', 'general', 'tops', 'knits'] ['569,820,39', 'love', 'this', 'top', 'is', 'so', 'lovely', 'i', 'was', 'worried', 'of', 'the', 'color', 'on', 'my', 'pale', 'skin', 'but', 'it', 'is', 'complementary', 'nice', 'warm', 'tones', 'yes', 'it', 'is', 'a', 'tank', 'but', 'i', 'can', 'see', 'this', 'as', 'a', 'transition', 'piece', 'into', 'fall', 'with', 'a', 'nice', 'blazer', 'jeans', 'boots', 'the', 'xs', 'regular', 'is', 'perfect', 'for', 'me', 'length', 'is', 'adequate', 'if', 'i', 'were', 'to', 'go', 'with', 'petite', 'i', 'might', 'think', 'it', 'is', 'too', 'short', 'it', 'is', 'flowy', 'but', 'still', 'has', 'shape', 'more', 'than', 'a', 'swing', 'top', 'so', 'very', 'flattering', 'the', 'back', 'is', 'really', 'cute', 'too', 'definitely', 'need', 'a', 'strapless', 'for', 'me', 'due', 'to', 'the', 'thin', 'straps', ',5,1,3', 'general', 'tops', 'blouses'] ['570,1037,54', 'comfortable', 'and', 'unique', 'great', 'pants', 'like', 'the', 'edginess', 'of', 'the', 'design', 'in', 'the', 'material', 'kinda', 'rocker', 'like', 'soft', 'material', 'that', "'s", 'stretchy', 'and', 'hopefully', 'will', 'hold', 'its', 'shape', 'during', 'the', 'day', 'the', 'color', 'is', 'listed', 'as', 'black', 'but', 'it', "'s", 'more', 'of', 'a', 'dark', 'gray', 'with', 'a', 'slight', 'blue', 'hint', ',4,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['571,820,44', ',,4,1,0', 'general', 'tops', 'blouses'] ['572,1037,39', 'i', 'love', 'these', 'they', 'are', 'a', 'perfect', 'addition', 'to', 'my', 'fall', 'wardrobe', 'and', 'just', 'like', 'all', 'other', 'pilcro', 'jeans', 'they', 'are', 'a', 'great', 'fit', 'and', 'true', 'to', 'size', ',5,1,0', 'general', 'bottoms', 'jeans'] ['573,820,24', 'fits', 'so', 'well', 'i', 'often', 'have', 'a', 'hard', 'time', 'finding', 'items', 'that', 'fit', 'true', 'to', 'size', 'but', 'this', 'top', 'fits', 'perfectly', 'it', 'is', 'cut', 'really', 'well', 'and', 'very', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['574,833,65', ',,1,0,0', 'general', 'tops', 'blouses'] ['575,1094,64', 'stunning', 'special', 'occasion', 'dress', 'i', "'m", 'surprised', 'i', "'m", 'the', 'first', 'to', 'review', 'this', 'dress', 'it', 'is', 'a', 'must', 'for', 'the', 'holidays', 'and', 'any', 'special', 'occasion', 'it', 'is', 'absolutely', 'gorgeous', 'it', 'is', 'so', 'feminine', 'and', 'seductive', 'it', "'s", 'one', 'of', 'those', 'dresses', 'that', 'would', 'be', 'stunning', 'on', 'anyone', 'it', 'is', 'a', 'quality', 'dress', 'beautifully', 'made', 'looks', 'just', 'like', 'the', 'photo', 'i', "'m", '5', '9', 'the', 'hemline', 'falls', 'at', 'the', 'top', 'of', 'my', 'knees', 'the', 'neckline', 'is', 'exquisite', 'really', 'makes', 'the', 'dress', 'i', 'purchased', 'the', 'black', 'version', 'but', 'if', 'i', 'was', 'younger', 'i', "'d", 'get', 'it', 'in', 'red', 'as', 'it', 'would', 'garner', 'quite', 'a', 'bit', ',5,1,30', 'general', 'dresses', 'dresses'] ['576,833,40', 'love', 'this', 'shirt', 'this', 'shirt', 'is', 'very', 'nice', 'quality', 'and', 'looks', 'stunning', 'it', 'does', 'run', 'tight', 'in', 'the', 'shoulder', 'area', 'and', 'is', 'a', 'bit', 'of', 'a', 'challenge', 'getting', 'off', 'but', 'as', 'long', 'as', 'i', 'do', "n't", 'rip', 'it', 'one', 'of', 'these', 'times', 'all', 'will', 'be', 'well', 'it', 'looks', 'so', 'nice', 'on', 'that', 'i', 'overlook', 'that', 'design', 'flaw', ',5,1,1', 'general', 'tops', 'blouses'] ['577,995,39', 'comfortable', 'soft', 'the', 'material', 'is', 'very', 'soft', 'and', 'it', 'looks', 'just', 'like', 'it', 'does', 'on', 'the', 'model', 'with', 'the', 'exception', 'that', 'it', 'gets', 'a', 'little', 'wrinkly', 'at', 'the', 'hem', 'and', 'turns', 'up', 'at', 'the', 'corners', 'i', 'like', 'it', 'and', 'have', 'already', 'worn', 'it', 'a', 'few', 'times.,4,1,0', 'general', 'bottoms', 'skirts'] ['578,1094,42', 'not', 'for', 'us', 'chesty', 'girls', 'was', 'drawn', 'to', 'this', 'dress', 'in', 'the', 'store', 'my', 'location', 'had', 'it', 'displayed', 'well', 'one', 'mannequin', 'with', 'the', 'dress', 'a', 'jean', 'jacket', 'another', 'with', 'the', 'faux', 'fur', 'cardigan', 'the', 'dress', 'is', 'a', 'very', 'vibrant', 'red', 'but', 'the', 'fit', 'is', 'not', 'for', 'me', 'i', 'am', 'busty', '34c', 'with', 'a', 'short', 'torso', 'and', 'the', 'dress', 'made', 'me', 'look', 'like', 'dolly', 'pardon', 'on', 'top', 'but', 'there', 'was', 'a', 'lot', 'of', 'room', 'on', 'the', 'bottom', 'i', 'tried', 'on', 'a', 'size', '6', 'and', 'felt', 'like', 'i', 'needed', 'a', 'size', 'larger', 'on', 'the', 'top', 'and', 'a', 'size', 'smaller', 'on', 'the', 'bottom', 'having', 'said', 'that', 'the', 'material', 'is', 'a', 'very', 'good', 'qu', ',3,0,3', 'general', 'dresses', 'dresses'] ['579,875,34', 'fit', 'is', 'not', 'cute', 'i', 'was', 'really', 'excited', 'about', 'this', 'top', 'since', 'i', 'have', 'others', 'from', 'retailer', 'that', 'are', 'similar', 'in', 'styling', 'unfortunately', 'it', 'just', 'did', "n't", 'work', 'out', 'i', 'am', 'petite', 'with', 'a', 'short', 'torso', 'and', 'ordered', 'my', 'usual', 'size', 'and', 'it', 'was', 'way', 'too', 'short', 'in', 'the', 'front', 'the', 'top', 'was', 'also', 'boxy', 'and', 'did', "n't", 'sit', 'right', 'it', 'just', 'was', "n't", 'flattering', 'cute', 'top', 'on', 'the', 'hanger', 'but', 'just', 'not', 'on', 'me', ',2,0,2', 'general', 'tops', 'knits'] ['580,1037,38', ',,3,0,0', 'general', 'bottoms', 'jeans'] ['581,875,29', 'do', 'not', 'like', 'the', 'front', 'the', 'back', 'of', 'this', 't-shirt', 'looks', 'cute', 'but', 'the', 'front', 'looks', 'really', 'weird', 'the', 'material', 'in', 'the', 'back', 'is', 'quite', 'stiff', 'but', 'the', 'grey', 'material', 'is', 'soft', 'so', 'the', 'front', 'gray', 'area', 'ends', 'up', 'hanging', 'weirdly', 'and', 'looking', 'uneven', 'and', 'messy', 'i', 'appreciate', 'asymmetrical', 'clothing', 'but', 'to', 'me', 'it', 'looked', 'like', 'a', 'patched', 'up', 'rag', 'from', 'the', 'front', 'it', 'fits', 'true', 'to', 'size', ',2,0,3', 'general', 'tops', 'knits'] ['582,833,49', 'not', 'doing', 'anything', 'for', 'me', 'well', 'this', 'top', 'just', 'did', 'not', 'do', 'anything', 'for', 'me', 'it', "'s", 'a', 'very', 'conservative', 'style', 'with', 'the', 'high', 'neckline', 'and', 'blousy', 'fit', 'you', "'d", 'need', 'to', 'go', 'a', 'little', 'lower', 'in', 'size', 'if', 'you', 'want', 'any', 'of', 'your', 'figure', 'to', 'show', 'through', 'i', 'guess', 'it', 'might', 'be', 'good', 'for', 'a', 'church', 'function', 'or', 'some', 'other', 'conservative', 'event', 'but', 'it', 'was', 'too', 'buttoned-up', 'for', 'my', 'style', 'i', 'also', 'had', 'a', 'hard', 'time', 'getting', 'it', 'off', 'even', 'though', 'the', 'size', 'i', 'tried', 'on', 'was', 'large', 'for', 'me', 'i', 'did', "n't", 'care', 'for', 'the', 'feel', 'of', 'the', 'fabric', 'either', 'although', 'the', 'lace', 'is', 'nice', ',3,0,1', 'general', 'tops', 'blouses'] ['583,1060,39', 'not', 'for', 'me', 'well', 'made', 'made', 'my', 'hips', 'looks', 'giant', 'just', 'not', 'my', 'style', 'unfortunately', 'i', "'d", 'have', 'to', 'work', 'at', 'preschool', 'or', 'on', 'a', 'ship', 'to', 'pull', 'this', 'off', 'i', "'m", '5', '3', '120-123lbssize', '6-8.', 'i', 'got', 'the', 'size', '6', 'not', 'petite', 'cuz', 'they', 'were', 'sold', 'out', '.,3,0,0', 'general', 'bottoms', 'pants'] ['584,1094,48', 'cute', 'outfit', 'i', 'love', 'the', 'color', 'and', 'the', 'style', 'however', 'it', 'does', "n't", 'look', 'as', 'well', 'as', 'the', 'model', 'as', 'i', 'do', "n't", 'have', 'a', 'small', 'waist', 'like', 'the', 'model', 'does', 'still', 'overall', 'i', 'love', 'this', 'dress', 'and', 'it', 'is', 'well', 'made', 'and', 'comfortable', ',4,1,2', 'general', 'dresses', 'dresses'] ['585,835,66', 'so', 'good', 'love', 'this', 'blouse', 'its', 'so', 'darn', 'cute', 'the', 'fabric', 'is', 'soft', 'flows', 'nicely', 'and', 'is', 'just', 'absolutely', 'stunning', 'without', 'being', 'over', 'the', 'top', 'it', 'falls', 'at', 'the', 'lower', 'part', 'of', 'my', 'hip', 'the', 'softness', 'of', 'the', 'fabric', 'would', 'make', 'this', 'easy', 'to', 'tuck', 'in', 'the', 'body', 'of', 'the', 'shirt', 'sleeves', 'cuffs', 'and', 'placket', 'are', 'contrasting', 'florals', 'in', 'black', 'and', 'creamy', 'white', 'the', 'top', 'part', 'is', 'a', 'brownish', 'burgundy', 'color', 'and', 'the', 'flowers/butterflies', 'are', 'embroidered', 'in', 'goldenrod', 'yellow', 'peach', 'creamy', 'white', 'two', 'mauve', 'tones', 'turquoise', 'and', 'brown', 'the', 'li', ',5,1,2', 'general', 'tops', 'blouses'] ['586,1094,25', 'love', 'this', 'dress', 'i', 'am', '5', '3', '130', 'and', 'curvy', 'and', 'this', 'dress', 'fit', 'me', 'perfectly', 'it', "'s", 'great', 'for', 'parties', 'and', 'weddings', 'depending', 'on', 'how', 'formal', 'the', 'only', 'reason', 'i', 'gave', 'it', 'four', 'stars', 'is', 'because', 'the', 'fabric', 'is', 'a', 'little', 'strange', 'the', 'ribbing', 'for', 'the', 'squares', 'is', 'almost', 'like', 'a', 'pillowy', 'fabric', 'and', 'it', 'feels', 'a', 'little', 'bit', 'on', 'the', 'cheaper', 'side', 'but', 'luckily', 'it', 'does', "n't", 'look', 'cheap', 'nonetheless', 'i', 'love', 'this', 'dress', 'and', 'would', 'definitely', 'recommend', ',4,1,0', 'general', 'dresses', 'dresses'] ['587,1094,36', 'classy', 'little', 'dress', 'love', 'this', 'dress', 'just', 'wore', 'it', 'last', 'night', 'to', 'an', 'early', 'valentine', "'s", 'dinner', 'very', 'classy', 'simple', 'but', 'gorgeous', 'i', "'m", 'a', 'size', '2', 'in', 'just', 'about', 'everything', 'but', 'i', 'always', 'buy', 'a', 'size', '4', 'in', 'retailer', 'dresses', 'because', 'i', "'m", 'tall', '5', '9', 'and', 'have', 'broad', 'shoulders', 'and', 'a', 'long', 'torso', 'and', 'sizing', 'up', 'in', 'dresses', 'works', 'better', 'all', 'around', 'i', 'am', 'also', 'not', 'busty', '32b', 'i', 'did', 'get', 'this', 'in', 'a', '4.', 'this', 'dress', 'was', 'a', 'little', 'awkward', 'at', 'first', 'trying', 'to', 'hook', 'and', 'then', 'zip', 'but', 'once', 'i', 'got', 'that', 'down', 'it', 'worked', 'the', 'hook', 'is', 'right', 'up', 'under', 'your', ',4,1,0', 'general', 'dresses', 'dresses'] ['588,875,46', 'awkward', 'style', 'fits', 'very', 'strange', 'odd', 'cut', 'does', 'not', 'look', 'well', 'on.,2,0,1', 'general', 'tops', 'knits'] ['589,823,37', 'this', 'is', 'a', 'beautiful', 'top', 'it', 'extended', 'longer', 'than', 'i', 'had', 'hoped', 'and', 'a', 'petite', 'size', 'was', 'not', 'available', 'so', 'i', 'ended', 'up', 'returning', 'it', 'but', 'it', 'is', 'beautiful', 'and', 'the', 'tassels', 'on', 'the', 'sides', 'make', 'it', 'truly', 'unique', ',5,1,1', 'general', 'tops', 'blouses'] ['590,835,42', 'unique', 'piece', 'boho', 'chic', 'love', 'this', 'blouse', 'i', 'took', 'a', 'chance', 'on', 'ordering', 'it', 'and', 'was', "n't", 'sure', 'what', 'i', 'would', 'think', 'this', 'blouse', 'is', 'fabulous', 'it', 'has', 'a', 'boho-chic', 'flair', 'to', 'it', 'in', 'a', 'sophisticated', 'way', 'it', "'s", 'one', 'of', 'those', 'special', 'pieces', 'from', 'retailer', 'elegant', 'quirky', 'sophisticated'] ['the', 'details', 'are', 'great', 'too', 'of', 'course', 'the', 'embroidery', 'is', 'beautiful', 'but', 'there', 'are', 'a', 'couple', 'more', 'fun', 'details', 'the', 'cuffs', 'on', 'the', 'sleeve', 'have', 'multiple', 'buttons', 'so', 'that', 'you', 'can', 'button', 'them', 'tight', 'or', 'just', 'enough', 'to', 'roll', 'the', 'cuff', 'once', 'when', 'the', 'cuff', 'is', 'r', ',5,1,1', 'general', 'tops', 'blouses'] ['591,833,26', 'my', 'favorite', 'black', 'top.', 'this', 'is', 'a', 'timeless', 'top', 'i', 'loved', 'the', 'overall', 'look', 'of', 'the', 'top', 'and', 'after', 'eyeing', 'it', 'for', 'several', 'days', 'decided', 'to', 'purchase', 'it', 'warning', 'the', 'shoulder', 'area', 'is', 'cut', 'small', 'due', 'to', 'the', 'fabric', 'at', 'the', 'top', 'i', 'am', 'usually', 'a', 'size', '12', 'because', 'of', 'ddd', 'chest', 'but', 'i', 'bumped', 'up', 'to', 'a', '14', 'and', 'it', 'was', 'perfect', ',4,1,1', 'general', 'tops', 'blouses'] ['592,833,33', 'super', 'flattering', 'love', 'this', 'top', 'it', 'is', 'super', 'flattering', 'with', 'a', 'long', 'floaty', 'body', 'i', 'usually', 'wear', 'a', '4', 'but', 'sized', 'up', 'to', 'a', '6', 'due', 'to', 'the', 'reviews', 'and', 'am', 'happy', 'with', 'it', 'but', 'think', 'a', '4', 'would', 'have', 'fit', 'as', 'well.,5,1,2', 'general', 'tops', 'blouses'] ['593,820,52', 'pretty', 'tank', 'love', 'tanks', 'and', 'this', 'one', 'is', 'sweet', 'and', 'flowy', 'great', 'with', 'jeans/shorts', 'or', 'slacks', 'with', 'a', 'jacket', 'for', 'the', 'office', 'beautiful', 'yellow', 'floral', 'with', 'fun', 'straps', 'in', 'the', 'back', 'that', 'you', 'can', 'wear', 'with', 'a', 'bra', 'front', 'neckline', 'is', 'cut', 'narrow', 'so', 'bra', 'straps', 'show', 'but', 'with', 'nude', 'or', 'plastic', 'straps', 'it', "'s", 'not', 'that', 'big', 'a', 'deal.,5,1,0', 'general', 'tops', 'blouses'] ['594,835,41', 'different', 'than', 'the', 'rest', 'this', 'is', 'truly', 'unique', 'top', 'the', 'detail', 'around', 'the', 'neck', 'is', 'a', 'nice', 'change', ',5,1,0', 'general', 'tops', 'blouses'] ['595,1060,25', 'slimmingly', 'perfect', 'i', 'am', '5', '2', '125', 'pounds', 'and', 'i', 'bought', 'the', '4p', 'the', 'fabric', 'is', 'high', 'quality', 'and', 'does', 'not', 'cling', 'at', 'all', 'but', 'instead', 'drapes', 'and', 'in', 'a', 'very', 'flattering', 'way', 'add', 'that', 'to', 'the', 'cut', 'of', 'this', 'jumpsuit', 'and', 'you', 'have', 'elongating', 'very', 'flattering', 'lines', 'i', 'could', 'not', 'be', 'more', 'pleased', 'and', 'regret', 'not', 'having', 'bought', 'this', 'item', 'earlier', 'since', 'i', 'would', 'have', 'enjoyed', 'wearing', 'it', 'during', 'the', 'holidays', 'as', 'other', 'reviewers', 'said', 'it', 'is', 'adorable', 'and', 'a', 'winner', ',5,1,0', 'general', 'bottoms', 'pants'] ['596,1037,47', 'too', 'bad', 'very', 'nice', 'fabric', 'but', 'disappointed', 'in', 'the', 'stitching', 'on', 'the', 'knees', 'it', 'looks', 'nice', 'but', 'makes', 'the', 'pants', 'very', 'uncomfortable', 'and', 'tight', 'around', 'the', 'knees', 'too', 'bad', 'because', 'i', 'love', 'the', 'style', 'and', 'hoped', 'they', 'would', 'work', ',3,1,0', 'general', 'bottoms', 'jeans'] ['597,820,24', 'very', 'cute', 'snug', 'fit', 'very', 'cute', 'flowy', 'fit', 'i', 'am', 'generally', 'a', 'size', 'small', '32-d', 'chest', 'because', 'the', 'material', 'has', 'no', 'give', 'it', 'fits', 'perfectly', 'just', 'barely', 'if', 'it', 'was', 'any', 'smaller', 'or', 'i', 'was', 'any', 'larger', 'it', 'would', 'be', 'too', 'small', 'very', 'cute', 'design', ',4,1,0', 'general', 'tops', 'blouses'] ['598,1079,32', 'my', 'store', 'had', 'this', 'and', 'i', 'was', 'so', 'intrigued', 'with', 'its', 'nearly', '400', 'price', 'tag', 'that', 'i', 'decided', 'to', 'play', 'dress', 'up', 'the', 'colors', 'in', 'person', 'match', 'the', 'colors', 'online', 'so', 'that', 'was', 'nice', 'to', 'see', 'consistency', 'overall', 'though', 'i', 'feel', 'like', 'a', 'dress', 'of', 'that', 'price', 'would', 'need', 'to', 'make', 'me', 'feel', 'like', 'a', 'million', 'bucks', 'which', 'it', 'did', 'not', 'most', 'items', 'that', 'fit', 'my', 'slender', 'frame', 'are', 'too', 'short', 'and', 'this', 'was', 'no', 'exception', 'the', 'xs', 'fit', 'but', 'i', 'would', "n't", 'be', 'doing', 'much', 'moving', 'walking', 'or', 'dancing', 'in', 'this', 'dress', 'which', 'brings', 'me', 'to', 'the', 'question', 'of', ',3,0,5', 'general', 'dresses', 'dresses'] ['599,1060,44', 'surprisingly', 'retro-adorable', 'i', 'saw', 'this', 'online', 'and', 'thought', 'hmm', 'no', 'then', 'saw', 'it', 'in', 'the', 'store', 'touched', 'it', 'and', 'the', 'fabric', 'felt', 'so', 'soft', 'i', 'am', 'normally', 'an', '8', 'petite', 'in', 'cartonnier', 'but', 'the', 'only', 'sizes', 'available', 'were', '4', 'and', '2', 'regulars', 'in-store', 'the', '4', 'just', 'looked', 'promising', 'i', 'thought', 'i', "'d", 'try', 'it', 'on', 'for', 'laughs', 'but', 'it', 'is', 'soooo', 'cute', 'i', 'ended', 'up', 'taking', 'it', 'home', 'the', '4', 'regular', 'fits', 'perfectly', 'on', 'my', 'curvy', 'on', 'the', 'bottom', '5', '2', '145', 'lb', 'figure', 'my', 'measurements', 'are', '34', 'b', '-29-38', 'and', 'i', 'was', 'shocked', 'how', 'well', 'this', 'fits', 'in', 'a', '4', 'regular', 'perfect', 'length', 'a', ',4,1,1', 'general', 'bottoms', 'pants'] ['600,875,66', 'love', 'great', 'little', 'transitional', 'piece', 'i', 'bought', 'the', 'blk/blk', 'floral', 'one', 'it', "'s", 'not', 'your', 'usual', 'top', 'sort', 'of', 'quirky', 'one', 'of', 'a', 'kind', 'looking', 'i', 'think', 'it', "'s", 'crazy', 'comfortable', 'i', 'just', 'love', 'it', 'even', 'its', 'a', 'bit', 'chilly', 'outdoors', 'toss', 'on', 'a', 'scarf', 'round', 'one', "'s", 'neck', 'head', 'on', 'out', 'not', 'the', 'kind', 'of', 'top', 'you', "'d", 'wear', 'with', 'a', 'jacket', ',5,1,2', 'general', 'tops', 'knits'] ['601,835,64', 'western', 'look', 'this', 'top', 'has', 'a', 'western', 'look', 'with', 'lots', 'of', 'black', 'and', 'some', 'burgundy', 'shades', 'it', 'is', 'very', 'cute', 'and', 'the', 'fabric', 'is', 'soft.,5,1,1', 'general', 'tops', 'blouses'] ['602,1078,39', 'gorgeous', 'quality', 'knit', 'i', 'was', 'lucky', 'enough', 'to', 'get', 'a', 'hold', 'of', 'this', 'intarsia', 'sweater', 'dress', 'after', 'the', 'sale', 'and', 'i', 'wish', 'i', 'had', 'purchased', 'this', 'the', 'first', 'time', 'round', 'it', 'is', 'absolutely', 'stunning', 'flattering', 'comfortable', 'and', 'unique', 'i', 'am', '5', '3', 'and', 'the', 'regular', 'hem', 'fit', 'me', 'just', 'fine', 'at', 'the', 'ankles', 'i', 'think', 'this', 'dress', 'runs', 'both', 'tts', 'to', 'a', 'bit', 'large', 'so', 'i', 'would', 'size', 'down', 'if', 'your', 'small', 'framed', 'and', 'stay', 'your', 'usual', 'if', 'your', 'busty', 'or', 'broad', 'shouldered', 'perfectly', 'complements', 'my', 'taupe', 'booties', 'that', 'i', 'already', 'owned', 'and', 'a', 'my', 'taupe', 'maxi', 'sweater', 'that', 'has', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['603,1037,42', 'wanted', 'to', 'love', 'but', 'sadly', 'will', 'return', 'these', 'run', 'very', 'small', 'they', 'are', 'also', 'short', 'almost', 'like', 'a', 'crop', 'pant', 'the', 'fit', 'was', 'so', 'weird', 'that', 'i', 'wo', "n't", 'even', 'exchange', 'for', 'a', 'bigger', 'size', ',1,0,1', 'general', 'bottoms', 'jeans'] ['604,820,35', 'great', 'top', 'i', 'purchased', 'this', 'top', 'in', 'a', 'great', 'sale', 'fits', 'great', 'true', 'to', 'size', 'i', 'am', 'xsmall-small', 'for', 'reference', 'purchased', 'small', 'i', 'ended', 'up', 'putting', 'a', 'bandeau', 'bra', 'on', 'with', 'it', 'to', 'feel', 'more', 'comfortable', 'it', 'would', 'be', 'great', 'in', 'the', 'fall', 'with', 'a', 'cardigan/', 'sweater', 'or', 'a', 'blazer', 'super', 'cute', 'to', 'wear', 'alone', 'in', 'summer', 'with', 'jeans', ',5,1,0', 'general', 'tops', 'blouses'] ['605,1072,59', 'lovely', 'but', 'smells', 'like', 'last', 'purchaser', "'s", 'deodorant.', 'i', 'am', 'returning', 'the', 'dress', 'because', 'it', 'smells', 'heavily', 'of', 'the', 'last', 'purchaser', "'s", 'deodorant', 'and', 'perfume', 'it', 'was', 'actually', 'nauseating', 'to', 'put', 'on', 'i', 'am', 'disappointed', 'with', 'retailer', 'that', 'i', 'was', 'sold', 'this', 'dress', 'full', 'price', 'in', 'this', 'condition', 'otherwise', 'the', 'dress', 'is', 'lovely', 'it', 'is', 'true', 'to', 'size', 'i', 'am', '5', '5', '110', 'lbs', 'and', 'the', 'size', '0', 'was', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['606,1094,64', 'interesting', 'but', 'awkward', 'to', 'actually', 'wear', 'first', 'my', 'husband', 'had', 'to', 'help', 'me', 'zip', 'up', 'in', 'this', 'interesting', 'but', 'awkward', 'design', 'the', 'materials', 'is', 'nice', 'but', 'stiff', 'so', 'the', 'skirt', 'is', 'quite', 'full', 'the', 'shoulder', 'idea', 'is', 'interesting', 'but', 'i', 'would', 'not', 'want', 'to', 'spend', 'an', 'evening', 'in', 'it', 'to', 'me', 'not', 'up', 'to', 'the', 'usual', 'ms', 'standard', ',3,1,1', 'general', 'dresses', 'dresses'] ['607,833,40', 'beautiful', 'but', 'a', 'few', 'caveats', 'this', 'is', 'as', 'beautiful', 'in', 'person', 'as', 'online', 'but', 'the', 'length', 'is', 'shorter', 'than', 'the', 'description', 'and', 'the', 'arms', 'are', 'tight', 'although', 'i', 'am', '5', '1', 'i', 'normally', 'wear', 'regular', 'sizes', 'in', 'retailer', 'just', 'fine', 'however', 'the', '28', 'length', 'scared', 'me', 'off', 'so', 'i', 'ordered', 'a', '2p', 'it', 'says', 'it', "'s", '26.25', 'long', 'but', 'it', "'s", 'actually', 'just', 'about', '24', 'and', 'my', 'normal', 'sized', 'arms', 'struggled', 'to', 'fit', 'into', 'the', 'sleeves', 'yikes', 'but', 'it', "'s", 'gorgeous', 'and', 'was', 'purchased', 'with', 'a', 'gift', 'card', 'so', 'i', 'will', 'keep', ',4,1,11', 'general', 'tops', 'blouses'] ['608,1037,22', 'fun', 'jeggings', 'these', 'pants', 'are', 'so', 'soft', 'and', 'so', 'comfortable', 'i', 'was', 'absolutely', 'in', 'love', 'at', 'first', 'sight', 'however', 'i', 'got', 'the', 'petite', 'because', 'i', 'am', '5', '3', 'and', 'they', 'were', 'still', 'a', 'little', 'longer', 'than', 'i', 'like', 'my', 'pants', 'to', 'be', 'i', 'wanted', 'them', 'to', 'hit', 'right', 'above', 'the', 'ankle', 'just', 'like', 'the', 'photo', 'however', 'they', 'are', 'a', 'tad', 'longer', 'i', 'still', 'love', 'them', 'and', 'they', 'are', 'still', 'as', 'comfy', 'as', 'ever', 'so', 'i', 'am', 'gon', 'na', 'deal', 'with', 'the', 'length', ',4,1,1', 'general', 'bottoms', 'jeans'] ['609,1094,53', 'loved', 'in', 'theory', 'i', 'just', 'tried', 'on', 'this', 'dress', 'in', 'the', 'store', 'in', 'red', 'and', 'i', 'loved', 'the', 'off', 'the', 'shoulder', 'design', 'the', 'color', 'is', 'just', 'as', 'pictured', 'online', 'a', 'light', 'poppy', 'red', 'the', 'neckline', 'began', 'a', 'few', 'inches', 'below', 'my', 'collarbone', 'and', 'was', 'super', 'flattering', 'however', 'the', 'skirt', 'portion', 'of', 'this', 'dress', 'flared', 'awkwardly', 'at', 'the', 'hips', 'causing', 'my', 'hips', 'to', 'look', 'much', 'wider', 'than', 'they', 'really', 'are', 'and', 'also', 'disturbing', 'the', 'otherwise', 'clean', 'lines', 'of', 'the', 'dress', 'it', 'seemed', 'to', 'me', 'that', 'there', 'was', 'too', 'much', 'fabric', 'at', 'the', 'back', 'portion', 'of', 'the', 'skirt', 'than', ',3,0,4', 'general', 'dresses', 'dresses'] ['610,995,34', 'no', 'shape', 'it', 'looks', 'like', 'you', 'are', 'wearing', 'cargo', 'shorts', 'really', 'unflattering', 'avoid', 'buying', 'this', 'skirt,2,0,1', 'general', 'bottoms', 'skirts'] ['611,252,35', ',,4,1,0', 'initmates', 'intimate', 'swim'] ['612,634,29', 'great', 'casual', 'dress', 'to', 'throw', 'on', 'i', 'ordered', 'a', 'petite', 'medium', 'in', 'black', 'and', 'it', 'fit', 'great', 'great', 'some', 'of', 'the', 'other', 'reviews', 'said', 'it', 'was', 'tight', 'but', 'i', 'found', 'it', 'pretty', 'loose', 'and', 'flowy', 'also', 'felt', 'it', 'was', 'plenty', 'of', 'coverage', 'wore', 'it', 'to', 'work', 'casual', 'workplace', 'and', 'transitioned', 'to', 'happy', 'hour', 'beautifully', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['613,985,24', 'plaid', 'bomb', 'pairs', 'fabulous', 'with', 'everything', 'fall', 'i', 'had', 'been', 'on', 'the', 'hunt', 'for', 'a', 'plaid', 'bomber', 'to', 'rock', 'this', 'fall', 'and', 'this', 'retailer', 'edition', 'bomber', 'surpassed', 'all', 'of', 'my', 'expectations', 'it', 'literally', 'pairs', 'great', 'with', 'everything', 'fall', 'chokers', 'boots', 'dresses', 'you', 'name', 'it', 'it', 'also', 'fits', 'very', 'true', 'to', 'size', 'not', 'too', 'fit', 'to', 'your', 'body', 'and', 'a', 'little', 'loose', 'but', 'not', 'too', 'loose', 'just', 'like', 'a', 'bomber', 'jacket', 'should', 'i', 'highly', 'recommend', 'this', 'product', ',5,1,1', 'general', 'jackets', 'jackets'] ['614,1059,37', 'great', 'staple', 'i', 'am', 'pear-shaped', 'and', 'often', 'have', 'a', 'hard', 'time', 'finding', 'pants', 'that', 'fit', 'just', 'right', 'these', 'did', 'the', 'trick', 'they', 'are', 'slim', 'in', 'the', 'waist', 'but', 'have', 'plenty', 'of', 'room', 'for', 'bigger', 'hips', 'the', 'overall', 'fit', 'is', 'body', 'skimming/hugging', 'but', 'they', 'are', 'not', 'tight', 'or', 'uncomfortable', 'in', 'any', 'way', 'and', 'i', 'have', 'no', 'gapping', 'at', 'the', 'waist', 'the', 'fabric', 'has', 'a', 'slight', 'sheen', 'to', 'it', 'and', 'a', 'little', 'stretch', 'but', 'they', 'will', 'be', 'a', 'perfect', 'pant', 'for', 'the', 'office', 'for', 'reference', 'i', 'am', '5', '4', '34/26/38', 'and', 'i', 'got', 'a', '6', 'regular', ',5,1,0', 'general', 'bottoms', 'pants'] ['615,985,65', 'perfect', 'fall', 'jacket', 'this', 'jacket', 'is', 'well-made', 'and', 'smart', 'looking', 'it', 'gave', 'me', 'just', 'the', 'boost', 'i', 'needed', 'today', 'at', 'a', 'difficult', 'meeting', 'thank', 'you', 'retailer', ',5,1,0', 'general', 'jackets', 'jackets'] ['616,1059,36', 'must', 'have', 'perfect', 'fit', 'did', 'not', 'lose', 'its', 'shape', 'thicker', 'material', 'great', 'quality', 'for', 'a', 'great', 'price', 'definitely', 'a', 'wardrobe', 'staple', 'can', 'be', 'dressed', 'up', 'or', 'down', 'work', 'business', 'appropriate', 'fits', 'tts', 'for', 'reference', 'i', 'am', '5', '0', '109lbs', 'and', 'the', '00', 'petite', 'fits', 'perfect', 'falls', 'right', 'above', 'ankle', 'like', 'pictured', 'if', 'they', 'had', 'more', 'colours', 'i', 'would', 'get', 'them', 'too', ',5,1,6', 'general', 'bottoms', 'pants'] ['617,634,35', 'lounging', 'dress', 'this', 'is', 'a', 'great', 'lounging', 'dress', 'or', 'a', 'great', 'beach', 'cover', 'up', 'i', 'ordered', 'up', 'a', 'size', 'after', 'reading', 'other', 'reviews', 'although', 'i', 'feel', 'like', 'my', 'normal', 'size', 'would', 'have', 'been', 'fine', 'probably', 'i', 'ordered', 'the', 'black', 'and', 'it', 'is', 'not', 'see', 'through', 'it', "'s", 'very', 'light', 'weight', 'and', 'comfortable', 'i', 'may', 'even', 'order', 'in', 'another', 'color', 'just', 'because', 'it', "'s", 'so', 'great', 'to', 'wear', 'around', 'the', 'house', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['618,1059,27', 'perfect', 'fit', 'the', 'fit', 'on', 'these', 'pants', 'is', 'just', 'right', 'for', 'me', 'i', 'have', 'curvy', 'hips', 'and', 'a', 'slender', 'waste', 'and', 'legs', 'these', 'pants', 'do', "n't", 'gap', 'in', 'the', 'back', 'as', 'fitted', 'pants', 'often', 'can', 'easy', 'to', 'dress', 'up', 'or', 'down', 'the', 'color', 'has', "n't", 'held', 'up', 'as', 'well', 'as', 'i', 'hoped', 'so', 'take', 'care', 'when', 'laundering', ',5,1,3', 'general', 'bottoms', 'pants'] ['619,252,36', ',ordered', 'the', 'navy', 'and', 'aqua', 'in', 'medium', 'the', 'aqua', 'fit', 'a', 'lot', 'tighter', 'than', 'the', 'navy', 'seemed', 'to', 'be', 'a', 'different', 'fabric', 'and', 'less', 'stretchy', 'loved', 'the', 'color', 'on', 'both', 'but', 'returning', 'the', 'the', 'aqua', 'normally', 'wear', 'size', '6,4,1,0', 'initmates', 'intimate', 'swim'] ['620,634,28', 'functional', 'casual', 'dress', 'very', 'comfortable', 'fabric', 'and', 'fits', 'nicely', 'i', 'am', "5'10", 'like', 'it', 'states', 'the', 'model', 'is', 'and', 'it', 'falls', 'shorter', 'on', 'me', 'that', 'viewed', 'but', 'still', 'looks', 'nice', 'it', 'will', 'be', 'an', 'easy', 'dress', 'to', 'use', 'for', 'different', 'looks', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['621,252,46', 'best', 'bathing', 'suit', 'when', 'i', 'tried', 'on', 'this', 'bathing', 'suit', 'i', 'decided', 'to', 'not', 'try', 'on', 'any', 'others', 'it', 'was', 'just', 'right', 'i', 'usually', 'find', 'bathing', 'suit', 'shopping', 'difficult', 'and', 'no', 'fun', 'as', 'i', 'can', 'never', 'find', 'a', 'suitable', 'bathing', 'suit', 'this', 'suit', 'looks', 'nice/flattering', 'and', 'i', 'can', 'also', 'move', 'around', 'in', 'it', 'and', 'it', 'stays', 'in', 'place', 'i', 'purchased', 'it', 'in', 'the', 'navy', 'and', 'i', "'m", 'going', 'to', 'order', 'it', 'in', 'another', 'pattern', 'as', 'well', 'it', 'looks', 'modern', 'and', 'classic', 'it', "'s", 'a', 'chic', 'style', 'i', "'m", 'a', 'size', '6', 'in', 'dresses', 'and', 'i', 'purchased', 'a', 'size', '10', 'in', 'this', 'bathing', 'suit', ',5,1,0', 'initmates', 'intimate', 'swim'] ['622,117,70', ',i', 'have', 'bought', 'other', 'leggings', 'at', 'retailer', 'and', 'they', 'were', 'fine', 'these', 'run', 'small', 'i', 'have', 'to', 'return.,3,1,0', 'initmates', 'intimate', 'legwear'] ['623,117,57', ',love', 'love', 'love', 'these', 'leggings', 'and', 'what', 'an', 'amazing', 'price', 'point', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['624,634,69', 'overpriced', 'but', 'so', 'comfortable', 'this', 'is', 'a', 'great', 'beach/pool', 'or', 'lounge', 'piece', 'i', 'debated', 'keeping', 'but', 'could', "n't", 'pass', 'up', 'how', 'comfortable', 'it', 'was', 'hugging', 'without', 'being', 'tight', 'i', 'will', 'probably', 'only', 'wear', 'it', 'with', 'some', 'sort', 'of', 'layer', 'like', 'a', 'jean', 'jack', 'or', 'tied', 'shirt', 'rather', 'than', 'undone', 'unless', 'on', 'on', 'the', 'beach', 'but', 'it', "'s", 'so', 'comfortable', 'straps', 'are', 'a', 'bit', 'long.,4,1,12', 'general', 'petite', 'intimate', 'lounge'] ['625,252,28', 'my', 'new', 'favorite', 'swim', 'suit', 'the', 'colors', 'and', 'fit', 'of', 'this', 'suit', 'are', 'even', 'better', 'than', 'described', 'it', 'is', 'the', 'most', 'comfortable', 'and', 'flattering', 'one-piece', 'i', 'have', 'ever', 'tried', 'on'] [] ['as', 'noted', 'by', 'other', 'reviewers', 'there', 'is', 'limited', 'support', 'in', 'the', 'chest', 'this', 'suit', 'will', 'keep', 'you', 'covered', 'but', 'does', 'not', 'provide', 'lift', ',5,1,0', 'initmates', 'intimate', 'swim'] ['626,252,36', 'perfect', 'suit', 'i', 'had', 'been', 'looking', 'for', 'a', 'one-piece', 'that', 'is', 'fashionable', 'yet', 'practical', 'fabric', 'is', 'beautiful', 'fit', 'is', 'impeccable', 'no', 'complaints', 'on', 'lack', 'of', 'support', 'i', 'find', 'if', 'you', 'tie', 'it', 'tight', 'up', 'top', 'it', "'s", 'very', 'practical', 'this', 'was', 'the', 'perfect', 'choice', 'for', 'me', 'i', 'am', '5', '3', '120', 'lbs', 'and', 'ordered', 'the', 'small', ',5,1,4', 'initmates', 'intimate', 'swim'] ['627,634,40', 'luxurious', 'sleepwear', 'this', 'is', 'a', 'very', 'comfortable', 'and', 'sexy', 'sleep', 'dress', 'the', 'way', 'it', 'drapes', 'i', 'can', 'see', 'that', 'the', 'type', 'of', 'fabric', 'is', 'not', 'suitable', 'for', 'out', 'and', 'about', 'activities', 'and', 'can', 'catch', 'on', 'snags', 'etc', 'very', 'easily', 'once', 'i', 'relegated', 'it', 'to', 'the', 'nightgown', 'category', 'it', 'became', 'my', 'favorite', 'item', 'to', 'wear', 'and', 'lounge', 'in', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['628,1059,80', 'please', 'restock', 'these', 'sold', 'out', 'in', 'my', 'size', '16', 'before', 'i', 'even', 'knew', 'they', 'existed', 'probably', 'a', 'great', 'indication', 'that', 'your', 'in-between', 'and', 'plus-size', 'customers', 'are', 'hungry', 'for', 'more', 'options', 'from', 'you', 'please', 'restock', 'so', 'i', 'can', 'get', 'in', 'on', 'this', 'apparently-perfect', 'pant', ',5,1,6', 'general', 'bottoms', 'pants'] ['629,838,44', 'cute', 'and', 'unique', 'i', 'love', 'this', 'top', 'i', 'gave', 'it', 'a', 'four', 'star', 'because', 'i', 'wish', 'it', 'were', 'a', 'tad', 'longer', 'i', 'am', 'short', "5'-1", 'and', 'it', 'does', 'work', 'for', 'me', 'but', 'i', 'do', 'tend', 'to', 'like', 'my', 'tops', 'longer', 'very', 'cute', 'and', 'airy', 'in', 'the', 'back', ',4,1,0', 'general', 'tops', 'blouses'] ['630,252,36', 'great', 'suit', 'for', 'busy', 'moms', 'this', 'suit', 'fits', 'like', 'a', 'glove', 'i', "'ve", 'had', 'five', 'kids', 'and', 'am', 'currently', 'nursing', 'my', 'last', 'baby', 'so', 'i', 'was', 'looking', 'for', 'a', 'suit', 'to', 'wear', 'to', 'the', 'beach', 'this', 'summer', 'when', 'i', "'m", 'just', 'not', 'feeling', 'a', 'bikini', 'this', 'is', 'it', 'it', "'s", 'comfortable', 'and', 'not', 'binding', 'easy', 'to', 'nursing', 'and', 'swim', 'in', 'overall', 'worth', 'the', 'extra', 'splurge', 'i', "'m", 'tall', 'too', 'so', 'it', 'was', 'plenty', 'long', 'on', 'my', 'torso.,5,1,3', 'initmates', 'intimate', 'swim'] ['631,838,41', 'beautiful', 'top', 'cute', 'top', 'the', 'bright', 'red', 'crochet', 'shoulders', 'and', 'back', 'add', 'the', 'perfect', 'pop', 'of', 'color', 'to', 'the', 'light', 'blue', 'pinstriped', 'front', 'it', "'s", 'a', 'little', 'loose', 'and', 'boxy', 'around', 'the', 'bust', 'area', 'but', 'overall', 'i', 'think', 'it', "'s", 'a', 'flattering', 'shape', 'i', 'got', 'the', 'regular', 's', 'and', 'do', "n't", 'find', 'it', 'too', 'short', 'for', 'reference', 'i', "'m", '5', '2', '134', 'lb', '34b', 'i', 'often', 'wear', 'petite', 'sizes', 'but', 'due', 'to', 'other', 'reviews', 'mentioning', 'that', 'the', 'top', 'is', 'short', 'i', 'ordered', 'the', 'regular', 'size', 'and', 'am', 'happy', 'with', 'the', 'length', 'and', 'fit', ',5,1,2', 'general', 'tops', 'blouses'] ['632,838,48', 'boxy', 'and', 'short', 'this', 'top', 'looked', 'super', 'cute', 'online', 'but', 'when', 'it', 'came', 'it', 'was', 'super', 'short', 'and', 'boxy', 'looked', 'like', 'a', 'tent', 'on', 'me', 'this', 'one', 'went', 'back', 'the', 'same', 'day', 'it', 'came', ',1,0,3', 'general', 'tops', 'blouses'] ['633,634,49', 'comfy', 'easy', 'dress', 'i', 'bought', 'the', 'black', 'version', 'fabric', 'is', 'so', 'soft', 'i', 'wear', 'this', 'around', 'house', 'but', 'do', "n't", 'hesitate', 'to', 'run', 'out', 'in', 'it', 'if', 'needed', 'i', 'bought', 'medium', 'so', 'it', 'was', 'roomier', 'and', 'for', 'length', 'since', 'i', "'m", 'tall', 'small', 'also', 'fit', 'but', 'was', 'shorter', 'than', 'i', 'wanted', ',5,1,11', 'general', 'petite', 'intimate', 'lounge'] ['634,1059,42', 'wanted', 'to', 'love', 'these', 'but', 'meh', 'uncertain', 'about', 'sizing', 'i', 'got', 'both', 'the', '4', 'the', '6', 'both', 'made', 'me', 'look', 'like', 'a', 'no-asser', 'neither', 'fit', 'quite', 'right', 'in', 'the', 'leg', 'both', 'hit', 'at', 'a', 'weird', 'point', 'in', 'my', 'calf', 'not', 'cute-short', 'just', 'off', 'i', "'m", '5', '8', 'and', '125', 'to', 'quote', 'my', 'husband', 'nope', 'not', 'feeling', 'these', 'that', 'said', 'they', 'feel', 'great', 'on', 'seem', 'to', 'be', 'made', 'well', 'but', 'are', 'heading', 'back', 'to', 'an', 'retailer', 'near', 'you', 'sigh', 'the', 'quest', 'continues', ',3,0,1', 'general', 'bottoms', 'pants'] ['635,634,37', 'comfy', 'and', 'cute', 'i', 'love', 'this', 'dress', 'for', 'day', 'and', 'night', 'time', 'the', 'back', 'detail', 'is', 'cute', 'and', 'works', 'well', 'with', 'a', 'racerback', 'bra', 'it', 'runs', 'big', 'though', 'i', "'m", 'normally', 'a', 'small', 'in', 'dresses', 'and', 'the', 'arm', 'holes', 'are', 'too', 'big', 'in', 'the', 'size', 'small', 'on', 'me', 'it', 'was', 'also', 'generally', 'too', 'big', 'all', 'over', 'i', 'like', 'the', 'length', 'and', 'the', 'weight', 'of', 'the', 'fabric', 'i', 'purchased', 'in', 'the', 'off', 'black', 'color.,4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['636,1008,38', 'vibrant', 'effortless', 'beautiful', 'i', 'had', 'my', 'reservations', 'given', 'that', 'i', "'m", 'petite', '5', '2', '108lbs', 'and', 'it', "'s", 'midi', 'style', 'i', "'m", 'glad', 'that', 'i', 'took', 'a', 'chance', 'i', 'bought', 'the', 'red', 'motif', 'and', 'it', "'s", 'beautiful', 'it', "'s", 'wrinkle-free', 'right', 'out', 'of', 'the', 'package', 'the', 'color', 'is', 'vibrant', 'and', 'the', 'style', 'is', 'classic', 'and', 'effortless', 'fits', 'true-to-size', 'great', 'for', 'work', 'with', 'a', 'black', 'tee', 'as', 'shown', 'in', 'the', 'picture', ',5,1,4', 'general', 'bottoms', 'skirts'] ['637,838,58', ',cute', 'comfortable', 'top', 'fits', 'well', 'and', 'will', 'look', 'great', 'with', 'skinny', 'jeans.,5,1,0', 'general', 'tops', 'blouses'] ['638,620,47', 'very', 'cute', 'and', 'comfortable', 'i', 'got', 'the', 'shorts', 'and', 'the', 'blue', 'motif', 'they', "'re", 'really', 'comfortable', 'and', 'will', 'look', 'cute', 'with', 'a', 'tank', 'top', 'for', 'the', 'weekend', 'they', 'true', 'to', 'size', 'them', 'usually', 'a', 'size', '4', 'to', '6', 'and', 'i', 'got', 'a', 'small', 'and', 'that', 'works.,4,1,2', 'general', 'bottoms', 'shorts'] ['639,634,36', 'super', 'comfy', 'i', 'purchased', 'this', 'dress', 'in', 'black', 'and', 'love', 'it', 'its', 'hot', 'where', 'i', 'live', 'so', 'i', 'am', 'always', 'looking', 'for', 'a', 'lightweight', 'dress', 'that', 'i', 'can', 'throw', 'on', 'either', 'after', 'the', 'pool', 'or', 'out', 'and', 'about', 'i', 'wore', 'it', 'to', 'an', 'outside', 'concert', 'with', 'sandals', 'and', 'a', 'simple', 'braid', 'it', 'was', 'perfect', 'considering', 'ordering', 'it', 'in', 'another', 'color', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['640,1059,66', 'great', 'basic', 'pants', 'perfect', 'fit', 'can', 'be', 'dressed', 'up', 'or', 'down', 'more', 'colors', 'please', ',5,1,0', 'general', 'bottoms', 'pants'] ['641,1059,51', 'great', 'pant', 'this', 'is', 'a', 'great', 'pant', 'to', 'wear', 'to', 'business', 'and', 'when', 'you', 'just', 'need', 'something', 'more', 'than', 'a', 'jean', 'not', 'so', 'skinny', 'a', '50+', 'woman', 'can', 'wear', 'comfortably', ',4,1,7', 'general', 'bottoms', 'pants'] ['642,1059,38', 'great', 'staple', 'these', 'are', 'great', 'pants', 'i', 'love', 'the', 'fit', 'and', 'the', 'taper', 'of', 'the', 'leg', 'these', 'will', 'be', 'my', 'go', 'to', 'black', 'pants', 'for', 'the', 'fall', 'season', ',5,1,0', 'general', 'bottoms', 'pants'] ['643,634,40', 'beach', 'cover-up', 'i', 'got', 'this', 'to', 'wear', 'as', 'a', 'beach', 'cover-up', 'over', 'bathing', 'suits', 'if', 'you', 'purchased', 'a', 'darker', 'color', 'and', 'were', 'small', 'chested', 'i.e.', 'you', 'could', 'go', 'braless', 'since', 'a', 'bra', 'wo', "n't", 'work', 'well', 'with', 'the', 'low', 'back', 'and', 'armholes', 'you', 'might', 'be', 'able', 'to', 'pull', 'this', 'off', 'as', 'a', 'very', 'casual', 'dress', 'i', 'bought', 'this', 'in', 'a', 'xs', 'in', 'the', 'coral/peach', 'i', "'m", '5', '7', '129', 'lbs.', '32dd', 'and', 'it', "'s", 'not', 'super', 'see-through', 'but', 'i', "'d", 'never', 'be', 'comfortable', 'wearing', 'it', 'as', 'a', 'dress', 'on', 'its', 'own', 'as', 'a', 'beach', 'cover-up', 'it', "'s", 'cute', 'and', 'comfortable', 'but', 'as', 'a', 'dress', 'it', 'would', 'be', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['644,1059,35', 'i', 'love', 'the', 'fit', 'of', 'these', 'pants', 'they', "'re", 'the', 'perfect', 'slim', 'black', 'pants', 'however', 'i', 'wore', 'these', 'pants', 'exactly', 'three', 'times', 'before', 'the', 'seams', 'split', 'the', 'middle', 'of', 'the', 'pant', 'in', 'not', 'just', 'one', 'but', 'multiple', 'places', 'disappointed', 'by', 'the', 'workmanship/quality', 'of', 'the', 'product', 'especially', 'since', 'the', 'pants', 'fit', 'amazingly', 'and', 'do', "n't", 'sag', 'like', 'other', 'slim', 'fitting', 'black', 'pants', 'tend', 'to', 'do', 'i', 'hope', 'retailer', 'will', 'take', 'this', 'into', 'consideration', 'and', 'improve', 'the', 'quality', 'of', 'future', 'iterations', 'of', 'this', 'product', ',2,0,8', 'general', 'bottoms', 'pants'] ['645,634,36', ',this', 'is', 'a', 'great', 'casual', 'summer', 'dress', 'cute', 'as', 'a', 'cover', 'up', 'but', 'in', 'the', 'black', 'you', 'can', 'definitely', 'wear', 'it', 'for', 'daytime', 'if', 'you', "'re", 'feeling', 'bare', 'throw', 'on', 'a', 'white', 'button', 'down', 'or', 'chambray.,4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['646,1059,37', 'what', 'a', 'waste', 'i', 'waited', 'three', 'months', 'for', 'these', 'pants', 'when', 'they', 'finally', 'arrived', 'i', 'was', 'mostly', 'pleased', 'they', 'seemed', 'like', 'the', 'staple', 'pant', 'everyone', 'is', 'raving', 'about', 'and', 'they', 'should', 'have', 'been'] ['problem', 'one', 'they', 'bag', 'out', 'i', 'got', 'one', 'wear', 'out', 'of', 'them', 'before', 'i', 'needed', 'to', 'wash', 'and', 'hang', 'to', 'dry', 'regained', 'shape', 'then'] ['problem', 'two', 'the', 'crotch', 'split', 'in', 'the', 'front', 'i', "'m", 'a', 'teacher', 'i', 'sincerely', 'hope', 'no', 'one', 'noticed', 'i', 'read', 'other', 'reviews', 'about', 'this', 'problem', 'and', 'do', "n't", 'know', 'if', 'i', 'got', 'a', 'bad', 'batch', 'or', 'if', 'a', 'similar', 'fate', 'is', 'awaiting', 'other', ',1,0,0', 'general', 'bottoms', 'pants'] ['647,985,30', 'this', 'is', 'a', 'great', 'silhouette', 'and', 'the', 'red/black', 'plaid', 'will', 'be', 'perfect', 'for', 'fall', 'it', 'will', 'look', 'great', 'with', 'black', 'bottoms', 'or', 'with', 'jeans', 'the', 'only', 'reason', 'i', 'gave', 'it', '4', 'instead', 'of', '5', 'stars', 'is', 'that', 'the', 'outer', 'shell', 'fabric', 'the', 'plaid', 'is', 'a', 'rayon', 'twill', 'that', 'is', 'a', 'little', 'bit', 'lightweight', 'for', 'the', 'silhouette', 'so', 'it', 'is', 'bagging', 'out', 'a', 'little', 'around', 'the', 'zipper', 'and', 'the', 'pockets', 'i', "'m", 'hoping', 'the', 'quality', 'will', 'hold', 'up', 'i', 'bought', 'this', 'same', 'jacket', 'in', 'a', 'heavier', 'weight', 'camoflage', 'printed', 'tencel', 'this', 'spring', 'from', 'the', 'same', 'brand', 'and', ',4,1,1', 'general', 'jackets', 'jackets'] ['648,252,35', 'wonderful', 'swimsuit', 'this', 'swimsuit', 'fits', 'exactly', 'as', 'i', 'had', 'hoped', 'i', 'purchased', 'it', 'in', 'the', 'teal', 'dot', 'and', 'it', 'is', 'a', 'little', 'brighter', 'than', 'in', 'the', 'photos', 'but', 'i', 'ended', 'up', 'liking', 'that', 'better', 'it', 'is', 'well', 'made', 'with', 'thick', 'but', 'not', 'too', 'thick', 'lined', 'material', 'also', 'i', 'was', 'initially', 'worried', 'that', 'the', 'deep', 'v-neck', 'may', 'be', 'too', 'deep', 'for', 'my', 'liking', 'but', 'once', 'i', 'had', 'it', 'on', 'it', 'looked', 'classic', 'and', 'not', 'showy', 'i', 'love', 'the', 'suit', ',5,1,0', 'initmates', 'intimate', 'swim'] ['649,1059,48', 'gerat', 'pants', 'i', 'love', 'these', 'pants', 'i', 'bought', 'as', 'basic', 'pants', 'to', 'dress', 'up', 'or', 'down', 'and', 'they', 'look', 'good', 'with', 'flats', 'or', 'heels', 'also', 'i', 'like', 'you', 'can', 'wash', 'instead', 'of', 'dry', 'clean.,5,1,0', 'general', 'bottoms', 'pants'] ['650,1059,49', 'great', 'pants', 'that', 'do', "n't", 'get', 'baggy', 'these', 'pants', 'are', 'awesome', 'please', 'make', 'them', 'in', 'other', 'colors', 'besides', 'black', 'and', 'navy', ',5,1,1', 'general', 'bottoms', 'pants'] ['651,252,70', 'the', 'perfect', 'swimsuit', 'functional', 'and', 'stunning', 'this', 'is', 'an', 'amazing', 'swimsuit', 'i', 'had', 'been', 'on', 'the', 'hunt', 'for', 'the', 'perfect', 'one', 'piece', 'i', 'wanted', 'something', 'a', 'bit', 'on', 'the', 'modest', 'side', 'but', 'still', 'sexy', 'and', 'i', 'hoped', 'for', 'a', 'unique', 'print', 'that', 'would', 'make', 'it', 'stand', 'out', 'the', 'icing', 'on', 'the', 'cake', 'would', 'be', 'a', 'suit', 'that', 'is', 'functional', 'enough', 'to', 'either', 'lay', 'poolside', 'or', 'scuba', 'dive', 'enter', 'this', 'swimsuit', 'from', 'retailer', 'i', 'fell', 'in', 'love', 'with', 'the', 'teal', 'dot', 'print', 'as', 'it', "'s", 'unlike', 'anything', 'else', 'i', "'ve", 'seen', 'it', "'s", 'absolutely', 'spectacular', 'in', 'person', 'i', 'love', 'the', 'vibrant', 'blue', 'and', 'the', 'chic', 'd', ',5,1,11', 'initmates', 'intimate', 'swim'] ['652,1059,40', 'i', 'really', 'love', 'these', 'pants', 'just', 'the', 'right', 'fabric', 'not', 'too', 'thick', 'so', 'comfy', 'i', 'do', 'feel', 'they', 'run', 'a', 'bit', 'big', 'they', 'stretch', 'out', 'quickly', 'so', 'if', 'you', 'are', 'in', 'between', 'sized', 'choose', 'the', 'smaller', 'one', ',5,1,8', 'general', 'bottoms', 'pants'] ['653,1059,38', 'not', 'what', 'i', 'had', 'hoped', 'for', 'like', 'others', 'i', 'finally', 'received', 'my', 'size', '6p', 'black', 'pants', 'after', 'months', 'of', 'waiting', 'for', 'starters', 'these', 'pants', 'run', 'small', 'so', 'i', 'ordered', 'a', 'size', 'up', 'but', 'still', 'in', 'petite', 'because', 'i', 'adored', 'the', 'red', 'ones', 'i', 'got', 'this', 'past', 'summer', 'when', 'the', 'black', 'pants', 'arrived', 'they', 'were', 'a', 'full', 'three', 'inches', 'shorter', 'than', 'the', 'red', 'ones', 'which', 'were', 'also', '6p', 'and', 'the', 'fabric', 'did', 'not', 'feel', 'anywhere', 'close', 'to', 'the', 'same', 'quality', 'i', "'m", 'debating', 'ordering', 'the', 'regular', 'length', 'but', 'i', "'m", 'not', 'sure', 'i', "'ll", 'bother', 'based', 'on', 'some', 'of', 'the', 'other', 'reviews', ',2,0,0', 'general', 'bottoms', 'pants'] ['654,252,27', 'perfection', 'i', 'had', 'been', 'searching', 'for', 'a', 'swimsuit', 'that', 'flattered', 'my', 'baby', 'bump', 'and', 'this', 'is', 'it', 'i', "'m", 'in', 'love', 'for', 'reference', 'i', 'am', '5', '6', ',170-180', '10-12', 'or', 'm-l', 'depending', 'on', 'the', 'item', 'however', 'i', "'m", 'currently', '19', 'weeks', 'pregnant', 'so', 'im', 'about', '185', 'and', 'growing', 'so', 'i', 'went', 'with', 'the', 'xl', 'swimsuit', 'i', 'have', 'a', '36c/38d', 'bust', 'and', 'although', 'there', 'is', 'no', 'true', 'support', 'in', 'the', 'top', 'of', 'this', 'suit', 'it', 'holds', 'the', 'girls', 'in', 'and', 'the', 'deep', 'plunge', 'is', 'just', 'the', 'right', 'amount', 'of', 'sexy', 'the', 'bottom', 'has', 'modest', 'coverage', 'showing', 'just', 'a', 'little', 'bit', 'of', 'cheek', 'i', 'go', ',5,1,0', 'initmates', 'intimate', 'swim'] ['655,1008,46', 'love', 'it', 'i', 'bought', 'the', 'first', 'skirt', 'at', 'the', 'store', 'loved', 'it', 'so', 'much', 'i', 'went', 'online', 'and', 'found', 'this', 'one', 'and', 'bought', 'it', 'too', ',5,1,1', 'general', 'bottoms', 'skirts'] ['656,943,50', 'thick', 'and', 'beautiful', 'sweater', 'i', 'put', 'this', 'runs', 'small', 'but', 'it', "'s", 'a', 'little', 'more', 'tts', 'except', 'the', 'arms', 'are', 'very', 'slim', 'if', 'you', 'like', 'to', 'push', 'your', 'sleeves', 'up', 'like', 'this', 'model', 'you', 'will', 'have', 'to', 'wait', 'for', 'a', 'while', 'to', 'see', 'if', 'the', 'sweater', 'loosens', 'up', 'length', 'wise', 'it', 'fit', 'me', 'a', 'bit', 'longer', 'than', 'this', 'model', 'and', 'i', "'m", 'a', 'petite', 'the', 'color', 'is', 'also', 'darker', 'and', 'not', 'as', 'red', 'as', 'in', 'this', 'sweaters', 'which', 'i', 'actually', 'prefer', 'the', 'sweater', 'is', 'much', 'thicker', 'than', 'my', 'other', 'cashmere', 'sweaters', 'some', 'of', 'the', 'stitching', 'seems', 'stick', 'out', 'as', 'if', 'the', 'sweater', 'is', 'worn', 'inside', 'out', 'but', 'th', ',5,1,0', 'general', 'tops', 'sweaters'] ['657,634,65', 'loungewear', 'not', 'outdoor', 'wear', 'so', 'i', 'recognized', 'the', 'fact', 'that', 'this', 'dress', 'was', 'likely', 'intended', 'more', 'for', 'lounging', 'than', 'for', 'wearing', 'out', 'and', 'about', 'but', 'i', 'once', 'had', 'a', 'lot', 'of', 'luck', 'with', 'dresses', 'of', 'this', 'price', 'point', 'and', 'intent', 'at', 'retailer', 'so', 'i', 'had', 'hopes', 'i', 'was', 'just', 'wanting', 'it', 'to', 'be', 'a', 'great', 'addition', 'for', 'vacations', 'and', 'beach', 'days', 'but', 'it', "'s", 'honestly', 'so', 'thin', 'i', 'could', "n't", 'even', 'see', 'it', 'working', 'that', 'well', 'for', 'that', 'it', "'s", 'also', 'cut', 'smaller', 'than', 'i', 'was', 'anticipating', 'judging', 'by', 'the', 'way', 'it', 'fits', 'the', 'model', 'my', 'usual', 'small', 'was', 'way', 'more', 'bodycon', 'than', 'i', 'was', 'anti', ',2,0,55', 'general', 'petite', 'intimate', 'lounge'] ['658,1008,22', ',love', 'the', 'fabric', 'fit', 'and', 'cut', 'of', 'this', 'skirt', 'it', 'hits', 'at', 'just', 'the', 'perfect', 'spot', 'but', 'runs', 'a', 'little', 'large', 'and', 'is', 'more', 'flattering', 'when', 'sizing', 'down', 'atleast', 'on', 'me', '.,5,1,1', 'general', 'bottoms', 'skirts'] ['659,252,93', 'amazing', 'suit', 'this', 'is', 'by', 'far', 'the', 'cutest', 'most', 'glamorous', 'one', 'piece', 'i', 'have', 'ever', 'tried', 'on', 'it', 'fits', 'perfectly', 'and', 'is', 'flattering', 'in', 'the', 'right', 'places', 'it', 'does', "n't", 'show', 'too', 'much', 'cleavage', 'and', 'is', 'modest', 'enough', 'for', 'family', 'events', 'absolutely', 'love', 'this', 'suit', 'in', 'navy', 'was', "n't", 'in', 'love', 'with', 'the', 'rest', 'of', 'the', 'patterns', 'hoping', 'they', 'come', 'out', 'in', 'more', 'solid', 'colors', 'someday', 'soon', ',5,1,3', 'initmates', 'intimate', 'swim'] ['660,838,43', 'uniform', 'top', 'i', 'do', "n't", 'normally', 'try', 'on', 'tops', 'like', 'this', 'but', 'i', 'liked', 'the', 'product', 'shot', 'so', 'much', 'that', 'i', 'wanted', 'to', 'repeat', 'the', 'outfit', 'i', 'grabbed', 'a', 'large', 'because', 'it', 'wasa', 'shorter', 'blouse', 'it', 'was', 'huge', 'i', 'sized', 'down', 'to', 'the', 'medium', 'and', 'it', 'was', 'still', 'loose', 'but', 'if', 'i', 'were', 'to', 'purchase', 'it', 'would', 'be', 'that', 'size', 'the', 'red', 'against', 'the', 'blue', 'was', 'very', 'pretty', 'but', 'i', 'did', "n't", 'know', 'if', 'felt', 'like', 'a', 'little', 'kid', 'in', 'a', 'uniform', 'the', 'back', 'did', 'not', 'lie', 'flat', 'not', 'sure', 'if', 'it', 'was', 'because', 'of', 'my', '36d', 'chest', 'or', 'because', 'of', 'the', 'shirt', 'design', 'it', 'is', 'well', 'made', 'and', 'i', 'th', ',5,1,10', 'general', 'tops', 'blouses'] ['661,1059,67', 'perfect', '24/7', 'i', 'love', 'this', 'ankle', 'length', 'pant', 'it', 'is', 'so', 'comfortable', 'wear', 'it', 'with', 'a', 'tunic', 'or', 'tee', 'i', 'can', 'wear', 'this', 'for', '3', 'seasons', ',5,1,4', 'general', 'bottoms', 'pants'] ['662,1059,45', 'super', 'comfy', 'and', 'great', 'fit', 'i', 'think', 'this', 'is', 'the', 'first', 'time', 'i', "'ve", 'successfully', 'purchased', 'pants', 'online', 'i', 'normally', 'have', 'to', 'try', 'a', 'bunch', 'of', 'styles', 'and', 'sizes', 'on', 'before', 'i', 'find', 'the', 'right', 'ones', 'i', 'gave', 'it', 'a', 'shot', 'with', 'these', 'and', 'bingo', 'they', 'are', 'great', 'they', 'are', 'a', 'bit', 'longer', 'on', 'me', 'than', 'on', 'the', 'model', 'because', 'i', 'am', '5', '3', 'and', 'did', 'not', 'order', 'a', 'petite', 'i', 'still', 'like', 'how', 'they', 'look', 'hitting', 'just', 'above', 'my', 'ankle', 'just', 'the', 'right', 'blend', 'of', 'conservative', 'and', 'cool', 'for', 'lecturing', 'in', 'front', 'of', 'college', 'undergrads', ',5,1,0', 'general', 'bottoms', 'pants'] ['663,620,42', 'great', 'shorts', 'such', 'cute', 'soft', 'and', 'comfortable', 'shorts', 'can', 'be', 'worn', 'as', 'night', 'wear', 'or', 'out', 'and', 'about', ',5,1,1', 'general', 'bottoms', 'shorts'] ['664,1059,58', 'cute', 'slim', 'pants', 'i', 'saw', 'these', 'in', 'an', 'email', 'and', 'immediately', 'went', 'to', 'the', 'web', 'to', 'look', 'at', 'them', 'they', 'fit', 'well', 'and', 'have', 'nice', 'slim', 'look', 'the', 'bottom', 'of', 'the', 'legs', 'seems', 'to', 'fit', 'a', 'little', 'slimmer', 'on', 'me', 'than', 'in', 'the', 'picture', 'but', 'they', 'are', "n't", 'too', 'tight', ',5,1,6', 'general', 'bottoms', 'pants'] ['665,117,52', 'fabulous', 'received', 'many', 'compliments', 'the', 'first', 'day', 'i', 'wore', 'them', 'amazing', 'fit', 'disagree', 'with', 'the', 'other', 'post', 'the'] ['quality', 'is', 'amazing', 'i', 'wish', 'they', 'had', 'other', 'colors', 'bought', 'xs', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['666,252,25', 'cute', 'and', 'comfortable', 'swimsuit', 'this', 'is', 'one', 'of', 'the', 'most', 'comfortable', 'swimsuits', 'i', 'own', 'i', 'purchased', 'it', 'in', 'the', 'turquoise', 'dots', 'print', 'and', 'found', 'that', 'it', 'was', 'colorful', 'and', 'perfect', 'for', 'a', 'beach', 'getaway', 'the', 'adjustable', 'halter', 'style', 'makes', 'it', 'really', 'comfortable', 'yet', 'cute', 'i', 'highly', 'recommend', 'this', 'suit', 'to', 'those', 'looking', 'for', 'a', 'unique', 'yet', 'whimsical', 'swimsuit', 'style', ',5,1,1', 'initmates', 'intimate', 'swim'] ['667,252,35', 'lacks', 'support', 'great', 'swimsuit', 'love', 'the', 'fabric', 'and', 'pattern', 'the', 'top', 'lacks', 'support', ',4,1,0', 'initmates', 'intimate', 'swim'] ['668,634,37', 'easy', 'breezy', 'this', 'dress', 'is', 'the', 'best', 'casual', 'find', 'goes', 'with', 'everything-', 'flips', 'flops', 'tennys', 'jean', 'jacket', 'feels', 'little', 'sporty', 'and', 'the', 'orange', 'was', 'a', 'cool', 'addition', 'to', 'my', 'closet', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['669,838,29', 'weird', 'fit', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'was', 'disappointed', 'because', 'it', 'looked', 'so', 'fresh', 'and', 'vibrant', 'on', 'the', 'hanger', 'but', 'it', "'s", 'basically', 'cut', 'for', 'model-sized', 'people', 'only', 'it', "'s", 'short', 'and', 'wide', 'and', 'if', 'you', 'have', 'any', 'boobs', 'at', 'all', 'it', "'ll", 'make', 'the', 'back', 'pucker', 'i', 'ca', "n't", 'imagine', 'this', 'will', 'look', 'good', 'on', 'most', 'women', ',2,0,7', 'general', 'tops', 'blouses'] ['670,1008,29', 'cute', 'but', 'did', "n't", 'work', 'for', 'me', 'i', 'really', 'wanted', 'this', 'skirt', 'to', 'work', 'but', 'it', 'did', "n't", 'look', 'very', 'flattering', 'on', 'me', 'a', 'great', 'midi', 'length', 'and', 'very', 'cool', 'pattern', 'so', 'hopefully', 'will', 'work', 'for', 'others', ',3,0,0', 'general', 'bottoms', 'skirts'] ['671,1059,47', 'cute', 'pants', 'these', 'are', 'really', 'cute', 'nice', 'fabric', 'i', 'love', 'the', 'rise', 'not', 'to', 'low', 'not', 'too', 'high', 'but', 'they', 'are', 'going', 'back', 'i', "'m", 'a', 'size', '4.', 'i', 'got', 'these', 'in', 'a', '4.', 'they', 'fit', 'fine', 'in', 'the', 'waist', 'and', 'bum', 'but', 'they', 'are', 'tight', 'around', 'my', 'calves', 'also', 'they', 'were', 'more', 'like', 'high', 'waters', 'on', 'me', 'than', 'cropped', 'so', 'a', 'petite', 'in', 'the', 'length', 'probably', 'would', 'have', 'worked', 'better', 'for', 'me', 'had', 'these', 'fit', ',4,1,0', 'general', 'bottoms', 'pants'] ['672,838,25', ',this', 'top', 'is', 'gorgeous', 'this', 'is', 'why', 'i', 'love', 'retailer', 'the', 'quality', 'is', 'amazing', 'i', 'just', 'love', 'how', 'unique', 'this', 'top', 'is', 'it', "'s", 'a', 'light', 'jean', 'blue', 'and', 'white', 'pin', 'striped', 'shirt', 'with', 'these', 'beautiful', 'red', 'crochet', 'sleeves', 'i', "'m", 'a', '34ddd', 'i', 'ordered', 'the', 'large', 'and', 'it', "'s", 'perfect', 'it', 'is', 'a', 'bit', 'shorter', 'probably', 'because', 'of', 'my', 'chest', 'but', 'i', 'was', 'going', 'to', 'wear', 'it', 'with', 'high', 'waisted', 'shorts', 'anyways', 'it', "'s", 'a', 'must', 'buy', ',5,1,1', 'general', 'tops', 'blouses'] ['673,634,39', 'great', 'price', 'for', 'sale', 'price', 'is', 'a', 'great', 'price', 'for', 'a', 'cute', 'cover-up', 'so', 'this', 'is', 'not', 'a', 'polite', 'company', 'dress', 'this', 'is', 'a', 'i', 'want', 'to', 'show', 'off', 'my', 'cute', 'underwear/bikini/cross-fit', 'bod', 'while', 'i', 'go', 'get', 'a', 'cold', 'pressed', 'juice', 'in', 'venice', 'kind', 'of', 'dress', 'or', 'you', 'can', 'just', 'wear', 'it', 'at', 'home', 'like', 'i', 'do', 'runs', 'small', 'btw', 'so', 'size', 'up', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['674,1059,30', 'great', 'fit', 'these', 'fit', 'me', 'really', 'well', 'i', 'tend', 'to', 'have', 'a', 'problem', 'finding', 'trousers', 'that', 'fit', 'my', 'more', 'muscular', 'legs', 'and', 'my', 'waist', 'usually', 'if', 'it', 'fits', 'my', 'legs', 'the', 'waist', 'is', 'too', 'big', 'the', 'trousers', 'have', 'some', 'stretch', 'for', 'a', 'better', 'fit', 'the', 'only', 'downside', 'is', 'that', 'i', 'had', 'go', 'them', 'hemmed', 'bought', 'regular', 'size', ',5,1,0', 'general', 'bottoms', 'pants'] ['675,1059,34', 'stretches', 'out', 'i', 'am', 'normally', 'between', 'a', 'size', '0', 'and', '2', 'so', 'i', 'ordered', 'these', 'pants', 'in', 'both', 'sizes', 'to', 'make', 'sure', 'i', 'would', 'have', 'a', 'nice', 'pair', 'of', 'black', 'crops', 'to', 'wear', 'to', 'work', 'the', '0', 'seemed', 'pretty', 'tight', 'all', 'around', 'so', 'i', 'returned', 'the', '0', 'and', 'kept', 'the', '2', 'even', 'though', 'there', 'was', 'a', 'little', 'bit', 'of', 'room', 'in', 'the', 'waist', 'of', 'course', 'the', 'size', '2', 'after', 'a', 'few', 'hours', 'of', 'wearing', 'had', 'completely', 'stretched', 'out', 'was', 'bagging', 'in', 'the', 'crotch', 'area', 'sliding', 'around', 'on', 'my', 'waist', 'and', 'creasing', 'badly', 'behind', 'the', 'knees', 'i', 'doubt', 'i', 'will', 'wear', 'these', 'pants', 'more', 'than', 'the', 'o', ',2,0,17', 'general', 'bottoms', 'pants'] ['676,1059,60', 'great', 'material', 'awkward', 'length', 'the', 'material', 'and', 'construction', 'of', 'the', 'pants', 'are', 'great', 'but', 'the', 'length', 'is', 'just', 'plain', 'awkward', 'i', "'m", '5', '4', 'and', 'the', 'regular', 'came', 'to', 'just', 'above', 'my', 'ankles', 'and', 'looked', 'as', 'though', 'they', 'had', 'shrunk', 'in', 'the', 'wash', 'in', 'a', 'really', 'bad', 'way', 'a', 'couple', 'of', 'inches', 'longer', 'and', 'they', 'would', "'ve", 'been', 'fine', 'or', 'i', 'could', "'ve", 'gotten', 'them', 'in', 'petite', 'and', 'worn', 'them', 'as', 'true', 'ankle-length', 'pants', 'but', 'the', 'regular', 'just', 'did', "n't", 'do', 'it', 'for', 'me', 'also', 'i', "'m", 'usually', 'a', 'size', '6', '5', '4', '125lbs', 'and', 'these', 'were', 'a', 'little', 'baggy', 'around', 'the', 'waist', 'and', 'hips', ',3,0,0', 'general', 'bottoms', 'pants'] ['677,1059,45', 'love', 'these', 'pants', 'highly', 'recommend', 'i', 'often', 'find', 'wearing', 'anything', 'described', 'as', "'slim", 'difficult', 'but', 'these', 'pants', 'are', 'absolutely', 'wonderful', 'i', 'bought', 'in', 'a', 'size', '12', 'regular', 'length', 'they', 'are', 'perfect', 'both', 'in', 'fit', 'and', 'quality', ',5,1,1', 'general', 'bottoms', 'pants'] ['678,1008,55', 'great', 'skirt', 'this', 'midi', 'skirt', 'has', 'a', 'really', 'nice', 'drape', 'with', 'great', 'seasonal', 'colors', 'ca', "n't", 'wait', 'to', 'pair', 'it', 'with', 'my', 'wine', 'color', 'booties', ',5,1,1', 'general', 'bottoms', 'skirts'] ['679,117,34', 'mixed', 'feelings', 'i', 'ordered', 'these', 'in', 'a', 'size', 'small', 'on', 'sale', 'thinking', 'that', 'because', 'of', 'the', 'material', 'they', 'might', 'not', 'fit', 'they', 'are', 'actually', 'very', 'cute', 'and', 'fit', 'in', 'the', 'waist/legs', 'but', 'in', 'the', 'crotch', 'area', 'as', 'another', 'reviewer', 'mentioned', 'they', 'could', 'fit', 'a', 'little', 'better', 'they', 'look', 'fine', 'with', 'a', 'longer', 'top', 'so', 'i', 'decided', 'to', 'keep', 'them', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['680,886,36', 'unique', 'design', 'love', 'the', 'collar', 'and', 'broad', 'cuffs', 'the', 'xs', 'regular', 'fits', 'me', 'better', 'than', 'the', 's', 'petite', 'which', 'is', 'a', 'bit', 'short', ',4,1,1', 'general', 'tops', 'knits'] ['681,1087,62', 'simple', 'but', 'different.', 'i', 'bought', 'this', 'dress', 'in', 'the', 'cream', 'color', 'it', 'was', 'sold', 'out', 'online', 'in', 'most', 'sizes', 'but', 'i', 'stumbled', 'upon', 'it', 'in', 'person', 'and', 'immediately', 'had', 'to', 'have', 'it', 'i', "'m", 'usually', 'xs', 'or', 'small', 'and', 'bought', 'the', 'small', 'they', 'did', 'not', 'have', 'an', 'xs', 'available', 'so', 'i', 'ca', "n't", 'compare', 'but', 'the', 'small', 'was', 'flattering', 'and', 'comfortable', 'i', "'m", '5', '5', '120', '34c', 'and', 'it', 'falls', 'perfectly', 'at', 'my', 'ankles', 'no', 'dragging', 'and', 'looks', 'great', 'with', 'simple', 'neutral', 'sandals', 'as', 'some', 'reviewers', 'have', 'mentioned', 'it', 'has', 'some', 'weight', 'to', 'it', 'so', 'it', "'s", 'probably', 'not', 'great', 'for', 'hot', 'da', ',4,1,1', 'general', 'dresses', 'dresses'] ['682,873,57', ',this', 'is', 'a', 'fabulous', 'style', 'top', 'highly', 'recommend', 'this', 'top', 'comfortable', 'material', 'retailer', 'is', 'consistently', 'tried', 'and', 'true', 'to', 'a', 'classy', 'style', ',5,1,1', 'general', 'tops', 'knits'] ['683,1087,23', 'too', 'short', 'this', 'dress', 'is', 'gorgeous', 'but', 'i', 'should', 'warn', 'all', 'the', 'tall', 'ladies', 'out', 'there', 'that', 'it', 'fits', 'quite', 'awkwardly', 'i', "'m", "5'10", 'and', 'tried', 'both', 'the', 'petite', 'thinking', 'it', 'would', 'fall', 'more', 'like', 'a', 'midi', 'and', 'the', 'regular', 'hoping', 'it', 'would', 'fit', 'like', 'a', 'maxi', 'should', 'both', 'hit', 'at', 'a', 'very', 'awkward', 'spot', 'on', 'my', 'mid-shin', 'as', 'much', 'as', 'i', 'loved', 'and', 'wanted', 'it', 'it', 'looked', 'too', 'weird', 'to', 'justify', 'buying', ',5,1,0', 'general', 'dresses', 'dresses'] ['684,886,37', 'love', 'the', 'coral', 'color', 'so', 'pretty', 'in', 'person', 'it', 'is', 'slightly', 'lower', 'cut', 'on', 'the', 'chest', 'than', 'i', 'expected'] ['this', 'is', 'a', 'great', 'top', 'for', 'the', 'weekends', ',4,1,0', 'general', 'tops', 'knits'] ['685,745,68', 'these', 'are', 'the', 'perfect', 'leggings', 'they', "'re", 'so', 'soft', 'and', 'they', 'do', "n't", 'stretch', 'and', 'droop', 'throughout', 'a', 'day', 'of', 'wearing', 'them', 'i', 'ordered', 'the', 'grey', 'and', 'moss', 'and', 'they', 'have', 'different', 'textures', 'which', 'is', 'fun', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['686,886,58', ',,5,1,0', 'general', 'tops', 'knits'] ['687,937,36', 'itchy', 'this', 'cardigan', 'is', 'very', 'cute', 'in', 'the', 'picture', 'and', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'it', 'just', 'did', "n't", 'seem', 'worth', 'the', 'price', 'the', 'material', 'is', 'kind', 'of', 'itchy', 'to', 'me', 'and', 'i', 'was', "n't", 'a', 'huge', 'fan', 'of', 'the', 'wide', 'edges', 'in', 'the', 'front', 'the', 'colour', 'is', 'very', 'nice', 'and', 'feminine.,3,0,1', 'general', 'tops', 'sweaters'] ['688,1087,52', 'worth', 'it', 'i', 'never', 'buy', 'anything', 'at', 'retailer', 'full', 'price', 'but', 'had', 'to', 'get', 'this', 'when', 'i', 'tried', 'it', 'at', 'my', 'local', 'store', 'especially', 'since', 'it', "'s", 'back', 'ordered', 'for', 'so', 'long', 'it', "'s", 'very', 'flattering', 'and', 'super', 'comfortable', 'fully', 'lined', 'not', 'see-', 'through', 'at', 'all', 'elastic', 'waist', 'that', "'s", 'hidden', 'under', 'the', 'sweater', 'top', 'will', 'be', 'so', 'easy', 'to', 'throw', 'on', 'and', 'dress', 'up', 'for', 'an', 'evening', 'out', 'or', 'lounge', 'in', 'after', 'a', 'day', 'at', 'the', 'pool', 'or', 'beach', 'looking', 'at', 'the', 'model', 'pics', 'i', 'was', 'concerned', 'the', 'arm', 'pit', 'holes', 'came', 'too', 'low', 'but', 'on', 'me', 'that', 'is', 'not', 'the', 'case', 'the', 't', ',5,1,84', 'general', 'dresses', 'dresses'] ['689,937,39', 'so', 'many', 'compliments', 'this', 'sweater', 'is', 'unique', 'and', 'really', 'pretty', 'i', 'got', 'so', 'many', 'compliments', 'and', 'i', 'felt', 'really', 'girlie', 'wearing', 'it', 'it', 'is', 'so', 'fun.,5,1,0', 'general', 'tops', 'sweaters'] ['690,937,33', 'great', 'staple', 'sweater', 'i', 'just', 'saw', 'this', 'in', 'the', 'store', 'and', 'loved', 'it', 'it', 'is', 'shorter', 'than', 'pictured', 'on', 'the', 'model', 'but', 'it', "'s", 'not', 'short', 'with', 'a', 'long', 'shirt', 'underneath', 'i', "'ll", 'wear', 'it', 'with', 'leggings', 'the', 'color', 'is', 'beautiful', 'the', 'size', 'does', 'run', 'large', 'i', 'normally', 'wear', 'a', 'large', 'at', 'retailer', 'and', 'i', 'got', 'this', 'in', 'a', 'medium', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'all', 'fall', 'and', 'winter', 'long', ',5,1,0', 'general', 'tops', 'sweaters'] ['691,1059,48', 'unique', 'and', 'adorable', 'very', 'fun', 'and', 'comfortable', 'pants', 'that', 'will', 'bring', 'you', 'many', 'compliments', 'they', 'do', 'fall', 'open', 'when', 'you', 'sit', 'down', 'though', 'they', 'have', 'liner', 'shorts', 'inside', 'for', 'coverage', 'they', 'are', 'not', 'appropriate', 'for', 'work', 'but', 'will', 'become', 'a', 'wardrobe', 'favorite', ',5,1,2', 'general', 'bottoms', 'pants'] ['692,1110,23', 'the', 'worst', 'i', 'do', "n't", 'typically', 'write', 'bad', 'reviews', 'but', 'this', 'dress', 'is', 'so', 'bad', 'and', 'i', 'want', 'to', 'save', 'someone', 'else', 'from', 'buying', 'it', 'i', 'read', 'the', 'mostly', 'bad', 'reviews', 'and', 'still', 'purchased', 'anyway', 'my', 'fault', 'i', 'know', 'the', 'dress', 'is', 'super', 'stiff', 'i', 'know', 'denim', 'can', 'be', 'that', 'way', 'and', 'it', 'is', 'possible', 'it', 'would', 'soften', 'up', 'after', 'a', 'few', 'washes', 'i', "'m", 'typically', 'a', '6/8', 'and', 'the', 'size', 'small', 'swallowed', 'me', 'and', 'the', 'xs', 'was', 'big', 'everywhere', 'except', 'through', 'the', 'bust', 'i', 'ordered', 'both', 'sizes', 'to', 'try', 'i', 'would', "n't", 'recommend', 'buying', 'this', 'if', 'you', 'are', 'a', 'size', '8', 'or', 'small', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['693,1059,38', 'fun', 'casual', 'pant', 'perfect', 'for', 'summer', 'and', 'early', 'fal', 'these', 'pants', 'great', 'casual', 'pants', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'mainly', 'because', 'they', 'are', 'flowy', 'and', 'the', 'open', 'panels', 'make', 'them', 'different', 'with', 'the', 'weather', 'so', 'hot', 'they', 'are', 'perfect', 'for', 'keeping', 'you', 'cool', 'very', 'pleased', 'with', 'this', 'purchase', ',5,1,1', 'general', 'bottoms', 'pants'] ['694,1110,24', 'beautiful', 'dress', 'weird', 'sizing', 'after', 'reviewing', 'the', 'comments', 'for', 'this', 'dress', 'i', 'was', 'really', 'hesitant', 'about', 'buying', 'it', 'online', 'so', 'i', 'finally', 'went', 'to', 'the', 'store', 'and', 'all', 'of', 'the', 'reviews', 'are', '100', 'true', 'this', 'dress', 'is', 'amazing', 'in', 'terms', 'of', 'quality', 'but', 'the', 'sizing', 'makes', 'zero', 'sense', 'i', "'m", 'normally', 'a', 'size', '12', 'but', 'based', 'on', 'the', 'reviews', 'i', 'initially', 'tried', 'on', 'a', 'medium', 'even', 'that', 'was', 'huge', 'arm', 'holes', 'so', 'long', 'you', 'could', 'see', 'my', 'entire', 'bra', 'so', 'i', 'tried', 'on', 'the', 'small', 'and', 'that', 'fit', 'perfectly', 'unfortunately', 'unless', 'you', "'re", 'normally', 'an', '8', 'maybe', 'or', 'above', 'in', 'sizing', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['695,873,38', 'started', 'out', 'perfect', 'loved', 'the', 'style', 'ordered', 'my', 'normal', 'm-', 'fit', 'tts', 'though', 'i', 'thought', 'i', 'would', 'potentially', 'taper', 'the', 'sides', 'to', 'make', 'less', 'boxy', 'with', 'a', 'larger', 'bust', 'and', 'shoulders', 'boxiness', 'is', 'unflattering', 'the', 'slight', 'boxiness', 'looked', 'perfect', 'with', 'stretchy', 'fitted', 'business', 'slacks', 'midday', 'i', 'held', 'my', 'ipad', 'up', 'to', 'my', 'chest', 'and', 'the', 'velcro', 'from', 'the', 'cover', 'pulled', 'an', 'entire', 'lychnis', 'delicate', 'threads', 'not', 'just', 'snagged-', 'i', 'had', 'to', 'gently', 'separate', 'the', 'threads', 'from', 'velcro', 'grip', 'needless', 'to', 'say', 'it', 'pulled', 'the', 'threads', 'out', 'by', 'at', 'least', '1/2', 'an', 'i', ',3,0,1', 'general', 'tops', 'knits'] ['696,886,52', ',nice', 'basic', 'top', 'i', 'will', 'get', 'plenty', 'of', 'use', 'out', 'of', 'this', 'love', 'the', 'neckline.,5,1,0', 'general', 'tops', 'knits'] ['697,1087,36', 'so', 'beautiful', 'i', "'d", 'been', 'eyeing', 'this', 'dress', 'since', 'i', 'first', 'saw', 'it', 'in', 'the', 'dress', 'catalog', 'when', 'it', 'came', 'out', 'when', 'i', 'saw', 'it', 'in', 'person', 'it', 'was', 'just', 'as', 'beautiful', 'as', 'i', 'remembered', 'i', "'m", 'about', '140', 'lbs', 'and', 'usually', 'wear', 'a', 'size', 's', 'or', 'm', 'but', 'i', 'tried', 'the', 's', 'on', 'and', 'decided', 'to', 'size', 'down', 'to', 'an', 'xs', 'because', 'the', 'linen', 'flowy', 'fabric', 'lays', 'a', 'bit', 'wide', 'when', 'on', 'the', 'body', 'however', 'the', 's', 'would', 'have', 'worked', 'too', 'i', "'d", 'say', 'size', 'down', 'if', 'you', 'prefer', 'your', 'clothes', 'a', 'tiny', 'bit', 'more', 'fitted', 'the', 'fabric', 'is', 'beautiful', 'and', 'lightweight', 'even', 'though', 'there', 'is', 'more', ',5,1,12', 'general', 'dresses', 'dresses'] ['698,937,26', 'perfect', 'layering', 'sweater', 'i', 'have', 'been', 'searching', 'for', 'a', 'pale', 'pink', 'sweater', 'for', 'fall', 'the', 'color', 'and', 'fit', 'is', 'much', 'prettier', 'than', 'the', 'way', 'it', 'is', 'photographed', 'here', 'i', 'think', 'it', 'will', 'look', 'great', 'over', 'denim', 'grey', 'or', 'olive', 'green', 'dresses', 'and', 'shirts', ',5,1,1', 'general', 'tops', 'sweaters'] ['699,1110,35', 'runs', 'very', 'small', 'do', "n't", 'buy', 'this', 'dress', 'unless', 'you', 'are', 'normally', 'a', 'medium', 'or', 'larger', 'order', 'it', 'one', 'or', 'two', 'sizes', 'smaller', 'than', 'your', 'normal', 'size', 'i', 'ordered', 'an', 'xs', 'and', 'it', "'s", 'more', 'like', 'a', 'medium', 'or', 'large.,2,0,11', 'general', 'dresses', 'dresses'] ['700,886,48', 'great', 'casual', 'top', 'i', 'got', 'this', 'in', 'blue', 'and', 'also', 'in', 'white', 'both', 'size', 'medium', 'it', "'s", 'a', 'very', 'comfy', 'casual', 'top', 'and', 'i', 'love', 'the', 'horseshoe', 'neckline', 'and', 'front', 'facing', 'seaming', 'which', 'makes', 'it', 'just', 'a', 'bit', 'different', 'however', 'i', 'ca', "n't", 'figure', 'out', 'why', 'the', 'blue', 'color', 'fits', 'quite', 'a', 'bit', 'smaller', 'than', 'the', 'white', 'but', 'it', 'does', 'so', 'consider', 'this', 'when', 'you', 'order', 'depending', 'upon', 'how', 'you', 'want', 'it', 'to', 'fit', 'i', "'m", 'keeping', 'both', 'but', 'will', 'wear', 'the', 'blue', 'in', 'a', 'different', 'way', 'definitely', 'not', 'with', 'leggings', ',5,1,9', 'general', 'tops', 'knits'] ['701,937,59', 'great', 'for', 'travel', 'i', 'think', 'the', 'model', 'is', 'wearing', 'a', 'larger', 'size', 'per', 'the', 'first', 'review', 'i', 'am', '5', '2', 'and', '105', 'lbs', 'and', 'the', 'xs', 'fits', 'about', 'the', 'same', 'in', 'length', 'but', 'not', 'nearly', 'voluminous', 'so', 'you', 'should', 'order', 'up', 'if', 'that', 'is', 'what', 'you', 'want', 'this', 'will', 'be', 'perfect', 'for', 'some', 'long', 'summer', 'flights', 'instead', 'of', 'a', 'wrap', 'since', 'the', 'sleeves', 'will', 'be', 'more', 'convenient', 'and', 'i', 'always', 'look', 'schlumpy', 'rather', 'than', 'elegant', 'in', 'a', 'shawl', 'if', 'it', 'had', 'some', 'cashmere', 'or', 'another', 'softer', 'fiber', 'i', 'would', 'be', 'totally', 'in', 'love', 'with', 'it', ',3,1,14', 'general', 'tops', 'sweaters'] ['702,886,46', 'great', 'neckline', 'good', 'xl', 'fit', 'i', 'ordered', 'the', 'white', 'solid', 'the', 'white', 'w/blue', 'stripes', 'versions', 'in', 'size', 'xl', 'both', 'fit', 'me', 'true', 'to', 'size', 'the', 'fit', 'matches', 'the', 'model', "'s", 'photos', 'i', 'got', 'these', 'on', 'sale', 'and', 'they', "'re", 'worth', 'that', 'price', 'they', "'re", 'great', 'basics', 'to', 'have', 'the', 'white/blue', 'striped', 'one', 'is', 'my', 'favorite', 'it', 'such', 'a', 'pretty', 'combo', 'i', 'love', 'the', 'unique', 'neckline', 'too', 'fun', 'details', 'for', 'a', 'basic', 'tee.,4,1,0', 'general', 'tops', 'knits'] ['703,1137,49', 'simple', 'luxury', 'i', 'found', 'this', 'at', 'my', 'local', 'store', 'and', 'ended', 'up', 'buying', 'both', 'colors', 'the', 'fabric', 'is', 'thicker', 'than', 'a', 't-shirt', 'these', 'will', 'go', 'with', 'so', 'many', 'things', 'jeans', 'to', 'dressy', 'skirts', 'i', 'normally', 'wear', 'a', 'small', 'but', 'ended', 'up', 'buying', 'the', 'medium', '2', 'the', 'small', 'fit', 'me', 'but', 'was', 'a', 'little', 'too', 'short', 'for', 'reference', 'i', 'am', '5', '8', 'these', 'will', 'be', 'a', 'staple', 'in', 'my', 'wardrobe', 'all', 'year', 'round', 'love', ',5,1,7', 'general', 'trend', 'trend'] ['704,1165,31', 'beautiful', 'print', 'bad', 'fit', 'the', 'colors', 'and', 'print', 'are', 'absolutely', 'beautiful', 'and', 'i', "'m", 'quite', 'heartbroken', 'that', 'this', 'suit', 'just', 'does', "n't", 'fit', 'i', 'do', "n't", 'have', 'a', 'long', 'torso', 'but', 'the', 'v', 'was', 'just', 'so', 'plunging', 'that', 'i', 'would', "n't", 'feel', 'comfortable', 'leaving', 'the', 'backyard', 'lounge', 'chair', 'in', 'this', 'bathing', 'suit', 'no', 'matter', 'how', 'much', 'i', 'tied', 'the', 'halter', 'it', 'still', 'revealed', 'a', 'v', 'halfway', 'down', 'to', 'my', 'naval', 'the', 'strange', 'thing', 'is', 'that', 'there', 'seemed', 'to', 'be', 'too', 'much', 'fabric', 'on', 'top', 'lots', 'of', 'ruching', 'and', 'thicker', 'straps', 'than', 'i', 'would', 'normally', 'go', 'for', 'and', 'while', 'i', "'m", 'only', 'around', 'a', 'b', ',3,0,0', 'initmates', 'intimate', 'swim'] ['705,937,29', 'great', 'slouchy', 'sweater', 'perfect', 'color', 'this', 'sweater', 'has', 'the', 'perfect', 'slouchy', 'shape', 'for', 'fall', 'i', 'wish', 'it', 'were', 'a', 'little', 'bit', 'softer', 'and', 'heavier', 'the', 'fabric', 'is', 'pretty', 'lightweight', 'but', 'it', 'layers', 'beautifully', 'and', 'will', 'be', 'a', 'staple', 'for', 'me', 'this', 'season.,5,1,0', 'general', 'tops', 'sweaters'] ['706,1110,45', 'huge', 'dress', 'the', 'overall', 'styling', 'was', 'great', 'and', 'the', 'dress', 'is', 'super-cute', 'if', 'a', 'little', 'thick', 'it', "'s", 'made', 'of', 'denim', 'after', 'all', 'i', 'ordered', 'a', 'size', 'down', 'from', 'my', 'normal', 'and', 'even', 'then', 'i', 'was', 'swimming', 'in', 'it', 'the', 'worst', 'part', 'and', 'the', 'aspect', 'that', 'will', 'make', 'me', 'return', 'it', 'is', 'that', 'the', 'arm', 'holes', 'hang', 'down', 'so', 'low', 'that', 'i', "'d", 'have', 'to', 'wear', 'a', 'tank', 'top', 'under', 'the', 'dress', 'i', "'m", 'returning', 'it', 'though', 'it', 'is', 'really', 'cute', 'and', 'i', 'love', 'this', 'brand', 'the', 'arm', 'holes', 'killed', 'it', 'for', 'me', ',2,0,27', 'general', 'dresses', 'dresses'] ['707,1087,32', ',,5,1,0', 'general', 'dresses', 'dresses'] ['708,1059,40', 'love', 'these', 'pants', 'marking', 'down', 'one', 'star', 'because', 'these', 'pants', 'do', 'gape', 'quite', 'a', 'bit', 'when', 'you', 'sit', 'down', 'though', 'i', 'appreciate', 'the', 'shorts', 'underneath', 'that', 'prevent', 'any', 'indecent', 'exposure', 'these', 'could', 'have', 'done', 'with', 'a', 'little', 'stitch', 'in', 'the', 'front', 'or', 'side', 'somewhere', 'on', 'the', 'leg', 'to', 'limit', 'that', 'that', 'said', 'my', 'other', 'similar', 'non-retailer', 'pants', 'that', 'are', 'much', 'worse', 'and', 'are', 'also', 'are', 'bulkier', 'on', 'top', 'which', 'does', 'not', 'look', 'great', 'at', 'my', 'size/with', 'my', 'body', 'shape', 'these', 'are', 'more', 'flattering', 'i', 'love', 'the', 'band', 'on', 'top', 'and', 'comfortable', 'i', 'am', 'normally', 'a', ',5,1,14', 'general', 'bottoms', 'pants'] ['709,1137,69', 'the', 'tee', 'i', 'have', 'always', 'been', 'looking', 'for', 'it', 'is', 'seldom', 'that', 'i', 'write', 'a', 'review', 'about', 'a', 'tee', 'but', 'after', 'receiving', 'the', 'jessa', 'tee', 'in', 'the', 'mail', 'today', 'i', 'just', 'felt', 'compelled', 'to', 'do', 'so', 'the', 'deal', 'is', 'this', 'tee', 'is', 'pricey', 'for', 'sure', 'but', 'in', 'my', 'opinion', 'it', 'is', 'worth', 'it', 'as', 'another', 'reviewer', 'said', 'the', 'cotton', 'fabric', 'is', 'hefty', 'in', 'fact', 'it', 'could', 'also', 'be', 'called', 'a', 'lightweight', 'sweater', 'everything', 'about', 'this', 'tee', 'is', 'perfect', 'and', 'classic', 'the', 'elbow', 'sleeves', 'the', 'nice', 'neckline', 'and', 'the', 'semi-boxy', 'semi-cropped', 'fit', 'it', 'will', 'go', 'with', 'everything', 'from', 'jeans', 'to', 'nice', 'slacks', ',5,1,1', 'general', 'trend', 'trend'] ['710,745,28', 'the', 'softest', 'leggings', 'these', 'leggings', 'are', 'some', 'of', 'the', 'softest', 'i', 'own', 'i', 'ordered', 'both', 'the', 'black', 'and', 'the', 'moss', 'and', 'each', 'has', 'a', 'distinct', 'pattern', 'they', 'are', 'perfect', 'for', 'colder', 'climates', 'and', 'fit', 'me', 'like', 'a', 'glove.,5,1,2', 'initmates', 'intimate', 'legwear'] ['711,937,74', 'great', 'fall', 'sweater', 'i', 'took', 'this', 'sweater', 'on', 'a', 'recent', 'vacation', 'up', 'north', 'i', 'wore', 'it', '3', 'evenings', 'because', 'the', 'weather', 'changed', 'from', 'hot', 'to', 'cool', 'loved', 'the', 'feel', 'of', 'being', 'wrapped', 'in', 'a', 'warm', 'blanket', 'cocoon', 'cardigan', 'is', 'an', 'apt', 'name', 'was', "n't", 'sure', 'about', 'pink', 'but', 'it', 'is', 'exactly', 'as', 'pictured', 'this', 'will', 'become', 'a', 'go-to', 'in', 'my', 'sweater', 'wardrobe.,4,1,1', 'general', 'tops', 'sweaters'] ['712,1110,48', 'very', 'hip', 'i', 'normally', 'wear', 'a', 'size', '2', 'so', 'i', 'ordered', 'a', 'small', 'and', 'an', 'small', 'petite', 'i', 'will', 'be', 'keeping', 'the', 'small', 'because', 'the', 'small', 'petite', 'looks', 'like', 'a', 'shirt', 'on', 'me', 'my', 'height', 'is', '5', '4', 'it', 'runs', 'very', 'big', 'underneath', 'the', 'arms', 'as', 'well', 'the', 'design', 'is', 'so', 'unique', 'i', 'will', 'be', 'keeping', 'it', ',4,1,2', 'general', 'dresses', 'dresses'] ['713,1110,35', 'still', 'cute', 'despite', 'this', 'dress', 'is', 'still', 'super', 'cute', 'despite', 'its', 'shortcomings', 'i', 'agree', 'with', 'other', 'reviewers', 'that', 'it', 'definitely', 'runs', 'large', 'and', 'very', 'small', 'petite/thinner', 'ladies', 'might', 'feel', 'it', "'s", 'overwhelming', 'it', 'worked', 'for', 'me', 'in', 'my', 'usual', 'size', 'l', 'though', 'for', 'reference', 'i', "'m", '5', '3', 'and', 'this', 'hit', 'just', 'above', 'the', 'knee', 'and', 'while', 'the', 'dress', 'is', 'roomy', 'a', 'smaller', 'size', 'would', 'likely', 'have', 'been', 'tighter', 'or', 'pulled', 'on', 'my', 'fuller', '36d', 'chest', 'as', 'there', "'s", 'not', 'much', 'give', 'in', 'that', 'area', 'i', 'agree', 'that', 'the', 'armpit', 'holes', 'are', 'ridiculous', 'but', 'a', 'thin', 'camisol', ',4,1,0', 'general', 'dresses', 'dresses'] ['714,886,50', 'so', 'comfy', 'and', 'stylish', 'love', 'the', 'color', 'i', 'purchased', 'the', 'indigo/blue', 'nice', 'fit', 'relaxed', 'fit', 'not', 'fitted', 'might', 'have', 'to', 'get', 'another', 'color', 'it', "'s", 'fun', 'to', 'have', 'a', 'tee', 'with', 'a', 'different', 'design', 'detail', 'neckline', 'i', "'m", '5', '7', '145-150', 'lbs', 'and', 'ordered', 'the', 'medium', 'a', 'smaill', 'probably', 'would', 'have', 'worked', 'too', 'since', 'my', 'shoulders', 'are', 'a', 'bit', 'narrow', 'but', 'mediumd', 'is', 'fine', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['715,937,38', 'love', 'i', 'love', 'this', 'sweater', 'it', 'is', 'true', 'to', 'size', 'and', 'not', 'itchy', 'at', 'all', 'i', 'am', '5', '5', 'and', 'i', 'bought', 'the', 'small', 'other', 'reviews', 'said', 'it', 'was', "n't", 'as', 'long', 'as', 'it', 'looks', 'pictures', 'but', 'it', 'is', 'the', 'same', 'length', 'on', 'me', 'as', 'it', 'shows', 'on', 'the', 'model', 'you', 'can', 'wear', 'this', 'with', 'so', 'many', 'things', 'i', 'ca', "n't", 'wait', 'for', 'fall', 'so', 'i', 'can', 'wear', 'it', ',5,1,1', 'general', 'tops', 'sweaters'] ['716,886,42', 'great', 'color', 'the', 'coral', 'is', 'stunning', 'the', 'shirt', 'has', 'a', 'slight', 'flare', 'at', 'the', 'bottom', 'that', 'you', 'ca', "n't", 'see', 'in', 'the', 'picture', 'it', 'is', "n't", 'a', 'straight', 'cut', 'the', 'sewn', 'edges', 'are', 'rough', 'style', 'making', 'the', 'shirt', 'right', 'for', 'casual', 'wear', 'with', 'jeans', 'or', 'dressing', 'down', 'something', 'fancier', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['717,937,45', 'nice', 'surprise', 'i', 'received', 'this', 'sweater', 'in', 'last', 'week', 'when', 'i', 'opened', 'the', 'package', 'i', 'thought', 'for', 'sure', 'that', 'this', 'sweater', 'was', 'going', 'to', 'be', 'itchy', 'it', 'is', 'not', 'the', 'styling', 'is', 'great', 'and', 'very', 'flattering', 'for', 'the', 'price', 'this', 'is', 'a', 'great', 'value', ',5,1,8', 'general', 'tops', 'sweaters'] ['718,937,38', 'more', 'colorways', 'please', '=d', 'i', "'m", 'a', '110', 'lb', 'shorty', 'with', 'a', 'short', 'torso', 'and', 'long', 'arms', 'so', 'the', 'standard', 'xs', 'was', 'huge', 'i', 'had', 'the', 'opportunity', 'to', 'try', 'on', 'both', 'the', 'xxs', 'petite', 'and', 'xs', 'petite', 'the', 'xxs', 'petite', 'was', 'almost', 'perfect', 'but', 'i', 'wanted', 'it', 'more', 'flowy', 'probably', 'best', 'for', 'those', 'that', 'are', 'even', 'shorter', 'and', 'more', 'lightweight', 'than', 'me', 'othewise', 'it', 'looks', 'a', 'little', 'too', 'boxy', 'the', 'petite', 'xs', 'fit', 'me', 'the', 'best', 'and', 'draped', 'nicely', 'similar', 'to', 'the', 'model', 'in', 'the', 'pink', 'i', 'had', 'a', 'sweater', 'with', 'this', 'exact', 'silhouette', '5+', 'years', 'ago', 'and', 'wore', 'it', 'to', 'death', 'even', 'though', 'i', ',5,1,0', 'general', 'tops', 'sweaters'] ['719,873,51', 'love', 'this', 'top', 'i', 'bought', 'it', 'in', 'the', 'cream', 'color', 'and', 'loved', 'it', 'so', 'much', 'that', 'i', 'bought', 'it', 'in', 'black', 'too', 'super', 'cute', 'with', 'jeans', 'can', 'dress', 'it', 'up', 'too', 'the', 'only', 'slight', 'negative', 'if', 'i', 'had', 'to', 'find', 'one', 'is', 'that', 'i', 'feel', 'like', 'i', 'have', 'to', 'pull', 'it', 'forward', 'at', 'the', 'neckline', 'every', 'once', 'in', 'a', 'while', 'it', 'does', "n't", 'choke', 'me', 'but', 'just', 'feels', 'like', 'it', "'s", 'heavier', 'in', 'the', 'back', 'so', 'pulls', 'a', 'bit', 'worth', 'it', 'though', ',5,1,1', 'general', 'tops', 'knits'] ['720,937,38', 'new', 'favorite', 'this', 'sweater', 'is', 'like', 'a', 'giant', 'hug', 'i', 'wore', 'it', 'today', 'and', 'received', 'so', 'many', 'compliments.,5,1,0', 'general', 'tops', 'sweaters'] ['721,886,46', 'everyday', 'winter', 't', 'updated', 'this', 'is', 'a', 'perfect', 'saturday', 't', 'shirt', 'for', 'the', 'colder', 'days', 'great', 'fit', 'not', 'form', 'fitting', 'with', 'no', 'elastic', 'or', 'rayon', 'soft', 'cotton', 'with', 'great', 'details', 'im', '5', '8', '140', 'ish', 'and', 'the', 'medium', 'fit', 'great', 'i', 'bought', 'a', 'washed', 'denimy', 'blue', 'in', 'the', 'store', 'but', 'may', 'be', 'coming', 'back', 'for', 'more', 'colors', 'now', 'the', 'white', 'was', 'to', 'sheer', 'for', 'my', 'taste', 'though', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['722,873,30', 'darling', 'and', 'sophisticated', 'i', 'can', 'never', 'resist', 'a', 'peter', 'pan', 'collar', 'so', 'i', 'bought', 'this', 'top', 'in', 'the', 'ivory', 'it', "'s", 'so', 'cute', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'and', 'received', 'many', 'compliments', 'it', "'s", 'very', 'comfortable', 'fits', 'well', 'and', 'looks', 'expensive', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['723,886,45', 'adorable', 't-shirt', 'this', 'is', 'absolutely', 'adorable', 'and', 'so', 'flattering', 'i', 'have', 'the', 'patterned', 'shirt', 'and', 'i', 'just', 'purchased', 'the', 'white', 'one', 'and', 'the', 'orange', 'one', 'because', 'i', 'like', 'it', 'so', 'much', 'i', 'am', '5', 'ft.', '9', 'and', '155', 'lbs', 'and', 'the', 'medium', 'fits', 'nicely', 'hope', 'this', 'helps', ',5,1,43', 'general', 'petite', 'tops', 'knits'] ['724,245,31', 'love', 'i', 'love', 'this', 'dress', 'i', "'m", '5', '8', 'and', 'it', 'fits', 'me', 'exactly', 'like', 'the', 'model', 'in', 'the', 'picture', 'i', 'have', 'slim', 'hips', 'and', 'waist', 'so', 'that', 'helps', 'i', 'do', "n't", 'think', 'this', 'would', 'be', 'as', 'flattering', 'on', 'someone', 'curvy', 'i', 'wish', 'it', 'came', 'in', 'another', 'color', 'i', 'like', 'i', 'would', 'absolutely', 'buy', 'in', 'another', 'color', 'i', 'got', 'a', 'medium', 'and', 'it', 'fits', 'like', 'a', 'glove', ',5,1,1', 'initmates', 'intimate', 'layering'] ['725,886,36', 'great', 'tee', 'i', 'bought', 'this', 'a', 'little', 'ago', 'in', 'the', 'denim', 'color', 'it', 'has', 'become', 'a', 'favorite', 'so', 'much', 'that', 'i', 'bought', 'another', 'in', 'white.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['726,886,49', 'casual', 'comfort', 'with', 'style', 'this', 'is', 'a', 'cool', 'relaxed', 'style', 'with', 'the', 'benefit', 'of', 'an', 'open', 'neckline', 'to', 'add', 'a', 'bit', 'of', 'femininity', 'i', 'tried', 'on', 'the', 'faded', 'blue', 'and', 'striped', 'colors', 'in', 'the', 'store', 'the', 'faded', 'blue', 'goes', 'well', 'with', 'the', 'style', 'but', 'the', 'stripe', 'is', 'cute', 'too', 'the', 'sleeves', 'are', 'quite', 'long', 'and', 'too', 'tight', 'to', 'roll', 'up', 'so', 'if', 'you', 'are', 'petite', 'like', 'me', 'you', 'will', 'definitely', 'want', 'to', 'order', 'the', 'petite', 'size-', 'and', 'probably', 'even', 'those', 'you', 'who', 'are', 'in', 'between', 'petites', 'and', 'regular', 'sizes', 'the', 'sleeves', 'may', 'also', 'be', 'too', 'narrow', 'for', 'some', 'people', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['727,1087,39', 'pretty', 'dress', 'lots', 'of', 'fabric', 'this', 'is', 'a', 'very', 'pretty', 'dress', 'and', 'looks', 'just', 'as', 'it', "'s", 'pictured', 'however', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'the', 'lower', 'half', 'is', 'very', 'full', 'and', 'runs', 'very', 'large', ',4,1,0', 'general', 'dresses', 'dresses'] ['728,937,48', ',,5,1,0', 'general', 'tops', 'sweaters'] ['729,1087,55', 'surprisingly', 'heavy', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'colors', 'are', 'heavenly', 'and', 'it', 'looks', 'light', 'and', 'airy', 'it', 'is', "n't", 'it', 'is', 'very', 'heavy', 'much', 'too', 'heavy', 'for', 'florida', 'heat', 'the', 'top', 'layer', 'is', 'a', 'beautiful', 'sand', 'color', 'and', 'while', 'the', 'fabric', 'is', 'nice', 'the', 'heaviness', 'of', 'the', 'top', 'really', 'weighs', 'the', 'whole', 'dress', 'down', 'i', 'felt', 'like', 'it', 'added', 'ten', 'pounds', 'to', 'my', 'appearance', 'easily', 'back', 'it', 'went', 'boo', 'hoo', 'if', 'you', 'are', 'between', 'sizes', 'i', 'would', 'size', 'down', 'runs', 'a', 'bit', 'big', ',3,0,2', 'general', 'dresses', 'dresses'] ['730,1087,36', 'casual', 'and', 'comforable', 'i', 'love', 'it', 'i', 'was', 'not', 'impressed', 'with', 'this', 'dress', 'online', 'but', 'when', 'i', 'tried', 'it', 'on', 'at', 'the', 'store', 'i', 'fell', 'in', 'love', 'it', "'s", 'a', 'great', 'summer', 'fall', 'dress', 'i', 'love', 'the', 'sweater', 'top', 'and', 'linen', 'bottom', 'so', 'many', 'compliments', 'on', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['731,886,25', 'great', 'casual', 'shirt', 'absolutely', 'in', 'love', 'with', 'this', 'shirt', 'the', 'neckline', 'is', 'extremely', 'flattering', 'and', 'the', 'shirt', 'naturally', 'comes', 'away', 'from', 'the', 'body', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['732,1110,47', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['733,886,41', 'love', 'the', 'neckline', 'i', 'needed', 'a', 'tee', 'refresher', 'i', 'had', 'a', 'good', 'feeling', 'about', 'this', 'one', 'so', 'ordered', 'all', 'three', 'colors', 'when', 'they', 'were', 'on', 'a', 'promo', 'and', 'i', "'m", 'not', 'disappointed', 'the', 'neckline', 'is', 'different', 'and', 'works', 'great', 'to', 'emphasize', 'your', 'favorite', 'necklace', 'the', 'tee', 'holds', 'shape', 'after', 'washing', 'and', 'drying', 'my', 'favorite', 'is', 'the', 'blue', 'which', 'i', 'like', 'to', 'wear', 'with', 'dark', 'wash', 'jeans', 'as', 'styled', 'on', 'the', 'model', 'the', 'white', 'has', 'a', 'cream', 'tinge', 'to', 'it', 'and', 'i', "'m", 'able', 'to', 'wear', 'it', 'with', 'a', 'nude', 'bra', 'without', 'looking', 'indecent', 'there', 'is', 'a', 'cute', 'little', 'button', 'detail', 'at', 'th', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['734,1110,38', 'amazingly', 'cute', 'but', 'runs', 'huge', 'the', 'fabric', 'and', 'detailing', 'of', 'this', 'dress', 'is', 'of', 'superior', 'quality', 'but', 'unfortunately', 'it', 'runs', 'huge', 'you', 'definitely', 'need', 'to', 'wear', 'a', 'tank', 'or', 'cami', 'underneath', 'i', 'am', '5', '9', '145lbs', 'with', 'massive', 'shoulders/smaller', 'bust', 'and', 'i', 'got', 'the', 'xs', 'petite', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['735,1165,29', 'ok', 'suit', 'i', 'think', 'in', 'general', 'it', 'is', 'just', 'hard', 'to', 'buy', 'a', 'bathing', 'suit', 'online', 'but', 'i', 'really', 'underestimated', 'the', 'v-neck', 'of', 'this', 'suit', 'i', 'read', 'the', 'reviews', 'and', 'noted', 'it', 'was', 'not', 'recommended', 'for', 'girls', 'with', 'larger', 'size', 'breast', 'as', 'i', "'m", 'basically', 'an', 'a', 'cup', 'i', 'figured', 'i', 'would', 'be', 'fine', 'the', 'top', 'portion', 'basically', 'has', 'no', 'coverage', 'or', 'hold', 'even', 'when', 'tied', 'very', 'tight', 'the', 'top', 'still', 'opened', 'making', 'me', 'feel', 'exposed', 'and', 'like', 'my', 'entire', 'breast', 'would', 'fall', 'out', 'of', 'the', 'suit', 'needless', 'to', 'say', 'my', 'fiancã©', 'was', 'not', 'a', 'fan', 'of', 'the', 'suit', 'either', 'even', ',3,0,11', 'initmates', 'intimate', 'swim'] ['736,937,34', 'perfect', 'for', 'cool', 'summer', 'evenings', 'i', 'found', 'this', 'sweater', 'to', 'fit', 'me', 'just', 'as', 'pictured', 'i', 'am', '5', '8', '128lbs', 'and', 'ordered', 'a', 'small', 'it', 'hits', 'length', 'wise', 'the', 'same', 'as', 'pictured', 'and', 'is', 'just', 'as', 'flowy', 'with', 'a', 'lot', 'of', 'fabric', 'super', 'cute', 'with', 'a', 'grey', 'top', 'white', 'skinnys', 'and', 'brown', 'leather', 'sandals', 'love', 'it', ',5,1,4', 'general', 'tops', 'sweaters'] ['737,886,33', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['738,1137,66', 'too', 'cropped', 'this', 'runs', 'small', 'i', 'got', 'the', 'size', '3', 'which', 'fits', 'like', 'a', 'medium', 'not', 'a', 'large', 'its', 'a', 'bit', 'of', 'an', 'aline', 'shaped', 'knit', 'in', 'a', 'beautiful', 'saturated', 'navy', 'i', 'loved', 'the', 'elbow', 'length', 'sleeves', 'i', 'have', 'a', 'large', '34g', 'bust', 'and', 'although', 'this', 'fit', 'it', 'came', 'to', 'the', 'top', 'of', 'my', 'waist', 'and', 'i', "'m", 'short-waisted', 'it', "'s", 'a', 'great', 'basic', 'for', 'someone', 'less', 'busty', 'or', 'who', 'likes', 'a', 'shorter', 'length', ',3,1,0', 'general', 'trend', 'trend'] ['739,1087,29', 'gorgeous', 'this', 'dress', 'is', 'everything', 'i', "'m", '5', '4', 'athletic', 'build', '36d', 'and', 'the', 'medium', 'fit', 'me', 'perfectly', 'the', 'colors', 'are', 'really', 'understated', 'and', 'beautiful', 'and', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'i', 'wish', 'the', 'elastic', 'around', 'the', 'waist', 'fell', 'a', 'little', 'lower', 'but', 'that', "'s", 'one', 'of', 'those', 'things', 'only', 'i', 'notice', 'and', 'definitely', 'did', "n't", 'keep', 'me', 'from', 'falling', 'in', 'love', 'and', 'buying', 'it', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'on', 'vacation', 'next', 'week', ',5,1,15', 'general', 'dresses', 'dresses'] ['740,937,44', ',i', 'love', 'this', 'cardigan', 'i', 'ordered', 'the', 'pink', 'and', 'it', "'s", 'a', 'really', 'pretty', 'color', 'i', 'wish', 'it', 'did', "n't", 'run', 'so', 'big', 'but', 'xs', 'will', 'be', 'cozy', 'all', 'winter.,5,1,1', 'general', 'tops', 'sweaters'] ['741,886,47', 'i', 'purchased', 'in', 'store', 'to', 'avoid', 'shipping', 'costs', 'my', 'local', 'stores', 'do', "n't", 'carry', 'xxs', 'so', 'they', 'are', 'mailing', 'it', 'to', 'me', 'i', 'usually', 'wear', 'an', 'xs', 'but', 'it', 'was', 'roomier', 'than', 'i', 'cared', 'for', 'and', 'made', 'it', 'look', 'a', 'bit', 'sloppy', 'on', 'me', 'this', 'tee', 'is', 'more', 'distressed', 'looking', 'in', 'person', 'than', 'online', 'as', 'well', 'i', 'wish', 'it', 'were', 'more', 'refined', 'because', 'the', 'neckline', 'is', 'very', 'feminine', 'interesting', 'i', 'would', 'have', 'liked', 'the', 'ability', 'to', 'dress', 'it', 'up', 'more', 'also', 'the', 'solid', 'blue', 'and', 'coral', 'are', 'lighter', 'in', 'color', 'than', 'they', 'appear', 'on', 'my', 'monitor', 'the', 'blue', 'st', ',4,1,7', 'general', 'petite', 'tops', 'knits'] ['742,886,39', 'cute', 'tee', 'with', 'fun', 'neckline', 'very', 'soft', 'and', 'comfy', 'tee', 'like', 'the', 'interesting', 'neckline', 'wish', 'the', 'petite', 'neckline', 'was', 'slightly', 'higher', 'but', 'sleeves', 'are', 'right', 'length', 'and', 'have', 'great', 'cuffs', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['743,1087,44', 'beautiful', 'and', 'unique', 'but', 'did', "n't", 'work', 'for', 'me', 'ordered', 'the', 'xsp', '5', '4', 'about', '118-120', 'athletic', 'build', 'this', 'was', 'huge', 'all', 'over', 'big', 'in', 'the', 'armholes', 'too', 'much', 'fabric', 'hanging', 'in', 'the', 'skirt', 'cream', 'fabric', 'front', 'and', 'back', 'not', 'flattering', 'at', 'all', 'from', 'the', 'sides', 'and', 'as', 'long', 'on', 'me', 'as', 'it', 'shows', 'on', 'the', 'model', 'i', 'love', 'the', 'idea', 'of', 'this', 'and', 'for', 'the', 'right', 'body', 'type', 'of', 'course', 'this', 'will', 'be', 'beautiful', 'it', 'also', 'would', 'not', 'be', 'a', 'very', 'versatile', 'piece', 'for', 'me', 'the', 'top', 'sweater', 'part', 'is', 'quite', 'thick', 'lovely', 'and', 'heavy', 'in', 'oklahoma', 'this', 'would', 'not', 'work', 'for', 'very', 'many', 'weeks', ',4,1,1', 'general', 'dresses', 'dresses'] ['744,937,40', 'frumpy', 'love', 'the', 'color', 'but', 'the', 'fit', 'is', 'just', 'odd', 'and', 'frumpy', 'the', 'sleeves', 'are', 'shorter', 'than', 'the', 'should', 'be', 'when', 'i', 'lift', 'my', 'arms', 'the', 'entire', 'sweater', 'gets', 'lifted', 'going', 'back', ',3,0,2', 'general', 'tops', 'sweaters'] ['745,937,39', 'stinky', 'sweater', 'yikes', 'quite', 'a', 'smell', 'off', 'of', 'this', 'one-', 'like', 'wet/hot', 'wool', 'the', 'color', 'was', 'beautiful', 'but', 'the', 'sweater', 'is', 'enormous', 'strange', 'fit', 'under', 'the', 'arms', 'as', 'well', 'this', 'one', 'went', 'back', 'the', 'same', 'day', ',1,0,0', 'general', 'tops', 'sweaters'] ['746,886,50', 'nice', 'spin', 'on', 'an', 'everyday', 't-shirt', 'i', 'love', 'the', 'way', 'this', 't-shirt', 'fits', 'the', 'horseshoe', 'opening', 'in', 'front', 'is', 'deep', 'enough', 'to', 'add', 'interest', 'but', 'not', 'too', 'revealing', 'will', 'look', 'great', 'with', 'layered', 'dainty', 'necklaces', 'the', 'sleeves', 'are', 'nice', 'and', 'long', 'and', 'i', 'have', 'long', 'arms', 'the', 'length', 'of', 'the', 'shirt', 'itself', 'could', 'be', 'an', 'inch', 'or', 'two', 'longer', 'but', 'overall', 'the', 'design', 'is', 'nice', 'not', 'too', 'tight', 'not', 'too', 'loose', 'i', "'m", '5', '5', 'and', '125', 'lbs', '34c', 'and', 'the', 'small', 'fits', 'me', 'well', 'fabric', 'is', 'medium', 'weight', 'could', 'be', 'a', 'little', 'thicker', 'the', 'brick', 'color', 'is', 'nice', 'and', 'works', 'great', 'with', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['747,1137,52', 'elegant', 'retro', 'sweater', 'tee', 'this', 'sweater', 'tee', 'is', 'made', 'from', 'a', 'fine', 'but', 'substantial', 'knit', 'which', 'hangs', 'beautifully', 'and', 'flows', 'over', 'imperfections', 'in', 'your', 'figure', 'the', 'cut', 'is', 'very', '1950', "'s", 'through', 'the', 'sleeves', 'and', 'neckline', 'it', "'s", 'a', 'little', 'cropped', 'and', 'boxy', 'just', 'so', 'that', 'it', 'hides', 'your', 'belly', 'and', 'accentuates', 'your', 'hips', 'it', 'looks', 'phenomenal', 'with', 'a', 'crinolined', 'a-line', 'skirt', ',5,1,1', 'general', 'trend', 'trend'] ['748,886,54', 'beautiful', 'blue', 'but', 'the', 'blue', 'is', 'a', 'very', 'flattering', 'color', 'the', 'fit', 'is', 'not', 'it', 'does', 'not', 'lay', 'in', 'the', 'back', 'like', 'in', 'the', 'photo', 'on', 'the', 'model', 'instead', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'that', 'falls', 'in', 'horizontal', 'folds', 'because', 'it', 'does', 'not', 'fall', 'straight', 'because', 'the', 'sides', 'at', 'the', 'bottom', 'are', 'narrower', 'than', 'the', 'mid', 'section', 'i', 'think', 'i', "'m", 'going', 'to', 'return', 'it', 'the', 'neckline', 'is', 'very', 'nice', 'and', 'faltering', 'the', 'sleeve', 'at', 'the', 'wrist', 'is', 'kind', 'of', 'constricting', 'though', 'and', 'long', 'it', 'does', "n't", 'run', 'big', 'at', 'the', 'chest', 'section', 'just', 'the', 'mid', 'section', 'then', 'tapers', 'in', 'at', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['749,886,34', 'just', 'perfect', 'this', 'top', 'has', 'a', 'comfy', 'cozy', 'feel', 'while', 'still', 'being', 'flattering', 'i', 'especially', 'like', 'the', 'generous', 'neckline', 'adds', 'a', 'uniqueness', 'to', 'it', 'great', 'shirt', 'for', 'dressing', 'down', 'but', 'still', 'feeling', 'feminine', 'i', 'bought', 'two', 'my', 'husband', 'always', 'compliments', 'me', 'when', 'i', 'wear', 'it', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['750,937,60', 'comfortable', 'fashionable', 'throw', 'on', 'over', 'anything', 'i', 'love', 'this', 'sweater', 'it', 'has', 'quickly', 'become', 'a', 'staple', 'in', 'my', 'wardrobe', 'i', 'live', 'in', 'minnesota', 'so', 'a', 'fashionable', 'throw-on-and-go', 'sweater', 'is', 'essential', 'this', 'sweater', 'fits', 'the', 'bill', 'i', 'love', 'how', 'soft', 'and', 'warm', 'it', 'is', 'the', 'cocoon', 'styling', 'adds', 'a', 'fashionable', 'element', 'while', 'the', 'acrylic/nylon/wool', 'material', 'keep', 'it', 'functional', 'warm', 'and', 'cozy', 'i', 'love', 'anything', 'with', 'pockets', 'which', 'this', 'has', 'i', 'somewhat', 'disagree', 'with', 'the', 'other', 'reviewers', 'who', 'say', 'this', 'runs', 'small', 'or', 'short', 'i', 'did', 'not', 'find', 'that', 'to', 'be', 'true', 'for', 'me', 'and', 'i', 'ordere', ',5,1,14', 'general', 'tops', 'sweaters'] ['751,937,22', 'love', 'it', 'can', 'be', 'a', 'bit', 'itchy', 'sometimes', 'i', 'guess', 'depending', 'on', 'your', 'skin', 'have', "n't", 'had', 'a', 'problem', 'with', 'the', 'sweater', 'up', 'to', 'now', ',5,1,0', 'general', 'tops', 'sweaters'] ['752,1087,58', 'perfection', 'this', 'dress', 'is', 'perfect', 'i', "'m", 'literally', 'wearing', 'it', 'right', 'now', 'it', "'s", 'crazy', 'comfortable', 'while', 'still', 'being', 'flattering', 'it', 'looks', 'and', 'feels', 'high', 'quality', 'and', 'just', 'barely', 'does', "n't", 'hit', 'the', 'floor', 'it', 'makes', 'me', 'feel', 'like', 'a', 'goddess', 'plenty', 'of', 'room', 'in', 'the', 'bust', 'area', 'even', 'for', 'me', '36dd', 'and', 'does', "n't", 'show', 'bra', 'straps', 'or', 'underwear', 'highly', 'recommended', ',5,1,0', 'general', 'dresses', 'dresses'] ['753,1087,55', ',,4,1,0', 'general', 'dresses', 'dresses'] ['754,1087,62', 'perfer', 'beige', 'over', 'pink', 'i', 'had', 'tried', 'this', 'on', 'in', 'the', 'beige', 'loved', 'it', 'but', 'could', 'not', 'find', 'it', 'in', 'my', 'size', 'so', 'i', 'got', 'it', 'in', 'the', 'pink'] ['did', 'not', 'look', 'at', 'good', 'as', 'the', 'beige', ',3,0,0', 'general', 'dresses', 'dresses'] ['755,1087,43', 'so', 'very', 'disappointed', 'i', 'love', 'retailer', 'and', 'fell', 'in', 'love', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'online', 'being', "5'10", 'i', 'love', 'a', 'quality', 'maxi', 'dress', 'and', 'this', 'one', 'did', 'not', 'disappoint', 'however', 'being', "5'10", 'also', 'means', 'the', 'top', 'sweater', 'overlay', 'hits', 'me', 'way', 'short', 'it', 'looks', 'ridiculous', 'i', 'also', 'thought', 'that', 'this', 'was', 'very', 'heavy', 'for', 'a', 'maxi', 'dress', 'and', 'could', 'not', 'imagine', 'wearing', 'it', 'in', '80', 'degree', 'weather', 'unfortunately', 'after', 'waiting', 'so', 'long', 'for', 'it', "'s", 'arrival', 'this', 'is', 'going', 'back', ',2,0,2', 'general', 'dresses', 'dresses'] ['756,886,26', 'basic', 'with', 'a', 'twist', 'i', 'love', 'this', 'shirt', 'it', 'would', 'be', 'a', 'fairly', 'basic', 'tee', 'but', 'the', 'neckline', 'makes', 'it', 'fun', 'it', "'s", 'very', 'soft', 'and', 'comfortable', 'i', 'bought', 'the', 'white', 'with', 'blue', 'pattern', 'and', 'will', 'probably', 'purchase', 'additional', 'colors.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['757,886,37', 'love', 'this', 'shirt', 'i', 'love', 'this', 'shirt', 'the', 'neckline', 'is', 'flattering', 'and', 'the', 'overall', 'feel', 'is', 'very', 'comfy.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['758,937,32', ',,3,1,0', 'general', 'tops', 'sweaters'] ['759,245,33', 'perfect', 'dress', 'i', 'was', "n't", 'going', 'to', 'purchase', 'this', 'dress', 'because', 'it', 'was', 'given', '1', 'star', 'however', 'i', 'ordered', 'it', 'and', 'i', 'was', 'so', 'glad', 'i', 'did', 'i', "'m", '5', '1', '105lbs', 'this', 'dress', 'fit', 'me', 'perfectly', 'it', 'really', 'compliment', 'my', 'petite', 'body', 'i', 'get', 'so', 'much', 'compliments', 'it', 'is', 'not', 'easy', 'to', 'order', 'anything', 'for', 'a', 'petite', 'frame', 'but', 'this', 'dress', 'really', 'show', 'off', 'my', 'body', 'without', 'showing', 'too', 'much', ',5,1,4', 'initmates', 'intimate', 'layering'] ['760,937,43', 'nice', 'comfy', 'sweater', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'had', 'to', 'have', 'it', 'this', 'is', 'the', 'kind', 'of', 'sweater', 'that', 'you', 'just', 'want', 'to', 'cozy', 'up', 'with', 'on', 'a', 'nice', 'fall', 'or', 'winter', 'day', 'with', 'a', 'cup', 'of', 'coffee', 'in', 'hand', 'i', 'love', 'the', 'neutral', 'pink', 'color', 'as', 'it', 'will', 'go', 'with', 'everything', 'i', "'m", 'a', 'dress', 'and', 'skirt', 'girl', 'and', 'this', 'will', 'go', 'well', 'with', 'those', 'items', 'it', 'will', 'cover', 'your', 'bum', 'and', 'i', 'love', 'the', 'dolman', 'sleeves', 'i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['761,886,44', 'bought', 'this', 'today', 'cant', 'speak', 'to', 'wear', 'but', 'overall', 'design', 'is', 'so', 'incredibly', 'cute', 'and', 'flattering', 'i', 'am', 'usually', 'a', 'small', 'or', 'medium', 'but', 'went', 'with', 'a', 'medium', 'so', 'different', 'and', 'wearable', 'white', 'is', 'sheer', 'so', 'opted', 'for', 'a', 'denimy', 'blue', 'color', 'that', 'i', 'dont', 'see', 'listed', 'available', 'online', ',5,1,21', 'general', 'petite', 'tops', 'knits'] ['762,937,37', 'scratchy', 'the', 'sweater', 'is', 'cute', 'but', 'scratchy', ',3,0,1', 'general', 'tops', 'sweaters'] ['763,937,49', 'cute', 'but', 'didnt', 'love', 'it', 'was', 'cute', 'i', 'did', "n't", 'keep', 'it', 'because', 'it', 'was', "n't", 'soft', 'and', 'hung', 'a', 'bit', 'different', 'than', 'pictured', 'i', 'thought', 'it', 'would', 'be', 'softer', 'material', 'it', 'was', 'itchy,3,0,0', 'general', 'tops', 'sweaters'] ['764,1087,34', 'great', 'for', 'hot', 'summers', 'i', 'am', 'on', 'the', 'fence', 'about', 'this', 'dress', 'as', 'you', "'ll", 'see', 'the', 'reasons', 'below', 'but', 'it', 'is', 'really', 'breathable', 'fabric', 'and', 'extremely', 'comfortable'] ['_________'] ['pros'] ['tons', 'of', 'stretch', 'to', 'the', 'top', 'part', 'i', "'m", 'a', '36c', 'so', 'a', 'lot', 'of', 'retailer', 'tops', 'are', 'too', 'snug', 'for', 'women', 'with', 'some', 'bust', 'however', 'i', 'fit', 'into', 'a', 'medium', 'here', 'without', 'it', 'being', 'too', 'snug', 'you', 'could', 'actually', 'go', 'down', 'or', 'up', 'depending', 'on', 'how', 'loose', 'or', 'tight', 'you', "'d", 'like', 'it', 'to', 'be', 'on', 'you'] ['the', 'bottom', 'half', 'the', 'skirt', 'feels', 'so', 'nice', 'on', 'the', 'skin', 'very', 'breezy', 'it', 'is', 'layered', 'an', ',4,1,42', 'general', 'dresses', 'dresses'] ['765,745,40', 'love', 'i', 'love', 'these', 'tights', 'so', 'much', 'i', 'almost', 'want', 'to', 'buy', 'another', 'few', 'pair', 'and', 'save', 'them', 'for', 'when', 'these', 'wear', 'out', 'the', 'lining', 'is', 'like', 'clouds', 'on', 'your', 'calves', 'they', "'re", 'thick', 'enough', 'that', 'you', 'do', "n't", 'need', 'to', 'be', 'totally', 'covered', 'by', 'a', 'tunic', 'but', 'slim', 'enough', 'that', 'they', 'do', "n't", 'add', 'bulk', 'love', 'love', 'them', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['766,745,42', 'finally', 'found', 'nice', 'leggings', 'i', 'am', 'a', 'curvy', 'woman', 'and', 'leggings', 'are', 'new', 'to', 'my', 'world', 'i', 'am', 'sorry', 'that', 'i', 'did', 'not', 'discover', 'these', 'leggings', 'sooner', 'because', 'they', 'are', 'lovely', 'they', 'are', 'comfortable', 'and', 'cozy', 'with', 'a', 'great', 'fit', 'i', 'am', '150', 'lbs', 'and', '5', '7', 'and', 'the', 'm/l', 'fit', 'perfectly', 'i', 'have', 'the', 'black', 'and', 'plum', 'colors', 'great', 'purchase', ',4,1,1', 'initmates', 'intimate', 'legwear'] ['767,1087,36', 'gorgeous', 'on', 'the', 'hanger', 'but', 'not', 'for', 'me', 'i', 'was', 'so', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'but', 'so', 'disappointed', 'when', 'i', 'put', 'it', 'on', 'i', 'am', "5'10", 'with', 'curves', 'and', 'usually', 'buy', 'a', 'large', 'in', 'dresses', 'this', 'dress', 'looked', 'like', 'a', 'sack', 'on', 'me', 'the', 'top', 'was', 'way', 'too', 'big', 'and', 'loose', 'making', 'the', 'dress', 'a', 'boxy', 'cut', 'rather', 'than', 'a', 'maxi', 'cut', 'like', 'i', 'was', 'expecting', 'the', 'dress', 'is', 'lovely', 'to', 'look', 'at', 'on', 'the', 'hanger', 'and', 'feels', 'good', 'on', 'but', 'i', 'do', "n't", 'think', 'it', 'flatters', 'hourglass', 'figures', 'it', 'was', 'the', 'right', 'length', 'for', 'me', 'unlike', 'many', 'other', 'reviewers'] ['obviously', 'based', 'off', 'the', ',3,0,2', 'general', 'dresses', 'dresses'] ['768,937,46', 'primula', 'cocoon', 'cardi', 'this', 'is', 'huge', 'i', 'understand', 'that', "'s", 'the', 'style', 'but', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'my', 'husband', "'s", 'size', 'xxl', 'i', 'tried', 'to', 'imagine', 'a', 'really', 'cold', 'day', 'when', 'all', 'that', 'extra', 'fabric', 'would', 'be', 'nice', 'but', 'then', 'it', 'started', 'to', 'itch', 'and', 'itch', 'and', 'itch', ',2,0,4', 'general', 'tops', 'sweaters'] ['769,937,32', 'not', 'for', 'me', 'the', 'fit', 'is', 'not', 'as', 'shown', 'on', 'the', 'website', 'will', 'be', 'returning.,1,0,0', 'general', 'tops', 'sweaters'] ['770,1110,24', 'beautiful', 'runs', 'very', 'large', 'the', 'detail', 'on', 'this', 'dress', 'is', 'lovely', 'it', "'s", 'unusual', 'and', 'well-made', 'from', 'soft', 'fabric', 'it', 'is', 'big', 'though', 'i', 'would', 'usually', 'wear', 'a', 'medium', 'and', 'ordered', 'a', 'petite', 'small', 'to', 'give', 'you', 'a', 'sense', 'of', 'how', 'large', 'it', 'is', 'i', 'am', 'currently', '33', 'weeks', 'pregnant', 'and', 'bought', 'this', 'to', 'wear', 'after', 'the', 'pregnancy', 'i', 'can', 'actually', 'get', 'it', 'on', 'now', 'over', 'the', 'considerable', 'baby', 'bump', 'it', 'does', "n't", 'look', 'good', 'but', 'i', 'can', 'in', 'fact', 'get', 'it', 'on', 'hoping', 'it', 'wo', "n't", 'be', 'way', 'too', 'large', 'post-pregnancy', 'but', 'it', 'seems', 'to', 'fit', 'fine', 'in', 'the', 'shoulders', 'now', 'definitely', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['771,1087,44', 'i', 'saw', 'the', 'cream', 'color', 'in', 'size', 'regular', 'small', 'in', 'the', 'only', 'one', 'left', 'section', 'at', 'my', 'local', 'store', 'i', 'had', 'my', 'heart', 'set', 'on', 'this', 'dress', 'all', 'summer', 'but', 'it', 'was', 'sold', 'out', 'so', 'i', 'was', 'super', 'excited', 'to', 'see', 'it', 'the', 'color', 'is', 'true', 'cream', 'like', 'linen', 'color', 'i', 'was', 'surprised', 'that', 'the', 'dress', 'is', 'very', 'heavy', 'as', 'heavy', 'as', 'a', 'medium', 'sized', 'coat', 'i', 'ca', "n't", 'understand', 'why', 'it', "'s", 'so', 'heavy', 'because', 'the', 'top', 'is', 'sleeveless', 'and', 'the', 'dress', 'part', 'is', 'pretty', 'sheer', 'the', 'dress', 'is', 'about', '2', 'pass', 'my', 'feet', 'which', 'i', 'would', "n't", 'mind', 'having', 'it', 'hemmed', 'but', 'the', ',4,1,0', 'general', 'dresses', 'dresses'] ['772,745,33', 'super', 'soft', 'and', 'comfortable', 'there', "'s", 'are', 'just', 'what', 'i', 'was', 'looking', 'for', 'these', 'are', 'perfect', 'in', 'texture', 'and', 'thickness', 'not', 'too', 'thick', 'but', 'not', 'too', 'thin', 'super', 'soft', 'fleece', 'on', 'the', 'inside', 'i', 'both', 'both', 'the', 'black', 'and', 'green', 'i', 'will', 'most', 'likely', 'but', 'the', 'grey', 'soon', 'enough.,5,1,0', 'initmates', 'intimate', 'legwear'] ['773,1087,38', 'awful', 'if', 'you', 'have', 'any', 'sort', 'of', 'curves', 'i', 'am', 'floored', 'by', 'the', 'amount', 'of', 'positive', 'reviews', 'on', 'this', 'dress', 'when', 'i', 'received', 'it', 'it', 'looked', 'nothing', 'like', 'it', 'does', 'on', 'the', 'model', 'the', 'bottom', 'looked', 'like', 'dirty', 'sand', 'and', 'was', 'completely', 'wrinkled', 'if', 'you', 'have', 'anything', 'above', 'a', 'c', 'cup', 'the', 'top', 'looks', 'completely', 'unflattering', 'i', 'looked', 'so', 'top', 'heavy', 'in', 'this', 'dress', 'definitely', 'not', 'worth', 'the', 'price', 'so', 'disappointed', ',2,0,2', 'general', 'dresses', 'dresses'] ['774,1110,42', 'adorable', 'comfortable', 'dress', 'the', 'denim', 'is', 'super', 'soft', 'with', 'a', 'bit', 'of', 'stretch', 'please', 'be', 'advised', 'this', 'dress', 'runs', 'very', 'large', 'especially', 'through', 'the', 'hips', 'i', 'normally', 'wear', 'a', 'size', '12', 'and', 'the', 'large', 'was', 'swimming', 'on', 'me', 'i', 'will', 'definitely', 'be', 'exchanging', 'it', 'for', 'a', 'smaller', 'size', ',5,1,29', 'general', 'petite', 'dresses', 'dresses'] ['775,1110,35', 'armholes', 'huge', 'this', 'did', "n't", 'work', 'for', 'me', 'im', 'normally', 'a', 'm', '8/10', 'got', 'this', 'in', 'xs', 'that', 'was', 'the', 'correct', 'size', 'for', 'me', 'i', 'believe', 'however', 'the', 'armholes', 'were', 'huge', 'husband', 'said', 'the', 'top', 'of', 'the', 'dress', 'looked', 'like', 'the', 'autobots', 'symbol', 'from', 'transformers', 'and', 'he', 'wanted', 'me', 'to', 'keep', 'it', 'but', 'i', 'sent', 'it', 'back', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['776,873,52', 'modern', 'take', 'on', '1950', "'s", 'vibe', 'i', 'am', 'long', 'waisted', 'and', '5', '120', 'lbs', '34c', 'that', 'being', 'said', 'i', 'purchased', 'a', 'size', 's', 'regular', 'and', 'it', 'fit', 'perfectly', 'a', 'petite', 'would', 'have', 'been', 'far', 'too', 'short', 'so', 'i', 'would', 'recommend', 'a', 'regular', 'size', 'if', 'you', "'re", 'a', 'petite', 'also', 'i', 'have', 'a', 'big', 'chest', 'and', 'this', 'was', 'very', 'flattering', 'because', 'of', 'my', 'chest', 'size', 'i', 'usually', 'do', 'best', 'with', 'a', 'v', 'neck', 'but', 'this', 'classic', 'peter', 'pan', 'collar', 'looks', 'great', 'i', 'purchased', 'the', 'black', 'i', 'agree', 'with', 'one', 'of', 'the', 'reviewers', 'who', 'said', 'that', 'the', 'nude', 'color', 'looked', 'like', 'a', 'mess', 'of', 'a', 'weave', 'the', 'black', 'and', 'white', 'o', ',5,1,1', 'general', 'tops', 'knits'] ['777,895,38', 'most', 'beautiful', 'sweater', 'that', 'i', 'own', 'this', 'is', 'a', 'bit', 'pricey', 'but', 'it', "'s", 'the', 'most', 'beautiful', 'sweater', 'that', 'i', 'own', 'it', 'fits', 'beautifully', 'and', 'the', 'material', 'is', 'soft', 'not', 'itchy', 'which', 'is', 'important', 'for', 'a', 'sweater', 'with', 'a', 'cowl', 'neck', 'the', 'cowl', 'sits', 'beautifully', 'no', 'matter', 'how', 'you', 'fold', 'it', 'and', 'the', 'pattern', 'both', 'at', 'the', 'neck', 'and', 'the', 'bottom', 'is', 'vibrant', 'and', 'bright', 'and', 'is', 'just', 'lovely', 'i', 'ordered', 'a', 'small', 'and', 'it', 'covers', 'my', 'butt', 'which', 'is', 'perfect', 'for', 'leggings', 'or', 'even', 'with', 'tights', 'and', 'boots', 'it', "'s", 'not', 'shapeless', 'but', 'seems', 'to', 'graze', 'your', 'thighs', 'and', 'has', 'a', 'mild', 'tur', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['778,895,25', 'perfect', 'this', 'product', 'i', 'better', 'than', 'the', 'pic', 'nice', 'fit', 'and', 'a', 'nice', 'throw', 'on', 'with', 'boots', 'nap', 'glad', 'i', 'took', 'a', 'chance', 'one', 'it,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['779,895,56', 'imperial', 'garden', 'i', 'bought', 'this', 'a', 'month', 'ago', 'and', 'returned', 'it', 'but', 'kept', 'thinking', 'about', 'it', 'so', 'ordered', 'it', 'it', 'arrived', 'on', 'wed', 'and', 'i', 'wore', 'it', 'on', 'thursday', 'as', 'a', 'dress', 'with', 'tights', 'i', 'got', 'so', 'many', 'compliments', 'on', 'it', 'it', 'was', 'perfect', 'for', 'the', 'cool', 'weather', 'and', 'was', 'not', 'too', 'warm'] [] ['this', 'knitter', 'thinks', 'the', 'quality', 'of', 'the', 'jacquard', 'knit', 'is', 'excellent', 'yarn', 'used', 'is', 'top', 'notch', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['780,1072,56', 'no', 'slip', 'and', 'totally', 'sheer', 'dress', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'today', 'first', 'of', 'all', 'there', 'was', 'no', 'slip', 'included', 'and', 'the', 'fabric', 'is', 'totally', 'sheer', 'the', 'description', 'says', 'viscose', 'lining', 'so', 'i', 'assume', 'there', 'was', 'a', 'slip', 'and', 'from', 'the', 'picture', 'it', 'looks', 'like', 'it', 'was', 'a', 'beige', 'color', 'second', 'of', 'all', 'it', 'was', 'obviously', 'sent', 'from', 'a', 'store', 'where', 'they', 'lost', 'the', 'slip', 'and', 'it', 'was', 'squished', 'into', 'the', 'smallest', 'possible', 'retailer', 'envelope', 'the', 'fabric', 'is', 'beautiful', 'but', 'the', 'dress', 'is', 'humongous', 'like', 'the', 'previous', 'reviewers', 'said', 'i', 'ordered', 'a', 'size', 'smaller', 'than', 'us', ',2,0,0', 'general', 'dresses', 'dresses'] ['781,895,23', 'amazing', 'i', 'am', 'six', 'feet', 'tall', 'so', 'this', 'will', 'definitely', 'be', 'a', 'tunic', 'with', 'jeans', 'or', 'leggings', 'but', 'if', 'you', 'are', 'shorter', 'it', 'could', 'easily', 'be', 'a', 'dress', 'lovely', 'pattern', 'with', 'soft', 'cozy', 'fabric', 'nice', 'weight', 'and', 'hangs', 'well', 'definitely', 'a', 'keeper', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['782,945,53', 'ordinary', 'for', 'the', 'price', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'sweater', 'but', 'was', 'so', 'disappointed', 'when', 'it', 'came', 'the', 'knit', 'is', 'somewhat', 'stiff', 'and', 'the', 'sleeves', 'are', 'not', 'as', 'bell', 'shaped', 'as', 'pictured', 'on', 'the', 'model', 'overall', 'i', 'would', 'of', 'kept', 'it', 'if', 'it', 'were', 'much', 'less', 'money', 'for', 'the', 'price', 'it', 'is', 'just', 'an', 'ordinary', 'sweater', 'with', 'no', 'style', ',1,0,12', 'general', 'tops', 'sweaters'] ['783,895,47', 'did', "n't", 'work', 'on', 'my', 'pear', 'shape', 'after', 'reading', 'the', 'reviews', 'i', 'decided', 'to', 'give', 'this', 'a', 'try', 'but', 'it', 'just', 'did', "n't", 'work', 'on', 'me', 'i', "'m", '5', '8', 'smaller', 'on', 'top', 'and', 'usually', 'wear', 'm', 'in', 'retailer', 'sizes', 'this', 'was', 'ok', 'in', 'the', 'shoulder', 'and', 'arm', 'area', 'but', 'a', 'little', 'too', 'snug', 'for', 'me', 'in', 'the', 'hips', 'also', 'the', 'diagonal', 'striping', 'made', 'my', 'boobs', 'disappear', 'and', 'the', 'pattern', 'at', 'the', 'bottom', 'emphasized', 'my', 'tummy', 'and', 'rear', 'not', 'exactly', 'the', 'look', 'i', 'was', 'going', 'for', 'back', 'it', 'goes', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['784,850,45', 'good', 'basic', 'but', 'sheer', 'i', 'loved', 'this', 'in', 'the', 'store', 'but', 'had', 'to', 'order', 'my', 'size', 'it', 'is', 'true', 'to', 'size', 'a', 'great', 'length', 'but', 'the', 'material', 'is', 'very', 'thin', 'and', 'very', 'sheer', 'i', 'do', "n't", 'think', 'it', 'will', 'carry', 'over', 'into', 'fall', 'it', 'is', 'more', 'of', 'a', 'summer', 'weight', 'fabric', 'it', 'is', 'also', 'a', 'little', 'pricey', 'for', 'that', 'same', 'reason', 'still', 'its', 'a', 'great', 'basic', 'and', 'i', 'will', 'keep', 'my', 'eye', 'out', 'for', 'it', 'to', 'go', 'on', 'sale', ',4,1,0', 'general', 'tops', 'blouses'] ['785,945,33', 'effortlessly', 'chic', 'i', 'absolutely', 'love', 'this', 'sweater', 'first', 'of', 'all', 'it', "'s", 'extremely', 'comfortable', 'i', 'have', 'been', 'wearing', 'it', 'around', 'the', 'house', 'all', 'day', 'and', 'have', 'no', 'desire', 'to', 'take', 'it', 'off', 'it', "'s", 'cute', 'as', 'a', 'casual', 'around', 'the', 'house', 'top', 'but', 'also', 'adorable', 'dressed', 'up', 'with', 'jeans', 'and', 'boots', 'it', 'drapes', 'beautifully', 'for', 'an', 'effortless', 'chic', 'look', 'the', 'color', 'is', 'pretty', 'close', 'to', 'the', 'photo', 'and', 'very', 'nice', 'in', 'person', 'the', 'possibilities', 'are', 'endless', 'for', 'colors', 'to', 'accessorize', 'and', 'match', 'with', 'this', 'sweater', 'is', 'definitely', 'cropped', 'in', 'length', 'which', 'i', 'normall', ',5,1,0', 'general', 'tops', 'sweaters'] ['786,895,56', 'do', "n't", 'trust', 'anyone', 'haha', 'the', 'unifying', 'theme', 'in', 'these', 'reviews', 'seems', 'to', 'be', 'do', "n't", 'trust', 'the', 'picture', 'i', 'was', 'misled', 'by', 'the', 'neckline', 'i', 'thought', 'i', 'saw', 'a', 'structured', 'kind', 'of', 'asian-inspired', 'mockneck/funnel', 'thing', 'and', 'instead', 'the', 'top', 'has', 'a', 'foldover', 'cowl', 'which', 'with', 'my', 'full', 'bust', 'underneath', 'it', 'refuses', 'to', 'pose', 'as', 'a', 'mockneck', 'for', 'me', 'overall', 'there', 'is', "n't", 'much', 'structure', 'here', 'at', 'all', 'but', 'the', 'print', 'is', 'beautiful', 'and', 'the', 'sweater', 'cozy', 'without', 'being', 'itchy', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['787,805,43', 'sheet', 'love', 'the', 'shape', 'and', 'cut', 'of', 'this', 'top', 'but', 'it', 'is', 'so', 'sheer', 'you', 'could', 'see', 'my', 'belly', 'button', 'through', 'it', 'if', 'it', 'was', 'a', 'dark', 'color', 'i', 'would', 'buy', 'it', 'wore', 'my', 'regular', 'size', 'small', 'i', "'m", '5', '5', '130lbs', 'and', '32dd', ',3,0,2', 'initmates', 'intimate', 'lounge'] ['788,850,49', 'happyinpdx', 'has', 'quickly', 'become', 'one', 'of', 'my', "'go", 'to', 'tops', 'comfortable', 'cute', 'looks', 'just', 'like', 'the', 'picture', ',5,1,1', 'general', 'tops', 'blouses'] ['789,850,36', 'great', 'shirt', 'it', 'is', 'the', 'perfect', 'top', 'to', 'wear', 'in', 'the', 'summer', 'it', 'is', 'nice', 'and', 'you', 'can', 'be', 'somewhat', 'dressy', 'or', 'super', 'casual', 'i', 'do', "n't", 'like', 'anything', 'too', 'tight', 'around', 'my', 'stomach', 'and', 'this', 'has', 'a', 'nice', 'flow', 'with', 'just', 'the', 'right', 'amount', 'of', 'material', ',4,1,0', 'general', 'tops', 'blouses'] ['790,895,58', 'could', "n't", 'get', 'past', 'the', 'itch', 'factor', 'this', 'is', 'a', 'beautiful', 'tunic', 'i', 'wanted', 'it', 'to', 'work', 'so', 'much', 'but', 'i', 'could', "n't", 'get', 'past', 'the', 'itch', 'factor', 'also', 'the', 'sleeves', 'were', 'shorter', 'than', 'i', 'expected', 'when', 'i', 'wore', 'a', 'light', 'tee', 'underneath', 'it', 'did', "n't", 'move', 'well', 'and', 'looked', 'bulky', 'so', 'sadly', 'it', 'went', 'back', 'to', 'the', 'store', 'if', 'the', 'material', 'does', "n't", 'bother', 'you', 'buy', 'this', 'would', 'look', 'great', 'w/', 'tights/leggings', 'and', 'boots', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['791,1072,35', 'stunning', 'just', 'buy', 'a', 'belt', 'with', 'it.', 'i', 'saw', 'this', 'dress', 'in', 'the', 'window', 'at', 'the', 'portland', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'i', 'was', 'a', 'bit', 'horrified', 'at', 'how', 'huge', 'it', 'was', 'once', 'i', 'got', 'it', 'on', 'sort', 'of', 'like', 'wearing', 'a', 'tent', 'no', 'shape', 'at', 'all', 'one', 'of', 'the', 'awesome', 'dressing', 'room', 'attendants', 'brought', 'me', 'a', 'belt', 'and', 'suddenly', 'it', 'was', 'the', 'most', 'beautiful', 'dress', 'i', "'ve", 'ever', 'had', 'on', 'it', "'s", 'romantic', 'elegant', 'feminine', 'the', 'fabric', 'is', 'so', 'lovely', 'and', 'the', 'flowy', 'sleeves', 'with', 'the', 'lower', 'scooped', 'back', 'just', 'look', 'fantastic', 'i', 'ca', "n't", 'say', 'enough', 'about', 'how', 'amazing', 'it', 'makes', 'me', 'feel', 'i', 'wore', ',5,1,3', 'general', 'dresses', 'dresses'] ['792,805,66', 'runs', 'big', 'i', 'ordered', 'size', 'large', 'and', 'find', 'it', 'too', 'boxy', 'and', 'long', 'love', 'the', 'hem', 'although', 'the', 'top', 'is', 'too', 'long', 'in', 'this', 'size', 'so', 'it', "'s", 'a', 'bit', 'hard', 'to', 'judge', 'how', 'it', "'ll", 'look', 'in', 'the', 'right', 'size', 'the', 'sleeves', 'are', 'cute', 'and', 'different', 'a', 'bit', 'wide', 'and', 'flowing', 'be', 'warned', 'it', "'s", 'sheer', 'which', 'is', 'more', 'apparent', 'from', 'the', 'side', 'view', 'i', 'could', 'clearly', 'see', 'the', 'garment', 'cleaning', 'instruction', 'tag', 'through', 'the', 'bottom', 'side', 'hem', 'has', 'potential', 'but', 'not', 'enough', 'for', 'me', 'to', 'reorder', 'in', 'a', 'smaller', 'size', ',4,1,3', 'initmates', 'intimate', 'lounge'] ['793,945,43', 'if', 'only', 'it', 'looked', 'like', 'the', 'photo', 'this', 'sweater', 'was', 'a', 'big', 'let', 'down', 'i', 'am', '5', '2', 'so', 'i', 'ordered', 'it', 'in', 'a', 'petite', 'it', 'was', 'so', 'short', 'that', 'if', 'i', 'lifted', 'my', 'arms', 'you', "'d", 'see', 'my', 'bra', 'there', 'is', 'no', 'way', 'i', 'could', 'wear', 'it', 'without', 'something', 'under', 'it-', 'even', 'with', 'high', 'waisted', 'bottoms', 'and', 'the', 'bell', 'sleeves', 'look', 'nothing', 'like', 'the', 'pic', 'the', 'entire', 'sleeve', 'is', 'just', 'wide', 'and', 'it', 'continues', 'with', 'little', 'increase', 'into', 'the', 'cuff', 'it', 'is', 'just', 'short', 'and', 'boxy', 'it', 'is', 'going', 'back', 'for', 'sure', ',1,0,8', 'general', 'tops', 'sweaters'] ['794,833,42', 'not', 'as', 'pretty', 'in', 'person', 'i', 'was', 'excited', 'to', 'see', 'this', 'top', 'in', 'person', 'but', 'once', 'i', 'got', 'a', 'close', 'up', 'look', 'at', 'it', 'and', 'also', 'tried', 'it', 'on', 'i', 'was', 'disappointed', 'first', 'the', 'color', 'is', 'much', 'more', 'persimmon', 'orangey', 'in', 'person', 'and', 'that', "'s", 'a', 'hard', 'color', 'to', 'pull', 'off', 'for', 'a', 'lot', 'of', 'people', 'it', 'just', 'pulls', 'any', 'pink', 'or', 'red', 'in', 'your', 'skin', 'and', 'highlights', 'it'] [] ['second', 'the', 'top', 'was', 'poorly', 'finished', 'i', 'had', 'to', 'pick', 'up', 'two', 'to', 'try', 'on', 'because', 'the', 'lace', 'was', 'wonky', 'across', 'the', 'front', 'of', 'the', 'first', 'one', 'i', 'grabbed', 'so', 'much', 'so', 'that', 'the', 'lace', 'was', 'puckered', 'because', 'it', 'had', 'been', ',3,0,12', 'general', 'petite', 'tops', 'blouses'] ['795,833,43', 'feminine', 'and', 'tts', 'love', 'this', 'blouse', 'the', 'top', 'is', 'true', 'to', 'size', 'i', "'m", 'generally', 'a', 'm', 'and', 'decided', 'to', 'try', 'a', 'pl', 'which', 'fit', 'great', 'the', 'pm', 'was', 'just', 'a', 'bit', 'snug', 'looked', 'fine', 'but', 'i', 'felt', 'a', 'little', 'constricted', 'in', 'the', 'bust', 'area', 'and', 'thought', 'the', 'pl', 'was', 'better', 'for', 'me', 'i', "'m", '5', '1', 'for', 'reference', 'and', 'curvier', 'on', 'top', 'than', 'on', 'bottom', 'i', 'wore', 'a', 'nude', 'bra', 'when', 'trying', 'on', 'and', 'it', 'totally', 'worked', 'with', 'this', 'blouse', 'the', 'lace', 'detail', 'is', 'a', 'bit', 'sheer', 'in', 'some', 'parts', 'near', 'the', 'bust', 'line', 'but', 'nothing', 'too', 'inappropriate', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'down', 'to', 'dinner', 'for', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['796,833,54', 'beautiful', 'blouse', 'this', 'is', 'a', 'beautiful', 'and', 'fashionable', 'blouse', 'it', 'feels', 'good', 'on', 'as', 'it', 'is', 'made', 'of', 'viscose', 'it', 'is', 'pretty', 'and', 'feminine', 'color', 'is', 'great', 'of', 'course', 'it', 'needs', 'to', 'be', 'your', 'color', 'i', 'love', 'it', 'and', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['797,850,36', ',,5,1,0', 'general', 'tops', 'blouses'] ['798,833,43', 'pretty', 'top', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'when', 'i', 'tried', 'it', 'on', 'at', 'the', 'store', 'it', "'s", 'a', 'great', 'fall', 'piece', 'it', 'is', 'see-through', 'around', 'the', 'bust', 'so', 'a', 'nude', 'bra', 'or', 'any', 'color', 'camisole', 'would', 'have', 'to', 'be', 'worn', 'my', 'only', 'thing', 'is', 'that', 'it', 'seems', 'a', 'little', 'dressy', 'so', 'i', "'m", 'wondering', 'how', 'much', 'i', "'ll", 'wear', 'it', 'i', 'work', 'from', 'home', 'so', 'everything', 'has', 'to', 'be', 'somewhat', 'casual', 'so', 'i', 'do', 'recommend', 'it', 'but', 'i', "'m", 'undecided', 'as', 'to', 'if', 'i', "'m", 'going', 'to', 'keep', 'it', 'for', 'reference', 'i', "'m", 'a', '34d', 'with', 'a', 'thin', 'upper', 'body', 'and', 'took', 'a', 'size', 'medium', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['799,1072,68', 'size', 'down', 'loose', 'flowing', 'material', 'love', 'it', 'this', 'dress', 'is', 'light', 'airy', 'easy', 'and', 'comfortable', 'to', 'wear', 'i', 'love', 'the', 'colors', 'and', 'pattern', 'it', 'looks', 'wonderful', 'with', 'or', 'without', 'a', 'belt', 'i', 'sized', 'down', 'from', 'a', '6', 'to', 'a', '4.', 'i', 'position', 'the', 'front', 'of', 'the', 'dress', 'material', 'closer', 'to', 'the', 'neck', 'so', 'it', 'flows', 'longer', 'at', 'the', 'back', 'although', 'i', 'am', 'a', 'size', '6', 'the', 'under', 'slip', 'fits', 'perfectly', 'in', 'a', 'size', '4.', 'i', 'prefer', 'the', 'dress', 'without', 'a', 'belt', 'but', 'it', 'also', 'looks', 'good', 'with', 'a', 'belt', 'or', 'a', 'jacket', 'or', 'long', 'cardigan'] ['this', 'dress', 'is', 'a', 'keeper', ',5,1,3', 'general', 'dresses', 'dresses'] ['800,895,60', 'warm', 'and', 'chic', 'very', 'attractive', 'and', 'easy', 'to', 'wear', 'i', 'wore', 'it', 'the', 'night', 'it', 'arrived', 'and', 'wore', 'it', 'again', 'the', 'next', 'night', 'i', 'love', 'the', 'colors', 'the', 'pattern', 'and', 'design', 'this', 'is', 'a', 'stylish', 'tunic', 'sweater', 'the', 'sleeves', 'are', 'not', 'full', 'length', 'which', 'i', 'prefer', 'the', 'sweater', 'is', 'dense', 'the', 'weave', 'is', 'tight', 'making', 'the', 'sweater', 'quite', 'warm', 'but', 'not', 'too', 'warm', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['801,850,32', 'perfect', 'tank', 'to', 'be', 'dressed', 'up', 'or', 'down', 'great', 'tank', 'to', 'wear', 'to', 'work', 'or', 'a', 'night', 'out', 'fits', 'true', 'to', 'size.,5,1,0', 'general', 'tops', 'blouses'] ['802,833,55', 'pretty', 'and', 'feminine', 'stylist', 'at', 'my', 'local', 'retailer', 'recommended', 'i', 'try', 'on', 'this', 'top', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'i', 'was', 'amazed', 'at', 'how', 'pretty', 'it', 'is', 'i', "'m", '5', '3', 'and', 'curvy', 'size', 'medium', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'would', 'say', 'if', 'you', 'are', 'between', 'sizes', 'you', 'may', 'want', 'to', 'size', 'down', 'i', 'did', "n't", 'have', 'any', 'issues', 'with', 'the', 'lace', 'and', 'the', 'slight', 'v-neck', 'falls', 'perfectly', 'on', 'me', 'no', 'need', 'to', 'wear', 'any', 'cami'] ['my', 'only', 'concern', 'was', 'how', 'wrinkled', 'the', 'top', 'was', 'i', 'requested', 'to', 'have', 'the', 'blouse', 'steamed', 'before', 'i', 'left', 'the', 'store', 'so', 'that', 'i', 'could', 'see', 'if', 'all', 'of', 'the', 'wrin', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['803,895,39', 'perfect', 'not', 'only', 'a', 'beautiful', 'knit', 'but', 'can', 'be', 'worn', 'as', 'both', 'tunic', 'and', 'dress', 'on', 'my', 'short', 'frame', 'it', 'does', 'not', 'look', 'like', 'a', 'sack', 'tent', 'when', 'worn', 'very', 'soft', 'and', 'flattering', 'collar', 'is', 'styled', 'well', 'and', 'can', 'be', 'shaped', 'different', 'ways', 'pattern', 'and', 'color', 'combo', 'is', 'the', 'similar', 'to', 'the', 'exquisite', 'eira', 'dress', 'i', 'am', '5', '3', 'and', 'i', 'chose', 'the', 'regular', 'over', 'petite', 'i', 'only', 'wish', 'the', 'sleeves', 'were', 'longer', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['804,895,60', 'beautiful', 'sweater', 'as', 'others', 'have', 'said', 'this', 'is', 'even', 'prettier', 'in', 'person', 'beautifully', 'made', 'colors', 'are', 'really', 'pretty', 'it', "'s", 'unique', 'and', 'special', 'in', 'sweaters', 'i', 'go', 'between', 'sizes', 'small', 'and', 'medium', 'depending', 'on', 'the', 'cut', 'i', 'went', 'with', 'the', 'small', 'here', 'because', 'the', 'medium', 'had', 'a', 'bit', 'too', 'much', 'fabric', 'around', 'the', 'hips', 'where', 'i', 'do', "n't", 'need', 'it', 'it', 'does', "n't", 'run', 'large', 'it', "'s", 'just', 'that', 'i', 'wanted', 'it', 'to', 'be', 'closer', 'fit', 'as', 'i', "'ll", 'wear', 'it', 'with', 'skinny', 'jeans', 'or', 'leggings', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['805,833,42', ',,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['806,895,50', 'wanted', 'to', 'love', 'it', 'but', 'i', 'wanted', 'to', 'love', 'this', 'however', 'the', 'fit', 'was', 'funky', 'and', 'the', 'colors', 'were', 'muted', 'this', 'is', 'definitely', 'something', 'you', 'must', 'try', 'on', 'in', 'the', 'store', 'too', 'risky', 'to', 'buy', 'online', 'due', 'to', 'weird', 'fit', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['807,886,23', 'shrinks', 'ladies', 'this', 'top', 'shrinks', 'i', 'am', 'very', 'disappointed', 'i', 'was', 'in', 'love', 'with', 'this', 'top', 'and', 'the', 'first', 'time', 'i', 'washed', 'it', 'it', 'shrunk', 'a', 'significant', 'amount', 'i', 'did', 'not', 'use', 'a', 'dryer', 'i', 'laid', 'this', 'piece', 'out', 'to', 'dry', 'as', 'i', 'do', 'with', 'the', 'majority', 'of', 'my', 'knit', 'tops', 'and', 'it', 'shrunk', 'it', 'is', 'a', 'lot', 'shorter', 'and', 'much', 'tighter', 'especially', 'in', 'my', 'arms', 'if', 'you', 'love', 'this', 'top', 'i', 'might', 'suggest', 'buying', 'a', 'size', 'up', 'and', 'washing', 'it', 'to', 'fit', ',2,0,14', 'general', 'petite', 'tops', 'knits'] ['808,886,39', ',i', 'bought', 'this', 'in', 'black', 'it', "'s", 'a', 'great', 'long', 'length', 'i', 'have', 'long', 'arms', 'so', 'the', 'sleeve', 'length', 'is', 'great', 'it', "'s", 'really', 'soft', 'only', 'issue', 'is', 'seems', 'to', 'sag', 'a', 'little', 'in', 'the', 'middle', 'instead', 'of', 'being', 'flowy', 'overall', 'a', 'good', 'tunic.,3,1,0', 'general', 'petite', 'tops', 'knits'] ['809,886,32', 'love', 'love', 'love', 'i', 'love', 'this', 'top', 'the', 'sizing', 'was', 'great', 'and', 'i', 'have', 'already', 'worn', 'it', 'so', 'many', 'times', 'and', 'received', 'so', 'many', 'compliments', 'it', 'is', 'great', 'to', 'dress', 'up', 'or', 'down', 'such', 'a', 'great', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['810,886,56', 'loved', 'this', 'top', 'purchased', 'in', 'the', 'blue', 'the', 'color', 'is', 'a', 'little', 'darker', 'than', 'it', 'shows', 'more', 'of', 'a', 'slate', 'blue', 'loved', 'the', 'fit', 'i', 'am', 'tall', 'so', 'it', 'covered', 'perfectly.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['811,1078,61', 'flattering', 'very', 'slimming', 'lovely', 'dress'] ['a', 'nice', 'addition', 'to', 'your', 'fall/', 'winter', 'wardrobe'] ['the', 'embroidery', 'is', 'lovely', 'fabric', 'soft', 'and', 'comfortable', 'sized', 'perfectly'] ['so', 'happy', 'with', 'this', 'beautiful', 'black', 'dress', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['812,1089,34', 'love', 'new', 'fav', 'lbd', 'i', 'am', '5', 'months', 'postpartum', 'and', 'this', 'dress', 'makes', 'me', 'feel', 'like', 'my', 'old', 'self', 'again', 'it', 'fits', 'right', 'above', 'the', 'waist', 'with', 'a', 'bow', 'to', 'cinch', 'the', 'waist', 'love', 'the', 'fit', 'and', 'flare', 'the', 'top', 'is', 'warm', 'great', 'for', 'a', 'cold', 'evening', 'out', 'and', 'the', 'taffeta', 'really', 'dresses', 'it', 'up', 'love', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['813,895,48', 'very', 'plain', 'on', 'the', 'front', 'this', 'sweater', 'looks', 'soft', 'and', 'flowy', 'on', 'the', 'model', 'but', 'in', 'the', 'store', 'it', 'is', 'rather', 'stiff', 'lace', 'in', 'the', 'back', 'and', 'very', 'plain', 'in', 'the', 'front', 'i', 'did', 'not', 'like', 'the', 'ribbing', 'on', 'the', 'front', 'bottom', 'of', 'the', 'sweater', 'because', 'it', 'pulled', 'in', 'places', 'and', 'did', "n't", 'lie', 'flat', 'way', 'too', 'expensive', 'for', 'what', 'you', 'are', 'getting', ',3,0,2', 'general', 'tops', 'fine', 'gauge'] ['814,886,34', 'might', 'be', 'great', 'if', 'you', 'have', 'a', 'bun', 'in', 'the', 'oven', 'again', 'bought', 'this', 'while', 'wearing', 'my', 'retailer', 'colored', 'glasses', 'i', 'loved', 'the', 'flowiness', 'and', 'color', 'of', 'the', 'dark', 'pink', 'and', 'was', 'convinced', 'in', 'the', 'dressing', 'room', 'that', 'this', 'top', 'made', 'me', 'look', 'like', 'a', 'chic', 'goddess', 'mid-vacation', 'on', 'the', 'amalfi', 'coast', 'i', 'tried', 'it', 'on', 'at', 'home', 'and', 'it', 'straight', 'up', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'maternity', 'top', 'since', 'i', "'m", 'not', 'with', 'child', 'this', 'one', "'s", 'going', 'back', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['815,895,42', 'pretty', 'but', 'just', 'okay', 'when', 'worn.', 'i', 'love', 'the', 'back', 'detail', 'but', 'does', "n't", 'feel', 'that', 'comfortable', 'on', 'i', 'bought', 'in', 'green', 'it', "'s", 'fitted', 'so', 'get', 'size', 'larger', 'if', 'you', 'plan', 'to', 'layer', 'up', 'i', "'m", '107', 'and', 'bought', 'xs', 'size', 'i', 'should', 'have', 'ordered', 'the', 's.,3,0,0', 'general', 'tops', 'fine', 'gauge'] ['816,1105,49', 'very', 'versatile', 'i', 'was', 'on', 'the', 'fence', 'about', 'this', 'jumpsuit', 'at', 'first', 'i', 'feel', 'the', 'pockets', 'in', 'the', 'back', 'are', 'a', 'little', 'high', 'on', 'my', 'bum', 'kind', 'of', 'an', 'unnatural', 'placement', 'i', 'sized', 'up', 'so', 'it', 'was', "n't", 'so', 'tight', 'fitting', 'at', 'the', 'waist', 'and', 'hips', 'so', 'it', 'made', 'the', 'placement', 'of', 'the', 'back', 'pockets', 'a', 'little', 'better.,4,1,0', 'general', 'dresses', 'dresses'] ['817,886,29', 'great', 'winter', 'tunic', 'great', 'for', 'layering', 'and', 'staying', 'warm', 'in', 'the', 'winter', 'definitely', 'stay', 'on', 'the', 'larger', 'size', 'the', 'fabric', 'has', 'very', 'little', 'give', 'but', 'is', 'comfortable', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['818,886,43', 'not', 'a', 'great', 'design', 'this', 'shirt', 'is', 'not', 'a', 'good', 'look', 'for', 'a', 'gal', 'with', 'hips', 'the', 'fit', 'at', 'the', 'top', 'is', 'tight', 'i', 'ordered', 'a', 'small', 'but', 'there', 'is', 'so', 'much', 'material', 'at', 'the', 'bottom', 'and', 'if', 'you', 'are', 'a', 'little', 'taller', 'i', 'am', '5', '7', 'it', 'hits', 'at', 'a', 'place', 'that', 'is', 'not', 'flattering', 'i', 'was', 'hoping', 'for', 'something', 'that', 'hung', 'straight', 'down', 'and', 'would', 'be', 'good', 'with', 'leggings', 'this', 'is', 'not', 'it', 'also', 'the', 'material', 'is', 'a', 'little', 'stiffer', 'then', 'i', 'was', 'expecting', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['819,886,63', 'v-neck', 't', 'way', 'to', 'v', 'necked-', 'other', 'than', 'that', 'would', 'be', 'a', 'nice', 'go', 'to', 'top', 'needs', 'a', 'cami.,3,1,1', 'general', 'petite', 'tops', 'knits'] ['820,969,34', 'super', 'cute-', 'order', 'a', 'size', 'down', 'after', 'reading', 'the', 'reviews', 'i', 'was', 'hesitant', 'to', 'purchase', 'but', 'glad', 'i', 'did', 'i', "'m", 'usually', 'an', 'xs', 'or', 's', 'depending', 'on', 'the', 'brand', 'but', 'i', 'got', 'this', 'in', 'a', 'xxs', 'it', 'fits', 'perfectly', 'and', 'is', 'so', 'cute', 'does', 'not', 'look', 'like', 'a', 'bathrobe', 'at', 'all', 'i', 'love', 'it', 'because', 'it', "'s", 'almost', 'like', 'a', 'cardigan', 'blazer', 'looks', 'like', 'a', 'blazer', 'but', 'feels', 'like', 'a', 'cardigan', ',5,1,0', 'general', 'jackets', 'jackets'] ['821,886,60', 'nice', 'tunic', 'i', 'tried', 'this', 'tunic', 'on', 'in', 'my', 'local', 'retailer', 'store', 'they', 'do', 'not', 'carry', 'petites', 'so', 'i', 'tried', 'on', 'a', 'regular', 'small', 'i', "'m", '5', '2', '130lb', 'the', 'proportions', 'were', 'a', 'bit', 'off', 'the', 'v-neck', 'fell', 'way', 'too', 'low', 'and', 'there', 'was', 'extra', 'material', 'puckering', 'across', 'the', 'bodice', 'i', 'definitely', 'think', 'a', 'petite', 'would', 'work', 'better', 'for', 'my', 'height', 'alas', 'no', 'petites', 'in-store', 'or', 'online', 'in', 'the', 'color', 's', 'i', 'would', 'purchase', 'i', 'did', "n't", 'find', 'the', 'shirt', 'too', 'thin', 'as', 'some', 'have', 'commented', 'it', "'s", 'essentially', 'a', 'midweight', 't-shirt', 'material', 'but', 'rayon', 'so', 'beware', 'o', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['822,1078,39', 'nice', 'casual', 'tunic-dress', 'comfortable', 't', 'eh', 'fabric', 'is', 'very', 'soft', 'the', 'embroidery', 'adds', 'a', 'little', 'to', 'the', 'otherwise', 'plain', 'black', 'tunic', 'lace', 'up', 'neck', 'on', 'trend', 'too'] [] ['i', 'ordered', 'the', 'xxs', 'p', 'as', 'it', 'is', 'likely', 'loose', 'that', 'was', 'just', 'fine', 'for', 'me', 'xs', 'p', 'would', 'have', 'been', 'not', 'as', 'flattering', 'theo', 'nly', 'problem', 'with', 'that', 'is', 'the', 'sleeves', 'then', 'became', 'a', 'little', 'more', 'snug', 'workout', 'arms', 'not', 'too', 'snug', 'that', 'i', 'ca', "n't", 'wear', 'the', 'dress', 'but', 'decided', 'not', 'to', 'keep', 'it', 'only', 'because', 'there', 'are', 'way', 'too', 'many', 'things', 'i', 'like', 'at', 'retailer', 'and', 'have', 'to', 'pick', 'in', 'my', 'wish', 'lis', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['823,1060,39', 'not', 'as', 'bad', 'as', 'previously', 'reviewed', 'i', 'do', 'think', 'the', 'fabric', 'could', 'be', 'a', 'little', 'more', 'substantial', 'for', 'the', 'price', 'and', 'was', 'disappoitned', 'that', 'even', 'petites', 'were', 'again', 'too', 'long', 'the', 'color', 'is', 'nice', 'enough', 'neutral', 'and', 'they', 'definitely', 'look', 'like', 'work', 'pants', 'they', 'are', 'true', 'to', 'sice', 'but', 'i', 'could', 'do', 'the', 'low', 'end', 'of', 'my', 'size', 'range', ',4,1,7', 'general', 'petite', 'bottoms', 'pants'] ['824,886,32', 'love', 'the', 'black', 'i', 'bought', 'this', 'in', 'black', 'and', 'it', 'did', 'require', 'me', 'to', 'wear', 'a', 'shirt', 'underneath', 'as', 'it', 'was', 'a', 'little', 'sheer/see', 'through', 'i', 'usually', 'wear', 'an', 'xs', 'and', 'i', 'wore', 'the', 'same', 'in', 'this', 'top', 'the', 'black', 'is', 'very', 'pretty', 'and', 'goes', 'well', 'with', 'some', 'skinny', 'jeans.,5,1,24', 'general', 'petite', 'tops', 'knits'] ['825,886,39', 'weird', 'shape.', 'after', 'seeing', 'this', 'on', 'anthto', "'s", 'facebook', 'page', 'i', 'was', 'so', 'excited', 'to', 'order', 'i', 'ended', 'up', 'going', 'to', 'a', 'store', 'and', 'trying', 'on', 'i', 'could', "n't", 'believe', 'it', 'was', 'the', 'same', 'shirts', 'when', 'i', 'first', 'saw', 'it', 'i', 'thought', 'this', 'ran', 'quite', 'big', 'and', 'the', 'shape', 'was', 'odd', 'lots', 'of', 'material', 'in', 'the', 'middle', 'i', 'am', 'a', 'mom', 'of', '3', 'young', 'kids', 'and', 'did', "n't", 'want', 'people', 'to', 'think', '4', 'was', 'on', 'the', 'way.,2,0,15', 'general', 'petite', 'tops', 'knits'] ['826,895,54', 'boxy', 'i', 'ordered', 'this', 'sweater', 'in', 'black', 'and', 'thought', 'it', 'was', 'a', 'pretty', 'design', 'and', 'something', 'different', 'in', 'a', 'cardigan', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'an', 'odd', 'fit', 'and', 'very', 'boxy', 'and', 'unflattering', 'i', 'wanted', 'to', 'like', 'it', 'and', 'keep', 'it', 'but', 'i', 'knew', 'i', 'would', 'not', 'wear', 'it', 'so', 'unfortunately', 'it', 'went', 'back', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['827,895,71', 'cute', 'but', 'short', 'i', 'ordered', 'the', 'green', 'black', 'and', 'ivory', 'because', 'i', 'thought', 'they', 'were', 'so', 'cute', 'the', 'sweater', 'is', 'short', 'but', 'still', 'cute', 'the', 'ivory', 'one', 'i', 'will', 'return', 'though', 'it', 'has', 'sparkle', 'that', "'s", 'not', 'noticeable', 'in', 'the', 'online', 'picture', 'plus', 'when', 'it', 'arrived', 'it', 'had', 'a', 'huge', 'snag', 'in', 'the', 'fabric', 'i', "'m", 'actually', 'quite', 'surprised', 'they', 'sent', 'it', 'to', 'me', 'in', 'such', 'poor', 'condition', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['828,886,46', 'too', 'long', 'poor', 'quality', 'i', 'ordered', 'the', 'pink', 'in', 'size', 'xl', 'the', 'color', 'was', 'pretty', 'the', 'problem', 'is', 'the', 'material', 'was', 'too', 'thin', 'and', 'tight', 'it', 'ran', 'at', 'least', 'a', 'size', 'smaller', 'than', 'shown', 'in', 'the', 'photos', 'online.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['829,895,30', 'sent', 'to', 'me', 'damaged', 'i', 'ordered', 'the', 'in', 'the', 'emerald', 'green', 'and', 'it', 'was', 'sent', 'to', 'me', 'with', 'a', 'dime', 'size', 'hole', 'in', 'the', 'sleeve', 'i', 'am', 'very', 'disappointed', 'because', 'i', 'love', 'the', 'sweater', 'by', 'the', 'time', 'it', 'arrived', 'it', 'was', 'sold', 'out', 'in', 'my', 'size', 'now', 'i', 'can', 'not', 'exchange', 'it', 'for', 'one', 'that', 'is', 'not', 'damaged', 'if', 'the', 'sweater', 'was', 'not', 'damaged', 'i', 'would', 'recommend', 'this', 'product', ',2,1,0', 'general', 'tops', 'fine', 'gauge'] ['830,895,59', 'gold', 'thread', 'this', 'is', 'a', 'very', 'pretty', 'sweater', 'a', 'bit', 'boxy', 'and', 'short', 'but', 'cute', 'i', 'am', '5', '1', 'and', 'ordered', 'the', 'regular', 'xs', 'in', 'black', 'the', 'thing', 'i', 'did', 'not', 'like', 'about', 'this', 'sweater', 'was', 'the', 'gold', 'thread', 'through', 'the', 'back', 'lace', 'i', 'would', 'have', 'kept', 'this', 'if', 'it', 'was', 'plain', 'black', 'lace', 'just', 'did', 'not', 'like', 'that', 'look', ',2,0,2', 'general', 'tops', 'fine', 'gauge'] ['831,1089,26', 'not', 'for', 'me', 'i', 'was', 'obsessed', 'with', 'this', 'dress', 'from', 'the', 'moment', 'i', 'saw', 'it', 'online', 'and', 'was', 'so', 'excited', 'to', 'buy', 'it', 'for', 'my', 'company', 'christmas', 'party', 'i', "'m", '5', '4', '36c', '145lbs', 'and', 'i', 'ordered', 'a', '6.', 'the', 'size', 'was', 'great', 'but', 'the', 'whole', 'cut', 'of', 'the', 'dress', 'was', 'completely', 'off', 'for', 'me', 'i', 'have', 'a', 'fairly', 'short', 'torso', 'but', 'the', 'top', 'portion', 'of', 'the', 'dress', 'which', 'is', 'a', 'sweater-like', 'material', 'hit', 'me', 'far', 'too', 'low', 'on', 'my', 'waist', 'to', 'be', 'flattering', 'the', 'petite', 'may', 'have', 'fixed', 'it', 'but', 'then', 'the', 'skirt', 'would', "'ve", 'been', 'too', 'short', 'the', 'pleats', 'were', 'cute', 'but', 'flared', 'out', 'too', ',3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['832,886,46', 'great', 'tunic', 'this', 'tunic', 'is', 'very', 'pretty', 'in', 'black', 'it', 'is', 'lighter', 'weight', 'than', 'the', 'picture', 'appears', 'and', 'drapes', 'nicely', 'i', "'m", '5', '2', 'so', 'i', 'ordered', 'the', 'petite', 'but', 'would', 'have', 'been', 'ok', 'with', 'the', 'extra', 'length', 'of', 'the', 'regular', 'for', 'when', 'worn', 'with', 'leggings', 'with', 'jeans', 'the', 'petite', 'length', 'will', 'work', 'well', 'i', 'recommend', 'using', 'the', 'size', 'chart', 'provided', 'i', 'general', 'wear', 'an', 'xs', 'but', 'ordered', 'the', 's', 'based', 'on', 'the', 'size', 'chart', 'it', "'s", 'a', 'perfect', 'fit', ',5,1,37', 'general', 'petite', 'tops', 'knits'] ['833,895,31', 'great', 'special', 'cardigan', 'fits', 'like', 'a', 'shrug', 'and', 'a', 'little', 'short', 'but', 'is', 'perfect', 'over', 'a', 'tight', 'fitting', 'sheath', 'great', 'for', 'broad', 'shoulders', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['834,868,46', ',cute', 'cute', 'simple', 'tank', 'with', 'a', 'little', 'something', 'to', 'add', 'interest.,4,1,0', 'general', 'tops', 'knits'] ['835,895,35', 'not', 'for', 'tall', 'ladies', 'this', 'sweater', 'is', 'a', 'cute', 'design', 'but', 'did', 'not', 'work', 'for', 'me', 'i', 'am', '5', '9', 'and', 'this', 'is', 'way', 'to', 'short/cropped', 'and', 'looks', 'awkward', 'the', 'quality', 'was', 'so', 'so', 'it', 'looked', 'stretched', 'out', 'in', 'the', 'front', 'it', "'s", 'getting', 'returned', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['836,886,61', 'lokka', 'tunic', 'beautiful', 'top', 'loved', 'the', 'color', 'but', 'shoulders', 'were', 'totally', 'messed', 'up', 'and', 'not', 'sure', 'if', 'it', 'was', 'from'] ['hanging', 'at', 'store', 'or', 'the', 'way', 'it', 'was', 'sewn', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['837,886,34', 'i', 'ordered', 'this', 'in', 'two', 'colors', 'in', 'my', 'regular', 'size', 'i', 'washed', 'and', 'laid', 'flat', 'to', 'dry', 'it', 'shrunk', 'like', 'crazy', 'i', 'held', 'the', 'one', 'i', 'washed', 'up', 'to', 'the', 'other', 'unworn/unwashed', 'one', 'and', 'it', 'was', 'at', 'least', 'two', 'inches', 'shorter', 'they', 'may', 'both', 'be', 'going', 'back', 'i', 'am', 'so', 'sad', ',4,0,6', 'general', 'petite', 'tops', 'knits'] ['838,886,55', ',i', 'purchased', 'this', 'top', 'in', 'blue', 'and', 'liked', 'it', 'so', 'i', 'ordered', 'the', 'red', 'color', 'i', 'hated', 'the', 'way', 'the', 'second', 'one', 'fit', 'i', "'m", 'concerned', 'the', 'blue', 'will', 'not', 'wear', 'well', 'after', 'seeing', 'the', 'way', 'the', 'second', 'one', 'looked', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['839,1089,36', ',it', 'is', 'so', 'simple', 'but', 'elegant', 'and', 'beautiful', 'i', 'am', '5', '3', 'and', '120', 'lb', 'and', 'extra', 'small', 'fits', 'me', 'perfectly,5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['840,1078,46', 'i', "'m", 'in', 'love', 'i', 'love', 'this', 'shirtdress', 'the', 'lace', 'and', 'collar', 'design', 'pops', 'off', 'the', 'black', 'super', 'comfortable', 'and', 'love', 'that', 'it', 'has', 'pockets', 'a', 'keeper', 'this', 'one', 'not', 'going', 'back', 'ever', 'i', 'am', '5', '9', 'and', '140', 'lbs', 'and', 'the', '6', 'fits', 'perfect', 'the', 'length', 'comes', 'above', 'my', 'knee', 'so', 'most', 'likely', 'i', 'will', 'be', 'wearing', 'tights', 'or', 'skinny', "'s", 'underneath', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['841,895,49', 'pretty', 'cropped', 'cardigan.', 'this', 'cardigan', 'is', 'nice', 'and', 'the', 'lace', 'at', 'the', 'back', 'is', 'pretty', 'just', 'be', 'aware', 'that', 'it', "'s", 'definitely', 'a', 'cropped', 'length', 'which', 'is', 'good', 'for', 'wearing', 'over', 'a', 'dress', 'that', 'you', 'do', "n't", 'want', 'to', 'cover', 'up', 'too', 'much', 'size', 'up', 'if', 'you', 'want', 'room', 'to', 'layer', 'the', 'one', 'i', 'tried', 'on', 'at', 'the', 'store', 'had', 'the', 'top', 'button', 'almost', 'falling', 'off', 'so', 'i', 'did', "n't", 'buy', 'it', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['842,975,28', 'love', 'but', 'poorly', 'made', 'you', 'guys', 'i', 'love', 'this', 'so', 'much', 'however', 'within', 'one', 'hour', 'of', 'wearing', 'it', 'the', 'back', 'seam', 'completely', 'ripped', 'it', 'fit', 'me', 'perfectly', 'sadly', 'i', '39', 'll', 'have', 'to', 'return', 'the', 'damaged', 'item', 'really', 'sad', 'it', '39', 's', 'all', 'sold', 'out', 'too', ',3,0,0', 'general', 'jackets', 'jackets'] ['843,975,74', 'this', 'velvet', 'has', 'swagger', 'i', 'love', 'the', 'soft', 'slouchy', 'feel', 'of', 'this', 'draped', 'yet', 'constructed', 'jacket', 'do', "n't", 'expect', 'a', 'crisp', 'fit', 'i', "'m", 'not', 'a', 'fan', 'of', 'the', 'menswear', 'look', 'so', 'this', 'jacket', 'is', 'the', 'boho', 'answer', 'to', 'a', 'classic', 'blazer', 'the', 'one-button', 'closure', 'is', 'easy', 'to', 'wear', 'the', 'hem', 'curves', 'for', 'a', 'more', 'feminine', 'look', 'i', 'hesitated', 'before', 'ordering', 'hoping', 'it', 'would', 'turn', 'up', 'at', 'my', 'local', 'retailer', 'by', 'the', 'time', 'i', 'was', 'ready', 'to', 'order', 'the', 'green', 'version', 'had', 'sold', 'out', 'as', 'it', 'turns', 'out', 'the', 'copper', 'is', 'even', 'better', 'it', 'was', '86', 'degrees', 'today', 'but', 'i', 'wore', 'it', 'anyway', ',5,1,2', 'general', 'jackets', 'jackets'] ['844,886,37', ',love', 'this', 'shirt', 'with', 'leggings', 'if', 'you', 'are', 'in', 'between', 'sizes-', 'size', 'down,4,1,0', 'general', 'petite', 'tops', 'knits'] ['845,548,38', ',unusual', 'color', 'expensive', 'even', 'on', 'sale.,5,1,0', 'general', 'trend', 'trend'] ['846,1078,82', 'great', 'dress', 'i', 'am', '5', '4', '140', 'pounds', 'and', 'ordered', 'the', '8', 'petite', 'it', 'fits', 'perfectly', 'and', 'is', 'very', 'flattering', 'the', 'embroidery', 'and', 'lace', 'up', 'neckline', 'thing', 'is', 'really', 'awesome', 'it', 'gives', 'the', 'dress', 'some', 'character', 'i', 'am', 'also', 'a', 'fan', 'of', 'the', 'roll-up', 'sleeves', 'i', 'wish', 'it', 'came', 'in', 'other', 'colors', 'because', 'i', 'would', 'certainly', 'order', 'more', 'than', 'one', 'the', 'one', 'and', 'only', 'potentially', 'negative', 'aspect', 'and', 'i', 'say', 'potential', 'because', 'i', "'m", 'not', 'sure', 'if', 'its', 'an', 'issue', 'or', 'not', 'as', 'i', 'have', "n't", 'worn/washed', 'it', 'yet', 'is', 'it', 'appears', 'to', 'be', 'something', 'that', 'i', 'may', 'have', 'to', 'iron', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['847,1060,49', 'oh', 'elevenses', 'i', 'love', 'your', 'pants', 'the', 'fabrics', 'the', 'details', 'the', 'length', 'i', "'ve", 'found', 'elevenses', 'to', 'be', 'classic', 'work', 'pants', 'reliable', 'professional', 'well', 'made', 'these', 'are', 'none', 'of', 'those', 'things', 'the', 'cardinal', 'trousers', 'are', 'thin', 'and', 'the', 'rise', 'feels', 'much', 'higher', 'that', "'s", 'it', 'appears', 'in', 'the', 'picture', 'the', 'red', 'pair', 'are', 'thin', 'stretchy', 'and', 'cheap', 'both', 'pairs', 'have', 'to', 'go', 'back', 'i', "'m", 'truly', 'sad', ',1,0,7', 'general', 'petite', 'bottoms', 'pants'] ['848,886,41', 'cute', 'basic', 'i', 'can', 'understand', 'the', 'concerns', 'of', 'another', 'reviewer', 'about', 'shrinkage', 'i', 'have', 'a', 'few', 'retailer', 'tops', 'made', 'of', 'similar', 'fabric', 'and', 'they', 'have', 'shrunk', 'a', 'bit', 'this', 'too', 'fits', 'very', 'well', 'but', 'once', 'i', 'wash', 'it', 'it', 'will', 'likely', 'get', 'a', 'bit', 'smaller', 'i', 'ordered', 'a', 'small', 'but', 'plan', 'to', 'size', 'up', 'to', 'a', 'medium', 'for', 'ref', '32ddd', 'bust', 'and', 'the', 'small', 'fit', 'perfectly', 'with', 'a', 'camo', 'underneath', 'the', 'shoulders', 'seem', 'to', 'be', 'cut', 'small', 'so', 'if', 'you', 'are', 'busty', 'like', 'me', 'size', 'up', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['849,886,35', 'lokka', 'is', 'lovely', 'the', 'lokka', 'tunic', 'is', 'a', 'perfect', 'go-to', 'top', 'for', 'casual', 'days', 'or', 'nights', 'pair', 'it', 'with', 'skinny', 'jeans', 'or', 'leggings', 'and', 'you', 'are', 'set', 'the', 'long', 'sleeves', 'are', 'fitted', 'and', 'long-so', 'they', 'can', 'be', 'bunched', 'at', 'the', 'wrist', 'i', 'ordered', 'it', 'in', 'both', 'the', 'black', 'and', 'the', 'the', 'pale', 'grey/blue', 'shade', 'it', 'is', 'a', 'winner.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['850,886,23', 'i', 'got', 'two', 'of', 'these', 'when', 'they', 'went', 'on', 'sale', 'because', 'i', 'hate', 'paying', '68', 'for', 'a', 'basic', 'top', 'like', 'this', 'but', 'for', 'the', 'sale', 'price', 'they', 'are', 'great', 'comfortable', 'lightweight', 'and', 'flattering', 'the', 'black', 'is', 'a', 'little', 'sheer', 'but', 'nothing', 'a', 'tank', 'underneath', 'ca', "n't", 'solve', 'a', 'good', 'buy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['851,886,37', 'great', 'shirt', 'i', 'bought', 'this', 'in', 'my', 'usual', 'medium', 'and', 'it', 'fits', 'great', 'fitted', 'at', 'the', 'shoulder', 'loose', 'below', 'it', 'looks', 'great', 'with', 'skinny', 'jeans', 'and', 'can', 'be', 'worn', 'casually', 'or', 'dressed', 'up', 'with', 'accessories', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['852,1078,41', 'the', 'perfect', 'fall', 'dress', 'ordered', 'this', 'dress', 'online', 'and', 'was', "n't", 'sure', 'about', 'the', 'criss-cross', 'neckline', 'feature', 'but', 'i', 'love', 'it', 'it', "'s", 'absolutely', 'adorable', 'and', 'unbelievably', 'comfortable', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'lays', 'nicely', 'without', 'feeling', 'too', 'baggy', 'or', 'frumpy', 'the', 'embroidery', 'is', 'beautiful', 'i', "'m", 'wearing', 'it', 'to', 'a', 'fall', 'event', 'in', 'october', 'and', 'pairing', 'it', 'with', 'my', 'favorite', 'cowboy', 'boots', 'but', 'it', 'would', 'also', 'look', 'great', 'with', 'flats', 'heels', 'or', 'booties', 'totally', 'in', 'love', 'with', 'this', 'dress', ',5,1,5', 'general', 'dresses', 'dresses'] ['853,1078,56', 'adorable', 'comfortable', 'flattering', 'this', 'has', 'it', 'all', 'i', 'was', 'not', 'shopping', 'for', 'a', 'dress', 'and', 'somehow', 'came', 'home', 'with', 'this', 'in', 'person', 'the', 'material', 'and', 'embroidery', 'are', 'just', 'so', 'stunning', 'that', 'i', 'found', 'myself', 'picking', 'it', 'up', 'i', 'was', 'sold', 'after', 'trying', 'it', 'on', 'the', 'material', 'is', 'very', 'soft', 'both', 'feels', 'and', 'looks', 'extremely', 'high', 'quality', 'and', 'for', 'a', 'basic', 'shirtdress', 'it', 'is', 'amazingly', 'flattering', 'follows', 'curves', 'without', 'clinging', 'to', 'them', 'i', "'m", '5', '4', '123', 'lbs', 'usually', 'wear', 'a', 'small', 'in', 'tops/dresses', 'purchased', 'the', 'size', '4', 'which', 'fit', 'perfectly', 'i', "'m", 'slightly', 'chesty', '34d', 'so', 'sometimes', 'ha', ',5,1,6', 'general', 'dresses', 'dresses'] ['854,1078,42', 'love', 'this', 'dress', 'it', 'is', 'super-flattering', 'and', 'the', 'embroidery', 'is', 'beautiful', ',5,1,1', 'general', 'dresses', 'dresses'] ['855,895,30', 'cute', 'i', 'am', 'going', 'to', 'disagree', 'with', 'reviewers', 'who', 'say', 'this', 'runs', 'small', 'i', 'found', 'it', 'very', 'short', 'and', 'wide', 'that', 'being', 'said', 'it', 'is', 'meant', 'to', 'be', 'cropped', 'i', 'ordered', 'a', 'size', 'small', 'and', 'it', 'fit', 'perfectly', 'albeit', 'a', 'little', 'short', 'for', 'reference', 'i', 'am', 'usually', 'a', 'size', '6/medium', 'in', 'retailer', 'shirts', 'and', 'dresses', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['856,886,52', ',beautiful', 'sweater', 'but', 'the', 'material', 'is', 'a', 'bit', 'thinner', 'than', 'i', 'was', 'expecting', 'but', 'it', 'hangs', 'nicely', 'and', 'the', 'sleeves', 'are', 'nice', 'and', 'long', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['857,594,43', 'absolutely', 'gorgeous', 'skirt', 'so', 'feminine', 'and', 'curve', 'hugging', 'wish', 'i', 'had', "n't", 'found', 'this', 'so', 'late', 'want', 'it', 'in', 'every', 'imaginable', 'color', 'but', 'i', 'will', 'settle', 'for', 'the', 'off', 'white'] [] ['please', 'bring', 'this', 'style', 'back', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['858,895,29', 'funky', 'seams', 'love', 'the', 'design', 'and', 'the', 'gold', 'color', 'but', 'the', 'seams', 'between', 'knit', 'and', 'lace', 'were', 'a', 'little', 'weird', 'and', 'bunched/were', "n't", 'smooth', 'maybe', 'the', 'one', 'i', 'tried', 'on', 'just', 'needed', 'to', 'be', 'ironed', 'or', 'something', ',3,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['859,886,27', ',great', 'style', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['860,886,26', 'perfect', 'this', 'top', 'is', 'great', 'lightweight', 'and', 'flattering'] ['i', 'can', 'wear', 'it', 'to', 'work', 'with', 'skinny', 'white', 'pants', 'or', 'to', 'the', 'grocery', 'store', 'with', 'jeans'] ['i', 'purchased', 'another', 'color', 'because', 'i', 'love', 'the', 'first', 'i', 'got', 'so', 'much', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['861,1089,28', 'beautiful', 'dress', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'top', 'part', 'is', 'tight', 'while', 'the', 'bottom', 'has', 'a', 'beautiful', 'skirt', 'i', "'m", 'slightly', 'busty', 'and', 'about', '5', '6', 'and', 'the', 'size', '6', 'is', 'perfect', 'for', 'me', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['862,975,45', 'not', 'enough', 'structure', 'fo', 'rme', 'the', 'fabric', 'is', 'beautiful', 'even', 'the', 'lining', 'is', 'lovely', 'i', 'ordered', 'the', 'green', 'color', 'in', 'a', 'large', 'as', 'i', "'m", 'curvy', 'and', 'have', 'long', 'arms', 'but', 'it', 'just', 'does', "n't", 'lay', 'correctly', 'at', 'all', 'the', 'collar', 'has', 'no', 'structure', 'even', 'though', 'it', "'s", 'a', 'lapel', 'and', 'the', 'side', 'vents', 'just', 'pop', 'out', 'the', 'jacket', 'added', 'about', '10lbs', 'and', 'just', 'looked', 'frumpy', 'it', 'looks', 'much', 'more', 'tailored', 'on', 'the', 'model', 'too', 'bad', 'as', 'i', 'have', 'been', 'looking', 'for', 'a', 'velvet', 'blazer', 'in', 'the', 'color', 'for', 'a', 'long', 'time', ',3,1,13', 'general', 'jackets', 'jackets'] ['863,886,29', 'comfortable', 'love', 'this', 'shirt', 'i', 'bought', 'the', 'light', 'blue', 'color', 'and', 'its', 'amazing', 'fits', 'well', 'i', 'love', 'that', 'its', 'long', 'in', 'the', 'back', 'very', 'comfortable', 'and', 'loose', 'thinking', 'of', 'buying', 'it', 'in', 'both', 'pinks', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['864,1078,47', 'could', 'be', 'a', 'bit', 'shorter', 'great', 'material', 'a', 'bit', 'loose', 'in', 'the', 'middle', 'lower', 'half', 'does', "n't", 'belt', 'well', 'it', 'could', 'be', '3', 'shorter', 'considering', 'alterations', 'i', "'m", '5', '7', 'the', 'model', 'is', "5'10", 'so', 'yeah', '3', 'shorter', 'would', 'be', 'cute', ',4,1,0', 'general', 'dresses', 'dresses'] ['865,895,28', 'great', 'cardigan', 'love', 'this', 'cardigan', 'fits', 'just', 'as', 'i', 'expected', 'very', 'structured', 'in', 'the', 'front', 'with', 'a', 'bit', 'of', 'flair', 'in', 'the', 'back.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['866,1060,38', 'not', 'worth', 'the', 'i', 'loved', 'the', 'cut', 'of', 'these', 'pants', 'and', 'the', 'button', 'accent', 'on', 'the', 'pockets', 'however', 'the', 'material', 'was', 'quite', 'thin', 'and', 'the', 'quality', 'was', 'not', 'great-', 'there', 'were', 'multiple', 'snags', 'along', 'the', 'seams', 'additionally', 'at', '5', '8', '130lbs', 'i', 'was', 'swimming', 'in', 'the', 'size', '4.', 'i', 'would', 'have', 'tried', 'sizing', 'down', 'if', 'the', 'quality', 'was', 'better', ',2,0,17', 'general', 'petite', 'bottoms', 'pants'] ['867,895,64', 'pretty', 'this', 'is', 'a', 'pretty', 'sweater', 'i', 'ordered', 'the', 'red', 'and', 'it', 'is', 'a', 'plum', 'color', 'not', 'close', 'to', 'red', 'but', 'it', 'will', 'work', 'well', 'with', 'black', 'gray', 'and', 'denim', 'i', 'found', 'the', 'sweater', 'looks', 'boxy', 'from', 'the', 'front', 'but', 'the', 'back', 'is', 'spectacular', 'it', 'is', 'very', 'well', 'made', 'no', 'raw', 'edges', 'or', 'seams', 'that', 'are', 'threatening', 'to', 'unravel', 'this', 'will', 'be', 'nice', 'for', 'casual', 'holiday', 'dressing', 'i', 'found', 'a', 'longer', 'tank', 'in', 'white', 'works', 'well', 'under', 'this', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['868,975,64', 'well', 'it', 'is', 'green', 'this', 'is', 'silly', 'but', 'the', 'moss', 'is', 'not', 'brown', 'as', 'pictured', 'but', 'olive', 'green', 'with', 'that', 'said', 'i', 'am', 'going', 'more', 'casual', 'and', 'i', 'love', 'the', 'flex', 'of', 'this', 'coat', 'the', 'shape', 'is', 'beautiful', 'and', 'the', 'lining', 'is', 'fun', 'i', 'waited', 'two', 'months', 'to', 'get', 'this', 'in', 'close', 'to', 'my', 'size', '00.', 'for', 'my', 'style', 'it', 'is', 'a', 'keeper', 'but', 'this', 'back', 'order', 'situation', 'is', 'not', 'acceptable', 'do', "n't", 'know', 'whose', 'fault', 'that', 'is', ',4,1,3', 'general', 'jackets', 'jackets'] ['869,886,52', 'i', 'bought', 'this', 'tunic', 'in', 'black', 'and', 'am', 'seriously', 'considering', 'buying', 'it', 'in', 'more', 'colors', 'it', 'is', 'so', 'comfortable', 'and', 'very', 'flattering', 'i', 'am', "5'11", 'so', 'many', 'tunics', 'are', 'more', 'like', 'shirts', 'on', 'me', 'but', 'this', 'one', 'is', 'the', 'perfect', 'length', 'to', 'wear', 'with', 'leggings', 'or', 'pants', 'the', 'v', 'neck', 'is', 'a', 'nice', 'feminine', 'touch', 'and', 'i', 'love', 'the', 'change', 'in', 'material', 'around', 'the', 'edges', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['870,975,52', 'feminine', 'blazer', 'i', 'am', '5', 'feet', 'and', '120.', 'i', 'ordered', 'a', 'petite', 'small', 'in', 'moss', 'i', 'have', 'posted', 'a', 'photo', 'below', 'it', "'s", 'a', 'pretty', 'green', 'the', 'lining', 'is', 'pretty', 'the', 'reason', 'i', 'deducted', 'a', 'star', 'is', 'because', 'the', 'lining', 'is', 'very', 'thin', 'and', 'slips', 'a', 'little', 'when', 'putting', 'the', 'jacket', 'on', 'but', 'it', 'does', "n't", 'effect', 'the', 'way', 'the', 'jacket', 'falls', 'and', 'i', 'wear', 'it', 'comfortably', 'it', "'s", 'floppy', 'but', 'not', 'sloppy', 'i', 'was', 'surprised', 'that', 'each', 'side', 'the', 'fabric', 'is', 'like', 'a', 'tulip', 'it', 'was', 'a', 'nice', 'surprise', 'i', "'m", 'curvy', 'and', 'busty', 'i', 'have', 'zero', 'problem', 'with', 'it', 'being', 'unflattering', 'the', 's', ',5,1,3', 'general', 'jackets', 'jackets'] ['871,815,72', 'adorable', 'top', 'a', 'little', 'pricey', 'i', 'ordered', 'this', 'shirt', 'to', 'wear', 'with', 'a', 'pair', 'of', 'pants', 'that', 'i', 'had', 'to', 'return', 'which', 'is', 'one', 'reason', 'the', 'top', 'went', 'back', 'as', 'well', 'it', 'really', 'is', 'cute', 'and', 'i', 'like', 'the', 'exaggerated', 'key', 'hole', 'in', 'the', 'back', 'i', 'certainly', 'could', 'have', 'found', 'other', 'things', 'to', 'pair', 'with', 'this', 'top', 'but', 'it', 'came', 'down', 'to', 'the', 'price', 'i', 'just', 'did', "n't", 'think', 'it', 'said', '118', 'hopefully', 'its', 'still', 'around', 'when', 'it', 'goes', 'on', 'sale', 'its', 'very', 'cute', 'fits', 'true', 'to', 'size', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['872,1026,43', 'so', 'comfortable', 'these', 'leggings', 'are', 'soft', 'comfortable', 'and', 'go', 'with', 'everything', 'love', 'the', 'way', 'they', 'feel', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['873,823,39', 'huge', 'arm', 'holes', 'why', 'is', 'it', 'so', 'difficult', 'to', 'find', 'a', 'shirt', 'that', 'does', "n't", 'expose', 'half', 'of', 'my', 'bra', 'if', 'i', 'lift', 'my', 'arm'] [] ['this', 'is', 'cute', 'beyond', 'the', 'arm', 'hole', 'issue', 'but', 'overpriced', 'going', 'back', ',2,0,11', 'general', 'petite', 'tops', 'blouses'] ['874,1055,29', 'looks', 'can', 'be', 'deceiving', 'i', 'wanted', 'these', 'culottes', 'to', 'work', 'so', 'much', 'the', 'fabric', 'is', 'gorgeous', 'but', 'the', 'size', 'i', 'ordered', 'did', "n't", 'fit', 'i', "'m", 'normally', 'a', 'size', '28', 'in', 'pants', 'and', 'i', 'ordered', 'a', 'size', '8.', 'it', 'was', 'way', 'too', 'tight', 'and', 'made', 'me', 'look', 'like', 'i', 'had', 'a', 'pooch', 'in', 'the', 'zipper', 'area', 'not', 'what', 'i', 'wanted', 'it', 'to', 'be', 'had', 'to', 'return', 'them', 'unfortunately', ',2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['875,1081,47', 'not', 'as', 'pictured', 'this', 'dress', 'is', 'most', 'definitely', 'not', 'a', 'maxi', 'barely', 'goes', 'below', 'the', 'knees', 'also', 'you', 'do', 'not', 'get', 'the', 'cute', 'detail', 'shown', 'on', 'bodice', 'there', 'are', 'no', 'folds', 'which', 'were', 'an', 'added', 'plus', 'on', 'picture', 'waist', 'is', 'higher', 'not', 'at', 'natural', 'waist', 'very', 'pretty', 'silk', 'though', 'and', 'still', 'cute', 'just', 'not', 'as', 'pictured', ',3,1,9', 'general', 'dresses', 'dresses'] ['876,2,28', 'gorgeous', 'top', 'straps', 'way', 'too', 'long', 'i', 'just', 'adore', 'this', 'top', 'it', 'is', 'so', 'comfy', 'and', 'stylish', 'i', 'wear', 'it', 'with', 'a', 'little', 'purple', 'cardigan', 'and', 'feel', 'like', 'an', 'iris', 'in', 'bloom', 'like', 'other', 'reviewers', 'have', 'mentioned', 'though', 'the', 'straps', 'are', 'way', 'too', 'long', 'i', 'had', 'to', 'cut', 'them', 'down', 'and', 're-sew', 'to', 'make', 'it', 'wearable', 'before', 'that', 'it', 'just', 'slouched', 'in', 'front', 'and', 'looked', 'sloppy', 'and', 'awful', 'i', 'tried', 'layering', 'under', 'it', 'which', 'looked', 'absurd', ',4,1,0', 'general', 'tops', 'knits'] ['877,1081,51', 'still', 'awesome', 'i', 'read', 'the', 'reviews', 'prior', 'to', 'purchasing', 'but', 'loved', 'the', 'pattern', 'so', 'much', 'i', 'had', 'to', 'have', 'it', 'i', 'was', 'not', 'disappointed', 'however', 'had', 'i', 'not', 'read', 'the', 'reviews', 'i', 'would', 'have', 'been', 'it', 'is', 'true', 'the', 'top', 'of', 'the', 'dress', 'is', 'flat', 'and', 'does', 'not', 'have', 'the', 'detail', 'as', 'shown', 'on', 'the', 'model', 'it', 'also', 'appears', 'to', 'be', 'disproportionate', 'i', 'am', '5', '1', 'and', 'curvy', 'the', 'bottom', 'fits', 'well', 'but', 'the', 'top', 'is', 'large', 'however', 'rectified', 'by', 'wearing', 'a', 'padded', 'bra', 'since', 'i', 'ordered', 'the', 'petite', 'i', 'was', 'surprised', 'the', 'dress', 'was', 'above', 'the', 'ankle', 'usually', 'their', 'items', 'are', 'l', ',5,1,0', 'general', 'dresses', 'dresses'] ['878,936,35', 'perfect', 'for', 'any', 'season', 'this', 'is', 'more', 'beautiful', 'in', 'person', 'i', 'love', 'the', 'detail', 'and', 'color', 'i', 'usually', 'do', "n't", 'like', 'ponchos', 'but', 'this', 'one', "'s", 'shape', 'with', 'the', 'square', 'front', 'definitely', 'sets', 'this', 'apart.,5,1,9', 'general', 'petite', 'tops', 'sweaters'] ['879,1026,66', 'super', 'cute', 'pants', 'i', 'rarely', 'write', 'reviews', 'but', 'had', 'to', 'comment', 'on', 'these', 'pants', 'these', 'pilcro', 'pants', 'are', 'my', 'favorite', 'for', 'the', 'fall', 'and', 'winter', 'they', 'fit', 'beautifully', 'and', 'are', 'a', 'great', 'alternative', 'to', 'jeans', 'the', 'pants', 'are', 'so', 'comfortable', 'and', 'flattering', 'love', 'the', 'print', 'and', 'they', 'are', 'so', 'versatile', 'as', 'they', 'can', 'be', 'worn', 'as', 'very', 'casual', 'pants', 'and', 'can', 'be', 'dressed', 'up', 'i', 'am', 'in', 'my', '60', "'s", 'and', 'am', 'always', 'looking', 'for', 'clothes', 'that', 'are', 'stylish', 'without', 'being', 'too', 'young', 'looking', 'for', 'a', 'woman', 'my', 'age', 'retailer', 'is', 'my', 'favorite', 'store', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['880,1081,50', 'so', 'wanted', 'to', 'love', 'it', 'ditto', 'what', 'the', 'first', 'reviewer', 'said', 'unfortunately', 'i', 'was', 'so', 'looking', 'forward', 'to', 'receiving', 'this', 'dress', 'but', 'the', 'one', 'received', 'is', 'not', 'the', 'one', 'in', 'the', 'photos', 'the', 'graphics', 'are', 'fantastic', 'still', 'love', 'the', 'boats-', 'but', 'the', 'top', 'is', 'not', 'the', 'same', 'and', 'they', "'ve", 'added', 'a', 'fabric', 'belt', 'to', 'the', 'finished', 'dress', 'the', 'fit', 'was', 'perfect', 'except', 'for', 'gapping', 'under', 'the', 'arms', 'similar', 'i', 'suspect', 'to', 'what', 'the', 'first', 'reviewer', 'reported', 'i', 'was', 'also', 'surprised', 'by', 'the', 'fabric', 'based', 'on', 'the', 'photos', 'i', 'was', 'expecting', 'something', 'light', 'and', 'semi', 'trans', ',2,0,4', 'general', 'dresses', 'dresses'] ['881,299,37', 'cute', 'casual', 'shorts', 'i', 'ordered', 'these', 'in', 'both', 'the', 'grey', 'and', 'moss', 'and', 'i', 'love', 'both', 'they', 'are', 'very', 'soft', 'very', 'easy', 'loose', 'fitting', 'casual', 'shorts', 'i', 'wear', 'them', 'a', 'bit', 'lower', 'on', 'my', 'waist', 'than', 'pictured', 'so', 'they', 'hit', 'lower', 'on', 'my', 'leg', 'than', 'on', 'the', 'model', 'which', 'i', 'prefer', 'in', 'these', 'i', 'am', '5', '3', '105', 'lbs', 'ordered', 'xs', 'the', 'dark', 'grey', 'ones', 'feel', 'more', 'versatile', 'like', 'you', 'could', 'throw', 'on', 'anything', 'with', 'them', 'and', 'go', 'the', 'moss', 'look', 'cute', 'with', 'white/cream', 'summery', 'tops', 'they', 'washed', 'well', 'machine', 'cold', 'laid', 'flat', 'to', 'dry', 'touched', 'up', 'with', 'light', 'steam', 'from', ',5,1,3', 'general', 'bottoms', 'shorts'] ['882,1055,36', 'adorable', 'culottes', 'these', 'culottes', 'are', 'adorable', 'on', 'if', 'you', 'order', 'up', 'two', 'whole', 'sizes', 'they', 'run', 'extremely', 'small', 'fabric', 'is', 'thick', 'high', 'quality', 'and', 'a', 'beautiful', 'color', ',4,1,4', 'general', 'petite', 'bottoms', 'pants'] ['883,1055,43', 'not', 'for', 'big', 'girls', 'quality', 'is', 'fantastic', 'but', 'i', 'feel', 'like', 'a', '14', 'would', 'have', 'barely', 'made', 'it', "'s", 'way', 'around', 'one', 'leg', 'this', 'pant', 'is', 'way', 'small', 'in', 'terms', 'of', 'sizing', 'and', 'not', 'a', 'style', 'fit', 'for', 'anyone', 'over', 'a', '6.', 'a', 'lot', 'of', 'fabric', 'in', 'the', 'legs', 'nice', 'pant', 'but', 'not', 'for', 'this', 'girl', ',2,0,11', 'general', 'petite', 'bottoms', 'pants'] ['884,1026,42', 'perfect', 'fit', 'love', 'these', 'pants', 'corduroy', 'leggings', 'that', 'fit', 'like', 'a', 'skinny', 'pant', 'comfortable', 'not', 'too', 'stretchy', 'maintains', 'shape', 'even', 'with', 'multiple', 'wears', 'between', 'cleaning', 'pairs', 'nicely', 'with', 'black', 'neutral', 'or', 'buttery', 'yellow', 'tops', 'fun', 'print', 'received', 'compliments', 'first', 'time', 'i', 'wore', 'them', 'sizing', 'is', 'just', 'right', 'also', 'i', "'m", '5', '3', 'usually', 'wear', '26', 'in', 'denim', 'but', 'have', 'to', 'go', 'up', 'a', 'size', 'for', 'super', 'skinny', 'so', 'i', 'ordered', 'a', '27p', 'which', 'fits', 'me', 'just', 'fine', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['885,1010,60', 'a', 'little', "'hip-y", 'skirt', 'in', 'med', 'fit', 'fine', 'cute', 'lightweight', 'swingy', 'flirty', 'fun', 'almost', 'knee', 'length'] ['i', 'am', 'typically', 'a', '10-12'] ['but', 'the', 'pattern', 'which', 'swings', 'up', 'across', 'and', 'down', 'made', 'me', 'look', 'wide', 'in', 'the', 'hips', 'as', 'opposed', 'to', 'other', 'clothes', 'i', 'own', 'already'] ['more', 'petite', 'less', 'curvy', 'girls', 'enjoy'] ['its', 'going', 'back', 'sorry', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['886,1086,44', 'maybe', 'one', 'i', 'got', 'it', "'s", 'not', 'right', 'got', 'the', 'small', 'petite', 'length', 'is', 'perfect', 'love', 'the', 'color', 'super', 'comfy', 'very', 'pretty', 'the', 'problem', 'is', 'that', 'you', 'can', 'not', 'wear', 'a', 'bra', 'because', 'under', 'the', 'armpits', 'is', 'so', 'low', 'that', 'either', 'shows', 'your', 'bra', 'a', 'lot', 'or', 'if', 'u', 'wear', 'sans', 'bra', 'you', 'may', 'show', 'your', 'breasts', 'it', "'s", 'loose', 'all', 'around', 'on', 'top', 'so', 'very', 'easy', 'to', 'show', 'everything', 'if', 'i', 'adjust', 'the', 'straps', 'it', 'works', 'but', 'then', 'the', 'waist', 'goes', 'up', 'and', 'it', 'looks', 'like', 'i', 'have', 'a', 'belly', 'i', "'m", 'taking', 'to', 'a', 'seamstress', 'to', 'see', 'if', 'she', 'can', 'take', 'in', 'under', 'armpits', 'if', 'not', 'it', "'s", 'going', 'back', 'i', "'m", '5', ',4,0,3', 'general', 'dresses', 'dresses'] ['887,1055,63', 'these', 'run', 'small', 'i', 'am', '110', 'and', 'got', 'a', 'size', '4', 'they', 'were', 'a', 'tad', 'tight', 'on', 'top', 'the', 'waist', 'fit', 'but', 'felt', 'a', 'little', 'too', 'snug', 'short', 'from', 'waist', 'to', 'crotch', 'and', 'then', 'bloomed', 'out', 'in', 'a', 'nice', 'but', 'stiff', 'ish', 'material', 'they', 'are', 'a', 'dark', 'blue', 'animal', 'print', 'i', 'felt', 'like', 'bozo', 'the', 'clown', 'goes', 'to', 'the', 'jungle', 'they', 'looked', 'so', 'silly', 'i', 'had', 'to', 'laugh', 'even', 'with', 'the', '20', 'off', 'these', 'are', 'going', 'back', 'not', 'even', 'comfortable', 'to', 'lounge', 'around', 'the', 'house', 'in', 'never', 'mind', 'being', 'seen', 'by', 'anyone', 'in', 'person', ',2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['888,1026,26', 'buy', 'these', 'now.', 'these', 'cords', 'are', 'seriously', 'fantastic', 'worth', 'the', 'price', 'indeed', 'they', 'are', 'very', 'comfy', 'have', 'a', 'lot', 'of', 'stretch', 'but', 'do', 'not', 'loose', 'shape', 'the', 'fun', 'yet', 'muted', 'color', 'design', 'allows', 'an', 'average', 'outfit', 'to', 'have', 'a', 'fun', 'pop', 'they', 'do', 'run', 'big', 'i', 'got', 'a', '26', 'and', 'i', "'m", 'usually', 'a', '27.', 'they', 'are', 'also', 'very', 'long', 'nothing', 'a', 'little', 'trip', 'to', 'tailors', 'ca', "n't", 'fix', 'overall', 'highly', 'recommended', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['889,1081,42', 'different', 'dresses', 'i', 'loved', 'the', 'photo', 'of', 'this', 'dress', 'upon', 'examination', 'of', 'the', 'dress', 'and', 'trying', 'it', 'on', 'after', 'receiving', 'in', 'the', 'mail', 'the', 'dress', 'shown', 'online', 'is', 'nothing', 'like', 'the', 'dress', 'i', 'received', 'save', 'for', 'the', 'pattern', 'the', 'dress', 'i', 'received', 'has', 'a', 'side', 'zip', 'as', 'well', 'as', 'a', 'belt', 'and', 'no', 'pleats', 'on', 'the', 'top', 'the', 'bottom', 'is', 'also', 'cut', 'straight', 'across', 'not', 'as', 'it', 'appears', 'in', 'the', 'photo', 'turns', 'out', 'it', 'is', 'not', 'as', 'flattering', 'as', 'it', 'should', 'appear', ',1,0,4', 'general', 'dresses', 'dresses'] ['890,754,48', 'classic', 'with', 'a', 'twist', 'beautiful', 'pajama', 'bottoms', 'i', 'purchased', 'these', 'as', 'a', 'special', 'treat', 'for', 'myself', 'luckily', 'i', 'found', 'a', 'review', 'on', 'another', 'site', 'stating', 'that', 'these', 'run', 'small', 'before', 'pirchasing', 'no', 'one', 'wants', 'tight', 'pjs', 'order', 'a', 'size', 'up', 'also', 'i', "'m", '5', '8', 'tall', 'and', 'the', 'length', 'is', 'just', 'right', 'if', 'you', 'are', 'taller', 'you', 'may', 'find', 'this', 'style', 'too', 'short', 'i', 'have', "n't", 'ordered', 'the', 'top', 'because', 'i', "'m", 'not', 'sure', 'of', 'the', 'fit', 'but', 'i', "'m", 'guessing', 'it', 'also', 'runs', 'small', 'based', 'on', 'the', 'photo', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['891,815,34', ',i', 'bought', 'this', 'top', 'in', 'my', 'usual', 'size', 'in', 'a', 'small', 'i', "'m", 'a', '34', 'd', '26', 'waist', 'i', 'absolutely', 'love', 'it', 'i', 'pair', 'it', 'with', 'a', 'red', 'cardigan', 'very', 'cute.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['892,1164,32', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['893,860,30', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['894,952,43', 'so', 'beautiful', 'i', 'love', 'this', 'sweater', 'combo', 'as', 'a', 'larger', 'woman', 'i', 'am', 'always', 'looking', 'for', 'flattering', 'tops', 'the', 'draping', 'in', 'front', 'covers', 'all', 'the', 'right', 'areas', 'i', 'wish', 'they', 'made', 'them', 'in', 'more', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['895,952,59', 'great', 'yarn', 'texture', 'and', 'colors', 'look', 'closely', 'though', 'i', 'did', 'not', 'realize', 'that', 'this', 'knitted', 'vest', 'had', 'an', 'attached', 'gauzy', 'under-layer', 'i', 'can', 'see', 'it', 'now', 'in', 'the', 'photo', 'but', 'i', 'just', 'thought', 'it', 'was', "n't", 'part', 'of', 'the', 'actual', 'vest', 'when', 'the', 'vest', 'arrived', 'i', 'realized', 'sadly', 'that', 'this', 'flowing', 'under-layer', 'was', 'part', 'of', 'the', 'design', 'i', 'do', "n't", 'know', 'why', 'because', 'the', 'yarn', 'and', 'vest', 'are', 'lovely', 'without', 'it', 'in', 'my', 'opinion', 'the', 'under-layer', 'takes', 'away', 'from', 'the', 'beautiful', 'vest', 'i', 'guess', 'i', 'could', 'have', 'spent', 'some', 'time', 'and', 'removed', 'it', 'but', 'at', 'that', 'price', 'i', 'just', 'sent', 'it', 'back', 'too', 'bad', 'because', 'the', 'm', ',3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['896,861,36', 'so', 'cute', 'this', 'is', 'a', 'perfect', 'fit', 'i', 'was', 'worried', 'that', 'it', 'would', 'be', 'too', 'short', 'and', 'or', 'boxy', 'i', 'usually', 'wear', 'an', 'xs', 'i', 'have', 'a', 'slightly', 'longer', 'waist', 'though', 'and', 'often', 'xs', 'tops', 'run', 'short', 'or', 'they', 'are', 'overwhelming', 'this', 'was', 'perfect', 'it', 'is', 'roomy', 'and', 'long', 'enough', 'without', 'swallowing', 'my', 'frame', 'it', 'looks', 'nice', 'enough', 'to', 'dress', 'up', 'and', 'wear', 'out', 'and', 'about', 'great', 'value', 'at', 'the', 'sale', 'price', 'as', 'well', 'it', 'is', 'well', 'made', 'and', 'does', "n't", 'just', 'look', 'like', 'a', 'run', 'of', 'the', 'mill', 'pullover.,5,1,0', 'general', 'tops', 'knits'] ['897,1008,66', 'great', 'for', 'tall', 'ladies', 'i', 'like', 'the', 'skirt', 'that', 'said', 'it', 'is', 'going', 'to', 'the', 'tailor', 'to', 'have', 'some', 'of', 'the', 'fullness', 'taken', 'out', 'just', 'a', 'lot', 'of', 'material', 'going', 'on', 'and', 'heavier', 'than', 'you', 'might', 'have', 'imagined', 'i', 'will', 'wear', 'it', 'fall', 'winter', 'with', 'white', 'navy', 'cardigans', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['898,952,39', 'kind', 'of', 'calssic', 'retailer', 'i', 'think', 'this', 'may', 'almost', 'make', 'it', 'back', 'to', 'the', 'more', 'classic', 'pieces', 'retailer', 'used', 'to', 'have', 'i', 'tried', 'on', 'the', 'xs', 'in', 'store', 'so', 'i', 'ordered', 'the', 'xxs', 'and', 'xs', 'petite', 'i', 'felt', 'the', 'usual', 'xs', 'was', 'a', 'little', 'big', 'again', 'i', 'think', 'retailer', 'is', 'making', 'things', 'bigger', 'my', 'verdict', 'is', 'iliked', 'the', 'length', 'on', 'the', 'regular', 'size', 'better', 'and', 'the', 'xxs', 'fit', 'well', 'but', 'not', 'much', 'difference', 'the', 'xs', 'petite', 'was', 'a', 'similar', 'size', 'be', 'the', 'arm', 'hole', 'was', 'higher'] ['colors', 'are', 'very', 'neutral', 'and', 'warm', 'i', 'like', 'the', 'addition', 'of', 'the', 'inner', 'layer', 'to', 'make', 'this', 'more', 'wh', ',4,1,7', 'general', 'petite', 'tops', 'sweaters'] ['899,1066,48', 'i', 'ordered', 'these', 'in', 'my', 'usual', 'pilcro', 'petite', 'size', '6.', 'they', 'were', 'impossible', 'to', 'button', 'which', 'is', 'interesting', "'cause", 'i', 'also', 'ordered', 'the', 'pilcro', 'wide', 'leg', 'chinos', 'in', 'the', 'same', 'size', 'and', 'they', 'fit', 'perfectly', 'as', 'usual', 'but', 'it', 'ended', 'up', 'being', 'ok', 'because', 'i', 'do', "n't", 'care', 'for', 'the', 'speckled', 'slightly', 'rough', 'material', 'or', 'the', 'contrasting', 'piping', 'back', 'they', 'go', ',4,0,2', 'general', 'bottoms', 'pants'] ['900,1008,52', 'nice', 'skirt', 'when', 'i', 'saw', 'this', 'online', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'a', 'thin', 'summery', 'kind', 'of', 'skirt', 'with', 'a', 'fall', 'pattern', 'to', 'it', 'it', 'is', 'not', 'thin', 'and', 'wispy', 'but', 'lined', 'with', 'a', 'nicely', 'weighted', 'navy', 'material', 'and', 'the', 'fabric', 'of', 'the', 'skirt', 'is', 'kind', 'of', 'a', 'thick', 'cotton', 'with', 'a', 'nice', 'swing', 'to', 'it', 'definitely', 'would', 'work', 'for', 'the', 'fall', 'and', 'cool', 'days', 'or', 'evenings', 'the', 'zipper', 'pockets', 'look', 'cool', 'too', 'would', 'definitely', 'recommend', ',5,1,11', 'general', 'petite', 'bottoms', 'skirts'] ['901,1025,30', 'not', 'petite', 'inseam', 'i', 'was', 'excited', 'to', 'see', 'these', 'jeans', 'since', 'they', 'came', 'in', 'petite', 'sizes', 'and', 'had', 'a', 'short', 'inseam', 'unfortunately', 'after', 'ordering/returning', 'several', 'pairs', 'i', 'found', 'out', 'that', 'these', 'are', 'actually', 'not', 'petite', 'jeans', 'please', 'beware', 'that', 'if', 'you', 'are', 'ordering', 'these', 'for', 'the', 'shorter', 'inseam', 'they', 'are', 'actually', '28', 'in', 'not', '24', 'in', 'as', 'in', 'the', 'description', 'other', 'than', 'the', 'inseam', 'issues', 'they', 'fit', 'like', 'typical', 'paige', 'denim', ',1,0,1', 'general', 'bottoms', 'jeans'] ['902,832,40', 'frayed', 'bottom', 'hem', 'this', 'top', 'is', 'super', 'cute', 'however', 'the', 'bottom', 'hem', 'is', 'all', 'frayed', 'could', "n't", 'really', 'tell', 'that', 'from', 'the', 'pictures', 'the', 'flutter', 'sleeves', 'are', 'too', 'big', 'looks', 'funny', 'with', 'the', 'fraying', 'runs', 'a', 'little', 'large', 'as', 'well', 'loved', 'the', 'color', 'perfect', 'with', 'white', 'denim', ',3,0,3', 'general', 'tops', 'blouses'] ['903,861,48', 'this', 'is', 'not', 'red', 'i', 'was', 'looking', 'for', 'a', 'shirt', 'of', 'this', 'style', 'i', 'thought', 'it', 'was', 'very', 'cute', 'but', 'it', 'is', 'not', 'red', 'as', 'advertised', 'it', 'is', 'really', 'a', 'brick', 'orange-y', 'color', 'which', 'is', 'definitely', 'not', 'what', 'i', 'wanted', 'very', 'disappointed', 'sent', 'it', 'right', 'back', ',3,0,0', 'general', 'tops', 'knits'] ['904,1066,53', 'unfortunately', 'for', 'me', 'but', 'good', 'for', 'someone', 'else', 'these', 'lightweight', 'wide', 'leg', 'pilcro', 'summer', 'jeans', 'are', 'really', 'cute', 'but', 'did', 'not', 'look', 'good', 'on', 'me', 'i', 'love', 'the', 'fabric-a', 'slightly', "'nubby", 'no', 'stretch', 'chambray', 'that', 'is', 'perfect', 'for', 'hot', 'weather', 'the', 'waist', 'was', 'a', 'bit', 'large', 'and', 'there', 'was', 'fabric', 'to', 'spare', 'in', 'the', 'hip', 'area', 'the', 'legs', 'are', 'very', 'wide', 'adding', 'to', 'the', 'comfort', 'factor', 'of', 'these', 'the', 'details', 'are', 'really', 'cute-contrasting', 'fabric', 'at', 'the', 'slash', 'front', 'and', 'rear', 'pockets', 'i', 'got', 'a', 'size', 'ten', 'in', 'these', 'and', 'they', 'were', 'big-i', 'can', 'imagine', 'they', 'will', 'stretch', 'out', 'with', 'wear', 'so', 'it', ',3,1,1', 'general', 'bottoms', 'pants'] ['905,1008,29', 'great', 'for', 'dressing', 'up', 'or', 'down', 'this', 'is', 'a', 'great', 'skirt', 'that', 'could', 'be', 'worn', 'to', 'a', 'wedding', 'or', 'worn', 'more', 'casually', 'with', 'a', 'cool', 'tshirt', 'it', 'is', 'not', 'too', 'puffy', 'and', 'the', 'inner', 'skirt', 'is', 'stretchy', 'and', 'more', 'fitted', 'i', 'had', 'to', 'size', '1', 'size', 'down', 'really', 'nice.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['906,1015,46', 'wow', 'wow', 'i', 'ca', "n't", 'believe', 'there', 'were', 'some', 'sizes', 'left', 'at', 'my', 'local', 'store', 'it', 'was', 'on', 'sale', 'and', 'i', 'maxed', 'out', 'with', 'additional', 'discount', 'for', 'black', 'friday', 'week-end', 'the', 'size', '6', 'fit', 'perfect', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'is', 'a', 'gorgeous', 'skirt', 'and', 'will', 'sell', 'out', 'for', 'sure', ',5,1,0', 'general', 'bottoms', 'skirts'] ['907,1008,46', 'georgeous', 'skirt', 'i', 'love', 'the', 'fabric', 'since', 'it', "'s", 'fall', 'was', "n't", 'expecting', 'it', 'to', 'be', 'light', 'but', 'its', 'not', 'heavy', 'either', 'just', 'the', 'right', 'balance'] ['this', 'is', 'one', 'of', 'those', 'classics', 'i', 'love', 'the', 'collage', 'like', 'pattern', 'of', 'the', 'fabric'] ['the', 'fit', 'is', 'true', 'to', 'size', 'and', 'looks', 'great', 'with', 'bootie/boots', 'dressed', 'up', 'or', 'down', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['908,862,40', 'love', 'at', 'first', 'wear', 'this', 'is', 'one', 'of', 'those', 'i', 'need', 'one', 'in', 'every', 'color', 'kind', 'of', 'shirts', 'need', 'not', 'simply', 'want', 'it', 'is', 'very', 'well', 'constructed', 'the', 'fabric', 'is', 'the', 'perfect', 'weight', 'and', 'is', 'sooooooo', 'comfortable', 'the', 'raspberry', 'is', 'a', 'little', 'more', 'dusty', 'rose', 'than', 'pictured', 'online', 'but', 'it', 'works', 'i', "'ve", 'only', 'had', 'the', 'shirt', 'a', 'couple', 'of', 'day', 'in', 'addition', 'to', 'wanting', 'to', 'wear', 'it', 'every', 'day', 'the', 'fabric', 'has', 'not', 'pilled', 'i', "'m", 'short-waisted', 'and', 'i', 'have', 'not', 'had', 'any', 'issue', 'with', 'the', 'high-low', 'hem', 'or', 'cropped', 'length', ',5,1,0', 'general', 'tops', 'knits'] ['909,1008,44', 'lovely', 'and', 'colorful', 'i', 'really', 'like', 'this', 'skirt', 'so', 'colorful', 'the', 'interesting', 'pattern', 'and', 'multiple', 'colors', 'will', 'make', 'this', 'a', 'great', 'fall', 'skirt', 'i', 'can', 'wear', 'it', 'with', 'pink', 'burgundy', 'gray', 'white', 'black', 'and', 'probably', 'many', 'more', 'ca', "n't", 'wait', 'for', 'the', 'temps', 'to', 'drop', ',4,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['910,952,56', 'this', 'was', 'on', 'display', 'when', 'walked', 'into', 'my', 'local', 'retailer', 'it', "'s", 'just', 'a', 'beautiful', 'in', 'person', 'my', 'mistake', 'was', 'trying', 'it', 'on', 'instant', 'love', 'i', 'tried', 'on', 'my', 'usual', 'size', 'small', 'it', 'fit', 'perfectly', 'i', 'would', 'usually', 'wait', 'for', 'something', 'in', 'this', 'price', 'range', 'to', 'go', 'on', 'sale', 'but', 'i', 'just', 'had', 'to', 'have', 'this', 'worth', 'the', 'splurge', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['911,1025,69', 'fantastic', 'fit', 'these', 'are', 'the', 'best', 'fitting', 'jeans', 'i', "'ve", 'ever', 'owned', 'no', 'puckering', 'near', 'the', 'crotch', 'and', 'i', 'do', "n't", 'need', 'to', 'have', 'the', 'waistband', 'taken', 'in', 'they', 'probably', 'run', 'small', ',5,1,0', 'general', 'bottoms', 'jeans'] ['912,1111,47', 'flirty', 'cocktail', 'dress', 'this', 'dress', 'is', 'so', 'beautiful', 'the', 'color', 'is', 'even', 'more', 'vibrant', 'in', 'person', 'a', 'stunning', 'emerald', 'green', 'it', 'is', 'well', 'made', 'and', 'does', "n't", 'go', 'too', 'low', 'under', 'your', 'arm', 'which', 'sometimes', 'happens', 'with', 'halters', 'the', 'halter', 'material', 'is', 'a', 'thicker', 'band', 'that', 'gives', 'nice', 'support', 'the', 'skirt', 'does', 'a', 'little', 'poof', 'near', 'your', 'hips', 'at', 'the', 'top', 'look', 'at', 'the', 'back', 'view', 'photo', 'online', 'you', 'can', 'see', 'it', 'there', 'at', 'first', 'i', 'was', 'surprised', 'by', 'it', 'because', 'i', 'did', "n't", 'see', 'that', 'on', 'the', 'front', 'view', 'but', 'then', 'i', 'decided', 'it', 'was', 'fun', 'and', 'flirty', 'i', 'received', 'numer', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['913,1066,21', 'what', 'a', 'dream', 'these', 'pants', 'are', 'perfect', 'they', 'are', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'and', 'worth', 'every', 'penny', 'the', 'fabric', 'is', 'more', 'lightweight', 'than', 'any', 'other', 'sort', 'of', 'denim', 'but', 'still', 'i', 'think', 'i', 'could', 'wear', 'these', 'any', 'season', 'they', 'look', 'so', 'cute', 'with', 'simple', 'heels', 'and', 'a', 'classic', 'blouse', 'but', 'they', 'can', 'be', 'dressed', 'down', 'with', 'nice', 'sneakers', 'and', 'a', 'plain', 'white', 't', 'so', 'excited', 'to', 'have', 'these', 'in', 'my', 'closet', 'love', 'a', 'good', 'pair', 'of', 'fun', 'pants', ',5,1,0', 'general', 'bottoms', 'pants'] ['914,80,47', 'size', 'and', 'function', 'too', 'big', 'and', 'it', "'s", 'not', 'secure', 'enough', 'to', 'wear', 'for', 'swimming.,2,0,0', 'initmates', 'intimate', 'swim'] ['915,1008,67', 'looks', 'better', 'on', 'line', 'i', 'received', 'this', 'skirt', 'today', 'and', 'was', 'very', 'disappointed', 'i', 'do', "n't", 'know', 'what', 'i', 'expected', 'but', 'it', 'is', 'not', 'as', 'i', 'thought', 'even', 'though', 'the', 'quality', 'is', 'very', 'good', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'may', 'return', 'it', 'the', 'fabric', 'of', 'the', 'skirt', 'is', 'just', 'too', 'busy', 'at', 'least', 'for', 'me', 'i', 'am', 'just', 'uncertain', 'and', 'even', 'though', 'i', 'have', 'many', 'tops', 'the', 'colors', 'are', 'just', 'not', 'matching', 'white', 'looks', 'better', 'than', 'any', 'colored', 'top', 'with', 'this', 'particular', 'print', 'i', 'am', 'going', 'to', 'try', 'it', 'on', 'one', 'more', 'time', 'and', 'make', 'a', 'definite', 'decision', ',3,0,1', 'general', 'petite', 'bottoms', 'skirts'] ['916,861,66', 'sporty', 'and', 'chic', 'this', 'top', 'will', 'be', 'perfect', 'for', 'autumn', 'and', 'even', 'winter', 'down', 'in', 'the', 'southeast', 'i', 'purchased', 'the', 'red', 'and', 'hoped', 'that', 'it', 'was', 'more', 'of', 'a', 'rust', 'color-lucked', 'in', 'the', 'material', 'is', 'very', 'soft', 'and', 'more', 'on', 'the', 'thinner', 'side', 'for', 'layering-which', 'is', 'alway', 'a', 'plus', 'i', 'have', 'spare', 'tires', 'in', 'my', 'belly', 'area', 'and', 'this', 'does', 'not', 'grab', 'aholed', 'of', 'them', 'in', 'fact', 'the', 'stripes', 'do', 'the', 'work', 'and', 'disguise', 'and', 'the', 'lace', 'up', 'nautical', 'feel', 'brings', 'the', 'attention', 'to', 'my', 'money', 'maker', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,1', 'general', 'tops', 'knits'] ['917,862,51', 'great', 'little', 'top', 'i', 'ordered', 'this', 'on', 'a', 'whim', 'during', 'retailer', 'days', 'sale', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', "'s", 'now', 'one', 'of', 'those', 'shirts', 'that', 'calls', 'my', 'name', 'every', 'morning', 'i', "'ve", 'worn', 'it', 'with', 'denim', 'skinnies', 'and', 'a', 'knee', 'length', 'black', 'knit', 'pencil', 'skirt', 'so', 'soft', 'and', 'flattering', 'i', 'got', 'it', 'in', 'the', 'red', 'but', 'am', 'tempted', 'by', 'the', 'blue', ',5,1,3', 'general', 'tops', 'knits'] ['918,1066,35', 'comfortable', 'stylish', '70', "'s", 'relived', 'these', 'pants', 'are', '100', 'true', 'to', 'size', 'whatever', 'that', 'means', 'anymore', 'i', "'m", 'a', '26', 'in', 'paige', 'and', 'ag', 'i', "'m", '5', '6', 'weigh', 'around', '115', 'have', 'long', 'legs', 'and', 'i', 'ordered', 'the', '0p', 'the', 'zero', 'petite', 'are', 'still', 'a', 'little', 'long', 'with', 'a', 'slight', 'heel', 'they', "'re", 'perfect', 'they', 'do', "n't", 'have', 'stretch', 'in', 'them', 'but', 'do', 'to', 'the', 'fit', 'and', 'fabric', 'the', 'material', 'does', 'expand', 'because', 'they', "'re", 'thin', 'and', 'breezy', 'i', 'absolutely', 'love', 'them', 'ca', "n't", 'wait', 'to', 'order', 'other', 'colors', 'of', 'the', 'same', 'style', 'these', 'are', 'my', 'new', 'favorite', 'pants', ',5,1,1', 'general', 'bottoms', 'pants'] ['919,1008,41', 'wonderful', 'skirt', 'i', 'ordered', 'this', 'skirt', 'online', 'in', 'a', 'size', '8', 'but', 'returned', 'for', 'a', '10', 'so', 'it', 'could', 'sit', 'a', 'bit', 'lower'] [] ['the', 'fabric', 'is', 'so', 'beautiful', 'and', 'a', 'bit', 'heavier', 'so', 'it', 'can', 'be', 'worn', 'all', 'year', 'long'] ['so', 'glad', 'i', 'made', 'this', 'purchase', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['920,1066,46', 'long', 'pocket', 'equals', 'short', 'leg', 'the', 'wide', 'leg', 'was', 'fun', 'not', 'too', 'wide', 'but', 'the', 'long', 'pocket', 'seem', 'to', 'shorten', 'leg', 'so', 'i', 'returned', 'great', 'for', 'a', 'taller', 'person', 'bottom', 'trim', 'cute', ',4,1,0', 'general', 'bottoms', 'pants'] ['921,1066,43', 'better', 'than', 'in', 'the', 'photo', 'do', "n't", 'pay', 'attention', 'to', 'the', 'less-than-flattering', 'photo', 'these', 'jeans', 'are', 'super', 'cute', 'and', 'very', 'flattering', 'they', 'are', 'actually', 'long', 'not', 'ankle', 'length', 'as', 'the', 'photo', 'implies', 'high', 'waisted', 'with', 'a', '70s', 'bell', 'bottom', 'vibe', 'nice', 'light', 'denim', 'for', 'year', 'round', 'wear', 'they', 'fit', 'like', 'a', 'dream', ',5,1,0', 'general', 'bottoms', 'pants'] ['922,1008,43', 'very', 'pretty', 'i', 'got', 'this', 'skirt', 'in', 'the', 'dove', 'grey', 'which', 'is', 'a', 'lovely', 'shade', 'of', 'light', 'grey', 'and', 'silver', 'it', 'has', 'one', 'layer', 'underneath', 'that', 'is', 'a', 'sparkly', 'silver', 'netting', 'which', 'is', 'really', 'pretty', 'that', 'you', 'ca', "n't", 'see', 'in', 'the', 'photo', 'the', 'other', 'layer', 'is', 'the', 'grey', 'netting', 'it', 'has', 'a', 'very', 'soft', 'light', 'grey', 'silky', 'cotton', 'liner', 'i', 'got', 'the', 'petite', 'xs', 'and', 'it', 'fits', 'just', 'as', 'it', 'should', 'i', "'m", '5', '3', '102.', 'the', 'skirt', 'looks', 'just', 'as', 'it', 'is', 'pictured', 'i', 'think', 'it', 'can', 'be', 'dressy', 'or', 'dressed', 'down', 'a', 'bit', 'very', 'very', 'pretty', 'and', 'well', 'made', 'i', "'m", 'happy', 'with', 'the', 'purchas', ',5,1,10', 'general', 'petite', 'bottoms', 'skirts'] ['923,861,36', 'great', 'great', 'top', 'really', 'loved', 'this', 'so', 'soft', 'and', 'snuggly', 'was', 'unsure', 'about', 'ordering', 'shirt', 'size', 's', 'or', 'jacket', 'size', 'for', 'layering', 'm', 'ordered', 'a', 'small', 'fits', 'perfect', 'definitely', 'would', "n't", 'have', 'wanted', 'the', 'medium', '5', '4', '135', 'lbs', 'for', 'reference', 'love', 'this', 'one', 'great', 'find', ',5,1,8', 'general', 'tops', 'knits'] ['924,1028,41', 'love', 'these', 'jeans', 'they', 'are', 'the', 'perfect', 'relaxed', 'fit', 'not', 'too', 'baggy', 'and', 'a', 'straight', 'style', 'i', 'did', 'size', 'down', 'because', 'i', 'wanted', 'to', 'wear', 'them', 'as', 'shown', 'i', 'was', 'afraid', 'that', 'they', 'would', 'ride', 'too', 'low', 'on', 'my', 'hips', 'glad', 'i', 'did', 'i', 'usually', 'wear', 'size', '29/6', 'and', 'took', 'a', '28', 'in', 'this', 'pair', 'the', 'color', 'and', 'denim', 'weight', 'is', 'also', 'great', ',5,1,12', 'general', 'petite', 'bottoms', 'jeans'] ['925,1080,55', 'fabulous', 'i', 'ordered', 'this', 'dress', 'for', 'my', 'daughter', 'she', 'wore', 'it', 'to', 'a', 'wedding', 'and', 'it', 'was', 'beautiful', 'looks', 'just', 'as', 'it', 'does', 'in', 'photo', 'fabric', 'is', 'a', 'nice', 'weight', 'and', 'hangs', 'great', 'my', 'daughter', 'had', 'her', 'hair', 'done', 'and', 'look', 'right', 'out', 'of', 'an', 'retailer', 'catalog', 'well', 'made', 'true', 'to', 'size', 'beautiful', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['926,1008,52', 'love', 'love', 'love', 'layered', 'this', 'with', 'a', 'chunky', 'sweater', 'and', 'a', 'pair', 'of', 'kicks', 'it', 'can', 'be', 'low', 'key', 'or', 'dressed', 'up', 'with', 'a', 'pair', 'of', 'heels', 'multi-functionality', 'not', 'just', 'occasional', 'it', '39', 's', 'feminine', 'funky', 'and', 'fabulous', 'i', 'bought', 'the', 'last', 'one', 'in', 'the', 'store', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['927,1008,50', 'lovely', 'prints', 'i', 'saw', 'this', 'skirt', 'online', 'and', 'went', 'to', 'the', 'store', 'immediately', 'to', 'try', 'on', 'i', 'was', 'a', 'bit', 'disappointed', 'the', 'size', 'is', 'tts', 'but', 'the', 'prints', 'were', 'prettier', 'online', 'the', 'material', 'is', 'ok.', 'the', 'regular', 'is', 'long', 'so', 'probably', 'wo', "n't", 'look', 'good', 'on', 'a', 'shorter', 'person'] ['if', 'it', 'is', 'still', 'available', 'when', 'the', 'price', 'comes', 'down', 'i', 'might', 'buy', 'it', ',3,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['928,952,77', 'great', 'colors', 'the', 'colors', 'are', 'richer', 'than', 'shown-', 'very', 'vibrant', 'this', 'piece', 'is', 'very', 'unique', 'and', 'everthing', 'that', 'i', 'love', 'about', 'retailer', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'jackets', 'and', 'vest', 'i', 'tried', 'the', 'small', 'and', 'there', 'was', 'very', 'little', 'difference', 'from', 'the', 'small', 'or', 'the', 'medium', 'fit', 'so', 'i', 'went', 'a', 'size', 'up', 'just', 'for', 'a', 'looser', 'look', 'it', 'is', 'very', 'flattering', 'and', 'will', 'be', 'a', 'great', 'addition', 'to', 'my', 'fall', 'wardrobe', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['929,952,39', 'layer', 'cake', 'an', 'interesting', 'design', 'in', 'a', 'high-quality', 'garment', 'fits', 'true', 'to', 'size', 'on', 'me', 'and', 'is', 'great', 'for', 'layering', 'very', 'soft', 'knit', 'with', 'the', 'drapey', 'attachment', 'and', 'a', 'collar', 'you', 'can', 'adjust', 'to', 'look', 'the', 'way', 'you', 'want', 'i', 'feel', 'lucky', 'that', 'i', 'got', 'this', 'on', 'sale', 'but', 'i', 'would', "'ve", 'gladly', 'paid', 'full', 'price', 'since', 'this', 'is', 'a', 'three', 'season', 'piece.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['930,1066,57', 'great', 'quality', 'but', 'i', 'was', 'so', 'excited', 'to', 'receive', 'these', 'jeans', 'typically', 'wide', 'leg', 'jeans', 'are', 'a', 'no', 'brainer', 'for', 'me', 'super', 'flattering', 'and', 'in', 'chambray', 'i', 'thought', 'they', 'would', 'be', 'stylish', 'and', 'comfortable', 'but', 'i', 'found', 'these', 'to', 'be', 'verging', 'on', 'mom', 'jean', 'something', 'about', 'them', 'seems', 'not', 'so', 'cool', 'maybe', 'the', 'color', 'of', 'the', 'wash', 'the', 'weight', 'of', 'the', 'fabric', 'not', 'sure', 'but', 'they', 'do', "n't", 'lend', 'themselves', 'to', 'current', 'looks', 'sadly', 'i', 'will', 'be', 'sending', 'them', 'back', ',4,1,1', 'general', 'bottoms', 'pants'] ['931,862,65', 'perfect', 'tee', 'i', 'bought', 'this', 'tee', 'in', 'all', '3', 'colors', 'and', 'wish', 'there', 'were', 'more', 'fabulous', 'quality', 'material', 'and', 'style', 'can', 'dress', 'up', 'or', 'down', 'wear', 'with', 'jeans', 'pants', 'or', 'skirts', 'wear', 'alone', 'or', 'layer', 'do', "n't", 'miss', 'out', 'on', 'this', 'addition', 'to', 'your', 'wardrobe', ',5,1,0', 'general', 'tops', 'knits'] ['932,1015,44', 'chic', 'and', 'classy', 'i', "'m", 'very', 'short', 'and', 'thus', 'not', 'usually', 'into', 'maxi', 'skirts', 'since', 'most', 'of', 'them', 'make', 'me', 'look', 'frumpy', 'but', 'i', 'ordered', 'this', 'skirt', 'based', 'upon', 'all', 'the', 'great', 'reviews', 'this', 'skirt', 'is', 'more', 'amazing', 'in', 'person', 'at', 'first', 'the', 'material', 'feels', 'a', 'bit', 'stiff', 'and', 'the', 'gold', 'is', 'a', 'lot', 'more', 'shiny', 'in', 'person', 'but', 'as', 'usual', 'moulinette', 'knows', 'how', 'to', 'put', 'things', 'together', 'when', 'worn', 'everything', 'comes', 'together', 'the', 'pleats', 'and', 'the', 'length', 'flow', 'beautifully', 'and', 'the', 'gold', 'shimmers', 'in', 'a', 'subtle', 'way', 'the', 'skirt', 'runs', 'large', 'i', "'m", '34b', '26', 'waist', '36', 'h', ',5,1,1', 'general', 'bottoms', 'skirts'] ['933,1066,45', 'very', 'nice', 'sits', 'at', 'waist', 'length', 'is', 'perfect', 'for', 'petite', 'quality', 'is', 'very', 'good', 'looks', 'very', 'nice', 'on', 'me', 'very', 'recommend', ',5,1,12', 'general', 'bottoms', 'pants'] ['934,1066,60', 'funky', 'fit', 'i', 'found', 'these', 'to', 'fit', 'odd', 'i', 'am', 'also', 'use', 'to', 'wearing', 'the', 'skinny', 'jeans', 'so', 'trying', 'a', 'wide', 'leg', 'was', 'a', 'bit', 'weird', 'anyway', 'the', 'placement', 'of', 'the', 'pockets', 'and', 'the', 'way', 'it', 'hit', 'my', 'waist', 'was', 'awkward', 'and', 'not', 'flattering', 'i', 'am', 'usually', 'a', '8/10', 'and', 'the', '8', 'fit', 'but', 'just', 'did', 'not', 'look', 'good.,3,0,0', 'general', 'bottoms', 'pants'] ['935,1066,35', 'cute', 'jeans', 'flattering', 'and', 'slimming', 'tts', 'the', 'cut', 'of', 'the', 'top', 'makes', 'my', 'butt', 'look', 'flat', 'but', 'oh', 'well', 'they', 'are', 'super', 'comfy', 'they', 'are', 'not', 'as', 'short', 'on', 'me', 'as', 'they', 'look', 'on', 'the', 'model', 'i', "'m", '5', '9', ',5,1,0', 'general', 'bottoms', 'pants'] ['936,1047,46', 'stunning', 'love', 'it', 'the', 'pants', 'is', 'absolutely', 'beautiful', 'rich', 'material', 'it', "'s", 'not', 'your', 'cheap', 'jogger'] ['i', 'am', 'really', 'considering', 'buying', 'a', 'second', 'pair', 'just', 'in', 'case', 'i', 'used', 'my', 'a', 'little', 'to', 'much'] ['fits', 'perfect', 'i', 'am', '5', '4', '114lbs', 'and', 'purchase', 'the', 'regular', 'small', ',5,1,0', 'general', 'bottoms', 'pants'] ['937,1094,27', 'pretty', 'but', 'already', 'piling', 'i', 'loved', 'this', 'dress', 'and', 'it', 'fit', 'great', 'on', 'me', '5', '7', '115', 'lbs', 'wore', 'an', 'xs', 'it', 'was', 'a', 'little', 'tighter', 'than', 'i', 'wish', 'but', 'the', 's', 'would', 'have', 'been', 'too', 'loose', 'unfortunately', 'when', 'i', 'received', 'the', 'dress', 'the', 'arms', 'were', 'already', 'pilling', 'it', 'is', 'made', 'of', 'a', 'mix', 'of', 'polyester', 'and', 'while', 'it', "'s", 'machine', 'washable', 'yay', 'i', 'can', 'imagine', 'this', 'dress', 'would', 'be', 'pilling', 'very', 'easily', 'and', 'i', 'wish', 'the', 'fabric', 'was', 'a', 'higher', 'quality', 'for', 'the', 'price', 'so', 'i', 'returned', 'it', ',3,0,0', 'general', 'dresses', 'dresses'] ['938,936,30', ',this', 'coat', 'is', 'gorgeous', 'but', 'it', 'runs', 'huge', 'i', 'am', 'typically', 'a', 's', 'so', 'that', 'is', 'the', 'size', 'i', 'purchased', 'and', 'it', 'was', 'swimming', 'on', 'me', 'i', 'sadly', 'had', 'to', 'return', 'for', 'an', 'xs', 'so', 'fingers', 'crossed', 'it', 'fits', 'the', 'coral', 'color', 'is', 'gorgeous', 'and', 'looks', 'nice', 'with', 'my', 'olive', 'skin', 'very', 'unique', 'coat', 'and', 'as', 'long', 'as', 'the', 'xs', 'fits', 'i', 'will', 'be', 'one', 'happy', 'lady.,4,1,0', 'general', 'tops', 'sweaters'] ['939,1033,20', 'great', 'jeans', 'purchased', 'these', 'jeans', 'in', 'a', '27', 'and', 'i', 'am', 'usually', 'a', '28', 'in', 'skinny', 'jeans', 'i', 'got', 'the', '26', "'s", 'on', 'but', 'they', 'were', 'snug', 'these', 'jeans', 'are', 'so', 'comfy', 'and', 'sit', 'higher', 'on', 'the', 'waist', 'great', 'jeans', ',5,1,12', 'general', 'petite', 'bottoms', 'jeans'] ['940,936,51', 'gorgeous', 'i', 'purchased', 'the', 'coral', 'version', 'and', 'the', 'color', 'is', 'wonderful', 'and', 'vibrant', 'it', 'fit', 'my', 'daughter', 'beautifully', 'and', 'she', 'is', "5'10", 'i', 'think', 'she', 'will', 'be', 'wearing', 'this', 'coat', 'often', 'she', 'loves', 'it', 'she', 'is', '23', 'years', 'old', 'and', 'has', 'a', 'professional', 'job', 'so', 'she', 'will', 'look', 'the', 'part', ',5,1,0', 'general', 'tops', 'sweaters'] ['941,1094,35', 'i', "'m", 'in', 'love', 'i', "'m", 'in', 'love'] [] ['this', 'dress', 'was', 'gifted', 'to', 'me', 'because', 'i', 'was', 'gawking', 'at', 'it', 'so', 'often', 'i', 'love', 'it', 'i', 'am', 'petite', '5', '3', '118', 'pounds', 'and', 'i', 'could', 'do', 'either', 'the', 'small', 'or', 'extra', 'small', 'the', 'small', 'was', 'a', 'little', 'more', 'comfortable', 'because', 'the', 'extra', 'small', 'was', 'a', 'bit', 'tight', 'in', 'the', 'arms-but', 'i', 'went', 'with', 'the', 'extra', 'small', 'anyway', 'in', 'both', 'cases', 'the', 'neckline', 'showed', 'a', 'small', 'amount', 'of', 'tasteful', 'cleavage', 'and', 'i', 'felt', 'like', 'a', 'model', 'with', 'how', 'many', 'people', 'complimented', 'me', 'on', 'it', 'many', 'people', 'even', 'took', 'the', 'extra', 'step', 'in', 'compl', ',5,1,6', 'general', 'dresses', 'dresses'] ['942,1094,46', 'cute', 'but', 'no', 'sale', 'the', 'dress', 'arrived', 'with', 'a', 'few', 'snags', 'and', 'the', 'fabric', 'already', 'pilling', 'the', 'fabric', 'will', 'only', 'get', 'worse', 'with', 'wear', 'return', 'cute', 'concept', 'poor', 'fabric', 'quality.,2,0,0', 'general', 'dresses', 'dresses'] ['943,154,35', 'pretty', 'pattern', 'weird', 'texture', 'i', 'love', 'the', 'design', 'and', 'pattern', 'of', 'this', 'top', 'it', 'runs', 'big', 'so', 'an', 'xs', 'was', 'roomy', 'on', 'me', 'but', 'still', 'cute', 'the', 'neck', 'is', 'wide', 'i', 'returned', 'it', 'bc', 'the', 'material', 'of', 'the', 'top', 'is', "n't", 'for', 'me', 'the', 'texture', 'is', 'too', 'soft.,4,0,0', 'initmates', 'intimate', 'sleep'] ['944,1094,41', 'lovely', 'and', 'flattering', 'very', 'comfortable', 'dress', 'with', 'a', 'gorgeous', 'pattern', 'it', 'comes', 'with', 'a', 'self', 'liner', 'in', 'navy', 'that', 'is', 'very', 'smoothing', 'i', 'was', 'worried', 'a', 'figure', 'hugging', 'sweater', 'knit', 'would', 'be', 'unflattering', 'cut', 'is', 'perfect', 'i', "'m", 'a', 'size', '10/12', 'on', 'top', 'and', '12/14', 'on', 'bottom', 'and', 'the', 'm', 'was', 'the', 'best', 'fit', 'the', 'neckline', 'is', 'a', 'deep', 'scoop', 'so', 'if', 'you', 'are', 'not', 'busty', 'it', 'may', 'come', 'down', 'too', 'far', 'for', 'comfort', ',5,1,10', 'general', 'dresses', 'dresses'] ['945,1094,39', 'not', 'flattering', 'on', 'i', 'was', 'so', 'excited', 'when', 'this', 'dress', 'went', 'on', 'sale', 'it', 'is', 'very', 'soft', 'and', 'the', 'print', 'is', 'so', 'distinctive', 'it', 'is', 'super', 'comfy', 'but', 'not', 'slimming', 'or', 'flattering', 'at', 'all', 'i', 'am', 'a', 'curvy', 'girl', 'wear', 'a', 'medium', '8/10', 'and', 'this', 'made', 'me', 'look', 'so', 'wide', 'the', 'skirt', 'is', 'quit', 'full', 'a', 'small', 'would', 'have', 'fit', 'but', 'the', 'top', 'was', 'tight', 'so', 'disappointing', ',3,0,0', 'general', 'dresses', 'dresses'] ['946,154,40', ',this', 'top', 'is', 'stunning', 'the', 'colors', 'are', 'vivid', 'and', 'it', 'is', 'extremely', 'cozy', 'and', 'soft', 'however', 'it', 'seems', 'delicate', 'and', 'would', 'need', 'to', 'only', 'be', 'worn', 'once', 'in', 'a', 'while', 'it', 'is', 'not', 'an', 'everyday', 'top', 'the', 'material', 'has', 'a', 'cotton', 'candy', 'like', 'appearance', 'it', 'really', 'is', 'unique', 'and', 'one', 'of', 'a', 'kind.,4,1,0', 'initmates', 'intimate', 'sleep'] ['947,1140,27', 'awesome', 'skirt', 'i', 'love', 'this', 'skirt', 'i', 'was', 'happy', 'with', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'style', 'i', 'originally', 'ordered', 'a', 'small', 'but', 'returned', 'and', 'exchanged', 'for', 'a', 'medium', 'which', 'fits', 'great', 'i', 'typically', 'wear', 'a', 'size', '6-8', 'in', 'pants', 'i', 'look', 'forward', 'to', 'wearing', 'this', 'skirt', 'to', 'work', 'this', 'fall', ',5,1,0', 'general', 'petite', 'trend', 'trend'] ['948,154,40', 'shorter', 'than', 'expected', 'after', 'reading', 'the', 'reviews', 'i', 'placed', 'an', 'order', 'because', 'it', 'was', 'the', 'only', 'top', 'that', 'caught', 'my', 'eye', 'on', 'the', 'entire', 'price', 'downs', 'lately', 'all', 'my', 'usual', 'l/10', 'sizes', 'from', 'retailer', 'turn', 'out', 'huge', 'so', 'i', 'ordered', 'a', 'size', 'smaller', 'from', 'what', 'i', 'usually', 'wear', 'all', 'would', 'have', 'been', 'ok', 'if', 'the', 'top', 'was', "n't", 'so', 'darn', 'short', 'for', 'reference', 'i', "'m", '6', 'ft', 'tall', '160', 'lb', 'it', "'s", 'weird', 'that', 'this', 'top', 'looks', 'completely', 'the', 'opposite', 'of', 'the', 'model', 'on', 'the', 'photo', 'from', 'a', 'loose', 'looking', 'fit', 'with', 'longer', 'sleeves', 'looking', 'like', 'a', 'stylized', 'sweatshirt', 'that', 'is', 'not', 'what', ',2,0,4', 'initmates', 'intimate', 'sleep'] ['949,936,36', 'little', 'green', 'riding', 'hood', 'was', 'looking', 'for', 'a', 'replacement', 'coat', 'and', 'saw', 'this', 'lovely', 'tried', 'on', 'large', 'but', 'was', 'more', 'roomy', 'than', 'needed', 'even', 'for', 'a', 'coat', 'tried', 'petite', 'version', 'but', 'found', 'it', 'too', 'short', 'for', 'my', 'taste', 'decided', 'on', 'medium', 'in', 'green', 'and', 'can', 'not', 'complain', 'comfy', 'stylish', 'more', 'car', 'coat', 'than', 'main', 'winter', 'coat', 'have', 'been', 'wearing', 'it', 'daily', 'over', 'light', 'layers', 'so', 'far', 'in', 'our', 'mildish', 'nw', 'winter', ',4,1,0', 'general', 'tops', 'sweaters'] ['950,1094,35', 'great', 'dress', 'for', 'all', 'occasions', 'another', 'great', 'dress', 'by', 'retailer', 'i', "'ve", 'worn', 'it', 'with', 'tall', 'boots', 'with', 'heels', 'riding', 'boots', 'and', 'booties', 'all', 'look', 'really', 'good', 'i', "'ve", 'also', 'added', 'a', 'cream/beige', 'cardigan', 'and', 'even', 'a', 'fuzzy/furry', 'vest', 'very', 'versatile', 'the', 'only', 'few', 'things', 'that', 'i', 'would', 'have', 'liked', 'even', 'more', 'is', 'that', 'design', 'of', 'the', 'dress', 'be', 'actual', 'stitching', 'and', 'not', 'just', 'a', 'flat', 'print', 'and', 'also', 'the', 'material', 'does', 'shrink', 'a', 'tat', 'when', 'you', 'wash', 'it', 'it', "'s", 'a', 'staple', 'and', 'keeper', ',4,1,0', 'general', 'dresses', 'dresses'] ['951,158,25', 'love', 'these', 'for', 'fall', 'these', 'are', 'both', 'adorable', 'and', 'practical', 'they', "'re", 'versatile', 'enough', 'to', 'dress', 'up', 'or', 'down', 'and', 'they', 'are', 'just', 'warm', 'enough', 'for', 'fall', 'temperatures', 'these', 'will', 'definitely', 'be', 'my', 'go-to', 'tights', 'this', 'season', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['952,1033,37', 'luv', 'so', 'comfy', 'luv', 'these', 'jeans', 'they', 'felt', 'so', 'comfy', 'the', 'first', 'time', 'i', 'put', 'them', 'on', 'it', "'s", 'like', 'butter', 'i', "'m", 'a', '26', 'but', 'went', 'down', 'a', 'size', 'and', 'wear', 'a', 'belt', 'they', 'said', 'they', 'r', 'high', 'rise', 'but', 'i', 'ca', "n't", 'see', 'how', 'but', 'no', 'complaints', 'as', 'i', 'can', 'breathe', 'in', 'them', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['953,154,29', 'soft', 'and', 'unique', 'but', 'short', 'sleeves', 'love', 'this', 'easy', 'to', 'dress', 'up', 'and', 'down', 'has', 'a', 'great', 'length', 'on', 'the', 'torso', 'but', 'the', 'sleeves', 'are', 'about', '2-3', 'inches', 'from', 'my', 'wrist', 'bone', 'i', 'see', 'why', 'the', 'model', 'has', 'them', 'pushed/rolled', 'up-', 'which', 'is', 'how', 'i', 'wear', 'the', 'shirt', 'now', 'too', 'but', 'then', 'it', "'s", 'hard', 'to', 'layer', 'under', 'a', 'coat', ',4,1,1', 'initmates', 'intimate', 'sleep'] ['954,1094,44', ',this', 'is', 'an', 'absolutely', 'gorgeous', 'dress', 'that', 'stands', 'out', 'everywhere', 'i', 'go', 'it', 'runs', 'true', 'to', 'size', 'and', 'has', 'a', 'slimming', 'effect', 'because', 'of', 'the', 'detail', 'running', 'down', 'the', 'sides.,5,1,0', 'general', 'dresses', 'dresses'] ['955,936,31', 'shapeless', '5', '1', '43-31-43.', 'i', 'really', 'wanted', 'to', 'love', 'this', 'coat', 'the', 'material', 'is', 'nice', 'the', 'green', 'color', 'is', 'dark', 'and', 'rich', 'it', 'has', 'a', 'hood', 'however', 'the', 'cut', 'is', 'bad', 'for', 'me', 'and', 'probably', 'a', 'lot', 'of', 'other', 'people', 'the', 'shoulders', 'were', 'cut', 'too', 'wide', 'and', 'impeded', 'movement', 'and', 'the', 'bust', 'and', 'hips', 'were', 'cut', 'too', 'tight', 'overall', 'it', 'was', 'just', 'boxy', 'i', 'have', 'another', 'boiled', 'wool', 'coat', 'that', 'i', 'bought', 'at', 'retailer', 'about', '7', 'years', 'ago', 'and', 'though', 'it', "'s", 'cut', 'oversize', 'like', 'this', 'one', 'it', 'has', 'a', 'much', 'fuller', 'sweep', 'so', 'the', 'proportions', 'still', 'seem', 'right', 'also', ',3,0,1', 'general', 'tops', 'sweaters'] ['956,1094,54', 'divine', 'and', 'comfortable', 'first', 'i', "'ve", 'been', 'in', 'love', 'with', 'this', 'dress', 'for', 'months', 'when', 'it', 'went', 'on', 'sale', 'i', 'absolutely', 'had', 'to', 'have', 'it', 'i', "'m", '5', '4', 'and', '150', 'pounds', 'and', 'typically', 'wear', 'large', 'stuff', 'from', 'retailer', 'but', 'after', 'reading', 'other', 'reviews', 'i', 'decided', 'to', 'get', 'the', 'medium', 'it', "'s", 'more', 'generous', 'than', 'i', 'expected', 'and', 'wonder', 'if', 'i', 'could', "'ve", 'even', 'gone', 'with', 'a', 'small', 'i', 'might', 'try', 'a', 'belt', 'either', 'way', 'i', "'m", 'very', 'very', 'happy', 'with', 'the', 'dress', 'the', 'sleeves', 'are', 'not', 'too', 'long', 'and', 'i', 'did', "n't", 'get', 'the', 'petite', 'because', 'i', 'wanted', 'the', 'length', 'in', 'the', 'skirt', 'the', 'lining', 'makes', ',5,1,0', 'general', 'dresses', 'dresses'] ['957,936,31', 'must', 'try', 'on', 'the', 'sweater', 'coat', 'is', 'a', 'must', 'try', 'on', 'it', "'s", 'a', 'great', 'fall', 'to', 'winter', 'coat', 'that', 'you', 'can', 'leave', 'on', 'all', 'day', 'if', 'you', 'need', 'i', 'bought', 'the', 'dark', 'green', 'which', 'is', 'very', 'dark', 'yet', 'gorgeous', 'and', 'have', 'the', 'beautiful', 'coral', 'saved', 'in', 'my', 'cart', 'as', 'well', 'i', 'am', '5', '5', '135lbs', '34c', 'ordered', 'the', 'size', 'small', 'and', 'have', 'plenty', 'of', 'room', 'did', 'not', 'want', 'it', 'tight', 'and', 'wanted', 'to', 'be', 'able', 'to', 'wear', 'over', 'thick', 'layers', ',5,1,11', 'general', 'tops', 'sweaters'] ['958,936,82', 'just', 'purchased', 'this', 'coral', 'coat', 'today', 'the', 'color', 'is', 'beautiful', 'the', 'quality', 'is', 'excellent', 'and', 'the', 'coat', 'itself', 'is', 'lightweight', 'great', 'for', 'travel', 'great', 'purchase', 'and', 'would', 'recommend', 'buying', 'going', 'to', 'new', 'york', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'love', 'love', 'this', 'coat', ',5,1,0', 'general', 'tops', 'sweaters'] ['959,1154,39', 'pretty', 'color', 'nice', 'fit', 'fun', 't-back', 'i', 'guess', 'this', 'is', 'a', 'true', 'to', 'size', 'i', 'am', 'usually', 'a', '30dd', 'and', 'ordered', '32d', 'fits', 'great', 'the', 'back', 'is', 'really', 'pretty', 'so', 'even', 'though', 'it', 'is', 'a', 'tiny', 'bit', 'looser', 'i', 'decided', 'to', 'keep', 'it', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['960,1022,39', 'loose', 'waist', 'i', 'tried', 'these', 'on', 'as', 'a', 'return', 'at', 'my', 'store', 'and', 'sadly', 'they', 'fit', 'great', 'everywhere', 'ecept', 'at', 'the', 'waist', 'i', 'had', 'almost', '2', 'inches', 'gaping', 'at', 'the', 'waist', 'my', 'usual', 'size', 'the', 'rest', 'of', 'the', 'pant', 'was', 'absolutely', 'awesome', 'though', 'for', 'reference', 'i', 'tried', 'n', 'a', '25', 'and', 'am', '115', 'lbs', 'and', 'short', 'bummer', 'htey', 'do', "n't", 'come', 'in', 'petite', 'or', '24', ',4,1,1', 'general', 'bottoms', 'jeans'] ['961,949,28', 'want', 'go', 'get', 'another', 'in', 'a', 'diff', 'color', 'saw', 'this', 'in', 'store', 'in', 'coral', 'color', 'and', 'new', 'i', 'had', 'to', 'try', 'love', 'it', "'s", 'the', 'perfect', 'cozy', 'cute', 'sweater', 'color', 'is', 'beautiful', 'and', 'fit', 'is', 'great', 'i', 'am', '5', '5', '135', 'lbs', 'and', 'i', 'tried', 'both', 'the', 'small', 'and', 'extra', 'small', 'i', 'went', 'with', 'the', 'xs', 'for', 'a', 'more', 'flattering', 'fit', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['962,154,38', 'soft', 'but', 'boxy', 'i', 'love', 'the', 'feel', 'and', 'design', 'of', 'this', 'pullover', 'it', 'is', 'extremely', 'soft', 'and', 'comfy', 'to', 'wear', 'however', 'i', 'did', 'find', 'that', 'it', 'runs', 'slightly', 'large', 'is', 'a', 'bit', 'boxy', 'and', 'the', 'sleeves', 'are', 'a', 'bit', 'lengthy', 'probably', 'not', 'the', 'best', 'for', 'a', 'petite', 'frame', 'i', 'am', 'trying', 'to', 'decide', 'if', 'i', 'should', 'keep', 'it', 'though', 'simply', 'for', 'the', 'softness', 'and', 'ease', 'of', 'wearing', 'that', 'it', 'provides', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['963,1033,37', 'disappointing', 'fit', 'i', 'originally', 'got', 'these', 'in', 'a', '29', 'petite', 'and', 'thought', 'they', 'fit', 'great', 'right', 'out', 'of', 'the', 'bag', 'i', "'m", 'usually', 'a', '6/8', 'and', 'within', 'an', 'hour', 'of', 'wearing', 'them', 'to', 'retailer', 'actually', 'the', 'knees', 'had', 'gotten', 'so', 'baggy', 'that', 'they', 'looked', 'absolutely', 'ridiculous', 'i', "'ve", 'never', 'had', 'jeans', 'do', 'this', 'the', 'salesperson', 'at', 'retailer', 'agreed', 'that', 'they', 'seemed', 'very', 'odd', 'i', 'exchanged', 'for', 'a', '28p', 'at', 'her', 'suggestion', 'and', 'i', 'just', 'hate', 'them', 'i', "'d", 'say', 'the', 'smaller', 'size', 'seems', 'every', 'so', 'slightly', 'small', 'but', 'nothing', 'major', 'but', 'the', 'waist', 'actually', 'folds', 'over', 'a', ',2,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['964,154,41', 'super', 'comfy', 'but', 'very', 'boxy', 'i', 'love', 'this', 'as', 'a', 'lounge-at-home', 'top', 'the', 'colors', 'and', 'pattern', 'are', 'really', 'pretty', 'it', "'s", 'soft', 'and', 'warm', 'very', 'comfy', 'and', 'cozy', 'but', 'it', "'s", 'also', 'boxy', 'and', 'thick', 'so', 'not', 'a', 'flattering', 'cut', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['965,1140,36', 'this', 'skirt', 'is', 'not', 'what', 'i', 'was', 'expecting', 'at', 'all', 'for', 'starters', 'it', 'runs', 'large', 'i', 'expected', 'it', 'to', 'sit', 'at', 'the', 'natural', 'waist', 'and', 'it', 'is', 'definitely', 'made', 'to', 'do', 'so', 'but', 'it', 'was', 'a', 'good', 'two', 'inches', 'too', 'big', 'and', 'therefore', 'would', "n't", 'lay', 'flat', 'and', 'gaped', 'at', 'the', 'front', 'no', 'bueno', 'my', 'biggest', 'gripe', 'though', 'is', 'that', 'the', 'color', 'looks', 'nothing', 'like', 'it', 'does', 'in', 'the', 'picture', 'they', 'have', 'it', 'paired', 'with', 'an', 'ivory', 'top', 'and', 'the', 'two', 'look', 'like', 'they', 'match', 'so', 'well', 'but', 'do', 'not', 'be', 'fooled', 'the', 'background', 'color', 'of', 'this', 'skirt', 'is', 'not', 'even', 'close', 'to', ',3,0,3', 'general', 'petite', 'trend', 'trend'] ['966,936,55', 'i', 'really', 'did', 'not', 'need', 'another', 'coat', 'at', 'all', 'but', 'i', 'could', "n't", 'resist', 'got', 'it', 'in', 'green', 'it', "'s", 'dark', 'and', 'woodsy', 'something', 'robin', 'hood', 'and', 'his', 'merry', 'men', 'could', 'wear', 'in', 'the', 'forest', 'to', 'look', 'and', 'feel', 'their', 'most', 'stylish', 'the', 'structure', 'is', 'just', 'right', 'this', 'coat', 'is', 'soft', 'cozy', 'and', 'fluid', 'but', 'also', 'tailored', 'enough', 'to', 'wear', 'in', 'a', 'business', 'casual', 'environment', 'equally', 'well-suited', 'to', 'wear', 'on', 'winter', 'eve', 'dog', 'walks', 'to', 'a', 'football', 'game', 'or', 'at', 'the', 'coffee', 'shop', 'for', 'a', 'latte', 'at', 'an', 'outside', 'table', 'works', 'with', 'most', 'of', 'my', 'wardrobe', ',5,1,5', 'general', 'tops', 'sweaters'] ['967,1047,43', 'the', 'fabric', 'is', 'heavy', 'i', 'wanted', 'to', 'love', 'these', 'pants', 'but', 'they', 'were', 'larger', 'than', 'i', 'expected', 'and', 'the', 'fabric', 'is', 'very', 'heavy', 'almost', 'like', 'a', 'thick', 'sweater', ',3,0,0', 'general', 'bottoms', 'pants'] ['968,936,32', 'it', 'pills', 'a', 'little', 'under', 'the', 'arms', 'and', 'picks', 'up', 'lint', 'but', 'it', "'s", 'totally', 'worth', 'it', 'this', 'is', 'a', 'fabulous', 'sweater', 'coat', 'i', 'receive', 'compliments', 'on', 'it', 'wherever', 'i', 'go', 'so', 'cozy', 'warm', 'delicious', 'not', 'too', 'hot', 'to', 'wear', 'indoors', 'either', 'it', "'s", 'breathable', 'love', 'it', 'bought', 'in', 'green', 'during', 'black', 'friday', 'sale', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['969,868,55', 'omg', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,2', 'general', 'tops', 'knits'] ['970,1094,54', 'beautiful', 'fit', 'this', 'dress', 'has', 'a', 'beautiful', 'fit', 'eyed', 'it', 'for', 'awhile', 'snatched', 'it', 'up', 'at', 'the', 'dress', 'sale', 'only', 'drawback', 'was', 'the', 'edging', 'around', 'the', 'neck', 'on', 'some', 'the', 'cream-patterned', 'fabric', 'was', 'used', 'and', 'it', 'was', 'distracting', 'hunted', 'around', 'at', 'stores', 'but', 'ended', 'up', 'getting', 'lucky', 'with', 'online', 'purchase', ',5,1,0', 'general', 'dresses', 'dresses'] ['971,936,58', ',absolutely', 'beautiful', 'as', 'soon', 'as', 'i', 'saw', 'the', 'color', 'i', 'had', 'to', 'have', 'it', 'looks', 'great', 'i', 'am', '5', 'ft', '2', 'in', 'the', 'color', 'is', 'beautiful', 'excellently', 'made', 'very', 'comfy', 'hood', 'is', 'not', 'bulky,5,1,0', 'general', 'tops', 'sweaters'] ['972,1094,67', ',very', 'cheap', 'looking', 'material', 'looks', 'cheap', 'to', 'cost', '158.,1,0,1', 'general', 'dresses', 'dresses'] ['973,1033,47', 'finally', 'jeans', 'for', 'curves', 'i', "'ve", 'been', 'a', 'fan', 'of', 'the', 'pilcro', 'chinos', 'for', 'years', 'but', 'the', 'jeans', 'have', 'not', 'been', 'the', 'right', 'fit', 'for', 'me', 'usually', 'wind', 'up', 'too', 'big', 'in', 'the', 'waist', 'to', 'accommodate', 'the', 'hips', 'well', 'the', 'em', 'is', 'aptly', 'named', 'as', 'they', 'are', 'made', 'to', 'fit', 'a', 'girl', 'i', 'usually', 'wear', 'a', '29', 'and', 'the', '29', 'fit', 'comfortably', 'and', 'i', 'could', 'probably', 'even', 'go', 'down', 'a', 'size', 'thank', 'you', 'retailer', 'please', 'make', 'more', 'in', 'this', 'style', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['974,936,31', ',,5,1,0', 'general', 'tops', 'sweaters'] ['975,1094,36', 'a', 'winner', 'what', 'a', 'well-designed', 'dress', 'the', 'cut', 'is', 'a', 'slight', 'a-line', 'without', 'adding', 'bulk', 'and', 'the', 'pattern', 'is', 'very', 'slimming', 'the', 'lining', 'makes', 'this', 'a', 'pretty', 'good', 'option', 'for', 'cooler', 'weather', 'the', 'neck', 'is', 'pretty', 'wide', 'as', 'others', 'have', 'noted', 'but', 'i', 'find', 'that', 'a', 'heavy', 'cream', 'colored', 'scarf', 'is', 'a', 'pretty', 'good', 'accent', 'it', 'does', 'run', 'a', 'little', 'large', 'i', "'m", '5', '5', '/130lbs', 'and', 'went', 'with', 'the', 'xsp', ',5,1,6', 'general', 'dresses', 'dresses'] ['976,154,48', 'cozy', 'comfy', 'beautiful', 'top', 'i', 'was', 'initially', 'attracted', 'to', 'the', 'colors,5,1,1', 'initmates', 'intimate', 'sleep'] ['977,936,21', 'warm', 'and', 'cozy', 'this', 'coat', 'is', 'a', 'perfect', 'fall', 'to', 'winter', 'transition', 'coat', 'it', 'is', 'surprisingly', 'warm', 'in', '50', 'degree', 'weather', 'so', 'i', "'m", 'sure', 'it', 'will', 'be', 'warm', 'enough', 'in', '30-40', 'degree', 'weather', 'with', 'some', 'added', 'layers', 'the', 'only', 'thing', 'to', 'note', 'is', 'that', 'it', 'is', 'unlined', 'and', 'the', 'material', 'is', 'soft', 'so', 'it', 'may', 'be', 'prone', 'to', 'pilling', 'can', 'be', 'worn', 'casually', 'to', 'work', 'and', 'dressed', 'up', ',4,1,3', 'general', 'tops', 'sweaters'] ['978,1094,29', 'great', 'dress', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'ended', 'up', 'ordering', 'it', 'online', 'during', 'the', 'dress', 'sale', 'it', 'is', 'extremely', 'flattering', 'and', 'really', 'accentuates', 'the', 'waist', 'it', 'is', 'very', 'comfortable', 'and', 'made', 'of', 'a', 'nice', 'soft', 'fabric', 'i', 'am', 'a', '34a', 'and', 'it', 'just', 'barely', 'reveals', 'a', 'tiny', 'bit', 'of', 'cleavage', 'so', 'i', 'do', "n't", 'find', 'the', 'neckline', 'too', 'low', 'i', 'plan', 'to', 'wear', 'it', 'with', 'tights', 'and', 'booties', 'i', 'am', '5', '4', 'and', 'the', 'regular', 'xs', 'comes', 'to', 'a', 'bit', 'below', 'my', 'knees', 'going', 'to', 'enjoy', 'wearing', 'this', 'lovely', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['979,154,50', 'love', 'this', 'sweater', 'this', 'is', 'way', 'cuter', 'in', 'person', 'than', 'on', 'model', 'it', 'is', 'a', 'super', 'soft', 'and', 'fluffy', 'sweater', 'the', 'colors', 'are', 'so', 'pretty', 'and', 'feminine', 'i', 'received', 'it', 'as', 'a', 'christmas', 'gift', 'and', 'have', 'already', 'worn', 'it', 'twice', 'it', "'s", 'perfect', 'with', 'skinny', 'jeans', 'and', 'ugg', 'boots', 'i', 'vary', 'between', 'xs', 'and', 'small', 'in', 'retailer', 'sweaters', 'this', 'is', 'a', 'bit', 'boxy', 'so', 'i', 'sized', 'down', 'with', 'the', 'xs', 'and', 'it', 'fits', 'perfect', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['980,1094,36', 'washed', 'out', 'looking', 'the', 'colors', 'in', 'this', 'dress', 'are', 'much', 'less', 'vibrant', 'in', 'person', 'the', 'scoop', 'of', 'the', 'neckline', 'is', 'very', 'wide', 'and', 'deep', 'i', 'know', 'others', 'have', 'posted', 'that', 'this', 'is', 'a', 'great', 'dress', 'for', 'work', 'but', 'not', 'in', 'my', 'workplace', ',3,0,0', 'general', 'dresses', 'dresses'] ['981,936,41', 'classic', 'i', 'adore', 'this', 'hooded', 'boiled', 'wool', 'sweatercoat', 'in', 'rich', 'deep', 'green', 'quality', 'is', 'great', 'aside', 'from', 'the', 'buttons', 'being', 'sawn', 'on', 'very', 'loosely', 'it', "'s", 'a', 'great', 'outer', 'layer', 'in', 'the', 'warm', 'northern', 'california', 'fall/winter', 'i', "'m", 'wearing', 'it', 'today', 'with', 'a', 'short', 'sleeved', 'boiled', 'wool', 'dress', 'in', 'burgundy', 'for', 'pre-christmas', 'eve', 'cocktails', 'and', 'feeling', 'classy', 'festive', 'cozy', 'and', 'warm', ',5,1,0', 'general', 'tops', 'sweaters'] ['982,1094,41', 'soft', 'and', 'flattering', 'every', 'year', 'i', "'m", 'excited', 'when', 'the', 'weather', 'gets', 'cool', 'enough', 'for', 'sweater', 'dresses', 'i', 'love', 'this', 'one', 'with', 'the', 'longer', 'length', 'slimming', 'fit', 'and', 'pattern', 'placement', 'and', 'cozy', 'soft', 'fabric', 'delightful', 'inspires', 'reveries', 'of', 'castles', 'and', 'legends', 'yes', 'i', 'looked', 'up', 'what', 'eira', 'stands', 'for', 'and', 'went', 'with', 'it', 'highly', 'recommended', 'fit', 'is', 'generously', 'tts', ',5,1,1', 'general', 'dresses', 'dresses'] ['983,936,34', 'soft', 'flattering', 'warm', 'and', 'versatile', 'i', 'adore', 'this', 'sweater', 'coat', 'i', 'first', 'bought', 'the', 'green', 'color', 'in', 'my', 'normal', 'size', 'online', 'on', 'a', 'whim', 'mostly', 'due', 'to', 'the', 'positive', 'reviews', 'i', 'was', 'not', 'disappointed', 'at', 'all', 'this', 'sweater', 'coat', 'is', 'soft', 'boiled', 'wool', 'the', 'green', 'color', 'is', 'a', 'deep', 'forest', 'that', 'looks', 'incredible', 'with', 'black', 'grays', 'and', 'berry', 'colors'] [] ['the', 'fit', 'appears', 'to', 'be', 'magical', 'it', 'manages', 'to', 'be', 'both', 'roomy', 'and', 'figure', 'flattering', 'which', 'is', 'tricky', 'with', 'my', 'figure', 'hourglass', 'i', 'tend', 'to', 'need', 'a', 'defined', 'waist', 'but', 'somehow', 'this', 'coat', 'manages', 'to', 'be', 'very', 'slimming', ',5,1,2', 'general', 'tops', 'sweaters'] ['984,1094,41', 'my', 'holiday', 'dress', 'this', 'sweater', 'dress', 'is', 'lovely', 'quirky', 'and', 'comfortable', 'because', 'i', 'have', 'broader', 'shoulders', 'the', 'neckline', 'was', 'perfect', 'on', 'me', 'although', 'i', 'probably', 'will', 'end', 'up', 'wearing', 'a', 'scarf', 'to', 'keep', 'my', 'neck', 'warm', 'the', 'dress', 'skims', 'in', 'a', 'very', 'flattering', 'way', 'at', 'first', 'i', 'was', 'dissapointed', 'it', 'was', "n't", 'more', 'formfitting', 'but', 'it', 'drapes', 'very', 'nicely', 'i', 'usually', 'wear', 'a', 'size', 'four', 'in', 'dresses', 'and', 'chose', 'the', 'small', 'in', 'this', 'dress', 'which', 'was', 'best', 'i', 'think', 'it', 'has', 'a', 'built', 'in', 'slip', 'that', 'is', 'a', 'bit', 'flimsy', 'so', 'i', 'will', 'probably', 'wear', 'a', 'long', 'silk', 'one', 'th', ',5,1,9', 'general', 'dresses', 'dresses'] ['985,878,33', ',cute', 'and', 'comfortable', 'i', 'loved', 'the', 'colors', 'and', 'how', 'soft', 'the', 'shirt', 'is', ',5,1,1', 'general', 'tops', 'knits'] ['986,1145,66', 'in', 'love', 'so', 'different', 'than', 'anything', 'in', 'my', 'closet', 'it', "'s", 'wide', 'with', 'a', 'beautiful', 'drape', 'fabric', 'is', 'soft', 'but', 'substantial', 'it', 'has', 'the', 'cutest', 'coral', 'color', 'lining', 'the', 'placket', 'and', 'inside', 'of', 'the', 'lower', 'sleeves', 'i', 'sized', 'down', 'to', 'a', 'medium', 'and', 'could', 'have', 'gone', 'to', 'a', 'small', 'but', 'i', 'love', 'the', 'length', 'and', 'drape', 'which', 'might', 'not', 'translate', 'in', 'fit', 'in', 'the', 'smaller', 'size', 'so', 'cute', 'on.,5,1,3', 'general', 'trend', 'trend'] ['987,1033,45', 'close', 'but', 'not', 'quite', 'right', 'i', 'really', 'like', 'these', 'jeans', 'but', 'order', 'a', 'size', 'down', 'i', "'m", 'typically', 'a', '14', 'and', 'these', 'were', 'just', 'too', 'big', 'they', 'stretch', 'as', 'it', 'is', 'and', 'although', 'they', 'should', 'have', 'a', 'baggier', 'fit', 'they', 'are', 'just', 'too', 'baggie', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['988,936,31', 'amazing', 'this', 'jacket', 'is', 'worth', 'every', 'penny', 'it', 'is', 'light', 'enough', 'to', 'wear', 'when', 'like', '55/60', 'out', 'or', 'good', 'when', 'it', 'is', 'in', 'the', '40s', 'with', 'a', 'sweater', 'underneath', 'the', 'fit', 'and', 'design', 'of', 'the', 'coat', 'is', 'amazing', 'i', 'love', 'the', 'full', 'collar', 'look', 'that', "'s", 'my', 'favorite', 'detail', 'of', 'the', 'jacket', 'loved', 'the', 'green', 'so', 'much', 'i', 'bought', 'the', 'coral', 'too', 'i', 'normally', 'wear', 'a', '12/14', 'in', 'clothes', 'and', 'the', 'large', 'was', 'perfect', ',5,1,4', 'general', 'tops', 'sweaters'] ['989,936,68', 'versatile', 'i', 'ordered', 'this', 'coat', 'in', 'the', 'pink', 'color', 'actually', 'it', 'is', 'a', 'coal', 'color', 'papaya', 'and', 'will', 'be', 'wonderful', 'with', 'gray', 'black', 'khaki', 'and', 'great', 'with', 'animal', 'print', 'accessories', 'the', 'fit', 'is', 'just', 'as', 'it', 'looks', 'online', 'no', 'surprises', 'this', 'coat', 'is', 'attractive', 'buttoned', 'or', 'unbuttoned', 'the', 'collar', 'is', 'just', 'as', 'attractive', 'buttoned', 'as', 'unbuttoned', 'the', 'boiled', 'wool', 'is', 'light', 'weight', 'and', 'has', 'some', 'stretch', 'to', 'it', 'much', 'softer', 'than', 'the', 'boiled', 'wool', 'geiger', 'jackets', 'for', 'anyone', 'who', 'remembers', 'them'] [] ['one', 'concern', 'since', 'the', 'wool', 'is', 'light', ',5,1,4', 'general', 'tops', 'sweaters'] ['990,936,65', 'sweater', 'not', 'a', 'coat', 'but', 'amazing', 'here', "'s", 'the', 'thing', 'this', 'is', 'a', 'sweatercoat', 'it', "'s", 'not', 'a', 'coat', 'it', "'s", 'not', 'something', 'i', "'ll", 'be', 'able', 'to', 'wear', 'independently', 'by', 'the', 'end', 'of', 'november', 'though', 'i', "'m", 'enjoying', 'doing', 'so', 'now', 'it', "'s", 'boiled', 'wool', 'and', 'not', 'lined', 'and', 'though', 'it', "'s", 'cozy', 'and', 'warm', 'enough', 'for', 'a', 'morning', 'walk', 'to', 'the', 'train', 'in', 'the', 'high', '40s', 'its', 'role', 'is', 'going', 'to', 'end', 'up', 'being', 'a', 'mid', 'layer', 'i', "'m", 'also', 'enjoying', 'wearing', 'it', 'over', 'both', 'dresses', 'and', 'pants', 'at', 'work', 'serving', 'as', 'a', 'kind', 'of', 'cardigan/blazer', 'combination'] ['i', 'purchased', 'the', 'pink', 'which', 'i', 'saw', 'online', 'first', 'a', ',5,1,11', 'general', 'tops', 'sweaters'] ['991,1033,51', 'best', 'jeans', 'ever', 'it', "'s", 'so', 'hard', 'to', 'find', 'a', 'good', 'petite', 'jean', 'you', 'shop', 'and', 'shiop', 'and', 'then', 'pay', '30', 'more', 'to', 'get', 'them', 'altered', 'the', 'fit', 'and', 'length', 'on', 'these', 'are', 'perfect', 'love', 'love', 'love', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['992,878,69', 'i', 'really', 'like', 'the', 'sundry', 'brand', 'however', 'this', 'is', 'thin', 'and', 'to', 'me', 'out', 'of', 'character', 'for', 'an', 'retailer', 'tee', 'it', 'look', 'adorable', 'in', 'picture', 'however', 'the', 'coloring', 'is', 'way', 'off', 'the', 'navy', 'is', 'almost', 'black', 'it', "'s", 'so', 'dark', 'and', 'the', 'kaki', 'stripe', 'is', 'a', 'green', 'it', "'s", 'nothing', 'like', 'i', 'had', 'hoped', 'it', 'would', 'be', 'fabric', 'in', 'very', 'thin', 'and', 'more', 'like', 'a', 'pajama', 'top', 'so', 'disappointed', 'it', 'will', 'go', 'back', 'i', 'do', 'not', 'make', 'it', 'a', 'habit', 'to', 'bash', 'a', 'product', 'however', 'with', 'tax', 'shipping', 'and', '83.00', 'price', 'tag', '103.11', 'is', 'absolutely', 'terrible', ',3,0,15', 'general', 'petite', 'tops', 'knits'] ['993,1094,48', 'comfortable', 'but', 'not', 'exciting', 'this', 'is', 'a', 'comfortable', 'sweater', 'dress', 'and', 'the', 'quality', 'of', 'the', 'material', 'seems', 'good', 'the', 'solid', 'blue', 'strip', 'down', 'the', 'front', 'makes', 'it', 'look', 'very', 'bland', 'i', 'think', 'it', 'would', 'need', 'some', 'dressing', 'up', 'with', 'a', 'necklace', 'or', 'scarf', 'i', 'decided', 'to', 'pass', ',3,0,0', 'general', 'dresses', 'dresses'] ['994,936,41', 'i', 'ordered', 'this', 'in', 'the', 'orange', 'color', 'from', 'online', 'they', 'were', 'sold', 'out', 'of', 'petite', 'so', 'i', 'ordered', 'medium', 'regular', 'i', 'liked', 'it', 'but', 'just', 'not', 'flattering', 'i', 'am', '5', '2', 'and', 'the', 'coat', 'was', 'too', 'big', 'sleeves', 'were', 'past', 'my', 'hands', 'i', 'think', 'because', 'i', "'m", 'curvy', 'the', 'straight', 'cut', 'of', 'coat', 'would', 'not', 'have', 'looked', 'good', 'on', 'me', 'in', 'a', 'size', 'small', 'it', 'was', 'a', 'nice', 'coat', 'just', 'not', 'for', 'me', ',3,0,0', 'general', 'tops', 'sweaters'] ['995,1047,70', 'received', 'these', 'as', 'a', 'christmas', 'gift', 'from', 'my', 'daughter', 'just', 'wonderful', 'warm', 'and', 'cozy', 'and', 'cute', 'size', 'm', 'is', 'just', 'a', 'tad', 'baggy', 'i', "'m", 'sure', 'i', 'could', 'have', 'worn', 'small', 'but', 'no', 'matter', 'i', 'wear', 'these', 'often', 'and', 'love', 'them', 'such', 'a', 'treat', ',5,1,3', 'general', 'bottoms', 'pants'] ['996,936,37', 'gorgeous', 'every', 'year', 'around', 'this', 'time', 'our', 'beloved', 'retailer', 'comes', 'out', 'with', 'a', 'wool', 'sweater', 'coat', 'i', "'ve", 'seen', 'every', 'style', 'over', 'the', 'last', 'five', 'years', 'and', 'this', 'year', 'they', 'have', 'outdone', 'themselves', 'this', 'coat', 'is', 'a', 'dream', 'not', 'too', 'thin', 'and', 'not', 'too', 'thick', 'it', "'s", 'the', 'perfect', 'layering', 'piece', 'the', 'fabric', 'has', 'perfect', 'stretch', 'in', 'it', 'the', 'colors', 'are', 'lovely', 'i', 'ended', 'up', 'with', 'the', 'cream', 'color', 'but', 'i', 'loved', 'the', 'green', 'too', 'in', 'many', 'sweater', 'coats', 'i', 'prefer', 'an', 'xl', 'but', 'because', 'of', 'the', 'stretch', 'the', 'l', 'was', 'just', 'perfect', 'i', "'m", '5', '8', 'and', 'it', 'hits', 'wel', ',5,1,8', 'general', 'tops', 'sweaters'] ['997,936,36', 'gorgeous', 'i', 'tried', 'on', 'this', 'sweater', 'in', 'the', 'store', 'and', 'immediately', 'ordered', 'my', 'size', 'i', 'got', 'the', 'petite', 'small', 'in', 'natural', 'delivered', 'to', 'my', 'door', 'several', 'days', 'later', 'and', 'am', 'extremely', 'pleased', 'the', 'fit', 'is', 'roomy', 'enough', 'to', 'layer', 'but', 'not', 'too', 'large', 'or', 'boxy', 'the', 'wool', 'is', 'fluffy', 'and', 'luxurious', 'and', 'has', 'terrific', 'appeal', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'classic', 'fancy', 'jackie', 'o', 'are', 'all', 'terms', 'i', 'heard', 'used', 'to', 'describe', 'my', 'favorite', 'new', 'sweater', 'the', 'coat', 'is', 'made', 'from', 'a', 'medium', 'weight', 'wool', 'and', 'is', 'probably', 'not', 'meant', 'for', 'e', ',5,1,1', 'general', 'tops', 'sweaters'] ['998,854,29', 'so', 'soft', 'super', 'soft', 'and', 'comfortable', 'runs', 'a', 'little', 'large', 'very', 'cozy.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['999,936,34', 'love', 'this', 'lightweight', 'coat', 'wear', 'the', 'collar', 'down', 'it', 'favors', 'grace', 'kelly', 'pull', 'it', 'up', 'and', 'it', "'s", 'an', 'oversized', 'hood', 'this', 'lightweight', 'cozy', 'piece', 'combines', 'everything', 'i', 'love', 'about', 'a', 'sweater', 'a', 'coat', 'in', 'one.,5,1,2', 'general', 'tops', 'sweaters'] ['1000,154,48', 'soft', 'warm', 'warn', 'and', 'super', 'soft', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['1001,1033,63', 'love', 'at', 'first', 'fit', 'love', 'the', 'high', 'waist', 'prewashed', 'softness', 'and', 'relaxed', 'fit', 'i', 'normally', 'wear', 'a', '27', 'in', 'pilcro', 'but', 'sized', 'down', 'to', 'a', '26.', 'for', 'the', 'first', 'time', 'in', 'ages', 'i', 'have', 'a', 'pair', 'of', 'jeans', 'that', 'won', "'s", 'slide', 'down', 'because', 'of', 'the', 'high', 'waistline', 'i', 'would', 'never', 'tuck', 'anything', 'in', 'so', 'it', 'does', "n't", 'matter', 'that', 'it', "'s", 'high', 'waisted', 'but', 'i', 'do', "n't", 'have', 'to', 'worry', 'about', 'them', 'sliding', 'down', 'over', 'my', 'muffin', 'top', 'worth', 'every', 'penny', ',5,1,10', 'general', 'petite', 'bottoms', 'jeans'] ['1002,1033,49', 'nice', 'quality', 'nice', 'jeans', 'but', 'had', 'to', 'return', 'too', 'tight', 'in', 'hips/thighs', 'and', 'big', 'in', 'waist', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1003,936,35', 'too', 'much', 'for', 'this', 'sweater', 'im', '5', '1', 'and', 'about', '110lbs', 'ordered', 'the', 'small', 'because', 'i', 'do', 'have', 'some', 'curves-', 'it', 'was', 'huge-', 'more', 'like', 'a', 'large', 'and', 'didnt', 'have', 'much', 'structure', 'at', 'all', 'the', 'wool', 'was', 'very', 'soft', 'and', 'stretchy', 'and', 'like', 'others', 'have', 'said-', 'kinda', 'orange-', 'not', 'true', 'coral', 'color', 'it', 'fit', 'me', 'like', 'a', 'throw', 'blanket-', 'its', 'going', 'back', 'for', 'sure', 'might', 'purchase', 'again', 'if', 'the', 'petite', 'xs', 'is', 'back', 'in', 'stock', 'and', 'on', 'sale-', 'this', 'should', 'def', 'be', 'under', '100', ',3,0,0', 'general', 'tops', 'sweaters'] ['1004,1094,30', ',,5,1,0', 'general', 'dresses', 'dresses'] ['1005,936,35', 'super', 'comfortable', 'but', 'big', 'i', 'am', '5', '8', '154', 'pounds', 'and', 'ordered', 'a', 'medium', 'the', 'coat', 'is', 'a', 'bit', 'bigger', 'than', 'expected', 'and', 'should', 'have', 'gone', 'down', 'a', 'size', 'i', "'m", 'keeping', 'this', 'size', 'however', 'because', 'it', 'is', 'incredibly', 'comfortable', 'roomy', 'and', 'perfect', 'for', 'mild', 'winters', 'the', 'wool', 'does', 'keep', 'you', 'warm', 'in', '50', 'degree', 'weather', ',4,1,0', 'general', 'tops', 'sweaters'] ['1006,936,83', 'in', 'love', 'i', 'saw', 'this', 'and', 'tried', 'to', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'but', 'it', 'sold', 'so', 'fast', 'i', 'wanted', 'the', 'black', 'and', 'i', 'check', 'everyday', 'until', 'they', 'had', 'my', 'size', 'i', 'love', 'this', 'coat', 'main', 'because', 'of', 'the', 'wait', 'it', 'goes', 'around', 'the', 'neck', 'since', 'i', 'am', 'not', 'a', 'scarf', 'person', 'this', 'is', 'very', 'cute', 'im', 'glad', 'i', 'got', 'it', 'even', 'at', 'the', 'full', 'price', ',5,1,0', 'general', 'tops', 'sweaters'] ['1007,1047,67', 'love', 'love', 'love', 'these', 'joggers', 'are', 'gorgeous', 'you', 'can', 'even', 'dress', 'them', 'up', 'the', 'quality', 'and', 'softness', 'is', 'amazing', 'and', 'very', 'expensive', 'looking', 'the', 'fit', 'is', 'perfect', 'not', 'to', 'mention', 'the', 'fact', 'that', 'they', 'are', 'very', 'flattering'] ['really', 'i', 'knew', 'the', 'minute', 'i', 'saw', 'them', 'i', 'would', 'love', 'them', 'but', 'i', 'do', 'have', 'to', 'say', 'that', 'the', 'lovely', 'model'] ['wearing', 'them', '-the', 'model', 'with', 'the', 'wine', 'colored', 'shirt', 'and', 'the', 'awesome', 'red', 'bag', 'i', 'bought', 'that', 'too', 'and', 'that', 'big', 'smile', 'sold', 'me', 'many', 'thanks', 'to', 'retailer', 'personal', 'stylists', 'carolyn', 'and', 'blair', 'always', 'so', 'helpfu', ',5,1,4', 'general', 'bottoms', 'pants'] ['1008,1094,39', 'warm', 'i', 'love', 'sweater', 'knit', 'dresses', 'and', 'this', 'the', 'first', 'one', 'i', "'ve", 'owned', 'with', 'a', 'flare', 'style', 'that', 'works', 'pattern', 'placement', 'is', 'gorgeously', 'done', 'and', 'is', 'very', 'slimming', 'in', 'a', 'non-obvious', 'way', 'i', 'think', 'the', 'fabric', 'is', 'soft', 'and', 'warm', 'i', 'wish', 'the', 'scoop', 'neckline', 'was', 'a', 'tad', 'bit', 'higher', 'from', 'a', 'modesty', 'standpoint', 'you', 'may', 'want', 'to', 'size', 'down', 'if', 'you', "'re", 'not', 'busty', 'i', 'am', '5', '3', 'and', 'm', 'petite', 'was', 'the', 'perfect', 'length', 'on', 'me', 'shout', 'out', 'to', 'the', 'reno', 'distribution', 'center', 'for', 'getting', 'this', 'amazing', 'dress', 'to', 'me', 'in', '1.5', 'days', ',5,1,2', 'general', 'dresses', 'dresses'] ['1009,936,39', 'owned', 'in', '3', 'sizes', '3', 'colors', 'all', 'great', 'i', 'have', 'this', 'wonderful', 'sweater', 'coat', 'in', 'three', 'sizes', 's', 'sp', 'm', 'in', 'the', 'coral', 'green', ',5,1,0', 'general', 'tops', 'sweaters'] ['1010,936,71', 'oh', 'my', 'goodness', 'i', 'just', 'received', 'this', 'coat', 'tonight', 'i', 'love', 'it', 'it', 'is', 'beautiful', 'and', 'stylish', 'i', 'got', 'the', 'green', 'which', 'is', 'amazing', 'i', "'m", '5', '2', 'weigh', '115.', 'ordered', 'both', 's', 'and', 'xs', 'i', "'m", 'keeping', 'the', 's', 'more', 'room', 'in', 'case', 'a', 'heavier', 'sweater', 'get', 'this', 'it', "'s", 'a', 'classic', 'you', 'will', 'smile', ',5,1,3', 'general', 'tops', 'sweaters'] ['1011,1047,34', 'strange', 'and', 'wonderful', 'i', 'was', "n't", 'sure', 'what', 'to', 'expect', 'with', 'these', 'pants', 'i', 'could', "n't", 'figure', 'out', 'from', 'the', 'pictures', 'what', 'the', 'material', 'would', 'actually', 'be', 'like', 'is', 'it', 'jersey', 'is', 'it', 'french', 'terry', 'is', 'it', 'more', 'traditional', 'sweatshirt-type', 'material', 'nope', 'turns', 'out', 'they', "'re", 'like', 'wearing', 'pants', 'made', 'out', 'of', 'a', 'fuzzy', 'flecked', 'sweater', 'or', 'like', 'the', 'thickest', 'loosest', 'sweater-knit', 'tights', 'ever', 'surprise', 'they', 'are', 'the', 'strangest', 'pants', 'i', "'ve", 'ever', 'owned', 'for', 'sure', 'but', 'i', 'actually', 'really', 'like', 'them', 'they', "'re", 'super', 'comfortable', 'and', 'cozy', 'warm', 'slightly', 'i', ',5,1,0', 'general', 'bottoms', 'pants'] ['1012,1094,37', 'bautiful', 'lines', 'this', 'dress', 'hung', 'so', 'nicely', 'on', 'my', 'figure', 'small', 'up', 'top', 'bigger', 'in', 'the', 'hips', 'that', 'i', 'could', "n't", 'pass', 'it', 'up', 'the', 'lines', 'are', 'more', 'flattering', 'in', 'person', 'than', 'in', 'the', 'photos', 'it', 'might', 'run', 'a', 'little', 'small', 'i', "'m", 'normally', 'an', 'extra', 'small', 'but', 'it', 'was', 'a', 'little', 'snug', 'in', 'the', 'arms', 'however', 'the', 'small', 'was', 'too', 'big', 'so', 'i', 'would', 'suggest', 'sticking', 'with', 'your', 'usual', 'size', 'the', 'saleslady', 'said', 'would', 'stretch', 'a', 'little', 'i', 'would', 'have', 'loved', 'to', 'try', 'a', 'petite', 'but', 'the', 'store', 'did', "n't", 'carry', 'petite', 'sizes', 'it', 'will', 'be', 'my', 'go-to', 'holiday', 'dress', ',5,1,2', 'general', 'dresses', 'dresses'] ['1013,936,59', 'best', 'to', 'try', 'on', 'in', 'store', 'i', 'coveted', 'this', 'item', 'since', 'i', 'first', 'saw', 'it', 'on', 'instagram', 'i', 'finally', 'bought', 'it', 'in', 'coral', 'it', "'s", 'a', 'beautiful', 'coat', 'the', 'color', 'is', 'lovely', 'and', 'i', 'like', 'the', 'way', 'the', 'hood', 'makes', 'a', 'cute', 'collar', 'when', 'worn', 'down', 'the', 'only', 'problem', 'is', 'it', 'looks', 'like', 'a', 'bathrobe', 'on', 'me', 'i', 'am', '5', '5', 'and', 'wear', 'a', 'size', '8.', 'i', 'bought', 'a', 'medium', 'worried', 'a', 'small', 'would', 'not', 'button', 'the', 'sleeves', 'are', 'far', 'too', 'long', 'i', 'do', 'not', 'want', 'to', 'go', 'through', 'the', 'trouble', 'of', 'returning', 'so', 'gave', 'it', 'to', 'my', 'daughter', 'who', 'is', 'four', 'inches', 'taller', 'it', 'looks', 'cute', 'in', 'her', ',3,1,0', 'general', 'tops', 'sweaters'] ['1014,936,40', 'cozy', 'cut', 'love', 'this', 'as', 'a', 'lightweight', 'coat', 'for', 'cool', 'to', 'cold', 'days', 'i', 'love', 'the', 'squishy', 'soft', 'feel', 'of', 'the', 'material', 'it', 'works', 'well', 'with', 'sweaters', 'love', 'the', 'deep', 'pockets', 'which', 'works', 'with', 'my', 'iphone', 'plus', 'and', 'wallet', 'i', 'love', 'how', 'simple', 'and', 'practical', 'this', 'coat', 'is', 'the', 'hood', 'when', 'not', 'used', 'as', 'a', 'hood', 'makes', 'a', 'nice', 'collar', 'for', 'the', 'neck', 'and', 'head.,5,1,0', 'general', 'tops', 'sweaters'] ['1015,1094,27', 'slimming', 'cute', 'i', 'have', 'broader', 'shoulders', 'and', 'thick', 'arms', 'this', 'dress', 'does', 'an', 'amazing', 'job', 'slimming', 'my', 'arms', 'and', 'not', 'making', 'me', 'appear', 'top', 'heavy'] ['i', "'m", '5', '4', '125', 'lbs', 'the', 'xs', 'fit', 'perfectly', ',5,1,0', 'general', 'dresses', 'dresses'] ['1016,936,28', 'beautiful', 'design', 'but', 'not', 'great', 'quality.', 'i', "'ll", 'start', 'with', 'saying', 'that', 'it', "'s", 'a', 'beautiful', 'coat-', 'i', 'get', 'tons', 'of', 'compliments', 'and', 'love', 'the', 'color', 'it', 'runs', 'a', 'little', 'big', 'but', 'it', "'s", 'meant', 'to', 'have', 'to', 'a', 'slouchy', 'oversized', 'quality', 'to', 'it', 'my', 'only', 'complaint', 'is', 'that', 'i', "'ve", 'had', 'it', 'for', 'about', '3', 'weeks', 'and', 'already', 'one', 'button', 'has', 'completely', 'fallen', 'off', 'and', 'the', 'two', 'inside', 'fasteners', 'already', 'feel', 'loose', 'and', 'very', 'delicate', 'there', "'s", 'no', 'extra', 'buttons', 'to', 'replace', 'the', 'old', 'one', 'with', 'and', 'i', "'m", 'worried', 'more', 'of', 'the', 'coat', 'is', 'going', 'to', 'fall', 'apart', 'super', 'bummed', 'about', 'the', 'construction', 'qu', ',3,1,4', 'general', 'tops', 'sweaters'] ['1017,1154,44', 'worth', 'every', 'penny', 'this', 'bra', 'is', 'so', 'well', 'made', 'and', 'fits', 'beautifully.,5,1,0', 'initmates', 'intimate', 'intimates'] ['1018,936,47', 'lovely', 'snapped', 'this', 'sweet', 'puppy', 'up', 'at', 'my', 'local', 'retailer-in', 'the', 'sale', 'room', 'it', 'is', 'beyond', 'fabulous', 'and', 'the', 'coral', 'color', 'is', 'divine', 'brightens', 'up', 'the', 'drearriest', 'of', 'days-i', 'did', 'size', 'down', 'i', 'am', 'short', 'and', 'the', 'small', 'sleeves', 'were', 'way', 'too', 'long', 'on', 'my', '5ft3in', 'frame', 'it', 'runs', 'a', 'bit', 'large', 'but', 'if', 'you', 'were', 'to', 'wear', 'a', 'heavier', 'something', 'under', 'it', 'i', 'could', 'see', 'getting', 'your', 'normal', 'size', 'the', 'quality', 'is', 'great', 'and', 'the', 'style', 'is', 'just', 'lovely', 'great', 'jacket-love', 'love', 'love', ',5,1,0', 'general', 'tops', 'sweaters'] ['1019,936,42', 'beautiful', 'coat', 'love', 'this', 'coat', 'great', 'fall', 'piece', 'i', 'bought', 'the', 'green', 'color', 'and', 'it', 'looks', 'as', 'shown', 'in', 'the', 'picture', 'great', 'retailer', 'purchase', ',5,1,0', 'general', 'tops', 'sweaters'] ['1020,936,31', 'love', 'this', 'i', 'bought', 'it', 'to', 'mainly', 'wear', 'as', 'a', 'coat', 'but', 'i', 'think', 'it', "'d", 'be', 'great', 'with', 'some', 'leggings', 'and', 'boots', 'as', 'well', 'if', 'you', 'want', 'a', 'more', 'structured', 'look', 'go', 'a', 'size', 'smaller', 'i', 'plan', 'on', 'wearing', 'this', 'more', 'as', 'outer', 'wear', 'so', 'i', 'went', 'with', 'large', 'the', 'coral', 'is', 'beautiful,5,1,0', 'general', 'tops', 'sweaters'] ['1021,868,26', 'cute', 'tunic', 'this', 'tunic', 'is', 'very', 'nice', 'flattering', 'good', 'design', 'worn', 'in', 'winter', 'and', 'spring', 'and', 'fits', 'well', 'i', 'have', 'a', 'curvy', 'figure', 'and', 'this', 'fits', 'well', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors.it', 'does', 'show', 'flaws', 'slightly', 'but', 'fits', 'well', 'and', 'is', 'stretchy', ',4,1,0', 'general', 'tops', 'knits'] ['1022,854,59', 'misleading', 'picture', 'the', 'top', 'i', 'received', 'was', 'large', 'really', 'long', 'in', 'length', 'pockets', 'in', 'the', 'front', 'along', 'the', 'seam', 'and', 'lots', 'of', 'volume', 'in', 'the', 'back', 'without', 'any', 'princess', 'seams', 'to', 'give', 'it', 'shape', 'the', 'id', "'s", 'matched', 'but', 'that', "'s", 'about', 'it', 'returned', ',1,0,1', 'general', 'petite', 'tops', 'knits'] ['1023,936,33', 'cozy', 'flattering', 'and', 'practical', 'at', 'first', 'i', 'thought', 'this', 'sweater', 'might', 'be', 'too', 'boxy', 'but', 'fastened', 'at', 'the', 'waist', 'it', "'s", 'very', 'flattering', 'and', 'the', 'collar', 'is', 'face-framing', 'and', 'the', 'coral', 'in', 'particular', 'really', 'more', 'of', 'a', 'mango', 'sorbet', 'shade', 'is', 'unexpected', 'but', 'cheery', 'for', 'winter'] [] ['but', 'the', 'big', 'selling', 'point', 'is', 'the', 'warmth', 'and', 'the', 'giant', 'pockets', 'brought', 'a', 'new', 'puppy', 'home', 'just', 'after', 'christmas', 'and', 'this', 'sweater', 'is', 'perfect', 'for', 'layering', 'for', 'late-', 'night', 'trips', 'out', 'with', 'an', 'easy', 'place', 'to', 'stash', 'my', 'phone', 'and', 'treats', 'bought', 'it', 'in', 'coral', 'and', 'pink', ',5,1,1', 'general', 'tops', 'sweaters'] ['1024,949,47', 'great', 'sweater', 'i', 'love', 'this', 'sweater', 'pros', 'great', 'shape', 'it', "'s", 'supposed', 'to', 'be', 'a', 'little', 'oversized', 'looking', 'great', 'color', 'i', 'have', 'the', 'ivory', 'and', 'it', "'s", 'beautiful', 'and', 'fits', 'well', 'the', 'sweater', 'looks', 'boxy', 'until', 'you', 'put', 'it', 'on', 'and', 'it', 'flows', 'in', 'all', 'the', 'right', 'places', 'the', 'sweater', 'is', 'not', 'soft', 'that', 'is', 'my', 'only', 'con', 'it', 'looks', 'so', 'soft', 'in', 'the', 'photos', 'but', 'the', 'sweater', 'i', 'received', 'is', 'not', 'at', 'all', 'soft', 'and', 'cozy', 'it', 'is', 'warm', 'it', 'will', 'be', 'great', 'for', 'the', 'winter', 'great', 'pair', 'with', 'leggings', 'skirts', 'or', 'just', 'jeans', ',4,1,0', 'general', 'tops', 'sweaters'] ['1025,1094,46', 'beautiful', 'i', 'love', 'this', 'dress', 'will', 'be', 'wearing', 'it', 'for', 'the', 'first', 'time', 'tomorrow', 'it', 'fits', 'well', 'the', 'neck', 'line', 'is', 'a', 'bit', 'low', 'on', 'me', 'i', 'think', 'it', 'would', 'look', 'best', 'on', 'someone', 'with', 'more', 'of', 'a', 'chest', 'than', 'i', 'have', 'i', 'will', 'be', 'wearing', 'a', 'winter', 'white', 'infinity', 'scarf', 'with', 'it', 'as', 'shown', 'on', 'model', 'i', 'am', '5', '6.5', 'and', '120', 'lbs', 'and', 'the', 'small', 'is', 'just', 'right', ',5,1,1', 'general', 'dresses', 'dresses'] ['1026,936,24', 'best', 'sweater', 'jacket', 'love', 'this', 'sweater', 'jacket', 'super', 'comfortable', 'and', 'warm', 'i', 'am', '5', '2', 'and', 'i', 'got', 'a', 'xs', 'petite', 'it', 'fit', 'perfectly', 'both', 'in', 'length', 'and', 'in', 'the', 'sleeve', 'the', 'green', 'color', 'is', 'super', 'rich', 'and', 'is', 'perfect', 'for', 'the', 'season', 'it', "'s", 'easy', 'to', 'wear', 'it', 'up', 'and', 'wear', 'it', 'down', 'i', 'appreciate', 'that', 'it', "'s", 'not', 'super', 'bulky', 'which', 'was', 'what', 'i', 'was', 'afraid', 'of', 'my', 'favorite', 'jacket', 'of', 'the', 'season', 'so', 'far', ',5,1,2', 'general', 'tops', 'sweaters'] ['1027,1047,34', 'not', 'for', 'every', 'body', 'type', 'i', 'am', '5', '6', '130', 'lbs', 'with', 'an', 'athletic', 'body', 'type', 'and', 'i', 'ordered', 'a', 'size', 'small', 'these', 'were', 'really', 'baggy', 'in', 'the', 'thigh/quadricep', 'area', 'and', 'made', 'my', 'thighs', 'look', 'bulky', 'the', 'fabric', 'quality', 'is', 'very', 'nice', 'and', 'i', 'like', 'the', 'idea', 'of', 'them', 'for', 'curvier', 'body', 'types', 'my', 'son', 'commented', 'that', 'they', 'looked', 'like', 'pajama', 'pants', 'and', 'i', 'agreed', ',2,1,0', 'general', 'bottoms', 'pants'] ['1028,1083,53', 'best', 'for', 'staright', 'figures', 'this', 'is', 'a', 'beautiful', 'dress', 'but', 'if', 'you', 'have', 'any', 'hips', 'at', 'all', 'you', 'may', 'find', 'it', 'difficult', 'to', 'find', 'the', 'right', 'size', 'i', 'usually', 'wear', 'a', '0-2', 'p', 'and', 'found', 'that', 'that', 'the', 'op', 'was', 'too', 'snug', 'on', 'the', 'bottom', 'while', 'the', '2p', 'was', 'too', 'loose', 'on', 'top', 'for', 'reference', '32-26-35', 'so', 'if', 'you', 'are', 'perfectly', 'proportioned', 'it', 'could', 'work', 'for', 'you'] ['also', 'note', 'that', 'this', 'is', 'a', 'pencil', 'dress', 'very', 'slim', 'fitting', 'probably', 'best', 'suited', 'for', 'a', 'cocktail', 'party', ',4,1,3', 'general', 'dresses', 'dresses'] ['1029,949,38', 'cute', 'sweater', 'purchased', 'this', 'sweater', 'in', 'the', 'blue', 'color', 'which', 'is', 'a', 'gray/blue', 'it', 'runs', 'large', 'as', 'the', 'xs', 'is', 'still', 'quite', 'roomy', 'on', 'me', 'in', 'the', 'body', 'although', 'the', 'arms', 'are', 'more', 'snug', 'great', 'quality.,5,1,0', 'general', 'tops', 'sweaters'] ['1030,949,35', ',,5,1,0', 'general', 'tops', 'sweaters'] ['1031,949,58', 'so', 'happy', 'i', 'ordered', 'this', 'i', 'bought', 'this', 'as', 'a', 'birthday', 'gift', 'for', 'my', 'daughter', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'the', 'colors', 'are', 'beautiful', 'and', 'the', 'material', 'is', 'so', 'soft', 'i', "'m", 'sure', 'she', "'s", 'going', 'to', 'love', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['1032,909,33', 'wanted', 'to', 'love', 'it', 'but', 'just', 'kinda', 'like', 'it', 'so', 'when', 'i', 'saw', 'a', 'sweater', 'with', 'a', 'big', 'llama', 'face', 'on', 'the', 'front', 'of', 'it', 'i', 'knew', 'it', 'must', 'be', 'mine', 'i', 'ordered', 'it', 'and', 'eagerly', 'awaited', 'its', 'arrival', 'while', 'the', 'llama', 'print', 'and', 'color', 'of', 'the', 'sweater', 'are', 'ah-mazing', 'the', 'fit', 'of', 'the', 'sweater', 'leaves', 'something', 'to', 'be', 'desired', 'i', "'m", 'a', '36', 'dd', 'and', 'mostly', 'a', 'size', 'l', 'so', 'that', "'s", 'what', 'i', 'ordered', 'it', 'was', "n't", 'snug', 'but', 'it', 'did', "n't", 'have', 'the', 'cut', 'to', 'pull', 'off', 'the', 'oversized', 'drapey', 'look', 'so', 'the', 'areas', 'where', 'it', 'was', 'loose', 'looked', 'strange', 'the', 'sleeves', 'were', 'really', 'long', 'too', 'but', 'i', 'could', 'have', 'rolle', ',3,1,6', 'general', 'tops', 'fine', 'gauge'] ['1033,949,67', 'lovely', 'top', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'sweater', 'before', 'it', 'could', 'even', 'be', 'ordered', 'was', 'on', 'model', 'for', 'pants', 'that', 'were', 'available', 'to', 'order', 'in', 'any', 'case', 'i', 'later', 'ordered', 'the', 'blue', 'motif', 'online', 'and', 'the', 'colors', 'are', 'even', 'more', 'beautiful', 'in', 'person', 'the', 'blue', 'also', 'contains', 'fibers', 'of', 'wine', 'so', 'very', 'pretty', 'the', 'gray', 'is', 'a', 'soft', 'shade', 'the', 'quality', 'is', 'lovely', 'too', 'the', 'only', 'cons', 'are', 'that', 'the', 'seater', 'is', 'rather', 'heavy', 'but', 'should', 'be', 'great', 'for', 'colder', 'winter', 'months', 'and', 'the', 'zipper', 'on', 'the', 'back', 'is', 'quite', 'conspicuous', 'however', 'that', 'said', ',5,1,14', 'general', 'tops', 'sweaters'] ['1034,873,32', 'comfy', 'cute', 'love', 'the', 'feminine', 'styling', 'of', 'a', 'classic', 'tunic', 'tee', 'i', "'ll", 'wear', 'it', 'with', 'black', 'leggings', 'this', 'fall', 'super', 'cute', 'to', 'wear', 'casually', 'or', 'dress', 'up', 'a', 'bit', 'with', 'some', 'jewelry', 'and/or', 'a', 'scarf.,5,1,1', 'general', 'tops', 'knits'] ['1035,873,59', 'this', 'top', 'is', 'full', 'of', 'amazing', 'details', 'the', 'photos', 'really', 'do', "n't", 'do', 'it', 'justice', 'it', 'is', 'very', 'flowy', 'and', 'does', 'run', 'large', 'but', 'is', 'so', 'pretty', 'and', 'soft', 'and', 'in', 'beautiful', 'shades', 'of', 'blue', 'i', 'bought', 'a', 'small', 'and', 'it', 'is', 'fairly', 'long', 'in', 'back', 'on', 'my', '5', '5', 'frame', 'but', 'because', 'of', 'the', 'detailing', 'it', 'just', 'works', ',5,1,1', 'general', 'tops', 'knits'] ['1036,909,82', 'love', 'this', 'sweater', 'unlike', 'the', 'first', 'three', 'reviews', 'i', 'loved', 'this', 'sweater', 'the', 'colors', 'were', 'beautiful', 'and', 'i', 'paired', 'it', 'with', 'green', 'cords', 'i', 'did', 'not', 'find', 'the', 'sweater', 'to', 'be', 'itchy', 'but', 'very', 'comfortable', 'fits', 'trus', 'to', 'size', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['1037,1083,46', 'classically', 'byron', 'lars', 'great', 'fit', 'even', 'for', 'busty', 'women', 'ordered', 'an', '8', 'because', 'i', 'usually', 'need', 'the', 'room', 'in', 'the', 'chest', 'area', 'on', 'dresses', '36d-dd', 'fit', 'nicely', 'without', 'being', 'tight', 'might', 'have', 'been', 'able', 'to', 'size', 'down', 'but', 'i', 'did', "n't", 'want', 'to', 'risk', 'being', 'too', 'tight', 'flattering', 'especially', 'on', 'curves', 'nice', 'for', 'contemporary', 'office', 'or', 'special', 'occasion', 'if', 'you', 'like', 'his', 'designs', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['1038,873,34', 'great', 'blouse', 'love', 'this', 'top', 'purchased', 'it', 'in', 'the', 'coral', 'color', 'now', 'i', "'m", 'definitely', 'wanting', 'it', 'in', 'the', 'blue', 'since', 'it', 'is', 'such', 'a', 'great', 'blouse', 'for', 'transitioning', 'into', 'fall', 'the', 'weight', 'of', 'the', 'top', 'it', 'good', 'since', 'i', 'live', 'in', 'south', 'texas', 'so', 'definitely', 'needing', 'lightweight', 'long', 'sleeves', 'for', 'our', 'weather', 'i', "'m", 'sure', 'when', 'the', 'time', 'comes', 'adding', 'a', 'long', 'cardigan', 'or', 'blazer', 'over', 'it', 'as', 'needed', 'for', 'the', 'cooler', 'weather', 'it', 'will', 'look', 'great', 'fit', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['1039,1172,25', 'absolutely', 'love', 'this', 'suit', 'the', 'bottoms', 'are', 'very', 'comfortable', 'and', 'covers', 'everything', 'id', 'like', 'it', 'to', 'it', 'does', 'not', 'ride', 'up', 'at', 'all', 'which', 'almost', 'never', 'happens', 'with', 'swim', 'suits', 'i', "'m", 'going', 'to', 'order', 'this', 'in', 'a', 'different', 'color', 'next', 'season', 'i', 'paired', 'the', 'bottoms', 'with', 'the', 'peplum', 'top', 'and', 'received', 'many', 'compliments', ',5,1,0', 'initmates', 'intimate', 'swim'] ['1040,1083,35', 'awesome', 'dress', 'i', 'just', 'love', 'this', 'dress', 'took', 'me', 'ordering', 'a', 'number', 'of', 'sizes-', 'petite', 'and', 'regular', 'to', 'find', 'the', 'best', 'fit', 'i', 'might', 'still', 'have', 'the', 'top', 'altered', 'i', 'received', 'a', 'lot', 'of', 'compliements', 'work', 'it', 'with', 'some', 'black', 'leather', 'wedges', 'for', 'daytime/work.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1041,949,42', 'beautiful', 'i', 'got', 'the', 'purple', 'color', 'and', 'absolutely', 'love', 'it', 'i', 'am', '5', '2', 'but', 'decided', 'against', 'the', 'petite', 'size', 'and', 'i', 'wanted', 'it', 'to', 'be', 'a', 'bit', 'longer', 'i', 'also', 'went', 'with', 'the', 'xxs', 'as', 'the', 'xs', 'was', 'a', 'bit', 'too', 'loose', 'on', 'the', 'arm', 'it', 'was', 'definitely', 'a', 'splurge', 'to', 'buy', 'the', 'sweater', 'but', 'it', 'looked', 'so', 'lovely', ',5,1,0', 'general', 'tops', 'sweaters'] ['1042,949,35', 'cute', 'sweater', 'love', 'the', 'color', 'very', 'soft', 'unique', 'look', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'fall,5,1,0', 'general', 'tops', 'sweaters'] ['1043,909,41', 'nice', 'i', 'got', 'the', 'rooster', 'version', 'and', 'the', 'colors', 'are', 'simply', 'gorgeous', 'i', "'m", 'not', 'so', 'much', 'into', 'wearing', 'a', 'farm', 'animal', 'image', 'but', 'the', 'colors', 'are', 'just', 'too', 'striking', 'to', 'pass', 'this', 'up', 'the', 'sweater', 'is', 'tts', 'but', 'with', 'a', 'slightly', 'baggy', 'fit', 'i', 'did', 'not', 'find', 'it', 'scratchy', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['1044,864,53', 'really', 'cute', 'and', 'very', 'comfortable', 'material', 'is', 'thin', 'and', 'sheer', 'i', 'wear', 'tanks', 'under', 'things', 'anyway', 'but', 'especially', 'in', 'pink', 'you', 'would', 'need', 'to', 'but', 'love', 'the', 'style', ',4,1,0', 'general', 'tops', 'knits'] ['1045,949,30', 'cotton', 'cotton', 'love', 'cotton', 'i', 'love', 'this', 'sweater', 'i', 'am', '5', '1', 'and', 'tried', 'on', 'the', 'petite', 'in', 'the', 'store', 'but', 'ended', 'up', 'going', 'with', 'the', 'regular', 'size', 'as', 'i', 'preferred', 'the', 'length', 'the', 'overall', 'fit', 'was', 'the', 'same', 'i', 'bought', 'the', 'blue', 'which', 'to', 'me', 'is', 'the', 'colour', 'shown', 'here', 'more', 'a', 'grey', 'and', 'purplish', 'colour', 'beautiful', 'for', 'fall', 'and', 'much', 'nicer', 'than', 'a', 'straight', 'blue', 'i', 'have', 'worn', 'it', 'to', 'work', 'several', 'times', 'and', 'always', 'get', 'a', 'compliment', 'this', 'sweater', 'is', 'nice', 'for', 'all', 'ages', 'it', 'is', 'soft', 'comfortable', 'and', 'versatile', 'it', 'might', 'just', 'be', 'my', 'go', 'to', 'fall', 'sweater', ',5,1,0', 'general', 'tops', 'sweaters'] ['1046,949,43', ',,2,0,0', 'general', 'tops', 'sweaters'] ['1047,873,50', 'large', 'and', 'very', 'wide', 'i', 'ordered', 'this', 'in', 'a', 'small', 'petite', 'and', 'medium', 'petite', 'and', 'i', 'am', 'a', 'huge', 'fan', 'of', 'a', 'k.', 'i', 'put', 'tried', 'on', 'the', 'sp', 'while', 'it', 'fit', 'it', 'was', 'very', 'long', 'even', 'for', 'a', 'petite', 'what', 'i', 'hated', 'about', 'it', 'was', 'that', 'the', 'piping', 'on', 'the', 'top', 'made', 'me', 'look', 'very', 'wide', 'even', 'a', 'long', 'necklace', 'would', "n't", 'help', 'deter', 'the', 'look', 'on', 'a', 'positive', 'side', 'the', 'blue', 'was', 'a', 'very', 'nice', 'cool', 'color', 'i', 'am', 'usually', 'a', 'small', 'to', 'medium', 'in', 'a', 'k', '6-8', 'in', 'tops', 'and', 'the', 'small', 'fit', 'well', 'in', 'the', 'arms/bodice', 'just', 'too', 'much', 'fabric', 'for', 'me', 'returning', ',2,0,13', 'general', 'tops', 'knits'] ['1048,873,23', 'flowy', 'i', 'have', 'the', 'blue', 'color', 'of', 'this', 'top', 'and', 'i', 'love', 'the', 'color', 'variation', 'throughout', 'it', 'looks', 'very', 'unique', 'and', 'it', 'is', 'going', 'to', 'be', 'a', 'great', 'piece', 'for', 'late', 'summer/early', 'fall', 'the', 'pleated', 'look', 'on', 'the', 'upper', 'chest', 'is', 'very', 'flattering', 'and', 'adds', 'texture', 'to', 'the', 'top', 'i', 'am', 'pleased', 'with', 'my', 'purchase', ',5,1,1', 'general', 'tops', 'knits'] ['1049,949,52', 'love', 'this', 'sweater', 'this', 'sweater', 'is', 'perfect', 'for', 'transitioning', 'into', 'fall', 'as', 'it', 'is', 'not', 'too', 'heavy', 'it', "'s", 'flattering', 'and', 'looks', 'great', 'with', 'jeans.,5,1,0', 'general', 'tops', 'sweaters'] ['1050,949,38', 'interesting', 'sweater', 'good', 'quality', 'i', "'m", 'an', 'xl', 'but', 'ended', 'up', 'buying', 'this', 'in', 'a', 'size', 'large', 'i', 'am', 'very', 'pleased', 'with', 'the', 'interesting', 'cable', 'pattern', 'that', 'runs', 'down', 'the', 'front', 'i', 'also', 'really', 'like', 'that', 'this', 'is', 'cotton', 'and', 'even', 'though', 'it', 'is', 'heavy', 'and', 'substantial', 'the', 'thread', 'gauge', 'is', 'a', 'fine', 'weight', 'while', 'this', 'says', 'i', 'can', 'hand', 'wash', 'the', 'sweater', 'i', "'m", 'reluctant', 'to', 'because', 'i', "'m", 'worried', 'that', 'hand', 'washing', 'will', 'end', 'up', 'stretching', 'the', 'sweater', 'out', 'of', 'shape', 'i', 'do', "n't", 'care', 'for', 'the', 'heavy', 'gold', 'zipper', 'running', 'down', 'from', 'the', 'neck', 'but', 'my', 'hair', 'hides', 'that', 'overall', ',5,1,6', 'general', 'tops', 'sweaters'] ['1051,949,66', 'nice', 'cotton', 'sweater', 'bought', 'this', 'is', 'the', 'blue', 'which', 'is', 'actually', 'a', 'very', 'grey-blue', 'i', 'love', 'cotton', 'sweaters', 'and', 'they', 'are', 'not', 'easy', 'to', 'find', 'this', 'one', 'has', 'lovely', 'colors', 'and', 'unusual', 'design', 'but', 'is', 'a', 'bit', 'too', 'full', 'that', 'said', 'i', 'am', 'keeping', 'it', 'for', 'the', 'cotton/linen', 'factor', 'alone', ',4,1,0', 'general', 'tops', 'sweaters'] ['1052,873,69', 'quality', 'cut', 'my', 'perspective', 'is', 'as', 'a', 'sewer', 'so', 'i', "'m", 'more', 'picky', 'perhaps', 'this', 'top', 'is', 'poorly', 'made', 'the', 'fabric', 'pattern', 'is', 'crooked', 'or', 'not', 'consistent', 'in', 'each', 'piece', 'sewers', 'do', 'this', 'to', 'save', 'squeezing', 'the', 'pieces', 'on', 'the', 'fabric', 'it', 'looks', 'sloppy', 'the', 'cut', 'is', 'very', 'full', 'the', 'bottom', 'edge', 'measures', '104', 'around', 'for', 'my', 'figure', 'curvey', 'at', '5', '6', 'and', '150lbs', 'this', 'top', 'is', 'not', 'flattering', 'it', 'looks', 'maternity', 'perhaps', 'best', 'on', 'a', 'slim', 'figure', 'and', 'with', 'leggings', ',1,0,2', 'general', 'tops', 'knits'] ['1053,949,40', 'not', 'as', 'great', 'as', 'the', 'photos', 'i', 'love', 'mixed', 'media', 'clothing', 'and', 'this', 'is', 'no', 'exception', 'i', 'fell', 'in', 'love', 'with', 'this', 'right', 'away', 'and', 'after', 'being', 'torn', 'between', 'the', 'two', 'colors', 'opted', 'for', 'the', 'rose', 'it', "'s", 'very', 'gorgeous', 'in', 'person', 'midweight', 'and', 'very', 'soft', 'however', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'i', 'noticed', 'the', 'knit', 'sides', 'truly', 'flare', 'out', 'they', 'do', "n't", 'lay', 'nicely', 'like', 'on', 'the', 'model', 'it', 'could', 'be', 'because', 'of', 'my', 'large', 'chest', '36dddd', 'but', 'everything', 'below', 'the', 'chest', 'seems', 'to', 'widen', 'me', 'it', 'might', 'work', 'better', 'on', 'someone', 'with', 'a', 'straighter', 'build', 'or', 'smaller', 'chest', ',4,1,2', 'general', 'tops', 'sweaters'] ['1054,873,48', 'beautiful', 'casual', 'top', 'i', "'ve", 'been', 'looking', 'for', 'some', 'new', 'casual', 'tops', 'and', 'ordered', 'this', 'one', 'for', 'the', 'sky', 'blue', 'color', 'i', "'m", 'a', 'size', '6', 'and', 'the', 'small', 'fits', 'great', 'i', 'do', "n't", 'find', 'the', 'blowzy', 'style', 'overwhelming', 'i', 'am', 'small', 'boned', 'but', 'i', "'m", '5', '8', 'not', 'a', 'petite', 'i', 'like', 'it', 'with', 'leggings', 'and', 'skinny', 'jeans', 'a', 'nice', 'proportion', 'however', 'i', 'can', 'see', 'how', 'this', 'cut', 'may', 'be', 'too', 'much', 'on', 'someone', 'with', 'a', 'smaller', 'frame', 'i', 'really', 'like', 'it', 'however', 'i', 'see', 'two', 'drawbacks', 'the', 'material', 'is', 'a', 'bit', 'thin', 'for', 'fall', 'and', 'it', 'wrinkles', 'very', 'easily', 'not', 'good', 'for', 'travel', 'this', ',3,1,0', 'general', 'tops', 'knits'] ['1055,864,40', 'cute', 'tee', 'i', 'got', 'the', 'pink', 'version', 'to', 'layer', 'with', 'spring', 'clothes', 'i', 'always', 'wear', 'a', 'medium', 'but', 'sized', 'down', 'to', 'a', 'small', 'based', 'on', 'the', 'other', 'review', 'the', 'seams', 'are', 'very', 'flattering', 'the', 'material', 'is', 'very', 'soft', 'on', 'sale', 'the', 'price', 'is', 'reasonable', ',5,1,0', 'general', 'tops', 'knits'] ['1056,864,39', 'great', 'tee', 'but', 'kind', 'of', 'short', 'i', 'love', 'this', 'tee', 'but', 'there', 'is', 'a', 'lot', 'of', 'swing/', 'fabric', 'so', 'it', 'can', 'tend', 'to', 'make', 'you', 'look', 'wide', 'also', 'i', 'have', 'a', 'short', 'torso', 'to', 'begin', 'with', 'but', 'this', 'tee', 'is', 'on', 'the', 'short', 'side', 'i', "'m", 'still', 'undecided', 'on', 'whether', 'i', "'m", 'going', 'to', 'keep', 'it', 'b/c', 'it', "'s", 'rayon/', 'poly', 'and', 'it', "'s", 'hand', 'wash', 'only', 'and', 'i', "'m", 'worried', 'that', 'one', 'wash', 'will', 'make', 'it', 'shrink', 'in', 'length', 'and', 'it', "'s", 'already', 'short', 'rayon', 'knits', 'have', 'a', 'tendency', 'to', 'shrink', 'in', 'length', 'when', 'washed', 'so', 'beware', ',4,1,0', 'general', 'tops', 'knits'] ['1057,873,71', 'pretty', 'but', 'not', 'for', 'me', 'this', 'top', 'reminded', 'me', 'of', 'a', 'maternity', 'top', 'cute', 'but', 'better', 'suited', 'for', 'someone', 'smaller', 'chested', ',3,0,0', 'general', 'tops', 'knits'] ['1058,873,42', 'love', 'the', 'color', 'i', 'love', 'this', 'shirt', 'so', 'much', 'i', 'am', 'ordering', 'the', 'coral', 'too', 'the', 'weight', 'of', 'the', 'material', 'makes', 'it', 'hang', 'nicely', 'there', 'is', 'a', 'lot', 'of', 'material', 'but', 'it', 'lends', 'itself', 'to', 'the', 'flowy', 'style', 'i', 'got', 'many', 'compliments', 'of', 'this', 'top', ',5,1,3', 'general', 'tops', 'knits'] ['1059,949,57', 'finally', 'a', 'flattering', 'sweater', 'this', 'sweater', 'is', 'perfect', 'finally', 'a', 'sweater', 'that', 'does', "n't", 'make', 'me', 'look', 'like', 'a', 'huge', 'box'] [] ['i', 'bought', 'the', 'blue', 'it', 'has', 'other', 'colors', 'running', 'through', 'it', 'so', 'i', "'ll", 'be', 'able', 'to', 'wear', 'it', 'with', 'chinos', 'jeans', 'very', 'pretty', 'flattering', 'i', 'think', 'i', "'m", 'going', 'to', 'be', 'wearing', 'this', 'a', 'lot', ',5,1,6', 'general', 'tops', 'sweaters'] ['1060,1083,54', 'great', 'dress', 'not', 'for', 'me', 'i', 'love', 'byron', 'lars', 'very', 'taken', 'with', 'his', 'fabrics', 'and', 'design', 'concepts', 'and', 'i', 'have', 'ordered', 'several', 'of', 'his', 'dresses', 'but', 'i', 'believe', 'i', 'need', 'to', 'surrender', 'to', 'the', 'fact', 'that', 'they', 'do', 'not', 'work', 'for', 'my', 'body', 'type', 'the', 'dress', 'is', 'gorgeous', 'in', 'person', 'all', 'the', 'fabrics', 'are', 'great', 'the', 'dress', 'is', 'fully', 'lined', 'and', 'lots', 'of', 'nice', 'finishing', 'touches', 'it', 'is', 'a', 'unique', 'and', 'very', 'striking', 'dress', 'this', 'one', 'i', 'really', 'wanted', 'however', 'it', 'is', 'designed', 'for', 'a', 'woman', 'who', 'is', 'proportionally', 'longer', 'leaner', 'with', 'a', 'larger', 'bust', 'size', 'than', 'i', 'have', 'i', 'ordere', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1061,909,46', 'farm', 'animal', 'pullover', 'wanted', 'to', 'love', 'this', 'sweater', 'for', 'its', 'beautiful', 'colors', 'and', 'cute', 'graphic', 'but', 'the', 'fit', 'is', 'uncomfortably', 'small', 'and', 'it', 'is', 'so', 'itchy', 'i', 'was', 'yelling', 'get', 'it', 'off', 'in', 'the', 'fitting', 'room', 'bummer', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['1062,949,23', 'perfect', 'in', 'all', 'respects', 'true', 'to', 'size', 'for', 'petite', 'person', 'bought', 'in', 'blue', 'subtle', 'shading', 'looks', 'great', 'paired', 'with', 'your', 'blue', 'straight', 'leg', 'blue', 'jeans', 'perfect', 'outfit', 'for', 'almost', 'all', 'occasions', ',5,1,0', 'general', 'tops', 'sweaters'] ['1063,949,44', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'but', 'this', 'is', 'a', 'beautiful', 'sweater', 'with', 'deep', 'rich', 'colors', 'i', 'purchased', 'the', 'blue', 'motif', 'the', 'problem', 'is', 'that', 'the', 'model', 's', 'are', 'small', 'busted', 'which', 'allows', 'the', 'side', 'panels', 'and', 'front', 'panel', 'to', 'lay', 'nicely', 'and', 'swing', 'in', 'a', 'flattering', 'manner', 'i', 'am', '5', '6', '135', 'pounds', 'and', 'a', '36d', 'i', 'usually', 'wear', 'a', 'small', 'in', 'antro', 'tops', 'i', 'purchased', 'this', 'online', 'and', 'was', 'excited', 'upon', 'it', "'s", 'arrival', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'horrified', 'it', 'looked', 'like', 'a', 'babydoll', 'maternity', 'sweater', 'on', 'me', 'the', 'front', 'did', 'not', 'lay', 'well', 'flat', 'at', 'all', 'from', 'the', 'chest', 'd', ',2,1,1', 'general', 'tops', 'sweaters'] ['1064,949,45', 'upscale', 'unique', 'sweater', 'spotted', 'this', 'beauty', 'in', 'my', 'local', 'store', 'hanging', 'grrr', 'which', 'made', 'it', 'stretch', 'out', 'note', 'that', 'it', "'s", 'made', 'of', 'linen', 'cotton', 'and', 'acrylic', 'so', 'it', "'s", 'not', 'heavy', 'it', "'s", 'weighty', 'anyways', 'it', 'seemed', 'to', 'run', 'large', 'just', 'due', 'to', 'gravity', 'so', 'i', 'ended', 'up', 'ordering', 'it', 'so', 'it', 'was', "n't", 'all', 'stretched', 'out', 'it', "'s", 'got', 'a', 'beautiful', 'a-line', 'cut', 'perfect', 'for', 'us', 'bottom-heavy', 'gals', 'love', 'the', 'colored', 'thread', 'woven', 'throughout', 'worth', 'the', 'extra', ',5,1,1', 'general', 'tops', 'sweaters'] ['1065,864,22', 'fun', 'shirt', 'okay', 'this', 'shirt', 'is', 'soooo', 'comf', 'it', 'is', 'super', 'fun', 'and', 'flowy', 'but', 'it', 'runs', 'large', 'get', 'one', 'size', 'smaller', 'than', 'you', 'would', 'usually', 'get', 'so', 'worth', 'the', 'sale', 'price', ',5,1,4', 'general', 'tops', 'knits'] ['1066,864,35', ',cute', 'and', 'comfy', 'shirt', 'tts-', 'got', 'my', 'usual', 'm', 'i', "'m", 'a', '10', 'and', 'it', 'has', 'a', 'generous', 'fit', 'but', 'i', 'think', 'it', "'s", 'supposed', 'to', 'it', "'s", 'actually', 'a', 'silver', 'grey', 'color.,5,1,0', 'general', 'tops', 'knits'] ['1067,873,52', 'lovely', 'surprise', 'i', 'would', 'highly', 'recommend', 'this', 'top', 'i', 'usually', 'wear', 'a', 'small', 'petite', 'but', 'returned', 'the', 'top', 'for', 'an', 'xs', 'petite', 'which', 'fit', 'perfectly', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'but', 'if', 'you', 'size', 'down', 'it', 'was', "n't", 'an', 'issue', 'for', 'me', 'i', 'weigh', '120lbs', 'and', 'am', '5', 'feet', 'tall', 'also', 'i', "'m", 'busty', '34', 'd.', 'which', 'worried', 'me', 'with', 'this', 'type', 'of', 'top', 'not', 'a', 'problem', 'i', 'will', 'wear', 'a', 'blazer', 'or', 'leather', 'short', 'jacket', 'with', 'this', 'i', 'am', 'very', 'picky', 'and', 'i', 'was', 'happy', 'with', 'the', 'quality', 'the', 'fabric', 'is', 'not', 'heavy', 'it', "'s", 'a', 'fantastic', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['1068,1099,50', 'petite', 'busty', 'girls', 'rejoice', '2', 'i', 'loved', 'this', 'but', 'hesitated', 'to', 'order', 'since', 'i', "'m", 'petite', 'and', 'busty', 'and', 'assumed', 'it', 'would', 'be', 'an', 'awful', 'mess', 'in', 'the', 'chest', 'area', 'too', 'tight', 'gaping', 'etc', 'but', 'it', 'is', 'great', 'it', 'fits', 'perfectly', 'there', 'is', 'plenty', 'of', 'room', 'in', 'the', 'chest', 'and', 'the', 'dress', 'is', 'not', 'too', 'long', 'i', 'ordered', 'a', 'pm', 'and', 'its', 'wonderful', 'the', 'dress', 'is', 'not', 'see', 'through', 'at', 'all', 'love', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1069,1001,48', ',runs', 'a', 'little', 'big', 'fabric', 'is', 'very', 'soft', 'and', 'comfortable,4,1,1', 'general', 'bottoms', 'skirts'] ['1070,829,41', 'cute', 'this', 'top', 'is', 'really', 'cute', 'and', 'i', 'think', 'will', 'be', 'a', 'great', 'transition', 'piece', 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'as', 'it', 'runs', 'very', 'small', 'i', 'typically', 'wear', 'a', '00', 'or', '0', 'and', 'bought', 'this', 'in', 'a', '2.', 'they', 'did', "n't", 'have', 'it', 'in', 'stock', 'so', 'i', 'ordered', 'it', 'and', 'hope', 'it', 'fits', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['1071,815,53', 'such', 'a', 'beautiful', 'victorian', 'blouse', 'i', 'just', 'saw', 'this', 'vintage', 'style', 'blouse', 'at', 'my', 'local', 'store', 'and', 'tried', 'it', 'and', 'think', 'this', 'blouse', 'is', 'amazingly', 'beautiful', 'it', "'s", 'actually', 'very', 'well', 'made', 'and', 'a', 'tad', 'heftier', 'than', 'i', 'imagined', 'from', 'the', 'picture', 'there', "'s", 'different', 'strips', 'of', 'gorgeous', 'lace', 'all', 'over', 'including', 'that', 'amazing', 'lace', 'at', 'the', 'collar', 'and', 'bib', 'the', 'arm', 'holes', 'are', 'just', 'perfect', 'in', 'my', 'regular', 'size', 'small', '34d-27-35', 'so', 'it', 'runs', 'tts', 'and', 'i', 'did', "n't", 'find', 'this', 'overly', 'blousy', 'myself', 'though', 'that', "'s", 'just', 'part', 'of', 'its', 'charm', 'you', "'ll", 'need', 'an', 'undershirt', 'or', 'something', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['1072,1099,57', 'paisley', 'silk', 'maxi', 'dress', 'beautiful', 'dress', 'but', 'have', 'to', 'return', 'way', 'too', 'big', 'long', 'for', 'me', 'medium', 'is', 'the', 'size', 'i', 'wear', 'but', 'i', 'think', 'i', 'would', 'need', 'an', 'extra', 'small.,2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['1073,831,20', 'beautiful', 'top', 'looks', 'great', 'with', 'black/gray', 'jeans', 'i', 'love', 'this', 'top', 'the', 'quality', 'is', 'excellent', 'the', 'blouse', 'is', 'lined', 'and', 'falls', 'nicely', 'i', 'like', 'to', 'wear', 'it', 'with', 'a', 'pair', 'of', 'dark', 'gray', 'jeans', 'the', 'color', 'is', 'described', 'as', 'orange', 'but', 'it', 'really', 'has', 'more', 'of', 'a', 'bronze', 'tone', 'looks', 'very', 'rich', 'and', 'exotic', 'it', "'s", 'perfect', 'top', 'when', 'you', 'want', 'to', 'wear', 'jeans', 'but', 'want', 'to', 'dress', 'it', 'up', 'a', 'bit', ',5,1,1', 'general', 'tops', 'blouses'] ['1074,738,30', 'gorgeous', 'high', 'quality', 'and', 'figure', 'flattering', 'this', 'swimsuit', 'completely', 'exceeded', 'my', 'expectations'] ['i', "'m", '5', '2', '140', 'lbs', 'with', 'an', 'athletic', 'build', 'and', 'the', 'cut', 'of', 'this', 'swimsuit', 'is', 'ultra', 'slimming', 'with', 'the', 'way', 'the', 'top', 'wraps', 'it', 'makes', 'my', 'torso', 'look', 'much', 'longer', 'and', 'leaner', 'than', 'it', 'actually', 'is', 'i', 'bought', 'the', 'top', 'in', 'a', 'small', 'and', 'the', 'matching', 'bottoms', 'in', 'medium'] [] ['the', 'material', 'is', 'thick', 'high', 'quality', 'and', 'the', 'colors', 'are', 'exactly', 'the', 'way', 'they', 'appear', 'online'] ['the', 'top', 'is', 'reversible', 'and', 'the', 'alternate', 'side', 'is', 'teal', 'and', 'nude', 'i', 'feel', 'like', 'i', 'got', '4', 'tops', 'in', 'one', 'sinc', ',5,1,4', 'initmates', 'intimate', 'swim'] ['1075,1099,42', 'pretty', 'in', 'pink', 'i', "'m", '5', '2', 'around', '125', 'lbs', 'muscular', 'and', 'petite', 'so', 'i', 'ordered', 'a', 'petite', 'small', 'and', 'it', 'fits', 'great', 'the', 'length', 'is', 'perfect', 'i', 'can', 'wear', 'with', 'heels', 'or', 'dress', 'down', 'with', 'flops', 'it', "'s", 'lined', 'which', 'i', 'think', 'most', 'dresses', 'and', 'skirts', 'should', 'be', 'so', 'i', 'was', 'happy', 'about', 'that', 'i', 'was', 'pleasantly', 'surprised', 'with', 'the', 'slits', 'up', 'both', 'sides', 'to', 'show', 'a', 'little', 'leg', 'sexy', 'it', "'s", 'not', 'too', 'low', 'cut', 'that', 'you', 'have', 'to', 'wear', 'a', 'cami', 'and', 'ruin', 'the', 'neckline', 'so', 'that', "'s", 'plus', 'my', 'only', 'issue', 'was', 'the', 'fabric', 'did', "n't", 'line', 'up', 'on', 'me', 'the', 'same', 'as', 'the', 'model', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1076,1094,53', 'this', 'dress', 'is', 'divine', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'just', 'tried', 'it', 'on', 'and', 'it', 'is', 'beautiful', 'i', 'feel', 'gorgeous', 'and', 'glamorous', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'to', 'a', 'special', 'event', 'as', 'it', 'truly', 'deserves', 'that', 'attention'] [] ['the', 'silk', 'is', 'soft', 'and', 'the', 'slip', 'underneath', 'is', 'perfect', 'the', 'tie', 'in', 'the', 'back', 'perfectly', 'cinches', 'the', 'dress', 'and', 'the', 'pleating', 'is', 'a', 'wonderful', 'detail', 'to', 'the', 'look'] [] ['i', 'am', '5', '0', '110', 'and', 'i', 'purchased', 'the', 'small', 'petite', 'it', "'s", 'slightly', 'big', 'around', 'the', 'armholes', 'and', 'it', 'kind', 'of', 'poofs', 'puckers', 'out', 'so', 'i', "'m", 'going', 'to', ',5,1,11', 'general', 'dresses', 'dresses'] ['1077,831,26', 'cute', 'top', 'but', 'beware', 'it', 'shrinks', 'this', 'top', 'was', 'quite', 'voluminous', 'when', 'i', 'purchased', 'it', 'and', 'i', 'sized', 'down', 'to', 'an', 'xs', 'however', 'after', 'hand', 'washing', 'it', 'once', 'in', 'cold', 'water', 'it', 'has', 'shrunk', 'significantly', 'it', 'still', 'fits', 'but', 'something', 'to', 'be', 'aware', 'of', ',3,1,4', 'general', 'tops', 'blouses'] ['1078,1001,39', 'runs', 'big', 'great', 'material', 'but', 'not', 'as', 'pictured', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'this', 'runs', 'big', 'unfortunately', 'there', 'is', 'nothing', 'smaller', 'than', 'an', 'xs', 'so', 'this', 'is', 'going', 'back', 'i', 'love', 'the', 'lyocell', 'material', 'i', 'have', 'another', 'skirt', 'with', 'this', 'material', 'and', 'wanted', 'to', 'love', 'this', 'as', 'well', 'but', 'it', 'is', 'too', 'big', 'and', 'with', 'the', 'drawstring', 'pulled', 'tight', 'to', 'fit', 'it', 'does', "n't", 'look', 'right', 'it', 'is', 'not', 'as', 'pictured', 'as', 'well', 'the', 'skirt', 'i', 'received', 'is', 'a', 'medium', 'blue', 'denim', 'not', 'the', 'lovely', 'light', 'blue', 'as', 'pictured', 'another', 'reason', 'why', 'i', 'am', 'returning', ',2,0,1', 'general', 'bottoms', 'skirts'] ['1079,895,47', 'beautiful', 'cozy', 'sweater', 'i', 'love', 'how', 'soft', 'and', 'cozy', 'this', 'sweater', 'is', 'the', 'addition', 'of', 'some', 'cashmere', 'in', 'the', 'yarn', 'makes', 'all', 'the', 'difference', 'the', 'red', 'color', 'is', 'beautiful', 'also', 'perfect', 'for', 'the', 'holidays', 'flattering', 'cut', 'in', 'the', 'back', 'it', 'dips', 'down', 'to', 'cover', 'your', 'bum', 'and', 'the', 'pointelle', 'details', 'are', 'very', 'pretty', 'fit', 'was', 'tts', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['1080,831,46', 'worth', 'thr', 'this', 'top', 'is', 'such', 'a', 'great', 'investment', 'piece', 'looks', 'classy', 'and', 'is', 'comfortable', 'all', 'at', 'the', 'same', 'time', 'it', 'is', 'pricey', 'but', 'you', 'will', 'not', 'regret', 'buying', 'this', 'goes', 'great', 'with', 'light', 'trouser', 'denim', 'or', 'i', 'have', 'the', 'green', 'pilcro', 'khakis', 'it', 'will', 'he', 'something', 'you', 'will', 'keep', 'in', 'your', 'closet', 'for', 'a', 'long', 'time.,5,1,0', 'general', 'tops', 'blouses'] ['1081,895,33', 'stunning', 'i', 'always', 'end', 'up', 'walking', 'out', 'of', 'an', 'retailer', 'store', 'with', 'something', 'very', 'different', 'than', 'what', 'i', 'thought', 'and', 'this', 'was', 'one', 'it', 'drapes', 'beautifully', 'and', 'the', 'red', 'color', 'is', 'rich', 'and', 'vibrant', 'cool', 'tone', 'not', 'orangey', 'i', 'fell', 'in', 'love', 'with', 'this', 'one', 'in', 'person', 'it', 'jumped', 'at', 'me', 'in', 'the', 'store', 'but', 'online', 'i', 'think', 'the', 'outfit', 'that', 'the', 'model', 'is', 'wearing', 'is', 'not', 'my', 'style', 'at', 'all', 'and', 'does', 'not', 'do', 'the', 'item', 'justice', 'if', 'you', 'like', 'to', 'cover', 'your', 'assets', 'you', 'will', 'love', 'it', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['1082,987,58', 'zipper', 'is', 'short', 'this', 'is', 'a', 'very', 'comfortable', 'good-looking', 'skirt', 'fits', 'as', 'shown', 'the', 'zipper', 'however', 'is', 'rather', 'short', 'and', 'it', 'takes', 'a', 'bit', 'of', 'squirming', 'to', 'get', 'it', 'over', 'the', 'hips', 'once', 'on', 'it', "'s", 'great', 'it', 'is', 'not', 'made', 'in', 'the', 'usa', 'as', 'stated', 'it', 'is', 'clearly', 'marked', 'made', 'in', 'mexico', 'from', 'globally', 'sourced', 'materials', 'i.e', 'not', 'from', 'the', 'us', ',4,1,4', 'general', 'bottoms', 'skirts'] ['1083,1099,49', 'amazing', 'i', 'live', 'in', 'south', 'florida', 'so', 'i', "'m", 'always', 'looking', 'for', 'sundresses', 'that', 'will', 'be', 'flattering', 'but', 'not', 'too', 'clingy', 'or', 'hot', 'and', 'that', 'i', 'can', 'take', 'from', 'day', 'to', 'evening', 'with', 'accessories', 'when', 'i', 'pulled', 'this', 'out', 'of', 'the', 'box', 'and', 'walked', 'around', 'in', 'it', 'it', 'met', 'all', 'my', 'criteria', 'and', 'as', 'an', 'added', 'bonus', 'my', 'husband', 'said', 'wow', 'you', 'look', 'great', 'where', "'d", 'you', 'get', 'that', 'dress', 'i', "'m", 'shocked', 'because', 'as', 'an', 'earlier', 'reviewer', 'said', 'this', 'dress', 'does', "n't", 'seem', 'like', 'much', 'it', "'s", 'not', 'even', 'lined', 'but', 'it', "'s", 'comfy', 'flattering', 'in', 'all', 'the', 'right', 'pla', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['1084,1099,52', 'lovely', 'i', 'agree', 'this', 'dress', 'runs', 'long', 'but', 'since', 'i', 'love', 'high', 'heels', 'it', 'falls', 'just', 'right', 'for', 'me', 'it', 'does', 'seem', 'quite', 'roomy', 'for', 'a', 'medium', 'which', 'is', 'a', 'pleasant', 'surprise', 'the', 'fabric', 'drape', 'and', 'quality', 'are', 'contemporary', 'but', 'i', 'know', 'i', "'ll", 'be', 'wearing', 'this', 'beyond', 'this', 'year', 'for', 'sure', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1085,868,55', 'pretty', 'and', 'feminine', 'pretty', 'pink', 'top', 'is', 'great', 'for', 'layering', 'iand', 'alone', 'in', 'the', 'summer', 'and', 'spring,4,1,4', 'general', 'tops', 'knits'] ['1086,831,27', 'my', 'absolute', 'favorite', 'top', 'this', 'shirt', 'fits', 'very', 'true', 'to', 'size', 'with', 'very', 'soft', 'and', 'comfortable', 'material', 'that', 'hangs', 'just', 'right', 'wears', 'well', 'and', 'is', 'versatile', 'for', 'many', 'occasions', 'please', 'come', 'out', 'with', 'more', 'colors', 'so', 'i', 'can', 'purchase', 'them', 'as', 'well', ',5,1,7', 'general', 'tops', 'blouses'] ['1087,829,46', 'not', 'perfect', 'but', 'cute', 'shirt', 'i', 'bought', 'this', 'in', 'both', 'the', 'taupe', 'and', 'ivory', 'the', 'beading', 'on', 'the', 'neck', 'line', 'the', 'tie', 'at', 'the', 'neck', 'and', 'the', 'pleats', 'make', 'this', 'a', 'fun', 'shirt', 'i', 'bought', 'a', 'size', '2', 'which', 'is', 'normally', 'what', 'i', 'wear', 'at', 'retailer', 'so', 'i', 'would', 'say', 'it', 'is', 'true', 'to', 'size', 'i', 'really', 'like', 'the', 'length', 'of', 'the', 'top', 'it', 'hits', 'mid-hip', 'on', 'me', 'it', 'is', 'a', 'tad', 'shorter', 'on', 'the', 'sides', 'than', 'i', 'would', 'like', 'but', 'it', 'is', 'still', 'long', 'enough', 'to', 'cover', 'my', 'waistline', 'i', 'also', 'think', 'the', 'arms', 'are', 'too', 'long', 'so', 'there', 'is', 'kind', 'of', 'a', 'balloon', 'look', 'at', 'my', 'wrists', 'because', 'of', 'it', 'i', 'bought', 'it', 'to', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1088,1099,41', 'gorgeous', 'i', 'saw', 'this', 'dress', 'on', 'line', 'and', 'knew', 'i', 'wanted', 'it', 'for', 'the', 'spring/summer', 'season', 'i', 'ordered', 'it', 'almost', 'immediately', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'the', 'photo', 'on', 'the', 'website', 'does', "n't", 'do', 'it', 'justice', 'there', 'are', 'a', 'lot', 'of', 'pretty', 'pastel', 'colors', 'in', 'the', 'paisley', 'pattern', 'that', 'you', 'just', 'ca', "n't", 'see', 'on', 'the', 'computer', 'screen', 'the', 'wrap', 'styling', 'is', 'a', 'very', 'flattering', 'cut', 'for', 'most', 'figures', 'especially', 'hourglass', 'figures', 'like', 'mine', 'and', 'the', 'dress', 'fit', "'s", 'tts', 'for', 'reference', 'i', 'am', '5', '9', 'and', 'a', '36ddd', 'the', 'silk', 'material', 'is', 'very', 'light', 'and', 'flowy', 'and', 'wi', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['1089,829,26', 'great', 'color', 'not', 'so', 'great', 'tailoring', 'i', 'was', 'really', 'looking', 'forward', 'to', 'receiving', 'this', 'blouse', 'in', 'the', 'mail', 'the', 'color', 'was', 'beautiful', 'in', 'person', 'and', 'the', 'photo', 'does', 'not', 'show', 'the', 'nice', 'beading', 'around', 'the', 'neck', 'that', 'being', 'said', 'i', 'was', 'so', 'disappointed', 'in', 'the', 'fit', 'i', 'ordered', 'a', 'size', '00', 'and', 'the', 'arm', 'length', 'was', 'way', 'too', 'long', 'yet', 'the', 'body', 'of', 'the', 'shirt', 'was', 'way', 'too', 'cropped', 'cropped', 'enough', 'where', 'you', 'could', 'see', 'skin', 'on', 'the', 'sides', 'made', 'no', 'sense', 'hoping', 'to', 'order', 'a', 'few', 'more', 'sizes', 'to', 'see', 'if', 'i', 'can', 'find', 'the', 'right', 'fit', 'order', 'up', 'for', 'length', 'down', 'for', 'arm', 'length', ',2,0,9', 'general', 'petite', 'tops', 'blouses'] ['1090,829,40', 'casual', 'top', 'a', 'little', 'shorter', 'than', 'expected', 'very', 'billowy', 'so', 'watch', 'out', 'for', 'wind'] ['it', 'fits', 'well', 'on', 'the', 'arms', 'and', 'shoulders', 'not', 'too', 'see', 'through', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1091,868,29', 'i', 'wanted', 'to', 'love', 'this', 'shirt.', 'i', 'order', 'this', 'shirt', 'because', 'it', 'looked', 'like', 'a', 'shirt', 'you', 'could', 'dress', 'up', 'or', 'down', 'when', 'i', 'got', 'it', 'the', 'shirt', 'was', 'really', 'wrinkled', 'therefore', 'i', 'knew', 'it', 'would', 'have', 'to', 'ironed', 'a', 'lot', 'it', 'was', 'quite', 'boxy', 'and', 'was', 'shorter', 'in', 'the', 'front', 'then', 'in', 'the', 'back', 'i', 'did', "n't", 'realize', 'that', 'this', 'shirt', 'was', 'two', 'different', 'fabrics', 'overall', 'i', 'think', 'this', 'shirt', 'would', 'be', 'more', 'flattering', 'on', 'a', 'woman', 'that', 'was', 'petite', ',3,0,0', 'general', 'tops', 'knits'] ['1092,831,72', 'love', 'this', 'blouse', 'great', 'that', 'it', "'s", 'hand', 'washable', 'because', 'i', 'hate', 'the', 'smell', 'of', 'dry', 'cleaned', 'garmets.,5,1,2', 'general', 'tops', 'blouses'] ['1093,868,56', 'super', 'cute', 'with', 'right', 'body', 'style', 'top', 'is', 'very', 'wide', 'and', 'flowy', 'i', 'am', 'petite', 'with', 'large', 'chest', 'so', 'it', 'hung', 'from', 'widest', 'point', 'and', 'was', 'not', 'flattering', 'would', 'be', 'very', 'cute', 'with', 'the', 'right', 'body', 'shape.,3,1,3', 'general', 'tops', 'knits'] ['1094,1001,23', ',i', 'want', 'to', 'the', 'store', 'to', 'try', 'this', 'skirt', 'on', 'that', 'had', 'only', 'one', 'size', 'm', 'in', 'stock', 'my', 'size', 'and', 'it', 'was', 'huge', 'i', 'ordered', 'an', 'xs', 'and', 'it', 'fits', 'nicely', 'it', "'s", 'just', 'what', 'i', 'needed', 'for', 'the', 'warm', 'days', 'ahead.,4,1,1', 'general', 'bottoms', 'skirts'] ['1095,829,66', 'maybe', 'after', 'the', 'reviews', 'about', 'sizing', 'i', 'ordered', 'the', 'size', '16', 'am', 'normally', 'size', 'large', 'interestingly', 'the', 'tag', 'on', 'the', 'blouse', 'says', 'it', "'s", 'a', '14.', 'with', 'all', 'that', 'said', 'the', 'blouse', 'is', 'cute', 'enough', 'and', 'sizing', 'up', 'gave', 'me', 'enough', 'length', 'in', 'spite', 'of', 'the', 'higher', 'sides', 'that', 'i', "'m", 'considering', 'keeping', 'it', 'although', 'it', "'s", 'a', 'bit', 'big', 'it', 'flows', 'nicely', 'and', 'is', "n't", 'oversized', 'in', 'that', 'wide', 'crazy', 'way', 'the', 'sleeves', 'are', 'a', 'bit', 'too', 'big', 'but', 'they', "'re", 'cuffed', 'with', 'a', 'button', 'and', 'can', 'be', 'rolled', 'the', 'fabric', 'is', 'somewhat', 'crinkled', 'in', 'texture', 'i', 'got', 'the', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['1096,815,31', 'super', 'cute', 'i', 'love', 'the', 'style', 'and', 'quality', 'of', 'this', 'blouse', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'the', 'blouse', 'is', 'completely', 'see', 'through', 'and', 'delicate', 'still', 'it', 'is', 'so', 'romantic', 'feminine', 'distinctive', 'and', 'timeless', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1097,895,48', 'great', 'piece', 'comfortable', 'and', 'great', 'fit', 'and', 'color', 'high', 'quality.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['1098,831,54', 'shrinks', 'i', 'loved', 'this', 'blouse', 'when', 'i', 'got', 'it', 'and', 'wore', 'it', 'before', 'washing', 'it', 'fit', 'really', 'well', 'and', 'was', 'flattering', 'the', 'only', 'time', 'i', 'laundered', 'it', 'i', 'hand-', 'washed', 'it', 'in', 'cold', 'water', 'and', 'hung', 'it', 'to', 'dry', 'the', 'blouse', 'shrunk', 'at', 'least', 'a', 'full', 'size', 'and', 'in', 'awkward', 'places', 'the', 'sleeves', 'are', 'now', 'tight', 'and', 'way', 'too', 'short', 'the', 'overall', 'length', 'shortened', 'by', 'at', 'least', '2', 'inches', 'the', 'top', 'is', 'so', 'tight', 'in', 'the', 'bust', 'now', 'that', 'the', 'buttons', 'popped', 'open', 'i', "'m", 'very', 'disappointed', 'and', 'surprised.i', 'will', 'be', 'returning', 'it', 'as', 'it', 'is', 'unwearable', 'as', 'is.,1,0,0', 'general', 'tops', 'blouses'] ['1099,815,63', 'this', 'bunches', 'up', 'too', 'much', 'and', 'the', 'fabric', 'is', 'even', 'more', 'see', 'through', 'than', 'i', 'expected', 'so', 'even', 'with', 'a', 'tank', 'top', 'under', 'it', 'it', "'s", 'not', 'a', 'good', 'look', 'for', 'work', 'even', 'unbuttoned', 'at', 'the', 'top', 'i', 'could', 'barely', 'get', 'this', 'over', 'my', 'head', 'this', 'one', 'is', 'going', 'back', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['1100,1099,32', 'cute', 'i', 'have', "n't", 'worn', 'a', 'halter', 'dress', 'in', 'ages', 'and', 'saw', 'this', 'one', 'and', 'wanted', 'to', 'get', 'it', 'hoping', 'that', 'it', "'ll", 'fit', 'me'] [] ['i', 'love', 'the', 'swing', 'skirt', 'and', 'the', 'halter', 'this', 'dress', 'can', 'be', 'easily', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'your', 'mood', 'there', 'is', 'a', 'side', 'zipper'] [] ['i', 'got', 's', 'p', 'and', 'it', 'hits', 'me', 'exactly', 'like', 'the', 'dress', 'on', 'the', 'model', 'it', 'is', 'unlined', 'but', 'with', 'the', 'color', 'of', 'the', 'dress', 'i', 'do', "n't", 'mind', 'it', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['1101,1099,77', 'love', 'love', 'love', 'this', 'dress', 'i', 'agree', 'with', 'the', 'other', 'review', 'that', 'the', 'dress', 'runs', 'big', 'and', 'long', 'but', 'i', 'love', 'it', 'it', "'s", 'very', 'flattering', 'and', 'i', 'have', 'super', 'high', 'wedges', 'that', 'work', 'great', 'with', 'it', 'i', 'do', "n't", 'think', 'it', 'runs', 'super', 'big', 'but', 'it', "'s", 'slightly', 'big', 'definitely', 'size', 'down', 'if', 'small', 'busted', 'i', 'wore', 'it', 'out', 'and', 'got', 'a', 'ton', 'of', 'compliments', 'it', "'s", 'classy', 'different', 'and', 'hot', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1102,829,40', 'elegant', 'timeless', 'and', 'versatile', 'bought', 'this', 'blouse', 'to', 'wear', 'with', 'high', 'wasted', 'jeans', 'and', 'pants', 'it', 'lays', 'beautifully', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'it', "'s", 'somewhat', 'sheer', 'but', 'i', 'do', "n't", 'plan', 'on', 'wearing', 'a', 'cami', 'under', 'it', 'perfect', 'for', 'work', 'or', 'going', 'out', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1103,831,28', 'i', 'definitely', 'recommend', 'this', 'shirt', 'it', "'s", 'lights', 'and', 'airy', 'something', 'you', 'can', 'wear', 'everyday', ',5,1,1', 'general', 'tops', 'blouses'] ['1104,815,39', 'ig', 'brought', 'me', 'here', 'love', 'the', 'way', 'this', 'top', 'layers', 'under', 'my', 'jackets', 'and', 'sweaters', 'so', 'romantic', 'and', 'pretty', 'i', 'am', 'not', 'experiencing', 'the', 'over', 'pouf', 'at', 'the', 'waist', 'that', 'a', 'previous', 'reviewer', 'complained', 'about', 'the', 'fabric', 'is', 'slightly', 'itchy', 'and', 'the', 'top', 'shipped', 'to', 'my', 'house', 'has', 'misshapen', 'shoulder', 'bumps', 'from', 'the', 'store', 'hanger', 'all', 'the', 'beautiful', 'styling', 'pics', 'done', 'by', 'retailer', 'employees', 'on', 'ig', 'is', 'what', 'made', 'me', 'want', 'this', 'blouse', 'whatever', 'is', 'going', 'on', 'with', 'the', 'model', 'shot', 'really', 'really', 'really', 'does', 'not', 'represent', 'how', 'cute', 'this', 'top', 'looks', 'in', 'fact', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1105,1076,43', 'poor', 'quality', 'there', 'is', 'no', 'way', 'this', 'is', 'worth', 'the', 'price', 'i', 'was', 'deeply', 'disappointed', 'when', 'it', 'arrived', 'the', 'material', 'is', 'thin', 'and', 'feels', 'cheap', 'i', 'love', 'the', 'design', 'and', 'anna', 'sui', 'but', 'this', 'is', 'just', 'so', 'overpriced', ',1,0,4', 'general', 'dresses', 'dresses'] ['1106,815,37', 'wanted', 'to', 'love', 'her', 'beautiful', 'victorian', 'look', 'blouse', 'runs', 'large', 'and', 'overly', 'blousy', 'on', 'me.,3,0,6', 'general', 'petite', 'tops', 'blouses'] ['1107,831,44', 'cute', 'top', 'this', 'top', 'is', 'really', 'cute', 'and', 'true', 'to', 'size', 'i', 'like', 'the', 'color', 'and', 'the', 'nice', 'details.,5,1,8', 'general', 'tops', 'blouses'] ['1108,815,52', 'victorian', 'in', 'a', 'good', 'way', 'i', "'m", '5', '0', 'and', '120', 'pounds', 'this', 'top', 'is', 'beautiful', 'it', "'s", 'high', 'neck', 'is', 'so', 'flattering', 'a', 'nice', 'switch', 'it', 'up', 'for', 'us', 'gals', 'that', 'are', 'older', 'and', 'like', 'neck', 'coverage', 'sometimes', 'i', 'purchased', 'a', 'small', 'and', 'it', 'is', 'a', 'little', 'longer', 'but', 'since', 'it', 'has', 'elastic', 'at', 'the', 'waist', 'it', "'s", 'no', 'problem', 'i', 'will', 'tuck', 'it', 'in', 'my', 'jeans', 'and', 'skirts', 'the', 'arm', 'holes', 'are', 'perfect', 'the', 'as', 'far', 'as', 'it', 'being', 'a', 'lot', 'of', 'blouse', 'i', 'did', "n't", 'find', 'that', 'at', 'all', 'but', 'i', 'am', 'busty', '34c', 'or', 'd', 'depending', 'on', 'brand', 'of', 'bra', 'the', 'color', 'is', 'ivory', 'omits', 'completely', 'sheer', 'no', 'lin', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['1109,831,33', 'love', 'this', 'blouse', 'tried', 'this', 'blouse', 'on', 'in', 'the', 'store', 'and', 'fell', 'in', 'love', 'with', 'this', 'top', 'i', 'went', 'down', 'one', 'size', 'since', 'i', 'am', 'a', 'true', 'petite', 'they', 'were', 'sold', 'out', 'of', 'the', 'petite', 'small', 'but', 'the', 'regular', 'x-small', 'fit', 'perfect', 'it', 'is', 'a', 'little', 'short', 'so', 'it', "'s", 'perfect', 'for', 'shorter', 'people', ',5,1,0', 'general', 'tops', 'blouses'] ['1110,877,53', 'one', 'can', 'never', 'have', 'enough', 'sequins', 'oh', 'yes', 'another', 'sequin', 'top', 'to', 'add', 'to', 'my', 'collection', 'it', 'is', 'sparkly', 'without', 'being', 'glittery-', 'if', 'you', 'know', 'what', 'i', 'mean', 'can', 'definitely', 'dress', 'down', 'as', 'it', 'is', 'tee', 'shirt-', 'like', 'lots', 'of', 'options', 'for', 'this', 'one', 'tts', 'much', 'better', 'in', 'person', 'than', 'the', 'online', 'pics.,4,1,0', 'general', 'tops', 'knits'] ['1111,1068,65', 'cute', 'pant', 'unfortunately', 'i', 'had', 'to', 'size', 'down', 'twice', 'with', 'there', 'pants', 'great', 'feel', 'they', "'re", 'soft', 'and', 'the', 'grey', 'is', 'a', 'soft', 'color', ',3,0,1', 'general', 'bottoms', 'pants'] ['1112,1020,62', 'gorgeous', 'fabric', 'the', 'fabric', 'is', 'so', 'beautiful', 'that', 'i', 'am', 'tempted', 'to', 'buy', 'in', 'a', 'large', 'size', 'and', 'have', 're-made', 'the', 'waist', 'is', 'tiny', 'the', 'hips', 'are', 'wide', 'when', 'it', 'goes', 'to', 'half', 'price', 'i', 'may', 'be', 'tempted', 'to', 'take', 'it', 'to', 'my', 'favorite', 'alterations', 'lady', 'the', 'fabric', 'is', 'that', 'exceptionally', 'beautiful', ',3,0,4', 'general', 'bottoms', 'skirts'] ['1113,1068,45', 'love', 'these', 'these', 'joggers', 'are', 'soo', 'cute', 'they', 'fit', 'great'] ['i', 'seriously', 'love', 'them', 'i', 'have', 'worn', 'them', 'so', 'often'] ['i', 'may', 'have', 'to', 'ban', 'myself', 'from', 'them', 'for', 'a', 'week'] ['i', 'am', '5', '4', 'and', 'the', 'length', 'was', 'perfect', 'for', 'a', 'jogger', 'pant'] ['i', 'got', 'an', 'xs', 'because', 'the', 'small', 'looked', 'too', 'baggy'] ['the', 'xs', 'loosened', 'up', 'a', 'little', 'after', 'wearing', 'them', 'and', 'are', 'perfect', ',5,1,0', 'general', 'bottoms', 'pants'] ['1114,1020,47', 'great', 'fabric', 'but', 'really', 'bad', 'shape', 'if', 'i', 'could', 'sew', 'i', "'d", 'take', 'the', 'fabric', 'from', 'this', 'skirt', 'and', 'make', 'it', 'into', 'a', 'different', 'shape', 'after', 'ordering', 'a', 'bigger', 'size', 'the', 'fabric', 'is', 'just', 'as', 'it', 'appears', 'online', 'totally', 'gorgeous', 'with', 'almost', 'a', 'quilted', 'feel', 'to', 'it', 'however', 'this', 'thickness', 'means', 'the', 'skirt', 'sticks', 'out', 'like', 'something', 'judy', 'jetson', 'would', 'wear', 'it', "'s", 'also', 'too', 'small', 'in', 'my', 'go-to', 'skirt', 'size', 'and', 'i', 'order', 'a', 'lot', 'at', 'retailer', 'the', 'waist', 'and', 'hips', 'are', 'small', 'making', 'the', 'skirt', 'too', 'short', 'as', 'well', 'but', 'the', 'bottom', 'flares', 'out', 'ridiculously', 'i', 'ordered', 'two', 'of', ',1,0,6', 'general', 'bottoms', 'skirts'] ['1115,1068,42', 'so', 'much', 'cuter', 'in', 'person', 'and', 'oh', 'so', 'comfy', 'i', 'bought', 'these', 'in', 'the', 'olive', 'green', 'in', 'the', 'store', 'and', 'will', 'be', 'ordering', 'the', 'gray', 'pair', 'online', 'i', 'am', '5', '9', 'and', '145', 'lbs', 'long', 'legs', 'and', 'these', 'are', 'beyond', 'adorable', 'some', 'people', 'mentioned', 'that', 'they', 'stretched', 'out', 'i', 'did', 'not', 'find', 'this', 'to', 'be', 'true', 'what', 'i', 'do', 'know', 'is', 'they', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'they', 'are', 'flattering', 'and', 'perfect', 'for', 'the', 'spring/summer', 'i', 'would', 'highly', 'recommend', 'and', 'would/will', 'purchase', 'in', 'every', 'color', 'well', 'done', 'retailer', 'one', 'of', 'my', 'most', 'favorite', 'purchases', 'so', 'far', 'this', 'spring', ',5,1,1', 'general', 'bottoms', 'pants'] ['1116,691,38', 'tx', 'fan', 'i', 'love', 'the', 'flower', 'patterns', 'they', 'add', 'feminine', 'touch', 'this', 'legging', 'is', 'well', 'made', 'with', 'good', 'quality', 'spandex', 'the', 'only', 'cons', 'is', 'the', 'color', 'is', 'not', 'as', 'deep', 'as', 'the', 'picture', 'when', 'you', 'wearing', 'it', 'and', 'the', 'fabric', 'stretched', 'the', 'color', 'looks', 'much', 'lighter', 'other', 'than', 'that', 'it', "'s", 'a', 'good', 'buy', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['1117,831,40', 'beautiful', 'top', 'but', 'it', 'shrank', 'substantially', 'this', 'top', 'is', 'gorgeous', 'in', 'both', 'detail', 'in', 'color', 'it', 'fit', 'great', 'and', 'true', 'to', 'size', 'but', 'then', 'i', 'hand', 'washed', 'it', 'as', 'instructed', 'on', 'the', 'label', 'and', 'it', 'shrank', 'substantially', 'to', 'the', 'point', 'that', 'it', "'s", 'now', 'too', 'short', 'and', 'needs', 'to', 'be', 'returned', ',3,0,17', 'general', 'tops', 'blouses'] ['1118,1068,39', 'nice', 'enough', 'i', 'ordered', 'these', 'as', 'i', 'was', 'curious', 'of', 'hte', 'fit', 'on', 'my', 'body', 'type', 'shorter', 'thighs', 'well', 'it', 'was', 'ok', 'but', 'in', 'the', 'end', 'i', "dind't", 'keep', 'them', 'as', 'i', 'would', 'be', 'better', 'off', 'wearing', 'jeans', 'on', 'casual', 'day', 'or', 'real', 'joggers', 'as', 'in', 'jogging', 'material'] [] ['cut', 'was', 'ok', 'not', 'super', 'flattering', 'but', 'tapered', 'pants', 'only', 'suit', 'stright', 'legs', 'in', 'my', 'opinion'] [] ['material', 'was', 'nice', 'enough', "din'dt", 'notice', 'wrikling', 'but', 'i', 'did', "n't", 'wwear', 'them', 'jsut', 'tried', 'them', 'on'] ['grey', 'color', 'was', 'nice', ',4,1,2', 'general', 'bottoms', 'pants'] ['1119,1089,49', 'cute', 'dress', 'but', 'poor', 'design', 'i', 'loved', 'the', 'color', 'and', 'design', 'of', 'this', 'dress', 'but', 'needed', 'to', 'return', 'it', 'because', 'it', 'fit', 'so', 'poorly', 'the', 'arm', 'holes', 'are', 'entirely', 'too', 'big', 'so', 'big', 'that', 'alternations', 'could', "n't", 'fix', 'it', 'maybe', 'it', "'s", 'because', 'i', 'am', 'petite', 'but', 'i', 'think', 'it', 'may', 'be', 'a', 'design', 'flaw.,2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1120,1089,51', 'got', 'the', 'black', 'but', 'the', 'orange', 'it', 'very', 'pretty', 'too', 'the', 'black', 'fabric', 'has', 'a', 'sheen', 'to', 'it', 'almost', 'like', 'snakeskin', 'as', 'other', 'reviewers', 'have', 'mentioned', 'it', 'does', 'run', 'small', 'and', 'the', 'armholes', 'are', 'cut', 'in', 'a', 'bit', 'overall', 'it', 'is', 'a', 'more', 'interesting', 'than', 'a', 'basic', 'lbd', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1121,777,31', 'so', 'sad', 'the', 'print', 'on', 'these', 'leggings', 'is', 'so', 'cool', 'but', 'they', 'are', 'completely', 'see-through', 'i', 'mean', 'seriously', 'seriously', 'see-through', ',1,0,0', 'initmates', 'intimate', 'lounge'] ['1122,860,41', 'wanted', 'to', 'love', 'it', 'was', 'so', 'excited', 'for', 'this', 'top', 'loved', 'the', 'embroidered', 'detail', 'and', 'the', 'teal', 'green', 'color', 'i', 'got', 'it', 'in', 'a', 'medium', 'and', 'it', 'was', 'swimming', 'on', 'me', 'it', 'also', 'had', 'a', 'maternity', 'type', 'feel', 'since', 'there', 'is', 'a', 'lot', 'more', 'material', 'making', 'it', 'look', 'blousy', 'than', 'showing', 'on', 'the', 'model', 'they', 'must', 'have', 'pinned', 'it', 'back', 'in', 'the', 'stock', 'photo'] ['sadly', 'it', "'s", 'going', 'back', ',3,0,5', 'general', 'petite', 'tops', 'knits'] ['1123,1089,52', 'ca', "n't", 'miss', 'classic', 'i', 'was', 'so', 'impressed', 'with', 'the', 'style', 'boning', 'on', 'the', 'sides', 'for', 'the', 'perfect', 'fit', 'it', "'s", 'truly', 'a', 'classic', 'staple', 'in', 'your', 'closet', 'for', 'that', 'lbd', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['1124,875,64', 'cute', 'and', 'comfortable', 'i', 'was', 'surprised', 'how', 'soft', 'and', 'comfy', 'the', 'fabric', 'is', 'on', 'this', 'top', 'when', 'i', 'tried', 'it', 'on', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'it', "'s", 'a', 'little', 'bigger', 'than', 'i', 'would', 'like', 'i', 'got', 'a', 'small', 'and', 'am', 'usually', 'between', 'xs', 'and', 's.', 'may', 'have', 'sized', 'down', 'if', 'the', 'top', 'were', 'available.but', 'the', 'fit', 'and', 'cut', 'are', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['1125,992,39', ',i', 'usually', 'wear', 'a', 'size', '8/10', 'and', 'i', 'needed', 'a', 'large', 'in', 'this', 'skirt', 'it', 'flows', 'so', 'beautifully', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1126,860,53', 'favorite', 'summer', 'top', 'i', 'love', 'this', 'little', 'number', 'the', 'quality', 'is', 'terrific', 'the', 'weight', 'is', 'perfect', 'and', 'the', 'cut', 'is', 'superb', 'i', 'love', 'the', 'way', 'it', 'fits', 'and', 'looks', 'in', 'the', 'arms', 'i', 'ordered', 'my', 'usual', 'xxsp', 'and', 'it', 'is', 'perfect', 'i', 'like', 'that', 'it', 'is', 'cool', 'and', 'flowy', 'without', 'looking', 'like', 'maternity', 'attire', 'i', 'have', 'the', 'bright', 'turquoise', 'and', 'i', 'am', 'going', 'to', 'order', 'another', 'i', 'was', 'about', 'to', 'order', 'what', 'looks', 'like', 'a', 'yellow', 'one', 'but', 'i', 'noticed', 'the', 'color', 'is', 'labeled', 'chartreuse', 'can', 'anyone', 'tell', 'me', 'if', 'this', 'is', 'more', 'yellow', 'or', 'green', 'in', 'real', 'life', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['1127,777,48', 'happy', 'girl', 'one', 'of', '3', 'pair', 'of', 'leggings', 'ordered', 'and', 'the', 'only', 'pair', 'to', 'fit', 'properly', 'size', 'l', 'was', 'perfect', 'for', 'me', 'they', 'stretched', 'nicely', 'going', 'on', 'and', 'the', 'beautiful', 'floral', 'design', 'on', 'the', 'legs', 'did', "n't", 'get', 'distorted', 'or', 'faded', 'looking', 'from', 'the', 'stretch', 'wearing', 'these', 'makes', 'me', 'happy', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['1128,777,64', 'unusual', 'and', 'eyecatching', 'these', 'leggings', 'are', 'beautiful', 'so', 'unusual', 'and', 'colorful', 'comfortable', 'and', 'flattering', 'they', 'fit', 'true-to-size', 'with', 'enough', 'stretch', 'to', 'move', 'with', 'you', 'yet', 'retain', 'their', 'shape', 'the', 'fabric', 'is', 'a', 'bit', 'lighter-weight', 'than', 'ponte', 'but', 'heavy', 'enough', 'to', 'be', 'completely', 'opaque', 'i', 'would', 'definitely', 'recommend', 'these', 'beautiful', 'leggings', 'to', 'anyone', 'who', 'does', "n't", 'mind', 'attracting', 'a', 'little', 'envious', 'attention', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['1129,860,48', 'beautiful', 'in', 'blue', 'i', 'totally', 'love', 'this', 'tank', 'the', 'yoke', 'detailing', 'is', 'so', 'pretty', 'i', 'read', 'the', 'other', 'reviews', 'i', 'feel', 'it', 'fits', 'pretty', 'tts', 'it', "'s", 'what', 'i', 'expected', 'i', 'have', 'already', 'worn', 'it', 'several', 'times', 'since', 'it', 'arrived', 'in', 'the', 'mail', 'i', 'love', 'it', 'so', 'much', 'i', "'m", 'ordering', 'it', 'in', 'the', 'turquoise', 'color', 'as', 'well', 'every', 'time', 'i', 'have', 'worn', 'it', 'i', 'have', 'received', 'compliments', 'i', "'ve", 'worn', 'it', 'alone', 'with', 'shorts', 'and/or', 'jeans', 'as', 'well', 'as', 'with', 'a', 'cardigan', 'and', 'dress', 'pants', 'for', 'work', 'it', "'s", 'soft', 'comfortable', 'and', 'to', 'echo', 'what', 'another', 'review', 'stated', 'the', 'material', 's', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['1130,860,39', 'gorgeous', 'gorgeous', 'cobalt', 'blue', 'color', 'usually', 's/m-', 'bought', 'the', 'small', 'because', 'of', 'larger', 'armholes', 'so', 'glad', 'i', 'snatched', 'this', 'one', 'up', 'on', 'sale', 'the', 'detail', 'on', 'the', 'top', 'is', 'amazing.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['1131,927,33', 'i', 'like', 'the', 'idea', 'of', 'the', 'pullover', 'the', 'quality', 'of', 'is', 'nice', 'the', 'material', 'is', 'very', 'soft', 'and', 'feels', 'pleasant', 'to', 'the', 'touch'] [] ['i', 'expected', 'this', 'sweater', 'to', 'be', 'more', 'flattering', 'though', 'it', 'is', 'true', 'to', 'size', 'but', 'the', 'length', 'is', 'strange', 'it', 'seems', 'a', 'bit', 'too', 'long', 'yet', 'is', 'too', 'short', 'to', 'look', 'like', 'a', 'longer', 'tunic', 'or', 'maybe', 'the', 'waistline', 'is', 'a', 'little', 'low', 'whatever', 'it', 'is', 'it', 'makes', 'me', 'look', 'like', 'i', 'have', 'short', 'legs'] [] ['also', 'the', 'collar', 'wo', "n't", 'stay', 'down', 'the', 'way', 'it', 'is', 'shown', 'in', 'the', 'picture', 'but', 'it', 'may', 'work', 'better', 'for', 'someone', 'wi', ',3,1,7', 'general', 'tops', 'sweaters'] ['1132,1089,68', 'cute', 'but', 'runs', 'small', 'this', 'dress', 'is', 'attractive', 'but', 'it', 'runs', 'a', 'little', 'small', 'i', "'m", 'a', 'small', 'curvy', 'girl', 'who', 'usually', 'wears', 'a', '2.', 'this', 'was', 'small', 'in', 'the', 'top', 'and', 'short', 'waisted', 'i', 'wanted', 'to', 'wear', 'it', 'to', 'a', 'recent', 'event', 'and', 'did', "n't", 'have', 'time', 'to', 'return', 'it', 'for', 'another', 'size.,4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['1133,777,36', 'not', 'what', 'i', 'thought', 'these', 'leggings', 'were', 'way', 'longer', 'and', 'darker', 'then', 'appeared', 'on', 'model'] ['they', 'also', 'were', 'see', 'through', 'or', 'beige', 'color', 'when', 'stretched', 'across', 'hip'] ['especially', 'for', 'the', 'high', 'cost', 'there', 'are', 'much', 'better', 'althleisure', 'leggings', 'on', 'the', 'market', ',3,0,1', 'initmates', 'intimate', 'lounge'] ['1134,992,62', 'beautiful', 'day', 'to', 'evening', 'skirt', 'a', 'lovely', 'skirt', 'and', 'i', "'m", 'so', 'glad', 'i', 'found', 'it', 'before', 'the', 'medium', 'sold', 'out', 'having', 'said', 'that', 'i', 'expected', 'the', 'medium', 'to', 'run', 'small', 'and', 'that', 'i', "'d", 'have', 'to', 'squeeze', 'into', 'it', 'but', 'having', 'tried', 'it', 'on', 'this', 'evening', 'it', "'s", 'not', 'the', 'case', 'at', 'all', 'i', 'nice', 'fit', 'i', 'might', 'even', 'have', 'fitted', 'into', 'a', 'small', 'which', 'i', 'think', 'is', 'the', 'only', 'size', 'remaining', 'the', 'skirt', 'is', 'very', 'spain', 'inspired', 'very', 'flamenco', 'i', 'love', 'it', 'i', 'will', 'say', 'that', 'you', "'d", 'need', 'a', 'bit', 'of', 'height', 'to', 'wear', 'this', 'skirt', 'due', 'to', 'the', 'length', 'at', 'the', 'back', 'i', "'m", '5', '6', 'which', 'is', 'tall', 'enough', 'fo', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1135,1068,42', 'stretch', 'out', 'a', 'whole', 'size', 'first', 'the', 'good', 'parts', 'these', 'are', 'adorable', 'in', 'person', 'and', 'i', 'think', 'the', 'colors', 'are', 'prettier', 'in', 'person', 'than', 'in', 'the', 'pictures', 'the', 'green', 'is', "n't", 'too', 'army', 'green', 'it', "'s", 'a', 'pretty', 'nice', 'mellow', 'neutral', 'that', 'you', 'could', 'wear', 'with', 'reds', 'whites', 'blues', 'pinks', 'virtually', 'any', 'color'] [] ['the', 'tencel', 'fabric', 'is', 'super', 'soft', 'and', 'comfortable', 'and', 'the', 'drape', 'is', 'nice', 'they', 'do', 'seem', 'to', 'run', 'a', 'little', 'large', 'so', 'i', "'d", 'size', 'down', 'if', 'you', "'re", 'between', 'sizes'] [] ['and', 'now', 'sadly', 'the', 'bad', 'these', 'stretch', 'out', 'virtually', 'an', 'entire', 'size', 'after', 'just', 'about', 'a', ',2,0,30', 'general', 'bottoms', 'pants'] ['1136,1068,37', 'love', 'love', 'love', 'i', 'adore', 'these', 'little', 'joggers', 'i', 'was', 'immediately', 'drawn', 'to', 'the', 'color', 'army', 'green', 'and', 'the', 'little', 'details', 'i', 'carry', 'all', 'my', 'weight', 'on', 'bottom', 'so', 'i', 'do', "n't", 'often', 'wear', 'many', 'retailer', 'bottoms', 'i', "'m", 'usually', 'a', '16', 'i', 'tried', 'the', 'xl', 'on', 'just', 'to', 'see', 'how', 'they', 'would', 'work', 'and', 'i', 'was', 'pleasantly', 'surprised', 'they', 'are', 'absolutely', 'perfect', 'they', 'fit', 'a', 'little', 'baggy', 'as', 'joggers', 'do', 'and', 'go', 'with', 'just', 'about', 'everything', 'mine', 'did', 'loosen', 'a', 'tad', 'but', 'not', 'like', 'the', 'previous', 'reviewer', 'i', 'highly', 'recommend', 'these', 'ca', "n't", 'wait', 'to', 'wear', 'these', 'throu', ',5,1,10', 'general', 'bottoms', 'pants'] ['1137,860,51', 'easy', 'fit', 'love', 'this', 'tank', 'it', 'has', 'an', 'easy', 'fit', 'that', 'hides', 'my', 'post', 'baby', 'belly', 'with', 'out', 'looking', 'to', 'wide.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['1138,831,38', 'gorgeous', 'top', 'i', 'love', 'this', 'blouse', 'the', 'lace', 'panels', 'are', 'slightly', 'sheer', 'but', 'nothing', 'inappropriate', 'the', 'solid', 'fabric', 'is', 'a', 'lovely', 'sort', 'of', 'heavy', 'crepe', 'stunning', 'bright', 'cobalt', 'blue', 'color', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'and', 'this', 'top', 'fit', 'well', 'in', 'xl', 'ever', 'so', 'slightly', 'snug', 'at', 'one', 'part', 'on', 'the', 'sleeve', 'but', 'nothing', 'noticeable', 'or', 'uncomfortable', 'be', 'aware', 'this', 'did', 'bleed', 'blue', 'when', 'it', 'was', 'soaking', 'and', 'it', 'did', 'drip', 'blue', 'water', 'while', 'it', 'was', 'air', 'drying', 'on', 'the', 'hanger', 'while', 'this', 'blouse', 'is', 'still', 'wet', 'i', 'would', 'stretch', 'out', 'the', 'sides', 'and', 'sleeves', 'to', 'ge', ',5,1,2', 'general', 'tops', 'blouses'] ['1139,1020,59', 'shape', 'problem', 'this', 'is', 'a', 'beautiful', 'fabric', 'and', 'the', 'skirt', 'is', 'so', 'nice', 'what', 'is', 'wrong', 'is', 'the', 'cut', 'of', 'the', 'skirt', 'one', 'side', 'bells', 'out', 'more', 'than', 'the', 'other', 'giving', 'it', 'an', 'off', 'center', 'look', 'from', 'the', 'front', 'my', 'legs', 'were', 'not', 'centered', ',3,0,6', 'general', 'petite', 'bottoms', 'skirts'] ['1140,1089,56', 'gorgeous', 'but', 'i', 'so', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'gorgeous', 'the', 'styling', 'beautiful', 'and', 'the', 'construction', 'is', 'great', 'however', 'the', 'armholes', 'are', 'cut', 'too', 'generously', 'i', 'am', '5', '4', '138', 'pounds', 'and', '36d', 'i', 'ordered', 'the', 'black', 'in', 'a', 'size', '10.', 'it', 'fit', 'me', 'perfectly', 'everywhere', 'but', 'the', 'armholes', 'even', 'with', 'an', 'undergarment', 'too', 'much', 'is', 'exposed', 'i', 'am', 'sadly', 'returning', 'this', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1141,1068,63', 'hei', 'hei', 'is', 'my', 'favorite', 'line', 'i', 'am', 'a', 'medium', 'in', 'all', 'of', 'the', 'pants', 'i', 'have', 'ever', 'purchased', 'from', 'this', 'brand'] ['i', 'ordered', 'these', 'in', 'the', 'green', 'and', 'they', 'arrived', 'today', 'they', 'fit', 'me', 'as', 'if', 'they', 'were', 'an', 'xxl', 'i', 'have', 'a', 'similar', 'pair', 'in', 'rust', 'from', 'last', 'summer', 'so', 'i', 'assumed', 'that', 'they', 'would', 'be', 'the', 'same'] ['obviously', 'they', 'are', 'going', 'back', 'tomorrow', 'i', "'m", 'very', 'disappointed', 'they', 'are', 'a', 'nice', 'looking', 'jogger', 'and', 'the', 'color', 'is', 'pretty', ',2,0,0', 'general', 'bottoms', 'pants'] ['1142,1089,48', 'just', 'average', 'first', 'of', 'all', 'the', 'label', 'on', 'this', 'dress', 'is', 'maeve', 'not', 'nue', 'by', 'shani', 'second', 'i', 'just', 'was', "n't", 'impressed', 'the', 'fabric', 'is', 'cool', 'it', 'has', 'a', 'sort', 'of', 'embossed', 'look', 'to', 'it', 'and', 'it', "'s", 'somewhat', 'shiny', 'which', 'sets', 'it', 'apart', 'in', 'a', 'good', 'way', 'but', 'the', 'cut', 'is', 'just', 'boring', 'the', 'top', 'felt', 'dowdy', 'to', 'me', 'overall', 'i', 'was', 'underwhelmed', 'by', 'this', 'dress', 'and', 'returned', 'it', ',3,0,8', 'general', 'petite', 'dresses', 'dresses'] ['1143,860,32', 'maternity', 'top', 'i', 'was', 'really', 'wanting', 'a', 'nice', 'white', 'summer', 'blouse', 'to', 'pair', 'with', 'patterned', 'skirts', 'unfortunately', 'this', 'fell', 'short', 'as', 'it', 'was', 'huge', 'not', 'only', 'was', 'it', 'big', 'it', 'flared', 'at', 'the', 'bottom', 'it', 'would', 'be', 'perfect', 'if', 'i', 'was', 'sporting', 'a', 'baby', 'bump', 'but', 'not', 'what', 'i', 'am', 'going', 'for', 'right', 'now', 'if', 'the', 'tank', 'was', 'a', 'bit', 'slimmer', 'i', 'would', 'have', 'kept', 'it', 'as', 'a', 'tunic.i', "'m", 'sad', 'that', 'i', "'ll", 'have', 'to', 'return', 'it', ',2,0,1', 'general', 'petite', 'tops', 'knits'] ['1144,993,49', 'everyday', 'casual', 'and', 'cute', 'i', 'wanted', 'a', 'casual', 'denim', 'colored', 'skirt', 'for', 'warmer', 'weather', 'without', 'the', 'denim', 'weight', 'and', 'this', 'skirt', 'fit', 'my', 'needs', 'perfectly', 'i', "'m", '5', '4', '117lbs', 'and', 'the', 'xs', 'fits', 'me', 'true', 'to', 'size', 'hitting', 'about', '1', '1/2', 'inches', 'above', 'the', 'knee', 'it', "'s", 'a', 'more', 'modest', 'length', 'for', 'daytime', 'but', 'it', 'definitely', 'needs', 'a', 'slip', 'underneath', 'the', 'raw', 'edge', 'is', 'subtle', 'no', 'hanging', 'threads', 'and', 'unique', 'i', 'ca', "n't", 'speak', 'to', 'the', 'lack', 'of', 'colorfastness', 'but', 'i', 'washed', 'it', 'separately', 'and', 'will', 'be', 'mindful', 'of', 'the', 'possibility', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1145,860,62', 'unusual', 'cool', 'fun', 'top', 'i', 'love', 'this', 'top', 'the', 'detail', 'on', 'front', 'top', 'of', 'the', 'top', 'is', 'so', 'cute', 'the', 'length', 'is', 'just', 'right', 'i', 'hesitated', 'because', 'of', 'the', 'unusual', 'armhole', 'shape', 'but', 'they', 'are', 'really', 'not', 'an', 'issue', 'also', 'thanks', 'for', 'finding', 'the', 'top', 'as', 'it', 'was', "n't", 'available', 'at', 'distribution', 'center', 'went', 'of', 'your', 'way', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1146,777,33', 'gorgeous', 'leggings', 'these', 'leggings', 'are', 'beautiful', 'and', 'different', 'the', 'material', 'is', 'very', 'stretchy', 'sort', 'of', 'a', 'spandex', 'feel', 'panty', 'lines', 'definitely', 'show', 'in', 'the', 'back', 'i', 'found', 'they', 'run', 'true', 'to', 'size', 'i', 'wear', 'a', 'size', '6/medium/28', 'in', 'pants', 'or', 'jeans', 'and', 'the', 'size', 'medium', 'fit', 'me', 'great', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['1147,197,46', 'l', 'space', 'chloe', 'top', 'l', 'space', 'is', 'frustrating', 'i', 'wear', 'a', '0/2', 'top', 'but', 'with', '32d', "'s", 'i', 'tried', 'a', 'large', 'in', 'this', 'bikini', 'top', 'because', 'from', 'past', 'experience', 'with', 'l', 'space', 'they', 'run', 'small', 'there', "'s", 'just', 'zero', 'support', 'the', 'tie', 'design', 'helps', 'secure', 'the', 'girls', 'in', 'place', 'but', 'also', 'flattens', 'them', 'out', 'if', 'you', 'tie', 'it', 'tight', 'enough', 'so', 'you', 'do', "n't", 'spill', 'out', ',3,0,0', 'initmates', 'intimate', 'swim'] ['1148,860,38', 'soft', 'tank', 'for', 'the', 'summer', 'i', 'just', 'purchased', 'this', 'tank', 'in', 'white', 'and', 'blue', 'i', 'find', 'it', 'to', 'be', 'soft', 'and', 'will', 'be', 'perfect', 'for', 'hot', 'days', 'but', 'also', 'can', 'wear', 'into', 'the', 'fall', 'with', 'a', 'cardigan', 'it', "'s", 'super', 'comfy', 'but', 'i', 'do', 'find', 'at', 'retailer', 'that', 'it', "'s", 'best', 'to', 'try', 'things', 'on', 'in', 'the', 'store', 'it', "'s", 'hard', 'to', 'find', 'perfect', 'sizes', 'online', 'since', 'things', 'are', 'cut', 'so', 'differently', 'based', 'on', 'the', 'designer', 'i', 'got', 'a', 'large', 'and', 'though', 'it', "'s", 'a', 'bit', 'flowy', 'in', 'the', 'tummy', 'area', 'it', 'fits', 'nicely', 'across', 'my', 'chest', 'not', 'tight', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['1149,1068,35', 'fine', 'for', 'a', 'fitness', 'class', 'these', 'were', 'a', 'little', 'baggier', 'than', 'expected', 'and', 'the', 'petite', 'size', 'ran', 'long.,3,0,0', 'general', 'bottoms', 'pants'] ['1150,860,35', ',great', 'lightweight', 'summer', 'top', 'that', "'s", 'bra', 'friendly', 'i', 'bought', 'the', 'teal', 'color', 'yesterday', 'and', 'wore', 'it', 'today', 'with', 'white', 'skinnies', 'i', "'m", 'sometimes', 'a', 'small', 'and', 'sometimes', 'a', 'medium', 'and', 'was', 'fine', 'with', 'the', 'small', 'on', 'this', 'one,5,1,8', 'general', 'petite', 'tops', 'knits'] ['1151,860,26', 'nice', 'top', 'i', 'love', 'love', 'this', 'top', 'i', 'was', 'on', 'the', 'fence', 'about', 'it', 'since', 'it', 'runs', 'large', 'and', 'is', 'loose', 'fitting', 'very', 'loose', 'i', 'tried', 'm', 'l', 'and', 'xl', 'i', 'usually', 'wear', 'xl', 'but', 'bought', 'an', 'l', 'in', 'this', 'i', 'tried', 'm', 'it', 'was', 'loose', 'around', 'the', 'mid-section', 'but', 'fitted', 'at', 'the', 'top', 'i', 'wore', 'them', 'with', 'fitted', 'skinny', 'pants', 'and', 'the', 'top', 'looks', 'amazing', 'perfect', 'for', 'summer', 'the', 'armholes', 'also', 'look', 'flattering', 'not', 'too', 'big', 'i', 'like', 'turquoise', 'i', 'did', "n't", 'find', 'yellow', 'in', 'the', 'store', 'so', 'bought', 'green', 'and', 'white', 'it', 'does', 'need', 'some', 'ironing', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['1152,1042,31', 'pretty', 'much', 'just', 'like', 'picture', 'this', 'pants', 'look', 'pretty', 'much', 'exactly', 'like', 'the', 'picture', 'except', 'these', 'will', 'wrinkle', 'really', 'easily', 'so', 'there', 'is', 'no', 'way', 'they', 'will', 'ever', 'appear', 'as', 'wrinkle', 'free', 'as', 'the', 'pic'] [] ['i', 'found', 'the', 'color', 'to', 'be', 'exactly', 'as', 'seen', 'online', 'so', 'i', 'am', 'not', 'sure', 'why', 'others', 'did', "n't", 'the', 'material', 'is', 'really', 'light', 'weight', 'so', 'i', 'think', 'these', 'will', 'work', 'well', 'for', 'spring'] [] ['overall', 'cute', 'especially', 'for', 'the', 'price', 'if', 'not', 'on', 'sale', 'i', 'would', 'not', 'have', 'bought', 'them', 'but', 'the', 'sale', 'price', 'makes', 'these', 'pants', 'awesome', ',4,1,0', 'general', 'bottoms', 'pants'] ['1153,1060,55', 'absolutely', 'beautiful', 'and', 'feminine', 'this', 'is', 'not', 'something', 'i', 'would', 'normal', 'wear', 'but', 'the', 'beauty', 'of', 'the', 'fabric', 'made', 'just', 'give', 'it', 'a', 'try', 'i', 'am', 'so', 'glad', 'i', 'did', 'the', 'fit', 'is', 'beautiful', 'slimming', 'feminine', 'fit', 'with', 'just', 'enough', 'flow', 'i', 'love', 'it', 'and', 'bought', 'it', 'right', 'away', 'you', 'better', 'get', 'it', 'before', 'it', "'s", 'gone', 'also', 'it', 'is', 'true', 'to', 'size', 'i', 'have', 'along', 'torso', 'so', 'sometimes', 'i', 'have', 'issues', 'with', 'jumpers', 'but', 'not', 'this', 'one', ',5,1,34', 'general', 'bottoms', 'pants'] ['1154,59,45', 'fabulous', 'these', 'undergarments', 'are', 'comfortable', 'streamlined', 'and', 'well', 'made', 'this', 'bra', 'holds', 'up', 'well', 'without', 'wires', 'i', 'am', 'a', '34b', 'and', 'wear', 'a', 'small', 'it', 'is', 'a', 'bit', 'tight', 'at', 'first', 'but', 'form', 'fits', 'after', 'one', 'wear', 'after', 'trying', 'one', 'bra', 'and', 'i', 'ordered', '4', 'more', 'then', 'i', 'researched', 'the', 'brand', 'and', 'bought', 'camis', 'to', 'match', 'i', 'love', 'how', 'all', 'the', 'colors', 'and', 'styles', 'are', 'interchangeable', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['1155,1060,58', 'lovely', 'comfortable', 'and', 'versatile', 'i', 'tried', 'this', 'jumpsuit', 'on', 'in', 'the', 'store', 'and', 'loved', 'it', 'but', 'decided', 'to', 'wait', 'on', 'purchasing', 'it', 'after', 'it', 'went', 'on', 'sale', 'i', 'jumped', 'on', 'it', 'because', 'i', 'new', 'i', 'would', 'regret', 'not', 'buying', 'it'] [] ['i', 'am', 'tall', 'but', 'most', 'of', 'my', 'height', 'is', 'from', 'my', 'long', 'legs', 'not', 'in', 'my', 'torso', 'i', 'seldom', 'find', 'jumpsuits', 'that', 'fit', 'my', 'frame', 'but', 'his', 'one', 'fits', 'perfectly', 'the', 'fabric', 'is', 'very', 'flowey', 'and', 'does', 'not', 'wrinkle', 'the', 'overall', 'design', 'of', 'this', 'jumpsuit', 'is', 'slightly', 'but', 'not', 'overly', 'baggy', 'the', 'pattern', 'and', 'pleating', 'make', 'it', 'a', 'perfect', 'item', 'for', 'spring', 'and', 'su', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1156,1094,39', 'disappointed', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'the', 'instant', 'i', 'saw', 'it', 'but', 'was', 'disappointed', 'when', 'i', 'received', 'it', 'first', 'was', 'the', 'color', 'i', 'chose', 'the', 'green', 'and', 'it', 'was', "n't", 'what', 'i', 'thought', 'it', 'was', 'a', 'very', 'unnatural', 'shade', 'of', 'artificial', 'grass', 'when', 'my', 'husband', 'saw', 'it', 'in', 'the', 'package', 'he', 'thought', 'i', 'had', 'ordered', 'a', 'cheap', 'grass', 'hula', 'skirt', 'the', 'color', 'was', 'that', 'bad', 'the', 'fit', 'was', 'the', 'next', 'problem', 'this', 'dress', 'would', 'have', 'fit', 'nicely', 'if', 'they', 'had', 'just', 'added', 'a', 'side', 'zip', 'and', 'made', 'the', 'top', 'more', 'fitted', 'the', 'top', 'was', 'loose', 'and', 'that', 'added', 'to', 'the', 'flowy,3,0,55', 'general', 'petite', 'dresses', 'dresses'] ['1157,1060,46', 'love', 'i', 'love', 'this', 'jumpsuit', 'and', 'definitely', 'feel', 'too', 'confident', 'in', 'it', 'the', 'fabric', 'is', 'a', 'great', 'weight-', 'flowy', 'but', 'still', 'substantial', 'enough', 'with', 'nude', 'undergarments', 'i', 'ca', "n't", 'see', 'anything', 'in', 'fact', 'that', 'is', 'one', 'of', 'the', 'things', 'i', 'love', 'no', 'special', 'undergarments', 'are', 'required', 'so', 'it', 'is', 'very', 'comfortable', 'and', 'still', 'very', 'flattering', 'i', 'typically', 'wear', 'a', 'medium-', '135', 'pounds', '5', '4', '34b', '28', 'waist', '40', 'hip', 'i', 'tried', 'the', 'small', 'after', 'seeing', 'some', 'reviews', 'that', 'it', 'ran', 'big', 'i', 'would', 'have', 'bought', 'it', 'but', 'the', 'salesperson', 'suggested', 'i', 'try', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['1158,1110,59', 'runs', 'large', 'in', 'arm', 'holes', 'have', 'to', 'wear', 'bandeau', 'love', 'this', 'print', 'and', 'flow', 'of', 'dress', 'loose', 'but', 'still', 'flattering', 'due', 'to', 'arms', 'and', 'shoulders', 'love', 'the', 'overall', 'look', 'midi', 'length', 'for', 'this', '5', '6.5', 'gal', 'size', 's', 'worked', 'best', '-36c-125lbs', ',5,1,2', 'general', 'dresses', 'dresses'] ['1159,235,32', 'not', 'sure', 'what', 'body', 'type', 'this', 'suit', 'is', 'designed', 'for', 'i', 'was', 'so', 'excited', 'to', 'splurge', 'on', 'a', 'mara', 'hoffman', 'suit', 'and', 'was', 'sorely', 'disappointed', 'when', 'i', 'received', 'this', 'suit', 'in', 'the', 'mail', 'i', "'m", 'petite', 'and', 'fairly', 'curvy', 'so', 'i', 'knew', 'it', 'would', 'likely', 'be', 'a', 'little', 'long', 'in', 'the', 'torso', 'but', 'the', 'whole', 'suit', 'was', 'so', 'oddly', 'shaped', 'i', 'could', "n't", 'imagine', 'anyone', 'it', 'would', 'fit', 'the', 'square', 'shape', 'in', 'between', 'the', 'halter', 'pieces', 'is', 'awkward', 'and', 'the', 'pieces', 'that', 'are', 'supposed', 'to', 'hold', 'your', 'chest', 'are', 'super', 'wide', 'and', 'loose', ',1,0,0', 'initmates', 'intimate', 'swim'] ['1160,720,40', 'i', 'love', 'this', 'dress', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'perfect', 'for', 'summer', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', 'because', 'i', 'would', 'buy', 'everyone', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['1161,1098,68', 'like', 'other', 'reviewers', 'i', "'m", 'glad', 'i', 'sized', 'down', 'this', 'is', 'a', 'cute', 'tunic', 'that', 'is', 'definitely', 'great', 'quality', 'lightweight', 'chambray', 'i', 'love', 'that', 'it', 'has', 'pockets', 'but', 'they', 'do', 'puff', 'a', 'bit', 'at', 'my', 'hips', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1162,59,68', 'this', 'is', 'the', 'perfect', 'bralette', 'for', 'comfort', 'it', "'s", 'soft', 'and', 'fits', 'to', 'form', 'really', 'quickly', 'i', 'wear', 'a', 'b', 'cup', 'and', 'it', "'s", 'enough', 'support', 'for', 'me', 'to', 'wear', 'daily', 'doing', 'everything', 'other', 'than', 'heavy', 'exercise', 'now', 'at', '5', 'months', 'pregnant', 'it', "'s", 'pretty', 'much', 'perfect', 'to', 'sleep', 'in', 'too', 'i', "'m", 'at', '35', 'band', 'and', 'i', "'m", 'still', 'wearing', 'it', 'on', 'the', 'loosest', 'closure', 'but', 'it', 'fits', 'perfectly', 'there', 'for', 'me', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['1163,1060,48', 'loved', 'but', 'both', 'in', 'my', 'store', 'had', 'quality', 'issues', 'i', 'really', 'wanted', 'this', 'they', 'had', 'two', 'size', 'small', 'in', 'my', 'local', 'retailer', 'both', 'were', 'damaged', 'so', 'disappointing', 'i', 'do', "n't", 'want', 'to', 'pay', 'shipping', 'for', 'one', 'that', 'hopefully', 'is', "n't", 'damaged', 'in', 'the', 'last', 'year', 'i', "'ve", 'had', 'multiple', 'quality', 'control', 'issues', 'with', 'retailer', 'makes', 'me', 'gun', 'shy', 'not', 'sure', 'i', "'m", 'getting', 'what', 'i', 'pay', 'for', 'anymore', ',4,0,10', 'general', 'petite', 'bottoms', 'pants'] ['1164,1060,62', 'came', 'dirty', 'but', 'nice', 'fit', 'i', 'followed', 'the', 'advice', 'of', 'other', 'reviewers', 'and', 'sized', 'down', 'from', 'a', 's', 'to', 'xs', 'i', 'was', 'worried', 'about', 'the', 'length', 'of', 'the', 'torso', 'since', 'i', "'m", 'long', 'in', 'that', 'area', 'but', 'the', 'xs', 'still', 'worked', 'great', 'it', "'s", 'a', 'totally', 'adorable', 'jumpsuit', 'with', 'a', 'nice', 'fit', 'my', 'biggest', 'peeve', 'with', 'this', 'was', 'that', 'it', 'came', 'dirty', 'on', 'the', 'hems', 'like', 'it', 'had', 'been', 'dragged', 'on', 'the', 'ground', 'somewhere', 'unfortunately', 'there', 'were', 'no', 'more', 'xs', 'online', 'once', 'i', 'got', 'it', 'though', 'so', 'i', 'will', 'keep', 'and', 'try', 'to', 'clean', 'this', 'is', 'not', 'the', 'first', 'time', 'in', 'recent', 'months', 'that', 'i', 'have', 'recei', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1165,1110,53', 'this', 'dress', 'looks', 'better', 'in', 'person', 'nice', 'navy', 'with', 'subtle', 'pattern', 'looks', 'super', 'cute', 'with', 'a', 'really', 'lightweat', 'pale', 'yellow', 'sweater', 'i', 'thought', 'that', 'wiastband', 'area', 'would', 'hit', 'in', 'a', 'funky', 'spot', 'my', 'problem', 'area', 'but', 'it', 'doesnt', 'and', 'looks', 'great', 'super', 'comfortable', 'and', 'i', 'love', 'this', 'neckline', 'also', 'has', 'a', 'decent', 'lining', 'so', 'no', 'bra', 'necessary', 'if', 'youre', 'cool', 'with', 'that', 'i', 'have', 'packed', 'on', 'some', 'after', '50', 'lbs', 'and', 'wear', 'a', '12-14', 'shirt', 'and', '10-12', 'pant', 'and', 'the', 'large', 'is', 'roomy', 'enough.i', 'received', 'a', 'number', 'of', 'compliments', 'and', 'let', "'s", 'fa', ',5,1,1', 'general', 'dresses', 'dresses'] ['1166,1082,28', 'bright', 'versatile', 'i', 'received', 'this', 'dress', 'as', 'a', 'gift', 'and', 'it', 'has', 'become', 'such', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'i', 'love', 'that', 'i', 'can', 'wear', 'it', 'to', 'work', 'and', 'then', 'out', 'with', 'friends', 'a', 'great', 'value', 'if', 'you', "'re", 'looking', 'for', 'one', 'special', 'piece', 'that', 'you', 'can', 'get', 'miles', 'out', 'of', 'you', 'can', 'wear', 'the', 'two', 'pieces', 'separate', 'or', 'together', 'i', 'love', 'floral', 'and', 'felt', 'this', 'non', 'traditional', 'take', 'on', 'a', 'floral', 'was', 'very', 'refreshing.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1167,1060,41', 'this', 'would', 'be', 'perfect', 'if', 'only', 'it', 'were', 'lined', 'i', 'have', 'a', 'high', 'waist', 'and', 'hourglass', 'shape', 'so', 'jumpers', 'are', 'very', 'hard', 'to', 'find', 'that', 'fit', 'my', 'body', 'type', 'this', 'is', 'a', 'perfect', 'fit', 'for', 'my', 'body', 'shape', 'and', 'when', 'on', 'it', 'looks', 'like', 'a', 'lovely', 'dress', 'however', 'it', 'is', 'not', 'lined', 'and', 'the', 'material', 'is', 'very', 'light', 'and', 'ivory', 'so', 'you', 'see', 'everything', 'you', 'ca', "n't", 'wear', 'a', 'slip', 'so', 'that', 'leaves', 'the', 'option', 'of', 'some', 'sort', 'of', 'bodysuit', 'if', 'you', 'do', "n't", 'want', 'to', 'show', 'the', 'world', 'what', 'you', 'have', 'i', 'am', 'very', 'tired', 'of', 'all', 'of', 'the', 'light', 'colored', 'clothing', 'not', 'bei', ',3,0,71', 'general', 'petite', 'bottoms', 'pants'] ['1168,1060,38', 'simply', 'awesome', 'wonderful', 'fit', 'and', 'flatters', 'any', 'body', 'type', 'looks', 'great', 'booties', 'flats', 'or', 'flip', 'flops', 'must', 'have', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['1169,1060,46', 'feminine', 'although', 'it', 'may', 'not', 'look', 'like', 'it', 'takes', 'on', 'a', 'shape', 'what', 'a', 'wonderfully', 'flattering', 'jumper', 'was', 'intrigued', 'from', 'seeing', 'it', 'in', 'the', 'catalog', 'and', 'had', 'to', 'try', 'it', 'on', 'in', 'the', 'store', 'i', 'was', 'unsure', 'how', 'the', 'middle', 'would', 'appear', 'but', 'it', 'fit', 'wonderfully', 'feminine', 'looking', 'forward', 'to', 'the', 'summer', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1170,1042,49', 'love', 'these', 'i', 'had', 'been', 'eyeing', 'these', 'for', 'a', 'while', 'but', 'as', 'they', 'did', "n't", 'seem', 'very', 'popular', 'i', 'figured', 'i', "'d", 'wait', 'for', 'a', 'sale', 'i', 'finally', 'bought', 'them', 'at', 'the', '40', 'off', 'of', 'sale', 'price', 'yay', 'and', 'i', 'love', 'them', 'they', "'re", 'extremely', 'comfortable', 'and', 'very', 'flattering', 'i', "'d", 'say', 'they', 'run', 'true', 'to', 'size', 'but', 'maybe', 'on', 'the', 'smaller', 'end', 'of', 'the', 'size', 'for', 'the', 'waist', 'the', 'blue', 'pants', 'are', 'more', 'greenish', 'in', 'color', 'than', 'the', 'picture', 'shows', 'but', 'still', 'beautiful', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'these', 'now', 'and', 'into', 'the', 'spring', ',4,1,0', 'general', 'bottoms', 'pants'] ['1171,1060,56', ',i', 'loooove', 'this', 'my', 'favorite', 'retailer', 'purchase', 'in', 'a', 'while', 'and', 'i', 'buy', 'frequently', 'ran', 'out', 'of', 's', 'p', 'while', 'in', 'my', 'basket', 'there', 'are', 'never', 'enough', 'petites', 'available', 'so', 'i', 'got', 'the', 'medium', 'it', 'is', 'big', 'but', 'with', 'this', 'style', 'i', 'can', 'pull', 'it', 'off', 'it', 'does', 'run', 'a', 'bit', 'large', 'so', 'a', 's', 'would', 'have', 'been', 'perfect', 'please', 'make', 'this', 'in', 'more', 'colors/fabrics', 'i', 'would', 'buy', 'them', 'all', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1172,1060,37', 'super', 'cute', 'pockets', 'would', 'be', 'nice', 'easy', 'and', 'fun', 'jumper', 'runs', 'slightly', 'large', 'i', 'ordered', 'a', 'medium', 'and', 'returned', 'for', 'a', 'small', 'can', 'be', 'dressed', 'up', 'or', 'down', 'for', 'a', 'variety', 'of', 'occasions', 'would', 'be', 'perfect', 'if', 'it', 'had', 'pockets.,4,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1173,1110,23', 'prettier', 'in', 'person', 'this', 'is', 'such', 'a', 'pretty', 'dress', 'light', 'and', 'flowy', 'i', 'got', 'it', 'to', 'wear', 'on', 'hot', 'summer', 'days.,5,1,0', 'general', 'dresses', 'dresses'] ['1174,1060,38', 'i', 'loved', 'this', 'jumpsuit', 'it', 'fit', 'well', 'on', 'my', 'curvier/athletic', 'frame', 'i', 'did', 'prefer', 'a', 'belt', 'which', 'emphasized', 'my', 'shape', 'unfortunately', 'it', 'is', 'not', 'lined', 'and', 'a', 'bit', 'sheer', 'this', 'was', 'a', 'deal', 'breaker', 'for', 'me', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1175,235,28', 'i', 'have', 'been', 'dying', 'to', 'try', 'a', 'mara', 'hoffman', 'bathing', 'suit', 'so', 'i', 'went', 'for', 'this', 'one', 'unfortunately', 'the', 'design', 'of', 'the', 'bathing', 'suit', 'is', 'not', 'like', 'what', 'they', 'sent', 'me', 'the', 'middle', 'where', 'the', 'tops', 'meets', 'the', 'bottom', 'is', 'squared', 'off', 'not', 'like', 'that', 'v', 'that', 'it', 'looks', 'like', 'in', 'this', 'photo', 'it', 'also', 'makes', 'for', 'major', 'side', 'boob/sagging', 'on', 'each', 'side', 'i', 'was', 'very', 'disappointed', ',2,0,2', 'initmates', 'intimate', 'swim'] ['1176,1072,29', 'pretty', 'but', 'not', 'great', 'this', 'dress', 'was', 'pretty', 'but', 'had', 'a', 'weird', 'fit', 'the', 'waist', 'droops', 'down', 'in', 'the', 'middle', 'instead', 'of', 'going', 'straight', 'across', 'which', 'i', 'found', 'unflattering', 'i', 'ended', 'up', 'returning', 'it', ',3,0,4', 'general', 'dresses', 'dresses'] ['1177,1094,53', 'beautiful', 'summer', 'dress', 'i', 'was', 'unsure', 'about', 'this', 'dress', 'when', 'i', 'first', 'tried', 'it', 'on', 'the', 'color', 'is', 'gorgeous', 'it', 'is', 'flowy', 'and', 'beautiful', 'it', 'hits', 'just', 'below', 'the', 'knee', 'i', 'am', 'tall', 'which', 'is', 'something', 'i', 'am', 'not', 'used', 'to', 'i', 'had', "n't", 'decided', 'on', 'it', 'but', 'my', 'husband', 'loves', 'it', 'and', 'that', "'s", 'all', 'that', 'matters', 'it', 'is', 'very', 'feminine', 'and', 'pretty', 'i', 'normally', 'wear', 'a', '0', 'but', 'ordered', 'a', '00-', 'it', 'fits', 'just', 'slightly', 'loose', 'which', 'is', 'the', 'style', 'this', 'dress', 'is', 'going', 'for', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1178,1204,39', 'comfy', 'and', 'cute', 'pants', 'i', 'love', 'these', 'pants', 'i', 'have', 'them', 'in', 'navy', 'and', 'carbon', 'the', 'navy', 'color', 'seems', 'to', 'run', 'bigger', 'than', 'the', 'carbon', 'they', 'are', 'very', 'loose', 'like', 'a', 'boyfriend', 'pant', 'in', 'navy', 'they', 'loosen', 'up', 'as', 'the', 'day', 'goes', 'on', 'as', 'well', 'super', 'comfy', 'and', 'great', 'for', 'running', 'errands', 'and', 'taking', 'my', 'little', 'one', 'to', 'the', 'park', 'i', 'can', 'look', 'cute', 'and', 'feel', 'comfy', 'and', 'i', 'can', 'give', 'my', 'yoga', 'pants', 'a', 'break.,5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1179,1204,39', 'very', 'comfortable/relaxed', 'these', 'are', 'super', 'soft', 'and', 'relaxed', 'i', 'have', 'them', 'in', 'navy', 'and', 'lavender', 'i', 'am', '5', '6', 'and', '130', 'lbs', 'and', 'ordered', 'them', 'in', 'a', '28', 'which', 'fits', 'loosely', 'but', 'comfortably', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1180,1082,31', 'finally', 'found', 'my', 'staple', 'summer', 'dress', 'was', 'so', 'thrilled', 'to', 'receive', 'my', 'dress', 'in', 'the', 'mail', 'its', 'just', 'what', 'i', 'was', 'looking', 'for', 'for', 'my', 'staple', 'summer', 'dress', 'i', 'love', 'how', 'i', 'can', 'wear', 'it', 'with', 'or', 'without', 'the', 'sweater', 'top', 'and', 'even', 'can', 'pair', 'just', 'the', 'sweater', 'top', 'with', 'my', 'high-waisted', 'shorts', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1181,1072,43', 'awkward', 'i', 'really', 'wanted', 'to', 'like', 'his', 'dress', 'but', 'it', 'was', 'a', 'big', 'miss', 'big', 'big', 'miss', 'look', 'at', 'the', 'way', 'the', 'skirt', 'is', 'attached', 'to', 'the', 'dress', 'in', 'the', 'photo', 'it', 'goes', 'up', 'high', 'on', 'the', 'sides', 'leaving', 'a', 'short', 'bodice', 'the', 'sequined', 'patterns', 'hit', 'right', 'at', 'my', 'breasts', 'so', 'it', 'looked', 'like', 'glittery', 'bra', 'cups', 'on', 'the', 'front', 'the', 'back', 'glittery', 'pattern', 'looked', 'like', 'bird', 'wings', 'on', 'my', 'back', 'it', 'was', 'far', 'shorter', 'than', 'i', 'expected', 'overall', 'it', 'looked', 'like', 'i', 'was', 'desperately', 'trying', 'to', 'be', 'a', 'sexy', 'angel', 'or', 'fairy', 'bad', 'bad', 'bad', ',3,0,5', 'general', 'dresses', 'dresses'] ['1182,1060,21', 'great', 'fabric', 'but', 'unfortunately', 'it', 'did', 'not', 'look', 'good', 'on', 'me', 'maybe', 'on', 'a', 'tall', 'person', 'i', "'m", 'only', '5', '4', 'really', 'wanted', 'to', 'like', 'this', ',3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['1183,1098,54', 'the', 'dress', 'is', 'cute', 'but', 'i', "'m", 'somewhat', 'concerned', 'that', 'it', 'will', 'be', 'sheer', 'in', 'the', 'sunlight', 'i', 'guess', 'we', "'ll", 'have', 'to', 'wait', 'and', 'see', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1184,1060,55', 'so', 'flattering', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'a', 'regular', 'medium', 'and', 'the', 'size', 'was', 'fine', 'just', 'the', 'length', 'fortunately', 'retailer', 'will', 'ship', 'for', 'free', 'if', 'you', 'need', 'a', 'petite', 'i', "'m", 'so', 'excited', 'to', 'get', 'this', 'i', "'m", '5', '1', 'and', 'a', 'bit', 'busty', 'and', 'the', 'medium', 'fit', 'perfect', 'its', 'very', 'flattering', 'and', 'so', 'comfortable', 'perfect', 'for', 'a', 'hot', 'summer', 'day', 'or', 'as', 'the', 'cute', 'clerk', 'in', 'the', 'store', 'had', 'it', 'styled', 'with', 'a', 'cropped', 'jean', 'jacket', 'and', 'a', 'fun', 'necklace', 'the', 'styling', 'idea', "'s", 'are', 'endless', 'i', "'m", 'waiting', 'by', 'the', 'mailbox', 'for', 'it', 'to', 'arrive', ',5,1,6', 'general', 'petite', 'bottoms', 'pants'] ['1185,1060,63', 'why', 'is', 'it', 'so', 'big', 'this', 'runs', 'really', 'large', 'i', 'love', 'it', 'sold', 'out', 'of', 'xs', 'p', 'and', 'xxs', 'p', 'go', 'figure', 'size', 'down', 'if', 'you', 'are', 'slim.,3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1186,1060,66', ',bought', 'this', 'for', 'my', 'daughter', 'it', "'s", 'adorable', 'on', 'her', 'we', "'re", 'going', 'to', 'take', 'it', 'in', 'at', 'the', 'waist', 'so', 'it', 'does', "n't", 'look', 'so', 'sack-like', 'then', 'it', "'ll", 'be', 'perfect', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1187,1060,27', 'not', 'what', 'i', 'expected', 'i', 'was', 'disappointed', 'with', 'this', 'jumpsuit', 'when', 'i', 'first', 'saw', 'it', 'in', 'the', 'store', 'i', 'thought', 'i', 'was', 'going', 'to', 'love', 'it', 'when', 'i', 'tried', 'it', 'on', 'the', 'first', 'issue', 'is', 'the', 'fabric', 'is', 'too', 'sheer', 'i', 'could', 'completely', 'see', 'the', 'outline', 'of', 'my', 'underwear', 'and', 'bra', 'it', 'also', 'runs', 'way', 'too', 'big', 'i', 'know', 'the', 'bottom', 'is', 'supposed', 'to', 'be', 'loose', 'and', 'flowy', 'but', 'the', 'waist', 'needs', 'to', 'be', 'more', 'tapered', 'to', 'off', 'set', 'that', 'and', 'it', "'s", 'so', 'baggy', 'the', 'arm', 'holes', 'are', 'also', 'cut', 'very', 'low', 'so', 'when', 'you', 'lift', 'your', 'arms', 'you', 'can', 'see', 'most', 'of', 'your', 'bra', 'on', 'the', 'sides'] ['i', 'wante', ',3,0,4', 'general', 'petite', 'bottoms', 'pants'] ['1188,1060,85', 'beautiful', 'flattering', 'but', 'runs', 'large', 'perfect', 'for', 'the', 'summer', 'weddings', 'that', 'i', 'am', 'attending', 'i', 'am', '5-1', '119', '32dd', 'and', 'usually', 'a', 'sp', 'i', 'tried', 'on', 'a', 'regular', 's', 'and', 'xs', 'in', 'the', 'store', 'and', 'the', 's', 'was', 'huge', 'i', 'ended', 'up', 'ordering', 'the', 'regular', 'xs', 'instead', 'of', 'the', 'petite', 'xs', 'when', 'the', '20', 'off', 'sale', 'hit', 'because', 'i', 'liked', 'the', 'extra', 'length', 'great', 'bra', 'coverage', 'it', 'is', 'not', 'too', 'long', 'at', 'the', 'armholes', 'or', 'too', 'low', 'in', 'the', 'back', 'i', 'will', 'take', 'it', 'up', 'a', 'bit', 'in', 'the', 'top', 'seams', 'just', 'so', 'it', 'does', "n't", 'have', 'quite', 'so', 'much', 'decolletage', 'but', 'it', 'is', 'wearable', 'as', 'is', 'this', 'is', 'much', 'more', 'of', 'a', 'ro', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['1189,1060,64', 'adorable', 'a', 'sales', 'associate', 'found', 'this', 'for', 'me', 'at', 'my', 'local', 'retailer', 'i', 'probably', 'would', 'have', 'never', 'thought', 'to', 'try', 'it', 'on', 'i', 'am', '5', '1', 'and', 'normally', 'a', 'size', '8', 'or', 'a', 'medium', 'the', 'size', 'small', 'was', 'still', 'too', 'large', 'so', 'i', 'ordered', 'a', 'size', 'small', 'petite', 'it', 'fits', 'perfectly', 'looks', 'adorable', 'on', 'and', 'is', 'so', 'comfortable', 'i', 'ca', "n't", 'wait', 'for', 'the', 'warm', 'weather', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1190,1072,48', 'lovely', 'dress', 'this', 'is', 'a', 'lovely', 'piece', 'with', 'great', 'shape', 'and', 'details', 'i', 'think', 'it', 'would', 'really', 'stand', 'out', 'at', 'events', 'i', 'ended', 'up', 'returning', 'it', 'i', 'do', "n't", 'have', 'much', 'occasion', 'for', 'cocktail', 'dresses', 'i', 'had', 'trouble', 'sending', 'it', 'back', 'it', 'has', 'a', 'slip', 'with', 'the', 'sheer', 'overlay', 'the', 'slip', 'seemed', 'a', 'bit', 'tight', 'at', 'the', 'bottom', 'hem', 'for', 'the', 'shape', 'of', 'the', 'dress', ',4,1,5', 'general', 'dresses', 'dresses'] ['1191,1094,33', 'odd', 'shape', 'this', 'was', 'so', 'unflattering', 'the', 'bust', 'was', 'too', 'high', 'so', 'it', 'hit', 'me', 'weird', 'on', 'the', 'boobs', 'the', 'green', 'was', 'a', 'beautiful', 'vibrant', 'color', 'but', 'the', 'fabric', 'is', 'so', 'delicate', 'that', 'one', 'wrong', 'move', 'would', 'cause', 'a', 'snag', ',2,0,0', 'general', 'dresses', 'dresses'] ['1192,1082,53', 'did', "n't", 'try', 'it', 'on', 'i', 'opened', 'the', 'package', 'and', 'the', 'dress', 'is', 'two', 'pieces', 'it', 'is', 'the', 'skirt', 'part', 'with', 'an', 'orange', 'cami', 'top', 'that', 'the', 'sweater', 'goes', 'over', 'the', 'sweater', 'was', 'too', 'short', 'for', 'me', 'as', 'i', 'am', 'busty', 'and', 'would', 'not', 'work', 'i', 'ordered', 'my', 'normal', 'size', 'and', 'the', 'band', 'around', 'the', 'rib', 'cage', 'did', 'not', 'go', 'from', 'side', 'to', 'side', 'so', 'i', 'did', "n't", 'try', 'it', 'on', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['1193,720,43', 'cute', 'casual', 'summer', 'dress', 'just', 'purchased', 'this-', 'love', 'how', 'light', 'and', 'airy', 'it', 'is', 'perfect', 'for', 'throwing', 'on', 'on', 'a', 'warm', 'summer', 'day', 'it', 'is', 'soft', 'and', 'comfy', 'but', 'it', 'does', 'run', 'pretty', 'large', 'i', 'am', 'normally', 'a', 'm', 'and', 'in', 'this', 'the', 'm', 'was', 'swimming', 'on', 'me', 'i', 'purchased', 'the', 's', 'and', 'still', 'loose', 'and', 'flowy', 'i', 'wore', 'a', 'strapless', 'bra', 'with', 'it', 'but', 'will', 'also', 'try', 'a', 'bandeau', 'or', 'tank', 'top', ',4,1,5', 'initmates', 'intimate', 'lounge'] ['1194,1060,26', 'throw', 'on', 'and', 'go', 'perfection', 'i', "'m", 'very', 'picky', 'about', 'jumpers', 'and', 'this', 'one', 'is', 'abolutely', 'perfect', 'i', 'love', 'how', 'it', 'looks', 'like', 'a', 'dress', 'at', 'first', 'glance', 'it', 'runs', 'a', 'little', 'big', 'because', 'of', 'the', 'oversized', 'fit', 'it', 'is', 'supposed', 'to', 'have', 'i', 'sized', 'down', 'because', 'of', 'the', 'armpit', 'area', 'nude', 'garments', 'and', 'you', "'ll", 'be', 'fine', 'this', 'is', 'going', 'to', 'sell', 'out', 'fast', 'do', "n't", 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'seriously', 'my', 'store', 'is', 'already', 'out', 'of', 'xs', "'s", ',5,1,9', 'general', 'petite', 'bottoms', 'pants'] ['1195,720,58', ',nice', 'flowing', 'summer', 'sun', 'dress', 'i', 'was', 'looking', 'for', 'something', 'very', 'simple', 'and', 'put', 'a', 'colorful', 'kimono', 'over', 'it', 'i', 'put', 'a', 'bando', 'under', 'it', 'i', 'think', 'this', 'dress', 'can', 'be', 'for', 'all', 'ages', 'as', 'my', 'friend', 'in', 'her', '20s', 'bought', 'and', 'loves', 'this', 'dress', 'as', 'well.,5,1,1', 'initmates', 'intimate', 'lounge'] ['1196,1110,38', 'huge', 'i', 'am', "5'-7", 'and', '135', 'lbs', 'i', 'bought', 'a', 'medium', 'petite', 'as', 'i', 'wanted', 'the', 'dress', 'to', 'hit', 'at', 'my', 'knees', 'instead', 'of', 'midi', 'this', 'dress', 'is', 'easily', '2', 'sizes', 'bigger', 'than', 'expected', 'the', 'pattern', 'was', 'not', 'flattering', 'on', 'my', 'although', 'i', "'m", 'sure', 'it', 'would', 'be', 'for', 'others', 'i', 'was', 'happy', 'with', 'the', 'length', ',3,0,1', 'general', 'dresses', 'dresses'] ['1197,1094,50', 'just', 'a', 'nice', 'dress', 'this', 'is', 'one', 'of', 'those', 'dresses', 'that', 'is', 'just', 'nice', 'and', 'can', 'be', 'one', 'that', 'you', 'go', 'to', 'in', 'a', 'pinch', 'it', 'flows', 'very', 'nicely', 'and', 'you', 'can', 'dress', 'it', 'up', 'and', 'down', 'it', "'s", 'not', 'the', 'best', 'quality', 'in', 'fabric', 'but', 'if', 'it', 'was', 'all', 'silk', 'you', 'would', 'have', 'paid', '3xs', 'i', 'like', 'it', 'it', 'fits', 'well', 'it', "'s", 'not', 'outstanding', 'or', 'unusual', 'i', 'think', 'it', 'is', 'a', 'bit', 'pricey', 'for', 'what', 'you', 'get', 'but', 'it', "'s", 'a', 'work', 'horse', 'dress', 'it', 'will', 'do', 'you', 'right', 'whenever', 'you', 'need', 'it', 'to', ',3,1,0', 'general', 'dresses', 'dresses'] ['1198,1060,52', ',this', 'jumpsuit', 'is', 'the', 'epitome', 'of', 'what', 'i', 'love', 'about', 'retailer', 'unique', 'and', 'absolutely', 'beautiful', 'i', 'love', 'how', 'it', 'flows', 'and', 'on', 'my', 'petite', 'frame', 'when', 'paired', 'with', 'heels', 'makes', 'me', 'look', 'taller', 'hopefully', 'the', 'designs', 'for', 'spring/summer', 'are', 'just', 'as', 'beautiful', 'and', 'comfortable', 'as', 'this', 'piece', 'i', 'plan', 'to', 'rock', 'this', 'with', 'a', 'cute', 'belt', 'and', 'a', 'bolo', 'jacket.,5,1,19', 'general', 'petite', 'bottoms', 'pants'] ['1199,720,80', 'pretty', 'but', 'runs', 'big', 'i', 'loved', 'this', 'dress', 'from', 'the', 'moment', 'i', 'saw', 'it', 'i', 'ordered', 'it', 'immediately', 'after', 'reading', 'the', 'reviews', 'and', 'felt', 'confident', 'in', 'my', 'dress', 'size', 'choice', 'but', 'when', 'it', 'arrived', 'it', 'was', 'big', 'i', 'am', '5', '7', '140lbs', 'with', 'an', 'athletic', 'build', 'and', 'i', 'usually', 'wear', 'a', '6', 'or', '8', 'in', 'dresses', 'so', 'usually', 'a', 'small', 'but', 'sometimes', 'a', 'medium', 'because', 'if', 'this', 'in', 'between', 'that', 'i', 'am', 'i', 'ordered', 'a', 'small', 'and', 'it', 'was', 'really', 'too', 'big', 'so', 'sad', 'incalled', 'a', 'bunch', 'of', 'stores', 'to', 'try', 'and', 'find', 'an', 'xs', 'but', 'they', 'are', 'sold', 'out', 'everywhere'] ['style', 'is', 'fun', 'and', 'flir', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['1200,720,37', 'fun', 'easy', 'dress', 'this', 'dress', 'is', 'great', 'it', 'appears', 'just', 'as', 'it', 'does', 'online', 'its', 'soft', 'flowy', 'and', 'a', 'thin', 'chambray', 'material', 'the', 'straps', 'are', 'adjustable', 'which', 'makes', 'it', 'a', 'good', 'fit', 'for', 'all', 'women', 'i', 'am', 'fuller', 'in', 'my', 'hips', 'and', 'toosh', 'and', 'this', 'dress', 'fell', 'beautifully', 'over', 'them', 'i', 'tried', 'a', 'large', 'i', 'normally', 'do', 'l', 'or', 'xl', 'in', 'retailer', 'dresses', 'and', 'there', 'was', 'plenty', 'of', 'room', 'i', 'would', 'have', 'probably', 'liked', 'the', 'xl', 'more', 'just', 'because', 'i', 'prefer', 'things', 'oversized', 'the', 'dress', 'is', 'a', 'midi', 'length', 'very', 'breezy', 'and', 'airy', 'its', 'extremely', 'comfortable', 'and', 'very', 'fl', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['1201,1060,53', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1202,1072,62', 'i', 'was', 'worried', 'at', 'first', 'that', 'the', 'metal', 'leaves', 'would', 'come', 'off', 'easily', 'i', 'was', 'pleasantly', 'surprised', 'after', 'a', 'day', 'at', 'disneyland', 'i', 'do', "n't", 'think', 'i', 'lost', 'even', 'one', 'of', 'them', 'this', 'dress', 'is', 'super', 'fancy', 'but', 'very', 'comfy', ',5,1,0', 'general', 'dresses', 'dresses'] ['1203,1022,38', 'sleepable', 'jeans', 'these', 'jeans', 'have', 'been', 'the', 'best', 'pair', 'of', 'jeans', 'i', 'have', 'ever', 'worn', 'you', 'could', 'practically', 'sleep', 'in', 'them', 'they', 'are', 'so', 'comfortable', 'brushed', 'softness', 'and', 'stretch', 'easily', 'they', 'hug', 'your', 'body', 'in', 'a', 'flattering', 'way', 'that', 'these', 'jeans', 'are', 'worth', 'the', 'money', 'spent', 'as', 'you', "'ll", 'have', 'them', 'for', 'a', 'while', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1204,1060,59', 'lovely', 'feminine', 'needs', 'belt', 'for', 'definition', 'i', "'d", 'been', 'eyeing', 'this', 'for', 'months', 'loving', 'the', 'look', 'but', 'afraid', 'it', "'d", 'be', 'too', 'young', 'for', 'me', 'i', "'m", '58', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'loved', 'it', 'with', 'one', 'caveat', 'it', 'hangs', 'rather', 'like', 'a', 'sack', 'so', 'i', 'think', 'it', 'needs', 'a', 'belt', 'for', 'waist', 'definition', 'with', 'a', 'belt', 'it', 'looks', 'great', 'my', 'measurements', 'are', '38-30-38', 'and', 'i', 'wear', 'a', 'medium', 'oh', 'and', 'contrary', 'to', 'what', 'other', 'reviewers', 'have', 'said', 'i', 'do', "n't", 'find', 'that', 'the', 'fabric', 'is', 'too', 'thin', 'or', 'transparent', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['1205,1094,29', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'bought', 'it', 'for', 'a', 'photoshoot', 'that', 'will', 'be', 'outdoors', 'and', 'thought', 'that', 'the', 'green', 'color', 'would', 'be', 'perfect', 'it', 'is', 'well', 'made', 'but', 'the', 'fabric', 'is', 'lighter', 'than', 'expected', 'the', 'biggest', 'issues', 'was', 'the', 'size', 'i', 'am', '5', '7', 'and', 'typically', 'a', 'size', 'ten', 'i', 'ordered', 'the', 'ten', 'and', 'it', 'fit', 'like', 'a', '14-16.', 'it', 'was', 'huge', 'if', 'you', 'order', 'this', 'i', 'would', 'say', 'size', 'down', 'two', 'sizes', ',2,0,10', 'general', 'dresses', 'dresses'] ['1206,1042,39', 'unique', 'classy', 'great', 'fit', 'smooth', 'comfortable', 'material', 'wrinkles', 'but', 'nothing', 'an', 'iron', 'ca', "n't", 'fix', 'beautiful', 'colors', 'i', 'got', 'both', 'the', 'teal', 'and', 'the', 'black', ',5,1,0', 'general', 'bottoms', 'pants'] ['1207,1072,36', 'pretty', 'dress', 'but', 'oddly', 'cut', 'in', 'the', 'middle', 'this', 'dress', 'is', 'beautiful', 'and', 'would', 'make', 'an', 'excellent', 'party', 'dress', 'for', 'winter', 'it', 'is', 'well', 'made', 'and', 'the', 'details', 'are', 'pretty', 'however', 'the', 'waist', 'is', 'cut', 'in', 'sort', 'of', 'a', 'scallop', 'shape', 'so', 'it', 'is', 'higher', 'on', 'the', 'sizes', 'and', 'dips', 'down', 'in', 'the', 'middle', 'over', 'the', 'stomach', 'i', 'wear', 'a', 'size', 'l', 'or', '10', 'in', 'dresses', 'at', 'retailer', 'and', 'it', 'just', 'did', 'not', 'flatter', 'my', 'body', 'type', 'at', 'all', 'for', 'a', 'thinner', 'narrow', 'silhouette', 'i', 'suppose', 'it', 'would', 'look', 'better', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 'had', 'to', 'return', 'it', ',4,0,6', 'general', 'dresses', 'dresses'] ['1208,1110,27', 'beautifully', 'constructed', 'dress', 'runs', 'large', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'last', 'night', 'and', 'decided', 'to', 'order', 'it', 'today', 'it', 'is', 'a', 'really', 'beautifully', 'made', 'and', 'flattering', 'dress', 'with', 'very', 'interestingly', 'cut', 'seams', 'the', 'fabric', 'is', 'a', 'distinctive', 'flower', 'pattern', 'that', 'has', 'been', 'overlaid', 'to', 'appear', 'almost', 'abstract', 'gorgeous', 'and', 'high', 'quality'] [] ['fit', 'i', 'am', '5', '6', 'and', 'curvy', 'usually', 'a', 'size', '14/16', 'and', 'the', 'xl', 'fits', 'quite', 'roomy', 'on', 'me', 'that', "'s", 'the', 'size', 'i', 'ordered', 'because', 'i', 'like', 'flowy', 'things', 'so', 'it', 'definitely', 'runs', 'large', 'usually', 'i', 'have', 'better', 'luck', 'with', 'a-line', 'dress', 'shap', ',5,1,3', 'general', 'dresses', 'dresses'] ['1209,1094,72', 'perfect', 'for', 'irish', 'fest', 'and', 'beyond', 'i', 'bought', 'this', 'dress', 'for', 'its', 'green', 'color', 'and', 'flowy', 'design', 'to', 'wear', 'at', 'an', 'irish', 'fest', 'held', 'in', 'the', 'hot', 'summer', 'it', "'s", 'perfect', 'being', 'of', 'irish', 'descent', 'with', 'red', 'hair', 'and', 'fair', 'skin', 'i', 'love', 'all', 'shades', 'of', 'green', 'and', 'this', 'green', 'dress', 'is', 'no', 'exception', 'the', 'color', 'is', 'lovely', 'and', 'eye-catching', 'and', 'cool', 'as', 'to', 'the', 'sizing', 'i', 'usually', 'wear', 'a', 'size', '8', 'but', 'to', 'make', 'sure', 'due', 'to', 'the', 'design', 'i', 'ordered', 'an', '8', 'and', 'a', '6.', 'there', 'was', "n't", 'a', 'great', 'difference', 'between', 'the', 'two', 'dresses', 'but', 'the', 'size', '6', 'top', 'was', 'a', 'bit', 'more', 'fitted', 'and', 'looked', 'bet', ',5,1,0', 'general', 'dresses', 'dresses'] ['1210,1060,32', 'cute', 'sweet', 'flirty', 'sexy', 'i', 'just', 'bought', 'this', 'at', 'the', 'store', 'i', 'simply', 'could', "n't", 'resist', 'it', 'is', 'very', 'light', 'and', 'comfortable', 'and', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'sandals', 'and', 'a', 'crossbody', 'bag', 'for', 'exploring', 'the', 'city', 'strappy', 'healed', 'sandals', 'and', 'some', 'flashy', 'jewelry', 'for', 'a', 'garden', 'party', 'or', 'day', 'event', 'slip', 'on', 'booties', 'and', 'a', 'cardigan', 'for', 'the', 'evening', 'ca', "n't", 'wait', 'to', 'rock', 'it', 'in', 'terms', 'of', 'sizing', 'i', 'am', '5', '5', '150', 'with', '36dd', 'bust', 'and', 'some', 'hips', 'and', 'booty', 'usually', 'i', 'am', 'a', 'size', '6-8/m', 'in', 'dresses', 'and', 'pants', 'but', 'in', 'true', 'retailer', 'style', 'i', 'ended', 'up', ',5,1,14', 'general', 'petite', 'bottoms', 'pants'] ['1211,1060,30', 'great', 'jumpsuit', 'even', 'better', 'in', 'person', 'elegant', 'and', 'stylish', "i'am", '5', '7', 'and', '165lb', 'm', 'fits', 'perfectly', 'material', 'is', 'not', 'see-', 'throug', 'that', 'was', 'my', 'biggest', 'concern', 'sooo', 'happy', 'that', 'i', 'got', 'it', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1212,868,34', 'nice', 'simple', 'staple', 'i', 'purchased', 'this', 'in', 'the', 'mauve', 'color', 'beautiful', 'color', 'with', 'tan', 'skin', 'for', 'the', 'summer', 'but', 'also', 'perfect', 'for', 'fall', 'the', 'material', 'is', 'very', 'thin', 'but', 'not', 'sheer', 'at', 'all', 'has', 'quite', 'a', 'bit', 'of', 'drape/swing', 'to', 'it', 'so', 'i', 'sized', 'up', 'to', 'make', 'sure', 'it', 'was', 'long', 'enough', 'it', 'fits', 'me', 'like', 'it', 'fits', 'the', 'model', 'shown', 'here', 'i', 'am', 'about', '5', '4', '115lbs', 'and', '32b', 'and', 'am', 'keeping', 'the', 'small', ',5,1,2', 'general', 'tops', 'knits'] ['1213,1094,42', 'flowy', 'and', 'flirty', 'for', 'summer', 'flings', 'i', 'originally', 'ordered', 'this', 'in', 'green', 'and', 'unlike', 'another', 'reviewer', 'i', 'thought', 'the', 'color', 'was', 'perfect', 'for', 'spring', 'it', 'is', 'trendy', 'flattering', 'and', 'fun', 'in', 'green', 'but', 'perhaps', 'not', 'a', 'color', 'i', 'would', 'wear', 'long-term', 'so', 'i', 'decided', 'to', 'return', 'it', 'and', 'order', 'it', 'in', 'red', 'and', 'black', 'i', 'also', 'noted', 'the', 'boxy', 'cut', 'and', 'if', 'that', 'is', 'what', 'you', 'want', 'it', 'runs', 'true', 'to', 'size', 'however', 'if', 'like', 'me', 'you', 'want', 'something', 'a', 'little', 'more', 'form', 'fitting', 'consider', 'ordering', 'down', 'a', 'size', 'or', 'two', 'depending', 'on', 'your', 'chest', 'size', 'and', 'just', 'carefully', 'shimmy', ',5,1,0', 'general', 'dresses', 'dresses'] ['1214,1094,52', 'great', 'dress', 'but', 'not', 'in', 'green', 'beautiful', 'dress', 'good', 'quality', 'tts', 'i', "'m", '5', 'feet', '120', 'lbs', 'ordered', 'my', 'small', 'petite', 'no', 'issues', 'however', 'the', 'green', 'is', 'very', 'bright', 'the', 'deal', 'killer', 'for', 'me', 'was', 'when', 'my', 'hub', 'said', 'it', 'looked', 'like', 'a', 'starbucks', 'barista', "'s", 'apron', 'it', "'s", 'going', 'back', 'i', 'marked', 'yes', 'if', 'you', 'plan', 'on', 'purchasing', 'a', 'black', 'dress', 'it', "'s", 'a', 'yes', ',3,1,1', 'general', 'dresses', 'dresses'] ['1215,1095,50', 'a', 'little', 'itchy', 'for', 'me', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'i', 'tried', 'regular', 'medium', 'which', 'was', 'way', 'too', 'big', 'except', 'in', 'the', 'chest', 'where', 'it', 'was', 'really', 'tight', 'the', 'material', 'was', 'a', 'little', 'itchy', 'on', 'me', 'but', 'maybe', 'its', 'because', 'the', 'chest', 'was', 'tight', 'the', 'color', 'is', 'lovely', 'pink', 'im', 'sure', 'someone', 'will', 'love', 'it', 'but', 'if', 'you', 'are', 'petite', 'i', 'would', 'order', 'the', 'petite', 'and', 'maybe', 'size', 'up', 'if', 'you', 'are', 'busty', ',3,1,1', 'general', 'dresses', 'dresses'] ['1216,1028,44', 'love', 'i', 'tried', 'these', 'on', 'at', 'my', 'local', 'retailer', 'and', 'was', 'like', 'no', 'way', 'am', 'i', 'spending', 'almost', '300', 'on', 'a', 'pair', 'of', 'jeans', 'alas', 'i', 'could', 'not', 'stop', 'thinking', 'about', 'them', 'the', 'pictures', 'really', 'do', "n't", 'do', 'them', 'justice', 'they', 'are', 'a', 'more', 'substantial', 'jean', 'have', 'a', 'distressed', 'look', 'without', 'being', 'fragile', 'and', 'yet', 'they', 'are', 'so', 'soft', 'so', 'comfortable', 'you', 'really', 'just', 'do', "n't", 'want', 'to', 'take', 'them', 'off', 'they', 'do', 'have', 'a', 'bit', 'of', 'stretch', 'but', 'hold', 'their', 'shape', 'all', 'day', 'long', 'the', 'length', 'and', 'taper', 'are', 'perfect', 'in', 'that', 'you', 'can', 'wear', 'them', 'with', 'boots', 'san', ',5,1,3', 'general', 'bottoms', 'jeans'] ['1217,1095,37', 'pretty', 'comfy', 'casual', 'dressy', 'i', 'love', 'this', 'dress', 'i', 'disagree', 'with', 'the', 'review', 'saying', 'it', 'was', 'too', 'sheer', 'this', 'is', 'a', 'thicker', 'material', 'and', 'doesnt', 'need', 'a', 'slip', 'it', 'is', 'beautiful', 'and', 'is', 'so', 'comfy', 'it', 'looks', 'good', 'with', 'heels', 'or', 'sandals', 'i', 'definately', 'recommend', 'this', 'dress', 'it', 'would', 'look', 'good', 'on', 'any', 'body', 'type', ',5,1,0', 'general', 'dresses', 'dresses'] ['1218,850,30', 'cute', 'top', 'this', 'top', 'is', 'cute', 'and', 'could', 'be', 'worn', 'to', 'work', 'or', 'casually', 'being', 'tall', 'i', 'love', 'how', 'long', 'this', 'shirt', 'is', 'definitely', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1219,850,44', 'flattering', 'i', 'purchased', 'the', 'gorgeous', 'green', 'color', 'i', 'love', 'that', 'i', 'can', 'wear', 'this', 'with', 'leggings', 'and', 'sandals', 'in', 'warm', 'weather', 'or', 'boots', 'and', 'scarves', 'when', 'it', "'s", 'cooler', 'outside', 'the', 'best', 'thing', 'is', 'that', 'it', 'has', 'pockets', 'to', 'slip', 'my', 'phone', 'in', 'the', 'color', 'is', 'very', 'flattering', 'and', 'i', 'get', 'lots', 'of', 'compliments', 'when', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1220,850,59', ',i', 'bought', 'the', 'blue', 'pattern', 'and', 'really', 'have', 'found', 'this', 'print', 'to', 'be', 'very', 'fun', 'and', 'flattering', 'and', 'the', 'tunic', 'style', 'great', 'for', 'work', 'and', 'play', 'highly', 'recommend', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['1221,850,35', 'like', 'a', 'baby', 'doll', 'top', 'with', 'almost', 'an', 'empire', 'waist', 'going', 'on', 'feels', 'comfortable', 'and', 'super', 'flowy', 'i', 'got', 'a', 'size', 'm', 'and', 'i', 'swing', 'between', 'm', 'and', 'l', 'in', 'most', 'brands', 'the', 'button', 'stitching', 'are', 'a', 'bit', 'loose', 'and', 'will', 'fray', 'after', 'some', 'wears', 'i', 'can', 'tell', 'but', 'i', "'m", 'borderline', 'on', 'taking', 'it', 'back', 'still', 'because', 'there', 'are', 'hidden', 'side', 'pockets', 'crazy', 'like', 'it', 'was', 'a', 'fluke', 'or', 'something', 'would', 'fit', 'a', 'piece', 'of', 'paper', 'or', 'tissues', 'not', 'keys', 'or', 'phones', 'though', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['1222,940,57', 'bryson', 'cowl', 'this', 'is', 'a', 'beautiful', 'sweater', 'soft', 'lovely', 'color', 'and', 'easy', 'to', 'wear', 'the', 'current', 'photo', 'is', 'more', 'true', 'to', 'the', 'length', 'i', 'am', '5', '2', 'and', '128', 'pounds', 'and', 'ordered', 'the', 'regular', 'sm', 'and', 'it', 'fits', 'just', 'below', 'my', 'hips', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['1223,868,43', 'wide', 'i', "'m", '5', '0', 'and', 'weigh', '105', 'lbs', 'i', 'purchased', 'the', 'xxs', 'and', 'it', 'was', 'super-wide', 'and', 'big', 'all', 'over', 'it', 'looked', 'like', 'a', 'pregnancy', 'top', 'and', 'did', 'not', 'lay', 'as', 'nicely', 'as', 'shown', 'on', 'the', 'model', 'also', 'not', 'shown', 'on', 'the', 'model', 'is', 'the', 'front', 'is', 'short', 'and', 'the', 'back', 'is', 'very', 'long', 'this', 'would', 'work', 'better', 'on', 'a', 'taller', 'person', 'i', 'just', 'find', 'it', 'odd', 'that', 'a', 'xxs', 'is', 'still', 'too', 'big', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'the', 'print', 'is', 'good', 'and', 'the', 'lace-up', 'in', 'the', 'back', 'is', 'cute', ',2,0,7', 'general', 'tops', 'knits'] ['1224,1028,40', 'amazing', 'fit', 'and', 'wash', 'like', 'other', 'reviewers', 'i', 'was', 'hesitant', 'to', 'spend', 'this', 'much', 'on', 'a', 'pair', 'of', 'jeans', 'however', 'i', 'purchased', 'them', 'at', '20', 'off', 'on', 'retailer', 'day', 'and', 'honestly', 'they', 'look', 'so', 'good', 'i', 'probably', 'would', 'have', 'paid', 'full', 'price', 'these', 'jeans', 'are', 'fresh', ',5,1,0', 'general', 'bottoms', 'jeans'] ['1225,1095,42', 'elegant', 'and', 'comfortable', 'after', 'reading', 'the', 'reviews', 'i', 'ordered', 'this', 'dress', 'in', 'an', 'xs', 'and', 'sp', 'i', "'m", '5', '3', 'and', '120', 'lbs', 'the', 'xs', 'was', 'too', 'long', 'and', 'too', 'big', 'on', 'the', 'bottom', 'while', 'being', 'too', 'tight', 'in', 'the', 'chest', 'the', 'sp', 'fits', 'perfectly', 'i', "'m", 'wearing', 'this', 'to', 'a', 'wedding', 'and', 'know', 'that', 'i', 'will', 'get', 'lots', 'of', 'use', 'out', 'of', 'it', 'for', 'many', 'different', 'occasions', ',5,1,0', 'general', 'dresses', 'dresses'] ['1226,868,59', 'so', 'cute', 'i', 'always', 'look', 'for', 'things', 'to', 'hide', 'parts', 'without', 'making', 'my', 'parts', 'look', 'even', 'more', 'pronounced', 'this', 'top', 'is', 'much', 'cuter', 'in', 'person', 'than', 'online', 'it', 'has', 'floral', 'edging', 'around', 'the', 'neck', 'and', 'lace', 'up', 'area', 'i', 'did', "n't", 'notice', 'the', 'length', 'is', 'perfect', 'the', 'sleeve', 'length', 'is', 'perfect', 'and', 'it', 'makes', 'me', 'feel', 'thin', 'even', 'though', 'it', 'has', 'stripes', 'perfect', 'spring', 'summer', 'top', ',5,1,16', 'general', 'tops', 'knits'] ['1227,1095,31', 'great', 'buy', 'fit', 'is', 'true', 'to', 'size', 'but', 'keep', 'in', 'mind', 'this', 'dress', 'has', 'a', 'box-like', 'fit', 'i', 'am', 'debating', 'whether', 'to', 'have', 'mine', 'taken', 'in', 'a', 'little', 'under', 'the', 'arms'] ['the', 'material', 'is', "n't", 'what', 'i', 'expected', 'but', 'i', 'still', 'love', 'it', 'the', 'dress', 'has', 'a', 'more', 'textured/thick', 'fabric', 'instead', 'of', 'the', 'light', 'somewhat', 'silky', 'fabric', 'that', 'the', 'photo', 'portrays'] ['i', 'am', 'very', 'happy', 'with', 'the', 'color', ',4,1,9', 'general', 'dresses', 'dresses'] ['1228,850,62', 'bought', 'in', '2', 'patterns', 'this', 'shirt', 'is', 'easy', 'breezy', 'comfy', 'and', 'stylish', 'everything', 'i', 'want', 'as', 'a', 'busy', 'mom', 'all', 'the', 'patterns', 'are', 'beautiful', 'it', 'i', 'went', 'with', 'the', 'blue', 'motif', 'as', 'well', 'as', 'the', 'floral', 'print', 'because', 'they', 'felt', 'fun', 'and', 'easy', 'to', 'wear', 'with', 'jeans', 'or', 'white', 'pants', 'this', 'definitely', 'fit', 'a', 'full', 'size', 'large', 'for', 'me', 'i', 'tried', 'my', 'usual', 's', 'plus', 'xs', 'thinking', 'the', 'shoulders', 'might', 'be', 'too', 'tight', 'but', 'the', 'xs', 'was', 'perfect', 'happy', 'to', 'have', 'this', 'beauty', 'in', 'the', 'rotation', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1229,850,23', 'not', 'flattering', 'i', "'ve", 'been', 'eyeing', 'this', 'top', 'up', 'in', 'the', 'floral', 'pattern', 'for', 'a', 'while', 'and', 'finally', 'ordered', 'it', 'when', 'i', 'had', '15', 'off', 'i', 'really', 'do', "n't", 'think', 'it', "'s", 'worth', 'the', 'price', 'and', 'it', "'s", 'not', 'very', 'flattering', 'i', 'think', 'it', 'would', 'look', 'better', 'on', 'someone', 'less', 'busty', 'it', 'seemed', 'to', 'accent', 'my', 'bust', 'it', "'s", 'definitely', 'not', 'my', 'favorite', 'piece', 'and', 'unfortunately', 'i', 'will', 'be', 'returning.,3,0,0', 'general', 'petite', 'tops', 'blouses'] ['1230,1028,38', 'this', 'is', 'my', 'first', 'pair', 'of', 'realllly', 'expensive', 'jeans', 'and', 'they', 'were', 'worth', 'every', 'penny', 'i', 'love', 'the', 'fit', 'the', 'distressing', 'everything', 'about', 'them', 'they', 'make', 'me', 'feel', 'like', 'i', 'look', 'amazing', 'which', 'is', 'what', 'good', 'jeans', 'should', 'do', 'i', 'wear', 'a', '31', 'in', 'pilcro', 'jeans', 'but', 'based', 'on', 'some', 'reviews', 'went', 'up', 'to', 'a', '32', 'in', 'these', 'and', 'they', 'are', 'perfect', 'also', 'i', "'m", '5', '6', 'but', 'the', 'crop', 'length', 'hits', 'at', 'my', 'ankle', 'which', 'is', 'perfect', ',5,1,1', 'general', 'bottoms', 'jeans'] ['1231,1055,38', 'cute', 'with', 'some', 'adjustments', 'shortened', 'it', 'to', 'knee', 'length', 'and', 'it', 'was', 'perfect', 'material', 'is', 'soft', 'comfortable', 'to', 'wear', 'can', 'be', 'paired', 'with', 'wedges', 'or', 'pumps', 'or', 'flats', 'fits', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1232,850,20', 'super', 'cute', 'and', 'flattering', 'shirt', 'the', 'long', 'tunic-style', 'makes', 'it', 'so', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'so', 'cute', 'and', 'comfy', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1233,1095,46', 'way', 'cuter', 'in', 'the', 'photo', 'it', 'looks', 'great', 'on', 'the', 'model', 'but', 'not', 'on', 'me', 'on', 'me', 'it', 'looked', 'more', 'like', 'a', 'sack', 'of', 'potatoes', 'the', 'fabric', 'is', 'unexpected', 'for', 'the', 'style', 'in', 'my', 'opinion', 'it', 'is', 'very', 'thick', 'i', "'ll", 'be', 'returning', 'it', 'because', 'it', 'is', 'not', 'flattering', 'on', 'me', ',3,0,0', 'general', 'dresses', 'dresses'] ['1234,850,33', 'go', 'to', 'summer', 'top', 'this', 'shirt', 'is', 'just', 'so', 'easy', 'breezy', 'i', 'got', 'the', 'blue', 'motif', 'and', 'love', 'the', 'pattern', 'the', 'top', 'is', 'loose', 'but', 'it', "'s", 'supposed', 'to', 'fit', 'that', 'way', 'i', 'have', 'a', 'feeling', 'this', 'will', 'be', 'my', 'go', 'to', 'for', 'the', 'spring', 'summer', 'i', "'m", 'about', '136lbs', 'and', 'ordered', 'a', 'small.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1235,1095,37', 'frumpy', 'this', 'dress', 'looked', 'gorgeous', 'in', 'the', 'monthly', 'catalog', 'ordered', 'in', 'hopes', 'to', 'wear', 'in', 'easter', 'i', 'felt', 'it', 'was', 'frumpy', 'and', 'just', 'ok.', 'color', 'was', 'pretty', 'but', 'overall', 'i', 'did', "n't", 'love', 'it', 'like', 'i', 'hoped', 'to.,2,0,0', 'general', 'dresses', 'dresses'] ['1236,1094,60', 'the', 'lady', 'dress', 'if', 'there', 'ever', 'was', 'the', 'perfect', 'feminine', 'dress', 'this', 'would', 'be', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['1237,850,37', 'cute', 'i', "'m", 'small', "4'11", '98', 'pounds', 'and', '34a', 'so', 'the', 'regular', 'xs', 'looks', 'like', 'a', 'baby', 'doll', 'dress', 'on', 'me', 'i', 'just', 'wear', 'the', 'tunic', 'with', 'a', 'tank', 'top', 'underneath', 'or', 'i', 'can', 'wear', 'the', 'tunic', 'by', 'itself', 'and', 'leggings', 'plus', 'a', 'pair', 'of', 'boots', 'the', 'top', 'part', 'is', 'slightly', 'baggy', 'so', 'if', 'you', 'want', 'tight', 'fitting', 'is', 'size', 'down', 'to', 'xxs', 'i', 'got', 'the', 'yellow', 'flower', 'and', 'white', 'grey', 'one', 'and', 'plan', 'to', 'get', 'the', 'navy', 'one', 'soon', 'the', 'quality', 'is', 'good', 'and', 'you', 'can', 'machine', 'wash', 'it', 'with', 'cold', 'water', 'i', 'plan', 'to', 'use', 'a', 'tide', 'sweater', 'garment', 'bag', 'to', 'wash', 'it', 'i', 'put', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['1238,850,60', 'not', 'so', 'flattering', 'top', 'i', 'had', 'reservations', 'about', 'this', 'top', 'based', 'on', 'other', 'reviews', 'but', 'it', 'looked', 'cute', 'on', 'the', 'model', 'so', 'i', 'took', 'my', 'chances', 'i', 'have', 'an', 'athletic', 'build', 'not', 'model-thin', 'but', 'not', 'dumpy', 'either', 'and', 'this', 'top', 'made', 'me', 'look', 'very', 'frumpy', 'and', 'matronly', 'the', 'sleeves', 'were', 'especially', 'unflattering', 'i', 'purchased', 'it', 'in', 'an', 'ps', 'and', 'might', 'have', 'done', 'better', 'with', 'a', 'pxs', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['1239,850,34', 'i', 'ordered', 'the', 'black', 'and', 'it', 'was', 'a', 'soft', 'black', 'which', 'i', 'loved', 'i', 'felt', 'like', 'the', 'shirt', 'was', 'a', 'little', 'boxy', 'i', 'was', 'hoping', 'the', 'top', 'would', 'have', 'been', 'a', 'bit', 'more', 'fitted', 'the', 'arm', 'holes', 'are', 'loose', 'and', 'the', 'bottom', 'a', 'little', 'longer', 'but', 'i', 'like', 'it', 'enough', 'that', 'i', 'am', 'keeping', 'it', 'works', 'well', 'to', 'wear', 'to', 'work', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1240,875,46', 'too', 'much', 'fabric', 'i', 'usually', 'wear', 'a', 'size', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'ordered', 'this', 'top', 'in', 'an', 's', 'and', 'it', 'was', 'so', 'wide', 'on', 'the', 'sides', 'and', 'huge', 'it', 'fit', 'like', 'a', 'tent', 'not', 'even', 'remotely', 'flattering', 'i', 'thought', 'about', 'ordering', 'it', 'in', 'an', 'xs', 'however', 'i', 'could', 'tell', 'the', 'xs', 'was', 'still', 'going', 'to', 'have', 'way', 'too', 'much', 'fabric', 'back', 'it', 'goes', ',1,0,0', 'general', 'tops', 'knits'] ['1241,850,50', 'i', 'initially', 'purchased', 'this', 'shirt', 'in', 'the', 'grey', 'motif', 'color', 'size', 'l', 'my', 'usual', 'size', 'i', "'m", '5', '8', 'size', '14', 'unfortunately', 'i', 'found', 'the', 'shirt', 'very', 'roomy', 'but', 'loved', 'the', 'pattern', 'and', 'style', 'so', 'i', 'ordered', 'a', 'medium', 'and', 'much', 'to', 'my', 'surprise', 'it', 'fit', 'much', 'better', 'i', "'m", 'very', 'happy', 'with', 'my', 'purchase', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1242,1094,44', 'new', 'year', 'party', 'dress', 'i', 'bought', 'the', 'dress', 'in', 'black', 'it', 'is', 'very', 'elegant', 'with', 'a', 'fun', 'flare', 'suits', 'my', 'taste', 'it', 'does', 'run', 'a', 'size', 'too', 'small', 'like', 'other', 'reviewer', 'mentioned', 'the', 'material', 'has', 'no', 'give', 'at', 'all', 'i', 'could', "n't", 'breathe', 'in', 'my', 'regular', 'size', 'one', 'size', 'up', 'fits', 'like', 'a', 'glove', 'it', 'is', 'a', 'perfect', 'party', 'dress', 'to', 'show', 'your', 'free', 'and', 'fun', 'spirit', ',5,1,0', 'general', 'dresses', 'dresses'] ['1243,979,63', 'wonderful', 'i', 'agree', 'with', 'the', 'previous', 'comments', 'the', 'vest', 'runs', 'a', 'little', 'large', 'so', 'you', 'can', 'easily', 'size', 'down', 'for', 'a', 'more', 'form-fitting', 'fit', 'it', 'is', 'so', 'soft', 'and', 'the', 'colors', 'are', 'lovely', 'will', 'be', 'a', 'welcome', 'addition', 'when', 'the', 'weather', 'turns', 'a', 'little', 'cooler', 'i', 'am', 'so', 'glad', 'i', 'purchased', 'this', 'vest', ',5,1,1', 'general', 'jackets', 'jackets'] ['1244,979,61', 'soft', 'warm', 'and', 'stylish', 'fit', 'great', 'maybe', 'a', 'bit', 'large', 'i', 'bought', 'a', 'l', 'typically', 'i', 'go', 'between', 'a', 'large', 'and', 'extra', 'large', 'and', 'there', 'is', 'room', 'to', 'put', 'a', 'thick', 'sweater', 'on', 'underneath', 'it', 'this', 'goes', 'with', 'just', 'about', 'everything', ',5,1,0', 'general', 'jackets', 'jackets'] ['1245,850,55', 'darling', 'top-', 'runs', 'large', 'and', 'long', 'i', 'am', 'a', 'solid', 'size', '6', 'in', 'most', 'brands', 'top', 'and', 'bottom', '5', '3', 'tall', '125', 'i', 'have', 'long', 'legs', 'short', 'torso', 'and', 'fairly', 'broad', 'shoulders', 'i', 'almost', 'never', 'wear', 'petite', 'sizes.however', 'this', 'top', 'in', 'the', 'regular', 'small', 'size', 'could', 'be', 'a', 'maternity', 'dress', 'on', 'me', 'i', 'am', 'literally', 'swimming', 'in', 'it', 'and', 'it', 'is', 'quite', 'long', 'however', 'i', 'can', 'still', 'make', 'it', 'work', 'with', 'a', 'cami', 'underneath', 'and', 'leggings', 'or', 'skinny', 'jeans', 'i', 'like', 'it', 'did', 'not', 'return', 'and', 'will', 'buy', 'another', 'color', 'but', 'will', 'go', 'with', 'petite', 'x-small', 'in', 'the', 'future', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1246,850,29', 'this', 'top', 'is', 'such', 'a', 'great', 'color', 'and', 'style', 'i', 'did', 'have', 'to', 'go', 'a', 'size', 'down', 'as', 'i', 'typically', 'wear', 'a', 'medium', 'the', 'style', 'is', 'very', 'forgiving', 'it', 'looks', 'great', 'with', 'shorts', 'and', 'jeans', 'it', "'s", 'staple', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1247,850,51', 'this', 'top', 'is', 'really', 'cute', 'i', 'just', 'bought', 'this', 'top', 'yesterday', 'in', 'the', 'yellow', 'i', 'ca', "n't", 'wait', 'until', 'it', 'warms', 'up', 'a', 'little', 'more', 'to', 'wear', 'it', 'it', "'s", 'very', 'comfortable', 'and', 'very', 'cute', 'i', 'did', 'have', 'to', 'size', 'down', 'i', 'may', 'get', 'one', 'of', 'the', 'other', 'prints', 'as', 'well.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1248,850,46', 'xl', 'fits', 'great', 'i', 'ordered', 'the', 'yellow/floral', 'version', 'in', 'size', 'xl', 'it', 'fits', 'me', 'just', 'as', 'shown', 'with', 'the', 'model', 'so', 'it', "'s", 'true', 'to', 'size', 'it', "'s", 'very', 'comfortable', 'and', 'made', 'well', 'the', 'floral', 'looks', 'the', 'same', 'in', 'person', 'as', 'in', 'the', 'photos', 'too.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1249,1095,41', 'european', 'flair', 'i', 'love', 'this', 'dress', 'it', 'has', 'a', 'beautiful', 'european', 'flair', 'and', 'more', 'beautiful', 'in', 'person', 'i', 'do', "n't", 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'its', 'see', 'through-the', 'fabric', 'is', 'a', 'good', 'quality', 'and', 'thicker', 'than', 'you', 'would', 'think', 'the', 'variable', 'length', 'is', 'the', 'best', 'part', 'of', 'the', 'dress', 'the', 'color', 'looks', 'beautiful', 'with', 'a', 'tan', 'summer', 'glow', ',5,1,0', 'general', 'dresses', 'dresses'] ['1250,850,59', 'cute', 'summer', 'top', 'got', 'the', 'flower', 'print', 'and', 'it', 'is', 'really', 'a', 'nice', 'top', 'covers', 'the', 'butt', 'i', 'normally', 'need', 'a', 'xl', 'but', 'in', 'this', 'top', 'i', 'got', 'a', 'large', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1251,940,39', 'beautiful', 'and', 'versatile', 'but', 'big', 'i', 'love', 'the', 'idea', 'and', 'color', 'very', 'flattrering', 'and', 'easy', 'to', 'trhrow', 'on', 'however', 'i', 'need', 'the', 'petite', 'in', 'this', 'one', 'and', 'they', 'sold', 'out', 'in', 'the', 'neutral', 'color', 'it', 'looks', 'too', 'big', 'in', 'eregular', 'sizing', 'and', 'since', 'it', 'combines', 'xs/s', 'it', 'is', 'made', 'slightly', 'bigger', 'material', 'is', 'soft', 'enough', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['1252,850,28', 'runs', 'large', 'order', 'down', 'i', 'received', 'this', 'in', 'the', 'mail', 'a', 'few', 'days', 'ago', 'and', 'was', 'so', 'pleased', 'with', 'it', 'except', 'that', 'it', 'was', 'huge', 'i', 'am', 'normally', 'a', '10/12', 'in', 'most', 'things', 'so', 'i', 'ordered', 'a', 'large', 'i', 'was', 'swimming', 'in', 'it', 'in', 'all', 'areas', 'shoulders', 'and', 'bust', 'bothered', 'me', 'most', 'because', 'i', 'need', 'a', 'waist', 'on', 'shirts', 'so', 'i', 'do', "n't", 'look', 'larger', 'than', 'i', 'am', 'i', 'liked', 'it', 'enough', 'to', 'o', 'ahead', 'and', 'order', 'a', 'size', 'down', 'i', 'ordered', 'a', 'medium', 'and', 'medium', 'petite', 'because', 'the', 'top', 'is', 'quite', 'long', 'and', 'i', 'think', 'i', 'could', 'get', 'away', 'with', 'wearing', 'it', 'with', 'leggings', 'or', 'tights', 'if', 'i', 'were', 'looking', ',4,1,11', 'general', 'petite', 'tops', 'blouses'] ['1253,850,52', 'adorable', 'i', 'have', 'received', 'so', 'many', 'compliments', 'on', 'this', 'top', 'it', 'really', 'looks', 'exactly', 'like', 'it', 'does', 'on', 'the', 'model', 'and', 'i', "'m", 'not', 'as', 'thin', 'as', 'she', 'is', 'i', 'am', '5', '5', 'and', '134', 'lbs', 'small', 'on', 'top', 'and', 'bought', 'the', 'small', 'in', 'this', 'top', 'the', 'v-neck', 'is', 'very', 'flattering', 'and', 'is', 'hangs', 'so', 'nicely', 'that', 'it', 'does', 'not', 'make', 'me', 'look', 'hippy', 'looks', 'great', 'from', 'all', 'views', 'i', 'paired', 'it', 'with', 'white', 'pencil', 'pants', 'and', 'wedge', 'heels', 'also', 'the', 'black', 'lace', 'detail', 'down', 'the', 'sides', 'looked', 'great', 'when', 'i', 'paired', 'it', 'with', 'black', 'yoga', 'pants', 'and', 'flip', 'flops', 'the', 'colors', 'are', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1254,850,49', 'flattering', 'comfy', 'top', 'everyone', 'has', 'said', 'it', 'so', 'i', "'ll", 'just', 'add', 'my', 'two', 'cents', 'this', 'is', 'a', 'great', 'soft', 'flattering', 'top', 'i', 'bought', 'two', 'one', 'in', 'white', 'and', 'one', 'in', 'black', 'and', 'i', 'have', 'never', 'worn', 'them', 'without', 'getting', 'compliments', 'i', 'sometimes', 'wear', 'them', 'buttoned', 'up', 'and', 'sometimes', 'completely', 'unbuttoned', 'to', 'expose', 'tanks', 'or', 'bathing', 'suits', 'i', 'live', 'in', 'florida', 'and', 'these', 'tops', 'make', 'great', 'beach', 'cover', 'ups', 'i', 'am', '5', '7', 'and', 'over', '160', 'but', 'not', 'busty', 'and', 'the', 'medium', 'was', 'swimming', 'on', 'me', 'but', 'i', 'think', 'this', 'particular', 'shirt', 'is', 'supposed', 'to', 'be', 'that', 'way', 'su', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1255,1094,35', 'amazing', 'retro', 'style', 'perfect', 'party', 'dress', 'well', 'constructed', 'bra', 'hidden', 'at', 'arms', 'and', 'on', 'top', 'what', 'more', 'can', 'you', 'ask', 'for', 'i', 'felt', 'like', 'betty', 'draper', 'the', 'moment', 'i', 'put', 'it', 'on', 'i', "'m", 'normally', 'a', '6', 'but', 'the', '4', 'while', 'fitted', 'looked', 'amazing', 'and', 'did', "n't", 'pull', ',5,1,0', 'general', 'dresses', 'dresses'] ['1256,868,41', 'love', 'it', 'i', 'love', 'this', 'shirt', 'it', 'hides', 'my', 'tummy', 'perfectly', 'without', 'being', 'too', 'baggy', 'super', 'cute', ',5,1,6', 'general', 'tops', 'knits'] ['1257,850,36', 'wanted', 'to', 'love', 'i', 'wanted', 'to', 'love', 'this', 'top', 'but', 'it', 'unfortunately', 'did', 'not', 'work', 'for', 'me', 'the', 'material', 'has', 'a', 'nice', 'weight', 'and', 'feel', 'to', 'it', 'and', 'while', 'i', 'love', 'the', 'pattern', 'the', 'shape', 'leaves', 'something', 'to', 'be', 'desired', 'the', 'cap', 'sleeves', 'were', 'a', 'little', 'tight', 'on', 'my', 'arms', 'and', 'the', 'cut', 'of', 'the', 'sleeves', 'made', 'my', 'arms', 'look', 'big', 'the', 'body', 'of', 'this', 'shirt', 'reminded', 'me', 'of', 'a', 'loose', 'maternity', 'top', 'for', 'reference', 'i', 'am', "5'10", '140', 'lbs', 'and', 'typically', 'a', 'size', '6.', 'i', 'wear', 'a', 'small', 'in', 'retailer', 'clothes', 'and', 'got', 'a', 'small', 'in', 'this', 'top', 'i', 'think', 'an', 'xs', 'would', 'have', 'been', 'to', ',2,0,35', 'general', 'petite', 'tops', 'blouses'] ['1258,850,73', 'wanted', 'to', 'love', 'this', 'the', 'fabric', 'is', 'wonderful', 'flows', 'nicely', 'and', 'soft', 'i', 'am', '5', '7', '145lbs', 'and', 'usually', 'wear', 'between', 'a', 's', 'and', 'm.', 'i', 'ordered', 'a', 's', 'in', 'this', 'due', 'to', 'the', 'majority', 'of', 'reviews', 'and', 'found', 'it', 'to', 'fit', 'my', 'shoulders', 'well', 'and', 'length', 'was', 'fine', 'after', 'reading', 'the', 'reviews', 'i', 'was', 'so', 'excited', 'to', 'get', 'it', 'but', 'for', 'me', 'it', 'actually', 'made', 'me', 'look', 'larger', 'there', 'was', 'too', 'much', 'material', 'for', 'me', 'on', 'the', 'bottom', 'and', 'it', 'actually', 'made', 'me', 'look', 'like', 'i', 'had', 'a', 'pooch', 'never', 'a', 'good', 'thing', 'i', 'thought', 'of', 'returning', 'for', 'a', 'm', 'as', 'i', 'thought', 'maybe', 'it', 'would', 'have', 'hung', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['1259,1095,32', 'special', 'i', 'bought', 'the', 'tangerine', 'version', 'of', 'this', 'dress', 'for', 'my', 'brother', "'s", 'summer', 'wedding', 'in', 'the', 'south', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'cotton', 'material', 'has', 'a', 'touch', 'almost', 'like', 'linen', 'but', 'not', 'rough', 'nice', 'and', 'hearty', 'fabric', 'tangerine', 'color', 'is', 'beautiful', 'more', 'salmon', 'than', 'coral', 'wearing', 'it', 'with', 'a', 'little', 'shoulder', 'shrug', 'and', 'the', 'laika', 'inca', 'shoes', 'the', 'shoes', 'are', "n't", 'on', 'the', 'retailer', 'site', 'anymore', 'but', 'i', 'found', 'them', 'at', 'my', 'local', 'store', 'just', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['1260,850,59', 'perfect', 'for', 'summer', 'i', 'purchased', 'this', 'top', 'in', 'white', 'it', 'is', 'see', 'through', 'so', 'i', 'wear', 'a', 'tank', 'or', 'cami', 'underneath', 'i', 'usually', 'wear', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'and', 'in', 'this', 'one', 'i', 'purchased', 'the', 'xs', 'but', 'wish', 'i', 'had', 'bought', 'a', 's.', 'the', 'problem', 'is', 'the', 'top', 'is', 'just', 'small', 'enough', 'to', 'pull', 'slightly', 'between', 'the', 'top', 'two', 'buttons', 'for', 'reference', 'i', 'am', '5', '6', 'weigh', '128', 'lbs', '34b', 'bra', 'size', '28', 'jean', 'size', 'and', 'small', 'boned', 'i', 'currently', 'carry', 'most', 'of', 'my', 'weight', 'in', 'my', 'hips', 'and', 'waist', 'my', 'normal', 'weight', 'is', '110-112', 'lbs', 'and', 'i', 'add', 'this', 'to', 'point', 'out', 'that', 'i', 'am', 'out', 'of', 'sh', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1261,979,60', 'fell', 'in', 'love', 'picture', 'definitely', 'does', 'not', 'do', 'this', 'vest', 'justice', 'i', 'saw', 'it', 'on', 'a', 'rack', 'and', 'had', 'to', 'try', 'on', 'and', 'instantly', 'loved', 'the', 'look', 'and', 'feel', 'i', 'am', '5', '9', '135', 'lbs', 'size', '6', 'and', 'the', 'small', 'works', 'for', 'me', 'the', 'vest', 'will', 'work', 'with', 'ivory', 'black', 'grey', 'and', 'red', 'underneath', 'i', 'love', 'the', 'little', 'bits', 'of', 'fur', 'sticking', 'out', 'of', 'the', 'seams', 'the', 'back', 'has', 'fitted', 'seams', 'to', 'give', 'it', 'a', 'trim', 'look', 'there', 'are', 'small', 'pockets', 'in', 'the', 'front', 'as', 'well', 'definitely', 'worth', 'the', '108', 'asking', 'price', ',5,1,0', 'general', 'jackets', 'jackets'] ['1262,1095,20', 'this', 'dress', 'is', 'great', 'it', 'fits', 'true', 'to', 'size', 'and', 'the', 'pockets', 'are', 'very', 'unnoticable'] ['my', 'only', 'note', 'is', 'that', 'the', 'first', 'picture', 'of', 'the', 'dress', 'show', 'the', 'dress', 'to', 'be', 'a', 'bit', 'darker', 'than', 'the', 'actual', 'dress', 'the', 'dress', 'colour', 'more', 'closely', 'resembles', 'that', 'of', 'the', 'other', 'two', 'photos', ',4,1,0', 'general', 'dresses', 'dresses'] ['1263,1095,47', 'recommended', 'for', 'tan', 'to', 'dark', 'complexions', 'i', "'m", 'very', 'pale', 'and', 'on', 'me', 'the', 'rose', 'color', 'looked', 'really', 'washed', 'out', 'the', 'catalog', 'photo', 'is', 'not', 'an', 'accurate', 'representation', 'look', 'at', 'the', 'product', 'shot', 'for', 'a', 'truer', 'representation', 'it', "'s", 'slightly', 'see-through', 'and', 'was', 'too', 'close', 'to', 'the', 'color', 'of', 'my', 'skin', 'i', 'think', 'it', 'would', 'look', 'delicious', 'on', 'someone', 'who', 'has', 'darker', 'skin', 'though', ',3,1,1', 'general', 'dresses', 'dresses'] ['1264,850,40', 'perfect', 'tunic', 'i', 'purchased', 'this', 'in', '2', 'colors', 'the', 'black', 'which', 'is', 'really', 'actually', 'a', 'dark', 'grey', 'no', 'complaints', 'and', 'the', 'cream', 'with', 'black', 'print', 'version', 'i', 'have', 'worn', 'both', 'at', 'least', 'once', 'a', 'week', 'and', 'receive', 'compliments', 'everytime', 'looks', 'great', 'with', 'skinny', 'pants', 'or', 'jeans', 'great', 'alone', 'or', 'layered', 'with', 'a', 'jacket', 'or', 'cardigan', 'does', 'run', 'on', 'the', 'looser', 'side', 'fyi,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1265,1095,63', 'not', 'as', 'pictured', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'blood', 'orange', 'and', 'have', 'a', 'few', 'complaints', 'while', 'it', 'appears', 'to', 'be', 'made', 'with', 'quality', 'it', 'runs', 'really', 'large', 'also', 'in', 'the', 'picture', 'the', 'fabric', 'appears', 'to', 'have', 'a', 'sheen', 'and', 'be', 'somewhat', 'dressy', 'the', 'actual', 'fabric', 'is', 'just', 'flat', 'cotton', 'it', "'s", 'a', 'very', 'casual', 'dress', 'not', 'as', 'dressy', 'as', 'pictured', 'it', "'s", 'also', 'quite', 'shapeless', 'on', 'i', "'m", 'returning', 'it', ',2,0,1', 'general', 'dresses', 'dresses'] ['1266,1095,26', 'ca', "n't", 'get', 'enough', 'this', 'is', 'my', 'favorite', 'dress', 'i', 'have', 'ever', 'purchased', 'as', 'a', '6', 'tall', 'woman', 'it', "'s", 'hard', 'to', 'find', 'flattering', 'dresses', 'that', 'are', 'long', 'enough', 'for', 'my', 'legs', 'this', 'dress', 'is', 'classic', 'comfortable', 'and', 'truly', 'flattering', 'i', 'love', 'the', 'blush', 'color', 'and', 'did', 'not', 'have', 'the', 'issues', 'that', 'other', 'people', 'listed', 'for', 'the', 'color', 'being', 'see-through', 'i', 'ca', "n't", 'get', 'enough', 'of', 'this', 'style', 'i', "'ll", 'be', 'buying', 'it', 'in', 'black', 'too', 'ooopss', ',5,1,0', 'general', 'dresses', 'dresses'] ['1267,1095,27', 'disappointing', 'this', 'dress', 'was', 'not', 'what', 'i', 'had', 'hoped', 'from', 'the', 'online', 'pictures', 'i', 'had', 'high', 'hopes', 'but', 'the', 'fit', 'was', 'really', 'wonky', 'and', 'the', 'material', 'seemed', 'cheap', 'the', 'arm', 'holes', 'were', 'too', 'big', 'and', 'made', 'the', 'dress', 'seem', 'more', 'like', 'a', 'bathing', 'suit', 'cover', 'up', 'than', 'a', 'classy', 'summer', 'dress', 'needless', 'to', 'say', 'it', "'s", 'going', 'back', ',2,0,3', 'general', 'dresses', 'dresses'] ['1268,850,41', 'adorable', 'bought', 'this', 'top', 'in', 'white', 'and', 'blue', 'motif', 'it', 'fits', 'me', 'great', 'and', 'looks', 'adorable', 'the', 'only', 'comment', 'is', 'that', 'the', 'holes', 'for', 'the', 'buttons', 'are', 'a', 'little', 'too', 'big', 'but', 'it', "'s", 'an', 'easy', 'fix'] ['this', 'top', 'looks', 'great', 'dressed', 'up', 'or', 'down', 'would', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'blouses'] ['1269,850,47', 'cute', 'and', 'comfy', 'just', 'purchased', 'this', 'yesterday', 'in', 'the', 'store', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'it', 'is', 'a', 'perfect', 'spring/summer', 'top', 'when', 'you', 'just', 'want', 'to', 'wear', 'something', 'pretty', 'and', 'comfortable', 'i', 'agree', 'that', 'it', 'is', 'big', 'but', 'that', 'is', 'the', 'style', 'of', 'this', 'shirt', 'so', 'if', 'you', "'re", 'ok', 'with', 'this', 'look', 'you', 'will', 'love', 'this', 'shirt', 'i', 'took', 'my', 'usual', 'medium', 'and', 'the', 'prints', 'are', 'adorable', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', ',5,1,0', 'general', 'tops', 'blouses'] ['1270,850,21', 'great', 'quality', 'love', 'this', 'shirt', 'tried', 'it', 'on', 'in', '2', 'of', 'the', 'colors', 'and', 'both', 'were', 'very', 'flattering', 'the', 'quality', 'of', 'the', 'shirt', 'is', 'great', 'worth', 'the', 'price', 'for', 'sure', ',5,1,1', 'general', 'tops', 'blouses'] ['1271,850,54', 'love', 'this', 'top', 'i', 'receive', 'so', 'many', 'compliments', 'wearing', 'it', 'even', 'from', 'my', 'teenage', 'boys', 'runs', 'large', 'but', 'that', "'s", 'the', 'style', 'of', 'it', 'very', 'flowy', 'very', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['1272,850,33', 'pretty', 'top', 'poor', 'fit', 'i', 'loved', 'this', 'top', 'in', 'the', 'blue', 'and', 'wanted', 'so', 'badly', 'for', 'it', 'to', 'fit', 'however', 'it', 'was', 'very', 'unflattering', 'on', 'my', '5', '7', 'frame', 'the', 'bottom', 'hemline', 'is', 'straight', 'across', 'all', 'around', 'whereas', 'i', 'thought', 'it', 'was', 'longer', 'in', 'the', 'back', 'i', 'could', 'see', 'this', 'looking', 'great', 'on', 'a', 'really', 'petite', 'frame', 'runs', 'large', 'xs', 'fit', 'however', 'was', "n't", 'flattering', ',3,0,2', 'general', 'tops', 'blouses'] ['1273,850,34', 'avoid', 'if', 'you', "'re", 'curvy', 'did', "n't", 'work', 'on', 'this', 'curvy', 'gal'] ['sizing', 'up', 'would', 'have', 'helped', 'with', 'the', 'button', 'gaps', 'but', 'the', 'flowy', 'shape', 'of', 'the', 'blouse', 'would', 'have', 'looked', 'too', 'maternity', 'on', 'a', 'larger', 'size'] ['major', 'pass', ',2,0,0', 'general', 'tops', 'blouses'] ['1274,1095,45', 'beautiful', 'the', 'rose', 'color', 'is', 'lighter', 'than', 'the', 'photo', 'of', 'the', 'model', 'in', 'front', 'of', 'the', 'pink', 'building', 'but', 'on', 'the', 'other', 'photos', 'it', 'does', 'look', 'lighter', 'so', 'i', 'was', "n't", 'surprised', 'my', 'dress', 'fits', 'very', 'nicely', 'i', 'love', 'the', 'drop', 'waist', 'the', 'loose', 'fit', 'at', 'the', 'hips', 'and', 'the', 'flare', 'of', 'the', 'ruffles', 'the', 'back', 'is', 'just', 'like', 'the', 'model', 'too', 'i', 'thought', 'it', 'may', 'be', 'boxy', 'but', 'it', 'comes', 'in', 'at', 'the', 'waist', 'and', 'goes', 'a-line', 'perfect', 'i', 'ordered', 'the', 'xl', 'because', 'it', 'wanted', 'it', 'to', 'be', 'loose', 'like', 'on', 'the', 'model', 'i', 'was', 'afraid', 'because', 'of', 'my', 'large', 'dd', 'chest', 'it', 'would', ',4,1,65', 'general', 'dresses', 'dresses'] ['1275,850,34', 'fun', 'top', 'for', 'all', 'seasons', 'i', 'am', 'so', 'happy', 'i', 'purchased', 'this', 'top', 'in', '2', 'colors', 'while', 'it', 'was', 'on', 'sale', 'i', 'have', 'the', 'navy/white', 'pattern', 'and', 'the', 'green', 'both', 'are', 'vibrant', 'and', 'fun', 'i', "'m", '8', 'months', 'pregnant', 'and', 'these', 'fit', 'me', 'currently', 'i', 'can', 'see', 'them', 'being', 'a', 'great', 'top', 'for', 'post', 'baby', 'and', 'on', 'as', 'well', 'i', "'ll", 'probably', 'layer', 'this', 'in', 'the', 'fall', 'and', 'winter', 'with', 'a', 'chambray', 'jacket', 'or', 'a', 'loose', 'knit', 'sweater', 'my', 'only', 'complaint', 'which', 'is', 'why', 'i', 'gave', '4', 'stars', 'the', 'top', 'button', 'comes', 'undone', 'very', 'easily', 'it', 'also', 'pulls', 'a', 'bit', 'at', 'the', 'top', '2', 'buttons', 'but', 'i', 'may', 'be', 'able', 'to', ',4,1,0', 'general', 'tops', 'blouses'] ['1276,850,37', 'very', 'flattering', 'and', 'comfy', 'i', "'m", 'so', 'short', 'that', 'this', 'could', 'be', 'a', 'dress', 'runs', 'a', 'little', 'big', 'but', 'very', 'forgiving', 'the', 'green', 'color', 'is', 'so', 'vibrant', 'love', 'love', 'love', ',5,1,2', 'general', 'tops', 'blouses'] ['1277,850,49', 'blouse', 'this', 'light', 'blouse', 'is', 'beautiful', 'and', 'true', 'to', 'size', 'i', 'ordered', 'the', 'black', 'one', 'and', 'love', 'it'] ['i', 'would', 'recommend', 'this', 'product', ',5,1,0', 'general', 'tops', 'blouses'] ['1278,850,59', 'beautiful', 'stopped', 'in', 'to', 'my', 'local', 'retailer', 'today', 'specifically', 'for', 'this', 'top', 'i', 'was', 'pleasantly', 'surprised', 'the', 'green', 'is', 'even', 'more', 'vibrant', 'in', 'person', 'just', 'gorgeous', 'typically', 'a', 'size', 'small', 'but', 'based', 'on', 'reviews', 'tried', 'on', 'the', 'extra', 'small', 'still', 'a', 'tad', 'roomy', 'but', 'portland', 'does', "n't", 'carry', 'petite', 'sizing', "aaaaandidon'twanttopayforshipping", 'remedy', 'that', 'retailer', 'portland', ',5,1,8', 'general', 'tops', 'blouses'] ['1279,850,32', 'awful', 'fit', 'wanted', 'to', 'like', 'this', 'top', 'but', 'it', 'looks', 'terrible', 'and', 'does', 'not', 'lay', 'right', 'the', 'bust', 'line', 'is', 'not', 'tight', 'enough', 'to', 'contrast', 'the', 'rest', 'of', 'the', 'top', 'being', 'flowy', 'does', 'not', 'give', 'any', 'shape', 'to', 'the', 'body', 'do', 'not', 'recommend', 'for', 'anyone', 'with', 'a', 'medium', 'to', 'large', 'chest.,2,0,0', 'general', 'tops', 'blouses'] ['1280,940,48', 'great', 'fall', 'piece', 'this', 'sweater', 'poncho', 'is', 'a', 'nice', 'versatile', 'piece', 'to', 'wear', 'in', 'the', 'fall', 'wear', 'a', 'blouse', 'or', 'tee', 'under', 'for', 'extra', 'warmth', 'for', 'the', 'maine', 'winters', 'love', 'the', 'side', 'buttons', 'and', 'the', 'uniqueness', 'of', 'this', 'poncho', 'true', 'to', 'size', 'great', 'color', 'lot', "'s", 'of', 'compliments', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['1281,875,50', 'super', 'cute', 'love', 'this', 'top', 'bought', 'it', 'in', 'both', 'color', 'ways', 'just', 'adorable', 'and', 'washes', 'well', 'great', 'option', 'for', 'larger', 'ladies'] ['retailer', 'needs', 'to', 'provide', 'more', 'xls', 'to', 'be', 'available', 'in', 'the', 'stores', 'i', 'shop', 'at', 'the', 'pasadena', 'store', 'and', 'see', 'so', 'many', 'women', 'my', 'size', 'shopping', 'right', 'next', 'to', 'me', 'and', 'there', 'is', 'nothing', 'for', 'us', 'it', 'is', 'so', 'sad', 'that', 'we', 'want', 'to', 'spend', 'our', 'money', 'with', 'you', 'but', 'you', 'do', "n't", 'want', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['1282,868,38', 'comfortable', 'style', 'like', 'the', 'extra', 'details', 'on', 'the', 'neck', 'and', 'back', 'and', 'it', "'s", 'versatile', 'to', 'wear', 'everywhere,4,1,3', 'general', 'tops', 'knits'] ['1283,850,33', 'versatile', 'blouse', 'agree', 'with', 'other', 'contributer', 'this', 'is', 'a', 'great', 'piece', 'to', 'snag', 'on', 'sale', 'i', 'bought', 'this', '2', 'months', 'post', 'partum', 'with', 'the', 'intention', 'of', 'hiding', 'the', 'post', 'baby', 'belly', 'which', 'is', 'does', 'well', 'i', 'think', 'it', 'fits', 'true', 'to', 'size', 'i', "'m", 'typically', 'l', 'and', 'this', 'l', 'fit', 'well', 'i', 'can', 'see', 'how', 'certain', 'body', 'types', 'it', 'would', 'look', 'maternity', 'but', 'i', "'m", 'short', 'and', 'curvy', 'and', 'the', 'blouse', 'is', 'flattering', 'it', "'s", 'lightweight', 'so', 'i', 'plan', 'to', 'add', 'a', 'cardigan', 'in', 'the', 'fall/winter', ',4,1,0', 'general', 'tops', 'blouses'] ['1284,1095,43', 'lovely', 'but', 'not', 'awesome', 'this', 'dress', 'is', 'a', 'bit', 'scratchy', 'but', 'overall', 'i', 'liked', 'the', 'fabric', 'well', 'enough', 'on', 'someone', 'blond', 'and', 'fair', 'the', 'peach', 'color', 'washes', 'out', 'a', 'bit', 'the', 'issue', 'for', 'me', 'with', 'the', 'dress', 'is', 'that', 'front', 'is', 'just', 'too', 'short', 'for', 'my', 'height', 'i', "'m", '5', '9', '1/2', 'it', 'looked', 'a', 'bit', 'obscene'] [] ['the', 'small', 'otherwise', 'fit', 'me', 'great', 'i', 'have', 'broad', 'shoulders', 'small', 'chest', 'and', 'and', 'slim', ',3,1,0', 'general', 'dresses', 'dresses'] ['1285,979,37', 'cozy', 'amazingness', 'this', 'beauty', 'arrived', 'in', 'my', 'store', 'today', 'and', 'despite', 'all', 'my', 'gals', 'telling', 'me', 'that', 'i', 'own', 'too', 'many', 'vests', 'i', 'just', 'had', 'to', 'have', 'this', 'one', 'i', "'ve", 'always', 'wanted', 'a', 'cozy', 'fur', 'or', 'sherpa', 'vest', 'but', 'i', "'m", 'curvy', 'and', 'always', 'feel', 'like', 'those', 'add', 'bulk', 'this', 'one', 'only', 'has', 'sherpa', 'on', 'one', 'side', 'the', 'softest', 'most', 'cozy', 'sherpa', 'ever', 'and', 'its', 'not', 'too', 'bulky', 'the', 'print', 'is', 'even', 'better', 'than', 'it', 'appears', 'online', 'in', 'fact', 'the', 'vest', 'almost', 'appears', 'pink', 'online', 'and', 'its', 'not', 'in', 'person', 'there', 'is', 'much', 'more', 'variation', 'in', 'color', 'in', 'person', 'i', 'adore', ',5,1,1', 'general', 'jackets', 'jackets'] ['1286,875,37', 'cute', 'and', 'fun', 'top', 'i', 'love', 'swing', 'tops', 'the', 'more', 'swingy', 'the', 'better', 'this', 'top', 'is', 'so', 'fun', 'its', 'a', 'little', 'hard', 'to', 'tell', 'online', 'but', 'its', 'made', 'of', 'two', 'fabrics', 'most', 'of', 'the', 'fabric', 'is', 'a', 'thin', 't-shirt', 'material', 'and', 'then', 'theres', 'a', 'panel', 'on', 'one', 'side', 'thats', 'more', 'of', 'a', 'silky', 'fabric', 'its', 'so', 'so', 'cool', 'the', 'colors', 'are', 'just', 'as', 'they', 'appear', 'online', 'and', 'the', 'print', 'is', 'fun', 'and', 'edgy', 'i', 'have', 'larger', 'arms', 'so', 'i', 'love', 'the', 'length', 'of', 'the', 'sleeves', 'the', 'other', 'reviewer', 'said', 'it', 'was', 'cropped', 'but', 'i', 'did', 'not', 'have', 'that', 'experience', 'in', 'fact', 'i', 'was', 'able', 'to', 'wear', 'mine', 'w', ',5,1,5', 'general', 'tops', 'knits'] ['1287,1095,23', 'lovely', 'unique', 'and', 'odd', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'two', 'lovely', 'associates', 'paired', 'it', 'with', 'the', 'desideria', 'bib', 'necklace', 'and', 'the', 'black', 'dakota', 'cardigan', 'which', 'gives', 'the', 'outfit', 'definition', 'and', 'elegance', 'but', 'the', 'dress', 'by', 'itself', 'would', 'have', 'needed', 'altering', 'to', 'fit', 'my', '34-b', 'top', 'i', 'chose', 'size', 'm', 'because', 'of', 'the', 'length', 'the', 'small', 'was', '1', '1/2', 'shorter', 'in', 'front', 'i', 'am', '5', '8', 'in', 'the', 'end', 'i', 'realized', 'i', 'would', 'probably', 'choose', 'my', 'other', 'favorites', 'from', 'my', 'closet', 'but', 'it', 'will', 'be', 'stunning', 'on', 'the', 'right', 'person', ',5,1,6', 'general', 'dresses', 'dresses'] ['1288,850,39', 'cute', 'but', 'not', 'on', 'me', 'i', 'read', 'all', 'the', 'reviews', 'and', 'was', 'hoping', 'that', 'this', 'top', 'would', 'work', 'for', 'me', 'but', 'it', 'did', 'not', 'i', 'ordered', 'a', 'size', 'smaller', 'than', 'usual', 'and', 'it', 'was', 'still', 'way', 'too', 'big', 'it', 'was', 'not', 'flattering', 'at', 'all', 'on', 'my', 'curvy', 'frame', 'overall', 'it', 'looked', 'more', 'like', 'a', 'maternity', 'top', 'on', 'me', 'then', 'anything', 'else', 'if', 'you', "'re", 'tall', 'and', 'slender', 'i', 'think', 'this', 'top', 'would', 'work', ',2,0,0', 'general', 'tops', 'blouses'] ['1289,850,34', 'i', "'m", 'still', 'on', 'the', 'fence', 'with', 'this', 'shirt', 'i', 'have', 'the', 'grey', 'it', 'almost', 'looks', 'like', 'a', 'cheetah', 'design', 'up', 'close', 'i', "'m", '5', '3', ',3,1,0', 'general', 'tops', 'blouses'] ['1290,1095,35', 'love', 'it', 'so', 'much', 'i', 'love', 'this', 'dress', 'originally', 'ordered', 'the', 'medium', 'which', 'is', 'my', 'normal', 'size', 'especially', 'because', 'i', 'am', 'tall', 'the', 'arm', 'holes', 'were', 'gaping', 'and', 'so', 'i', 'returned', 'for', 'the', 'small', 'the', 'small', 'is', 'perfect', 'it', 'fits', 'exactly', 'as', 'on', 'the', 'model', 'and', 'i', 'did', "n't", 'have', 'a', 'problem', 'with', 'the', 'color', 'being', 'see-through', 'it', 'really', 'is', 'so', 'unique', 'but', 'so', 'simple', 'the', 'color', 'is', 'perfect'] [] ['i', 'took', 'a', 'single', 'star', 'off', 'because', 'it', 'is', 'not', 'lined', 'for', 'the', 'price', 'this', 'would', 'have', 'been', 'nice', ',5,1,7', 'general', 'dresses', 'dresses'] ['1291,850,61', 'adorable', 'top', 'this', 'is', 'a', 'cute', 'top', 'especially', 'the', 'material', 'design', 'i', 'like', 'tops', 'that', 'go', 'over', 'my', 'bottom', 'and', 'this', 'does', 'if', 'i', 'had', 'a', 'problem', 'it', 'is', 'with', 'the', 'sizing', 'the', 'fact', 'that', 'it', 'was', 'only', 'online', 'so', 'i', 'could', 'not', 'try', 'it', 'on', 'made', 'it', 'difficult', 'to', 'know', 'really', 'what', 'size', 'to', 'get', 'some', 'reviews', 'said', 'it', 'was', 'true', 'to', 'size', 'and', 'others', 'said', 'go', 'down', 'a', 'size', 'i', 'did', 'go', 'down', 'a', 'size', 'but', 'it', 'still', 'hangs', 'a', 'little', 'big', 'but', 'i', 'still', 'love', 'the', 'overall', 'look', 'i', 'am', 'also', 'petite', 'which', 'is', 'what', 'i', 'ordered', ',4,1,0', 'general', 'tops', 'blouses'] ['1292,873,60', 'cute', 'white', 'tee', 'cute', 'white', 't-shirt', 'different', 'style', 'but', 'did', "n't", 'work', 'on', 'my', 'body', 'type', 'so', 'i', 'returned', 'it'] ['good', 'price', 'point'] ['basic', 'fabric', ',4,1,1', 'general', 'tops', 'knits'] ['1293,850,36', 'nice', 'flowy', 'comfy', 'top', 'with', 'soft', 'fabric', 'there', "'s", 'a', 'lot', 'of', 'fabric', 'below', 'the', 'waist', 'it', 'could', 'probably', 'work', 'as', 'a', 'maternity', 'top', 'but', 'it', 'drapes', 'nicely', 'rather', 'than', 'looking', 'overwhelming', 'i', 'do', 'find', 'that', 'the', 'buttons', 'gap', 'a', 'little', 'at', 'the', 'chest', 'despite', 'the', 'top', 'fitting', 'loosely', 'on', 'me', 'so', 'i', 'have', 'to', 'wear', 'a', 'layer', 'under', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['1294,1095,29', 'i', "'ve", 'been', 'on', 'the', 'hunt', 'for', 'the', 'perfect', 'dress', 'to', 'wear', 'for', 'my', 'daughter', "'s", 'first', 'birthday', 'party', 'since', 'we', 'are', 'throwing', 'a', 'traditional', 'korean', 'first', 'birthday', 'i', 'was', 'looking', 'for', 'a', 'dress', 'you', 'might', 'wear', 'to', 'a', 'daytime', 'wedding', 'or', 'a', 'fancy', 'brunch', 'i', 'just', 'purchased', 'this', 'dress', 'today', 'in', 'the', 'store', 'and', 'it', 'fits', 'my', 'needs', 'perfectly'] [] ['i', 'disagree', 'with', 'the', 'first', 'reviewer', 'who', 'mentioned', 'that', 'this', 'dress', 'was', 'too', 'sheer', 'this', 'dress', 'is', 'a', 'thicker', 'fabric', 'so', 'i', 'do', 'not', 'think', 'i', 'will', 'need', 'a', 'slip', 'when', 'wearing', 'it', 'it', 'does', 'drape', 'nicely', ',5,1,117', 'general', 'dresses', 'dresses'] ['1295,875,42', 'a', 'unique', 'one', 'of', 'a', 'kind', 't', 'shirt', 'i', 'absolutely', 'love', 'this', 'shirt', 'even', 'though', 'it', 'has', 'a', 'large', 'flowy', 'design', 'it', 'looks', 'wonderful', 'the', 'print', 'is', 'so', 'unique', 'and', 'will', 'transition', 'to', 'autumn', 'beautifully', 'i', 'loved', 'it', 'so', 'much', 'i', 'got', 'both', 'colors.,4,1,1', 'general', 'tops', 'knits'] ['1296,1095,56', 'i', 'would', 'describe', 'the', 'color', 'as', 'more', 'blush', 'the', 'fabric', 'does', 'not', 'have', 'a', 'sheen', 'as', 'in', 'the', 'model', 'picture', 'the', 'fit', 'is', 'much', 'cuter', 'on', 'than', 'hanging', 'i', "'m", 'a', '36c', 'and', 'the', 'extra', 'small', 'is', 'just', 'a', 'bit', 'tight', 'in', 'the', 'bust', 'otherwise', 'i', 'like', 'the', 'fit', 'everywhere', 'else', 'i', "'m", 'going', 'to', 'order', 'a', 'small', 'and', 'see', 'how', 'it', 'fits', 'at', '5', '3', 'it', "'s", 'also', 'longer', 'on', 'me', 'than', 'on', 'the', 'model', 'but', 'not', 'a', 'deal', 'breaker', 'looks', 'kind', 'of', '1920', "'s", 'vintage', 'on', 'my', 'fabric', 'is', 'not', 'see', 'through', 'it', "'s", 'more', 'of', 'a', 'twill', 'fabric', 'but', 'not', 'quite', 'as', 'heavy', 'as', 'that', ',4,1,0', 'general', 'dresses', 'dresses'] ['1297,1095,34', 'size', 'up', 'if', 'busty', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'the', 'color', 'is', "n't", 'as', 'pink', 'in', 'person', 'and', 'more', 'subtle', 'my', 'thoughts', 'below', 'on', 'some', 'other', 'things'] ['__________'] ['pros'] ['pockets', 'makes', 'it', 'so', 'fun', 'and', 'chic', 'with', 'the', 'overall', 'style'] ['the', 'material', 'is', 'lovely', 'and', 'breathable', 'i', 'did', "n't", 'find', 'it', 'sheer', 'at', 'all', 'of', 'course', 'i', 'did', "n't", 'wear', 'it', 'outside', 'the', 'dressing', 'room', 'the', 'material', 'is', 'thicker', 'but', 'it', 'hangs', 'on', 'the', 'body', 'well'] ['runs', 'mostly', 'tts', 'i', 'only', 'tried', 'on', 'the', 'medium', 'and', 'it', 'fit', 'everywhere', 'being', 'slightly', 'tighter', 'in', 'the', 'chest', 'i', ',4,1,19', 'general', 'dresses', 'dresses'] ['1298,1095,55', ',,5,1,0', 'general', 'dresses', 'dresses'] ['1299,868,42', 'comfy', 'and', 'lovely', 'this', 'shirt', 'is', 'so', 'very', 'pretty', 'in', 'person', 'the', 'detail', 'on', 'the', 'neckline', 'and', 'the', 'lace', 'up', 'on', 'the', 'back', 'are', 'so', 'cute', 'and', 'give', 'the', 'shirt', 'just', 'a', 'bit', 'of', 'whimsy', 'making', 'it', 'more', 'unique', 'than', 'your', 'usual', 'flowy', 't-shirt', 'it', 'lays', 'perfectly', 'and', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfy', 'you', 'can', 'wear', 'it', 'casual', 'or', 'dress', 'it', 'up', 'i', 'may', 'get', 'another', 'one', 'because', 'this', 'is', 'the', 'kind', 'of', 'shirt', 'i', 'will', 'wear', 'constantly', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['1300,850,65', 'wanted', 'to', 'love', 'i', 'bought', 'two', 'one', 'in', 'white', 'and', 'one', 'in', 'blue', 'print', 'and', 'wore', 'the', 'blue', 'print', 'top', 'once', 'and', 'loved', 'it', 'then', 'i', 'washed', 'it', 'according', 'to', 'the', 'instructions', 'on', 'the', 'tag', 'in', 'cold', 'gentle', 'cycle', 'and', 'hung', 'to', 'dry', 'it', 'shrunk', 'up', '4', 'in', 'the', 'length', 'and', '2', 'in', 'the', 'width', 'and', 'now', 'it', 'does', "n't", 'fit', 'at', 'all', 'also', 'after', 'one', 'wear', 'the', 'buttons', 'are', 'coming', 'off', 'before', 'i', 'even', 'put', 'it', 'in', 'the', 'wash', 'and', 'it', "'s", 'covered', 'in', 'loose', 'threads', 'the', 'quality', 'is', 'just', 'not', 'there', 'i', "'m", 'going', 'to', 'return', 'both', 'and', 'show', 'the', 'sales', 'lady', 'the', 'difference', 'in', 'size', 'on', ',2,0,1', 'general', 'tops', 'blouses'] ['1301,1028,35', 'great', 'denim', 'i', 'usually', 'wear', 'a', 'size', '28', 'the', 'fit', 'was', 'perfect', 'highly', 'recommend', 'many', 'compliments', ',5,1,2', 'general', 'bottoms', 'jeans'] ['1302,1095,35', 'this', 'dress', 'is', 'so', 'classic', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'from', 'the', 'moment', 'i', 'saw', 'it', 'in', 'store', 'i', 'tried', 'it', 'on', 'immediately', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'it', 'fits', 'a', 'little', 'big', 'definitely', 'size', 'down', 'but', 'other', 'than', 'that', 'i', 'have', 'never', 'felt', 'more', 'beautiful', 'than', 'when', 'i', 'wear', 'this', 'the', 'color', 'is', 'a', 'perfect', 'blush', 'pink', 'and', 'the', 'drop', 'waist/tiered', 'skirt', 'make', 'you', 'feel', 'downright', 'bridal', 'when', 'wearing', 'it', 'despite', 'it', 'being', 'the', 'perfect', 'fabric', 'for', 'day', 'i', 'find', 'that', 'this', 'dress', 'is', 'perfect', 'for', 'those', 'days', 'at', 'work', 'when', 'i', 'have', 'an', 'event', 'later', 'it', 'can', 'be', 'dre', ',5,1,8', 'general', 'dresses', 'dresses'] ['1303,1095,38', 'sad', 'sack', 'that', "'s", 'what', 'i', 'look', 'like', 'wearing', 'this', 'dress', 'a', 'sad', 'sad', 'sack', 'the', 'fabric', 'is', 'less', 'than', 'ideal', 'and', 'there', 'is', 'no', 'shape', 'to', 'speak', 'of', 'i', 'love', 'that', 'it', 'has', 'pockets', 'but', 'that', "'s", 'about', 'it', 'there', 'was', 'just', 'way', 'too', 'much', 'fabric', 'for', 'a', 'petite', 'person', 'this', 'dress', 'has', 'got', 'to', 'be', 'good', 'on', 'someone', 'sadly', 'that', 'person', 'was', 'not', 'me', ',2,0,0', 'general', 'dresses', 'dresses'] ['1304,850,51', 'cute', 'top', 'this', 'is', 'a', 'such', 'a', 'cute', 'top', 'can', 'be', 'dressed', 'up', 'for', 'work', 'or', 'worn', 'more', 'casually', 'very', 'flattering', 'i', "'m", '5', '6', 'and', '125lb', 'i', 'was', 'borderline', 'between', 'the', 'xs', 'and', 's', 'but', 'ended', 'up', 'with', 'the', 's', 'because', 'it', 'was', 'a', 'tad', 'longer', 'and', 'more', "'tunic-y", 'bought', 'two', 'colors', ',5,1,0', 'general', 'tops', 'blouses'] ['1305,875,40', 'love', 'this', 'top', 'i', 'loved', 'this', 'top', 'so', 'much', 'i', 'bought', 'it', 'in', 'both', 'colors', 'size', 'down', 'because', 'it', 'run', 'very', 'large', 'but', 'it', 'is', 'nice', 'and', 'flowy', 'i', "'m", "5'11", 'and', 'slim', 'and', 'the', 'top', 'hung', 'nicely', 'on', 'me', ',5,1,0', 'general', 'tops', 'knits'] ['1306,850,48', 'fits', 'like', 'maternity', 'i', 'wanted', 'to', 'love', 'this', 'was', 'so', 'excited', 'when', 'i', 'ordered', 'it', 'online', 'the', 'fabric', 'blue', 'and', 'white', 'was', 'beautiful', 'but', 'the', 'cut', 'was', 'bad', 'it', 'fit', 'me', 'like', 'a', 'maternity', 'top', 'and', 'made', 'me', 'look', 'like', 'i', 'was', '6', 'months', 'along', 'i', 'have', 'a', 'feeling', 'that', 'the', 'models', 'had', 'theirs', 'pinned', 'back', 'in', 'the', 'back', 'because', 'it', 'does', 'not', 'lay', 'flat', 'like', 'that', 'in', 'front', 'it', 'has', 'a', 'lot', 'of', 'fabric', 'with', 'no', 'place', 'to', 'go', 'but', 'up', 'and', 'out', 'returning', ',2,0,0', 'general', 'tops', 'blouses'] ['1307,940,45', 'love', 'this', 'is', 'a', 'very', 'flattering', 'soft', 'sweater', 'the', 'pockets', 'make', 'it', 'so', 'much', 'cuter', 'do', 'not', 'make', 'me', 'look', 'thick', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['1308,1095,35', 'i', 'ended', 'up', 'loving', 'this', 'dress', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'and', 'ordered', 'it', 'immediately', 'i', 'was', 'a', 'bit', 'disappointed', 'that', 'the', 'dress', 'is', 'a', 'little', 'lighter', 'than', 'the', 'pink', 'showed', 'in', 'the', 'catalog', 'but', 'it', 'did', "n't", 'deter', 'my', 'liking', 'it', 'because', 'it', "'s", 'still', 'a', 'lovely', 'shade', 'of', 'pink', 'the', 'fabric', 'takes', 'a', 'bit', 'getting', 'used', 'to', 'though', 'i', 'thought', 'it', 'would', 'be', 'silkier', 'but', 'it', "'s", 'really', 'a', 'thicker', 'fabric', 'i', 'ordered', 'a', 'size', 'small', 'and', 'i', 'usually', 'wear', 'size', '4.', 'the', 'dress', 'drowned', 'me', 'so', 'i', 'returned', 'it', 'for', 'an', 'xs', 'which', 'fit', 'me', 'beautifully', 'so', ',5,1,2', 'general', 'dresses', 'dresses'] ['1309,868,41', 'adorable', 'this', 'is', 'such', 'an', 'adorable', 'tee', 'the', 'stripes', 'and', 'lace', 'up', 'details', 'are', 'super', 'cute', 'and', 'on', 'trend', 'i', 'usually', 'take', 'a', 'xxs', 'and', 'that', 'is', 'what', 'i', 'took', 'in', 'this', 'tee', 'i', 'tried', 'the', 'xs', 'and', 'at', '5', '1', 'and', '104', 'pounds', 'it', 'looked', 'a', 'bit', 'loose', 'and', 'long', 'on', 'me', 'love', 'this', 'tee', 'and', 'highly', 'recommend', 'this', 'one', ',5,1,7', 'general', 'petite', 'tops', 'knits'] ['1310,875,65', 'order', 'down', 'a', 'size', 'sooooooooooooo', 'cute', 'this', 'shirt', 'runs', 'large', 'so', 'order', 'down', 'a', 'size', 'it', 'is', 'comfortable', 'cute', 'and', 'great', 'for', 'transitioning', 'from', 'summer', 'into', 'fall', 'adding', 'jewelry', 'really', 'dresses', 'this', 'top', 'up', 'ca', "n't", 'wait', 'to', 'layer', 'it', 'with', 'kimono', 'vest', 'pashminas', 'or', 'wraps', 'great', 'with', 'sandals', 'or', 'boots', 'glad', 'i', 'bought', 'both', 'colors', 'it', 'looks', 'much', 'better', 'on', 'than', 'in', 'the', 'photo/on', 'hanger', 'great', 'purchase', 'and', 'ca', "n't", 'wait', 'to', 'wear', ',5,1,1', 'general', 'tops', 'knits'] ['1311,940,54', 'beautiful', 'poncho', 'i', 'purchased', 'this', 'poncho', 'online', 'in', 'the', 'cream', 'color', 'when', 'it', 'arrived', 'i', 'tried', 'it', 'on', 'to', 'decide', 'whether', 'or', 'not', 'to', 'keep', 'it', 'i', 'immediately', 'went', 'on', 'line', 'and', 'purchased', 'the', 'taupe', 'color', 'as', 'well', 'thank', 'goodness', 'it', 'did', "n't", 'come', 'in', '5', 'more', 'colors', 'this', 'sweater', 'is', 'so', 'versatile', 'and', 'beautifully', 'detailed', 'plus', 'it', 'is', 'very', 'soft', 'you', 'take', 'one', 'look', 'at', 'it', 'and', 'you', 'know', 'the', 'quality', 'i', 'think', 'you', 'could', 'wear', 'this', 'dressed', 'up', 'or', 'down', 'and', 'it', 'would', 'be', 'perfect', 'either', 'way', 'i', 'do', 'agree', 'it', 'is', 'not', 'quite', 'as', 'long', 'as', 'pictured', 'but', 'pe', ',5,1,0', 'general', 'tops', 'sweaters'] ['1312,850,41', 'love', 'the', 'color', 'the', 'green', 'is', 'a', 'deep', 'beautiful', 'shade', 'the', 'fabric', 'and', 'fir', 'is', 'very', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['1313,873,43', 'perfect', 't-shirt', 'love', 'this', 'white', 'shirt', 'it', 'fits', 'great', 'and', 'gives', 'you', 'a', 'little', 'breathing', 'room', 'around', 'the', 'waist', 'this', 'goes', 'with', 'shorts', 'skirts', 'and', 'jeans', 'i', 'will', 'be', 'wearing', 'it', 'all', 'summer', ',5,1,1', 'general', 'tops', 'knits'] ['1314,1095,32', 'cute', 'i', 'loved', 'this', 'dress', 'on', 'the', 'material', 'was', 'quite', 'different', 'than', 'expected', 'almost', 'a', 'canvas-y', 'feel', 'to', 'it', 'ran', 'a', 'little', 'large', 'but', 'so', 'cute', ',4,1,0', 'general', 'dresses', 'dresses'] ['1315,836,33', ',,4,1,0', 'general', 'tops', 'blouses'] ['1316,836,35', 'i', 'wanted', 'to', 'love', 'it', 'i', 'really', 'like', 'the', 'look', 'of', 'the', 'top', 'when', 'it', 'is', 'photographed', 'on', 'other', 'people', 'but', 'it', 'just', 'is', "n't", 'for', 'me', 'the', 'fabric', 'is', 'stiffer', 'than', 'i', 'would', 'have', 'expected', 'and', 'not', 'very', 'moveable', 'the', 'fit', 'is', 'not', 'quite', 'right', 'on', 'me', 'the', 'longer', 'sleeves', 'detract', 'from', 'the', 'look', 'of', 'the', 'shirt', 'i', 'also', 'generally', 'prefer', 'things', 'a', 'little', 'more', 'form', 'fitting', 'of', 'which', 'this', 'is', 'not', 'it', 'was', 'not', 'very', 'comfortable', 'for', 'me', 'either', 'so', 'this', 'was', 'clearly', 'not', 'a', 'win', 'for', 'me', ',2,1,8', 'general', 'tops', 'blouses'] ['1317,836,47', 'this', 'top', 'is', 'absolutely', 'adorable', 'fits', 'small', 'on', 'top', 'and', 'then', 'flares', 'out', 'a', 'bit', 'as', 'shown', 'i', 'bought', 'it', 'months', 'ago', 'and', 'have', "n't", 'worn', 'it', 'yet', 'though', 'might', 'try', 'it', 'with', 'white', 'jeans', 'as', 'shown', ',4,1,0', 'general', 'tops', 'blouses'] ['1318,836,59', 'too', 'billowy', 'bought', 'this', 'top', 'at', 'my', 'local', 'store', 'and', 'tried', 'it', 'on', 'as', 'soon', 'as', 'i', 'got', 'home', 'yikes', 'it', 'was', 'way', 'too', 'billowy', 'i', 'looked', 'like', 'i', 'was', 'pregnant', 'will', 'be', 'trying', 'the', 'next', 'size', 'down', 'on', 'in', 'the', 'store', 'to', 'see', 'if', 'it', 'is', 'billowy', ',3,1,16', 'general', 'tops', 'blouses'] ['1319,836,31', 'must', 'see', 'in', 'person', 'gorgeous', 'baby', 'blue', 'lace', 'is', 'a', 'must', 'see', 'i', 'received', 'many', 'compliments', 'my', 'only', 'gripe', 'is', 'that', 'i', 'do', "n't", 'love', 'when', 'shirts', 'have', 'those', 'connecting', 'camisoles', 'which', 'make', 'it', 'harder', 'to', 'put', 'on', 'as', 'i', 'would', 'much', 'rather', 'just', 'have', 'a', 'sewn', 'in', 'lining', 'but', 'it', 'did', "n't", 'deter', 'me', 'i', 'am', '5', '5', '135lbs', '34c', 'muscular/curvy', 'frame', 'and', 'a', 'size', '4', 'fit', 'perfectly', ',5,1,2', 'general', 'tops', 'blouses'] ['1320,865,44', ',super', 'cute', 'poncho', 'to', 'add', 'to', 'my', 'wardrobe', 'love', 'the', 'grey', 'color', 'and', 'the', 'material', 'is', 'super', 'soft', 'glad', 'i', 'snagged', 'this', 'up', 'for', 'less', 'than', '30', ',5,1,0', 'general', 'tops', 'knits'] ['1321,836,35', 'stunning', 'top', 'great', 'top', 'love', 'the', 'fit', 'it', 'pairs', 'great', 'with', 'dark', 'denim', 'and', 'pearls', 'i', 'ordered', 'a', '00', 'and', 'am', 'a', '32c', 'cup', 'and', '24-25', 'waist', ',5,1,33', 'general', 'tops', 'blouses'] ['1322,819,31', ',this', 'top/jacket', 'is', 'less', 'red', 'than', 'it', 'appears', 'in', 'the', 'pictures', 'more', 'of', 'a', 'wine', 'color', 'as', 'it', 'is', 'labeled', 'but', 'it', 'is', 'pretty', 'and', 'the', 'gold', 'details', 'are', 'nice.,4,1,1', 'general', 'tops', 'blouses'] ['1323,865,44', ',this', 'sweater', 'is', 'a', 'perfect', 'transition', 'piece', 'the', 'material', 'is', 'really', 'soft', 'while', 'it', 'has', 'the', 'shape', 'of', 'a', 'poncho', 'it', 'is', 'cut', 'nicely', 'and', 'does', "n't", 'make', 'you', 'look', 'like', 'a', 'big', 'blob.,5,1,3', 'general', 'tops', 'knits'] ['1324,836,34', 'love', 'i', 'am', 'obsessed', 'with', 'this', 'top', 'it', 'is', 'even', 'more', 'gorgeous', 'in', 'person', 'a', 'real', 'showstopper', ',5,1,9', 'general', 'tops', 'blouses'] ['1325,819,33', 'perfect', 'for', 'fall', 'layering', 'beautiful', 'color', 'and', 'a', 'great', 'lightweight', 'piece', 'for', 'fall', 'layering', 'the', 'petite', 'sizing', 'was', 'perfect', 'for', 'me', 'more', 'like', 'a', 'belted', 'kimono', 'very', 'happy', 'with', 'this', 'purchase,5,1,3', 'general', 'tops', 'blouses'] ['1326,819,51', ',it', "'s", 'really', 'cute', 'but', 'seems', 'expensive', 'for', 'the', 'type', 'of', 'fabric', 'i', 'thought', 'it', 'would', 'be', 'more', 'substantial', 'got', 'lots', 'of', 'compliments', '.,3,1,1', 'general', 'tops', 'blouses'] ['1327,1080,49', 'beautiful', 'fabric', 'odd', 'fit', 'really', 'wanted', 'to', 'love', 'dress', 'but', 'something', 'was', 'off', 'with', 'fit', 'fabric', 'is', 'lovely', 'and', 'zipper', 'detail', 'nice', 'unfortunately', 'style', 'was', 'not', 'for', 'me.,3,0,1', 'general', 'dresses', 'dresses'] ['1328,865,53', 'soft', 'subtle', 'loveliness', 'this', 'a', 'lovely', 'piece', 'you', 'have', 'to', 'see', 'it', 'close', 'up', 'to', 'appreciate', 'the', 'subtle', 'details', 'i', 'typically', 'wear', 'xxsp', 'or', 'xsp', 'so', 'i', 'did', 'not', 'expect', 'this', 'to', 'fit', 'but', 'decided', 'to', 'try', 'it', 'because', 'i', 'liked', 'the', 'style', 'as', 'a', 'petite', 'many', 'poncho', 'styles', 'overwhelm', 'me', 'and', 'look', 'like', 'tents', 'not', 'this', 'one', 'the', 'xxs', 'fit', 'nicely', 'just', 'the', 'right', 'length', 'and', 'width', 'i', 'am', '5', '1', 'and', '108', 'lbs', 'i', 'think', 'one', 'of', 'the', 'reasons', 'this', 'has', 'not', 'been', 'popular', 'is', 'because', 'it', 'only', 'shows', 'up', 'when', 'searching', 'on', 'ponchos', 'and', 'not', 'when', 'you', 'search', 'for', 'sweaters', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['1329,836,51', 'happy', 'top', 'in', 'the', 'midst', 'of', 'the', 'end-of-winter', 'doldrums', 'i', 'tried', 'this', 'cute', 'top', 'on', 'springy', 'powdery', 'happy', 'the', 'lace', 'is', 'soft', 'not', 'too', 'stiff', 'or', 'scratchy', 'and', 'lightweight', 'enough', 'to', 'transition', 'nicely', 'into', 'summer', 'because', 'the', 'cami', 'is', 'a', 'separate', 'piece', 'i', 'also', 'envision', 'wearing', 'this', 'as', 'a', 'top', 'over', 'a', 'slip-dress', 'with', 'some', 'retro', 'mary', 'janes', 'the', 'sleeve', 'length', 'makes', 'it', 'fair', 'game', 'for', 'late', 'winter', 'too', 'yay', ',4,1,1', 'general', 'tops', 'blouses'] ['1330,836,39', 'absolutely', 'love', 'this', 'top', 'it', 'is', 'beautiful', 'well', 'made', 'and', 'so', 'unique', ',5,1,9', 'general', 'tops', 'blouses'] ['1331,836,48', 'wanted', 'to', 'love', 'it', 'an', 'absolutely', 'gorgeous', 'but', 'poorly', 'fitting', 'blouse', 'the', 'bottom', 'part', 'is', 'way', 'too', 'billowy', 'and', 'inconsistent', 'with', 'the', 'fitted', 'top', 'half', 'got', 'it', 'on', 'sale', 'and', 'still', 'returned', 'it', ',2,0,0', 'general', 'tops', 'blouses'] ['1332,836,26', 'great', 'overall', 'but', 'with', 'it', "'s", 'issues', 'this', 'top', 'is', 'really', 'pretty', 'and', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'i', 'said', 'it', 'ran', 'true', 'to', 'size', 'but', 'really', 'the', 'torso', 'part', 'runs', 'a', 'little', 'big', 'if', 'i', 'had', 'sized', 'down', 'i', 'think', 'it', 'would', 'have', 'been', 'too', 'tight', 'in', 'the', 'arms', 'the', 'cami', 'that', 'came', 'with', 'it', 'kept', 'falling', 'out', 'which', 'is', 'no', 'big', 'deal', 'but', 'be', 'aware', 'that', 'the', 'strings', 'might', 'not', 'hold', 'the', 'cami', 'with', 'the', 'shirt', 'overall', 'it', "'s", 'a', 'really', 'pretty', 'blue', 'and', 'the', 'details', 'make', 'it', 'worth', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['1333,836,25', 'cute', 'shirt', 'but', 'not', 'for', 'me', 'the', 'blue', 'lace', 'with', 'the', 'white', 'top', 'underneath', 'is', 'very', 'pretty', 'unfortunately', 'i', 'did', 'not', 'like', 'how', 'billowy', 'it', 'was', 'below', 'the', 'bra', 'line.,5,0,0', 'general', 'tops', 'blouses'] ['1334,836,31', 'not', 'as', 'pictured', 'it', 'is', 'definitely', 'pinned', 'back', 'on', 'the', 'model', 'in', 'the', 'photograph', 'it', 'made', 'my', '5', 'foot', 'frame', 'look', 'short', 'and', 'wide.,2,0,6', 'general', 'tops', 'blouses'] ['1335,1003,23', 'not', 'black', 'for', 'reference', 'i', 'am', '5', '5', '138', 'lbs', 'with', 'an', 'hourglass', 'figure', 'and', 'my', 'usual', 'small', 'fit', 'perfectly', 'the', 'problems', '1.', 'this', 'skirt', 'is', 'not', 'black', 'but', 'a', 'charcoal', 'gray/purple', '2.', 'the', 'sipper', 'is', 'reinforces', 'with', 'a', 'stiff', 'boarder', 'on', 'the', 'inside', 'so', 'no', 'matter', 'where', 'i', 'put', 'the', 'waist', 'it', 'sticks', 'straight', 'out', 'making', 'me', 'look', 'like', 'i', 'have', 'a', 'tail', 'under', 'my', 'skirt', 'in', 'other', 'words', 'i', 'had', 'a', 'very', 'pointy', 'butt', 'also', 'the', 'slit', 'or', 'tulip', 'part', 'of', 'the', 'skirt', 'goes', 'all', 'the', 'way', 'up', 'to', 'the', 'waist', 'it', 'needed', 'to', 'be', 'tacked', 'to', 'the', 'other', 'part', 'of', 'the', 'skir', ',2,0,2', 'general', 'bottoms', 'skirts'] ['1336,836,36', 'stunning', 'i', 'knew', 'i', 'wanted', 'this', 'top', 'the', 'moment', 'i', 'saw', 'it', 'so', 'onto', 'my', 'wishlist', 'it', 'went', 'until', 'it', 'went', 'on', 'sale', 'it', 'fits', 'beautifully', 'in', 'my', 'normal', 'size', 'and', 'i', 'love', 'that', 'it', 'already', 'has', 'a', 'coordinating', 'tank', 'top', 'i', 'get', 'compliments', 'whenever', 'i', 'wear', 'it-', 'think', 'hd', 'in', 'paris', 'might', 'be', 'my', 'new', 'go-to', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1337,860,56', 'this', 'is', 'probably', 'a', 'blouse', 'for', 'curvy', 'women', 'with', 'that', 'i', 'mean', 'large', 'breasted', 'i', 'am', 'a', '40d', 'and', 'the', 'xl', 'fits', 'well', 'and', 'the', 'cleavage', 'is', 'in', 'the', 'limit', 'of', 'ok', 'for', 'the', 'office', 'the', 'bottom', 'is', 'a', 'little', 'too', 'large', 'but', 'not', 'too', 'long', 'however', 'the', 'fabric', 'feels', 'extremely', 'comfortable', 'and', 'it', 'stretches', 'but', 'it', 'does', "n't", 'lose', 'the', 'shape', 'i', 'am', 'tempted', 'to', 'buy', '2', 'more', 'if', 'you', 'are', 'thin', 'you', 'probably', 'need', 'to', 'size', 'down', ',5,1,2', 'general', 'tops', 'knits'] ['1338,867,48', 'soft', 'lightweight', 'and', 'cool', 'this', 'tee', 'is', 'super', 'soft', 'and', 'thin', 'perfect', 'for', 'hot', 'humid', 'days', 'i', 'went', 'with', 'the', 'neutral', 'version', 'and', 'it', 'is', 'adorable', 'with', 'chino', 'shorts', 'or', 'jean', 'shorts', 'i', 'found', 'it', 'ran', 'big', 'i', 'purchased', 'in', 'xs', 'and', 'still', 'pretty', 'baggy.,5,1,3', 'general', 'tops', 'knits'] ['1339,1022,40', 'not', 'the', 'same', 'i', "'ve", 'been', 'buying', 'stevie', 'ankles', 'for', 'years', 'from', 'retailer', 'and', 'been', 'very', 'happy', 'the', 'past', 'two', 'pairs', 'i', 'bought', 'had', 'a', 'heavy', 'chemical', 'smell', 'which', 'i', 'imagine', 'is', 'some', 'kind', 'of', 'starch/chemical', 'to', 'keep', 'the', 'denim', 'stiff', 'with', 'the', 'first', 'pair', 'after', 'enough', 'washes', 'to', 'get', 'rid', 'of', 'the', 'bad', 'smell', '4', 'they', 'lost', 'all', 'form', 'and', 'looked', 'terrible', 'since', 'they', 'were', 'washed', 'i', 'could', "n't", 'return', 'them', 'the', '2nd', 'pair', 'arrived', 'with', 'the', 'same', 'heavy', 'smell', 'and', 'i', 'returned', 'them', 'it', 'may', 'be', 'they', 'are', 'made', 'elsewhere', 'now', 'but', 'it', "'s", 'disappointing', ',1,0,0', 'general', 'bottoms', 'jeans'] ['1340,1098,42', 'beautiful', 'beautiful', 'dress', 'excellent', 'detail', 'loved', 'everything', 'about', 'this', 'dress', 'except', 'for', 'the', 'weight', 'this', 'dress', 'is', 'very', 'heavy', 'which', 'limits', 'my', 'wearing', 'options', 'in', 'fl', 'given', 'the', 'fabric', 'this', 'is', 'a', 'great', 'special', 'occasion', 'dress', ',4,1,6', 'general', 'dresses', 'dresses'] ['1341,1098,37', 'disappointed', 'i', "'m", 'so', 'incredibly', 'disappointed', 'the', 'dress', 'is', 'beautiful', 'but', 'the', 'one', 'i', 'received', 'is', 'torn', 'and', 'has', 'multiple', 'strands', 'of', 'beads', 'missing', 'poor', 'quality', 'control.,1,0,0', 'general', 'dresses', 'dresses'] ['1342,825,42', 'yeh', 'what', 'she', 'said', 'yep', 'this', 'is', 'snug', 'so', 'maybe', 'you', 'might', 'consider', 'upping', 'your', 'normal', 'size', 'but', 'here', "'s", 'the', 'annoying', 'thing', 'for', 'me', 'the', 'buttons', 'fell', 'off', 'not', 'kidding', 'the', 'first', 'i', 'wore', 'this', 'blouse', 'and', 'two', 'buttons', 'came', 'off', 'when', 'i', 'looked', 'at', 'the', 'other', 'ones', 'i', 'saw', 'that', 'they', 'all', 'needed', 'to', 'be', 'resewn', 'to', 'keep', 'them', 'attached', 'what', 'a', 'bother', 'but', 'i', "'m", 'doing', 'it', 'because', 'the', 'cotton', 'poplin', 'is', 'nice', 'and', 'the', 'little', 'ruffle', 'is', 'a', 'nice', 'touch', 'that', 'i', 'really', 'like', 'where', 'am', 'i', 'going', 'to', 'find', 'another', 'so', 'i', "'ll", 'fix', 'it', 'up', 'the', 'way', 'it', 'should', 'have', 'been', ',4,1,1', 'general', 'tops', 'blouses'] ['1343,708,27', 'my', 'favorite', 'workout', 'leggings', 'these', 'leggings', 'are', 'wonderful', 'they', 'are', 'incredibly', 'soft', 'and', 'stay', 'in', 'place', 'when', 'working', 'out', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['1344,867,71', ',,4,1,0', 'general', 'tops', 'knits'] ['1345,850,25', 'pretty', 'details', 'i', 'initially', 'tried', 'this', 'on', 'in', 'store', 'and', 'fell', 'in', 'love', 'with', 'the', 'beautiful', 'cut', 'out', 'details', 'and', 'fit', 'the', 'star', 'design', 'is', 'really', 'cute', 'and', 'unique', 'and', 'the', 'blue', 'color', 'is', 'not', 'see-through', 'at', 'all', 'i', 'eventually', 'had', 'to', 'buy', 'the', 'blouse', 'online', 'because', 'i', 'could', 'not', 'stop', 'thinking', 'about', 'it', 'also', 'machine', 'washable', 'is', 'a', 'major', 'plus.,5,1,0', 'general', 'tops', 'blouses'] ['1346,860,38', 'another', 'shirt', 'i', 'really', 'wanted', 'to', 'love', 'i', 'adore', 'green', 'but', 'so', 'few', 'tops', 'are', 'made', 'in', 'this', 'color', 'please', 'make', 'more', 'however', 'this', 'shirt', 'did', "n't", 'work', 'for', 'me', 'i', 'think', 'it', "'s", 'a', 'matter', 'of', 'where', 'your', 'curves', 'live', 'the', 'shirt', 'was', 'true', 'to', 'size', 'but', 'my', 'boobs', 'meant', 'i', 'was', 'showing', 'more', 'cleavage', 'than', 'the', 'model', 'and', 'the', 'top', 'part', 'felt', 'more', 'like', 'a', 'bib', 'than', 'embroidery', 'sad', 'coz', 'it', 'is', 'lovely', 'and', 'feels', 'lovely', 'on', 'probably', 'a', 'great', 'shirt', 'for', 'different', 'body', 'types', 'would', 'love', 'to', 'see', 'more', 'green', 'clothing', ',3,1,1', 'general', 'tops', 'knits'] ['1347,946,48', 'not', 'what', 'i', 'wanted', 'i', 'am', 'reasonably', 'petite', 'but', 'i', 'like', 'sweaters', 'very', 'oversized', 'and', 'large', 'so', 'i', 'ordered', 'this', 'sweater', 'in', 'a', 'large', 'i', 'was', 'very', 'disappointed', 'when', 'the', 'sweater', 'came', 'because', 'while', 'the', 'sleeves', 'and', 'upper', 'chest', 'area', 'were', 'in', 'large', 'the', 'length', 'of', 'the', 'sweater', 'did', 'not', 'at', 'all', 'increase', 'when', 'the', 'size', 'did', 'because', 'the', 'lower', 'part', 'of', 'the', 'sweater', 'did', 'not', 'increase', 'in', 'size', 'the', 'sweater', 'ended', 'up', 'looking', 'very', 'awkward', 'with', 'the', 'chest', 'and', 'sleeves', 'very', 'large', 'and', 'long', 'but', 'then', 'a', 'very', 'tight', 'and', 'short', 'waist-length', 'stomach', 'i', 'do', ',2,0,0', 'general', 'tops', 'sweaters'] ['1348,1098,25', 'weird', 'boobs', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'and', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'a', 'barn', 'wedding', 'i', 'have', 'coming', 'up', 'it', 'was', 'allllllmost', 'right', 'but', 'sadly', 'fell', 'short', 'the', 'bib', 'that', 'hangs', 'over', 'the', 'bust', 'hits', 'in', 'a', 'really', 'unflattering', 'mid', 'point', 'that', 'makes', 'you', 'look', 'wide', 'nipple', 'tassels', 'effect', 'plus', 'i', 'would', 'feel', 'the', 'urge', 'to', 'keep', 'pulling', 'it', 'down', 'did', 'notice', 'some', 'of', 'the', 'puckering', 'others', 'mentioned', 'but', 'did', "n't", 'bother', 'me', 'however', 'the', 'way', 'the', 'lining', 'and', 'the', 'dress', 'line', 'up', 'at', 'the', 'bottom', 'did', 'so', 'close', 'so', 'sad', ',3,0,1', 'general', 'dresses', 'dresses'] ['1349,867,28', 'nothing', 'special', 'i', 'ordered', 'the', 'grey/yellow', 'here', 'comes', 'the', 'sun', 'shirt', 'it', "'s", 'cute', 'but', 'it', 'runs', 'quite', 'large', 'and', 'is', "n't", 'special', 'enough', 'for', 'the', 'price', 'meh', ',4,0,3', 'general', 'tops', 'knits'] ['1350,1098,56', 'great', 'find.', 'this', 'dress', 'has', 'special', 'written', 'all', 'over', 'it', 'the', 'poms', 'at', 'the', 'hem', 'and', 'bodice', 'as', 'well', 'as', 'the', 'rows', 'of', 'black', 'seed', 'beads', 'push', 'are', 'the', 'kind', 'of', 'details', 'that', 'stand', 'out', 'i', 'like', 'all', 'the', 'varying', 'textures', 'it', 'looks', 'great', 'with', 'sandals', 'or', 'short', 'boots', 'fits', 'true', 'to', 'size', 'a', 'nice', 'sassy', 'length', ',5,1,0', 'general', 'dresses', 'dresses'] ['1351,860,46', 'wish', 'it', 'was', 'longer', 'length', 'i', 'ordered', 'the', 'light', 'pink', 'version', 'in', 'size', 'xl', 'the', 'details', 'of', 'the', 'top', 'and', 'the', 'shade', 'of', 'pink', 'are', 'pretty', 'but', 'the', 'shirt', 'fits', 'me', 'much', 'shorter', 'than', 'on', 'the', 'model', 'i', "'m", 'not', 'quite', '5', 'ft.', '6', 'inches', 'so', 'it', 'should', 'have', 'worked', 'the', 'material', 'is', 'thin', 'so', 'i', 'was', 'able', 'to', 'stretch', 'it', 'out', 'to', 'give', 'more', 'length', 'it', 'does', 'look', 'stretched-out', 'now', 'though', 'i', 'washed', 'it', 'and', 'it', 'shrank', 'a', 'bit', 'so', 'i', 'stretched', 'it', 'again', 'this', 'is', 'a', 'top', 'that', 'i', 'kept', 'to', 'wear', 'under', 'vests', 'the', 'pretty', 'colors', 'and', 'the', 'softness', 'of', 'the', 'material', 'make', 'it', 'worth', 'keepin', ',3,0,0', 'general', 'tops', 'knits'] ['1352,1098,50', 'great', 'summer', 'dress', 'i', 'found', 'this', 'dress', 'at', 'my', 'local', 'retailer', 'must', 'be', 'a', 'web', 'order', 'return', 'i', 'feel', 'in', 'love', 'with', 'it', 'once', 'i', 'put', 'it', 'on', 'its', 'better', 'in', 'person', 'that', 'online', 'but', 'it', 'does', 'run', 'a', 'little', 'tight', 'in', 'the', 'chest', 'area', 'it', 'was', 'fine', 'for', 'me', 'as', 'i', "'m", 'not', 'big', 'busted,5,1,2', 'general', 'dresses', 'dresses'] ['1353,1098,61', 'looks', 'like', 'a', 'babydoll', 'dress', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'as', 'it', 'would', 'have', 'been', 'perfect', 'for', 'a', 'wedding', 'i', 'have', 'in', 'october', 'however', 'the', 'fit', 'was', 'awful', 'the', 'dress', 'was', 'heavy', 'with', 'a', 'funky', 'liner', 'it', 'also', 'had', 'these', 'little', 'black', 'straps', 'around', 'the', 'top', 'of', 'the', 'arm/neck', 'that', 'looked', 'out', 'of', 'place', 'it', 'ran', 'true', 'to', 'size', 'but', 'i', 'have', 'a', 'large', 'chest', '32dd', 'and', 'it', 'was', 'pretty', 'fitted', 'around', 'the', 'area', 'but', 'loose', 'everywhere', 'else'] [] ['sadly', 'dress', 'had', 'to', 'be', 'returned', ',3,0,0', 'general', 'dresses', 'dresses'] ['1354,1022,42', 'great', 'jeans', 'i', 'tried', 'these', 'on', 'in-store', 'not', 'intending', 'to', 'buy', 'them', 'was', 'trying', 'on', 'shirts', 'and', 'needed', 'to', 'see', 'how', 'they', 'would', 'look', 'with', 'jeans', 'and', 'loved', 'them', 'great', 'medium', 'blue', 'color', 'and', 'they', 'fit', 'me', 'so', 'nicely', 'i', 'am', '5', '2', 'with', 'actual', 'hips', 'and', 'thighs', 'the', 'price', 'is', 'a', 'bit', 'high', 'for', 'me', 'though', 'hoping', 'to', 'find', 'a', 'pair', 'at', 'some', 'point', 'when', 'they', 'are', 'on', 'sale', ',5,1,1', 'general', 'bottoms', 'jeans'] ['1355,946,40', 'beautiful', 'and', 'soft', 'yet', 'length', 'is', 'deceiving', 'it', 'is', 'such', 'a', 'cute', 'design', 'and', 'very', 'soft', 'and', 'comfortable', 'but', 'the', 'picture', 'for', 'this', 'product', 'is', 'very', 'deceiving', 'it', 'looks', 'like', 'the', 'sweater', 'is', 'fairly', 'long', 'in', 'the', 'pictured', 'product', 'page', 'but', 'it', 'is', 'considerably', 'short', 'i', 'am', 'nearly', 'six', 'foot', 'tall', 'but', 'thought', 'by', 'this', 'picture', 'it', 'would', 'be', 'lengthy', 'not', 'at', 'all'] ['it', 'is', 'a', 'beautiful', 'sweater', 'might', 'work', 'better', 'for', 'a', 'shorter', 'stature', ',2,1,0', 'general', 'tops', 'sweaters'] ['1356,850,40', 'love', 'the', 'way', 'it', 'looks', 'but', 'could', "n't", 'keep', 'it', 'i', 'ordered', 'this', 'blouse', 'online', 'bc', 'i', 'could', "n't", 'find', 'it', 'in', 'my', 'local', 'stores', 'once', 'it', 'was', 'on', 'sale', 'the', 'fabric', 'is', 'so', 'delicate', 'the', 'cutouts', 'had', 'already', 'frayed', 'and', 'in', 'some', 'places', 'torn', 'had', 'to', 'return', 'it.,2,0,0', 'general', 'tops', 'blouses'] ['1357,895,52', 'as', 'expected', 'i', 'like', 'this', 'top', 'yes', 'it', 'is', 'very', 'cropped', 'and', 'fitted', 'but', 'that', "'s", 'the', 'style', 'as', 'shown', 'on', 'the', 'model', 'in', 'the', 'picture', 'but', 'its', 'true', 'this', 'style', 'may', 'not', 'fits', 'everyone', 'it', 'probably', 'flatters', 'those', 'of', 'athletic', 'or', 'petite', 'figure', 'more', 'than', 'a', 'full', 'figure', 'i', 'am', '5', '6', '110', 'my', 'usual', 'size', 'is', 'xs', 'the', 'top', 'looks', 'small', 'to', 'me', 'at', 'first', 'so', 'i', 'tried', 'both', 'size', 'xs', 'and', 's.', 'i', 'took', 'the', 'xs', 'cause', 'i', 'like', 'it', 'look', 'fitted', 'than', 'loose', 'i', 'wear', 'this', 'top', 'with', 'high', 'waist', 'fitted', 'skirts', 'or', 'pants', 'and', 'it', 'looks', 'great', 'if', 'this', 'top', 'can', 'be', 'an', 'inch', 'lo', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1358,850,33', ',very', 'disappointed', 'the', 'cutouts', 'started', 'to', 'rip', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', "'ve", 'only', 'worn', 'it', 'twice', 'and', 'i', 'love', 'it', 'but', 'the', 'cut', 'outs', 'are', 'embarrassing.,1,0,0', 'general', 'tops', 'blouses'] ['1359,895,32', 'not', 'what', 'i', 'expected', 'huge', 'bummer', 'this', 'top', 'is', 'definitely', 'a', 'crop/midi-top', 'plus', 'it', "'s", 'cream', 'not', 'white', 'like', 'shown', 'in', 'the', 'photos', 'i', "'m", 'returning', 'it', 'today', ',2,0,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1360,861,47', 'comfy', 'love', 'this', 'soft', 'sweatshirt', 'the', 'peplum', 'makes', 'it', 'a', 'little', 'different', 'and', 'the', 'quality', 'is', 'great', 'go', 'to', 'piece', 'for', 'spring', 'loose', 'fitting', 'but', 'true', 'to', 'size', 'in', 'shoulders.,5,1,0', 'general', 'tops', 'knits'] ['1361,1098,69', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'i', 'need', 'it', 'for', 'a', 'wedding', 'and', 'i', 'thought', 'i', 'had', 'hit', 'the', 'jackpot', 'the', 'dress', 'arrived', 'with', 'a', 'small', 'tear', 'the', 'seams', 'are', 'puckered', 'and', 'badly', 'seen', 'for', 'an', 'almost', '300.00', 'dress', 'the', 'quality', 'is', 'terrible', 'i', 'expect', 'better', 'from', 'retailer', 'i', "'m", 'so', 'disappointed', ',2,0,7', 'general', 'dresses', 'dresses'] ['1362,825,48', 'odd', 'cut', 'this', 'is', 'a', 'very', 'pretty', 'shirt', 'which', 'is', 'too', 'narrow', 'across', 'the', 'back', 'i', 'need', 'to', 'be', 'able', 'to', 'move', 'my', 'arms', 'freely', 'at', 'work', 'so', 'this', 'did', 'not', 'work', 'for', 'me', 'you', 'may', 'be', 'able', 'to', 'size', 'up', 'for', 'a', 'better', 'fit', 'if', 'moving', 'your', 'arms', 'is', 'important', 'to', 'you', ',3,0,1', 'general', 'tops', 'blouses'] ['1363,850,41', 'beautiful', 'winter', 'color', 'beautiful', 'and', 'very', 'feminine', 'look', 'but', 'run', 'big', 'i', 'm', '5ft', '105', 'lbs', 'curvy', 'size', '00', 'fit', 'me', 'well', ',5,1,10', 'general', 'tops', 'blouses'] ['1364,861,66', 'comfortable', 'i', 'really', 'like', 'this', 'jacket', 'very', 'comfortable', 'nice', 'material', 'i', 'like', 'the', 'weight', 'of', 'this', 'jacket', 'i', 'wore', 'it', 'alone', 'but', 'it', 'will', 'be', 'cute', 'with', 'a', 't-shirt', 'under', 'it', 'too', ',5,1,2', 'general', 'tops', 'knits'] ['1365,1110,38', 'love', 'it', 'ordered', 'this', 'dress', 'for', 'a', 'summer', 'wedding', 'it', 'is', 'so', 'cute', 'true', 'to', 'size', 'well', 'made', 'with', 'a', 'hint', 'of', 'tulle', 'super', 'comfortable', 'for', 'moving', 'and', 'dancing', 'winner', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['1366,867,44', ',,5,1,0', 'general', 'tops', 'knits'] ['1367,860,40', 'odd', 'boxy', 'fit', 'i', 'purchased', 'this', 'shirt', 'in', 'grey', 'i', 'loved', 'the', 'color', 'and', 'the', 'details', 'especially', 'the', 'lace', 'on', 'the', 'shoulders', 'i', 'just', 'found', 'the', 'fit', 'to', 'be', 'off', 'for', 'me', 'the', 'style', 'certainly', 'calls', 'for', 'a', 'relaxed', 'fit', 'but', 'the', 'small', 'was', 'loose', 'in', 'an', 'unflattering', 'way', 'had', 'the', 'xs', 'been', 'available', 'i', 'might', 'have', 'considered', 'exchanging', 'for', 'an', 'xs', 'but', 'the', 's', 'was', 'already', 'a', 'bit', 'short', 'on', 'me', 'strange', 'because', 'although', 'i', 'am', 'not', 'petite', 'i', 'am', 'fairly', 'short', 'wasted', 'i', 'also', 'was', "n't", 'in', 'love', 'with', 'the', 'neckline', 'i', 'will', 'continue', 'my', 'search', 'for', 'a', 'weekend-w', ',3,0,0', 'general', 'tops', 'knits'] ['1368,860,36', 'very', 'nice', 'top', 'fits', 'true', 'to', 'size', 'a', 'little', 'short', 'buy', 'looks', 'nice', 'with', 'jeans', 'or', 'work', 'pants', ',4,1,0', 'general', 'tops', 'knits'] ['1369,860,40', 'unflattering', 'it', "'s", 'short', 'and', 'wide', 'not', 'a', 'good', 'combo', 'for', 'anyone', 'who', 'is', "n't", 'stick', 'thin.,1,0,7', 'general', 'tops', 'knits'] ['1370,946,36', 'umm', 'what', 'is', 'this', 'i', 'wish', 'i', 'had', 'read', 'all', 'the', 'reviews', 'before', 'purchasing', 'the', 'sweater', 'looked', 'liked', 'everything', 'i', 'would', 'be', 'interested', 'in', 'online', 'once', 'i', 'pulled', 'it', 'out', 'of', 'the', 'bag', 'my', 'first', 'thought', 'was', 'how', 'could', 'retailer', 'send', 'me', 'a', 'used', 'washed', 'and', 'shrunken', 'sweater', 'it', 'is', 'nothing', 'like', 'the', 'picture', 'it', 'fits', 'like', 'a', 'midriff', 'top', 'not', 'exaggerating', 'i', "'m", '5.6', 'ordered', 'the', 'm', 'do', "n't", 'waste', 'your', 'shipping', 'money', 'on', 'this', ',1,0,1', 'general', 'tops', 'sweaters'] ['1371,946,48', ',i', 'purchased', 'this', 'sweater', 'in', 'a', 'small', 'nothing', 'on', 'the', 'web', 'site', 'states', 'it', 'has', 'dolman', 'sleeves', 'it', 'looked', 'sloppy', 'and', 'made', 'my', 'bust', 'disappear', 'it', 'went', 'back', 'i', 'hate', 'dolman', 'sleeves.,2,0,1', 'general', 'tops', 'sweaters'] ['1372,867,52', ',love', 'this', 't-shirt', 'the', 'weight', 'is', 'great', 'for', 'the', 'impending', 'heat', 'and', 'humidity', 'of', 'summer', 'it', 'looks', 'positively', 'fabulous', 'for', 'casual', 'occasions', 'with', 'pilcro', 'chinos', 'in', 'moss', 'and', 'fuchsia', 'suede', 'pumps.,5,1,2', 'general', 'tops', 'knits'] ['1373,850,44', 'very', 'delicate', 'cute', 'top', 'but', 'started', 'disintegrating', 'after', 'two', 'washes', 'the', 'delicate', 'cutouts', 'in', 'the', 'top', 'tore', 'apart', 'i', 'machine', 'washed', 'it', 'in', 'the', 'gentle', 'cycle', 'and', 'did', "n't", 'use', 'the', 'dryer', 'disappointed', 'to', 'have', 'to', 'discard', 'the', 'top', 'after', 'just', 'buying', 'it.,1,0,5', 'general', 'tops', 'blouses'] ['1374,867,49', 'nice', 'summer', 't-shirt', 'i', 'purchased', 'the', 'yellow', 'and', 'i', 'am', 'quite', 'happy', 'it', 'matches', 'a', 'lot', 'of', 'things', 'that', 'i', 'already', 'own', 'nice', 'summer', 'tee.,5,1,1', 'general', 'tops', 'knits'] ['1375,867,40', 'this', 'shirt', 'will', 'brighten', 'you', 'day', 'i', 'bought', 'the', 'here', 'comes', 'the', 'sun', 'version', 'of', 'this', 'shirt', 'i', 'had', 'to', 'have', 'it', 'i', "'m", 'a', 'cervical', 'cancer', 'survivor', 'who', 'is', 'still', 'dealing', 'with', 'some', 'health', 'issues', 'i', 'recently', 'attended', 'a', 'cancer', 'survivor', 'event', 'where', 'a', 'women', 'talked', 'about', 'her', 'life', 'with', 'cancer', 'she', 'said', 'that', 'you', 'no', 'longer', 'counts', 'the', 'years', 'of', 'her', 'life', 'instead', 'she', 'counts', 'her', 'sunny', 'days', 'i', 'was', 'inspired', 'to', 'do', 'the', 'same', 'so', 'i', 'love', 'this', 'shirt', 'i', 'got', 'it', 'on', 'sale', 'but', 'it', 'still', 'could', "'ve", 'been', 'cheaper', ',5,1,0', 'general', 'tops', 'knits'] ['1376,850,43', 'too', 'delicate', 'i', 'received', 'this', 'as', 'a', 'gift', 'it', 'is', 'a', 'very', 'pretty', 'top', 'but', 'the', 'material', 'is', 'sooo', 'delicate', 'that', 'the', 'cutout', 'areas', 'were', 'torn', 'in', 'many', 'spots', 'and', 'where', 'it', 'was', "n't", 'torn', 'completely', 'you', 'could', 'see', 'it', 'fraying', 'the', 'sales', 'associate', 'said', 'they', 'get', 'many', 'returns', 'on', 'this', 'item', ',1,0,4', 'general', 'tops', 'blouses'] ['1377,867,49', 'very', 'cute', 'tee', 'love', 'this', 'tee', 'lightweight', 'airy', 'and', 'comfy', 'i', 'think', 'it', 'fits', 'true', 'to', 'size', 'so', 'soft', 'and', 'summery', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'summer', ',5,1,2', 'general', 'tops', 'knits'] ['1378,860,43', 'beautiful', 'and', 'tailored.', 'this', 'is', 'much', 'more', 'a', 'blouse', 'than', 'a', 'tee', 'the', 'detailing', 'is', 'beautiful', 'and', 'the', 'fabric', 'on', 'the', 'back', 'is', 'a', 'more', 'stuff', 'starched', 'cotton', 'not', 'stretchy', 'jersey', 'because', 'of', 'that', 'i', 'felt', 'like', 'this', 'top', 'ran', 'small', 'i', 'had', 'to', 'size', 'up', ',5,1,9', 'general', 'tops', 'knits'] ['1379,850,29', 'star', 'print', 'is', 'so', 'pretty', 'i', 'tried', 'this', 'on', 'today', 'and', 'i', 'wish', 'i', 'had', 'taken', 'it', 'home', 'for', 'me', 'it', 'was', 'true', 'to', 'size', 'and', 'the', 'star', 'print', 'was', 'perfect', 'flowy', 'but', 'not', 'in', 'maternity', 'way', 'at', 'all', 'i', "'m", 'gon', 'na', 'have', 'to', 'go', 'back', 'for', 'this', 'one', ',5,1,3', 'general', 'tops', 'blouses'] ['1380,867,66', 'soft', 'and', 'cute', 'this', 'runs', 'way', 'big', 'i', 'would', 'recommend', 'sizing', 'down', 'at', 'least', 'one', 'size', 'possibly', '2'] [] ['i', 'got', 'the', 'design', 'with', 'divers', 'it', "'s", 'fun', 'and', 'light', 'for', 'summer', 'soft', 'material', 'and', 'very', 'comfy', ',4,1,2', 'general', 'tops', 'knits'] ['1381,946,54', 'although', 'i', 'love', 'the', 'soft', 'feel', 'of', 'the', 'sweater', 'the', 'zig', 'zag', 'design', 'was', 'very', 'unflattering', 'also', 'the', 'length', 'is', 'much', 'shorter', 'than', 'appears', 'in', 'the', 'picture', 'i', 'will', 'be', 'returning', 'it', ',2,0,0', 'general', 'tops', 'sweaters'] ['1382,1110,49', 'lovely', 'but', 'armholes', 'too', 'revealing', 'for', 'me', 'wished', 'this', 'had', 'worked', 'for', 'me', 'however', 'i', 'prefer', 'smaller', 'armholes', 'so', 'my', 'bra', 'and', 'skin', 'not', 'so', 'young', 'anymore', 'do', "n't", 'show', 'the', 'beige', 'lining', 'shows', 'at', 'the', 'armholes', 'as', 'well', 'on', 'the', 'upside', 'it', "'s", 'very', 'slimming', 'even', 'with', 'the', 'stiff', 'petticoat', 'so', 'cute', 'perfect', 'length', 'for', 'me', 'another', 'caveat', 'if', 'your', 'back', 'is', 'not', 'completely', 'symmetrical', 'as', 'mine', 'is', "n't", 'the', 'decorative', 'back', 'straps', 'sit', 'in', 'a', 'wonky', 'position', 'i', "'m", '98', 'lbs', '4', '10', 'and', 'the', 'oop', 'was', 'perfect', 'but', 'for', 'the', 'above', 'objections', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['1383,1083,34', 'very', 'cute', 'everyday', 'dress', 'the', 'retailer', 'store', 'by', 'me', 'only', 'carried', 'these', 'in', 'the', 'petites', 'but', 'i', "'ve", 'learned', 'to', 'always', 'snag', 'a', 'petite', 'just', 'to', 'see', 'because', 'sometimes', 'the', 'petites', 'fit', 'just', 'as', 'well', 'if', 'not', 'better', 'depending', 'on', 'the', 'length', 'of', 'the', 'outfit'] ['______________'] ['pros'] ['looks', 'exactly', 'the', 'same', 'in', 'person', 'as', 'online', 'color', 'runs', 'true'] ['well', 'made', 'good', 'stitching', 'solid', 'dress'] ['great', 'length', 'in', 'the', 'sleeves'] ['fits', 'tts', 'i', "'m", 'normally', 'a', 'size', '10', 'or', '12', 'and', 'grabbed', 'the', '12p', 'to', 'see', 'how', 'it', "'d", 'fit', 'other', 'than', 'being', 'too', 'short', 'in', 'length', 'on', 'my', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['1384,867,62', 'simply', 'dive-ine', 'love', 'the', 'diving', 'beauty', 'version', 'it', 'is', 'charming', 'without', 'being', 'too', 'cutsie', 'which', 'i', 'stay', 'away', 'from', 'the', 'epitome', 'of', 'summer', 'and', 'that', 'grab', 'and', 'go', 'easy', 'little', 'statement', 'i', 'find', 'it', 'runs', 'true', 'to', 'size', 'you', 'could', 'safely', 'size', 'down', 'if', 'need', 'be', 'love', 'it', 'thinking', 'of', 'getting', 'the', 'here', 'comes', 'the', 'sun', 'too', 'tuck', 'it', 'in', 'tie', 'it', 'in', 'the', 'back', 'or', 'side', 'or', 'great', 'just', 'draping', 'love', 'the', 'little', 'touch', 'on', 'the', 'sleeve', 'too', 'nice', 'surprise', ',5,1,2', 'general', 'tops', 'knits'] ['1385,861,49', 'a', 'lovely', 'piece', 'to', 'be', 'worn', 'and', 'cherished', 'this', 'is', 'great', 'on', 'the', 'model', 'it', 'looks', 'largish', 'but', 'on', 'me', 'it', 'does', "n't", 'if', 'you', "'re", 'curvier', 'like', 'me', "5'10", '155', '32e', 'it', 'may', 'be', 'more', 'fitted', 'long', 'arms', 'with', 'great', 'wrists', 'design', 'is', 'just', 'as', 'shown', 'not', 'a', 'sturdy', 'piece', 'but', 'not', 'cheap', 'looking', 'in', 'any', 'way', 'i', 'plan', 'to', 'hand-wash', 'and', 'not', 'drop', 'coffee', 'down', 'the', 'front', 'so', 'i', 'can', 'wear', 'it', 'for', 'a', 'long', 'time', 'just', 'what', 'i', 'want', 'to', 'wear', 'on', 'certain', 'days', 'and', 'more', 'colors', 'would', 'be', 'great', 'thanks', 'retailer', ',5,1,13', 'general', 'tops', 'knits'] ['1386,860,42', 'flattering', 'tee', 'this', 'is', 'a', 'really', 'flattering', 'tee', 'for', 'my', 'curves', 'pretty', 'lace', 'details', 'i', 'purchased', 'the', 'gray', 'and', 'ordered', 'the', 'wine', 'the', 'pink', 'looked', 'more', 'peach', 'to', 'me', 'in', 'the', 'store', 'only', 'reason', 'for', '4', 'stars', 'is', 'that', 'the', 'back', 'material', 'wrinkles', 'easily', 'true', 'to', 'size', 'large', 'for', 'me.,4,1,8', 'general', 'tops', 'knits'] ['1387,1081,55', 'classic', 'comfortable', 'material', 'fits', 'true', 'to', 'size', 'love', 'the', 'color', 'and', 'can', 'wear', 'all', 'year', 'round', 'selected', 'this', 'dress', 'for', 'a', 'fall', 'wedding', 'and', 'its', 'a', 'keeper', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1388,1110,30', 'lovely', 'dress', 'i', 'stumbled', 'across', 'this', 'dress', 'at', 'the', 'store', 'and', 'fell', 'in', 'love', 'it', "'s", 'so', 'bright', 'and', 'cheery', 'but', 'still', 'sophisticated', 'enough', 'for', 'most', 'events', 'i', 'love', 'that', 'the', 'tulle', 'that', 'gives', 'the', 'skirt', 'a', 'slight', 'flare', 'and', 'body', 'is', 'completely', 'concealed', 'the', 'dress', 'is', 'well', 'lined', 'and', 'darling', 'i', 'am', 'small', 'chested', 'so', 'i', 'did', "n't", 'have', 'an', 'issue', 'with', 'it', 'feeling', 'revealing', 'nor', 'did', 'the', 'lining', 'hang', 'out', 'i', 'purchased', 'this', 'for', 'my', 'rehearsal', 'and', 'rehearsal', 'dinner', 'for', 'my', 'summer', 'wedding', 'i', 'look', 'forward', 'to', 'wearing', 'the', 'dress', 'many', 'times', 'after.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1389,1098,54', 'sassy', 'maxi', 'i', 'm', 'not', 'crazy', 'about', 'maxi', 'dresses', 'so', 'when', 'i', 'found', 'this', 'fun', 'print', 'with', 'fringe-it', 'spoke', 'my', 'language', 'love', 'this', 'dress', 'feel', 'this', 'dress', 'will', 'work', 'with', 'many', 'seasons', 'dress', 'falls', 'nicely', 'and', 'feels', 'comfortable', 'i', 'was', 'worried', 'it', 'would', 'be', 'too', 'long', 'but', 'with', 'a', '2', 'inch', 'heel-its', 'perfect', 'have', 'paired', 'it', 'with', 'some', 'red', 'dangled', 'earrings', 'that', 'spice', 'it', 'just', 'right', ',5,1,0', 'general', 'dresses', 'dresses'] ['1390,1083,38', 'a', 'poor', 'quality', 'dress', 'for', 'the', 'price', 'of', 'this', 'dress', 'i', 'was', 'expecting', 'something', 'decent', 'the', 'style', 'is', 'cute', 'but', 'nothing', 'more', 'however', 'the', 'type', 'of', 'the', 'polyester', 'that', 'the', 'dress', 'is', 'made', 'of', 'oh', 'my', 'it', 'is', 'a', 'thick', 'unpleasant', 'material', 'that', 'will', 'cling', 'to', 'a', 'body', 'when', 'it', 'is', 'hot', 'i', 'never', 'came', 'across', 'an', 'item', 'at', 'retailer', 'that', 'was', 'made', 'this', 'cheaply'] ['the', 'tag', 'on', 'the', 'back', 'was', 'hanging', 'at', 'half', 'and', 'the', 'button', 'on', 'the', 'front', 'was', 'ready', 'to', 'come', 'off', 'before', 'i', 'even', 'tried', 'this', 'dress', 'on'] ['no', 'need', 'to', 'say', 'it', "'s", 'going', 'back', 'asap'] ['you', 'should', 'not', 'sel', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1391,946,43', 'this', 'sweater', 'is', 'short', 'in', 'length', 'i', 'have', 'been', 'wanting', 'this', 'sweater', 'and', 'decided', 'to', 'order', 'when', 'i', 'received', 'it', 'there', 'was', 'no', 'tag', 'on', 'the', 'product', 'it', 'was', 'not', 'in', 'a', 'typical', 'clear', 'bag', 'from', 'retailer', 'and', 'it', 'was', "n't", 'packaged', 'nicely', 'it', 'came', 'from', 'reno', 'nv', 'most', 'products', 'i', 'order', 'do', 'not', 'get', 'shipped', 'from', 'there', 'it', 'is', 'short', 'and', 'i', "'m", '5', '1', 'most', 'clothes', 'that', 'are', 'short', 'fit', 'me', 'with', 'no', 'problem', 'this', 'sweater', 'might', 'hit', 'me', 'at', 'the', 'waist', 'or', 'maybe', 'shorter', 'i', 'think', 'the', 'color', 'is', 'nice', 'and', 'the', 'sweater', 'is', 'soft', 'but', 'not', 'what', 'i', 'wanted', 'i', 'am', 'going', 'to', 'return', 'it', ',3,0,1', 'general', 'tops', 'sweaters'] ['1392,936,39', 'signature', 'retailer', 'sweater', 'fantastic', 'signature', 'retailer', 'styling', 'with', 'this', 'unique', 'statement', 'sweater', 'the', 'pattern', 'placement', 'has', 'a', 'slimming', 'look', 'on', 'the', 'front', 'and', 'a', 'rear', 'enhancing', 'look', 'from', 'behind', 'i', "'ve", 'been', 'using', 'the', 'super', 'soft', 'removable', 'fur', 'collar', 'as', 'a', 'scarf', 'and', 'stole', 'for', 'my', 'other', 'outfits', 'as', 'well', 'the', 'length', 'is', 'almost', 'tunic', 'on', 'me', 'so', 'it', 'looks', 'great', 'with', 'leggings', 'and', 'skinny', 'jeans', 'while', 'buttoned', 'up', 'if', 'you', 'choose', 'to', 'remove', 'the', 'fur', 'collar', 'the', 'v-neck', 'is', 'very', 'open', 'so', 'i', 'keep', 'it', 'unbuttoned', 'when', 'i', 'style', 'it', 'that', 'way', 'knit', 'fabric', 'is', 's', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['1393,1098,26', 'beautiful', 'and', 'unique', 'dress', 'i', 'purchased', 'this', 'dress', 'for', 'my', 'bridal', 'shower', 'and', 'it', 'was', 'perfect', 'the', 'details', 'on', 'it', 'are', 'amazing-delicate', 'and', 'lovely', 'i', 'am', "5'11", 'and', 'it', 'hit', 'just', 'above', 'my', 'ankles', 'which', 'i', 'loved', 'because', 'i', 'could', 'show', 'off', 'my', 'shoes', ',5,1,0', 'general', 'dresses', 'dresses'] ['1394,1081,34', 'nice', 'dress', 'fit', 'is', 'ok', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'and', 'the', 'color', 'is', 'beautiful', 'and', 'very', 'much', 'like', 'the', 'photo', 'like', 'previous', 'reviewers', 'mentioned', 'the', 'top', 'is', 'a', 'little', 'loose', 'in', 'comparison', 'to', 'the', 'bottom', 'i', 'originally', 'bought', 'a', 'size', '4', 'but', 'then', 'exchanged', 'it', 'for', 'a', '2.', 'i', 'tend', 'to', 'be', 'between', 'those', 'sizes', 'the', '2', 'fits', 'great', 'on', 'bottom', 'but', 'the', 'straps', 'are', 'a', 'bit', 'loose', 'it', 'might', 'be', 'better', 'for', 'bigger', 'busted', 'ladies', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1395,867,65', 'really', 'soft', 'i', 'bought', 'the', 'design', 'which', 'has', 'now', 'sold', 'out', 'of', 'the', 'sailboats', 'and', 'waves', 'along', 'the', 'top', 'the', 't-shirt', 'is', 'super', 'soft', 'and', 'thin', 'but', 'it', "'s", 'not', 'sheer', 'or', 'see-through', 'very', 'light', 'and', 'cool', 'for', 'hot', 'humid', 'summer', 'days', 'has', 'some', 'nice', 'stretch', 'as', 'well', 'a', 'really', 'gentle', 'cotton', 'knit'] [] ['this', 'top', 'does', 'run', 'large', 'maybe', 'that', "'s", 'so', 'it', 'will', 'be', 'cool', 'and', 'not', 'stick', 'to', 'you', 'thus', 'i', 'did', "n't", 'size', 'down', 'because', 'i', 'do', "n't", 'like', 'clothes', 'too', 'form-fitting', 'on', 'super', 'hot', 'days', ',5,1,0', 'general', 'tops', 'knits'] ['1396,1081,36', 'a', 'little', 'big', 'up', 'top', 'overall', 'i', 'really', 'like', 'this', 'dress', 'the', 'color', 'is', 'vibrant', 'unique', 'the', 'top', 'of', 'the', 'dress', 'especially', 'the', 'shoulder', 'straps', 'seem', 'loose', 'so', 'i', "'m", 'getting', 'it', 'tailored.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1397,860,23', 'lovely', 'lace', 'top', 'bought', 'this', 'in', 'green', 'at', 'my', 'local', 'store', 'and', 'fell', 'in', 'love', 'with', 'it', 'i', 'also', 'tried', 'one', 'in', 'pink', 'and', 'it', 'was', 'a', 'bit', 'sheer', 'which', 'is', 'why', 'i', 'opted', 'for', 'the', 'green', 'color', 'instead', 'very', 'nice', 'and', 'feminine.,4,1,0', 'general', 'tops', 'knits'] ['1398,1110,43', 'skirt', 'flares', 'more', 'than', 'it', 'looks', 'very', 'cute', 'dress', 'but', 'the', 'skirt', 'flares', 'out', 'more', 'than', 'it', 'looks', 'in', 'the', 'picture', 'this', 'made', 'my', 'midsection', 'look', 'unflattering', 'from', 'the', 'side', 'also', 'for', 'some', 'who', 'is', 'on', 'the', 'flat', 'chested', 'side', 'you', 'need', 'a', 'good', 'bra', 'or', 'alteration', 'at', 'least', 'for', 'me', 'despite', 'what', 'i', 'listed', 'above', 'i', 'kept', 'the', 'dress', 'since', 'it', "'s", 'a', 'versatile', 'dress', 'for', 'many', 'occasions', ',4,1,2', 'general', 'dresses', 'dresses'] ['1399,1110,35', 'oh', 'so', 'gorgeous', 'i', 'just', 'could', "n't", 'resist', 'this', 'dress', 'it', "'s", 'blue', 'it', "'s", 'fun', 'it', "'s", 'feminine', 'the', 'color', 'is', 'so', 'vivid', 'and', 'beautiful', 'in', 'person', 'i', 'was', 'worried', 'that', 'the', 'length', 'would', 'be', 'an', 'issue', 'i', 'bought', 'a', 'regular', 'size', 'instead', 'of', 'my', 'normal', 'petite', 'but', 'i', 'feel', 'that', 'it', 'is', 'perfect', 'it', 'fits', 'great', 'and', 'i', 'know', 'i', 'will', 'wear', 'it', 'a', 'lot', 'this', 'summer', ',5,1,0', 'general', 'dresses', 'dresses'] ['1400,1022,37', 'love', 'these', 'jeans', 'great', 'fit', 'perfect', 'length', 'so', 'happy', 'with', 'these', 'jeans', 'the', 'fabric', 'is', 'pretty', 'stretchy', 'but', 'definitely', 'still', 'has', 'a', 'denim', 'feel', 'very', 'soft', 'love', 'these', 'jeans', ',5,1,3', 'general', 'bottoms', 'jeans'] ['1401,850,44', 'beautiful', 'feminine', 'blouse', 'i', 'bought', 'this', 'top', 'at', 'my', 'local', 'retailer', 'in', 'a', 'burgundy', 'color', 'it', 'is', 'so', 'beautiful', 'and', 'feminine', 'i', 'want', 'to', 'get', 'it', 'in', 'the', 'other', 'color', 'they', 'had', 'in', 'the', 'store', 'and', 'also', 'this', 'black', 'one', 'available', 'on-line', 'i', 'bought', 'it', 'in', 'a', 'size', '6', 'and', 'i', 'am', '5', '2', '34d', 'i', 'sometimes', 'get', 'tops', 'in', 'petite', 'but', 'i', 'felt', 'the', 'reg', 'size', 'fit', 'just', 'fine', ',5,1,21', 'general', 'tops', 'blouses'] ['1402,860,48', 'great', 'detail', 'i', 'purchased', 'this', 'item', 'as', 'a', 'gift', 'for', 'my', 'wife', 'and', 'she', 'loves', 'it', 'the', 'quality', 'for', 'the', 'price', 'is', 'great', 'soft', 'and', 'comfortable', 'needs', 'to', 'be', 'washed', 'with', 'care', 'but', 'is', 'worth', 'it,5,1,0', 'general', 'tops', 'knits'] ['1403,1110,43', 'pretty', 'low', 'cut', 'arm', 'holes', 'gorgeous', 'fun', 'dress', 'but', 'the', 'cut', 'in', 'the', 'armholes', '6', 'petite', 'is', 'really', 'low', 'so', 'low', 'even', 'a', 'strapless', 'bra', 'peeks', 'above', 'it', 'there', 'are', 'also', 'lining', 'issues', 'could', 'have', 'been', 'with', 'just', 'my', 'one', 'choice', 'where', 'the', 'lining', 'is', 'not', 'stitched', 'well', 'around', 'the', 'armholes', 'so', 'it', 'shows', 'too', 'much', 'back', 'is', 'stunning', 'i', 'would', 'say', 'that', 'if', 'you', 'can', 'go', 'bra', 'less', 'this', 'could', 'be', 'so', 'awesome', 'it', 'did', "n't", 'work', 'for', 'my', 'body', 'because', 'i', 'have', 'to', 'wear', 'a', 'bra', 'but', 'i', 'think', 'its', 'a', 'winner', 'for', 'someone', ',3,1,5', 'general', 'dresses', 'dresses'] ['1404,1074,50', 'very', 'pretty', 'runs', 'large', 'busty', 'petites', 'rejoice', '3', 'i', 'kept', 'the', 'size', '8', 'of', 'the', 'dress', 'and', 'had', 'to', 'return', 'the', '10', 'as', 'it', 'was', 'too', 'roomy', 'at', 'the', 'arms', 'and', 'chest', 'which', 'is', 'great', 'material', 'is', 'nice', 'and', 'not', 'too', 'much', 'material', 'hangs', 'nice', 'its', 'a', 'swing', 'another', 'win', ',4,1,2', 'general', 'dresses', 'dresses'] ['1405,1094,37', 'love', 'this', 'dress', 'many', 'compliments', 'great', 'color', 'and', 'so', 'comfy', 'most', 'of', 'my', 'dresses', 'from', 'retailer', 'are', 'maeve', 'brand', 'and', 'i', 'have', 'never', 'been', 'disappointed', ',5,1,0', 'general', 'dresses', 'dresses'] ['1406,1025,59', ',tts', 'and', 'very', 'very', 'sleek', 'and', 'flattering', 'just', 'love', 'for', 'summer', 'nice', 'light', 'weight', 'feel', 'great', 'on', 'and', 'not', 'saggy', 'nice', 'color', 'addition', 'since', 'my', 'other', 'favorite', 'are', 'lighter', 'shade', 'of', 'blue.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['1407,1094,56', 'gorgeous', 'turquoise', 'color', 'i', 'really', 'love', 'this', 'this', 'dress', 'but', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'about', 'the', 'belt', 'around', 'the', 'waist-it', 'is', 'a', 'draped', 'piece', 'of', 'fabric', 'that', 'is', 'very', 'figure', 'flattering', 'where', 'it', 'wraps', 'but', 'one', 'side', 'of', 'the', 'dress', 'has', 'no', 'belt', 'and', 'it', 'shows', 'muffin', 'tops/bulges.i', 'would', 'have', 'loved', 'this', 'if', 'the', 'belt', 'went', 'all', 'the', 'way', 'around', 'one', 'other', 'point', 'i', 'would', 'like', 'to', 'make', 'is', 'that', 'bra', 'straps', 'are', 'hard', 'to', 'conceal', 'i', 'bought', 'this', 'dress', 'because', 'of', 'the', 'gorgeous', 'color', 'but', 'ended', 'up', 'returning', 'it', 'because', 'of', 'the', 'belt', 'and', 'bra', 'strap', 'i', ',5,1,19', 'general', 'dresses', 'dresses'] ['1408,230,30', 'skarlett', 'blue', 'demi', 'convertible', 'bra', 'review', 'this', 'is', 'by', 'far', 'the', 'most', 'comfortable', 'bra', 'i', "'ve", 'ever', 'owned', 'i', 'love', 'the', 'convertible', 'strap', 'feature', 'it', "'s", 'great', 'for', 'shirts', 'with', 'a', 'back', 'cutout.,5,1,1', 'initmates', 'intimate', 'intimates'] ['1409,837,67', 'much', 'cuter', 'in', 'the', 'picture', 'this', 'top', 'runs', 'small', 'across', 'the', 'top', 'i', 'was', 'amazed', 'at', 'the', 'material', 'polyester', 'i', 'am', 'sure', 'because', 'the', 'price', 'was', 'so', 'high', 'it', 'has', 'a', 'sheer', 'layer', 'underneath', 'which', 'i', 'think', 'would', 'make', 'it', 'hot', 'in', 'the', 'summer', 'i', 'love', 'this', 'kind', 'of', 'tank', 'but', 'it', 'just', 'did', 'not', 'look', 'as', 'good', 'as', 'it', 'does', 'online', ',3,0,6', 'general', 'tops', 'blouses'] ['1410,1081,45', 'cute', 'and', 'comfy', 'dress', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'flowy', 'be', 'aware', 'that', 'the', 'model', 'is', 'a', 'tall', 'gal', 'i', "'m", 'usually', 'a', 'size', '8/10', 'in', 'dresses', 'and', 'purchased', 'a', 'large', 'returned', 'it', 'for', 'a', 'large', 'petite', 'as', 'it', 'went', 'way', 'past', 'my', 'knees', 'looks', 'funny', 'if', 'it', 'is', 'below', 'the', 'knee', 'the', 'petite', 'is', 'perfect.,4,1,2', 'general', 'dresses', 'dresses'] ['1411,837,44', 'adorable', 'tank', 'i', 'bought', 'this', 'tank', 'in', 'the', 'blue', 'popsicle', 'print', 'and', 'i', 'think', 'it', "'s", 'cuter', 'in', 'person', 'than', 'it', 'is', 'online', 'the', 'beautiful', 'pastel', 'colors', 'on', 'the', 'popsicles', 'really', 'stand', 'out', 'and', 'make', 'it', 'special', 'i', 'am', 'normally', 'a', 'size', '4-6', 'and', 'the', 'small', 'fits', 'me', 'perfectly', 'also', 'i', 'appreciate', 'that', 'it', "'s", 'lined', 'i', 'wore', 'it', 'with', 'skinnies', 'and', 'received', 'lots', 'of', 'compliments', 'it', "'s", 'the', 'perfect', 'tank', 'for', 'summer', ',5,1,1', 'general', 'tops', 'blouses'] ['1412,442,32', 'very', 'pretty', 'but', 'also', 'very', 'roomy', 'i', "'m", 'using', 'it', 'as', 'a', 'swimsuit', 'cover', 'up', 'so', 'it', "'s", 'perfect', ',4,1,0', 'initmates', 'intimate', 'swim'] ['1413,1025,37', 'almost', 'i', 'ordered', 'these', 'in', 'my', 'typical', 'size', '26', 'and', 'they', 'fit', 'everywhere', 'perfectly', 'except', 'the', 'butt', 'for', 'me', 'i', 'found', 'them', 'to', 'be', 'too', 'tight', 'in', 'that', 'area', 'i', 'went', 'to', 'the', 'store', 'and', 'tried', 'on', 'the', '27', 'and', 'they', 'were', 'too', 'big', 'in', 'the', 'waist', 'i', 'do', 'recommend', 'them', 'though', 'they', 'are', 'well', 'made', 'i', 'loved', 'the', 'wash', 'and', 'the', 'length', 'was', 'perfect', 'being', '5', '3', 'they', 'came', 'to', 'the', 'lower', 'ankle', 'and', 'that', 'was', 'fine', 'with', 'me', 'give', 'them', 'a', 'try', 'hopefully', 'they', 'work', 'better', 'for', 'you', ',4,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['1414,1094,39', 'lovely', 'feel', 'and', 'color', 'i', 'tried', 'on', 'the', 'xs', 'in', 'the', 'store', '115', 'lbs', '30dd', 'chest', 'short', 'fit', 'i', 'think', 'it', 'is', 'a', 'little', 'big', 'i', 'would', 'tend', 'to', 'go', 'for', 'a', 'xxs', 'petite', 'in', 'this', 'for', 'me', 'the', 'length', 'was', 'ok', 'but', 'would', 'look', 'more', 'flattering', 'in', 'petite', 'also', 'the', 'waist', 'was', 'on', 'the', 'looser', 'side', 'the', 'green', 'color', 'is', 'amazing', 'though', 'very', 'flattering', 'and', 'springy/summery', 'the', 'flow', 'of', 'the', 'dress', 'is', 'also', 'very', 'nice', 'the', 'weird', 'thing', 'is', 'the', 'belt', 'at', 'the', 'waist', 'it', 'starts', 'a', 'little', 'off', 'from', 'the', 'seam', 'and', 'does', "n't", 'go', 'all', 'the', 'way', 'around', 'not', 'sure', 'if', 'i', 'love', 'it', 'or', ',4,1,24', 'general', 'dresses', 'dresses'] ['1415,744,63', 'beautiful', 'chemise', 'this', 'well', 'made', 'chemise', 'is', 'figure', 'flattering', 'and', 'just', 'the', 'right', 'length', 'for', 'me', '5', '2', 'i', 'would', 'wear', 'it', 'as', 'a', 'slip', 'or', 'a', 'nightie', 'looking', 'forward', 'to', 'wearing', 'it', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['1416,1081,54', 'wow', 'this', 'is', 'just', 'a', 'fantastic', 'dress', 'i', 'bought', 'it', 'in', 'my', 'usual', 'm', 'in', 'the', 'blue', 'and', 'it', 'fits', 'like', 'a', 'glove', 'i', 'love', 'the', 'varying', 'lengths', 'and', 'the', 'adorable', 'sleeves', 'and', 'the', 'substantial', 'knit', 'which', 'feels', 'amazing', 'on', 'the', 'body', 'without', 'revealing', 'any', 'bumps', 'and', 'lumps', 'i', 'took', 'the', 'regular', 'length', 'and', 'found', 'it', 'perfect', 'the', 'front', 'hits', 'about', 'two', 'inches', 'above', 'my', 'knee', 'and', 'the', 'rest', 'hits', 'a', 'bit', 'lower', 'i', "'m", 'only', '5', '1', 'but', 'i', 'prefer', 'dresses', 'that', 'hit', 'closer', 'to', 'my', 'knee', 'than', 'mini', 'so', 'the', 'regular', 'was', 'perfect', 'for', 'me'] ['definitely', 'a', 'keeper', ',5,1,3', 'general', 'dresses', 'dresses'] ['1417,1094,40', 'perfect', 'ease', 'this', 'dress', 'is', 'perfection', 'it', 'is', 'extremely', 'comfortable', 'and', 'versatile', 'great', 'for', 'dressing', 'up', 'or', 'down', 'i', 'am', 'large', 'busted', '36g', 'so', 'was', 'delighted', 'that', 'it', 'stretches', 'as', 'this', 'is', 'a', 'problem', 'for', 'me', 'finding', 'clothing', 'to', 'fit', 'allover', 'i', 'am', 'petite', '5', '1', 'with', 'a', 'curvy', 'figure', 'and', 'a', 'regular', 'medium', 'fit', 'great', ',5,1,1', 'general', 'dresses', 'dresses'] ['1418,1081,46', 'very', 'messy', 't-shirt', 'i', 'ordered', 'this', 'in', 'the', 'plum', 'color', 'which', 'in', 'real', 'life', 'just', 'looks', 'like', 'a', 'very', 'very', 'dark', 'brown', 'that', 'would', 'probably', 'be', 'okay', 'but', 'the', 'dress', 'is', 'actually', 'about', '3', 'inches', 'shorter', 'than', 'the', 'listed', 'measurements', 'i', 'ordered', 'the', 'regular', 'length', 'but', 'the', 'shortest', 'part', 'of', 'the', 'hem', 'hits', 'me', 'only', 'about', 'halfway', 'down', 'my', 'thigh', 'way', 'way', 'too', 'short', 'i', 'am', '5', '5', 'for', 'reference', 'lastly', 'i', 'think', 'the', 'fabric', 'is', 'just', 'awful', 'quality', 'especially', 'for', 'this', 'price', 'point', 'the', 'slight', 'texture', 'makes', 'it', 'want', 'to', 'cling', 'to', 'itself', 'worn', 'ou', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['1419,837,23', 'down', 'with', 'drycleaning', 'the', 'price', 'is', 'high', 'and', 'i', 'have', 'to', 'dry', 'clean', 'this', 'no', 'thanks.,2,0,0', 'general', 'tops', 'blouses'] ['1420,1094,42', 'great', 'maxi', 'dress', 'this', 'is', 'a', 'great', 'summer', 'maxi', 'dress', 'i', 'am', '5', '4', '120lbs', 'about', 'a', 'size', '4', 'in', 'dresses', '32dd', 'i', 'got', 'this', 'in', 'an', 'extra', 'small', 'i', 'was', 'really', 'happy', 'that', 'on', 'someone', 'my', 'height', 'it', "'s", 'just', 'a', 'few', 'inches', 'above', 'my', 'ankle', 'so', 'did', 'not', 'shorten', 'me', 'at', 'all', 'the', 'straps', 'were', 'a', 'good', 'length', 'and', 'the', 'waist', 'hit', 'at', 'the', 'right', 'spot', 'i', 'do', "n't", 'think', 'the', 'waist', 'detail', 'not', 'going', 'all', 'the', 'way', 'around', 'is', 'a', 'big', 'deal', 'there', 'are', 'the', 'little', 'snaps', 'in', 'the', 'straps', 'for', 'your', 'bra', 'and', 'skirt', 'is', 'lined', 'the', 'turquoise', 'color', 'is', 'really', 'pretty', 'and', 'the', 'fabric', ',5,1,5', 'general', 'dresses', 'dresses'] ['1421,1094,30', 'bad', 'fit', 'for', 'me', 'this', 'dress', 'had', 'so', 'much', 'promise', 'from', 'the', 'picture', 'i', 'loved', 'the', 'midi', 'length', 'color', 'and', 'fascinating', 'waist', 'detail', 'i', 'ordered', 'online', 'so', 'there', 'was', 'no', 'way', 'to', 'try', 'on', 'before', 'purchasing', 'the', 'fit', 'was', 'disappointing', 'it', 'fell', 'in', 'an', 'unflattering', 'manner', 'at', 'every', 'point', 'a', 'tad', 'too', 'low', 'at', 'the', 'waist', 'a', 'tad', 'too', 'long', 'at', 'the', 'shin', 'just', 'kind', 'of', 'saggy', 'all', 'around', 'bummed', 'but', 'this', 'is', 'not', 'to', 'say', 'it', 'would', "n't", 'fit', 'someone', 'with', 'a', 'different', 'body', 'shape', 'better', 'the', 'quality', 'of', 'fabric', 'is', 'nice', 'and', 'the', 'color', 'is', 'lovely', ',3,1,0', 'general', 'dresses', 'dresses'] ['1422,1081,29', 'comfort', 'this', 'dress', 'is', 'super', 'comfortable', 'and', 'the', 'material', 'is', 'so', 'soft', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'will', 'cover', 'any', 'imperfections', 'if', 'you', 'are', 'heavier', 'and', 'want', 'to', 'hide', 'anything', 'its', 'more', 'fitted', 'in', 'the', 'top', 'and', 'drapes', 'on', 'the', 'body', 'very', 'nicely', 'the', 'hem', 'is', 'asymmetrical', 'and', 'the', 'highest', 'part', 'of', 'the', 'hem', 'hits', 'about', '2', 'inches', 'above', 'my', 'knee', 'and', 'i', 'am', '5', '3', 'i', 'will', 'wear', 'this', 'with', 'tights', 'for', 'work', 'color', 'is', 'very', 'nice', 'also.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1423,1081,47', 'great', 'dress', 'too', 'short', 'dress', 'is', 'very', 'pretty', 'but', 'very', 'short', 'almost', 'tunic', 'length', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1424,1081,36', 'perfect', 'for', 'everyone', 'i', 'love', 'this', 'dress', 'it', "'s", 'comfortable', 'flattering', 'and', 'stylish', 'looks', 'great', 'with', 'flats', 'or', 'boots', 'awesome', 'with', 'a', 'chunky', 'scarf', 'and', 'tights', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1425,1081,52', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1426,1094,40', 'beautiful', 'summer', 'dress', 'i', 'loved', 'this', 'dress', 'on', 'way', 'more', 'than', 'i', 'expected', 'to', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'the', 'fabric', 'is', 'soft', 'and', 'is', 'a', 'really', 'nice', 'weight', 'heavier', 'than', 'i', 'expected', 'which', 'makes', 'the', 'dress', 'hang', 'in', 'a', 'really', 'flattering', 'way', 'the', 'belt', 'does', "n't", 'go', 'all', 'the', 'way', 'around', 'as', 'other', 'reviewers', 'said', 'but', 'i', 'actually', 'kind', 'of', 'like', 'it', 'that', 'way', 'i', 'almost', 'did', "n't", 'try', 'it', 'on', 'based', 'on', 'some', 'of', 'the', 'other', 'reviews', 'but', 'i', "'m", 'sooooo', 'glad', 'i', 'did', 'it', "'s", 'a', 'really', 'cute', 'dress', 'will', 'look', 'great', 'as', 'is', 'or', 'with', 'a', 'light', 'cardigan', 'if', 'it', "'s", 'a', 'littl', ',4,1,2', 'general', 'dresses', 'dresses'] ['1427,1081,45', 'comfy', 'runs', 'large', 'i', 'like', 'the', 'style', 'but', 'i', 'ordered', 'an', 'extra', 'small', 'i', 'am5', '4', '120', 'and', 'it', 'was', 'still', 'too', 'loose', 'fitting', 'on', 'me', 'had', 'to', 'return', 'hopefully', 'exchange', 'for', 'xxs', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1428,1094,36', 'super', 'comfy', 'dress', 'i', 'ordered', 'a', 'regular', 'size', 'xs', 'and', 'the', 'length', 'is', 'still', 'fine', 'for', 'me', 'at', '5', '2', 'i', 'love', 'the', 'color', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'comfortable', 'i', "'ll", 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'this', 'summer', 'and', 'the', 'sale', 'price', 'is', 'a', 'great', 'bargain', ',5,1,1', 'general', 'dresses', 'dresses'] ['1429,1025,34', 'they', 'keep', 'their', 'shape', 'i', "'m", 'a', 'big', 'fan', 'of', 'paige', 'jeans', 'these', 'are', 'perfect', 'for', 'my', 'petite', 'frame', 'at', '5', '3', 'they', 'were', 'ankle', 'length', 'i', 'tried', 'my', 'normal', 'paige', 'size', 'and', 'ultimately', 'sized', 'up', 'for', 'a', 'better', 'fit', 'at', 'the', 'waist', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['1430,775,66', 'do', "n't", 'size', 'up', 'this', 'top', 'is', 'oversized', 'i', 'normally', 'wear', 'large', 'but', 'thought', 'an', 'xl', 'would', 'be', 'best', 'for', 'sleeping', 'it', "'s", 'huge', 'so', 'stick', 'with', 'your', 'normal', 'size', 'or', 'a', 'size', 'down', 'pretty', 'print', 'fabric', 'is', 'a', 'bit', 'coarse', 'undecided', 'about', 'trying', 'a', 'size', 'down', 'because', 'i', "'m", 'particular', 'and', 'they', 'did', "n't", 'wow', 'me', 'also', 'ordered', 'these', 'in', 'the', 'lighter', 'color', 'and', 'they', 'fit', 'the', 'same.,3,1,0', 'initmates', 'intimate', 'sleep'] ['1431,1081,45', 'really', 'cute', 'dress', 'if', 'you', 'can', 'do', 'the', 'handkerchief', 'this', 'is', 'like', 'many', 'reviewers', 'stated', 'a', 'very', 'flattering', 'and', 'nice', 'dress', 'the', 'sleeves', 'were', 'particularly', 'great', 'because', 'they', 'are', 'slightly', 'longer', 'than', 'most', 'of', 'this', 'type', 'and', 'went', 'past', 'the', 'meaty', 'for', 'lack', 'of', 'a', 'better', 'word', 'part', 'of', 'my', 'arm', 'only', 'exposing', 'the', 'slimmer', 'bits', 'it', 'looked', 'great', 'on', 'me', 'and', 'i', 'imagine', 'it', 'would', 'on', 'most', 'people', 'i', 'just', 'did', 'not', 'like', 'the', 'handkerchief', 'hem', 'too', 'young', 'too', 'trendy', 'i', 'do', "n't", 'know', 'when', 'you', "'re", 'in', 'your', '40s', 'you', 'start', 'to', 'feel', 'ridiculous', 'in', 'certain', 'styles', 'i', 'just', 'did', "n't", 'feel', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1432,1094,48', 'gorgeous', 'i', 'am', 'so', 'glad', 'i', 'tried', 'this', 'dress', 'on', 'it', 'is', 'so', 'chic', 'and', 'beautiful', 'perfect', 'for', 'an', 'evening', 'out', 'or', 'during', 'the', 'day', 'i', 'ca', "n't", 'believe', 'the', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['1433,1094,26', 'worst', 'purchase', 'ever', 'i', "'m", 'a', 'big', 'retailer', 'buyer-', 'and', 'usually', 'love', 'the', 'dresses', 'especially', 'the', 'petite', 'xs', 'maxis', 'this', 'was', 'the', 'worst', 'retailer', 'purchase', 'i', 'have', 'ever', 'made'] [] ['it', 'was', 'humongous', 'and', 'gave', 'me', 'no', 'shape', 'even', 'if', 'i', 'purchased', 'an', 'xxsp', 'it', 'probably', 'would', 'be', 'the', 'same', 'i', "'m", 'small', 'but', 'i', 'mean', 'come', 'on-', 'this', 'would', 'only', 'fit', 'a', 'giantess', 'which', 'also', 'makes', 'no', 'sense', 'because', 'it', "'s", 'the', 'petite', 'size'] [] ['do', 'not', 'buy', 'i', "'m", 'very', 'upset', 'i', 'have', 'to', 'pay', 'the', '5.95', 'return', 'fee', 'since', 'i', 'ordered', 'this', ',1,0,0', 'general', 'dresses', 'dresses'] ['1434,1094,59', 'not', 'good', 'quality', 'the', 'dress', 'is', 'just', 'ok.', 'i', 'can', 'not', 'imagine', 'having', 'paid', 'full', 'price', 'for', 'this', 'i', 'got', 'it', 'for', 'florida', 'vacation', 'i', 'put', 'it', 'on', 'to', 'wear', 'to', 'church', 'first', 'and', 'spilled', 'a', 'drop', 'of', 'lavender', 'oil', 'on', 'it', 'and', 'it', 'stained', 'cant', 'get', 'it', 'out', 'thats', 'punk', 'for', 'a', 'dress', 'that', 'even', 'on', 'sale', 'is', 'like'] ['sending', 'back', ',2,0,2', 'general', 'dresses', 'dresses'] ['1435,1094,33', 'great', 'summer', 'dress', 'i', 'tried', 'this', 'on', 'in', 'store', 'and', 'was', 'very', 'close', 'to', 'purchasing', 'but', 'ultimately', 'decided', 'against', 'it', 'because', 'it', 'was', 'too', 'in', 'between', 'causal', 'and', 'dressy', 'to', 'me', 'i', 'could', "n't", 'imagine', 'where', 'i', 'would', 'wear', 'the', 'dress', 'it', 'was', 'great', 'quality', 'and', 'the', 'green', 'color', 'was', 'very', 'pretty', 'on', 'you', 'could', 'find', 'a', 'way', 'to', 'wear', 'a', 'bra', 'with', 'the', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['1436,442,53', 'summer', 'and', 'spring', 'go', 'to', 'tunic', 'i', 'love', 'this', 'i', 'will', 'sport', 'it', 'in', 'the', 'spring', 'with', 'white', 'capris/', 'leggings', 'and', 'awesome', 'for', 'a', 'beach', 'cover-up', 'the', 'fit', 'is', 'comfy', 'the', 'embroidery', 'gives', 'it', 'a', 'feminine', 'touch', 'i', 'purchased', 'the', 'large', 'but', 'could', "'ve", 'gotten', 'away', 'with', 'a', 'slender', 'fit', 'in', 'medium', 'i', 'am', '5', '4', '170', 'lbs.,5,1,1', 'initmates', 'intimate', 'swim'] ['1437,1081,52', 'great', 'style', 'i', 'loved', 'this', 'dress', 'and', 'purchased', 'it', 'in', 'my', 'usual', 'm.', 'however', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'it', 'is', 'too', 'long', 'for', 'me', 'at', 'least', 'so', 'i', 'returned', 'this', 'and', 'will', 'buy', 'it', 'in', 'petite', 'instead', 'if', 'you', 'are', 'shorter', 'i', "'m", '5', '2', 'the', 'regular', 'length', 'does', "n't", 'fall', 'right', 'the', 'shorter', 'front', 'section', 'falling', 'right', 'at', 'the', 'knee', 'and', 'the', 'longer', 'section', 'falling', 'halfway', 'on', 'my', 'calf', 'but', 'great', 'style', 'looking', 'forward', 'to', 'seeing', 'it', 'on', 'me', 'in', 'the', 'petite', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1438,1081,39', 'beautiful', 'casual', 'dress', 'love', 'highly', 'recommend', 'usually', 'i', 'wait', 'for', 'sale', 'price', 'but', 'this', 'was', 'worth', 'the', 'extra', 'splurge', 'so', 'flattering', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1439,1081,51', 'perfect', 'and', 'easy', 'to', 'wear', 'dress', 'this', 'is', 'a', 'great', 'dress', 'for', 'all', 'body', 'types', 'the', 'fabric', 'is', 'substantial', 'and', 'soft', 'i', 'sized', 'down', 'for', 'a', 'closer', 'fit', 'but', 'i', 'could', 'have', 'also', 'bought', 'my', 'usual', 'medium', 'and', 'had', 'the', 'extra', 'space', 'to', 'belt', 'it', 'and', 'wear', 'a', 'looser', 'fit', 'i', 'busted', 'out', 'the', 'boots', 'a', 'little', 'early', 'and', 'the', 'outfit', 'was', 'done', 'super', 'easy', 'to', 'wear', 'dressed', 'up', 'or', 'dressed', 'down', 'totally', 'worth', 'the', 'price', 'i', "'m", 'glad', 'i', 'did', "n't", 'wait', 'until', 'it', 'went', 'on', 'sale', 'for', 'fear', 'of', 'selling', 'out', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1440,1087,31', 'muumuu', 'looks', 'fitted', 'on', 'but', 'this', 'just', 'turned', 'out', 'to', 'be', 'an', 'oversized', 'muumuu', 'on', 'the', 'fabric', 'also', 'felt', 'cheap', ',1,0,0', 'general', 'dresses', 'dresses'] ['1441,1081,43', 'great', 'fall', 'dress', 'this', 'is', 'a', 'solid', 'well', 'made', 'transistional', 'dress', 'going', 'from', 'late', 'summer', 'to', 'fall', 'i', "'m", '5', '7', 'and', 'got', 'the', 'medium', 'and', 'it', 'falls', 'a', 'little', 'above', 'my', 'knee', 'i', 'could', 'see', 'it', 'being', 'very', 'flattering', 'on', 'many', 'body', 'types', 'i', 'do', 'think', 'you', 'need', 'to', 'accessorize', 'the', 'dress', 'as', 'it', 'is', 'on', 'the', 'bland', 'side', 'i', 'bought', 'the', 'plum/brown', 'color', 'and', 'am', 'very', 'happy', 'with', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1442,1025,57', 'makes', 'my', 'butt', 'look', 'amazing', 'perfection', 'i', 'am', '5', '3', '/108', 'and', 'the', 'size', '25', 'fit', 'me', 'like', 'a', 'glove', 'beautiful', 'color', 'too', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1443,1094,39', 'not', 'a', 'halter', 'thrilled', 'that', 'this', 'not', 'only', 'fits', 'great', 'on', 'me', 'but', 'i', 'got', 'it', 'at', 'a', 'deep', 'sale', 'price', 'all', 'the', 'problems', 'that', 'the', 'negative', 'reviewers', 'had', 'did', 'not', 'apply', 'to', 'me', 'at', 'all', 'i', "'m", 'so', 'glad', 'i', 'gave', 'this', 'a', 'try', 'my', 'body', 'is', 'large', 'on', 'top', 'with', 'a', 'square', 'waist', 'a', 'bit', 'of', 'a', 'tummy', 'no', 'hips', 'or', 'bum', 'and', 'the', 'medium', 'petite', 'skimmed', 'over', 'all', 'my', 'flaws', 'and', 'made', 'me', 'look', 'more', 'proportionate', 'not', 'sure', 'why', 'this', 'is', 'called', 'halter', 'though', 'i', 'am', '5', '3', '36dd', 'wide', 'torso', 'size', '28', 'jeans', '140', ',5,1,2', 'general', 'dresses', 'dresses'] ['1444,1094,36', 'beautiful', 'color', 'and', 'drape', 'love', 'the', 'style', 'of', 'this', 'dress', 'length', 'hem', 'waist', 'details', 'material', 'i', 'think', 'it', 'looks', 'best', 'on', 'curvy', 'women', 'due', 'to', 'the', 'waist', 'detail', 'only', 'going', 'part', 'way', 'around', 'it', 'does', "n't", 'give', 'the', 'entire', 'waist', 'definition', 'which', 'is', 'why', 'it', 'would', 'look', 'best', 'on', 'someone', 'who', 'has', 'a', 'naturally', 'defined', 'waist', 'this', 'is', 'a', 'pretty', 'unique', 'dress', 'which', 'is', 'one', 'of', 'the', 'reasons', 'i', 'liked', 'it', 'i', 'agree', 'with', 'one', 'of', 'the', 'previous', 'reviewers', 'about', 'it', 'being', 'hard', 'to', 'conceal', 'your', 'bra', 'straps', 'unfortunately', 'for', 'me', 'that', 'is', 'a', 'deal', 'breaker', 'because', 'i', 'rea', ',4,1,3', 'general', 'dresses', 'dresses'] ['1445,1087,38', 'not', 'a', 'midi', 'on', 'me', 'but', 'still', 'so', 'cute', 'so', 'i', 'got', 'this', 'on', 'sale', 'and', 'the', 'only', 'size', 'they', 'had', 'was', 'a', 'xs', 'petite', 'i', 'did', "n't", 'have', 'my', 'hopes', 'very', 'high', 'but', 'i', 'thought', 'i', 'would', 'give', 'it', 'a', 'shot', 'the', 'dress', 'came', 'today', 'and', 'it', 'fit', 'great', 'i', 'am', '5', '6', 'so', 'the', 'petite', 'came', 'just', 'above', 'my', 'knees', 'but', 'the', 'dress', 'is', 'still', 'adorable', 'the', 'material', 'and', 'cut', 'is', 'great', 'this', 'is', 'not', 'what', 'i', 'was', 'looking', 'for', 'but', 'it', 'is', 'a', 'welcome', 'addition', ',5,1,0', 'general', 'dresses', 'dresses'] ['1446,1094,59', ',this', 'dress', 'is', 'beautiful', 'it', 'is', 'longer', 'than', 'it', 'looks', 'on', 'the', 'model', 'i', "'m", '5/5', 'but', 'drapes', 'beautifully', 'it', 'is', 'perfect', 'for', 'a', 'wedding', 'or', 'a', 'special', 'event', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['1447,1094,37', 'comfortable', 'and', 'pretty', 'i', 'have', 'mixed', 'feelings', 'about', 'this', 'dress', 'the', 'color', 'is', 'fantastic', 'not', 'too', 'bright', 'not', 'too', 'dark', 'the', 'material', 'is', 'super', 'soft', 'and', 'comfortable', 'and', 'the', 'length', 'was', 'perfect', 'i', 'did', 'end', 'up', 'returning', 'this', 'item', 'though', 'as', 'no', 'matter', 'which', 'bra', 'i', 'chose', 'the', 'straps', 'showed', 'it', 'just', 'was', 'not', 'hitting', 'my', 'right', 'on', 'the', 'shoulders', 'i', 'do', 'not', 'like', 'having', 'my', 'bra', 'straps', 'show', 'or', 'constantly', 'be', 'trying', 'to', 'tuck', 'them', 'away', 'especially', 'at', 'a', 'wedding', 'or', 'work', 'this', 'is', 'what', 'ultimately', 'led', 'me', 'to', 'return', 'the', 'dress', 'even', 'though', 'it', 'is', 'beau', ',3,0,2', 'general', 'dresses', 'dresses'] ['1448,1081,48', 'perfect', 'everyday', 'dress', 'this', 'dress', 'is', 'super', 'soft', 'and', 'really', 'flattering', 'i', "'m", '5', '2', 'and', 'i', 'tried', 'a', 'regular', 'size', 'm', 'in', 'the', 'store', 'and', 'hated', 'it', 'on', 'me', 'but', 'decided', 'to', 'order', 'a', 'petite', 'm', 'and', 'give', 'it', 'a', 'try', 'and', 'i', 'love', 'it', 'it', "'s", 'one', 'i', "'ve", 'been', 'wearing', 'a', 'lot', 'with', 'ankle', 'boots', 'and', 'all', 'sorts', 'of', 'jackets', 'it', "'s", 'great', 'for', 'these', 'fall', 'days', 'that', 'are', 'still', 'warm-ish', 'would', 'be', 'really', 'cute', 'with', 'tights', ',5,1,0', 'general', 'dresses', 'dresses'] ['1449,442,47', 'beautiful', 'embroidery', 'this', 'cover', 'up', 'has', 'great', 'potential', 'i', 'love', 'the', 'embroidery', 'the', 'colors', 'and', 'design', 'are', 'great', 'however', 'it', 'has', 'a', 'number', 'of', 'loose', 'strings', 'it', 'makes', 'me', 'wonder', 'what', 'might', 'happen', 'when', 'i', 'wash', 'it', 'the', 'fabric', 'is', 'on', 'the', 'thinner', 'side', 'but', 'it', 'is', 'not', 'see', 'through', 'the', 'fabric', 'would', 'be', 'nice', 'for', 'a', 'hot', 'day', 'by', 'the', 'pool', 'i', 'caught', 'it', 'on', 'sale', 'so', 'i', 'am', 'keeping', 'it', ',4,1,0', 'initmates', 'intimate', 'swim'] ['1450,1072,36', 'so', 'cute', 'but', 'so', 'big', 'the', 'design', 'of', 'this', 'dress', 'is', 'darling', 'and', 'so', 'unique', 'and', 'it', "'s", 'very', 'well', 'made', 'but', 'i', 'agree', 'it', "'s", 'very', 'boxy', 'and', 'overwhelming', 'for', 'a', 'petite', 'frame', 'i', "'m", '5', '3', 'and', 'ordered', 'the', '2', 'and', 'it', 'was', 'like', 'wearing', 'a', 'hospital', 'gown', 'if', 'a', 'petite', 'were', 'available', 'i', "'d", 'have', 'tried', 'that', 'but', 'this', 'one', "'s", 'going', 'back', 'shame', 'too', 'because', 'it', "'s", 'adorable', 'the', 'gap', 'in', 'the', 'neckline', 'could', 'easily', 'be', 'stitched', 'or', 'sewn', 'shut', 'but', 'that', "'s", 'an', 'inconvenience', 'when', 'this', 'dress', 'is', 'already', 'priced', 'so', 'high', ',3,1,3', 'general', 'dresses', 'dresses'] ['1451,829,25', 'excellent', 'cut', 'and', 'idea', 'poor', 'fabric', 'c', 'i', 'love', 'the', 'cut', 'and', 'aesthetic', 'of', 'this', 'shirt', 'but', 'the', 'fabric', 'unfortunately', 'shows', 'even', 'the', 'slightest', 'hint', 'of', 'sweat', 'which', 'makes', 'it', 'difficult', 'to', 'wear', 'without', 'being', 'self', 'conscious', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['1452,1175,30', 'very', 'cute', 'runs', 'small', 'despite', 'other', 'reviewers', 'comments', 'on', 'size', 'i', 'really', 'wanted', 'this', 'one', 'to', 'work', 'so', 'i', 'ordered', 'it', 'i', "'m", 'typically', 'a', 'size', 'xs', 'and', 'd', 'chest', 'and', 'instead', 'i', 'ordered', 'a', 'small', 'the', 'body', 'of', 'the', 'sit', 'for', 'well', 'but', 'the', 'cups', 'of', 'the', 'suit', 'i', "'d", 'said', 'for', 'more', 'for', 'a', 'b', 'if', 'i', 'lifted', 'my', 'arms', 'i', 'would', 'literally', 'come', 'out', 'of', 'it', ',3,0,5', 'initmates', 'intimate', 'swim'] ['1453,952,57', ',love', 'the', 'sweater', 'the', 'knit', 'has', 'a', 'rich', 'look', 'and', 'the', 'fit', 'is', 'perfect', 'i', 'paired', 'it', 'with', 'a', 'printed', 'pencil', 'skirt', 'for', 'an', 'eclectic', 'look', 'strongly', 'recommend', 'to', 'your', 'wardrobe.,5,1,0', 'general', 'tops', 'sweaters'] ['1454,411,55', ',,5,1,0', 'initmates', 'intimate', 'intimates'] ['1455,829,24', 'cute', 'shirt', 'but', 'really', 'strange', 'design', 'this', 'is', 'a', 'nice', 'shirt', 'but', 'i', 'ca', "n't", 'keep', 'it', 'i', 'ordered', 'a', '0', 'and', 'i', 'do', 'have', 'an', 'athletic', 'build', 'with', 'somewhat', 'wider', 'shoulders', 'given', 'how', 'petite', 'i', 'am', 'usually', 'wear', '00', 'petite', 'in', 'all', 'pants', 'and', 'i', 'think', 'this', 'size', 'was', 'perfect', 'fit', 'across', 'the', 'back', 'perfectly', 'when', 'you', 'lift', 'your', 'arms', 'the', 'way', 'it', 'is', 'cut', 'makes', 'it', 'really', 'tight', 'across', 'the', 'chest', 'and', 'shows', 'your', 'stomach', 'at', 'the', 'same', 'time', 'the', 'high', 'low', 'styling', 'makes', 'for', 'a', 'really', 'strange', 'shirt-tail', 'in', 'the', 'back', 'i', "'m", 'sure', 'this', 'is', 'the', 'trend', 'but', 'it', 'really', 'does', 'not', 'look', 'cute', ',2,0,3', 'general', 'petite', 'tops', 'blouses'] ['1456,411,38', 'too', 'tight', 'and', 'too', 'big', 'at', 'the', 'same', 'time.', 'i', "'m", 'a', '32-a', 'and', 'i', 'bought', 'a', 'small', 'i', 'found', 'that', 'the', 'tube', 'portion', 'is', 'pretty', 'tight', 'but', 'probably', 'needed', 'to', 'keep', 'things', 'up', 'because', 'there', 'is', 'not', 'a', 'clasp', 'in', 'the', 'front', 'or', 'back', 'it', 'is', 'really', 'hard', 'to', 'get', 'in', 'and', 'out', 'of', 'i', "'d", 'probably', 'be', 'ok', 'with', 'it', 'but', 'the', 'cups', 'were', 'too', 'big', 'for', 'me', 'i', 'think', 'i', 'would', 'need', 'to', 'be', 'a', 'c', 'to', 'fill', 'it'] ['the', 'quality', 'is', 'really', 'nice', 'and', 'the', 'molded', 'cups', 'are', 'a', 'good', 'shape', 'i', 'wish', 'i', 'could', 'have', 'made', 'it', 'work', 'because', 'it', 'was', 'really', 'comfortable', 'i', 'returned', 'it', 'in', 'the', 'end', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['1457,411,37', 'best', 'strapless', 'ever', 'hi', 'ladies'] ['does', 'this', 'bra', 'take', 'a', 'contortionist', 'to', 'put', 'it', 'on', 'the', 'first', 'time', 'yes', 'did', 'my', 'boyfriend', 'laugh', 'at', 'me', 'hysterically', 'while', 'i', 'tried', 'to', 'get', 'it', 'over', 'the', 'girls', 'yes', 'however', 'i', 'am', 'a', 'large', 'chested', 'girl', '34d', 'i', 'bought', 'the', 'large', 'and', 'this', 'is', 'honestly', 'the', 'absolute', 'best', 'most', 'comfortable', 'amazing', 'non', 'hurting/poking', 'best', 'strapless', 'bra', 'i', 'have', 'ever', 'owned', 'i', 'just', 'bought', 'three', 'more', 'just', 'in', 'case', 'the', 'first', 'two', 'wear', 'out', 'i', 'love', 'this', 'i', 'love', 'how', 'far', 'it', 'comes', 'down', 'on', 'the', 'sides', 'i', 'love', 'that', 'it', 'does', "n't", 'slip', 'do', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['1458,952,35', 'perfect', 'i', 'just', 'got', 'this', 'in', 'the', 'mail', 'had', 'to', 'immediately', 'write', 'a', 'review', 'i', 'love', 'it', 'i', 'took', 'a', 'risk', 'ordered', 'the', 'xxs', 'which', 'i', 'assume', 'is', 'a', '00.', 'it', 'fits', 'me', 'perfectly', 'so', 'i', 'would', 'say', 'it', 'runs', 'large', 'i', "'m", 'a', 'true', 'dress', 'size', '2', 'but', 'usually', 'wear', 'a', '0', 'or', 'xs', 'in', 'us', 'sizing', 'the', 'shoulder', 'length', 'from', 'seam', 'to', 'seam', 'is', 'about', '14', 'inches', 'i', "'m", '32c-24-34', 'hope', 'this', 'helps', ',5,1,0', 'general', 'tops', 'sweaters'] ['1459,829,34', 'love', 'it', 'this', 'shirt', 'feels', 'so', 'nice', 'it', "'s", 'heavier', 'weight', 'and', 'so', 'soft', 'i', 'think', 'it', "'s", 'lyocel', 'such', 'a', 'great', 'drape', 'to', 'the', 'shirt', 'that', 'is', 'so', 'flattering', 'i', 'am', '5', '8', '128lbs', 'and', '34c/d', 'and', 'purchased', 'a', 'size', '4.', 'found', 'this', 'item', 'to', 'be', 'true', 'to', 'size', 'if', 'not', 'slightly', 'loose', 'but', 'i', 'love', 'the', 'flow', 'of', 'it', 'highly', 'recommend', 'the', 'green', 'is', 'classic', 'and', 'timeless', 'very', 'versatile', ',5,1,3', 'general', 'tops', 'blouses'] ['1460,829,34', 'great', 'shirt', 'love', 'it', 'the', 'light', 'blue', 'is', 'a', 'gorgeous', 'color', 'i', 'thought', 'this', 'might', 'be', 'more', 'chambray', 'but', 'i', "'m", 'happy', 'it', "'s", 'not', 'it', "'s", 'also', 'stitched', 'at', 'the', 'top', 'so', 'no', 'awkward', 'accidental', 'peep', 'show', 'or', 'need', 'for', 'annoying', 'tape', ',5,1,3', 'general', 'tops', 'blouses'] ['1461,829,49', 'great', 'purchase', 'love', 'this', 'top', 'i', 'bought', 'it', 'last', 'month', 'in', 'the', 'olive', 'green', 'color', 'and', 'love', 'it', 'great', 'quality', 'fabric', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'tops', 'blouses'] ['1462,411,29', 'runs', 'very', 'small', 'this', 'bra', 'runs', 'very', 'small', 'and', 'is', 'hard', 'to', 'get', 'on', 'and', 'off', 'i', 'think', 'if', 'i', 'went', 'a', 'size', 'up', 'i', 'would', 'be', 'happier', ',2,0,0', 'initmates', 'intimate', 'intimates'] ['1463,839,44', 'much', 'thinner', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'top', 'but', 'was', 'immediately', 'disappointed', 'it', 'is', 'much', 'thinner', 'than', 'it', 'seems', 'it', 'almost', 'feels', 'like', 'a', 'cheap', 'top', 'it', "'s", 'also', 'see-through', 'but', 'i', "'m", 'not', 'bothered', 'by', 'that', 'it', 'has', 'a', 'very', 'boxy', 'cut', 'which', 'i', 'like', 'with', 'slimmer', 'bottoms', 'but', 'overall', 'i', 'did', "n't", 'care', 'for', 'this', 'top', 'expected', 'it', 'to', 'be', 'more', 'structured', 'stiff', 'rather', 'than', 'flimsy', 'thin', 'it', "'s", 'going', 'back', ',3,1,3', 'general', 'tops', 'blouses'] ['1464,411,48', 'good', 'luck', 'getting', 'it', 'on', 'you', 'have', 'to', 'be', 'a', 'contortionist', 'to', 'get', 'this', 'bra', 'on', 'it', 'slips', 'over', 'your', 'head', 'and', 'i', 'needed', 'my', '8yo', 'daughter', 'to', 'help', 'me', 'pull', 'it', 'down', 'past', 'my', 'elbows', 'ridiculously', 'impractical', 'why', 'oh', 'why', 'did', "n't", 'heather', 'give', 'it', 'a', 'hook', 'and', 'loop', 'closure', 'instead', ',2,0,1', 'initmates', 'intimate', 'intimates'] ['1465,839,23', 'very', 'versatile', 'i', 'love', 'this', 'top', 'i', 'dress', 'it', 'up', 'when', 'i', 'need', 'to', 'be', 'more', 'professional', 'and', 'i', 'dress', 'it', 'down', 'with', 'a', 'pair', 'of', 'cutoffs', 'when', 'it', "'s", 'warm', 'it', 'is', 'delicate', 'however', 'so', 'i', 'try', 'not', 'to', 'wash', 'it', 'too', 'frequently', 'the', 'front', 'is', 'a', 'bit', 'boxy', 'which', 'the', 'model', 'demonstrates', 'the', 'model', 'really', 'encompasses', 'the', 'crisp', 'whiteness', 'of', 'the', 'shirt', 'the', 'flow', 'of', 'it', 'and', 'the', 'length', ',5,1,0', 'general', 'tops', 'blouses'] ['1466,952,45', 'cute', 'but', 'itchy', 'great', 'fit', 'and', 'design', 'but', 'the', 'wool', 'is', 'too', 'itchy', 'and', 'rough', 'will', 'need', 'a', 'layer', 'underneath,4,1,6', 'general', 'tops', 'sweaters'] ['1467,829,38', 'would', 'love', 'the', 'cut', 'but', 'this', 'was', 'going', 'to', 'be', 'my', 'go', 'to', 'top', 'i', 'loved', 'the', 'look', 'of', 'the', 'billowy', 'shirt', 'especially', 'in', 'light', 'blue', 'when', 'it', 'arrived', 'i', 'knew', 'it', 'would', "n't", 'work', 'for', 'my', 'body', 'i', "'m", 'athletic', 'build', 'with', 'muscular', 'upper', 'arms', 'and', 'a', 'd', 'cup', 'i', 'tried', 'it', 'on', 'anyway', 'i', 'really', 'wish', 'it', 'fit', 'it', 'was', 'snug', 'in', 'the', 'upper', 'arms', 'and', 'pulled', 'a', 'bit', 'in', 'the', 'front', 'i', 'knew', 'if', 'i', 'ordered', 'a', 'size', 'up', 'the', 'arms', 'would', 'still', 'be', 'tight', 'it', "'s", 'just', 'the', 'cut', 'of', 'the', 'shirt', 'this', 'top', 'is', 'best', 'for', 'someone', 'that', 'is', "n't", 'busty', 'and', 'has', 'slender', 'upper', 'arms', ',3,0,17', 'general', 'tops', 'blouses'] ['1468,411,41', 'comfortable', 'strapless', 'while', 'there', 'us', 'no', 'clasp', 'and', 'this', 'bra', 'does', 'require', 'you', 'to', 'pull', 'it', 'over', 'your', 'head', 'i', 'did', 'not', 'find', 'it', 'to', 'be', 'too', 'difficult', 'i', 'love', 'that', 'the', 'bra', 'stays', 'in', 'place', 'and', 'that', 'i', 'do', 'not', 'have', 'to', 'constantly', 'pull', 'it', 'up', 'throughout', 'the', 'day', 'it', "'s", 'quite', 'comfortable', 'too', 'i', 'wish', 'i', 'had', 'ordered', 'the', 'same', 'bra', 'with', 'the', 'straps', 'too', 'before', 'they', 'sold', 'out', 'of', 'my', 'size', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['1469,952,53', 'my', 'new', 'favorite', 'pullover', 'slighty', 'fitted', 'flattering', 'very', 'soft', 'and', 'not', 'itchy', 'the', 'orange', 'is', 'a', 'very', 'nice', 'color', ',5,1,0', 'general', 'tops', 'sweaters'] ['1470,1072,29', 'top', 'gapes', 'open', 'i', 'was', 'looking', 'for', 'an', 'oversized', 'silhouette', 'but', 'this', 'is', 'more', 'like', 'a', 'beach', 'cover-up', 'the', 'waist', 'does', 'not', 'have', 'elastic', 'or', 'any', 'structure', 'the', 'top', 'fabric', 'is', 'crossed', 'over', 'but', 'not', 'sewn', 'closed', 'and', 'because', 'the', 'fit', 'is', 'so', 'loose', 'it', 'just', 'gaps', 'open', 'the', 'fabric', 'is', 'nice', 'quality', 'but', 'i', 'am', 'returning', ',2,0,2', 'general', 'dresses', 'dresses'] ['1471,993,35', ',,3,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['1472,829,33', 'great', 'top', 'to', 'transition', 'to', 'fall', 'i', 'got', 'tons', 'of', 'compliments', 'when', 'i', 'wore', 'this', 'top', 'out', 'a', 'couple', 'weeks', 'ago', 'it', 'is', 'a', 'little', 'bit', 'shorter', 'than', 'i', 'thought', 'and', 'a', 'little', 'bit', 'loose', 'not', 'baggy', 'but', 'just', 'kind', 'of', 'hangs', 'if', 'you', 'have', 'a', 'larger', 'chest', 'this', 'may', 'not', 'be', 'super-flattering', 'the', 'color', 'is', 'really', 'pretty', 'and', 'looked', 'great', 'with', 'dark', 'skinnies', 'i', 'bought', 'my', 'normal', 'size', 'after', 'trying', 'on', 'a', 'size', 'down', 'which', 'was', 'just', 'too', 'short', 'and', 'i', "'m", '5', '2', ',4,1,0', 'general', 'tops', 'blouses'] ['1473,829,28', 'nice', 'shirt', 'i', 'loved', 'the', 'color', 'and', 'the', 'style', 'of', 'the', 'sleeves', 'it', 'was', 'a', 'bit', 'too', 'short', 'on', 'me', 'and', 'i', 'thought', 'it', 'made', 'me', 'look', 'boxy', 'so', 'i', 'did', "n't", 'end', 'up', 'keeping', 'it,4,1,0', 'general', 'tops', 'blouses'] ['1474,860,45', ',saw', 'this', 'on', 'the', 'sale', 'rack', 'and', 'decided', 'to', 'try', 'on', 'i', 'looked', 'like', 'the', 'dancing', 'hypos', 'in', 'the', 'movie', 'fantasia', 'i', 'am', 'petite', 'and', 'not', 'heavy', 'but', 'this', 'is', 'for', 'very', 'slim', 'and', 'tall', 'people', 'too', 'much', 'fabric', 'in', 'the', 'peplum', 'part.,1,0,2', 'general', 'tops', 'knits'] ['1475,860,54', 'amazing', 'product', 'this', 'product', 'is', 'comfortable', 'and', 'stylish', 'i', 'love', 'the', 'design', 'and', 'the', 'color', 'print', 'i', 'can', 'dresss', 'it', 'up', 'and', 'dress', 'it', 'down', 'it', 'goes', 'with', 'everything', 'and', 'also', 'fits', 'great.,5,1,0', 'general', 'tops', 'knits'] ['1476,1027,39', 'best', 'jeans', 'i', 'got', 'these', 'on', 'sale', 'a', 'few', 'months', 'ago', 'they', 'are', 'the', 'most', 'comfortable', 'jeans', 'i', "'ve", 'ever', 'owned', 'i', "'m", '5', '4', 'and', 'they', 'are', 'the', 'perfect', 'length', 'for', 'me', 'but', 'i', 'like', 'my', 'jeans', 'a', 'little', 'long.,5,1,0', 'general', 'bottoms', 'jeans'] ['1477,1098,39', 'is', 'this', 'really', 'black', 'i', 'had', 'this', 'dress', 'in', 'my', 'basket', 'for', 'a', 'long', 'tiem', 'waiting', 'for', 'free', 'shipping', 'i', 'liekd', 'how', 'it', 'looked', 'on', 'the', 'model', 'read', 'the', 'reviews', 'and', 'was', "n't", 'sure', 'so', 'waited', 'then', 'my', 'usual', 'size', 'sold', 'out', 'so', 'i', 'decided', 'ot', 'try', 'the', 'smaller', 'size', 'in', 'petites', 'otherwsie', 'i', 'would', 'have', 'gotten', 'it', 'in', 'the', 'store', '_', 'i', 'needed', 'pettie', 'and', 'the', 'smaller', 'size', 'is', 'perfect', 'the', 'color', 'says', 'black', 'but', 'it', 'looks', 'more', 'mifnight', 'aka', 'blue', 'my', 'friend', 'even', 'said', 'when', 'i', 'tried', 'it', 'on', 'you', 'know', 'i', 'laways', 'love', 'anything', 'blue', 'so', 'do', "n't", 'expect', 'dark', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1478,829,36', 'great', 'fall', 'top', 'love', 'this', 'top', 'for', 'the', 'fall', 'looks', 'great', 'with', 'dark', 'skinny', 'jean', 'and', 'booties.,5,1,0', 'general', 'tops', 'blouses'] ['1479,936,21', ',love', 'this', 'design', 'it', 'puts', 'a', 'twist', 'on', 'a', 'turtle', 'neck', 'sweater', 'the', 'only', 'problem', 'i', 'had', 'is', 'that', 'the', 'tie', 'kept', 'coming', 'undone', 'but', 'if', 'you', 'do', 'a', 'double', 'knot', 'the', 'problem', 'is', 'solved', 'wish', 'i', 'would', 'have', 'bought', 'all', 'the', 'other', 'colors.,5,1,0', 'general', 'tops', 'sweaters'] ['1480,1066,26', 'loved', 'these', 'i', 'tried', 'these', 'in', 'store', 'did', "n't", 'have', 'much', 'hope', 'as', 'flare', 'usually', 'looks', 'terrible', 'on', 'me', 'small', 'waist', 'and', 'athletic', 'fuller', 'legs', 'but', 'surprisingly', 'these', 'work', 'great', 'they', 'seem', 'to', 'very', 'good', 'quality', 'and', 'the', 'flare', 'is', 'super', 'cute', 'and', 'on', 'trend', 'i', 'do', 'think', 'they', 'run', 'a', 'little', 'small', 'i', 'am', 'almost', 'always', 'a', '2/26', 'but', 'i', 'took', 'these', 'in', 'a', '4.', 'they', 'did', "n't", 'have', 'a', '2', 'in', 'store', 'for', 'me', 'to', 'compare', 'but', 'i', 'think', 'they', 'would', 'have', 'been', 'too', 'tight', 'highly', 'recommend', ',5,1,1', 'general', 'bottoms', 'pants'] ['1481,936,39', ',runs', 'a', 'size', 'big', 'unless', 'you', 'want', 'it', 'really', 'boxy', 'felt', 'the', 'matl', 'was', 'flimsy', 'and', 'would', 'prob', 'pill', 'soon', 'turquoise', 'was', 'a', 'pretty', 'color', 'but', 'returning', 'this', 'one.,3,0,0', 'general', 'tops', 'sweaters'] ['1482,1022,36', 'i', 'ordered', 'these', 'because', 'i', 'loved', 'the', 'wide', 'cut', 'and', 'overall', 'look', 'but', 'returned', 'them', 'because', 'they', 'fit', 'weird', 'too', 'tight', 'around', 'the', 'too', 'high', 'waistline', 'and', 'normally', 'i', 'like', 'a', 'high', 'waistline', 'fit', 'ran', 'small', 'and', 'the', 'overall', 'quality', 'of', 'the', 'fabric', 'was', "n't", 'as', 'nice', 'as', 'i', 'was', 'hoping', 'for', 'pretty', 'disappointed', ',1,0,0', 'general', 'bottoms', 'jeans'] ['1483,860,31', 'odd', 'dimensions', 'i', 'wanted', 'this', 'tank', 'to', 'work', 'so', 'badly', 'it', 'was', 'a', 'great', 'deal', 'and', 'so', 'beautiful', 'unfortunately', 'the', 'top', 'fitted', 'portion', 'ends', 'right', 'below', 'my', 'chest', 'then', 'the', 'shirt', 'flares', 'out', 'so', 'i', 'looked', 'like', 'a', 'cupcake', 'my', 'belly', 'also', 'showed', 'slightly', 'because', 'the', 'shirt', 'is', 'short', 'if', 'you', 'have', 'a', 'short', 'torso', 'this', 'would', 'work', 'great', 'if', 'not', 'unfortunately', 'its', 'not', 'great', 'tear', ',2,0,0', 'general', 'tops', 'knits'] ['1484,860,20', 'not', 'for', 'the', 'well', 'endowed', 'i', 'am', '5', '8', 'with', 'curvy', 'muscular', 'body', 'and', '36ddd', 'boobs', 'the', 'ruffle', 'ends', 'up', 'hitting', 'me', 'right', 'below', 'my', 'breasts', 'and', 'creates', 'the', 'look', 'of', 'being', 'about', '6', 'months', 'pregnant', 'the', 'beading', 'is', 'beautiful', 'and', 'i', 'wish', 'that', 'it', 'fit', ',3,0,0', 'general', 'tops', 'knits'] ['1485,1098,35', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1486,949,70', 'versatile', 'jacket', 'the', 'sweater', 'coat', 'would', 'be', 'wonderful', 'for', 'cooler', 'weather', 'this', 'fall', 'i', 'ordered', 'it', 'in', 'medium', 'because', 'the', 'small', 'sizes', 'were', 'sold', 'out', 'sometimes', 'a', 'medium', 'is', 'the', 'right', 'size', 'depending', 'on', 'the', 'brand', 'i', 'was', 'disappointed', 'that', 'the', 'coat', 'was', 'so', 'large', 'i', 'do', "n't", 'think', 'it', 'will', 'work', 'for', 'me', 'even', 'with', 'layers', 'underneath', 'it', "'s", 'a', 'great', 'design', 'but', 'i', 'may', 'have', 'to', 'return', 'it.,4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['1487,1066,39', 'love', 'these', 'pants', 'retailer', 'please', 'sell', 'more', 'colors', 'and', 'patterns', 'of', 'these', 'i', 'have', 'a', 'hard', 'time', 'finding', 'work', 'pants', 'that', 'fit', 'right', 'do', "n't", 'have', 'to', 'be', 'hemmed', 'i', "'m", '5', '3', 'and', 'are', "n't", 'boring', 'this', 'is', 'just', 'enough', 'pattern', 'to', 'be', 'interesting', 'but', 'still', 'neutral', 'enough', 'to', 'pair', 'with', 'other', 'things', 'i', 'bought', 'them', 'full', 'price', 'and', 'would', 'happily', 'do', 'so', 'again', 'for', 'another', 'pattern', ',5,1,0', 'general', 'bottoms', 'pants'] ['1488,1027,45', 'ok', 'lightweight', 'jean', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'that', 'these', 'jeans', 'run', 'big', 'for', 'my', 'body', 'straight', 'up', 'and', 'down', 'i', 'ordered', '2', 'sizes', 'down', 'but', 'would', 'have', 'ordered', 'one', 'size', 'down', 'had', 'i', 'been', 'able', 'to', 'try', 'them', 'on', 'in', 'the', 'store', 'the', 'jeans', 'i', 'received', 'were', 'lighter', 'not', 'blue', 'and', 'more', 'grey', 'with', 'very', 'noticeable', 'white', 'whiskering', 'i', 'need', 'a', 'new', 'pair', 'of', 'jearns', 'and', 'i', 'love', 'the', 'cut', 'of', 'these', 'so', 'i', 'am', 'keeping', 'this', 'pair', 'but', 'for', 'me', 'because', 'of', 'the', 'color', 'they', 'are', 'just', 'ok', 'compared', 'to', 'the', 'wow', 'i', 'was', 'expecting', 'from', 'the', 'picture', ',3,1,0', 'general', 'bottoms', 'jeans'] ['1489,829,36', 'great', 'top', 'for', 'everyday', 'wear', 'this', 'is', 'a', 'very', 'well', 'made', 'top', 'i', 'love', 'everything', 'about', 'this', 'top', 'bought', 'it', 'in', 'both', 'colors', 'i', 'think', 'it', "'s", 'fancy', 'enough', 'to', 'wear', 'out', 'at', 'night', 'or', 'in', 'the', 'daytime', 'with', 'shorts', 'and', 'flip', 'flops', 'i', 'got', 'it', 'on', 'sale', 'but', 'would', 'have', 'totally', 'paid', 'regular', 'price', 'for', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1490,936,26', 'classic', 'with', 'a', 'twist', 'i', 'wish', 'i', 'had', "n't", 'waited', 'so', 'long', 'to', 'buy', 'this', 'the', 'smalls', 'were', 'sold', 'out', 'in', 'grey', 'by', 'the', 'time', 'i', 'finially', 'did', 'but', 'the', 'medium', 'ended', 'up', 'being', 'totally', 'fine', 'perfect', 'for', 'a', 'warmer', 'winter', 'it', 'is', 'pretty', 'thin', 'so', 'i', 'would', "n't", 'trust', 'it', 'on', 'it', "'s", 'own', 'to', 'keep', 'you', 'warm', 'in', 'cold', 'weather', 'but', 'easily', 'could', 'be', 'layered', 'i', 'love', 'the', 'fun', 'aspect', 'of', 'the', 'tie', 'front', 'for', 'this', 'sweater', 'as', 'the', 'front', 'tuck', 'is', 'becoming', 'a', 'little', 'tired', 'in', 'my', 'eyes', 'i', 'love', 'that', 'you', 'can', 'make', 'it', 'shorter', 'or', 'longer', 'or', 'even', 'tuck', 'it', 'in', 'because', 'the', 'ties', 'are', "n't", 'sewn', ',5,1,1', 'general', 'tops', 'sweaters'] ['1491,936,78', 'stylish', 'comfortable', 'and', 'affordable', 'love', 'this', 'sweater', 'i', 'have', 'it', 'in', 'cream', 'and', 'ordering', 'navy', 'it', 'is', 'comfortable', 'and', 'looks', 'great', 'with', 'pants', 'or', 'a', 'skirt', 'i', 'do', 'not', 'like', 'my', 'sweaters', 'tight', 'so', 'i', 'have', 'a', 'large', 'and', 'love', 'the', 'fit', 'i', 'am', '5', '4', 'and', 'weigh', '135', 'and', 'usually', 'buy', 'medium', 'to', 'large.,5,1,2', 'general', 'tops', 'sweaters'] ['1492,860,39', 'so', 'cute', 'i', 'love', 'this', 'seriously', 'would', 'buy', 'again', 'i', 'wish', 'it', 'was', 'warmer', 'out', 'so', 'i', 'could', 'wear', 'it,5,1,0', 'general', 'tops', 'knits'] ['1493,860,43', 'adorable', 'i', 'love', 'this', 'top', 'it', 'is', 'very', 'short', 'and', 'hits', 'at', 'a', 'potentially', 'unflattering', 'area', 'if', 'one', 'has', 'wider', 'hips', 'the', 'fabric', 'and', 'swing', 'to', 'the', 'skirt', 'is', 'adorable', ',3,1,0', 'general', 'tops', 'knits'] ['1494,1066,33', 'nice', 'fit', 'nice', 'quality', 'i', 'have', 'a', 'small', 'collection', 'of', 'retailer', 'pants', 'for', 'work', 'and', 'this', 'pair', 'fit', 'neatly', 'into', 'a', 'hole', 'i', 'do', "n't", 'have', 'a', 'fun', 'patterned', 'pair', 'i', 'am', 'short', '5', '2', 'and', 'definitely', 'needed', 'a', 'petite', 'to', 'get', 'the', 'crop', 'to', 'land', 'in', 'the', 'right', 'spot', 'my', 'usual', '0p', 'fit', 'perfectly', 'up', 'above', 'the', 'flare', 'seems', 'a', 'bit', 'more', 'pronounced', 'on', 'me', 'than', 'in', 'the', 'picture', 'the', 'fabric', 'is', 'nice', 'quality', 'smooth', 'and', 'medium', 'weight', 'with', 'a', 'bit', 'of', 'stretch', 'and', 'i', 'like', 'the', 'fact', 'that', 'these', 'are', 'machine', 'washable', 'this', 'gal', 'has', 'other', 'things', 'to', 'do', 'with', 'her', 'life', 'besid', ',5,1,5', 'general', 'bottoms', 'pants'] ['1495,949,35', 'huge', 'this', 'jacket', 'runs', 'very', 'large', 'i', 'usually', 'wear', 'an', 'xl', 'but', 'probably', 'could', 'fit', 'into', 'a', 'medium', 'i', 'have', 'long', 'arms', 'and', 'the', 'sleeves', 'were', 'way', 'past', 'my', 'hands', 'i', 'love', 'the', 'jacket', 'but', 'it', "'s", 'just', 'too', 'sloppy', ',3,1,1', 'general', 'petite', 'tops', 'sweaters'] ['1496,860,51', 'i', 'wanted', 'to', 'like', 'this', 'i', 'wanted', 'to', 'like', 'this', 'top', 'so', 'so', 'so', 'so', 'badly', 'so', 'badly', 'in', 'fact', 'that', 'after', 'the', 'first', 'size', 'did', "n't", 'fit', 'i', 'ordered', 'two', 'other', 'sizes', 'to', 'make', 'sure', 'xl', 'l', 'm.', 'none', 'of', 'them', 'worked', 'i', 'really', 'wanted', 'to', 'like', 'this', 'top', 'the', 'online', 'photo', 'makes', 'the', 'clothing', 'look', 'so', 'flattering', 'and', 'the', 'shirt', 'is', 'just', 'not', 'at', 'least', 'on', 'me', 'the', 'shirt', 'online', 'on', 'the', 'model', 'looks', 'slimming', 'and', 'a', 'lot', 'longer', 'than', 'the', 'actual', 'piece', 'of', 'the', 'clothing', 'the', 'beaded', 'work', 'is', 'very', 'beautiful', 'but', 'short', 'causing', 'the', 'very', 'poofy', 'peplum', 'to', 'start', 'at', 'the', 'mos', ',1,0,0', 'general', 'tops', 'knits'] ['1497,1066,41', 'perfect', 'work', 'pants', 'i', 'love', 'these', 'pants', 'so', 'much', 'i', 'even', 'paid', 'full', 'price', 'for', 'them', 'i', "'m", 'going', 'to', 'order', 'them', 'in', 'navy', 'too', 'super', 'cute', 'fit', 'cute', 'with', 'flats', 'or', 'heels.,5,1,0', 'general', 'bottoms', 'pants'] ['1498,949,27', 'size', 'down', 'i', 'followed', 'the', 'advice', 'of', 'other', 'reviewers', 'and', 'sized', 'down', 'however', 'the', 'jacket', 'was', 'still', 'too', 'large', 'it', 'fit', 'fine', 'in', 'the', 'arms', 'but', 'the', 'body/width', 'of', 'the', 'jacket', 'was', 'huge', 'also', 'i', 'found', 'the', 'wool', 'material', 'to', 'be', 'extremely', 'itchy', 'it', 'might', 'work', 'if', 'you', 'are', 'layering', 'it', 'over', 'long', 'sleeves', 'but', 'still', 'make', 'sure', 'to', 'size', 'down', 'at', 'least', 'one', 'or', 'maybe', 'even', 'two', 'sizes', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['1499,829,44', 'subtle', 'beauty', 'i', 'stumbled', 'upon', 'this', 'by', 'accident', 'and', 'i', 'thought', 'the', 'turquoise', 'color', 'looks', 'unique', 'so', 'i', 'tried', 'it', 'on', 'and', 'it', 'was', 'a', 'great', 'fit', 'first', 'time', 'around', 'i', 'dislike', 'open', 'shoulder', 'blouses', 'because', 'most', 'of', 'them', 'are', 'too', 'open', 'but', 'this', 'one', 'is', 'very', 'sutble', 'which', 'gives', 'it', 'a', 'girl', 'next', 'door', 'sexy', 'look', 'the', 'material', 'is', 'very', 'soft', 'the', 'pattern', 'is', 'subtle', 'plaid', 'and', 'the', 'liner', 'is', 'a', 'plus', 'size', '2', 'regular', 'fits', 'me', 'very', 'comfortably', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'i', 'could', 'size', 'down', 'more', 'but', 'i', 'like', 'the', 'relaxed', 'look', 'like', 'on', 'the', 'mod', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['1500,1003,38', 'small', 'in', 'the', 'waist', 'gorgeous', 'colors', 'on', 'lovely', 'silk', 'skirt', 'longer', 'on', 'me', 'than', 'in', 'photo', 'but', 'i', "'m", 'only', '5', '4', 'i', 'usually', 'wear', 'a', 'size', '12', 'or', '32', 'waist', 'jeans', 'but', 'i', 'could', 'not', 'zip', 'up', 'the', 'large', 'by', 'several', 'inches', 'i', "'m", 'not', 'sure', 'if', 'i', 'can', 'possibly', 'cover', 'the', 'waist', 'and', 'still', 'wear', 'it', 'that', 'way', 'sad', 'because', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'for', 'months', ',5,1,0', 'general', 'bottoms', 'skirts'] ['1501,860,52', '~~so', 'very', 'retailer~~', 'absolutely', 'beautiful'] ['usually', 'do', "n't", 'leave', 'reviews', 'here', 'but', 'this', 'top', 'material', 'beading', 'style', 'is', 'so', 'gorgeous', 'i', 'would', 'be', 'remiss', 'if', 'i', 'did', "n't", 'i', 'have', 'a', 'short', 'torso', 'so', 'the', 'peplum', 'hit', 'me', 'above', 'the', 'belly-button', 'it', "'s", 'very', 'voluminous', 'but', 'with', 'the', 'right', 'pants', 'and', 'heels', 'it', 'is', 'a', 'perfect', 'outfit', 'as', 'a', 'full-time', 'student', 'i', "'m", 'apt', 'to', 'find', 'retailer', 'expensive', 'but', 'this', 'purchase', 'was', 'so', 'very', 'much', 'worth', 'it', 'in', 'terms', 'of', 'sizing-', 'i', 'initially', 'got', 'the', 's', 'to', 'accommodate', 'my', 'bust', '30f', 'but', 'preferred', 'the', 'xs', ',5,1,0', 'general', 'tops', 'knits'] ['1502,1008,60', 'my', 'new', 'favorite', 'skirt', 'very', 'cute', 'waist', 'is', 'a', 'little', 'big', 'for', 'me', 'but', 'overall', 'a', 'pretty', 'good', 'fit.,5,1,0', 'general', 'bottoms', 'skirts'] ['1503,1080,36', 'bad', 'zipper', 'beautiful', 'dress', 'with', 'the', 'colors', 'and', 'pleats', 'i', 'did', 'not', 'have', 'the', 'same', 'problems', 'with', 'the', 'bust', 'area', 'that', 'others', 'did', 'my', 'biggest', 'complaint', 'is', 'the', 'exposed', 'zipper', 'doesn', '39', 't', 'lay', 'flat', 'even', 'when', 'just', 'hanging', 'on', 'the', 'hanger', 'when', 'actually', 'on', 'a', 'person', 'the', 'zipper', 'juts', 'out', 'had', 'to', 'be', 'returned', ',3,0,0', 'general', 'dresses', 'dresses'] ['1504,927,44', 'tried', 'this', 'on', 'and', 'loved', 'it', 'chic', 'lightweight', 'warm', 'cute', 'left', 'as', 'is', 'and', 'cuter', 'belted', 'ended', 'up', 'letting', 'a', 'friend', 'buy', 'it', 'since', 'it', 'was', 'the', 'last', 'one', 'but', 'will', 'be', 'adding', 'to', 'my', 'iso', 'list', 'for', 'sure', ',5,1,0', 'general', 'tops', 'sweaters'] ['1505,1098,34', 'dissapointed', 'i', 'have', 'to', 'confess', 'i', 'had', 'very', 'high', 'hopes', 'for', 'this', 'dress', 'i', 'was', 'buying', 'it', 'as', 'a', 'stylish', 'modern', 'alternative', 'to', 'a', 'business', 'suit', 'i', 'wanted', 'this', 'dress', 'to', 'work', 'as', 'a', 'piece', 'to', 'deliver', 'presentations', 'in', 'or', 'attend', 'faculty', 'functions', 'tailored', 'conservative', 'and', 'edgy', 'at', 'the', 'same', 'time', 'several', 'hundred', 'dollars', 'dress', 'should', 'meet', 'the', 'aforementioned', 'needs', 'i', 'thought', 'but', 'it', 'did', 'not', 'the', 'best', 'description', 'for', 'the', 'dress', 'is', 'blah', 'average'] [] ['the', 'material', 'is', 'textures', 'and', 'crinkly', 'not', 'slick', 'the', 'top', 'is', 'cream/ivory', 'color', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1506,831,41', 'i', 'love', 'this', 'shirt', 'i', 'was', 'surprised', 'by', 'the', 'other', 'reviews', 'it', "'s", 'boxy', 'but', 'not', 'unflattering', 'i', 'get', 'so', 'many', 'compliments', 'on', 'this', 'a', 'steal', 'for', 'the', 'price', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1507,1020,47', 'versatile', 'great', 'fit', 'pockets', 'it', "'s", 'rare', 'to', 'find', 'such', 'a', 'great', 'skirt', 'flattering', 'unique', 'design', 'substantial', 'denim-like', 'fabric', 'something', 'with', 'pockets', 'this', 'skirt', 'has', 'everything', 'including', 'an', 'adjustable', 'buckled', 'waist', 'i', 'love', 'the', 'slight', 'a-line', 'shape', 'too', 'for', 'me', 'it', 'fits', 'true', 'to', 'size', 'the', 'same', 'size', 'i', 'wear', 'in', 'skirts', 'from', 'other', 'brands', 'i', 'love', 'the', 'colors', 'ivory', 'background', 'cobalt', 'periwinkle', 'orange', 'blush', 'pink', 'yellow', 'black', 'it', 'will', 'be', 'easy', 'to', 'pair', 'with', 'tees', 'or', 'button-down', 'shirts', 'and', 'cute', 'sandals', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1508,863,60', 'sleeves', 'stretch', 'out', 'i', 'really', 'liked', 'this', 'top', 'when', 'i', 'tried', 'it', 'on', 'but', 'as', 'i', 'wore', 'it', 'the', 'bottom', 'of', 'the', 'sleeves', 'stretched', 'out', 'terrible', 'where', 'they', 'looked', 'worn', 'out', 'from', 'wearing', 'over', 'and', 'over', 'and', 'since', 'this', 'happened', 'with', 'the', 'first', 'wearing', 'and', 'i', 'paid', '88.00', 'i', 'sent', 'it', 'back', 'if', 'it', 'had', "n't", 'been', 'for', 'that', 'it', "'s", 'a', 'comfy', 'and', 'cute', 'casual', 'top', ',4,0,3', 'general', 'tops', 'knits'] ['1509,1020,38', 'great', 'fit', 'for', 'curves', 'this', 'skirt', 'fits', 'my', 'curves', 'so', 'well', 'the', 'adjustable', 'waist', 'is', 'so', 'helpful', 'for', 'getting', 'the', 'perfect', 'fit', 'it', 'sits', 'high', 'on', 'me', 'but', 'i', 'have', 'a', 'very', 'long', 'torso', 'so', 'that', 'did', "n't", 'bother', 'me', 'and', 'actually', 'made', 'the', 'length', 'more', 'flattering', 'for', 'my', 'shorter', 'legs', 'the', 'colors', 'are', 'vibrant', 'and', 'versatile', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1510,977,31', 'enormous', 'i', 'know', 'this', 'product', 'description', 'says', 'oversized', 'but', 'that', "'s", 'an', 'understatement', 'i', 'ordered', 'a', 'small', 'and', 'tried', 'it', 'on', 'and', 'i', 'looked', 'like', 'a', 'little', 'kid', 'in', 'their', 'father', "'s", 'jacket', 'i', 'do', "n't", 'even', 'think', 'an', 'xs', 'would', 'have', 'worked', 'i', "'m", '5', '6', 'and', 'about', '135', 'pounds', 'for', 'reference', 'i', 'will', 'say', 'that', 'the', 'embroidery', 'on', 'the', 'back', 'is', 'very', 'cool', 'and', 'this', 'jacket', 'is', 'overall', 'a', 'cool', 'concept', 'but', 'it', "'s", 'just', 'way', 'too', 'big', ',1,0,0', 'general', 'petite', 'jackets', 'jackets'] ['1511,1080,39', 'red', 'evanthe', 'dress', 'agreed', 'with', 'the', 'previous', 'reviewer', 'this', 'is', 'the', 'same', 'dress', 'as', 'the', 'evanthe', 'dress', 'that', 'came', 'out', 'this', 'summer', 'but', 'in', 'a', 'rich', 'beautiful', 'red/wine', 'color', 'the', 'color', 'differences', 'in', 'the', 'pattern', 'are', 'however', 'more', 'subtle', 'than', 'the', 'summer', 'version', 'remaining', 'in', 'one', 'palette', 'yo', 'u', 'ca', "n't", 'tell', 'from', 'the', 'picture', 'but', 'the', 'back', 'is', 'longer', 'than', 'the', 'front', 'the', 'neckline', 'is', 'very', 'flattering', 'i', 'found', 'this', 'one', 'a', 'little', 'more', 'snug', 'than', 'the', 'evanthe', 'around', 'the', 'rib', 'cage', 'tried', 'on', '00p', 'size', 'for', 'evanthe', 'might', 'be', 'better', 'as', '0p', 'in', ',4,1,1', 'general', 'dresses', 'dresses'] ['1512,912,46', 'have', "n't", 'washed', 'well', 'i', 'bought', 'three', 'of', 'these', 'this', 'summer', 'a', 'mint', 'ivory', 'and', 'yellow', 'when', 'i', 'received', 'them', 'they', 'looked', 'nice', 'enough', 'in', 'person', 'i', 'liked', 'the', 'heart', 'motif', 'and', 'the', 'peplum', 'the', 'problem', 'is', 'the', 'knit', 'was', 'on', 'the', 'cheap', 'side', 'and', 'stretched', 'out', 'the', 'arms', 'were', 'tighter', 'than', 'i', 'liked', 'but', 'loosened', 'up', 'through', 'the', 'day', 'but', 'then', 'the', 'look', 'became', 'more', 'matronly', 'i', 'wish', 'they', 'had', 'been', '3/4', 'length', 'or', 'a', 'vest', 'the', 'cheap', 'outstretched', 'look', 'just', 'did', "n't", 'work', 'i', 'ended', 'up', 'donating', 'all', 'of', 'mine', 'after', 'a', 'few', 'wears', 'they', 'also', 'pilled', 'conside', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1513,865,63', 'beautiful', 'flattering', 'top', 'ordered', 'this', 'top', 'online', 'color', 'is', 'a', 'little', 'more', 'gray', 'than', 'green', 'but', 'it', 'is', 'gorgeous', 'comfortable', 'and', 'flattering', 'so', 'much', 'so', 'i', 'am', 'ordering', 'the', 'navy', 'too', 'great', 'quality', 'fabulous', 'with', 'jeans', ',5,1,2', 'general', 'tops', 'knits'] ['1514,850,33', 'i', 'wear', 'my', 'sunglasses', 'i', 'love', 'this', 'blouse', 'the', 'colors', 'of', 'the', 'little', 'sunglasses', 'are', 'vibrant', 'against', 'the', 'black', 'background', 'the', 'buttons', 'on', 'the', 'front', 'are', 'also', 'a', 'coral/peach', 'color', 'and', 'beautifully', 'made', 'its', 'thin', 'enough', 'to', 'be', 'worn', 'in', 'the', 'summer', 'or', 'fall', 'without', 'making', 'you', 'sweat', 'or', 'freeze', 'i', 'ordered', 'a', 'medium', 'which', 'i', 'usually', 'wear', 'in', 'most', 'retailer', 'tops', 'and', 'it', 'fits', 'perfectly', 'i', "'m", 'a', '36b', 'and', 'can', 'run', 'from', 'an', '8', 'to', 'a', '10', 'in', 'tops', 'i', 'do', 'recommend', 'trying', 'it', 'on', 'before', 'purchasing', 'if', 'you', 'can', 'especially', 'for', 'women', 'with', 'a', 'larger', 'bust', 'th', ',5,1,0', 'general', 'tops', 'blouses'] ['1515,1080,56', 'does', 'not', 'fit', 'well', 'but', 'is', 'beautiful', 'this', 'is', 'such', 'a', 'beautiful', 'dress', 'but', 'have', 'to', 'return', 'for', 'the', 'reasons', 'others', 'have', 'noted', 'the', 'chest', 'does', 'not', 'fit', 'well.,2,0,0', 'general', 'dresses', 'dresses'] ['1516,1080,40', 'small-chested', 'women', 'need', 'not', 'apply', 'girls', 'this', 'dress', 'is', 'gorgeous', 'but', 'if', 'you', 'are', 'an', 'a/b', 'cup', 'there', 'is', 'just', 'too', 'much', 'fabric', 'in', 'the', 'bust', 'the', 'entire', 'dress', 'is', 'pleated', 'from', 'the', 'shoulders', 'down', 'so', 'a', 'curvier', 'figure', 'would', 'be', 'shown', 'to', 'great', 'advantage', 'in', 'this', 'beautiful', 'number', 'alas', 'i', 'had', 'to', 'send', 'it', 'back', 'and', 'was', 'very', 'sad', 'to', 'do', 'so', ',5,1,0', 'general', 'dresses', 'dresses'] ['1517,947,48', 'beautiful', 'sweater', 'but', 'not', 'flattering', 'on', 'me', 'really', 'wanted', 'this', 'to', 'worked', 'for', 'me', 'ordered', 'the', 's', 'in', 'ivory', 'the', 'color', 'i', 'really', 'wanted', 'but', 'xs', 'was', 'sold', 'out', 'and', 'the', 'xs', 'in', 'cedar', 'loved', 'the', 'knit', 'and', 'look', 'and', 'quality', 'but', 'the', 'sweater', 'was', 'boxy', 'and', 'huge', 'even', 'in', 'xs', 'not', 'flattering', 'on', 'my', 'petite', 'frame', '5', '2', '115', 'so', 'disappointed', 'as', 'i', "'ve", 'been', 'looking', 'for', 'a', 'non-wool', 'sweater', 'like', 'this', ',3,1,0', 'general', 'tops', 'sweaters'] ['1518,1020,37', 'pop', 'of', 'color', 'this', 'skirt', 'is', 'pleasantly', 'more', 'dynamic', 'in', 'person', 'the', 'print', 'and', 'colors', 'are', 'really', 'nice', 'and', 'more', 'vibrant', 'than', 'the', 'photos', 'the', 'cut', 'was', 'spot', 'on', 'and', 'the', 'fabric', 'seems', 'heavy', 'enough', 'to', 'hide', 'imperfections', 'but', 'not', 'too', 'heavy', 'length', 'as', 'shown', 'on', 'model.,5,1,8', 'general', 'petite', 'bottoms', 'skirts'] ['1519,850,32', 'dress', 'up', 'or', 'down', 'this', 'top', 'can', 'be', 'dressed', 'up', 'or', 'down', 'very', 'good', 'quality', 'fabric', 'and', 'colors', 'shown', 'as', 'the', 'photo', 'blue', 'i', 'usually', 'wear', 'petite', 'sizes', 'but', 'chose', 'the', 'regular', 'version', 'because', 'i', 'wanted', 'to', 'be', 'able', 'to', 'tuck', 'it', 'in', 'i', 'think', 'it', 'might', 'be', 'too', 'short', 'otherwise', ',5,1,7', 'general', 'tops', 'blouses'] ['1520,947,57', 'awesomesauce', 'love', 'the', 'color', 'cedar', 'love', 'the', 'style', 'sleeves', 'are', 'long', 'and', 'wide', 'but', 'that', 'is', 'the', 'style', 'biggest', 'surprise', 'is', 'that', 'this', 'sweater', 'is', 'not', 'cropped', 'the', 'length', 'given', 'in', 'the', 'product', 'info', 'is', 'very', 'short', 'but', 'when', 'i', 'received', 'my', 'normal', 'size', 'l', 'the', 'sweater', 'comes', 'to', 'my', 'hips', 'just', 'right', 'the', 'fibers', 'are', 'man-made', 'acrylic', 'so', 'that', 'makes', 'this', 'sweater', 'not', 'too', 'warm', 'and', 'not', 'itchy', 'the', 'weave', 'is', 'close', 'enough', 'that', 'i', 'do', 'not', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'when', 'the', 'weather', 'gets', 'colder', 'i', 'will', 'add', 'a', 'nice', 'cami', 'under', 'the', 's,5,1,8', 'general', 'tops', 'sweaters'] ['1521,947,45', 'love', 'this', 'love', 'everything', 'about', 'it', 'chunky', 'comfortable', 'lazy', 'day', 'or', 'dress', 'up', 'with', 'a', 'cool', 'necklace', ',5,1,12', 'general', 'tops', 'sweaters'] ['1522,424,24', 'lovely', 'but', 'not', 'for', 'me', 'i', 'saw', 'this', 'online', 'and', 'loved', 'it', 'plus', 'after', 'reading', 'the', 'reviews', 'i', 'thought', 'why', 'not', 'but', 'if', 'you', 'have', 'a', 'big', 'chest', 'beware', 'i', 'am', 'a', '34ddd', 'and', 'a', 'pretty', 'solid', 'medium', 'the', 'volumous', 'front', 'of', 'the', 'vest', 'added', 'way', 'to', 'much', 'to', 'me', 'and', 'i', 'sized', 'down', 'to', 'a', 'small', 'had', 'to', 'return.,3,1,0', 'initmates', 'intimate', 'lounge'] ['1523,850,69', 'great', 'summer', 'print', 'love', 'love', 'this', 'clever', 'eyeglass', 'print', 'i', 'bought', 'the', 'black', 'background', 'with', 'bright', 'sunglass', 'print', 'perfect', 'for', 'pairing', 'with', 'jeans', 'shorts', 'or', 'a', 'slender', 'skirt', ',5,1,6', 'general', 'tops', 'blouses'] ['1524,485,38', 'great', 'skort', 'exactly', 'as', 'pictured', 'great', 'fit', 'love', 'it.,5,1,0', 'general', 'bottoms', 'shorts'] ['1525,947,79', 'sweater', 'love', 'absolutely', 'love', 'everything', 'about', 'this', 'sweater', 'i', 'was', 'hesitant', 'to', 'buy', 'because', 'it', "'s", 'so', 'oversized', 'and', 'i', 'was', 'worried', 'it', 'would', 'overwhelm', 'my', 'small', 'frame', 'but', 'the', 'xs', 'fits', 'great', 'i', 'love', 'the', 'large', 'knit', 'look', 'and', 'the', 'bell', 'sleeves', 'pairing', 'with', 'dark', 'denim', 'skinny', 'jeans', 'helped', 'balance', 'out', 'the', 'sweaters', 'oversized', 'shape', 'wore', 'it', 'work', 'and', 'then', 'to', 'a', 'party', 'and', 'received', 'compliments', 'on', 'it', 'all', 'day', ',5,1,1', 'general', 'tops', 'sweaters'] ['1526,927,47', 'so', 'versitle', 'i', 'wear', 'this', 'vest', 'two', 'ways', 'over', 'a', 'long', 'sleeve', 'shirt', 'when', 'it', "'s", 'warmer', 'and', 'layered', 'over', 'a', 'shirt', 'and', 'cardigan', 'when', 'it', "'s", 'cooler', 'it', "'s", 'the', 'perfect', 'amount', 'of', 'warmth', 'when', 'i', "'m", 'running', 'errands', 'and', 'do', "n't", 'want', 'to', 'wear', 'a', 'heavy', 'coat', 'love', 'it', 'and', 'plan', 'to', 'wear', 'it', 'a', 'lot', ',5,1,0', 'general', 'tops', 'sweaters'] ['1527,927,56', 'gorgeous', 'and', 'flexible', 'the', 'quality', 'of', 'this', 'vest', 'is', 'outstanding', 'and', 'the', 'warmth', 'is', 'exceptional', 'i', 'have', 'worn', 'it', 'as', 'a', 'jacket', 'on', 'milder', 'days', 'in', 'work', 'as', 'a', 'warmth', 'layer', 'and', 'brought', 'on', 'vacation', 'to', 'act', 'as', 'both', 'plus', 'a', 'bathrobe', 'it', 'is', 'a', 'very', 'stylist', 'piece', 'that', 'can', 'be', 'worn', 'open', 'or', 'belted', 'it', 'runs', 'large', 'by', 'style', 'but', 'i', 'am', '5', '1', '100', 'lbs', 'and', 'i', 'can', 'carry', 'it', 'off', ',5,1,2', 'general', 'tops', 'sweaters'] ['1528,927,54', ',this', 'vest', 'was', 'of', 'excellent', 'weight', 'but', 'it', 'had', 'very', 'little', 'style', 'it', 'was', 'like', 'a', 'giant', 'piece', 'of', 'felt', 'was', 'cut', 'out', 'with', 'little', 'thought', 'to', 'design', 'or', 'nuance', 'not', 'for', 'me.,3,0,1', 'general', 'tops', 'sweaters'] ['1529,1020,48', 'bright', 'spring', 'skirt', 'i', 'love', 'this', 'skirt', 'it', "'s", 'a', 'denim', 'material', 'so', 'it', "'s", 'structured', 'but', 'not', 'too', 'heavy', 'for', 'warm', 'weather', 'the', 'colors', 'are', 'bright', 'it', 'may', 'run', 'a', 'bit', 'big', 'but', 'i', 'did', "n't", 'have', 'trouble', 'with', 'my', 'usual', 'size', 'the', 'pockets', 'are', 'actually', 'usable', 'great', 'for', 'casual', 'and', 'easy', 'to', 'dress', 'up', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1530,1020,41', 'beautiful', 'love', 'the', 'print', 'of', 'this', 'fabric', 'the', 'length', 'the', 'buckles', 'at', 'the', 'waist', 'add', 'a', 'unique', 'look', 'so', 'no', 'belt', 'necessary.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1531,927,68', 'w', 'i', 'd', 'e', 'collar', 'i', 'fell', 'for', 'the', 'charcoal', 'one', 'and', 'bought', 'standard', 'size', 'm/l', 'on', 'first', 'wearing', 'with', 'slim', 'jeans', 'booties', 'and', 'a', 'long', 'sleeved', 't', 'the', 'body', 'of', 'the', 'vest', 'was', 'fine', 'but', 'with', 'wavy', 'shoulder-length', 'hair', 'i', 'found', 'the', 'large', 'wide', 'collar', 'overwhelming', 'at', 'the', 'top', 'i', 'tried', 'folding', 'the', 'collar', 'under', 'as', 'in', 'the', 'photo', 'of', 'the', 'gray', 'one', 'but', 'still', 'too', 'much', 'i', 'altered', 'it', 'by', 'paring', 'it', 'down', 'by', '7', 'inches', 'at', 'the', 'back', 'neck', 'and', 'tapering', 'down', 'to', 'meet', 'the', 'lapel', 'at', 'mid-chest', 'the', 'fabric', 'looks', 'like', 'boiled', 'wool', 'but', 'is', 'actually', 'a', 'tigh', ',4,1,2', 'general', 'tops', 'sweaters'] ['1532,977,49', 'fun', 'and', 'uniquely', 'dramatically', 'elegant', 'this', 'jacket', 'is', 'my', 'favorite', 'purchase', 'in', 'a', 'while', 'i', 'used', 'my', 'last', 'month', '50th', 'birthday', 'discount', 'on', 'it'] ['it', 'is', 'of', 'exceptional', 'materials', 'and', 'quality', 'construction', 'the', 'juxtaposition', 'of', 'the', 'stripes', 'against', 'the', 'beautifully', 'vibrant', 'embroidery', 'on', 'back', 'is', 'stunning', 'it', 'does', 'run', 'true', 'to', 'size', 'as', 'it', 'is', 'an', 'oversized', 'piece', 'which', 'adds', 'to', 'its', 'classy', 'dramatic', 'flare', 'my', 'size', 'medium', 'came', 'in', 'the', 'european', 'size', '38.', 'for', 'reference', 'i', 'am', 'an', 'american', 'size', '8-10'] ['it', 'is', 'comfortable', 'to', 'wear', 'and', 'can', 'easily', 'accomodate', 'large', 'ful', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['1533,1080,30', 'pretty', 'but', 'not', 'for', 'me', 'i', 'loved', 'the', 'colors', 'and', 'the', 'feel', 'of', 'the', 'fabric', 'it', 'was', 'a', 'lovely', 'dress', 'but', 'it', 'fit', 'weird', 'on', 'my', '34', 'dd', 'chest', 'so', 'back', 'it', 'goes', 'the', 'zipper', 'had', 'one', 'spot', 'where', 'it', 'was', 'tight', 'right', 'at', 'the', 'widest', 'part', 'of', 'my', 'rib', 'cage', 'it', 'was', 'fine', 'every', 'where', 'else', 'too', 'bad', ',4,1,2', 'general', 'dresses', 'dresses'] ['1534,947,52', ',,5,1,0', 'general', 'tops', 'sweaters'] ['1535,831,42', 'very', 'pretty', 'i', 'bought', 'this', 'blouse', 'on', 'sale', 'in', 'a', 'medium', 'because', 'it', 'was', 'the', 'last', 'one', 'left', 'in', 'the', 'store', 'i', 'usually', 'wear', 'a', 'large', 'but', 'surprisingly', 'it', 'fit', 'i', "'m", 'a', 'woman', 'of', 'color', 'and', 'the', 'off', 'white', 'and', 'lace', 'looks', 'great', 'with', 'my', 'complexion', 'i', 'got', 'many', 'compliments', 'on', 'the', 'blouse', 'as', 'i', 'made', 'my', 'way', 'to', 'the', 'register', 'to', 'check', 'out', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'spring', 'i', "'ll", 'have', 'to', 'be', 'careful', 'when', 'wearing', 'this', 'blouse', 'because', 'one', 'good', 'snag', 'with', 'a', 'fingernail', 'or', 'necklace', 'and', 'the', 'lace', 'will', 'be', 'torn', 'other', 'than', 'that', 'i', "'m", 'very', 'happy', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1536,603,51', 'gorgeous', 'shorts', 'these', 'shorts', 'are', 'just', 'beautiful', 'with', 'that', 'said', 'they', 'were', 'expensive', 'but', 'made', 'reasonable', 'when', 'i', 'snagged', 'them', 'in', 'the', 'online', 'sale', 'they', 'do', 'also', 'run', 'large', 'and', 'they', 'seem', 'to', 'be', 'made', 'for', 'short-waisted', 'bodies', 'i', 'will', 'be', 'bringing', 'them', 'back', 'to', 'my', 'local', 'store', 'to', 'hopefully', 'exchange', 'for', 'a', 'smaller', 'size', 'fingers', 'crossed', 'that', 'they', 'still', 'have', 'them', 'in', 'stock', ',3,1,0', 'general', 'bottoms', 'shorts'] ['1537,865,44', 'soft', 'lace', 'and', 'beautiful', 'color', 'i', 'strongly', 'disagree', 'with', 'the', 'previous', 'reviewer', 'the', 'shirt', 'in', 'our', 'store', 'was', 'featured', 'in', 'all', 'colors', 'i', 'chose', 'the', 'burnt', 'orange', 'color', 'to', 'try', 'on', 'and', 'it', 'is', 'was', 'incredibly', 'soft', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 't-shirt', 'with', 'an', 'easy', 'on', 'and', 'easy', 'off', 'feel', 'the', 'flow', 'of', 'the', 'shirt', 'allows', 'you', 'to', 'wear', 'out', 'or', 'tuck', 'in', 'i', 'paired', 'with', 'teal', 'velvet', 'crops', 'and', 'tucked', 'the', 'shirt', 'in', 'for', 'more', 'structure', 'to', 'the', 'outfit', 'love', ',5,1,0', 'general', 'tops', 'knits'] ['1538,947,52', ',love', 'this', 'sweater', 'fun', 'for', 'fall', 'soft', 'fabric', 'and', 'runs', 'true', 'to', 'size', 'will', 'look', 'great', 'with', 'jeans', 'or', 'dress', 'pants.,4,1,0', 'general', 'tops', 'sweaters'] ['1539,947,38', 'great', 'sweater', 'the', 'weave', 'is', 'very', 'loose', 'and', 'chunky', 'which', 'i', 'like', 'but', 'is', "n't", 'so', 'apparent', 'in', 'the', 'picture', 'also', 'the', 'sleeves', 'bell', 'more', 'than', 'it', 'looks', 'like', 'on', 'the', 'model', 'the', 'color', 'is', 'a', 'great', 'caramel', 'and', 'it', 'fit', 'tts', 'i', 'think', 'it', 'will', 'be', 'great', 'on', 'cooler', 'days.,4,1,3', 'general', 'tops', 'sweaters'] ['1540,947,38', 'comfy', 'and', 'classic', 'love', 'this', 'sweater', 'do', 'wish', 'i', 'sized', 'up', 'for', 'a', 'little', 'longer', 'length', 'but', 'works', 'great', 'with', 'high', 'rise', 'pants', 'comfy', 'and', 'great', 'color', ',4,1,1', 'general', 'tops', 'sweaters'] ['1541,424,29', 'i', 'felt', 'inspired', 'to', 'write', 'a', 'review', 'as', 'soon', 'as', 'i', 'put', 'this', 'on', 'the', 'vest', 'fits', 'so', 'well', 'and', 'the', 'thick', 'fabric', 'feels', 'amazing', 'love', 'the', 'pockets', 'like', 'the', 'previous', 'reviewer', 'i', 'feel', 'like', 'i', "'ll", 'be', 'able', 'to', 'wear', 'this', 'with', 'workout', 'clothes', 'or', 'with', 'a', 'dressier', 'outfit', 'it', 'has', 'an', 'ever', 'so', 'slight', 'racer', 'back', 'so', 'probably', 'would', 'look', 'weird', 'with', 'sleeveless', 'tops', 'that', 'come', 'all', 'the', 'way', 'to', 'your', 'shoulders', 'but', 'i', 'can', 'already', 'think', 'about', 'so', 'many', 'ways', 'i', 'want', 'to', 'wear', 'it', 'the', 'draping', 'in', 'the', 'front', 'also', 'falls', 'really', 'nicely', 'great', 'bu', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['1542,1020,34', 'ideal', 'fit', 'and', 'feel', 'for', 'gals', 'with', 'curves', 'with', 'my', '5', '9', 'hourglass', 'frame', 'wider', 'hips', 'and', 'having', 'a', 'baby', 'i', 'wear', 'normally', 'sizes', '10/12', 'm/l', 'in', 'most', 'retailer', 'skirts', 'and', 'dresses', 'however', 'with', 'this', 'i', 'was', 'able', 'to', 'fit', 'into', 'an', '8', 'it', 'just', 'sat', 'higher', 'up', 'and', 'was', 'too', 'form', 'fitting', 'for', 'my', 'liking', 'here', 'are', 'my', 'thoughts'] ['_________'] ['pros'] ['lots', 'of', 'stretch', 'and', 'comfort'] ['pockets', 'always', 'a', 'plus', 'in', 'my', 'book'] ['will', 'go', 'with', 'any', 'top'] ['nice', 'length', 'fit', 'me', 'as', 'in', 'the', 'model'] ['very', 'slimming'] ['you', 'could', 'probably', 'go', 'down', 'a', 'size', 'if', 'you', 'are', 'slender', 'with', 'not', 'wide', 'hi', ',5,1,15', 'general', 'petite', 'bottoms', 'skirts'] ['1543,1122,62', 'madly', 'in', 'love', 'this', 'is', 'a', 'favulous', 'cape', 'in', 'fact', 'i', 'would', 'buy', 'another', 'if', 'there', 'were', 'other', 'colors', 'it', 'is', 'oversized', 'playful', 'chic', 'dramatic', 'and', 'simply', 'put', 'a', 'true', 'statement', 'piece', 'it', 'will', 'not', 'be', 'flattering', 'to', 'your', 'figure', 'it', 'is', 'not', 'suppose', 'to', 'but', 'it', 'will', 'show', 'your', 'true', 'sense', 'of', 'style', 'wish', 'it', 'had', 'pockets', 'i', 'may', 'add', 'them', 'for', 'more', 'play', ',5,1,2', 'general', 'jackets', 'outerwear'] ['1544,947,67', 'delaney', 'pullover', 'i', 'saw', 'this', 'sweater', 'online', 'and', 'had', 'to', 'try', 'it', 'i', 'went', 'to', 'my', 'local', 'retailer', 'to', 'try', 'it', 'on', 'and', 'i', "'m", 'glad', 'i', 'did', 'i', 'am', 'usually', 'a', 'xs', 's', 'in', 'tops', 'and', 'i', 'thought', 'this', 'fit', 'best', 'in', 'a', 'medium', 'it', "'s", 'very', 'chunky', 'which', 'is', 'what', 'i', 'was', 'looking', 'for', 'and', 'so', 'soft', 'not', 'scratchy', 'at', 'all', 'it', 'has', 'wide', 'bell', 'sleeves', 'but', 'that', "'s", 'very', 'on', 'trend', 'right', 'now', 'i', 'am', '5', '4', '34b', 'and', 'it', 'falls', 'about', 'an', 'inch', 'below', 'the', 'top', 'of', 'my', 'jeans', 'it', "'s", 'not', 'form', 'fitting', 'but', 'so', 'snugly', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'dark', 'denim', 'skinnies', 'booties', 'and', 'simple', 'jewlery', ',4,1,0', 'general', 'tops', 'sweaters'] ['1545,947,77', 'delaney', 'pullover', 'i', 'ordered', 'a', 'small', 'and', 'it', 'is', 'enormous', 'i', 'usually', 'wear', 'a', 'size', '10.', 'it', 'is', 'short', 'but', 'the', 'fullness', 'in', 'the', 'body', 'and', 'the', 'sleeves', 'made', 'me', 'look', 'like', 'a', 'sumo', 'wrestler', 'also', 'it', 'is', 'a', 'very', 'heavy', 'knit', 'which', 'would', 'be', 'great', 'for', 'up', 'north', 'but', 'too', 'bulky', 'for', 'atlanta', 'unless', 'the', 'temps', 'are', 'in', 'the', '40s', 'i', "'m", 'sending', 'it', 'back', ',2,0,1', 'general', 'tops', 'sweaters'] ['1546,850,67', 'best', 'purchase', 'anywhere', 'lately', 'these', 'two', 'blouses', 'are', 'probably', 'my', 'best', 'purchases', 'anywhere', 'in', 'some', 'time', 'fit', 'is', 'perfect', 'quality', 'is', 'great', 'and', 'both', 'will', 'be', 'worn', 'many', 'times', 'this', 'summer', 'and', 'into', 'the', 'fall', 'unique', 'from', 'the', 'all', 'other', 'tops', 'i', 'have', 'seen', 'lately', ',5,1,4', 'general', 'tops', 'blouses'] ['1547,1020,31', 'this', 'skirt', 'is', 'really', 'cute', 'and', 'versatile', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'paired', 'it', 'with', 'a', 'black', 'chiffon', 'top', 'for', 'a', 'dressed', 'up', 'look', 'and', 'a', 'denim', 'button', 'down', 'for', 'a', 'casual', 'look', 'the', 'length', 'is', 'good', 'and', 'the', 'buckles', 'allow', 'it', 'to', 'be', 'tightened', 'which', 'is', 'a', 'plus', 'if', 'you', 'have', 'an', 'athletic', 'body', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1548,947,41', 'wish', 'it', 'loved', 'me', 'back', 'i', 'adore', 'this', 'sweater', 'it', 'is', 'so', 'soft', 'and', 'cozy', 'i', 'ordered', 'two', 'because', 'i', 'really', 'need', 'some', 'good', 'winter', 'sweaters', 'that', 'are', 'forgiving', 'on', 'the', 'pooch', 'but', 'not', 'wool', 'darn', 'allergies', 'so', 'i', 'ordered', 'this', 'in', 'the', 'white', 'and', 'black', 'camel', 'is', 'a', 'bad', 'color', 'for', 'me'] [] ['tried', 'on', 'the', 'first', 'sweater', 'when', 'they', 'arrived', 'and', 'it', 'was', 'so', 'comfy', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'then', 'i', 'looked', 'in', 'the', 'mirror', 'i', "'m", 'a', 'tall', 'gal', '5', '11', 'with', 'broad', 'shoulders', 'and', 'i', 'weigh', 'about', '165', 'and', 'this', 'sweater', 'was', 'so', 'unflattering', 'it', 'just', 'made', 'me', 'look', 'big', ',4,1,1', 'general', 'tops', 'sweaters'] ['1549,1020,61', 'i', 'love', 'this', 'skirt', 'i', 'saw', 'the', 'skirt', 'on', 'a', 'display', 'today', 'at', 'my', 'local', 'store', 'i', 'was', 'attracted', 'by', 'the', 'colors', 'and', 'the', 'display', 'itself', 'my', 'thoughts', 'give', 'it', 'a', 'chance', 'i', 'bought', 'the', 'size', '10', 'without', 'even', 'trying', 'it', 'on', 'with', 'the', 'idea', 'that', 'the', 'colors', 'and', 'style', 'had', 'so', 'much', 'potential', 'i', 'am', 'so', 'pleased', 'with', 'this', 'skirt', 'the', 'fit', 'is', 'true', 'although', 'if', 'you', 'like', 'a', 'higher', 'ride', 'on', 'the', 'waist', 'i', 'would', 'size', 'down', 'the', 'fabric', 'has', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'to', 'make', 'it', 'super', 'comfortable', 'i', 'had', 'so', 'many', 'staple', 'items', 'in', 'my', 'wardrobe', 'that', 'i', 'wi', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1550,850,64', 'just', 'as', 'cute', 'as', 'expected', 'this', 'shirt', 'is', 'exactly', 'what', 'i', 'expected', 'it', 'is', 'just', 'as', 'cute', 'as', 'on', 'the', 'website', 'and', 'the', 'fit', 'was', 'great', 'it', "'s", 'the', 'perfect', 'shirt', 'for', 'summer', 'loose', 'fitting', 'but', 'in', 'a', 'flattering', 'way', 'the', 'design', 'makes', 'it', 'very', 'versatile', 'since', 'it', 'can', 'be', 'matched', 'with', 'so', 'many', 'colors'] [] ['i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1551,1080,30', 'nice', 'fall', 'dress', 'but', 'needs', 'the', 'right', 'body', 'type', 'the', 'colors', 'of', 'this', 'dress', 'are', 'beautiful', 'and', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'it', 'was', "n't", 'cut', 'for', 'my', 'body', 'shape', 'i', 'think', 'you', 'either', 'need', 'to', 'be', 'curvy', 'to', 'fill', 'out', 'the', 'chest', 'or', 'straight', 'up', 'down', 'to', 'have', 'it', 'lay', 'flat', 'as', 'in', 'the', 'model', 'ordered', 'size', '6', '34b', '150', '5', '9', 'tall/slim', 'build', 'i', 'also', 'think', 'the', 'hi/lo', 'hem', 'of', 'the', 'dress', 'is', "n't", 'well', 'indicated', 'in', 'the', 'pictures', 'i', "'m", 'not', 'a', 'fan', 'of', 'the', 'style', 'and', 'was', 'hoping', 'it', 'would', 'be', 'minimal', 'however', 'the', 'hem', 'is', 'definitely', 'asymmetric', ',3,1,2', 'general', 'dresses', 'dresses'] ['1552,947,47', 'so', 'flipping', 'soft', 'and', 'pretty', 'this', 'is', 'really', 'cute', 'it', 'has', 'a', 'boxy', 'look', 'and', 'bell-like', 'sleeves', 'the', 'knit', 'is', 'chunky', 'and', 'so', 'very', 'soft', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'i', 'purchased', 'an', 'xs', 'in', 'black', 'it', "'s", 'gorgeous', 'my', 'beige', 'bra', 'shows', 'through', 'so', 'i', 'will', 'need', 'to', 'wear', 'black', 'or', 'a', 'camp', 'underneath', 'it', 'feels', 'really', 'heavy', 'in', 'a', 'good', 'way', 'and', 'it', 'feels', 'like', 'it', 'will', 'be', 'really', 'warm', 'the', 'black', 'has', 'a', 'velvety', 'look', 'to', 'it', 'i', "'m", 'smitten', 'i', 'should', 'also', 'mention', 'that', 'it', 'did', 'feel', 'cropped', 'to', 'me', 'i', 'know', 'i', 'read', 'other', 'reviews', 'that', 'said', 'it', 'was', "n't", 'cropped', 'i', 'fee,4,1,1', 'general', 'tops', 'sweaters'] ['1553,947,45', 'it', "'s", 'a', 'bell', 'lovely', 'knit', 'and', 'so', 'soft', 'but', 'the', 'bottom', 'curls', 'up', 'underneath', 'similar', 'to', 'the', 'bell', 'sleeves', 'runs', 'oversize', 'too', 'got', 'xs', 'and', 'it', "'s", 'too', 'bulky', 'and', 'unflattering', 'since', 'the', 'bottom', 'does', "n't", 'lay', 'flat', 'returned', ',3,0,1', 'general', 'tops', 'sweaters'] ['1554,850,35', 'so', 'cute', 'and', 'unique', 'i', 'saw', 'the', 'black', 'in', 'store', 'and', 'had', 'to', 'try', 'on', 'it', 'is', 'very', 'very', 'cute', 'i', 'would', 'say', 'it', 'fits', 'a', 'bit', 'small', 'i', 'tried', 'my', 'usual', 'medium', 'and', 'while', 'it', 'fit', 'it', 'was', 'a', 'little', 'short', 'id', 'take', 'you', 'could', 'take', 'your', 'regular', 'size', 'or', 'size', 'up', 'i', 'would', 'not', 'size', 'down', 'in', 'this', 'one', 'adding', 'to', 'my', 'wish', 'list', 'and', 'hoping', 'it', 'sticks', 'around', 'til', 'sale', 'time', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['1555,1022,26', 'dream', 'pants', 'do', 'come', 'true', 'let', 'it', 'be', 'known', 'that', 'i', 'hate', 'shopping', 'for', 'jeans', 'i', 'recently', 'had', 'my', 'go-to', 'skinny', 'jeans', 'rip', 'by', 'my', 'back', 'pocket', 'and', 'new', 'i', 'needed', 'to', 'get', 'something', 'new', 'better', 'stat', 'i', 'have', 'a', 'pair', 'of', 'black', 'ag', 'sateens', 'that', 'i', 'got', 'a', 'few', 'years', 'ago', 'and', 'i', 'decided', 'to', 'try', 'out', 'this', 'pair', 'i', 'got', 'them', 'in', 'the', 'mail', 'yesterday', 'and', 'i', 'never', 'want', 'to', 'part', 'with', 'them', 'they', 'are', 'perfection', 'they', 'hit', 'perfectly', 'on', 'my', 'waist', 'they', "'re", 'incredibly', 'comfortable', 'and', 'basically', 'make', 'you', 'feel', 'like', 'you', "'re", 'wearing', 'the', 'jean', 'equivalent', 'to', 'yoga', 'pants', 'they', ',5,1,4', 'general', 'bottoms', 'jeans'] ['1556,862,35', 'nice', 'was', 'scared', 'at', 'first', 'to', 'order', 'this', 'product', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'amazed', 'on', 'how', 'good', 'it', 'looks', 'fits', 'just', 'like', 'the', 'model', 'picture', 'and', 'the', 'material', 'is', 'awesome', ',5,1,0', 'general', 'tops', 'knits'] ['1557,1078,66', 'love', 'it', 'great', 'dress', 'wish', 'it', 'came', 'it', 'more', 'colors', 'would', 'like', 'to', 'buy', 'another', 'one', 'i', 'am', '5', '5', ',125', 'size', 'small', 'is', 'perfect', 'unlike', 'one', 'of', 'the', 'previous', 'reviewers', 'i', 'do', 'not', 'think', 'it', 'is', 'too', 'clingy', 'maybe', 'she', 'needed', 'to', 'size', 'up.very', 'versital', 'cute', 'with', 'a', 'jean', 'jacket', 'or', 'long', 'lightweight', 'scarf', 'booties', 'or', 'sandals', ',5,1,2', 'general', 'dresses', 'dresses'] ['1558,1078,62', 'this', 'dress', 'is', 'perfect', 'for', 'spring', 'and', 'early', 'summer', 'it', 'has', 'some', 'weight', 'to', 'it', 'and', 'so', 'it', 'drapes', 'beautifully', 'it', 'is', 'very', 'well', 'made', 'and', 'the', 'fabric', 'is', 'good', 'quality', 'the', 'color', 'is', 'a', 'medium', 'color', 'gray', 'much', 'prettier', 'than', 'in', 'the', 'picture', 'i', 'wear', 'a', 'small', 'in', 'most', 'retailer', 'dresses', 'and', 'this', 'fit', 'perfectly', 'in', 'a', 'small', 'it', 'hugs', 'in', 'all', 'the', 'right', 'places', 'and', 'skims', 'from', 'the', 'hips', 'just', 'like', 'in', 'the', 'picture', 'the', 'length', 'was', 'just', 'as', 'it', 'looked', 'on', 'the', 'model', 'i', 'am', '5', '5', ',5,1,7', 'general', 'dresses', 'dresses'] ['1559,1077,29', 'cute', 'unique', 'this', 'is', 'such', 'a', 'unique', 'and', 'fun', 'dress', 'i', "'m", 'so', 'glad', 'i', 'found', 'it', 'and', 'it', 'fits', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1560,1078,33', 'lovely', 'gem', 'i', "'ve", 'passed', 'this', 'dress', 'by', 'a', 'number', 'of', 'times', 'online', 'but', 'ordered', 'it', 'on', 'a', 'whim', 'on', 'the', 'mothers', 'day', 'promo', 'based', 'on', 'the', 'reviews', 'i', 'ordered', 'my', 'regular', 'size', 'medium', 'it', 'fit', 'perfectly', 'i', 'do', 'think', 'the', 'cut', 'is', 'on', 'the', 'trim', 'side', 'but', 'it', 'is', "n't", 'tight', 'or', 'fitted', 'i', 'probably', 'could', "n't", 'eat', 'a', 'big', 'meal', 'in', 'this', 'though', 'as', 'it', 'would', 'probably', 'show', 'in', 'this', 'dress', 'the', 'fabric', 'is', 'buttery', 'soft', 'the', 'button', 'placket', 'down', 'the', 'front', 'is', 'very', 'clean', 'and', 'lays', 'flat', 'there', 'are', 'two', 'side', 'pleats', 'that', 'are', 'a', 'different', 'fabric', 'and', 'are', 'ever', 'so', ',5,1,2', 'general', 'dresses', 'dresses'] ['1561,985,53', 'great', 'twist', 'on', 'a', 'cargo', 'jacket', 'what', 'a', 'unique', 'twist', 'on', 'the', 'traditional', 'cargo', 'jacket', 'the', 'swing', 'styling', 'on', 'this', 'jacket', 'is', 'so', 'cute', '-not', 'too', 'full-', 'you', 'still', 'get', 'a', 'nice', 'silhouette', 'from', 'the', 'front', 'with', 'the', 'swing', 'in', 'the', 'back', 'this', 'is', 'a', 'fresh', 'take', 'on', 'this', 'staple', 'it', 'will', 'be', 'a', 'go-to', 'piece', 'in', 'my', 'closet', 'the', 'quality', 'of', 'the', 'material', 'and', 'tailoring', 'on', 'the', 'jacket', 'is', 'wonderful', 'as', 'other', 'reviewers', 'have', 'commented', 'it', 'does', 'run', 'large', 'i', 'am', 'exchanging', 'it', 'for', 'a', 'size', 'down', 'i', 'ca', "n't", 'wait', 'to', 'get', 'it', 'in', 'and', 'wear', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['1562,1201,38', ',,3,1,0', 'general', 'dresses', 'dresses'] ['1563,996,39', 'dear', 'eva', 'you', 'make', 'classy', 'stuff', 'this', 'skirt', 'is', 'a', 'nice', 'take', 'on', 'a', 'tweed', 'skirt'] ['colors', 'ca', "n't", 'tell', 'from', 'the', 'picture', 'but', 'there', 'is', 'red', 'and', 'pink', 'thread', 'as', 'part', 'of', 'the', 'tweed', 'very', 'fun', 'and', 'happy', 'yet', 'appropriate', 'colors', 'for', 'fall', 'and', 'winter', 'the', 'cut', 'is', 'very', 'flattering', 'the', 'scallop', 'part', 'is', 'interesting', 'though', 'it', 'is', 'sown', 'at', 'one', 'part', 'of', 'the', 'skirt', 'in', 'the', 'middle', 'not', 'sure', 'why', 'i', 'ordered', 'the', '0p', 'and', 'that', 'fit', 'me', 'like', 'a', 'glove', '26.5', 'in', 'waist', '35-36', 'in', 'hips', '115', 'lbs'] [] ['length', 'on', 'the', 'petite', 'was', 'above', 'the', 'knee', 'like', 'show', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1564,864,48', 'cozy', 'sweater', 'in', 'a', 'boxy', 'style', 'this', 'would', 'be', 'great', 'on', 'someone', 'with', 'a', 'slim', 'build', 'it', "'s", 'very', 'true', 'to', 'size', 'it', 'hits', 'above', 'the', 'hips', 'and', 'runs', 'pretty', 'straight', 'through', 'the', 'body', 'for', 'a', 'boxy', 'look', 'i', 'loved', 'the', 'color', 'and', 'pointelle', 'detail', 'but', 'on', 'my', 'thicker', 'build', 'it', 'just', 'sort', 'of', 'hung', 'in', 'a', 'too-casual', 'way', 'note', 'that', 'it', 'is', 'the', 'kind', 'of', 'cotton', 'that', 'is', 'likely', 'to', 'stretch', 'with', 'wear', 'and', 'spring', 'back', 'with', 'cleaning', ',3,1,6', 'general', 'tops', 'knits'] ['1565,927,30', 'super', 'cozy', 'this', 'is', 'a', 'steal', 'at', 'the', 'sale', 'price', 'medium', 'is', 'large', 'on', 'me', 'and', 'i', "'m", 'generally', 'a', 'large', 'at', 'retailer', 'so', 'soft.,4,1,0', 'general', 'tops', 'sweaters'] ['1566,1046,49', 'attractive', 'casual', 'pants', 'nice', 'texture', 'and', 'color', 'i', 'tried', 'these', 'on', 'at', 'the', 'store', 'and', 'thought', 'the', 'color', 'texture', 'and', 'style', 'was', 'very', 'nice', 'but', 'i', 'needed', 'the', 'petite', 'length', 'so', 'i', 'came', 'online', 'but', 'was', 'disappointed', 'to', 'see', 'that', 'the', 'style', 'is', 'sold', 'out', 'in', 'petite', 'darn', 'the', 'regular', 'length', 'hits', 'me', 'just', 'above', 'the', 'ankle', 'so', 'i', 'suppose', 'it', 'is', 'still', 'do-able', 'but', 'i', 'hate', 'to', 'pay', 'full', 'price', 'for', 'something', 'that', 'does', "n't", 'fit', 'quite', 'right', 'maybe', 'if', 'it', 'goes', 'on', 'sale', 'i', 'will', 'consider', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1567,864,64', 'love', 'the', 'blue', 'color', 'is', 'a', 'bit', 'short', 'but', 'fine', 'with', 'a', 'tank', 'underneath', 'i', 'purchased', 'the', 'small', 'that', "'s", 'what', 'i', 'usually', 'wear', ',5,1,2', 'general', 'tops', 'knits'] ['1568,985,45', 'my', 'new', 'fave', 'this', 'jacket', 'is', 'perfect', 'the', 'crop', 'length', 'is', 'just', 'right', 'not', 'to', 'short', 'and', 'the', 'way', 'it', 'is', 'cut', 'longer', 'in', 'the', 'back', 'it', 'really', 'paints', 'a', 'beautiful', 'silhouette', 'on', 'my', 'larger', 'frame', 'i', "'m", 'a', 'a', '12', 'typically', 'but', 'broad', 'in', 'the', 'shoulders', 'and', 'larger', 'in', 'the', 'bust', '36dd', 'this', 'jacket', 'is', 'loose', 'fitting', 'and', 'roomy', 'i', 'could', 'probably', 'have', 'gone', 'with', 'a', 'large', 'but', 'i', "'m", 'really', 'happy', 'with', 'the', 'xl', 'as', 'i', 'can', 'layer', 'underneath', 'and', 'it', "'s", 'just', 'super', 'roomy', 'and', 'comfy', 'the', 'quality', 'of', 'this', 'jacket', 'is', 'great', 'it', 'will', 'be', 'a', 'staple', 'for', 'years', 'to', 'come', 'i', ',5,1,4', 'general', 'jackets', 'jackets'] ['1569,1078,56', 'wanted', 'to', 'love', 'but', 'tried', 'on', 'this', 'maxi', 'dress', 'recently', 'hoping', 'i', 'would', 'have', 'a', 'new', 'dress', 'to', 'enjoy', 'but', 'the', 'frabic', 'is', 'just', 'too', 'thin', 'so', 'sad', 'unfortunately', 'it', 'shows', 'every', 'lump', 'and', 'bump', 'and', 'even', 'wearing', 'spanx', 'while', 'trying', 'on', 'it', 'still', 'showed', 'too', 'much', 'a', 'full', 'length', 'slip', 'would', 'help', 'but', 'i', 'decided', 'to', 'put', 'it', 'back', ',3,0,15', 'general', 'petite', 'dresses', 'dresses'] ['1570,862,32', 'sexy', 'simple', 'top', 'i', 'love', 'this', 'top', 'i', 'got', 'a', 'medium', 'in', 'black', 'on', 'sale', 'i', 'am', '5', '8', 'and', '135lbs', 'the', 'medium', 'fits', 'great', 'the', 'medium', 'is', 'slightly', 'loose', 'on', 'me', 'through', 'the', 'tummy', 'which', 'is', 'nice', 'in', 'my', 'experience', 'it', 'is', 'not', 'too', 'constraining', 'contrary', 'to', 'other', 'reviews', 'however', 'i', 'think', 'it', 'depends', 'on', 'your', 'body', 'shape', 'i', 'am', 'a', 'coke-bottle', 'this', 'will', 'be', 'a', 'wardrobe', 'staple', 'for', 'day', 'to', 'day', 'and', 'going', 'out', 'note', 'it', 'is', 'too', 'low-cut', 'for', 'work', 'wear', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['1571,1046,43', ',these', 'are', 'some', 'of', 'my', 'favorite', 'new', 'pants', 'i', 'am', 'never', 'disappointed', 'by', 'the', 'quality', 'from', 'this', 'brand', 'and', 'they', 'are', 'super', 'comfortable', 'and', 'adorable', 'a', 'definite', 'must', 'have', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1572,862,48', 'too', 'low', 'cut', 'gorgeous', 'color', 'and', 'great', 'price', 'but', 'too', 'low', 'cut', 'and', 'because', 'of', 'the', 'design', 'a', 'cami', "'s", 'would', "n't", 'work', 'disappointed', ',2,0,1', 'general', 'tops', 'knits'] ['1573,1072,53', ',,4,1,0', 'general', 'dresses', 'dresses'] ['1574,1080,41', 'so', 'flattering', 'i', "'m", 'surprised', 'by', 'the', 'negative', 'reviews', 'and', 'i', "'m", 'here', 'to', 'come', 'to', 'its', 'defense', 'i', 'love', 'this', 'dress', 'i', "'m", 'solidly', 'a', '0', 'petite', 'in', 'tracy', 'reese', 'and', 'this', 'fit', 'perfectly', 'the', 'top', 'is', "n't", 'snug', 'but', 'it', "'s", 'not', 'roomy', 'enough', 'to', 'say', 'it', 'runs', 'large', 'just', 'perfectly', 'comfortable', 'the', 'belt', 'was', 'a', 'little', 'tricky', 'because', 'it', 'has', 'to', 'thread', 'through', 'several', 'loops', 'but', 'it', 'stays', 'put', 'nicely', 'and', 'fit', 'perfectly', 'without', 'being', 'too', 'snug', 'or', 'uncomfortable', 'the', 'fitted', 'top', 'with', 'the', 'belt', 'offsets', 'the', 'fit', 'and', 'flare', 'style', 'of', 'the', 'skirt', 'lace', 'is', 'beauti', ',5,1,0', 'general', 'dresses', 'dresses'] ['1575,985,40', 'cute', 'style', 'but', 'runs', 'big', 'i', 'have', 'been', 'on', 'the', 'hunt', 'for', 'a', 'replacement', 'cargo', 'jacket', 'for', 'about', 'a', 'year', 'now', 'i', 'thought', 'this', 'one', 'was', 'going', 'to', 'be', 'it', 'ordered', 'it', 'right', 'away', 'i', 'got', 'it', 'in', 'an', 'xl', 'as', 'retailer', 'coats', 'always', 'seem', 'to', 'run', 'small', 'on', 'me', 'i', 'am', 'very', 'busty', 'so', 'sometimes', 'the', 'more', 'fitted', 'styles', 'wo', "n't", 'even', 'close', 'without', 'a', 'big', 'gap', 'this', 'is', 'not', 'the', 'case', 'with', 'this', 'jacket', 'it', 'runs', 'really', 'big', 'it', 'looks', 'like', 'it', 'could', 'be', 'an', 'xxxl', 'but', 'the', 'design', 'is', 'great', 'with', 'a', 'zipper', 'and', 'button', 'closures', 'pockets', 'and', 'cute', 'back', 'cut', 'the', 'color', 'is', 'slightly', ',4,1,2', 'general', 'jackets', 'jackets'] ['1576,864,32', 'shorter', 'smaller', 'than', 'picture/', 'description', 'i', 'bought', 'this', 'online', 'this', 'looked', 'like', 'a', 'sweater', 'that', 'was', 'accidentally', 'shrunk', 'in', 'the', 'dryer', 'when', 'i', 'received', 'it'] [] ['i', 'will', 'be', 'returning', 'this', ',2,0,0', 'general', 'tops', 'knits'] ['1577,927,68', 'a/c', 'is', 'running', 'received', 'december', '23', 'and', '83', 'degrees', 'in', 'louisiana', 'but', 'weather', 'can', 'change', 'from', 'hot', 'to', 'cold', 'in', 'an', 'hour', 'this', 'sweater', 'is', 'so', 'soft', 'so', 'cozy', 'i', "'m", 'ready', 'to', 'run', 'the', 'air', 'conditioning', 'beautiful', 'styling', 'well-made', 'and', 'has', 'a', 'generous', 'fit', 'that', 'you', 'may', 'or', 'may', 'not', 'prefer', 'this', 'will', 'be', 'one', 'of', 'my', 'very', 'favorite', 'garments', 'luxurious', 'and', 'i', 'deserve', 'it', 'i', 'ordered', 'a', 'large', 'have', 'long', 'arms', 'and', 'the', 'sleeves', 'do', 'come', 'over', 'hand', 'as', 'shown', 'in', 'photo', 'it', 'is', 'very', 'loose', 'and', 'flows', 'over', 'my', 'jeans', 'i', 'am', 'an', 'extremely', 'difficult', 'to', 'ple', ',5,1,0', 'general', 'tops', 'sweaters'] ['1578,1078,65', 'absolutely', 'love', 'love', 'this', 'dress', 'it', 'is', 'so', 'comfortable', 'and', 'falls', 'perfectly', 'the', 'material', 'is', 'great', 'and', 'you', 'can', 'dress', 'it', 'up', 'or', 'wear', 'it', 'casually', 'if', 'it', 'had', 'more', 'colors', 'i', 'would', 'get', 'it', 'it', 'in', 'any', 'color', 'it', 'came', 'in', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1579,1072,39', 'runs', 'really', 'small', 'this', 'dress', 'is', 'very', 'small', 'in', 'the', 'bust', 'and', 'maxi', 'length', 'on', 'short', 'people', '5', '3', '36dd', 'i', 'ca', "n't", 'wear', 'a', 'normal', 'bra', 'i', 'have', 'to', 'use', 'adhesive', 'pasties', 'the', 'fabric', 'is', 'very', 'smooth', 'thick', 'and', 'satin', 'like', 'but', 'fuzzes', 'easily', 'mine', 'came', 'with', 'minor', 'thread', 'pulls', 'and', 'one', 'strap', 'was', 'sewn', 'on', 'twisted', 'the', 'pattern', 'in', 'real', 'life', 'is', 'very', 'pink', 'as', 'opposed', 'to', 'the', 'model', 'sample', 'which', 'has', 'more', 'blue', 'landscape', 'i', "'d", 'like', 'to', 'hem', 'the', 'dress', 'but', 'i', 'would', 'sacrifice', 'pattern', 'still', 'very', 'pretty', 'dress', 'be', 'sure', 'to', 'size', 'up', 'one', 'or', 'two', 'depending', ',4,1,0', 'general', 'dresses', 'dresses'] ['1580,1078,43', 'elegant', 'comfort', 'i', 'bought', 'this', 'dress', 'with', 'my', 'birthday', 'gift', 'and', 'i', 'do', 'not', 'regret', 'it', 'it', "'s", 'so', 'soft', 'and', 'feels', 'like', 'pure', 'comfort', 'but', 'the', 'details', 'little', 'metal', 'buttons', 'down', 'the', 'front', 'the', 'vent', 'pleats', 'on', 'the', 'side', 'make', 'it', 'feel', 'special', 'i', 'received', 'many', 'compliments', 'and', 'i', 'would', 'urge', 'you', 'to', 'get', 'this', 'one', 'if', 'you', 'are', 'seeking', 'comfort', 'it', 'was', 'pretty', 'true', 'to', 'size', 'and', 'because', 'i', "'m", 'an', 'average', 'height', 'i', 'wore', 'a', 'small', 'block', 'heel', 'with', 'it', ',5,1,14', 'general', 'petite', 'dresses', 'dresses'] ['1581,862,26', 'order', 'up', 'a', 'size', 'after', 'reading', 'the', 'reviews', 'about', 'this', 'top', 'being', 'really', 'clingy', 'i', 'decided', 'to', 'order', 'up', 'a', 'size', 'and', 'purchased', 'a', 'medium', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'box', 'today', 'and', 'held', 'it', 'up', 'it', 'looked', 'huge', 'and', 'i', 'thought', 'i', 'had', 'made', 'a', 'mistake', 'however', 'when', 'i', 'tried', 'it', 'on', 'it', 'actually', 'fit', 'really', 'well', 'i', 'could', 'see', 'if', 'i', 'had', 'ordered', 'my', 'usual', 'small', 'how', 'it', 'would', 'have', 'clinged', 'to', 'my', 'body', 'in', 'a', 'unflattering', 'way', 'very', 'happy', 'with', 'the', 'top', 'and', 'thankful', 'for', 'the', 'reviews', ',5,1,0', 'general', 'tops', 'knits'] ['1582,1201,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['1583,1046,53', 'very', 'cute', 'i', "'m", '5', '8', '130', 'and', 'the', 'small', 'fit', 'very', 'nice', 'i', 'ordered', 'on', 'line', 'and', 'on', 'one', 'of', 'the', 'legs', 'the', 'elastic', 'closure', 'at', 'the', 'bottom', 'snapped', 'got', 'a', 'new', 'pair', 'at', 'the', 'store', 'you', 'can', 'dress', 'these', 'up', 'or', 'down', 'they', 'are', 'fun', ',4,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1584,942,22', 'sweater', 'season', 'ive', 'been', 'on', 'the', 'hunt', 'for', 'big', 'bulky', 'sweaters', 'because', 'winter', 'is', 'coming', 'and', 'i', 'live', 'in', 'the', 'north', 'i', 'saw', 'this', 'sweater', 'and', 'needed', 'to', 'give', 'it', 'a', 'try', 'i', 'got', 'it', 'i', 'the', 'mail', 'and', 'its', 'truly', 'gorgeous', 'and', 'extremely', 'well', 'made', 'this', 'is', 'the', 'type', 'of', 'sweater', 'to', 'wear', 'on', 'a', 'cold', 'snowy', 'day', 'it', 'runs', 'a', 'little', 'big', 'but', 'thats', 'okay', 'with', 'me', 'because', 'its', 'perfect', 'to', 'snuggle', 'up', 'in', 'i', 'love', 'this', 'sweater', 'but', 'be', 'aware', 'it', 'is', 'thick', 'and', 'bulky', 'so', 'its', 'not', 'made', 'to', 'make', 'you', 'look', 'like', 'a', 'twig', 'i', 'like', 'big', 'sweaters', 'and', 'this', 'design', 'flows', 'from', 'sma', ',4,1,2', 'general', 'tops', 'sweaters'] ['1585,1059,45', 'stylish', 'and', 'functional', 'great', 'pair', 'of', 'pants', 'to', 'wear', 'to', 'work', 'and', 'interview', 'or', 'out', 'to', 'lunch', 'i', 'got', 'so', 'many', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'these', 'i', "'m", '5', '2', 'i', 'ordered', 'the', 'burgundy', 'color', 'in', 'a', 'size', '0', 'regular', 'which', 'is', 'what', 'i', 'normally', 'wear', 'and', 'they', 'fit', 'fine', 'however', 'they', 'were', 'just', 'a', 'tad', 'big', 'in', 'the', 'waist', 'and', 'a', 'tad', 'tight', 'around', 'my', 'calves', 'but', 'other', 'that', 'they', "'re", 'a', 'great', 'pattern', 'pant', 'to', 'have', 'you', 'wont', 'be', 'disappointed', ',5,1,0', 'general', 'bottoms', 'pants'] ['1586,1059,72', 'lovely', 'pants', 'bad', 'fit', 'i', 'ordered', 'these', 'pants', 'in', 'black', 'and', 'brick', 'the', 'pattern', 'is', 'great', 'but', 'the', 'sizing', 'and', 'fit', 'are', 'way', 'off', 'i', 'usually', 'wear', 'an', '8', 'or', 'a', 'medium', 'in', 'retailer', 'i', 'ordered', 'these', 'pants', 'in', 'a', '10', '12', 'and', '12', 'petite', 'the', '10', 'actually', 'fit', 'but', 'there', 'is', 'no', 'stretch', 'in', 'these', 'fitted', 'pants', 'they', 'were', 'very', 'uncomfortable', 'to', 'walk', 'or', 'sit', 'in', 'however', 'if', 'you', "'re", 'standing', 'up', 'all', 'day', 'and', 'not', 'doing', 'much', 'moving', 'around', 'these', 'pants', 'are', 'perfect', 'the', 'print', 'is', 'great', 'in', 'both', 'black', 'and', 'brick', 'i', 'could', "n't", 'decide', 'which', 'one', 'i', 'liked', 'best', 'wish', 'th', ',3,1,3', 'general', 'bottoms', 'pants'] ['1587,1094,56', 'statement', 'dress', 'this', 'dress', 'did', 'not', 'impress', 'me', 'when', 'i', 'was', 'browsing', 'the', 'website', 'online', 'when', 'i', 'went', 'to', 'a', 'store', 'though', 'the', 'colors', 'struck', 'me', 'as', 'really', 'vibrant', 'and', 'earthy', 'and', 'i', 'wanted', 'to', 'give', 'it', 'a', 'chance', 'i', 'tried', 'it', 'on', 'and', 'it', 'fit', 'like', 'a', 'glow', 'i', 'am', 'a', '5', '1', '100', 'pounds', 'and', 'got', 'an', 'xxs', 'p', 'which', 'was', 'a', 'perfect', 'fit', 'the', 'length', 'was', 'great', 'for', 'me', 'petite', 'size', 'and', 'did', 'not', 'need', 'altering', 'the', 'online', 'photo', 'may', 'not', 'do', 'justice', 'to', 'the', 'little', 'details', 'on', 'this', 'dress', 'definitely', 'a', 'very', 'high', 'quality', 'dress', 'that', 'i', 'would', 'categorize', 'as', 'a', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1588,833,71', 'easy', 'breezy', 'love', 'this', 'top', 'very', 'easy', 'to', 'wear', 'to', 'lunch', 'or', 'site', 'seeing', 'the', 'fabric', 'is', 'soft', 'and', 'drapes', 'nicely.,5,1,2', 'general', 'tops', 'blouses'] ['1589,1051,29', 'lovely', 'airy', 'but', 'a', 'tad', 'big', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'and', 'really', 'enjoy', 'it', 'it', "'s", 'a', 'nice', 'color', 'and', 'very', 'gauzy/', 'airy', 'the', 'only', 'think', 'i', 'did', "n't", 'love', 'is', 'that', 'it', "'s", 'a', 'little', 'bit', 'in', 'the', 'chest', 'area', 'which', 'is', 'rare', 'considering', 'i', "'m", 'usually', 'a', 'm', 'in', 'that', 'area', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1590,833,48', 'super', 'cute', 'and', 'flow', 'perfect', 'for', 'summer', 'i', 'wanted', 'this', 'top', 'ever', 'since', 'i', 'saw', 'it', 'online', 'it', 'is', 'so', 'me', 'it', "'s", 'a', 'nice', 'mix', 'of', 'feminine', 'and', 'masculine', 'you', 'can', 'pair', 'it', 'with', 'a', 'nice', 'pair', 'of', 'jeans', 'or', 'even', 'business', 'pants', 'to', 'dress', 'it', 'up', 'this', 'will', 'make', 'the', 'perfect', 'summer', 'shirt', 'and', 'it', 'hangs', 'so', 'nicely', 'i', 'highly', 'recommend', 'this', 'shirt', 'i', 'would', 'get', 'it', 'before', 'its', 'gone', ',5,1,3', 'general', 'tops', 'blouses'] ['1591,115,39', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'the', 'fit', 'is', 'formed', 'to', 'the', 'body', 'low', 'cut', 'so', 'may', 'want', 'to', 'pair', 'with', 'a', 'cami', 'great', 'basic', 'for', 'work', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['1592,878,51', 'i', 'love', 'sundry', 'clothing', 'this', 'lightweight', 'fleece', 'is', 'the', 'perfect', 'weight', 'it', 'keeps', 'you', 'warm', 'enough', 'when', 'it', "'s", 'cold', 'but', 'not', 'hot', 'when', 'it', 'is', 'milder', 'it', "'s", 'super', 'soft', 'with', 'nice', 'embroidery', 'size', '1', 'is', 'a', 'great', 'fit', 'for', 'my', '5', '1', 'frame', 'wear', 'it', 'to', 'hang', 'at', 'home', 'or', 'to', 'go', 'out', ',5,1,1', 'general', 'tops', 'knits'] ['1593,1094,59', 'gorgeous', 'big', 'floral', 'this', 'is', 'a', 'beautiful', 'dress', 'considering', 'it', 'is', 'made', 'from', 'polyester', 'that', 'being', 'said', 'the', 'material', 'has', 'a', 'nice', 'finish', 'and', 'looks', 'like', 'it', 'could', 'be', 'silk', 'it', "'s", 'a', 'flattering', 'cut', 'other', 'than', 'being', 'a', 'tad', 'short-waisted', 'and', 'hangs', 'well', 'it', 'was', 'also', 'a', 'bit', 'tight', 'through', 'the', 'bust', 'unfortunately', 'if', 'you', 'are', 'on', 'the', 'taller', 'side', 'it', 'tends', 'to', 'be', 'high', 'waisted', 'and', 'short', 'in', 'length.my', 'daughter', 'is', "5'11", 'and', 'a', 'size', '10.', 'the', 'medium', 'fit', 'best', 'although', 'because', 'of', 'the', 'length', 'she', 'is', 'reluctantly', 'returning', 'it', 'sad', 'because', 'it', 'ha', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1594,942,52', 'cozy', 'and', 'warm', 'this', 'sweater', 'is', 'great', 'for', 'cold', 'weather', 'it', 'is', 'very', 'comfortable', 'and', 'soft', 'only', 'down', 'side', 'is', 'it', 'is', 'a', 'little', 'boxy.,4,1,4', 'general', 'tops', 'sweaters'] ['1595,115,41', 'on', 'the', 'fence', 'i', 'loved', 'the', 'brown', 'color', 'on', 'the', 'model', 'and', 'i', 'love', 'the', 'wrap', 'style', 'in', 'general', 'however', 'i', "'m", 'not', 'sure', 'if', 'the', 'color', 'looks', 'as', 'goon', 'on', 'me', 'i', 'first', 'ordered', 'my', 'standard', 'size', 'small', '5', '7', '137', 'lbs', '32', 'b', 'which', 'fit', 'but', 'exchanged', 'it', 'for', 'the', 'looser', 'fit', 'medium', 'shown', 'in', 'the', 'pictures', 'i', 'really', 'like', 'that', 'the', 'material', 'is', 'a', 'thin', 'but', 'not', 'see', 'through', 'cotton', 'it', 'has', 'an', 'extra', 'cotton', 'layer', 'lining', 'in', 'front', 'which', 'is', 'nice', 'the', 'v', 'is', "n't", 'too', 'low', 'on', 'me', 'so', 'i', 'do', "n't", 'have', 'to', 'wear', 'a', 'cami', 'under', 'not', 'really', 'crazy', 'about', 'the', 's', ',3,1,0', 'initmates', 'intimate', 'sleep'] ['1596,1059,50', 'i', 'love', 'them', 'love', 'these', 'pants', 'the', 'design', 'is', 'totally', 'different', 'and', 'that', 'is', 'what', 'i', 'love', 'i', 'paired', 'these', 'with', 'the', 'velvet', 'red', 'shoes', 'from', 'this', 'site', 'also', 'on', 'sale', 'for', 'me', 'these', 'ran', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1597,1078,39', 'cute', 'and', 'decent', 'make', 'someone', 'returned', 'my', 'size', 'so', 'i', 'got', 'to', 'try', 'it', 'on', 'in', 'store', 'the', 'cut', 'is', 'very', 'flattering', 'the', 'material', 'is', 'stretchy', 'the', 'lace', 'part', 'is', 'nicely', 'made', 'too', 'overall', 'great', 'piece', 'the', 'petite', 'waist', 'did', 'hit', 'me', 'a', 'little', 'higher', 'than', 'on', 'model', 'i', 'have', 'a', 'regular', 'torso', 'and', 'short', 'legs', 'and', 'overall', 'usually', 'need', 'petite', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['1598,833,46', 'pretty', 'but', 'sheer', 'if', 'you', 'care', 'that', 'it', "'s", 'sheer-', 'be', 'forewarned', 'i', 'probably', 'wo', "n't", 'wear', 'a', 'cami', 'under', 'it', 'as', 'it', "'s", 'not', 'terrible', 'but', 'worth', 'noting', 'that', 'said', 'its', 'lightweight', 'fabric', 'will', 'be', 'perfect', 'for', 'summer', 'and', 'its', 'design', 'is', 'gorgeous', 'boho', 'at', 'its', 'best', 'it', "'s", 'cut', 'quite', 'generously', 'and', 'i', 'do', 'wish', 'i', "'d", 'gone', 'down', 'a', 'size', ',5,1,2', 'general', 'tops', 'blouses'] ['1599,1051,25', 'not', 'quite', 'perfect', 'i', 'really', 'love', 'the', 'look', 'of', 'this', 'jumpsuit', 'casual', 'but', 'classy', 'shapely', 'but', 'comfortable', 'i', "'m", '5', '4', 'and', 'similar', 'to', 'another', 'reviewer', 'proportional', 'torso', 'to', 'leg', 'ratio', 'the', 'legs', 'were', 'longer', 'on', 'me', 'than', 'the', 'model', 'in', 'the', 'picture', 'but', 'no', 'problem', 'there', 'because', 'they', "'re", 'cuffed.however', 'the', 'arm', 'holes', 'are', 'too', 'big', 'my', 'bra', 'shows', 'and', 'the', 'particular', 'one', 'i', 'got', 'came', 'damaged', 'with', 'some', 'of', 'the', 'embroidery', 'coming', 'unraveled', 'on', 'the', 'back', 'it', "'s", 'also', 'supposed', 'to', 'be', 'dry', 'cleaned', 'and', 'that', "'s", 'annoying', 'for', 'casual', 'wear', 'returning', 'it', ',3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1600,1059,54', 'wanted', 'to', 'love', 'these', 'but', 'did', "n't", 'i', 'sized', 'up', 'based', 'on', 'other', 'reviews', 'which', 'was', 'good', 'advice', 'i', 'am', 'typically', 'a', 'size', '6', 'but', 'sized', 'up', 'to', 'a', '10.', 'the', 'pants', 'are', 'very', 'unique', 'and', 'i', 'think', 'on', 'the', 'right', 'body', 'type', 'would', 'look', 'amazing', 'it', 'seems', 'like', 'someone', 'with', 'curves', 'and', 'a', 'small', 'waist', 'might', 'fit', 'these', 'splendidly', 'but', 'that', "'s", 'not', 'me', 'i', 'had', 'some', 'extra', 'material', 'puffing', 'about', 'in', 'the', 'zipper', 'region', 'i', 'also', 'expected', 'the', 'material', 'to', 'be', 'thicker', 'but', 'found', 'it', 'to', 'be', 'more', 'silky.,3,0,1', 'general', 'petite', 'bottoms', 'pants'] ['1601,1059,54', 'i', "'m", 'so', 'glad', 'the', 'other', 'reviewer', 'also', 'found', 'these', 'small', 'literally', 'the', 'largest', 'size', 'i', 'have', 'ever', 'bought', 'but', 'the', 'style', 'is', 'really', 'cute', 'sort', 'of', 'dapper', 'british', 'boy', ',4,1,9', 'general', 'petite', 'bottoms', 'pants'] ['1602,1059,51', 'maybe', 'not', 'for', 'everyone', 'got', 'these', 'in', 'the', 'red', 'brick', 'color', 'and', 'unfortunately', 'had', 'to', 'send', 'them', 'back', 'these', 'are', 'really', 'cute', 'and', 'i', 'loved', 'the', 'color', 'and', 'pattern', 'but', 'they', 'ran', 'very', 'small', 'and', 'the', 'cut', 'between', 'the', 'legs', 'and', 'hips', 'was', 'odd', 'this', 'may', 'not', 'have', 'been', 'a', 'problem', 'had', 'i', 'gone', 'up', 'at', 'least', 'one', 'size', 'best', 'to', 'try', 'them', 'on', 'if', 'possible', ',4,0,0', 'general', 'petite', 'bottoms', 'pants'] ['1603,1051,47', 'could', 'live', 'in', 'this', 'jumpsuit', 'so', 'comfortable', 'great', 'fit', 'dress', 'it', 'up', 'with', 'wedges', 'down', 'with', 'flats'] ['extremely', 'soft', 'and', 'flattering', 'i', 'normally', 'wear', 'a', 'xs/s', 'and', 'the', 'small', 'fit', 'perfectly', 'i', "'m", '5', '6', 'and', 'the', 'length', 'is', 'just', 'slightly', 'cropped', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1604,1059,79', 'cute', 'and', 'funky', 'work', 'pants', 'i', 'just', 'purchased', 'these', 'pants', 'in', 'red', 'on', 'sale', 'i', 'am', '5/5', '143', 'pounds', 'and', 'the', '10', 'fit', 'perfectly', 'i', 'am', 'either', 'an', '8', 'or', 'a', '10', 'in', 'pants', 'depending', 'upon', 'brand', 'it', 'is', 'really', 'hard', 'for', 'me', 'to', 'find', 'pants', 'that', 'are', 'cute', 'unique', 'work-appropriate', 'and', 'flattering', 'these', 'pants', 'fit', 'the', 'bill', 'in', 'all', 'aspects', 'i', 'thought', 'i', 'would', 'prefer', 'the', 'black', 'but', 'am', 'really', 'glad', 'i', 'got', 'the', 'red', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1605,1078,55', 'nice', 'winter', 'dress', 'great', 'dress', 'fit', 'perfectly', 'warm', 'for', 'the', 'winter', 'i', 'live', 'in', 'florida', 'it', 'will', 'be', 'great', 'if', 'we', 'get', 'a', 'winter', 'next', 'year', 'very', 'comfortable', 'and', 'easy', 'to', 'wear', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1606,1051,58', 'great', 'romper', 'but', 'not', 'for', 'all', 'body', 'types', 'tried', 'this', 'romper', 'on', 'in', 'store', 'and', 'wanted', 'to', 'love', 'it', 'but', 'it', 'just', 'did', "n't", 'fit', 'me', 'right', 'it', 'a', 'great', 'romper', 'cute', 'design', 'super', 'soft-light', 'fabric', 'and', 'overall', 'a', 'great', 'feel', 'but', 'it', 'does', "n't", 'work', 'to', 'well', 'for', 'short', 'girls', 'with', 'any', 'types', 'of', 'hips', 'i', 'have', 'a', 'very', 'small', 'waist', 'and', 'larger', 'bottom', 'and', 'this', 'romper', 'just', 'was', 'very', 'unflattering', 'i', 'could', "n't", 'get', 'the', 'tie', 'waist', 'to', 'sit', 'anywhere', 'that', 'felt', 'like', 'my', 'natural', 'waist', 'instead', 'it', 'kept', 'giving', 'me', 'a', 'kangaroo', 'pouch', 'and', 'hung', 'on', 'my', 'upper', 'thighs', 'sizing', 'up', 'did', "n't", 'help', 'becaus', ',4,1,4', 'general', 'petite', 'bottoms', 'pants'] ['1607,833,66', 'being', 'somewhat', 'on', 'the', "'fluffy", 'side', 'the', 'style', 'is', 'very', 'flattering', 'and', 'forgiving', 'and', 'will', 'be', 'ideal', 'for', 'summer', 'i', 'am', 'between', 'a', 'size', '14', 'and', 'a', '16', 'and', 'the', '14', 'fits', 'perfectly', 'light', 'and', 'airy', 'a', 'very', 'nice', 'simple', 'embroidery', 'in', 'contrasting', 'color', 'very', 'chic', 'in', 'an', 'effortless', 'way', 'the', 'armholes', 'are', 'just', 'right', 'not', 'too', 'big', 'the', 'color', 'is', 'definitely', 'a', 'creamy', 'ivory', 'worth', 'the', 'cost', 'because', 'i', 'do', "n't", 'think', 'it', 'will', 'be', 'available', 'for', 'too', 'long', ',5,1,15', 'general', 'tops', 'blouses'] ['1608,1051,53', 'material', 'was', 'light', 'and', 'comfortable', 'i', 'loved', 'the', 'jumpsuit', 'but', 'unfortunately', 'had', 'to', 'return', 'it', 'due', 'to', 'running', 'a', 'little', 'on', 'the', 'small', 'size.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1609,1059,40', 'unique', 'and', 'well', 'made', 'i', 'love', 'these', 'pants', 'beautiful', 'quality', 'material', 'soft', 'on', 'the', 'skin', 'fits', 'well', 'definitely', 'a', 'tailored', 'fit', 'true', 'to', 'size', 'unique', 'design', 'and', 'really', 'fun'] ['i', 'am', '5', 'foot', '5', 'and', 'weigh', '132', 'lbs', 'i', 'am', 'apple', 'shaped', 'so', 'i', 'was', 'worried', 'these', 'would', 'be', 'too', 'tight', 'around', 'the', 'hips', 'but', 'they', 'are', "n't", ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1610,1051,30', 'not', 'for', 'me', 'i', 'really', 'liked', 'this', 'jumpsuit', 'but', 'it', 'just', 'was', "n't", 'perfect', 'the', 'design', 'at', 'the', 'top', 'is', 'a', 'bit', 'stiff', 'compared', 'to', 'the', 'rest', 'of', 'the', 'jumpsuit', 'i', 'felt', 'the', 'whole', 'thing', 'ran', 'just', 'slightly', 'too', 'large', 'it', 'was', 'nice', 'but', 'not', 'amazing.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1611,992,50', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1612,1051,33', 'embroidered', 'gauze', 'romper', 'i', 'love', 'this', 'romper', 'i', 'am', '5', '2', 'and', 'the', 'medium', 'fit', 'great', 'and', 'was', "n't", 'long', 'i', "'m", 'short', 'so', 'i', 'thought', 'i', 'would', 'have', 'to', 'hem', 'this', 'it', "'s", 'comfortable', 'and', 'although', 'i', "'m", 'not', 'a', 'huge', 'fan', 'of', 'gauze', 'the', 'fit', 'was', 'perfect', 'i', 'had', 'to'] ['snatch', 'it', ',5,1,20', 'general', 'petite', 'bottoms', 'pants'] ['1613,1053,33', 'bridgette', 'jogger', 'i', '39', 've', 'been', 'looking', 'for', 'comfortable', 'pants', 'that', 'i', 'could', 'wear', 'to', 'work', 'and', 'at', 'home', 'these', 'fit', 'the', 'bill', 'i', 'bought', 'these', 'in', 'the', 'holly', 'color', 'for', 'the', 'fall', 'and', 'winter', 'they', 'are', 'super', 'soft', 'and', 'very', 'comfortable', 'i', 'was', 'worried', 'that', 'they', 'would', 'like', 'dumpy', 'especially', 'around', 'the', 'seat', 'area', 'but', 'they', 'fit', 'fine', ',4,1,0', 'general', 'bottoms', 'pants'] ['1614,1059,43', 'perfect', 'pants', 'however', 'i', 'unfortunately', 'followed', 'others', 'advice', 'saying', 'these', 'run', 'small', 'i', 'had', 'to', 'return/', 'exchange', 'to', 'a', '00p', 'in', 'turn', 'had', 'to', 'give', 'up', 'the', 'sassy', 'red', 'and', 'settle', 'for', 'black', 'although', 'they', 'are', 'beautiful', 'trousers', 'in', 'black', 'as', 'well', ',5,1,0', 'general', 'bottoms', 'pants'] ['1615,825,45', 'perfect', 'received', 'this', 'shirt', 'yesterday', 'and', 'loved', 'it', 'does', "n't", 'look', 'that', 'great', 'online', 'in', 'pics', 'but', 'it', 'is', 'a', 'unique', 'and', 'beautiful', 'top', 'the', 'material', 'is', 'a', 'substantial', 'woven', 'cotton', 'so', 'it', 'lays', 'nicely', 'and', 'keeps', 'its', 'shape', 'i', 'am', '5', '5', 'and', '128lbs', 'and', 'a', 'small', 'bust', 'size', '34a', 'i', 'usually', 'wear', 'small', 'in', 'shirts', 'but', 'since', 'it', 'is', 'a', 'longer', 'length', 'i', 'did', "n't", 'want', 'it', 'to', 'tight', 'around', 'my', 'butt', 'i', 'am', 'curvy', 'in', 'that', 'area', 'size', '6', 'pants', 'i', 'ordered', 'the', 'medium', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'it', 'lifts', 'just', 'like', 'on', 'the', 'model', 'the', 'only', 'downfall', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['1616,1059,85', 'nice', 'pants', 'if', 'you', 'have', 'super', 'tiny', 'calves', 'unique', 'print', 'but', 'not', 'great', 'execution', 'the', 'pant', 'legs', 'are', 'very', 'tight', 'i', 'have', 'average', 'sized', 'calves', 'and', 'i', 'sized', 'up', 'one', 'size', 'the', 'hook', 'closure', 'was', 'oddly', 'tight', 'and', 'difficult', 'to', 'clasp', 'when', 'i', 'first', 'saw', 'the', 'color', 'it', 'looked', 'like', 'burnt', 'sienna', 'or', 'a', 'dried', 'blood', 'color', 'too', 'bad', 'this', 'did', "n't", 'work', 'out', ',2,1,2', 'general', 'bottoms', 'pants'] ['1617,1094,27', 'favorite', 'retailer', 'purchase', 'this', 'dress', 'is', 'absolutely', 'amazing', 'i', 'am', 'an', 'retailer', 'addict', 'a', 'good', 'portion', 'of', 'my', 'wardrobe', 'is', 'from', 'retailer', 'that', 'being', 'said', 'this', 'is', 'one', 'of', 'my', 'all', 'time', 'favorite', 'purchases', 'this', 'dress', 'is', 'a', 'beautiful', 'statement', 'i', 'am', 'tall', 'and', 'curvy', 'and', 'this', 'dress', 'fits', 'like', 'a', 'glove', 'but', 'is', 'very', 'comfortable', 'the', 'quality', 'of', 'the', 'beading', 'and', 'the', 'fabric', 'is', 'very', 'good', 'i', 'wore', 'it', 'on', 'my', 'hawaii', 'vacation', 'and', 'got', 'numerous', 'compliments', 'do', "n't", 'pass', 'this', 'one', 'up', 'five', 'stars', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1618,942,34', 'great', 'quality', 'and', 'color', 'but', 'boxy', 'and', 'ill-fitting', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'the', 'photo', 'of', 'the', 'model', 'makes', 'it', 'look', 'so', 'soft', 'and', 'warm', 'i', 'liked', 'the', 'heavy', 'texture', 'and', 'the', 'extra', 'long', 'sleeves', 'however', 'after', 'receiving', 'this', 'sweater', 'i', 'tried', 'it', 'on', 'for', 'less', 'than', '1', 'minute', 'one', 'look', 'in', 'the', 'mirror', 'was', 'enough', 'to', 'make', 'me', 'take', 'it', 'off', 'and', 'return', 'it', 'asap', 'the', 'knit', 'quickly', 'expanding', 'from', 'small', 'to', 'large', 'right', 'over', 'the', 'bust', 'combined', 'with', 'the', 'boxy', 'shape', 'was', 'an', 'atrocious', 'combo', 'it', 'must', 'have', 'added', '30lbs', 'to', 'my', 'physique', 'and', 'made', 'my', 'bust', 'look', 'matronly', 'yikes', 'this', 'ma', ',2,0,1', 'general', 'tops', 'sweaters'] ['1619,1078,49', 'versatile', 'comfortable', 'dress', 'this', 'dress', 'is', 'comfortable', 'and', 'versatile', 'one', 'could', 'wear', 'it', 'to', 'the', 'office', 'or', 'to', 'a', 'social', 'event', 'day', 'to', 'night', 'i', 'did', "n't", 'find', 'the', 'sizing', 'to', 'run', 'as', 'large', 'as', 'some', 'of', 'the', 'other', 'reviewers', 'did', 'i', 'felt', 'it', 'was', 'true', 'to', 'size', 'it', 'is', 'not', 'lined', 'so', 'you', 'would', 'need', 'a', 'slip', 'under', 'it', 'if', 'you', 'wear', 'it', 'with', 'tights', 'or', 'nylons', 'otherwise', 'the', 'skirt', 'will', 'cling', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1620,992,66', 'sizing', 'issue', 'such', 'a', 'beautiful', 'print', 'i', 'sized', 'up', 'to', 'a', '14', 'because', 'it', 'looked', 'like', 'it', 'has', 'a', 'high', 'waist', 'and', 'it', 'does', 'the', 'waist', 'comes', 'almost', 'to', 'my', 'bra', 'line', 'unfortunately', 'there', "'s", 'a', 'huge', 'amount', 'of', 'fabric', 'and', 'it', 'swallowed', 'me', 'not', 'slimming', 'at', 'all', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'curtain', 'i', 'loved', 'the', 'slits', 'in', 'the', 'photo', 'but', 'due', 'to', 'the', 'amount', 'of', 'fabric', 'they', 'were', "n't", 'visible', 'i', "'m", 'short', 'and', 'this', 'literally', 'pooled', 'on', 'the', 'ground', 'a', 'few', 'inches', 'if', 'you', "'re", 'tall', 'and', 'thin', 'this', 'is', 'a', 'beauty', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1621,833,24', 'a', 'size', '2', 'too', 'big', 'i', 'am', 'usually', 'a', 'size', '2', 'in', 'tops', 'i', 'am', 'very', 'very', 'rarely', 'a', 'size', '0', 'so', 'upon', 'reading', 'other', 'reviews', 'of', 'this', 'top', 'i', 'decided', 'to', 'order', 'the', '2', 'and', 'assumed', 'it', 'would', 'fit', 'the', 'way', 'a', '2', 'usually', 'does', 'obviously', 'this', 'is', 'designed', 'to', 'be', 'a', 'loose', 'flowing', 'top', 'that', "'s", 'why', 'i', 'wanted', 'to', 'order', 'it', 'however', 'the', '2', 'is', 'simply', 'too', 'loose', 'in', 'every', 'direction', 'my', 'primary', 'gripe', 'is', 'that', 'the', 'arm', 'holes', 'are', 'gaping', 'and', 'falling', 'at', 'the', 'side', 'in', 'a', 'way', 'i', 'do', "n't", 'think', 'it', 'intended'] [] ['i', 'do', 'really', 'like', 'the', 'styling', 'and', 'quality', 'so', 'i', 'am', 'planning', 'on', ',3,1,0', 'general', 'tops', 'blouses'] ['1622,1059,44', 'love', 'these', 'pants', 'these', 'pants', 'are', 'fantastic', 'the', 'pattern', 'alone', 'is', 'to', 'die', 'for', 'but', 'they', 'also', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'for', 'the', 'perfect', 'fit', 'i', 'received', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'them', 'i', 'felt', 'like', 'a', 'rock', 'star', ',5,1,0', 'general', 'bottoms', 'pants'] ['1623,1059,26', 'runs', 'small', 'bought', 'these', 'in', '2p', 'and', 'i', "'m", 'normally', '0p', 'in', 'most', 'pants', 'for', 'reference', 'i', "'m", '5', '1', 'and', '107', 'lbs', 'and', 'the', '2', 'fit', 'perfect', 'got', 'many', 'compliments', 'on', 'these', 'pants', ',5,1,0', 'general', 'bottoms', 'pants'] ['1624,1059,58', 'fun', 'true', 'to', 'size', 'unlike', 'other', 'reviewers', 'i', 'found', 'these', 'pants', 'to', 'run', 'true', 'to', 'size', 'in', 'my', 'case', 'my', 'usual', '6', 'or', 'even', 'a', 'tad', 'roomy', 'the', 'red', 'pattern', 'is', 'just', 'festive', 'enough', 'for', 'informal', 'holiday', 'parties', 'i', 'appreciate', 'the', 'belt', 'loops', ',4,1,3', 'general', 'bottoms', 'pants'] ['1625,1078,44', 'beutiful', 'dress', 'decent', 'quality', 'i', 'am', '5', '4', '130', 'pounds', 'm', 'is', 'too', 'big', 'runs', 'slightly', 'large', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['1626,1051,37', 'comfy', 'very', 'comfy', 'and', 'flattering', 'cool', 'on', 'a', 'hot', 'day', 'slightly', 'difficult', 'to', 'use', 'the', 'restroom', 'though', ',4,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1627,1059,47', 'adorable', 'these', 'pants', 'are', 'so', 'fun', 'i', 'love', 'the', 'pattern', 'and', 'color', 'can', 'be', 'dressed', 'up', 'or', 'down', 'very', 'flattering'] ['highly', 'recommend', 'trying', 'them', 'on', 'they', 'were', 'better', 'than', 'i', 'expected', 'them', 'to', 'be', ',4,1,1', 'general', 'bottoms', 'pants'] ['1628,1059,32', 'great', 'pattern', 'i', 'bought', 'these', 'on', 'a', 'whim', 'patterned', 'bottoms', 'are', "n't", 'normally', 'my', 'thing', 'i', 'was', 'pleasantly', 'surprised', 'they', 'fit', 'well', 'look', 'great', 'and', 'i', 'had', 'lots', 'of', 'compliments', ',4,1,0', 'general', 'bottoms', 'pants'] ['1629,1051,35', 'flowy', 'fun', 'this', 'jumpsuit', 'is', 'great', 'i', 'recently', 'had', 'a', 'baby', 'and', 'am', 'still', 'trying', 'to', 'get', 'the', 'last', '10', 'lbs', 'of', 'baby', 'weight', 'off', 'and', 'this', 'jumpsuit', 'is', 'very', 'forgiving', 'and', 'super', 'comfortable', 'i', "'m", 'usually', 'a', 'medium', 'i', 'was', "n't", 'sure', 'if', 'i', 'should', 'size', 'up', 'i', 'ordered', 'the', 'medium', 'and', 'it', 'was', 'the', 'right', 'choice', 'great', 'light', 'material', 'for', 'summer', 'and', 'nice', 'neckline.,5,1,11', 'general', 'petite', 'bottoms', 'pants'] ['1630,833,56', 'super', 'cute', 'i', 'bought', 'this', 'today', 'in', 'a', 'size', '2.', 'fits', 'perfect', 'i', 'am', 'normally', 'a', '0', 'or', '2', 'or', 'xs', 'the', 'top', 'looks', 'and', 'fits', 'exactly', 'like', 'the', 'picture', 'if', 'you', 'are', 'small', 'chested', 'because', 'it', 'is', 'not', 'long', 'in', 'the', 'front', 'i', 'think', 'if', 'you', 'are', 'larger', 'chested', 'the', 'top', 'will', 'stick', 'out', 'too', 'much', 'and', 'be', 'too', 'short', 'in', 'front', 'it', 'is', 'not', 'super', 'voluminous', 'in', 'front', 'which', 'is', 'a', 'good', 'thing', 'it', 'does', 'have', 'the', 'volume', 'in', 'the', 'back', 'which', 'gives', 'it', 'a', 'cute', 'shape', 'it', 'is', 'on', 'the', 'shorter', 'side', 'very', 'nice', 'material', 'and', 'design', 'as', 'well', 'as', 'details', 'overall', 'good', 'pick.,5,1,7', 'general', 'tops', 'blouses'] ['1631,1094,34', 'gorgeous', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'it', 'fits', 'like', 'a', 'glove', 'and', 'the', 'material', 'is', 'super', 'soft', 'so', 'in', 'love', 'with', 'this', 'i', "'m", '5', '2', "'m", 'and', 'normally', 'a', 'xs/s', 'the', 'xspwas', 'a', 'better', 'fit', 'in', 'the', 'waist', 'and', 'chest', 'the', 'arm', 'holes', 'were', 'a', 'bit', 'tighter', 'on', 'me', 'the', 'sp', 'was', 'way', 'too', 'large.,5,1,18', 'general', 'petite', 'dresses', 'dresses'] ['1632,992,34', 'runs', 'small', 'beautiful', 'patterns', 'and', 'colors', 'but', 'it', 'sits', 'very', 'high', 'and', 'runs', 'small', 'i', "'m", 'normally', 'a', 'size', '4', 'and', 'got', 'the', 'small', 'zipped', 'all', 'the', 'way', 'but', 'on', 'the', 'snug', 'side', 'the', 'skirt', 'sits', 'so', 'high', 'that', 'the', 'fabric', 'coming', 'down', 'was', 'a', 'bit', 'awkward', 'such', 'a', 'shame', 'because', 'it', 'really', 'is', 'beautiful', 'and', 'looks', 'great', 'on', 'the', 'model', 'probably', 'because', 'she', "'s", 'wearing', 'a', 'belt', 'to', 'hide', 'how', 'high', 'it', 'rides', 'and', 'flares', 'out', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1633,1094,37', 'perfect', 'for', 'hourglass', 'i', 'tried', 'on', 'this', 'dress', 'in', 'the', 'store', 'and', 'absolutely', 'fell', 'in', 'love', 'i', "'m", 'a', 'bigger', 'gal', 'who', 'is', 'busty', 'and', 'have', 'wider', 'hips', 'this', 'dress', 'made', 'me', 'look', 'and', 'feel', 'slimmer', 'and', 'is', 'light', 'to', 'wear', 'the', 'dress', 'is', 'a', 'perfect', 'length', 'too', 'i', "'m", "5'11", 'and', 'this', 'dress', 'hits', 'me', 'right', 'at', 'the', 'ankles', 'if', 'your', 'looking', 'for', 'a', 'long', 'dress', 'to', 'wear', 'that', 'can', 'be', 'either', 'formal', 'or', 'casual', 'this', 'one', 'is', 'perfect', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['1634,1094,34', 'absolutely', 'beautiful', 'and', 'comfortable', 'i', 'decided', 'to', 'try', 'this', 'on', 'just', 'for', 'fun', 'because', 'the', 'colors', 'and', 'design', 'are', 'absolutely', 'gorgeous', 'here', 'are', 'my', 'thoughts'] ['_________________'] ['pros'] ['the', 'jeweled', 'neckline', 'is', 'lovely', 'it', 'really', 'helps', 'set', 'the', 'dress', 'apart'] ['pockets', 'such', 'an', 'elegant', 'dress', 'to', 'have', 'pockets', 'is', 'a', 'huge', 'plus', 'in', 'my', 'book'] ['the', 'length', 'is', 'ideal', 'for', 'taller', 'folk'] ['it', 'swings', 'beautifully', 'on', 'the', 'body', 'and', 'flares', 'out', 'quite', 'a', 'bit', 'on', 'the', 'bottom', 'if', 'you', "'re", 'tall', 'as', 'i', 'am', 'this', 'wo', "n't", 'be', 'an', 'issue'] ['nicely', 'conservative', 'at', 'the', 'top'] [] ['cons'] ['i', ',5,1,33', 'general', 'petite', 'dresses', 'dresses'] ['1635,942,38', 'pretty', 'but', 'ill', 'fitting', 'i', 'loved', 'this', 'sweater', 'when', 'i', 'saw', 'it', 'online', 'and', 'ordered', 'right', 'away', 'i', 'purchased', 'a', 's', 'and', 'the', 'fit', 'was', 'very', 'off', 'the', 'arms', 'were', 'long', 'which', 'i', 'do', "n't", 'mind', 'but', 'the', 'sweater', 'was', 'also', 'super', 'heavy', 'and', 'bulky', 'so', 'it', 'was', 'not', 'at', 'all', 'flattering', 'i', 'really', 'wanted', 'to', 'love', 'it', 'and', 'it', 'seemed', 'to', 'be', 'of', 'good', 'quality', 'but', 'it', 'i', 'had', 'to', 'return', 'it.,2,0,6', 'general', 'tops', 'sweaters'] ['1636,878,35', 'cute', 'love', 'sundry', 'great', 'quality', 'if', 'you', 'want', 'a', 'looser', 'more', 'comfy', 'fit', 'size', 'up', ',4,1,0', 'general', 'tops', 'knits'] ['1637,992,53', 'stunning', 'skirt', 'beautiful', 'colors,5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['1638,1051,34', 'too', 'big', 'on', 'top', 'this', 'just', 'would', "n't", 'lay', 'right', 'on', 'me', 'the', 'top', 'is', 'really', 'too', 'big', 'maybe', 'if', 'you', "'re", 'really', 'busty', 'this', 'is', 'great', 'but', 'not', 'for', 'me', 'i', 'know', 'the', 'top', 'is', 'supposed', 'to', 'be', 'a', 'bit', 'blousy', 'but', 'it', 'was', 'huge', 'and', 'droopy', 'and', 'unflattering', 'not', 'like', 'in', 'the', 'picture', 'the', 'arm', 'holes', 'were', 'too', 'big', 'and', 'hung', 'down', 'so', 'you', 'could', 'see', 'my', 'bra', 'which', 'i', 'really', 'hate', 'and', 'which', 'is', 'way', 'too', 'common', 'lately', 'the', 'bottom', 'half', 'fit', 'perfectly', 'so', 'sizing', 'up', 'or', 'down', 'would', 'not', 'have', 'helped', 'the', 'material', 'is', 'super', 'light', 'and', 'comfy', 'which', 'i', 'liked', 'very', 'muc', ',3,0,1', 'general', 'petite', 'bottoms', 'pants'] ['1639,833,38', 'great', 'top', 'this', 'is', 'one', 'of', 'my', 'favorite', 'tops', 'i', "'ve", 'ordered', 'flowing', 'and', 'relaxed', 'with', 'great', 'details', 'at', 'the', 'neck', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it.,5,1,0', 'general', 'tops', 'blouses'] ['1640,1051,38', 'best', 'for', 'tall', 'folks', 'this', 'jumpsuit', 'is', 'lovely', 'and', 'comfortable', 'with', 'gorgeous', 'embroidered', 'detailing', 'but', 'it', 'really', 'needs', 'to', 'come', 'in', 'petite', 'sizes', 'at', '5', '4', 'with', 'a', 'pretty', 'proportional', 'torso', 'to', 'leg', 'ratio', 'i', 'found', 'the', 'hem', 'length', 'okay', 'but', 'the', 'top', 'portion', 'way', 'too', 'long', 'for', 'the', 'waistband', 'to', 'be', 'anywhere', 'near', 'my', 'natural', 'waist', 'the', 'shoulders', 'would', 'have', 'had', 'to', 'be', 'taken', 'up', 'several', 'inches', 'and', 'the', 'armholes', 'shortened', ',3,1,5', 'general', 'petite', 'bottoms', 'pants'] ['1641,1094,35', 'perfect', 'this', 'dress', 'is', 'stunning', 'my', 'sister-in-law', 'was', 'hoping', 'to', 'use', 'it', 'as', 'a', 'bridesmaid', 'dress', 'for', 'her', 'wedding', 'and', 'i', 'ordered', 'it', 'for', 'fitting', 'purposes', 'it', 'fit', 'beautifully', 'on', 'my', "5'10", 'frame', 'unfortunately', 'she', 'decided', 'against', 'it', 'due', 'to', 'availability', 'and', 'because', 'of', 'the', 'length', 'on', 'the', 'shorter', 'bridesmaids', 'while', 'it', 'fell', 'to', 'a', 'couple', 'inches', 'above', 'my', 'ankles', 'it', 'made', 'the', 'shorter', 'girls', 'look', 'shorter', 'i', 'ended', 'up', 'returning', 'it', 'but', 'am', 'regretting', 'not', 'keeping', 'it', 'now', ',5,1,0', 'general', 'dresses', 'dresses'] ['1642,1059,52', 'classic', 'and', 'timeless', 'i', 'was', 'a', 'little', 'concerned', 'ordering', 'these', 'online', 'without', 'seeing', 'them', 'in', 'person', 'but', 'they', 'do', 'not', 'disappoint', 'the', 'fabric', 'has', 'a', 'little', 'texture', 'to', 'it', 'that', 'makes', 'them', 'look', 'and', 'feel', 'like', 'a', 'high', 'quality', 'pant', 'the', 'design', 'is', 'unique', 'and', 'provides', 'visual', 'appeal', 'and', 'i', 'still', 'feel', 'like', 'i', 'can', 'wear', 'them', 'in', 'my', 'office', 'without', 'looking', 'out', 'of', 'place', 'i', 'love', 'the', 'high', 'waist', 'on', 'these', ',5,1,2', 'general', 'bottoms', 'pants'] ['1643,867,37', ',,4,1,0', 'general', 'tops', 'knits'] ['1644,1013,45', 'great', 'work', 'skirt', 'this', 'skirt', 'is', 'a', 'nice', 'medium', 'weight', 'and', 'is', 'lined', 'my', 'normal', 'size', '4', 'fit', 'perfect', 'i', 'only', 'wish', 'it', 'was', 'available', 'in', 'petites', 'if', 'you', 'are', 'petite', 'the', 'skirt', 'is', 'ankle', 'length', 'but', 'this', 'is', 'a', 'good', 'skirt', 'to', 'wear', 'to', 'work', ',5,1,2', 'general', 'bottoms', 'skirts'] ['1645,1044,39', 'runs', 'large', 'and', 'pocket', 'detail', 'is', 'very', 'prominent', 'wanted', 'a', 'crisper', 'trouser-like', 'pant', 'this', 'is', 'not', 'it', ',3,0,0', 'general', 'bottoms', 'pants'] ['1646,835,32', 'pirate', 'sleeves', 'the', 'beadwork', 'is', 'gorgeous', 'but', 'the', 'sleeves', 'are', 'so', 'puffy', 'it', 'looks', 'as', 'though', 'you', "'re", 'wearing', 'shoulder', 'pads', 'the', 'fabric', 'of', 'the', 'shirt', 'is', "n't", 'that', 'fabulous', 'either', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['1647,1059,36', 'lovely', 'these', 'trousers', 'are', 'wonderful', 'the', 'fabric', 'is', 'comfortable', 'and', 'does', 'have', 'a', 'little', 'give', 'to', 'it.,5,1,1', 'general', 'bottoms', 'pants'] ['1648,835,39', 'why', 'did', 'i', 'order', 'this', 'i', 'really', 'wanted', 'to', 'not', 'like', 'the', 'top', 'for', 'that', 'price', 'but', 'ti', 'looks', 'really', 'good', 'the', 'beading', 'makes', 'the', 'shirt', 'stunning', 'i', 'ordered', 'the', '0p', 'not', 'sure', 'what', 'size', 'to', 'get', 'and', 'it', 'is', 'just', 'fine', 'the', 'length', 'is', 'almost', 'too', 'short', 'but', 'is', "n't", 'the', 'rest', 'of', 'the', 'shirt', 'fits', 'nicely', 'the', 'shoulder', 'are', 'wide', 'like', 'poofing', 'out', 'a', 'bit', 'perhaps', 'that', 'is', 'hwy', 'some', 'people', 'thought', 'it', 'looked', 'large', 'the', 'beading', 'work', 'is', 'beautiful', 'also', 'a', 'little', 'sheer', 'but', 'not', 'crazy', 'debating', 'whether', 'to', 'keep', 'it', 'but', 'right', 'now', 'i', 'love', 'it', 'also', 'teh', 'colla', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['1649,857,29', 'very', 'pretty', 'top', 'comfortable', 'and', 'soft', 'but', 'looks', 'nice', 'enough', 'for', 'work', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1650,867,35', ',normally', 'i', 'am', 'a', 'size', '10', 'or', '12', 'but', 'i', 'sized', 'down', 'to', 'a', 'small', 'still', 'very', 'swingy', 'and', 'beautiful', 'i', 'bought', 'the', 'pink', 'and', 'the', 'taupe', 'as', 'well', 'the', 'colors', 'are', 'beautiful', 'and', 'have', 'great', 'texture', 'to', 'hide', 'stains', ',5,1,1', 'general', 'tops', 'knits'] ['1651,1104,41', 'cute', 'comfortable', 'i', 'was', 'a', 'little', 'surprised', 'when', 'i', 'received', 'this', 'dress', 'as', 'it', 'is', 'little', 'more', 'than', 'an', 'a-line', 'tube', 'with', 'elastic', 'casing', 'at', 'the', 'top', 'and', 'a', 'cute', 'knotted', 'detail', 'at', 'the', 'bust', 'i', 'guess', 'i', 'expected', 'the', 'bust', 'to', 'be', 'lined', 'at', 'least', 'it', 'is', 'unlined', 'and', 'a', 'relatively', 'thin', 'jersey', 'knit', 'it', 'was', "n't", 'see', 'through', 'for', 'it', 'is', 'black', 'but', 'i', 'expected', 'a', 'heavier', 'fabric', 'i', 'would', 'never', 'have', 'paid', 'full', 'price', 'for', 'this', 'but', 'at', 'the', 'sale', 'price', 'it', 'is', 'very', 'cute', 'and', 'comfortable', 'it', 'is', 'also', 'flattering', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'a-line', 't', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1652,835,31', 'great', 'shirt', 'this', 'shirt', 'is', 'so', 'great', 'it', "'s", 'beautiful', 'and', 'functional', 'i', 'received', 'countless', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'it', 'again', 'worth', 'the', 'steep', 'price', 'though', 'it', 'was', 'hard', 'to', 'justify', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['1653,835,46', 'cute', 'blouse', 'very', 'pretty', 'blouse', 'it', 'does', 'run', 'quite', 'large', 'i', 'am', 'usually', 'an', 'xs-s', 'or', '0-4', 'and', 'purchased', 'the', '0.', 'i', 'could', 'probably', 'have', 'gone', 'to', 'a', '00.', 'for', 'reference', 'i', 'am', '5', '4', '118', 'lbs', '34b/c', 'it', 'says', 'that', 'it', 'is', 'dry', 'clean', 'only', 'however', 'i', 'washed', 'in', 'in', 'delicate', 'cycle', 'with', 'cold', 'water', 'and', 'threw', 'in', 'the', 'dryer', 'for', 'a', 'little', 'bit', 'it', 'came', 'out', 'perfect', 'i', 'was', 'hoping', 'to', 'shrink', 'it', 'and', 'it', 'only', 'shrunk', 'a', 'tiny', 'bit', 'i', 'was', 'hoping', 'for', 'it', 'to', 'shrink', 'more', 'but', 'it', 'is', 'fine', 'no', 'need', 'to', 'even', 'iron', 'it', 'i', 'was', 'lucky', 'enough', 'to', 'get', 'it', 'on', 'sale', 'i', 'do', "n't", 't', ',4,1,7', 'general', 'petite', 'tops', 'blouses'] ['1654,434,37', 'nice', 'idea', 'the', 'blue', 'was', 'a', 'great', 'color', 'and', 'i', 'like', 'the', 'idea', 'of', 'a', 'reversible', 'top', 'however', 'the', 'xs', 'was', 'just', 'swimming', 'on', 'me', 'this', 'looks', 'much', 'more', 'fitted', 'in', 'the', 'pictures', 'my', 'favorite', 'workout', 'top', 'is', 'from', 'this', 'brand', 'and', 'it', 'is', 'fitted', 'and', 'held', 'up', 'for', '6', 'months', 'where', 'are', 'the', 'fitted', 'tops', 'i', "'ll", 'keep', 'looking.,3,0,1', 'initmates', 'intimate', 'lounge'] ['1655,878,41', 'loved', 'it', 'but', 'big', 'this', 'runs', 'really', 'big', 'i', 'usually', 'wear', 's', 'or', 'm', 'so', 'i', 'got', 'a', 'small', 'but', 'i', 'need', 'the', 'xs', 'in', 'this', 'top', 'and', 'it', 'is', 'sold', 'out', 'i', 'do', "n't", 'have', 'a', 'store', 'close', 'by', 'about', 'an', 'hour', 'away', 'and', 'i', 'hate', 'paying', 'shipping', 'for', 'returns', 'i', 'will', 'either', 'have', 'to', 'plan', 'a', 'trip', 'to', 'the', 'store', 'or', 'try', 'to', 'exchange', 'for', 'size', 'over', 'the', 'phone', 'i', 'debated', 'keeping', 'the', 'small', 'but', 'it', 'is', 'really', 'too', 'big', 'i', 'love', 'the', 'style', 'though', ',3,1,0', 'general', 'tops', 'knits'] ['1656,1020,55', 'love', 'the', 'color', 'and', 'stretch', 'i', 'am', 'always', 'looking', 'for', 'a', 'nice', 'denim', 'skirt', 'and', 'this', 'one', 'is', 'great', 'the', 'pale', 'pink', 'is', 'perfect', 'and', 'the', 'stretch', 'is', 'awesome', 'i', 'wore', 'wedges', 'with', 'it', 'and', 'a', 'nice', 'romantic', 'top', 'and', 'it', 'looked', 'great', 'i', 'originally', 'got', 'a', '8', 'and', 'a', '10', 'and', 'kept', 'the', '8', 'because', 'of', 'the', 'stretch', 'it', 'fit', 'perfectly', 'nice', 'length', 'and', 'great', 'quality,5,1,0', 'general', 'bottoms', 'skirts'] ['1657,867,26', 'color', 'better', 'in', 'person', 'i', 'purchased', 'this', 'top', 'in', 'the', 'taupe', 'color', 'and', 'it', 'is', 'much', 'prettier', 'in', 'person', 'than', 'it', 'photographs', 'online', 'it', 'runs', 'about', 'a', 'half', 'size', 'too', 'large', 'and', 'sits', 'slightly', 'off', 'the', 'shoulders', 'fun', 'casual', 'top', 'for', 'the', 'fall', ',4,1,0', 'general', 'tops', 'knits'] ['1658,1104,51', 'cute', 'but', 'no', 'shape', 'or', 'support', 'up', 'top', 'this', 'is', 'not', 'worth', '128', 'it', 'looks', 'cute', 'on', 'but', 'there', 'is', 'no', 'support', 'in', 'the', 'bust', 'area', 'just', 'a', 'slight', 'tuck', 'in', 'the', 'fabric', '-it', 'also', 'is', 'very', 'flowy', 'which', 'is', 'great', 'and', 'it', 'is', 'comfortable', 'but', 'for', 'the', 'price', 'and', 'the', 'thinness', 'and', 'lack', 'of', 'meatiness', 'to', 'the', 'fabric', 'itself', 'i', 'can', 'not', 'recommend', 'and', 'will', 'be', 'returning', 'i', "'ll", 'look', 'for', 'something', 'else', 'i', 'have', "n't", 'bought', 'from', 'retailer', 'in', 'a', 'dogs', 'age', 'and', 'i', 'hope', 'the', 'quality', 'has', "n't", 'slipped', 'i', 'will', 'look', 'for', 'another', 'option.,3,0,11', 'general', 'petite', 'dresses', 'dresses'] ['1659,867,47', 'great', 'top', 'i', 'got', 'this', 'top', 'in', 'an', 'xs', 'and', 'the', 'fit', 'is', 'great', 'the', 'top', 'is', 'a', 'little', 'darker', 'than', 'pictured', 'it', 'looks', 'great', 'with', 'white', 'kaki', 'and', 'denim', ',5,1,0', 'general', 'tops', 'knits'] ['1660,1059,32', ',,4,1,0', 'general', 'bottoms', 'pants'] ['1661,835,49', 'shoulders', 'are', 'puffy', 'this', 'is', 'a', 'beautiful', 'beaded', 'shirt', 'the', 'quality', 'seems', 'good', 'i', 'just', 'did', "n't", 'like', 'the', 'shoulders', 'they', 'are', 'pleated', 'and', 'puffy', 'the', 'picture', 'does', "n't", 'really', 'show', 'them', 'very', 'well', 'also', 'the', 'collar', 'is', 'a', 'little', 'floppy', 'i', 'was', 'hoping', 'it', 'would', 'have', 'an', 'option', 'to', 'stand', 'up', 'but', 'that', 'is', 'not', 'the', 'case', 'the', 'beading', 'is', 'well', 'done', 'and', 'looks', 'to', 'be', 'stable', 'i', 'just', 'thought', 'it', 'ran', 'a', 'little', 'large', 'and', 'the', 'shoulders', 'looked', 'puffy', 'i', 'returned', 'it.,3,1,1', 'general', 'petite', 'tops', 'blouses'] ['1662,835,34', 'better', 'in', 'person', 'i', 'was', 'pleasantly', 'surprised', 'with', 'the', 'fit', 'of', 'this', 'top', 'at', '5', '6', 'i', "'m", 'rather', 'busty', 'short', 'waisted', 'and', 'full-figured', 'i', 'ordered', 'my', 'usual', 'size', '16', 'and', 'the', 'fit', 'is', 'a', 'flattering', "'almost", 'empire', 'silhouette', 'i', 'was', 'worried', 'about', 'the', 'back', 'being', 'too', 'long', 'for', 'my', 'body', 'shape', 'but', 'it', 'works', 'great', 'the', 'embroidery', 'and', 'construction', 'make', 'this', 'a', 'really', 'special', 'piece', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['1663,835,27', 'beautiful', 'details', 'but', 'not', 'quite', 'right', 'i', "'ve", 'been', 'adoring', 'this', 'online', 'and', 'while', 'in', 'store', 'i', 'happened', 'upon', 'this', 'blouse', 'and', 'tried', 'it', 'on', 'the', 'material', 'was', 'sturdy', 'and', 'the', 'beading', 'oh-so', 'lovely', 'but', 'on', 'my', 'frame', 'it', 'looked', 'terrible', 'i', 'normally', 'wear', 'size', 'm/10', 'in', 'retailer', 'clothes', 'as', 'another', 'reviewer', 'mentioned', 'this', 'blouse', 'has', 'rather', 'puffy', 'sleeves', 'which', 'are', "n't", 'evident', 'in', 'the', 'photo', 'of', 'the', 'model', 'as', 'well', 'i', 'also', 'did', "n't", 'love', 'the', 'collar', 'which', 'does', "n't", 'quite', 'lay', 'flat', 'if', 'i', 'were', 'to', 'buy', 'this', 'i', 'would', 'have', 'to', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'then', 'get', 'the', 'po', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['1664,1020,56', 'fits', 'like', 'a', 'glove', 'this', 'skirt', 'is', 'a', 'rare', 'find', 'slimming', 'flowing', 'and', 'best', 'of', 'all', 'it', 'finally', 'sits', 'on', 'my', 'waist', 'and', 'not', 'on', 'my', 'hips', 'while', 'hugging', 'the', 'hips', 'in', 'all', 'the', 'right', 'places', 'for', 'the', 'streamlined', 'and', 'sexy', 'look', 'the', 'fabric', 'is', 'substantial', 'yet', 'soft', 'so', 'no', 'weird', 'sticking', 'out', 'sides', 'the', 'color', 'is', 'delicious', 'very', 'pale-tea-rose', 'better', 'in', 'person', 'that', 'the', 'picture', 'here', 'and', 'is', 'fresh', 'for', 'summer', 'nice', 'length', 'for', 'office', 'easy', 'to', 'pair', 'with', 'either', 'fitting', 'or', 'loose', 'top/s', 'and', 'jackets', 'i', 'also', 'got', 'a', 'distressed', 'denim', 'pilcro', 'west', 'to', ',5,1,5', 'general', 'bottoms', 'skirts'] ['1665,835,28', 'maternity', 'top', 'extremely', 'disappointed', 'with', 'this', 'top', 'it', 'runs', 'extremely', 'large', 'i', "'m", '5', '2', '130', 'lbs', '34c', 'and', 'usually', 'wear', 'between', 'a', '0-2', 'xs-s', 'tops', 'at', 'retailer', 'i', 'ordered', 'a', '0', 'and', 'it', 'looked', 'like', 'a', 'maternity', 'top', 'on', 'me', 'the', 'bottom', 'half', 'of', 'the', 'top', 'flared', 'out', 'and', 'did', 'not', 'fit', 'close', 'to', 'the', 'body', 'at', 'all', 'fabric', 'was', 'also', 'a', 'gauze-like', 'material', 'that', 'was', 'not', 'soft', 'unfortunately', 'i', 'will', 'be', 'returning', ',1,0,4', 'general', 'petite', 'tops', 'blouses'] ['1666,835,56', 'why', 'floreat', 'so', 'perfect', 'yet', 'so', 'wrong', 'tried', 'this', 'lovely', 'with', 'high', 'waste', 'wide', 'leg', 'black', 'flowy', 'pants', 'everything', 'i', 'could', 'hope', 'for', 'and', 'more', 'but', 'not', 'quite'] [] ['size', 'blindly', 'ordered', 'size', '6.', 'i', "'m", 'usually', 'a', 'small', 'occasionally', 'xs', 'in', 'retailer', 'brands', 'like', 'floreat', 'and', 'akemi+kin', 'i', "'m", '5', '5', 'tall', '130', 'lbs', '34d', '35-29-37', 'long', 'torso', 'narrow', 'shoulders', 'and', 'short', 'arms'] [] ['fit', 'size', '6', 'had', 'just', 'enough', 'space', 'through', 'the', 'bust', 'the', 'lace', 'edged', 'sleeves', 'were', 'roomy', 'and', 'just', 'reached', 'my', 'wrists', 'the', 'shoulders', 'were', 'just', 'right', 'extra', 'fabric', 'ballooned', 'out', 'around', 't', ',3,0,25', 'general', 'petite', 'tops', 'blouses'] ['1667,867,70', 'fabulous', 'top', 'fabric', 'is', 'soft', 'body', 'runs', 'a', 'bit', 'big', 'but', 'falls', 'nicely', 'length', 'is', 'great', 'for', 'leggings', 'or', 'skinny', 'jeans', 'overall', 'wonderful', 'tee', 'shirt', ',5,1,0', 'general', 'tops', 'knits'] ['1668,1020,31', 'lovely', 'the', 'skirt', 'is', 'a', 'little', 'longer', 'than', 'i', 'expected', 'it', 'hits', 'me', 'at', 'my', 'calf', 'i', 'considered', 'having', 'it', 'shorten', 'knee', 'length', 'but', 'believe', 'that', 'may', 'takeaway', 'some', 'of', 'the', 'aesthetic', 'so', 'i', "'m", 'going', 'to', 'wear', 'it', 'as', 'it', 'the', 'quality', 'is', 'quite', 'nice', 'and', 'the', 'color', 'is', 'lovely', 'very', 'feminine', 'nice', 'skirt', 'for', 'a', 'picnic', ',5,1,6', 'general', 'bottoms', 'skirts'] ['1669,1059,58', 'cute', 'pants', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'and', 'did', "n't", 'buy', 'them', 'with', 'the', 'other', 'items', 'in', 'my', "'yes", 'pile', 'i', 'could', "n't", 'stop', 'thinking', 'about', 'them', 'and', 'ended', 'up', 'ordering', 'them', 'they', 'are', 'so', 'cute', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'they', 'have', 'little', 'stretch.,5,1,0', 'general', 'bottoms', 'pants'] ['1670,835,63', 'love', 'it', 'but', 'runs', 'large', 'i', 'was', 'glad', 'that', 'i', 'was', 'able', 'to', 'get', 'this', 'shirt', 'which', 'is', 'really', 'more', 'of', 'a', 'spring/summer', 'item', 'but', 'i', 'found', 'it', 'wide', 'in', 'the', 'body', 'and', 'the', 'shoulders', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['1671,1059,26', 'add', 'to', 'your', 'collection', 'it', "'s", 'hard', 'to', 'go', 'wrong', 'with', 'the', 'charlie', "'s", 'especially', 'in', 'this', 'fabric', 'keep', 'them', 'coming', 'i', 'wrote', 'a', 'review', 'on', 'the', 'brush', 'strokes', 'as', 'well', 'they', 'fit', 'pretty', 'true', 'to', 'size', 'i', "'d", 'say', 'try', 'both', 'your', 'usual', 'size', 'and', 'one', 'size', 'down', 'as', 'well', 'they', 'stretch', 'out', 'a', 'little', 'so', 'if', 'they', 'feel', 'a', 'little', 'tight', 'keep', 'that', 'in', 'mind', 'because', 'of', 'the', 'texture', 'of', 'these', 'pants', 'you', 'can', 'wear', 'so', 'many', 'more', 'colors', 'than', 'just', 'usual', 'black', 'and', 'white', 'trouser', 'fabric', 'try', 'wearing', 'a', 'burnt', 'orange', 'green', 'or', 'pink', 'the', 'isabella', 'sinclair', 'grid', 'wrap', 'but', ',5,1,1', 'general', 'bottoms', 'pants'] ['1672,1059,51', 'another', 'winner', 'ca', "n't", 'go', 'wrong', 'with', 'these', 'new', 'charlie', "'s", 'by', 'cartonnier', 'they', 'fit', 'amazingly', 'the', 'fabric', 'is', 'a', 'textured', 'cotton', 'but', 'does', "n't", 'seem', 'to', 'wrinkle', 'just', 'shook', 'them', 'out', 'of', 'the', 'bag', 'yesterday', 'the', 'fabric', 'description', 'says', 'cotton', 'and', 'spandex', 'so', 'they', 'have', 'some', 'give', 'just', 'a', 'little', 'but', 'are', 'not', 'going', 'to', 'stretch', 'out', 'after', 'wearing', 'for', 'an', 'hour', 'paired', 'it', 'with', 'all', 'sorts', 'of', 'different', 'tops', 'side', 'zip', 'is', 'slimming', 'lined', 'pockets', 'substantial', 'fabric', 'nothing', 'bad', 'to', 'say', 'if', 'you', 'have', "n't", 'tried', 'a', 'pair', 'of', 'charlies', 'you', 'should', 'you,5,1,5', 'general', 'bottoms', 'pants'] ['1673,867,63', 'wear', 'now', 'along', 'wear', 'later', 'with', 'a', 'sweater', 'ordered', 'the', 'pink', 'in', 'a', 'small', 'but', 'it', 'ran', 'big', 'the', 'xs', 'was', 'perfect', 'for', 'my', '5', '6', 'medium', 'frame', 'it', 'is', 'comfortable', 'and', 'the', 'fabric', 'has', 'an', 'interesting', 'texture', 'looks', 'great', 'with', 'chinos', 'or', 'jeans', 'might', 'need', 'to', 'get', 'the', 'other', 'color', ',5,1,3', 'general', 'tops', 'knits'] ['1674,835,33', 'just', 'beautiful', 'but', 'when', 'i', 'first', 'pulled', 'this', 'shirt', 'from', 'the', 'box', 'i', 'thought', 'it', 'was', 'a', 'for', 'sure', 'winner', 'the', 'beading', 'was', 'stunning', 'it', 'was', 'just', 'so', 'elegant', 'and', 'the', 'details', 'are', 'perfection', 'till', 'i', 'tried', 'it', 'on', 'and', 'had', 'some', 'reservations', 'the', 'sleeves', 'at', 'the', 'top', 'were', 'very', 'poofy', 'and', 'just', 'would', 'not', 'lay', 'in', 'a', 'flattering', 'way', 'unless', 'they', 'were', 'rolled', 'above', 'my', 'elbow', 'to', 'tighten', 'them', 'and', 'as', 'a', 'taller', 'gal', 'i', 'wish', 'it', 'were', 'a', 'tad', 'longer', 'in', 'the', 'model', 'shot', 'looks', 'a', 'bit', 'short', 'from', 'the', 'back', 'view', 'i', 'fear', 'tucking', 'it', 'would', 'loosen', 'the', 'bead', 'work', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['1675,835,36', 'this', 'is', 'a', 'really', 'great', 'top', 'it', 'looks', 'fantastic', 'on', 'while', 'it', 'is', 'a', 'bigger', 'fit', 'its', 'so', 'flattering', 'i', 'get', 'tons', 'of', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1676,835,54', 'i', 'ordered', 'this', 'shirt', 'last', 'week', 'it', "'s", 'beautiful', 'it', "'s", 'even', 'prettier', 'than', 'the', 'photo', 'i', "'m", '5.3', '120lbs', 'i', 'ordered', 'the', 'petite', '6', 'and', 'it', 'fit', 'perfectly', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', 'i', "'d", 'order', 'another', 'one', 'in', 'a', 'minute', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['1677,1020,26', 'stunning', 'just', 'was', "n't", 'quite', 'right', 'for', 'my', 'needs', 'so', 'i', 'actually', 'loved', 'this', 'skirt', 'the', 'tea', 'rose', 'color', 'and', 'coppery', 'gold', 'buttons', 'were', 'perfect', 'together', 'and', 'it', "'s", 'rare', 'to', 'find', 'something', 'that', "'s", 'simultaneously', 'so', 'form-fitting', 'and', 'comfortable', 'but', 'i', 'hold', 'a', 'lot', 'of', 'my', 'weight', 'in', 'my', 'butt', 'and', 'thighs', 'and', 'i', 'just', 'felt', 'like', 'it', 'was', 'a', 'little', 'too', 'sexy', 'for', 'work', 'especially', 'with', 'that', 'long', 'slit', 'i', 'might', 'feel', 'differently', 'if', 'it', 'did', "n't", 'have', 'that', 'slit', 'because', 'then', 'i', 'could', 'at', 'least', 'pair', 'it', 'with', 'a', 'cute', 'oversized', 'cardigan', 'to', 'tone', 'things', 'down', 'a', 'bit', 'for', 'the', 'office', 'if', ',5,1,0', 'general', 'bottoms', 'skirts'] ['1678,878,48', 'very', 'cute', 'top', 'but', 'runs', 'very', 'very', 'big', 'im5', 'ft', '5', 'in', 'tall', '120', 'lbs', 'i', 'ordered', 'the', 'xs', 'but', 'it', 'was', 'so', 'big', 'it', 'looked', 'like', 'a', 'maternity', 'top', 'sadly', 'returned', 'the', 'top', 'otherwise', 'the', 'top', 'was', 'made', 'of', 'good', 'quality', 'fabric', ',2,0,2', 'general', 'tops', 'knits'] ['1679,964,33', 'perfect', 'i', 'love', 'this', 'vest', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'it', "'s", 'stretchy', 'too', 'unfortunately', 'i', 'got', 'ranch', 'dressing', 'on', 'it', 'and', 'spot', 'treated', 'it', 'with', 'shout', 'and', 'now', 'the', 'spot', 'is', 'gone', 'but', 'the', 'color', 'faded', 'there', 'so', 'little', 'tip', 'do', "n't", 'spill', 'on', 'it', 'lol', 'my', 'fault', 'though', 'so', 'still', '5', 'stars', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['1680,178,24', 'very', 'sheer', 'and', 'not', 'as', 'form', 'fitting', 'i', 'have', 'been', 'eyeing', 'this', 'piece', 'for', 'months', 'now', 'i', 'broke', 'down', 'and', 'bought', 'it', 'when', 'they', 'finally', 'had', 'my', 'size', 'in', 'stock', 'i', 'am', '5', '4', 'and', '110', 'lbs', 'and', 'have', 'a', 'very', 'small', 'chest', 'so', 'i', 'ordered', 'an', 'xs', 'i', 'think', 'the', 'top', 'is', 'too', 'baggy', 'for', 'me', 'yes', 'the', 'top', 'and', 'bottoms', 'fit', 'overall', 'but', 'it', 'does', "n't", 'look', 'as', 'nice', 'and', 'form', 'fitting', 'like', 'it', 'does', 'on', 'the', 'model', 'it', 'is', 'very', 'sheer', 'which', 'is', 'the', 'thing', 'that', 'discourages', 'me', 'the', 'most', 'i', 'love', 'the', 'concept', 'of', 'this', 'piece', 'but', 'the', 'execution', 'could', 'use', 'some', 'work', 'which', 'i', 'am', 'willing', 'to', 'work', 'on', 's', ',3,0,0', 'initmates', 'intimate', 'intimates'] ['1681,860,26', 'beautiful', 'fabric', 'this', 'top', 'is', 'everything', 'i', 'wanted', 'it', 'to', 'be', 'the', 'fabric', 'is', 'beautiful', 'and', 'the', 'fit', 'is', 'flowy', 'and', 'comfortable', 'i', 'would', 'love', 'to', 'own', 'a', 'u-neckline', 'version', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1682,860,56', 'great', 'summer', 't', 'great', 't.', 'great', 'lightweight', 'almost', 'linen', 'like', 'fabric', 'a', 'bit', 'on', 'the', 'sheer', 'side', 'but', 'love', 'the', 'fit', 'and', 'the', 'neckline', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['1683,899,63', 'nice', 'styling', 'i', 'bought', 'this', 'for', 'my', 'mother', 'and', 'she', 'really', 'loves', 'it', 'it', 'is', 'a', 'bit', 'on', 'the', 'large', 'side', 'for', 'her', 'but', 'have', 'decided', 'to', 'keep', 'it', 'the', 'quality', 'seems', 'very', 'good', 'and', 'great', 'styling', 'for', 'a', 'washable', 'item', 'i', 'actually', 'like', 'it', 'so', 'much', 'i', 'may', 'order', 'one', 'for', 'myself', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1684,914,43', 'great', 'staple', 'with', 'unique', 'touches', 'i', 'order', 'this', 'sweater', 'in', 'black', 'size', 'small', 'and', 'i', 'just', 'love', 'it', 'i', "'m", 'a', 'slender', '5', '9', '130', 'lbs', 'and', 'the', 'small', 'is', 'perfect', 'in', 'for', 'me', 'while', 'it', 'has', 'the', 'classic', 'cardigan', 'look', 'and', 'a', 'slightly', 'oversized', 'boyfriend', 'feel', 'to', 'it', 'the', 'rounded', 'front', 'hem', 'hip', 'pockets', 'and', 'buttons', 'that', 'end', 'slightly', 'above', 'the', 'bottom', 'hem', 'where', 'the', 'rounded', 'hem', 'begins', 'are', 'unique', 'touches', 'i', 'appreciate', 'and', 'love', 'in', 'retailer', "'s", 'clothing', 'the', 'weight', 'was', 'slightly', 'heavier', 'than', 'i', 'expected', 'and', 'better', 'quality', 'but', 'it', 'is', 'perfect', 'for', 'my', 'minneapol', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['1685,860,39', 'cute', 'flattering', 'fit', 'and', 'neckline', 'too', 'thin', 'to', 'wear', 'without', 'a', 'cami', 'or', 'tank', 'underneath', 'for', 'me', 'but', 'i', 'was', 'expecting', 'that', 'great', 'go-to', 'tee', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['1686,225,32', 'quality', 'and', 'whimsy', 'i', "'ve", 'been', 'looking', 'at', 'these', 'for', 'some', 'time', 'and', 'i', 'finally', 'pulled', 'the', 'trigger', 'i', "'m", 'glad', 'i', 'did', 'because', 'these', 'tights', 'are', 'such', 'a', 'fun', 'accessory', 'to', 'add', 'to', 'my', 'wardrobe', 'they', 'add', 'just', 'enough', 'whimsy', 'to', 'classic', 'dresses', 'and', 'skirts', 'these', 'are', 'not', 'your', 'everyday', 'thin', 'stretchy', 'tights', 'they', 'remind', 'me', 'of', 'the', 'tights', 'i', 'would', 'wear', 'in', 'the', 'winter', 'as', 'a', 'little', 'girl', 'they', 'are', 'really', 'sweater', 'tights', 'i', 'think', 'this', 'aspect', 'is', 'great', 'but', 'they', 'do', 'not', 'have', 'as', 'much', 'give', 'as', 'other', 'tights', 'i', 'am', 'petite', 'about', '5', '3', '112', 'lbs', 'and', 'the', 'small', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['1687,841,28', 'this', 'top', 'runs', 'very', 'large', 'i', 'expected', 'the', 'waist', 'to', 'be', 'cinched', 'like', 'it', 'appears', 'on', 'the', 'model', 'but', 'it', 'is', "n't", 'i', 'ordered', 'the', 'xs', 'and', 'i', "'m", 'swimming', 'in', 'it', 'i', "'m", '5', '4', 'and', '120', 'lb', 'would', 'suggest', 'ordering', 'a', 'few', 'sizes', 'down', 'to', 'avoid', 'looking', 'like', 'you', "'re", 'wrapped', 'in', 'grandma', "'s", 'table', 'runner', ',3,0,4', 'general', 'tops', 'blouses'] ['1688,862,37', 'flattering', 'and', 'comfortable', 'i', 'love', 'this', 'top', 'i', 'am', 'always', 'looking', 'for', 'tops', 'that', 'are', 'comfortable', 'and', 'work', 'as', 'basics', 'the', 'material', 'is', 'super', 'soft', 'and', 'not', 'too', 'clingy', 'it', 'feels', 'like', 'pajamas', 'but', 'looks', 'very', 'polished', 'i', 'am', 'a', 'little', 'wide', 'in', 'the', 'stomach', 'and', 'bust', 'but', 'this', 'did', "n't", 'look', 'boxy', 'i', 'got', 'these', 'in', 'all', '3', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['1689,970,42', 'audrey', 'hepburn', 'this', 'was', 'what', 'i', 'was', 'looking', 'for', 'the', 'little', 'stripes', 'black', 'and', 'white', 'color', 'the', 'shape', 'of', 'the', 'jacket', 'and', 'skirt', 'together', 'well', 'perfect', 'kind', 'of', 'i', 'purchased', 'this', 'entire', 'ensemble', 'the', 'skirt', 'was', 'going', 'to', 'be', 'shortened', 'because', 'well', 'i', "'m", 'short', 'no', 'problem', 'this', 'is', 'a', 'common', 'occurrence', 'for', 'me', 'but', 'the', 'jacket', 'would', 'not', 'work', 'for', 'me', 'the', 'sleeves', 'were', 'way', 'too', 'tight', 'for', 'my', 'muscular', 'arms', 'there', 'was', 'no', 'way', 'the', 'adorable', 'shirt', 'would', 'fit', 'in', 'there', 'the', 'shirt', 'is', 'adorable', 'by', 'the', 'way', 'all', 'of', 'these', 'pieces', 'are', 'made', 'ver', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['1690,862,33', 'beautiful', 'but', 'has', 'flaws', 'this', 'top', 'is', 'just', 'as', 'beautiful', 'in', 'person', 'as', 'online', 'however', 'it', 'has', 'two', 'issues', 'for', 'me', '1.', 'it', 'is', 'too', 'short', 'this', 'might', 'work', 'if', 'you', 'have', 'a', 'short', 'torso', 'but', 'it', 'would', 'forever', 'show', 'my', 'stomach', '2.', 'the', 'fabric', 'has', 'way', 'too', 'much', 'static', 'cling', 'no', 'matter', 'what', 'i', 'tried', 'it', 'just', 'clung', 'to', 'my', 'stomach', 'and', 'flared', 'out', 'at', 'the', 'sides', 'not', 'attractive', 'in', 'short', 'if', 'you', 'have', 'a', 'short', 'torso', 'and', 'do', "n't", 'mind', 'battling', 'the', 'static', 'this', 'truly', 'is', 'a', 'beautiful', 'top', ',3,1,1', 'general', 'tops', 'knits'] ['1691,225,45', 'add', 'a', 'little', 'fun', 'these', 'tights', 'are', 'so', 'cute', 'and', 'can', 'add', 'some', 'fun', 'to', 'any', 'outfit', 'i', 'paired', 'with', 'a', 'mustard', 'mini', 'denim', 'shirt', 'and', 'desert', 'boots', 'they', 'do', 'run', 'small', 'i', 'am', 'a', 'size', '4', 'and', 'had', 'to', 'get', 'the', 'm/l', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['1692,899,63', 'great', 'autumn', 'sweater', 'i', 'love', 'retailer', 'sweaters', 'in', 'fact', 'i', 'believe', 'all', 'my', 'sweaters', 'are', 'from', 'retailer', 'this', 'cardigan', 'is', 'really', 'nice', 'and', 'i', "'m", 'so', 'glad', 'i', 'bought', 'it', 'it', 'will', 'work', 'well', 'with', 'skirts', 'dresses', 'pants', 'it', "'s", 'well', 'made', 'and', 'soft', 'and', 'comfy', 'highly', 'recommended', ',5,1,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1693,862,38', 'i', 'really', 'wanted', 'to', 'love', 'this', 'shirt', 'the', 'fit', 'was', 'great', 'and', 'the', 'fabric', 'just', 'felt', 'beautiful', 'luxurious', 'soft', 'and', 'flowing', 'but', 'the', 'collar', 'was', 'frayed', 'in', 'addition', 'the', 'little', 'keyhole', 'area', 'fabric', 'also', 'had', 'to', 'be', 'carefully', 'handled', 'to', 'make', 'it', 'look', 'smooth', 'and', 'not', 'like', 'bad', 'workmanship', 'i', 'put', 'it', 'aside', 'to', 'return', 'it', 'then', 'this', 'morning', 'went', 'to', 'have', 'another', 'look', 'at', 'it', 'wanting', 'to', 'talk', 'myself', 'back', 'into', 'it', 'but', 'i', 'ca', "n't", 'overlook', 'the', 'fact', 'i', "'d", 'be', 'ordering', 'a', 'new', 'shirt', 'that', 'would', 'look', 'time-worn', 'it', 'may', 'be', 'only', 'this', ',2,0,1', 'general', 'tops', 'knits'] ['1694,899,45', 'wish', 'it', 'looked', 'as', 'cute', 'in', 'person', 'this', 'cardi', 'is', 'cuter', 'in', 'the', 'stock', 'photos', 'in', 'person', 'the', 'colors', 'are', 'a', 'bit', 'more', 'drab', 'stock', 'photos', 'also', 'do', "n't", 'show', 'quite', 'how', 'much', 'of', 'a', 'swing', 'shape', 'this', 'has', 'it', 'is', 'very', 'soft', 'though', 'returned', 'it', ',2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1695,862,40', ',the', 'material', 'is', 'cheap', 'and', 'looks', 'torn', 'not', 'as', 'nice', 'as', 'the', 'picture.,1,0,0', 'general', 'tops', 'knits'] ['1696,899,52', 'relaxed', 'flowing', 'fit', 'order', 'a', 'size', 'down', 'i', 'ordered', 'a', 'small', 'from', 'catalog', 'and', 'returned', 'it', 'to', 'the', 'store', 'for', 'an', 'xs'] ['run', 'large', 'in', 'the', 'chest', 'and', 'down', 'the', 'fit', 'is', 'more', 'flowing', 'than', 'form', 'fitting', 'nice', 'material', 'not', 'itchy', 'at', 'all', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1697,862,53', 'great', 'top', 'this', 'is', 'a', 'really', 'nice', 'top', 'especially', 'for', 'the', 'price', 'i', 'am', '5', '6', '34dd', '140', 'lbs', 'and', 'normally', 'wear', 'a', 'medium', 'in', 'dolan', 'tops', 'in', 'this', 'top', 'i', 'purchased', 'size', 'small', 'since', 'the', 'gathered', 'front', 'provides', 'ample', 'room', 'for', 'my', 'bust', 'some', 'reviewers', 'have', 'found', 'this', 'top', 'to', 'be', 'on', 'the', 'boxy', 'side', 'i', 'can', 'see', 'that', 'if', 'you', 'do', "n't", 'size', 'down', 'as', 'i', 'did', 'i', 'found', 'the', 'medium', 'to', 'have', 'too', 'much', 'fabric', 'and', 'look', 'very', 'baggy', 'whereas', 'the', 'small', 'was', 'perfect', 'i', 'do', 'wish', 'this', 'top', 'was', 'a', 'tad', 'bit', 'longer', 'and', 'less', 'sheer', 'though', 'white', 'tops', 'should', 'be', ',4,1,4', 'general', 'tops', 'knits'] ['1698,899,47', 'cardigan', 'love', 'this', 'cardigan', 'runs', 'slightly', 'large', 'as', 'it', 'is', 'boxy', 'which', 'i', 'love', 'the', 'color', 'is', 'exactly', 'as', 'pictured', 'and', 'it', 'is', 'soooo', 'soft', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'a', 't-shirt', 'and', 'jeans', ',5,1,6', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1699,862,43', 'soft', 'and', 'relaxed', 'fit', 'i', 'bought', 'this', 'shirt', 'in', 'the', 'rust', 'color', 'along', 'with', 'the', 'blue/black', 'sweater', 'skirt', 'after', 'seeing', 'it', 'on', 'display', 'in', 'the', 'store', 'not', 'sure', 'i', 'would', 'have', 'ever', 'put', 'those', '2', 'together', 'but', 'i', 'love', 'the', 'outfit', 'i', "'m", 'not', 'much', 'of', 'a', 'shirt-tucker', 'either', 'but', 'this', 'shirt', 'works', 'either', 'way', 'tucked', 'in', 'a', 'skirt', 'or', 'more', 'casual', 'with', 'jeans', 'my', 'only', 'criticism', 'is', 'the', 'static', 'cling', 'in', 'the', 'front', 'as', 'mentioned', 'by', 'another', 'reviewer', 'i', 'had', 'thought', 'of', 'getting', 'it', 'in', 'white', 'but', 'if', 'it', "'s", 'shear', 'then', 'maybe', 'not', 'have', "n't", 'been', 'wearing', 'a', 'tank', 'under', ',4,1,1', 'general', 'tops', 'knits'] ['1700,860,37', 'pretty', 'and', 'nicely', 'cut', 'the', 'bright', 'poppy', 'red', 'is', 'gorgeous', 'and', 'the', 'cut', 'flattering', 'and', 'interesting', 'i', "'m", 'usually', 'between', 'a', 'm', 'and', 'l', 'in', 'tops', 'but', 'went', 'with', 'a', 's', 'in', 'this', 'one', 'because', 'it', 'looked', 'too', 'sloppy', 'in', 'my', 'usual', 'size', 'i', "'m", 'a', '32-34', 'd', 'with', 'arms', 'that', 'are', "n't", 'tiny', 'and', 'it', "'s", 'a', 'bit', 'tight', 'across', 'the', 'shoulders', 'when', 'i', 'reach', 'forward', 'but', 'not', 'enough', 'to', 'be', 'a', 'problem', 'in', 'the', 'smaller', 'size', 'it', 'skims', 'my', 'hips', 'nicely', 'but', 'is', "n't", 'as', 'long', 'as', 'pictured', 'on', 'the', 'model', 'i', 'would', 'suggest', 'pear-shaped', 'girls', 'size', 'down', 'if', 'in-between', 'it', 'is', 'sheer', 'but', 'not', 'so', 'much', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['1701,225,38', 'i', 'wanted', 'to', 'love', 'them', 'adorable', 'foxes', 'i', 'was', 'smitten', 'in', 'the', 'store', 'but', 'the', 'fix', 'is', 'bizarre', 'and', 'the', 'foxes', 'do', "n't", 'come', 'up', 'very', 'high', 'so', 'you', "'re", 'limited', 'in', 'the', 'length', 'you', 'can', 'wear', 'i', 'bought', 'the', 'm/l', 'based', 'on', 'salesperson', 'advice', 'and', 'i', 'ca', "n't", 'imagine', 'trying', 'anything', 'smaller', 'i', 'usually', 'wear', 'a', 'size', 's', 'or', '4', 'bottom', 'these', 'were', 'super', 'snug', 'back', 'to', 'the', 'store', 'they', 'went', ',2,0,0', 'initmates', 'intimate', 'legwear'] ['1702,860,33', 'flattering', 'and', 'easy', 'i', 'tried', 'this', 'top', 'because', 'i', 'loved', 'the', 'not', 'so', 'simple', 'simpleness', 'of', 'it', 'however', 'it', 'was', 'a', 'miss', 'for', 'me', 'loved', 'the', 'fit', 'and', 'style', 'which', 'i', "'d", 'say', 'is', 'pretty', 'true', 'to', 'size', 'i', 'just', 'did', "n't", 'love', 'the', 'color', 'on', 'me', 'i', 'went', 'for', 'the', 'orange', 'one', 'and', 'the', 'color', 'was', 'a', 'bit', 'too', 'bright', 'for', 'my', 'liking', 'cute', 'top', 'though', 'for', 'reference', 'i', "'m", 'a', 'usually', 'small', 'i', "'m", '5', '4', 'and', 'a', 'small', 'fit', 'perfectly', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['1703,860,42', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['1704,860,48', 'not', 'a', 'white', 'tee', 'ordered', 'the', 'white', 'tee', 'but', 'when', 'it', 'arrived', 'today', 'i', 'was', 'surprised', 'by', 'how', 'cream', 'it', 'looked.the', 'cut', 'is', 'nice', 'and', 'as', 'other', 'reviewers', 'mentioned', 'it', 'is', 'on', 'the', 'sheer', 'side', 'still', 'on', 'the', 'fence', 'of', 'whether', 'or', 'not', 'i', "'ll", 'keep', 'it', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['1705,862,58', 'generously', 'sized', 'i', 'am', 'short', 'on', 'the', 'heavy', 'side', '5', '1', '156', 'lbs', 'i', 'always', 'wear', 'large', 'petite', 'this', 'beautiful', 'blouse', 'swallows', 'me', 'lots', 'of', 'fabric', 'on', 'the', 'front', 'side', 'of', 'the', 'shirt', 'causing', 'a', 'boxy', 'look', 'i', 'could', 'totally', 'do', 'a', 'mp', 'if', 'not', 'sp', 'i', 'am', 'going', 'to', 'try', 'and', 'exchange'] ['beautiful', 'blouse', 'great', 'quality', 'breathable', 'fabric', 'colors', 'are', 'deep', 'and', 'rich', 'so', 'comfy', 'highly', 'recommend', ',5,1,2', 'general', 'tops', 'knits'] ['1706,860,29', 'nice', 'structure', 'good', 'structure', 'and', 'quality', 'a', 'bit', 'large', 'and', 'wish', 'i', 'had', 'ordered', 'something', 'a', 'bit', 'brighter', 'i', 'ordered', 'the', 'white', 'tee', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['1707,862,36', 'adore', 'the', 'rust', 'color', 'in', 'this', 'top', 'very', 'pretty', 'rust', 'color', 'would', 'go', 'with', 'a', 'lot', 'of', 'stuff', 'my', 'only', 'small', 'pet', 'peeve', 'with', 'the', 'shirt', 'is', 'the', 'opening', 'under', 'the', 'hook', 'and', 'eye', 'i', 'have', 'been', 'wearing', 'a', 'seamless', 'tank', 'underneath', 'but', 'everything', 'else', 'about', 'the', 'blouse', 'fits', 'so', 'perfect', 'drapes', 'nicely', 'that', 'i', 'think', 'the', 'opening', 'is', 'a', 'minor', 'thing', 'that', 'a', 'tank', 'top', 'can', 'fix', 'beautiful', 'on', 'felt', 'that', 'it', 'fit', 'tts', 'i', "'m", 'usually', 'a', '34b', 'got', 'an', 'xs', 'in', 'this', 'top', ',5,1,3', 'general', 'tops', 'knits'] ['1708,899,28', 'darker', 'in', 'person', 'this', 'sweater', 'is', 'thicker', 'and', 'darker', 'than', 'it', 'appears', 'online', 'i', 'thought', 'it', 'would', 'be', 'more', 'of', 'a', 'blush', 'color', 'but', 'it', "'s", 'more', 'dark', 'gray', 'and', 'brown', 'it', 'was', "n't", 'that', 'flattering', 'on', 'me', 'as', 'a', 'cardigan', 'looked', 'a', 'little', 'cuter', 'all', 'buttoned', 'up', 'but', 'ultimately', 'i', 'am', 'not', 'keeping', 'because', 'of', 'the', 'color', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1709,899,53', 'capsule', 'wardrobe', 'staple', 'i', 'like', 'to', 'have', 'a', 'capsule', 'wardrobe', 'for', 'all', 'seasons', 'so', 'that', 'when', 'i', 'travel', 'or', 'just', 'for', 'everyday', 'i', 'have', 'a', 'multitude', 'of', 'options', 'with', 'a', 'few', 'good', 'quality', 'pieces', 'i', 'am', 'not', 'a', 'fan', 'of', "'dry", 'clean', 'only', 'items', 'so', 'anything', 'that', 'i', 'can', 'find', 'that', 'i', 'can', 'at', 'least', 'hand', 'wash', 'with', 'good', 'results', 'and', 'is', 'within', 'my', 'color', 'palette', 'and', 'sense', 'of', 'style', 'is', 'always', 'a', 'great', 'find', 'this', 'light', 'weight', 'cardi', 'can', 'work', 'for', 'multiple', 'seasons', 'easily', 'it', 'is', 'a', 'tad', 'boxy', 'but', 'it', 'actually', 'works', 'for', 'me', '5', '4', '34c', '125', 'lbs', 'i', 'can', 'wear', 'it', 'with', 'a', 'c', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1710,398,30', 'relaxed', 'fit', 'this', 'sweater', 'is', 'far', 'more', 'slouchy', 'and', 'relaxed', 'in', 'fit', 'than', 'in', 'it', 'seems', 'in', 'the', 'photograph', 'definitely', 'size', 'down', 'honestly', 'i', 'kinda', 'love', 'it', 'anyways', 'the', 'inside', 'is', 'so', 'very', 'soft', 'and', 'it', "'s", 'perfect', 'for', 'a', 'sleek', 'errand-running', 'or', 'hiking', 'kind', 'of', 'day', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['1711,970,37', 'soft', 'and', 'flattering', 'this', 'is', 'a', 'cute', 'work', 'jacket', 'as', 'well', 'as', 'paired', 'with', 'jeans', 'flattering', 'very', 'soft', 'only', 'con', 'is', 'this', 'is', 'thick', 'with', 'a', 'soft', 'cotton', 'lining', 'so', 'not', 'great', 'for', 'summer', 'in', 'az', 'but', 'will', 'get', 'plenty', 'of', 'use', 'this', 'fall', 'typically', '6-8', 'on', 'the', 'top', 'i', 'went', 'with', 'medium', 'not', 'tight', 'in', 'the', 'arms', 'as', 'other', 'reviewer', 'noted', ',5,1,1', 'general', 'jackets', 'jackets'] ['1712,860,53', 'great', 'all', 'around', 'top', 'i', 'have', 'this', 'top', 'in', 'orange', 'and', 'white', 'it', 'is', 'a', 'great', 'top', 'to', 'throw', 'on', 'with', 'jeans', 'do', "n't", 'put', 'it', 'in', 'the', 'dryer', 'will', 'shrink', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['1713,964,71', 'the', 'best', 'layering', 'piece', 'this', 'vest', 'is', 'perfect', 'it', 'is', 'a', 'great', 'layering', 'piece', 'to', 'be', 'worn', 'with', 'jeans', 'slacks', 'or', 'a', 'skirt', 'it', 'has', 'a', 'substantial', 'weight', 'without', 'being', 'restrictive', 'i', 'made', 'the', 'purchase', 'based', 'on', 'the', 'other', 'positive', 'reviews', 'and', 'it', 'was', 'love', 'at', 'first', 'sight', ',5,1,6', 'general', 'petite', 'jackets', 'jackets'] ['1714,862,59', 'cute', 'shirt', 'the', 'material', 'is', 'more', 'like', 'a', 'great', 'tee', 'for', 'the', 'sleeves', 'and', 'the', 'back', 'so', 'it', 'is', 'so', 'comfortable', 'i', 'agree', 'with', 'the', 'previous', 'review', 'i', 'am', 'not', 'thrilled', 'about', 'the', 'hook', 'and', 'eye', 'but', 'it', 'still', 'looks', 'cute', 'with', 'a', 'tank', 'under', 'it', 'i', 'bought', 'it', 'in', 'black', 'and', 'i', 'am', 'ordering', 'it', 'as', 'well', 'in', 'white', 'it', 'looks', 'great', 'with', 'skinny', 'jeans', 'or', 'pants', ',5,1,0', 'general', 'tops', 'knits'] ['1715,225,41', ',such', 'cute', 'tights', 'i', 'saw', 'them', 'and', 'had', 'to', 'have', 'them', 'they', 'are', 'a', 'thick', 'knit', 'very', 'good', 'quality', 'the', 'color', 'is', 'a', 'dark', 'navy', 'and', 'the', 'little', 'foxes', 'and', 'a', 'nice', 'pop', 'of', 'color', 'i', 'get', 'lots', 'of', 'compliments', 'on', 'them.,5,1,1', 'initmates', 'intimate', 'legwear'] ['1716,899,54', 'cute', 'sweater', 'runs', 'large', 'this', 'is', 'a', 'very', 'cute', 'casual', 'sweater', 'i', 'originally', 'ordered', 'a', 'size', 'medium', 'but', 'i', 'had', 'to', 'send', 'it', 'back', 'because', 'it', 'was', 'way', 'too', 'large', 'all', 'over', 'i', 'recently', 'received', 'the', 'size', 'small', 'and', 'i', "'m", 'going', 'to', 'keep', 'it', 'it', 'is', 'still', 'a', 'roomy', 'fit', 'but', 'the', 'overall', 'design', 'of', 'the', 'sweater', 'is', 'a', 'relaxed', 'fit', 'the', 'color', 'combination', 'and', 'texture', 'of', 'this', 'sweater', 'is', 'lovely', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1717,860,39', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['1718,964,36', 'the', 'alternative', 'to', 'the', 'green', 'cargo', 'jacket', 'i', 'love', 'layering', 'this', 'over', 'basic', 'tees', 'or', 'graphic', 'ones', 'like', 'the', 'wild', 'west', 'tee', 'it', 'adds', 'just', 'the', 'right', 'amount', 'of', 'edge', 'currently', 'building', 'my', 'pin', 'collection', 'to', 'add', 'on', 'vintage', 'turquoise', 'and', 'rock', 'music', 'to', 'be', 'exact', '.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['1719,899,53', 'classic', 'and', 'trendy', 'classic', 'and', 'stylish', 'trendy', 'with', 'the', 'blocking', 'rich', 'colors', 'soft', 'and', 'comfy', 'i', 'typically', 'wear', 's', 'and', 's', 'was', 'perfect', 'i', 'love', 'this', 'sweater', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1720,862,37', ',,5,1,0', 'general', 'tops', 'knits'] ['1721,225,38', 'need', 'petite', 'sizing', 'these', 'tights', 'are', 'so', 'cute', 'but', 'the', 'sizing', 'leaves', 'much', 'to', 'be', 'desired', 'i', 'guess', 'they', 'are', 'true', 'to', 'size', 'since', 'they', 'are', 'labeled', 's/m'] [] ['i', "'m", '5', '0', 'with', 'shorter', 'legs', 'than', 'torso', 'and', 'i', 'suppose', 'i', "'m", 'lucky', 'that', 'i', 'have', 'muscular', 'read', 'large', 'quads/thighs', 'to', 'suck', 'up', 'some', 'of', 'the', 'fabric', 'otherwise', 'these', 'might', 'have', 'just', 'bunched', 'up', 'at', 'my', 'ankles'] [] ['the', 'other', 'thing', 'i', 'do', "n't", 'love', 'about', 'them', 'is', 'the', 'feel', 'of', 'the', 'fabric', 'it', "'s", 'more', 'sweater-like', 'and', 'not', 'a', 'soft', 'sweater', 'than', 'stretchy', 'maybe', 'that', 'was', 'the', 'intent', 'but', 'i', 'find', 'tigh', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['1722,895,30', 'nice', 'fabric', 'great', 'color', 'would', 'be', 'lovely', 'on', 'someone', 'with', 'a', 'straight-and-narrow', 'body', 'type', 'for', 'ladies', 'with', 'curves', 'take', 'a', 'pass', 'too', 'much', 'like', 'maternity', 'wear', 'and', 'not', 'in', 'that', 'elegantly', 'slouchy', 'kind', 'of', 'way', 'the', 'straight-up', 'is', 'she', 'or', 'is', "n't", 'she', 'kind', 'of', 'way', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['1723,431,19', 'really', 'cute', 'this', 'bra', 'is', 'just', 'as', 'cute', 'in', 'person', 'as', 'it', 'is', 'in', 'the', 'pic', 'i', 'can', 'tell', 'it', "'s", 'pretty', 'well', 'made', 'and', 'i', 'love', 'that', 'it', 'has', 'a', 'lot', 'of', 'little', 'details', 'like', 'on', 'the', 'straps', 'and', 'the', 'cute', 'front-closure', 'and', 'lacy', 'racerback', 'it', 'also', 'fits', 'pretty', 'true', 'to', 'size', 'which', 'is', 'a', 'must', 'for', 'me', 'because', 'i', 'often', 'get', 'bras', 'that', 'leave', 'my', 'boobs', 'spilling', 'out', 'however', 'this', 'bra', 'is', "n't", 'the', 'comfiest', 'even', 'though', 'it', 'looks', 'like', 'it', 'would', 'be', 'pretty', 'comfy', 'in', 'the', 'picture.the', 'style', 'does', "n't", 'look', 'too', 'stiff', 'or', 'anything', 'and', 'the', 'size', 'i', 'got', 'is', "n't", 'too', 'tight', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['1724,862,35', 'love', 'this', 'top', 'i', 'love', 'this', 'top', 'i', 'just', 'had', 'a', 'baby', 'and', 'it', 'is', 'difficult', 'to', 'balance', 'classy', 'with', 'comfortable', 'with', 'out', 'looking', 'sloppy', 'this', 'top', 'is', 'perfect', 'it', 'may', 'run', 'a', 'tiny', 'bit', 'big', 'but', 'for', 'the', 'most', 'part', 'it', 'is', 'true', 'to', 'size', 'great', 'for', 'busty', 'girls', '36dd', '.,5,1,0', 'general', 'tops', 'knits'] ['1725,831,48', 'bright', 'and', 'airy', 'the', 'color', 'of', 'this', 'top', 'is', 'a', 'bit', 'more', 'vibrant', 'than', 'online', 'material', 'is', 'light', 'but', 'i', 'can', 'wear', 'a', 'beige', 'bra', 'underneath', 'and', 'not', 'need', 'a', 'cami', 'fit', 'was', 'true', 'to', 'size', 'for', 'me', 'and', 'detail', 'at', 'the', 'neckline', 'is', 'flattering', 'a', 'keeper', 'for', 'me', ',5,1,3', 'general', 'tops', 'blouses'] ['1726,899,65', 'cute', 'little', 'cardi', 'i', 'had', 'to', 'have', 'this', 'when', 'i', 'saw', 'it', 'in', 'a', 'store', 'i', 'was', 'drawn', 'to', 'the', 'shape', 'and', 'the', 'neutral', 'colors', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'with', 'a', 'black', 'tank', 'on', 'me', 'it', 'looks', 'best', 'unbuttoned', 'it', 'looks', 'good', 'with', 'pants', 'the', 'small', 'fit', 'best', 'although', 'the', 'arms', 'are', 'a', 'little', 'tight', 'at', 'the', 'upper', 'arms', 'i', 'have', 'muscles', 'so', 'i', 'do', "n't", 'think', 'i', 'could', 'wear', 'it', 'with', 'any', 'top', 'with', 'sleeves.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1727,860,45', 'color', 'the', 'color', 'is', 'as', 'pictured', 'like', 'a', 'deep', 'coral', 'very', 'comfy', 'and', 'great', 'drape', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['1728,225,58', 'so', 'fun', 'these', 'fox', 'tights', 'are', 'so', 'very', 'cute', 'and', 'fun', 'how', 'can', 'you', 'not', 'smile', 'when', 'wearing', 'these', 'tights', 'designed', 'with', 'the', 'cutest', 'foxes', 'all', 'over', 'they', 'are', 'warm', 'too', 'these', 'go', 'great', 'under', 'dresses', 'or', 'tunics', 'and', 'i', 'always', 'get', 'compliments', 'when', 'wearing', 'them', 'they', 'are', 'a', 'real', 'attention', 'getter', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['1729,964,66', 'nice', 'vest', 'i', 'really', 'like', 'this', 'vest', 'personally', 'i', 'think', 'it', 'is', 'difficult', 'to', 'find', 'vests', 'that', 'fit', 'properly', 'this', 'is', 'a', 'good', 'one', 'fabric', 'and', 'color', 'good', 'the', 'photo', 'is', 'very', 'representative', 'of', 'the', 'color', 'no', 'surprises', 'there', 'arm', 'holes', 'are', 'not', 'too', 'big', 'which', 'is', 'often', 'a', 'problem', 'the', 'detail', 'on', 'the', 'back', 'gives', 'it', 'some', 'added', 'interest', 'the', 'only', 'thing', 'i', 'would', 'mention', 'that', 'could', 'be', 'a', 'negative', 'is', 'that', 'it', 'is', 'short', 'especially', 'in', 'the', 'back', 'again', 'the', 'picture', 'is', 'representative', 'but', 'do', 'pay', 'attention', 'to', 'the', 'length', 'and', 'be', 'certain', 'that', ',5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['1730,862,64', 'much', 'cuter', 'in', 'person', 'i', 'did', "n't", 'pay', 'much', 'attn', 'to', 'this', 'online', 'i', "'m", 'not', 'much', 'on', 'front', 'hook', 'tie', 'closures', 'well', 'saw', 'today', 'at', 'the', 'local', 'store', 'decided', 'to', 'try', 'on', 'both', 'the', 's', 'm.', 'i', 'am', 'usually', 'a', 's', 'in', 'tops', 'but', 'the', 'm', 'was', 'only', 'a', 'bit', 'more', 'roomy', 'longer', 'than', 'the', 's', 'so', 'i', 'went', 'with', 'the', 'size', 'm.', 'i', 'thought', 'the', 'styling', 'of', 'it', 'paired', 'well', 'w/', 'the', 'pilcro', 'cord', 'skinnys', 'i', 'had', 'on', 'looked', 'much', 'better', 'than', 'the', 'pics', 'online', 'i', 'have', 'other', 'pilcro', 'skinny', 'cords', 'jeans', 'in', 'vs', 'colors', 'so', 'i', 'think', 'this', 'top', 'will', 'work', 'out', 'well', 'for', 'me', 'love', 'the', '3/4', 'sleev', ',5,1,2', 'general', 'tops', 'knits'] ['1731,862,59', 'good', 'everyday', 'shirt', 'i', "'m", 'glad', 'this', 'was', 'on', 'sale', 'because', 'i', 'would', 'not', 'have', 'purchased', 'it', 'at', 'full', 'price', 'due', 'to', 'the', 'strange', 'fit', 'in', 'the', 'sleeve', 'the', 'shirt', 'has', 'a', 'slight', 'raglan', 'sleeve', 'but', 'the', 'sleeves', 'do', 'not', 'fit', 'loosely', 'they', 'kind', 'of', 'twist', 'under', 'the', 'armpit', 'area', 'i', 'do', 'not', 'have', 'large', 'arms', 'so', 'i', 'am', 'ok', 'with', 'straightening', 'out', 'the', 'knit', 'sleeves', 'but', 'they', 'do', 'not', 'fit', 'right', 'i', 'also', 'was', 'surprised', 'at', 'the', 'unfinished', 'edge', 'along', 'the', 'neckline', 'it', 'is', 'messy', 'and', 'tacky', 'looking', 'but', 'i', 'think', 'that', 'is', 'how', 'it', 'was', 'meant', 'to', 'be', 'my', 'recommendation', 'to', 'buy', ',3,1,0', 'general', 'tops', 'knits'] ['1732,841,35', 'does', 'not', 'fit', 'as', 'expected', 'note', 'to', 'photographers', 'please', 'do', "n't", 'cinch', 'the', 'wait', 'of', 'a', 'blouse', 'to', 'make', 'something', 'look', 'tailored', 'when', 'it', 'is', "n't", 'this', 'could', 'have', 'been', 'a', 'real', 'win', 'if', 'it', 'had', 'been', 'more', 'simply', 'executed', 'i', "'m", 'petite', 'way', 'too', 'much', 'fabric', 'returned', ',2,0,3', 'general', 'tops', 'blouses'] ['1733,899,28', 'soft', 'and', 'cute', 'fell', 'in', 'love', 'with', 'this', 'a', 'soon', 'as', 'i', 'saw', 'it', 'in', 'store', 'it', 'is', 'soft', 'and', 'can', 'eaisly', 'be', 'dressed', 'up', 'or', 'down', 'wore', 'it', 'to', 'work', 'already', 'and', 'got', 'so', 'many', 'compliments'] ['unfortunately', 'when', 'i', 'saw', 'it', 'in', 'store', 'they', 'did', "n't", 'have', 'it', 'in', 'stock', 'the', 'very', 'helpful', 'gentlemen', 'at', 'the', 'irvine', 'ca', 'location', 'checked', 'online', 'but', 'it', 'was', 'sold', 'out', 'in', 'my', 'size', 'so', 'he', 'checked', 'the', 'stores', 'that', 'carried', 'it', 'i', 'called', 'one', 'and', 'the', 'mailed', 'it', 'to', 'me', 'customer', 'service', 'in', 'store', 'is', 'great', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['1734,841,38', 'great', 'top', 'lovely', 'embroidery', 'with', 'a', 'classic', 'look', 'great', 'addition', 'to', 'your', 'wardrobe', ',4,1,3', 'general', 'tops', 'blouses'] ['1735,830,46', 'lovely', 'material', 'at', 'first', 'i', 'thought', 'this', 'top', 'was', 'going', 'to', 'be', 'stiff', 'i', 'am', 'pleasantly', 'surprised', 'by', 'how', 'soft', 'and', 'flowy', 'this', 'blouse', 'is', 'it', "'s", 'lovely', 'cream', 'color', 'with', 'beautiful', 'lace', 'details', 'i', 'appreciate', 'the', 'lining', 'inside', 'the', 'bodice', 'which', 'means', 'i', 'can', 'potentially', 'go', 'bra-less', 'when', 'it', "'s", 'hot', 'i', "'m", '5', '2', '135lb', 'and', 'retailer', 'size', 's', 'usually', 'gives', 'me', 'plenty', 'of', 'room', 'because', 'i', 'have', 'a', 'small', 'upper', 'body', 'but', 'i', 'feel', 'this', 'top', 'is', 'slight', 'short', 'on', 'me', 'that', 'might', 'be', 'because', 'i', 'did', "n't", 'wear', 'it', 'off-the-shoulder', 'but', 'had', 'it', 'hang', 'from', 'the', 'top', 'of', ',5,1,12', 'general', 'petite', 'tops', 'blouses'] ['1736,1081,35', 'green', 'not', 'as', 'pictured', 'i', 'honestly', 'never', 'even', 'tried', 'this', 'on', 'i', 'ordered', 'it', 'and', 'when', 'it', 'arrived', 'it', 'was', 'not', 'the', 'kelly', 'green', 'color', 'pictured', 'it', 'was', 'more', 'of', 'a', 'dark', 'bland', 'green', 'color', 'love', 'the', 'brand', 'and', 'very', 'soft', 'but', 'had', 'to', 'return', ',4,1,2', 'general', 'dresses', 'dresses'] ['1737,1035,59', 'perfect', 'jean', 'these', 'jeans', 'are', 'comfortable', 'the', 'length', 'is', 'great', 'and', 'the', 'rise', 'at', 'least', 'for', 'me', 'is', 'spot', 'on', 'my', 'torso', 'is', 'fairly', 'straight', 'not', 'a', 'lot', 'of', 'the', 'hourglass', 'thing', 'going', 'on', 'and', 'somehow', 'these', 'jeans', 'feel', 'like', 'they', 'were', 'made', 'for', 'me', 'thank', 'you', 'pilcro', ',5,1,0', 'general', 'bottoms', 'jeans'] ['1738,984,55', 'love', 'this', 'jacket', 'this', 'is', 'going', 'to', 'be', 'my', 'go', 'to', 'all', 'season', 'looks', 'great', 'with', 'a', 'sweater', 'dress', 'and', 'boots', 'also', 'looks', 'great', 'with', 'cords', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['1739,1008,29', 'terrible', 'this', 'skirt', 'was', 'horrible', 'on', 'me', 'it', 'was', 'loose', 'in', 'the', 'waist', 'tight', 'in', 'the', 'hips', 'and', 'poofed', 'out', 'like', 'crazy', 'at', 'the', 'tiered', 'part', 'on', 'the', 'bottom', 'the', 'material', 'also', 'felt', 'cheap', 'and', 'clingy', 'i', 'guess', 'the', 'fit', 'is', 'tts', 'but', 'it', "'s", 'hard', 'to', 'tell', 'given', 'how', 'strange', 'the', 'cut', 'was', ',1,0,2', 'general', 'petite', 'bottoms', 'skirts'] ['1740,830,31', 'love', 'it', 'i', 'love', 'this', 'and', 'instantly', 'felt', 'sexier', 'when', 'i', 'put', 'it', 'on', 'yet', 'with', 'the', 'longer', 'sleeves', 'and', 'looseness', 'felt', 'i', 'could', 'wear', 'it', 'casually'] [] ['i', 'will', 'say', 'that', 'i', 'have', 'to', 'often', 'keep', 'adjusting/pulling', 'the', 'top', 'neckline', 'down', 'it', 'seems', 'to', 'want', 'to', 'revert', 'to', 'above-the-shoulders', 'position'] [] ['the', 'fabric', 'and', 'quality', 'feels', 'nice', 'and', 'it', 'was', 'a', 'great', 'purchase', 'for', 'me', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1741,984,60', 'wow', 'i', 'just', 'received', 'my', 'duster', 'i', 'love', 'it', 'the', 'coat', 'is', 'as', 'pictured', 'the', 'fabric', 'is', 'medium', 'weight', 'denim', 'with', 'some', 'stretch', 'it', 'feels', 'like', 'a', 'denim', 'coat', 'that', 'you', 'have', 'worn', 'for', 'years', 'i', "'m", '5', '8', 'and', 'the', 'duster', 'hits', 'mid-calf', 'i', "'m", 'a', 'curvy', 'size', '14-16', 'and', 'the', 'xl', 'fits', 'perfectly', 'the', 'only', 'issue', 'that', 'might', 'arise', 'is', 'that', 'the', 'sleeves', 'are', 'long', 'they', 'fit', 'me', 'perfectly', 'but', 'i', 'have', 'long', 'arms', 'this', 'will', 'be', 'my', 'new', 'go', 'to', 'coat', 'for', 'fall', ',5,1,12', 'general', 'petite', 'jackets', 'jackets'] ['1742,769,55', 'nice', 'little', 'top', 'the', 'design', 'is', 'graceful', 'and', 'both', 'my', 'kids', 'said', 'it', 'was', 'a', 'keeper', 'pretty', 'even', 'the', 'boy', 'child'] [] ['somehow', 'i', 'feel', 'it', 'makes', 'my', 'tummy', 'look', 'bigger', 'than', 'it', 'is', 'maybe', 'with', 'the', 'belt', 'on', 'my', 'jeans', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['1743,1025,41', 'my', 'new', 'favorite', 'jeans', 'these', 'jeans', 'are', 'an', 'even', 'dark', 'color', 'that', 'can', 'be', 'dressed', 'up', 'the', 'material', 'is', 'soft', 'and', 'they', 'fit', 'perfect', 'they', 'are', 'mid', 'rise', 'which', 'is', 'a', 'little', 'different', 'for', 'me', 'as', 'i', 'mostly', 'where', 'low', 'rise', 'the', 'only', 'problem', 'is', 'that', 'they', 'are', 'really', 'long', 'i', 'am', '5', '9', 'and', 'they', 'are', 'too', 'long', 'for', 'me', 'which', 'never', 'happens', 'so', 'i', 'need', 'to', 'get', 'them', 'hemmed', 'and', 'wont', 'be', 'wearing', 'them', 'for', 'a', 'few', 'more', 'weeks', 'i', 'look', 'forward', 'to', 'rocking', 'them', 'with', 'a', 'pair', 'of', 'booties', 'or', 'heels', ',4,1,2', 'general', 'bottoms', 'jeans'] ['1744,830,60', 'off', 'the', 'shoulder', 'elastic', 'issues', 'the', 'problem', 'with', 'off', 'the', 'shoulder', 'tops', 'is', 'that', 'the', 'neckline', 'is', 'totally', 'elastisized', 'therefore', 'upon', 'any', 'movement', 'of', 'your', 'arms', 'the', 'top', 'pops', 'above', 'your', 'shoulders', 'making', 'it', 'go', 'from', 'stylish', 'to', 'matronly', 'the', 'only', 'elastic', 'should', 'be', 'right', 'at', 'the', 'shoulders', 'the', 'rest', 'of', 'the', 'neckline', 'should', 'be', 'a', 'simple', 'finished', 'hem', ',3,1,13', 'general', 'petite', 'tops', 'blouses'] ['1745,888,54', 'nice', 'top', 'a', 'cute', 'top', 'slightly', 'tight', 'in', 'the', 'upper', 'area', 'debated', 'returning', 'but', 'decided', 'to', 'keep', 'as', 'the', 'top', 'is', 'unique', 'and', 'i', 'know', 'that', 'i', 'will', 'wear', 'it', 'frequently', 'aleardy', 'thinking', 'of', 'way', 'to', 'wear', 'all', 'year', 'around', 'runs', 'small,5,1,0', 'general', 'tops', 'knits'] ['1746,1008,51', 'comfy', 'unlike', 'the', 'other', 'reviews', 'i', 'love', 'this', 'skirt', 'the', 'lining', 'is', 'a', 'nice', 'stretchy', 'material', 'as', 'is', 'the', 'eyelet', 'overlay', 'making', 'it', 'a', 'really', 'easy', 'to', 'wear', 'and', 'comfortable', 'skirt', 'while', 'still', 'looking', 'polished', 'and', 'professional'] ['i', 'bought', 'it', 'so', 'that', 'its', 'slim', 'fitting', 'more', 'like', 'a', 'pencil', 'skirt'] ['i', "'ve", 'only', 'worn', 'it', 'to', 'work', 'dressed', 'up', 'with', 'boots', 'but', 'suspect', 'i', "'ll", 'get', 'a', 'lot', 'of', 'use', 'in', 'the', 'summer', 'with', 'flip', 'flops', 'and', 'a', 'tee', 'shirt'] ['i', 'highly', 'recommend', 'it', 'and', 'think', 'it', "'s", 'a', 'great', 'price'] ['it', 'is', 'longer', 'than', 'on', 'the', 'mode', ',5,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['1747,34,42', 'the', 'best', 'boy', 'short', 'i', 'love', 'panties', 'i', 'love', 'the', 'prettiest', 'softest', 'most', 'adore-worthy', 'panties', 'i', 'can', 'find', 'these', 'are', 'my', 'favorite', 'boy', 'shorts', 'i', 'can', 'always', 'put', 'them', 'on', 'and', 'feel', 'pretty', 'no', 'weird', 'tight', 'spots', 'and', 'the', 'lace', 'has', 'a', 'perfect', 'amount', 'of', 'stretch', 'im', 'a', 'mom', 'and', 'my', 'body', 'is', "n't", 'perfect', 'anymore', 'but', 'these', 'panties', 'give', 'me', 'confidence', 'with', 'perfect', 'coverage', 'i', 'choose', 'them', 'more', 'often', 'than', 'any', 'other', 'in', 'my', 'lingerie', 'drawer', 'my', 'only', 'warning', 'wash', 'these', 'pretties', 'as', 'delicates', 'or', 'the', 'lovely', 'lace', 'colors', 'will', 'fade', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['1748,1008,32', 'a', 'little', 'long', 'i', 'ca', "n't", 'figure', 'out', 'if', 'this', 'skirt', 'is', 'supposed', 'to', 'be', 'high-waisted', 'if', 'so', 'it', "'s", 'too', 'big', 'but', 'the', 'length', 'works', 'or', 'if', 'it', "'s", 'supposed', 'to', 'sit', 'on', 'my', 'hips', 'fits', 'well', 'but', 'too', 'long', 'but', 'the', 'material', 'is', 'really', 'comfortable', 'and', 'the', 'design', 'is', 'different', 'in', 'a', 'good', 'way', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1749,1008,35', 'good', 'skirt', 'i', "'m", 'glad', 'i', 'got', 'this', 'skirt', 'because', 'it', "'s", 'prettier', 'in', 'person', 'than', 'in', 'the', 'picture', 'fiance', 'loves', 'it', 'so', 'that', "'s", 'a', 'bonus', 'it', "'s", 'tts', 'although', 'it', "'s", 'longer', 'than', 'shown', 'on', 'the', 'picture', 'very', 'high', 'quality', 'and', 'looks', 'expensive', 'i', "'m", 'very', 'happy', 'with', 'this', 'purchase.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1750,1081,34', 'nice', 'but', 'not', 'for', 'me', 'this', 'is', 'a', 'very', 'nice', 'dress', 'the', 'jersey', 'is', 'soft', 'and', 'high', 'quality', 'the', 'construction', 'appears', 'solid', 'the', 'color', 'is', 'very', 'pretty', 'and', 'looks', 'in', 'real', 'life', 'just', 'like', 'it', 'does', 'on', 'my', 'computer', 'the', 'cut', 'and', 'draping', 'just', 'do', "n't", 'work', 'for', 'me', 'there', "'s", 'just', 'too', 'much', 'draping', 'too', 'much', 'fabric', 'it', 'overwhelmed', 'me', 'and', 'made', 'me', 'look', 'bigger', 'than', 'i', 'am', 'i', 'have', 'a', 'feeling', 'this', 'would', 'be', 'much', 'more', 'flattering', 'on', 'a', 'curvier', 'figure', 'than', 'my', 'own', 'this', 'dress', 'seemed', 'to', 'be', 'trying', 'to', 'accentuate', 'curves', 'i', 'do', "n't", 'really', 'have', 'especially', 'in', 'the', ',4,1,4', 'general', 'dresses', 'dresses'] ['1751,1008,27', 'cute', 'and', 'comfy', 'i', 'tried', 'this', 'on', 'in-store', 'and', 'would', 'have', 'purchased', 'if', 'it', 'have', 'been', 'a', 'better', 'price', 'it', 'was', "n't", 'something', 'i', 'could', 'justify', 'spending', '100', 'bucks', 'on', 'it', "'s", 'cute', 'and', 'was', 'surprisingly', 'comfortable', 'but', 'again', 'not', 'worth', 'the', 'asking', 'price', 'i', 'will', 'buy', 'when', 'it', 'goes', 'on', 'sale', ',4,1,6', 'general', 'petite', 'bottoms', 'skirts'] ['1752,984,56', 'one', 'of', 'the', 'best', 'denim', 'dusters', 'i', 'was', 'out', 'of', 'town', 'when', 'my', 'coat', 'arrived', 'and', 'was', 'so', 'excited', 'to', 'get', 'home', 'and', 'try', 'it', 'on', 'i', 'have', "n't", 'worn', 'it', 'yet', 'but', 'we', "'ve", 'now', 'got', 'the', 'weather', 'for', 'it', 'and', 'i', 'ca', "n't", 'wait', 'i', "'m", '5', '7', 'and', 'heavier', 'than', 'i', "'d", 'like', 'but', 'the', 'xl', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['1753,888,26', 'good', 'but', 'runs', 'very', 'small', 'retailer', 'sizes', 'are', 'all', 'over', 'the', 'place', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'and', 'tried', 'it', 'a', 'couple', 'of', 'times', 'to', 'see', 'if', 'it', 'would', 'work', 'unfortunately', 'i', 'have', 'to', 'send', 'it', 'back', 'the', 'design', 'and', 'colors', 'are', 'very', 'good', 'the', 'side', 'slits', 'are', 'very', 'high', 'right', 'up', 'to', 'the', 'waist', 'but', 'the', 'top', 'still', 'looks', 'good', 'unfortunately', 'it', 'is', 'very', 'small', 'it', 'still', 'fits', 'because', 'of', 'the', 'long', 'side', 'slits', 'and', 'is', 'not', 'that', 'tight', 'at', 'the', 'top', 'due', 'to', 'sleeveless', 'but', 'the', 'fit', 'just', 'was', "n't", 'as', 'flattering', 'it', 'does', 'seem', 'to', 'run', '1-2', 'sizes', 'small', 'so', 'i', 'a', ',4,1,1', 'general', 'tops', 'knits'] ['1754,1008,39', ',fits', 'beautifully', 'perfect', 'for', 'spring', 'and', 'summer', 'the', 'cut', 'of', 'this', 'skirt', 'gives', 'your', 'figure', 'a', 'wonderful', 'shape', 'the', 'quality', 'of', 'the', 'material', 'is', 'excellent', 'this', 'item', 'is', 'perfect', 'for', 'to', 'dress', 'up', 'for', 'a', 'date', 'night', 'or', 'wear', 'slightly', 'more', 'casually', 'for', 'a', 'brunch.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1755,1095,27', 'runs', 'small', 'stiff', 'top', 'i', 'ordered', 'this', 'in', 'my', 'usual', 'size', '0', 'and', 'could', "n't", 'finish', 'zipping', 'up', 'the', 'top', 'but', 'also', 'could', "n't", 'fill', 'in', 'the', 'boobs', 'i', 'am', '5', '7', '116', 'lbs', '32a', 'it', 'is', 'very', 'cute', 'but', 'the', 'top', 'was', 'pretty', 'stiff', 'and', 'unless', 'it', 'draped', 'on', 'you', 'correctly', 'could', 'probably', 'be', 'bothersome', 'i', 'was', 'disappointed', 'in', 'the', 'quality', 'of', 'the', 'skirt-', 'no', 'lining', 'simple', 'cotton/polyester', 'i', 'will', 'probably', 'return', 'try', 'the', 'size', 'up', 'but', 'was', 'disappointed', 'compared', 'to', 'how', 'excited', 'i', 'was', 'for', 'it', 'i', 'did', 'like', 'that', 'it', 'had', 'pockets', 'and', 'would', 'be', 'a', 'fun', 'dress', 'to', 'wear', 'f', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['1756,1095,35', 'great', 'fit', 'alluring', 'i', 'love', 'this', 'dress', 'so', 'much', 'the', 'fabric', 'on', 'top', 'is', 'not', 'something', 'i', 'would', 'have', 'chosen-it', 'is', 'thick', 'and', 'almost', 'an', 'elastic', 'kind', 'of', 'feel', 'but', 'i', 'have', 'grown', 'to', 'appreciate', 'that', 'since', 'this', 'dress', 'is', 'not', 'amenable', 'to', 'most', 'bras', 'i', 'think', 'the', 'fabric', 'would', 'be', 'thick', 'enough', 'on', 'top', 'to', 'actually', 'just', 'do', 'without', 'one', 'otherwise', 'you', 'would', 'have', 'to', 'go', 'with', 'a', 'strapless-and', 'the', 'right', 'kind', 'of', 'strapless', 'with', 'this', 'dress'] [] ['when', 'they', 'say', 'it', 'flares', 'it', 'really', 'does-and', 'much', 'more', 'than', 'i', 'was', 'expecting', 'the', 'bottom', 'part', 'of', 'the', 'skirt', 'f', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1757,1008,53', 'lovely', 'pattern', 'timeless', 'skirt', 'just', 'do', "n't", 'like', 'the', 'placement', 'of', 'the', 'slit', 'so', 'maybe', 'i', "'ll", 'sew', 'it', 'up', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1758,1013,28', 'omg', 'back', 'is', 'see-through', 'i', 'was', 'so', 'excited', 'about', 'this', 'skirt', 'and', 'pairing', 'it', 'with', 'a', 'cute', 'blouse', 'for', 'the', 'warmer', 'weather', 'as', 'i', 'took', 'out', 'the', 'skirt', 'out', 'of', 'the', 'package', 'and', 'flipped', 'it', 'around', 'the', 'back', 'has', 'mesh', 'strips', 'that', 'are', 'see', 'through', 'there', 'is', 'also', 'no', 'lining', 'to', 'go', 'with', 'this', 'skirt', 'if', 'you', 'go', 'back', 'to', 'the', 'back', 'view', 'picture', 'on', 'the', 'website', 'and', 'zoom', 'in', 'closely', 'you', 'can', 'see', 'the', 'model', "'s", 'black', 'underwear', ',1,0,1', 'general', 'bottoms', 'skirts'] ['1759,1027,59', 'runs', 'large', 'nice', 'color', 'and', 'cut', 'but', 'runs', 'very', 'big', 'so', 'size', 'down', 'will', 'need', 'to', 'send', 'back', 'due', 'to', 'on', 'line', 'only', 'i', 'am', 'hoping', 'one', 'size', 'smaller', 'does', 'the', 'trick.,5,1,2', 'general', 'bottoms', 'jeans'] ['1760,1095,46', 'runs', 'very', 'small', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'but', 'unfortunately', 'it', 'runs', 'very', 'small', 'i', 'normally', 'wear', 'a', 'size', '8.', 'i', 'ordered', 'a', '10', 'and', 'the', 'dress', 'was', 'closer', 'to', 'a', 'size', '6.', 'disappointed', 'that', 'i', 'had', 'to', 'return', 'it', 'also', 'the', 'seams', 'were', 'poorly', 'done', 'and', 'threads', 'hung', 'out', 'everywhere', 'on', 'the', 'hem', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['1761,1095,34', 'fit', 'works', 'for', 'some', 'and', 'for', 'others', 'this', 'dress', 'did', 'not', 'work', 'for', 'me', 'i', 'tried', 'it', 'in', 'my', 'bigger', 'size', '6', 'since', 'i', 'am', 'coming', 'off', 'winter', 'weight', 'gain', 'the', 'dress', 'fit', 'tts', 'but', 'was', 'squishing', 'the', 'breasts', 'like', 'tight', 'bandages', 'i', 'have', 'smaller', 'chest', 'and', 'the', 'stretch', 'bodycon', 'fabric', 'of', 'the', 'bodice', 'made', 'me', 'look', 'flat-chested', 'the', 'straps', 'did', 'not', 'sit', 'flat', 'on', 'shoulders', 'i', 'assume', 'because', 'they', 'were', 'not', 'pulled', 'tight', 'enough', 'by', 'the', 'chest', 'the', 'dress', 'was', 'uncomfortable', 'and', 'felt', 'strange', 'on', 'but', 'i', 'can', 'see', 'how', 'others', 'with', 'more', 'curves', 'on', 'top', 'will', 'love', 'the', 'support', 'of', 'the', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1762,867,56', 'flattering', 'top', 'when', 'i', 'first', 'tried', 'this', 'top', 'on', 'i', 'did', "n't", 'like', 'it', 'because', 'the', 'chest', 'just', 'spilled', 'open', 'i', 'saw', 'it', 'on', 'someone', 'else', 'and', 'it', 'was', 'so', 'flattering', 'i', 'gave', 'it', 'another', 'try', 'i', 'bought', 'it', 'in', 'both', 'the', 'red', 'and', 'the', 'black', 'and', 'plan', 'to', 'put', 'a', 'stitch', 'or', 'safety', 'pin', 'through', 'the', 'top', 'to', 'keep', 'it', 'closed', 'it', 'is', 'very', 'slimming', 'and', 'hides', 'tummy/muffin', 'top', 'issues', 'i', 'plan', 'to', 'wear', 'it', 'with', 'the', 'stretchy', 'knee', 'length', 'maeve', 'pencil', 'skirts', 'all', 'summer', 'along', 'with', 'shorts', 'and', 'pants', 'give', 'this', 'one', 'a', 'try', ',5,1,5', 'general', 'tops', 'knits'] ['1763,1008,45', 'great', 'work', 'skirt', 'this', 'skirt', 'is', 'great', 'to', 'wear', 'to', 'work', 'nice', 'medium', 'weight', 'being', 'cotton', 'it', 'does', "n't", 'get', 'to', 'hot', 'skirt', 'is', 'lined', 'nice', 'flattering', 'shape', 'my', 'normal', 'size', '4', 'fit', 'perfect', 'love', 'the', 'godets', 'comfortable', 'does', "n't", 'get', 'all', 'wrinkled', 'from', 'sitting', 'nice', 'royal', 'blue', 'color', ',5,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['1764,867,38', ',,3,0,0', 'general', 'tops', 'knits'] ['1765,1008,36', 'beautiful', 'skirt', 'get', 'ready', 'for', 'compliments', 'i', 'get', 'so', 'many', 'compliments', 'with', 'this', 'skirt', 'i', 'love', 'almost', 'everything', 'about', 'it', 'i', 'gave', 'it', '4', 'stars', 'instead', 'of', '5', 'because', 'i', 'find', 'the', 'slit', 'a', 'little', 'annoying', 'i', 'think', 'it', "'s", 'maybe', 'a', 'little', 'too', 'long', 'or', 'short', 'i', 'ca', "n't", 'figure', 'it', 'out', 'but', 'i', 'could', "n't", 'pass', 'up', 'this', 'skirt', 'because', 'the', 'pattern', 'is', 'so', 'pretty'] [] ['fits', 'true', 'to', 'size', 'soft', 'fabric', 'very', 'cute', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1766,1095,24', 'classic', 'the', 'dress', 'was', 'great', 'the', 'zipper', 'was', 'just', 'a', 'little', 'tough', 'but', 'over', 'all', 'a', 'very', 'classic', 'feminine', 'piece', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1767,825,39', 'surprisingly', 'nice', 'in', 'person', '/my', 'friend', 'and', 'i', 'both', 'tried', 'on', 'this', 'shirt', 'just', 'to', 'see', 'how', 'it', 'fit', 'and', 'because', 'it', 'was', 'blue', 'we', 'were', 'surprised', 'how', 'pretty', 'it', 'si', 'on', 'a', 'little', 'see-through', 'though', 'but', 'hte', 'cut', 'hits', 'in', 'the', 'right', 'places', 'i', 'guess', 'we', 'are', 'not', 'too', 'endowed', 'she', 'ended', 'up', 'buying', 'it', 'so', 'i', 'passed', 'but', 'very', 'feminie', 'work', 'piece', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1768,825,35', 'not', 'for', 'my', 'body', 'type', 'love', 'this', 'button', 'down', 'but', 'i', 'could', "n't", 'make', 'it', 'work', 'i', "'m", '5', '4', '32b', 'and', 'usually', 'buy', 'tops', 'in', 'a', 'regular', 'xs', 'or', 's.', 'i', 'bought', 'this', 'top', 'in', 'a', 'small', 'and', 'it', 'was', 'loose', 'fitting', 'which', 'i', 'liked', 'but', 'too', 'long', 'for', 'me', 'causing', 'the', 'pleats', 'to', 'flare', 'out', 'more', 'than', 'i', 'liked', 'the', 'shirt', 'is', 'also', 'pretty', 'sheer', 'wear', 'a', 'skin', 'colored', 'bra', 'unless', 'you', 'want', 'it', 'noticed', 'the', 'material', 'was', 'soft', 'and', 'looked', 'like', 'good', 'quality', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1769,867,47', 'not', 'like', 'the', 'photo', 'at', 'all', 'i', 'thought', 'from', 'the', 'picture', 'this', 'would', 'be', 'a', 'light', 'floaty', 'top', 'when', 'it', 'arrived', 'the', 'fabric', 'was', 'a', 'heavy', 'knit', 'and', 'the', 'neckline', 'sagged', 'very', 'low', 'on', 'me', 'granted', 'i', "'m", 'a', 'pear', 'the', 'bottom', 'layer', 'hugged', 'my', 'tummy', 'and', 'rear', 'in', 'a', 'very', 'unflattering', 'way', 'the', 'only', 'thing', 'i', 'liked', 'was', 'the', 'color', 'back', 'it', 'went', ',1,0,20', 'general', 'tops', 'knits'] ['1770,867,60', 'too', 'low', 'and', 'very', 'big', 'armholes', 'tried', 'this', 'on', 'at', 'my', 'local', 'retailer', 'the', 'red', 'color', 'is', 'pretty', 'but', 'not', 'a', 'true', 'red', 'the', 'fabric', 'has', 'a', 'nice', 'weight', 'to', 'it', 'not', 'the', 'usual', 'thin', 'stuff', 'that', 'retailer', 'seems', 'to', 'offer', 'these', 'days', 'two', 'big', 'problems', 'though-', 'the', 'top', 'is', 'very', 'low', 'cut', 'and', 'i', 'could', 'see', 'it', 'opening', 'up', 'to', 'the', 'world', 'and', 'the', 'armholes', 'are', 'cut', 'so', 'big', 'and', 'low', 'that', 'you', 'could', 'see', 'the', 'sides', 'of', 'my', 'bra', 'this', 'is', 'a', 'deal-breaker', 'for', 'me', 'it', 'ca', "n't", 'be', 'fixed', ',2,0,1', 'general', 'tops', 'knits'] ['1771,867,46', 'red', 'in', 'xl', 'is', 'pretty', 'i', 'ordered', 'one', 'of', 'the', 'xl', 'in', 'the', 'red', 'version', 'the', 'fit', 'is', 'true', 'to', 'size', 'it', 'matches', 'the', 'model', "'s", 'photos', 'the', 'color', 'is', 'much', 'prettier', 'in', 'person', 'it', 'looks', 'washed-out', 'on', 'my', 'computer', 'but', 'in', 'person', 'it', "'s", 'a', 'nice', 'light', 'red', 'the', 'quality', 'of', 'the', 'material', 'is', 'okay', 'not', 'as', 'good', 'as', 'with', 'the', 'floral', 'version', 'of', 'this', 'style', 'florascura', 'tank', 'the', 'layers', 'are', 'flattering', 'for', 'my', 'pear-shape', 'it', 'definitely', 'needs', 'a', 'tank', 'underneath', 'though', 'not', 'worth', 'full-price', 'in', 'my', 'opinion', 'but', 'worth', 'getting', 'on', 'sale', ',4,1,0', 'general', 'tops', 'knits'] ['1772,1095,35', 'size', 'up', 'adorable', 'dress', 'could', 'hardly', 'get', 'the', 'zipper', 'up', 'in', 'my', 'very', 'typical', 'size', '4.', 'i', 'will', 'order', 'a', '6', 'and', 'am', 'hoping', 'it', 'will', 'work', 'out', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1773,1095,26', 'cute', 'this', 'dress', 'is', 'very', 'cute', 'and', 'fits', 'quite', 'well', 'you', 'do', "n't", 'have', 'to', 'wear', 'a', 'bra', 'with', 'it', 'which', 'is', 'awesome', 'and', 'it', 'has', 'delightful', 'pockets', 'the', 'downside', 'is', 'that', 'the', 'fabric', 'on', 'the', 'top', 'half', 'is', 'a', 'little', 'weird', 'it', 'is', 'very', 'heavy', 'and', 'stiff', 'also', 'the', 'inside', 'has', 'some', 'fraying', 'and', 'the', 'quality', 'does', 'not', 'seem', 'to', 'be', 'the', 'best', 'i', "'m", 'keeping', 'it', 'though', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1774,1095,70', 'unique', 'dress', 'i', 'love', 'the', 'unique', 'design', 'of', 'this', 'dress', 'it', 'also', 'has', 'a', 'nice', 'thick', 'material', 'the', 'top', 'part', 'runs', 'small', 'i', "'m", 'normally', 'between', 'size', '6', 'and', '8.', 'i', 'bought', 'this', 'dress', 'in', 'size', '10', 'and', 'the', 'top', 'part', 'is', 'still', 'snug', 'whilst', 'size', '12', 'is', 'too', 'loose', 'the', 'bottom', 'part', 'has', 'a', 'nice', 'flowy', 'material', 'with', 'pockets', 'since', 'the', 'top', 'part', 'is', 'snug', 'it', 'will', 'best', 'not', 'to', 'wear', 'a', 'bra', 'plus', 'the', 'thick', 'material', 'will', 'provide', 'a', 'nice', 'support', 'the', 'down', 'side', 'of', 'this', 'dress', 'is', 'that', 'the', 'straps', 'are', 'running', 'long', 'i', 'have', 'a', 'short', 'torso', 'so', 'there', "'s", ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1775,867,53', 'great', 'top', 'this', 'top', 'is', "n't", 'so', 'much', 'on', 'the', 'hanger', 'but', 'very', 'cute', 'once', 'you', 'try', 'it', 'the', 'neckline', 'is', 'really', 'cut', 'low', 'so', 'a', 'pin', 'or', 'stitch', 'is', 'necessary', 'the', 'length', 'on', 'the', 'regular', 'is', 'perfect', 'for', 'my', 'shorter', 'body', 'if', 'you', 'have', 'a', 'long', 'torso', 'it', 'might', 'not', 'work', 'for', 'you', 'love', 'how', 'the', 'layers', 'conceal', 'but', 'do', 'not', 'overwhelm', 'your', 'body', 'i', 'purchased', 'my', 'regular', 'size', 'medium', 'in', 'black', 'for', 'reference', '5', '6', '145', 'lbs', '34dd', ',4,1,2', 'general', 'tops', 'knits'] ['1776,1008,35', ',love', 'love', 'love', 'this', 'skirt', 'i', 'walked', 'into', 'retailer', 'in', 'august', 'not', 'looking', 'to', 'buy', 'this', 'skirt', 'even', 'though', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'and', 'thought', 'it', 'was', 'cute', 'once', 'i', 'tried', 'it', 'on', 'i', 'fell', 'in', 'love', 'i', 'purchased', 'both', 'black', 'and', 'blue', 'super', 'flattering', 'and', 'true', 'to', 'size', 'its', 'a', 'must', 'have', 'for', 'sure.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1777,1095,24', ',the', 'design', 'on', 'this', 'dress', 'is', 'so', 'cute', 'it', 'runs', 'really', 'small', 'i', 'had', 'to', 'go', 'up', 'from', 'my', 'normal', 'size', '4', 'to', 'a', '6.', 'i', 'am', 'not', 'well', 'endowed', 'so', 'the', 'top', 'was', 'great', 'on', 'me', 'it', "'s", 'looks', 'great', 'on', 'once', 'k', 'got', 'a', 'size', 'that', 'works.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1778,1008,30', 'love', 'this', 'skirt', 'this', 'skirt', 'is', 'everything', 'i', 'love', 'about', 'retailer', 'the', 'fit', 'style', 'and', 'quality', 'are', 'amazing', 'i', 'feel', 'like', 'a', 'am', 'wearing', 'a', 'piece', 'of', 'art', 'it', 'is', 'so', 'unique', 'and', 'fits', 'perfectly', 'way', 'to', 'go', 'retailer', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1779,1008,36', ',gorgeous', 'skirt', 'runs', 'a', 'bit', 'big', 'well', 'made', 'perfect', 'for', 'the', 'office', 'and', 'super', 'comfy.,5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['1780,867,73', 'wish', 'it', 'fit', 'better', 'for', 'me', 'i', 'wish', 'that', 'it', 'had', 'fit', 'me', 'better', 'as', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'color', 'were', 'great', 'regrettably', 'i', 'am', 'sending', 'it', 'back', 'as', 'the', 'v', 'opening', 'is', 'too', 'low', 'for', 'my', 'tastes', 'and', 'the', 'fabric', 'on', 'the', 'left', 'of', 'the', 'first', 'layer', 'drapes', 'weird', 'on', 'me', 'i', 'am', 'usually', 'a', 's', 'or', 'm', 'and', 'in', 'this', 'top', 'the', 's', 'was', 'plenty', 'of', 'length', 'and', 'room', 'would', 'be', 'swimming', 'in', 'a', 'm.', 'the', 'fabric', 'was', 'soft', 'and', 'felt', 'great', 'against', 'your', 'skin', 'and', 'not', 'thin', 'as', 'some', 'fabrics', 'can', 'be', 'the', 'color', 'was', 'just', 'as', 'shown', 'and', 'beautiful', 'hope', 'it', 'works', 'for', 'some', 'of', 'you', 'out', 'there', ',3,1,10', 'general', 'tops', 'knits'] ['1781,867,34', 'lovely', 'top', 'this', 'is', 'one', 'of', 'the', 'best', 'date', 'night', 'tops', 'i', "'ve", 'seen', 'in', 'a', 'while', 'i', "'m", '5', '6', '120', 'lbs', 'and', 'the', 'xs', 'is', 'perfect', 'the', 'fit', 'is', 'spot', 'on', 'and', 'the', 'fabric', 'feels', 'nice', 'i', 'will', 'need', 'a', 'teeny', 'tiny', 'safety', 'pin', 'to', 'keep', 'the', 'front', 'closed', 'but', 'i', 'do', 'that', 'often', 'so', 'i', 'do', "n't", 'see', 'it', 'as', 'a', 'design', 'flaw', ',5,1,2', 'general', 'tops', 'knits'] ['1782,1008,41', 'perfect', 'skirt', 'despite', 'being', 'a', 'knit', 'this', 'skirt', 'holds', 'its', 'shape', 'and', 'is', 'absolutely', 'perfect', 'it', 'goes', 'with', 'everything', 'and', 'is', 'extremely', 'comfortable', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1783,1095,41', 'surprisingly', 'flattering', 'plus', 'pockets', 'i', 'tried', 'this', 'dress', 'on', 'in', 'my', 'local', 'retailer', 'and', 'was', 'pleasantly', 'surprised', 'it', 'fit', 'and', 'looked', 'cute', 'as', 'other', 'reviewers', 'have', 'mentioned', 'it', 'runs', 'small', 'but', 'it', 'is', 'super', 'stretchy', 'especially', 'in', 'the', 'top', 'portion', 'with', 'that', 'said', 'it', 'accommodated', 'my', 'bust', 'i', 'have', 'a', '32g', 'bust', 'and', 'it', 'possess', 'a', 'problem', 'for', 'me', 'when', 'i', 'try', 'to', 'buy', 'dresses', 'the', 'top', 'of', 'this', 'dress', 'is', 'pure', 'elastic', 'so', 'it', 'works', 'the', 'dress', 'stretches', 'on', 'top', 'but', 'comes', 'back', 'inward', 'on', 'the', 'body', 'so', 'i', 'can', 'show', 'off', 'my', 'curves', 'i', 'have', 'no', 'idea', 'what', 'bra', 'i', 'can', 'w', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1784,825,37', ',unexpected', 'delight', 'great', 'top', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'only', 'con', 'is', 'a', 'little', 'small', 'through', 'the', 'bust.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['1785,825,43', 'very', 'flattering', 'fit', 'love', 'this', 'shirt', 'very', 'flattering', 'fit', 'on', 'my', 'pear', 'shape', 'also', 'accommodates', 'my', 'larger', '32dd', 'bust', 'without', 'straining', 'on', 'the', 'buttons', 'ever', 'so', 'slightly', 'sheer', 'fabric', 'but', 'no', 'cami', 'needed', 'if', 'wearing', 'a', 'nude', 'bra', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1786,867,41', 'lovely', 'top', 'that', 'runs', 'very', 'large', 'the', 'color', 'design', 'and', 'fabric', 'of', 'this', 'top', 'got', 'it', 'in', 'the', 'red', 'were', 'just', 'as', 'i', 'expected', 'but', 'as', 'the', 'owner', 'of', 'several', 'deletta', 'brand', 'tops', 'i', 'was', 'very', 'surprised', 'to', 'find', 'that', 'my', 'usual', 'size', 'small', 'runs', 'very', 'large', 'in', 'this', 'tank', 'not', 'only', 'did', 'the', 'front', 'dip', 'too', 'low', 'but', 'so', 'did', 'the', 'arm', 'holes', 'and', 'the', 'top', 'just', 'hangs', 'on', 'me', 'it', 'was', 'so', 'big', 'for', 'a', 'small', 'that', 'it', 'almost', 'made', 'me', 'think', 'it', 'had', 'been', 'mislabeled', 'and', 'was', 'really', 'a', 'size', 'large'] ['bummed', 'to', 'return', 'it', 'because', 'i', 'really', 'love', 'the', 'color', 'and', 'the', 'style', 'will', 'try', 'an', 'x-s', ',2,0,0', 'general', 'tops', 'knits'] ['1787,867,32', 'beautiful', 'drape', 'very', 'deep', 'v', 'i', 'bought', 'this', 'yesterday', 'and', 'love', 'it', 'it', 'drapes', 'beautifully', 'it', "'s", 'a', 'little', 'fancy', 'but', 'versatile', 'enough', 'that', 'you', 'could', 'wear', 'it', 'for', 'semi-casual', 'occasions', 'the', 'first', 'tier', 'hits', 'at', 'the', 'natural', 'waist', 'while', 'the', 'second', 'tier', 'hits', 'at', 'about', 'hip', 'height', 'this', 'is', 'very', 'flattering', 'for', 'the', 'waist', 'while', 'still', 'being', 'drape-y', 'and', 'a', 'bit', 'loose', 'i', 'thought', 'this', 'fit', 'a', 'little', 'bigger', 'than', 'to', 'size', 'i', 'am', 'currently', 'postpartum', 'boobed', 'so', 'i', 'am', '5', '4', '135', 'lbs', 'and', '34dd', 'and', 'the', 's', 'fit', 'great', 'i', 'am', 'currently', 'a', 's', 'in', 'other', 'retailer', 'tops', ',5,1,2', 'general', 'tops', 'knits'] ['1788,825,22', 'unique', 'spin', 'to', 'classic', 'button', 'down', 'i', 'have', 'been', 'wanting', 'to', 'incorporate', 'button', 'down', 'blouses', 'into', 'my', 'wardrobe', 'for', 'months', 'but', 'had', "n't", 'found', 'any', 'that', 'caught', 'my', 'eye', 'leave', 'it', 'to', 'retailer', 'to', 'supply', 'the', 'best', 'alternative', 'to', 'a', 'classic', 'look', 'i', 'love', 'everything', 'from', 'the', 'bottom', 'flare', 'to', 'the', 'way', 'it', 'cinches', 'my', 'waist', 'i', 'would', 'say', 'this', 'is', 'perfectly', 'appropriate', 'for', 'a', 'business', 'setting', 'while', 'still', 'giving', 'you', 'individual', 'style.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1789,1095,30', 'so', 'great', 'but', 'quality', 'not', 'amazing', 'so', 'so', 'cute', 'totally', 'flattering', 'but', 'the', 'seams', 'do', "n't", 'lie', 'flat', 'and', 'there', 'are', 'loose', 'threads', 'all', 'over', 'the', 'place', 'i', "'ve", 'had', 'issues', 'with', 'quality', 'from', 'retailer', 'for', 'a', 'while', 'random', 'holes', 'in', 'things', 'and', 'was', 'disappointed', 'this', 'fit', 'that', 'bill', 'i', "'m", 'keeping', 'it', 'anyway', 'because', 'it', "'s", 'so', 'cute', ',3,1,27', 'general', 'petite', 'dresses', 'dresses'] ['1790,1095,26', 'flattering', 'super', 'flattering', 'my', 'mom', 'and', 'i', 'both', 'bought', 'this', 'and', 'we', 'have', 'very', 'different', 'body', 'types', 'we', 'both', 'had', 'to', 'size', 'up', 'a', 'bit', 'as', 'i', 'have', 'a', 'large', 'chest', 'and', 'she', 'has', 'a', 'large', 'ribcage', 'i', 'got', 'a', 'size', '10', 'i', "'m", 'normally', 'a', 'size', '8', 'and', 'she', 'got', 'a', '12.', 'it', 'was', 'much', 'easier', 'to', 'zip', 'up', 'without', 'bras', 'on', 'and', 'it', 'seems', 'to', 'have', 'been', 'designed', 'to', 'not', 'need', 'a', 'bra', 'my', 'mom', 'is', 'pretty', 'short', '5', '2', 'so', 'she', "'s", 'going', 'to', 'get', 'her', 'straps', 'shortened', 'for', 'reference', 'i', "'m", 'about', '5', '9', 'hope', 'this', 'helps', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['1791,825,43', 'fun', 'flirty', 'take', 'on', 'preppy', 'look', 'i', 'bought', 'the', 'grey', 'and', 'white', 'plaid', 'shirt', 'in', 'a', 'large', 'i', "'m", '165', '36d', 'and', 'the', 'top', 'closes', 'without', 'gaping', 'even', 'when', 'i', 'push', 'my', 'shoulders', 'back', 'it', "'s", 'kind', 'of', 'sheer', 'so', 'will', 'wear', 'a', 'cami', 'underneath', 'the', 'waist', 'nips', 'in', 'right', 'where', 'it', 'should', 'giving', 'a', 'trim', 'silhouette', 'adorable', 'and', 'fun', 'top', 'without', 'being', 'cutesy', 'love', 'tylho', 'tops', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['1792,1095,66', ',super', 'cute', 'and', 'flattering', ',4,1,10', 'general', 'petite', 'dresses', 'dresses'] ['1793,867,39', 'pretty', 'spring/summer', 'top', 'first', 'i', 'love', 'this', 'top', 'overall', 'it', 'is', 'simple', 'and', 'classic', 'and', 'has', 'a', 'flattering', 'forgiving', 'cut', 'i', 'agree', 'there', 'is', 'a', 'major', 'design', 'flaw', 'as', 'other', 'reviewers', 'have', 'mentioned', 'the', 'v-neck', 'is', 'so', 'deep', 'and', 'falls', 'so', 'low', 'you', 'need', 'to', 'wear', 'a', 'camisole', 'underneath', 'instead', 'i', 'chose', 'to', 'take', 'a', 'stitch', 'at', 'the', 'neckline', 'to', 'keep', 'it', 'together', 'where', 'i', 'wanted', 'it', 'and', 'that', 'worked', 'beautifully', 'i', 'think', 'the', 'top', 'should', 'have', 'included', 'either', 'a', 'small', 'button', 'or', 'snap', 'to', 'hold', 'the', 'neckline', 'up', 'properly', 'or', 'should', 'have', 'been', 'stitched', 'together', ',4,1,7', 'general', 'tops', 'knits'] ['1794,825,37', 'perfect', 'fit', 'for', 'broad', 'shoulders', 'based', 'on', 'previous', 'reviews', 'i', 'ordered', 'this', 'shirt', 'in', 'both', 'a', 'small', 'and', 'medium', 'i', 'have', 'fairly', 'broad', 'shoulders', 'and', 'thought', 'i', 'might', 'not', 'fit', 'my', 'usual', 'small', 'if', 'it', 'helps', 'for', 'reference', 'i', 'am', '5', '6', '123', 'lbs', 'and', 'wear', 'a', '32c', 'bra', 'i', 'first', 'tried', 'on', 'the', 'small', 'and', 'did', "n't", 'even', 'bother', 'opening', 'the', 'medium', 'i', 'have', 'a', 'hard', 'time', 'finding', 'blouses', 'that', 'fit', 'in', 'the', 'torso', 'without', 'pulling', 'at', 'the', 'bust', 'i', 'think', 'this', 'is', 'more', 'related', 'to', 'my', 'wide', 'shoulders', 'as', 'opposed', 'to', 'actual', 'bra', 'size', 'with', 'this', 'blouse', 'the', 'buttons', 'do', "n't", 'pull', 'at', 'a', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1795,825,56', 'absolute', 'steal', 'at', 'sale', 'price', 'this', 'top', 'is', 'adorable', 'especially', 'the', 'grey', 'check', 'timeless', 'staple', 'with', 'a', 'modern', 'cute', 'update', 'i', 'agree', 'with', '2nd', 'reviewer', 'i', 'do', "n't", 'think', 'this', 'blouse', 'pulls', 'or', 'is', 'tight', 'in', 'the', 'chest', 'i', "'m", 'also', 'a', '34d', 'i', 'got', 'a', 'small', 'it', 'fits', 'perfectly', 'i', 'wear', 'it', 'all', 'the', 'time', 'i', 'think', 'it', "'s", 'great', 'for', 'every', 'season', 'very', 'flattering', 'the', 'peplum', 'hits', 'at', 'just', 'the', 'right', 'spot', 'and', 'defines', 'the', 'waist', 'i', 'get', 'compliments', 'all', 'the', 'time', 'i', 'pair', 'it', 'with', 'cropped', 'sweaters', 'when', 'it', "'s", 'cold', 'the', 'grey', 'does', 'seem', 'a', 'bit', 'higher', 'quality', 'the', 'blu', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['1796,1008,37', 'buy', 'this', 'skit-', 'it', "'s", 'everything', 'that', 'retailer', 'used', 'to', 'be', 'great', 'pice', 'work', 'appopriate', 'and', 'it', 'fits', 'great', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1797,867,29', 'beautiful', 'top', 'wow', 'im', 'really', 'glad', 'i', 'did', "n't", 'listen', 'to', 'the', 'negative', 'reviews', 'in', 'ordered', 'this', 'top', 'in', 'the', 'black', 'and', 'red', 'and', 'i', 'have', 'to', 'say', 'this', 'is', 'one', 'of', 'my', 'favorite', 'tops', 'the', 'neck', 'line', 'i', 'agree', 'does', 'need', 'to', 'be', 'secured', 'i', 'wish', 'they', 'would', 'have', 'added', 'a', 'snap', 'it', "'s", 'fine', 'though', 'as', 'i', 'do', "n't", 'mind', 'sewing', 'it', 'closed', 'this', 'top', 'is', 'worth', 'it', 'i', "'m", '5', '2', '108', 'lbs', 'and', 'small', 'chested', 'so', 'for', 'slim', 'girls', 'i', 'think', 'this', 'is', 'perfect', ',5,1,1', 'general', 'tops', 'knits'] ['1798,825,62', 'great', 'basic', 'i', 'really', 'like', 'this', 'shirt', 'the', 'material', 'was', 'a', 'little', 'heavier', 'cotton', 'than', 'i', 'expected', 'in', 'looking', 'at', 'the', 'picture', 'which', 'is', 'good', 'otherwise', 'it', 'could', 'look', 'like', 'you', 'slept', 'in', 'the', 'shirt', 'it', 'is', 'something', 'that', 'is', 'going', 'to', 'wrinkle', 'when', 'you', 'wear', 'it', 'so', 'if', 'that', 'is', 'bothersome', 'then', 'pass', 'on', 'this', 'shirt', 'it', "'s", 'a', 'bit', 'longer', 'which', 'i', 'also', 'like', 'because', 'it', 'will', 'work', 'by', 'itself', 'or', 'under', 'a', 'jacket', 'or', 'sweater.,4,1,1', 'general', 'petite', 'tops', 'blouses'] ['1799,1008,66', 'colorful', 'lovely', 'i', 'found', 'this', 'skirt', 'to', 'run', 'tts', 'i', 'am', 'a', 'size', '16', 'and', 'the', 'bought', 'the', 'xl', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'and', 'the', 'colors', 'are', 'so', 'much', 'prettier', 'in', 'person', 'i', 'paired', 'it', 'with', 'a', 'black', 'turtle', 'neck', 'and', 'black', 'dolce', 'vita', 'booties', 'that', 'i', 'snagged', 'on', 'sale', 'at', 'my', 'local', 'retailer', 'happy', 'girl', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1800,921,32', 'beautiful', 'sweater', 'this', 'sweater', 'is', 'comfortable', 'yet', 'still', 'work', 'appropriate', 'the', 'ruffled', 'shoulders', 'adds', 'a', 'feminine', 'touch.,5,1,0', 'general', 'tops', 'sweaters'] ['1801,1095,23', 'great', 'idea', 'okay', 'execution', 'i', 'have', 'a', 'shorter', 'torso', 'and', 'so', 'i', 'usually', 'love', 'dresses', 'that', 'hit', 'right', 'at', 'my', 'waist-', 'so', 'this', 'dress', 'seemed', 'perfect'] ['i', 'ordered', 'a', 'size', '2', 'petite', 'which', 'fit', 'very', 'well', 'the', 'regular', 'two', 'in', 'picture', 'was', 'not', 'as', 'well', 'made', 'the', 'straps', 'did', "n't", 'fit', 'as', 'well', 'they', 'were', 'less', 'of', 'an', 'x', 'and', 'way', 'more', 'fabric', 'petite', 'fit', 'great', 'i', 'think', 'this', 'dress', 'is', 'really', 'fun', 'but', 'not', 'very', 'mature', 'i', 'returned', 'it', 'because', 'it', 'did', "n't", 'feel', 'adult', 'enough', 'for', 'the', 'event', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['1802,867,43', 'great', 'buy', 'on', 'sale', 'just', 'picked', 'this', 'up', 'in', 'black', 'in', 'the', 'store', 'on', 'the', 'hanger', 'it', 'looks', 'like', 'just', 'another', 'v-neck', 'tank', 'but', 'it', 'is', 'quite', 'flattering', 'on', 'however', 'the', 'v-neck', 'is', 'quite', 'exaggerated', 'and', 'loose', 'i', 'will', 'be', 'pinning', 'it', 'so', 'it', 'does', "n't", 'sag', 'open', ',4,1,1', 'general', 'tops', 'knits'] ['1803,1030,41', 'just', 'like', 'the', 'photo', 'i', 'love', 'jeans', 'especially', 'this', 'pair', 'perfect', 'fit', 'hugs', 'in', 'all', 'the', 'right', 'places', 'perfect', 'length', 'worn', 'it', '3x', 'already', 'and', 'it', 'gets', 'better', 'every', 'time', 'you', 'wear', 'it', 'goes', 'great', 'with', 'a', 'cute', 'too', ',5,1,1', 'general', 'bottoms', 'jeans'] ['1804,1095,27', 'this', 'dress', 'is', 'made', 'of', 'a', 'very', 'thick', 'material', 'both', 'on', 'the', 'top', 'and', 'bottom', 'making', 'it', 'very', 'flattering', 'lots', 'of', 'compliments', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1805,867,43', 'cute', 'summer', 'top', 'this', 'is', 'a', 'nice', 'lightweight', 'summer', 'top', 'to', 'wear', 'with', 'a', 'pair', 'of', 'shorts', 'it', 'is', 'low', 'cut', 'though', 'lower', 'than', 'i', 'expected', 'so', 'i', 'wear', 'a', 'tank', 'underneath', 'it', 'the', 'layers', 'are', 'flattering.,4,1,0', 'general', 'tops', 'knits'] ['1806,867,37', 'odd', 'fit', 'this', 'shirt', 'was', 'so', 'weird', 'it', 'does', 'not', 'fit', 'like', 'the', 'photo', 'at', 'all', 'there', 'seems', 'to', 'be', 'missing', 'a', 'stitch', 'or', 'something', 'at', 'the', 'top', 'as', 'it', 'is', 'wide', 'open', 'until', 'the', 'bottom/where', 'it', 'meets', 'the', 'other', 'layer', 'i', 'could', 'wear', 'a', 'tank/camisole', 'underneath', 'but', 'it', 'still', 'just', 'did', 'not', 'fit', 'right', 'i', 'do', 'not', 'have', 'a', 'large', 'chest', 'but', 'this', 'was', 'ridiculous', 'beyond', 'that', 'the', 'red', 'color', 'was', 'just', 'okay', 'even', 'though', 'i', 'purchased', 'this', 'on', 'sale', 'it', 'was', 'not', 'worth', 'the', 'price', 'and', 'i', 'returned', ',1,0,0', 'general', 'tops', 'knits'] ['1807,1095,42', 'just', 'weird', 'i', 'saw', 'this', 'dress', 'and', 'immediately', 'started', 'daydreaming', 'about', 'wearing', 'it', 'while', 'honeymooning', 'in', 'italy', 'along', 'the', 'amalfi', 'coast', 'or', 'the', 'cinque', 'terre', 'with', 'my', 'husband', 'and', 'then', 'i', 'tried', 'this', 'dress', 'on', 'and', 'immediately', 'woke', 'up', 'the', 'cut', 'is', 'a', 'disaster', 'the', 'quality', 'is', 'terrible', 'and', 'the', 'dress', 'just', 'plain', 'did', "n't", 'work', 'the', 'strips', 'of', 'elastic', 'were', 'sewn', 'unevenly', 'giving', 'the', 'appearance', 'that', 'there', 'was', 'one', 'large', 'breast', 'and', 'one', 'non-existent', 'breast', 'the', 'neckline', 'was', 'so', 'long', 'that', 'it', 'had', 'to', 'have', 'the', 'elastic', 'run', 'over', 'the', 'outsi', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['1808,822,25', 'so', 'different', 'in', 'a', 'good', 'way', 'this', 'blouse', 'is', 'pretty', 'sheer', 'but', 'perfect', 'for', 'a', 'summer', 'day', 'good', 'coverage', 'in', 'the', 'front', 'and', 'under', 'arms', 'on', 'the', 'sides', 'for', 'limited', 'bra', 'exposure', 'and', 'a', 'very', 'cute', 'opening', 'in', 'on', 'the', 'lower', 'back', ',4,1,1', 'general', 'tops', 'blouses'] ['1809,867,39', 'droopy', 'front', 'heavy', 'fabric', 'right', 'out', 'of', 'the', 'bag', 'this', 'top', 'did', "n't", 'really', 'match', 'the', 'one', 'pictured', 'here', 'it', 'is', 'the', 'right', 'top', 'though', 'the', 'fabric', 'was', 'heavy', 'and', 'felt', 'damp', 'the', 'way', 'something', 'feels', 'coming', 'out', 'of', 'the', 'wash.', 'very', 'odd'] ['and', 'the', 'fit', 'is', 'nothing', 'like', 'what', "'s", 'shown', 'on', 'the', 'model', 'the', 'v', 'is', 'not', 'fitted', 'or', 'nicely', 'wrapped', 'or', 'even', 'tacked', 'in', 'place', 'it', 'was', 'just', 'two', 'loose', 'droopy', 'pieces', 'so', 'most', 'of', 'my', 'bra', 'was', 'showing', 'no', 'matter', 'how', 'many', 'times', 'i', 'put', 'the', 'pieces', 'back', 'where', 'they', 'belonged', 'i', "'m", 'neither', 'flat', 'chested', 'nor', 'busty', ',1,0,8', 'general', 'tops', 'knits'] ['1810,1094,23', ',i', 'love', 'this', 'dress', 'perfect', 'for', 'both', 'work', 'and', 'play', 'and', 'can', 'be', 'worn', 'in', 'all', 'seasons', 'thanks', 'to', 'the', 'sleeves.,5,1,0', 'general', 'dresses', 'dresses'] ['1811,994,35', 'feminine', 'romantic', 'skirt', 'this', 'skirt', 'caught', 'my', 'eye', 'immediately', 'i', 'love', 'the', 'beautiful', 'patterns', 'and', 'colors', 'i', "'m", 'currently', 'pairing', 'it', 'with', 'a', 'charcoal', 'grey', 'top', 'which', 'works', 'well', 'the', 'only', 'slight', 'concern', 'is', 'the', 'material', 'is', 'a', 'little', 'poofy', 'i', 'still', 'love', 'it', 'and', 'definitely', 'recommend', 'this', 'standout', 'piece', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['1812,868,38', 'great', 'top', 'i', 'was', 'surprised', 'and', 'impressed', 'by', 'how', 'well', 'made', 'this', 'top', 'is', 'it', 'looks', 'and', 'feels', 'expensive', 'and', 'of', 'good', 'quality', 'it', 'is', 'a', 'very', 'flattering', 'fit', 'for', 'someone', 'like', 'me', 'who', 'is', 'small', 'on', 'top', 'and', 'wider', 'at', 'the', 'hips', 'area', 'i', 'look', 'forward', 'to', 'wearing', 'this', 'top', 'all', 'through', 'the', 'fall/winter/holiday', 'seasons', ',5,1,0', 'general', 'tops', 'knits'] ['1813,481,53', 'too', 'shortwaisted', 'so', 'cute', 'and', 'so', 'adorable', 'but', 'too', 'short', 'for', 'my', 'body', 'in', 'size', 'small', 'i', "'m", 'going', 'to', 'try', 'a', 'size', 'medium'] ['fabric', 'is', 'a', 'nice', 'weight', 'cotton', 'lining', 'is', 'good', 'sleeves', 'are', 'a', 'not', 'too', 'tight', ',4,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1814,481,31', 'it', 'really', 'is', 'such', 'a', 'cute', 'romper', 'took', 'it', 'on', 's', 'trip', 'to', 'italy', 'and', 'it', 'was', 'airy', 'and', 'comfortable', 'that', 'is', 'in', 'till', 'i', 'washed', 'it', 'i', "'m", 'in', 'europe', 'so', 'there', 'are', "n't", 'dryers', 'washed', 'it', 'in', 'cold', 'water', 'line-dried', 'it', 'and', 'it', 'shrunk', 'significantly', 'it', 'still', 'fits', 'but', 'the', 'top', 'does', "n't", 'blouse', 'over', 'like', 'it', 'previously', 'did', 'and', 'the', 'shorts', 'feel', 'really', 'short', 'so', 'disappointed', 'my', 'advice', 'would', 'be', 'to', 'hand', 'wash', 'it', 'in', 'very', 'cold', 'water', ',3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1815,1080,57', 'perfect', 'beautiful', 'flattering', 'dress', 'love', 'that', 'you', 'can', 'where', 'a', 'bra', 'without', 'having', 'to', 'be', 'concerned', 'about', 'straps', 'showing', 'very', 'happy', 'with', 'purchase', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['1816,1080,37', 'i', "'m", 'so', 'excited', 'about', 'this', 'dress', 'it', "'s", 'perfect', 'for', 'the', 'summer', 'the', 'material', 'is', 'so', 'soft', 'and', 'lightweight', 'with', 'a', 'great', 'lining', 'i', 'ordered', 'a', 'small', 'petite', 'and', 'it', 'fits', 'great', 'the', 'ruching', 'in', 'the', 'front', 'is', "n't", 'overdone', 'so', 'you', 'do', "n't", 'have', 'to', 'worry', 'about', 'adding', 'bulk', 'in', 'the', 'midsection', 'no', 'problem', 'with', 'my', 'bra', '32dd', 'showing', 'in', 'the', 'back', 'either', ',4,1,3', 'general', 'dresses', 'dresses'] ['1817,994,35', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1818,481,31', 'if', 'only', 'i', 'was', 'really', 'happy', 'when', 'i', 'saw', 'this', 'romper', 'online', 'and', 'ordered', 'it', 'right', 'away', 'unfortunately', 'being', 'larger', 'chested', 'i', 'thought', 'i', 'would', 'size', 'up', 'to', 'a', 'medium', 'bad', 'choice', 'now', 'i', 'have', 'a', 'beautiful', 'romper', 'that', 'is', 'too', 'big', 'for', 'me', 'i', 'will', 'be', 'getting', 'this', 'one', 'tailored.,3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1819,481,38', 'cute', 'if', 'you', "'re", 'planning', 'to', 'hold', 'it', 'on', 'this', 'romper', 'is', 'cute', 'well-made', 'and', 'true', 'to', 'size', 'but', 'i', 'have', "n't", 'figured', 'it', 'out', 'how', 'to', 'put', 'this', 'on', 'without', 'having', 'someone', 'tie', 'the', 'back', 'ties', 'which', 'pretty', 'much', 'means', 'that', 'going', 'to', 'the', 'bathroom', 'is', 'not', 'an', 'option', 'while', 'you', 'have', 'this', 'romper', 'on', 'not', 'sure', 'what', 'the', 'designers', 'were', 'thinking', 'here', 'i', "'m", 'returning', 'this', 'one', ',2,0,1', 'general', 'petite', 'bottoms', 'pants'] ['1820,902,56', 'high', 'in', 'back', 'this', 'is', 'a', 'beautiful', 'sweater', 'but', 'if', 'came', 'up', 'weirdly', 'high', 'on', 'me', 'in', 'back', 'higher', 'than', 'it', 'looks', 'on', 'the', 'model', 'she', 'must', 'have', 'on', 'high', 'waisted', 'pants', ',4,0,0', 'general', 'tops', 'fine', 'gauge'] ['1821,1054,62', 'not', 'for', 'me', 'super', 'long', 'even', 'at', '5', '7', 'and', 'a', 'little', 'too', 'voluminous', 'for', 'my', 'taste', 'incredibly', 'comfortable', 'and', 'beautiful', 'pattern', 'though', 'i', "'m", 'having', 'a', 'hard', 'time', 'imagining', 'there', 'getting', 'much', 'use', 'for', 'me', 'so', 'even', 'at', 'the', 'sale', 'price', 'they', "'re", 'going', 'back', ',3,1,0', 'general', 'bottoms', 'pants'] ['1822,1094,43', 'huge', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'dress', 'had', 'the', 'perfect', 'red', 'shoes', 'to', 'go', 'with', 'it', 'unfortunately', 'i', 'could', 'have', 'been', 'nine', 'months', 'pregnant', 'and', 'still', 'wear', 'the', 'small', 'i', 'am', '5', '4/118lb', 'and', 'it', 'was', 'like', 'a', 'maternity', 'dress', 'sad', 'to', 'send', 'it', 'back', ',2,0,0', 'general', 'dresses', 'dresses'] ['1823,1026,55', 'love', 'them', 'these', 'are', 'the', 'most', 'comfortable', 'pants', 'i', 'own', 'i', 'bought', 'them', 'in', 'the', 'gold', 'green', 'and', 'gray', 'which', 'really', 'does', 'look', 'more', 'like', 'a', 'grayish', 'purple', 'the', 'gold', 'is', 'my', 'favorite', 'it', 'goes', 'with', 'so', 'many', 'things', 'i', 'was', 'just', 'checking', 'to', 'see', 'if', 'there', 'were', 'any', 'other', 'colors', 'would', 'love', 'them', 'in', 'black', 'and', 'a', 'burgundy', 'i', "'m", 'about', '125', 'lbs', '5', 'foot', '7', 'and', 'the', '28', 'is', 'a', 'perfect', 'fit', 'the', 'saleswoman', 'warned', 'that', 'they', 'would', 'stretch', 'out', 'but', 'i', 'have', "n't", 'found', 'that', 'to', 'be', 'a', 'real', 'problem', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1824,868,66', 'great', 'w/', 'black', 'crops', 'glad', 'i', 'got', 'this', 'on', 'sale', 'it', 'is', 'more', 'yellow', 'than', 'the', 'photo', 'short', 'it', 'is', 'also', 'heavy', 'with', 'a', 'sueded', 'interior', 'would', 'have', 'given', 'more', 'stars', 'if', 'it', 'was', 'less', 'boxy', 'longer.,3,1,0', 'general', 'tops', 'knits'] ['1825,1054,24', 'love', 'these', 'pants', 'super', 'comfortable', 'but', 'feel', 'high', 'quality', 'i', 'am', 'usually', 'a', 'size', '2', 'and', 'the', 'xs', 'fits', 'perfectly', ',5,1,0', 'general', 'bottoms', 'pants'] ['1826,1080,27', 'lining', 'makes', 'all', 'the', 'difference', '130', 'lb', '5', '5', '32dd', 'ordered', 'xs', 'this', 'dress', 'is', 'a', 'bit', 'outside', 'my', 'normal', 'retailer', 'style', 'but', 'i', 'love', 'tracy', 'reese', 'designs', 'and', 'it', 'had', 'good', 'reviews', 'so', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'i', 'could', 'not', 'be', 'more', 'pleased', 'with', 'this', 'decision', 'as', 'some', 'of', 'the', 'other', 'reviewers', 'have', 'said', 'the', 'dress', 'is', 'very', 'well', 'made', 'the', 'lining', 'in', 'particular', 'is', 'excellent-', 'it', 'is', 'a', 'soft', 'mesh', 'that', 'prevents', 'the', 'dress', 'from', 'clinging', 'without', 'adding', 'bulk', 'in', 'the', 'hot', 'summer', 'weather', 'i', 'typically', 'wear', 'more', 'structured', 'dresses', 'but', 'the', 'lining', 'on', 'this', 'dres', ',5,1,3', 'general', 'dresses', 'dresses'] ['1827,994,24', 'great', 'material', 'and', 'design', 'as', 'most', 'other', 'reviewers', 'stated', 'the', 'skirt', 'does', 'run', 'a', 'bit', 'large', 'and', 'long', 'however', 'it', 'is', 'nothing', 'a', 'tailor', 'ca', "n't", 'fix', 'i', 'plan', 'on', 'getting', 'it', 'taken', 'in', 'to', 'fit', 'higher', 'up', 'on', 'my', 'waist', 'to', 'make', 'it', 'both', 'smaller', 'and', 'hit', 'closer', 'to', 'below', 'my', 'knees', 'rather', 'than', 'mid-calf', 'the', 'elegance', 'of', 'the', 'skirt', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'what', 'top/shoes', 'you', 'pair', 'it', 'with', 'it', 'feels', 'well', 'made', 'and', 'the', 'coloring', 'is', 'much', 'better', 'in', 'person', 'than', 'in', 'the', 'picture', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1828,1080,43', 'really', 'wanted', 'to', 'like', 'it', 'but', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'and', 'was', 'so', 'disappointed', 'when', 'it', 'came', 'in', 'the', 'mail', 'if', 'you', 'have', 'any', 'sort', 'of', 'hips', 'the', 'light', 'pattern', 'in', 'the', 'middle', 'does', "n't", 'do', 'you', 'any', 'favors', 'this', 'made', 'my', 'hips', 'look', 'soooo', 'wide', 'and', 'the', 'seaming', 'and', 'gathering', 'in', 'the', 'middle', 'was', 'just', 'off', 'if', 'it', 'was', 'one', 'continuous', 'piece', 'of', 'fabric', 'it', 'might', 'look', 'better', 'with', 'the', 'seam', 'the', 'pattern', 'was', 'cut', 'up', 'and', 'looked', 'pieced', 'together', 'that', 'just', 'drew', 'too', 'much', 'attention', 'to', 'my', 'stomach', 'and', 'hips', 'it', 'had', 'to', 'go', 'back', ',1,0,0', 'general', 'dresses', 'dresses'] ['1829,1080,40', 'the', 'maxi', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'the', 'first', 'reviewer', 'summed', 'up', 'many', 'of', 'my', 'thoughts', 'exactly', 'i', 'do', "n't", 'like', 'to', 'go', 'without', 'a', 'bra', 'and', 'this', 'dress', 'with', 'its', 'slightly', 'wider', 'almost', 'cap-sleeve', 'straps', 'solves', 'my', 'problem', 'perfectly', 'i', 'love', 'this', 'neckline', 'and', 'wish', 'i', "'d", 'see', 'it', 'in', 'more', 'maxi', 'dresses', 'the', 'crossover', 'and', 'cutouts', 'in', 'the', 'back', 'mimic', 'the', 'lines', 'of', 'a', 'traditional', 'indian', 'sari', 'blouse', 'and', 'skirt', 'again', 'without', 'sacrificing', 'bra', 'coverage', 'just', 'a', 'beautiful', 'and', 'inspired', 'design', 'definitely', 'a', 'standout', 'in', 'the', 'sea', 'of', 'summer', 'maxi', 'dresses', 'i', "'ve", 'seen', 'i', 'lov', ',4,1,17', 'general', 'dresses', 'dresses'] ['1830,1094,47', 'gorgeus', 'dress', 'i', 'love', 'the', 'bohemian', 'look', 'and', 'fell', 'in', 'love', 'when', 'i', 'saw', 'this', 'dress', 'when', 'i', 'saw', 'it', 'online', 'it', "'s", 'pricey', 'but', 'i', 'am', 'holding', 'on', 'to', 'it', 'because', 'it', "'s", 'really', 'beautiful', 'i', 'got', 'a', 'medium', 'i', "'m", '5', '2', 'medium', 'built', 'it', "'s", 'just', 'perfect', 'i', "'m", 'tempted', 'to', 'get', 'the', 'petite', 'but', 'with', 'petite', 'the', 'top', 'gets', 'to', 'be', 'too', 'short', 'so', 'i', 'think', 'i', "'ll", 'stick', 'with', 'regular', 'size', 'my', 'family', 'loved', 'it', 'the', 'quality', 'and', 'detail', 'in', 'the', 'dress', 'is', 'just', 'gorgeous', 'you', 'can', 'easily', 'dress', 'this', 'up', 'or', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['1831,1001,28', 'high', 'hopes', 'but', 'tiny', 'and', 'flimsy', 'i', 'am', 'almost', 'always', 'an', 'xs', 'in', 'bottoms', 'sz', '0-2', 'but', 'literally', 'could', "n't", 'get', 'the', 'stretchy', 'waistband', 'no', 'zip', 'or', 'fastening', 'in', 'xs', 'up', 'my', 'hips', 'in', 'addition', 'the', 'brocade', 'is', 'a', 'very', 'lightweight', 'polyestery', 'tinselly', 'weave', 'does', 'not', 'suggest', 'quality', 'as', 'others', 'have', 'noted', 'it', 'also', 'runs', 'short', 'i', "'m", '5', '3', 'and', 'this', 'was', 'a', 'little', 'below', 'knee', 'length', 'on', 'me', 'not', 'ankle-length', 'i', "'ve", 'had', 'luck', 'with', 'retailer', "'s", 'sale', 'section', 'in', 'the', 'past', 'including', 'some', 'items', 'that', 'did', "n't", 'always', 'start', 'off', 'with', 'the', 'best', 'reviews', 'but', 'have', 'no', 'regret', ',1,0,0', 'general', 'bottoms', 'skirts'] ['1832,1080,37', 'this', 'dress', 'is', 'extremely', 'comfortable', 'and', 'easy', 'to', 'wear', 'with', 'a', 'bra', 'the', 'back', 'is', 'great', 'and', 'the', 'length', 'is', 'perfect', 'for', 'me', 'it', "'s", 'flattering', 'but', 'the', 'pattern', 'being', 'light', 'in', 'color', 'across', 'the', 'middle', 'is', "n't", 'particularly', 'flattering', 'on', 'your', 'waist', 'that', 'being', 'said', 'though', 'the', 'gathering', 'in', 'front', 'is', 'great', 'for', 'hiding', 'bumps', 'and', 'whatnot', 'after', '3', 'kids', 'that', "'s", 'important', 'to', 'me', 'lightweight', 'and', 'great', 'for', 'summer', '5', '8', '135lbs', 'and', 'the', 'size', 's', 'fit', 'perfectly', ',4,1,10', 'general', 'dresses', 'dresses'] ['1833,903,35', 'lovely', 'i', 'love', 'this', 'top', 'fits', 'true', 'to', 'size', 'tunic', 'length', 'thin', 'comfy', 'fabric', 'adorable', 'subtle', 'print', 'the', 'perfect', 'top', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['1834,1026,33,5-star', 'fantastic', 'this', 'is', 'my', 'first', 'ever', 'review', 'these', 'pants', 'are', '5-star', 'fantastic', 'ordering', 'additional', 'colors', 'because', 'i', 'love', 'these', 'so', 'much', 'and', 'am', 'finding', 'i', 'want', 'to', 'wear', 'them', 'every', 'day', 'i', 'initially', 'ordered', 'the', 'bronze', 'color', 'which', 'is', 'superb', 'just', 'beautiful', 'i', 'was', 'worried', 'it', 'might', 'be', 'too', 'bright', 'to', 'wear', 'to', 'work', 'or', 'be', 'a', 'different', 'hue', 'in', 'real', 'life', 'but', 'they', 'look', 'just', 'like', 'the', 'picture', 'to', 'my', 'happy', 'surprise', 'they', 'dress', 'up', 'easily', 'it', "'s", 'a', 'really', 'rich', 'color', 'that', 'i', 'have', 'been', 'able', 'to', 'pull', 'off', 'at', 'work', 'with', 'long', 'sweaters', 'and', 'boot', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1835,994,57', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1836,1094,43', ',i', 'feel', 'like', 'an', 'indian', 'goddess', 'in', 'this', 'dress', 'lots', 'of', 'swing', 'to', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['1837,1094,36', 'loved', 'but', 'unsure', 'about', 'quality', 'i', 'loved', 'this', 'dress', 'the', 'minute', 'i', 'tried', 'it', 'on', 'and', 'am', 'actually', 'really', 'sad', 'that', 'i', 'had', 'to', 'return', 'it', 'however', 'the', 'embroidery', 'was', 'unraveling', 'in', 'several', 'places', 'before', 'i', "'d", 'even', 'worn', 'it', 'so', 'i', 'thought', 'it', 'would', 'probably', 'only', 'get', 'worse', 'too', 'bad', 'because', 'it', "'s", 'gorgeous', 'and', 'flattering', ',3,1,0', 'general', 'dresses', 'dresses'] ['1838,481,33', 'this', 'romper', 'originally', 'caught', 'my', 'eye', 'in', 'the', 'beginning', 'of', 'the', 'summer', 'with', 'the', 'sweet', 'back', 'bow', 'detail', 'i', 'had', 'originally', 'planned', 'to', 'purchase', 'for', 'a', 'trip', 'to', 'paris', 'in', 'june', 'but', 'waited', 'until', 'the', 'last', 'minute', 'and', 'my', 'size', 'was', "n't", 'immediately', 'available', 'at', 'my', 'local', 'store', 'i', 'had', 'honestly', 'forgotten', 'about', 'the', 'romper', 'until', 'i', 'noticed', 'it', 'recently', 'in', 'the', 'sale', 'section', 'at', 'that', 'price', 'i', 'could', "n't", 'pass', 'it', 'up', 'again', 'it', 'was', "n't", 'available', 'in', 'my', 'size', 'at', 'the', 'store', 'location', 'but', 'they', 'were', 'able', 'to', 'ship', 'it', 'w/in', 'a', 'few', 'days', 'i', 'p', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1839,868,48', 'beautiful', 'unique', 'top', 'love', 'the', 'unique', 'details', 'and', 'neutral', 'color', 'scheme', 'top', 'is', 'boxy', 'but', 'i', 'liked', 'the', 'way', 'it', 'looked', 'on', 'my', '5', '2', '115', 'lb', 'frame', 'it', "'s", 'comfortable', 'and', 'well', 'made', 'thicker', 'material', 'seems', 'to', 'be', 'holding', 'up', 'fine', 'after', 'one', 'washing', 'looks', 'great', 'with', 'skinny', 'jeans', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['1840,994,33', 'lovely', 'skirt', 'runs', 'a', 'bit', 'large', 'lovely', 'assemblage', 'of', 'prints', 'looks', 'great', 'in', 'motion', 'but', 'the', 'waistband', 'runs', 'a', 'touch', 'large', 'if', 'you', "'re", 'between', 'sizes', 'maybe', 'size', 'down', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1841,1094,58', 'love', 'this', 'dress', 'the', 'little', 'details', 'are', 'just', 'beautiful', 'the', 'embroidery', 'and', 'tassels', 'are', 'so', 'cute', 'loose', 'fitting', 'just', 'floats', 'over', 'the', 'body', 'feels', 'very', 'light.,5,1,3', 'general', 'dresses', 'dresses'] ['1842,868,49', 'love', 'this', 'top', 'i', 'really', 'loved', 'this', 'top', 'the', 'minute', 'i', 'put', 'it', 'on', 'read', 'the', 'other', 'reviews', 'but', 'it', 'really', 'worked', 'for', 'me', 'i', 'am', '5', '3', '36dd', 'athletic', 'build', 'and', 'the', 'm', 'fit', 'perfectly', 'with', 'a', 'nice', 'roomy', 'fit', 'top', 'will', 'be', 'perfect', 'for', 'my', 'upcoming', 'trip', 'to', 'tahoe', 'plan', 'to', 'wear', 'with', 'light', 'denim', 'dark', 'denim', 'and', 'black', 'cropped', 'denim', 'bottoms', 'even', 'looks', 'great', 'with', 'a', 'culottes', 'or', 'denim', 'skirt', 'the', 'weight', 'is', 'really', 'nice', 'and', 'it', 'washed', 'nicely', 'i', 'washed', 'on', 'delicate', 'and', 'laid', 'flat', 'to', 'dry', 'a', 'little', 'pressing', 'and', 'good', 'as', 'new', 'it', 'has', 'a', 'nice', 'boze', ',5,1,6', 'general', 'tops', 'knits'] ['1843,1026,35', 'sizing', 'is', 'all', 'over', 'the', 'map', 'if', 'you', 'happen', 'to', 'get', 'a', 'size', 'that', 'fits', 'you', 'you', 'will', 'love', 'these', 'leggings', 'they', 'are', 'true', 'to', 'size', 'when', 'the', 'quality', 'control', 'works', 'i', 'got', '2', 'pair', 'both', 'in', 'size', '28', 'one', 'fits', 'perfectly', 'and', 'the', 'other', 'fits', 'like', 'my', 'mothers', 'high', 'waisted', 'jeans', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfortable', 'also', 'not', 'sure', 'who', 'named', 'these', 'colors', 'but', 'the', 'grey', 'is', 'really', 'light', 'purple', 'and', 'the', 'dark', 'grey', 'is', 'dark', 'purple', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1844,1080,32', 'gorgeous', 'maxi', 'dress', 'flattering', 'dress', 'that', 'looks', 'great', 'on', 'the', 'back', 'cut', 'out', 'shows', 'some', 'skin', 'while', 'still', 'covering', 'up', 'a', 'bra', 'the', 'petite', 'size', 'fits', 'true', 'to', 'size,5,1,1', 'general', 'dresses', 'dresses'] ['1845,1026,34', 'cute', 'leggings', 'for', 'cooler', 'days', 'but', 'be', 'aware', 'of', 'fit', 'i', "'ve", 'been', 'wanting', 'to', 'add', 'some', 'cords', 'to', 'my', 'wardrobe', 'and', 'had', 'to', 'give', 'these', 'a', 'try', 'i', 'ordered', 'the', 'blue', 'color', 'on-line', 'in', 'size', '31.', 'i', "'m", 'somewhat', 'in-between', 'size', '30', 'and', '31', 'in', 'jeans', 'right', 'now', 'so', 'i', 'thought', 'i', "'d", 'be', 'on', 'the', 'safe', 'side', 'and', 'go', 'up', 'i', 'ended', 'up', 'keeping', 'these', 'and', 'i', "'m", 'happy', 'with', 'my', 'purchase', 'although', 'i', 'do', 'feel', 'like', 'the', 'cut', 'of', 'the', 'leggings', 'is', 'a', 'bit', 'off', 'for', 'me', 'i', 'am', 'a', 'proportional', 'hour-glass', 'shape', 'and', 'i', 'found', 'these', 'leggings', 'to', 'be', 'quite', 'snug', 'in', 'the', 'thigh', 'while', 'being', 'oversized', 'in', 'the', 'waist'] ['in', 'the', 'end', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['1846,1026,36', 'i', 'really', 'wanted', 'the', 'dark', 'grey', 'but', 'it', 'has', 'been', 'sold', 'out', 'in', 'my', 'size', 'for', 'many', 'months', 'i', 'finally', 'ended', 'up', 'with', 'the', 'navy', 'i', 'think', 'they', 'are', 'much', 'cuter', 'in', 'person', 'the', 'color', 'nicer', 'also', 'i', 'think', 'the', 'cuffs', 'have', 'been', 'folded', 'under', 'in', 'some', 'of', 'the', 'pictures', 'of', 'the', 'models', 'making', 'the', 'shape', 'look', 'just', 'a', 'tad', 'odd', 'i', 'got', 'my', 'usual', 'size', 'and', 'the', 'fit', 'was', 'perfect', 'they', 'stretch', 'just', 'enough', 'i', 'would', 'get', 'the', 'second', 'pair', 'in', 'a', 'heartbeat', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1847,1094,66', 'great', 'dress', 'but', 'loved', 'this', 'dress', 'and', 'ordered', 'it', 'based', 'on', 'glowing', 'reviews', 'ordered', 'size', 'large', 'because', 'i', 'weigh', '155', 'pounds', 'and', 'have', 'a', 'large', '34g', 'bust', 'the', 'dress', 'skimmed', 'nicely', 'over', 'my', 'body', 'but', 'the', 'baby', 'doll', 'style', 'fit', 'loosely', 'and', 'made', 'me', 'look', 'really', 'wide', 'from', 'the', 'side', 'i', 'probably', 'could', 'have', 'sized', 'down', 'for', 'a', 'better', 'fit', 'but', 'it', 'might', 'have', 'just', 'emphasized', 'my', 'bust', 'the', 'fabric', 'has', 'a', 'substantial', 'weight', 'and', 'it', "'s", 'lined', 'best', 'as', 'a', 'fall', 'winter', 'dress', 'the', 'embroidery', 'is', 'beautiful', 'i', 'disliked', 'the', 'intense', 'black', 'color', 'around', 'my', 'f', ',3,1,2', 'general', 'dresses', 'dresses'] ['1848,1080,39', 'i', 'ordered', 'a', 'petite', 'small', 'i', "'m", '5', '3', '135', 'lbs', 'and', '34b', 'and', 'the', 'length', 'was', 'perfect', 'and', 'the', 'fit', 'was', 'great', 'like', 'the', 'previous', 'reviews', 'love', 'you', 'can', 'wear', 'a', 'bra', 'with', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['1849,1080,28', 'this', 'dress', 'is', 'perfect', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', 'got', 'petite', 'and', 'the', 'length', 'was', 'perfect', 'it', 'was', 'so', 'soft', 'and', 'so', 'pretty', 'perfect', 'for', 'a', 'wedding.,5,1,0', 'general', 'dresses', 'dresses'] ['1850,1080,31', 'i', 'adore', 'this', 'dress.', 'soft', 'comfy', 'flattering', 'just', 'a', 'beautiful', 'dress', 'it', 'works', 'for', 'any', 'occasion', 'i', 'ca', "n't", 'express', 'how', 'much', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['1851,868,63', ',i', "'m", 'a', '32ddd', 'and', 'this', 'top', 'fit', 'perfect', 'i', 'wore', 'it', 'with', 'boyfriend', 'jeans', 'and', 'flats', 'the', 'material', 'is', 'nice', 'and', 'perfect', 'for', 'fall,4,1,0', 'general', 'tops', 'knits'] ['1852,481,41', 'super', 'adorable', 'the', 'romper', 'is', 'well', 'made', 'and', 'just', 'plain', 'cute', 'i', 'bought', 'it', 'the', 'second', 'i', 'saw', 'it', 'and', 'do', "n't", 'regret', 'my', 'impulse', 'buy', 'one', 'bit', '135', '5', '5', 'and', 'the', 'small', 'fit', 'perfectly', ',5,1,9', 'general', 'petite', 'bottoms', 'pants'] ['1853,1080,41', 'love', 'it', 'i', 'have', 'been', 'searching', 'for', 'great', 'bra', 'friendly', 'maxis', 'and', 'the', 'design', 'and', 'colors', 'of', 'this', 'one', 'are', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'love', 'how', 'the', 'front', 'and', 'back', 'dip', 'down', 'and', 'the', 'open', 'back', 'with', 'crossover', 'detail', 'is', 'really', 'sleek', 'looking', 'overall', 'it', "'s", 'tts', 'but', 'the', 'chest', 'is', 'a', 'little', 'low', 'cut', 'so', 'some', 'will', 'want', 'to', 'size', 'up', 'for', 'extra', 'coverage', 'the', 'fabric', 'is', 'a', 'silky', 'jersey', 'made', 'of', 'mostly', 'rayon', '95', 'and', 'spandex', '5', 'with', 'a', 'mesh', 'nylon/spandex', 'lining', 'from', 'the', 'top', 'through', 'where', 'the', 'cream', 'color', 'ends', 'at', 'the', 'botto', ',4,1,47', 'general', 'dresses', 'dresses'] ['1854,857,33', 'sleeves', 'too', 'tight', 'ordered', 'a', 'l', 'and', 'xl', 'the', 'sleeves', 'were', 'so', 'tight', 'on', 'both', 'sizes', 'but', 'the', 'rest', 'of', 'the', 'shirt', 'was', 'wide', 'and', 'loose', 'the', 'tight', 'sleeves', 'were', 'not', 'proportional', 'with', 'the', 'rest', 'of', 'the', 'shirt', 'both', 'sizes', 'had', 'to', 'be', 'returned', ',1,0,12', 'general', 'tops', 'knits'] ['1855,1080,43', 'dreamy', 'bohemian', 'maxi', 'i', "'d", 'give', 'this', 'dress', '6', 'stars', 'if', 'i', 'could', 'it', "'s", 'possibly', 'the', 'best', 'dress', 'i', "'ve", 'bought', 'at', 'retailer', 'in', '12', 'years', 'of', 'shopping', 'there', 'the', 'fit', 'is', 'fantastic', 'with', 'the', 'ruching', 'around', 'the', 'waist', 'adding', 'camouflage', 'for', 'anyone', 'with', 'a', 'bit', 'of', 'a', 'tummy', 'the', 'cross', 'back', 'stamps', 'hide', 'a', 'bra', 'effortlessly', 'even', 'those', 'wide', 'supportive', 'bra', 'straps', 'that', 'larger', 'cupped', 'women', 'need', 'to', 'wear', 'the', 'mature', 'rial', 'is', 'soft', 'and', 'silky', 'to', 'the', 'touch', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'pattern', 'is', 'bohemian', 'and', 'elegant', 'not', 'hippy', 'dippy', 'at', 'all', 'i', "'m", '5', '6', ',5,1,2', 'general', 'dresses', 'dresses'] ['1856,481,59', 'beautiful', 'but', 'not', 'for', 'a', 'long', 'torso', 'hahaha', 'as', 'gorgeous', 'as', 'this', 'piece', 'is', 'i', 'look', 'absolutely', 'ridiculous', 'in', 'it', 'i', 'am', '5', '7', '115', 'lbs', 'but', 'have', 'a', 'long', 'torso', 'and', 'so', 'the', 'crotch', 'area', 'is', 'well', 'a', 'little', 'unflattering', 'to', 'say', 'the', 'least', 'i', 'am', 'really', 'sad', 'because', 'i', 'shy', 'away', 'from', 'shorts', 'due', 'to', 'my', 'year', 'round', 'pale', 'skin', 'but', 'this', 'fabric', 'and', 'color', 'worked', 'really', 'well', 'for', 'me', 'the', 'length', 'of', 'the', 'shorts', 'is', 'also', 'nice', 'and', 'the', 'back', 'is', 'beautiful', 'i', "'ve", 'never', 'had', 'a', 'romper', 'and', 'i', 'was', 'truly', 'hoping', 'this', 'one', 'would', 'be', 'the', 'one', 'for', 'me', 'it', 'is', 'all', 'round', 'perfect', 'if', 'you', ',4,0,1', 'general', 'petite', 'bottoms', 'pants'] ['1857,1094,30', 'huge', 'this', 'dress', 'had', 'beautiful', 'details', 'and', 'the', 'material', 'was', 'better', 'than', 'i', 'expected', 'however', 'it', 'was', 'huge', 'it', 'completed', 'swallowed', 'me', 'i', 'am', '5', '1', 'about', '106', 'pounds', 'with', 'quite', 'a', 'bit', 'of', 'muscle', 'i', 'ordered', 'a', '00p', 'and', 'it', 'still', 'looked', 'like', 'a', 'sack', ',2,0,0', 'general', 'dresses', 'dresses'] ['1858,1094,63', 'tassels', 'i', 'wanted', 'to', 'love', 'this', 'as', 'it', 'seemed', 'like', 'a', 'fun', 'and', 'carefree', 'take', 'on', 'a', 'little', 'black', 'dress'] [] ['but', 'how', 'did', 'i', 'not', 'see', 'that', 'this', 'has', 'tassels', 'but', 'they', "'re", 'there', 'a', 'whole', 'row', 'of', 'them', 'look', 'hear', 'the', 'bottom', 'of', 'the', 'skirt', 'part', 'between', 'the', 'colorful', 'stripes', 'and', 'the', 'lacy', 'area', 'that', "'s", 'a', 'deal', 'breaker', 'for', 'me', 'i', 'really', 'ca', "n't", 'stand', 'the', 'way', 'these', 'look', 'and', 'they', "'re", 'not', 'the', 'sort', 'of', 'thing', 'you', 'can', 'easily', 'remove'] [] ['the', 'fabric', 'though', 'nice', 'quality', 'has', 'no', 'stretch', 'at', 'all', 'i', 'was', "n't", 'expecting', 'stretch', 'but', 'i', "'d", 'just', 'say', ',3,0,1', 'general', 'dresses', 'dresses'] ['1859,857,34', 'great', 'casual', 'top', 'this', 'might', 'be', 'one', 'of', 'my', 'new', 'go', 'to', 'tops', 'looks', 'cute', 'with', 'jeans', 'and', 'a', 'sweater', 'or', 'alone', 'the', 'arms', 'are', 'snug', 'but', 'not', 'uncomfortable', 'and', 'i', 'think', 'it', 'adds', 'to', 'the', 'shirt.,4,1,0', 'general', 'tops', 'knits'] ['1860,1094,58', 'great', 'autumn', 'dress', 'i', 'needed', 'a', 'dress', 'to', 'go', 'to', 'a', 'reunion', 'party', 'not', 'hs', 'and', 'this', 'fit', 'the', 'bill', 'perfectly', 'it', 'fits', 'perfectly', 'and', 'its', 'short', 'but', 'not', 'too', 'short', 'it', 'is', 'a', 'great', 'work', 'dress', 'or', 'change', 'your', 'accessories', 'and', 'its', 'perfect', 'for', 'out', 'to', 'dinner.,5,1,0', 'general', 'dresses', 'dresses'] ['1861,1026,35', 'great', 'legging', 'cord', 'these', 'are', 'really', 'great', 'legging', 'style', 'cords', 'you', 'can', 'wear', 'them', 'without', 'worrying', 'about', 'covering', 'your', 'bum', 'in', 'my', 'opinion', 'they', 'are', 'not', 'too', 'bulky', 'at', 'all', 'which', 'you', 'might', 'expect', 'in', 'a', 'corduroy', 'pant', 'they', 'are', 'a', 'tad', 'loose', 'in', 'the', 'waist', 'area', 'unfortunately', 'but', 'fit', 'me', 'well', 'in', 'the', 'thighs', 'so', 'i', 'do', "n't", 'think', 'sizing', 'down', 'would', 'work', 'for', 'me', 'i', 'bought', 'the', 'bronze', 'and', 'it', "'s", 'a', 'very', 'versatile', 'color', 'darker', 'than', 'the', 'picture', 'but', 'still', 'a', 'good', 'color', 'i', 'feel', 'it', 'will', 'be', 'perfect', 'for', 'fall', 'and', 'spring', 'especially', 'i', "'ll", 'wear', 'it', 'all', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1862,1026,34', 'nice', 'fitting', 'cords-bronze', 'these', 'cords', 'are', 'soft', 'comfy', 'and', 'my', 'normal', 'size', '32', 'for', 'tts', 'the', 'length', 'was', 'fine', 'for', 'my', '5', '9', 'height', 'i', 'really', 'like', 'the', 'bronze', 'color', 'it', 'is', 'almost', 'a', 'yellow', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['1863,903,36', 'beautiful', 'design', 'i', 'really', 'like', 'this', 'pullover', 'the', 'design', 'is', 'beautiful', 'and', 'i', 'love', 'the', 'asymmetrical', 'hem', 'my', 'own', 'complaint', 'is', 'that', 'the', 'fit', 'is', 'a', 'bit', 'boxy', 'on', 'me', 'because', 'i', "'m", 'large-chested', 'it', "'s", 'more', 'drapey', 'than', 'tailored', 'but', 'it', "'s", 'not', 'overwhelming', 'and', 'does', "n't", 'cancel', 'out', 'how', 'much', 'i', 'like', 'it', 'overall', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['1864,1054,35', 'beautiful', 'fabric', 'the', 'flow', 'and', 'feel', 'of', 'the', 'material', 'is', 'really', 'nice', 'however', 'i', 'think', 'it', 'runs', 'large', 'i', 'ordered', 'a', 'small', 'and', 'i', 'have', 'exchanged', 'it', 'for', 'an', 'xs', 'which', 'i', 'am', 'hoping', 'fits', 'a', 'bit', 'better', 'i', 'wanted', 'the', 'pants', 'to', 'be', 'a', 'bit', 'more', 'fitted', 'around', 'the', 'hips', 'and', 'flow', 'from', 'there', ',4,1,0', 'general', 'bottoms', 'pants'] ['1865,1094,39', 'bohoranna', 'rhapsody', 'this', 'cute', 'dress', 'is', 'swingy', 'and', 'chock', 'full', 'of', 'fun', 'little', 'details', 'love', 'the', 'embroidery', 'colors', 'crochet', 'lace', 'tassels', 'wide', 'sleeves', 'do', "n't", 'like', 'that', 'it', "'s", 'all', 'polyester', 'and', 'some', 'embroidery', 'is', 'unraveling', 'so', 'i', 'do', "n't", 'know', 'what', 'to', 'do', 'about', 'that', 'size', 'down', 'if', 'your', 'petite', 'or', 'slender', 'i', "'m", 'a', 'med-large', '135', '36c', '38-27-35', 'and', 'medium', 'fit', 'great', 'at', 'the', 'bodice/shoulders', 'hem', 'hits', 'my', 'knees', 'in', 'regular', 'size', ',4,1,0', 'general', 'dresses', 'dresses'] ['1866,1080,39', 'another', 'tracy', 'reese', 'winner', 'i', 'ca', "n't", 'get', 'enough', 'of', 'maxi', 'dresses', 'and', 'i', 'ca', "n't", 'resist', 'tracy', 'reese', 'this', 'stunning', 'dress', 'caught', 'my', 'eye', 'immediately', 'but', 'i', 'was', 'worried', 'that', 'the', 'back', 'cut', 'out', 'at', 'the', 'waist', 'would', 'make', 'my', 'backside', 'look', 'flatter', 'i', "'m", 'so', 'glad', 'i', 'took', 'the', 'plunge', 'to', 'buy', 'before', 'it', 'sold', 'out', 'this', 'dress', 'fits', 'perfectly', 'it', "'s", 'flattering', 'to', 'my', 'figure', 'the', 'print', 'is', 'beautiful', 'the', 'fabric', 'and', 'drape', 'do', 'not', 'cling', 'to', 'my', 'figure', 'flaws', 'and', 'i', "'m", 'just', 'so', 'happy', 'for', 'sizing', 'reference', 'here', 'are', 'my', 'stats', '5', '3', '140', '36dd', 'and', 'i', 'purchased', 'the', 'medium', ',5,1,6', 'general', 'dresses', 'dresses'] ['1867,1080,33', 'great', 'dress', 'true', 'to', 'size', 'length', 'is', 'perfect', 'for', '5', '8', '-5', '9', 'soft', 'fabric', 'not', 'too', 'low', 'cut', 'in', 'the', 'front', 'but', 'not', 'all', 'covered', 'up', 'either', 'ruching', 'is', 'subtle', 'and', 'does', 'not', 'add', 'bulk', 'skirt', 'portion', 'skims', 'curves', 'neither', 'clinging', 'to', 'them', 'nor', 'poufing', 'out', 'from', 'them', 'strap', 'design', 'is', 'perfect', 'covers', 'bra', 'while', 'revealing', 'a', 'touch', 'of', 'skin', 'comfortable', 'and', 'effortless', 'to', 'wear', 'very', 'very', 'pretty', ',5,1,2', 'general', 'dresses', 'dresses'] ['1868,1094,50', 'beautiful', 'dress', 'this', 'dress', 'is', 'so', 'pretty', 'i', 'loved', 'the', 'details', 'on', 'it', 'the', 'material', 'was', 'ok.', 'would', 'have', 'prefered', 'a', 'softer', 'material', 'so', 'the', 'bottom', 'part', 'of', 'the', 'dress', 'would', 'have', 'been', 'more', 'flattering', 'unfortunately', 'it', 'did', 'not', 'fit', 'me', 'right', 'i', "'m", '5-2', ',34c', '28', '37', 'and', 'the', '4p', 'fit', 'ok.', 'it', 'hit', 'just', 'above', 'my', 'knees', 'so', 'the', 'length', 'was', 'fine', 'what', 'i', 'did', 'not', 'like', 'was', 'that', 'it', 'was', 'a', 'little', 'too', 'loose', 'around', 'my', 'waist', 'making', 'me', 'look', 'pregnant', 'so', 'unfortunately', 'i', 'had', 'to', 'send', 'it', 'back', 'i', "'m", 'so', 'sad', 'cause', 'this', 'is', 'a', 'really', 'pretty', 'dress', 'you', 'can', 'dr', ',5,1,0', 'general', 'dresses', 'dresses'] ['1869,857,32', 'cute', 'but', 'a', 'little', 'maternity', 'looking', 'i', "'m", 'keeping', 'this', 'top', 'bc', 'it', 'was', 'on', 'sale', 'but', 'it', 'does', 'look', 'a', 'little', 'maternity', 'i', 'wore', 'with', 'super', 'skinny', 'white', 'jeans', 'and', '3', 'casual', 'heel', 'i', "'m", 'short', 'so', 'i', 'needed', 'a', 'little', 'more', 'height', 'to', 'slim', 'me', 'but', 'if', 'your', 'tall', 'and', 'and', 'slender', 'this', 'might', 'work', 'better', 'for', 'you', ',3,1,0', 'general', 'tops', 'knits'] ['1870,1080,33', 'gorgeous', 'i', 'feel', 'like', 'an', 'indian', 'princess', 'in', 'this', 'dress', 'it', 'is', "n't", 'very', 'forgiving', 'make', 'sure', 'you', 'do', "n't", 'mind', 'showing', 'some', 'skin', 'but', 'there', "'s", 'some', 'subtle', 'rouching', 'right', 'at', 'the', 'spot', 'where', 'most', 'of', 'us', 'wish', 'we', 'could', 'hide', 'at', 'all', 'times', 'great', 'colors', 'boyfriend', 'loves', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['1871,1094,39', 'exquisite', 'absolutely', 'love', 'this', 'dress', 'i', 'saw', 'it', 'online', 'and', 'did', "n't", 'give', 'it', 'much', 'thought', 'and', 'then', 'saw', 'it', 'in', 'the', 'store', 'and', 'it', 'was', 'amazing', 'the', 'photos', 'really', 'do', 'not', 'do', 'it', 'justice', 'the', 'embroarding', 'detail', 'at', 'the', 'bottom', 'is', 'beyond', 'beautiful', 'in', 'person', 'i', 'agree', 'that', 'if', 'you', 'do', "n't", 'want', 'skin', 'showing', 'you', 'will', 'need', 'a', 'black', 'bra', 'or', 'black', 'cami', 'to', 'over', 'the', 'delegate', 'lace', 'down', 'the', 'front', 'and', 'back', 'of', 'the', 'dress', 'got', 'this', 'for', 'fall/winter', 'in', 'fl', 'and', 'can', 'not', 'wait', 'to', 'wear', 'it', 'perfect', 'holiday', 'party', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['1872,1094,65', 'ingenious', 'mix', 'of', 'line', 'and', 'detail', 'ranna', 'gill', 'this', 'dress', 'is', 'my', 'personal', 'introduction', 'to', 'talented', 'indian', 'designer', 'ranna', 'gill', 'i', 'just', 'love', 'this', 'gorgeous', 'free-', 'spirited', 'dress', 'i', 'bought', 'the', 'regular', 'medium', 'for', 'my', '5', '1', '34f', 'size', '8', 'figure', 'it', 'works', 'very', 'well', 'i', 'will', 'want', 'to', 'wear', 'a', 'black', 'cami', 'as', 'i', "'m", 'not', 'comfortable', 'with', 'some', 'cleavage', 'showing', 'maybe', '3/4', 'and', 'the', 'open', 'lines', 'of', 'lacy', 'small', 'holes', 'down', 'the', 'front', 'and', 'back', 'you', 'might', 'not', 'mind', 'showing', 'more', 'skin', 'though', 'and', 'not', 'need', 'a', 'cami', 'the', 'top', 'is', 'not', 'very', 'see-through', 'and', 'the', 'skirt', 'is', 'lined', 'the', 're', ',5,1,9', 'general', 'dresses', 'dresses'] ['1873,1001,43', 'not', 'as', 'shown', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'that', 'the', 'length', 'is', 'not', 'at', 'all', 'what', 'is', 'shown', 'in', 'the', 'picture', 'much', 'shorter', 'than', 'that', 'and', 'while', 'the', 'overall', 'detail', 'of', 'the', 'skirt', 'is', 'very', 'nice', 'the', 'elastic', 'waistband', 'makes', 'it', 'look', 'cheap', 'considering', 'the', 'price', ',2,0,5', 'general', 'bottoms', 'skirts'] ['1874,1080,44', 'great', 'dress', 'even', 'better', 'in', 'person', 'this', 'dress', 'is', 'great', 'and', 'looks', 'even', 'prettier', 'in', 'person', 'the', 'colors', 'are', 'more', 'vibrant', 'the', 'ruching', 'is', 'very', 'forgiving', 'for', 'the', 'belly', 'and', 'the', 'length', 'is', 'perfect', 'most', 'maxi', "'s", 'are', 'too', 'long', 'on', 'me', 'but', 'i', 'ordered', 'a', 'ps', 'and', 'it', 'fit', 'perfect', 'my', 'only', 'complaint', 'is', 'that', 'it', 'is', 'very', 'low', 'cut', 'which', 'i', 'was', 'unaware', 'of', 'standing', 'up', 'but', 'when', 'i', 'sat', 'down', 'at', 'a', 'dinner', 'party', 'well', 'let', "'s", 'just', 'say', 'i', 'gave', 'everyone', 'a', 'show', 'recommend', 'wearing', 'a', 'cami', 'or', 'something', 'underneath', ',5,1,2', 'general', 'dresses', 'dresses'] ['1875,857,38', 'flows', 'nicely', 'i', 'love', 'this', 'shirt', 'i', "'m", '5', '4', '110lbs', 'just', 'had', '3rd', 'baby', 'so', 'not', 'into', 'tight', 'fighting', 'clothes', 'at', 'the', 'moment', 'love', 'the', 'loose', 'yet', 'flattering', 'fit', 'of', 'this', 'shirt', 'the', 'sleeves', 'are', 'not', 'too', 'tight', 'on', 'me', 'and', 'i', 'love', 'the', 'length', ',5,1,1', 'general', 'tops', 'knits'] ['1876,1054,37', 'too', 'big', 'i', 'ordered', 'these', 'pants', 'after', 'seeing', 'the', 'good', 'reviews', 'but', 'i', 'do', "n't", 'agree', 'these', 'are', 'going', 'back', 'i', 'ordered', 'a', 'small', 'i', "'m", '5', '5', 'and', '135', 'pounds', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'a', 'medium', 'in', 'pants', 'but', 'the', 'small', 'in', 'these', 'pants', 'is', 'huge', 'i', 'could', 'definitely', 'fit', 'into', 'an', 'xs', 'but', 'i', 'also', 'do', "n't", 'think', 'they', 'are', 'very', 'flattering', 'and', 'do', "n't", 'like', 'the', 'feel', 'of', 'the', 'fabric', 'it', "'s", 'too', 'bad', 'i', 'love', 'the', 'idea', 'of', 'these', ',2,0,0', 'general', 'bottoms', 'pants'] ['1877,1080,39', 'in', 'love', 'with', 'this', 'dress', 'this', 'dress', 'is', 'so', 'pretty-', 'the', 'colors', 'are', 'vibrant', 'beautiful', 'pattern', 'the', 'ruched', 'part', 'in', 'the', 'center', 'hides', 'the', 'tummy', 'the', 'neck', 'line', 'was', 'too', 'low', 'for', 'me', 'so', 'had', 'to', 'wear', 'a', 'red', 'cami', 'underneath', 'which', 'hid', 'the', 'skin', 'showing', 'parts', 'in', 'the', 'back', 'around', 'the', 'waist', 'so', 'instead', 'of', 'skin', 'color', 'it', 'was', 'now', 'red-', 'even', 'more', 'prettier', 'no', 'body', 'could', 'tell', 'got', 'so', 'many', 'compliments', ',5,1,1', 'general', 'dresses', 'dresses'] ['1878,860,36', 'nice', 'knit', 'button', 'up', 'i', 'was', 'pleasantly', 'surprised', 'when', 'this', 'arrived', 'it', 'hangs', 'in', 'a', 'flattering', 'way', 'and', 'the', 'red', 'has', 'a', 'nice', 'soft', 'hue', 'i', 'could', "n't", 'believe', 'what', 'a', 'great', 'deal', 'i', 'got', 'while', 'on', 'sale.,5,1,0', 'general', 'tops', 'knits'] ['1879,1059,67', 'funky', 'fun', 'these', 'crops', 'are', 'very', 'well', 'proportioned', 'and', 'fun', 'the', 'graphic', 'pattern', 'is', 'spot', 'on', 'trend', 'and', 'the', 'unusual', 'silhouette', 'can', 'spice', 'up', 'your', 'pants', 'options'] [] ['i', 'am', 'a', 'fan', 'of', 'cartonnier', 'and', 'these', 'particular', 'pants', 'were', 'surprisingly', 'generously', 'cut', 'in', 'comparison', 'to', 'most', 'of', 'the', 'styles', 'i', 'have', 'i', 'usually', 'need', 'to', 'order', 'cropped', 'pants', 'in', 'tall', 'but', 'these', 'worked', 'with', 'the', 'regular', 'inseam', ',5,1,13', 'general', 'petite', 'bottoms', 'pants'] ['1880,1066,51', 'perfect', 'summer', 'pants', 'the', 'linen-', 'cotton', 'blend', 'breathes', 'so', 'well', 'for', 'a', 'hot', 'summer', 'day', 'the', 'design', 'on', 'the', 'waistline', 'is', 'super', 'cute', 'and', 'yes', 'they', 'are', 'a', 'little', 'long', 'in', 'the', 'leg', 'but', 'that', 'can', 'be', 'a', 'plus+', 'for', 'vertically', 'challenged', 'girls', 'like', 'me', 'wedges', 'and', 'platforms', 'are', 'perfect', 'to', 'show', 'off', 'the', 'soft', 'drape', 'of', 'the', 'pant', 'legs', 'now', 'that', 'they', "'re", 'on', 'sale', 'i', "'m", 'snatching', 'up', 'other', 'colors', 'like', 'white', 'and', 'light', 'khaki-', 'already', 'have', 'the', 'seersucker', 'blue', 'pair', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1881,1094,26', 'belle', 'of', 'the', 'ball', 'i', 'wore', 'this', 'dress', 'to', 'a', 'party', 'once', 'and', 'have', "n't", 'been', 'able', 'to', 'find', 'an', 'outfit', 'that', 'can', 'top', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['1882,371,38', 'disappointed', 'cute', 'and', 'very', 'soft', 'but', 'the', 'elastic', 'was', "n't", 'sewn', 'in', 'right', 'i', 'took', 'them', 'out', 'of', 'the', 'wash', 'and', 'the', 'waistband', 'was', 'a', 'twisted', 'mess', 'disappointing', 'for', 'more', 'expensive', 'loungewear', ',1,0,1', 'initmates', 'intimate', 'lounge'] ['1883,1066,44', 'i', 'love', 'these', 'pants', 'comfortable', 'light', 'and', 'can', 'be', 'dressed', 'up', 'for', 'work', 'and', 'down', 'for', 'the', 'weekend', 'the', 'color', 'is', 'a', 'little', 'more', 'saturated', 'in', 'person', 'but', 'ca', "n't", 'really', 'complain', 'about', 'that', 'too', 'much', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1884,828,56', 'runs', 'small', 'i', 'loved', 'this', 'top', 'however', 'had', 'to', 'return', 'as', 'it', 'does', 'run', 'small', 'by', 'the', 'time', 'it', 'arrived', 'they', 'were', 'sold', 'out', 'in', 'the', 'larger', 'size', 'like', 'the', 'quality', 'of', 'cloth', 'and', 'stone', 'however', 'their', 'products', 'do', 'run', 'a', 'size', 'small', ',4,1,0', 'general', 'tops', 'blouses'] ['1885,1035,41', 'just', 'a', 'perfect', 'pair', 'as', 'a', 'lazy', 'one', 'i', 'have', 'to', 'confess', 'i', 'barely', 'leave', 'any', 'reviews', 'even', 'though', 'i', 'rely', 'on', 'the', 'reviews', 'from', 'others', 'to', 'make', 'my', 'online', 'order', 'decision', 'yes', 'i', 'owe', 'a', 'big', 'thank', 'you', 'to', 'anyone', 'who', 'wrote', 'a', 'helpful', 'and', 'honest', 'reviews', 'here', 'and', 'thank', 'you', 'now', 'it', 'is', 'my', 'time', 'to', 'pay', 'back', 'to', 'the', 'community', 'this', 'pair', 'of', 'jeans', 'are', 'just', 'perfect', 'perfect', 'design', 'perfect', 'fit', 'and', 'perfect', 'material', 'soft', 'cozy', 'and', 'hip', 'with', 'a', 'good', 'spirit', 'i', 'do', "n't", 'want', 'to', 'take', 'it', 'off', 'once', 'i', 'put', 'on', 'i', 'am', '108', 'pounds', 'and', '5', '3', 'ordered', 'size', ',5,1,4', 'general', 'bottoms', 'jeans'] ['1886,1059,36', 'super', 'cute', 'but', 'not', 'for', 'me', 'i', 'am', 'just', 'over', '5', '8', 'and', 'i', 'found', 'that', 'these', 'pants', 'hit', 'me', 'in', 'a', 'weird', 'spot', 'on', 'my', 'torso', 'almost', 'creating', 'a', 'muffin', 'top', 'that', 'i', 'do', "n't", 'normally', 'have', 'in', 'addition', 'they', 'were', 'too', 'short', 'on', 'me', 'to', 'give', 'the', 'chic', 'and', 'modern', 'look', 'of', 'cropped', 'ankle', 'pants', 'on', 'my', 'frame', 'they', 'fit', 'more', 'like', 'capris', 'from', 'the', 'late', '1990s', 'both', 'the', 'construction', 'and', 'execution', 'of', 'the', 'pants', 'are', 'otherwise', 'fantastic', ',4,0,0', 'general', 'petite', 'bottoms', 'pants'] ['1887,1059,39', 'great', 'day/night', 'pants', 'adorable', 'and', 'amazing', 'quality', 'true', 'to', 'size', 'i', 'ordered', 'a', '6', 'and', 'fit', 'perfect.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1888,1066,38', 'great', 'for', 'spring', 'love', 'these', 'pants', 'super', 'light', 'and', 'great', 'color', 'they', 'are', 'a', 'bit', 'long', 'though,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1889,860,41', ',very', 'nice', 'top', 'flattering', 'and', 'goes', 'with', 'everything', 'i', 'bought', 'the', 'medium', 'in', 'the', 'green', 'but', 'would', 'have', 'needed', 'the', 'large', 'in', 'the', 'white', 'as', 'the', 'white', 'was', 'a', 'little', 'see', 'through', 'and', 'showed', 'more', 'of', 'my', 'flaws', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'in', 'that', 'this', 'top', 'has', 'good', 'button', 'placement.,5,1,16', 'general', 'tops', 'knits'] ['1890,838,42', 'beautiful', 'if', 'you', "'re", 'pregnant', 'with', 'twins.', 'this', 'is', 'a', 'gorgeous', 'top', 'very', 'well', 'made', 'with', 'a', 'classy', 'design', 'it', 'fits', 'true', 'to', 'size', 'from', 'the', 'lower', 'chest', 'up', 'however', 'at', 'about', 'the', 'mid-belly', 'range', 'the', 'shirt', 'widens', 'out', 'and', 'basically', 'allows', 'a', '5', 'month', 'twin', 'pregnancy', 'to', 'comfortably', 'fit', 'in', 'size', 'xs', 'i', 'was', 'so', 'sad', 'for', 'the', 'price', 'i', 'ca', "n't", 'justify', 'taking', 'it', 'for', 'alterations', 'it', 'would', 'have', 'been', 'the', 'perfect', 'top', ',2,0,14', 'general', 'tops', 'blouses'] ['1891,1081,42', 'beautiful', 'dress', 'fits', 'poorly', 'i', 'purchased', 'this', 'and', 'another', 'eva', 'franco', 'dress', 'during', 'retailer', "'s", 'recent', '20', 'off', 'sale', 'i', 'was', 'looking', 'for', 'dresses', 'that', 'were', 'work', 'appropriate', 'but', 'that', 'would', 'also', 'transition', 'well', 'to', 'happy', 'hour', 'or', 'date', 'night', 'they', 'both', 'seemed', 'to', 'be', 'just', 'what', 'i', 'was', 'looking', 'for', 'i', 'ordered', 'a', '4', 'regular', 'and', 'a', '6', 'regular', 'as', 'i', 'am', 'usually', 'in', 'between', 'sizes', 'the', '4', 'was', 'definitely', 'too', 'small', 'the', '6', 'fit', 'technically', 'but', 'was', 'very', 'ill', 'fitting', 'not', 'only', 'is', 'the', 'dress', 'itself', 'short', 'but', 'it', 'is', 'very', 'short-waisted', 'i', 'am', 'only', '5', '3', 'but', 'it', 'fe', ',2,0,5', 'general', 'dresses', 'dresses'] ['1892,828,33', 'surprised', 'this', 'shirt', 'is', 'still', 'available', 'this', 'shirt', 'has', 'such', 'a', 'fun', 'twist', 'on', 'an', 'otherwise', 'basic', 'jean', 'shirt', 'i', 'bought', 'this', 'shirt', 'on', 'a', 'whim', 'despite', 'having', 'a', 'closet', 'full', 'of', 'denim', 'shirts', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'fabric', 'is', 'the', 'same', 'cloth,5,1,0', 'general', 'tops', 'blouses'] ['1893,898,50', 'i', "'d", 'rather', 'pay', 'property', 'taxes', 'than', 'buy', 'this', 'one', 'disappointment', 'city', 'with', 'this', 'one', 'and', 'i', 'am', 'so', 'lucky', 'i', 'had', 'a', 'coupon', 'because', 'if', 'i', 'would', 'have', 'paid', 'the', 'full', '128', 'they', 'are', 'asking', 'i', 'would', 'be', 'a', 'tad', 'skewed', 'not', 'just', 'thin', 'material', 'but', 'thin', 'and', 'cheap', 'feeling', 'does', "n't", 'itch', 'but', 'i', 'seriously', 'expected', 'a', 'lot', 'more', 'from', 'retailer', 'i', 'have', 'noted', 'the', 'name', 'of', 'the', 'designer', 'and', 'have', 'promised', 'myself', 'to', 'never', 'buy', 'this', 'label', 'again', 'big', 'loser', ',2,0,7', 'general', 'tops', 'fine', 'gauge'] ['1894,860,53', 'great', 'shirt', 'i', 'first', 'bought', 'the', 'red', 'green', 'at', 'the', 'store', 'when', 'they', 'went', 'on', 'sale', 'bought', 'the', 'blue', 'ivory', 'love', 'love', 'love', 'these', 'shirts', 'they', 'go', 'great', 'with', 'a', 'skirt', 'or', 'jeans', 'so', 'happy', 'i', 'got', 'them', 'the', 'fabric', 'is', 'stretchy', 'but', 'still', 'fits', 'very', 'nicely', 'what', 'a', 'great', 'buy', 'hope', 'to', 'see', 'more', 'of', 'this', 'style', 'again', ',5,1,2', 'general', 'tops', 'knits'] ['1895,1035,39', 'ok', 'but', 'did', "n't", 'love', 'the', 'length', 'on', 'me', 'these', 'jeans', 'are', 'well-made', 'the', 'cut', 'is', 'decently', 'flattering', 'but', 'on', 'more', 'muscular', 'thighs', 'it', 'would', 'look', 'nicer', 'if', 'the', 'cuff', 'was', 'a', 'bit', 'higher', 'the', 'petite', 'on', 'me', 'was', 'just', 'below', 'the', 'ankle', 'so', 'it', 'just', 'looks', 'like', 'i', 'folded', 'my', 'jeans', 'because', 'they', 'were', 'too', 'long', 'if', 'you', 'are', 'taller', 'or', 'have', 'longer', 'legs', 'mine', 'are', 'short', 'on', 'my', 'short', 'height', 'then', 'i', 'think', 'these', 'would', 'be', 'great', 'i', "dind't", 'find', 'them', 'particularly', 'small', 'but', 'htey', 'were', 'snug', 'muscular', 'thighs', 'overall', 'ok', 'but', 'returning', 'them', '25', 'p', 'ordered', '115', 'lbs', '26.5', 'in', ',4,1,2', 'general', 'bottoms', 'jeans'] ['1896,1066,39', 'nice', 'but', 'stil', 'la', 'tad', 'long', 'in', 'eptite', 'iordered', 'hte', 'petite', 'after', 'trying', 'the', 'rregualr', 'size', 'in', 'the', 'store', 'and', 'i', 'will', 'have', 'to', 'wear', 'heels', 'with', 'the', 'pants', 'or', 'get', 'them', 'hemmed', 'the', 'color', 'choices', 'are', 'all', 'great', 'i', 'wanted', 'navy', 'but', 'i', 'have', 'a', 'pair', 'of', 'grey', 'ones', 'that', 'look', 'similar', 'so', 'i', 'deciced', 'on', 'the', 'netural', 'if', 'my', 'size', 'is', 'stil', 'lavaialble', 'in', 'yellow', 'at', 'sale', 'time', 'i', 'will', 'be', 'grabbing', 'those', 'as', 'well'] [] ['i', 'went', 'with', '25', 'my', 'typical', 'size', 'lately', '115', 'lbs', ',5,1,13', 'general', 'petite', 'bottoms', 'pants'] ['1897,1035,59', 'perfect', 'except', 'runs', 'way', 'too', 'small', 'i', 'ordered', 'these', 'in', 'my', 'usual', 'size', 'and', 'could', 'barely', 'get', 'them', 'on', 'they', 'fit', 'ike', 'tight', 'leggings', 'they', 'have', 'spandex', 'that', 'is', 'comfortable', 'and', 'they', 'will', 'probably', 'stretch', 'as', 'you', 'wear', 'them', 'i', 'exchanged', 'for', 'the', 'next', 'size', 'up', 'because', 'the', 'style', 'is', 'great', 'for', 'year', '-round', 'and', 'the', 'quality', 'excellent', 'i', 'live', '2', 'hours', 'from', 'a', 'store', 'i', 'would', 'either', 'order', 'up', 'at', 'least', 'one', 'size', 'or', 'try', 'them', 'on', 'in', 'store', ',3,1,15', 'general', 'bottoms', 'jeans'] ['1898,1035,38', 'great', 'fit', 'i', 'love', 'love', 'love', 'the', 'fit', 'in', 'the', 'corduroy', 'so', 'thought', 'about', 'grabbing', 'these', 'jeans', 'as', 'well', 'they', 'fit', 'much', 'pretty', 'well', 'just', 'the', 'color', 'was', "n't", 'quite', 'right', 'i', "'m", 'really', 'picky', 'about', 'the', 'blueness', 'of', 'my', 'jeans', 'and', 'these', 'do', "n't", 'quite', 'match', 'the', 'coloring', 'in', 'the', 'photo', 'still', 'debating', 'whether', 'to', 'keep', 'them', 'love', 'the', 'cuff', 'styling', 'and', 'straight', 'leg', 'fit', ',4,1,1', 'general', 'bottoms', 'jeans'] ['1899,860,25', 'i', 'love', 'this', 'shirt', 'it', "'s", 'easy', 'to', 'belt', 'i', 'just', 'wish', 'it', 'was', 'tighter', ',5,1,0', 'general', 'tops', 'knits'] ['1900,1066,56', 'the', 'perfect', 'pant', 'for', 'warmer', 'weather', 'finding', 'pants', 'off', 'the', 'rack', 'that', 'fit', 'me', 'is', 'always', 'a', 'challenge', 'i', "'m", 'petite', '5', '1', 'a', 'bit', 'curvy', 'and', 'short-waisted', 'so', 'many', 'of', 'today', "'s", 'low-rise', 'styles', 'just', 'do', 'not', 'work', 'for', 'me', 'however', 'these', 'pants', 'are', 'a', 'better', 'cut', 'and', 'come', 'pretty', 'close', 'to', 'a', 'perfect', 'fit', 'comfortable', 'and', 'flattering', 'too', 'i', "'ve", 'actually', 'had', 'pretty', 'good', 'luck', 'with', 'pilcro', 'pants', 'i', 'always', 'have', 'some', 'gapping', 'in', 'the', 'waist', 'but', 'it', "'s", 'not', 'much', 'of', 'an', 'issue', 'with', 'these', 'more', 'than', 'likely', 'whatever', 'top', 'i', 'wear', 'will', 'hide', 'that', 'part', 'i', 'was', 'advised', 'by', 'th', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['1901,1066,41', 'great', 'pants', 'i', 'absolutely', 'love', 'these', 'pants', 'i', 'have', 'been', 'searching', 'for', 'a', 'pair', 'of', 'linen', 'pants', 'for', 'quite', 'a', 'few', 'years', 'but', 'have', 'never', 'really', 'found', 'a', 'pair', 'that', 'looked', 'good', 'on', 'me', 'until', 'now', 'i', 'have', 'usually', 'found', 'linen', 'pants', 'to', 'lack', 'shape', 'and', 'end', 'up', 'making', 'me', 'look', 'frumpy', 'but', 'i', 'really', 'love', 'the', 'fabric', 'well', 'these', 'pants', 'actually', 'have', 'some', 'structure', 'to', 'them', 'and', 'are', 'still', 'super', 'comfy', 'and', 'soft', 'i', 'bought', 'the', 'neutral', 'color', 'which', 'is', 'acutually', 'a', 'very', 'fine', 'tan', 'and', 'white', 'pinstripe', 'which', 'makes', 'the', 'pants', 'a', 'bit', 'more', 'classy', 'i', 'love', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1902,1066,52', 'love', 'these', 'pants', 'these', 'are', 'the', 'most', 'comfortable', 'happening', 'pants', 'i', 'have', 'ever', 'owned', 'they', 'are', 'extremely', 'flattering', 'and', 'slimming', 'at', 'the', 'waist', 'i', 'am', 'a', 'size', '4', 'and', 'bought', 'the', '4', 'and', 'they', 'fit', 'perfectly', 'they', 'are', 'a', 'bit', 'long', 'but', 'after', 'washing', 'and', 'drying', 'on', 'low', 'mine', 'shrunk', 'enough', 'that', 'i', 'can', 'wear', 'them', 'with', 'flats', 'or', 'flip', 'flops', 'and', 'not', 'just', 'heels', 'my', '2', 'teenage', 'daughters', 'have', 'complimented', 'me', 'on', 'them', 'saying', 'how', 'modern', 'they', 'look', 'i', 'bought', 'them', 'in', 'navy', 'and', 'just', 'ordered', 'the', 'grey', 'yesterday', 'i', 'might', 'go', 'into', 'my', 'local', 'store', 'and', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1903,1036,56', 'great', 'jean', 'i', 'love', 'these', 'jeans', 'well', 'i', 'have', 'not', 'worn', 'them', 'out', 'yet', 'so', 'not', 'sure', 'if', 'they', 'will', 'stretch', 'but', 'just', 'in', 'terms', 'of', 'fit', 'and', 'cut', 'i', 'really', 'like', 'them', 'i', 'normally', 'wear', 'ch', 'or', 'ag', 'in', '25', 'or', '26.', 'i', 'got', 'these', 'in', '25', 'and', 'they', 'fit', 'perfectly', 'i', 'love', 'the', 'stretch', 'great', 'color', 'not', 'too', 'thin', 'very', 'comfie', 'i', 'was', 'worried', 'about', 'too', 'much', 'flare', 'but', 'not', 'a', 'problem', 'they', 'are', 'very', 'long', 'but', 'i', 'am', 'only', '5', '2', 'and', 'i', 'will', 'be', 'hemming', 'them', 'about', '8', 'inches', ',5,1,0', 'general', 'bottoms', 'jeans'] ['1904,1078,46', 'truly', 'beautiful', 'dress', 'i', "'m", 'an', 'avid', 'retailer', 'shopper'] ['i', 'bought', 'this', 'dress', 'for', 'my', 'niece', 'her', 'style', 'tends', 'to', 'run'] ['bohemian/gothic'] ['the', 'style', 'fabric', 'and', 'overall', 'design/quality', 'of', 'this', 'dress', 'is', 'something', 'i', 'felt', 'she', 'would', 'like', 'even', 'though', 'the', 'color', 'is', 'not', 'black'] ['she', 'loves', 'it', 'perfect', 'fit', 'she', 'accessorized', 'it', 'with', 'her', 'usual', 'biker/moto', 'jacket', 'boots', 'etc'] ['but', 'it', 'looks', 'awesome', 'on', 'her', ',5,1,0', 'general', 'dresses', 'dresses'] ['1905,1094,26', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'i', 'was', 'hesitant', 'to', 'purchase', 'it', 'due', 'to', 'the', 'price', 'but', 'i', 'just', 'could', "n't", 'resist', 'it', "'s", 'so', 'flowy', 'and', 'comfortable', 'it', "'s", 'quite', 'long', 'on', 'me', 'i', "'m", '5', '5', 'and', 'have', 'to', 'wear', 'heels', 'so', 'that', 'it', 'does', "n't", 'drag', 'but', 'could', 'easily', 'be', 'fixed', 'with', 'alerations', 'i', 'wore', 'this', 'to', 'a', 'wedding', 'and', 'received', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['1906,1081,47', 'square', 'short', 'and', 'wide', 'the', 'color', 'and', 'print', 'are', 'so', 'pretty', 'but', 'the', 'shape', 'is', "n't", 'flattering', 'at', 'least', 'not', 'to', 'me', 'might', 'work', 'better', 'on', 'a', 'teen', ',3,0,0', 'general', 'dresses', 'dresses'] ['1907,1059,54', 'off', 'the', 'grid', 'kicky', 'looking', 'pants', 'that', 'i', 'got', 'at', 'a', 'bargain', 'basement', 'steal', 'i', "'d", 'be', 'kicking', 'myself', 'if', 'i', 'did', "n't", 'buy', 'them', 'ca', "n't", 'wait', 'to', 'wear', 'them', 'once', 'it', 'warms', 'up', 'they', "'ll", 'look', 'great', 'with', 'a', 'lightweight', 'boxy', 'sweater', 'and', 'flats', 'i', 'tried', 'on', 'the', '4', 'and', 'the', '2', 'and', 'the', '2', 'is', 'perfect', 'the', 'fabric', 'has', 'a', 'nice', 'fluid', 'feel', 'to', 'it', 'i', 'always', 'swore', 'to', 'my', 'husband', 'i', "'d", 'never', 'wear', 'plaids', 'but', 'i', 'guess', 'i', 'lied', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1908,860,41', 'like', 'do', "n't", 'love', 'i', "'m", 'keeping', 'this', 'blouse', 'anyway', 'i', 'purchased', 'the', 'olive', 'and', 'it', "'s", 'such', 'a', 'great', 'color', 'i', 'live', 'in', 'a', 'warm', 'climate', 'and', 'really', 'do', "n't", 'need', 'long', 'sleeves', 'but', 'since', 'the', 'color', 'is', 'so', 'great', 'and', 'pairs', 'well', 'with', 'a', 'lot', 'i', 'will', 'keep', 'it', ',4,1,2', 'general', 'tops', 'knits'] ['1909,1066,56', 'my', 'favorite', 'spring', 'pants', 'i', 'absolutely', 'love', 'these', 'pants', 'i', 'got', 'the', 'yellow', 'and', 'it', 'is', 'a', 'beautiful', 'soft', 'color', 'the', 'fabric', 'is', 'soft', 'and', 'flowing', 'i', 'am', '5', '1', '102', 'lb', 'and', 'the', '0', 'petite', 'fit', 'perfectly', 'some', 'stated', 'they', 'are', 'too', 'long', 'even', 'in', 'petite', 'but', 'i', 'disagree', 'the', 'patch', 'pockets', 'are', 'darling', 'do', "n't", 'hesitate', 'to', 'try', 'these', 'pants', 'out', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1910,1146,66', 'odd', 'fit', 'i', 'was', 'excited', 'to', 'try', 'something', 'by', 'this', 'designer', 'and', 'decided', 'to', 'order', 'size', 'large', 'unfortunately', 'this', 'top', 'just', 'looked', 'very', 'odd', 'cute', 'from', 'the', 'front', 'but', 'it', 'wings', 'out', 'in', 'the', 'back', 'where', 'the', 'sleeves', 'meet', 'the', 'arms', 'the', 'fabric', 'makes', 'an', 'odd', 'poof', 'in', 'that', 'area', 'i', 'do', 'have', 'a', 'large', 'bust', 'and', 'it', 'did', "n't", 'pull', 'anywhere', 'in', 'the', 'front', 'i', 'expected', 'it', 'to', 'be', 'soft', 'and', 'drapey', 'but', 'the', 'cotton', 'feels', 'very', 'coarse', 'and', 'does', "n't", 'drape', 'well', 'it', 'covered', 'my', 'behind', 'in', 'back', 'unfortunately', 'it', 'made', 'me', 'look', 'wide', 'from', 'the', 'side', 'view', 'i', 'hav', ',3,1,10', 'general', 'trend', 'trend'] ['1911,206,39', 'ca', "n't", 'resist', 'hot', 'air', 'balloons', 'i', 'am', 'powerless', 'to', 'resist', 'hot', 'air', 'balloons', 'and', 'had', 'to', 'get', 'these', 'the', 'moment', 'they', 'popped', 'up', 'the', 'pjs', 'are', 'charming', 'and', 'comfortable', 'the', 'material', 'feels', 'very', 'satiny', 'it', "'s", 'hard', 'to', 'tell', 'but', 'there', 'are', 'small', 'white', 'dots', 'in', 'the', 'midst', 'of', 'the', 'champagne', 'colored', 'background', 'true', 'to', 'size', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['1912,1066,49', 'dreamy', 'pants', 'these', 'pants', 'are', 'exactly', 'what', 'i', 'expected', 'true', 'to', 'size', 'and', 'color', 'were', 'perfect', 'they', 'feel', 'so', 'good', 'to', 'wear', 'and', 'love', 'the', 'detail', 'in', 'the', 'sewing', 'perfect', 'office', 'attire', 'or', 'night', 'out', 'for', 'dinner', 'just', 'add', 'a', 'fancier', 'blouse', 'ta', 'da'] ['would', 'highly', 'recommend', 'them', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1913,1059,57', 'perfect', 'summer', 'crop', 'i', 'will', 'be', 'living', 'in', 'these', 'this', 'summer', 'i', 'could', "n't", 'find', 'them', 'in', 'my', 'local', 'store', 'so', 'i', 'was', 'pleasantly', 'surprised', 'when', 'i', 'received', 'my', 'grey', 'pair', 'from', 'my', 'online', 'order', 'the', 'fabric', 'feels', 'so', 'comfortable', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'and', 'the', 'cut', 'is', 'very', 'complimentary', 'to', 'those', 'of', 'us', 'with', 'athletic', 'thighs', 'i', 'was', 'so', 'pleased', 'that', 'i', 'bought', 'a', 'black', 'pair', 'and', 'discovered', 'they', 'look', 'adorable', 'with', 'my', 'tall', 'boots', 'and', 'a', 'black', 'boxy', 'sweater', 'they', "'ve", 'already', 'become', 'my', 'go', 'to', 'pants', 'everyone', 'should', 'have', 'a', 'fun', 'pair', 'of', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1914,1066,57', 'nice', 'summer', 'pants.', '1', 'i', "'m", '5', '5', 'tall', '143', 'lbs', 'and', '38-32-40', 'and', 'my', 'normal', 'size', '10s', 'fit', 'me', 'perfectly', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['1915,1082,35', ',gorgeous', 'dress', 'perfect', 'for', 'something', 'special', 'paired', 'with', 'black', 'heels', 'runs', 'a', 'touch', 'large', 'i', 'normally', 'wear', 'a', 'small', '5', '6', 'and', '140', 'pounds', 'but', 'i', "'m", 'expecting', 'so', 'i', 'sized', 'up', 'to', 'a', 'medium', 'and', 'it', "'s", 'very', 'roomy', 'the', 'sleeves', 'do', 'cap', 'out', 'a', 'little', 'too', 'much', 'but', 'it', "'s", 'just', 'so', 'pretty', 'i', 'do', "n't", 'care', 'def', 'a', 'keeper.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1916,1035,32', 'awesome', 'versatile', 'jeans', 'the', 'perfect', 'jeans', 'for', 'daytime', 'and', 'bending', 'down', 'with', 'the', 'kids', 'or', 'dressing', 'up', 'later', 'for', 'night', 'i', 'love', 'that', 'the', 'cuff', 'is', "n't", 'sewn', 'so', 'you', 'can', 'choose', 'to', 'roll', 'them', 'down', 'too', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'they', 'are', 'extremely', 'flattering', 'they', 'are', 'definitely', 'my', 'new', 'favorite', 'pair', 'this', 'season', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['1917,1066,72', 'love', 'but', 'more', 'tall', 'options', 'please', 'these', 'pants', 'are', 'so', 'great', 'i', 'am', "5'10", 'and', 'the', 'talls', 'are', 'actually', 'a', 'hair', 'too', 'long', 'but', 'no', 'complaints', 'just', 'wish', 'they', 'made', 'every', 'color', 'available', 'in', 'tall', 'i', 'had', 'been', 'waiting', 'for', 'new', 'colors', 'to', 'get', 'a', 'second', 'pair', 'and', 'was', 'disappointed', 'they', 'are', 'only', 'offered', 'in', 'regular', 'length', 'but', 'overall', 'these', 'pants', 'are', 'super', 'comfortable', 'and', 'great', 'for', 'work', 'as', 'far', 'as', 'sizing', 'goes', 'i', 'wear', 'a', '29', 'in', 'the', 'pilcro', 'cord', 'leggings', 'and', 'wear', 'a', '12', 'in', 'these', ',5,1,11', 'general', 'petite', 'bottoms', 'pants'] ['1918,1066,36', 'great', 'pants', 'a', 'tad', 'long', 'in', 'petite', 'i', 'love', 'these', 'pants', 'and', 'have', 'two', 'colors', 'from', 'last', 'season', 'they', 'are', 'well-made', 'and', 'versatile', 'however', 'given', 'the', 'amount', 'they', 'stretch', 'and', 'the', 'summer', 'season', 'for', 'sandals', '30.5', 'is', 'a', 'tad', 'long', 'for', 'petite', 'i', "'ll", 'have', 'them', 'hemmed', 'an', 'inch', 'to', 'keep', 'them', 'from', 'dragging', 'on', 'the', 'floor', 'also', 'i', 'wish', 'the', 'coral', 'and', 'green', 'came', 'in', 'petite', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['1919,1035,41', 'comfy', 'and', 'flattering', 'love', 'all', 'pilcro', 'this', 'is', 'no', 'exception', 'very', 'flattering', 'slim', 'fit', 'but', 'not', 'skin', 'tight', 'comfy', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['1920,828,25', 'great', 'shirt', 'excellent', 'details', 'i', 'am', 'so', 'glad', 'i', 'waited', 'for', 'this', 'to', 'go', 'on', 'sale', 'this', 'shirt', 'is', 'incredibly', 'soft', 'with', 'great', 'detail', 'on', 'the', 'fading', 'i', 'ordered', 'a', 'medium', "5'10", '160', 'lbs', 'and', 'it', 'fits', 'perfectly', ',5,1,0', 'general', 'tops', 'blouses'] ['1921,1066,60', ',nice', 'length', 'in', 'tall', 'order', 'up', 'one', 'size', 'cut', 'slim', 'in', 'body', 'fabric', 'lightweight', 'bordering', 'on', 'flimsy.,4,1,8', 'general', 'petite', 'bottoms', 'pants'] ['1922,1066,49', 'cute', 'pants', 'the', 'retailer', 'store', 'had', 'mostly', 'white', 'left', 'of', 'these', 'pilcro', 'linen', 'pants', 'so', 'i', 'tried', 'them', 'on', 'the', 'main', 'reason', 'i', 'did', 'not', 'leave', 'the', 'store', 'with', 'them', 'is', 'because', 'i', 'could', 'see', 'the', 'washing', 'tag', 'inside', 'the', 'pants', 'as', 'clear', 'as', 'day', 'the', 'white', 'pants', 'were', 'just', 'too', 'see-through', 'and', 'i', 'was', 'really', 'looking', 'for', 'some', 'casual', 'items', 'to', 'wear', 'to', 'the', 'office', 'if', 'it', 'was', 'at', 'least', 'lined', 'these', 'pants', 'would', 'have', 'come', 'home', 'with', 'me', 'otherwise', 'i', 'think', 'the', 'fit', 'was', 'tts', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['1923,828,45', 'great', 'take', 'on', 'a', 'classic', 'i', 'had', 'been', 'looking', 'for', 'a', 'chambray', 'shirt', 'but', 'am', 'not', 'a', 'fan', 'of', 'the', 'typical', 'button-down', 'style', 'this', 'shirt', 'is', 'very', 'versatile', 'but', 'is', 'far', 'more', 'interesting', 'with', 'the', 'lace', 'up', 'neckline', 'i', 'received', 'multiple', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'the', 'material', 'is', 'incredibly', 'soft', 'but', 'i', 'have', "n't", 'laundered', 'it', 'yet', 'so', 'i', 'am', 'not', 'sure', 'how', 'it', 'will', 'holdup', ',5,1,0', 'general', 'tops', 'blouses'] ['1924,1059,68', 'very', 'cute', 'very', 'very', 'cute', 'these', 'pants', 'are', 'flattering', 'and', 'comfortable', 'plus', 'they', 'are', 'cute', 'cute', 'cute', 'i', "'m", 'a', 'little', 'too', 'conservative', 'to', 'wear', 'them', 'with', 'a', 'striped', 'top', 'but', 'with', 'a', 'solid', 'black', 'or', 'ivory/off', 'white', 'top', 'they', 'are', 'perfect', 'can', 'be', 'work', 'appropriate', 'with', 'a', 'blazer', 'or', 'twin', 'set', 'or', 'girlfriends', 'lunch', 'appropriate', 'with', 'a', 'tee', 'or', 'turtleneck', 'highly', 'recommend', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1925,1078,28', 'gorgeous', 'detailing', 'i', 'never', 'write', 'reviews', 'but', 'this', 'dress', 'is', 'so', 'fantastic', 'i', 'felt', 'compelled', 'to', 'write', 'one', 'it', 'has', 'unbelievably', 'gorgeous', 'detailing', 'from', 'delicate', 'beading', 'and', 'sequins', 'on', 'the', 'bodice', 'to', 'the', 'three', 'layers', 'of', 'the', 'skirt', 'slip', 'floral', 'pattern', 'pleats', 'i', 'literally', 'feel', 'like', 'a', 'princess/', 'greek', 'muse', 'in', 'this', 'dress', 'ca', "n't", 'recommend', 'it', 'enough', 'true', 'to', 'size', 'i', "'m", '5', '7', 'and', '133', 'lb', 'and', 'got', 'a', 'size', '4', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['1926,1082,59', 'very', 'unflattering', 'dress', 'this', 'dress', 'looks', 'lovely', 'on', 'the', 'model', 'but', 'it', 'looks', 'just', 'awful', 'on', 'me'] ['i', 'am', '5', '4', 'and', 'curvy', 'the', 'shoulders', 'are', 'cut', 'w/', 'a', 'weird', 'shape', 'instead', 'of', 'a', 'cap', 'sleeve', 'it', 'is', 'like', 'a', 'pointy', 'cap', 'on', 'the', 'side', 'and', 'stuck', 'out', 'on', 'my', 'shoulders', 'it', 'looks', 'like', 'i', 'am', 'ready', 'to', 'get', 'beamed', 'into', 'space'] ['the', 'material', 'is', 'nice', 'and', 'the', 'sequins', 'are', 'pretty', 'but', 'the', 'cut', 'of', 'the', 'dress', 'is', 'unflattering', ',1,0,6', 'general', 'petite', 'dresses', 'dresses'] ['1927,1059,38', 'so', 'cute', 'these', 'are', 'great', 'quality', 'and', 'hang', 'very', 'nice', 'tts', 'i', "'m", '5', '6', 'and', 'about', '130lbs', 'and', 'the', '2', 'fit', 'and', 'hit', 'just', 'above', 'the', 'ankle', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['1928,860,28', ',,5,1,0', 'general', 'tops', 'knits'] ['1929,1066,50', 'super', 'cute', 'wear', 'well', 'i', 'ordered', 'the', 'neutral', 'in', 'a', '2p', 'i', 'had', 'to', 'hem', 'them', 'i', '5', 'about', '110lbs', 'i', 'wore', 'them', 'to', 'wore', 'they', 'wore', 'beautifully', 'with', 'some', 'wrinkling', 'to', 'be', 'expected', 'with', 'linen', 'but', 'they', 'did', "n't", 'look', 'like', 'i', 'slept', 'in', 'them', 'i', 'ordered', 'another', 'pair', 'same', 'size', 'right', 'after', 'the', 'first', 'pair', 'came', 'and', 'tried', 'them', 'on', 'to', 'find', 'the', 'fit', 'tighter', 'than', 'the', 'first', 'pair', 'a', 'bit', 'disappointed', 'debating', 'if', 'they', "'ll", 'stay', 'or', 'get', 'returned', 'i', 'see', 'the', 'notes', 'about', 'stretching', 'overall', 'a', 'nice', 'pant', 'for', 'the', 'money.,5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['1930,1081,55', 'almost.', 'it', "'s", 'pretty', 'floaty', 'feminine', 'the', 'photos', 'do', "n't", 'do', 'justice', 'to', 'the', 'prettiness', 'but', 'the', 'photos', 'also', 'do', "n't", 'show', 'an', 'asymmetrical', 'hem', 'i', 'understood', 'it', 'runs', 'small', 'so', 'i', 'got', 'two', 'sizes', 'to', 'be', 'safe', 'and', 'even', 'my', 'larger', 'size', 'was', 'strangely', 'short-waisted', 'and', 'i', "'m", 'short-waisted', 'to', 'start', 'with', 'maybe', 'i', 'could', "'ve", 'lived', 'with', 'that', 'but', 'both', 'the', 'dresses', 'i', 'received', 'have', 'an', 'uneven', 'hem', 'unlike', 'any', 'i', "'ve", 'ever', 'worn', 'or', 'seen', 'before', 'it', "'s", 'not', 'longer', 'on', 'just', 'the', 'sides', 'the', 'hem', 'is', 'longer', 'in', 'one', 'spot', 'on', 'the', 'front', 'and', 'one', 'in', 'the', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['1931,860,48', 'perfect', 'shirt', 'i', 'own', 'this', 'shirt', 'in', 'dark', 'green'] ['navy', 'and', 'white'] ['it', 'is', 'perfect', 'it', 'drapes', 'in', 'such', 'a', 'flattering', 'way', 'nice', 'weight'] ['it', 'shows', 'curves', 'in', 'all', 'the', 'right', 'ways', 'but', 'does', 'not', 'fit', 'too', 'snug', 'emphasizing', 'every', 'flaw'] ['and', 'finally', 'the', 'buttons', 'are', 'placed', 'perfectly', 'so', 'that', 'you', 'do', "n't", 'have', 'to', 'choose', 'between', 'extremely', 'conservative', 'or', 'way', 'too', 'provocative', 'bra', 'showing'] ['well', 'done', ',5,1,37', 'general', 'tops', 'knits'] ['1932,860,50', 'sizing', 'is', 'off', 'i', 'like', 'the', 'feel', 'and', 'color', 'of', 'this', 'blouse', 'however', 'i', 'was', 'very', 'disappointed', 'with', 'the', 'sizing', 'i', 'usually', 'wear', 'medium', 'so', 'i', 'ordered', 'medium', 'for', 'this', 'blouse', 'it', 'fits', 'way', 'too', 'big', 'it', 'is', 'a', 'bummer', 'because', 'the', 'curve', 'is', 'not', 'even', 'visible', 'when', 'i', 'wear', 'it', ',3,1,0', 'general', 'tops', 'knits'] ['1933,1035,37', 'fun', 'but', 'not', 'perfect', 'i', 'love', 'these', 'jeans', 'and', 'have', 'been', 'wearing', 'them', 'a', 'lot', 'now', 'that', 'the', 'weather', 'is', 'turning', 'a', 'bit', 'cooler', 'in', 'my', 'area', 'i', 'like', 'that', 'the', 'cuff', 'is', 'not', 'sewn', 'in', 'so', 'you', 'can', 'wear', 'them', 'with', 'a', 'cuff', 'like', 'pictured', 'or', 'fully', 'unrolled/down', 'they', 'are', 'a', 'bit', 'higher-waisted', 'than', 'i', 'prefer', 'kind', 'of', 'an', 'awkward', 'waist', 'height', 'in', 'my', 'opinion', 'and', 'they', 'are', 'very', 'stretchy', 'i', 'was', 'torn', 'between', 'two', 'sizes', 'so', 'i', 'went', 'with', 'the', 'larger', 'i', 'was', "n't", 'sure', 'of', 'how', 'to', 'mark', 'how', 'they', 'fit', 'because', 'they', 'are', 'somewhat', 'fitted/slim', 'in', 'the', 'thigh', 'area', 'but', 'th', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['1934,1009,56', ',very', 'cute', 'i', 'received', 'many', 'compliments', 'when', 'i', 'wore', 'it', 'fits', 'true', 'to', 'size', 'petite', '2', 'with', 'some', 'good', 'stretch', 'in', 'it', 'i', 'am', '5', '3', 'and', 'it', 'was', 'slightly', 'longer', 'than', 'that', 'on', 'the', 'model', 'it', 'is', 'a', 'little', 'odd', 'that', 'the', 'buttons', 'are', 'all', 'not', 'the', 'same', 'but', 'perhaps', 'that', 'is', 'part', 'of', 'its', 'charm', 'and', 'it', 'is', 'not', 'noticeable', 'it', 'is', 'very', 'comfortable', 'and', 'the', 'pictures', 'are', 'representative', 'of', 'what', 'it', 'looks', 'like.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['1935,1092,50', 'just', 'right', 'i', 'ordered', 'this', 'in', 'a', 'size', 's', 'my', 'usual', 'size', 'and', 'it', 'fits', 'great', 'i', 'love', 'the', 'color', 'style', 'and', 'fit', 'of', 'the', 'dress', 'the', 'only', 'criticism', 'i', 'can', 'think', 'of', 'is', 'the', 'braided', 'trim', 'on', 'the', 'skirt', 'hits', 'right', 'at', 'my', 'hip', 'and', 'kind', 'of', 'ever', 'so', 'slightly', 'poofs', 'out', 'a', 'bit', 'and', 'i', 'wish', 'it', 'had', 'pockets', 'other', 'than', 'that', 'it', "'s", 'pretty', 'darn', 'cute', 'and', 'i', 'got', 'it', 'at', 'a', 'great', 'price', 'of', 'under', '40', 'so', 'i', 'will', 'wear', 'it', 'as', 'much', 'as', 'i', 'can', 'until', 'it', 'gets', 'cooler', 'because', 'of', 'the', 'rich', 'color', 'i', 'can', 'probably', 'wear', 'with', 'cute', 'sweater', 'and', 'booties', 'into', 'the', 'fall', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['1936,872,49', 'this', 'is', 'a', 'great', 'basic', 't', 'that', 'works', 'with', 'shorts', 'pants', 'or', 'a', 'skirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1937,1016,41', 'would', 'be', 'great', 'but', 'such', 'a', 'cute', 'skirt-', 'but', 'impossible', 'to', 'get', 'on', 'ordered', 'in', 'an', 'xs', 'i', 'have', 'a', '25/26', 'waist', 'but', 'could', 'barely', 'get', 'it', 'past', 'my', 'knees', 'to', 'step', 'into', 'if', 'you', 'have', 'any', 'hips', 'at', 'all', 'unfortunately', 'this', 'skirt', 'wo', "n't", 'work', 'i', 'was', 'tempted', 'to', 'size', 'up', 'but', 'once', 'i', 'got', 'it', 'on', 'it', 'fit', 'great', 'in', 'the', 'waist', 'and', 'already', 'had', 'too', 'much', 'material', 'to', 'size', 'up', 'to', 'a', 'small', ',2,0,11', 'general', 'bottoms', 'skirts'] ['1938,1197,68', 'perfect', 'every', 'day', 'neutral', 'so', 'glad', 'i', 'ordered', 'this', 'dress', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'extra', 'soft', 'i', 'was', 'unsure', 'about', 'the', 'color', 'but', 'it', 'looks', 'nicer', 'in', 'person', 'the', 'fabric', 'is', 'a', 'mid', 'weight', 'that', 'hangs', 'nicely', 'this', 'will', 'go', 'great', 'with', 'leggings', 'or', 'tights', 'and', 'wear', 'into', 'spring', ',5,1,1', 'general', 'dresses', 'dresses'] ['1939,862,76', 'it', 'was', 'very', 'pretty', 'but', 'it', 'ran', 'very', 'big', 'sadly', 'i', 'had', 'to', 'return', 'it', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['1940,1092,50', 'wanted', 'to', 'like', 'it', 'i', 'thought', 'this', 'dress', 'was', 'very', 'cute', 'on', 'the', 'model', 'however', 'it', 'was', 'way', 'too', 'tight', 'across', 'the', 'chest', 'for', 'me', 'going', 'up', 'a', 'size', 'would', 'mean', 'it', 'would', 'be', 'too', 'roomy', 'everywhere', 'else', 'also', 'fabric', 'was', "n't", 'great', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['1941,1016,42', 'try', 'on', 'before', 'purchasing', 'i', 'like', 'many', 'of', 'you', 'had', 'the', 'same', 'issues', 'i', 'tried', 'my', 'normal', 'size', 'of', 'xs', 'and', 's', 'and', 'could', "n't", 'get', 'it', 'on', 'the', 'sales', 'associate', 'looked', 'at', 'it', 'and', 'went', 'and', 'got', 'several', 'size', 'small', 'and', 'they', 'all', 'fit', 'differently', 'some', 'fit', 'normal', 'and', 'others', 'did', 'not', 'so', 'i', 'would', 'try', 'on', 'first', 'i', 'love', 'it', 'when', 'it', 'fits', 'correctly', ',4,1,1', 'general', 'bottoms', 'skirts'] ['1942,862,37', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'for', 'awhile', 'glad', 'it', 'was', 'still', 'in', 'stock', 'really', 'great', 'deep', 'wine', 'color', 'soft', 'more', 'texture', 'and', 'detail', 'than', 'i', 'had', 'appreciated', 'in', 'the', 'picture', 'love', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1943,1092,44', ',ugh', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'and', 'for', '30', 'off', 'this', 'dress', 'is', 'adorable', 'unfortunately', 'the', 'top', 'part', 'is', 'super', 'tight', 'around', 'my', 'girls', 'otherwise', 'the', 'fit', 'was', 'perfect', 'very', 'disappointed', 'in', 'the', 'top', 'of', 'this', 'dress.,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['1944,862,46', 'not', 'your', 'everyday', 'cardi', 'you', 'will', 'love', 'this', 'cardigan', 'very', 'well', 'made', 'with', 'beautiful', 'details', 'the', 'sleeves', 'have', 'the', 'same', 'detail', 'as', 'the', 'collar', 'and', 'the', 'back', 'has', 'darker', 'flecks', 'that', 'will', 'go', 'well', 'with', 'dark', 'pants', 'or', 'cords', 'or', 'jeans', 'you', 'will', 'love', 'this', 'cardi', 'wish', 'it', 'came', 'in', 'more', 'springy', 'colors', 'i', 'only', 'gave', 'it', 'a', 'lower', 'rating', 'for', 'quality', 'because', 'the', 'first', 'one', 'i', 'tried', 'on', 'had', 'a', 'sleeve', 'that', 'was', 'much', 'tighter', 'than', 'the', 'other', 'sleeve', 'the', 'replacement', 'was', 'fine', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['1945,1016,49', 'cute', 'really', 'cute', 'skirt', 'but', 'difficult', 'to', 'get', 'on', 'i', 'had', 'to', 'shimmy', 'it', 'over', 'my', 'hips', 'due', 'to', 'the', 'lack', 'of', 'a', 'much', 'needed', 'zipper', 'i', 'am', 'not', 'very', 'curvy', 'so', 'if', 'you', 'got', 'them', 'forget', 'it', 'i', 'sent', 'back', 'the', 'xs', 'hope', 'the', 'small', 'is', 'a', 'little', 'roomier', 'because', 'it', 'will', 'make', 'a', 'pretty', 'summer', 'skirt', ',4,1,1', 'general', 'bottoms', 'skirts'] ['1946,1016,35', 'flawed', 'cute', 'skirt', 'but', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'you', 'ca', "n't", 'get', 'it', 'on', 'i', 'tried', 'my', 'skinny', 'daughter', 'tried', 'no', 'go', ',1,0,3', 'general', 'bottoms', 'skirts'] ['1947,862,64', ',this', 'is', 'a', 'beautiful', 'sweater', 'it', 'is', 'not', 'too', 'heavy', 'and', 'the', 'variation', 'in', 'knit', 'from', 'front', 'to', 'back', 'makes', 'not', 'the', 'same', 'old', 'boring', 'sweater', 'the', 'color', 'is', 'gorgeous.,5,1,3', 'general', 'petite', 'tops', 'knits'] ['1948,872,29', 'awkward', 'shape', 'i', 'would', 'definitely', 'only', 'recommend', 'this', 'top', 'to', 'girls', 'who', 'are', 'smaller', 'chested', 'it', 'fits', 'in', 'the', 'shoulders/arms', 'and', 'then', 'flares', 'out', 'too', 'much', 'at', 'the', 'bottom', 'almost', 'looks', 'like', 'a', 'maternity', 'top', 'the', 'material', 'is', 'very', 'nice', 'however', 'both', 'soft', 'and', 'feels', 'like', 'it', 'will', 'hold', 'up', 'through', 'multiple', 'washes', ',4,0,0', 'general', 'petite', 'tops', 'knits'] ['1949,1092,31', 'love', 'i', 'just', 'love', 'this', 'dress', 'the', 'color', 'the', 'quality', 'the', 'design', 'all', 'great', 'sizing', 'can', 'be', 'tricky', 'however', 'i', 'sized', 'down', 'due', 'to', 'reading', 'the', 'other', 'reviews', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', 'fits', 'perfectly', 'this', 'dress', 'does', 'not', 'have', 'a', 'zipper', 'on', 'top', 'so', 'if', 'you', 'have', 'broad', 'shoulders', 'it', 'might', 'be', 'a', 'little', 'harder', 'to', 'squeeze', 'into', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['1950,807,21', 'i', 'purchased', 'this', 'sweet', 'little', 'cami', 'in', 'all', 'three', 'colors', 'the', 'black', 'for', 'some', 'reason', 'only', 'available', 'to', 'order', 'in', 'store', 'the', 'fabric', 'is', 'luxurious', 'and', 'smooth', 'to', 'the', 'touch', 'i', "'ve", 'purchased', 'other', 'silk', 'shells', 'by', 'eloise', 'and', 'would', 'say', 'this', 'one', 'runs', 'small', 'i', "'m", '5', '2', '125lbs', '34c', 'and', 'and', 'typically', 'wear', 'an', 'xs', 'at', 'retailer', 'this', 'tank', 'was', 'too', 'tight', 'in', 'the', 'chest', 'and', 'i', 'sized', 'up', 'to', 'a', 'small', 'which', 'fixed', 'the', 'problem', 'i', 'ca', "n't", 'wait', 'to', 'make', 'my', 'jeans', 'and', 'bomber', 'jackets', 'for', 'fall', 'just', 'a', 'little', 'more', 'special', 'with', 'these', 'babies', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['1951,1197,60', 'most', 'comfortable', 'fabric', 'i', "'ve", 'ever', 'worn', 'i', 'originally', 'bought', 'this', 'dress', 'in', 'another', 'color', 'back', 'when', 'retailer', 'was', 'doing', 'the', '25', 'off', 'dresses', 'promotion', 'a', 'few', 'months', 'ago', 'i', 'had', 'seen', 'it', 'on', 'a', 'store', 'associate', 'at', 'my', 'local', 'store', 'and', 'absolutely', 'loved', 'it', 'but', 'hemmed', 'and', 'hawed', 'at', 'the', 'original', 'price', 'it', 'was', 'a', 'splurge', 'even', 'at', '25', 'off', 'but', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'i', 'was', 'in', 'love', 'this', 'dress', 'is', 'so', 'soft', 'i', 'wore', 'it', 'to', 'see', 'some', 'old', 'friends', 'and', 'after', 'every', 'hug', 'i', 'received', 'a', 'comment', 'about', 'how', 'unbelievably', 'soft', 'it', 'was', 'the', 'material', 'is', 'thick', 'enough', 'to', 'have', 'a', 'decen', ',5,1,0', 'general', 'dresses', 'dresses'] ['1952,1016,45', 'cute', 'skirt', 'in', 'theory', 'this', 'looked', 'like', 'such', 'a', 'cute', 'casual', 'skirt', 'when', 'i', 'picked', 'it', 'up', 'but', 'like', 'other', 'reviewers', 'have', 'said', 'it', 'runs', 'small', 'i', "'m", 'usually', 'a', 'xs', 'in', 'retailer', 'skirts', 'but', 'they', 'only', 'had', 'a', 'small', 'to', 'try', 'on', 'i', 'was', 'able', 'to', 'get', 'it', 'on', 'but', 'did', 'notice', 'it', 'was', 'snug', 'pulling', 'on', 'past', 'my', 'hips', 'however', 'once', 'on', 'i', 'could', "n't", 'figure', 'out', 'how', 'i', "'d", 'wear', 'this', 'i', 'would', "n't", 'pair', 'this', 'with', 'a', 'flowy', 'top', 'but', 'tucking', 'something', 'in', 'did', "n't", 'seem', 'like', 'a', 'good', 'idea', 'either', 'between', 'the', 'pleats', 'and', 'elastic', 'waist', 'it', 'will', 'make', 'almost', 'anyone', 'look', 'like', 'they', 'ha', ',2,0,2', 'general', 'bottoms', 'skirts'] ['1953,872,60', 'love', 'this', 'shirt', 'this', 'shirt', 'is', 'perfect', 'for', 'me', 'i', 'have', 'very', 'small', 'shoulders', 'but', 'i', 'am', 'pear', 'shaped', 'so', 'the', 'flare', 'on', 'the', 'bottom', 'is', 'welcomed', 'for', 'my', 'body', 'type', 'i', 'bought', '2', 'colors', 'i', 'have', 'a', 'similar', 'shirt', 'from', 'retailer', 'a', 'few', 'years', 'ago', 'that', 'was', 'multicolor', 'which', 'i', 'wear', 'all', 'the', 'time', 'so', 'i', 'am', 'thankful', 'they', 'have', 'repeated', 'this', 'design', 'also', 'i', 'did', 'get', 'this', 'on', 'sale', 'which', 'is', 'a', 'more', 'realistic', 'price', 'for', 'the', 'quality', 'of', 'this', 'shirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1954,1016,44', 'ca', "n't", 'get', 'it', 'on', 'i', 'thought', 'it', 'was', 'only', 'me', 'and', 'immediately', 'assumed', 'i', 'needed', 'to', 'go', 'on', 'a', 'diet', 'when', 'i', 'attempted', 'to', 'put', 'this', 'adorable', 'skirt', 'on', 'it', 'got', 'stuck', 'at', 'my', 'hips', 'i', "'m", 'a', 'very', 'consistent', 'size', 'small', 'in', 'dresses', 'and', 'skirts', 'i', 'actually', 'thought', 'about', 'putting', 'it', 'on', 'over', 'my', 'head', 'but', 'that', 'was', 'impossible', 'its', 'going', 'back', 'now', 'i', 'see', 'the', 'other', 'reviews', 'and', 'am', 'relieved', 'that', 'its', 'the', 'skirt', 'and', 'not', 'me', 'wish', 'i', 'had', 'read', 'them', 'before', 'purchasing', 'retailer', 'is', 'going', 'to', 'get', 'a', 'lot', 'of', 'returns', 'on', 'this', 'one.,1,0,2', 'general', 'bottoms', 'skirts'] ['1955,1197,55', 'flattering', 'and', 'versatile', 'i', 'ordered', 'this', 'winth', 'some', 'trepidation', 'as', 'the', 'dress', 'looked', 'a', 'bit', 'baggy', 'on', 'the', 'model', 'i', 'do', "n't", 'typically', 'buy', 'this', 'style', 'of', 'dress', 'because', 'many', 'times', 'they', 'are', 'unflattering', 'on', 'me', 'i', "'m", '5', '6', 'and', '130', 'lbs', 'in', 'very', 'good', 'shape', 'the', 'small', 'was', 'perfect', 'for', 'me', 'a', 'size', 'up', 'would', "'ve", 'resulted', 'in', 'a', 'baggier', 'look', 'the', 'length', 'is', 'perfect', 'above', 'my', 'knee', 'not', 'too', 'short', 'but', 'short', 'enough', 'so', 'i', 'do', "n't", 'look', 'frumpy', 'the', 'dress', 'drapes', 'beautifully', 'and', 'i', 'can', 'wear', 'it', 'with', 'tights', 'and', 'boots', 'now', 'and', 'capri', 'tights', 'and', 'wedge', 'sandals', 'in', ',5,1,0', 'general', 'dresses', 'dresses'] ['1956,1009,23', 'ugh', 'this', 'skirt', 'is', 'beautiful', 'and', 'so', 'well', 'made', 'but', 'i', 'sized', 'up', 'to', 'a', '0', 'from', 'my', 'usual', '00', 'based', 'on', 'reviews', 'and', 'it', "'s", 'too', 'large', 'and', 'now', 'my', 'size', 'is', 'all', 'sold', 'out', 'if', 'it', 'were', 'the', 'right', 'size', 'it', 'would', 'fit', 'beautifully', 'i', "'m", 'pretty', 'much', 'a', 'stick', '5', '5', '105lbs', 'and', 'it', 'does', 'poof', 'out', 'at', 'the', 'hips', 'making', 'me', 'look', 'a', 'little', 'curvier', 'which', 'might', 'be', 'an', 'issue', 'for', 'some', 'but', 'the', 'quality', 'is', 'amazing', 'and', 'this', 'piece', 'will', 'spruce', 'up', 'most', 'outfits', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1957,793,66', 'wide', 'and', 'long', 'been', 'on', 'the', 'hunt', 'for', 'jammie', "'s", 'so', 'gave', 'these', 'a', 'shot', 'ordered', 'my', 'normal', 'size', 'large', 'fit', 'well', 'in', 'the', 'waist', 'but', 'i', 'do', "n't", 'like', 'the', 'super', 'wide', 'legs', 'and', 'they', "'re", 'too', 'long', 'pretty', 'color', 'and', 'pattern', 'however', 'the', 'fabric', 'is', "n't", 'as', 'soft', 'or', 'cozy', 'as', 'i', 'hoped', 'i', "'m", 'retired', 'and', 'wanted', 'pajamas', 'to', 'lounge', 'in', 'all', 'day', 'these', 'missed', 'the', 'mark', 'for', 'me', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['1958,1009,51', 'halfway', 'lovely', 'facing', 'the', 'mirror', 'near', 'perfection', 'high', 'waist', 'emphasizes', 'the', 'narrowest', 'part', 'of', 'the', 'frame', 'pleats', 'nicely', 'hide', 'any', 'stomach', 'flaws', 'color', 'is', 'an', 'eye-catching', 'deep', 'mustardy', 'perfection', 'and', 'the', 'interlocking', 'button', 'pattern', 'is', 'creative', 'and', 'beautiful', 'the', 'problem', 'is', 'the', 'walk', 'away', 'from', 'that', 'view', 'the', 'skirt', 'waist', 'finishes', 'just', 'where', 'there', "'s", 'a', 'bit', 'of', 'extra', 'flesh', 'the', 'cut', 'is', 'more', 'of', 'a', 'long', 'a-line', 'fairly', 'boxy', 'and', 'the', 'heaviness', 'of', 'the', 'cotton', 'maintains', 'that', 'structure', 'so', 'while', 'the', 'look', 'as', 'you', 'approach', 'walking', ',3,0,4', 'general', 'petite', 'bottoms', 'skirts'] ['1959,872,28', 'great', 't-shirt', 'for', 'everyday', 'use', 'i', "'m", '34a', '125', 'lbs', '5', '8'] ['purchased', 'small'] [] ['i', 'was', 'going', 'back', 'and', 'forth', 'between', 'xs', 'and', 's.', 'i', 'decided', 'on', 'small', 'because', 'it', 'fit', 'better', 'in', 'my', 'arms', 'did', "n't", 'feel', 'as', 'tight', 'the', 'xs', 'fit', 'well', 'in', 'the', 'torso', 'area', 'and', 'did', "n't", 'have', 'as', 'much', 'fabric', 'as', 'the', 'small', 'the', 'small', 'also', 'had', 'a', 'longer', 'shirt', 'tail'] [] ['if', 'you', 'do', "n't", 'have', 'as', 'much', 'mass', 'in', 'the', 'arms', 'get', 'the', 'xs', 'if', 'you', 'have', 'some', 'muscle', 'or', 'extra', 'mass', 'in', 'the', 'arms', 'it', "'s", 'better', 'to', 'go', 'with', 'the', 'small', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['1960,1016,61', 'so', 'bizarre', 'i', 'bought', 'this', 'skirt', 'a', 'month', 'or', 'so', 'ago', 'and', 'only', 'wore', 'it', 'for', 'the', 'first', 'time', 'yesterday', 'i', 'thought', 'the', 'design', 'was', 'fluid', 'summer', 'appropriate', 'and', 'easy', 'like', 'sunday', 'morning', 'i', 'enjoyed', 'wearing', 'it', 'so', 'much', 'that', 'i', 'went', 'on', 'to', 'the', 'retailer', 'site', 'today', 'to', 'order', 'it', 'in', 'another', 'color', 'and', 'lo', 'and', 'behold', 'i', 'saw', 'all', 'the', 'reviews', 'on', 'the', 'sizing/fit', 'i', 'totally', 'respect', 'other', 'reviewers', 'so', 'i', 'questioned', 'why', 'that', 'had', 'not', 'been', 'my', 'experience', 'when', 'i', 'wore', 'it', 'yesterday', 'so', 'much', 'so', 'that', 'i', 'went', 'and', 'put', 'it', 'on', 'again', 'sans', 'issues.i', 'am', 'n', ',5,1,3', 'general', 'bottoms', 'skirts'] ['1961,1009,39', 'good', 'idea', 'wrong', 'color', 'cute', 'design', 'with', 'interesting', 'details', 'i', 'felt', 'it', 'ran', 'a', 'bit', 'large', 'i', "'m", '5', '8', '135', 'lbs', 'an', '8', 'was', 'too', 'big', 'and', 'baggy', 'my', 'biggest', 'complaint', 'with', 'this', 'skirt', 'is', 'the', 'color', 'it', "'s", 'just', 'not', 'flattering', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1962,1092,44', 'another', 'huge', 'dress', 'okay', 'i', 'get', 'the', 'idea', 'of', 'the', 'loose', 'swing', 'dresses', 'but', 'i', 'have', 'a', 'couple', 'that', 'do', 'it', 'well', 'without', 'looking', 'like', 'a', 'moo-moo', 'i', 'ordered', 'my', 'typical', 'pxs', 'the', 'length', 'was', 'good', 'and', 'the', 'color', 'beautiful', 'i', 'like', 'the', 'details', 'of', 'the', 'dress', 'but', 'it', 'was', 'huge', 'and', 'not', 'in', 'a', 'flattering', 'swingy', 'drapey', 'way', 'i', 'was', 'undecided', 'if', 'i', 'should', 'try', 'the', 'pxxs', 'as', 'the', 'pxs', 'was', 'so', 'large', 'that', 'i', 'do', "n't", 'know', 'if', 'the', 'pxxs', 'would', 'fix', 'this', 'problem', 'for', 'me', 'i', 'will', 'still', 'be', 'thinking', 'about', 'it', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['1963,1083,31', 'an', 'absolute', 'hit', 'if', 'you', 'buy', 'the', 'right', 'print', 'dear', 'creatures', 'always', 'has', 'sizing', 'issues', 'they', 'run', 'the', 'gamut', 'of', 'bust-problems', 'i', "'d", 'been', 'salivating', 'for', 'this', 'dress', 'for', 'a', 'long', 'time', 'so', 'i', 'really', 'did', 'my', 'homework', 'at', '5', '7', '130-135', 'lbs', '34c', '28', 'waist', 'typically', 'a', '4', 'in', 'dresses', 'i', 'bought', 'the', 'small', 'each', 'dress', 'is', 'cut', 'from', 'the', 'same', 'fabric', 'leaving', 'each', 'dress', "'s", 'color', 'swatch', 'placement', 'to', 'be', 'randomly', 'determined', 'as', 'a', 'result', 'i', "'ve", 'seen', 'some', 'dresses', 'have', 'only', 'pink', 'purple', 'and', 'green', 'i', 'lucked', 'out', 'and', 'got', 'every', 'color', 'represented', 'so', 'the', 'dress', 'you', 'see', 'may', 'no', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1964,1009,31', 'girls', 'with', 'hips', 'size', 'up', 'fell', 'in', 'love', 'with', 'this', 'the', 'moment', 'it', 'arrived', 'in', 'stores', 'whimsical', 'but', 'work', 'appropriate', 'i', "'m", 'typically', 'a', '4', 'in', 'dresses', 'i', 'would', 'say', 'this', 'skirt', 'runs', 'tts', 'however', 'the', 'front', 'pleats', 'will', 'create', 'a', 'pouch-y', 'stomach', 'if', 'you', 'have', 'a', 'small', 'waist', 'and', 'a', 'lucious', 'anything-below-your-waist', 'size', 'up', 'one', 'size', 'to', 'avoid', 'this', 'the', 'waist', 'size', 'will', 'be', 'loose', 'but', 'it', 'will', 'allow', 'the', 'pleats', 'to', 'lay', 'flat', 'absolutely', 'lovely', 'with', 'a', 'mock', 'neck', 'sleeveless', 'top', 'also', 'great', 'with', 'solid', 'white', 'black', 'or', 'printed', 'blouses', 'not', 'a', 'true', 'pen', ',4,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['1965,1016,38', 'would', 'be', 'cute', 'if', 'i', 'could', 'get', 'it', 'on', 'this', 'skirt', 'is', 'very', 'pretty', 'but', 'not', 'only', 'does', 'it', 'run', 'small', 'but', 'only', 'a', 'small', 'portion', 'of', 'the', 'waistband', 'is', 'elasticized', 'so', 'there', "'s", 'very', 'little', 'stretch', 'for', 'those', 'of', 'us', 'with', 'a', 'significant', 'difference', 'in', 'our', 'waist', 'and', 'hip', 'measurements', 'there', "'s", 'no', 'way', 'to', 'get', 'this', 'skirt', 'on', 'past', 'the', 'hips', ',2,0,24', 'general', 'bottoms', 'skirts'] ['1966,1009,34', 'beautiful', 'this', 'skirt', 'is', 'beautiful', 'the', 'color', 'is', 'definitely', 'more', 'a', 'greeny-gold', 'then', 'a', 'true', 'yellow', 'gold', 'nice', 'quality', 'fabric', 'has', 'some', 'stretch', 'big', 'pockets', 'with', 'cute', 'lining', 'buttons', 'are', 'adorable', 'perfect', 'knee', 'length', 'sits', 'higher', 'on', 'the', 'waist', 'because', 'it', "'s", 'not', 'lined', 'and', 'the', 'pockets', 'are', 'big', 'the', 'pocket', 'line', 'is', 'visible', 'on', 'my', 'thigh', 'area', 'so', 'i', 'am', 'going', 'up', 'a', 'size', 'just', 'so', 'i', 'do', "n't", 'see', 'that', 'if', 'you', 'have', 'less', 'curves', 'your', 'regular', 'size', 'should', 'be', 'perfect', 'it', 'has', 'so', 'much', 'character', 'but', 'it', ',5,1,17', 'general', 'petite', 'bottoms', 'skirts'] ['1967,1009,57', 'mustard', '1.', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40.', 'i', "'m", 'normally', 'a', 'size', '10', 'but', 'i', 'took', 'a', '12', 'in', 'this', 'skirt'] [] ['2.', 'it', "'s", 'comfortable', 'and', 'has', 'pockets', 'that', 'you', 'can', 'really', 'put', 'your', 'hands', 'in'] [] ['3.', 'sits', 'at', 'high', 'waist', 'hem', 'hits', 'below', 'the', 'knee'] [] ['4.', 'i', 'did', "n't", 'like', 'the', 'buttons', 'they', 'are', 'very', 'round', 'and', 'stick', 'out', 'quite', 'far', 'they', 'are', 'also', 'mismatched', 'i', 'would', 'have', 'liked', 'them', 'better', 'if', 'they', 'were', 'flatter'] [] ['5.', 'i', 'also', 'did', "n't", 'like', 'the', 'mustard', 'color', 'it', "'s", 'unflattering', 'to', 'me', ',4,1,8', 'general', 'petite', 'bottoms', 'skirts'] ['1968,862,63', 'this', 'is', 'a', 'very', 'classy', 'sweater/jacket', 'it', 'is', 'a', 'beautiful', 'color', 'i', 'had', 'not', 'even', 'noticed', 'it', 'until', 'it', 'was', 'on', 'sale', 'and', 'then', 'read', 'all', 'the', 'favorable', 'reviews', 'it', 'can', 'be', 'dressy', 'or', 'casual', 'as', 'seen', 'in', 'this', 'photo', 'so', 'glad', 'i', 'got', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1969,872,41', 'cute', 'basic', 'this', 'is', 'a', 'great', 'basic', 'tee', 'purchased', 'in', 'navy', 'but', 'fits', 'much', 'larger', 'than', 'it', 'appears', 'on', 'the', 'model', 'the', 'arms/chest', 'area', 'fit', 'fine', 'but', 'it', 'really', 'billows', 'out', 'below', 'the', 'front', 'is', 'shorter', 'and', 'the', 'back', 'is', 'longer', 'than', 'i', 'would', "'ve", 'expected', 'i', 'thought', 'this', 'would', 'be', 'great', 'for', 'summer', 'but', 'it', "'s", 'really', 'too', 'long', 'in', 'the', 'back', 'to', 'wear', 'with', 'shorts', 'it', 'does', 'however', 'look', 'great', 'with', 'skinny', 'jeans', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['1970,862,31', 'gorgeous', 'sweater', 'i', 'absolutely', 'love', 'this', 'gorgeous', 'cardigan', 'i', 'will', 'wear', 'it', 'for', 'years', 'to', 'come', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1971,1016,43', 'beautiful', 'skirt', 'i', 'tried', 'this', 'skirt', 'in', 'my', 'usual', 'size', 's', 'and', 'although', 'it', 'fit', 'it', 'was', 'too', 'short', 'for', 'my', 'liking', 'and', 'made', 'my', 'hips', 'look', 'wide', 'b/c', 'of', 'the', 'way', 'it', 'billowed', 'out', 'the', 'size', 'm', 'looked', 'much', 'better-', 'hit', 'me', 'right', 'below', 'the', 'knee', 'in', 'the', 'front', 'i', "'m", '5', '2', 'my', 'skirt', 'is', 'much', 'more', 'high-low', 'than', 'the', 'picture', 'also', 'it', 'sits', 'much', 'lower', 'on', 'my', 'waist', 'which', 'i', 'like', 'i', 'bought', 'the', 'blue', 'and', 'with', 'the', 'color', 'variations', 'it', 'is', 'gorgeous-', 'reminds', 'me', 'of', 'a', 'chambray', 'or', 'denim', 'coloring', 'i', 'rolled', 'it', 'up', 'to', 'take', 'on', 'vacation', 'and', 'it', 'traveled', 'rea', ',4,1,1', 'general', 'bottoms', 'skirts'] ['1972,1016,32', 'beautiful', 'skirt', 'i', 'love', 'this', 'skirt', 'it', 'is', 'a', 'lovely', 'and', 'soft', 'gauze', 'layer', 'with', 'lining', 'underneath', 'i', 'live', 'where', 'the', 'summer', 's', 'are', 'hot', 'and', 'humid', 'and', 'this', 'skirt', 'keeps', 'me', 'cool', 'when', 'everything', 'else', 'just', 'sticks', 'to', 'me', 'it', 'is', 'for', 'sure', 'very', 'limited', 'because', 'it', 'does', 'not', 'have', 'a', 'zipper', 'if', 'you', 'can', 'not', 'get', 'this', 'over', 'your', 'hips', 'or', 'over', 'your', 'shoulders', 'and', 'bust', 'this', 'is', 'not', 'the', 'skirt', 'for', 'you', 'the', 'elastic', 'waistband', 'is', 'really', 'strong', 'and', 'really', 'highlights', 'your', 'waist', 'but', 'yes', 'i', 'am', 'petite', 'and', 'i', 'struggle', 'to', 'get', 'it', 'on', 'once', 'it', 'is', 'on', ',4,1,0', 'general', 'bottoms', 'skirts'] ['1973,1092,36', 'i', 'adore', 'this', 'dress', 'the', 'perfect', 'summer', 'dress', 'that', 'you', 'can', 'dress', 'up', 'or', 'down', 'the', 'color', 'is', 'vibrant', 'and', 'the', 'fabric', 'flows', 'and', 'feels', 'fantastic', 'against', 'your', 'skin', 'i', 'love', 'that', 'you', 'can', 'still', 'wear', 'a', 'strapless', 'bra', 'with', 'it', 'but', 'with', 'the', 'adjustable', 'shoulder', 'ties', 'you', 'can', 'have', 'it', 'go', 'as', 'low', 'as', 'you', 'want', 'for', 'a', 'more', 'sexy', 'look', 'the', 'bottom', 'hem', 'is', 'this', 'super', 'cute', 'fringe', 'so', 'fun', 'and', 'feminine', 'and', 'while', 'it', 'is', 'a', 'loose', 'fitting', 'dress', 'i', 'did', 'not', 'feel', 'like', 'my', 'figure', 'was', 'drowned', 'out', 'by', 'the', 'fullness', 'of', 'the', 'fabric', 'this', 'dress', ',5,1,22', 'general', 'petite', 'dresses', 'dresses'] ['1974,1092,50', 'love', 'this', 'dress', 'one', 'of', 'the', 'things', 'i', 'love', 'most', 'about', 'this', 'dress', 'is', 'that', 'the', 'straps', 'are', 'adjustable', 'you', 'can', 'tie', 'them', 'as', 'loose', 'or', 'tight', 'as', 'you', 'like', 'like', 'other', 'reviewers', 'mentioned', 'the', 'color', 'of', 'this', 'dress', 'is', 'vibrant', 'and', 'the', 'fringe', 'at', 'the', 'bottom', 'is', 'the', 'perfect', 'detail', 'retailer', 'is', 'famous', 'for', 'doing', 'i', 'am', '5', '5', '105', 'lbs', 'and', 'lately', 'all', 'of', 'the', 'dresses', 'i', 'have', 'been', 'buying', 'at', 'retailer', 'have', 'been', 'xsp', 'i', 'have', 'never', 'worn', 'petites', 'before', 'so', 'i', 'do', "n't", 'know', 'if', 'retailer', 'is', 'just', 'making', 'their', 'dresses', 'a', 'little', 'bigger', 'but', 'i', 'definitely', 'have', 'neede', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['1975,862,27', 'effortless', 'style', 'love', 'the', 'deep', 'purple', 'color', 'of', 'this', 'cardi', 'sweater', 'long', 'and', 'drapey', 'looks', 'great', 'with', 'leggings', 'skinnies', 'and', 'jeans', 'my', 'only', 'problem', 'is', 'the', 'way', 'the', 'loose', 'stitching', 'around', 'the', 'cuffs', 'is', 'makes', 'it', 'worrisome', 'wore', 'once', 'and', 'already', 'starting', 'to', 'get', 'a', 'hole', 'still', 'a', 'great', 'piece.,4,1,0', 'general', 'tops', 'knits'] ['1976,872,66', 'cute', 'and', 'comfy', 'yes', 'this', 'top', 'runs', 'large', 'and', 'it', 'does', "n't", 'show', 'your', 'curves', 'but', 'it', "'s", 'still', 'really', 'cute', 'and', 'fun', 'to', 'wear', 'i', 'first', 'purchased', 'the', 'beautiful', 'sage', 'color', 'and', 'after', 'getting', 'compliments', 'i', 'also', 'ordered', 'the', 'navy', 'version', 'these', 'tops', 'are', 'easy', 'to', 'wear', 'have', 'an', 'interesting', 'detail', 'at', 'the', 'neck', 'and', 'could', 'be', 'layered', 'cozy', 'comfortable', 'stylish', 'love', 'mine', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1977,1016,46', 'small', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'runs', 'small', 'would', 'have', 'been', 'perfect', 'if', 'it', 'actually', 'was', 'comfortable', 'waistband', 'does', "n't", 'stretch', 'all', 'the', 'way', 'around', 'bummer.,2,0,1', 'general', 'bottoms', 'skirts'] ['1978,321,27', 'love', 'it', 'this', 'swimsuit', 'is', 'aaaahmazing', 'seafolly', 'is', 'an', 'australian', 'brand', 'and', 'their', 'sizing', 'is', 'way', 'off', 'luckily', 'i', 'already', 'own', 'a', 'one', 'piece', 'by', 'them', 'so', 'i', 'knew', 'what', 'size', 'to', 'order', 'i', 'am', 'usually', 'a', '0', 'or', 'a', '2', 'chest', 'size', '34', 'd', 'and', 'i', 'ordered', 'a', '6', 'in', 'this', 'and', 'it', 'fits', 'perfectly', 'taking', 'it', 'out', 'of', 'the', 'package', 'i', 'was', "n't", 'sure', 'if', 'it', 'would', 'fit', 'but', 'it', 'did', 'the', 'keyhole', 'is', 'pretty', 'open', 'and', 'the', 'shape', 'of', 'the', 'sides', 'and', 'high', 'neck', 'make', 'some', 'cleavage', 'happen', 'i', 'got', 'it', 'in', 'black', 'and', 'it', "'s", 'really', 'sohpisticated', 'but', 'still', 'sexy', 'and', 'cool', 'i', 'ca', ',5,1,5', 'initmates', 'intimate', 'swim'] ['1979,807,39', 'great', 'top', 'i', 'typically', 'wear', 'an', 'xs', 'to', 's', 'in', 'tops', 'and', 'purchased', 'an', 'xs', 'for', 'a', 'less', 'flowy', 'fit', 'this', 'top', 'has', 'a', 'luxurious', 'feel', 'and', 'the', 'green', 'color', 'is', 'really', 'beautiful', 'more', 'matte', 'than', 'shiny', 'perfect', 'piece', 'to', 'wear', 'under', 'a', 'jacket', 'or', 'blazer.,5,1,0', 'initmates', 'intimate', 'intimates'] ['1980,807,43', 'gorgeous', 'green', 'color', 'great', 'piece', 'just', 'wish', 'it', 'fit', 'a', 'bit', 'more', 'blousy', 'rather', 'than', 'cami,5,1,0', 'initmates', 'intimate', 'intimates'] ['1981,872,36', 'a', 'staple', 'this', 'top', 'it', 'is', 'so', 'simple', 'but', 'so', 'great', 'at', 'the', 'same', 'time', 'it', 'does', 'run', 'large', 'and', 'i', "'m", 'not', 'a', 'skinny', 'girl', 'but', 'it', 'has', 'a', 'style', 'that', 'is', 'certainly', 'meant', 'to', 'flow', 'away', 'from', 'the', 'body', 'as', 'it', 'goes', 'down', 'i', 'find', 'the', 'top', 'portion', 'very', 'flattering', 'and', 'the', 'looser', 'bottom', 'section', 'does', "n't", 'take', 'away', 'from', 'that', 'i', 'have', 'been', 'wearing', 'the', 'olive', 'green', 'with', 'fitting', 'dark', 'jeans', 'and', 'a', 'flannel', 'or', 'oversized', 'soft', 'washed-jean', 'button', 'down', 'shirt', 'over', 'it', 'for', 'the', 'cool', 'spring', 'weather', 'it', "'s", 'casual', 'but', 'so', 'comfy', 'it', "'s", 'great', 'for', 'loungin', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['1982,1092,39', 'uhhhmmmazing', 'color', 'style', 'adjustability', 'easy', 'fit', 'flattering', 'yes', 'on', 'so', 'many', 'levels', 'oh', 'wait', 'it', "'s", 'on', 'sale', 'fantastic', 'magnificent', 'and', 'pretty', 'i', 'bought', 'medium', 'and', 'in', '39-28-35', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['1983,862,61', 'it', "'s", 'a', 'lovely', 'and', 'unexpected', 'sweater', 'a', 'few', 'things', 'to', 'keep', 'in', 'mind-'] [] ['the', 'knit', 'details', 'are', 'beautiful-', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice'] [] ['it', "'s", 'pretty', 'lightweight'] [] ['the', 'color', 'is', 'a', 'little', 'darker', 'than', 'the', 'picture', 'shown-', 'it', "'s", 'a', 'very', 'dark', 'plum'] [] ['it', 'runs', 'bigger-', 'this', 'is', 'the', 'only', 'retailer', 'sweater', 'where', 'the', 'sleeves', 'of', 'a', 'm', 'are', 'a', 'little', 'to', 'long'] [] ['the', 'style', 'is', 'decidedly', 'casual', 'and', 'slouchy', 'it', 'looks', 'great', 'with', 'jeans', 'but', 'do', "n't", 'plan', 'to', 'dress', 'up', 'an', 'outfit', 'with', 'this', 'piece', ',4,1,6', 'general', 'tops', 'knits'] ['1984,1016,67', 'mission', 'impossible', 'what', 'an', 'adorable', 'and', 'frustrating', 'skirt', 'i', "'m", 'not', 'a', 'large', 'person', '32d-26-36', 'and', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'this', 'is', 'a', 'pull', 'on', 'skirt', 'and', 'the', 'waist', 'opening', 'could', 'not', 'accommodate', 'either', 'my', 'shoulders', 'or', 'my', 'hips', 'in', 'most', 'retailer', 'clothes', 'i', "'m", 'either', 'a', 'size', '2', 'or', '4', 'i', 'have', 'to', 'agree', 'with', 'the', 'other', 'reviewer', 'there', 'is', 'no', 'way', 'to', 'put', 'this', 'item', 'on', ',1,0,13', 'general', 'bottoms', 'skirts'] ['1985,1116,46', 'too', 'bulky', 'this', 'sweater', 'was', 'huge', 'it', 'hung', 'down', 'to', 'my', 'calves', 'it', 'also', 'is', 'really', 'bulky', 'and', 'scratchy', 'it', 'feels', 'as', 'if', 'you', 'are', 'wearing', 'an', 'old', 'wool', 'blanket', 'i', 'think', 'it', 'is', 'only', 'made', 'for', 'really', 'tall', 'and', 'skinny', 'people', 'i', "'m", '5', '2', 'and', 'weigh', '120lbs', 'and', 'i', 'ordered', 'a', 'size', 's', 'and', 'i', 'was', 'swimming', 'in', 'it', 'the', 'fabric', 'is', 'very', 'thick', 'i', 'may', 'be', 'great', 'if', 'you', 'live', 'in', 'alaska', 'or', 'the', 'arctic', 'it', 'adds', 'about', '20lbs', 'to', 'your', 'body', 'frame', ',1,0,1', 'general', 'jackets', 'outerwear'] ['1986,1009,38', 'great', 'skirt', 'fit', 'is', 'tts', 'and', 'comfortable', 'the', 'color', 'did', "n't", 'suit', 'mine', 'but', 'if', 'the', 'color', 'works', 'for', 'you', 'then', 'grab', 'it', 'because', 'it', "'s", 'a', 'beauty,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['1987,1022,42', 'love', 'these', 'jeans', 'i', 'have', 'been', 'searching', 'for', 'a', 'comfortable', 'pair', 'of', 'flared', 'jeans', 'to', 'wear', 'with', 'tennis', 'shoes', 'or', 'flats', 'i', 'have', 'tried', 'several', 'different', 'brands', 'and', 'these', 'are', 'amazing', 'they', 'are', 'super', 'soft', 'and', 'comfortable', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'the', 'coloring', 'is', 'excellent', 'for', 'the', 'casual', 'look', 'i', 'am', 'going', 'for', 'the', 'pocket', 'detailing', 'is', 'cute', 'and', 'helps', 'to', 'flatter', 'your', 'bottom', 'i', 'am', '5', '2', 'so', 'these', 'were', 'very', 'long', 'but', 'nothing', 'a', 'good', 'seamstress', 'ca', "n't", 'fix', 'i', 'will', 'note', 'that', 'cutting', 'of', 'that', 'much', 'of', 'the', 'bottom', 'will', 'reduce', 'som', ',5,1,4', 'general', 'bottoms', 'jeans'] ['1988,831,32', 'beautiful', 'this', 'top', 'is', 'just', 'adorable', 'i', "'m", 'usually', 'between', 'an', 'xs', 'and', 'a', 'small', 'and', 'i', 'went', 'with', 'the', 'small', 'and', 'it', "'s", 'a', 'little', 'more', 'roomy', 'i', 'wanted', 'it', 'to', 'be', 'long', 'enough', 'the', 'colors', 'are', 'beautiful', 'and', 'it', "'s", 'a', 'must', 'have.,5,1,0', 'general', 'tops', 'blouses'] ['1989,872,29', ',gorgeous', 'linen', 'blend', 'tee', 'purchased', 'in', 'grey', 'and', 'white', 'classic', 'timeless', 'staples', 'fits', 'baggy', 'which', 'i', 'love', 'for', 'reference', 'i', 'am', '32a', '5', '1', '105', 'lbs', 'love', 'love', 'love', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['1990,831,67', 'greenhouse', 'tank', 'i', 'loved', 'this', 'top', 'it', 'is', 'beautiful.,5,1,2', 'general', 'tops', 'blouses'] ['1991,831,43', 'pleasing', 'spring', 'floral', 'print', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'i', 'am', 'wearing', 'it', 'right', 'now', 'with', 'cream', 'pants', 'to', 'work', 'with', 'a', 'cardigan', 'i', 'also', 'purchased', 'from', 'retailer', 'and', 'it', 'looks', 'amazing', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', 'large', 'chested', 'but', 'it', 'fit', 'comfortable', 'i', 'did', 'go', 'up', 'a', 'size', 'so', 'it', 'is', 'a', 'little', 'longer', 'than', 'i', 'like', 'but', 'i', 'think', 'if', 'i', 'had', 'picked', 'my', 'normal', 'size', 'it', 'would', 'have', 'been', 'a', 'little', 'too', 'snug', 'at', 'the', 'chest', 'still', 'looks', 'amazing', 'i', 'feel', 'very', 'feminine', 'in', 'this', 'blouse', 'good', 'quality', 'material.,5,1,3', 'general', 'tops', 'blouses'] ['1992,831,64', 'gorgeous', 'spring', 'blouse', 'so', 'stunning', 'i', 'had', 'to', 'have', 'it', 'for', 'my', 'spring', 'wardrobe', 'fits', 'true', 'to', 'size', 'and', 'fits', 'well', 'in', 'the', 'bust', 'and', 'is', 'looser', 'on', 'the', 'bottom', 'the', 'model', 'weara', 'it', 'just', 'as', 'it', 'fits', 'on', 'me', 'if', 'you', 'have', 'a', 'large', 'bust', 'you', 'may', 'need', 'to', 'size', 'up', 'as', 'the', 'fabric', 'is', "n't", 'stretchy', ',5,1,3', 'general', 'tops', 'blouses'] ['1993,1146,36', 'gorgeous', 'vintage', 'glamour', 'besides', 'being', 'my', 'favorite', 'color', 'to', 'wear', 'this', 'dress', 'oozes', 'vintage', 'glamour', 'while', 'not', 'looking', 'like', 'a', 'costume', 'the', 'fabric', 'is', 'super', 'silky', 'and', 'will', 'need', 'a', 'professional', 'steaming', 'to', 'get', 'out', 'any', 'wrinkles', 'the', 'fit', 'is', 'not', 'what', 'i', "'m", 'used', 'to', 'because', 'it', 'fits', 'in', 'a', '1940s', 'type', 'of', 'way', 'and', 'when', 'i', 'took', 'it', 'to', 'my', 'tailor', 'she', 'ensured', 'me', 'that', 'it', 'is', 'the', 'perfect', 'fit', 'the', 'bodice', 'is', 'a', 'bit', 'looser', 'than', 'contemporary', 'pieces', 'but', 'is', 'perfect', 'for', 'a', 'night', 'out', ',5,1,1', 'general', 'trend', 'trend'] ['1994,1097,37', 'fun', 'summer', 'dress.', 'cute', 'dress', 'that', 'is', 'perfect', 'for', 'a', 'casual', 'summer', 'wedding', 'or', 'brunch', 'with', 'friends', 'i', 'love', 'the', 'material', 'and', 'that', 'the', 'dress', 'is', 'lined', 'it', 'is', 'very', 'comfortable', 'and', 'it', 'has', 'pockets', 'this', 'is', 'definitely', 'more', 'of', 'a', 'golden', 'yellow', 'vs.', 'a', 'soft', 'yellow', 'my', 'only', 'complaint', 'is', 'that', 'i', 'wish', 'it', 'were', 'cinched', 'more', 'right', 'below', 'the', 'bust', 'it', 'would', 'give', 'the', 'dress', 'and', 'me', 'more', 'shape', 'i', 'would', 'say', 'this', 'dress', 'is', 'true', 'to', 'size', 'but', 'if', 'you', 'have', 'a', 'larger', 'chest', 'you', 'will', 'likely', 'want', 'to', 'size', 'up', 'if', 'you', 'have', 'a', 'small', 'chest', 'i', 'would', 'proba', ',4,1,10', 'general', 'dresses', 'dresses'] ['1995,867,38', 'material', 'material', 'is', 'hard', 'to', 'wear', 'a', 'bra', 'under', 'it,2,0,0', 'general', 'tops', 'knits'] ['1996,927,48', 'very', 'soft', 'fabric', 'does', 'begin', 'to', 'ball', 'up', 'due', 'to', 'boucle', 'material', 'very', 'common', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['1997,1022,35', 'these', 'jeans', 'hug', 'in', 'all', 'the', 'right', 'places', 'the', 'high', 'waist', 'accentuates', 'my', 'body', 'and', 'makes', 'my', 'legs', 'look', 'a', 'mile', 'long', 'the', 'jeans', 'will', 'need', 'a', 'trip', 'to', 'the', 'tailor', 'to', 'be', 'hemmed', 'pooling', 'even', 'with', 'my', 'highest', 'heels', ',5,1,0', 'general', 'bottoms', 'jeans'] ['1998,164,25', 'super', 'comfy', 'loved', 'the', 'way', 'these', 'felt', 'but', 'like', 'the', 'previous', 'reviewer', 'said', 'it', 'did', 'run', 'slightly', 'large', 'i', 'am', 'usually', 'a', 'size', '6', 'or', 'm', 'and', 'the', 'legs', 'were', 'a', 'little', 'baggy', 'w/the', 'medium', 'since', 'the', 'm', 'is', 'sold', 'out', 'i', "'m", 'going', 'to', 'try', 'and', 'see', 'if', 'they', 'shrink', 'in', 'the', 'dryer', 'the', 'color', 'and', 'design', 'of', 'the', 'ankle', 'is', 'different', 'from', 'other', 'leggings', 'which', 'is', 'a', 'plus', 'i', "'m", '5', '7', 'and', 'they', 'are', 'the', 'perfect', 'length', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['1999,1110,26', 'beautiful', 'shortt', 'dress', 'beautiful', 'dress', 'perfect', 'mid', 'length', 'dress', 'for', 'the', 'colder', 'months', 'i', 'tried', 'a', 'size', '2', 'regular', 'first', 'my', 'normal', 'dress', 'size', 'but', 'it', 'was', 'a', 'little', 'baggy', 'so', 'the', '0', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2000,1083,57', 'disappointed', 'the', 'pleats', 'on', 'the', 'bib', 'make', 'this', 'look', 'like', 'something', 'from', 'chloe', 'sevigny', "'s", 'wardrobe', 'on', 'the', 'set', 'of', 'big', 'love', 'and', 'the', 'shoulders', 'are', 'cut', 'for', 'an', 'offensive', 'lineman.,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2001,1083,38', 'love', 'this', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'feel', 'it', "'s", 'the', 'perfect', 'year-round', 'piece', 'looks', 'super', 'cute', 'with', 'boots', 'or', 'booties', 'even', 'with', 'a', 'cute', 'baggy', 'sweater', 'over', 'it', 'i', 'am', 'usually', 'a', 'small', 'or', 'medium', 'depending', 'on', 'brand', 'i', "'m", 'a', 'small', 'with', 'this', 'one', 'and', 'i', 'actually', 'like', 'it', 'worn', 'without', 'the', 'button', 'fastened', 'in', 'the', 'back', 'it', 'just', 'worked', 'better', 'that', 'way', 'it', 'is', 'not', 'see-thru', 'though', 'is', 'a', 'light', 'material', 'i', 'live', 'in', 'fl', 'so', 'i', 'can', 'wear', 'year', 'round', 'but', 'up', 'north', 'with', 'tights', 'and', 'boots', 'you', 'can', 'too', 'so', 'worth', 'the', 'price', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2002,1044,34', 'recommended', 'for', 'certain', 'body', 'types', 'other', 'reviews', 'are', 'correct', 'but', 'this', 'has', 'potential', 'to', 'look', 'as', 'good', 'as', 'on', 'the', 'model', 'structure', 'and', 'quality', 'of', 'the', 'cotton', 'are', 'very', 'flattering', 'makes', 'legs', 'look', 'miles', 'long', 'however', 'this', 'fits', 'very', 'tight', 'allows', 'no', 'room', 'for', 'extra', 'tummy', 'hips', 'booty', 'or', 'thighs', 'i', 'ordered', 'a', 's', 'i', "'m", 'usually', 'a', '4', 'was', 'able', 'to', 'get', 'it', 'on', 'step', 'into', 'it', 'from', 'the', 'top', 'but', 'felt', 'a', 'little', 'self', 'conscious', 'about', 'how', 'tight', 'the', 'fit', 'was', 'if', 'there', 'was', 'an', 'm', 'would', 'have', 'definitely', 'sized', 'up', 'as', 'i', 'really', 'liked', 'the', 'look', ',3,1,2', 'general', 'bottoms', 'pants'] ['2003,1022,33', 'perfect', 'flare', 'i', 'have', 'been', 'hunting', 'for', 'a', 'pair', 'of', 'high', 'rise', 'flares', 'that', 'have', 'significant', 'width', 'at', 'the', 'bottom', 'and', 'these', 'are', 'perfect', 'i', 'love', 'the', 'vintage', 'silhouette', 'and', 'how', 'they', 'make', 'your', 'legs', 'look', 'a', 'mile', 'long', 'and', 'i', 'adore', 'how', 'they', 'open', 'wide', 'enough', 'to', 'cover', 'my', 'shoes', 'not', 'to', 'mention', 'being', 'long', 'enough', 'for', 'me', 'to', 'wear', 'a', '3.5', 'heel', 'and', 'still', 'skim', 'the', 'ground', 'for', 'reference', 'i', "'m", '5', '8', '140lbs', 'with', 'super', 'long', 'legs', 'and', 'straight', 'athletic', 'build', 'i', 'sized', 'up', 'to', 'a', '30', 'which', 'is', 'usually', 'for', 'me', 'in', 'ag', 'jeans', 'so', 'for', 'the', 'brand', 'they', 'run', 'tts', ',5,1,2', 'general', 'bottoms', 'jeans'] ['2004,1110,35', 'excellent', 'dress', 'beautiful', 'unique', 'colors', 'perfect', 'for', 'winter', 'i', 'received', 'so', 'many', 'compliments', 'at', 'two', 'holiday', 'parties', 'and', 'on', 'sale', 'this', 'is', 'a', 'no-brainer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2005,1083,43', 'prettier', 'in', 'person', 'the', 'picture', 'online', 'does', "n't", 'do', 'this', 'pretty', 'dress', 'justice', 'i', "'m", 'curvy', 'and', 'always', 'searching', 'for', 'dresses', 'that', 'do', "n't", 'make', 'me', 'look', 'like', 'a', 'sack', 'of', 'potatoes', 'its', 'pin', 'tucks', 'at', 'the', 'bust', 'give', 'it', 'a', 'little', 'shape', 'and', 'the', 'print', 'is', 'much', 'more', 'vibrant', 'in', 'person', 'will', 'look', 'great', 'with', 'tights', 'and', 'a', 'black', 'blazer', 'for', 'dinners', 'out', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2006,1080,83', 'perfection', 'received', 'this', 'dress', 'yesterday', 'love', 'it'] ['my', 'initial', 'hesitation', 'in', 'ordering', 'this', 'dress', 'even', 'though', 'it', 'is', 'my', 'fav', 'color', 'was', 'rather', 'bright', 'for', 'sept'] ['but', 'loved', 'it', 'and', 'decided', 'to', 'order', 'and', 'wear', 'it', 'next', 'spring'] ['delighted', 'to', 'open', 'the', 'package', 'and', 'see', 'that', 'the', 'dress', 'is', 'much', 'darker', 'than', 'in', 'the', 'pics', 'more', 'of', 'a', 'jade', 'green'] ['it', 'is', 'still', 'a', 'summer', 'fabric/style', 'however', 'the', 'darker', 'color', 'will', 'be', 'perfect', 'for', 'the', 'warmer', 'fall', 'days', 'ahead'] ['this', 'dress', 'is', 'beautifully', 'made', 'superior', 'workmanship', 'and', 'the', 'fabric', 'i', ',5,1,5', 'general', 'dresses', 'dresses'] ['2007,1095,53', 'in', 'agreement', 'with', 'other', 'reviewers', 'this', 'is', 'a', 'beautiful', 'dress', 'with', 'unfortunate', 'design', 'flaws', 'at', 'the', 'bodice', 'of', 'the', 'dress', 'the', 'fit', 'at', 'hips', 'and', 'length', 'is', 'perfect', 'falling', 'just', 'to', 'my', 'knee', 'i', "'m", '5', '5', '142', 'lbs', 'and', 'grazing', 'my', 'hips', 'in', 'that', 'regard', 'the', 'fit', 'is', 'spectacular', 'but', 'the', 'bodice', 'seems', 'cut', 'very', 'oddly', 'which', 'would', 'require', 'tayloring', 'to', 'correct', 'the', 'armholes', 'are', 'large', 'and', 'flared', 'at', 'the', 'bottom', 'which', 'leaves', "'wings", 'just', 'under', 'the', 'arms', 'that', 'stick', 'out', 'since', 'this', 'dress', 'has', 'a', 'side', 'zip', 'to', 'correct', 'that', 'would', 'seem', 'a', 'major', 'undertaking', 'the', 'stra', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2008,1083,41', 'soooo', 'pretty', 'this', 'dress', 'is', 'sure', 'to', 'become', 'one', 'of', 'my', 'favorites', 'i', 'ordered', 'it', 'online', 'and', 'the', 'colors', 'are', 'even', 'prettier', 'in', 'person', 'very', 'vivid', 'it', 'is', 'a', 'little', 'light', 'for', 'the', 'climate', 'where', 'i', 'live', 'right', 'now', 'but', 'i', "'m", 'sure', 'that', 'as', 'soon', 'as', 'it', 'gets', 'a', 'little', 'warmer', 'i', 'will', 'be', 'wearing', 'it', 'often', 'i', 'ca', "n't", 'wait', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2009,164,44', 'review', 'for', 'fit', 'only', 'nice', 'but', 'i', 'thought', 'these', 'ran', 'big', 'me', '28-29', 'waist', '36', 'hips', 'athletic', 'thighs', 'usually', 'a', 'medium', 'in', 'leggings', 'but', 'these', 'size', 'mediums', 'were', 'a', 'bit', 'baggy', 'to', 'my', 'surprise', 'hoping', 'to', 'exchange', 'for', 'a', 'size', 'down', 'as', 'they', 'are', 'pretty', 'the', 'ankle', 'detail', 'is', 'fun', 'and', 'decently', 'made', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['2010,1083,56', 'so', 'cute', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'wore', 'it', 'with', 'taupe', 'tights', 'and', 'suede', 'boots', 'and', 'got', 'so', 'many', 'compliments', 'i', 'have', 'also', 'worn', 'it', 'over', 'leggings', 'and', 'can', 'see', 'myself', 'wearing', 'it', 'in', 'the', 'warmer', 'months', 'with', 'sandals', 'even', 'though', 'the', 'material', 'is', 'somewhat', 'thin', 'i', 'did', 'not', 'have', 'to', 'wear', 'a', 'cami', 'with', 'it', 'the', 'fabric', 'pattern', 'is', 'really', 'cute', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2011,862,41', 'beautiful', 'shade', 'of', 'pink', 'very', 'low-cut', 'i', 'bought', 'the', 'pink', 'which', 'is', 'a', 'vibrant', 'but', 'not', 'neon', 'shade', 'of', 'deep', 'reddish', 'pink', 'love', 'it', 'i', 'love', 'how', 'the', 'flutter', 'of', 'the', 'sleeves', 'is', 'balanced', 'with', 'a', 'slimmer', 'fitting', 'body', 'which', 'keeps', 'it', 'from', 'looking', 'frumpy', 'i', 'did', 'order', 'a', 'size', 'down', 'to', 'achieve', 'this', 'look', 'i', 'prefer', 'a', 'more', 'tailored', 'look', 'so', 'this', 'suits', 'me', 'while', 'satisfying', 'my', 'desire', 'for', 'a', 'little', 'whimsy', 'now', 'and', 'then', 'my', 'only', 'issue', 'is', 'that', 'it', "'s", 'too', 'low', 'cut', 'trying', 'to', 'decide', 'if', 'i', 'just', 'need', 'to', 'wear', 'it', 'with', 'a', 'lower-cut', 'bra', 'or', 'if', 'this', 'requires', 'a', 'cami', 'i', 'hate', 'laye', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['2012,862,23', 'i', 'got', 'the', 'pink', 'color', 'which', 'is', 'really', 'vibrant', 'and', 'beautiful', 'in', 'person', 'this', 'top', 'is', 'low', 'cut', 'so', 'if', 'you', 'do', "n't", 'like', 'to', 'show', 'much', 'cleavage', 'plan', 'to', 'wear', 'it', 'over', 'a', 'cami'] [] ['i', "'m", '5', '5', '145lbs', '37-29-39.', 'got', 'a', 'size', 'medium', 'it', 'fits', 'okay', 'in', 'the', 'bust', 'area', 'but', 'is', 'much', 'looser', 'than', 'i', 'would', 'prefer', 'below', 'the', 'bust', 'i', 'will', 'either', 'return', 'or', 'exchange', 'for', 'a', 'small', 'to', 'see', 'if', 'the', 'fit', 'is', 'better', ',4,1,3', 'general', 'petite', 'tops', 'knits'] ['2013,1134,42', 'i', 'love', 'sanctuary', 'clothing', 'this', 'parka', 'is', 'on', 'the', 'lighter', 'side', 'good', 'for', 'this', 'mild', 'east', 'coast', 'winter', 'it', 'is', 'water', 'repellent', 'the', 'length', 'hits', 'me', 'on', 'my', 'upper', 'thigh', 'and', 'the', 'sleeves', 'are', 'long', 'good', 'for', 'longer', 'limbs', 'i', 'received', 'many', 'compliments', ',5,1,4', 'general', 'jackets', 'outerwear'] ['2014,1110,36', 'very', 'flattering', 'not', 'too', 'short', 'beautiful', 'i', "'m", '5.6', '36d', 'usually', 'wear', 'm', 'in', 'dresses', 'wide', 'hips', 'the', '8', 'fit', 'very', 'nicely', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2015,867,79', 'very', 'flattering', 'finally', 'a', 'white', 'top', 'that', 'is', 'not', 'see', 'through', 'this', 'tank', 'is', 'very', 'form', 'fitting', 'and', 'flattering', 'but', 'does', 'not', 'hug', 'too', 'tight', 'i', 'am', 'neither', 'large', 'nor', 'small', 'breasted', 'and', 'love', 'the', 'way', 'the', 'v-neck', 'fits', 'on', 'me', 'for', 'reference', 'i', 'am', '5', '2', '105', '32c', 'and', 'i', 'got', 'the', 'xxs', ',5,1,0', 'general', 'tops', 'knits'] ['2016,862,66', 'a', 'step', 'up', 'very', 'pleasantly', 'surprised', 'by', 'this', 'top', 'it', "'s", 'looser', 'but', 'in', 'a', 'flowy', 'not', 'baggy', 'way', 'i', 'ordered', 'the', 'm.', 'the'] ['vee', 'is', 'just', 'right', 'on', 'me', 'tasteful', 'but', 'just', 'low', 'enough', 'love', 'the', 'sleeve', 'length'] ['ordered', 'thinking', 'another', 'black', 'tee', 'but', 'it', "'s", 'going', 'to', 'be', 'well', 'used', 'and', 'great', 'for', 'evenings', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2017,927,41', 'beautiful', 'soft', 'and', 'cozy', 'as', 'one', 'would', 'expect', 'from', 'boucle', 'this', 'sweater', 'is', 'incredibly', 'soft', 'warm', 'and', 'cozy', 'without', 'being', 'heavy', 'i', 'fell', 'in', 'love', 'with', 'it', 'when', 'i', 'first', 'saw', 'it', 'and', 'got', 'it', 'in', 'white', 'color', 'it', "'s", 'beautiful', 'goes', 'with', 'casual', 'and', 'work', 'clothing', 'belt', 'helps', 'with', 'the', 'latter', 'styling', 'and', 'it', 'did', "n't", 'leave', 'lint', 'on', 'the', 'dark', 'skirt', 'i', 'wore', 'with', 'it', 'to', 'work', 'i', 'usually', 'wear', 'xs', 'or', 's', 'and', 'found', 'this', 'sweater', 'to', 'be', 'still', 'roomy', 'in', 'xs', 'with', 'sleeves', 'being', 'a', 'bit', 'long', 'i', 'hope', 'it', 'wo', "n't", 'stretch', 'with', 'wear', 'as', 'boucles', 'sometimes', 'do', 'that', "'s", 'my', 'o', ',4,1,3', 'general', 'petite', 'tops', 'sweaters'] ['2018,63,33', 'extra', 'fabric', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'here', 'the', 'legs', 'fit', 'me', 'fine', 'but', 'they', 'are', 'long', 'and', 'when', 'you', 'roll', 'them', 'up', 'it', 'creates', 'a', 'bunching', 'of', 'fabric', 'in', 'an', 'awkward', 'area', 'i', "'ve", 'also', 'found', 'that', 'they', 'do', "n't", 'stay', 'rolled', 'up', 'in', 'the', 'back', 'especially', 'if', 'you', 'sit', 'down', 'it', "'s", 'a', 'shame', 'since', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'maybe', 'sizing', 'down', 'would', "'ve", 'helped', 'but', 'i', 'doubt', 'that', 'would', "'ve", 'fixed', 'the', 'problem', 'of', 'the', 'cuffs', 'staying', 'rolled', 'up', ',3,0,0', 'general', 'bottoms', 'shorts'] ['2019,1095,29', 'well', 'made', 'beautiful', 'colors', 'gorgeous', 'dress', 'fits', 'true', 'to', 'size', 'with', 'high', 'quality', 'material', 'the', 'colors', 'are', 'stunning.,5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2020,1022,21', 'awesome', 'pair', 'of', 'high', 'waisted', 'jeans', 'these', 'jeans', 'are', 'awesome', 'i', 'usually', 'wear', 'a', '26', 'in', 'ag', 'jeans', 'as', 'they', 'tend', 'to', 'stretch', 'but', 'i', 'ordered', 'a', '27p', 'because', 'i', 'am', 'only', '5', '1', 'and', 'these', 'are', 'a', 'flare', 'style', 'i', 'have', 'a', 'small', 'waist', 'but', 'a', 'larger', 'booty', 'and', 'these', 'jeans', 'hug', 'me', 'in', 'all', 'the', 'right', 'places', 'they', 'also', 'have', 'a', 'great', 'dark', 'color', 'and', 'are', 'super', 'classy', 'so', 'you', 'can', 'dress', 'them', 'up', 'if', 'need', 'be', 'the', 'only', 'thing', 'i', 'did', "n't", 'like', 'was', 'the', 'length', 'even', 'with', 'the', 'petite', 'size', 'i', 'have', 'to', 'wear', 'wedges', 'so', 'they', 'do', "n't", 'drag', 'on', 'the', 'ground', 'but', 'this', 'is', 'an', 'issue', 'i', 'have', 'with', 'most', ',4,1,6', 'general', 'bottoms', 'jeans'] ['2021,1110,56', 'one', 'of', 'the', 'most', 'beautiful', 'dresses', 'i', 'have', 'ever', 'seen', 'i', 'purchased', 'this', 'dress', 'online', 'after', 'two', 'reviews', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'this', 'is', 'a', 'work', 'of', 'art', 'and', 'beauty', 'and', 'will', 'be', 'my', 'go', 'to', 'dress', 'for', 'spring', 'and', 'summer', 'weddings', 'special', 'occasions', 'and', 'other', 'events', 'i', 'am', 'so', 'glad', 'the', 'arms', 'are', 'covered', 'with', 'lace', 'and', 'flowers', 'this', 'is', 'spectacular', ',5,1,1', 'general', 'dresses', 'dresses'] ['2022,867,31', 'even', 'on', 'sale', 'this', 'was', 'just', 'too', 'pricey', 'for', 'what', 'it', 'is', 'which', 'is', 'a', 'glorified', 'tank', 'i', 'liked', 'the', 'straps', 'but', 'it', 'hangs', 'very', 'wide', 'off', 'your', 'chest', ',2,0,0', 'general', 'tops', 'knits'] ['2023,1044,68', 'very', 'cute', 'but', 'impossible', 'to', 'put', 'on', 'i', 'wrote', 'item', 'ran', 'large', 'but', 'that', 'was', 'true', 'only', 'in', 'length', 'it', 'would', 'be', 'long', 'for', 'someone', "5'10", 'however', 'the', 'bigger', 'issue', 'is', 'getting', 'it', 'on', 'the', 'style', 'and', 'quality', 'are', 'quite', 'nice', 'but', 'it', 'does', 'have', 'some', 'issues', ',3,0,6', 'general', 'bottoms', 'pants'] ['2024,862,45', 'cute', 'top', 'i', "'m", 'either', 'a', 'medium', 'or', 'large', 'in', 'retailer', 'tops', 'i', 'was', 'able', 'to', 'wear', 'a', 'medium', 'in', 'this', 'top', 'the', 'color', 'is', 'vibrant', 'and', 'the', 'material', 'is', 'soft', 'and', 'light', 'it', 'will', 'be', 'a', 'great', 'spring', 'and', 'summer', 'top', 'ca', "n't", 'wait', 'to', 'wear', 'it.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['2025,1075,37', 'love', 'it', 'stylish', 'but', 'comfortable', 'and', 'low', 'key', 'this', 'dress', 'runs', 'large', 'so', 'i', 'sized', 'down', 'when', 'it', 'arrived', 'i', 'looked', 'at', 'it', 'and', 'thought', 'the', 'fabric', 'was', 'ugly', 'and', 'boring', 'for', 'a', 'dress', 'it', 'sat', 'there', 'for', 'about', 'two', 'weeks', 'till', 'i', 'tried', 'it', 'on', 'i', 'love', 'it', 'it', 'is', 'so', 'comfortable', 'and', 'is', 'so', 'cute', 'how', 'the', 'pockets', 'hang', 'all', 'it', 'need', 'is', 'some', 'long', 'necklaces', 'or', 'a', 'scarf', 'to', 'complete', 'the', 'look', 'i', 'get', 'complements', 'on', 'it', 'everytime', 'i', 'wear', 'it', 'my', 'only', 'complaint', 'is', 'that', 'it', 'peels', 'under', 'the', 'arms', 'a', 'little', 'bit.,5,1,0', 'general', 'dresses', 'dresses'] ['2026,1095,32', 'such', 'a', 'beautiful', 'well', 'fitting', 'dress', 'this', 'dress', 'is', 'amazing', 'the', 'colors', 'in', 'person', 'are', 'so', 'vibrant', 'and', 'yet', 'organic', 'somehow', 'at', 'the', 'same', 'time', 'perhaps', 'this', 'is', 'because', 'the', 'fabric', 'has', 'a', 'really', 'nice', 'depth', 'and', 'texture', 'to', 'it', 'i', 'got', 'this', 'dress', 'for', 'a', 'summer', 'wedding', 'and', 'it', "'s", 'casual', 'yet', 'dressy', 'at', 'the', 'same', 'time'] [] ['re', 'fit', 'the', 'best', 'thing', 'about', 'this', 'dress', 'is', 'a', 'fit', 'it', "'s", 'so', 'incredibly', 'flattering', 'on', 'it', 'fits', 'like', 'a', 'glove', 'it', 'just', 'hugs', 'your', 'figure', 'in', 'the', 'most', 'flattering', 'way', 'especially', 'if', 'you', 'have', 'an', 'hourglass', 'figure', 'the', 'fit', 'is', 'true', 'to', 'size', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['2027,1083,36', 'comfy', 'and', 'cute', 'love', 'the', 'pockets', 'fits', 'loose', 'but', 'lies', 'nicely', 'comfy', 'but', 'able', 'to', 'be', 'dressed', 'up', 'or', 'down', 'great', 'versatile', 'dress', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2028,862,48', ',this', 't-shirt', 'does', 'a', 'great', 'job', 'of', 'elevating', 'the', 'basic', 't-shirt', 'in', 'to', 'one', 'with', 'a', 'touch', 'of', 'flair', 'i', 'typically', 'wear', 'a', 'medium', 'but', 'luckily', 'read', 'earlier', 'reviews', 'and', 'went', 'with', 'the', 'small.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['2029,1110,48', 'absolutely', 'gorgeous', 'i', "'m", 'so', 'happy', 'to', 'add', 'this', 'lovely', 'and', 'unusual', 'dress', 'to', 'my', 'fall', 'wardrobe', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'the', 'moment', 'i', 'tried', 'it', 'on', 'i', 'wear', 'a', 'two', 'or', 'four', 'depending', 'on', 'the', 'designer', 'and', 'the', 'two', 'fit', 'me', 'perfectly', 'another', 'reviewer', 'said', 'it', "'s", 'special', 'occasion', 'only', 'but', 'i', 'like', 'it', 'so', 'much', 'i', "'ll", 'wear', 'it', 'more', 'often', 'with', 'that', 'said', 'it', "'s", 'a', 'wonderful', 'go-to', 'dress', 'for', 'the', 'holiday', 'season', ',5,1,5', 'general', 'dresses', 'dresses'] ['2030,1095,64', 'very', 'cute', 'but', 'i', 'ordered', 'a', '6p', 'in', 'this', 'dress', 'so', 'it', 'wld', 'fall', 'above', 'my', 'knees', 'be', 'slightly', 'smaller', 'than', 'a', 'regular', '6.', 'sometimes', 'a', 'regular', 'size', '4', 'works', 'sometimes', 'a', '6.', 'typically', 'a', 'regular', 'size', '6', 'is', 'big', 'on', 'me', 'i', 'am', '5', '3', '118', '36c', 'just', 'recd', 'the', '6p', 'in', 'the', 'mail', 'the', 'first', 'thing', 'i', 'noticed', 'is', 'that', 'it', "'s", 's', 'a', 'knit', 'fabric', 'that', 'looks', 'feels', 'like', 'polyester', 'although', 'says', "'cotton", 'on', 'the', 'inside', 'label', 'i', 'think', 'it', 'wld', 'be', 'a', 'bit', 'warm', 'in', 'hot', 'weather', 'but', 'that', 'is', 'just', 'my', 'observation', 'the', 'main', 'problem', 'is', 'that', 'it', 'is', 'too', 'big', 'on', 'each', 's', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['2031,1095,49', 'weird', 'fit', 'i', 'love', 'the', 'colors', 'of', 'this', 'dress', 'and', 'i', 'waited', 'for', 'the', 'sale', 'since', 'it', 'is', "n't", 'really', 'good', 'for', 'work', 'i', 'wear', 'size', '6', 'in', 'hd', 'all', 'the', 'time', 'but', 'this', 'one', 'does', "n't", 'fit', 'at', 'all', 'on', 'the', 'top', 'the', 'bust', 'is', 'cut', 'for', 'someone', 'really', 'curvy', 'but', 'the', 'bottom', 'is', 'for', 'someone', 'really', 'straight', 'i', 'do', "n't", 'know', 'what', 'they', 'were', 'using', 'for', 'a', 'model', 'but', 'this', 'has', 'to', 'be', 'tried', 'on', 'before', 'purchased', 'the', 'material', 'is', 'also', 'rough', 'and', 'there', 'is', 'no', 'lining', 'to', 'protect', 'you', 'from', 'that', 'i', 'love', 'my', 'hd', 'dresses', 'for', 'style', 'and', 'functionality', 'but', 'this', 'one', 'is', 'j', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2032,1083,37', 'fun', 'and', 'flirty', 'i', 'love', 'this', 'dress', 'tried', 'it', 'on', 'at', 'the', 'store', 'they', 'only', 'had', 'medium', 'while', 'i', "'m", 'usually', 'always', 'a', 'medium', 'it', 'fit', 'perfectly', 'but', 'pulled', 'at', 'the', 'bust', 'i', "'m", 'a', '38', 'i', 'ordered', 'a', 'large', 'online', 'the', 'next', 'day', 'i', 'have', 'it', 'now', 'and', 'i', 'am', 'extremely', 'pleased', 'the', 'pattern', 'is', 'unique', 'the', 'length', 'falls', 'just', 'above', 'the', 'knee', 'and', 'has', 's', 'sexy', 'flirtiness', 'to', 'it', 'the', 'back', 'button', 'is', 'key', 'as', 'it', 'gives', 'some', 'contour', 'to', 'the', 'dress', 'the', 'side', 'pockets', 'are', 'an', 'awesome', 'touch', 'you', 'can', 'wear', 'this', 'dress', 'any', 'season', 'i', "'m", 'wearing', 'it', 'with', 'ankle', 'boots', 'and', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2033,1079,47', 'very', 'well', 'made', 'runs', 'large', 'this', 'dress', 'is', 'adorable', 'and', 'well', 'made', 'this', 'brand', 'runs', 'on', 'the', 'large', 'side', 'i', 'ordered', 'an', 'xs', 'and', 'the', 'tag', 'says', 'p', 'on', 'it', 'it', "'s", 'not', 'petite', 'it', 'ran', 'large', 'through', 'the', 'hips', 'and', 'will', 'need', 'alteration', 'i', "'m", 'keeping', 'it', 'because', 'it', 'is', 'really', 'cute', 'and', 'is', 'well', 'made', 'the', 'material', 'is', 'knit', 'and', 'soft', 'very', 'comfortable', 'i', "'m", 'surprised', 'nobody', 'has', 'reviewed', 'this', 'item', 'i', 'probably', 'will', 'not', 'buy', 'this', 'brand', 'again', 'only', 'because', 'it', 'runs', 'large', ',3,1,1', 'general', 'dresses', 'dresses'] ['2034,1072,67', 'this', 'dress', 'is', 'adorable', 'this', 'dress', 'is', 'so', 'cute', 'i', 'love', 'that', 'it', 'has', 'pockets', 'it', 'looks', 'great', 'with', 'sandels', 'and', 'also', 'ballet', 'flats', 'it', 'is', 'airy', 'and', 'run', 'true', 'to', 'size', 'i', 'wear', 'a', 'small', 'and', 'it', 'fit', 'perfect', 'i', 'even', 'bought', 'the', 'other', 'navy', 'and', 'cream', 'dress', 'you', 'will', 'wear', 'this', 'dress', 'over', 'and', 'over', 'just', 'roll', 'up', 'the', 'sleeves', 'and', 'throw', 'it', 'on', 'and', 'your', 'ready', 'just', 'love', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['2035,872,30', 'good', 'concept', 'poor', 'product', 'i', 'loved', 'the', 'aesthetic', 'but', 'as', 'a', 'true', 'hourglass', 'shape', 'i', 'was', 'frustrated', 'that', 'it', 'did', "n't", 'have', 'a', 'little', 'more', 'give', 'as', 'i', 'tried', 'to', 'pull', 'it', 'over', 'my', 'head', 'the', 'fabric', 'was', 'stiff', 'and', 'seemed', 'to', 'be', 'lace', 'over', 'cotton', 'not', 'entirely', 'sure', 'i', 'could', "n't", 'get', 'past', 'the', 'feeling', 'off', 'the', 'material', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['2036,1072,55', 'great', 'features', 'pockets', 'lace', 'in', 'front', 'i', 'purchased', 'the', 'green', 'print', 'which', 'has', 'so', 'many', 'patterns', 'and', 'colors', 'which', 'makes', 'this', 'dress', 'have', 'a', 'very', 'interesting', 'look', 'i', 'love', 'that', 'it', 'has', 'a', 'drop', 'waist', 'because', 'it', 'is', 'so', 'flattering', 'to', 'most', 'body', 'types.the', 'other', 'thing', 'i', 'liked', 'was', 'that', 'this', 'dress', 'came', 'in', 'petite', 'sizes', 'perfect', 'for', 'me', ',5,1,1', 'general', 'dresses', 'dresses'] ['2037,815,60', 'i', 'thought', 'the', 'quality', 'of', 'the', 'fabric', 'was', 'good', 'and', 'liked', 'the', 'idea', 'of', 'wearing', 'it', 'either', 'with', 'opening', 'in', 'front', 'or', 'back', 'it', 'was', 'a', 'little', 'larger', 'then', 'i', 'was', 'expecting', 'and', 'i', 'wish', 'it', 'had', 'a', 'closure', 'hook', 'and', 'eye', 'or', 'snap', 'at', 'the', 'top', 'it', 'has', 'three', 'places', 'in', 'the', 'back', 'to', 'tie', 'together', 'and', 'when', 'i', 'tied', 'them', 'in', 'a', 'bow', 'they', 'came', 'loose', 'easily', 'overall', 'glad', 'i', 'bought', 'it', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['2038,1072,39', 'tried', 'it', 'on', 'a', 'whim', 'love', 'it.', 'went', 'to', 'the', 'store', 'in', 'search', 'of', 'a', 'butter', 'dish', 'tried', 'this', 'dress', 'on', 'a', 'was', 'shocked', 'at', 'how', 'comfortable', 'versatile', 'and', 'all', 'over', 'appealing', 'this', 'dress', 'is', 'i', "'m", "5'10", 'and', 'the', 'medium', 'hits', 'at', 'my', 'knees', 'as', 'always', 'i', 'think', 'the', 'quality', 'could', 'be', 'better', 'it', "'s", 'not', 'something', 'that', 'will', 'last', 'for', 'years', ',4,1,0', 'general', 'dresses', 'dresses'] ['2039,862,53', 'cute', 'but', 'i', 'saw', 'this', 'top', 'on', 'sale', 'and', 'tried', 'it', 'on', 'right', 'away', 'my', 'normal', 'medium', 'was', 'too', 'big', 'so', 'i', 'purchased', 'the', 'small', 'in', 'the', 'rose', 'color', 'wore', 'it', 'with', 'a', 'shimmery', 'kimono', 'and', 'cream', 'colored', 'pilcro', 'boyfriend', 'jeans', 'wow', 'what', 'an', 'outfit'] ['then', 'i', 'washed', 'it', 'according', 'to', 'directions', 'and', 'sadly', 'it', 'shrunk', 'into', 'a', 'crop', 'peplum', 'tank', 'i', 'was', 'so', 'disappointed', 'i', 'wished', 'i', 'had', 'read', 'the', 'reviews', 'beforehand', ',3,0,4', 'general', 'tops', 'knits'] ['2040,1072,39', 'great', 'casual', 'dress', 'this', 'is', 'my', 'second', 'dress', 'from', 'this', 'designer', 'it', 'is', 'very', 'comfortable', 'stylish', 'and', 'looks', 'great', 'with', 'sandals/wedges', 'i', 'would', 'have', 'given', 'it', '5', 'stars', 'but', 'the', 'neckline', 'was', 'a', 'little', 'lower', 'than', 'i', 'expected', 'and', 'the', 'length', 'was', 'a', 'little', 'longer', 'i', 'am', 'still', 'keeping', 'it', 'though', 'and', 'expect', 'to', 'wear', 'it', 'spring', 'summer', 'and', 'fall', ',4,1,0', 'general', 'dresses', 'dresses'] ['2041,862,49', 'shrinks', 'i', "'m", '5', '4', '125', 'lbs', 'have', 'a', '36', 'c/d', 'bust', 'the', 'xs', 'fits', 'great'] ['i', 'wash', 'everything', 'in', 'cold', 'line', 'dry', 'this', 'was', 'no', 'exception', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'washer', 'i', 'knew', 'immediately', 'i', "'ve", 'pulled', 'it', 'back', 'into', 'shape', 'hung', 'it', 'up', 'but', 'we', "'ll", 'see'] ['dry', 'clean', 'if', 'you', 'want', 'to', 'keep', 'it', ',4,1,7', 'general', 'tops', 'knits'] ['2042,1072,33', 'effortlessly', 'cool', 'i', 'will', 'preface', 'this', 'review', 'by', 'stating', 'that', 'this', 'item', 'was', 'available', 'only', 'in', 'one', 'size', 'at', 'my', 'local', 'retailer', 'they', 'have', 'a', 'section', 'of', 'dresses', 'mostly', 'offered', 'online', 'that', 'are', 'in', 'store', 'for', 'you', 'to', 'touch', 'see', 'try', 'on', 'and', 'order', 'through', 'the', 'store', 'which', 'is', 'much', 'appreciated', 'i', 'am', 'normally', 'a', 'size', '0-2/xs', 'in', 'retailer', 'clothes', 'and', 'i', 'will', 'typically', 'order', 'a', 'petite', 'when', 'available', 'the', 'option', 'my', 'store', 'had', 'to', 'try', 'on', 'was', 'a', 'regular', 'medium', 'which', 'is', 'what', 'i', 'have', 'pictured', 'here'] [] ['i', 'mostly', 'wanted', 'to', 'try', 'it', 'on', 'just', 'to', 'get', 'a', 'fee', ',5,1,51', 'general', 'dresses', 'dresses'] ['2043,896,52', 'beautiful', 'sweater', 'i', 'love', 'this', 'top', 'wish', 'they', 'had', 'it', 'in', 'more', 'colors', 'i', 'would', 'buy', 'more', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2044,872,36', 'lovely', 'and', 'so', 'flattering', 'i', 'purchased', 'this', 'with', 'some', 'hesitation', 'having', 'read', 'that', 'some', 'people', 'thought', 'it', 'was', 'unflattering', 'but', 'i', 'could', "n't", 'resist', 'the', 'sale', 'price', 'and', 'i', 'love', 'a', 'low-maintenance', 'work', 'top', 'and', 'does', "n't", 'require', 'ironing', 'this', 'fits', 'the', 'bill', 'perfectly', 'it', "'s", 'made', 'of', 'high', 'quality', 'fabric', 'there', "'s", 'a', 'soft', 'inner', 'lining', 'with', 'a', 'side', 'zip', 'closure', 'and', 'it', 'has', 'a', 'pretty', 'narrow', 'profile', 'so', 'initially', 'i', 'found', 'it', 'a', 'little', 'snug', 'to', 'wiggle', 'into', 'i', 'got', 'a', 'small', 'but', 'once', 'on', 'it', 'fit', 'perfectly', 'and', 'is', 'so', 'flattering', 'i', 'ca', "n't", 'imagine', 'why', 'other', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['2045,1068,74', 'i', 'wanted', 'to', 'love', 'these', 'the', 'fabric', 'was', 'soft', 'and', 'they', 'were', 'good', 'quality', 'but', 'they', 'fit', 'differently', 'than', 'the', 'hyphen', 'chinos', 'and', 'were', 'too', 'small', 'sadly', 'i', 'had', 'to', 'return', 'them', ',4,1,7', 'general', 'bottoms', 'pants'] ['2046,1092,35', 'it', "'s", 'gorgeous', 'should', "'ve", 'ordered', 'a', 'larger', 'size', 'it', 'runs', 'a', 'bit', 'tight', 'around', 'the', 'top', 'and', 'the', 'zipper', 'is', "n't", 'that', 'helpful.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2047,1072,62', 'beautiful', 'but', 'big', 'this', 'was', 'my', 'first', 'tiny', 'shirtdress', 'purchase', 'after', 'seeing', 'the', 'past', 'few', 'patterns/seasons', 'for', 'me', 'the', 'last', 'few', 'were', 'a', 'little', 'too', 'busy', 'but', 'something', 'about', 'both', 'patterns', 'this', 'season', 'felt', 'right', 'for', 'summer', 'i', "'m", '5', '7', '128', 'and', 'found', 'my', 'usual', 's', 'to', 'be', 'too', 'long', 'in', 'length', 'and', 'in', 'sleeve', 'length', 'the', 'sleeves', 'being', 'a', 'problem', 'that', 'i', 'never', 'have', 'going', 'to', 'try', 'to', 'exchange', 'for', 'an', 'xs', 'because', 'it', 'really', 'is', 'a', 'lovely', 'piece', 'in', 'both', 'colors', 'though', 'i', 'slightly', 'prefer', 'the', 'green', 'because', 'it', 'feels', 'more', 'tropical/exotic', 'for', 'summe', ',4,1,5', 'general', 'dresses', 'dresses'] ['2048,1092,43', 'dream', 'dress', 'i', "'m", '5', '6', 'and', 'between', '100-105lbs', 'buying', 'clothes', 'from', 'retailer', 'is', 'always', 'a', 'stuggle', 'because', 'i', 'have', 'a', 'petite', 'frame', 'but', 'i', 'do', "n't", 'fall', 'into', 'the', 'petite', 'height', 'range', 'i', 'usually', 'order', 'a', 'petite', 'size', 'and', 'just', 'deal', 'with', 'the', 'shorter', 'length', 'which', 'is', 'hard', 'when', 'you', "'re", 'all', 'limbs', 'i', 'purchased', 'a', '0r', 'and', 'i', "'m", 'in', 'love', 'with', 'the', 'fit', 'the', 'top', 'of', 'the', 'dress', 'fits', 'under', 'my', 'arms', 'perfectly', 'the', 'waist', 'of', 'the', 'dress', 'also', 'hits', 'nicely', 'usually', 'the', 'waist', 'of', 'regular', 'sized', 'dresses', 'falls', 'below', 'my', 'natural', 'waistline', 'due', 'to', 'my', 'short', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2049,1092,39', 'flowy', 'functional', 'dressy', 'i', 'love', 'the', 'ease', 'of', 'this', 'dress', 'the', 'style', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'straps', 'are', 'inset', 'a', 'little', 'which', 'does', "n't", 'work', 'for', 'every', 'body', 'type', 'the', 'thin', 'material', 'can', 'get', 'caught', 'and', 'snag', 'easily', 'but', 'otherwise', 'this', 'dress', 'is', 'a', 'simple', 'chic', 'addition', 'to', 'my', 'closet', 'the', 'length', 'is', 'just', 'right', 'not', 'too', 'long', 'like', 'some', 'other', 'maxi', 'dresses', 'the', 'lining', 'underneath', 'ends', 'at', 'the', 'perfect', 'length', 'as', 'well', 'the', 'top', 'part', 'is', 'lined', 'well', 'so', 'it', 'can', 'be', 'worn', 'with', 'or', 'without', 'a', 'bra', 'i', 'am', 'normally', 'a', '4', 'or', '6', 'in', 'dresses', 'the', 'waistband', 'hits', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2050,872,41', 'dig', 'this', 'top', 'but', 'a', 'little', 'different', 'from', 'what', 'i', 'was', 'expecting', 'the', 'outside', 'is', 'indeed', 'a', 'bit', 'stiff', 'and', 'scratchy', 'but', 'it', 'is', 'lined', 'but', 'definitely', 'would', "'ve", 'appreciated', 'a', 'softer', 'fabric', 'however', 'the', 'cut', 'is', 'cute', 'and', 'flattering', 'and', 'the', 'pattern', 'is', 'adorable', 'so', 'it', "'s", 'staying', 'in', 'my', 'closet', 'perhaps', 'not', 'the', 'thing', 'to', 'wear', 'to', 'snuggle', 'up', 'with', 'someone', 'though', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2051,1072,37', 'not', 'for', 'me', 'i', 'purchased', 'this', 'based', 'on', 'previous', 'reviews', 'the', 'quality', 'of', 'the', 'dress', 'and', 'the', 'print', 'is', 'excellent', 'the', 'dress', 'fit', 'me', 'perfect', 'in', 'the', 'front', 'however', 'there', 'were', 'so', 'much', 'extra', 'fabric', 'in', 'the', 'back', 'that', 'it', 'made', 'me', 'look', 'extremely', 'large', 'i', 'understand', 'it', "'s", 'a', 'shirt', 'dress', 'however', 'the', 'back', 'would', 'need', 'to', 'be', 'taken', 'in', 'like', '6', 'inches', 'for', 'someone', 'who', 'is', 'looking', 'for', 'a', 'more', 'boxy', 'full', 'coverage', 'dress', 'this', 'is', 'more', 'for', 'them,4,0,2', 'general', 'petite', 'dresses', 'dresses'] ['2052,850,26', 'very', 'flattering', 'i', 'usually', 'do', "n't", 'even', 'consider', 'this', 'style', 'of', 'shirt', 'but', 'i', 'was', 'intrigued', 'by', 'its', 'soft', 'fabric', 'and', 'texture', 'honestly', 'i', 'love', 'this', 'shirt', 'it', 'is', 'so', 'flattering', 'and', 'a', 'perfect', 'staple', 'for', 'any', 'closet', 'i', 'can', 'wait', 'to', 'wear', 'it', 'out', 'and', 'about', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['2053,1072,33', 'huge', 'i', 'am', 'between', 'a', 'xs', 'and', 's', 'but', 'figured', 'i', 'would', 'order', 'down', 'based', 'on', 'the', 'reviews', 'well', 'it', "'s", 'still', 'huge', 'i', 'have', 'about', '5', 'inches', 'that', 'i', 'can', 'take', 'in', 'from', 'the', 'side', 'i', 'have', 'ordered', 'the', 'xxs', 'and', 'am', 'hoping', 'it', 'will', 'look', 'more', 'flattering', 'i', 'love', 'the', 'colors', 'and', 'design', 'but', 'as', 'it', 'is', 'it', 'does', 'not', 'do', 'anything', 'for', 'me', 'for', 'reference', 'i', 'am', '124', 'lbs', '32d', '5', '5', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2054,1092,39', 'runs', 'big', 'in', 'bust', 'the', 'first', 'reviewer', 'said', 'it', 'was', 'small', 'in', 'the', 'bust', 'but', 'the', '0p', 'i', 'ordered', 'fit', 'everywhere', 'rib', 'cage', 'and', 'all', 'but', 'was', 'gaping', 'at', 'the', 'bust', 'in', 'the', 'back', 'i', 'would', 'say', 'overall', 'it', 'was', 'true', 'to', 'size', 'but', 'if', 'i', 'sized', 'down', 'it', 'would', 'be', 'too', 'snug', 'in', 'the', 'rib', 'cage', 'i', 'am', '30dd', 'for', 'reference', 'there', 'and', 'waist', 'is', '26.5', 'inches'] [] ['otherwise', 'the', 'make', 'is', 'very', 'pretty', 'i', 'like', 'the', 'texture', 'in', 'the', 'fabric', 'the', 'color', 'is', 'very', 'pretty', 'as', 'well', 'embroidery', 'seemed', 'high', 'quality', 'but', 'i', 'decided', 'to', 'pass', 'on', 'it', 'even', 'on', 'sale', 'since', 'it', 'did', "n't", ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2055,896,39', 'finally', 'saw', 'it', 'in', 'person', 'i', 'had', 'my', 'eye', 'on', 'this', 'for', 'a', 'while', 'and', 'my', 'store', 'finally', 'got', 'it', 'in', 'in', 'tmie', 'for', 'the', '40', 'off', 'sweaters', 'too', 'bad', 'hte', 'petite', 'size', 'was', 'already', 'sold', 'out', 'by', 'then', 'however', 'good', 'thing', 'isthe', 'xs', 'stil', 'lfit', 'me', 'in', 'a', 'nice', 'way', 'i', 'wil', 'lnever', 'know', 'about', 'petite', 'decided', 'to', 'jsut', 'purchase', 'as', 'is', 'they', 'do', "n't", 'have', 'xxs', 'either', 'the', 'fit', 'is', 'on', 'hte', 'looser', 'comfortable', 'side', 'the', 'red', 'color', 'is', 'rich', 'and', 'the', 'design', 'is', 'subtle', 'adn', 'will', 'nto', 'fall', 'apart', 'so', 'it', 'add', 'some', 'interest', 'to', 'an', 'otherwise', 'typical', 'pullover', 'will', 'look', 'nice', 'with', 'j', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2056,1072,58', 'go', 'to', 'dress', 'this', 'is', 'a', 'great', 'dress', 'for', 'those', 'days', 'where', 'you', 'just', 'want', 'to', 'throw', 'something', 'on', 'but', 'still', 'look', 'put', 'together', 'it', 'hangs', 'so', 'well', 'and', 'feels', 'so', 'comfortable', 'yet', 'it', 'has', 'a', 'style', 'that', 'is', 'a', 'combination', 'of', 'bohemian', 'and', 'part', 'sophisticated', 'the', 'colors', 'are', 'muted', 'but', 'they', 'work', 'so', 'well', 'i', 'wear', 'it', 'with', 'flat', 'strap', 'sandals', 'and', 'have', 'also', 'paired', 'it', 'with', 'wedges', 'i', 'receive', 'tons', 'of', 'compliments', 'and', 'have', 'to', 'make', 'sure', 'my', 'daughter', 'does', "n't", 'try', 'to', 'borrow', 'it', 'would', 'highly', 'recommend.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2057,862,42', 'too', 'big', 'i', 'wear', 'a', 'size', '4', 'and', 'i', 'ordered', 'the', 'small', 'for', 'this', 'top', 'it', 'is', 'huge', 'and', 'gave', 'me', 'a', 'maternity-look', 'that', 'i', 'was', "n't", 'going', 'for', 'i', 'was', 'hoping', 'for', 'a', 'loose', 'body-skimming', 'fit', 'as', 'shown', 'on', 'the', 'model', 'in', 'the', 'picture', 'but', 'that', 'was', "n't", 'happening', 'with', 'this', 'top', ',3,0,10', 'general', 'tops', 'knits'] ['2058,862,57', 'love', 'this', 'layering', 'piece', 'a', 'little', 'low', 'cut', 'for', 'my', 'personal', 'comfort', 'but', 'a', 'tank', 'underneath', 'works', 'great', ',5,1,0', 'general', 'tops', 'knits'] ['2059,1072,38', 'love', 'this', 'dress', 'i', 'originally', 'purchased', 'a', 'small', 'after', 'reading', 'some', 'of', 'the', 'reviews', 'although', 'it', 'did', 'fit', 'i', 'felt', 'it', 'was', 'just', 'slightly', 'snug', 'across', 'the', 'chest', 'and', 'upper', 'arms', 'i', 'returned', 'for', 'a', 'medium', 'my', 'usual', 'size', 'and', 'it', 'was', 'perfect', 'it', 'had', 'the', 'same', 'look', 'and', 'flow', 'as', 'what', 'you', 'see', 'in', 'the', 'model', 'pics', 'i', 'love', 'love', 'love', 'that', 'it', 'is', 'long-sleeved', 'and', 'has', 'pockets', 'i', 'went', 'ahead', 'and', 'ordered', 'the', 'other', 'print', 'as', 'well', 'i', 'wore', 'the', 'first', 'one', 'to', 'work', 'with', 'some', 'knee', 'high', 'boots', 'and', 'got', 'many', 'compliments', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2060,1092,41', 'absolutely', 'beautiful', 'love', 'love', 'love', 'this', 'dress', 'fits', 'like', 'a', 'glove', 'beautiful', 'details', 'amazing', 'quality', 'i', "'m", 'so', 'happy', 'with', 'this', 'dress', 'and', 'know', 'i', "'ll", 'have', 'it', 'for', 'years', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2061,1126,61', ',this', 'jacket', 'is', 'gorgeous', 'the', 'design', 'is', 'visually', 'very', 'interesting', 'the', 'fabric', 'is', 'light', 'enough', 'that', 'i', 'can', 'wear', 'it', 'to', 'work', 'and', 'keep', 'it', 'on', 'all', 'day.,5,1,1', 'general', 'jackets', 'outerwear'] ['2062,896,39', 'love', 'this', 'sweater', 'the', 'abstract', 'floral', 'design', 'adds', 'an', 'understated', 'romantic', 'touch', 'the', 'red', 'is', 'a', 'beautiful', 'rich', 'red', 'and', 'the', 'cotton', 'is', 'super', 'soft', 'and', 'comfy', 'i', "'ve", 'tried', 'it', 'on', 'with', 'pencil', 'skirts', 'and', 'jeans', 'and', 'it', 'looks', 'great', 'with', 'both', 'i', "'m", 'considering', 'buying', 'it', 'in', 'the', 'off', 'white', 'too', 'but', 'it', 'does', 'have', 'some', 'cons', 'one', 'is', 'the', 'waist', 'band', 'hits', 'me', 'where', 'it', 'does', 'on', 'the', 'model', 'and', 'if', 'you', 'look', 'closely', 'you', 'can', 'see', 'where', 'the', 'sweater', 'poof', 'out', 'over', 'the', 'band', 'a', 'bit', 'it', 'does', 'that', 'on', 'me', 'too', 'unless', 'i', 'turn', 'the', 'band', 'up', 't', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['2063,872,26', ',,3,0,0', 'general', 'petite', 'tops', 'knits'] ['2064,896,63', 'love', 'this', 'sweater', 'i', 'am', 'totally', 'in', 'love', 'with', 'this', 'sweater', 'it', 'is', 'lightweight', 'comfortable', 'and', 'very', 'versatile', 'throw', 'on', 'a', 'pair', 'of', 'jeans', 'and', 'it', 'is', 'casual', 'throw', 'on', 'dark', 'slacks', 'or', 'a', 'skirt', 'and', 'it', 'is', 'dressy', 'the', 'design', 'does', 'not', 'become', 'the', 'focus', 'of', 'the', 'sweater', 'but', 'rather', 'takes', 'it', 'up', 'a', 'notch', 'making', 'it', 'a', 'fun', 'piece', 'to', 'wear', 'the', 'color', 'is', 'not', 'a', 'light', 'red', 'but', 'rather', 'a', 'rich', 'cabernet', 'wine', 'color', 'this', 'sweater', 'is', 'well', 'on', 'its', 'way', 'to', 'becoming', 'one', 'of', 'my', 'all', 'time', 'favorites', ',5,1,4', 'general', 'tops', 'fine', 'gauge'] ['2065,872,23', 'love', 'i', 'was', 'very', 'nervous', 'to', 'buy', 'this', 'top', 'but', 'because', 'it', 'was', 'on', 'such', 'an', 'excellent', 'sale', 'i', 'went', 'for', 'it-', 'tops', 'like', 'this', 'usually', 'end', 'in', 'me', 'showing', 'a', 'ridiculous', 'amount', 'of', 'cleavage', 'or', 'not', 'being', 'able', 'to', 'zip', 'i', 'am', 'a', '32ddd', 'it', 'past', 'my', 'waist', 'i', 'ordered', 'a', 'small', 'based', 'on', 'the', 'other', 'reviews', 'and', 'it', 'fits', 'perfectly', 'the', 'wrap', 'top', 'is', 'perfect', 'and', 'shows', 'off', 'my', 'curves', 'without', 'showing', 'too', 'much', 'the', 'fabric', 'is', 'very', 'unique', 'and', 'the', 'whole', 'top', 'is', 'lined', 'with', 'a', 'nice', 'nylon/cotton', 'blend', 'so', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'to', 'wear', 'def', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2066,1072,59', 'a', 'bit', 'big', 'i', 'really', 'loved', 'the', 'colors', 'in', 'this', 'dress', 'and', 'was', 'looking', 'for', 'a', 'long', 'sleeve', 'dress', 'this', 'style', 'may', 'just', 'be', 'big', 'fitting', 'but', 'the', 'sleeves', 'were', 'way', 'too', 'long', 'and', 'the', 'dress', 'was', 'just', 'shapeless', 'on', 'me', 'i', 'usually', 'wear', 'a', 'small', 'or', 'a', 'size', '4', 'in', 'clothing', 'and', 'the', 'size', 'small', 'in', 'this', 'dress', 'was', 'way', 'too', 'big', 'the', 'x-small', 'may', 'have', 'been', 'a', 'better', 'fit', 'but', 'this', 'dress', 'was', 'on', 'backorder', 'and', 'i', 'just', 'received', 'it', 'right', 'before', 'we', 'are', 'going', 'on', 'a', 'trip', 'there', "'s", 'no', 'time', 'to', 'order', 'the', 'x-small', 'but', 'maybe', 'i', 'can', 'look', 'at', 'it', 'again', 'when', 'we', 'retu,4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2067,850,63', 'gorgeous', 'top', 'but', 'very', 'high-waisted', 'i', 'love', 'everything', 'about', 'this', 'blouse', 'except', 'for', 'one', 'thing', 'the', 'peplum', 'just', 'hits', 'way', 'too', 'high', 'up', 'on', 'the', 'body', 'and', 'i', 'am', 'only', '5', '4', '106', 'and', 'ordered', 'a', 'regular', 'size', '2', 'not', 'petite', 'which', 'fits', 'perfectly', 'except', 'for', 'this', 'it', 'is', 'made', 'of', 'a', 'beautiful', 'textured', 'fabric', 'and', 'is', 'very', 'nice', 'quality', 'i', 'adore', 'peplums', 'and', 'own', 'many', 'and', 'like', 'the', 'peplum', 'to', 'begin', 'near', 'the', 'waist', 'however', 'others', 'may', 'not', 'mind', 'the', 'higher', 'waist', 'and', 'in', 'that', 'case', 'it', 'may', 'work', 'for', 'them', 'i', 'really', 'hated', 'to', 'send', 'it', 'back', 'it', 'was', 'so', 'pretty', 'but', 'it', 'just', 'w', ',4,1,19', 'general', 'petite', 'tops', 'blouses'] ['2068,872,42', 'too', 'cute', 'but', 'super', 'cute', 'flattering', 'design', 'but', 'the', 'material', 'is', 'itchy', 'so', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['2069,1126,51', 'surprisingly', 'amazing', 'i', 'tried', 'this', 'on', 'at', 'the', 'store', 'in', 'the', 'regular', 'size', 'it', 'came', 'in', 'and', 'thought', 'maybe', 'it', 'has', 'some', 'potential', 'is', 'i', 'ordered', 'it', 'for', 'me', 'in', 'a', 'petite', 'since', 'that', "'s", 'what', 'i', 'am', 'i', 'ignored', 'the', 'package', 'when', 'i', 'first', 'got', 'it', 'thinking', 'it', 'would', "n't", 'really', 'look', 'right', 'but', 'omg', 'it', "'s", '100', 'amazing', 'and', 'flattering', 'wear', 'it', 'with', 'skinny', 'jeans', 'leggings', 'jeggings', 'whatever', 'and', 'it', "'s", 'just', 'super', 'awesome', 'on', 'dressed', 'up', 'or', 'down', 'i', "'d", 'buy', 'this', 'over', 'and', 'over', 'again', 'without', 'a', 'doubt', ',5,1,3', 'general', 'jackets', 'outerwear'] ['2070,850,23', 'the', 'most', 'versatile', 'top.', 'i', 'bought', 'this', 'shirt', 'to', 'wear', 'to', 'work', 'i', "'m", 'a', 'teacher', 'this', 'shirt', 'is', 'so', 'amazing', 'i', "'m", 'able', 'to', 'pair', 'it', 'with', 'work', 'pants', 'to', 'dress', 'it', 'up', 'and', 'in', 'denim', 'to', 'dress', 'it', 'down', 'the', 'cut', 'is', 'incredible', 'with', 'the', 'peplum', 'waist', 'coming', 'right', 'below', 'my', 'breasts', 'a', 'little', 'above', 'my', 'waist', 'the', 'length', 'is', 'perfect', 'and', 'it', 'just', 'seems', 'to', 'create', 'the', 'most', 'perfect', 'shape', 'the', 'material', 'is', 'high', 'quality', 'and', 'i', 'just', 'love', 'the', 'fabric', 'texture', 'it', "'s", 'very', 'soft', 'and', 'gives', 'a', 'tiny', 'bit', 'of', 'stretch', 'but', 'not', 'much', 'i', 'did', 'size', 'up', 'in', 'this', 'shirt', 'i', "'m", 'u', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['2071,862,23', 'my', 'go-to', 'shirt', 'i', 'honestly', 'bought', 'this', 'shirt', 'on', 'a', 'whim', 'the', 'other', 'day', 'in', 'my', 'local', 'retailer', 'i', 'was', 'drawn', 'to', 'the', 'color', 'and', 'the', 'swing', 'first', 'of', 'all', 'this', 'shirt', 'is', 'incredibly', 'soft', 'and', 'lightweight', 'i', 'love', 'the', 'flow', 'of', 'the', 'loose', 'peplum', 'the', 'straps', 'are', 'nicely', 'placed', 'because', 'they', "'re", 'wider', 'and', 'accentuate', 'my', 'arms', 'and', 'cover', 'my', 'bra', 'straps', 'i', 'love', 'the', 'little', 'v', 'neck', 'detail', 'it', 'shows', 'a', 'little', 'cleavage', 'when', 'bent', 'or', 'hunched', 'over', 'but', 'the', 'top', 'stays', 'conservative', 'when', 'truly', 'upright', 'i', 'wore', 'this', 'shirt', '3', 'days', 'in', 'a', 'row', 'last', 'week', 'and', ',5,1,21', 'general', 'tops', 'knits'] ['2072,1072,33', 'lovely', 'comfortable', 'relaxed', 'fit', 'i', 'am', 'very', 'top', 'heavy', 'and', 'the', 'generous', 'cut', 'of', 'this', 'dress', 'worked', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2073,862,64', 'versatile', 'this', 'top', 'is', 'comfortable', 'and', 'flattering', 'i', 'really', 'like', 'the', 'simplicity-', 'a', 'wearable', 'basic', 'summer', 'top', 'with', 'a', 'cute', 'twist', 'just', 'enough', 'to', 'make', 'it', 'contemporary', 'but', 'not', 'overstated', ',5,1,0', 'general', 'tops', 'knits'] ['2074,1072,33', 'beautiful', 'dress', 'runs', 'huge', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'online', 'and', 'went', 'to', 'try', 'on', 'in', 'the', 'store', 'i', "'m", '5', '6', '128', 'lbs', 'with', 'some', 'boobs', 'usually', 'a', 's', 'or', 'size', '4.', 'i', 'tried', 'on', 'the', 's', 'and', 'xs', 'and', 'ended', 'up', 'buying', 'the', 'xs', 'and', 'i', "'ve", 'never', 'worn', 'an', 'xs', 'in', 'my', 'life', 'it', 'is', 'long', 'and', 'loose', 'hanging', 'right', 'at', 'my', 'knees', 'the', 'body', 'is', 'roomy', 'and', 'i', 'am', 'thinking', 'of', 'having', 'it', 'taken', 'in', 'a', 'couple', 'of', 'inches', 'at', 'the', 'waist', 'there', 'is', 'pleating', 'in', 'the', 'front', 'that', 'begins', 'just', 'below', 'my', 'natural', 'waist', 'and', 'extends', 'out', 'to', 'the', 'hips', 'plus', 'pockets', 'the', 'sleeves', 'are', 'lon', ',5,1,14', 'general', 'petite', 'dresses', 'dresses'] ['2075,1072,40', 'great', 'dress', 'with', 'a', 'little', 'help', 'added', 'this', 'dress', 'is', 'comfortable', 'and', 'the', 'pattern', 'is', 'really', 'nice', 'with', 'some', 'good', 'attention', 'to', 'detail', 'on', 'the', 'lace', 'trim', 'and', 'pockets', 'i', 'ordered', 'this', 'in', 'my', 'usual', 'pxs', 'i', 'am', '5', '2', 'but', 'this', 'definitely', 'runs', 'very', 'large', 'it', 'is', 'a', 'shirt', 'style', 'dress', 'so', 'i', 'did', "n't", 'expect', 'it', 'to', 'be', 'fitted', 'but', 'off', 'the', 'hanger', 'it', 'was', 'just', 'too', 'shapeless', 'and', 'sack-like', 'for', 'me', 'i', 'really', 'wanted', 'it', 'to', 'work', 'so', 'i', 'took', 'it', 'to', 'my', 'tailor', 'and', 'she', 'added', 'a', 'beautiful', 'navy', 'rope-like', 'tie', 'attached', 'to', 'both', 'sides', 'in', 'the', 'back', 'of', 'the', 'dress', 'it', 'looks', 'amazing', 'an', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2076,896,60', 'super', 'sweater', 'this', 'will', 'be', 'a', 'favorite', 'sweater', 'this', 'winter', 'it', 'has', 'a', 'loose', 'but', 'flattering', 'fit', 'i', 'purchased', 'the', 'red', 'a', 'deep', 'rusty', 'red', 'and', 'it', 'fits', 'me', 'exactly', 'as', 'it', 'does', 'the', 'model', 'pictured', 'slightly', 'loose', 'but', 'flattering', 'mid', 'hip', 'open', 'neckline', 'you', 'ca', "n't", 'tell', 'in', 'the', 'picture', 'but', 'the', 'neckline', 'is', 'rolled', 'i', 'am', '5', '2', '140', 'lbs.', 'just', 'a', 'bit', 'fluffy', 'the', 'small', 'fits', 'me', 'perfectly', 'i', 'think', 'that', 'you', 'could', 'size', 'down', 'from', 'your', 'regular', 'size', 'if', 'you', 'prefer', 'a', 'closer', 'fit', 'the', 'sleeves', 'are', 'at', 'the', 'top', 'of', 'my', 'hands', 'just', 'below', 'the', 'wri', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['2077,872,36', 'poor', 'fabric', 'quality', 'looks', 'great', 'in', 'the', 'picture', 'but', 'when', 'i', 'got', 'this', 'in', 'the', 'mail', 'the', 'fabric', 'was', 'so', 'stiff', 'shaking', 'it', 'out', 'did', 'nothing-almost', 'like', 'it', 'was', 'dipped', 'in', 'drying', 'glue', 'i', 'got', 'this', 'for', '10', 'which', 'is', 'so', 'cheap', 'and', 'i', 'still', 'returned', 'it', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['2078,1072,35', 'a', 'hit', 'i', 'bought', 'this', 'dress', 'in', 'the', 'green', 'it', 'runs', 'big', 'i', 'usually', 'take', 'a', 's', 'and', 'had', 'to', 'return', 'for', 'xs', 'i', 'am', '5', '5', 'and', '125.', 'it', 'flows', 'beautifully', 'and', 'can', 'be', 'dressed', 'up', 'with', 'heels', 'or', 'worn', 'completely', 'casual', 'with', 'flip', 'flops', 'worth', 'every', 'penny', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2079,1072,68', 'beautiful', 'dress', 'if', 'you', 'can', 'figure', 'out', 'your', 'size', 'for', 'a', 'brand', 'called', 'tiny', 'this', 'dress', 'was', 'really', 'big', 'i', 'ordered', 'my', 'usual', 'm', 'and', 'it', 'was', 'like', 'a', 'sack', 'virtually', 'no', 'shape', 'to', 'it', 'at', 'all', 'i', 'have', "n't", 'been', 'a', 'small', 'in', 'many', 'decades', 'so', 'i', "'m", 'really', 'hesitant', 'to', 'order', 'it', 'again', 'i', "'m", 'afraid', 'i', "'ll", 'be', 'like', 'goldilocks', 'too', 'big', 'too', 'small', 'but', 'i', "'m", 'probably', 'going', 'to', 'give', 'it', 'a', 'whirl', 'because', 'the', 'green', 'print', 'is', 'so', 'pretty', 'and', 'i', 'l', 'like', 'that', 'it', 'has', 'sleeves', 'to', 'protect', 'from', 'sun', 'and', 'pockets', 'lots', 'of', 'good', 'qualities', 'just', 'putting', 'them', 'together', 'in', 'a', 'wearable', 'size', 'seems', 't', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2080,850,53', 'love', 'it', 'this', 'tank', 'runs', 'very', 'true', 'to', 'size', 'i', 'ordered', 'my', 'usual', 'size', '8', 'which', 'fits', 'like', 'a', 'glove', 'could', "n't", 'go', 'any', 'smaller', 'very', 'pretty', 'fabric', 'which', 'is', 'lined', 'above', 'the', 'peplum', 'i', 'personally', 'like', 'the', 'higher', 'peplum', 'but', 'it', "'s", 'a', 'personal', 'choice', 'great', 'purchase', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['2081,912,32', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2082,912,70', 'versatile', 'vest', 'i', 'love', 'the', 'black', 'and', 'grey', 'version', 'of', 'the', 'vest', 'but', 'decided', 'too', 'try', 'it', 'in', 'plum', 'the', 'plum', 'color', 'is', 'used', 'only', 'on', 'the', 'lapels', 'and', 'inside', 'of', 'the', 'garment', 'it', 'has', 'no', 'finished', 'seams', 'but', 'it', 'is', 'like', 'a', 'soft', 'boiled', 'wool', 'so', 'it', 'would', "n't", 'ravel', 'the', 'seam', 'in', 'the', 'waistline', 'area', 'breaks', 'up', 'the', 'design', 'and', 'adds', 'more', 'interest.,4,1,4', 'general', 'tops', 'fine', 'gauge'] ['2083,896,28', 'bought', 'for', 'my', 'sister', 'she', 'loves', 'it', 'this', 'was', 'a', 'christmas', 'gift', 'to', 'my', 'sister', 'she', 'liked', 'it', 'so', 'much', 'she', 'wore', 'it', 'the', 'day', 'after', 'opening', 'it', 'very', 'cute', 'design', 'lovely', 'deep', 'red', 'color', 'only', 'thing', 'to', 'look', 'out', 'for', 'is', 'the', 'potential', 'of', 'fabric', 'to', 'snag', 'looks', 'like', 'it', 'may', 'do', 'so', 'easily', 'if', 'wearing', 'long', 'jewelry', 'may', 'run', 'a', 'bit', 'large', 'but', 'the', 'medium', 'for', 'her', 'well', 'slightly', 'loose', 'fitting', 'garment', 'she', 'is', '5', '7', 'and', 'would', 'probably', 'wear', 'a', 'large', 'in', 'a', 'typical', 'shirt', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2084,1126,38', 'nice', 'design', 'but', 'quality', 'isses', 'i', 'tried', 'this', 'jacket', 'on', 'and', 'it', 'was', 'definitely', 'cute', 'but', 'a', 'couple', 'things', 'to', 'note', 'it', "'s", 'a', 'wool', 'acrylic', 'blend', 'and', 'it', 'was', 'already', 'starting', 'to', 'pill', 'from', 'being', 'tried', 'on', 'in', 'the', 'store', 'also', 'it', "'s", 'unlined', 'i', 'thought', 'the', 'price', 'point', 'was', 'high', 'given', 'its', 'fibers', 'and', 'unlined', 'given', 'its', 'hem', 'i', 'wonder', 'how', 'much', 'longevity', 'the', 'piece', 'has', 'and', 'how', 'quickly', 'it', 'might', 'start', 'to', 'look', 'dated', 'too', ',3,0,1', 'general', 'jackets', 'outerwear'] ['2085,862,21', 'perfect', 'shirt', 'i', 'absolutely', 'adore', 'this', 'shirt', 'the', 'pinkish', 'rosey', 'color', 'is', 'beautiful', 'and', 'ended', 'up', 'being', 'better', 'than', 'i', 'had', 'imagined', 'i', 'will', 'say', 'that', 'the', 'shirt', 'is', 'a', 'bit', 'more', 'casual', 'than', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'the', 'way', 'it', 'hangs', 'or', 'something', 'not', 'really', 'sure', 'nonetheless', 'it', 'is', 'perfect', 'can', 'be', 'dressed', 'up', 'or', 'down', 'which', 'is', 'the', 'best', 'quality', 'to', 'have', 'in', 'any', 'piece', 'of', 'clothing', 'i', 'can', 'tell', 'i', "'m", 'going', 'to', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['2086,1072,41', 'no', 'shape', 'this', 'dress', 'looked', 'super', 'cute', 'in', 'the', 'picture', 'and', 'on', 'the', 'model', 'i', 'ordered', 'the', 'petite', 'style', 'and', 'it', 'was', 'still', 'so', 'big', 'and', 'way', 'too', 'loose', 'no', 'shape', 'whatsoever', 'i', 'unfortunately', 'had', 'to', 'return', 'it', 'i', 'love', 'loose', 'dresses', 'but', 'this', 'one', 'was', 'way', 'too', 'big', 'loose', 'and', 'had', 'no', 'shape', 'at', 'all', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['2087,872,32', 'very', 'cute', 'very', 'versatile', 'top', 'i', 'feel', 'like', 'i', 'could', 'dress', 'it', 'up', 'or', 'down', 'fits', 'very', 'nice', 'and', 'the', 'material', 'is', 'soft.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2088,912,50', 'love', 'this', 'wool', 'seamed', 'vest', 'i', 'feel', 'fabulous', 'in', 'this', 'plum', 'and', 'charcoal', 'vest', 'i', 'am', '5/9', 'and', 'the', 'm', 'l', 'is', 'the', 'perfect', 'length', 'and', 'size', 'i', 'was', 'initially', 'attracted', 'by', 'the', 'external', 'seams', 'and', 'color', 'and', 'was', 'delighted', 'with', 'the', 'silhouette', 'and', 'soft', 'structure', 'of', 'the', 'wool', 'blend', 'fabric', 'it', 'is', 'versatile', 'and', 'yet', 'a', 'kind', 'of', 'signature', 'piece', 'that', 'i', 'will', 'wear', 'with', 'joy', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['2089,862,37', 'good', 'summer', 'tank', 'this', 'will', 'be', 'a', 'great', 'summer', 'staple', 'good', 'fit', 'and', 'very', 'comfortable', 'may', 'go', 'back', 'and', 'buy', 'another', 'color,5,1,0', 'general', 'tops', 'knits'] ['2090,1072,39', 'love', 'this', 'dress', 'is', 'a', 'vintage', '20s', 'drop', 'hem', 'style', 'not', 'meant', 'to', 'be', 'tight', 'to', 'form', 'that', 'said', 'the', 'bottom', 'is', 'loose', 'so', 'may', 'want', 'to', 'size', 'down', '5', '2', '145', 'lbs=', 's.', 'i', 'bought', 'the', 'neutral-', 'navy', 'pattern', 'and', 'it', 'is', 'absolutely', 'gorgeus', 'hints', 'of', 'peach', 'and', 'beautiful', 'lace', 'detail', 'i', 'literally', 'got', 'compliments', 'all', 'day', 'long-', 'from', 'friends', 'and', 'strangers', 'i', 'paired', 'it', 'with', 'a', 'dark', 'denim', 'jacket', 'absolute', 'must', 'have', 'for', 'sale', 'price', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2091,862,28', 'shrinks', 'shrinks', 'shrinks', 'i', 'purchased', 'this', 'top', 'in', 'the', 'rose', 'and', 'steel', 'blue', 'colors', 'even', 'though', 'the', 'majority', 'of', 'reviews', 'says', 'it', 'shrinks', 'even', 'when', 'you', 'wash', 'per', 'the', 'instructions', 'i', 'called', 'the', 'local', 'retailer', 'store', 'first', 'to', 'see', 'if', 'it', 'could', 'be', 'returned', 'if', 'this', 'happened', 'and', 'they', 'said', 'yes', 'no', 'problem', 'well', 'the', 'reviews', 'are', 'correct', 'i', 'washed', 'just', 'the', 'rose', 'colored', 'top', 'so', 'i', 'could', 'compare', 'it', 'to', 'the', 'steel', 'blue', 'if', 'it', 'did', 'shrink', 'i', 'am', 'returning', 'them', 'this', 'evening', 'i', 'will', 'not', 'take', 'the', 'time', 'or', 'spend', 'the', 'money', 'to', 'dry', 'clean', 'a', 'tank', 'it', 'is', 'made', 've', ',1,0,1', 'general', 'tops', 'knits'] ['2092,1092,51', 'beautiful', 'this', 'dress', 'is', 'very', 'flattering', 'i', 'am', 'writing', 'a', 'review', 'to', 'share', 'my', 'experience', 'regarding', 'sizing', 'i', 'am', '5', '7', 'and', 'wear', '34a', 'i', 'tried', 'on', 'a', 'size', '0', 'that', 'was', 'at', 'the', 'store', 'as', 'a', 'return', 'and', 'there', 'was', 'about', 'a', '3', 'inch', 'gap', 'to', 'get', 'the', 'side', 'zip', 'closed', 'although', 'i', 'normally', 'wear', 'a', 'size', '2', 'i', 'ordered', 'size', '4', 'because', 'of', 'my', 'experience', 'with', 'the', 'dress', 'at', 'the', 'store', 'the', 'size', '4', 'is', 'slightly', 'big', 'across', 'the', 'bust', 'but', 'looks', 'ok.', 'i', 'think', 'the', 'size', '2', 'would', "'ve", 'been', 'too', 'tight', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2093,896,48', 'gorgeous', 'love', 'this', 'sweater', 'great', 'for', 'work', 'very', 'soft', 'and', 'comfortable', 'color', 'is', 'gorgeous', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2094,872,36', 'upholstery', 'fabric', 'super', 'thick', 'material', 'and', 'it', "'s", 'lined', 'with', 'cotton', 'so', 'as', 'not', 'to', 'be', 'scratchy', 'on', 'the', 'skin', 'it', 'looks', 'cute', 'on', 'hopefully', 'it', 'will', 'soften', 'over', 'time', 'almost', 'thick', 'like', 'upholstery', 'fabric', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['2095,1072,36', 'short', 'dress', 'long', 'sleeves', 'yes', 'please', 'i', 'love', 'tiny', "'s", 'aesthetic', 'sweet', 'feminine', 'yet', 'always', 'with', 'a', 'slightly', 'sexy', 'edge', 'this', 'dress', 'does', "n't", 'disappoint', 'during', '90', 'of', 'the', 'year', 'i', "'m", 'always', 'cold', 'finding', 'cute', 'dresses', 'with', 'long-sleeves', 'is', 'almost', 'as', 'challenging', 'as', 'finding', 'a', 'unicorn', 'this', 'dress', 'is', 'near', 'casual', 'perfection', 'i', 'plan', 'to', 'wear', 'it', 'on', 'breezy', 'summer', 'nights', 'on', 'a', 'cruise', 'to', 'greece', 'i', 'have', 'coming', 'up', 'it', 'would', 'also', 'be', 'a', 'perfect', 'spring/fall', 'dress', 'before', 'the', 'seasons', 'change', 'or', 'could', 'be', 'worn', 'in', 'winder', 'with', 'tights', 'and', 'a', 'cardigan', 'see', 'near', 'perfec', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2096,850,24', 'great', 'top', 'runs', 'a', 'little', 'short', 'love', 'peplums', 'and', 'love', 'this', 'top', 'the', 'quality', 'and', 'fabric', 'is', 'beautiful', 'i', 'did', 'have', 'to', 'size', 'up', 'because', 'it', 'ran', 'a', 'little', 'too', 'short', 'on', 'me', 'but', 'otherwise', 'great', 'top', 'really', 'cute', 'to', 'pair', 'with', 'a', 'statement', 'necklace', 'as', 'well', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['2097,1072,39', 'obsessed', 'i', "'ve", 'already', 'worn', 'this', 'dress', '4', 'times', 'and', 'i', 'bought', '3', 'weeks', 'ago', 'easy', 'to', 'wear', 'comfortable', 'and', 'flattering', 'i', 'love', 'and', 'wish', 'it', 'was', 'available', 'it', 'more', 'patterns', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2098,896,46', 'great', 'classic', 'look', 'for', 'fall', 'i', 'was', 'really', 'drawn', 'to', 'this', 'burgundy', 'color', 'on', 'this', 'sweater', 'but', 'was', "n't", 'all', 'that', 'impressed', 'with', 'the', 'style', 'as', 'soon', 'i', 'tried', 'it', 'on', 'wow', 'it', 'is', 'very', 'flattering', 'the', 'color', 'is', 'gorgeous', 'i', 'can', 'see', 'myself', 'using', 'it', 'with', 'jeans', 'pencil', 'skirts', 'pants', 'for', 'reference', 'it', 'does', 'run', 'large', 'i', 'am', 'usually', 'a', 'x', 'large', 'but', 'i', 'got', 'a', 'large', 'and', 'fits', 'beautifully', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['2099,1092,27', 'love', 'it', 'love', 'this', 'dress', 'it', "'s", 'even', 'prettier', 'in', 'person', 'i', 'found', 'the', 'sizing', 'a', 'little', 'bit', 'on', 'the', 'large', 'side', 'but', 'i', 'read', 'that', 'many', 'others', 'had', 'the', 'opposite', 'problem', 'particularly', 'in', 'the', 'bust', 'where', 'i', "'m", 'small/average', 'for', 'my', 'size', 'even', 'though', 'it', "'s", 'a', 'little', 'big', 'on', 'me', 'it', 'looks', 'and', 'feels', 'great', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2100,862,34', ',has', 'anybody', 'washed', 'this', 'shirt', 'a', 'second', 'time', 'just', 'curious', 'if', 'it', 'continues', 'to', 'shrink.,3,0,0', 'general', 'tops', 'knits'] ['2101,1092,41', 'beautiful', 'this', 'dress', 'is', 'beautiful', 'in', 'person', 'i', 'am', '5', '1', 'and', 'was', 'afraid', 'it', 'would', 'be', 'too', 'long', 'but', 'it', 'was', 'perfect', 'i', 'only', 'need', '2', 'inch', 'heel', 'and', 'it', 'will', 'be', 'fine', 'details', 'on', 'the', 'flowers', 'are', 'really', 'nice', 'one', 'more', 'plus', 'it', 'machine', 'washable.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2102,1092,29', 'i', 'love', 'love', 'love', 'this', 'absolutely', 'stunning', 'dress', 'the', 'only', 'problem', 'was', 'that', 'the', 'zipper', 'was', 'very', 'difficult', 'to', 'maneuver', 'and', 'when', 'it', 'finally', 'went', 'up', 'the', 'watch', 'it', 'was', 'attached', 'the', 'lining', 'of', 'the', 'dress', 'made', 'a', 'bump', 'in', 'the', 'dress', 'which', 'was', 'very', 'unflattering', 'on', 'an', 'otherwise', 'very', 'flattering', 'dress', 'i', 'tried', 'on', 'multiple', 'versions', 'of', 'this', 'dress', 'and', 'had', 'the', 'same', 'design', 'issue', 'with', 'each', 'i', 'ended', 'up', 'returning', 'it', 'because', 'it', 'bothered', 'me', 'so', 'much', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2103,912,49', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2104,896,37', 'poor', 'shape', 'for', 'my', 'body', 'type', 'purchased', 'because', 'i', 'wanted', 'a', 'deep', 'red', 'sweater', 'and', 'this', 'one', 'was', 'the', 'perfect', 'color', 'unfortunately', 'i', 'am', 'on', 'the', 'curvier', 'side', 'with', '34g', 'chest', '155lbs', '5', '5', 'and', 'the', 'med', 'was', 'too', 'big', 'i', 'usually', 'wear', 'm', 'or', 'l', 'at', 'retailer', 'also', 'the', 'fit', 'ended', 'up', 'being', 'boxy', 'on', 'my', 'body', 'type', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['2105,896,35', 'its', 'a', 'keeper', 'i', "'m", 'not', 'usually', 'a', 'fan', 'of', 'simple', 'crewneck', 'sweaters', 'but', 'this', 'one', 'has', 'some', 'nice', 'added', 'details', 'that', 'make', 'it', 'a', 'keeper', 'the', 'dark', 'red', 'oxblood', 'color', 'is', 'really', 'nice', 'it', 'manages', 'to', 'be', 'a', 'red', 'sweater', 'without', 'feeling', 'overly', 'holiday', 'the', 'detailing', 'at', 'shoulder/chest', 'is', 'interesting', 'yet', 'subtle', 'enough', 'to', 'not', 'be', 'distracting', 'and', 'does', "n't", 'feel', 'bulky', 'at', 'all', 'the', 'dropped', 'shoulder', 'seams', 'are', 'done', 'correctly', 'and', 'without', 'the', 'body', 'becoming', 'boxy', 'it', 'does', 'feel', 'like', 'it', 'might', 'run', 'a', 'tad', 'bit', 'large', 'but', 'only', 'very', 'slightly', 'not', 'eno', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2106,1092,37', 'weird', 'fit', 'in', 'the', 'bust', 'i', 'own', 'many', 'retailer', 'dresses', 'but', 'the', 'sizing', 'can', 'be', 'odd', 'i', 'usually', 'wear', 'a', 'size', '4-6', 'and', 'i', 'have', 'a', 'floreat', 'maxi', 'dress', 'size', '4', 'that', 'works', 'well', 'i', 'am', '34c', 'and', 'based', 'on', 'the', 'reviews', 'i', 'decided', 'to', 'order', 'a', 'size', '6.', 'the', 'dress', 'fits', 'well', 'except', 'for', 'he', 'bust', 'area', 'that', 'is', 'very', 'snug/could', "n't", 'even', 'get', 'the', 'zipper', 'up', 'i', 'will', 'probably', 'have', 'to', 'order', 'a', 'size', '10', 'to', 'be', 'able', 'to', 'close', 'the', 'zipper', 'on', 'the', 'bust', 'area', 'but', 'it', 'will', 'be', 'huge', 'everywhere', 'else.the', 'fabric', 'seems', 'very', 'delicate', 'and', 'may', 'develop', 'runs', 'easily', 'it', "'s", 'a', 'shame', 'because', 'th,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2107,1126,32', 'cute', 'style', 'very', 'wide', 'great', 'coat', 'love', 'the', 'length', 'but', 'it', 'definitely', 'runs', 'big', 'i', 'got', 'a', 'm', 'even', 'though', 'i', 'would', 'normally', 'be', 'a', 'l', 'and', 'it', "'s", 'roomy', 'fabric', 'has', 'pulles', 'under', 'the', 'arms', 'after', '1', 'wear', 'but', 'overall', 'quality', 'is', 'good', 'very', 'warm', 'great', 'look', 'for', 'work', 'w.', 'black', 'pants.,4,1,1', 'general', 'jackets', 'outerwear'] ['2108,1126,30', 'great', 'coat', 'i', 'got', 'this', 'coat', 'to', 'throw', 'over', 'slacks', 'at', 'work', 'with', 'the', 'ac', 'and', 'it', "'s", 'perfect', 'the', 'picture', 'online', 'is', 'less', 'flattering', 'than', 'in', 'person', 'found', 'that', 'the', 'medium', 'was', 'too', 'large', 'in', 'shoulders', 'and', 'arm', 'length', 'small', 'was', 'right', 'for', '140lb', '5', '8', 'typical', 'size', '6', ',5,1,0', 'general', 'jackets', 'outerwear'] ['2109,1092,36', 'this', 'dress', 'is', 'adorable', 'i', 'found', 'it', 'to', 'be', 'true', 'to', 'size', 'but', 'i', 'do', 'have', 'a', 'small', 'bust', 'so', 'perhaps', 'that', 'helped', 'with', 'the', 'sizing', 'issue', 'the', 'other', 'reviewer', 'encountered', 'i', 'love', 'the', 'embroidery', 'throughout', 'it', 'beautifully', 'constructed', 'and', 'feels', 'lush', 'i', "'m", '5', '9', 'and', 'the', 'dress', 'falls', 'to', 'my', 'ankles', 'but', 'that', "'s", 'ok', 'because', 'it', 'will', 'look', 'beautiful', 'with', 'heels', 'or', 'flats', 'i', 'love', 'the', 'dress', 'and', 'cant', 'wait', 'to', 'wear', 'but', 'gave', 'it', 'a', '4-star', 'rating', 'because', 'of', 'the', 'side', 'zipper', 'it', 'is', 'extremely', 'hard', 'to', 'zip', 'up', 'past', 'your', 'waist', 'because', 'of', 'th', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['2110,862,66', 'loved', 'it', 'but', 'i', 'fell', 'in', 'love', 'with', 'this', 'cute', 'top', 'however', 'after', 'reading', 'reviews', 'i', 'am', 'going', 'to', 'return', 'it', 'seems', 'there', 'is', 'a', 'problem', 'with', 'it', 'shrinking', 'after', 'following', 'washing', 'instructions', 'who', 'wants', 'to', 'dry', 'clean', 'a', 'tank', 'top', 'not', 'me', 'sadly', 'too', 'bad', 'style', 'was', 'cute', 'and', 'color', 'was', 'awesome', ',2,0,2', 'general', 'tops', 'knits'] ['2111,1068,44', 'love', 'the', 'fabric', 'so', 'soft', 'and', 'comfortable', 'it', 'gives', 'a', 'very', 'flattering', 'silhouette', 'love', 'those', 'pants', ',5,1,6', 'general', 'bottoms', 'pants'] ['2112,1111,56', 'very', 'unfortunate', 'this', 'dress', 'is', 'so', 'beautiful', 'in', 'person', 'but', 'the', 'quality', 'was', 'very', 'upsetting', 'i', 'had', 'two', 'buttons', 'come', 'off', 'before', 'even', 'putting', 'it', 'on', 'i', 'was', 'so', 'excited', 'to', 'get', 'his', 'dress', 'for', 'my', 'wedding', 'shower', 'and', 'then', 'i', 'could', "n't", 'wear', 'it', ',1,0,3', 'general', 'dresses', 'dresses'] ['2113,896,44', 'rust', 'not', 'red', 'but', 'if', 'that', 'works', 'for', 'you', 'it', 'is', 'a', 'cute', 'pattern', 'this', 'is', 'a', 'lighter', 'weight', 'sweater', 'but', 'good', 'for', 'fall.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2114,1092,38', 'runs', 'small', 'in', 'bust', 'i', 'wanted', 'this', 'dress', 'so', 'bad', 'for', 'a', 'trip', 'to', 'hawaii', 'i', 'sized', 'up', 'when', 'i', 'saw', 'the', 'side', 'zip', 'because', 'i', "'m", 'a', 'little', 'larger', 'in', 'the', 'top', 'than', 'bottom', 'but', 'whoa', 'even', 'when', 'sizing', 'up', 'i', 'think', 'i', 'would', 'have', 'needed', 'to', 'size', 'up', 'like', '3x', 'to', 'get', 'this', 'to', 'work', 'the', 'dress', 'is', 'adorable', 'and', 'if', 'you', 'have', 'a', 'smaller', 'bust', 'it', 'will', 'work', 'for', 'you', 'so', 'sad', 'it', 'would', "n't", 'work', 'for', 'me', ',3,0,29', 'general', 'petite', 'dresses', 'dresses'] ['2115,912,68', 'great', 'style', 'not', 'so', 'great', 'workmanship', 'this', 'vest', 'is', 'soft', 'flattering', 'and', 'versatile', 'but', 'both', 'pockets', 'were', 'sewn', 'incorrectly', 'with', 'broken', 'seams', 'on', 'the', 'bottoms', 'so', 'if', 'you', 'used', 'them', 'things', 'would', 'fall', 'out', 'i', "'m", 'keeping', 'it', 'but', 'had', 'to', 'pay', 'a', 'seamstress', 'to', 'fix', 'it', 'for', 'the', 'price', 'i', "'d", 'expect', 'better', 'quality', 'recommended', 'conditionally', ',4,1,8', 'general', 'tops', 'fine', 'gauge'] ['2116,1092,41', 'that', 'unique', 'retailer', 'dress', 'this', 'dress', 'is', 'gorgeous-', 'it', "'s", 'one', 'of', 'those', 'retailer', 'dresses', 'that', 'i', 'find', 'worth', 'the', 'price', 'because', 'of', 'how', 'unique', 'and', 'beautiful', 'it', 'is', 'i', 'found', 'it', 'to', 'fit', 'tts', 'although', 'the', 'zipper', 'does', 'take', 'a', 'good', 'tug', 'to', 'get', 'over', 'the', 'fabric', 'seam', 'it', 'fits', 'perfectly', 'if', 'you', 'have', 'a', 'bigger', 'chest', 'd+', 'i', 'would', 'foresee', 'this', 'dress', 'being', 'too', 'snug', 'however', 'i', 'am', 'a', 'c', 'and', 'it', 'fits', 'just', 'right', 'i', 'wore', 'it', 'to', 'a', 'backyard', 'wedding', 'with', 'flat', 'sandals', 'and', 'simple', 'gold', 'hoops', 'but', 'i', 'love', 'the', 'idea', 'of', 'styling', 'it', 'with', 'a', 'jacket', 'and', 'some', 'wedges', 'or', 'bo', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2117,1092,34', 'size', 'up', 'i', 'am', 'normally', 'a', 'size', '4/6p', 'in', 'all', 'things', 'retailer', 'but', 'read', 'the', 'reviews', 'and', 'opted', 'to', 'go', 'petite', 'on', 'the', 'maxi', 'and', 'size', 'up', 'i', 'went', 'with', 'the', '8p', 'and', 'even', 'with', 'a', '32d', 'bust', 'had', 'no', 'trouble', 'zipping', 'and', 'it', 'fit', 'beautifully', 'the', 'band', 'is', 'a', 'tad', 'loose', 'but', 'any', 'tighter', 'would', "n't", 'have', 'fit', 'in', 'the', 'bust', 'this', 'dress', 'hangs', 'beautifully', 'and', 'is', 'incredibly', 'flattering', 'especially', 'for', 'those', 'of', 'us', 'with', 'an', 'athletic', 'build', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2118,1072,65', 'i', "'ve", 'received', 'so', 'many', 'complements', 'when', 'i', 'wear', 'this', 'tunic', 'it', "'s", 'so', 'comfortable', 'and', 'fits', 'great', 'the', 'fabric', 'is', 'light', 'and', 'feels', 'good', 'against', 'my', 'skin', 'this', 'is', 'by', 'far', 'my', 'most', 'favorite', 'purchase', 'from', 'retailer', 'and', 'i', 'wear', 'it', 'all', 'the', 'time', 'with', 'my', 'leggings', 'love', 'love', 'love', 'this', 'tunic/dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2119,862,84', 'wanted', 'to', 'love', 'i', 'wanted', 'to', 'love', 'this', 'top', 'the', 'color', 'is', 'wonderful', 'in', 'the', 'pink', 'and', 'the', 'material', 'is', 'silky', 'soft', 'it', 'is', 'huge', 'though', 'i', 'am', 'a', '34', 'dd', 'and', 'bought', 'my', 'usual', 'small', 'i', 'am', 'going', 'to', 'exchange', 'for', 'an', 'xs', 'and', 'am', 'hoping', 'it', 'fits', ',3,1,1', 'general', 'tops', 'knits'] ['2120,850,44', 'love', 'love', 'love', 'i', 'tried', 'this', 'top', 'on', 'at', 'store', 'and', 'did', "n't", 'want', 'to', 'buy', 'at', 'full', 'price', 'even', 'though', 'it', 'made', 'my', 'heart', 'skip', 'a', 'beat', 'with', 'how', 'adorable', 'it', 'was', 'it', 'is', 'even', 'cuter', 'on', 'so', 'when', 'i', 'saw', 'it', 'finally', 'went', 'on', 'sale', 'and', 'i', 'got', 'an', 'additional', '20', 'off', 'i', 'immediately', 'ordered', 'it', 'is', 'flowy', 'comfortable', 'and', 'fun', 'wore', 'it', 'today', 'layered', 'with', 'a', 'black', 'turtleneck', 'and', 'long', 'black', 'vest', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2121,850,60', 'lovely', 'but', 'it', 'is', 'tight', 'in', 'the', 'chest', 'i', 'have', 'to', 'agree', 'with', 'another', 'reviewer', 'that', 'this', 'runs', 'slightly', 'small', 'i', "'m", '5', '8', 'an', 'athletic', 'pear', 'with', 'narrow', 'shoulders', '34c', 'and', 'usually', 'a', '6', 'in', 'tops', 'at', 'retailer', 'since', 'the', 'top', 'looks', 'a', 'little', 'short', 'on', 'the', 'model', 'i', 'sized', 'up', 'to', 'an', '8', 'since', 'i', "'d", 'rather', 'have', 'it', 'be', 'flowy', 'and', 'a', 'little', 'longer', 'i', "'m", 'very', 'glad', 'i', 'did', 'because', 'it', 'hits', 'at', 'my', 'low', 'hip', 'and', 'if', 'it', 'were', 'any', 'smaller', 'it', "'d", 'be', 'too', 'tight', 'in', 'my', 'chest', 'since', 'it', 'does', "n't", 'stretch', 'you', 'need', 'some', 'space', 'for', 'your', 'arms', 'to', 'move', 'if', 'i', 'could', 'do', 'it', 'again', 'i', "'d", 'actually', 'si', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['2122,912,39', 'i', 'ordered', 'the', 'gray/plum', 'colorway', 'and', 'while', 'i', "'m", 'disappointed', 'in', 'the', 'large', 'percent', 'acrylic', 'fabrication', 'the', 'vest', 'is', 'very', 'soft', 'and', 'warm', 'the', 'unfinished', 'raw', 'seams', 'add', 'visual', 'interest', 'and', 'i', "'m", 'tempted', 'to', 'remove', 'all', 'the', 'care', 'tags', 'and', 'wear', 'this', 'inside', 'out', 'for', 'a', 'different', 'look', 'i', 'am', 'worried', 'that', 'excess', 'pilling', 'will', 'be', 'an', 'issue', 'so', 'i', 'will', 'update', 'my', 'review', 'if', 'the', 'quality', 'deteriorates', 'beyond', 'a', 'simple', 'lint', 'shave', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2123,1072,39', 'another', 'tiny', 'success', 'tiny', 'are', 'experts', 'at', 'making', 'busy', 'bohemian', 'shirtdresses', 'that', 'look', 'casual', 'but', 'retain', 'a', 'feminine', 'drape', 'it', 'skims', 'over', 'my', 'trouble', 'spots', 'without', 'adding', 'bulk', 'this', 'is', 'my', 'fourth', 'dress', 'from', 'this', 'label', 'and', 'it', 'does', 'not', 'disappoint', 'for', 'my', 'frame', 'and', 'style', 'i', 'chose', 'tts', 'but', 'those', 'of', 'slender', 'petite', 'builds', 'may', 'want', 'to', 'size', 'down', 'for', 'reference', 'i', 'am', '5', '3', '140', '36dd', ',5,1,94', 'general', 'petite', 'dresses', 'dresses'] ['2124,1092,39', 'bummed', 'out', 'embroidered', 'tulips', 'look', 'like', 'they', 'were', 'plucked', 'when', 'comparing', 'the', 'dresses', 'in', 'the', 'product', 'photos', 'took', 'a', 'chance', 'any', 'way', 'came', 'out', 'disappointed', 'because', 'i', 'could', "n't", 'zip', 'up', 'the', 'bodice', 'i', 'hate', 'side', 'zips', 'and', 'when', 'you', 'pair', 'a', 'cheap', 'zipper', 'with', 'delicate', 'material', 'recipe', 'for', 'disaster', 'i', 'am', 'top', 'and', 'back', 'heavy', 'so', 'though', 'i', 'lost', 'weight', 'and', 'went', 'down', 'a', 'cup', 'size', 'my', 'back', 'is', 'too', 'wide', 'for', 'the', '12p', 'for', 'reference', 'i', "'m", '135', '36d', '38/28/35', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['2125,850,27', 'love', 'it', 'love', 'it-', 'super', 'cute', 'can', 'wear', 'it', 'to', 'work', 'with', 'blazer', 'or', 'out', 'at', 'night', 'i', "'m", '5', '3', 'and', 'got', 'a', 'size', 'small', 'a', 'little', 'shorter', 'in', 'the', 'front', 'but', 'that', 'seems', 'to', 'be', 'style', 'fits', 'great', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2126,872,56', 'not', 'kind', 'to', 'curves', 'wanted', 'to', 'love', 'this', 'top', 'and', 'could', 'imagine', 'lots', 'of', 'outfits', 'with', 'it', 'the', 'wide', 'shoulders', 'made', 'my', 'arms/shoulders', 'look', 'big', 'the', 'ruching', 'and', 'extra', 'flap', 'landed', 'at', 'an', 'odd', 'place', 'accentuating', 'my', 'belly', 'it', 'did', 'arrive', 'very', 'wrinkled', 'although', 'a', 'previous', 'reviewer', 'said', 'she', 'found', 'it', 'to', 'be', 'a', 'wrinkle', 'free', 'garment', 'maybe', 'that', 'made', 'the', 'look', 'worse', 'overall', 'i', 'felt', 'that', 'it', 'made', 'me', 'look', '15', 'lbs', 'heavier', 'than', 'i', 'am', 'so', 'back', 'it', 'goes', 'i', 'am', '5', '7', '160lbs', '34dddd', 'and', 'the', 'size', 'large', 'was', 'the', 'correct', 'size', ',2,0,7', 'general', 'petite', 'tops', 'knits'] ['2127,1072,60', 'perfectly', 'adorable', 'this', 'is', 'the', 'perfect', 'dress', 'for', 'summer', 'fall', 'winter', 'or', 'spring', 'it', 'is', 'flattering', 'and', 'looks', 'cute', 'with', 'booties', 'flip', 'flops', 'brogues', 'or', 'barefoot', 'runs', 'a', 'teeny', 'bit', 'large', 'i', 'wear', 'a', 'small', 'to', 'medium', 'and', 'the', 'small', 'is', 'perfect', 'i', 'might', 'just', 'buy', 'the', 'other', 'color', 'it', 'comes', 'in', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2128,862,35', 'cute', 'top', 'but', 'shrinks', 'horribly', 'i', 'bought', 'this', 'top', 'and', 'it', 'ran', 'huge', 'i', 'had', 'to', 'get', 'an', 'extra', 'small', 'well', 'then', 'i', 'wash', 'it', 'according', 'to', 'the', 'instructions', 'and', 'it', 'shrunk', 'horribly', 'like', 'its', 'so', 'small', 'now', 'my', '3', 'yr', 'old', 'could', 'probably', 'wear', 'it', 'i', "'m", 'so', 'sad', 'i', 'really', 'liked', 'this', 'top', 'but', 'for', 'it', 'to', 'shrink', 'after', 'one', 'wear', 'is', 'not', 'acceptable', ',1,0,10', 'general', 'tops', 'knits'] ['2129,862,60', 'great', 'tank', 'for', 'me', 'to', 'buy', 'a', 'tank', 'top', 'it', 'better', 'be', 'special', 'and', 'this', 'is', 'flattering', 'without', 'being', 'skintight', 'it', 'camouflages', 'that', 'little', 'back', 'bacon', 'you', 'sometimes', 'get', 'from', 'a', 'bra', 'the', 'v-neck', 'is', 'low', 'and', 'is', 'the', 'same', 'in', 'the', 'back', 'great', 'length', 'super', 'soft', 'and', 'the', 'best', 'part', 'is', 'you', 'can', 'wear', 'a', 'bra', 'i', 'have', "n't", 'washed', 'this', 'yet', 'but', 'based', 'on', 'other', 'reviews', 'i', "'ll", 'probably', 'hand', 'wash', 'and', 'air', 'dry', 'the', 'only', 'issue', 'is', 'the', 'tag', 'flops', 'out', 'every', 'now', 'and', 'then', ',5,1,0', 'general', 'tops', 'knits'] ['2130,872,34', 'flattering', 'a', 'comfortable', 'this', 'top', 'looks', 'just', 'as', 'it', 'does', 'on', 'the', 'model', 'and', 'it', 'fit', 'just', 'as', 'they', 'said', 'it', 'would', 'i', 'needed', 'a', 'nice', 'shirt', 'to', 'wear', 'with', 'jeans', 'and', 'camouflage', 'my', 'new-mommy', 'tummy', 'and', 'this', 'was', 'perfect', 'it', "'s", 'really', 'comfortable', 'and', 'fun', 'too', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2131,862,54', 'i', 'love', 'everything', 'about', 'this', 'top', 'the', 'fabric', 'the', 'color', 'the', 'fit', 'great', 'top', 'for', 'spring', 'and', 'summer', ',5,1,0', 'general', 'tops', 'knits'] ['2132,872,25', 'fabric', 'is', 'very', 'stiff', 'i', 'had', 'hopes', 'for', 'this', 'shirt', 'but', 'was', 'disappointed', 'in', 'the', 'fabric', 'it', "'s", 'very', 'stiff', 'and', 'heavy', 'for', 'a', 'summer', 'blouse', 'will', 'be', 'returning', 'it.,1,0,0', 'general', 'petite', 'tops', 'knits'] ['2133,896,42', 'just', 'ok', 'i', 'usually', 'wear', 'petite', 'which', 'this', 'was', 'not', 'so', 'a', 'little', 'big', 'for', 'me', 'but', 'nice', 'color', 'and', 'good', 'quality', 'but', 'pricey', 'for', 'what', 'it', 'is', 'it', "'s", 'more', 'like', 'a', '45', 'sweater', 'not', '100+', ',3,1,2', 'general', 'tops', 'fine', 'gauge'] ['2134,1072,36', 'effortless', 'another', 'reviewer', 'said', 'it', 'best', 'i', 'love', 'the', 'way', 'this', 'dress', 'makes', 'me', 'feel', 'i', 'could', "n't", 'agree', 'more', 'the', 'lines', 'are', 'perfect', 'and', 'effortless'] ['with', 'all', 'the', 'different', 'reviews', 'on', 'size', 'i', 'went', 'into', 'the', 'store', 'to', 'try', 'it', 'on', 'i', 'am', 'usually', 'always', 'a', 's', 'or', 'm', 'at', 'retailer', 'and', 'a', 's', 'fit', 'perfectly', 'i', 'think', 'sizing', 'down', 'any', 'more', 'takes', 'away', 'from', 'the', 'casual', 'look', 'of', 'the', 'dress', 'i', 'am', '5', '5', '130', 'and', 'have', 'a', 'small', 'bust', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2135,896,34', 'beautiful', 'color', 'pretty', 'design', 'nice', 'fabric', 'i', 'got', 'this', 'in', 'the', 'wine', 'which', 'is', 'a', 'beautiful', 'color', 'the', 'design', 'is', 'nice', 'and', 'looks', 'expensive', 'but', 'i', "'m", 'not', 'sure', 'how', 'it', 'will', 'hold', 'up', 'the', 'fabric', 'is', 'very', 'nice', 'medium', 'weight', 'and', 'drapes', 'well', 'it', 'is', 'a', 'little', 'boxy', 'but', 'would', 'be', 'nice', 'to', 'layer', 'over', 'a', 'button', 'down', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2136,1126,33', 'chic', 'love', 'this', 'can', 'be', 'a', 'jacket', 'or', 'blazer', 'syle', 'fits', 'well.,5,1,0', 'general', 'jackets', 'outerwear'] ['2137,1072,41', 'so', 'pretty', 'the', 'colors', 'style', 'and', 'fit', 'were', 'great', 'this', 'dress', 'you', 'could', 'wear', 'on', 'many', 'different', 'occasions', 'all', 'around', 'great', 'piece', 'to', 'own', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2138,850,42', 'too', 'much', 'pep', 'in', 'this', 'peplum', 'i', 'love', 'a', 'good', 'peplum', 'top', 'and', 'was', 'so', 'excited', 'when', 'it', 'arrived', 'but', 'was', 'sad', 'to', 'find', 'the', 'flare', 'on', 'the', 'peplum', 'was', 'a', 'little', 'too', 'much', 'i', "'m", 'not', 'sure', 'why', 'it', 'was', 'so', 'unflattering', 'because', 'in', 'every', 'other', 'way', 'it', 'fit', 'like', 'a', 'dream', 'but', 'it', 'seemed', 'like', 'either', 'there', 'was', 'too', 'much', 'or', 'too', 'little', 'fabric', 'around', 'the', 'waist', 'to', 'have', 'it', 'hang', 'properly', 'it', 'had', 'to', 'go', 'back', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['2139,872,38', 'this', 'top', 'is', 'super', 'cute', 'and', 'is', 'very', 'flattering', 'however', 'i', 'have', 'trouble', 'getting', 'in', 'and', 'out', 'of', 'it', 'there', 'is', 'one', 'zipper', 'on', 'the', 'side', 'but', 'it', 'almost', 'seems', 'like', 'it', 'needs', 'to', 'go', 'higher', 'up', 'in', 'order', 'to', 'help', 'you', 'put', 'it', 'on', 'and', 'take', 'it', 'off', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['2140,1072,52', 'lovely', 'dress', 'this', 'dress', 'is', 'very', 'striking', 'especially', 'in', 'the', 'green', 'color', 'way', 'i', 'purchased', 'flow', 'and', 'loose', 'very', 'feminine', 'but', 'not', 'cute', 'well', 'made', 'and', 'very', 'much', 'in', 'style', 'this', 'season', 'i', 'returned', 'it', 'because', 'it', 'was', "n't", 'quite', 'suitable', 'for', 'me-1', 'size', 'up', 'would', 'have', 'been', 'a', 'better', 'fit', 'overall', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2141,1072,58', 'great', 'fabric', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'and', 'it', 'was', 'very', 'large', 'on', 'my', '5', '5', '112', 'frame', 'my', 'daughter', 'loved', 'it', 'so', 'she', 'scored', 'i', 'ordered', 'another', 'one', 'in', 'xs', 'perfect', 'though', 'the', 'sleeves', 'run', 'long', 'i', 'have', 'long', 'arms', 'can', 'be', 'dressy', 'or', 'casual', ',5,1,27', 'general', 'petite', 'dresses', 'dresses'] ['2142,872,21', 'the', 'perfect', 'purple', 'piece', 'i', 'got', 'the', 'dark', 'purple', 'color', 'of', 'this', 'top', 'and', 'it', 'is', 'perfect', 'i', 'wear', 'it', 'all', 'the', 'time', 'it', "'s", 'comfortable', 'and', 'it', "'s", 'cute', 'plus', 'if', 'it', 'gets', 'cold', 'i', 'can', 'throw', 'a', 'warm', 'sweater', 'on', 'top', 'of', 'it.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2143,1089,34', 'gorgeous', 'and', 'flattering', 'dress', 'by', 'maeve', 'this', 'dress', 'looks', 'beautiful', 'on', 'it', "'s", 'very', 'flattering', 'and', 'comfortable', 'to', 'wear', 'it', 'runs', 'true', 'to', 'maeve', "'s", 'dress', 'sizing', 'which', 'for', 'me', 'means', 'in', 'these', 'dresses', 'i', 'always', 'get', 'one', 'size', 'larger', 'than', 'what', 'i', 'normally', 'wear', 'on', 'my', '5', '3', 'height', 'the', 'regular', 'was', 'just', 'above', 'the', 'knee', 'great', 'for', 'giving', 'you', 'the', 'illusion', 'of', 'the', 'figure', 'you', 'want', 'even', 'if', 'you', 'do', "n't", 'have', 'it', 'naturally', ',5,1,15', 'general', 'petite', 'dresses', 'dresses'] ['2144,911,46', 'almost', 'but', 'not', 'quite', 'i', 'am', 'returning', 'i', 'really', 'liked', 'the', 'appearance', 'in', 'the', 'photo', 'and', 'i', 'love', 'aqua', 'but', 'the', 'biggest', 'problem', 'for', 'me', 'is', 'the', 'shape', 'it', "'s", 'pretty', 'boxy', 'and', 'it', "'s", 'hard', 'to', 'tell', 'from', 'the', 'photo', 'but', 'it', 'has', 'a', 'batwing', 'shape', 'i', 'also', 'wish', 'the', 'lighter', 'portion', 'were', 'more', 'ivory', 'less', 'yellow', 'in', 'it', 'but', 'that', "'s", 'based', 'on', 'what', 'looks', 'better', 'against', 'my', 'skin', 'tone', 'i', 'found', 'it', 'to', 'run', 'true', 'to', 'size', 'but', 'i', 'thought', 'it', 'was', 'unflattering', 'made', 'me', 'look', 'wide', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['2145,872,30', 'great', 'every', 'day', 'long-sleeved', 'tee', 'i', 'absolutely', 'love', 'this', 'tee', 'i', 'normally', 'do', "n't", 'buy', 'two', 'of', 'the', 'same', 'thing', 'but', 'i', 'bought', 'it', 'in', 'both', 'black', 'and', 'mauve', 'during', 'a', 'december', 'sale', 'i', 'ordered', 'a', 'size', 'small', 'and', 'it', 'fits', 'tts', 'it', 'can', 'be', 'worn', 'with', 'leggings', 'or', 'skinny', 'jeans/cords', 'i', 'love', 'pairing', 'it', 'with', 'skinny', 'jeans', 'and', 'boots', 'best', 'it', "'s", 'very', 'slimming', 'and', 'so', 'soft', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2146,872,60', 'amazing', 'this', 'tee', 'is', 'amazing', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'and', 'is', 'great', 'for', 'those', 'of', 'us', 'who', 'are', 'tall', 'it', 'has', 'great', 'length', 'i', 'went', 'with', 'a', 'medium', 'because', 'i', 'did', "n't", 'want', 'it', 'too', 'tight', 'i', 'really', 'hope', 'that', 'retailer', 'restocks', 'soon', 'because', 'i', 'want', 'to', 'buy', 'one', 'in', 'every', 'color', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2147,872,29', ',super', 'comfortable', 'i', 'am', '34', 'weeks', 'pregnant', 'and', 'i', 'works', 'great', 'for', 'me', 'now', 'and', 'i', 'think', 'it', 'will', 'be', 'perfect', 'post', 'baby', 'also', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2148,872,68', 'best', 'basic', 'ever', 'like', 'the', 'other', 'reviewers', 'this', 'is', 'my', 'new', 'favorite', 'tee', 'it', "'s", 'so', 'freaking', 'soft', 'and', 'the', 'ribbon', 'down', 'the', 'back', 'just', 'gives', 'a', 'little', 'added', 'flare', 'pure+good', 'has', 'been', 'one', 'of', 'my', 'staple', 'brands', 'for', 'basics', 'for', 'a', 'while', 'and', 'i', 'will', 'definitely', 'be', 'buying', 'more', 'colors', 'in', 'this', 'the', 'length', 'is', 'perfect', 'for', 'leggings', 'and', 'it', 'would', 'be', 'cute', 'with', 'jeans', 'too', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['2149,1082,36', ',,1,0,0', 'general', 'dresses', 'dresses'] ['2150,872,35', 'perfect', 'until', 'washed', 'loved', 'this', 'shirt', 'so', 'much', 'that', 'i', 'bought', 'in', '3', 'colors', 'love', 'the', 'luxurious', 'feel', 'of', 'the', 'silky', 'flowing', 'fabric', 'that', 'flatters', 'in', 'all', 'the', 'best', 'ways', 'however', 'after', 'washing', 'per', 'instructions', 'the', 'fabric', 'lost', 'its', 'good', 'qualities', 'and', 'turned', 'into', 'a', 'blah', 'pilled', 'mess', 'that', 'gathers', 'at', 'the', 'seams', 'especially', 'the', 'bottom', 'seam', 'tried', 'dry', 'cleaning', 'another', 'shirt', 'and', 'it', 'came', 'out', 'the', 'same', 'way', 'as', 'washing', 'looks', 'like', 'a', 'cheap', 'lackluster', 'layering', 'top', 'now', 'and', 'definitely', 'wo', "n't", 'last', 'another', 'season', 'so', 'disappointed', 'if', 'you', 'ca', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['2151,867,53', ',cute', 'top', 'and', 'flattering', 'to', 'wear', 'fits', 'nicely', 'and', 'i', "'d", 'say', 'true', 'to', 'size', 'ca', "n't", 'wait', 'to', 'wear', 'it.,5,1,0', 'general', 'tops', 'knits'] ['2152,940,37', 'not', 'for', 'me', 'it', 'breaks', 'my', 'heart', 'to', 'say', 'this', 'but', 'i', 'had', 'to', 'return', 'for', 'shape', 'issues', 'i', 'am', 'not', 'a', 'fan', 'of', 'dolman', 'sleeves', 'they', 'make', 'me', 'look', 'big', 'and', 'bulky', 'and', 'i', 'wished', 'i', 'would', 'have', 'known', 'that', 'prior', 'to', 'purchasing', 'it', 'is', 'unfortunate', 'because', 'it', 'is', 'a', 'really', 'beautiful', 'knit', 'and', 'quality', 'i', 'could', 'see', 'this', 'working', 'better', 'on', 'someone', 'tall', 'and', 'thin.,3,0,2', 'general', 'tops', 'sweaters'] ['2153,1086,67', 'love', 'it', 'but', 'at', '5', '5', 'almost', '122lbs.', 'i', 'always', 'wear', 'a', 'size', 'small', 'however', 'this', 'dress', 'runs', 'large', 'no', 'i', 'am', 'not', 'smaller', 'than', 'i', 'was', '6', 'months', 'ago', 'and', 'it', 'looked', 'like', 'a', 'dumpy', 'sack', 'on', 'me', 'too', 'bad', 'i', 'really', 'wanted', 'it', 'to', 'fit', 'it', 'is', 'a', 'slightly', 'heavier', 'fabric', 'than', 'anticipated', 'and', 'would', 'be', 'an', 'excellent', 'travel', 'dress', 'i', 'may', 'try', 'the', 'xs', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2154,160,23', 'well', 'fitting', 'bra', 'comfortable', 'not', 'itchy', 'lace', 'does', "n't", 'show', 'through', 'tops', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['2155,872,25', 'soft', 'versatile', 'tee', 'purchased', 'in', 'the', 'light', 'grey', 'and', 'was', 'so', 'excited', 'i', 'wore', 'it', 'the', 'very', 'next', 'day', 'the', 'back', 'detailing', 'and', 'pocket', 'make', 'it', 'more', 'unique', 'than', 'a', 'regular', 'tee', 'and', 'the', 'fabric', 'is', 'slightly', 'heavy', 'in', 'a', 'good', 'way', 'so', 'it', 'hangs', 'beautifully', 'easily', 'can', 'be', 'dressed', 'up', 'or', 'down', 'new', 'favorite', 'tee', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2156,872,62', 'need', 'them', 'all', 'ordered', 'this', 'on', 'a', 'whim', 'while', 'taking', 'advantage', 'of', 'a', 'promotion', 'and', 'now', 'need', 'one', 'in', 'every', 'color', 'the', 'weight', 'and', 'cut', 'is', 'perfect', 'for', 'fall/winter/summer', 'not', 'too', 'heavy', 'but', 'not', 'sheer/tissue', 'thin', 'fitted', 'enough', 'to', 'look', 'super', 'cute', 'with', 'leggings', 'or', 'skinny', 'jeans', 'fabric', 'has', 'a', 'nice', 'quality', 'feel', 'to', 'it', 'i', 'have', 'similar', 'shirts', 'from', 'the', 'past', 'that', 'have', 'held', 'up', 'well', 'in', 'the', 'wash.', 'i', "'m", 'anticipating', 'the', 'same', 'with', 'this', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['2157,872,35', 'best', 'tee', 'ever.', 'oh', 'my', 'i', 'love', 'this', 'tee', 'it', 'is', 'super', 'soft', 'i', 'love', 'how', 'it', 'does', "n't", 'look', 'like', 'a', 'sack', 'with', 'no', 'shape', 'i', 'ca', "n't", 'wait', 'to', 'get', 'more', 'colors', 'i', 'am', 'tall', 'plus', 'have', 'a', 'long', 'torso', 'and', 'it', 'still', 'is', 'long', 'enough', 'for', 'me', 'so', 'this', 'is', 'definitely', 'a', 'win', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2158,1052,46', 'love', 'but', 'different', 'colors', 'fit', 'differently', 'i', 'love', 'these', 'joggers', 'they', 'are', 'stylish', 'comfortable', 'and', 'high', 'quality', 'my', 'one', 'complaint', 'is', 'that', 'the', 'sizing', 'appears', 'different', 'for', 'different', 'colors'] [] ['i', 'got', 'them', 'in', 'the', 'green/moss', 'color', 'i', 'immediately', 'wore', 'them', 'casually', 'with', 'flats', 'a', 't', 'a', 'long', 'silver', 'necklace', 'that', 'night', 'i', 'literally', 'just', 'changed', 'into', 'a', 'long', 'flowy', 'silk', 'cami', 'and', 'high', 'suede', 'black', 'shoes', 'with', 'the', 'joggers', 'and', 'wore', 'them', 'out-', 'feeling', 'comfy', 'and', 'pulled', 'together', 'favorite', 'combination'] [] ['i', 'loved', 'them', 'so', 'much', 'i', 'decided', 'to', 'try', 'the', 'othe', ',4,1,1', 'general', 'bottoms', 'pants'] ['2159,1086,39', 'lovely', 'color', 'i', 'ordered', 'this', 'as', 'it', 'was', 'either', 'in', 'stylist', 'pick', 'or', 'top', 'rated', 'cant', 'remember', 'which', 'but', 'i', 'must', 'say', 'ti', 'was', 'very', 'nice', 'on', 'a', 'little', 'loose', 'but', 'the', 'petite', 'sizes', 'are', 'sold', 'out', 'so', 'i', 'ordered', 'the', 'xs', 'petite', 'might', 'have', 'been', 'too', 'short', 'the', 'cut', 'is', 'feminine', 'not', 'figure', 'hugging', 'but', 'still', 'flattering', 'i', 'can', 'see', 'wearing', 'this', 'in', 'the', 'fall', 'with', 'boots', 'and', 'a', 'cardigan', 'not', 'just', 'summer', 'with', 'sandals', 'so', 'i', 'decided', 'to', 'keep', 'it'] [] ['115', 'lbs', '30dd', '26.5', 'in', 'waist', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2160,872,65', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2161,872,30', 'comfort', 'and', 'style', 'to', 'the', 'max', 'love', 'this', 'shirt', 'i', 'am', '5', '8', 'and', 'have', 'a', 'slender', 'torso', 'and', 'the', 'small', 'fits', 'perfectly', 'i', 'love', 'that', 'it', "'s", 'long', 'so', 'you', 'can', 'wear', 'it', 'as', 'a', 'single', 'shirt', 'or', 'use', 'it', 'as', 'an', 'extra', 'layer', 'i', 'also', 'have', 'a', 'grey', 'druzy', 'necklace', 'to', 'dress', 'this', 'puppy', 'up', 'purchased', 'it', 'in', 'black', 'and', 'this', 'will', 'be', 'a', 'new', 'staple.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2162,872,48', 'nice', 'but', '5', 'spandex', 'makes', 'it', 'a', 'bit', 'clingy', 'this', 'top', 'is', 'much', 'nicer', 'than', 'expected', 'the', 'fabric', 'and', 'style', 'are', 'great', 'i', 'am', 'a', 'size', 'small', 'or', 'medium', 'and', 'got', 'the', 'small', 'from', 'the', 'front', 'it', 'was', 'great', 'not', 'so', 'much', 'from', 'the', 'back', 'for', 'me', 'i', "'m", 'larger', 'on', 'top', 'than', 'bottom', 'and', 'the', '5', 'spandex', 'made', 'it', 'too', 'clingy', 'around', 'the', 'dreaded', 'bra', 'fat', 'area', 'i', 'do', "n't", 'wear', 'spanx', 'i', 'wish', 'retailer', 'would', 'be', 'more', 'specific', 'with', 'the', 'fabric', 'content', 'if', 'i', "'d", 'known', 'it', 'was', '5', 'spandex', 'i', 'would', 'have', 'ordered', 'a', 'size', 'medium', 'i', 'am', 'thinking', 'about', 'doing', 'this', 'because', 'the', 'top', 'is', 'really', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['2163,984,59', 'cute', 'this', 'jacket', 'was', 'a', 'gift', 'for', 'my', 'daughter', 'it', 'fit', 'like', 'a', 'glove', 'and', 'she', 'loved', 'it', ',5,1,1', 'general', 'jackets', 'jackets'] ['2164,867,53', 'confortable', 'simple', 'this', 'top', 'is', 'so', 'soft', 'and', 'comfortable', 'i', 'bought', 'it', 'on', 'sale', 'so', 'would', 'i', 'have', 'paid', '60', 'for', 'it', 'not', 'sure', 'fits', 'true', 'to', 'size', 'what', 'can', 'i', 'say', 'its', 'a', 'simple', 'top', 'well', 'made', 'and', 'so', 'soft', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2165,940,46', 'did', "n't", 'fit', 'well', 'for', 'me', 'awkward', 'and', 'dull', 'i', 'ordered', 'this', 'and', 'hoped', 'it', 'would', 'be', 'a', 'fun', 'whimsical', 'sweater', 'for', 'this', 'winter', 'instead', 'it', "'s", 'just', 'strange', 'it', 'did', "n't", 'fit', 'well', 'too', 'short', 'in', 'the', 'overall', 'length', 'in', 'the', 'sleeves', 'the', 'shades', 'of', 'the', 'yarn', 'were', 'drab', 'it', 'also', 'did', "n't", 'seem', 'made', 'to', 'last', 'it', 'looked', 'like', 'it', 'would', 'pill/snag', 'in', 'a', 'short', 'amount', 'of', 'time', 'i', 'returned', 'it', 'i', "'d", 'love', 'to', 'see', 'a', 'style', 'similar', 'to', 'this', 'executed', 'better', 'in', 'the', 'future', 'having', 'a', 'unique', 'sleeve', 'is', 'a', 'cute', 'idea', ',2,0,2', 'general', 'tops', 'sweaters'] ['2166,872,33', 'luxurious', 'basic', 'tee', 'i', 'love', 'simplicity', 'in', 'clothing', 'and', 'this', 'tee', 'fits', 'the', 'bill', 'i', 'put', 'it', 'on', 'and', 'instantly', 'feel', 'basic', 'elegance.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2167,872,49', 'awesome', 'shirt', 'i', 'am', "5'10", '130', 'pounds', 'a', 'medium', 'is', 'a', 'perfect', 'fit', 'for', 'me', 'i', 'love', 'it', 'not', 'so', 'sheer', 'that', 'i', 'feel', 'that', 'i', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'sleeves', 'are', 'long', 'and', 'it', 'is', 'so', 'so', 'so', 'soft', 'the', 'scoop', 'neck', 'shows', 'just', 'the', 'right', 'amount', 'without', 'being', 'too', 'revealing', 'i', 'am', 'buying', 'one', 'in', 'every', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['2168,867,36', 'beautiful', 'fits', 'great', 'love', 'soft', 'material', 'love', 'with', 'skinny', 'jeans', 'brown', 'boots,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2169,1086,36', 'i', 'really', 'like', 'this', 'dress', 'i', "'m", '5', '8', 'and', 'about', '135', 'so', 'i', 'bought', 'a', 'small', 'i', 'am', 'small', 'chested', 'so', 'i', 'plan', 'on', 'wearing', 'a', 'bandeau', 'bra', 'underneath', 'it', 'because', 'the', 'arm', 'holes', 'are', 'a', 'little', 'low', 'the', 'material', 'is', 'very', 'nice', 'though', 'perfect', 'for', 'dressing', 'up', 'with', 'cute', 'jewelry', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['2170,1094,39', 'great', 'summer', 'dress', 'i', 'bought', 'this', 'dress', 'in', 'a', 'sm', 'for', 'a', 'cruise', 'i', "'m", 'taking', 'soon', 'i', 'do', "n't", 'have', 'much', 'of', 'a', 'waist', 'kind', 'of', 'straight', 'like', 'a', 'board', 'and', 'this', 'dress', 'is', 'very', 'flattering', 'on', 'my', 'figure', 'the', 'skirt', 'fits', 'snug', 'and', 'the', 'top', 'drapes', 'nicely', 'over', 'my', 'waist', 'very', 'pretty', 'and', 'flowy', 'i', 'bought', 'the', 'multi', 'color', 'stripe', 'dress', 'and', 'the', 'vertical', 'stripes', 'enhance', 'the', 'beauty', 'of', 'the', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['2171,876,51', 'lovely', 'detail', 'i', 'was', 'pleasantly', 'surprised', 'when', 'i', 'tried', 'this', 'on', 'i', 'tried', 'it', 'because', 'of', 'the', 'detail', 'but', 'did', "n't", 'hold', 'out', 'much', 'hope', 'because', 'it', 'looked', 'frumpy', 'on', 'the', 'hanger', 'i', 'was', 'very', 'wrong', 'it', 'fits', 'beautifully', 'it', 'drapes', 'nicely', 'hugs', 'the', 'shoulders', 'perfectly', 'and', 'does', "n't", 'droop', 'open', 'due', 'to', 'the', 'embellishments', 'there', 'is', 'a', 'tiny', 'closure', 'where', 'the', 'fabric', 'crosses', 'in', 'the', 'front', 'so', 'you', 'are', 'not', 'exposed', 'i', 'liked', 'that', 'feature', 'very', 'much', 'the', 'sleeves', 'are', '3/4', 'on', 'me', 'but', 'i', 'like', 'it', 'nice', 'change', 'of', 'pace', 'this', 'is', 'a', 'very', 'different', 'style', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2172,867,35', 'comfortable', 'top', 'this', 'top', 'feels', 'great', 'on', 'it', 'just', 'drapes', 'well', 'and', 'is', "n't", 'clingy', 'i', 'refused', 'to', 'buy', 'maternity', 'tops', 'because', 'i', 'wanted', 'to', 'wear', 'the', 'tops', 'after', 'pregnancy', 'though', 'i', 'bought', 'this', 'top', 'post', 'pregnancy', 'it', 'would', 'have', 'worked', 'great', 'because', 'of', 'the', 'length', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2173,872,38', 'favorite', 'go', 'to', 'top', 'comfortable', 'casual', 'hip', 'i', 'have', 'the', 'black', 'white', 'color', 'which', 'is', 'a', 'bit', 'thicker', 'than', 'the', 'other', 'colors', 'which', 'i', 'prefer', 'as', 'i', 'recently', 'had', 'a', 'baby', 'and', 'need', 'a', 'little', 'extra', 'fabric', 'i', 'wish', 'the', 'fabric', 'was', 'a', 'bit', 'softer', 'but', 'the', 'cut', 'is', 'so', 'flattering', 'there', 'was', 'no', 'way', 'i', 'was', 'sending', 'it', 'back', 'i', 'wish', 'the', 'other', 'colors', 'were', 'in', 'the', 'same', 'thicker', 'fabric', 'and', 'i', 'would', 'have', 'ordered', 'more', 'my', 'new', 'go', 'to', 'top', 'the', 'black', 'ribbon', 'on', 'the', 'back', 'is', 'my', 'favorite', 'part', ',5,1,0', 'general', 'tops', 'knits'] ['2174,1089,59', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2175,1072,73', 'this', 'dress', 'is', 'gorgeous', 'in', 'the', 'photograph', 'and', 'very', 'pretty', 'when', 'it', 'arrived', 'however', 'it', 'is', 'very', 'dark', 'in', 'color', 'you', 'would', 'only', 'notice', 'the', 'blue', 'in', 'bright', 'light', 'or', 'perhaps', 'outside', 'in', 'the', 'sun', 'the', 'fit', 'was', 'small', 'i', 'could', 'not', 'get', 'the', 'tie', 'around', 'the', 'waist', 'to', 'look', 'right', 'and', 'feel', 'comfortable', 'so', 'sadly', 'i', 'had', 'to', 'return', 'it'] [] ['i', 'applaud', 'retailer', 'for', 'the', 'excellent', 'and', 'attractive', 'packaging', 'that', 'was', 'almost', 'enough', 'to', 'sell', 'the', 'dress', 'it', 'came', 'in', 'a', 'very', 'nice', 'white', 'box', 'inside', 'a', 'larger', 'box', 'tissue', 'paper', 'and', 'fol', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2176,867,63', 'cutest', 'ever', 'this', 'is', 'one', 'of', 'the', 'cutest', 'tops', 'i', "'ve", 'ever', 'gotten', 'from', 'retailer', 'the', 'material', 'is', 'very', 'soft', 'and', 'flowing', 'it', 'fits', 'true', 'to', 'size', 'and', 'hange', 'beautifully', 'love', 'it', 'i', 'should', 'have', 'gotten', 'he', 'turquoise', 'one', 'too', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['2177,872,28', ',love', 'this', 'shirt', 'it', 'fits', 'great', 'and', 'can', 'be', 'easily', 'layered', ',5,1,1', 'general', 'tops', 'knits'] ['2178,872,32', 'agree', 'with', 'the', 'other', 'reviewers', 'this', 'top', 'is', 'excellent', 'great', 'length', 'weight', 'bounce', 'to', 'it', 'flattering', 'without', 'being', 'clingy', 'i', "'m", "5'10", 'with', 'a', 'long', 'torso', 'so', 'i', "'m", 'always', 'in', 'the', 'market', 'for', 'tops', 'with', 'longer', 'hemlines', 'and', 'decent', 'material', 'without', 'being', 'too', 'tight', 'or', 'clingy', 'this', 'one', 'i', 'love', 'i', 'bought', 'it', 'in', 'black', 'then', 'went', 'back', 'for', 'the', 'turquoise', 'then', 'two', 'more', 'if', 'that', 'does', "n't", 'tell', 'you', 'what', 'a', 'great', 'shirt', 'this', 'is', 'i', 'do', "n't", 'know', 'what', 'will', ',5,1,0', 'general', 'tops', 'knits'] ['2179,872,44', 'too', 'long', 'great', 'color', 'soft', 'fabric', 'but', 'waaaaay', 'too', 'long', 'more', 'like', 'a', 'night', 'shirt', 'than', 'a', 't-shirt', ',2,0,1', 'general', 'tops', 'knits'] ['2180,872,26', 'oversized', 'and', 'unflattering', 'i', 'was', 'hoping', 'to', 'find', 'a', 'slimming', 'and', 'cozy', 'sweater', 'unfortunately', 'this', 'one', 'was', 'baggy', 'and', 'material', 'was', 'really', 'bulky', 'one', 'of', 'those', 'occasions', 'where', 'i', 'would', 'have', 'never', 'purchased', 'this', 'in', 'person', 'but', 'online', 'you', 'ca', "n't", 'quite', 'tell', 'the', 'style', 'and', 'fit', 'i', 'returned', 'this', 'item', ',3,0,0', 'general', 'tops', 'knits'] ['2181,872,42', ',i', 'need', 'one', 'in', 'every', 'color', 'so', 'super', 'soft.,5,1,1', 'general', 'tops', 'knits'] ['2182,876,48', ',very', 'pretty', 'blouse', 'with', 'nice', 'detail', 'needs', 'to', 'be', 'worn', 'with', 'a', 'camisole', 'however.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['2183,872,32', 'got', 'this', 'shirt', 'on', 'sale', 'and', 'i', 'hope', 'they', 'restock', 'so', 'i', 'can', 'buy', 'more', 'super', 'comfy', 'and', 'flattering', 'at', 'the', 'same', 'time', 'i', 'have', 'some', 'extra', 'baby', 'weight', 'and', 'it', 'camouflages', 'that', 'well', 'i', "'m", 'normally', 'a', '6-8', 'but', 'i', "'m", 'an', '8-10', 'right', 'now', 'and', 'the', 'medium', 'was', 'perfect', 'i', "'m", '5', '6', 'and', 'its', 'plenty', 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'a', 'great', 'shirt', 'and', 'i', "'ll", 'be', 'sure', 'to', 'watch', 'out', 'for', 'this', 'one', 'to', 'come', 'back', 'please', 'restock', ',5,1,0', 'general', 'tops', 'knits'] ['2184,1086,52', 'perfection', 'easy', 'to', 'wear', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'shape', 'is', 'very', 'flattering', 'i', 'really', 'like', 'the', 'shirt', 'hem', 'at', 'the', 'bottom.,5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['2185,146,31', ',love', 'these', 'pajama', 'bottoms', 'they', 'are', 'so', 'comfortable', 'and', 'the', 'print', 'is', 'fun', 'and', 'unique', 'i', 'highly', 'recommend', 'they', 'run', 'true', 'to', 'size', 'and', 'have', 'a', 'great', 'length', 'they', 'look', 'short', 'on', 'the', 'model', 'but', 'mine', 'are', 'perfect.,5,1,10', 'general', 'petite', 'intimate', 'lounge'] ['2186,872,32', 'perfection', 'i', 'almost', 'never', 'take', 'the', 'time', 'to', 'write', 'reviews', 'but', 'this', 'shirt', 'is', 'amazing', 'it', "'s", 'a', 'super', 'soft', 'stretchy', 'substantial', 'fabric', 'that', 'is', 'incredibly', 'flattering', 'it', 'falls', 'perfectly', 'and', 'is', 'insanely', 'comfortable', 'i', 'am', '5', '5', '120', 'lbs', 'and', 'usually', 'wear', 'an', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'i', 'went', 'with', 'the', 'xs', 'and', 'it', 'is', 'a', 'perfect', 'fit', 'love', 'it', 'so', 'much', 'i', 'bought', 'it', 'in', '4', 'colors', 'i', 'am', 'now', 'completely', 'broke', 'but', 'these', 'shirts', 'will', 'be', 'in', 'constant', 'rotation', ',5,1,0', 'general', 'tops', 'knits'] ['2187,867,51', 'very', 'pretty', 'top', 'this', 'is', 'a', 'beautiful', 'top', 'however', 'my', 'top', 'did', 'not', 'match', 'the', 'one', 'in', 'the', 'picture', 'it', "'s", 'so', 'odd', 'the', 'stripes', 'are', 'completely', 'different', 'it', "'s", 'ok', 'because', 'it', "'s", 'very', 'pretty', 'but', 'i', 'do', 'like', 'the', 'one', 'pictured', 'better', 'it', "'s", 'too', 'short', 'on', 'me', 'for', 'leggings', 'and', 'boots', 'but', 'it', "'s", 'great', 'with', 'skinny', 'jeans', 'very', 'pretty', 'and', 'soft', 'material', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2188,984,40', 'perfect', 'denim', 'jacket', 'i', 'am', 'so', 'glad', 'i', 'had', 'read', 'the', 'other', 'reviews', 'of', 'this', 'jacket', 'which', 'prompted', 'me', 'to', 'order', 'great', 'fit', 'and', 'cut', 'with', 'a', 'hint', 'of', 'stretch', 'nice', 'styling', 'details', 'great', 'vintage', 'color', 'i', 'was', "n't", 'in', 'love', 'with', 'the', 'price', 'but', 'after', 'receiving', 'the', 'jacket', 'i', 'would', 'gladly', 'pay', 'the', 'price', 'again', 'will', 'definitely', 'be', 'in', 'my', 'wardrobe', 'rotation', 'for', 'years', 'to', 'come', ',5,1,1', 'general', 'jackets', 'jackets'] ['2189,872,35', 'everyday', 'staple', 'this', 'shirt', 'is', 'amazingly', 'soft', 'and', 'has', 'such', 'a', 'great', 'cut', 'especially', 'for', 'me', 'being', 'curvy', 'i', 'love', 'to', 'pair', 'this', 'with', 'cute', 'leggings', 'or', 'tight', 'ankle', 'jeans', 'with', 'my', 'boots', 'recently', 'wore', 'on', 'a', 'casual', 'date', 'with', 'the', 'hubby', 'and', 'he', 'loved', 'it', 'paired', 'with', 'my', 'dark', 'brown', 'leather', 'jacket', 'and', 'dark', 'jeans'] [] ['only', 'reason', 'i', 'gave', 'it', '4', 'stars', 'was', 'that', 'the', 'shirt', 'tends', 'to', 'stretch', 'out', 'a', 'little', 'at', 'the', 'bottom', 'is', 'seems', 'as', 'you', 'wear', 'it', 'throughout', 'the', 'day', 'it', 'is', 'still', 'a', 'great', 'shirt', 'and', 'if', 'possible', 'i', 'would', 'buy', 'more'] [] ['need', 'to', 'bring', ',4,1,0', 'general', 'tops', 'knits'] ['2190,876,56', 'pretty', 'but', 'this', 'shirt', 'is', 'pretty', 'but', 'was', "n't", 'worth', 'the', 'price', 'in', 'my', 'opinion', 'the', 'shirt', 'does', 'a', 'pretty', 'decent', 'job', 'of', 'staying', 'closed', 'at', 'least', 'and', 'the', 'embroidering', 'is', 'pretty', 'but', 'i', 'could', 'tell', 'the', 'material', 'would', "n't", 'last', 'very', 'long'] [] ['also', 'i', 'like', 'my', 'shirts', 'loose', 'fitting', 'but', 'this', 'one', 'looks', 'more', 'boxy', 'than', 'flowy', 'i', "'d", 'probably', 'still', 'buy', 'it', 'if', 'it', 'were', 'cheaper', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2191,872,37', 'amazing', 'this', 'shirt', 'looks', 'and', 'feels', 'fabulous', 'i', 'got', 'black', 'and', 'white', 'and', 'received', 'a', 'ton', 'of', 'compliments', 'wore', 'with', 'boots', 'and', 'leggings', 'and', 'fun', 'jewelry.,5,1,0', 'general', 'tops', 'knits'] ['2192,867,46', ',this', 'is', 'the', 'perfect', 'casual', 'top', 'to', 'wear', 'alone', 'or', 'layered', 'with', 'a', 'cardigan', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2193,1052,67', 'i', 'love', 'joggers', 'best', 'style', 'to', 'come', 'along', 'in', 'awhile', 'i', 'think', 'these', 'are', 'well', 'made', 'and', 'i', 'like', 'the', 'fabric', 'i', 'just', 'wish', 'the', 'leg', 'were', 'cut', 'a', 'bit', 'slimmer', 'but', 'that', "'s", 'just', 'a', 'matter', 'of', 'preference', 'i', 'definitely', 'like', 'them', 'and', 'will', 'keep', 'and', 'wear', ',5,1,1', 'general', 'bottoms', 'pants'] ['2194,940,38', 'ok', 'but', 'gorgeous', 'detail', 'on', 'the', 'sleeve', 'adorable', 'pattern', 'unfortunately', 'it', 'is', 'a', 'little', 'too', 'cropped', 'it', "'s", 'not', 'actually', 'sleeves', 'it', "'s", 'a', 'cape', 'style', 'was', "n't", 'expecting', 'but', 'still', 'really', 'cute', ',4,1,9', 'general', 'tops', 'sweaters'] ['2195,146,33', 'beautiful', 'colors', 'lightweight', 'flannel', 'so', 'a', 'great', 'pair', 'of', 'sleep', 'pants', 'that', 'can', 'be', 'worn', 'year', 'round', 'i', 'ordered', 'a', 's', 'my', 'typical', 'size', 'which', 'turned', 'out', 'to', 'be', 'quite', 'large', 'on', 'me', 'hopefully', 'the', 'xs', 'will', 'fit', 'better', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['2196,1086,46', 'run', 'do', "n't", 'walk', 'to', 'buy', 'this', 'although', 'i', 'wish', 'this', 'was', 'not', 'so', 'dark', 'blue', 'for', 'summer', 'it', 'is', 'the', 'most', 'fabulous', 'cut', 'super', 'sexy', 'with', 'the', 'tie', 'neckline', 'and', 'love', 'the', 'side', 'pockets', 'and', 'did', 'i', 'mention', 'the', 'fabric', 'is', 'ridiculously', 'soft', 'i', 'just', 'wish', 'it', 'was', 'more', 'of', 'a', 'blue', 'denim', 'blue', 'but', 'nonetheless', 'i', 'could', 'not', 'walk', 'away', 'from', 'the', 'store', 'without', 'this', 'i', 'am', '5', '9', '142', 'lbs', 'and', 'medium', 'fit', 'me', 'perfect', 'for', 'length', 'in', 'the', 'leg', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2197,940,34', 'want', 'to', 'like', 'it', 'this', 'is', 'soooo', 'much', 'more', 'cropped', 'than', 'it', 'looks', 'in', 'the', 'picture', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'design', 'is', 'cute', 'i', 'really', 'wanted', 'to', 'like', 'this', 'but', 'it', 'just', 'does', "n't", 'fit', 'as', 'shown', 'the', 'back', 'is', 'halfway', 'up', 'by', 'back', 'and', 'i', 'am', 'shortwaisted', ',3,0,2', 'general', 'tops', 'sweaters'] ['2198,872,63', 'what', 'happened', 'i', 'purchased', 'this', 'item', 'in', 'the', 'gray', 'heather', 'color', 'and', 'loved', 'it', 'so', 'much', 'i', 'wanted', 'to', 'buy', 'every', 'other', 'color', 'the', 'fabric', 'was', 'cottony', 'and', 'felt', 'very', 'soft', 'and', 'cushy', 'against', 'my', 'skin', 'and', 'the', 'gray', 'color', 'was', 'from', 'the', 'combination', 'of', 'black', 'and', 'white', 'fibers', 'i', 'ordered', 'the', 'light', 'gray', 'and', 'the', 'red', 'online', 'and', 'could', 'not', 'wait', 'for', 'them', 'to', 'arrive', 'but', 'the', 'other', 'colors', 'were', 'not', 'even', 'in', 'the', 'same', 'material', 'but', 'a', 'very', 'shiny', 'and', 'synthetic', 'feeling', 'fabric', 'with', 'just', 'a', 'single', 'color', 'weave', 'that', 'did', 'not', 'have', 'the', 'same', 'feel', 'or', 'tex', ',1,0,0', 'general', 'tops', 'knits'] ['2199,872,34', 'perfect', 'long', 'sleeve', 'tee', 'i', "'ve", 'been', 'looking', 'for', 'a', 'staple', 'long-sleeve', 'tee', 'for', 'a', 'while', 'now', 'and', 'i', 'think', 'i', "'ve", 'found', 'it', 'i', 'bought', 'this', 'tee', 'in', 'my', 'usual', 'retailer', 'size', 'of', 'medium', 'and', 'the', 'fit', 'is', 'perfect', 'the', 'material', 'is', 'soft', 'the', 'cut', 'highlights', 'an', 'hourglass', 'figure', 'without', 'clinging', 'in', 'the', 'wrong', 'places', 'the', 'sleeves', 'are', 'long', 'enough', 'which', 'can', 'sometimes', 'be', 'a', 'problem', 'for', 'me', 'the', 'length', 'is', 'perfect', 'to', 'wear', 'with', 'leggings', 'without', 'being', 'too', 'long', 'i', "'ll", 'be', 'back', 'for', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['2200,940,50', 'adorable', 'but', 'not', 'really', 'a', 'cardigan', 'more', 'a', 'capelet', 'i', 'gave', 'this', '4', 'stars', 'instead', 'of', 'five', 'because', 'the', 'picture', 'really', 'does', 'give', 'you', 'the', 'impression', 'that', 'this', 'cardigan', 'has', 'sleeves', 'but', 'actually', 'it', "'s", 'a', 'cape', 'with', 'a', 'few', 'stitches', 'above', 'the', 'wrist', 'it', "'s", 'also', 'quite', 'short', 'i', "'m", 'only', '5', '5', 'and', 'it', 'hits', 'me', 'above', 'my', 'waist', 'this', 'picture', 'was', 'clearly', 'shot', 'with', 'the', 'front', 'pulled', 'down', 'i', 'bet', 'if', 'we', 'saw', 'the', 'back', 'it', 'would', 'be', 'high', 'above', 'her', 'waist', 'also', 'one', 'of', 'the', 'buttons', 'fell', 'off', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'heard', 'it', 'fall', 'thankfully', 'so', 'it', 'was', 'easy', 'enough', 'to', 'sew', 'back', 'on', 'but', ',4,1,2', 'general', 'tops', 'sweaters'] ['2201,872,36', 'love', 'this', 'top', 'i', 'love', 'this', 'top', 'it', "'s", 'long', 'enough', 'to', 'to', 'wear', 'with', 'leggings', 'and', 'the', 'ribbon', 'in', 'the', 'back', 'really', 'dresses', 'it', 'up', 'the', 'only', 'negative', 'is', 'that', 'the', 'material', 'pulls', 'easy', 'and', 'only', 'on', 'the', 'space', 'dye', 'color', 'not', 'the', 'solids', 'but', 'i', 'still', 'love', 'it', 'for', 'reference', 'i', 'ordered', 'xs', 'and', 'it', 'fits', 'perfectly', 'i', 'am', '5', '2', '125lbs', ',5,1,1', 'general', 'tops', 'knits'] ['2202,870,39', 'lovely', 'i', 'purchased', 'this', 'shell', 'in', 'black', 'the', 'embellishments', 'and', 'construction', 'of', 'the', 'top', 'are', 'of', 'a', 'good', 'quality', 'like', 'as', 'shown', 'i', 'am', '5', '4', '120', 'and', 'typically', 'purchase', 'an', 'xs', 'this', 'ran', 'a', 'bit', 'bigger', 'than', 'i', 'was', 'expecting', 'from', 'the', 'reviews', 'but', 'i', 'am', 'overall', 'happy', 'with', 'the', 'top', 'the', 'center', 'slit', 'may', 'be', 'too', 'revealing', 'for', 'those', 'with', 'a', 'smaller', 'bust', ',4,1,0', 'general', 'tops', 'knits'] ['2203,1086,44', 'huge', 'this', 'dress', 'will', 'unfortunately', 'be', 'returned', 'so', 'cute', 'online', 'and', 'looks', 'like', 'a', 'sack', 'in', 'person', 'runs', 'very', 'large', 'arm', 'holes', 'are', 'very', 'low', 'not', 'flattering', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2204,940,48', 'just', 'received', 'this', 'and', 'absolutely', 'love', 'it', 'i', 'tried', 'the', 'vienne', 'cardigan', 'in', 'the', 'store', 'and', 'i', 'assumed', 'this', 'one', 'would', 'fit', 'the', 'same', 'since', 'online', 'exclusive', 'which', 'it', 'does', 'this', 'one', 'though', 'has', 'the', 'whimsical', 'left', 'grey', 'sleeve', 'with', 'trees', 'a', 'fence', 'and', 'sheep', 'on', 'the', 'sleeve', 'very', 'cute', 'it', "'s", 'a', 'traditional', 'knit', 'design', 'with', 'a', 'twist', 'of', 'modern', 'design', 'being', 'the', 'cape', 'style', 'it', 'is', 'a', 'bit', 'cropped', 'but', 'fits', 'well', 'and', 'the', 'hood', 'lays', 'nicely', 'there', 'were', 'a', 'few', 'too', 'many', 'stray', 'threads', 'when', 'i', 'received', 'that', 'i', 'needed', 'to', 'cut', 'off', ',5,1,2', 'general', 'tops', 'sweaters'] ['2205,1086,44', 'only', 'suits', 'smaller', 'chest', 'if', 'you', 'have', 'any', 'cleavage', 'this', 'dress', 'will', 'look', 'awful', 'the', 'ties', 'drop', 'pretty', 'low', 'look', 'trashy', 'over', 'cleavage', 'recommend', 'otherwise', 'good', 'fabric', 'cool', 'look,2,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2206,1102,57', 'what', 'i', 'liked'] ['1.', 'midweight', 'fabric', 'it', "'s", 'not', 'lined', 'and', 'when', 'i', 'read', 'polyester', 'in', 'the', 'description', 'i', 'was', 'worried', 'that', 'it', 'might', 'be', 'thin', 'but', 'this', 'is', 'a', 'stretchy', 'midweight', 'fabric'] ['2.', 'pretty', 'pretty', 'print'] [] ['what', 'i', 'did', 'not', 'like'] ['1.', 'i', 'do', "n't", 'know', 'what', 'dress', 'the', 'model', 'is', 'wearing', 'but', 'this', 'was', 'an', 'empire', 'waist', 'dress', 'on', 'me', 'i', "'m", '5', '7', 'because', 'it', 'was', 'empire', 'waist', 'the', 'long', 'hem', 'makes', 'this', 'look', 'like', 'a', 'maternity', 'dress', 'on', 'me'] ['2.', 'the', 'sleeves', 'are', 'cut', 'oddly', 'they', 'look', 'too', 'wide', 'for', 'the', 'dress', 'even', 'on', 'this', 'model'] ['3', ',3,1,11', 'general', 'petite', 'dresses', 'dresses'] ['2207,872,42', 'the', 'perfect', 'long', 'sleeve', 't-shirt', 'this', 'shirt', 'is', 'amazing', 'it', "'s", 'an', 'excellent', 'heavier', 'weight', 'quality', 't-shirt', 'but', 'so', 'comfortable', 'if', 'you', 'are', 'looking', 'for', 'the', 'perfect', 'shirt', 'to', 'pair', 'with', 'your', 'leggings', 'and', 'boots', 'this', 'fall/winter/spring', 'this', 'is', 'it', 'i', 'am', '5', '8', '136', 'lbs', 'and', 'this', 'perfectly', 'covers', 'my', 'rump', 'and', 'the', 'small', 'fit', 'perfectly', 'the', 'band', 'around', 'the', 'wrist', 'is', 'a', 'nice', 'touch', 'making', 'this', 'a', 'higher', 'quality', 'tee', 'i', 'am', 'buying', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['2208,1102,50', '200', 'piece', 'of', 'polyester', 'a', '200', 'piece', 'of', 'polyester', 'with', 'no', 'shape', 'and', 'looks', 'good', 'only', 'on', 'the', 'model', 'avoid', 'mine', 'went', 'back', 'the', 'same', 'day', 'it', 'came', 'in', 'the', 'mail', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['2209,867,22', 'so', 'soft', 'this', 'is', 'the', 'best', 'basic', 'tee', 'i', "'ve", 'bought', 'in', 'a', 'long', 'time', 'and', 'it', 'fits', 'so', 'nicely', 'on', 'my', 'frame', 'i', "'m", '5', '8', 'ans', '130', 'lb', 'medium', 'bust', 'and', 'got', 'an', 'xs', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2210,872,29', 'best', 'tunic', 'ever', 'this', 'is', 'the', 'most', 'perfect', 'tunic', 'out', 'there', 'it', 'is', 'comfy', 'flattering', 'and', 'fits', 'perfect', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'definitely', 'worth', 'it', 'to', 'buy', 'in', 'every', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['2211,146,33', 'beautiful', 'design', 'these', 'jammie', 'pants', 'are', 'quite', 'beautiful', 'and', 'comfortable', 'the', 'material', 'used', 'is', 'great', 'very', 'light', 'and', 'thin', 'i', 'found', 'these', 'to', 'run', 'really', 'big', 'though', 'definitely', 'order', 'a', 'size', 'down', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['2212,1052,26', 'sooo', 'comfortable', 'these', 'pants', 'are', 'so', 'comfortable', 'and', 'cute', 'you', 'can', 'dress', 'them', 'up', 'or', 'down', ',5,1,4', 'general', 'bottoms', 'pants'] ['2213,1086,62', 'i', "'d", 'been', 'eyeing', 'this', 'dress', 'since', 'it', 'first', 'appeared', 'online', 'but', 'when', 'i', 'went', 'to', 'order', 'there', 'was', 'no', 'petite', 'sizing', 'then', 'when', 'shopping', 'i', 'noticed', 'the', 'carbon', 'color', 'in', 'the', 'petite', 'section', 'of', 'my', 'local', 'retailer', 'i', 'grabbed', 'my', 'usual', 'ps', 'and', 'although', 'it', 'was', 'okay', 'i', 'decided', 'to', 'try', 'the', 'xs', 'for', 'comparison', 'the', 'slightly', 'closer', 'fit', 'made', 'all', 'the', 'difference', 'suggesting', 'that', 'i', 'had', 'a', 'figure', 'underneath', 'but', 'not', 'tight', 'anywhere', 'nice', 'weight', 'to', 'the', 'fabric', 'it', 'drapes', 'beautifully', 'and', 'the', 'lacing', 'detail', 'is', 'very', 'popular', 'now', 'a', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2214,146,25', 'love', 'them', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'cozy', 'not', 'too', 'warm', 'fits', 'comfortably', 'and', 'roomy', 'without', 'looking', 'baggy', 'the', 'print', 'is', 'beautiful', 'will', 'definitely', 'be', 'buying', 'more', 'sleepwear', 'from', 'retailer', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['2215,876,55', 'i', 'agree', 'with', 'other', 'reviews', 'soft', 'cozy', 'and', 'love', 'the', 'embroidery', 'and', 'beading', 'it', 'is', 'a', 'bit', 'wrinkly', 'even', 'after', 'i', 'ironed', 'it', 'but', 'overall', 'happy', 'with', 'this', 'blouse', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2216,1052,41', 'bunched', 'elastic', 'i', 'have', 'the', 'blue', 'and', 'holly', 'joggers', 'i', 'absolutely', 'love', 'the', 'fit', 'feel', 'and', 'color', 'of', 'the', 'joggers', 'the', 'oddity', 'is', 'that', 'the', 'elastic', 'at', 'the', 'waist', 'bunches', 'in', 'the', 'blue', 'pair', 'but', 'not', 'the', 'holly', 'it', 'drives', 'me', 'crazy', 'i', 'could', 'only', 'wear', 'the', 'blue', 'for', 'a', 'couple', 'of', 'hours', 'before', 'i', 'had', 'to', 'change', 'into', 'something', 'else', 'unfortunately', 'the', 'holly', 'joggers', 'were', 'in', 'the', 'wash', 'i', "'m", 'going', 'to', 'take', 'the', 'blue', 'joggers', 'to', 'the', 'seamstress', 'maybe', 'she', 'can', 'fix', 'them', '65', '135', 'small', 'was', 'perfect', ',4,1,0', 'general', 'bottoms', 'pants'] ['2217,867,38', 'love', 'i', 'saw', 'this', 'top', 'in', 'the', 'store', 'and', 'wanted', 'to', 'try', 'it', 'on', 'but', 'my', '18-month-old', 'son', 'was', 'getting', 'cranky', 'so', 'i', 'had', 'to', 'leave', 'i', 'kept', 'thinking', 'about', 'it', 'and', 'was', 'planning', 'to', 'go', 'back', 'and', 'get', 'it', 'and', 'then', 'i', 'checked', 'online', 'and', 'it', 'was', 'on', 'sale', 'i', 'purchased', 'the', 'pink', 'and', 'i', "'m", 'ordering', 'the', 'blue', 'as', 'well', 'it', "'s", 'very', 'comfortable', 'and', 'i', 'received', 'several', 'compliments', 'when', 'i', 'wore', 'it', 'i', 'have', "n't", 'washed', 'it', 'yet', 'but', 'the', 'fabric', 'seems', 'to', 'be', 'sturdy.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2218,870,37', 'unexpected', 'find', 'i', 'tend', 'to', 'peruse', 'the', 'sale', 'section', 'when', 'i', 'am', 'avoiding', 'my', 'work', 'quite', 'often', 'i', 'came', 'across', 'this', 'top', 'but', 'had', 'never', 'seen', 'it', 'before', 'it', 'was', 'put', 'on', 'sale', 'i', 'was', 'intrigued', 'by', 'the', 'sleeves', 'but', 'concerned', 'that', 'the', 'pattern', 'might', 'be', 'too', 'ornate', 'i', 'was', 'happily', 'surprised', 'when', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'was', 'thick', 'which', 'i', 'find', 'highlights', 'curves', 'and', 'hides', 'rolls', 'the', 'detail', 'was', 'enough', 'that', 'i', 'could', 'dress', 'it', 'up', 'but', 'not', 'so', 'much', 'that', 'i', 'felt', 'awkward', 'wearing', 'jeans', ',5,1,0', 'general', 'tops', 'knits'] ['2219,876,27', ',,2,0,0', 'general', 'petite', 'tops', 'knits'] ['2220,872,59', 'comfort', 'extremely', 'comfortable', 't.', 'fits', 'tts', 'bought', 'in', 'black', 'teal', 'can', 'be', 'dressed', 'up', 'with', 'a', 'scarf', 'or', 'worn', 'with', 'just', 'jewelry', 'fairly', 'lightweight', 'so', 'probably', 'not', 'a', 'good', 'choice', 'for', 'cold', 'winter', 'months', 'great', 'price', 'too', ',4,1,0', 'general', 'tops', 'knits'] ['2221,870,67', 'i', 'wanted', 'to', 'love', 'it', 'the', 'color', 'is', 'great', 'the', 'embroidery', 'pretty', 'but', 'the', 'stiff', 'scalloped', 'sleeves', 'were', 'just', 'too', 'much', 'if', 'you', 'have', 'broad', 'shoulders', 'this', 'is', 'not', 'the', 'shirt', 'for', 'you', 'i', 'think', 'personally', 'it', 'would', 'have', 'been', 'better', 'had', 'the', 'material', 'been', 'softer', ',3,0,0', 'general', 'tops', 'knits'] ['2222,872,64', 'these', 'are', 'long', 'easily', 'wear', 'with', 'skinny', 'jeans', 'they', 'do', 'not', 'cling', 'and', 'are', 'not', 'see', 'through', 'the', 'colors', 'are', 'great', ',5,1,2', 'general', 'tops', 'knits'] ['2223,867,33', 'great', 't', 'love', 'this', 't-shirt', 'i', 'live', 'in', 'miami', 'and', 'have', 'a', '5', 'month', 'old', 'so', 'i', 'practically', 'live', 'in', 'shorts', 'and', 't-shirts', 'and', 'this', 'shirt', 'fits', 'beautifully', 'and', 'adds', 'a', 'little', 'extra', 'pop', 'to', 'your', 'everyday', 't.', 'love', 'the', 'material', 'too', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2224,872,49', 'great', 'basic', 'excellent', 'tunic', 'tee', 'will', 'be', 'great', 'with', 'leggings', 'or', 'jeans', 'which', 'is', 'just', 'what', 'i', 'was', 'hoping', ',4,1,0', 'general', 'tops', 'knits'] ['2225,870,29', 'beautiful', 'embroidery', 'i', 'tried', 'this', 'shirt', 'and', 'really', 'loved', 'the', 'feel', 'and', 'the', 'scalloped', 'sleeves', 'i', 'have', 'a', 'couple', 'shirts', 'by', 'this', 'brand', 'that', 'also', 'have', 'beautiful', 'embroidery', 'and', 'i', 'always', 'find', 'myself', 'drawn', 'to', 'their', 'clothing', 'the', 'fit', 'was', "n't", 'too', 'boxy', 'on', 'me', 'but', 'i', "'m", 'between', 'm', 'l', 'and', 'sized', 'down', 'so', 'that', 'might', 'have', 'helped', 'if', 'i', 'did', "n't", 'have', 'so', 'much', 'of', 'this', 'color', 'in', 'my', 'wardrobe', 'already', 'i', 'probably', 'would', 'have', 'snatched', 'this', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['2226,1086,50', 'cute', 'casual', 'with', 'a', 'twist', 'so', 'super', 'soft', 'and', 'comfortable', 'great', 'to', 'throw', 'on', 'to', 'run', 'errands', 'with', 'ease', 'while', 'still', 'looking', 'stylish', 'the', 'lace', 'up', 'front', 'makes', 'it', 'more', 'special', 'that', 'just', 'a', 'standard', 'tee', 'shirt', 'dress,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2227,867,40', ',i', 'love', 'this', 'tee', 'really', 'comfortable', 'and', 'super', 'cute', 'too', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2228,872,35', 'great', 'top', 'the', 'fit', 'and', 'feel', 'of', 'this', 'top', 'is', 'lovely', 'great', 'shirt', 'to', 'layer', 'fits', 'great', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['2229,876,38', 'so', 'close', 'beautiful', 'detail', 'soft', 'drapey', 'fabric', 'but', 'it', 'pulls', 'funny', 'from', 'where', 'they', 'added', 'stitching', 'at', 'the', 'top', 'of', 'the', 'v.', 'for', 'me', 'it', 'was', 'also', 'a', 'little', 'short', 'but', 'i', 'have', 'a', 'long', 'torso', 'i', "'m", '5', '7', '155lbs', 'and', 'the', 'size', 'medium', 'fit', 'nicely', 'with', 'the', 'exception', 'of', 'the', 'length', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['2230,1089,47', 'pretty', 'dress', 'i', 'really', 'love', 'this', 'dress', 'but', 'am', 'deciding', 'whether', 'to', 'keep', 'it', 'because', 'while', 'it', 'fits', 'well', 'in', 'the', 'skirt', 'and', 'around', 'my', 'torso', 'it', 'is', 'tight', 'in', 'the', 'arms', 'i', 'ca', "n't", 'really', 'lift', 'my', 'arms', 'above', 'should', 'height', 'the', 'plus', 'is', 'that', 'it', 'would', 'keep', 'me', 'from', 'bidding', 'too', 'much', 'at', 'my', 'kid', "'s", 'school', 'auction', 'the', 'negative', 'is', 'that', 'it', 'would', 'be', 'hard', 'to', 'dance', 'in', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['2231,940,44', 'this', 'is', 'a', 'poncho', 'was', 'really', 'looking', 'forward', 'to', 'this', 'sweater', 'but', 'it', "'s", 'not', 'a', 'cardigan', 'it', "'s", 'a', 'poncho', 'i', 'ca', "n't", 'decide', 'if', 'it', "'s", 'fun-quirky', 'or', 'just', 'odd', 'it', "'s", 'gorgeously', 'made', 'and', 'extremely', 'soft', 'but', 'i', 'do', 'wish', 'it', 'was', 'actually', 'sleeves', 'i', 'have', "n't", 'decided', 'if', 'it', "'s", 'something', 'i', 'will', 'wear', 'or', 'not', 'my', 'husband', 'referred', 'to', 'it', 'as', 'batwings', 'that', 'should', 'have', 'been', 'depicted', 'in', 'one', 'of', 'the', 'photos', ',3,0,2', 'general', 'tops', 'sweaters'] ['2232,1082,36', 'beautiful', 'dress', 'i', 'read', 'the', 'previous', 'comments', 'and', 'was', 'skeptical', 'i', 'love', 'the', 'dress', 'it', "'s", 'fitted', 'on', 'the', 'top', 'and', 'flowy', 'on', 'the', 'bottom', 'i', 'did', "n't", 'find', 'it', 'too', 'big', 'or', 'maternity', 'on', 'the', 'bottom', 'half', 'the', 'print', 'is', 'really', 'pretty', 'with', 'flecks', 'of', 'blue', 'that', 'brightened', 'up', 'the', 'dress.,4,1,6', 'general', 'dresses', 'dresses'] ['2233,872,32', 'great', 'shirt', 'and', 'great', 'quality', 'i', 'purchased', 'my', 'wife', 'this', 'shirt', 'for', 'christmas', 'and', 'she', 'loved', 'it', 'the', 'quality', 'of', 'the', 'shirt', 'is', 'amazing', 'and', 'now', 'she', 'wants', 'them', 'in', 'every', 'color', 'even', 'though', 'she', 'says', 'she', "'s", 'kidding', 'i', 'really', 'know', 'that', 'she', "isn't."] [] ['the', 'information', 'i', 'fill', 'out', 'below', 'is', 'about', 'my', 'wife', 'not', 'me', ',5,1,0', 'general', 'tops', 'knits'] ['2234,949,43', 'amazing', 'jacket', 'this', 'is', 'such', 'an', 'incredible', 'jacket', 'total', 'show', 'stopper', 'and', 'well', 'worth', 'the', 'investment.,5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['2235,1086,74', 'awesome', 'dress', 'i', 'tried', 'this', 'on', 'at', 'the', 'store', 'and', 'had', 'to', 'buy', 'this', 'dress', 'it', "'s", 'adorable', 'on', 'and', 'the', 'fabric', 'is', 'really', 'soft', 'very', 'flattering', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2236,867,33', 'cute', 'top', 'a', 'little', 'less', 'fitted', 'than', 'i', 'was', 'expecting', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2237,1102,31', 'great', 'dress', 'i', 'am', 'always', 'looking', 'for', 'knee', 'length', 'dresses', 'that', 'are', 'comfortable', 'and', 'easy', 'to', 'wear', 'i', 'am', 'really', 'active', 'with', 'my', 'kids', 'and', 'this', 'dress', 'can', 'be', 'worn', 'on', 'a', 'casual', 'day', 'with', 'sandals', 'or', 'dressed', 'up', 'the', 'fit', 'was', 'flattering', 'for', 'me', 'although', 'i', 'am', 'not', 'very', 'curvy', 'and', 'could', 'see', 'that', 'it', 'might', 'not', 'flatter', 'all', 'shapes', 'i', 'am', '5', '5', 'and', '120', 'pounds', 'and', 'the', 'size', 'four', 'fit', 'great', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['2238,872,25', ',i', 'love', 'these', 'shirts', 'ordered', 'in', '2', 'colors', 'and', 'they', 'are', 'great', 'with', 'leggings', 'and', 'skinny', 'jeans', 'and', 'scarves', 'so', 'comfortable', 'and', 'on', 'me', 'a', 'little', 'long', 'but', 'not', 'too', 'long', 'the', 'fabric', 'is', 'fabulous', 'and', 'a', 'great', 'weight', 'one', 'of', 'my', 'favorites', 'for', 'sure.,5,1,1', 'general', 'tops', 'knits'] ['2239,872,65', 'this', 'is', 'a', 'wonderful', 'top', 'after', 'reading', 'the', 'reviews', 'i', 'decided', 'to', 'order', 'this', 'top', 'i', 'was', 'so', 'pleased', 'and', 'when', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'i', 'had', 'someone', 'ask', 'me', 'where', 'i', 'got', 'it', 'it', 'is', 'perfect', 'with', 'leggings', 'because', 'it', 'is', 'long', 'enough', 'to', 'cover', 'my', 'leggings', 'in', 'the', 'front', 'as', 'well', 'as', 'in', 'the', 'back', 'i', 'want', 'to', 'order', 'it', 'again', 'in', 'different', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['2240,872,34', 'just', 'great', 'i', 'very', 'rarely', 'pay', 'full', 'price', 'for', 'anything', 'let', 'alone', 'this', 'much', 'for', 'a', 't-shirt', 'but', 'i', 'actually', 'paid', 'full', 'price', 'for', 'this', 'in', 'two', 'colors', 'that', "'s", 'how', 'much', 'i', 'love', 'this', 'shirt', 'the', 'pink', 'and', 'the', 'turquoise', 'are', 'beautiful', 'and', 'i', "'m", 'thinking', 'of', 'asking', 'for', 'the', 'mauve', 'for', 'christmas', 'i', 'love', 'how', 'heavy', 'the', 'weight', 'is', 'the', 'length', 'of', 'the', 'torso', 'is', 'long', 'enough', 'the', 'length', 'of', 'the', 'sleeves', 'is', 'actually', 'long', 'enough', 'i', 'love', 'the', 'ribbon', 'down', 'the', 'back', 'it', "'s", 'flattering', 'and', 'comfy', 'and', 'perfect', 'i', "'m", '5', '8', '140lbs', '34b', 'and', 'the', 'small', 'fit', ',5,1,2', 'general', 'tops', 'knits'] ['2241,1086,44', 'surprisingly', 'lovely', 'this', 'dress', 'is', 'very', 'clever', 'fabric', 'is', 'on', 'thicker', 'side', 'so', 'it', 'eliminates', 'any', 'worries', 'about', 'dimples', 'or', 'imperfections', 'the', 'tie', 'at', 'neck', 'line', 'is', 'effortlessly', 'sexy', 'and', 'not', 'at', 'all', 'trashy', 'as', 'another', 'reviewer', 'felt', 'you', 'could', 'tie', 'it', 'if', 'you', 'did', "n't", 'want', 'any', 'cleave', 'or', 'leave', 'it', 'looser', 'for', 'more', 'casual', 'look', 'i', 'got', 'the', 'small', 'bc', 'i', 'felt', 'comfortable', 'with', 'a', 'little', 'cling', 'given', 'how', 'forgiving', 'the', 'fabric', 'was', 'it', 'still', 'showed', 'shape', 'when', 'i', 'walked', 'i', 'was', 'surprised', 'to', 'like', 'it', 'as', 'much', 'as', 'i', 'did', 'husband', 'insisted', 'i', 'get', 'it', 'becau', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2242,867,37', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['2243,870,43', 'looks', 'cheap', 'i', 'was', 'excited', 'to', 'receive', 'this', 'top', 'it', 'looked', 'great', 'online', 'vibrant', 'colors', 'with', 'the', 'beautiful', 'detail', 'on', 'the', 'sleeves', 'when', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'looked', 'and', 'felt', 'cheap', 'it', 'is', 'not', 'a', 'flowy', 'top', 'do', 'not', 'recommend', 'it', ',1,0,0', 'general', 'tops', 'knits'] ['2244,1089,60', 'absolutely', 'gorgeous', 'this', 'dress', 'is', 'one', 'of', 'the', 'most', 'beautiful', 'dresses', 'i', 'have', 'seen', 'purchased', 'for', 'my', 'daughter', 'it', 'was', 'as', 'if', 'you', 'made', 'this', 'dress', 'for', 'her', 'had', 'to', 'return', 'it', 'because', 'the', 'woven', 'fabric', 'was', 'fraying', 'around', 'the', 'back', 'v', 'neckline', 'and', 'zipper', 'was', 'able', 'to', 'replace', 'it', 'the', 'replacement', 'looks', 'good', 'have', 'a', 'concern', 'about', 'two', 'areas', 'but', 'we', 'will', 'see', 'just', 'love', 'the', 'lines', 'and', 'fit', 'of', 'this', 'dress', 'truly', 'hope', 'the', 'fabric', 'holds', 'up', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['2245,940,44', 'soft', 'snuggly', 'and', 'cute', 'like', 'the', 'previous', 'reviewer', 'stated', 'it', "'s", 'more', 'like', 'a', 'cape', 'i', "'d", 'to', 'call', 'it', 'a', 'cape-digan', 'style', 'super', 'comfy', 'loose', 'fit', 'for', 'comfort', 'fabric', 'high', 'quality', 'just', 'right', 'thickness', 'not', 'too', 'thick', 'not', 'too', 'thin', 'snuggly', 'soft', 'does', "n't", 'pill', 'with', 'wear', 'design', 'totally', 'retailer', 'cute', 'and', 'quirkiness', 'top', 'of', 'the', 'back', 'has', 'the', 'same', 'gray', 'as', 'the', 'sleeve', 'for', 'continuity', 'and', 'the', 'sleeve', 'has', 'sheep', 'and', 'a', 'fence', 'how', 'cute', 'is', 'that', 'this', 'is', 'a', 'very', 'versatile', 'sweater', 'goes', 'with', 'everything', 'and', 'so', 'comfortable', 'that', 'i', 'reach', 'for', ',5,1,2', 'general', 'tops', 'sweaters'] ['2246,872,29', 'awesome', 'fit', 'currently', 'own', 'this', 'in', '5', 'colors', 'after', 'originally', 'buying', 'one', 'i', "'m", "5'10", 'normally', 'wear', 'a', 'medium', 'bought', 'a', 'small', 'in', 'this', 'best', 'material', 'and', 'fit', 'overall', 'perfect', 'length', 'for', 'long', 'torso', ',5,1,0', 'general', 'tops', 'knits'] ['2247,876,62', 'i', 'definitely', 'would', 'recommend', 'this', 'top', 'when', 'i', 'put', 'it', 'on', 'i', 'felt', 'it', 'was', 'true', 'to', 'size', 'and', 'fit', 'me', 'very', 'well', 'sometimes', 'my', 'retailer', 'tops', 'tend', 'to', 'be', 'a', 'little', 'roomy', 'but', 'not', 'in', 'this', 'case', 'the', 'fit', 'was', 'very', 'nice', 'and', 'its', 'embroidery', 'details', 'make', 'it', 'a', 'special', 'look', 'that', 'i', 'can', 'throw', 'on', 'with', 'my', 'jeans', 'and', 'still', 'look', 'put', 'together', 'i', 'know', 'this', 'will', 'be', 'a', 'top', 'i', 'wear', 'often', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2248,984,54', 'amazingly', 'comfortable', 'but', 'different', 'than', 'photo', 'this', 'is', 'my', 'first', 'demin', 'jacket', 'ever', 'as', 'all', 'the', 'ones', 'i', 'ever', 'tried', 'were', 'too', 'stiff', 'and', 'far', 'too', 'boxy', 'and', 'long', 'on', 'me', 'i', 'need', 'to', 'thank', 'all', 'the', 'reviewers', 'who', 'helped', 'me', 'take', 'the', 'plunge'] [] ['got', 'the', 'size', 'xs', 'regular', 'which', 'is', 'only', 'slightly', 'snug', 'at', 'bust', 'when', 'buttoned', 'and', 'a', 'tiny', 'bit', 'long', 'in', 'the', 'arm', 'for', 'me', '5', '2', 'currently', '33-25-37', 'with', 'narrow', 'shoulders', 'and', 'torso', 'very', 'flattering', 'look', 'if', 'this', 'jacket', 'comes', 'out', 'in', 'a', 'new', 'darker', 'wash', 'version', 'i', 'will', 'definitely', 'also', 'try', 'a', 'petite', 'size', 's'] [] ['the', 'one', 'i', 'got', 'in', 'the', 'mail', ',5,1,0', 'general', 'jackets', 'jackets'] ['2249,876,63', 'lovely', 'but', 'flawed', 'i', 'bought', 'this', 'top', 'on', 'sale', 'very', 'glad', 'i', 'did', 'not', 'pay', 'full', 'price', 'for', 'it', 'i', 'wash', 'everything', 'before', 'i', 'wear', 'it', 'when', 'it', 'dried', 'i', 'saw', 'that', 'there', 'was', 'a', 'grease', 'spot', 'on', 'the', 'back', 'and', 'a', 'small', 'hole', 'on', 'one', 'upper', 'arm', 'i', 'will', 'probably', 'be', 'able', 'to', 'take', 'care', 'of', 'the', 'grease', 'spot', 'but', 'the', 'hole', 'will', 'be', 'a', 'little', 'trickier', 'as', 'the', 'material', 'is', 'kind', 'of', 'filmy', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['2250,1052,39', 'must', 'have', 'for', 'fall', 'i', 'ordered', 'these', 'joggers', 'in', 'holly', 'size', 'm.', 'for', 'reference', 'i', 'am', '5', '5', '138', 'lbs', 'i', 'have', 'a', 'small', 'waist', 'with', 'thicker', 'thighs', 'and', 'bum', 'i', 'was', 'worried', 'that', 'these', 'would', 'make', 'all', 'my', 'flaws', 'stand', 'out', 'as', 'so', 'many', 'joggers', 'in', 'the', 'past', 'have', 'but', 'these', 'are', 'not', 'that', 'way', 'at', 'all', 'they', 'are', 'so', 'comfy', 'and', 'just', 'right', 'they', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'these', 'joggers', 'could', 'quickly', 'replace', 'your', 'everyday', 'jeans', 'or', 'black', 'leggings', 'habit', 'to', 'add', 'a', 'new', 'more', 'stylish', 'twist', ',5,1,7', 'general', 'bottoms', 'pants'] ['2251,1072,68', ',,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2252,129,30', 'pills', 'horribly', 'i', 'splurged', 'on', 'this', 'pajama', 'set', 'for', 'myself', 'and', 'now', 'regret', 'it', 'even', 'though', 'the', 'design', 'is', 'adorable', 'the', 'fabric', 'contains', 'acrylic', 'and', 'the', 'knitted', 'fairisle', 'part', 'started', 'pilling', 'within', 'the', 'first', 'week', 'of', 'wear', 'after', 'a', 'month', 'and', 'a', 'couple', 'washes', 'it', 'looks', 'horrible', 'and', 'the', 'fleece', 'part', 'is', 'looking', 'a', 'little', 'grungy', 'as', 'well', 'so', 'so', 'disappointed', 'the', 'top', 'is', 'intentionally', 'oversized', 'and', 'comes', 'down', 'to', 'my', 'crotch', 'i', 'could', 'have', 'easily', 'sized', 'down', ',2,0,1', 'initmates', 'intimate', 'sleep'] ['2253,1011,35', 'loved', 'it', 'from', 'the', 'moment', 'i', 'saw', 'it', 'this', 'skirt', 'is', 'perfect-it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'what', 'you', 'wear', 'with', 'it', 'it', 'is', 'a', 'thick', 'fabric', 'so', 'it', 'keeps', 'you', 'warm', 'being', 'a', 'freeze', 'baby', 'i', 'really', 'like', 'that', 'while', 'the', 'fabric', 'is', 'thick', 'it', 'is', 'soft', 'and', 'it', 'is', 'moveable', 'rather', 'than', 'being', 'super', 'stuff', 'it', 'is', 'not', 'at', 'all', 'itchy', 'it', 'is', 'a', 'little', 'longer', 'than', 'i', 'would', 'prefer', 'in', 'a', 'pencil', 'skirt', 'but', 'i', 'ended', 'up', 'keeping', 'it', 'anyway', 'this', 'was', 'somewhat', 'compounded', 'with', 'the', 'fact', 'that', 'i', 'did', 'end', 'up', 'sizing', 'up', 'on', 'this', 'dress', 'my', 'normal', 'size', 'tending', 'to', 'stay', 'at', 'my', ',5,1,3', 'general', 'bottoms', 'skirts'] ['2254,1072,25', 'awkward', 'hem', 'i', 'tried', 'on', '4', 'different', 'dresses', 'and', 'every', 'one', 'of', 'them', 'had', 'a', 'slightly', 'different', 'awkward', 'hem', 'line', 'they', 'were', 'asymmetrical', 'but', 'only', 'a', 'tad', 'bit', 'so', 'it', 'just', 'looked', 'crooked', 'finally', 'found', 'one', 'that', 'was', "n't", 'so', 'bad', 'but', 'decided', 'not', 'to', 'purchase', 'because', 'the', 'perfect', 'fit', 'for', 'my', 'arms', 'was', 'too', 'big', 'in', 'the', 'boobs', 'i', 'am', 'a', 'curvy', 'athletic', 'build', 'with', 'broad', 'shoulders', 'and', 'small', 'waist', 'for', 'your', 'reference', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2255,875,45', 'love', 'love', 'this', 'top'] ['great', 'colors', 'and', 'fits', 'great'] ['reasonably', 'priced', ',5,1,1', 'general', 'tops', 'knits'] ['2256,129,41', 'beautiful', 'this', 'sweater', 'is', 'so', 'soft', 'and', 'warm', 'and', 'i', 'love', 'it', 'with', 'the', 'matching', 'leggings', 'i', 'say', 'it', 'is', 'true', 'to', 'size', 'however', 'i', 'ordered', 'it', 'a', 'size', 'up', 'so', 'that', 'it', 'covers', 'the', 'bottom/crotch', 'area', 'when', 'i', 'am', 'wearing', 'the', 'leggings', 'normally', 'wear', 'an', 'xs', 'ordered', 'a', 'small', 'and', 'it', 'works', 'well', 'it', 'is', 'very', 'well', 'made', 'i', 'absolutely', 'love', 'it', ',5,1,6', 'initmates', 'intimate', 'sleep'] ['2257,129,44', ',so', 'comfortable', 'and', 'warm', 'so', 'nice', 'to', 'lounge', 'in', 'a', 'cold', 'day', 'and', 'be', 'cute', ',5,1,4', 'initmates', 'intimate', 'sleep'] ['2258,875,41', 'if', 'you', 'have', 'a', 'large', 'chest', 'step', 'away', 'form', 'this', 'one', 'hangs', 'terribly', 'off', 'the', 'chest', 'tent-like', 'looks', 'maternity', 'no', 'thanks.,3,0,0', 'general', 'tops', 'knits'] ['2259,1011,58', 'lovely', 'ordered', 'online', 'and', 'love', 'it', 'exchanging', 'however', 'from', 's', 'to', 'm', "'cos", 'the', 'fit', 'is', 'so', 'perfect', 'and', 'i', 'want', 'to', 'allow', 'for', 'extra', 'room', 'at', 'the', 'festive', 'season', ',5,1,0', 'general', 'bottoms', 'skirts'] ['2260,875,27', 'i', 'found', 'this', 'top', 'to', 'run', 'very', 'large', 'i', 'wear', 'a', 'medium', 'in', 'most', 'retailer', 'tops', 'but', 'often', 'a', 'large', 'in', 'other', 'brands', 'i', 'had', 'to', 'return', 'this', 'for', 'a', 'small', 'it', 'was', 'worth', 'the', 'effort', 'however', 'extremely', 'cute', 'top', 'that', 'i', 'can', 'see', 'wearing', 'on', 'its', 'own', 'or', 'under', 'a', 'blazer', 'for', 'a', 'night', 'out', ',5,1,1', 'general', 'tops', 'knits'] ['2261,1072,56', 'so', 'pretty', 'this', 'dress', 'caught', 'my', 'eye', 'in', 'the', 'store', 'it', "'s", 'lovely', 'i', 'do', "n't", 'think', 'i', 'would', "'ve", 'ordered', 'it', 'it', "'s", 'hard', 'to', 'see', 'the', 'charm', 'in', 'the', 'photo', 'but', 'i', 'tried', 'it', 'on', 'because', 'the', 'colors', 'are', 'so', 'pretty', 'and', 'the', 'fabric', 'has', 'vintage', 'look/feel', 'and', 'i', 'could', "n't", 'pass', 'it', 'up', 'on', 'sale', 'i', 'usually', 'wear', 'a', '6', 'but', 'i', 'bought', 'an', '8', 'because', 'the', 'saleswoman', 'said', 'the', 'sleeves', 'run', 'small', 'and', 'there', 'is', "n't", 'any', 'stretch', 'in', 'the', 'fabric', 'both', 'are', 'true', 'i', 'tried', 'on', 'both', 'dresses', 'in', 'that', 'size', 'because', 'of', 'color', 'placement', 'and', 'to', 'check', 'on', 'the', 'sleeve', 'size', 'b', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2262,822,31', 'cute', 'top', 'i', 'saw', 'the', 'two', 'star', 'review', 'and', 'wanted', 'to', 'share', 'my', 'opinion', 'i', 'saw', 'this', 'item', 'that', 'had', 'been', 'returned', 'to', 'a', 'store', 'and', 'i', 'love', 'it', 'the', 'fabric', 'is', 'a', 'bit', 'sheer', 'and', 'i', 'think', 'will', 'require', 'a', 'nude', 'tank', 'underneath', 'but', 'i', 'think', 'it', "'s", 'adorable', 'do', "n't", 'be', 'scared', 'away', 'by', 'the', 'review', 'below', ',5,1,0', 'general', 'tops', 'blouses'] ['2263,129,39', 'surprised', 'by', 'softness', 'this', 'sweater', 'is', 'actually', 'so', 'cute', 'on', 'i', 'had', 'no', 'idea', 'nut', 'decided', 'to', 'try', 'it', 'on', 'since', 'it', 'was', 'on', 'sale', 'what', 'a', 'msitake', 'i', 'had', 'to', 'actually', 'buy', 'it'] [] ['the', 'grey', 'part', 'is', 'very', 'soft', 'and', 'warm', 'the', 'design', 'part', 'is', 'nice', 'and'] ['flattering', 'nothing', 'wrong', 'with', 'this', 'sweeater'] [] ['note', 'i', 'a', 'm', 'petite', '5', 'foot', '1.5', 'inches', 'and', 'decided', 'to', 'buy', 'the', 'regular', 'size', 'for', 'longer', 'length', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2264,832,54', 'cute', 'top', 'i', 'ordered', 'this', 'top', 'because', 'it', 'was', '100', 'percent', 'cotton', 'and', 'a', 'cute', 'design', 'when', 'it', 'arrived', 'i', 'thought', 'it', 'was', 'a', 'cute', 'different', 'top', 'uniquely', 'designed', 'when', 'i', 'tried', 'it', 'on', 'it', 'looked', 'like', 'a', 'had', 'several', 'extra', 'rolls', 'due', 'to', 'the', 'ruching', 'and', 'was', 'very', 'unflattering', 'it', 'reminded', 'me', 'of', 'the', 'michelin', 'man', 'wearing', 'extra', 'tires', 'and', 'i', 'am', 'of', 'a', 'thin', 'build', 'so', 'i', 'did', 'not', 'like', 'the', 'perception', 'of', 'rolls', 'throughout', 'the', 'bodice', 'unfortunately', 'it', 'did', 'not', 'work', 'for', 'me', 'i', 'wish', 'retailer', 'would', 'include', 'more', 'cotton', 'tops', 'in', 'their', 'collect', ',2,0,4', 'general', 'tops', 'blouses'] ['2265,1072,26', 'small', 'up', 'top', 'i', 'am', 'returning', 'this', 'dress', 'as', 'it', 'looks', 'pretty', 'matronly', 'once', 'it', "'s", 'on', 'the', 'top', 'was', 'also', 'very', 'tight', 'in', 'the', 'arms', 'and', 'chest', 'i', 'am', '5', '9', '140lbs', 'and', '34d', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2266,129,63', 'perfect', 'sweater', 'love', 'this', 'sweater', 'bought', 'this', 'with', 'the', 'matching', 'leggings', 'could', "n't", 'be', 'more', 'comfortable', 'cozy', 'fabric', 'cute', 'details', 'loving', 'them', 'both', 'please', 'bring', 'more', 'of', 'the', 'same', 'in', 'different', 'colors', 'patterns', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2267,418,46', 'great', 'summer', 'pajama', 'pants.', 'i', 'like', 'having', 'lightweight', 'summer', 'pajamas', 'and', 'these', 'are', 'perfect', 'the', 'print', 'is', 'so', 'much', 'cuter', 'in', 'person', 'and', 'the', 'fabric', 'is', 'wonderfully', 'silky', 'the', 'pants', 'themselves', 'seemed', 'to', 'run', 'a', 'little', 'bit', 'small', 'i', 'ordered', 'them', 'in', 'xs', 'and', 's', 'and', 'ended', 'up', 'keeping', 'the', 'small', 'overall', 'a', 'great', 'purchase', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2268,129,46', 'super', 'comfy', 'so', 'cozy', 'and', 'warm', 'great', 'for', 'the', 'cold', 'nights', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2269,822,38', 'unwearable', 'i', 'ordered', 'this', 'shirt', 'online', 'and', 'just', 'received', 'it', 'in', 'the', 'mail', 'the', 'floral', 'design', 'is', 'nice', 'but', 'the', 'mesh', 'fabric', 'in', 'the', 'back', 'is', 'low', 'quality', 'and', 'cheapens', 'the', 'look', 'of', 'the', 'shirt', 'especially', 'considering', 'the', 'price', 'most', 'disappointingly', 'the', 'neck', 'hole', 'is', 'almost', 'as', 'small', 'as', 'the', 'arm', 'holes', 'with', 'no', 'zipper', 'or', 'button', 'opening', 'i', 'could', 'not', 'fit', 'my', 'head', 'through', 'the', 'opening', 'and', 'thus', 'could', 'not', 'even', 'put', 'the', 'shirt', 'on', 'needless', 'to', 'say', 'i', 'will', 'be', 'returning', 'it', 'i', 'ordered', 'the', 'xs', 'so', 'it', 'is', 'possible', 'that', 'larger', 'sizes', 'do', 'n', ',2,0,9', 'general', 'tops', 'blouses'] ['2270,418,49', 'cute', 'polka', 'dot', 'pattern', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'because', 'the', 'pattern', 'of', 'dots', 'caught', 'my', 'eye', 'and', 'it', 'looked', 'like', 'a', 'nice', 'easy', 'style', 'to', 'wear', 'the', 'waist', 'hits', 'a', 'bit', 'low', 'i', 'was', "n't", 'crazy', 'about', 'the', 'rayon', 'fabric', 'and', 'would', 'prefer', 'it', 'in', 'cotton', 'i', 'decided', 'to', 'pass', 'on', 'it', 'for', 'now', 'as', 'i', 'do', "n't", 'really', 'need', 'sleep', 'pants', 'but', 'i', 'might', 'be', 'tempted', 'if', 'they', 'go', 'on', 'sale.,4,1,1', 'initmates', 'intimate', 'sleep'] ['2271,875,34', 'versatile', 'easy', 'to', 'wear', 'top', 'i', 'love', 'the', 'versatility', 'of', 'this', 'top', 'i', 'feel', 'like', 'i', 'can', 'wear', 'it', 'with', 'anything', 'to', 'dress', 'it', 'up', 'or', 'down.,4,1,0', 'general', 'tops', 'knits'] ['2272,1173,68', 'girly', 'bra', 'i', 'am', 'usually', 'a', '32a', 'i', 'ended', 'up', 'with', 'a', '34', 'b', 'based', 'on', 'sales', 'assoc', 'input', 'and', 'what', 'was', 'available', 'the', '32', 'gave', 'me', 'back', 'fat', 'i', 'do', 'not', 'have', 'back', 'fat', 'so', 'she', 'said', 'the', '34', 'would', 'be', 'better', 'it', 'ran', 'small', 'etc', 'the', '34', 'also', 'fit', 'had', 'to', 'be', 'ordered', 'and', 'mailed', 'but', 'it', 'still', 'gave', 'me', 'flab', 'over', 'the', 'back', 'band', 'comparing', 'it', 'to', 'my', 'other', 'regular', 'bras', 'i', 'can', 'see', 'that', 'the', 'band', 'has', 'too', 'thin', 'fabric', 'and', 'rolls', 'and', 'has', 'harder', 'edges', 'compared', 'to', 'wider', 'thicker', 'band', 'on', 'my', 'other', 'bras', 'very', 'pretty', 'but', 'i', 'will', 'be', 'returning', 'sa', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['2273,129,43', 'cozy', 'for', 'lounging', 'not', 'my', 'typical', 'sleepwear', 'but', 'glad', 'that', 'i', 'took', 'a', 'chance', 'as', 'it', 'is', 'super', 'cozy', 'for', 'lounging', 'i', 'was', 'worried', 'about', 'covering', 'my', 'bottom', 'as', 'i', 'purchased', 'the', 'matching', 'leggings', 'and', 'ordered', 's', 'based', 'on', 'prior', 'reviews', 'ended', 'up', 'exchanging', 'for', 'xs', 'as', 'it', 'was', 'too', 'oversized', 'could', 'have', 'purchased', 'the', 'petite', 'probably', 'as', 'xs', 'is', 'still', 'a', 'bit', 'long', '5', '2', 'though', 'fits', 'like', 'in', 'photos', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['2274,822,60', 'peach', 'delight', 'i', 'found', 'this', 'blouse', 'to', 'be', 'just', 'a', 'lovely', 'spring', 'and', 'summer', 'top', 'the', 'netting', 'in', 'back', 'adds', 'interest', 'and', 'the', 'dusky', 'peach', 'floral', 'print', 'is', 'extremely', 'pretty', 'the', 'tiered', 'layers', 'add', 'a', 'slimming', 'effect', 'and', 'it', 'can', 'be', 'worn', 'casual', 'or', 'for', 'dress', 'it', 'could', 'even', 'be', 'worn', 'in', 'the', 'fall', 'with', 'the', 'right', 'sweater', 'i', 'just', 'love', 'it', 'and', 'feel', 'so', 'feminine', 'when', 'i', 'wear', 'it.,5,1,1', 'general', 'tops', 'blouses'] ['2275,941,46', 'new', 'favorite', 'thing', 'i', 'had', 'to', 'write', 'a', 'review', 'on', 'this', 'one', 'because', 'i', 'am', 'obsessed', 'with', 'it', 'it', 'is', 'the', 'softest', 'and', 'yummiest', 'sweater', 'ever', 'and', 'i', 'plan', 'on', 'wearing', 'it', 'constantly', ',5,1,0', 'general', 'tops', 'sweaters'] ['2276,129,40', 'oh', 'so', 'cozy', 'this', 'pullover', 'is', 'great', 'for', 'lounging', 'so', 'warm', 'and', 'cozy', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2277,1072,28', 'love', 'the', 'floral', 'print', 'i', 'love', 'this', 'dress', 'i', 'would', 'definitely', 'accessorize', 'with', 'a', 'belt', 'my', 'body', 'type', 'fits', 'best', 'in', 'this', 'style', 'of', 'dress', 'because', 'i', 'do', "n't", 'have', 'a', 'big', 'bust', 'size', 'if', 'you', 'do', 'i', 'would', 'try', 'it', 'on', 'first', 'for', 'being', 'shorter', '5', '3', 'i', 'love', 'the', 'length', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2278,1173,34', 'cute', 'but', 'hard', 'to', 'put', 'on', 'got', 'this', 'in', 'the', 'mail', 'today', 'and', 'while', 'the', 'design', 'is', 'cute', 'it', "'s", 'not', 'as', 'soft', 'and', 'comfortable', 'as', 'i', 'would', 'like', 'the', 'front', 'clasp', 'takes', 'a', 'bit', 'of', 'practice', 'to', 'get', 'on', 'and', 'off', 'the', 'straps', 'are', 'a', 'bit', 'thin', 'and', 'hurts', 'a', 'bit', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['2279,1072,46', 'adorable', 'this', 'multi-season', 'dress', 'fits', 'beautifully', 'the', 'colors', 'are', 'vibrant', 'and', 'the', 'skirt', 'has', 'a', 'nice', 'weight', 'drape', 'and', 'swing', 'to', 'it', 'the', 'skirt', 'is', 'slightly', 'asymmetrical', 'as', 'some', 'reviewers', 'noted', 'but', 'it', "'s", 'probably', 'not', 'noticeable', 'to', 'anyone', 'but', 'the', 'wearer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2280,1083,64', 'wow', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'a', 'wedding', 'and', 'it', 'is', 'a', 'stunner', 'really', 'one', 'of', 'the', 'most', 'gorgeous', 'dresses', 'i', "'ve", 'ever', 'owned', 'it', 'is', 'very', 'very', 'fancy', 'and', 'really', 'i', "'d", 'say', 'most', 'appropriate', 'for', 'a', 'black', 'tie', 'event', 'an', 'evening', 'wedding', 'or', 'a', 'mother', 'of', 'the', 'bride', 'or', 'groom', 'superb', 'quality', 'just', 'amazing', 'i', 'have', 'a', 'few', 'bryon', 'lars', 'dresses', 'and', 'this', 'one', 'seems', 'to', 'run', 'about', 'true', 'to', 'size', 'the', 'others', 'i', 'own', 'seem', 'to', 'run', 'a', 'little', 'large', ',5,1,3', 'general', 'dresses', 'dresses'] ['2281,875,36', 'romantic', 'top', 'for', 'fall', 'i', 'ordered', 'the', 'purple', 'color', 'and', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'multiple', 'compliments', 'on', 'it', 'i', 'noticed', 'in', 'the', 'prior', 'reviews', 'that', 'it', 'runs', 'big', 'so', 'i', 'ordered', 'an', 'extra', 'small', 'instead', 'of', 'my', 'usual', 'small', 'it', 'fits', 'well', 'other', 'than', 'the', 'two', 'buttons', 'at', 'the', 'top', 'of', 'the', 'neck', 'are', 'very', 'small', 'and', 'difficult', 'to', 'button', 'i', "'m", 'tempted', 'to', 'order', 'the', 'red', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['2282,1072,23', 'great', 'for', 'all', 'seasons', 'the', 'dress', 'looks', 'great', 'both', 'in', 'winter', 'and', 'summer', 'either', 'paired', 'with', 'tights', 'and', 'a', 'light', 'jacket', 'or', 'on', 'its', 'own', 'it', 'runs', 'true', 'to', 'size', 'was', 'able', 'to', 'buy', 'it', 'online', 'the', 'fabric', 'is', 'great', 'for', 'all', 'day', 'wear', 'does', "n't", 'wrinkle', 'too', 'much'] [] ['the', 'only', 'con', 'is', 'that', 'the', 'darts', 'over', 'the', 'breasts', 'are', 'a', 'little', 'pointy', 'for', 'my', 'taste', 'but', 'i', 'still', 'love', 'the', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2283,875,71', 'too', 'loose', 'and', 'swingy', 'was', 'not', 'flattering', 'on', 'my', 'body', 'i', 'have', 'a', 'fuller', 'figure', 'and', 'this', 'just', 'made', 'me', 'look', 'like', 'i', 'was', 'pregnant', ',3,0,1', 'general', 'tops', 'knits'] ['2284,129,37', 'amazing', 'i', 'got', 'some', 'nice', 'things', 'for', 'christmas', 'but', 'this', 'along', 'with', 'the', 'matching', 'leggings', 'was', 'hands', 'down', 'my', 'absolute', 'favorite', 'gift', 'so', 'stylish', 'so', 'cozy', 'the', 'perfect', 'length', 'to', 'cover', 'your', 'bottom', 'the', 'perfect', 'fit', '38dd', 'and', 'ordered', 'an', 'xl', 'love', 'the', 'pockets', 'i', 'could', 'go', 'on', 'and', 'on', 'the', 'perfect', 'set', 'to', 'lounge', 'around', 'the', 'house', 'in', 'sleeves', 'are', 'a', 'bit', 'long', 'so', 'i', 'had', 'to', 'fold', 'them', 'when', 'i', 'say', 'it', 'is', 'the', 'perfect', 'fit', 'it', 'is', 'oversized', 'not', 'huge', 'but', 'it', 'is', 'roomy', 'and', 'that', "'s", 'how', 'i', 'like', 'it', 'as', 'loungewear', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['2285,1072,26', 'beautiful', 'i', 'love', 'this', 'dress', 'although', 'the', 'darting', 'is', 'terrible', 'the', 'colors', 'are', 'much', 'richer', 'in', 'person', 'it', "'s", 'a', 'beautiful', 'dress', 'for', 'events', 'and', 'has', 'a', 'nice', 'weight', 'so', 'it', 'does', "n't", 'feel', 'too', 'flimsy', 'since', 'it', 'is', 'not', 'lined', 'i', 'really', 'love', 'the', 'length', 'of', 'the', 'sleeves', 'and', 'the', 'swish', 'of', 'the', 'skirt', 'however', 'the', 'darting', 'makes', 'your', 'bust', 'have', 'two', 'little', 'triangles-', 'i', 'really', 'wish', 'i', 'could', 'reseam', 'the', 'darting', 'as', 'it', "'s", 'a', 'bit', 'strange', 'looking', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2286,943,48', 'perfect', 'for', 'fall', 'looks', 'great', 'with', 'skinny', 'jeans', 'leggings', 'trouser/', 'wide', 'leg', 'good', 'length', 'for', 'a', 'flattering', 'look', 'longer', 'in', 'front', 'on', 'me', 'than', 'on', 'model', 'so', 'soft', 'does', "n't", 'cling', 'not', 'overwhelming', 'because', 'the', 'sleeves', 'are', 'skinny', 'and', 'drape', 'is', 'narrow', ',5,1,1', 'general', 'tops', 'sweaters'] ['2287,1072,40', 'gorgeous', 'but', 'this', 'dress', 'caught', 'my', 'eye', 'online', 'and', 'i', 'had', 'to', 'have', 'it', 'when', 'it', 'arrived', 'it', 'was', 'still', 'just', 'as', 'pretty', 'as', 'i', 'remembered', 'beautiful', 'vibrant', 'colors', 'and', 'a', 'unique', 'oversized', 'floral', 'on', 'a', 'flirty', 'swishy', 'fabric', 'unfortunately', 'the', 'cut', 'was', 'really', 'strange', 'after', 'reading', 'several', 'reviews', 'i', 'went', 'with', 'an', 'xs', 'but', 'i', "'m", 'not', 'sure', 'a', 's', 'would', 'have', 'solved', 'all', 'the', 'fit', 'problems', 'i', 'was', 'having', 'while', 'everything', 'from', 'the', 'waist', 'down', 'fit', 'perfectly', 'the', 'arms', 'were', 'cut', 'too', 'tight', 'the', 'chest', 'was', 'huge', 'and', 'yet', 'i', 'struggled', 'to', 'zip', 'it', 'up', 'an', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2288,875,47', 'this', 'is', 'a', 'beautiful', 'top', 'i', 'purchased', 'this', 'in', 'the', 'green/moss', 'color', 'it', "'s", 'reminds', 'me', 'of', 'a', 'vintage', 'looking', 'blue-green', 'it', 'fits', 'generously', 'has', 'more', 'of', 'a', 'swing', 'style', 'to', 'it', 'i', 'love', 'it', 'i', 'think', 'it', 'is', 'romantic', 'and', 'feminine', 'glad', 'i', 'made', 'the', 'purchase', 'simply', 'beautiful', ',5,1,5', 'general', 'tops', 'knits'] ['2289,828,29', 'cute', 'very', 'comfortable', 'and', 'flattering', 'top', 'but', 'runs', 'a', 'bit', 'large', 'i', 'am', 'usually', 'a', 'medium', 'and', 'fit', 'comfortably', 'into', 'the', 'small', 'the', 'blue', 'stripes', 'are', 'not', 'see', 'through', 'however', 'i', 'saw', 'the', 'black', 'motif', 'in', 'stores', 'and', 'it', "'s", 'definitely', 'see', 'through', ',4,1,4', 'general', 'tops', 'blouses'] ['2290,1094,43', 'pretty', 'design', 'very', 'pretty', 'design', 'hugs', 'the', 'body', 'correctly', 'it', "'s", 'a', 'little', 'tight', 'in', 'the', 'chest', 'for', 'me', 'i', "'m", 'a', '34c', 'large', 'c', 'and', 'i', 'have', 'some', 'back', 'chub', 'so', 'i', "'m", 'using', 'this', 'fact', 'to', 'motivate', 'me', 'to', 'get', 'in', 'shape', 'for', 'the', 'spring', 'keeping', 'the', 'dress', 'and', 'hoping', 'for', 'a', 'better', 'fit', 'in', 'a', 'few', 'months.,5,1,31', 'general', 'petite', 'dresses', 'dresses'] ['2291,1094,44', ',what', 'a', 'pleasant', 'surprise', 'hugs', 'in', 'all', 'the', 'right', 'places', 'and', 'a', 'nice', 'substantial', 'material', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2292,1094,32', 'killer', 'dress', 'i', 'am', '5', '8', 'about', '140', 'athletic', 'build', 'i', 'purchased', 'this', 'dress', 'for', 'business', 'meetings', 'and', 'such', 'i', 'was', 'worried', 'the', 'dress', 'was', 'going', 'to', 'be', 'too', 'low', 'cut', 'but', 'i', 'am', 'small', 'chested', 'so', 'i', 'can', 'wear', 'lower', 'cuts', 'without', 'exploding', 'out', 'of', 'it', 'luckily', 'this', 'is', 'the', 'case', 'here', 'too', 'the', 'dress', 'has', 'a', 'professionally', 'sexy', 'look', 'which', 'i', 'love', 'nice', 'fabric', 'good', 'quality', 'happy', 'i', 'bought', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2293,1094,61', 'can', 'be', 'flattering', 'i', 'purchased', 'this', 'dress', 'off', 'the', 'reviews.unfortunately', 'i', 'have', 'to', 'return', 'it', 'i', 'expected', 'it', 'to', 'fit', 'as', 'they', 'said', 'i', 'am', '5', "1'-", '120', 'lbs', '35/b-c.', 'i', 'got', 'the', 's', 'petite', 'i', 'could', 'not', 'even', 'get', 'this', 'dress', 'on', 'over', 'my', 'chest', 'the', 'waist', 'was', 'on', 'top', 'of', 'my', 'chest'] ['i', 'really', 'was', 'disappointed', 'the', 'material', 'is', 'so', 'soft', 'i', 'would', 'have', 'had', 'to', 'purchase', 'a', 'm', 'in', 'a', 'regular', 'to', 'fit', 'me', 'and', 'it', 'would', 'have', 'looked', 'terrible', 'on', 'me', 'so', 'i', 'would', 'say', 'for', 'a', 'tall', 'thin', 'girl', 'yes', 'a', 'short', 'girl', 'a', 'no', 'and', 'i', 'am', 'very', 'petite', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2294,1094,35', 'flattering', 'cut', 'this', 'dress', 'has', 'become', 'a', 'favorite', 'in', 'my', 'rotation', 'the', 'cut', 'and', 'print', 'flatter', 'my', 'body', 'and', 'accentuate', 'my', 'waist', 'the', 'print', 'is', 'subtle', 'enough', 'to', 'pair', 'with', 'bold', 'accessories.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2295,1022,60', 'perfect', 'jeans', 'perfect', 'fit', 'great', 'material', 'torn', 'in', 'just', 'the', 'right', 'places', 'ca', "n't", 'wait', 'to', 'see', 'the', 'stevie', 'jeans', 'for', 'the', 'fall', 'esp', 'in', 'corduroy', ',5,1,1', 'general', 'bottoms', 'jeans'] ['2296,1094,32', 'lovely', 'dress', 'i', 'am', '5', '3', '130lb', 'and', 'i', 'bought', 'this', 'dress', 'in', 'a', 'petite', 'small', 'which', 'fit', 'perfectly', 'the', 'dress', 'hugs', 'my', 'figure', 'nicely'] ['unfortunately', 'i', 'found', 'that', 'the', 'neckline', 'is', 'cut', 'a', 'bit', 'too', 'low', 'to', 'wear', 'to', 'work', 'at', 'least', 'for', 'my', 'own', 'comfort', 'level', 'but', 'i', 'just', 'wear', 'a', 'camisole', 'underneath', 'it', 'for', 'work', 'and', 'without', 'for', 'a', 'date', 'i', 'was', 'really', 'pleased', 'with', 'the', 'purchase', 'of', 'the', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2297,992,25,3-season', 'skirt', 'adorable', 'well-made', 'skirt', 'lined', 'and', 'very', 'slimming', 'i', 'had', 'to', 'size', 'up', 'b/c', 'it', 'runs', 'a', 'bit', 'snug', 'around', 'the', 'waist', 'however', 'it', "'s", 'worth', 'it', 'b/c', 'this', 'will', 'match', 'many', 'long', 'and', 'short', 'sleeve', 'tops', ',5,1,4', 'general', 'bottoms', 'skirts'] ['2298,828,30', 'cute', 'fabric', 'but', 'odd', 'cut', 'i', 'really', 'wanted', 'this', 'shirt', 'to', 'work', 'the', 'fabric', 'is', 'really', 'cool', 'but', 'sadly', 'the', 'cut', 'was', 'just', 'way', 'off', 'i', "'m", "5'10", 'and', 'the', 'shirt', 'was', 'much', 'shorter', 'on', 'me', 'than', 'on', 'the', 'model', 'and', 'the', 'cut', 'was', 'just', 'too', 'wide', 'under', 'the', 'armpits', ',3,0,0', 'general', 'tops', 'blouses'] ['2299,1022,45', 'great', 'fit', 'but', 'not', 'for', 'a', '45', 'year', 'old', 'loved', 'the', 'fit', 'of', 'these', 'jeans', 'and', 'the', 'fading', 'but', 'the', 'ripping', 'was', 'too', 'much', 'for', 'me', 'at', 'my', 'age', 'i', 'normally', 'wear', 'petite', 'but', 'since', 'these', 'are', 'mid', 'rise', 'ankle', 'just', 'ordered', 'in', '27', 'regular', 'so', 'the', 'ripping', 'was', 'right', 'at', 'my', 'knee', 'and', 'did', 'not', 'like', 'that.,4,1,0', 'general', 'bottoms', 'jeans'] ['2300,992,39', 'very', 'cute', 'love', 'the', 'asymmetrical', 'hem', 'waist', 'fit', 'snugly', 'as', 'in', 'perfectly', 'it', 'ties', 'in', 'two', 'spots', 'with', 'a', 'hidden', 'zipper', 'as', 'well', 'a', 'little', 'stiff', 'in', 'the', 'fabric', 'classic', 'colors', 'but', 'decided', 'not', 'to', 'keep', 'only', 'because', 'i', 'did', "n't", 'feel', 'like', 'we', 'could', 'wear', 'it', 'all', 'year', 'round', 'ca', "n't", 'petite', 'or', '0p', 'was', 'great', '115', 'lbs', ',5,1,0', 'general', 'bottoms', 'skirts'] ['2301,1094,39', 'kind', 'of', 'sexy', 'i', 'ordered', 'my', 'usual', 'xs', 'petite', 'and', 'it', 'fit', 'like', 'a', 'glove', '115lbs', '5', '1.5', 'the', 'v', 'cut', 'a', 'little', 'low', 'making', 'this', 'dress', 'almost', 'too', 'sexy', 'for', 'work', 'cut', 'is', 'extremely', 'flattering', 'and', 'the', 'coloring', 'being', 'so', 'neutral', 'is', 'a', 'step', 'away', 'from', 'basic', 'lbd', 'the', 'length', 'was', 'pefect', 'material', 'is', 'stretchy', 'amking', 'this', 'slim', 'fit', 'comfortable', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2302,1094,32', 'nice', 'but', 'stiff', 'this', 'dress', 'is', 'very', 'pretty', 'in', 'person', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'very', 'figure', 'flattering', 'one', 'other', 'reviewer', 'mentioned', 'it', 'is', 'a', 'bit', 'low', 'cut', 'but', 'i', 'think', 'that', 'can', 'be', 'resolved', 'by', 'wearing', 'a', 'cami', 'underneath', 'to', 'cover', 'cleavage', 'my', 'only', 'gripe', 'with', 'this', 'dress', 'is', 'that', 'it', "'s", 'a', 'little', 'rough', 'and', 'stiff', 'feeling', 'i', 'am', 'really', 'sensitive', 'to', 'that', 'and', 'only', 'buy', 'things', 'that', 'are', 'velvety', 'soft', 'it', 'probably', 'works', 'for', 'most', 'people', 'but', 'not', 'for', 'me', 'so', 'had', 'to', 'go', 'back', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2303,1028,52', 'wonderful', 'velvet', 'black', 'jeans', 'great', 'pants', 'i', 'love', 'the', 'style', 'and', 'fit', 'would', 'highly', 'recommend', ',5,1,2', 'general', 'bottoms', 'jeans'] ['2304,828,26', 'great', 'top', 'but', 'needs', 'undershirt', 'i', 'love', 'this', 'top', 'yes', 'it', 'is', 'quite', 'transparent', 'but', 'just', 'needs', 'a', 'light', 'colored', 'cami', 'i', 'like', 'the', 'reversible', 'scoop', 'and', 'v-neck', 'tanks', 'at', 'retailer', 'it', "'s", 'incredibly', 'soft', 'and', 'light', 'for', 'summer', 'time', 'the', 'black', 'motif', 'is', 'more', 'like', 'a', 'slate', 'gray', 'contemporary', 'pattern', 'i', 'also', 'really', 'like', 'the', 'sewn', 'in', 'v-neck', 'line', 'it', 'gives', 'the', 'shirt', 'a', 'more', 'professional', 'touch', 'i', "'ll", 'be', 'wearing', 'it', 'for', 'work', 'with', 'a', 'dark', 'blue', 'blazer', ',5,1,0', 'general', 'tops', 'blouses'] ['2305,517,37', 'great', 'fitted', 'top', 'i', "'m", 'so', 'sick', 'of', 'all', 'workout', 'tops', 'being', 'baggy', 'they', 'look', 'sloppy', 'on', 'my', 'frame', 'this', 'top', 'is', 'ultra', 'soft', 'and', 'fits', 'great', 'the', 'black/white', 'one', 'looks', 'more', 'heathered', 'grey', 'in', 'person', 'i', 'ordered', 'an', 'xs', 'as', 'all', 'tops', 'lately', 'are', 'just', 'huge', 'on', 'me', 'i', 'should', 'be', 'a', 'small', 'and', 'i', 'will', 'be', 'returning', 'for', 'that', 'proper', 'size.,5,1,0', 'initmates', 'intimate', 'lounge'] ['2306,1094,42', 'great', 'dress', 'but', 'cut', 'too', 'low', 'dress', 'caught', 'my', 'eye', 'on', 'the', 'rack', 'so', 'i', 'thought', 'i', "'d", 'try', 'it', 'on', 'the', 'dress', 'has', 'lovely', 'blue', 'stripes', 'hard', 'to', 'discern', 'in', 'the', 'online', 'photo', 'which', 'makes', 'it', 'a', 'great', 'year-round', 'piece', 'however', 'like', 'others', 'have', 'commented', 'it', 'is', 'too', 'low', 'to', 'wear', 'to', 'work', 'will', 'consider', 'alternations', 'to', 'close', 'the', 'v-neck', 'if', 'the', 'dress', 'is', 'marked', 'down', 'beyond', 'its', 'current', 'sale', 'price', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2307,935,63', ',this', 'is', 'a', 'great', 'sweater/poncho', 'is', 'a', 'little', 'short', 'so', 'i', 'wear', 'a', 't', 'shirt', 'underneath', 'great', 'color', 'and', 'looks', 'good', 'with', 'black', 'pants', 'or', 'skinny', 'jeans.,5,1,0', 'general', 'tops', 'sweaters'] ['2308,1094,27', 'versatile', 'dress', 'i', 'love', 'this', 'dress', 'it', 'fits', 'me', 'so', 'well', 'and', 'is', 'extremely', 'comfortable', 'i', 'ca', "n't", 'wait', 'until', 'it', 'gets', 'a', 'little', 'warmer', 'so', 'i', 'can', 'wear', 'it', 'with', 'a', 'trench', 'and', 'cute', 'flats', 'or', 'heeled', 'sandals.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2309,828,59', 'travel', 'weekends', 'work', 'go', 'anywhere', 'top', 'i', 'am', '34dd', 'bought', 'sz', 'med', 'and', 'have', 'plenty', 'of', 'room', 'up', 'top', 'the', 'black', 'motif', 'is', 'really', 'a', 'dark', 'purple/blue', 'slightly', 'sheer', 'the', 'length', 'on', 'the', 'med', 'is', '251/4', 'from', 'bottom', 'of', 'collar', 'the', 'collar', 'adds', '1', '1/4', 'the', 'length', 'does', 'not', 'cover', 'my', 'bum', 'like', 'the', 'model', 'covers', '2/3rds', 'nor', 'does', 'it', 'appear', 'as', 'long', 'in', 'front', ',4,1,0', 'general', 'tops', 'blouses'] ['2310,1094,55', 'flattering', 'versatile', 'travel', 'piece', 'surprisingly', 'versatile', 'and', 'figure', 'flattering', 'without', 'being', 'too', 'clingy', 'and', 'revealing', 'like', 'so', 'many', 'bandage', 'dresses', 'the', 'navy', 'color', 'softens', 'the', 'stripes', 'great', 'piece', 'for', 'travel', 'as', 'it', 'is', 'light', 'and', 'does', 'not', 'wrinkle', 'i', 'am', '5', '7', 'and', '125', 'lbs', 'with', 'a', 'smaller', 'chest', 'and', 'curvy', 'hips', 'the', 'small', 'fits', 'perfectly', ',5,1,0', 'general', 'dresses', 'dresses'] ['2311,828,59', 'could', 'have', 'been', 'executed', 'better', 'first', 'i', 'absolutely', 'love', 'cloth', 'stone', 'but', 'lately', 'i', "'m", 'finding', 'some', 'of', 'the', 'styles', 'are', 'going', 'in', 'a', 'direction', 'that', 'just', 'does', "n't", 'fit', 'my', 'style', 'that', "'s", 'ok', 'because', 'they', 'still', 'have', 'some', 'good', 'basics'] [] [] ['what', 'i', 'mean', 'is', 'the', 'cut', 'a', 'lot', 'of', 'their', 'pieces', 'are', 'super', 'long', 'in', 'the', 'back', 'and', 'super', 'short', 'in', 'the', 'front', 'ie', 'their', 'slip', 'dress', 'they', 'have', 'out', 'right', 'now', 'this', 'particular', 'tank', 'is', 'like', 'that', 'although', 'this', 'one', 'is', 'borderline', 'the', 'sides', 'cut', 'up', 'a', 'little', 'too', 'high', 'for', 'my', 'tastes', 'and', 'i', 'ca', "n't", 'help', 'but', 'think', 'i', "'m", 'wearin', ',3,0,31', 'general', 'tops', 'blouses'] ['2312,860,47', 'nice', 'top', 'awful', 'fabric', 'the', 'top', 'fits', 'nice', 'but', 'after', 'one', 'wear', 'did', "n't", 'even', 'washed', 'it', 'the', 'fabric', 'was', 'all', 'fuzzy', 'would', 'not', 'recommend', 'it', ',2,0,1', 'general', 'petite', 'tops', 'knits'] ['2313,1094,47', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2314,1028,50', 'amazing', 'beautiful', 'fit', 'and', 'true', 'to', 'size', 'highly', 'recommend', 'they', 'are', 'long', 'and', 'you', 'will', 'need', 'to', 'have', 'them', 'hemmed', 'but', 'they', 'are', 'soft', 'and', 'feel', 'amazing', 'on.,5,1,2', 'general', 'bottoms', 'jeans'] ['2315,860,32', 'do', 'love', 'it', 'however', 'tried', 'the', 'xs', 'on', 'in', 'store', 'from', 'an', 'online', 'return', 'loved', 'the', 'tailoring', 'but', 'the', 'shoulder', 'seams', 'were', 'a', 'bit', 'tight', 'and', 'i', "'m", 'usually', 'a', 's', 'in', 'most', 'tops', 'ordered', 'the', 's', 'and', 'while', 'it', 'was', 'flowy', 'like', 'some', 'mentioned', 'it', 'was', 'still', 'tailored', 'on', 'top', 'flattering', 'also', 'versatile', 'wore', 'it', 'with', 'wide', 'leg', 'denim', 'wedges', 'as', 'well', 'as', 'cut', 'off', 'shorts', 'boots', 'my', 'only', 'complaint', 'is', 'as', 'the', 'others', 'mentioned', 'the', 'almost', 'immediate', 'pilling', 'even', 'before', 'the', 'wash.', 'sad', 'about', 'it', 'because', 'i', 'love', 'it', 'will', 'keep', 'and', 'give', 'a', 'little', 'extra', 'tlc', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2316,1100,44', 'navy', 'oompa', 'loompa', 'okay', 'i', 'love', 'the', 'blouse', 'this', 'brand', 'has', 'in', 'the', 'same', 'material', 'so', 'i', 'thought', 'i', "'d", 'delight', 'in', 'this', 'dress', 'i', 'am', 'a', '5', '7', 'hourglass', 'but', 'have', 'a', 'longer', 'torso', 'i', 'ordered', 'the', 'large', 'in', 'this', 'usually', 'a', '10', 'or', '12', 'fits', 'me', 'but', 'the', 'waist', 'hit', 'much', 'higher', 'than', 'my', 'natural', 'waist', 'and', 'yet', 'it', 'was', 'somewhat', 'tight', 'and', 'completely', 'rigid', 'the', 'bust', 'area', 'was', 'a', 'little', 'loose', 'and', 'i', "'m", 'a', '36c', 'then', 'the', 'bottom', 'flared', 'out', 'in', 'sort', 'of', 'a', 'flower', 'fairy', 'poof', 'above', 'my', 'knees', 'which', 'reminded', 'me', 'of', 'a', 'navy', 'blue', 'oompa', 'loompa', 'dress', 'and', 'i', 'love', 'my', ',3,0,3', 'general', 'dresses', 'dresses'] ['2317,992,48', 'very', 'nice', 'love', 'this', 'skirt', 'beautiful', 'fabric', 'and', 'lined', 'looks', 'great', 'with', 'a', 'tailored', 'jean', 'jacket', 'by', 'pilcro', 'or', 'the', 'window', 'pain', 'patterned', 'retailer', 'cartonnier', 'jacket', 'i', 'chose', 'the', 'size', '8', 'though', 'a', 'little', 'snug', 'in', 'the', 'waist', 'it', 'fit', 'better', 'than', 'the', 'size', '10.', 'i', 'am', '150', 'lbs', 'and', '5', '4', 'inches', 'and', 'curvy', 'with', 'small', 'waist', 'but', 'curvy', 'hips', 'with', 'a', 'tush', 'so', 'this', 'cut', 'is', 'perfect', 'for', 'my', 'shape', 'i', 'love', 'the', 'asymmetrical', 'design', 'with', 'how', 'the', 'skirt', 'will', 'partial', 'zip', 'and', 'the', 'fabric', 'attachment', 'underneath', 'with', 'hidden', 'button', 'love', 'the', 'edgy', 'look', 'so', ',5,1,1', 'general', 'bottoms', 'skirts'] ['2318,1094,44', 'just', 'wow', 'i', 'am', 'usually', 'drawn', 'to', 'more', 'color', 'but', 'the', 'vertical', 'and', 'horizontal', 'lines', 'of', 'this', 'dress', 'made', 'me', 'curious', 'the', 'fit', 'is', 'absolutely', 'incredible', 'i', 'like', 'the', 'fact', 'that', 'it', 'is', 'very', 'easy', 'to', 'put', 'on', 'without', 'any', 'zippers', 'or', 'buttons', 'as', 'well', 'it', 'hugs', 'your', 'body', 'in', 'all', 'the', 'right', 'places', 'i', 'had', 'no', 'issue', 'with', 'the', 'dress', 'riding', 'up', 'and', 'the', 'way', 'the', 'designer', 'placed', 'the', 'lines', 'makes', 'this', 'one', 'even', 'more', 'flattering', 'gorgeous', 'dress', ',5,1,5', 'general', 'dresses', 'dresses'] ['2319,1094,55', 'nice', 'dress', 'but', 'cut', 'too', 'low', 'i', 'love', 'the', 'fabric', 'of', 'this', 'dress', 'and', 'the', 'way', 'it', 'fits', 'but', 'it', 'is', 'too', 'low', 'for', 'me', 'i', 'thought', 'about', 'putting', 'a', 'cami', 'under', 'it', 'but', 'that', 'would', 'ruin', 'the', 'look', 'of', 'the', 'dress', 'just', 'an', 'inch', 'or', 'so', 'higher', 'would', 'have', 'been', 'much', 'better', 'as', 'much', 'as', 'i', 'like', 'the', 'design', 'and', 'fit', 'i', 'will', 'be', 'returning', 'this', 'dress', ',3,1,7', 'general', 'dresses', 'dresses'] ['2320,1094,56', 'flattering', 'but', 'very', 'tight', 'in', 'the', 'chest', 'this', 'dress', 'seems', 'quite', 'high', 'quality', 'and', 'is', 'wonderfully', 'designed', 'except', 'in', 'the', 'chest', 'the', 'wrap', 'style', 'hugs', 'in', 'all', 'the', 'right', 'places', 'but', 'the', 'chest', 'i', "'m", 'slightly', 'large', 'chested', '34c/d', 'but', 'can', 'usually', 'wear', 'a', 'size', 'small', 'or', 'size', '4', 'in', 'dresses', 'and', 'tops', '5', '5', '122', 'lbs', 'the', 'small', 'in', 'this', 'dress', 'was', 'great', 'everywhere', 'else', 'but', 'i', 'could', "n't", 'breathe', 'and', 'it', 'totally', 'flattened', 'out', 'my', 'chest', 'also', 'it', 'is', 'quite', 'low', 'cut', 'so', 'another', 'mark', 'against', 'it', 'for', 'anyone', 'with', 'a', 'semi-large', 'bust', 'could', "n't", 'wear', 'it', 'to', 'work', 'that', 'reason', ',3,0,0', 'general', 'dresses', 'dresses'] ['2321,825,50', 'gorgeous', 'top', 'but', 'difficult', 'zipper', 'i', 'love', 'this', 'top', 'the', 'design', 'quality', 'and', 'look', 'are', 'all', 'insanely', 'gorgeous', 'i', 'got', 'this', 'top', 'during', 'the', '20', 'off', 'tops', 'promo', 'which', 'helped', 'so', 'much', 'with', 'the', 'cost', 'and', 'i', 'was', 'trying', 'to', 'use', 'up', 'a', 'store', 'credit', 'i', 'had', 'on', 'something', 'of', 'high', 'quality', 'after', 'going', 'through', 'a', 'whirlwind', 'of', 'exchanges', 'that', 'resulted', 'in', 'much', 'disappointment', 'i', 'could', "n't", 'be', 'more', 'thrilled', 'with', 'this', 'choice', 'it', 'is', 'so', 'flattering', 'on', 'beautiful', 'color', 'and', 'cut', 'the', 'only', 'complaint', 'i', 'have', 'is', 'slightly', 'minor', 'and', 'it', "'s", 'in', 'relation', 'to', 'the', 'hidden', 'bac', ',5,1,2', 'general', 'tops', 'blouses'] ['2322,992,43', 'too', 'small', 'too', 'complicated', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'who', 'said', 'there', 'was', 'too', 'much', 'hardware', 'and', 'such', 'this', 'really', 'does', 'have', 'a', 'lot', 'going', 'on', 'i', 'usually', 'wear', 'a', '4', 'in', 'skirts', 'and', 'based', 'on', 'reviews', 'went', 'up', 'one', 'size', 'it', 'still', 'saw', 'way', 'up', 'near', 'my', 'chest', 'i', 'think', 'even', 'an', '8', 'would', 'be', 'too', 'small', 'it', "'s", 'sooooo', 'tiny', 'at', 'the', 'waist', 'probably', 'buy', '2', 'sizes', '2', 'and', '3', 'sizes', 'up', 'from', 'your', 'own', 'also', 'the', 'skirt', 'flares', 'super', 'wide', 'at', 'the', 'sides', 'it', 'does', "n't", 'sit', 'the', 'way', 'in', 'the', 'photo', 'or', 'maybe', 'the', 'model', 'is', 'holding', 'it', 'down', 'with', 'her', 'hand', 'it', "'s", 'like', 'a', 'skirt', ',1,0,0', 'general', 'bottoms', 'skirts'] ['2323,860,42', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['2324,828,39', 'nice', 'summer', 'top', 'i', 'bought', 'the', 'color', 'black', 'motif', 'although', 'the', 'markings', 'look', 'more', 'dark', 'purple', 'and', 'are', 'similar', 'to', 'tie', 'dyed', 'coloring', 'which', 'is', 'one', 'of', 'the', 'things', 'i', 'love', 'about', 'this', 'top', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'i', 'love', 'the', 'way', 'the', 'neckline', 'falls', 'it', 'is', 'slightly', 'sheer', 'so', 'may', 'want', 'to', 'wear', 'camisole', 'underneath', 'personally', 'i', "'m", 'fine', 'without', 'it', 'looks', 'great', 'with', 'jeans', 'i', 'also', 'tried', 'it', 'on', 'in', 'the', 'blue', 'motif', 'which', 'is', 'the', 'stripe', 'version', 'but', 'found', 'nothing', 'special', 'about', 'that', 'one', ',5,1,2', 'general', 'tops', 'blouses'] ['2325,992,42', 'buckles', 'and', 'zippers', 'and', 'buttons', 'and', 'straps', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'as', 'soon', 'as', 'i', 'saw', 'it', 'because', 'of', 'it', "'s", 'ease', 'modern', 'look', 'and', 'my', 'obsession', 'with', 'stripes', 'and', 'wrap', 'skirts', 'i', 'am', 'between', 'an', '8', 'and', '10', 'in', 'retailer', 'most', 'of', 'the', 'time', 'although', 'sizing', 'has', 'been', 'quite', 'erratic', 'in', 'the', 'last', 'couple', 'of', 'years', 'but', 'picked', 'up', 'a', '10', 'to', 'ensure', 'an', 'easy', 'fit', 'was', 'so', 'surprised', 'to', 'find', 'you', 'have', 'to', 'not', 'only', 'buckle', 'cute', 'detail', 'but', 'button', 'and', 'zip', 'this', 'easy', 'skirt', 'and', 'with', 'all', 'that', 'there', 'were', 'also', 'straps', 'that', 'buttoned', 'that', 'i', 'believe', 'are', 'there', 'to', 'keep', 'it', 'from', 'flyi', ',3,1,9', 'general', 'bottoms', 'skirts'] ['2326,1094,36', 'makes', 'you', 'skinny', 'if', 'you', 'have', 'an', 'hourglass', 'figure', 'this', 'dress', 'accentuates', 'your', 'curves', 'i', 'do', 'need', 'to', 'wear', 'a', 'tank', 'underneath', 'as', 'dress', 'is', 'low', 'cut.,5,1,0', 'general', 'dresses', 'dresses'] ['2327,1100,31', 'surpring', 'dress', 'i', 'liked', 'the', 'understated', 'colors', 'of', 'this', 'dress', 'so', 'i', 'decided', 'to', 'try', 'it', 'on', 'i', 'did', 'not', 'expect', 'it', 'to', 'fit', 'so', 'well', 'i', "'m", '5', '3', 'with', 'a', 'large', 'bust', 'and', 'large', 'hips', 'the', 'dress', 'was', 'super', 'slimming', 'and', 'flattering', 'it', 'skimmed', 'my', 'figure', 'as', 'if', 'it', 'was', 'made', 'for', 'me', 'the', 'only', 'thing', 'i', "'d", 'have', 'to', 'fix', 'is', 'the', 'shoulder', 'straps', 'being', 'just', 'a', 'smidge', 'too', 'long', 'but', 'i', "'m", 'used', 'to', 'that', 'with', 'my', 'height', 'the', 'straps', 'are', 'positioned', 'perfectly', 'my', 'bra', 'straps', 'did', "n't", 'even', 'show', 'the', 'material', 'is', 'very', 'thin', 'and', 'light', ',5,1,3', 'general', 'dresses', 'dresses'] ['2328,1094,38', 'not', 'for', 'the', 'large', 'at', 'bust', 'first', 'off', 'i', 'love', 'the', 'dress', 'i', 'love', 'anything', 'that', 'you', 'can', 'throw', 'on', 'for', 'a', 'monday', 'and', 'be', 'ready', 'in', '20', 'minutes', 'the', 'material', 'is', 'good', 'but', 'the', 'compartments', 'for', 'the', 'bust', 'do', 'not', 'hold', 'a', 'd+cup', 'i', 'ordered', 'the', '6', 'and', 'it', 'fit', 'perfectly', 'except', 'in', 'the', 'bust', 'easy', 'fix', 'a', 'white', 'cami', 'the', 'sale', 'price', 'makes', 'that', 'necessity', 'acceptable', 'it', "'s", 'a', 'keeper', ',5,1,0', 'general', 'dresses', 'dresses'] ['2329,1022,59', 'another', 'great', 'pair', 'of', 'stevies', 'love', 'these', 'i', "'m", 'a', 'big', 'fan', 'of', 'ag', 'stevie', 'jeans', 'and', 'these', 'are', 'no', 'exception', 'the', 'mid', 'rise', 'is', 'terrific', 'and', 'the', 'distressing', 'is', 'cute', 'without', 'being', 'crazy', 'i', 'like', 'how', 'the', 'holes', 'are', 'not', 'at', 'the', 'knees', 'which', 'can', 'be', 'annoying', 'when', 'bending', 'your', 'legs', 'i', 'would', 'love', 'to', 'see', 'these', 'offered', 'in', 'a', 'darker', 'rinse', 'and', 'also', 'in', 'a', 'cropped', 'length', 'fit', 'is', 'perfect', 'on', 'these', 'fun', 'and', 'flattering', 'keep', 'the', 'stevies', 'coming', 'retailer', ',5,1,2', 'general', 'bottoms', 'jeans'] ['2330,964,61', 'amazing', 'vest', 'i', 'fell', 'in', 'love', 'with', 'this', 'vest', 'the', 'minute', 'i', 'saw', 'it', 'on', 'the', 'hanger', 'it', 'runs', 'true', 'to', 'size', 'and', 'the', 'material', 'is', 'excellent', 'quality', 'it', 'looks', 'great', 'with', 'jeans', 'and', 'a', 'tee', 'and', 'also', 'something', 'dressier', 'i', 'wore', 'it', 'over', 'a', 'navy', 'blue', 'wide-leg', 'jumpsuit', 'and', 'it', 'looked', 'truly', 'amazing', 'i', 'received', 'so', 'many', 'compliments', 'i', 'also', 'purchased', 'the', 'lace', 'tie', 'up', 'top', 'that', 'it', 'is', 'featured', 'with', 'and', 'ca', "n't", 'wait', 'for', 'that', 'to', 'come', 'in', ',5,1,0', 'general', 'jackets', 'jackets'] ['2331,835,75', 'bought', 'for', 'the', 'color', 'color', 'is', 'beautiful', 'but', 'looks', 'like', 'a', 'maternity', 'top', 'on', 'i', 'found', 'i', 'could', 'tuck', 'it', 'in', 'slacks', 'and', 'it', 'looked', 'fine', 'now', 'for', 'the', 'cons', 'it', 'is', 'supposed', 'to', 'be', 'peacock', 'design', 'but', 'i', 'had', 'only', 'one', 'peacock', 'under', 'my', 'arm', 'which', 'could', 'be', 'seen', 'i', 'guess', 'if', 'i', 'waved', 'the', 'rest', 'were', 'parts', 'of', 'the', 'bird', 'i', 'would', 'love', 'to', 'have', 'the', 'one', 'in', 'the', 'photos', 'next', 'who', 'thought', 'cheap', 'white', 'buttons', 'on', 'the', 'back', 'was', 'a', 'good', 'idea', 'if', 'i', 'had', 'gotten', 'a', 'nice', 'patterned', 'top', 'i', 'would', 'have', 'replaced', 'the', 'buttons', 'blouses', 'that', 'i', 'like', 'never', 'seem', 'to', 'b', ',3,0,1', 'general', 'tops', 'blouses'] ['2332,835,60', 'stunning', 'this', 'is', 'a', 'beautiful', 'color', 'top', 'it', 'can', 'be', 'dressy', 'or', 'casual', 'but', 'the', 'design', 'is', 'spectacular'] ['i', 'paired', 'it', 'with', 'one', 'of', 'the', 'new', 'retailer', 'pencil', 'skirts', 'and', 'everyone', 'in', 'the', 'store', 'looked', 'it'] ['i', 'wish', 'they', 'had', 'other', 'colors', ',5,1,0', 'general', 'tops', 'blouses'] ['2333,964,27', 'love', 'it', 'love', 'this', 'vest-', 'it', "'s", 'so', 'chic', 'and', 'pairs', 'with', 'so', 'much', 'i', 'have', 'it', 'in', 'the', 'army', 'green', 'and', 'it', "'s", 'prefect', 'to', 'wear', 'over', 'a', 'romper', 'or', 'white', 'jeans', 'and', 'top', 'it', "'s", 'great', 'i', 'am', 'about', '5', '2', 'and', 'an', 'typically', 'a', 'small', 'top-', 'the', 'small', 'was', 'much', 'to', 'big', 'but', 'the', 'xs', 'was', 'perfect', 'i', 'would', 'consider', 'trying', 'to', 'size', 'down', 'if', 'you', 'are', 'uncertain', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'jackets', 'jackets'] ['2334,1047,37', 'ripped', 'on', 'first', 'day', 'perfect', 'summer', 'pants', 'until', 'i', 'wanted', 'to', 'pet', 'my', 'dog', 'and', 'they', 'ripped', 'first', 'time', 'wearing', 'them.,3,0,1', 'general', 'petite', 'bottoms', 'pants'] ['2335,1047,55', 'comfy', 'pants', 'these', 'pants', 'fit', 'great', 'i', 'ordered', 'my', 'normal', 'medium', 'and', 'they', 'fit', 'perfectly', 'i', 'was', 'worried', 'that', 'they', 'may', 'look', 'too', 'much', 'like', 'pajamas', 'and', 'lot', 'look', 'right', 'with', 'my', 'stomach', 'but', 'no', 'issues', 'there', 'i', 'think', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'these', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['2336,964,54', 'great', 'style', 'i', 'saw', 'this', 'in', 'my', 'local', 'retailer', 'styled', 'with', 'a', 'tank', 'top', 'underneath', 'and', 'i', 'fell', 'in', 'love', 'and', 'bought', 'the', 'combo', 'right', 'away', 'it', 'is', 'a', 'vest', 'so', 'it', "'s", 'not', 'meant', 'to', 'be', 'fitted', 'so', 'i', 'think', 'sizing', 'down', 'is', 'fine', 'i', "'m", 'usually', 'an', 'xs/s', 'in', 'tops', 'i', 'went', 'with', 'the', 'xs', 'in', 'this', 'and', 'j', 'still', 'get', 'that', 'relaxed', 'look', 'which', 'is', 'nice', 'this', 'vest', 'is', 'great', 'very', 'versatile', 'simple', 'yet', 'adds', 'great', 'style', 'it', 'was', 'a', 'bit', 'of', 'a', 'splurge', 'for', 'me', 'but', 'i', "'m", 'happy', 'i', 'added', 'it', 'to', 'my', 'closet', ',4,1,0', 'general', 'jackets', 'jackets'] ['2337,964,56', 'i', 'love', 'this', 'vest', 'bought', 'it', 'in', 'green', 'and', 'want', 'to', 'order', 'white', 'its', 'very', 'flattering', 'and', 'i', 'wore', 'it', 'with', 'a', 'black', 'tank', 'top', 'ripped', 'faded', 'stevie', 'cropped', 'jeans', 'and', 'gold', 'gladiators', 'i', 'would', 'like', 'to', 'mention', 'the', 'care', 'i', 'dripped', 'something', 'on', 'the', 'lapel', 'so', 'i', 'tried', 'cleaning', 'it', 'off', 'with', 'a', 'wet', 'towel', 'it', 'made', 'a', 'lighter', 'mark', 'so', 'i', 'washed', 'as', 'recommended', 'in', 'cold', 'water', 'on', 'gentle', 'in', 'the', 'machine', 'i', 'hung', 'it', 'to', 'dry', 'and', 'it', 'dried', 'stiff', 'and', 'a', 'little', 'wrinkled', 'so', 'i', 'threw', 'it', 'in', 'the', 'dryer', 'to', 'soften', 'it', 'up', 'it', 'lightened', 'up', 'a', ',5,1,10', 'general', 'jackets', 'jackets'] ['2338,835,56', 'gorgeous', 'color', 'i', 'tried', 'this', 'on', 'in', 'my', 'usual', 'size', 'and', 'it', 'was', 'tight', 'through', 'the', 'chest', 'because', 'of', 'the', 'lining', 'i', 'would', 'have', 'preferred', 'to', 'wear', 'a', 'cami', 'beneath', 'and', 'then', 'it', 'may', 'have', 'worked', 'the', 'color', 'and', 'pattern', 'are', 'gorgeous', 'the', 'fabric', 'feels', 'a', 'bit', 'weird', 'kind', 'of', 'dry', 'and', 'rough', 'would', 'have', 'liked', 'to', 'see', 'this', 'in', 'a', 'longer', 'length', 'and', 'more', 'tapered', 'it', 'is', 'an', 'absolute', 'pregnant', 'top', 'so', 'sad', 'its', 'so', 'pretty', ',3,1,0', 'general', 'tops', 'blouses'] ['2339,835,32', 'this', 'shirt', 'got', 'me', 'a', 'job', 'wore', 'it', 'to', 'an', 'interview', 'the', 'color', 'is', 'fantastic', 'it', "'s", 'beautiful', 'and', 'artsy', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'blouses'] ['2340,835,38', 'obsessed', 'i', 'fell', 'in', 'love', 'with', 'this', 'in', 'the', 'store', 'i', 'am', 'petite', 'at', '5', '3', 'and', '110', 'lbs', 'and', 'i', 'went', 'with', 'the', 'regular', 'size', '0.', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'the', 'petite', 'sizing', 'would', 'have', 'been', 'too', 'short', 'the', 'color', 'is', 'rich', 'the', 'quality', 'is', 'fabulous', 'and', 'i', 'love', 'the', 'style', 'it', 'is', 'not', 'fitted', 'but', 'i', 'also', 'found', 'that', 'it', 'was', "n't", 'too', 'wide', 'either', 'if', 'you', "'re", 'looking', 'for', 'a', 'fitted', 'top', 'this', 'would', "n't", 'be', 'the', 'one', 'but', 'if', 'you', 'love', 'a', 'well-styled', 'top', 'with', 'a', 'bit', 'of', 'volume', 'that', 'you', 'can', 'rock', 'with', 'a', 'pair', 'of', 'skinnies', 'to', 'balance', 'it', 'out', 'the', ',5,1,1', 'general', 'tops', 'blouses'] ['2341,844,46', 'perfect', 'fit', 'for', 'xl', 'i', 'ordered', 'both', 'colors', 'in', 'size', 'xl', 'and', 'they', "'re", 'each', 'now', 'favorite', 'purchases', 'the', 'fit', 'is', 'true', 'to', 'size', 'it', 'matches', 'the', 'photos', 'the', 'orange/white/brown/red', 'combo', 'works', 'great', 'with', 'the', 'orange', 'version', 'of', 'the', 'indra', 'tassel', 'necklace'] [] ['the', 'tops', 'are', 'sheer', 'so', 'i', 'wear', 'a', 'tank', 'underneath', 'the', 'green', 'floral', 'version', 'will', 'have', 'some', 'variations', 'because', 'of', 'pattern', 'placement', 'both', 'are', 'so', 'unique', 'charming', 'i', "'ve", 'been', 'pairing', 'them', 'with', 'different', 'retailer', 'cardigans', 'necklaces', 'they', "'ve", 'washed', 'well', 'too', 'in', 'a', 'mesh', 'bag', 'on', 'gentle', ',5,1,0', 'general', 'tops', 'blouses'] ['2342,132,37', 'love', 'it', 'but', 'love', 'everything', 'about', 'it', 'but', 'had', 'to', 'get', 'a', 'size', 'bigger', 'to', 'be', 'long', 'an', 'off/', 'to', 'short', 'for', 'a', 'mom', 'if', 'i', 'was', '20', 'would', 'be', 'fine.,4,1,0', 'general', 'bottoms', 'shorts'] ['2343,1047,39', 'i', 'am', '5', '2', 'and', '115lbs', 'ordered', 'the', 'blue', 'motif', 'in', 'small', 'petite', 'they', 'were', 'not', 'only', 'too', 'big', 'overall', 'but', 'were', 'way', 'too', 'long', 'i', 'had', 'to', 'roll', 'them', 'up', 'several', 'times', 'to', 'get', 'the', 'right', 'length', 'because', 'of', 'fabric', 'design', 'these', 'would', 'definitely', 'have', 'to', 'be', 'hemmed', 'i', 'had', 'to', 'check', 'tag', 'because', 'i', 'thought', 'for', 'sure', 'i', 'got', 'sent', 'a', 'regular', 'length', 'but', 'they', 'were', 'petite', 'not', 'sure', 'if', 'they', 'are', 'worth', 'trying', 'in', 'a', 'smaller', 'size', 'pants', 'were', 'really', 'comfy', 'but', 'maybe', 'too', 'pajama', 'like', 'for', 'my', 'taste', ',3,0,2', 'general', 'petite', 'bottoms', 'pants'] ['2344,993,39', 'almost', 'love', 'but', 'the', 'back', 'of', 'it', 'by', 'the', 'waist', 'bunches', 'just', 'a', 'tiny', 'bit', 'if', 'i', 'get', 'bigger', 'it', 'will', 'be', 'too', 'long', 'but', 'i', 'love', 'the', 'skirt', 'it', 'is', 'flattering', 'and', 'cute', 'not', 'itchy', 'for', 'me', 'even', 'if', 'the', 'title', 'says', 'wool', 'i', 'ordered', 'the', '00p', 'and', 'the', 'length', 'is', 'pretty', 'much', 'as', 'pictured', 'just', 'below', 'the', 'knee', 'in', 'front', 'the', 'waist', 'is', 'snug', 'bigger', 'it', 'would', 'fall', 'more', 'on', 'my', 'hips', 'hence', 'the', 'too', 'long', 'comment', 'earlier', '115', 'lbs', '26-27', 'in', 'waist', 'short', 'legs', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['2345,964,39', 'surprised', 'i', 'liked', 'this', 'i', 'saw', 'a', 'stylist', 'wearing', 'a', 'similar', 'piece', 'from', 'a', 'few', 'seasons', 'ago', 'and', 'commented', 'that', 'i', 'liked', 'it', 'on', 'her', 'i', 'was', 'told', 'they', 'had', 'a', 'different', 'version', 'a', 'few', 'actually', 'and', 'i', 'decided', 'to', 'try', 'it', 'on', 'it', 'actually', 'is', 'pretty', 'flattering', 'i', 'had', 'flared', 'jeans', 'on', 'but', 'also', 'could', 'see', 'it', 'with', 'a', 'dress', 'i', 'left', 'it', 'open', 'as', 'pictured', 'tied', 'one', 'button', 'and', 'also', 'played', 'with', 'the', 'neck', 'and', 'tried', 'a', 'cowl', 'all', 'very', 'nice'] [] ['i', 'debated', 'getting', 'my', 'usual', 'xs', 'petite', 'but', 'hey', 'they', 'do', "n't", 'make', 'it', 'in', 'petite', 'and', 'the', 'stylist', 'thought', 'the', 'loo', ',5,1,0', 'general', 'jackets', 'jackets'] ['2346,1047,51', ',these', 'are', 'a', 'great', 'casual', 'workday', 'pant', 'the', 'loose', 'fit', 'and', 'light', 'weight', 'material', 'makes', 'it', 'a', 'great', 'summer', 'option.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2347,132,45', 'amazing', 'i', 'went', 'out', 'on', 'a', 'limb', 'ordering', 'this', 'romper', 'it', "'s", 'not', 'really', 'in', 'my', 'wheelhouse', 'the', 'whole', 'romper', 'thing', 'but', 'it', 'was', 'a', 'home', 'run', 'i', 'was', 'afraid', 'it', 'might', 'look', 'too', 'young', 'and', 'that', 'i', 'could', "n't", 'pull', 'it', 'off', 'but', 'the', 'long', 'sleeves', 'and', 'overall', 'style', 'was', 'perfect', 'and', 'my', 'twenty', 'something', 'nieces', 'were', 'obsessed', 'with', 'it', 'as', 'well', 'as', 'far', 'as', 'fit', 'i', "'m", '5', '7', '134lbs', 'and', 'ordered', 'a', 'size', '4.', 'i', 'have', 'a', 'long', 'torso', 'and', 'was', 'concerned', 'because', 'some', 'people', 'said', 'it', 'ran', 'short', 'there', 'but', 'i', 'did', "n't", 'have', 'any', 'trouble', 'with', 'that', 'i', 'just', 'took', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2348,844,49', 'beautiful', 'i', 'saw', 'both', 'of', 'these', 'blouses', 'several', 'months', 'earlier', 'and', 'anxiously', 'waited', 'for', 'them', 'to', 'go', 'on', 'sale', 'definitely', 'worth', 'the', 'wait', 'the', 'quality', 'and', 'designs', 'are', 'superb', 'true', 'to', 'size,5,1,0', 'general', 'tops', 'blouses'] ['2349,835,40', 'beautiful', 'detail', 'i', 'have', 'the', 'white', 'lemon', 'lace', 'shirt', 'and', 'love', 'it', 'so', 'i', 'was', 'excited', 'to', 'see', 'it', 'in', 'a', 'color', 'well', 'suited', 'for', 'fall', 'the', 'peacock', 'pattern', 'on', 'the', 'blouse', 'i', 'received', 'is', 'perfect', 'and', 'the', 'pattern', 'is', 'well', 'placed', 'i', 'do', 'love', 'this', 'one', 'as', 'much', 'as', 'the', 'lemon', 'blouse', 'however', 'the', 'color', 'is', 'not', 'the', 'same', 'as', 'it', 'appears', 'online', 'it', 'is', 'more', 'of', 'a', 'jade', 'green', 'color', 'and', 'although', 'it', "'s", 'pretty', 'i', 'would', 'have', 'preferred', 'it', 'to', 'look', 'more', 'of', 'a', 'blue', 'color', 'i', "'m", 'keeping', 'it', 'as', 'it', 'is', 'still', 'an', 'unusual', 'and', 'elegant', 'blouse', 'that', "'s", 'cute', 'with', 'dark', 'sk', ',4,1,3', 'general', 'tops', 'blouses'] ['2350,132,33', 'i', 'love', 'this', 'so', 'so', 'much', 'i', "'m", '5', '1', 'with', 'a', 'short', 'torso', 'and', 'post', 'baby', '34d', 'boobs', 'the', '6', 'petite', 'is', 'perfect', 'it', "'s", 'the', 'first', 'romper', 'i', 'found', 'that', 'fits', 'me', 'in', 'the', 'crotch', 'height', 'and', 'leg', 'area', 'so', 'excited', 'to', 'wear', 'this', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2351,844,49', 'the', 'colors', 'in', 'the', 'green', 'shirt', 'are', 'beautiful', 'however', 'the', 'cut', 'looked', 'like', 'a', 'maternity', 'top', 'on', 'me', 'i', "'m", '5', '6', '120', 'not', 'very', 'busty', 'must', 'try', 'it', 'on', 'to', 'match', 'the', 'right', 'body', 'type', 'i', "'m", 'thinking', 'very', 'tall', 'wispy', 'less', 'curves', ',3,0,0', 'general', 'tops', 'blouses'] ['2352,1047,62', 'very', 'beautiful', 'but', 'runs', 'large', 'i', 'ordered', 'these', 'in', 'the', 'neutral', 'and', 'the', 'fabric', 'and', 'construction', 'are', 'everything', 'i', 'hoped', 'they', 'would', 'be', 'they', 'are', 'a', 'lovely', 'light', 'weight', 'rayon', 'that', 'i', 'think', 'will', 'be', 'very', 'comfortable', 'in', 'hot', 'weather', 'the', 'printed', 'fabric', 'is', 'really', 'pretty'] [] ['sadly', 'they', 'seem', 'to', 'run', 'on', 'the', 'large', 'size', 'i', 'wear', 'size', '14', 'pants', 'but', 'the', 'xl', 'was', 'too', 'baggy', 'in', 'the', 'legs', 'and', 'a', 'little', 'too', 'large', 'in', 'the', 'waist', 'i', 'am', 'sending', 'them', 'back', 'and', 'getting', 'the', 'smaller', 'size', ',5,1,30', 'general', 'petite', 'bottoms', 'pants'] ['2353,993,41', 'sizing', 'is', 'off', 'i', 'do', "n't", 'if', 'it', 'is', 'me', 'but', 'usually', 'i', 'am', 'a', 'solid', 'size', '6', 'occasionally', 'an', '8.', 'i', 'had', 'to', 'size', 'up', 'to', 'a', '10', 'the', 'wool', 'is', 'very', 'light', 'and', 'while', 'it', 'is', 'a', 'weird', 'texture', 'it', 'is', "n't", 'scratchy', 'i', 'liked', 'how', 'the', 'skirt', 'was', 'styled', 'at', 'the', 'store', 'looks', 'better', 'than', 'it', 'does', 'in', 'the', 'photos', 'online', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['2354,964,33', 'great', 'quality', 'durable', 'and', 'great', 'fit', 'i', 'bought', 'this', 'in', 'green', 'and', 'i', 'absolutely', 'love', 'it', 'the', 'quality', 'of', 'material', 'is', 'very', 'fantastic', 'a', 'durable', 'fabric', 'that', 'will', 'hold', 'up', 'well', 'over', 'time', 'its', 'a', 'good', 'quality', 'too', 'so', 'can', 'be', 'dressed', 'up', 'somewhat', 'and', 'also', 'does', 'well', 'as', 'a', 'very', 'casual', 'piece', 'love', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['2355,1047,43', 'purrrfect', 'pants', 'another', 'success', 'so', 'comfortable', 'and', 'stylish', 'for', 'spring', 'and', 'summer', 'very', 'lightweight', 'yet', 'not', 'sheer', 'design', 'is', 'even', 'more', 'appealing', 'in', 'person', 'a', 'must', 'have', 'for', 'your', 'closet.,5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['2356,835,49', 'stunning', 'color', 'love', 'this', 'blouse', 'the', 'color', 'is', 'really', 'unique', 'and', 'love', 'the', 'back', 'button', 'detail', 'i', 'dont', 'think', 'the', 'white', 'buttons', 'look', 'cheap', 'at', 'all', 'as', 'another', 'person', 'pointed', 'out', 'they', 'add', 'a', 'lot', 'to', 'an', 'already', 'beautiful', 'top', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['2357,964,35', ',love', 'i', 'got', 'the', 'green', 'and', 'it', 'goes', 'with', 'so', 'much', ',5,1,1', 'general', 'jackets', 'jackets'] ['2358,835,38', 'beautiful', 'blouse', 'but', 'too', 'boxy/swingy', 'the', 'blouse', 'is', 'lovely', 'i', 'loved', 'the', 'lace', 'color', 'though', 'just', 'as', 'other', 'reviewers', 'mentioned', 'its', 'a', 'darker', 'blue', 'closer', 'to', 'a', 'teal', 'color', 'and', 'edging', 'i', 'am', 'very', 'petite', 'for', 'reference', '5', '2', '24', 'waist', 'and', '30e', 'and', 'normally', 'wear', 'a', '00', 'or', '00p', 'the', '00', 'was', 'still', 'too', 'wide', 'for', 'me', 'around', 'the', 'waist/bottom', 'and', 'had', 'too', 'much', 'of', 'a', 'swingy', 'effect', 'it', 'made', 'me', 'look', 'like', 'i', 'was', 'pregnant', 'so', 'i', 'sadly', 'returned', 'i', 'wish', 'this', 'had', 'more', 'of', 'a', 'fitted', 'look', 'to', 'it', ',3,0,1', 'general', 'tops', 'blouses'] ['2359,1047,42', 'perfect', 'jogger', 'love', 'these', 'pants', 'bought', 'both', 'the', 'navy', 'and', 'the', 'white', 'they', 'are', 'comfortable', 'and', 'a', 'perfect', 'fit', 'the', 'xs', 'is', 'just', 'right', 'i', "'m", 'normally', 'a', '26', 'in', 'denim', 'and', 'i', 'was', 'fearful', 'these', 'would', 'either', 'be', 'to', 'small', 'in', 'an', 'xs', 'or', 'too', 'big', 'in', 'a', 'small', 'but', 'the', 'smaller', 'size', 'is', 'just', 'right', 'soft', 'and', 'silky', 'they', 'fall', 'in', 'a', 'lovely', 'way.,5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['2360,1047,37', 'not', 'for', 'me', 'i', 'bought', 'these', 'in', 'the', 'blue', 'i', 'sized', 'down', 'as', 'other', 'reviewers', 'mentioned', 'going', 'for', 'an', 'xs', 'i', "'m", '5', '5', 'and', 'about', '130lbs', 'and', 'would', 'usually', 'buy', 'a', 'small', 'at', '5', '5', 'the', 'length', 'was', 'too', 'long', 'for', 'me', 'hitting', 'me', 'below', 'my', 'ankles', 'rather', 'than', 'how', 'shown', 'on', 'the', 'model', 'strike', '1.', 'then', 'i', 'felt', 'the', 'material', 'was', 'pretty', 'thin', 'strike', '2.', 'and', 'lastly', 'they', 'hung', 'a', 'little', 'funny', 'on', 'me', 'rather', 'than', 'being', 'a', 'bit', 'loose', 'like', 'jogging', 'pants', 'should', 'be', 'strike', '3.', 'despite', 'the', 'great', 'sale', 'price', 'these', 'went', 'back', ',3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['2361,835,38', 'gorgeous', 'blouse', 'stunning', 'color', 'and', 'pattern', 'this', 'is', 'a', 'gorgeous', 'high', 'quality', 'blouse', 'the', 'color', 'is', 'stunning', 'in', 'person', 'i', 'do', "n't", 'have', 'anything', 'like', 'this', 'color', 'in', 'my', 'wardrobe', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'purchased', 'this', 'blouse', 'in', 'a', '16.', 'i', 'am', 'busty', 'but', 'the', 'top', 'still', 'fit', 'well', 'i', 'have', 'large', 'upper', 'arms', 'but', 'the', 'sleeves', 'fit', 'fine', 'i', 'wish', 'they', 'were', 'a', 'bit', 'looser', 'but', 'that', 'is', 'my', 'personal', 'preference', 'and', 'probably', 'does', "n't", 'apply', 'to', 'most', 'people', 'if', 'you', "'re", 'very', 'thin', 'and', 'not', 'busty', 'you', 'might', 'be', 'able', 'to', 'size', 'down', 'but', 'i', "'m", 'honestly', 'just', 'not', 'sure', 'i', "'m", 'happy', 'to', 'say', ',5,1,7', 'general', 'tops', 'blouses'] ['2362,132,37', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['2363,1047,54', 'hi', 'i', 'bought', 'these', 'in', 'both', 'colors', 'the', 'material', 'is', 'very', 'nice', 'for', 'me', 'the', 'only', 'part', 'of', 'the', 'pants', 'that', 'stretched', 'was', 'the', 'waistband', 'sadly', 'i', 'had', 'to', 'return', 'them', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['2364,1047,63', 'purchased', 'these', 'in', 'both', 'colors', 'today', 'great', 'sale', 'price'] ['hei', 'hei', 'is', 'my', 'favorite', 'brand', 'of', 'pants', 'especially', 'their', 'pull', 'on', 'prints'] ['i', 'am', 'always', 'a', 'medium', 'these', 'ran', 'slightly', 'large', 'in', 'the', 'waist', 'and', 'stomach', 'i', 'tried', 'on', 'a', 'few', 'mediums', 'and', 'luckily', 'found', 'the', 'smallest', 'in', 'each'] ['the', 'beige', 'motif', 'is', 'beautiful', 'and', 'can', 'really', 'be', 'dressed', 'up', 'the', 'material', 'is', 'soft', 'the', 'color', 'scheme', 'is', 'gorgeous', 'they', 'have', 'a', 'lovely', 'silky', 'feel', 'to', 'them', 'i', 'always', 'wear', 'an', 'over', 'top', 'so', 'the', 'little', 'bit', 'largeness', 'wo', "n't", 'bother', 'me', 'being', 'on', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['2365,1047,66', 'nice', 'pants', 'this', 'is', 'my', 'second', 'pair', 'of', 'joggers', 'from', 'retailer', 'and', 'since', 'this', 'purchase', 'i', 'have', 'bought', 'another', 'pair', 'it', 'seems', 'that', 'they', 'are', 'just', 'a', 'great', 'fit', 'for', 'my', 'body', 'long', 'and', 'lean', 'but', 'not', 'extreme', 'someone', 'said', 'they', 'run', 'large', 'but', 'my', 'experience', 'is', 'true', 'to', 'size', 'these', 'pants', 'can', 'be', 'very', 'casual', 'around', 'the', 'house', 'out', 'for', 'errands', 'or', 'dressed', 'up', 'and', 'worn', 'for', 'casual', 'evenings', 'out', 'i', 'love', 'that', 'the', 'elastic', 'waist', 'is', "n't", 'bunchee', 'they', 'hang', 'very', 'straight', 'and', 'pretty', 'just', 'like', 'in', 'this', 'picture', 'the', 'fabric', 'has', 'some', 'text', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['2366,872,34', 'love', 'the', 'shirt', 'but', 'arm', 'holes', 'are', 'a', 'bit', 'big', 'i', 'love', 'the', 'shirt', 'and', 'it', 'runs', 'true', 'to', 'size', 'everywhere', 'but', 'the', 'arm', 'holes', 'i', 'bought', 'a', 'size', 'small', 'and', 'the', 'length', 'was', 'great', 'the', 'fit', 'was', 'great', 'but', 'the', 'arm', 'holes', 'were', 'gappy', 'and', 'big', 'i', 'had', 'to', 'return', 'it', 'and', 'was', 'bummed', 'because', 'i', 'loved', 'it', 'otherwise', ',2,1,8', 'general', 'petite', 'tops', 'knits'] ['2367,1025,39', 'perfect', 'fit', 'got', 'these', 'in', '28', 'and', 'they', 'fit', 'like', 'a', 'dream', 'the', 'best', 'medium', 'wash', 'so', 'versatile', 'for', 'all', 'seasons', 'i', 'love', 'the', 'rise', 'because', 'it', 'sucks', 'in', 'my', 'pooch', 'sometimes', 'i', 'wear', '29', 'or', '28', 'in', 'paige', 'i', 'have', 'a', 'wide', 'waist', 'slim', 'hips', 'flat', 'bum', 'these', 'jeans', 'help', 'me', 'look', 'shapelier', ',5,1,0', 'general', 'bottoms', 'jeans'] ['2368,1047,37', ',love', 'love', 'love', 'these', 'pants', 'super', 'comfortable', 'and', 'fit', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2369,872,26', 'awesome', 'top', 'i', 'love', 'love', 'this', 'top', 'and', 'bought', 'it', 'in', 'both', 'colors', 'it', 'runs', 'a', 'tad', 'big', 'but', 'fits', 'me', 'well', 'both', 'l', 'and', 'xl', 'fit', 'me', 'well', 'but', 'the', 'xl', 'was', 'longer', 'so', 'i', 'have', 'one', 'in', 'each', 'size', 'i', 'really', 'like', 'this', 'top', 'it', 'looks', 'good', 'goes', 'well', 'with', 'most', 'pants', 'especially', 'blue', 'and', 'is', 'very', 'comfortable', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['2370,844,26', 'too', 'sheer', 'i', 'bought', 'both', 'colors', 'based', 'on', 'the', 'reviews', 'and', 'really', 'like', 'the', 'prints', 'however', 'they', 'are', 'too', 'sheer', 'i', 'do', "n't", 'want', 'to', 'wear', 'a', 'tank', 'top', 'but', 'you', 'have', 'to', 'with', 'these', 'tops', 'since', 'they', 'are', 'so', 'sheer', 'i', 'can', 'also', 'see', 'the', 'fabric', 'tearing', 'easily', 'it', 'is', 'too', 'delicate', 'i', 'sent', 'both', 'colors', 'back', 'what', 'a', 'waste', 'because', 'the', 'prints', 'and', 'colors', 'are', 'good', 'these', 'tops', 'are', 'also', 'not', 'for', 'busty', 'ladies', 'i', 'have', 'a', 'big', 'bust', 'and', 'the', 'top', 'part', 'did', "n't", 'cover', 'my', 'entire', 'bust', 'and', 'was', 'awkward', 'because', 'the', 'division', 'between', 'the', 'fabrics', 'would', 'st', ',2,0,2', 'general', 'tops', 'blouses'] ['2371,1028,41', 'great', 'jean', 'for', "'boyfriend", 'fit', 'i', 'always', 'love', 'the', 'arielle', 'jeans', 'every', 'color', 'seems', 'to', 'be', 'slightly', 'different', 'in', 'the', 'fit', 'but', 'they', 'are', 'always', 'slim', 'enough', 'in', 'the', 'leg', 'and', 'thigh', 'to', 'be', 'stylish', 'without', 'being', 'too', 'restricting', 'to', 'echo', 'the', 'other', 'reviews', 'the', 'pockets', 'are', 'a', 'little', 'low', 'on', 'these', 'compared', 'to', 'other', 'arielle', 'cut', 'jeans', 'that', 'i', 'already', 'own', 'i', 'have', 'a', 'fairly', 'straight', 'athletic', 'shaped', 'body', 'and', 'went', 'with', 'my', "'larger", 'size', 'to', 'wear', 'them', 'as', 'more', 'of', 'a', 'boyfriend', 'fit', 'the', 'fabric', 'is', 'a', 'very', 'soft', 'and', 'forgiving', 'denim', 'and', 'the', 'dark', 'color', 'can', 'be', 'dr', ',5,1,0', 'general', 'bottoms', 'jeans'] ['2372,1047,58', 'bought', 'the', 'neutral', 'today', 'bought', 'these', 'today', 'at', 'the', 'denver', 'store', 'nice', 'peeps', 'at', 'cc', 'anyway', 'i', 'feel', 'in', 'love', 'the', 'style', 'is', 'simple', 'free', 'and', 'easy', 'for', 'summer', 'and', 'the', 'neutral', 'color', 'is', 'lovely', 'in', 'person', 'so', 'glad', 'i', 'bought', 'these', 'now', 'i', 'have', 'something', 'to', 'wear', 'to', 'work', 'tomorrow', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['2373,132,62', 'beware', 'when', 'washing', 'wore', 'this', 'romper', '1x', 'and', 'after', 'washing', 'the', 'hem', 'on', 'one', 'of', 'the', 'shorts/legs', 'completely', 'unraveled', 'if', 'i', 'want', 'to', 'ever', 'wear', 'it', 'again', 'i', 'will', 'have', 'to', 'bring', 'it', 'to', 'a', 'tailor', 'to', 'get', 'fixed', 'unacceptable', 'for', 'a', '200', 'product', 'cute', 'design', 'and', 'good', 'fit', 'but', 'questionable', 'quality', ',3,0,0', 'general', 'bottoms', 'shorts'] ['2374,1110,30', 'pijamas', 'or', 'dress', 'the', 'fabric', 'is', 'too', 'sheer', 'also', 'looks', 'like', 'sleepwear', 'just', 'not', 'my', 'thing', ',2,0,0', 'general', 'dresses', 'dresses'] ['2375,176,34', 'comfy', 'well', 'made', 'not', 'crazy', 'about', 'the', 'fit', 'maybe', 'it', "'s", 'just', 'that', 'it', "'s", 'a', 'bath', 'robe', 'but', 'i', "'m", 'not', 'crazy', 'about', 'how', 'this', 'falls', 'it', 'is', 'very', 'soft', 'cozy', 'and', 'cute', 'though', ',3,1,0', 'initmates', 'intimate', 'sleep'] ['2376,1078,34', 'perfect', 'sweater', 'dress', 'to', 'brighten', 'up', 'winter.', 'this', 'dress', 'is', 'really', 'fun', 'and', 'easy', 'to', 'wear', 'all', 'winter', 'the', 'colors', 'are', 'really', 'easy', 'to', 'pair', 'and', 'like', 'the', 'last', 'reviewer', 'mentioned', 'i', 'love', 'the', 'sheer', 'sleeves', 'i', 'was', 'very', 'worried', 'about', 'the', 'comfort', 'of', 'the', 'fabric', 'because', 'most', 'sweater', 'dresses', 'always', 'fail', 'this', 'dress', 'is', 'extremely', 'comfortable', 'to', 'wear', 'it', 'is', 'not', 'scratchy', 'at', 'all', 'it', 'is', 'soft', 'and', 'comfortable', 'for', 'winter', 'even', 'indoors', 'with', 'the', 'building', "'s", 'heat', 'blasting', 'away', 'the', 'dress', 'will', 'fit', 'the', 'size', 'you', 'normally', 'wear', 'however', 'it', 'may', 'show', 'lumps', 'and', 'bumps', 'i', 'would', ',4,1,18', 'general', 'petite', 'dresses', 'dresses'] ['2377,248,38', 'a', 'supportive', 'comfy', 'bralette', 'actually', 'yes', 'i', "'m", 'a', '32dd', 'so', 'i', 'would', "n't", 'normally', 'wear', 'a', 'bralette', 'out', 'of', 'the', 'house', 'not', 'enough', 'support', 'this', 'bralette', 'is', 'actually', 'very', 'supportive', 'and', 'comfortable', 'i', "'m", 'probably', 'going', 'to', 'get', 'at', 'least', 'one', 'more', 'for', 'reference', 'i', "'m", 'a', '32dd', 'small', 'back', 'big', 'boobs', 'and', 'a', 'small', 'fit', 'me', 'extremely', 'well', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['2378,1110,35', 'lightweight', 'when', 'this', 'piece', 'arrived', 'i', 'was', 'surprised', 'at', 'how', 'weightless', 'it', 'was', 'there', 'are', '2', 'layers', 'to', 'it', 'an', 'underlayer', 'and', 'then', 'a', 'very', 'fine', 'silk', 'toplayer', 'together', 'the', 'ensemble', 'is', 'incredibly', 'light', 'and', 'it', 'is', 'almost', 'as', 'though', 'i', 'feel', 'like', 'i', 'am', 'not', 'wearing', 'anything', 'at', 'all', 'to', 'take', 'it', 'home', 'i', 'did', 'have', 'to', 'kind', 'of', 'stuff', 'it', 'in', 'my', 'bag', 'and', 'this', 'caused', 'some', 'considerable', 'wrinkles', 'which', 'are', 'very', 'difficult', 'to', 'get', 'out', 'super', 'stubborn', 'but', 'i', 'am', 'pleased', 'with', 'the', 'look', 'of', 'the', 'garment', 'usually', 'i', 'like', 'the', 'look', 'of', 'a', 'dress', 'that', ',5,1,9', 'general', 'dresses', 'dresses'] ['2379,1078,48', 'lovely', 'sweater', 'dress', 'this', 'sweater', 'dress', 'is', 'beautifully', 'unique', 'in', 'that', 'it', 'has', 'lovely', 'sheer', 'sleeves', 'to', 'dress', 'it', 'up', 'but', 'it', "'s", 'made', 'of', 'a', 'soft', 'sweater', 'material', 'that', 'feels', 'comfortable', 'warm', 'and', 'wintry', 'at', 'the', 'same', 'time', 'it', 'does', 'run', 'true', 'to', 'size', 'i', 'ordered', 'a', 'small', '5', '5', 'and', '118', 'lbs', 'knitted', 'and', 'knotted', 'has', 'come', 'up', 'with', 'some', 'killer', 'sweater', 'dresses', 'this', 'season', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2380,1110,39', 'what', 'a', 'controversial', 'piece', 'i', 'have', 'to', 'say', 'being', 'a', 'silk', 'lover', 'decision', 'was', 'hard', 'to', 'make', 'the', 'quality', 'is', 'phenomenal', 'i', 'do', 'agree', 'to', 'a', 'reviewer', 'that', 'said', 'it', "'s", 'pj', 'like', 'i', 'tried', 'it', 'with', 'belt', 'did', "n't", 'help', 'much', 'with', 'the', 'look', 'somehow', 'it', 'just', 'felt', 'empty', 'my', 'daughter', 'who', 'i', 'usually', 'turn', 'for', 'opinions', 'said', 'ewww', 'grandma', 'i', 'know', 'truth', 'hurts'] [] ['i', 'ca', "n't", 'exchange', 'for', 'a', 'smaller', 'size', 'either', 'because', 'the', 'fabric', 'is', 'not', 'stretchy', 'and', 'i', "'m", 'afraid', 'the', 'extra', 'small', 'would', 'confine', 'my', 'arm', 'movement', 'on', 'top', 'of', 'that', 'the', 'background', 'is', 'more', 'peachy', 'tha', ',3,1,1', 'general', 'dresses', 'dresses'] ['2381,1110,53', 'unique', 'dress', 'this', 'ia', 'very', 'pretty', 'dress', 'however', 'it', 'is', 'a', 'unique', 'design', 'i', 'like', 'the', 'design', 'of', 'the', 'dress', 'but', 'i', 'can', 'see', 'where', 'some', 'may', 'not', 'i', 'ca', "n't", 'see', 'a', 'younger', 'person', 'wearing', 'this', 'it', 'is', 'more', 'for', 'an', 'older', 'woman', 'the', 'dress', 'is', 'so', 'soft', 'does', 'wrinkle', 'easily', 'but', 'just', 'a', 'beautiful', 'pattern', 'and', 'comfortable', 'i', 'can', 'see', 'some', 'of', 'my', 'friends', 'thinking', 'this', 'is', 'too', 'much', 'like', 'a', 'nightgown', 'but', 'i', 'really', 'love', 'this', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['2382,1110,56', 'pretty', 'fabric', 'but', 'needs', 'serious', 'pressing', 'this', 'dress', 'arrived', 'today', 'in', 'such', 'a', 'crumpled', 'and', 'wrinkled', 'state', 'that', 'i', 'was', 'reluctant', 'to', 'even', 'try', 'it', 'on', 'it', 'is', 'on', 'the', 'large', 'size', 'but', 'fine', 'if', 'you', 'are', 'looking', 'for', 'a', 'very', 'flowing', 'look', 'longer', 'at', 'the', 'front', 'than', 'shown', 'in', 'the', 'photograph', 'and', 'i', 'am', '5', '9', 'i', 'am', 'sending', 'it', 'back', 'it', 'is', 'a', 'pretty', 'fabric', 'although', 'shinier', 'than', 'expected', 'i', 'am', 'just', 'not', 'prepared', 'to', 'spend', 'so', 'much', 'time', 'pressing', 'and', 'steam', 'ironing', 'this', 'item', 'every', 'time', 'i', 'want', 'to', 'wear', 'it', ',3,0,77', 'general', 'dresses', 'dresses'] ['2383,873,39', 'okay', 'i', 'do', 'think', 'this', 'blazer', 'is', 'comfortable', 'and', 'looks', 'decently', 'cute', 'but', 'was', "n't", 'sure', 'about', 'the', 'fabric', 'hte', 'coloring', 'is', 'fun', 'too', 'i', 'decided', 'to', 'pass', 'on', 'it', 'only', 'because', 'of', 'the', 'previous', 'review', 'regarding', 'shedding', ',3,1,0', 'general', 'tops', 'knits'] ['2384,1110,28', 'frumpy', 'and', 'clingy', 'the', 'fabric', 'clung', 'to', 'my', 'body', 'i', 'expected', 'it', 'to', 'flow', 'and', 'be', 'breezy', 'it', 'was', 'too', 'flimsy', 'the', 'arms', 'were', 'too', 'wide', 'and', 'overall', 'for', '100', 'this', 'dress', 'did', "n't", 'cut', 'the', 'mustard', 'i', "'m", '5', '7', '135', 'the', 'dress', 'was', 'long', 'enough', 'just', 'did', "n't", 'flow', 'very', 'well', ',2,0,1', 'general', 'dresses', 'dresses'] ['2385,176,27', 'softest', 'robe', 'this', 'robe', 'is', 'warm', 'soft', 'and', 'i', 'like', 'how', 'long', 'it', 'is', 'it', "'s", 'perfect', 'length', 'my', 'favorite', 'thing', 'to', 'wear', 'around', 'the', 'house', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['2386,873,24', 'nice', 'jacket', 'this', 'jacket', 'is', "n't", 'as', 'structures', 'as', 'i', 'thought', 'but', 'it', 'is', 'very', 'comfortable', 'runs', 'true', 'to', 'size', 'and', 'feels', 'nice', 'i', 'am', 'looking', 'forward', 'to', 'wearing', 'this', 'in', 'the', 'fall,4,1,0', 'general', 'tops', 'knits'] ['2387,1110,34', ',,4,1,0', 'general', 'dresses', 'dresses'] ['2388,873,54', 'this', 'is', 'such', 'a', 'soft', 'comfortable', 'and', 'well', 'fitting', 'blazer', 'i', 'love', 'the', 'structured', 'cut', 'of', 'a', 'material', 'that', 'is', 'usually', 'used', 'in', 'more', 'casual', 'designs', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'very', 'often', 'in', 'the', 'fall', 'so', 'glad', 'i', 'purchased', 'this', 'one', ',5,1,0', 'general', 'tops', 'knits'] ['2389,1002,53', 'upholstery', 'material', 'dry', 'clean', 'only', 'runs', 'small', 'first', 'of', 'all', 'this', 'skirt', 'is', 'as', 'cute', 'on', 'as', 'it', 'is', 'in', 'the', 'picture', 'very', 'flattering', 'i', 'am', 'a', 'curvy', 'gal', 'on', 'the', 'bottom', 'and', 'this', 'is', 'flattering', 'that', 'being', 'said', 'it', 'runs', 'small', 'i', 'purchased', 'a', 'large', 'which', 'is', 'my', 'usual', 'size', 'and', 'i', 'need', 'another', 'inch', 'or', 'two', 'all', 'over', 'to', 'make', 'it', 'work', 'part', 'of', 'the', 'problem', 'is', 'the', 'material', 'it', 'is', 'a', 'very', 'heavy', 'durable', 'upholstery', 'like', 'material', 'there', 'is', 'absolutely', 'no', 'give', 'to', 'this', 'it', 'is', 'a', 'very', 'stiff', 'material', 'as', 'well', 'more', 'what', 'i', 'would', 'expect', 'on', 'a', 'sofa', 'than', 'on', 'my', 'skirt', 'the', 'skirt', 'c', ',2,0,1', 'general', 'bottoms', 'skirts'] ['2390,873,56', 'so', 'fun', 'to', 'wear', 'i', 'absolutely', 'love', 'this', 'jacket', 'i', 'bought', 'it', 'and', 'wore', 'it', 'to', 'work', 'to', 'next', 'day', 'and', 'received', 'tons', 'of', 'compliments', 'it', 'is', 'easy', 'to', 'move', 'in', 'as', 'i', 'have', 'ark', 'that', 'required', 'stretching', 'and', 'bending', 'alot', 'i', 'am', '5', '5', '119', 'pounds', 'and', 'xs', 'fit', 'a', 'well', ',5,1,2', 'general', 'tops', 'knits'] ['2391,1099,49', 'great', 'summer', 'dress', 'cute', 'cool', 'dress', 'for', 'hot', 'summer', 'days', 'very', 'roomy', 'has', 'pockets', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2392,873,40', 'nice', 'jacket', 'to', 'put', 'outfit', 'together', 'i', 'bought', 'this', 'for', 'the', 'office', 'and', 'received', 'many', 'compliments', 'about', 'it', 'it', 'puts', 'the', 'outfit', 'together', 'just', 'right', 'and', 'the', 'material', 'is', 'very', 'comfortable', 'it', 'fits', 'my', 'need', 'for', 'comfortable', 'clothing', 'that', 'still', 'looks', 'good', 'enough', 'for', 'a', 'business', 'setting', 'this', 'jacket', 'is', 'more', 'comfortable', 'almost', 'slouchy', 'than', 'it', 'is', 'structured.,4,1,0', 'general', 'tops', 'knits'] ['2393,1078,58', 'classic', 'a', 'wardrobe', 'addition', 'to', 'dress', 'up', 'or', 'dress', 'down'] ['the', 'sheer', 'sleeves', 'are', 'a', 'nice', 'detail'] [] ['i', "'m", '5', '6', 'and', 'the', 'length', 'hits', 'me', 'at', 'the', 'knee', ',5,1,0', 'general', 'dresses', 'dresses'] ['2394,873,59', 'i', 'have', 'not', 'had', 'any', 'sort', 'of', 'shedding', 'problem', 'with', 'this', 'jacket', 'i', 'have', 'worn', 'it', 'open', 'with', 'black', 'jeans', 'and', 'a', 'long', 'necklace', 'and', 'buttoned', 'with', 'a', 'scarf', 'and', 'jeans', 'it', 'is', 'really', 'cute', 'i', 'am', '5', '4', 'and', '115', 'lbs', 'and', 'i', 'got', 'the', 'small', 'i', 'would', "n't", 'hesitate', 'especially', 'since', 'it', 'is', 'now', 'on', 'sale', ',5,1,1', 'general', 'tops', 'knits'] ['2395,1078,26', 'slightly', 'disagree', 'with', 'others', 'i', 'wore', 'this', 'dress', 'for', 'christmas', 'and', 'agree', 'that', 'it', 'is', 'beautiful', 'i', 'received', 'many', 'compliments', 'while', 'i', 'agree', 'that', 'this', 'sweater', 'dress', 'is', 'beautiful', 'i', "'m", 'a', 'little', 'worried', 'about', 'the', 'quality', 'after', 'just', 'a', 'day', 'of', 'wearing', 'it', 'it', 'seemed', 'to', 'have', 'lost', 'it', "'s", 'shape', 'the', 'bottom', 'hem', 'of', 'the', 'dress', 'looked', 'stretched', 'out', 'and', 'it', 'sagged', 'slightly', 'all', 'over', 'i', "'m", '5', '7', '135lbs', 'and', 'my', 'typical', 'size', 'is', 'a', 'm/4', 'and', 'the', 'dress', 'fit', 'perfectly', 'initially', 'but', 'not', 'so', 'much', 'by', 'christmas', 'dinner', 'i', "'m", 'not', 'giving', 'up', 'on', 'it', 'because', 'i', 'was', 'still', ',3,1,6', 'general', 'dresses', 'dresses'] ['2396,1134,62', 'i', "'m", "5'10", 'and', 'felt', 'that', 'it', 'was', 'just', 'too', 'short', 'otherwise', 'love', 'it', ',4,1,0', 'general', 'jackets', 'outerwear'] ['2397,248,49', 'pretty', 'but', 'not', 'perfect', 'this', 'is', 'pretty', 'and', 'provides', 'coverage', 'with', 'a', 'bit', 'of', 'support', 'for', 'wearing', 'around', 'the', 'house', 'i', "'m", 'a', '34b', 'so', 'i', 'ordered', 'the', 'small-', 'it', 'still', 'had', 'room', 'in', 'it', 'so', 'i', 'tightened', 'the', 'straps', 'and', 'used', 'the', 'tightest', 'hooks', 'on', 'the', 'back', 'and', 'that', 'makes', 'it', 'fit', 'ok.', 'i', 'bought', 'it', 'just', 'to', 'wear', 'at', 'home', 'since', 'i', 'was', 'not', 'expecting', 'a', 'great', 'deal', 'of', 'support', 'or', 'shaping', 'and', 'while', 'it', 'feels', 'ok', 'it', 'is', 'not', 'super-comfy-', 'it', "'s", 'a', 'bit', 'scratchy', 'around', 'the', 'edges', 'i', 'was', 'going', 'to', 'buy', 'another', 'color', 'if', 'i', 'loved', 'this', 'but', 'as', 'it', 'is', 'i', 'will', 'keep', 'the', 'one', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['2398,873,34', 'so-so', 'i', "'m", 'not', 'in', 'love', 'with', 'this', 'but', 'the', 'husband', 'thinks', 'it', 'looks', 'cute', 'and', 'the', 'sale', 'price', 'is', "n't", 'bad', 'so', 'i', "'m", 'keeping', 'it', 'i', 'got', 'it', 'in', 's', 'and', 'am', 'usually', 'an', 'xs', 'or', 's', 'in', 'retailer', 'tops', '34b', '26', 'inch', 'waist', '120lbs', 'if', 'i', 'had', 'gone', 'with', 'xs', 'it', 'probably', 'would', "'ve", 'been', 'too', 'tight', 'in', 'the', 'shoulders', 'however', 'i', 'could', 'be', '6', 'months', 'pregnant', 'and', 'you', 'would', "n't", 'know', 'it', 'it', 'is', 'very', 'boxy', 'in', 'the', 'torso', 'and', 'i', 'realize', 'the', 'design', 'is', 'for', 'it', 'to', 'be', 'flowy', 'as', 'the', 'back', 'is', 'partially', 'split', 'but', 'it', 'looks', 'relatively', 'fitted', 'on', 'the', 'model', 'which', 'is', ',3,0,2', 'general', 'tops', 'knits'] ['2399,1078,45', 'beautiful', 'dress', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'the', 'grey', 'is', 'more', 'vibrant', 'in', 'real', 'life', 'than', 'the', 'picture', 'suggests', 'and', 'the', 'maroon', 'red', 'is', 'perfect', 'for', 'fall', 'and', 'winter', 'seriously', 'this', 'is', 'not', 'your', 'typical', 'sweater', 'dress', 'the', 'sheer', 'sleeves', 'elevate', 'it', 'to', 'a', 'whole', 'other', 'level', 'it', 'comes', 'to', 'just', 'above', 'the', 'knee', 'on', 'my', '5', '7', 'frame', 'it', 'is', 'a', 'bit', 'looser', 'on', 'top', 'i', "'m", '32c', 'and', 'more', 'form-fitting', 'around', 'the', 'hips', 'but', 'not', 'tight', 'or', 'clingy', 'and', 'so', 'comfortable', 'i', 'am', '122', 'lbs', 'and', 'took', 'my', 'usual', 'small', 'so', 'i', 'think', 'it', 'runs', 'true', 'to', 'size', 'the', 'sl', ',5,1,23', 'general', 'dresses', 'dresses'] ['2400,873,69', 'great', 'jacket', 'love', 'the', 'lines', 'of', 'this', 'tweed', 'look', 'jacket', 'pockets', 'are', 'a', 'definite', 'plus', 'as', 'is', 'the', 'soft', 'pleat', 'in', 'the', 'back', 'this', 'is', 'a', 'good', 'piece', 'to', 'transition', 'from', 'winter', 'to', 'spring', 'it', 'updates', 'your', 'jeans', 'and', 'soft', 't-shirt', 'look', ',5,1,0', 'general', 'tops', 'knits'] ['2401,1110,47', 'silky', 'and', 'sweet', 'the', 'peachy', 'color', 'read', 'as', 'pretty', 'gold', 'on', 'me', 'which', 'i', 'think', 'was', 'good', 'for', 'my', 'pale', 'skin', 'and', 'sandy', 'hair', 'the', 'lavender', 'accent', 'color', 'is', 'also', 'very', 'nice', 'forgiving', 'fit', 'elegant', 'fabric', 'pretty', 'print', 'respectable', 'hemline', 'super', 'flattering', 'neckline', 'love', 'the', 'pockets', 'all', 'in', 'all', 'i', 'think', 'this', 'dress', 'is', 'a', 'nice', 'choice', 'for', 'day', 'events', ',4,1,2', 'general', 'dresses', 'dresses'] ['2402,1110,34', 'refreshing', 'green', 'this', 'dress', 'is', 'even', 'better', 'in', 'person', 'the', 'base', 'color', 'of', 'the', 'fabric', 'is', 'a', 'very', 'light', 'peach', 'and', 'very', 'lovely', 'as', 'you', 'can', 'see', 'from', 'the', 'photos', 'the', 'green', 'floral', 'pattern', 'running', 'up', 'the', 'front', 'of', 'the', 'dress', 'varies', 'slightly', 'from', 'dress', 'to', 'dress', 'but', 'i', 'found', 'the', 'front', 'on', 'mine', 'was', 'very', 'similar', 'to', 'the', '1st', 'photo', 'the', 'bright', 'green', 'flowers', 'are', 'a', 'light', 'mint', 'green', 'which', 'plays', 'beautifully', 'with', 'the', 'light', 'peach', 'there', 'are', 'more', 'details', 'in', 'the', 'print', 'to', 'discover', 'in', 'person', 'which', 'is', 'a', 'nice', 'bonus', 'the', 'silk', 'is', 'not', 'stiff', 'li', ',5,1,61', 'general', 'dresses', 'dresses'] ['2403,873,28', 'wanted', 'to', 'love', 'it', 'i', 'really', 'wanted', 'to', 'love', 'this', 'blazer', 'i', "'ve", 'even', 'tried', 'it', 'on', 'several', 'times', 'hoping', 'it', 'would', 'look', 'better', 'the', 'next', 'time', 'around', 'spoiler', 'it', 'did', "n't", 'overall', 'it', 'makes', 'me', 'look', 'pretty', 'frumpy', 'and', 'not', 'put', 'together', 'i', 'really', 'love', 'saturday/sunday', 'brand', 'and', 'was', 'hoping', 'for', 'a', 'nice', 'comfy', 'blazer', 'to', 'wear', 'to', 'work', 'will', 'be', 'returning', 'instead', ',2,0,5', 'general', 'tops', 'knits'] ['2404,1078,47', 'quality', 'and', 'look', 'make', 'it', 'a', 'winner', 'nice', 'quality', 'soft', 'fabric', 'sleeves', 'definitely', 'make', 'a', 'unique', 'statement', 'the', 'fit', 'worked', 'for', 'me', 'although', 'it', 'could', 'have', 'more', 'room', 'in', 'hips', 'for', 'my', 'hourglass', 'figure', 'got', 'm', 'size', 'l', 'was', 'way', 'too', 'big', 'i', 'am', '34d', 'but', 'the', 'dress', 'can', 'definitely', 'accomodate', 'bigger', 'chest', 'the', 'color', 'are', 'my', 'favorites', 'in', 'this', 'season'] ['wear', 'it', 'to', 'stand', 'out', ',5,1,1', 'general', 'dresses', 'dresses'] ['2405,930,41', 'wanted', 'to', 'love', 'this', 'it', 'really', 'is', 'a', 'beautiful', 'sweater', 'the', 'material', 'is', 'super', 'soft', 'and', 'feels', 'luxurious', 'unfortunately', 'it', 'just', 'looked', 'too', 'bulky', 'on', 'me', 'and', 'accentuated', 'my', 'width', 'maybe', 'if', 'i', 'were', 'taller', 'i', 'could', 'pull', 'it', 'off', ',3,1,0', 'general', 'tops', 'sweaters'] ['2406,176,37', 'not', 'a', 'great', 'fit', 'this', 'one', 'pulled', 'across', 'my', 'shoulders', 'and', 'neck', 'in', 'a', 'creepy', 'way', 'did', 'not', 'like', 'the', 'way', 'that', 'it', 'fit', 'returned,2,0,0', 'initmates', 'intimate', 'sleep'] ['2407,873,55', 'versatile', 'i', 'love', 'this', 'piece', 'it', 'fits', 'well', 'and', 'is', 'comfortable', 'you', 'can', 'dress', 'it', 'up', 'or', 'be', 'more', 'casual', 'i', 'have', 'received', 'many', 'compliments', 'already', 'and', 'it', 'goes', 'with', 'many', 'of', 'my', 'outfits', ',4,1,0', 'general', 'tops', 'knits'] ['2408,1110,53', 'ethereal', 'and', 'lovely', 'i', 'wore', 'this', 'dress', 'to', 'nyc', 'on', 'a', 'date', 'it', 'was', 'perfect', 'light', 'flowy', 'and', 'lovely', 'the', 'peach', 'and', 'green', 'combination', 'is', 'really', 'pretty', 'and', 'i', 'love', 'the', 'hemline', 'which', 'is', 'longer', 'in', 'the', 'back', 'than', 'in', 'the', 'front', 'i', 'can', 'only', 'say', 'one', 'thing', 'as', 'i', 'was', 'walking', 'down', 'the', 'street', 'with', 'my', 'boyfriend', 'a', 'total', 'stranger', 'and', 'not', 'a', 'crazy', 'person', 'came', 'up', 'to', 'us', 'and', 'told', 'us', 'we', 'looked', 'beautiful', 'enough', 'said', ',5,1,0', 'general', 'dresses', 'dresses'] ['2409,1110,43', 'stunning', 'and', 'well-made', 'i', 'waited', 'patiently', 'for', 'this', 'dress', 'to', 'arrive', 'in', 'my', 'local', 'retailer', 'store', 'and', 'loved', 'the', 'design', 'immediately', 'the', 'green', 'motif', 'as', 'others', 'noted', 'it', 'is', 'on', 'the', 'flowly', 'side', 'for', 'this', 'reason', 'i', 'went', 'with', 'a', 'size', 's.', 'i', 'wore', 'it', 'on', 'easter', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'i', 'did', 'not', 'have', 'any', 'issues', 'with', 'wrinkling', 'or', 'putting', 'on', 'the', 'dress', 'it', 'is', 'a', 'simple', 'over', 'the', 'head', 'no', 'fuss', 'kind', 'of', 'dress', 'you', 'get', 'to', 'be', 'supremely', 'comfortable', 'and', 'look', 'like', 'a', 'goddess', 'this', 'is', 'one', 'of', 'those', 'retailer', 'pieces', 'that', 'you', 'will', 'have', 'for', 'years', ',5,1,6', 'general', 'dresses', 'dresses'] ['2410,873,24', ',,1,0,0', 'general', 'tops', 'knits'] ['2411,1110,34', 'beautiful', 'fabric', 'frumpy', 'looking', 'on', 'me', 'however', 'i', 'want', 'to', 'say', 'that', 'i', 'love', 'this', 'fabric', 'design', 'combining', 'some', 'of', 'my', 'favorite', 'colors', 'greens', 'and', 'neutrals', 'however', 'this', 'just', 'did', "n't", 'work', 'for', 'me'] ['_______'] ['pros'] ['it', 'does', 'have', 'a', 'nice', 'flow', 'as', 'others', 'stated'] ['pockets', 'are', 'a', 'surprise', 'touch', 'for', 'a', 'silk', 'dress'] ['the', 'slip', 'inside', 'is', 'detachable'] ['_______'] ['cons'] ['as', 'another', 'stated', 'lots', 'of', 'wrinkles', 'it', "'s", 'the', 'nature', 'of', 'silk', 'unfortunately', 'which', 'means', 'more', 'work', 'for', 'me'] ['length', 'is', 'too', 'short', 'in', 'front', 'for', 'my', 'personal', 'liking', 'trend', 'of', 'these', 'high-low', 'he', ',3,1,7', 'general', 'dresses', 'dresses'] ['2412,1110,44', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2413,1078,39', 'lovely', 'long', 'loose', 'i', 'wanted', 'to', 'buy', 'my', 'usual', 'mp', 'but', 'was', 'sold', 'out', 'and', 'so', 'was', 'normal', 'm.', 'i', 'got', 'the', 'regular', 'l', 'and', 'it', 'fits', 'like', 'a', 'shift', 'dress', 'and', 'does', 'not', 'enhance', 'my', 'curves', 'it', 'looks', 'like', 'a', 'luxurious', 'knitted', 'sack', 'but', 'i', 'mean', 'that', 'in', 'a', 'good', 'way', 'it', 'is', 'very', 'comfortable', 'does', 'not', 'cling', 'and', 'reaches', 'just', 'below', 'my', 'knees', 'i', 'do', 'worry', 'about', 'the', 'stretch', 'factor', 'as', 'other', 'reviewers', 'have', 'noted', 'but', 'since', 'i', 'just', 'received', 'it', 'we', 'will', 'see', 'i', 'do', 'not', 'like', 'the', 'sheer', 'sleeves', 'i', 'wish', 'i', 'could', 'take', 'them', 'off', 'i', 'do', 'not', 'like', 'the', 'button', 'loop', 'at', 'the', ',5,1,0', 'general', 'dresses', 'dresses'] ['2414,969,39', 'runs', 'large', 'great', 'casual', 'jacket', 'it', "'s", 'a', 'nice', 'spring', 'weight', 'can', 'be', 'worn', 'in', 'different', 'ways', 'by', 'turning', 'the', 'cuffs', 'folding', 'the', 'collar', 'wrapping', 'or', 'unwrapping', 'etc', 'i', 'love', 'the', 'way', 'they', 'styled', 'it', 'in', 'the', 'model', 'shots', 'i', 'am', 'going', 'to', 'have', 'to', 'disagree', 'with', 'the', 'other', 'reviewers', 'about', 'this', 'being', 'tts', 'i', 'have', 'to', 'say', 'the', 'medium', 'was', 'so', 'oversized', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'fabric', 'box', 'i', 'have', 'a', 'broad', 'back', 'and', '36ddd', 'bust', 'and', 'am', 'comfortably', 'wearing', 'the', 'size', 'xs', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['2415,1110,38', 'elegant', 'and', 'flattering', 'i', 'was', 'expecting', 'not', 'to', 'fit', 'into', 'this', 'because', 'i', "'m", 'womanly', 'and', 'generally', 'wear', 'a', 'size', '16', 'in', 'things', 'but', 'the', 'picture', 'was', 'so', 'gorgeous', 'i', 'had', 'to', 'try', 'i', "'m", 'so', 'happy', 'i', 'did', 'it', 'slipped', 'right', 'on', 'and', 'is', 'flowy', 'yet', 'not', 'overly', 'so', 'it', 'still', 'has', 'shape', 'the', 'colors', 'are', 'exactly', 'as', 'it', 'is', 'portrayed', 'on', 'the', 'site', 'i', 'love', 'having', 'this', 'in', 'my', 'closet', ',5,1,46', 'general', 'dresses', 'dresses'] ['2416,176,46', 'plaid', 'sherpa', 'robe', 'rocks', 'super', 'comfy', 'and', 'longer', 'than', 'last', 'year', "'s", 'version', 'minus', 'the', 'hood', 'love', 'it', ',5,1,5', 'initmates', 'intimate', 'sleep'] ['2417,1099,34', 'huge', 'i', 'wear', 'med', 'or', 'large', 'in', 'most', 'items', 'the', 'medium', 'was', 'huge', 'fit', 'like', 'a', 'moo', 'moo', 'size', 'down', 'by', 'at', 'least', 'two.,2,0,8', 'general', 'petite', 'dresses', 'dresses'] ['2418,248,48', 'beautiful', 'comfortable', 'w/perfect', 'fit', 'only', 'the', 'xxs', 'was', 'left', 'so', 'i', 'was', 'a', 'little', 'concerned', 'that', 'it', 'might', 'be', 'too', 'small', 'not', 'the', 'case', 'at', 'all', 'thanks', 'to', 'the', 'very', 'functional', 'adjustable', 'straps', 'high', 'quality', 'of', 'craftsmanship', 'design', 'for', 'reference', 'i', "'m", '32c', '5', '2', '110-115lbs', 'kind', 'off', 'petite', 'w/an', 'athletic', 'build', 'the', 'black', 'is', 'lovely', 'classic', 'the', 'color', 'along', 'with', 'the', 'beautiful', 'design', 'give', 'this', 'a', 'timeless', 'classic', 'french', 'look', 'very', 'comfortable', 'too', 'love', 'so', 'much', 'i', 'ordering', 'more', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['2419,1110,44', 'prim', 'and', 'proper', 'this', 'dress', 'is', 'a', 'work', 'of', 'art', 'both', 'online', 'and', 'in', 'person', 'the', 'color', 'is', 'more', 'vibrant', 'in', 'person', 'and', 'both', 'colors', 'are', 'beautiful', 'i', 'like', 'the', 'mango', 'color', 'better', 'because', 'it', 'looks', 'better', 'on', 'my', 'olive', 'skin', 'tone', 'plus', 'i', 'like', 'the', 'purple', 'flowers', 'against', 'the', 'orange', 'background', 'thank', 'goodness', 'for', 'the', 'liner', 'because', 'this', 'dress', 'is', 'very', 'thin', 'it', 'wrinkles', 'easily', 'but', 'i', 'think', 'it', 'comes', 'with', 'the', 'territory', 'due', 'to', 'the', 'thin', 'silk', 'fabric', 'for', 'short', 'gals', 'like', 'me', 'a', 'belt', 'is', 'a', 'must', 'for', 'a', 'structured', 'look', 'if', 'worn', 'with', 'heels', 'otherw', ',5,1,7', 'general', 'dresses', 'dresses'] ['2420,798,37', 'love', 'this', 'bra', 'and', 'pantie', 'set', 'i', 'ordered', 'size', 'small', 'i', 'am', '5', '6', '32', 'b.', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'fit', 'is', 'great', 'there', "'s", 'an', 'adorable', 'little', 'quote', 'on', 'the', 'pantie', "'s", 'lining', 'and', 'the', 'bra', 'has', 'a', 'beautiful', 'print', 'on', 'its', 'inner', 'lining', 'the', 'feel', 'of', 'the', 'lace', 'and', 'fabric', 'is', 'divine', 'love', 'it', 'one', 'more', 'thing', 'to', 'note', 'there', 'is', 'very', 'little', 'lining', 'in', 'the', 'bra', 'really', 'nothing', 'more', 'than', 'an', 'extra', 'layer', 'of', 'fabric', 'it', 'is', 'enough', 'to', 'protect', 'modesty', 'but', 'not', 'much', 'else', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['2421,176,65', 'better', 'than', 'expected', 'very', 'nicely', 'made', 'with', 'attention', 'to', 'detail', 'thick', 'and', 'comfy', 'hand', 'washing', 'recommended', 'that', "'s", 'the', 'only', 'negative.,4,1,2', 'initmates', 'intimate', 'sleep'] ['2422,1134,39', 'fabric', 'was', 'divine', 'but', 'i', 'wanted', 'to', 'fall', 'in', 'love', 'with', 'this', 'jacket', 'i', "'m", 'an', 'xs', 'or', 's', 'in', 'retailer', 'brands', 'so', 'i', 'ordered', 'this', 'online', 'in', 'both', 'sizes', 'when', 'i', 'received', 'it', 'i', 'felt', 'the', 'fabric', 'and', 'immediately', 'loved', 'the', 'color', 'and', 'texture', 'creamy', 'white', 'not', 'too', 'stark', 'and', 'so', 'incredibly', 'soft', 'the', 'length', 'was', 'the', 'same', 'as', 'on', 'the', 'model', 'which', 'is', 'what', 'i', 'wanted', 'because', 'being', '5', '2', '113', 'many', 'jackets', 'swallow', 'me', 'i', 'have', 'narrow', 'shoulders', 'and', 'unfortunately', 'this', 'jacket', 'was', 'too', 'broad', 'and', 'puffy', 'for', 'my', 'frame', 'and', 'i', 'looked', 'like', 'a', 'marshmallow', 'the', 'xs', 'was', 'the', ',3,1,7', 'general', 'jackets', 'outerwear'] ['2423,341,54', 'lightweight', 'and', 'holds', 'their', 'shape', 'got', 'these', 'shorts', 'in', 'both', 'colors', 'the', 'blue-gray', 'and', 'the', 'red-pink', 'super', 'lightweight', 'in', 'hot', 'humd', 'weather', 'and', 'keeps', 'a', 'crisp', 'shape', 'does', "n't", 'get', 'wrinkly', 'and', 'saggy', 'like', 'other', 'linen', 'shorts', 'do', 'really', 'nice', 'quality', 'interior', 'finish', 'and', 'both', 'front', 'and', 'back', 'pockets', 'are', 'a', 'usable', 'depth'] [] ['if', 'you', "'re", 'between', 'sizes', 'go', 'for', 'the', 'smaller', 'as', 'they', 'do', 'stretch', 'a', 'bit', 'over', 'the', 'day', 'i', 'got', 'these', 'in', 'a', 'size', '2', 'and', 'they', 'get', 'a', 'little', 'loose', 'on', 'my', '33', '-25', '-37ish', 'frame', 'i', "'m", '5', '2', 'and', 'the', 'petite', 'was', 'sold', 'out', 'so', 'i', 'do', "n't", 'know', 'if', 't', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2424,341,42', 'this', 'one', 'does', "n't", 'work', 'with', 'full', 'hips', 'beautiful', 'shorts', 'good', 'length', 'but', 'if', 'you', 'have', 'lots', 'of', 'lower', 'body', 'curves-', 'probably', 'not', 'for', 'you', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2425,873,50', 'looks', 'cute', 'but', 'sheds', 'this', 'jacket', 'looked', 'adorable', 'on', 'it', 'was', 'also', 'quite', 'comfortable', 'however', 'it', 'sheds', 'and', 'left', 'fuzz', 'on', 'every', 'dark', 'surface', 'it', 'touched', 'sadly', 'this', 'is', 'a', 'deal', 'breaker', 'for', 'me', ',2,0,4', 'general', 'tops', 'knits'] ['2426,1110,35', 'weird', 'back', 'i', 'really', 'wanted', 'to', 'keep', 'this', 'dress', 'and', 'the', 'material', 'is', 'amazing', 'so', 'soft', 'and', 'gentle', 'and', 'delicate', 'the', 'design', 'is', 'great', 'the', 'front', 'looks', 'nice', 'but', 'from', 'back', 'looks', 'really', 'awkward', 'big', 'and', 'kind', 'of', 'too', 'loose', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2427,939,39', ',beautiful', 'jacket', 'and', 'i', 'got', 'lots', 'of', 'compliments', 'true', 'to', 'size', 'it', "'s", 'not', 'thick', 'but', 'it', "'s", 'very', 'warm.,1,1,0', 'general', 'tops', 'sweaters'] ['2428,820,48', 'cool', 'versatile', 'tank', 'i', 'really', 'liked', 'this', 'tank', 'i', 'purchased', 'it', 'in', 'the', 'green', 'i', 'went', 'with', 'my', 'regular', 'size', '2.', 'yes', 'it', "'s", 'boxy', 'but', 'it', "'s", 'a', 'nice', 'tank', 'that', 'will', 'get', 'lots', 'of', 'use', 'this', 'summer', 'i', "'m", 'planning', 'on', 'using', 'it', 'on', 'our', 'vacation', 'to', 'the', 'beach', 'it', 'is', 'thin', 'and', 'soft.,5,1,0', 'general', 'tops', 'blouses'] ['2429,872,61', 'classy', 't-shirt', 'i', 'absolutely', 'love', 'this', 'top', 'it', 'has', 'a', 'very', 'classy', 'look', 'and', 'can', 'be', 'used', 'casual', 'or', 'dressy', 'i', 'get', 'lots', 'of', 'compliments.,5,1,1', 'general', 'tops', 'knits'] ['2430,1085,33', 'great', 'multi-purpose', 'dress', 'i', 'bought', 'this', 'dress', 'in', 'red', 'for', 'a', 'wedding', 'i', 'love', 'the', 'laser-cut', 'design', 'and', 'the', 'fit', 'overall', 'is', 'good', 'except', 'as', 'another', 'reviewer', 'wrote', 'the', 'psuedo-empire', 'waste', 'is', 'likely', 'not', 'awesome', 'for', 'anyone', 'with', 'an', 'average', 'to', 'longer', 'torso', 'i', 'have', 'a', 'super', 'long', 'torso', 'and', 'the', 'dress', 'still', 'works', 'but', 'a', 'lower', 'waist', 'would', 'have', 'taken', 'it', 'from', 'good', 'to', 'wow', 'love', 'the', 'innovative', 'take', 'on', 'a', 'classic', 'silhouette/design', 'though', 'and', 'the', 'red', 'is', 'gorgeous', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2431,820,46', 'so', 'summery', 'light', 'and', 'flows', 'so', 'nicely', 'a', 'great', 'length', 'not', 'to', 'short', 'or', 'long', 'great', 'with', 'shorts', 'material', 'is', 'lovely.,5,1,0', 'general', 'tops', 'blouses'] ['2432,1116,20', 'makes', 'you', 'look', 'like', 'a', 'football', 'player', 'i', 'was', 'looking', 'for', 'a', 'really', 'warm', 'but', 'stylish', 'coat', 'that', 'i', 'could', 'wear', 'when', 'the', 'weather', 'is', 'frigid', 'as', 'it', 'sometimes', 'gets', 'here', 'in', 'the', 'dc', 'area', 'i', 'tried', 'on', 'a', 'size', 'small', 'which', 'is', 'my', 'usual', 'coat', 'size', 'while', 'the', 'coat', 'fit', 'it', 'was', 'not', 'flattering', 'for', 'reference', 'i', 'am', '5', '9', '128', 'pounds', 'and', 'usually', 'wear', 'a', 'small/xsmall', 'in', 'retailer', 'tops', 'in', 'this', 'coat', 'i', 'looked', 'like', 'a', 'linebacker', 'with', 'pads', 'on', 'the', 'front', 'material', 'is', 'doubled', 'which', 'makes', 'you', 'look', 'like', 'you', 'have', 'a', 'large', 'protruding', 'stomach', 'the', 'shoulders', 'are', 'bulky', 'and', ',1,0,0', 'general', 'jackets', 'outerwear'] ['2433,861,36', 'super', 'cute', 'but', 'big', 'this', 'top', 'is', 'so', 'cute', 'love', 'the', 'stripes', 'in', 'the', 'red', 'print', 'and', 'the', 'detailing', 'of', 'the', 'buttons', 'however', 'it', 'does', 'run', 'slightly', 'big', 'i', "'m", '5', '8', '145', 'and', 'got', 'the', 'medium', 'it', "'s", 'so', 'low', 'in', 'the', 'front', 'that', 'i', 'do', 'have', 'to', 'wear', 'a', 'cami', 'underneath', 'i', 'see', 'why', 'they', 'designed', 'it', 'a', 'little', 'larger', 'since', 'it', 'comes', 'up', 'on', 'the', 'sides', 'and', 'it', "'s", 'supposed', 'to', 'be', 'more', 'of', 'a', 'relaxed', 'fit', 'i', 'typically', 'love', 'when', 'shirts', 'are', 'long', 'since', 'i', "'m", 'a', 'little', 'taller', 'and', 'this', 'one', 'hits', 'perfectly', 'in', 'the', 'front', 'it', 'does', 'dip', 'down', 'in', 'the', 'back', 'and', 'covers', 'my', 'bum', ',4,1,0', 'general', 'tops', 'knits'] ['2434,1076,32', 'flowing', 'silk', 'stunner', 'this', 'dress', 'is', 'definitely', 'light', 'weight', 'and', 'it', 'requires', 'a', 'slip', 'or', 'you', 'could', 'wear', 'a', 'black', 'tank', 'and', 'tights', 'with', 'boots', 'there', 'was', "n't", 'a', 'security', 'tag', 'in', 'mine', 'so', 'no', 'holes', 'when', 'i', 'bought', 'in', 'store', 'i', 'even', 'accidentally', 'caught', 'it', 'on', 'a', 'costume', 'bracelet', 'and', 'it', 'did', 'not', 'rip', 'or', 'damage', 'although', 'you', 'probably', 'would', "n't", 'want', 'to', 'sit', 'on', 'concrete', 'or', 'rub', 'against', 'something', 'rough', 'i', 'would', 'recommend', 'this', 'dress-', 'its', 'gorgeous', 'on', 'for', 'the', 'price', 'i', 'think', 'it', 'should', 'come', 'with', 'a', 'slip', 'fyi', 'the', 'back', 'half', 'of', 'the', 'waist', 'has', 'elastic', ',4,1,3', 'general', 'dresses', 'dresses'] ['2435,1116,60', 'this', 'is', 'a', 'beautiful', 'coat', 'nicely', 'constructed', 'and', 'very', 'warm', 'it', 'was', 'just', 'too', 'bulky', 'for', 'me', 'and', 'i', 'looked', '10', 'lbs', 'heavier', 'in', 'it', 'i', 'am', '5', '7', 'and', '140', 'lbs', 'maybe', 'it', 'would', 'be', 'better', 'suited', 'to', 'a', 'more', 'slender', 'frame', ',3,0,0', 'general', 'jackets', 'outerwear'] ['2436,939,41', 'disapppointing', 'loved', 'the', 'idea', 'of', 'this', 'unfortunately', 'it', 'disappointed', 'all', 'around', 'it', "'s", 'way', 'too', 'short', 'and', 'ran', 'small', 'the', 'fuzzy', 'collar', 'was', 'also', 'different', 'than', 'pictured', 'in', 'the', 'stock', 'photo', 'and', 'looked', 'a', 'bit', 'tacky', 'and', 'cheap', 'the', 'pricepoint', 'is', 'also', 'way', 'off', 'the', 'mark', 'for', 'this', 'piece', 'usually', 'an', 'retailer', 'small', '5', '7', '140', 'lbs', '32dd', 'but', 'ordered', 'a', 'medium', 'small', 'would', 'not', 'have', 'fit', 'in', 'this', 'piece', 'do', 'not', 'recommend', ',2,0,10', 'general', 'tops', 'sweaters'] ['2437,1085,39', 'love', 'it', 'i', 'wanted', 'to', 'wait', 'until', 'i', 'could', 'give', 'this', 'dress', 'a', 'thorough', 'wearing', 'before', 'i', 'reviewed', 'it', 'it', 'exceeded', 'my', 'expectations', 'i', 'wore', 'it', 'at', 'an', 'outdoor', 'wedding', 'the', 'red', 'and', 'received', 'so', 'many', 'compliments', 'on', 'it', 'it', 'is', 'well-constructed', 'and', 'the', 'cutouts', 'are', 'gorgeous', 'no', 'danger', 'so', 'far', 'of', 'them', 'ripping', 'or', 'tearing', 'the', 'zipper', 'in', 'the', 'back', 'is', 'a', 'little', 'bulky', 'for', 'the', 'dress', 'but', 'not', 'a', 'major', 'deterrent'] [] ['i', "'m", '5', '6', 'and', 'about', '145lbs', 'and', 'the', 'size', '6', 'my', 'usual', 'retailer', 'size', 'was', 'perfect', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2438,895,56', 'comfortable', 'but', 'stylish', 'great', 'top', 'for', 'the', 'older', 'woman', 'who', 'wants', 'to', 'be', 'stylish', 'but', 'needs', 'a', 'little', 'extra', 'room', 'the', 'subtle', 'color', 'goes', 'with', 'anything', 'i', 'love', 'it', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2439,895,63', 'just', 'could', "n't", 'get', 'it', 'to', 'work', 'i', 'love', 'this', 'blouse', 'on', 'the', 'model', 'online', 'however', 'i', 'could', "n't", 'get', 'it', 'to', 'lay', 'right', 'and', 'the', 'material', 'was', 'a', 'little', 'scratchy', 'for', 'me', 'did', 'not', 'like', 'the', 'glittery', 'thread', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2440,1085,31', 'beautiful', 'but', 'a', 'bit', 'boxy', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'cut', 'out', 'design', 'is', 'beautiful', 'and', 'it', 'is', 'very', 'feminine', 'however', 'it', 'does', 'not', 'really', 'cut', 'in', 'at', 'the', 'waist', 'and', 'it', 'left', 'me', 'feeling', 'a', 'bit', 'boxy', 'i', 'think', 'if', 'it', 'cinched', 'at', 'the', 'waist', 'it', 'would', 'be', 'perfect', 'it', 'did', "n't", 'work', 'out', 'for', 'me', 'but', 'i', 'think', 'on', 'the', 'right', 'girl', 'it', 'would', 'be', 'very', 'cute', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['2441,1085,40', 'cute', 'and', 'elegant', 'this', 'dress', 'is', 'perfect', 'i', 'just', 'bought', 'it', 'yesterday', 'in', 'store', 'for', 'a', 'wedding', 'i', "'m", 'going', 'to', 'next', 'spring', 'i', 'got', 'it', 'in', 'red', 'which', 'is', 'normally', 'not', 'a', 'great', 'color', 'for', 'me', 'but', 'it', "'s", 'a', 'darker', 'red', 'so', 'it', 'works', 'i', 'love', 'anything', 'with', 'cutouts', 'so', 'i', 'was', 'drawn', 'to', 'it', 'immediately', 'i', 'normally', 'wear', 'a', '10', 'in', 'a', 'dress', 'to', 'accommodate', 'my', 'rather', 'wide', 'shoulders', 'and', 'the', '10', 'fit', 'well', 'i', 'can', 'see', 'it', 'working', 'for', 'a', 'variety', 'of', 'occasions', 'one', 'big', 'plus', 'is', 'the', 'quality', 'this', 'is', "n't", 'even', 'remotely', 'flimsy', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2442,820,38', 'buy', 'this', 'beautiful', 'summer', 'top', 'and', 'so', 'versatile', 'it', "'s", 'definitely', 'worth', 'it.,5,1,0', 'general', 'tops', 'blouses'] ['2443,895,45', 'pretty', 'party', 'piece', 'i', "'ll", 'be', 'wearing', 'this', 'to', 'holiday', 'parties', 'this', 'year', 'pretty', 'fashionable', 'not', 'fussy', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2444,1085,39', 'gorgeous', 'dress', 'runs', 'large', 'i', 'ordered', 'this', 'dress', 'along', 'with', 'several', 'others', 'for', 'an', 'upcoming', 'wedding', 'this', 'was', 'my', 'favorite', 'of', 'all', 'of', 'them', 'as', 'far', 'as', 'style', 'unfortunately', 'it', 'just', 'did', "n't", 'fit', 'i', "'m", '5', '2', '116lbs', 'and', 'my', 'regular', 'size', '2', 'was', 'slightly', 'too', 'long', 'the', 'waist', 'a', 'bit', 'too', 'low', 'the', 'shoulders', 'a', 'tad', 'too', 'wide', 'as', 'a', 'result', 'it', 'hung', 'on', 'me', 'like', 'on', 'a', 'hanger', 'i', 'guess', 'i', 'would', 'need', 'a', 'petite', 'but', 'alas', 'does', 'not', 'appear', 'to', 'come', 'petite', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2445,939,35', 'cozy', 'fall', 'staple', 'i', 'ordered', 'this', 'on', 'a', 'whim', 'not', 'sure', 'what', 'to', 'expect', 'i', "'m", 'petite', '5', '1', '110', 'and', 'ordered', 'a', 'small', 'petite', 'i', 'usually', 'wear', 'xs-s', 'in', 'anthto', 'tops', 'but', 'wanted', 'a', 'little', 'extra', 'room', 'for', 'layering', 'in', 'the', 'cooler', 'months', 'ahead', 'do', 'i', 'opted', 'for', 'the', 'small', 'petite', 'instead', 'of', 'xs', 'it', 'fits', 'beautifully', 'and', 'is', 'very', 'cozy', 'too', 'the', 'collar', 'is', 'gorgeous', 'and', 'very', 'soft', 'i', 'think', 'this', 'is', 'a', 'beautiful', 'and', 'unique', 'piece', 'for', 'any', 'fall', 'wardrobe', ',5,1,4', 'general', 'tops', 'sweaters'] ['2446,1085,46', 'something', 'different', 'that', "'s", 'super', 'flattering', 'got', 'this', 'dress', 'for', 'a', 'party', 'it', 'was', 'a', 'last', 'minute', 'purchase', 'and', 'i', 'was', 'nervous', 'if', 'it', 'would', 'fit', 'it', 'not', 'only', 'fit', 'it', 'looks', 'great', 'and', 'is', 'very', 'comfortable', 'have', 'to', 'love', 'an', 'a-line', 'skirt', 'and', 'a', 'top', 'with', 'short', 'sleeves', 'it', 'covers', 'everything', 'while', 'looking', 'sexy', 'and', 'i', 'did', "n't", 'have', 'to', 'spend', 'a', 'second', 'worrying', 'if', 'something', 'was', 'showing', 'that', 'should', "n't", 'be', 'got', 'compliments', 'all', 'night', 'i', 'got', 'it', 'in', 'red', 'and', 'black', 'but', 'went', 'with', 'the', 'red', 'based', 'on', 'feedback', 'from', 'husband', 'and', 'bff', 'buy', 'it', 'now', 'its', 'perfect', 'for', 'holiday', 'p', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2447,859,83', 'beautiful', 'but', 'runs', 'large.', 'this', 'is', 'a', 'beautiful', 'top', 'but', 'it', 'runs', 'large'] ['i', 'am', 'exchanging', 'for', 'one', 'size', 'smaller'] ['it', 'is', 'worth', 'the', 'effort', 'of', 'exchanging'] ['well', 'made', 'beautiful', 'lace', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2448,1085,42', 'new', 'favorite', 'dress', 'this', 'is', 'my', 'new', 'favorite', 'dress', 'while', 'elegant', 'it', 'is', "n't", 'too', 'fancy', 'for', 'a', 'nice', 'office', 'environment', 'very', 'comfortable', 'and', 'a', 'perfect', 'size', 'fit', 'i', 'would', 'like', 'it', 'if', 'it', 'was', 'in', 'petite', 'only', 'to', 'make', 'it', 'hit', 'above', 'my', 'knee', 'not', 'below', 'since', 'i', 'am', '5', '3', 'but', 'not', 'a', 'big', 'deal', 'everyone', 'has', 'complimented', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2449,1085,46', 'beautiful', 'this', 'dress', 'fits', 'perfectly', 'the', 'cut', 'is', 'so', 'flattering', 'i', 'am', 'tall', 'but', 'the', 'length', 'is', 'great', 'not', 'too', 'short.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2450,895,45', 'the', 'shirt', 'was', 'better', 'than', 'it', 'actually', 'looked', 'online', 'the', 'only', 'downfall', 'was', 'that', 'there', 'was', 'a', 'pulled', 'thread', 'on', 'the', 'shirt', 'when', 'i', 'received', 'it', 'it', "'s", 'something', 'i', 'can', 'probably', 'fix', 'just', 'a', 'little', 'disappointed', 'receiving', 'in', 'that', 'shape'] [] ['i', 'would', 'recommend', 'this', 'top', 'very', 'flattering', 'and', 'dressy', 'if', 'you', 'want', 'it', 'to', 'be', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2451,861,49', 'comfort', 'and', 'style', 'i', 'love', 'this', 'tee', 'it', 'is', 'comfortable', 'and', 'soft', 'with', 'the', 'nice', 'detail', 'of', 'buttons', 'at', 'the', 'shoulders', 'a', 'good', 'v-neck', 'and', 'subtle', 'stripes', 'however', 'it', 'runs', 'quite', 'long', 'i', 'thought', 'i', 'ordered', 'the', 'petite', 'but', 'i', 'received', 'a', 'regular', 'length', 'tee', 'and', 'it', 'was', 'down', 'to', 'my', 'thighs', 'so', 'order', 'a', 'petite', 'unless', 'you', 'are', 'quite', 'tall', 'or', 'like', 'a', 'tee', 'to', 'fall', 'that', 'low', 'over', 'your', 'hip', 'area', ',5,1,0', 'general', 'tops', 'knits'] ['2452,820,21', 'classy', 'top', 'i', 'ordered', 'this', 'top', 'in', 'white', 'and', 'i', 'was', 'really', 'excited', 'for', 'it', 'to', 'come', 'in', 'once', 'it', 'once', 'delivered', 'and', 'i', 'tried', 'it', 'on', 'it', 'took', 'me', 'a', 'second', 'to', 'decide', 'if', 'i', 'liked', 'it', 'or', 'not', 'i', 'think', 'i', 'ordered', 'it', 'a', 'size', 'too', 'big', 'i', 'ordered', 'a', 'large', 'i', "'m", 'usually', 'a', 'medium', 'it', 'was', 'somewhat', 'boxy', 'but', 'i', 'think', 'paired', 'with', 'the', 'right', 'pants', 'and', 'shoes', 'it', 'would', 'be', 'just', 'what', 'i', 'wanted', ',4,1,0', 'general', 'tops', 'blouses'] ['2453,895,43', 'fun', 'holiday', 'top', 'this', 'is', 'a', 'fun', 'sparkly', 'top', 'that', 'was', 'great', 'over', 'the', 'holidays', 'with', 'a', 'sparkly', 'long-sleeved', 'top', 'underneath', 'and', 'will', 'be', 'fun', 'in', 'the', 'summer', 'too', 'i', 'got', 'a', 'size', 'small', 'since', 'my', 'regular', 'size', 'extra-small', 'was', 'sold', 'out', 'and', 'it', 'was', 'still', 'really', 'cute', 'great', 'cut', 'and', 'design', 'as', 'others', 'have', 'mentioned', 'the', 'quality', 'could', 'be', 'slightly', 'better', 'but', 'it', "'s", 'a', 'good', 'deal', 'if', 'you', 'get', 'it', 'on', 'sale', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2454,872,62', 'lovely', 'top', 'what', 'a', 'lovely', 'top', 'the', 'embroidery', 'makes', 'this', 'simple', 'top', 'very', 'special', 'it', "'s", 'too', 'light-weight', 'for', 'january', 'but', 'will', 'be', 'a', 'staple', 'of', 'my', 'wardrobe', 'come', 'spring.,5,1,3', 'general', 'tops', 'knits'] ['2455,1085,22', 'super', 'cute', 'great', 'for', 'a', 'wedding', 'i', 'love', 'this', 'dress', 'i', "'d", 'get', 'it', 'in', 'both', 'colors', 'if', 'i', 'could', 'the', 'cut', 'and', 'fit', 'is', 'beautiful', 'i', "'d", 'suggest', 'sizing', 'down', 'if', 'you', 'feel', 'like', 'it', "'s", 'too', 'boxy', 'or', 'lacks', 'shape', 'the', 'bottom', 'skirt', 'is', 'round', 'enough', 'to', 'where', 'you', 'can', 'twirl', '1', 'thing', 'to', 'look', 'for', 'in', 'a', 'dress', 'and', 'it', "'s", 'just', 'overall', 'a', 'classic', 'pretty', 'dress', 'my', 'only', 'complaint', 'is', 'that', 'the', 'overlay', 'cut', 'out', 'seems', 'a', 'little', 'bit', 'delicate', 'and', 'i', "'m", 'afraid', 'it', 'will', 'be', 'ruined', 'after', 'a', 'few', 'wears', 'but', 'it', 'seems', 'to', 'be', 'holding', 'up', 'fine', 'so', 'far', 'and', 'is', "n't", 'incredibly', 'delicate', 'like', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2456,861,53', 'summer', 'time', 'comfort', 'i', 'bought', 'the', 'red', 'motif', 'for', 'my', 'summer', 'wardrobe', 'i', "'ll", 'be', 'on', 'the', 'road', 'for', 'most', 'of', 'the', 'month', 'of', 'august', 'and', 'wanted', 'to', 'create', 'a', 'super', 'comfortable', 'capsule', 'wardrobe', 'that', 'would', 'launder', 'without', 'ironing', 'this', 'top', 'is', 'well', 'made', 'super', 'soft', 'and', 'works', 'well', 'with', 'jeans', 'capris', 'skirts', 'and', 'leggings', 'due', 'to', 'its', 'longer', 'length', 'over', 'my', 'posterior', 'i', 'should', 'have', 'read', 'the', 'other', 'reviews', 'first', 'though', 'this', 'is', 'a', 'tad', 'large', 'and', 'i', 'needed', 'to', 'us', 'invisible', 'tape', 'to', 'keep', 'everything', 'from', 'hanging', 'out', 'the', 'front', 'i', 'ordered', 'a', 'medium', 'a', ',4,1,0', 'general', 'tops', 'knits'] ['2457,861,35', 'cute', 'summer', 'tee', 'i', 'originally', 'ordered', 'the', 'peach', 'stripe', 'tee', 'in', 'my', 'normal', 'size', 'medium', 'after', 'going', 'to', 'the', 'store', 'and', 'trying', 'another', 'color', 'on', 'in', 'a', 'small', 'i', 'realized', 'i', 'should', 'have', 'sized', 'down', 'i', 'have', 'since', 'purchased', 'the', 'blue', 'stripe', 'in', 'the', 'smaller', 'size', 'i', 'love', 'the', 'fit', 'and', 'the', 'colorful', 'stripes', 'of', 'both', 'great', 'light-weight', 'casual', 'tee', 'i', 'love', 'the', 'button', 'details', 'on', 'the', 'shoulder', ',5,1,4', 'general', 'tops', 'knits'] ['2458,1085,31', 'favorite', 'purchase', 'i', 'can', 'not', 'give', 'this', 'dress', 'enough', 'praise', 'i', 'say', 'it', 'runs', 'a', 'little', 'large', 'because', 'i', "'m", 'normally', 'an', '8', 'but', 'the', '6', 'was', 'just', 'more', 'flattering', 'i', 'wore', 'it', 'for', 'a', 'wedding', 'and', 'i', 'was', 'showered', 'with', 'compliment', 'after', 'compliment', 'about', 'the', 'dress', 'i', "'ve", 'never', 'felt', 'more', 'beautiful', 'and', 'wish', 'i', 'could', 'have', 'one', 'in', 'every', 'color', 'and', 'quality', 'absolutely', 'amazing', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2459,1116,63', 'thought', 'i', 'would', 'splurge', 'on', 'a', 'tracy', 'reese', 'coat', 'i', 'got', 'a', 'size', 'small', '120', '5', '6', 'felt', 'huge', 'on', 'me', 'and', 'i', 'looked', 'like', 'a', 'wooly', 'mammoth', 'very', 'unflattering', 'another', 'reviewer', 'also', 'mentioned', 'on', 'how', 'it', 'flairs', 'slightly', 'at', 'the', 'bottom', '.adding', 'to', 'the', 'overall', 'bad', 'look', 'i', 'had', 'it', 'on', 'for', 'about', '20', 'seconds', 'and', 'put', 'it', 'back', 'in', 'the', 'bag', 'to', 'return', 'di', "n't", 'have', 'to', 'ponder', 'about', 'it', 'at', 'all', ',2,0,5', 'general', 'jackets', 'outerwear'] ['2460,820,51', 'nice', 'summer', 'top', 'but', 'very', 'billowy', 'i', 'got', 'the', 'green', 'motif', 'color', 'which', 'is', 'really', 'multi', 'color', 'blue', 'orange', 'purple', 'yellow', 'green', 'and', 'brown', 'the', 'fabric', 'is', 'gauzy', 'and', 'sheer', 'nice', 'and', 'breezy', 'for', 'summer', 'there', 'is', 'a', 'subtle', 'stitching', 'detail', 'at', 'the', 'shoulders', 'i', 'ordered', 'my', 'usual', 'size', 'medium', 'and', 'it', 'fits', 'well', 'in', 'the', 'shoulders', 'and', 'arm', 'holes', 'but', 'it', 'is', 'extremely', 'billowy', 'in', 'the', 'body', 'i', 'had', 'to', 'take', 'it', 'in', 'a', 'couple', 'inches', 'on', 'each', 'side', 'to', 'make', 'it', 'a', 'little', 'less', 'full', 'it', "'s", 'still', 'has', 'some', 'swing', 'but', 'not', 'quite', 'as', 'much', 'as', 'before', ',4,1,1', 'general', 'tops', 'blouses'] ['2461,1116,50', 'unique', 'coat', 'love', 'the', 'unique', 'look', 'of', 'this', 'coat', 'living', 'in', 'the', 'northeast', 'during', 'cold', 'weather', 'i', 'wanted', 'something', 'warm', 'that', 'was', "n't", 'your', 'run-of-the-mill', 'wool', 'coat', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'about', 'the', 'somewhat', 'bulky', 'nature', 'of', 'the', 'coat', 'but', 'i', "'m", 'not', 'wearing', 'a', 'coat', 'of', 'this', 'nature', 'to', 'look', 'thin', 'i', "'m", 'fairly', 'thin', '5', '4', '102', 'i', 'know', 'i', "'m", 'not', 'bulky', 'so', 'i', 'did', "n't", 'care', 'if', 'the', 'coat', 'made', 'me', 'look', 'heavier', 'than', 'i', 'am', 'it', "'s", 'a', 'winter', 'coat', 'get', 'over', 'yourself', 'no', 'one', 'really', 'cares', 'how', 'much', 'you', 'weigh', 'so', 'if', 'you', 'can', 'get', 'past', 'tha', ',4,1,3', 'general', 'jackets', 'outerwear'] ['2462,872,58', 'more', 'of', 'a', 'blouse', 'than', 'a', 'tee', 'because', 'of', 'the', 'fabric', 'which', 'has', 'a', 'linen', 'feel', 'to', 'it', 'on', 'the', 'front', 'the', 'back', 'of', 'the', 'top', 'is', 'more', 'of', 'a', 'tee', 'shirt', 'material', 'not', 'a', 'travel', 'top', 'as', 'it', 'would', 'wrinkle', 'the', 'pattern', 'and', 'colors', 'are', 'the', 'same', 'as', 'pictured', 'the', 'sizing', 'is', 'large', 'i', 'ordered', 'an', 'xs', 'my', 'size', 'is', 'usually', 'a', 'small', 'it', 'is', 'a', 'generous', 'fit', 'and', 'boxy', 'not', 'shaped', 'at', 'all', 'the', 'back', 'has', 'a', 'horizontal', 'stitch', 'band', 'about', 'half', 'way', 'down', 'which', 'provides', 'a', 'loose', 'blouson', 'effect.the', 'back', 'which', 'is', 'all', 'black', 'and', 'is', 'tee', 'shirt', 'fabric', ',5,1,14', 'general', 'tops', 'knits'] ['2463,1085,31', 'on', 'the', 'hanger', 'this', 'dress', 'looks', 'a', 'bit', 'boxy', 'however', 'once', 'on', 'it', 'has', 'a', 'beautiful', 'flow', 'and', 'elegance', 'to', 'it', 'it', "'s", 'super', 'feminine', 'and', 'cinches', 'in', 'at', 'the', 'waist', 'perfectly', 'my', 'one', 'major', 'complaint', 'that', 'prevented', 'me', 'from', 'purchasing', 'the', 'dress', 'there', "'s", 'no', 'give', 'to', 'the', 'dress', 'i', 'was', "n't", 'able', 'to', 'lift', 'my', 'arms', 'up', 'past', '90', 'degrees', 'and', 'that', "'s", 'sort', 'of', 'a', 'problem', 'it', "'s", 'a', 'shame', 'though', 'because', 'the', 'outside', 'shell', 'is', 'gorgeous', 'and', 'so', 'structured', 'and', 'it', 'would', 'have', 'been', 'a', 'nice', 'contrast', 'to', 'the', 'shape', 'of', 'the', 'dress', 'on', 'a', 'body', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2464,861,37', 'waaay', 'to', 'big', 'ordered', 'this', 'in', 'xs', 'my', 'normal', 'size', '5', '5', '110', 'lbs', 'and', 'it', 'was', 'huge', 'did', 'not', 'particularly', 'care', 'for', 'the', 'style', 'either', 'nothing', 'special', ',3,0,0', 'general', 'tops', 'knits'] ['2465,1085,43', 'christmas', 'and', 'valentine', "'s", 'day', 'dress', 'in', 'one', 'gorgeous', 'laser', 'cut', 'top', 'layer', 'in', 'a', 'true', 'vermillion', 'red', 'oh', 'la', 'la', 'style', 'is', 'feminine', 'elegant', 'and', 'appropriate', 'for', 'all', 'ages', 'i', 'plan', 'on', 'wearing', 'this', 'for', 'the', 'upcoming', 'holiday', 'season', 'as', 'well', 'as', 'valentine', "'s", 'day', '2017', 'quality', 'is', 'top', 'notch', 'and', 'fit', 'is', 'true', 'to', 'size', 'all', 'be', 'it', 'a', 'little', 'snug', 'in', 'the', 'sleeves', 'for', 'reference', 'i', "'m", '34e-30-40', 'and', 'the', 'size', '8', 'worked', 'i', 'would', 'have', 'like', 'to', 'have', 'tried', 'the', '10', 'but', 'the', 'store', 'only', 'had', 'an', '8.', 'the', 'arms', 'are', 'a', 'little', 'snug', 'nothing', 'uncomfortable', 'just', 'snug', 'length', 'is', 'below', 'kne', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2466,1085,44', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2467,820,58', 'the', 'fit', 'is', 'a', 'little', 'bit', 'odd', 'it', 'is', 'short', 'and', 'wide', 'too', 'much', 'fabric', 'the', 'quality', 'is', 'not', 'good', 'the', 'buttons', 'can', 'easily', 'break', 'and', 'the', 'stitching', 'was', 'falling', 'apart', 'i', 'am', 'returning', 'it', ',3,0,20', 'general', 'tops', 'blouses'] ['2468,939,43', ',,5,1,0', 'general', 'tops', 'sweaters'] ['2469,895,35', 'sparkles', 'and', 'lace', 'a', 'nice', 'touch', 'i', 'got', 'this', 'top', 'in', 'the', 'beige', 'size', 'small', 'it', 'is', 'flattering', 'and', 'though', 'i', 'had', "n't", 'noticed', 'the', 'lace', 'details', 'in', 'the', 'back', 'before', 'i', 'purchased', 'it', 'they', 'are', 'a', 'nice', 'touch', 'this', 'is', 'a', 'versatile', 'piece', 'i', 'can', 'dress', 'it', 'up', 'or', 'down', 'this', 'will', 'definitely', 'be', 'a', 'favorite', 'of', 'mine', 'this', 'season', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2470,895,61', 'more', 'shimmery', 'than', 'pictured', 'very', 'pretty', 'shimmery', 'suitable', 'for', 'slightly', 'dressier', 'occasions', 'comfortable', 'fit.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2471,1085,22', 'awesome', 'flare', 'i', 'bought', 'this', 'dress', 'with', 'a', 'specific', 'occasion', 'in', 'mind', 'i', 'could', 'not', 'turn', 'it', 'down', 'because', 'it', 'fit', 'like', 'a', 'glove', 'i', 'love', 'the', 'cut', 'and', 'the', 'length.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2472,753,51', 'comfy', 'but', 'put', 'together.', 'obsessed', 'with', 'this', 'sweatshirt', 'it', "'s", 'a', 'must', 'have', 'for', 'any', 'loungewear', 'lover', 'i', "'m", 'normally', 'a', 'xs', 'but', 'sized', 'up', 'to', 'a', 's', 'for', 'a', 'more', 'loose', 'relaxed', 'look', 'i', 'was', 'afraid', 'it', 'would', 'swallow', 'me', 'but', 'i', 'love', 'the', 'fit', 'the', 'knot', 'in', 'the', 'front', 'is', 'a', 'nice', 'detail', 'that', 'makes', 'this', 'comfy', 'top', 'really', 'cute', 'the', 'fabric', 'is', 'a', 'great', 'texture', 'great', 'for', 'transitioning', 'from', 'summer', 'to', 'fall', 'and', 'winter', 'to', 'spring', 'love', 'everything', 'about', 'this', 'sweatshirt', 'and', 'will', 'easily', 'pair', 'with', 'leggings', 'or', 'jeans', 'worth', 'every', 'penny', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['2473,820,65', 'blue', 'stripe', 'is', 'pale', 'i', 'bought', 'this', 'in', 'the', 'blue', 'stripe', 'and', 'the', 'color', 'is', 'not', 'what', 'is', 'shown', 'at', 'all', 'the', 'photo', 'shows', 'a', 'bright', 'vibrant', 'blue', 'and', 'white', 'stripe', 'top', 'i', 'got', 'a', 'white', 'and', 'very', 'light', 'pastel', 'blue', 'stripe', 'top', 'so', 'disappointed', 'because', 'the', 'top', 'does', "n't", 'have', 'that', 'wow', 'look', 'as', 'shown', 'in', 'the', 'photo', 'however', 'it', 'goes', 'well', 'with', 'blue', 'jeans', 'even', 'in', 'the', 'lighter', 'shade', 'of', 'blue'] [] ['and', 'the', 'fabric', 'is', 'nice', 'and', 'cool', 'for', 'hot', 'summer', 'days', 'the', 'fit', 'is', 'tts', 'i', 'bought', 'a', '16', 'and', 'if', 'you', 'wear', 'an', '18', 'this', 'will', 'fit', 'also', 'i', 'did', "n't", 'find', 'this', 'too', 'box', ',4,1,1', 'general', 'tops', 'blouses'] ['2474,895,22', 'elegant', 'design', 'awkward', 'cowl', 'i', 'love', 'the', 'sparkled', 'fabric', 'and', 'intricate', 'design', 'on', 'the', 'back', 'i', 'had', 'trouble', 'with', 'the', 'front', 'because', 'the', 'cowl', 'exposed', 'a', 'bit', 'too', 'much', 'so', 'i', 'wore', 'a', 'tank', 'top', 'underneath', 'ordering', 'a', 'petite', 'may', 'have', 'helped', 'with', 'the', 'cowl', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2475,872,67', 'runs', 'quite', 'large', 'the', 'blouse', 'is', 'beautiful', 'the', 'quality', 'and', 'design', 'are', 'spot', 'on', 'but', 'it', 'runs', 'quite', 'large', 'i', 'normally', 'wear', 'a', 'small', 'or', 'an', 'extra', 'small', 'depending', 'on', 'the', 'cut', 'i', 'ordered', 'this', 'in', 'a', 'small', 'based', 'on', 'the', 'way', 'it', 'seemed', 'to', 'fit', 'the', 'model', 'it', "'s", 'huge', 'i', "'m", 'going', 'to', 'have', 'to', 'reorder', 'in', 'a', 'smaller', 'size', 'but', 'i', "'m", 'not', 'sure', 'if', 'the', 'xs', 'or', 'xxs', 'will', 'fit', 'better', 'i', "'ll", 'probably', 'drive', 'to', 'my', 'retailer', 'store', 'and', 'try', 'it', 'on', 'in', 'person', 'for', 'comparison', 'i', 'am', '116', 'pounds', '36-26-36.', ',5,1,3', 'general', 'tops', 'knits'] ['2476,895,64', 'pretty', 'but', 'unbalanced', 'i', 'did', "n't", 'mind', 'the', 'scratchiness', 'others', 'proclaimed', 'this', 'garment', 'had', 'but', 'it', 'is', 'made', 'very', 'tight', 'in', 'the', 'arms', 'and', 'across', 'the', 'back', 'looks', 'great', 'from', 'the', 'front', 'but', 'uncomfortable', ',2,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2477,1027,54', 'tts', 'but', 'really', 'long', 'love', 'these', 'pants', 'love', 'the', 'fit', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'them', 'but', 'i', 'have', 'to', 'find', 'the', 'time', 'to', 'hem', 'them', 'first', 'i', 'am', 'kinda', 'tall', 'at', '5', '9', 'and', 'i', 'wear', 'a', 'lot', 'of', 'heels', 'even', 'tall', 'heels', 'but', 'these', 'pants', 'are', 'even', 'too', 'long', 'for', 'my', '3-4', 'heels', 'and', 'i', 'do', "n't", 'wear', 'taller', 'than', 'that', 'to', 'work', 'every', 'day', 'only', 'on', 'very', 'rare', 'occasions', 'so', 'they', 'do', 'need', 'to', 'be', 'hemmed', 'they', 'are', 'a', 'great', 'cream', 'white', 'color', 'so', 'can', 'carry', 'on', 'through', 'the', 'winter', 'and', 'will', 'also', 'get', 'a', 'lot', 'of', 'use', 'in', 'the', 'spring', 'and', 'summer', 'good', 'fabric', 'and', 'a', 'nice', 'fit', ',5,1,0', 'general', 'bottoms', 'jeans'] ['2478,872,50', 'love', 'at', 'first', 'sight', 'i', 'knew', 'i', 'had', 'to', 'have', 'this', 'shirt', 'when', 'i', 'saw', 'it', 'online', 'the', 'embroidery', 'is', 'almost', 'like', 'english', 'smocking', 'i', 'was', 'not', 'disappointed', 'when', 'i', 'opened', 'my', 'package', 'the', 'only', 'flaw', 'i', "'ve", 'noticed', 'is', 'that', 'it', 'does', 'pucker', 'slightly', 'around', 'the', 'shoulders', 'and', 'chest', 'area', 'due', 'to', 'the', 'tight', 'embroidery', 'not', 'allowing', 'it', 'to', 'stretch', 'it', 'is', 'not', 'terribly', 'noticeable', 'though', 'lovely', 'shirt', 'all', 'around', ',4,1,1', 'general', 'tops', 'knits'] ['2479,820,51', 'here', 'comes', 'summer', 'looking', 'forward', 'to', 'wearing', 'this', 'blouse', 'for', 'the', 'summer', 'easy', 'to', 'wear', 'no', 'special', 'bra', 'needed', 'thin', 'cotton', 'material', 'will', 'be', 'perfect', 'for', 'vacationing', 'in', 'japan', 'i', 'wear', 'a', '4p', 'but', 'because', 'the', 'smocking', 'in', 'the', 'shoulder', 'area', 'leaves', 'the', 'lower', 'part', 'of', 'the', 'shirt', 'a', 'bit', 'blousy', 'i', 'bought', 'the', '2p', 'i', 'prefer', 'the', 'straight', 'hems', 'instead', 'of', 'the', 'dresses', 'and', 'tunics', 'with', 'the', 'longer', 'back', 'hem', 'which', 'gives', 'my', 'petite', 'frame', 'the', 'illusion', 'of', 'looking', 'shorter', 'i', 'liked', 'this', 'blouse', 'so', 'much', 'that', 'i', 'bought', 'it', 'in', 'the', 'green', 'and', 'white', 'strip', ',5,1,11', 'general', 'tops', 'blouses'] ['2480,895,34', 'sparkly', 'sweater', 'it', 'hangs', 'very', 'nicely', 'on', 'the', 'model', 'in', 'the', 'picture', 'but', 'when', 'i', 'put', 'it', 'on', 'it', 'fit', 'tight', 'in', 'the', 'sleeves', 'and', 'upper', 'back', 'but', 'huge', 'in', 'the', 'front', 'the', 'sweater', 'was', 'also', 'sparkly', 'which', 'made', 'it', 'look', 'cheap', 'i', 'loved', 'the', 'lace', 'detail', 'in', 'the', 'back', 'but', 'the', 'sweater', 'was', 'returned', 'did', 'not', 'fit', 'well', 'and', 'was', 'not', 'good', 'quality', 'very', 'thin,2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2481,753,55', 'soft', 'and', 'super', 'comfy', 'this', 'hoodie', 'is', 'just', 'what', 'i', 'had', 'hoped', 'it', 'would', 'be', 'it', 'is', 'super', 'soft', 'comfortably', 'loose', 'but', 'with', 'the', 'tie', 'bottom', 'hugging', 'the', 'hips', 'and', 'low', 'v-neck', 'it', "'s", 'just', 'the', 'right', 'amount', 'of', 'sexy', 'it', 'will', 'be', 'my', 'go-to', 'this', 'fall', 'and', 'winter', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['2482,96,41', ',this', 'could', 'have', 'been', 'an', 'amazing', 'chemise', 'but', 'it', 'is', 'too', 'short', 'even', 'for', 'bed-', 'perhaps', 'it', 'could', 'be', 'used', 'for', 'a', 'tank', 'i', 'am', '5', '3', 'but', 'do', 'have', 'a', 'long', 'torso', 'it', 'did', 'not', 'fully', 'cover', 'my', 'booty.,2,0,5', 'initmates', 'intimate', 'intimates'] ['2483,939,35', 'could', 'do', 'better', 'there', 'are', 'a', 'lot', 'of', 'boiled', 'wool', 'sweaters', 'and', 'jackets', 'available', 'right', 'now-this', 'is', 'not', 'one', 'of', 'my', 'favorites', 'while', 'the', 'color', 'is', 'amazing', 'the', 'buttons', 'are', 'very', 'cheap', 'plastic', 'and', 'they', 'look', 'that', 'way', 'the', 'are', 'very', 'close', 'together', 'which', 'is', 'hard', 'to', 'button', 'up', 'the', 'coat', 'is', 'not', 'flattering', 'in', 'the', 'same', 'way', 'it', 'is', 'on', 'the', 'model', 'when', 'it', 'is', 'opened', 'an', 'requires', 'to', 'be', 'closed', 'to', 'have', 'an', 'hour-glass', 'shape', 'however', 'sizing', 'down', 'which', 'would', 'also', 'fix', 'this', 'problem', 'would', 'cause', 'the', 'shoulder/arm', 'area', 'to', 'be', 'too', 'tight', ',4,1,10', 'general', 'tops', 'sweaters'] ['2484,1078,44', ',i', 'tried', 'this', 'on', 'in', 'my', 'regular', 'size', 'and', 'a', 'size', 'up', 'just', 'did', "n't", 'work', 'in', 'either', 'the', 'attached', 'slip', 'bunched', 'underneath', 'and', 'the', 'material', 'was', 'rough', 'i', 'did', 'not', 'purchase', 'it.,3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['2485,1081,68', 'full', 'disclosure', 'i', "'m", 'six', 'months', 'pregnant', 'as', 'such', 'this', 'dress', 'is', 'perfect', 'for', 'me', 'it', "'s", 'soft', 'and', 'flown', 'and', 'i', 'look', 'like', 'i', 'have', 'a', 'cute', 'bump', 'instead', 'of', 'like', 'i', "'m", 'wearing', 'a', 'sack', 'i', 'ordered', 'my', 'usual', 'medium', 'based', 'on', 'other', 'reviews', 'and', 't', 'fits', 'perfectly', 'so', 'it', 'would', 'have', 'been', 'too', 'big', 'normally', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2486,939,67', 'sooo', 'flattering', 'i', 'have', 'a', 'narrow', 'face', 'and', 'most', 'coats', 'with', 'the', 'big', 'collars', 'overwhelm', 'me', 'this', 'proportion', 'is', 'perfect', 'follows', 'my', 'shape', 'without', 'constricting', 'but', 'flows', 'so', 'well', 'for', 'a', 'good', 'line', 'color', 'is', "n't", 'quite', 'laden', 'green', 'it', "'s", 'more', 'teal', 'which', 'works', 'even', 'better', 'for', 'me', 'so', 'hard', 'to', 'find', 'a', 'wool', 'coat', 'these', 'days', 'that', 'is', "n't", 'bulky', ',5,1,3', 'general', 'tops', 'sweaters'] ['2487,1095,34', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2488,1095,21', 'poor', 'quality', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'an', 'out', 'of', 'state', 'wedding', 'first', 'time', 'wearing', 'when', 'i', 'tied', 'the', 'strap', 'the', 'pull', 'through', 'at', 'the', 'top', 'of', 'the', 'halter', 'broke', 'with', 'minimal', 'stress', 'i', 'sewed', 'it', 'back', 'with', 'a', 'repair', 'kit', 'from', 'the', 'hotel', 'but', 'was', 'worried', 'the', 'whole', 'night', 'the', 'dress', 'would', 'not', 'hold', 'up', 'if', 'this', 'is', 'all', 'that', 'is', 'holding', 'the', 'dress', 'on', 'it', 'should', 'be', 'more', 'secure', 'with', 'reinforced', 'stitching', 'beautiful', 'material', 'and', 'comfortable', ',2,0,2', 'general', 'dresses', 'dresses'] ['2489,939,67', 'lots', 'of', 'style', 'this', 'is', 'a', 'great', 'coat', 'very', 'lightweight', 'but', 'warm', 'the', 'color', 'is', 'gorgeous', 'it', 'is', 'fitted', 'at', 'the', 'waist', 'with', 'fullness', 'below', 'and', 'a', 'great', 'length', 'i', 'am', 'writing', 'this', 'review', 'to', 'give', 'a', 'heads', 'up', 'about', 'the', 'sizing', 'by', 'usual', 'retailer', 'sizing', 'this', 'runs', 'small', 'and', 'short', 'waisted', 'i', 'am', 'generally', 'an', 'retailer', 'x', 'small', 'and', 'i', 'need', 'to', 'exchange', 'this', 'one', 'for', 'a', 'small', 'or', 'maybe', 'even', 'a', 'medium', 'if', 'i', 'want', 'to', 'wear', 'much', 'underneath', 'it', 'as', 'it', 'is', 'it', 'fits', 'too', 'well', 'like', 'a', 'dress', 'not', 'a', 'coat', 'and', 'looks', 'short', 'waisted', 'in', 'fact', 'when', 'i', 'tr', ',5,1,26', 'general', 'tops', 'sweaters'] ['2490,872,39', 'great', 'design', 'but', 'fabric', 'pills', 'very', 'quickly', 'i', 'bought', 'both', 'colors', 'the', 'navy', 'is', 'beautiful', 'but', 'the', 'grey', 'is', 'closer', 'to', 'a', 'drab', 'beige', 'and', 'the', 'color', 'really', 'disappointed', 'me', 'i', "'ll", 'be', 'returning', 'that', 'one', 'i', 'love', 'love', 'the', 'fit', 'and', 'feel', 'of', 'the', 'sweater', 'it', 'drapes', 'wonderfully', 'whether', 'open', 'or', 'closed', 'and', 'it', "'s", 'so', 'soft', 'however', 'the', 'fabric', 'pilled', 'significantly', 'big', 'pills', 'not', 'even', 'little', 'ones', 'where', 'my', 'arms', 'touch', 'my', 'sides', 'after', 'just', 'four', 'wears', 'i', 'get', 'that', 'rayon', 'is', 'finicky', 'but', 'that', 'is', 'ridiculous', 'the', 'navy', 'is', 'now', 'out', 'of', 'stock', 'in', 'my', 'size', 'so', 'i', 'guess', 'i', "'ll", 'try', 't', ',4,1,0', 'general', 'tops', 'knits'] ['2491,1078,49', 'no', 'just', 'no', 'i', 'wanted', 'to', 'love', 'this', 'could', "n't", 'wait', 'for', 'it', 'to', 'arrive', 'unfortunately', 'it', 'does', "n't", 'look', 'anything', 'like', 'the', 'picture', 'i', 'usually', 'wear', 'a', 'm/l', 'in', 'holding', 'horses', 'so', 'i', 'ordered', 'a', 'l', 'but', 'as', 'soon', 'as', 'i', 'held', 'it', 'up', 'i', 'noticed', 'it', 'was', 'ridiculously', 'large', 'the', 'fabric', 'is', 'on', 'the', 'heavy', 'side', 'so', 'the', 'dress', 'just', 'hangs', 'in', 'a', 'very', 'unflattering', 'way', 'and', 'it', 'is', 'extremely', 'shimmery', 'i', 'love', 'velvet', 'but', 'the', 'texture', 'and', 'sheen', 'of', 'this', 'dress', 'was', 'just', 'over', 'the', 'top', 'sadly', 'it', 'is', 'going', 'back', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2492,1078,39', 'gorgeous', 'for', 'fall', 'i', 'bought', 'the', 'light', 'grey', 'color', 'the', 'dress', 'in', 'the', 'photo', 'does', 'not', 'look', 'a', 'thing', 'like', 'the', 'dress', 'in', 'person', 'it', 'does', 'not', 'look', 'grey', 'at', 'all', 'but', 'more', 'of', 'a', 'light', 'teal/light', 'blue', 'it', 'is', 'absolutely', 'gorgeous', 'and', 'has', 'a', 'slight', 'swing', 'shape', 'i', 'took', 'my', 'normal', 'size', 'xs', 'the', 'end', 'of', 'the', 'sleeves', 'where', 'the', 'buttons', 'are', 'are', 'very', 'tight', 'but', 'still', 'fit', 'you', 'just', 'have', 'to', 'be', 'careful', 'taking', 'off', 'or', 'else', 'undo', 'the', 'buttons', 'also', 'online', 'inventory', 'says', 'no', 'one', 'has', 'this', 'in', 'store', 'but', 'i', 'did', 'end', 'up', 'finding', 'it', 'rockefeller', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2493,939,30', 'great', 'light', 'coat', 'poorly', 'made', 'love', 'the', 'color', 'cut', 'and', 'weight', 'its', 'like', 'a', 'fleece-weight', 'coat', 'but', 'longer', 'and', 'more', 'appropriate', 'for', 'an', 'office'] [] ['within', 'two', 'wears', 'one', 'of', 'the', 'buttons', 'popped', 'off'] [] ['within', 'three', 'wears', 'one', 'of', 'the', 'back', 'shoulder', 'seams', 'had', 'split'] [] ['this', 'coat', 'is', 'lovely', 'but', 'shoddily', 'made', 'worth', 'it', 'with', 'a', 'discount', 'and', 'if', 'you', 'know', 'how', 'to', 'hand-sew', 'because', 'minor', 'repairs', 'will', 'be', 'in', 'your', 'future', 'it', 'is', 'so', 'beautiful', 'but', 'not', 'worth', 'full', 'price', 'at', 'this', 'build', 'quality', ',3,1,2', 'general', 'tops', 'sweaters'] ['2494,1078,40', 'not', 'quite', 'the', 'right', 'fit', 'on', 'the', 'hanger', 'this', 'looks', 'like', 'a', 'great', 'lbd', 'on', 'me', 'not', 'quite', 'the', 'bell', 'shape', 'of', 'this', 'dress', 'made', 'it', 'appear', 'that', 'i', 'was', 'carrying', 'extra', 'weight', 'in', 'the', 'middle', 'for', 'reference', 'i', 'tried', 'a', '0p', 'and', 'i', "'m", '5,1', '102', 'and', '34a', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2495,14,32', 'luxurious', 'and', 'flattering', 'the', 'bikini', 'bottoms', 'are', 'high', 'quality', 'and', 'feel', 'very', 'luxurious', 'order', 'one', 'size', 'up', 'this', 'line', 'runs', 'small', 'i', 'read', 'the', 'reviews', 'and', 'ordered', 'a', 'medium', 'i', 'am', 'normally', 'xs/s', 'in', 'underwear', 'but', 'the', 'medium', 'fits', 'me', 'perfectly', 'i', 'wish', 'i', 'had', 'ordered', 'in', 'other', 'colors', 'before', 'they', 'sold', 'out', 'trust', 'me', 'you', "'ll", 'want', 'another', 'pair', 'after', 'trying', 'these', 'on.,5,1,0', 'initmates', 'intimate', 'intimates'] ['2496,1078,57', 'picture', 'misleading', 'i', 'ordered', 'this', 'and', 'there', 'is', 'just', 'so', 'much', 'fabric', 'in', 'the', 'pictures', 'i', 'think', 'it', 'is', 'pinned', 'in', 'the', 'back', 'in', 'the', 'main', 'photo', 'to', 'make', 'it', 'look', 'more', 'streamlined', 'definitely', 'a', 'miss', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2497,1078,35', 'cute', 'this', 'dress', 'is', 'cute', 'i', 'ordered', 'my', 'regular', 'xs', 'which', 'was', 'too', 'large', 'but', 'liked', 'it', 'enough', 'to', 'exchange', 'for', 'an', 'xs', 'petite', 'and', 'hopefully', 'the', 'fit', 'will', 'be', 'better', 'the', 'xs', 'was', 'much', 'too', 'wide', 'and', 'came', 'past', 'my', 'knee', 'i', "'m", '5', '2', 'and', '123', 'for', 'reference', 'the', 'grey', 'is', 'very', 'pretty', 'and', 'is', 'blueish', 'gray', 'very', 'misty', 'and', 'unique', 'the', 'pockets', 'are', 'awesome', 'and', 'i', 'like', 'that', 'it', "'s", 'lined', 'in', 'a', 'fine', 'poly', 'that', 'should', "n't", 'cling', 'to', 'tights', 'etc', 'in', 'the', 'winter', 'if', 'you', 'can', 'find', 'a', 'size', 'that', 'fits', 'you', 'buy', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2498,1077,25', ',i', 'always', 'search', 'each', 'summer', 'for', 'a', 'maxi', 'dress', 'and', 'this', 'is', 'the', 'winner', 'this', 'summed', 'i', 'love', 'the', 'way', 'it', 'wraps', 'fits', 'perfectly', 'i', 'got', 'a', 'size', 'medium', 'and', 'i', 'am', '5', '5', '34dd', 'the', 'dress', 'is', 'long', 'enough', 'to', 'wear', 'with', 'flats', 'or', 'heels', 'i', 'recommend', 'this', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2499,939,35', 'fall', 'perfect', 'it', 'was', 'lighter', 'weight', 'than', 'i', 'expected', 'but', 'that', "'s", 'perfect', 'for', 'me', 'considering', 'florida', 'winters', 'are', 'mild', 'it', "'s", 'more', 'like', 'a', 'wool', 'sweater', 'than', 'coat', 'the', 'design', 'is', 'gorgeous', 'however', 'ran', 'bigger', 'than', 'anticipated', 'i', "'m", 'hoping', 'an', 'exchange', 'to', 'the', 'xs', 'will', 'work', 'otherwise', 'i', "'m", 'not', 'sure', 'i', 'can', 'get', 'the', 'fit', 'i', 'expect', 'from', 'this', 'sweater', 'coat', 'the', 'buttons', 'are', 'plastic', 'and', 'would', 'have', 'made', 'a', 'much', 'bigger', 'impact', 'if', 'they', 'were', 'wooden', 'but', 'they', "'re", 'still', 'nice', 'overall', 'i', 'love', 'it', 'and', 'am', 'hoping', 'for', 'the', 'right', 'fit', 'so', 'i', 'can', 'flaunt', 'thi', ',5,1,6', 'general', 'tops', 'sweaters'] ['2500,1078,29', 'cute', 'but', 'runs', 'large', 'i', 'was', 'really', 'hoping', 'this', 'dress', 'would', 'work', 'out', 'as', 'it', 'looks', 'like', 'it', 'could', 'be', 'a', 'staple', 'outfit', 'for', 'work', 'the', 'material', 'is', 'very', 'nice', 'but', 'unfortunately', 'the', 'dress', 'was', 'way', 'too', 'big', 'there', 'is', 'a', 'band', 'right', 'under', 'the', 'chest', 'that', 'i', 'would', 'think', 'should', 'be', 'somewhat', 'fitted', 'to', 'give', 'the', 'dress', 'some', 'shape', 'to', 'your', 'figure', 'but', 'it', 'was', 'wayyy', 'to', 'big', 'on', 'me', 'especially', 'considering', 'i', 'am', 'large-chested', 'i', 'will', 'be', 'returning', 'this', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2501,1077,28', 'very', 'pleased', 'i', 'found', 'this', 'dress', 'delightful', 'i', 'have', 'worn', 'it', 'numerous', 'times', 'and', 'though', 'quite', 'long', 'for', 'some', 'girls', 'fits', 'me', 'well', 'my', 'only', 'complaint', 'is', 'that', 'if', 'the', 'wind', 'blows', 'it', 'tends', 'to', 'fly', 'open', 'as', 'there', 'is', 'only', 'on', 'clasp', 'at', 'the', 'breast', 'the', 'fabric', 'is', 'light', 'and', 'comfortable', 'i', 'wore', 'it', 'in', 'costa', 'rica', 'and', 'it', 'felt', 'refreshing', 'i', 'am', '5', '9', '155', 'lbs', 'and', 'a', '34a', 'cup', 'i', 'would', 'suggest', 'a', 'larger', 'size', 'for', 'girls', 'as', 'the', 'small', 'fit', 'me', 'very', 'well', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2502,1078,50', 'great', 'with', 'leggings', 'this', 'dress', 'is', 'too', 'short', 'for', 'me', 'to', 'wear', 'as', 'a', 'dress', 'at', '5', '7', 'and', 'over', '40.', 'however', 'is', 'is', 'great', 'with', 'leggings', 'and', 'boots'] ['it', 'drapes', 'nicely', 'not', 'over', 'sized', 'like', 'many', 'dresses', 'this', 'style', 'the', 'color', 'is', 'more', 'earthy', 'than', 'pictured', 'it', "'s", 'actually', 'nicer', 'in', 'person', 'than', 'online', 'and', 'it', 'has', 'a', 'wonderful', 'texture', 'to', 'it', 'i', 'was', 'drawn', 'to', 'it', 'when', 'i', 'walked', 'in', 'the', 'store', 'they', 'had', 'it', 'on', 'display', 'under', 's', 'short', 'cropped', 'jacket', 'and', 'boots', ',4,1,13', 'general', 'petite', 'dresses', 'dresses'] ['2503,939,53', 'so', 'disappointed', 'i', 'loved', 'this', 'coat', 'in', 'the', 'picture', 'and', 'could', "n't", 'wait', 'to', 'get', 'it', 'sadly', 'it', 'did', 'not', 'deliver', 'in', 'real', 'life', 'i', 'got', 'my', 'usual', 'size', 'small', 'and', 'it', 'fit', 'well', 'in', 'the', 'shoulders', 'and', 'sleeves', 'and', 'okay', 'in', 'front', 'the', 'big', 'problem', 'was', 'the', 'back', 'it', 'just', 'hung', 'from', 'my', 'shoulders', 'with', 'zero', 'shape', 'and', 'a', 'lot', 'of', 'extra', 'fabric', 'i', 'considered', 'trying', 'the', 'xs', 'but', 'was', 'concerned', 'that', 'the', 'shoulders', 'might', 'not', 'be', 'comfortable', 'and', 'honestly', 'i', 'ca', "n't", 'believe', 'the', 'xs', 'could', 'possibly', 'have', 'been', 'different', 'enough', 'to', 'work', 'maybe', 'i', 'got', 'a', 'defectiv', ',1,0,2', 'general', 'tops', 'sweaters'] ['2504,1078,47', 'a', 'shirtdress', 'that', 'swings', 'this', 'is', 'a', 'really', 'cute', 'and', 'flattering', 'dress', 'on', 'me', 'i', 'am', '5', '4', '120', 'lbs', 'and', 'the', '4', 'is', 'a', 'perfect', 'fit', 'i', 'am', 'a', 'little', 'busty', 'but', 'the', 'empire', 'seam', 'brings', 'the', 'dress', 'back', 'in', 'slightly', 'below', 'my', 'chest', 'so', 'it', 'does', 'not', 'tent', 'out.the', 'asymmetrical', 'hem', 'makes', 'it', 'really', 'flowy', 'when', 'you', 'walk', 'the', 'under', 'dress', 'is', 'a', 'lightweight', 'fabric', 'in', 'a', 'sheath', 'cut', 'that', 'is', 'shorter', 'than', 'the', 'over', 'dress', 'which', 'is', 'a', 'fun', 'detail', 'the', 'over', 'dress', 'material', 'is', 'somewhat', 'gauzy', 'and', 'it', 'moves', 'as', 'you', 'move', 'the', 'pockets', 'are', 'positioned', 'in', 'the', 'front', 'which', 'is', 'a', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2505,996,45', 'beautifully-made', 'lovely', '3-seasons', 'skirt', 'i', "'m", 'not', 'sure', 'why', 'this', 'skirt', 'is', 'described', 'online', 'as', 'having', 'a', 'blue', 'motif', 'the', 'background', 'is', 'black', 'and', 'the', 'blue', 'in', 'the', 'pattern', 'could', 'pass', 'as', 'grey', 'the', 'material', 'is', 'a', 'strong', 'polyester', 'which', 'should', 'be', 'nice', 'and', 'easy', 'to', 'clean', 'but', 'it', 'almost', 'feels', 'like', 'silk', 'i', 'love', 'the', 'aline', 'and', 'even', 'with', 'the', 'ruffles', 'it', 'looks', 'very', 'slimming', 'on', 'this', 'pear-shaped', 'gal', 'i', 'can', 'see', 'wearing', 'it', 'with', 'strappy', 'sandals', 'and', 'a', 'light', 'blouse', 'in', 'the', 'next', 'few', 'weeks', 'but', 'pairing', 'it', 'with', 'a', 'sweater', 'and', 'boots', 'well', 'into', 'the', 'fall', 'and', 'winter', 'i', 'thin,5,1,0', 'general', 'bottoms', 'skirts'] ['2506,1078,42', 'classic', 'very', 'comfortable', 'to', 'wear', 'you', 'can', 'wear', 'it', 'any', 'season', 'it', 'runs', 'true', 'to', 'size', 'nice', 'fabric', 'it', 'amp', '39', 's', 'a', 'simple', 'black', 'dress', 'love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2507,1078,61', 'enormous', 'i', 'ordered', 'a', 'size', '0.', 'the', 'dress', 'was', 'extremely', 'large', 'i', 'am', '5', '2', 'and', 'weigh', '110.', 'i', 'guess', 'you', 'really', 'must', 'be', '5', '9', 'like', 'the', 'model', 'to', 'wear', 'this', 'dress', 'such', 'a', 'shame', ',3,0,7', 'general', 'petite', 'dresses', 'dresses'] ['2508,1078,33', 'not', 'my', 'kind', 'of', 'fit', 'i', 'wanted', 'a', 'comfortable', 'and', 'loose', 'casual', 'dress', 'i', 'liked', 'the', 'pictures', 'and', 'decided', 'to', 'give', 'it', 'a', 'try'] ['the', 'dress', 'turned', 'out', 'to', 'be', 'too', 'loose', 'i', 'got', 'size', '4', 'after', 'checking', 'the', 'measurements', 'chart', 'i', "'m", '5', '7', '125', 'lb', 'and', 'usually', 'wear', 's', 'i', 'could', 'practically', 'wrap', 'myself', 'in', 'this', 'dress', 'besides', 'it', 'looks', 'a', 'bit', 'too', 'long', 'well', 'i', "'m", 'not', 'as', 'tall', 'as', 'the', 'model', 'in', 'the', 'photos', 'and', 'i', 'do', "n't", 'like', 'wearing', 'high', 'heels'] ['the', 'material', 'looks', 'faded', 'not', 'as', 'bright', 'as', 'in', 'the', 'pictures', 'i', 'like', 'distressed', 'and', 'vintage', 'style', 'but', 'this', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2509,1081,29', 'great', 'basic', 'this', 'dress', 'fits', 'great', 'i', 'love', 'that', 'it', "'s", 'fitted', 'at', 'the', 'top', 'but', 'drapery', 'and', 'swingy', 'at', 'the', 'bottom', 'it', 'has', 'a', 'thicker', 't-shirt', 'type', 'fabric', 'i', 'will', 'definitely', 'style', 'this', 'with', 'a', 'variety', 'of', 'necklaces', 'or', 'a', 'scarf', 'and', 'cardigan', 'for', 'cooler', 'weather', 'it', "'s", 'much', 'cuter', 'in', 'person', 'for', 'reference', 'i', "'m", '5', '4', '105', 'and', 'got', 'xs.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2510,839,33', 'stiff', 'material', 'i', 'found', 'the', 'material', 'a', 'little', 'stiff', 'im', 'asummig', 'linen', 'is', 'stiff', 'at', 'first', 'i', 'got', 'an', 'xxs', 'and', 'fit', 'tts', 'in', 'my', 'case', '34', 'b', '5', '7', '120', 'lb', ',5,1,3', 'general', 'tops', 'blouses'] ['2511,1077,57', 'not', 'at', 'all', 'as', 'pictures', 'this', 'is', 'quite', 'an', 'odd', 'dress', 'it', 'does', 'wrap', 'and', 'is', 'beautiful', 'material', 'however', 'the', 'dress', 'does', 'not', 'close', 'at', 'all', 'in', 'the', 'chest', 'area', 'i', 'thought', 'perhaps', 'it', 'was', 'meant', 'to', 'be', 'a', 'kimono', 'it', 'will', 'go', 'back', 'for', 'sure', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2512,1095,34', 'beautiful', 'and', 'flowy', 'love', 'the', 'colors', 'and', 'pattern', 'i', 'am', 'normally', 'a', 'm/l', 'i', 'ordered', 'a', 'large', 'as', 'that', "'s", 'all', 'they', 'had', 'in', 'stock', 'and', 'it', 'fits', 'fine', 'though', 'the', 'medium', 'would', 'probably', 'have', 'fit', 'a', 'little', 'better', 'for', 'me', 'it', 'is', 'very', 'long', 'even', 'for', 'me', 'and', 'i', "'m", '5', '9', ',5,1,0', 'general', 'dresses', 'dresses'] ['2513,996,38', 'runs', 'small', 'dowdy', 'length', 'first', 'i', 'was', 'surprised', 'that', 'this', 'skirt', 'fabric', 'felt', 'similar', 'to', 'men', "'s", 'tie', 'it', 'is', 'a', 'thick', 'weight', 'silky', 'feel', 'next', 'i', 'was', 'surprised', 'by', 'the', 'cut', 'i', 'wear', 'a', '12/14', 'petite', 'and', 'the', 'waist', 'of', 'the', 'large', 'is', 'at', 'least', 'a', 'size', '10', 'if', 'not', 'smaller', 'finally', 'the', 'length', 'was', 'really', 'long', 'i', 'realize', 'i', 'am', '5', '2', 'and', 'buying', 'non-petite', 'sizes', 'but', 'the', 'cut', 'was', 'high', 'ankle', 'on', 'me', 'i', 'like', 'the', 'pattern', 'and', 'ruffles', 'of', 'fabric', 'both', 'are', 'unusual', 'and', 'good', 'for', 'fall/winter', 'but', 'i', 'did', 'not', 'like', 'the', 'rest', ',3,0,0', 'general', 'bottoms', 'skirts'] ['2514,1078,44', 'wonderful', 'but', 'button', 'issues', 'this', 'dress', 'just', 'feels', 'and', 'looks', 'amazing', 'i', 'love', 'how', 'it', 'is', "n't", 'too', 'short', 'like', 'a', 'lot', 'of', 'new', 'styles', 'i', 'think', 'it', 'will', 'be', 'wonderful', 'with', 'leggings', 'or', 'tights', 'in', 'the', 'winter', 'i', 'also', 'love', 'the', 'plaid', 'cuff', 'detail', 'the', 'only', 'drawback', 'is', 'the', 'buttons', 'need', 'to', 'be', 'reinforced', 'i', 'got', 'home', 'and', 'realized', 'one', 'button', 'was', 'missing', 'i', 'went', 'to', 'the', 'store', 'to', 'swap', 'for', 'a', 'new', 'one', 'and', 'when', 'i', 'went', 'to', 'cuff', 'the', 'arms', '2', 'buttons', 'popped', 'off', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2515,1078,42', 'why', 'is', "n't", 'this', 'dress', 'sold', 'out', 'it', 'is', 'such', 'a', 'pretty', 'dress', 'the', 'pics', 'do', "n't", 'do', 'this', 'dress', 'any', 'justice', 'the', 'cut', 'and', 'style', 'is', 'so', 'flattering', 'the', 'colors', 'are', 'gorgeous', 'you', 'can', 'wear', 'it', 'on', 'a', 'cool', 'evening', 'in', 'summer', 'and', 'well', 'into', 'fall', 'i', 'absolutely', 'love', 'this', 'dress', 'even', 'if', 'the', 'material', 'appears', 'a', 'bit', 'rough', 'there', 'is', 'a', 'slip', 'underneath', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2516,1078,39', 'velvet', 'crush', 'this', 'dress', 'is', 'so', 'soft', 'and', 'cozy', 'and', 'pretty', 'love', 'the', 'shine', 'and', 'interesting', 'sheen', 'whenever', 'you', 'move', 'very', 'comfortable', 'and', 'looks', 'great', 'with', 'a', 'variety', 'of', 'layers', 'i', 'want', 'to', 'buy', 'more', 'colors', 'but', 'right', 'now', 'i', 'just', 'have', 'the', 'mauve', 'ordered', 'size', 'm', 'and', 'i', "'m", '38-27-35', '135.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2517,1078,47', 'babydoll', 'the', 'colour', 'is', 'gorgeous', 'but', 'it', "'s", 'basically', 'a', 'baby', 'doll', 'dress', 'it', 'looks', 'like', 'the', 'waist', 'is', 'much', 'lower', 'on', 'the', 'model', 'but', 'for', 'my', 'height', 'and', 'large', 'chest', 'it', 'fell', 'like', 'a', 'baby', 'doll', 'or', 'a', 'maternity', 'dress', 'not', 'flattering', 'pockets', 'are', 'a', 'nice', 'touch', 'though.,4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2518,1078,38', 'versitle', 'i', 'ordered', 'this', 'online', 'with', 'out', 'trying', 'it', 'on', 'the', 'store', 'it', 'does', 'hang', 'a', 'teeny', 'bit', 'loser', 'than', 'in', 'the', 'photo', 'of', 'the', 'model', 'but', 'in', 'my', 'opinion', 'does', "n't", 'look', 'bad', 'plus', 'i', "'m", 'not', 'a', 'model', 'what', 'i', 'did', 'was', 'put', 'a', 'thick', 'belt', 'on', 'and', 'it', 'just', 'brought', 'the', 'dress', 'to', 'a', 'new', 'level', 'love', 'it', 'with', 'a', 'belt', 'i', 'am', 'an', 'art', 'teacher', 'and', 'it', 'was', 'perfect', 'for', 'work', 'and', 'then', 'going', 'out', 'after', 'with', 'friends', 'the', 'school', 'is', 'not', 'secular', 'so', 'the', 'skirt', 'must', 'be', 'long', 'enough', 'it', 'hit', 'right', 'above', 'my', 'knees', 'in', 'the', 'front', 'as', 'well', 'as', 'the', 'sleeves', 'i', 'ag', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2519,996,32', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['2520,1077,28', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2521,1078,44', 'classic', 'and', 'comfort', 'this', 'dress', 'is', 'gorgeous', 'yet', 'sturdy', 'it', 'is', 'all', 'about', 'the', 'lace', 'size', 'regular', '4', 'fit', 'my', 'chest', 'area', 'well', 'and', 'i', 'like', 'the', 'midi', 'look', 'i', 'am', '5ft2in', '34b', '26', 'waist', '36', 'hips', 'whether', 'regular', 'or', 'petite', 'size', 'when', 'i', 'walked', 'or', 'turned', 'the', 'pleats', 'added', 'too', 'much', 'volume', 'and', 'looked', 'overwhelming', 'and', 'no', 'shape', 'i', 'tried', 'it', 'with', 'a', 'belt', 'and', 'it', 'looked', 'better', 'but', 'looked', 'odd', 'because', 'the', 'pleats', 'poofed', 'at', 'the', 'belt', 'area', 'i', 'tried', 'with', 'a', 'sweater', 'jacket', 'then', 'finally', 'gave', 'up', 'it', 'would', 'look', 'gorgeous', 'on', 'a', 'tall', 'thin', 'gal', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2522,1078,44', 'babydoll', 'rock', 'and', 'roll', 'this', 'dress', 'is', 'modern', 'yet', 'timeless', 'cute', 'yet', 'rock', 'and', 'roll', 'if', 'worn', 'with', 'boots', 'i', 'am', '36b', '26', 'waist', '36', 'hips', 'and', 'size', 'regular', 's', 'fits', 'well', 'i', 'like', 'regular', 'size', 'because', 'it', 'is', 'longer', 'in', 'the', 'torso', 'lengthens', 'waist', 'for', 'a', 'belt', 'and', 'the', 'length', 'is', 'right', 'above', 'the', 'knees', 'appropriate', 'for', 'work', 'the', 'bust', 'area', 'fits', 'me', 'perfectly', 'so', 'well-endowed', 'ladies', 'may', 'want', 'up', 'a', 'size', 'i', 'am', 'into', 'grey', 'now', 'but', 'all', 'colors', 'are', 'gorgeous', 'love', 'the', 'sheen', 'colors', 'are', 'true', 'like', 'shown', '1', 'star', 'off', 'for', 'hi', 'price', 'for', 'a', 'simple', 'dress', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2523,1078,38', 'great', 'fall', 'dress', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'i', 'wear', 'either', 'a', 's', 'or', 'xs', 'in', 'retailer', 'clothes', 'its', 'loose', 'fitting', 'so', 'i', 'went', 'with', 'the', 'xs', 'the', 'arm', 'holes', 'were', 'tight', 'but', 'have', 'very', 'cute', 'buttons', 'if', 'you', 'look', 'closely', 'at', 'the', 'picture', 'you', 'can', 'also', 'roll', 'the', 'sleeves', 'up', 'and', 'there', 'is', 'a', 'coordinating', 'plaid', 'underneath', 'which', 'adds', 'a', 'nice', 'touch', 'great', 'length', 'not', 'too', 'short', 'or', 'too', 'long', 'the', 'grey', 'color', 'is', 'much', 'prettier', 'in', 'person', 'i', 'felt', 'it', 'had', 'a', 'little', 'more', 'of', 'a', 'blue', 'tint', 'for', 'reference', 'i', 'am', '5', '6', '124', 'lbs', 'and', '32b', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2524,1078,64', 'classic', 'and', 'classy', 'i', 'originally', 'bought', 'the', 'white', 'lace', 'version', 'of', 'this', 'dress', 'but', 'it', 'felt', 'too', 'bridey', 'then', 'i', 'snagged', 'all', 'three', 'of', 'the', 'velvet', 'blazers', 'and', 'spotted', 'this', 'black', 'version', 'i', 'like', 'that', 'it', 'is', 'not', 'all', 'lace', 'with', 'the', 'pleated', 'chiffon', 'center', 'the', 'under', 'slip', 'is', 'straight', 'and', 'fits', 'with', 'the', 'outer', 'layer', 'sheer', 'enough', 'to', 'give', 'the', 'appearance', 'of', 'there', 'being', 'a', 'shape', 'under', 'the', 'flow', 'it', 'is', 'so', 'versatile', 'as', 'i', 'can', 'do', 'it', 'with', 'the', 'velvet', 'blazers', 'and', 'booties', 'or', 'classic', 'lbd', 'with', 'black', 'pumps', 'well', 'worth', 'the', 'price', 'as', 'this', 'will', 'f', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2525,872,54', 'great', 'light', 'weight', 'sweater', 'i', 'got', 'this', 'sweater', 'in', 'navy', 'and', 'it', 'is', 'much', 'cuter', 'than', 'online', 'it', 'is', 'a', 'great', 'transition', 'sweater', 'and', 'also', 'i', 'can', 'see', 'it', 'used', 'on', 'cool', 'nights', 'at', 'the', 'beach', 'i', 'have', 'worn', 'in', 'professional', 'environment', 'to', 'work', 'as', 'well', 'as', 'with', 'a', 'tee', 'and', 'jeans', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['2526,1078,39', 'cute', 'and', 'comfortable', 'this', 'dress', 'arrived', 'today', 'and', 'it', 'is', 'both', 'flattering', 'and', 'comfortable', 'i', 'am', 'just', 'a', 'smidge', 'under', '5', '4', 'and', 'i', 'ordered', 'a', 'regular', 'xs', 'in', 'the', 'front', 'it', 'hit', 'me', 'about', '3', 'above', 'the', 'knee', 'it', 'is', 'office', 'appropriate', 'for', 'a', 'business', 'casual', 'environment', 'the', 'red', 'was', 'deeper', 'in', 'color', 'than', 'i', 'expected', 'it', 'seemed', 'a', 'little', 'brighter', 'on', 'my', 'monitor', 'but', 'this', 'is', 'no', 'problem', 'for', 'me', 'it', 'is', 'still', 'a', 'great', 'color', 'i', 'tried', 'it', 'with', 'clogs', 'knee', 'boots', 'and', 'ankle', 'boots', 'all', 'really', 'cute', 'and', 'as', 'and', 'added', 'bonus', 'it', 'looks', 'good', 'with', 'b', ',5,1,24', 'general', 'petite', 'dresses', 'dresses'] ['2527,1078,47', 'really', 'pretty', 'dress', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'it', 'is', 'gorgeous', 'on', 'the', 'model', 'but', 'unfortunately', 'for', 'me', 'it', 'did', "n't", 'fit', 'right', 'i', "'m", 'petite', 'and', 'ordered', 'the', 'xxs', 'petite', 'it', 'was', 'snug', 'in', 'the', 'upper', 'body', 'and', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'baby-doll', 'dress', 'the', 'material', 'is', 'high', 'quality', 'and', 'i', 'love', 'the', 'burnt', 'red', 'color', 'it', 'just', 'did', "n't", 'fit', 'right', 'definitely', 'looks', 'great', 'on', 'the', 'model', 'but', 'hung', 'funny', 'on', 'me', 'i', 'can', 'see', 'why', 'it', 'was', 'highly', 'rated', 'gorgeous', 'dress', 'just', 'not', 'on', 'me', ',3,0,8', 'general', 'petite', 'dresses', 'dresses'] ['2528,862,51', 'super', 'hip', 'love', 'the', 'dolman', 'sleeves', 'and', 'its', 'the', 'perfect', 'length', 'throw', 'on', 'a', 'cute', 'necklace', 'and', 'go.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2529,988,67', 'beautiful', 'this', 'skirt', 'is', 'gorgeous', 'sturdy', 'well', 'constructed', 'i', 'was', 'afraid', 'the', 'midi', 'length', 'would', 'look', 'frumpy', 'but', 'it', 'was', 'beautiful', 'it', 'has', 'a', 'nice', 'lining', 'flares', 'into', 'a', 'pretty', 'a', 'line', 'and', 'has', 'a', 'pull', 'tab', 'belt', 'around', 'the', 'waist', 'to', 'cinch', 'it', 'a', 'bit', 'i', 'am', 'normally', 'a', '2-4', 'and', 'i', 'bought', 'the', '4.', 'it', 'was', 'a', 'bit', 'big', 'but', 'the', 'belt', 'helped', 'with', 'that', 'i', 'wore', 'it', 'for', 'my', 'bridal', 'shower', 'and', 'got', 'many', 'compliments', ',5,1,0', 'general', 'bottoms', 'skirts'] ['2530,1095,45', 'classic', 'beautifully', 'fitting', 'simple', 'and', 'flattering', 'i', 'am', 'an', 'athletic', 'size', '8/10', 'the', '10', 'fits', 'well', 'but', 'the', 'straps', 'may', 'have', 'to', 'be', 'taken', 'in', 'a', 'little.,4,1,7', 'general', 'dresses', 'dresses'] ['2531,1104,32', 'it', "'s", 'beautiful', 'what', 'a', 'perfect', 'summer', 'dress', 'after', 'reading', 'the', 'previous', 'review', 'i', 'ordered', 'a', 'size', 'up', 'and', 'it', "'s", 'perfect', 'the', 'slip', 'is', 'a', 'little', 'snug', 'on', 'the', 'hips', 'but', 'most', 'dresses', 'are', 'on', 'me', 'so', 'i', 'think', 'on', 'most', 'people', 'it', 'would', 'fit', 'very', 'well', 'as', 'long', 'as', 'you', 'ordered', 'one', 'size', 'larger', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'while', 'traveling', 'through', 'europe', 'next', 'summer', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2532,870,29', 'suprisingly', 'great', 'this', 'was', 'my', 'first', 'time', 'to', 'purchase', 'and', 'wear', 'a', 'tunic', 'and', 'i', 'was', 'very', 'hesitant', 'about', 'the', 'look', 'but', 'i', 'love', 'this', 'design', 'it', 'is', 'beautiful', 'and', 'seems', 'to', 'be', 'very', 'well', 'made', 'i', 'agree', 'with', 'a', 'previous', 'reviewer', 'that', 'the', 'slit', 'is', 'high', 'it', 'comes', 'to', 'my', 'waist', 'but', 'i', 'do', "n't", 'think', 'it', 'is', 'a', 'problem', 'i', 'always', 'appreciate', 'this', 'in', 'other', 'reviews', 'so', 'hopefully', 'it', 'helps', 'i', "'m", '5', '2', '117', 'lbs', 'and', 'a', 'small', '32b', 'the', 'xs', 'works', 'well', 'for', 'me', ',5,1,1', 'general', 'tops', 'knits'] ['2533,1054,43', 'oh', 'myyyy', 'comfort', 'want', 'to', 'combine', 'super', 'comfort', 'with', 'super', 'style', 'and', 'quality', 'stop', 'here', 'and', 'buy', 'these', 'you', 'will', 'not', 'be', 'disappointed', ',5,1,0', 'general', 'bottoms', 'pants'] ['2534,1025,45', 'the', 'new', 'overall', 'these', 'are', 'by', 'far', 'the', 'sexiest', 'fitting', 'overalls', 'ever', 'they', 'are', 'lengthening', 'and', 'flattering', 'and', 'comfy', 'at', 'the', 'same', 'time', ',5,1,4', 'general', 'bottoms', 'jeans'] ['2535,850,47', 'unique', 'and', 'beautiful', 'this', 'top', 'is', 'beautiful', 'so', 'beautiful', 'that', 'i', 'am', 'keeping', 'it', 'even', 'though', 'it', 'is', 'a', 'little', 'bit', 'large', 'and', 'drapey', 'the', 'fabric', 'has', 'a', 'golden', 'glow', 'to', 'it', 'the', 'details', 'in', 'the', 'back', 'are', 'darling', 'perfect', 'for', 'a', 'romantic', 'dinner', 'out.,4,1,0', 'general', 'tops', 'blouses'] ['2536,850,53', 'gorgeous', 'and', 'unique', 'this', 'top', 'is', 'really', 'beautiful', 'my', 'girlfriend', 'saw', 'it', 'on', 'a', 'rack', 'outside', 'the', 'dressing', 'room', 'or', 'i', 'would', 'not', 'have', 'seen', 'it', 'i', 'tried', 'it', 'on', 'and', 'loved', 'it', 'instantly', 'it', 'does', 'run', 'a', 'bit', 'big', 'and', 'i', 'ordered', 'the', 'extra', 'small', 'to', 'make', 'sure', 'which', 'one', 'would', 'work', 'the', 'photos', 'do', "n't", 'do', 'it', 'justice', 'reminds', 'me', 'of', 'retailer', 'of', '10', 'years', 'ago', 'when', 'just', 'about', 'everything', 'in', 'the', 'store', 'was', 'truly', 'unique', ',5,1,0', 'general', 'tops', 'blouses'] ['2537,850,35', ',i', 'am', 'addicted', 'to', 'retailer', 'and', 'have', 'purchased', 'many', 'many', 'items', 'from', 'them', 'this', 'is', 'definitely', 'one', 'of', 'the', 'best', 'blouses', 'i', 'ever', 'purchased', 'by', 'far', 'i', 'saw', 'this', 'while', 'browsing', 'through', 'the', 'store', 'and', 'love', 'the', 'print', 'and', 'colors', 'and', 'detailing', 'i', 'espeically', 'loved', 'the', 'velvet', 'cutouts', 'that', 'gave', 'this', 'already', 'beautiful', 'sweater', 'something', 'extra', 'i', 'did', 'not', 'purchase', 'this', 'top', 'then', 'because', 'i', 'felt', 'full', 'price', 'was', 'too', 'much', 'and', 'on', 'the', 'hanger', 'it', 'looked', 'like', 'it', 'could', 'be', 'short', 'and', 'boxy', 'when', 'retailer', 'had', 'their', 'black', 'friday', 'sa,5,1,0', 'general', 'tops', 'blouses'] ['2538,870,68', 'cute', 'and', 'comfy', 'i', 'am', 'so', 'pleased', 'with', 'this', 'tunic', 'the', 'fabric', 'heavy', 'enough', 'to', 'wear', 'through', 'winter', 'and', 'it', 'is', 'very', 'flattering', 'the', 'colors', 'are', 'as', 'pictured', 'as', 'well', 'as', 'another', 'reviewer', 'mentioned', 'the', 'slit', 'is', 'high', 'but', 'it', 'still', 'works', 'perfectly', 'with', 'leggings', 'or', 'mid', 'to', 'high', 'rise', 'skinny', 'jeans', ',5,1,0', 'general', 'tops', 'knits'] ['2539,850,53', 'amazing', 'vintage', 'top', 'i', 'just', 'purchased', 'this', 'velvet', 'top', 'in', 'my', 'regular', 'size', 'small', '34-27-35', 'so', 'i', "'d", 'say', 'it', 'runs', 'tts', 'and', 'i', 'could', "n't", 'be', 'happier', 'the', 'designer', 'moulinette', 'soeurs', 'is', 'one', 'of', 'my', 'very', 'favorites', 'here', 'at', 'retailer', 'and', 'always', 'seems', 'to', 'come', 'through', 'for', 'me', 'when', 'i', 'need', 'something', 'really', 'special', 'it', "'s", 'is', 'a', 'vintage', 'style', 'top', 'that', 'reminds', 'me', 'of', 'something', 'miss', 'fisher', 'from', 'miss', 'fisher', "'s", 'murder', 'mysteries', 'the', 'downton', 'abbey', 'ladies', 'or', 'the', 'designer', 'sisters', 'from', 'the', 'house', 'of', 'eliott', 'would', 'wear', 'and', 'that', "'s", 'a', 'major', 'compliment', ',5,1,6', 'general', 'tops', 'blouses'] ['2540,850,24', 'such', 'a', 'unique', 'piece', 'retailer', 'is', 'known', 'for', 'their', 'unique', 'designs', 'and', 'this', 'one', 'does', 'not', 'fail', 'to', 'disappoint', 'i', 'usually', 'wait', 'for', 'items', 'to', 'go', 'on', 'sale', 'but', 'knew', 'i', 'had', 'to', 'have', 'this', 'one', 'in', 'my', 'collection', 'due', 'to', 'the', 'fact', 'that', 'it', 'can', 'easily', 'be', 'worn', 'with', 'a', 'pair', 'of', 'pants', 'the', 'actual', 'shirt', 'is', 'a', 'bit', 'shimmery', 'which', 'you', 'ca', "n't", 'tell', 'by', 'looking', 'at', 'the', 'photo', 'i', 'did', "n't", 'mind', 'it', 'and', 'thought', 'it', 'was', 'actually', 'a', 'plus', 'i', 'just', 'think', 'it', 'is', 'a', 'bit', 'too', 'expensive', 'because', 'although', 'it', 'is', 'nice', 'quality', 'i', 'do', "n't", 'feel', 'it', 'is', 'worth', 'the', 'price', 'tag', 'pretty', ',4,1,0', 'general', 'tops', 'blouses'] ['2541,850,42', 'too', 'shimmery', 'while', 'this', 'top', 'has', 'a', 'lovely', 'design', 'neckline', 'and', 'color', 'the', 'metalic', 'threads', 'made', 'it', 'too', 'shimmery', 'for', 'me', 'i', 'actually', 'think', 'it', 'looks', 'better', 'in', 'pictures', 'than', 'in', 'person', 'because', 'of', 'the', 'metallic', 'threads', ',3,0,0', 'general', 'tops', 'blouses'] ['2542,944,47', 'too', 'much', 'fabric', 'the', 'fabric', 'is', 'very', 'nice', 'on', 'this', 'wrap', 'but', 'it', 'wears', 'like', 'a', 'blanket', ',1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['2543,1095,46', 'classic', 'dress', 'classic', 'and', 'beautiful', 'style', 'structured', 'material', 'that', 'will', 'always', 'fall', 'just', 'right', 'looks', 'beautiful', 'and', 'will', 'take', 'you', 'to', 'any', 'occasion', 'heels', 'or', 'flats', 'office', 'or', 'dinner', 'party', 'definitely', 'shows', 'off', 'your', 'shoulders', ',4,1,3', 'general', 'dresses', 'dresses'] ['2544,850,39', 'lovely', 'colors', 'but', 'boxy', 'i', 'had', 'the', 'priviledge', 'of', 'trying', 'this', 'on', 'during', 'the', '20', 'off', 'tops', 'sale', 'too', 'bad', 'but', 'the', 'store', 'only', 'had', 'regualr', 'sizes', 'and', 'xs', 'was', 'the', 'smallest', 'i', 'am', 'not', 'super', 'tiny', 'read', 'have', 'muscles', 'but', 'this', 'looked', 'huge', 'on', 'me', 'love', 'the', 'colros', 'and', 'textures', 'though', 'the', 'line', 'in', 'the', 'back', 'is', 'pretty', 'and', 'adds', 'charm', 'when', 'you', 'turn', 'around', 'and', 'the', 'combo', 'of', 'all', 'the', 'colros', 'is', 'awesome', 'but', 'i', 'would', 'need', 'a', 'xxs', 'or', 'perhaps', 'a', 'petite', 'though', 'it', 'is', 'short', 'so', 'not', 'sure', 'about', 'petite', 'soft', 'but', 'try', 'a', 'smaller', 'size', ',4,1,4', 'general', 'tops', 'blouses'] ['2545,850,54', 'absolutely', 'gorgeous', 'i', 'bought', 'my', 'regular', 'size', 'm', 'and', 'while', 'it', "'s", 'a', 'little', 'wide', 'in', 'the', 'shoulders', 'it', 'drapes', 'beautifully', 'because', 'i', "'m", 'so', 'short', 'i', 'found', 'the', 'sleeves', 'too', 'long', 'so', 'i', 'took', 'it', 'to', 'my', 'dressmaker', 'and', 'she', 'shortened', 'the', 'sleeves', 'about', 'two', 'inches', 'so', 'it', "'s", 'still', 'elbow', 'length', 'and', 'while', 'i', 'was', 'there', 'she', 'put', 'in', 'two', 'small', 'darts', 'in', 'the', 'back', 'so', 'make', 'it', 'less', 'boxy', 'for', 'my', 'frame', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'it', "'s", 'a', 'beautiful', 'material', 'and', 'i', 'love', 'the', 'combo', 'of', 'the', 'metallic', 'sheen', 'and', 'velvet', 'so', 'elegant', 'very', 'gatsby', ',5,1,0', 'general', 'tops', 'blouses'] ['2546,1054,37', ',these', 'are', 'absolutely', 'fabulous', 'love', 'them', 'comfortable', 'great', 'fabric', 'best', 'buy', 'of', 'the', 'year', 'so', 'far', ',5,1,0', 'general', 'bottoms', 'pants'] ['2547,870,55', 'lovelovelovelovelove', 'million', 'when', 'i', 'saw', 'this', 'in', 'store', 'i', 'was', 'so', 'attracted', 'to', 'the', 'colors', 'on', 'the', 'v', 'neck', 'and', 'actually', 'thought', 'it', 'was', 'a', 'dress', 'until', 'i', 'tried', 'it', 'on', 'i', 'was', 'confused', 'about', 'the', 'very', 'high', 'side', 'slits', 'then', 'i', 'figured', 'it', 'was', 'a', 'tunic', 'i', "'ve", 'always', 'hated/avoided', 'tunics', 'because', 'i', 'thought', 'they', 'would', 'widen', 'my', 'thighs', 'and', 'give', 'me', 'a', 'bad', 'shape', 'they', 'actually', 'made', 'me', 'look', 'straighter/slimmer', 'which', 'looked', 'amazing', 'the', 'more', 'i', 'had', 'it', 'on', 'the', 'more', 'i', 'fell', 'in', 'love', 'with', 'it', 'and', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'i', 'can', 'wear', 'it', 'in', 'the', 'winter', 'and', 'f', ',5,1,1', 'general', 'tops', 'knits'] ['2548,1104,37', 'cute', 'and', 'understated', 'i', 'saw', 'a', 'review', 'from', 'another', 'petite', 'person', 'who', 'said', 'this', 'runs', 'small', 'but', 'i', "'m", 'my', 'case', 'it', 'ran', 'true', 'to', 'size', 'it', "'s", 'a', 'very', 'flattering', 'dress', 'and', 'easy', 'to', 'wear', 'for', 'any', 'occasion', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2549,850,63', 'gorgeous', 'arts', 'and', 'crafts', 'aesthetic', 'i', 'am', 'a', 'collector', 'of', 'clothes', 'and', 'textiles', 'that', 'is', 'a', 'passion', 'this', 'blouse', 'meets', 'all', 'the', 'criteria', 'of', 'something', 'treasured', 'from', 'times', 'past', 'the', 'roses', 'are', 'almost', 'charles', 'rennie', 'macintosh', 'i', 'am', 'so', 'happy', 'to', 'own', 'this', 'blouse', 'it', 'fits', 'perfectly', 'and', 'makes', 'me', 'feel', 'beautiful', 'stylish', 'in', 'my', 'own', 'style', ',5,1,0', 'general', 'tops', 'blouses'] ['2550,1095,34', 'two', 'tone', 'halter', 'dress', 'first', 'let', 'me', 'start', 'out', 'by', 'giving', 'a', 'reference', 'i', 'am', '5', '1', '138lbs', '34dd', '30', '38.', 'i', 'usually', 'take', 'a', 'size', '8', 'in', 'maeve', 'esp', 'if', 'there', 'is', 'no', 'give', 'i', 'bought', 'a', 'regular', 'size', '6'] [] ['first', 'the', 'good', 'the', 'design', 'it', 'is', 'classy', 'it', 'will', 'keep', 'boobies', 'the', 'ones', 'of', 'the', 'larger', 'side', 'in', 'place', 'this', 'is', 'amazing', 'as', 'there', 'isnt', 'really', 'a', 'way', 'to', 'wear', 'a', 'bra', 'with', 'with', 'dress', 'it', 'is', 'slimming', 'and', 'i', 'have', 'hips'] [] ['the', 'bad', 'surprisingly', 'the', 'fabric', 'gets', 'dirty', 'super', 'easy', 'i', 'have', 'no', 'idea', 'why', 'everything', 'clings', 'to', 'it', 'i', 'got', 'my', 'dress', 'f', ',3,1,6', 'general', 'dresses', 'dresses'] ['2551,1095,51', 'try', 'it', 'and', 'you', 'wo', "n't", 'regret', 'it', 'i', 'picked', 'this', 'dress', 'up', 'off', 'the', 'rack', 'on', 'a', 'whim', 'and', 'did', 'not', 'expect', 'to', 'love', 'it', 'i', 'was', 'so', 'delightfully', 'surprised', 'this', 'dress', 'is', 'made', 'of', 'a', 'lovely', 'thick', 'starchy', 'cotton', 'i', 'found', 'i', 'did', "n't", 'require', 'a', 'bra', 'which', 'is', 'great', 'because', 'the', 'back', 'is', 'a', 'gorgeous', 'feature', 'of', 'the', 'dress', 'the', 'white', 'band', 'across', 'the', 'midsection', 'makes', 'the', 'waist', 'appear', 'small', 'the', 'dress', 'has', 'sort', 'of', 'a', 'retro', 'feel', 'with', 'the', 'tea', 'length', 'and', 'looks', 'best', 'with', 'heels', 'i', 'did', 'note', 'a', 'little', 'bit', 'of', 'gaping', 'under', 'my', 'arms', 'but', 'not', 'enough', 'to', 'keep', 'me', 'from', 'buying', ',4,1,19', 'general', 'dresses', 'dresses'] ['2552,870,35', ',matronly', 'and', 'unflattering', 'i', 'think', 'this', 'may', 'work', 'on', 'a', 'very', 'tall', 'and', 'slender', 'body', 'type.,2,0,0', 'general', 'tops', 'knits'] ['2553,1104,35', 'good', 'for', 'broader', 'shoulders', 'the', 'design/pattern', 'balances', 'broader', 'shoulders/narrower', 'hips', 'and', 'gives', 'my', 'straighter', 'waist', 'definition'] [] ['at', '5', '1', 'size', '2', 'ended', 'mid-knee', 'but', 'overall', 'felt', 'a', 'little', 'too', 'long', 'torso', 'length', 'i', 'normally', 'take', '0p', 'or', '00p', 'in', 'retailer', 'dresses'] [] ['i', 'like', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'overall', 'playful', 'yet', 'chic', 'look', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2554,944,45', 'this', 'is', 'so', 'bulky', 'and', 'itchy', 'could', 'not', 'stand', 'to', 'have', 'it', 'on', 'i', "'m", 'a', '6/8', 'ordered', 'the', 'small', 'but', 'it', 'was', 'still', 'gigantic', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['2555,870,25', 'strange', 'fit', 'nice', 'fabric', 'and', 'stitching', 'i', 'ordered', 'this', 'in', 'my', 'usual', 'size', 'small', '36b', 'bust', '5', '5', 'around', '116', 'lbs', 'but', 'the', 'seam', 'around', 'the', 'high', 'waist', 'stuck', 'out', 'and', 'did', "n't", 'cinch', 'in', 'at', 'the', 'waist', 'at', 'all', 'rather', 'bubbled', 'out', 'a', 'bit', 'the', 'tunic', 'flaps', 'laid', 'strangely', 'as', 'well', 'like', 'they', 'were', 'too', 'small', 'almost', 'the', 'high', 'cut', 'sides', 'were', 'indeed', 'high', 'cut', 'showing', 'the', 'waistband', 'of', 'my', 'leggings', 'apparently', 'that', 'is', 'a', 'new', 'style', 'as', 'i', 'have', 'seen', 'a', 'few', 'other', 'tops', 'like', 'it', 'around', 'but', 'i', 'question', 'whether', 'slits', 'that', 'high', 'are', 'appropriate', 'for', 'actual', 'wear', 'outside', 'on', ',2,0,1', 'general', 'tops', 'knits'] ['2556,900,64', 'pretty', 'but', 'going', 'back', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'soft', 'and', 'thick', 'and', 'well', 'made', 'loved', 'everything', 'about', 'it', 'but', 'if', 'you', 'are', 'ample', 'in', 'the', 'chest', 'it', 'is', 'snug', 'and', 'does', 'not', 'hang', 'and', 'drape', 'as', 'well', 'like', 'on', 'the', 'model', 'so', 'you', 'may', 'want', 'to', 'size', 'up', 'i', 'am', 'sending', 'it', 'back', 'as', 'the', 'fit', 'is', 'not', 'flattering', 'on', 'me', 'for', 'the', 'price', 'someone', 'with', 'a', 'boyish', 'no-curve', 'figure', 'would', 'look', 'dynamite', 'in', 'it', ',3,1,2', 'general', 'tops', 'fine', 'gauge'] ['2557,900,41', 'love', 'it', 'very', 'chic', 'version', 'of', 'a', 'turtleneck/tunic', 'material', 'more', 'substantial', 'than', 'i', 'expected', 'ultimately', 'it', 'was', "n't", 'really', 'flattering', 'on', 'my', 'body', 'type', 'but', 'otherwise', 'i', 'would', 'absolutely', 'recommend.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2558,850,29', 'stunning', 'top', 'this', 'top', 'is', 'beautiful', 'and', 'special', 'the', 'burnout', 'velvet', 'so', 'nice', 'and', 'soft', 'the', 'flowers', 'the', 'pretty', 'metallic', 'threads', 'and', 'even', 'the', 'back', 'closures', 'make', 'it', 'wonderful', 'i', 'took', 'my', 'usual', 'size', '0.', 'it', 'is', 'a', 'bit', 'more', 'fitted', 'on', 'the', 'bottom', 'of', 'the', 'top', 'hip', 'area', 'than', 'i', 'was', 'expecting', 'but', 'not', 'snug', 'i', 'will', 'wear', 'this', 'during', 'the', 'holidays', 'and', 'beyond', 'happy', 'with', 'my', 'purchase', 'and', 'looking', 'forward', 'to', 'wearing', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['2559,850,56', 'greatest', 'party', 'top', 'i', 'have', 'never', 'written', 'a', 'review', 'on', 'retailer', 'before', 'but', 'after', 'seeing', 'this', 'top', 'in', 'the', 'store', 'and', 'then', 'seeing', 'how', 'it', 'is', 'depicted', 'online', 'i', 'felt', 'i', 'had', 'a', 'duty', 'to', 'review', 'it', 'it', 'is', 'gorgeous', 'i', 'saw', 'it', 'in', 'the', 'store', 'and', 'tried', 'it', 'on', 'with', 'my', 'mom', 'and', 'we', 'both', 'had', 'a', 'fit', 'over', 'it', 'the', 'fabric', 'is', 'light', 'pink', 'with', 'a', 'shimmer', 'the', 'flower', 'detailing', 'is', 'so', 'feminine', 'and', 'soft', 'the', 'back', "'s", 'closure', 'is', 'just', 'another', 'piece', 'of', 'the', 'beautiful', 'detailing', 'i', 'left', 'the', 'store', 'and', 'thought', 'i', 'would', 'think', 'about', 'it', 'only', 'because', 'i', 'was', 'trying', 'to', 'be', ',5,1,27', 'general', 'tops', 'blouses'] ['2560,870,30', ',,5,1,0', 'general', 'tops', 'knits'] ['2561,1095,51', 'this', 'dress', 'fits', 'true', 'to', 'sizing', 'for', 'this', 'dress', 'designer', 'i.e', 'a', 'little', 'on', 'the', 'large', 'side', 'as', 'compared', 'to', 'other', 'dressmakers', 'it', 'is', 'very', 'flattering', 'on', 'and', 'is', 'made', 'of', 'cotton', 'sailcloth', 'so', 'it', 'is', 'not', 'flowy', ',4,1,9', 'general', 'dresses', 'dresses'] ['2562,900,49', 'it', "'s", 'a', 'shame', 'i', 'wanted', 'to', 'love', 'this', 'tunic', 'sweater', 'the', 'material', 'is', 'so', 'soft', 'and', 'a', 'perfect', 'weight', 'the', 'color', 'is', 'pretty', 'bu', 'the', 'fit', 'absolutely', 'did', 'not', 'work', 'for', 'me', 'the', 'tunic', 'runs', 'very', 'small', 'a', 'large', 'usually', 'fits', 'me', 'but', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'small', 'the', 'slits', 'are', 'quite', 'high', 'i', 'was', 'sorry', 'to', 'do', 'it', 'but', 'this', 'one', 'went', 'straight', 'back', ',1,0,1', 'general', 'tops', 'fine', 'gauge'] ['2563,870,53', 'cute', 'this', 'is', 'a', 'very', 'cute', 'tunic', 'but', 'it', 'is', 'slit', 'so', 'high', 'on', 'the', 'sides', 'i', 'really', 'like', 'the', 'fit', 'but', 'i', 'think', 'i', "'m", 'going', 'to', 'return', 'it', 'because', 'it', 'is', 'slit', 'so', 'high', ',4,1,19', 'general', 'tops', 'knits'] ['2564,1010,54', 'runs', 'very', 'small', 'great', 'item', 'ordered', 'for', 'my', 'wife', 'for', 'christmas', 'received', 'it', 'and', 'the', 'medium', 'petite', 'waist', 'size', 'measured', 'at', 'approximately', '26', 'so', 'it', 'is', 'at', 'least', '2', 'off', 'the', 'standard', 'and', 'a', 'thick', 'material', 'needs', 'a', 'bit', 'more', 'room', 'to', 'fit', 'well', 'disappointed', 'replaced', 'with', 'next', 'size', 'up', 'we', "'ll", 'see', ',3,0,8', 'general', 'bottoms', 'skirts'] ['2565,850,43', 'exquisite', 'this', 'picture', 'does', 'not', 'do', 'this', 'blouse', 'justice', 'the', 'material', 'is', 'velour', 'where', 'the', 'flowers', 'are', 'and', 'there', "'s", 'a', 'bit', 'of', 'sparkle', 'i', "'m", 'generally', 'a', 'pl', 'in', 'other', 'stores', 'and', 'bought', 'a', 'm', 'and', 'was', 'pleased', 'it', "'s", 'true', 'to', 'size', 'i', "'m", '5', '1', 'and', 'the', 'regular', 'length', 'was', 'perfect', 'and', 'not', 'too', 'long', 'at', 'all', 'i', 'wo', "n't", 'have', 'to', 'shorten', 'it', 'the', 'blouse', 'will', 'look', 'great', 'with', 'skinny', 'jeans', 'and', 'boots', 'or', 'the', 'right', 'long', 'flowy', 'skirt', 'it', 'can', 'easily', 'be', 'worn', 'to', 'a', 'dressy', 'occasion', 'it', "'s", 'gorgeous', ',5,1,12', 'general', 'tops', 'blouses'] ['2566,1104,36', 'this', 'dress', 'had', 'so', 'much', 'potential', 'the', 'top', 'was', 'absolutely', 'gorgeous', 'my', 'issue', 'was', 'with', 'the', 'bottom', 'half', 'of', 'the', 'dress', 'the', 'bottom', 'is', 'made', 'from', 'a', 'heavy', 'quilted', 'material', 'that', 'is', 'stiff', 'and', 'has', 'no', 'movement', 'at', 'all', 'the', 'dress', 'is', 'supposed', 'to', 'fit', 'like', 'a', 'modified', 'mermaid', 'dress', 'where', 'its', 'more', 'fitted', 'around', 'the', 'hips', 'and', 'flares', 'out', 'the', 'dress', 'i', 'received', 'had', 'so', 'much', 'material', 'on', 'the', 'bottom', 'that', 'it', 'actually', 'made', 'my', 'hips', 'look', 'bigger', 'i', 'though', 'about', 'having', 'the', 'dress', 'altered', 'but', 'decided', 'to', 'return', 'instead', ',1,0,9', 'general', 'petite', 'dresses', 'dresses'] ['2567,1095,36', 'beauty', 'i', 'absolutely', 'adore', 'this', 'dress', 'i', 'took', 'my', 'time', 'buying', 'it', 'and', 'when', 'i', 'was', 'ready', 'to', 'purchase', 'they', 'were', 'sold', 'out', 'of', 'my', 'normal', 'size', '6', 'but', 'the', '8', 'was', 'still', 'available', 'so', 'i', 'snagged', 'it', 'i', "'m", 'glad', 'because', 'the', 'dress', 'runs', 'small', 'and', 'the', 'size', '6', 'would', 'have', 'been', 'snug', 'around', 'the', 'waist', 'the', 'style', 'is', 'perfect', 'and', 'the', 'dress', 'is', 'well', 'made', 'the', 'material', 'is', 'a', 'heavier', 'cotton', 'and', 'the', 'white', 'banding', 'accents', 'it', 'perfectly', 'i', 'do', "n't", 'think', 'it', "'s", 'too', 'white', 'like', 'some', 'reviewers', 'have', 'stated', 'you', 'ca', "n't", 'wear', 'a', 'bra', 'with', 'this', 'dress', 'but', 't', ',5,1,3', 'general', 'dresses', 'dresses'] ['2568,1054,47', 'super', 'cute', 'i', 'absolutely', 'love', 'these', 'pants', 'i', 'was', 'really', 'hesitant', 'to', 'try', 'these', 'on', 'for', 'fear', 'they', 'would', 'look', 'like', 'a', 'diaper', 'i', "'ve", 'always', 'liked', 'the', 'look', 'of', 'these', 'pants', 'but', 'did', "n't", 'think', 'i', 'had', 'the', 'body', 'type', 'to', 'pull', 'them', 'off', 'being', '5', '5', 'with', 'some', 'curves', 'i', 'tried', 'them', 'in', 'my', 'local', 'retailer', 'in', 'the', 'solid', 'grey', 'in', 'both', 'a', 'medium', 'and', 'small', 'i', 'could', 'have', 'gone', 'either', 'way', 'but', 'the', 'medium', 'fit', 'better', 'in', 'the', 'he', 'hips', 'the', 'draping', 'is', "n't", 'as', 'exaggerated', 'or', 'bulky', 'as', 'it', 'looks', 'in', 'the', 'pic', 'either', 'so', 'it', 'did', "n't", 'add', 'weight', 'to', 'my', 'frame', 'the', 'mate', ',5,1,7', 'general', 'bottoms', 'pants'] ['2569,1095,39', 'white', 'too', 'white', 'loved', 'the', 'dress', 'but', 'the', 'white', 'of', 'the', 'dress', 'was', 'neon', 'white', 'way', 'too', 'bright', 'and', 'made', 'it', 'look', 'terrible', 'against', 'my', 'skin', 'i', 'can', 'imagine', 'this', 'looking', 'good', 'on', 'someone', 'with', 'darker', 'skin', 'but', 'i', 'm', 'my', 'pale', 'skin', 'it', 'looked', 'bad', 'otherwise', 'the', 'fit', 'was', 'great', 'besides', 'missing', 'out', 'on', 'the', 'petite', 'sizes', 'which', 'are', 'sold', 'out', ',4,1,1', 'general', 'dresses', 'dresses'] ['2570,1054,37', 'best', 'pants', 'ever', 'first', 'off', 'the', 'pictures', 'online', 'hardly', 'do', 'these', 'justice', 'these', 'pants', 'are', 'way', 'cool', 'they', 'are', 'soft', 'have', 'the', 'perfect', 'little', 'pattern', 'they', 'have', 'a', 'great', 'tie', 'detail', 'on', 'the', 'cuff', 'they', 'are', 'higher', 'waist', 'which', 'is', 'always', 'more', 'comfy', 'and', 'they', 'are', 'super', 'stylish', 'just', 'like', 'the', 'other', 'reviewer', 'i', 'am', 'occasionally', 'hesitant', 'on', 'drop', 'crotch', 'pants', 'but', 'i', 'was', 'so', 'drawn', 'to', 'these', 'i', "'m", 'glad', 'i', 'have', 'them', 'a', 'shot', 'because', 'they', 'are', 'way', 'better', 'than', 'i', 'expected', 'these', 'are', 'worth', 'the', 'buy', ',5,1,2', 'general', 'bottoms', 'pants'] ['2571,1054,29', ',,1,0,0', 'general', 'bottoms', 'pants'] ['2572,900,57', 'tunic', 'love', 'this', 'is', 'a', 'very', 'chic', 'tunic', 'sweater', 'i', 'absolutely', 'love', 'it', 'fabric', 'is', 'super', 'soft', 'and', 'is', 'a', 'good', 'weight', 'not', 'too', 'thick', 'or', 'heavy', 'which', 'for', 'me', 'is', 'a', 'huge', 'plus', 'as', 'i', 'tend', 'to', 'run', 'hot', 'and', 'usually', 'ca', "n't", 'wear', 'sweaters', 'being', 'hot', 'natured', 'the', 'turtleneck', 'was', 'a', 'problem', 'for', 'me', 'so', 'i', 'had', 'my', 'tailor', 'alter', 'it', 'it', 'is', 'still', 'beautiful', 'without', 'the', 'high', 'neck'] ['the', 'fabric', 'is', 'quite', 'stretchy', 'and', 'i', 'found', 'it', 'to', 'be', 'tts', 'however', 'it', 'is', 'not', 'as', 'loose', 'on', 'me', 'through', 'the', 'chest', 'as', 'it', 'is', 'on', 'the', 'model', 'i', 'am', 'just', 'over', '5', '4', 'and', 'wear', 'an', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2573,864,50', 'so', 'pretty', 'i', 'bought', 'this', 'in', 'blue', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'feels', 'so', 'soft', 'exactly', 'like', 'the', 'picture', ',5,1,0', 'general', 'tops', 'knits'] ['2574,870,49', 'love', 'the', 'design', 'this', 'tunic', 'was', 'a', 'surprise', 'the', 'navy', 'color', 'and', 'the', 'knit', 'material', 'and', 'the', 'colorful', 'designs', 'on', 'the', 'front', 'just', 'accentuates', 'the', 'tunic', 'however', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'about', 'the', 'high', 'slits', 'and', 'it', "'s", 'pretty', 'wide', 'better', 'if', 'it', 'was', 'a', '1/4', 'or', '1/2', 'inch', 'less', 'fits', 'tight', 'on', 'the', 'arms', 'and', 'shoulders', 'but', 'a', 'bit', 'loose', 'below', 'the', 'bodice'] [] ['i', 'cut', 'the', 'tags', 'to', 'wear', 'it', 'and', 'found', 'out', 'that', 'part', 'of', 'the', 'embroidery', 'on', 'one', 'of', 'the', 'designs', 'had', 'unraveled'] ['sadly', 'returning', ',4,1,0', 'general', 'tops', 'knits'] ['2575,1095,45', 'very', 'flattering', 'dress', 'i', 'got', 'this', 'for', 'a', 'special', 'event', 'and', 'while', 'i', 'had', 'to', 'special', 'order', 'due', 'to', 'it', 'not', 'being', 'in', 'my', 'local', 'store', 'yet', 'the', 'minute', 'i', 'tried', 'it', 'on', 'was', 'very', 'happy', 'with', 'the', 'fit', 'feel', 'and', 'overall', 'look', 'at', 'the', 'event', 'i', 'got', 'so', 'many', 'compliments', 'and', 'love', 'the', 'way', 'it', 'fits', 'attractive', 'sturdy', 'and', 'very', 'comfortable', 'to', 'wear', 'even', 'with', 'kicking', 'up', 'my', 'heels', 'on', 'the', 'dance', 'floor', 'am', 'so', 'happy', 'i', 'got', 'this', 'and', 'plan', 'to', 'wear', 'it', 'to', 'other', 'events', 'coming', 'up', 'weddings', 'parties', 'etc', ',5,1,4', 'general', 'dresses', 'dresses'] ['2576,1054,24', 'unique', 'and', 'so', 'fun', 'i', 'was', 'drawn', 'to', 'these', 'pants', 'because', 'i', 'loved', 'the', 'color', 'and', 'pattern', 'but', 'i', 'was', 'sure', 'they', 'would', 'be', 'difficult', 'to', 'pull', 'off', 'i', 'tried', 'them', 'on', 'and', 'loved', 'them', 'they', 'will', 'be', 'perfect', 'summer', 'pants', 'because', 'they', "'re", 'so', 'light', 'and', 'not', 'clingy', 'at', 'all', 'the', 'material', 'is', 'great', 'these', 'will', 'also', 'be', 'really', 'fun', 'to', 'wear', 'at', 'the', 'beach', 'i', 'could', 'stand', 'for', 'them', 'to', 'be', 'about', 'an', 'inch', 'longer', 'but', 'the', 'wide', 'waistband', 'is', 'super', 'flattering', 'and', 'versatile', 'so', 'i', 'just', 'wear', 'them', 'closer', 'to', 'the', 'hip', 'for', 'the', 'extra', 'length', 'definitely', 'worth', 'trying', 'o', ',5,1,3', 'general', 'bottoms', 'pants'] ['2577,1054,43', 'kinda', 'cute', 'but', 'elastic', 'too', 'tight', 'around', 'the', 'legs', 'these', 'felt', 'like', 'they', 'were', 'cutting', 'off', 'circulation', 'around', 'the', 'calves', 'i', 'tried', 'pulling', 'them', 'lower', 'to', 'reduce', 'the', 'tightness', 'but', 'that', 'made', 'them', 'way', 'too', 'droopy', 'between', 'the', 'legs', 'an', 'alternative', 'would', 'be', 'to', 'clip', 'the', 'elastic', 'but', 'ultimately', 'decided', 'to', 'return', ',2,0,0', 'general', 'bottoms', 'pants'] ['2578,1110,20', 'cute', 'dress', 'i', 'usually', 'wear', 'a', 'small', '4', 'or', '6', 'and', 'in', 'this', 'dress', 'i', 'could', "n't", 'even', 'zip', 'up', 'the', '8.', 'so', 'tight', 'in', 'the', 'rib', 'cage', 'and', 'chest', 'if', 'i', 'tried', 'to', 'go', 'up', 'even', 'further', 'the', 'bottom', 'half', 'got', 'much', 'bigger', 'guess', 'this', 'one', 'is', 'not', 'for', 'me', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2579,18,42', 'disappointing', 'quality', 'i', 'ordered', 'these', 'leggings', 'and', 'loved', 'them', 'for', 'about', 'an', 'hour-', 'at', 'which', 'point', 'the', 'belt', 'loop', 'ripped', 'off', 'of', 'the', 'pant', 'leaving', 'a', 'hole', 'i', 'called', 'customer', 'service', 'and', 'they', 'sent', 'me', 'a', '2nd', 'pair', 'same', 'thing', 'happened', 'i', 'never', 'even', 'pulled', 'on', 'the', 'belt', 'loop', 'they', 'are', 'just', 'so', 'flimsy', 'it', "'s", 'a', 'shame', 'bc', 'they', 'are', 'cool', 'looking', ',1,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['2580,1089,41', 'gorgeous', 'oh', 'my', 'i', 'just', 'received', 'my', 'dress', 'and', 'it', 'is', 'gorgeous', 'i', 'was', 'a', 'little', 'skeptical', 'with', 'the', 'reviews', 'but', 'i', 'am', 'on', 'the', 'slender', 'side', 'so', 'perhaps', 'that', 'is', 'the', 'body', 'type', 'it', 'works', 'for', 'i', 'am', '34b', 'with', 'a', '25', 'waist', 'i', 'got', 'a', 'size', '0', 'and', 'it', 'fits', 'well', 'i', 'am', '5', '5', 'and', 'the', 'length', 'is', 'good', 'too', 'not', 'too', 'long', 'i', 'could', 'wear', 'reasonable', 'heel/wedges', 'it', 'is', 'a', 'great', 'class', 'sophisticated', 'look', 'the', 'material', 'is', 'great', 'quality', 'i', 'ca', "n't", 'wait', 'for', 'an', 'occasion', 'to', 'wear', 'it', 'to', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2581,1110,60', 'easy', 'summer', 'dress', 'i', 'just', 'received', 'this', 'dress', 'and', 'i', 'love', 'it', 'after', 'reading', 'the', 'reviews', 'i', 'was', 'worried', 'that', 'it', 'would', 'be', 'too', 'tight', 'so', 'i', 'ordered', 'both', 'a', '6', 'and', 'an', '8.', 'i', 'am', '5', '8', 'hourglass', '135', 'lbs', 'and', 'the', '6', 'is', 'just', 'perfect', 'i', 'love', 'how', 'it', 'falls', 'just', 'below', 'the', 'knee', 'but', 'the', 'front', 'slit', 'gives', 'it', 'that', 'little', 'flirt', 'factor', 'this', 'is', 'the', 'go-to', 'summer', 'dress', 'i', 'had', 'been', 'looking', 'for', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2582,1089,41', 'do', 'not', 'buy', 'this', 'dress', 'i', 'should', 'have', 'heeded', 'the', 'previous', 'reviewer', "'s", 'advice', 'but', 'i', "'m", 'really', 'short', 'so', 'i', 'thought', 'i', "'d", 'give', 'it', 'a', 'try', 'there', 'is', 'something', 'really', 'wrong', 'with', 'the', 'bust', 'first', 'it', "'s", 'about', '3-4', 'inches', 'higher', 'than', 'it', 'should', 'be', 'the', 'bottom', 'trim', 'cut', 'across', 'the', 'middle', 'of', 'my', 'bust', 'even', 'if', 'i', 'hoisted', 'everthing', 'up', 'in', 'there', 'to', 'fit', 'the', 'cups', 'they', 'are', 'really', 'only', 'designed', 'to', 'fit', 'cones', 'not', 'curves', 'from', 'the', 'side', 'it', 'looked', 'hideous', 'too', 'bad', 'because', 'the', 'fabric', 'and', 'fit', 'everywhere', 'else', 'is', 'gorgeous', ',1,0,17', 'general', 'petite', 'dresses', 'dresses'] ['2583,1110,42', 'not', 'a', 'fan', 'i', 'am', '5', '8', '140', 'lbs.', '34b', 'and', 'i', 'ordered', 'the', '6', 'in', 'denim', 'the', 'dress', 'is', 'certainly', 'tts', 'the', '6', 'fit', 'like', 'a', 'glove', 'but', 'was', "n't", 'at', 'all', 'tight', 'perhaps', 'my', 'expectations', 'were', 'too', 'high', 'with', 'this', 'dress', 'based', 'on', 'the', 'other', 'reviews', 'i', 'thought', 'that', 'it', 'would', 'be', 'perfect', 'for', 'my', 'pear-shaped', 'figure', 'however', 'i', 'found', 'that', 'the', 'a-line', 'skirt', 'accentuated', 'my', 'lower', 'half', 'thereby', 'making', 'me', 'look', 'larger', 'than', 'i', 'am', 'so', 'i', 'sent', 'it', 'back', 'otherwise', 'this', 'is', 'a', 'great', 'dress', 'it', 'certainly', 'did', 'manage', 'to', 'hide', 'lumps', 'and', 'bumps', 'in', 'spite', 'of', 'bein', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2584,1110,45', 'best', 'dress', 'ever.', 'yay', 'i', 'found', 'it', 'my', 'go-to', 'dress', 'for', 'this', 'summer', 'it', "'s", 'perfect', 'for', 'casual', 'day-to-day', 'stuff', 'as', 'well', 'as', 'summer', 'festivals', 'nights', 'out', 'travel', 'etc', 'i', 'love', 'the', 'design', 'length', 'and', 'fit', 'it', "'s", 'a', 'bit', 'snug', 'in', 'the', 'chest', 'area', 'but', 'i', 'went', 'with', 'the', 'smaller', 'size', 'as', 'the', 'shoulder', 'straps', 'sagged', 'a', 'bit', 'in', 'the', 'larger', 'size', 'the', 'lace-up', 'front', 'gives', 'it', 'a', 'sexy', 'corset-type', 'bodice', 'but', 'in', 'a', 'very', 'casual', 'appropriate', 'way', 'i', 'think', 'this', 'dress', 'will', 'work', 'well', 'with', 'many', 'body', 'types', 'and', 'ages', 'it', "'s", 'flattering', 'for', 'us', 'curvier', 'ladies', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2585,1110,29', 'super', 'flattering', 'and', 'unique', 'i', 'love', 'this', 'dress', 'i', 'got', 'it', 'in', 'the', 'blue', 'and', 'i', 'feel', 'like', 'everything', 'about', 'it', 'is', 'so', 'modern', 'and', 'class', 'and', 'summery', 'it', 'runs', 'a', 'bit', 'on', 'the', 'small', 'side', 'i', "'m", 'between', 'a', '6', 'and', 'an', '8', 'i', 'went', 'with', 'the', 'six', 'but', 'it', "'s", 'definitely', 'tight', 'i', 'have', 'a', 'larger', 'chest', 'and', 'it', "'s", 'pretty', 'low', 'and', 'sexy', 'though', 'you', 'could', 'knot', 'the', 'laces', 'at', 'the', 'top', 'for', 'a', 'more', 'modest', 'neckline', 'i', "'ve", 'also', 'put', 'shirts', 'under', 'it', 'and', 'it', "'s", 'a', 'super', 'cute', 'jumper', 'i', "'m", '5', '1', 'and', 'the', 'dress', 'regular', 'not', 'petite', 'hits', 'right', 'below', 'my', 'knee', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2586,1110,55', 'a', 'dress', 'fit', 'for', 'a', 'woman', 'i', 've', 'been', 'looking', 'at', 'this', 'dress', 'online', 'for', 'some', 'time', 'now', 'but', 'i', 've', 'been', 'put', 'off', 'by', 'the', 'photo', 'of', 'the', 'woman', 'wearing', 'it', 'on', 'the', 'boat', 'it', 'just', 'did', 'not', 'seem', 'right', 'but', 'then', 'i', 'saw', 'it', 'in', 'the', 'store', 'and', 'i', 'was', 'sold', 'on', 'it', 'it', 'is', 'a', 'wonderfully', 'soft', 'linen', 'dress', 'it', 'is', 'a', 'bit', 'tight', 'in', 'the', 'midriff', 'so', 'i', 'had', 'to', 'size', 'up', 'a', 'bit', 'i', 'usually', 'wear', 'a', 'size', '2', 'but', 'went', 'with', 'size', '4', 'this', 'time', 'size', '4', 'fit', 'perfectly', 'it', 'is', 'comfortable', 'easy', 'to', 'wear', 'just', 'the', 'right', 'amount', 'of', 'sexy', 'it', 'will', 'be', 'a', 'nice', 'every', 'day', 'dress', 'for', 'summer', 'i', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['2587,1110,59', 'great', 'find', 'love', 'this', 'dress', 'i', 'have', 'it', 'in', 'white', 'just', 'washed', 'it', 'in', 'cold', 'water', 'in', 'the', 'machine', 'and', 'it', 'still', 'looks', 'like', 'new', 'very', 'cute', 'and', 'comfortable', 'i', 'stitched', 'up', 'the', 'slit', 'a', 'bit', 'i', 'am', 'older', 'but', 'otherwise', 'perfect', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2588,1110,39', 'perfection', 'i', 'absolutely', 'adore', 'this', 'dress', 'the', 'beautiful', 'details', 'and', 'shape', 'make', 'it', 'so', 'much', 'more', 'unique', 'and', 'special', 'than', 'your', 'typical', 'linen', 'dress', 'it', "'s", 'effortless', 'yet', 'still', 'a', 'showstopper', 'i', 'am', 'a', 'size', '4', 'with', 'hourglass', 'shape', 'and', 'my', 'normal', 'size', '4', 'it', 'fits', 'me', 'like', 'it', 'was', 'made', 'for', 'me', 'it', "'s", 'not', 'too', 'tight', 'in', 'the', 'ribcage', 'yet', 'it', 'is', 'slimming', 'and', 'flattering', 'not', 'matronly', 'at', 'all', 'the', 'laces', 'can', 'be', 'worn', 'tied', 'up', 'for', 'a', 'more', 'modest', 'look', 'or', 'worn', 'untied', 'for', 'a', 'breezy', 'casual', 'a', 'bit', 'more', 'sexy', 'look', 'i', 'will', 'be', 'wearing', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2589,1110,35', 'yes', 'yes', 'yes'] ['i', 'buy', 'a', 'lot', 'of', 'dresses', 'from', 'retailer', 'and', 'about', 'once', 'a', 'year', 'i', 'hit', 'the', 'jackpot', 'with', 'a', 'dress', 'that', 'hits', 'all', 'the', 'marks', 'this', 'dress', 'is', 'it'] [] ['i', 'bought', 'the', 'white', 'linen', 'version', 'on', 'a', 'whim', 'i', 'never', 'buy', 'white', 'dress', 'because', '1.', 'i', 'do', "n't", 'want', 'to', 'look', 'bigger', 'than', 'my', 'pear', 'shape', 'already', 'is', 'and', '2.', 'i', 'like', 'red', 'wine', 'and', 'i', 'that', "'s", 'risky', 'in', 'a', 'white', 'dress'] [] ['i', 'do', "n't", 'know', 'how', 'this', 'designer', 'did', 'it', 'but', 'this', 'dress', 'is', 'amazing', 'it', "'s", 'slimming', 'and', 'flattering', 'and', 'summery', 'and', 'current', 'and', 'i', 'am', 'two', 'sizes', 'bigger', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['2590,975,37', 'this', 'jacket', 'fits', 'just', 'a', 'tad', 'big', 'but', 'it', "'s", 'quite', 'comfortable', 'it', "'s", 'the', 'perfect', 'touch', 'to', 'dress', 'up', 'jeans', 'i', "'ve", 'gotten', 'lots', 'of', 'compliments', ',4,1,0', 'general', 'jackets', 'jackets'] ['2591,1110,51', 'love', 'this', 'dress', 'i', 'saw', 'this', 'dress', 'online', 'and', 'loved', 'it', 'i', 'ordered', 'the', 'blue', 'denim', 'one', 'in', 'my', 'usual', 'sizes', 'an', '8', 'and', '10', 'but', 'i', 'think', 'the', '10', 'was', 'sized', 'wrong', 'anyhow', 'both', 'were', 'too', 'small', 'so', 'when', 'i', 'returned', 'them', 'they', 'were', 'in', 'the', 'store', 'i', 'ended', 'up', 'with', 'a', 'size', '12', 'which', 'fits', 'great', 'with', 'a', 'little', 'bit', 'of', 'room', 'it', 'is', 'light', 'weight', 'simple', 'but', 'fun', 'and', 'very', 'comfortable', 'to', 'wear', 'i', 'have', 'received', 'many', 'compliments', 'on', 'it', 'on', 'my', 'first', 'day', 'wearing', 'it', 'i', 'also', 'ordered', 'it', 'in', 'white', 'thinking', 'that', 'i', 'might', 'prefer', 'that', 'color', 'but', 'when', 'it', 'arri', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2592,863,41', 'not', 'as', 'it', 'seems', 'i', "'m", 'always', 'looking', 'for', 'pieces', 'that', 'would', 'good', 'for', 'either', 'layering', 'or', 'worn', 'alone', 'this', 'looks', 'cute', 'on', 'the', 'model', 'but', 'when', 'i', 'received', 'it', 'it', "'s", 'actually', 'very', 'flowing', 'i', 'wanted', 'more', 'of', 'a', 'straight', 'cut', 'does', "n't", 'work', 'very', 'well', 'on', 'my', 'body', 'i', "'m", '5', '3', '123', 'lbs.', '34-d.', 'it', "'s", 'going', 'back', ',2,0,3', 'general', 'tops', 'knits'] ['2593,1089,53', 'three', 'strikes', 'i', 'am', 'now', 'the', 'third', 'person', 'to', 'try', 'this', 'dress', 'and', 'return', 'it', 'for', 'the', 'same', 'reason', 'the', 'empire', 'waist', 'is', 'too', 'high', 'and', 'hits', 'across', 'the', 'bust', 'instead', 'of', 'underneath', 'it', 'i', 'ca', "n't", 'imagine', 'how', 'they', 'got', 'it', 'to', 'fit', 'this', 'model', 'so', 'well', 'i', 'am', 'petite', 'and', 'i', 'really', 'love', 'the', 'idea', 'of', 'a', 'maxi', 'with', 'sleeves', 'so', 'i', 'decided', 'to', 'try', 'it', 'even', 'through', 'the', 'two', 'previous', 'reviewers', 'reported', 'this', 'issue', 'unfortunately', 'i', 'had', 'the', 'same', 'problem', 'i', 'am', 'a', 'c+', 'cup', 'size', 'perhaps', 'this', 'would', 'work', 'on', 'a', 'very', 'thin', 'figure', 'with', 'a', 'small', 'bust', 'i', 'ordered', 't', ',2,0,13', 'general', 'petite', 'dresses', 'dresses'] ['2594,1110,51', 'recommend', 'with', 'a', 'but', 'the', 'double', 'seams', 'down', 'the', 'front', 'of', 'this', 'elongate', 'the', 'material', 'is', 'light', 'and', 'would', 'work', 'spring', 'through', 'summer', 'kind', 'shape', 'even', 'though', 'the', 'dress', 'hits', 'below', 'the', 'knee', 'the', 'buttons', 'end', 'mid', 'thigh', 'and', 'make', 'it', 'cute', 'rather', 'than', 'matronly', 'here', "'s", 'the', 'but'] ['the', 'rib', 'cage', 'area', 'is', 'very', 'fitted', 'i', "'m", 'a', '6-8', 'in', 'pretty', 'good', 'shape', 'and', 'that', 'is', 'not', 'a', 'problem', 'area', 'for', 'me', 'however', 'in', 'this', 'dress', 'it', 'was', 'there', 'was', 'no', 'way', 'for', 'my', 'figure', 'to', 'pull', 'it', 'off', 'from', 'behind', 'in', 'both', '6', 'and', '8', 'every', 'bundle', 'of', 'skin', 'seemed', 'ample', 'i', ',3,1,28', 'general', 'petite', 'dresses', 'dresses'] ['2595,818,50', 'lovely', 'color', 'but', 'flimsy', 'i', 'am', 'on', 'the', 'fence', 'about', 'this', 'top', 'i', 'like', 'the', 'color', 'but', 'i', "'m", 'not', 'sure', 'what', 'to', 'make', 'of', 'the', 'style', 'the', 'top', 'part', 'of', 'it', 'around', 'the', 'chest', 'and', 'straps', 'is', 'lovely', 'and', 'flattering', 'but', 'the', 'bottom', 'flairs', 'out', 'way', 'more', 'than', 'i', 'like', 'the', 'back', 'is', 'longer', 'than', 'the', 'front', 'and', 'it', "'s", 'almost', 'a', 'pregnancy', 'top', 'in', 'how', 'much', 'it', 'flairs', 'it', "'s", 'also', 'quite', 'thin', 'and', 'flimsy', 'material', 'given', 'how', 'expensive', 'it', 'is', 'even', 'with', 'the', 'tag', 'sale', 'the', 'color', 'pattern', 'and', 'the', 'chest', 'part', 'of', 'the', 'top', 'is', 'nice', 'enough', 'that', 'i', 'may', 'keep', 'this', 'one', 'but', 'as', 'i', 'sa', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['2596,1110,39', 'i', 'love', 'this', 'dress', 'it', 'is', 'more', 'of', 'a', 'thick', 'cotton', 'linen', 'than', 'actual', 'denim', 'it', 'fits', 'true', 'to', 'size', 'in', 'the', 'sense', 'that', 'i', 'am', 'usually', 'a', 'size', '6', 'but', 'i', 'would', 'say', 'it', 'is', 'smaller', 'on', 'top', 'than', 'normal', 'size', '6', 'dresses', 'i', 'am', '5', '8', 'small', 'busted', 'and', 'a', 'pear', 'shape', 'so', 'i', 'like', 'the', 'more', 'fitted', 'style', 'of', 'the', 'top', 'with', 'the', 'a-line', 'skirt', 'i', 'love', 'the', 'length', 'hitting', 'just', 'below', 'the', 'knee', 'it', 'is', 'flattering', 'for', 'my', 'body', 'type', 'seems', 'well', 'made', 'and', 'at', 'a', 'good', 'price', 'point', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2597,851,59', 'its', 'a', 'beautiful', 'print', 'and', 'design', 'the', 'shirt', 'overall', 'is', 'a', 'little', 'short', 'but', 'untucked', 'it', 'can', 'work', 'i', 'dont', 'know', 'why', 'everybody', 'is', 'making', 'these', 'short', 'square', 'little', 'tops', 'overall', 'i', 'am', 'intrigued', 'with', 'the', 'whimsical', 'print', 'and', 'i', 'like', 'that', 'enough', 'to', 'overlook', 'the', 'length', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['2598,851,38', 'gorgeous', 'blouse', 'this', 'is', 'a', 'stunning', 'blouse', 'you', 'ca', "n't", 'tell', 'from', 'the', 'photo', 'but', 'it', 'looks', 'very', '1930-1940', "'s", 'i', 'am', 'so', 'happy', 'with', 'this', 'blouse', 'it', 'is', 'gorgeous', 'i', "'m", 'an', 'xl', 'and', 'purchased', 'this', 'blouse', 'in', 'xl', 'and', 'it', 'fits', 'wonderfully', 'it', 'fits', 'nice', 'and', 'flowy', 'and', 'i', 'feel', 'i', 'do', "n't", 'need', 'a', 'cam', 'underneath', 'i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2599,1110,51', 'the', 'white', 'dress', 'is', 'extremely', 'see-through', 'i', 'ordered', 'the', 'white', 'denim', 'online', 'and', 'was', 'very', 'disappointed', 'by', 'how', 'thin', 'the', 'material', 'was', 'i', 'had', 'tried', 'on', 'the', 'light', 'blue', 'denim', 'in', 'the', 'store', 'and', 'it', 'had', 'a', 'nice', 'weight', 'to', 'it', 'the', 'style', 'is', 'wonderful', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'but', 'too', 'sheer', 'for', 'me', 'to', 'wear', 'outside', 'the', 'house', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2600,975,48', 'amazing', 'jacket', 'do', "n't", 'be', 'put', 'off', 'by', 'the', 'sparkle', 'this', 'jacket', 'is', 'amazing', 'lovely', 'detail', 'with', 'the', 'print', 'on', 'print', 'with', 'the', 'sequined', 'patches', 'i', 'love', 'this', 'retailer', 'in', 'house', 'brand', 'elevenses', 'i', 'take', 'a', 'medium', 'in', 'this', 'brand', '8/10', 'and', 'the', 'medium', 'fits', 'full', 'with', 'room', 'like', 'a', 'bomber', 'style', 'would', 'offer', 'i', 'had', 'tried', 'a', 'small', 'in', 'my', 'local', 'store', 'and', 'it', 'was', 'not', 'a', 'small', '-small', 'so', 'if', 'you', 'want', 'a', 'tighter', 'fit', 'then', 'go', 'for', 'a', 'small', 'but', 'i', 'like', 'thinks', 'to', 'have', 'a', 'more', 'fluid', 'feel', 'i', 'have', 'a', '34', 'dd', 'chest', 'as', 'reference', 'i', 'plan', 'to', 'wear', 'this', 'in', 'spring', ',5,1,3', 'general', 'jackets', 'jackets'] ['2601,1110,55', 'great', 'linen', 'dress', 'this', 'dress', 'is', 'cute', 'and', 'the', 'a', 'line', 'style', 'is', 'quite', 'flattering', 'a', 'few', 'minor', 'issues', 'fabric', 'is', 'linen', 'not', 'denim', 'as', 'the', 'name', 'states', 'petite', 'sizing', 'is', 'still', 'a', 'little', 'large', 'and', 'back', 'zipper', 'does', "n't", 'zip', 'down', 'far', 'enough', 'to', 'step', 'into', 'so', 'has', 'to', 'be', 'pulled', 'over', 'head', 'not', 'that', 'big', 'of', 'a', 'deal', 'for', 'reference', 'i', "'m", '5', '4', '120', '32d', 'and', 'i', 'ordered', 'a', 'petite', 'size', '4', 'and', 'it', 'was', 'a', 'bit', 'large', 'and', 'fell', 'bellow', 'my', 'knees', 'will', 'be', 'returning', 'for', 'a', 'size', '2.', 'fingers', 'crossed', ',4,1,25', 'general', 'petite', 'dresses', 'dresses'] ['2602,975,46', ',this', 'jacket', 'is', 'so', 'pretty', 'and', 'fits', 'amazing', 'i', 'ordered', 'the', 'size', 'small', 'and', 'it', 'fits', 'as', 'expected', 'i', 'normally', 'wear', 'a', 'size', 'small', 'and', 'a', 'size', '4.,5,1,1', 'general', 'jackets', 'jackets'] ['2603,863,64', 'very', 'cute', 'a', 'couple', 'of', 'months', 'ago', 'i', 'bought', 'the', 'white', 'in', 'this', 'top', 'in', 'my', 'usual', 'size', 'small', 'it', "'s", 'cute', 'flowy', 'like', 'to', 'wear', 'it', 'with', 'ankle', 'or', 'capri', 'leggings', 'have', 'worn', 'with', 'shorts', 'as', 'well', 'casual', 'cute', 'plus', 'i', 'love', 'cotton', 'anyways', '5', '3', '117', 'think', 'i', "'ll", 'go', 'ahead', 'with', 'the', 'other', 'colors', 'since', 'the', 'heat', 'will', 'be', 'arriving', 'soon', ',5,1,0', 'general', 'tops', 'knits'] ['2604,659,23', 'love', 'my', 'new', 'favorite', 'swimsuit', 'this', 'top', 'is', 'beautiful', 'i', 'would', 'say', 'the', 'pink', 'stands', 'out', 'more', 'in', 'the', 'print', 'in', 'person', 'than', 'in', 'the', 'picture', 'and', 'it', "'s", 'gorgeous', 'the', 'adjustable', 'strap', 'is', 'nice', 'there', 'is', 'just', 'enough', 'padding', 'in', 'this', 'swimsuit', 'to', 'feel', 'protected', 'without', 'being', 'bulky', 'or', 'worrying', 'about', 'it', 'moving', 'around', 'in', 'the', 'top', 'this', 'is', 'seriously', 'my', 'new', 'favorite', 'could', 'not', 'recommend', 'enough'] [] ['for', 'reference', 'i', 'am', 'a', '34a', 'and', 'purchased', 'a', 'small', ',5,1,0', 'initmates', 'intimate', 'swim'] ['2605,1089,31', 'loved', 'it', 'i', 'did', 'not', 'experience', 'the', 'issues', 'the', 'other', 'reviewers', 'mentioned', 'wore', 'this', 'to', 'a', 'wedding', 'last', 'month', 'and', 'received', 'many', 'compliments', 'beautiful', 'comfortable', 'dress', 'the', 'bust', 'fit', 'well', 'slightly', 'large', 'on', 'me', 'i', 'am', 'just', 'a', 'b', 'in', 'the', 'size', 'i', 'needed', 'but', 'not', 'horribly', 'so', 'love', 'this', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2606,1110,44', 'hourglass', 'figure', 'gals', 'rejoice', 'this', 'dress', 'is', 'very', 'feminine', 'and', 'flattering', 'on', 'especially', 'for', 'hourglass', 'figure', 'gals', 'i', 'usually', 'wear', 'size', '4', 'regular', 'in', 'this', 'brand', 'but', 'i', 'sized', 'up', 'to', '6', 'regular', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'when', 'it', "'s", 'very', 'fitted', 'on', 'top', 'i', 'like', 'my', 'dress', 'to', 'be', 'a', 'bit', 'longer', 'the', 'bottom', 'hem', 'falls', 'about', '2', 'inches', 'longer', 'on', 'me', 'than', 'shown', 'on', 'the', 'model', 'i', "'m", '5', '2', 'it', 'feels', 'tight', 'when', 'first', 'zipped', 'because', 'the', 'dress', 'is', 'cut', 'to', 'fit', 'the', 'curves', 'of', 'a', 'woman', 'but', 'it', 'loosens', 'up', 'after', 'a', 'few', 'minutes', 'of', 'wear', 'the', 'design', 'of', 'this', 'dress', 'is', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2607,1110,38', 'fabulous', 'spring/summer', 'dress', 'this', 'dress', 'makes', 'me', 'looks', 'curvy', 'thin', 'and', 'sexy', 'i', 'tried', 'on', 'almost', 'every', 'dress', 'in', 'the', 'store', 'in', 'every', 'style', 'this', 'one', 'was', 'a', 'winner', 'i', 'bought', '2', 'others', 'but', 'this', 'one', 'was', 'my', 'favorite', 'i', "'m", '5', '5', '130', '32dd', 'sz4', 'fit', 'perfect', 'the', 'picture', 'on-line', 'does', 'not', 'do', 'it', 'justice', 'you', 'must', 'give', 'it', 'a', 'chance', 'and', 'try', 'it', 'on', 'for', 'yourself', 'it', 'looks', 'like', 'an', 'average', 'dress', 'on', 'the', 'model', 'if', 'you', 'have', 'curves', 'you', "'ll", 'love', 'this', 'dress', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['2608,863,49', 'simple', 'top', 'love', 'the', 'shape', 'i', 'actually', 'love', 'the', 'fit', 'of', 'this', 't.', 'the', 'photo', 'of', 'the', 'model', 'does', 'make', 'it', 'look', 'more', 'of', 'a', 'straight', 'fit', 'but', 'i', 'love', 'that', 'it', 'has', 'more', 'of', 'a', 'flared', 'shape', 'the', 'armholes', 'are', 'high', 'enough', 'that', 'it', 'covers', 'that', 'bit', 'of', 'arm', 'chub', 'i', 'hate', 'it', 'swings', 'out', 'enough', 'that', 'it', 'looks', 'a', 'little', 'dressy', 'and', 'a', 'little', 'more', 'special', 'than', 'your', 'basic', 't', 'and', 'it', 'drapes', 'nicely', 'even', 'over', 'my', 'curvy', 'shape', ',5,1,0', 'general', 'tops', 'knits'] ['2609,1059,53', 'will', 'pass', 'on', 'these', 'these', 'look', 'much', 'cuter', 'in', 'the', 'picture', 'than', 'in', 'person', 'i', 'found', 'them', 'to', 'be', 'very', 'thin', 'and', 'cheap', 'looking', 'i', 'am', 'pretty', 'sure', 'you', 'could', 'find', 'a', 'similar', 'pair', 'at', 'a', 'budget', 'department', 'store.,2,0,28', 'general', 'bottoms', 'pants'] ['2610,1059,33', 'excited', 'i', "'m", 'really', 'excited', 'that', 'retailer', 'is', 'selling', 'basics', 'i', 'love', 'the', 'flow', 'of', 'this', 'fabric', 'and', 'it', 'does', 'not', 'cling', 'i', 'have', "n't", 'worn', 'them', 'yet', 'but', 'they', "'ll", 'be', 'perfect', 'for', 'work', 'i', 'look', 'forward', 'to', 'trying', 'on', 'the', 'other', 'essential', 'styles.,4,1,0', 'general', 'bottoms', 'pants'] ['2611,834,44', 'not', 'flattering', 'on', 'anyone', 'disappointed', 'the', 'cut', 'of', 'the', 'layer', 'makes', 'anyone', 'wearing', 'it', 'look', 'pregnant', 'even', 'the', 'model', 'in', 'the', 'picture', 'the', 'way', 'that', 'layer', 'hangs', ',2,0,0', 'general', 'tops', 'blouses'] ['2612,1085,56', 'not', 'a', 'rich', 'style', 'the', 'fabric', 'and', 'its', 'texture', 'did', "n't", 'meet', 'my', 'expectations', 'unfortunately', 'there', 'were', 'too', 'much', 'fray', 'and', 'cast-off', 'of', 'edge', 'yarns', 'of', 'a', 'fabric'] ['however', 'this', 'will', 'fit', 'if', 'you', 'wear', 'over', 'the', 'swimming', 'wears', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['2613,829,49', 'great', 'staple', 'this', 'shirt', 'is', 'the', 'perfect', 'go-to', 'classic', 'white', 'button', 'down', 'with', 'a', 'twist', 'the', 'fit', 'is', 'flattering', 'i', 'would', 'have', 'to', 'say', 'runs', 'a', 'little', 'large', 'i', 'am', '5', '4,124', 'lbs', 'broad', 'shoulders', 'with', 'a', '36d', 'bust', 'and', 'bought', 'the', '2', 'outside', 'of', 'retailer', 'a', '36d', 'usually', 'needs', 'about', 'an', '8', 'i', 'was', 'worried', 'what', 'may', 'happen', 'when', 'i', 'wash', 'it', 'because', 'it', 'fits', 'perfectly', 'but', 'i', 'washed', 'it', 'in', 'cold', 'hung', 'it', 'up', 'to', 'dry', 'it', 'was', 'fine', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['2614,1085,50', 'definitely', 'a', 'summer', 'dress', 'this', 'dress', 'is', 'tricky', 'the', 'fabric', 'is', 'very', 'thin', 'and', 'the', 'under', 'slip', 'it', 'comes', 'with', 'runs', 'small', 'i', 'wear', 'it', 'with', 'my', 'yoga', 'shorts', 'underneath', 'the', 'fabric', 'is', 'a', 'very', 'thin', 'linen', 'my', 'husband', 'loves', 'me', 'in', 'this', 'dress', 'so', 'that', 'a', 'huge', 'pro', 'its', 'very', 'light', 'and', 'cool', 'perfect', 'for', 'the', 'summer', 'time.,3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2615,829,54', 'flattering', 'this', 'top', 'is', 'a', 'must', 'have', 'for', 'summer', 'it', 'is', 'light', 'and', 'accentuates', 'the', 'figure', 'i', "'m", '5', '3', 'and', 'many', 'tops', 'overwhelm', 'me', 'but', 'this', 'is', 'shorter', 'in', 'the', 'front', 'and', 'a', 'touch', 'longer', 'in', 'the', 'back', 'the', 'cotton', 'is', 'very', 'nice', 'and', 'it', 'has', 'a', 'somewhat', 'wider', 'hem', 'if', 'you', 'have', 'hips', 'this', 'somehow', 'makes', 'them', 'look', 'narrower'] ['if', 'they', 'had', 'additional', 'colors', 'i', 'would', 'have', 'bought', 'them', 'all', 'i', "'m", 'a', '36c', 'and', 'the', 'size', '8', 'was', 'perfect', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['2616,1044,41', 'cute', 'and', 'comfortable', 'just', 'buy', 'these', 'i', 'bought', 'the', 'olive', 'green', 'color', 'and', 'loved', 'them', 'so', 'i', 'bought', 'the', 'navy', 'blue', 'they', 'fit', 'true', 'to', 'size', 'i', "'m", 'a', 'size', '4', 'and', 'bought', 'the', '27.', 'they', 'are', 'comfortable', 'and', 'make', 'your', 'bum', 'look', 'good', 'i', 'prefer', 'skirts', 'dresses', 'and', 'shorter', 'pants', 'like', 'these', 'gauchos', 'instead', 'of', 'shorty', 'shorts', 'during', 'the', 'summer', 'and', 'these', 'will', 'be', 'something', 'i', 'wear', 'all', 'the', 'time', 'in', 'warm', 'weather', 'you', 'can', 'wear', 'them', 'casually', 'or', 'dress', 'them', 'up', ',5,1,3', 'general', 'bottoms', 'pants'] ['2617,829,39', 'classic', 'i', 'tried', 'this', 'top', 'on', 'with', 'a', 'pair', 'of', 'white', 'shorts', 'half', 'tucked', 'and', 'it', 'looked', 'really', 'classy', 'and', 'nice', 'the', 'fit', 'was', 'loose', 'but', 'flattering', 'it', 'is', 'a', 'tiny', 'bit', 'sheer', 'but', 'i', 'was', 'wearing', 'a', 'magenta', 'bra', 'so', 'perhaps', 'i', 'am', 'biased', 'overall', 'i', 'think', 'this', 'is', 'a', 'good', 'basic', 'addition', 'to', 'a', 'summer', 'wardrobe', 'can', 'be', 'worn', 'with', 'a', 'nice', 'skirt', 'or', 'with', 'jeans', 'as', 'shown', 'here', 'the', '0', 'or', 'xs', 'ca', "n't", 'remember', 'fit', 'me', 'at', '115', 'lbs', 'with', '30dd', 'chest', ',4,0,4', 'general', 'petite', 'tops', 'blouses'] ['2618,831,33', 'dissapointed', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'the', 'color', 'of', 'this', 'top', 'is', 'more', 'burgundy', 'with', 'purple', 'undertones', 'rather', 'than', 'a', 'deep', 'red', 'like', 'shown', 'online', 'the', 'fit', 'was', 'very', 'boxy', 'on', 'me', 'and', 'it', 'did', 'not', 'look', 'flattering', 'i', 'was', 'not', 'willing', 'to', 'to', 'have', 'it', 'altered', 'so', 'i', 'returned', 'it.,3,0,0', 'general', 'tops', 'blouses'] ['2619,829,29', 'wanted', 'to', 'like', 'this', 'more', 'i', 'really', 'wanted', 'to', 'like', 'this', 'top', 'but', 'could', "n't", 'seem', 'to', 'find', 'the', 'right', 'fit', 'i', 'tried', 'it', 'on', 'in', '3', 'different', 'sizes', 'and', 'none', 'of', 'them', 'were', 'right', 'they', 'were', 'either', 'too', 'wide', 'in', 'the', 'hips', 'or', 'a', 'little', 'narrow', 'in', 'the', 'shoulder', 'it', 'is', 'cute', 'overall', 'though', 'and', 'a', 'good', 'way', 'to', 'do', 'a', 'short', 'top', 'without', 'feeling', 'like', 'you', "'re", 'in', 'a', 'crop', 'top', ',3,0,7', 'general', 'petite', 'tops', 'blouses'] ['2620,829,49', 'great', 'fun', 'top', 'nice', 'quality', 'not', 'too', 'thin', 'like', 'most', 'white', 'tops', 'and', 'the', 'arms', 'are', 'cut', 'just', 'right', 'perfect', 'length', 'too', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['2621,1111,33', ',this', 'dress', 'is', 'amazing', 'it', 'is', 'comfortable', 'with', 'great', 'fabric', 'and', 'very', 'high', 'quality', 'if', 'you', 'have', 'a', 'lot', 'of', 'curves', 'it', 'may', 'not', 'be', 'the', 'best', 'dress', 'as', 'it', 'has', 'no', 'give', 'and', 'flows', 'straight', 'down', 'from', 'the', 'shoulder.,5,1,1', 'general', 'dresses', 'dresses'] ['2622,1082,57', 'awesome', 'colors', 'and', 'shape', 'this', 'dress', 'is', 'gorgeous', 'amazing', 'colors', 'drape', 'and', 'bra', 'friendly', 'if', 'ur', 'not', 'too', 'big', 'chested', 'i', 'can', 'wear', 'this', 'w', 'a', 'strapless', 'bra', 'and', 'the', 'tie', 'in', 'back', 'does', 'work', ',5,1,1', 'general', 'dresses', 'dresses'] ['2623,1044,24', 'vintage-contemporary', 'fashion', 'i', 'purchased', 'this', 'gaucho', 'as', 'a', 'gift', 'for', 'my', 'mother'] ['at', 'first', 'i', 'was', 'about', 'to', 'try', 'it', 'for', 'myself', 'because', 'gaucho', 'is', 'a', 'little', 'trend', 'nowadays'] ['but', 'later', 'it', 'turned', 'out', 'that', 'it', 'was', 'a', 'perfect', 'fit', 'for', 'my', 'mother'] ['it', 'went', 'well', 'with', 'her', 'perhaps', 'because', 'she', 'saved', 'a', 'lot', 'of', 'her', 'fashion', 'from', '1980s'] ['it', 'also', 'fit', 'well', 'with', 'contemporary', 'fashion', 'as', 'well'] ['however', 'i', 'think', 'it', 'matches', 'better', 'with', 'vintage', 'fashion', 'than', 'to', 'contemporary', 'fashion'] ['so', 'if', 'you', 'happen', 'to', 'save', 'those', 'good', 'old', 'fashion', 'take', 'them', 'out', 'and', 'try', ',4,1,3', 'general', 'bottoms', 'pants'] ['2624,1044,51', 'great', 'cropped', 'pants', 'awesome', 'pants', 'they', 'look', 'a', 'lot', 'better', 'in', 'person', 'than', 'in', 'these', 'pictures', 'i', 'got', 'it', 'in', 'dark', 'blue', 'they', 'are', 'very', 'comfortable', 'and', 'can', 'be', 'used', 'day', 'to', 'night', 'if', 'you', 'like', 'cropped', 'pants', 'and', 'wide', 'legs', 'this', 'one', 'is', 'a', 'good', 'option', 'it', "'s", 'a', 'bit', 'more', 'dressy', 'than', 'other', 'models', 'still', 'look', 'casual', 'and', 'fun', 'i', 'may', 'end', 'up', 'getting', 'a', 'couple', 'more', 'for', 'myself', ',5,1,8', 'general', 'bottoms', 'pants'] ['2625,1080,29', 'could', 'have', 'been', 'great', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'it', 'looks', 'beautiful', 'on', 'the', 'model', 'but', 'it', 'is', "n't", 'the', 'flattering', 'even', 'on', 'sale', 'i', 'am', 'not', 'sure', 'if', 'it', 'would', 'be', 'worth', 'it', 'it', 'it', 'runs', 'pretty', 'big', ',2,0,5', 'general', 'dresses', 'dresses'] ['2626,831,60', 'cute', 'and', 'different', 'more', 'flattering', 'than', 'it', 'looks', 'on', 'the', 'model', 'comes', 'in', 'at', 'the', 'waist', 'on', 'me', 'i', 'ordered', 'it', 'in', 'blue', 'and', 'it', "'s", 'very', 'pretty', 'will', 'go', 'nice', 'with', 'a', 'business', 'suit', 'but', 'requires', 'a', 'cami', 'underneath', 'for', 'work', 'occasions', ',4,1,0', 'general', 'tops', 'blouses'] ['2627,1059,46', 'really', 'cut', 'pants', 'with', 'the', 'pleats', 'probably', 'need', 'to', 'tuck', 'in', 'shirt', 'these', 'were', 'too', 'big', 'for', 'me', 'so', 'need', 'to', 'return', ',4,1,0', 'general', 'bottoms', 'pants'] ['2628,829,74', 'cool', 'top', 'impecable', 'workmanship', 'overseas', 'i', 'usually', 'wear', 'a', 'petite', '2', 'but', 'ordered', 'this', 'in', 'a', 'regular', 'size', '0', 'and', 'glad', 'that', 'i', 'did', 'since', 'it', 'curves', 'up', 'on', 'this', 'side', 'it', 'barely', 'overs', 'the', 'waistband', 'on', 'my', 'jeans', 'ordered', 'this', 'in', 'pink', 'but', 'it', "'s", 'more', 'of', 'pale', 'coral', 'pink', 'the', 'style', 'is', 'more', 'of', 'a', 'semi-halter', 'sleeve', 'but', 'it', 'have', 'snaps', 'on', 'the', 'inside', 'shoulders', 'to', 'keep', 'the', 'bra', 'straps', 'from', 'showing', 'or', 'you', 'can', 'wear', 'a', 'halter', 'bra', 'it', "'s", 'a', 'very', 'light', 'weight', 'cotton', 'and', 'flowing', 'and', 'it', 'will', 'be', 'great', 'for', 'the', 'hot', 'weather', ',5,1,10', 'general', 'petite', 'tops', 'blouses'] ['2629,1081,33', 'cayucos', 'tunic', 'when', 'this', 'dress', 'first', 'showed', 'up', 'online', 'i', 'liked', 'it', 'but', 'did', "n't", 'buy', 'it', 'because', 'i', 'was', "n't", 'in', 'love', 'retailer', 'weekend', 'popped', 'up', 'so', 'i', 'decided', 'to', 'take', 'advantage', 'of', 'the', '15', 'off', 'and', 'ordered', 'this', 'dress', 'it', 'shipped', 'to', 'me', 'in', 'no', 'time', 'the', 'dress', 'is', 'beautiful', 'the', 'fabric', 'is', 'soft', 'and', 'airy', 'this', 'is', 'the', 'first', 'off', 'the', 'shoulder', 'dress', 'that', 'actually', 'stays', 'off', 'the', 'shoulder', 'no', 'riding', 'up', 'no', 'fussing', 'i', 'suggest', 'sizing', 'down', 'because', 'this', 'dress', 'is', 'slightly', 'flowy', ',5,1,7', 'general', 'dresses', 'dresses'] ['2630,945,32', 'perfect', 'for', 'fall', 'this', 'is', 'such', 'a', 'cute', 'top', 'i', "'ve", 'learned', 'to', 'size', 'down', 'in', 'swing', 'tops', 'or', 'else', 'they', 'look', 'way', 'too', 'big', 'in', 'a', 'sloppy', 'way', 'i', 'ordered', 'the', 'xxs', '5', '3', 'and', '110lbs', 'and', 'it', 'fits', 'well', 'it', "'ll", 'look', 'cute', 'with', 'my', 'black', 'skinny', 'dress', 'pants', 'or', 'jeans', 'i', 'definitely', 'recommend', ',5,1,1', 'general', 'tops', 'sweaters'] ['2631,1059,32', 'cute', 'and', 'comfortable', 'i', "'m", 'curvy', 'and', 'i', 'often', 'have', 'trouble', 'finding', 'pants', 'that', 'do', "n't", 'have', 'weird', 'creasing', 'and', 'fit', 'both', 'my', 'waist', 'and', 'thighs', 'these', 'fit', 'awesome', 'especially', 'when', 'i', 'use', 'the', 'buttons', 'at', 'the', 'waist', 'to', 'make', 'it', 'a', 'little', 'smaller', 'they', 'do', 'emphasize', 'my', 'hips', 'so', 'if', 'you', "'re", 'trying', 'to', 'hide', 'hips', 'these', 'are', "n't", 'for', 'you', 'i', 'love', 'them', 'though', 'they', 'drape', 'beautifully', 'and', 'feel', 'great', ',5,1,0', 'general', 'bottoms', 'pants'] ['2632,1044,45', 'great', 'product', 'fits', 'well', 'true', 'to', 'size', 'very', 'stylish', 'and', 'comfortable', 'i', "'m", 'going', 'to', 'have', 'to', 'buy', 'these', 'in', 'more', 'colors', ',5,1,0', 'general', 'bottoms', 'pants'] ['2633,829,28', 'simple', 'flattering', 'very', 'summer', 'this', 'tank', 'is', 'so', 'classic', 'and', 'summery', 'and', 'i', 'never', 'want', 'to', 'take', 'it', 'off', 'it', "'s", 'very', 'soft', 'and', 'the', 'fabric', 'is', 'decently', 'thick', 'it', 'hangs', 'away', 'from', 'the', 'body', 'and', 'has', 'a', 'nice', 'swing', 'to', 'it', 'it', 'works', 'well', 'for', 'my', 'very', 'straight', 'figure', 'and', 'small', 'chest', 'but', 'finding', 'the', 'right', 'fit', 'might', 'be', 'problematic', 'for', 'someone', 'more', 'blessed', 'in', 'the', 'chest', 'area', 'than', 'me', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['2634,1059,41', 'super', 'cute', 'i', 'feel', 'slim', 'and', 'comfortable', 'in', 'these', 'cute', 'trousers', 'got', 'compliments', 'at', 'work', 'they', 'are', 'definitely', 'more', 'of', 'a', 'work', 'pant', 'due', 'to', 'the', 'material', 'i', 'think', 'i', 'could', 'wear', 'them', 'outside', 'of', 'work', 'look-wise', 'but', 'maybe', 'would', "n't", 'feel', 'as', 'comfortable', 'in', 'them', 'after', 'the', 'hours', 'of', 'nine-to-five', 'due', 'to', 'the', 'material', ',4,1,0', 'general', 'bottoms', 'pants'] ['2635,598,36', 'fine', 'on', 'sale', 'totally', 'pretty', 'but', 'not', 'crazy', 'flattering', 'a', 'bit', 'wide', 'in', 'the', 'hip', 'area', 'if', 'you', 'are', 'not', 'tall', 'good', 'on', 'sale', 'but', 'i', 'would', "n't", 'pay', 'full', 'price.,3,1,0', 'initmates', 'intimate', 'swim'] ['2636,1086,45', 'summer', 'favorite', 'this', 'dress', 'is', 'so', 'versatile', 'great', 'summer', 'wear', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2637,649,43', 'new', 'favorite', 'brand', 'of', 'yoga', 'pants', 'delighted', 'with', 'these', 'made', 'in', 'the', 'usa', 'was', 'a', 'big', 'selling', 'factor', 'great', 'quality', 'and', 'fit', 'will', 'look', 'out', 'for', 'more', 'active', 'wear', 'from', 'this', 'brand.,5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['2638,1085,44', 'nope', 'i', 'was', 'so', 'excited', 'for', 'this', 'dress', 'but', 'sadly', 'it', 'did', 'not', 'meet', 'expectations', 'the', 'gauze', 'fabric', 'already', 'had', 'several', 'snags/pullers', 'in', 'it', 'the', 'underslip', 'was', 'very', 'short', 'and', 'just', 'cleared', 'my', 'derriere', 'i', "'m", '5', '7', 'i', 'normally', 'take', 'a', '10/12', 'and', 'ordered', 'this', 'in', 'a', 'l', 'it', 'was', 'somewhat', 'clingy', 'in', 'the', 'hip', 'area', 'but', 'yet', 'bulky', 'on', 'top', 'also', 'i', 'like', 'to', 'have', 'the', 'first', 'button', 'open', 'but', 'you', 'could', 'then', 'see', 'the', 'v', 'neck', 'of', 'the', 'underslip', 'and', 'it', 'looked', 'hokey', 'it', "'s", 'definitely', 'a', 'thicker', 'material', 'than', 'the', 'previous', 'plaid', 'tunic', 'holding', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['2639,1044,25', 'fun', 'and', 'tons', 'of', 'compliments', 'i', 'bought', 'these', 'pants', 'in', 'yellow', 'for', 'an', 'event', 'where', 'i', 'had', 'to', 'wear', 'yellow', 'i', 'was', 'weary', 'about', 'the', 'color', 'but', 'it', 'is', 'so', 'great', 'in', 'person', 'it', "'s", 'a', 'very', 'bright', 'lemon-y', 'yellow', 'they', "'re", 'high', 'waisted', 'and', 'very', 'flattering', 'i', "'m", "5'11", 'and', 'normally', 'wear', 'a', '30', 'and', 'they', 'were', 'a', 'little', 'too', 'large', 'but', 'nothing', 'a', 'tight', 'belt', 'could', "n't", 'fix', 'they', 'also', 'hit', 'a', 'little', 'bit', 'above', 'the', 'ankle', 'which', 'initially', 'i', 'was', 'worried', 'about', 'with', 'the', 'flare', 'but', 'it', 'actually', 'was', 'a', 'really', 'cool', 'look', 'i', 'received', 'so', 'many', 'compliments', 'that', 'day', 'and', 'am', 'glad', 'to', ',4,1,2', 'general', 'bottoms', 'pants'] ['2640,828,36', 'love', 'the', 'back', 'another', 'cloth', 'and', 'stone', 'success', 'love', 'the', 'back', 'denim', 'goes', 'with', 'most', 'anything', ',5,1,0', 'general', 'tops', 'blouses'] ['2641,649,37', 'aquarelle', 'leggings', 'rock', 'love', 'the', 'bright', 'colors', 'made', 'really', 'well', 'super', 'soft', 'and', 'vibrant', ',5,1,3', 'general', 'petite', 'intimate', 'lounge'] ['2642,945,35', 'nice', 'fit', 'super', 'cute', 'this', 'top', 'fits', 'exactly', 'like', 'the', 'last', 'photo', 'which', 'was', 'my', 'hope', 'it', 'is', 'not', 'as', 'slim', 'as', 'the', 'other', 'images', 'it', "'s", 'a', 'swing', 'top', 'and', 'the', 'arm', 'holes', 'are', 'perfect', 'size', 'and', 'the', 'mock', 'turtleneck', 'is', 'not', 'too', 'high', 'the', 'fabric', 'is', 'thick', 'so', 'will', 'be', 'perfect', 'transitioning', 'from', 'summer', 'to', 'fall', ',5,1,4', 'general', 'tops', 'sweaters'] ['2643,1044,49', 'completely', 'cute', 'i', "'m", 'so', 'glad', 'i', 'tried', 'these', 'on', 'at', 'one', 'of', 'my', 'local', 'retailer', 'stores', 'i', 'did', "n't", 'really', 'think', 'much', 'of', 'it', 'online', 'but', 'they', 'have', 'a', 'much', 'nicer', 'look', 'and', 'cut', 'in', 'person', 'i', 'got', 'the', 'navy', 'blue', 'in', 'size', '27', 'which', 'fit', 'tts', 'i', 'got', 'a', 'regular', 'size', 'vs.', 'the', 'petite', 'size', 'which', 'i', 'usually', 'like', 'to', 'go', 'with', 'because', 'i', "'m", 'short', 'but', 'i', 'actually', 'found', 'that', 'they', 'fell', 'very', 'similar', 'to', 'the', 'model', "'s", 'length', 'shown', 'online', 'they', 'seem', 'so', 'versatile', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'these', ',5,1,4', 'general', 'bottoms', 'pants'] ['2644,598,68', 'not', 'worth', 'the', 'price', 'but', 'looks', 'good', 'i', 'bought', 'this', 'scarf/dress', 'for', '20', 'off', 'on', 'mother', "'s", 'day', 'weekend', 'i', 'really', 'like', 'how', 'it', 'looks', 'and', 'can', 'be', 'worn', 'over', 'a', 'bathing', 'suit', 'or', 'just', 'as', 'a', 'dress', 'but', 'it', 'is', 'not', 'worth', 'the', 'money', 'it', 'is', 'poor', 'quality', 'a', 'scarf', 'stitched', 'together', 'with', 'an', 'attached', 'chord', 'that', 'you', 'tie', 'around', 'your', 'neck', 'you', 'can', 'make', 'this', 'yourself', 'or', 'wait', 'until', 'it', 'is', 'at', 'least', '50', 'off', 'the', 'original', 'price', ',3,0,7', 'initmates', 'intimate', 'swim'] ['2645,1059,33', 'staple', 'love', 'these', 'pants', 'they', 'are', 'so', 'easy', 'to', 'wear', 'and', 'look', 'really', 'polished', 'and', 'put', 'together', 'i', 'bought', 'all', '3', 'colors', 'but', 'i', 'had', 'to', 'go', 'a', 'size', 'up', 'so', 'that', 'they', 'draped', 'correctly', 'on', 'me', 'i', 'am', 'usually', 'a', '4', 'but', 'bought', 'a', '6'] [] ['i', 'also', 'love', 'that', 'they', 'hit', 'above', 'the', 'belly', 'button', 'so', 'they', 'work', 'with', 'longer', 'crop', 'tops'] [] ['i', 'do', 'wish', 'they', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'bottoms', 'pants'] ['2646,935,60', 'warm', 'and', 'cozy', 'love', 'this', 'sweater', 'it', 'feels', 'so', 'soft', 'and', 'it', 'slides', 'right', 'on', 'over', 'the', 'head', 'and', 'neck', 'easy', 'to', 'wear', 'this', 'is', 'my', 'favorite', 'sweater', 'i', 'wear', 'it', 'all', 'the', 'time', 'the', 'lilac', 'is', 'a', 'really', 'nice', 'subtle', 'color', 'as', 'well', 'meant', 'to', 'be', 'roomy.,5,1,2', 'general', 'tops', 'sweaters'] ['2647,829,52', 'the', 'fit', 'is', 'the', 'thing', 'for', 'this', 'top', 'i', 'normally', 'avoid', 'white', 'tops', 'because', 'they', 'usually', 'do', "n't", 'have', 'that', 'pop', 'but', 'when', 'i', 'saw', 'the', '50', "'s", 'styling', 'on', 'it', 'i', 'just', 'had', 'to', 'try', 'it', 'i', 'came', 'in', 'to', 'buy', 'another', 'top', 'from', 'their', 'catalog', 'but', 'it', 'was', 'such', 'a', 'wow', 'i', 'walked', 'out', 'with', 'it', 'instead', ',5,1,5', 'general', 'tops', 'blouses'] ['2648,1044,48', 'nice', 'quality', 'pants', 'at', 'a', 'great', 'price', 'i', 'found', 'these', 'at', 'my', 'local', 'retailer', 'on', 'the', 'sale', 'rack', 'in', 'a', 'moss', 'green', 'color', 'the', 'material', 'cut', 'and', 'overall', 'quality', 'of', 'these', 'gauchos', 'is', 'excellent', 'they', 'will', 'be', 'a', 'nice', 'transition', 'into', 'autumn', 'with', 'a', 'light', 'top', 'and', 'a', 'jacket', 'i', 'got', 'them', 'in', 'size', '26', 'and', 'they', 'fit', 'perfectly', 'highly', 'recommended', 'with', 'the', '40', 'off', 'of', 'sale', 'items', 'they', 'cost', '42', 'tax', ',5,1,3', 'general', 'bottoms', 'pants'] ['2649,1059,34', 'great', 'for', 'work', 'i', 'got', 'these', 'in', 'kelly', 'green', 'because', 'i', 'am', 'tired', 'of', 'all', 'of', 'the', 'black', 'and', 'navy', 'in', 'my', 'wardrobe', 'and', 'i', 'was', 'not', 'disappointed', 'the', 'pants', 'are', 'well-designed', 'and', 'drape', 'well', 'unlike', 'a', 'previous', 'reviewer', 'i', 'did', 'not', 'find', 'the', 'fabric', 'to', 'be', 'cheap', 'but', 'it', 'is', 'light', 'and', 'a', 'little', 'blousy', 'not', 'bad', 'for', 'a', 'warm', 'region', 'like', 'mine', 'this', 'polyester', 'fabric', 'has', 'two', 'advantages', 'no', 'fading', 'and', 'no', 'wrinkles', 'a', 'good', 'staple', 'for', 'work', ',4,1,2', 'general', 'bottoms', 'pants'] ['2650,1044,48', 'even', 'works', 'for', 'the', 'petite', 'was', 'worried', 'these', 'pants', 'would', 'make', 'my', '5', '2', 'frame', 'appear', 'even', 'shorter', 'but', 'no', 'they', 'looked', 'great', 'and', 'fit', 'perfectly', 'very', 'comfortable', 'love', 'your', 'pilcro', 'brand', 'but', 'will', 'remember', 'this', 'brand', 'for', 'the', 'future', ',5,1,2', 'general', 'bottoms', 'pants'] ['2651,1104,58', 'perfect', 'dress', 'for', 'a', 'casual', 'outdoor', 'wedding', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'i', 'am', 'usually', 'a', 'petite', 'so', 'i', 'knew', 'it', 'would', 'hit', 'me', 'just', 'above', 'the', 'ankle', 'but', 'it', 'works', 'what', 'is', 'lacking', 'from', 'the', 'description', 'is', 'the', 'under', 'slip', 'that', 'comes', 'with', 'the', 'dress', 'it', 'is', 'a', 'knee', 'length', 'cotton', 'jersey', 'slip', 'that', 'is', 'bulky', 'and', 'uncomfortable', 'thus', 'the', '4', 'star', 'rating', 'instead', 'of', '5', 'star', 'i', 'wo', "n't", 'use', 'the', 'slip', 'so', 'this', 'makes', 'the', 'dress', 'fairly', 'sheer', 'when', 'backlit', 'otherwise', 'the', 'dress', 'is', 'well', 'made', 'and', 'the', 'addition', 'of', 'the', 'piping', 'at', 'the', 'seams', 'makes', 'it', 'special', 'i', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2652,1059,34', 'great', 'tried', 'them', 'on', 'in', 'store', 'they', 'were', 'actually', 'kind', 'of', 'sexy', 'on', 'i', 'have', 'an', 'hourglass', 'figure', 'and', 'the', 'way', 'that', 'these', 'fit', 'felt', 'sort', 'of', 'like', 'a', "50's/60", "'s", 'fit', 'accentuating', 'and', 'flattering', 'my', 'shape'] ['on', 'my', 'to', 'get', 'list', ',4,1,6', 'general', 'bottoms', 'pants'] ['2653,1044,45', 'great', 'fit', 'but', 'high', 'maintenance', 'i', 'love', 'a', 'good', 'gaucho/', 'culotte', 'these', 'are', 'very', 'comfortable', 'and', 'fit', 'is', 'tts', 'i', "'m", '5', '9', '145', 'and', 'wear', 'a', '29', 'they', 'are', 'ironed', 'with', 'a', 'line', 'down', 'the', 'front', 'which', 'i', 'do', "n't", 'like', 'as', 'it', "'s", 'always', 'hard', 'for', 'me', 'to', 'keep', 'the', 'ironing', 'straight', 'the', 'pants', 'have', 'a', 'little', 'bit', 'of', 'stretch', 'to', 'them', 'which', 'is', 'nice', 'since', 'they', "'re", 'linen', 'they', 'will', 'require', 'frequent', 'ironing', 'which', 'i', 'hate', 'to', 'do', 'in', 'the', 'summer', ',4,1,6', 'general', 'bottoms', 'pants'] ['2654,282,45', 'mixed', 'review', 'i', "'m", 'keeping', 'these', 'shorts', 'because', 'they', 'are', 'cute', 'i', 'sized', 'down', 'as', 'the', 'previous', 'reviews', 'suggested', 'and', 'they', 'fit', 'great', 'but', 'they', 'are', 'snug', 'around', 'the', 'legs', 'i', 'think', 'i', 'would', 'have', 'preferred', 'a', 'more', 'baggy', 'look', 'but', 'then', 'they', 'would', 'have', 'been', 'too', 'big', 'around', 'the', 'waist', 'had', 'i', 'ordered', 'my', 'typical', 'size', 'they', 'are', 'soft', 'and', 'comfortable', 'the', 'navy', 'color', 'is', 'really', 'pretty', ',3,1,5', 'general', 'bottoms', 'shorts'] ['2655,282,45', 'love', 'these', 'i', 'love', 'these', 'shorts', 'i', 'know', 'reviews', 'say', 'to', 'size', 'down', 'and', 'yes', 'you', 'very', 'well', 'could', 'but', 'i', 'like', 'my', 'shorts', 'a', 'little', 'bigger', 'so', 'they', 'hang', 'on', 'the', 'waist', 'and', 'can', 'wear', 'a', 'belt', 'they', 'are', 'so', 'comfortable', 'and', 'the', 'length', 'is', 'perfect', 'i', 'love', 'that', 'they', 'are', 'loose', 'around', 'the', 'thigh', 'so', 'they', 'do', "n't", 'ride', 'up', 'while', 'walking', 'i', 'think', 'they', 'might', 'look', 'silly', 'rolled', 'down', 'because', 'they', 'are', 'so', 'wide', 'i', 'wish', 'they', 'had', 'black', 'army', 'green', 'and', 'a', 'dark', 'wine', 'i', 'would', 'be', 'in', 'heaven', 'i', 'got', 'the', 'dark', 'grey', 'and', 'the', 'navy', 'and', 'am', 'very', 'happy', ',5,1,3', 'general', 'bottoms', 'shorts'] ['2656,282,33', 'great', 'shorts', 'very', 'happy', 'with', 'the', 'fit', 'sizing', 'and', 'look', 'of', 'these', 'shorts', ',4,1,0', 'general', 'bottoms', 'shorts'] ['2657,52,48', 'cant', 'go', 'wrong', 'i', 'purchased', 'these', 'in', 'taupe', 'mint', 'and', 'coral', 'they', 'are', 'extremely', 'comfortable', 'and', 'soft', 'they', 'can', 'be', 'rolled', 'up', 'to', '3', 'different', 'lengths', 'i', 'stayed', 'in', 'my', 'regular', 'size', 'and', 'the', 'fit', 'is', 'great', 'i', 'can', 'see', 'why', 'they', 'sell', 'out', 'so', 'quickly', 'a', 'must', 'for', 'summer', 'season', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2658,282,48', 'fave', 'shorts', 'i', 'live', 'in', 'these', 'shorts', 'all', 'summer', 'long', 'they', 'are', 'so', 'comfortable', 'soft', 'and', 'practical', 'i', 'have', 'purchased', 'a', 'couple', 'of', 'these', 'every', 'summer', 'but', 'this', 'year', 'they', 'were', 'so', 'many', 'pretty', 'colors', 'i', 'ended', 'up', 'with', '6', 'new', 'pair', 'they', 'go', 'with', 'just', 'about', 'everything', 'and', 'are', 'soft', 'and', 'perfect', 'for', 'texas', 'heat', 'i', 'stayed', 'true', 'to', 'size', 'on', 'them', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2659,859,57', 'great', 'top', 'the', 'photo', 'does', 'not', 'do', 'this', 'top', 'justice', 'if', 'you', 'pull', 'the', 'tie', 'a', 'bit', 'it', 'shapes', 'the', 'blouse', 'a', 'bit', 'i', 'have', 'a', 'few', 'work', 'tops', 'from', 'retailer', 'that', 'i', 'treasure', 'they', 'look', 'good', 'wear', 'well', 'wash', 'easily', 'and', 'drip-dry', 'perfectly', 'this', 'top', 'fits', 'the', 'bill', 'too', 'and', 'it', 'goes', 'with', 'navy', 'black', 'or', 'even', 'wine-colored', 'pants', 'grab', 'one', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['2660,282,41', 'best', 'shorts', 'i', 'bought', 'one', 'pair', 'last', 'year', 'and', 'two', 'more', 'this', 'year', 'i', 'love', 'them', 'they', 'fit', 'tts', 'and', 'the', 'red', 'ones', 'look', 'exactly', 'like', 'the', 'picture', 'more', 'of', 'a', 'pink', 'color', 'super', 'cute', 'color', 'buy', 'these', 'shorts', ',5,1,1', 'general', 'bottoms', 'shorts'] ['2661,881,33', 'boxy', 'way', 'too', 'big', 'and', 'unflattering', 'i', 'would', 'love', 'it', 'to', 'look', 'like', 'it', 'does', 'online', 'but', 'it', "'s", 'huge', 'in', 'person.,3,0,6', 'general', 'tops', 'knits'] ['2662,282,49', 'love', 'these', 'shorts', 'i', 'absolutely', 'love', 'these', 'shorts', 'everything', 'about', 'them', 'is', 'perfect', 'i', 'have', 'them', 'in', 'almost', 'every', 'color', 'they', 'wash', 'beautifully', 'i', 'do', "n't", 'dry', 'my', 'shorts', 'in', 'the', 'dryer', 'they', 'fit', 'the', 'same', 'as', 'last', 'years', 'i', "'m", 'thin', 'pretty', 'straight', 'with', 'little', 'hips', 'i', 'wear', 'them', 'in', 'a', 'size', '28.', 'i', 'tried', 'the', '27', 'they', 'felt', 'a', 'little', 'snug', 'i', 'do', "n't", 'like', 'my', 'shorts', 'tight', 'i', 'like', 'when', 'they', 'can', 'hang', 'down', 'a', 'little', 'with', 'a', 'belt', 'or', 'not', 'like', 'the', 'model', 'in', 'the', 'picture', 'i', 'do', "n't", 'find', 'that', 'they', 'stretch', 'out', 'much', 'after', 'wearing', 'but', 'that', 'coul,5,1,0', 'general', 'bottoms', 'shorts'] ['2663,282,54', 'love', 'love', 'love.', 'these', 'shorts', 'are', 'perfect', 'not', 'too', 'short', 'but', 'can', 'be', 'cuffed', 'so', 'not', 'too', 'long', 'either', 'the', 'fabric', 'is', 'soft', 'and', 'gets', 'even', 'softer', 'after', 'washing', 'bought', 'two', 'colors', 'in', 'the', 'late', 'spring', 'and', 'then', 'recently', 'added', 'to', 'my', 'hyphen', 'shorts', 'collection', 'you', 'can', 'dress', 'them', 'up', 'or', 'pair', 'with', 'a', 'casual', 't', 'and', 'flip', 'flops', 'note', 'if', 'you', 'like', 'your', 'shorts', 'loose', 'order', 'true', 'to', 'size', 'they', 'do', 'stretch', 'at', 'the', 'waist', 'so', 'if', 'you', 'want', 'them', 'to', 'fit', 'true', 'to', 'size', 'order', 'one-two', 'sizes', 'down', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2664,1095,36', 'ethereal', 'powerful', 'unique', 'once', 'i', 'put', 'in', 'darts', 'this', 'dress', 'set', 'my', 'heart', 'a-flutter', 'but', 'i', 'had', 'quite', 'a', 'time', 'figuring', 'out', 'the', 'sizing', 'i', 'literally', 'ordered', 'six', 'different', 'sizes', 'and', 'when', 'i', 'put', 'them', 'on', 'they', 'all', 'seemed', 'to', 'look', 'like', 'a', 'very', 'beautifully', 'embroidered', 'and', 'elegant', 'tent', 'if', 'only', 'i', 'could', 'just', 'nip', 'it', 'in', 'a', 'tiny', 'bit', 'at', 'the', 'waist', 'then', 'it', 'would', 'look', 'like', 'the', 'model', 'does', 'i', 'actually', 'think', 'they', 'probably', 'pinned', 'the', 'back', 'of', 'the', 'dress', 'to', 'get', 'it', 'to', 'fit', 'on', 'the', 'model'] [] ['so', 'i', 'played', 'around', 'with', 'it', 'and', 'ended', 'up', 'putting', 'in', '2', 'small', 'darts', 'in', 'the', 'front', 'and', 'v', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2665,1128,41', ',this', 'would', 'be', 'perfect', 'except', 'for', 'the', 'ridiculous', 'attached', 'scarf', 'the', 'material', 'is', 'so', 'soft', 'and', 'luxe', 'the', 'colors', 'are', 'richer', 'in', 'person', 'and', 'perfectly', 'go', 'with', 'everything', 'but', 'the', 'attached', 'scarf', 'ruins', 'everything', 'the', 'scarf', 'is', 'not', 'flattering', 'and', 'takes', 'away', 'form', 'the', 'cute', 'buttons', 'on', 'the', 'front', 'if', 'the', 'scarf', 'could', 'be', 'removed', 'it', 'would', 'be', 'a', 'great', 'sweater', 'coat', 'so', 'disappointing.,3,0,14', 'general', 'jackets', 'outerwear'] ['2666,1033,40', 'just', 'okay', 'i', 'wear', 'a', 'typical', '25', 'in', 'coh', 'jeans', 'and', 'i', 'ordered', 'these', 'in', 'a', '25.', 'they', 'fit', 'but', 'they', 'feel', 'more', 'like', 'jeggings', 'than', 'skinny', 'jeans', 'the', 'wash', 'is', "n't", 'as', 'faded', 'out', 'as', 'in', 'the', 'picture', 'and', 'at', '5', '2', 'the', 'rip', 'is', 'right', 'at', 'my', 'kneecap', 'i', 'bought', 'these', 'for', 'the', 'distressed', 'wash', 'and', 'will', 'probably', 'return', 'this', 'pair', 'as', 'it', 'looks', 'darker', 'and', 'less', 'faded', 'in', 'person', 'i', 'look', 'nothing', 'like', 'the', 'model', 'does', 'in', 'this', 'pair', 'of', 'jeans', ',3,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['2667,881,58', 'short', 'waist', 'i', 'loved', 'this', 'top', 'but', 'the', 'cut', 'was', 'too', 'short', 'in', 'the', 'waist', 'for', 'my', '5', '8', 'frame', 'wish', 'it', 'came', 'in', 'a', 'tall', 'size', ',2,1,10', 'general', 'tops', 'knits'] ['2668,282,37', 'different', 'colors', 'are', 'sized', 'differently', 'i', 'tried', 'these', 'shorts', 'on', 'in', '5', 'colors', 'and', 'found', 'a', 'wide', 'variety', 'of', 'sizing', 'in', 'the', 'dark', 'grey', 'and', 'taupe', 'i', 'needed', 'to', 'size', 'down', 'one', 'from', 'my', 'usual', '28', 'to', 'a', 'size', '27.', 'in', 'the', 'sapphire', 'lavender', 'and', 'red', 'my', 'regular', 'size', '28', 'fit', 'perfectly', 'i', 'ended', 'up', 'purchasing', 'the', 'dark', 'grey', 'and', 'lavender', 'with', 'a', 'discount', 'i', 'gave', '4', 'stars', 'for', 'the', 'variation', 'in', 'sizing', 'but', 'once', 'i', 'got', 'the', 'correct', 'fit', 'the', 'shorts', 'have', 'not', 'stretched', 'out', 'on', 'me', 'throughout', 'the', 'day', 'in', 'either', 'color', 'the', 'length', 'is', 'perfect', 'short', 'enough', 'to', 'not', 'look', 'frumpy', 'but', ',4,1,14', 'general', 'bottoms', 'shorts'] ['2669,282,39', 'comfy', 'and', 'ok', 'for', 'muscular', 'thighs', 'i', 'never', 'buy', 'shorter', 'shorts', 'my', 'legs', 'are', 'so', 'muscular', 'that', 'most', 'are', 'unflattering', 'but', 'these', 'were', 'actually', 'ok.', 'they', 'did', "n't", 'look', 'loose', 'like', 'the', 'model', 'but', 'hit', 'a', 'nice', 'spot', 'on', 'the', 'leg', 'and', 'they', 'have', 'enough', 'stretch', 'to', 'fit', 'me', 'nicely', 'i', 'even', 'bought', 'the', 'white', 'color', 'unheard', 'of', 'i', 'weigh', '115', 'lbs', 'all', 'legs', ',4,1,2', 'general', 'bottoms', 'shorts'] ['2670,282,41', 'love', 'these', 'but', 'color', 'faded', 'when', 'washed', 'i', "'m", 'pretty', 'disappointed', 'in', 'these', 'just', 'bought', 'the', 'yellow', 'pair', 'and', 'wore', 'today', 'for', 'the', 'first', 'time', 'super', 'cute', 'and', 'very', 'comfortable', 'i', 'was', 'in', 'love', 'with', 'them', 'they', 'got', 'two', 'small', 'stains', 'on', 'them', 'from', 'the', 'day', "'s", 'activities', 'and', 'not', 'even', 'crazy', 'untreatable', 'stains', 'unfortunately', 'the', 'stains', 'did', 'not', 'budge', 'yet', 'the', 'color', 'of', 'the', 'shorts', 'washed', 'out', 'they', 'are', 'completely', 'ruined', 'after', 'one', 'washing', 'on', 'cold', 'i', "'m", 'hoping', 'this', 'was', 'a', 'fluke', 'and', 'plan', 'to', 'order', 'a', 'second', 'pair', 'before', 'they', 'sell', 'out', 'these', 'will', 'be', 'going', 'back', ',3,0,1', 'general', 'bottoms', 'shorts'] ['2671,859,54', 'perfect', 'top', 'i', 'love', 'the', 'mix', 'of', 'materials', 'silky', 'in', 'the', 'front', 'and', 'comfy', 'knit', 'in', 'the', 'back', 'the', 'tie', 'on', 'the', 'side', 'is', 'adorable', 'and', 'adds', 'a', 'little', 'something', 'special', 'to', 'the', 'shirt', 'happy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2672,282,43', 'new', 'favorite', 'shorts', 'i', 'love', 'these', 'shorts', 'would', 'buy', 'them', 'in', 'every', 'color', 'the', 'colors', 'are', 'all', 'fabulous', 'and', 'the', 'fit', 'is', 'great', 'too', 'not', 'too', 'short', 'not', 'too', 'tight', 'very', 'soft', 'comfy', 'feel', ',5,1,2', 'general', 'bottoms', 'shorts'] ['2673,282,48', 'great', 'casual', 'short', 'these', 'shorts', 'are', 'age-appropriate', 'for', 'all', 'they', "'re", 'loose', 'fitting', 'and', 'cal', 'me', 'rolled', 'up', 'or', 'left', 'down', 'where', 'they', 'end', 'above', 'the', 'knee', 'the', 'fabric', 'is', 'soft', 'and', 'colors', 'are', 'fun,5,1,22', 'general', 'bottoms', 'shorts'] ['2674,282,56', 'summer', 'staple', 'bought', 'these', 'shorts', 'in', 'the', 'store', 'in', 'navy', 'and', 'loved', 'them', 'so', 'much', 'that', 'i', 'ordered', 'them', 'in', 'the', 'taupe', 'for', 'some', 'reason', 'the', 'taupe', 'pair', 'is', 'shorter', 'but', 'they', 'still', 'fit', 'beautifully', 'the', 'fabric', 'is', 'ligher', 'weight', 'than', 'denim', 'so', 'i', 'wear', 'them', 'a', 'lot', 'love', 'pilcro', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2675,282,49', 'color', 'run', 'i', 'love', 'the', 'way', 'these', 'shorts', 'fit', 'and', 'look', 'very', 'comfy', 'but', 'after', 'laundering', 'one', 'time', 'the', 'lavender', 'color', 'became', 'blotchy', 'used', 'regular', 'detergent', 'in', 'gentle', 'cycle', 'and', 'it', 'looks', 'like', 'someone', 'poured', 'bleach', 'on', 'them', 'in', 'random', 'areas', 'they', 'are', 'unwearable', 'i', 'have', 'several', 'colors', 'but', 'the', 'only', 'color', 'that', 'was', 'a', 'problem', 'is', 'the', 'lavender', '58', 'for', 'one', 'wear', 'was', 'a', 'waste', 'i', 'hate', 'to', 'leave', 'negative', 'feedback', 'but', 'be', 'careful', 'with', 'laundering', ',1,0,0', 'general', 'bottoms', 'shorts'] ['2676,1131,38', 'great', 'fall', 'coat', 'this', 'coat', 'is', 'super', 'cute', 'and', 'flattering', 'i', 'am', '5', 'amp', 'amp', 'amp', 'amp', '39', '8', 'amp', 'amp', 'amp', 'amp', 'quot', 'and', 'it', 'comes', 'almost', 'to', 'my', 'knee', 'on', 'the', 'back', 'i', 'amp', 'amp', 'amp', 'amp', '39', 'm', 'usually', 'a', 'small', 'but', 'got', 'the', 'medium', 'in', 'case', 'i', 'wear', 'a', 'bulky', 'sweater', 'underneath', 'comfy', 'and', 'warm', 'but', 'won', 'amp', 'amp', 'amp', '39', 't', 'be', 'warm', 'enough', 'when', 'winter', 'hits', 'without', 'a', 'big', 'sweater', 'underneath', 'great', 'to', 'throw', 'on', 'to', 'walk', 'the', 'dog', 'or', 'hit', 'the', 'bus', 'stop', 'in', 'style', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['2677,282,31', 'love', 'these', 'shorts', 'these', 'shorts', 'are', 'great', 'perfect', 'length', 'and', 'this', 'can', 'be', 'addicted', 'based', 'on', 'how', 'much', 'you', 'roll', 'them', 'up', 'i', 'love', 'all', 'the', 'colors', 'i', "'ve", 'bought', 'several', 'pairs', 'because', 'of', 'how', 'comfortable', 'and', 'versatile', 'they', 'are', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2678,1095,33', 'it', 'fits', 'i', 'ordered', 'this', 'dress', 'to', 'wear', 'for', 'summer', 'weddings', 'this', 'year', 'i', 'am', 'both', 'surprised', 'and', 'excited', 'that', 'it', 'fits'] [] ['i', 'normally', 'wear', 'an', '18', 'sometimes', 'a', '16.', 'stores', 'like', 'retailer', 'are', 'a', 'place', 'i', 'go', 'to', 'admire', 'fun', 'cloths', 'but', 'not', 'to', 'actually', 'shop', 'i', 'was', 'concerned', 'that', 'the', 'xl', 'was', 'going', 'to', 'be', 'a', 'fake', 'xl-', 'this', 'happens', 'sometimes', 'a', 'brand', 'only', 'makes', 'clothing', 'up', 'to', 'a', '12', 'so', 'they', "'re", 'xl', 'is', 'really', 'a', '12.', 'but', 'not', 'so', 'i', 'feel', 'like', 'the', 'xl', 'could', 'fit', 'a', '16', '20.', 'the', 'l', 'would', 'probably', 'fit', 'a', '16', 'as', 'well'] [] ['this', 'dress', 'fits', 'in', ',4,0,6', 'general', 'petite', 'dresses', 'dresses'] ['2679,282,49', 'comfy', 'and', 'cute', 'love', 'these', 'shorts', 'they', 'do', 'run', 'large', 'i', 'wear', 'a', '29', 'in', 'pilcro', 'and', 'the', '28', 'in', 'these', 'shorts', 'fit', 'comfortably', 'with', 'a', 'bit', 'of', 'room', 'to', 'spare', 'the', 'turquoise', 'is', 'definitely', 'green', 'and', 'not', 'as', 'bright', 'as', 'what', 'i', 'see', 'in', 'the', 'online', 'photo', 'but', 'still', 'a', 'nice', 'color', 'they', 'have', 'a', 'funny', 'smell', 'but', 'i', "'m", 'sure', 'that', 'will', 'wash', 'out', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2680,52,33', 'super', 'comfy', 'and', 'cute', 'these', 'are', 'some', 'of', 'the', 'softest', 'most', 'comfortable', 'shorts', 'i', 'own', 'and', 'wish', 'i', 'had', 'them', 'in', 'more', 'colors', 'i', 'like', 'that', 'i', 'an', 'adjust', 'the', 'length', 'of', 'the', 'cuff', 'since', 'it', "'s", 'not', 'hemmed', 'to', 'a', 'certain', 'length', 'i', 'ordered', 'the', 'pink/salmon', 'color', 'and', 'they', 'go', 'with', 'so', 'much', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2681,1033,28', 'whoa', 'vanity', 'sizing', 'i', 'was', 'extremely', 'excited', 'to', 'receive', 'these', 'pants', 'given', 'the', 'two', 'positive', 'reviews', 'i', "'m", 'a', 'petite', 'woman', 'and', 'have', 'trouble', 'finding', 'jeans', 'with', 'the', 'right', 'proportions', 'i', 'sized', 'down', 'from', 'my', 'normal', 'size', '27', 'to', 'a', '26', 'and', 'was', 'swimming', 'in', 'these', 'pants', 'i', 'would', 'have', 'had', 'to', 'go', 'down', 'three', 'sizes', 'to', 'make', 'these', 'work', 'i', "'m", 'not', 'sure', 'if', 'i', 'received', 'a', 'defective', 'pair', 'or', 'what', 'but', 'be', 'cautious', 'ordering', 'these', 'pants', ',1,0,2', 'general', 'bottoms', 'jeans'] ['2682,282,53', 'please', 'bring', 'back', 'the', 'grey/gray', 'i', 'listened', 'to', 'the', 'other', 'reviewers', 'and', 'ordered', 'down', 'silly', 'of', 'me', 'all', 'plcro', 'seem', 'to', 'run', 'a', 'bit', 'large', 'and', 'do', 'stretch', 'out', 'i', 'got', 'the', '25', 'in', 'the', 'lovely', 'light', 'grey', 'fit', 'me', 'but', 'too', 'tight', 'to', 'be', 'comfy', 'i', 'usually', 'wear', 'a', '25,26', 'or', '27', 'in', 'jeans', 'depending', 'on', 'the', 'style', 'unfortunately', 'there', 'are', 'now', 'no', 'more', 'in', 'the', 'grey', 'too', 'bad', 'this', 'should', "n't", 'happen', 'at', 'the', 'beginning', 'of', 'the', 'season', 'please', 'please', 'please', 'bring', 'them', 'back', 'in', 'this', 'great', 'neutral', 'color', 'or', 'a', 'stone', ',4,1,0', 'general', 'bottoms', 'shorts'] ['2683,282,42', 'i', 'ordered', 'these', 'in', 'white', 'and', 'sized', 'down', 'from', 'my', 'normal', '28', 'to', '27', 'based', 'on', 'reviews', 'and', 'they', 'are', 'too', 'small', 'i', "'ve", 'seen', 'with', 'other', 'pants/shorts', 'that', 'sizing', 'can', 'be', 'off', 'with', 'different', 'colors', 'so', 'i', "'m", 'guessing', 'it', "'s", 'the', 'same', 'case', 'here', 'i', "'ll", 'try', 'ordering', 'again', 'in', 'my', 'usual', '28', 'and', 'hope', 'that', 'they', 'will', 'be', 'a', 'good', 'fit', 'otherwise', 'nice', 'shorts', 'for', 'the', 'price', ',4,1,1', 'general', 'bottoms', 'shorts'] ['2684,282,63', 'do', 'not', 'buy', 'it', 'this', 'pants', 'the', 'worst', 'short', 'that', 'i', 'ever', 'had'] ['i', 'bought', 'this', 'short', 'last', 'week', 'and', 'i', 'laundry', 'it', 'yesterday', 'and', 'it', 'came', 'out', 'lost', 'color'] ['i', 'was', 'really', 'shock', 'definetly', 'will', 'return', 'it', 'to', 'store'] ['fyi', 'i', 'never', 'use', 'chrolox', 'or', 'bleach', 'when', 'i', 'laundry', ',1,0,1', 'general', 'bottoms', 'shorts'] ['2685,282,49', 'great', 'shorts', 'i', "'ve", 'been', 'buying', 'these', 'for', 'the', 'past', 'few', 'years', 'each', 'year', 'i', 'add', 'to', 'my', 'collection', 'with', 'new', 'colors', 'i', 'have', '8', 'pairs', 'now', 'perfect', 'length', 'and', 'can', 'be', 'rolled', 'if', 'needed', 'to', 'show', 'some', 'more', 'leg', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2686,282,43', 'i', 'love', 'these', 'shorts', 'so', 'glad', 'i', 'gave', 'these', 'a', 'try', 'last', 'summer', 'in', 'the', 'peachy', 'pink', 'color', 'this', 'year', 'i', 'got', 'the', 'darker', 'grey', 'color', 'is', 'great-', 'goes', 'with', 'so', 'much-and', 'they', 'are', 'so', 'soft', 'and', 'comfortable', 'also', 'love', 'that', 'these', 'can', 'work', 'rolled', 'up', 'or', 'down', 'at', 'the', 'bottom', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2687,282,28', 'comfy', 'summery', 'i', 'bought', 'these', 'in', 'a', 'few', 'different', 'colors', 'because', 'they', 'are', 'so', 'comfortable', 'and', 'perfect', 'for', 'summer', 'they', 'fit', 'true', 'to', 'size', 'if', 'you', 'want', 'a', 'more', 'relaxed', 'fit', 'i', 'sized', 'down', 'for', 'one', 'pair', 'for', 'a', 'more', 'fitted', 'look.,5,1,0', 'general', 'bottoms', 'shorts'] ['2688,282,42', 'wow', 'i', 'absolutely', 'love', 'these', 'shorts', 'i', 'wear', 'a', '28', 'in', 'all', 'pilcro', 'and', 'these', 'are', 'no', 'exception', 'i', 'would', 'not', 'have', 'grabbed', 'these', 'to', 'try', 'on', 'but', 'the', 'person', 'who', 'put', 'my', 'clothes', 'in', 'a', 'fitting', 'room', 'added', 'them', 'for', 'me', 'first', 'they', 'are', 'definitely', 'short', 'when', 'rolled', 'twice', 'and', 'i', 'do', 'not', 'have', 'skinny', 'legs', 'in', 'fact', 'i', 'never', 'wear', 'anything', 'that', 'exposes', 'my', 'thighs', 'because', 'i', 'really', 'dislike', 'them', 'for', 'some', 'reason', 'these', 'shorts', 'make', 'my', 'legs', 'look', 'great', 'i', 'thought', 'for', 'sure', 'it', 'was', 'the', 'mirrors', 'at', 'retailer', 'but', 'i', 'still', 'like', 'them', 'at', 'home', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2689,881,34', 'very', 'soft', 'and', 'pretty', 'i', 'am', '5', '1', 'and', 'most', 'normal', 'size', 'retailer', 'tops', 'are', 'too', 'big', 'on', 'the', 'armpits', 'and', 'neckline', 'for', 'me'] ['i', 'do', "n't", 'usually', 'go', 'for', 'peplum', 'but', 'i', 'was', 'drawn', 'to', 'this', 'top', 'bc', 'it', 'was', 'very', 'soft', 'when', 'i', 'tried', 'it', 'on', 'everything', 'fit', 'just', 'perfect', 'and', 'length', 'was', 'also', 'right', 'for', 'me', 'i', 'like', 'slight', 'stretch', 'of', 'this', 'fabric', 'which', 'hugs', 'body', 'nicely', 'i', 'would', 'say', 'you', 'should', 'get', 'a', 'size', 'that', 'fits', 'nicely', 'on', 'chest', 'area', ',5,1,1', 'general', 'tops', 'knits'] ['2690,282,47', 'something', 'about', 'these', 'shorts', 'i', 'really', 'like', 'the', 'hyphen', 'pilcro', 'chino', 'pants', 'so', 'i', 'figured', 'i', 'would', 'try', 'the', 'shorts', 'and', 'voila', 'i', 'love', 'the', 'shorts', 'too', 'colors', 'are', 'great', 'and', 'you', 'do', "n't", 'have', 'to', 'cuff', 'them', 'if', 'they', 'seem', 'too', 'short', 'they', "'re", 'versatile', 'and', 'who', 'does', "n't", 'love', 'options', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2691,881,39', 'fun', 'and', 'unique', 'i', 'have', 'been', 'eyeing', 'this', 'top', 'online', 'and', 'initially', 'thought', 'it', 'was', 'very', 'fitted', 'and', 'structured', 'as', 'it', 'appears', 'on', 'the', 'model', 'upon', 'trying', 'it', 'on', 'at', 'the', 'store', 'i', 'agree', 'with', 'other', 'reviewers', 'it', 'is', 'a', 'tad', 'boxy', 'i', 'ended', 'up', 'sizing', 'down', 'to', 'a', 'small', 'and', 'it', 'fits', 'nicely', '5', '8', '145', 'usually', 'i', 'take', 'a', 'medium', 'or', '6/8', 'in', 'retailer', 'tops', 'i', 'can', 'see', 'where', 'this', 'might', 'not', 'work', 'for', 'everyone', 'but', 'i', 'found', 'it', 'to', 'be', 'a', 'fun', 'take', 'on', 'a', 'classic', 'tweedy', 'look', 'i', 'plan', 'to', 'add', 'a', 'pop', 'of', 'color', 'with', 'jewelry', 'or', 'even', 'pair', 'it', 'with', 'the', 'pin', ',4,1,3', 'general', 'tops', 'knits'] ['2692,1095,70', 'most', 'beautivul', 'fabric', 'ever', 'this', 'dress', 'is', 'lovely', 'and', 'the', 'fabric', 'is', 'sensational'] [] ['the', 'slits', 'on', 'the', 'two', 'sides', 'of', 'center', 'front', 'are', 'really', 'cool', 'too'] [] ['i', 'am', '5', '7', 'and', 'it', 'was', 'way', 'too', 'long', 'and', 'i', 'would', 'not', 'have', 'it', 'hemmed', 'at', 'it', 'would', 'remove', 'the', 'gorgeous'] ['lotus', 'pattern', 'near', 'the', 'base', 'of', 'the', 'skirt', 'i', 'only', 'wear', 'flats', 'at', '70', 'but', 'hope', 'this', 'fabric', 'appears', 'somewhere', 'else'] ['sometime', 'it', 'is', 'truly', 'a', 'gorgeous', 'dress', 'for', 'a', 'taller', 'person', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2693,282,25', 'great', 'fitting', 'for', 'women', 'with', 'curves', 'i', 'have', 'had', 'a', 'hard', 'time', 'finding', 'shorts', 'as', 'i', 'have', 'a', 'smaller', 'waist', 'and', 'bigger', 'thighs', 'i', 'am', '5', 'ft', '4', 'and', 'weigh', '125', 'lbs', 'and', 'i', 'wear', 'a', 'size', '25/26', 'in', 'jeans', 'i', 'bought', 'a', 'size', '26', 'in', 'these', 'and', 'they', 'fit', 'great', 'i', 'would', "n't", 'size', 'down', 'if', 'you', 'have', 'thighs', 'as', 'i', 'like', 'some', 'room', 'in', 'mine.,5,1,8', 'general', 'bottoms', 'shorts'] ['2694,881,29', 'i', 'want', 'to', 'love', 'this', 'shirt', 'but', 'it', 'is', "n't", 'happening', 'the', 'proportions', 'shown', 'on', 'the', 'model', 'are', 'not', 'how', 'this', 'shirt', 'ends', 'up', 'fitting', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'pattern', 'is', 'great', 'if', 'the', 'fit', 'works', 'for', 'you', ',3,0,0', 'general', 'tops', 'knits'] ['2695,282,34', 'love', 'pilcro', 'first', 'let', 'me', 'say', 'that', 'i', "'ve", 'recently', 'fallen', 'in', 'love', 'with', 'the', 'pilcro', 'brand', 'i', 'love', 'the', 'pilcro', 'hyphen', 'chinos', 'and', 'needed', 'some', 'new', 'shorts', 'for', 'the', 'summer', 'i', 'have', 'extremely', 'muscular', 'legs', 'and', 'have', 'a', 'hard', 'time', 'finding', 'shorts', 'that', 'look', 'good', 'i', 'was', 'hesitant', 'to', 'try', 'these', 'on', 'because', 'they', 'said', 'the', 'inseam', 'is', '4', 'but', 'one', 'other', 'reviewer', 'pointed', 'out', 'that', 'they', 'are', 'a', 'good', 'mid-length', 'if', 'you', 'unroll', 'them', 'so', 'i', 'just', 'went', 'to', 'try', 'them', 'on', 'at', 'the', 'store', 'and', 'what', 'do', 'you', 'know', 'they', 'are', 'exactly', 'that', 'unrolled', 'they', 'come', 'about', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2696,817,49', 'super', 'gorgeous', 'the', 'quality', 'of', 'this', 'top', 'is', 'quite', 'high', 'it', 'feels', 'like', 'silk', 'the', 'print', 'is', 'lovely', 'showy', 'without', 'being', 'too', 'over', 'the', 'top', 'i', 'love', 'it', 'and', 'would', 'highly', 'recommend', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['2697,859,39', 'a', 'favorite', 'this', 'season', 'this', 'top', 'is', 'totally', 'adorable', 'it', "'s", 'one', 'of', 'my', 'favorite', 'retailer', 'tops', 'this', 'season', 'i', 'wear', 'it', 'with', 'jeans', 'or', 'even', 'red', 'skinny', 'pants', 'and', 'i', 'get', 'tons', 'of', 'compliments', 'on', 'it', 'it', 'fits', 'true', 'to', 'size', 'and', 'the', 'material', 'is', 'washable', 'and', 'durable.,5,1,4', 'general', 'petite', 'tops', 'knits'] ['2698,881,52', 'perfect', 'for', 'party', 'i', 'was', 'looking', 'for', 'a', 'lightweight', 'top', 'to', 'wear', 'with', 'black', 'linen', 'trousers', 'to', 'a', 'party', 'i', 'was', 'not', 'sure', 'of', 'this', 'top', 'seeing', 'it', 'on', 'a', 'slender', 'model', 'i', 'am', 'a', 'more', 'typical', '50', 'year', 'old', 'mom', 'body', 'and', 'i', 'have', 'never', 'worn', 'a', 'peplum', 'style', 'i', 'put', 'it', 'on', 'for', 'my', 'husband', 'and', 'approved', 'so', 'i', 'wore', 'it', 'i', 'received', 'many', 'compliments', 'a', 'few', 'from', 'good', 'friends', 'who', 'congratulated', 'me', 'for', 'going', 'out', 'of', 'my', "'comfort", 'zone', 'with', 'the', 'style', ',4,1,0', 'general', 'tops', 'knits'] ['2699,282,28', 'love', 'and', 'disappointment', 'these', 'are', 'my', 'all', 'time', 'comfiest', 'shorts', 'and', 'i', 'am', 'obsessed', 'with', 'the', 'lavender', 'color', 'sadly', 'using', 'free', 'and', 'clear', 'detergent', 'on', 'a', 'cold', 'delicate', 'cycle', 'made', 'the', 'color', 'turn', 'splotchy', 'and', 'they', 'are', 'unwearable', 'this', 'happened', 'once', 'and', 'i', 'exchanged', 'for', 'another', 'pair', 'but', 'i', "'ll", 'be', 'returning', 'this', 'pair', 'i', "'ll", 'be', 'sad', 'to', 'see', 'my', 'favorite', 'color', 'go', 'but', 'there', 'is', 'obviously', 'a', 'defect', 'in', 'the', 'dye', 'used', 'maybe', 'i', "'ll", 'try', 'another', 'color', ',2,0,0', 'general', 'bottoms', 'shorts'] ['2700,282,41', 'great', 'shorts', 'i', 'purchased', 'two', 'pair', 'navy', 'and', 'sky', 'for', 'a', 'trip', 'to', 'the', 'caribbean', 'and', 'i', "'m", 'so', 'glad', 'i', 'tried', 'them', 'on', 'in', 'the', 'store', 'these', 'are', 'the', 'nicest', 'fitting', 'and', 'most', 'comfortable', 'shorts', 'i', 'own', 'by', 'far', 'would', 'highly', 'recommend', 'well', 'made', 'too', ',5,1,5', 'general', 'bottoms', 'shorts'] ['2701,818,36', 'pretty', 'falls', 'nicely', 'pretty', 'peachy', 'pink', 'color', 'darker', 'than', 'pictured', 'bought', 'sz', 'l', '5', '8', '175lbs', 'am', 'busty', 'very', 'nice', 'fabric', 'prone', 'to', 'wrinkles', ',4,1,9', 'general', 'petite', 'tops', 'blouses'] ['2702,282,51', 'go', 'to', 'shorts', 'these', 'are', 'great', 'wear-', 'anywhere', 'shorts', 'they', 'are', 'not', 'too', 'long', 'and', 'not', 'too', 'short', 'they', 'are', 'very', 'soft', 'and', 'comfy', 'i', 'ordered', 'a', 'size', '6', 'and', 'after', 'wearing', 'them', 'a', 'couple', 'of', 'hours', 'i', 'found', 'that', 'i', 'should', 'have', 'gone', 'with', 'a', 'size', 'smaller', 'perhaps', 'i', 'will', 'still', 'keep', 'the', '6', "'s", 'for', 'wearing', 'around', 'the', 'house', '.,5,1,0', 'general', 'bottoms', 'shorts'] ['2703,1128,40', 'i', 'really', 'love', 'this', 'coat', 'it', 'is', 'beautiful', 'and', 'very', 'comfortable', 'while', 'the', 'attached', 'scarf', 'does', 'cover', 'the', 'cute', 'buttons', 'i', "'m", 'glad', 'it', 'is', 'there', 'it', 'comes', 'in', 'handy', 'when', 'the', 'temperature', 'drops', 'quicker', 'than', 'anticipated', 'the', 'only', 'thing', 'missing', 'on', 'this', 'coat', 'is', 'a', 'lining', 'as', 'soft', 'as', 'the', 'exterior', ',5,1,6', 'general', 'jackets', 'outerwear'] ['2704,282,29', 'perfect', 'shorts', 'i', 'absolutely', 'love', 'these', 'shorts', 'and', 'have', 'them', 'in', '3', 'colors', 'they', 'are', 'a', 'great', 'price', 'point', 'and', 'comfortable', 'fit', 'be', 'careful', 'with', 'washing', 'as', 'the', 'darker', 'colors', 'seem', 'to', 'bleed.,5,1,0', 'general', 'bottoms', 'shorts'] ['2705,282,39', 'best', 'shorts', 'around', 'in', 'years', 'wonderful', 'flattering', 'fit', 'mostly', 'cotton', 'so', 'very', 'cool', 'and', 'huge', 'color', 'selection', 'i', 'bought', '3', 'pair', 'thrilled', 'with', 'pilcro'] ['only', 'thing', 'that', 'could', 'make', 'these', 'better', 'would', 'be', 'if', 'made', 'in', 'the', 'usa', 'cuffs', 'roll', 'down', 'if', 'you', 'want', 'less', 'sun', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2706,1095,33', 'burlap', 'maternity', 'dress', 'no', 'this', 'is', 'one', 'of', 'the', 'most', 'unflattering', 'things', 'i', "'ve", 'ever', 'put', 'on', 'my', 'body', 'i', "'m", 'a', 'very', 'well-proportioned', 'hourglass', 'i', 'tend', 'to', 'wear', 'a', 'small', 'despite', 'a', 'booty', 'and', '36d', 'chest', 'this', 'made', 'me', 'look', 'huge', 'do', "n't", 'do', 'it.,1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2707,862,28', 'too', 'pricey', 'for', 'the', 'product', 'i', 'like', 'this', 'top', 'i', 'received', 'a', 'ton', 'of', 'compliments', 'when', 'i', 'wore', 'it', 'to', 'work', 'but', 'the', 'material', 'does', "n't", 'feel', 'as', 'high-quality', 'as', 'i', 'had', 'expected', 'from', 'the', 'pictures', 'online', 'it', 'was', "n't", 'worth', 'it', 'to', 'me', 'to', 'send', 'it', 'back', 'but', 'i', 'doubt', 'i', 'would', 'have', 'bought', 'it', 'if', 'i', 'had', 'tried', 'it', 'on', 'first', ',4,0,9', 'general', 'tops', 'knits'] ['2708,282,41', 'love', 'these', 'shorts', 'i', 'absolutely', 'adore', 'these', 'shorts', 'and', 'pick', 'a', 'few', 'colors', 'every', 'year', 'like', 'last', 'year', 'these', 'do', 'run', 'big', 'so', 'do', 'size', 'down', 'the', 'length', 'is', 'perfect', 'to', 'roll', 'them', 'as', 'much', 'as', 'you', 'like', 'they', 'look', 'great', 'after', 'washing', 'and', 'wish', 'they', 'came', 'in', 'more', 'brighter', 'colors', 'love', 'these', 'and', 'highly', 'recommend', 'these', ',5,1,4', 'general', 'bottoms', 'shorts'] ['2709,817,60', 'amazing', 'top', 'this', 'shirt', 'is', 'amazing', 'the', 'pictures', 'on', 'the', 'model', 'do', 'not', 'do', 'the', 'shirt', 'justice', 'the', 'shirt', 'is', 'a', 'bit', 'longer', 'in', 'person', 'than', 'shown', 'on', 'the', 'model', 'the', 'colors', 'are', 'also', 'more', 'vibrant', 'the', 'material', 'is', 'so', 'soft', 'and', 'has', 'great', 'flow', 'i', 'am', 'excited', 'to', 'dress', 'it', 'up', 'for', 'work', 'with', 'a', 'pencil', 'skirt', 'and', 'have', 'the', 'option', 'to', 'wear', 'with', 'skinnies', 'and', 'a', 'cute', 'sandal', 'on', 'my', 'off', 'days.,5,1,0', 'general', 'tops', 'blouses'] ['2710,282,43', 'favorite', 'shorts', 'ever', 'if', 'i', 'could', 'get', 'these', 'in', 'every', 'color', 'i', 'would', 'these', 'shorts', 'fit', 'so', 'well', 'and', 'the', 'quality', 'is', 'really', 'nice', 'i', 'wear', 'them', 'with', 't-shirts', 'or', 'dress', 'them', 'up', 'with', 'a', 'blouse', 'i', "'m", 'a', 'mom', 'in', 'my', 'mid-40', "'s", 'and', 'its', 'hard', 'to', 'find', 'a', 'decent', 'pair', 'of', 'shorts', 'that', 'fit', 'me', 'without', 'being', 'too', 'long', 'or', 'too', 'short', 'these', 'fit', 'the', 'bill.,5,1,0', 'general', 'bottoms', 'shorts'] ['2711,282,38', 'just', 'what', 'i', 'needed', 'in', 'a', 'summer', 'short', 'i', 'was', 'running', 'low', 'on', 'good', 'summer', 'shorts', 'and', 'thought', 'i', "'d", 'try', 'these', 'based', 'on', 'having', 'a', 'pair', 'of', 'the', 'pilcro', 'cropped', 'pants', 'i', 'got', 'a', 'couple', 'months', 'ago', 'i', 'tried', 'these', 'shorts', 'on', 'in-store', 'to', 'make', 'sure', 'they', 'fit', 'right', 'and', 'that', 'i', 'liked', 'how', 'they', 'looked', 'but', 'then', 'bought', 'them', 'online', 'more', 'colors', 'were', 'available', 'in', 'my', 'size', 'than', 'what', 'they', 'had', 'in', 'store', 'i', 'bought', 'these', 'in', '3', 'different', 'colors', 'and', 'i', 'absolutely', 'love', 'them', 'all', 'they', 'are', 'my', 'go-to', 'shorts', 'now', 'they', 'look', 'good', 'with', 'the', 'legs', 'rolled', 'up', 'or', 'down', 'and', 'i', 'will', 'be', 'wear', ',5,1,0', 'general', 'bottoms', 'shorts'] ['2712,282,32', 'perfect', 'these', 'have', 'an', 'amazing', 'fit', 'i', 'have', 'them', 'in', 'three', 'colors', 'they', 'are', 'not', 'too', 'low', 'rise', 'they', 'are', 'not', 'too', 'high', 'they', 'are', 'the', 'perfect', 'length', 'the', 'only', 'thing', 'i', 'do', 'not', 'like', 'is', 'the', 'rolled', 'cuff', 'is', 'not', 'stitched', 'and', 'comes', 'down', 'easily', 'if', 'you', 'do', 'not', 'iron', 'down', ',4,1,0', 'general', 'bottoms', 'shorts'] ['2713,818,57', 'simply', 'beautiful.', 'a', 'romantic', 'find', 'light', 'and', 'airy', 'the', 'color', 'is', 'slightly', 'darker', 'than', 'shown', 'the', 'soft', 'subtle', 'ruffles', 'give', 'it', 'just', 'the', 'right', 'touch', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['2714,1094,23', 'another', 'excellent', 'maxi', 'dress', 'by', 'ranna', 'gill', 'usually', 'this', 'brand', 'of', 'dresses', 'tends', 'to', 'run', 'small', 'in', 'the', 'bodice', 'requiring', 'me', 'to', 'go', 'up', 'a', 'size', 'but', 'i', 'found', 'that', 'this', 'dress', 'ran', 'true', 'to', 'size', 'i', 'got', 'a', 'petite', 'as', 'well', 'cause', 'the', 'standard', 'size', 'was', 'a', 'touch', 'too', 'long', 'for', 'me', 'very', 'happy', 'with', 'the', 'color', 'quality', 'and', 'uniqueness', 'of', 'the', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2715,1086,26', 'perfect', 'for', 'summer', 'i', "'m", '5', '5', 'and', '132', 'lbs.', '34d', 'and', 'the', 'size', 'm', 'is', 'perfect', 'i', 'will', 'probably', 'wear', 'a', 'thin', 'long', 'cami', 'under', 'it', 'as', 'it', 'is', 'slightly', 'see', 'through', 'it', 'does', "n't", 'gape', 'under', 'the', 'arms', 'like', 'some', 'sleeveless', 'items', 'it', 'fits', 'smoothly', 'as', 'the', 'other', 'review', 'mentioned', 'it', 'would', 'be', 'a', 'perfect', 'swim', 'suit', 'cover', 'up', 'but', 'i', "'m", 'going', 'to', 'wear', 'it', 'more', 'as', 'a', 'casual', 'very', 'versatile', 'perfect', 'for', 'a', 'hot', 'day', 'summer', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2716,1022,38', 'love', 'these', 'jeans', 'this', 'is', 'my', 'second', 'pair', 'of', 'these', 'jeans', 'i', 'ruined', 'the', 'first', 'pair', 'and', 'immediately', 'ordered', 'a', 'replacement', 'wear', 'them', 'all', 'the', 'time', 'i', 'did', 'go', 'up', 'one', 'size', 'to', 'get', 'a', 'better', 'fit', 'i', 'do', "n't", 'exactly', 'have', 'slim', 'thighs', 'ha', 'but', 'other', 'than', 'that', 'they', 'are', 'pretty', 'perfect', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['2717,1030,38', 'so', 'long', 'i', 'liked', 'the', 'cut', 'and', 'color', 'seemed', 'like', 'good', 'quality', 'i', "'m", '5', '5', 'and', 'theses', 'were', 'so', 'long', 'i', 'had', 'to', 'fold', 'them', 'up', 'like', '6', 'inches', 'not', 'to', 'step', 'in', 'them,3,1,0', 'general', 'bottoms', 'jeans'] ['2718,872,38', 'in', 'love', 'this', 'top', 'is', 'amazing', 'so', 'soft', 'and', 'the', 'off', 'the', 'shoulder', 'part', 'stays', 'where', 'it', 'belongs', 'i', "'m", 'usually', 'a', 'large', 'but', 'got', 'this', 'in', 'a', 'med', 'fits', 'perfectly.,5,1,0', 'general', 'tops', 'knits'] ['2719,984,34', 'perfect', 'for', 'fall', 'been', 'searching', 'for', 'a', 'denim', 'trucker', 'jacket', 'since', 'last', 'fall', 'and', 'was', 'happy', 'to', 'see', 'that', 'retailer', 'had', 'this', 'in', 'stock', 'purchased', 'it', 'online', 'without', 'thinking', 'twice', 'typically', 'due', 'to', 'my', 'small', 'upper', 'frame', 'i', "'m", '5', '4', '130lbs', '34', 'a', 'for', 'referance', 'i', "'m", 'between', 'a', 'size', 'small', 'and', 'an', 'xs', 'bought', 'both', 'and', 'opted', 'for', 'the', 'size', 'small', 'when', 'it', 'arrived'] ['i', 'love', 'the', 'fit', 'slightly', 'cropped', 'in', 'the', 'back', 'and', 'i', 'also', 'like', 'how', 'it', 's', 'lined', 'inside', 'great', 'quality', 'and', 'perfect', 'for', 'fall', ',5,1,9', 'general', 'jackets', 'jackets'] ['2720,872,52', 'really', 'like', 'this', 'top', 'colors', 'are', 'great', 'for', 'summer', 'into', 'fall', 'and', 'beyond', 'can', 'be', 'worn', 'on', 'or', 'off', 'shoulder', 'it', 'is', 'longer', 'but', 'not', 'tunic', 'length', 'covers', 'your', 'bum', 'i', 'have', "n't", 'loved', 'a', 'couple', 'of', 'other', 'off', 'shoulder', 'tops', 'i', 'got', 'at', 'retailer', 'but', 'this', 'one', 'i', 'do', 'the', 'fabric', 'is', "n't", 'puffy', 'so', 'i', 'do', "n't", 'balloon', 'out', 'under', 'the', 'bust', 'i', 'am', '5', '6', '123lbs', 'and', '32d', 'got', 'the', 'small', 'because', 'i', 'wanted', 'length', 'would', 'have', 'even', 'got', 'the', 'medium', 'but', 'the', 'neckline', 'was', 'too', 'wide', ',4,1,6', 'general', 'tops', 'knits'] ['2721,945,22', 'perfect', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'it', "'s", 'comfy', 'and', 'cute', 'looking', 'the', 'sleeves', 'are', 'a', 'little', 'short', 'which', 'i', 'was', "n't", 'expecting', 'but', 'i', 'love', 'it', 'nonetheless', 'just', 'putting', 'that', 'out', 'there', 'in', 'case', 'you', 'could', "n't", 'tell', 'from', 'the', 'picture', 'i', 'ordered', 'an', 'xs', ',5,1,7', 'general', 'tops', 'sweaters'] ['2722,1094,28', 'fall', 'transition', 'dress', 'this', 'is', 'the', 'perfect', 'dress', 'to', 'transition', 'into', 'fall', 'either', 'dressing', 'it', 'up', 'with', 'wedges', 'or', 'down', 'with', 'a', 'leather', 'jacket', 'i', 'have', 'never', 'purchased', 'this', 'brand', 'ranna', 'gill', 'but', 'needed', 'to', 'size', 'up', 'which', 'is', 'rare', 'for', 'me', 'when', 'i', 'shop', 'at', 'retailer', 'it', 'is', 'comfortable', 'and', 'lightweight', 'i', 'marked', 'it', 'down', 'one', 'star', 'on', 'quality', 'because', 'for', 'the', 'price', 'i', 'have', 'already', 'noticed', 'some', 'of', 'the', 'black', 'lace', 'stitching', 'coming', 'undone', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2723,945,23', 'not', 'for', 'me', 'i', 'ordered', 'this', 'with', 'another', 'sweater', 'to', 'compare', 'the', 'two', 'hoping', 'that', 'one', 'would', 'be', 'what', 'i', 'was', 'looking', 'for', 'the', 'stitching', 'on', 'this', 'sweater', 'is', 'beautiful', 'so', 'i', 'honestly', 'expected', 'to', 'keep', 'this', 'one', 'i', 'was', 'looking', 'for', 'a', 'cardigan', 'that', 'was', 'on', 'the', 'longer', 'side', 'as', 'i', 'wear', 'leggings', 'often', 'this', 'cardigan', 'was', 'not', 'as', 'long', 'as', 'it', 'seems', 'in', 'the', 'picture', 'hit', 'at', 'my', 'hips', "5'10", 'tall', 'the', 'material', 'seems', 'stiff', 'and', 'a', 'bit', 'rough', 'the', 'sizing', 'is', 'a', 'bit', 'boxy', 'because', 'it', 'is', 'wide/big', 'cardigan', 'but', 'also', 'short', 'the', 'stitching', 'was', 'just', 'as', ',4,1,2', 'general', 'tops', 'sweaters'] ['2724,1094,62', 'gorgeous', 'but', 'super', 'overpriced', 'yes', 'this', 'is', 'a', 'beautiful', 'print', 'and', 'fits', 'perfectly', 'but', 'it', "'s", 'unlined', 'thin', 'polyester', 'full', 'price', 'is', 'pretty', 'ludicrous', 'on', 'this', 'one', 'tts', 'but', 'might', 'need', 'to', 'size', 'up', 'if', 'you', 'have', 'a', 'larger', 'chest', 'no', 'stretch', 'hoping', 'to', 'grab', 'on', 'sale', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2725,872,48', 'great', 'top', 'loving', 'this', 'top', 'the', 'material', 'is', 'lovely', 'and', 'high', 'quality', 'plus', 'the', 'design', 'is', 'very', 'flattering', 'on', 'body', 'perfect', 'for', 'cooler', 'evenings', 'out', 'did', 'i', 'mention', 'super', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['2726,984,39', 'great', 'shape', 'i', 'purchased', 'this', 'jacket', 'and', 'the', 'levis', 'sherpa', 'denim', 'jacket', 'for', 'comparison', 'i', 'chose', 'this', 'one', 'over', 'the', 'levi', "'s", 'jacket', 'as', 'this', 'one', 'had', 'more', 'shape/curve', 'to', 'the', 'bodice', 'which', 'i', 'wanted', 'i', 'am', 'usually', 'a', 'small', 'but', 'needed', 'a', 'medium', 'in', 'this', 'jacket', 'i', 'have', 'wider', 'shoulders', '34c', 'chest', '28', 'waist', '38', 'hip', '5', '4', '120lbs', ',5,1,0', 'general', 'jackets', 'jackets'] ['2727,1094,41', 'so', 'beautiful', 'love', 'the', 'way', 'this', 'feels', 'epic', 'and', 'flowy', 'and', 'flattering', 'and', 'features', 'my', 'shoulders', 'and', 'de-emphasizes', 'shape', 'and', 'size', 'from', 'waist', 'down', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'it', 'paid', 'off', 'i', "'m", 'wearing', 'it', 'to', 'a', 'wedding', 'this', 'weekend', 'i', 'ca', "n't", 'wait', 'to', 'show', 'it', 'off', 'highly', 'recommended.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2728,21,55', 'love', 'love', 'love', 'just', 'like', 'the', 'afterward', 'lace', 'cardigan', 'i', 'love', 'this', 'so', 'much', 'i', "'ve", 'had', 'the', 'black', 'and', 'white', 'for', 'about', '2', 'years', 'now', 'and', 'they', 'are', 'still', 'intact', 'only', 'the', 'buttons', 'fall', 'off', 'once', 'in', 'a', 'while', 'but', 'that', "'s", 'when', 'i', "'m", 'being', 'aggressive', 'and', 'on', 'the', 'go', 'buttoning', 'the', 'cardigans', 'from', 'this', 'year', 'just', 'add', 'to', 'my', 'knitted', 'and', 'knotted', 'collection', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['2729,1094,33', 'elegant', 'and', 'fun', 'bought', 'this', 'dress', 'for', 'my', 'boho', 'bridal', 'shower', 'and', 'loved', 'it', 'it', 'was', 'perfect', 'for', 'the', 'season', 'and', 'fit', 'like', 'a', 'charm', 'i', 'normally', 'wear', 'a', '4-6', 'and', 'needed', 'the', '2', 'so', 'heads', 'up', 'that', 'they', 'run', 'a', 'little', 'big.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2730,984,42', 'classic', 'and', 'edgy', 'all-in-one', 'i', 'have', "n't", 'owned', 'a', 'denim', 'jacket', 'since', 'college', 'but', 'i', 'felt', 'inspired', 'this', 'season', 'this', 'pilcro', 'jacket', 'is', 'perfect', 'a', 'little', 'distressed', 'along', 'the', 'edges', 'tailored', 'fit', 'and', 'i', 'love', 'the', 'cozy', 'collar', 'looks', 'expensive', 'fits', 'really', 'well', ',5,1,4', 'general', 'jackets', 'jackets'] ['2731,1094,30', 'gorgeous', 'top', 'to', 'bottom', 'this', 'dress', 'fits', 'perfectly', 'and', 'is', 'travels', 'wonderfully', 'through', 'the', 'seasons', 'the', 'color', 'and', 'cut', 'is', 'really', 'flattering', 'and', 'flows', 'nicely', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2732,872,46', 'perfect', 'summer', 'to', 'fall', 'top', 'i', 'bought', 'this', 'in', 'late', 'august', 'and', 'have', 'been', 'wearing', 'it', 'ever', 'since', 'i', 'love', 'that', 'you', 'can', 'wear', 'it', 'either', 'on', 'or', 'off-the-shoulder', 'the', 'second', 'option', 'adds', 'sexiness', 'even', 'though', 'the', 'top', 'is', 'flowy', 'comfortable', 'and', 'easy', 'to', 'wear', 'on', 'the', 'shoulder', 'i', "'ve", 'even', 'worn', 'it', 'to', 'work', 'on', 'casual', 'friday', 'the', 'print', 'is', 'versatile', 'and', 'i', 'like', 'that', 'the', 'fabric', 'has', 'a', 'little', 'heft', 'while', 'still', 'being', 'soft', 'and', 'drapey', 'i', 'definitely', 'recommend', 'especially', 'since', 'i', 'notice', 'it', 'is', 'now', 'on', 'sale', 'it', 'is', 'generously', 'sized', 'so', 'i', "'d", 'recommend', 'erring', ',5,1,0', 'general', 'tops', 'knits'] ['2733,1086,47', 'more', 'colors', 'please', 'i', 'really', 'love', 'this', 'dress', 'and', 'want', 'to', 'buy', 'it', 'but', 'i', 'wo', "n't", 'buy', 'it', 'in', 'white', 'it', 'is', 'just', 'too', 'easy', 'to', 'get', 'dirty', 'i', 'would', 'love', 'a', 'pretty', 'blue', 'or', 'even', 'a', 'darker', 'yellow', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2734,988,25', 'really', 'close', 'to', 'liking', 'it', 'but', 'planning', 'to', 'return', 'the', 'print', 'of', 'this', 'skirt', 'is', 'so', 'fun', 'i', 'love', 'how', 'it', "'s", 'styled', 'on', 'the', 'model', 'and', 'i', 'could', 'see', 'it', 'being', 'very', 'versatile', 'i', 'decided', 'not', 'to', 'keep', 'it', 'because', 'mainly', 'it', 'is', 'pricey', 'and', 'i', "'m", 'afraid', 'it', "'ll", 'get', 'easily', 'damaged', 'if', 'i', 'would', 'wear', 'it', 'i', 'think', 'i', "'d", 'be', 'worried', 'about', 'sitting', 'on', 'a', 'dirty', 'chair', 'or', 'spilling', 'something', 'on', 'my', 'lap', 'and', 'it', 'being', 'really', 'visible', 'and', 'then', 'having', 'to', 'upkeep', 'it', 'through', 'dry', 'cleaning', 'the', 'fabric', "'s", 'nice', 'and', 'good', 'quality', 'but', 'honestly', 'if', 'the', 'skirt', 'were', 'cheaper', 'and', 'the', 'fabric', 'were', 'cotton', 'a', ',4,0,2', 'general', 'bottoms', 'skirts'] ['2735,872,66', 'adorable', 'but', 'different', 'than', 'i', 'expected', 'this', 'top', 'caught', 'my', 'eye', 'right', 'away', 'and', 'i', 'had', 'to', 'have', 'it', 'i', 'am', 'obsessed', 'with', 'everything', 'off', 'the', 'shoulder', 'and', 'this', 'is', 'a', 'great', 'transition', 'piece', 'to', 'wear', 'that', 'off', 'the', 'shoulder', 'look', 'well', 'into', 'fall', 'i', 'was', 'expecting', 'the', 'fabric', 'to', 'be', 'a', 'little', 'lighter', 'and', 'i', "did't", 'realize', 'there', 'would', 'be', 'a', 'ribbed', 'texture', 'to', 'the', 'fabric', 'the', 'shirt', 'is', 'also', 'very', 'long', 'and', 'i', 'feel', 'as', 'though', 'it', 'runs', 'large', 'that', 'being', 'said', 'it', 'looks', 'super', 'cute', 'on', 'and', 'i', 'intend', 'to', 'style', 'it', 'just', 'as', 'shown', 'in', 'these', 'pictures', 'with', 'zipper', 'accented', 'skinny', 'jean,4,1,5', 'general', 'tops', 'knits'] ['2736,872,41', 'on', 'trend', 'cute', 'off-the-shoulder', 'top', 'with', 'a', 'dark', 'floral', 'motif', 'totally', 'on', 'trend', 'for', 'fall', 'as', 'previous', 'reviews', 'mentioned', 'material', 'is', 'ribbed', 'which', 'makes', 'it', 'look', 'a', 'bit', 'like', 'corduroy', 'but', 'it', 'is', 'not', 'thick', 'so', 'it', 'just', 'makes', 'it', 'seem', 'more', 'appropriate', 'for', 'colder', 'weather', 'i', 'think', 'it', 'will', 'be', 'great', 'with', 'skinny', 'jeans', 'and', 'a', 'choker', ',4,1,0', 'general', 'tops', 'knits'] ['2737,988,26', 'my', 'heart', 'broke', 'a', 'little', 'when', 'i', 'received', 'this', 'skirt', 'this', 'skirt', 'for', 'sure', 'was', 'the', 'most', 'disappointing', 'thing', 'i', "'ve", 'ever', 'ordered', 'from', 'retailer', 'it', 'looks', 'like', 'an', 'all', 'white', 'skirt', 'that', 'has', 'a', 'little', 'stiffness', 'to', 'it', 'but', 'looks', 'are', 'deceiving', 'it', 'has', 'this', 'weird', 'checkered', 'patten', 'and', 'there', 'is', 'no', 'shape', 'to', 'the', 'skirt', 'at', 'all', 'there', 'are', 'also', 'weird', 'stitching', 'lines', 'one', 'more', 'thing', 'that', 'i', 'did', "n't", 'like', 'about', 'the', 'skirt', 'was', 'that', 'it', "'s", 'a', 'cream-ish', 'color', 'not', 'even', 'the', 'cute', 'flamingos', 'will', 'make', 'me', 'keep', 'this', 'skirt', 'it', "'s", 'going', 'back.,2,0,3', 'general', 'bottoms', 'skirts'] ['2738,921,32', 'love', 'love', 'this', 'cardigan', 'the', 'quality', 'is', 'beautiful', 'and', 'and', 'comfortable', 'i', 'think', 'the', 'cable', 'stitching', 'and', 'pockets', 'add', 'such', 'a', 'unique', 'touch.,5,1,1', 'general', 'tops', 'sweaters'] ['2739,1094,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2740,1086,48', 'too', 'sheer', 'the', 'dress', 'is', 'beautiful', 'on', 'the', 'model', 'in', 'person', 'it', "'s", 'sheer', 'but', 'i', 'could', 'have', 'dealt', 'with', 'that', 'if', 'the', 'fit', 'had', 'been', 'great', 'i', 'am', '5', '4', 'and', 'the', 'petite', 'was', 'too', 'short', 'and', 'the', 'regular', 'too', 'long', 'both', 'are', 'very', 'boxy', 'and', 'seem', 'to', 'run', 'big', 'even', 'the', 'size', 'small', 'in', 'both', 'petite', 'and', 'regular', 'were', 'too', 'big', 'on', 'me', 'and', 'usually', 'in', 'cloth', 'and', 'stone', 'size', 'small', 'is', 'perfect', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'ended', 'up', 'returning', 'several', 'sizes', 'in', 'my', 'attempt', 'to', 'find', 'the', 'perfect', 'size', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['2741,872,66', 'not', 'for', 'me.', 'i', 'did', "n't", 'plan', 'to', 'wear', 'this', 'off', 'shoulder', 'sadly', 'the', 'neck', 'is', 'too', 'loose', 'and', 'big', 'if', 'worn', 'on', 'shoulder', 'the', 'fabric', 'is', 'nice', 'i', 'liked', 'the', 'vintage', 'looking', 'design', 'that', "'s", 'black', 'with', 'purple', 'flowers', 'the', 'body', 'has', 'a', 'lot', 'of', 'fabric', 'and', 'although', 'i', 'ordered', 'size', 'large', 'i', 'would', 'size', 'down', 'to', 'a', 'medium', 'if', 'i', 'were', 'to', 'reorder', 'do', "n't", 'think', 'i', 'will', 'though', ',3,1,2', 'general', 'tops', 'knits'] ['2742,1094,22', 'love', 'love', 'love', 'this', 'dress', 'i', 'absolutely', 'love', 'the', 'color', 'cut', 'and', 'style', 'of', 'this', 'maxi', 'the', 'high', 'neck', 'and', 'drop', 'waist', 'are', 'both', 'so', 'flattering', 'the', 'color', 'and', 'design', 'is', 'gorgeous', 'as', 'you', "'d", 'expect', 'from', 'rana', 'gill', 'i', 'got', 'my', 'normal', 'size', '8', 'and', 'it', 'was', 'perfect', 'i', 'would', 'have', 'expected', 'the', 'fabric', 'to', 'be', 'a', 'little', 'heavier', 'but', 'it', 'works', 'as', 'a', 'late', 'summer', 'early', 'fall', 'dress', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['2743,984,28', 'stranger', 'things', 'look', 'i', 'got', 'this', 'jacket', 'after', 'being', 'inspired', 'by', 'the', 'looks', 'from', 'stranger', 'things', 'and', 'love', 'that', 'the', 'fuzzy', 'collar', 'style', 'is', 'coming', 'back', 'i', 'tend', 'to', 'wear', 'medium', 'shirts', 'and', 'large', 'jackets/coats', 'to', 'fit', 'my', 'long', 'arms', 'and', 'the', 'sleeves', 'are', 'a', 'great', 'length', 'for', 'me', 'the', 'lining', 'has', 'a', 'gorgeous', 'pattern', 'on', 'the', 'inside', 'too', 'the', 'buttons', 'were', 'difficult', 'to', 'button', 'at', 'first', 'but', 'became', 'easier', 'over', 'time', 'as', 'the', 'fabric', 'softened', 'i', 'also', 'bought', 'a', 'pilcro', 'skirt', 'and', 'it', "'s", 'comfortable', 'too', 'so', 'overall', 'i', '39', 'm', 'very', 'happy', 'with', 'this', 'brand', ',5,1,0', 'general', 'jackets', 'jackets'] ['2744,872,55', 'great', 'casual', 'or', 'dressy', 'top', 'i', 'was', 'really', 'suprised', 'when', 'i', 'received', 'this', 'top', 'it', 'was', 'a', 'knit', 'more', 'like', 'a', 't-shirt', 'material', 'which', 'i', 'really', 'like', 'this', 'way', 'you', 'can', 'wear', 'casual', 'as', 'well', 'as', 'dressing', 'it', 'up', 'it', 'is', 'not', 'see', 'thru', 'at', 'all', 'and', 'it', 'stay', 'off', 'the', 'shoulder', 'the', 'one', 'thing', 'i', 'dont', 'like', 'is', 'the', 'elastic', 'band', 'at', 'top', 'is', 'too', 'wide', 'but', 'overall', 'ita', 's', 'keeper', ',4,1,1', 'general', 'tops', 'knits'] ['2745,1022,57', 'so', 'happy', 'i', 'treated', 'myself', 'i', 'love', 'these', 'jeans', 'the', 'are', 'so', 'soft', 'so', 'comfortable', 'nice', 'fabric', 'weight', 'not', 'too', 'heavy', 'or', 'stiff', 'at', 'all', 'very', 'flattering', 'best', 'of', 'all', 'they', 'move', 'with', 'you', 'but', 'do', 'not', 'completely', 'stretch', 'out', 'by', 'the', 'end', 'of', 'the', 'day', 'i', 'am', 'on', 'retailer', 'site', 'now', 'to', 'purchase', 'another', 'color~', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['2746,1086,22', 'cute', 'but', 'needs', 'a', 'lining', 'i', 'love', 'cloth', 'stone', 'clothes', 'and', 'have', 'this', 'version', 'in', 'a', 'long', 'sleeved', 'shirt', 'it', 'is', 'a', 'little', 'boxy', 'but', 'the', 'weight', 'of', 'the', 'fabric', 'helps', 'with', 'hang', 'of', 'it', 'i', 'love', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'weight', 'of', 'it', 'for', 'a', 'summer', 'dress', 'yet', 'it', 'is', 'too', 'sheer', 'for', 'a', 'summer', 'dress', 'it', 'needs', 'a', 'liner', 'or', 'little', 'cami', 'dress', 'to', 'wear', 'under', 'it', 'to', 'keep', 'it', 'from', 'being', 'see', 'through', 'however', 'for', 'a', 'texas', 'summer', 'that', 'defeats', 'the', 'point', 'of', 'a', 'loose', 'easy', 'dress', 'to', 'throw', 'on', 'i', 'sadly', 'sent', 'mine', 'back', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2747,732,43', 'unique', 'little', 'socks', 'unique', 'pattern', 'got', 'lots', 'of', 'compliments', 'great', 'fall', 'accessory', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['2748,868,36', 'not', 'good', 'i', 'loved', 'this', 'color', 'and', 'ordered', 'it', 'online', 'because', 'i', 'thought', 'it', 'would', 'work', 'for', 'both', 'casual', 'and', 'work', 'days', 'dressed', 'up', 'a', 'little', 'ummmmm', 'no', 'it', "'s", 'weird', 'and', 'boxy', 'and', 'does', 'not', 'look', 'at', 'all', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 'think', 'maybe', 'if', 'you', 'have', 'no', 'bust', 'whatsoever', 'and', 'size', 'way', 'down', 'it', 'would', 'look', 'okay', 'i', "'m", 'only', 'a', '34b', 'weigh', '110', 'pounds', '5', '3', 'and', 'it', 'made', 'me', 'look', 'huge', 'and', 'awkward', 'this', 'is', 'going', 'back', ',2,0,5', 'general', 'tops', 'knits'] ['2749,872,42', 'must', 'have', 'love', 'this', 'top', 'i', 'just', 'purchased', 'this', 'shirt', 'from', 'my', 'local', 'retailer', 'store', 'i', 'noticed', 'it', 'when', 'i', 'walked', 'in', 'and', 'saw', 'it', 'on', 'display', 'it', "'s", 'stylish', 'comfortable', 'and', 'subtle', 'it', 'runs', 'large', 'so', 'size', 'down', 'normally', 'i', 'wear', 'a', 'medium', 'in', 'retailer', 'tops', 'but', 'needed', 'a', 'small', 'the', 'flower', 'print', 'is', 'small', 'and', 'the', 'colors', 'are', 'muted', 'against', 'the', 'black', 'pairs', 'well', 'with', 'several', 'colors', 'black', 'like', 'model', 'dark', 'denim', 'olive', 'green', 'and', 'mauve', 'the', 'display', 'had', 'it', 'tucked', 'into', 'a', 'soft', 'khaki', 'colored', 'pair', 'of', 'pants', 'that', 'worked', 'as', 'well', ',4,1,2', 'general', 'tops', 'knits'] ['2750,1094,39', 'i', 'usually', 'have', 'to', 'order', 'a', 'size', 'up', 'in', 'ranna', 'gill', 'dresses', 'because', 'of', 'tight', 'bodices', 'i', 'did', 'this', 'time', 'and', 'it', "'s", 'too', 'big', 'so', 'i', 'would', 'stay', 'tts', 'or', 'size', 'down', 'depending', 'on', 'your', 'bust', 'size', 'color', 'is', 'more', 'moss/olive', 'green', 'with', 'a', 'gray', 'undertone', 'than', 'shown', 'online', 'no', 'liner', 'and', 'the', 'fabric', 'is', 'a', 'smooth', 'polyester', 'that', 'feels', 'more', 'summer', 'weight', 'than', 'autumn', 'gorgeous', 'embroidery', 'on', 'the', 'chest', 'teeny', 'tiny', 'neck', 'button', 'closure', 'and', 'fussy', 'side', 'zip', 'i', 'am', '5', '3', 'and', 'purchased', 'petite', 'but', 'it', 'is', 'still', 'too', 'long', 'unless', 'i', 'wear', 'my', 'f', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['2751,868,33', 'does', "n't", 'wash', 'well', 'i', 'purchased', 'this', 'top', 'on', 'sale', 'and', 'was', 'really', 'excited', 'about', 'the', 'style', 'it', 'fit', 'great', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'washed', 'it', 'once', 'according', 'to', 'the', 'care', 'instructions', 'after', 'washing', 'it', 'in', 'cold', 'water', 'and', 'allowing', 'it', 'to', 'air', 'dry', 'it', 'was', 'basically', 'ruined', 'it', 'shrunk', 'up', 'in', 'length', 'widened', 'out', 'about', 'two', 'inches', 'i', "'m", 'pretty', 'bummed', 'about', 'it', 'because', 'it', 'was', 'cute', ',1,0,3', 'general', 'tops', 'knits'] ['2752,872,36', 'love', 'it', 'saw', 'this', 'in', 'the', 'store', 'and', 'immediately', 'liked', 'it', 'when', 'i', 'tried', 'it', 'on', 'i', 'loved', 'it', 'colors', 'are', 'muted', 'and', 'the', 'style', 'is', 'very', 'flattering', 'the', 'fabric', 'drapes', 'nicely', 'but', 'is', 'not', 'too', 'heavy', 'which', 'is', 'perfect', 'for', 'me', 'to', 'wear', 'all', 'through', 'winter', 'in', 'the', 'south', 'length', 'is', 'perfect', 'for', 'me', '5', '8', 'it', 'does', 'look', 'great', 'off', 'the', 'shoulders', 'but', 'i', 'also', 'think', 'it', 'can', 'be', 'worn', 'up', 'on', 'the', 'shoulders', 'for', 'a', 'more', 'work-appropriate', 'look', 'it', 'does', 'run', 'slightly', 'large', 'i', 'wear', 'a', 'large', 'but', 'went', 'with', 'a', 'medium', 'in', 'this', 'one', 'so', 'it', 'would', "n't", 'be', 'to', ',5,1,0', 'general', 'tops', 'knits'] ['2753,1086,52', 'simple', 'well-made', 'dress', 'but', 'needs', 'a', 'slip', 'this', 'dress', 'was', 'almost', 'perfect', 'but', 'the', 'white', 'was', 'just', 'a', 'bit', 'too', 'sheer', 'to', 'be', 'worn', 'without', 'a', 'slip', 'i', 'wear', 'a', 'lot', 'of', 'cloth', 'and', 'stone', 'pieces', 'and', 'i', 'generally', 'like', 'the', 'fabrication', 'which', 'is', 'a', 'bit', 'thicker', 'than', 'some', 'in', 'a', 'top', 'the', 'white', 'of', 'cloth', 'and', 'stone', 'is', 'sheer', 'without', 'being', 'vulgar', 'however', 'translated', 'to', 'a', 'dress', 'it', 'becomes', 'a', 'bit', 'too', 'sheer', 'in', 'certain', 'areas', 'even', 'with', 'a', 'nude', 'bra', 'and', 'underwear', 'i', 'could', 'see', 'everything', 'it', 'might', 'make', 'a', 'good', 'bathing', 'suit', 'coverup', 'though'] ['the', 'fit', 'is', 'tts', '36c', 'broad', 'should', ',4,1,23', 'general', 'petite', 'dresses', 'dresses'] ['2754,1094,32', 'so', 'flattering', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'for', 'our', 'upcoming', 'family', 'pictures', 'i', 'don', '39', 't', 'think', 'the', 'image', 'does', 'the', 'dress', 'justice', 'the', 'fit', 'is', 'so', 'flattering', 'and', 'slimming', 'i', 'feel', 'like', 'it', 'can', 'easily', 'be', 'dressed', 'down', 'too', 'with', 'a', 'cute', 'jacket', 'in', 'either', 'denim', 'or', 'leather', 'the', 'material', 'is', 'thinner', 'and', 'it', 'does', 'wrinkle', 'a', 'bit', 'the', 'price', 'tag', 'is', 'a', 'tad', 'high', 'also', 'for', 'a', 'thin', 'maxi', 'dress', 'but', 'i', 'just', 'had', 'to', 'have', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2755,1123,52', 'worth', 'the', 'investment', 'this', 'vest', 'is', 'a', 'stunner', 'the', 'dark', 'brown', 'suede', 'is', 'so', 'beautiful', 'the', 'bronze', 'grommets', 'on', 'the', 'front', 'are', 'a', 'perfect', 'enhancement', 'to', 'the', 'vest', 'it', "'s", 'hard', 'to', 'see', 'in', 'the', 'picture', 'but', 'the', 'stitching', 'is', 'also', 'top', 'notch', 'yes', 'it', 'is', 'a', 'little', 'pricey', 'but', 'it', "'s", 'an', 'investment', 'piece', 'that', 'you', 'will', 'wear', 'and', 'not', 'only', 'get', 'a', 'ton', 'of', 'compliments', 'but', 'feel', 'special', 'when', 'wearing', 'it', 'too', 'it', "'s", 'a', 'keeper', ',5,1,2', 'general', 'petite', 'jackets', 'outerwear'] ['2756,872,34', 'great', 'fall', 'top', 'i', 'bought', 'this', 'top', 'to', 'wear', 'this', 'fall', 'and', 'it', 'does', 'not', 'disappoint', 'it', "'s", 'a', 'heavier', 'light', 'knit', 'and', 'the', 'pattern', 'is', 'subtle', 'but', 'really', 'pretty', 'i', 'ordered', 'a', 'size', 'smaller', 'than', 'i', 'usually', 'wear', 'so', 'that', 'i', 'can', 'wear', 'it', 'on', 'or', 'off', 'the', 'shoulder', 'making', 'this', 'great', 'for', 'work', ',4,1,1', 'general', 'tops', 'knits'] ['2757,878,43', 'disappointing', 'i', 'love', 'sundry', 'and', 'their', 'fun', 'designs', 'i', 'was', 'disappointed', 'because', 'the', 'fabric', 'is', 'very', 'thin', 'and', 'the', 'dark', 'part', 'of', 'the', 'heart', 'is', 'not', 'black', 'but', 'bluish', 'slate', 'grey', 'it', 'is', 'just', 'not', 'what', 'i', 'expected', 'from', 'the', 'picture', 'i', 'bought', 'the', 'xs', 'and', 'it', 'felt', 'baggy', 'on', 'the', 'body.,1,0,3', 'general', 'tops', 'knits'] ['2758,1086,62', 'cute', 'summery', 'print', 'i', 'could', "n't", 'resist', 'the', 'toucan', 'print', 'when', 'i', 'saw', 'this', 'online', 'and', 'ordered', 'in', 'my', 'normal', 'size', 's', '27/4', 'in', 'pants', '34b', 'bust', '5', '7', 'the', 'fit', 'is', 'perfect', 'arm', 'holes', 'are', 'an', 'appropriate', 'size', 'not', 'huge', 'like', 'some', 'dresses', 'semi-fitted', 'and', 'flattering', 'nice', 'length', 'for', 'work', 'and', 'the', 'tie', 'front', 'is', 'a', 'nice', 'detail', 'to', 'help', 'define', 'the', 'waist', 'length', 'is', 'about', 'the', 'same', 'as', 'the', 'model', 'shot', 'i', 'knocked', 'off', 'a', 'star', 'for', 'quality', 'since', 'the', 'fabric', 'is', 'not', 'particularly', 'breathable', 'for', 'summer', 'and', 'the', 'zipper', 'is', 'a', 'little', 'tough', 'in', 'the', 'wais', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['2759,878,42', 'seeeee', 'thru', 'this', 'is', 'baggy', 'on', 'me', 'in', 'my', 'regular', 'size', 'this', 'happens', 'to', 'be', 'a', 'good', 'thing', 'because', 'it', "'s", 'also', 'very', 'thin', 'tissue', 'thin', 'material', 'the', 'reason', 'that', "'s", 'a', 'good', 'thing', 'is', 'i', 'can', 'wear', 'another', 't-', 'shirt', 'under', 'it', 'with', 'all', 'that', 'extra', 'room', 'and', 'it', 'hangs', 'nicely', 'i', "'m", 'hoping', 'it', 'shrinks', 'a', 'bit', 'when', 'i', 'wash', 'it', 'in', 'hot', 'water.the', 'design', 'on', 'the', 'front', 'is', 'the', 'only', 'real', 'reason', 'i', "'m", 'keeping', 'it.,3,1,4', 'general', 'tops', 'knits'] ['2760,878,33', 'love', 'this', 'shirt', 'it', "'s", 'perfect', 'it', "'s", 'so', 'perfect', 'that', 'i', 'bought', 'two', 'it', 'is', 'boxy', 'but', 'it', 'has', 'a', 'lovely', 'drape', 'please', 'note', 'the', 'heart', 'is', 'navy', 'blue', 'and', 'not', 'so', 'black', 'as', 'shown', 'it', "'s", 'a', 'thin', 'shirt', 'and', 'i', 'know', 'it', 'wo', "n't", 'last', 'a', 'super', 'long', 'time', 'hence', 'the', 'back', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['2761,1080,24', 'so', 'short', 'so', 'despite', 'reviewers', 'saying', 'this', 'was', 'too', 'short', 'i', 'decided', 'to', 'try', 'it', 'anyways', 'the', 'dress', 'is', 'adorable', 'the', 'print', 't', 'g', 'e', 'pockets', 'so', 'cute', 'but', 'the', 'description', 'is', 'incorrect', 'the', 'petite', 'falls', '30', 'from', 'shoulder', 'which', 'means', 'it', "'s", 'right', 'under', 'your', 'bum', 'so', 'you', 'move', 'anyway', 'and', 'someone', 'gets', 'a', 'show', 'it', "'s", 'unfortunate', 'because', 'this', 'dress', 'is', 'adorable', 'it', 'would', 'fit', 'tts', 'except', 'length', 'unfortunately', 'this', 'one', 'has', 'to', 'go', 'back.,3,0,0', 'general', 'dresses', 'dresses'] ['2762,1086,41', 'lovely', 'little', 'number', 'this', 'is', 'a', 'wow', 'dress', 'as', 'far', 'as', 'fit', 'if', 'you', 'are', 'a', 'voluptuous', 'or', 'hourglass', 'figure', 'woman', 'i', 'have'] ['a', '38inch', 'bust', 'and', 'the', 'medium', 'fit', 'perfectly', 'the', 'whole', 'dress', 'fit', 'perfectly', 'i', "'m", 'so', 'glad', 'i', 'took', 'a', 'risk', 'and', 'ordered', 'it', 'i', 'wish', 'it', 'was', 'made', 'from', 'a', 'better', 'material'] ['like', 'cotton', 'versus', 'polyester', 'but', 'it', 'has', 'such', 'a', 'nice', 'fit', 'that', 'i', "'ll", 'forgive', 'the', 'material', 'choice', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2763,878,34', ',,5,1,0', 'general', 'tops', 'knits'] ['2764,1080,35', 'cute', 'go', 'to', 'dress', 'i', 'was', 'nervous', 'about', 'this', 'dress', 'due', 'to', 'the', 'reviews', 'saying', 'it', 'was', 'odd', 'and', 'the', 'colors', 'being', 'different', 'but', 'these', 'were', "n't", 'issues', 'for', 'me', 'the', 'color', 'is', 'navy', 'it', 'has', 'the', 'loops', 'at', 'the', 'sides', 'of', 'the', 'dress', 'to', 'hold', 'the', 'belt', 'on', 'but', 'it', 'also', 'has', 'a', 'loop', 'in', 'the', 'front', 'center', 'of', 'the', 'dress', 'which', 'i', 'think', 'is', 'nice', 'no', 'one', 'likes', 'a', 'limp', 'bow', 'the', 'belt', 'is', 'nothing', 'to', 'write', 'home', 'about', 'but', 'it', 'ties', 'the', 'dress', 'together', 'nicely'] ['the', 'front', 'pocket', 'is', 'different', 'but', 'i', 'really', 'like', 'it', 'i', 'had', 'a', 'hard', 'time', 'conceptualizing', 'it', 'before', ',5,1,0', 'general', 'dresses', 'dresses'] ['2765,1086,39', 'whimsical', 'style', 'what', 'an', 'adorable', 'print', 'yes', 'it', 'may', 'be', 'a', 'bit', 'juvenile', 'for', 'someone', 'my', 'age', 'but', 'i', 'do', "n't", 'care', 'the', 'toucans', 'are', 'rendered', 'in', 'soft', 'primary', 'colors', 'the', 'skirt', 'is', 'swingy', 'but', 'not', 'poufy', 'whole', 'dress', 'is', 'lined', 'so', 'thankfully', 'it', "'s", 'not', 'a', 'see', 'through', 'white', 'fabric', 'the', 'bodice', 'in', 'medium', 'petite', 'fits', 'me', 'just', 'perfectly', '36dd', 'so', 'if', 'you', 'are', 'slender', 'on', 'top', 'size', 'down', 'agree', 'with', 'the', 'previous', 'reviewer', 'about', 'the', 'zipper', 'which', 'i', 'find', 'to', 'be', 'cheap', 'and', 'irritating', 'especially', 'when', 'zipping', 'over', 'the', 'waistband', 'worried', 'abo', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2766,878,62', 'i', 'really', 'love', 'this', 'tee', 'but', 'the', 'fit', 'can', 'be', 'boxy', 'so', 'i', 'ordered', 'it', 'online', 'in', 'a', 'size', '0', 'and', 'am', 'very', 'happy', 'with', 'how', 'it', 'fits', 'me', 'i', "'ve", 'worn', 'it', 'with', 'skinny', 'jeans', 'and', 'have', 'gotten', 'complimented', 'repeatedly', ',4,1,0', 'general', 'tops', 'knits'] ['2767,868,44', 'great', 'top', 'if', 'you', 'get', 'the', 'right', 'size', 'this', 'top', 'is', 'so', 'soft', 'simple', 'and', 'such', 'a', 'closet', 'staple', 'if', 'you', 'get', 'the', 'right', 'size', 'for', 'reference', 'i', 'am', '5', '3', '128', 'lbs', 'and', 'i', 'ordered', 'the', 'petite', 'medium', 'it', "'s", 'perfect', 'the', 'black', 'is', 'a', 'great', 'color', 'hard', 'to', 'describe', 'kind', 'of', 'soft', 'with', 'some', 'warm', 'blush', 'tones', 'i', 'also', 'ordered', 'the', 'white', 'and', 'the', 'peach', 'great', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'tops', 'knits'] ['2768,972,72', 'the', 'kimono', 'is', 'as', 'pictured', 'the', 'colors', 'are', 'true', 'to', 'what', 'is', 'shown', 'on', 'line', 'though', 'the', 'description', 'indicates', 'green', 'multi', 'it', 'is', 'not', 'green', 'i', 'returned', 'the', 'item', 'however', 'the', 'quality', 'is', 'fine', 'but', 'it', 'seemed', 'extremely', 'over-priced', 'to', 'me', 'it', 'seems', 'to', 'me', 'that', 'half', 'the', 'price', 'would', 'be', 'fair', 'for', 'the', 'quality', ',3,0,5', 'general', 'jackets', 'jackets'] ['2769,868,50', 'adorable', 'i', 'bought', 'this', 'shirt', 'for', 'my', '16', 'year', 'old', 'daughter', 'it', 'looked', 'adorable', 'on', 'her', 'she', 'loved', 'it', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'the', 'fabric', 'felt', 'like', 'a', 'great', 'quality', 'and', 'the', 'color', 'was', 'quite', 'unique.,4,1,0', 'general', 'tops', 'knits'] ['2770,868,43', 'cute', 'and', 'swingy', 'this', 'top', 'runs', 'large', 'i', 'had', 'no', 'problem', 'sizing', 'down', 'one', 'size', 'and', 'could', 'have', 'gone', 'down', 'two', 'sizes', 'if', 'not', 'for', 'the', 'bust', 'area', 'i', 'ordered', 'this', 'tee', 'in', 'the', 'distressed', 'black', 'color', 'in', 'real', 'life', 'it', "'s", 'more', 'like', 'distressed', 'charcoal', 'gray', 'and', 'really', 'like', 'the', 'fit', 'the', 'asymmetric', 'peplum', 'is', 'unusual', 'and', 'cut', 'at', 'a', 'flattering', 'angle', 'i', 'also', 'really', 'like', 'that', 'this', 'top', 'is', 'not', 'short', 'i', 'often', 'have', 'trouble', 'with', 'length', 'at', 'retailer', 'being', 'long', 'in', 'the', 'torso', 'even', 'going', 'down', 'a', 'size', 'the', 'length', 'is', 'great', 'overall', 'i', 'like', 'that', 't', ',5,1,6', 'general', 'tops', 'knits'] ['2771,868,40', ',this', 'top', 'runs', 'larger', 'so', 'size', 'down', 'i', 'love', 'it', 'besides', 'that', 'it', "'s", 'adorable', ',5,1,0', 'general', 'tops', 'knits'] ['2772,1081,22', 'fabulous', 'dress', 'love', 'love', 'love', 'this', 'dress', 'quality', 'and', 'fabric', 'are', 'terrific', 'design', 'is', 'a', 'little', '50s', 'throwback', 'fits', 'well', 'and', 'flatters', 'the', 'body', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2773,868,33', 'i', 'really', 'like', 'it', 'this', 'top', 'looks', 'great', 'with', 'a', 'long', 'straight', 'skirt', 'the', 'grey', 'with', 'a', 'black', 'skirt', 'and', 'skinny', 'jeans', 'i', 'can', 'understand', 'why', 'the', 'style', 'might', 'not', 'work', 'for', 'everyone', 'but', 'for', 'me', 'it', "'s", 'a', 'perfect', 'blend', 'of', 'elegant', 'and', 'funky', 'i', "'m", 'sometimes', 'a', 'medium', 'sometimes', 'a', 'large', 'and', 'the', 'medium', 'work', 'well', 'for', 'me', 'so', 'if', 'in', 'doubt', 'size', 'down', ',4,1,2', 'general', 'tops', 'knits'] ['2774,864,46', 'too', 'much', 'fabric', 'this', 'blouse', 'has', 'too', 'much', 'drapey', 'fabric', 'and', 'it', "'s", 'just', 'not', 'flattering', 'in', 'the', 'front', 'part', 'of', 'the', 'blouse', 'the', 'fabric', 'is', 'relatively', 'short', 'but', 'the', 'sleeves', 'have', 'so', 'much', 'excess', 'fabric', 'it', 'almost', 'looks', 'like', 'a', 'clown', 'suit', 'sending', 'back', ',1,0,0', 'general', 'tops', 'knits'] ['2775,827,53', 'off', 'or', 'on', 'the', 'shoulder', 'the', 'top', 'is', 'nice', 'good', 'quality', 'etc', 'but', 'how', 'do', 'you', 'keep', 'the', "'off", 'the', 'shoulder', 'off', 'the', 'shoulder', 'mine', 'keeps', 'inching', 'up', 'until', 'it', "'s", 'just', 'a', 'boring', 'white', 'top', 'with', 'a', 'strange', 'loose', 'neckline', ',2,0,0', 'general', 'tops', 'blouses'] ['2776,868,42', 'love', 'it', 'i', 'tried', 'this', 'black', 'motif', 'on', 'yesterday', 'in', 'my', 'local', 'retailer', 'store', 'and', 'fell', 'in', 'love', 'after', 'sizing', 'down', 'i', 'do', 'have', 'to', 'agree', 'with', 'previous', 'reviewers', 'that', 'this', 'top', 'runs', 'large', 'i', 'am', 'typically', 'a', 's', 'but', 'sized', 'down', 'to', 'xs', 'and', 'the', 'fit', 'was', 'not', 'even', 'slightly', 'snug', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'and', 'i', 'love', 'the', 'asymmetrical', 'draped', 'skirted', 'bottom', 'very', 'funky', 'and', 'arty-looking', 'i', 'am', '5', '5', 'and', 'the', 'regular', 'length', 'was', 'great', 'on', 'me', 'as', 'much', 'as', 'i', 'will', 'enjoy', 'wearing', 'it', 'all', 'summer', 'i', 'also', 'ca', "n't", 'wait', 'to', 'layer', 'it', ',5,1,3', 'general', 'tops', 'knits'] ['2777,868,29', 'bulky', 'i', 'wanted', 'to', 'like', 'this', 'top', 'as', 'i', 'usually', 'adore', 'a', 'cute', 'peplum', 'feature', 'when', 'i', 'tried', 'it', 'on', 'yesterday', 'in', 'the', 'store', 'i', 'was', 'disappointed', 'by', 'how', 'wide', 'and', 'bulky', 'is', 'it', 'i', 'am', 'petite', '5', '2', '110', 'lbs', 'and', 'i', 'tried', 'my', 'usual', 'xs', 'the', 'fabric', 'was', 'substantial', 'and', 'of', 'a', 'high', 'quality', 'but', 'unfortunately', 'in', 'this', 'design', 'that', 'became', 'a', 'bad', 'thing', 'as', 'the', 'bottom', 'of', 'the', 'shirt', 'balooned', 'out', 'around', 'me', 'it', 'was', 'very', 'unflattering', 'and', 'i', 'felt', 'lost', 'in', 'the', 'shirt', 'definitely', 'try', 'it', 'on', 'for', 'yourself', 'before', 'purchasing', ',3,0,1', 'general', 'tops', 'knits'] ['2778,997,52', ',,4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['2779,868,59', 'so', 'great', 'just', 'got', 'the', 'small', 'peach', 'in', 'the', 'mail', 'love', 'it', 'also', 'got', 'the', 'black', 'small', 'petite', 'works', 'great', 'as', 'this', 'shirt', 'is', 'pretty', 'long', 'great', 'boho', 'tee.,5,1,0', 'general', 'tops', 'knits'] ['2780,864,38', 'hidden', 'treasure', 'i', 'found', 'this', 'today', 'on', 'the', 'one', 'and', 'only', 'rack', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'i', 'bought', 'my', 'normal', 'size', 'medium', 'and', 'it', 'fit', 'perfectly', 'other', 'customers', 'were', 'asking', 'where', 'they', 'could', 'find', 'it', 'in', 'the', 'store', 'i', 'highly', 'recommend', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2781,868,25', 'no', 'i', 'thought', 'i', 'would', 'love', 'this', 'shirt', 'because', 'it', 'goes', 'along', 'with', 'my', 'style', 'but', 'i', 'returned', 'it', 'immediately', 'it', 'runs', 'so', 'large', 'the', 'colors', 'are', 'faded', 'and', 'the', 'trim', 'of', 'the', 'shirt', 'curl', 'over', 'so', 'it', 'looks', 'cheap', 'and', 'frumpy', 'i', 'do', 'not', 'recommend', 'this', 'it', 'hits', 'in', 'all', 'the', 'wrong', 'places', ',2,0,0', 'general', 'tops', 'knits'] ['2782,868,31', 'love', 'it', 'i', 'love', 'the', 'way', 'this', 'top', 'fits', 'and', 'the', 'way', 'it', 'flows', 'i', 'have', 'it', 'in', 'two', 'colors.,5,1,0', 'general', 'tops', 'knits'] ['2783,864,36', 'pretty', 'and', 'classic', 'this', 'blouse', 'is', 'pretty', 'and', 'drapes', 'wonderfully', 'i', 'do', "n't", 'think', 'it', "'s", 'too', 'wide', 'at', 'all', 'it', "'s", 'soft', 'and', 'comfortable', 'it', "'s", 'stretchy', 'yet', 'with', 'quality', 'fabric', 'that', 'should', 'keep', 'its', 'shape', 'definitely', 'a', 'classic', 'piece', 'the', 'sale', 'price', 'makes', 'the', 'cost', 'more', 'appropriate', 'the', 'white', 'is', 'a', 'little', 'transparent', 'but', 'with', 'a', 'tank', 'it', "'s", 'not', 'a', 'problem', 'the', 'black', 'is', 'beautiful', 'i', "'m", 'having', 'a', 'hard', 'time', 'choosing', 'between', 'them', 'i', 'love', 'the', 'cut', 'and', 'sleeve', 'details', 'it', 'would', "n't", 'have', 'looked', 'right', 'with', 'less', 'fabric', 'it', "'s", 'needed', 'for', 'the', 'sty', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2784,868,35', 'modern', 'swing', 'this', 'is', 'a', 'modern', 'version', 'of', 'the', 'peplum', 'top', 'and', 'very', 'flattering', 'if', 'you', 'do', "n't", 'mind', 'flowy', 'cuts', 'the', 'material', 'has', 'a', 'nice', 'heaviness', 'to', 'it', 'and', 'i', 'love', 'the', 'black', 'pebbled', 'effect', '34', 'd', '130', 'lbs', 'fit', 'small', 'perfectly', ',4,1,3', 'general', 'tops', 'knits'] ['2785,868,25', ',this', 'is', 'my', 'new', 'favorite', 'shirt', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'so', 'comfy', 'and', 'totally', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['2786,1099,32', 'shrank', 'this', 'is', 'a', 'very', 'cute', 'dress', 'it', 'was', 'perfect', 'before', 'i', 'washed', 'it', 'the', 'problems', 'i', 'had', 'after', 'washing', 'it', 'was', 'the', 'outer', 'cotton', 'layer', 'of', 'the', 'dress', 'shrunk', 'length', 'wise', 'while', 'the', 'inside', 'black', 'lining', 'did', 'not', 'so', 'the', 'black', 'lining', 'peeks', 'out', 'a', 'good', 'inch', 'or', 'two', 'and', 'since', 'the', 'dress', 'is', 'shorter', 'i', 'ca', "n't", 'really', 'wear', 'it', 'without', 'using', 'biker', 'shorts', 'especially', 'for', 'the', 'back', 'of', 'the', 'dress', 'since', 'it', "'s", 'shorter', 'there', 'and', 'if', 'i', 'bent', 'over', 'you', 'could', 'see', 'everything', 'i', "'m", 'so', 'disappointed', 'in', 'the', 'quality', 'because', 'it', 'is', 'a', 'very', 'cute', 'ver', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2787,868,67', 'cute', 'top', 'poor', 'fit', 'this', 'is', 'a', 'cute', 'top', 'but', 'the', 'fit', 'is', 'problematic', 'it', 'runs', 'small', 'on', 'top', 'especially', 'around', 'the', 'bust', 'and', 'sleeves', 'but', 'then', 'it', 'flares', 'below', 'the', 'waist', 'in', 'a', 'billowy', 'and', 'unflattering', 'way', 'with', 'way', 'too', 'much', 'fabric'] ['i', 'got', 'both', 'an', 'xsp', 'and', 'an', 'xxsp', 'the', 'xxsp', 'fit', 'better', 'on', 'bottom', 'but', 'i', 'could', 'hardly', 'pull', 'my', 'arms', 'through', 'the', 'sleeves', 'both', 'are', 'going', 'back', 'unfortunately', 'for', 'reference', 'i', "'m", '5', '103', 'lbs', '32b', ',3,0,16', 'general', 'tops', 'knits'] ['2788,868,37', 'unique', 'but', 'runs', 'big', 'this', 'is', 'a', 'super', 'cute', 'style', 'and', 'i', 'love', 'it', 'with', 'white', 'skinnies', 'i', 'purchased', 'the', 'gray', 'colorway', 'i', 'am', 'normally', 'a', 'small', 'in', 'tops', 'but', 'purchased', 'the', 'xs', 'based', 'on', 'other', 'reviews', 'the', 'xs', 'is', 'still', 'pretty', 'loose', 'on', 'me', 'but', 'i', 'do', "n't", 'mind', 'too', 'much', 'because', 'i', 'like', 'flowy', 'tops', 'anyway', 'the', 'color', 'is', 'so', 'pretty', 'and', 'the', 'design', 'is', 'edgy', 'it', 'will', 'transition', 'to', 'fall', 'well', ',5,1,1', 'general', 'tops', 'knits'] ['2789,868,25', 'so', 'comfy', 'and', 'versatile', 'i', 'now', 'have', 'this', 'tee', 'in', '3', 'colors', 'partly', 'because', 'my', 'daughter', 'loves', 'and', 'shares', 'them', 'with', 'me', 'i', 'typically', 'get', 'a', 'size', 'medium', 'because', 'i', 'like', 'things', 'to', 'fit', 'a', 'little', 'loose', 'but', 'needed', 'a', 'small', 'in', 'this', 'shirt', 'goes', 'great', 'with', 'all', 'styles', 'of', 'jeans/knakis', ',5,1,0', 'general', 'tops', 'knits'] ['2790,1099,50', 'more', 'colors', 'please', 'this', 'dress', 'is', 'crazy', 'flattering', 'and', 'extremely', 'versatile', 'i', 'wish', 'it', 'came', 'in', 'other', 'colors', 'i', 'would', 'scoop', 'them', 'all', 'up', 'great', 'price', 'plus', 'used', 'by', 'birthday', '15', 'off', 'coupon', 'the', 'fabric', 'is', 'light', 'weight', 'but', 'not', 'flimsy', 'plus', 'it', "'s", 'lined', 'with', 'a', 'satin', 'fabric', 'so', 'the', 'dress', 'wo', "n't", 'stick', 'to', 'you', 'i', "'m", '5', '113', 'and', 'i', 'ordered', 'the', 'petite', 'x-small', 'and', 'it', 'is', 'perfect', 'i', 'can', 'see', 'it', 'with', 'fun', 'sneakers', 'like', 'the', 'picture', 'or', 'with', 'some', 'fun', 'jewelry', 'and', 'high', 'wedges', 'for', 'going', 'out', 'thinking', 'of', 'buying', 'a', '2nd', 'one', 'as', 'back', 'up', 'it', "'s", 'th', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['2791,909,49', 'lovely', 'modern', 'design', 'this', 'is', 'a', 'beautiful', 'piece', 'that', 'looks', 'even', 'better', 'in', 'person', 'a', 'nice', 'mix', 'of', 'modern', 'and', 'artistic', 'with', 'just', 'enough', 'color', 'and', 'a', 'flattering', 'fit', 'my', 'only', 'concern', 'is', 'that', 'it', 'may', 'get', 'itchy', 'throughout', 'the', 'day', 'especially', 'at', 'the', 'neckline', 'if', 'you', 'can', 'handle', 'a', 'little', 'wool', 'blend', 'next', 'to', 'your', 'skin', 'i', 'would', 'recommend', 'it', 'for', 'style', 'and', 'fit', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['2792,491,50', 'casual', 'layering', 'piece', 'this', 'is', 'great', 'lightweight', 'top', 'layer', 'that', "'s", 'just', 'right', 'for', 'the', 'little', 'evening', 'chill', 'in', 'the', 'summer', 'when', 'the', 'sun', 'goes', 'down', 'or', 'on', 'a', 'breezy', 'day', 'it', "'s", 'sheer', 'so', 'it', 'requires', 'a', 'bottom', 'layer', 'the', 'medium', 'fits', 'a', 'little', 'tighter', 'across', 'the', 'shoulders', 'and', 'arms', 'for', 'me', 'than', 'it', 'shows', 'on', 'the', 'model', 'which', 'i', 'like', ',5,1,0', 'initmates', 'intimate', 'layering'] ['2793,997,36', 'not', 'what', 'it', 'seems', 'so', 'you', "'re", 'thinking', 'this', 'is', 'a', 'red', 'and', 'black', 'skirt', 'right', 'nope', 'it', "'s", 'an', 'obnoxious', 'cherry', 'red', 'netting', 'with', 'cranberry', 'crushed', 'velvet', 'insets', 'overlaid', 'on', 'bright', 'red', 'actual', 'spandex', 'spandex', 'that', 'shows', 'every', 'wrinkle', 'and', 'panty', 'line', 'it', "'s", 'really', 'god', 'awful.,2,0,42', 'general', 'petite', 'bottoms', 'skirts'] ['2794,868,36', 'like', 'it', 'so', 'much', 'i', 'ordered', 'a', 'second', 'one', 'i', 'ordered', 'this', 'in', 'the', 'peach', 'color', 'way', 'it', 'is', 'a', 'nice', 'thicker', 'cotton', 'and', 'while', 'i', 'have', 'only', 'worn', 'washed', 'once', 'i', 'air', 'dried', 'it', 'feels', 'like', 'a', 'fabric', 'that', 'will', 'hold', 'up', 'well', 'fit', 'is', 'good', 'i', 'stuck', 'with', 'my', 'usual', 'medium', 'at', 'first', 'i', 'thought', 'it', 'was', 'a', 'little', 'big', 'but', 'i', 'did', "n't", 'want', 'to', 'risk', 'the', 'arms', 'being', 'too', 'tight', 'or', 'short', 'by', 'going', 'down', 'to', 'a', 'small', 'in', 'the', 'body', 'a', 'small', 'would', 'have', 'worked', 'i', 'am', 'sure', 'so', 'if', 'you', 'have', 'slender', 'arms', 'going', 'down', 'a', 'size', 'may', 'work', 'well', 'i', 'liked', 'it', 'so', 'much', 'though', 'i', 'ordered', 'a', 'second', 'one', 'in', ',5,1,0', 'general', 'tops', 'knits'] ['2795,868,34', 'cute', 'top', 'this', 'top', 'looks', 'exactly', 'as', 'pictured', 'it', 'is', 'a', 'little', 'more', 'billowy', 'but', 'i', 'liked', 'that', 'about', 'it', 'i', 'found', 'that', 'it', 'ran', 'true', 'to', 'size', 'and', 'i', 'am', '5', '8', '128lbs', 'and', 'ordered', 'a', 'small', 'i', 'am', 'going', 'to', 'order', 'the', 'white', 'because', 'the', 'cut', 'is', 'super', 'cute', ',5,1,2', 'general', 'tops', 'knits'] ['2796,864,66', 'no', 'go', 'i', 'got', 'the', 'black', 'in', 'a', 'medium', 'it', 'just', 'made', 'me', 'look', 'wide', 'and', 'i', 'felt', 'frumpy', 'i', 'think', 'it', "'s", 'the', 'angled', 'wide', 'sides', 'on', 'me', 'the', 'design', 'just', 'created', 'bulk', 'nice', 'substantial', 'fabric', 'but', 'it', 'is', "n't", 'soft', 'or', 'cozy', 'back', 'it', 'goes', ',3,0,3', 'general', 'petite', 'tops', 'knits'] ['2797,997,57', 'do', "n't", 'do', 'it', 'i', 'wish', 'i', 'had', 'read', 'the', 'reviews', 'prior', 'to', 'purchasing', 'this', 'skirt', 'looks', 'amazing', 'in', 'photos', 'and', 'lace', 'appears', 'black', 'the', 'lace', 'on', 'mine', 'is', 'actually', 'purple', 'at', 'first', 'i', 'thought', 'it', 'was', 'just', 'purple', 'due', 'to', 'lighting', 'with', 'red', 'underneath', 'but', 'nope', 'pull', 'the', 'netting', 'away', 'and', 'it', 'is', 'purple', 'lace', 'netting', 'hikes', 'up', 'on', 'the', 'right', 'due', 'to', 'poor', 'craftsmanship', 'i', 'ordered', 'a', 'medium', 'and', 'felt', 'it', 'was', 'a', 'bit', 'large', 'will', 'return.,1,0,3', 'general', 'petite', 'bottoms', 'skirts'] ['2798,1009,38', 'beautiful', 'skirt', 'but', 'so', 'noisy', 'this', 'is', 'a', 'beautiful', 'skirt', 'it', 'is', 'exactly', 'as', 'pictured', 'the', 'colors', 'are', 'bright', 'and', 'vibrant', 'and', 'the', 'skirt', 'is', 'very', 'full', 'as', 'expected', 'i', 'feel', 'like', 'it', 'does', 'run', 'a', 'bit', 'small', 'i', "'m", 'usually', 'an', '8', 'in', 'skirts', 'and', 'dresses', 'and', 'bought', 'a', '10.', 'it', 'was', 'a', 'bit', 'snug', 'at', 'the', 'waist', 'but', 'not', 'too', 'tight', 'so', 'i', 'decided', 'to', 'keep', 'it', 'for', 'now', 'my', 'one', 'complaint', 'is', 'the', 'horrible', 'noise', 'that', 'the', 'skirt', 'makes', 'with', 'my', 'every', 'movement', 'anyone', 'and', 'everyone', 'can', 'hear', 'you', 'coming', 'from', 'a', 'mile', 'away', 'the', 'skirt', 'is', 'beautiful', 'but', 'a', 'little', 'stiff', 'as', 'well', 'i', 'do,4,1,6', 'general', 'bottoms', 'skirts'] ['2799,1081,46', 'retro', 'chic', 'this', 'is', 'a', 'beautiful', 'dress', 'great', 'and', 'flattering', 'fit', 'comfortable', 'adorable', 'print', 'the', 'blue', 'is', 'stunning', 'and', 'nice', 'movement', 'one', 'ca', "n't", 'really', 'see', 'it', 'in', 'the', 'photos', 'but', 'the', 'skirt', 'is', 'actually', 'pleated', 'imo', 'this', 'adds', 'interest', 'and', 'originality', 'to', 'the', 'dress', 'i', "'ve", 'been', 'getting', 'lots', 'of', 'compliments', 'get', 'it', 'while', 'you', 'can', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2800,868,51', 'love', 'the', 'color', 'design', 'and', 'flow', 'love', 'this', 'shirt', 'can', 'dress', 'up', 'or', 'more', 'casual', 'wish', 'i', 'would', 'of', 'purchased', 'all', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['2801,868,28', 'beautiful', 'design', 'but', 'too', 'big', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'i', 'got', 'it', 'in', 'xs', 'in', 'peach', 'the', 'color', 'is', 'beautiful', 'i', 'wish', 'they', 'had', 'this', 'exact', 'same', 'color', 'in', 'the', 'boardwalk', 'stroll', 'top', 'the', 'v', 'neck', 'was', 'way', 'too', 'low', 'and', 'i', 'do', "n't", 'want', 'to', 'have', 'to', 'wear', 'a', 'tank', 'underneath', 'i', 'would', 'be', 'willing', 'to', 'try', 'an', 'xxs', 'but', 'it', "'s", 'been', 'sold', 'out', 'for', 'awhile', 'now', 'and', 'looks', 'like', 'it', "'s", 'not', 'coming', 'back', 'if', 'the', 'size', 'were', 'smaller', 'v', 'neck', 'higher', 'up', 'and', 'the', 'top', 'portion', 'of', 'the', 'dress', 'more', 'fitted', 'it', 'would', 'be', 'the', 'perfect', 'tee', ',3,1,0', 'general', 'tops', 'knits'] ['2802,868,23', 'go', 'to', 'tee', 'if', 'you', 'are', 'looking', 'for', 'the', 'perfect', 't-shirt', 'to', 'add', 'a', 'little', 'flare', 'to', 'your', 'basics', 'this', 'is', 'the', 'one', 'for', 'you', 'it', 'is', 'so', 'comfy', 'and', 'baggy', 'yet', 'still', 'looking', 'like', 'you', 'pulled', 'yourself', 'together', 'i', 'am', 'just', 'waiting', 'for', 'more', 'colors', 'to', 'come', 'out', 'i', 'basically', 'live', 'in', 'the', 'green', 'and', 'white', 'versions', 'of', 'this', 'shirt.,5,1,0', 'general', 'tops', 'knits'] ['2803,868,34', 'so', 'tent-like', 'and', 'unflattering', 'looks', 'great', 'on', 'the', 'model', 'but', 'in', 'actuality', 'there', 'is', 'way', 'too', 'much', 'fabric', 'what', 'should', 'be', 'flowy', 'and', 'billowy', 'looks', 'like', 'a', 'tent', 'or', 'a', 'maternity', 'top', 'on', 'a', 'petite', 'woman', 'it', 'did', "n't", 'matter', 'which', 'size', 'they', 'all', 'fit', 'me', 'disastrously', 'i', 'love', 'the', 'look', 'and', 'i', 'thought', 'of', 'keeping', 'it', 'and', 'having', 'it', 'taken', 'in', 'but', 'there', "'s", 'too', 'much', 'fabric', 'under', 'the', 'chest', 'to', 'make', 'it', 'an', 'easy', 'cut/alteration', 'on', 'the', 'side', 'seams', 'sometimes', 'i', 'wonder', 'who', 'comes', 'up', 'with', 'these', 'patterns', 'and', 'if', 'they', 'pin', 'the', 'shirts', 'back', 'on', 'the', 'models', 'if', 'you', 'put', 'a', ',1,0,0', 'general', 'tops', 'knits'] ['2804,864,43', 'a', 'diamond', 'in', 'the', 'rough', 'one', 'of', 'the', 'best', 'retailer', 'pieces', 'i', 'have', 'ever', 'purchased', 'high', 'quality', 'and', 'fits', 'true', 'to', 'size', 'i', 'have', 'a', 'large', 'chest', 'and', 'this', 'minimizes', 'and', 'creates', 'a', 'really', 'nice', 'silhouette', 'i', 'highly', 'recommend', 'got', 'so', 'many', 'compliments', 'i', 'bought', 'both', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2805,868,42', ',,5,1,0', 'general', 'tops', 'knits'] ['2806,827,26', 'love', 'this', 'too', 'such', 'a', 'cute', 'top', 'does', 'run', 'slightly', 'big', 'depending', 'on', 'how', 'loose', 'you', 'want', 'it', 'to', 'be', 'for', 'such', 'a', 'simple', 'design', 'the', 'quality', 'is', 'great', ',5,1,0', 'general', 'tops', 'blouses'] ['2807,1099,51', 'simple', 'summer', 'style', 'a', 'perfect', 'little', 'simple', 'style', 'summer', 'dress', 'just', 'throw', 'it', 'on', 'with', 'some', 'trendy', 'sandals', 'and', 'off', 'you', 'go', 'runs', 'true', 'to', 'size', 'just', 'wished', 'they', 'would', 'of', 'made', 'it', 'in', 'other', 'colors', 'and', 'prints.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['2808,868,41', 'pretty', 'but', 'really', 'large', 'i', 'am', 'all', 'for', 'a', 'cute', 'flowy', 'tee', 'but', 'this', 'one', 'felt', 'like', 'i', 'was', 'swimming', 'a', 'bit', 'if', 'you', "'re", 'a', 'true', 'xs', 'i', "'d", 'skip', 'this', 'one', 'however', 'if', 'you', 'are', 'able', 'to', 'size', 'down', 'i', 'think', 'it', 'would', 'look', 'really', 'great', ',3,1,4', 'general', 'tops', 'knits'] ['2809,868,37', 'love', 'this', 'tee', 'it', "'s", 'stylish', 'and', 'comfy', 'i', 'ordered', 'the', 'white', 'and', 'it', "'s", 'a', 'thicker', 'fabric', 'so', 'i', 'do', "n't", 'have', 'to', 'wear', 'a', 'camisole', 'underneath', 'i', 'want', 'to', 'order', 'more', 'colors', 'it', 'does', 'slightly', 'big', ',5,1,0', 'general', 'tops', 'knits'] ['2810,843,43', 'great', 'print', 'love', 'this', 'crinkle', 'cotton', 'top', 'for', 'spring', 'the', 'print', 'is', 'great', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,4', 'general', 'tops', 'blouses'] ['2811,868,32', 'cute', 'tee', 'too', 'much', 'fabric', 'i', 'bought', 'the', 'top', 'in', 'an', 'x-large', 'because', 'i', 'normally', 'wear', 'a', '12/14', 'and', 'i', 'was', 'swimming', 'in', 'it', 'i', 'unfortunately', 'returned', 'it', 'but', 'did', 'eventually', 'buy', 'the', 'large', 'it', 'is', 'a', 'cute', 'fit', 'and', 'a', 'fun', 'tee', 'to', 'have', 'the', 'fabric', 'is', 'soft', 'but', 'a', 'little', 'excessive', 'on', 'the', 'bottom.,5,1,2', 'general', 'tops', 'knits'] ['2812,869,39', 'green', 'is', 'a', 'gorgeous', 'color', 'i', 'purchased', 'this', 'in', 'the', 'green', 'color', 'and', 'in', 'person', 'it', 'does', 'have', 'a', 'little', 'bit', 'of', 'blue', 'in', 'it', 'so', 'it', "'s", 'a', 'very', 'flattering', 'color', 'the', 'blouse', 'has', 'a', 'simple', 'shape', 'but', 'the', 'details', 'are', 'what', 'makes', 'this', 'an', 'interesting', 'piece', 'it', 'looks', 'as', 'good', 'under', 'a', 'suit', 'as', 'it', 'does', 'with', 'jeans', 'and', 'a', 'leather', 'jacket', 'fits', 'tts', ',5,1,0', 'general', 'tops', 'knits'] ['2813,868,55', 'elegant', 'i', 'love', 'this', 't-shirt', 'i', 'feel', 'classy', 'stylish', 'and', 'comfortable', 'wearing', 'it', 'as', 'other', 'reviewers', 'have', 'noted', 'it', 'is', 'bellowy', 'in', 'the', 'peplum', 'but', 'that', 'is', 'the', 'design', 'and', 'i', 'love', 'it', 'it', 'looks', 'great', 'with', 'skinny', 'jeans', 'and', 'can', 'be', 'dressed', 'up', 'or', 'casual', 'another', 'terrific', 'purchase', 'from', 'retailer', ',5,1,1', 'general', 'tops', 'knits'] ['2814,521,32', 'beware', 'not', 'enough', 'bottom', 'coverage', 'such', 'a', 'cute', 'pattern', 'and', 'i', 'loved', 'the', 'fold-over', 'design', 'but', 'beware', 'there', 'is', 'not', 'enough', 'bottom', 'coverage', 'i', 'should', "'ve", 'looked', 'more', 'closely', 'at', 'the', 'photo', 'it', "'s", 'pretty', 'accurate', 'in', 'showing', 'the', 'bathing', 'suit', 'bottoms', 'have', 'limited', 'rear', 'coverage', 'a', 'couple', 'more', 'inches', 'of', 'fabric', 'would', "'ve", 'really', 'helped', 'i', "'m", 'used', 'to', 'fuller', 'coverage', 'bathing', 'suit', 'bottoms', 'and', 'these', 'just', 'expose', 'way', 'more', 'cheek', 'than', 'i', 'felt', 'comfortable', 'with', 'i', 'could', 'maybe', 'wear', 'them', 'around', 'my', 'husband', 'but', 'definitely', 'not', 'my', 'dad', 'i', 'felt', 'like', 'if', 'i', 'bent', ',2,0,2', 'initmates', 'intimate', 'swim'] ['2815,868,32', 'almost', 'great', 'i', 'had', 'been', 'eyeing', 'this', 'top', 'for', 'weeks', 'it', "'s", 'look', 'so', 'beautiful', 'on', 'the', 'model', 'however', 'not', 'great', 'on', 'me', 'material', 'is', 'fab', 'the', 'tee', 'is', 'way', 'shorter', 'than', 'it', 'appears', 'online', 'and', 'there', 'is', 'too', 'much', 'flutter', 'material', ',3,0,2', 'general', 'tops', 'knits'] ['2816,1028,34', 'this', 'is', 'my', '6th', 'pair', 'of', 'rockets', 'they', "'ve", 'become', 'my', 'hands', 'down', 'favorite', 'cut', 'from', 'citizens', 'for', 'curvy', 'girls', 'these', 'are', 'the', 'perfect', 'skinny', 'jeans', 'they', 'come', 'up', 'high', 'enough', 'to', 'tuck', 'everything', 'in', 'no', 'muffins', 'top', 'they', 'shape', 'and', 'lift', 'my', 'butt', 'which', 'i', 'need', 'because', 'i', "'ve", 'got', 'a', 'generous', 'one', 'they', 'hold', 'their', 'shape', 'amazingly', 'well', 'and', 'do', "n't", 'require', 'a', 'wash', 'with', 'every', 'wear', 'in', 'order', 'to', 'regain', 'their', 'shape', 'they', 'truly', 'have', 'been', 'the', 'holy', 'grail', 'of', 'jeans', 'for', 'me', 'with', 'all', 'that', 'said', 'these', 'are', 'not', 'a', '5', 'star', 'version', 'of', ',4,1,5', 'general', 'bottoms', 'jeans'] ['2817,1084,56', 'pretty', 'femine', 'i', 'really', 'like', 'the', 'dress', 'the', 'material', 'the', 'print', 'and', 'the', 'pleated', 'skirt', 'are', 'totally', 'fun', 'however', 'the', 'neckline', 'is', 'a', 'bit', 'to', 'low', 'and', 'a', 'cami', 'is', 'necessary', 'at', 'least', 'for', 'me', 'the', 'material', 'is', 'very', 'sheer', 'which', 'will', 'be', 'noted', 'on', 'the', 'sleeves', 'and', 'the', 'lower', 'skirt', 'where', 'the', 'liner', 'falls', 'short', 'about', '4', 'inches', 'above', 'the', 'knee', '.the', 'main', 'draw', 'back', 'i', 'personally', 'have', 'with', 'this', 'dress', 'is', 'taking', 'it', 'off', 'there', 'are', 'no', 'zippers', 'or', 'buttons', 'getting', 'it', 'on', 'is', 'easy', 'not', 'so', 'when', 'taking', 'it', 'off', ',3,1,3', 'general', 'petite', 'dresses', 'dresses'] ['2818,486,29', 'beautiful', 'but', 'not', 'the', 'best', 'quality', 'i', 'used', 'my', 'birthday', 'month', 'discount', 'to', 'treat', 'myself', 'to', 'this', 'gorgeous', 'chemise', 'and', 'matching', 'robe', 'in', 'the', 'mauve', 'the', 'color', 'is', 'prettier', 'in', 'person', 'than', 'on', 'my', 'computer', 'i', 'bought', 'it', 'in', 'size', 'm', 'and', 'size', 'm', 'clothes', 'are', 'normally', 'a', 'little', 'big', 'on', 'me', 'this', 'chemise', 'fits', 'but', 'there', 'is', 'no', 'extra', 'room', 'or', 'looseness', 'i', 'am', 'disappointed', 'in', 'the', 'quality', 'of', 'the', 'pieces', 'i', 'have', 'several', 'beautiful', '100', 'silk', 'undergarments', 'that', 'i', 'bought', 'for', 'myself', 'in', 'the', '80s', 'and', '90s', 'and', 'i', 'am', 'comparing', 'this', 'chemise', 'robe', 'to', 'those', 'this', 'silk', 'us', ',3,1,1', 'initmates', 'intimate', 'sleep'] ['2819,1083,46', 'just', 'gorgeous', 'since', 'there', 'was', 'only', 'one', 'review', 'on', 'this', 'i', 'thought', 'i', 'would', 'chime', 'in', 'i', 'had', 'been', 'eyeing', 'this', 'for', 'months', 'and', 'was', 'able', 'to', 'get', 'it', 'on', 'sale', 'which', 'was', 'a', 'plus', 'since', 'this', 'had', 'a', 'pretty', 'hefty', 'price', 'tag', 'to', 'start', 'that', 'being', 'said', 'the', 'tailoring', 'and', 'detail', 'work', 'on', 'it', 'is', 'just', 'beautiful', 'i', 'am', 'a', 'little', 'worried', 'about', 'how', 'the', 'knit', 'will', 'wear', 'but', 'not', 'worried', 'enough', 'to', 'return', 'it', 'as', 'far', 'as', 'sizing', 'goes', 'i', 'ordered', 'a', '4', 'in', 'the', 'last', 'byron', 'lars', 'dress', 'and', 'i', 'am', 'a', '4', 'in', 'this', 'too', 'it', 'fits', 'snugly', 'but', 'a', '6', 'would', 'have', 'looked', 'lumpy', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['2820,949,42', 'i', "'m", 'a', 'm/l', 'size', 'in', 'most', 'things', 'depending', 'on', 'the', 'maker', 'and', 'design', 'i', 'tried', 'this', 'vest', 'on', 'with', 'the', 'paired', 'top', 'in', 'the', 'photo', 'and', 'could', "n't", 'believe', 'how', 'big', 'and', 'boxy', 'it', 'was', 'very', 'boxy', 'it', 'looked', 'dumpy', 'on', 'my', '5', '3', 'frame', 'i', 'thought', 'it', 'might', 'work', 'because', 'i', 'have', 'broad', 'shoulders', 'to', 'hang', 'the', 'vest', 'off', 'but', 'noooo', 'i', 'have', 'breast', 'and', 'that', 'ruined', 'it', 'well', 'there', 'you', 'go', 'a', 'size', '36c', 'was', "n't", 'going', 'to', 'help', 'with', 'this', 'one', 'but', 'i', "'m", 'going', 'to', 'try', 'sizing', 'down', 'to', 'a', 'small', 'to', 'give', 'it', 'a', 'chance', 'in', 'fitting', 'better', 'it', 'runs', 'at', 'least', ',4,1,4', 'general', 'petite', 'tops', 'sweaters'] ['2821,1084,50', 'great', 'dress', 'this', 'dress', 'is', 'not', 'only', 'beautiful', 'it', "'s", 'so', 'comfortable', 'to', 'wear', 'it', "'s", 'also', 'very', 'flattering', 'i', 'love', 'that', 'i', 'can', 'wear', 'the', 'dress', 'with', 'sandals', 'or', 'boots', 'great', 'buy', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['2822,788,53', 'loose', 'and', 'so', 'comfy', 'love', 'this', 'easy', 'caftan', 'short', 'dress', 'so', 'soft', 'easy', 'and', 'so', 'stylish,5,1,9', 'initmates', 'intimate', 'lounge'] ['2823,949,33', 'cool', 'sweater', 'vest', 'great', 'sweater', 'vest', 'its', 'not', 'too', 'thin', 'or', 'too', 'thick', 'just', 'right', 'for', 'fall', 'or', 'winter', 'when', 'its', 'time', 'to', 'start', 'layering', 'the', 'material', 'is', 'a', 'nice', 'soft', 'knit', 'and', 'the', 'zipper', 'on', 'the', 'back', 'is', 'a', 'great', 'addition', 'its', 'easy', 'to', 'put', 'on', 'and', 'i', 'do', "n't", 'worry', 'about', 'the', 'zipper', 'snagging', 'the', 'material', 'and', 'causing', 'any', 'damage', 'i', 'plan', 'on', 'pairing', 'it', 'with', 'a', 'polka', 'dot', 'long', 'sleeve', 'shirt', 'that', 'i', 'have', 'and', 'it', 'looks', 'great', 'i', 'am', 'looking', 'forward', 'to', 'wearing', 'this', 'when', 'the', 'weather', 'becomes', 'cooler', 'highly', 'recommend', 'i', 'am', 'a', '36b', 'and', 'usually', 'wear', 'a', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['2824,984,34', ',,4,1,0', 'general', 'jackets', 'jackets'] ['2825,984,69', 'great', 'jacket', 'had', 'my', 'doubts', 'and', 'ordered', 'on', 'sale', 'just', 'to', 'try', 'am', 'amazed', 'how', 'often', 'i', 'have', 'worn', 'this', 'jacket', 'goes', 'with', 'a', 'lot', 'of', 'pants', 'and', 'skirts', 'great', 'buy', 'on', 'sale', 'am', '5', '6', '1/2', '150lbs', 'and', 'medium', 'is', 'perfect', ',5,1,1', 'general', 'jackets', 'jackets'] ['2826,984,60', 'sloppy', 'looking', 'the', 'color', 'is', 'darker', 'than', 'shown', 'i', 'ordered', 'the', 'denim', 'looking', 'one', 'the', 'flower', 'things', 'are', 'not', 'very', 'visible', 'as', 'it', 'all', 'looks', 'one', 'color', 'it', 'must', 'be', 'great', 'for', 'the', 'tall', 'skinny', 'model', 'but', 'if', 'your', '5', '4', 'and', 'pear', 'shaped', 'like', 'me', 'it', "'s", 'a', 'no', 'go', 'took', 'it', 'back', 'to', 'my', 'local', 'store', ',1,0,0', 'general', 'jackets', 'jackets'] ['2827,1093,34', 'beautiful', 'dress', 'but', 'too', 'dark', 'i', 'was', 'very', 'excited', 'about', 'receiving', 'this', 'dress', 'unfortunately', 'i', 'was', 'a', 'little', 'disappointed', 'when', 'i', 'opened', 'the', 'package', 'as', 'the', 'color', 'was', 'darker', 'than', 'on', 'the', 'picture'] ['i', 'live', 'in', 'florida', 'where', 'the', 'sun', 'is', 'always', 'shining', 'and', 'although', 'this', 'dress', 'has', 'a', 'beautiful', 'simple', 'design', 'it', 'is', "n't", 'for', 'me', 'as', 'the', 'color', 'is', 'too', 'winter', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['2828,984,46', 'this', 'is', 'a', 'very', 'pretty', 'jacket', 'light', 'weight', 'and', 'perfect', 'for', 'spring/fall', 'i', 'had', 'ordered', 'it', 'online', 'as', 'it', 'was', 'not', 'in', 'my', 'retailer', 'store', 'i', 'did', 'end', 'up', 'returning', 'it', 'though', 'it', 'does', 'run', 'large', 'i', 'am', 'usually', 'a', 'l/xl', 'and', 'based', 'on', 'previous', 'reviews', 'i', 'did', 'size', 'down', 'and', 'get', 'the', 'l.', 'the', 'pockets', 'for', 'me', 'were', 'a', 'little', 'big', 'an', 'pushed', 'out', 'having', 'an', 'unflattering', 'look', 'i', 'was', 'sad', 'to', 'have', 'to', 'send', 'this', 'one', 'back', 'i', 'was', 'hoping', 'to', 'love', 'it', 'someone', 'smaller', 'might', 'love', 'it', ',3,1,5', 'general', 'jackets', 'jackets'] ['2829,984,45', 'attractive', 'i', 'was', 'not', 'impressed', 'upon', 'first', 'taking', 'it', 'out', 'of', 'the', 'package', 'it', 'was', 'a', 'wrinkled', 'mess', 'lighter', 'weight', 'than', 'i', 'imagined', 'and', 'i', 'felt', 'like', 'it', 'hung', 'like', 'a', 'potato', 'sack', 'however', 'after', 'i', 'gave', 'it', 'a', 'good', 'ironing', 'and', 'used', 'the', 'inside', 'back', 'tie', 'to', 'sinch', 'in', 'the', 'waist', 'i', 'was', 'in', 'love', 'it', 'draped', 'beautiful', 'the', 'blue', 'has', 'beautiful', 'embroidered', 'detail', 'and', 'i', 'love', 'the', 'full', 'length', 'sleeves', 'that', 'can', 'be', 'rolled', 'i', 'feel', 'iike', 'i', 'will', 'use', 'for', 'many', 'seasons', ',4,1,2', 'general', 'jackets', 'jackets'] ['2830,1050,67', 'great', 'pants', 'when', 'i', 'saw', 'that', 'these', 'were', 'on', 'sale', 'i', 'was', 'actually', 'going', 'to', 'order', 'another', 'pair', 'as', 'i', 'have', 'really', 'been', 'enjoying', 'them', 'and', 'wear', 'them', 'quite', 'a', 'bit', 'unfortunately', 'the', 'large', 'that', 'i', 'take', 'is', 'sold', 'out', 'otherwise', 'i', 'would', 'own', 'two', 'pairs', 'although', 'these', 'are', 'called', 'lounge', 'pants', 'i', 'put', 'them', 'together', 'with', 'white', 'or', 'black', 'accessories', 'and', 'have', 'worn', 'them', 'everywhere', 'since', 'my', 'legs', 'are', 'not', 'long', 'i', 'did', 'have', 'to', 'shorten', 'and', 'they', 'are', 'still', 'a', 'bit', 'longer', 'on', 'me', 'than', 'the', 'model', 'however', 'it', 'was', 'well', 'worth', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2831,1050,66', 'nice', 'but', 'longer', 'than', 'i', 'hoped', 'these', 'are', 'really', 'cute', 'and', 'done', 'in', 'a', 'substantial', 'knit', 'type', 'fabric', 'that', 'drapes', 'well', 'and', 'does', "n't", 'cling', 'i', 'ordered', 'my', 'normal', 'size', 'large', 'so', 'i', "'d", 'say', 'they', "'re", 'true', 'to', 'size', 'the', 'leg', 'is', "n't", 'too', 'wide', 'and', 'bells', 'out', 'nicely', 'toward', 'the', 'bottom', 'the', 'color', 'variations', 'are', 'striking', 'but', 'on', 'me', 'they', 'made', 'me', 'look', 'wider', 'than', 'i', 'am', 'i', "'m", 'short', 'and', 'the', 'hem', 'hit', 'at', 'the', 'top', 'of', 'my', 'ankle', 'instead', 'of', 'the', 'cropped', 'look', 'shown', 'think', 'they', "'d", 'look', 'best', 'with', 'shorter', 'tops', 'i', 'decided', 'to', 'return', 'but', 'still', 'highly', 'recommend.,4,1,2', 'general', 'petite', 'bottoms', 'pants'] ['2832,949,36', 'great', 'vest', 'i', 'love', 'vests', 'and', 'this', 'is', 'a', 'great', 'one', 'warm', 'and', 'cute', 'because', 'it', 'is', 'sweater', 'material', 'some', 'of', 'the', 'threads', 'look', 'like', 'than', 'can', 'pull', 'but', 'i', 'still', 'think', 'its', 'stylish', 'and', 'different', 'and', 'still', 'a', 'classic', 'to', 'have', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['2833,984,34', 'anything', 'heihei', 'is', 'amazing', 'love', 'everything', 'about', 'this', 'jacket', 'its', 'super', 'soft', 'thin', 'and', 'looks', 'great', 'it', "'s", 'versatile', 'and', 'a', 'great', 'layering', 'piece', 'for', 'someone', 'that', 'lives', 'in', 'a', 'very', 'warm', 'climate', 'prefer', 'the', 'sleeves', 'to', 'be', 'worn', 'rolled', 'up', 'and', 'the', 'inside', 'belt', 'definitely', 'helps', 'give', 'the', 'piece', 'more', 'shape', 'and', 'dimension', ',5,1,2', 'general', 'jackets', 'jackets'] ['2834,1004,43', 'eh', 'this', 'skirt', 'looks/lays', 'exactly', 'like', 'the', 'photo', 'i', 'bought', 'a', 'size', 'small', 'and', 'i', 'usually', 'wear', 'a', 'size', '4.', 'it', 'was', 'maybe', 'a', 'smidge', 'big', 'but', 'nothing', 'that', 'affected', 'the', 'look', 'of', 'the', 'skirt', 'the', 'material', 'reminded', 'me', 'of', 'felt/wool', 'mixed', 'together', 'almost', 'like', 'sunday', 'school', 'felt', 'cut', 'outs', 'but', 'stiffer', 'not', 'a', 'fan', 'i', 'was', 'underwhelmed', 'it', 'looked', 'plain', 'and', 'simple', 'and', 'the', 'color', 'washed', 'me', 'out', 'definitely', 'not', 'worth', 'the', 'price', 'for', 'me', 'anyways', 'good', 'luck', ',2,0,6', 'general', 'bottoms', 'skirts'] ['2835,984,53', 'beautiful', 'unique', 'piece', 'i', 'love', 'this', 'thing', 'i', 'bought', 'it', 'yesterday', 'and', 'already', 'am', 'wearing', 'it', 'today', 'and', 'i', 'have', 'been', 'known', 'to', 'leave', 'things', 'sitting', 'around', 'in', 'my', 'closet', 'for', 'awhile', 'before', 'i', 'wear', 'them', 'especially', 'if', 'they', 'are', "n't", 'a', 'sure', 'thing', 'for', 'reference', 'i', 'am', 'a', 'curvy', 'busty', 'size', '14.', 'i', 'bought', 'an', 'xl', 'but', 'a', 'l', 'would', 'have', 'worked', 'too', 'it', 'has', 'a', 'drawstring', 'on', 'the', 'inside', 'back', 'and', 'on', 'the', 'bottom', 'center', 'back', 'hem', 'so', 'it', 'can', 'be', 'adjusted', 'for', 'more', 'shape', 'through', 'the', 'waist', 'it', 'has', 'a', 'beautiful', 'drape', 'is', 'very', 'soft', 'and', 'the', 'embroidery', 'makes', 'it', 's', ',5,1,26', 'general', 'jackets', 'jackets'] ['2836,486,23', 'elegant', 'and', 'comfy', 'i', 'was', 'able', 'to', 'try', 'this', 'one', 'on', 'at', 'the', 'store', 'and', 'it', 'was', 'so', 'loose', 'on', 'me', 'i', 'assumed', 'it', 'was', 'a', 'large', 'but', 'no', 'it', 'was', 'a', 'small', 'i', 'usually', 'wear', 'size', '6-8', 'in', 'dress', 'size', 's/m', 'in', 'tops', 'admittedly', 'it', 'does', 'pull', 'over', 'the', 'head', 'with', 'no', 'zippers', 'or', 'elastic', 'to', 'give', 'shape', 'but', 'it', 'feels', 'like', 'water', 'on', 'the', 'skin', 'and', 'has', 'just', 'the', 'right', 'amount', 'of', 'show', 'it', 'plus', 'coverage', 'for', 'wearing', 'around', 'the', 'house', 'i', "'m", 'keeping', 'it', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['2837,984,56', 'not', 'attractive', 'i', 'bought', 'this', 'jacket', 'based', 'on', 'how', 'it', 'looked', 'on', 'the', 'model', 'and', 'from', 'the', 'reviews', 'i', 'found', 'it', 'to', 'be', 'super', 'big', 'and', 'unflattering', 'to', 'say', 'the', 'least', 'i', "'m", '5', '10', '155lbs', 'i', 'sent', 'it', 'back', ',1,0,5', 'general', 'jackets', 'jackets'] ['2838,984,67', 'fun', 'jacket', 'love', 'the', 'fabric', 'and', 'the', 'casual', 'way', 'this', 'jacket', 'drapes', 'the', 'color', 'is', 'nice', 'i', 'bought', 'the', 'blue', 'usually', 'wear', 'petite', 'sizes', 'but', 'they', 'were', 'sold', 'out', 'so', 'bought', 'the', 'misses', 'in', 'medium', 'and', 'it', 'works', 'perfect', 'like', 'i', 'can', 'layer', 'it', 'for', 'summer/fall', 'since', 'its', 'very', 'light', 'weight', 'fabric', ',5,1,1', 'general', 'jackets', 'jackets'] ['2839,949,35', 'classy', 'stylish', 'this', 'vest', 'is', 'well', 'made', 'and', 'a', 'very', 'flattering', 'cropped', 'silhouette', 'i', 'typically', 'wear', 'a', '0p', 'and', 'ordered', 'an', 'xxs', 'it', 'fits', 'perfectly', 'it', 'looks', 'awesome', 'with', 'the', 'shirt', 'pictured', 'underneath.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['2840,1020,39', 'love', 'love', 'this', 'skirt', 'this', 'skirt', 'is', 'gorgeous', 'drapes', 'beautifully', 'the', 'color', 'is', 'vibrant', 'get', 'it', 'you', "'ll", 'be', 'so', 'pleased', 'i', 'sure', 'am', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['2841,949,45', ',runs', 'shorter', 'than', 'i', 'expected', 'i', 'purchased', 'on', 'line', 'but', 'will', 'be', 'returning', 'it', 'for', 'a', 'larger', 'size.,3,1,0', 'general', 'petite', 'tops', 'sweaters'] ['2842,1050,65', 'comfort', 'at', 'its', 'best', 'i', 'purchased', 'an', 'xl', 'and', 'am', '5', '8', 'tall', 'the', 'pants', 'fall', 'near', 'the', 'ankle', 'just', 'like', 'the', 'pic', 'i', 'plan', 'to', 'wash', 'on', 'my', 'gentle', 'washing', 'machine', 'cycle', 'the', 'texture', 'fabric', 'print', 'will', 'pair', 'well', 'with', 'any', 'printed', 'tops', 'you', 'choose', 'these', 'lounge', 'pants', 'are', 'great', 'for', 'everyday', 'wear', 'especially', 'for', 'errands', 'in', 'town', 'so', 'much', 'better', 'a', 'choice', 'than', 'yoga', 'pants', 'which', 'to', 'me', 'look', 'ridiculous', 'when', 'wore', 'in', 'public', 'so', 'ladies', 'please', 'leave', 'your', 'yoga', 'pants', 'for', 'the', 'gym', 'and', 'treat', 'yourself', 'to', 'these', 'casual', 'comfortable', 'pants', 'i', 'have', 'two', 'pairs', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['2843,20,34', 'classy', 'black', 'dress', 'my', 'husband', 'bought', 'this', 'for', 'my', 'birthday', 'i', 'love', 'that', 'it', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'for', 'a', 'more', 'fun', 'occasion'] [] ['i', "'m", 'a', 'tad', 'small', 'up', 'top', 'so', 'it', 'fits', 'a', 'little', 'too', 'loose', 'up', 'there', 'but', 'other', 'than', 'that', 'it', 'fits', 'great', 'i', "'m", 'considering', 'getting', 'it', 'altered', 'just', 'because', 'i', 'love', 'it', 'so', 'much', ',4,1,0', 'general', 'dresses', 'dresses'] ['2844,1125,39', 'if', 'i', 'could', 'tell', 'you', 'how', 'many', 'compliments', 'i', 'got', 'on', 'with', 'this', 'coat', 'i', 'would', 'end', 'up', 'writing', 'a', 'book', 'this', 'coat', 'is', 'beautiful', 'fits', 'like', 'a', 'glove', 'i', 'got', 'the', 'size', '4', 'went', 'into', 'the', 'store', 'to', 'try', 'it', 'on', 'to', 'make', 'sure', 'it', 'fit', 'right', 'and', 'tried', 'on', 'both', 'the', '4', 'and', '6.', 'i', "'m", 'typically', 'a', '2', 'so', 'i', 'guess', 'i', 'went', 'a', 'size', 'up', 'this', 'coat', 'is', 'striking', 'and', 'the', 'colors', 'are', 'beautiful', ',5,1,0', 'general', 'jackets', 'outerwear'] ['2845,863,48', 'basic', 't', 'goes', 'girlie', 'this', 'is', 'a', 'super', 'cute', 't-shirt', 'it', 'runs', 'a', 'little', 'big', 'and', 'not', 'as', 'long', 'as', 'some', 't-shirts', 'which', 'is', 'good', 'it', 'hits', 'mid-hip', 'on', 'me', 'and', 'i', "'m", '5', '7', 'i', 'got', 'the', 'gray', 'at', 'my', 'retailer', 'store', 'and', 'liked', 'it', 'so', 'much', 'i', 'ordered', 'the', 'black', 'one', 'too', 'warning', 'the', 'black', 'one', 'is', 'actually', 'a', 'brownish-black', 'which', 'i', 'did', "n't", 'like', 'so', 'back', 'it', 'goes', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['2846,212,34', 'beautiful', 'great', 'quality', 'low', 'cut', 'bottom', 'i', 'was', 'so', 'stoked', 'about', 'this', 'swim', 'suit', 'i', 'bought', 'it', 'for', 'mine', 'and', 'and', 'my', 'husband', "'s", 'anniversary', 'trip', 'it', 'did', "n't", 'disappoint', 'it', 'was', 'gorgeous', 'amazing', 'quality', 'fabulous', 'on', 'unfortunately', 'in', 'my', 'case', 'though', 'the', 'bottom', 'is', 'incredibly', 'low', 'cut', 'and', 'showed', 'my', 'c-section', 'scar', 'so', 'it', 'had', 'to', 'go', 'back', ',5,1,1', 'initmates', 'intimate', 'swim'] ['2847,1125,36', 'runs', 'small', 'love', 'this', 'coat', 'the', 'colour', 'is', 'vibrant', 'and', 'it', 'is', 'well', 'made', 'it', 'does', 'however', 'run', 'small', 'for', 'me', 'it', 'was', 'two', 'sizes', 'i', 'am', 'usually', 'a', '00p', 'and', 'ended', 'up', 'purchasing', 'the', '2p', 'glad', 'i', 'tried', 'it', 'on', 'in', 'a', 'store', 'it', 'is', 'a', 'good', 'spring/fall', 'coat', 'as', 'it', 'is', 'lightweight', 'if', 'i', 'had', 'purchased', 'the', '4p', 'i', 'could', 'layer', 'it', 'a', 'bit', 'more', 'good', 'but', 'though', 'just', 'be', 'sure', 'to', 'size', 'up.,5,1,0', 'general', 'jackets', 'outerwear'] ['2848,429,23', 'pretty', 'but', 'poor', 'quality', 'when', 'these', 'shorts', 'arrived', 'i', 'loved', 'them', 'and', 'was', 'so', 'excited', 'to', 'wear', 'them', 'on', 'my', 'upcoming', 'trip', 'to', 'the', 'beach', 'the', 'high', 'rise', 'waist', 'is', 'very', 'flattering', 'and', 'the', 'material', 'was', 'extremely', 'soft', 'the', 'floral', 'detailing', 'was', 'a', 'little', 'more', 'orange', 'than', 'in', 'the', 'picture', 'but', 'i', 'still', 'loved', 'the', 'contrast', 'the', 'first', 'time', 'i', 'wore', 'these', 'i', 'immediately', 'noticed', 'threads', 'coming', 'loose', 'throughout', 'the', 'day', 'it', 'was', 'minor', 'but', 'still', 'concerning', 'for', 'an', 'item', 'that', 'was', 'so', 'costly', 'the', 'real', 'problem', 'arose', 'in', 'the', 'evening', 'when', 'i', 'put', 'on', 'a', 'jacket', 'on,3,0,3', 'general', 'bottoms', 'shorts'] ['2849,863,61', 'great', 'great', 'summer', 'tee', 'got', 'this', 'in', 'medium', '5', '6', '36c', '120', 'lbs.', 'many', 'of', 'retailer', 'tops', 'i', "'m", 'a', 'small', 'but', 'this', 'was', 'a', 'good', 'fit', 'for', 'the', 'm.', 'got', 'the', 'white', 'not', 'really', 'see', 'through', 'but', 'need', 'to', 'cut', 'the', 'side', 'tag', 'out', 'as', 'it', 'shows', 'through', 'i', "'m", 'not', 'sure', 'about', 'the', 'other', 'reviews', 'this', 'was', 'totally', 'not', 'boxy', 'on', 'me', 'falls', 'very', 'nicely', 'and', 'drapes', 'slightly', 'a', 'really', 'sweet', 'but', 'simple', 'tee', 'shirt', 'to', 'wear', 'in', 'the', 'summer', 'you', 'can', 'wear', 'this', 'dressed', 'up', 'with', 'heels', 'stacked', 'sandals', 'or', 'just', 'with', 'flats', 'ballet', 'or', 'strappy', 'sandals', 'looks', 'great', 'with', 'rolled', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['2850,863,44', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'but', 'the', 'other', 'reviewers', 'are', 'spot', 'on', 'when', 'they', 'say', 'it', 'is', 'too', 'short', 'and', 'boxy', 'so', 'fresh', 'out', 'of', 'the', 'package', 'the', 'ruffle', 'hit', 'me', 'right', 'at', 'the', 'widest', 'part', 'of', 'my', 'hips', 'and', 'when', 'i', 'raised', 'my', 'arms', 'the', 'shirt', 'exposed', 'my', 'midriff', 'not', 'cute', 'i', 'really', 'liked', 'the', 'quality', 'though', 'so', 'i', 'washed', 'it', 'on', 'delicate', 'and', 'then', 'tugged', 'gently', 'to', 'stretch', 'the', 'length', 'out', 'and', 'hung', 'to', 'dry', 'now', 'it', "'s", 'still', 'a', 'wee', 'boxy', 'of', 'course', 'but', 'significantly', 'longer', 'and', 'much', 'cuter', 'on', 'me', 'so', 'i', "'m", 'keeping', 'even', 'thinki', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['2851,863,47', 'material', 'too', 'filmsy', 'i', 'am', 'always', 'on', 'the', 'hunt', 'for', 'a', 'cute', 'white', 't-shirt', 'but', 'this', 'one', 'was', 'a', 'miss', 'it', 'is', 'too', 'boxy', 'short', 'and', 'the', 'material', 'is', 'very', 'thin', 'for', 'the', 'price', 'i', 'gave', 'it', 'two', 'stars', 'because', 'it', 'has', 'nice', 'colors', 'for', 'spring/summer', 'for', 'reference', 'i', 'am', '5', '4', 'and', '115', 'lbs', 'and', 'i', 'ordered', 'a', 'small', 'bought', 'it', 'online', 'so', 'i', 'ended', 'up', 'returning', 'it', 'to', 'the', 'store', ',2,0,4', 'general', 'petite', 'tops', 'knits'] ['2852,1103,33', 'this', 'dress', 'fits', 'awfully', 'it', "'s", 'not', 'short', 'as', 'pictured', 'in', 'photo', 'it', 'hit', 'just', 'above', 'my', 'knees', 'it', 'looked', 'like', 'sack', 'i', 'would', "'ve", 'also', 'felt', 'like', 'i', 'was', 'choking', 'all', 'night', 'with', 'it', 'clasped', 'around', 'my', 'neck', 'it', 'potentially', 'may', 'look', 'okay', 'on', 'someone', 'who', 'is', 'very', 'tall', 'skinny', 'and', 'lanky', 'but', 'i', 'have', 'my', 'doubts', 'about', 'that', 'too', ',1,0,1', 'general', 'dresses', 'dresses'] ['2853,995,56', 'beautiful', 'design', 'and', 'color', 'i', 'bought', 'this', 'skirt', 'in', 'the', 'blue', 'motif', 'in', 'my', 'usual', 'size', 'large', 'it', 'is', 'very', 'comfortable', 'light', 'and', 'it', 'is', 'lined', 'i', 'wore', 'it', 'with', 'a', 'navy', 'cotton', 'lace', 'meadow', 'rue', 'top', 'from', 'last', 'year', 'gold', 'gladiator', 'sandals', 'and', 'a', 'long', 'gold', 'retailer', 'necklace', ',5,1,7', 'general', 'bottoms', 'skirts'] ['2854,863,36', 'fun', 'top', 'just', 'the', 'perfect', 'weight', 'for', 'summer', 'wear', 'falls', 'gently', 'over', 'tummy', 'without', 'being', 'too', 'long', 'and', 'the', 'ruffled', 'edge', 'and', 'quirky', 'uneven', 'length', 'make', 'it', 'just', 'interesting', 'enough', 'to', 'make', 'it', 'feel', 'like', 'more', 'than', 'just', 'a', 'tee', 'shirt', 'i', 'got', 'it', 'in', 'black', 'and', 're-ordered', 'in', 'pale', 'blue', 'and', 'am', 'hoping', 'the', 'lighter', 'color', 'is', 'not', 'see-through', 'this', 'is', 'a', 'nice', 'buy', 'on', 'sale', 'and', 'can', 'be', 'dressed', 'up', 'or', 'casual', 'it', 'feels', 'and', 'wears', 'great', 'but', 'i', 'have', 'not', 'washed', 'it', 'so', 'gave', 'it', 'a', 'good', 'on', 'quality', 'if', 'it', 'washes', 'well', 'then', 'an', 'excellent', 'would', 'be', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['2855,863,29', 'love', 'this', 'tee', 'my', 'daughter', 'loved', 'this', 'tee', 'the', 'first', 'time', 'she', 'tried', 'it', 'on', 'since', 'then', 'i', 'have', 'purchased', 'the', 'white', 'yellow/lemon', 'and', 'rose', 'pink', 'colors', 'for', 'her', 'the', 'material', 'is', 'soft', 'it', 'washes', 'well', 'and', 'it', 'looks', 'great', 'she', 'says', 'these', 'tees', 'are', 'some', 'of', 'the', 'most', 'comfortable', 'she', 'owns', 'and', 'it', 'looks', 'good', 'with', 'shorts', 'jeans', 'and', 'leggings', ',5,1,0', 'general', 'tops', 'knits'] ['2856,863,48', 'the', 'ruffle', 'is', 'a', 'sweet', 'detail', 'on', 'what', 'might', 'be', 'an', 'otherwise', 'basic', 'rather', 'boxy', 'shirt', 'it', 'is', 'a', 'nice', 'weight', 'and', 'drape', 'but', 'please', 'know', 'it', 'is', 'a', 'bit', 'short', 'and', 'square', 'i', 'love', 'the', 'asymmetrical', 'ruffle', 'however', 'and', 'think', 'it', 'makes', 'this', 'tee', 'worth', 'it', ',5,1,46', 'general', 'tops', 'knits'] ['2857,829,52', 'nice', 'boxy', 'shirt', 'pretty', 'buttons', 'runs', 'really', 'large', 'i', 'am', '5', '4', '120lbs', '32c', 'and', 'had', 'to', 'exchange', 'xs', 'for', 'xxs', 'for', 'width', 'but', 'then', 'the', 'sleeves', 'were', 'a', 'little', 'tight', 'decided', 'to', 'keep', 'the', 'xxs', 'in', 'white', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['2858,573,39', 'a-mazing', 'love', 'this', 'dress', 'paid', 'full', 'price', 'and', 'completely', 'worth', 'it', 'fit', 'tts', 'for', 'me-', 'i', "'m", '5', '8', '135', 'lbs.', 'with', 'a', 'slim', 'upper', 'body', 'so', 'i', 'had', 'no', 'issues', 'with', 'the', 'neck', 'being', 'tight', 'definitely', 'would', 'be', 'braless', 'or', 'need', 'a', 'strapless', 'bra', 'gorgeous', 'material', 'light', 'and', 'breezy', 'dress', 'best', 'retailer', 'purchase', 'in', 'a', 'long', 'time', ',5,1,4', 'general', 'petite', 'trend', 'trend'] ['2859,829,49', 'i', 'so', 'want', 'to', 'love', 'this', 'shirt', 'the', 'print', 'is', 'so', 'sharking', 'and', 'i', 'love', 'the', 'way', 'it', 'looks', 'on', 'the', 'model', 'but', 'i', "'m", 'a', 'more', 'curvy', 'figure', 'and', 'the', 'boxy-ish', 'cut', 'plus', 'rather', 'stuff', 'fabric', 'in', 'front', 'is', 'incredibly', 'unflattering', 'ordinarily', 'i', 'love', 'everything', 'made', 'by', 'maeve', 'but', 'this', 'one', 'sadly', 'must', 'be', 'returned', 'on', 'a', 'thinner/straighter-shaped', 'person', 'i', 'expect', 'it', 'would', 'be', 'great', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['2860,863,57', 'this', 'product', 'was', 'great', 'great', 'color', 'fit', 'was', 'very', 'true', 'to', 'size,5,1,0', 'general', 'tops', 'knits'] ['2861,829,68', 'very', 'pretty', 'i', 'really', 'like', 'this', 'blouse', 'you', 'could', 'wear', 'it', 'tucked', 'but', 'the', 'pleats', 'would', 'disappear', 'my', 'only', 'complaint', 'is', 'that', 'it', "'s", 'a', 'bit', 'too', 'full', 'round', 'the', 'waist', 'it', 'would', 'be', 'a', 'good', 'choice', 'for', 'thanksgiving', 'dinner', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['2862,863,63', 'staple', 'with', 'a', 'quirk', 'a', 'little', 'boxy', 'but', 'will', 'be', 'a', 'go', 'to', 'basic', 'the', 'off', 'set', 'ruffle', 'gives', 'interest,3,1,2', 'general', 'tops', 'knits'] ['2863,863,64', 'i', 'love', 'this', 'tee', 'shirt', 'i', 'love', 'the', 'higher', 'neckline', 'and', 'the', 'feminine', 'and', 'subtle', 'ruffle', 'at', 'the', 'bottom', 'it', 'is', 'my', 'favorite', 'tee', 'by', 'far', 'i', 'am', 'buying', 'my', 'second', 'round', 'of', 'it', 'now', 'i', 'have', 'one', 'in', 'coral', 'light', 'blue', 'and', 'i', 'am', 'ordering', 'more', 'the', 'only', 'down', 'side', 'is', 'that', 'both', 'of', 'my', 'current', 'shirts', 'developed', 'holes', 'veyr', 'quickly', 'one', 'on', 'the', 'shoulder', 'and', 'the', 'other', 'in', 'the', 'usual', 'belly', 'area', 'that', 'comes', 'from', 'the', 'granite', 'counter', 'and', 'jeans', 'top', 'button', 'there', 'is', 'no', 'excuse', 'for', 'the', 'shoulder', 'holes', 'in', 'my', 'mind', 'but', 'i', 'love', 'the', 'look', ',5,1,0', 'general', 'tops', 'knits'] ['2864,863,57', 'dress', 'it', 'up', 'of', 'down', 'this', 'top', 'is', 'easy', 'with', 'nice', 'hem', 'detail.,5,1,0', 'general', 'tops', 'knits'] ['2865,573,39', 'so', 'pretty', 'i', 'tried', 'on', 'a', 'size', '8', 'in', 'the', 'store', 'just', 'for', 'fun', 'i', 'am', 'a', '0', 'petite', 'and', 'then', 'decided', 'to', 'take', 'a', 'chance', 'and', 'order', 'my', 'usual', 'size', 'i', 'was', 'a', 'little', 'worried', 'as', 'many', 'reviews', 'said', 'the', 'dress', 'was', 'small', 'but', 'it', 'was', 'on', 'back', 'order', 'and', 'decided', 'to', 'wait', 'before', 'ordering', 'a', 'size', 'up', 'the', '0p', 'was', 'actually', 'fine', 'yes', 'it', 'is', 'a', 'little', 'hard', 'to', 'zip', 'up', 'but', 'once', 'on', 'it', 'is', 'totally', 'fine', 'not', 'even', 'too', 'snug', 'but', 'i', 'did', "n't", 'sit', 'and', 'eat', 'we', 'shall', 'see', 'i', 'do', "n't", 'plan', 'on', 'ordering', 'the', 'size', 'up', 'i', 'think', 'the', 'zipper', 'needed', 'some', 'wiggling', ',5,1,3', 'general', 'petite', 'trend', 'trend'] ['2866,895,39', 'i', 'just', 'love', 'this', 'bring', 'back', 'the', 'old', 'retailer', 'timeless', 'pieces', 'this', 'cardigan', 'is', 'very', 'flattering', 'the', 'flutter', 'sleeves', 'add', 'a', 'romantic', 'touch', 'to', 'the', 'cardigan', 'the', 'colors', 'are', 'neutral', 'and', 'the', 'vine', 'part', 'black', 'is', 'like', 'velvety', 'the', 'fit', 'is', 'super', 'flattering', 'i', 'originally', 'bought', 'hte', 'xs', 'in', 'the', 'store', 'but', 'decided', 'to', 'also', 'order', 'the', 'xs', 'petite', 'to', 'compare', 'i', 'am', '4115', 'lbs', '5', '1.5', 'and', '30', 'dd', 'with', '26-27', 'waist', 'both', 'fit', 'but', 'the', 'petite', 'was', 'better', 'fitted', 'on', 'my', 'waist', 'also', 'the', 'length', 'would', 'work', 'better', 'on', 'top', 'of', 'dresses', 'i', 'also', 'tried', ',5,1,20', 'general', 'tops', 'fine', 'gauge'] ['2867,863,39', 'noce', 'yellow', 'but', 'so', 'thin', 'i', 'like', 'the', 'cut', 'and', 'look', 'of', 'this', 'shirt', 'and', 'tried', 'on', 'the', 'xs', 'fits', '115', 'lbs', '30ss', 'chest', 'but', 'i', 'find', 'that', 'the', 't-shirts', 'lately', 'are', 'kind', 'of', 'thin', 'and', 'see', 'through', 'the', 'shirt', 'is', 'fun', 'and', 'the', 'color', 'is', 'adorable', 'but', 'had', 'to', 'pass', 'as', 'i', 'could', 'see', 'my', 'bra', 'too', 'clearly', 'for', 'my', 'liking', ',4,1,2', 'general', 'tops', 'knits'] ['2868,829,39', 'very', 'pretty', 'as', 'others', 'mentioned', 'love', 'the', 'little', 'buttons', 'and', 'the', 'cut', 'is', 'flattering', 'i', 'ordered', 'the', 'denim', 'one', 'multicolor', 'i', 'did', "n't", 'end', 'up', 'keeping', 'it', 'but', 'will', 'order', 'again', 'if', 'goes', 'to', 'sale', 'likes', 'colors', 'are', 'fun', 'material', 'is', 'soft', 'buttons', 'are', 'beautiful', 'cut', 'is', 'decently', 'flattering', 'what', 'i', 'did', "n't", 'love', 'is', 'it', 'looks', 'wrinkled'] [] ['i', 'ordered', 'the', 'xxs', 'and', 'xsp', 'only', 'tried', 'on', 'xxs', 'as', 'i', 'did', "n't", 'think', 'i', 'would', 'keep', 'it', 'anyway', 'but', 'thinking', 'of', 'it', 'is', 'should', 'have', 'still', 'tried', 'the', 'xsp', 'arms', 'were', 'almost', 'snug', 'on', 'me', 'i', 'lift', 'weight', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['2869,863,52', 'tshirt', 'and', 'jeans', 'updated', 'love', 'this', 'top', 'got', 'it', 'in', 'the', 'blue', 'and', 'it', 'looks', 'great', 'with', 'jeans', 'shorts', 'crops', 'some', 'say', 'it', "'s", 'a', 'little', 'short', 'and', 'boxy', 'while', 'the', 'style', 'is', 'cut', 'larger', 'i', 'would', "n't", 'call', 'it', 'boxy', 'and', 'i', 'definitely', 'did', "n't", 'find', 'it', 'to', 'run', 'short', 'a', 'great', 'staple', 'wish', 'it', 'came', 'in', 'other', 'colors', 'besides', 'white', 'and', 'black/gray', ',5,1,1', 'general', 'tops', 'knits'] ['2870,895,56', 'beautiful', 'and', 'delicate', 'the', 'sweater', 'is', 'beautiful', 'and', 'lightweight', 'it', 'is', 'very', 'short', 'i', 'am', 'short-waisted', 'but', 'felt', 'that', 'it', 'was', 'too', 'cropped', 'for', 'me', 'the', 'deign', 'is', 'lovely', 'and', 'the', 'fabric', 'is', 'soft.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2871,863,37', 'ruffle', 'adds', 'just', 'the', 'right', 'flirty', 'touch', 'feminine', 'but', 'not', 'too', 'fussy', 'tee', 'is', 'a', 'nice', 'linen-like', 'material', 'i', 'got', 'the', 'white', 'one', 'which', 'will', 'go', 'with', 'a', 'lot', 'of', 'my', 'skirts', 'pants', 'and', 'shorts', 'unlike', 'other', 'reviewers', 'i', 'did', "n't", 'find', 'it', 'too', 'short', 'for', 'me', 'at', 'all', 'but', 'i', 'am', 'high-waisted', 'casual', 'but', 'with', 'extras', ',4,1,0', 'general', 'tops', 'knits'] ['2872,829,51', 'very', 'cute', 'top', 'i', 'went', 'down', 'a', 'size', 'because', 'for', 'me', 'it', 'was', 'a', 'little', 'large', 'in', 'the', 'back', 'but', 'that', 'was', 'just', 'my', 'taste', 'i', 'purchased', 'the', 'denim', 'print', ',1,1,1', 'general', 'petite', 'tops', 'blouses'] ['2873,1072,40', 'details', 'beautiful', 'color', 'and', 'the', 'fabric', 'is', 'very', 'substantial', 'and', 'soft', 'but', 'they', 'did', "n't", 'finish', 'the', 'bottom', 'hem', 'the', 'dress', 'is', 'lined', 'and', 'the', 'bottom', 'inside', 'has', 'a', 'ribbon', 'sewn', 'in', 'as', 'a', 'type', 'of', 'hem', 'but', 'the', 'actual', 'edge', 'is', 'just', 'cut', 'and', 'not', 'turned', 'in', 'on', 'itself', 'because', 'of', 'this', 'the', 'whole', 'bottom', 'had', 'a', 'hundred', 'little', 'fabric', 'frays', 'the', 'rest', 'of', 'the', 'dress', 'is', 'so', 'polished', 'it', 'just', 'does', "n't", 'make', 'sense', 'also', 'while', 'the', 'fabric', 'is', 'beautiful', 'my', 'dress', 'had', 'a', 'weird', 'mark', 'on', 'the', 'chest', 'almost', 'like', 'a', 'water', 'mark', 'just', 'overall', 'bad', 'attent', ',2,0,7', 'general', 'petite', 'dresses', 'dresses'] ['2874,573,43', 'odd', 'cut', 'i', 'order', 'from', 'retailer', 'regularly', 'and', 'am', 'pretty', 'consistently', 'a', '0', 'petite', 'or', 'xxs', 'petite', 'i', 'ordered', 'this', 'in', 'a', '0', 'petite', 'and', 'it', 'was', 'like', '5', 'inches', 'too', 'small', 'in', 'the', 'rib', 'cage', 'and', 'chest', 'area', 'even', 'if', 'i', 'would', 'have', 'got', 'it', 'zipped', 'up', 'the', 'halter', 'cut', 'is', 'cut', 'narrow', 'so', 'you', 'ca', "n't", 'wear', 'a', 'bra', 'for', 'sure', 'strapless', 'would', 'be', 'necessary', 'also', 'the', 'actual', 'neck', 'part', 'was', 'tight', 'for', 'reference', 'i', 'am', '5', '3', '108', 'pounds', 'and', 'a', '32c', 'bust', 'it', 'seems', 'you', 'need', 'to', 'be', 'flat', 'chested', 'to', 'pull', 'this', 'one', 'off', 'and', 'maybe', 'missing', 'a', 'few', 'ribs', ',3,0,17', 'general', 'petite', 'trend', 'trend'] ['2875,895,34', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2876,573,34', 'ok', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'in', 'the', 'mail', 'as', 'it', 'had', 'been', 'on', 'backorder', 'for', 'awhile', 'the', 'dress', 'is', 'beautiful', 'but', 'run', 'smalls', 'the', 'buttons', 'on', 'the', 'back', 'are', 'nearly', 'impossible', 'to', 'fasten', 'if', 'you', 'are', 'single', 'good', 'luck', 'trying', 'to', 'get', 'it', 'buttoned', 'i', "'ll", 'be', 'returning', 'it', ',3,0,4', 'general', 'petite', 'trend', 'trend'] ['2877,895,38', 'oh', 'so', 'pretty', 'this', 'cardigan', 'is', 'oh', 'so', 'pretty', 'it', 'does', 'have', 'a', 'cropped', 'length', 'it', 'fall', 'exactly', 'at', 'my', 'waist', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['2878,995,40', 'colors', 'vary', 'slightly', 'from', 'picture', 'this', 'is', 'an', 'interesting', 'skirt', 'the', 'fabric', 'is', 'comfortable', 'breathable', 'and', 'flowy', 'it', 'is', 'eye-catching', 'but', 'the', 'pattern', 'is', 'not', 'one', 'i', 'would', 'say', 'i', 'love', 'although', 'i', 'do', 'like', 'it', 'the', 'lighter', 'color', 'in', 'the', 'pattern', 'is', 'more', 'pink', 'than', 'off-white', 'which', 'is', 'fine', 'but', 'that', 'did', 'surprise', 'me', 'a', 'little', 'overall', 'i', 'kept', 'it', 'for', 'comfort', 'and', 'because', 'i', 'liked', 'it', 'enough', 'for', 'the', 'sale', 'price', 'i', 'paid', 'for', 'it', ',4,1,0', 'general', 'bottoms', 'skirts'] ['2879,863,45', 'ruffled', 'hem', 'tee', 'super', 'cute', 'will', 'be', 'buying', 'another', 'color', 'of', 'this', 'tee.,5,1,1', 'general', 'tops', 'knits'] ['2880,829,63', ',nice', 'top', 'that', 'can', 'be', 'worn', 'alone', 'or', 'underneath', 'a', 'sweater', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'worn', 'in', 'all', 'seasons.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2881,829,62', 'pretty', 'blouse', 'i', 'debated', 'between', 'the', 'xs', 'and', 'the', 'small', 'and', 'ended', 'up', 'with', 'the', 'small', 'because', 'it', "'s", '100', 'cotton', 'i', 'probably', 'could', "n't", 'probably', 'gotten', 'the', 'xs', 'one', 'we', 'will', 'see', 'if', 'it', 'shrinks', 'i', 'hope', 'it', 'does', 'a', 'little', 'i', 'do', 'wish', 'the', 'retailer', 'sizing', 'was', 'a', 'little', 'more', 'consistent', 'because', 'sometimes', 'the', 'xs', 'is', 'fine.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['2882,1125,26', 'statement', 'piece', 'i', 'bought', 'this', 'for', 'my', 'mom', "'s", 'birthday', 'and', 'she', 'loves', 'it', 'fits', 'true', 'to', 'size', 'and', 'flattering', 'for', 'all', 'busts', 'mom', 'went', 'up', 'a', 'size', 'to', 'be', 'able', 'to', 'put', 'a', 'sweater', 'underneath', 'but', 'she', 'received', 'lots', 'of', 'compliments', 'at', 'a', 'recent', 'function', 'she', 'wore', 'this', 'to', 'great', 'lines.,5,1,0', 'general', 'jackets', 'outerwear'] ['2883,829,69', 'love', 'it', 'i', 'love', 'this', 'top', 'i', 'was', 'thinking', 'that', 'i', 'was', 'going', 'to', 'need', 'a', 'x-large', 'because', 'i', "'m", 'very', 'busty', 'i', 'tried', 'it', 'on', 'at', 'the', 'store', 'and', 'the', 'large', 'was', 'perfect', 'it', "'s", 'comfortable', 'and', 'flattering', 'not', 'boxy', 'at', 'all', 'i', 'bought', 'it', 'in', 'plum', 'and', 'white', 'the', 'plum', 'is', 'more', 'a', 'wine', 'color', 'than', 'a', 'purple', 'which', 'i', 'prefer'] [] ['the', 'buttons', 'are', 'beautiful', 'but', 'i', 'could', "n't", 'see', 'myself', 'buttoning', 'and', 'unbuttoning', 'all', 'of', 'them', 'since', 'they', 'do', "n't", 'slide', 'out', 'of', 'the', 'buttonholes', 'easily', 'but', 'i', 'had', 'no', 'trouble', 'slipping', 'it', 'over', 'my', 'head', 'with', 'just', 'a', 'fe', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['2884,863,47', 'i', 'wish', 'they', 'would', 'redo', 'the', 'idea', 'of', 'this', 'shirt', 'is', 'awesome', 'it', 'just', 'needs', 'to', 'be', 'made', 'longer', 'and', 'not', 'so', 'boxy', 'the', 'ruffle', 'is', 'darling', 'i', 'would', 'be', 'so', 'happy', 'if', 'the', 'the', 'designer', 'made', 'some', 'modifications', 'i', 'think', 'a', 'lot', 'of', 'people', 'would', 'buy', 'it', 'then.,2,0,10', 'general', 'tops', 'knits'] ['2885,863,23', 'flowy', 'and', 'casual', 'this', 'shirt', 'is', 'awesome', 'i', 'absolutely', 'love', 'the', 'style', 'of', 'this', 'shirt', 'it', "'s", 'super', 'flowy', 'and', 'is', 'a', 'really', 'breathable', 'fabric', 'i', "'ve", 'been', 'wearing', 'this', 'shirt', 'a', 'lot', 'lately', 'with', 'printed', 'pants', 'the', 'only', 'downside', 'is', 'the', 'quality', 'of', 'material', 'it', 'kind', 'of', 'feels', 'like', 'this', 'shirt', 'could', 'have', 'been', 'made', 'myself', 'with', 'a', 'plain', 't', 'shirt', 'and', 'some', 'basic', 'sewing', 'skills', 'it', 'also', 'feels', 'like', 'it', "'s", 'going', 'to', 'start', 'falling', 'apart', 'at', 'the', 'arm', 'seams', 'nonetheless', 'i', 'adore', 'the', 'shirt', 'and', 'will', 'be', 'getting', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'this', 'season', 'no', ',5,1,1', 'general', 'tops', 'knits'] ['2886,829,59', 'pretty', 'detail', 'i', 'first', 'ordered', 'this', 'in', 'the', 'patterned', 'denim', 'the', 'online', 'photo', 'looks', 'washed', 'out', 'in', 'comparison', 'the', 'blouse', 'has', 'very', 'pretty', 'detail', 'all', 'along', 'the', 'body', 'and', 'cute', 'brass', 'buttons', 'the', 'pattern', 'unfortunately', 'looks', 'more', 'vivid', 'in', 'person', 'and', 'as', 'result', 'i', 'did', 'not', 'like', 'i', 'brought', 'it', 'to', 'the', 'store', 'and', 'tried', 'on', 'white', 'but', 'it', 'was', 'very', 'sheer', 'all', 'though', 'the', 'pleating', 'in', 'front', 'helps', 'i', 'ended', 'up', 'exchanging', 'it', 'with', 'plum', 'which', 'is', 'also', 'beautiful', 'not', 'as', 'much', 'sheen', 'as', 'shown', 'on', 'the', 'photo', 'but', 'still', 'beautiful', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['2887,829,50', 'love', 'the', 'design', 'and', 'colors'] ['runs', 'a', 'but', 'large', 'through', 'the', 'middle', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2888,863,49', 'nice', 'twist', 'on', 'a', 'classic', 'tee', 'i', 'liked', 'this', 'top', 'a', 'lot', 'when', 'i', 'saw', 'it', 'at', 'the', 'store', 'the', 'cotton', 'is', 'soft', 'and', 'comfortable', 'the', 'colors', 'are', 'good', 'i', 'tried', 'on', 'the', 'white', 'charcoal', 'and', 'light', 'aqua', 'blue', 'and', 'the', 'asymmetrical', 'edge', 'really', 'makes', 'it', 'the', 'subtle', 'ruffle', 'detail', 'at', 'the', 'edge', 'combined', 'with', 'the', 'pieced', 'asymmetrical', 'hem', 'takes', 'it', 'from', 'a', 'classic', 'tee', 'to', 'a', 'contemporary', 'style', 'however', 'my', 'store', 'does', "n't", 'have', 'petite', 'sizes', 'and', 'the', 'regular', 'size', 'hit', 'me', 'at', 'a', 'point', 'in', 'the', 'hip', 'that', 'was', "n't", 'super-flattering', 'on', 'me', 'at', '5', '1', 'it', 'imay', 'be', 'an', 'excelle', ',4,1,1', 'general', 'tops', 'knits'] ['2889,863,66', 'love', 'it', 'i', 'was', 'looking', 'for', 'cute', 'comfy', 'stylish', 'tees', 'and', 'was', 'ecstatic', 'when', 'i', 'came', 'across', 'this', 'one', 'i', 'purchased', 'the', 'coral', 'and', 'i', 'love', 'it', 'it', "'s", 'adorable', 'on', 'i', "'m", 'going', 'to', 'purchase', 'another', 'color', 'so', 'happy', ',5,1,0', 'general', 'tops', 'knits'] ['2890,863,58', 'i', 'think', 'this', 'top', 'works', 'best', 'for', 'a', 'petite', 'person', 'i', 'am', '5', '1', 'and', '106', 'lbs', 'the', 'xs', 'is', 'perfect', 'for', 'me', 'i', 'love', 'it', 'so', 'much', 'i', 'purchased', 'it', 'in', 'more', 'colors', 'i', 'machine', 'washed', 'and', 'line', 'dried', 'it', 'washed', 'beautifully', ',5,1,7', 'general', 'tops', 'knits'] ['2891,863,34', 'went', 'out', 'and', 'bough', 'it', 'in', 'a', 'second', 'color', 'i', 'read', 'the', 'mixed', 'reviews', 'on', 'this', 'tee', 'but', 'i', 'think', 'the', 'fit', 'is', 'flattering', 'and', 'comfortable', 'i', 'sized', 'down', 'as', 'i', 'do', 'in', 'many', 'retailer', 'tops', 'and', 'it', 'is', 'fitted', 'in', 'the', 'shoulder', 'and', 'chest', 'and', 'then', 'widens', 'away', 'at', 'the', 'waist', 'the', 'length', 'hits', 'me', 'at', 'the', 'hip', 'i', 'have', 'worn', 'it', 'layered', 'with', 'a', 'longer', 'tank', 'underneath.,4,1,0', 'general', 'tops', 'knits'] ['2892,863,44', 'love', 'this', 'shirt', 'this', 'is', 'a', 'great', 't-shirt', 'i', 'love', 'it', 'it', 'fits', 'great', 'is', "n't", 'too', 'bulky', 'and', 'has', 'a', 'great', 'length', 'to', 'go', 'with', 'anything', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['2893,863,62', 'what', 'a', 'darling', 't.', 'a', 'great', 'basic', 't', 'so', 'very', 'much', 'cuter', 'than', 'most', 'i', 'have', 'black', 'and', 'white', 'both', 'and', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,3', 'general', 'tops', 'knits'] ['2894,829,23', 'beautiful', 'blouse', 'try', 'on', 'before', 'purchasing', 'i', 'bought', 'this', 'blouse', 'in', 'plum', 'it', 'is', 'very', 'beautiful', 'and', 'is', 'a', 'gorgeous', 'color', 'for', 'fall', 'since', 'i', 'bought', 'this', 'in-person', 'i', 'decided', 'to', 'try', 'it', 'on', 'i', 'am', 'normally', 'an', 'x-small', 'in', 'retailer', 'blouses', 'i', 'tried', 'on', 'the', 'x-small', 'and', 'although', 'it', 'did', 'fit', 'there', 'is', "n't", 'much', 'room', 'this', 'could', 'be', 'a', 'problem', 'for', 'women', 'who', 'are', 'bustier', 'and', 'fuller', 'in', 'the', 'chest', 'and', 'arm', 'area', ',4,1,12', 'general', 'petite', 'tops', 'blouses'] ['2895,895,38', 'darling', 'cardigan', 'with', 'beautiful', 'detailing', 'this', 'cardigan', 'is', 'beautiful', 'with', 'its', 'cropped', 'fit', 'flutter', 'sleeves', 'and', 'vineyard', 'detailing', 'i', 'can', 'see', 'wearing', 'this', 'a', 'lot', 'this', 'fall', 'and', 'winter', 'my', 'only', 'complaint', 'is', 'that', 'the', 'sweater', 'was', 'pilling/shedding', 'quite', 'a', 'bit', 'the', 'first', 'time', 'that', 'i', 'wore', 'it', 'i', 'hope', 'that', 'that', 'does', "n't", 'happen', 'every', 'time', 'that', 'i', 'wear', 'it', 'i', 'also', 'have', 'yet', 'to', 'wash', 'it', 'to', 'see', 'how', 'the', 'fabric', 'looks', 'after', 'washing', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2896,863,56', 'simple', 'and', 'cute', 'i', 'bought', 'this', 'in', 'the', 'white', 'and', 'it', 'is', 'super', 'cute', 'more', 'fitted', 'at', 'top', 'slightly', 'belled', 'at', 'bottom', 'and', 'thankfully', 'not', 'see', 'through', ',4,1,0', 'general', 'tops', 'knits'] ['2897,863,36', 'adorable', 'i', 'bought', 'this', 'in', 'the', 'sky', 'color', 'and', 'sized', 'down', 'from', 'my', 'normal', 'medium', 'and', 'absolutely', 'love', 'it', 'i', 'do', "n't", 'think', 'it', "'s", 'boxy', 'at', 'all', 'on', 'the', 'contrary', 'i', 'love', 'the', 'way', 'it', 'hangs', 'i', 'do', "n't", 'find', 'it', 'to', 'be', 'short', 'either', 'though', 'i', 'do', 'tend', 'to', 'layer', 'with', 'a', 'longer', 'cami', 'underneath', 'p.s', 'the', 'ruffle', 'detail', 'is', 'precious', ',5,1,0', 'general', 'tops', 'knits'] ['2898,829,66', 'sweetest', 'print', 'i', 'ordered', 'size', 'large', 'in', 'the', 'denim', 'color', 'and', 'tops', 'like', 'this', 'are', 'the', 'reason', 'i', 'shop', 'at', 'retailer', 'this', 'is', 'such', 'a', 'sweet', 'little', 'floral', 'vertical', 'slimming', 'goes', 'with', 'anything', 'print', 'the', 'buttons', 'down', 'the', 'front', 'close', 'with', 'loops', 'it', "'s", 'easy', 'to', 'unbutton', 'a', 'few', 'and', 'pull', 'this', 'over', 'your', 'head', 'i', "'m", 'a', 'busty', '34g', 'and', 'there', "'s", 'no', 'gapping', 'or', 'pulling', 'the', 'shirt', 'arrived', 'with', 'the', 'sleeves', 'rolled', 'and', 'i', 'had', 'a', 'heck', 'of', 'a', 'time', 'getting', 'those', 'tiny', 'buttons', 'into', 'the', 'cuff', 'but', 'once', 'in', 'the', 'cuff', 'is', 'wide', 'enough', 'to', 'just', 'slip', 'your', 'arm', 'thr', ',4,1,6', 'general', 'petite', 'tops', 'blouses'] ['2899,890,66', 'statement', 'piece', 'beautifully', 'made', 'designer', 'sweater', 'and', 'it', "'s", 'soft', 'and', 'comfortable', 'i', 'decided', 'to', 'return', 'because', 'it', "'s", 'just', 'too', 'much', 'for', 'my', 'body', 'the', 'fringe', 'which', 'is', 'quite', 'long', 'overwhelmed', 'my', 'shape', 'and', 'i', 'looked', 'much', 'larger', 'than', 'i', 'am', 'the', 'color', 'is', 'true', 'white', 'the', 'knit', 'itself', 'is', 'fuzzy', 'it', 'closes', 'with', 'a', 'single', 'button', 'on', 'the', 'placket', 'at', 'the', 'neckline', 'although', 'not', 'for', 'me', 'i', 'do', 'recommend', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['2900,863,45', 'super', 'cute', 'love', 'this', 'shirt', 'so', 'much', 'i', 'bought', 'it', 'in', '2', 'different', 'colors', 'the', 'reviews', 'said', 'it', 'was', 'so', 'boxy', 'and', 'plain', 'but', 'i', 'disagree', 'looks', 'great', 'with', 'jeans', 'or', 'a', 'skirt', 'without', 'looking', 'looking', 'too', 'casual', 'love', 'that', 'they', 'are', 'not', 'too', 'long', 'also', 'so', 'many', 'tees', 'are', 'soon', 'long', 'and', 'these', 'are', 'not', 'thank', 'goodness'] ['definitely', 'runs', 'big', ',5,1,9', 'general', 'tops', 'knits'] ['2901,863,49', 'i', 'absolutely', 'love', 'these', 'tees', 'i', 'have', 'them', 'in', 'almost', 'every', 'color', 'i', 'find', 'i', 'can', 'wear', 'them', 'with', 'almost', 'anything', 'can', 'dress', 'them', 'up', 'or', 'down'] ['i', 'feel', 'like', 'they', 'are', 'true', 'to', 'size', 'i', 'purchased', 'the', 'small', 'but', 'i', 'probably', 'could', 'have', 'worn', 'an', 'xs', 'too', 'i', 'wanted', 'a', 'looser', 'fit'] ['also', 'they', 'wash', 'and', 'dry', 'well', 'too'] ['for', 'reference', '32d', '27', '35', ',5,1,0', 'general', 'tops', 'knits'] ['2902,829,48', 'love', 'this', 'style', 'this', 'shirt', 'has', 'a', 'great', 'fit', 'and', 'a', 'nice', 'change', 'from', 'the', 'swing', 'style', 'short', 'in', 'front', 'and', 'longer', 'in', 'back', 'looks', 'great', 'with', 'the', 'higher', 'waisted', 'pants', 'and', 'traditional', 'skinny', 'nice', 'details', 'on', 'buttons', 'and', 'trim,4,1,1', 'general', 'petite', 'tops', 'blouses'] ['2903,573,45', 'even', 'more', 'beautiful', 'in', 'person', 'this', 'dress', 'did', 'not', 'disappoint', 'it', 'fits', 'great', 'i', "'m", '5', '3', 'and', 'weigh', '114', 'and', 'i', 'got', 'a', 'petite', 'xs', 'length', 'was', 'perfect', 'i', 'have', 'a', 'longer', 'torso', 'so', 'the', 'waist', 'was', 'a', 'bit', 'higher', 'than', 'mine', 'but', 'it', 'did', "n't", 'sit', 'strangely', 'and', 'hung', 'well', 'i', 'am', 'small', 'chested', 'and', 'the', 'top', 'fit', 'me', 'very', 'well', 'i', 'think', 'if', 'you', 'have', 'been', 'blessed', 'in', 'that', 'area', 'you', 'may', 'want', 'to', 'size', 'up'] ['overall', 'it', 'really', 'is', 'beautiful', 'the', 'pattern', 'and', 'the', 'unexpected', 'transition', 'from', 'one', 'pattern', 'to', 'the', 'next', 'is', 'just', 'what', 'i', 'hoped', 'for', 'and', 'why', 'i', 'buy', 'from', 'retailer', 'i', ',5,1,27', 'general', 'petite', 'trend', 'trend'] ['2904,863,34', 'i', 'love', 'this', 'tee', 'as', 'others', 'have', 'noted', 'the', 'pink', 'is', 'really', 'more', 'of', 'a', 'coral', 'orange', 'which', 'is', 'what', 'i', 'was', 'hoping', 'for', 'i', 'wish', 'they', 'had', 'another', 'good', 'color', 'for', 'a', 'redhead', 'because', 'i', 'would', 'buy', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['2905,895,39', 'vintage', 'picnic', 'style', 'for', 'the', 'win', 'as-advertised', 'crop', 'sweater', 'is', 'a', 'great', 'length', 'design', 'is', 'an', 'iron-on', 'velvet', 'texture', 'rather', 'than', 'intarsia', 'weight', 'of', 'sweater', 'is', 'great', 'for', 'transitional', 'weather.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2906,895,45', 'shorter', 'than', 'on', 'model', 'this', 'is', 'a', 'darling', 'little', 'sweater', 'it', 'is', 'well', 'made', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'however', 'it', "'s", 'just', 'not', 'long', 'enough', 'on', 'me', 'to', 'be', 'a', 'top', 'which', 'is', 'what', 'i', 'was', 'hoping', 'for', 'i', 'thought', 'it', 'would', 'be', 'pretty', 'with', 'some', 'high', 'waisted', 'trousers', 'in', 'a', 'sort', 'of', '40', "'s", 'style', 'but', 'it', "'s", 'way', 'to', 'short', 'on', 'me', 'for', 'that', 'even', 'with', 'my', 'highest', 'waisted', 'pants', 'and', 'skirts', 'it', 'shows', 'skin', 'i', 'think', 'it', 'can', 'really', 'only', 'be', 'worn', 'as', 'a', 'shrug', 'over', 'a', 'dress', 'or', 'something', 'that', 'explains', 'why', 'the', 'model', 'looks', 'hunched', 'over', 'in', 'some', 'photos', 'i', "'m", 'still', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['2907,863,39', 'great', 'idea', 'poor', 'execution', 'i', 'love', 'this', 'brand', 'and', 'the', 'material', 'of', 'these', 'shirts', 'and', 'have', 'a', 'ton', 'similar', 'and', 'thought', 'this', 'was', 'adorable', 'with', 'the', 'sweet', 'detail', 'but', 'it', 'is', 'super', 'short', 'and', 'boxy', 'and', 'i', 'felt', 'uncomfortable', 'with', 'the', 'length', 'on', 'me', 'and', 'it', 'also', 'made', 'it', 'so', 'it', 'was', "n't", 'so', 'flattering', 'on', 'such', 'a', 'bummer', 'cuz', 'its', 'a', 'sweet', 'spin', 'on', 'a', 'plain', 'basic', 'tee', ',2,0,30', 'general', 'tops', 'knits'] ['2908,1125,46', 'absolutely', 'perfect', 'design', 'and', 'fit', 'just', 'loved', 'it', 'at', 'first', 'sight', 'and', 'waited', 'for', 'it', 'to', 'come', 'on', 'sale', 'i', 'am', 'usually', 'a', 'size', '0', 'or', 'xsmall', 'but', 'this', 'one', 'fits', 'perfectly', 'with', 'a', 'size', '2', 'i', 'am', 'about', '122', 'lbs', 'and', '5', 'ft', '2', 'and', 'this', 'size', 'fits', 'really', 'well', 'petite', 'is', 'too', 'short', 'esp', 'on', 'the', 'arms', 'the', 'lining', 'is', 'really', 'nice', 'as', 'well', 'the', 'design', 'and', 'the', 'cut', 'of', 'this', 'coat', 'is', 'really', 'flattering', 'unlike', 'some', 'of', 'the', 'boxy', 'designs', 'absolutely', 'divine', 'just', 'loved', 'it', ',5,1,1', 'general', 'jackets', 'outerwear'] ['2909,863,36', 'perfectly', 'comfortable', 'the', 'best', 'shirt', 'to', 'throw', 'on', 'with', 'a', 'pair', 'of', 'shorts', 'and', 'it', "'s", 'effortlessly', 'adorable', ',5,1,1', 'general', 'tops', 'knits'] ['2910,995,35', 'pretty', 'comfy', 'skirt', 'love', 'tracy', 'reese', 'finds', 'at', 'retailer', 'first', 'day', 'wearing', 'this', 'skirt', 'and', 'have', 'already', 'received', 'a', 'number', 'of', 'compliments', 'not', 'a', 'typical', 'material', 'i', 'would', 'buy', 'clothing', 'wise', 'but', 'it', "'s", 'really', 'comfortable', 'and', 'not', 'clingy', 'as', 'i', 'thought', 'it', 'may', 'be', 'i', 'appreciate', 'the', 'built', 'in', 'slip', 'for', 'some', 'extra', 'substance', 'as', 'well', ',4,1,0', 'general', 'bottoms', 'skirts'] ['2911,573,51', ',this', 'dress', 'is', 'very', 'pretty', 'and', 'would', 'be', 'nice', 'for', 'a', 'summer', 'wedding', 'you', 'will', 'need', 'to', 'go', 'braless', 'or', 'wear', 'a', 'strapless', 'bra', 'i', 'am', 'sending', 'it', 'back', 'because', 'as', 'it', 'runs', 'very', 'small', 'i', 'am', 'a', '34a', 'and', 'the', 'size', '2', 'was', 'too', 'snug', 'across', 'the', 'top.,4,1,26', 'general', 'petite', 'trend', 'trend'] ['2912,1125,33', 'so', 'excited', 'it', "'s", 'on', 'sale', 'i', 'have', 'been', 'wanting', 'this', 'coat', 'ever', 'since', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'a', 'month', 'ago', 'it', "'s", 'beautiful', 'and', 'well-made', 'it', 'fits', 'tts', 'but', 'a', 'snug', 'tts', 'so', 'if', 'you', 'are', 'between', 'sizes', 'i', 'would', 'order', 'up', 'grab', 'this', 'asap', 'while', 'the', 'price', 'is', 'right', 'and', 'it', 'is', 'still', 'available', ',5,1,0', 'general', 'jackets', 'outerwear'] ['2913,995,35', 'comfortable', 'and', 'beautiful', 'this', 'skirt', 'is', 'true', 'to', 'size', 'and', 'very', 'comfortable', 'on', 'the', 'colors', 'are', 'beautiful', 'and', 'deep', 'so', 'glad', 'i', 'snagged', 'this', 'on', 'sale', 'it', 'will', 'be', 'a', 'great', 'piece', 'to', 'dress', 'up', 'or', 'down', 'depending', 'on', 'where', 'i', 'am', 'going', 'love', 'it', 'get', 'it', 'while', 'you', 'can', ',4,1,0', 'general', 'bottoms', 'skirts'] ['2914,829,73', 'this', 'is', 'a', 'great', 'shirt', 'to', 'wear', 'with', 'jeans', 'or', 'pants', 'i', 'love', 'the', 'tucks', 'in', 'front', 'with', 'brass', 'buttons', 'you', 'do', "n't", 'have', 'to', 'unbutton', 'all', 'of', 'them', 'as', 'the', 'shirt', 'slides', 'easily', 'over', 'your', 'head', 'i', 'love', 'the', 'pattern', 'and', 'it', 'is', 'a', 'great', 'look', 'for', 'fall', 'and', 'later', 'on', 'winter', 'i', 'think', 'this', 'will', 'be', 'my', 'go-to', 'shirt', 'this', 'season', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['2915,573,41', 'bummer', 'my', 'first', 'complaint', 'is', 'this', 'dress', 'is', 'pinned', 'back', 'so', 'obviously', 'in', 'the', 'video', 'that', 'when', 'the', 'model', 'turns', 'around', 'not', 'all', 'the', 'way', 'you', 'can', 'see', 'the', 'pin', 'in', 'the', 'back', 'that', 'should', 'have', 'been', 'a', 'clue', 'that', 'this', 'dress', 'is', "n't", 'meant', 'to', 'fit', 'anyone', 'properly', 'if', 'it', 'does', "n't", 'fit', 'the', 'model', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'the', 'model', 'in', 'the', 'still', 'product', 'photos', 'sized', 'up', 'and', 'up', 'because', 'the', 'dress', 'does', 'not', 'fit', 'loosely', 'in', 'regular', 'size', 'nor', 'is', 'it', 'that', 'long', 'you', 'have', 'to', 'have', 'a', 'longer', 'torso', 'to', 'pull', 'off', 'the', 'top', 'or', 'the', 'fabr', ',3,0,2', 'general', 'petite', 'trend', 'trend'] ['2916,1125,41', 'statement', 'piece', 'this', 'coat', 'wo', "n't", 'take', 'me', 'through', 'a', 'cold', 'boston', 'winter', 'but', 'i', 'will', 'be', 'willing', 'to', 'sacrifice', 'a', 'little', 'warmth', 'in', 'order', 'to', 'take', 'this', 'beauty', 'out', 'for', 'a', 'night', 'on', 'the', 'town', 'it', "'s", 'chic', 'slim', 'elongating', 'and', 'bold', 'it', 'looks', 'fantastic', 'paired', 'with', 'some', 'bold', 'tall', 'boots', 'and', 'solid', 'colors', 'underneath', 'as', 'for', 'sizing', 'i', 'tend', 'to', 'disagree', 'with', 'most', 'runs', 'small', 'reviews', 'but', 'this', 'baby', 'runs', 'small', 'especially', 'if', 'you', 'really', 'do', 'live', 'in', 'a', 'cold', 'climate', 'and', 'intend', 'to', 'wear', 'something', 'substantial', 'underneath', 'my', 'bust', 'measurement', 'is', ',5,1,1', 'general', 'jackets', 'outerwear'] ['2917,1125,48', 'really', 'special', 'topper/coat/long', 'jacket', 'i', 'picked', 'this', 'up', 'during', 'the', 'bf', 'promo', 'and', 'very', 'happy', 'to', 'find', 'my', 'size', '10.', 'i', 'was', 'watching', 'this', 'coat', 'i', 'call', 'this', 'really', 'a', 'topper', 'because', 'it', 'is', 'not', 'heavy', 'and', 'finishes', 'an', 'outfit', 'i', 'went', 'up', 'to', 'a', 'size', '10', 'because', 'it', 'runs', 'slim', 'as', 'noted', 'in', 'the', 'description', 'and', 'the', 'reviews', 'i', 'find', 'this', 'piece', 'to', 'be', 'a', 'reminder', 'of', 'the', 'old', 'retailer', 'pieces', 'i', 'have', 'collected', 'over', 'the', 'years', 'since', '2001', 'my', 'chest', 'is', 'a', '34dd', 'and', 'even', 'then', 'the', '10', 'is', 'snug', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'bold', 'statement', 'piece', 'i', 'purchased', 'the', 'bailly', '44', 'navy', 'p', ',5,1,0', 'general', 'jackets', 'outerwear'] ['2918,995,47', 'get', 'it', 'now', 'this', 'skirt', 'is', 'so', 'much', 'better', 'in', 'person', 'than', 'in', 'the', 'pictures', 'fit', 'is', 'true', 'to', 'size', 'perfect', 'drape', 'lined', 'not', 'clingy', 'just', 'perfect', 'in', 'every', 'way', 'it', "'s", 'at', 'such', 'a', 'decent', 'price', 'point', 'too', 'that', 'i', 'think', 'it', 'will', 'sell', 'out', 'grab', 'it', 'now', 'in', 'your', 'size', 'while', 'you', 'can'] [] ['only', 'con', 'i', 'can', 'think', 'of', 'is', 'that', 'it', 'might', 'be', 'a', 'bit', 'long', 'for', 'petite', 'sizes', 'but', 'maybe', 'they', 'make', 'it', 'in', 'petite', ',5,1,3', 'general', 'bottoms', 'skirts'] ['2919,863,34', 'so', 'boxy', 'i', 'bought', 'this', 'shirt', 'in', 'a', 'l', 'since', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'too', 'fitted', 'and', 'was', 'concerned', 'a', 'm', 'would', 'be', 'it', 'is', 'so', 'boxy', 'it', "'s", 'like', 'a', 'completely', 'different', 'shirt', 'i', 'have', 'no', 'idea', 'how', 'it', 'looks', 'good', 'on', 'anyone', 'unless', 'it', 'is', 'simply', 'widened', 'the', 'larger', 'the', 'size', 'maybe', 'a', 'm', 'would', "n't", 'be', 'as', 'wide', 'and', 'therefore', 'as', 'boxy', 'but', 'this', 'shirt', 'is', 'just', 'a', 'bad', 'mess', 'returning', ',1,0,0', 'general', 'tops', 'knits'] ['2920,863,58', 'cute', 'tee', 'i', 'bought', 'this', 'tee', 'in', 'gray', 'and', 'i', 'liked', 'it', 'so', 'much', 'i', 'got', 'the', 'pink', 'as', 'well', 'it', 'is', 'not', 'see', 'through', 'or', 'sheer', 'in', 'either', 'of', 'the', 'colors', 'that', 'i', 'purchased', 'for', 'reference', 'i', 'am', '5', '2', 'and', 'the', 'shirt', 'hit', 'at', 'low', 'hip', 'i', 'ordered', 'one', 'size', 'up', 'for', 'a', 'swing', 'look', 'very', 'fresh', 'fun', 'take', 'on', 'the', 'basic', 'tee', 'love', 'it', ',4,1,4', 'general', 'tops', 'knits'] ['2921,863,31', 'surprisingly', 'flattering', 'i', 'have', 'a', 'couple', 'of', 'these', 'tanks', 'so', 'i', 'thought', 'i', 'would', 'try', 'the', 'tshirt', 'and', 'its', 'even', 'more', 'flattering', 'than', 'the', 'tanks', 'which', 'i', 'also', 'love', 'great', 'material', 'doesnt', 'stretch', 'out', 'like', 'you', 'would', 'think', 'it', 'would', 'and', 'looks', 'great', 'with', 'shorts', 'or', 'pants', ',5,1,0', 'general', 'tops', 'knits'] ['2922,829,52', 'works', 'for', 'casual', 'and', 'business', 'casual', 'this', 'is', 'a', 'lovely', 'blouse', 'i', 'think', 'is', 'a', 'bit', 'roomy', 'but', 'even', 'so', 'i', 'like', 'the', 'look', 'i', 'have', 'to', 'dress', 'business', 'casual', 'for', 'work', 'and', 'this', 'blouse', 'fits', 'the', 'bill', 'as', 'it', "'s", 'not', 'too', 'casual', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['2923,863,47', 'super', 'cute', 'comfy', 'this', 'is', 'an', 'awesome', "t'shirt", 'and', 'i', "'m", 'so', 'glad', 'it', 'finally', 'went', 'on', 'sale', 'i', 'had', 'been', 'eying', 'it', 'for', 'a', 'while', 'it', "'s", 'true', 'to', 'size', 'can', 'be', 'dressed', 'up', 'with', 'nice', 'slacks', 'or', 'dressed', 'down', 'with', 'boyfriend', 'jeans', 'washes', 'great', 'and', 'looks', 'different', 'from', 'other', 'shirts', 'the', 'ruffles', 'on', 'the', 'bottom', 'really', 'make', 'a', 'difference', 'gotten', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'tops', 'knits'] ['2924,1125,32', 'i', 'was', 'going', 'to', 'order', 'this', 'coat', 'online', 'but', 'i', 'ended', 'up', 'finding', 'it', 'in', 'store', 'there', 'was', "n't", 'a', '2', 'petite', 'available', 'but', 'the', 'store', 'had', 'a', '2', 'reg', 'and', 'i', 'found', 'it', 'to', 'fit', 'well', 'enough', 'i', "'m", 'about', '100', 'lbs', 'with', 'a', '5', 'ft', 'frame', 'and', 'a', '34d', 'chest', 'i', 'was', 'able', 'to', 'button', 'up', 'with', 'a', 'sweater', 'underneath'] [] ['this', 'is', 'a', 'fabric', 'coat', 'though', 'i', 'think', 'it', 'could', 'have', 'been', 'great', 'as', 'a', 'wool', 'coat', 'the', 'design', 'and', 'the', 'colors', 'make', 'it', 'easy', 'to', 'dress', 'up', 'any', 'simple', 'or', 'basic', 'outfit', 'i', 'highly', 'recommend', ',4,1,0', 'general', 'jackets', 'outerwear'] ['2925,863,59', 'defective', 'i', 'bought', '3', 'of', 'these', 'tops', 'in', 'different', 'colors', 'the', 'blue', 'one', 'had', 'one', 'sleeve', 'noticeably', 'shorter', 'sent', 'it', 'back', 'now', 'less', 'than', '10', 'days', 'later', 'they', 'are', 'on', 'sale', 'the', 'style', 'is', 'darling', 'and', 'get', 'many', 'complements', 'on', 'the', 'two', 'i', 'have', 'fyi', 'i', "'m", 'a', '36d', '130lbs', 'and', 'med', 'fit', 'great', ',3,1,0', 'general', 'tops', 'knits'] ['2926,863,60', 'yikes', '58', 'wasted', 'i', 'bought', 'this', 'very', 'cute', 't-shirt', 'in', 'sky', 'wore', 'it', 'once', 'then', 'washed', 'it', 'according', 'to', 'the', 'washing', 'instuctions', 'machine', 'washable/dryable', 'this', 't-shirt', 'turned', 'into', 'a', 'crop', 'top', 'i', 'ca', "n't", 'wear', 'it', 'it', "'s", 'going', 'to', 'goodwill', 'i', 'would', 'suggest', 'that', 'you', 'air', 'dry', 'this', 'shirt', 'if', 'you', 'want', 'to', 'take', 'the', 'chance', 'that', 'it', 'wo', "n't", 'shrink', 'up', 'several', 'inches', ',1,0,14', 'general', 'tops', 'knits'] ['2927,573,38', 'great', 'flowy', 'dress', 'to', 'combat', 'the', 'summer', 'heat', 'i', 'picked', 'this', 'dress', 'up', 'from', 'the', 'sales', 'rack', 'at', 'retailer', 'and', 'immediately', 'fell', 'in', 'love', 'when', 'i', 'tried', 'it', 'on', 'the', 'colors', 'are', 'prettier', 'in', 'person', 'the', 'cut', 'on', 'the', 'top', 'is', 'a', 'little', 'snug', 'my', 'bust', 'size', 'is', '32b', 'and', 'i', 'got', 'the', 'size', '2.', 'i', 'can', 'see', 'the', 'top', 'being', 'an', 'issue', 'for', 'bustier', 'women', 'overall', 'wonderful', 'quality', 'and', 'design', 'i', "'m", 'wearing', 'it', 'today', 'to', 'combat', 'the', '90', 'degree+', 'weather', ',5,1,2', 'general', 'petite', 'trend', 'trend'] ['2928,890,62', 'beautiful', 'this', 'sweater', 'is', 'really', 'beautiful', 'i', 'love', 'this', 'brand', 'and', 'this', 'piece', 'is', 'one', 'of', 'their', 'best', 'yet', 'the', 'fringe', 'is', 'perfect', 'and', 'flowy', 'a', 'sweater', 'that', 'you', 'can', 'team', 'with', 'jeans', 'and', 'boots', 'and', 'be', 'the', 'best', 'dressed', 'in', 'the', 'room', 'tts', 'soft', 'with', 'no', 'itch', 'really', 'happy', 'i', 'bought', 'it', 'and', 'because', 'of', 'the', 'color', 'and', 'weight', 'this', 'is', 'an', 'all', 'year', 'sweater', 'which', 'i', 'love', 'because', 'i', 'know', 'i', 'will', 'not', 'want', 'to', 'pack', 'it', 'away', 'it', 'fits', 'just', 'like', 'the', 'photo', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['2929,863,62', ',i', 'ordered', 'the', 'blouse', 'in', 'black', 'it', "'s", 'not', 'quite', 'black', 'but', 'maybe', 'in', 'between', 'a', 'brownish', 'gray', 'very', 'pretty', 'color', 'it', 'fits', 'just', 'right', 'would', 'have', 'like', 'it', 'just', 'a', 'tad', 'longer.,4,1,2', 'general', 'tops', 'knits'] ['2930,863,21', 'light', 'and', 'airy', 'i', 'got', 'this', 'shirt', 'in', 'light', 'blue', 'i', 'absolutely', 'love', 'it', 'i', 'just', 'bought', 'it', 'for', 'the', 'summer', 'and', 'i', 'wore', 'it', 'on', 'a', 'day', 'where', 'it', 'was', '85', 'and', 'it', 'was', 'just', 'perfect', 'it', 'is', 'a', 'very', 'light', 'material', 'and', 'it', "'s", 'very', 'flowy', 'so', 'it', 'breathes', 'very', 'well', 'i', 'got', 'an', 'xs', 'i', 'am', '5', '6', 'and', 'it', 'fits', 'just', 'perfectly', 'highly', 'recommend', ',4,1,0', 'general', 'tops', 'knits'] ['2931,573,39', 'pretty', 'but', 'small', 'gorgeous', 'print', 'on', 'light', 'weight', 'layers', 'in', 'a', 'cut', 'that', "'s", 'flattering', 'feminine', 'fun', 'i', 'sized', 'up', 'and', 'ordered', 'the', 'the', '12p', 'to', 'fit', 'my', 'large', 'rounded', 'rib', 'cage', '36dds', 'i', 'agree', 'with', 'previous', 'reviewers', 'that', 'the', 'bodice', 'runs', 'small', 'i', 'will', 'add', 'that', 'the', 'neckline', 'is', 'tight', 'if', 'you', 'have', 'a', 'fat', 'neck', 'like', 'mine', 'stats', 'are', '5', '3', '140', '36dd', '8/10', 'on', 'top', '6/8', 'on', 'bottom', ',5,1,4', 'general', 'petite', 'trend', 'trend'] ['2932,1125,46', 'florilege', 'coat', 'i', "'m", 'a', 'size', '2', 'in', 'retailer', 'pretty', 'much', 'across', 'the', 'board', 'size', '26/27', 'bottom', '2', 'top', 'generally', 'go', 'for', 'the', 'xs', 'and', 'i', 'ordered', 'this', 'in', 'a', '4', 'based', 'on', 'other', 'reviews', 'it', "'s", 'definitely', 'not', 'a', 'winter', 'coat', 'which', 'i', 'understood', 'it', "'s", 'not', 'for', 'layering', 'over', 'a', 'heavy', 'sweater', 'either', 'i', 'wish', 'i', 'had', 'ordered', 'the', 'size', '2', 'instead', 'so', 'that', 'it', 'was', 'a', 'little', 'snugger', 'in', 'the', 'waist', 'as', 'is', 'i', 'can', 'wear', 'it', 'over', 'a', 'shirt', 'dress', 'or', 'light', 'sweater', 'and', 'that', "'s", 'fine', 'but', 'unlike', 'other', 'reviewers', 'i', 'do', "n't", 'think', 'you', 'need', 'to', 'size', 'up', 'if', 'you', 'want', 'the', ',5,1,1', 'general', 'jackets', 'outerwear'] ['2933,863,46', 'ruffled', 'hem', 'tee', 'this', 'is', 'one', 'of', 'those', 'you', 'can', 'tell', 'from', 'the', 'hanger', 'that', 'it', "'s", 'not', 'going', 'to', 'work', 'too', 'boxy', 'too', 'short', 'and', 'the', 'girlish', 'ruffle', 'makes', 'it', 'look', 'like', 'an', 'over-sized', 'child', "'s", 'shirt', 'that', 'got', 'all', 'messed', 'up', 'in', 'the', 'washing', 'machine.,2,0,2', 'general', 'tops', 'knits'] ['2934,995,60', 'this', 'skirt', 'is', 'sooo', 'comfortable', 'soft', 'and', 'flowy', 'and', 'perfect', 'for', 'those', 'in-between', 'seasons.,4,1,0', 'general', 'bottoms', 'skirts'] ['2935,829,51', 'i', 'love', 'it', 'i', 'knew', 'i', 'would', 'keep', 'it', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'comfortable', 'beautiful', 'fabric', 'cute', 'gold', 'buttons', 'as', 'well', 'due', 'to', 'the', 'cut', 'it', 'feels', 'roomy', 'but', 'has', 'a', 'slender', 'fit', 'around', 'the', 'arms', 'the', 'denim', 'color', 'has', 'beautiful', 'detail', 'but', 'i', 'do', "n't", 'think', 'i', 'would', 'like', 'the', 'maroon', 'solid', 'i', 'wish', 'there', 'was', 'another', 'nonsolid', 'color', 'i', 'would', 'buy', 'another', 'one', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2936,1125,53', 'a', 'real', 'beauty', 'runs', 'almost', 'two', 'sizes', 'small', 'i', 'plan', 'to', 'wear', 'as', 'a', 'jacket', 'over', 'a', 'sleeveless', 'dress', 'skirt', 'trousers', 'like', 'a', 'suit', 'the', 'material', 'is', 'sturdy', 'i', 'recommend', 'for', 'early', 'autumn', 'or', 'spring', 'weather', 'once', 'again', 'a', 'collector', "'s", 'item', 'with', 'unique', 'colors', 'and', 'design', 'of', 'pattern', ',4,1,0', 'general', 'jackets', 'outerwear'] ['2937,895,48', 'classic', 'retailer', 'from', 'unique', 'shape', 'to', 'feminine', 'design', 'this', 'cropped', 'summer', 'sweater', 'is', 'the', 'kind', 'of', 'item', 'that', 'attracted', 'me', 'to', 'retailer', 'thirteen', 'years', 'ago', 'it', "'s", 'also', 'flattering', 'especially', 'for', 'this', 'petite', 'who', 'does', "n't", 'like', 'to', 'show', 'her', 'upper', 'arms', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['2938,995,35', ',,3,0,0', 'general', 'bottoms', 'skirts'] ['2939,1125,51', 'treat', 'yo', 'self', 'this', 'coat', 'is', 'just', 'as', 'nice', 'as', 'the', 'russian', 'one', 'from', 'a', 'few', 'years', 'ago', 'and', 'fits', 'the', 'same', 'it', 'is', 'stunning', 'i', 'swear', 'life', 'is', 'way', 'too', 'short', 'to', 'wear', 'only', 'average', 'coats', 'if', 'you', 'are', 'a', 'parks', 'and', 'recreation', 'fan', 'think', 'back', 'to', 'the', 'treat', 'yo', 'self', 'episode', 'and', 'you', "'ll", 'know', 'what', 'i', 'mean', 'i', 'ca', "n't", 'say', 'enough', 'wonderful', 'things', 'about', 'this', 'one', ',5,1,2', 'general', 'jackets', 'outerwear'] ['2940,838,65', 'if', 'you', 'love', 'cotton', 'and', 'feminine', 'details', 'this', 'is', 'the', 'kind', 'of', 'blouse', 'you', 'want', 'at', 'your', 'reach', 'when', 'dressing', 'on', 'a', 'humid', 'day', 'cotton', 'enhanced', 'with', 'beautiful', 'detail', 'a', 'very', 'classic', 'timeless', 'ageless', 'piece', 'i', 'bought', 'the', 'medium', 'which', 'fits', 'perfectly', 'size', '8', 'top', '34f', 'my', 'only', 'ding', 'is', 'that', 'the', 'neck', 'opening', 'should', 'be', 'stitched', 'less', 'deep', 'there', 'is', 'a', 'gap', 'funny', 'thing', 'is', 'that', 'in', 'the', 'photo', 'the', 'model', "'s", 'blouse', 'is', 'pinned', 'exactly', 'where', 'i', "'m", 'talking', 'about', 'i', 'did', "n't", 'take', 'off', 'a', 'star', 'because', 'i', 'had', 'a', 'dressmaker', 'fix', 'the', 'problem', 'but', 'this', 'was', 'annoying', 'i', 'wore', ',5,1,10', 'general', 'tops', 'blouses'] ['2941,829,66', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['2942,573,40', 'flirty', 'with', 'an', 'odd', 'fit', 'this', 'dress', 'is', 'so', 'light', 'and', 'twirly', 'and', 'the', 'fabric', 'is', 'as', 'airy', 'as', 'it', 'is', 'pretty', 'sadly', 'the', 'fit', 'was', 'a', 'bit', 'off', 'i', 'am', '5', '7', '128.', 'i', 'tried', 'on', 'my', 'usual', 'sz', '2', 'and', 'found', 'the', 'top', 'to', 'be', 'saggy', 'at', 'the', 'armpits', 'but', 'too', 'tight', 'at', 'the', 'waist', 'seam', 'going', 'up', 'to', 'a', '4', 'only', 'made', 'for', 'a', 'saggier', 'top', 'most', 'likely', 'a', 'great', 'dress', 'for', 'lean', 'or', 'long-torsoed', 'ladies', 'which', 'sadly', 'i', "'m", 'not', ',4,1,3', 'general', 'petite', 'trend', 'trend'] ['2943,863,22', 'simple', 'and', 'feminine', 'i', 'saw', 'this', 'shirt', 'on', 'a', 'friend', 'and', 'had', 'to', 'buy', 'it', 'right', 'away', 'it', 'has', 'the', 'comfort', 'of', 'a', 'regular', 'tee', 'but', 'the', 'frills', 'at', 'the', 'bottom', 'give', 'it', 'that', 'retailer', 'look', 'true', 'to', 'size.,5,1,0', 'general', 'tops', 'knits'] ['2944,863,60', 'great', 'little', 't-shirt', 'with', 'a', 'sweet', 'ruffle', 'i', 'bought', 'this', 'top', 'in', 'the', 'store', 'where', 'i', 'found', 'they', 'had', 'a', 'beautiful', 'mint', 'color', 'not', 'shown', 'here', 'i', 'think', 'the', 'length', 'is', 'perfect', 'so', 'many', 'of', 'the', 'tees', 'etc', 'are', 'extra', 'long', 'so', 'it', "'s", 'nice', 'to', 'have', 'a', 'variety', 'to', 'chose', 'from', 'i', "'m", '5', '5', 'and', 'this', 'little', 'tee', 'hits', 'right', 'where', 'my', 'legs', 'begin', 'it', 'is', 'very', 'free', 'flowing', 'and', 'cool', 'i', 'own', 'several', 'similar', 'tees', 'and', 'tanks', 'from', 'this', 'line', 'and', 'they', 'are', 'great', 'when', 'the', 'weather', 'gets', 'hot', ',5,1,9', 'general', 'tops', 'knits'] ['2945,863,64', 'cute', 'as', 'can', 'be', 'love', 'this', 'it', "'s", 'loose', 'and', 'easy', 'for', 'summer', 'fabric', 'is', 'not', 'too', 'sheer', 'the', 'asymmetrical', 'ruffle', 'is', 'such', 'a', 'cute', 'feature', 'washes', 'well', 'i', 'got', 'the', 'pink', 'for', 'myself', 'though', 'it', "'s", 'a', 'deep', 'coral', 'color', 'perfect', 'for', 'me', 'and', 'the', 'gray', 'for', 'my', 'daughter', 'wish', 'they', "'d", 'had', 'the', 'powder', 'blue', 'when', 'i', 'bought', 'ours', 'i', "'d", 'have', 'bought', 'that', 'color', 'for', 'her', 'instead', ',5,1,0', 'general', 'tops', 'knits'] ['2946,288,48', 'beautiful', 'and', 'comfortable', 'there', 'may', 'be', 'no', 'inner', 'lining', 'but', 'it', 'is', 'a', 'gorgeous', 'bra', 'and', 'so', 'comfortable', 'the', 'straps', 'and', 'well', 'make', 'and', 'sturdy', 'and', 'the', 'detailing', 'is', 'stunning', 'it', 'is', 'absolutely', 'true', 'to', 'size', '34c', 'fit', 'like', 'a', 'glove', 'a', 'winner', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['2947,1125,52', 'beautiful', 'one-of-a-kind', 'jacket', 'i', 'love', 'this', 'coat', 'i', 'purchased', 'the', 'size', '6.', 'i', 'am', 'a', 'size', '6', 'petite', 'but', 'they', 'were', 'out', 'plus', 'i', 'wanted', 'the', 'coat', 'to', 'be', 'a', 'little', 'longer', 'i', 'was', "n't", 'a', 'fan', 'of', 'how', 'high', 'it', 'was', 'on', 'the', 'model', 'it', 'fit', 'as', 'i', 'expected', 'i', 'will', 'have', 'to', 'take', 'up', 'the', 'arm', 'length', 'and', 'it', 'hit', 'a', 'little', 'longer', 'than', 'it', 'did', 'on', 'the', 'model', 'i', 'am', '5', '120', 'pounds', '34c'] [] ['the', 'quality', 'is', 'what', 'i', 'expected', 'it', "'s", 'excellent', 'with', 'lining', 'color', 'is', 'as', 'shown', 'this', 'coat', 'will', 'go', 'with', 'everything', 'i', 'plan', 'to', 'dress', 'it', 'up', 'and', 'down', 'i', 'purchased', 'the', 'orange', 'pants', 'and', 'the', ',5,1,0', 'general', 'jackets', 'outerwear'] ['2948,863,49', 'great', 'easy', 'tee', 'as', 'other', 'reviewers', 'said', 'this', 'top', 'is', 'rather', 'boxy', 'but', 'i', 'assumed', 'it', 'ran', 'big', 'ordered', 'a', 'size', 'down', 'i', 'love', 'it', 'i', 'ended', 'up', 'buying', 'it', 'in', 'both', 'black', 'white', 'personally', 'i', 'do', "n't", 'find', 'it', 'too', 'short', 'it', 'hits', 'on', 'me', 'just', 'below', 'the', 'waist', 'of', 'my', 'jeans', 'it', 'covers', 'up', 'my', 'tummy', 'which', 'no', 'one', 'needs', 'to', 'see', 'but', 'still', 'looks', 'youthful', 'the', 'little', 'ruffle', 'detail', 'front', 'seam', 'take', 'it', 'from', 'boring', 'basic', 'to', 'something', 'special', 'enough', 'to', 'feel', 'put', 'together', 'by', 'just', 'pairing', 'with', 'cute', 'jeans', 'i', 'generally', 'wear', 'a', '14', '38dd', 'bra', ',5,1,0', 'general', 'tops', 'knits'] ['2949,1090,34', 'beautiful', 'dress', 'for', 'spring', 'i', 'bought', 'this', 'dress', 'for', 'an', 'awards', 'ceremony', 'and', 'could', "n't", 'be', 'more', 'pleased', 'the', 'quality', 'and', 'detailing', 'on', 'the', 'dress', 'are', 'great', 'and', 'the', 'hidden', 'side', 'zipper', 'makes', 'the', 'dress', 'easy', 'to', 'put', 'on', 'i', 'love', 'that', 'it', "'s", 'machine', 'washable', 'on', 'a', 'delicate', 'setting', 'i', "'ve", 'already', 'worn', 'it', 'twice', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'for', 'easter', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['2950,1094,47', 'this', 'is', 'a', 'beautiful', 'dress', 'and', 'it', 'was', 'hard', 'to', 'let', 'it', 'go', 'but', 'unfortunately', 'because', 'the', 'fabric', 'is', 'a', 'little', 'stiff', 'it', 'accentuated', 'my', 'curvy', 'back', 'side', 'in', 'a', 'bad', 'way', 'it', 'will', 'definitely', 'look', 'great', 'on', 'someone', 'with', 'a', 'smaller', 'bottom', 'i', 'tried', 'the', 'xs', 'and', 'did', 'not', 'experience', 'the', 'issues', 'that', 'other', 'reviewers', 'mentioned', 'such', 'as', 'the', 'large', 'arm', 'holes', ',4,1,2', 'general', 'dresses', 'dresses'] ['2951,873,44', 'pretty', 'tank', 'top', 'this', 'is', 'the', 'perfect', 'tank', 'for', 'everyday', 'but', 'it', 'looks', 'like', 'you', "'ve", 'dressed', 'up', 'a', 'bit', 'i', 'love', 'the', 'flow', 'and', 'the', 'ruffles', 'and', 'it', 'looks', 'super', 'cute', 'with', 'a', 'pair', 'of', 'skinny', 'pants', 'really', 'comfortable', 'and', 'it', 'is', 'good', 'quality.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2952,1094,39', 'just', 'say', 'yes', 'this', 'dress', 'is', 'lovely', 'the', 'embroidery', 'is', 'beautifully', 'done', 'and', 'with', 'bright', 'colors', 'the', 'material', 'is', 'sturdy', 'the', 'fit', 'is', 'overall', 'true', 'to', 'size', 'but', 'slightly', 'small', 'through', 'the', 'bust', 'the', 'length', 'is', 'several', 'inches', 'above', 'my', 'knees', 'and', 'i', 'ordered', 'the', '6', 'regular', 'even', 'though', 'i', 'am', 'only', '5', '4', 'the', 'pockets', 'are', 'a', 'bonus', ',5,1,0', 'general', 'dresses', 'dresses'] ['2953,1094,49', 'beautiful', 'dress', 'this', 'is', 'beautiful', 'dress', 'with', 'great', 'fit', 'i', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'top', 'is', 'small', 'but', 'works', 'well', 'for', 'my', 'small', 'bust', 'size', 'the', 'fabric', 'is', 'heavy', 'giving', 'the', 'dress', 'a', 'more', 'sophisticated', 'feel.,5,1,0', 'general', 'dresses', 'dresses'] ['2954,1094,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2955,1094,48', 'pretty', 'but', 'stiff', 'this', 'dress', 'you', 'will', 'want', 'to', 'try', 'on', 'in', 'the', 'store', 'it', 'is', 'very', 'thick', 'and', 'stiff', 'fabric', 'the', 'whole', 'front', 'is', 'embroidered', 'and', 'the', 'big', 'drawback', 'for', 'me', 'is', 'that', 'waist', 'seam', 'there', 'is', 'absolutely', 'no', 'give', 'in', 'that', 'waist', 'this', 'is', 'not', 'stretchy', 'fabric', 'and', 'not', 'easy', 'for', 'just', 'any', 'body', 'type', 'to', 'wear', 'sad', 'because', 'it', 'is', 'very', 'pretty', 'on', 'the', 'rack', ',4,0,5', 'general', 'dresses', 'dresses'] ['2956,1097,25', 'beautiful', 'olive', 'green', 'this', 'is', 'so', 'amazing', 'the', 'dress', 'is', 'solid', 'and', 'will', 'go', 'under', 'many', 'different', 'jackets', 'kimonos', 'and', 'sweaters', ',5,1,0', 'general', 'dresses', 'dresses'] ['2957,1001,54', 'pros', '1', 'the', 'color', 'and', 'texture', 'of', 'this', 'skirt', 'are', 'gorgeous', 'twice', 'as', 'pretty', 'as', 'the', 'photo'] ['2', 'you', 'could', 'wear', 'this', 'with', 'almost', 'any', 'color', 'top', 'black', 'boots', 'and', 'youve', 'got', 'a', 'great', 'outfit'] ['3', 'the', 'black', 'side', 'panels', 'make', 'this', 'a', 'very', 'figure', 'flattering', 'skirt'] [] ['cons'] ['this', 'skirt', 'is', 'unlined', 'because', 'it', "'s", 'a', 'knit', 'skirt', 'on', 'some', 'mesh', 'it', "'s", 'slightly', 'seethrough', 'i', "'ll", 'wear', 'it', 'with', 'a', 'slip', 'but', 'seriously', 'for', 'this', 'price', 'it', 'should', 'be', 'lined', ',4,1,1', 'general', 'bottoms', 'skirts'] ['2958,1094,20', 'beautiful', 'special', 'occasion', 'dress', 'i', 'bought', 'this', 'to', 'wear', 'to', 'holiday', 'parties', 'but', 'it', 'would', 'work', 'for', 'any', 'special', 'occasion', 'the', 'embroidery', 'is', 'gorgeous', 'and', 'really', 'pops', 'on', 'the', 'black', 'background', 'the', 'dress', 'itself', 'is', 'a', 'brushed', 'cotton', 'that', 'is', 'thick', 'enough', 'to', 'not', 'to', 'show', 'every', 'bulge', 'i', 'said', 'it', 'runs', 'tts', 'i', 'bought', 'the', 'size', '2', 'and', 'normally', 'would', 'wear', 'a', '2', 'or', '4', 'in', 'retailer', 'dresses', 'the', 'dress', 'is', 'fitted', 'through', 'the', 'torso', 'and', 'flairs', 'at', 'the', 'hips', 'so', 'you', 'may', 'want', 'to', 'size', 'up', 'or', 'down', 'depending', 'on', 'your', 'body', 'type', 'i', 'did', 'not', 'have', 'any', 'issue', 'with', 'the', 'armhole', ',5,1,1', 'general', 'dresses', 'dresses'] ['2959,1094,30', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2960,1078,40', 'adorable', 'and', 'comfortable', 'this', 'was', 'a', 'rare', 'full-price', 'purchase', 'for', 'me', 'i', 'do', 'think', 'that', 'it', 'runs', 'slightly', 'large', 'but', 'that', 'is', 'part', 'of', 'the', 'look', 'of', 'this', 'dress', 'i', 'considered', 'sizing', 'down', 'to', 'an', 'xs', 'for', 'more', 'definition', 'at', 'the', 'waist', 'but', 'they', 'did', "n't", 'have', 'one', 'in', 'store', 'so', 'i', 'decided', 'to', 'stick', 'with', 'my', 'regular', 's.', 'i', 'look', 'forward', 'to', 'wearing', 'this', 'with', 'sandals', 'while', 'summer', 'is', 'still', 'sweltering', 'but', 'i', 'also', 'think', 'it', 'will', 'transition', 'well', 'with', 'tights', 'boots', 'and', 'a', 'cardigan', 'when', 'temps', 'start', 'cooling', 'off', ',5,1,3', 'general', 'dresses', 'dresses'] ['2961,854,52', 'great', 'tee', 'this', 'is', 'a', 'great', 'versatile', 'everyday', 'tee', 'the', 'fit', 'is', 'flattering', 'and', 'the', 'material', 'is', 'soft', 'and', 'lightweight', 'this', 'like', 'many', 'retailer', 'tops', 'runs', 'large', 'under', 'the', 'arms', 'i', 'first', 'tried', 'the', 'medium', 'and', 'although', 'i', 'liked', 'the', 'way', 'the', 'tee', 'hung', 'it', 'gapped', 'in', 'my', 'underarms', 'there', 'was', 'no', 'small', 'in', 'my', 'store', 'so', 'i', 'tried', 'on', 'the', 'xs', 'it', 'still', 'hung', 'nicely', 'and', 'no', 'underarm', 'gap', 'love', 'the', 'simple', 'colors', 'denim', 'blue', 'and', 'gray', 'is', 'a', 'great', 'combination', 'liked', 'it', 'enough', 'to', 'pay', 'full', 'price', ',5,1,11', 'general', 'petite', 'tops', 'knits'] ['2962,1094,32', 'beautiful', 'dress', 'pictures', 'do', "n't", 'do', 'this', 'dress', 'justice', 'color', 'in', 'store', 'is', 'much', 'more', 'vibrant', 'embroidered', 'flower', 'is', 'more', 'orange/coral', 'colored', 'also', 'at', 'certain', 'angles', 'depending', 'on', 'the', 'lighting', 'this', 'dress', 'looks', 'navy', 'blue', 'versus', 'black', 'which', 'i', 'enjoyed', 'sizing', 'while', 'i', 'could', 'have', 'gotten', 'away', 'with', 'my', 'usual', '8', 'the', 'side', 'view', 'was', 'too', 'voluminous', 'and', 'somewhat', 'unflattering', 'so', 'i', 'ended', 'up', 'sizing', 'down', 'to', 'a', '6', 'for', 'a', 'more', 'tailored', 'look', ',5,1,0', 'general', 'dresses', 'dresses'] ['2963,873,48', 'tank', 'top', 'with', 'a', 'little', 'something', 'extra', 'i', 'usually', 'wear', 'a', 'size', 'small', 'in', 'deletta', 'i', 'am', '5', '5', 'and', '140', 'pounds', 'the', 'small', 'ran', 'true', 'to', 'size', 'for', 'me', 'saying', 'that', 'i', 'am', 'a', 'size', '8', 'so', 'usually', 'everywhere', 'else', 'i', 'can', 'take', 'small', 'or', 'medium', 'so', 'i', 'can', 'see', 'how', 'reviewers', 'say', 'it', 'runs', 'big', 'love', 'the', 'ruffles', 'on', 'this', 'tank', 'makes', 'it', 'a', 'little', 'more', 'special', 'super', 'comfy', 'and', 'easy', 'to', 'wear', 'will', 'be', 'great', 'for', 'hot', 'summer', 'days', 'in', 'florida', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['2964,873,40', ',this', 'is', 'a', 'really', 'pretty', 'top', 'that', 'you', 'can', 'dress', 'up', 'or', 'down', 'the', 'draping', 'on', 'the', 'neck', 'and', 'shoulders', 'falls', 'nicely', 'and', 'i', 'love', 'the', 'back', 'with', 'the', 'lace', 'it', 'is', 'simple', 'but', 'unique', 'and', 'has', 'nice', 'classic', 'lines', 'i', 'am', 'usually', 'a', 'pxs', 'but', 'based', 'on', 'the', 'measurements', 'i', 'went', 'with', 'the', 'regular', 'xxs', 'and', 'glad', 'i', 'did', 'bc', 'the', 'petite', 'would', 'have', 'been', 'too', 'short.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['2965,1094,24', 'favorite', 'dress', 'in', 'agreement', 'with', 'all', 'the', 'reviewers', 'before', 'me', 'this', 'dress', 'is', 'gorgeous'] ['i', 'am', '5', '4', '120lbs', '34a', 'and', 'got', 'this', 'is', 'in', 'a', 'size', '0', 'and', 'it', 'fits', 'perfectly', 'but', 'i', 'would', 'be', 'in', 'a', 'little', 'bit', 'of', 'trouble', 'if', 'i', 'were', 'significantly', 'larger', 'up', 'top', 'so', 'if', 'you', 'are', 'definitely', 'size', 'up'] ['the', 'material', 'is', 'thick', 'structured', 'and', 'very', 'well', 'made', 'every', 'time', 'i', 'wear', 'this', 'out', 'i', 'get', 'a', 'ton', 'of', 'compliments'] ['one', 'of', 'my', 'favorite', 'parts', 'about', 'it', 'is', 'the', 'intricate', 'embroidery', 'on', 'the', 'neck-line', 'that', 'gives', 'the', 'illusion', 'that', 'you', 'are', 'wearing', 'a', 'necklac', ',5,1,1', 'general', 'dresses', 'dresses'] ['2966,1094,34', 'the', 'dress', 'has', 'nice', 'fabric.', 'i', 'ordered', 'a', '6', 'and', 'it', 'fit', 'great', 'i', 'am', '5ft', '3', 'and', '130lbs', '34b', 'in', 'the', 'chest', 'i', 'love', 'the', 'fabric', 'i', 'was', 'drawn', 'to', 'it', 'because', 'i', 'do', "n't", 'think', 'it', 'will', 'wrinkle', 'and', 'crease', 'as', 'easily', 'as', 'other', 'fabrics', 'it', 'is', 'a', 'flattering', 'cut', 'and', 'is', 'very', 'beautiful', 'in', 'person', 'the', 'embroidery', 'makes', 'the', 'dress', 'unique', ',4,1,6', 'general', 'dresses', 'dresses'] ['2967,854,41', 'this', 'is', 'a', 'soft', 'comfortable', 'shirt', 'it', 'fits', 'like', 'a', 't-shirt', 'should', 'i', 'usually', 'buy', 'm', 'but', 'based', 'on', 'other', 'reviews', 'i', 'purchased', 's.', 'the', 'fit', 'on', 'me', 'in', 'size', 'small', 'is', 'similar', 'to', 'the', 'model', 'in', 'the', 'photo', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['2968,873,32', 'run', 'large', 'i', 'love', 'the', 'idea', 'of', 'ruffles', 'but', 'this', 'shirt', 'was', 'huge', 'i', 'normally', 'wear', 'a', 'small', 'or', 'medium', 'and', 'i', 'got', 'the', 'small', 'it', 'felt', 'more', 'like', 'a', 'large', 'to', 'me', 'maybe', 'if', 'you', 'size', 'down', '1-2', 'sizes', 'it', 'will', 'work', 'out', 'for', 'you', 'i', "'m", 'going', 'to', 'take', 'it', 'back', 'rather', 'than', 'exchange', 'i', 'also', 'wish', 'it', 'was', 'a', 'more', 'lightweight', 'material', 'for', 'summer', 'but', 'it', "'s", 'pretty', 'thick', ',3,0,3', 'general', 'petite', 'tops', 'knits'] ['2969,890,36', 'bohemian', 'and', 'lovely', 'i', 'ordered', 'this', 'on', 'a', 'whim', 'during', 'the', '40', 'discount', 'upon', 'sale', 'price', 'i', 'was', 'a', 'bit', 'worried', 'it', 'looked', 'like', 'a', 'burlap', 'sack', 'initially', 'but', 'after', 'trying', 'it', 'on', 'with', 'an', 'under', 'tank', 'and', 'leggings', 'i', 'decided', 'it', 'was', 'a', 'keeper', 'its', 'quite', 'soft', 'and', 'is', 'flattering', 'i', 'usually', 'wear', 'a', 'medium', 'got', 'the', 'm/l', 'and', 'fits', 'well', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['2970,854,38', 'unique', 'blouse', 'comfortable', 'fit', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'the', 'xl', 'in', 'this', 'blouse', 'fit', 'nicely', 'tops', 'from', 'tiny', 'can', 'sometimes', 'be', 'really', 'tiny', 'but', 'this', 'blouse', 'is', 'cut', 'correctly', 'for', 'it', "'s", 'size', 'i', "'m", 'full', 'figured', 'and', 'busty', 'and', 'the', 'xl', 'fit', 'comfortably', 'if', 'you', "'re", 'athletic', 'or', 'have', 'a', 'petite', 'bust', 'or', 'are', 'slender', 'you', 'might', 'be', 'able', 'to', 'size', 'down'] [] ['the', 'neckline', 'is', 'really', 'beautiful', 'and', 'unique', 'and', 'the', 'shirt', 'material', 'is', 'soft', 'the', 'front', 'is', 'a', 'very', 'pale', 'lavender', 'and', 'the', 'sleeves', 'and', 'back', 'of', 'the', 'blouse', 'are', 'gray', 'there', 'is', 'a', 'pale', 'lavender', 'lining', 'fo', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['2971,1094,31', 'my', 'favorite', 'retailer', 'dress', 'ever', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'pattern', 'is', 'gorgeous', 'and', 'it', 'is', 'so', 'comfortable', 'i', 'have', 'received', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'i', 'will', 'definitely', 'start', 'paying', 'more', 'attention', 'to', 'this', 'brand', 'when', 'shopping', 'retailer.,5,1,0', 'general', 'dresses', 'dresses'] ['2972,873,60', 'cute', 'black', 't-shirt', 'cute', 'black', 't-shirt', 'that', 'runs', 'absolutely', 'huge'] ['i', 'ordered', 'the', 'extra', 'small', 'because', 'the', 'extra', 'extra', 'small', 'was', 'sold', 'out'] ['the', 'extra', 'small', 'was', 'not', 'even', 'close', 'to', 'fitting'] [] ['so', 'disappointing', 'very', 'cute', 't-shirt', 'for', 'very', 'big', 'people', 'do', 'not', 'buy', 'if', 'your', 'petite', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['2973,1094,57', 'perfect', 'little', 'dress', 'this', 'is', 'the', 'perfect', 'dress', 'for', 'going', 'out', 'and', 'wearing', 'to', 'work', 'with', 'a', 'jacket', 'or', 'sweater', 'and', 'boots', 'it', 'fits', 'perfectly', 'across', 'the', 'bust', 'and', 'waist', 'and', 'then', 'has', 'enough', 'room', 'to', 'glide', 'over', 'the', 'hips'] ['the', 'material', 'is', 'structured', 'enough', 'to', 'give', 'me', 'a', 'nice', 'curvy', 'shape', 'and', 'the', 'embroidery', 'is', 'well', 'done', 'and', 'beautiful', 'my', 'husband', 'picked', 'this', 'out', 'from', 'the', 'catalog', 'and', 'loved', 'it', 'on', 'me', 'as', 'well', ',5,1,4', 'general', 'dresses', 'dresses'] ['2974,873,39', 'large', 'long', 'and', 'lovely', 'i', 'like', 'this', 'top', 'because', 'it', 'covers', 'the', 'bum', 'it', 'is', 'a', 'little', 'longer', 'in', 'the', 'back', 'than', 'front', 'it', 'is', 'cotton', 'modal', 'soft', 'and', 'it', 'is', 'light', 'enough', 'for', 'summer', 'the', 'ruffles', 'add', 'nice', 'flow', 'and', 'fun', 'detail', 'i', 'bought', 'this', 'piece', 'because', 'it', 'will', 'make', 'a', 'nice', 'top', 'to', 'wear', 'in', 'the', 'summer', 'but', 'classier', 'than', 'a', 'tank', 'top', 'i', 'also', 'knew', 'it', 'would', 'make', 'a', 'nice', 'layering', 'piece', 'under', 'a', 'sweater', 'in', 'the', 'winter', 'i', 'buy', 'all', 'my', 'clothing', 'pieces', 'now', 'based', 'on', 'versatility', 'material', 'for', 'comfort', 'and', 'classical', 'style', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['2975,1078,38', 'pretty', 'dress', 'poor', 'fit', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'it', 'just', 'did', "n't", 'fit', 'in', 'anyway', 'i', 'ordered', 'an', 'xs', 'petite', 'and', 'it', 'was', 'very', 'large', 'the', 'lacing', 'in', 'the', 'back', 'is', 'completely', 'useless', 'and', 'that', "'s", 'what', 'i', 'liked', 'about', 'the', 'dress', 'i', 'was', 'thinking', 'it', 'would', 'be', 'unlaced', 'more', 'at', 'the', 'top', 'because', 'of', 'chest', 'and', 'then', 'lace', 'more', 'tightly', 'near', 'the', 'waist', 'it', 'was', 'completely', 'closed', 'off', 'and', 'the', 'dress', 'was', 'still', 'very', 'loose', 'and', 'unflattering', 'beautiful', 'fabric', 'great', 'color', 'combo', 'bad', 'fit', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['2976,1094,46', 'embroidered', 'perennial', 'dress', 'i', "'m", 'usually', 'a', '2-4', 'in', 'retailer', 'dresses', 'and', 'i', 'was', 'surprised', 'how', 'well', 'the', '2', 'fit', 'i', 'like', 'that', 'the', 'dress', 'is', 'navy', 'instead', 'of', 'black', 'which', 'makes', 'it', 'even', 'prettier.the', 'embroidery', 'is', 'very', 'nice', 'without', 'being', 'too', 'much', 'to', 'wear', 'for', 'more', 'casual', 'activities', 'fabric', 'is', 'thick', 'enough', 'for', 'wearing', 'out', 'in', 'autumn', 'with', 'some', 'tights', 'and', 'a', 'sweater', 'prettier', 'in', 'person', ',4,1,5', 'general', 'dresses', 'dresses'] ['2977,1078,58', 'fun', 'dress', 'this', 'dress', 'has', 'the', 'same', 'bold', 'great', 'color', 'as', 'the', 'picture', 'although', 'it', 'has', 'a', 'big', 'swing', 'to', 'it', 'because', 'the', 'upper', 'portion', 'is', 'a', 'bit', 'fitted', 'i', 'do', "n't", 'feel', 'like', 'i', 'look', 'pregnant', 'the', 'material', 'is', 'extremely', 'well', 'done', 'and', 'i', 'like', 'the', 'above', 'the', 'knee', 'styling', 'i', "'m", 'very', 'happy', 'i', 'bought', 'it', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['2978,1094,35', ',love', 'embroidery', ',5,1,0', 'general', 'dresses', 'dresses'] ['2979,1094,40', 'this', 'dress', 'is', 'gorgeous', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'several', 'weeks', 'ago', 'and', 'loved', 'it', 'but', 'the', 'cost', 'was', 'a', 'deterrent', 'when', 'it', 'went', 'on', 'sale', 'i', 'ordered', 'it', 'immediately', 'hoping', 'it', 'gets', 'here', 'soon', 'the', 'fit', 'is', 'wonderful', 'length', 'perfect', 'embroidery', 'just', 'beautiful', 'and', 'quality', 'is', 'excellent', 'it', 'is', 'versatile', 'too', 'easy', 'to', 'dress', 'down', 'with', 'a', 'sweater', 'and', 'boots', 'and', 'beautiful', 'for', 'a', 'more', 'formal', 'event', 'like', 'a', 'wedding', 'for', 'fit', 'reference', 'i', 'am', '5', '8', '130', 'lb', 'and', 'ordered', 'size', '6', 'this', 'was', 'the', 'correct', 'fit', 'in', 'the', 'store', 'exci', ',5,1,1', 'general', 'dresses', 'dresses'] ['2980,1097,46', 'very', 'cute', 'summer', 'dress', 'this', 'dress', 'was', 'adorable', 'i', 'found', 'it', 'to', 'be', 'a', 'little', 'too', 'short', 'for', 'my', 'taste-', 'i', "'m", '5', '9', 'and', 'it', 'hit', 'mid', 'thigh', 'i', 'think', 'you', 'would', 'probably', 'see', 'my', 'rear', 'if', 'there', 'were', 'the', 'slightest', 'breeze', 'but', 'it', 'would', 'be', 'perfect', 'on', 'some', 'shorter', 'embroidery', 'was', 'beautiful', 'and', 'i', 'loved', 'the', 'collar', 'also', 'a', 'little', 'sheer', 'but', 'with', 'nude', 'colored', 'under', 'garments', 'it', 'would', "'ve", 'been', 'fine', 'definitely', 'try', 'it', 'out', ',4,1,5', 'general', 'dresses', 'dresses'] ['2981,1001,50', 'misleading', 'colors', 'this', 'skirt', 'and', 'top', 'is', 'nothing', 'like', 'the', 'picture', 'the', 'skirt', 'is', 'black', 'not', 'maroon', 'top', 'is', 'also', 'black', 'although', 'the', 'skirt', 'is', 'nice', 'the', 'image', 'was', 'fabulous', 'the', 'side', 'panels', 'of', 'the', 'skirt', 'are', 'also', 'a', 'knit', 'quality', 'is', 'good', 'but', 'skirt', 'is', 'overpriced', 'for', 'what', 'it', 'is', 'would', 'have', 'expected', 'suede', 'or', 'leather', 'panels', 'for', 'the', 'money', 'not', 'sure', 'if', 'going', 'to', 'keep', 'or', 'not', 'was', 'really', 'looking', 'for', 'the', 'maroon', 'color', 'instead', 'of', 'the', 'black', ',3,1,1', 'general', 'bottoms', 'skirts'] ['2982,1094,44', 'love', 'this', 'dress', 'and', 'so', 'comfortable', 'i', 'just', 'wore', 'this', 'dress', 'tonight', 'to', 'my', 'holiday', 'party', 'and', 'received', 'many', 'compliments', 'on', 'it', 'it', "'s", 'so', 'comfortable', 'and', 'even', 'though', 'the', 'fabric', 'is', 'thick', 'it', "'s", 'not', 'bulky', 'or', 'stiff', 'like', 'some', 'embroidered', 'fabric', 'can', 'be', 'and', 'the', 'side', 'pockets', 'make', 'a', 'great', 'addition', 'too', 'unlike', 'other', 'reviews', 'i', 'thought', 'the', 'armholes', 'were', 'perfect', 'the', 'cutout', 'in', 'the', 'back', 'is', 'a', 'nice', 'touch', 'and', 'i', 'was', 'able', 'to', 'wear', 'a', 'regular', 'bra', 'with', 'it', 'the', 'colors', 'are', 'beautiful', 'and', 'true', 'to', 'the', 'pic', 'i', 'was', 'not', 'surprised', 'by', 'the', 'brightness', 'of', 'it', 'like', 'othe', ',5,1,1', 'general', 'dresses', 'dresses'] ['2983,1094,44', 'best', 'dress', 'ever', 'is', 'it', 'possible', 'to', 'be', 'in', 'love', 'with', 'a', 'dress', 'i', 'think', 'so', 'and', 'i', 'am', 'when', 'i', 'put', 'this', 'dress', 'on', 'it', 'literally', 'took', 'my', 'breath', 'away', 'it', 'is', 'beautiful', 'and', 'very', 'well-made', 'this', 'dress', 'is', 'so', 'fun', 'i', 'wore', 'it', 'to', 'an', 'event', 'this', 'past', 'weekend', 'and', 'received', 'more', 'compliments', 'than', 'i', 'ever', 'have', 'on', 'something', 'i', "'m", 'wearing', 'this', 'beauty', 'is', 'so', 'incredibly', 'comfortable', 'and', 'bonus', 'it', 'has', 'pockets', 'i', 'am', 'a', 'petite', '4', 'and', 'it', 'runs', 'very', 'true', 'to', 'size', 'for', 'me', 'in', 'the', 'store', 'it', 'looked', 'more', 'navy', 'than', 'black', 'but', 'as', 'i', 'have', 'it', 'home', 'it', 'is', 'definite', ',5,1,5', 'general', 'dresses', 'dresses'] ['2984,862,39', 'transformed', 'into', 'a', 'crop', 'top', 'with', 'one', 'washing', 'i', 'loved', 'this', 'shirt', 'until', 'the', 'first', 'time', 'i', 'washed', 'it', 'it', 'shrunk', 'so', 'much', 'it', 'became', 'unwearable', 'when', 'i', 'returned', 'it', 'the', 'salesperson', 'said', 'she', 'had', 'also', 'bought', 'this', 'shirt', 'and', 'the', 'same', 'thing', 'happened.,1,0,0', 'general', 'tops', 'knits'] ['2985,1082,41', 'compliment', 'grabber', 'i', 'wore', 'this', 'dress', 'to', 'work', 'with', 'a', 'tan', 'pair', 'of', 'booties', 'and', 'the', 'compliments', 'started', 'upon', 'entry', 'and', 'did', 'not', 'stop', 'till', 'the', 'end', 'of', 'the', 'day', 'very', 'feminine', 'and', 'comfy', 'all', 'at', 'once.,5,1,1', 'general', 'dresses', 'dresses'] ['2986,1082,47', 'average', 'the', 'dress', 'is', 'too', 'loose', 'and', 'runs', 'too', 'big,2,0,0', 'general', 'dresses', 'dresses'] ['2987,862,49', 'love', 'the', 'shirt', 'but', 'do', 'not', 'wash', 'i', 'do', "n't", 'usually', 'write', 'reviews', 'but', 'this', 'one', 'definitely', 'needs', 'it', 'i', 'bought', 'this', 'shirt', 'in', 'the', 'wine', 'color', 'in', 'a', 'small', 'i', "'m", '5', '6', '135lbs', 'and', 'usually', 'wear', 'a', 'small', 'in', 'retailer', 'clothing', 'loved', 'the', 'color', 'and', 'fit', 'of', 'this', 'shirt', 'a', 'little', 'longer', 'and', 'loose', 'with', 'unique', 'detailing', 'on', 'the', 'sides', 'i', 'loved', 'the', 'wine', 'color', 'so', 'much', 'i', 'bought', 'the', 'gray', 'and', 'white', 'stripe', 'one', 'as', 'well', 'when', 'i', 'bought', 'the', 'gray', 'and', 'white', 'one', 'i', 'had', 'to', 'try', 'on', '5-6', 'smalls', 'before', 'finding', 'one', 'that', 'fit', 'just', 'right', 'there', 'was', 'a', 'significant', 'difference', 'in', 'the', ',3,1,2', 'general', 'tops', 'knits'] ['2988,862,55', 'shrunk', 'terribly', 'i', 'was', 'so', 'excited', 'to', 'find', 'this', 'shirt', 'on', 'sale', 'at', 'my', 'local', 'retailer', 'store', 'but', 'i', 'did', 'not', 'notice', 'the', 'high', 'percentage', 'of', 'rayon', 'in', 'the', 'fabric', 'which', 'caused', 'the', 'shirt', 'to', 'shrink', 'significantly', 'in', 'the', 'wash', 'even', 'when', 'following', 'washing', 'instructions', 'i', 'washed', 'it', 'on', 'cold', 'with', 'woolite', 'and', 'it', 'is', 'about', 'half', 'the', 'length', 'it', 'was', 'initially', 'i', "'m", 'so', 'disappointed', 'how', 'can', 'you', 'make', 'a', 'shirt', 'that', 'ca', "n't", 'withstand', 'washing', ',1,0,0', 'general', 'tops', 'knits'] ['2989,1082,38', 'lovely', 'colors', 'in', 'a', 'relaxed', 'beautiful', 'dress', 'this', 'is', 'one', 'of', 'those', 'just', 'throw', 'on', 'and', 'go', 'dresses', 'that', 'i', 'love', 'it', 'is', 'breezy', 'and', 'easy', 'comfortable', 'but', 'also', 'polished', 'and', 'lovely', 'with', 'some', 'really', 'nice', 'design', 'features', 'and', 'a', 'beautiful', 'mixed', 'print', 'you', 'can', 'wear', 'it', 'with', 'some', 'cute', 'flip-flops', 'or', 'polish', 'it', 'up', 'with', 'some', 'cute', 'boots', ',5,1,1', 'general', 'dresses', 'dresses'] ['2990,862,33', ',wish', 'i', 'would', 'have', 'read', 'the', 'reviews', 'before', 'i', 'purchased', 'and', 'wore', 'two', 'of', 'these', 'washed', 'as', 'directed', 'and', 'same', 'outcome', 'as', 'everyone', 'else', 'basically', 'unwearable', 'unless', 'i', 'maybe', 'use', 'it', 'for', 'a', 'nightshirt', 'the', 'shrinkage', 'lengthwise', 'was', 'ridiculous', 'glad', 'i', 'did', "n't", 'buy', 'every', 'color', 'like', 'i', 'had', 'planned', 'to', 'do', ',1,0,0', 'general', 'tops', 'knits'] ['2991,1082,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['2992,862,65', 'shrunk', 'so', 'disappointing', 'everything', 'i', "'ve", 'owned', 'from', 'bordeaux', 'has', 'washed', 'well', 'and', 'stood', 'the', 'test', 'of', 'time', 'one', 'wash', 'and', 'this', 'was', 'ruined', 'shrunk', 'terrible', 'even', 'after', 'washing', 'in', 'cold', 'water', 'on', 'delicate', 'and', 'laying', 'flat', 'to', 'dry', 'completely', 'ruined', 'returned', 'it.,1,0,1', 'general', 'tops', 'knits'] ['2993,1082,62', 'love', 'it', 'this', 'is', 'beautiful', 'the', 'colors', 'are', 'rich', 'though', 'the', 'pink', 'is', 'slightly', 'more', 'noticeable', 'than', 'the', 'model', 'image', 'the', 'length', 'was', 'just', 'shy', 'of', 'my', 'knees', 'at', '5', '7', 'and', 'the', 'fit', 'was', 'overall', 'swingy', 'i', 'am', 'happy', 'with', 'my', 'normal', 'size', 's', 'though', 'i', 'would', 'be', 'curious', 'to', 'see', 'how', 'the', 'xs', 'fits', 'too', 'i', 'suspect', 'that', 'it', 'would', 'be', 'too', 'tight', 'in', 'the', 'shoulders', 'but', 'fit', 'everywhere', 'else', 'better', 'one', 'major', 'difference', 'that', 'slightly', 'annoys', 'me', 'is', 'that', 'the', 'sleeves', 'are', 'not', 'long', 'as', 'shown', 'in', 'the', 'model', 'shot', 'the', 'flared', 'portion', 'starts', 'at', 'about', 'm', ',5,1,30', 'general', 'dresses', 'dresses'] ['2994,1092,25', 'cute', 'in', 'theory', 'adorable', 'old', 'school', 'retailer', 'the', 'only', 'gripe', 'i', 'have', 'is', 'trying', 'to', 'get', 'this', 'on', 'the', 'slip', 'is', 'similar', 'to', 'putting', 'on', 'a', 'straight', 'jacket', 'once', 'you', 'figure', 'it', 'out', 'then', 'it', "'s", 'gorgeous', 'just', 'be', 'careful', 'and', 'lay', 'it', 'out', 'carefully', 'before', 'you', 'pull', 'it', 'over', 'your', 'head', ',5,1,6', 'general', 'dresses', 'dresses'] ['2995,999,34', 'love', 'it', 'stunning', 'i', 'got', 'about', '6', 'compliments', 'the', 'day', 'i', 'wore', 'it', '2', 'different', 'men', 'i', 'barely', 'know', 'said', 'you', "'re", 'really', 'rocking', 'that', 'outfit'] [] ['i', 'wish', 'they', 'made', 'this', 'in', 'petite', 'as', 'the', 'xs', 'is', 'slightly', 'big', 'i', "'m", '5', '3', '106', 'lbs', 'but', 'i', 'kept', 'it', 'anyway', 'since', 'i', "'m", 'both', 'a', 'little', 'underweight', 'right', 'now', 'and', 'also', 'since', 'i', 'was', 'able', 'to', 'roll', 'the', 'top', 'so', 'that', 'it', 'was', 'an', 'appropriate', 'length', 'to', 'wear', 'with', 'flats'] [] ['i', 'paired', 'with', 'a', 'denim', 'shirt-', 'perfection', ',5,1,0', 'general', 'bottoms', 'skirts'] ['2996,1080,53', 'beautiful', 'dress', 'love', 'love', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'high', 'quality', 'the', 'colors', 'are', 'rich', 'and', 'vibrant', 'the', 'fit', 'is', 'very', 'flattering', 'with', 'the', 'open', 'neckline', 'and', 'fitted', 'waist', 'versatile', 'piece', 'that', 'can', 'be', 'dressed', 'up', 'with', 'heels', 'and', 'jewelry', 'or', 'dressed', 'down', 'with', 'tights', 'and', 'boots', 'my', 'usual', 'size', 'fits', 'perfectly', ',5,1,1', 'general', 'dresses', 'dresses'] ['2997,302,32', 'cute', 'top', 'this', 'top', 'is', 'very', 'cute', 'but', 'runs', 'large', 'i', 'am', 'a', '32b', 'and', 'i', 'had', 'to', 'take', 'the', 'xsmall', 'the', 'back', 'of', 'the', 'bathing', 'suit', 'only', 'has', 'one', 'slot', 'for', 'closing', 'it', 'up', 'so', 'you', 'ca', "n't", 'adjust', 'it.,5,1,0', 'initmates', 'intimate', 'swim'] ['2998,862,30', 'do', 'not', 'wash', 'ok', 'so', 'when', 'i', 'bought', 'this', 'in', 'every', 'color', 'there', 'were', 'no', 'negative', 'reviews', 'i', 'loved', 'this', 'shirt', 'it', 'was', 'amazing', 'fit', 'perfect', 'was', 'so', 'comfortable', 'then', 'i', 'washed', 'it', 'ahhhh', 'it', 'shrunk', 'so', 'bad', 'my3', 'year', 'old', 'could', 'wear', 'it', 'i', 'washed', 'it', 'according', 'to', 'the', 'tag', 'then', 'the', 'second', 'color', 'i', 'just', 'hand', 'washed', 'in', 'ice', 'cold', 'water', 'and', 'laid', 'flat', 'and', 'it', 'still', 'shrunk', 'man', 'i', 'wish', 'i', 'could', 'return', 'these', 'shirts', 'they', 'are', 'so', 'bad', 'and', 'i', 'typically', 'love', 'bordeaux', 'quality', 'these', 'are', 'horrendous.,3,0,0', 'general', 'tops', 'knits'] ['2999,862,50', 'poor', 'quality', 'it', "'s", 'a', 'cute', 'top', 'but', 'once', 'i', 'washed', 'in', 'cold', 'water', 'and', 'laid', 'flat', 'to', 'dry', 'it', 'shrunk', 'and', 'lost', 'it', "'s", 'shape', 'very', 'disappointed', 'i', 'am', 'going', 'to', 'return', 'top.,1,0,1', 'general', 'tops', 'knits'] ['3000,868,27', 'wants', 'to', 'be', 'modern', 'but', 'didnt', 'get', 'there', 'i', 'was', 'hoping', 'this', 'top', 'would', 'be', 'a', 'nice', 'architectural', 'piece', 'to', 'add', 'to', 'my', 'wardrobe', 'with', 'its', 'straight', 'black', 'line', 'accents', 'sadly', 'in', 'the', 'end', 'it', 'is', 'just', 'a', 't-shirt', 'a', 'large', 't-shirt', 'i', 'ordered', 'my', 'normal', 'size', 'medium', 'and', 'this', 'shirt', 'ran', 'more', 'like', 'a', 'large', 'i', 'also', 'did', 'not', 'like', 'the', 'way', 'the', 'neck', 'was', 'hemmed', 'the', 'fabric', 'folds', 'over', 'itself', 'when', 'i', 'think', 'a', 'better', 'design', 'would', 'have', 'been', 'a', 'more', 'simple', 'hem', 'i', 'ended', 'up', 'returning', 'this', 'item', 'due', 'to', 'its', 'size', ',4,1,0', 'general', 'tops', 'knits'] ['3001,1082,69', 'love', 'it', 'with', 'a', 'design', 'change', 'i', 'purchased', 'the', 'dress', 'on', 'a', 'promotion', 'the', 'dress', 'i', 'received', 'had', 'the', 'sleeves', 'end', 'about', 'the', 'elbow', 'i', 'added', 'a', '4', 'black', 'cotton', 'lace', 'to', 'the', 'sleeves', 'i', 'love', 'the', 'result', 'it', 'makes', 'the', 'design', 'richer', 'and', 'brings', 'out', 'the', 'lace', 'running', 'down', 'the', 'front', 'of', 'the', 'dress', 'the', 'sleeves', 'are', 'a', 'much', 'better', 'length', 'for', 'me', 'now', 'dress', 'runs', 'tts', 'i', 'purchased', 'a', 'medium', 'am', '5', '7', '150', 'lbs', 'really', 'am', 'large', 'boned', 'straight', 'up', 'and', 'down', ',4,1,0', 'general', 'dresses', 'dresses'] ['3002,862,41', 'i', 'loved', 'this', 'top', 'when', 'i', 'wore', 'it', 'it', 'draped', 'beautifully', 'i', 'always', 'snatch', 'up', 'all', 'of', 'bordeaux', 't-shirts', 'because', 'of', 'the', 'way', 'they', 'hang', 'but', 'beware', 'you', 'must', 'dry', 'this', 'flat', 'i', "'ve", 'always', 'had', 'no', 'problem', 'washing', 'and', 'drying', 'their', 't-shirts', 'but', 'this', 'one', 'shrunk', 'up', 'to', 'half', 'it', "'s", 'size', 'the', 'first', 'time', 'i', 'washed', 'it', 'and', 'is', 'no', 'longer', 'wearable', 'it', 'does', 'say', 'on', 'tag', 'lay', 'flat', 'to', 'dry', 'and', 'they', 'mean', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['3003,999,49', 'so', 'beautiful', 'as', 'the', 'previous', 'reviewer', 'stated', 'this', 'skirt', 'is', 'a', 'stunner', 'can', 'be', 'worn', 'in', 'all', 'four', 'season', 'it', "'s", 'long', 'and', 'runs', 'on', 'the', 'larger', 'side', 'so', 'that', 'you', 'compare', 'i', "'m", '5', '9', 'and', 'it', 'goes', 'all', 'the', 'way', 'to', 'the', 'side', 'of', 'my', 'foot', 'i', "'m", '146lbs', '28', 'waist', '38', 'hips', 'and', 'always', 'a', 'medium', 'on', 'maeve', 'this', 'skirt', 'on', 'a', 'medium', 'was', 'too', 'big', 'for', 'me', 'at', 'least', 'a', 'size', 'larger', 'take', 'that', 'into', 'account', 'when', 'ordering', 'other', 'than', 'that', 'it', "'s", 'a', 'great', 'purchase', 'ca', "n't", 'wait', 'for', 'my', 'exchange', 'to', 'arrive', ',5,1,2', 'general', 'bottoms', 'skirts'] ['3004,999,47', 'the', 'perfect', 'maxi', 'skirt', 'this', 'skirt', 'has', 'a', 'more', 'dusty', 'black', 'background', 'than', 'the', 'website', 'lets', 'on', 'which', 'i', 'love', 'the', 'floral', 'pattern', 'is', 'delicate', 'and', 'subtle', 'and', 'the', 'tiers', 'give', 'this', 'gorgeous', 'skirt', 'the', 'perfect', 'amount', 'of', 'flounce', 'it', 'is', 'so', 'versatile', 'the', 'quality', 'is', 'excellent', 'the', 'skirt', 'is', 'fully', 'lined', 'it', 'will', 'take', 'me', 'easily', 'through', 'three', 'seasons', 'the', 'weight', 'of', 'it', 'might', 'make', 'it', 'a', 'bit', 'too', 'warm', 'for', 'summer', 'i', "'m", 'so', 'happy', 'i', 'bought', 'this', ',5,1,0', 'general', 'bottoms', 'skirts'] ['3005,1082,41', 'sack', 'like', 'i', 'thought', 'this', 'would', 'be', 'cute', 'with', 'leggings', 'based', 'upon', 'the', 'length', 'on', 'the', 'model', 'i', 'forget', 'that', 'the', 'models', 'are', 'almost', '6', 'feet', 'tall', 'this', 'has', 'a', 'polyester', 'slip', 'goes', 'under', 'it', 'that', 'snaps', 'onto', 'the', 'shoulders', 'it', 'came', 'down', 'to', 'my', 'knees', 'and', 'was', 'completely', 'like', 'a', 'sack', 'no', 'leggings', 'and', 'boots', 'with', 'this', 'one', 'lovely', 'material', 'but', 'not', 'at', 'all', 'figure', 'flattering.,2,0,2', 'general', 'dresses', 'dresses'] ['3006,862,76', 'loved', 'it', 'but', 'i', 'loved', 'this', 'shirt', 'so', 'much', 'i', 'bought', 'it', 'in', '4', 'colors', 'however', 'two', 'of', 'them', 'shrunk', 'i', 'was', 'very', 'disappointed', ',2,0,0', 'general', 'tops', 'knits'] ['3007,862,50', 'buy', 'one', 'every', 'color', 'how', 'can', 'you', 'go', 'wrong', 'with', 'soft', 'cotton', 'top', 'that', 'is', 'neither', 'too', 'snug', 'nor', 'too', 'loose', 'expect', 'will', 'wear', 'these', 'as', 'layers', 'under', 'when', 'really', 'cold', 'and', 'by', 'them', 'selves', 'in', 'early', 'spring', 'and', 'in', 'the', 'fall', 'great', 'colors', 'and', 'love', 'the', 'multiple', 'textures.,5,1,0', 'general', 'tops', 'knits'] ['3008,1082,57', 'i', 'just', 'bought', 'this', 'dress', 'in', 'the', 'store', 'and', 'i', 'absolutely', 'love', 'it', 'except', 'for', 'one', 'thing', 'why', 'are', 'the', 'sleeves', 'on', 'the', 'actual', 'dress', 'so', 'much', 'shorter', 'than', 'the', 'picture', 'with', 'the', 'model', 'i', 'suspect', 'the', 'model', 'has', 'long', 'arms', 'not', 'little', 't-rex', 'arms', 'so', 'why', 'does', 'the', 'sleeve', 'hit', 'at', 'the', 'top', 'of', 'her', 'wrist', 'while', 'my', 'lovely', 'dress', 'hits', 'just', 'past', 'my', 'elbow', 'it', "'s", 'a', 'mystery', 'was', 'the', 'pictured', 'item', 'not', 'what', 'the', 'store', 'took', 'delivery', 'of', 'anyway', 'still', 'a', 'great', 'dress', 'just', 'trying', 'to', 'figure', 'out', 'if', 'i', 'should', 'add', 'lace', 'or', 'something', 'to', 'ma', ',4,1,14', 'general', 'dresses', 'dresses'] ['3009,862,31', 'beware', 'of', 'care', 'let', 'me', 'start', 'off', 'by', 'saying', 'i', 'never', 'write', 'reviews', 'but', 'feel', 'compelled', 'to', 'so', 'that', 'no', 'one', 'else', 'gets', 'swindled', 'into', 'buying', 'this', 'beautiful', 'one-time', 'wear', 'piece', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'this', 'shirt', 'when', 'i', 'bought', 'it', 'in', 'the', 'fall', 'in', 'black', 'perfect', 'basic', 'to', 'wear', 'under', 'my', 'new', 'draped', 'open', 'vest', 'from', 'retailer', 'and', 'perfect', 'fit', 'i', "'m", 'long', 'torso-ed', 'and', 'long', 'armed', 'and', 'always', 'have', 'trouble', 'with', 'fit', 'this', 'being', 'kind', 'of', 'oversized', 'was', 'just', 'loose', 'enough', 'and', 'long', 'enough', 'i', 'could', 'actually', 'feel', 'comfortable', 'wearing', 'it', 'wi', ',3,0,0', 'general', 'tops', 'knits'] ['3010,1082,57', 'it', "'s", 'adorable', 'but', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'and', 'had', 'it', 'been', 'just', 'a', 'little', 'longer', 'or', 'a', 'little', 'shorter', 'i', 'would', 'have', 'kept', 'it', 'but', 'the', 'hem', 'hit', 'me', 'at', 'just', 'the', 'wrong', 'spot', 'alas', 'i', 'had', 'to', 'send', 'it', 'back', ',4,1,0', 'general', 'dresses', 'dresses'] ['3011,1082,45', 'cute', 'but', 'this', 'is', 'a', 'cute', 'flattering', 'dress', 'however', 'the', 'drop-waist', 'the', 'short', 'length', 'and', 'the', 'odd-length', 'sleeves', 'shorter', 'than', 'shown', 'in', 'the', 'photos', 'added', 'up', 'to', 'me', 'feeling', 'like', 'i', 'was', 'dressing', 'way', 'to', 'young', 'it', 'just', 'did', "n't", 'convey', 'an', 'elegant', 'mature', 'vibe', 'this', 'dress', 'is', 'perfect', 'for', 'a', '20s-30s', 'woman', 'who', 'wants', 'a', 'versatile', 'dress', 'to', 'wear', 'on', 'many', 'occasions', 'it', "'s", 'great', 'because', 'it', "'s", 'not', 'too', 'expensive', 'and', 'you', 'could', 'wear', 'it', 'with', 'any', 'type', 'of', 'shoes'] [] ['my', 'big', 'problem', 'is', 'the', 'lack', 'of', 'transparency', 'regarding', 'the', 'actual', 'slee', ',3,1,1', 'general', 'dresses', 'dresses'] ['3012,1028,39', 'second', 'attempt', 'to', 'write', 'review', 'this', 'review', 'will', 'be', 'shorter', 'as', 'i', 'already', 'wrote', 'another', 'one', 'and', 'it', 'was', 'never', 'posted'] [] ['1', 'these', 'are', 'high', 'quality', 'jeans', 'the', 'fabric', 'weight', 'is', 'light', 'enough', 'you', 'will', 'be', 'able', 'to', 'wear', 'them', 'year-round'] [] ['2', 'i', 'am', '5', '8', '144', 'lbs', 'and', 'the', 'size', '29', 'felt', 'best', 'on', 'me', 'for', 'this', 'brand', 'i', 'typically', 'wear', 'a', '28-29.', 'i', 'felt', 'like', 'the', '29', 'was', 'cut', 'too', 'narrow', 'in', 'the', 'hips', 'for', 'my', 'body', 'type', 'for', 'ref', 'i', 'am', 'athletic', 'with', 'shoulders', 'broader', 'than', 'hips', 'if', 'you', "'re", 'unfamiliar', 'with', 'this', 'brand', 'know', 'they', 'do', 'not', 'use', 'a', 'lot', 'o', ',4,1,13', 'general', 'petite', 'bottoms', 'jeans'] ['3013,1044,32', 'this', 'one', 'did', "n't", 'work', 'for', 'me', 'there', 'is', 'no', 'zipper', 'you', 'climb', 'into', 'it', 'from', 'the', 'very', 'large', 'neck', 'hole', 'it', 'was', 'very', 'low', 'cut', 'and', 'the', 'shoulders', 'kept', 'sliding', 'off', 'but', 'the', 'bottom', 'half', 'fit', 'snug', 'the', 'tie', 'and', 'waist', 'seam', 'did', "n't", 'hit', 'at', 'my', 'waist', 'but', 'the', 'largest', 'part', 'of', 'my', 'middle', 'i', 'tried', 'other', 'belts', 'and', 'it', 'was', "n't", 'much', 'better', 'the', 'fabric', 'and', 'print', 'were', 'great', 'i', 'love', 'jumpers', 'but', 'this', 'one', 'went', 'back', ',2,0,0', 'general', 'bottoms', 'pants'] ['3014,1082,35', 'fun', 'for', 'fall', 'this', 'dress', 'is', 'so', 'fun', 'and', 'very', 'comfy', 'the', 'slip', 'it', 'comes', 'with', 'pulls', 'the', 'whole', 'dress', 'together', 'it', 'has', 'been', 'great', 'for', 'warm', 'fall', 'days', 'but', 'i', 'can', 'see', 'it', 'being', 'warn', 'with', 'leggings', 'and', 'boots', 'into', 'the', 'winter', 'i', 'love', 'the', 'combination', 'of', 'blocked', 'deep', 'colors', 'along', 'side', 'of', 'pastels', 'i', "'m", '5', '5', 'and', 'the', 'length', 'is', 'just', 'right', 'not', 'too', 'short', ',5,1,2', 'general', 'dresses', 'dresses'] ['3015,1082,66', 'dont', 'love', 'i', 'ordered', 'size', 'large', 'and', 'find', 'this', 'to', 'be', 'way', 'too', 'oversized', 'wide', 'long', 'and', 'unattractive', 'on', 'my', 'frame', 'the', 'print', 'is', 'just', 'okay', 'but', 'since', 'it', 'does', "n't", 'wow', 'me', 'i', "'m", 'returning', ',3,0,0', 'general', 'dresses', 'dresses'] ['3016,1104,44', 'way', 'too', 'much', 'fabric', 'i', 'loved', 'the', 'look', 'of', 'this', 'online', 'and', 'ordered', 'the', 'xs', 'as', 'maeve', 'seems', 'to', 'run', 'large', 'and', 'that', 'was', 'the', 'smallest', 'size', 'offered', 'the', 'length', 'was', 'good', 'for', 'me', 'only', '5', '4', 'the', 'elastic', 'top', 'fit', 'well', '32b', 'but', 'then', 'from', 'there', 'it', 'was', 'too', 'much', 'fabric', 'i', 'thought', 'this', 'would', 'be', 'a', 'straight', 'fit', 'or', 'a', 'slight', 'a-line', 'but', 'it', 'was', 'just', 'a', 'huge', 'amount', 'of', 'fabric', 'on', 'me', 'several', 'inches', 'on', 'both', 'sides', 'big', 'i', 'think', 'with', 'the', 'large', 'ruffle', 'along', 'the', 'top', 'and', 'the', 'tremendous', 'amount', 'of', 'fabric', 'hanging', 'down', 'from', 'the', 'dress', 'underneath', 'the', 'ruf', ',3,1,0', 'general', 'dresses', 'dresses'] ['3017,862,29', 'shrinkage', 'i', 'loved', 'this', 'shirt', 'when', 'i', 'got', 'it', 'it', 'fit', 'perfectly', 'and', 'was', 'so', 'soft', 'but', 'when', 'i', 'washed', 'it', 'following', 'the', 'instructions', 'it', 'shrank', 'up', 'to', 'well', 'above', 'my', 'belly', 'button', 'i', "'m", 'talking', '6', 'inches', 'of', 'shrinkage', 'at', 'least', ',1,0,0', 'general', 'tops', 'knits'] ['3018,1080,24', 'amazing', 'and', 'it', 'has', 'pockets', 'i', 'saw', 'this', 'dress', 'online', 'and', 'thought', 'it', 'might', 'be', 'an', 'adorable', 'eclectic', 'piece', 'to', 'add', 'to', 'my', 'closet', 'and', 'was', 'i', 'right', 'the', 'simple', 'shape', 'mixed', 'with', 'the', 'bold', 'pattern', 'make', 'this', 'dress', 'an', 'awesome', 'one', 'to', 'own', 'its', 'easy', 'and', 'fun', 'and', 'funky', 'plus', 'it', 'has', 'hidden', 'pockets', 'beware', 'though', 'this', 'dress', 'seems', 'to', 'run', 'a', 'bit', 'small', 'i', 'would', 'say', 'if', 'you', 'switch', 'in', 'between', 'sizes', 'like', 'me', 'i', 'can', 'be', 'a', '6', 'or', 'an', '8', 'then', 'possibly', 'go', 'with', 'the', 'larger', 'size', 'i', 'do', 'have', 'a', 'large', 'bust', 'as', 'well', 'i', 'wear', 'a', '34ddd', 'so', 'it', 'shows', 'some', 'clevage', 'but', 'the', 'girls,4,1,1', 'general', 'dresses', 'dresses'] ['3019,999,36', 'better', 'in', 'person', 'this', 'skirt', 'has', 'a', 'beautiful', 'flattering', 'feminine', 'fit', 'the', 'floral', 'pattern', 'is', 'delicate', 'and', 'a', 'little', 'different', 'and', 'of', 'course', 'the', 'layers', 'are', 'what', 'make', 'this', 'piece', 'a', 'stunner', 'i', 'highly', 'recommend', 'it', 'can', 'see', 'wearing', 'this', 'all', 'year', 'dressed', 'up', 'with', 'jewels', 'or', 'down', 'with', 'boots', 'and', 'a', 'casual', 'sweater', ',5,1,5', 'general', 'bottoms', 'skirts'] ['3020,862,56', 'after', 'reading', 'all', 'the', 'reviews', 'i', 'figured', 'at', '40', 'off', 'i', 'could', 'at', 'least', 'try', 'it', 'i', "'m", '5', '3', 'and', 'typically', 'wear', 'a', 'm', 'or', 'size', '10.', 'i', 'ordered', 'the', 'm', 'but', 'as', 'other', 'reviews', 'stated', 'the', 'arms', 'were', 'tight', 'since', 'i', "'m", 'expecting', 'it', 'to', 'shrink', 'and', 'want', 'it', 'to', 'cover', 'my', 'booty', 'i', 'ordered', '2', 'colors', 'in', 'the', 'l.', 'it', "'s", 'exactly', 'the', 'oversized', 'slouchy', 'look', 'i', 'wanted', 'without', 'the', 'neckline', 'being', 'too', 'low', 'but', 'will', 'still', 'be', 'ok', 'if', 'it', 'shrinks', 'i', "'ll", 'have', 'these', 'dry', 'cleaned', 'to', 'minimize', 'shrinkage', 'it', "'s", 'a', 'wardrobe', 'staple', 'that', 'looks', 'great', 'with', ',4,1,0', 'general', 'tops', 'knits'] ['3021,999,33', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['3022,999,31', 'stylish', 'i', 'got', 'this', 'skirt', 'because', 'its', 'elegant', 'and', 'can', 'be', 'worn', 'in', 'three', 'seasons', 'it', 'is', 'stylish', 'and', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'i', 'usually', 'wear', 'an', 'xs', 'in', 'bottoms', 'and', 'this', 'runs', 'about', 'one', 'size', 'large', 'in', 'the', 'waist', 'area', 'still', 'i', 'am', 'keeping', 'it', 'and', 'plan', 'to', 'have', 'it', 'altered', 'it', 'is', 'cute', 'and', 'completely', 'worth', 'the', 'extra', 'effort', ',5,1,0', 'general', 'bottoms', 'skirts'] ['3023,302,89', 'love', 'the', 'fabric', 'fits', 'true', 'to', 'size', 'great', 'quality', ',5,1,0', 'initmates', 'intimate', 'swim'] ['3024,1082,39', 'great', 'dress', 'for', 'day', 'or', 'night', 'love', 'this', 'length', 'print', 'and', 'material', 'have', 'already', 'worn', '2', 'times', 'and', 'wears', 'and', 'washes', 'well', 'sleeves', 'are', 'short', 'than', 'pic', 'shows', 'but', 'i', 'do', "n't", 'mind', ',5,1,3', 'general', 'dresses', 'dresses'] ['3025,862,68', 'will', 'never', 'be', 'the', 'same', 'after', 'washing', 'bought', 'two', 'of', 'these', 'because', 'i', 'loved', 'the', 'way', 'they', 'fit', 'off', 'of', 'the', 'rack', 'washed', 'them', 'according', 'to', 'directions', 'and', 'they', 'were', 'ruined', 'the', 'material', 'shrank', 'up', 'making', 'the', 'shirt', 'short', 'and', 'boxy', 'and', 'the', 'side', 'panels', 'ended', 'up', 'being', 'rippled', 'definitely', 'going', 'to', 'try', 'to', 'return', 'these.,1,0,0', 'general', 'tops', 'knits'] ['3026,862,47', 'great', 'versatile', 'shirt', 'this', 'is', 'a', 'great', 'shirt', 'it', "'s", 'super', 'comfortable', 'and', 'fits', 'nicely', 'not', 'too', 'big', 'and', 'not', 'too', 'small'] ['you', 'can', 'wear', 'it', 'with', 'leggings', 'or', 'dress', 'it', 'up', 'with', 'skinny', 'jeans', 'and', 'boots'] ['i', 'bought', 'the', 'striped', 'and', 'black', 'one', 'i', 'highly', 'recommend', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['3027,862,26', ',i', 'thought', 'these', 'were', 'great', 'everyday', 'shirts', 'for', 'the', 'price', 'i', 'got', 'them', 'on', 'sale', 'over', 'christmas', 'they', 'fit', 'well', 'and', 'i', 'really', 'love', 'the', 'striped', 'shirt', 'the', 'navy', 'is', 'an', 'odd', 'color', 'and', 'looks', 'strange', 'with', 'jeans', 'but', 'i', 'love', 'the', 'top', 'regardless,5,1,0', 'general', 'tops', 'knits'] ['3028,1082,43', ',,5,1,0', 'general', 'dresses', 'dresses'] ['3029,862,27', ',super', 'soft', 'and', 'the', 'trimming', 'on', 'the', 'neckline', 'and', 'sides', 'adds', 'character', 'to', 'the', 'shirt', 'runs', 'a', 'bit', 'shorter', 'than', 'i', 'expected.,4,1,0', 'general', 'tops', 'knits'] ['3030,1082,67', 'peasant', 'with', 'style', 'i', 'first', 'saw', 'this', 'dress', 'in', 'one', 'of', 'the', 'stores', 'and', 'the', 'rich', 'colors', 'caught', 'my', 'eye', 'this', 'dress', 'is', 'very', 'comfortable', 'to', 'wear', 'but', 'is', 'also', 'unique', 'the', 'fabric', 'feels', 'great', 'on', 'and', 'gives', 'the', 'dress', 'an', 'overall', 'stylish', 'flair', 'the', 'photo', 'does', "n't", 'do', 'it', 'justice', ',4,1,2', 'general', 'dresses', 'dresses'] ['3031,862,35', 'loved', 'this', 'until', 'i', 'purchased', 'this', 'shirt', 'in', 'a', 'medium', 'in', 'the', 'wine', 'color', 'i', 'love', 'the', 'drape', 'and', 'fit', 'of', 'the', 'shirt', 'it', 'has', 'a', 'laid', 'back', 'vibe', 'and', 'the', 'material', 'is', 'supper', 'soft', 'and', 'comfy', 'it', 'is', 'also', 'a', 'bit', 'more', 'substantial', 'than', 'some', 'of', 'the', 'thinner', 'shirts', 'i', "'ve", 'bought', 'at', 'retailer', 'you', 'could', 'easily', 'dress', 'this', 'up', 'or', 'down', 'i', 'wore', 'this', 'shirt', 'a', 'couple', 'times', 'and', 'then', 'machine', 'washed', 'it', 'on', 'cold', 'on', 'a', 'delicates', 'cycle', 'and', 'dried', 'it', 'flat', 'it', 'majorly', 'shrunk', 'now', 'i', 'ca', "n't", 'wear', 'it', 'because', 'the', 'length', 'shrank', 'at', 'least', 'an', 'inch', 'or', 'more', 'if', 'you', 'purc', ',3,0,0', 'general', 'tops', 'knits'] ['3032,1094,31', 'pretty', 'but', 'runs', 'large', 'i', 'am', '5', '4', '100lbs', 'petite', 'frame', 'i', 'bought', 'this', 'dress', 'in', 'xxsp', 'the', 'fabric', 'was', 'good', 'quality', 'and', 'thicker', 'than', 'i', 'have', 'imagined', 'good', 'for', 'fall', 'maybe', 'a', 'little', 'warm', 'for', 'the', 'hot', 'humid', 'summer', 'days', 'but', 'perhaps', 'a', 'cooler', 'summer', 'day', 'unfortunately', 'this', 'dress', 'runs', 'pretty', 'large', 'much', 'too', 'large', 'for', 'my', 'petite', 'frame', 'so', 'i', 'had', 'to', 'return', 'it', 'i', 'would', 'recommend', 'sizing', 'down', 'this', 'dress', 'is', 'very', 'beautiful', 'and', 'would', 'be', 'great', 'to', 'wear', 'to', 'work', 'or', 'out', 'for', 'after', 'work', 'drinks', 'also', 'maybe', 'a', 'bridal', 'shower', 'or', 'other', 'brunch', 'event', ',3,1,9', 'general', 'dresses', 'dresses'] ['3033,999,37', 'gorgeous', 'i', 'picked', 'this', 'up', 'this', 'weekend', 'so', 'gorgeous', 'i', 'usually', 'do', "n't", 'do', 'maxi', 'length', 'at', '5', '3', 'it', 'can', 'be', 'overwhelming', 'but', 'this', 'is', 'so', 'flattering', 'this', 'is', 'floor', 'length', 'on', 'me', 'i', 'picked', 'up', 'a', 'couple', 'tops', 'at', 'another', 'store', 'because', 'the', 'suggested', 'sweaters', 'were', 'just', 'too', 'baggy', 'for', 'my', 'frame', 'i', "'ll", 'pair', 'it', 'with', 'a', 'cream', 'blouse', 'pictured', 'to', 'dress', 'up', 'and', 'a', 'pink', 'crepe', 'blouse', 'and', 'denim', 'jacket', 'for', 'a', 'more', 'casual', 'look', 'i', "'m", 'usually', 'a', '4', 'and', 'the', 'small', 'fits', 'perfectly', ',5,1,3', 'general', 'bottoms', 'skirts'] ['3034,1082,39', 'this', 'beautiful', 'soft', 'swingy', 'dress', 'is', 'oversized', 'on', 'me', 'usually', 'when', 'someone', 'reviews', 'that', 'a', 'dress', 'runs', 'large', 'but', 'their', 'body', 'type', 'is', 'opposite', 'mine', 'i', 'pick', 'tts', 'and', '90', 'of', 'the', 'time', 'i', "'m", 'right', 'not', 'so', 'in', 'this', 'case', 'the', 'outer', 'dress', 'is', 'very', 'wide', 'and', 'the', 'amazing', 'super', 'stretchy', 'under', 'slip', 'is', 'too', 'large', 'also', 'debating', 'on', 'sizing', 'down', 'because', 'of', 'potential', 'shrinkage', 'after', 'laundering', 'i', 'bought', 'm', 'and', 'my', 'stats', 'are', '5', '3', '140', '39/28/35', 'dress', 'ends', 'just', 'above', 'my', 'knees'] [] [] ['agreeing', 'with', 'the', 'previous', 'reviews', 'th', ',5,1,12', 'general', 'dresses', 'dresses'] ['3035,862,48', 'poor', 'quality', 'when', 'the', 'top', 'arrived', 'and', 'i', 'tried', 'it', 'on', 'it', 'was', 'great', 'the', 'length', 'was', 'perfect', 'even', 'though', 'i', 'am', 'curvy', 'after', 'one', 'wash', 'done', 'according', 'to', 'the', 'directions', 'the', 'top', 'shrank', 'in', 'length', 'considerably', 'i', 'do', 'not', 'mind', 'paying', 'a', 'higher', 'price', 'for', 'something', 'unique', 'and', 'something', 'of', 'quality', 'i', 'do', 'have', 'a', 'problem', 'with', 'something', 'that', 'does', 'not', 'hold', 'up', 'to', 'basic', 'use', 'i', 'will', 'be', 'returning', 'this', 'item', ',1,0,0', 'general', 'tops', 'knits'] ['3036,1082,66', 'cute', 'but', 'big', 'loved', 'this', 'dress', 'but', 'ran', 'much', 'larger', 'than', 'other', 'maeve', 'dresses', 'i', 'have', 'ordered', 'in', 'the', 'past', ',5,1,3', 'general', 'dresses', 'dresses'] ['3037,302,38', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['3038,1044,36', 'so', 'good', 'wonderful', 'fabric', 'surprisingly', 'great', 'fit', 'super', 'flattering', 'i', "'m", 'so', 'glad', 'i', 'bought', 'it', 'despite', 'jumpsuits', 'being', 'a', 'bit', 'of', 'a', 'risk', 'online', ',5,1,1', 'general', 'bottoms', 'pants'] ['3039,1092,52', 'transitional', 'versitile', 'and', 'well-made', 'dress', 'it', 'was', 'the', 'color', 'that', 'prompted', 'me', 'to', 'take', 'this', 'dress', 'to', 'the', 'fitting', 'room', 'as', 'seen', 'in', 'the', 'photos', 'it', 'is', 'a', 'deep', 'burgundy', 'or', 'dark', 'maroon', 'though', 'the', 'color', 'is', 'deep', 'and', 'rich', 'the', 'design', 'of', 'the', 'dress', 'makes', 'it', 'lighter', 'and', 'easily', 'able', 'to', 'be', 'worn', 'during', 'the', 'heat', 'of', 'the', 'summer'] [] ['in', 'the', 'later', 'months', 'of', 'summer', 'and', 'early', 'fall', 'i', 'will', 'wear', 'this', 'dress', 'without', 'leggings', 'for', 'a', 'transitional', 'look', 'when', 'the', 'temps', 'cool', 'down', 'though', 'i', 'will', 'wear', 'leggings', 'or', 'tights', 'throughout', 'the', 'winter', 'with', 'the', 'dress', 'it', 'will', 'easil', ',5,1,17', 'general', 'dresses', 'dresses'] ['3040,1094,40', ',,4,1,0', 'general', 'dresses', 'dresses'] ['3041,781,35', 'great', 'fit', 'casual', 'wear', 'these', 'are', 'nice', 'dusty', 'rose', 'pants', 'they', 'have', 'a', 'great', 'textured', 'design', 'on', 'them', 'they', 'will', 'look', 'nice', 'with', 'a', 'plain', 'white', 'tee', 'or', 'chambray', 'shirt', 'for', 'brunch', 'i', 'will', 'say', 'they', 'are', 'not', 'soft', 'like', 'sweatpants', 'definitely', 'feel', 'like', 'a', 'poly-blend', 'but', 'the', 'look', 'makes', 'up', 'for', 'it', 'the', 'material', 'is', 'a', 'little', 'on', 'the', 'thin', 'side', 'and', 'they', 'are', 'not', 'lined', 'but', 'not', 'see-through', 'either', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['3042,302,32', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['3043,862,31', 'shrinks', 'do', "n't", 'buy', 'i', 'tried', 'on', 'and', 'bought', 'this', 'shirt', 'in', 'my', 'usual', 'size', 'and', 'it', 'fit', 'long', 'and', 'loose', 'but', 'still', 'had', 'great', 'shape', 'after', 'hand', 'washing', 'in', 'cold', 'water', 'and', 'air', 'drying', 'as', 'per', 'instructions', 'on', 'the', 'tag', 'the', 'shirt', 'shrunk', 'significantly', 'so', 'much', 'so', 'that', 'my', 'stomach', 'shows', 'if', 'i', 'raise', 'my', 'arms', 'at', 'all', 'it', 'also', 'lost', 'its', 'shape', 'and', 'now', 'looks', 'very', 'boxy', 'and', 'is', 'very', 'unflattering', 'i', 'wo', "n't", 'be', 'wearing', 'it', 'and', 'am', 'disappointed', 'i', 'did', "n't", 'even', 'get', 'to', 'wear', 'it', 'once', ',1,0,0', 'general', 'tops', 'knits'] ['3044,1082,61', 'patchwork', 'dress', 'i', 'love', 'swing', 'dresses', 'and', 'normally', 'order', 'l', 'but', 'this', 'one', 'turned', 'out', 'to', 'be', 'way', 'too', 'large', 'and', 'as', 'other', 'customers', 'said', 'the', 'sleeves', 'are', 'short', 'so', 'the', 'whole', 'look', 'is', 'out', 'of', 'proportion', 'the', 'colors', 'are', 'much', 'brighter', 'than', 'they', 'appear', 'in', 'the', 'photo', 'the', 'dark', 'patches', 'are', 'a', 'bright', 'peacock', 'color', 'and', 'the', 'hot', 'pink', 'is', 'just', 'too', 'much', 'for', 'my', 'taste.the', 'material', 'design', 'is', 'not', 'as', 'classy', 'looking', 'as', 'it', 'comes', 'across', 'on', 'line.so', 'sad', 'because', 'i', 'love', 'this', 'dress', 'pictured', 'on', 'line', 'and', 'this', 'is', 'not', 'it'] ['the', 'quality', 'of', 'the', 'slip', ',4,1,3', 'general', 'dresses', 'dresses'] ['3045,878,35', 'gorgeous', 'cardigan', 'i', 'wear', 'cardigans', 'pretty', 'much', 'every', 'day', 'since', 'my', 'office', 'is', 'chilly', 'and', 'i', 'need', 'something', 'a', 'little', 'dressier', 'to', 'be', 'able', 'to', 'wear', 'that', 'will', 'keep', 'me', 'warm', 'i', 'love', 'the', 'design', 'of', 'this', 'cardigan', 'which', 'makes', 'it', 'very', 'flattering-the', 'longer', 'in', 'front', 'is', 'a', 'style', 'i', 'gravitate', 'toward', 'and', 'i', 'like', 'that', 'the', 'back', 'is', "n't", 'just', 'straight', 'but', 'it', 'has', 'that', 'little', 'flair-this', 'is', 'not', 'something', 'that', 'is', 'commonly', 'seen', 'in', 'a', 'cardigan', 'unless', 'it', 'is', 'short', 'all', 'the', 'way', 'around', 'and', 'it', 'was', 'great', 'attention', 'to', 'detail', 'by', 'the', 'designer', 'i', 'like', 'the,5,1,15', 'general', 'tops', 'knits'] ['3046,872,35', 'thick', 'material', 'i', 'really', 'like', 'this', 'top', 'it', 'is', 'form', 'fitting', 'and', 'i', 'think', 'true', 'to', 'size', 'that', 'i', 'would', 'normally', 'wear', 'i', 'do', 'not', 'think', 'the', 'v-neck', 'is', 'too', 'low', 'so', 'that', 'i', 'would', 'feel', 'comfortable', 'wearing', 'this', 'even', 'to', 'work', 'i', 'was', 'surprised', 'at', 'how', 'thick', 'the', 'fabric', 'was', 'but', 'i', 'am', 'typically', 'cold', 'so', 'i', 'like', 'this', 'feature', 'the', 'criss-cross', 'design', 'in', 'the', 'front', 'and', 'back', 'of', 'this', 'garment', 'is', 'very', 'flattering', 'and', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'whenever', 'i', 'wear', 'this', 'piece', ',5,1,4', 'general', 'tops', 'knits'] ['3047,1020,30', 'really', 'small', 'this', 'product', 'runs', 'either', 'really', 'small', 'or', 'is', 'super', 'high', 'waisted', 'either', 'way', 'not', 'for', 'me.,2,0,5', 'general', 'bottoms', 'skirts'] ['3048,1024,53', 'most', 'comfortable', 'jeans', 'i', 'just', 'purchased', 'these', 'jeans', 'on-line', 'in', 'my', 'regular', 'size', '27', '5', '4', '27/35', '116bs', 'and', 'they', 'fit', 'me', 'just', 'perfect', 'so', 'they', 'are', 'tts', 'they', 'are', 'super', 'soft', 'and', 'there', "'s", 'just', 'enough', 'stretch', 'in', 'these', 'that', 'i', "'m", 'able', 'to', 'bend', 'easily', 'yet', 'they', 'retain', 'their', 'shape', 'nicely', 'the', 'pockets', 'in', 'the', 'front', 'are', 'super', 'cute', 'in', 'person', 'and', 'the', 'back', 'gives', 'a', 'really', 'cute', 'look', 'the', 'color', 'is', 'just', 'as', 'shown', 'in', 'the', 'picture', 'a', 'nice', 'shade', 'of', 'blue', 'that', "'s", 'in', 'the', 'middle', 'plus', 'they', 'are', 'really', 'incredibly', 'soft', 'i', "'m", 'only', '5', '4', 'but', 'found', 'the', 'regular', ',5,1,4', 'general', 'bottoms', 'jeans'] ['3049,907,20', ',cute', 'sweater', 'to', 'wear', 'over', 'a', 'dress', 'or', 'tank', 'top', 'looks', 'better', 'on', 'than', 'in', 'the', 'pictures.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3050,907,64', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3051,872,55', 'well', 'made', 'i', 'wanted', 'to', 'love', 'this', 'top', 'unfortunately', 'the', 'color', 'fit', 'did', "n't", 'work', 'for', 'me', 'i', "'m", 'a', '36ddd', 'the', 'fit', 'was', 'ok', 'it', 'even', 'flattered', 'my', 'bust', 'i', 'just', 'felt', 'the', 'stripes', 'did', "n't", 'flatter', 'my', 'waist', 'this', 'would', 'be', 'perfect', 'for', 'an', 'athletic', 'frame', ',4,1,0', 'general', 'tops', 'knits'] ['3052,895,46', 'super', 'cute', 'i', 'normally', 'wear', 'a', 'xs', 'but', 'i', 'got', 'a', 'small', 'so', 'it', 'would', 'be', 'a', 'little', 'longer', 'great', 'quality', 'and', 'adorable', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3053,505,26', ',these', 'little', 'shorts', 'have', 'become', 'my', 'favorite', 'they', 'are', 'so', 'sweet', 'and', 'feminine', 'and', 'very', 'comfortable', 'the', 'fabric', 'washes', 'very', 'well,4,1,0', 'initmates', 'intimate', 'sleep'] ['3054,1020,41', 'great', 'skirt', 'runs', 'small', 'i', 'definitely', 'agree', 'with', 'the', 'other', 'reviews', 'however', 'i', 'really', 'like', 'this', 'skirt', 'because', 'it', 'will', 'go', 'with', 'a', 'variety', 'of', 'tops', 'to', 'dress', 'it', 'up', 'or', 'down', 'as', 'well', 'as', 'color', 'options', 'the', 'tricky', 'thing', 'is', 'that', 'it', 'runs', 'super', 'small', 'i', "'m", 'usually', 'between', 'a', '6', 'or', '8', '28/29', 'and', 'ended', 'up', 'getting', 'a', 'size', '10.', 'i', 'do', "n't", 'like', 'high', 'waisted', 'skirts', 'or', 'pants', 'so', 'it', 'sits', 'just', 'below', 'my', 'navel', 'and', 'is', 'very', 'comfortable', 'maybe', 'best', 'to', 'try', 'on', 'in', 'store', 'but', 'worth', 'it', ',5,1,6', 'general', 'bottoms', 'skirts'] ['3055,907,39', 'ok', 'but', 'have', 'seen', 'better', 'i', 'tried', 'this', 'on', 'as', 'it', 'was', 'on', 'sale', 'and', 'my', 'size', 'was', 'on', 'the', 'store', 'i', 'did', "n't", 'end', 'up', 'buying', 'it', 'as', 'it', 'felt', 'jsut', 'meh', 'compared', 'to', 'so', 'many', 'cute', 'cardigans', 'i', 'do', 'have', 'a', 'couple', 'of', 'grey', 'ones', 'and', 'tried', 'on', 'grey', 'so', 'perhaps', 'i', 'jsut', "dind't", 'need', 'it', 'pros', 'short', 'so', 'would', 'work', 'with', 'dresses', 'and', 'high', 'waist', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3056,1080,39', 'interesting', 'color', 'i', 'was', "n't", 'sure', 'about', 'the', 'color', 'but', 'ordered', 'based', 'on', 'how', 'much', 'my', 'stylist', 'loved', 'it', 'my', 'usual', 'xs', 'petite', 'fits', 'perf', 'daly', 'no', 'chest', 'problem', '30dd', 'and', 'the', 'length', 'is', 'quite', 'nice', 'romantic', 'look', 'the', 'drawstring', 'in', 'the', 'back', 'helps', 'making', 'sure', 'the', 'dress', 'fits', 'properly', 'at', 'the', 'waist', 'it', 'is', 'a', 'high', 'low', 'style', 'with', 'flowy', 'skirt', 'overall', 'great', 'i', 'need', 'to', 'stop', 'going', 'to', 'the', 'store', ',5,1,0', 'general', 'dresses', 'dresses'] ['3057,907,42', 'disappointed', 'this', 'sweater', 'looked', 'so', 'promising', 'with', 'the', 'tie', 'waist', 'and', 'pretty', 'lacy', 'edging', 'but', 'turned', 'out', 'to', 'be', 'a', 'disappointment', 'it', 'was', 'much', 'shorter', 'than', 'it', 'looks', 'in', 'the', 'photos', 'and', 'barely', 'came', 'to', 'my', 'hips', 'and', 'the', 'plum', 'color', 'was', 'much', 'darker', 'than', 'i', 'expected', 'more', 'of', 'a', 'dull', 'brownish-burgundy', ',2,0,17', 'general', 'tops', 'fine', 'gauge'] ['3058,907,54', 'the', 'perfect', 'cardigan', 'i', 'love', 'love', 'love', 'this', 'cardigan', 'i', 'ordered', 'it', 'in', 'plum', 'regular', 'small', 'as', 'they', 'were', 'out', 'of', 'petite', 'small', 'my', 'preferred', 'size', 'i', 'was', 'very', 'impressed', 'with', 'the', 'quality', 'of', 'the', 'cardigan', 'the', 'details', 'like', 'the', 'sheer', 'fabric', 'around', 'the', 'neckline', 'are', 'very', 'delicate', 'and', 'beautiful', 'the', 'waist', 'line', 'sits', 'exactly', 'where', 'it', 'should', 'i', 'was', 'worried', 'it', 'would', 'sit', 'too', 'low', 'as', 'i', 'am', 'short', 'and', 'did', 'not', 'get', 'this', 'in', 'petite', 'sizing', 'so', 'maybe', 'i', 'should', 'say', 'this', 'cardigan', 'runs', 'small', 'i', 'think', 'i', 'have', 'found', 'the', 'perfect', 'cardigan', 'it', 'goes', 'wi', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['3059,878,46', 'sky', 'blue', 'is', 'beautiful', 'i', 'ordered', 'the', 'blue', 'in', 'size', 'xl', 'it', "'s", 'even', 'prettier', 'in', 'person', 'the', 'fit', 'runs', 'a', 'little', 'smaller/shorter', 'on', 'me', 'than', 'shown', 'on', 'the', 'model', 'i', "'m", '5', 'ft.', '5', '1/2', 'in', 'for', 'reference', 'i', 'love', 'the', 'detailed', 'stitching', 'it', 'is', 'delicate', 'and', 'can', 'catch', 'my', 'dog', "'s", 'claw', 'pulled', 'on', 'it', 'and', 'i', 'had', 'to', 'reweave', 'the', 'thread', 'back', 'i', "'ve", 'washed', 'mine', 'twice', 'reshaped', 'air-dried', 'it', 'did', "n't", 'shrink', 'much', 'at', 'all', 'it', "'s", 'perfect', 'for', 'spring', 'summer', 'i', "'ve", 'gotten', 'a', 'lot', 'of', 'compliments', 'on', 'the', 'shade', 'of', 'blue', 'it', "'s", 'really', 'so', 'pretty', ',5,1,0', 'general', 'tops', 'knits'] ['3060,872,40', 'very', 'comfortable', 'and', 'cute', 'too', 'i', 'love', 'this', 'top', 'and', 'bought', 'it', 'in', 'both', 'colors', 'what', "'s", 'really', 'fun', 'is', 'that', 'i', 'found', 'a', 'pair', 'of', 'espadrille', 'sandals', 'to', 'match', 'the', 'sandy', 'beige', 'and', 'white', 'colored', 'top', 'and', 'i', 'have', 'attached', 'a', 'photo', 'of', 'me', 'under', 'my', 'arbor', 'to', 'show', 'you', 'these', 'tops', 'are', 'designed', 'to', 'have', 'a', 'flattering', 'fit', 'i', 'ordered', 'size', 'small', 'and', 'they', 'are', 'not', 'too', 'tight', 'i', 'am', '36', 'c', 'in', 'the', 'bust', 'line', 'and', 'an', 'hour', 'glass', 'figure', 'on', 'bottom', 'i', 'love', 'that', 'they', 'are', 'off', 'the', 'shoulder', 'a', 'bit', 'and', 'in', 'a', 'v', 'neck', 'which', 'is', 'flattering', 'on', 'me', 'the', 'material', 'is', 'soft', 'and', 'of', 'good', ',5,1,1', 'general', 'tops', 'knits'] ['3061,872,61', 'great', 'top', 'i', 'was', 'hesitant', 'to', 'try', 'this', 'top', 'on', 'because', 'i', 'thought', 'it', 'might', 'be', 'too', 'tight', 'and', 'then', 'was', 'delighted', 'to', 'find', 'that', 'it', 'is', 'so', 'comfortable', 'and', 'flattering', 'i', 'am', 'usually', 'a', 'm', 'and', 'the', 'm', 'fit', 'me', 'great', 'i', 'have', 'to', 'disagree', 'with', 'another', 'reviewer', 'that', 'this', 'top', 'is', 'for', 'those', 'of', 'us', 'b', 'cup', 'or', 'smaller', 'i', 'am', 'a', 'd', 'and', 'it', 'fit', 'me', 'great', 'it', "'s", 'got', 'enough', 'give', 'and', 'support', 'great', 'fabric', 'and', 'wrap', 'design', 'to', 'fit', 'a', 'wide', 'range', 'of', 'bust', 'lines', 'it', "'s", 'a', 'great', 'blend', 'of', 'being', 'attractive', 'without', 'being', 'too', 'revealing', 'i', 'love', 'it', 'got', 'it', 'in', 'b', ',5,1,4', 'general', 'tops', 'knits'] ['3062,907,49', 'too', 'short', 'i', "'m", 'about', '5', '9', 'and', 'this', 'sweater', 'was', 'too', 'short', 'for', 'me', 'the', 'arm', 'length', 'was', 'great', 'but', 'the', 'overall', 'length', 'was', 'just', 'too', 'short', 'i', "'ll", 'be', 'returning', 'this', 'one', ',4,1,6', 'general', 'tops', 'fine', 'gauge'] ['3063,895,75', 'gorgeous', 'sweater', 'this', 'is', 'a', 'very', 'substantial', 'warm', 'sweater', 'that', 'is', 'so', 'classy', 'and', 'super', 'soft', 'and', 'just', 'different', 'enough', 'really', 'great', 'with', 'neutral', 'sweater', 'leggings', 'or', 'jeans', 'with', 'boots', 'you', 'have', 'to', 'wear', 'a', 'longer', 'tank', 'or', 'tee', 'underneath', 'as', 'it', 'it', 'split', 'on', 'the', 'sides', 'but', 'the', 'belt', 'cinches', 'the', 'whole', 'sweater', 'in', ',5,1,8', 'general', 'tops', 'fine', 'gauge'] ['3064,1080,42', 'light', 'and', 'flowy', 'i', 'purchased', 'this', 'to', 'wear', 'in', 'spring', 'and', 'summer', 'for', 'work', 'or', 'in', 'the', 'evening', 'i', 'am', '5', '8', 'and', 'have', 'actual', 'measurements', 'of', '29', 'ribcage', 'and', '33', 'at', 'largest', 'part', 'of', 'my', 'bust', 'i', 'wear', 'a', '32c/d', 'bra', 'i', 'found', 'this', 'dress', 'fit', 'me', 'perfectly', 'in', 'the', 'bust', 'and', 'the', 'darts', 'on', 'the', 'front', 'create', 'a', 'flattering', 'shape', 'i', 'was', 'disappointed', 'in', 'the', 'waist', 'at', 'the', 'back', 'from', 'the', 'photos', 'it', 'is', 'not', 'clear', 'that', 'there', 'is', 'a', 'drawstring', 'waist', 'cord', 'i', 'thought', 'this', 'made', 'the', 'back', 'look', 'bunchy', 'i', 'would', 'have', 'much', 'preferred', 'a', 'side', 'zip', 'so', 'the', 'back', 'coul', ',4,1,3', 'general', 'dresses', 'dresses'] ['3065,1020,55', 'goes', 'with', 'anything', 'love', 'this', 'skirt', 'its', 'like', 'a', 'denim', 'feel', 'so', 'there', 'is', 'good', 'structure', 'love', 'the', 'colors', 'anything', 'goes', 'with', 'it', 'and', 'i', 'love', 'pockets', 'very', 'comfortable', 'day', 'skirt', 'for', 'just', 'around', 'town', ',5,1,1', 'general', 'bottoms', 'skirts'] ['3066,505,31', ',i', 'could', "n't", 'agree', 'more', 'with', 'that', 'first', 'review', 'i', 'would', 'add', 'that', 'it', 'does', 'run', 'large.the', 'leg', 'holes', 'are', 'big', 'beautiful', 'flower', 'watercolor', 'design', 'as', 'it', 'shows', 'in', 'the', 'picture', 'soft', 'fabric', 'and', 'thin', 'elastic', 'waist', 'band', 'no', 'fake', 'string', 'tightener', 'or', 'buttons', 'simple', 'and', 'romantic', 'yet', 'still', 'a', 'good', 'sleep', 'short', 'to', 'prance', 'around', 'the', 'house', 'in', ',4,1,1', 'initmates', 'intimate', 'sleep'] ['3067,1009,40', 'just', 'didnt', 'like', 'the', 'fit', 'it', 'puffed', 'out', 'in', 'front', 'so', 'that', 'wasnt', 'very', 'flattering', 'i', 'have', 'an', 'hourglass', 'shape', 'and', 'this', 'was', 'not', 'a', 'good', 'fit', 'for', 'me', ',3,0,0', 'general', 'bottoms', 'skirts'] ['3068,872,32', 'cute', 'and', 'casual', 'shoulders', 'hide', 'bra', 'straps', 'well', 'relaxed', 'but', 'flattering', 'fit', 'comfy', 'but', 'can', 'be', 'dressed', 'up', ',4,1,0', 'general', 'tops', 'knits'] ['3069,907,83', 'i', 'purchased', 'this', 'sweater', 'in', 'the', 'grey', 'and', 'loved', 'it'] ['much', 'prettier', 'in', 'person', 'the', 'photos', 'do', 'not', 'show', 'the', 'delicate', 'details', 'which', 'are', 'lovely'] ['i', 'found', 'that', 'it', 'fits', 'true', 'to', 'size', 'and', 'has', 'a', 'very', 'flattering', 'fit'] ['it', 'is', 'also', 'a', 'very', 'versatile', 'piece', 'depending', 'on', 'what', 'you', 'pair', 'it', 'with'] ['i', 'love', 'it', 'so', 'much', 'that', 'i', 'purchased', 'the', 'peach', 'and', 'wine', 'colors', 'as', 'well'] ['i', 'found', 'all', '3', 'colors', 'beautiful', 'and', 'each', 'gives', 'this', 'sweater', 'a', 'different', 'look'] ['the', 'grey', 'is', 'sophisticated', 'and', 'works', 'well', 'with', 'almost', 'anything'] ['the', 'peach', 'is', 'del', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['3070,895,45', 'i', 'passed', 'this', 'over', 'on', 'first', 'sight', 'because', 'it', 'looked', 'like', 'it', 'might', 'be', 'on', 'the', 'short', 'side', 'in', 'length', 'after', 'seeing', 'a', 'few', 'other', 'photos', 'and', 'reading', 'the', 'reviews', 'i', 'opted', 'to', 'give', 'it', 'a', 'go', 'the', 'store', 'did', 'not', 'have', 'my', 'usual', 'xs', 'or', 'even', 'a', 'size', 'small', 'so', 'i', 'tried', 'on', 'the', 'medium', 'it', 'was', 'too', 'wide', 'as', 'expected', 'but', 'the', 'shoulders', 'are', 'adjustable', 'so', 'i', 'fiddled', 'with', 'it', 'a', 'bit', 'and', 'decided', 'it', 'was', 'really', 'cute', 'there', 'were', 'no', 'more', 'xs', 'available', 'to', 'order', 'so', 'i', 'asked', 'if', 'the', 'store', 'could', 'order', 'the', 'small', 'it', 'arrived', 'and', 'is', 'absolutely', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['3071,1080,35', 'disappointed', 'the', 'print', 'on', 'this', 'dress', 'is', 'really', 'pretty', 'and', 'the', 'styling', 'with', 'the', 'lace', 'is', 'a', 'nice', 'touch', 'unfortunately', 'it', 'runs', 'quite', 'small', 'in', 'the', 'bust', 'so', 'i', 'had', 'to', 'return', 'it', 'for', 'someone', 'that', 'is', 'small', 'busted', 'it', 'will', 'be', 'quite', 'cute', 'everywhere', 'else', 'it', 'is', 'true', 'to', 'size', ',3,0,4', 'general', 'dresses', 'dresses'] ['3072,1020,48', 'cute', 'unique', 'skirt', 'i', 'loved', 'the', 'multi', 'stripe', 'pattern', 'buttons', 'pockets', 'and', 'a-line', 'shape', 'i', 'agree', 'it', 'runs', 'small', 'i', 'sized', 'up', 'from', 'my', 'normal', 'size', '4', 'to', 'size', '6.', 'it', 'sits', 'at', 'my', 'belly', 'button', 'which', 'i', 'like', 'i', 'can', 'tuck', 'in', 'a', 'thin', 'shirt', 'comfortably', 'the', 'pockets', 'kind', 'of', 'sag/pooch', 'forward', 'and', 'do', "n't", 'lie', 'straight', 'through', 'the', 'course', 'of', 'the', 'day', 'but', 'not', 'enough', 'to', 'really', 'bother', 'me', 'i', 'straighten', 'the', 'skirt', 'by', 'pulling', 'up', 'great', 'buy', 'on', 'sale', 'i', "'m", '5', '2', '115', ',4,1,0', 'general', 'bottoms', 'skirts'] ['3073,374,49', 'a', 'zip-up', 'jacket', 'with', 'a', 'little', 'extra', 'style', 'like', 'the', 'other', 'reviewer', 'mentioned', 'this', 'jacket', 'has', 'a', 'very', 'trim', 'fit', 'so', 'size', 'up', 'if', 'you', 'want', 'any', 'extra', 'wiggle', 'room', 'or', 'are', 'not', 'a', 'fan', 'of', 'snug', 'clothing', 'i', 'liked', 'the', 'warm', 'neutral', 'color', 'and', 'the', 'gathered', 'ruched', 'detail', 'up', 'the', 'front', 'ultimately', 'i', 'did', 'not', 'buy', 'it', 'due', 'to', 'the', 'sleeves', 'being', 'a', 'bit', 'long', 'and', 'the', 'style', 'more', 'body-hugging', 'than', 'what', 'i', 'was', 'looking', 'for', 'but', 'it', 'is', 'comfortable', 'and', 'a', 'nice', 'twist', 'on', 'a', 'classic', ',4,1,4', 'general', 'petite', 'intimate', 'lounge'] ['3074,153,42', 'i', 'wanted', 'to', 'love', 'these', 'but', 'they', "'re", 'so', 'tight', 'around', 'the', 'top', 'my', 'legs', 'are', 'normal', 'size', 'and', 'i', 'could', "n't", 'get', 'them', 'above', 'my', 'knee', 'the', 'top', 'is', "n't", 'stretchy', 'it', 'has', 'a', 'string', 'that', 'keeps', 'it', 'from', 'expanding', 'they', 'are', 'so', 'very', 'cute', 'but', 'unfortunately', 'must', 'go', 'back', 'for', 'me', ',3,0,0', 'initmates', 'intimate', 'legwear'] ['3075,1009,36', 'adorable', 'all', 'season', 'skirt', 'the', 'gorgeous', 'coral', 'color', 'of', 'this', 'skirt', 'makes', 'it', 'a', 'great', 'all', 'seasons', 'skirt', 'the', 'slightly', 'heavier', 'weight', 'of', 'skirt', 'makes', 'it', 'extremely', 'adorable', 'for', 'fall/winter', 'pair', 'it', 'with', 'some', 'tights', 'chunky', 'knit', 'and', 'booties', 'good', 'to', 'go', 'very', 'flattering', 'one', 'has', 'a', 'slight', 'a-line', 'cut', 'to', 'it', 'i', 'love', 'love', 'this', 'one', ',5,1,1', 'general', 'bottoms', 'skirts'] ['3076,907,40', 'lovely', 'product', 'this', 'is', 'such', 'a', 'nice', 'little', 'sweater', 'to', 'add', 'to', 'a', 'dress', 'or', 'tank', 'fits', 'true', 'to', 'size', 'and', 'i', 'love', 'the', 'tie', 'and', 'hook', 'and', 'eye', 'closure', 'quality.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3077,872,26', ',,4,1,0', 'general', 'tops', 'knits'] ['3078,895,45', 'love', 'it', 'i', 'saw', 'this', 'in', 'the', 'store', 'not', 'on', 'sale', 'and', 'loved', 'it', 'was', 'so', 'happy', 'when', 'it', 'went', 'on', 'sale', 'it', 'is', 'beautifully', 'made', 'and', 'is', 'soft', 'and', 'cozy', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3079,1009,45', 'cute', 'in', 'coral', 'i', 'love', 'it', 'it', "'s", 'cute', 'and', 'short', 'and', 'shows', 'off', 'my', 'legs', 'the', 'material', 'is', 'thick', 'and', 'great', 'quality', 'so', 'great', 'for', 'the', 'fall', 'the', 'color', 'is', 'great', 'for', 'florida', 'brightness', 'year', 'round', 'it', "'s", 'fits', 'perfectly', 'i', 'purchased', 'a', '14', 'and', 'it', 'fits', 'like', 'a', 'glove', 'i', 'am', 'going', 'to', 'wear', 'with', 'my', 'booties', 'and', 'a', 'jacket', 'like', 'the', 'model', 'hey', 'it', 'works', ',5,1,1', 'general', 'bottoms', 'skirts'] ['3080,907,64', 'lightweight', 'cardigan', 'this', 'very', 'lightweight', 'cardigan', 'looked', 'like', 'an', 'eggplant', 'color', 'online', 'it', "'s", 'brown', 'with', 'a', 'hint', 'of', 'burgandy', 'not', 'bad', 'but', 'unexpected', 'i', 'am', 'very', 'short', '-waisted', 'and', 'this', 'lies', 'very', 'high', 'on', 'my', 'torso', 'the', 'seams', 'are', 'unfinished', 'and', 'it', 'looks', 'cheaply', 'made', 'glad', 'i', 'got', 'this', 'on', 'sale', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['3081,505,26', 'light', 'and', 'airy', 'pjs', 'i', 'love', 'these', 'pjs', 'i', 'thought', '100', 'for', 'the', 'set', 'was', 'a', 'little', 'too', 'pricey', 'for', 'me', 'but', 'as', 'soon', 'as', 'they', 'went', 'on', 'sale', 'i', 'knew', 'i', 'had', 'to', 'have', 'them', 'they', 'are', 'so', 'light', 'and', 'fresh', 'perfect', 'for', 'the', 'texas', 'heat', 'it', 'helps', 'that', 'the', 'print', 'is', 'absolutely', 'precious', 'as', 'well', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3082,1020,41', 'overall', 'a', 'nice', 'purchase', 'the', 'skirt', 'is', 'so', 'cute', 'but', 'it', 'runs', 'pretty', 'small', 'the', 'fabric', 'is', 'nice', 'and', 'heavy', 'it', 'is', 'adorable', 'with', 'a', 'chambray', 'top.,4,1,0', 'general', 'bottoms', 'skirts'] ['3083,872,25', 'super', 'cute', 'and', 'chic', 'top', 'a', 'really', 'great', 'basic', 'that', 'can', 'be', 'styled', 'a', 'number', 'of', 'ways', 'i', 'bought', 'it', 'in', 'tan', 'and', 'white', 'and', 'received', 'many', 'compliments', 'on', 'it', 'the', 'slightly', 'off', 'the', 'shoulder', 'look', 'is', 'really', 'flattering', 'and', 'perfect', 'for', 'a', 'spring', 'or', 'summer', 'look.,5,1,0', 'general', 'tops', 'knits'] ['3084,505,43', 'lovely', 'and', 'perfect', 'for', 'summer', 'i', 'purchased', 'both', 'the', 'floral', 'sleep', 'shorts', 'and', 'the', 'top', 'the', 'floral', 'watercolor', 'pattern', 'is', 'gorgeous', 'and', 'the', 'fabric', 'is', 'very', 'soft', 'like', 'the', 'other', 'reviewers', 'i', 'appreciate', 'the', 'feminine', 'quality', 'of', 'this', 'set', 'while', 'also', 'being', 'able', 'to', 'run', 'around', 'the', 'house', 'i', 'am', '135', 'lbs', 'and', 'purchased', 'a', 's.', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['3085,872,37', 'adorable', 'love', 'this', 'top', 'the', 'crossover', 'design', 'is', 'so', 'cute', 'i', 'ordered', 'by', 'normal', 'xs', '5', '5', '110', 'lbs', 'and', 'was', 'worried', 'it', 'would', "n't", 'fit', 'right', 'in', 'the', 'chest', '34', 'd', 'but', 'it', 'does', 'and', 'even', 'though', 'it', "'s", 'cut', 'on', 'the', 'lower', 'side', 'it', "'s", 'made', 'so', 'there', 'is', 'no', 'gap', 'in', 'the', 'shirt', 'when', 'you', 'bend', 'over', 'has', 'a', 'little', 'elastic', 'in', 'there', 'to', 'keep', 'everything', 'together', 'perfect', 'length', 'and', 'nice', 'thicker', 'material', 'got', 'the', 'navy', 'and', 'red', 'stripe', 'and', 'with', 'white', 'jeans', 'is', 'so', 'cute', ',5,1,0', 'general', 'tops', 'knits'] ['3086,895,38', 'what', 'can', 'i', 'say', 'it', "'s", 'like', 'wearing', 'a', 'hug', 'it', "'s", 'so', 'wonderful', 'i', 'have', 'a', 'hard', 'time', 'taking', 'it', 'off', 'at', 'the', 'end', 'of', 'the', 'day', 'it', "'s", 'extraordinarily', 'soft', 'and', 'thick', 'and', 'stylish', 'to', 'boot', 'the', 'one', 'thing', 'is', 'that', 'the', 'thread', 'holding', 'the', 'pockets', 'together', 'was', 'already', 'coming', 'unraveled', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'package', 'and', 'i', 'had', 'to', 'sew', 'them', 'back', 'on', 'right', 'away', 'as', 'they', 'were', 'starting', 'to', 'come', 'completely', 'apart', 'a', 'small', 'price', 'to', 'pay', 'for', 'being', 'a', 'new', 'owner', 'of', 'the', 'best', 'thing', 'ever', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['3087,374,35', 'size', 'up', 'i', 'love', 'the', 'ruching', 'on', 'this', 'hoodie', 'which', 'is', 'why', 'i', 'ordered', 'it', 'i', "'m", 'typically', 'a', 'size', 'small', '34b', '130lbs', 'but', 'the', 'hoodie', 'was', 'a', 'bit', 'tight', 'in', 'the', 'waist', 'and', 'around', 'the', 'bottom', 'band', 'i', 'might', 'order', 'it', 'in', 'a', 'medium', 'although', 'the', 'sleeves', 'will', 'likely', 'be', 'too', 'long', 'the', 'only', 'thing', 'that', 'makes', 'me', 'hesitate', 'is', 'the', 'color', 'it', "'s", 'more', 'of', 'a', 'brown', 'gray', 'instead', 'of', 'just', 'gray', 'as', 'you', 'see', 'on', 'your', 'computer', 'screen.', ',5,1,4', 'general', 'petite', 'intimate', 'lounge'] ['3088,1009,52', 'this', 'one', 'picked', 'me', 'tried', 'it', 'on', 'a', 'whim', 'and', 'could', 'not', 'leave', 'it', 'behind', '5/4', '135', 'size', '4-6', 'took', 'a', '6.', 'something', 'about', 'the', 'pocket', 'placement', 'fabric', 'weight', 'cut', 'and', 'color', 'make', 'this', 'one', 'a', 'real', 'winner', 'for', 'me', 'plan', 'to', 'wear', 'it', 'with', 'a', 'creme', 'windowpane', 'coat', ',5,1,0', 'general', 'bottoms', 'skirts'] ['3089,872,36', 'cute', 'style', 'but', 'a', 'little', 'large', 'i', 'ordered', 'the', 'red/navy', 'and', 'i', 'love', 'that', 'its', 'a', 'true', 'red', 'and', 'navy', 'the', 'subtle', 'ribbing', 'adds', 'the', 'right', 'amount', 'of', 'texture', 'i', 'normally', 'order', 'size', 'small', 'but', 'i', 'felt', 'the', 'top', 'was', 'a', 'little', 'big', 'and', 'has', 'a', 'very', 'long', 'hem', 'line', 'i', "'m", 'hoping', 'it', 'shrinks', 'in', 'the', 'wash', 'and', 'i', 'might', 'alter', 'the', 'hem', 'if', 'its', 'still', 'too', 'long', 'after', 'washing.,4,1,4', 'general', 'tops', 'knits'] ['3090,374,38', ',this', 'is', 'the', 'softest', 'jacket', 'i', 'could', 'sleep', 'in', 'this', 'fabric', 'the', 'ruched', 'details', 'and', 'fun', 'collar', 'make', 'it', 'unique', 'plus', 'it', 'has', 'inside', 'pockets', 'one', 'of', 'the', 'best', 'finds', 'in', 'a', 'while.,5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['3091,1020,34', 'cute', 'and', 'comfortable', 'i', 'found', 'this', 'fit', 'tts', 'for', 'me', 'i', "'m", 'normally', 'a', '10/12', 'and', 'took', 'a', '12.', 'fit', 'and', 'length', 'are', 'great', 'the', 'fabric', 'felt', 'substantial', 'and', 'the', 'colors', 'are', 'soft.,5,1,0', 'general', 'bottoms', 'skirts'] ['3092,895,47', 'soft', 'pretty', 'poncho', 'the', 'colors', 'are', 'so', 'pretty', 'a', 'pinkish', 'brown', 'and', 'a', 'light', 'brown', 'trim', 'it', 'is', 'very', 'soft', 'and', 'elegant', 'looking', 'great', 'with', 'jeans', 'or', 'leggings', 'the', 'tie', 'is', 'a', 'little', 'high', 'in', 'back', 'but', 'looks', 'great', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3093,895,38', 'comfortable', 'effortless', 'this', 'top', 'is', 'the', 'bomb', 'the', 'red', 'is', 'a', 'perfect', 'balance', 'of', 'washed', 'out', 'but', 'still', 'rich', 'the', 'thin', 'spaghetti', 'straps', 'and', 'scooped', 'back', 'make', 'it', 'sexy', 'but', 'it', 'still', 'looks', 'effortless', 'perfect', 'to', 'pair', 'with', 'light', 'weight', 'light', 'wash', 'jeans', 'it', "'s", 'also', 'nice', 'that', 'it', "'s", 'not', 'clingy', 'at', 'all', 'lends', 'to', 'the', 'casual', 'look', 'total', 'keep', 'for', 'me', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3094,895,62', 'had', 'potential', 'on', 'the', 'mannequin', 'this', 'looked', 'adorable', 'it', 'is', 'made', 'well', 'but', 'if', 'you', 'have', 'any', 'bustline', 'it', 'just', 'billows', 'out', 'below', 'like', 'a', 'tent', 'and', 'is', 'not', 'flattering', 'if', 'it', 'had', 'less', 'fullness', 'it', 'would', 'have', 'been', 'really', 'cute.,3,0,6', 'general', 'tops', 'fine', 'gauge'] ['3095,374,36', 'so', 'cute', 'and', 'comfortable', 'this', 'fabric', 'feels', 'a', 'little', 'bit', 'like', 'heaven', 'i', 'would', 'totally', 'wear', 'this', 'out', 'and', 'not', 'just', 'with', 'my', 'jammies', 'it', "'s", 'adorable', 'and', 'the', 'fabric', 'is', 'so', 'soft', 'i', 'think', 'i', "'m", 'in', 'love', 'i', "'m", '5', '2', '95', 'lbs', 'xxsmall', 'was', 'a', 'perfect', 'fit.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['3096,907,64', 'oh', 'my', 'goodness', 'i', 'love', 'this', 'sweater', 'i', 'ordered', 'the', 'dark', 'gray', 'and', 'was', "n't", 'expecting', 'fabulous', 'but', 'that', "'s", 'what', 'i', 'got', 'the', 'skirt', 'below', 'the', 'waist', 'tie', 'is', 'actually', 'pleated', 'so', 'that', 'it', 'falls', 'perfectly', 'the', 'seaming', 'detail', 'is', 'beautiful', 'i', 'am', 'between', 'a', 'size', 'large', 'and', 'extra', 'large', 'and', 'the', 'extra', 'large', 'fit', 'perfectly', 'the', 'sweater', 'is', 'short', 'half', 'way', 'down', 'my', 'hips', 'but', 'looks', 'good', 'over', 'a', 'long', 'tank', 'this', 'a', 'medium', 'weight', 'knit', 'and', 'will', 'be', 'wearable', 'all', 'year', 'with', 'skirts', 'dresses', 'and', 'any', 'kind', 'of', 'trousers', 'this', 'is', 'one', 'of', 'my', 'favorite', 'purchas', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['3097,895,48', 'cute', 'summer', 'tank', 'loved', 'the', 'red', 'and', 'white', 'stripes', 'and', 'soft', 'fabric', 'lays', 'nicely', 'has', 'a', 'nice', 'cut', 'pairs', 'well', 'with', 'jeans', 'and', 'a', 'cute', 'casual', 'jacket', 'or', 'dress', 'it', 'up', 'nice', 'quality', 'and', 'color', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3098,907,40', ',this', 'sweater', 'is', 'super', 'light-weight', 'and', 'is', 'very', 'cute.,4,1,1', 'general', 'tops', 'fine', 'gauge'] ['3099,895,48', 'bought', 'the', 'red/white', 'normally', 'a', 'size', 'small', 'but', 'they', 'were', 'out', 'so', 'tried', 'a', 'medium', 'it', 'fit', 'perfectly', 'and', 'feels', 'amazing', 'love', 'how', 'it', 'hangs', 'and', 'know', 'i', 'will', 'get', 'lots', 'of', 'compliments', 'on', 'this', 'jeans', 'white', 'linen', 'pants', 'very', 'versatile', 'how', 'this', 'can', 'be', 'warn', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3100,374,35', 'soft', 'body', 'conforming', 'and', 'comfy', 'first', 'i', 'must', 'say', 'that', 'i', 'bought', 'this', 'zip', 'up', 'hoodie', 'because', 'of', 'the', 'material', 'and', 'how', 'incredibly', 'soft', 'and', 'comfortable', 'it', 'was', 'absolutely', 'worth', 'the', 'price', 'however', 'the', 'sleeves', 'were', 'about', '4', 'too', 'long', 'because', 'i', 'am', 'a', 'seamstress', 'and', 'this', 'was', 'an', 'easy', 'hem', 'for', 'me', 'i', 'went', 'ahead', 'and', 'purchased', 'it', 'and', 'hemmed', 'up', 'the', 'sleeves', 'but', 'i', 'was', 'honestly', 'shocked', 'how', 'long', 'they', 'were', 'you', 'would', 'have', 'to', 'have', 'very', 'long', 'arms', 'for', 'this', 'to', 'fit', 'you', 'without', 'alterations', 'if', 'you', 'do', "n't", 'mind', 'rolling', 'them', 'up', 'i', 'suppose', 'it', 'might', 'work', 'as', 'w', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['3101,872,24', 'loved', 'it', 'but', 'it', 'did', "n't", 'work', 'for', 'me', 'i', 'wanted', 'this', 'top', 'to', 'work', 'so', 'bad', 'unfortunately', 'the', 'way', 'the', 'bust', 'of', 'the', 'top', 'is', 'designed', 'it', 'is', "n't", 'flattering', 'if', 'you', 'are', "n't", 'flat', 'chested', 'it', 'squishes', 'on', 'side', 'of', 'your', 'chest', 'and', 'leaves', 'the', 'other', 'side', 'alone', 'i', "'m", 'a', 'b', 'cup', 'and', 'had', 'this', 'problem', 'so', 'if', 'you', 'are', 'a', 'b', 'or', 'larger', 'i', 'do', "n't", 'recommend', 'however', 'if', 'you', 'are', 'smaller', 'busted', 'this', 'piece', 'would', 'be', 'worth', 'the', 'purchase', ',4,1,9', 'general', 'tops', 'knits'] ['3102,907,48', 'frumpy', 'did', 'not', 'work', 'for', 'me', 'material', 'was', 'a', 'bit', 'thin', 'poor', 'quality', 'the', 'tie', 'does', "n't", 'quite', 'work', 'correctly', 'had', 'a', 'cheaper', 'look', 'to', 'it', 'not', 'the', 'quality', 'i', "'d", 'normally', 'expect', 'this', 'is', 'going', 'back', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['3103,1020,46', 'striped', 'skirt', 'wow', 'love', 'this', 'skirt', 'and', 'i', 'totally', 'agree', 'with', 'reviewers', 'this', 'item', 'runs', 'a', 'full', 'size', 'small', 'i', 'am', 'normally', 'a', 'true', 'six', 'on', 'bottom', 'and', 'it', 'was', 'a', 'bit', 'too', 'tight', 'considering', 'i', 'would', 'wash/dry/shrink', 'the', 'size', 'eight', 'is', 'perfect', 'fabric', 'is', 'very', 'good', 'twill', 'and', 'forgiving', '19.95', 'and', '40', 'off', 'can', 'not', 'wait', 'to', 'wear', 'my', 'bargain', 'skirt', 'next', 'summer', ',5,1,0', 'general', 'bottoms', 'skirts'] ['3104,1020,35', 'sizing', 'differrent', 'from', 'other', 'current', 'pilcro', 'skirts', 'i', 'have', 'the', 'moss', 'colored', 'pilcro', 'skirt', 'that', 'is', 'out', 'right', 'now', 'in', 'an', '8', 'and', 'love', 'everything', 'about', 'it', 'ordered', 'this', 'in', 'an', '8', 'and', 'it', 'is', 'tight', 'sending', 'it', 'back', 'it', 'is', 'very', 'pretty', 'though', 'just', 'do', "n't", 'love', 'enough', 'to', 'exchange', 'for', 'correct', 'size.,4,1,2', 'general', 'bottoms', 'skirts'] ['3105,906,38', ',the', 'perfect', 'cardigan', 'for', 'transitional', 'seasons', 'i', 'live', 'in', 'southern', 'vermont', 'and', 'i', 'can', 'already', 'tell', 'this', 'cardigan', 'will', 'be', 'in', 'heavy', 'rotation', 'during', 'the', 'summer', 'to', 'fall', 'and', 'spring', 'to', 'winter', 'transition', 'times', 'has', 'such', 'a', 'cute', 'back', 'detailing', 'that', 'gives', 'you', 'a', 'break', 'from', 'your', 'common', 'cardigans', 'great', 'quality', 'i', "'m", '126', 'lbs', '5', '4', 'and', 'i', 'got', 'the', 'small', 'petite', 'and', 'is', 'perfect', 'if', 'you', 'want', 'it', 'to', 'be', 'slightly', 'loose', 'but', 'not', 'swimming', 'in', 'it', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3106,862,51', 'new', 'favorite', 'love', 'this', 'shirt', 'great', 'fabric', 'and', 'fit', 'trying', 'to', 'wait', 'for', 'a', 'sale', 'to', 'buy', 'several', 'others', 'in', 'additional', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3107,1104,57', 'runs', 'big', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'much', 'but', 'unfortunately', 'it', 'ran', 'way', 'too', 'big', 'for', 'my', 'taste', 'i', 'am', 'usually', 'a', '4/6', 'in', 'retailer', 'and', 'the', 'small', 'was', 'huge', 'on', 'me', 'the', 'bottom', 'half', 'of', 'the', 'dress', 'is', 'very', 'much', 'a', 'swing', 'dress', 'and', 'is', 'very', 'wide', 'much', 'wider', 'than', 'it', 'looks', 'in', 'the', 'pictures', 'i', 'suppose', 'that', 'sizing', 'down', 'maybe', 'even', 'to', 'a', 'petite', 'and', 'having', 'the', 'dress', 'altered', 'to', 'be', 'narrower', 'on', 'the', 'bottom', 'half', 'would', "'ve", 'made', 'it', 'look', 'like', 'the', 'picture', 'but', 'that', "'s", 'a', 'lot', 'of', 'extra', 'work', 'for', 'a', 'dress', 'that', 'is', 'already', 'pretty', 'pricey', ',3,0,1', 'general', 'dresses', 'dresses'] ['3108,285,22', 'it', 'seemed', 'to', 'stay', 'in', 'place', 'and', 'did', 'not', 'require', 'constant', 'readjustment', 'however', 'i', 'found', 'the', 'band', 'to', 'be', 'extremely', 'small', 'and', 'tight', 'it', 'is', 'not', 'the', 'most', 'comfortable', 'bra', 'because', 'of', 'the', 'way', 'the', 'band', 'just', 'presses', 'into', 'your', 'skin', ',1,0,2', 'initmates', 'intimate', 'intimates'] ['3109,862,45', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3110,906,48', 'love', 'this', 'sweater', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'cool', 'so', 'i', 'can', 'wear', 'this', 'the', 'split', 'back', 'makes', 'it', 'very', 'flattering'] [] ['the', "'green", 'is', 'definitely', 'more', 'brown', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3111,862,39', 'solid', 'versatile', 'piece', 'on', 'sale', 'this', 'is', 'a', 'great', 'deal', 'the', 'structure', 'and', 'fit', 'of', 'it', 'are', 'perfect-', 'maybe', 'runs', 'a', 'tad', 'big', 'but', 'i', 'liked', 'that-', 'it', "'s", 'supposed', 'to', 'be', 'a', 'snug', 'fit', 'and', 'is', 'without', 'being', 'too', 'clingy', 'i', 'chose', 'the', 'berry', 'color', 'and', 'love', 'it-', 'the', 'ribbed', 'style', 'of', 'fabric', 'was', "n't", 'as', 'visible', 'in', 'the', 'pic', 'online', 'but', 'i', 'do', "n't", 'mind', 'it', 'in', 'the', 'darker', 'color', 'can', 'be', 'worn', 'with', 'a', 'bit', 'of', 'flair', 'by', 'unbuttoning', 'the', 'turtleneck', 'or', 'kept', 'classic', 'by', 'not-', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3112,909,41', 'warm', 'and', 'comfy', '36dd', '10/12', 'in', 'tops', '12/14', 'in', 'bottoms'] [] ['very', 'soft', 'and', 'warm', 'sweater', 'the', 'boucle', 'body', 'almost', 'feels', 'like', 'comfy', 'pajamas', 'lovely', 'heathered', 'pasted', 'colors', 'as', 'well', 'i', 'found', 'the', 'large', 'to', 'be', 'too', 'big', 'the', 'sleeves', 'fit', 'fine', 'as', 'they', 'are', 'a', 'tighter', 'knit', 'but', 'the', 'body', 'sagged', 'oddly', 'medium', 'was', 'the', 'best', 'fit', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3113,906,28', 'love', 'this', 'sweater', 'this', 'is', 'a', 'great', 'sweater', 'that', 'i', 'know', 'i', "'ll", 'get', 'a', 'ton', 'of', 'use', 'out', 'of', 'i', "'ve", 'already', 'worn', 'it', 'three', 'times', 'and', 'i', "'ve", 'had', 'it', 'a', 'week', 'i', 'typically', 'wear', 'small', 'or', 'medium', 'in', 'tops', 'and', 'sweaters', 'and', 'ordered', 'a', 'medium', 'in', 'this', 'one', 'to', 'ensure', 'the', 'arms', 'were', 'comfortable', 'the', 'nude', 'color', 'is', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3114,862,27', 'love', 'this', 'sweater', 'no', 'need', 'to', 'dry', 'clean', 'i', 'love', 'this', 'sweater', 'i', 'purchased', 'it', 'in', 'the', 'red/berry', 'color', 'it', 'is', 'so', 'incredibly', 'soft', 'and', 'cozy', 'and', 'the', 'fit', 'is', 'fantastic', 'it', 'hugs', 'my', 'curves', 'in', 'all', 'the', 'right', 'places', 'i', 'purchased', 'it', 'without', 'even', 'looking', 'at', 'the', 'care', 'instructions', 'but', 'after', 'reading', 'a', 'couple', 'of', 'reviews', 'here', 'i', 'opted', 'to', 'wash', 'on', 'delicate', 'and', 'line', 'dry', 'it', 'came', 'out', 'perfectly', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['3115,835,49', 'nice', 'mix', 'of', 'romantic', 'and', 'practical', 'i', 'have', 'a', 'long', 'list', 'of', 'criteria', 'for', 'this', 'sort', 'of', 'a', 'top', 'the', 'lace', 'ca', "n't", 'be', 'too', 'fragile', 'the', 'top', 'ca', "n't", 'be', 'too', 'see', 'through', 'it', 'ca', "n't", 'bind', 'my', 'arms', 'in', 'an', 'uncomfortable', 'way', 'and', 'it', 'ca', "n't", 'be', 'dry', 'clean', 'only', 'the', 'stars', 'have', 'aligned', 'on', 'this', 'one', 'i', 'bought', 'my', 'usual', 'size', '2', 'and', 'it', 'fits', 'tts', 'i', 'only', 'wish', 'it', 'was', 'a', 'little', 'longer', 'but', 'i', 'will', 'probably', 'wear', 'it', 'layered', 'with', 'a', 'long', 'cami', 'it', 'certainly', 'seems', 'worth', 'it', 'for', 'full', 'price', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['3116,835,49', ',was', 'hoping', 'i', 'was', 'going', 'to', 'love', 'this', 'top', 'and', 'i', 'did', 'its', 'a', 'fun', 'piece', 'to', 'dress', 'up', 'or', 'down.,4,1,2', 'general', 'petite', 'tops', 'blouses'] ['3117,933,26', 'comfy', 'gorgeous', 'i', "'ve", 'only', 'worn', 'the', 'sweater', 'a', 'handful', 'of', 'times', 'but', 'i', "'m", 'already', 'in', 'love', 'with', 'how', 'soft', 'and', 'comfortable', 'it', 'is', 'it', "'s", 'a', 'bit', 'on', 'the', 'baggier', 'side', 'but', 'that', 'does', "n't", 'stop', 'it', 'from', 'looking', 'great', 'i', "'ve", 'gotten', 'complements', 'on', 'it', 'every', 'time', 'i', "'ve", 'worn', 'it', 'i', 'would', 'highly', 'recommend', 'it', 'to', 'people', 'who', 'do', "n't", 'like', 'the', 'typical', 'scratchy/itchy', 'textiles', ',5,1,0', 'general', 'tops', 'sweaters'] ['3118,906,35', 'love', 'love', 'love', 'this', 'has', 'quickly', 'become', 'my', 'go-to', 'cardigan', 'it', "'s", 'light', 'which', 'will', 'make', 'it', 'great', 'for', 'the', 'spring', 'and', 'summer', 'nights', 'i', 'got', 'it', 'in', 'the', 'rose', 'and', 'loved', 'it', 'so', 'much', 'i', 'bought', 'the', 'olive', 'too', 'bought', 'a', 'small-', 'fits', 'perfectly', 'arm', 'length', 'is', 'great', 'too.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3119,903,31', 'cute', 'crochet', 'i', 'wear', 'this', 'top', 'all', 'the', 'time', 'perfect', 'with', 'jeans', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'with', 'a', 'skirt', 'in', 'the', 'summer'] ['i', 'am', '5', '2', 'and', 'have', 'the', 'xs', 'which', 'hits', 'in', 'a', 'great', 'length', 'just', 'as', 'pictured', 'i', 'bought', 'at', 'full', 'price', 'so', 'for', 'the', 'sale', 'price', 'you', 'are', 'getting', 'a', 'great', 'deal', ',5,1,10', 'general', 'tops', 'fine', 'gauge'] ['3120,1022,52', 'slimming', 'and', 'comfortable', 'i', 'have', 'countless', 'ag', 'jeans', 'but', 'this', 'has', 'become', 'my', 'current', 'favorite', 'i', 'love', 'cuffed', 'jeans', 'and', 'actually', 'ordered', 'the', 'two', 'washes', 'for', 'this', 'style', 'the', 'lighter', 'one', 'which', 'is', 'getting', 'rave', 'reviews', 'i', 'actually', 'returned', 'because', 'of', 'too', 'much', 'distressing', 'and', 'stretch', 'i', 'like', 'this', 'darkly', 'uniform', 'shade', 'slimming', 'and', 'more', 'office', 'appropriate', 'for', 'casual', 'fridays', 'you', 'need', 'to', 'size', 'up', 'on', 'your', 'usual', 'ag', 'size', 'however', 'to', 'get', 'the', 'perfect', 'fit', ',5,1,8', 'general', 'bottoms', 'jeans'] ['3121,862,61', 'nice', 'casual', 'top', 'usually', 'wear', 'a', 'small', 'sometimes', 'medium', 'bought', 'this', 'in', 'medium', 'and', 'am', 'very', 'happy', 'with', 'it', 'form-fitting', 'but', 'not', 'too', 'tight', 'would', 'probably', 'fit', 'well', 'in', 'a', 'small', 'if', 'i', 'was', 'in', 'better', 'shape', 'it', 'does', 'show', 'any', 'flaws', 'so', 'the', 'medium', 'is', 'more', 'forgiving', 'bought', 'the', 'black', 'and', 'am', 'considering', 'the', 'neutral', 'stripe', 'this', 'is', 'a', 'great', 'medium', 'weight', 'top', 'for', 'cooler', 'days', 'the', 'snap', 'collar', 'looks', 'nice', 'open', 'i', 'plan', 'on', 'washing', 'on', 'delicate', 'and', 'hanging', 'up', 'to', 'dry', 'i', 'never', 'dry', 'clean', 'anything', 'except', 'wool', 'suits', 'and', 'coats', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3122,862,41', ',all', 'i', 'really', 'need', 'to', 'say', 'is', 'this', 'is', 'the', 'perfect', 'layering', 'piece', 'i', 'love', 'that', 'you', 'have', 'a', 'choice', 'in', 'the', 'neckline', 'that', 'you', 'want', 'to', 'wear', 'form', 'flattering', 'and', 'is', 'true', 'to', 'size.,5,1,11', 'general', 'petite', 'tops', 'knits'] ['3123,906,32', 'amazing', 'cardigan', 'i', 'am', 'always', 'a', 'fan', 'of', 'retailer', 'cardigans', 'but', 'this', 'one', 'exceeded', 'my', 'expectations', 'the', 'quality', 'is', 'a', 'work', 'of', 'art', 'especially', 'the', 'back', 'and', 'the', 'color', 'i', 'chose', 'the', 'green', 'is', 'so', 'unique', 'and', 'beautiful', 'you', 'will', 'not', 'be', 'disappointed', 'go', 'for', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3124,862,37', 'if', 'you', 'want', 'it', 'more', 'fitted', 'size', 'down', 'i', 'technically', 'measure', 'to', 'a', 'medium', 'in', 'both', 'regular', 'and', 'petite', 'sizing', 'but', 'i', 'took', 'a', 'chance', 'an', 'ordered', 'the', 'regular', 'small', 'in', 'red', 'it', 'is', 'as', 'depicted', 'and', 'i', 'agree', 'that', 'it', 'is', 'soft', 'and', 'can', 'be', 'clingy', 'but', 'the', 'regular', 'size', 'fits', 'slightly', 'too', 'big', 'on', 'me', 'this', 'is', 'fine', 'since', 'it', 'would', 'show', 'lumps', 'otherwise', 'i', 'bet', 'this', 'would', 'be', 'perfect', 'had', 'the', 'petite', 'size', 'have', 'been', 'available', 'nonetheless', 'the', 'fabric', 'is', 'substantial', 'enough', 'that', 'it', 'does', "n't", 'show', 'the', 'fact', 'i', 'carry', 'weight', 'in', 'my', 'upper', 'body', 'and', 'stomach', 'so', 'i', "'m", 'keeping', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3125,835,46', 'touch', 'of', 'class', 'i', 'got', 'this', 'in', 'the', 'royal', 'blue.it', 'is', 'absolutly', 'beautiful.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3126,862,65', ',loved', 'the', 'fit', 'the', 'size', 'was', 'true', 'and', 'it', 'felt', 'so', 'soft', 'on.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3127,835,29', 'very', 'cute', 'i', 'loved', 'this', 'top', 'when', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'i', 'was', 'very', 'close', 'to', 'buying', 'but', 'i', 'knew', 'my', 'sister', 'would', 'want', 'so', 'i', 'moved', 'on', 'it', 'is', 'a', 'great', 'fitting', 'top', 'i', 'am', '5', '7', '125lbs', 'and', 'the', 'small', 'fit', 'perfectly', 'i', 'do', 'question', 'how', 'well', 'this', 'top', 'will', 'fit', 'petite', 'people', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3128,1104,39', 'pretty', 'big', 'in', 'both', 'senses', 'it', 'is', 'pretty', 'and', 'big', 'and', 'pretty', 'big', 'i', 'ordered', 'the', 'xs', 'as', 'the', 'xxs', 'and', 'xs', 'petite', 'were', 'both', 'out', 'and', 'it', 'is', 'to', 'big', 'on', 'me', 'i', 'am', 'usually', 'xs', 'petite', 'or', 'xs', 'if', 'shorter', 'i', 'definitely', 'need', 'xxs', 'petite', 'or', 'not'] ['115', 'lbs', '30', 'dd', '26-27', 'inch', 'waist'] [] ['that', 'being', 'said', 'it', 'is', 'really', 'cute', 'and', 'fun', 'and', 'flirt', 'but', 'not', 'romantic', 'flirty', 'just', 'girl', 'next', 'door', 'flirty'] ['the', 'navy', 'and', 'white', 'stripes', 'are', 'classic', 'so', 'will', 'last', 'over', 'the', 'seasons', 'the', 'cut', 'is', 'flattering', 'i', 'really', 'love', 'it', 'just', 'not', 'on', 'me', 'being', 'that', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3129,862,39', 'yoo', 'big', 'for', 'smaller', 'framws', 'but', 'looks', 'nice', 'and'] ['i', 'did', 'like', 'the', 'button', 'detail', 'on', 'the', 'collar', 'colors', 'are', 'nove', 'and', 'the', 'feel', 'is', 'soft', 'i', 'would', 'probably', 'have', 'to', 'get', 'a', 'petite', 'smaller', 'size', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['3130,835,39', 'true', 'comparison', 'i', 'ordered', 'this', 'shirt', 'in', 'each', 'color', 'and', 'different', 'sizes', 'petite', 'regular', 'my', 'size', 'a', 'size', 'up', 'and', 'one', 'down'] [] ['verdict', 'i', 'ended', 'up', 'in', 'regular', 'size', 'not', 'petite', 'because', 'i', 'felt', 'the', 'petite', 'was', 'jsut', 'that', 'short', 'and', 'i', 'could', 'feel', 'te', 'cold', 'breeze', 'in', 'the', 'store', 'i', 'could', 'have', 'gone', 'in', 'the', '00', '0', 'and', '2', '2', 'is', 'my', 'usual', 'size', 'but', 'ended', 'up', 'in', 'a', '0', 'only', 'because', 'it', 'was', 'less', 'wide', 'on', 'me', 'it', 'is', 'hwoevcer', 'a', 'tiny', 'bit', 'tighter', 'around', 'the', 'back', 'if', 'i', 'cross', 'my', 'arms', 'forward', 'really', 'i', 'do', "n't", 'do', 'that', 'move', 'on', 'a', 'daily', 'basis', 'colr', 'i', ',4,1,4', 'general', 'petite', 'tops', 'blouses'] ['3131,862,39', 'cute', 'comfy', 'and', 'flattering', 'i', 'love', 'this', 'top', 'so', 'much', 'i', 'bought', 'it', 'in', '3', 'colors', 'the', 'material', 'is', 'so', 'soft', 'and', 'comfortable', 'has', 'a', 'slight', 'fitting', 'in', 'the', 'waist', 'to', 'make', 'it', 'very', 'flattering', 'you', 'can', 'wear', 'the', 'next', 'as', 'pictured', 'or', 'button', 'it', 'up', 'and', 'slouch', 'it', 'and', 'it', 'looks', 'great', 'both', 'ways', 'perfect', 'with', 'jeans', 'or', 'dress', 'it', 'up', 'with', 'slacks', 'just', 'wish', 'it', 'was', "n't", 'dry', 'clean', 'only.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3132,906,65', 'for', 'kicking', 'back', 'or', 'out', 'to', 'dinner', 'got', 'ta', 'love', 'it', 'got', 'this', 'for', 'work', 'my', 'style', 'is', 'casual', 'to', 'boho', 'and', 'it', 'turned', 'out', 'to', 'be', 'my', 'go-to', 'cardigan'] ['the', 'color', 'is', 'soft', 'and', 'pretty', 'it', 'drapes', 'perfectly', 'got', 'the', 'x-small'] ['and', 'it', 'fits', 'beautifully', 'plus', 'the', 'weight', 'of', 'the', 'knit', 'is', 'just', 'right', 'for'] ['chilly', 'evenings', 'would', 'love', 'to', 'have', 'it', 'in', 'more', 'colors', ',5,1,9', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3133,903,28', 'boxy', 'loved', 'this', 'top', 'online', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'shorter', 'than', 'expected', 'so', 'only', 'fitting', 'for', 'high', 'waisted', 'bottoms', 'and', 'much', 'more', 'boxy', 'than', 'it', 'appeared', 'online', 'i', 'wish', 'to', 'high', 'heaven', 'that', 'this', 'top', 'came', 'in', 'a', 'more', 'normal', 'cut', 'hip', 'length', 'and', 'slimming', 'the', 'fabric', 'and', 'collar', 'are', 'beautiful', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['3134,906,34', ',this', 'is', 'a', 'lovely', 'sweater', 'but', 'i', 'wished', 'i', 'had', 'ordered', 'the', 'xs', 'only', 'the', 'small', 'was', 'left', '.,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3135,835,29', 'love', 'lace', 'this', 'top', 'is', 'lace', 'done', 'extremely', 'well', 'i', 'love', 'the', 'silk', 'the', 'double', 'attached', 'layer', 'and', 'the', 'length', 'dress', 'it', 'up', 'or', 'down', 'this', 'top', 'is', 'a', 'definite', 'show', 'stopper'] ['it', 'does', 'run', 'small', 'in', 'the', 'arms', 'though', 'size', 'up', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['3136,906,37', 'beautiful', 'transitional', 'cardigan', 'lovely', 'drape', 'and', 'design', 'true', 'to', 'size', 'more', 'of', 'a', 'muted', 'crimson/brick', 'color.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3137,835,46', 'unwearable', 'but', 'pretty', 'i', 'ordered', 'the', 'blue', 'in', 'size', '16.', 'it', 'ran', 'at', 'least', 'two', 'if', 'not', 'three', 'sizes', 'too', 'small', 'compared', 'to', 'my', 'other', 'retailer', '14', '16', 'blouses', 'it', 'was', 'too', 'small', 'through', 'the', 'body', 'other', 'than', 'the', 'peplum', 'the', 'arms', 'were', 'tight', 'too', 'the', 'waistline', 'and', 'length', 'matched', 'the', 'online', 'photos', 'it', "'s", 'widening', 'the', 'material', 'they', 'chose', 'was', 'also', 'scratchy', 'and', 'rough', 'especially', 'around', 'the', 'neckline', 'i', 'returned', 'mine', 'after', 'trying', 'it', 'on', 'and', 'seeing', 'there', 'was', 'no', 'way', 'to', 'make', 'this', 'work', 'the', 'blue', 'color', 'was', 'gorgeous', 'though', 'the', 'patterned', 'lace', 'w', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['3138,862,60', 'best', 'top', 'i', 'love', 'this', 'top', 'the', 'unique', 'neck', 'detail', 'is', 'awesome', 'i', 'dress', 'it', 'up', 'i', 'dress', 'it', 'casual', 'works', 'for', 'every', 'adventure', 'more', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3139,909,30', 'beautiful', 'sweater', 'but', 'pills', 'i', 'love', 'the', 'look', 'of', 'this', 'sweater', 'and', 'was', 'so', 'happy', 'with', 'how', 'it', 'looked', 'and', 'felt', 'when', 'i', 'first', 'tried', 'it', 'on', 'but', 'within', 'a', 'day', 'of', 'wear', 'i', 'noticed', 'significant', 'pilling', 'which', 'made', 'it', 'appear', 'much', 'older', 'worn', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['3140,862,64', 'loved', 'the', 'look', 'fit', 'and', 'styling', 'of', 'this', 'turtleneck', 'but', 'dry', 'clean', 'only', 'you', 'have', 'to', 'be', 'kidding', ',1,0,36', 'general', 'petite', 'tops', 'knits'] ['3141,909,56', 'so', 'soft', 'i', 'love', 'the', 'coziness', 'of', 'this', 'sweater', 'i', 'do', 'think', 'it', 'is', 'designed', 'for', 'a', 'looser', 'fit', 'but', 'i', 'sized', 'down', 'for', 'a', 'closer', 'fit', 'the', 'sleeve', 'design', 'is', 'unique', 'and', 'flattering', 'i', 'think', 'kind', 'of', 'of', 'like', 'a', 'cap', 'sleeve', 'would', 'be', 'if', 'you', 'were', 'wearing', 'a', 'long', 'sleeve', 'shirt', 'under', 'it', 'i', 'gave', 'it', '4', 'stars', 'instead', 'of', '5', 'because', 'it', 'does', 'shed', 'some', 'but', 'has', 'so', 'many', 'other', 'positive', 'features', 'that', 'i', 'am', 'keeping', 'it', 'and', 'plan', 'to', 'wear', 'it', 'with', 'lighter', 'colors', 'so', 'i', 'do', "n't", 'need', 'to', 'worry', 'about', 'it'] ['just', 'lovely', 'really', 'love', 'the', 'blue', 'color', 'especially', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3142,835,42', ',absolutely', 'love', 'this', 'shirt', 'i', 'purchased', 'this', 'in', 'the', 'black', 'and', 'blue', 'perfect', 'for', 'holiday', 'parties.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3143,862,53', 'dry', 'clean', 'only', 'for', 'casual', 'top', 'no', 'way', 'this', 'is', 'the', '2nd', 'time', 'i', "'ve", 'purchased', 'a', 'dolan', 'top', 'and', 'returned', 'it', 'b/c', 'it', 'was', 'dry', 'clean', 'only', 'both', 'tops', 'were', 'what', 'i', 'consider', 'to', 'be', 'casual', 'tops', 'to', 'be', 'worn', 'with', 'a', 'pair', 'of', 'jeans', 'running', 'errands', 'etc', 'i', 'do', 'not', 'dry', 'clean', 'this', 'kind', 'of', 'casual', 'shirt', 'it', 'is', 'made', 'out', 'of', 'rayon', 'and', 'that', "'s", 'the', 'problem', 'i', 'think'] [] ['i', 'purchased', 'this', 'in', 'the', 'wine', 'color', 'and', 'it', 'is', 'a', 'lovely', 'color', 'hangs', 'nicely', 'does', "n't", 'cling', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'i', 'could', 'live', 'with', 'that', 'i', 'just', 'pushed', 'them', 'up', 'as', 'a', 'turtleneck', 'it', 'was', 'a', 'bit', 'l', ',2,0,4', 'general', 'tops', 'knits'] ['3144,862,65', 'beautiful', 'and', 'snug', 'high', 'quality', 'great', 'color', 'loved', 'the', 'neckline', 'unfortunately', 'a', 'little', 'too', 'snug', 'on', 'me', 'so', 'it', 'showed', 'my', 'bulges', 'on', 'waist', 'and', 'back', 'not', 'too', 'snug', 'if', 'you', 'do', "n't", 'have', 'that', 'problem', 'i', 'loved', 'this', 'shirt', 'but', 'had', 'to', 'return', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['3145,862,26', 'comfy', 'this', 'sweater', 'was', 'cute', 'and', 'comfy', 'and', 'was', 'true', 'to', 'size.,4,1,0', 'general', 'tops', 'knits'] ['3146,506,64', 'i', 'was', 'very', 'pleased', 'with', 'this', 'purchase', 'lovely', 'print', 'good', 'fit', 'and', 'silky', 'fabric', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3147,1104,42', 'you', 'will', 'fall', 'in', 'love', 'in', 'person', 'i', 'did', "n't", 'think', 'it', 'was', 'that', 'cute', 'in', 'the', 'picture', 'online', 'but', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', 'was', 'in', 'love', 'i', 'am', 'typically', 'a', 'medium', 'and', 'this', 'was', 'true', 'with', 'this', 'i', 'have', 'a', '34dd', 'chest', 'and', 'you', 'can', 'wear', 'a', 'strapless', 'easily', 'with', 'it', 'and', 'it', 'does', "n't", 'show', 'i', 'am', 'going', 'to', 'wear', 'it', 'for', 'a', 'cocktail', 'party', 'but', 'it', 'would', 'work', 'with', 'flip', 'flops', 'too', 'just', 'love', 'it', 'so', 'happy', 'i', 'went', 'into', 'the', 'store', 'and', 'saw', 'it.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3148,903,20', 'soft', 'and', 'casual', 'love', 'this', 'shirt', 'i', 'have', 'a', 'bit', 'of', 'a', 'tummy', 'so', 'i', 'usually', 'do', "n't", 'buy', 'shorter', 'shirts', 'but', 'with', 'my', 'high', 'waisted', 'denim', 'and', 'skirts', 'it', 'looks', 'great.,5,1,2', 'general', 'tops', 'fine', 'gauge'] ['3149,835,48', ',pretty', 'delicate', 'lace', 'top', 'love', 'it', 'hits', 'right', 'at', 'waist', 'so', 'not', 'unflattering', 'at', 'hips.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3150,906,73', 'lovely', 'but', 'runs', 'small', '5,7', '138', 'pound', '73', 'year', 'old', 'grandmother', 'ca', "n't", 'wear', 'wool', 'and', 'always', 'looking', 'for', 'stylish', 'cotton/linen', 'sweaters'] ['ordered', 'm', 'based', 'on', 'reviews', 'very', 'tight', 'across', 'back', 'and', 'sleeves', 'too', 'short', 'loved', 'the', 'style', 'the', 'below', 'hip', 'length', 'and', 'color', 'so', 'reordered', 'in', 'a', 'large', 'still', 'waiting', 'for', 'sweater', 'hoping', 'it', 'fits', 'better', ',5,1,6', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3151,862,43', 'fits', 'well', 'it', "'s", 'a', 'unique', 'piece', 'and', 'feels', 'very', 'comfy', 'for', 'casual', 'wear', 'lots', 'of', 'compliments.,4,1,0', 'general', 'tops', 'knits'] ['3152,412,34', 'yasss', 'this', 'bra', 'is', 'the', 'one', 'i', 'have', 'been', 'searching', 'high', 'and', 'low', 'to', 'replace', 'my', 'worn', 'out', 'comfy', 'bra', 'and', 'this', 'is', 'it', 'if', 'you', 'are', 'looking', 'for', 'a', 'wireless', 'bra', 'with', 'thin', 'straps', 'that', 'can', 'peek', 'out', 'from', 'your', 'shirt', 'and', 'not', 'announce', 'themselves', 'as', 'hello', 'bra', 'straps', 'a', 'v-neck', 'cut', 'none', 'of', 'that', 'scoop', 'cut', 'nonsense', 'and', 'you', 'do', "n't", 'care', 'about', 'trying', 'to', 'boost', 'your', 'cleavage', 'this', 'bra', 'has', 'it', 'all', 'so', 'comfy', 'too', ',5,1,6', 'initmates', 'intimate', 'intimates'] ['3153,906,36', 'not', 'too', 'thin', 'not', 'too', 'thick', 'i', 'like', 'the', 'weight', 'of', 'this', 'sweater', 'it', 'breathes', 'a', 'little', 'but', 'the', 'knit', 'is', "n't", 'too', 'thin', 'it', 'is', 'a', 'little', 'see-through', 'so', 'i', 'like', 'to', 'stick', 'to', 'solids', 'underneath', 'it', 'it', "'s", 'just', 'a', 'cleaner', 'look', 'than', 'seeing', 'pattern', 'peeking', 'through', 'great', 'rose', 'color', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3154,906,46', 'love', 'this', 'cardigan', 'i', 'bought', 'this', 'cardigan', 'in', 'both', 'rose', 'and', 'nude', 'and', 'i', 'absolutely', 'love', 'both', 'the', 'weight', 'is', 'perfect', 'for', 'spring', 'and', 'fall', 'and', 'i', 'love', 'the', 'details', 'in', 'the', 'back', 'and', 'the', 'pockets', 'i', 'thought', 'the', 'rose', 'would', 'be', 'hard', 'to', 'match', 'for', 'tops', 'but', 'i', 'have', 'a', 'number', 'of', 'things', 'that', 'work', 'with', 'it', 'it', 'fits', 'true', 'to', 'size', 'in', 'my', 'opinion.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3155,506,41', 'comfy', 'summer', 'pajama', 'pants', 'like', 'the', 'last', 'reviewer', 'i', 'saw', 'these', 'pants', 'in', 'the', 'store', 'and', 'decided', 'to', 'give', 'them', 'a', 'try', 'i', "'m", 'glad', 'i', 'did', 'because', 'i', 'absolutely', 'love', 'them', 'and', 'they', 'were', 'the', 'last', 'pair', 'on', 'the', 'rack', 'the', 'fabric', 'is', 'nice', 'and', 'light', 'perfect', 'for', 'warm', 'summer', 'evenings', 'and', 'the', 'pattern', 'is', 'really', 'pretty', 'almost', 'like', 'a', 'watercolor', 'painting', 'this', 'is', 'my', 'third', 'pair', 'of', 'sleep', 'pants', 'by', 'elouise', 'and', 'i', 'absolutely', 'love', 'them', 'all', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3156,1054,26', 'great', 'pants', 'these', 'pants', 'are', 'beautiful', 'great', 'fit', 'and', 'great', 'fabric', 'really', 'comfortable', 'and', 'elegant', 'i', 'am', 'tall', '5', '8', 'and', 'have', 'a', 'long', 'torso', 'so', 'it', "'s", 'nice', 'to', 'find', 'pants', 'that', 'are', 'high', 'waisted', ',5,1,0', 'general', 'bottoms', 'pants'] ['3157,862,47', 'i', 'love', 'it.', 'it', "'s", 'very', 'beautifully', 'designed', 'simple', 'but', 'elegant', 'material', 'is', 'thick', 'and', 'soft', 'so', 'it', 'makes', 'good', 'shape', 'color', 'is', 'a', 'little', 'different', 'from', 'picture', 'but', 'it', 'did', "n't", 'disappoint', 'me', 'because', 'everything', 'else', 'is', 'so', 'good', ',5,1,0', 'general', 'tops', 'knits'] ['3158,862,40', 'perfect', 'closet', 'staple', 'this', 'is', 'the', 'best', 'i', 'have', 'the', 'black', 'and', 'striped', 'version', 'and', 'wear', 'them', 'weekly', 'great', 'layering', 'piece', 'and', 'also', 'for', 'fitting', 'so', 'they', 'look', 'great', 'with', 'skinny', 'jeans', 'i', 'love', 'the', 'snaps', 'i', 'saw', 'this', 'at', 'full', 'price', 'but', 'waited', 'for', 'the', 'sale', 'so', 'that', 'i', 'could', 'get', 'more', 'than', 'one', 'now', 'i', 'just', 'need', 'the', 'gray', 'one', ',5,1,0', 'general', 'tops', 'knits'] ['3159,909,32', 'love', 'one', 'of', 'the', 'most', 'beautiful', 'sweaters', 'i', "'ve", 'ever', 'seen', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3160,906,53', 'my', 'shoulder', 'season', 'companion', 'i', 'bought', 'this', 'cardigan', 'to', 'take', 'on', 'a', 'trip', 'to', 'the', 'middle', 'east', 'it', 'turned', 'out', 'to', 'be', 'a', 'great', 'purchase', 'the', 'weight', 'of', 'the', 'sweater', 'is', 'substantial', 'enough', 'to', 'add', 'warmth', 'and', 'not', 'just', 'style', 'i', 'am', 'not', 'a', 'huge', 'fan', 'of', 'light-weight', 'sweaters', 'as', 'i', 'tend', 'to', 'be', 'chilly', 'all', 'the', 'time', 'i', 'was', 'concerned', 'that', 'the', 'design', 'of', 'the', 'back', 'might', 'accentuate', 'my', 'rounder', 'backside', 'however', 'it', 'drapes', 'very', 'nicely', 'i', 'am', 'petite', '5', '1', 'with', 'moderate', 'curves', 'i', 'typically', 'get', 'the', 'xxsp', 'and', 'this', 'was', 'perfect', 'the', 'neutral', 'color', 'is', 'great', 'with', 'almost', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3161,906,42', 'my', 'favorite', 'fell', 'in', 'love', 'with', 'the', 'design', 'of', 'this', 'sweater', 'its', 'lightweight', 'appropriately', 'sized', 'with', 'delicate', 'details', 'the', 'pockets', 'are', 'somewhat', 'hidden', 'which', 'is', 'a', 'nice', 'feature', 'the', 'shawl', 'collar', 'falls', 'just', 'right', 'the', 'unique', 'design', 'in', 'the', 'rear', 'makes', 'it', 'stand', 'out', 'from', 'your', 'standard', 'cardigan', 'i', 'purchased', 'in', 'rose', 'for', 'a', 'rich', 'color', 'addition', 'to', 'my', 'wardrobe', 'the', 'xs', 'fit', 'perfectly', 'i', "'m", '5', '3', 'and', 'typically', 'wear', 'xs', 'in', 'retailer', 'tops', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3162,906,44', ',great', 'light', 'weight', 'sweater', 'perfect', 'for', 'spring', 'runs', 'true', 'to', 'size', 'definitely', 'will', 'buy', 'another', 'color.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3163,909,39', 'nice', 'soft', 'cozy', 'sheds', 'lovely', 'sweater', 'it', 'fits', 'baggy', 'and', 'form', 'fitted', 'somehow', 'i', 'like', 'the', 'multi-fabric', 'look', 'however', 'the', 'main', 'body', 'of', 'the', 'sweater', 'does', 'shed', 'like', 'i', 'just', 'held', 'it', 'up', 'to', 'my', 'body', 'to', 'look', 'at', 'it', 'in', 'the', 'mirror', 'and', 'the', 'shirt', 'i', 'had', 'on', 'was', 'covered', 'have', "n't", 'washed', 'it', 'yet', 'so', 'ca', "n't", 'speck', 'to', 'that', 'but', 'i', "'m", 'guessing', 'it', 'will', 'lose', 'some', 'of', 'that', 'in', 'the', 'wash.', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3164,835,29', 'vintage', 'looking', 'top', 'i', 'bought', 'this', 'in', 'a', 'size', '0', 'which', 'is', 'my', 'usual', 'retailer', 'size', 'the', 'lace', 'is', 'nice', 'quality', 'not', 'rough', 'or', 'scratchy', 'i', 'purchased', 'the', 'ivory', 'which', 'does', 'have', 'some', 'blush', 'accents', 'which', 'make', 'it', 'look', 'vintagey', 'it', 'will', 'be', 'perfect', 'for', 'the', 'holidays', 'or', 'all', 'fall/winter', 'i', 'like', 'that', 'the', 'peplum', 'does', "n't", 'seem', 'to', 'flair', 'out', 'much', 'very', 'pretty', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3165,862,44', 'snap', 'neck', 'pullover', 'wardrobe', 'staple', 'i', 'bought', 'this', 'shirt', 'in', 'black', 'and', 'it', 'goes', 'with', 'everything', 'definitely', 'runs', 'large-i', 'have', 'big', 'boobs', 'and', 'bought', 'the', 'xl', 'and', 'returned', 'it', 'for', 'the', 'large', 'which', 'was', 'even', 'still', 'a', 'bit', 'too', 'big', 'long', 'running', 'in', 'the', 'sleeves', 'though', 'i', 'was', 'comfortable', 'with', 'keeping', 'it', 'it', "'s", 'a', 'soft', 'comfortable', 'shirt', 'the', 'snap', 'detail', 'is', 'quirky', 'and', 'allows', 'multiple', 'looks/', 'styling', 'i', 'love', 'the', 'shirt', 'and', 'i', "'m", 'glad', 'i', 'got', 'in', 'on', 'it', 'while', 'i', 'did', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3166,546,19', 'great', 'shorts', 'these', 'shorts', 'are', 'beautiful', 'and', 'the', 'fabric', 'is', 'used', 'is', 'so', 'soft', 'i', 'wore', 'them', 'to', 'the', 'beach', 'and', 'they', 'were', 'very', 'comfortable', 'for', 'walking', 'around', 'in', 'all', 'day', 'my', 'only', 'concern', 'was', 'that', 'the', 'shorts', 'run', 'large', 'in', 'my', 'opinion', 'they', 'have', 'a', 'tie', 'string', 'which', 'ended', 'up', 'working', 'out', 'but', 'i', 'was', 'hoping', 'it', 'would', 'fit', 'more', 'like', 'the', 'model', 'i', 'am', '5', '4', 'with', 'a', '24-25', 'waist', 'and', 'ordered', 'an', 'xs', 'i', 'usually', 'wear', 'petites', 'but', 'i', 'have', 'bought', 'xs', 'shorts', 'in', 'regular', 'sizes', 'and', 'they', 'have', 'always', 'fit', 'i', 'do', 'still', 'recommend', 'these', 'shorts', 'as', 'th', ',4,1,0', 'general', 'bottoms', 'shorts'] ['3167,1104,48', 'ahoy', 'swing', 'dress', 'loved', 'this', 'cute', 'dress', 'so', 'easy', 'and', 'simple', 'to', 'wear', 'i', 'wore', 'it', 'with', 'tan/nude', 'sandals', 'to', 'keep', 'it', 'casual', 'for', 'the', 'race', 'track', 'in', 'saratoga', 'so', 'comfortable', 'for', 'this', 'price', 'it', 'is', 'a', 'must', 'have.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3168,1022,45', 'sadly', 'disappointed', 'i', 'wanted', 'to', 'love', 'these', 'jeans', 'but', 'as', 'a', 'woman', 'who', 'is', 'almost', '45', 'there', 'was', 'way', 'too', 'much', 'stretch', 'in', 'them', 'i', 'am', 'always', 'a', 'size', '26', 'and', 'i', 'could', "n't", 'wear', 'these', 'they', 'were', 'way', 'too', 'tight', 'they', 'went', 'back', 'the', 'next', 'day', 'i', 'will', 'say', 'it', 'could', 'be', 'my', 'body', 'type', 'i', 'm', 'a', 'runner', 'so', 'my', 'legs', 'are', 'muscular', 'if', 'you', 'have', 'very', 'thin', 'legs', 'these', 'could', 'be', 'great', 'and', 'work', 'for', 'you', 'i', 'loved', 'the', 'color', 'dark', 'blue', ',2,0,6', 'general', 'bottoms', 'jeans'] ['3169,909,50', 'super', 'cozy', 'wow', 'great', 'soft', 'feels', 'great', 'but', 'not', 'too', 'clingy', 'only', 'thing', 'keeping', 'from', '5', 'start', 'is', 'that', 'it', 'will', 'pill', 'some', 'the', 'sleeves', 'are', 'not', 'fuzzy', 'so', 'they', 'do', "n't", 'pill', 'but', 'body', 'will/does.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3170,1100,30', 'beautiful', 'dress', 'the', 'dress', 'is', 'lovely', 'and', 'fits', 'true', 'to', 'size', 'i', 'like', 'the', 'petite', 'fit', 'i', 'would', 'note', 'however', 'the', 'dress', 'length', 'does', 'not', 'match', 'the', 'description', 'the', 'description', 'states', 'the', 'dress', 'falls', '45', 'from', 'shoulder', 'i', 'measured', 'it', 'at', '40', 'inches', 'it', 'is', 'definitely', 'shorter', 'than', 'i', 'was', 'expecting', ',4,1,4', 'general', 'dresses', 'dresses'] ['3171,862,36', 'elevates', 'a', 'basic', 'turtleneck', 'i', 'love', 'this', 'turtleneck', 'so', 'much', 'got', 'it', 'in', 'black', 'looks', 'great', 'with', 'skirts', 'and', 'under', 'sweaters', 'love', 'that', 'you', 'can', 'wear', 'the', 'collar', 'two', 'ways', 'drapes', 'and', 'clings', 'perfectly', 'the', 'silver', 'snaps', 'along', 'collar', 'are', 'such', 'a', 'nice', 'detail', 'details', 'like', 'this', 'is', 'what', 'makes', 'retailer', 'pieces', 'so', 'unique', 'love', 'it', 'i', 'am', 'usually', 'an', 'xs', 'or', 'small', 'in', 'tops', '34b', 'bra', 'size', 'i', 'ended', 'up', 'with', 'the', 'xs.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['3172,862,32', 'love', 'it', 'this', 'is', 'a', 'great', 'sweater', 'it', "'s", 'lightweight', 'and', 'very', 'comfortable', 'i', 'bought', 'a', 'medium', 'but', 'really', 'could', 'use', 'a', 'small', 'medium', 'still', 'worked', 'well', 'though.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3173,862,41', 'great', 'quality', 'the', 'quality', 'of', 'he', 'fabric', 'is', 'amazing', 'the', 'thickness', 'is', 'perfect', 'as', 'to', 'look', 'form', 'fitting', 'while', 'not', 'too', 'tight', 'or', 'thin', 'showing', 'any', 'wrinkles', 'i', 'had', 'been', 'searching', 'for', 'a', 'versatile', 'turtleneck', 'i', 'could', 'dress', 'up', 'or', 'down', 'a', 'finding', 'this', 'was', 'a', 'definite', 'win', 'the', 'style', 'is', 'timeless', 'and', 'with', 'the', 'high', 'quality', 'i', 'know', 'this', 'will', 'be', 'a', 'staple', 'for', 'years', 'to', 'come', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3174,862,25', 'great', 'find', 'the', 'shirts', 'fits', 'well', 'it', 'is', 'very', 'soft', 'and', 'stretchy', 'but', 'thick', 'enough', 'that', 'it', "'s", 'not', 'see', 'through', 'the', 'collar', 'is', 'the', 'best', 'part', 'i', 'wear', 'small', 'and', 'i', "'m", '5', '3.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['3175,835,31', 'elegant', 'fun', 'purchased', 'this', 'fun', 'feminine', 'top', 'right', 'before', 'vacation', 'and', 'wanted', 'to', 'wear', 'it', 'every', 'single', 'day', 'the', 'peplum', 'style', 'is', "n't", 'typically', 'something', 'i', 'gravitate', 'to', 'but', 'this', 'peplum', 'is', 'the', 'perfect', 'length', 'and', 'i', 'love', 'the', 'sheer', '3/4', 'length', 'sleeves', 'i', 'chose', 'the', 'ivory', 'version', 'of', 'this', 'top', 'and', 'it', 'was', 'adorable', 'with', 'jeans', 'oxfords', 'a', 'cute', 'hat', 'for', 'how', 'beautiful', 'this', 'top', 'is', 'i', 'feel', 'like', 'the', 'price', 'tag', 'is', 'an', 'absolute', 'steal', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3176,835,26', 'gorgeous', 'top', 'i', 'saw', 'the', 'cream', 'top', 'online', 'and', 'loved', 'it', 'but', 'it', 'is', 'even', 'prettier', 'in', 'person', 'i', 'typically', 'purchase', 'petite', 'sizes', 'online', 'but', 'i', 'tried', 'on', 'the', '0', 'in', 'the', 'store', 'and', 'it', 'fit', 'nicely', 'not', 'super', 'fitted', 'throughout', 'the', 'waist', 'as', 'others', 'have', 'mentioned', 'but', 'the', 'length', 'was', 'just', 'right', 'and', 'the', 'arms/chest', 'fit', 'perfectly', 'for', 'reference', 'i', "'m", '5', '2', '100', 'lbs', '32b', 'this', 'will', 'look', 'great', 'with', 'skinny', 'pants', 'or', 'jeans', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['3177,909,55', 'did', "n't", 'like', 'at', 'all', 'itchy', 'fabric', 'looked', 'good', 'on', 'model', 'but', 'on', 'on', 'busty', 'girl', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['3178,909,46', 'has', 'mohair', 'i', 'loved', 'this', 'but', 'did', "n't", 'realize', 'it', 'has', 'mohair', 'which', 'agitated', 'my', 'contacts', 'i', 'had', 'to', 'return', 'it', 'if', 'you', 'do', "n't", 'have', 'that', 'problem', 'this', 'goes', 'great', 'with', 'leggings', 'or', 'jeans', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3179,862,60', 'great', 'layering', 'top', 'love', 'the', 'color-', 'grey', 'striped', 'matches', 'almost', 'anything', 'the', 'sizing', 'is', 'perfect', 'and', 'the', 'material', 'is', 'nice', 'and', 'think', 'but', 'not', 'so', 'chunky', 'that', 'it', 'adds', 'pounds', 'to', 'your', 'frame', 'interesting', 'detail', 'with', 'the', 'snap', 'neck', 'looks', 'sporty', 'and', 'jeeps', 'it', 'from', 'being', 'just', 'another', 'basic', 'turtleneck', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3180,909,27', 'soft', 'lovely', 'top', 'very', 'soft', 'cute', 'design', 'great', 'over', 'leggings', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3181,906,33', 'cute', 'but', 'the', 'quality', 'is', 'so-so', 'i', 'like', 'the', 'design', 'and', 'the', 'color', 'of', 'the', 'cardigan', 'i', 'got', 'green', 'i', 'like', 'the', 'details', 'on', 'the', 'back', 'the', 'cardigan', 'is', 'tts', 'the', 'shoulder', 'width', 'and', 'sleeves', 'length', 'seems', 'perfect', 'for', 'reference', '5', '7', '125', 'lb', 'got', 'size', 's'] [] ['the', 'problem', 'for', 'me', 'is', 'that', 'the', 'cardigan', 'is', 'not', 'as', 'long', 'as', 'it', 'looks', 'in', 'the', 'photos', 'for', 'the', 'rose', 'color', 'the', 'pictures', 'for', 'the', 'beige', 'show', 'the', 'length', 'more', 'accurately', 'it', 'may', 'work', 'for', 'a', 'smaller', 'lady', 'but', 'i', 'like', 'my', 'cardigans', 'a', 'bit', 'longer', 'and', 'cozier'] [] ['also', 'it', 'is', 'not', 'just', 'that', 'the', 'material', 'is', ',3,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3182,862,53', 'comfortable', 'i', 'love', 'this', 'stylish', 'sweater', 'i', 'ordered', 'black', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'i', 'wear', 'it', 'with', 'snaps', 'open', 'or', 'closed', 'looks', 'great', 'either', 'way.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3183,862,38', 'just', 'ok', 'i', 'ordered', 'this', 'in', 'black', 'and', 'red', 'i', 'had', 'high', 'hopes', 'based', 'on', 'the', 'reviews', 'this', 'received', 'but', 'it', "'s", 'just', 'ok.', 'i', 'will', 'be', 'returning', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['3184,1100,63', 'adorable', 'dress', 'with', 'vintage', 'flare', 'i', 'am', '5', '4', 'so', 'at', 'the', 'tall', 'end', 'of', 'petit', 'and', 'this', 'is', 'the', 'perfect', 'length', 'i', 'have', "n't", 'really', 'done', 'midi', 'dresses', 'before', 'because', 'i', 'feel', 'make', 'me', 'look', 'stout', 'this', 'is', 'not', 'the', 'case', 'it', 'hits', 'mid-calf', 'the', 'fabric', 'is', 'very', 'thick', 'although', 'for', 'polyester', 'i', 'think', 'it', "'s", 'kind', 'of', 'pricey', 'i', "'m", 'going', 'to', 'keep', 'it', 'anyways', 'it', 'does', "n't", 'look', 'or', 'feel', 'cheap', 'and', 'i', 'think', 'it', 'will', 'be', 'good', 'for', 'travel', 'because', 'i', 'do', "n't", 'think', 'it', 'wrinkles', 'easily', 'the', 'ribbon', 'hits', 'in', 'a', 'very', 'flattering', 'place', 'right', 'above', 'the', 'waist', 'i', 'have', 'a', 'very', 'athletic', ',5,1,5', 'general', 'dresses', 'dresses'] ['3185,903,25', 'cute', 'top', 'love', 'the', 'collar', 'cut', 'is', 'cropped', 'but', 'i', "'m", 'wearing', 'a', 'tank', 'under', 'for', 'hole', 'coverage', 'anyways', 'no', 'complaints', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['3186,906,37', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3187,835,42', 'beautiful', 'i', 'bought', 'this', 'blouse', 'in', 'both', 'the', 'cream', 'and', 'the', 'blue', 'both', 'are', 'lovely', 'i', 'would', 'say', 'that', 'the', 'size', 'runs', 'a', 'bit', 'large', 'i', 'bought', 'size', '12', 'and', 'the', 'bodice', 'hangs', 'away', 'from', 'my', 'back', 'arms', 'fit', 'well', 'though', 'loose', 'fit', 'hangs', 'well', 'the', 'lace', 'is', 'nice', 'and', 'stiff', 'the', 'cream', 'has', 'some', 'cafe', 'au', 'lait', 'shading', 'on', 'some', 'of', 'the', 'lace', 'so', 'it', 'could', 'almost', 'look', 'stained', 'i', 'do', "n't", 'think', 'that', 'will', 'be', 'how', 'it', 'reads', 'though', 'but', 'fair', 'warning', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3188,909,59', 'love', 'this', 'sweater', 'it', "'s", 'really', 'flattering', 'long', 'and', 'lean', 'though', 'not', 'tight', 'just', 'the', 'right', 'amount', 'of', 'shape', 'and', 'length', 'for', 'my', 'size', 'i', 'run', 'between', 'and', '8', 'and', 'a', '10', 'and', 'i', "'m", 'about', '5', '8', 'i', 'ordered', 'the', 'medium', 'i', 'love', 'the', 'contrasting', 'knits', 'of', 'the', 'sleeves', 'and', 'body', 'of', 'the', 'sweater', 'i', 'only', 'wish', 'it', 'came', 'in', 'more', 'colors', 'i', "'d", 'order', 'it', 'again', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3189,862,40', 'so', 'soft', 'so', 'soft', 'that', 'i', 'bought', 'in', '3', 'colors', 'i', 'love', 'wearing', 'them', 'it', 'is', 'comfortable', 'yet', 'tailored', 'i', 'highly', 'recommend.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3190,506,46', ',retailer', 'sleep', 'pants', 'are', 'my', 'favorite', 'the', 'only', 'sleep', 'pants', 'i', 'will', 'wear', 'fit', 'is', 'perfect', 'flowing', 'shape', 'and', 'ultra-soft', 'fabric', 'feel', 'like', 'a', 'little', 'bit', 'of', 'luxury', 'first', 'thing', 'i', 'put', 'on', 'when', 'i', 'get', 'home', 'from', 'work', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3191,506,29', 'comfy', 'and', 'cute', 'i', 'grabbed', 'this', 'pair', 'of', 'pj', 'pants', 'on', 'sale', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'material', 'is', 'soft', 'and', 'lightweight', 'ideal', 'for', 'summer', 'they', 'fit', 'loose', 'but', 'true', 'to', 'size', 'for', 'a', 'standard', 'pair', 'of', 'pj', 'pants', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3192,909,33', ',this', 'thing', 'sheds', 'so', 'much', 'it', "'s", 'almost', 'unuseable', 'but', 'i', 'used', 'an', 'entire', 'roll', 'of', 'sticky', 'roller', 'and', 'got', 'it', 'to', 'the', 'point', 'where', 'i', 'could', 'wear', 'it', 'with', 'only', 'a', 'glob', 'of', 'fuzz', 'on', 'my', 'underwear', 'not', 'other', 'people', "'s", 'couches', 'it', "'s", 'cute', 'and', 'fits', 'well', 'other', 'than', 'that', 'buy', 'a', 'sticky', 'roller', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['3193,906,58', 'my', 'new', 'go-to', 'i', "'ve", 'been', 'looking', 'for', 'a', 'mid-weight', 'shrug-on', 'cardigan', 'for', 'a', 'while', 'now', 'and', 'i', "'ve", 'finally', 'found', 'the', 'one', 'as', 'a', 'petite', '5', '4', '130', 'lbs', 'lady', 'with', 'big', 'boobs', 'i', 'hate', 'clingy', 'cardigans', 'with', 'buttons', 'since', 'they', 'are', 'just', 'so', 'unflattering'] [] ['luckily', 'this', 'cardigan', 'is', 'warm', 'without', 'being', 'stifling', 'fitted', 'in', 'the', 'sleeve', 'without', 'being', 'impossible', 'to', 'wear', 'over', 'clothes', 'with', 'different-length', 'sleeves', 'and', 'perfectly', 'cut', 'to', 'slim', 'even', 'thought', 'it', 'is', 'shrug-y', 'i', 'especially', 'like', 'the', 'back', 'details', 'which', 'are', 'even', 'more', 'curve-fla', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3194,909,36', 'great', 'long', 'sweater', 'love', 'the', 'softness', 'of', 'this', 'sweater', 'it', "'s", 'very', 'flattering', 'without', 'feeling', 'like', 'i', 'am', 'swimming', 'in', 'it', 'like', 'the', 'other', 'reviewer', 'said', 'it', 'sheds', 'a', 'lot', 'the', 'cream', 'is', 'very', 'sheer', 'so', 'i', 'had', 'to', 'wear', 'a', 'tank', 'underneath.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3195,1100,62', 'lovely', 'flattering', 'dress', 'this', 'dress', 'is', 'so', 'flattering', 'on', 'i', 'was', 'astounded', 'often', 'the', 'waistline', 'in', 'the', 'petite', 'dress', 'are', 'very', 'high', 'even', 'though', 'i', "'m", 'only', '5', '1', 'tall', 'but', 'this', 'one', 'hit', 'at', 'the', 'right', 'place', 'and', 'the', 'skirt', 'made', 'me', 'feel', 'slim', 'and', 'tall', 'the', 'fabric', 'feels', 'silky', 'and', 'the', 'pattern', 'is', 'nice', 'but', 'it', 'is', 'a', 'pretty', 'conservative', 'style', 'and', 'perhaps', 'a', 'bit', 'dark', 'for', 'spring', 'would', 'be', 'great', 'for', 'work', 'or', 'church', 'but', 'unfortunately', 'does', "n't", 'really', 'fit', 'my', 'lifestyle', 'and', 'i', 'personally', 'prefer', 'a', 'more', 'unique', 'style', 'for', 'the', 'price', 'i', 'highly', 'recommend', ',5,1,10', 'general', 'dresses', 'dresses'] ['3196,906,33', 'sweater', 'fits', 'beautifully', 'i', 'bought', 'the', 'sweater', 'in', 'nude', 'and', 'it', 'fits', 'perfectly', 'it', 'is', 'so', 'much', 'better', 'than', 'a', 'standard', 'cardigan-', 'it', 'has', 'beautiful', 'details', 'its', 'drapes', 'so', 'well', 'across', 'your', 'body', 'and', 'it', 'longer', 'in', 'the', 'front', 'than', 'the', 'back', 'which', 'makes', 'it', 'hang', 'beautifully', 'i', 'wear', 'this', 'to', 'work', 'but', 'would', 'definitely', 'wear', 'this', 'on', 'the', 'weekends', 'for', 'more', 'casual', 'outfits-', 'its', 'very', 'versatile', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3197,909,41', 'i', 'bought', 'this', 'sweater', 'in', 'dark', 'grey', 'in', 'the', 'store', 'i', 'really', 'loved', 'it', 'at', 'first', 'it', "'s", 'very', 'soft', 'and', 'cozy', 'and', 'fits', 'really', 'well', 'i', 'especially', 'like', 'that', 'it', "'s", 'long', 'enough', 'to', 'cover', 'my', 'tummy', 'and', 'butt', 'when', 'i', 'wear', 'skinny', 'jeans', 'or', 'leggings', 'however', 'the', 'other', 'reviews', 'that', 'mention', 'it', 'gets', 'fuzz', 'all', 'over', 'the', 'place', 'are', 'accurate', 'i', 'doubt', 'i', 'would', 'have', 'bought', 'this', 'if', 'i', 'had', 'read', 'them', 'first', 'it', 'even', 'has', 'dark', 'grey', 'fuzz', 'in', 'the', 'inside', 'of', 'the', 'sleeves', 'however', 'my', 'biggest', 'disappointment', 'is', 'that', 'after', 'just', 'one', 'wearing', 'th', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['3198,835,44', 'makes', 'me', 'feel', 'beautiful', 'i', 'ordered', 'this', 'top', 'in', 'ivory', 'in', '2', 'sizes', 'because', 'i', "'m", 'in', 'between', 'and', 'it', 'looks', 'so', 'great', 'in', 'the', 'photos', 'and', 'did', "n't", 'want', 'to', 'risk', 'it', 'selling', 'out', 'while', 'i', 'debated', 'sizing', 'i', 'really', 'loved', 'the', 'larger', 'size', 'because', 'the', 'material', 'is', 'not', 'stretchy', 'and', 'i', 'did', "n't", 'want', 'the', 'sleeves', 'to', 'be', 'tight', 'when', 'i', 'move', 'it', 'is', 'somewhat', 'boxy', 'on', 'the', 'seam', 'at', 'the', 'waist', 'so', 'i', "'m", 'having', 'it', 'taken', 'in', 'a', 'little', 'so', 'it', 'fits', 'more', 'like', 'a', 'peplum', 'and', 'flares', 'adding', 'a', 'skinny', 'belt', 'just', 'did', "n't", 'distribute', 'the', 'excess', 'fabric', 'as', 'i', 'envisioned', 'it', 'really', 'is', 'a', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3199,909,45', 'so', 'soft', 'but', 'sheds', 'so', 'much', 'i', 'got', 'this', 'sweater', 'in', 'the', 'neutral', 'color', 'which', 'is', 'very', 'versatile', 'it', 'is', 'truly', 'beautifully', 'soft', 'and', 'the', 'design', 'is', 'very', 'pretty', 'i', 'really', 'like', 'the', 'different', 'material', 'of', 'the', 'arms', 'and', 'v-neck', 'the', 'length', 'is', 'good', 'too', 'if', 'you', 'like', 'longer', 'sweaters', 'as', 'i', 'do', 'the', 'downside', 'it', 'sheds', 'so', 'badly', 'sweater', 'is', 'just', 'everywhere', 'after', 'putting', 'it', 'on', 'i', 'do', "n't", 'think', 'i', 'could', 'wear', 'it', 'out', 'of', 'the', 'house', 'for', 'this', 'reason', 'another', 'reviewer', 'suggested', 'taking', 'a', 'tape', 'roller', 'to', 'it', 'to', 'make', 'it', 'wearable', 'but', 'i', 'think', 'that', 'would', 'take', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3200,933,54', 'the', 'colors', 'are', 'so', 'much', 'brighter', 'than', 'pictured', 'although', 'the', 'sweater', 'is', 'very', 'comfortable', 'i', 'did', 'not', 'like', 'the', 'color', 'combination', 'i', 'will', 'be', 'returning', 'it', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['3201,862,41', 'washed', 'and', 'dried', 'it', 'ok', 'so', 'by', 'now', 'we', 'know', 'this', 'is', 'a', 'cute', 'top', 'that', 'is', 'basically', 'true', 'to', 'size', 'but', 'a', 'little', 'clingy', 'i', 'prefer', 'to', 'wear', 'it', 'with', 'a', 'tank', 'top', 'or', 'tee', 'shirt', 'underneath', 'it', 'would', 'also', 'do', 'well', 'layered', 'under', 'something', 'for', 'refernce', 'i', 'am', '5', '7', 'about', '120', 'and', 'xs', 'was', 'the', 'best', 'fit'] [] ['but', 'what', 'i', 'really', 'wanted', 'to', 'mention', 'is', 'that', 'i', 'washed', 'it', 'in', 'the', 'machine', 'on', 'cold', 'delicate', 'and', 'dried', 'it', 'on', 'low', 'and', 'it', 'survived', 'just', 'fine', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3202,862,45', 'oops', 'forgot', 'to', 'dry', 'clean', 'so', 'i', 'love', 'this', 'top', 'i', 'got', 'it', 'in', 'black', 'and', 'red', 'both', 'are', 'amazing', 'and', 'go', 'with', 'about', 'anything', 'they', 'run', 'a', 'bit', 'large', 'i', 'sort', 'of', 'forgot', 'to', 'read', 'the', 'label', 'and', 'thought', 'it', 'was', 'just', 'a', 'cotton', 'turtleneck', 'i', 'threw', 'it', 'in', 'the', 'washer', 'on', 'regular', 'settings', 'and', 'cold', 'water', 'and', 'hung', 'it', 'to', 'dry', 'i', 'would', 'say', 'it', 'shrunk', '10', 'at', 'most', 'beyond', 'that', 'no', 'difference', 'in', 'fact', 'it', 'fits', 'better', 'after', 'it', 'shrank', 'since', 'it', 'was', 'a', 'bit', 'big', 'obviously', 'if', 'you', 'do', 'not', 'dry', 'clean', 'this', 'you', 'are', 'going', 'against', 'manufacturer', 'recommendations', 'but', 'i', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3203,506,38', 'comfy', 'and', 'cute', 'i', 'spotted', 'this', 'pj', 'pants', 'in', 'the', 'store', 'tried', 'it', 'on', 'and', 'love', 'it', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfortable', 'the', 'fabric', 'is', 'on', 'the', 'thin', 'side', 'thus', 'one', 'star', 'off', 'the', 'quality', 'the', 'pattern/color', 'varies', 'the', 'one', 'i', 'got', 'has', 'more', 'pinkish', 'flowers', 'i', 'am', '5', '2', '120lbs', 'and', 'size', 's', 'fits', 'nice', 'i', 'could', 'probably', 'go', 'down', 'to', 'a', 'size', 'xs', 'but', 'i', 'like', 'my', 'pj', 'pants', 'to', 'fit', 'a', 'bit', 'roomy', 'therefore', 'size', 's', 'fits', 'better', 'the', 'length', 'is', 'more', 'like', 'ankle', 'length', 'on', 'me', 'since', 'i', 'am', 'petite', 'it', 'is', 'very', 'cute', 'on', 'and', 'perfect', 'for', 'a', 'chill', 'summe', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['3204,862,40', 'snappy', 'top', 'i', 'ordered', 'the', 'neutral', 'one', 'with', 'the', 'fine', 'stripe', 'it', 'will', 'layer', 'nicely', 'with', 'neutral', 'colored', 'sweaters', 'and', 'blazers', 'the', 'fabric', 'is', 'soft', 'the', 'quality', 'is', 'good', 'the', 'neck', 'is', 'cool', 'that', 'you', 'can', 'wear', 'it', 'two', 'ways', 'overall', 'it', 'is', 'a', 'good', 'top', 'i', 'think', 'it', "'s", 'a', 'little', 'clingy', 'which', 'highlights', 'every', 'flaw', 'in', 'the', 'back', 'especially', 'i', 'would', "n't", 'size', 'up', 'i', 'still', 'think', 'it', 'fits', 'tts', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['3205,862,42', 'great', 'black', 'turtleneck', 'i', 'love', 'this', 'black', 'turtleneck', 'arms', 'are', 'a', 'little', 'long', 'so', 'should', 'have', 'gotten', 'small', 'i', 'wore', 'it', 'and', 'love', 'it', 'you', 'can', 'play', 'with', 'collar', 'and', 'snaps', 'up', 'or', 'down', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3206,909,35', 'very', 'soft', 'i', 'love', 'this', 'sweater', 'i', 'bought', 'the', 'grey', 'and', 'the', 'neutral', 'one', 'it', 'is', 'very', 'soft', 'has', 'great', 'color', 'combos', 'and', 'seems', 'to', 'have', 'minimal', 'pulling', 'even', 'though', 'it', "'s", 'lightweight', 'it', 'keeps', 'me', 'warm', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3207,862,36', 'dry', 'clean', 'only', 'unfortunately', 'i', 'didnt', 'read', 'the', 'fine', 'print', 'when', 'i', 'ordered', 'this', 're', 'dry', 'cleaning', 'only', 'but', 'this', 'in', 'itself', 'wasnt', 'a', 'total', 'deal', 'breaker', 'it', 'did', 'fit', 'well', 'i', 'am', '5', '2', '32c', '107', 'lb', 'and', 'the', 'xs', 'petite', 'fit', 'very', 'well', 'definitely', 'form-fitting', 'not', 'long', 'in', 'the', 'arms', 'or', 'waist', 'the', 'grey', 'heather', 'design', 'was', 'not', 'my', 'favorite', 'look', 'actually', 'thats', 'the', 'main', 'reason', 'i', 'am', 'returning', 'it', 'there', 'was', 'a', 'dark', 'grey', 'splotch', 'of', 'the', 'heathered', 'design', 'on', 'the', 'chest', 'and', 'it', 'looked', 'like', 'i', 'had', 'a', 'huge', 'dark', 'stain', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['3208,835,35', 'beautiful', 'top', 'i', 'love', 'the', 'peplum', 'the', 'color', 'is', 'actually', 'cream', 'with', 'blush', 'accents', 'in', 'the', 'lace', 'i', 'gave', 'it', 'two', 'stars', 'for', 'quality', 'because', 'the', 'hem', 'was', 'uncut', 'and', 'unfinished', 'so', 'it', "'s", 'going', 'back', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['3209,906,47', 'soft', 'just', 'a', 'lovely', 'soft', 'and', 'easy', 'cover', 'piece', 'the', 'back', 'is', 'so', 'different', 'and', 'interesting.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3210,903,60', 'feminine', 'take', 'on', 'the', 'classic', 'polo', 'this', 'polo', 'shirt', 'has', 'just', 'the', 'perfect', 'amount', 'of', 'feminine', 'detail', 'to', 'make', 'it', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'i', 'love', 'the', 'shorter', 'version', 'and', 'it', 'looks', 'great', 'with', 'both', 'jeans', 'or', 'skirts', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3211,862,41', 'pretty', 'and', 'unique', 'this', 'is', 'such', 'a', 'gorgeous', 'and', 'unique', 'turtleneck', 'from', 'retailer', 'my', 'favorite', 'color', 'is', 'the', 'nude', 'and', 'buttoned', 'neck', 'is', 'really', 'pretty', 'i', "'m", '5', '1', 'and', '105', 'pounds', 'and', 'i', 'got', 'the', 'small', 'since', 'i', 'liked', 'the', 'longer', 'length', 'and', 'did', 'not', 'want', 'it', 'too', 'clingy', 'it', 'is', 'a', 'personal', 'preference', 'but', 'you', 'may', 'want', 'to', 'go', 'up', 'a', 'size', 'as', 'for', 'the', 'dry', 'cleaning', 'i', 'washed', 'this', 'on', 'delicate', 'cycle', 'without', 'dryer', 'and', 'it', 'came', 'out', 'perfect', 'love', 'this', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['3212,906,42', 'great', 'color', 'cool', 'color', 'great', 'feel', 'to', 'this', 'sweater', 'nice', 'with', 'jeans', 'skirts', 'etc', 'very', 'cozy', 'to', 'wear', 'i', 'just', 'want', 'to', 'keep', 'grabbing', 'it', 'every', 'morning', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3213,862,38', ',i', 'have', 'two', 'of', 'these', 'tops', 'the', 'maroon', 'and', 'tan', 'and', 'white', 'stripe', 'the', 'material', 'is', 'great', 'and', 'the', 'neckline', 'lays', 'great', 'it', 'is', "n't", 'too', 'thick', 'so', 'i', 'can', 'wear', 'it', 'on', 'cooler', 'florida', 'days', 'you', 'can', 'dress', 'it', 'up', 'under', 'a', 'jacket', 'or', 'dress', 'down', 'with', 'some', 'jeans.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3214,862,54', ',nice', 'piece', 'the', 'fabric', 'is', 'very', 'stretchy', 'with', 'that', 'heavy', 'luxe', 'kind', 'of', 'feeling', 'the', 'neck', 'snap', 'placket', 'is', 'genius', 'because', 'when', 'it', 'is', 'snapped', 'up', 'the', 'neck', 'stays', 'up', 'without', 'restricting', 'the', 'throat', 'nice', 'long', 'lenght', 'too.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['3215,906,39', 'beautiful', 'in', 'red', 'i', 'got', 'this', 'in', 'the', 'red', 'it', 'is', 'a', 'muted', 'color', 'that', 'is', 'very', 'pretty', 'i', 'am', '5', '5', 'and', 'it', 'is', 'neither', 'too', 'long', 'nor', 'too', 'short', 'it', 'is', 'a', 'nice', 'light', 'weight', 'the', 'quality', 'is', 'good', 'and', 'on', 'par', 'with', 'other', 'purchases', 'from', 'this', 'brand', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3216,862,41', ',great', 'spin', 'on', 'a', 'basic', 'turtleneck', 'i', 'like', 'it', 'unbuttoned', 'just', 'as', 'must', 'as', 'buttoned', 'material', 'is', 'super', 'soft', 'good', 'length.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3217,862,26', 'very', 'good', 'i', 'liked', 'this', 'so', 'much', 'that', 'i', 'bought', 'it', 'in', 'all', 'three', 'colors', 'but', 'send', 'berry', 'color', 'back', 'the', 'top', 'is', 'flattering', 'and', 'looks', 'good', 'i', 'did', 'wash', 'it', 'at', 'home', 'it', 'seems', 'to', 'shrink', 'a', 'bit', 'but', 'i', 'ordered', 'up', 'for', 'longer', 'length', 'i', 'really', 'like', 'the', 'style', 'it', 'is', 'perfect', 'to', 'wear', 'by', 'itself', 'or', 'as', 'a', 'layer', 'perfect', 'for', 'fall', 'and', 'winter', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['3218,909,45', 'this', 'sweater', 'is', 'everywhere', 'and', 'not', 'in', 'a', 'good', 'way', 'everywhere', 'i', 'went', 'i', 'left', 'a', 'little', 'of', 'this', 'sweater', 'behind', 'within', 'hours', 'of', 'having', 'it', 'on', 'i', 'was', 'picking', 'balls', 'of', 'fabric', 'off', 'the', 'couch', 'bed', 'and', 'the', 'sweater', 'itself', 'looked', 'like', 'it', 'was', 'molting', 'great', 'style', 'fabric', 'and', 'fit', 'although', 'a', 'little', 'on', 'the', 'long', 'side', 'but', 'there', "'s", 'no', 'way', 'i', 'can', 'keep', 'it', ',2,0,3', 'general', 'tops', 'fine', 'gauge'] ['3219,862,62', 'snap', 'neck', 'pullover', 'i', 'love', 'this', 'top', 'i', 'ordered', 'it', 'in', 'a', 'large', 'thinking', 'it', 'would', 'be', 'a', 'tight', 'rib', 'but', 'it', 'is', 'not', 'so', 'i', 'reordered', 'it', 'in', 'a', 'small', 'i', 'am', '5', '7', '145lbs', '34g', 'chest', 'the', 'small', 'fits', 'perfectly', 'and', 'probably', 'could', 'have', 'taken', 'an', 'xs', 'it', 'is', 'stretchy', 'but', 'fits', 'wonderfully', 'i', 'bought', 'the', 'black', 'i', 'love', 'how', 'the', 'neck', 'snaps', 'and', 'adds', 'a', 'little', 'pizzazz', 'to', 'a', 'simple', 'black', 'turtle', 'neck', 'i', "'m", 'wearing', 'it', 'today', 'with', 'straight', 'leg', 'jeans', 'and', 'my', 'leopard', 'print', 'ballet', 'flats', 'i', 'feel', 'like', 'audrey', 'hepburn', 'i', 'will', 'not', 'be', 'dry', 'cleaning', 'it', 'i', 'will', 'wash', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['3220,835,43', 'perfect', 'lace', 'top', 'i', 'absolutely', 'adore', 'this', 'top', 'it', 'is', 'so', 'versatile', 'and', 'looks', 'equally', 'beautiful', 'with', 'jeans', 'as', 'with', 'dressier', 'skinny', 'pants', 'i', 'bought', 'this', 'to', 'wear', 'for', 'our', 'holiday', 'photos', 'and', 'have', 'gotten', 'so', 'much', 'use', 'out', 'of', 'it', 'worth', 'every', 'penny', 'i', 'have', 'just', 'ordered', 'the', 'blue', 'version', 'and', 'can', 'not', 'wait', 'to', 'get', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['3221,1104,48', 'absolutely', 'adorable', 'i', 'am', 'in', 'love', 'with', 'this', 'dress', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'brunch', 'this', 'weekend', 'i', 'am', 'normally', 'a', 'ps', 'but', 'they', 'only', 'had', 'the', 'pxs', 'which', 'i', 'took', 'a', 'chance', 'on', 'fits', 'like', 'a', 'glove', 'slightly', 'tight', 'in', 'the', 'chest', 'area', 'but', 'i', 'am', 'chesty', 'for', 'a', 'petite', 'girl', 'the', 'length', 'is', 'perfect', 'and', 'modest', 'the', 'detail', 'up', 'front', 'is', 'adorable', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3222,1009,33', 'soft', 'and', 'lovely', 'what', 'a', 'find', 'this', 'skirt', 'is', 'so', 'soft', 'and', 'fits', 'like', 'a', 'dream', 'perfect', 'shape', 'and', 'length', 'i', "'ve", 'been', 'looking', 'for', 'more', 'pieces', 'to', 'match', 'a', 'couple', 'of', 'fabulous', 'pairs', 'of', 'purple', 'shoes', 'i', 'have', 'so', 'this', 'is', 'just', 'the', 'ticket', ',5,1,0', 'general', 'bottoms', 'skirts'] ['3223,1033,63', 'my', 'favorite', 'jeans', 'i', 'love', 'these', 'jeans', 'so', 'much', 'i', 'have', '4', 'pairs', 'i', 'bought', 'pink', 'and', 'gray', 'last', 'year', 'and', 'then', 'black', 'and', 'denim', 'this', 'year', 'i', 'am', '5', '4', '112', 'lbs', 'with', 'a', 'slim', 'straight', 'athletic', 'build', 'these', 'jeans', 'look', 'amazing', 'on', 'they', 'do', "n't", 'have', 'those', 'funny', 'crease', 'rolls', 'in', 'the', 'legs', 'because', 'the', 'legs', 'were', "n't", 'cut', 'right', 'i', 'do', "n't", 'have', 'to', 'tug', 'on', 'the', 'waist', 'to', 'get', 'them', 'to', 'stay', 'up', 'and', 'they', 'are', 'just', 'very', 'flattering', 'on', 'sometimes', 'when', 'i', 'try', 'on', 'skinny', 'jeans', 'they', 'fit', 'funny', 'around', 'the', 'waistband', 'and', 'make', 'my', 'hips', 'look', 'weird', 'not', 'these', 'i', 'ju', ',5,1,1', 'general', 'bottoms', 'jeans'] ['3224,1033,29', 'comfortable', 'jeans', 'these', 'jeans', 'are', 'very', 'comfortable', 'with', 'a', 'higher', 'waist', 'than', 'average', 'jeans', 'the', 'material', 'is', 'soft', 'and', 'seems', 'to', 'be', 'quality', 'the', 'are', 'also', 'stretchy', 'which', 'makes', 'wearing', 'them', 'for', 'long', 'amounts', 'of', 'time', 'very', 'comfortable', 'i', 'ordered', 'a', 'size', '28', 'and', 'they', 'fit', 'great', 'i', 'normally', 'wear', 'a', '6.,4,1,0', 'general', 'bottoms', 'jeans'] ['3225,380,33', 'fits', 'amazing', 'this', 'is', 'the', 'first', 'one', 'piece', 'swimsuit', 'i', "'ve", 'owned', 'since', 'i', 'was', 'a', 'toddler', 'i', "'m", '5', '3', 'and', '120', 'lbs', '34b', 'bust', 'with', 'short', 'torso', 'and', 'athletic', 'built', 'legs', 'so', 'i', 'was', "n't", 'sure', 'how', 'this', 'would', 'fit', 'was', 'i', 'ever', 'surprised', 'i', 'bought', 'the', 'size', 'small', 'in', 'the', 'mint', 'chevron', 'pattern', 'the', 'material', 'is', 'substantial', 'but', 'not', 'overly', 'thick', 'it', 'is', 'double', 'layered', 'and', 'the', 'cups', 'are', 'padded', 'for', 'extra', 'coverage', 'it', 'was', 'a', 'little', 'tight', 'to', 'pull', 'on', 'but', 'after', 'having', 'it', 'on', 'it', 'conformed', 'to', 'my', 'curves', 'like', 'it', 'was', 'cut', 'to', 'fit', 'them', 'the', 'top', 'offers', 'an', ',5,1,3', 'initmates', 'intimate', 'swim'] ['3226,1011,51', 'very', 'ivory', 'in', 'person', 'the', 'pattern', 'while', 'beautiful', 'is', 'on', 'a', 'much', 'more', 'yellow-ivory', 'background', 'than', 'pictured', 'the', 'skirt', 'is', 'very', 'voluminous', 'and', 'the', 'elastic', 'waist', 'seemed', 'very', 'loose', 'like', 'it', 'would', 'not', 'support', 'the', 'skirt', 'while', 'i', 'did', 'like', 'it', 'i', 'did', "n't", 'love', 'it', 'so', 'it', 'had', 'to', 'go', 'back', ',4,1,0', 'general', 'bottoms', 'skirts'] ['3227,945,35', 'versatile', 'cute', 'i', 'noticed', 'this', 'vest', 'hanging', 'in', 'my', 'local', 'store', 'and', 'tried', 'it', 'on', 'on', 'a', 'whim', 'because', 'it', 'felt', 'so', 'soft', 'i', 'usually', 'wear', 'an', 'xs', 'or', 's', 'in', 'retailer', "'s", 'clothing', 'so', 'i', 'tried', 'on', 'the', 'xs/s', 'and', 'felt', 'it', 'was', 'true', 'to', 'size', 'it', "'s", 'obviously', 'large', 'but', 'that', "'s", 'because', 'that', 'is', 'the', 'style', 'the', 'shoulders', 'fell', 'perfectly', 'i', 'was', 'in', 'love', 'from', 'the', 'moment', 'i', 'put', 'it', 'on', 'while', 'it', "'s", 'not', 'my', 'normal', 'style', 'it', 'was', 'so', 'soft', 'and', 'beautiful', 'and', 'it', 'flowed', 'perfectly', 'plus', 'the', 'extra', 'fabric', 'allowed', 'for', 'a', 'bit', 'of', 'cozying', 'up', 'in', 'colder', 'weather', 'by', 'wrappi', ',5,1,5', 'general', 'tops', 'sweaters'] ['3228,1077,30', 'this', 'dress', 'is', 'beautiful', 'it', 'is', 'a', 'nice', 'heavy', 'fabric', 'with', 'stretch', 'and', 'just', 'fits', 'perfectly', ',5,1,5', 'general', 'dresses', 'dresses'] ['3229,1033,67', 'i', 'pity', 'the', 'fool', 'who', 'paid', 'full', 'price', 'for', 'these.', 'i', 'bought', 'these', 'on', 'sale', 'and', 'they', 'quickly', 'went', 'back', 'i', 'was', 'very', 'disappointed', 'after', 'reading', 'the', 'reviews', 'i', 'thought', 'for', 'sure', 'these', 'would', 'be', 'a', 'winner', 'however', 'i', 'was', 'sadly', 'mistaken', 'i', 'ordered', 'another', 'pair', 'of', 'jeans', 'the', 'same', 'from', 'a', 'different', 'brand', 'these', 'were', 'way', 'too', 'small', 'while', 'my', 'others', 'were', 'too', 'large', 'they', 'did', "n't", 'live', 'up', 'to', 'my', 'expectation', 'and', 'were', 'still', 'rather', 'long', 'even', 'though', 'i', 'bought', 'these', 'on', 'sale', 'i', 'was', 'not', 'happy', 'with', 'the', 'quality', ',1,0,0', 'general', 'bottoms', 'jeans'] ['3230,945,56', 'cozy', 'yet', 'stylish', 'this', 'ia', 'a', 'long', 'boiled', 'wool', 'vest', 'with', 'some', 'spandex', 'in', 'it', 'it', 'is', 'very', 'soft', 'and', 'cozy', 'i', 'went', 'with', 'the', 'm/l', 'cause', 'i', 'preferred', 'the', 'longer', 'length', 'even', 'though', 'i', 'also', 'fit', 'in', 'the', 'xs/s'] ['i', 'have', 'worn', 'it', 'many', 'times', 'and', 'my', 'favorite', 'way', 'to', 'wear', 'it', 'is', 'with', 'skinny', 'jeans', 'tucked', 'into', 'cowboy', 'boots', 'paired', 'with', 'a', 'black', 'lace', 'top', 'and', 'a', 'cool', 'necklace', 'when', 'i', 'am', 'hanging', 'out', 'at', 'home', 'in', 'yoga', 'pants', 'and', 'slippers', 'i', 'throw', 'it', 'on', 'when', 'i', 'get', 'cold-its', 'like', 'a', 'cozy', 'hug', 'i', 'highly', 'recommend', ',5,1,1', 'general', 'tops', 'sweaters'] ['3231,543,68', 'these', 'run', 'a', 'tiny', 'bit', 'large', 'but', 'i', "'m", 'still', 'keeping', 'them', 'they', 'are', 'so', 'soft', 'and', 'comfortable', ',5,1,1', 'general', 'bottoms', 'shorts'] ['3232,1035,41', 'it', "'s", 'all', 'in', 'the', 'details', 'i', 'love', 'these', 'jeans-', 'they', 'really', 'added', 'something', 'special', 'to', 'my', 'wardrobe'] [] ['size'] ['i', 'purchased', 'my', 'normal', 'size', 'in', 'the', 'store', 'and', 'was', 'worried', 'they', 'would', "n't", 'stretch', 'out', 'the', 'sales', 'clerk', 'helping', 'me', 'order', 'the', 'larger', 'size', 'alerted', 'me', 'that', 'these', 'will', 'stretch', 'a', 'full', 'size', 'as', 'i', 'wear', 'them', 'but', 'i', 'wanted', 'to', 'be', 'sure', 'so', 'i', 'ordered', 'the', 'larger', 'size', 'just', 'in', 'case'] [] ['i', 'received', 'the', 'larger', 'size', 'and', 'when', 'i', 'tried', 'them', 'on', 'i', 'could', 'feel', 'them', 'stretching', 'out', 'right', 'away', 'and', 'feeling', 'too', 'loose', 'i', 'kept', 'my', 'normal', 'size', 'and', 'wore', 'th', ',5,1,5', 'general', 'bottoms', 'jeans'] ['3233,839,62', 'classic', 'and', 'unique', 'totally', 'love', 'this', 'shirt', 'as', 'a', 'basic', 'with', 'fun', 'details', 'super', 'soft', 'great', 'quality', 'fabric', 'and', 'the', 'cutouts', 'add', 'the', 'perfect', 'bit', 'of', 'interest', 'can', 'see', 'this', 'accessorizing', 'well', 'and', 'looking', 'good', 'with', 'jeans', 'or', 'skirts', 'really', 'happy', 'with', 'it', 'fits', 'loose', 'but', 'tts', ',5,1,1', 'general', 'tops', 'blouses'] ['3234,945,63', 'basic', 'perfect', 'way', 'to', 'add', 'warmth', 'in', 'transition', 'weather,5,1,0', 'general', 'tops', 'sweaters'] ['3235,380,32', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['3236,1077,37', ',,5,1,0', 'general', 'dresses', 'dresses'] ['3237,380,33', 'very', 'flattering', 'and', 'easy', 'to', 'wear', 'really', 'love', 'this', 'bathing', 'suit', 'it', 'fits', 'very', 'well', 'definitely', 'do', "n't", 'need', 'to', 'size', 'up', 'for', 'this', 'one', 'flattering', 'to', 'my', 'mom-bod', 'and', 'breasts', 'that', 'have', 'seen', 'perkier', 'days', 'excited', 'to', 'be', 'taking', 'this', 'one', 'to', 'costa', 'rica', 'with', 'me', 'this', 'summer', ',5,1,5', 'initmates', 'intimate', 'swim'] ['3238,380,35', 'had', 'high', 'hopes', 'but', 'pattern', 'is', 'sewn', 'crooked', 'the', 'chevron', 'pattern', 'on', 'the', 'mint/seaside', 'version', 'needs', 'to', 'be', 'centered', 'in', 'the', 'front', 'to', 'look', 'right', 'mine', 'was', 'totally', 'off', 'so', 'i', 'returned', 'it', 'and', 'had', 'them', 'overnight', 'me', 'a', 'new', 'one', 'to', 'my', 'vacation', 'address', 'unfortunately', 'the', '2nd', 'suit', 'i', 'received', 'was', 'also', 'off', 'center', 'that', 'one', 'is', 'going', 'back', 'too', 'would', 'have', 'loved', 'this', 'otherwise', 'a', 'quality', 'check', 'on', 'this', 'is', 'definitely', 'needed', 'beware', ',2,0,1', 'initmates', 'intimate', 'swim'] ['3239,1035,63', 'great', 'jeans', 'i', "'m", 'over', '60', 'it', "'s", 'difficult', 'finding', 'jeans', 'these', 'fit', 'like', 'a', 'glove', 'with', 'just', 'enough', 'stretch', 'the', 'twisted', 'hem', 'adds', 'a', 'bit', 'of', 'unexpected', 'style', 'i', 'liked', 'them', 'so', 'much', 'i', 'ordered', 'another', 'pair', ',5,1,3', 'general', 'bottoms', 'jeans'] ['3240,945,37', 'timeless', 'staple', 'in', 'your', 'closet', 'i', 'stumbled', 'upon', 'this', 'vest', 'in', 'my', 'local', 'store', 'and', 'i', "'m", 'so', 'happy', 'i', 'did', 'i', 'was', 'looking', 'for', 'a', 'classic', 'staple', 'that', 'will', 'be', 'on', 'trend', 'but', 'pass', 'into', 'classic', 'season', 'after', 'season', 'i', 'wore', 'this', 'with', 'a', 'black', '3/4', 'sleeve', 'top', 'dark', 'skinny', 'jeans', 'and', 'black', 'booties', 'perfect', 'look', 'for', 'most', 'seasons', 'in', 'dallas', 'so', 'happy', 'about', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'sweaters'] ['3241,1079,24', ',beautiful', 'dress', 'the', 'printed', 'material', 'under', 'the', 'tulle', 'however', 'hung', '3', 'inches', 'lower', 'than', 'the', 'tulle', 'skirt', 'i', 'had', 'to', 'take', 'it', 'to', 'the', 'cleaners', 'and', 'have', 'it', 'hemmed', 'to', 'match', 'the', 'length', 'of', 'tulle', 'skirt', 'because', 'it', 'looked', 'awkward', 'even', 'after', 'paying', 'full', 'price', 'for', 'the', 'dress', 'i', 'did', "n't", 'mind', 'spending', 'the', 'extra', 'money', 'to', 'have', 'it', 'hemmed', 'because', 'the', 'dress', 'is', 'that', 'beautiful.,4,1,0', 'general', 'dresses', 'dresses'] ['3242,937,36', 'i', 'love', 'the', 'fit', 'of', 'this', 'sweater', 'i', 'recently', 'had', 'a', 'baby', 'and', 'am', 'a', 'little', 'self-conscious', 'of', 'my', 'stomach', 'area', 'the', 'sweater', 'in', 'my', 'usual', 'size', 's', 'hides', 'my', 'problem', 'area', 'without', 'being', 'big', 'and', 'boxy', 'the', 'weave', 'seems', 'like', 'it', 'will', 'be', 'prone', 'to', 'snags', 'so', 'i', "'ll", 'have', 'to', 'be', 'careful', ',5,1,2', 'general', 'tops', 'sweaters'] ['3243,1035,61', 'summer', 'jeans', 'fit', 'great', 'and', 'cute', 'can', 'not', 'wait', 'for', 'summer', 'to', 'wear', 'with', 'sandals.,5,1,3', 'general', 'bottoms', 'jeans'] ['3244,1094,59', 'cute', 'dress', 'but', 'the', 'waist', 'band', 'runs', 'way', 'too', 'large', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'ordered', 'an', 'xsmall', 'and', 'a', 'small', 'i', 'am', '5', '6', 'and', '110', 'lbs', 'slender', 'build', 'the', 'xsmall', 'fit', 'great', 'everywhere', 'but', 'the', 'waist', 'band', 'was', 'completely', 'out', 'of', 'portion', 'for', 'the', 'dress', 'both', 'sizes', 'will', 'have', 'to', 'be', 'returned', 'possibly', 'if', 'you', 'have', 'a', 'more', 'straight', 'up', 'and', 'down', 'figure', 'it', 'will', 'fit', 'better', 'and', 'pull', 'in', 'your', 'waist', ',3,0,18', 'general', 'dresses', 'dresses'] ['3245,839,67', 'very', 'versatile', 'i', 'bought', 'a', 'similar', 'shirt', 'from', 'this', 'same', 'manufacturer', 'in', 'blue', 'and', 'i', "'ve", 'returned', 'for', 'another', 'i', 'love', 'it', 'because', 'you', 'can', 'layer', 'it', 'you', 'can', 'wear', 'this', 'over', 'a', 'colored', 'shirt', 'and', 'the', 'color', 'will', 'show', 'through', 'the', 'designs', 'in', 'the', 'yoke', 'it', 'looks', 'great', 'with', 'bright', 'colors', 'yes', 'it', 'wrinkles', 'easily', 'but', 'i', 'am', 'hoping', 'that', 'it', 'will', 'wrinkle', 'less', 'each', 'time', 'it', 'is', 'washed', ',5,1,0', 'general', 'tops', 'blouses'] ['3246,1009,43', 'great', 'detailing', 'this', 'skirt', 'is', 'lovely', 'and', 'fits', 'perfectly', 'the', 'print', 'on', 'the', 'front', 'provides', 'a', 'great', 'contrast', 'to', 'the', 'back', 'of', 'the', 'skirt', 'and', 'stands', 'out', 'the', 'material', 'is', 'thick', 'enough', 'to', 'take', 'you', 'from', 'fall', 'to', 'winter', 'easily', 'and', 'the', 'fabric', 'is', 'structured', 'enough', 'to', 'highlight', 'all', 'the', 'right', 'curves', 'a', 'great', 'purchase.,4,1,1', 'general', 'bottoms', 'skirts'] ['3247,1054,55', 'this', 'product', 'is', 'too', 'hip', 'although', 'i', 'loved', 'it', 'i', 'feel', 'like', 'its', 'too', 'hip', 'for', 'me', 'love', 'the', 'material', 'style', 'just', 'does', "n't", 'look', 'right', 'on', 'me', ',5,1,1', 'general', 'bottoms', 'pants'] ['3248,1054,40', 'not', 'for', 'petite', 'girls', 'i', 'think', 'these', 'are', 'amazing', 'for', 'anyone', 'over', 'say', '5', '5', 'the', 'way', 'these', 'hung', 'on', 'me', 'at', '5', '2', 'were', 'very', 'unflattering', 'in', 'the', 'front', 'they', 'had', 'an', 'unfortunate', 'masculine', 'effect', 'to', 'them', 'that', "'s", 'all', 'i', 'can', 'say', 'without', 'being', 'crass', ',3,0,0', 'general', 'bottoms', 'pants'] ['3249,380,38', 'chevron', 'pattern', 'off', 'center', 'in', 'back', 'i', 'purchased', 'this', 'swimsuit', 'in', 'the', 'mint', 'gorgeous', 'color', 'combination', 'i', "'m", '5', '5', 'and', 'weigh', '117', 'lbs', 'i', 'purchased', 'a', 'small', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'love', 'the', 'front', 'design', 'however', 'my', 'husband', 'promptly', 'brought', 'the', 'back', 'of', 'the', 'swimsuit', 'to', 'my', 'attention', 'the', 'chevron', 'was', 'off', 'center', 'the', 'design', 'should', 'have', 'been', 'centered', 'with', 'my', 'back', 'however', 'it', 'was', 'on', 'the', 'right', 'side', 'of', 'my', 'back', 'i', 'immediately', 'called', 'retailer', 'assuming', 'the', 'product', 'was', 'defective', 'the', 'item', 'was', 'sold', 'out', 'on', 'line', 'however', 'a', 'supervisor', 'was', 'able', 'to', 'l', ',1,0,5', 'initmates', 'intimate', 'swim'] ['3250,1043,31', 'love', 'love', 'love', 'this', 'caught', 'my', 'eye', 'straight', 'away', 'and', 'it', 'has', "n't", 'disappointed', 'on', 'either', 'really', 'unique', 'and', 'i', 'imagine', 'it', 'will', 'suit', 'many', 'different', 'occasions', 'high', 'quality', 'and', 'slimming', 'vertical', 'stripes', 'too.,5,1,0', 'general', 'bottoms', 'pants'] ['3251,787,35', 'soft', 'and', 'cozy', 'these', 'pants', 'are', 'very', 'soft', 'and', 'comfortable', 'great', 'for', 'lounging', 'around', 'the', 'house', 'and', 'for', 'sleeping.,5,1,0', 'initmates', 'intimate', 'sleep'] ['3252,1054,27', 'chic', 'harem', 'pants', 'i', 'love', 'these', 'pants', 'so', 'much', 'i', 'have', 'them', 'in', 'two', 'colors', 'they', 'are', 'super', 'comfy', 'light', 'and', 'actually', 'really', 'chic', 'perfect', 'cool', 'girl', 'pants', 'i', 'have', 'got', 'so', 'many', 'compliments', 'my', 'young', 'students', '4-5', 'love', 'my', 'ninja', 'pants', 'i', 'got', 'them', 'on', 'sale', 'great', 'great', 'buy', 'i', 'highly', 'recommend', 'them', ',5,1,0', 'general', 'bottoms', 'pants'] ['3253,380,53', 'beware', 'of', 'the', 'mint', 'striped', 'pattern', 'i', 'have', 'this', 'suit', 'in', 'the', 'tile', 'pattern', 'and', 'i', 'love', 'it', 'i', 'am', 'a', 'breast', 'cancer', 'survivor', 'and', 'this', 'suit', 'is', 'perfect', 'for', 'as', 'it', 'covers', 'a', 'little', 'issue', 'i', 'have', 'on', 'the', 'left', 'so', 'i', 'ordered', 'the', 'mint', 'pattern', 'the', 'colors', 'are', 'beautiful', 'but', 'the', 'pattern', 'is', 'off', 'the', 'v', 'pattern', 'on', 'the', 'front', 'is', 'not', 'centered', 'as', 'a', 'result', 'my', 'body', 'looks', 'a', 'little', 'lop-sided', 'i', 'looked', 'carefully', 'at', 'the', 'suit', 'on', 'the', 'model', 'and', 'noticed', 'it', 'was', 'slightly', 'off', 'center', 'on', 'her', 'also', 'however', 'my', 'suit', 'is', 'quite', 'a', 'bit', 'off-center', 'it', "'s", 'too', 'bad', 'because', 'the', ',3,0,8', 'initmates', 'intimate', 'swim'] ['3254,1033,24', 'favorite', 'black', 'pair', 'of', 'pants', 'these', 'pants', 'fit', 'comfortably', 'and', 'are', 'really', 'nice', 'on', 'they', "'re", 'not', 'too', 'bulky', 'and', 'can', 'be', 'worn', 'in', 'a', 'casual', 'way', 'and/or', 'with', 'a', 'formal', 'look', 'i', 'just', 'wish', 'black', 'jeans', 'did', "n't", 'always', 'have', 'that', 'odd', 'rubber', 'smell', 'other', 'than', 'that', 'these', 'are', 'great', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3255,1035,42', 'unique', 'fun', 'jeans', 'these', 'jeans', 'immediately', 'caught', 'my', 'eye', 'online', 'and', 'when', 'i', 'saw', 'them', 'in', 'the', 'store', 'on', 'display', 'i', 'knew', 'i', 'had', 'to', 'at', 'least', 'try', 'them', 'on', 'they', 'are', 'absolutely', 'adorable', 'i', 'love', 'the', 'uniqueness', 'of', 'the', 'buttons', 'at', 'the', 'bottom', 'great', 'fit', 'and', 'great', 'stretch', 'i', 'wore', 'them', 'for', 'the', 'first', 'time', 'today', 'and', 'i', 'had', 'at', 'least', 'four', 'people', 'i', 'did', "n't", 'know', 'approach', 'me', 'and', 'tell', 'me', 'that', 'they', 'liked', 'my', 'jeans', ',5,1,7', 'general', 'bottoms', 'jeans'] ['3256,512,58', 'cute', 'and', 'sweet', 'ordered', 'my', 'regular', 'size', 's', 'early', 'this', 'week', 'and', 'was', 'thrilled', 'to', 'receive', 'them', 'yesterday', 'they', 'fit', 'just', 'as', 'expected', 'and', 'are', 'quite', 'comfortable', 'i', 'would', 'definitely', 'recommend', 'them', 'as', 'a', 'nice', 'alternative', 'to', 'pajamas', 'or', 'even', 'as', 'a', 'slip.,5,1,2', 'initmates', 'intimate', 'sleep'] ['3257,1054,47', ',,5,1,0', 'general', 'bottoms', 'pants'] ['3258,1033,30', ',love', 'these', 'jeans', 'however', 'they', 'get', 'a', 'little', 'saggy', 'in', 'the', 'front', 'while', 'wearing', 'which', 'i', 'do', "n't", 'like', '/,4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['3259,1035,39', 'rise', 'hits', 'much', 'lower', 'on', 'me', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'the', 'snaps', 'at', 'the', 'ankle', 'are', 'a', 'cute', 'idea', 'but', 'bad', 'in', 'execution', 'they', 'look', 'and', 'feel', 'odd', 'when', 'on'] [] ['these', 'fit', 'tts', 'and', 'they', 'are', 'soft', 'with', 'decent', 'stretch', 'but', 'the', 'rise', 'is', 'much', 'lower', 'on', 'me', 'than', 'other', '8.5', 'rise', 'jeans', 'i', 'have', 'as', 'a', '43', 'year-old', 'woman', 'they', 'seemed', 'inappropriately', 'low-hanging', 'on', 'me'] [] ['as', 'an', 'aside', 'these', 'will', 'def', 'color', 'transfer', 'there', 'is', 'a', 'whole', 'lotta', 'rinse', 'on', 'these', 'and', 'they', 'have', 'a', 'strange', 'chemical', 'smell', 'to', 'them', 'not', 'sure', 'if', 'that', 'will', 'diss', ',2,1,31', 'general', 'bottoms', 'jeans'] ['3260,1094,37', 'awkward', 'waist', 'band', 'super', 'cute', 'dress', 'but', 'the', 'waist', 'band', 'is', 'very', 'large', 'and', 'bulky.,2,0,12', 'general', 'dresses', 'dresses'] ['3261,945,66', 'nice', 'did', 'not', 'even', 'know', 'this', 'is', 'available', 'in', 'petite', 'as', 'someone', 'who', 'is', 'at', '5', 'exaggerated', 'there', 'regular', 'size', 'xs/s', 'fits', 'nicely', 'great', 'find', 'goes', 'well', 'with', 'leggings', 'or', 'jeans', 'this', 'will', 'be', 'a', 'wardrobe', 'staple', 'for', 'quite', 'a', 'while', ',5,1,2', 'general', 'tops', 'sweaters'] ['3262,839,63', 'pretty', 'shirt', 'i', 'loved', 'the', 'cut', 'out', 'features', 'on', 'the', 'shoulders', 'of', 'this', 'shirt', 'it', 'has', 'the', 'palest', 'tone', 'as', 'pictured', 'and', 'will', 'be', 'cute', 'with', 'jeans', 'this', 'summer', 'and', 'on', 'vacation', 'i', 'took', 'one', 'star', 'away', 'because', 'the', 'body', 'is', 'cut', 'rather', 'large', 'i', 'tested', 'the', 'center', 'back', 'fit', 'and', 'that', 'was', 'fine', 'i', 'wish', 'the', 'body', 'was', 'a', 'little', 'more', 'narrow.,4,1,5', 'general', 'tops', 'blouses'] ['3263,1011,31', 'feminine', 'i', 'love', 'the', 'print', 'and', 'style', 'of', 'the', 'skirt', 'it', 'is', 'very', 'cute', 'and', 'feminine', 'and', 'can', 'easily', 'be', 'worn', 'into', 'autumn', 'the', 'downside', 'is', 'that', 'the', 'elastic', 'waist', 'is', 'a', 'little', 'too', 'loose', 'and', 'needs', 'to', 'be', 'tighten', 'also', 'the', 'is', 'a', 'lot', 'of', 'extra', 'fabric', 'in', 'the', 'skirt', 'and', 'makes', 'it', 'look', 'so', 'much', 'larger', 'than', 'it', 'is', 'and', 'it', 'runs', 'about', '3', 'inches', 'longer', 'for', 'reference', 'i', "'m", '5', '5', '34', '24', '35', 'and', 'the', 'xs', 'is', 'loose', 'in', 'the', 'waist', 'still', 'i', 'really', 'love', 'the', 'skirt', 'and', 'plan', 'on', 'keeping', 'it', 'and', 'having', 'it', 'altered', ',4,1,0', 'general', 'bottoms', 'skirts'] ['3264,1011,69', 'loaded', 'with', 'feminine', 'touches', 'the', 'skirt', 'is', 'lovely', 'has', 'beautiful', 'colors', 'and', 'the', 'touch', 'of', 'lace', 'takes', 'it', 'to', 'that', 'ultra', 'feminine', 'level', 'it', "'s", 'a', 'lot', 'of', 'skirt', '-yards', 'of', 'material', 'and', 'i', 'like', 'that', 'it', 'is', 'fully', 'lined', 'but', 'this', 'creates', 'a', 'problem', 'the', 'source', 'of', 'the', 'only', 'negative', 'thing', 'i', 'have', 'to', 'say', 'about', 'it', 'the', 'only', 'criticism', 'i', 'have', 'is', 'with', 'the', 'waistband', '-it', "'s", 'much', 'too', 'flimsy', 'to', 'stay', 'up', 'on', 'the', 'waist', 'because', 'of', 'the', 'weight', 'of', 'the', 'skirt', 'i', 'had', 'my', 'seamstress', 'add', 'a', 'heavier', 'weight', 'elastic', 'band', 'inside', 'the', 'one', 'it', 'has', 'or', 'the', 'skirt', 'would', 'star', ',4,1,4', 'general', 'bottoms', 'skirts'] ['3265,1033,28', 'the', 'perfect', 'black', 'jean', 'i', 'can', 'not', 'begin', 'to', 'tell', 'you', 'how', 'much', 'i', 'love', 'these', 'jeans', 'i', 'have', 'been', 'searching', 'everywhere', 'for', 'the', 'right', 'pair', 'of', 'black', 'jeans', 'and', 'this', 'is', 'it', 'they', 'run', 'a', 'little', 'small', 'and', 'do', "n't", 'have', 'as', 'much', 'give', 'as', 'regular', 'pilcro', 'jeans', 'i', 'am', 'normally', 'a', '28', 'in', 'pilcro', 'and', 'i', 'purchased', 'these', 'in', 'a', '29.', 'the', 'fit', 'is', 'wonderful', 'and', 'they', 'keep', 'their', 'shape', 'beautifully', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3266,1033,33', 'absolutely', 'wonderful.', 'absolutely', 'wonderful', 'they', 'fit', 'like', 'a', 'dream', 'you', 'could', 'dress', 'them', 'up', 'or', 'down', 'i', "'ll", 'probably', 'live', 'in', 'these', 'jeans', 'forever.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3267,945,58', 'fabulous', 'vest', 'i', 'was', 'intrigued', 'by', 'this', 'vest', 'on-line', 'but', 'really', 'wanted', 'to', 'try', 'it', 'on', 'first', 'before', 'i', 'purchased', 'it', 'stopped', 'into', 'my', 'local', 'retailer', 'store', 'today', 'and', 'was', 'happy', 'to', 'see', 'they', 'had', 'it', 'in', 'stock', 'i', 'am', 'typically', 'a', '10/12', 'and', 'purchased', 'this', 'in', 'the', 'm/l', 'this', 'picture', 'does', 'not', 'give', 'the', 'vest', 'justice', 'in', 'terms', 'of', 'the', 'way', 'it', 'falls', 'which', 'to', 'me', 'is', 'what', 'makes', 'a', 'vest', 'a', 'success', 'or', 'not', 'also', 'the', 'colors', 'are', 'great', 'i', 'was', 'wearing', 'a', 'cream', 'sweater', 'and', 'black', 'pants', 'when', 'i', 'tried', 'it', 'on', 'went', 'great', 'with', 'those', 'colors', 'but', 'i', 'think', 'it', 'wi', ',5,1,7', 'general', 'tops', 'sweaters'] ['3268,543,35', 'i', 'love', 'these', 'shorts', 'the', 'subtle', 'floral', 'pattern', 'is', 'even', 'prettier', 'in', 'person', 'the', 'drawstring', 'waist', 'allows', 'me', 'to', 'customize', 'the', 'fit', 'for', 'my', 'newly', 'pregnant', 'belly', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3269,1035,56', 'really', 'cute', 'spin', 'on', 'indispensable', 'ankle', 'jeans', 'i', 'have', 'to', 'disagree', 'with', 'some', 'previous', 'reviews', 'i', 'think', 'the', 'buttons', 'on', 'these', 'ankle', 'jeans', 'really', 'set', 'them', 'apart', 'they', 'look', 'absolutely', 'adorable', 'with', 'booties', 'flats', 'wedges', 'heels', 'anything', 'and', 'they', "'re", 'extremely', 'comfortable', 'and', 'flattering', 'as', 'most', 'pilcros', 'tend', 'to', 'be', 'i', 'got', 'my', 'usual', 'size', '26', 'and', 'the', 'rise', 'and', 'fit', 'is', 'great', 'i', 'think', 'maybe', 'they', 'stretch', 'out', 'a', 'bit', 'i', "'ve", 'only', 'worn', 'them', 'a', 'couple', 'times', 'and', 'by', 'the', 'end', 'of', 'the', 'day', 'the', 'waist', 'seems', 'a', 'little', 'loose', 'but', 'overall', 'great', 'and', 'a', 'good', 'price', 'at', 'least', 'co', ',5,1,12', 'general', 'bottoms', 'jeans'] ['3270,1035,37', 'love', 'these', 'jeans', 'i', 'have', 'never', 'tried', 'this', 'brand', 'before', 'and', 'was', 'pleasantly', 'surprised', 'at', 'the', 'fit', 'i', 'especially', 'like', 'the', 'button', 'detail', 'as', 'it', 'makes', 'them', 'a', 'little', 'more', 'dressy', 'and', 'different', 'i', 'plan', 'to', 'wear', 'with', 'a', 'simple', 'white', 'tank', 'and', 'sandals', 'i', 'will', 'definitely', 'look', 'for', 'this', 'brand', 'again', ',5,1,0', 'general', 'bottoms', 'jeans'] ['3271,1033,60', 'great', 'jeans', 'these', 'are', 'fabulous', 'pants', 'they', 'can', 'easily', 'be', 'worn', 'to', 'work', 'best', 'jeans/pants', 'ever', 'for', 'women', 'with', 'no', 'butts', 'they', 'stay', 'up', 'and', 'they', "'re", 'comfortable'] ['i', 'ca', "n't", 'speak', 'highly', 'enough', 'for', 'these', 'do', "n't", 'ever', 'stop', 'making', 'them', 'retailer', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3272,945,37', 'love', 'this', 'vest', 'i', 'have', 'this', 'in', 'another', 'color', 'and', 'it', 'is', 'my', 'absolute', 'fav', 'transform', 'any', 'outfit', 'it', 'has', 'an', 'over-sized', 'fit.,5,1,5', 'general', 'tops', 'sweaters'] ['3273,1035,64', 'just', 'love', 'ordered', 'my', 'usual', 'size', '28', 'in', 'pilcro', 'jeans', 'but', 'these', 'are', 'on', 'the', 'small', 'side', 'fit', 'is', 'a', 'little', 'small', 'in', 'the', 'waist', 'area', 'do', "n't", 'mean', 'to', 'be', 'crude', 'but', 'the', 'crotch', 'area', 'is', 'on', 'the', 'short', 'side', 'for', 'me', 'legs', 'fit', 'snug', 'i', 'have', 'skinny', 'legs', 'i', "'ll", 'have', 'size', 'up', 'to', 'a', '29.', 'the', 'twisted', 'seam', 'look', 'is', 'really', 'cute', '5', '3', 'abt', '118', 'too', 'much', 'ice', 'cream', 'lately', ',4,1,18', 'general', 'bottoms', 'jeans'] ['3274,1033,64', 'perfection', 'great', 'fit', 'love', 'the', 'mid', 'rise', 'my', 'usual', 'size', '28', 'in', 'these', 'leggings', 'hug', 'in', 'all', 'the', 'right', 'places', 'they', 'look', 'on', 'me', 'as', 'in', 'the', 'model', 'pic', 'except', 'the', 'length', 'falls', 'abt', '1', 'below', 'my', 'ankles', 'i', 'may', 'have', 'them', 'hemmed', 'after', 'they', "'re", 'washed', 'just', 'wait', 'see', '5', '3', '117', ',5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['3275,380,33', 'most', 'flattering', 'suit', 'i', "'ve", 'ever', 'seen', 'i', 'love', 'this', 'suit', 'the', 'fit', 'is', 'incredible'] [] ['i', "'m", 'unsure', 'that', 'the', 'fabric', 'will', 'stand', 'the', 'test', 'of', 'time', 'but', 'i', 'got', 'it', 'on', 'sale', 'and', 'i', 'do', "n't", 'know', 'about', 'you', 'ladies', 'but', 'ill', 'do', 'anything', 'for', 'a', 'great', 'suit', ',5,1,0', 'initmates', 'intimate', 'swim'] ['3276,1035,38', 'i', 'love', 'them.', 'i', 'actually', 'love', 'these', 'jeans', 'i', 'feel', 'they', 'run', 'true', 'to', 'size', 'i', 'actually', 'love', 'the', 'button', 'detailing', 'at', 'the', 'bottom', 'makes', 'them', 'unique', 'and', 'different', 'from', 'the', 'other', 'jeans', 'in', 'my', 'closet', 'i', 'can', 'wear', 'them', 'dressed', 'up', 'with', 'heels', 'or', 'wear', 'with', 'sandals.,5,1,6', 'general', 'bottoms', 'jeans'] ['3277,1033,29', 'great', 'jeans', 'horrible', 'smell', 'i', 'love', 'the', 'way', 'these', 'jeans', 'look', 'and', 'fit', 'but', 'they', 'have', 'a', 'chemical', 'smell', 'i', 'assumed', 'the', 'odor', 'would', 'go', 'away', 'after', 'i', 'washed', 'them', 'but', 'it', 'does', "n't", 'seem', 'to', 'have', 'helped', ',2,0,5', 'general', 'petite', 'bottoms', 'jeans'] ['3278,1033,36', 'pilcro', 'jeans', 'are', 'amazing', 'i', 'love', 'pilcro', "'s", 'jeans', 'they', 'fit', 'adults', 'without', 'being', 'mom', 'jeans', 'the', 'quality', 'is', 'great', 'the', 'legging', 'cut', 'is', 'simple', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'they', "'re", 'a', 'tiny', 'bit', 'short', 'but', 'i', 'like', 'to', 'show', 'a', 'little', 'skin', 'in', 'booties.,5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['3279,1011,38', 'pretty', 'skirt', 'but', 'very', 'long', 'this', 'skirt', 'is', 'very', 'pretty', 'but', 'i', 'think', 'it', 'runs', 'very', 'large', 'i', 'am', 'a', 'size', '4', 'xs', 'in', 'retailer', 'my', 'waist', 'is', '28', 'inches', '5', '7', '140', 'pounds', 'the', 'skirt', 'is', 'touching', 'the', 'floor', 'even', 'if', 'i', 'wear', 'high', 'heels', 'i', 'will', 'have', 'to', 'wear', 'it', 'up', 'my', 'waist', 'the', 'elastic', 'band', 'is', 'weak', 'not', 'sure', 'if', 'it', 'will', 'hold', 'the', 'skirt', 'it', 'should', 'be', 'ok', 'with', 'a', 'belt', 'i', 'still', 'recommend', 'it', 'cause', 'it', "'s", 'so', 'pretty', ',3,1,1', 'general', 'bottoms', 'skirts'] ['3280,839,32', 'super', 'cute', 'i', 'really', 'love', 'this', 'shirt', 'the', 'cutouts', 'make', 'it', 'unique', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'for', 'a', 'chambray', 'style', 'i', 'thought', 'the', 'fit', 'was', 'perfect', 'i', "'m", '5', '5', '120lbs', 'and', 'i', 'ordered', 'an', 'xs', 'still', 'enough', 'room', 'to', 'be', 'comfortable', 'super', 'cute', 'glad', 'i', 'bought', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['3281,1035,43', 'pleasant', 'surprise', 'these', 'jeans', 'were', 'a', 'pleasant', 'surprise', 'they', 'are', 'comfy', 'stretchy', 'and', 'fit', 'right', 'at', 'the', 'ankle', 'i', 'have', 'skinny', 'legs', 'and', 'i', 'love', 'that', 'these', 'are', 'a', 'slim', 'fit', '.i', 'am', 'normally', 'a', '27', 'waist', 'but', 'the', '26', 'had', 'a', 'better', 'fit', 'the', 'dark', 'demin', 'and', 'the', 'gold', 'buttons', 'give', 'it', 'a', 'dressy', 'look', 'they', 'also', 'give', 'my', 'derriere', 'a', 'nice', 'shape', 'i', 'am', '5', '2', '116', 'lbs', 'and', 'i', 'have', 'slim', 'hips', 'to', 'top', 'it', 'off', 'the', 'jeans', 'were', 'an', 'additonal', '30', 'off', 'the', 'sale', 'price', ',5,1,4', 'general', 'bottoms', 'jeans'] ['3282,1084,29', 'perfect', 'effortless', 'party', 'look', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'the', 'design', 'of', 'this', 'dress', 'the', 'colors', 'and', 'cut', 'are', 'easy', 'to', 'wear', 'but', 'unique', 'enough', 'to', 'stand', 'out', 'i', 'was', 'between', 'the', 'medium', 'and', 'the', 'small', 'and', 'ultimately', 'went', 'with', 'the', 'medium', 'the', 'dress', 'hits', 'right', 'above', 'my', 'knee', 'fits', 'nicely', 'at', 'my', 'waist', 'and', 'is', 'well', 'made', 'the', 'top', 'does', 'seem', 'a', 'bit', 'loose', 'as', 'pictured', 'on', 'the', 'model', 'but', 'i', 'prefer', 'a', 'slightly', 'more', 'fitted', 'look', 'a', 'padded', 'bra', 'would', 'probably', 'have', 'filled', 'out', 'the', 'extra', 'fabric', 'but', 'it', 'was', 'an', 'easy', 'alteration', 'and', 'will', 'allow', 'me', 'to', 'wear', 'the', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3283,872,29', 'short', 'and', 'small', 'the', 'shirt', 'is', 'mostly', 'a', 'thick', 'sweatshirt', 'material', 'and', 'is', 'very', 'short', 'when', 'trying', 'on', 'undershirt', 'required', 'to', 'make', 'up', 'for', 'length', 'and', 'the', 'see', 'through', 'mesh', 'in', 'the', 'pattern', 'felt', 'about', '1', 'size', 'too', 'small', 'as', 'well,3,0,15', 'general', 'petite', 'tops', 'knits'] ['3284,872,62', 'unique', 'casual', 'top', 'i', 'was', 'drawn', 'to', 'this', 'top', 'due', 'to', 'its', 'unique', 'detailing', 'and', 'soft', 'casual', 'cotton', 'feel', 'i', 'wear', 'a', 'nude', 'bra', 'underneath', 'with', 'no', 'problem', 'i', "'m", '5', '5', '120', '34c', 'and', 'the', 'small', 'hits', 'right', 'at', 'my', 'hips', 'so', 'it', "'s", 'not', 'to', 'short', 'or', 'too', 'long', 'i', 'often', 'wear', 'an', 'xs', 'in', 'tops', 'and', 'i', 'did', "n't", 'even', 'try', 'on', 'the', 'xs', 'in', 'this', 'one', 'because', 'i', 'felt', 'the', 'small', 'fit', 'just', 'right', 'with', 'the', 'cutout', 'detailing', 'i', "'ll", 'hand', 'wash', 'this', 'i', 'hope', 'it', 'holds', 'up', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3285,877,35', 'a', 'cozy', 'peplum', 'top', 'i', 'love', 'the', 'look', 'of', 'peplum', 'tops', 'i', 'think', 'they', 'are', 'very', 'forgiving', 'and', 'they', 'do', 'a', 'fantastic', 'job', 'of', 'hiding', 'my', 'residual', 'baby', 'weight', 'while', 'still', 'allowing', 'me', 'to', 'look', 'like', 'i', 'have', 'an', 'amazing', 'figure', 'not', 'washed', 'out', 'figure', 'i', 'have', 'several', 'peplum', 'tops', 'but', 'most', 'of', 'them', 'are', 'made', 'out', 'of', 'a', 'thicker', 'fabric', 'and', 'they', 'do', "n't", 'have', 'much', 'movability', 'i', 'absolutely', 'love', 'this', 'one', 'because', 'it', 'is', 'a', 'more', 'casual', 'design', 'and', 'much', 'more', 'comfortable', 'than', 'i', 'am', 'used', 'to', 'while', 'still', 'keeping', 'the', 'integrity', 'of', 'the', 'peplum', 'design', 'the', 'fabri', ',5,1,7', 'general', 'tops', 'knits'] ['3286,949,38', 'terrible', 'fit', 'i', 'am', '5', '6', 'and', '130', 'pounds', 'and', 'ordered', 'this', 'in', 'an', 'xs', 'the', 'sweater', 'is', 'enormous', 'the', 'material', 'is', 'also', 'scratchy', 'and', 'not', 'soft', 'at', 'all', 'i', "'m", 'disappointed', 'with', 'retailer', "'s", 'sizing', 'this', 'year', 'i', "'ve", 'had', 'to', 'return', 'a', 'of', 'xs', 'items', 'because', 'they', 'are', 'huge', 'really', 'disappointing.,1,0,0', 'general', 'tops', 'sweaters'] ['3287,1084,42', 'beautiful', 'dress', 'awkward', 'fit', 'this', 'is', 'a', 'fantastic', 'dress', 'for', 'fall', 'if', 'you', 'have', 'specific', 'proportions', 'the', 'dress', 'comes', 'in', 's-m-l', 'rather', 'than', 'in', 'particular', 'dress', 'sizes', 'so', 'my', 'assumption', 'was', 'that', 'a', 'large', 'would', 'fit', 'a', 'range', 'of', '10-12.', 'the', 'dress', 'fits', 'me', 'well', 'in', 'the', 'fitted', 'waist', 'which', 'has', 'zero', 'give', 'but', 'the', 'top', 'fits', 'very', 'strangely', 'you', 'can', 'even', 'detect', 'it', 'on', 'the', 'model', 'in', 'the', 'photo', 'with', 'a', 'tightness', 'at', 'the', 'clavicle', 'and', 'a', 'weird', 'abundance', 'of', 'fabric', 'above', 'the', 'waistband'] [] ['i', 'will', 'still', 'happily', 'wear', 'the', 'dress', 'with', 'sweaters', 'this', 'season', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3288,422,60', 'cute', 'and', 'so', 'soft', 'great', 'for', 'lounging', 'or', 'running', 'errands', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'found', 'them', 'to', 'run', 'at', 'least', 'a', 'size', 'large', 'though.,4,1,1', 'initmates', 'intimate', 'lounge'] ['3289,984,41', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'the', 'picture', 'does', 'not', 'do', 'this', 'jacket', 'any', 'justice', 'at', 'all', 'the', 'material', 'drapes', 'beautifully', 'and', 'is', 'easily', 'cinched', 'or', 'opened', 'up', 'for', 'slightly', 'different', 'looks', 'i', 'kind', 'of', 'consider', 'it', 'more', 'of', 'a', 'cardigan', 'than', 'a', 'jacket', 'and', 'plan', 'on', 'wearing', 'it', 'over', 'everything', 'i', 'tried', 'it', 'on', 'over', 'workout', 'gear', 'and', 'it', 'looked', 'great', 'than', 'wore', 'it', 'over', 'jeans', 'and', 'a', 'chunky', 'sweater', 'and', 'it', 'looked', 'awesome', 'very', 'versatile', 'and', 'flattering', ',5,1,17', 'general', 'jackets', 'jackets'] ['3290,984,58', 'just', 'what', 'i', 'was', 'looking', 'for', 'agree', 'with', 'the', 'others', 'when', 'i', 'saw', 'this', 'jacket', 'in', 'the', 'store', 'i', 'really', 'liked', 'it', 'and', 'when', 'i', 'tried', 'it', 'on', 'i', 'had', 'to', 'have', 'it', 'it', 'looks', 'great', 'drapes', 'beautifully', 'and', 'the', 'color', 'goes', 'with', 'so', 'many', 'things', 'my', 'first', 'instinct', 'was', 'to', 'size', 'up', 'to', 'a', 'medium', 'to', 'maximize', 'the', 'drape', 'but', 'it', 'was', "n't", 'necessary', 'runs', 'a', 'tad', 'on', 'the', 'large', 'side', ',5,1,1', 'general', 'jackets', 'jackets'] ['3291,872,80', 'huesca', 'love', 'the', 'contrast', 'of', 'fabrics', 'thick', 'and', 'thin', 'comfy', 'like', 'a', 'favorite', 'sweatshirt', 'but', 'with', 'style', 'can', 'be', 'worn', 'both', 'on', 'a', 'night', 'out', 'or', 'curled', 'up', 'on', 'the', 'sofa', 'watching', 'a', 'movie', 'at', 'home', ',5,1,1', 'general', 'tops', 'knits'] ['3292,984,37', 'great', 'layering', 'piece', 'non-stop', 'compliments', 'i', 'wear', 'this', 'with', 'dresses', 'at', 'the', 'office', 'and', 'denim', 'on', 'the', 'weekends-', 'super', 'versatile', 'this', 'is', 'one', 'of', 'those', 'pieces', 'that', 'you', 'keep', 'forever', ',5,1,0', 'general', 'jackets', 'jackets'] ['3293,984,31', 'great', 'find', 'i', 'initially', 'ordered', 'a', 'small', 'but', 'found', 'it', 'looked', 'way', 'more', 'oversized', 'then', 'what', 'it', 'should', 'look', 'like', 'even', 'considering', 'the', 'style', 'i', 'was', 'swimming', 'in', 'fabric', 'i', 'exchanged', 'it', 'for', 'a', 'petite', 'small', 'and', 'it', 'fit', 'perfectly', 'it', 'goes', 'so', 'well', 'with', 'so', 'many', 'looks', 'and', 'it', 'is', 'going', 'to', 'last', 'a', 'long', 'while', 'in', 'my', 'rotation', 'looks', 'much', 'better', 'in', 'person', 'too', 'my', 'only', 'reservation', 'is', 'that', 'unlike', 'the', 'original', 'one', 'i', 'received', 'this', 'one', 'had', 'many', 'threads', 'loose', 'throughout', 'which', 'i', 'clipped', 'and', 'think', 'will', 'be', 'alright', 'but', 'i', 'expected', ',4,1,0', 'general', 'jackets', 'jackets'] ['3294,931,39', 'adorable', 'and', 'easy', 'to', 'combine', 'w/bottoms', 'i', 'love', 'this', 'sweater', 'my', 'only', 'worry', 'is', 'that', 'i', "'ll", 'constantly', 'be', 'catching', 'the', 'little', 'loops', 'on', 'things', 'and', 'getting', 'it', 'all', 'messed', 'up', 'i', 'have', "n't", 'been', 'able', 'to', 'wear', 'it', 'out', 'yet', 'so', 'we', "'ll", 'see', 'i', "'ll", 'just', 'have', 'to', 'be', 'careful', ',4,1,1', 'general', 'tops', 'sweaters'] ['3295,872,59', 'cute', 'shirt', 'this', 'is', 'a', 'really', 'cute', 'shirt', 'i', 'love', 'the', 'design', 'color', 'and', 'everything', 'about', 'this', 'shirt', 'but', 'the', 'size', 'i', 'am', '5', '1', 'and', '105', 'lbs', 'i', 'can', 'usually', 'wear', 'an', 'xs', 'or', 'xsp', 'the', 'xs', 'was', 'huge', 'and', 'they', 'were', 'sold', 'out', 'of', 'smaller', 'sizes', 'or', 'i', 'would', 'have', 'ordered', 'one', 'this', 'unfortunately', 'had', 'to', 'go', 'back', ',3,1,0', 'general', 'tops', 'knits'] ['3296,422,35', 'so', 'soft', 'these', 'pants', 'have', 'a', 'very', 'odd', 'design', 'but', 'they', 'are', 'so', 'soft', 'and', 'so', 'comfortable', 'i', 'could', 'not', 'resist', 'going', 'on', 'a', 'trip', 'to', 'key', 'west', 'and', 'thought', 'they', 'would', 'be', 'great', 'for', 'the', 'plane', 'ride', 'they', 'fit', 'true', 'to', 'size', 'could', 'not', 'pass', 'up', 'as', 'they', 'were', 'on', 'sale.,5,1,1', 'initmates', 'intimate', 'lounge'] ['3297,984,25', 'my', 'new', 'favorite', 'jacket', 'i', 'would', 'have', 'never', 'purchased', 'this', 'jacket', 'based', 'on', 'the', 'photo', 'displayed', 'here', 'it', 'looks', 'like', 'something', 'my', 'grandma', 'would', 'wear', 'in', 'person', 'however', 'this', 'jacket', 'is', 'so', 'versatile', 'the', 'fabric', 'moves', 'with', 'your', 'body', 'and', 'the', 'ties', 'at', 'the', 'bottom', 'in', 'the', 'back', 'and', 'inside', 'at', 'the', 'waist', 'can', 'be', 'cinched', 'to', 'give', 'it', 'the', 'look', 'you', 'want', 'i', 'purchased', 'this', 'to', 'wear', 'with', 'the', 'weekend', 'widelegs', 'which', 'i', 'also', 'adore', 'and', 'it', "'s", 'absolutely', 'perfect', 'color', 'goes', 'with', 'everything', 'i', "'ll", 'wear', 'it', 'with', 'boyfriend', 'jeans', 'in', 'the', 'fall', 'too', 'great', ',5,1,0', 'general', 'jackets', 'jackets'] ['3298,984,23', 'great', 'layering', 'piece', 'i', 'love', 'love', 'this', 'trench', 'i', 'bought', 'the', 'grey', 'and', 'it', 'goes', 'well', 'with', 'so', 'many', 'other', 'pieces', 'i', 'can', 'dress', 'it', 'up', 'for', 'work', 'or', 'wear', 'it', 'out', 'for', 'brunch', 'on', 'the', 'weekend', 'it', "'s", 'a', 'great', 'layering', 'piece', 'for', 'the', 'san', 'francisco', 'weather', 'i', "'m", 'adjusting', 'to'] [] ['it', 'does', 'run', 'a', 'little', 'big', 'but', 'i', 'do', "n't", 'mind', 'because', 'it', 'gives', 'enough', 'room', 'for', 'layering', 'i', "'m", 'short', 'at', '5', '3', 'but', 'still', 'stuck', 'with', 'a', 'small', 'a', 'small', 'petite', 'probably', 'would', 'look', 'great', 'as', 'well'] [] ['hei', 'hei', 'consistently', 'makes', 'great', 'jackets/trenches', ',5,1,0', 'general', 'jackets', 'jackets'] ['3299,1084,49', 'great', 'style', 'poor', 'quality', 'i', 'wanted', 'this', 'dress', 'so', 'much', 'i', 'ordered', 'it', 'twice', 'both', 'times', 'the', 'zipper', 'was', 'defective', 'it', 'would', 'get', 'stuck', 'midway', 'up', 'at', 'the', 'waistline', 'so', 'i', 'had', 'to', 'send', 'it', 'back', 'there', 'is', "n't", 'an', 'retailer', 'in', 'my', 'area', 'this', 'is', 'a', 'shame', 'because', 'it', "'s", 'got', 'great', 'colors', 'and', 'looks', 'flattering', 'on', 'and', 'i', 'was', 'looking', 'forward', 'to', 'pairing', 'it', 'with', 'a', 'cardigan/boots', 'for', 'fall', 'i', 'even', 'thought', 'about', 'taking', 'it', 'to', 'a', 'seamstress', 'to', 'have', 'the', 'zipper', 'replaced', 'but', 'the', 'cost', 'did', "n't", 'seem', 'worth', 'it', 'too', 'bad', 'as', 'it', 'seems', 'like', 'it', 'would', 'be', 'a', 'nice', ',1,0,5', 'general', 'petite', 'dresses', 'dresses'] ['3300,872,55', 'so', 'unique', 'and', 'pretty', 'this', 'top', 'is', 'so', 'pretty', 'i', 'would', 'say', 'it', "'s", 'probably', 'about', '1', 'size', 'smaller', 'than', 'normal', 'but', 'i', 'like', 'the', 'cropped', 'fit', ',5,1,0', 'general', 'tops', 'knits'] ['3301,872,83', 'beautiful', 'and', 'unique.', 'love', 'this', 'top', 'just', 'received', 'it', 'today'] ['it', 'is', 'a', 'very', 'artistic', 'interpretation', 'for', 'a', 'casual', 'top'] ['the', 'blue', 'is', 'gorgeous'] ['the', 'unique', 'style', 'of', 'the', 'peplm', 'and', 'the', 'details', 'on', 'the', 'front', 'set', 'this', 'apart'] ['runs', 'a', 'little', 'shorter', 'but', 'i', 'feel', 'the', 'length', 'enhances', 'it', 's', 'beauty', 'and', 'is', 'appropriate', 'for', 'the', 'overall', 'design'] ['love'] ['ordered', 'my', 'usual', 'size', 'and', 'it', 'fits', 'perfectly', ',5,1,9', 'general', 'petite', 'tops', 'knits'] ['3302,872,32', 'indigo', 'love', 'this', 'is', 'such', 'a', 'gorgeous', 'shade', 'of', 'indigo', 'i', 'was', 'instantly', 'attracted', 'to', 'it', 'upon', 'trying', 'on', 'i', 'was', 'surprised', 'at', 'how', 'soft', 'the', 'fabric', 'was', 'definitely', 'a', 'cozy', 'sweatshirt', 'feel', 'in', 'disguise', 'i', 'love', 'the', 'peplum', 'detailing', 'and', 'found', 'the', 'xs', 'to', 'be', 'just', 'right', 'in', 'length', 'to', 'my', 'hip', 'and', 'everywhere', 'else', 'i', 'ca', "n't", 'wait', 'for', 'it', 'to', 'cool', 'off', 'here', 'in', 'new', 'england', 'so', 'i', 'can', 'wear', 'this', 'beautiful', 'top', 'i', 'anticipate', 'many', 'compliments', 'on', 's', 'lovely', 'top', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3303,984,22', ',i', 'absolutely', 'love', 'this', 'jacket', 'i', 'wear', 'it', 'almost', 'everyday', 'works', 'as', 'a', 'cardigan', 'or', 'a', 'jacket', 'my', 'favorite', 'retailer', 'purchase', 'so', 'far', ',5,1,0', 'general', 'jackets', 'jackets'] ['3304,930,50', ',wow', 'this', 'is', 'a', 'keeper', 'love', 'how', 'soft', 'and', 'special', 'the', 'color', 'feels', 'the', 'knit', 'for', 'back', 'and', 'arms', 'makes', 'it', 'very', 'comfy', 'and', 'easy', 'to', 'wear', 'not', 'really', 'easy', 'to', 'layer', 'it', 'since', 'arms', 'pretty', 'fitted', 'love', 'it', 'with', 'jeans', 'since', 'the', 'back', 'ends', 'at', 'waist.,5,1,0', 'general', 'tops', 'sweaters'] ['3305,1084,44', 'great', 'for', 'curvy', 'girls', 'beautiful', 'dress', 'for', 'those', 'with', 'a', 'large', 'chest', 'and', 'small', 'waist', 'sadly', 'i', 'am', 'not', 'one', 'and', 'needed', 'to', 'return', 'the', 'dress', 'fabric', 'is', 'heavy', 'and', 'the', 'pattern', 'is', 'great.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3306,872,52', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3307,872,58', 'perfect', 'top', 'this', 'top', 'has', 'the', 'thickness', 'and', 'comfort', 'of', 'a', 'sweatshirt', 'with', 'artistic', 'flair', 'and', 'a', 'figure', 'flattering', 'unique', 'cut', 'it', 'works', 'very', 'well', 'on', 'me', 'as', 'i', "'m", 'a', 'petite', 'large', 'i', 'only', 'wish', 'it', 'was', 'a', 'little', 'roomier', 'or', 'that', 'i', 'was', '10', 'lbs', 'lighter', 'but', 'it', "'s", 'stretchy', 'and', 'i', 'really', 'love', 'wearing', 'it', 'the', 'color', 'is', 'a', 'rich', 'indigo', 'with', 'a', 'slightly', 'worn', 'look', 'which', 'adds', 'texture', 'and', 'dimension', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['3308,860,55', 'perfect', 'for', 'petites', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'when', 'i', 'first', 'saw', 'it', 'in', 'the', 'store', 'and', 'bought', 'it', 'during', 'the', '25', 'off', 'sale', 'i', "'m", 'petite', '32dd', 'usually', 'a', 'size', '4.', 'i', 'tried', 'the', 'xs', 'and', 's', 'and', 'while', 'both', 'fit', 'i', 'like', 'the', 'roominess', 'of', 'the', 's', 'so', 'i', 'got', 'that', 'size', 'i', 'bought', 'the', 'regular', 'size', 'for', 'a', 'little', 'extra', 'length', 'but', 'could', 'have', 'worn', 'the', 'petite', 'it', "'s", 'great', 'for', 'layering', 'because', 'of', 'all', 'the', 'bright', 'colors', 'and', 'although', 'the', 'front', 'is', 'polyester', 'the', 'back', 'is', 'knit', 'so', 'it', "'s", 'nice', 'and', 'cool', 'i', 'personally', 'love', 'loose-fitting', 'shorter', 'tops', 'so', 'i', ',5,1,1', 'general', 'tops', 'knits'] ['3309,860,62', 'the', 'colors', 'on', 'this', 'top', 'are', 'beautiful', 'even', 'more', 'vibrant', 'than', 'the', 'online', 'picture', 'i', 'was', 'so', 'excited', 'to', 'try', 'it', 'on', 'the', 'problem', 'is', 'with', 'the', 'fitting', 'it', "'s", 'too', 'short', 'and', 'too', 'loose', 'you', 'can', 'see', 'in', 'the', 'picture', 'that', 'the', 'shirt', 'is', "n't", 'even', 'tucked', 'in', 'and', 'it', 'barely', 'hits', 'the', 'hips', 'as', 'much', 'as', 'i', 'wanted', 'it', 'to', 'work', 'back', 'it', 'goes', ',3,0,4', 'general', 'tops', 'knits'] ['3310,1084,26', 'poor', 'quality', 'i', 'like', 'the', 'design', 'of', 'the', 'dress', 'but', 'the', 'fabric', 'makes', 'it', 'look', 'cheap', 'for', 'an', 'expensive', 'dress', 'i', 'had', 'expected', 'better', 'quality', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3311,1084,63', 'love', 'this', 'dress', 'this', 'dress', 'is', 'absolutely', 'darling', 'it', 'is', 'light', 'as', 'a', 'feather', 'and', 'floats', 'on', 'the', 'body', 'the', 'fabric', 'looks', 'almost', 'handpainted', 'and', 'fits', 'like', 'a', 'dream', 'i', 'disagree', 'with', 'the', 'previous', 'poster', 'and', 'i', 'think', 'it', 'looks', 'very', 'rich', 'super', 'comfortable', 'and', 'i', 'know', 'i', "'ll", 'get', 'lots', 'of', 'wear', 'out', 'of', 'it', 'you', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'love', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['3312,984,67', 'built', 'in', 'saddlebags', 'beautiful', 'fabric', 'with', 'soft', 'drape', 'unfortunately', 'the', 'captain', 'kangaroo', 'pockets', 'are', 'awful', 'unless', 'you', 'have', 'a', 'straight', 'up', 'and', 'down', 'shape', 'with', 'no', 'hips', 'this', 'is', 'very', 'unflattering', 'the', 'pockets', 'look', 'like', 'saddle', 'bags', 'and', 'add', 'a', 'huge', 'amount', 'of', 'fabric', 'where', 'most', 'people', 'do', "n't", 'want', 'added', 'bulk', 'very', 'disappointing', 'returned', ',1,0,2', 'general', 'jackets', 'jackets'] ['3313,930,30', 'so', 'warm', 'and', 'cozy', 'i', 'love', 'this', 'cardigan', 'it', "'s", 'quite', 'luxurious', 'and', 'roomy', 'and', 'long', 'in', 'the', 'front', 'leaving', 'lots', 'to', 'wrap', 'around', 'yourself', 'the', 'back', 'is', 'more', 'cropped'] ['and', 'slim', 'fitting', 'to', 'help', 'balance', 'this', 'is', 'so', 'soft', 'and', 'warm', 'i', 'love', 'it', 'definitely', 'bulky', 'and', 'cozy', 'not', 'fitted', 'but', 'perfect', 'for', 'a', 'casual', 'look', 'i', "'m", 'usually', 'a', 'medium', 'in', 'sweaters', 'but', 'got', 'a', 'small', 'in', 'this', 'and', 'it', "'s", 'still', 'a', 'little', 'loose', 'which', 'is', 'perfect', ',5,1,3', 'general', 'tops', 'sweaters'] ['3314,872,28', 'great', 'top', 'this', 'top', 'is', 'very', 'cute', 'very', 'flattering', 'and', 'very', 'unique', 'love', 'the', 'high/low', 'back', 'also', 'very', 'comfy', 'would', 'recommend', 'to', 'anyone', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['3315,1084,22', 'not', 'for', 'short', 'or', 'petite', 'women', 'i', 'bought', 'this', 'online', 'with', 'the', 'intention', 'of', 'it', 'being', 'my', 'graduation', 'dress', 'i', "'m", '5', '2', '115', 'pounds', 'so', 'i', 'should', "'ve", 'known', 'better', 'and', 'gotten', 'a', 'petite', 'style', 'dress', 'however', 'i', 'loved', 'the', 'modern', 'look', 'of', 'this', 'and', 'since', 'my', 'boobs', 'are', 'a', 'bit', 'bigger', '34d', 'i', 'figured', 'they', 'would', 'help', 'fill', 'it', 'out', 'upon', 'receiving', 'the', 'dress', 'i', 'was', 'first', 'shocked', 'that', 'for', 'the', 'price', 'the', 'construction', 'was', 'pretty', 'poor', 'quality', 'there', 'were', 'strings', 'coming', 'out', 'of', 'the', 'straps', 'and', 'they', 'looked', 'unevenly', 'sewn', 'when', 'i', 'put', 'it', 'on', 'it', 'was', 'clear', 'that', 'th', ',2,0,15', 'general', 'petite', 'dresses', 'dresses'] ['3316,949,69', 'ski', 'lodge', 'turtleneck', 'cozy', 'slouchy', 'sweater', 'very', 'versatile', 'fits', 'tts', 'just', 'as', 'shown', 'on', 'model', ',4,1,0', 'general', 'tops', 'sweaters'] ['3317,984,43', ',,4,1,0', 'general', 'jackets', 'jackets'] ['3318,422,38', 'lovely', 'lady', 'lounging', 'pants', 'soft', 'pretty', 'design', 'and', 'perfect', 'length', 'i', "'m", '5', '6', 'and', 'the', 'm', 'fit', 'perfectly', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['3319,860,39', 'the', 'pattern', 'and', 'color', 'of', 'this', 'top', 'are', 'beautiful', 'when', 'i', 'saw', 'the', 'pattern', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'the', 'fit', 'is', 'a', 'bit', 'strange', 'short', 'which', 'is', 'fine', 'for', 'me', 'as', 'i', 'am', 'petite', 'and', 'boxy', 'i', 'bought', 'it', 'on', 'sale', 'and', 'think', 'its', 'good', 'value', 'for', 'the', 'price', 'its', 'a', 'good', 'late', 'summer/early', 'fall', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['3320,984,32', 'like', 'a', 'nightgown', 'i', 'could', 'seriously', 'sleep', 'in', 'this', 'it', "'s", 'that', 'soft', 'i', 'dressed', 'this', 'with', 'a', 'white', 'tee', 'and', 'holey', 'jeans', 'then', 'i', 'wore', 'it', 'to', 'work', 'today', 'over', 'a', 'blue', 'midi', 'dress', 'love', 'this', 'jacket', ',5,1,0', 'general', 'jackets', 'jackets'] ['3321,984,71', 'great', 'jacket', 'this', 'is', 'a', 'very', 'stylish', 'and', 'unique', 'trench', 'it', 'does', 'run', 'a', 'bit', 'large', 'as', 'i', 'am', 'usually', 'a', 'medium', 'in', 'jackets', 'but', 'needed', 'a', 'small', 'for', 'this', 'one', 'i', 'am', '5', '2', '120', 'lbs.', 'but', 'with', 'a', 'large', 'chest', 'i', 'think', 'it', "'s", 'very', 'flattering', 'i', 'have', 'small', 'hips', 'but', 'the', 'large', 'pockets', 'do', 'not', 'make', 'me', 'look', 'bigger', 'it', 'arrived', 'very', 'wrinkled', 'but', 'i', 'just', 'touched', 'it', 'up', 'with', 'an', 'iron', 'i', 'think', 'the', 'color', 'is', 'more', 'of', 'a', 'taupe-gray', 'and', 'will', 'go', 'with', 'everything', 'love', 'it', ',5,1,1', 'general', 'jackets', 'jackets'] ['3322,422,31', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['3323,984,52', 'way', 'better', 'in', 'person', 'i', 'tried', 'this', 'on', 'at', 'my', 'local', 'store', 'and', 'immediately', 'had', 'to', 'buy', 'it', 'the', 'picture', 'does', 'not', 'do', 'it', 'justice', 'it', 'drapes', 'wonderfully', 'in', 'front', 'and', 'sticks', 'out', 'a', 'bit', 'at', 'the', 'pockets', 'to', 'give', 'some', 'added', 'personality', 'fabric', 'is', 'very', 'soft', 'and', 'light', 'weight', 'highly', 'recommend', ',5,1,21', 'general', 'jackets', 'jackets'] ['3324,984,40', 'better', 'in', 'person', 'as', 'other', 'reviewers', 'have', 'pointed', 'out', 'this', 'jacket', 'is', 'way', 'prettier', 'in', 'person', 'than', 'it', 'is', 'in', 'the', 'photos', 'i', 'can', 'wear', 'it', 'with', 'just', 'about', 'anything', 'the', 'fabric', 'is', 'soft', 'and', 'lightweight', 'and', 'drapes', 'really', 'nicely', 'my', 'only', 'complaint', 'is', 'the', 'photos', 'make', 'the', 'taupe', 'jacket', 'look', 'like', 'it', 'has', 'just', 'a', 'hint', 'of', 'peach/mauve', 'but', 'in', 'person', 'it', "'s", 'a', 'pretty', 'standard', 'beige', 'i', 'would', 'have', 'liked', 'that', 'hint', 'of', 'color', ',5,1,0', 'general', 'jackets', 'jackets'] ['3325,1052,43', 'super', 'cute', 'pants', 'but', 'run', 'really', 'big', 'these', 'are', 'the', 'cutest', 'pants', 'ever', 'they', 'are', 'super', 'soft', 'and', 'a', 'nice', 'lightweight', 'material', 'for', 'spring/summer', 'sadly', 'i', 'have', 'to', 'return', 'them', 'because', 'they', 'are', 'huge', 'i', 'generally', 'wear', 'an', 'xs', 'in', 'retailer', 'and', 'these', 'literally', 'fall', 'off', 'my', 'waist', 'and', 'look', 'like', 'clown', 'pants', 'i', 'wish', 'they', 'made', 'an', 'xxs', 'if', 'you', 'size', 'down', 'at', 'least', 'one', 'size', 'they', 'are', 'adorable', ',5,1,0', 'general', 'bottoms', 'pants'] ['3326,984,46', 'drapes', 'beautifully', 'absolutely', 'love', 'this', 'jacket.initially', 'wanted', 'to', 'buy', 'the', 'melita', 'draped', 'jacket', 'which', 'looks', 'similar', 'to', 'this', 'one', 'and', 'tried', 'them', 'both', 'on', 'in', 'store', 'the', 'latter', 'just', 'did', "n't", 'drape', 'properly', 'and', 'looked', 'more', 'like', 'a', 'bathrobe', 'on', 'me', 'but', 'this', 'piece', 'is', 'amazing', 'it', 'falls', 'nicely', 'and', 'the', 'pockets', 'jut', 'out', 'a', 'bit', 'giving', 'it', 'a', 'unique', 'look', 'the', 'fabric', 'is', 'fluid', 'and', 'soft', 'and', 'it', 'has', 'a', 'tie', 'waist', 'with', 'another', 'tie', 'in', 'the', 'back', 'of', 'the', 'jacket', 'middle', 'bottom', 'which', 'is', 'a', 'bit', 'of', 'an', 'added', 'but', 'subtle', 'flair', 'the', 'color', 'is', 'a', 'bit', 'more', "'t", ',5,1,1', 'general', 'jackets', 'jackets'] ['3327,872,63', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3328,860,43', ',i', 'disagree', 'with', 'the', 'fit', 'description', 'from', 'the', 'other', 'reviews', 'i', 'find', 'the', 'shirt', 'to', 'be', 'super', 'flattering', 'and', 'comfy', 'yes', 'it', 'it', 'short', 'in', 'comparison', 'to', 'many', 'styles', 'these', 'days', 'but', 'it', 'hits', 'right', 'at', 'the', 'waistline', 'without', 'being', 'too', 'short', 'super', 'vibrant', 'colors.,5,1,0', 'general', 'tops', 'knits'] ['3329,984,48', ',,4,1,0', 'general', 'jackets', 'jackets'] ['3330,877,40', 'peplum', 'i', 'am', 'short', 'waisted', 'and', 'i', 'still', 'thought', 'the', 'pleats', 'started', 'too', 'high', 'on', 'me', 'also', 'the', 'whole', 'thing', 'was', 'a', 'little', 'bit', 'big', 'i', 'always', 'wear', 'a', 'medium', 'but', 'in', 'this', 'top', 'the', 'shoulders', 'and', 'everything', 'was', 'just', 'a', 'bit', 'large', 'since', 'i', 'bought', 'it', 'online', 'i', 'could', "n't", 'size', 'down', 'the', 'fabric', 'was', 'a', 'nice', 'quality', ',4,0,3', 'general', 'tops', 'knits'] ['3331,984,37', 'terrible', 'i', 'do', 'not', 'understand', 'all', 'the', 'great', 'reviews', 'but', 'that', 'goes', 'to', 'show', 'everyone', 'likes', 'different', 'things', 'the', 'jacket', 'looks', 'great', 'in', 'the', 'pictures', 'but', 'in', 'person', 'it', 'just', 'looks', 'awful', 'gray', 'is', 'one', 'of', 'my', 'favorite', 'colors', 'but', 'this', 'color', 'is', 'so', 'drab', 'and', 'the', 'material', 'looks', 'old', 'and', 'worn', 'it', 'definitely', 'has', 'a', 'grunge', 'look', 'to', 'it', 'and', 'overall', 'it', 'is', 'just', 'a', 'wrinkly', 'mess', 'another', 'reviewer', 'said', 'it', 'looks', 'like', 'old', 'clothes', 'and', 'i', 'have', 'to', 'agree', 'it', 'looks', 'very', 'shabby', 'it', 'also', 'reminds', 'me', 'of', 'those', 'smocks', 'they', 'have', 'at', 'the', 'hair', 'salon', ',1,0,0', 'general', 'jackets', 'jackets'] ['3332,872,54', 'interesting', 'design', 'the', 'concept', 'of', 'this', 'top', 'is', 'edgy', 'for', 'a', 'sweatshirt', 'fabric', 'i', 'think', 'it', 'works', 'better', 'on', 'a', 'thin', 'frame', 'instead', 'of', 'my', 'curvy', 'frame', 'although', 'i', 'appreciate', 'the', 'design', 'it', 'did', 'not', 'work', 'for', 'me', ',3,1,3', 'general', 'petite', 'tops', 'knits'] ['3333,872,64', 'cute', 'styling', 'this', 'shirt', 'is', 'semi-fitted', 'i', 'like', 'it', 'because', 'it', 'is', 'not', 'boxy', 'but', 'not', 'overly', 'tight', 'it', 'is', 'not', 'heavy', 'even', 'though', 'it', 'is', 'a', 'sweatshirt', 'material', 'i', 'wish', 'the', 'neck', 'was', 'a', 'bit', 'higher', 'but', 'i', 'will', 'wear', 'a', 'tee', 'under', 'it', 'the', 'back', 'is', 'really', 'cute'] ['it', 'is', 'different', 'and', 'i', 'like', 'that', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3334,984,54', 'my', 'go', 'to', 'j', 'i', 'do', 'not', 'understand', 'how', 'a', 'couple', 'people', 'gave', 'this', 'a', 'bad', 'review', 'i', 'loved', 'this', 'jacket', 'from', 'the', 'minute', 'i', 'tried', 'it', 'on', 'cute', 'in', 'the', 'picture', 'and', 'cuter', 'on', 'because', 'it', 'is', 'so', 'comfortable', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'does', 'not', 'wrinkle', 'as', 'one', 'reviewer', 'stated', 'i', 'took', 'it', 'on', 'the', 'plane', 'with', 'me', 'just', 'to', 'keep', 'warm', 'and', 'it', 'was', 'fabulous', 'looked', 'as', 'good', 'going', 'on', 'the', 'plane', 'as', 'it', 'did', 'coming', 'off', 'the', 'drape', 'of', 'the', 'jacket', 'flows', 'nicely', 'and', 'i', 'love', 'the', 'oversized', 'pockets', 'to', 'stash', 'my', 'phone', 'or', 'lipstick', 'this', 'jacket', 'will', 'carry', ',5,1,1', 'general', 'jackets', 'jackets'] ['3335,872,26', 'average', 'top', 'this', 'top', 'looks', 'much', 'nicer', 'on', 'the', 'model', 'than', 'in-person', 'i', 'tried', 'it', 'on', 'it', 'did', "n't", 'look', 'flattering', 'and', 'was', 'shorter', 'than', 'i', 'like', 'in', 'the', 'picture', 'i', 'really', 'like', 'the', 'top', 'with', 'the', 'design', 'and', 'frills', 'on', 'the', 'side', 'gives', 'the', 'model', 'a', 'waist', 'in-person', 'the', 'design', 'does', "n't", 'stand', 'out', 'much', 'and', 'the', 'frills', 'look', 'wrinkled.it', 'is', 'also', 'sweatshirt', 'material', 'and', 'a', 'tad', 'stiff', 'i', 'am', 'sending', 'it', 'back', 'it', 'just', 'did', "n't", 'look', 'as', 'flattering', 'also', 'it', 'seemed', 'more', 'fitted', 'at', 'the', 'top', 'than', 'bottom', ',3,0,5', 'general', 'petite', 'tops', 'knits'] ['3336,872,56', 'this', 'top', 'is', 'made', 'from', 'a', 'thick', 'sweatshirt-type', 'fabric', 'making', 'it', 'a', 'nice', 'choice', 'for', 'transitional', 'weather', 'the', 'details', 'are', 'quite', 'unusual', 'and', 'lovely', 'i', 'just', 'got', 'it', 'and', 'i', "'ve", 'already', 'worn', 'it', 'twice', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3337,949,47', 'super', 'scratchy', 'this', 'over-sized', 'sweater', 'is', 'light-weight', 'and', 'scratchy', 'i', 'knew', 'it', 'would', 'fit', 'big', 'but', 'the', 'neck', 'is', 'overly', 'bulky', 'the', 'color', 'is', 'a', 'bright', 'blue', 'as', 'depicted', 'in', 'the', 'picture', 'fits', 'a', 'little', 'larger', 'on', 'me', 'than', 'on', 'the', 'model', 'i', "'m", 'petite', 'so', 'it', 'overwhelmed', 'me', ',2,0,0', 'general', 'tops', 'sweaters'] ['3338,872,52', 'flirty', 'this', 'was', 'a', 'nice', 'surprise', 'because', 'it', "'s", 'a', 'thick', 'sweatshirt', 'type', 'of', 'fabric', 'do', "n't", 'be', 'deterred', 'it', 'is', 'nothing', 'like', 'a', 'sweatshirt', 'it', "'s", 'comfy', 'like', 'a', 'sweatshirt', 'though', 'i', "'m", '5', 'feet', 'tall', '120', 'pounds', 'i', 'ordered', 'my', 'usual', 'size', 'petite', 'small', 'and', 'it', 'fit', 'perfectly', 'what', 'little', 'height', 'i', 'have', 'is', 'in', 'my', 'torso', 'i', 'did', "n't", 'find', 'that', 'the', 'top', 'was', 'short', 'at', 'all', 'it', "'s", 'without', 'a', 'doubt', 'tts', 'order', 'your', 'usual', 'size', 'if', 'you', 'have', 'a', 'tummy', 'or', 'bootie', 'this', 'top', 'is', 'the', 'ticket', 'the', 'description', 'on', 'the', 'fabric', 'details', 'that', 'the', 'other', 'reviews,5,1,10', 'general', 'petite', 'tops', 'knits'] ['3339,860,53', 'beautiful', 'top', 'another', 'beautiful', 'retailer', 'top', 'i', 'ordered', 'a', 'small', '5.4', '112', 'lbs', 'broad', 'shoulders', 'athletic', 'build', 'and', 'it', 'looked', 'really', 'large', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'package', 'it', "'s", 'a', 'bit', 'large', 'but', 'i', 'would', "n't", 'want', 'it', 'tighter', 'through', 'the', 'bust', '34c', 'the', 'colors', 'are', 'vibrant', 'and', 'the', 'print', 'is', 'really', 'beautiful', 'although', 'it', 'can', 'be', 'hand-washed', 'i', 'will', 'be', 'taking', 'this', 'to', 'the', 'cleaners', 'to', 'preserve', 'the', 'color', 'i', 'love', 'retailer', 'because', 'their', 'clothing', 'is', 'so', 'often', 'unique', ',4,1,0', 'general', 'tops', 'knits'] ['3340,836,35', 'soft', 'and', 'beautiful', 'no', 'only', 'is', 'this', 'a', 'beautiful', 'update', 'to', 'a', 'basic', 'white', 'top', 'it', 'is', 'incredibly', 'soft', 'i', 'could', "n't", 'pass', 'it', 'up', 'and', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['3341,883,54', 'love', 'love', 'this', 'so', 'cute', 'to', 'have', 't-shirt', 'with', 'additional', 'details', 'usually', 'get', 'medium', 'size', 'in', 'blouses', 'but', 'liked', 'the', 'fit', 'of', 'the', 'large', 'better.,5,1,0', 'general', 'tops', 'knits'] ['3342,836,54', 'defined', 'waist', 'really', 'love', 'this', 'blouse', 'for', 'several', 'reasons', 'it', 'fits', 'pretty', 'true', 'to', 'size', 'depending', 'on', 'how', 'fitted', 'you', 'want', 'it', 'not', 'too', 'much', 'of', 'a', 'difference', 'between', 'a', '6', 'or', '8.', 'it', 'is', 'a', 'bit', 'sheer', 'but', 'i', 'am', 'not', 'worried', 'about', 'it', 'now', 'my', 'favorite', 'part', 'is', 'the', 'tie', 'in', 'the', 'middle', 'finally', 'not', 'a', 'boxy', 'waist', 'it', "'s", 'up', 'to', 'you', 'to', 'pull', 'it', 'in', 'or', 'loosen', 'the', 'length', 'is', 'perfect', 'not', 'too', 'long', 'so', 'it', 'works', 'over', 'skirts', 'too', 'it', 'is', 'soft', 'my', 'only', 'concern', 'is', 'how', 'long', 'will', 'it', 'last', 'will', 'require', 'careful', 'washing', 'and', 'ironing', 'may', 'end', 'up', 'pu', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['3343,1092,48', 'beautiful', 'i', 'went', 'into', 'retailer', 'looking', 'for', 'a', 'specific', 'dress', 'and', 'had', 'to', 'try', 'this', 'on', 'when', 'i', 'saw', 'how', 'lovely', 'it', 'looked', 'displayed', 'at', 'the', 'store', 'it', 'is', 'a', 'beautiful', 'dress', 'not', 'see', 'through', 'at', 'all', 'substantial', 'weight', 'not', 'to', 'heavy', 'and', 'so', 'very', 'beautiful', 'i', 'stayed', 'tts', 'on', 'it', 'i', 'would', 'have', 'purchased', 'it', 'but', 'was', 'buying', '3', 'other', 'dresses', 'i', 'may', 'go', 'back', 'as', 'it', 'will', 'be', 'perfect', 'for', 'the', 'hot', 'summer', 'days', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3344,883,48', 'unique', 'tee', 'i', 'was', 'so', 'impressed', 'with', 'the', 'quality', 'of', 'this', 'top', 'that', 'i', 'bought', 'it', 'in', 'all', 'the', 'colors', 'it', 'is', 'comfy', 'and', 'thin', 'i', 'purchased', 'my', 'usual', 'size', 'it', 'is', 'so', 'adorable', 'with', 'the', 'lattice', 'stripe', ',5,1,1', 'general', 'tops', 'knits'] ['3345,860,27', 'great', 'tunic', 'i', 'love', 'this', 'top', 'i', 'got', 'the', 'blue', 'the', 'colors', 'are', 'deep', 'and', 'just', 'beautiful'] ['i', "'m", 'normally', 'a', 'large', 'so', 'i', 'feel', 'this', 'top', 'runs', 'large', 'i', 'got', 'the', 'medium', 'and', 'it', 'fits', 'perfect'] ['it', 'is', 'long', 'i', "'m", '5', '6', 'and', 'it', 'hits', 'the', 'bottom', 'of', 'my', 'butt'] ['you', 'wo', "n't", 'be', 'disappointed', 'try', 'this', 'top', ',5,1,6', 'general', 'tops', 'knits'] ['3346,883,46', 'petite', 'size', 'is', 'really', 'short', 'nearly', 'a', 'crop', 'top', 'very', 'disappointed', 'in', 'this', 'top', 'i', 'have', 'a', 'short', 'waist', 'and', 'it', 'was', 'still', 'too', 'short', 'for', 'me', ',2,0,1', 'general', 'tops', 'knits'] ['3347,883,35', 'pretty', 'top', 'very', 'comfortable', 'i', 'bought', 'this', 'top', 'during', 'the', 'extra', '30', 'off', 'sale', 'so', 'the', 'price', 'was', 'definitely', 'worth', 'it', 'and', 'i', 'know', 'i', "'ll", 'get', 'a', 'lot', 'of', 'wear', 'out', 'it', 'i', 'bought', 'the', 'grey', 'and', 'the', 'lace', 'is', "n't", 'too', 'revealing', 'but', 'just', 'enough', 'for', 'me', 'to', 'want', 'to', 'wear', 'a', 'cami', 'underneath', 'especially', 'at', 'work', 'i', "'m", 'normally', 'a', 'small/4', 'in', 'retailer', 'brands', 'but', 'i', 'bought', 'a', 'xs', 'and', 'it', 'fits', 'great', 'so', 'it', 'does', 'run', 'a', 'little', 'large', ',4,1,0', 'general', 'tops', 'knits'] ['3348,836,34', 'great', 'twist', 'on', 'a', 'classic', 'as', 'a', 'curvy', 'short', 'gal', 'finding', 'a', 'nice', 'button', 'down', 'that', 'is', "n't", 'boxy', 'or', 'way', 'too', 'low', 'cut', 'is', 'like', 'finding', 'a', 'gem', 'this', 'shirt', 'is', 'perfect', 'for', 'work', 'and', 'i', 'love', 'how', 'flattering', 'it', 'is', 'my', 'only', 'reservation', 'is', 'that', 'it', 'is', 'more', 'sheer', 'than', 'i', 'would', 'like', 'and', 'so', 'i', 'need', 'a', 'camisole', 'with', 'it', 'i', 'wish', 'this', 'style', 'came', 'in', 'more', 'colors', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['3349,836,43', 'wearable', 'i', 'love', 'this', 'shirt', 'great', 'mix', 'of', 'chic', 'comfortable', 'and', 'feminine', 'can', 'wear', 'for', 'many', 'occasions', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3350,458,47', 'comfortable', 'soft', 'flattering', 'lounge', 'pants', 'i', 'bought', 'these', 'in', 'the', 'navy', 'stripe', 'and', 'they', "'re", 'soft', 'and', 'comfortable', 'i', "'m", 'between', 'a', 'small', 'and', 'a', 'medium', 'and', 'the', 'medium', 'works', 'here', 'i', 'could', 'not', 'have', 'worn', 'a', 'small', 'in', 'these', 'the', 'narrow', 'stripes', 'make', 'the', 'pants', 'flattering', 'and', 'the', 'drape', 'is', 'lovely', 'i', 'wish', 'they', 'had', 'pockets', 'but', 'i', 'guess', 'i', 'ca', "n't", 'have', 'everything', ',4,1,5', 'initmates', 'intimate', 'sleep'] ['3351,1092,53', 'love', 'the', 'dress', 'i', 'just', 'bought', 'this', 'dress', 'as', 'it', 'went', 'on', 'sale', 'recently', 'i', 'read', 'all', 'the', 'other', 'reviews', 'and', 'imho', 'the', 'dress', 'is', 'ivory', 'not', 'yellow', 'as', 'another', 'reviewer', 'suggested', 'i', 'am', 'only', '5', '2', 'and', 'weigh', '115llbs', 'there', 'were', 'no', 'petite', 'sizes', 'available', 'so', 'i', 'bought', 'a', 'size', '2', 'which', 'is', 'a', 'bit', 'long', 'but', 'that', "'s", 'ok.', 'the', 'arm', 'holes', 'were', "n't", 'too', 'small', 'and', 'the', 'neckline', 'is', 'large', 'enough', 'to', 'slip', 'over', 'my', 'head', 'the', 'dress', 'is', 'very', 'much', 'a', 'swing', 'dress', 'i', 'wish', 'there', 'was', 'just', 'a', 'little', 'less', 'dress', 'it', 'really', 'is', 'too', 'voluminous', 'for', 'my', 'taste', 'i', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3352,860,61', ',very', 'happy', 'with', 'this', 'top', 'love', 'the', 'design', 'very', 'different', 'also', 'like', 'that', 'the', 'front', 'panel', 'is', 'different', 'fabric', 'buttons', 'also', 'are', 'a', 'fun', 'detail', 'great', 'shirt', 'to', 'transition', 'from', 'summer', 'to', 'fall', 'i', 'usually', 'wear', 'xs', 'or', 's', 'ordered', 'this', 'in', 'xs', 'and', 'perfect', 'fit', 'going', 'to', 'be', 'a', 'favorite.,5,1,2', 'general', 'tops', 'knits'] ['3353,833,40', 'i', 'bought', 'this', 'top', 'thinking', 'i', 'would', 'wear', 'this', 'and', 'feel', 'like', 'i', 'was', 'part', 'of', 'some', 'fashion', 'week', 'but', 'it', "'s", 'cut', 'way', 'too', 'large', 'that', 'i', 'felt', 'like', 'a', 'football', 'player', 'this', 'top', 'is', 'made', 'for', 'women', 'with', 'small', 'shoulders', 'and', 'a', 'super', 'petite', 'frame', 'also', 'the', 'cut', 'is', 'way', 'too', 'big', 'i', 'was', 'swimming', 'in', 'this', ',2,0,0', 'general', 'tops', 'blouses'] ['3354,836,27', 'beautiful', 'design', 'very', 'sheer', 'i', 'ran', 'to', 'the', 'store', 'to', 'try', 'to', 'this', 'on', 'after', 'seeing', 'it', 'online', 'i', "'m", 'usually', 'between', 'a', 'small', 'and', 'medium', 'on', 'tops', 'depending', 'on', 'the', 'shirt', 'the', '6', 'fit', 'true', 'to', 'size', 'everything', 'about', 'this', 'shirt', 'fit', 'perfectly', 'and', 'it', 'is', 'beautifully', 'designed', 'but', 'it', 'is', 'just', 'soooo', 'sheer', 'i', 'had', 'a', 'nude', 'bra', 'on', 'and', 'you', 'could', 'see', 'every', 'detail', 'of', 'it', 'through', 'both', 'the', 'front', 'and', 'back', 'i', 'could', "n't", 'wear', 'this', 'comfortably', 'without', 'a', 'cami', 'disappointing', 'as', 'i', 'had', 'the', 'highest', 'hopes', 'for', 'finding', 'a', 'crisp', 'white', 'shirt', 'for', 'the', 'summer', ',3,0,17', 'general', 'petite', 'tops', 'blouses'] ['3355,883,38', ',this', 't-shirt', 'is', 'uniquely', 'designed', 'and', 'it', 'fit', 'well', 'unfortunately', 'within', 'an', 'hour', 'it', 'shed', 'all', 'over', 'i', 'had', 'white', 'fuz', 'all', 'over', 'my', 'arms', 'and', 'pants', 'i', 'was', 'very', 'disappointed.,3,0,0', 'general', 'tops', 'knits'] ['3356,833,39', 'sold', 'out', 'i', 'am', 'writing', 'a', 'review', 'even', 'though', 'this', 'is', 'currently', 'sold', 'out', 'and', 'was', 'just', 'released', 'what', 'i', 'love', 'the', 'fit', 'snug', 'not', 'too', 'tight', 'and', 'xs', 'is', 'true', 'to', 'size', 'in', 'the', 'sense', 'of', 'historically', 'the', 'wasit', 'is', 'cinched', 'in', 'ample', 'room', 'in', 'the', 'chest', 'the', 'fabric', 'is', 'substantial', 'thick', 'and', 'sturdy', 'and', 'not', 'prone', 'to', 'wrinkle', 'based', 'on', 'me', 'having', 'it', 'in', 'the', 'bag', 'in', 'the', 'hot', 'car', 'and', 'no', 'false', 'pleats', 'was', 'created', 'the', 'sleeves', 'are', 'fun', 'and', 'different', 'may', 'be', 'a', 'bit', 'much', 'for', 'some', 'it', 'is', 'in', 'multiple', 'pieces', 'why', 'it', 'flutters', 'so', 'nicely', ',5,1,1', 'general', 'tops', 'blouses'] ['3357,836,39', 'nice', 'shape', 'but', 'thin', 'i', 'have', 'mixed', 'feelings', 'about', 'htis', 'top', 'it', 'is', 'a', 'nice', 'shape', 'and', 'comfortable', 'fits', 'triue', 't', 'o', 'size', 'but', 'hte', 'fabric', 'is', 'thin', 'adn', 'sheer', 'i', 'decided', 'to', 'keep', 'in', 'mind', 'if', 'it', 'goes', 'on', 'sale', 'the', '0', 'fit', 'me', 'perfectly', '115', 'lbs', '3-dd', 'chest', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['3358,860,61', 'nice', 'tunic', 'this', 'fits', 'me', 'more', 'like', 'a', 'tunic', 'so', 'i', 'wear', 'it', 'with', 'jeggings', 'i', 'am', '5', '4', 'and', 'usually', 'a', '10-12', 'petite', 'and', 'the', 's', 'fit', 'well'] ['the', 'arms', 'are', 'stretchy', 'which', 'i', 'like', 'since', 'i', 'have', 'an', 'athletic', 'build', 'love', 'the', 'butterfly', 'pattern', ',5,1,0', 'general', 'tops', 'knits'] ['3359,836,45', 'great', 'blouse', 'with', 'a', 'twist', 'i', 'had', 'to', 'go', 'up', 'one', 'size', 'but', 'i', 'love', 'this', 'blouse', 'dressy', 'enough', 'for', 'work', 'and', 'you', 'can', 'make', 'it', 'casual', 'with', 'jeans', 'tight', 'across', 'the', 'chest', 'but', 'the', 'next', 'size', 'up', 'fit', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3360,860,70', 'inconsistent', 'size', 'between', 'the', 'two', 'colors', 'like', 'others', 'are', 'saying', 'the', 'sleeve', 'and', 'bust', 'are', 'running', 'small', 'i', 'found', 'out', 'that', 'when', 'i', 'was', 'trying', 'the', 'blue', 'color', 'one', 'butterfly', 'however', 'before', 'trying', 'the', 'blue', 'one', 'i', 'tried', 'the', 'neutral', 'color', 'one', 'at', 'my', 'local', 'store', 'in', 'the', 'same', 'size', 's', 'it', 'fit', 'me', 'perfectly', 'no', 'issue', 'with', 'the', 'sleeve', 'and', 'bust', 'i', 'do', "n't", 'understand', 'why', 'they', "'re", 'different', ',4,1,0', 'general', 'tops', 'knits'] ['3361,883,46', 'awesome', 'tee', 'love', 'this', 'tee', 'it', 'has', 'a', 'drapery', 'cut', 'which', 'i', 'love', 'the', 'only', 'thing', 'i', 'found', 'was', 'that', 'it', 'ran', 'a', 'bit', 'smaller.,5,1,1', 'general', 'tops', 'knits'] ['3362,1092,42', 'such', 'a', 'fun', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'super', 'cute', 'and', 'swingy', 'a', 'perfect', 'summer', 'dress', 'dress', 'it', 'up', 'or', 'even', 'for', 'a', 'fun', 'summer', 'afternoon', 'with', 'sandals', 'the', 'fit', 'is', 'great', 'the', 'armholes', 'on', 'the', 'regular', '0', 'were', 'a', 'little', 'big', 'the', '0petite', 'is', 'much', 'better', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3363,883,41', 'my', 'favorite', 'linen', 'tee', 'i', 'love', 'the', 'look', 'of', 'this', 'tee', 'casual', 'but', 'with', 'some', 'interesting', 'details', 'that', 'make', 'it', 'more', 'flattering', 'and', 'wearable', 'than', 'a', 'plain', 'tee', 'i', 'tried', 'on', 'my', 'regular', 'size', 'xs', 'and', 'it', 'was', 'large', 'and', 'frumpy', 'so', 'i', 'was', 'initial', 'disappointed', 'however', 'when', 'it', 'was', 'on', 'promo', 'i', 'decided', 'to', 'try', 'the', 'xxs', 'and', 'it', 'made', 'a', 'huge', 'difference', 'if', 'you', 'size', 'down', 'it', 'is', 'great', 'and', 'looks', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 'ordered', 'the', 'coral', 'and', 'it', 'is', 'a', 'beautiful', 'color', 'the', 'dye', 'seems', 'to', 'be', 'uneven', 'as', 'it', 'is', 'darker', 'in', 'some', 'parts', 'for', 'this', 'reason', 'i', ',4,1,1', 'general', 'tops', 'knits'] ['3364,883,49', 'great', 'top', 'the', 'shirt', 'is', 'a', 'little', 'roomy', 'but', 'so', 'flattering', 'the', 'design', 'with', 'little', 'see', 'through', 'holes', 'across', 'the', 'shirt', 'are', 'unusual', 'and', 'make', 'it', 'unique.,5,1,1', 'general', 'tops', 'knits'] ['3365,1092,20', 'sweet', 'summer', 'dress', 'this', 'is', 'such', 'a', 'fun', 'dress', 'to', 'pull', 'out', 'during', 'the', 'summer', 'it', 'is', 'beautiful', 'and', 'i', 'receive', 'numerous', 'compliments', 'whenever', 'i', 'wear', 'it', 'also', 'it', 'is', 'pretty', 'lightweight', 'so', 'it', 'stays', 'cool', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3366,860,63', 'beautiful', 'design', 'i', 'purchased', 'the', 'tan', 'ish', 'gray', 'colored', 'one', 'in', 'xs', 'it', 'looks', 'a', 'bit', 'mauve', 'in', 'the', 'pictures', 'but', 'is', 'still', 'very', 'beautiful', 'i', 'like', 'the', 'drape', 'of', 'the', 'fabric', 'and', 'the', 'cats', 'on', 'the', 'front', 'the', 'one', 'drawback', 'is', 'that', 'the', 'arms', 'are', 'very', 'snug', 'especially', 'the', 'upper', 'arm', 'and', 'chest', 'i', 'have', 'not', 'worn', 'it', 'yet', 'and', 'am', 'debating', 'whether', 'or', 'not', 'to', 'exchange', 'for', 'the', 'next', 'size', 'up', 'just', 'have', 'to', 'get', 'to', 'my', 'area', 'retailer', 'before', 'they', 'sell', 'out', 'of', 'the', 'size', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['3367,883,32', 'beautiful', 'top', 'runs', 'wide', 'i', 'purchased', 'this', 'top', 'in', 'a', 'size', 's.', 'it', 'is', 'lovely', 'but', 'way', 'too', 'wide', 'i', 'am', '5', '8', 'and', '140', 'lbs', 'so', 'it', "'s", 'unusual', 'for', 'me', 'to', 'have', 'to', 'size', 'down', 'to', 'an', 'xs', 'i', 'am', 'going', 'to', 'see', 'if', 'sizing', 'down', 'helps', 'but', 'i', 'am', 'worried', 'it', 'will', 'still', 'be', 'too', 'wide', 'the', 'fabric', 'seemed', 'of', 'high', 'quality', 'and', 'i', 'loved', 'the', 'faded', 'color', 'so', 'i', 'am', 'going', 'to', 'give', 'it', 'another', 'chance', ',4,1,3', 'general', 'tops', 'knits'] ['3368,883,22', 'want', 'this', 'in', 'every', 'color', 'this', 'is', 'longer', 'than', 'i', 'thought', 'it', 'would', 'be-', 'but', 'again', 'i', "'m", 'petite', 'i', 'ordered', 'the', 'grey', 'and', 'it', "'s", 'more', 'of', 'a', 'grey', 'green', 'color', 'that', 'is', 'absolutely', 'beautiful', 'it', 'is', 'such', 'a', 'cute', 'and', 'easy', 'top', 'to', 'wear', ',5,1,1', 'general', 'tops', 'knits'] ['3369,860,29', 'nice', 'design', 'but', 'loose', 'fit', 'the', 'shirt', 'design', 'is', 'very', 'nice', 'but', 'it', 'fits', 'very', 'loose', 'it', 'will', 'not', 'look', 'good', 'if', 'you', 'are', 'heavier', 'as', 'this', 'shirt', 'will', 'make', 'you', 'look', 'wider', 'because', 'of', 'the', 'baggy', 'fit', 'the', 'sleeves', 'though', 'are', 'fitted', 'and', 'feel', 'a', 'little', 'tight', 'the', 'material', 'of', 'the', 'sleeves', 'also', 'is', 'very', 'itchy', 'and', 'feels', 'like', 'some', 'wool', 'material', ',3,0,1', 'general', 'tops', 'knits'] ['3370,1092,37', 'definitely', 'ivory', 'i', 'saw', 'this', 'dress', 'and', 'was', 'immediately', 'drawn', 'to', 'it', 'the', 'pictures', 'others', 'posted', 'of', 'themselves', 'wearing', 'it', 'just', 'made', 'me', 'want', 'it', 'more', 'i', 'knew', 'the', 'color', 'said', 'ivory', 'when', 'i', 'ordered', 'it', 'but', 'i', 'was', "n't", 'prepared', 'for', 'how', 'yellow', 'it', 'was', 'there', 'is', 'a', 'liner/slip', 'and', 'it', 'was', 'honestly', 'a', 'pale', 'yellow', 'it', 'made', 'the', 'whole', 'thing', 'look', 'dingy', 'i', 'was', 'so', 'disappointed', 'if', 'this', 'dress', 'was', 'white', 'i', 'would', "'ve", 'kept', 'it', 'sadly', 'i', 'had', 'to', 'return', 'i', 'am', '5', '1', 'around', '135', 'lbs', 'and', 'i', 'ordered', 'a', 'petite', '6.', 'i', 'probably', 'could', "'ve", 'gone', 'a', 'petite', '4.', 'very', 'cut', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3371,836,33', ',i', 'bought', 'this', 'top', 'after', 'seeing', 'it', 'featured', 'on', 'a', 'style', 'blog', 'i', 'was', 'really', 'excited', 'to', 'wear', 'it', 'until', 'i', 'realized', 'how', 'see', 'thru', 'it', 'was', 'i', 'had', 'to', 'put', 'a', 'cami', 'underneath', 'which', 'detracted', 'from', 'the', 'beauty', 'of', 'the', 'top', 'even', 'my', 'flesh', 'toned', 'bra', 'showed', 'thru', 'so', 'i', 'sadly', 'had', 'to', 'return', 'it.,4,0,3', 'general', 'petite', 'tops', 'blouses'] ['3372,883,26', 'white', 'lattice', 't', 'this', 'shirt', 'is', 'so', 'cute', 'with', 'the', 'cutout', 'stripes', 'and', 'it', 'goes', 'with', 'everything', 'it', "'s", 'easy', 'to', 'wear', 'and', 'true', 'to', 'size', 'you', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'the', 'fabric', 'is', 'soft', 'but', 'also', 'light', 'weight', 'i', 'am', 'so', 'happy', 'to', 'own', 'this', 'classic', 'piece.,5,1,0', 'general', 'tops', 'knits'] ['3373,883,46', ',super', 'cute', 'top', 'thin', 'would', 'look', 'great', 'layered', 'not', 'crazy', 'how', 'it', 'looked', 'by', 'itself', ',3,1,2', 'general', 'tops', 'knits'] ['3374,836,38', 'feminie', 'and', 'structured', 'i', 'love', 'this', 'blouse', 'it', 'is', 'perfect', 'for', 'a', 'curvy', 'figure', 'i', 'think', 'it', 'runs', 'true', 'to', 'size', 'maybe', 'size', 'up', 'if', 'you', 'have', 'a', 'larger', 'chest', 'i', 'love', 'how', 'it', 'is', 'so', 'feminine', 'yet', 'structured', 'the', 'fabric', 'is', 'lovely', 'soft', 'and', 'structured', 'all', 'at', 'once', 'love', 'the', 'knot', 'i', 'tried', 'it', 'with', 'the', 'stevie', 'ankle', 'jean', 'and', 'could', "n't", 'leave', 'the', 'store', 'without', 'it', 'it', 'is', 'pricey', 'but', 'sometimes', 'its', 'okay', 'to', 'pay', 'for', 'a', 'perfect', 'fit', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['3375,883,26', 'design', 'fix', 'for', 'the', 'price', 'of', 'this', 'tee', 'the', 'beautiful', 'front', 'lattice', 'work', 'should', 'have', 'been', 'extended', 'onto', 'the', 'back', 'would', 'have', 'been', 'a', 'classier', 'more', 'finished', 'looking', 'garment', 'if', 'the', 'cost', 'is', 'not', 'an', 'issue', 'then', 'this', 'tee', 'makes', 'a', 'nice', 'neutral', 'addition', 'to', 'a', 'neat', 'but', 'casual', 'summer', 'look', ',3,1,11', 'general', 'tops', 'knits'] ['3376,984,39', 'oversized', 'and', 'does', 'not', 'drape', 'well', 'i', 'was', 'really', 'excited', 'for', 'this', 'jacket', 'to', 'arrive', 'but', 'it', "'s", 'going', 'back', 'because', 'the', 'fabric', 'is', 'coated', 'it', 'does', 'not', 'drape', 'or', 'hang', 'nicely', 'at', 'all', 'i', 'expected', 'it', 'to', 'be', 'boxy', 'but', 'it', 'sticks', 'out', 'so', 'oddly', 'in', 'every', 'direction', 'that', 'it', 'looks', 'horrible', 'i', "'m", 'usually', 'an', 'xs', 'and', 'ordered', 'an', 'xs', 'and', 'it', 'looks', 'ridiculous', 'on', 'me', ',1,0,1', 'general', 'jackets', 'jackets'] ['3377,1092,42', 'good', 'quality', 'but', 'seemed', 'large', 'for', 'size', 'good', 'weight', 'and', 'texture', 'to', 'the', 'dress', 'but', 'looked', 'to', 'tent-like', 'for', 'me', 'even', 'taking', 'it', 'out', 'of', 'the', 'package', 'my', 'first', 'thought', 'was', 'is', 'this', 'size', 'mislabeled', 'i', 'got', 'a', '0', 'but', 'could', 'probably', 'have', 'done', 'better', 'with', '00', 'if', 'those', 'were', 'in', 'stock', 'or', 'if', 'petite', 'sizes', 'were', 'still', 'available', 'returning', 'but', 'wish', 'i', 'could', 'keep', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3378,883,56', 'lace', 'inset', 'is', 'see', 'through-runs', 'large-loved', 'mauve', 'i', 'loved', 'the', 'mauve', 'color', 'i', 'loved', 'the', 'idea', 'of', 'the', 'heathered', 'fabric', 'and', 'lace', 'insets', 'but', 'the', 'linen', 'was', 'rough', 'and', 'scratchy', 'my', 'regular', 'size', 'was', 'boxy', 'and', 'a', 'little', 'too', 'short'] [] ['size', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'for', 'retailer', 'brands', 'i', "'m", '5', '4', 'tall', 'approx', '135', 'lbs', '35-29-36', '34d', 'long', 'torso'] [] ['fit', 'i', 'was', 'swimming', 'in', 'size', 'small', 'the', 'cut', 'was', 'boxy', 'and', 'unflattering', 'on', 'me', 'very', 'wide', 'through', 'the', 'chest', 'it', 'kind', 'of', 'hung', 'on', 'me', 'the', 'length', 'was', 'a', 'bit', 'short', 'for', 'my', 'liking'] [] ['if', 'i', 'were', 'to', 'size', 'down', 'i', 'would', 'b', ',4,1,57', 'general', 'tops', 'knits'] ['3379,860,46', 'lovely', 'top', 'i', 'love', 'this', 'top', 'the', 'arms', 'fit', 'slender', 'but', 'the', 'rest', 'of', 'the', 'top', 'is', 'a', 'nice', 'loose', 'fit', 'i', 'love', 'the', 'navy', 'blue', 'one', 'with', 'the', 'print', 'i', 'normally', 'don', '39', 't', 'like', 'long', 'tunics', 'but', 'it', '39', 's', 'so', 'flattering', 'even', 'for', 'my', 'short', 'frame', 'i', '39', 'm', 'usually', 'a', 'medium', 'on', 'top', 'and', 'bought', 'the', 'medium', 'which', 'was', 'perfect', ',5,1,0', 'general', 'tops', 'knits'] ['3380,883,34', 'classy', 'and', 'cute', 'a', 'classy', 't-shirt', 'can', 'go', 'from', 'work', 'to', 'casual'] ['the', 'gray', 'and', 'mauve', 'were', 'both', 'drab', 'in', 'color', 'and', 'hard', 'to', 'pair', 'with', 'neutral', 'dress', 'pants'] ['i', 'chose', 'the', 'white', 'it', 'definitely', 'runs', 'large', 'so', 'size', 'down', 'i.e', 'wear', 'm/l', 'chose', 's'] ['the', 'fabric', 'is', 'linen', 'very', 'itch', 'so', 'tank', 'is', 'probably', 'needed', 'underneath'] ['flattering', 'fit', 'for', 'curvy', 'figure', ',4,1,0', 'general', 'tops', 'knits'] ['3381,883,34', 'nice', 'spin', 'on', 'a', 'classic', 'tee', 'comfy', 'gauzy', 'tee', 'that', 'has', 'lovely', 'lace', 'detailing', 'the', 'white', 'is', 'totally', 'see', 'through', 'just', 'fyi', 'i', 'do', "n't", 'think', 'it', "'s", 'the', 'best', 'quality', 'but', 'totally', 'worth', 'the', 'sale', 'price', 'i', 'got', 'the', 'm', 'and', 'it', "'s", 'loose', 'and', 'flowy', 'in', 'a', 'good', 'way', ',4,1,0', 'general', 'tops', 'knits'] ['3382,836,43', 'cute', 'top', 'but', 'not', 'for', 'the', 'price', 'the', 'top', 'is', 'really', 'cute', 'but', 'it', "'s", 'see', 'through', 'and', 'the', 'material', 'does', "n't", 'seem', 'like', 'the', 'highest', 'quality', 'definitely', 'not', 'worth', 'the', 'price', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['3383,860,39', 'this', 'is', 'a', 'pretty', 'top', 'but', 'the', 'arm', 'sleeves', 'are', 'scratchy', 'i', 'have', 'sensitive', 'skin', 'and', 'had', 'to', 'return', 'it', 'because', 'of', 'this', 'otherwise', 'it', 'would', 'have', 'been', 'a', 'keeper', ',3,1,0', 'general', 'tops', 'knits'] ['3384,836,33', 'small', 'and', 'see-through', 'i', 'purchased', 'this', 'shirt', 'online', 'i', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'work', 'but', 'when', 'i', 'tried', 'it', 'on', 'i', 'could', "n't", 'even', 'button', 'half', 'the', 'buttons', 'it', 'is', 'also', 'extremely', 'see-through', 'and', 'even', 'a', 'nude', 'or', 'white', 'cami', 'underneath', 'would', 'look', 'really', 'odd', 'need', 'to', 'return', 'unfortunately', 'if', 'the', 'top', 'came', 'in', 'other', 'colors', 'i', 'would', 'return', 'for', 'a', 'larger', 'size', 'but', 'i', 'ca', "n't", 'deal', 'with', 'see-through', 'work', 'tops', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['3385,1092,33', 'extremely', 'well', 'made', 'the', 'detail', 'and', 'overall', 'quality', 'of', 'the', 'fabric', 'is', 'incredible', 'i', 'normally', 'avoid', 'swing', 'dresses', 'but', 'this', 'is', 'a', 'flattering', 'dress', 'i', 'typically', 'wear', 'between', 'sizes', '2-6', 'depending', 'on', 'designer', 'and', 'a', '6', 'fit', 'me', 'perfectly', 'i', "'m", 'extremely', 'happy', 'that', 'i', 'purchased', 'it', 'and', 'received', 'compliments', 'as', 'soon', 'as', 'i', 'wore', 'it', 'out', 'i', "'m", 'also', 'tall', 'so', 'i', 'have', 'to', 'be', 'concerned', 'with', 'length', 'of', 'dresses', 'and', 'this', 'falls', 'perfectly', 'right', 'at', 'the', 'top', 'of', 'the', 'knee', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3386,986,34', 'super-thin', 'fabric', 'but', 'really', 'pretty', 'the', 'fabric', 'is', 'so', 'thin', 'i', 'think', 'this', 'entire', 'garment', 'might', 'actually', 'fit', 'in', 'a', 'normal-sized', 'letter', 'envelope', 'the', 'problem', 'is', 'not', 'going', 'to', 'be', 'that', 'the', 'garment', 'is', 'see-through', 'which', 'it', 'is', 'it', "'s", 'the', 'fact', 'that', 'the', 'super', 'thin', 'fabric', 'is', 'not', 'silky', 'it', "'s", 'cotton-ey', 'and', 'i', 'suspect', 'it', 'will', 'get', 'stuck', 'against', 'the', 'back', 'of', 'my', 'shirt/pants', 'while', 'i', "'m", 'wearing', 'it', 'and', 'not', 'drape', 'nicely', 'i', 'wonder', 'if', 'some', 'tiny', 'weights', 'could', 'be', 'sewn', 'to', 'the', 'bottom', 'hem', 'to', 'keep', 'it', 'laying', 'properly'] [] ['however', 'i', "'m", 'such', 'a', 'sucker', 'for', 'a', 'pre', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['3387,854,51', 'lovely', 'the', 'embroidery', 'across', 'the', 'top', 'is', 'quite', 'lovely', 'the', 'softness', 'and', 'light', 'weighted', 'fabric', 'was', 'ideal', 'for', 'the', 'summer', 'months', 'making', 'this', 'purchase', 'on', 'sale', 'was', 'such', 'a', 'bonus', ',5,1,0', 'general', 'tops', 'knits'] ['3388,860,22', 'like', 'wearing', 'art', 'this', 'is', 'absolutely', 'beautiful', 'the', 'picture', 'online', 'does', "n't", 'do', 'it', 'justice', 'i', 'slipped', 'this', 'on', 'with', 'skinny', 'jeans', 'in', 'the', 'store', 'and', 'was', 'hooked', 'instantly', 'fit', 'was', 'a', 'little', 'large', 'i', 'would', 'have', 'tried', 'a', 'petite', 'but', 'this', 'shirt', 'does', "n't", 'come', 'in', 'petite', 'sizes', 'love', 'this', ',5,1,2', 'general', 'tops', 'knits'] ['3389,860,38', 'pretty', 'but', 'too', 'long', 'on', 'my', 'short', 'torso', 'this', 'is', 'a', 'very', 'pretty', 'blouse', 'and', 'i', 'like', 'the', 'mix', 'of', 'fabrics', 'i', 'bought', 'this', 'in', 'my', 'usual', 'size', 'and', 'it', 'fit', 'nicely', 'except', 'for', 'the', 'fact', 'it', 'is', 'much', 'too', 'long', 'i', 'have', 'a', 'short', 'torso', 'and', 'all', 'this', 'does', 'it', 'just', 'cling', 'and', 'sit', 'on', 'my', 'butt', 'perhaps', 'this', 'would', 'work', 'very', 'nicely', 'on', 'someone', 'that', 'was', 'athletic', 'or', 'tall', 'and', 'slender', 'sad', 'to', 'say', 'i', 'had', 'to', 'return', 'this', 'because', 'of', 'the', 'length', ',4,1,0', 'general', 'tops', 'knits'] ['3390,833,38', 'gorgeous', 'blouse', 'runs', 'small', 'i', "'m", 'a', 'size', 'xl', 'so', 'my', 'review', 'might', 'not', 'apply', 'to', 'all', 'people', 'i', 'purchase', 'my', 'retailer', 'tops', 'in', 'size', 'xl', 'and', 'sometimes', 'they', 'fit', 'great', 'and', 'sometimes', 'they', 'do', "n't", 'when', 'i', 'put', 'this', 'top', 'on', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'an', 'open', 'cardigan', 'nowhere', 'near', 'buttoning', 'i', 'have', 'some', 'sewing', 'experience', 'so', 'i', 'removed', 'all', '4', 'box', 'pleats', 'which', 'gave', 'me', 'an', 'additional', '8', 'inches', 'of', 'fabric', 'after', 'doing', 'this', 'i', 'was', 'able', 'to', 'easily', 'button', 'up', 'the', 'blouse', 'and', 'have', 'it', 'lay', 'nicely', 'but', 'i', 'literally', 'needed', 'that', 'extra', '8', 'inches', 'of', 'fabric', 'in', 'the', 'mid', ',4,1,2', 'general', 'tops', 'blouses'] ['3391,836,24', 'perfect', 'white', 'blouse', 'i', 'tried', 'this', 'top', 'on', 'in', 'the', 'store', 'before', 'i', 'ordered', 'it', 'online', 'i', "'m", 'a', 'size', '2/4', 'varies', 'and', 'i', 'ordered', 'it', 'in', 'a', 'size', '2.', 'i', "'ve", 'been', 'searching', 'the', 'perfect', 'fitted', 'white', 'button-down', 'blouse', 'for', 'weeks', 'and', 'i', 'love', 'this', 'top', 'it', "'s", 'figure', 'flattering', 'true', 'to', 'size', 'and', 'a', 'cute', 'classy', 'alternative', 'to', 'your', 'basic', 'white', 'button', 'down', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3392,836,62', 'size', 'up', 'if', 'you', "'re", 'busty', 'i', "'ve", 'been', 'looking', 'for', 'a', 'great', 'white', 'blouse', 'for', 'awhile', 'and', 'this', 'is', 'it', 'the', 'tie', 'waist', 'is', 'especially', 'flattering', 'for', 'hourglass', 'figures', 'but', 'i', "'m", 'sure', 'it', 'would', 'add', 'some', 'curves', 'to', 'any', 'body', 'type', 'the', 'fabric', 'is', 'soft', 'not', 'crisp', 'and', 'drapes', 'beautifully', 'you', 'definitely', 'will', 'be', 'doing', 'some', 'ironing', 'though', 'it', "'s", 'a', 'bit', 'sheer', 'but', 'i', 'always', 'wear', 'nude', 'bras', 'and', 'felt', 'no', 'need', 'for', 'a', 'cami', 'i', 'did', 'buy', 'the', 'regular', 'rather', 'than', 'petite', 'sizing', 'and', 'usually', 'wear', 'a', '0', 'or', '2', 'but', 'had', 'to', 'size', 'up', 'to', 'a', '4', 'regular', 'to', 'avoid', 'gaping', 'in', 'f', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3393,860,55', 'love', 'the', 'design', 'although', 'the', 'blouse', 'is', 'pretty', 'it', 'did', 'not', 'fit', 'me', 'well', 'i', 'downsized', 'two', 'sizes', 'and', 'it', 'still', 'did', "n't", 'hang', 'well', 'on', 'my', 'body', 'i', 'think', 'it', 'looks', 'great', 'on', 'the', 'model', 'and', 'would', 'probably', 'look', 'better', 'on', 'a', 'thinner', 'person', 'i', 'am', 'disappointed', 'it', 'did', 'not', 'work', 'out', 'and', 'i', 'will', 'be', 'returning', 'it.,3,0,0', 'general', 'tops', 'knits'] ['3394,860,46', 'not', 'flatteuing', 'while', 'these', 'seem', 'like', 'interesting', 'designs', 'which', 'i', 'applaud', 'the', 'execution', 'in', 'the', 'design', 'of', 'the', 'fabric', 'is', 'not', 'appealing.,3,0,1', 'general', 'tops', 'knits'] ['3395,1092,35', 'adorable', 'i', 'ran', 'into', 'retailer', 'to', 'actually', 'return', 'a', 'dress', 'and', 'saw', 'this', 'hanging', 'in', 'the', 'petite', 'section', 'and', 'had', 'to', 'try', 'it', 'at', 'almost', '5', '4', 'i', 'can', 'sometimes', 'go', 'between', 'regular', 'and', 'petite', 'sizing', 'and', 'thankfully', 'i', 'could', 'grab', 'the', 'petite', 'with', 'this', 'dress', 'they', 'did', "n't", 'have', 'the', 'regular', 'size', 'it', "'s", 'airy', 'and', 'summery', 'i', 'love', 'the', 'design', 'of', 'the', 'swing', 'it', "'s", 'loose', 'but', 'not', 'tent', 'like', 'the', 'length', 'came', 'to', 'about', '3', 'inches', 'above', 'my', 'knee', 'it', "'s", 'not', 'see', 'though', 'at', 'all', 'i', 'had', 'black', 'bottoms', 'on', 'and', 'you', 'could', "n't", 'see', 'them', 'another', 'plus', 'it', 'tha', ',5,1,45', 'general', 'petite', 'dresses', 'dresses'] ['3396,867,56', 'amazing', 'as', 'previous', 'reviews', 'have', 'stated', 'this', 'blouse', 'is', 'see', 'through', 'but', 'it', 'is', 'amazing', 'very', 'rich', 'quality', 'and', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'it', 'is', 'well', 'worth', 'the', 'price', 'now', 'that', 'it', 'is', 'on', 'sale', ',4,1,0', 'general', 'tops', 'knits'] ['3397,883,44', 'not', 'too', 'bad', 'i', 'purchased', 'the', 'grey', 'in', 'a', 'medium', 'i', 'normally', 'wear', 'an', '8', 'or', '10', 'in', 'tops', '36', 'c', 'i', 'found', 'it', 'to', 'fit', 'quite', 'well', 'but', 'it', 'has', 'the', 'shape', 'that', 'seems', 'common', 'at', 'retailer', 'lately', 'in', 'that', 'it', 'is', 'shorter', 'and', 'more', 'boxy', 'so', 'if', 'you', 'have', 'a', 'longer', 'torso', 'like', 'me', 'you', 'may', 'not', 'be', 'the', 'happiest', 'i', 'loved', 'the', 'lace', 'and', 'did', "n't", 'have', 'an', 'issue', 'with', 'that', 'area', 'being', 'sheer', 'but', 'the', 'non-lace', 'part', 'is', 'very', 'thin', 'i', 'did', 'try', 'it', 'on', 'with', 'a', 'black', 'bra', 'and', 'it', 'was', 'obvious', 'i', 'was', 'wearing', 'black', 'all', 'around', 'you', 'could', 'even', 'see', 'the', 'width', 'of', 'th', ',3,0,5', 'general', 'tops', 'knits'] ['3398,836,68', 'not', 'your', 'normal', 'white', 'shirt', 'this', 'top', 'has', 'great', 'lines', 'and', 'has', 'a', 'very', 'flattering', 'fit.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['3399,836,54', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3400,836,44', 'great', 'design-', 'beware', 'the', 'thin', 'material', 'fun', 'take', 'on', 'the', 'white', 'shirt-', 'it', 'is', 'flattering', 'and', 'fun', 'and', 'yes-', 'very', 'soft', 'material', 'so', 'comfy'] ['but', 'as', 'others', 'have', 'stated', 'the', 'material', 'is', 'very', 'thin', 'so', 'your', 'full', 'bra', 'outline', 'will', 'show-', 'or', 'you', 'throw', 'on', 'a', 'cami', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['3401,984,29', 'very', 'cute', 'jacket', 'love', 'the', 'swing-style', 'boxy', 'fit', 'versatile', 'works', 'well', 'over', 'jeans', 'or', 'any', 'pants', 'and', 'top', 'like', 'the', 'coated', 'linen', 'or', 'cotton', 'look', 'serves', 'much', 'the', 'same', 'purpose', 'as', 'any', 'light', 'weight', 'or', 'denim', 'jacket', 'good', 'to', 'wear', 'over', 'a', 'top', 'to', 'complete', 'an', 'outfit', 'or', 'as', 'an', 'extra', 'thin', 'layer', 'but', 'not', 'a', 'substantial', 'outdoor', 'jacket', 'really', 'quite', 'cute', 'fairly', 'tts', 'but', 'if', 'between', 'sizes', 'size', 'down', ',4,1,11', 'general', 'jackets', 'jackets'] ['3402,867,48', 'not', 'as', 'expected', 'the', 'top', 'was', 'very', 'small', 'i', 'am', 'usually', 'a', 'size', 'small', 'but', 'this', 'was', 'tight', 'around', 'the', 'top', 'arm', 'holes', 'and', 'it', 'was', 'short', 'also', 'i', 'did', "n't", 'notice', 'if', 'it', 'said', 'it', 'was', 'sheer', 'see', 'through', 'in', 'the', 'description', 'but', 'it', 'definitely', 'requires', 'another', 'shirt', 'underneath', ',2,0,0', 'general', 'tops', 'knits'] ['3403,984,49', 'versatile', 'i', "'ve", 'had', 'this', 'jacket', 'for', 'a', 'few', 'weeks', 'and', 'it', 'has', 'been', 'a', 'terrific', 'transition', 'piece', 'for', 'the', 'spring', 'this', 'is', 'a', 'lightweight', 'layering', 'piece', 'without', 'any', 'lining', 'it', 'works', 'well', 'as', 'a', 'topper', 'for', 'cooler', 'morning', 'temps', 'and', 'you', 'can', 'still', 'wear', 'it', 'later', 'in', 'the', 'day', 'without', 'perspiring', 'through', 'it', 'i', 'bought', 'it', 'in', 'the', 'olive', 'color', 'which', 'works', 'with', 'just', 'about', 'everything', 'and', 'the', 'xs', 'was', 'tts', 'for', 'reference-5', '4,116', 'lbs.', 'the', 'fit', 'is', 'slightly', 'boxy', 'with', 'a', 'nice', 'swing', 'and', 'drape', 'in', 'the', 'back', 'for', 'those', 'concerned', 'about', 'the', 'back', ',5,1,3', 'general', 'jackets', 'jackets'] ['3404,836,47', 'pros', 'cons', 'i', 'am', '5', '8', '145', 'pounds', 'with', 'a', '32', 'ddd', 'bust', 'i', 'typically', 'purchase', 'a', 'small', 'or', 'a', '4', 'to', '6', 'in', 'blouses', 'this', 'blouse', 'was', 'small', 'across', 'the', 'chest', 'and', 'therefore', 'i', 'purchased', 'a', 'size', '8.', 'it', 'is', 'a', 'nice', 'fit', 'however', 'the', 'button', 'placement', 'on', 'the', 'blouse', 'does', 'not', 'work', 'well', 'for', 'someone', 'who', 'is', 'chesty', 'one', 'button', 'is', 'placed', 'slightly', 'above', 'bust', 'line', 'and', 'the', 'other', 'slightly', 'below', 'this', 'causes', 'a', 'peek-a-boo', 'space', 'between', 'buttons', 'therefore', 'i', 'wear', 'a', 'bright', 'white', 'tank', 'top', 'beneath', 'the', 'blouse', 'and', 'wear', 'the', 'blouse', 'unbuttoned', 'to', 'j', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['3405,860,39', 'love', 'it', 'so', 'much', 'i', 'got', 'both', 'i', 'loved', 'the', 'print', 'on', 'both', 'but', 'first', 'bought', 'the', 'blue', 'to', 'check', 'out', 'the', 'fit', 'and', 'feel', 'i', 'went', 'ahead', 'and', 'ordered', 'the', 'cat', 'one', 'today', 'the', 'fit', 'is', 'relaxed', 'and', 'slightly', 'oversized', 'so', 'if', 'you', 'want', 'a', 'slimmer', 'or', 'less', 'boxy', 'fit', 'size', 'down', 'for', 'myself', 'm', 'was', 'perfect', 'since', 'i', "'m", 'built', 'larger', 'and', 'broader', 'on', 'top', 'the', 'top', 'is', 'a', 'bit', 'long', 'covers', 'my', 'hips', 'and', 'some', 'of', 'my', 'bottom', 'it', "'s", 'a', 'mixed', 'fabric', 'design', 'so', 'the', 'linen', 'part', 'may', 'feel', 'scratchy', 'to', 'sensitive', 'types', ',5,1,0', 'general', 'tops', 'knits'] ['3406,1092,39', 'cutesy', 'cute', 'and', 'perhaps', 'a', 'little', 'too', 'innocent', 'for', 'my', 'age', 'because', 'the', 'petite', 'was', 'too', 'high', 'and', 'wide', 'on', 'me', 'fits', 'great', 'on', 'my', 'shoulders/chest', 'and', 'the', 'flare', 'can', 'be', 'controlled', 'with', 'a', 'layer', 'and', 'belt', 'i', 'already', 'have', 'a', 'few', 'ivory', 'lace', 'dresses', 'that', 'look', 'age', 'appropriate', 'first', 'try', 'i', 'do', "n't", 'think', 'i', 'have', 'the', 'right', 'personality', 'for', 'this', 'one', 'looks', 'great', 'on', 'everyone', 'else', 'i', "'ve", 'seen', 'wearing', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3407,883,65', 'the', 'label', 'says', '100', 'linen', 'but', 'it', "'s", 'so', 'silky', 'and', 'drapey', 'that', 'it', 'feels', 'like', 'silk', 'and', 'linen', 'it', "'s", 'not', 'a', 'scratchy', 'linen', 'at', 'all', 'it', "'s", 'a', 'very', 'very', 'fine', 'knit', 'but', 'the', 'top', 'is', 'not', 'sheer', 'i', 'do', 'not', 'think', 'you', 'need', 'a', 'cami', 'under', 'it'] [] ['i', 'bought', 'the', 'xl', 'and', 'the', 'fit', 'is', 'just', 'as', 'shown', 'it', 'has', 'a', 'slight', 'drape', 'but', 'it', "'s", 'not', 'really', 'baggy', 'at', 'all', 'i', 'bought', 'the', 'grey', 'and', 'it', 'looks', 'lighter', 'on-line', 'that', 'it', 'really', 'is', 'it', "'s", 'a', 'bit', 'darker', 'and', 'has', 'a', 'silver', 'essence', 'also', 'i', 'liked', 'this', 'so', 'much', 'i', 'just', 'bought', 'another', 'one', 'in', 'mauve', ',5,1,20', 'general', 'tops', 'knits'] ['3408,867,58', 'this', 'top', 'is', 'so', 'cute', 'saw', 'this', 'top', 'in', 'store', 'months', 'ago', 'but', 'could', "n't", 'justify', 'paying', 'full', 'price', 'when', 'i', 'saw', 'it', 'on', 'sale', 'i', 'had', 'to', 'get', 'it', 'it', "'s", 'flattering', 'on', 'both', 'me', 'and', 'my', 'mom', 'and', 'we', 'wear', 'xs', 'and', 'l', 'good', 'for', 'a', 'lot', 'of', 'body', 'types', 'since', 'the', 'fit', 'is', 'more', 'loose', 'the', 'top', 'is', 'more', 'sheer', 'than', 'pictured', 'but', 'it', 'should', 'be', 'fine', 'with', 'a', 'tank', 'underneath', 'i', 'plan', 'on', 'wearing', 'it', 'when', 'going', 'out', 'with', 'friends', ',4,1,0', 'general', 'tops', 'knits'] ['3409,883,35', 'nice', 'for', 'summer', 'love', 'the', 'lattice', 'inserts', 'makes', 'it', 'feel', 'like', 'you', 'have', 'ventilation', 'which', 'is', 'nice', 'on', 'a', 'hot', 'summer', 'day', 'i', 'purchased', 'this', 'in', 'grey', 'and', 'in', 'xs', 'i', 'normally', 'wear', 'm', 'for', 'a', 'looser', 'fit', 's', 'for', 'a', 'more', 'fitted', 'look', 'so', 'i', 'was', 'really', 'surprised', 'that', 'an', 'xs', 'worked', 'for', 'me', 'and', 'was', 'fitted', 'i', 'have', "n't", 'worn', 'it', 'since', 'i', 'washed', 'it', 'though', 'decided', 'to', 'buy', 'the', 'white', 'but', 'in', 'a', 'small', 'pretty', 'but', 'very', 'see', 'thru', 'will', 'need', 'to', 'wear', 'a', 'shirt', 'underneath', 'a', 'little', 'bummed', 'because', 'i', 'liked', 'the', 'breeze', 'one', 'other', 'comment', 'this', 'shirt', 'is', 'long', 'wh', ',4,1,1', 'general', 'tops', 'knits'] ['3410,841,34', 'beautiful', 'flowy', 'top', 'this', 'is', 'a', 'fantastic', 'top', 'to', 'wear', 'with', 'the', 'paige', 'high', 'wasted', 'flair', 'jeans', 'love', 'it,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['3411,860,55', ',love', 'the', 'the', 'pattern', 'on', 'these', 'tops', 'i', 'got', 'the', 'grey', 'and', 'got', 'a', 'ton', 'of', 'compliments', 'on', 'it', 'the', 'fabric', 'is', 'a', 'great', 'weight', 'for', 'fall', 'it', 'does', 'fit', 'on', 'the', 'larger', 'side', 'so', 'i', 'would', 'definitely', 'size', 'down', 'i', 'got', 'the', 'xs', 'and', 'wish', 'xxs', 'had', 'been', 'available.,4,1,0', 'general', 'tops', 'knits'] ['3412,867,32', ',as', 'all', 'the', 'reviews', 'say', 'it', 'is', 'completely', 'sheer', 'it', "'s", 'a', 'very', 'cute', 'top', 'other', 'than', 'that.,4,1,0', 'general', 'tops', 'knits'] ['3413,836,42', 'soft', 'pretty', 'i', 'was', "n't", 'sure', 'about', 'this', 'top', 'online', 'in', 'the', 'picture', 'it', 'sort', 'of', 'looks', 'like', 'it', 'juts', 'out', 'after', 'the', 'tie', 'but', 'the', 'reviews', 'said', 'it', 'was', 'really', 'soft', 'and', 'flattering', 'on', 'i', 'was', "n't", 'sure', 'exactly', 'how', 'the', 'sizing', 'translated', 'numbers', 'vs', 'letters', 'so', 'i', 'ventured', 'into', 'the', 'store', 'i', 'am', 'normally', 'either', 'an', 'xxs', 'or', 'xs', 'in', 'most', 'retailer', 'tops', 'i', 'went', 'with', 'size', '2.', 'i', 'think', 'i', 'would', 'have', 'been', 'ok', 'in', 'the', '0', 'but', 'it', 'might', 'have', 'gotten', 'a', 'bit', 'snug', 'in', 'the', 'shoulder', 'area', 'sizing', 'down', 'and', 'with', 'the', 'front', 'tie', 'it', 'can', 'be', 'cinched', 'in', 'to', 'create', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['3414,860,26', 'nice', 'tunic', 'i', 'like', 'this', 'tunic', 'it', 'is', 'quite', 'long', 'and', 'print', 'in', 'blue', 'looks', 'good', 'with', 'the', 'butterflies', 'it', 'feels', 'very', 'hot', 'though', 'maybe', 'better', 'for', 'winter', 'the', 'sleeves', 'are', 'linen', 'i', 'usually', 'do', "n't", 'like', 'linen', 'much', 'it', 'feels', 'scratchy', 'this', 'top', 'works', 'better', 'in', 'colder', 'weather', 'due', 'to', 'the', 'sleeves', 'and', 'length', 'of', 'top', 'more', 'like', 'a', 'tunic', 'i', 'recommend', 'it', 'but', 'am', 'sending', 'it', 'back', 'because', 'i', 'need', 'something', 'for', 'summer', ',4,1,8', 'general', 'tops', 'knits'] ['3415,860,23', 'gorgeous', 'tunic', 'this', 'top', 'caught', 'my', 'eye', 'in', 'the', 'store', 'due', 'to', 'the', 'beautiful', 'print', 'and', 'lovely', 'fabric', 'the', 'photo', 'really', 'does', "n't", 'do', 'it', 'justice', 'i', 'happened', 'to', 'have', 'on', 'a', 'pencil', 'skirt', 'when', 'i', 'tried', 'it', 'on', 'and', 'the', 'top', 'looked', 'great', 'with', 'my', 'skirt', 'though', 'i', 'will', 'probably', 'wear', 'it', 'more', 'often', 'with', 'jeans', 'or', 'pants', 'it', "'s", 'a', 'stunner', ',5,1,0', 'general', 'tops', 'knits'] ['3416,1056,62', 'the', 'petites', 'fit', 'perfect', 'these', 'are', 'so', 'comfortable', 'i', 'will', 'get', 'much', 'us', 'out', 'of', 'them', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3417,1056,24', 'cute', 'capris', 'fit', 'great', 'i', 'bought', 'the', 'size', '27', 'in', 'these', 'i', "'m", 'usually', 'a', '27', 'or', '28', 'measurements', '27-38', 'and', 'they', 'fit', 'perfectly', 'i', "'m", 'more', 'of', 'a', 'pear', 'shape', 'and', 'they', "'re", 'very', 'flattering', 'the', 'moss', 'color', 'is', 'lovely', 'and', 'will', 'go', 'with', 'a', 'lot', 'and', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3418,1056,40', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3419,1094,41', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'ordered', 'online', 'and', 'what', 'you', 'can', 'not', 'see', 'in', 'the', 'picture', 'if', 'the', 'pleating', 'on', 'the', 'dress', 'i', 'ordered', 'a', 'medium', 'i', 'am', 'usually', 'a', 'large', 'in', 'retailer', 'and', 'the', 'medium', 'looked', 'like', 'a', 'tent', 'i', 'realize', 'this', 'should', 'be', 'loose', 'fitting', 'but', 'it', 'was', 'huge', ',2,0,6', 'general', 'dresses', 'dresses'] ['3420,939,51', 'love', 'love', 'love', 'just', 'as', 'beautiful', 'as', 'in', 'the', 'picture', 'it', 'is', 'warm', 'and', 'the', 'best', 'part', 'is', 'that', 'it', 'is', 'not', 'itchy', 'love', 'it', 'and', 'can', 'not', 'wait', 'to', 'wear', 'it', 'as', 'the', 'weather', 'changes.,5,1,0', 'general', 'tops', 'sweaters'] ['3421,1056,40', 'great', 'pant', 'in', 'petite', 'size', 'i', 'just', 'got', 'a', 'pair', 'of', 'these', 'in', 'petite', '28.', 'and', 'really', 'like', 'them', 'i', 'am', 'short', 'though', 'so', 'even', 'the', 'petite', 'length', 'is', 'too', 'long', 'for', 'me-', 'i', 'wish', 'it', 'was', 'the', 'height', 'of', 'the', 'cuff', 'shorter', 'than', 'it', 'is', 'so', 'i', 'end', 'up', 'folding', 'the', 'cuff', 'up', 'it', 'still', 'looks', 'cute', 'though', 'the', 'stitching', 'details', 'are', 'nice', 'and', 'quality', 'seems', 'good', 'hoping', 'they', 'hold', 'up', 'the', 'fabric', 'seems', 'durable', 'if', 'not', 'a', 'little', 'too', 'thick', 'for', 'hot', 'summer', 'weather', 'but', 'great', 'for', 'indoor', 'a/c', 'office', 'temperatures', 'i', 'am', 'not', 'going', 'to', 'buy', 'another', 'pair', 'at', 'full', 'price', 'but', 'would', 'c,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3422,939,58', 'wanted', 'to', 'like', 'this', 'the', 'craftmanship', 'material', 'not', 'itchy', 'at', 'all', 'to', 'me', 'are', 'exquisite', 'for', 'this', 'unique', 'sweater/coat', 'but', 'the', 'shape', 'is', 'not', 'for', 'me', 'i', 'have', 'a', 'slender', 'build', '5', '8', '130', 'lbs', '34', 'b', 'chest', 'i', 'oredered', 'my', 'usual', 'sm', 'which', 'fit', 'and', 'the', 'silouette', 'of', 'this', 'piece', 'looked', 'ridiculous', 'on', 'me', 'when', 'buttoned', 'the', 'top', 'half', 'was', 'nicely', 'fitted', 'not', 'snug', 'however', 'the', 'lower', 'half', 'ballooned', 'out', 'to', 'overemphasize', 'the', 'hips', 'due', 'to', 'the', 'pleating', 'in', 'back', 'the', 'thing', 'is', 'i', 'have', 'no', 'hips', 'and', 'having', 'hips', 'is', 'a', 'very', 'good', 'thing', 'though', 'not', 'i', ',4,1,0', 'general', 'tops', 'sweaters'] ['3423,1056,55', 'love', "'em", 'i', "'m", '5', '5', '115', 'lbs', 'with', 'a', '25', 'waist', 'and', '35', 'hips', 'i', 'purchased', 'a', '25', 'and', 'the', 'fit', 'was', 'perfect', 'i', "'m", 'just', 'a', 'bit', 'short', 'waisted', 'have', 'a', 'rather', 'small', 'waist', 'and', 'often', 'find', 'that', 'pants', 'of', 'any', 'kind', 'gap', 'at', 'the', 'back', 'these', 'fit', 'perfectly', 'felt', 'great', 'on', 'and', 'i', 'love', 'the', 'fabric', ',5,1,9', 'general', 'petite', 'bottoms', 'pants'] ['3424,898,68', 'very', 'pretty', 'sweater', 'with', 'nice', 'detail', 'this', 'is', 'a', 'very', 'pretty', 'sweater', 'and', 'the', 'neutral', 'color', 'works', 'well', 'with', 'everything', 'the', 'detail', 'in', 'the', 'back', 'makes', 'it', 'unique', 'it', 'runs', 'large', 'though', 'so', 'size', 'down', 'the', 'sleeves', 'by', 'the', 'cuffs', 'do', 'tend', 'to', 'stretch', 'out', 'easily', 'but', 'it', 'washes', 'well', 'so', 'it', "'s", 'not', 'a', 'big', 'issue', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3425,854,44', 'so', 'pretty', 'have', "n't", 'worn', 'it', 'yet', 'but', 'i', 'am', 'loving', 'this', 'top', 'it', 'is', 'much', 'prettier', 'in', 'person', 'i', 'sized', 'up', 'to', 'a', 'med', 'based', 'on', 'reviews', 'and', 'it', 'looks', 'like', 'it', 'runs', 'small', 'i', 'did', "n't", 'try', 'it', 'on', 'until', 'i', 'got', 'home', 'and', 'probably', 'could', 'have', 'done', 'ok', 'in', 'a', 'small', 'but', 'will', 'keep', 'the', 'medium', 'so', 'it', "'s", 'not', 'tight', 'across', 'my', 'chest', 'the', 'knit', 'material', 'that', 'makes', 'up', 'the', 'arms', 'and', 'back', 'is', 'thin', 'which', 'is', 'my', 'only', 'complaint', 'if', 'it', 'was', 'slightly', 'thicker', 'it', 'would', 'look', 'nicer', 'and', 'i', "'m", 'sure', 'wear', 'longer', 'i', "'m", 'happy', 'with', 'my', 'purchase-the', 'colors', 'fabric', 'embroi', ',5,1,0', 'general', 'tops', 'knits'] ['3426,1056,48', 'loved', 'my', 'mustard', 'colored', 'ones', 'so', 'much', 'i', 'also', 'bought', 'the', 'ligher', 'green', 'color', 'fit', 'is', 'wonderful-', 'and', 'very', 'flattering', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down', 'they', 'look', 'great', 'with', 'heals', 'or', 'booties', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['3427,1056,26', 'waist', 'runs', 'big', 'i', 'was', 'so', 'excited', 'to', 'try', 'these', 'but', 'was', 'really', 'disappointed', 'in', 'the', 'fit', 'i', 'found', 'the', 'legs', 'and', 'butt', 'to', 'be', 'tight', 'but', 'the', 'waist', 'to', 'be', 'really', 'big', 'if', 'you', 'are', 'normally', 'a', 'size', '24', 'i', 'would', "n't", 'bother', 'with', 'these', ',2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['3428,1056,61', 'i', "'m", 'a', '5', '7', 'and', 'curvy', 'these', 'pants', 'fit', 'well', 'and', 'are', 'so', 'comfortable', 'i', 'think', 'everyone', 'should', 'own', 'at', 'least', 'one', 'pair', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3429,872,34', ',i', 'am', 'two', 'months', 'postpartum', 'and', 'bought', 'this', 'top', 'to', 'have', 'something', 'to', 'wear', 'for', 'a', 'date', 'night', 'it', 'is', 'so', 'flattering', 'and', 'has', 'a', 'beautiful', 'cut', 'loose', 'but', 'not', 'baggy', 'or', 'unflattering', 'i', 'bought', 'a', 'small', 'but', 'could', 'have', 'probably', 'sized', 'down', 'so', 'there', "'s", 'a', 'decent', 'amount', 'of', 'wiggle', 'room', 'in', 'the', 'sizing', 'great', 'length', 'for', 'jeans', 'or', 'leggings.,5,1,3', 'general', 'petite', 'tops', 'knits'] ['3430,898,36', 'fabulous', 'long-sleeved', 'cardigan', 'i', 'ordered', 'in', 'this', 'in', 'the', 'kelly', 'green', 'and', 'loved', 'it', 'so', 'much', 'i', 'wore', 'it', 'the', 'very', 'next', 'day', 'after', 'it', 'came', 'in', 'the', 'mail', 'the', 'green', 'color', 'is', 'gorgeous', 'and', 'easily', 'complements', 'so', 'many', 'other', 'colors', 'in', 'my', 'wardrobe', 'the', 'cardigan', 'itself', 'is', 'super', 'comfy', 'and', 'i', 'love', 'the', 'full', 'length', 'long-sleeves', 'so', 'many', 'cardigans', 'these', 'days', 'come', 'with', '3/4', 'length', 'sleeves', 'which', 'are', 'fine', 'but', 'sometimes', 'you', 'want', 'a', 'long', 'sleeve', 'the', 'fit', 'almost', 'runs', 'on', 'the', 'larger', 'side', 'but', 'i', 'think', 'that', 'a', 'slightly', 'looser', 'look', 'works', 'well', 'for', 'this', 'cardigan', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3431,939,45', 'unflattering', 'flair', 'really', 'love', 'this', 'sweater', 'i', 'am', 'pretty', 'crushed', 'i', "'m", 'returning', 'it', 'the', 'flair', 'below', 'the', 'waist', 'is', 'too', 'much', 'the', 'quality', 'is', 'wonderful', 'the', 'color', 'lovely', 'the', 'style', 'great-', 'i', 'wore', 'it', 'around', 'the', 'house', 'and', 'every', 'time', 'i', 'caught', 'a', 'mirror', 'it', 'just', 'was', 'too', 'much', 'material', 'too', 'big', 'a', 'bell', 'shape', 'oh', 'well', 'still', 'looking', 'for', 'the', 'sweater', 'for', 'winter', '2016/17', ',3,0,1', 'general', 'tops', 'sweaters'] ['3432,1056,39', 'not', 'loose', 'fit', 'on', 'me', 'i', 'tried', 'on', 'a', 'returned', '24p', 'in', 'my', 'store', 'they', 'were', 'almost', 'the', 'right', 'length', 'but', 'the', 'fit', 'was', 'more', 'snug', 'than', 'pictured', 'here', 'i', 'have', 'muscular', 'thighs/butt', 'and', '115', 'lbs', 'they', 'were', 'nice', 'though', 'kind', 'of', 'a', 'skinny', 'pant', 'the', 'carbon', 'is', 'a', 'dark', 'grey', 'can', 'go', 'with', 'anything', 'only', 'gripe', 'is', 'the', 'waist', 'height', 'is', 'low', 'at', 'least', 'on', 'the', 'behind', 'i', 'would', 'certainly', 'show', 'if', 'i', 'bend', 'down', 'without', 'a', 'long', 'top', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3433,939,39', 'classic', 'i', 'like', 'this', 'jacket', 'very', 'neutral', 'in', 'color', 'classic', 'cut', 'and', 'vintage', 'like', 'old', 'retailer', 'unfortunately', 'i', 'ordered', 'xs', 'p', 'and', 'not', 'xxs', 'p', 'and', 'i', 'found', 'it', 'was', "n't", 'right', 'on', 'me', 'a', 'little', 'loose', 'so', 'not', 'as', 'flattering', 'i', 'understand', 'that', 'jackets', 'are', 'meant', 'to', 'be', 'worn', 'over', 'things', 'but', 'i', 'did', "n't", 'love', 'the', 'look', 'some', 'may', 'find', 'the', 'material', 'itchy', 'fine', 'for', 'me', 'but', 'i', 'am', 'not', 'as', 'sensitive', 'as', 'others', 'can', 'do', 'small', 'amounts', 'of', 'wool', 'i', 'am', '115', 'lbs', '30', 'dd', 'and', '26.5', 'in', 'waist', 'for', 'reference', 'with', 'sizing', ',4,1,3', 'general', 'tops', 'sweaters'] ['3434,853,39', 'wow', 'this', 'one', 'is', 'way', 'better', 'in', 'person', 'admittedly', 'i', 'put', 'it', 'in', 'my', 'basket', 'only', 'becasue', 'it', 'was', 'on', 'the', 'stylists', 'picks', 'well', 'it', 'is', 'great', 'a', 'little', 'sheer', 'adn', 'super', 'static-y', 'when', 'i', 'received', 'it', 'but', 'oh', 'so', 'soft', 'the', 'plunge', 'is', 'a', 'tiny', 'bit', 'low', 'for', 'my', 'liking', 'but', 'this', "doe'n'tt", 'come', 'in', 'petites', 'so', 'i', 'had', 'to', 'suck', 'it', 'up', 'and', 'keep', 'the', 'regular', 'sie', 'teh', 'coloring', 'is', 'nice', 'too', 'neutral', 'event', 'htough', 'there', 'is', 'rust', 'and', 'navy', 'and', 'greay-ish', 'it', 'stil', 'lcan', 'be', 'worn', 'with', 'anything', ',5,1,4', 'general', 'tops', 'blouses'] ['3435,1056,38', 'watch', 'out', 'for', 'dye', 'staining', 'your', 'load', 'of', 'laundry', 'i', 'read', 'the', 'cleaning', 'instructions', 'label', 'carefully', 'followed', 'them', 'closely', 'and', 'still', 'the', 'dye', 'ran', 'and', 'stained', 'some', 'of', 'my', 'colored', 'clothes', 'pi', 'ed', 'me', 'off', 'just', 'after', 'the', 'first', 'wash', 'and', 'even', 'before', 'wearing', 'them', 'i', 'have', 'streaks', 'of', 'uneven', 'color', 'on', 'the', 'pants', 'bad', 'quality', 'material', 'or', 'dye', 'is', 'what', 'causes', 'this', 'now', 'i', 'have', 'to', 'go', 'and', 'see', 'if', 'i', 'can', 'even', 'get', 'out', 'my', 'other', 'stained', 'clothes', 'thanks', 'a', 'lot', 'retailer', ',1,0,6', 'general', 'petite', 'bottoms', 'pants'] ['3436,1094,31', 'pretty', 'frock', 'these', 'days', 'i', 'am', 'more', 'like', 'a', '6', 'after', 'gaining', 'some', 'weight', 'when', 'i', 'was', 'in', 'my', 'local', 'retailer', 'the', 'other', 'day', 'i', 'happened', 'upon', 'this', 'dress', 'only', 'in', 'a', 'small/petite', 'i', 'tried', 'it', 'on', 'and', 'it', 'actually', 'fit', 'me', 'very', 'well', 'i', 'am', '5', 'foot', '6', 'so', 'i', 'thought', 'the', 'petite', 'might', 'be', 'too', 'short', 'or', 'would', "n't", 'work', 'but', 'surprisingly', 'it', 'fit', 'my', 'body', 'type', 'i', 'think', 'i', "'ll", 'like', 'wearing', 'it', 'best', 'with', 'a', 'pair', 'of', 'wedges', 'or', 'heels', 'like', 'most', 'other', 'reviews', 'i', "'m", 'inclined', 'to', 'agree', 'that', 'the', 'regular', 'size', 'has', 'too', 'much', 'fabric', 'going', 'on', 'and', 'probably', 'is', 's', ',4,1,0', 'general', 'dresses', 'dresses'] ['3437,841,63', 'beautiful', 'top', 'worth', 'the', 'necessary', 'tailoring', 'the', 'beautiful', 'bold', 'print', 'drew', 'me', 'to', 'this', 'top', 'and', 'it', 'did', 'not', 'disappoint', 'upon', 'receipt', 'however', 'the', 'bottom', 'ruffle', 'belled', 'so', 'far', 'out', 'on', 'each', 'side', 'that', 'it', 'was', 'laughable', 'the', 'actual', 'fit', 'is', 'nothing', 'like', 'the', 'picture', 'clearly', 'the', 'model', "'s", 'arms', 'are', 'placed', 'in', 'front', 'of', 'all', 'the', 'extra', 'fabric', 'to', 'hold', 'the', 'ruffle', 'back'] ['however', 'the', 'fabric', 'is', 'beautiful', 'the', 'fit', 'was', 'perfect', 'size', '2', '5', '4', '106', 'lbs', 'the', 'quality', 'is', 'great', 'and', 'i', 'love', 'the', 'print', 'so', 'i', 'decided', 'to', 'take', 'it', 'to', 'my', 'tailor', 'to', 'sew', 'away', 'the', 'wings', 'on', 'both', 'si', ',4,1,15', 'general', 'petite', 'tops', 'blouses'] ['3438,1080,50', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3439,1056,61', 'i', 'got', 'the', 'pilcro', 'hyphen', 'chinos', 'in', 'a', 'size', '25p', 'and', 'they', 'fit', 'so', 'i', 'assumed', 'i', 'would', 'be', 'the', 'same', 'size', 'in', 'the', 'pilcro', 'stet', 'chinos', 'nope', 'the', '25p', 'was', 'way', 'short', 'and', 'way', 'tight', 'i', "'m", '5', '3', 'and', 'about', '113', 'lbs', 'my', 'mom', 'is', '5', 'and', '98', 'lbs', 'and', 'they', 'fit', 'her', 'so', 'i', 'gave', 'the', '25p', 'stet', 'chinos', 'to', 'her', 'to', 'keep', 'disappointed', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3440,898,36', 'comfy', 'and', 'practical', 'i', 'bought', 'this', 'cardigan', 'in', 'grey', 'it', "'s", 'sturdy', 'soft', 'great', 'layering', 'sweater', 'over', 'a', 'top', 'or', 'even', 'under', 'a', 'heavier', 'sweater', 'the', 'tail', 'in', 'back', 'is', 'long', 'and', 'unique', 'the', 'shape', 'is', 'flattering', 'and', 'for', 'a', 'lighter', 'cardigan', 'it', "'s", 'more', 'substantial', 'than', 'others', 'out', 'there', 'the', 'sleeves', 'are', 'long', 'enough', 'for', 'my', 'long', 'arms', 'which', 'i', 'love', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3441,683,33', 'in', 'love', 'i', 'love', 'this', 'sweatshirt', 'new', 'favorite', 'it', 'has', 'a', 'comfy', 'meant', 'to', 'be', 'oversized', 'fit', 'love', 'the', 'little', 'inspirational', 'quote', 'and', 'it', "'s", 'the', 'kind', 'of', 'sweatshirt', 'you', 'want', 'to', 'live', 'in', 'so', 'stinking', 'soft', 'got', 'lots', 'of', 'compliments', 'at', 'the', 'gym', 'and', 'the', 'pick', 'up', 'line', 'at', 'school', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['3442,854,32', 'just', 'the', 'right', 'amount', 'of', 'pizzazz', 'this', 'top', 'is', 'lovely', 'exquisite', 'embroidery', 'in', 'a', 'silvery-beige', 'color', 'compliments', 'the', 'deep', 'plum', 'the', 'fit', 'is', 'close', 'to', 'highlight', 'your', 'curves', 'while', 'being', 'just', 'a', 'touch', 'comfy', 'very', 'chic', 'for', 'a', 'jazzed', 'up', 'outfit', 'for', 'a', 'night', 'out', 'with', 'jeans', 'or', 'black', 'pants', 'and', 'your', 'best', 'booties', 'i', 'wear', 'a', 'size', '8', 'normally', 'and', 'the', 'medium', 'fits', 'me', 'perfectly', 'my', 'body', 'type', 'is', 'curvy', 'and', 'athletic', ',5,1,0', 'general', 'tops', 'knits'] ['3443,872,56', 'comfortable', 'and', 'unusual', 'this', 'top', 'is', 'beautifully', 'made', 'but', 'comfortable', 'the', 'neckline', 'is', 'a', 'stretch', 'fabric', 'and', 'the', 'cut', 'is', 'very', 'flattering', 'the', 'length', 'is', 'just', 'short', 'enough', 'that', 'it', 'does', "n't", 'look', 'like', 'a', 'dress', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3444,939,35', 'great', 'jacket', 'beautiful', 'design', 'and', 'soft', 'warm', 'wool', 'warm', 'enough', 'to', 'have', 'on', 'outside', 'in', 'the', 'fall', 'i', 'live', 'in', 'pdx', 'and', 'also', 'stylish', 'enough', 'to', 'keep', 'on', 'inside', 'buy', 'the', 'right', 'size', 'not', 'too', 'big', 'because', 'it', "'s", 'meant', 'to', 'fit', 'on', 'the', 'waist', 'and', 'the', 'skirt', 'swings', 'out', 'from', 'there', ',5,1,2', 'general', 'tops', 'sweaters'] ['3445,1056,43', 'casual', 'pant', 'very', 'comfortable', 'im', '5', '2', 'so', 'i', 'ordered', 'the', 'petite', 'and', 'its', 'a', 'perfect', 'length', 'no', 'need', 'to', 'roll', 'up', 'slightly', 'slim', 'fit', 'but', 'not', 'overly', 'tight', 'typically', 'order', 'everything', 'online', 'and', 'did', "n't", 'need', 'to', 'return', 'ordered', 'charcoal', 'color', 'which', 'is', 'simply', 'a', 'faded', 'black/dark', 'grey.,5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['3446,841,35', 'not', 'as', 'expected', 'in', 'paper', 'crown', 'dresses', 'i', 'wear', 'a', 'small', 'or', 'size', '6', 'so', 'for', 'this', 'top', 'i', 'ordered', 'a', 'small', 'it', 'was', 'huge', 'on', 'me', 'for', 'reference', 'i', "'m", '5', '7', '130', 'lbs', '34a', 'it', 'is', 'very', 'wide', 'towards', 'the', 'bottom', 'and', 'it', 'flares', 'out', 'way', 'more', 'than', 'in', 'the', 'picture', 'the', 'material', 'is', 'also', 'a', 'little', 'stiff', 'so', 'it', 'really', 'sticks', 'out', 'even', 'if', 'i', 'sized', 'down', 'to', 'the', 'xs', 'i', 'think', 'the', 'bottom', 'would', 'still', 'look', 'unflattering', 'so', 'i', "'m", 'returning', 'this', ',2,0,11', 'general', 'petite', 'tops', 'blouses'] ['3447,898,45', 'great', 'length', 'i', "'m", 'a', 'little', 'on', 'the', 'short', 'side', 'i', 'was', 'afraid', 'it', 'was', 'going', 'to', 'be', 'too', 'long', 'in', 'the', 'back', 'the', 'sweater', 'is', 'perfect', 'all', 'the', 'way', 'around', 'i', 'like', 'the', 'looseness', 'in', 'the', 'front', 'and', 'like', 'the', 'way', 'it', 'lays', 'in', 'the', 'back', 'the', 'color', 'is', 'great', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3448,872,61', 'lovely', 'so', 'glad', 'i', 'purchased', 'this', 'tunic', 'just', 'lovely', 'can', 'see', 'myself', 'reaching', 'for', 'it', 'constantly', 'this', 'summer', 'necklace', 'friendly', 'too', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3449,1056,41', 'great', 'chinos', 'but', 'they', 'run', 'a', 'size', 'large', 'i', 'ordered', 'my', 'normal', 'pants', 'size', 'and', 'had', 'to', 'return', 'them', 'for', 'one', 'size', 'down', 'i', 'actually', 'like', 'them', 'so', 'much', 'after', 'finding', 'the', 'right', 'size', 'i', 'bought', 'a', 'second', 'pair', 'in', 'store', 'i', 'have', 'the', 'grey', 'and', 'mustard', 'yellow', 'love', 'them', 'just', 'order', 'a', 'size', 'down', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['3450,1056,28', 'love', 'these', 'pants', 'ordered', 'the', 'grey', 'colored', 'capris', 'they', 'fit', 'great', 'i', 'am', '5', '5', '110lbs', 'and', 'the', 'size', '25', 'fits', 'me', 'comfortably', 'i', "'ve", 'recently', 'been', 'making', 'a', 'transition', 'into', 'more', 'comfortable', 'looser', 'style', 'pants', 'instead', 'of', 'skin', 'tight', 'jeans', 'these', 'are', 'great', 'still', 'figure', 'flattering', 'but', 'comfortable', 'and', 'well', 'made', 'the', 'detail', 'on', 'the', 'button', 'section', 'is', 'lovely', 'also', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3451,1056,51', 'love', 'these', 'pants', 'but', 'they', 'are', 'not', 'colorfast', 'i', 'love', 'these', 'pants', 'bought', 'them', 'in', 'the', 'mustard', 'color', 'my', 'only', 'complaint', 'is', 'that', 'they', 'are', 'not', 'colorfast', 'i', 'washed', 'them', 'in', 'cold', 'water', 'with', 'other', 'colored', 'items', 'most', 'of', 'which', 'belonged', 'to', 'my', 'husband', 'not', 'good', 'and', 'pretty', 'much', 'ruined', 'an', 'entire', 'load', 'of', 'laundry', 'except', 'for', 'these', 'pants', 'retailer', 'please', 'color', 'test', 'your', 'garments', 'there', 'is', 'really', 'no', 'excuse', 'for', 'fabrics', 'like', 'this', 'to', 'run', 'in', 'this', 'day', 'and', 'age', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3452,1056,42', 'wash', 'separately', 'i', 'have', 'mixed', 'feelings', 'on', 'these', 'i', 'ordered', 'the', 'honey', 'which', 'is', 'a', 'mustard', 'color', 'as', 'shown', 'in', 'the', 'picture', 'they', 'are', 'true', 'to', 'size', 'cute', 'and', 'comfortable', 'i', 'washed', 'them', 'the', 'first', 'time', 'with', 'a', 'load', 'of', 'darks', 'and', 'the', 'color', 'ran', 'onto', 'other', 'clothes', 'plus', 'the', 'pants', 'looked', 'a', 'little', 'streaked', 'in', 'some', 'areas', 'i', "'m", 'not', 'sure', 'if', 'this', 'was', 'a', 'bad', 'lot', 'but', 'back', 'to', 'the', 'store', 'they', 'went', ',3,1,11', 'general', 'petite', 'bottoms', 'pants'] ['3453,1056,56', 'soft', 'and', 'pretty', 'i', 'am', '5-9', '1/2', 'tall', '150', 'lbs', 'i', 'bought', 'the', '8', 'in', 'the', 'honey', 'color', 'they', 'fit', 'perfectly', 'there', 'is', 'some', 'stretch', 'and', 'they', 'are', 'super', 'soft', 'which', 'for', 'some', 'reason', 'is', 'totally', 'why', 'i', 'buy', 'clothes', 'the', 'length', 'is', 'good', 'since', 'they', 'are', 'capris', 'also', 'they', 'did', 'not', 'have', 'my', 'size', 'in', 'store', 'so', 'they', 'had', 'them', 'shipped', 'for', 'free', 'to', 'my', 'home', 'received', 'them', 'within', '3', 'business', 'days'] [] ['i', 'would', 'very', 'much', 'recommend', 'them', 'for', 'a', 'casual', 'fun', 'look', 'the', 'honey', 'color', 'will', 'look', 'great', 'with', 'navy', 'grey', 'and', 'white', 'for', 'summer', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['3454,1056,22', 'first', 'time', 'purchase', 'of', 'pilcro', 'earlier', 'this', 'year', 'i', 'bought', 'a', 'pair', 'of', 'pilcro', 'hyphen', "'s", 'as', 'a', 'birthday', 'gift', 'for', 'a', 'family', 'member', 'and', 'she', 'absolutely', 'loved', 'them', 'after', 'hearing', 'from', 'her', 'how', 'comfortable', 'and', 'amazing', 'the', 'pants', 'are', 'i', 'had', 'to', 'get', 'some', 'for', 'myself', 'i', 'usually', 'only', 'wear', 'denim', 'pants', 'everything', 'else', 'is', 'skirts', 'dresses', 'or', 'shorts', 'so', 'this', 'was', 'a', 'big', 'change', 'in', 'style', 'for', 'me.so', 'far', 'i', 'love', 'them', 'they', 'are', 'way', 'more', 'comfy', 'than', 'i', 'had', 'expected', 'and', 'made', 'from', 'great', 'material'] ['i', "'m", '5', '2', 'and', '120lbs', 'they', '27s', 'fit', 'perfectly', 'i', 'do', 'not', 'have', 'slim', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3455,1056,49', 'bought', 'the', 'pink', 'color', 'in', 'the', 'store', 'and', 'just', 'loved', 'the', 'way', 'that', 'they', 'fit', 'me', 'i', 'ended', 'up', 'ordering', 'the', 'light', 'blue', 'perfect', 'for', 'a', 'cool', 'summer', 'evening', 'can', 'be', 'worn', 'with', 'sandals', 'wedges', 'or', 'converse', 'sneakers', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3456,854,37', ',,4,1,0', 'general', 'tops', 'knits'] ['3457,1056,32', 'this', 'is', 'my', 'third', 'pair', 'of', 'these', 'pants', 'they', 'are', 'my', 'everyday', 'staple', 'good', 'for', 'work', 'or', 'play', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3458,1056,24', 'so', 'soft', 'these', 'pants', 'are', 'so', 'great', 'they', 'fit', 'as', 'expected', 'and', 'are', 'a', 'nice', 'skinny', 'crop', 'but', 'nothing', 'too', 'tight', 'the', 'fabric', 'is', 'very', 'soft', 'making', 'these', 'pants', 'incredibly', 'comfortable', 'this', 'was', 'my', 'first', 'pair', 'of', 'the', 'stet', 'crops', 'but', 'will', 'probably', 'buy', 'another', 'pair', 'in', 'the', 'future.,5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['3459,939,35', 'prettier', 'in', 'person', 'this', 'coat', 'is', 'a', 'beauty', 'the', 'embroidery', 'is', 'much', 'prettier', 'irl', 'and', 'the', 'wool', 'is', 'not', 'itchy', 'at', 'all', 'best', 'of', 'all', 'is', 'the', 'tailoring', 'as', 'i', 'am', 'very', 'petite', 'and', 'i', 'am', 'so', 'tired', 'of', 'all', 'the', 'shapeless', 'sack-like', 'coats/jackets', 'it', 'fits', 'tts', 'and', 'has', 'pockets', 'it', 'is', 'perfect', 'just', 'wish', 'retailer', 'has', 'more', 'offerings', 'like', 'this', ',5,1,28', 'general', 'tops', 'sweaters'] ['3460,939,41', 'my', 'cup', 'of', 'tea', 'thank', 'you', 'retailer', 'for', 'creating', 'this', 'sweetly', 'vintage', 'and', 'feminine', 'sweatercoat', 'the', 'boiled', 'wool', 'is', 'lovely', 'and', 'the', 'embroidery', 'makes', 'me', 'lightheaded', 'just', 'looking', 'at', 'it', 'this', 'is', 'definitely', 'a', 'nod', 'to', 'retailer', "'s", 'past', 'and', 'i', 'love', 'it', 'to', 'bits'] ['i', 'usually', 'wear', 'a', 'size', 's', 'or', 'xs', 'but', 'bought', 'this', 'in', 'the', 'xs', 'the', 'fit', 'is', 'flattering', 'as', 'can', 'be', 'i', 'was', 'so', 'happy', 'to', 'find', 'a', 'fitted', 'and', 'timeless', 'piece', 'in', 'the', 'sea', 'of', 'boxy', 'and', 'trendy', 'sweaters'] ['it', "'s", 'true', 'that', 'this', 'sweater', 'is', "n't", 'lined', 'but', 'to', 'my', 'mind', 'it', 'would', 'be', 'a', 'crime', ',5,1,8', 'general', 'tops', 'sweaters'] ['3461,828,72', 'beautiful', 'this', 'shirt', 'is', 'more', 'beautiful', 'in', 'person', 'it', 'has', 'a', 'lovely', 'hand', 'feel', 'soft', 'and', 'the', 'blue', 'is', 'as', 'shown', 'but', 'a', 'bit', 'more', 'vibrant', 'i', 'bought', 'it', 'for', 'my', '13', 'year', 'old', 'niece', 'she', 'loved', 'it', 'she', 'may', 'have', 'to', 'return', 'for', 'a', 'small', 'but', 'i', 'do', 'feel', 'the', 'size', 'ran', 'true', 'to', 'size', 'it', 'depends', 'on', 'how', 'you', 'want', 'to', 'wear', 'it', ',5,1,4', 'general', 'tops', 'blouses'] ['3462,854,34', 'stunning', 'day', 'to', 'evening', 'top', 'this', 'top', 'is', 'so', 'gorgeous', 'the', 'color', 'the', 'embroidery', 'the', 'neckline', 'are', 'all', 'perfect', 'this', 'can', 'be', 'worn', 'casually', 'with', 'jeans', 'or', 'dressed', 'up', 'for', 'a', 'special', 'occasion', 'i', 'wore', 'this', 'to', 'a', 'thanksgiving', 'part', 'but', 'also', 'to', 'take', 'final', 'exams', 'in', 'because', 'it', 'is', 'comfy', 'too', 'this', 'piece', 'definitely', 'runs', 'small', 'i', 'ordered', 'a', 'large', 'despite', 'being', 'a', 'medium', 'in', 'almost', 'everything', 'else', 'at', 'retailer', 'and', 'the', 'fit', 'is', 'perfect', ',5,1,0', 'general', 'tops', 'knits'] ['3463,939,28', 'gorgeous', 'embroidering', 'and', 'feel', 'very', 'soft', 'for', 'wool', 'this', 'is', 'a', 'lot', 'lighter', 'than', 'more', 'jackets', 'but', 'with', 'good', 'layering', 'can', 'be', 'worn', 'in', 'the', 'winter', 'i', "'m", '5ft', 'tall', 'and', '150', 'lbs', 'curvy', 'and', 'hourglass', 'this', 'hugs', 'my', 'curves', 'beautifully', 'in', 'a', 'size', 'small', 'and', 'gives', 'me', 'a', 'feminine', 'shape', 'it', 'runs', 'up', 'to', 'my', 'knees', 'and', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'which', 'will', 'be', 'hemmed', 'soon', 'i', 'wanted', 'the', 'petite', 'but', 'it', 'was', 'sold', 'out', 'honestly', 'this', 'is', 'perfect', 'minus', 'the', 'arms', 'the', 'quality', 'is', 'gorgeous', 'so', 'soft', 'and', 'inviting', 'to', 'wear', 'it', 'runs', 'la', ',4,1,0', 'general', 'tops', 'sweaters'] ['3464,898,56', 'pretty', 'color', 'but', 'runs', 'big', '.unfortunately', 'it', 'hit', 'at', 'the', 'widest', 'part', 'of', 'my', 'hips', 'so', 'it', 'was', "n't", 'very', 'flattering', 'the', 'point', 'in', 'the', 'back', 'was', 'also', 'kind', 'of', 'odd', 'and', 'off', 'center', 'i', 'had', 'to', 'return', 'pretty', 'color', 'though', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3465,1056,42', 'versatile', 'pant', 'these', 'are', 'the', 'same', 'in', 'sizing', 'as', 'the', 'hyphen', 'chinos', 'but', 'these', 'are', 'far', 'more', 'versatile', 'i', 'love', 'the', 'boyfriend', 'look', 'of', 'the', 'hyphens', 'but', 'the', 'stet', 'chino', 'can', 'be', 'dressed', 'up', 'or', 'down', 'they', 'are', 'so', 'comfortable', 'and', 'the', 'fit', 'is', 'wonderful', 'i', "'m", '5', '8', '138', 'lbs', 'and', 'i', 'took', 'my', 'usual', 'size', '28', 'in', 'these', 'i', 'have', 'full', 'thighs', 'and', 'i', 'did', "n't", 'find', 'these', 'to', 'be', 'too', 'tight', 'in', 'the', 'legs', 'at', 'all', 'but', 'i', 'only', 'tried', 'on', 'the', 'black/charcoal', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3466,939,22', 'great', 'fit', 'and', 'style', 'absolutely', 'adore', 'this', 'jacket', 'i', "'m", 'typically', 'a', 'true', 'medium', 'at', 'retailer', 'and', 'the', 'medium', 'fit', 'perfect', 'the', 'small', 'actually', 'fit', 'really', 'well', 'to', 'and', 'had', 'a', 'little', 'room', 'for', 'sweaters', 'under', 'it', 'but', 'i', 'decided', 'to', 'stick', 'with', 'the', 'medium', 'just', 'so', 'i', 'could', 'bundle', 'up', 'if', 'need', 'be', 'so', 'perfect', 'and', 'beautiful', 'the', 'embroidery', 'is', 'gorgeous', 'i', 'feel', 'so', 'feminine', 'in', 'this', 'coat', ',5,1,0', 'general', 'tops', 'sweaters'] ['3467,1056,61', 'great', 'colors', 'i', 'got', 'the', 'honey', 'colored', 'and', 'love', 'the', 'color', 'they', 'are', 'very', 'comfy', 'and', 'soft', 'i', 'look', 'forward', 'to', 'wearing', 'them', 'all', 'summer,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3468,828,28', 'plaid', 'and', 'dye', 'fun', 'i', 'am', 'a', 'huge', 'fan', 'of', 'cloth', 'and', 'stone', 'tops', 'as', 'they', 'are', 'very', 'versatile'] ['this', 'particular', 'one', 'did', "n't", 'disappoint', 'the', 'combination', 'of', 'plaid', 'and', 'tie', 'dye', 'is', 'so', 'fun', 'and', 'fresh', 'yet', 'the', 'blue', 'makes', 'this', 'piece', 'an', 'easy', 'one', 'to', 'match', 'with', 'many', 'bottoms'] [] ['now', 'for', 'the', 'fit'] ['the', 'cotton', 'is', 'very', 'soft', 'and', 'lightweight'] ['i', 'bought', 'my', 'normal', 'size', 'medium', 'and', 'it', 'fits', 'perfectly'] [] ['i', 'look', 'forward', 'to', 'wearing', 'this', 'piece', 'often', ',5,1,9', 'general', 'tops', 'blouses'] ['3469,1056,25', 'love', 'love', 'love', 'i', 'bought', '2', 'pair', 'of', 'these', 'in', 'the', 'store', 'and', 'ordered', 'another', 'color', 'at', 'the', 'same', 'time', 'these', 'chinos', 'are', 'great', 'for', 'my', 'figure', 'i', 'like', 'to', 'think', 'of', 'myself', 'as', 'a', 'diamond', 'shape', 'large', 'chest', 'moderate', 'waist', 'large', 'hips', 'and', 'small', 'legs', 'these', 'pants', 'fit', 'so', 'great', 'i', 'bought', 'my', 'regular', 'size', 'and', 'do', "n't", 'have', 'to', 'take', 'in', 'the', 'legs', 'the', 'fabric', 'is', 'nice', 'with', 'the', 'additional', 'stretch', 'so', 'we', 'women', 'who', 'are', "n't", '20', 'or', '30-something', 'any', 'longer', 'can', 'still', 'feel', 'great', 'and', 'look', 'good', 'without', 'being', 'dumpy', 'i', "'m", 'not', 'a', 'teeny', 'woman', 'either', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['3470,1056,57', 'comfy', 'and', 'classic', '1.', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40', 'and', 'the', 'size', '30s', 'fit', 'me', 'perfectly'] [] ['2.', 'i', 'love', 'the', 'hyphen', 'chinos', 'and', 'these', 'fit', 'almost', 'the', 'same', 'just', 'a', 'bit', 'trimmer', 'they', 'are', 'not', 'tight', 'and', 'just', 'skim', 'my', 'body', 'perfectly'] [] ['3.', 'i', 'love', 'all', 'the', 'colors', 'the', 'red', 'is', 'darker', 'than', 'the', 'two', 'hyphen', 'pinks'] [] ['4.', 'the', 'pants', 'are', 'comfy', 'enough', 'to', 'be', 'really', 'casual', 'and', 'dressy', 'enough', 'to', 'wear', 'to', 'work', ',5,1,66', 'general', 'petite', 'bottoms', 'pants'] ['3471,1056,54', 'great', 'chinos', 'i', 'bought', 'the', 'moss', 'which', 'is', 'more', 'of', 'a', 'pretty', 'pastel', 'green', 'they', 'are', 'very', 'nice', 'in', 'that', 'they', 'are', "n't", 'tight', 'yet', 'stylish', 'and', 'i', 'can', 'dress', 'them', 'up', 'the', 'only', 'drawback', 'is', 'that', 'they', 'stretch', 'a', 'lot', 'i', 'can', 'get', 'two', 'wears', 'out', 'of', 'them', 'maybe', 'a', '3rd', 'if', 'not', 'worn', 'for', 'hours', 'and', 'hours', 'or', 'all', 'day', 'each', 'wear', 'i', "'m", 'getting', 'the', 'light', 'yellow', 'pilcro', 'hyphen', 'chinos', 'now', 'all', 'the', 'colors', 'of', 'both', 'styles', 'in', 'the', 'store', 'are', 'very', 'nice', 'i', "'d", 'like', 'to', 'have', 'each', 'color', 'for', 'reference', 'i', "'m", '5', '2', 'and', 'size', '27.', 'i', 'would', 'say', 'that', 'they', 'are', 'tts', 'b', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3472,1056,26', 'i', 'absolutely', 'love', 'these', 'capris', 'after', 'reading', 'the', 'reviews', 'i', 'thought', 'that', 'they', 'may', 'fit', 'a', 'bit', 'snug', 'through', 'the', 'thigh', 'but', 'they', 'fit', 'perfectly', 'i', 'am', 'roughly', 'a', 'size', 'six', 'depending', 'on', 'the', 'design', 'i', 'can', 'sometimes', 'squeeze', 'into', 'a', '4', 'i', 'bought', 'the', 'size', '27', 'in', 'these', 'and', 'its', 'perfect', 'also', 'i', 'thought', 'that', 'the', 'green', 'would', 'be', 'more', 'of', 'a', 'mint', 'but', 'its', 'definitely', 'a', 'more', 'of', 'a', 'mossy', 'color', 'i', 'love', 'that', 'they', 'are', 'so', 'versatile', 'and', 'literally', 'go', 'with', 'everything', 'will', 'be', 'getting', 'more', 'colors', 'in', 'the', 'future', 'great', 'buy', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3473,939,43', 'classic', 'retailer', 'this', 'is', 'classic', 'retailer', 'at', 'it', "'s", 'best', 'quality', 'style', 'a', 'little', 'something', 'extra', 'makes', 'this', 'piece', 'something', 'that', 'will', 'likely', 'live', 'in', 'my', 'fall', 'winter', 'wardrobe', 'for', 'decades', 'to', 'come', 'first', 'the', 'quality', 'is', 'superb', 'soft', 'gray', 'wool', 'with', 'a', 'delicate', 'floral', 'embroidery', 'motif', 'on', 'the', 'front', 'military', 'buttons', 'down', 'the', 'front', 'with', 'a', 'fit', 'and', 'flare', 'waist', 'on', 'a', '3/4', 'length', 'coat', 'versatile', 'enough', 'to', 'wear', 'as', 'a', 'sweater', 'or', 'light', 'coat', 'for', 'early', 'fall', 'fit', 'is', 'generous', 'enough', 'to', 'easily', 'fit', 'a', 'bulky', 'sweater', 'underneath', 'and', 'lay', ',5,1,14', 'general', 'tops', 'sweaters'] ['3474,1056,39', 'cute', 'and', 'comfy', 'spring', 'pants', 'cute', 'comfy', 'and', 'would', 'highly', 'recommend', 'them', 'to', 'others', 'i', 'plan', 'on', 'getting', 'one', 'more', 'color', 'because', 'i', 'feel', 'like', 'i', 'will', 'wear', 'them', 'all', 'the', 'time', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3475,939,34', 'love', 'the', 'design', 'it', "'s", 'screams', 'retailer', 'and', 'is', 'form', 'fitting', 'flattering', 'and', 'super', 'cute', 'however', 'the', 'material', 'has', 'the', 'itch', 'factor', 'for', 'me', 'it', "'s", 'not', 'lined', 'and', 'therefore', 'quite', 'scratchy', 'along', 'the', 'collar', 'as', 'well', 'what', 'a', 'shame', ',4,1,0', 'general', 'tops', 'sweaters'] ['3476,872,44', 'i', 'beautiful', 'and', 'feels', 'good', 'love', 'the', 'fabric', 'on', 'this', 'so', 'many', 'retailer', 'tops', 'sit', 'unworn', 'in', 'my', 'closet', 'because', 'they', 'are', 'sheer', 'and', 'i', 'have', 'to', 'wear', 'a', 'layer', 'underneath', 'this', 'will', 'not', 'be', 'one', 'of', 'those', 'the', 'fabric', 'is', 'beautifully', 'embroidered', 'and', 'thick', 'enough', 'that', 'it', 'does', "n't", 'feel', 'too', 'delicate', 'the', 'back', 'is', 'a', 'super', 'soft', 'jersey', 'feel', 'wonderful', 'will', 'go', 'nicely', 'with', 'jeans', 'flats', 'for', 'me', 'as', 'a', 'super', 'bonus', 'i', 'bought', 'it', 'with', 'my', 'birthday', 'discount', 'and', 'now', 'have', 'in', 'in', 'time', 'for', 'a', 'downton', 'abby', 'party', 'i', "'ll", 'be', 'so', 'pretty', ',5,1,2', 'general', 'tops', 'knits'] ['3477,1056,41', 'i', 'want', 'to', 'live', 'in', 'these', 'pants', 'the', 'perfect', 'summer', 'pants', 'i', 'will', 'be', 'ordering', 'more', 'colors', 'and', 'possibly', 'a', 'smaller', 'size', 'i', 'think', 'the', 'slim', 'fit', 'would', 'look', 'just', 'as', 'good', 'in', 'a', 'less', 'slouchy', 'size', 'i', 'bought', 'a', 'size', '31', 'petite', 'in', 'the', 'dark', 'blue', 'not', 'navy', 'and', 'they', 'fit', 'perfect', 'and', 'the', 'color', 'is', 'amazing', 'very', 'high', 'quality', 'feel', 'very', 'soft', 'and', 'comfy', 'for', 'reference', 'i', "'m", 'curvy', '5', '2', '146', 'lbs', 'usual', 'size', 'is', 'a', '31', '10-12', 'but', 'i', "'ve", 'recently', 'been', 'losing', 'weight', 'so', 'my', 'sizing', 'may', 'be', 'off', 'the', 'pants', 'do', 'stretch', 'out', 'like', 'most', 'pilcro', 'chinos', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3478,959,32', ',very', 'cute', 'and', 'great', 'fit', 'i', 'removed', 'the', 'belt', 'it', "'s", 'removable', 'for', 'a', 'different', 'look.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['3479,854,54', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'when', 'i', 'first', 'saw', 'it', 'on', 'the', 'retailer', 'website', 'and', 'was', 'pleasantly', 'surprised', 'when', 'it', 'was', 'every', 'bit', 'as', 'beautiful', 'in', 'person', 'as', 'it', 'was', 'online', 'even', 'more', 'so', 'the', 'bronze', 'colored', 'threads', 'are', 'to', 'die', 'for', 'and', 'the', 'fit', 'is', 'perfect', 'on', 'my', '5', '4', '129', 'lb', '34c', 'frame', 'if', 'your', 'on', 'the', 'fence', 'on', 'this', 'one', 'get', 'it', 'it', "'s", 'worth', 'the', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['3480,1156,35', 'bottoms', 'i', 'love', 'these', 'bottoms', 'great', 'colors', 'i', 'also', 'love', 'the', 'feel', 'of', 'the', 'bottoms', 'very', 'soft', 'high', 'quality', ',5,1,0', 'initmates', 'intimate', 'swim'] ['3481,872,30', 'beautiful', 'embroidery', 'unique', 'design', 'i', "'m", '5-months', 'pregnant', 'and', 'wanted', 'some', 'beautiful', 'tunics', 'to', 'mix', 'it', 'up', 'between', 'the', 'usual', 'maternity', 'wear', 'this', 'top', 'is', 'lovely', 'i', 'love', 'the', 'cut', 'length', 'and', 'embroidered', 'details', 'however', 'i', 'am', 'not', 'a', 'fan', 'of', 'the', 'side', 'slits', 'this', 'will', 'work', 'much', 'better', 'post', 'partum', 'so', 'i', 'plan', 'to', 'keep', 'it', 'but', 'my', 'belly', 'currently', 'pulls', 'the', 'slits', 'a', 'bit', 'awkward', ',4,1,0', 'general', 'tops', 'knits'] ['3482,1056,34', 'comfy', 'pants', 'but', 'run', 'large', 'these', 'chinos', 'are', 'really', 'soft', 'and', 'comfortable', 'but', 'they', 'run', 'really', 'large', 'i', 'have', 'the', '27', 'petite', '5', '4', '115', 'lbs', 'and', 'they', 'are', 'too', 'big', 'i', 'originally', 'bought', 'the', '28', 'petite', 'and', 'exchanged', 'them', 'for', 'the', '27', 'and', 'after', 'wearing', 'the', '27s', 'all', 'day', 'i', 'have', 'realized', 'they', 'are', 'significantly', 'too', 'big', 'they', 'stretch', 'as', 'you', 'wear', 'them', 'so', 'they', 'ended', 'up', 'completely', 'saggy', 'in', 'the', 'butt', 'and', 'hanging', 'around', 'my', 'hip', 'bones', 'i', 'was', 'in', 'the', 'store', 'today', 'and', 'tried', 'on', 'a', 'pair', 'in', '26', 'regular', 'and', 'those', 'were', 'also', 'too', 'big', 'i', 'did', "n't", 'have', 'time', 'to', 'try', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3483,939,39', 'sweatercoat', 'of', 'the', 'season', 'beautifully', 'constructed', 'and', 'designed', 'this', 'lovely', 'sweater', 'coat', 'from', 'rosie', 'neira', 'makes', 'me', 'anticipate', 'fall', 'weather', 'more', 'than', 'i', 'should', 'the', 'fit', 'is', 'perfect', 'for', 'light', 'layering', 'and', 'has', 'a', 'feminine', 'silhouette', 'the', 'wool', 'feels', 'like', 'all', 'my', 'other', 'boiled', 'wool', 'pieces', 'it', "'s", 'soft', 'slightly', 'itchy', 'but', 'tolerable', 'i', 'wear', 'a', 'layer', 'anyway', 'so', 'i', 'hardly', 'notice', 'just', 'be', 'aware', 'for', 'those', 'that', 'are', 'extra', 'sensitive', 'i', 'purchased', 'size', 'mp', 'and', 'my', 'stats', 'are', '5', '3', '135', '38/28/35', ',5,1,5', 'general', 'tops', 'sweaters'] ['3484,1056,55', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3485,1056,46', 'pilcro', 'stet', 'chino', 'capris', 'i', "'m", 'not', 'much', 'of', 'a', 'chino', 'girl', 'but', 'these', 'fit', 'like', 'a', 'favorite', 'pair', 'of', 'jeans', 'and', 'with', 'heels', 'still', 'look', 'really', 'polished', 'love', 'them', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['3486,854,62', 'sweet', 'on', 'embroidery', 'soft', 'fitted', 'without', 'being', 'tight', 'flattering', 'neckline', 'nice', 'embroidery.,5,1,0', 'general', 'tops', 'knits'] ['3487,1056,26', 'soft', 'but', 'fit', 'oddly', 'i', 'wanted', 'to', 'love', 'these', 'but', 'the', 'zipper', 'is', 'extremely', 'short', 'and', 'they', 'were', 'not', 'flattering', 'on', 'my', 'thicker', 'thighs', 'and', 'large', 'behind', 'the', 'fabric', 'is', 'so', 'soft', 'however', 'and', 'the', 'color', 'is', 'great', 'would', 'work', 'on', 'a', 'less', 'curvy', 'woman', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3488,1056,41', 'love', 'this', 'chino', 'i', "'m", 'so', 'pleased', 'with', 'this', 'cropped', 'chino', 'with', 'all', 'its', 'lovely', 'colors', 'i', 'have', 'bought', '3', 'colors', 'so', 'far', 'and', 'i', 'love', 'the', 'fit', 'and', 'comfort', 'of', 'these', 'i', "'m", '5', '1', '104', 'pounds', 'and', 'took', 'the', '24p', 'since', 'this', 'runs', 'a', 'size', 'large', 'my', 'favorite', 'is', 'the', 'lovely', 'moss', 'color', 'which', 'really', 'a', 'brighter', 'mint', 'green', 'and', 'i', 'also', 'love', 'the', 'honey', 'color', 'for', 'spring', 'and', 'summer', 'these', 'fit', 'slightly', 'slim', 'yet', 'still', 'feel', 'relaxed', 'love', 'them', 'and', 'highly', 'recommend', 'these', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['3489,939,64', 'itchy', 'i', 'love', 'the', 'idea', 'of', 'this', 'coat', 'and', 'foolishly', 'purchased', 'other', 'items', 'in', 'happy', 'anticipation', 'of', 'its', 'arrival'] [] ['the', 'description', 'does', 'not', 'say', 'lined', 'and', 'i', 'hoped', 'for', 'soft', 'wool', 'that', 'i', 'recently', 'got', 'on', 'the', 'yellow', 'with', 'white', 'piping', 'sweater', 'coat', 'this', 'is', 'hard', 'coarse', 'itchy', 'wool', 'impossible', 'for', 'me', 'to', 'wear', 'an', 'unlined', 'garment', 'i', 'am', 'consistently', 'puzzled', 'by', 'the', 'high', 'prices', 'for', 'garments', 'that', 'are', 'unlined', 'when', 'they', 'really', 'need', 'to', 'be', 'it', 'went', 'back', 'and', 'i', 'can', 'not', 'really', 'recommend', 'this', 'as', 'i', 'know', 'i', 'am', 'not', 'the', 'only', ',3,0,22', 'general', 'tops', 'sweaters'] ['3490,1094,35', ',,2,0,0', 'general', 'dresses', 'dresses'] ['3491,898,67', 'ordered', 'two', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'extra', 'one', 'for', 'my', 'daughter-without', 'ever', 'running', 'it', 'by', 'her', 'first', 'i', "'d", 'first', 'seen', 'the', 'sweater', 'in', 'the', 'store', 'when', 'another', 'customer', 'was', 'tracking', 'it', 'down', 'it', 'looked', 'so', 'nice', 'and', 'unique', 'i', 'could', "n't", 'forget', 'about', 'it', 'even', 'though', 'i', 'did', "n't", 'try', 'it', 'on', 'at', 'the', 'time', 'very', 'happy', 'i', 'got', 'it', 'on', 'sale-and', 'so', 'i', 'got', 'two-luckily', 'we', 'go', 'to', 'our', 'different', 'workplaces', 'in', 'different', 'towns', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3492,898,44', 'super', 'soft', 'cozy', 'cardigan', 'i', 'have', 'a', 'long', 'torso', 'and', 'this', 'is', 'just', 'the', 'right', 'length', 'to', 'cover', 'my', 'behind', 'i', 'wish', 'retailer', 'would', 'carry', 'more', 'sweaters', 'with', 'this', 'shape', 'the', 'sweater', 'is', 'soft', 'and', 'light', 'perfect', 'for', 'every', 'day', 'and', 'you', 'could', 'wear', 'it', 'year', 'round', 'although', 'with', 'its', 'lighter', 'weight', 'it', 'might', 'not', 'be', 'as', 'perfect', 'for', 'winter', 'i', 'purchased', 'this', 'in', 'the', 'kelly', 'green', 'color', 'and', 'it', "'s", 'gorgeous', 'i', 'have', 'it', 'on', 'right', 'now', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3493,1056,31', 'really', 'wanted', 'to', 'love', 'these', 'these', 'are', 'so', 'soft', 'and', 'cute', 'and', 'i', 'could', 'see', 'myself', 'wearing', 'them', 'a', 'lot', 'however', 'my', 'normal', '25', 'was', 'just', 'too', 'baggy', 'and', 'the', 'few', 'times', 'i', 'tried', 'to', 'wear', 'them', 'around', 'the', 'house', 'they', 'just', 'bagged', 'out', 'and', 'all', 'i', 'did', 'was', 'pull', 'them', 'up', 'every', '2', 'seconds', 'i', 'ordered', 'the', 'black', 'mostly', 'because', 'i', 'was', "n't", 'crazy', 'about', 'any', 'of', 'the', 'other', 'colors', 'if', 'there', 'were', 'any', 'colors', 'left', 'in', 'a', '24', 'that', 'i', 'could', 'see', 'myself', 'wearing', 'i', 'would', 're', 'order', 'them', 'in', 'a', 'smaller', 'size', 'and', 'see', 'if', 'they', 'were', 'any', 'better', 'for', 'me', 'i', 'think', 'if', 'they', 'fit', 'you', 'well', 'a', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['3494,1094,39', 'huge', 'this', 'dress', 'is', 'huge', 'also', 'i', 'was', 'super', 'disappointed', 'in', 'the', 'fabric', 'i', 'thought', 'it', 'would', 'be', 'silly', 'like', 'a', 'georgette', 'but', 'it', 'was', 'coarse', 'more', 'like', 'a', 'poplin', 'and', 'thin', 'i', 'thought', 'it', 'looked', 'cheap', ',2,0,1', 'general', 'dresses', 'dresses'] ['3495,854,39', 'unique', 'and', 'a', 'great', 'fit', 'i', 'love', 'tiny', 'tops-', 'they', 'fit', 'great', 'i', 'buy', 'a', 'small', 'i', 'wish', 'this', 'was', 'a', 'henly', 'style', 'like', 'some', 'of', 'their', 'past', 'versions', 'of', 'this', 'embroidered', 'style', 'top', 'but', 'i', 'still', 'ike', 'it', 'and', 'will', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'at', 'first', 'i', 'thought', 'it', 'was', 'too', 'much', 'detal', 'but', 'it', 'grew', 'on', 'me', 'after', 'pulling', 'an', 'outfit', 'together', 'wo', "n't", 'dissapoint.,4,1,0', 'general', 'tops', 'knits'] ['3496,468,54', 'perfect', 'symmetry', 'in', 'lifesaver', 'colors', 'just', 'got', 'these', 'mara', 'hoffman', 'classic', 'bikini', 'bottoms', 'in', 'flight', 'azure', 'print.today', 'and', 'love', 'them', 'high', 'quality', 'fully', 'lined', 'and', 'reversible', 'the', 'pattern', 'placement', 'is', 'perfectly', 'symmetrical', 'and', 'the', 'colors', 'are', 'just', 'like', 'the', 'online', 'photos'] [] ['i', 'think', 'the', 'size', 'chart', 'on', 'the', 'mara', 'hoffman', 'site', 'is', 'correct', 'for', 'where', 'the', 'bottoms', 'sit', 'on', 'my', 'body', 'above', 'the', 'widest', 'part', 'i', 'have', 'a', 'a-shape', 'with', 'smaller', 'waist', 'and', 'hips', 'full', 'behind', 'and', 'thighs', 'currently', '33-25-37ish', '38', 'at', 'the', 'widest', 'which', 'is', 'at', 'my', 'thighs', 'in', 'these', 't', ',5,1,0', 'initmates', 'intimate', 'swim'] ['3497,931,47', 'big', 'oversized', 'sweater', 'the', 'neck', 'is', 'so', 'big', 'on', 'this', 'sweater', 'i', 'could', "n't", 'make', 'it', 'lay', 'right', 'the', 'shape', 'of', 'the', 'sweater', 'is', 'odd', 'it', 'is', 'really', 'wide', 'on', 'the', 'upper', 'torso', 'but', 'tapers', 'near', 'your', 'waist', 'it', 'did', 'not', 'look', 'as', 'depicted', 'on', 'the', 'model', 'the', 'sweater', 'is', 'a', 'lovely', 'color', 'i', 'liked', 'the', 'two-tone', 'but', 'overall', 'the', 'fit', 'was', 'too', 'weird', 'for', 'me', 'material', 'is', 'soft', 'and', 'it', 'felt', 'really', 'nice', 'on', 'but', 'just', 'too', 'oddly', 'shaped', 'and', 'a', 'crazy', 'big', 'neck', ',2,0,0', 'general', 'tops', 'sweaters'] ['3498,1070,68', 'i', 'loved', 'this', 'on', 'the', 'mannequin', 'and', 'assumed', 'it', 'would', 'look', 'terrible', 'on', 'me', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'was', 'delightfully', 'surprised', 'i', 'tried', 'a', 'small', 'and', 'it', 'was', 'too', 'roomy', 'in', 'the', 'top', 'so', 'i', 'opted', 'for', 'the', 'extra', 'small', 'i', "'m", '5', '6', 'and', '130', 'lbs', '27', 'in', 'jeans', '34a', 'my', 'booty', 'definitely', 'fills', 'it', 'out', 'but', 'the', 'rest', 'of', 'the', 'fit', 'is', 'similar', 'to', 'the', 'model', 'it', 'is', 'hard', 'to', 'get', 'on', 'and', 'off', 'but', 'if', 'you', 'tie', 'a', 'looser', 'bow', 'before', 'slipping', 'it', 'over', 'your', 'head', 'it', "'s", 'much', 'easier', 'to', 'get', 'back', 'on', 'and', 'you', 'can', 'tighten', 'it', 'up', 'again', 'fairly', 'easily', 'f', ',4,1,5', 'general', 'bottoms', 'pants'] ['3499,872,52', 'love', 'this', 'top', 'this', 'top', 'is', 'one', 'of', 'my', 'retailer', 'faves', 'it', 'is', 'so', 'comfortable', 'and', 'love', 'the', 'quality', 'and', 'design', 'i', 'receive', 'many', 'compliments', 'on', 'this', 'top', 'i', 'usually', 'wear', 'an', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'and', 'the', 'xs', 'was', 'a', 'little', 'tight', 'in', 'the', 'arms', 'the', 'dressing', 'room', 'attendant', 'suggested', 'ordering', 'a', 'petite', 'small', 'so', 'i', 'would', "n't", 'lose', 'the', 'shape', 'so', 'glad', 'i', 'did', 'it', 'fits', 'perfect', 'i', 'even', 'ordered', 'when', 'it', 'was', 'on', 'sale', 'the', 'gray', 'color', 'is', 'perfect', 'its', 'not', 'too', 'thick', 'or', 'thin.,5,0,2', 'general', 'tops', 'knits'] ['3500,872,35', 'love', 'the', 'blue', 'color', 'different', 'than', 'many', 'blue', 'tops', 'i', 'own', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'a', 'thicker', 'knit', 'and', 'perhaps', 'more', 'stiff', 'but', 'it', 'is', 'soft', 'and', 'a', 'lighter', 'knit', 'and', 'it', 'makes', 'the', 'shape', 'once', 'on', 'much', 'more', 'flattering', ',5,1,3', 'general', 'tops', 'knits'] ['3501,872,42', 'cozy', 'cool', 'pullover', 'i', 'ove', 'the', 'interesting', 'details', 'on', 'this', 'pullover', 'it', 'is', 'super', 'cozy', 'on', 'and', 'i', 'love', 'the', 'arched', 'hem', 'and', 'extra', 'long', 'cuffs', 'the', 'crew', 'neck', 'is', 'wide', 'and', 'comfortable', 'but', 'not', 'so', 'wide', 'that', 'you', 'need', 'another', 'shirt', 'underneath', 'great', 'easy', 'pullover', 'with', 'jeans', 'or', 'leggings.,5,1,1', 'general', 'tops', 'knits'] ['3502,872,56', 'i', 'loved', 'this', 'top', 'so', 'much', 'i', 'bought', 'it', 'in', 'both', 'colors', 'i', 'have', 'not', 'seen', 'anyone', 'complain', 'about', 'this', 'but', 'on', 'me', 'the', 'mock', 'neck', 'collapses', 'in', 'and', 'looks', 'messy', 'unfortunately', 'i', 'returned', 'both', 'i', 'sew', 'and', 'i', 'do', 'not', 'understand', 'why', 'this', 'happened', ',4,1,2', 'general', 'tops', 'knits'] ['3503,872,36', 'well', 'made', 'not', 'correct', 'fit', 'for', 'me', 'i', 'really', 'loved', 'the', 'color', 'and', 'fabric', 'of', 'this', 'sweater', 'i', 'liked', 'everything', 'about', 'it', 'except', 'how', 'wide', 'it', 'was', 'at', 'the', 'bottom', 'i', 'returned', 'it', 'for', 'this', 'reason.,3,0,0', 'general', 'tops', 'knits'] ['3504,1070,57', 'beautiful', 'jumpsuit', 'perfect', 'fit', 'for', 'my', 'size', 'it', 'elongate', 'my', 'petite', 'frame.,5,1,0', 'general', 'bottoms', 'pants'] ['3505,818,60', 'gaping', 'this', 'shirt', 'is', 'not', 'near', 'as', 'nice', 'as', 'it', 'may', 'look', 'the', 'fabric', 'is', 'just', 'ok', 'it', 'runs', 'large', 'i', 'ordered', 'a', 'xs', 'and', 'the', 'neck', 'line', 'was', 'huge', 'and', 'gaping', 'not', 'worth', 'the', 'money', 'even', 'on', 'sale,2,0,0', 'general', 'petite', 'tops', 'blouses'] ['3506,872,41', ',great', 'top', 'that', 'can', 'be', 'worn', 'so', 'many', 'ways', 'i', 'bought', 'the', 'top', 'in', 'gray', 'because', 'it', 'is', 'way', 'more', 'interesting', 'in', 'person', 'it', 'has', 'just', 'a', 'touch', 'of', 'sparkle', 'in', 'it', 'and', 'lots', 'of', 'texture', 'i', 'have', 'seen', 'this', 'top', 'on', 'several', 'people', 'and', 'it', 'seems', 'to', 'flatter', 'lots', 'of', 'different', 'body', 'types.,5,1,2', 'general', 'tops', 'knits'] ['3507,872,43', 'so', 'bummed', 'i', 'so', 'loved', 'the', 'look', 'of', 'this', 'top', 'and', 'most', 'of', 'the', 'reviews', 'seemed', 'really', 'good', 'i', 'thought', 'the', 'material', 'was', 'great', 'and', 'i', 'ordered', 'the', 'blue', 'which', 'is', 'a', 'beautiful', 'color', 'but', 'the', 'fit', 'was', 'way', 'off', 'and', 'the', 'design', 'is', 'way', 'off', 'for', 'a', 'girl', 'with', 'hips', 'first', 'the', 'fit', 'the', 'arm', 'pits', 'are', 'low', 'and', 'do', "n't", 'actually', 'tuck', 'into', 'where', 'your', 'armpits', 'are', 'so', 'you', 'have', 'this', 'weird', 'restriction', 'in', 'arm', 'movement', 'then', 'the', 'design', 'is', 'not', 'great', 'either', 'and', 'others', 'mentioned', 'this', 'the', 'sweater', 'at', 'the', 'bottom', 'has', 'way', 'too', 'much', 'extra', 'materi', ',3,0,1', 'general', 'tops', 'knits'] ['3508,1070,41', 'well', 'first', 'off', 'i', 'knew', 'a', 'jumpsuit', 'was', 'going', 'to', 'be', 'a', 'gamble', 'for', 'me-', 'i', 'have', 'a', 'long', 'torso', 'at', '6', 'feet', 'but', 'i', 'just', 'loved', 'the', 'print', 'and', 'the', 'style', 'and', 'typically', 'all', 'things', 'sactuary', 'so', 'i', 'was', 'willing', 'to', 'risk', 'it'] ['sadly', 'the', 'torso', 'length', 'was', 'an', 'issue', 'and', 'it', 'seemed', 'to', 'run', 'small', 'to', 'me-i', 'ordered', 'a', 'small', 'which', 'usually', 'would', 'fit', 'fine', 'but', 'ended', 'up', 'pulling', 'across', 'my', 'hips', 'and', 'with', 'the', 'patten', 'being', 'what', 'it', 'is', 'well', 'on', 'me', 'it', 'just', 'was', "n't", 'flattering', 'or', 'comfortable', ',4,1,23', 'general', 'bottoms', 'pants'] ['3509,1070,28', 'legs', 'are', 'very', 'long', 'but', 'beautiful', 'i', 'tried', 'this', 'on', 'in', 'a', 'm', 'it', 'fit', 'tts', 'aside', 'from', 'the', 'fact', 'that', 'there', 'were', 'super', 'long', 'very', 'form', 'fitted', 'and', 'flattering.,4,1,0', 'general', 'bottoms', 'pants'] ['3510,872,39', 'i', 'wanted', 'to', 'love', 'it', 'love', 'the', 'blue', 'color', 'and', 'the', 'bit', 'of', 'sparkle', 'gives', 'this', 'otherwise', 'casual', 'piece', 'a', 'bit', 'of', 'flair', 'the', 'hem', 'is', 'cool', 'love', 'the', 'big', 'cuffs', 'but', 'i', 'looked', 'like', 'the', 'liberty', 'bell', 'in', 'the', 'small', 'it', 'is', 'huge', 'through', 'the', 'hips', 'not', 'at', 'all', 'like', 'on', 'th', 'model', 'i', 'also', 'worried', 'it', 'would', 'shrink', 'and', 'i', 'would', 'lose', 'the', 'length', 'in', 'the', 'arms', 'returned', ',3,0,1', 'general', 'tops', 'knits'] ['3511,872,39', 'like', 'it', 'comfy', 'nice', 'but', "dind't", 'keep', 'this', 'sweater', 'is', 'pretty', 'the', 'cut', 'is', 'very', 'flattering', 'both', 'colors', 'are', 'nice', 'i', 'ordered', 'both', 'but', 'i', 'decided', 'to', 'reutn', 'both', 'only', 'because', 'i', 'have', 'enough', 'sweaters', 'and', 'live', 'in', 'southern', 'california', 'otherwise', 'say', 'go', 'for', 'it', 'it', 'is', 'well', 'made', 'and', 'woud', 'definitely', 'keep', 'me', 'warm', 'i', 'also', 'like', 'the', 'mock', 'neck', 'the', 'long', 'sleeve', 'hem', 'and', 'contrasting', 'colors', 'i', 'tried', 'on', 'petite', 'xs', 'which', 'was', 'perfect', 'for', 'me', '5', '1.5', '115', 'lbs', ',4,1,0', 'general', 'tops', 'knits'] ['3512,1070,47', 'almost', 'right', 'but', 'not', 'quite', 'i', 'bought', 'this', 'jumpsuit', 'in', 'a', 'size', 'medium', '32d', '31', 'waist', '38', 'hips/butt', 'i', 'have', 'a', 'jumpsuit', 'in', 'this', 'style', 'but', 'it', "'s", 'silk', 'so', 'i', 'was', 'looking', 'for', 'one', 'i', 'could', 'wear', 'anytime', 'that', 'said', 'even', 'i', 'need', 'a', 'heel', 'with', 'this', 'jumpsuit', 'the', 'problems', 'were', 'these', 'first', 'it', 'was', 'very', 'hard', 'to', 'get', 'on', 'very', 'hard', 'to', 'tie', 'the', 'back', 'get', 'all', 'four', 'panels', 'even', 'tied', 'hiding', 'my', 'bra', 'etc', 'lots', 'of', 'fussing', 'your', 'may', 'need', 'a', 'partner', 'to', 'help', 'if', 'i', 'had', "n't", 'been', 'doing', 'a', 'lot', 'of', 'yoga', 'i', 'may', 'not', 'have', 'managed', 'once', 'on', 'the', 'style', 'looked', 'great', 'as', ',3,1,22', 'general', 'bottoms', 'pants'] ['3513,872,36', 'classic', 'this', 'top', 'caught', 'my', 'eye', 'in', 'store', 'because', 'of', 'the', 'fabric', 'texture', 'and', 'light', 'gray', 'color', 'i', 'was', "n't", 'too', 'sure', 'i', "'d", 'like', 'the', 'cut', 'on', 'the', 'bottom', 'but', 'the', 'neckline', 'was', 'so', 'lovely', 'i', 'thought', 'i', "'d", 'try', 'it', 'out', 'i', 'went', 'with', 'a', 'small', 'which', 'is', 'my', 'usual', 'if', 'not', 'extra', 'small', 'and', 'loved', 'it', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'the', 'shape', 'is', 'very', 'flattering', 'even', 'with', 'my', 'post', 'baby', 'figure', 'i', 'definitely', 'think', 'that', 'it', "'s", 'better', 'in', 'person', 'than', 'in', 'the', 'photos', 'online', 'and', 'the', 'price', 'seems', 'very', 'good', 'for', 'a', 'lovely', 'sweater', 'that', "'s", 'both', 'classic', 'and', 'mode', ',5,1,6', 'general', 'tops', 'knits'] ['3514,955,51', 'too', 'smalllllll', 'high', 'quality', 'and', 'worth', 'full', 'price', 'but', 'way', 'too', 'small', 'also', 'a', 'bit', 'short', 'in', 'the', 'torso', ',4,1,0', 'general', 'jackets', 'jackets'] ['3515,818,34', 'just', 'did', "n't", 'work', 'for', 'me', 'this', 'top', 'does', 'look', 'as', 'pictured', 'the', 'sleeves', 'hit', 'me', 'the', 'same', 'and', 'the', 'size', 'was', 'true', 'i', 'just', 'did', "n't", 'like', 'it', 'it', 'was', 'shorter', 'than', 'i', 'wanted', 'in', 'length', 'and', 'i', 'just', 'did', "n't", 'feel', 'like', 'this', 'top', 'was', 'worth', 'the', 'price', 'so', 'it', "'s", 'going', 'back', 'i', 'feel', 'like', 'i', 'have', 'had', 'shirts', 'with', 'this', 'texture', 'and', 'over', 'time', 'they', 'just', 'did', "n't", 'wear', 'as', 'well', 'so', 'i', 'was', 'afraid', 'with', '3', 'kids', 'it', 'would', "n't", 'be', 'a', 'good', 'idea', 'i', 'paired', 'it', 'with', 'a', 'blazer', 'and', 'it', 'looked', 'great', 'but', 'on', 'it', "'s", 'on', 'i', 'do', "n't", 'know', 'just', 'not', 'for', 'me', 'for', 'reference', 'i', 'am', '5', '8', '128lb', ',4,0,2', 'general', 'petite', 'tops', 'blouses'] ['3516,1080,36', 'gorgeous', 'vintage', 'inspired', 'and', 'elegant', 'dress', 'this', 'is', 'by', 'far', 'one', 'of', 'my', 'favorite', 'dresses', 'i', 'have', 'tried', 'on', 'in', 'a', 'long', 'time', 'i', 'am', 'a', '2-4', 'the', 'small', 'was', 'tts', 'and', 'so', 'flattering', 'i', 'think', 'this', 'would', 'be', 'better', 'for', 'someone', 'taller', 'with', 'a', 'lean', 'frame', 'though', 'its', 'not', 'super', 'tight', 'and', 'the', 'material', 'has', 'a', 'great', 'weight', 'to', 'it', 'it', 'is', "n't", 'lined', 'and', 'could', 'definitely', 'show', 'figure', 'flaws', 'for', 'me', 'it', 'skims', 'my', 'body', 'elegantly', 'and', 'was', 'very', 'comfortable', 'through', 'the', 'bust', 'waist', 'and', 'hip', '34c/26/36', 'it', 'fits', 'me', 'like', 'the', 'model', 'in', 'the', 'image', 'the', 'one', 'down', 'side', 'is', 'that', 'it', 'is', 'pullover', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3517,844,39', 'for', 'the', 'lanky', 'models', 'i', 'so', 'badly', 'wanted', 'this', 'top', 'to', 'work', 'it', 'looks', 'so', 'cute', 'but', 'as', 'soon', 'as', 'i', 'tried', 'it', 'on', 'i', 'knew', 'it', 'was', "n't", 'a', 'keeper', 'i', 'did', "n't", 'even', 'need', 'a', 'mirror', 'it', "'s", 'not', 'suited', 'for', 'those', 'of', 'us', 'with', 'a', 'bust', 'i', "'m", 'a', '34d', 'and', 'anything', 'but', 'a', 'lanky', 'model-esque', 'frame', 'i', 'suggest', 'sizing', 'up', 'if', 'you', "'re", 'busty', 'and', 'want', 'to', 'give', 'it', 'a', 'try', 'it', 'looked', 'dowdy', 'on', 'me', ',3,0,0', 'general', 'tops', 'blouses'] ['3518,844,33', ',it', "'s", 'a', 'beautiful', 'top', 'but', 'not', 'for', 'bigger', 'busts', 'ordered', 'an', 'xl', 'and', 'the', 'top', 'part', 'would', 'not', 'button', 'i', 'recommend', 'for', 'those', 'with', 'smaller', 'busts.,2,1,0', 'general', 'tops', 'blouses'] ['3519,872,57', 'amazing', 'top', 'i', 'purchased', 'this', 'top', 'i', 'thought', 'of', 'it', 'as', 'a', 'sweater', 'to', 'wear', 'for', 'a', 'chilly', 'holiday', 'in', 'mn', 'it', "'s", 'super', 'flattering', 'and', 'i', 'think', 'it', 'would', 'be', 'on', 'anyone', 'my', '28', 'year', 'old', 'daughter', 'saw', 'it', 'on', 'me', 'and', 'claimed', 'at', 'a', 'christmas', 'present', 'so', 'i', 'just', 'ordered', 'another', 'we', 'have', 'very', 'different', 'body', 'types', 'but', 'the', 'neckline', 'made', 'us', 'both', 'look', 'very', 'elegant', 'and', 'it', 'is', 'super', 'comfortable', 'i', 'have', "n't", 'seen', 'how', 'it', 'cleans', 'yet', 'we', 'both', 'got', 'the', 'lighter', 'colored', 'one', 'love', ',5,1,5', 'general', 'tops', 'knits'] ['3520,872,62', 'loved', 'so', 'much', 'i', 'bought', 'both', 'immediately', 'loved', 'this', 'when', 'i', 'saw', 'it', 'online', 'and', 'even', 'more', 'in', 'person', 'i', "'m", 'only', '5', '1', 'so', 'i', 'tried', 'the', 'petite', 'sizing', 'first', 'but', 'ended', 'up', 'buying', 'the', 'regular', 'in', 'an', 'xs', 'for', 'the', 'slightly', 'longer', 'length', 'the', 'regular', 'fit', 'me', 'like', 'the', 'model', 'in', 'length', 'and', 'i', 'probably', 'could', 'have', 'taken', 'the', 'xxs', 'except', 'the', 'sleeves', 'were', 'too', 'narrow', 'in', 'that', 'size', 'i', 'like', 'that', 'the', 'cuffs', 'are', 'long', 'so', 'if', 'you', 'have', 'to', 'turn', 'it', 'up', 'like', 'i', 'do', 'it', 'does', "n't", 'look', 'weird', 'also', 'i', 'found', 'the', 'fit', 'flattering', 'at', 'the', 'hips', 'following', 'my', 'hourglass', 'shape', 'withou', ',5,1,11', 'general', 'tops', 'knits'] ['3521,797,30', 'one', 'the', 'fence', 'i', 'am', 'on', 'the', 'fence', 'about', 'this', 'one', 'the', 'length', 'is', 'great', 'it', 'hits', 'right', 'above', 'my', 'knee', 'at', '5', '1', 'overall', 'it', 'was', 'larger', 'than', 'i', 'was', 'hoping', 'the', 'waist', 'is', 'pretty', 'loose', 'and', 'i', 'really', 'had', 'to', 'tightly', 'tie', 'the', 'back', 'to', 'get', 's', 'good', 'shoulder', 'fit', 'the', 'bottom', 'is', 'very', 'voluminous', 'making', 'me', 'look', 'wide', 'i', 'wish', 'they', 'had', 'it', 'in', 'a', 'petite', 'size', 'for', 'this', 'price', 'i', 'will', 'probably', 'return', 'it', 'it', "'s", 'not', 'worth', 'the', '300', 'price', 'tag', ',3,0,2', 'initmates', 'intimate', 'lounge'] ['3522,818,45', 'great', 'top', 'i', 'love', 'this', 'top', 'it', 'looks', 'exactly', 'like', 'the', 'picture', 'except', 'the', 'sleeves', 'are', 'not', 'full', 'length', 'they', 'are', 'closer', 'to', '3/4', 'length', 'the', 'color', 'is', 'vibrant', 'and', 'the', 'material', 'is', 'light', 'and', 'comfortable.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['3523,872,34', 'a', 'slightly', 'shimmery', 'everyday', 'pullover', 'my', 'retailer', 'location', 'only', 'had', 'the', 'blue', 'option', 'which', 'i', 'found', 'to', 'be', 'very', 'appealing', 'and', 'better', 'in', 'person', 'for', 'the', 'following', 'reasons'] ['__________'] ['pros'] ['lighter', 'knit', 'like', 'others', 'mentioned'] ['the', 'blue', 'is', 'a', 'deep', 'blue', 'with', 'threads', 'of', 'shimmery', 'black', 'that', 'give', 'it', 'a', 'more', 'elegant', 'touch', 'while', 'still', 'being', 'casual', 'i', 'did', "n't", 'see', 'the', 'grey', 'so', 'i', 'can', 'not', 'compare', 'the', 'two', 'differences', 'but', 'i', 'found', 'the', 'blue', 'color', 'lovely'] ['this', 'looks', 'much', 'better', 'in', 'person'] ['it', 'sat', 'well', 'on', 'my', 'tall', 'frame', 'of', '5', '9', '36', 'c', 'wide', 'hips', 'and', 'hour', ',4,1,6', 'general', 'tops', 'knits'] ['3524,1080,36', 'great', 'in', 'photo', 'not', 'so', 'much', 'on', 'this', 'dress', 'looked', 'like', 'something', 'i', 'would', 'wear', 'and', 'covet', 'for', 'years', 'unfortunately', 'it', 'was', 'loose', 'in', 'the', 'places', 'where', 'it', 'should', 'show', 'shape', 'and', 'was', 'tight', 'in', 'others', 'the', 'bodice', 'is', 'incredibly', 'small', 'and', 'not', 'meant', 'for', 'bigger', 'chested', 'women', 'while', 'the', 'fabric', 'is', 'beautiful', 'overall', 'the', 'dress', 'did', 'not', 'look', 'like', 'much', 'disappointed', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3525,929,46', 'barely', 'covered', 'my', 'bum', 'not', 'a', 'tunic', 'unless', 'the', 'model', 'pictured', 'is', '5', '1', 'barely', 'covered', 'my', 'backside', 'and', 'not', 'as', 'advertised', 'design', 'on', 'top', 'is', 'interesting', 'and', 'the', 'fabric', 'is', 'soft', 'so', 'it', "'s", 'a', 'good', 'buy', 'if', '50', 'off', 'or', 'more.,2,0,0', 'general', 'tops', 'sweaters'] ['3526,872,39', 'it', 'sparkles', 'i', 'was', 'thinking', 'this', 'would', 'be', 'a', 'straight', 'up', 'terry', 'cloth', 'athleisure', 'top', 'but', 'the', 'subtle', 'metallic', 'thread', 'woven', 'into', 'the', 'cloud', 'gray', 'fabric', 'elevates', 'the', 'style', 'really', 'loved', 'the', 'top', 'because', 'of', 'the', 'cut', 'and', 'interesting', 'hemline', 'but', 'i', 'adore', 'it', 'for', 'the', 'bit', 'of', 'sparkle', ',5,1,0', 'general', 'tops', 'knits'] ['3527,872,56', 'fun', 'yet', 'not', 'too', 'casual', 'one', 'of', 'the', 'sales', 'women', 'was', 'wearing', 'this', 'today', 'she', 'looked', 'amazing', 'then', 'i', 'tried', 'on', 'i', 'looked', 'really', 'great', 'the', 'gray', 'pattern', 'is', 'much', 'more', 'distinctive', 'in', 'person', 'it', 'is', 'comfy', '97', 'cotton', 'the', 'unique', 'hem', 'adds', 'punch', 'able', 'to', 'dress', 'up', 'or', 'down', 'i', "'m", 'a', 'true', 'size', '6.', 'small', 'fits', 'perfectly', 'medium', 'was', 'very', 'loose', 'and', 'oversized', 'well', 'constructed', 'feels', 'more', 'like', 'a', '98', '78', 'retail', 'pullover', 'highly', 'recommend.,5,1,16', 'general', 'tops', 'knits'] ['3528,929,68', 'too', 'short', 'i', 'was', 'interested', 'in', 'this', 'sweater', 'because', 'i', 'actually', 'thought', 'it', 'was', 'a', 'tunic', 'the', 'sweater', 'is', 'much', 'shorter', 'than', 'i', 'thought', 'i', 'wish', 'i', 'could', 'return', 'it', 'i', 'bought', 'a', 'size', 'large', 'which', 'is', 'my', 'normal', 'size.,1,0,7', 'general', 'tops', 'sweaters'] ['3529,872,38', 'love', 'my', 'sister', 'gave', 'me', 'this', 'top', 'for', 'christmas', 'and', 'it', "'s", 'perfect', 'i', 'find', 'myself', 'grabbing', 'for', 'it', 'constantly', 'i', "'m", 'usually', 'an', 'xsp', 'and', 'the', 'xxs', 'fits', 'me', 'perfectly', 'i', 'wear', 'it', 'with', 'leggings', 'and', 'jeans.,5,1,2', 'general', 'tops', 'knits'] ['3530,872,51', 'satisfied', 'and', 'beyond', 'beautiful', 'choice', 'beautiful', 'fit', 'for', 'my', 'daughter', "'s", 'slim', 'body,5,1,2', 'general', 'tops', 'knits'] ['3531,872,54', 'blue', 'version', 'runs', 'much', 'wider', 'in', 'the', 'hips', 'tried', 'on', 'the', 'blue', 'in', 'xsp', 'and', 'xs', 'tried', 'the', 'grey', 'in', 'xxs', 'i', "'m", '5', '2', 'currently', '33-25-37', 'with', 'narrow', 'shoulders', 'and', 'a', 'long', 'torso'] [] ['the', 'blue', 'version', 'runs', 'very', 'wide', 'in', 'the', 'hips', 'compareed', 'to', 'the', 'grey', 'but', 'is', 'very', 'fitted', 'at', 'the', 'top', 'giving', 'it', 'a', 'trapeze', 'shape', 'not', 'a', 'good', 'look', 'on', 'my', 'pear', 'shape', 'the', 'sleeves', 'on', 'the', 'petite', 'size', 'were', 'a', 'better', 'fit', 'but', 'it', 'was', 'shorter', 'than', 'on', 'the', 'model', 'the', 'grey', 'is', 'more', 'slender', 'with', 'very', 'snug', 'arms', 'that', 'do', 'stretch', 'out'] [] ['a', 'pass', 'for', 'me', 'even', 'though', 'i', 'love', 'the', 'mostly', 'cotton', 'fa', ',4,1,0', 'general', 'tops', 'knits'] ['3532,872,47', 'pretty', 'fabric-', 'nice', 'fit', 'i', 'love', 'this', 'color', 'blue', 'when', 'this', 'item', 'went', 'on', 'sale', 'i', 'had', 'to', 'grab', 'it', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', 'feels', 'medium', 'weight', 'to', 'me', 'so', 'i', 'could', 'throw', 'this', 'on', 'on', 'a', 'cool', 'summer', 'night', 'and', 'also', 'in', 'the', 'fall', 'there', 'is', 'some', 'sparkle', 'to', 'the', 'fabric', 'which', 'i', 'think', 'is', 'really', 'a', 'nice', 'added', 'touch', 'feels', 'comfortable', 'on', 'and', 'looks', 'adorable', ',4,1,0', 'general', 'tops', 'knits'] ['3533,872,31', 'unique', 'item', 'i', 'did', "n't", 'thoroughly', 'read', 'the', 'description', 'of', 'this', 'product', 'so', 'when', 'it', 'arrived', 'i', 'was', 'surprised', 'to', 'see', 'the', 'thread', 'was', 'sparkly', 'i', 'tried', 'it', 'on', 'and', 'the', 'neckline', 'is', 'absolutely', 'beautiful', 'and', 'feminine', 'it', 'looks', 'like', 'a', 'masculine', 'cut', 'on', 'the', 'model', 'but', 'it', "'s", 'actually', 'a', 'really', 'beautiful', 'neckline', 'with', 'flared', 'flowing', 'bottom', 'to', 'it'] [] ['my', 'only', 'complaint', 'is', 'that', 'it', 'looks', 'a', 'tad', 'longer', 'on', 'the', 'model', 'then', 'it', 'is', 'is', 'real', 'life', 'i', "'m", '5', '9', 'and', 'it', 'shows', 'most', 'of', 'my', 'behind', 'unlike', 'the', 'length', 'of', 'the', 'model', 'where', 'it', 'seems', 'more', 'like', ',4,1,5', 'general', 'tops', 'knits'] ['3534,929,34', ',really', 'well', 'made', 'beautiful', 'sadly', 'it', 'is', 'very', 'short', 'not', 'a', 'tunic', 'at', 'all.,1,0,2', 'general', 'tops', 'sweaters'] ['3535,895,67', 'trendy', 'and', 'nice', 'casual', 'purchased', 'this', 'sweater', 'as', 'a', 'gift', 'for', 'my', 'daughter', 'and', 'when', 'i', 'saw', 'it', 'wanted', 'one', 'for', 'myself', 'it', 'is', 'a', 'light', 'to', 'medium', 'weight', 'and', 'works', 'well', 'with', 'jeans', 'or', 'for', 'work', 'the', 'sweater', 'is', 'shaped', 'smaller', 'at', 'bottom', 'and', 'is', 'flattering', 'the', 'one', 'problem', 'was', 'that', 'when', 'you', 'raise', 'your', 'arms', 'the', 'sweater', 'also', 'rises', 'to', 'expose', 'your', 'torso', 'it', 'was', 'returned', ',3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3536,1077,34', 'love', 'this', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'fit', 'is', 'great', 'and', 'the', 'elastic', 'waist', 'helps', 'to', 'show', 'off', 'your', 'shape', 'it', "'s", 'great', 'for', 'the', 'warmer', 'fall', 'weather', 'we', 'have', 'in', 'the', 'south', 'but', 'i', 'can', 'put', 'tights', 'with', 'it', 'when', 'it', 'gets', 'colder', 'the', 'dress', 'is', 'thin', 'but', 'not', 'sheer', 'so', 'there', "'s", 'no', 'need', 'for', 'a', 'liner', 'i', "'m", '5', '8', 'weigh', '144lbs', 'and', 'ordered', 'this', 'dress', 'in', 'a', 'size', '10.', 'i', 'think', 'i', 'might', 'have', 'been', 'able', 'to', 'wear', 'an', '8', 'but', 'the', '10', 'fit', 'so', 'well', 'that', 'i', 'kept', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['3537,869,69', 'best', 'summer', 'top', 'this', 'top', 'is', 'the', 'best', 'summer', 'top', 'ever', 'looks', 'great', 'washes', 'great', 'packs', 'great', 'i', 'get', 'compliments', 'whenever', 'i', 'wear', 'it', 'fit', 'is', 'true', 'to', 'size', 'goes', 'with', 'everything', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3538,869,39', 'i', 'think', 'this', 'top', 'looks', 'lovely', 'however', 'it', 'does', 'not', 'fit', 'my', 'body', 'shape', 'i', 'am', 'an', 'hourglass', 'shape', 'the', 'shirt', 'clung', 'tightly', 'to', 'my', 'chest', 'and', 'did', "n't", 'drape', 'nicely', 'around', 'my', 'waist/hips', 'like', 'on', 'the', 'model', 'i', 'think', 'top', 'could', 'look', 'great', 'on', 'someone', 'who', 'has', 'a', 'lean', 'square', 'or', 'athletic', 'build'] [] ['also', 'this', 'top', 'definitely', 'runs', 'large', 'according', 'to', 'the', 'retailer', 'size', 'chart', 'i', 'should', 'be', 'between', 'a', 'small', 'and', 'a', 'medium', 'for', 'my', 'waist', 'and', 'hip', 'measurements', 'but', 'this', 'top', 'was', 'much', 'too', 'large', 'overall', 'in', 'a', 'small', 'and', 'still', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3539,1077,23', 'not', 'for', 'the', 'uber-curvy', 'so', 'much', 'about', 'this', 'dress', 'is', 'wonderful', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'the', 'color', 'is', 'gorgeous', 'i', 'got', 'this', 'in', 'the', 'blue', 'the', 'length', 'on', 'the', 'petite', 'hits', 'right', 'above', 'the', 'knee', 'unfortunately', 'i', 'got', 'a', '12p', 'my', 'usual', 'size', 'in', 'antho', 'dresses', 'and', 'the', 'elastic', 'waistband', 'was', 'on', 'my', 'boobs', 'rather', 'than', 'under', 'them', 'i', "'ve", 'got', 'a', 'sizable', 'bust', '36g', 'so', 'this', 'happens', 'from', 'time', 'to', 'time', 'i', "'m", 'exchanging', 'for', 'a', 'regular', 'which', 'hopefully', 'will', 'have', 'a', 'little', 'more', 'room', 'but', 'busty', 'gals', 'beware', 'at', 'least', 'it', "'s", 'not', 'too', 'low', 'cut', ',3,1,1', 'general', 'dresses', 'dresses'] ['3540,1077,37', 'i', 'recommend', 'dry', 'cleaning', 'this', 'dress', 'was', 'my', 'absolute', 'favorite', 'recent', 'retailer', 'purchase', 'the', 'fit', 'is', 'so', 'flattering', 'i', 'think', 'this', 'dress', 'runs', 'true', 'to', 'size-i', 'usually', 'wear', 'a', 'size', '6', 'in', 'hd', 'in', 'paris', 'and', 'that', "'s", 'what', 'size', 'i', 'ordered', 'i', 'expect', 'i', 'could', 'have', 'fit', 'in', 'a', '4', 'but', 'the', '6', 'is', 'comfortable', 'i', 'am', '5', '4', 'but', 'i', 'ordered', 'the', 'regular', 'length', 'and', 'it', 'hit', 'just', 'above', 'the', 'knee', 'i', 'agree', 'that', 'it', 'could', 'use', 'pockets', 'but', 'no', 'need', 'for', 'lining', 'however', 'i', 'just', 'laundered', 'this', 'dress', 'for', 'the', 'first', 'time-hand', 'wash', 'lay', 'flat', 'to', 'dry', 'as', 'recommended', 'and', 'this', 'dr', ',2,0,1', 'general', 'dresses', 'dresses'] ['3541,895,20', 'absolutely', 'lovely', 'it', 'fits', 'perfectly', 'slim', 'but', 'not', 'clingy', 'and', 'it', 'has', 'a', 'beautiful', 'pattern/texture', 'to', 'it', 'its', 'surprisingly', 'warm', 'for', 'how', 'thin', 'it', 'is', 'and', 'its', 'a', 'great', 'layering', 'piece', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3542,869,60', 'this', 'is', 'a', 'beautiful', 'top', 'it', 'fits', 'like', 'a', 'glove', 'very', 'flattering.', 'got', 'lots', 'of', 'compliments'] ['i', 'am', '5', '4', 'and', '125', 'lbs', 'i', 'bought', 'size', 'medium', 'love', 'it', 'worth', 'the', 'money', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3543,1077,62', 'easy', 'everyday', 'dress', 'just', 'bought', 'this', 'in', 'navy', 'and', 'love', 'the', 'easy', 'versatility', 'of', 'it', 'the', 'other', 'colors', 'in', 'the', 'print', 'including', 'some', 'black', 'can', 'be', 'worn', 'as', 'is', 'with', 'a', 'cardi', 'denim', 'jacket', 'leggings/tights', 'and', 'boots', 'etc', 'i', 'found', 'the', 'fit', 'to', 'be', 'somewhat', 'loose', 'in', 'my', 'usual', 'size', '4', 'particularly', 'in', 'the', 'chest', 'i', "'m", '34a', 'and', 'length', 'was', 'long', 'enough', 'to', 'not', 'need', 'leggings', 'in', 'spring/summer', 'at', '5', '7', 'the', 'neckline', 'is', 'cut', 'somewhat', 'low', 'but', 'retains', 'modesty', 'in', 'my', 'opinion', 'because', 'of', 'how', 'narrow', 'of', 'a', 'v', 'it', 'is', 'do', "n't", 'feel', 'need', 'for', 'cami', 'very', ',5,1,1', 'general', 'dresses', 'dresses'] ['3544,1077,52', 'great', 'dress', 'comfortable', 'and', 'flattering', 'for', 'all', 'body', 'types', 'good', 'for', 'both', 'day', 'and', 'evening', ',4,1,0', 'general', 'dresses', 'dresses'] ['3545,869,58', 'do', "n't", 'pass', 'me', 'by', 'beautiful', 'did', 'not', 'look', 'like', 'much', 'on', 'the', 'hanger', 'but', 'this', 'is', 'a', 'beauty', 'give', 'it', 'a', 'try'] ['i', 'am', "5'10", 'normally', 'a', 'size', '6', 'and', 'the', 'small', 'fits', 'perfectly', 'it', 'should', 'be', 'loose', 'fitting', 'with', 'a', 'dropped', 'not', 'so', 'obvious', 'flounce', 'the', 'colors', 'are', 'subtle', 'and', 'it', 'will', 'go', 'nicely', 'with', 'many', 'lightweight', 'summer', 'pants', 'and', 'shorts', ',5,1,17', 'general', 'petite', 'tops', 'knits'] ['3546,1077,31', 'perfect', 'summer', 'to', 'fall', 'dress', 'i', 'love', 'this', 'dress', 'purchased', 'it', 'in', 'pink', 'and', 'then', 'in', 'the', 'blue', 'color', 'it', "'s", 'perfect', 'for', 'any', 'occasion', 'and', 'is', 'very', 'comfortable', 'i', 'feel', 'like', 'it', 'fits', 'true', 'to', 'size', 'and', 'was', 'not', 'to', 'revealing', 'in', 'the', 'front', 'however', 'if', 'i', 'was', 'to', 'wear', 'this', 'to', 'work', 'it', 'would', 'need', 'a', 'cami', 'underneath', 'it', 'is', 'not', 'lined', 'as', 'well', 'love', 'this', 'dress', 'buy', 'it', 'in', 'every', 'color', ',5,1,0', 'general', 'dresses', 'dresses'] ['3547,652,67', 'runs', 'small', 'and', 'short', 'waisted', 'i', "'m", 'writing', 'this', 'to', 'warn', 'others', 'that', 'these', 'run', 'small', 'i', 'ordered', 'my', 'usual', 'small', 'and', 'then', 'because', 'of', 'the', 'elastic', 'waist', 'i', 'also', 'ordered', 'the', 'medium', 'neither', 'size', 'fit', 'me', 'even', 'the', 'medium', 'was', 'not', 'only', 'too', 'tight', 'in', 'the', 'elastic', 'to', 'be', 'worn', 'at', 'the', 'hip', 'as', 'shown', 'but', 'too', 'short', 'waisted', 'to', 'be', 'worn', 'at', 'the', 'waist', 'they', 'are', 'generally', 'smaller', 'everywhere', 'which', 'just', 'seems', 'wrong', 'in', 'this', 'style', 'pant', 'also', 'take', 'note', 'these', 'are', 'slit', 'up', 'the', 'side', 'which', 'i', 'could', 'not', 'see', 'in', 'the', 'photo', 'it', "'s", 'not', 'a', 'high', 'slit', 'but', 'still', 'does', 'c', ',3,1,7', 'initmates', 'intimate', 'lounge'] ['3548,1077,34', ',this', 'is', 'a', 'great', 'throw', 'on', 'and', 'go', 'dress', 'it', 'would', 'work', 'great', 'with', 'a', 'sweater', 'and', 'tights', 'or', 'by', 'itself', 'in', 'the', 'hottest', 'of', 'weather', 'it', 'looks', 'a', 'lot', 'less', 'awkward', 'on', 'than', 'the', 'picture', 'online', 'indicates.,5,1,2', 'general', 'dresses', 'dresses'] ['3549,1077,39', 'caught', 'my', 'eye', 'i', 'saw', 'this', 'dress', 'in', 'the', 'new', 'arrivals', 'in', 'red', 'and', 'it', 'caught', 'my', 'attention', 'but', 'not', 'enough', 'to', 'order', 'it', 'the', 'pictures', 'online', 'for', 'other', 'colors', 'did', "n't", 'look', 'that', 'great', 'well', 'i', 'saw', 'the', 'black', 'in', 'the', 'store', 'and', 'decided', 'to', 'try', 'it', 'on', 'as', 'it', 'looked', 'like', 'hte', 'cut', 'would', 'be', 'cute', 'it', 'fit', 'like', 'a', 'glove', 'and', 'i', 'actually', 'love', 'the', 'pattern', 'i', 'ordred', 'the', 'peite', 'to', 'compare', 'and', 'also', 'the', 'red', 'to', 'see', 'in', 'person', 'we', 'shall', 'see', 'which', 'is', 'the', 'winnrer', ',5,1,2', 'general', 'dresses', 'dresses'] ['3550,895,39', 'cute', 'but', 'big', 'i', 'love', 'the', 'idea', 'but', 'it', 'is', 'more', 'of', 'a', 'over', 'sweater', 'than', 'to', 'wear', 'by', 'itself', 'like', 'model', 'too', 'big/baggy,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['3551,1077,28', 'liked', 'but', 'too', 'big', 'really', 'liked', 'this', 'dress', 'but', 'it', 'ran', 'too', 'big', 'for', 'me', ',3,1,1', 'general', 'dresses', 'dresses'] ['3552,1147,37', 'way', 'too', 'big/colors', 'off', 'finally', 'received', 'this', 'in', 'the', 'mail', 'today', 'and', 'was', 'very', 'disappointed', 'i', 'am', 'swimming', 'in', 'the', 'xs', '5', '4', '110lbs', 'the', 'colors', 'are', 'much', 'more', 'vibrant', 'that', 'shown', 'in', 'the', 'pics', 'the', 'green', 'is', 'a', 'bright', 'kelly', 'green', 'the', 'red', 'is', 'much', 'more', 'red', 'than', 'rust', 'colored', 'etc', 'and', 'it', "'s", 'a', 'sweater', 'coat', 'for', 'the', 'price', 'i', 'was', 'expecting', 'it', 'to', 'be', 'lined', 'and', 'higher', 'quality', 'i', 'do', "n't", 'doubt', 'that', 'it', 'will', 'be', 'warm', 'but', 'ca', "n't", 'justify', 'the', 'price', 'it', "'s", 'going', 'back', 'to', 'the', 'store', ',2,0,6', 'general', 'trend', 'trend'] ['3553,1077,46', 'dress', 'is', 'cute', 'and', 'comfortable', 'to', 'wear', 'i', 'bought', 'the', 'black', 'motif', 'in', 'regular', 'size', '0.', 'it', 'fits', 'perfectly', 'and', 'falls', 'just', 'above', 'my', 'knees', 'i', 'have', 'washed', 'it', 'in', 'the', 'washing', 'machine', 'placed', 'in', 'a', 'large', 'zippered', 'mesh', 'bag', 'and', 'hung', 'it', 'to', 'dry', 'as', 'mentioned', 'in', 'previous', 'reviews', 'with', 'the', 'exception', 'of', 'it', 'being', 'unlined', 'it', "'s", 'a', 'wonderful', 'dress', 'and', 'am', 'so', 'happy', 'to', 'have', 'it', ',4,1,5', 'general', 'dresses', 'dresses'] ['3554,875,58', ',beautiful', 'lightweight', 'cardigan', 'the', 'sheerness', 'is', 'really', 'pretty', 'ordered', 'one', 'for', 'my', 'sister', 'too', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['3555,1077,29', 'new', 'favorite', 'dress', 'i', 'love', 'this', 'dress', 'i', 'am', 'wearing', 'it', 'for', 'thanksgiving', 'i', 'bought', 'the', 'black', 'because', 'the', 'red', 'was', 'sold', 'out', 'but', 'would', 'definitely', 'buy', 'more', 'colors', 'true', 'to', 'size', 'i', "'m", '5', '6', '135', 'and', 'bought', 'the', '6.', 'only', 'issue', 'is', 'i', 'have', 'to', 'wear', 'a', 'slip', 'underneath', 'because', 'it', "'s", 'not', 'lined', 'and', 'a', 'tiny', 'bit', 'low', 'cut', 'for', 'me', ',5,1,0', 'general', 'dresses', 'dresses'] ['3556,830,37', 'wanted', 'to', 'love', 'it', 'ordered', 'online', 'and', 'when', 'it', 'came', 'i', 'was', 'very', 'excited', 'to', 'open', 'it', 'but', 'the', 'photo', 'does', "n't", 'show', 'how', 'incredibly', 'wide', 'the', 'cut', 'is', 'it', 'is', 'also', 'quite', 'cropped', 'and', 'looked', 'very', 'awkward', 'on', 'me', '5', '9', '130.', 'the', 'embroidery', 'is', 'lovely', 'but', 'the', 'style', 'does', "n't", 'work', 'i', 'had', 'a', 'small', 'but', 'the', 'area', 'in', 'the', 'shoulders', 'was', 'cut', 'very', 'tight', 'and', 'it', 'would', 'not', 'have', 'worked', 'well', 'if', 'i', 'wanted', 'to', 'raise', 'or', 'lower', 'my', 'arms', 'above', 'shoulder', 'height', 'might', 'work', 'better', 'on', 'someone', 'with', 'a', 'more', 'petite', 'frame', 'but', 'i', 'do', 'caution', 'how', 'voluminous', 'the', 'cut', ',2,0,3', 'general', 'tops', 'blouses'] ['3557,1031,45', 'beautiful', 'thick', 'sturdy', 'denim', 'probably', 'the', 'best', 'denim', 'i', 'own', 'in', 'terms', 'of', 'the', 'material', 'the', 'cut', 'can', 'be', 'awkward', 'as', 'it', 'can', 'be', 'tight', 'across', 'the', 'thighs', 'and', 'hips', 'and', 'kinda', 'makes', 'my', 'butt', 'flat', 'however', 'i', 'love', 'the', 'wash', 'and', 'quality', 'of', 'the', 'material', 'and', 'at', 'a', 'sales', 'price', 'totally', 'worth', 'it', ',3,1,0', 'general', 'bottoms', 'jeans'] ['3558,1147,43', 'not', 'what', 'i', 'expected', 'i', 'am', 'going', 'to', 'review', 'this', 'pretty', 'much', 'the', 'way', 'the', 'person', 'ahead', 'of', 'me', 'reviewed', 'it', 'first', 'the', 'colors', 'are', 'way', 'more', 'vibrant', 'in', 'person', 'than', 'in', 'the', 'photo', 'there', 'is', 'even', 'a', 'lavender', 'which', 'you', 'can', 'sort', 'of', 'see', 'under', 'the', 'yellow', 'stripe', 'it', 'really', 'makes', 'it', 'look', 'different', 'second', 'it', 'is', 'monstrously', 'huge', 'i', 'am', '5', '3', '110', 'pounds', 'and', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'completely', 'swallowed', 'me', 'up', 'because', 'of', 'the', 'vibrancy', 'of', 'the', 'colors', 'it', 'did', "n't", 'blend', 'well', 'with', 'my', 'fair', 'complexion', 'and', 'also', 'it', 'is', 'like', 'a', 'heavy', 'sweater', 'not', 'a', ',4,1,3', 'general', 'trend', 'trend'] ['3559,1077,33', 'great', 'style', 'but', 'fabric', 'could', 'be', 'better', 'i', 'bought', 'this', 'dress', 'in', 'black', 'with', 'the', 'polka', 'dot', 'pattern', 'and', 'the', 'style', 'is', 'adorable', 'i', 'love', 'the', 'empire', 'waist', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'the', 'v', 'does', 'come', 'down', 'a', 'bit', 'low', 'but', 'a', 'cami', 'can', 'be', 'work', 'underneath', 'for', 'more', 'coverage', 'my', 'main', 'complaint', 'is', 'the', 'fabric', 'it', 'is', 'very', 'thin', 'and', 'wrinkles', 'extremely', 'easily', 'luckily', 'the', 'dark', 'color', 'hides', 'this', 'but', 'it', "'s", 'a', 'bit', 'disappointing', 'how', 'easily', 'it', 'wrinkles'] [] ['great', 'style', 'with', 'leggings', 'or', 'tights', 'really', 'an', 'all-season', 'dress', 'though', 'ran', 'very', 'large', 'for', 'me', 'i', 'purcha', ',4,1,1', 'general', 'dresses', 'dresses'] ['3560,869,41', 'beautiful', 'summer', 'top', 'i', "'m", 'glad', 'that', 'i', 'went', 'with', 'the', 'other', 'reviewers', 'and', 'sized', 'down', 'on', 'this', 'one', 'i', 'bought', 'this', 'in', 'a', 'medium', 'usually', 'wear', 'a', '10/12', 'and', 'it', 'fit', 'perfectly', 'the', 'colors', 'and', 'pattern', 'are', 'beautiful', 'and', 'will', 'definitely', 'look', 'great', 'with', 'dark', 'jeans/pants/shorts', 'the', 'lace', 'detail', 'is', 'just', 'gorgeous', 'the', 'bottom', 'flows', 'more', 'loosely', 'but', 'just', 'enough', 'to', 'cover', 'any', 'midsection', 'flaws', 'and', 'pairs', 'nicely', 'with', 'dark', 'skinny', 'jeans', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3561,869,63', 'beautiful', 'garment', 'well', 'made', 'garment', 'i', 'love', 'the', 'colors', 'fabric', 'and', 'flounce', 'at', 'the', 'bottom', 'the', 'top', 'is', 'a', 'little', 'large', 'on', 'top', 'with', 'large', 'armholes', 'but', 'at', 'least', 'it', 'will', 'be', 'cool', 'on', 'a', 'hot', 'summer', 'day', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3562,433,47', 'beautiful', 'print', 'i', 'bought', 'these', 'shorts', 'in', 'my', 'usual', 'size', 'small', '4-6', '38', 'around', 'hips/butt', 'they', 'are', 'a', 'little', 'loose', 'in', 'the', 'butt', 'and', 'hips', 'but', 'i', 'like', 'them', 'that', 'way', 'especially', 'given', 'the', 'drapey', 'fabric', 'they', "'re", 'made', 'out', 'of', 'the', 'print', 'is', 'gorgeous', 'especially', 'at', 'the', 'waistband', 'you', 'need', 'a', 'cropped', 'top', 'or', 'you', 'need', 'to', 'tuck', 'in', 'your', 'shirt', 'to', 'show', 'it', 'off', 'the', 'red', 'is', 'a', 'true', 'bright', 'red', 'but', 'beautiful', 'the', 'waistband', 'has', 'a', 'functional', 'drawstring', 'i', 'suspect', 'they', 'will', 'need', 'careful', 'washing', 'and', 'line', 'drying', 'i', 'would', 'not', 'put', 'these', 'in', 'a', 'dry', ',5,1,3', 'general', 'bottoms', 'shorts'] ['3563,1077,32', 'in', 'love', 'with', 'this', 'dress', 'i', 'purchased', 'this', 'dress', 'for', 'my', '31st', 'birthday', 'and', 'i', 'am', 'so', 'glad', 'that', 'i', 'did', 'i', 'saw', 'it', 'in', 'my', 'local', 'retailer', 'store', 'and', 'immediately', 'had', 'to', 'try', 'it', 'on', 'it', 'is', 'very', 'flattering', 'because', 'i', 'am', '5', '0', 'usually', 'a', 'size', '8', 'or', '10', 'in', 'dresses', 'and', 'it', 'fit', 'perfect', 'the', 'material', 'is', 'light', 'definitely', 'suggest', 'delicate', 'cycle', 'and', 'hang-drying', 'but', 'it', 'is', 'nice', 'because', 'you', 'can', 'layer', 'this', 'dress', 'with', 'a', 'vest', 'or', 'coat', 'highly', 'recommend', 'this', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['3564,895,33', 'easy', 'cute', 'sweater', 'i', 'just', 'picked', 'this', 'up', 'today', 'in', 'the', 'store', 'and', 'i', 'have', 'to', 'say', 'i', 'really', 'love', 'it', 'on', 'the', 'site', 'i', 'thought', 'it', 'was', 'just', 'meh', 'but', 'in', 'person', 'the', 'space', 'dye', 'is', 'interesting', 'and', 'the', 'seam', 'detail', 'make', 'the', 'sweater', 'better', 'than', 'i', 'expected', 'it', 'definitely', 'runs', 'large', 'i', 'sized', 'down', 'to', 'an', 'xs', 'usually', 'a', 's', 'size', '4/6', 'and', 'it', "'s", 'still', 'slouchy', 'and', 'comfortable', 'without', 'looking', 'sloppy', 'the', 'dolman', 'sleeve', 'gives', 'you', 'plenty', 'of', 'room', 'in', 'the', 'chest', 'and', 'the', 'neck', 'is', "n't", 'at', 'all', 'tight', 'it', "'s", 'soft', 'and', 'just', 'an', 'overall', 'cute', 'sweater', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['3565,869,34', 'beautiful', 'top', 'flowing', 'top', 'that', 'looks', 'great', 'with', 'skinny', 'slacks', 'makes', 'a', 'great', 'and', 'comfortable', 'work', 'outfit.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3566,1077,38', 'great', 'color', 'and', 'design', 'this', 'is', 'a', 'beautiful', 'dress', 'i', 'bought', 'the', 'red', 'color', 'in', 'petite', 'and', 'love', 'it', 'i', 'know', 'i', 'will', 'wear', 'it', 'a', 'lot', 'and', 'the', 'style', 'is', 'really', 'easy', 'to', 'wear', 'i', 'feel', 'amazing', 'in', 'it', 'even', 'tho', 'my', 'post', 'baby', 'body', 'is', "n't", 'what', 'it', 'was.,4,1,2', 'general', 'dresses', 'dresses'] ['3567,869,38', 'vanity', 'sized', 'lovely', 'top', 'well', 'made', 'and', 'feels', 'wonderful', 'on', 'attention', 'petites', 'i', 'highly', 'suggest', 'you', 'go', 'for', 'petite', 'sizing', 'because', 'the', 'standard', 'xs', 'is', 'ginormous', 'and', 'looked', 'nothing', 'like', 'it', 'does', 'on', 'the', 'model', 'pictured', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3568,1077,26', 'comfortable', 'casual', 'and', 'classic', 'i', 'am', '5', '9', '135lbs', 'small', 'chest', 'and', 'narrow', 'shoulders', 'the', '6', 'fits', 'me', 'perfectly', 'i', 'love', 'the', 'fact', 'that', 'there', 'is', 'a', 'hem', 'if', 'i', 'decide', 'to', 'let', 'it', 'down', 'just', 'a', 'little', 'being', 'over', '60', 'and', 'tall', 'it', 'is', 'so', 'disappointing', 'to', 'find', 'a', 'dress', 'you', 'love', 'but', 'is', 'just', 'a', 'little', 'too', 'short', 'the', 'fabric', 'is', 'not', 'too', 'heavy', 'for', 'our', 'moderate', 'summers', 'and', 'i', 'think', 'i', 'will', 'wear', 'this', 'often', ',4,1,1', 'general', 'dresses', 'dresses'] ['3569,1077,48', 'not', 'for', 'the', 'high', 'waisted', 'i', 'was', 'so', 'sad', 'not', 'to', 'love', 'this', 'dress', 'it', 'is', 'beautiful', 'but', 'is', 'so', 'unflattering', 'on', 'there', 'is', 'a', 'lot', 'of', 'material', 'under', 'the', 'arms', 'and', 'it', 'gathers', 'up', 'due', 'to', 'the', 'smocking', 'so', 'it', 'just', 'made', 'me', 'look', 'incredibly', 'frumpy', 'i', 'do', "n't", 'really', 'think', 'a', 'petite', 'would', 'have', 'helped', 'the', 'gathers', 'just', 'bunch', 'a', 'bit', 'and', 'so', 'rather', 'than', 'hang', 'the', 'dress', 'sort', 'of', 'clumps', 'i', 'am', 'lean', 'but', 'broad', 'shouldered', 'and', 'maybe', 'that', 'is', 'the', 'problem', 'but', 'i', 'was', 'super', 'disappointed', 'narrow', 'shouldered', 'people', 'with', 'long', 'torsos', 'could', 'pull', 'this', 'off', 'it', 'is', 'a', 't', ',2,0,0', 'general', 'dresses', 'dresses'] ['3570,433,32', 'these', 'will', 'be', 'my', 'go', 'to', 'summer', 'shorts', 'when', 'i', 'opened', 'the', 'package', 'i', 'knew', 'i', 'was', 'in', 'love', 'the', 'colors', 'are', 'vibrant-true', 'to', 'the', 'photo', 'the', 'fabric', 'is', 'delicious', 'soft', 'and', 'silky', 'the', 'perfect', 'weight', 'for', 'a', 'warm', 'summer', 'day', 'these', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'am', '5', '9', '140lbs', 'i', 'bought', 'the', 'medium', 'and', 'they', 'fit', 'with', 'plenty', 'of', 'room'] [] ['i', 'would', 'highly', 'reccomend', 'these', 'shorts-just', 'gorgeous', 'come', 'on', 'summer', ',5,1,2', 'general', 'bottoms', 'shorts'] ['3571,1147,24', 'super', 'cute', 'i', 'love', 'this', 'coat', 'it', 'does', 'run', 'a', 'bit', 'large', 'i', 'am', '5', '2', '125', 'pounds', 'and', 'usually', 'wear', 'a', 'petite', 'in', 'most', 'retailer', 'clothes', 'i', 'ordered', 'a', 'small', 'but', 'wish', 'that', 'i', 'would', 'have', 'ordered', 'the', 'xs', 'the', 'length', 'of', 'the', 'jacket', 'is', 'fine', 'but', 'the', 'arms', 'are', 'very', 'long', 'i', 'think', 'that', 'i', 'might', 'have', 'the', 'arm', 'length', 'hemmed', 'but', 'it', 'looks', 'ok', 'rolled', 'up', 'too', ',5,1,1', 'general', 'trend', 'trend'] ['3572,813,28', 'cute', 'and', 'comfy', 'really', 'love', 'it', 'soft', 'and', 'nice', 'quality', 'only', 'complaint', 'is', 'the', 'straps', 'are', 'too', 'long', 'for', 'a', 'normal', 'sized', 'torso', 'the', 'front', 'drapes', 'below', 'my', 'breasts', 'at', 'the', 'tightest', '/smallest', 'setting.,4,1,0', 'initmates', 'intimate', 'sleep'] ['3573,895,49', ',this', 'shirt', 'is', 'wonderful', 'i', 'totally', 'recommend', 'it', 'for', 'everyone.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3574,1077,67', 'runs', 'big', 'i', 'liked', 'this', 'dress', 'but', 'had', 'some', 'issues', 'i', 'am', '5', '3', 'and', 'a', '34', 'd.', 'with', 'small', 'shoulders', 'the', 'dress', 'was', 'way', 'too', 'big', 'in', 'the', 'shoulders', 'in', 'the', '6', 'i', 'usually', 'wear', 'so', 'just', 'hung', 'on', 'me', 'funny', 'otherwise', 'i', 'really', 'liked', 'it', 'if', 'it', 'were', "n't", 'for', 'the', 'way', 'it', 'fit', 'me', 'on', 'top', 'not', 'an', 'unusual', 'problem', 'if', 'you', 'are', 'large', 'busted', 'but', 'have', 'small', 'shoulders', 'meant', 'i', 'had', 'to', 'return', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['3575,1077,23', 'cute', 'dress', 'for', 'reference', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'my', 'measurements', 'are', '38-30-40.,4,1,0', 'general', 'dresses', 'dresses'] ['3576,869,53', 'lovely', 'but', 'large', 'as', 'other', 'reviewers', 'have', 'noted', 'this', 'is', 'a', 'pretty', 'top', 'i', 'really', 'love', 'the', 'design', 'alas', 'however', 'it', 'is', 'too', 'big', 'for', 'my', 'frame', 'for', 'reference', 'i', 'am', 'barely', '5', '1', 'and', 'about', '105', 'lbs', 'i', 'ordered', 'my', 'usual', 'xxsp', 'and', 'the', 'fit', 'is', 'just', 'not', 'flattering', 'on', 'me', 'it', 'is', 'looser', 'than', 'on', 'the', 'model', 'and', 'the', 'flounce', 'does', 'not', 'hit', 'me', 'in', 'the', 'proper', 'place', 'the', 'top', 'is', 'also', 'too', 'wide', 'so', 'that', 'it', 'has', 'these', 'odd', 'gaps', 'near', 'the', 'armpits', 'i', 'highly', 'recommend', 'this', 'top', 'unless', 'you', 'are', 'an', 'xxsp', 'i', 'am', 'going', 'to', 'have', 'to', 'part', 'with', 'it', 'sadly', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['3577,1077,47', 'love', 'it', 'but', 'dry', 'clean', 'love', 'this', 'dress', 'but', 'do', "n't", 'wash', 'it', 'it', 'shrinks', 'about', '2', 'inches', 'making', 'it', 'way', 'too', 'short', 'for', 'me', 'it', 'should', 'be', 'dry', 'clean', 'only', ',4,1,0', 'general', 'dresses', 'dresses'] ['3578,895,36', 'grabbed', 'this', 'off', 'the', 'sales', 'rack-not', 'expecting', 'much-but', 'it', 'is', 'a', 'great', 'sweater', 'like', 'other', 'reviewers', 'mentioned-roomy', 'but', 'still', 'form', 'fitting', 'i', 'wear', 'it', 'to', 'work', 'with', 'black', 'pants', 'and', 'boots', 'and', 'it', 'looks', 'great', 'cozy', 'warm', 'very', 'cute', 'i', 'usually', 'wear', 'a', 'small', 'but', 'got', 'an', 'xs', 'in', 'this', 'a', 'much', 'better', 'sweater', 'than', 'how', 'it', 'appears', 'in', 'the', 'online', 'pics', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3579,1077,33', 'beautiful', 'dress', 'not', 'lined', 'but', 'the', 'fabric', 'is', 'sturdy', 'enough', 'i', 'do', 'prefer', 'a', 'slip', 'under', 'but', 'that', 'is', 'my', 'preference', 'for', 'most', 'things', 'great', 'for', 'dressing', 'up', 'or', 'down', 'so', 'comfortable', ',5,1,1', 'general', 'dresses', 'dresses'] ['3580,950,36', 'swoon-worthy', 'once', 'this', 'caught', 'my', 'eye', 'i', 'could', "n't", 'let', 'it', 'go', 'i', 'kept', 'revisiting', 'it', 'thinking', 'it', 'was', 'too', 'expensive', 'probably', 'itchy'] ['too', 'bulky', 'a', 'problem', 'if', 'you', 'wanted', 'to', 'eat', 'something'] ['but', 'the', 'color', 'looked', 'yummy', 'so', 'i', 'finally', 'ordered', 'it'] ['and', 'i', "'m", 'so', 'pleased', 'i', 'did'] ['the', 'shape', 'is', 'actually', 'easy', 'to', 'wear', 'it', "'s", 'not', 'chopped', 'it', 'drapes', 'nicely', 'over', 'my', 'hips', 'and', 'it', 'is', "n't", 'itchy'] ['i', 'would', 'not', 'wash', 'the', 'dishes', 'with', 'this', 'sweater', 'on', 'but', 'you', 'could', 'dress', 'it', 'up', 'with', 'velvet', 'pants', 'for', 'a', 'party', 'or'] ['more', 'casually', 'with', 'jeans', ',5,1,1', 'general', 'tops', 'sweaters'] ['3581,1077,40', 'love', 'love', 'love', 'this', 'dress', 'i', 'needed', 'a', 'fun', 'but', 'not', 'over', 'the', 'top', 'dress', 'for', 'family', 'pictures', 'and', 'this', 'was', 'perfect', 'great', 'pop', 'of', 'color', 'and', 'looked', 'amazing', 'with', 'over', 'the', 'knee', 'boots', 'i', 'see', 'myself', 'wearing', 'this', 'thru', 'the', 'holidays', 'and', 'will', 'likely', 'throw', 'on', 'with', 'a', 'jean', 'jacket', 'i', 'found', 'it', 'true', 'to', 'size', 'my', 'normal', 'size', '4', 'fits', 'me', 'well', 'buy', 'this', 'dress', 'you', 'wo', "n't", 'regret', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['3582,1077,36', ',this', 'fits', 'like', 'a', 'dream', 'the', 'almost', 'three', 'quarter', 'length', 'sleeves', 'are', 'perfection', 'worth', 'every', 'penny', ',5,1,3', 'general', 'dresses', 'dresses'] ['3583,652,47', 'love', "'em", 'i', 'actually', 'like', 'the', 'fit', 'but', 'i', 'guess', 'it', 'depends', 'on', 'your', 'overall', 'body', 'type', 'i', 'too', 'ordered', 'a', 'small', 'and', 'medium', 'i', 'actually', 'could', 'fit', 'the', 'small', 'but', 'preferred', 'the', 'room', 'in', 'the', 'medium', 'the', 'movement', 'on', 'these', 'are', 'spectacular', 'and', 'the', 'material', 'is', 'light', 'and', 'cool', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['3584,869,38', 'failed', 'to', 'notice', 'the', 'peplum', 'i', 'did', "n't", 'look', 'close', 'enough', 'when', 'i', 'ordered', 'and', 'failed', 'to', 'see', 'that', 'this', 'was', 'a', 'peplum', 'top', 'it', 'did', 'not', 'do', 'my', 'post-pregnancy', 'body', 'any', 'favors', 'but', 'the', 'collar', 'area', 'detail', 'is', 'quite', 'nice', 'and', 'this', 'would', 'look', 'great', 'on', 'the', 'right', 'body.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['3585,903,50', 'cute', 'and', 'simple', 'although', 'seemingly', 'simple', 'this', 'hooded', 'sweater', 'top', 'is', 'actually', 'versatile', 'wear', 'with', 'jeans', 'or', 'leggings', 'even', 'a', 'skirt', 'wear', 'over', 'a', 'cami', 'tank', 'or', 'even', 'sleeved', 'top', 'i', 'do', 'like', 'the', 'delicate', 'nature', 'of', 'this', 'piece', 'and', 'it', 'does', 'appear', 'to', 'be', 'made', 'well', 'enough', 'to', 'be', 'durable', 'would', 'recommend', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['3586,1077,30', ',comfortable', 'fabric', 'and', 'beautiful', 'print', 'light', 'enough', 'for', 'the', 'summer', 'but', 'is', 'also', 'great', 'for', 'fall.,4,1,1', 'general', 'dresses', 'dresses'] ['3587,652,44', 'terrible', 'all', 'around', 'these', 'pants', 'looked', 'worn', 'washed', 'old', 'looking', 'when', 'i', 'received', 'them', 'the', 'quality', 'is', 'super', 'thin', 'cotton', 'as', 'if', 'it', "'s", 'been', 'washed', 'a', 'million', 'times', 'is', 'about', 'to', 'fall', 'apart', 'the', 'workmanship', 'is', 'terrible', 'you', 'can', 'see', 'loose', 'stitching', 'all', 'over', 'the', 'top', 'portion', 'is', 'too', 'tight', 'looks', 'terrible', 'stretched', 'out', 'i', 'liked', 'absolutely', 'nothing', 'about', 'this', 'pants', 'except', 'the', 'idea', 'of', 'them', 'from', 'the', 'picture', 'online', ',2,0,1', 'initmates', 'intimate', 'lounge'] ['3588,1077,33', ',,5,1,0', 'general', 'dresses', 'dresses'] ['3589,1031,39', 'unflattering', 'the', 'wash', 'on', 'these', 'jeans', 'made', 'my', 'hips', 'look', 'twice', 'as', 'big', 'that', 'in', 'combination', 'with', 'the', 'looser', 'boyfriend', 'cut', 'was', 'not', 'flattering', 'quality', 'was', 'excellent', 'denim', 'was', 'thick', 'with', 'the', 'right', 'amount', 'of', 'stretch', 'unfortunately', 'they', 'had', 'to', 'go', 'back.,2,0,0', 'general', 'bottoms', 'jeans'] ['3590,869,25', 'pretty', 'pattern', 'this', 'shirt', 'fits', 'well', 'is', 'flattering', 'and', 'has', 'a', 'really', 'pretty', 'pattern', 'to', 'it', 'the', 'lace', 'adds', 'a', 'romantic', 'touch', 'that', 'sets', 'it', 'apart', 'it', "'s", 'also', 'incredibly', 'soft', 'and', 'comfortable', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3591,1147,49', 'better', 'than', 'i', 'expected', 'i', 'read', 'some', 'of', 'the', 'other', 'reviews', 'and', 'was', 'surprised', 'about', 'comments', 'that', 'the', 'color', 'was', 'off', 'i', 'thought', 'they', 'were', 'pretty', 'dead', 'on', 'i', 'absolutely', 'love', 'this', 'jacket', 'but', 'do', 'agree', 'that', 'it', "'s", 'more', 'of', 'a', 'sweater-coat', 'than', 'a', 'heavy', 'coat', 'you', "'d", 'wear', 'in', 'the', 'winter', 'but', 'i', 'live', 'in', 'california', 'so', 'this', 'will', 'be', 'just', 'perfect', 'for', 'our', 'winter', 'i', 'was', 'afraid', 'it', 'might', 'be', 'too', 'classic', 'and', 'uptight', 'looking', 'but', 'it', "'s", 'so', 'fun', 'the', 'bell', 'sleeves', 'add', 'some', 'extra', 'flair', 'the', 'overall', 'coat', 'has', 'some', 'stretch', 'to', 'it', 'as', 'well', 'making', 'it', ',5,1,0', 'general', 'trend', 'trend'] ['3592,1077,49', 'great', 'fun', 'and', 'versatile', 'dress', 'i', 'love', 'this', 'dress.i', 'have', 'it', 'in', 'black', 'and', 'am', 'about', 'to', 'buy', 'it', 'in', 'the', 'blue', 'i', "'m", 'usually', 'a', '4', 'but', 'i', 'bought', 'a', 'size', '2.', 'it', 'is', 'light', 'and', 'flattering', 'with', 'the', 'gathering', 'above', 'the', 'waist', 'does', 'tend', 'to', 'crease', 'a', 'bit', 'but', 'it', "'s", 'not', 'too', 'bad', 'love', 'the', 'way', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'think', 'boots', 'or', 'vans', 'or', 'sandles', 'i', 'will', 'dress', 'it', 'up', 'to', 'go', 'out', 'but', 'also', 'throw', 'it', 'on', 'to', 'pick', 'the', 'kids', 'up', 'from', 'school', ',5,1,1', 'general', 'dresses', 'dresses'] ['3593,950,62', 'wow', 'i', 'do', 'not', 'know', 'where', 'to', 'begin', 'this', 'sweater', 'exceeds', 'my', 'expectation', 'i', 'ordered', 'this', 'along', 'with', 'the', 'mes', 'demoiselles', 'fringed', 'sweater', 'and', 'i', 'thought', 'that', 'was', 'the', 'game', 'stopper', 'as', 'beautiful', 'as', 'that', 'one', 'is', 'this', 'one', 'made', 'my', 'mouth', 'fall', 'open', 'it', 'is', 'unlike', 'anything', 'i', 'have', 'it', 'is', 'an', 'oversized', 'substantial', 'chic', 'piece', 'that', 'is', 'all', 'over', 'the', 'runways', 'not', 'to', 'mention', 'the', 'color', 'that', 'i', 'can', 'not', 'stop', 'staring', 'at', 'and', 'it', 'will', 'go', 'with', 'everything', 'order', 'your', 'regular', 'size', 'as', 'it', 'is', 'suppose', 'to', 'be', 'big', ',5,1,0', 'general', 'tops', 'sweaters'] ['3594,1077,54', 'almost', 'perfect', 'i', 'love', 'everything', 'about', 'this', 'dress', 'cute', 'comfortable', 'easy', 'to', 'wear', 'it', 'does', 'wrinkle', 'a', 'little', 'and', 'it', "'s", 'not', 'lined', 'but', 'otherwise', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['3595,869,37', 'dream', 'of', 'a', 'top', 'every', 'once', 'in', 'a', 'while', 'i', 'randomly', 'pick', 'something', 'from', 'the', 'sales', 'floor', 'that', 'really', 'knocks', 'it', 'out', 'of', 'the', 'park', 'print', 'is', 'subtle', 'and', 'pretty', 'crochet', 'neck', 'really', 'lightens', 'up', 'the', 'look', 'of', 'a', 'long', 'top', 'with', 'a', 'lot', 'of', 'coverage', 'it', "'s", 'cut', 'perfectly', 'beautifully', 'drapes', 'without', 'being', 'so', 'flowy', 'it', "'s", 'mistaken', 'for', 'maternity', 'worth', 'full', 'price', 'word', 'of', 'warning', 'i', 'saw', 'one', 'top', 'on', 'the', 'rack', 'with', 'a', 'small', 'amount', 'of', 'crochet', 'that', 'was', 'unraveling', 'so', 'may', 'need', 'to', 'check', 'before', 'buying', 'i', "'m", 'usually', 'a', 'size', '6-8', 'purchased', 'size', 'small', ',5,1,11', 'general', 'petite', 'tops', 'knits'] ['3596,1077,80', 'cute', 'flattering', 'i', 'bought', 'this', 'dress', 'in', 'the', 'blue', 'print', 'and', 'love', 'it', 'the', 'drape', 'is', 'lovely', 'and', 'its', 'not', 'too', 'short', 'i', 'feel', 'like', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'plan', 'to', 'wear', 'it', 'to', 'a', 'wedding', 'at', 'the', 'end', 'of', 'the', 'month', 'for', 'reference', 'my', 'measurements', 'are', '36-27-38', 'chest', '36d', 'and', 'height', '5', '4', 'and', 'i', 'ordered', 'the', 'small', 'i', "'m", 'usually', 'a', 'small-medium', 'but', 'went', 'with', 'a', 'small', 'based', 'on', 'other', 'reviews', 'i', 'have', 'a', 'short', 'torso', 'as', 'well', 'and', 'i', 'feel', 'this', 'dress', 'fits', 'perfectly', 'not', 'too', 'small', 'or', 'too', 'large', 'as', 'other', 'reviewers', 'stated', 'there', 'is', 'no', 'linin', ',5,1,0', 'general', 'dresses', 'dresses'] ['3597,1077,35', ',very', 'flattering', 'to', 'a', 'woman', "'s", 'figure', 'can', 'dress', 'up', 'or', 'down.,4,1,2', 'general', 'dresses', 'dresses'] ['3598,869,44', 'my', 'new', 'favorite', 'i', 'ca', "n't", 'say', 'enough', 'about', 'this', 'top', 'absolutely', 'adorable', 'the', 'pics', 'do', "n't", 'do', 'it', 'justice', 'it', 'is', 'made', 'of', 'a', 'soft', 'medium', 'weight', 'jersey', 'material', 'the', 'lace', 'makes', 'the', 'top', 'more', 'dressey', 'and', 'unique', 'the', 'drop', 'waiste', 'elongatesy', 'our', 'torso', 'and', 'is', 'loose', 'pleated', 'at', 'the', 'bottom', 'for', 'interest', 'i', 'am', '5', '6', '135', 'pounds', 'and', 'long', 'waisted', 'this', 'fits', 'me', 'perfect', 'sz', 'small', 'the', 'pleated', 'bottom', 'on', 'me', 'begins', 'at', 'low', 'hips', 'below', 'belly', 'button', 'so', 'it', 'layes', 'nice', 'and', 'is', 'very', 'flattering', 'no', 'swing', 'to', 'the', 'top', 'no', 'bulky', 'extra', 'flare', 'at', 'al', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3599,869,65', 'meadow', 'rue', "'s", 'designer', 'should', 'take', 'a', 'deep', 'bow', 'this', 'is', 'a', 'stunning', 'flattering', 'well-designed', 'and', 'sized', 'magnificent', 'and', 'yet', 'wearable', 'comfortable', 'summer', 'blouse', 'i', 'am', 'a', 'busty', '34f', 'size', '8', 'and', 'this', 'lovely', 'piece', 'makes', 'me', 'look', 'amazing', 'i', 'most', 'highly', 'recommend', 'to', 'any', 'woman', 'the', '100', 'cotton', 'body', 'has', 'a', 'very', 'soft', 'feeling', 'and', 'a', 'little', 'bit', 'of', 'give', 'i', 'experienced', 'no', 'pulling', 'at', 'the', 'chest', 'or', 'back', 'which', 'can', 'happen', 'for', 'me', 'the', 'bottom', '2', 'of', 'the', 'crochet', 'v', 'is', 'backed', 'by', 'the', 'body', 'of', 'the', 'top', 'so', 'you', 'may', 'not', 'need', 'a', 'cami', 'the', 'combination', 'of', 'leaf', 'print/crochet', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3600,1077,35', 'great', 'fit', 'and', 'quality', 'love', 'this', 'dress', 'and', 'have', 'bought', 'the', 'style', 'in', 'three', 'color/pattern', 'variations', 'fits', 'comfortably', 'looks', 'polished', 'yet', 'effortless', 'appreciate', 'that', 'the', 'sleeves', 'come', 'closer', 'to', 'the', 'elbow', 'gives', 'it', 'a', 'vintage', 'vibe', ',5,1,1', 'general', 'dresses', 'dresses'] ['3601,1077,37', 'beautiful', 'dress', 'this', 'is', 'a', 'pretty', 'yet', 'comfortable', 'dress', 'perfect', 'to', 'wear', 'to', 'work', 'or', 'out', 'to', 'brunch', 'with', 'the', 'girls', ',4,1,0', 'general', 'dresses', 'dresses'] ['3602,1077,60', 'holiday', 'lifesaver', 'this', 'is', 'a', 'fun', 'little', 'dress', 'with', 'a', 'nice', 'double', 'seam', 'bodice', 'detail', 'i', "'m", 'large', 'busted', 'and', 'it', "'s", 'very', 'flattering', 'also', 'in', 'my', 'size', '12', 'the', 'hem', 'hit', 'just', 'at', 'the', 'top', 'of', 'the', 'knee', 'which', 'i', 'prefer', 'great', 'with', 'tights', 'and', 'booties', 'or', 'boots', 'cute', 'with', 'a', 'sweater', 'all', 'around', 'very', 'wearable', 'and', 'a', 'nice', 'holiday', 'option', ',4,1,2', 'general', 'dresses', 'dresses'] ['3603,1077,35', 'i', 'love', 'the', 'simplicity', 'of', 'this', 'it', "'s", 'not', 'fussy', 'at', 'all', 'i', 'fell', 'in', 'love', 'with', 'the', 'green', 'color', 'online', 'fortunately', 'someone', 'had', 'returned', 'a', 'green', 'to', 'my', 'closest', 'store', 'though', 'it', 'was', "n't", 'my', 'size', 'the', 'color', 'is', 'even', 'better', 'in', 'person.i', 'tried', 'on', 'the', 'blue', 'also', 'pretty', 'in', 'a', '8', 'and', '10', 'as', 'i', "'m", 'all', 'over', 'the', 'place', 'in', 'retailer', 'sizing', 'i', 'could', "'ve", 'taken', 'either', 'but', 'the', '10', 'had', 'too', 'much', 'material', 'on', 'top', 'for', 'me', 'i', 'ordered', 'the', '8.', 'i', "'m", 'hoping', 'it', 'wo', "n't", 'be', 'too', 'short', 'for', 'church', ',5,1,0', 'general', 'dresses', 'dresses'] ['3604,1077,48', 'so', 'cute', 'but', 'did', "n't", 'work', 'for', 'me', 'i', "'ve", 'never', 'been', 'so', 'bummed', 'a', 'dress', 'did', "n't", 'work', 'for', 'me', 'this', 'is', 'so', 'cute', 'i', 'love', 'that', 'it', "'s", 'got', 'a', 'bit', 'of', 'a', 'sleeve', 'it', "'s", 'one', 'of', 'those', 'easy', 'pop-it-on-and-go', 'pieces', 'i', "'d", 'love', 'to', 'have', 'in', 'my', 'closet', 'i', "'m", '5', '2', 'and', 'i', 'tried', 'on', 'a', '6p', 'in', 'the', 'store', 'and', 'it', 'was', 'prefect', 'except', 'for', 'the', 'bust', 'the', 'elastic', 'peaked', 'in', 'the', 'front', 'and', 'i', 'ca', "n't", 'imaging', 'this', 'dress', 'working', 'on', 'anyone', 'with', 'more', 'than', 'a', 'b', 'cup', 'i', "'m", 'a', 'd', 'and', 'it', 'looked', 'ridiculous', 'in', 'the', 'bodice', 'i', 'tried', 'on', 'a', '6', 'and', 'the', 'proportions', 'were', 'all', 'off', 'if', 'the', 'elastic', 'went', 'str', ',4,1,0', 'general', 'dresses', 'dresses'] ['3605,1147,54', 'nice', 'coat', 'but', 'i', 'liked', 'this', 'coat', 'but', 'my', 'family', 'said', 'it', 'looked', 'too', 'much', 'like', 'something', 'hilary', 'clinton', 'would', 'wear', 'i', 'am', '54', 'and', 'i', 'think', 'it', 'made', 'me', 'look', 'a', 'bit', 'dowdy', 'since', 'it', 'runs', 'a', 'bit', 'big.,4,1,2', 'general', 'trend', 'trend'] ['3606,942,36', 'girl', 'scout', 'smock', 'i', 'liked', 'the', 'concept', 'of', 'this', 'vest', 'but', 'when', 'i', 'tried', 'it', 'on', 'i', 'felt', 'like', 'i', 'was', '9', 'years', 'old', 'again', 'and', 'wearing', 'my', 'brownies', 'girl', 'scout', 'uniform', 'it', 'was', 'also', 'very', 'boxy', 'and', 'wide', 'it', 'seemed', 'to', 'be', 'well-made', 'though', 'and', 'maybe', 'would', 'have', 'worked', 'if', 'it', 'were', 'a', 'different', 'color', ',3,0,1', 'general', 'tops', 'sweaters'] ['3607,881,47', 'this', 'ia', 'a', 'great', 'casual', 'top', 'the', 'design', 'flaws', 'mentioned', 'in', 'previous', 'reviews', 'are', 'what', 'gives', 'it', 'a', 'trendier', 'look', 'the', 'length', 'is', 'perfect', 'but', 'i', 'needed', 'to', 'size', 'down', 'from', 'a', 'large', 'to', 'medium', 'because', 'the', 'fit', 'was', 'a', 'bit', 'loose', 'on', 'the', 'body', 'and', 'arm', 'would', 'like', 'to', 'add', 'that', 'while', 'it', 'is', 'good', 'quality', 'it', "'s", 'still', 'somewhat', 'overpriced', 'for', 'a', 't', '-shirt', 'material', 'top', 'lace', 'accent', ',5,1,0', 'general', 'tops', 'knits'] ['3608,903,59', 'a', 'unique', 'design', 'i', 'was', 'worried', 'about', 'ordering', 'this', 'top', 'after', 'the', 'first', 'review', 'but', 'i', 'was', 'very', 'pleasantly', 'surprised', 'the', 'sweater', 'is', 'a', 'nice', 'weight', 'on', 'the', 'front', 'panel', 'and', 'a', 'lighter', 'weight', 'knit', 'on', 'the', 'back', 'panel', 'which', 'gives', 'it', 'a', 'flowy', 'quality', 'it', 'looks', 'slender', 'and', 'trim', 'in', 'front', 'with', 'the', 'unexpected', 'surprise', 'in', 'back', 'the', 'transition', 'between', 'the', 'front', 'and', 'back', 'panels', 'is', 'well', 'done', 'which', 'does', "n't", 'really', 'show', 'in', 'the', 'photos', 'i', 'purchased', 'the', 'yellow', 'sweater', 'and', 'had', 'many', 'compliments', 'on', 'it', "'s", 'uniqueness', 'the', 'first', 'time', 'i', 'wor', ',5,1,14', 'general', 'tops', 'fine', 'gauge'] ['3609,1008,66', 'uniquely', 'retailer', 'i', 'love', 'this', 'skirt', 'it', 'is', 'unique', 'and', 'flattering', 'clothes', 'like', 'this', 'skirt', 'that', 'brought', 'me', 'to', 'retailer', 'in', 'the', 'first', 'place', 'as', 'the', 'first', 'reviewer', 'said', 'this', 'is', 'a', 'well-made', 'striking', 'skirt', 'it', 'is', 'tts', 'i', 'usually', 'wear', 'a', 'size', '2', 'and', 'the', 'size', '2', 'fit', 'perfectly', 'i', 'am', '36-17-36', 'and', '122', 'lbs', '5', '4', 'the', 'skirt', 'is', 'lined', 'and', 'is', 'very', 'comfortable', 'to', 'wear', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['3610,942,53', 'great', 'style', 'i', 'like', 'this', 'sweater', 'vest', 'really', 'nice', 'quality', 'looks', 'great', 'with', 'ankle', 'lenght', 'jeaens', 'and', 'booties', 'or', 'a', 'shorter', 'skirt', 'as', 'shown', 'on', 'the', 'model', 'quality', 'is', 'really', 'nice', 'it', "'s", 'fairly', 'heavy', 'i', 'love', 'the', 'slits', 'on', 'the', 'slide', 'i', 'do', 'find', 'it', 'runs', 'a', 'big', 'large.,4,1,0', 'general', 'tops', 'sweaters'] ['3611,1094,44', 'great', 'fit', 'perfect', 'summer', 'dress', 'tried', 'this', 'after', 'missing', 'out', 'on', 'the', 'very', 'similar', 'terra', 'max', 'dress', 'where', 'petite', 'sizes', 'sold', 'out', 'the', 'medium', 'is', 'perfect', 'and', 'the', 'style', 'can', 'be', 'dressed', 'up', 'wore', 'it', 'on', 'a', 'day', 'out', 'and', 'two', 'strangers', 'complimented', 'me', 'on', 'the', "'great", 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['3612,1094,25', 'nice', 'but', 'not', 'for', 'me', 'after', 'eyeing', 'this', 'product', 'online', 'for', 'awhile', 'i', 'was', 'able', 'to', 'try', 'it', 'on', 'in', 'store', 'i', "'m", 'so', 'glad', 'i', 'did', 'because', 'while', 'this', 'dress', 'is', 'lovely', 'it', 'is', 'clearly', 'not', 'designed', 'for', 'my', 'body', 'type', 'i', 'have', 'a', 'small', 'rib', 'cage', 'and', 'a', 'large', 'bust', '32h', 'which', 'is', 'i', 'think', 'what', 'caused', 'the', 'keyhole', 'to', 'be', 'so', 'gaping', 'on', 'me', 'additionally', 'the', 'straps', 'of', 'the', 'dress', 'were', 'up', 'by', 'my', 'neckline', 'instead', 'of', 'lying', 'properly', 'on', 'my', 'shoulders', 'which', 'was', 'unflattering', 'and', 'left', 'my', 'bra', 'straps', 'clearly', 'visible', 'the', 'fabric', 'was', 'gorgeous', 'and', 'soft', 'and', 'the', ',3,0,2', 'general', 'dresses', 'dresses'] ['3613,854,41', 'great', 'find', 'was', 'pleasantly', 'surprised', 'at', 'house', 'nice', 'this', 'too', 'was', 'the', 'colors', 'are', 'beautiful', 'the', 'top', 'is', 'flowy', 'and', 'drapes', 'nicely', 'true', 'to', 'size', 'i', "'m", 'a', '4/6', 'and', 'ordered', 'a', 'small.,5,1,1', 'general', 'tops', 'knits'] ['3614,881,29', 'lovely', 'shirt', 'i', 'love', 'this', 'shirt', 'it', 'is', 'very', 'soft', 'and', 'the', 'lace', 'on', 'the', 'sleeves', 'adds', 'an', 'extra', 'element', 'i', 'liked', 'this', 'shirt', 'so', 'much', 'that', 'i', 'ordered', 'a', 'second', 'one', ',5,1,1', 'general', 'tops', 'knits'] ['3615,854,38', 'adorable', 'but', 'big', 'the', 'design', 'of', 'this', 'top', 'and', 'colors', 'are', 'amazing', 'the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'it', 'is', 'quite', 'large', 'i', 'should', 'have', 'sized', 'down', 'needless', 'to', 'say', 'i', 'kept', 'it', 'as', 'a', 'summer', 'to', 'fall', 'transition', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['3616,1094,38', 'looks', 'better', 'on', 'this', 'dress', 'looked', 'ok', 'in', 'the', 'hanger', 'but', 'oh', 'my', 'on', 'was', 'so', 'much', 'better', 'quality', 'is', 'great', 'i', 'love', 'the', 'fabric', 'and', 'that', 'it', 'has', 'pockets'] ['i', "'m", '5', '8', 'and', 'normally', 'a', 'ddd', 'usually', 'a', 'large', 'too', 'so', 'i', 'worried', 'about', 'the', 'size', 'the', 'medium', 'fits', 'great', 'everywhere', ',5,1,4', 'general', 'dresses', 'dresses'] ['3617,854,46', 'easy', 'and', 'breezy', 'this', 'tank', 'is', 'very', 'loose', 'fitting', 'which', 'i', 'can', 'understand', 'would', 'make', 'some', 'think', 'it', 'runs', 'large', 'taking', 'into', 'account', 'the', 'fabric', 'and', 'the', 'twisted', 'straps', 'i', 'personally', 'think', 'it', 'would', 'look', 'ridiculous', 'if', 'it', 'was', 'more', 'fitted', 'i', 'love', 'the', 'draped', 'styling', 'which', 'i', 'also', 'think', 'makes', 'sense', 'with', 'the', 'pattern', 'it', "'s", 'an', 'easy', 'top', 'too', 'just', 'throw', 'on', 'and', 'go', 'and', 'the', 'loose', 'fit', 'is', 'perfect', 'for', 'the', 'disgustingly', 'hot', 'and', 'humid', 'summer', 'months', 'here', 'in', 'the', 'midwest', ',5,1,6', 'general', 'tops', 'knits'] ['3618,854,35', 'fun', 'casual', 'summer', 'top', 'love', 'the', 'floral', 'pattern', 'top', 'is', 'loose', 'and', 'flowy', 'as', 'expected', 'i', 'like', 'to', 'tick', 'it', 'into', 'my', 'jeans', 'or', 'shorts', 'so', 'it', 'does', "n't", 'look', 'quite', 'so', 'shapeless', 'on', 'me', ',4,1,0', 'general', 'tops', 'knits'] ['3619,1094,36', 'fabulous', 'dress', 'i', 'ordered', 'this', 'dress', 'in', 'both', 'a', 'petite', 'xs', 'and', 'regular', 'xs', 'and', 'the', 'petite', 'fit', 'the', 'best', 'for', 'the', 'first', 'time', 'in', 'my', 'life', 'i', 'did', 'not', 'have', 'to', 'shorten', 'a', 'maxi', 'dress', 'and', 'i', 'am', '4ft', '10'] ['the', 'color', 'is', 'a', 'beautiful', 'dark', 'blue', 'not', 'sure', 'why', 'the', 'color', 'online', 'says', 'charcoal', 'and', 'the', 'opening', 'at', 'the', 'chest', 'area', 'is', 'a', 'little', 'low', 'but', 'nothing', 'that', 'double', 'sided', 'tape', 'can', 'not', 'fix', 'another', 'bonus', 'as', 'other', 'reviewers', 'have', 'stated', 'is', 'that', 'you', 'can', 'wear', 'a', 'regular', 'bra', 'lastly', 'it', 'does', 'not', 'wrinkle', 'so', 'you', 'can', 'bring', 'this', 'on', 'vacation', ',5,1,1', 'general', 'dresses', 'dresses'] ['3620,854,41', 'fit', 'i', 'loved', 'the', 'design', 'and', 'light', 'weight', 'quality', 'reference', 'i', "'m", '5', '4', '125', 'i', 'ordered', 'a', 'small', 'it', "'s", 'a', 'tad', 'big', 'but', 'i', 'can', 'handle', 'it', 'because', 'of', 'the', 'neck', 'line', 'you', 'must', 'wear', 'a', 'strapless', 'bra', ',5,1,0', 'general', 'tops', 'knits'] ['3621,854,35', 'great', 'casual', 'tank', 'this', 'top', 'does', 'run', 'quite', 'large', 'i', 'am', 'normally', 'an', 'xs', 'or', 's', 'in', 'tops', 'i', "'m", '5', '7', '130lbs', '34a', 'and', 'i', 'was', 'debating', 'between', 'the', 'xs', 'and', 'xsp', 'the', 'xxs', 'was', 'out', 'of', 'stock', 'so', 'i', 'was', "n't", 'able', 'to', 'try', 'it', 'on', 'for', 'size', 'the', 'xs', 'is', 'noticeably', 'longer', 'and', 'fits', 'more', 'like', 'it', 'does', 'on', 'the', 'model', 'but', 'it', 'was', 'also', 'a', 'little', 'too', 'low', 'cut', 'for', 'me', 'on', 'top', 'the', 'straps', 'are', 'twisted', 'and', 'not', 'adjustable', 'so', 'i', 'went', 'with', 'the', 'xsp', 'which', 'is', 'what', 'i', "'m", 'wearing', 'in', 'the', 'photo', 'it', 'does', 'come', 'up', 'a', 'little', 'shorter', 'but', 'it', 'fits', 'me', 'better', 'in', 'the', 'bust', 'the', 'f', ',5,1,4', 'general', 'tops', 'knits'] ['3622,854,60', ',very', 'nice', 'and', 'the', 'sleeve', 'have', 'a', 'great', 'design', 'and', 'the', 'length', 'is', 'finally', 'long', 'enough,5,1,0', 'general', 'tops', 'knits'] ['3623,1094,46', 'great', 'fit', 'this', 'dress', 'fits', 'so', 'well', 'it', 'is', 'extremely', 'well', 'cut', 'and', 'flattering', 'the', 'length', 'is', 'perfect', 'i', 'am', '5', '5', 'i', 'passed', 'on', 'it', 'though', 'because', 'i', 'did', "n't", 'love', 'the', 'color', 'almost', 'like', 'a', 'navy', 'blue', 'that', 'has', 'been', 'washed', 'one', 'too', 'many', 'times', 'if', 'this', 'dress', 'had', 'more', 'color', 'options', 'or', 'made', 'in', 'a', 'cute', 'print', 'i', 'would', 'not', 'hesitate', 'to', 'buy', 'it', 'if', 'blue', 'is', 'your', 'color', 'go', 'for', 'it', ',4,1,2', 'general', 'dresses', 'dresses'] ['3624,942,54', 'endless', 'possibilities', 'my', 'imagination', 'went', 'wilt', 'with', 'all', 'of', 'the', 'possible', 'combinations', 'for', 'this', 'vest', 'dressy', 'and', 'casual', 'with', 'jeans', 'or', 'slacks', 'long', 'or', 'short', 'pencil', 'leather', 'too'] ['best', 'gift', 'to', 'date', ',5,1,0', 'general', 'tops', 'sweaters'] ['3625,835,64', 'this', 'just', 'arrived', 'and', 'it', 'looks', 'exactly', 'like', 'the', 'photo', 'very', 'well', 'made', 'crisp', 'and', 'lovely', 'not', 'see', 'thru', 'at', 'all', 'which', 'is', 'a', 'plus', 'a', 'bit', 'overpriced', 'but', 'going', 'to', 'keep', 'it', ',4,1,11', 'general', 'tops', 'blouses'] ['3626,942,56', 'love', 'it', 'this', 'is', 'a', 'great', 'sweater', 'great', 'color', 'and', 'style', 'i', 'love', 'that', 'it', "'s", 'a', 'little', 'retro', 'can', 'be', 'worn', 'with', 'jeans', 'and', 'tights', 'highly', 'recommend', 'it', 'does', 'run', 'a', 'little', 'big', 'but', 'not', 'by', 'a', 'lot', ',5,1,0', 'general', 'tops', 'sweaters'] ['3627,903,49', 'fun', 'style', 'but', 'did', "n't", 'quite', 'work', 'for', 'me', 'i', 'tried', 'on', 'the', 'white', 'top', 'at', 'the', 'store', 'the', 'quality', 'was', 'very', 'good', 'and', 'i', 'loved', 'the', 'overall', 'concept', 'of', 'the', 'design', 'the', 'dark', 'stripes', 'on', 'the', 'back', 'are', 'slightly', 'raised', 'giving', 'it', 'a', 'nice', 'texture', 'the', 'fabric', 'was', 'soft', 'and', 'comfortable', 'however', 'the', 'shape', 'just', 'did', "n't", 'drape', 'as', 'well', 'on', 'me', 'as', 'i', 'had', 'hoped', 'so', 'ultimately', 'i', 'did', "n't", 'buy', 'it', 'perhaps', 'a', 'petite', 'length', 'would', 'have', 'fit', 'me', 'better', ',4,1,13', 'general', 'tops', 'fine', 'gauge'] ['3628,838,46', 'wanted', 'to', 'love', 'i', 'have', 'been', 'looking', 'for', 'a', 'nice', 'white', 'tunic', 'and', 'i', 'should', 'have', 'known', 'when', 'i', 'saw', 'this', 'was', 'one', 'size', 'fits', 'all', 'maybe', 'because', 'i', 'am', 'petite', '5', '2', 'but', 'there', 'was', 'so', 'much', 'material', 'hanging', 'everywhere', 'that', 'it', 'made', 'me', 'look', 'even', 'shorter', 'and', 'fat', 'who', 'wants', 'that', 'so', 'sending', 'it', 'back', ',1,0,1', 'general', 'tops', 'blouses'] ['3629,854,48', 'love', 'it', 'love', 'everything', 'about', 'this', 'top', 'comfortable', 'yet', 'classy', 'dress', 'it', 'up', 'or', 'down', 'depending', 'on', 'occasion', 'beautiful', 'design', ',5,1,0', 'general', 'tops', 'knits'] ['3630,903,55', 'beautiful', 'detailing', 'on', 'back', 'this', 'blouse', 'is', 'very', 'unique', 'due', 'to', 'the', 'pretty', 'piped', 'design', 'on', 'the', 'back', 'looks', 'great', 'with', 'jeans', 'the', 'front', 'is', 'shorter', 'and', 'more', 'tailored', 'than', 'the', 'back', 'i', 'love', 'this', 'blouse', ',5,1,7', 'general', 'tops', 'fine', 'gauge'] ['3631,854,37', 'pretty', 'shirt', 'this', 'tank', 'is', 'pretty', 'it', 'looks', 'nice', 'and', 'is', 'not', 'cut', 'too', 'low', 'the', 'bottom', 'is', 'flowy', 'and', 'not', 'extremely', 'fitted', 'i', 'always', 'get', 'a', 'lot', 'of', 'compliments', 'when', 'i', 'wear', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['3632,1094,30', 'sexy', 'comfort', 'i', 'just', 'had', 'to', 'try', 'it', 'on', 'because', 'it', 'was', 'so', 'soft', 'and', 'i', 'have', 'never', 'felt', 'so', 'comfortable', 'and', 'so', 'sexy', 'at', 'the', 'same', 'time', 'in', 'a', 'dress', 'i', 'am', '5', '4', '170lbs', 'and', '36ddd', 'and', 'the', 'large', 'fit', 'well', 'i', 'only', 'with', 'the', 'slit', 'came', 'up', 'higher', 'that', 'might', 'be', 'an', 'issue', 'just', 'because', 'of', 'my', 'height', 'though', 'loved', 'it', 'waiting', 'for', 'a', 'good', 'sale', ',4,1,1', 'general', 'dresses', 'dresses'] ['3633,1094,30', 'the', 'dress', 'fits', 'nicely', 'this', 'dress', 'is', 'so', 'soft', 'the', 'dress', 'hangs', 'really', 'well', 'across', 'the', 'front', 'and', 'hides', 'your', 'stomach', 'area', 'a', 'bit', 'you', 'can', 'wear', 'a', 'regular', 'bra', 'with', 'this', 'dress', 'as', 'well'] ['the', 'downside', 'to', 'this', 'dress', 'is', 'that', 'is', 'shows', 'the', 'slightest', 'liquid', 'and', 'stains', 'very', 'easily', 'wore', 'this', 'on', 'a', 'hot', 'day', 'and', 'the', 'slightest', 'sweat', 'showed', 'in', 'addition', 'the', 'front', 'drape', 'across', 'the', 'chest', 'can', 'gape', 'open', 'and', 'show', 'your', 'bra'] ['overall', 'i', 'really', 'love', 'the', 'fit', 'of', 'this', 'dress', ',4,1,3', 'general', 'dresses', 'dresses'] ['3634,1033,69', 'great', 'jean', 'just', 'runs', 'big', 'and', 'stretches', 'out', 'the', 'fit', 'on', 'this', 'jean', 'is', 'amazing', 'they', 'just', 'run', 'large', 'and', 'then', 'they', 'also', 'stretch', 'quite', 'a', 'bit', 'after', '1-2', 'wears', 'i', 'am', 'usually', 'a', 'solid', 'size', '30', 'and', 'have', 'other', 'pairs', 'of', 'dl1961s', 'but', 'i', 'am', 'buying', 'in', 'a', '28', 'so', 'i', 'would', 'say', 'one', 'or', 'two', 'sizes', 'down', 'from', 'your', 'usual', 'size', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3635,835,64', 'beautiful', 'fabric', 'but', 'unflattering', 'fit', 'fell', 'in', 'love', 'with', 'the', 'look', 'of', 'this', 'top', 'in', 'the', 'store', 'but', 'they', 'did', "n't", 'have', 'it', 'in', 'my', 'size', '0', 'thought', 'i', "'d", 'try', 'the', '2', 'as', 'the', '0', 'was', 'sold', 'out', 'online', 'as', 'well', 'alas', 'the', 'fit', 'is', 'rather', 'tentlike', 'it', 'did', 'not', 'drape', 'as', 'i', 'had', 'hoped', 'a', 'beautiful', 'and', 'unique', 'pattern', 'on', 'the', 'right', 'body', 'but', 'on', 'my', 'slight', 'frame', 'it', 'was', 'not', 'flattering', 'it', "'s", 'going', 'back', 'to', 'retailer', ',3,0,0', 'general', 'tops', 'blouses'] ['3636,854,35', 'a', 'unique', 'tank', 'the', 'flower', 'print', 'really', 'caught', 'my', 'eye', 'i', 'like', 'the', 'unique', 'twisted', 'neckline', 'there', 'is', 'a', 'lot', 'of', 'material', 'here', 'but', 'it', 'hangs', 'nicely', 'without', 'billowing', 'out', 'like', 'some', 'other', 'unfortunate', 'tops', ',5,1,0', 'general', 'tops', 'knits'] ['3637,1094,38', 'gorgeous', 'this', 'dress', 'is', 'amazing', 'based', 'upon', 'its', 'rack', 'appearance', 'i', 'never', 'would', 'have', 'tried', 'this', 'dress', 'on', 'but', 'the', 'fabric', 'was', 'irresistibly', 'soft', 'so', 'i', 'gave', 'it', 'a', 'try', 'i', 'was', 'amazed', 'to', 'see', 'it', 'fit', 'so', 'well', 'i', "'m", 'very', 'curvy', '125lbs', '5', '4', '32dd', 'so', 'normally', 'a', 'dress', 'without', 'structure', 'does', "n't", 'work', 'on', 'me', 'but', 'this', 'one', 'somehow', 'does', 'the', 'elastic', 'waist', 'hits', 'right', 'at', 'the', 'smallest', 'part', 'of', 'my', 'waist', 'i', "'m", 'very', 'short', 'waisted', 'if', 'that', 'helps', 'and', 'flows', 'from', 'there', 'beautifully', 'i', 'think', 'the', 'v-cut', 'at', 'the', 'chest', 'area', 'help', 'reduce', 'the', 'appear', ',5,1,8', 'general', 'dresses', 'dresses'] ['3638,1094,34', 'not', 'good', 'i', "'m", 'not', 'sure', 'why', 'this', 'dress', 'is', 'getting', 'great', 'reviews', 'the', 'plunging', 'neckline', 'is', 'ridiculous', 'and', 'ran', 'down', 'to', 'the', 'underwire', 'of', 'my', 'bra', 'and', 'the', 'slit', 'up', 'the', 'side', 'came', 'up', 'to', 'the', 'upper', 'part', 'of', 'my', 'thigh', 'it', 'was', 'one', 'of', 'the', 'worst', 'fitting/cut', 'dresses', 'i', "'ve", 'every', 'tried', 'on', 'at', 'retailer', 'i', "'m", '5', '4', '125.', 'maybe', 'you', 'have', 'to', 'be', '6', 'feet', 'tall', 'and', '90', 'pounds', 'for', 'this', 'dress', 'to', 'not', 'look', 'like', 'a', 'bad', 'renaissance', 'faire', 'costume.,1,0,0', 'general', 'dresses', 'dresses'] ['3639,854,27', ',,4,1,0', 'general', 'tops', 'knits'] ['3640,881,31', 'chic', 'top', 'this', 'shirt', 'is', 'so', 'cute', 'it', "'s", 'so', 'soft', 'love', 'the', 'lace', 'element', 'on', 'the', 'arm', 'definitely', 'thinking', 'of', 'ordering', 'the', 'white', 'the', 'back', 'for', 'me', 'is', 'a', 'lot', 'longer', 'then', 'the', 'pic', 'shows', 'but', 'i', 'think', 'it', 'looks', 'good', ',5,1,0', 'general', 'tops', 'knits'] ['3641,1094,29', 'beautiful', 'dress', 'up', 'and', 'dress', 'down', 'i', 'have', 'worn', 'this', 'dress', 'twice', 'and', 'it', 'is', 'amazing', 'the', 'material', 'feels', 'heavy', 'and', 'drapey', 'but', 'i', 'still', 'feel', 'nice', 'and', 'cool', 'in', 'it', 'i', 'always', 'have', 'several', 'people', 'asking', 'me', 'where', 'i', 'bought', 'it', 'when', 'i', 'wear', 'it', 'i', 'am', '5', '1', '130', 'lbs', 'and', '34', 'd.', 'i', 'bought', 'a', 'small', 'petite', 'and', 'it', 'fit', 'perfectly', 'i', 'love', 'this', 'dress', 'and', 'would', 'highly', 'recommend', 'it', 'to', 'anyone', 'definitely', 'one', 'of', 'the', 'best', 'things', 'i', "'ve", 'ever', 'bought', 'from', 'retailer.,5,1,0', 'general', 'dresses', 'dresses'] ['3642,854,36', 'will', 'shrink', 'significantly', 'when', 'washed', 'this', 'top', 'is', 'very', 'pretty', 'but', 'it', 'does', "n't", 'make', 'up', 'for', 'the', 'problems', 'with', 'it', 'retailer', 'seems', 'to', 'be', 'suffering', 'from', 'quality', 'issues', 'as', 'of', 'late', 'the', 'sizes', 'are', 'all', 'over', 'the', 'place', 'and', 'items', 'i', 'have', 'purchased', 'do', "n't", 'seem', 'to', 'hold', 'up', 'to', 'normal', 'use', 'and', 'washing', 'i', 'normally', 'wear', 'a', 'medium', 'in', 'tops', 'the', 'medium', 'in', 'this', 'top', 'was', 'huge', 'i', 'needed', 'an', 'extra', 'small', 'which', 'means', 'a', 'lot', 'of', 'people', 'are', 'sized', 'out', 'of', 'this', 'top', 'i', 'hand', 'washed', 'this', 'top', 'in', 'cold', 'water', 'as', 'the', 'tag', 'indicated', 'and', 'it', 'shrunk', 'it', 'shrunk', 'so', 'much', 'that', 'i', 'can', ',3,0,0', 'general', 'tops', 'knits'] ['3643,1125,48', 'really', 'nice', 'but', 'a', 'few', 'improvements', 'needed', 'i', 'saw', 'this', 'jacket', 'on', 'the', 'sale', 'rack', 'at', 'my', 'local', 'store', 'but', 'the', 'size', 'was', 'extra', 'small', 'and', 'needed', 'a', 'medium', 'the', 'store', 'was', 'able', 'to', 'order', 'since', 'it', 'showed', 'back', 'order', 'i', 'do', 'miss', 'the', 'charge', 'send', 'option', 'but', 'still', 'love', 'retailer', 'normally', 'i', 'wear', 'a', 'medium', 'in', 'this', 'brand', 'i', 'received', 'my', 'order', 'today', 'and', 'it', "'s", 'a', 'beautiful', 'jacket', 'however', 'there', "'s", 'a', 'few', 'things', 'that', 'could', 'have', 'been', 'done', 'in', 'the', 'manufacture', 'that', 'would', "'ve", 'improved', 'it', 'one', 'the', 'jacket', 'is', 'not', 'lined', 'and', 'it', 'would', 'be', 'beneficial', 'if', 'the', 'jacket', 'was', 'lined', 'or', 'even', ',4,1,4', 'general', 'jackets', 'outerwear'] ['3644,903,55', 'very', 'stylish', 'i', 'was', "n't", 'sure', 'about', 'this', 'top', 'when', 'i', 'saw', 'it', 'on', 'line', 'but', 'it', 'is', 'actually', 'nicer', 'than', 'the', 'picture', 'it', 'is', 'very', 'flattering', 'and', 'the', 'color', 'is', 'perfect', 'for', 'the', 'summer', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['3645,1094,31', 'best', 'dress', 'ever', 'i', 'got', 'this', 'dress', 'in', 'pxxs', 'in', 'the', 'gray', 'color', 'i', 'am', '5', '4', '100lbs', 'petite', 'frame', 'and', 'it', 'fits', 'like', 'a', 'dream', 'true', 'to', 'size', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'thick', 'drapes', 'well', 'not', 'too', 'tight', 'and', 'u', 'can', 'wear', 'a', 'regular', 'bra', 'length', 'is', 'also', 'perfect', 'no', 'shortening', 'required', 'which', 'is', 'rare', 'for', 'me', 'this', 'could', 'be', 'an', 'issue', 'for', 'tall', 'girls', 'but', 'i', 'wouldnt', 'know', 'about', 'that', 'it', 'looks', 'great', 'with', 'dressy', 'flip', 'flops', 'for', 'any', 'summer', 'occasion', 'can', 'be', 'casual', 'or', 'dressy', 'depending', 'on', 'accessories', 'great', 'purchase', '100', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['3646,942,51', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'was', 'looking', 'for', 'long', 'vest', 'to', 'go', 'with', 'skinny', 'jeans', 'this', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'the', 'color', 'is', 'better', 'than', 'the', 'pic', 'to', 'me', 'the', 'style', 'is', 'flattering', 'the', 'size', 'is', 'just', 'right', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'strongly', 'recommend', 'it.,5,1,0', 'general', 'tops', 'sweaters'] ['3647,942,49', 'versatile', 'piece', 'i', 'purchased', 'this', 'in', 'gray', 'and', 'it', 'is', 'proving', 'to', 'be', 'quite', 'versatile', 'it', 'is', 'softer', 'than', 'i', 'expected', 'and', 'not', 'heavy', 'or', 'bulky', 'i', 'also', 'like', 'that', 'the', 'side', 'slits', 'are', 'a', 'bit', 'higher', 'than', 'i', 'expected', 'i', 'have', 'paired', 'it', 'with', 'knit', 'pants', 'and', 'with', 'a', 'maxi', 'dress', 'i', 'think', 'it', 'will', 'work', 'pretty', 'much', 'any', 'time', 'i', 'need', 'an', 'extra', 'layer.,4,1,1', 'general', 'tops', 'sweaters'] ['3648,1094,39', 'just', 'agreeing', 'just', 'agreeing', 'with', 'all', 'the', 'good', 'reviews', 'love', 'the', 'color', 'feel', 'fit', 'and', 'versatility', 'you', 'can', 'look', 'sexy', 'or', 'modest', 'depending', 'on', 'your', 'underpinnings', 'and', 'accessories', 'drapes', 'over', 'and', 'disguises', 'my', 'figure', 'flaws', 'this', 'is', 'a', 'three', 'season', 'dress', 'for', 'me', 'and', 'i', 'look', 'forward', 'to', 'having', 'this', 'in', 'my', 'rotation', 'in', 'the', 'years', 'to', 'come', 'i', 'bought', 'regular', 'hem', 'instead', 'of', 'petite', ',5,1,0', 'general', 'dresses', 'dresses'] ['3649,854,44', 'runs', 'huge', 'i', 'bought', 'the', 'tiny', 'brand', 'cassia', 'tank', 'last', 'week', 'in', 'a', 'small', 'and', 'it', 'fits', 'beautifully', 'i', 'ordered', 'this', 'sorcha', 'tank', 'in', 'a', 'small', 'as', 'well', 'and', 'it', 'is', 'huge', 'i', 'am', 'very', 'sad', 'about', 'the', 'huge', 'size', 'difference', 'look', 'closely', 'at', 'the', 'photos', 'the', 'fabric', 'twists', 'as', 'it', 'goes', 'over', 'the', 'shoulders', 'to', 'the', 'back', 'it', 'is', 'quite', 'bulky', 'hard', 'to', 'tell', 'if', 'that', 'would', 'minimize', 'in', 'a', 'smaller', 'size', 'my', 'store', 'does', "n't", 'carry', 'this', 'item', 'so', 'i', 'ca', "n't", 'easily', 'try', 'another', ',3,0,4', 'general', 'tops', 'knits'] ['3650,1094,37', 'not', 'a', 'true', 'medium', 'but', 'lovely', 'my', 'husband', 'bought', 'it', 'for', 'me', 'and', 'i', 'was', 'a', 'bit', 'skeptical', 'at', 'first', 'tried', 'it', 'on', 'and', 'absolutely', 'loved', 'it', 'besides', 'the', 'really', 'soft', 'fabric', 'it', 'has', 'pockets', 'which', 'makes', 'it', 'even', 'more', 'comfortable', 'for', 'me', 'i', "'m", '5', '8', '123lbs', 'and', 'flat', 'chested', 'he', 'got', 'me', 'a', 'medium', 'which', 'fits', 'a', 'bit', 'tight', 'but', 'my', 'husband', 'likes', 'it', 'so', 'it', "'s", 'a', 'keeper', ',5,1,1', 'general', 'dresses', 'dresses'] ['3651,965,36', 'great', 'everyday', 'jacket', 'i', 'bought', 'this', 'recently', 'and', 'it', 'is', 'already', 'a', 'go-to', 'piece', 'in', 'my', 'wardrobe', 'i', 'love', 'it', 'to', 'dress', 'things', 'up', 'for', 'work', 'it', 'is', 'extremely', 'comfortable', 'and', 'easy', 'to', 'wear.,5,1,0', 'general', 'jackets', 'jackets'] ['3652,1008,49', 'beautiful', 'i', "'m", 'not', 'one', 'for', 'writing', 'reviews', 'but', 'i', 'thought', 'i', 'would', 'for', 'this', 'absolutely', 'beautiful', 'skirt', 'i', 'saw', 'it', 'in-store', 'before', 'it', 'became', 'available', 'on-line', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'do', "n't", 'like', 'exposed', 'zippers', 'but', 'in', 'this', 'case', 'the', 'gold', 'zipper', 'is', 'a', 'nice', 'detail', 'on', 'the', 'skirt', 'i', "'m", 'curvy', 'with', 'a', 'very', 'small', 'waist', 'so', 'the', 'fit', 'was', 'fine', 'i', 'would', 'definitely', 'recommend', 'this', 'product', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['3653,872,47', 'great', 'product', 'this', 'is', 'the', 'best', 'ever', 't-shirt', 'i', "'ve", 'ever', 'worn', 'feels', 'so', 'soft', 'looks', 'gorgeous', 'very', 'comfortable', 'and', 'yet', 'has', 'that', 'bit', 'of', 'sparkle', 'that', 'makes', 'it', 'perfect', 'for', 'a', 'special', 'evening', 'with', 'friends', 'etc', 'just', 'love', 'the', 'fit-', 'it', 'makes', 'me', 'look', 'slimmer', ',5,1,3', 'general', 'tops', 'knits'] ['3654,1030,48', 'great', 'length', 'if', 'over', '5', '5', 'ran', 'at', 'least', '1-2', 'sizes', 'smaller', 'great', 'wash', ',4,1,0', 'general', 'bottoms', 'jeans'] ['3655,912,28', 'comfortable', 'but', 'boxy', 'shape', 'i', 'was', 'pleased', 'with', 'the', 'fabric', 'and', 'lace', 'and', 'the', 'arms', 'fit', 'me', 'nicely', 'the', 'only', 'problem', 'was', 'that', 'the', 'bottom', 'of', 'the', 'sweater', 'was', 'very', 'boxy', 'and', 'not', 'flattering', 'i', 'am', 'having', 'the', 'sides', 'taken', 'in', 'to', 'fix', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3656,912,67', 'not', 'to', 'fancy', 'i', 'was', 'happy', 'to', 'receive', 'this', 'sweater', 'in', 'no', 'time', 'at', 'all', 'when', 'i', 'opened', 'the', 'package', 'it', 'seemed', 'too', 'thin', 'however', 'after', 'trying', 'it', 'on', 'it', "'s", 'the', 'perfect', 'fit', 'and', 'style', 'can', 'be', 'worn', 'with', 'jeans', 'or', 'skirts', 'and', 'even', 'dress', 'slacks', 'great', 'buy', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3657,965,51', 'strange', 'fit', 'but', 'fun', 'jacket', 'i', 'really', 'like', 'the', 'look', 'of', 'the', 'jacket', 'and', 'that', 'it', 'is', 'stretching', 'sizing', 'a', 'bit', 'odd', 'the', 'xs', 'is', 'pretty', 'snug', 'in', 'the', 'arms', 'body', 'is', 'fitted', 'but', 'the', 'small', 'seems', '2', 'sizes', 'larger', 'the', 'body', 'is', 'very', 'baggy', 'i', 'kept', 'the', 'xs', 'but', 'ca', "n't", 'wear', 'sleeves', 'underneath', ',4,1,1', 'general', 'jackets', 'jackets'] ['3658,872,42', 'stylish', 'unique', 'long', 'sleeve', 't', 'i', 'was', 'surprised', 'i', 'was', 'the', '1st', 'to', 'review', 'this', 't-', 'i', 'got', 'it', 'on', 'black', 'friday', 'loved', 'the', 'fit', 'and', 'look', 'immediately', 'i', 'wear', 'w', 'skinny', 'jeans', 'and', 'boots', 'but', 'also', 'converse', 'or', 'many', 'options', 'and', 'a', 'good', 'price', ',5,1,29', 'general', 'petite', 'tops', 'knits'] ['3659,1049,20', 'flattering', 'and', 'versatile', 'i', 'purchased', 'this', 'early', 'in', 'summer', 'and', 'have', 'worn', 'it', 'a', 'lot', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'since', 'it', "'s", 'comfortable', 'you', 'will', 'want', 'to', 'wear', 'it', 'a', 'lot', 'i', 'can', 'wear', 'it', 'for', 'everything', 'from', 'walking', 'the', 'dog', 'to', 'going', 'out', 'to', 'dinner', 'i', 'bought', '2', 'jumpsuits', 'this', 'summer', 'and', 'this', 'is', 'by', 'far', 'my', 'favorite', 'the', 'fit', 'is', 'flattering', 'fitted', 'but', 'not', 'tight', 'and', 'the', 'self-tie', 'belt', 'gives', 'your', 'waist', 'definition', 'so', 'the', 'overall', 'look', 'is', 'hourglass', 'i', 'am', 'tall', 'and', 'i', 'normally', 'take', 'an', 'xs', 'or', 's.', 'i', 'went', 'with', 'the', 's', 'to', 'ensure', 'that', 'it', 'was', 'long', ',5,1,0', 'general', 'bottoms', 'pants'] ['3660,1030,67', 'yikes', 'these', 'run', 'small', 'i', "'m", 'normally', 'a', 'size', '25p', 'i', 'bought', 'these', 'in', 'a', '26', 'because', 'i', 'wanted', 'a', 'more', 'relaxed', 'fit', 'i', 'could', 'barely', 'pull', 'them', 'up', 'over', 'my', 'calves', 'i', 'could', 'get', 'them', 'on', 'and', 'button', 'them', 'but', 'i', 'felt', 'like', 'a', 'sausage', 'stuffed', 'into', 'a', 'straw', 'size', 'up', '2', 'sizes', 'at', 'least', ',2,0,6', 'general', 'bottoms', 'jeans'] ['3661,872,39', 'cute', 'this', 'little', 'number', 'is', 'really', 'cute', 'i', 'got', 'it', 'on', 'sale', 'after', 'i', 'looked', 'at', 'it', 'went', 'home', 'slept', 'and', 'decided', 'i', 'had', 'to', 'go', 'ack', 'for', 'it', '-0'] ['i', 'will', 'wear', 'it', 'with', 'trouser', 'jeans', 'and', 'a', 'blazer', 'for', 'work', 'or', 'jsut', 'jeans', 'and', 'boots', 'for', 'casual', 'wear', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3662,872,20', 'casual', 'such', 'an', 'amazing', 'shirt', 'to', 'dress', 'down', 'for', 'a', 'long', 'day', 'at', 'school,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3663,1025,38', 'i', 'wish', 'they', 'came', 'in', 'more', 'colors', 'i', "'m", "5'10", 'and', 'have', 'athletic', 'legs', 'these', 'jeans', 'are', 'so', 'comfy', 'long', 'enough', 'and', 'look', 'good', 'on', 'the', 'booty', 'the', 'photo', 'is', 'deceiving', 'as', 'they', 'are', 'much', 'longer', 'i', 'wish', 'they', 'carried', 'more', 'colors', 'it', "'s", 'hard', 'to', 'find', 'a', 'jean', 'i', 'really', 'like', 'and', 'i', 'really', 'like', 'these', ',5,1,0', 'general', 'bottoms', 'jeans'] ['3664,872,66', 'nice', 'tee', 'love', 'the', 'tee', 'but', 'it', 'is', 'very', 'thin', 'best', 'for', 'layering,4,1,0', 'general', 'petite', 'tops', 'knits'] ['3665,872,33', 'easy', 'everyday', 'wear', 'this', 'shirt', 'fits', 'great', 'normally', 'wear', 'an', 'xs', 'or', 'a', 'small', 'and', 'a', 'small', 'fits', 'in', 'this', 'comfortable', 'and', 'cute', 'on', 'i', 'wish', 'i', 'had', 'ordered', 'the', 'other', 'color', 'as', 'well.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['3666,936,47', 'gigantic', 'and', 'heavy', 'i', 'purchased', 'this', 'sweater', 'in', 'my', 'usual', 'xs', 'but', 'found', 'the', 'silhouette', 'to', 'be', 'way', 'more', 'tent-like', 'than', 'pictured', 'on', 'the', 'model', 'the', 'knit', 'is', 'pretty', 'stiff', 'too', 'so', 'the', 'sweater', 'did', "n't", 'lay', 'flat', 'but', 'hung', 'on', 'me', 'in', 'kind', 'of', 'a', 'triangle', 'shape', 'also', 'the', 'sweater', 'knit', 'was', 'heavier', 'than', 'i', 'expected', 'from', 'the', 'picture', 'and', 'seemed', 'to', 'be', 'more', 'of', 'a', 'fall', 'weight', 'piece', 'i', 'am', 'fairly', 'small', 'but', 'lately', 'i', "'m", 'finding', 'that', 'retailer', 'pieces', 'are', 'huge', 'in', 'an', 'xs', 'and', 'i', 'have', 'to', 'size', 'down', 'to', 'xxs', 'i', 'know', 'i', "'m", 'not', 'that', 'tiny', 'maybe', 'this', 'wou', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['3667,1008,29', 'perfect', 'party', 'skirt', 'this', 'skirt', 'is', 'absolutely', 'beautiful', 'and', 'in', 'my', 'opinion', 'totally', 'worth', 'the', 'price', 'it', "'s", 'very', 'very', 'well', 'made', 'and', 'fits', 'perfectly', 'i', 'usually', 'wear', 'a', 'size', '4', 'but', 'with', 'skirts', 'that', 'are', 'supposed', 'to', 'sit', 'right', 'at', 'my', 'waist', 'i', 'size', 'down', 'to', '2', 'so', 'they', 'fit', 'properly', 'i', 'did', 'that', 'with', 'this', 'one', 'and', 'i', 'have', 'to', 'wiggle', 'a', 'bit', 'to', 'get', 'it', 'past', 'my', 'hips', 'but', 'once', 'on', 'it', 'fits', 'like', 'a', 'glove', 'i', "'m", "5'11", 'and', 'the', 'skirt', 'comes', 'to', 'mid-calf', 'on', 'me', 'which', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'love', 'love', 'love', 'this', 'skirt', 'i', 'totally', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3668,1111,36', 'timeless', 'elegance', 'the', 'first', 'reviewer', 'was', 'right', 'about', 'this', 'dress', 'checked', 'her', 'review', 'before', 'buying', 'it', 'it', "'s", 'a', 'beautiful', 'creation', 'and', 'perfectly', 'designed', 'and', 'it', "'s", 'also', 'slimming', 'i', 'was', 'worried', 'that', 'the', 'fit', 'might', 'be', 'too', 'tight', 'in', 'the', 'skirt', 'but', 'it', 'is', 'fine', 'highly', 'recommended', ',5,1,0', 'general', 'dresses', 'dresses'] ['3669,965,46', 'fun', 'blazer', 'i', 'bought', 'the', 'blazer', 'in', 'the', 'grey', 'motif', 'color', 'it', 'is', 'definitely', 'a', 'taupe', 'color', 'versus', 'grey', 'but', 'it', 'does', 'look', 'as', 'pictured.i', 'bought', 'a', 'small', 'after', 'trying', 'it', 'on', 'in', 'store', 'i', 'think', 'it', 'runs', 'a', 'bit', 'small', 'as', 'i', 'mostly', 'wear', 'xs', 'at', 'retailer', 'the', 'arms', 'are', 'very', 'fitted', 'in', 'my', 'opinion', 'so', 'if', 'you', 'have', 'bigger', 'arms', 'it', 'might', 'feel', 'too', 'snug', 'you', 'do', "n't", 'really', 'see', 'this', 'detail', 'in', 'the', 'picture', 'but', 'the', 'lapel', 'folds', 'differently', 'on', 'each', 'side', 'meaning', 'one', 'folds', 'back', 'higher', 'than', 'the', 'other', 'so', 'it', 'is', "n't", 'a', 'symmetrical', 'look', 'i', 'actually', 'lik', ',5,1,1', 'general', 'jackets', 'jackets'] ['3670,872,64', 'this', 'top', 'is', 'versatile.', 'it', "'s", 'really', 'a', 'casual', 'tee', 'but', 'with', 'the', 'cute', 'pattern', 'that', 'gives', 'a', 'pop', 'of', 'color', 'it', 'can', 'have', 'a', 'little', 'more', 'dressed', 'to', 'go', 'out', 'look', 'i', 'thought', 'it', 'might', 'be', 'a', 'bit', 'wide', 'by', 'the', 'picture', 'but', 'has', 'a', 'nice', 'flattering', 'flow', 'a', 'bit', 'expensive', 'at', 'full', 'price', 'but', 'an', 'amazing', 'score', 'on', 'sale', ',5,1,1', 'general', 'tops', 'knits'] ['3671,872,36', 'style', 'and', 'fit', 'win', 'fits', 'great', 'not', 'too', 'tight/baggy', 'pattern', 'on', 'shirt', 'is', 'pretty', 'and', 'should', 'work', 'for', 'layering', 'or', 'wearing', 'on', 'its', 'own', ',5,1,1', 'general', 'tops', 'knits'] ['3672,872,48', 'cute', 'but', 'says', 'hand', 'wash', 'on', 'mine', 'i', 'thought', 'i', "'d", 'add', 'a', 'review', 'because', 'a', 'lot', 'of', 'this', 'landscape-print', 'tee', 'was', 'still', 'available', 'at', 'my', 'local', 'durham', 'nc', 'store', 'the', 'week', 'after', 'xmas', 'anyway', 'it', "'s", 'a', 'little', 'different', 'in', 'person', 'than', 'how', 'it', 'appeared', 'online', 'when', 'it', 'was', 'still', 'available', 'the', 'white', 'cotton', 'is', 'definitely', 'a', 'cream', 'or', 'off-white', 'and', 'the', 'silkscreen', 'is', 'darker', 'colors', 'and', 'much', 'more', 'metallic', 'than', 'shown', 'the', 'metallic', 'is', 'a', 'subtle', 'gold', 'it', "'s", 'definitely', '3/4', 'sleeves', 'which', 'i', 'like', 'and', 'it', 'has', 'a', 'curved', 'bottom', 'hem', 'the', 'surprise', 'to', 'me', 'was', 'that', 'it', ',4,1,7', 'general', 'tops', 'knits'] ['3673,1049,40', 'perfect', 'jumpsuit', 'this', 'jumpsuit', 'is', 'so', 'pretty', 'and', 'fits', 'perfectly', 'i', 'am', '5', '2', '102', 'lbs', 'and', '32c', 'and', 'got', 'the', 'xsp', 'and', 'the', 'proportions', 'are', 'perfect', 'i', 'wondered', 'if', 'the', 'pattern', 'would', 'be', 'too', 'overwhelming', 'or', 'busy', 'on', 'a', 'petite', 'frame', 'but', 'it', "'s", 'not', 'at', 'all', 'and', 'fits', 'like', 'a', 'glove', 'i', 'removed', 'the', 'little', 'loops', 'that', 'hold', 'the', 'belt', 'because', 'they', 'stuck', 'out', 'too', 'far', 'easy', 'to', 'throw', 'on', 'when', 'i', "'m", 'out', 'and', 'about', 'with', 'my', 'kids', 'or', 'dress', 'it', 'up', 'with', 'heels', 'or', 'a', 'wedge', 'for', 'night', 'love', ',5,1,3', 'general', 'bottoms', 'pants'] ['3674,936,34', 'chic', 'sweater', 'i', 'wish', 'we', 'had', 'cooler', 'weather', 'in', 'california', 'so', 'i', 'could', 'wear', 'this', 'more', 'often', 'i', 'bought', 'this', 'sweater/coat', 'on', 'sale', 'plus', 'an', 'extra', '20', 'off', 'so', 'i', 'got', 'a', 'great', 'deal', 'on', 'it', 'i', 'love', 'this', 'sweater', 'it', 'looks', 'matronly', 'in', 'the', 'picture', 'but', 'it', 'looks', 'very', 'chic', 'and', 'sophisticated', 'in', 'person', 'the', 'sleeves', 'hit', 'above', 'the', 'wrist', 'as', 'shown', 'on', 'the', 'model', 'it', 'does', 'have', 'pockets', 'it', "'s", 'the', 'right', 'weight', 'for', 'chilly', 'weather.,5,1,11', 'general', 'petite', 'tops', 'sweaters'] ['3675,547,38', 'love', 'this', 'top', 'this', 'top', 'is', 'beautiful', 'it', 'drapes', 'just', 'like', 'the', 'picture', 'with', 'gorgeous', 'details', 'in', 'the', 'back', 'this', 'is', 'what', 'i', 'expect', 'from', 'retailer', 'i', 'am', '5', '4', '120', 'and', '34b', 'and', 'took', 'my', 'size', 'small', 'so', 'i', 'would', 'say', 'tts', 'i', 'tried', 'it', 'on', 'with', 'a', 'strapless', 'nude', 'colored', 'bra', 'and', 'it', 'was', 'not', 'visible', 'give', 'it', 'a', 'try', 'you', 'wo', "n't", 'regret', 'it', ',5,1,13', 'initmates', 'intimate', 'layering'] ['3676,547,42', 'great', 'staple', 'i', 'always', 'go', 'w/', 'black', 'but', 'deviated', 'this', 'time', 'so', 'glad', 'i', 'did', 'quality', 'fabric', 'not', 'sheer', 'at', 'all', 'a', 'great', 'layering', 'piece', 'and', 'new', 'staple', 'for', 'the', 'wardrobe', 'fits', 'tts', 'sm', 'i', "'m", '5', '2', '109lbs', ',5,1,1', 'initmates', 'intimate', 'layering'] ['3677,872,58', 'really', 'nice', 'tee', 'i', 'got', 'this', 'tee', 'for', 'a', 'great', 'price', 'online', 'and', 'i', 'did', 'like', 'it', 'a', 'lot', 'i', 'got', 'it', 'in', 'medium', 'and', 'i', 'might', 'have', 'liked', 'it', 'better', 'if', 'it', 'was', 'just', 'a', 'bit', 'bigger', 'or', 'if', 'the', 'material', 'was', "n't", 'quite', 'so', 'clingy', 'i', 'decided', 'it', 'had', 'to', 'go', 'back.,4,1,2', 'general', 'tops', 'knits'] ['3678,1025,39', 'a', 'great', 'skinny', 'jean', 'these', 'grey', 'beauties', 'are', 'flattering', 'and', 'light', 'weight', 'they', 'fit', 'true', 'to', 'size', 'but', 'seems', 'a', 'bit', 'on', 'the', 'long', 'side', 'bunching', 'oddly', 'at', 'the', 'ankle', 'when', 'wearing', 'them', 'with', 'booties', 'hopefully', 'they', 'hold', 'up', 'to', 'some', 'heavy', 'wear', ',4,1,0', 'general', 'bottoms', 'jeans'] ['3679,547,41', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['3680,872,31', 'cute', 'and', 'casual', 'postcard', 'tee', 'great', 'fit', 'and', 'very', 'cute', 'design', 'goes', 'great', 'with', 'jeans.,5,1,0', 'general', 'tops', 'knits'] ['3681,872,37', 'adorbs', 'i', 'did', "n't", 'even', 'notice', 'this', 'tee', 'online', 'but', 'in', 'person', 'in', 'the', 'store', 'i', 'instantly', 'loved', 'it', 'then', 'trying', 'it', 'on', 'loved', 'it', 'even', 'more', 'it', 'is', 'flattering', 'without', 'being', 'too', 'tight', 'i', 'got', 'an', 'xs', 'which', 'is', 'my', 'usual', 'size', 'i', "'m", 'not', 'a', 'huge', 'fan', 'of', 'the', '3/4', 'sleeve', 'length', 'in', 'winter', 'so', 'i', 'almost', 'wish', 'it', 'had', 'been', 'either', 'long', 'or', 'short', 'sleeve', 'but', 'no', 'biggie', 'i', 'still', 'love', ',5,1,3', 'general', 'tops', 'knits'] ['3682,965,63', 'classic', 'comfort', 'love', 'this', 'dark', 'gray', 'heathered', 'blazer', 'no', 'stripes', 'contrary', 'to', 'its', 'name', 'very', 'easy', 'to', 'wear', 'with', 'the', 'bit', 'of', 'spandex', 'and', 'not', 'hot', 'or', 'heavy', 'like', 'my', 'tailored', 'wool', 'blazers', 'i', 'am', 'usually', 'a', 'petite', 'medium', 'but', 'decided', 'to', 'order', 'petite', 'large', 'to', 'better', 'accomodate', 'layers', 'or', 'sweaters', 'sleeve', 'length', 'perfect', 'even', 'with', 'sweater', 'on', 'will', 'get', 'lots', 'of', 'wear', 'with', 'this', 'dress-up', 'or', 'dress-down', 'piece', ',5,1,1', 'general', 'jackets', 'jackets'] ['3683,872,31', 'a', 'nice', 'surprise', 'i', 'do', "n't", 'normally', 'spend', 'so', 'much', 'on', 't', 'shirts', 'but', 'this', 'one', 'is', 'worth', 'it', 'really', 'well', 'made', 'and', 'quite', 'unique', 'i', 'reckon', 'i', "'ll", 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', ',5,1,3', 'general', 'tops', 'knits'] ['3684,872,58', 'really', 'like', 'i', 'probably', 'would', "n't", 'have', 'even', 'tried', 'this', 'on', 'in', 'the', 'store', 'but', 'i', 'took', 'a', 'chance', 'when', 'it', 'was', 'on', 'sale', 'i', 'put', 'it', 'on', 'and', 'it', 'was', 'immediate', 'love', 'the', 'fit', 'is', 'perfect', 'i', 'am', 'between', 'a', 'medium', 'and', 'a', 'large', 'and', 'got', 'it', 'in', 'a', 'large', 'it', 'is', 'not', 'boxy', 'but', 'not', 'too', 'tight', 'either', 'it', 'feels', 'well', 'made', ',5,1,1', 'general', 'tops', 'knits'] ['3685,936,39', 'love', 'so', 'glad', 'i', 'bought', 'this', 'its', 'beautiful', 'and', 'being', 'on', 'sale', 'made', 'it', 'even', 'better', 'good', 'quality', 'and', 'versatile', 'highly', 'recommend', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['3686,872,48', 'very', 'impressed', 'love', 'this', 'top', 'purchased', 'in', 'a', 'size', 'medium', 'my', 'typical', 'retailer', 'size', 'and', 'is', 'very', 'comfortable', 'and', 'lovely', 'wearing', 'it', 'under', 'the', 'pink', 'peplum', 'cardigan', 'it', 'was', 'shown', 'together', 'with', 'as', 'well', 'as', 'wear', 'it', 'with', 'jeans', 'and', 'other', 'pants', 'i', 'wish', 'it', 'came', 'in', 'different', 'colors', 'and', 'other', 'images', 'as', 'this', 'a', 'very', 'well', 'made', 'top', 'purchased', 'during', 'the', 'after', 'christmas', 'tag', 'sale', 'and', 'love', 'it', 'even', 'more', 'will', 'be', 'great', 'in', 'spring', 'and', 'summer', 'cooler', 'days', 'in', 'summer', ',5,1,1', 'general', 'tops', 'knits'] ['3687,965,36', 'dressy', 'casual', 'i', 'tried', 'on', 'the', 'grey', 'motif', 'yesterday', 'and', 'it', 'was', 'the', 'one', 'thing', 'i', 'tried', 'on', 'that', 'i', 'loved', 'and', 'the', 'only', 'thing', 'i', 'bought', 'i', "'m", '5', '4', '34', 'dd', '125', 'lbs', 'and', 'the', 'xs', 'was', 'a', 'perfect', 'fit', 'for', 'me', 'i', 'sometimes', 'find', 'that', 'retailer', 'stuff', 'is', 'tight', 'in', 'the', 'arms', 'so', 'i', 'generally', 'wear', 'a', 'small', 'but', 'i', 'tried', 'on', 'the', 'small', 'and', 'the', 'arms', 'were', 'a', 'bit', 'baggy', 'i', 'plan', 'on', 'wearing', 'tanks', 'underneath', 'so', 'the', 'xs', 'was', 'the', 'right', 'call', 'if', 'you', 'want', 'to', 'wear', 'something', 'thicker', 'long', 'sleeved', 'underneath', 'go', 'with', 'your', 'usual', 'size', ',5,1,2', 'general', 'jackets', 'jackets'] ['3688,1049,33', 'big', 'booty', 'big', 'thigh', 'girls', 'need', 'not', 'apply', 'ok', 'if', 'i', 'had', 'a', 'different', 'body', 'this', 'would', 'be', 'awesome', 'but', 'i', 'have', 'a', 'big', 'butt', 'and', 'meaty', 'thighs', 'so', 'just', 'did', 'not', 'flatter', 'me', 'although', 'my', 'husband', 'could', "n't", 'tell', 'that', 'the', 'pants', 'were', 'tugging', 'on', 'me', 'thanks', 'to', 'the', 'pattern', 'it', 'does', 'camouflage', 'it', 'was', 'uncomfortable', 'so', 'if', 'you', 'are', 'built', 'like', 'me', 'this', 'is', "n't", 'the', 'jumpsuit', 'for', 'you'] [] ['this', 'is', 'a', 'well', 'made', 'garment', 'but', 'there', 'is', 'no', 'give', 'in', 'the', 'butt', 'and', 'thigh', 'area', 'hence', 'would', 'not', 'recommend', 'for', 'my', 'thick', 'thighed', 'sisters'] [] ['for', 'reference', 'i', 'am', '5', '3', 'and', '150', 'pounds', 'th', ',3,0,1', 'general', 'bottoms', 'pants'] ['3689,965,45', 'looks', 'great', 'feels', 'like', 'a', 'sweatshirt', 'this', 'is', 'the', 'perfect', 'throw', 'on', 'little', 'blazer-like', 'jacket', 'that', 'feels', 'like', 'a', 'sweatshirt', 'i', 'loved', 'it', 'so', 'much', 'on', 'sale', 'that', 'i', 'bought', 'another', 'one', 'in', 'a', 'different', 'color', 'i', 'am', '5', '0', 'and', '115lbs', 'and', 'the', 'xs', 'fits', 'like', 'a', 'glove', 'it', 'is', 'so', 'great', 'well', 'made', 'so', 'comfortable', 'versatile', 'dress', 'it', 'up', 'for', 'work', 'or', 'down', 'with', 'a', 'pair', 'of', 'jeans.,5,1,1', 'general', 'jackets', 'jackets'] ['3690,872,56', 'cute', 'shirt', 'i', 'bought', 'the', 'grey', 't', 'with', 'the', 'design', 'around', 'the', 'yoke', 'it', "'s", 'cute', 'but', 'the', 'fabric', 'is', 'a', 'little', 'on', 'the', 'thin', 'side', 'kind', 'of', 'cheap', 'i', "'m", 'glad', 'i', 'did', "n't", 'pay', 'full', 'price', 'for', 'it', 'runs', 'true', 'to', 'size', ',3,1,0', 'general', 'tops', 'knits'] ['3691,1049,58', 'the', 'jumpsuit', 'to', 'end', 'all', 'jumpsuits', 'this', 'jumpsuit', 'is', 'amazing'] [] ['i', 'ordered', 'the', 'small', 'and', 'it', 'fits', 'perfectly', 'loose', 'and', 'flowy', 'with', 'room', 'for', 'boobs', 'i', "'m", 'a', '32d', 'and', 'hips', 'perfect', 'for', 'humid', 'summers', 'when', 'you', "'d", 'rather', 'your', 'clothing', 'hang', 'a', 'bit', 'away', 'from', 'your', 'body', 'the', 'fabric', 'is', 'deceptively', 'light', 'for', 'how', 'it', 'hangs', 'in', 'a', 'very', 'flattering', 'way', 'when', 'i', 'have', 'it', 'on'] [] ['i', 'would', 'say', 'that', 'if', 'you', "'re", 'shorter', 'than', '5', '4', 'the', 'petite', 'is', 'the', 'way', 'to', 'go', 'however', 'i', 'am', '5', '4', 'and', 'the', 'length', 'hit', 'me', 'almost', 'exactly', 'where', 'it', 'is', 'on', 'the', 'model', 'i', 'lifted', 'the', 'leg', 'a', ',5,1,10', 'general', 'bottoms', 'pants'] ['3692,965,38', 'perfect', 'blazer', 'nicely', 'structured', 'yet', 'soft', 'blazer', 'wardrobe', 'staple', 'runs', 'true', 'to', 'size', 'i', 'would', 'buy', 'all', 'colors', 'but', 'restrained', 'myself', 'to', 'the', 'black/green', ',4,1,1', 'general', 'jackets', 'jackets'] ['3693,1025,48', 'so', 'cute', 'so', 'comfortable', 'i', "'m", '5', '8', 'about', '134', 'somewhat', 'of', 'a', 'pear', 'and', 'these', 'jeans', 'in', 'size', '28', 'fit', 'like', 'they', 'were', 'made', 'for', 'me', 'plus', 'the', 'fabric', 'is', 'really', 'soft', 'and', 'comfortable', 'and', 'i', 'love', 'the', 'color', 'ankle', 'opening', 'is', 'more', 'straight', 'than', 'skinny', 'which', 'is', 'a', 'change', 'from', 'my', 'usual', 'skinny', 'jeans', 'but', 'i', 'like', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3694,936,34', 'an', 'elegant', 'design', 'but', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'this', 'is', 'a', 'nice', 'piece', 'i', 'felt', 'so-so', 'about', 'it', 'when', 'i', 'tried', 'it', 'on', 'though', 'see', 'below'] [] ['___________'] ['pros'] ['not', 'too', 'heavy', 'or', 'warm', 'due', 'to', 'being', 'part', 'linen/cotton', 'blend', 'making', 'it', 'breathable', 'and', 'great', 'for', 'more', 'milder', 'temperatures'] ['soft', 'floral', 'arrangements', 'with', 'lovely', 'pattern', 'throughout', 'the', 'sweater'] ['lovely', 'collar', 'giving', 'it', 'a', 'sophisticated', 'feel'] ['ran', 'tts', 'i', "'m", '5', '9', 'hourglass', 'with', 'some', 'meat', 'on', 'my', 'bones', 'and', 'found', 'the', 'medium', 'to', 'be', 'an', 'ideal', 'fit'] ['___________'] ['cons', ',3,1,14', 'general', 'petite', 'tops', 'sweaters'] ['3695,899,53', 'too', 'boxy', 'unfortunately', 'this', 'piece', 'has', 'a', 'very', 'boxy', 'cut', 'and', 'the', 'white', 'layer', 'is', 'stiff', 'and', 'billows', 'out', 'i', 'am', 'tall', 'and', 'thin', 'but', 'this', 'made', 'me', 'look', 'pregnant', 'very', 'unflattering', 'i', 'considered', 'trying', 'a', 'smaller', 'size', 'but', 'i', 'did', 'not', 'like', 'the', 'material', 'too', 'much', 'either', 'so', 'i', 'just', 'returned', 'it', ',3,0,2', 'general', 'tops', 'fine', 'gauge'] ['3696,1008,31', 'beautiful', 'this', 'skirt', 'is', 'so', 'beautiful', 'it', "'s", 'a', 'bit', 'small', 'but', 'only', 'a', 'tad', 'i', 'can', 'still', 'wear', 'it', 'and', 'it', 'encourages', 'me', 'to', 'lose', '5lbs', 'haha', 'i', 'get', 'compliments', 'everywhere', 'i', 'go', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['3697,1025,50', 'great', 'jeans', 'lovely', 'color', 'great', 'jeans', 'in', 'a', 'lovely', 'shade', 'of', 'grey', 'they', 'are', 'longer', 'than', 'shown', 'in', 'the', 'picture', 'however', 'which', 'i', 'love', 'i', 'have', "n't", 'worn', 'mine', 'yet', 'and', 'i', 'wonder', 'how', 'stretched', 'out', 'they', "'ll", 'get', 'but', 'overall', 'the', 'fit', 'is', 'quite', 'flattering', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['3698,965,33', 'great', 'comfy', 'work', 'blazer', 'i', 'purchased', 'this', 'blazer', 'in', 'both', 'striped', 'versions', 'for', 'work', 'it', "'s", 'basically', 'a', 'blazer/sweatshirt', 'hybrid'] [] ['while', 'it', 'does', 'run', 'true', 'to', 'size', 'i', 'can', 'wear', 'a', 'small', 'or', 'medium', 'in', 'retailer', 'i', 'purchased', 'medium', 'in', 'this', 'do', "n't", 'size', 'down', 'if', 'your', 'size', 'is', 'ambiguous', ',5,1,1', 'general', 'jackets', 'jackets'] ['3699,1030,41', 'run', 'really', 'small', 'love', 'the', 'wear', 'of', 'these', 'jeans', 'but', 'they', 'run', 'small', 'designed', 'holes', 'have', 'grown', 'much', 'larger-i', 'do', "n't", 'dryer', 'dry', 'them.,3,1,1', 'general', 'bottoms', 'jeans'] ['3700,936,55', 'gorgeous', 'i', 'purchased', 'this', 'on', 'a', 'whim', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'this', 'is', 'a', 'gorgeous', 'piece', 'fabric', 'is', 'soft', 'very', 'feminine', 'and', 'stylish', 'quality', 'is', 'outstanding', 'it', 'can', 'be', 'worn', 'with', 'a', 'dress', 'or', 'jeans', 'lovely', 'shades', 'of', 'pink', 'and', 'soft', 'gray', 'i', 'live', 'in', 'florida', 'so', 'it', "'s", 'a', 'bit', 'heavy', 'for', 'hotter', 'weather', 'but', 'will', 'be', 'great', 'on', 'a', 'cool', 'spring', 'day', 'love', 'it', ',5,1,13', 'general', 'petite', 'tops', 'sweaters'] ['3701,965,29', 'great', 'for', 'business', 'casual', 'i', 'love', 'this', 'blazer', 'because', 'it', 'feels', 'like', 'a', 'sweater', 'but', 'has', 'the', 'formal', 'structure', 'of', 'a', 'blazer', 'great', 'for', 'fall', ',4,1,2', 'general', 'jackets', 'jackets'] ['3702,1081,45', 'not', 'if', 'you', 'have', 'bigger', 'breasts', 'i', 'bought', 'the', 'blue', 'dress', 'though', 'the', 'blue', 'dress', 'was', 'a', 'little', 'more', 'like', 'grey', 'according', 'to', 'my', 'husband', 'and', 'i.', 'the', 'quality', 'of', 'the', 'fabric', 'was', 'quite', 'nice'] [] ['i', 'have', 'to', 'return', 'the', 'dress', 'because', 'it', 'does', 'not', 'fit', 'me', 'around', 'the', 'bust', 'i', 'consider', 'myself', 'to', 'have', 'a', 'good', 'size', 'bust', 'not', 'huge', 'but', 'the', 'dress', 'seems', 'to', 'expect', 'quite', 'a', 'bit', 'smaller'] [] ['i', 'was', 'initially', 'attracted', 'to', 'the', 'dress', 'because', 'it', 'looked', 'a', 'little', 'more', 'casual', 'which', 'is', 'what', 'i', 'wanted', 'but', 'i', 'guess', 'i', 'just', 'would', "n't", 'call', 'it', 'at', 'all', 'pretty', ',3,1,1', 'general', 'dresses', 'dresses'] ['3703,308,35', 'great', 'fit', 'comfortable', 'flashy', 'i', 'love', 'this', 'top', 'soooooo', 'much', 'i', 'love', 'straps', 'and', 'i', 'love', 'tops', 'that', 'will', 'show', 'some', 'of', 'my', 'sports', 'bra', 'in', 'the', 'back', 'since', 'i', 'tend', 'to', 'buy', 'some', 'that', 'have', 'some', 'strappiness', 'i', 'love', 'that', 'this', 'top', 'has', 'it', 'all-it', 'is', 'lightweight', 'and', 'it', 'has', 'some', 'character', 'so', 'it', 'is', 'more', 'attractive', 'than', 'an', 'everyday', 'kind', 'of', 'workout', 'top', 'it', 'is', 'comfortable', 'even', 'for', 'classes', 'like', 'body', 'pump', 'where', 'you', 'are', 'constantly', 'moving', 'your', 'arms', 'i', 'love', 'that', 'the', 'colors', 'are', 'not', 'bold', 'i', 'am', 'sick', 'of', 'neon', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['3704,1080,38', 'beautiful', 'dress', 'poor', 'zipper', 'choice', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'lace', 'top', 'is', 'stunning', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'there', "'s", 'no', 'stretch', 'i', 'had', 'the', 'same', 'problem', 'as', 'other', 'reviewers', 'that', 'darn', 'zipper', 'it', "'s", 'so', 'small', 'and', 'gets', 'hung', 'up', 'easily', 'i', 'could', 'see', 'it', 'eventually', 'failing', 'in', 'the', 'future', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3705,1078,29', 'too', 'much', 'fabric', 'this', 'is', 'definitely', 'a', 'personal', 'preference', 'review', 'i', 'loved', 'this', 'dress', 'when', 'i', 'tried', 'it', 'on', 'it', "'s", 'really', 'beautiful', 'however', 'there', 'was', 'just', 'way', 'too', 'much', 'fabric', 'on', 'the', 'sleeves', 'for', 'me', 'i', 'know', 'it', "'s", 'the', 'style', 'and', 'i', 'have', 'similar', 'style', 'dresses', 'but', 'i', 'felt', 'really', 'large', 'in', 'this', 'dress', 'and', 'it', 'all', 'came', 'down', 'to', 'the', 'sleeves', 'for', 'me', ',3,0,1', 'general', 'dresses', 'dresses'] ['3706,936,62', 'disappointed', 'in', 'the', 'photo', 'this', 'sweater', 'is', 'very', 'appealing', 'but', 'in', 'person', 'very', 'disappointing', 'i', 'am', '5', '7', 'always', 'take', 'a', 'size', 'medium', 'but', 'on', 'me', 'the', 'sleeves', 'were', 'far', 'too', 'long', 'and', 'the', 'sweater', 'just', 'did', "n't", 'fit', 'properly', 'the', 'collar', 'does', "n't", 'fold', 'right', 'in', 'the', 'front', 'and', 'it', 'hangs', 'awkwardly', 'if', 'you', 'try', 'to', 'use', 'the', 'button', 'it', 'stretches', 'and', 'looks', 'terrible', 'in', 'the', 'back', 'it', 'falls', 'short', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['3707,1078,56', 'gorgeous', 'fabric', 'this', 'is', 'an', 'absolutely', 'gorgeous', 'dress', 'i', 'have', 'the', 'arcata', 'patchwork', 'dress', 'which', 'fits', 'beautifully', 'without', 'looking', 'too', 'full', 'but', 'this', 'one', 'is', 'just', 'too', 'voluminous', 'also', 'the', 'bottom', 'of', 'the', 'front', 'yoke', 'hits', 'at', 'a', 'weird', 'spot', 'on', 'my', 'bust', 'this', 'would', 'be', 'a', 'great', 'maternity', 'dress', 'or', 'it', 'would', 'be', 'perfect', 'for', 'a', 'thin', 'woman', 'who', 'can', 'carry', 'off', 'the', 'large', 'amount', 'of', 'fabric', 'so', 'disappointed', 'the', 'fabric', 'is', 'beautiful', 'and', 'the', 'colors', 'are', 'too', 'this', 'can', 'be', 'worn', 'year', 'round', 'with', 'sandals', 'or', 'boots', ',5,1,16', 'general', 'dresses', 'dresses'] ['3708,1078,54', 'fell', 'in', 'love', 'instantly', 'as', 'soon', 'as', 'i', 'opened', 'the', 'package', 'i', 'knew', 'that', 'this', 'is', 'going', 'to', 'be', 'my', 'all', 'time', 'retailer', 'favorite', 'many', 'reviewers', 'mentioned', 'how', 'puffy', 'the', 'sleeves', 'are', 'but', 'i', 'see', 'it', 'as', 'quite', 'proportioned', 'with', 'the', 'rest', 'of', 'the', 'dress', 'tts', 'i', 'am', '5', '5', 'and', '128lb', 'ps', 'fits', 'perfect', 'i', 'am', 'an', 'addict', 'of', 'retailer', 'dress', '3', ',5,1,0', 'general', 'dresses', 'dresses'] ['3709,1078,39', 'beautiful', 'impulse', 'buy', 'i', 'popped', 'into', 'retailer', 'the', 'other', 'day', 'just', 'to', 'look', 'around', 'and', 'saw', 'this', 'dress', 'the', 'fabric', 'stood', 'out', 'first', 'then', 'i', 'saw', 'the', 'cut', 'and', 'style', 'and', 'fell', 'in', 'love', 'they', 'only', 'had', 'xs', 'and', 's', 'and', 'i', "'m", 'usually', 'a', 'm', 'because', 'of', 'my', 'chest', '34d', 'but', 'it', 'looked', 'so', 'voluminous', 'i', 'thought', 'i', "'d", 'try', 'it', 'on', 'the', 's', 'fit', 'perfectly', 'the', 'bodice', 'fit', 'a', 'bit', 'more', 'closely', 'and', 'the', 'rest', 'of', 'the', 'dress', 'flowed', 'beautifully', 'beneath', 'it', 'the', 'sleeves', 'are', 'quite', 'large', 'but', 'it', "'s", 'kind', 'of', 'a', 'fun', 'look', 'and', 'feel', 'it', "'s", 'got', 'a', 'very', 'peasant', 'princess', 'feel', 'to', ',5,1,0', 'general', 'dresses', 'dresses'] ['3710,1030,56', 'too', 'small', 'i', 'have', 'never', 'bought', 'the', 'mother', 'brand', 'before', 'but', 'at', 'close', 'to', '200', 'i', 'was', 'expecting', 'something', 'fabulous', 'at', 'size', '29', 'my', 'usual', 'i', 'could', "n't", 'even', 'get', 'them', 'on', 'my', 'leg', 'i', 'ca', "n't", 'imagine', 'how', 'many', 'sizes', 'i', "'d", 'need', 'to', 'go', 'up', 'to', 'even', 'get', 'them', 'to', 'fit', ',4,1,5', 'general', 'bottoms', 'jeans'] ['3711,878,22', 'sweetest', 'sweatshirt', 'it', "'s", 'the', 'perfect', 'sweatshirt', 'super', 'comfortable', 'but', 'also', 'cute', 'i', 'am', '5', '4', 'and', '125', 'pounds', 'and', 'the', 'size', '0', 'fits', 'perfectly', ',5,1,1', 'general', 'tops', 'knits'] ['3712,1080,45', 'a', 'beautiful', 'comfortable', 'dress', 'with', 'it', "'s", 'own', 'unique', 'style', 'a', 'must', 'to', 'add', 'to', 'your', 'wardrobe', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3713,835,33', 'great', 'top', 'but', 'not', 'for', 'a', 'large', 'bust', 'so', 'many', 'things', 'to', 'love', 'about', 'this', 'top', 'if', 'you', "'re", 'a', 'fan', 'of', 'peplum', 'tops', 'which', 'i', 'most', 'definitely', 'am', 'this', 'is', 'a', 'great', 'one', 'slightly', 'shorter', 'in', 'front', 'than', 'in', 'back', 'nice', 'flare', 'but', 'does', "n't", 'stick', 'out', 'too', 'far', 'and', 'overall', 'i', 'thought', 'it', 'was', 'well-made', 'i', 'tried', 'on', 'the', 'red', 'in', 'stores', 'and', 'it', 'looks', 'a', 'lot', 'like', 'the', 'color', 'in', 'the', 'photo', 'however', 'i', "'m", 'a', '36dd', 'and', 'unfortunately', 'the', 'top', 'was', 'just', 'not', 'large', 'enough', 'totally', 'squashed', 'the', 'girls', 'and', 'there', "'s", 'basically', 'no', 'give', 'in', 'the', 'fabric', 'i', "'m", 'normally', 'a', '10/12', 'and', 'ot', ',4,1,14', 'general', 'tops', 'blouses'] ['3714,1080,39', 'zipper', 'broke', 'when', 'tried', 'on', 'but', 'this', 'dress', 'looked', 'very', 'flattering', 'on', 'me', 'i', 'say', 'true', 'to', 'size', 'to', 'slightly', 'small', 'as', 'mentioned', 'in', 'title', 'the', 'zipper', 'ended', 'up', 'opening', 'in', 'the', 'middle', 'near', 'where', 'the', 'waist', 'is', 'the', 'lace', 'is', 'soft', 'and', 'fits', 'comfortably', 'the', 'waist', 'band', 'is', 'the', 'tighter', 'fit', 'the', 'skirt', 'is', 'less', 'see-through', 'in', 'the', 'store', 'anyway', 'darker', 'red', 'in', 'person', 'overall', 'hoping', 'the', 'one', 'i', 'tired', 'on', 'was', 'a', 'fluke', 'the', 'skirt', 'has', 'a', 'bit', 'of', 'pleating', 'to', 'it', 'or', 'atl', 'east', 'it', 'looks', 'like', 'it'] [] ['regular', 'size', 'hit', 'me', 'below', 'the', 'knee', 'almost', 'mid-shin', 'was', "n't", 't', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['3715,1059,39', 'nice', 'and', 'soft', 'kind', 'of', 'silky', 'but', 'to', 'a', 'point', 'where', 'they', 'almost', 'look', 'like', 'pj', 'pants', 'i', 'am', 'not', 'sure', 'if', 'i', 'will', 'keep', 'but', 'overall', 'nice', 'feel', 'i', 'tried', 'on', 'a', 'xxs', 'p', 'as', 'it', 'was', 'a', 'return', 'xs', 'sold', 'out', 'so', 'went', 'with', 'it', 'stretchy', 'enough', 'to', 'fit', 'me', '115', 'lbs', ',5,1,2', 'general', 'bottoms', 'pants'] ['3716,1059,34', ',,4,1,0', 'general', 'bottoms', 'pants'] ['3717,878,48', 'love', 'this', 'sweatshirt', 'this', 'is', 'a', 'great', 'staple', 'for', 'laid', 'back', 'weekend', 'wardrobe', 'the', 'inside', 'of', 'the', 'pullover', 'is', 'soft', 'like', 'sweatshirt', 'material', 'and', 'its', 'comfortable', 'enough', 'to', 'sleep', 'in', 'also', 'cute', 'enough', 'to', 'wear', 'out', 'with', 'jeans', 'i', 'would', 'definitely', 'recommend', 'this', 'sweatshirt', 'i', "'m", 'typically', 'a', 'size', '0', 'in', 'retailer', 'i', 'ordered', 'this', 'shirt', 'in', 'a', 'size', '1', 'and', 'i', 'love', 'the', 'fit', ',5,1,1', 'general', 'tops', 'knits'] ['3718,835,35', 'very', 'nice', 'but', 'not', 'for', 'me', 'i', 'did', 'like', 'this', 'top', 'but', 'it', 'was', 'a', 'little', 'big-', 'i', 'bought', 'a', 'size', '4', 'and', 'i', 'have', 'a', 'size', '32', 'chest', 'the', 'color', 'is', 'great', 'the', 'fabric', 'is', 'amazing', 'but', 'it', 'just', 'did', "n't", 'fit', 'me', 'perfectly', 'i', 'thought', 'about', 'trying', 'a', 'smaller', 'size', 'but', 'i', 'just', 'was', "n't", 'sure', 'that', 'i', 'would', 'wear', 'it', 'a', 'lot', ',4,1,0', 'general', 'tops', 'blouses'] ['3719,1078,70', 'love', 'at', 'first', 'sight', 'lush', 'eye', 'catching', 'print', 'saw', 'it', 'tried', 'it', 'on', 'and', 'had', 'to', 'have', 'it', 'full', 'price', 'or', 'not', 'very', 'comfortable', 'bought', 'one', 'size', 'down', 'and', 'it', 'fit', 'perfectly', ',5,1,0', 'general', 'dresses', 'dresses'] ['3720,1078,48', 'boho', 'beauty', 'i', 'love', 'this', 'dress', 'it', "'s", 'so', 'comfy', 'and', 'flowy', 'i', 'wore', 'to', 'an', 'event', 'and', 'got', 'many', 'compliments', 'on', 'the', 'color', 'and', 'design', 'of', 'the', 'dress', 'i', "'m", '5', '5', 'and', 'weigh', '150', ',5,1,0', 'general', 'dresses', 'dresses'] ['3721,1080,41', 'love', 'it', 'i', 'love', 'this', 'dress', 'i', 'ordered', 'a', 'petite', 'size', 'and', 'just', 'love', 'how', 'it', 'fits', 'i', 'would', 'highly', 'recommend', 'this', 'dress', 'too', 'cute', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3722,1081,29', 'beautiful', 'runs', 'very', 'small', 'this', 'is', 'a', 'gorgeous', 'dress', 'great', 'print', 'comfortable', 'fabric', 'very', 'wrinkly', 'though', 'runs', 'very', 'small', 'i', "'m", 'usually', 'a', '00', 'or', 'even', 'sized', 'out', 'at', 'retailer', 'and', 'will', 'need', 'to', 'size', 'up', 'to', 'a', '2', ',5,1,5', 'general', 'dresses', 'dresses'] ['3723,1081,32', 'awesome', 'day', 'dress', 'this', 'dress', 'is', 'slightly', 'tight', 'on', 'me', 'and', 'i', 'usually', 'wear', 'petite', '00', 'or', 'xxs', '5', '1', '100', 'lbs', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'thick', 'and', 'texture', 'colors', 'are', 'just', 'like', 'the', 'photo', 'and', 'it', 'has', 'a', 'nice', 'satin', 'like', 'underlining', 'in', 'a', 'dark', 'navy', 'the', 'snug', 'fit', 'of', 'the', 'dress', 'makes', 'it', 'so', 'i', 'do', "n't", 'need', 'a', 'bra', 'which', 'is', 'nice', 'especially', 'for', 'a', 'day', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['3724,1022,50', 'love', 'jeans', 'with', 'one', 'issue', 'i', 'bought', 'these', 'in', 'the', 'ivory', 'and', 'love', 'them', 'so', 'i', 'decided', 'to', 'get', 'the', 'taupe', 'imagine', 'my', 'surprise', 'when', 'i', 'got', 'them', 'and', 'they', 'were', 'grey', 'if', 'you', 'hold', 'up', 'the', 'pant', 'that', 'i', 'received', 'to', 'the', 'taupe', 'shown', 'online', 'you', 'can', 'see', 'how', 'different', 'the', 'colors', 'truly', 'are', 'the', 'grey', 'color', 'is', 'nice', 'but', 'i', 'do', "n't", 'need', 'another', 'grey', 'jean', 'i', 'am', 'disappointed', 'that', 'the', 'taupe', 'is', 'so', 'off', 'as', 'that', "'s", 'the', 'color', 'i', 'really', 'need', 'i', 'would', 'buy', 'the', 'ivory', 'as', 'it', "'s", 'true', 'to', 'color', 'not', 'sure', 'about', 'the', 'green', 'the', 'jean', 'itself', 'is', 'soft', 'and', 'fits', 'perfect', 'i', 'have', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3725,1080,29', 'something', 'different', 'this', 'dress', 'is', 'a', 'nice', 'twist', 'on', 'a', 'luncheon/work', 'dress', 'can', 'pair', 'with', 'blazer', 'or', 'sweater', 'and', 'it', 'looks', 'really', 'cute', 'with', 'hair', 'styled', 'up', 'almost', 'throwback'] [] ['zipper', 'sometimes', 'gets', 'a', 'little', 'caught', 'on', 'the', 'lace', 'top', 'but', 'overall', 'i', "'m", 'really', 'happy', 'with', 'this', 'dress', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3726,1022,41', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['3727,835,45', 'gorgeous.', 'i', "'m", 'so', 'glad', 'the', 'other', 'reviews', 'were', 'so', 'good', 'i', 'could', "n't", 'agree', 'more', 'this', 'top', 'is', 'very', 'well', 'made', 'lined', 'i', "'m", '5', '5', '32', 'dd', 'and', 'got', 'the', '6.', 'i', "'ll", 'have', 'to', 'take', 'up', 'the', 'shoulders', 'a', 'bit', 'since', 'the', 'v', 'falls', 'a', 'little', 'low', 'on', 'me', 'what', 'can', 'i', 'say', 'i', "'m", 'modest', 'i', 'wish', 'they', 'made', 'more', 'colors', 'this', 'top', 'is', 'awesome', ',5,1,3', 'general', 'tops', 'blouses'] ['3728,878,23', 'super', 'cute', 'and', 'fun', 'pullover', 'quality', 'is', 'great', 'fit', 'is', 'great', 'and', 'the', 'message', 'keeps', 'me', 'in', 'a', 'good', 'mood', 'and', 'motivated', 'throughout', 'the', 'day'] [] ['i', 'got', 'it', 'in', 'a', 'size', '2', 'i', 'am', 'usually', 'a', 's-m', 'in', 'retailer', 'tops', 'and', 'it', 'fits', 'great', 'for', 'reference', '5', '4', '140lbs', '37-29-39'] [] ['i', 'usually', 'do', "n't", 'wear', 'grey', 'but', 'the', 'bright', 'colored', 'font', 'led', 'me', 'to', 'make', 'an', 'exception'] [] ['very', 'happy', 'with', 'the', 'purchase', ',5,1,1', 'general', 'tops', 'knits'] ['3729,1080,58', 'waist', 'is', 'higher', 'than', 'my', 'waist', 'i', 'ordered', 'this', 'dress', 'and', 'have', 'sent', 'it', 'back', 'i', 'think', 'it', 'could', 'be', 'a', 'flattering', 'dress', 'the', 'waist', 'hit', 'quite', 'a', 'bit', 'above', 'my', 'natural', 'waist', 'which', 'made', 'the', 'entire', 'thing', 'fit', 'weirdly', 'i', 'am', 'very', 'long', 'waisted', 'so', 'this', 'might', 'just', 'be', 'a', 'problem', 'for', 'me', 'i', 'ordered', 'regular', 'size', '2', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['3730,1080,41', 'zipper', 'is', 'defective', 'i', 'love', 'this', 'dress', 'but', 'the', 'zipper', 'is', 'definitely', 'defective'] ['its', 'a', 'flatering', 'style', 'and', 'i', 'love', 'the', 'fabric', 'and', 'fit', 'im', 'normally', 'a', '10', 'but', 'the', '8', 'fit', 'perfectly'] [] ['i', "'m", 'nervous', 'to', 'wear', 'it', 'because', 'of', 'the', 'zipper', 'i', 'would', 'return', 'it', 'but', 'dont', 'have', 'the', 'receipt', ',4,0,2', 'general', 'petite', 'dresses', 'dresses'] ['3731,996,30', 'soooo', 'comfy', 'very', 'comfy', 'versatile', 'skirt', 'the', 'fabric', 'is', 'soft', 'and', 'stretchy', 'that', 'feels', 'really', 'nice', 'on', 'i', 'live', 'in', 'hawai', 'i', 'so', 'i', 'like', 'having', 'skirts', 'to', 'wear', 'that', 'work', 'well', 'with', 'the', 'climate', 'but', 'not', 'typical', 'of', 'the', 'fashion', 'out', 'here', 'the', 'pleating', 'is', 'very', 'flattering', 'and', 'the', 'skirt', 'layer', 'underneath', 'makes', 'it', 'wearable', 'to', 'work.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3732,1080,35', 'zipper', 'was', 'broken', 'i', 'received', 'this', 'in', 'the', 'mail', 'and', 'it', 'looked', 'beautiful', 'but', 'the', 'zipper', 'was', 'broken', 'just', 'like', 'one', 'of', 'the', 'other', 'reviews', 'normally', 'i', 'would', 'just', 'exchange', 'but', 'i', 'do', "n't", 'know', 'if', 'it', "'s", 'worth', 'getting', 'another', 'broken', 'one.,3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['3733,1080,29', 'much', 'prettier', 'in', 'person', 'this', 'dress', 'is', 'so', 'much', 'better', 'in', 'person', 'i', 'got', 'the', 'petite', 'size', 'i', 'am', '5', '2', 'and', 'it', 'seems', 'to', 'run', 'a', 'bit', 'smaller', 'than', 'the', 'regular', 'size-', 'i', 'have', 'a', 'fairly', 'large', 'bust', 'so', 'i', 'went', 'up', 'a', 'size', 'and', 'it', 'seems', 'to', 'fit', 'perfectly', 'love', 'the', 'colors', 'and', 'vintage', 'design', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'for', 'a', 'wedding', 'i', 'will', 'be', 'attending', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3734,1078,39', 'did', "n't", 'work', 'for', 'me', 'this', 'dress', 'overwhelmed', 'me', 'i', "'m", '5', 'feet', 'tall', 'and', 'the', 'print', 'and', 'material', 'just', 'took', 'over.,2,0,1', 'general', 'dresses', 'dresses'] ['3735,1078,26', 'love', 'the', 'long', 'tassels', 'i', 'was', 'tempted', 'to', 'get', 'this', 'online', 'but', 'just', 'was', "n't", 'sure', 'i', 'wanted', 'to', 'buy', 'even', 'with', 'the', 'sale', 'because', 'i', 'only', 'wear', 'dresses', 'to', 'the', 'knee', 'and', 'did', "n't", 'know', 'how', 'this', 'would', 'look', 'with', 'leggings', 'or', 'jeans', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'the', 'next', 'day', 'and', 'it', 'was', 'so', 'cute', 'there', 'are', 'long', 'skinny', 'black', 'tassels', 'in', 'the', 'front', 'that', 'you', 'ca', "n't", 'really', 'see', 'in', 'the', 'online', 'pics', 'that', 'i', 'love', 'it', 'looks', 'great', 'with', 'my', 'skinny', 'jeans', 'with', 'tears', 'or', 'black', 'leggings', 'and', 'boots', 'i', 'even', 'have', 'some', 'cute', 'leggings', 'just', 'past', 'the', 'knee', 'that', 'this', 'looks', 'aw,5,1,0', 'general', 'dresses', 'dresses'] ['3736,936,43', 'perfect', 'with', 'everything', 'i', 'received', 'this', 'as', 'a', 'gift', 'and', 'have', 'seldom', 'been', 'so', 'pleased', 'with', 'anything', 'as', 'another', 'reviewer', 'noted', 'some', 'retailer', 'clothing', 'looks', 'darling', 'and', 'then', 'falls', 'apart', 'not', 'something', 'acceptable', 'at', 'this', 'price', 'point'] [] ['unlike', 'her', 'this', 'was', 'not', 'one', 'of', 'those', 'times', 'i', "'ve", 'worn', 'this', 'daily', 'for', 'weeks', 'and', 'feel', 'like', 'the', 'buttons', 'trim', 'and', 'weave', 'could', 'not', 'be', 'any', 'better', 'not', 'only', 'that', 'but', 'it', 'looks', 'terrific', 'with', 'everything', 'the', 'sweater', 'has', 'a', 'flattering', 'line', 'that', 'tapers', 'at', 'the', 'waist', 'even', 'unbuttoned', 'it', 'is', 'soft', 'warm', 'and', 'cl', ',5,1,9', 'general', 'tops', 'sweaters'] ['3737,996,32', 'great', 'skirt', 'this', 'is', 'a', 'great', 'skirt', 'to', 'add', 'to', 'your', 'closet', 'i', 'love', 'it', 'it', 'is', 'comfortable', 'soft', 'and', 'has', 'detail', 'to', 'it', 'i', 'enjoy', 'wearing', 'it', 'for', 'work', 'or', 'a', 'night', 'out', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3738,1081,42', 'awesome', 'summer', 'dress', 'dress', 'just', 'arrived', 'and', 'i', 'was', 'a', 'bit', 'nervous', 'of', 'the', 'fit', 'based', 'on', 'the', 'other', 'six', 'reviewers', 'stating', 'it', 'runs', 'small', 'i', 'actually', 'found', 'it', 'to', 'run', 'exactly', 'true', 'to', 'size', 'i', "'m", '5', '6', '38-26-38', 'slender', 'and', 'on', 'average', 'i', 'wear', 'a', 'size', '6', 'which', 'is', 'what', 'i', 'ordered', '6', 'regular', 'and', 'it', 'fits', 'as', 'though', 'it', 'was', 'custom', 'made', 'for', 'me', 'this', 'dress', 'is', 'made', 'very', 'well', 'looks', 'tailored', 'and', 'hits', 'me', 'right', 'above', 'the', 'knee', 'similar', 'to', 'the', 'model', 'i', 'feel', 'i', 'scored', 'big', 'by', 'purchasing', 'it', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['3739,1078,61', 'bohemian', 'chic', 'the', 'picture', 'of', 'this', 'dress', 'does', 'not', 'do', 'the', 'colors', 'justice', 'they', 'are', 'a', 'very', 'rich', 'green', 'and', 'pink', 'which', 'were', 'a', 'popular', 'color', 'combination', 'in', 'the', '70', "'s", 'i', 'was', 'there', 'it', 'adds', 'an', 'authentic', 'touch', 'to', 'this', 'great', 'peasant', 'dress', 'the', 'black', 'and', 'white', 'embroidery', 'on', 'the', 'bib', 'gives', 'it', 'a', 'modern', 'flair', 'i', 'am', '5', '6', '130', 'pounds', 'and', 'usually', 'wear', 'a', 'size', 'six', 'in', 'a', 'dress', 'the', 'small', 'fit', 'perfect', 'while', 'the', 'dress', 'is', 'billowy', 'the', 'square', 'on', 'the', 'back', 'pulls', 'it', 'in', 'so', 'it', 'does', "n't", 'fit', 'like', 'a', 'tent', 'perfect', 'for', 'boots', 'now', 'sandals', 'lat', ',5,1,5', 'general', 'dresses', 'dresses'] ['3740,936,28', ',,4,1,0', 'general', 'tops', 'sweaters'] ['3741,464,25', 'the', 'perfect', 'suit', 'the', 'mara', 'hoffman', 'cross-front', 'one-piece', 'is', 'worth', 'every', 'single', 'penny', 'the', 'colors', 'are', 'vibrant', 'a', 'perfect', 'compliment', 'for', 'my', 'fair', 'complexion', 'the', 'cut', 'of', 'the', 'suit', 'is', 'immensely', 'flattering', 'particularly', 'the', 'definition', 'created', 'at', 'the', 'natural', 'waist', 'the', 'quality', 'of', 'the', 'suit', 'is', 'impeccable', 'and', 'i', 'have', 'never', 'felt', 'so', 'confident', 'in', 'such', 'a', 'little', 'number', 'and', 'guys', 'it', "'s", 'reversible', 'inside', 'is', 'a', 'gorgeous', 'royal', 'blue', ',5,1,2', 'initmates', 'intimate', 'swim'] ['3742,996,29', 'comfy', 'and', 'versatile', 'this', 'skirt', 'is', 'flattering', 'and', 'so', 'soft', 'i', "'ve", 'worn', 'it', 'once', 'and', 'while', 'it', 'did', 'keep', 'feeling', 'like', 'a', 'scandalous', 'slit', 'i', 'just', 'had', 'to', 'keep', 'reminding', 'myself', 'of', 'the', 'awesome', 'inner', 'skirt', 'i', 'gave', 'a', '4', 'instead', 'of', '5', 'because', 'my', 'elastic', 'seems', 'to', 'roll', 'ever', 'so', 'slightly', 'in', 'front', 'so', 'that', 'the', 'pleats', 'do', "n't", 'hang', 'flat', 'and', 'also', 'a', 'little', 'bit', 'of', 'stitching', 'on', 'the', 'outside', 'was', 'loose', 'since', 'it', "'s", 'nothing', 'that', 'will', 'unravel', 'the', 'whole', 'thing', 'i', "'m", 'not', 'too', 'worried', 'about', 'it', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3743,1080,24', ',beautiful', 'dress', 'the', 'pics', 'online', 'do', 'not', 'do', 'any', 'justice', 'i', 'got', 'compliments', 'all', 'day', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3744,1078,37', 'stunning', 'the', 'second', 'this', 'dress', 'arrived', 'in', 'my', 'store', 'i', 'knew', 'it', 'was', 'a', 'must', 'have', 'i', 'am', 'all', 'things', 'bohemian', 'and', 'this', 'dress', 'encompasses', 'everything', 'wonderful', 'about', 'a', 'free', 'fitting', 'feminine', 'bohemian', 'dress', 'first', 'off', 'the', 'sleeves', 'are', 'not', 'fitted', 'they', 'have', 'quite', 'a', 'bit', 'of', 'fabric', 'to', 'them', 'big', 'armed', 'ladies', 'rejoice', 'but', 'have', 'an', 'elastic', 'cuff', 'so', 'you', 'can', 'wear', 'them', 'high', 'or', 'low', 'the', 'only', 'fitted', 'part', 'to', 'this', 'dress', 'is', 'the', 'lace', 'panel', 'which', 'still', 'fits', 'true', 'to', 'size', 'and', 'the', 'slip', 'underneath', 'which', 'appears', 'to', 'have', 'a', 'bit', 'of', 'str', ',5,1,14', 'general', 'dresses', 'dresses'] ['3745,1080,35', ',i', 'just', 'got', 'this', 'dress', 'and', 'i', 'love', 'it', 'it', 'is', 'classic', 'and', 'beautiful', 'the', 'zipper', 'is', 'tricky', 'right', 'at', 'the', 'band', 'but', 'otherwise', 'no', 'issue', 'there', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3746,1078,56', 'recommended', 'but', 'with', 'reservations', 'it', 'broke', 'my', 'heart', 'to', 'have', 'to', 'return', 'this', 'dress', 'the', 'fabric', 'is', 'simply', 'gorgeous', 'very', 'high', 'quality', 'and', 'i', 'love', 'the', 'contrast', 'between', 'the', 'yoke', 'and', 'the', 'rest', 'of', 'the', 'dress', 'but', 'it', 'was', 'simply', 'not', 'flattering', 'on', 'me', 'i', 'am', '5-4', 'with', 'a', 'relatively', 'large', 'bust', 'and', 'an', 'overall', 'medium', 'build', 'the', 'small', 'size', 'fit', 'me', 'perfectly', 'but', 'the', 'cut', 'just', 'did', "n't", 'look', 'good', 'on', 'me', 'i', 'have', 'other', 'tunic', 'dresses', 'that', 'look', 'great', 'on', 'me', 'with', 'tights', 'and', 'boots', 'so', 'i', 'am', 'not', 'entirely', 'sure', 'why', 'this', 'dress', 'just', 'did', "n't", 'work', 'for', 'me', 'it', 'may', 'be', 'tha', ',3,1,1', 'general', 'dresses', 'dresses'] ['3747,1080,41', 'great', 'dress', 'just', 'received', 'my', 'dress', 'today', 'and', 'i', 'am', 'pleased', 'with', 'the', 'quality', 'of', 'the', 'dress', 'i', 'am', 'small', 'on', 'top', 'small', 'waist', 'with', 'hips', 'and', 'a', 'heavy', 'bottom', 'i', 'normally', 'wear', 'a', 'size', '8', 'dress', 'so', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', '8', 'and', 'it', 'was', 'a', 'perfect', 'fit', 'the', 'material', 'is', 'soft', 'and', 'so', 'comfortable', 'the', 'zipper', 'was', 'not', 'a', 'issue', 'as', 'mentioned', 'in', 'the', 'other', 'comments', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'my', 'new', 'favorite', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['3748,936,31', 'nice', 'but', 'sleeves', 'are', 'way', 'too', 'long', 'i', 'ordered', 'this', 'and', 'thought', 'it', 'would', 'be', 'cute', 'for', 'work', 'but', 'it', 'tuns', 'out', 'the', 'sleeves', 'are', 'ridiculously', 'long', 'i', 'am', '5', 'foot', '10', 'and', 'do', 'not', 'have', 'short', 'arms', 'also', 'it', 'is', 'a', 'bit', 'short', 'waisted', 'for', 'me', 'i', 'do', 'love', 'the', 'floral', 'detail', 'of', 'the', 'button', ',2,0,0', 'general', 'tops', 'sweaters'] ['3749,835,52', 'beautiful', 'red', 'blouse', 'dress', 'up', 'dress', 'down', 'usually', 'red', 'tops', 'which', 'are', 'a', 'true', 'red', 'are', 'hard', 'to', 'find', 'this', 'is', 'more', 'red', 'in', 'person', 'that', 'in', 'the', 'photo', 'great', 'feel', 'to', 'material', 'and', 'the', 'drape', 'is', 'wonderful', 'sometimes', 'peplum', 'tops', 'can', 'make', 'me', 'look', 'bigger', 'than', 'i', 'am', '5', '6', 'and', '138', 'lbs', 'but', 'this', 'one', 'has', 'a', 'nice', 'slimming', 'effect', 'and', 'the', 'v-neck', 'is', 'complimentary', 'to', 'a', 'smaller', 'bust', '36b', 'love', 'it', ',5,1,7', 'general', 'tops', 'blouses'] ['3750,1080,40', ',,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3751,1078,35', 'my', 'new', 'favorite', 'i', 'saw', 'this', 'online', 'and', 'liked', 'it', 'but', 'then', 'tried', 'it', 'on', 'in', 'a', 'store', 'a', 'few', 'weeks', 'later', 'and', 'the', 'pictures', 'truly', 'do', 'not', 'do', 'this', 'gem', 'of', 'a', 'dress', 'justice', 'the', 'fit', 'is', 'flowy', 'but', 'tts', 'as', 'the', 'cotton', 'lining', 'underneath', 'fits', 'closer', 'to', 'the', 'body', 'it', "'s", 'an', 'incredibly', 'comfortable', 'and', 'easy', 'piece', 'to', 'wear', 'the', 'first', 'day', 'i', 'wore', 'this', 'i', 'received', 'so', 'many', 'compliments', 'the', 'colors', 'are', 'vibrant', 'and', 'it', "'s", 'really', 'just', 'a', 'unique', 'piece', 'with', 'beautiful', 'detailing', 'from', 'the', 'embroidery', 'on', 'the', 'top', 'of', 'the', 'dress', 'to', 'the', 'beads', 'on', 'the', 'ties', 'on', 'the', ',5,1,3', 'general', 'dresses', 'dresses'] ['3752,1078,61', 'love', 'this', 'dress', 'hate', 'the', 'lining.', 'i', 'love', 'this', 'dress', 'and', 'have', 'already', 'worn', 'it', 'a', 'couple', 'times', 'since', 'purchasing', 'it', 'is', 'great', 'because', 'it', 'has', 'sleeves', 'and', 'i', 'do', "n't", 'have', 'to', 'wear', 'a', 'sweater', 'with', 'it', 'my', 'only', 'complaint', 'is', 'the', 'lining', 'on', 'the', 'inside', 'is', 'pretty', 'form', 'fitting', 'i', 'would', 'have', 'liked', 'it', 'to', 'be', 'more', 'flowy', 'like', 'the', 'dress.,4,1,1', 'general', 'dresses', 'dresses'] ['3753,1080,59', 'gorgeous', 'but', 'small', 'on', 'top', 'i', 'normally', 'wear', '0', 'in', 'retailer', 'dresses', 'the', 'bottom', 'is', 'roomy', 'but', 'top', 'from', 'band', 'up', 'runs', 'small', 'i', 'bought', 'a', '2', 'and', 'love', 'it', 'i', 'plan', 'to', 'wear', 'it', 'to', 'a', 'wedding.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3754,936,58', 'too', 'big', 'with', 'no', 'structure', 'in', 'the', 'picture', 'it', 'looked', 'to', 'be', 'a', 'structured', 'blazer', 'but', 'when', 'i', 'tired', 'it', 'on', 'i', 'got', 'an', 'extra', 'small', 'and', 'it', 'was', 'too', 'big', ',3,0,1', 'general', 'tops', 'sweaters'] ['3755,613,35', ',great', 'as', 'a', 'beach', 'coverup', 'i', 'paired', 'it', 'with', 'a', 'slip', 'underneath', 'and', 'a', 'belt', 'and', 'it', 'looks', 'amazing', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'on', 'the', 'beaches', 'of', 'the', 'bahamas', 'soon', ',5,1,0', 'initmates', 'intimate', 'swim'] ['3756,1078,35', 'beautiful', 'just', 'not', 'on', 'me', 'this', 'was', 'all', 'wrong', 'on', 'me', 'the', 'puffy', 'sleeves', 'made', 'me', 'look', 'a', 'foot', 'wider', 'i', "'m", 'thinking', 'this', 'will', 'look', 'good', 'on', 'tall', 'slim', 'ladies', 'it', 'is', 'extremely', 'comfortable', 'and', 'the', 'material', 'is', 'very', 'pretty', 'though', 'tts,5,1,1', 'general', 'dresses', 'dresses'] ['3757,861,47', 'good', 'quality', 'shirt', 'cute', 'design', 'and', 'not', 'sheer', 'not', 'quite', 'as', 'loose', 'and', 'stretchy', 'as', 'most', 'of', 'retailer', "'s", 'shirt', 'but', 'good', 'fit', ',5,1,0', 'general', 'tops', 'knits'] ['3758,1091,47', 'not', 'the', 'usual', 'retailer', 'quality.', 'i', 'was', 'disappointed', 'with', 'this', 'dress', 'because', 'it', 'is', 'not', 'the', 'usual', 'retailer', 'quality', 'the', 'quality', 'of', 'the', 'material', 'is', 'not', 'very', 'good', 'i', "'ve", 'bought', 'boiled', 'wood', 'jackets', 'from', 'this', 'brand', 'before', 'and', 'they', "'re", 'very', 'soft', 'and', 'very', 'well', 'made', 'hence', 'my', 'disappointment', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'in', 'that', 'this', 'dress', 'runs', 'very', 'large', 'and', 'the', 'length', 'is', 'short', 'for', 'a', 'winter', 'dress', ',3,0,3', 'general', 'dresses', 'dresses'] ['3759,1091,35', 'this', 'dress', 'runs', 'very', 'large', 'i', 'am', '5', '4', 'and', '120', 'lbs', 'hourglass', 'curvy', 'build', 'i', 'ordered', 'a', 'size', 'small', 'and', 'its', 'enormous', 'on', 'me', 'the', 'description', 'says', 'fitted', 'but', 'it', 'is', 'not', 'fitted', 'at', 'all', 'it', "'s", 'like', 'a', 'big', 'wool', 'sack', 'i', "'d", 'have', 'to', 'gain', '30', 'lbs', 'for', 'this', 'dress', 'to', 'come', 'close', 'to', 'fitting', 'i', "'m", 'very', 'sad', 'that', 'the', 'fit', 'is', 'so', 'far', 'off', 'and', 'the', 'dress', 'is', 'now', 'all', 'sold', 'out', 'in', 'all', 'smaller', 'sizes', 'including', 'petite', 'i', 'never', 'normally', 'buy', 'petite', 'clothes', 'but', 'i', 'think', 'i', 'would', 'have', 'to', 'get', 'a', 'petite', 'xs', 'if', 'it', 'were', 'available', 'the', 'dress', 'lo', ',2,0,4', 'general', 'dresses', 'dresses'] ['3760,1195,38', 'no', 'thanks', 'i', 'tried', 'this', 'dress', 'on', 'in', 'store', 'i', 'loved', 'it', 'online', 'but', 'in', 'person', 'not', 'so', 'much', 'it', 'looked', 'and', 'felt', 'like', 'a', 'cheap', 'halloween', 'costume', 'the', 'fabric', 'was', 'bad', 'really', 'bad', 'the', 'mustard', 'color', 'was', 'beautiful', 'boo', ',1,0,0', 'general', 'dresses', 'dresses'] ['3761,1091,35', 'beautiful', 'dress', 'but', 'ill-fitting', 'i', 'wanted', 'so', 'much', 'to', 'love', 'this', 'dress', 'but', 'unfortunately', 'the', 'fit', 'was', 'so', 'poor', 'i', 'had', 'to', 'return', 'it', 'the', 'color', 'of', 'the', 'dress', 'green', 'was', 'lovely', 'and', 'i', 'liked', 'the', 'fabric', 'and', 'the', 'overall', 'design', 'very', 'much', 'i', 'read', 'the', 'reviews', 'and', 'decided', 'to', 'order', 'an', 'extra', 'small', 'petite', 'given', 'that', 'reviewers', 'said', 'the', 'dress', 'ran', 'large', 'but', 'even', 'at', 'that', 'size', 'the', 'dress', 'was', 'too', 'large', 'especially', 'around', 'the', 'hips', 'which', 'for', 'someone', 'with', 'an', 'hourglass', 'figure', 'is', 'saying', 'a', 'lot', 'the', 'extra', 'fabric', 'around', 'the', 'hips', 'belled', 'out', 'some', 'making', ',2,0,2', 'general', 'dresses', 'dresses'] ['3762,1091,41', ',i', 'love', 'this', 'dress', 'this', 'is', 'perfect', 'for', 'ladies', 'with', 'curves', 'it', 'does', 'run', 'a', 'little', 'large', 'and', 'i', 'felt', 'i', 'could', 'have', 'worn', 'both', 'the', 'small', 'and', 'the', 'medium', 'i', 'bought', 'medium', 'because', 'it', 'accentuated', 'my', 'curves', 'without', 'being', 'too', 'revealing', 'i', 'bought', 'the', 'dark', 'green', 'which', 'is', 'a', 'beautiful', 'color', 'and', 'not', 'see', 'through', 'at', 'all', 'although', 'i', 'can', 'guess', 'the', 'white', 'might', 'show', 'a', 'little', 'but', 'the', 'white', 'was', 'not', 'available', 'in', 'my', 'store', 'this', 'will', 'be', 'so', 'perfect', 'for', 'the', 'cold', 'weather.,5,1,12', 'general', 'dresses', 'dresses'] ['3763,1086,41', 'cute', 'but', 'runs', 'so', 'small', 'bought', 'this', 'for', 'my', 'brother', "'s", 'wedding', 'and', 'i', 'just', 'received', 'it', 'i', 'ordered', 'my', 'usual', 'size', 'xs', 'it', "'s", 'a', 'tightly', 'woven', 'knit', 'with', 'little', 'to', 'no', 'stretch', 'in', 'it', 'i', 'could', 'barely', 'get', 'it', 'over', 'my', 'head', 'and', 'my', 'arms', 'could', 'barely', 'fit', 'in', 'the', 'sleeves', 'and', 'i', 'do', "n't", 'have', 'big', 'arms', 'at', 'all', 'for', 'reference', 'i', "'m", 'pushing', '5', '7', 'around', '125', 'lbs', 'i', "'m", 'glad', 'it', "'s", 'so', 'structured', 'because', 'i', 'was', 'worried', 'that', 'it', 'would', 'lose', 'it', "'s", 'shape', 'with', 'this', 'material', 'make-up', 'but', 'no', 'it', "'s", 'really', 'fitted', 'alas', 'i', 'need', 'to', 'try', 'again', 'with', 'the', 'next', 'size', 'up', 'ma', ',4,1,16', 'general', 'petite', 'dresses', 'dresses'] ['3764,861,19', 'cute', 'casual', 'top', 'i', 'love', 'the', 'button', 'details', 'on', 'this', 'top', 'i', 'was', 'expecting', 'the', 'material', 'to', 'be', 'thicker', 'but', 'it', "'s", 'quite', 'thin', 'it', 'is', "n't", 'sheer', 'but', 'i', 'will', 'layer', 'it', 'for', 'the', 'winter', 'months', 'overall', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', '5', '0', '110', 'lbs', 'and', 'the', 'xxs', 'fit', 'me', 'well', 'the', 'arms', 'were', 'more', 'snug', 'than', 'shown', 'on', 'the', 'model', 'and', 'the', 'shirt', 'was', 'loose', 'without', 'being', 'too', 'flowy', 'or', 'boxy', ',4,1,11', 'general', 'tops', 'knits'] ['3765,861,52', 'fabric', 'is', 'soft', 'and', 'comfy', 'color', 'is', 'true', 'to', 'photo', 'the', 'arms', 'are', 'a', 'little', 'tight', 'now', 'and', 'i', 'have', "n't", 'washed', 'it', 'yet', 'so', 'i', 'am', 'a', 'bit', 'worried', 'but', 'still', 'a', 'keeper', ',4,1,1', 'general', 'tops', 'knits'] ['3766,1091,39', 'still', 'thinking', 'as', 'others', 'have', 'said', 'this', 'dress', 'does', 'run', 'large', 'i', 'ordered', 'the', 'xxs', 'petite', 'and', 'ti', 'isalmsot', 'big', 'on', 'me', 'hips', 'are', 'wide', 'so', 'at', 'least', 'it', 'is', 'comfortable', 'in', 'width', 'material', 'is', 'a', 'bit', 'scratchier', 'than', 'i', 'am', 'used', 'to', 's', 'well'] [] ['color', 'is', 'great', 'and', 'it', 'looks', 'nice', 'when', 'i', 'see', 'it', 'on', 'my', 'stylist', 'who', 'convinced', 'me', 'to', 'hold', 'on', 'to', 'it', 'for', 'a', 'little', 'thinking', 'about', 'it'] [] ['my', 'zipepr', 'was', 'also', 'a', 'little', 'hard', 'to', 'work'] [] ['shorter', 'than', 'some', 'other', 'dresses', ',4,1,1', 'general', 'dresses', 'dresses'] ['3767,1086,40', 'i', 'loved', 'this', 'purchase', 'the', 'dress', 'is', 'beautiful', 'it', 's', 'classy', 'very', 'feminine', 'and', 'rich-looking', 'the', 'colors', 'and', 'fabric', 'are', 'exactly', 'as', 'shown', 'on', 'a', 'picture', 'it', 'is', 'tailored', 'and', 'non-stretch', 'so', 'size', 'has', 'to', 'be', 'right', 'i', 'am', 'between', '6', 'and', '8', 'and', 'my', 'size', 'm', 'dress', 'fits', 'well', 'had', 'to', 'spend', 'time', 'shopping', 'for', 'a', 'belt', 'as', 'the', 'dress', 'definitely', 'needs', 'one', 'gorgeous', 'dress', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['3768,861,48', 'comfy', 'versatile', 'i', 'love', 'this', 'top', 'in', 'fact', 'if', 'it', 'came', 'in', 'more', 'colors', 'i', "'d", 'buy', 'a', 'few', 'more', 'it', "'s", 'just', 'so', 'soft', 'and', 'comfortable', 'wear', 'it', 'now', 'in', 'cooler', 'weather', 'with', 'layers', 'or', 'later', 'in', 'spring', 'and', 'even', 'cooler', 'summer', 'nights', 'the', 'neckline', 'is', 'perfect', 'love', 'the', 'subtle', 'details', 'it', 'fits', 'perfect', 'in', 'my', 'usual', 'size', 'medium', 'and', 'is', 'a', 'good', 'length', 'to', 'wear', 'either', 'with', 'jeans', 'or', 'long', 'enough', 'for', 'leggings', 'with', 'a', 'cami', 'peaking', 'out', 'beneath', 'yes', 'i', 'love', 'it', 'just', 'wish', 'there', 'were', 'more', 'colors', ',5,1,2', 'general', 'tops', 'knits'] ['3769,1086,58', 'beautiful', 'dress', 'this', 'is', 'a', 'gorgeous', 'dress', 'that', 'while', 'it', 'runs', 'quite', 'small', 'i', 'normally', 'take', 'a', 's', 'or', 'xs', 'i', 'had', 'to', 'exchange', 'it', 'for', 'a', 'medium', 'i', 'am', '5', '4', 'and', 'it', 'falls', 'below', 'the', 'knee', 'which', 'is', 'how', 'i', 'like', 'my', 'dresses', 'it', 'is', 'a', 'gorgeous', 'pattern', 'of', 'color', 'which', 'could', 'be', 'worn', 'for', '3', 'seasons', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'for', 'many', 'special', 'occasions', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['3770,861,47', ',,5,1,0', 'general', 'tops', 'knits'] ['3771,1025,37', 'worth', 'every', 'penny', 'these', 'jeans', 'are', 'amazing', 'i', 'just', 'got', 'them', 'from', 'retailer', 'the', 'other', 'day', 'and', 'i', 'have', 'worn', 'them', 'almost', 'every', 'day', 'since', 'i', 'have', 'washed', 'them', 'once', 'the', 'tag', 'says', 'to', 'turn', 'inside', 'out', 'wash', 'in', 'cold', 'and', 'hang', 'dry', 'i', 'was', 'a', 'little', 'skeptical', 'that', 'they', "'d", 'still', 'be', 'soft', 'without', 'the', 'dryer/dryer', 'sheets', 'but', 'they', 'are', 'wonderful', 'and', 'do', 'not', 'stretch', 'out', 'i', 'will', 'get', 'lots', 'of', 'use', 'out', 'of', 'them', 'and', 'i', 'just', 'wish', 'they', 'made', 'them', 'in', 'more', 'colors', 'they', "'re", 'very', 'comfortable', 'i', 'totally', 'love', 'the', 'high', 'rise', 'they', "'re", 'a', 'little', 'long', 'but', 'i', ',5,1,1', 'general', 'bottoms', 'jeans'] ['3772,1091,49', 'very', 'cute', 'but', 'this', 'is', 'a', 'very', 'cute', 'and', 'warm', 'dress', 'it', 'is', 'flattering', 'yet', 'appropriate', 'for', 'work', 'but', 'i', 'had', 'to', 'send', 'it', 'back', 'for', 'two', 'reasons', 'the', 'zipper', 'did', "n't", 'work', 'well', 'it', 'just', 'would', "n't", 'zip', 'without', 'someone', 'helping', 'me', 'and', 'even', 'then', 'it', 'was', 'very', 'difficult', 'to', 'zip', 'perhaps', 'it', 'was', 'just', 'the', 'zipper', 'on', 'my', 'dress'] [] ['the', 'neck', 'felt', 'like', 'it', 'was', 'strangling', 'me', 'was', 'the', 'other', 'reason', 'i', 'sent', 'it', 'back', 'if', 'i', 'am', 'not', 'comfortable', 'i', 'will', 'not', 'end', 'up', 'wearing', 'it', 'so', 'even', 'though', 'i', 'loved', 'the', 'style', 'of', 'it', 'the', 'pragmatics', 'were', 'lacking', ',4,0,1', 'general', 'dresses', 'dresses'] ['3773,1025,73', 'great', 'fit', 'great', 'wash.', 'do', "n't", 'stretch', 'out', 'these', 'are', 'my', 'new', 'favorite', 'jeans', 'the', 'gray', 'wash', 'is', 'nice', 'and', 'the', 'distressing', 'is', 'subtle', 'enough', 'that', 'i', 'can', 'wear', 'these', 'to', 'work', 'the', 'rise', 'is', 'high', 'enough', 'that', 'i', 'do', "n't", 'need', 'to', 'worry', 'about', 'bending', 'over', 'but', 'not', 'so', 'high', 'that', 'they', 'get', 'near', 'my', 'belly', 'button', 'and', 'the', 'description', 'is', 'true', 'they', 'do', "n't", 'stretch', 'i', "'m", 'a', 'loyal', 'ag', 'stevie', 'shopper', 'and', 'the', 'fit', 'on', 'these', 'is', 'similar', 'just', 'a', 'little', 'skinnier', 'in', 'the', 'ankles', 'maybe', 'true', 'to', 'size', 'a', 'little', 'long', 'so', 'i', "'ll", 'probably', 'hem', 'them', 'a', 'couple', 'of', 'inches', ',5,1,1', 'general', 'bottoms', 'jeans'] ['3774,1025,35', 'love', 'these', 'jeans', 'these', 'are', 'the', 'second', 'pair', 'of', 'paige', 'jeans', 'i', 'have', 'purchased', 'and', 'i', 'have', 'not', 'been', 'disappointed', 'jeans', 'are', 'great', 'for', 'casual', 'dress', 'or', 'a', 'night', 'out', 'on', 'the', 'town', 'fit', 'stays', 'true', 'even', 'after', 'first', 'wash.', 'wish', 'i', 'had', 'a', 'pair', 'of', 'these', 'in', 'every', 'color', ',5,1,0', 'general', 'bottoms', 'jeans'] ['3775,1091,47', 'beautiful', 'dress', 'when', 'you', 'are', 'on', 'the', 'go', 'wore', 'this', 'dress', 'last', 'weekend', 'in', 'nyc', 'wore', 'it', 'from', 'lunch', 'until', 'late', 'night', 'drinks', 'after', 'dinner', 'walked', 'for', 'hours', 'in', 'the', 'dress', 'comfortable', 'but', 'dressy.,5,1,1', 'general', 'dresses', 'dresses'] ['3776,1091,31', 'odd', 'shape.', 'i', 'agree', 'with', 'the', 'review', 'above', 'regarding', 'the', 'sizing', 'of', 'the', 'dress', 'being', 'large', 'i', 'am', 'a', 'pear', 'shape', 'so', 'i', 'was', 'worried', 'the', 'small', 'would', 'be', 'tight', 'in', 'the', 'hips', 'however', 'the', 'dress', 'as', 'a', 'whole', 'seemed', 'large', 'and', 'not', 'overly', 'shapely', 'i', "'m", '5', '8', 'but', 'i', 'also', 'thought', 'the', 'dress', 'was', 'an', 'inch', 'or', 'so', 'shorter', 'than', 'i', 'would', 'prefer', 'for', 'a', 'winter/fall', 'dress', 'the', 'dress', 'is', 'a', 'very', 'dark', 'forest', 'green', 'not', 'black', 'see', 'the', 'photo', 'for', 'the', 'shaping', 'of', 'the', 'dress', 'it', 'shoes', 'that', 'due', 'to', 'the', 'material', 'it', 'oddly', 'bulges', 'in', 'certain', 'regions', 'rather', 't', ',3,0,37', 'general', 'dresses', 'dresses'] ['3777,861,58', 'disappointed', 'purchase', 'material', 'is', 'too', 'thin', 'and', 'quality', 'is', 'poor,1,0,1', 'general', 'tops', 'knits'] ['3778,1086,47', 'not', 'great', 'looks', 'much', 'nicer', 'in', 'the', 'photo', 'i', 'expected', 'a', 'much', 'higher', 'quality', 'fabric', 'this', 'fabric', 'truly', 'felt', 'cheap', 'i', 'expected', 'a', 'nicer', 'dress', 'for', 'the', 'price', 'the', 'fit', 'was', 'unflattering', 'on', 'me', 'sent', 'it', 'back,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3779,1195,45', 'not', 'great', 'the', 'fabric', 'is', 'very', 'thin', 'it', 'is', "n't", 'see', 'through', 'just', 'thin', 'i', 'would', 'have', 'kept', 'this', 'if', 'the', 'full', 'length', 'shell', 'was', "n't", 'longer', 'than', 'the', 'dress', ',3,0,0', 'general', 'dresses', 'dresses'] ['3780,850,70', 'retro', 'chambray', 'shirt', 'the', 'shirt', 'brings', 'back', 'the', "'60s", 'look', 'of', 'appliquã©d', 'patches', 'on', 'shirts', 'it', 'is', 'a', 'quality', 'piece', 'with', 'a', 'bit', 'of', 'humor', 'the', 'length', 'is', 'shorter', 'than', 'usual', 'for', 'chambray', 'shirts', 'but', 'also', 'very', 'comfortable', 'it', 'could', 'be', 'left', 'open', 'as', 'a', 'light', 'jacket', 'over', 'tees', 'and', 'tanks', 'fabric', 'feels', 'good', 'on', 'skin.,5,1,1', 'general', 'tops', 'blouses'] ['3781,1086,48', 'lovely', 'slim', 'dress', 'this', 'dress', 'is', 'lovely', 'the', 'colors', 'seem', 'a', 'bit', 'more', 'muted', 'than', 'as', 'reflected', 'on', 'model', 'otherwise', 'looks', 'very', 'similar', 'to', 'photo', 'it', 'has', 'a', 'slimline', 'style', 'and', 'is', 'very', 'flattering', 'the', 'dress', 'has', 'a', 'more', 'casual', 'appearance', 'than', 'as', 'is', 'reflected', 'in', 'the', 'photo', 'its', 'really', 'more', 'of', 'a', 'day', 'dress', 'than', 'a', 'special', 'occasion', 'dress', 'notwithstanding', 'another', 'reviewer', "'s", 'opinion', 'to', 'the', 'contrary'] [] ['i', 'ordered', 'up', 'a', 'size', 'due', 'to', 'reading', 'other', 'reviews', 'i', 'found', 'it', 'to', 'be', 'a', 'bit', 'larger', 'than', 'i', 'wanted', 'so', 'i', 'washed', 'and', 'tumble', 'dried', 'it', 'on', 'low', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3782,1091,41', 'classy', 'and', 'practical', 'i', 'purchased', 'this', 'beauty', 'in', 'the', 'sophisticated', 'dark', 'green', 'on', 'black', 'friday', 'and', 'it', 'has', 'been', 'in', 'constant', 'rotation', 'it', 'looks', 'chic', 'and', 'classy', 'feels', 'comfortable', 'and', 'warm', 'i', 'only', 'wish', 'it', 'was', 'about', '2', 'inches', 'longer', 'i', "'m", '5', '5', 'and', 'it', 'hits', 'at', 'low', 'thigh', 'i', 'prefer', 'just', 'above', 'the', 'knee', 'for', 'a', 'winter', 'dress', 'very', 'practical', 'for', 'walking', 'around', 'city', 'all', 'day', 'and', 'then', 'being', 'ready', 'for', 'a', 'dinner', 'or', 'drinks', 'in', 'style', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['3783,959,46', 'great', 'staple', 'piece', 'recently', 'i', 'have', 'been', 'so', 'wanting', 'to', 'get', 'a', 'lightwash', 'denim', 'jacket', 'and', 'i', 'found', 'the', 'piece', 'right', 'here', 'i', 'love', 'that', 'its', 'cropped', 'and', 'so', 'easy', 'to', 'wear', 'its', 'not', 'stiff', 'at', 'all', 'and', 'sized', 'right', 'i', 'got', 'an', 'xs', 'my', 'normal', 'size', 'and', 'its', 'so', 'comfy', 'and', 'surprisingly', 'soft'] ['great', 'find', 'but', 'just', 'a', 'bit', 'pricey', 'but', 'probably', 'bc', 'its', 'paige', 'too', 'bad', 'pilcrow', 'could', "n't", 'have', 'made', 'something', 'like', 'this', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['3784,1086,47', 'loved', 'floral', 'design', 'not', 'the', 'dress', 'ordered', 'it', 'because', 'i', 'am', 'fan', 'of', 'floral', 'dresses'] ['i', 'found', 'that', 'colors', 'are', 'not', 'as', 'bright', 'as', 'pictured', 'overall', 'color', 'looks', 'beige', 'in', 'real', 'life', 'fabric', 'has', 'nice', 'weight', 'not', 'too', 'heavy', 'nor', 'too', 'light', 'it', 'is', 'not', 'itchy', 'but', 'not', 'very', 'soft', 'either', 'good', 'dress', 'for', 'colder', 'weather', 'the', 'sizing', 'was', 'right', 'i', 'got', 'my', 'usual', 'm', 'and', 'i', 'am', "5'10", '145lb', 'the', 'dress', 'has', 'a', 'side', 'zipper', 'but', 'i', 'did', 'not', 'need', 'it', 'the', 'dress', 'is', 'slimming', 'and', 'close', 'to', 'the', 'body', 'the', 'cut', 'did', 'not', 'work', 'for', 'me', 'sleeves', 'were', 'too', 'short', 'i', 'had', 'to', 'pull', 'them', 'up', 't', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['3785,1086,63', 'this', 'dress', 'does', 'run', 'a', 'tad', 'small', 'for', 'me', 'it', 'was', 'small', 'across', 'the', 'chest', 'and', 'i', 'did', 'have', 'to', 'shimmy', 'into', 'it', 'i', 'am', '5', '6', '110', 'and', 'got', 'size', 's.', 'if', 'i', 'had', 'gotten', 'the', 'm', 'it', 'would', 'have', 'looked', 'a', 'tad', 'frumpy', 'on', 'me', 'pretty', 'but', 'was', "n't", 'happy', 'with', 'the', 'fit', 'aside', 'from', 'that', 'the', 'line', 'separating', 'the', 'top', 'from', 'the', 'bottom', 'was', 'rather', 'high', 'for', 'me', 'and', 'it', 'seems', 'that', 'it', 'was', 'not', 'really', 'intended', 'to', 'be', 'an', 'umpire', 'waist', 'i', 'tried', 'a', 'belt', 'with', 'it', 'and', 'at', 'my', 'natural', 'waist', 'left', 'the', 'line', 'uncovered', 'several', 'inches', 'up', 'toward', 'my', 'chest', 'i', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['3786,861,32', 'shirt', 'has', 'slits', 'this', 'is', 'a', 'cute', 'shirt', 'but', 'it', 'has', 'slits', 'at', 'the', 'bottom', 'of', 'the', 'hem', 'so', 'that', 'the', 'front', 'bottom', 'of', 'the', 'shirt', 'has', 'this', 'small', 'rectangular', 'flap', 'it', "'s", 'not', 'visible', 'from', 'the', 'photo', 'i', 'think', 'it', "'ll", 'have', 'to', 'be', 'returned', 'for', 'this', 'reason', ',3,0,1', 'general', 'tops', 'knits'] ['3787,1091,63', 'large', 'and', 'thin', 'i', 'bought', 'this', 'for', 'an', 'upcoming', 'conference', 'and', 'was', 'grateful', 'that', 'it', 'shipped', 'very', 'promptly'] [] ['it', 'runs', 'quite', 'large', 'in', 'my', 'opinion', 'i', "'m", '5', '7', 'and', 'about', '130-135lbs', 'the', 'small', 'was', 'huge', 'on', 'me', 'in', 'the', 'chest', 'and', 'shoulders/arms', 'the', 'stomach', 'also', 'was', "n't", 'very', 'fitted', 'the', 'material', 'is', 'thinner', 'than', 'i', 'expected', 'you', 'can', 'see', 'through', 'the', 'dress', 'to', 'some', 'extent', 'when', 'you', 'hold', 'it', 'up', 'to', 'the', 'light', 'but', 'i', 'do', "n't", 'think', 'this', 'is', 'a', 'problem', 'necessarily', 'had', 'it', 'been', 'thicker', 'it', 'probably', 'would', 'be', 'too', 'warm', 'but', 'you', 'might', 'need', 'a', 'slip', ',3,0,82', 'general', 'dresses', 'dresses'] ['3788,868,64', 'nice', 'but', 'not', 'for', 'me', 'i', 'took', 'a', 'chance', 'on', 'this', 'top', 'because', 'i', 'liked', 'the', 'style', 'i', 'prefer', 'natural', 'fibers', 'like', 'cotton', 'and', 'linen', 'this', 'is', 'rayon', 'and', 'spandex', 'sure', 'why', 'not', 'at', 'least', 'give', 'it', 'a', 'shot', 'and', 'go', 'outside', 'my', 'box', 'if', 'the', 'fabric', 'would', 'have', 'been', 'my', 'preference', 'it', 'would', 'have', 'been', 'a', 'keeper', 'i', 'did', 'not', 'like', 'the', 'feel', 'nor', 'the', 'semi-sheer', 'quality', 'maybe', 'it', 'would', 'work', 'for', 'you', 'but', 'not', 'for', 'me', 'back', 'it', 'went', ',3,0,2', 'general', 'tops', 'knits'] ['3789,1091,50', 'warm', 'dress', 'slightly', 'itchy', 'i', 'got', 'this', 'dress', 'in', 'the', 'green', 'in', 'an', 'xs', 'and', 'was', 'a', 'little', 'leary', 'of', 'the', 'fit', 'in', 'light', 'of', 'the', 'previous', 'review', 'however', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'impressed', 'how', 'it', 'felt', 'in', 'the', 'upper', 'torso', 'it', 'fit', 'great', 'in', 'the', 'neck', 'arms', 'and', 'shoulders', 'and', 'i', 'did', "n't", 'find', 'the', 'rest', 'of', 'the', 'dress', 'to', 'be', 'too', 'roomy', 'although', 'it', 'was', "n't", 'a', 'snug', 'fit', 'either', 'it', 'came', 'below', 'the', 'knee', 'on', 'me', 'but', 'it', 'did', "n't", 'bother', 'me', 'that', 'it', 'was', 'slightly', 'longer', 'than', 'in', 'the', 'modeling', 'pics', 'it', 'is', 'a', 'little', 'on', 'the', 'itchy', 'side', 'so', 'it', 'may', 'be', 'best', 'to', 'wear', 'a', 'cami', ',4,1,5', 'general', 'dresses', 'dresses'] ['3790,1091,50', 'love', 'dress', 'is', 'comfortable', 'feels', 'great', 'and', 'the', 'fit', 'exceeds', 'flattery', 'the', 'length', 'hits', 'just', 'above', 'my', 'knees', 'and', 'the', 'small', 'side', 'triangle', 'cutouts', 'add', 'a', 'unique', 'cute', 'fun', 'but', 'still', 'classic', 'detail', 'that', 'i', 'did', "n't", 'notice', 'in', 'the', 'picture', 'online', 'i', 'love', 'this', 'dress', 'and', 'get', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['3791,861,37', ',,5,1,0', 'general', 'tops', 'knits'] ['3792,1091,36', 'dress', 'is', 'extremely', 'pear-shaped.', 'i', 'bought', 'this', 'dress', 'in', 'an', 'xs', 'and', 'am', '5', '4', '115', 'lbs', 'and', 'fairly', 'proportional', 'the', 'shoulders', 'were', 'snug', 'but', 'the', 'hips', 'and', 'maybe', 'waist', 'were', 'at', 'least', '2-3x', 'too', 'big', 'comically', 'so', 'the', 'fabric', 'stood', 'away', 'from', 'my', 'body', 'like', 'wings', 'on', 'each', 'side', ',2,0,21', 'general', 'dresses', 'dresses'] ['3793,1091,39', 'simple', 'yet', 'sophisticated', 'love', 'the', 'easy', 'fit', 'of', 'this', 'dress', 'great', 'for', 'work', 'or', 'family', 'events', 'love', 'the', 'ribbed', 'sleeves', 'and', 'pockets', 'are', 'a', 'plus', ',5,1,0', 'general', 'dresses', 'dresses'] ['3794,1091,39', 'nice', 'dress', 'but', 'what', "'s", 'with', 'the', 'hips', 'so', 'i', 'now', 'own', 'three', 'sparrow', 'wool', 'sweater', 'dresses', 'shyle', 'bressay', 'this', 'one', 'they', 'all', 'have', 'the', 'same', 'problem', 'hips', 'cut', 'large/wide', 'past', 'the', 'waist', 'everything', 'from', 'the', 'waist', 'up', 'fits', 'great', 'i', "'m", 'not', 'sure', 'who', 'they', 'are', 'using', 'as', 'a', 'fit', 'model', 'but', 'she', 'must', 'be', 'curvy', 'in', 'that', 'j.lo', 'way', 'which', 'is', 'nice', 'but', 'not', 'my', 'shape', 'i', 'love', 'the', 'green', 'color', 'the', 'warmth', 'the', 'neckline', 'and', 'the', 'easy', 'fit', 'i', 'will', 'wear', 'a', 'coat', 'to', 'hide', 'the', 'body', 'of', 'the', 'skirt', 'and', 'do', 'more', 'squats', ',4,1,0', 'general', 'dresses', 'dresses'] ['3795,861,43', 'loooooooow', 'cut', 'this', 'shirt', 'is', 'beautiful', 'and', 'so', 'soft', 'it', 'would', 'have', 'made', 'a', 'wonderful', 'long-sleeved', 'tee', 'except', 'for', 'the', 'fact', 'that', 'it', 'was', 'so', 'low', 'cut', 'the', 'only', 'way', 'this', 'is', 'wearable', 'is', 'with', 'a', 'tank', 'underneath', 'which', 'for', 'me', 'defeats', 'the', 'purpose', 'of', 'this', 'type', 'of', 'shirt', 'i', 'am', 'rather', 'busty', '34', 'dd', 'so', 'maybe', 'if', 'you', 'are', 'smaller', 'on', 'top', 'you', 'might', 'could', 'pull', 'it', 'off', ',3,0,3', 'general', 'tops', 'knits'] ['3796,850,40', ',super', 'cute', 'version', 'of', 'your', 'standard', 'chambray', 'shirt', 'i', "'ll", 'be', 'adding', 'more', 'of', 'my', 'own', 'patches', 'to', 'this', 'one', ',4,1,0', 'general', 'tops', 'blouses'] ['3797,861,62', 'runs', 'large', 'for', 'brand', 'i', 'am', '5', '4', '124lbs', 'and', '36', 'c', 'usually', 'take', 'a', 'small', 'or', 'sometimes', 'a', 'medium', 'in', 't.la', 'tops', 'this', 'top', 'seems', 'to', 'run', 'particularly', 'large', 'as', 'i', 'ended', 'up', 'with', 'an', 'xs', ',4,1,17', 'general', 'tops', 'knits'] ['3798,863,32', 'this', 'was', 'a', 'really', 'nice', 'soft', 'lightweight', 'sweater', 'perfect', 'for', 'transitioning', 'into', 'fall', 'i', 'found', 'it', 'to', 'be', 'a', 'tad', 'boxy', 'and', 'while', 'i', 'love', 'a', 'high/lo', 'hem', 'it', 'was', 'a', 'little', 'short', 'in', 'the', 'front', 'for', 'my', 'liking', 'i', "'m", 'still', 'debating', 'if', 'i', "'m", 'keeping', 'it', 'since', 'i', 'bought', 'it', 'full', 'price', 'but', 'the', 'color', 'was', 'really', 'pretty', 'and', 'on', 'sale', 'i', 'would', 'def', 'go', 'for', 'it', 'for', 'reference', 'i', 'got', 'a', 'large', 'since', 'i', 'normally', 'like', 'my', 'clothes', 'more', 'loose', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3799,636,28', 'see', 'through', 'i', 'would', 'really', 'like', 'this', 'dress', 'if', 'the', 'material', 'were', 'a', 'little', 'thicker', 'it', "'s", 'really', 'thin', 'so', 'you', 'can', 'see', 'my', 'nipples', 'straight', 'through', 'the', 'dress', 'you', 'ca', "n't", 'wear', 'a', 'bra', 'with', 'it', 'because', 'it', 'is', 'backless', 'so', 'i', 'do', "n't", 'understand', 'how', 'you', 'are', 'supposed', 'to', 'wear', 'this', 'outside', 'of', 'the', 'house.,1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['3800,636,26', 'cute', 'cover', 'up', 'i', 'bought', 'this', 'as', 'a', 'swimsuit', 'cover', 'and', 'it', 'was', 'exactly', 'like', 'the', 'picture', 'so', 'soft', 'very', 'good', 'quality', 'fit', 'perfectly', 'definitely', 'worth', 'it', 'for', 'this', 'price', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['3801,232,40', 'i', 'ordered', 'this', 'top', 'in', 'my', 'normal', 'size', 'medium', 'and', 'it', 'was', 'very', 'large', 'i', 'am', '160', 'lbs', '36b', 'size', '8', 'top', 'and', '12', 'bottom', 'it', 'was', 'so', 'pretty', 'that', 'i', 'took', 'a', 'chance', 'and', 'reordered', 'it', 'in', 'a', 'small', 'the', 'small', 'on', 'me', 'fits', 'just', 'like', 'the', 'model', 'in', 'the', 'picture', 'it', "'s", 'pretty', 'lightweight', 'but', 'is', 'not', 'see', 'through', 'it', 'is', 'a', 'very', 'wide', 'v-neck', 'but', 'i', 'am', 'small', 'on', 'top', 'so', 'it', 'does', 'not', 'bother', 'me', 'it', "'s", 'such', 'a', 'comfy', 'yet', 'sexy', 'top', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3802,636,41', 'very', 'cute', 'style', 'this', 'dress', 'has', 'really', 'great', 'features', 'the', 'style', 'is', 'adorable', 'and', 'i', 'love', 'the', 'color', 'the', 'contrasting', 'color', 'straps', 'are', 'a', 'nice', 'feature', 'the', 'only', 'thing', 'i', 'do', "n't", 'like', 'about', 'it', 'is', 'that', 'it', "'s", 'a', 'rather', 'thin', 'material', 'not', 'quite', 'sure', 'yet', 'if', 'i', 'should', 'wear', 'it', 'as', 'a', 'dress', 'or', 'simply', 'as', 'a', 'swim', 'cover-up', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['3803,863,61', ',loved', 'this', 'sweater', 'but', 'too', 'boxy,4,1,1', 'general', 'petite', 'tops', 'knits'] ['3804,636,39', 'great', 'swim', 'cover', 'or', 'pj', 'dress', 'i', 'bought', 'this', 'for', 'a', 'swim', 'suit', 'cover', 'up', 'and', 'i', "'m", 'very', 'happy', 'with', 'it', 'the', 'fabric', 'is', 'thin', 'and', 'rather', 'sheer', 'i', 'would', "n't", 'buy', 'it', 'to', 'wear', 'it', 'outside', 'as', 'a', 'regular', 'dress', 'i', "'m", '5', '6', 'and', 'the', 'front', 'of', 'the', 'dress', 'hits', 'me', 'above', 'the', 'knees', 'the', 'fabric', 'is', 'soft', 'and', 'comfy', 'the', 'blue', 'with', 'white', 'piping', 'is', 'pretty', 'and', 'the', 'fit', 'is', 'flattering', 'i', "'m", 'really', 'happy', 'with', 'this', 'dress', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['3805,863,69', 'love', 'the', 'color', 'i', 'love', 'this', 'sweater', 'the', 'pale', 'pink', 'color', 'is', 'gorgeous', 'i', 'ordered', 'a', 'large', 'because', 'i', 'have', 'broad', 'shoulders', 'and', 'it', 'fits', 'perfectly', 'it', "'s", 'a', 'great', 'sweater', 'for', 'any', 'season', 'love', 'the', 'slits', 'on', 'the', 'sides', 'and', 'the', 'longer', 'back', 'i', 'would', 'order', 'more', 'if', 'it', 'came', 'in', 'white', 'or', 'black', 'love', 'it', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3806,232,57', 'poor', 'quality', 'recently', 'received', 'this', 'and', 'was', 'very', 'disappointed', 'with', 'the', 'quality', 'the', 'fabric', 'was', 'very', 'thin', 'easily', 'stretched', 'out', 'of', 'shape', 'price', 'is', 'ridiculous', 'for', 'this', 'item', ',1,0,5', 'initmates', 'intimate', 'sleep'] ['3807,636,44', 'bathing', 'suit', 'coverup', 'or', 'pjs', 'i', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'material', 'is', 'pretty', 'thin', 'and', 'it', 'would', 'make', 'a', 'far', 'better', 'swimsuit', 'cover-up', 'or', 'pajamas', 'than', 'an', 'actual', 'dress', 'unless', 'you', 'do', "n't", 'mind', 'that', 'it', 'is', 'semi', 'see-thru', 'however', 'that', 'said', 'i', 'do', 'love', 'it', 'it', 'is', 'soft', 'the', 'cut', 'on', 'top', 'is', 'nice', 'and', 'the', 'strappy', 'back', 'is', 'pretty', 'and', 'it', 'is', 'flattering', 'as', 'long', 'as', 'your', 'tummy', 'is', 'fairly', 'flat', 'because', 'it', 'does', 'hug', 'your', 'body', 'as', 'you', 'move', 'so', 'no', 'bread', 'and', 'pasta', 'i', 'have', 'worn', 'it', 'a', 'couple', 'of', 'times', 'already', 'and', 'i', 'have', 'received', 'compliments', 'on', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['3808,863,66', 'new', 'love', 'wow', 'this', 'is', 'the', 'perfect', 'sweater', 'beautiful', 'soft', 'color', 'lightweight', 'enough', 'to', 'wear', 'now', 'and', 'into', 'the', 'coming', 'seasons', 'it', 'drapes', 'beautifully', 'the', 'knit', 'is', 'tight', 'no', 'see', 'through', 'or', 'snags', 'very', 'soft', 'and', 'comfy', 'the', 'casual', 'easy', 'pulled', 'together', 'look', 'is', 'hard', 'to', 'do', 'and', 'this', 'one', 'does', 'it', 'with', 'style', 'am', 'starting', 'to', 'love', 'this', 'designer', 'highly', 'recommend', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3809,636,35', 'disappointing', 'quality', 'i', 'was', 'so', 'disappointed', 'with', 'the', 'quality', 'of', 'this', 'dress', 'especially', 'because', 'it', 'looks', 'so', 'beautiful', 'on', 'the', 'model', 'the', 'fabric', 'was', 'so', 'thin', 'that', 'after', 'one', 'hand', 'wash', 'it', "'s", 'already', 'developing', 'a', 'tiny', 'hole', 'and', 'pilling', 'also', 'it', 'is', 'definitely', 'not', 'a', 'day', 'dress', 'i', 'wore', 'it', 'as', 'a', 'swim', 'coverup', 'but', 'it', 'is', 'much', 'too', 'thin', 'and', 'pajama-like', 'to', 'be', 'worn', 'as', 'an', 'actual', 'dress', 'the', 'color', 'is', 'much', 'different', 'in', 'person', 'the', 'blue', 'is', 'brighter', 'and', 'for', 'lack', 'of', 'a', 'better', 'way', 'to', 'describe', 'it', 'cheap', 'looking', 'the', 'white', 'banding', 'around', 'the', 't', ',2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['3810,863,80', ',this', 'top', 'is', 'perfect', 'i', 'absolutely', 'love', 'this', 'sweater', 'it', 'is', 'super', 'cute', 'to', 'wear', 'with', 'shirts', 'for', 'the', 'summer', 'and', 'it', 'will', 'look', 'just', 'as', 'cute', 'with', 'jeans', 'for', 'the', 'fall/winter', 'the', 'color', 'is', 'very', 'subtle', 'and', 'not', 'too', 'pink', 'it', 'is', 'super', 'soft', 'and', 'i', 'would', '100', 'recommend', 'this', 'to', 'someone', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['3811,636,46', 'crossback', 'day', 'dress', 'definitely', 'pj', 'quality', 'i', 'have', 'a', 'fairly', 'thin', 'frame', 'and', 'this', 'hung', 'on', 'me', 'like', 'a', 'tent', 'and', 'it', "'s", 'very', 'thin', 'so', 'it', 'works', 'as', 'a', 'swim', 'cover', 'but', 'definitely', 'not', 'a', 'dress', 'for', 'anything', 'else', ',3,0,14', 'general', 'petite', 'intimate', 'lounge'] ['3812,996,33', 'xl', 'runs', 'small', 'would', 'have', 'loved', 'this', 'skirt', 'but', 'the', 'xl', 'is', 'closer', 'to', 'a', 'size', '12', 'than', 'a', '14', 'or', '16.', 'larger', 'ladies', 'beware', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3813,792,29', 'cute', 'comfy', 'just', 'bought', 'these', 'today', 'and', 'they', 'are', 'super', 'soft', 'and', 'beautiful', 'also', '100', 'cotton', 'yay', 'i', 'hate', 'poly', 'thought', 'i', 'should', 'mention', 'though', 'that', 'they', 'do', 'shrink', 'in', 'the', 'dryer', 'so', 'unless', 'you', "'re", 'skinny', 'you', 'might', 'want', 'to', 'buy', 'a', 'size', 'up', 'or', 'hang', 'them', 'to', 'dry', 'and', 'then', 'put', 'in', 'the', 'dryer', 'on', 'low', 'to', 'fluff', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['3814,996,38', 'great', 'buy', 'i', 'added', 'this', 'to', 'my', 'cart', 'on', 'a', 'whim', 'and', 'what', 'a', 'nice', 'surprise', 'the', 'color', 'is', 'gorgeous', 'this', 'dark', 'plum', 'color', 'is', 'a', 'great', 'alternative', 'to', 'grey', 'black', 'or', 'brown', 'i', "'m", 'planning', 'to', 'wear', 'it', 'first', 'with', 'a', 'cream', 'sweater', 'a', 'mustard', 'colored', 'scarf', 'and', 'a', 'brown', 'leather', 'jacket', 'i', 'am', 'a', 'pear-shape', 'and', 'this', 'skirt', 'works', 'very', 'well', 'to', 'structure', 'and', 'minimize', 'my', 'bottom', 'half', 'it', 'also', 'is', "n't", 'as', 'short', 'as', 'i', 'thought', 'it', 'might', 'be', 'although', 'i', 'like', 'the', 'previous', 'reviewer', 'plan', 'to', 'wear', 'this', 'with', 'tights', 'and', 'boots', 'the', 'only', 'negativ', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['3815,828,59', 'love', 'this', 'top', 'is', 'so', 'cute', 'i', 'do', "n't", 'usually', 'like', 'crochet', 'tops', 'but', 'when', 'i', 'saw', 'this', 'i', 'just', 'had', 'to', 'order', 'it', 'so', 'glad', 'i', 'did', 'my', 'only', 'complaint', 'is', 'that', 'one', 'of', 'the', 'button', 'hooks', 'broke', 'but', 'that', 'can', 'be', 'fixed', ',5,1,3', 'general', 'tops', 'blouses'] ['3816,861,53', 'more', 'colors', 'please', 'love', 'this', 'top', 'it', 'is', 'a', 'beautiful', 'shade', 'of', 'blue', 'and', 'the', 'buttons', 'at', 'the', 'bottom', 'add', 'a', 'nice', 'touch', 'it', 'is', 'light', 'weight', 'and', 'not', 'too', 'long', 'or', 'wide', 'i', 'have', 'other', 't.la', 'tops', 'in', 'small', 'but', 'the', 'xsm', 'worked', 'better', 'for', 'me', 'with', 'this', 'top', ',5,1,1', 'general', 'tops', 'knits'] ['3817,828,46', 'not', 'for', 'me', 'although', 'the', 'fabric', 'and', 'color', 'is', 'beautiful', 'the', 'sleeves', 'do', 'not', 'lay', 'properly', 'they', 'are', 'too', 'stiff', 'and', 'look', 'like', 'wings', 'on', 'me', 'sadly', 'i', 'must', 'return', 'the', 'quality', 'looks', 'great', 'it', 'is', 'unfortunate', 'that', 'the', 'design', 'was', 'a', 'miss', ',3,0,0', 'general', 'tops', 'blouses'] ['3818,819,55', 'great', 'top', 'purchased', 'this', 'top', 'at', 'my', 'local', 'store', 'and', 'it', 'is', 'very', 'flattering', 'not', 'to', 'boxy', 'hits', 'at', 'the', 'hip', 'and', 'drapes', 'nice', 'great', 'for', 'work', 'or', 'with', 'jeans', 'i', 'purchase', 'the', 'navy', 'faux', 'fur', 'scarf', 'to', 'wear', 'around', 'the', 'neck', 'and', 'wow', ',5,1,0', 'general', 'tops', 'blouses'] ['3819,828,25', 'beautiful', 'top', 'but', 'not', 'on', 'me', 'this', 'top', 'is', 'gorgeous', 'beautiful', 'lace', 'substantial', 'fabric', 'great', 'color', 'but', 'it', 'looked', 'so', 'weird', 'on', 'me', 'i', 'have', 'broader', 'shoulders', 'and', 'the', 'sleeves', 'did', 'not', 'drape', 'on', 'me', 'like', 'they', 'do', 'on', 'the', 'model', 'they', 'just', 'stuck', 'straight', 'out', 'as', 'another', 'reviewer', 'mentioned', 'the', 'fabric', 'is', 'stiff', 'i', 'did', "n't", 'want', 'to', 'size', 'up', 'because', 'the', 'body', 'and', 'length', 'both', 'fit', 'well', 'perhaps', 'if', 'you', 'have', 'smaller/', 'rounded', 'shoulders', 'this', 'top', 'will', 'hang', 'better', 'for', 'reference', 'i', "'m", '5', '4', '120', 'lbs', 'and', 'tried', 'a', 'size', 's.', ',3,1,0', 'general', 'tops', 'blouses'] ['3820,828,83', 'so', 'wanted', 'to', 'love', 'i', 'saw', 'this', 'top', 'online', 'and', 'ordered', 'immediately'] ['i', 'loved', 'the', 'color', 'lace', 'and', 'unique', 'details'] ['sadly', 'it', 'just', 'arrived', 'and', 'it', 'is', 'a', 'disaster'] ['the', 'lace', 'is', 'stiff', 'and', 'does', "n't", 'lay', 'softly', 'and', 'is', 'very', 'rough', 'against', 'your', 'skin'] ['the', 'style', 'and', 'i', 'like', 'shorter', 'style', 'tops', 'is', 'extremely', 'boxy', 'and', 'the', 'sleeves', 'protrude', 'outwards', 'in', 'a', 'funny', 'way.'] ['that', 'although', 'i', 'am', 'so', 'in', 'love', 'with', 'this', 'color', 'i', 'would', 'be', 'embarrassed', 'to', 'wear', 'this', 'top', 'in', 'public'] ['it', 'could', 'have', 'been', 'fantastic', 'if', 'the', 'lace', 'was', 'softer', 'and', 'some', 'a', ',1,0,16', 'general', 'tops', 'blouses'] ['3821,996,74', 'darker', 'in', 'person', 'just', 'got', 'this', 'skirt', 'in', 'the', 'mail', 'today', 'and', 'overall', 'i', "'m", 'happy', 'with', 'it', 'and', 'will', 'keep', 'it', 'i', 'was', 'disappointed', 'that', 'the', 'color', 'is', 'not', 'really', 'plum', 'in', 'person', 'as', 'it', 'looks', 'in', 'the', 'pictures', 'it', "'s", 'more', 'of', 'an', 'ambiguous', 'color', 'somewhere', 'between', 'brown/gray/plum', 'the', 'fit', 'is', 'good', 'the', 'quality', 'is', 'good', 'although', 'the', 'skirt', 'is', 'a', 'little', 'longer', 'than', 'i', 'would', 'like', 'and', 'i', 'ordered', 'the', 'petite', 'size', 'it', "'s", 'not', 'really', 'a', 'mini', 'skirt', 'just', 'an', 'above', 'the', 'knee', 'skirt', 'on', 'me', 'i', "'ll", 'take', 'it', 'to', 'my', 'tailor', 'and', 'have', 'him', 'take', 'it', 'up', 'an', 'inch', 'and', ',4,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['3822,818,38', 'chic', 'top', 'the', 'material', 'is', 'soft', 'it', 'looks', 'perfect', 'with', 'ankle', 'jeans', 'or', 'flare', 'jeans.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['3823,996,45', 'lovely', 'skirt', 'for', 'the', 'fall', 'very', 'nice', 'casual', 'corduroy', 'skirt', 'for', 'the', 'fall', 'it', 'sits', 'nicely', 'at', 'the', 'waist', 'and', 'the', 'asymmetrical', 'cut', 'gives', 'it', 'some', 'visual', 'interest', 'it', 'has', 'a', 'slightly', 'a-line', 'shape', 'and', 'the', 'side', 'seams', 'round', 'up', 'a', 'couple', 'of', 'inches', 'i', 'took', 'a', 'point', 'off', 'for', 'it', 'not', 'being', 'lined', 'and', 'the', 'closure', 'relies', 'on', 'the', 'zipper', 'alone', 'instead', 'of', 'having', 'a', 'hook', 'along', 'with', 'the', 'zipper', 'i', 'took', 'my', 'usual', 'small', 'and', 'like', 'how', 'it', 'fits', 'my', 'only', 'concern', 'is', 'that', 'it', 'is', 'a', 'little', 'on', 'the', 'short', 'side', 'for', 'me', 'but', 'since', 'it', "'s", 'a', 'fall', 'skirt', 'and', 'will', 'always', 'be', 'wo', ',5,1,9', 'general', 'petite', 'bottoms', 'skirts'] ['3824,861,45', 't.la', "'s", 'cutest', 'tee', 'ever', 'every', 'spring/summer', 'i', 'look', 'forward', 'to', 't.la', "'s", 'tanks', 'tees', 'and', 'stock', 'up', 'on', 'them', 'sometimes', 'it', 'is', 'difficult', 'to', 'determine', 'the', 'color', 'online', 'but', 'this', 'top', 'i', 'bought', 'it', 'in', 'green', 'is', 'without', 'a', 'doubt', 'the', 'same', 'color', 'in', 'person', 'as', 'it', 'is', 'online', 'the', 'color', 'is', 'a', 'gorgeous', 'sea', 'green', 'and', 'the', 'softest', 'cotton', 'tee', 'just', 'keeps', 'getting', 'softer', 'wash', 'after', 'wash', 'and', 'the', 'silver', 'buttons', 'on', 'the', 'side', 'what', 'a', 'unique', 'twist', 'to', 'an', 'everyday', 'tee', 'now', 'all', 'i', 'need', 'is', 'the', 'blue', 'one', ',5,1,5', 'general', 'tops', 'knits'] ['3825,135,27', 'perfect', 'shorts', 'i', 'absolutely', 'love', 'these', 'shorts', 'they', 'are', 'the', 'perfect', 'length', 'too', 'i', 'have', 'been', 'looking', 'for', 'shorts', 'this', 'length', 'and', 'rise', 'height', 'for', 'years', 'it', "'s", 'hard', 'to', 'find', 'shorts', 'that', 'are', "n't", 'super', 'short', 'yet', 'are', "n't", 'bermuda', 'and', 'are', 'still', 'flattering', 'i', 'especially', 'recommend', 'these', 'for', 'those', 'that', 'miss', 'wearing', 'shorts', 'because', 'of', 'insecurities', 'with', 'their', 'thighs/mid-section'] [] ['rolls', 'are', 'not', 'sewn', 'on', 'both', 'ends', 'so', 'you', "'ll", 'have', 'to', 're-roll', 'each', 'wash'] [] ['wish', 'you', 'carried', 'these', 'basics', 'at', 'all', 'times', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['3826,828,45', 'cutest', 'top', 'ever', 'the', 'color', 'of', 'this', 'top', 'is', 'amazing', 'much', 'more', 'vibrant', 'than', 'in', 'the', 'photo', 'and', 'the', 'fit', 'is', 'perfect', 'it', 'is', 'very', 'flirty', 'and', 'pretty', 'and', 'the', 'detailing', 'around', 'the', 'top', 'is', 'gorgeous', 'it', "'s", 'pricey', 'but', 'i', 'splurged', 'and', 'am', 'glad', 'i', 'did', 'it', 'looks', 'adorable', 'with', 'a', 'corduroy', 'skirt', 'and', 'boots', 'for', 'the', 'fall.,5,1,1', 'general', 'tops', 'blouses'] ['3827,861,69', ',t.la', 'got', 'it', 'right', 'this', 'time', 'love', 'the', 'fabric', 'the', 'color', 'is', 'perfect', 'for', 'summer', 'and', 'the', 'color', 'is', 'a', 'great', 'shade', 'of', 'green', 'exactly', 'as', 'pictured', 'the', 'left', 'side', 'has', 'a', 'slight', 'cut', 'with', 'silver', 'buttons', 'exactly', 'as', 'it', 'looks', 'on', 'line', 'i', 'certainly', 'recommend', 'this', 'top', 'love', 'it.,5,1,12', 'general', 'tops', 'knits'] ['3828,716,32', ',my', 'new', 'favorite', 'socks', 'has', 'a', 'grip', 'and', 'does', "n't", 'slip', 'off', 'like', 'some', 'of', 'my', 'other', 'liner', 'socks', 'have', 'because', 'this', 'one', 'covers', 'more', 'of', 'your', 'feet', 'perfect', 'for', 'my', 'low', 'boots.,5,1,0', 'initmates', 'intimate', 'legwear'] ['3829,135,35', 'great', 'summer', 'shorts', 'love', 'the', 'color', 'and', 'length', 'of', 'these', 'shorts', 'i', 'have', 'been', 'searching', 'for', 'a', 'pair', 'of', 'dark', 'denim', 'shorts', 'that', 'were', 'not', 'cut-offs', 'and', 'these', 'pilcro', 'shorts', 'are', 'winning', 'fit', 'great', 'like', 'all', 'pilcro', 'denim', 'and', 'i', "'m", 'sure', 'i', 'will', 'be', 'getting', 'a', 'lot', 'of', 'wear', 'i.e', 'every', 'day', 'out', 'of', 'these', 'shorts.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3830,996,51', 'cute', 'and', 'stylish', 'this', 'is', 'a', 'nice', 'looking', 'skirt', 'the', 'corduroy', 'has', 'a', 'little', 'sheen', 'to', 'it', 'looks', 'cute', 'with', 'a', 'sweater', 'tights', 'and', 'boots', 'length', 'is', 'slightly', 'longer', 'on', 'me', 'than', 'the', 'model', 'in', 'the', 'photo', 'there', 'are', 'small', 'slits', 'at', 'the', 'side', 'seams', 'and', 'the', 'hem', 'is', 'curved', 'at', 'the', 'slits', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3831,135,30', 'i', 'love', 'them', 'cute', 'denim', 'shorts', 'that', 'roll', 'up', 'or', 'down', 'perfect', 'with', 'everything.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3832,135,45', 'stretches', 'out', 'i', 'have', '7', 'pair', 'of', 'pilcro', 'denim', 'shorts', 'from', 'retailer', 'and', 'for', 'some', 'reason', 'the', 'colored', 'ones', 'white', 'yellow', 'pink', 'hold', 'their', 'shape', 'but', 'the', 'denim', 'blue', 'completely', 'stretch', 'out', 'i', 'went', 'down', 'a', 'size', 'in', 'these', 'and', 'they', 'still', 'stretch', 'to', 'the', 'point', 'of', 'sagging', 'i', 'really', 'want', 'the', 'black', 'ones', 'hoping', 'they', 'do', "n't", 'do', 'it', 'too', ',4,1,4', 'general', 'petite', 'bottoms', 'pants'] ['3833,861,34', 'cute', 'design', 'poor', 'quality', 'this', 'is', 'an', 'adorable', 'basic', 'i', 'should', 'have', 'been', 'wearing', 'it', 'once', 'a', 'week', 'this', 'summer', 'but', 'instead', 'the', 'fabric', 'developed', 'noticeable', 'holes', 'after', 'the', 'very', 'first', 'wear', 'this', 'brand', 'makes', 'some', 'of', 'the', 'softest', 'cutest', 'tees', 'but', 'unfortunately', 'more', 'often', 'than', 'not', 'are', 'unwearable', 'after', 'the', 'first', 'or', 'second', 'wash.', 'i', 'wash', 'on', 'gentle', 'hang', 'dry', 'not', 'worth', 'the', 'cost', ',1,0,0', 'general', 'tops', 'knits'] ['3834,861,35', 'i', 'love', 'the', 'cut', 'and', 'swing', 'of', 'this', 'tee', 'the', 'royal', 'blue', 'is', 'very', 'saturated', 'and', 'pretty', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['3835,830,34', 'a', 'flattering', 'peplum', 'top', 'i', 'had', 'been', 'eyeballing', 'this', 'for', 'a', 'very', 'long', 'time', 'because', 'i', 'loved', 'the', 'look', 'of', 'the', 'skirt', 'and', 'this', 'top', 'of', 'which', 'i', 'snagged', 'the', 'skirt', 'when', 'it', 'went', 'on', 'sale', 'i', 'was', 'delighted', 'to', 'finally', 'take', 'a', 'chance', 'and', 'buy', 'this', 'when', 'it', 'went', 'on', 'sale', 'too', 'thoughts', 'below'] ['______'] ['pros'] ['it', 'is', 'well', 'made', 'and', 'on', 'the', 'thicker', 'side'] ['for', 'a', 'peplum', 'it', 'is', 'actually', 'slimming', 'i', 'am', 'an', 'hourglass', 'and', 'with', 'hips', 'which', 'usually', 'means', 'such', 'tops', 'flare', 'out', 'so', 'much', 'making', 'me', 'look', 'wider', 'in', 'all', 'the', 'wrong', 'places', 'so', 'i', 'was', 'skeptical', 'abo', ',4,1,0', 'general', 'tops', 'blouses'] ['3836,939,39', 'love', 'so', 'much', 'i', 'got', 'three', 'i', 'love', 'everything', 'about', 'this', 'jacket', 'so', 'much', 'that', 'i', 'had', 'to', 'buy', 'three', 'colors', 'grey/rust/teal', 'not', 'only', 'is', 'it', 'figure', 'flattering', 'it', "'s", 'warm', 'water', 'repellent', 'easily', 'layered', 'and', 'well', 'made', 'the', 'little', 'pop', 'of', 'color', 'contrast', 'added', 'to', 'the', 'stripe', 'seam', 'makes', 'it', 'unique', 'i', 'would', 'say', 'sizing', 'is', 'tts', 'to', 'a', 'bit', 'large', 'the', 'only', 'thing', 'that', 'would', 'improve', 'the', 'coat', 'is', 'better', 'finishing', 'of', 'the', 'hems', ',5,1,0', 'general', 'tops', 'sweaters'] ['3837,828,50', 'gorgeous', 'green', 'i', "'m", '5', '9', 'and', '155lb', 'i', 'have', 'been', 'wearing', 'small', 'a', 'but', 'this', 'was', 'realllllly', 'small', 'especially', 'at', 'my', 'arms', 'it', 'made', 'me', 'look', 'like', 'i', 'was', 'taking', 'off', 'much', 'more', 'beautiful', 'on', 'the', 'model', 'a', 'medium', 'would', 'e', 'been', 'too', 'big', 'on', 'my', 'torso', 'the', 'color', 'is', 'amazing', 'made', 'my', 'blonde', 'hair', 'really', 'pop', 'i', 'do', "n't", 'love', 'green', 'but', 'this', 'was', 'so', 'different', 'would', 'love', 'to', 'find', 'something', 'else', 'in', 'this', 'color', 'that', 'suits', 'me', 'you', 'need', 'to', 'be', 'a', 'super', 'skinny', 'waif', 'to', 'look', 'good', 'in', 'this', ',3,1,0', 'general', 'tops', 'blouses'] ['3838,830,34', 'good', 'quality', 'i', 'was', 'looking', 'for', 'a', 'good', 'navy', 'top', 'for', 'the', 'spring/summer', 'to', 'wear', 'with', 'white', 'denim', 'for', 'a', 'nautical', 'look', 'this', 'top', 'is', 'perfect', 'and', 'i', 'especially', 'like', 'the', 'neck', 'for', 'when', 'its', 'cooler', 'in', 'the', 'evenings.,4,1,0', 'general', 'tops', 'blouses'] ['3839,861,52', 'it', "'s", 'in', 'the', 'details', 'this', 'brand', 'always', 'makes', 'the', 'softest', 'tees', 'and', 'so', 'i', 'buy', 'several', 'each', 'season', 'when', 'i', 'saw', 'this', 'one', 'online', 'i', 'worried', 'that', 'it', 'might', 'be', 'too', 'long', 'for', 'my', 'short', 'waist', 'but', 'i', 'decided', 'to', 'order', 'it', 'anyway', 'success', 'i', 'ordered', 'my', 'usual', 'size', 'm', 'for', 'knit', 'tops', '10/12', 'in', 'fitted', 'ones', 'and', 'the', 'length', 'was', 'perfect', 'due', 'to', 'the', 'buttons', 'on', 'the', 'side'] ['fyi', 'short', 'waist', 'broad', 'shoulders/back', '36c', 'i', 'carry', 'my', 'weight', 'in', 'the', 'middle', 'since', 'i', 'virtually', 'do', 'not', 'have', 'a', 'waistline', 'so', 'a', 'longer', 'boxy', 'tee', 'will', 'emphasize', 'the', 'parts', 'of', ',5,1,14', 'general', 'tops', 'knits'] ['3840,1009,42', 'great', 'transition', 'to', 'fall', 'i', 'really', 'like', 'this', 'skirt', 'it', 'is', 'soft', 'and', 'the', 'length', 'is', 'just', 'right', 'i', 'hate', 'skirts', 'that', 'go', 'below', 'the', 'knee', 'the', 'only', 'thing', 'i', 'do', "n't", 'care', 'for', 'is', 'that', 'there', 'seems', 'to', 'be', 'extra', 'fabric', 'in', 'the', 'back', 'maybe', 'i', 'should', 'had', 'ordered', 'a', 'size', 'down', 'and', 'the', 'skirt', 'does', 'wrinkle', 'easily', 'still', 'not', 'enough', 'reasons', 'to', 'send', 'back', 'i', 'have', 'had', 'many', 'compliments', 'at', 'work', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['3841,831,35', 'pretty', 'the', 'colors', 'on', 'this', 'are', 'beautiful', 'i', 'have', 'wider', 'hips', 'and', 'thighs', 'and', 'this', 'blouse', 'just', 'looks', 'too', 'boxy', 'on', 'me', 'i', 'ordered', 'a', 'size', 'down', 'and', 'from', 'that', 'aspect', 'it', 'fit', 'however', 'it', 'is', 'too', 'flowy', 'and', 'boxy', 'for', 'my', 'body', 'type', 'i', 'considered', 'keeping', 'it', 'for', 'layering', 'but', 'even', 'on', 'sale', 'it', 'is', 'too', 'expensive', 'for', 'this', 'purpose', 'i', "'m", 'so', 'bummed', 'because', 'the', 'colors', 'are', 'so', 'pretty', ',4,1,0', 'general', 'tops', 'blouses'] ['3842,1072,35', 'i', 'do', "n't", 'know', 'how', 'to', 'explain', 'but', 'this', 'dress', 'at', 'least', 'for', 'me', 'did', 'not', 'look', 'like', 'the', 'model', 'first', 'off', 'the', 'dress', 'is', 'extremely', 'heavy', 'and', 'extremely', 'long', 'and', 'then', 'where', 'the', 'fur', 'starts', 'for', 'me', 'it', 'did', "n't", 'start', 'at', 'the', 'right', 'spot', 'so', 'it', 'was', 'very', 'awkward', 'looking', 'so', 'definitely', 'not', 'for', 'my', 'type', 'of', 'body', 'i', 'am', 'normal', 'height', '5', '5', 'athletic', 'and', 'curvy', 'body', 'but', 'maybe', 'for', 'a', 'very', 'tall', 'person', 'looks', 'good', 'the', 'material', 'is', 'very', 'interesting', 'it', "'s", 'so', 'soft', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['3843,1081,51', 'romantic', 'i', 'loved', 'this', 'dress', 'as', 'pictured', 'online', 'and', 'when', 'i', 'received', 'it', 'i', 'fell', 'in', 'love', 'with', 'the', 'look', 'as', 'well', 'as', 'the', 'fit', 'it', 'is', 'such', 'a', 'perfect', 'dress', 'for', 'the', 'day', 'or', 'night', 'i', 'am', 'so', 'happy', 'i', 'ordered', 'it.,5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['3844,1052,31', 'very', 'cute', 'but', 'cheaply', 'made', 'saw', 'this', 'online', 'and', 'went', 'in', 'to', 'try', 'on', 'fit', 'great', 'and', 'is', 'true', 'to', 'size', 'but', 'i', 'should', 'have', 'known', 'there', 'would', 'be', 'issues', 'as', 'three', 'out', 'of', 'six', 'on', 'the', 'rack', 'had', 'the', 'sewn', 'in', 'tags', 'were', 'all', 'but', 'hanging', 'by', 'a', 'thread', 'i', 'bought', 'this', 'for', 'my', 'bachelorette', 'weekend', 'in', 'napa', 'and', 'when', 'i', 'put', 'this', 'on', 'i', 'noticed', 'the', 'straps', 'had', 'a', 'few', 'threads', 'coming', 'out', 'and', 'i', 'thought', 'better', 'get', 'this', 'to', 'the', 'seamstress', 'as', 'soon', 'as', 'i', 'get', 'home', 'to', 'secure', 'the', 'straps', 'well', 'literally', 'five', 'minutes', 'into', 'the', 'car', 'ride', 'to', 'the', 'wineries', 'i', 'noticed', 'the', 'seam', ',2,0,1', 'general', 'petite', 'bottoms', 'pants'] ['3845,1081,37', 'uneven', 'reviews', 'but', 'i', 'love', 'it', 'i', "'m", 'torn', 'on', 'how', 'to', 'review', 'this', 'dress'] [] ['i', 'bought', 'it', 'in', 'a', 'lovely', 'slate', 'grey', 'which', 'does', "n't", 'appear', 'to', 'be', 'available', 'now', 'it', 'drapes', 'cleanly', 'and', 'is', 'extremely', 'comfortable', 'it', 'has', 'also', 'proven', 'extremely', 'versatile', 'through', 'weight', 'and', 'body', 'changes', 'i', 'bought', 'a', 'small', 'and', 'am', '5', '9', 'and', 'am', 'typically', '~130', 'lbs', 'with', 'a', 'very', 'long', 'waist', 'i', 'wore', 'it', 'through', 'early', 'pregnancy', 'and', 'now', 'love', 'it', 'because', 'i', 'can', 'nurse', 'my', 'newborn', 'comfortably', 'and', 'it', 'still', 'nicely', 'fits', 'my', '~150', 'lb', 'frame'] [] ['the', 'problem', 'is', 'that', 'my', 'husband', 'hates', 'th', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3846,1099,37', 'giving', '3.5', 'stars', 'due', 'to', 'how', 'big', 'this', 'dress', 'runs', 'i', 'am', '5', '118lbs', 'and', 'i', 'was', 'swimming', 'in', 'the', 'xs', 'it', 'is', 'a', 'beautiful', 'dress', 'just', 'beware', 'it', 'runs', 'very', 'large', ',3,0,35', 'general', 'dresses', 'dresses'] ['3847,1081,46', 'dress', 'it', 'up', 'or', 'down', 'i', 'got', 'this', 'tunic', 'in', 'the', 'bright', 'red', 'and', 'it', 'is', 'a', 'great', 'fun', 'color', 'that', 'leans', 'just', 'slightly', 'to', 'the', 'orange', 'side', 'of', 'red', 'my', 'computer', 'screen', 'makes', 'it', 'look', 'more', 'orange', 'than', 'it', 'does', 'in', 'person', 'i', "'m", 'happier', 'with', 'the', 'actual', 'color', 'the', 'fabric', 'is', 'soft', 'comfortable', 'and', 'hangs', 'beautifully', 'wrinkles', 'fall', 'out', 'when', 'you', 'hang', 'it', 'up', 'i', 'also', 'have', 'the', 'tegan', 'tunic', 'in', '2', 'colors', 'and', 'find', 'the', 'fit', 'to', 'be', 'the', 'same', 'however', 'the', 'hi-low', 'hem', 'on', 'this', 'dress', 'is', 'a', 'little', 'more', 'exaggerated', 'than', 'on', 'the', 'tegan', 'the', 'tegan', 'travels', 'very', 'w', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3848,860,59', 'runs', 'very', 'large', 'and', 'way', 'too', 'much', 'fabric', 'i', 'wanted', 'this', 'top', 'to', 'work', 'because', 'it', 'looks', 'cute', 'on', 'hanger', 'i', 'usually', 'wear', 's/m', 'and', 'the', 'xs', 'had', 'too', 'much', 'fabric', 'may', 'work', 'better', 'on', 'someone', 'with', 'longer', 'torso', 'and', 'taller', 'i', 'am', '5', '6.5', '36c', '126lbs', ',2,0,9', 'general', 'petite', 'tops', 'knits'] ['3849,860,45', 'beautiful', 'color', 'and', 'style', 'i', 'really', 'love', 'the', 'color', 'of', 'this', 'item', 'it', 'is', 'very', 'generous', 'in', 'cut', 'i', 'would', 'suggest', 'sizing', 'down', 'as', 'i', 'like', 'my', 'clothes', 'more', 'fitted', 'i', 'received', 'many', 'compliments', 'among', 'my', 'colleagues', 'who', 'wearing.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['3850,1081,49', 'super', 'comfortable', 'i', 'love', 'this', 'dress', 'the', 'fabric', 'feels', 'amazing', 'is', 'super', 'flattering', 'i', 'am', '5', '4', 'with', 'broad', 'shoulders', 'a', '36d', 'chest', 'and', 'went', 'with', 'the', 'small', 'petite', 'i', 'originally', 'purchased', 'the', 'regular', 'extra', 'small', 'which', 'looked', 'great', 'i', 'just', 'think', 'the', 'sp', 'was', 'slightly', 'neater', 'though', 'the', 'shoulders', 'length', 'it', 'hits', 'me', 'above', 'the', 'knee', 'as', 'shown', 'in', 'the', 'photo', 'of', 'the', 'light', 'colored', 'dress', 'with', 'the', 'long', 'vest', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3851,867,43', 'poorly', 'constructed', 'and', 'unflattering', 'i', 'ordered', 'the', 'taupe', 'version', 'of', 'this', 'tee', 'which', 'was', 'a', 'medium', 'brown', 'with', 'black', 'stripes', 'the', 'fabric', 'felt', 'itchy', 'and', 'rough', 'and', 'was', 'pretty', 'sheer', 'for', 'not', 'being', 'light', 'colored', 'i', 'did', "n't", 'care', 'for', 'the', 'fit', 'which', 'was', 'extremely', 'boxy', 'and', 'wide', 'from', 'the', 'picture', 'i', 'expected', 'an', 'a-line', 'fit', 'but', 'not', 'a', 'wide', 'drop', 'with', 'webbed', 'underarms', 'i', 'ordered', '2', 'sizes', 'and', 'could', 'have', 'worn', 'the', 'smaller', 'if', 'i', "'d", 'kept', 'this', 'tee', 'it', 'runs', 'on', 'the', 'larger', 'side', 'what', 'astounded', 'me', 'most', 'was', 'that', 'both', 'tees', 'i', 'ordered', 'were', 'sewn', 'with', 'completely', 'cro', ',1,0,4', 'general', 'tops', 'knits'] ['3852,1081,48', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3853,1099,43', 'unflattering', 'too', 'flowy', 'this', 'dress', 'is', 'so', 'pretty', 'in', 'the', 'photos', 'but', 'in', 'person', 'it', "'s", 'huge', 'and', 'not', 'in', 'a', 'way', 'i', 'could', 'adjust', 'by', 'sizing', 'down', 'the', 'shoulders', 'and', 'arms', 'fit', 'but', 'the', 'body', 'of', 'the', 'dress', 'is', 'absolutely', 'huge', 'i', 'normally', 'love', 'a', 'trapeze', 'dress', 'but', 'i', 'was', 'swimming', 'in', 'this', 'so', 'it', 'was', 'quite', 'unflattering', 'it', 'was', 'also', 'much', 'longer', 'than', 'it', 'looks', 'on', 'the', 'model', 'i', "'m", 'not', 'short', 'in', 'fact', 'dresses', 'are', 'normally', 'a', 'bit', 'shorter', 'on', 'me', 'than', 'the', 'average', 'person', 'but', 'this', 'was', 'just', 'frumpy.,3,0,1', 'general', 'dresses', 'dresses'] ['3854,1099,28', 'charming', 'this', 'seems', 'to', 'be', 'designed', 'to', 'fit', 'a', 'bit', 'loose', 'but', 'not', 'in', 'a', 'bad', 'way', 'for', 'me', 'the', 'floral', 'pattern', 'on', 'the', 'collar', 'with', 'the', 'polka', 'dots', 'on', 'the', 'rest', 'of', 'the', 'dress', 'are', 'very', 'cute', 'and', 'i', 'think', 'this', 'can', 'look', 'good', 'with', 'or', 'without', 'a', 'belt', 'light', 'for', 'summer', 'but', 'still', 'covers', 'a', 'lot', 'which', 'is', 'nice', 'for', 'the', 'office', 'the', 'sleeves', 'are', 'a', 'little', 'short', 'but', 'it', 'does', "n't", 'look', 'bad', 'glad', 'i', 'snatched', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['3855,1081,48', 'cute', 'but', 'oversized', 'i', 'tried', 'this', 'cute', 'black', 'dress', 'on', 'in', 'the', 'store', 'and', 'even', 'in', 'the', 'xs', 'it', 'was', 'a', 'little', 'too', 'big', 'i', "'m", '5', '3', 'so', 'if', 'they', 'had', 'petites', 'available', 'in', 'the', 'store', 'maybe', 'they', 'would', 'have', 'fit', 'better', 'just', 'found', 'too', 'much', 'material', 'around', 'the', 'middle', 'even', 'though', 'it', 'is', 'meant', 'to', 'be', 'a', 'loose', 'fitting', 'dress', 'the', 'material', 'is', 'heavy', 'weight', 'very', 'stretchy', 'but', 'not', 'a', 'thick', 'fabric', 'could', 'be', 'great', 'in', 'the', 'summer', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3856,1081,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3857,1081,42', 'i', 'bought', 'this', 'item', 'in', 'green', 'and', 'then', 'ordered', 'it', 'in', 'red', 'very', 'comfortable', 'fabric', 'and', 'flattering', 'by', 'itself', 'or', 'over', 'leggings', 'these', 'tunics', 'will', 'be', 'staple', 'in', 'my', 'closet', 'i', 'normally', 'wear', 'a', 'medium', 'in', 'retailer', 'dresses', 'but', 'i', 'ordered', 'a', 'small', 'to', 'have', 'it', 'a', 'bit', 'more', 'fitted', 'instead', 'of', 'baggy', 'good', 'decision', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3858,932,36', 'cute', 'little', 'fox', 'lovely', 'foxy', 'sweater', 'i', 'dressed', 'it', 'down', 'for', 'work', 'but', 'would', 'look', 'fantastic', 'with', 'a', 'pretty', 'skirt', 'too', ',5,1,0', 'general', 'tops', 'sweaters'] ['3859,1081,30', 'love', 'really', 'happy', 'with', 'this', 'tunic', 'at', '5', '2', 'i', 'am', 'able', 'to', 'wear', 'this', 'as', 'a', 'dress', 'or', 'a', 'top', 'with', 'a', 'belt', 'it', "'s", 'comfy', 'light', 'material', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3860,1099,31', 'gorgeous', 'dress', 'but', 'runs', 'large', 'i', 'am', '26', 'weeks', 'pregnant', 'and', 'bought', 'this', 'in', 'an', 'xs', 'to', 'wear', 'to', 'my', 'shower', 'this', 'weekend', 'i', 'am', 'delighted', 'with', 'how', 'it', 'looks', 'on', 'but', 'it', 'really', 'might', 'be', 'too', 'big', 'for', 'someone', 'who', 'is', "n't", 'pregnant', ',4,1,1', 'general', 'dresses', 'dresses'] ['3861,1081,39', 'material', 'is', 'amazing', 'i', 'am', 'in', 'love', 'with', 'this', 'dress', 'it', "'s", 'super', 'soft', 'flattering', 'and', 'comfy', 'i', 'want', 'to', 'wear', 'it', 'everyday', 'it', 'was', 'recommended', 'to', 'me', 'by', 'a', 'friend', 'who', 'is', 'taller', 'and', 'slimmer', 'than', 'i', 'am', 'so', 'i', 'was', 'skeptical', 'of', 'the', 'fit', 'sometimes', 'you', 'see', 'things', 'that', 'are', 'only', 'meant', 'for', 'models', 'to', 'wear', 'so', 'not', 'true', 'here', 'i', 'am', '5', '3', '140', 'pounds', 'with', 'slightly', 'broad', 'shoulders', 'and', 'i', 'bought', 'an', 'xs', 'i', "'m", 'considering', 'getting', 'a', 'second', 'one', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3862,860,40', 'just', 'okay', 'i', 'bought', 'the', 'shirt', 'in', 'ivory', 'and', 'went', 'down', 'a', 'size', 'per', 'the', 'advice', 'from', 'other', 'reviewers', 'what', 'i', 'should', 'have', 'done', 'was', 'go', 'down', '2', 'sizes', 'runs', 'huge', 'my', 'husband', 'said', 'i', 'looked', 'pregnant', 'and', 'that', "'s", 'never', 'a', 'good', 'look', 'if', 'your', 'not', 'sent', 'this', 'back', 'the', 'same', 'day.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['3863,1081,53', 'love', 'this', 'dress', 'i', 'also', 'have', 'this', 'dress', 'in', '3/4', 'sleeve', 'tegan', 'tunic', 'i', 'love', 'this', 'dress', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3864,1099,39', 'fun', 'and', 'different', 'i', 'ordered', 'a', 'xxs', 'petite', 'based', 'on', 'previous', 'reviews', 'but', 'it', 'was', 'too', 'short', 'and', 'snug', 'in', 'the', 'shoulders', 'i', 'then', 'tried', 'on', 'the', 'regular', 'xs', 'and', 'it', 'fit', 'nice.y', 'loose', 'but', 'it', 'is', 'the', 'style', 'shoulders', 'fit', 'i', 'usually', 'need', 'xs', 'petite', 'so', 'kind', 'of', 'true', 'to', 'size', 'to', 'me', 'i', 'am', '5', '1.5', 'and', '115', 'lbs', 'color', 'is', 'nice', 'i', 'liked', 'the', 'blue', 'polka', 'dot', 'with', 'flowery', 'tie', 'neck', 'the', 'tie', 'neck', 'is', 'a.', 'nice', 'on', 'trend', 'feature', 'can', 'be', 'tired', 'at', 'different', 'heights', 'for', 'different', 'looks', 'i', 'think', 'i', 'will', 'keep', 'the', 'xs', 'regular', ',5,1,1', 'general', 'dresses', 'dresses'] ['3865,1063,42', 'a', 'bit', 'thin', 'material', 'is', 'a', 'little', 'think', 'and', 'they', 'run', 'a', 'bit', 'long', 'like', 'many', 'other', 'retailer', 'pants', 'otherwise', 'a', 'great', 'deal', 'if', 'you', 'get', 'them', 'on', 'sale', ',3,1,2', 'general', 'bottoms', 'pants'] ['3866,860,46', 'pretty', 'tank', 'i', 'ordered', 'the', 'ivory', 'in', 'size', 'xl', 'it', 'is', 'such', 'a', 'cute', 'comfortable', 'top', 'all', 'of', 'the', 'details', 'are', 'well-done', 'the', 'quality', 'of', 'the', 'material', 'is', 'great', 'too', 'it', "'s", 'a', 'flowy', 'fit', 'after', 'washing', 'air-drying', 'it', 'does', 'shrink', 'a', 'bit', 'great', 'tee', 'for', 'summer', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3867,860,59', 'original', 'top', 'runs', 'large', 'in', 'that', 'i', "'m", 'on', 'the', 'busty-side', 'i', 'thought', 'surely', 'an', 'xl', 'will', 'not', 'be', 'too', 'large', 'ah', 'contraire', 'wanted', 'it', 'in', 'crimson', 'anyway', 'so', 'will', 'try', 'it', 'in', 'a', 'large', 'the', 'fabric', 'in', 'the', 'white', 'is', 'nice', 'in', 'that', 'it', 'is', 'substantial', 'enough', 'not', 'to', 'see-through', 'will', 'look', 'most', 'interesting', 'under', 'a', 'sweater', 'or', 'jacket', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3868,1081,45', 'pretty', 'but', 'too', 'loose', 'and', 'sacky', 'wanted', 'to', 'love', 'this', 'dress', 'pretty', 'fabric', 'and', 'colors', 'i', 'think', 'it', 'would', 'be', 'more', 'flattering', 'on', 'a', 'taller', 'woman', 'i', "'m", '5', '3', 'ordered', 'a', 's', 'this', 'just', 'looked', 'like', 'a', 'nightgown', 'on', 'me', 'sorry', 'to', 'say', 'it', "'s", 'going', 'back', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3869,1081,53', 'i', 'really', 'want', 'to', 'like', 'this', 'dress', 'it', "'s", 'beautiful', 'but', 'it', 'just', 'fits', 'like', 'a', 'sack', 'the', 'yoke', 'exaggerates', 'my', 'bust', 'and', 'the', 'dress', 'makes', 'me', 'look', '20', 'lbs', 'heavier', 'perhaps', 'if', 'you', 'are', 'tall', 'and', 'thin', 'like', 'the', 'mode', 'or', 'small', 'chested', 'it', 'would', 'be', 'great', 'the', 'quality', 'and', 'color', 'is', 'beautiful', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['3870,1081,42', 'super', 'comfortable', 'and', 'flattering', 'i', 'have', 'had', 'this', 'dress', 'for', 'a', 'few', 'months', 'now', 'and', 'find', 'it', 'is', 'super', 'comfortable', 'for', 'the', 'hot', 'weather', 'and', 'can', 'go', 'dressy', 'or', 'casual', 'with', 'the', 'right', 'accessories', 'it', 'does', 'run', 'large', 'in', 'xxs', 'the', 'xxs', 'petite', 'fit', 'a', 'little', 'better', 'by', 'was', 'way', 'too', 'short', 'for', 'me', 'even', 'better', 'is', 'that', 'you', 'can', 'wash', 'on', 'the', 'super', 'gentle', 'cycle', 'and', 'lay', 'flat', 'to', 'dry', 'yes', 'it', 'says', 'dry', 'clean', 'only', 'but', 'its', 'is', 'made', 'of', 'cupro', 'and', 'you', 'should', 'be', 'able', 'to', 'wash', 'that', 'material', 'i', 'have', 'washed', 'mine', 'several', 'times', 'and', 'it', 'has', 'never', 'shrunk', 'or', 'lost', 'shape', 'the', 'she', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3871,867,43', 'fun', 'flattering', 'shirt', 'this', 'is', 'such', 'a', 'fun', 'version', 'of', 'a', 'v-neck', 'tshirt', 'the', 'lines', 'and', 'seams', 'are', 'very', 'flattering', 'the', 'neckline', 'is', 'perfect', 'i', "'m", "5'10", 'a', 'size', '10/12', 'depending', 'and', 'i', 'ordered', 'the', 'medium', 'in', 'the', 'navy', 'which', 'fit', 'perfectly', 'the', 'length', 'was', 'slightly', 'shorter', 'on', 'me', 'than', 'the', 'model', 'overall', 'a', 'great', 'shirt', 'highly', 'recommended', ',5,1,0', 'general', 'tops', 'knits'] ['3872,860,21', 'love', 'it', 'got', 'this', 'top', 'in', 'white', 'and', 'the', 'rust', 'color', 'other', 'reviewers', 'mentioned', 'it', 'being', 'much', 'too', 'large', 'so', 'i', 'went', 'with', 'the', 'xs', 'instead', 'of', 'my', 'usual', 'small', 'it', "'s", 'slightly', 'oversized', 'but', 'i', 'love', 'that', 'look', 'and', 'it', "'s", 'still', 'flattering', 'on', 'me', 'i', 'also', 'did', "n't", 'find', 'there', 'to', 'be', 'too', 'much', 'fabric', 'i', 'am', 'very', 'tall', 'and', 'am', 'happy', 'with', 'the', 'length', 'of', 'this', '34b', '126', 'lbs', "5'10", ',5,1,0', 'general', 'tops', 'knits'] ['3873,1099,69', 'great', 'dress', 'purchased', 'in', 'the', 'blue', 'polka', 'dot', 'and', 'love', 'it', 'am', '5', '6', '1/2', '155lbs', 'long', 'arms', 'dress', 'is', 'meant', 'to', 'be', 'full', 'i', 'do', "n't", 'see', 'the', 'that', 'is', 'runs', 'large', 'the', 'shoulders', 'fit', 'the', 'sleeves', 'are', 'not', 'too', 'long', 'it', 'is', 'a', 'very', 'cute', 'dress', 'after', 'receiving', 'the', 'dress', 'ordered', 'it', 'in', 'the', 'black', 'motif', 'and', 'hope', 'to', 'like', 'it', 'just', 'as', 'much', 'as', 'the', 'blue', ',5,1,1', 'general', 'dresses', 'dresses'] ['3874,1081,58', 'love', 'it', 'except', 'this', 'is', 'gorgeous', 'i', 'absolutely', 'love', 'it', 'but', 'i', 'need', 'to', 'return', 'it', 'this', 'is', 'the', 'second', 'time', 'i', "'ve", 'ordered', 'this', 'dress/tunic', 'the', 'fit', 'is', 'amazing', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'it', 'looks', 'so', 'fabulous', 'on', 'the', 'issue', 'that', 'i', "'ve", 'had', 'twice', 'is', 'that', 'the', 'back', 'of', 'the', 'dress', 'was', 'not', 'cut', 'in', 'the', 'same', 'direction', 'this', 'means', 'the', 'sheen', 'is', 'different', 'on', 'one', 'side', 'of', 'the', 'middle', 'seam', 'in', 'the', 'back', 'than', 'the', 'other', 'side', 'unfortunately', 'it', 'looks', 'like', '2', 'different', 'colors', 'i', 'returned', 'the', 'first', 'one', 'and', 'i', 'reordered', 'but', 'i', 'have', 'the', 'same', 'thing', 'a', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3875,1081,43', 'this', 'is', 'a', 'must-buy', 'this', 'one', 'is', 'a', 'must-buy', 'i', 'have', '3', 'of', 'the', 'longer', 'sleeve', 'version', 'the', 'tegan', 'dress', 'and', 'one', 'of', 'these', 'i', 'am', 'about', 'to', 'buy', 'more', 'of', 'the', 'lola/', 'short', 'sleeved', 'version', 'these', 'dresses', 'are', 'flattering', 'and', 'comfortable', 'they', 'can', 'be', 'worn', 'as', 'a', 'tunic', 'with', 'leggings', 'or', 'a', 'dress', 'they', 'are', 'great', 'for', 'travel', 'if', 'you', 'roll', 'them', 'they', 'do', "n't", 'wrinkle', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down', 'my', 'sister', 'and', 'i', 'have', 'very', 'different', 'figures', 'and', 'this', 'dress', 'looks', 'great', 'on', 'both', 'of', 'us', 'i', 'ca', "n't", 'recommend', 'a', 'dress', 'more', 'the', 'lola', 'and', 'the', 'tegan', 'are', 't', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['3876,867,42', 'comfy', 'flattering', 'and', 'classy', 'i', 'absolutely', 'love', 'everything', 'about', 'this', 'top', 'i', 'bought', 'it', 'in', 'the', 'taupe/navy', 'stripes', 'version', 'and', 'got', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'do', 'not', 'find', 'the', 'fabric', 'to', 'be', 'sheer', 'at', 'all', 'but', 'perfectly', 'lightweight', 'for', 'the', 'heat', 'of', 'summer', 'the', 'neckline', 'and', 'sleeves', 'seem', 'tailor-fitted', 'for', 'my', 'body', 'i', 'do', "n't", 'often', 'think', 'much', 'about', 'sleeves', 'but', 'these', 'sleeves', 'are', 'the', 'perfect', 'length/shape', 'to', 'be', 'incredibly', 'flattering', 'they', "'re", 'in', 'a', 'sweet', 'spot', 'somewhere', 'in', 'between', 'a', 'cap', 'sleeve', 'and', 'regular-length', 'the', 'neckline', 'is', 'eq', ',5,1,4', 'general', 'tops', 'knits'] ['3877,860,41', 'exactly', 'as', 'i', "'d", 'hoped', 'for.', 'i', 'love', 'the', 'details', 'of', 'this', 'top', 'the', 'pleats', 'and', 'ruffles', 'are', 'so', 'pretty', 'and', 'the', 'fit', 'is', 'flattering', 'especially', 'if', 'you', 'have', 'a', 'tummy', 'the', 'arm', 'holes', 'are', "n't", 'gaping', 'like', 'so', 'many', 'tops', 'so', 'you', 'do', "n't", 'even', 'need', 'a', 'cami', 'underneath', 'to', 'hide', 'your', 'bra', 'it', 'is', 'a', 'bit', 'on', 'the', 'larger', 'side', 'i', 'often', 'wear', 'a', 'large', 'but', 'i', 'got', 'a', 'medium', 'and', 'i', 'may', 'have', 'even', 'been', 'able', 'to', 'get', 'away', 'with', 'a', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['3878,1081,55', 'perfect', 'dress', 'for', 'a', 'civil', 'ceremony', 'this', 'dress', 'is', 'gorgeous', 'i', 'purchased', 'it', 'recently', 'to', 'wear', 'to', 'my', 'civil', 'wedding', 'ceremony', 'and', 'it', 'is', 'absolutely', 'perfect', 'it', 'is', 'light', 'flowy', 'and', 'comfortable', 'but', 'the', 'details', 'make', 'it', 'special', 'the', 'sheer', 'sleeves', 'give', 'it', 'ethereal', 'vibe', 'that', 'i', 'love', 'the', 'quality', 'seems', 'to', 'be', 'extremely', 'high', 'as', 'well', 'if', 'you', 'are', 'looking', 'for', 'a', 'white', 'dress', 'that', 'is', 'casual', 'but', 'still', 'unique', 'and', 'beautiful', 'please', 'give', 'this', 'one', 'a', 'shot', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'on', 'my', 'special', 'day', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3879,1081,39', 'this', 'adorable', 'comfortable', 'i', "'m", '5', '3', 'and', '115', 'lbs', 'i', 'ordered', 'an', 'xs', 'it', 'hits', 'at', 'my', 'knees', 'and', 'is', 'not', 'see', 'through', 'the', 'color', 'is', 'pinkish', 'in', 'person', 'which', 'i', 'like', 'more', 'than', 'the', 'photo', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3880,843,54', 'does', 'not', 'have', 'a', 'straight', 'line', 'fit', 'the', 'fabric', 'of', 'this', 'top', 'is', 'lovely', 'the', 'fit', 'not', 'so', 'it', 'does', 'not', 'fit', 'as', 'shown', 'on', 'the', 'model', 'the', 'fit', 'is', 'very', 'large', 'around', 'the', 'middle', 'and', 'fits', 'more', 'like', 'a', 'swing', 'top', 'i', 'am', '5', '9', 'slim', 'build', 'i', 'ordered', 'my', 'usual', 'size', 'medium', 'shoulders', 'and', 'back', 'fit', 'perfectly', 'too', 'much', 'material', 'around', 'the', 'middle', 'had', 'it', 'had', 'a', 'straight', 'cut', 'to', 'it', 'as', 'shown', 'i', "'d", 'keep', 'it', 'because', 'it', 'does', "n't", 'it', "'s", 'going', 'back', ',2,0,2', 'general', 'tops', 'blouses'] ['3881,860,67', 'love', 'this', 'i', 'absolutely', 'love', 'this', 'top', 'the', 'color', 'style', 'fit', 'everything', 'i', 'took', 'another', 'reviewers', 'advice', 'and', 'sized', 'down', 'from', 'my', 'normal', 'large', 'to', 'a', 'medium', 'i', 'have', 'had', 'so', 'many', 'compliments', 'wearing', 'this', 'top', 'it', 'is', 'very', 'feminine', 'flows', 'nicely', 'hangs', 'well', 'love', 'the', 'color', 'ca', "n't", 'recommend', 'this', 'enough', ',5,1,0', 'general', 'tops', 'knits'] ['3882,867,42', 'relaxing', 'versatile', 'top', 'love', 'this', 'casual', 'and', 'soft', 'flowing', 'top', 'its', 'a', 'nice', 'loose', 'fit', 'slightly', 'big', 'however', 'i', "'m", 'petite', 'asymmetrical', 'hem', 'adds', 'a', 'unique', 'touch', 'pairs', 'well', 'with', 'a', 'variety', 'of', 'denim', 'skinnies', 'black', 'dark', 'denim', 'planning', 'to', 'try', 'with', 'white', 'ankle', 'skinnies', 'as', 'well', 'the', 'v-neck', 'is', 'just', 'right', 'dips', 'enough', 'to', 'show', 'the', 'neckline', 'without', 'revealing', 'cleavage', 'it', "'s", 'the', 'perfect', 'lightweight', 'layer', 'for', 'spring', 'to', 'fall', 'i', 'even', 'added', 'a', 'black', 'blazer', 'for', 'a', 'cool', 'evening', 'out', 'love', 'this', 'top', 'and', 'would', 'buy', 'in', 'other', 'colors', ',4,1,3', 'general', 'tops', 'knits'] ['3883,1081,60', 'another', 'dolan', 'classic', 'i', 'own', 'another', 'dolan', 'dress', 'which', 'is', 'virtually', 'the', 'same', 'as', 'this', 'but', 'has', 'long', 'sleeves', 'i', 'wear', 'the', 'long-sleeved', 'one', 'whenever', 'i', 'give', 'presentations', 'or', 'readings', 'the', 'material', 'is', 'absolutely', 'genius', 'for', 'travel', 'just', 'unpack', 'shake', 'it', 'out', 'and', 'you', "'re", 'good', 'to', 'go'] ['i', 'love', 'the', 'sleeves', 'on', 'this', 'short-sleeved', 'version', 'i', "'m", 'fairly', 'fit', 'but', 'at', 'my', 'age', 'i', "'m", 'not', 'excited', 'about', 'showing', 'off', 'my', 'arms', 'the', 'drape', 'is', 'beautiful', 'and', 'i', 'can', 'wear', 'high', 'heels', 'bootees', 'or', 'flats', 'with', 'it', 'i', 'bought', 'the', 'red', 'sometimes', 'you', 'ca', "n't", 'tell', 'if', 'the', 'c', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3884,1099,23', 'another', 'adorable', 'tylho', 'dress', 'thylo', 'strikes', 'again', 'this', 'dress', 'was', 'magic', 'the', 'second', 'i', 'put', 'it', 'on', 'flowy', 'polka-dot', 'magic', 'this', 'baby', 'can', 'transform', 'itself', 'as', 'you', 'go', 'from', 'a', 'casual', 'day', 'out', 'to', 'an', 'dressy', 'evening', 'with', 'plenty', 'of', 'customizable', 'options', 'in', 'between', 'to', 'dress', 'down', 'it', 'looks', 'great', 'with', 'a', 'denim', 'jacket', 'then', 'take', 'the', 'jacket', 'off', 'and', 'you', 'are', 'ready', 'for', 'some', 'dressed', 'up', 'fun', 'you', 'can', 'pair', 'it', 'with', 'tall', 'boots', 'or', 'short', 'sandals', 'pumps', 'you', 'name', 'it', 'the', 'ties', 'at', 'the', 'neck', 'look', 'great', 'undone', 'loosely', 'tied', 'or', 'done', 'in', 'a', 'bow', 'leggings', 'or', 'ti', ',5,1,4', 'general', 'dresses', 'dresses'] ['3885,860,49', 'perfectly', 'cut', 'this', 'is', 'a', 'great', 'summer', 'top', 'love', 'the', 'way', 'it', 'drapes', 'and', 'the', 'quality', 'of', 'the', 'material', 'bought', 'the', 'ivory', 'and', 'went', 'back', 'for', 'the', 'rust', 'but', 'my', 'size', 'is', 'sold', 'out', 'my', 'only', 'complaint', 'is', 'that', 'it', 'does', "n't", 'come', 'in', 'way', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['3886,860,68', 'sleeveless', 'ruffled', 'top', 'i', 'love', 'the', 'muted', 'red', 'pleated', 'ruffle', 'tank', 'i', 'usually', 'wear', 'a', 'large', 'in', 'retailer', 'tops', 'this', 'top', 'fit', 'a', 'bit', 'loose', 'there', 'is', 'a', 'bit', 'more', 'space', 'around', 'the', 'armholes', 'this', 'only', 'concerns', 'me', 'because', 'i', 'ca', "n't", 'wear', 'a', 'bra', 'or', 'cami', 'without', 'it', 'showing', 'just', 'mentioned', 'this', 'in', 'case', 'others', 'may', 'wish', 'to', 'buy', 'one', 'size', 'smaller', 'i', 'am', '68', 'around', '5/5', 'and', 'weight', '144', 'lbs', 'love', 'the', 'young', 'modern', 'tops', 'that', 'i', 'find', 'at', 'retailer', 'i', 'just', 'ordered', 'the', 'white', 'version', 'of', 'this', 'tank', 'top', 'in', 'a', 'medium', 'to', 'see', 'how', 'it', 'will', 'fit', 'btw', 'there', 'is', 'a', ',5,1,0', 'general', 'tops', 'knits'] ['3887,1099,48', 'polka', 'love', 'what', 'a', 'great', 'light', 'dress', 'for', 'spring', 'and', 'summer', 'evenings', 'i', 'love', 'the', 'length', 'and', 'the', 'laid', 'back', 'style', 'this', 'dress', 'is', 'true', 'to', 'size.,5,1,1', 'general', 'dresses', 'dresses'] ['3888,860,25', 'cute', 'but', 'gigantic', 'was', 'excited', 'for', 'this', 'shirt', 'i', 'usually', 'wear', 'a', 'medium', 'to', 'large', 'depending', 'on', 'the', 'cut', 'and', 'material', 'so', 'i', 'went', 'with', 'a', 'medium', 'i', 'was', 'swimming', 'in', 'it', 'definitely', 'recommend', 'ordering', 'a', 'size', 'below', 'your', 'normal', ',3,1,0', 'general', 'tops', 'knits'] ['3889,1081,43', ',this', 'dress', 'fits', 'and', 'hangs', 'so', 'nicely', 'it', 'is', 'so', 'versatile', 'as', 'well', 'dress', 'it', 'up', 'or', 'down', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3890,1081,66', 'not', 'for', 'me', 'wow', 'this', 'did', "n't", 'work', 'for', 'me', 'loved', 'the', 'red', 'color', 'and', 'drape', 'and', 'subtle', 'shine', 'of', 'the', 'fabric', 'but', 'it', 'fit', 'like', 'a', 'sack', 'and', 'you', 'could', 'see', 'deeply', 'into', 'the', 'armpits', 'from', 'the', 'side', 'revealing', 'my', 'bra', 'and', 'more', 'way', 'too', 'long', 'i', 'looked', 'silly', 'maybe', 'it', 'was', 'the', 'size', 'i', "'m", '5', '3', 'and', 'ordered', 'the', 'large', 'this', 'was', 'my', 'first', 'retailer', 'dress', 'order', 'but', 'i', "'m", 'not', 'giving', 'up', 'maybe', 'the', 'petite', 'would', 'have', 'been', 'a', 'better', 'fit', 'do', "n't", 'think', 'i', "'ll", 'try', 'again', 'with', 'this', 'one', 'however', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['3891,1081,43', 'i', 'loved', 'this', 'dress', 'when', 'it', 'came', 'out', 'last', 'spring', 'in', 'gray', 'this', 'year', 'i', 'got', 'the', 'red', 'and', 'sand', 'color', 'it', 'wears', 'so', 'easy', 'and', 'can', 'be', 'dressy', 'or', 'casual-', 'depends', 'on', 'how', 'you', 'want', 'to', 'wear', 'it', 'i', 'would', 'say', 'each', 'color', 'fits', 'differently', 'try', 'them', 'on', 'the', 'dress', 'is', 'worth', 'the', 'price', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3892,860,33', 'boxy', 'fit', 'this', 'is', 'a', 'very', 'cute', 'designed', 'shirt', 'but', 'it', 'fits', 'very', 'boxy', 'and', 'runs', 'large,3,1,0', 'general', 'tops', 'knits'] ['3893,1081,39', ',i', 'bought', 'this', 'yesterday', 'in', 'store', 'in', 'the', 'red', 'color', 'normally', 'i', 'would', "n't", 'spend', 'this', 'much', 'money', 'on', 'an', 'everyday', 'dress-', 'but', 'there', 'was', 'no', 'way', 'i', 'could', 'walk', 'out', 'of', 'the', 'store', 'without', 'it', 'the', 'fabric', 'and', 'fit', 'are', 'amazing', 'the', 'dress', 'has', 'a', 'chic-ness', 'about', 'it', 'that', 'makes', 'you', 'look', 'completely', 'put', 'together', 'but', 'does', "n't", 'make', 'you', 'look', 'like', 'you', 'are', 'trying', 'too', 'hard', 'perfect', 'balance', 'of', 'comfort', 'and', 'style', 'i', "'m", 'seriously', 'thinking', 'i', 'need', 'it', 'in', 'black', 'as', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3894,843,32', 'nice', 'too', 'but', 'not', 'what', 'you', 'expect', 'from', 'photo', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'i', 'think', 'the', 'length', 'and', 'the', 'top', 'chest/arms', 'for', 'great', 'however', 'the', 'bottom', 'is', 'more', 'of', 'a', 'swing', 'style', 'than', 'a', 'straight', 'or', 'slight', 'a-line', 'as', 'depicted', 'in', 'the', 'stock', 'photo', 'there', 'is', 'too', 'much', 'fabric', 'in', 'the', 'stomach', 'area', 'and', 'just', 'not', 'flattering.,3,0,2', 'general', 'tops', 'blouses'] ['3895,1081,52', 'beautiful/runs', 'large', 'the', 'photos', 'do', "n't", 'do', 'the', 'top', 'of', 'the', 'dress', 'justice', 'it', "'s", 'really', 'gorgeous', 'however', 'it', 'runs', 'very', 'large', 'i', 'am', 'going', 'to', 'exchange', 'it', 'for', '1', 'or', '2', 'sizes', 'down', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3896,860,54', 'practical', 'femininity', 'love', 'this', 'bought', 'the', 'cream', 'in', 'store', 'and', 'the', 'burgundy', 'online', 'perfect', 'alone', 'or', 'to', 'wear', 'under', 'an', 'retailer', 'sweater.,5,1,9', 'general', 'tops', 'knits'] ['3897,1100,38', 'beautiful', 'print', 'this', 'dress', 'is', 'beautiful', 'but', 'not', 'made', 'for', 'someone', 'with', 'a', '36d', 'i', 'ordered', 'a', '12', 'and', 'i', 'could', 'get', 'my', 'chest', 'in', 'this', 'dress', 'i', 'really', 'wish', 'it', 'fit', 'it', "'s", 'well', 'made', 'and', 'very', 'beautiful', 'belt', 'does', 'not', 'come', 'with', 'the', 'dress', ',4,0,9', 'general', 'dresses', 'dresses'] ['3898,1081,32', 'amazing', 'product', 'fit', 'black', 'color', 'looks', 'faded', 'i', 'tried', 'this', 'product', 'in', 'store', 'in', 'red', 'and', 'fell', 'in', 'love', 'with', 'the', 'fit', 'it', 'fits', 'in', 'the', 'most', 'beautiful', 'flattering', 'way', 'red', 'looked', 'gorgeous', 'rich', 'glossy', 'fabric', 'this', 'could', 'easily', 'be', 'one', 'of', 'those', 'effortless', 'summer', 'transition', 'pieces', 'that', 'can', 'go', 'from', 'a', 'day', 'dress', 'into', 'incredible', 'sexy', 'night', 'outfit', 'the', 'fabric', 'was', 'very', 'lush', 'and', 'had', 'this', 'rich', 'gloss', 'to', 'it', 'i', 'have', 'never', 'seen', 'a', 'fabric', 'like', 'that', 'it', 'almost', 'looked', 'coated', 'red', 'being', 'such', 'a', 'statement', 'piece', 'was', 'a', 'bit', 'too', 'much', 'for', 'me', 'so', 'i', 'decided', 'to', 'order', 'the', 'produ', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3899,1099,32', 'fun', 'and', 'easy', 'dress', 'i', 'saw', 'this', 'in', 'the', 'store', 'in', 'blue', 'and', 'loved', 'it', 'wore', 'it', 'and', 'received', 'lots', 'of', 'compliments', 'just', 'bought', 'the', 'second', 'color', 'online', 'as', 'there', 'is', 'free', 'shipping', 'today', 'great', 'dress', 'for', 'work', 'as', 'the', 'weather', 'is', 'warming', 'up.,5,1,1', 'general', 'dresses', 'dresses'] ['3900,986,42', 'love', 'it', 'love', 'this', 'kimono', 'design', 'is', 'bohemian', 'and', 'it', 'will', 'be', 'a', 'great', 'layering', 'piece', 'can', 'be', 'belted', 'over', 'simple', 'black', 'dress', 'or', 'layered', 'with', 'jeans', 'and', 'boots', 'almost', 'did', "n't", 'purchase', 'because', 'of', 'the', 'reviews', 'concerned', 'with', 'fragile', 'material', 'but', 'i', 'did', "n't", 'find', 'that', 'to', 'be', 'an', 'issue', 'once', 'i', 'felt', 'the', 'garment', 'great', 'piece', 'for', 'fall.,4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['3901,1099,60', 'wonderful', 'and', 'comfortable', 'dress', 'very', 'sweet', ',5,1,1', 'general', 'dresses', 'dresses'] ['3902,843,43', 'easy', 'summer', 'top', 'i', 'love', 'that', 'this', 'top', 'is', 'double', 'layered', 'so', 'it', 'prevents', 'any', 'sheerness', 'the', 'cream', 'colored', 'trim', 'on', 'the', 'white', 'top', 'is', 'really', 'pretty-', 'great', 'combo', 'has', 'a', 'shabby', 'chic', 'feel', 'the', 'fit', 'is', 'nice', 'through', 'the', 'shoulders', 'and', 'eases', 'up', 'through', 'the', 'body', 'not', 'fitted', 'which', 'i', 'like.,5,1,2', 'general', 'tops', 'blouses'] ['3903,1099,28', 'lovely', 'style', 'i', 'purchased', 'this', 'dress', 'for', 'a', 'baby', 'shower', 'and', 'it', 'was', 'just', 'perfect', 'i', 'am', '5', '3', 'and', '110', 'pounds', 'and', 'ordered', 'the', 'petite', 'xs', 'which', 'fit', 'great', 'the', 'dress', 'is', 'supposed', 'to', 'be', 'a', 'tad', 'oversized', 'and', 'flowy', 'so', 'this', 'size', 'worked', 'out', 'great', 'for', 'me', 'it', 'will', 'also', 'be', 'a', 'nice', 'transition', 'piece', 'into', 'spring', 'with', 'a', 'pair', 'of', 'black', 'fringe', 'booties', 'overall', 'i', 'recommend', 'this', 'dress', ',5,1,3', 'general', 'dresses', 'dresses'] ['3904,1081,68', 'lovelovelove', 'this', 'is', 'the', 'perfect', 'little', 'throw-on', 'dress', 'flattering', 'uber-comfortable', 'nice', 'fabric', 'i', 'found', 'that', 'it', 'runs', 'slightly', 'large', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3905,1099,38', 'ok', 'curvy', 'peeps', 'so', 'i', 'notice', 'most', 'ladies', 'on', 'retailer', 'love', 'to', 'say', 'how', 'tiny', 'they', 'are', 'so', 'some', 'of', 'us', 'that', 'are', 'busty', 'and', 'have', 'a', 'hip', 'this', 'is', 'nice', 'i', 'actually', 'could', "'ve", 'done', 'a', 'medium', 'but', 'the', 'large', 'was', 'the', 'only', 'one', 'and', 'on', 'sale', 'it', "'s", 'meant', 'to', 'be', 'loose', 'it', "'s", 'kind', 'to', 'ladies', 'that', 'are', "n't", 'all', 'size', '2', ',5,1,0', 'general', 'dresses', 'dresses'] ['3906,1100,39', 'just', 'as', 'pictured.', 'this', 'dress', 'is', 'so', 'pretty', 'in', 'person', 'the', 'colors', 'are', 'great', 'the', 'blue', 'and', 'green', 'and', 'just', 'beautiful', 'in', 'person', 'the', 'fit', 'is', 'tts', 'i', 'happen', 'to', 'have', 'a', 'blue', 'belt', 'and', 'could', 'style', 'it', 'just', 'as', 'the', 'model', 'has', 'but', 'really', 'it', 'does', "n't", 'need', 'it', 'it', 'is', 'super', 'flattering', 'even', 'without', 'a', 'belt', 'i', 'am', 'just', 'a', 'hair', 'shy', 'of', '5', '5', 'and', 'i', 'can', 'not', 'wear', 'flats', 'or', 'it', 'would', 'drag', 'the', 'floor', 'but', 'adding', 'a', '2', '1/2', 'wedge', 'is', 'perfect', 'to', 'keep', 'it', 'off', 'the', 'floor', 'no', 'hemming', 'needed', 'i', 'do', "n't", 'usually', 'pay', 'full', 'price', 'but', 'i', 'am', 'glad', 'i', 'did', 'in', 'this', 'case', ',5,1,14', 'general', 'dresses', 'dresses'] ['3907,1081,39', 'great', 'dress', 'i', 'have', 'this', 'in', 'black', 'and', 'red', 'it', "'s", 'a', 'great', 'and', 'flattering', 'dress', 'that', 'is', 'a', 'worn', 'a', 'bit', 'large', 'you', 'can', 'wear', 'it', 'out', 'on', 'a', 'date', 'or', 'more', 'casual', 'the', 'fabric', 'is', 'super', 'comfortable', 'as', 'well.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3908,860,52', 'boho', 'vibe', 'flowy', 'boho', 'tank', 'great', 'details', 'good', 'fabric', 'wear', 'under', 'a', 'long', 'cardigan', 'or', 'with', 'a', 'pair', 'of', 'denim', 'cut', 'offs', 'and', 'a', 'necklace', 'oversized', 'fit', 'i', 'would', 'size', 'down', 'one', 'size.,5,1,1', 'general', 'tops', 'knits'] ['3909,1135,53', ',,1,0,0', 'general', 'trend', 'trend'] ['3910,860,60', 'pleated', 'ruffle', 'tank', 'crimson', 'this', 'is', 'an', 'awesome', 'tank', 'top', 'comfortable', 'great', 'fit', 'casual', 'but', 'with', 'ruffles', 'a', 'bit', 'dressier', 'than', 'an', 'ordinary', 'tank', 'top', 'i', 'loved', 'it', 'so', 'much', 'i', 'came', 'back', 'and', 'bought', 'it', 'in', 'the', 'cream', 'color', 'this', 'runs', 'a', 'bit', 'larger', 'and', 'i', 'typically', 'take', 'an', 'extra', 'large', 'but', 'bought', 'this', 'in', 'large', 'and', 'its', 'perfect', ',5,1,0', 'general', 'tops', 'knits'] ['3911,860,39', 'too', 'fussy', 'and', 'too', 'big', 'in', 'the', 'wrong', 'places', 'i', 'tried', 'this', 'on', 'in', 'a', 'medium', 'in', 'the', 'store', 'and', 'it', 'was', 'too', 'big', 'overall', 'i', 'thought', 'it', 'was', 'a', 'nice', 'concept', 'for', 'a', 'feminine', 'whimsical', 'top', 'so', 'i', 'ordered', 'a', 'small', 'online', 'but', 'even', 'then', 'a', 'small', 'is', 'still', 'too', 'big', 'and', 'i', 'usually', 'wear', 'a', 'medium', 'or', 'an', '8', 'in', 'tops', 'maybe', 'if', 'it', 'was', 'slimmer', 'through', 'the', 'ribs/waist', 'area', 'it', 'could', 'work', 'but', 'it', 'just', 'ends', 'up', 'looking', 'maternity-ish', 'and', 'too', 'voluminous', 'everywhere', 'below', 'the', 'bust', 'the', 'front', 'was', 'too', 'short', 'as', 'well', 'stopped', 'higher', 'than', 'what', 'is', 'shown', 'on', 'the', 'model', 'and', 'i', "'m", 'assuming', 'sh', ',2,0,2', 'general', 'tops', 'knits'] ['3912,460,43', 'great', 'summer', 'staple', 'love', 'this', 'romper', 'fits', 'perfectly', 'and', 'looks', 'like', 'the', 'picture', 'i', "'m", '5', 'ft', '7', '125', 'lbs', 'and', 'usually', 'am', 'a', 'size', '4', 'or', 'small', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fits', 'beautifully', 'i', "'ve", 'worn', 'this', 'a', 'lot', 'this', 'summer', 'in', 'florida', 'and', 'am', 'getting', 'a', 'lot', 'of', 'compliments', 'do', "n't", 'be', 'put', 'of', 'by', 'the', 'long', 'sleeves', 'for', 'summer', 'wear-', 'the', 'romper', 'is', 'loose', 'enough', 'and', 'has', 'a', 'nice', 'flow', 'to', 'it', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3913,819,43', ',,3,0,0', 'general', 'tops', 'blouses'] ['3914,460,34', 'not', 'for', 'me', 'but', 'seemed', 'like', 'good', 'quality', 'the', 'romper', 'was', 'really', 'quite', 'and', 'looks', 'just', 'like', 'the', 'picture', 'quality', 'felt', 'good', 'too', 'but', 'when', 'i', 'tried', 'it', 'on', 'the', 'sleeves', 'just', 'did', "n't", 'look', 'right', 'on', 'me', 'they', 'were', 'too', 'long', 'and', 'too', 'big', 'for', 'that', 'reason', 'i', 'decided', 'to', 'return', 'it.,4,1,2', 'general', 'bottoms', 'shorts'] ['3915,831,33', 'nightbelle', 'halter', 'top', 'very', 'cute', 'on', 'fits', 'well', 'versatile', 'top', 'i', 'think', 'it', 'will', 'work', 'well', 'with', 'a', 'sweater', 'or', 'blazer', 'for', 'fall', ',5,1,0', 'general', 'tops', 'blouses'] ['3916,933,54', 'love', 'this', 'pullover', 'but', 'to', 'late', 'for', 'the', 'off', 'white', 'cool', 'cut', 'and', 'texture', 'a', 'winner,5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['3917,460,41', 'surprised', 'by', 'how', 'much', 'i', 'like', 'it', 'it', "'s", 'really', 'not', 'in', 'my', 'typical', 'wheelhouse', 'i', 'took', 'a', 'chance', 'based', 'on', 'reviews', 'the', 'shorts', 'are', 'long', 'and', 'roomy', 'enough', 'and', 'i', 'love', 'it', 'with', 'the', 'long-sleeves', 'i', 'somehow', 'feel', 'less', 'exposed', 'in', 'it', 'than', 'i', 'thought', 'i', 'would', 'i', 'do', 'agree', 'with', 'the', 'comment', 'that', 'the', 'material', 'feels', 'pretty', 'flimsy', 'for', 'the', 'price', 'point', 'that', "'s", 'a', 'bummer.,5,1,0', 'general', 'bottoms', 'shorts'] ['3918,460,29', 'one', 'of', 'my', 'first', 'rompers', 'it', "'s", 'super', 'cute', 'i', 'need', 'to', 'get', 'used', 'to', 'the', 'puffy', 'sleeves', 'but', 'my', 'husband', 'also', 'really', 'likes', 'it', 'and', 'he', "'s", 'definitely', 'got', 'an', 'opinion', 'about', 'these', 'things', ',4,1,0', 'general', 'bottoms', 'shorts'] ['3919,460,38', 'gto', 'for', 'a', 'summer', 'night', 'out', 'this', 'romper', 'is', 'my', 'new', 'go', 'to', 'outfit', 'for', 'a', 'summer', 'night', 'out', 'the', 'material', 'is', 'light', 'weight', 'not', 'flimsy', 'you', 'could', 'dress', 'up', 'or', 'down', 'the', 'bottoms', 'are', 'the', 'perfect', 'length', 'i', "'m", 'a', 'bit', 'short-waisted', '5', '7', ',125lbs', 'and', 'the', 'small', 'fit', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3920,460,46', 'adorable', 'very', 'trendy', 'and', 'very', 'cute', 'i', 'love', 'how', 'it', 'fits', 'perfectly', 'without', 'being', 'too', 'tiny', 'on', 'the', 'backside', 'the', 'material', 'is', 'a', 'bit', 'flimsy', 'for', 'the', 'price.,4,1,1', 'general', 'bottoms', 'shorts'] ['3921,1081,55', 'cute', 'dress', 'i', 'just', 'recently', 'received', 'this', 'dress', 'in', 'the', 'mail', 'i', 'went', 'up', 'a', 'size', 'to', 'a', '10', 'i', 'am', 'usually', 'a', '6', 'or', '8.', 'it', 'fit', 'perfectly', 'the', 'top', 'is', 'very', 'fitted', 'and', 'the', 'bottom', 'flows', 'nicely', 'i', 'really', 'like', 'this', 'dress', 'and', 'am', 'looking', 'forward', 'to', 'wearing', 'it', 'to', 'work', 'or', 'out', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3922,1033,53', 'nice', 'but', 'no', 'i', 'should', 'have', 'looked', 'more', 'carefully', 'at', 'the', 'description', 'of', 'these', 'before', 'i', 'made', 'the', 'purchase', 'these', 'jeans', 'unfortunately', 'are', 'very', 'stretchy', 'which', 'i', 'do', "n't", 'like', 'at', 'all', 'i', 'was', 'looking', 'for', '100', 'cotton', 'with', 'no', 'lycra-love', 'rigid', 'denim', 'so', 'these', 'are', 'not', 'for', 'me', 'they', 'have', 'a', 'very', 'nice', 'design', 'and', 'fit', 'tts', 'they', 'are', 'very', 'long', 'so', 'expect', 'hemming', 'if', 'you', 'are', 'not', "5'10", 'at', 'least', 'the', '29', 'was', 'perfectly', 'sized', 'and', 'will', 'be', 'flattering', 'on', 'a', 'curvy', 'figure', 'i', 'would', 'imagine', 'rear', 'pockets', 'are', 'placed', 'very', 'low', 'on', 'the', 'bottom', 'giving', 't', ',3,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['3923,1081,26', 'warning', 'for', 'busty', 'ladies', 'othewise', 'perfect', 'found', 'this', 'lovely', 'dress', 'in', 'store', 'and', 'wanted', 'to', 'try', 'it', 'on', 'fits', 'true', 'to', 'size', 'everywhere', 'except', 'the', 'bust', 'i', 'am', 'a', 'size', '2-4', 'with', 'a', '34dd', 'bust', 'i', 'can', 'normally', 'fit', 'most', 'retailer', 'dresses', 'no', 'problem', 'though', 'this', 'one', 'was', 'very', 'very', 'very', 'tight', 'just', 'in', 'the', 'bust', 'and', 'squished', 'my', 'chest', 'to', 'be', 'a', 'very', 'unflattering', 'shape'] [] ['i', 'am', '5', '4', 'and', 'the', 'length', 'was', 'perfect', 'just', 'above', 'the', 'knee', 'for', 'a', 'youthful', 'but', 'work', 'appropriate', 'length'] ['i', 'am', 'a', 'relatively', 'fit', 'but', 'hourglass', 'curvy', 'lady', 'but', 'certainly', 'not', 'a', "'perfect", 'beach', 'body', 'and', ',4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['3924,460,37', 'perfect', 'at', 'first', 'i', 'loved', 'this', 'romper', 'so', 'much', 'the', 'material', 'is', 'thin', 'but', 'perfect', 'for', 'summer', 'the', 'style', 'is', 'just', 'what', 'i', 'was', 'looking', 'for', 'it', "'s", 'so', 'so', 'cute', 'and', 'fit', 'perfectly', 'at', 'first', 'i', 'wore', 'it', 'one', 'time', 'and', 'then', 'washed', 'it', 'exactly', 'as', 'described', 'on', 'the', 'tag', 'and', 'it', 'shrunk', 'beyond', 'recognition', 'it', 'went', 'from', 'loose', 'and', 'flowy', 'like', 'on', 'the', 'model', 'to', 'little', 'booty', 'shorts', 'and', 'a', 'body', 'suit', 'not', 'the', 'look', 'i', 'was', 'going', 'for', 'i', 'am', 'so', 'disappointed', ',2,0,2', 'general', 'bottoms', 'shorts'] ['3925,1081,40', 'charming', 'dress', 'i', 'bought', 'this', 'dress', 'when', 'i', 'saw', 'it', 'go', 'on', 'sale', 'and', 'i', 'am', 'glad', 'i', 'did', 'love', 'how', 'it', 'fits', 'the', 'length', 'everything', 'about', 'it', 'it', 'is', 'true', 'to', 'size', 'and', 'it', 'looks', 'very', 'flattering', 'i', 'will', 'be', 'wearing', 'it', 'for', 'my', 'anniversary', 'date', 'with', 'my', 'husband', 'highly', 'recommend', 'i', 'am', '130', 'lbs', '34d', 'and', 'the', 'size', '6', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3926,1081,43', 'polka', 'dot', 'perfection', 'this', 'dress', 'is', 'super', 'sweet', 'but', 'also', 'unique', 'with', 'the', 'reversed', 'fabric', 'on', 'the', 'skirt', 'it', 'is', 'true', 'to', 'size', 'unlike', 'a', 'lot', 'of', 'retailer', 'clothes', 'that', 'seem', 'to', 'be', 'boxy/run', 'big', 'the', 'fabric', 'bunches', 'a', 'little', 'bit', 'at', 'the', 'waist', 'though', 'that', "'s", 'my', 'only', 'complaint', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3927,831,64', 'beautiful', 'but', 'strange', 'back', 'design', 'this', 'top', 'is', 'very', 'pretty', 'and', 'looks', 'expensive', 'and', 'as', 'pictured'] ['nice', 'pattern', 'and', 'could', 'be', 'dressed', 'up', 'or', 'down'] ['the', 'gathered', 'neck', 'is', 'beautiful', 'and', 'has', 'a', 'bit', 'if', 'a', 'stretch'] ['however', 'the', 'back', 'of', 'the', 'top', 'has', 'strange', 'bat', 'wing-like', 'design', 'element', 'that', 'seem', 'unnecessary', 'and', 'distract', 'from', 'the', 'elegance', 'of', 'the', 'rest', 'if', 'the', 'top'] ['sadly', 'i', 'think', 'i', 'may', 'send', 'it', 'back', ',4,1,5', 'general', 'tops', 'blouses'] ['3928,819,53', 'too', 'boxy', 'for', 'petite', 'frame', 'this', 'was', 'a', 'bit', 'of', 'a', 'disappointment', 'the', 'colors', 'are', 'beautiful', 'but', 'the', 'shape', 'was', 'not', 'flattering', 'on', 'my', 'petite', 'frame', 'it', 'is', 'somewhat', 'wide', 'and', 'boxy', 'in', 'the', 'shoulders', 'and', 'body', 'the', 'fabric', 'is', 'stiffer', 'that', 'i', 'expected', 'and', 'therefore', 'it', 'does', "n't", 'drape', 'nicely', 'on', 'the', 'shoulders', 'and', 'through', 'the', 'torso', 'if', 'you', 'look', 'closely', 'at', 'the', 'model', 'you', 'can', 'see', 'what', 'i', 'am', 'talking', 'about', 'at', 'the', 'shoulder', 'the', 'shoulders', 'stick', 'out', 'a', 'tad', 'and', 'the', 'gathering', 'at', 'the', 'neck', 'contributes', 'to', 'the', 'larger', 'boxy', 'look', 'this', 'might', 'look', 'nice', 'on', 'th', ',4,0,18', 'general', 'tops', 'blouses'] ['3929,1081,35', 'this', 'dress', 'hit', 'the', 'spot', 'this', 'dress', 'was', 'just', 'perfect', 'the', 'fit', 'was', 'just', 'right', 'and', 'it', 'is', 'made', 'well', 'love', 'the', 'ruffles', 'could', 'definitely', 'be', 'dressed', 'up', 'or', 'wore', 'casual', 'great', 'dress', 'all', 'around', 'a', 'keeper', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3930,1081,35', 'sized', 'up', 'due', 'to', 'my', '36ddd', 'breastfeeding', 'bust', 'and', 'the', '14', 'for', 'perfectly', 'i', 'am', '5', '6', 'and', '165lbs', 'just', 'fyi', 'dress', 'is', 'super', 'flattering', 'on', 'my', 'post', '4-baby', 'body', 'it', "'s", 'very', 'slimming', 'looking', 'forward', 'to', 'wearing', 'to', 'a', 'casual', 'wedding', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['3931,819,62', 'will', 'be', 'wearing', 'this', 'shirt', 'all', 'summer', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'the', 'peach', 'one', 'and', 'the', 'blue', 'red', 'one', 'in', 'large', 'i', 'am', 'usually', 'at', 'the', 'top', 'end', 'of', 'xl', "'s", 'but', 'i', "'ve", 'noticed', 'that', 'holding', 'horses', 'items', 'tend', 'to', 'run', 'a', 'bit', 'bigger', 'i', 'hit', 'the', 'jackpot', 'with', 'this', 'one', 'yes', 'it', "'s", 'a', 'little', 'boxy', 'all', 'the', 'better', 'to', 'hide', 'what', 'i', 'want', 'to', 'hide', 'the', 'length', 'is', 'perfect', 'for', 'me', 'and', 'the', 'gathers', 'at', 'the', 'shoulders', 'give', 'enough', 'room', 'across', 'the', 'chest', 'so', 'that', 'it', 'does', "n't", 'pull', 'at', 'the', 'buttons', 'the', 'peach', 'one', 'came', 'today', 'and', 'i', 'was', 'a', 'bit', 'sur', ',5,1,0', 'general', 'tops', 'blouses'] ['3932,1081,45', 'adorable', 'dress', 'love', 'this', 'piece', 'i', 'hope', 'to', 'see', 'more', 'cute', 'fun', 'dresses', 'like', 'this', 'from', 'retailer', 'the', 'greatest', 'feature', 'is', 'it', 'is', 'super', 'comfortable', 'it', 'could', 'be', 'worn', 'to', 'a', 'great', 'number', 'of', 'events', 'dressed', 'up', 'or', 'down', 'for', 'any', 'occasion', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3933,819,50', 'blousy', 'back', 'beautiful', 'crepey', 'fabric', 'lovely', 'color', 'i', 'was', 'surprised', 'to', 'see', 'gold', 'threading', 'in', 'the', 'peach', 'option', 'i', "'m", 'not', 'a', 'big', 'gold', 'thread', 'fan', 'but', 'it', "'s", 'do-able', 'the', 'ruching', 'across', 'the', 'back', 'makes', 'the', 'fit', 'very', 'loose', 'and', 'blousy', 'this', 'is', 'not', 'a', 'figure-defining', 'piece', 'but', 'it', "'s", 'comfortable', 'will', 'probably', 'be', 'more', 'so', 'after', 'a', 'wash', 'to', 'get', 'that', 'stiffy', 'factory', 'fabric', 'finish', 'feeling', 'out', 'and', 'versatile', ',4,1,0', 'general', 'tops', 'blouses'] ['3934,1081,45', 'just', 'perfect', 'love', 'love', 'this', 'dress', 'the', 'fit', 'is', 'perfect', 'the', 'cut', 'is', 'feminine', 'and', 'flirty', 'but', 'not', 'too', 'showy', 'and', 'bare', 'there', 'is', 'the', 'perfect', 'amount', 'of', 'swing', 'and', 'it', "'s", 'a', 'great', 'length', 'i', 'ca', "n't", 'say', 'enough', 'about', 'it', 'i', 'think', 'it', "'s", 'worth', 'the', 'price', 'which', 'i', 'have', 'to', 'admit', 'i', 'was', 'hesitant', 'about', 'so', 'comfortable', 'and', 'versatile', 'i', 'see', 'it', 'being', 'worn', 'quite', 'often'] ['keep', 'dresses', 'like', 'this', 'coming'] ['btw', 'the', 'neck', 'line', 'is', 'flattering', 'on', 'every', 'body', 'type'] ['for', 'reference', 'i', "'m", '5', '3', 'and', 'weigh', '110', 'lbs', 'and', 'i', 'purchased', 'a', 'size', '2', 'but', 'i', 'think', 'a', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['3935,1081,55', 'lovely', 'just', 'lovely', 'someone', 'recommended', 'to', 'size', 'up', 'if', 'u', 'have', 'large', 'breast', 'and', 'i', 'am', 'glad', 'i', 'did', 'it', 'fits', 'like', 'a', 'dream', 'this', 'is', 'the', 'cutest', 'dot', 'dress', 'i', 'have', 'ever', 'tried.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3936,1081,35', 'great', 'bra-less', 'option', 'i', 'literally', 'bought', 'this', 'dress', '2', 'days', 'ago', 'and', 'now', 'it', 'is', 'listed', 'as', 'no', 'longer', 'available', 'on', 'the', 'retailer', 'site', 'i', 'am', 'a', 'size', '12', 'with', 'about', 'a', '36b-c', 'bust', 'the', 'thing', 'i', 'love', 'about', 'this', 'dress', 'is', 'that', 'it', 'looks', 'really', 'nice', 'without', 'a', 'bra', 'i', 'was', 'really', 'surprised', 'at', 'how', 'well', 'constructed', 'it', 'was', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['3937,898,47', 'midnight', 'dream', 'perfect', 'for', 'dressing', 'up', 'or', 'dressing', 'down', 'with', 'a', 'pair', 'of', 'jeans', 'this', 'pullover', 'can', 'be', 'worn', 'during', 'all', 'four', 'seasons', 'of', 'michigans', 'weather', 'which', 'is', 'a', 'bonus', 'for', 'me', 'it', 'can', 'also', 'be', 'paired', 'with', 'heels', 'booties', 'or', 'flats', 'making', 'it', 'extremely', 'versatile', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3938,1081,57', 'runs', 'short', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'today', 'fabric', 'and', 'construction', 'are', 'beautiful', 'and', 'high', 'quality', 'my', 'only', 'concern', 'was', 'that', 'it', 'ran', 'short', 'on', 'me', 'all', 'around', 'i', 'am', '5', '2', '100lbs', '32b', '24', 'waist', '33', 'hips', 'the', 'dress', 'was', 'an', 'appropriate', 'length', 'all', 'around', 'but', 'ran', 'very', 'short', 'in', 'the', 'arm', 'holes', 'the', 'back', 'cut-out', 'and', 'the', 'waist', 'i', 'felt', 'like', 'i', 'was', 'trying', 'to', 'wear', 'a', 'little-girl', "'s", 'dress', 'and', 'i', 'tend', 'to', 'be', 'short', 'waisted', 'and', 'long-legged', 'as', 'is', 'i', 'may', 'exchange', 'it', 'for', 'a', 'regular', 'size', 'because', 'it', 'is', 'such', 'a', 'beautiful', 'dress', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['3939,460,48', 'too', 'narrow', 'for', 'this', 'romper', 'i', 'wanted', 'to', 'like', 'this', 'romper', 'it', 'is', 'very', 'cute', 'and', 'colorful', 'but', 'to', 'top', 'was', 'overywhelming', 'for', 'my', 'size', 'and', 'made', 'me', 'look', 'even', 'shorter', ',3,1,0', 'general', 'bottoms', 'shorts'] ['3940,819,46', 'metallic', 'gold', 'in', 'peach', 'not', 'so', 'apparent', 'in', 'photos', 'bought', 'peach', 'online', 'but', 'exchanged', 'for', 'other', 'color', 'there', 'is', 'a', 'metallic', 'gold', 'stripe', 'that', 'i', 'did', "n't", 'expect', 'in', 'peach', 'option', 'i', 'thought', 'i', 'would', 'mention', 'as', 'it', 'was', "n't", 'so', 'apparent', 'in', 'photo', 'interestingly', 'there', 'is', 'no', 'metallic', 'thread', 'in', 'the', 'other', 'color', 'option', ',4,1,3', 'general', 'tops', 'blouses'] ['3941,819,52', 'got', 'ta', 'love', 'lurex', 'the', "'peach", 'color', 'is', 'actually', 'a', 'lovely', 'shade', 'of', 'rose', 'and', 'the', 'smocked', 'detailing', 'at', 'the', 'shoulder', 'is', 'exquisite', 'but', 'there', 'are', 'bold', 'stripes', 'of', 'gold', 'lurex', 'running', 'through', 'the', 'plaid', 'if', 'you', 'like', 'that', 'kind', 'of', 'thing', 'you', "'ll", 'love', 'this', 'blouse', 'it', 'hangs', 'well', 'and', 'is', 'a', 'substantial', 'but', 'airy', 'fabric', ',4,1,0', 'general', 'tops', 'blouses'] ['3942,460,41', 'not', 'as', 'expected', 'it', 'was', 'so', 'cute', 'in', 'the', 'pictures', 'and', 'i', 'was', 'looking', 'for', 'something', 'to', 'wear', 'to', 'my', 'trip', 'to', 'europe', 'so', 'i', 'purchased', 'it', 'but', 'it', 'really', 'did', "n't", 'live', 'up', 'to', 'my', 'expectations', 'i', "'m", '5', '3', '115', 'and', 'got', 'a', 's.', 'it', 'looked', 'odd', 'on', 'me', 'a', 'little', 'too', 'short', 'on', 'the', 'bottom', 'a', 'bit', 'too', 'big', 'on', 'top', 'and', 'overall', 'i', 'thought', 'the', 'material', 'looked', 'cheap', 'for', 'the', 'price', 'i', 'returned', 'it', ',2,0,0', 'general', 'bottoms', 'shorts'] ['3943,1033,57', 'low', 'in', 'the', 'back.', '1', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40', 'and', 'the', 'pilcro', 'hyphen', 'chinos', 'and', 'stet', 'chinos', 'fit', 'me', 'perfectly', 'if', 'a', 'bit', 'loose', 'in', 'the', 'size', '30.', 'the', 'size', '30', 'in', 'this', 'flare', 'pant', 'was', 'snug', 'in', 'the', 'hips', 'and', 'waist', 'and', 'loose', 'in', 'the', 'thighs', 'and', 'legs', 'i', 'could', 'not', 'tuck', 'a', 'shirt', 'in'] [] ['2.', 'the', 'front', 'pockets', 'with', 'the', 'leather', 'trim', 'are', 'sewn', 'shut', 'i', "'m", 'fine', 'with', 'this', 'as', 'it', 'keeps', 'the', 'pockets', 'aligned', 'properly', 'however', 'there', 'are', 'still', 'pockets', 'on', 'the', 'inside', 'incase', 'you', 'want', 'to', 'unpick', 'all', 'the', 'stitching', 'that', "'s", 'keeping', 'the', 'pocket', 'clo', ',4,1,23', 'general', 'bottoms', 'jeans'] ['3944,943,43', 'this', 'looks', 'different', 'in', 'person', 'i', 'do', "n't", 'think', 'the', 'sweater', 'looks', 'like', 'the', 'one', 'pictured', 'it', "'s", 'pretty', 'and', 'i', 'love', 'off', 'the', 'shoulder', 'sweaters', 'but', 'i', 'have', 'to', 'say', 'it', "'s", 'a', 'little', 'scratchy', 'and', 'its', 'a', 'lighter', 'grey', 'than', 'what', 'shows', 'on', 'my', 'computer', 'screen', 'if', 'i', 'had', "n't", 'gotten', 'it', 'on', 'sale', 'and', 'with', 'an', 'additional', 'birthday', 'discount', 'i', 'would', 'send', 'it', 'back', 'it', 'also', 'runs', 'big', 'i', 'got', 'an', 'xs/s', 'and', 'it', 'fits', 'perfectly', 'im', '5', '6', 'and', 'weigh', '140.', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'most', 'things', 'and', 'am', 'a', 'size', '8.', 'i', 'like', 'it', 'a', 'lot', 'but', 'i', 'do', "n't", 'love', 'it', 'it', 'also', 'reeked', 'of', 'patchouli', ',3,1,2', 'general', 'tops', 'sweaters'] ['3945,819,45', 'beware', 'shrinkage', 'i', 'really', 'liked', 'this', 'shirt', 'the', 'one', 'time', 'i', 'got', 'to', 'wear', 'it', 'but', 'when', 'i', 'washed', 'it', 'according', 'to', 'the', 'directions', 'on', 'the', 'tag', 'it', 'shrunk', 'a', 'lot', 'the', 'sleeves', 'are', 'now', 'too', 'tight', 'and', 'it', 'is', 'much', 'shorter', 'thinking', 'about', 'returning', 'it', 'to', 'the', 'store', 'but', 'in', 'any', 'case', 'i', 'can', 'not', 'wear', 'it', 'again', ',1,0,0', 'general', 'tops', 'blouses'] ['3946,1081,41', 'pretty', 'and', 'flattering', 'this', 'dress', 'is', 'flattering', 'and', 'seems', 'to', 'be', 'made', 'well', 'the', 'polka', 'dots', 'add', 'interest', 'i', 'am', 'usually', 'a', '2', 'and', 'did', 'go', 'up', 'to', 'a', '4', 'in', 'this', '.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3947,898,44', 'bohemian', 'light', 'i', 'like', 'the', 'pointelle', 'feature', 'in', 'the', 'front', 'i', 'end', 'up', 'wearing', 'a', 'lot', 'of', 'black', 'but', 'this', 'at', 'least', 'gives', 'me', 'the', 'option', 'to', 'do', 'a', 'bit', 'of', 'color', 'underneath', 'if', 'i', 'so', 'chose', 'i', "'ve", 'worn', 'this', 'with', 'white', 'black', 'and', 'blue', 'jeans', 'w/', 'boots', 'looks', 'great', 'i', "'m", '5', '3', 'and', '125', 'lbs', 'i', 'got', 'a', 'medium', 'but', 'i', 'could', 'have', 'possibly', 'gone', 'with', 'a', 'small', 'my', 'only', 'complaint', 'is', 'that', 'it', 'might', 'be', 'a', 'tad', 'bit', 'too', 'long', 'since', 'i', "'m", 'on', 'the', 'shorter', 'size', 'i', 'ca', "n't", 'imagine', 'it', 'would', 'be', 'too', 'much', 'of', 'an', 'issue', 'for', 'others', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3948,866,60', 'wrong', 'mountain', 'the', 'design', 'and', 'style', 'of', 'shirt', 'is', 'quite', 'cute', 'but', 'the', 'mountain', 'pictures', 'is', 'not', 'mont', 'blanc', 'nor', 'does', 'the', 'mountain', 'find', 'itself', 'near', 'chamomix'] ['it', 'is', 'an', 'unmistakable', 'image', 'of', 'the', 'matterhorn', 'and', 'the', 'small', 'town', 'of', 'zermatt', 'is', 'at', 'its', 'base', ',2,0,1', 'general', 'tops', 'knits'] ['3949,1081,34', 'busty', 'ladies', 'with', 'curves', 'size', 'up', 'like', 'other', 'ladies', 'have', 'mentioned', 'this', 'dress', 'runs', 'small', 'in', 'the', 'chest', 'and', 'waist', 'region', 'you', 'must', 'size', 'up'] ['__________'] ['pros'] ['flattering', 'fit', 'and', 'flow', 'hides', 'lumps', 'and', 'bumps'] ['cut', 'at', 'the', 'neck', 'and', 'back', 'is', 'cute', 'and', 'did', "n't", 'make', 'me', 'look', 'chunky', 'surprisingly'] ['little', 'red', 'polka', 'dots', 'are', "n't", 'overwhelmingly', 'at', 'all', 'and', 'add', 'a', 'nice', 'retro', 'feel'] ['good', 'overall', 'length'] ['usa', 'made'] ['__________'] ['cons'] ['runs', 'small', 'in', 'the', 'chest', 'and', 'waist', 'i', "'m", 'a', '36c', 'hourglass', '170', 'lbs', 'and', 'normally', 'can', 'wear', 'a', 'size', '10', 'in', 'tops', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['3950,460,31', 'amazing', 'this', 'fits', 'so', 'perfect', 'it', 'is', 'light', 'fabric', 'not', 'clingy', 'very', 'flattering', 'i', 'am', '5', '4', '120lbs', 'with', 'athletic', 'build', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3951,1081,57', 'so', 'so', 'cute', 'this', 'dress', 'fits', 'so', 'perfectly', 'just', 'the', 'right', 'amount', 'of', 'skin', 'not', 'too', 'bare', 'not', 'too', 'short', 'not', 'too', 'long', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'great', 'quality', ',5,1,16', 'general', 'petite', 'dresses', 'dresses'] ['3952,460,25', 'great', 'color', 'this', 'romper', 'was', 'so', 'cute', 'and', 'with', 'the', 'great', 'reviews', 'i', 'thought', 'i', 'needed', 'to', 'try', 'it', 'but', 'once', 'trying', 'it', 'on', 'i', 'realized', 'it', 'was', 'an', 'odd', 'fit', 'there', 'is', 'not', 'enough', 'fabric', 'to', 'make', 'it', 'look', 'as', 'relaxed', 'as', 'it', 'does', 'on', 'the', 'model', 'also', 'the', 'sleeves', 'were', 'a', 'bit', 'wider', 'than', 'they', 'look', 'in', 'the', 'picture', 'would', 'probably', 'work', 'well', 'for', 'someone', 'with', 'a', 'petite', 'figure', ',4,0,0', 'general', 'bottoms', 'shorts'] ['3953,460,53', 'i', 'love', 'it', 'i', 'was', "n't", 'sure', 'how', 'this', 'was', 'going', 'to', 'look', 'on', 'me', 'but', 'it', 'was', 'so', 'darned', 'cute', 'i', 'had', 'to', 'give', 'it', 'a', 'try', 'and', 'i', 'love', 'it', 'i', "'m", '5', '4', 'around', '130lbs', 'and', 'i', 'bought', 'both', 'a', 'small', 'and', 'a', 'medium', 'to', 'try', 'the', 'medium', 'fit', 'best', 'the', 'length', 'is', 'perfect', 'hits', 'just', 'a', 'little', 'bit', 'longer', 'than', 'the', 'model', 'but', 'almost', 'the', 'same', 'the', 'material', 'is', 'light', 'but', 'nothing', 'see', 'thru', 'about', 'it', 'it', 'is', 'slimming', 'and', 'looks', 'so', 'cute', 'on', 'so', 'glad', 'i', 'gave', 'it', 'a', 'try', ',5,1,2', 'general', 'bottoms', 'shorts'] ['3954,460,44', 'love', 'this', 'romper', 'checks', 'off', 'all', 'the', 'boxes', 'it', "'s", 'beautiful', 'and', 'the', 'fit', 'is', 'perfect', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3955,1033,48', 'love', 'this', 'is', 'm', 'frist', 'pair', 'of', 'flares', 'and', 'i', 'love', 'them', 'make', 'my', 'legs', 'look', 'miles', 'long', 'and', 'they', "'re", 'also', 'my', 'most', 'comfortable', 'jeans', 'i', "'m", '5', '4', 'and', 'around', '108', 'lbs', 'with', 'narrow', 'hips', 'the', '25', 'fits', 'perfectly', 'i', "'ve", 'worn', 'them', 'with', '3', 'inch', 'heels', 'and', 'the', 'jeans', 'dust', 'the', 'floor', 'longer', 'than', 'on', 'the', 'model', 'but', 'i', 'like', 'that', 'look', 'if', 'i', 'wanted', 'to', 'wear', 'them', 'with', 'flats', 'they', "'d", 'need', 'to', 'be', 'hemmed', 'but', 'i', 'prefer', 'heels', 'anyway', 'ii', "'ve", 'avoided', 'high-rise', 'jeans', 'out', 'of', 'fear', 'they', "'d", 'look', 'matronly', 'but', 'combined', 'with', 'the', 'flare', 'the', 'high', 'waist', 'is', ',5,1,2', 'general', 'bottoms', 'jeans'] ['3956,448,28', 'cute', 'breezy', 'shorts', 'i', 'was', 'really', 'lucky', 'to', 'pick', 'up', 'these', 'shorts', 'during', 'the', 'tag', 'sale', 'and', 'they', 'are', 'great', 'lightweight', 'roomy', 'in', 'the', 'legs', 'way', 'more', 'my', 'speed', 'i', 'prefer', 'shorts', 'that', 'do', "n't", 'cling', 'and', 'really', 'soft', 'they', 'also', 'were', "n't", 'too', 'short', 'i', 'am', 'usually', 'between', 'two', 'sizes', 'at', 'retailer', 'depending', 'on', 'the', 'brand', 'and', 'ended', 'up', 'going', 'with', 'the', 'smaller', 'size', 'they', "'re", 'not', 'really', 'a', 'size', 'too', 'big', 'but', 'would', "'ve", 'been', 'a', 'little', 'too', 'roomy/baggy', 'in', 'the', 'waist', 'had', 'i', 'not', 'purchased', 'the', 'smaller', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3957,460,34', 'great', 'romper', 'but', 'read', 'the', 'reviews', 'about', 'washing', 'i', 'purchased', 'this', 'romper', 'over', 'a', 'month', 'ago', 'and', 'love', 'it', 'i', 'ordered', 'a', 's', 'and', 'would', 'say', 'that', 'it', 'is', 'true', 'to', 'size', 'it', 'falls', 'well', 'and', 'i', 'love', 'the', 'blousy', 'look', 'on', 'top', 'it', 'is', 'expensive', 'at', 'full', 'price', 'but', 'i', 'purchased', 'it', 'with', 'a', 'promotional', 'discount', 'luckily', 'before', 'i', 'washed', 'this', 'as', 'the', 'tag', 'says', 'handwash', 'only', 'i', 'read', 'the', 'reviews', 'in', 'which', 'some', 'reviewers', 'had', 'said', 'that', 'they', 'followed', 'the', 'directions', 'and', 'it', 'still', 'shrunk', 'i', 'let', 'it', 'sit', 'in', 'my', 'hamper', 'until', 'today', 'after', 'i', 'read', 'online', 'about', 'using', 'dryel', 'and', 'rayon', 'dryel', 'in', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3958,460,25', 'so', 'adorable', 'this', 'romper', 'is', 'adorable', 'i', 'love', 'the', 'long', 'sleeves', ',5,1,0', 'general', 'bottoms', 'shorts'] ['3959,1094,36', 'cute', 'dress', 'i', 'loved', 'this', 'dress', 'immediately', 'i', 'got', 'the', 'blue', 'and', 'orange', 'and', 'love', 'the', 'combination', 'of', 'the', 'top', 'fabric', 'and', 'the', 'flowy', 'skirt', 'only', 'one', 'complaint', 'it', "'s", 'a', 'bit', 'short', 'on', 'one', 'side', 'so', 'i', "'ll", 'have', 'to', 'wait', 'for', 'cooler', 'weather', 'to', 'wear', 'it', 'with', 'tights', 'if', 'i', 'want', 'to', 'wear', 'it', 'to', 'work', '.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3960,860,43', 'great', 'versatile', 'top', 'i', 'really', 'like', 'the', 'style', 'of', 'this', 'top', 'the', 'open', 'sleeves', 'are', 'subtle', 'i', 'think', 'it', 'is', 'even', 'work', 'appropriate', 'in', 'a', 'business', 'casual', 'environment', 'it', 'is', 'slightly', 'short', 'waisted', 'in', 'my', 'opinion', 'and', 'runs', 'a', 'little', 'small', 'but', 'my', 'usual', 'medium', 'worked', 'for', 'me', 'i', 'am', 'a', 'solid', '8', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['3961,895,36', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3962,1056,49', 'super', 'cute', 'i', 'just', 'received', 'these', 'pants', 'and', 'they', 'are', 'really', 'cute', 'they', 'are', 'casual', 'but', 'i', 'think', 'with', 'a', 'cute', 'top/jacket', 'and', 'heels', 'they', 'can', 'be', 'appropriate', 'for', 'a', 'fun', 'night', 'out', 'or', 'casual', 'date', 'they', 'are', 'really', 'comfortable', 'but', 'they', 'do', 'stretch', 'so', 'size', 'down', 'for', 'sure', 'i', 'am', '5', '5', 'and', 'weigh', '130', 'lbs', 'and', 'wear', 'a', '4/6', 'in', 'antho', 'pants', 'that', 'are', "n't", 'chino', 'fabric', 'but', 'wear', 'a', '28', 'in', 'designer', 'jeans', 'i', 'ordered', 'a', '26', 'and', 'can', 'probably', 'wear', 'a', '25', 'when', 'these', 'stretch', 'out', 'i', 'will', 'keep', 'the', '26', 'but', 'they', 'will', 'be', 'baggy', 'i', 'ordered', 'the', 'kakhi', 'and', 'the', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3963,1094,48', 'beautiful', 'dress', 'casual', 'dinner', 'out', 'dress', 'love', 'the', 'color', 'mine', 'is', 'navy', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3964,1094,46', 'cute', 'and', 'flattering', 'but', 'some', 'flaws', 'this', 'caught', 'my', 'eye', 'and', 'i', 'tried', 'it', 'on', 'the', 'in', 'the', 'store', 'today', 'the', 'green', 'i', 'found', 'it', 'to', 'run', 'a', 'little', 'bit', 'large', 'i', 'expected', 'the', 'small', 'to', 'fit', 'but', 'the', 'xs', 'fit', 'me', 'better', 'better', 'fit', 'in', 'armholes', 'and', 'also', 'less', 'billowy', 'i', 'really', 'like', 'the', 'way', 'it', 'looks', 'but', 'ulitimately', 'did', 'not', 'purchase', 'it', 'today', 'i', 'might', 'reconsider', 'on', 'sale', 'the', 'flaws', 'in', 'my', 'opinion', 'are', 'that', 'it', 'is', 'dry', 'clean', 'only', 'the', 'skirt', 'is', 'not', 'lined', 'and', 'should', 'be', 'and', 'it', "'s", 'a', 'bit', 'overpriced', 'for', 'the', 'quality', 'but', 'on', 'the', 'other', 'hand', 'it', "'s", 'very', 'cute', 'and', 'f', ',3,1,8', 'general', 'petite', 'dresses', 'dresses'] ['3965,257,33', 'amazingly', 'soft', 'jacket', 'tried', 'this', 'on', 'and', 'three', 'sales', 'girls', 'all', 'said', 'they', 'wanted', 'it', 'the', 'other', 'reviewer', 'said', 'there', 'was', "n't", 'any', 'pockets', 'but', 'yes', 'there', 'are-', 'they', 'are', 'sewn', 'so', 'you', 'have', 'to', 'undo', 'the', 'stitching', 'but', 'they', 'are', 'there', 'perfect', 'jacket', 'at', 'a', 'great', 'price', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'several', 'compliments', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['3966,1055,60', 'not', 'side', 'zip', 'and', 'huge', 'i', 'ordered', 'these', 'because', 'of', 'the', 'side', 'zipper', 'but', 'they', 'zip', 'in', 'front', 'even', 'though', 'the', 'order', 'listing', 'and', 'bag', 'label', 'called', 'them', 'wine', 'side', 'zip', 'pants', 'they', 'were', 'also', 'at', 'least', 'two', 'sizes', 'larger', 'than', 'marked', 'and', 'very', 'flimsy', 'material', 'what', 'bothers', 'me', 'is', 'that', 'i', 'was', 'charged', '5.95', 'to', 'send', 'them', 'back', 'even', 'though', 'the', 'product', 'description', 'and', 'the', 'name', 'before', 'someone', 'changed', 'it', 'on', 'the', 'website', 'were', 'wrong', ',1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['3967,860,33', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['3968,860,39', 'meh', 'i', 'agree', 'with', 'those', 'who', 'thought', 'this', 'material', 'looked', 'a', 'little', 'cheap', 'i', 'ordered', 'the', 'white', 'knowing', 'about', 'the', 'sleeves', 'and', 'thought', 'i', "'d", 'like', 'the', 'slits', 'but', 'the', 'material', 'sleeves', 'definitely', 'gave', 'an', 'undesired', 'pirate', 'vibe'] [] ['true', 'to', 'size', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['3969,1094,32', 'perfect', 'for', 'summer', 'i', 'want', 'to', 'address', 'that', 'with', 'lightweight', 'but', 'not', 'too', 'skimpy', 'for', 'the', 'summertime', 'and', 'the', 'stress', 'works', 'perfectly', 'i', 'got', 'the', 'red', 'in', 'a', 'small', 'and', 'although', 'one', 'reviewer', 'said', 'that', 'she', 'did', 'not', 'like', 'that', 'the', 'top', 'and', 'bottom', 'are', 'two', 'different', 'materials', 'i', 'actually', 'think', 'it', "'s", 'super', 'cute', 'not', 'sure', 'if', 'i', 'would', 'pay', 'the', 'full', 'price', 'but', 'the', '20', 'off', 'sale', 'made', 'it', 'worth', 'it', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['3970,895,37', 'yummysweater', 'sooooo', 'soft', 'not', 'a', 'ton', 'of', 'shape', 'but', 'very', 'versitile', 'and', 'warm', ',3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3971,1056,57', 'favorite', 'brand', 'i', 'love', 'these', 'pilcro', 'cropped', 'chinos', 'i', 'ordered', 'them', 'in', 'the', 'sand', 'and', 'will', 'be', 'ordering', 'them', 'in', 'the', 'grey', 'they', 'are', 'very', 'soft', 'and', 'comfortable,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3972,1030,28', 'sadly', 'had', 'to', 'return', 'i', 'absolutely', 'love', 'mother', 'jeans', 'but', 'i', 'unfortunately', 'had', 'to', 'return', 'these', 'ones', 'this', 'particular', 'style', 'seemed', 'to', 'run', 'pretty', 'small', 'too', 'i', 'always', 'size', 'up', 'in', 'white', 'jeans', 'and', 'even', 'the', 'size', 'up', 'that', 'i', 'had', 'ordered', 'were', 'just', 'too', 'tight', 'i', 'typically', 'wear', 'a', '28', 'in', 'mother', 'and', 'ordered', 'a', '29', 'in', 'these', ',2,0,2', 'general', 'bottoms', 'jeans'] ['3973,257,39', 'super', 'comfortable', 'and', 'surprisingly', 'warm', 'i', 'received', 'this', 'for', 'christmas', 'this', 'year', 'and', 'have', 'already', 'worn', 'it', 'several', 'days', 'in', 'a', 'row', 'it', 'is', 'warm', 'enough', 'to', 'wear', 'while', 'walking', 'the', 'dog', 'in', 'the', 'snow', 'and', 'can', 'also', 'be', 'worn', 'to', 'lounge', 'around', 'the', 'house'] [] ['the', 'only', 'reason', 'i', 'did', "n't", 'rate', 'it', 'a', '5', 'is', 'due', 'to', 'the', 'design', 'fact', 'that', 'it', 'does', "n't", 'have', 'pockets', 'i', 'do', "n't", 'love', 'to', 'carry', 'a', 'purse', 'around', 'all', 'of', 'the', 'time', 'so', 'i', 'use', 'my', 'coat', 'pockets', 'a', 'lot', 'regardless', 'though', 'i', 'would', 'definitely', 'recommend', 'this', 'especially', 'for', 'the', 'price', 'i', 'was', 'expecting', 'to', 'come', 'here', 'and', 'see', 'this', 'pric', ',4,1,6', 'initmates', 'intimate', 'lounge'] ['3974,907,47', 'really', 'wanted', 'to', 'luv', 'this', 'top', 'buttt', 'it', 'ran', 'small', 'in', 'arm', 'length', 'in', 'the', 'front', 'bottom', 'backside', 'was', 'perfect', 'coverage', 'also', 'most', 'important', 'this', 'top', 'is', 'see-through', 'item', 'as', 'pictured', 'is', 'not', 'accurate', ',1,0,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3975,1147,36', 'great', 'design', 'the', 'top', 'is', 'totally', 'see', 'through', 'and', 'fabric', 'some', 'what', 'itchy', 'it', 'also', 'feels', 'cheap', 'to', 'the', 'touch', 'i', 'love', 'the', 'idea', 'but', 'ca', "n't", 'keep', 'it', 'for', 'this', 'price', 'i', "'m", 'a', 'shorty', 'so', 'i', "'d", 'have', 'to', 'hem', 'it', 'too', 'sadly', 'will', 'return.,2,0,2', 'general', 'trend', 'trend'] ['3976,1078,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['3977,257,61', 'very', 'cute', 'and', 'comfy', 'this', 'is', 'my', 'favorite', 'weekend', 'jacket', 'it', 'is', 'so', 'cute', 'soft', 'and', 'comfortable', 'the', 'interior', 'is', 'an', 'extra', 'soft', 'cotton', 'that', 'feels', 'like', 'my', 'most', 'favorite', 'soft', 'tee-shirt', 'it', 'is', 'true', 'to', 'size', 'the', 'best', 'features', 'are', 'the', 'versatility', 'of', 'the', 'neck', 'pockets', 'and', 'a', 'little', 'longer', 'in', 'the', 'back', 'great', 'over', 'leggings/yoga', 'pants', 'i', 'ordered', '2', 'sizes', 'just', 'in', 'case', 'the', 'sizing', 'was', 'off', 'an', 'xxs', 'and', 'xxs', 'i', 'am', 'a', '2', 'petite', 'and', 'the', 'xs', 'is', 'roomy', 'enough', 'for', 'a', 'sweater', 'or', 'sweatshirt', 'under', 'it', 'the', 'xxs', 'looked', 'and', 'felt', 'great', 'too', 'and', 'had', 'a', 'm', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['3978,1094,62', 'cute', 'dress', 'love', 'this', 'dress', 'i', 'like', 'that', 'it', 'is', 'somewhat', 'form', 'fitting', 'but', 'also', 'has', 'a', 'nice', 'swing', 'to', 'it', 'green', 'color', 'is', 'nice', 'for', 'summer'] ['bought', 'a', 'similar', 'maeve', 'dress', 'last', 'year', 'and', 'it', 'was', 'all', 'cotton', 'like', 'and', 'soft', 'this', 'one', 'has', 'a', 'soft', 'top', 'but', 'a', 'different', 'material', 'on', 'the', 'bottom', 'a', 'little', 'scratchy', 'and', 'crinkly', 'wish', 'the', 'entire', 'thing', 'was', 'as', 'soft', 'as', 'the', 'top', ',4,1,10', 'general', 'petite', 'dresses', 'dresses'] ['3979,1055,36', 'i', "'m", 'baffled', 'why', 'none', 'of', 'the', 'other', 'reviewers', 'have', 'mentioned', 'how', 'large', 'these', 'pants', 'are', 'i', 'ordered', 'the', 'petite', 'small', 'and', 'i', "'m", 'always', 'a', 'small', 'these', 'are', 'huge', 'i', 'felt', 'like', 'i', 'had', 'on', 'a', 'large', 'i', 'like', 'the', 'thin', 'material', 'and', 'color', 'and', 'i', "'m", 'sad', 'that', 'they', 'are', 'so', 'large', ',1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['3980,866,23', 'weird', 'seams', 'this', 'would', 'have', 'been', 'a', 'cute', 'top', 'but', 'the', 'shoulder', 'seams', 'come', 'halfway', 'down', 'the', 'arm', 'and', 'give', 'it', 'a', 'really', 'weird', 'shape', 'it', 'looks', 'smooth', 'and', 'fine', 'on', 'the', 'model', 'but', 'in', 'real', 'life', 'they', 'stick', 'out', 'and', 'make', 'you', 'look', 'boxy', 'too', 'bad', ',2,0,3', 'general', 'tops', 'knits'] ['3981,895,23', 'i', 'am', 'tall', 'and', 'this', 'sweater', 'is', 'a', 'great', 'length', 'very', 'flattering', 'slightly', 'loose', 'across', 'the', 'tummy', 'i', 'have', 'the', 'red/mauve', 'color', 'and', 'may', 'order', 'the', 'gray', 'too', 'super', 'soft', 'medium', 'weight', 'sweater-', 'very', 'versatile', 'love', ',5,1,8', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3982,1094,29', 'seriously', 'comfortable', 'with', 'vivid', 'colors', 'this', 'dress', 'has', 'a', 'really', 'lovely', 'design', 'and', 'is', 'very', 'very', 'comfortable', 'it', 'is', 'not', 'quite', 'as', 'flattering', 'as', 'i', 'had', 'hoped', 'and', 'does', "n't", 'have', 'quite', 'as', 'defined', 'a', 'shape', 'as', 'i', 'expected', 'still', 'it', "'s", 'cute', 'and', 'i', "'m", 'happy', 'to', 'have', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3983,863,73', 'love', 'the', 'color', 'and', 'design', 'but', 'way', 'to', 'small', 'i', 'can', 'wear', 'a', 'small', 'in', 'many', 'manufacturers', 'but', 'certainly', 'not', 'in', 'this', 'one', 'the', 'medium', 'was', 'like', 'an', 'extra', 'small', 'sorry', 'because', 'i', 'liked', 'what', 'i', 'saw', 'in', 'the', 'advertisement'] ['as', 'an', 'older', 'lady', 'i', 'love', 'your', 'well', 'made', 'fresh', 'styles', 'but', 'need', 'to', 'be', 'able', 'to', 'trust', 'that', 'a', 'size', 'is', 'true', 'to', 'form', ',3,0,4', 'general', 'tops', 'knits'] ['3984,1094,36', 'love', 'it', 'bought', 'this', 'dress', 'in', 'the', 'blue', 'and', 'absolutely', 'love', 'it', 'it', 'looked', 'big', 'in', 'person', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'fit', 'perfectly', 'i', "'m", '5', 'foot', '120', 'lbs', 'and', 'got', 'the', 'petite', 'small', 'the', 'colors', 'are', 'vibrant', 'and', 'will', 'really', 'stand', 'out', 'cant', 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['3985,895,31', 'perfect', 'fall', 'sweater', 'this', 'is', 'such', 'a', 'great', 'casual', 'fall', 'sweater', 'it', "'s", 'so', 'comfortable', 'has', 'a', 'bit', 'of', 'design', 'too', 'it', 'and', 'it', 'goes', 'with', 'everything', 'i', 'bought', 'it', 'in', 'the', 'grey', 'and', 'love', 'it', 'fits', 'a', 'bit', 'big', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3986,828,53', 'soft', 'and', 'lovely', 'this', 'is', 'now', 'one', 'of', 'my', 'favorite', 'retailer', 'button', 'downs', 'it', "'s", 'super', 'soft', 'and', 'super', 'flattering', 'it', "'s", 'everything', 'you', "'d", 'want', 'this', 'cute', 'shirt', 'to', 'be', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['3987,860,37', 'ordered', 'this', 'as', 'a', 'gift', 'she', 'said', 'it', 'is', 'great', 'nice', 'fabric', 'great', 'fit', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['3988,1055,39', 'looser', 'fit', 'and', 'thin', 'i', 'ordered', 'these', 'in', 'eptites', 'tey', 'were', 'a', 'ltitle', 'long', 'still', 'also', 'a', 'tiny', 'bit', 'on', 'the', 'loose', 'side', 'i', 'am', 'not', 'sure', 'i', 'think', 'they', 'are', 'worth', 'as', 'much', 'as', 'they', 'cost', 'so', 'wil', 'lwait', 'for', 'hte', 'sale', 'color', 'combination', 'was', 'nice', 'though', 'a', 'dn', 'the', 'cut', 'relatively', 'flattering', 'i', 'jsut', 'ahve', 'seen', 'better', 'out', 'there', 'for', 'hte', 'price', 'nice', 'business/casual', 'pant', ',4,1,8', 'general', 'petite', 'bottoms', 'pants'] ['3989,907,39', 'love', 'soft', 'and', 'feminine', 'i', 'decided', 'to', 'order', 'this', 'on', 'a', 'whim', 'during', 'the', 'promotion', 'on', 'tops', 'why', 'because', 'it', 'looked', 'decent', 'and', 'i', 'like', 'the', 'other', 'tops', 'from', 'the', 'same', 'brand', 'i', 'am', 'so', 'glad', 'i', 'did', 'it', 'is', 'even', 'better', 'in', 'person'] [] ['color', 'nice', 'ivory', 'with', 'subtle', 'speckle', 'in', 'it', 'very', 'neutral', 'in', 'color', 'but', 'also', 'on', 'the', 'warmer', 'side', 'the', 'fabric', 'is', 'a', 'little', 'sheer', 'you', 'could', 'definitely', 'see', 'my', 'bright', 'colored', 'bra', 'but', 'a', 'nude', 'one', 'will', 'do', 'the', 'trick'] [] ['the', 'length', 'was', 'a', 'little', 'longer', 'and', 'the', 'sleeves', 'were', 'a', 'bit', 'long', 'too', 'does', "n't", 'come', 'in', 'peite0', 'bu', ',5,1,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3990,895,63', 'love', 'this', 'sweater', 'in', 'black', 'very', 'nicely', 'made', 'sweater', 'which', 'fits', 'well', 'i', 'bought', 'the', 'black', 'with', 'white', 'accent', 'and', 'am', 'very', 'pleased', 'with', 'my', 'purchase', 'the', 'small', 'fit', 'me', 'perfectly', '34d', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'fall', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3991,1094,30', 'fit', 'and', 'flattering', 'gorgeous', 'dress', 'ordered', 'the', 'orange', 'in', 'an', 'xs', 'i', "'m", 'usually', 'a', 'small', 'in', 'retailer', 'but', 'the', 'reviews', 'accurately', 'assessed', 'this', 'dress', 'to', 'run', 'large', 'i', "'m", '5', '7', 'about', '140lbs', 'and', 'this', 'dress', 'is', 'just', 'above', 'my', 'knee', 'very', 'flattering', 'and', 'feminine', 'only', 'issue', 'is', 'that', 'the', 'bottom', 'is', 'a', 'thin', 'material', 'that', 'can', 'be', 'see', 'through', 'in', 'the', 'right', 'light', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3992,1056,42', 'great', 'casual', 'pants', 'i', 'ordered', 'these', 'in', 'teal', 'and', 'once', 'they', 'arrived', 'i', 'bought', 'another', 'pair', 'in', 'gray', 'great', 'for', 'casual', 'office', 'wear', 'or', 'weekend', 'errands', 'a', 'bit', 'of', 'a', 'stretch', 'in', 'the', 'material', 'and', 'a', 'true', 'to', 'size', 'fit', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3993,895,43', 'great', 'sweater', 'for', 'fall', 'this', 'sweater', 'is', 'adorable', 'i', 'got', 'it', 'in', 'the', 'grey', 'pattern', 'it', "'s", 'got', 'a', 'great', 'forgiving', 'fit', 'lots', 'of', 'stretch', 'with', 'a', 'hi-low', 'waist', 'in', 'a', 'thick', 'soft', 'knit', 'and', '3-quarter', 'sleeves', 'the', 'contrasting', 'collar', 'and', 'cuffs', 'add', 'interest', 'it', "'s", 'great', 'with', 'jeans', 'or', 'dressed', 'up', 'with', 'a', 'pair', 'of', 'slacks', 'i', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'cool', 'down', 'so', 'i', 'can', 'wear', 'it', 'i', 'might', 'get', 'it', 'in', 'more', 'colors', 'too', 'it', "'s", 'a', 'great', 'basic', ',5,1,17', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3994,1094,42', 'beautiful', 'fit', 'this', 'dress', 'has', 'a', 'beautiful', 'fit', '5', '4', '150', 'lbs', '34ddd', 'and', 'the', 'medium', 'regular', 'fit', 'great', 'the', 'only', 'issue', 'is', 'that', 'the', 'bottom', 'part', 'of', 'the', 'dress', 'wrinkles', 'terribly', 'when', 'i', 'bought', 'it', 'the', 'woman', 'folded', 'it', 'nicely', 'and', 'i', 'stashed', 'it', 'in', 'my', 'car', 'for', 'the', 'rest', 'of', 'my', 'shopping', 'trip', 'when', 'i', 'arrived', 'home', 'and', 'pulled', 'it', 'out', 'the', 'bottom', 'of', 'the', 'dress', 'was', 'horribly', 'wrinkled', 'plus', 'it', "'s", 'dry', 'clean', 'only', 'going', 'back', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['3995,907,41', 'love', 'this', 'top', 'simple', 'with', 'pretty', 'detail.', 'i', 'was', 'so', 'excited', 'for', 'this', 'top', 'it', 'looks', 'exactly', 'as', 'pictured', 'material', 'is', 'soft', 'albeit', 'slightly', 'see', 'through', 'but', 'if', 'you', 'wear', 'a', 'nude', 'bra', 'it', "'s", 'fine', 'i', 'love', 'the', 'ruffle', 'details', 'and', 'it', "'s", 'very', 'comfortable', 'i', "'m", '5', '7', '140', 'with', 'an', 'athletic', 'hourglass', 'shape', '32dd', 'chest', 'i', 'bought', 'the', 'small', 'and', 'it', "'s", 'perfect', 'the', 'medium', 'would', 'have', 'been', 'a', 'little', 'looser', 'fitting', 'with', 'more', 'drape', 'but', 'i', 'enjoy', 'the', 'fitted', 'look', 'do', "n't", 'pass', 'this', 'up', 'great', 'price', 'point', 'and', 'sure', 'to', 'be', 'a', 'staple', ',5,1,6', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3996,895,41', 'beautiful', 'soft', 'cashmere', 'this', 'is', 'a', 'beautiful', 'and', 'super', 'soft', 'cashmere', 'sweater', 'i', 'found', 'it', 'to', 'run', 'large', 'so', 'thankfully', 'i', 'ordered', 'one', 'size', 'down', 'which', 'was', 'perfect', 'i', "'m", 'normally', 'xs', 'but', 'the', 'xxs', 'was', 'very', 'flattering', 'still', 'loose', 'and', 'casual', 'but', 'fitted', 'in', 'the', 'waist', 'and', 'arms', 'it', 'is', 'longer', 'in', 'length', 'and', 'hit', 'mid', 'to', 'lower', 'hip', 'on', 'my', 'petite', 'frame', 'the', 'regular', 'was', 'fine', 'but', 'a', 'petite', 'would', 'probably', 'be', 'great', 'the', 'sleeves', 'are', 'nice', 'and', 'long', 'and', 'have', 'a', 'pretty', 'lace', 'stitch', 'detail', 'the', 'cowl', 'is', 'nice', 'not', 'too', 'overwhelming', 'this', 'is', 'so', 'soft', 'and', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['3997,860,42', 'not', 'as', 'expected', 'guess', 'i', 'should', "'ve", 'looked', 'at', 'the', 'pictures', 'more', 'closely', 'i', 'ordered', 'the', 'white', 'version', 'and', 'in', 'the', 'pictures', 'you', 'ca', "n't", 'see', 'that', 'the', 'sleeves', 'are', 'split', 'and', 'it', 'barely', 'shows', 'in', 'the', 'picture', 'for', 'the', 'blue', 'version', 'it', 'also', 'would', "'ve", 'helped', 'if', 'the', 'detail', 'of', 'the', 'sleeves', 'were', 'noted', 'in', 'the', 'item', 'description', 'anyway', 'i', 'will', 'be', 'returning', 'this', 'top', 'because', 'i', 'do', "n't", 'like', 'the', 'way', 'the', 'sleeves', 'look', 'each', 'time', 'i', 'bend', 'my', 'arms', 'looks', 'a', 'bit', 'pirate-like', 'to', 'me', ',2,0,26', 'general', 'petite', 'tops', 'knits'] ['3998,1056,59', 'sizing', 'inconsistent', 'these', 'are', 'a', 'great', 'casual', 'pants', 'with', 'a', 'lot', 'of', 'style', 'my', 'major', 'disappointment', 'comes', 'from', 'the', 'inconsistent', 'sizing', 'within', 'the', 'size', 'runs', 'i', 'purchased', 'a', '29', 'in', 'store', 'which', 'fit', 'i', 'then', 'ordered', 'another', '29', 'online', 'which', 'did', 'not', 'fit', 'there', 'is', 'at', 'least', 'an', 'inch', 'difference', 'please', 'see', 'photos', 'i', 'then', 'ordered', 'a', '30', 'online', 'to', 'see', 'if', 'that', 'would', 'be', 'better', 'and', 'there', "'s", 'over', '2', 'inches', 'of', 'difference', 'within', 'the', 'same', 'size', 'run', 'of', 'the', '30s'] [] ['who', 'is', 'making', 'these', 'pants', 'ca', "n't", 'they', 'get', 'the', 'pants', 'to', 'be', 'the', 'same', 'size', 'within', 'the', 'sa', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['3999,1055,29', 'perfect', 'work', 'pants', 'for', 'warm', 'weather', 'these', 'fit', 'much', 'better', 'than', 'expected', 'they', 'are', 'made', 'of', 'a', 'very', 'comfortable', 'lightweight', 'fabric', 'not', 'very', 'substantial', 'but', 'they', 'will', 'be', 'great', 'for', 'the', 'summer', 'i', 'was', 'worried', 'that', 'they', 'would', 'be', 'too', 'roomy', 'in', 'the', 'hip', 'area', 'but', 'the', 'cut', 'is', 'rather', 'flattering', 'such', 'a', 'great', 'deal', 'at', 'the', 'sale', 'price', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4000,860,39', 'cute', 'top', 'i', 'saw', 'this', 'in', 'the', 'store', 'it', 'is', 'definitely', 'something', 'i', 'had', 'passed', 'over', 'on', 'line', 'it', 'is', 'so', 'flattering', 'on', 'i', 'bought', 'in', 'ivory', 'then', 'immediately', 'ordered', 'the', 'grey', 'online', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['4001,270,41', 'gorgeous', 'this', 'bikini', 'is', 'so', 'gorgeous', 'and', 'fit', 'me', 'like', 'a', 'glove', 'i', "'m", 'a', 'true', 'xs', 'bra', 'size', '34a', 'i', 'ordered', 'the', 'small', 'this', 'was', 'more', 'than', 'worth', 'full', 'price', ',5,1,0', 'initmates', 'intimate', 'swim'] ['4002,860,27', 'love', 'it', 'i', 'seriously', 'love', 'this', 'top', 'and', 'at', 'the', 'sale', 'price', 'it', "'s", 'a', 'steal', 'i', 'ordered', 'the', 'ivory', 'color', 'and', 'it', "'s", 'just', 'as', 'beautiful', 'in', 'person', 'as', 'in', 'the', 'product', 'photos', 'i', 'thankfully', 'read', 'the', 'reviews', 'and', 'knew', 'that', 'the', 'sleeves', 'would', 'be', 'slit', 'i', 'think', 'the', 'slit', 'sleeves', 'add', 'more', 'interest', 'to', 'an', 'otherwise', 'basic', 'blouse', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'is', 'great', 'for', 'work', 'at', 'least', 'in', 'my', 'very', 'casual', 'office', 'the', 'fit', 'is', 'perfect', 'i', 'ordered', 'my', 'normal', 'size', 'medium', 'and', 'it', "'s", 'definitely', 'true-to-size', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4003,895,48', 'perfect', 'fall/winter', 'swearter', 'fits', 'perfectly', 'super', 'soft', 'and', 'well-made', 'love', 'the', '3/4', 'sleeves', 'and', 'back', 'drop', 'i', 'can', 'expect', 'i', 'will', 'wear', 'a', 'lot', 'in', 'this', 'coming', 'fall/winter', 'season', 'in', 'ca', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4004,1094,54', 'cute', 'dress', 'i', 'got', 'this', 'dress', 'in', 'neutral', 'motif', 'looks', 'very', 'cute', 'and', 'the', 'size', 'is', 'perfect.,4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4005,1094,67', 'love', 'it', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'this', 'dress', 'because', 'of', 'the', 'a-symmetric', 'hem', 'being', 'very', 'petite', 'i', 'thought', 'it', 'would', 'be', 'too', 'bold', 'for', 'my', 'small', 'frame', 'i', 'loved', 'the', 'colors', 'though', 'i', 'ordered', 'the', 'one', 'in', 'red', 'and', 'the', 'the', 'way', 'the', 'dress', 'twirls', 'and', 'flows', 'so', 'i', 'took', 'a', 'chance', 'and', 'so', 'glad', 'i', 'did'] ['the', 'dress', 'is', 'beautiful', 'and', 'unusual', 'and', 'so', 'very', 'flattering', 'the', 'top', 'portion', 'is', 'of', 'a', 'heavier', 'fabric', 'so', 'no', 'see', 'through', 'at', 'all', 'the', 'slanted', 'cut', 'of', 'the', 'white', 'and', 'tan', 'portion', 'is', 'very', 'slimming', 'and', 'flows', 'beautifully', 'into', 'the', 'r', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['4006,860,33', 'fabric', 'looks', 'inexpensive', 'the', 'arm', 'slits', 'are', 'actually', 'subtle', 'and', 'do', "n't", 'gape', 'open', 'the', 'chiffon', 'type', 'pleats', 'are', 'lovely', 'but', 'the', 'cotton', 'material', 'they', 'overlay', 'appears', 'cheap', 'and', 'is', "n't", 'dressy', 'enough', 'for', 'my', 'work', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['4007,1094,29', 'this', 'dress', 'in', 'the', 'blue', 'motif', 'has', 'a', 'really', 'flattering', 'fit', 'and', 'look', 'the', 'dress', 'especially', 'in', 'this', 'color', 'hides', 'the', 'belly', 'area', 'well', 'and', 'does', 'not', 'make', 'you', 'look', 'wide', 'if', 'you', 'are', 'heavier', 'in', 'the', 'bottom', 'half', 'it', 'is', 'not', 'too', 'short', 'and', 'goes', 'past', 'my', 'knee', 'i', 'am', '5', '3', 'the', 'material', 'is', 'also', 'really', 'soft', 'and', 'the', 'dress', 'is', 'easy', 'to', 'pull', 'on', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4008,1056,23', 'super', 'cute', 'pants', 'i', 'ordered', 'these', 'online', 'i', 'usually', 'wear', 'a', '4-6', 'depending', 'on', 'the', 'brand', 'i', 'ordered', 'the', '6', 'and', 'love', 'the', 'way', 'they', 'fit', 'as', 'i', 'did', "n't", 'want', 'them', 'tight', 'they', 'have', 'a', 'lot', 'of', 'stretch', 'and', 'the', 'fabric', 'is', 'nice', 'quality.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4009,257,48', 'wonderfully', 'soft', 'jacket', 'love', 'the', 'asymmetrical', 'zipper', 'style', 'fabric', 'and', 'color', 'so', 'soft', 'comfy', 'and', 'warm', 'i', 'got', 'a', 'size', 'small', 'and', 'it', 'fits', 'perfectly', 'and', 'is', "n't", 'tight', 'or', 'loose', 'the', 'pockets', 'are', 'sewn', 'shut', 'but', 'easily', 'opened', 'by', 'cutting', 'the', 'thread', 'with', 'scissors', 'highly', 'recommend', 'this', 'cute', 'and', 'functional', 'jacket', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['4010,895,20', 'lightweight', 'sheer', 'sweater', 'i', 'ordered', 'this', 'on', 'line', 'pretty', 'but', 'ran', 'large', 'so', 'returning', 'i', 'am', "5'10", 'and', '140lbs.', 'not', 'large', 'chested', 'and', 'the', 'm', 'was', 'too', 'loose', 'and', 'looked', 'frumpy', 'the', 'sweater', 'is', 'a', 'very', 'soft', 'loose', 'knit', 'that', 'requires', 'a', 'cami', 'underneath', 'as', 'it', 'is', 'slightly', 'sheer', 'it', 'was', 'not', 'quite', 'as', 'soft', 'as', 'expected', 'for', 'cashmere', 'but', 'good', 'value', 'at', 'sale', 'price', ',3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4011,895,76', 'belt', 'missing', 'i', 'ordered', 'this', 'quite', 'nice', 'cardigan', 'i', 'received', 'the', 'sweater', 'promptly', 'yay', 'fast', 'shipping', 'but', 'never', 'received', 'the', 'belt', 'to', 'it', 'i', 'tried', 'emailing', 'about', 'it', 'but', 'did', "n't", 'get', 'a', 'response', 'the', 'sweater', 'really', 'is', 'the', 'softest', 'thing', 'ever', 'but', 'it', 'will', 'not', 'close', 'without', 'the', 'belt', 'and', 'trying', 'to', 'use', 'a', 'different', 'belt', 'just', 'does', "n't", 'work', 'i', 'hope', 'to', 'receive', 'the', 'belt', 'soon', 'because', 'i', "'d", 'really', 'like', 'to', 'wear', 'this', 'a', 'lot', 'this', 'winter', ',3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4012,1056,52', 'so', 'comfortable', 'i', 'fell', 'in', 'love', 'with', 'these', 'cropped', 'pants', 'first', 'purchased', 'a', 'size', '31', 'but', 'realized', 'that', 'they', 'do', 'run', 'true', 'to', 'size', 'so', 'i', 'exchanged', 'for', 'a', '30.', 'i', 'usually', 'wear', 'an', '8-10', 'pant', 'size'] [] ['i', 'am', 'so', 'happy', 'with', 'these', 'chinos', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4013,828,36', 'very', 'pretty', 'and', 'soft', 'love', 'this', 'designer', 'be', 'warned', 'it', 'definitely', 'runs', 'large', 'it', "'s", 'supposed', 'to', 'be', 'loose-fitting', 'but', 'i', 'ordered', 'my', 'normal', 'size', 'and', 'it', 'looked', 'as', 'though', 'i', 'was', 'wearing', 'my', 'husband', "'s", 'shirt', ',4,1,2', 'general', 'tops', 'blouses'] ['4014,1078,62', 'patch', 'work', 'dress', 'i', 'love', 'this', 'dress'] ['perfect', 'fit', 'and', 'very', 'good', 'quality', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4015,1094,27', 'stylish', 'professional', 'comfortable', 'i', 'love', 'this', 'dress', 'wearing', 'it', 'is', 'the', 'equivalent', 'as', 'wearing', 'your', 'coziest', 't-shirt', 'there', 'is', 'stretch', 'up', 'top', 'if', 'your', 'chest', 'needs', 'it', 'the', 'neckline', 'is', 'modest', 'the', 'stripes', 'and', 'geometric', 'pattern', 'are', 'flattering', 'and', 'vibrant', 'but', 'not', 'gaudy', 'in', 'the', 'slightest', 'the', 'length', 'is', 'perfect', 'with', 'the', 'shortest', 'part', 'at', 'my', 'knee', 'silhouette', 'is', 'tight', 'at', 'the', 'natural', 'waist', 'and', 'flares', 'out', 'in', 'the', 'most', 'flowy', 'and', 'flattering', 'way', 'i', 'got', 'the', 'large', 'i', 'am', '5', '7', 'and', 'fluctuate', 'between', '170', '-185', 'lbs', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4016,1056,45', 'awesome', 'chinos', 'these', 'chinos', 'fit', 'great', 'they', 'are', 'extremely', 'comfortable', 'and', 'true', 'to', 'size', 'but', 'note', 'that', 'they', 'do', 'loosen', 'up', 'quite', 'a', 'bit', 'with', 'wear', 'i', 'bought', 'all', '3', 'colors', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4017,1117,74', 'the', 'outfit-maker', 'i', 'love', 'lightweight', 'coat-jackets', 'of', 'which', 'this', 'is', 'a', 'great', 'example', 'they', 'effortlessly', 'pull', 'an', 'outfit', 'together', 'and', 'give', 'real', 'personality', 'to', 'simple', 'staples', 'the', 'unstructured', 'linen', 'while', 'indeed', 'lined', 'gives', 'this', 'coat', 'a', 'casual', 'drape', 'for', 'spring/summer', 'i', 'see', 'it', 'paired', 'with', 'bright', 'red', 'joggers', 'and', 'a', 'white', 't', 'with', 'chambray', 'or', 'white', 'linen', 'pants', 'even', 'as', 'a', 'chic', 'beach', 'cover-up', 'i', 'un-tacked', 'the', 'cuffs', 'to', 'give', 'the', 'sleeves', 'a', 'simpler', 'look', 'but', 'it', "'s", 'decidedly', 'day', 'and', 'casual', 'as', 'opposed', 'to', 'evening', 'or', 'work', 'wear', 'fu', ',5,1,6', 'general', 'petite', 'jackets', 'outerwear'] ['4018,828,51', 'wanted', 'to', 'love', 'i', 'so', 'wanted', 'to', 'love', 'this', 'top', 'i', 'first', 'ordered', 'in', 'the', 'medium', 'because', 'previous', 'reviews', 'said', 'it', 'ran', 'large', 'i', 'got', 'the', 'medium', 'and', 'it', 'ran', 'so', 'small', 'in', 'the', 'arms', 'that', 'i', 'could', 'almost', 'not', 'get', 'it', 'off', 'with', 'ripping', 'it', 'so', 'i', 'ordered', 'an', 'xl', 'hoping', 'that', 'would', 'work', 'unfortunately', 'it', 'ran', 'just', 'as', 'small', 'i', "'m", 'the', 'arms', 'and', 'i', 'had', 'to', 'return.,3,0,0', 'general', 'tops', 'blouses'] ['4019,1056,53', 'love', 'the', 'fabric', 'i', 'do', "n't", 'usually', 'have', 'the', 'best', 'luck', 'with', 'pants', 'from', 'retailer', 'but', 'something', 'made', 'me', 'try', 'these', 'on', 'i', 'am', 'so', 'glad', 'i', 'did', 'i', 'love', 'the', 'fit', 'and', 'the', 'fabric', 'they', 'are', 'so', 'soft', 'and', 'comfortable', 'i', 'loved', 'them', 'so', 'much', 'that', 'i', 'bought', 'an', 'additional', 'pair', 'of', 'the', 'grey', 'wanted', 'the', 'turquoise', 'but', 'they', 'were', 'sold', 'out', 'of', 'my', 'size', 'so', 'i', 'settled', 'on', 'the', 'sand', 'i', 'will', 'definitely', 'try', 'other', 'styles', 'of', 'the', 'pilcro', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4020,1094,47', 'structure', 'and', 'flow', 'this', 'dress', 'is', 'so', 'versatile', 'the', 'knit', 'top', 'is', 'nicely', 'structured', 'and', 'the', 'flowy', 'skirt', 'is', 'forgiving', 'and', 'flattering', 'i', 'bought', 'the', 'white', 'gray', 'and', 'poppy', 'colored', 'one', 'and', 'i', 'think', 'it', "'s", 'smashing', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4021,1094,35', 'clean', 'and', 'cute', 'i', 'love', 'this', 'dress', 'i', 'got', 'the', 'coral', 'and', 'it', "'s", 'clean', 'and', 'simple', 'but', 'with', 'visually', 'interesting', 'lines', 'the', 'top', 'is', 'a', 'slightly', 'heavier', 'stretchy', 'fabric', 'no', 'zippers', 'or', 'closures', 'while', 'the', 'skirt', 'is', 'made', 'of', 'a', 'lighter', 'fabric', 'that', 'gives', 'it', 'a', 'bit', 'of', 'flirty', 'swing', 'the', 'hem', 'is', 'also', 'slightly', 'a-symmetrical', 'which', 'i', 'did', "n't", 'notice', 'from', 'the', 'online', 'pictures', 'it', "'s", 'a', 'very', 'comfortable', 'dress', 'that', 'i', 'could', 'see', 'being', 'very', 'versatile', 'dressed', 'up', 'for', 'work', 'dressed', 'down', 'for', 'daytime', 'weekend', 'wear', 'or', 'even', 'for', 'date', 'night', 'i', 'a', ',5,1,15', 'general', 'petite', 'dresses', 'dresses'] ['4022,1094,23', 'i', 'need', 'to', 'try', 'on', 'the', 'petite', 'version', 'the', 'regular', 'length', 'i', 'tried', 'on', 'in', 'store', 'definitely', 'did', "n't", 'work', 'for', 'me', 'for', 'reference', 'in', 'the', 'photos', 'i', 'have', 'a', 'medium', 'on', 'and', 'my', 'measurements', 'are', '38-30-40.,3,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4023,895,45', 'softest', 'most', 'flattering', 'sweater', 'i', 'had', 'been', 'eyeing', 'the', 'maroon', 'one', 'and', 'i', 'snatched', 'it', 'as', 'soon', 'as', 'it', 'went', 'on', 'sale', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'package', 'i', 'could', 'not', 'believe', 'how', 'soft', 'it', 'was', 'literally', 'as', 'a', 'cloud', 'think', 'of', 'the', 'softest', 'fluffiest', 'baby', 'blanket', 'also', 'the', 'cut', 'is', 'extremely', 'flattering', 'i', 'am', '5', '7', '135', 'lb', 'and', 'the', 'medium', 'fit', 'me', 'perfectly', 'flowing', 'but', 'not', 'boxy', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4024,895,31', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4025,1094,38', 'beautiful', 'light', 'and', 'versatile', 'i', 'love', 'this', 'dress', 'design', 'fabric', 'colors'] ['currently', 'wear', 'it', 'as', 'maternity', 'and', 'it', "'s", 'super', 'cute', 'but', 'it', 'is', 'my', 'size', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'next', 'spring/summer', 'as', 'a', 'regular', 'dress', 'when', 'i', 'can', 'show', 'off', 'a', 'more', 'slender', 'waist', 'get', 'compliments', 'all', 'the', 'time', 'dress', 'up', 'w', 'a', 'pair', 'of', 'heels', 'for', 'a', 'date', 'night', 'or', 'dress', 'down', 'w', 'flip', 'flops'] ['the', 'fabric', 'on', 'the', 'bottom', 'wrinkles', 'easily', 'when', 'gilded', 'so', 'not', 'ideal', 'for', 'travel', 'but', 'that', "'s", 'a', 'minor', 'thing', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4026,860,71', 'useful', 'top', 'i', 'love', 'this', 'despite', 'the', 'split', 'sleeves', 'the', 'day', 'it', 'arrived', 'i', 'paired', 'it', 'with', 'a', 'black', 'boucle', 'midi', 'skirt', 'from', 'retailer', 'jewelry', 'and', 'mid', 'high', 'black', 'slings', 'and', 'we', 'to', 'out', 'to', 'dinner', 'with', 'friends', 'several', 'people', 'complimented', 'me', 'so', 'it', 'must', 'have', 'looked', 'as', 'i', "'d", 'hoped', 'i', 'have', 'worn', 'it', 'one', 'other', 'time', 'with', 'straight', 'legged', 'pants', 'and', 'a', 'cashmere', 'cardigan', 'and', 'felt', 'comfortable', 'and', 'a', 'bit', 'more', 'dressed', 'up', 'than', 'usual', 'slacks', 'jeans', 'and', 'shirts', 'it', 'is', 'soft', 'feminine', 'and', 'comfortable', 'the', 'ubiquitous', 'dress', 'it', 'up', 'or', 'dress', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4027,860,43', 'the', 'sleeves', 'i', 'was', 'aware', 'of', 'the', 'split', 'sleeves', 'when', 'i', 'purchased', 'hoping', 'to', 'try', 'something', 'new', 'they', "'re", 'not', 'attractive', 'the', 'slit', 'stays', 'open', 'with', 'any', 'movement', 'i', 'do', "n't", 'think', 'it', 'would', 'be', 'appropriate', 'for', 'work', 'overall', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'otherwise', 'liked', 'the', 'design', 'but', 'the', 'sleeves', 'made', 'this', 'a', 'quick', 'return', ',2,0,1', 'general', 'petite', 'tops', 'knits'] ['4028,895,44', 'itchy', 'and', 'dull', 'when', 'i', 'returned', 'this', 'the', 'salesperson', 'asked', 'what', 'was', 'wrong', 'w', 'it', 'bc', 'it', 'keeps', 'being', 'returned', 'i', 'got', 'the', 'black', 'w', 'the', 'white', 'collar/cuffs', 'i', 'thought', 'it', 'was', 'terribly', 'itchy', 'material', 'which', 'could', 'be', 'remedied', 'w', 'a', 'shirt', 'underneath', 'but', 'the', 'white', 'collar', 'part', 'was', 'such', 'a', 'dull', 'ugly', 'white-dirty', 'color', 'maybe', 'the', 'other', 'colors', 'are', 'better', ',1,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4029,1030,37', 'i', 'ordered', 'up', '2', 'sizes', 'i', 'usually', 'wear', 'a', '27', 'in', 'ag', 'and', 'other', 'designer', 'jeans', 'i', 'ordered', 'a', '29', 'based', 'on', 'the', 'other', 'reviewers', 'they', 'fit', 'like', 'the', 'model', 'and', 'look', 'great', 'i', 'might', 'have', 'been', 'able', 'to', 'go', 'with', '28', 'if', 'these', 'end', 'up', 'stretching', 'out', 'so', 'i', "'m", 'hoping', 'they', 'do', "n't", 'they', 'are', 'nice', 'and', 'thick', 'for', 'white', 'jeans', 'yet', 'soft', 'and', 'comfy', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4030,1056,48', 'love', 'these', 'pants', 'just', 'received', 'these', 'pants', 'today', 'and', 'i', 'absolutely', 'love', 'them', 'the', 'material', 'is', 'super', 'soft', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'ordered', 'the', 'tan', 'color', 'i', 'really', 'like', 'the', 'wide', 'leg', 'and', 'the', 'frayed', 'bottom', 'i', 'may', 'order', 'the', 'gray', 'too', ',5,1,6', 'general', 'petite', 'bottoms', 'pants'] ['4031,860,22', 'statement', 'sleeves', 'leave', 'me', 'timeless', 'and', 'trendy', 'so', 'the', 'other', 'review', 'complained', 'that', 'there', 'are', 'slits', 'on', 'the', 'sleeves', 'of', 'this', 'blouse', 'yes', 'that', 'is', 'true', 'however', 'i', 'love', 'that', 'about', 'this', 'blouse', 'i', 'tried', 'this', 'blouse', 'on', 'in', 'the', 'store', 'so', 'the', 'slits', 'were', 'not', 'a', 'surprise', 'to', 'me', 'but', 'i', 'can', 'understand', 'how', 'they', 'may', 'upset', 'a', 'customer', 'who', 'was', "n't", 'expecting', 'them', 'i', 'think', 'the', 'slits', 'are', 'elegant', 'and', 'are', 'in', 'no', 'way', 'obtrusive', 'or', 'revealing', 'you', 'could', 'totally', 'still', 'wear', 'this', 'blouse', 'to', 'work', 'or', 'a', 'nice', 'dinner', 'i', 'love', 'it', 'because', 'its', 'unique', 'enough', 'to', 'be', 'worn', 'alone', 'and', 'simple', 'i', ',5,1,18', 'general', 'petite', 'tops', 'knits'] ['4032,860,52', 'bought', 'this', 'in', 'navy', 'needed', 'something', 'comfortable', 'but', 'able', 'to', 'dress', 'up', 'denim', 'this', 'was', 'perfect', 'wore', 'it', 'already', 'and', 'immediately', 'got', '2', 'complements', 'the', 'only', 'drawback', 'was', 'that', 'the', 'elastic', 'in', 'cuffs', 'was', 'a', 'little', 'too', 'tight', 'and', 'my', 'forearms', 'are', 'not', 'large', 'bought', 'in', 'medium', 'i', "'m", '5', '8', 'and', '145', 'lbs', 'just', 'washed', 'it', 'for', 'first', 'time', 'noticed', 'that', 'it', 'dried', 'a', 'little', 'wrinkly', 'in', 'front', 'may', 'have', 'to', 'steam', 'to', 'get', 'wrinkles', 'out', 'but', 'still', 'worth', 'it', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['4033,1094,50', 'oddly', 'shaped.', 'i', 'thought', 'i', "'d", 'like', 'this', 'dress', 'in', 'the', 'neutral', 'color', 'i', 'had', 'to', 'return', 'it', 'it', 'as', 'it', 'was', 'quite', 'unflattering', 'the', 'skirt', 'made', 'my', 'hips', 'look', 'big', 'and', 'the', 'uneven', 'shape', 'did', "n't", 'help', 'the', 'top', 'fit', 'well', 'in', 'my', 'usual', '4', 'petite', 'i', 'think', 'it', 'would', 'look', 'nice', 'on', 'some', 'people', 'as', 'it', "'s", 'something', 'different', 'but', 'i', 'am', 'not', 'one', 'of', 'those', 'it', 'worked', 'on', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['4034,1094,38', 'not', 'as', 'nice', 'in', 'person', 'the', 'design', 'looked', 'super', 'cute', 'online', 'but', 'in', 'person', 'the', 'material', 'seemed', 'cheap', 'actually', 'at', 'least', 'in', 'the', 'green', 'one', 'the', 'material', 'is', 'different', 'in', 'the', 'striped', 'and', 'solid', 'sections', 'if', 'it', 'had', 'all', 'been', 'the', 'striped', 'material', 'it', 'would', 'have', 'been', 'much', 'nicer', ',3,0,25', 'general', 'petite', 'dresses', 'dresses'] ['4035,1094,36', 'comfortable', 'dress', 'i', 'love', 'this', 'dress', 'i', 'bought', 'the', 'blue', 'one', 'and', 'i', 'love', 'the', 'designs', 'i', 'recently', 'had', 'a', 'baby', 'so', 'my', 'body', 'is', 'still', 'recovering', 'so', 'finding', 'clothes', 'is', 'a', 'bit', 'difficult', 'but', 'this', 'dress', 'looks', 'awesome', 'and', 'it', 'makes', 'me', 'feel', 'like', 'how', 'i', 'was', 'before', 'i', 'was', 'pregnant', 'it', 'flows', 'nicely', 'and', 'is', 'super', 'comfortable', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4036,895,24', 'great', 'sweater', 'for', 'the', 'fall', 'season', 'i', 'went', 'to', 'my', 'local', 'retailer', 'store', 'in', 'kansas', 'city', 'mo', 'at', 'country', 'club', 'plaza', 'and', 'let', 'me', 'tell', 'you', 'when', 'i', 'saw', 'this', 'sweater', 'i', 'mediately', 'fell', 'in', 'love', 'with', 'it', 'i', 'bought', 'mine', 'in', 'the', 'red', 'color', 'in', 'a', 'size', 'medium', 'and', 'it', 'fit', 'me', 'perfectly', 'i', 'would', 'definitely', 'recommend', 'getting', 'this', 'sweater', 'because', 'it', "'s", 'so', 'soft', 'and', 'very', 'flattering', 'on', 'my', 'body', 'type', 'i', 'also', 'love', 'the', 'pattern', 'and', 'definitely', 'worth', 'the', 'money', ',5,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4037,1056,59', 'great', 'quality', 'okay', 'i', 'am', 'not', 'that', 'tall', 'and', 'do', "n't", 'have', 'legs', 'for', 'miles', 'but', 'i', 'loving', 'wearing', 'a', 'wide-legged', 'cropped', 'pant', 'with', 'heels', 'for', 'a', 'change', 'from', 'the', 'everyday', 'these', 'pants', 'are', 'great', 'because', 'they', 'are', '99', 'cotton', 'the', 'cotton', 'is', 'a', 'nice', 'weight', 'not', 'too', 'light', 'and', 'the', 'barely', 'there', 'fringe', 'bottom', 'is', 'a', 'nice', 'detail', 'i', 'usually', 'wear', 'a', '28', 'in', 'pilcro', 'and', 'that', "'s", 'what', 'i', 'bought', 'i', 'would', 'describe', 'the', 'color', 'as', 'leaning', 'more', 'toward', 'khaki', 'than', 'green', 'though', 'it', 'did', 'look', 'little', 'green', 'under', 'the', 'lights', 'in', 'the', 'store', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['4038,860,38', 'true', 'to', 'picture', 'due', 'to', 'the', 'prior', 'review', 'this', 'top', 'came', 'without', 'any', 'surprises', 'i', 'had', 'read', 'about', 'the', 'open', 'sleeves', 'and', 'actually', 'have', 'a', 'dress', 'with', 'a', 'similar', 'design', 'this', 'top', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'is', 'perfect', 'with', 'skinny', 'pants', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4039,1094,37', 'so', 'many', 'compliments', 'this', 'dress', 'is', 'so', 'flattering', 'and', 'comfortable', 'i', 'bought', 'it', 'in', 'xs', 'and', 'it', 'fits', 'perfectly', 'i', "'m", '5', '7', 'and', 'weigh', '135', 'i', 'usually', 'wear', 'a', 'small', 'but', 'the', 'small', 'would', 'have', 'been', 'too', 'roomy', 'on', 'top', 'i', 'got', 'so', 'many', 'compliments', 'on', 'the', 'dress', 'in', 'blue', 'that', 'i', 'ordered', 'it', 'in', 'green', 'as', 'well', 'perfect', 'combination', 'of', 'comfort', 'style', 'and', 'flattering', 'fit', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4040,1094,32', 'comfortable', 'and', 'flattering', 'i', 'got', 'this', 'dress', 'in', 'green', 'and', 'it', 'looks', 'better', 'in', 'person', 'than', 'it', 'even', 'does', 'in', 'the', 'online', 'picture', 'the', 'fabric', 'is', 'soft', 'and', 'flattering', 'i', 'am', 'pear', 'shaped', 'so', 'a', 'lot', 'of', 'things', 'do', "n't", 'look', 'good', 'around', 'my', 'waist', 'but', 'this', 'worked', 'beautifully', 'the', 'only', 'thing', 'is', 'that', 'i', 'ca', "n't", 'get', 'the', 'slight', 'wrinkles', 'out', 'of', 'the', 'bottom', 'i', 'washed', 'it', 'and', 'lined', 'dried', 'it', 'and', 'some', 'still', 'show', 'the', 'care', 'says', 'not', 'to', 'iron', 'a', 'steamer', 'would', 'probably', 'work', 'well', 'on', 'this', 'the', 'slight', 'wrinkles', 'are', 'not', 'an', 'issue', 'for', 'me', 'though', 'well', 'worth', 'it', 'and', 'a', 'g', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4041,1056,43', 'comfortable', 'and', 'stylish', 'i', 'love', 'these', 'pants', 'they', 'are', 'soft', 'versatile', 'and', 'stylish', 'great', 'choice', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4042,866,35', 'very', 'cute', 'challenging', 'fit', 'this', 'top', 'is', 'adorable', 'and', 'has', 'a', 'looser', 'fit', 'as', 'shown', 'on', 'the', 'model', 'shot', 'so', 'i', 'would', 'have', 'liked', 'to', 'size', 'down', 'however', 'the', 'arms', 'are', 'extremely', 'fitted/tight', 'and', 'there', "'s", 'no', 'way', 'i', 'could', 'have', 'fit', 'my', 'arms', 'into', 'the', 'next', 'size', 'down', 'if', 'you', 'have', 'slim', 'arms', 'maybe', 'you', 'could', 'size', 'down', 'and', 'make', 'this', 'work', ',3,0,5', 'general', 'tops', 'knits'] ['4043,1056,60', 'comfortable', 'i', 'liked', 'these', 'as', 'soon', 'as', 'i', 'saw', 'them', 'the', 'are', 'very', 'comfortable', 'and', 'the', 'fit', 'is', 'great', 'well', 'constructed', 'and', 'the', 'material', 'is', 'soft', 'but', 'thicker', 'easily', 'worn', 'into', 'the', 'cooler', 'days', 'i', 'am', 'so', 'happy', 'i', 'made', 'this', 'purchase', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4044,257,66', 'product', 'has', 'holes', 'in', 'the', 'pocket', 'area', 'this', 'is', 'a', 'very', 'soft', 'and', 'comfortable', 'jacket', 'but', 'it', 'has', 'holes', 'in', 'the', 'pocket', 'area', 'it', 'was', 'returned', 'to', 'the', 'store', 'and', 'the', 'other', 'jackets', 'had', 'the', 'same', 'problem', 'although', 'not', 'in', 'the', 'same', 'area', 'the', 'store', 'was', 'considering', 'pulling', 'the', 'product', 'off', 'their', 'shelves', 'it', 'is', 'unclear', 'if', 'the', 'holes', 'are', 'just', 'the', 'beginning', 'of', 'a', 'pocket', 'or', 'what', 'but', 'it', 'was', 'flawed', 'by', 'everyone', 'who', 'looked', 'at', 'it.,1,0,2', 'initmates', 'intimate', 'lounge'] ['4045,1094,23', 'pretty', 'effortless', 'this', 'dress', 'is', 'such', 'a', 'lovely', 'thing', 'to', 'have', 'in', 'my', 'closet-', 'it', "'s", 'so', 'easy', 'to', 'pull', 'on', 'but', 'adding', 'a', 'nice', 'pair', 'of', 'shoes', 'a', 'piece', 'of', 'jewelry', 'and', 'leaving', 'my', 'hair', 'down', 'reveals', 'a', 'gorgeous', 'outfit', 'that', 'takes', 'next', 'to', 'no', 'time', 'i', 'must', 'admit', 'my', 'local', 'store', 'did', "n't", 'stock', 'this', 'dress', 'so', 'i', 'was', "n't", 'quite', 'expecting', 'the', 'texture', 'of', 'the', 'fabric', 'i', 'was', 'expecting', 'it', 'to', 'be', 'smooth', 'but', 'it', "'s", 'almost', 'ribbed', 'it', "'s", 'soft', 'and', 'comfortable', 'though', 'so', 'that', "'s", 'certainly', 'not', 'a', 'deal', 'breaker', 'i', 'only', 'wish', 'they', "'d", 'had', 'it', 'in', 'petite', 'as', 'i', 'feel', 't', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4046,1094,43', 'nautical', 'vibe', 'and', 'super', 'wearable', 'love', 'the', 'nautical', 'vibe', 'perfect', 'for', 'summer', 'wear', 'the', 'knit', 'top', 'with', 'cap', 'sleeves', 'is', 'easy', 'to', 'wear', 'and', 'not', 'clingy', 'for', 'those', 'with', 'limps', 'and', 'bumps', 'the', 'asymmetrical', 'skirt', 'has', 'a', 'flare', 'which', 'again', 'makes', 'this', 'dress', 'easy', 'and', 'comfortable', 'to', 'wear', 'i', "'m", 'usually', 'a', 'size', '8', '36-29-40', 'and', 'the', 'medium', 'fit', 'my', 'hourglass', 'shape', 'perfectly', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4047,1056,43', 'great', 'transition', 'pants', 'from', 'summer', 'to', 'fall', 'pilcro', 'has', 'become', 'my', 'go', 'to', 'brand', 'for', 'pants', 'as', 'they', 'always', 'seem', 'to', 'fit', 'with', 'consistent', 'sizing', 'i', "'m", 'an', '8-10', 'and', 'size', '30', 'never', 'fails', 'to', 'fit', 'perfectly', 'i', "'ve", 'got', 'hips', 'and', 'a', 'booty', 'so', 'it', "'s", 'great', 'to', 'have', 'a', 'brand', 'that', 'works', 'with', 'my', 'curves', 'these', 'chinos', 'are', 'super', 'soft', 'and', 'feel', 'like', 'pants', 'i', "'ve", 'had', 'for', 'years', 'broken', 'in', 'but', 'still', 'look', 'polished', 'i', 'bought', 'the', 'green', 'which', 'is', 'really', 'teal', 'and', 'feel', 'in', 'love', 'with', 'them', 'i', "'ve", 'since', 'bought', 'the', 'gray', 'and', 'sand/khaki', 'color', 'i', "'m", '5', '6', 'and', 'the', 'length', 'hits', 'just', 'below', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4048,257,52', 'great', 'jacket', 'soft', 'lightweight', 'comfortable', 'i', 'wore', 'this', 'as', 'soon', 'as', 'i', 'got', 'it', 'and', 'have', 'received', 'many', 'compliments', 'on', 'the', 'style', 'and', 'color', 'super', 'soft', 'love', 'the', 'angled', 'zipper', 'and', 'sleeve', 'length', 'is', 'long', 'enough', 'to', 'be', 'comfortable', 'great', 'cool', 'weather', 'jacket', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['4049,257,36', 'very', 'soft', 'cozy', 'and', 'exactly', 'what', 'is', 'needed', 'on', 'tbose', 'in-between', 'days', 'the', 'collar', 'is', 'a', 'bit', 'dramatic', 'if', 'you', 'are', 'petite', 'but', 'there', 'is', 'an', 'extra', 'button', 'that', 'makes', 'it', 'more', 'manageable', 'stylish', 'cute', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['4050,895,43', 'fantastic', 'fall', 'sweater', 'i', 'purchased', 'the', 'red', 'color', 'in', 'august', 'after', 'seeing', 'it', 'in', 'the', 'store', 'it', 'is', 'cozy', 'and', 'stylish-love', 'the', 'coordinating', 'pattern', 'in', 'the', 'cowl', 'neck', 'i', 'am', '5', '7', 'and', '135', 'lbs', 'and', 'the', 's', 'fit', 'great', 'noticed', 'that', 'it', 'is', 'now', 'on', 'special', 'promotion', 'and', 'would', 'advise', 'you', 'purchase', 'now', 'it', 'is', 'completely', 'worth', 'full', 'price', 'but', 'if', 'you', 'can', 'save', 'and', 'buy', 'say', 'a', 'coordinating', 'pilcro', 'pant', 'all', 'the', 'better', 'right', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4051,1094,36', 'great', 'quality', 'i', 'bought', 'this', 'dress', 'in', 'green', 'and', 'i', 'really', 'like', 'it', 'the', 'bodice', 'is', 'a', 'substantial', 'knit', 'light', 'enough', 'for', 'summer', 'but', 'thicker', 'and', 'sturdier', 'than', 'the', 'typical', 'jersey', 'tee', 'and', 'the', 'skirt', 'is', 'a', 'lightweight', 'woven', 'fabric', 'with', 'good', 'drape', 'true', 'to', 'size', 'and', 'extremely', 'comfortable', 'it', "'s", 'a', 'great', 'work', 'dress', 'the', 'striped', 'colorblocking', 'is', 'not', 'very', 'flattering', 'on', 'my', 'frame', 'broad', 'shoulders', 'larger', 'chest', 'but', 'it', "'s", 'not', 'bad', 'you', "'ll", 'probably', 'want', 'to', 'try', 'it', 'on', 'in', 'person', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4052,1056,48', 'second', 'pair', 'of', 'these', 'i', 'love', 'these', 'pants', 'i', 'actually', 'bought', 'them', 'twice', 'the', 'special', 'dye', 'in', 'them', 'did', 'not', 'agree', 'with', 'my', 'detergent', 'so', 'i', 'bought', 'another', 'pair', 'on', 'sale', 'some', 'woolite', 'and', 'will', 'wash', 'them', 'inside', 'out/hang', 'to', 'dry', 'will', 'take', 'better', 'care', 'of', 'my', 'second', 'pair', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4053,895,46', 'very', 'cozy', 'sweater', 'i', 'like', 'the', 'grey', 'pattern', 'and', 'black', 'and', 'white', 'contrast', 'versions', 'the', 'best', 'very', 'soft', 'and', 'falls', 'nicely', 'on', 'my', 'bust', 'the', 'biggest', 'differences', 'wit', 'the', 'sizes', 'are', 'on', 'length', 'so', 'i', 'ordered', 'up', 'for', 'it', 'would', 'be', 'a', 'bit', 'longer', 'it', "'s", 'a', 'great', 'piece', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4054,1094,43', 'flattering', 'dress', 'it', "'s", 'hard', 'for', 'me', 'to', 'find', 'dresses', 'that', 'look', 'good', 'on', 'me', 'since', 'i', 'have', 'more', 'of', 'a', 'straight', 'build', 'and', 'tend', 'to', 'carry', 'a', 'little', 'extra', 'weight', 'in', 'my', 'middle', 'however', 'this', 'dress', 'was', 'super', 'flattering', 'giving', 'me', 'some', 'curves', 'and', 'hiding', 'my', 'tummy', 'i', 'got', 'the', 'one', 'with', 'the', 'red', 'skirt', 'it', "'s", 'definitely', 'an', 'orange-red', 'since', 'that', 'looked', 'a', 'little', 'more', 'polished', 'and', 'less', 'casual', 'than', 'the', 'green', 'one', 'i', 'tried', 'on', 'in', 'the', 'store', 'the', 'full', 'fluttery', 'skirt', 'is', 'feminine', 'and', 'fun', 'and', 'the', 'knit', 'top', 'is', 'very', 'soft', 'and', 'comfortable', 'every', 'sing', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4055,863,34', 'not', 'tts', 'based', 'on', 'the', 'other', 'reviews', 'i', 'ordered', 'a', 'l', 'and', 'xl', 'even', 'though', 'i', 'would', 'normally', 'order', 'a', 'm.', 'the', 'l', 'fits', 'like', 'a', 'slightly', 'fitted', 'm', 'without', 'being', 'too', 'tight', 'the', 'xl', 'of', 'course', 'is', 'a', 'little', 'larger', 'but', 'not', 'like', 'a', 'typical', 'xl', 'certainly', 'not', 'sloppy-looking', 'or', 'oversized', 'the', 'material', 'is', 'soft', 'and', 'the', 'dark', 'blue', 'is', 'lovely', 'i', 'will', 'be', 'keeping', 'both', 'sizes', 'i', 'would', 'most', 'likely', 'not', 'have', 'been', 'happy', 'with', 'a', 'm.', ',4,1,3', 'general', 'tops', 'knits'] ['4056,1055,32', 'i', 'ordered', 'a', 'medium', 'in', 'these', 'and', 'they', 'were', 'just', 'too', 'small', 'for', 'me', 'i', "'m", 'a', '12', 'so', 'i', 'was', 'pushing', 'it', 'there', 'is', 'no', 'room', 'for', 'thighs', 'but', 'the', 'material', 'is', 'great', 'and', 'the', 'styling', 'is', 'fun', 'the', 'length', 'seemed', 'ok', 'for', 'me', 'too', 'i', "'m", '5', '9', 'hoping', 'when', 'i', 'return', 'them', 'they', 'have', 'a', 'large', 'for', 'me', 'to', 'exchange', 'for', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4057,860,46', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['4058,860,37', 'black', 'or', 'grey', 'this', 'is', 'a', 'great', 'shirt', 'the', 'ruffles', 'are', 'strategically', 'placed', 'and', 'hide', 'any', 'stomach', 'flaws', 'i', 'get', 'that', 'others', 'are', 'surprised', 'by', 'the', 'arm', 'slits', 'but', 'a', 'couple', 'of', 'well', 'placed', 'stitches', 'will', 'make', 'it', 'very', 'work', 'appropriate', 'or', 'if', 'you', "'re", 'worried', 'about', 'arm', 'waggle', 'the', 'color', 'borders', 'on', 'black/navy,4,1,0', 'general', 'petite', 'tops', 'knits'] ['4059,863,57', ',,1,0,0', 'general', 'tops', 'knits'] ['4060,1094,33', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4061,860,70', 'not', 'for', 'me', 'i', 'ordered', 'this', 'blouse', 'because', 'it', 'was', 'such', 'a', 'good', 'price', 'on', 'sale', 'but', 'should', 'have', 'paid', 'closer', 'attention', 'to', 'the', 'reviews', 'the', 'slits', 'on', 'the', 'sleeves', 'are', 'much', 'more', 'noticeable', 'than', 'in', 'the', 'photo', 'and', 'the', 'blouse', 'just', 'did', "n't", 'work', 'for', 'me', 'something', 'about', 'it', 'reminded', 'me', 'of', 'seinfeld', "'s", 'pirate', 'shirt', 'i', 'appreciate', 'retailer', "'s", 'return', 'policy', 'i', 'took', 'it', 'back', 'to', 'the', 'store', 'and', 'got', 'an', 'immediate', 'refund', 'on', 'my', 'cc.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['4062,1094,53', 'accented', 'all', 'the', 'wrong', 'spots', 'i', 'ordered', 'the', 'geometric', 'blue/red', 'pattern', 'in', 'a', 'small', 'regular', 'the', 'material', 'was', 'soft', 'and', 'comfortable', 'it', 'is', 'a', 'stand-out', 'piece', 'but', 'unfortunately', 'it', 'made', 'my', 'stomach', 'look', 'like', 'it', 'was', 'sticking', 'out', 'too', 'much', 'the', 'neck', 'line', 'did', 'not', 'stay', 'flat', 'against', 'my', 'chest', 'which', 'resulted', 'in', 'an', 'ill-fitting', 'bunched', 'up', 'look', 'i', 'returned', 'this', 'one', 'for', 'reference', 'i', "'m", '5', '4', '120lbs', '34', 'a', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4063,1056,45', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4064,895,61', 'comfy', 'cute', 'i', 'bought', 'this', 'in', 'the', 'reddish', 'color', 'i', 'was', 'a', 'little', 'skeptical', 'that', 'the', 'fit', 'or', 'style', 'would', 'really', 'work', 'on', 'a', 'petite', 'person', 'but', 'it', 'looks', 'great', 'on', 'the', 'fabric', 'is', 'very', 'soft', 'but', 'with', 'enough', 'body', 'that', 'the', 'cowl', 'keeps', 'it', "'s", 'shape', 'i', 'predict', 'that', 'people', 'will', 'get', 'tired', 'of', 'seeing', 'me', 'in', 'this', 'as', 'i', "'m", 'going', 'to', 'wear', 'it', 'a', 'lot.,5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4065,1056,52', 'great', 'fit', 'these', 'pants', 'are', 'a', 'great', 'fit', 'perfect', 'for', 'the', 'in-between', 'seasons', 'casual', 'comfortable', 'but', 'look', 'very', 'nice', 'and', 'polished', 'when', 'worn', 'a', 'practical', 'steal', 'at', 'retailer', "'s", 'sale', 'prices.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4066,828,50', 'beautiful', 'boho', 'top', 'love', 'this', 'top', 'although', 'it', 'ran', 'very', 'small', 'in', 'bust', 'and', 'arms', 'i', "'m", 'normally', 'a', 'medium', 'will', 'have', 'to', 'return', 'for', 'a', 'large', ',3,1,1', 'general', 'tops', 'blouses'] ['4067,1094,38', 'eghhh', 'first', 'of', 'all', 'the', 'colors', 'are', 'really', 'pretty', 'fabrics', 'feel', 'really', 'nice', 'but', 'the', 'fit', 'was', 'no', 'bueno', 'i', 'think', 'if', 'you', 'are', 'tall', 'and', 'small', 'chested', 'this', 'dress', 'would', 'look', 'great', 'but', 'i', "'m", 'short', 'and', 'large', 'chested', 'and', 'it', 'was', 'very', 'unflattering', 'when', 'the', 'fabric', 'transitions', 'from', 'the', 'stripes', 'to', 'solid', 'it', 'does', "n't", 'hang', 'nicely', 'due', 'to', 'my', 'chest', 'sadly', 'this', 'is', 'a', 'return', 'for', 'me', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4068,1094,39', 'casual', 'great', 'looking', 'casual', 'dress', 'but', 'i', "'m", 'not', 'sure', 'about', 'the', 'fit', 'on', 'me', 'the', 'skirt', 'drape', 'may', 'be', 'a', 'tad', 'overwhelming', 'on', 'my', 'short', 'legs', 'if', 'i', 'want', 'to', 'emulate', 'the', 'styling', 'of', 'the', 'green', 'model', 'bodice', 'fabric', 'is', 'a', 'nice', 'clingy', 'but', 'lined', 'stretch', 'material', 'of', 'medium', 'thickness', 'the', 'skirt', 'is', 'a', 'thin', 'crepe', 'viscose/rayon', 'without', 'a', 'lining', 'and', 'i', 'think', 'it', 'really', 'needs', 'one', 'i', 'was', 'hoping', 'the', 'skirt', 'was', 'the', 'same', 'material', 'mix', 'like', 'the', 'elysian', 'maxi', 'i', 'picked', 'the', 'medium', 'petite', 'and', 'sizing', 'down', 'would', 'be', 'appropriate', 'for', 'ladies', 'with', ',4,1,0', 'general', 'dresses', 'dresses'] ['4069,1147,39', 'pretty', 'pricey', 'this', 'gorgeous', 'amp', 'amp', 'amp', 'beautiful', 'dress', 'is', 'hampered', 'by', 'a', 'see-through', 'unlined', 'bodice', 'and', 'all', 'viscose/polyester', 'fabrication', 'by', 'the', 'way', 'did', 'you', 'see', 'the', 'price', 'tag', 'at', 'least', 'the', 'skirt', 'is', 'lined', 'if', 'you', 'have', 'deep', 'pockets', 'and', 'do', "n't", 'mind', 'the', 'slightly', 'rough', 'fabric', 'go', 'for', 'it', 'and', 'wear', 'a', 'nice', 'bra', 'size', 'up', 'if', 'you', "'re", 'busty', ',3,1,0', 'general', 'trend', 'trend'] ['4070,1078,66', 'work', 'and', 'play', 'this', 'dress', 'is', 'great', 'for', 'work', 'and', 'play', 'i', 'bought', 'a', 'l', 'and', 'a', 'xl', 'both', 'fit', 'well', 'but', 'the', 'sleeves', 'in', 'the', 'large', 'were', 'quite', 'tight', 'so', 'i', 'kept', 'the', 'xl', 'although', 'it', 'is', 'a', 'bit', 'loose', 'this', 'dress', 'looks', 'great', 'on', 'i', 'wish', 'the', 'material', 'was', 'a', 'little', 'higher', 'quality', 'but', 'i', 'loved', 'the', 'design', 'and', 'plan', 'to', 'wear', 'it', 'with', 'boots', 'the', 'top', 'is', 'cotton', 'and', 'i', 'liked', 'the', 'lace', 'up', 'feature', 'at', 'the', 'neckline', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4071,1056,40', 'comfy', 'and', 'cute', 'love', 'these', 'wide-leg', 'chinos', 'they', 'are', 'super', 'comfy', 'and', 'the', 'fabric', 'is', 'incredibly', 'soft', 'the', 'size', 'fit', 'true', 'for', 'me', 'i', 'would', 'buy', 'these', 'again.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4072,1094,51', 'great', 'dress', 'love', 'everything', 'about', 'this', 'dress', 'i', 'ordered', 'the', "'red", 'which', 'is', 'more', 'of', 'a', "'red", 'orange', 'with', 'cream', 'and', 'beige', 'as', 'pictured', 'colors', 'are', 'beautiful', 'the', 'dress', 'has', 'a', 'nice', "'drape", 'great', 'feel', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4073,1094,44', 'absolutely', 'adorable', 'i', 'saw', 'this', 'online', 'and', 'said', 'to', 'myself', 'next', 'time', 'you', 'are', 'in', 'the', 'retailer', 'store', 'look', 'for', 'this', 'dress', 'i', 'am', 'glad', 'i', 'did', 'i', 'bought', 'the', 'neutral', 'dress', 'off', 'white', 'tan.black', 'because', 'i', 'knew', 'it', 'would', 'go', 'with', 'everything', 'and', 'most', 'occasions', 'i', 'am', '5', '6', '136', 'pounds', 'the', 'small', 'fit', 'me', 'perfect', 'in', 'retailer', 'dresses', 'i', 'am', 'between', 'a', 'small/med', 'the', 'top', 'of', 'the', 'dress', 'is', 'lined', 'and', 'form', 'fitting', 'which', 'is', 'a', 'plus', 'the', 'off', 'white', 'coored', 'section', 'does', 'go', 'across', 'the', 'chest', 'so', 'one', 'must', 'wear', 'a', 'neutral', 'colored', 'lined', 'bra', 'even', 'though', 'the', 'to', ',5,1,0', 'general', 'dresses', 'dresses'] ['4074,257,52', 'cute', 'elegant', 'and', 'warm', 'hi'] [] ['like', 'the', 'other', 'reviewers', 'i', 'expected', 'the', 'price', 'to', 'be', 'much', 'higher', 'it', 'is', 'so', 'warm', 'yet', 'so', 'flattering', 'and', 'cute', 'this', 'will', 'sell', 'out', 'so', 'buy', 'now', 'if', 'you', 'want', 'it', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['4075,942,64', 'soft', 'as', 'a', 'kitten', 'this', 'is', 'a', 'well', 'made', 'sweater', 'i', 'sometimes', 'have', 'a', 'problem', 'with', 'wool', 'but', 'this', 'is', 'as', 'soft', 'as', 'cashmere', 'and', 'does', 'not', 'itch', 'at', 'all', 'the', 'color', 'is', 'beautiful', 'and', 'will', 'work', 'with', 'gray', 'black', 'tan', 'and', 'navy', 'i', 'found', 'this', 'to', 'run', 'a', 'little', 'bit', 'on', 'the', 'large', 'side', 'i', 'am', 'between', 'a', 'size', 'large', 'and', 'extra', 'large', 'and', 'ordered', 'the', 'extra', 'large', 'there', 'is', 'too', 'much', 'fabric', 'on', 'the', 'sides', 'and', 'the', 'peplum', 'starts', 'at', 'an', 'awkward', 'spot', 'mid', 'hip', 'instead', 'of', 'waistline', 'i', 'think', 'that', 'sizing', 'down', 'to', 'a', 'large', 'will', 'solve', 'these', 'problems', 'it', 'is', 'really', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['4076,895,44,50', 'shapes', 'of', 'grey', 'saw', 'the', 'grey', 'one', 'on', 'the', 'table', 'at', 'my', 'local', 'retailer', 'first', 'thing', 'i', 'did', 'was', 'touch', 'it', 'to', 'feel', 'if', 'it', "'s", 'soft', 'and', 'it', 'felt', 'like', 'butta', 'surprisingly', 'it', "'s", 'a', 'very', 'snuggly', 'and', 'warm', 'sweater', 'despite', 'it', 'not', 'being', 'very', 'thick', 'i', 'think', 'the', 'grey', 'is', 'conservative', 'enough', 'for', 'the', 'office', 'and', 'it', 'goes', 'with', 'pretty', 'much', 'everything', 'yet', 'the', 'geometric', 'shapes', 'make', 'it', 'modern', 'and', 'interesting', 'looking', 'i', 'hate', 'turtleneck', 'choke', 'and', 'big', 'cowl', 'neck', 'reminds', 'me', 'of', 'the', '80', "'s", 'but', 'this', 'is', 'a', 'compromise', 'of', 'both', 'which', 'is', 'a', 'bonus', 'since', 'i', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4077,1094,58', 'comfy', 'dress', 'tried', 'this', 'on', 'in', 'the', 'store', 'very', 'soft', 'and', 'hangs', 'well', 'better', 'on', 'than', 'the', 'hanger', 'needless', 'to', 'say', 'i', 'bought', 'it', ',4,1,2', 'general', 'dresses', 'dresses'] ['4078,907,57', 'love', 'it', 'but', 'loved', 'the', 'look', 'of', 'this', 'top', 'sadly', 'it', 'runs', 'quite', 'small', 'and', 'was', 'very', 'tight', 'where', 'other', 'non-swing', 'tops', 'in', 'a', 'large', 'do', 'not', 'the', 'item', 'ran', 'out', 'of', 'stock', 'far', 'too', 'quickly', 'i', 'normally', 'wear', 'a', 'large', 'but', 'feared', 'that', 'the', 'large', 'would', 'be', 'small', 'and', 'wanted', 'to', 'order', 'up', 'but', 'it', 'was', 'already', 'put', 'of', 'stock', 'the', 'quality', 'and', 'style', 'are', 'great', 'especially', 'for', 'a', 'larger', 'chest', 'length', 'is', 'great', 'for', 'taller', 'women.,3,1,0', 'general', 'tops', 'fine', 'gauge'] ['4079,1056,38', 'a', 'change', 'from', 'the', 'average', 'chino', 'the', 'teal', 'color', 'is', 'beautiful', 'the', 'fit', 'is', 'wide', 'leg', 'with', 'a', 'low', 'waist', 'i', 'have', 'been', 'wearing', 'so', 'many', 'high', 'waist', 'pieces', 'lately', 'they', 'felt', 'really', 'low', 'the', 'material', 'is', 'really', 'soft', 'they', 'fit', 'tts.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4080,1056,38', 'great', 'crops', 'love', 'these', 'the', 'raw', 'hem', 'is', 'on-trend', 'length', 'is', 'great', 'i', "'m", '5', '6', 'material', 'is', 'the', 'classic', 'pilcro', 'washed', 'chinos', 'perfect', 'as', 'with', 'all', 'pilcro', 'pants', 'they', 'stretch', 'a', 'bit', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4081,895,36', 'works', 'for', 'small', 'frames', 'purchased', 'this', 'sweater', 'in', 'an', 'xs', 'grey', 'pattern', 'for', 'reference', '5', '4', 'small', 'frame', 'and', 'was', 'worried', 'it', 'would', 'be', 'too', 'overwhelming', 'this', 'is', 'not', 'the', 'case', 'the', 'pattern', 'is', 'the', 'perfect', 'scale', 'and', 'the', 'sweater', 'hit', 'just', 'right', 'it', 'seems', 'to', 'be', 'true', 'to', 'size', 'i', 'especially', 'love', 'the', 'bracelet', 'length', 'turned', 'back', 'sleeves', 'it', "'s", 'a', 'little', 'pricey', 'but', 'i', 'think', 'it', 'will', 'be', 'worth', 'it', 'because', 'it', 'is', 'so', 'different', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4082,1094,41', 'cute', 'i', 'got', 'this', 'dress', 'in', 'a', 'petite', 'xs', 'i', "'m", '5', '4', 'and', '110lbs', 'it', 'fit', 'just', 'right', 'i', 'usually', 'wear', 'a', 'regularl', 'xs', 'in', 'most', 'brands', 'but', 'with', 'retailer', 'i', 'noticed', 'i', 'always', 'have', 'to', 'go', 'to', 'the', 'petittes', 'anyway', 'the', 'dress', 'is', 'super', 'cute', 'love', 'the', 'diagonal', 'striping', 'and', 'the', 'draping', 'is', 'not', 'too', 'poofy', 'which', 'is', 'great', 'the', 'material', 'is', 'very', 'lightweight', 'on', 'the', 'bottom', 'which', 'is', 'good', 'for', 'spring/summer', ',5,1,34', 'general', 'petite', 'dresses', 'dresses'] ['4083,895,32', 'deliciously', 'soft', 'this', 'sweater', 'is', 'gorgeous', 'ordered', 'in', 'the', 'grey', 'motif', 'was', 'as', 'described', 'and', 'wonderfully', 'soft', 'i', 'tried', 'it', 'on', 'with', 'just', 'a', 'tank', 'top', 'underneath', 'and', 'did', 'not', 'find', 'the', 'material', 'scratchy', 'at', 'all', 'i', 'ordered', 'the', 'small', 'size', 'and', 'felt', 'it', 'ran', 'a', 'tad', 'on', 'the', 'large', 'side', 'however', 'not', 'enough', 'to', 'feel', 'like', 'i', 'needed', 'to', 'return', 'for', 'an', 'xs', 'looking', 'forward', 'to', 'the', 'colder', 'months', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4084,863,50', 'nice', 'long', 'sleeves', 'runs', 'small', 'this', 'sweatshirt', 'is', 'very', 'comfortable', 'and', 'the', 'length', 'of', 'the', 'sleeves', 'is', 'very', 'generous', 'the', 'bodice', 'is', 'short', 'so', 'you', 'may', 'have', 'to', 'wear', 'a', 'camisole', 'or', 'tank', 'top', 'to', 'avoid', 'exposing', 'your', 'tummy', 'i', 'usually', 'purchase', 'medium', 'sized', 'tops', 'but', 'had', 'to', 'return', 'for', 'an', 'xl', 'this', 'runs', 'very', 'small.,3,1,3', 'general', 'tops', 'knits'] ['4085,1117,65', 'a', 'true', 'classic', 'this', 'is', 'my', 'kind', 'of', 'clothing', 'item', 'i', 'love', 'linen', 'stripes', 'pockets', 'and', 'a', 'loose', 'look', 'in', 'an', 'over', 'piece', 'it', 'has', 'the', 'lining', 'to', 'give', 'a', 'good', 'hang', 'to', 'the', 'coat', 'linen', 'may', 'not', 'be', 'for', 'all', 'but', 'i', 'do', 'like', 'the', 'look', 'of', 'the', 'fabric', 'i', 'feel', 'this', 'is', 'true', 'to', 'size', 'giving', 'you', 'the', 'loose', 'look', 'and', 'not', 'a', 'slim', 'fit', 'the', 'sleeve', 'length', 'is', 'just', 'perfect', 'for', 'this', 'look', 'and', 'finishes', 'the', 'overall', 'style', 'it', 'does', 'not', 'have', 'any', 'neck', 'closure', 'which', 'may', 'bother', 'some', 'i', 'have', 'never', 'purchased', 'from', 'this', 'maker', 'so', 'took', 'a', 'chance', 'in', 'quality', 'but', 'am', 'p', ',5,1,10', 'general', 'petite', 'jackets', 'outerwear'] ['4086,257,35', 'in', 'love', 'i', 'absolutely', 'love', 'this', 'jacket', 'it', 'is', 'the', 'softest', 'jacket', 'i', 'own', 'the', 'collar', 'takes', 'this', 'to', 'the', 'next', 'level', 'i', 'was', "n't", 'sure', 'i', 'would', 'like', 'the', 'collar', 'but', 'after', 'trying', 'it', 'on', 'i', 'love', 'it', 'i', "'m", 'so', 'confused', 'as', 'to', 'why', 'the', 'pockets', 'are', 'partially', 'sewn', 'together', 'it', "'s", 'weird', 'but', 'according', 'to', 'the', 'other', 'reviews', 'i', 'am', 'hoping', 'to', 'open', 'the', 'pockets', 'up', 'completely', 'i', 'really', 'should', 'have', 'gotten', 'a', 'medium', 'in', 'this', 'coat', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'medium', 'and', 'this', 'is', 'a', 'little', 'on', 'the', 'smaller', 'side', 'i', 'bought', 'this', 'one', 'on', 'sale', 'so', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['4087,860,38', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['4088,1094,44', 'meet', 'me', 'at', 'the', 'museum', 'beautiful', 'dress', 'perfect', 'for', 'work', 'the', 'museum', 'a', 'summer', 'picnic', 'so', 'chic', 'yet', 'extremely', 'comfortable', 'i', 'purchased', 'the', 'blue/orange', 'combo', 'and', 'the', 'colors', 'definitely', 'pop', 'for', 'reference', 'i', 'am', '5', '2', '115', 'and', 'i', 'went', 'with', 'the', 'xs', 'petite', 'especially', 'reoommend', 'for', 'anyone', 'with', 'her', 'hourglass', 'being', 'more', 'full', 'on', 'bottom', 'super', 'flattering', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4089,1094,62', 'nice', 'dress', 'i', 'am', 'a', 'solid', '14', 'and', 'the', 'size', 'l', 'fit', 'nicely', 'it', "'s", 'easy', 'to', 'wear', 'the', 'diagonal', 'print', 'is', 'quite', 'flattering', 'my', 'husband', 'liked', 'it', 'i', 'am', '5', '9', 'and', 'it', 'was', 'a', 'bit', 'short', 'but', 'not', 'too', 'short', 'i', "'ve", 'not', 'washed', 'it', 'yet', 'so', 'ca', "n't", 'say', 'how', 'that', 'will', 'go', 'the', 'fabric', 'is', 'knit', 'but', 'does', 'not', 'look', 'like', 'it', 'will', 'pill', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4090,1098,62', 'tricky', 'but', 'cute', 'i', 'was', 'immediately', 'drawn', 'to', 'this', 'dress', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', "'m", 'normally', 'a', 'size', '2', 'but', 'i', 'feel', 'like', 'the', 'size', 'two', 'was', 'too', 'constricting', 'in', 'the', 'chest', 'and', 'arms', 'so', 'found', 'a', 'size', '4', 'to', 'be', 'just', 'right', 'it', "'s", 'longer', 'and', 'a', 'bit', 'wider', 'than', 'the', 'size', '2', 'everywhere', 'else', 'but', 'given', 'the', 'design', 'i', 'thought', 'it', 'was', 'fine', 'the', 'main', 'thing', 'to', 'note', 'is', 'that', 'the', 'top', 'is', 'snug', 'and', 'has', 'no', 'give', 'whatsoever', 'if', 'you', 'have', 'a', 'larger', 'bust', 'or', 'broader', 'shoulders', 'sizing', 'up', 'is', 'a', 'must', 'lengthwise', 'it', 'fit', 'me', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 't', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4091,829,39', 'great', 'design', 'and', 'color', 'the', 'shirt', 'is', 'a', 'heavier', 'weight', 'than', 'how', 'it', 'looks', 'on', 'the', 'product', 'page', 'which', 'was', 'a', 'nice', 'surprise', 'it', 'has', 'a', 'boxy', 'shape', 'and', 'was', 'shorter', 'than', 'expected', 'i', "'m", '5', '7', 'and', 'the', 'front', 'of', 'the', 'shirt', 'above', 'the', 'hips', 'the', 'design', 'and', 'color', 'is', 'great', 'very', 'happy', 'overall', ',5,1,1', 'general', 'tops', 'blouses'] ['4092,319,29', 'i', 'absolutely', 'love', 'these', 'shorts', 'i', 'ordered', 'a', 'medium', 'i', 'was', 'nervous', 'they', 'would', 'be', 'too', 'small', 'my', 'legs', 'are', "n't", 'the', 'skinniest', 'but', 'because', 'of', 'the', 'slit', 'on', 'the', 'side', 'they', 'were', 'fine', 'i', 'do', 'have', 'a', 'pretty', 'tiny', 'waist', 'and', 'they', 'were', 'slightly', 'snug', 'but', 'not', 'too', 'much', 'to', 'send', 'them', 'back', 'i', 'am', 'almost', '5', '7', 'and', 'weight', '145.', 'i', 'have', 'a', 'solid', 'black', 'one', 'piece', 'suit', 'and', 'they', 'look', 'great', 'with', 'it', 'i', 'love', 'the', 'material', 'as', 'well', 'they', 'are', 'extremely', 'comfortable', 'a', 'little', 'pricey', 'but', 'i', 'will', 'definitely', 'make', 'use', 'of', 'them', 'i', 'love', 'the', 'pr', ',5,1,0', 'initmates', 'intimate', 'swim'] ['4093,1094,44', 'i', 'was', 'confused', 'by', 'this', 'dress', 'the', 'heavy', 'fabric', 'made', 'me', 'think', 'of', 'winter', 'but', 'the', 'cut', 'and', 'print', 'are', 'springy', 'it', "'s", 'also', 'not', 'lined', 'and', 'the', 'material', 'is', 'not', 'exactly', 'soft', 'i', 'put', 'it', 'back', 'cute', 'but', 'missed', 'the', 'mark', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4094,855,53', 'cute', 'top', 'this', 'is', 'a', 'really', 'cute', 'top', 'yes', 'it', 'is', 'dry', 'clean', 'only', 'but', 'i', 'plan', 'on', 'hand', 'washing', 'it', 'one', 'negative', 'is', 'that', 'it', 'is', 'extremely', 'short', 'in', 'length', 'i', "'m", '5', 'feet', 'tall', 'and', 'this', 'top', 'barely', 'goes', 'past', 'my', 'bellybutton', 'it', "'s", 'extremely', 'soft', 'though', 'and', 'definitely', 'different', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['4095,1098,34', 'cute', 'but', 'not', 'worth', 'the', 'price', 'cute', 'dress', 'runs', 'small', 'especially', 'in', 'the', 'sleeves', 'and', 'chest', 'i', 'usually', 'wear', 'a', '0', 'and', 'purchased', 'a', '2', 'the', 'outer', 'layer', 'is', 'very', 'sheer', 'and', 'while', 'the', 'print', 'and', 'shape', 'are', 'cute', 'the', 'quality', 'could', 'be', 'better', 'especially', 'for', 'the', 'price', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4096,1094,37', 'well', 'i', 'was', 'disappointed', 'in', 'the', 'fabric', 'for', 'this', 'dress', 'it', 'is', 'a', 'heavier', 'material', 'and', 'i', 'suspect', 'will', 'not', 'be', 'very', 'cool', 'comfortable', 'during', 'warmer', 'weather', 'when', 'i', 'would', 'normally', 'wear', 'a', 'sleeveless', 'dress'] ['on', 'the', 'upside', 'the', 'pattern', 'is', 'really', 'pretty', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4097,1098,50', 'i', 'love', 'it', 'but', 'it', 'may', 'not', 'be', 'for', 'everyone', 'this', 'dress', 'is', 'perfect', 'for', 'me', 'i', "'m", 'very', 'bohemian/rocker', 'vs', 'prim', 'flowy', 'vs', 'structured', 'it', 'will', 'be', 'in', 'regular', 'rotation', 'for', 'years', 'it', "'s", 'slim', 'through', 'the', 'shoulders', 'and', 'arms', 'and', 'flowing', 'everywhere', 'else', 'love', 'the', 'pockets', 'the', 'fabric', 'is', 'light', 'but', 'i', 'love', 'in', 'so', 'cal', 'so', 'it', "'s", 'great', 'i', "'m", 'wearing', 'it', 'right', 'now', 'with', 'gray', 'skinnies', 'heeled', 'clogs', 'and', 'a', 'scarf', 'i', "'ll", 'also', 'wear', 'it', 'all', 'summer', 'as', 'a', 'dress', 'so', 'perfect', 'i', "'m", '5', '4', '140lb', '34b', 'and', 'the', '8', 'fits', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4098,1094,36', 'not', 'for', 'me', 'i', 'really', 'had', 'high', 'hopes', 'for', 'this', 'dress', 'i', 'had', 'several', 'issues', 'with', 'it', 'though', 'based', 'on', 'the', 'high', 'ratings', 'other', 'customers', 'did', 'not', 'experience', 'the', 'same', 'problems'] ['1-', 'it', 'was', 'to', 'short', 'i', 'am', '5', '8', 'and', 'it', 'was', 'really', 'really', 'short', 'on', 'me', 'i', 'could', 'not', 'sit', 'down', 'in', 'it'] ['2-', 'i', 'found', 'that', 'it', 'ran', 'large', 'i', "'ve", 'lost', 'some', 'weight', 'recently', 'so', 'perhaps', 'i', "'ve", 'gone', 'down', 'a', 'size', 'but', 'the', 'medium', 'was', 'like', 'a', 'sack', 'on', 'me'] ['3-the', 'waist', 'was', 'really', 'roomy', 'it', 'ballooned', 'out', 'to', 'the', 'point', 'that', 'it', 'was', 'comical'] ['4-', 'as', 'others', 'have', 'noted', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4099,1094,62', 'cute', 'and', 'right', 'price', 'for', 'the', 'price', 'you', 'ca', "n't", 'beat', 'this', 'dress', 'i', 'love', 'the', 'thicker', 'stretchy', 'fabric', 'used', 'for', 'it', 'if', 'you', "'re", 'a', 'fan', 'of', 'some', 'of', 'the', 'popular', 'maeve', 'pencil', 'skirts', 'like', 'the', 'tearoom', 'pencil', 'skirt', 'you', 'will', 'love', 'this', 'for', 'me', 'it', "'s", 'the', 'perfect', 'piece', 'for', 'work', 'with', 'a', 'black', 'or', 'white', 'cardi', 'or', 'denim', 'jacket', 'over', 'it', 'it', "'s", 'a', 'perfect', 'length', 'above', 'the', 'knee', 'on', '5', '7', 'similar', 'to', 'the', 'model', 'armholes', 'are', 'the', 'right', 'size', 'and', 'the', 'overall', 'cut', 'of', 'the', 'dress', 'is', 'forgiving', 'and', 'flattering', 'even', 'post-baby', 'super', 'happy', 'with', 'the', 'value', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4100,1098,37', 'great', 'concept', 'poor', 'execution', 'i', 'really', 'like', 'this', 'dress/shirt', 'it', "'s", 'great', 'for', 'layering', 'super', 'cute', 'and', 'will', 'hide', 'my', 'traditional', 'holiday', 'and', 'this', 'year', "'s", 'pregnancy', 'weight', 'gain', 'i', 'think', 'it', 'will', 'be', 'so', 'cute', 'with', 'some', 'leggings', 'and', 'boots'] [] ['unfortunately', 'the', 'back', 'panel', 'of', 'the', 'dress', 'does', 'not', 'seem', 'to', 'vary', 'based', 'on', 'the', 'size', 'this', 'may', 'sound', 'weird', 'but', 'i', "'ve", 'tried', 'on', 'an', '8', 'and', 'a', '10', 'and', 'the', 'ability', 'to', 'reach', 'forward', 'did', "n't", 'change', 'between', 'the', 'two', 'sizes', 'i', 'just', 'returned', 'the', '10', 'and', 'am', 'hopeful', 'the', '12', 'i', 'ordered', 'will', 'be', 'slightly', 'roomier', 'in', 'the', 'back', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4101,855,41', 'note', 'this', 'is', 'a', 'crop', 'top', 'listed', 'on', 'the', 'package', 'labeling', 'but', 'not', 'in', 'the', 'product', 'description', 'i', 'am', 'short', 'in', 'the', 'waist', 'and', 'this', 'is', 'still', 'much', 'shorter', 'than', 'pictured', 'disappointed', 'to', 'send', 'this', 'one', 'back', 'as', 'it', "'s", 'otherwise', 'perfect.,4,0,0', 'general', 'petite', 'tops', 'knits'] ['4102,1094,23', 'comfy', 'and', 'unique', 'this', 'is', 'awesome', 'multi-season', 'dress.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4103,1098,35', 'did', "n't", 'fit', 'right', 'it', 'is', 'so', 'cute', 'in', 'the', 'picture', 'but', 'was', "n't", 'flattering', 'on', 'me', 'it', 'also', 'felt', 'like', 'i', 'could', "n't", 'raise', 'my', 'arms', 'while', 'wearing', 'it', 'i', 'love', 'retailer', 'and', 'will', 'be', 'a', 'forever', 'fan', 'but', 'this', 'dress', 'just', 'was', "n't", 'for', 'me', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['4104,1094,23', 'so', 'cute', 'the', 'first', 'thing', 'i', 'noticed', 'upon', 'receiving', 'this', 'dress', 'is', 'how', 'soft', 'it', 'is', 'and', 'the', 'fact', 'that', 'it', 'was', "n't", 'wrinkled', 'coming', 'out', 'of', 'the', 'packaging', 'bag-', 'an', 'excellent', 'quality', 'my', 'next', 'surprise', 'was', 'to', 'find', 'that', 'it', 'is', 'fully', 'lined', 'with', 'a', 'very', 'nice', 'soft', 'knit', 'and', 'felt', 'awesome', 'on', 'i', 'ordered', 'a', 'size', 'small', 'and', 'it', 'fit', 'perfectly-', 'it', 'was', 'fitted', 'through', 'my', 'waist', 'and', 'hips', '37', 'chest', '28.5', 'waist', '37', 'hips', 'and', 'dropped', 'straight', 'from', 'my', 'hips', 'just', 'like', 'i', 'like', 'i', 'was', 'afraid', 'it', 'would', 'be', 'too', 'sheath', 'like', 'for', 'my', 'figure', 'but', 'it', 'is', 'perf', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4105,992,37', 'love', 'the', 'comfort', 'of', 'thi', 'skirt', 'it', 'is', 'easily', 'paired', 'with', 'a', 'nice', 'tip', 'for', 'work', 'and', 'feels', 'great', 'to', 'wear', 'all', 'day,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['4106,121,44', 'need', 'more', 'than', '1', 'i', 'just', 'bought', 'the', 'grey', 'and', 'now', 'i', "'m", 'coming', 'back', 'for', 'the', 'black', 'and', 'cream', 'i', 'lovethis', 'staple', 'item', 'so', 'soft', 'fits', 'great', ',5,1,3', 'initmates', 'intimate', 'layering'] ['4107,121,49', 'had', 'to', 'return', 'this', 'top', 'fit', 'perfectly', 'but', 'too', 'much', 'of', 'my', 'bra', 'was', 'showing', 'through', 'the', 'black', 'lace', 'it', 'would', 'be', 'a', 'great', 'top', 'to', 'use', 'as', 'loungewear', 'though', ',2,0,2', 'initmates', 'intimate', 'layering'] ['4108,829,44', 'great', 'quality', 'unique', 'design', 'very', 'unique', 'shirt', 'you', 'will', 'get', 'a', 'compliment', 'the', 'material', 'has', 'a', 'great', 'feel', 'and', 'weight', 'beautiful', 'color', 'it', 'runs', 'true', 'to', 'size.,5,1,1', 'general', 'tops', 'blouses'] ['4109,940,55', 'classic', 'design', 'i', 'wore', 'this', 'sweater', 'while', 'gathering', 'ingredients', 'for', 'my', 'thanksgiving', 'feast', 'and', '3', 'different', 'women', 'at', 'whole', 'foods', 'complimented', 'my', 'sweater', 'it', 'is', 'soft', 'and', 'warm', 'would', 'love', 'in', 'other', 'colors', 'too', 'like', 'a', 'mint', 'green.,5,1,0', 'general', 'tops', 'sweaters'] ['4110,1094,29', ',i', 'bought', 'this', 'to', 'wear', 'to', 'my', 'winter', 'bridal', 'shower', 'it', 'was', 'a', 'cold', 'day', 'so', 'i', 'turned', 'it', 'into', 'a', 'jumper', 'by', 'pairing', 'it', 'with', 'a', 'silk', 'blouse', 'it', 'is', 'flattering', 'and', 'comfortable', 'great', 'for', 'work', 'and', 'other', 'semi-formal', 'events.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4111,121,52', 'comfy', 'and', 'adorable', 'tank', 'top', 'this', 'tank', 'is', 'super', 'soft', 'and', 'very', 'well', 'fitted', 'it', 'fits', 'true', 'to', 'size', 'the', 'lace', 'is', 'so', 'pretty', 'in', 'front', 'but', 'what', 'makes', 'this', 'unique', 'is', 'the', 'lace', 'on', 'the', 'back', 'of', 'the', 'top', 'it', 'is', 'a', 'unique', 'design', 'and', 'good', 'quality', ',5,1,3', 'initmates', 'intimate', 'layering'] ['4112,1094,54', 'great', 'dress', 'i', 'think', 'this', 'dress', 'is', 'adorable', 'it', 'fits', 'great', 'wear', 'it', 'with', 'heels', 'or', 'cowboy', 'boots', 'you', 'will', 'not', 'be', 'disappointed,5,1,19', 'general', 'petite', 'dresses', 'dresses'] ['4113,1098,38', 'better', 'for', 'smaller', 'chest', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'could', 'barely', 'button', 'at', 'my', 'chest', 'but', 'the', 'waist', 'and', 'length', 'were', 'perfect', 'ordered', 'a', 'size', 'up', 'and', 'two', 'sizes', 'up', 'online', 'went', 'with', 'the', 'two', 'sizes', 'up', 'because', 'it', 'did', 'not', 'pull', 'as', 'bad', 'across', 'the', 'chest', 'though', 'now', 'it', "'s", 'a', 'bit', 'blousey', 'around', 'the', 'waste', 'fabric', 'is', 'a', 'little', 'thin', 'similar', 'to', 'other', 'reviews', 'the', 'slip', 'is', 'a', 'little', 'weird/wonky', 'i', "'m", 'keeping', 'it', 'because', 'i', 'like', 'the', 'idea', 'of', 'the', 'dress', 'but', 'i', "'m", 'not', 'sure', 'about', 'the', 'lifespan', 'with', 'how', 'gauzy', 'the', 'material', 'is', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4114,940,44', 'super', 'soft', 'this', 'is', 'a', 'great', 'sweater', 'to', 'wear', 'out', 'over', 'a', 'top', 'or', 'instead', 'of', 'a', 'jacket.the', 'yarn', 'used', 'is', 'super', 'soft', 'and', 'warm', 'i', 'typically', 'wear', 'a', 'size', 'medium', 'in', 'sweaters', 'and', 'tops', 'and', 'ordered', 'a', 'size', 'medium', 'it', 'fits', 'perfectly', ',4,1,0', 'general', 'tops', 'sweaters'] ['4115,1009,47', 'beautiful', 'skirt', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'this', 'skirt', 'is', 'has', 'beautiful', 'print', 'combed', 'cotton', 'with', 'a', 'sheen', 'it', 'is', 'kind', 'of', 'stiff', 'with', 'a', 'little', 'give', 'a', 'perfect', 'a', 'line', 'the', 'waist', 'is', 'a', 'little', 'tight', 'so', 'i', 'sized', 'up', 'usually', 'wear', 'a', '2', 'and', 'the', '4', 'was', 'perfect', 'for', 'me', 'wore', 'it', 'to', 'a', 'show', 'last', 'night', 'and', 'was', 'super', 'comfortable', 'and', 'pretty', 'all', 'in', 'one', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['4116,1094,39', 'love', 'this', 'dress', 'easy', 'to', 'wear', 'get', 'lots', 'of', 'compliments', 'when', 'i', 'wear', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4117,975,36', 'cute', 'this', 'is', 'very', 'cute', 'and', 'well-made', 'but', 'unfortunately', 'for', 'my', 'coloring', 'and', 'hair', 'washed', 'me', 'out', 'a', 'bit', 'the', 'attention', 'to', 'detail', 'is', 'fabulous', 'and', 'it', 'is', 'a', 'great', 'layering', 'piece', 'for', 'spring', 'tts', 'but', 'definitely', 'longer', 'as', 'is', 'shown', 'in', 'picture', 'on', 'model', ',4,1,4', 'general', 'jackets', 'jackets'] ['4118,1094,36', 'this', 'dress', 'is', 'adorable', 'but', 'it', 'unfortunately', 'did', "n't", 'work', 'for', 'me', 'i', 'agree', 'with', 'the', 'reviews', 'that', 'stated', 'the', 'fabric', 'is', 'very', 'heavy', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4119,121,35', 'deep', 'v', 'the', 'lace', 'detail', 'adds', 'a', 'nice', 'spin', 'to', 'an', 'otherwise', 'plain', 'tank', 'looks', 'great', 'under', 'a', 'cardi', 'jacket', 'sweater', 'coat', 'for', 'the', 'most', 'part', 'it', 'fits', 'true', 'to', 'size', 'it', "'s", 'not', 'as', 'fitted', 'as', 'i', 'hope', 'it', 'would', 'be', 'at', '5', '1', '115lbs', 'i', 'got', 'my', 'usual', 'xsp', 'my', 'biggest', 'gripe', 'is', 'the', 'very', 'deep', 'v-neck', 'its', 'shows', 'my', 'bra', 'eek', 'it', "'s", 'like', 'the', 'strap', 'could', 'be', 'shortened', 'to', 'help', 'remedy', 'it', 'but', 'then', 'it', 'may', 'leave', 'the', 'arm', 'hole', 'too', 'small', 'or', 'bring', 'it', 'too', 'high', 'up', 'perhaps', 'it', 'may', 'shrink', 'in', 'the', 'wash', 'or', 'i', 'just', 'need', 'to', 'get', 'bigger', 'boobs', 'maybe', 't', ',4,1,21', 'initmates', 'intimate', 'layering'] ['4120,121,32', 'lovely', 'top', 'but', 'too', 'tight', 'the', 'top', 'is', 'a', 'pretty', 'design', 'it', "'s", 'a', 'low', 'v-neck', 'but', 'it', 'would', 'be', 'nice', 'for', 'layering', 'it', 'was', 'just', 'way', 'to', 'tight', 'runs', 'small', 'order', 'up', 'a', 'size.,4,0,0', 'initmates', 'intimate', 'layering'] ['4121,1098,38', 'so', 'cute', 'but', 'tight', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'much', 'and', 'am', 'so', 'sad', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'i', 'am', '5', '2', '138', 'pounds', 'still', 'trying', 'to', 'lose', 'that', 'last', '5-8', 'from', 'my', 'third', 'daughter', 'and', 'the', 'chest/back', 'of', 'this', 'dress', 'was', 'so', 'tight', 'i', 'was', 'afraid', 'if', 'i', 'hugged', 'someone', 'it', 'would', 'split', 'up', 'the', 'back', 'i', 'am', 'normally', 'a', 'size', '6', 'and', 'tried', 'the', '6', 'p', '8', 'p', 'and', '8', 'and', 'they', 'were', 'all', 'too', 'tight', 'in', 'the', 'chest/back', 'it', 'sounds', 'like', 'this', 'is', 'common', 'for', 'these', 'holding', 'horses', 'dresses', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['4122,121,46', 'lace', 'layering', 'tank', 'this', 'seemed', 'to', 'run', 'a', 'little', 'bit', 'small', 'on', 'me', 'more', 'form', 'fitting', 'than', 'on', 'the', 'model', 'in', 'the', 'photo', 'also', 'it', "'s", 'thin', 'i', "'d", 'be', 'sold', 'on', 'it', 'for', 'sure', 'if', 'it', 'were', 'just', 'a', 'little', 'longer', 'too', 'because', 'i', 'like', 'the', 'almost-lingerie-like', 'look', 'the', 'lace', 'applique', 'is', 'pretty', 'and', 'if', 'you', 'purchase', 'it', 'for', 'that', 'then', 'it', 'really', 'shows', 'up', 'better', 'on', 'the', 'two', 'lighter', 'colors', 'it', 'really', 'gets', 'lost', 'all', 'in', 'black', ',3,1,0', 'initmates', 'intimate', 'layering'] ['4123,855,49', 'dry', 'clean', 'this', 'is', 'adorable', 'but', 'if', 'it', 'truly', 'has', 'to', 'be', 'dry-cleaned', 'that', 'is', 'deal', 'killer,1,0,7', 'general', 'petite', 'tops', 'knits'] ['4124,1098,37', 'so', 'comfortable', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'comfortable', 'but', 'chic', 'and', 'it', 'feels', 'great', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4125,1098,26', 'underestimated', 'when', 'i', 'first', 'saw', 'this', 'dress', 'it', 'honestly', 'did', "n't", 'catch', 'my', 'eye', 'but', 'as', 'i', 'kept', 'seeing', 'it', 'in', 'on', 'the', 'catalog', 'and', 'other', 'places', 'on', 'pinterest', 'i', 'realized', 'how', 'unique', 'this', 'dress', 'is', 'i', 'looked', 'at', 'the', 'reviews', 'and', 'was', 'surprised', 'at', 'how', 'negative', 'the', 'comments', 'were-', 'i', "'m", 'the', 'type', 'of', 'lady', 'who', 'gets', 'stuck', 'on', 'something', 'and', 'wo', "n't", 'get', 'off', 'of', 'it', 'until', 'i', 'try', 'it', 'for', 'myself', 'so', 'i', 'ordered', 'it', 'on', 'sale', 'and', 'i', 'love', 'it', 'it', 'is', "n't", 'flannel', 'material', 'and', 'so', 'i', 'was', "n't", 'expecting', 'this', 'to', 'be', 'a', 'dress', 'that', 'would', 'keep', 'me', 'warm', 'by', 'itself-', 'but', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4126,940,48', 'cute', 'idea', 'scratchy', 'wide', 'cut', 'not', 'flattering', 'i', 'tried', 'to', 'make', 'this', 'work', 'because', 'i', 'wanted', 'a', 'different', 'unique', 'cardigan', 'but', 'the', 'color', 'is', 'not', 'for', 'me', 'either', 'it', "'s", 'yellow/ivory', 'bummer', 'so', 'cute', 'on', 'the', 'model', 'the', 'snaps', 'are', 'my', 'very', 'favorite', 'part', ',3,1,0', 'general', 'tops', 'sweaters'] ['4127,1094,49', 'material', 'not', 'as', 'expected', 'this', 'is', 'a', 'cute', 'dress', 'but', 'the', 'fabric', 'is', 'very', 'heavy', 'and', 'i', 'did', "n't", 'find', 'it', 'to', 'drape', 'well', 'on', 'me', 'it', 'is', 'a', 'very', 'heavy', 'felted', 'poly', 'type', 'of', 'fabric', 'i', 'ordered', 'it', 'for', 'a', 'specific', 'event', 'coming', 'up', 'this', 'summer', 'and', 'the', 'fabric', 'will', 'not', 'work', 'for', 'warm', 'temps', 'the', 'style', 'and', 'design', 'of', 'the', 'dress', 'is', 'great', 'though', 'for', 'reference', 'it', 'did', 'fit', 'fairly', 'true', 'to', 'size', 'i', 'wear', 'a', '0', 'or', '2.', 'the', 'xs', 'fit', 'well', 'if', 'the', 'fabric', 'works', 'for', 'your', 'situation', 'then', 'i', 'would', 'try', 'this', 'dress.,3,0,11', 'general', 'petite', 'dresses', 'dresses'] ['4128,1094,62', 'too', 'small', 'and', 'too', 'big', 'i', 'ordered', 'a', 'size', 'small', 'i', 'am', '5', '7', 'size', '6', 'and', 'the', 'dress', 'was', 'a', 'mini', 'on', 'me', 'way', 'shorter', 'than', 'on', 'the', 'taller', 'model', 'the', 'stomach', 'and', 'hips', 'gaped', 'out', 'from', 'my', 'body', 'yet', 'the', 'waist', 'was', 'cut', 'way', 'too', 'high', 'so', 'the', 'dress', 'was', 'both', 'too', 'small', 'and', 'too', 'big', 'very', 'odd', 'fit', 'the', 'material', 'is', 'soft', 'thick', 'stretchy', 'and', 'has', 'a', 'textured', 'pattern', 'which', 'i', 'liked', 'this', 'one', 'is', 'going', 'back', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4129,975,39', 'unique', 'and', 'lovely', 'this', 'blazer', 'is', 'beautiful', 'it', 'runs', 'tts', 'it', 'is', 'lightly', 'lined', 'with', 'an', 'off-white', 'poplin', 'in', 'the', 'body', 'of', 'the', 'jacket', 'the', 'off-white', 'lining', 'is', 'an', 'adorable', 'swiss', 'dot', 'though', 'the', 'lining', 'makes', 'the', 'lace', 'portions', 'of', 'the', 'jacket', 'not', 'completely', 'see', 'through', 'a', 'darker', 'shirt', 'would', 'still', 'show', 'through', 'the', 'detail', 'is', 'amazing', 'from', 'the', 'adorable', 'buttons', 'to', 'the', 'variations', 'in', 'the', 'fabric', 'texture', 'i', 'am', '5', '5', 'and', 'the', 'fit', 'as', 'far', 'as', 'length', 'is', 'very', 'similar', 'to', 'what', 'is', 'shown', 'on', 'the', 'model', 'the', 'sleeves', 'are', 'a', 'little', 'on', 'the', 'long', ',5,1,9', 'general', 'jackets', 'jackets'] ['4130,1094,47', 'nice', 'heavier', 'fabric', 'than', 'it', 'looks', 'but', 'cute', 'and', 'versatile', 'flattering', 'as', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4131,1098,52', 'pretty', 'in', 'plaid', 'dress', 'runs', 'a', 'little', 'small', 'in', 'the', 'arms', 'but', 'flows', 'nicely', 'on', 'the', 'body', 'see', 'through', 'and', 'comes', 'with', 'slip', 'but', 'slip', 'is', 'stiff', 'and', 'does', "n't", 'give', 'was', 'hard', 'to', 'get', 'on', 'so', 'i', 'wore', 'my', 'own', 'slip', 'other', 'that', 'that', 'dress', 'is', 'feminine', 'and', 'looks', 'great', 'on', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4132,908,38', 'perfect', 'i', 'love', 'this', 'duster', 'i', 'got', 'my', 'usual', 'size', 'and', 'it', 'fits', 'exactly', 'as', 'pictured', 'the', 'color', 'of', 'the', 'fabric', 'is', 'a', 'perfect', 'neutral', 'and', 'will', 'look', 'good', 'with', 'anything', 'the', 'knit', 'is', 'open', 'and', 'fairly', 'see-through', 'this', 'avoids', 'the', 'bathrobe', 'look', 'that', 'a', 'long', 'length', 'sweater', 'can', 'have', 'bought', 'at', 'full', 'price', 'and', 'i', "'m", 'not', 'sorry', 'because', 'i', 'bet', 'it', 'will', 'be', 'gone', 'before', 'long', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['4133,1104,44', 'this', 'dress', 'is', 'perfection', 'great', 'quality', 'fabric', 'bright', 'vibrant', 'color', 'the', 'design', 'and', 'texture', 'allow', 'it', 'to', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'sized', 'up', 'a', 'size', 'because', 'my', 'normal', 'was', "n't", 'available', 'and', 'it', 'fits', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4134,144,29', 'these', 'are', 'my', 'favorite', 'tights', 'i', 'love', 'how', 'they', 'are', 'opaque', 'i', 'love', 'that', 'they', 'are', 'thick', 'but', 'not', 'so', 'thick', 'as', 'to', 'be', 'only', 'appropriate', 'for', 'winter', 'they', 'are', 'slimming', 'without', 'feeling', 'too', 'tight'] [] ['why', 'don', 't', 'you', 'sell', 'these', 'any', 'more', 'please', 'bring', 'them', 'back', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['4135,1046,46', 'perfect', 'summer', 'pant', 'i', 'initially', 'worried', 'about', 'these', 'because', 'i', 'am', 'curvy', 'on', 'the', 'bottom', 'and', 'short', '5', '3', 'but', 'they', 'balance', 'me', 'out', 'perfectly', 'they', 'are', 'light', 'and', 'airy', 'and', 'perfect', 'for', 'summer', 'i', 'have', 'paired', 'them', 'with', 'form', 'fitting', 'tops', 'which', 'work', 'best', 'considering', 'the', 'bottom', 'volume.', 'and', 'my', 'latigo', 'clogs', 'which', 'give', 'me', 'some', 'height', 'these', 'are', 'my', 'new', 'favorite', 'go-to', 'pants', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4136,829,66', 'fun', 'piece', 'i', 'am', 'not', 'sure', 'why', 'this', 'is', 'listed', 'on', 'the', 'website', 'at', 'hd', 'in', 'paris', 'because', 'i', 'purchased', 'this', 'shirt', 'in', 'carmel', 'ca', 'and', 'it', 'is', 'actually', 'maeve', 'which', 'is', 'a', 'brand', 'i', 'buy', 'often', 'and', 'always', 'fits', 'me', 'well', 'this', 'piece', 'did', 'not', 'disappoint', 'this', 'is', 'a', 'fun', 'and', 'versatile', 'black', 'top', 'but', 'has', 'a', 'little', 'edge', 'with', 'its', 'design', 'and', 'i', 'know', 'that', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'i', 'do', "n't", 'find', 'the', 'fabric', 'to', 'be', 'rough', 'at', 'all', 'but', 'it', 'is', 'textured', 'which', 'i', 'just', 'think', 'adds', 'to', 'the', 'interest', 'of', 'this', 'piece', 'i', 'am', 'a', '34d', 'and', 'did', 'not', 'find', 'my', 'c', ',5,1,2', 'general', 'tops', 'blouses'] ['4137,1104,29', 'sadly', 'had', 'to', 'return', 'i', 'was', 'so', 'excited', 'to', 'purchase', 'this', 'dress', 'for', 'my', 'masters', 'graduation', 'party', 'it', 'looks', 'beautiful', 'on', 'but', 'i', 'could', 'not', 'get', 'over', 'one', 'little', 'detail', 'the', 'structure', 'of', 'the', 'top', 'falls', 'funny', 'on', 'your', 'chest', 'a', 'bit', 'too', 'high', 'from', 'the', 'rest', 'of', 'the', 'pulled', 'fabric', 'it', 'does', "n't", 'look', 'right', 'if', 'you', 'have', 'a', 'necklace', 'that', 'falls', 'perfectly', 'on', 'the', 'piece', 'of', 'fabric', 'like', 'the', 'main', 'photo', 'shown', 'you', 'are', 'good', 'the', 'third', 'photo', 'with', 'the', 'short', 'necklace', 'shows', 'this', 'issue', 'best', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['4138,1104,25', 'just', 'ok', 'i', 'bought', 'this', 'dress', 'to', 'attend', 'a', 'couple', 'of', 'summer', 'weddings', 'it', 'seemed', 'like', 'it', 'would', 'be', 'a', 'nice', 'light', 'summer', 'dress', 'that', 'i', 'could', 'wear', 'all', 'day', 'i', 'do', 'think', 'it', 'fits', 'that', 'qualification', 'however', 'it', 'was', "n't", 'as', 'flattering', 'as', 'i', 'hoped', 'i', "'m", 'generally', 'pear', 'shaped', 'small', 'waist', 'larger', 'hips', 'this', 'dress', 'does', 'fit', 'well', 'over', 'my', 'hips', 'but', 'does', 'very', 'little', 'to', 'show', 'off', 'my', 'waist', 'overall', 'it', 'is', 'just', 'ok.', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4139,1104,62', 'yes', 'yes', 'yes', 'i', "'ve", 'been', 'looking', 'for', 'the', 'right', 'red', 'dress', 'for', 'a', 'while', 'and', 'this', 'one', 'is', 'a', 'winner', 'flattering', 'fit', 'comfy', 'quality', 'fabric', 'makes', 'me', 'feel', 'great', 'even', 'right', 'after', 'having', 'a', 'baby', 'fits', 'tts', 'and', 'i', 'ca', "n't", 'wait', 'to', 'rock', 'this', 'beauty', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4140,648,62', 'cute', 'and', 'practical', 'these', 'are', 'fab', 'as', 'always', 'with', 'pure', 'good', 'printed', 'leggings', 'bright', 'beautiful', 'print', 'great', 'quality', 'fabric', 'and', 'flattering', 'goes', 'with', 'lots', 'of', 'color', 'tops', 'too', 'took', 'my', 'usual', 'size', 's', '4/27', 'in', 'bottoms', 'and', 'found', 'them', 'perfect', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['4141,144,26', 'i', 'love', 'these', 'tights', 'i', 'stock', 'up', 'every', 'year', 'they', 'are', 'a', 'great', 'quality', 'not', 'too', 'thick', 'to', 'be', 'hot', 'but', 'not', 'too', 'thin', 'that', 'they', 'are', 'sheer', 'when', 'you', 'put', 'them', 'on', 'they', 'also', 'do', "n't", 'squeeze', 'you', 'at', 'the', 'waistline', 'favorite', 'tights', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['4142,1104,47', 'adorable', 'fit', 'this', 'dress', 'is', 'a', 'lovely', 'fit', 'the', 'knit', 'top', 'accentuates', 'the', 'bust', 'and', 'the', 'loose', 'skirt', 'below', 'the', 'empire', 'waist', 'just', 'skims', 'the', 'figure', 'it', "'s", 'pretty', 'casual', 'and', 'the', 'skirt', 'is', 'a', 'tiny', 'bit', 'sheer', 'so', 'better', 'for', 'weekends', 'than', 'for', 'office', 'wear.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4143,1104,20', 'simple', 'and', 'classy', 'love', 'this', 'dress', 'it', 'is', 'so', 'comfortable', 'it', 'fits', 'great', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'hides', 'the', 'tummy', 'too', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4144,829,39', 'nice', 'but', 'not', 'very', 'forgiving', 'i', 'should', 'preface', 'this', 'by', 'saying', 'that', 'i', "'m", 'in', 'between', 'sizes', 'i', 'chose', 'the', 'smaller', 'size', 'and', 'found', 'that', 'this', 'top', 'is', 'not', 'super', 'forgiving', 'i', "'m", 'keeping', 'it', 'bc', 'it', 'is', 'good', 'quality', 'and', 'i', 'like', 'the', 'style', 'but', 'i', 'would', "n't", 'be', 'comfortable', 'wearing', 'it', 'right', 'now', 'maybe', 'after', 'i', 'lose', 'a', 'few', 'pounds', ',4,1,0', 'general', 'tops', 'blouses'] ['4145,1104,66', 'synthetic', 'fabric', 'evokes', 'cheap', 'quality', 'i', 'love', 'the', 'style', 'the', 'lightness', 'and', 'the', 'fit', 'but', 'the', 'fabric', 'in', 'the', 'skirt', 'just', 'did', 'not', 'meet', 'my', 'expectations', 'this', 'might', 'be', 'something', 'to', 'find', 'at', 'a', 'mass', 'retailer', 'i', 'guess', 'i', 'simply', 'prefer', 'a', 'natural', 'fabric.,4,0,1', 'general', 'petite', 'dresses', 'dresses'] ['4146,1046,54', 'not', 'as', 'pictured', 'i', 'was', 'so', 'looking', 'forward', 'to', 'wearing', 'these', 'pants', 'on', 'an', 'upcoming', 'trip', 'i', 'already', 'had', 'my', 'outfits', 'planned', 'when', 'these', 'pants', 'arrived', 'however', 'they', 'were', 'very', 'different', 'from', 'those', 'shown', 'in', 'the', 'pictures', 'online', 'firstly', 'the', 'pants', 'are', 'in', 'actuality', 'quite', 'cropped', 'i', 'am', '5', '9', 'the', 'model', 'in', 'the', 'pictures', 'is', 'at', 'least', 'that', 'height', 'if', 'not', 'taller', 'and', 'the', 'hems', 'were', 'several', 'inches', 'above', 'my', 'ankles', 'secondly', 'the', 'pants', 'appear', 'to', 'be', 'an', 'even', 'wider', 'cut', 'than', 'what', "'s", 'shown', 'although', 'the', 'width', 'of', 'the', 'pant', 'legs', 'may', 'have', ',2,0,4', 'general', 'petite', 'bottoms', 'pants'] ['4147,829,59', 'maeve', 'tunic', 'i', 'bought', 'this', 'tunic', 'today', 'because', 'it', 'paired', 'well', 'with', 'patterned', 'slim', 'pants', 'at', '5', '2', 'the', 'tunic', 'felt', 'like', 'it', 'added', 'height', 'and', 'even', 'though', 'i', "'m", 'a', '34f', 'the', 'top', 'fit', 'well', 'across', 'the', 'bust', 'i', 'tried', 'on', 'the', 'large', 'first', 'and', 'it', 'felt', 'very', 'comfortable', 'but', 'a', 'bit', 'big', 'the', 'medium', 'fit', 'a', 'little', 'more', 'snugly', 'but', 'was', 'more', 'proportional', 'in', 'the', 'arms', 'so', 'i', 'purchased', 'it', 'instead'] ['the', 'neckline', 'is', 'not', 'too', 'low', 'and', 'does', 'not', 'require', 'a', 'camisole', 'under', 'and', 'the', 'buttons', 'add', 'a', 'nice', 'weight', 'so', 'that', 'the', 'top', 'drapes', 'towards', 'my', 'chest', 'inst', ',5,1,4', 'general', 'tops', 'blouses'] ['4148,829,60', 'perfect', 'for', 'fall', 'i', 'saw', 'this', 'today', 'and', 'decided', 'to', 'try', 'it', 'on', 'it', 'fit', 'perfectly', 'i', 'have', 'a', 'generous', 'bosom', '36e', 'and', 'a', 'large', 'fit', 'without', 'gaping', 'or', 'the', 'button', 'issues', 'a', 'previous', 'reviewer', 'noted', 'the', 'fabric', 'is', 'comfortable', 'no', 'itching', 'too', 'bad', 'it', "'s", '90', 'degrees', 'i', "'m", 'ready', 'to', 'wear', 'this', ',5,1,2', 'general', 'tops', 'blouses'] ['4149,144,65', 'love', 'the', 'color', 'the', 'raspberry', 'color', 'is', 'really', 'stunning', 'i', 'have', 'been', 'looking', 'for', 'colored', 'tights', 'for', 'a', 'while', 'and', 'had', 'difficulty', 'finding', 'really', 'rich', 'colors', 'i', 'was', 'thrilled', 'when', 'i', 'saw', 'these', 'i', "'ve", 'worn', 'them', 'once', 'so', 'far', 'very', 'comfortable', 'and', 'seem', 'like', 'they', 'will', 'last.,5,1,3', 'initmates', 'intimate', 'legwear'] ['4150,1064,46', 'i', 'wanted', 'to', 'love', 'it.', 'i', 'read', 'the', 'other', 'reviews', 'before', 'i', 'purchased', 'this', 'jumpsuit', 'because', 'it', "'s", 'very', 'cute', 'as', 'another', '5', '3', 'reviewer', 'mentioned', 'it', 'will', 'be', 'longer', 'so', 'for', 'me', 'that', "'s", 'a', 'plus', 'but', 'i', 'have', 'thighs', 'not', 'huge', 'but', 'regular', 'well', 'proportioned', 'woman', 'thighs', 'and', 'boobs', 'it', 'was', 'a', 'little', 'tight', 'but', 'doable', 'around', 'my', 'thighs', 'but', 'my', 'boobs', 'got', 'lost', 'in', 'the', 'sauce', 'i', 'got', 'ta', 'love', 'it', 'to', 'keep', 'it', 'and', 'i', 'do', "n't", 'it', "'s", 'a', 'great', 'print', 'and', 'fabric', 'though', ',3,0,0', 'general', 'bottoms', 'pants'] ['4151,1104,37', 'love', 'this', 'dress', 'love', 'the', 'bright', 'red', 'color', 'such', 'a', 'comfortable', 'fit', 'but', 'still', 'feminine', 'and', 'pretty', 'could', 'be', 'dressed', 'up', 'or', 'down', 'will', 'definitely', 'be', 'a', 'summer', 'favorite', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4152,1053,51', 'beautiful', 'jumpsuit', 'tried', 'this', 'soft', 'yummy', 'jumpsuit', 'on', 'and', 'loved', 'the', 'flow', 'and', 'softness', 'of', 'the', 'fabric', 'will', 'be', 'able', 'to', 'wear', 'into', 'the', 'fall', 'with', 'oversized', 'sweater', 'or', 'wrap', 'just', 'love,5,1,0', 'general', 'bottoms', 'pants'] ['4153,829,47', 'cute', 'throw', 'on', 'tunic', 'i', 'loved', 'this', 'tunic', 'dress', 'up', 'or', 'down', 'layer', 'it', 'with', 'a', 'cropped', 'leather', 'jacket', 'and', 'booties', 'i', 'bit', 'on', 'the', 'long', 'side', 'so', 'if', 'you', 'are', 'short', 'it', 'might', 'make', 'you', 'look', 'stumpy', 'but', 'really', 'cute', 'with', 'leggings', 'or', 'skinny', 'jeans.,5,1,0', 'general', 'tops', 'blouses'] ['4154,144,25', 'perfect', 'these', 'are', 'the', 'perfect', 'tights-fit', 'and', 'feel', 'are', 'top', 'quality', 'and', 'they', 'wash', 'well', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['4155,1104,25', 'cute', 'color', 'but', 'not', 'a', 'flattering', 'dress', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'but', 'where', 'the', 'skirt', 'meets', 'the', 'top', 'of', 'the', 'dress', 'in', 'the', 'back', 'creates', 'sort', 'of', 'a', 'hunchback', 'effect', 'in', 'the', 'back', 'will', 'be', 'returning', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['4156,1029,35', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['4157,56,43', 'beautiful', 'and', 'comfortable', 'i', 'own', 'a', 'couple', 'of', 'pairs', 'of', 'natori', 'hipsters', 'and', 'recently', 'purchased', 'the', 'yellow', 'to', 'go', 'with', 'the', 'front', 'close', 'natori', 'bra', 'i', 'tried', 'to', 'wear', 'thong', 'panties', 'but', 'they', 'just', 'did', "n't", 'work', 'for', 'me', 'thankfully', 'natori', 'makes', 'these', 'lovely', 'panties', 'that', 'still', 'make', 'me', 'feel', 'sexy', 'and', 'they', 'are', 'way', 'more', 'comfortable', 'they', 'also', 'receive', 'rave', 'reviews', 'from', 'my', 'husband', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['4158,829,64', 'elegance', 'and', 'comfort', 'i', 'love', 'this', 'tunic', 'it', 'has', 'an', 'unusual', 'neckline', 'with', 'decorative', 'stitching', 'and', 'beautiful', 'buttons', '.i', 'like', 'the', 'slight', 'sheen', 'of', 'the', 'fabric', 'as', 'well', 'wearing', 'it', 'makes', 'me', 'feel', 'elegant', 'without', 'sacrificing', 'comfort', 'i', "'m", 'going', 'to', 'wear', 'it', 'for', 'work', 'with', 'black', 'leggings', 'and', 'on', 'weekends', 'with', 'jeans', 'i', 'suspect', 'it', 'will', 'also', 'be', 'great', 'to', 'travel', 'in', 'the', 'only', 'potential', 'downsides', 'might', 'be', 'the', 'deep', 'side', 'slit', 'and', 'the', 'fact', 'that', 'it', 'has', 'to', 'be', 'dry', 'cleaned', ',5,1,0', 'general', 'tops', 'blouses'] ['4159,1104,32', 'love', 'love', 'love', 'new', 'favorite.', 'what', 'i', 'ca', "n't", 'believe', 'this', 'got', 'so', 'many', 'mixed', 'reviews', 'i', 'was', "n't", 'sure', 'what', 'to', 'expect', 'and', 'now', 'that', 'i', "'ve", 'received', 'it', 'i', 'think', 'it', "'s", 'absolutely', 'perfect', 'it', "'s", 'flattering', 'the', 'length', 'is', 'great', 'it', "'s", 'tts', 'and', 'the', 'color', 'is', 'beautiful', 'i', 'have', 'no', 'issues', 'with', 'the', 'skirt', 'whatsoever', 'either', 'i', "'m", 'really', 'pleased', 'with', 'this', 'purchase', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4160,829,42', 'front', 'slit', 'i', 'somehow', 'missed', 'that', 'there', 'was', 'a', 'slit', 'in', 'the', 'front', 'of', 'this', 'tunic', 'below', 'the', 'buttons', 'it', 'looks', 'fine', 'on', 'i', "'m", 'just', 'wondering', 'if', 'i', 'can', 'still', 'pull', 'it', 'off', 'with', 'only', 'leggings', 'underneath', 'why', 'i', 'got', 'it', 'otherwise', 'just', 'as', 'pictured', 'i', "'m", '5', '7', '125', 'lbs', 'and', 'got', 'an', 'xs', ',4,1,0', 'general', 'tops', 'blouses'] ['4161,1046,66', 'wonderful', 'this', 'wide', 'leg', 'pant', 'gives', 'the', 'perception', 'of', 'a', 'skirt', 'that', 'is', 'feminine', 'comfortable', 'and', 'moves', 'beautifully', 'when', 'you', 'walk', 'can', 'be', 'used', 'all', 'year', 'round', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4162,1114,44', 'beautiful', 'all', 'wool', 'coat', 'this', 'coat', 'is', 'beautifully', 'tailored', 'and', 'made', 'in', 'the', 'usa', 'of', '100', 'wool', 'the', 'color', 'is', 'vibrant', 'it', 'looks', 'great', 'when', 'you', 'need', 'a', 'longer', 'coat', 'for', 'the', 'cold', 'it', "'s", 'almost', 'an', 'outfit', 'on', 'its', 'own', 'lastly', 'the', 'size', 'was', 'perfect', 'i', 'ordered', 'my', 'normal', '8', 'and', 'it', 'fit', 'like', 'a', 'glove', ',5,1,0', 'general', 'jackets', 'outerwear'] ['4163,144,52', 'my', 'go', 'to', 'tights', 'for', 'another', 'season', 'i', 'have', 'worn', 'these', 'exclusively', 'for', 'the', 'past', 'couple', 'of', 'years', 'they', 'fit', 'great', 'tts', 'stay', 'put', 'and', 'wear', 'very', 'well', 'these', 'are', 'well', 'worth', 'the', 'price', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['4164,173,24', 'great', 'product', 'cute', 'little', 'sleep', 'mask', 'the', 'elastic', 'band', 'is', 'wide', 'so', 'it', 'does', "n't", 'ever', 'feel', 'like', 'it', "'s", 'digging', 'into', 'your', 'head', 'does', 'a', 'very', 'good', 'job', 'keeping', 'out', 'light.,5,1,0', 'initmates', 'intimate', 'intimates'] ['4165,144,42', ',great', 'tights', 'with', 'good', 'color', 'and', 'quality', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'on', 'my', 'head', 'to', 'toe', 'retailer', 'ensemble', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['4166,1035,44', 'unique', 'wash', 'these', 'jeans', 'are', 'soooo', 'soft', 'fit', 'is', 'great', 'and', 'the', 'wash', 'is', 'a', 'unique', 'inky', 'grayish', 'color', 'perfect', 'for', 'fall', 'love.,5,1,3', 'general', 'bottoms', 'jeans'] ['4167,857,37', 'love', 'this', 'i', 'am', '5', '118', 'and', 'the', 'medium', 'fits', 'like', 'a', 'dress', 'not', 'a', 'tunic', 'i', 'opted', 'for', 'the', 'medium', 'because', 'i', 'did', "n't", 'want', 'the', 'fit', 'to', 'be', 'tight', 'it', 'is', 'thin', 'so', 'you', "'ll", 'need', 'a', 'slip', ',5,1,6', 'general', 'tops', 'knits'] ['4168,964,61', 'perfect', 'jacket', 'this', 'is', 'the', 'jacket', 'i', "'ve", 'been', 'looking', 'for', 'i', 'love', 'the', 'collar/lapels', 'they', 'can', 'lay', 'flat', 'or', 'be', 'worn', 'up', 'a', 'bit', 'the', 'material', 'is', 'really', 'soft', 'so', 'the', 'jacket', 'is', 'comfy', 'and', 'soft', 'the', 'sleeves', 'are', 'of', 'a', 'ribbed', 'material', 'that', 'makes', 'the', 'jacket', 'even', 'softer', 'and', 'more', 'comfy', 'i', 'got', 'the', 'black', 'but', 'it', "'s", 'really', 'more', 'of', 'a', 'charcoal', 'black', 'vs.', 'jet', 'black', 'the', 'color/dye', 'is', 'saturated', 'and', 'dense', 'so', 'there', 'is', 'no', 'sheen', 'to', 'the', 'material', 'ensures', 'that', 'it', 'will', 'be', 'colorfast', 'when', 'zipped', 'it', "'s", 'form', 'fitting', 'but', 'not', 'tight', 'tts', 'i', "'m", '120', 'lbs', ',5,1,6', 'general', 'petite', 'jackets', 'jackets'] ['4169,1001,37', 'easy', 'skirt', 'i', 'really', 'like', 'the', 'skirt', 'it', "'s", 'very', 'comfortable', 'and', 'i', 'can', 'wear', 'it', 'with', 'so', 'many', 'colors.,5,1,0', 'general', 'bottoms', 'skirts'] ['4170,1035,41', 'i', "'d", 'recommend', 'i', 'originally', 'bought', 'these', 'jeans', 'in', 'my', 'true', 'size', 'after', 'wearing', 'them', 'a', 'few', 'times', 'i', 'realized', 'they', 'stretched', 'out', 'quickly', 'making', 'it', 'hard', 'to', 'wear', 'them', 'again', 'retailer', 'recommended', 'i', 'go', 'down', 'a', 'size', 'and', 'now', 'they', 'are', 'my', 'favorite', 'jean', 'they', 'are', 'a', 'little', 'tight', 'for', 'the', 'first', '5', 'mins', 'and', 'then', 'they', 'are', 'perfect', 'fit', 'wear', 'after', 'wear', 'and', 'so', 'soft', ',4,1,1', 'general', 'bottoms', 'jeans'] ['4171,1035,55', 'finally', 'found', 'a', 'perfect', 'pair', 'of', 'jeans', 'i', 'have', 'had', 'a', 'problem', 'finding', 'jeans', 'that', 'fit', 'properly', 'that', 'i', 'do', "n't", 'have', 'to', 'pull', 'up', 'every', 'single', 'time', 'i', 'walk', 'up', 'the', 'stairs', 'or', 'stand', 'up', 'but', 'these', 'are', 'perfect', 'they', 'are', 'made', 'with', 'a', 'bit', 'of', 'a', 'stretchy', 'material', 'yet', 'keep', 'their', 'shape', 'well', 'i', 'am', '5', '7', '130', 'pounds', 'athletic', 'body', 'type', 'and', 'got', 'a', 'size', '25.', 'the', 'only', 'thing', 'i', 'am', 'worried', 'about', 'is', 'the', 'dark', 'color', 'bleeding', 'onto', 'a', 'light', 'colored', 'couch/quilt/purse/etc', 'as', 'this', 'has', 'happened', 'to', 'me', 'before', 'with', 'dark', 'wash', 'jeans', ',5,1,27', 'general', 'bottoms', 'jeans'] ['4172,413,61', 'beautiful', 'online', 'i', 'loved', 'the', 'romantic', 'look', 'of', 'this', 'robe', 'and', 'gown', 'set', 'but', 'the', 'material', 'was', 'very', 'thin', 'and', 'wrinkled', 'and', 'needs', 'to', 'be', 'ironed', 'the', 'm/l', 'was', 'uncomfortable', 'and', 'i', 'normally', 'wear', 'only', 'a', 'm.', 'sadly', 'i', 'returned', 'the', 'set', ',3,0,0', 'initmates', 'intimate', 'sleep'] ['4173,860,60', 'not', 'a', 'keeper', 'i', 'have', 'to', 'agree', 'with', 'another', 'reviewer', 'this', 'blouse', 'has', 'an', 'odd', 'fit', 'the', 'small', 'petite', 'my', 'usual', 'size', 'was', 'a', 'good', 'length', 'and', 'there', 'was', 'plenty', 'of', 'room', 'in', 'the', 'body', 'however', 'i', 'found', 'the', 'shoulders', 'to', 'be', 'quite', 'small', 'which', 'made', 'the', 'neckline', 'pull', 'since', 'i', 'definitely', 'do', 'not', 'have', 'broad', 'shoulders', 'this', 'may', 'be', 'a', 'particular', 'problem', 'for', 'those', 'that', 'do', 'i', 'also', 'found', 'the', 'gathered', 'seam', 'above', 'the', 'bustline', 'and', 'across', 'the', 'upper', 'back', 'resulted', 'in', 'an', 'unflattering', 'maternity', 'top', 'effect', 'the', 'blouse', 'i', 'was', 'sent', 'had', 'one', 'sleeve', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['4174,1035,27', 'most', 'comfortable', 'fit', 'ever', 'i', 'love', 'pilcro', 'script', 'jeans', 'the', 'rise', 'is', 'super', 'comfortable', 'and', 'the', 'fabric', 'stretch', 'is', 'perfectly', 'flattering', 'without', 'being', 'too', 'tight', 'the', 'wash', 'is', 'great', 'from', 'the', 'pictures', 'i', 'did', "n't", 'realize', 'this', 'pair', 'had', 'the', 'fringed', 'bottom', 'rather', 'than', 'the', 'hem', 'but', 'they', 'cuff', 'easily', 'if', 'you', 'want', 'to', 'hide', 'it', 'plus', 'with', 'boot', 'season', 'approaching', 'i', 'think', 'it', 'will', 'make', 'boots', 'more', 'comfortable', 'without', 'the', 'bulky', 'hem', 'i', 'wish', 'they', 'would', 'make', 'this', 'cut', 'with', 'all', 'of', 'their', 'products', 'would', 'love', 'to', 'see', 'a', 'pair', 'of', 'cords', 'or', 'dress', 'pants', ',5,1,1', 'general', 'bottoms', 'jeans'] ['4175,1001,32', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['4176,1001,27', 'great', 'skirt', 'i', 'loved', 'this', 'skirt', 'they', 'did', "n't", 'have', 'my', 'size', 'anymore', 'so', 'i', 'tried', 'on', 'a', 'few', 'others', 'i', 'really', 'needed', 'a', 'small', 'p.', 'otherwise', 'i', 'totally', 'would', 'have', 'kept', 'it', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4177,860,46', 'colorful', 'pretty', 'shirt', 'casual', 'pretty', 'runs', 'a', 'little', 'large', 'especially', 'through', 'the', 'waist', 'but', 'a', 'great', 'comfortable', 'shirt', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4178,964,37', 'ordered', 'this', 'in', 'my', 'typical', 'size', 'xs', 'and', 'it', 'fits', 'perfectly', 'the', 'weather', 'hasn', 't', 'cooled', 'off', 'enough', 'for', 'me', 'to', 'wear', 'it', 'on', 'a', 'daily', 'basis', 'but', 'after', 'just', 'trying', 'it', 'on', 'i', 'can', 'say', 'that', 'it', 'fits', 'really', 'nice', 'the', 'sleeves', 'are', 'a', 'knit', 'material', 'which', 'make', 'them', 'very', 'forgiving', 'and', 'the', 'jacket', 'easy', 'to', 'wear', 'plus', 'there', 'is', 'enough', 'room', 'for', 'me', 'to', 'wear', 'a', 'tee-shirt', 'or', 'thin', 'blouse', 'underneath', 'ordered', 'the', 'slate', 'color', 'and', 'it', 'is', 'a', 'very', 'beautiful', 'neutral', 'brown', 'that', 'should', 'go', 'with', 'almost', 'anything', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['4179,857,39', 'actually', 'nice', 'and', 'comfrotable', 'this', 'says', 'online', 'only', 'hwoever', 'the', 'balc', 'one', 'was', 'in', 'my', 'store', 'and', 'some', 'other', 'colros', 'too', 'anyway', 'i', 'actually', 'liked', 'this', 'top', 'it', 'is', 'more', 'flattering', 'than', 'the', 'model', 'shows', 'i', 'think', 'i', 'could', 'wear', 'this', 'with', 'pants', 'or', 'legginss', 'in', 'botos', 'on', 'me', 'the', 'regualr', 'size', 'is', 'almost', 'a', 'dress', 'should', 'i', 'be', 'younger', 'but', 'i', 'do', 'like', 'that', 'i', 'did', 'debate', 'ordering', 'petite', 'and', 'decided', 'not', 'to', 'it', 'is', 'thin', 'enough', 'to', 'not', 'be', 'too', 'hot', 'indoors', 'and', 'sublte', 'stripes', 'on', 'the', 'black', 'version'] ['noyte', 'previous', 'reviewer', 'mentioend', 'something', 'about', ',5,1,6', 'general', 'tops', 'knits'] ['4180,1001,36', 'love', 'this', 'skirt', 'this', 'price', 'is', 'amazing', 'and', 'goes', 'with', 'everything', 'fits', 'great', 'so', 'glad', 'i', 'made', 'this', 'purchase.,5,1,0', 'general', 'bottoms', 'skirts'] ['4181,896,58', 'pretty', 'and', 'comfortable', 'fun', 'cardi', 'for', 'those', 'of', 'us', 'who', 'love', 'a', 'nice', 'little', 'cropped', 'number', 'glad', 'to', 'report', 'that', 'this', 'cobalt', 'beauty', 'fits', 'true', 'to', 'size', 'in', 'an', 'xs', 'all', 'over', 'shoulders', 'hit', 'at', 'a', 'nice', 'place', 'arms', 'waist', 'length', 'is', 'great', 'above', 'your', 'waist', 'or', 'just', 'at', 'it', 'the', 'cotton', 'is', 'ultra', 'comfortable', 'the', 'zipper', 'has', 'that', 'luxurious', 'feature', 'of', 'a', 'double', 'zip', 'where', 'you', 'can', 'zip', 'from', 'the', 'bottom', 'or', 'the', 'top', 'once', 'closed', 'creating', 'a', 'nice', 'opening', 'i', 'love', 'this', 'for', 'a', 'casual', 'but', 'chic', 'holiday', 'look', 'thanks', 'to', 'the', 'velvet', 'ador', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['4182,860,40', 'worn', 'once', 'already', 'received', 'compliments', 'great', 'light-weight', 'blouse', 'for', 'mild', 'fall', 'days', 'fabric', 'is', 'thin', 'so', 'not', 'too', 'warm', 'which', 'is', 'great', 'for', 'southern', 'california', 'fall', 'great', 'color', 'palate', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4183,860,52', 'awkward', 'fit', 'was', 'not', 'wowed', 'i', 'love', 'natural', 'colors', 'and', 'nature', 'themes', 'but', 'this', 'top', 'was', 'a', 'disappointment', 'i', 'ordered', 'both', 'the', 'small', 'and', 'the', 'xs', 'because', 'retailer', 'can', 'run', 'very', 'large', 'the', 'small', 'was', 'too', 'big', 'and', 'the', 'xs', 'did', 'not', 'hang', 'correctly', 'the', 'arms', 'hit', 'at', 'a', 'weird', 'spot', 'and', 'the', 'neckline', 'would', "n't", 'sit', 'right', 'overall', 'the', 'fit', 'was', 'boxy', 'and', 'unflattering', 'the', 'fabric', 'is', 'pretty', 'but', 'the', 'style', 'is', 'well', 'boring', 'there', 'was', 'just', 'no', 'wow', 'factor', 'for', 'me', 'i', 'think', 'the', 'fabric', 'deserved', 'a', 'much', 'better', 'design', 'imho', 'i', 'think', 'this', 'top', 'might', 'be', 'better', 'suited', 'fo', ',3,1,3', 'general', 'petite', 'tops', 'knits'] ['4184,1001,28', 'cute', 'casual', 'skirt', 'cute', 'casual', 'skirt', 'i', 'love', 'that', 'it', 'is', 'longer', 'in', 'the', 'back', 'than', 'the', 'front', 'so', 'i', 'can', 'comfortably', 'wear', 'it', 'to', 'work', 'i', 'had', 'to', 'size', 'up', 'which', 'i', 'usually', 'do', 'in', 'bottoms', 'that', 'do', 'not', 'have', 'stretch', 'because', 'i', "'m", 'my', 'athletic', 'frame', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4185,1035,54', 'love', 'these', 'pants', 'i', 'have', 'several', 'pairs', 'of', 'the', 'pilcro', 'scrip', 'and', 'formerly', 'super', 'script', 'these', 'do', 'not', 'have', 'quite', 'as', 'much', 'elastic', 'as', 'some', 'cuts', 'but', 'they', 'still', 'fit', 'well', 'and', 'look', 'great', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4186,964,25', 'great', 'transitional', 'jacket', 'i', 'have', 'the', 'marrakech', 'vest', 'from', 'the', 'summer', 'and', 'really', 'liked', 'the', 'quality', 'and', 'fit', 'of', 'that', 'so', 'i', 'ordered', 'this', 'one', 'fit', 'is', 'very', 'similar', 'this', 'one', 'is', 'made', 'of', 'a', 'lightweight', 'cotton', 'and', 'has', 'a', 'similar', 'cut', 'will', 'be', 'a', 'great', 'fall', 'transitional', 'jacket', 'and', 'looks', 'great', 'with', 'lots', 'of', 'things', 'maxi', 'skirts', 'skinny', 'jeans', 'long', 'tops', 'with', 'the', 'hems', 'peaking', 'out', 'etc', 'i', 'found', 'it', 'tts', 'i', 'got', 'an', 'xs', 'and', 'am', '5', '4', '120', 'lbs', 'i', 'do', "n't", 'plan', 'to', 'wear', 'more', 'than', 'a', 'thin', 'top', 'underneath', 'but', 'do', "n't", 'think', 'i', 'could', 'fit', 'a', 'sweater', 'under', 'the', 'sle', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4187,860,53', 'sweet', 'and', 'comfy', 'i', 'like', 'this', 'comfy', 'top', 'i', 'bought', 'it', 'to', 'wear', 'with', 'a', 'cute', 'pair', 'of', 'gold', 'charlie', 'cropped', 'pants', 'i', 'bought', 'from', 'retailer', 'last', 'fall', 'the', 'only', 'thing', 'i', 'do', "n't", 'like', 'is', 'the', 'odd', 'length', 'of', 'the', 'sleeves', 'they', 'are', 'somewhere', 'between', 'elbow', 'and', '3/4', 'i', 'am', 'a', 'true', 'xxsp', 'in', 'most', 'tops', 'but', 'the', 'sleeves', 'end', 'right', 'at', 'my', 'elbow', 'making', 'it', 'difficult', 'to', 'wear', 'them', 'unrolled', 'for', 'reference', 'i', 'am', '5', '1', 'and', '107', 'lbs', 'a', 'larger', 'size', 'would', 'have', 'been', 'too', 'wide', 'and', 'roomy', 'overall', 'i', 'am', 'happy', 'with', 'my', 'purchase', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4188,203,48', 'comfy', 'the', 'pattern', 'camouflages', 'my', 'curvy', 'figure', 'the', 'fabric', 'is', 'very', 'soft', 'great', 'for', 'lounging', 'i', 'wish', 'the', 'fabric', 'offered', 'a', 'little', 'more', 'support', 'though', 'for', 'working', 'out', ',4,1,5', 'initmates', 'intimate', 'lounge'] ['4189,1001,65', 'fit', 'issues', 'this', 'skirt', 'ran', 'short', 'small', 'and', 'boxy', 'if', 'you', 'can', 'get', 'the', 'right', 'fit', 'the', 'skirt', 'is', 'great', 'quality', 'and', 'super', 'cute', 'but', 'i', 'recommend', 'trying', 'on', 'in', 'store', 'for', 'sizing', ',3,0,1', 'general', 'bottoms', 'skirts'] ['4190,857,39', 'not', 'as', 'described', 'i', 'did', 'not', 'like', 'the', 'fit', 'of', 'this', 'as', 'another', 'reviewer', 'stated', 'it', 'is', 'not', 'a', 'swing', 'tunic', 'it', 'hangs', 'fairly', 'straight', 'i', 'do', "n't", 'have', 'large', 'hips', 'i', "'m", '5', '8', 'and', '120', 'lbs', 'with', 'a', 'full', 'bust', 'and', 'this', 'did', 'not', 'look', 'flattering', 'i', 'returned', 'it', 'immediately', ',2,0,0', 'general', 'tops', 'knits'] ['4191,1025,32', 'great', 'classic', 'boyfriend', 'jean', 'not', 'distressed', 'i', 'bought', 'these', 'in', 'the', 'store', 'yesterday', 'and', 'am', 'thrilled', 'with', 'them'] [] ['sizing', 'they', 'run', 'large', 'i', 'am', 'glad', 'i', 'bought', 'them', 'in', 'store', 'because', 'i', 'was', 'planning', 'to', 'buy', 'the', '28s', 'and', 'the', '26s', 'fit', 'instead', 'for', 'reference', 'i', 'am', '5', '4', 'athletic', 'postpartum', '135', 'pounds'] [] ['fit', 'inseam', 'is', 'very', 'long', 'waist', 'is', 'a', 'flattering', 'v-shape', 'versus', 'straight', 'across', 'the', 'midline', 'i', 'find', 'these', 'a', 'little', 'lower', 'rise', 'than', 'i', "'d", 'ideally', 'choose', 'they', 'hit', 'around', '2', 'inches', 'below', 'my', 'navel', 'the', 'back', 'pockets', 'are', 'small', 'and', 'high', 'i', 'find', 'the', 'butt', 'are', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['4192,857,57', 'holy', 'tightness', 'this', 'was', 'not', 'what', 'i', 'was', 'expecting', 'at', 'all', 'i', 'am', 'a', 'medium', 'in', 'just', 'about', 'everything', 'but', 'ordered', 'a', 'large', 'to', 'possibly', 'wear', 'this', 'as', 'a', 'dress', 'instead', 'of', 'a', 'tunic', 'since', 'i', 'am', 'around', '5', '4', 'the', 'large', 'fit', 'like', 'a', 'small', 'on', 'me', 'and', 'not', 'like', 'a', 'typical', 'oversized', 'sweater', 'type', 'small', 'but', 'a', 'normal', 'fitted', 'top', 'small', 'a', 'previous', 'reviewer', 'said', 'it', 'is', 'long', 'and', 'straight', 'and', 'i', 'think', 'that', 'is', 'a', 'good', 'description', 'for', 'it', 'i', 'think', 'the', 'models', 'wearing', 'this', 'in', 'the', 'pictures', 'are', 'all', 'wearing', 'an', 'extra-large', 'or', 'a', 'different', 'cut', 'of', 'the', ',2,0,0', 'general', 'tops', 'knits'] ['4193,1001,45', 'great', 'skirt', 'this', 'is', 'a', 'throw', 'it', 'on', 'and', 'you', "'re", 'cute', 'so', 'easy', 'and', 'comfy', 'requires', 'barely', 'any', 'styling', 'to', 'look', 'cute', 'in', 'this', 'and', 'it', 'has', 'pockets', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4194,1025,59', 'very', 'soft', 'but', 'too', 'low', 'rise', 'i', 'really', 'wanted', 'to', 'like', 'these', 'they', "'re", 'soft', 'long', 'enough', 'for', '5', '8', '1/2', 'and', 'a', 'nice', 'color', 'cut', 'the', 'rise', 'is', 'quite', 'low', 'and', 'the', 'hips', 'puffed', 'out', 'in', 'a', 'weird', 'way', 'have', 'to', 'return', ',3,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['4195,1001,26', 'great', 'casual', 'skirt', 'it', "'s", 'comfortable', 'and', 'easy', 'to', 'wear', 'with', 'lots', 'of', 'styles.,4,1,0', 'general', 'bottoms', 'skirts'] ['4196,860,38', 'pretty', 'blouse', 'comfortable', 'buy', 'one', 'size', 'smaller', 'this', 'is', 'a', 'pretty', 'blouse', 'that', 'is', 'also', 'very', 'comfortable', 'i', 'am', 'always', 'an', 'xl', 'in', 'retailer', 'tops', 'but', 'i', 'needed', 'to', 'go', 'down', 'to', 'a', 'large', 'on', 'this', 'one', 'this', 'blouse', 'is', 'cut', 'generously', 'everywhere', 'but', 'going', 'down', 'one', 'size', 'was', 'perfect', 'for', 'me', 'the', 'fabric', 'in', 'the', 'back', 'falls', 'from', 'the', 'shoulder', 'blade', 'area', 'so', 'it', 'has', 'a', 'very', 'nice', 'drape', 'in', 'the', 'back', 'the', 'sleeve', 'cuffs', 'and', 'placket', 'are', 'some', 'sort', 'of', 'cotton', 'so', 'the', 'cuff', 'made', 'a', 'nice', 'base', 'to', 'fold', 'the', 'sleeve', 'around', 'and', 'up', 'to', 'the', 'elbow', 'i', 'wore', 'a', 'nude', 'bra', 'underneath', 'and', 'i', 'ca', "n't", 'see', 'm', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['4197,867,24', 'beautiful', 'top', 'was', 'excited', 'to', 'receive', 'this', 'top', 'in', 'the', 'mail', 'and', 'was', "n't", 'disappointed', 'when', 'i', 'tried', 'it', 'on', 'beautiful', 'colors', 'true', 'to', 'image', 'and', 'pattern', '-the', 'blue', 'back', 'does', 'extend', 'into', 'the', 'front', 'but', 'does', 'not', 'look', 'unflattering', 'in', 'the', 'least', 'or', 'leave', 'for', 'an', 'awkward', 'fit', 'imho', 'very', 'happy', 'with', 'this', 'top', 'it', 'looks', 'so', 'cute', 'from', 'the', 'back', 'too~', ',5,1,1', 'general', 'tops', 'knits'] ['4198,857,42', ',,4,1,0', 'general', 'tops', 'knits'] ['4199,860,69', 'goes', 'with', 'anything', 'this', 'shirt', 'is', 'a', 'simple', 'but', 'versatile', 'top', 'it', 'goes', 'anywhere', 'with', 'anything', 'so', 'it', "'s", 'a', 'great', 'travel', 'piece', 'i', "'m", 'curvy', 'on', 'top', 'but', 'short', 'waisted', 'and', 'this', 'shirt', 'does', 'a', 'good', 'job', 'of', 'disguising', 'that', 'figure', 'flaw', 'i', 'got', 'loads', 'of', 'compliments', 'from', 'men', 'who', 'liked', 'the', 'femininity', 'that', 'stops', 'short', 'of', "'sugary", 'as', 'one', 'guy', 'put', 'it', 'it', "'s", 'quite', 'comfortable', 'and', 'does', "n't", 'bunch', 'up', 'when', 'one', 'sits', 'down', 'i', 'wore', 'it', 'with', 'copper', 'jewelry', 'and', 'that', 'really', 'made', 'it', "'pop", 'a', 'great', 'piece', 'for', 'one', "'s", 'wardrobe.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['4200,1025,31', 'not', 'entirely', 'as', 'described', 'the', 'item', 'i', 'received', 'was', 'not', 'distressed', 'i', 'bought', 'one', 'size', 'larger', 'thinking', 'they', "'d", 'be', 'super', 'slouchy', 'but', 'they', 'just', 'looked', 'sloppy', 'also', 'the', 'hips', 'puffed', 'out', 'in', 'a', 'very', 'strange', 'way', 'i', 'wanted', 'to', 'love', 'since', 'they', 'are', 'so', 'cute', 'and', 'soft', 'but', 'i', 'look', 'like', 'a', 'man', 'with', 'hips', 'in', 'these', 'jeans', 'returning', 'this', 'weekend', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['4201,1025,38', 'comfortable', 'i', 'bought', 'these', 'in', 'the', 'store', 'today', 'they', "'re", 'a', 'great', 'jean', 'none', 'of', 'the', 'pairs', 'i', 'saw', 'had', 'as', 'much', 'distressing', 'as', 'the', 'picture', 'there', 'were', 'no', 'holes', 'which', 'i', "'m", 'actually', 'grateful', 'for', 'i', 'do', "n't", 'like', 'holes', 'in', 'jeans', 'anyway', 'these', 'had', 'a', 'great', 'fit', 'for', 'me', 'they', 'fit', 'more', 'like', 'a', 'slim', 'straight', 'jean', 'on', 'my', 'curvier', 'figure', 'and', 'really', 'flatter', 'my', 'backside-', 'they', 'are', "n't", 'baggy', 'as', 'pictured', 'on', 'the', 'model', 'they', "'re", 'a', 'great', 'casual', 'jean', 'which', 'i', 'know', 'will', 'be', 'my', 'new', 'staple', 'even', 'better-', 'my', 'husband', 'gave', 'them', 'a', 'big', 'thumbs', 'up', ',4,1,9', 'general', 'petite', 'bottoms', 'jeans'] ['4202,964,56', 'cute', 'but', 'not', 'for', 'me', 'i', 'ordered', 'this', 'online', 'but', 'i', 'own', 'the', 'vest', 'and', 'i', 'love', 'it', 'so', 'i', 'took', 'a', 'chance', 'this', 'is', 'a', 'super', 'comfy', 'great', 'quality', 'jacket', 'the', 'sleeves', 'are', 'some', 'kind', 'of', 'knit', 'material', 'and', 'that', 'makes', 'it', 'really', 'cozy', 'and', 'not', 'constrictive', 'the', 'color', 'i', 'ordered', 'the', 'green', 'is', 'perfect', 'i', 'ultimately', 'returned', 'the', 'jacket', 'because', 'i', 'thought', 'the', 'lapels', 'were', 'just', 'too', 'wide', 'for', 'my', 'liking', 'they', 'look', 'exactly', 'like', 'the', 'picture', 'so', 'if', 'you', 'do', "n't", 'mind', 'that', 'you', 'will', 'probably', 'be', 'very', 'happy', 'with', 'this', 'jacket', 'it', 'just', 'was', "n't", 'for', 'me', 'i', 'ended', ',4,1,5', 'general', 'petite', 'jackets', 'jackets'] ['4203,964,46', 'love', 'this', 'jacket', 'i', "'ve", 'been', 'looking', 'for', 'a', 'more', 'polished', 'edgy', 'alternative', 'to', 'my', 'jean', 'jacket', 'and', 'this', 'is', 'perfect', 'it', "'s", 'super', 'soft', 'and', 'comfortable', 'will', 'look', 'awesome', 'over', 'a', 'dress', 'or', 'with', 'jeans', 'love', 'it', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4204,860,47', 'beautiful', 'flowy', 'top', 'this', 'top', 'is', 'even', 'better', 'than', 'pictured', 'the', 'colors', 'are', 'brighter', 'though', 'still', 'natural', 'this', 'allows', 'lots', 'of', 'possibilities', 'with', 'pairing', 'bottoms', 'to', 'it', 'i', 'ordered', 'a', 'large', 'my', 'usual', 'size', 'and', 'would', 'say', 'it', "'s", 'pretty', 'loose', 'but', 'does', "n't", 'look', 'ridiculous', 'it', 'just', 'hangs', 'well', 'and', 'fits', 'the', 'way', 'it', 'should', 'the', 'fabric', 'is', 'a', 'little', 'thin', 'so', 'you', "'ll", 'need', 'a', 'shade', 'shirt', 'or', 'tank', 'under', 'it', 'if', 'you', 'do', "n't", 'want', 'your', 'bra', 'to', 'show', 'through', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['4205,1001,34', ',,4,1,0', 'general', 'bottoms', 'skirts'] ['4206,1001,32', 'fun', 'skirt', 'this', 'is', 'a', 'great', 'casual', 'skirt', 'for', 'summer', 'color', 'pairs', 'well', 'with', 'many', 'tops', ',4,1,0', 'general', 'bottoms', 'skirts'] ['4207,860,63', 'great', 'netural', 'top.', 'this', 'top', 'is', 'simple', 'but', 'beautiful', 'i', 'am', 'either', 'a', 'large', 'or', 'xl', 'but', 'purchased', 'this', 'in', 'the', 'xl', 'it', 'is', 'a', 'swing', 'top', 'but', 'has', 'a', 'beautiful', 'flow', 'to', 'it', 'which', 'is', 'not', 'overbearing', 'i', 'am', 'around', '5', '6', 'and', 'slightly', 'on', 'the', 'broad', 'side', 'and', 'do', 'not', 'feel', 'overpowered', 'by', 'this', 'shirt', 'at', 'all'] ['i', 'love', 'a', 'top', 'that', 'can', 'be', 'worn', 'everyday', 'with', 'a', 'pair', 'of', 'jeans', 'or', 'dressed', 'up', 'with', 'a', 'pair', 'of', 'slacks', 'the', 'plus', 'to', 'this', 'top', 'is', 'that', 'it', 'can', 'born', 'worn', 'almost', 'year', 'round', 'which', 'i', 'like'] ['a', 'great', 'staple', 'for', 'your', 'closet', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4208,1001,40', 'love', 'this', 'skirt', 'this', 'skirt', 'is', 'fabulous', 'i', 'ordered', 'it', 'in', 'both', 'grey', 'and', 'green', 'only', 'flaw', 'was', 'the', 'grey', 'one', 'was', '2', 'inches', 'shorter', 'all', 'the', 'way', 'around', 'made', 'it', 'too', 'short', 'so', 'i', 'kept', 'the', 'green', 'great', 'for', 'summer', 'and', 'maybe', 'fall', 'with', 'flats', 'and', 'a', 'jacket', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4209,857,34', 'more', 'of', 'a', 'lounge/layering', 'top', 'the', 'neutral', 'color', 'was', 'at', 'my', 'local', 'retailer', 'which', 'is', 'a', 'rich', 'brown/mocha', 'much', 'nicer', 'looking', 'in', 'person', 'like', 'others', 'this', 'is', 'quite', 'sheer', 'and', 'thin', 'however', 'it', 'is', 'so', 'stretchy', 'breathable', 'and', 'comfortable', 'that', 'i', 'would', 'use', 'this', 'for', 'layering', 'instead', 'for', 'my', '5', '9', '36c', 'hourglass', 'frame', 'i', 'found', 'the', 'medium', 'to', 'be', 'rather', 'body', 'hugging', 'it', 'was', 'not', 'at', 'all', 'loose', 'like', 'on', 'the', 'model', 'for', 'me', 'this', 'is', 'fine', 'because', 'i', 'will', 'layer', 'eliminating', 'issues', 'of', 'sheerness', ',4,1,2', 'general', 'tops', 'knits'] ['4210,1001,31', 'perfect', 'skirt', 'this', 'skirt', 'is', 'soft', 'and', 'comfortable', 'breathes', 'and', 'moves', 'really', 'nicely', 'great', 'quality', 'and', 'fabric', 'just', 'be', 'careful', 'in', 'the', 'first', 'wear', 'i', 'snagged', 'a', 'spot', 'with', 'my', 'rings', 'i', 'ordered', 'my', 'usual', 'medium', 'but', 'probably', 'could', 'have', 'sized', 'down', 'to', 'a', 'small', 'i', 'plan', 'to', 'wear', 'this', 'all', 'the', 'time', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4211,964,39', 'great', 'jacket', 'this', 'is', 'a', 'great', 'jacket', 'for', 'fall', 'layering', 'love', 'the', 'color', 'and', 'cut', 'it', 'was', "n't", 'appearing', 'to', 'me', 'in', 'the', 'photo', 'that', 'the', 'sleeves', 'were', 'knit', 'but', 'it', 'actually', 'works', 'i', 'wear', 'the', 'sleeves', 'pushed', 'up', 'as', 'i', 'have', 'really', 'long', 'arms', 'and', 'they', 'are', 'a', 'smidge', 'short', 'now', 'my', 'go', 'too', 'for', 'casual', 'work', 'days', 'and', 'weekend', 'wear', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4212,1001,33', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['4213,860,32', 'nice', 'print', 'sloppy', 'design', 'this', 'is', 'another', 'one', 'of', 'those', 'darned', 'swing', 'tops', 'i', 'ca', "n't", 'even', 'with', 'this', 'trend', 'this', 'shirt', 'has', 'such', 'a', 'nice', 'print/color', 'palette', 'going', 'on', 'but', 'it', "'s", 'ruined', 'by', 'the', 'swing', 'cut/henley', 'combo-', 'it', 'looked', 'like', 'i', 'was', 'a', 'little', 'kid', 'wearing', 'an', 'oversized', 'men', "'s", 'night', 'shirt/smock', 'i', 'do', "n't", 'know', 'it', 'was', 'just', 'not', 'at', 'all', 'flattering', 'i', 'ordered', 'my', 'regular', 'size', 'large', 'and', 'a', 'medium', 'would', 'have', 'worked', 'and', 'probably', 'still', 'been', 'generously', 'cut', 'i', 'disagree', 'with', 'a', 'reviewer', 'who', 'said', 'it', 'might', 'work', 'for', 'larger', 'sizes', 'this', 'just', 'made', 'my', ',2,0,1', 'general', 'petite', 'tops', 'knits'] ['4214,964,31', 'a', 'great', 'piece', 'to', 'throw', 'on', 'this', 'jacket', 'is', 'surprisingly', 'soft', 'and', 'comfy', 'i', "'d", 'been', 'debating', 'getting', 'a', 'leather', 'jacket', 'in', 'this', 'style', 'but', 'when', 'i', 'saw', 'this', 'it', 'seemed', 'a', 'great', 'option', 'seems', 'to', 'be', 'very', 'versatile.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4215,857,44', 'description', 'is', 'wrong', 'not', 'a', 'swing', 'tunic', 'more', 'long', 'and', 'straight', 'keep', 'that', 'in', 'mind', 'when', 'buying', 'this', 'if', 'you', 'have', 'hips', 'this', 'might', 'not', 'be', 'the', 'top', 'for', 'you', ',2,0,27', 'general', 'tops', 'knits'] ['4216,1001,35', 'way', 'longer', 'than', 'pictured', 'i', 'tried', 'on', 'the', 'grey', 'version', 'in', 'store', 'and', 'it', 'was', 'significantly', 'longer', 'than', 'pictured', 'the', 'back', 'came', 'down', 'to', 'just', 'below', 'my', 'knee', 'which', 'looked', 'awkward', 'with', 'the', 'split', 'sides', 'i', 'am', '5', '4', 'and', 'this', 'was', 'a', 'regular', 'not', 'petite', 'size', 'however', 'the', 'overall', 'quality', 'of', 'the', 'fabric', 'was', 'good', 'and', 'it', 'seemed', 'durable', ',3,0,0', 'general', 'bottoms', 'skirts'] ['4217,857,25', 'chic', 'comfy', 'i', "'ve", 'been', 'searching', 'for', 'a', 'brown', 'top/dress/tunic', 'forever', 'and', 'i', 'finally', 'found', 'the', 'perfect', 'one', 'i', 'stumbled', 'across', 'this', 'adorable', 'tunic', 'while', 'browsing', 'the', 'clearance', 'room', 'at', 'my', 'local', 'retailer', 'and', 'you', 'can', 'imagine', 'my', 'excitement', 'when', 'it', 'was', 'my', 'size', 'small', 'i', 'tried', 'it', 'on', 'and', 'almost', 'asked', 'to', 'wear', 'it', 'out', 'of', 'the', 'store', 'it', "'s", 'sooo', 'soft', 'and', 'has', 'a', 'beautiful', 'rib-like', 'pattern/texture', 'to', 'it', 'you', 'could', 'wear', 'it', 'as', 'a', 'top', 'with', 'pants', 'or', 'a', 'dress', 'with', 'tights/leggings.,5,1,0', 'general', 'tops', 'knits'] ['4218,889,54', 'quite', 'soft', 'but', 'prone', 'to', 'pilling', 'this', "'poor", 'boy', 'mock', 't-neck/high', 'crew', 'neck', 'top', 'looks', 'a', 'tiny', 'bit', 'more', 'olive', 'to', 'me', 'than', 'the', 'online', 'photos', 'the', 'fit', 'runs', 'on', 'the', 'smaller', 'size', 'and', 'the', 'sleeves', 'will', 'be', 'bracelet', 'length', 'or', '3/4', 'length', 'for', 'taller', 'women'] [] ['i', 'tried', 'a', 'size', 'xs', 'that', 'was', 'in', 'the', 'store', 'and', 'it', 'fit', 'with', 'the', 'sleeves', 'just', 'above', 'my', 'wrists', 'but', 'a', 'size', 's', 'would', 'have', 'been', 'fine', 'too', 'i', "'m", '5', '2', 'currently', '33-25-37', 'narrow', 'shoulders', 'and', 'torso', '.for', 'reference', 'even', 'the', 'size', 'm', 'of', 'the', 'short', 'sleeve', 'version', 'fit', 'fine', 'so', 'there', 'is', 'a', 'lot', 'of', 'give'] [] ['no', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['4219,857,42', 'love', 'the', 'silhouette', 'but', 'the', 'shirt', 'is', 'see', 'through', 'this', 'shirt', 'had', 'everything', 'going', 'for', 'it', 'the', 'cut', 'the', 'length', 'the', 'fun', 'texture', 'but', 'when', 'i', 'stepped', 'into', 'the', 'light', 'it', 'was', 'totally', 'see', 'through', 'i', 'do', "n't", 'want', 'to', 'have', 'to', 'wear', 'another', 'shirt', 'underneath', 'this', 'one', 'is', 'going', 'back', 'definitely', 'not', 'a', 'swing', 'but', 'still', 'cute', ',3,0,7', 'general', 'tops', 'knits'] ['4220,1024,44', 'so', 'good', 'these', 'make', 'your', 'rear', 'look', 'ah-maz-ing', 'i', 'mean', 'seriously', 'good', 'every', 'time', 'i', 'wear', 'these', 'my', 'husband', 'can', 'not', 'keep', 'his', 'hands', 'off', 'usually', 'i', "'m", '27/28', 'in', 'these', 'i', 'took', 'a', '29.', 'perfection', 'i', 'also', 'got', 'them', 'in', 'the', 'black', 'and', 'blue', 'washes', 'i', 'may', 'not', 'be', 'wearing', 'any', 'of', 'my', 'other', 'jeans', 'at', 'this', 'point', 'so', 'good', 'awesome', 'price', 'point', 'too', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4221,940,57', 'some', 'comcerns', 'it', 'is', 'beautiful', 'but', 'not', 'practical', 'for', 'me', 'the', 'student', 'who', 'carries', 'a', 'backpack', 'i', 'did', "n't", 'notice', 'it', 'does', "n't", 'have', 'sleeves', 'it', 'is', 'regular', 'poncho', 'soft', 'and', 'stylish', 'recommended', 'for', 'poncho', 'lovers', ',4,1,1', 'general', 'tops', 'sweaters'] ['4222,1053,36', 'amazing', 'i', 'am', 'amazed', 'this', 'is', 'still', 'on', 'sale', 'it', "'s", 'so', 'comfortable', 'and', 'fabulous', ',5,1,0', 'general', 'bottoms', 'pants'] ['4223,1053,33', 'not', 'for', 'petites', 'i', 'so', 'wanted', 'these', 'to', 'work', 'i', 'am', '5', '1', 'and', '120', 'ordered', 'an', 'xs', 'they', 'were', 'just', 'way', 'too', 'long', 'i', 'love', 'the', 'look', 'of', 'a', 'cropped', 'jogger', 'but', 'they', 'looked', 'nothing', 'like', 'the', 'model', 'i', 'rolled', 'the', 'waistband', 'and', 'it', 'brought', 'the', 'hem', 'up', 'to', 'my', 'foot/ankle', 'but', 'they', 'were', 'still', 'way', 'too', 'long', 'to', 'be', 'flattering', 'otherwise', 'they', 'were', 'super', 'cute', 'and', 'cozy', ',4,1,0', 'general', 'bottoms', 'pants'] ['4224,1024,28', 'quality', 'that', 'lasts', 'love', 'this', 'denim', 'and', 'particular', 'wash.', 'button', 'fly', 'will', 'last', 'forever', 'looks', 'so', 'cute', 'rolled', 'a', 'little', 'on', 'the', 'cuff.,5,1,0', 'general', 'bottoms', 'jeans'] ['4225,624,33', ',although', 'not', 'the', 'highest', 'quality', 'of', 'clothing', 'i', "'ve", 'ever', 'received', 'from', 'retailer', 'they', 'are', 'still', 'comfy.,4,1,0', 'initmates', 'intimate', 'lounge'] ['4226,1086,37', ',love', 'this', 'dress', 'really', 'comfortable', 'and', 'flattering', 'the', 'arm', 'holes', 'are', 'a', 'little', 'big', 'but', 'not', 'too', 'much', 'for', 'me', 'to', 'return', 'the', 'dress', 'or', 'not', 'wear', 'it', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4227,1081,37', 'great', 'comfortable', 'casual', 'dress', 'a', 'great', 'little', 'dress', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4228,1053,62', 'so', 'comfy', 'i', 'ca', "n't", 'think', 'of', 'many', 'things', 'more', 'comfortable', 'than', 'cloth', 'stone', "'s", 'fabric', 'so', 'when', 'i', 'saw', 'this', 'jumpsuit', 'i', 'had', 'to', 'try', 'it', 'it', 'is', 'a', 'nice', 'mid-weight', 'perfect', 'for', 'fall', 'weather', 'or', 'a', 'mild', 'winter', 'like', 'we', 'are', 'currently', 'having', 'in', 'the', 'northeast', 'looks', 'very', 'cute', 'with', 'a', 'duster', 'cardigan', 'over', 'it', 'fits', 'true', 'to', 'size', 'meant', 'to', 'fit', 'a', 'little', 'loosely', 'length', 'is', 'great', 'everywhere', 'on', 'my', '5', '7', 'frame', 'feels', 'like', 'wearing', 'pajamas', 'with', 'the', 'benefit', 'of', 'looking', 'put-together', ',5,1,11', 'general', 'bottoms', 'pants'] ['4229,1053,51', 'stitching', 'falls', 'apart', 'i', 'thought', 'these', 'were', 'gorgeous', 'and', 'was', 'going', 'to', 'buy', 'them', 'although', 'the', 'price', 'was', 'a', 'bit', 'high', 'in', 'fact', 'two', 'separate', 'women', 'came', 'up', 'to', 'me', 'as', 'i', 'was', 'walking', 'around', 'the', 'store', 'and', 'asked', 'where', 'i', 'got', 'the', 'pants', 'because', 'the', 'colors', 'are', 'so', 'vivid', 'however', 'as', 'we', 'were', 'looking', 'at', 'the', 'items', 'we', 'noticed', 'that', 'both', 'the', 'green', 'and', 'the', 'blue', 'both', 'had', 'several', 'small', 'holes', 'in', 'them', 'due', 'to', 'stitching', 'quality', 'as', 'the', 'previous', 'reviewer', 'noted', 'therefore', 'none', 'of', 'us', 'purchased', 'the', 'pants'] [] ['the', 'staff', 'at', 'the', 'store', 'were', 'very', 'helpful', ',1,0,5', 'general', 'bottoms', 'pants'] ['4230,1081,27', 'it', 'was', 'ok', 'this', 'dress', 'was', 'cute', 'but', 'the', 'fit', 'was', 'not', 'quite', 'right', 'the', 'bottom', 'half', 'fit', 'well', 'but', 'the', 'top', 'half', 'was', 'a', 'little', 'loose', 'it', 'was', 'wearable', 'but', 'i', 'was', 'worried', 'after', 'wearing', 'for', 'a', 'few', 'hours', 'it', 'would', 'stretch', 'out', 'even', 'more', 'and', 'look', 'frumpy', 'like', 'other', 'reviewers', 'have', 'said', 'this', 'dress', 'really', 'needs', 'a', 'belt', 'to', 'bring', 'it', 'together', 'i', 'ended', 'up', 'returning', 'it', 'because', 'i', 'did', "n't", 'love', 'it', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4231,1086,30', 'lovely', 'but', 'large', 'i', 'know', 'that', 'some', 'folks', 'said', 'it', 'runs', 'small', 'but', 'i', 'am', 'usually', 'a', 'size', 'small', 'or', 'medium', 'in', 'dresses', 'and', 'the', 'medium', 'feels', 'big', 'to', 'me', 'that', 'being', 'said', 'it', 'definitely', 'works', 'and', 'i', 'think', 'it', "'ll", 'be', 'great', 'excited', 'to', 'dress', 'it', 'up', 'with', 'accessories-', 'feels', 'professional', 'enough', 'for', 'me', 'to', 'teach', 'in', ',4,1,0', 'general', 'dresses', 'dresses'] ['4232,1086,59', 'dress', 'fits', 'perfectly', 'and', 'is', 'extremely', 'comfortable', 'great', 'for', 'day', 'or', 'evening', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4233,1086,36', 'perfect', 'summer', 'dress', 'i', 'got', 'this', 'because', 'it', 'was', 'on', 'sale', 'and', 'it', 'looked', 'like', 'a', 'fun', 'design', 'i', 'like', 'it', 'so', 'much', 'more', 'than', 'i', 'expected', 'to', 'the', 'material', 'drapes', 'beautifully', 'so', 'the', 'lower', 'parts', 'skims', 'my', 'body', 'while', 'the', 'upper', 'part', 'moves', 'nicely', 'but', 'doesn', 'amp', 'amp', 'amp', 'amp', '39', 't', 'stick', 'out', 'too', 'much', 'i', 'love', 'the', 'green', 'color', 'too', 'i', 'tie', 'the', 'ties', 'on', 'the', 'back', 'of', 'the', 'dress', 'at', 'the', 'level', 'of', 'my', 'shoulder', 'blades', 'rather', 'than', 'on', 'top', 'as', 'in', 'the', 'photo', 'i', 'think', 'it', 'looks', 'cuter', 'that', 'way', 'so', 'glad', 'i', 'took', 'a', 'chance', 'on', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4234,940,35', 'great', 'gift', 'gave', 'this', 'sweater', 'to', 'my', 'mom', 'this', 'christmas', 'and', 'she', 'has', 'hardly', 'taken', 'it', 'off', 'so', 'cozy', 'and', 'cute', ',5,1,2', 'general', 'tops', 'sweaters'] ['4235,1081,39', 'comfy', 'and', 'nice', 'contrast', 'i', 'have', 'seen', 'this', 'dress', 'for', 'a', 'while', 'and', 'was', 'holding', 'off', 'but', 'then', 'i', 'decided', 'to', 'try', 'it', 'on', 'the', 'regualar', 'size', 'in', 'store', 'to', 'keep', 'in', 'mind', 'for', 'my', 'next', 'binge'] [] ['the', 'cut', 'is', 'flattering', 'length', 'is', 'jsut', 'above', 'my', 'knee', 'so', 'i', 'would', 'not', 'get', 'the', 'petite', 'on', 'this', 'one', 'i', 'would', 'as', 'others', 'have', 'mentioend', 'wear', 'it', 'with', 'a', 'belt', 'overall', 'it', 'fits', 'like', 'a', 'nice', 'comfy', 't-shirt', 'with', 'comfy', 'skirt', 'but', 'as', 'a', 'dress', 'very', 'nice', ',5,1,15', 'general', 'petite', 'dresses', 'dresses'] ['4236,1081,60', 'dressed', 'to', 'impress.', 'this', 'dress', 'is', 'so', 'cute', 'and', 'so', 'comfortable', 'i', 'will', 'be', 'wearing', 'this', 'to', 'a', 'lot', 'of', 'different', 'kind', 'of', 'events', 'i', 'am', 'so', 'happy', 'with', 'this', 'purchase.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4237,1086,31', 'nice', 'fall', 'dress', 'but', 'did', "n't", 'fit', 'me', 'well', 'for', 'reference', '5', '3', '130', 'athletic/muscular', 'body', 'type', 'broad', 'shoulders', 'slim', 'hips'] ['i', "'m", 'a', 'bit', 'confused', 'on', 'the', 'sizing', 'for', 'this', 'especially', 'based', 'on', 'other', 'reviews', 'mentioning', 'they', 'needed', 'to', 'size', 'up', 'i', 'ordered', 'the', 'xs', 'and', 'i', 'was', 'swimming', 'in', 'it', 'i', 'usually', 'am', 'quite', 'comfortable', 'in', 'size', 'small', 'so', 'i', "'m", 'not', 'sure', 'why', 'the', 'xs', 'was', 'still', 'too', 'big', 'perhaps', 'you', 'need', 'hips', 'for', 'this', 'dress', 'to', 'work', 'because', 'it', 'was', 'really', 'just', 'hanging', 'on', 'me', 'and', 'not', 'figure', 'flattering', 'at', 'all', 'i', "'m", 'not', 'sure', 'if', 'ordering', 'the', 'xxs', 'would', 'make', 'thi', ',3,1,1', 'general', 'dresses', 'dresses'] ['4238,857,49', 'comfy', 'and', 'warm', 'i', 'only', 'gave', 'this', 'three', 'stars', 'due', 'more', 'to', 'personal', 'preference', 'than', 'to', 'any', 'real', 'flaws', 'with', 'the', 'product', 'it', 'is', 'very', 'comfortable', 'and', 'for', 'a', 'jersey-style', 'shirt', 'quite', 'warm', 'but', 'that', 'is', 'one', 'of', 'my', 'issues', 'with', 'the', 'shirt', 'i', 'wanted', 'to', 'wear', 'it', 'well', 'into', 'spring', 'and', 'i', 'think', 'it', "'ll", 'be', 'just', 'too', 'warm', 'i', 'live', 'in', 'the', 'northeast', 'i', 'also', 'felt', 'that', 'while', 'it', 'fit', 'tts', 'it', 'had', 'a', 'more', 'generous', 'fit', 'than', 'what', 'i', 'expected', 'which', 'was', 'another', 'negative', 'for', 'me', 'i', 'wanted', 'it', 'to', 'be', 'more', 'fitted', 'to', 'my', 'body', 'however', 'i', 'did', 'keep', 'it', 'because', ',3,1,1', 'general', 'tops', 'knits'] ['4239,1086,35', 'love', 'this', 'dress', 'this', 'is', 'the', 'most', 'comfortable', 'dress', 'ever', 'it', "'s", 'so', 'soft', 'i', 'typically', 'wear', 'a', 'size', 'small', 'and', 'this', 'fits', 'true', 'to', 'size', 'it', 'is', 'long', 'enough', 'to', 'wear', 'to', 'work', 'which', 'i', 'love', 'it', 'looks', 'great', 'w', 'flats', 'in', 'the', 'summer', 'and', 'it', "'s", 'going', 'to', 'look', 'great', 'w', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['4240,1081,28', ',very', 'cute', 'and', 'comfortable', 'can', 'be', 'wear', 'with', 'tights', 'and', 'boots', 'or', 'into', 'spring', 'with', 'flags', 'very', 'flattering', 'fit', 'for', 'someone', 'with', 'smaller', 'upper', 'body', 'them', 'bottom', 'half', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4241,1068,60', 'cargo', 'pants', 'with', 'style', 'and', 'comfort', 'like', 'these', 'pants', 'and', 'they', 'were', 'on', 'sale', 'does', 'not', 'get', 'better', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4242,1086,59', 'everything', 'summer', 'i', 'meant', 'to', 'order', 'this', 'online', 'and', 'forgot', 'i', 'was', 'very', 'happy', 'when', 'i', 'was', 'able', 'to', 'get', 'it', 'in', 'one', 'of', 'the', 'stores', 'yesterday', 'it', "'s", 'everything', 'a', 'summer', 'dress', 'should', 'be', 'flowy', 'lightweight', 'and', 'a', 'great', 'print', 'i', 'ca', "n't", 'believe', 'there', "'s", 'no', 'reviews', 'and', 'that', 'it', 'still', 'available', 'in', 'every', 'size', 'for', 'reference', 'i', 'got', 'a', 'small', 'i', 'am', '5', '4', '135.', 'this', 'dress', 'i', 'thought', 'would', 'make', 'me', 'look', 'wide', 'because', 'it', "'s", 'all', 'straight', 'across', 'but', 'in', 'fact', 'it', 'really', 'has', 'a', 'great', 'flow', 'and', 'is', 'cut', 'well', 'grab', 'it', 'while', 'you', 'can', ',5,1,4', 'general', 'dresses', 'dresses'] ['4243,1081,29', 'so', 'cute', 'this', 'was', 'way', 'better', 'than', 'i', 'expected', 'it', 'to', 'be', 'tts', 'and', 'flattering', 'the', 'material', 'on', 'the', 'top', 'section', 'is', 'on', 'the', 'thinner', 'side', 'but', 'is', 'very', 'soft', 'and', 'comfortable', 'the', 'skirt', 'section', 'is', 'a', 'little', 'on', 'the', 'shorter', 'side', 'for', 'me', 'but', 'with', 'tights', 'i', 'think', 'i', 'could', 'still', 'make', 'it', 'wearable', 'for', 'work', ',4,1,0', 'general', 'dresses', 'dresses'] ['4244,624,46', ',cute', 'and', 'comfy', 'looks', 'like', 'i', 'will', 'be', 'able', 'to', 'dress', 'up', 'a', 'bit', 'too', 'fabric', 'and', 'fit', 'are', 'great', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['4245,837,35', 'great', 'design', 'with', 'cheap', 'fabric', 'not', 'worth', 'it.', 'really', 'wanted', 'to', 'like', 'this', 'and', 'took', 'chances', 'based', 'on', 'other', 'reviews', 'even', 'with', 'the', 'sale', 'price', 'and', 'addtl', 'discount', 'it', "'s", 'basically', '30', 'blouse', 'fabric', 'with', 'design', 'and', 'detail-work', 'of', 'a', 'much', 'more', 'expensive', 'blouse', 'the', 'white', 'is', 'sheer', 'and', 'and', 'fabric', 'will', 'wrinkle', 'easily', 'if', 'it', 'were', 'black', 'you', 'could', 'probably', 'get', 'away', 'with', 'it', 'but', 'the', 'white', 'shows', 'too', 'many', 'flaws', 'and', 'will', 'wrinkle', 'sad', 'to', 'have', 'to', 'send', 'it', 'back', ',2,0,0', 'general', 'tops', 'blouses'] ['4246,1053,45', 'odd', 'proportions', 'for', 'me', 'i', 'ordered', 'a', 'large', 'and', 'was', 'hopeful', 'that', 'this', 'would', 'be', 'as', 'comfy', 'and', 'stylish', 'as', 'others', 'reviewed', 'for', 'me', 'it', 'was', 'not', 'it', 'ran', 'a', 'little', 'small', 'on', 'top', 'buttons', 'bulged', 'at', 'my', 'chest', 'and', 'was', 'hard', 'to', 'put', 'on', 'bottom', 'part', 'fit', 'well', 'although', 'flattened', 'my', 'butt', 'unflatteringly', 'i', "'m", 'sure', 'this', 'works', 'for', 'some', 'just', 'was', "n't", 'the', 'right', 'fit', 'for', 'me', 'sent', 'it', 'back', ',3,0,0', 'general', 'bottoms', 'pants'] ['4247,1053,38', 'pretty', 'but', 'a', 'bit', 'small', 'i', 'ca', "n't", 'decide', 'on', 'these', 'pants', 'after', 'trying', 'them', 'on', 'in', 'the', 'store', 'they', 'are', 'very', 'soft', 'and', 'a', 'beautiful', 'blue', 'color', 'however', 'i', 'found', 'them', 'a', 'bit', 'small', 'i', 'usually', 'take', 'a', 'l', 'in', 'retailer', 'pants', 'and', 'these', 'are', 'very', 'tight', 'probably', 'could', 'pull', 'them', 'off', 'with', 'a', 'tunic', 'top', 'however', 'in', 'spite', 'of', 'the', 'fabric', 'the', 'fit', 'was', 'just', 'not', 'comfortable', 'for', 'me', 'a', 'good', 'alternative', 'for', 'denim', 'if', 'you', 'are', 'slender', 'rather', 'than', 'curvy', ',4,1,12', 'general', 'bottoms', 'pants'] ['4248,1081,36', ',this', 'dress', 'is', 'so', 'cute', 'but', 'it', 'definitely', 'is', 'highly', 'as', 'other', 'reviewers', 'have', 'stated.,4,1,0', 'general', 'dresses', 'dresses'] ['4249,1081,30', 'easy', 'peasy', 'what', 'a', 'great', 'find', 'this', 'is', 'so', 'easy', 'to', 'dress', 'up', 'or', 'down', 'and', 'a', 'very', 'comfortable', 'fit', 'and', 'fabric', 'the', 'skirt', 'fabric', 'is', 'pretty', 'form', 'fitting', 'so', 'not', 'something', 'i', 'can', 'comfortably', 'wear', 'to', 'work', 'but', 'it', "'s", 'a', 'versatile', 'piece', 'otherwise', 'the', 'buttons', 'on', 'the', 'sleeve', 'are', 'a', 'nice', 'touch.,5,1,0', 'general', 'dresses', 'dresses'] ['4250,1081,24', 'i', 'really', 'like', 'the', 'look', 'of', 'this', 'dress', 'but', 'i', 'ended', 'up', 'returning', 'it', 'because', 'it', 'was', 'too', 'short', 'the', 'shoulder', 'area', 'was', 'also', 'too', 'big', 'on', 'me', ',3,1,1', 'general', 'dresses', 'dresses'] ['4251,1024,66', 'so', 'good', 'at', '5', '3', 'and', '155', 'pounds', 'with', 'a', 'short', 'waist', 'it', "'s", 'hard', 'to', 'find', 'attractive', 'jeans', 'hit', 'the', 'jackpot', 'with', 'these', 'they', "'re", 'comfortable', 'very', 'slimming', 'with', 'a', 'perfect', 'rise', 'and', 'length', 'i', 'ordered', 'size', '32', 'so', 'i', 'did', 'go', 'up', 'a', 'size', 'love', 'the', 'button', 'closure', 'instead', 'of', 'a', 'zipper', 'these', 'are', 'much', 'better', 'than', 'my', 'citizen', 'boyfriends', 'that', 'cost', 'twice', 'as', 'much', 'try', 'these', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4252,1086,66', 'not', 'for', 'me', 'took', 'another', 'reviewer', "'s", 'advice', 'and', 'sized', 'up', 'to', 'an', 'xl', 'unfortunately', 'it', 'grabbed', 'around', 'my', 'midsection', 'and', 'was', "n't", 'attractive', 'love', 'the', 'color', 'and', 'it', "'s", 'dreamy', 'soft', 'the', 'sleeves', 'are', 'attractive', 'on', 'less', 'than', 'toned', 'arms', 'my', 'problem', 'was', 'with', 'the', 'side', 'view', 'which', 'emphasized', 'my', 'tummy', 'it', 'clings', 'and', 'you', 'could', 'see', 'a', 'lot', 'of', 'my', 'bra', 'because', 'in', 'the', 'larger', 'size', 'the', 'armholes', 'are', 'large', 'sadly', 'returned.,3,1,2', 'general', 'dresses', 'dresses'] ['4253,995,48', 'cuter', 'in', 'person', 'do', "n't", 'think', 'the', 'photo', 'does', 'this', 'skirt', 'justice', 'it', "'s", 'a', 'very', 'flattering', 'fit', 'the', 'kind', 'of', 'skirt', 'you', "'ll", 'wear', 'all', 'summer', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4254,1068,46', 'comfortable', 'and', 'stylish', 'these', 'are', 'great', 'for', 'lounging', 'around', 'or', 'even', 'wearing', 'to', 'work', 'as', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4255,1081,22', 'the', 'sisterhood', 'of', 'the', 'traveling', 'dress', 'if', 'any', 'of', 'you', 'have', 'read', 'the', 'book', 'or', 'watched', 'the', 'movie', 'sisterhood', 'of', 'the', 'traveling', 'pants', 'then', 'you', 'will', 'understand', 'this', 'analogy', 'i', 'am', 'convinced', 'that', 'this', 'dress', 'hugs', 'everyone', 'in', 'the', 'right', 'places', 'it', 'looks', 'kind', 'of', 'boring', 'on', 'a', 'hanger', 'but', 'has', 'an', 'incredible', 'fit', 'that', 'complimented', 'my', 'waist', 'so', 'much', 'i', 'instantly', 'felt', 'tinier', 'in', 'every', 'trouble', 'area', 'of', 'my', 'body', 'although', 'the', 'design', 'of', 'this', 'dress', 'is', 'casual', 'i', 'feel', 'that', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'for', 'a', 'nice', 'brunch', 'or', 'meeting', 'i', 'love', 'basic', 'clothing', 'designs', 'tha', ',5,1,6', 'general', 'dresses', 'dresses'] ['4256,828,41', 'wanted', 'to', 'love', 'this', 'top', 'but', 'could', "n't", 'the', 'arm', 'holes', 'where', 'so', 'big', 'you', 'have', 'to', 'wear', 'a', 'top', 'under', 'to', 'hide', 'side', 'boob', 'very', 'light', 'sheer', 'material', 'had', 'to', 'go', 'back', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['4257,1081,27', 'great', 'dress', 'even', 'better', 'with', 'a', 'belt', 'easy', 'to', 'wear', 'and', 'very', 'cute', 'especially', 'for', 'curvy', 'ladies', 'but', 'i', 'think', 'it', 'looks', 'best', 'worn', 'with', 'a', 'best', 'or', 'a', 'blazer', 'on', 'top', 'something', 'to', 'emphasize', 'the', 'waist', 'a', 'bit', 'more', ',4,1,0', 'general', 'dresses', 'dresses'] ['4258,1086,31', 'not', 'for', 'my', 'curves', '5', '7', '34c', '28', 'jeans', 'size', '4', 'dress', 'fell', 'in', 'love', 'with', 'the', 'pattern', 'in', 'particular', 'knowing', 'the', 'design', 'might', 'not', 'work', 'best', 'for', 'my', 'body', 'ordered', 'the', 'size', 'small', 'it', 'was', 'not', 'unflattering', 'but', 'it', 'did', 'nothing', 'for', 'my', 'body', 'type', 'if', 'anything', 'the', 'excess', 'fabric', 'made', 'me', 'appear', 'wider', 'and', 'made', 'my', 'waist', 'non-existent', 'the', 'trouble', 'was', 'that', 'the', 'skirt', 'portion', 'has', 'the', 'elastic', 'band', 'starting', 'high', 'approximately', 'right', 'under', 'your', 'chest', 'almost', 'like', 'an', 'empire', 'waist', 'this', 'is', 'hidden', 'by', 'the', 'flap', 'of', 'material', 'hanging', 'over', ',3,0,5', 'general', 'dresses', 'dresses'] ['4259,1053,34', 'poor', 'quality', 'disappointed', 'i', 'am', 'sooooooo', 'massively', 'disappointed', 'in', 'this', 'purchase', 'i', 'thought', 'i', 'had', 'found', 'the', 'perfect', 'pant', 'in', 'this', 'style', 'both', 'more', 'comfortable', 'and', 'more', 'flattering', 'than', 'similar', 'styles', 'in', 'the', 'store', 'i', 'wanted', 'to', 'wear', 'them', 'every', 'day', 'received', 'lots', 'of', 'compliments', 'felt', 'that', 'you', 'could', 'dress', 'up', 'or', 'down', 'etc', 'this', 'is', 'where', 'i', 'have', 'to', 'admit', 'that', 'i', 'wore', 'them', 'several', 'times', 'straight', 'from', 'the', 'store', 'before', 'washing', 'on', 'the', 'second', 'wear', 'i', 'noticed', 'threads', 'coming', 'out', 'on', 'the', 'seams', 'but', 'just', 'on', 'one', 'side', 'of', 'one', 'leg', 'this', 'was', 'irr', ',2,0,0', 'general', 'bottoms', 'pants'] ['4260,1086,37', 'very', 'comfy', 'dress', 'very', 'comfortable', 'dress', 'for', 'fall', 'and', 'early', 'winter', 'love', 'the', 'material', 'and', 'great', 'to', 'throw', 'on', 'to', 'run', 'errands', 'in', 'over', 'the', 'weekend', 'or', 'could', 'dress', 'up', 'with', 'flats', 'and', 'sweater', 'for', 'work', ',5,1,0', 'general', 'dresses', 'dresses'] ['4261,1068,47', 'great', 'pants', 'these', 'pants', 'are', 'perfect', 'for', 'any', 'closet', 'they', 'can', 'be', 'casual', 'weekend', 'or', 'paired', 'with', 'a', 'light', 'top', 'and', 'heels', 'very', 'comfortable', 'love', 'the', 'detailing', 'around', 'the', 'pockets.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4262,837,41', 'it', "'s", 'definitely', 'not', 'a', '100', 'blouse', 'but', 'i', 'took', 'advantage', 'of', 'the', 'sale', 'on', 'sale', 'and', 'got', 'ta', 'say', 'i', 'love', 'it', 'it', "'s", 'slightly', 'sheer', 'but', 'with', 'a', 'plain', 'nude', 'bra', 'it', "'s", 'fine', 'beautiful', 'details', 'very', 'retro', 'light', 'and', 'breezy', 'wearing', 'it', 'to', 'work', 'and', 'with', 'jeans', ',5,1,1', 'general', 'tops', 'blouses'] ['4263,940,25', 'love', 'this', 'cadigan', 'this', 'cardigan', 'is', 'defined', 'by', 'comfort', 'it', 'is', 'of', 'a', 'lovely', 'knitted', 'like', 'material', 'and', 'is', 'very', 'warm', 'the', 'pockets', 'are', 'great', 'for', 'holding', 'your', 'phone', 'and', 'the', 'billowy', 'sleeves', 'make', 'you', 'feel', 'like', 'you', 'are', 'wrapped', 'in', 'a', 'blanket.,5,1,0', 'general', 'tops', 'sweaters'] ['4264,940,48', 'take', 'a', 'close', 'look', 'when', 'i', 'saw', 'this', 'online', 'it', 'looked', 'like', 'a', 'regular', 'cardigan', 'with', 'a', 'hood', 'but', 'with', 'looser', 'arms', 'and', 'a', 'generally', 'looser', 'fit', 'just', 'be', 'aware', 'it', 'has', 'bat', 'wings', 'or', 'something', 'not', 'sure', 'what', 'it', 'is', 'called', 'there', 'is', "n't", 'one', 'picture', 'included', 'with', 'an', 'arm', 'lifted', 'so', 'without', 'a', 'really', 'close', 'look', 'the', 'arms', 'look', 'loose', 'but', 'normal', 'i', 'returned', 'it', ',5,1,5', 'general', 'tops', 'sweaters'] ['4265,1086,29', 'very', 'comfortable', 'dress', 'i', 'love', 'how', 'comfortable', 'this', 'dress', 'is', 'i', 'ordered', 'an', 'xs', 'and', 'it', 'fit', 'perfectly', 'i', "'m", '5', '4', 'and', 'it', 'falls', 'to', 'just', 'above', 'my', 'knee', 'it', 'holds', 'its', 'shape', 'and', 'is', 'very', 'flattering', 'pair', 'it', 'with', 'a', 'cute', 'denim', 'jacket', 'and', 'ankle', 'boots', 'for', 'fall', 'or', 'a', 'light', 'scarf', 'and', 'ballet', 'flats', 'for', 'spring', ',5,1,0', 'general', 'dresses', 'dresses'] ['4266,1068,47', 'i', 'will', 'live', 'in', 'these', 'pants', 'the', 'rest', 'of', 'my', 'life', 'seriously', 'most', 'comfortable', 'pants', 'ever', 'fabric', 'feels', 'very', 'luxe', 'are', 'they', 'dressy', 'enough', 'for', 'the', 'office', 'i', 'do', "n't", 'care', 'they', 'feel', 'that', 'great', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4267,1081,40', 'dolan', 'softness', 'this', 'dress', 'is', 'is', 'super', 'snuggly', 'and', 'soft', 'i', 'have', 'recently', 'been', 'purchasing', 'more', 'and', 'more', 'dolan', 'clothing', 'because', 'of', 'the', 'quality', 'and', 'comfort', 'i', "'m", '5', '7', '126', 'lbs', 'and', 'the', 'medium', 'fits', 'well', 'i', 'find', 'the', 'arms', 'to', 'be', 'somewhat', 'long', 'but', 'not', 'too', 'much', 'so', ',4,1,0', 'general', 'dresses', 'dresses'] ['4268,1081,19', 'really', 'cute', 'everyday', 'dress', 'love', 'the', 'fabric', 'and', 'material', 'it', "'s", 'super', 'soft', 'a', 'great', 'dress', 'to', 'just', 'throw', 'on', 'and', 'go', ',5,1,1', 'general', 'dresses', 'dresses'] ['4269,1086,33', 'so', 'soft', 'and', 'comfortable', 'this', 'dress', 'is', 'really', 'really', 'soft', 'and', 'comfortable', 'it', "'s", 'loose', 'but', 'still', 'flattering', 'i', 'would', 'definitely', 'recommend', 'it.,4,1,0', 'general', 'dresses', 'dresses'] ['4270,1024,31', 'in', 'love', 'i', 'may', 'wear', 'these', 'every', 'day', 'i', 'am', 'obsessed', 'i', 'am', '5', '8', '125ibs', 'normally', 'a', 'size', '25/26', 'in', 'jeans', 'i', 'ordered', 'these', 'in', 'a', '26', 'and', 'they', 'fit', 'like', 'a', 'glove', 'they', 'do', 'not', 'stretch', 'much', 'at', 'all', 'and', 'keep', 'a', 'really', 'nice', 'vintage', 'fit', 'and', 'feel', 'i', 'am', 'extremely', 'happy', 'with', 'this', 'purchase', 'these', 'are', 'a', 'must', 'have', 'staple', 'in', 'anyone', "'s", 'wardrobe.,5,1,1', 'general', 'bottoms', 'jeans'] ['4271,1086,32', 'fun', 'dress', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'a', 'pre-wedding', 'event', 'at', 'an', 'out', 'of', 'country', 'beach', 'wedding', 'in', 'late', 'fall', 'so', 'i', 'bought', 'it', 'a', 'size', 'smaller', 'than', 'normal', 'but', 'it', 'fits', 'so', 'i', 'could', 'say', 'it', 'runs', 'a', 'little', 'big', 'very', 'cute', 'though', 'and', 'i', 'thought', 'even', 'more', 'flattering', 'than', 'i', 'thought', 'it', 'would', 'be', 'from', 'the', 'picture', 'i', "'m", 'more', 'top', 'heavy', 'and', 'it', 'kind', 'of', 'camouflaged', 'that', 'which', 'is', 'always', 'great', ',4,1,3', 'general', 'dresses', 'dresses'] ['4272,1081,68', 'styish', 'cute', 'and', 'comfortable', 'this', 'little', 'dress', 'is', 'extremely', 'cute', 'and', 'very', 'comfortable', 'i', 'did', "n't", 'pay', 'enough', 'attention', 'to', 'the', 'picture', 'and', 'totally', 'missed', 'the', 'faux', 'wrap', 'skirt', 'but', 'that', 'only', 'adds', 'to', 'the', 'appeal', 'and', 'is', 'well', 'done', 'not', 'showing', 'too', 'much', 'skin', 'this', 'dress', 'looks', 'great', 'with', 'a', 'white', 'denim', 'jacket', 'or', 'a', 'red', 'cardi', 'it', 'will', 'get', 'lots', 'of', 'use', 'and', 'really', 'is', 'a', '3', 'quarters', 'of', 'the', 'year', 'piece', ',5,1,0', 'general', 'dresses', 'dresses'] ['4273,1081,50', 'beautiful', 'dress', 'this', 'dress', 'is', 'so', 'pretty', 'comfortable', 'and', 'easy', 'to', 'wear', 'i', 'got', 'so', 'many', 'compliments', 'in', 'it', 'it', 'is', 'a', 'winner', 'for', 'sure', ',5,1,0', 'general', 'dresses', 'dresses'] ['4274,857,55', ',love', 'this', 'top', ',5,1,1', 'general', 'tops', 'knits'] ['4275,1086,33', 'perfect', 'for', 'year-round', 'work', 'comfort', 'soft', 'comfortable', 'flattering', 'great', 'for', 'spring', 'summer', 'fall', 'and', 'wear', 'a', 'tight', 'black', 'long-sleeved', 'tee', 'underneath', 'for', 'winter', 'not', 'form-fitting', 'even', 'if', 'you', 'size', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['4276,837,37', 'very', 'nice', 'but', 'thin', 'materal', 'very', 'sheer', 'i', 'paired', 'with', 'the', 'palmarosa', 'wide', 'legs', 'loved', 'the', 'way', 'it', 'looked', 'i', 'do', 'think', 'the', 'sale', 'price', 'is', 'a', 'bit', 'high', 'for', 'this', 'shirt', 'though', ',5,1,0', 'general', 'tops', 'blouses'] ['4277,1068,54', ',i', 'got', 'this', 'before', 'the', 'winter', 'so', 'i', 'could', 'wear', 'it', 'for', 'summer', 'and', 'fall', 'it', 'is', 'light', 'wave', 'material', 'for', 'summer', 'and', 'fall', 'i', 'think', 'it', 'would', 'be', 'good', 'for', 'spring', 'time', 'too.the', 'color', 'of', 'this', 'pants', 'is', 'more', 'natural', 'so', 'it', 'is', 'easy', 'to', 'march', 'any', 'color', 'of', 'tops.i', 'really', 'enjoy', 'it.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4278,1086,44', 'sized', 'up', 'and', 'perfect', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'was', 'sad', 'that', 'the', 'small', 'was', 'a', 'little', 'unflattering', 'around', 'my', 'mid', 'section', 'could', "n't", 'stop', 'thinking', 'about', 'the', 'dress', 'though', 'so', 'checked', 'reviews', 'online', 'from', 'home', 'many', 'said', 'to', 'size', 'up', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'is', 'perfect', 'fits', 'so', 'nicely', 'now', 'and', 'the', 'fabric', 'is', 'so', 'cozy', 'i', 'thought', 'the', 'top', 'would', 'be', 'too', 'big', 'in', 'a', 'larger', 'size', 'but', 'it', 'still', 'looks', 'good', ',5,1,0', 'general', 'dresses', 'dresses'] ['4279,828,67', 'i', 'really', 'love', 'cloth', 'stone', 'and', 'this', 'top', 'did', 'not', 'disappoint', 'i', 'am', 'usually', 'a', 'size', 'small', 'in', 'tops', 'but', 'tend', 'to', 'be', 'an', 'xs', 'in', 'halters', 'because', 'the', 'arm', 'holes', 'are', 'usually', 'big', 'on', 'me', 'i', 'went', 'with', 'my', 'usual', 'xs', 'and', 'it', 'fit', 'perfectly', 'it', 'has', 'a', 'nice', 'drape', 'to', 'it', 'and', 'is', 'super', 'soft', 'i', 'will', 'add', 'that', 'when', 'looking', 'at', 'the', 'picture', 'i', 'did', "n't", 'notice', 'that', 'there', 'is', 'a', 'muted', 'pink', 'to', 'the', 'plaid', 'design', 'i', 'originally', 'thought', 'it', 'was', 'just', 'a', 'navy', 'blue', 'and', 'white', 'plaid', 'however', 'there', 'is', 'a', 'really', 'light', 'pink', 'to', 'it', 'as', 'well', 'i', 'actually', 'w', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4280,1078,28', 'love', 'this', 'dress', 'wonderful', 'dress', 'very', 'comfortable', 'and', 'great', 'fit', 'received', 'numerous', 'compliments', 'whenever', 'i', 'wear', 'it.,5,1,0', 'general', 'dresses', 'dresses'] ['4281,1094,30', 'cute', 'dress', 'with', 'faulty', 'zipper', 'this', 'is', 'a', 'beautiful', 'dress', 'i', 'sized', 'up', '2', 'sizes', 'based', 'on', 'other', 'reviews', 'and', 'it', 'fits', 'well', 'it', 'is', 'on', 'the', 'shorter', 'side', 'i', 'purchased', 'the', 'blue', 'and', 'it', "'s", 'a', 'beautiful', 'color', 'i', 'was', 'in', 'love', 'with', 'the', 'dress', 'until', 'the', 'zipper', 'burst', 'open', 'after', 'wearing', 'it', 'for', 'five', 'minutes', 'i', 'think', 'i', "'m", 'going', 'to', 'have', 'the', 'zipper', 'replaced', 'because', 'i', 'like', 'it', 'so', 'much', 'but', 'at', 'the', 'high', 'price', 'point', 'there', 'should', 'be', 'a', 'functional', 'zipper.,3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4282,1081,53', 'neckline', 'bothers', 'me', 'i', 'like', 'the', 'fabric', 'very', 'smooth', 'and', 'feels', 'nice', 'on', 'the', 'skin', 'i', 'like', 'the', 'handkerchief', 'hemline', 'too.i', 'did', "n't", 'realize', 'how', 'much', 'i', 'would', 'not', 'like', 'the', 'neckline', 'it', 'feels', 'too', 'tight', 'and', 'too', 'high', 'to', 'me', 'and', 'i', "'m", 'not', 'sure', 'i', 'could', 'wear', 'this', 'for', 'long', 'without', 'pulling', 'at', 'the', 'neck', 'also', 'the', 'fit', 'is', 'loose', 'maybe', 'a', 'bit', 'too', 'loose', 'for', 'my', 'taste', 'but', 'it', "'s", 'the', 'neck', 'fit', 'that', 'makes', 'me', 'have', 'to', 'return', 'this', 'dress', ',3,0,28', 'general', 'dresses', 'dresses'] ['4283,1078,33', 'i', 'want', 'to', 'wear', 'this', 'everyday', 'this', 'dress', 'is', 'so', 'soft', 'and', 'comfortable', 'great', 'winter', 'staple', 'i', 'purchased', 'the', 'blue', 'motif', 'which', 'really', 'does', "n't", 'have', 'any', 'blue', 'on', 'it', 'the', 'stripes', 'are', 'fun', 'and', 'make', 'this', 'the', 'perfect', 'dress', 'to', 'throw', 'on', 'and', 'feel', 'great', 'while', 'staying', 'comfortable', ',5,1,0', 'general', 'dresses', 'dresses'] ['4284,1094,66', 'hideous', 'in', 'green', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'green', 'color', 'the', 'dress', 'did', 'not', 'look', 'like', 'the', 'picture', 'i', 'returned', 'the', 'dress', 'since', 'it', 'looked', 'like', 'something', 'to', 'wear', 'to', 'a', 'farm', 'barnyard', 'dance', 'i', 'returned', 'the', 'dress.,1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['4285,1078,32', 'love', 'this', 'dress', 'i', 'love', 'this', 'dress', 'i', 'generally', 'wear', 'size', '10', 'and', 'the', 'medium', 'fits', 'perfect', 'i', "'m", 'a', 'curvy', 'lady', 'and', 'this', 'dress', 'fits', 'great', 'i', "'ve", 'received', 'many', 'compliments', 'on', 'it', 'and', 'might', 'even', 'get', 'another', 'pattern', 'because', 'i', 'love', 'it', 'so', 'much', ',5,1,5', 'general', 'dresses', 'dresses'] ['4286,1078,38', 'comfortable', 'meets', 'cute', 'this', 'dress', 'is', 'adorable', 'it', "'s", 'easy', 'to', 'wear', 'really', 'comfortable', 'and', 'i', 'think', 'looks', 'great', 'on', 'i', "'m", '5', '4', 'i', 'probably', 'should', 'have', 'gotten', 'a', 'petite', 'the', 'shortest', 'part', 'of', 'the', 'dress', 'meets', 'my', 'knees', 'the', 'fabric', 'is', 'quite', 'soft', 'flows', 'like', 'jersey', 'it', 'does', 'seem', 'to', 'be', 'a', 'little', 'cheaper', 'and', 'i', 'ca', "n't", 'speak', 'to', 'durability', 'yet', 'hoping', 'it', 'holds', 'up', ',4,1,4', 'general', 'dresses', 'dresses'] ['4287,1078,41', 'just', 'perfect', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'and', 'it', 'did', 'not', 'disappoint', 'true', 'to', 'size', 'not', 'too', 'snug', 'but', 'does', "n't", 'make', 'you', 'look', 'shapeless', 'the', 'material', 'is', 'soft', 'and', 'has', 'great', 'movement', 'looks', 'great', 'with', 'boots', 'and', 'booties', 'i', 'know', 'i', 'will', 'be', 'wearing', 'this', 'one', 'often', ',5,1,1', 'general', 'dresses', 'dresses'] ['4288,1078,28', 'casual', 'comfort', 'with', 'style', 'fabric', 'is', 'a', 'dream', 'to', 'wear', 'and', 'it', 'flows', 'nicely', 'not', 'exactly', 'form-fitting', 'but', 'still', 'flattering', 'i', "'m", '5', '9', '140', 'and', 'wore', 'the', 'medium', ',5,1,0', 'general', 'dresses', 'dresses'] ['4289,1078,59', ',the', 'fabric', 'is', 'super', 'soft', 'and', 'litght', 'it', 'hardly', 'feels', 'like', 'you', 'are', 'wearing', 'it', 'body', 'skimming', 'fit', 'can', 'disguise', 'a', 'less', 'than', 'perfect', 'figure', 'can', 'easily', 'go', 'from', 'day', 'to', 'night', 'absolutely', 'love.,5,1,0', 'general', 'dresses', 'dresses'] ['4290,1078,28', 'fits', 'like', 'a', 'mumu', 'this', 'dress', 'looks', 'great', 'online', 'with', 'boots', 'as', 'shown', 'when', 'it', 'arrived', 'and', 'i', 'tried', 'it', 'on', 'it', 'fit', 'great', 'on', 'my', 'arms', 'was', "n't", 'too', 'tight', 'on', 'my', 'neck', 'but', 'once', 'it', 'went', 'down', 'over', 'my', 'chest', '36c', 'the', 'dress', 'never', 'came', 'back', 'in', 'to', 'show', 'my', 'feminine', 'waist/shape', 'it', 'just', 'looked', 'like', 'a', 'big', 'trash', 'bag', 'on', 'me', 'very', 'disappointing', 'similar', 'to', 'a', 'mumu', ',2,0,2', 'general', 'dresses', 'dresses'] ['4291,1081,68', 'i', 'did', "n't", 'think', 'i', "'d", 'like', 'this', 'due', 'to', 'the', 'high', 'neck', 'but', 'i', 'was', 'in', 'the', 'store', 'and', 'it', 'was', 'so', 'soft', 'that', 'i', 'tried', 'it', 'on', 'in', 'the', 'black', 'motif', 'this', 'dress', 'is', 'so', 'comfortable', 'and', 'flattering', 'it', "'s", 'definitely', 'a', 'versatile', 'piece', 'dress', 'down', 'with', 'a', 'denim', 'jacket', 'or', 'dress', 'up', 'with', 'heels', 'and', 'it', 'has', 'pockets', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4292,1081,46', 'maeve', 'has', 'done', 'it', 'again', 'tried', 'this', 'dress', 'on', 'at', 'my', 'local', 'retailer', 'and', 'just', 'fell', 'in', 'love', 'with', 'it', 'it', 'is', 'a', 'sleek', 'almost', "'90", "'s", 'style', 'design', 'that', 'is', 'so', 'comfortable', 'and', 'flattering', 'at', 'the', 'same', 'time', 'and', 'it', 'has', 'pockets', 'i', 'will', 'be', 'wearing', 'it', 'all', 'summer', 'with', 'flats', 'or', 'sneakers', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4293,1078,48', 'so', 'simple', 'but', 'so', 'cute', 'i', 'bought', 'the', 'multi-color', 'stripe', 'and', 'it', 'is', 'adorable', 'i', 'am', '5', '9', '135', 'lbs', 'and', 'purchased', 'a', 'size', 'small', 'it', 'is', 'a', 'perfect', 'length', 'and', 'drapes', 'well', 'not', 'too', 'tight', 'at', 'all', 'i', 'received', 'a', 'ton', 'of', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'highly', 'recommend', ',5,1,1', 'general', 'dresses', 'dresses'] ['4294,1078,57', 'thin', 'and', 'sheer', 'i', 'was', 'hoping', 'this', 'dress', 'was', 'a', 'bit', 'thicker', 'but', 'when', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'was', 'very', 'thin', 'and', 'sheer', 'because', 'of', 'the', 'body', 'skimming', 'design', 'this', 'dress', 'likely', 'wo', "n't", 'work', 'on', 'many', 'without', 'some', 'serious', 'spanx', 'or', 'body', 'trimming', 'hosiery', 'if', 'you', 'work', 'out', 'and', 'are', 'very', 'fit', 'you', 'might', 'like', 'it', 'but', 'i', 'do', "n't", 'so', 'i', "'m", 'not', 'that', 'brave', 'lol', ',4,0,19', 'general', 'dresses', 'dresses'] ['4295,1078,58', 'classy', 'cling', 'i', 'took', 'a', 'chance', 'buying', 'online', 'i', "'m", 'thrilled', 'this', 'dress', 'clings', 'at', 'the', 'top', 'and', 'releases', 'where', 'it', 'should', 'below', 'the', 'bust', 'without', 'looking', 'like', 'a', 'tent', 'a', 'very', 'classy', 'dress', 'for', 'work', 'or', 'play', 'just', 'hope', 'it', 'holds', 'up', 'after', 'a', 'wash', 'as', 'the', 'material', 'is', 'thin', 'but', 'opaque', 'love', 'this', 'dress.,5,1,0', 'general', 'dresses', 'dresses'] ['4296,1081,47', 'great', 'dress', 'i', 'always', 'wear', 'dresses', 'because', 'fl', 'is', 'hot', 'this', 'one', 'is', 'easy', 'breezy', 'and', 'fun', 'it', "'s", 'trendy', 'without', 'trying', 'too', 'hard', 'nice', 'lines', 'the', 'fabric', 'is', 'nice', 'and', 'soft', 'and', 'washes', 'well', 'the', 'pattern', 'is', 'pretty', 'i', 'got', 'both', 'colors', 'i', 'always', 'get', 'compliments', 'when', 'i', 'wear', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4297,1094,24', 'great', 'dress', 'but', 'not', 'functional', 'i', 'loved', 'this', 'dress', 'it', 'runs', 'small', 'i', "'m", 'normally', 'a', '2', 'so', 'i', 'had', 'to', 'get', 'a', '4.', 'in', 'the', 'fitting', 'room', 'the', 'zippers', 'got', 'stuck', 'a', 'lot', 'i', 'assumed', 'it', 'was', 'just', 'from', 'the', 'way', 'the', 'waist', 'was', 'sewn', 'in', 'finally', 'i', 'found', 'a', 'dress', 'that', 'would', 'zip', 'pretty', 'well'] [] ['i', 'went', 'to', 'put', 'on', 'this', 'dress', 'for', 'my', 'rehearsal', 'dinner', 'the', 'night', 'before', 'my', 'wedding', 'my', 'fiance', 'and', 'i', 'tried', 'in', 'vain', 'for', '20', 'minutes', 'to', 'try', 'to', 'zip', 'it', 'up', 'and', 'then', 'it', 'broke', 'the', 'part', 'that', 'was', 'zipped', 'became', 'unzipped', 'and', 'the', 'zipper', 'had', 'no', 'where', 'to', 'go', 'it', 'was', 'awful', 'i', 'co', ',1,0,3', 'general', 'dresses', 'dresses'] ['4298,1078,27', 'love', 'this', 'dress', 'i', 'layer', 'spanx', 'and', 'a', 'seamless', 'tank', 'underneath', 'as', 'the', 'fabric', 'would', 'show', 'everything', 'if', 'worn', 'on', 'it', "'s", 'own', ',4,1,0', 'general', 'dresses', 'dresses'] ['4299,1081,62', 'funny', 'armholes', 'in', 'general', 'if', 'you', 'were', 'a', 'fan', 'of', 'the', 'turtleneck', 'swing', 'dress', 'you', "'ll", 'love', 'the', 'overall', 'fit', 'tts', 'and', 'fabric', 'of', 'this', 'the', 'patterns/colors', 'are', 'also', 'great', 'my', 'issue', 'was', 'the', 'armholes', 'they', 'are', 'a', 'bit', 'too', 'large', 'and', 'the', 'opening', 'comes', 'a', 'little', 'too', 'far', 'forward', 'which', 'makes', 'it', 'a', 'little', 'unflattering', 'in', 'the', 'underarm', 'area', 'i', 'may', 'reconsider', 'when', 'it', 'goes', 'on', 'sale', 'but', 'it', "'s", 'a', 'pass', 'for', 'now', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4300,1078,62', 'bought', 'every', 'color', 'the', 'price', 'is', 'amazing', 'for', 'this', 'easy', 'and', 'flattering', 'dress', 'looks', 'great', 'as', 'is', 'or', 'with', 'a', 'scarf', 'sweater', 'jacket', 'you', 'name', 'it', 'i', 'just', 'could', "n't", 'resist', 'getting', 'carried', 'away', 'with', 'this', 'one', ',5,1,0', 'general', 'dresses', 'dresses'] ['4301,1081,33', 'soft', 'comfortable', 'and', 'flattering', 'i', 'love', 'this', 'dress', 'so', 'much', 'it', 'is', 'more', 'comfortable', 'than', 'any', 'of', 'my', 'pajamas', 'and', 'the', 'best', 'part', 'is', 'it', 'is', 'very', 'work', 'appropriate', 'especially', 'paired', 'with', 'chambray', 'shirt', 'buttoned', 'and', 'then', 'tied', 'at', 'the', 'waist', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4302,1078,43', 'just', 'a', 'few', 'things', 'off', 'i', 'thought', 'this', 'dress', 'looked', 'really', 'cute', 'and', 'many', 'people', 'gave', 'it', 'great', 'reviews', 'for', 'me', 'there', 'were', 'a', 'few', 'key', 'things', 'off', 'for', 'it', 'to', 'work', 'i', 'thought', 'the', 'material', 'was', 'soft', 'although', 'not', 'thick', 'as', 'you', 'might', 'expect', 'with', 'a', 'turtleneck', 'style', 'dress', 'i', 'ordered', 'a', 'small', 'and', 'the', 'top', 'fit', 'ok', 'the', 'arms', 'were', 'a', 'little', 'tight', 'then', 'the', 'larger', 'problem', 'was', 'the', 'body', 'it', 'hides', 'everything', 'which', 'is', 'great', 'but', 'the', 'way', 'it', 'fell', 'and', 'just', 'sort', 'of', 'hung', 'there', 'it', 'did', "n't", 'do', 'anything', 'for', 'my', 'figure', 'and', 'was', 'not', 'flattering', 'around', 'the', 'wa', ',3,0,0', 'general', 'dresses', 'dresses'] ['4303,1094,49', 'outstanding', 'dress', 'looks', 'like', 'a', 'class', 'that', 'i', 'will', 'wear', 'for', 'many', 'events', 'to', 'come', 'i', 'could', "n't", 'decide', 'which', 'color', 'way', 'i', 'liked', 'in', 'this', 'dress', 'the', 'red/white', 'or', 'the', 'green', 'so', 'i', 'purchased', 'both', 'i', 'can', 'see', 'myself', 'wearing', 'the', 'red', 'into', 'early', 'fall', 'and', 'the', 'green', 'is', 'a', 'very', 'springtime/summer', 'dress', 'yes', 'the', 'cut', 'runs', 'small', 'but', 'i', 'do', "n't", 'think', 'it', 'is', 'as', 'small', 'as', 'some', 'of', 'the', 'other', 'reviews', 'i', 'typically', 'wear', 'i', 'size', '6', 'and', 'this', 'one', 'the', '8', 'fit', 'perfectly', 'so', 'maybe', 'one', 'size', 'up', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4304,1078,69', 'great', 'dress', 'great', 'dress', 'the', 'hardest', 'part', 'was', 'picking', 'which', 'color', 'the', 'dress', 'is', 'a', 'slim', 'swing', 'silhouette', 'and', 'very', 'flattering', 'the', 'fabric', 'skims', 'the', 'body', 'without', 'highlighting', 'my', 'problem', 'areas', 'lower', 'abdomen', 'and', 'hips', 'the', 'dress', 'is', 'modest', 'enough', 'for', 'work', 'it', 'ends', 'a', 'few', 'inches', 'above', 'the', 'knee', 'in', 'the', 'middle', 'comes', 'to', 'my', 'knee', 'on', 'the', 'sides', 'i', 'am', 'always', 'a', 'xs', 'or', 's', 'in', 'maeve', 'i', 'went', 'with', 'the', 'small', 'on', 'this', 'dress', 'the', 'sleeves', 'are', "n't", 'as', 'long', 'as', 'the', 'picture', 'shows', 'they', 'ended', 'where', 'they', 'should', 'i', 'went', 'with', 'the', 'navy', 'and', 'w', ',5,1,17', 'general', 'dresses', 'dresses'] ['4305,1078,45', 'awesome', 'dress/tunic', 'i', 'fell', 'in', 'love', 'with', 'this', 'as', 'soon', 'as', 'i', 'tried', 'it', 'on', 'it', 'does', "n't", 'look', 'nearly', 'as', 'good', 'on', 'the', 'hanger', 'so', 'definitely', 'worth', 'trying', 'on', 'the', 'fabric', 'is', 'high', 'quality', 'and', 'super', 'comfy', 'the', 'fit', 'is', 'very', 'flattering', 'i', 'am', 'curvy', '5', '7', 'and', 'got', 'the', 'navy', 'stripe', 'print', 'in', 'size', 'small', 'it', "'s", 'very', 'forgiving', 'fitted', 'without', 'clinging', 'to', 'any', 'problem', 'areas', 'i', 'also', 'love', 'how', 'versatile', 'it', 'is', 'you', 'can', 'wear', 'it', 'as', 'a', 'dress', 'as', 'shown', 'on', 'the', 'models', 'or', 'as', 'a', 'tunic', 'over', 'tight', 'jeans', 'or', 'jeggings/leggings', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4306,1078,39', 'almost', 'passed', 'i', 'saw', 'this', 'online', 'and', 'wasnt', 'sure', 'and', 'actually', 'walked', 'right', 'past', 'it', 'in', 'the', 'store', 'but', 'my', 'usual', 'stylist', 'walked', 'around', 'the', 'store', 'with', 'me', 'and', 'insisted', 'it', 'was', 'a', 'goodone', 'she', 'usually', 'knows', 'what', 'she', 'is', 'talking', 'about', 'super', 'soft', 'nd', 'comfortable', 'love', 'the', 'long', 'sleeves', 'it', 'has', 'hidden', 'buttons', 'cut', 'is', 'flattering', 'on', 'everyone', 'i', 'ended', 'up', 'ordering', 'petite', 'size', 'turtleneck', 'is', 'not', 'too', 'tight', 'and', 'the', 'dress', 'can', 'pretty', 'mjuch', 'be', 'dressed', 'up', 'or', 'down', 'my', 'friend', 'also', 'bought', 'it', 'huhm', 'twinsies', 'my', 'favorite', 'design', 'was', 't', ',5,1,1', 'general', 'dresses', 'dresses'] ['4307,1081,63', 'great', 'stylish', 'swinging', 'dress', 'softly', 'draped', 'fabric', 'so', 'comfy', 'to', 'wear', 'very', 'slimming', 'and', 'figure', 'flattering', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4308,1078,29', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4309,1078,43', 'comfortable', 'flattering', 'and', 'versatile', 'i', 'love', 'this', 'dress', 'i', 'bought', 'the', 'navy', 'with', 'white', 'stripes', 'it', 'is', 'comfortable', 'flattering', 'and', 'versatile', 'best', 'of', 'all', 'i', 'received', 'a', 'complement', 'from', 'my', 'husband', 'who', 'never', 'comments', 'on', 'my', 'clothing', 'the', 'drapey', 'knit', 'fabric', 'fits', 'closely', 'but', 'not', 'tightly', 'in', 'the', 'shoulders', 'and', 'bust', 'and', 'then', 'skims', 'over', 'the', 'lower', 'body', 'the', 'fabric', 'is', 'soft', 'and', 'stretchy', 'not', 'too', 'thick', 'but', 'still', 'substantial', 'enough', 'that', 'i', 'did', 'not', 'need', 'to', 'wear', 'support', 'garments', 'underneath', 'i', 'am', '5', '4', '123', 'lbs', 'i', 'wore', 'this', 'to', 'a', 'christmas', 'party', 'and', ',5,1,1', 'general', 'dresses', 'dresses'] ['4310,1094,30', 'pretty', 'dress', 'annoying', 'zipper', 'i', 'bought', 'this', 'dress', 'at', 'the', 'sale', 'and', 'love', 'it', 'very', 'retro', 'inspired', 'and', 'pretty', 'however', 'because', 'of', 'the', 'placement', 'of', 'the', 'zipper', 'with', 'the', 'ribbons', 'it', "'s", 'hard', 'to', 'zip', 'up', 'i', 'had', 'to', 'size', 'up', 'to', 'a', '12', 'for', 'this', 'problem', 'alone', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4311,1094,32', 'so', 'perfect', 'except', 'that', 'zipper', 'i', 'ordered', 'online', 'i', 'sized', 'up', 'one', 'size', 'it', 'fit', 'perfect', 'so', 'flattering', 'and', 'so', 'pretty', 'then', 'i', 'tried', 'to', 'take', 'it', 'off', 'and', 'the', 'zipper', 'stuck', 'badly', '30', 'minutes', 'later', 'i', 'was', 'sadly', 'packing', 'it', 'up', 'to', 'ship', 'back', 'the', 'zipper', 'is', 'that', 'awful.,2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['4312,1078,29', 'fun', 'comfortable', 'dress', 'love', 'this', 'dress', 'swingy', 'is', 'definitely', 'the', 'right', 'descriptor', 'as', 'someone', 'with', 'a', 'large', 'chest', 'i', 'was', 'worried', 'it', 'would', 'be', 'boxy', 'and', 'make', 'me', 'look', 'larger', 'but', 'the', 'cut', 'is', 'flattering', 'even', 'if', 'it', 'is', 'on', 'the', 'loose', 'size', 'it', 'runs', 'slightly', 'large', 'so', 'if', 'you', "'re", 'between', 'sizes', 'i', 'would', 'size', 'down', ',5,1,3', 'general', 'dresses', 'dresses'] ['4313,1081,29', 'meh', 'i', 'have', 'the', 'long', 'sleeved', 'version', 'of', 'this', 'dress', 'and', 'was', 'super', 'excited', 'to', 'try', 'on', 'the', 'sleeveless', 'version', 'but', 'it', 'just', 'did', "n't", 'work', 'nearly', 'as', 'well', 'the', 'armholes', 'are', 'huge', 'and', 'will', 'definitely', 'show', 'quite', 'a', 'bit', 'of', 'bra', 'the', 'black', 'pattern', 'was', 'also', 'nothing', 'special', 'i', 'like', 'the', 'mock', 'turtleneck', 'and', 'the', 'dress', 'has', 'a', 'nice', 'swingy', 'feel', 'would', 'consider', 'getting', 'it', 'if', 'it', 'went', 'on', 'sale'] [] ['i', 'tried', 'on', 'the', 'small', 'and', 'the', 'extra', 'small', 'did', "n't", 'notice', 'a', 'difference', 'between', 'the', 'two', 'i', 'think', 'i', 'have', 'on', 'the', 'xs', 'in', 'the', 'photo', ',3,0,1', 'general', 'dresses', 'dresses'] ['4314,1081,46', 'lovely', 'but', 'not', 'for', 'me', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'reviews', 'were', 'great', 'the', 'price', 'was', 'right', 'and', 'i', 'needed', 'a', 'simple', 'black', 'dress', 'the', 'fabric', 'jersey', 'is', 'lovely', 'and', 'drapes', 'nicely', 'and', 'the', 'print', 'was', 'pretty', 'unfortunately', 'the', 'armholes', 'were', 'way', 'too', 'long', 'and', 'low', 'for', 'me', 'and', 'even', 'with', 'a', 'black', 'bra', 'i', 'was', 'sharing', 'more', 'of', 'my', 'lingerie', 'than', 'i', 'wanted', 'perhaps', 'someone', 'with', 'a', 'slightly', 'smaller', 'chest', 'could', 'size', 'down', 'and', 'avoid', 'oversharing'] ['for', 'reference', 'i', 'am', '5', '5', '145', 'and', 'wear', 'a', '30gg', 'bra', 'i', 'ordered', 'the', 'm.', ',4,1,1', 'general', 'dresses', 'dresses'] ['4315,1078,55', 'great', 'dress', 'this', 'dress', 'is', 'a', 'great', 'casual', 'outfit', 'tha', 'fabric', 'is', 'substantial', 'and', 'very', 'soft', 'the', 'only', 'negative', 'would', 'be', 'it', 'is', 'a', 'little', 'large', 'through', 'the', 'chest/arms', 'i', 'ordered', 'a', 'large', 'as', 'i', 'am', 'curvy', 'but', 'would', 'like', 'to', 'exchange', 'for', 'a', 'medium', 'sadly', 'the', 'medium', 'is', 'sold', 'out', 'but', 'i', 'love', 'the', 'dress', 'so', 'much', 'i', 'am', 'keeping', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['4316,1078,46', 'extremely', 'awkward', 'i', 'bought', 'this', 'online', 'so', 'did', "n't", 'realize', 'that', 'the', 'fabric', 'at', 'the', 'bottom', 'is', 'very', 'very', 'stiff', 'i', 'was', 'expecting', 'something', 'silky', 'or', 'at', 'least', 'on', 'the', 'softer', 'and', 'more', 'moveable', 'side', 'the', 'best', 'description', 'i', 'can', 'think', 'of', 'is', 'an', 'overly', 'starched', 'mens', 'dress', 'shirt', 'that', 'being', 'the', 'case', 'it', 'kind', 'of', 'juts', 'out', 'in', 'weird', 'places', 'the', 'sweater', 'part', 'is', 'very', 'nice', 'but', 'it', 'is', 'somewhat', 'closer', 'fitting', 'than', 'what', 'it', 'seems', 'in', 'the', 'picture', 'the', 'fabric', 'bottom', 'is', 'too', 'ample', 'for', 'the', 'slimmer', 'design', 'of', 'the', 'sweater', 'which', 'just', 'adds', 'to', 'the', 'o', ',1,0,9', 'general', 'dresses', 'dresses'] ['4317,1078,29', 'comfy', 'love', 'that', 'this', 'is', 'comfy', 'with', 'a', 'subtle', 'yet', 'sexy', 'vibe', 'had', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'to', 'work', 'with', 'everyone', 'asking', 'where', 'i', 'got', 'it', 'fits', 'true', 'to', 'size', '110lb', '5', '4', 'and', 'xs', 'fit', 'perfect', 'took', 'off', 'a', 'star', 'because', 'it', 'may', 'look', 'like', 'it', 'could', 'get', 'that', 'fuzzy', 'pilling', 'over', 'time', ',4,1,0', 'general', 'dresses', 'dresses'] ['4318,1078,28', 'perfect', 'easy', 'cold', 'weather', 'dress', 'this', 'dress', 'is', 'completely', 'versatile', 'and', 'great', 'to', 'wear', 'as', 'is', 'or', 'add', 'a', 'vest', 'or', 'chunky', 'sweater', 'for', 'a', 'layer', 'i', 'bought', 'it', 'late', 'last', 'week', 'and', 'love', 'the', 'fit', 'and', 'comfort', 'of', 'the', 'jersey', 'knit', 'fabric', 'also', 'you', 'ca', "n't", 'beat', 'the', 'price', 'for', 'an', 'retailer', 'dress', ',5,1,3', 'general', 'dresses', 'dresses'] ['4319,935,38,80', "'s", 'acrylic', 'quality', 'my', 'conscience', 'screamed', 'at', 'me', 'not', 'to', 'buy', 'this', 'sweater', 'and', 'i', 'wish', 'i', 'had', 'listened', 'i', 'noted', 'the', 'fact', 'that', 'it', 'was', 'acrylic', 'and', 'also', 'the', 'fact', 'that', 'it', 'was', 'oversized', 'but', 'i', 'also', 'loved', 'the', 'design', 'and', 'ca', "n't", 'resist', 'anything', 'with', 'mustard', 'yellow', 'i', 'was', 'instantly', 'disappointed', 'when', 'i', 'received', 'it', 'almost', 'did', "n't", 'even', 'try', 'it', 'on', 'how', 'can', 'they', 'possibly', 'charge', '185', 'for', 'terrible', 'itchy', '80', "'s", 'acrylic', 'it', 'looks', 'cheap', 'it', 'feels', 'cheap', 'and', 'it', 'did', "n't", 'even', 'fit', 'well', 'only', 'redeeming', 'quality', 'easily', 'returnable', ',1,0,3', 'general', 'tops', 'sweaters'] ['4320,1081,47', 'love', 'this', 'dress', 'if', 'they', 'make', 'more', 'i', "'ll", 'buy', 'more', 'i', 'love', 'this', 'dress', 'the', 'design', 'is', 'simple', 'colors', 'and', 'patterns', 'are', 'eye-catching', 'but', 'not', 'over', 'the', 'top', 'cutting', 'is', 'perfect', 'for', 'me', 'and', 'very', 'flattering', 'the', 'material', 'is', 'flowy', 'not', 'clingy', 'it', 'is', 'a', 'piece', 'of', 'easy', 'no-hassle', 'garment', 'that', 'i', 'would', 'love', 'to', 'wear', 'everyday', 'and', 'make', 'it', 'my', 'uniform', 'seriously', 'it', 'does', "n't", 'get', 'better', 'than', 'that', 'if', 'they', 'make', 'more', 'of', 'this', 'style', 'with', 'different', 'colors', 'and', 'patterns', 'i', 'will', 'just', 'buy', 'them', 'blindly'] [] ['a', 'word', 'of', 'caution', 'the', 'dress', 'does', 'have', 'slightly', 'bigger', 'armholes', 'so', 'some', 'pe', ',5,1,0', 'general', 'dresses', 'dresses'] ['4321,1094,47', 'darling', 'this', 'dress', 'is', 'adorable', 'i', 'got', 'it', 'in', 'red', 'and', 'it', 'is', 'very', 'flattering', 'i', 'love', 'the', 'shape', 'it', 'has', 'a', 'slight', 'flare', 'without', 'being', 'too', 'full', 'the', 'fabric', 'is', 'firm', 'so', 'it', 'holds', 'a', 'nice', 'shape', 'and', 'there', 'is', 'a', 'stretchy', 'material', 'lining', 'on', 'the', 'inside', 'that', 'make', 'it', 'very', 'comfortable', 'my', 'only', 'complaint', 'and', 'why', 'i', 'did', "n't", 'give', 'it', 'a', '5', 'star', 'rating', 'is', 'that', 'the', 'zipper', 'sticks', 'at', 'the', 'ribbon', 'junctions', 'a', 'bit', 'frustrating', 'but', 'not', 'enough', 'that', 'i', 'wo', "n't", 'keep', 'the', 'dress', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['4322,1081,42', 'love', 'it', 'but', 'it', "'s", 'pink', 'and', 'blue', 'not', 'cream', 'and', 'blue', 'just', 'a', 'heads', 'up', 'because', 'i', 'did', "n't", 'notice', 'the', 'pink', 'in', 'the', 'blue', 'motif', 'print', 'until', 'it', 'had', 'arrived', 'almost', 'sent', 'it', 'back', 'changes', 'the', 'overall', 'aesthetic', 'makes', 'it', 'harder', 'to', 'layer', 'in', 'winter', 'black', 'shoes', 'stand', 'out', 'more', 'etc', 'but', 'i', 'do', "n't", 'really', 'like', 'the', 'orange', 'print', 'and', 'i', "'m", 'a', 'red', 'head', 'so', 'i', "'m", 'keeping', 'it', 'but', 'it', 'would', 'have', 'been', 'amazing', 'if', 'it', 'were', 'cream', 'and', 'blue', 'i', 'also', 'bought', 'the', 'emerson', 'swing', 'dress', 'this', 'dress', 'runs', 'tts', 'emerson', 'runs', 'a', 'touch', 'larger', 'i', "'m", '5', '5', 'and', 'the', 'dress', 'came', 'to', 'just', 'barely', 'above', 'my', 'k', ',4,1,1', 'general', 'dresses', 'dresses'] ['4323,1094,43', 'very', 'cute', 'this', 'is', 'a', 'super', 'cute', 'dress', 'which', 'is', 'quite', 'flattering', 'it', 'is', 'made', 'with', 'a', 'higher', 'waist', 'and', 'a', 'bit', 'of', 'a', 'fit', 'and', 'flare', 'the', 'only', 'complaint', 'is', 'the', 'side', 'zipper', 'which', 'seems', 'to', 'get', 'caught', 'and', 'not', 'move', 'easily.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4324,1078,54', 'perfect', 'i', 'originally', 'bought', 'this', 'dress', 'in', 'navy', 'and', 'i', 'absolutely', 'loved', 'it', 'so', 'i', 'bought', 'a', 'second', 'one', 'in', 'the', 'neutral', 'color', 'they', 'both', 'fit', 'perfectly', 'and', 'are', 'very', 'flattering', 'i', 'love', 'how', 'i', 'can', 'dress', 'them', 'up', 'or', 'down', 'i', 'wear', 'them', 'out', 'to', 'run', 'errands', 'and', 'look', 'cute', 'while', 'being', 'comfy', 'i', 'also', 'wear', 'them', 'to', 'work', 'i', 'am', 'an', 'np', 'so', 'business', 'casual', 'is', 'a', 'requirement', 'for', 'office', 'days', 'when', 'i', "'m", 'used', 'to', 'wearing', 'scrubs', 'i', 'hate', 'wearing', 'true', 'dress', 'clothes', 'these', 'dresses', 'are', 'a', 'happy', 'medium', 'i', 'only', 'wish', 'my', 'size', 'was', 'available', 'in', 'the', 't', ',5,1,0', 'general', 'dresses', 'dresses'] ['4325,1078,60', 'darling', 'dress', 'this', 'dress', 'is', 'super', 'comfy', 'and', 'really', 'cute', 'i', 'was', 'worried', 'that', 'the', 'horizontal', 'stripes', 'might', 'not', 'be', 'flattering', 'but', 'they', 'did', "n't", 'make', 'me', 'look', 'larger', 'at', 'all', 'it', "'s", 'great', 'for', 'casual', 'wear', 'but', 'can', 'easily', 'be', 'dressed', 'up', 'with', 'a', 'jacket', 'and', 'booties', ',5,1,2', 'general', 'dresses', 'dresses'] ['4326,1094,36', ',super', 'cute', 'well', 'made', 'dress', 'runs', 'very', 'small', 'order', 'at', 'least', 'two', 'times', 'your', 'typical', 'size.,3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4327,1078,36', 'perfection', 'this', 'dress', 'is', 'absolutely', 'flattering', 'and', 'will', 'make', 'you', 'feel', 'beautiful', 'fabric', 'is', 'thin', 'but', 'can', 'easily', 'be', 'transitioned', 'from', 'fall', 'to', 'winter', 'to', 'spring', 'hugs', 'all', 'the', 'right', 'places', 'true', 'to', 'size', 'i', 'am', '5', '2', 'and', '120lbs', 'curvy', 'and', 'the', 'small', 'fit', 'well', 'i', 'am', 'so', 'happy', 'with', 'this', 'purchase', 'great', 'price', 'point', 'as', 'well', ',5,1,1', 'general', 'dresses', 'dresses'] ['4328,1094,50', 'great', 'fabric', 'and', 'detail', 'since', 'several', 'reviews', 'said', 'that', 'this', 'dress', 'ran', 'small', 'online', 'i', 'decided', 'to', 'go', 'to', 'my', 'local', 'retailer', 'store', 'to', 'try', 'this', 'on', 'in', 'person', 'i', 'am', '5', '6', '120', 'lbs', 'and', 'normally', 'a', '0', 'or', '2.', 'the', '2', 'worked', 'perfectly', 'i', 'loved', 'the', 'red', 'version', 'online', 'but', 'thought', 'the', 'green', 'was', 'better', 'for', 'me', 'in', 'person', 'the', 'red', 'is', 'a', 'tomato', 'red', 'and', 'was', 'more', 'overpowering', 'on', 'my', 'fair', 'skin', 'the', 'green', 'also', 'has', 'light', 'blue', 'in', 'the', 'detail', 'print', 'so', 'maybe', 'good', 'if', 'you', 'have', 'blue', 'eyes', 'no', 'problems', 'with', 'the', 'zippers', 'on', 'the', 'ones', 'i', 'tried', 'at', 'the', 'store', ',4,1,0', 'general', 'dresses', 'dresses'] ['4329,1094,24', 'gorgeous', 'dress', 'poor', 'quality', 'zipper', 'first', 'i', 'absolutely', 'love', 'this', 'dress', 'and', 'i', 'was', 'super', 'excited', 'when', 'it', 'arrived', 'today', 'i', 'sized', 'up', 'as', 'other', 'reviewers', 'recommended', 'and', 'the', 'dress', 'fits', 'perfectly', 'however', 'when', 'i', 'zipped', 'the', 'dress', 'up', 'the', 'zipper', 'came', 'apart', 'in', 'the', 'center', 'going', 'up', 'another', 'size', 'would', 'make', 'the', 'dress', 'fit', 'improperly', 'so', 'i', 'am', 'hoping', 'to', 'exchange', 'it', 'for', 'a', 'new', 'one', 'and', 'have', 'better', 'luck', 'with', 'the', 'zipper', ',3,1,0', 'general', 'dresses', 'dresses'] ['4330,1081,67', 'my', 'new', 'favorite', 'just', 'got', 'this', 'dress', 'in', 'the', 'orange', 'print', 'and', 'i', 'ca', "n't", 'begin', 'to', 'say', 'how', 'much', 'i', 'love', 'it', 'looks', 'even', 'better', 'in', 'person', 'than', 'online', 'and', 'it', "'s", 'super', 'flattering', 'love', 'the', 'neckline', 'armholes', 'are', 'perfect', 'and', 'show', 'off', 'toned', 'arms', 'and', 'shoulders', 'this', 'is', 'the', 'kind', 'of', 'dress', 'that', 'makes', 'time', 'spent', 'at', 'the', 'gym', 'worthwhile', 'the', 'fabric', 'is', 'light', 'and', 'stretchy', 'and', 'the', 'pockets', 'are', 'an', 'extra', 'bonus'] ['i', 'would', 'say', 'fit', 'is', 'tts', 'but', 'keep', 'in', 'mind', 'that', 'it', "'s", 'very', 'loose', 'at', 'the', 'bottom', 'so', 'i', 'would', 'go', 'down', 'in', 'size', 'if', 'you', 'want', 'a', 'less', 'loo', ',5,1,5', 'general', 'dresses', 'dresses'] ['4331,1078,63', 'speaking', 'to', 'the', 'older', 'still', 'hip', 'size', '12-14', 'up', 'love', 'this', 'dress', 'purchased', 'it', 'online', 'the', 'xl', 'sizes', 'can', 'be', 'difficult', 'to', 'find', 'in', 'the', 'store', 'dress', 'is', 'very', 'cute', 'on', 'and', 'you', 'do', "n't", 'need', 'to', 'be', 'reed', 'thin', 'like', 'the', 'model', 'it', 'flatters', 'the', 'figure', 'and', 'yes', 'i', 'wore', 'spank', 'with', 'it', 'the', 'length', 'is', 'good', 'the', 'design', 'black', 'and', 'neutral', 'is', 'flattering', 'i', 'chose', 'this', 'to', 'wear', 'to', 'my', 'husband', "'s", 'christmas', 'office', 'party', 'his', 'new', 'job', 'you', 'know', 'first', 'impressions', 'i', 'did', 'not', 'want', 'to', 'be', 'over', 'dressed', 'i', 'wore', 'my', 'antho', 'black', 'boots', 'which', 'lace', 'in', 'back', 'and', 'go', 'over', 'the', 'knee-', 'slouch', 'a', ',5,1,2', 'general', 'dresses', 'dresses'] ['4332,1078,36', 'work', 'or', 'play', 'this', 'dress', 'is', 'super', 'comfortable', 'and', 'flattering', 'i', 'went', 'with', 'the', 'stripes', 'and', 'the', 'p', 'to', 'shorten', 'the', 'length', 'it', 'looks', 'amazing', 'with', 'otk', 'boots', 'however', 'the', 'material', 'is', "n't", 'very', 'thick', 'it', "'s", 'more', 'of', 'a', 'fall/spring', 'dress', 'than', 'a', 'winter', 'i', "'m", 'a', 'xs-s', 'p', 'in', 'retailer', 'dresses', 'i', 'went', 'with', 'the', 'small', 'xs', 'would', "'ve", 'fit', 'but', 'less', 'flatteringly', ',5,1,0', 'general', 'dresses', 'dresses'] ['4333,1078,28', 'love', 'this', 'fabric', 'the', 'sleeves', 'are', 'fitted', 'which', 'i', 'love', 'works', 'with', 'a', 'belt', 'or', 'without.,5,1,0', 'general', 'dresses', 'dresses'] ['4334,1078,42', 'say', 'yes', 'to', 'this', 'dress', 'i', 'read', 'the', 'rave', 'reviews', 'but', 'tried', 'this', 'on', 'with', 'low', 'expectations', 'i', 'am', 'curvier', 'on', 'top', 'so', 'i', 'thought', 'the', 'dress', 'would', 'make', 'my', 'chest', 'look', 'huge', 'and', 'show', 'my', 'tummy', 'budges', 'the', 'dress', 'was', 'the', 'exact', 'opposite', 'so', 'flattering', 'and', 'a', 'piece', 'i', 'could', 'truly', 'dress', 'up', 'or', 'down', 'i', 'am', '5', '6', '135lbs', 'and', 'a', 'small', 'fit', 'perfectly', 'i', 'rarely', 'purchase', 'anything', 'at', 'full', 'price', 'but', 'plan', 'to', 'circle', 'back', 'to', 'my', 'local', 'retailer', 'to', 'pick', 'this', 'up', 'today', ',5,1,0', 'general', 'dresses', 'dresses'] ['4335,1094,24', 'loved', 'this', 'dress', 'when', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'a', 'casual', 'wedding', 'unfortunately', 'the', 'day', 'of', 'the', 'wedding', 'the', 'zipper', 'split', 'and', 'i', 'had', 'to', 'wear', 'something', 'else', 'it', 'fit', 'well', 'but', 'was', 'poorly', 'made', 'based', 'off', 'other', 'reviews', 'this', 'is', "n't", 'the', 'first', 'time', 'this', 'has', 'happened', 'with', 'this', 'dress', 'not', 'worth', 'the', 'risk', 'at', 'all', ',1,0,1', 'general', 'dresses', 'dresses'] ['4336,1078,42', 'super', 'flattering', 'this', 'dress', 'is', 'comfortable', 'hugs', 'and', 'skims', 'at', 'all', 'the', 'right', 'places', 'and', 'sports', 'a', 'perfect', 'length', 'for', 'a', 'shortie', 'like', 'me', 'wish', 'the', 'other', 'patterns', 'were', "n't", 'sold', 'out', ',5,1,0', 'general', 'dresses', 'dresses'] ['4337,1078,49', 'love', 'everything', 'about', 'this', 'dress', 'cut', 'color', 'material', 'and', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['4338,1081,39', 'stargazer', 'dress', 'this', 'dress', 'has', 'style', 'and', 'a', 'delicate', 'balance', 'between', 'design', 'and', 'the', 'beauty', 'of', 'the', 'material.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4339,1094,29', 'runs', 'very', 'small', 'a', 'cute', 'dress', 'though', 'waist', 'a', 'little', 'too', 'high', 'more', 'of', 'an', 'empire', 'waist', 'hitting', 'at', 'widest', 'part', 'of', 'rib', 'cage', 'this', 'looks', 'like', 'it', 'should', 'be', 'a', 'stretchy', 'knit', 'dress', 'but', 'the', 'detailing', 'has', 'no', 'give', 'whatsoever', 'and', 'the', 'dress', 'runs', 'quite', 'small', 'i', 'usually', 'wear', 'a', '00', 'but', 'though', 'i', 'could', 'get', 'it', 'zipped', 'it', 'was', "n't", 'comfortable', 'and', 'if', 'i', 'want', 'to', 'keep', 'it', 'i', "'ll", 'need', 'to', 'size', 'up', 'to', 'a', '0.', 'i', "'m", '5', '6', '32b-24-35', ',4,1,26', 'general', 'dresses', 'dresses'] ['4340,1078,46', 'love', 'it', 'the', 'fabric', 'feels', 'and', 'hangs', 'nicely', 'it', "'s", 'very', 'versatile', 'you', 'can', 'dress', 'up', 'or', 'down', 'i', 'purchased', 'the', 'navy', 'stripe', 'one', 'and', 'wear', 'with', 'brown', 'boots', 'thinking', 'i', 'might', 'need', 'one', 'of', 'the', 'other', 'two', 'as', 'well', 'perfect', 'for', 'texas', 'winters', ',5,1,3', 'general', 'dresses', 'dresses'] ['4341,1078,31', 'love', 'super', 'cute', 'flowy', 'and', 'flattering', 'i', 'would', 'buy', 'again', 'in', 'a', 'heartbeat', ',5,1,0', 'general', 'dresses', 'dresses'] ['4342,1081,22', 'exactly', 'what', 'i', 'hoped', 'it', 'would', 'be', 'i', 'finally', 'pressed', "'go", 'on', 'the', 'orange', 'dress', 'during', 'the', 'weekend', 'sale', 'the', 'dress', 'is', 'terrific', 'i', 'am', 'a', 'busty', '36dd', 'size', '8/10', 'and', 'the', 'm', 'fits', 'perfectly', 'based', 'on', 'the', 'reviews', 'i', 'had', 'planned', 'to', 'take', 'this', 'to', 'the', 'tailor', 'to', 'take', 'in', 'the', 'armholes', 'but', 'it', 'is', 'not', 'necessary', 'at', 'all', 'no', 'bra', 'showing', 'in', 'front', 'or', 'back', 'i', 'am', '5', '6', 'and', 'the', 'shortest', 'part', 'of', 'the', 'hem', 'is', 'about', '2', 'above', 'my', 'knee', 'there', 'is', 'no', 'lining', 'so', 'i', 'might', 'add', 'a', 'short', 'pull-on', 'slip', 'depending', 'on', 'where', 'i', 'wear', 'it', 'but', 'otherwise', 'this', 'is', 'an', 'easy', 'dress', 'to', 'be', 'w', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4343,1081,38', 'perfect', 'summer', 'dress', 'this', 'dress', 'is', 'so', 'beautiful', 'on', 'purchased', 'in', 'black', 'motif', 'and', 'it', 'can', 'definitely', 'be', 'dressed', 'up', 'or', 'down', 'material', 'is', 'lightweight', 'perfect', 'for', 'summer', 'and', 'the', 'dress', 'washed', 'up', 'beautifully', 'in', 'the', 'washing', 'machine', 'i', 'always', 'wear', 'an', 'xs', 'in', 'maeve', 'and', 'the', 'dress', 'fits', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4344,1078,55', 'fl', 'attering', 'versatile', 'packable', 'i', 'had', 'to', 'order', 'this', 'dress', 'in', 'three', 'different', 'sizes', 'to', 'get', 'it', 'right', 'i', "'m", '5', '6', 'and', '125', 'but', 'have', 'a', 'petite', 'frame', 'with', 'curves', 'so', 'i', 'ordered', 'the', 'small', 'petite', 'the', 'sleeves', 'and', 'length', 'were', 'too', 'short', 'then', 'i', 'tried', 'the', 'small', 'regular', 'and', 'i', 'swam', 'in', 'that', 'one', 'way', 'too', 'much', 'fabric', 'the', 'i', 'tried', 'the', 'xs', 'and', 'it', 'fit', 'perfectly', 'it', 'does', 'stretch', 'around', 'the', 'bust', 'line', 'so', 'wearing', 'a', 'red', 'bra', 'would', 'look', 'tacky', 'as', 'you', 'can', 'see', 'through', 'the', 'lighter', 'fabric', 'but', 'black', 'or', 'nude', 'is', 'fine', 'or', 'even', 'a', 'slip', 'or', 'a', 'tank', 'would', 'cure', 'that', 'is', ',5,1,0', 'general', 'dresses', 'dresses'] ['4345,1094,49', 'i', 'so', 'wanted', 'to', 'love', 'this', 'little', 'dress', 'but', 'it', 'just', 'did', "n't", 'fit', 'my', 'body', 'well', 'as', 'suggested', 'by', 'others', 'i', 'ordered', 'a', 'size', 'up', 'and', 'it', 'did', 'fit', 'the', 'fabric', 'is', 'stretchy', 'so', 'there', 'is', 'some', 'give', 'there', 'but', 'the', 'size', 'zip', 'was', 'a', 'little', 'sticky', 'because', 'the', 'trim', 'causes', 'a', 'lot', 'of', 'fabric', 'to', 'be', 'bunched', 'along', 'the', 'zipper', 'the', 'real', 'problem', 'was', 'that', 'the', 'dress', 'was', 'too', 'short-waisted', 'for', 'me', 'the', 'waist', 'band', 'came', 'right', 'under', 'my', 'chest', 'maybe', 'this', 'would', 'fit', 'someone', 'with', 'a', 'small-or', 'mid-sized', 'bust', 'better', 'than', 'it', 'did', 'me', 'i', 'also', 'th', ',4,1,0', 'general', 'dresses', 'dresses'] ['4346,1082,54', 'best', 'dancing', 'dress', 'ever', 'i', 'bought', 'this', 'dress', 'for', 'an', 'all', 'white', 'event', 'i', 'had', 'many', 'compliments', 'but', 'it', 'was', 'the', 'most', 'fun', 'dancing', 'dress', 'because', 'the', 'top', 'layer', 'spins', 'out', 'it', 'is', 'loose', 'and', 'flowy', 'but', 'the', 'arm', 'holes', 'are', 'rather', 'large', 'and', 'sizing', 'down', 'might', 'have', 'been', 'better', 'i', 'am', '5', '8', 'and', 'athletic', 'and', 'ordered', 'a', 'm', 'and', 'if', 'i', 'had', 'time', 'might', 'have', 'exchanged', 'for', 'a', 's.', 'you', 'must', 'steam', 'out', 'creases', 'before', 'wearing', ',5,1,3', 'general', 'dresses', 'dresses'] ['4347,1078,36', 'this', 'is', 'the', 'softest', 'most', 'comfortable', 'dress', 'ever', 'i', 'bought', 'a', 'large', 'because', 'it', 'was', 'the', 'only', 'one', 'in', 'stock', 'at', 'the', 'store', 'i', "'m", '5', '9', '135', 'and', 'it', "'s", 'a', 'little', 'loose', 'but', 'still', 'flattering', 'and', 'comfortable', 'due', 'to', 'my', 'height', 'if', 'you', 'are', 'tall', 'you', 'will', 'not', 'be', 'disappointed', 'w', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['4348,1081,49', 'a', 'little', 'too', 'flowy', 'for', 'me', 'this', 'is', 'a', 'really', 'cute', 'dress', 'just', 'did', 'not', 'look', 'flattering', 'on', 'me', 'at', 'all', 'i', 'suppose', 'i', 'could', 'have', 'gone', 'down', 'a', 'size', 'however', 'i', 'just', 'did', 'not', 'love', 'it', 'i', 'am', '5', '3', '130', 'athletic', 'build', '36dd', 'i', 'read', 'the', 'other', 'reviews', 'and', 'everyone', 'loves', 'this', 'dress', 'here', 'is', 'what', 'i', 'did', 'not', 'like', 'there', 'are', 'pockets', 'which', 'i', 'can', 'not', 'figure', 'out', 'the', 'purpose', 'that', 'lay', 'oddly', 'all', 'bunched', 'up', 'right', 'at', 'the', 'hips', 'due', 'to', 'the', 'shape', 'of', 'the', 'dress', 'it', 'bunches', 'out', 'on', 'my', 'short', 'frame', 'it', 'made', 'me', 'look', 'shorter', 'and', 'wider', 'the', 'fabric', 'is', 'a', 'lightwei', ',2,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4349,1081,24', 'wish', 'the', 'fabric', 'was', 'better', 'i', 'loveeeeeeee', 'this', 'dress', 'i', 'saw', 'it', 'online', 'and', 'immediately', 'loved', 'the', 'blue/', 'orange', 'large', 'floral', 'print', 'but', 'so', 'did', 'everyone', 'else', 'and', 'it', 'sold', 'out', 'quick', 'but', 'i', 'thought', 'the', 'shape', 'could', 'be', 'flattering', 'so', 'i', 'ordered', 'in', 'the', 'black', 'polka', 'dot', 'and', 'loved', 'the', 'shape', 'so', 'flattering', 'i', 'ended', 'up', 'going', 'in', 'store', 'and', 'buying', 'the', 'other', 'two', 'colors', 'the', 'patterns', 'are', 'vibrant', 'and', 'lovely', 'shape', 'my', 'only', 'concern', 'was', 'seeing', 'it', 'in', 'store', 'i', 'noticed', 'it', 'stretching', 'while', 'just', 'hanging', 'on', 'the', 'hanger', 'i', 'wish', 'the', 'fabric', 'was', 'of', 'better', 'quali,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4350,1078,42', 'love', 'the', 'design', 'finally', 'a', 'dress', 'that', 'is', 'not', 'too', 'short', 'i', "'m", "5'11", 'and', 'ordered', 'two', 'sizes', 'the', 'small', 'was', 'too', 'short', 'and', 'a', 'little', 'snug', 'for', 'my', 'liking', 'but', 'the', 'medium', 'was', 'a', 'perfect', 'fit.,5,1,1', 'general', 'dresses', 'dresses'] ['4351,1081,43', 'i', 'got', 'so', 'many', 'compliments', 'from', 'friends', 'i', 'bought', 'another', 'one', 'in', 'different', 'print', 'packs', 'and', 'travels', 'well', 'i', "'m", '5', '6', 'and', 'a', 'heathy', '160', 'lbs', 'carry', 'my', 'weight', 'in', 'the', 'middle', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'fabric', 'feels', 'like', 'pj', "'s", 'also', 'east', 'to', 'wear', 'with', 'regular', 'undies', 'and', 'racer', 'back', 'bra', 'living', 'in', 'a', 'warm', 'humid', 'climate', 'it', "'s", 'my', 'new', 'go', 'to', 'dress', 'the', 'fabric', 'is', 'so', 'stretchy', 'that', 'i', 'found', 'the', 'medium', 'a', 'better', 'fit', 'instead', 'of', 'my', 'usual', 'large', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4352,1078,51', 'perfect', 'fit', 'this', 'will', 'be', 'a', 'great', 'go', 'to', 'piece', 'with', 'leggings', 'and', 'boots', 'for', 'winter', 'and', 'to', 'transition', 'into', 'spring', 'with', 'wedges', 'i', 'purchased', 'the', 'blue', 'stripe', 'and', 'the', 'multi', 'stripe', 'with', 'the', 'intention', 'of', 'returning', 'one', 'but', 'i', 'liked', 'them', 'enough', 'to', 'keep', 'both', 'the', 'quality', 'of', 'material', 'is', 'great', 'and', 'super', 'soft', 'and', 'i', 'love', 'the', 'little', 'snap', 'detail', 'on', 'the', 'sleeves', 'i', 'am', '5', '7', 'and', 'most', 'always', 'wear', 'a', 'size', 'medium', 'and', 'it', 'fit', 'perfect', 'the', 'dress', 'hit', 'right', 'above', 'the', 'knee', 'but', 'not', 'too', 'high', 'so', 'i', 'can', 'wear', 'the', 'dresses', 'with', 'or', 'without', 'tights', ',5,1,0', 'general', 'dresses', 'dresses'] ['4353,1081,61', 'fun', 'dress', 'i', 'got', 'this', 'in', 'black', 'with', 'white', 'dots', 'fits', 'great', 'flattering', 'and', 'helps', 'hide', 'middle', 'section', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4354,1094,34', 'tried', 'and', 'bought', 'this', 'in', 'the', 'store', 'loved', 'it', 'my', 'normal', 'size', '4', 'worked', 'great', 'little', 'word', 'to', 'the', 'wise', 'be', 'careful', 'zipping', 'it', 'up', 'which', 'is', 'a', 'little', 'tricky', 'the', 'first', 'one', 'i', 'grabbed', 'had', 'a', 'broken', 'zipper', 'just', 'takes', 'a', 'little', 'work', 'getting', 'it', 'up', 'bc', 'the', 'fabric', 'is', 'thicker', ',5,1,3', 'general', 'dresses', 'dresses'] ['4355,1078,39', 'like', 'butter', 'love', 'this', 'dress', 'i', 'bought', 'the', 'blue', 'motif', 'which', 'barely', 'has', 'any', 'blue', 'at', 'all', 'it', 'is', 'the', 'softest', 'cotton', 'dress', 'i', 'own', 'i', 'wore', 'it', 'with', 'my', 'red', 'hunter', 'boots', 'today', 'and', 'it', 'made', 'for', 'the', 'best', 'rainy', 'day', 'ensemble', 'love', 'love', 'and', 'i', 'got', 'it', 'on', 'sale', 'which', 'just', 'sweetens', 'the', 'deal', ',5,1,0', 'general', 'dresses', 'dresses'] ['4356,1078,43', 'this', 'dress', 'is', 'everything', 'if', 'you', 'want', 'it', 'buy', 'it', 'now', 'this', 'dress', 'is', 'everything', 'and', 'then', 'some', 'love', 'it', 'i', 'bought', 'two', 'the', 'neutral', 'black', 'and', 'the', 'turquoise', 'the', 'turquoise', 'one', 'is', 'a', 'very', 'retro', 'print', 'i', 'am', 'getting', 'many', 'compliments', 'they', 'are', 'so', 'comfortable', 'and', 'flattering', 'i', "'m", 'all', 'about', 'this', 'price', 'point', 'retailer', 'more', 'please', ',5,1,0', 'general', 'dresses', 'dresses'] ['4357,1078,34', ',absolutely', 'love', 'this', 'dress', 'so', 'cute', 'with', 'booties', 'and', 'a', 'jean', 'jacket', 'will', 'be', 'a', 'great', 'staple', 'for', 'spring', 'and', 'fall,5,1,0', 'general', 'dresses', 'dresses'] ['4358,1078,46', 'super', 'swing', 'dress', 'as', 'usual', 'this', 'dress', 'does', 'not', 'disappoint', 'looks', 'great', 'with', 'boots', 'and', 'is', 'the', 'perfect', 'day', 'to', 'date', 'dress.,5,1,2', 'general', 'dresses', 'dresses'] ['4359,1094,58', 'runs', 'small', 'but', 'gorgeous', 'gorgeous', 'color', 'fabric', 'and', 'cut', 'i', 'ordered', 'the', 'blue', 'in', 'a', '14.', 'i', 'always', 'wear', 'a', '14p', 'or', 'large', 'petite', 'in', 'retailer', 'i', 'purchased', 'a', 'regular', '14.', 'it', "'s", 'a', 'full', 'size', 'too', 'small', 'in', 'the', 'ribcage', 'can', 'not', 'zip', 'it', 'up', 'i', "'ll", 'be', 'exchanging', 'mine', 'for', 'next', 'size', 'up', 'even', 'though', 'i', "'m", "4'11", 'the', 'length', 'is', 'fine', 'if', 'you', "'re", 'tall', 'it', 'might', 'be', 'pretty', 'short', 'for', 'you', ',5,1,35', 'general', 'dresses', 'dresses'] ['4360,1078,36', 'very', 'comfortable', 'and', 'stylish', 'can', 'wear', 'with', 'tights', 'as', 'a', 'dress', 'or', 'over', 'jeans', 'cute', 'any', 'way', 'the', 'material', 'is', 'not', 'super', 'thick', 'but', 'not', 'too', 'thin', ',5,1,0', 'general', 'dresses', 'dresses'] ['4361,1094,38', 'beautiful', 'summer', 'dress', 'this', 'dress', 'is', 'really', 'lovely', 'i', 'purchased', 'in', 'the', 'blue', 'green', 'color', 'and', 'think', 'the', 'pattern', 'and', 'ribbon', 'detailing', 'is', 'gorgeous', 'it', 'runs', 'very', 'small', 'i', 'am', 'normally', 'a', '00p', 'in', 'maeve', 'and', 'in', 'this', 'dress', 'due', 'to', 'the', 'length', 'ended', 'up', 'with', 'a', '2', 'regular', 'i', 'like', 'my', 'dresses', 'to', 'fit', 'and', 'could', 'have', 'gone', 'with', 'the', '0', 'it', 'fit', 'well', 'at', 'the', 'waist', 'but', 'was', 'tighter', 'than', 'i', 'prefer', 'across', 'the', 'chest', 'and', 'wanted', 'a', 'more', 'comfortable', 'fit', 'as', 'other', 'reviewers', 'have', 'noted', 'it', 'has', 'a', 'higher', 'waist', 'which', 'i', 'think', 'contributes', 'to', 'the', 'sizing', 'issue', ',4,1,3', 'general', 'dresses', 'dresses'] ['4362,1078,41', 'lovely', 'perfection', 'i', 'bought', 'the', 'dress', 'in', 'navy', 'stripe', 'in', 'december', 'and', 'it', 'became', 'a', 'favorite', 'so', 'i', 'jumped', 'at', 'the', 'opportunity', 'to', 'buy', 'the', 'blue', 'pink/purple/blue/black', 'stripes', 'when', 'it', 'went', 'on', 'sale', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'feminine', 'i', 'love', 'the', 'fitted', 'top', 'fitted', 'sleeves', 'with', 'a', 'cute', 'button', 'detail', 'and', 'the', 'asymmetrical', 'hemline', 'i', 'use', 'the', 'navy', 'for', 'work', 'whereas', 'the', 'colorful', 'stripey', 'one', 'is', 'fun', 'on', 'the', 'weekends', 'it', 'washes', 'well', 'and', 'holds', 'shape', 'i', 'hang', 'it', 'to', 'dry', 'i', 'like', 'it', 'best', 'with', 'boots', 'but', 'it', 'would', 'work', 'with', 'fl', ',5,1,0', 'general', 'dresses', 'dresses'] ['4363,838,50', 'classy', 'and', 'good', 'quality', 'i', 'have', 'never', 'purchased', 'this', 'brand', 'before', 'at', 'retailer', 'and', 'there', 'were', 'no', 'reviews', 'on', 'it', 'when', 'i', 'purchased', 'it', 'i', 'bought', 'my', 'usual', 'size', 'medium', 'and', 'it', 'fit', 'perfectly', 'i', 'am', '5', '2', '120', 'with', 'broad', 'shoulders', 'loved', 'the', 'fringe', 'on', 'the', 'top', 'and', 'i', 'think', 'it', 'will', 'be', 'very', 'versatile', '.jeans/boots', 'skirts/heels', 'definitely', 'a', 'keeper', 'as', 'a', 'petite', 'gal', 'this', 'was', 'not', 'overly', 'long', 'if', 'you', 'have', 'larger', 'hips', 'this', 'will', 'not', 'hang', 'well', ',5,1,0', 'general', 'tops', 'blouses'] ['4364,1078,48', 'simple', 'and', 'stylish', 'i', 'really', 'liked', 'this', 'dress', 'ultimately', 'the', 'turtleneck', 'is', "n't", 'as', 'flattering', 'on', 'me', 'but', 'it', 'was', 'a', 'tough', 'choice', 'the', 'fabric', 'is', 'nice', 'the', 'style', 'is', 'nice', 'and', 'it', 'would', 'be', 'easy', 'to', 'wear', ',4,1,0', 'general', 'dresses', 'dresses'] ['4365,1094,48', 'striking', 'and', 'adorable', 'this', 'dress', 'is', 'super', 'cute', 'and', 'has', 'the', 'most', 'striking', 'color', 'i', 'got', 'the', 'blue', 'i', 'just', 'love', 'it', 'it', "'s", 'comfortable', 'and', 'flattering', 'and', 'hits', 'me', 'in', 'all', 'the', 'right', 'places', 'i', 'am', 'a', 'petite', 'girl', 'and', 'normally', 'wear', 'a', '0', 'or', '2', 'in', 'retailer', 'dresses', 'and', 'as', 'the', 'other', 'reviewers', 'mentioned', 'this', 'runs', 'small', 'so', 'a', '4', 'was', 'what', 'i', 'needed', 'and', 'even', 'the', '4', 'does', 'not', 'leave', 'any', 'wiggle', 'room', 'that', 'said', 'i', 'like', 'my', 'dresses', 'to', 'fit', 'sort', 'of', 'snugly', 'so', 'it', 'works', 'for', 'me', 'i', 'highly', 'recommend', 'it', 'overall', 'the', 'quality', 'cut', 'color', 'and', 'comfort', 'all', 'ma', ',5,1,5', 'general', 'dresses', 'dresses'] ['4366,1094,34', 'beautiful', 'dress', 'but', 'very', 'small', 'i', 'just', 'received', 'this', 'dress', 'in', 'the', 'blue', 'and', 'its', 'very', 'small', 'in', 'the', 'ribcage/bust', 'area', 'i', "'m", '120', 'lbs', '5', '1', '34d', 'bust', 'and', 'i', "'m", 'always', 'a', '2-4', 'regular', 'or', 'a', '4-6', 'petite', 'in', 'this', 'brand', 'i', 'could', "n't", 'even', 'zip', 'up', 'the', '4', 'regular', 'all', 'the', 'way', 'i', 'will', 'probably', 'reorder', 'it', 'in', 'a', '6', 'and', 'an', '8.', 'great', 'material', 'beautiful', 'color', 'great', 'style', ',4,1,30', 'general', 'dresses', 'dresses'] ['4367,1078,61', 'perfection', 'love', 'this', 'dress', 'i', 'ca', "n't", 'say', 'enough', 'about', 'it', 'comfortable', 'stylish', 'packable', 'does', "n't", 'wrinkle', 'at', 'all', 'i', 'love', 'it', 'i', 'bought', 'the', 'neutral', 'and', 'the', 'turquoise', 'only', 'planned', 'on', 'keeping', 'one', 'but', 'i', 'love', 'it', 'so', 'much', 'i', "'m", 'keeping', 'both', 'good', 'dress', 'for', 'fall/winter', 'to', 'wear', 'with', 'flats', 'or', 'tights', 'and', 'boots', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'worn', 'casual', 'i', 'am', '5', '1', '115', 'lbs', 'and', 'bought', 'the', 'xs', 'petite', 'perfect', 'fit', 'a', 'great', 'price', 'point', 'especially', 'with', 'the', '25', 'off', 'dresses', ',5,1,4', 'general', 'dresses', 'dresses'] ['4368,1081,61', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4369,1094,31', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4370,1078,40', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4371,1081,61', 'so', 'comfortable', 'read', 'other', 'reviews', 'was', 'worried', 'about', 'neckline', 'being', 'tight', 'went', 'with', 'size', 'of', 'last', 'dress', 'i', 'bought', 'from', 'retailer', '-s', 'perfect', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'dress', 'got', 'it', 'in', 'the', 'black', 'white', 'polka', 'dot', 'plan', 'to', 'layer', 'with', 'capri', 'legging', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4372,1078,39', 'gorgeous', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'it', "'s", 'great', 'quality', 'and', 'fits', 'perfectly.,5,1,0', 'general', 'dresses', 'dresses'] ['4373,1078,39', 'amazing', 'dress', 'once', 'again', 'retailer', 'delivers', 'a', 'beautiful', 'quality', 'dress', 'i', 'love', 'it', 'it', 'is', 'comfortable', 'and', 'flattering', 'the', 'material', 'is', 'light-weight', 'enough', 'that', 'i', 'will', 'be', 'able', 'to', 'wear', 'into', 'spring', ',5,1,0', 'general', 'dresses', 'dresses'] ['4374,1028,49', 'love', 'love', 'love', 'i', 'have', 'been', 'eyeing', 'these', 'jeans', 'for', 'a', 'while', 'but', 'was', 'hesitant', 'because', 'of', 'the', 'price', 'and', 'also', 'because', 'i', "'m", 'short', 'waisted', 'so', 'do', "n't", 'normally', 'like', 'high', 'rise', 'pants', 'i', 'finally', 'pulled', 'the', 'plug', 'when', 'i', 'had', 'a', '15', 'off', 'code', 'still', 'expensive', 'imo', 'i', 'am', 'so', 'glad', 'i', 'finally', 'bought', 'them', 'they', 'are', 'well', 'worth', 'the', 'price', 'i', 'am', '5', '6', 'with', 'longer', 'legs', 'and', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'these', 'run', 'a', 'little', 'longer', 'than', 'one', 'might', 'anticipate', 'they', 'hit', 'about', '2', 'inches', 'above', 'my', 'ankle', 'bone', 'which', 'suits', 'me', 'just', 'fine', 'they', 'are', ',5,1,1', 'general', 'bottoms', 'jeans'] ['4375,1081,42', 'love', 'it', 'i', 'bought', 'the', 'orange', 'color', 'and', 'the', 'pattern', 'is', 'absolutely', 'beautiful', 'the', 'fabric', 'and', 'style', 'is', 'very', 'flattering', 'and', 'comfortable', 'well', 'worth', 'it', 'runs', 'true', 'to', 'size', 'i', 'am', 'usually', 'an', 'xsmall', '134', 'lbs', '34', 'c', 'and', 'the', 'xsmall', 'fit', 'perfect', 'perfect', 'summer', 'dress', 'soft', 'fabric', 'and', 'light.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4376,1094,47', 'beautiful', 'dress', 'runs', 'small', 'totally', 'agree', 'with', 'the', 'other', 'reviewer', 'just', 'got', 'this', 'in', 'the', 'mail', 'today', 'and', 'it', 'is', 'a', 'beautiful', 'dress', 'but', 'it', 'does', 'run', 'one', 'size', 'too', 'small', 'i', 'am', 'always', 'a', 'size', '8', 'in', 'maeve', 'but', 'could', "n't", 'zip', 'this', 'one', 'up', 'and', 'at', '5', '7', 'it', 'is', 'a', 'tad', 'short', 'but', 'i', "'m", 'exchanging', 'it', 'for', 'the', '10', 'in', 'the', 'hope', 'that', 'in', 'the', 'next', 'size', 'it', 'will', 'be', 'a', 'bit', 'longer', 'and', 'that', 'it', 'will', 'fit', 'but', 'it', 'is', 'a', 'super', 'flattering', 'fit', 'and', 'the', 'blue', 'color', 'pops', 'a', 'stunning', 'dress', 'and', 'love', 'that', 'it', "'s", 'machine', 'washable', ',5,1,3', 'general', 'dresses', 'dresses'] ['4377,1081,47', 'fabulous', 'print', 'love', 'this', 'dress', 'in', 'the', 'orange', 'print', 'i', 'do', 'agree', 'with', 'one', 'reviewer', 'who', 'said', 'the', 'high', 'neck', 'is', 'bothersome', 'it', 'is', 'but', 'i', "'m", 'willing', 'to', 'overlook', 'that', 'because', 'it', 'is', 'the', 'style', 'of', 'this', 'dress', 'and', 'it', 'is', 'adorable', 'easy', 'and', 'comfortable', 'to', 'wear', 'and', 'i', 'just', 'love', 'the', 'orange', 'pattern', 'print', 'took', 'my', 'usual', 'size', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4378,1081,51', 'casual', 'summer', 'dress', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'black', 'motif', 'and', 'a', 'petite', 'size', 'the', 'color', 'is', 'slightly', 'more', 'washed', 'out', 'than', 'depicted', 'probably', 'because', 'of', 'the', 'stretchy', 'fabric', 'used', 'but', 'it', 'is', 'still', 'nice', 'the', 'dress', 'does', 'run', 'large', 'the', 'length', 'is', 'a', 'bit', 'too', 'long', 'and', 'the', 'pockets', 'which', 'i', 'was', 'surprised', 'were', 'even', 'there', 'are', 'several', 'inches', 'too', 'low', 'for', 'my', '5', '2', 'frame', 'overall', 'though', 'this', 'will', 'be', 'a', 'good', 'dress', 'for', 'hot', 'summer', 'days', 'and', 'should', 'travel', 'well', 'i', 'wish', 'the', 'blue', 'floral', 'one', 'was', 'available', 'when', 'i', 'ordered', 'this', 'dress', 'as', 'it', 'looks', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4379,1078,46', 'love', 'it', 'i', 'love', 'this', 'dress', 'the', 'quality', 'of', 'the', 'material', 'is', 'very', 'nice', 'good', 'weight', 'and', 'softness', 'the', 'dress', 'hides', 'my', 'baby', 'belly', 'and', 'feels', 'really', 'comfortable', 'on', 'i', 'got', 'tons', 'of', 'compliments', 'when', 'i', 'wore', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4380,1078,26', 'youthful', 'swing', 'dress', 'i', 'am', '5', '1', '32-26-36', 'and', '115', 'lbs', 'and', 'got', 'the', 'xsp', 'in', 'the', 'neutral', 'motif', 'at', 'a', 'great', 'price', 'shipping', 'was', 'quick', 'as', 'well', '2', 'business', 'days', 'the', 'dotted', 'swirly', 'lines', 'are', 'more', 'beige', 'than', 'they', 'appear', 'on', 'the', 'model', 'great', 'shape', 'and', 'easy', 'jersey', 'silhouette', 'that', 'will', 'be', 'flattering', 'on', 'all', 'body', 'shapes', 'will', 'look', 'great', 'with', 'a', 'long', 'statement', 'necklace', ',5,1,3', 'general', 'dresses', 'dresses'] ['4381,1094,33', 'no', 'issue', 'with', 'fit', 'lovely', 'dress', 'in', 'bright', 'teal', 'color', 'the', 'zipper', 'was', 'a', 'bit', 'sticky', 'as', 'the', 'other', 'reviewers', 'had', 'mentioned', 'unfortunately', 'i', 'sized', 'up', '6', 'based', 'on', 'past', 'reviews', 'and', 'had', 'to', 'exchange', 'for', 'a', 'smaller', 'size', '4', 'the', 'fabric', 'does', 'have', 'a', 'bit', 'of', 'stretch', 'so', 'i', "'m", 'really', 'not', 'sure', 'why', 'so', 'many', 'people', 'had', 'sizing', 'issues', 'this', 'is', 'really', 'a', 'great', 'buy', 'with', 'the', 'current', 'sale', 'tempted', 'to', 'pick', 'up', 'the', 'red', 'version', 'too.,5,1,0', 'general', 'dresses', 'dresses'] ['4382,1094,38', 'perfect', 'summer', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'have', 'received', 'so', 'many', 'compliments', 'the', 'quality', 'is', 'incredible.,5,1,0', 'general', 'dresses', 'dresses'] ['4383,1081,43', 'fun', 'breeze', 'the', 'great', 'thing', 'about', 'a', 'swing', 'dress', 'is', 'that', 'it', 'does', "n't", 'cling', 'to', 'the', 'curves', 'this', 'one', 'is', 'the', 'same', 'way', 'i', 'got', 'the', 'geometric', 'print', 'the', 'colors', 'are', 'fun', 'i', 'would', 'have', 'gone', 'down', 'to', 'the', 'small', 'just', 'to', 'loose', 'some', 'of', 'the', 'material', 'on', 'this', 'dress', 'if', 'it', 'had', 'not', 'fit', 'across', 'so', 'tight', 'across', 'the', 'back', 'if', 'you', 'have', 'no', 'bust', 'i', 'would', 'say', 'size', 'down', 'two', 'sizes', 'or', 'try', 'a', 'petite', 'the', 'dress', 'has', 'a', 'breathable', 'fabric', 'so', 'great', 'for', 'summer', 'wear', 'the', 'only', 'cons', 'are', 'the', 'large', 'armpits', 'and', 'extra', 'fabric', 'but', 'sizing', 'down', 'should', 'help', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4384,1078,31', 'cheap', 'this', 'dress', 'looks', 'and', 'feels', 'cheap', 'the', 'white', 'material', 'is', 'stiff', 'and', 'does', 'not', 'iron', 'nicely', 'the', 'grey', 'sweater', 'is', 'super', 'thin', 'and', 'very', 'cheap', 'looking', 'overall', 'a', 'pretty', 'horrible', 'dress', 'save', 'your', 'money', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4385,1028,44', 'way', 'way', 'too', 'long', 'these', 'are', 'absolutely', 'beautiful', 'pants', 'soft', 'and', 'wearable', 'right', 'away', 'but', 'the', 'other', 'reviewer', 'is', 'right', 'if', 'you', 'are', 'average', 'or', 'short', 'these', 'will', 'be', 'way', 'too', 'long', 'they', 'wo', "n't", 'even', 'look', 'like', 'cropped', 'pants', 'just', 'regular', 'wide', 'leg', 'jeans', 'i', 'am', 'keeping', 'them', 'b/c', 'i', 'love', 'the', 'look', 'and', 'i', 'will', 'also', 'have', 'them', 'altered', 'to', 'be', 'shorter', 'it', "'s", 'disappointing', 'that', 'these', 'were', 'designed', 'for', 'the', 'statuesque', 'instead', 'of', 'the', 'other', '90', 'of', 'us', 'especially', 'considering', 'the', 'amazingly', 'high', 'price', 'for', 'a', 'pair', 'of', 'jeans', 'so', 'i', 'guess', 'i', 'am', 'di', ',3,0,2', 'general', 'bottoms', 'jeans'] ['4386,1081,39', 'great', 'feel', 'order', 'a', 'size', 'down,4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4387,1081,39', 'a', 'thousand', 'compliments', 'i', 'got', 'this', 'in', 'the', 'floral', 'print', 'before', 'it', 'sold', 'out', 'and', 'i', 'have', 'never', 'received', 'so', 'many', 'compliments', 'on', 'a', 'dress', 'it', 'hangs', 'so', 'nicely', 'and', 'is', 'so', 'flattering', 'the', 'neckline', 'does', "n't", 'bother', 'me', 'at', 'all', 'i', 'know', 'some', 'reviewers', 'mentioned', 'that', 'but', 'i', 'am', 'a', 'very', 'small', 'busted', 'woman', 'so', 'maybe', 'it', 'has', 'something', 'to', 'do', 'with', 'that', 'i', 'find', 'it', 'super', 'comfortable', 'like', 'wearing', 'a', 'nightgown', 'i', 'am', 'so', 'in', 'love', 'with', 'this', 'dress', 'i', 'just', 'ordered', 'it', 'again', 'in', 'black', 'it', 'will', 'be', 'a', 'summer', 'staple', 'i', 'found', 'it', 'runs', 'true', 'to', 'size', 'i', "'m", '5', '3', '115', 'p', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4388,1078,47', 'just', 'bad', 'i', "'m", 'usually', 'a', 'fan', 'of', 'maeve', 'but', 'this', 'dress', 'is', 'just', 'bad', 'the', 'fabric', 'is', 'thin', 'and', 'filmy', 'and', 'it', 'stretches', 'to', 'sheer', 'over', 'your', 'chest', 'the', 'turtleneck', 'is', 'neither', 'tight', 'nor', 'loose', 'it', 'just', 'droops', 'in', 'a', 'most', 'unfortunate', 'way', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['4389,1078,28', 'great', 'dress', 'for', 'ladies', 'with', 'smaller', 'curves', 'i', 'wanted', 'to', 'like', 'this', 'dress', 'but', 'it', 'just', 'did', 'not', 'work', 'for', 'a', 'bustier', 'frame', 'the', 'fabric', 'is', 'quite', 'loose', 'does', 'not', 'nip', 'in', 'at', 'the', 'waist', 'and', 'is', 'not', 'particularly', 'clingy', 'so', 'if', 'you', 'are', 'well-endowed', 'your', 'assets', 'create', 'a', 'bit', 'of', 'a', 'shelf', 'from', 'which', 'the', 'rest', 'of', 'the', 'dress', 'just', 'hangs', 'as', 'a', 'result', 'the', 'swing', 'comes', 'from', 'the', 'apex', 'of', 'your', 'chest', 'as', 'opposed', 'to', 'from', 'your', 'hips', 'as', 'on', 'the', 'model', 'and', 'the', 'asymmetrical', 'hemline', 'makes', 'the', 'look', 'even', 'more', 'awkward', 'on', 'smaller', 'curves', 'this', 'would', 'likely', 'be', 'very', 'flattering', 'but', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['4390,1081,43', 'nice', 'and', 'comfortable', 'this', 'is', 'a', 'great', 'dress', 'i', 'purchased', 'the', 'red', 'and', 'gold', 'motif', 'i', 'like', 'that', 'it', 'is', 'versatile', 'and', 'very', 'comfortable', 'plus', 'it', 'has', 'pockets', 'love', 'that', 'i', 'am', 'fuller', 'in', 'the', 'bottom', 'so', 'i', 'was', 'concerned', 'with', 'the', 'pockets', 'adding', 'bulk', 'so', 'far', 'so', 'good', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4391,1094,44', 'beauiful', 'dress', 'this', 'dress', 'does', 'fit', 'small', 'i', 'am', 'generally', 'a', 'size', '10-12', 'in', 'maeve', 'but', 'purchased', 'this', 'in', 'a', '14.', 'i', 'have', 'a', 'large', 'chest', '34g', 'which', 'contributed', 'to', 'my', 'need', 'to', 'size', 'up', 'the', 'green', 'color', 'is', 'beautiful', 'and', 'the', 'dress', 'looks', 'darling', 'on', 'i', 'have', 'a', 'little', 'trouble', 'with', 'the', 'zipper', 'but', 'nothing', 'that', 'required', 'me', 'to', 'return', 'the', 'dress', 'my', 'biggest', 'complaint', 'is', 'that', 'the', 'straps', 'are', 'a', 'tiny', 'bit', 'too', 'long', 'and', 'do', "n't", 'lie', 'flat', 'on', 'my', 'shoulders', 'other', 'than', 'that', 'i', 'receive', 'a', 'ton', 'of', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['4392,1081,33', 'comfy', 'dress', 'with', 'plenty', 'of', 'compliments', 'i', 'am', '5', '4', '145', 'pounds', '34dd', 'and', 'ended', 'up', 'with', 'the', 'size', 'small', 'for', 'reference', 'it', 'fit', 'well', 'but', 'definitely', 'roomy', 'in', 'case', 'you', "'re", 'not', 'into', 'that', 'style', 'never', 'tried', 'the', 'extra', 'small', 'but', 'i', 'would', 'prefer', 'this', 'dress', 'not', 'to', 'hug', 'onto', 'me', 'so', 'i', 'stayed', 'with', 'the', 'small'] [] ['this', 'dress', 'was', 'really', 'nice', 'and', 'comfy', 'soft', 'material', 'the', 'pockets', 'are', 'low', 'and', 'my', 'phone', 'stayed', 'in', 'while', 'i', 'walked', 'but', 'i', 'would', "n't", 'recommend', 'anything', 'heavier', 'than', 'a', 'phone', 'to', 'go', 'in', 'the', 'pockets'] [] ['i', 'wore', 'this', 'to', 'a', 'family', 'and', 'friends', 'function', 'and', 're', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4393,1028,46', 'warning', 'if', 'you', 'are', 'average', 'height', 'first', 'off', 'i', 'love', 'these', 'jeans', 'they', 'are', 'the', 'exact', 'look', 'i', 'have', 'been', 'searching', 'for', 'and', 'the', 'bands', 'around', 'the', 'hem', 'are', 'what', 'really', 'sold', 'me', 'on', 'this', 'specific', 'pair', 'the', 'only', 'problem', 'which', 'i', 'found', 'with', 'a', 'previous', 'purchase', 'is', 'that', 'they', 'hit', 'me', 'at', 'the', 'ankle', 'rather', 'than', 'what', 'is', 'pictured', 'since', 'i', 'liked', 'everything', 'about', 'these', 'jeans', 'i', 'decided', 'to', 'so', 'with', 'plan', 'b', 'and', 'had', 'them', 'altered', 'to', 'be', 'about', 'an', 'inch', 'shorter', 'this', 'involved', 'cutting', 'the', 'hem', 'at', 'the', 'top', 'of', 'the', 'bands', 'and', 'reattaching', 'the', 'stitching', 'blends', ',4,1,15', 'general', 'bottoms', 'jeans'] ['4394,1078,42', 'fabric', 'quality', 'i', 'ordered', 'the', 'neutral', 'and', 'this', 'dress', 'feels', 'and', 'looks', 'great', 'but', 'my', 'issue', 'is', 'with', 'the', 'fabric', 'while', 'very', 'comfortable', 'it', 'fades', 'where', 'its', 'stretched', 'so', 'around', 'my', 'bust', 'and', 'my', 'back', 'when', 'i', 'moved', 'my', 'arms', 'i', 'am', '5', '9', '145', 'lbs', 'and', 'the', 'small', 'fit', 'me', 'the', 'best', 'but', 'i', 'tried', 'on', 'the', 'medium', 'just', 'to', 'see', 'if', 'it', 'was', 'a', 'fit', 'issue', 'the', 'fabric', 'still', 'looked', 'weird', 'i', "'m", 'disappointed', 'to', 'send', 'it', 'back', 'but', 'i', 'just', 'ca', "n't", 'keep', 'it', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['4395,1081,31', 'all', 'about', 'the', 'swing', 'i', 'bought', 'this', 'dress', 'for', 'my', 'daughter', 'for', 'her', 'birthday', 'and', 'she', 'loved', 'it', 'she', 'tells', 'me', 'she', 'has', 'worn', 'it', 'many', 'times', 'and', 'gets', 'compliments', 'each', 'time', 'on', 'both', 'the', 'style', 'and', 'the', 'color', 'ordered', 'the', 'orange', 'it', "'s", 'a', 'lovely', 'lightweight', 'knit', 'and', 'is', 'easy', 'to', 'dress', 'up', 'or', 'down', 'plus', 'it', 'is', 'so', 'comfortable', 'and', 'flattering', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4396,1094,51', 'hoped', 'this', 'was', 'the', 'dress', 'for', 'summer', 'i', 'have', 'several', 'maeve', 'dresses', 'that', 'fit', 'really', 'well', 'this', 'was', 'not', 'the', 'case', 'with', 'this', 'dress', 'fabric', 'and', 'color', 'are', 'great', 'fit', 'was', 'off', 'especially', 'in', 'top', 'worst', 'part', 'was', 'zipper', 'that', 'would', "n't", 'move', 'smoothly', 'took', 'me', 'a', 'good', '15', 'minutes', 'to', 'get', 'it', 'unzipped', 'such', 'a', 'bummer', ',2,0,3', 'general', 'dresses', 'dresses'] ['4397,1094,29', 'horrible', 'zipper', 'beautiful', 'dress', 'i', "'ll", 'start', 'by', 'saying', 'that', 'i', 'loved', 'this', 'dress', 'i', 'tried', 'it', 'on', 'in', 'the', 'dressing', 'room', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'the', 'colors', 'and', 'design', 'are', 'beautiful', 'and', 'the', 'fabric', 'is', 'soft', 'i', 'did', 'have', 'to', 'size', 'up', 'but', 'it', 'fit', 'me', 'perfectly', 'once', 'i', 'did', 'i', "'m", '5', '1', '130', 'lbs', '34', 'd', 'size', '6', 'fit', 'great'] ['the', 'first', 'time', 'i', 'pulled', 'it', 'out', 'at', 'home', 'i', 'was', 'gently', 'pulling', 'up', 'the', 'zipper', 'and', 'once', 'it', 'hits', 'those', 'ribbon', 'areas', 'on', 'the', 'side', 'the', 'zipper', 'seam', 'split', 'i', 'tried', 'for', 'a', 'half', 'hour', 'to', 'get', 'it', 'to', 'realign', 'i', 'finally', 'decided', 'to', 'go', 'exchange', 'it', 'for', ',3,0,2', 'general', 'dresses', 'dresses'] ['4398,1094,35', 'casual', 'pretty', 'it', 'first', 'really', 'run', 'small', 'exactly', 'rather', 'if', 'you', 'size', 'up', 'one', 'the', 'zipper', 'works', 'a', 'lot', 'better', 'it', "'s", 'beautiful', 'in', 'person', 'i', 'normally', 'wear', 'a', '2', 'or', '4', 'but', 'i', 'tried', 'a', '4', 'and', '6.', 'i', 'bought', 'the', 'size', '6.', 'for', 'reference', 'in', "5'10", '130', 'lbs', ',4,1,0', 'general', 'dresses', 'dresses'] ['4399,1078,43', 'fun', 'dress', 'i', 'watched', 'this', 'dress', 'for', 'quite', 'awhile', 'and', 'when', 'it', 'went', 'on', 'sale', 'ordered', 'it', 'i', "'m", 'very', 'happy', 'with', 'the', 'purchase', 'it', "'s", 'swingy', 'and', 'fun', 'looks', 'great', 'with', 'tall', 'boots', 'too', 'i', 'said', 'it', 'runs', 'true', 'to', 'size', 'but', 'i', 'bet', 'the', 'size', 'smaller', 'would', 'have', 'been', 'great', 'too', 'just', 'because', 'it', 'is', 'a', 'bit', 'of', 'a', 'looser', 'fit', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4400,1078,43', 'easy', 'comfort', 'there', "'s", 'a', 'stretch', 'and', 'a', 'swing', 'to', 'the', 'dress', 'that', 'makes', 'you', 'feel', 'light', 'and', 'free', 'really', 'sexy', 'as', 'pictured', 'with', 'boots', 'and', 'scarf,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4401,1078,79', 'love', 'this', 'dress', 'soft', 'and', 'flowy', 'fit', 'is', 'great', 'quality', 'is', 'great', 'i', 'love', 'this', 'dress', 'and', 'i', 'purchased', 'in', 'the', 'turquoise', 'color', 'as', 'well', 'i', 'have', "n't", 'worn', 'a', 'dress', 'in', '10+', 'years', 'so', 'i', 'had', 'a', 'lot', 'of', 'reservation', 'that', 'this', 'would', 'be', 'my', 'first', 'highly', 'recommend'] ['i', 'paired', 'this', 'with', '4', 'short', 'black', 'suede', 'boots', 'and', 'black', 'tights', 'many', 'compliments', 'even', 'from', 'my', 'husband', 'and', 'he', 'does', "n't", 'usually', 'pay', 'much', 'attention', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4402,1094,28', 'this', 'dress', 'is', 'so', 'cute', 'i', 'went', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'and', 'although', 'i', 'knew', 'the', 'dress', 'would', 'fit', 'i', 'could', 'not', 'get', 'the', 'zipper', 'up', 'my', 'mom', 'the', 'sales', 'lady', 'and', 'i', 'all', 'tried', 'to', 'get', 'the', 'zipper', 'up', 'and', 'it', 'would', 'not', 'move', 'past', 'the', 'ribbon', 'i', 'wish', 'i', 'could', 'have', 'bought', 'this', 'dress', 'but', 'i', 'ca', "n't", 'without', 'a', 'working', 'zipper', 'i', 'tried', 'a', 'size', 'up', 'and', 'every', 'dress', 'at', 'the', 'store', 'that', 'was', 'my', 'size', 'and', 'none', 'of', 'them', 'worked', 'please', 'fix', 'the', 'zipper', 'problem', 'so', 'i', 'can', 'have', 'this', 'dress', ',1,0,3', 'general', 'dresses', 'dresses'] ['4403,1094,56', 'should', 'be', 'recalled', 'because', 'of', 'faulty', 'zippers', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'i', 'ordered', '2', 'of', 'these', 'but', 'had', 'to', 'return', 'both', 'because', 'the', 'zippers', 'did', "n't", 'work', 'when', 'i', 'returned', 'them', 'the', 'saleslady', 'said', 'many', 'people', 'had', 'problems', 'with', 'them', ',4,0,1', 'general', 'dresses', 'dresses'] ['4404,1094,35', 'cute', 'dress', 'but', 'sticky', 'zipper', 'i', 'ran', 'into', 'retailer', 'today', 'and', 'was', 'very', 'excited', 'to', 'see', 'this', 'dress', 'since', 'i', 'had', 'liked', 'it', 'online', 'but', 'wanted', 'to', 'be', 'able', 'to', 'try', 'it', 'on', 'based', 'on', 'reviews', 'it', 'does', 'run', 'small', 'for', 'maeve', 'typically', 'with', 'maeve', 'a', '2', 'fits', 'better', 'on', 'me', 'but', 'i', 'can', 'always', 'wear', 'a', '4.', 'in', 'this', 'dress', 'the', '4', 'just', 'fit', 'it', 'is', 'darling', 'i', 'got', 'the', 'red', 'and', 'i', 'love', 'the', 'fabric', 'detail', 'and', 'stitched', 'detail', 'however', 'the', 'zipper', 'is', 'awful', 'no', 'way', 'around', 'it', 'terrible', 'when', 'i', 'went', 'to', 'try', 'this', 'on', 'at', 'the', 'store', 'the', 'zipper', 'split', 'just', 'opening', 'it', 'to', 'try', 'th', ',4,1,7', 'general', 'dresses', 'dresses'] ['4405,1094,41', 'cute', 'dress', 'impossible', 'zipper', 'funky', 'sizing', 'this', 'dress', 'is', 'so', 'cute', 'but', 'it', "'s", 'going', 'back', 'the', 'zipper', 'is', 'horrible', 'and', 'all', 'of', 'the', 'other', 'reviews', 'are', 'true', 'you', "'ll", 'need', 'to', 'size', 'up.,2,0,2', 'general', 'dresses', 'dresses'] ['4406,1094,55', 'love', 'this', 'dress', 'the', 'blue', 'version', 'of', 'this', 'dress', 'originally', 'caught', 'my', 'eye', 'on-line', 'but', 'was', "n't", 'available', 'in', 'the', 'store', 'so', 'i', 'tried', 'the', 'green', 'one', 'mainly', 'for', 'size', 'since', 'everyone', 'said', 'it', 'runs', 'a', 'bit', 'small', 'i', 'did', 'have', 'to', 'size', 'up', 'one', 'or', 'two', 'sizes', 'i', 'fell', 'in', 'love', 'with', 'the', 'green', 'dress', 'and', 'bought', 'it', 'it', 'is', 'so', 'comfortable', 'great', 'quality', 'fabric', 'not', 'too', 'thin', 'or', 'too', 'heavy', 'looks', 'great', 'on', 'i', 'have', 'received', 'several', 'compliments', ',5,1,1', 'general', 'dresses', 'dresses'] ['4407,1081,38', 'lightweight', 'and', 'flowy', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', "'ve", 'considered', 'getting', 'it', 'in', 'the', 'other', 'prints', 'it', "'s", 'fitted', 'in', 'all', 'the', 'right', 'places', 'and', 'has', 'pockets', 'i', 'love', 'that', 'it', "'s", 'stretchy', 'i', "'m", 'a', '36d', 'and', 'it', "'s", 'hard', 'to', 'fit', 'dresses', 'over', 'the', 'chest', 'this', 'dress', 'is', 'a', 'dream', ',5,1,44', 'general', 'petite', 'dresses', 'dresses'] ['4408,1078,57', 'cute', 'comfy', 'swing', 'dress', 'love', 'this', 'swing', 'dress', 'i', 'purchased', 'it', 'for', 'work', 'it', 'is', 'light', 'and', 'comfy', 'i', 'wear', 'it', 'with', 'tights', 'and', 'boots', 'i', 'even', 'purchased', 'it', 'in', 'another', 'color.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4409,1094,53', 'too', 'small', 'and', 'short', 'for', 'my', 'age.', 'very', 'pretty', 'but', 'too', 'short', 'for', 'my', 'age', 'looks', 'well', 'made', 'and', 'green', 'dress', 'is', 'beautiful', 'it', 'was', 'just', 'too', 'short', 'for', 'me', 'to', 'be', 'comfortable', 'wearing.,5,0,0', 'general', 'dresses', 'dresses'] ['4410,1081,63', 'cute', 'and', 'flattering', 'ordered', 'this', 'in', 'the', 'orange', 'black', 'white', 'and', 'turquoise', 'print', 'in', 'both', 'a', 'small', 'and', 'medium', 'the', 'style', 'is', 'cute', 'and', 'i', 'like', 'the', 'high', 'neckline', 'that', 'shows', 'off', 'the', 'shoulders', 'and', 'swing', 'skirt', 'that', 'falls', 'beautifully', 'and', 'hides', 'a', 'multitude', 'of', 'figure', 'problems', 'i', 'also', 'previously', 'bought', 'the', 'emerson', 'swing', 'dress', 'which', 'is', 'the', 'same', 'style', 'by', 'maeve', 'the', 'emerson', 'style', 'ran', 'a', 'bit', 'larger', 'and', 'as', 'the', 'reviews', 'there', 'state', 'the', 'armholes', 'were', 'a', 'bit', 'long', 'so', 'i', 'ended', 'up', 'with', 'a', 'small', 'in', 'that', 'one', 'this', 'lilt', 'swing', 'dress', 'howev', ',5,1,81', 'general', 'petite', 'dresses', 'dresses'] ['4411,1078,40', 'navy', 'striped', 'dress', 'i', 'purchased', 'a', 'medium', 'i', 'am', '5', '6', '140', 'lbs', 'and', 'it', 'fit', 'perfectly', 'the', 'navy', 'is', 'pretty', 'dark', 'almost', 'black', 'the', 'fabric', 'is', 'very', 'soft', 'the', 'cut', 'is', 'more', 'form', 'fitting', 'in', 'the', 'top', 'and', 'then', 'comes', 'out', 'to', 'an', 'a', 'line', 'it', 'is', 'not', 'as', 'bulky', 'as', 'some', 'swing', 'dresses', 'in', 'the', 'photo', 'it', 'almost', 'looks', 'like', 'a', 'handkerchief', 'hem', 'but', 'in', 'real', 'life', 'it', 'is', 'less', 'pronounced', 'i', 'have', 'no', 'negatives', 'i', 'would', 'consider', 'getting', 'a', 'second', 'pattern', 'if', 'it', 'goes', 'on', 'sale', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4412,1078,61', 'fits', 'very', 'nicely', 'the', 'most', 'important', 'thing', 'is', 'that', 'my', 'husband', 'said', 'he', 'really', 'liked', 'the', 'dress', 'when', 'i', 'put', 'it', 'on.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4413,1078,41', 'great', 'dress', 'for', 'every', 'day', 'i', 'purchased', 'this', 'dress', 'in', 'the', 'navy', 'and', 'white', 'stripe', 'i', 'did', 'purchase', 'the', 'petite', 'since', 'i', "'m", '5', '2', 'and', 'it', 'worked', 'out', 'great', 'very', 'nice', 'style', 'comfy', 'and', 'flattering', 'looks', 'great', 'with', 'a', 'pair', 'of', 'boots', 'one', 'of', 'my', 'go', 'to', 'dresses', 'for', 'sure', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4414,1081,20', 'great', 'dress', 'comfortable', 'and', 'cute', 'this', 'dress', 'is', 'so', 'comfortable', 'and', 'versatile', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', "'s", 'perfect', 'for', 'almost', 'any', 'summer', 'occasion', 'i', 'have', 'it', 'in', 'the', 'black', 'color', 'and', 'it', 'goes', 'with', 'almost', 'everything', 'the', 'only', 'complaint', 'i', 'have', 'is', 'the', 'arm', 'holes', 'drop', 'a', 'little', 'too', 'low', 'you', 'can', 'see', 'part', 'of', 'my', 'bra', 'because', 'of', 'this', 'but', 'it', "'s", 'not', 'too', 'drastic', 'i', "'m", '5', '4', 'with', 'an', 'athletic', 'build', 'and', 'i', 'feel', 'like', 'the', 'petite', 'would', 'have', 'fit', 'me', 'better', 'regardless', 'it', "'s", 'a', 'great', 'dress', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4415,1078,41', 'figure', 'flattering', 'and', 'the', 'material', 'is', 'so', 'soft', 'i', 'bought', 'this', 'dress', 'in', 'the', 'navy', 'stripe', 'version', 'and', 'love', 'it', 'the', 'material', 'is', 'so', 'soft', 'it', "'s", 'like', 'wearing', 'pajamas', 'and', 'the', 'actual', 'swing', 'skirt', 'is', 'flattering', 'which', 'surprised', 'me', 'when', 'i', 'tried', 'it', 'on', 'i', 'wore', 'it', 'to', 'work', 'with', 'burgundy', 'heels', 'and', 'got', 'a', 'lot', 'of', 'compliments', 'from', 'my', 'co-workers', 'i', "'m", '5', '9', '130', 'lbs', 'and', 'the', 'xs', 'worked', 'best', 'for', 'me', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4416,1078,34', ',this', 'dress', 'is', 'great', 'i', 'purchased', 'the', 'navy', 'colorway', 'it', 'is', 'really', 'soft', 'and', 'the', 'fabric', 'flows', 'nicely', 'i', 'was', 'lucky', 'enough', 'to', 'snag', 'this', 'on', 'sale', 'so', 'i', 'could', "n't", 'beat', 'the', 'price', 'i', 'like', 'the', 'buttons', 'on', 'the', 'sleeves', 'it', 'adds', 'just', 'a', 'cute', 'special', 'touch', 'i', "'m", '5', '3', 'and', 'this', 'hits', 'me', 'right', 'at', 'the', 'knee.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4417,1081,24', 'tight', 'neck', 'i', 'tried', 'a', 'size', 'x', 'small', 'on', 'in', 'the', 'store', 'and', 'i', 'am', '5', '4', '120', 'lbs', 'i', 'had', 'trouble', 'getting', 'my', 'head', 'through', 'the', 'dress', 'and', 'once', 'i', 'did', 'it', 'felt', 'so', 'tight', 'at', 'the', 'neck', 'as', 'if', 'it', 'was', 'chocking', 'me', 'the', 'dress', 'color', 'is', 'very', 'nice', 'but', 'the', 'tight', 'neck', 'and', 'odd', 'arm', 'holes', 'were', 'a', 'no', 'i', 'would', 'not', 'recommend', 'this', 'dress', 'for', 'those', 'reasons', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4418,1078,84', 'closet', 'staple', 'this', 'dress', 'was', 'perfect', 'for', 'the', 'fall/winter', 'i', 'wish', 'i', 'would', 'have', 'bought', 'more', 'colors', 'the', 'fabric', 'is', 'soft', 'and', 'clings', 'just', 'enough', 'i', 'lived', 'in', 'it', 'this', 'winter.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4419,1094,38', 'adorable', 'runs', 'very', 'small', 'i', 'got', 'the', 'blue', 'it', 'is', 'so', 'cute', 'i', "'m", 'a', 'very', 'consistent', '2-4', 'i', 'ordered', 'a', 'size', '6', 'that', 'fit', 'well', 'the', 'a-line', 'does', 'stick', 'out', 'farther', 'than', 'it', 'shows', 'in', 'the', 'photos', 'so', 'i', "'m", 'having', 'that', 'taken', 'in', 'some', 'looked', 'like', 'a', 'triangle', 'it', "'s", 'definitely', 'worth', 'the', 'price', 'super', 'flattering', ',4,1,0', 'general', 'dresses', 'dresses'] ['4420,1078,38', 'this', 'dress', 'is', 'very', 'comfy', 'and', 'soft', 'i', 'am', 'returning', 'because', 'i', 'did', "n't", 'like', 'it', 'being', 'a', 'turtle', 'neck', 'just', 'a', 'personal', 'dislike', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4421,933,38', 'wanted', 'to', 'love', 'this', 'i', 'should', 'have', 'listened', 'to', 'the', 'previous', 'review', 'on-line', 'before', 'ordering', 'unfortunately', 'this', 'will', 'go', 'back', 'as', 'the', 'design', 'fit', 'and', 'proportions', 'are', 'simply', 'off', 'i', 'love', 'uniquely', 'shaped', 'wraps', 'like', 'this', 'but', 'this', 'one', 'did', "n't", 'make', 'the', 'cut', 'for', 'me', ',1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['4422,1078,39', 'adding', 'to', 'the', 'rave', 'reviews', 'putting', 'my', 'two', 'cents', 'in', 'regarding', 'how', 'fantastic', 'this', 'dress', 'is', 'i', 'bought', 'the', 'medium', 'petite', 'in', 'navy', 'stripe', 'it', 'fits', 'great', 'it', "'s", 'not', 'too', 'clingy', 'and', 'it', "'s", 'flattering', 'to', 'my', 'disproportionate', 'figure', 'makes', 'me', 'look', 'more', 'hourglass', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4423,1081,39', 'a', 'little', 'disappointed.', 'i', 'was', 'really', 'looking', 'forward', 'to', 'getting', 'this', 'dress', 'in', 'the', 'orange', 'print', 'but', 'when', 'i', 'finally', 'received', 'i', 'was', 'a', 'little', 'disappointed', 'the', 'print', 'placement', 'is', 'not', 'the', 'same', 'as', 'shown', 'on', 'the', 'model', 'so', 'it', 'does', "n't", 'look', 'as', 'a', 'vibrant', 'and', 'colorful', 'my', 'version', 'of', 'the', 'dress', 'has', 'more', 'of', 'that', 'muddy', 'dark', 'print', 'and', 'hardly', 'any', 'orange', 'or', 'turquoise', 'also', 'the', 'backside', 'of', 'the', 'print', 'is', 'white', 'and', 'the', 'dress', 'is', 'not', 'lined', 'i', 'do', 'like', 'the', 'way', 'it', 'drapes', 'on', 'my', 'body', 'and', 'the', 'overall', 'styling', 'the', 'dress', 'fits', 'nicely', 'in', 'size', 'medium', 'on', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4424,1081,42', 'great', 'dress', 'needs', 'a', 'tank', 'top', 'underneath', 'but', 'has', 'a', 'great', 'shop', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4425,1078,37', 'very', 'comfortable', 'i', 'love', 'this', 'dress', 'it', "'s", 'very', 'comfortable', 'slim', 'swing', 'and', 'very', 'ingratiating', 'the', 'fabric', 'is', 'light', 'i', 'like', 'the', 'details', 'of', 'the', 'buttons', 'on', 'the', 'sleeves', 'overall', 'i', "'m", 'pleased', 'and', 'happy', 'for', 'the', 'purchase', 'of', 'this', 'dress', 'i', 'will', 'definitely', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4426,834,43', ',,5,1,0', 'general', 'tops', 'blouses'] ['4427,1081,30', 'nice', 'dress', 'i', 'like', 'the', 'way', 'the', 'skirt', 'of', 'the', 'dress', 'swings', 'when', 'you', 'move', 'in', 'order', 'to', 'get', 'the', 'arm', 'holes', 'to', 'not', 'be', 'too', 'low', 'i', 'ended', 'up', 'with', 'the', 'smaller', 'of', 'the', 'two', 'sizes', 'i', 'usually', 'buy', 'i', 'also', 'appreciate', 'the', 'dress', 'has', 'pockets', 'and', 'the', 'soft', 'fabric', 'the', 'tag', 'says', 'you', 'can', 'machine', 'wash', 'cold', 'gentle', 'which', 'is', 'also', 'a', 'plus', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4428,834,27', 'amazing', 'go', 'to', 'white', 'blouse', 'this', 'is', 'such', 'an', 'amazing', 'take', 'on', 'a', 'white', 'blouse', 'it', "'s", 'fun', 'and', 'still', 'polished', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'so', 'easy', 'to', 'dress', 'up', 'or', 'down'] [] ['the', 'arm', 'holes', 'run', 'a', 'little', 'small', 'but', 'the', 'cut', 'of', 'everything', 'else', 'is', 'amazing', ',5,1,1', 'general', 'tops', 'blouses'] ['4429,1078,52', 'fantastic', 'dress', 'this', 'is', 'a', 'great', 'dress', 'both', 'in', 'design', 'and', 'comfort', 'the', 'material', 'is', 'very', 'soft', 'and', 'warm', 'yet', 'it', 'is', 'also', 'very', 'stylish', 'and', 'can', 'be', 'dressed', 'up', 'with', 'big', 'necklaces', 'a', 'belt', 'and', 'boots', 'the', 'stylist', 'in', 'the', 'store', 'mentioned', 'wearing', 'it', 'with', 'a', 'vest', 'it', 'is', 'a', 'great', 'piece', 'that', 'has', 'so', 'many', 'possibilities', 'i', 'bought', 'it', 'in', 'navy', 'thank', 'you', 'retailer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4430,1078,62', 'love', 'love', 'love', 'this', 'dress', 'i', 'almost', 'ordered', 'this', 'dress', 'yesterday', 'online', 'but', 'did', 'not', 'i', 'went', 'into', 'my', 'local', 'retailer', 'today', 'and', 'they', 'had', 'it', 'in', 'stock', 'tried', 'it', 'and', 'completely', 'fell', 'in', 'love', 'with', 'it', 'and', 'even', 'my', 'retailer', 'lady', 'in', 'the', 'back', 'was', 'amazed'] ['i', 'am', '5', '5', '115lbs', 'and', 'went', 'with', 'the', 'xs', 'petite'] ['excellent', 'price', 'point'] [] ['gorgeous', 'in', 'neutral'] [] ['tts'] [] ['highly', 'recommend', ',5,1,31', 'general', 'petite', 'dresses', 'dresses'] ['4431,1078,39', 'the', 'stress', 'is', 'a', 'simple', 'basic', 'i', 'got', 'it', 'in', 'the', 'navy', 'stripe', 'and', 'have', 'worn', 'it', 'with', 'the', 'long', 'gray', 'scarf', 'similar', 'to', 'pictured', 'it', 'is', 'very', 'soft', 'and', 'comfortable', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4432,1094,46', 'runs', 'small', 'impossible', 'zipper', 'i', 'ordered', 'the', 'red', 'version', 'it', 'is', 'incredibly', 'cute', 'soft', 'vibrant', 'and', 'a', 'flattering', 'a-line', 'however', 'this', 'dress', 'is', 'sized', 'oddly', 'running', 'at', 'least', 'one', 'or', 'two', 'sizes', 'too', 'small', 'particularly', 'at', 'the', 'waistband', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'one', 'size', 'up', 'and', 'even', 'the', 'larger', 'size', 'was', 'too', 'snug', 'in', 'the', 'waist', 'yet', 'at', 'the', 'same', 'time', 'i', 'had', 'some', 'gaping', 'at', 'the', 'straps', 'and', 'i', 'have', 'a', 'full', 'bust', 'even', 'worse', 'is', 'the', 'impossible', 'side-zipper', 'that', 'is', 'a', 'workout', 'to', 'get', 'past', 'the', 'seam', 'at', 'the', 'waistband', 'trying', 'to', 'wrestle', 'the', 'zip', ',3,0,11', 'general', 'dresses', 'dresses'] ['4433,1081,68', 'comfortable', 'and', 'casual', 'cute', 'easy', 'fitting', 'dress', 'i', 'got', 'it', 'in', 'orange', 'which', 'is', 'a', 'summery', 'pretty', 'print', 'i', 'ordered', 'it', 'in', 'petite', 'because', 'i', 'am', '5', '1', 'but', 'the', 'dress', 'is', 'very', 'short', 'so', 'i', "'m", 'exchanging', 'it', 'for', 'a', 'regular', 'size', 'if', 'you', "'re", 'average', 'height', 'be', 'aware', 'that', 'the', 'dress', 'will', 'be', 'well', 'above', 'the', 'knee', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4434,689,34', 'quirky', 'they', 'make', 'your', 'butt', 'look', 'great', 'very', 'whimsical', 'design.,5,1,0', 'initmates', 'intimate', 'lounge'] ['4435,1078,48', 'not', 'for', 'the', 'large', 'busted', 'i', 'was', 'so', 'excited', 'when', 'this', 'dress', 'arrived', 'today', 'as', 'other', 'reviewers', 'have', 'mentioned', 'the', 'fabric', 'is', 'lovely', 'soft', 'and', 'drapey', 'and', 'it', 'feels', 'great', 'on', 'it', 'felt', 'great', 'that', 'is', 'until', 'i', 'looked', 'in', 'the', 'mirror', 'while', 'the', 'dress', 'fit', 'fine', 'i', 'have', 'a', 'large', 'bust', 'and', 'the', 'fabric', 'stretched', 'across', 'the', 'bust', 'causing', 'the', 'print', 'to', 'appear', 'washed', 'out', 'across', 'the', 'bust', 'not', 'a', 'good', 'look', 'sigh', 'another', 'return', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4436,1094,62', 'love', 'this', 'dress', 'it', 'has', 'a', 'nice', 'stretchy', 'weight', 'to', 'it', 'and', 'is', 'texturally', 'interesting', 'it', "'s", 'the', 'first', 'retailer', 'piece', 'that', 'i', 'ever', 'bought', 'my', 'teenage', 'daughter', 'and', 'she', 'looks', 'so', 'sophisticated', 'in', 'it', 'like', 'a', 'young', 'lady', 'it', "'s", 'both', 'classy', 'and', 'youthful', 'for', 'reference', 'she', "'s", '5', '5', '100', 'and', 'is', 'wearing', 'a', '00', ',5,1,1', 'general', 'dresses', 'dresses'] ['4437,1094,22', 'love', 'the', 'dress', 'zipper', 'is', 'an', 'issue', 'i', 'love', 'this', 'dress', 'it', "'s", 'flattering', 'and', 'a', 'nice', 'a', 'line', 'cut', 'that', 'is', 'comfortable', 'to', 'wear', 'however', 'there', 'are', '2', 'issues', 'with', 'this', 'dress', 'as', 'mentioned', 'by', 'others', 'the', 'dress', 'is', 'cut', 'at', 'least', '1', 'size', 'too', 'small', 'and', 'the', 'zipper', 'is', 'very', 'difficult', 'typically', 'i', "'m", 'a', '0', 'in', 'mauve', 'and', 'i', 'went', 'up', 'to', 'a', '2', 'as', 'the', '0', 'does', "n't", 'fit', 'my', 'petite', 'rib', 'cage', 'the', 'zipper', 'is', 'annoying', 'but', 'i', 'can', 'deal', 'with', 'it', 'for', 'the', 'half', 'off', 'sale', 'price', 'i', 'got', 'with', 'an', 'additional', '30', 'off', 'i', 'would', "n't", 'have', 'purchased', 'this', 'dress', 'if', 'it', 'were', 'full', 'price', 'however', ',4,1,2', 'general', 'dresses', 'dresses'] ['4438,1094,40', 'so', 'beautiful', 'this', 'is', 'a', 'gorgeous', 'dress', 'i', 'got', 'the', 'red', 'version', 'it', "'s", 'stunning', 'the', 'zipper', 'is', 'trash', 'however', 'i', "'m", 'scared', 'of', 'getting', 'stuck', 'in', 'it', 'like', 'another', 'reviewer.,3,1,0', 'general', 'dresses', 'dresses'] ['4439,1081,42', 'a-symmetric', 'hemline', 'it', "'s", 'not', 'totally', 'apparent', 'in', 'all', 'of', 'the', 'photos', 'but', 'this', 'dress', 'does', 'have', 'a', 'very', 'noticeable', 'a-symmetric', 'hemline', 'i', 'have', 'read', 'other', 'reviewers', 'that', 'have', 'said', 'this', 'dress', 'is', 'forgiving', 'and', 'a', 'good', 'choice', 'for', 'people', 'with', 'an', 'hourglass', 'frame', 'if', 'you', 'are', 'truly', 'an', 'hourglass', 'small', 'waist', 'larger', 'shoulders', 'and', 'hips', 'due', 'to', 'bone', 'structure', 'rather', 'than', 'weight', 'this', 'dress', 'is', 'a', 'poor', 'choice', 'the', 'fabric', 'of', 'this', 'dress', 'tends', 'to', 'cling', 'to', 'the', 'outermost', 'hip', 'and', 'the', 'a-symmetry', 'of', 'this', 'particular', 'hemline', 'not', 'only', 'draws', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['4440,1081,47', 'easy', 'summer', 'dress', 'this', 'swing', 'dress', 'is', 'very', 'cute', 'and', 'easy', 'to', 'wear', 'i', 'ordered', 'the', 'orange', 'print', 'and', 'the', 'black', 'because', 'i', 'could', "n't", 'decide', 'the', 'orange', 'looked', 'washed', 'out', 'against', 'my', 'skin', 'color', 'but', 'the', 'black', 'was', 'a', 'keeper', 'i', 'am', 'usually', 'a', 'small', 'but', 'ordered', 'one', 'in', 'the', 'small', 'and', 'one', 'in', 'the', 'extra', 'small', 'since', 'it', 'is', 'a', 'swing', 'dress', 'and', 'they', 'usually', 'run', 'large', 'the', 'top', 'is', 'mostly', 'the', 'same', 'fit', 'so', 'i', 'think', 'i', 'may', 'keep', 'the', 'extra', 'small', 'even', 'still', 'there', 'is', 'a', 'lot', 'of', 'extra', 'fabric', 'the', 'rayon', 'is', 'a', 'little', 'on', 'the', 'cheap', 'side', 'but', 'it', 'is', 'so', 'comforta,4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4441,1078,69', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4442,1094,38', 'bummer', 'oh', 'i', 'wanted', 'this', 'dress', 'to', 'work', 'i', 'bought', 'it', 'in', 'green', 'red', 'and', 'the', 'solid', 'blue', 'all', 'ran', 'really', 'small', 'i', 'just', 'fit', 'in', 'a', '10', 'when', 'i', 'would', 'normally', 'take', 'a', '6', 'in', 'retailer', 'sizes', '5', '8', 'and', '140', 'lbs', 'as', 'with', 'many', 'other', 'reviewers', 'i', 'also', 'noticed', 'that', 'the', 'zipper', 'was', 'a', 'huge', 'flaw', 'it', 'took', 'a', 'long', 'slow', 'motion', 'to', 'get', 'it', 'zipped', 'because', 'it', 'would', 'get', 'stuck', 'on', 'the', 'fabric', 'variations', 'such', 'a', 'cute', 'style', 'was', 'really', 'bummed', 'it', 'did', "n't", 'work', 'i', 'kept', 'ordering', 'it', 'in', 'other', 'colors', 'thinking', 'i', 'would', 'hit', 'the', 'jackpot', 'but', 'they', 'wer', ',2,0,0', 'general', 'dresses', 'dresses'] ['4443,868,61', 'very', 'stylish', 'but', 'made', 'with', 'cheap', 'fabric', 'i', 'love', 'the', 'design', 'of', 'this', 'tunic', 'it', 'is', 'sewn', 'well', 'but', 'the', 'fabric', 'is', 'cheap', 'i', 'disliked', 'the', 'texture', 'of', 'the', 'fabric', 'so', 'much', 'that', 'i', 'returned', 'it', ',3,0,2', 'general', 'tops', 'knits'] ['4444,868,35', 'stylish', 'and', 'comfy', 'love', 'the', 'multi', 'textured', 'look', 'of', 'this', 'top', 'to', 'me', 'it', "'s", 'like', 'a', 'modern', 'take', 'on', 'a', 'classic', 'sweatshirt', 'i', "'m", '5', '4', 'and', 'loved', 'the', 'length', 'to', 'me', 'it', 'is', 'tts', 'but', 'bigger', 'busted', 'girls', 'may', 'want', 'to', 'size', 'up', 'i', "'m", 'a', '34b', 'for', 'reference', ',4,1,0', 'general', 'tops', 'knits'] ['4445,107,52', 'gorgeous', 'it', "'s", 'a', 'phenomenal', 'wardrobe', 'peice', 'quality', 'comfort', 'versatile', 'dress', 'it', 'up', 'or', 'down', 'belt', 'it', 'or', 'not', 'boots', 'or', 'shoes', 'i', "'m", '5', '3', '115ish', 'lbs', 'small', 'fit', 'my', '34d', 'chest', 'beautifully', 'a', 'great', 'buy', 'have', 'fun', 'with', 'it', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['4446,868,45', 'love', 'this', 'top', 'i', 'love', 'the', 'fabric', 'texture', 'mix', 'and', 'length', 'of', 'this', 'top', 'i', 'gave', 'it', 'a', 'four', 'stars', 'because', 'my', 'usual', 'size', 'is', 'a', 'medium', 'but', 'had', 'to', 'go', 'with', 'a', 'large', 'a', 'medium', 'felt', 'a', 'bit', 'too', 'snug', 'through', 'the', 'shoulders', 'very', 'happy', 'with', 'this', 'top', 'and', 'look', 'forward', 'to', 'wearing', 'it', 'a', 'lot', ',4,1,0', 'general', 'tops', 'knits'] ['4447,1094,34', 'love', 'this', 'dress', 'i', "'m", 'not', 'sure', 'why', 'this', 'dress', 'has', 'such', 'bad', 'online', 'reviews', 'because', 'i', 'absolutely', 'love', 'it', 'it', 'fit', 'tts', 'for', 'me', 'but', 'i', 'have', 'a', 'large', 'bust', 'so', 'will', 'run', 'big', 'if', 'you', 'are', 'smaller', 'on', 'top', 'i', 'do', "n't", 'like', 'paying', 'full', 'price', 'usually', 'but', 'the', 'quality', 'and', 'beauty', 'of', 'this', 'dress', 'justified', 'it', 'if', 'you', 'are', 'into', 'prints', 'and', 'colors', 'you', 'will', 'definitely', 'be', 'able', 'to', 'pull', 'it', 'off', ',5,1,5', 'general', 'dresses', 'dresses'] ['4448,868,39', 'really', 'pretty', 'but', 'big', 'i', 'tried', 'on', 'the', 'regular', 'size', 'at', 'my', 'store', 'wish', 'stores', 'close', 'to', 'me', 'carried', 'petites', 'and', 'it', 'was', 'jsut', 'too', 'overwhelming', 'aka', 'big', 'i', 'wanted', 'to', 'purcahse', 'the', 'petite', 'however', 'as', 'i', 'really', 'like', 'it', 'striked', 'out', 'as', 'they', 'are', 'sold', 'out', 'in', 'my', 'size', 'bummer'] [] ['the', 'cut', 'is', 'otherwise', 'flattering', 'and', 'the', 'sweater', 'is', 'really', 'comfortable', 'i', 'like', 'all', 'the', 'contrasting', 'colors', 'and', 'patterns', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['4449,107,34', 'flexible', 'use', 'i', 'bought', 'this', "'nightgown", 'to', 'wear', 'as', 'a', 'winter', 'maternity', 'dress', 'it', 'really', 'fit', 'the', 'bill', 'the', 'knit', 'fabric', 'stretched', 'nicely', 'as', 'i', 'grew', 'but', 'was', 'still', 'flattering', 'before', 'i', 'got', 'larger', 'as', 'well', 'there', 'is', 'no', 'way', 'i', 'would', 'actually', 'sleep', 'in', 'this', 'dress', 'it', 'would', 'be', 'way', 'too', 'hot', 'it', 'is', 'cute', 'with', 'calf', 'length', 'boots', 'and', 'i', 'look', 'forward', 'to', 'rocking', 'it', 'without', 'the', 'belly', 'next', 'winter', 'i', 'would', 'normally', 'wear', 'a', 'petite', 'length', 'and', 'bought', 'the', 'medium', 'and', 'though', 'it', 'was', 'longer', 'the', 'length', 'was', 'not', 'awkward', 'and', 'kept', 'it', 'from', 'being', 'to', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['4450,1094,57', 'runs', 'quite', 'large', 'was', 'really', 'excited', 'to', 'get', 'this', 'but', 'got', 'it', 'on', 'and', 'i', 'was', 'swimming', 'in', 'it', 'i', "'m", 'not', 'a', 'tiny', 'girl', 'thicker', 'athletic', 'build', 'and', 'the', 'large', 'was', 'massive', 'sadly', 'had', 'to', 'return', 'do', "n't", 'know', 'if', 'i', "'ll", 'try', 'a', 'size', 'down', ',3,1,15', 'general', 'dresses', 'dresses'] ['4451,896,45', 'this', 'is', 'cute', 'i', "'ve", 'been', 'so', 'looking', 'forward', 'to', 'it', 'but', 'it', "'s", 'big', 'i', "'m", 'usually', 'a', 'small', 'in', 'retailer', 'size', 'medium', 'most', 'of', 'the', 'time', 'otherwise', 'i', 'ordered', 'the', 'medium', 'but', 'it', "'s", 'way', 'too', 'big', 'does', "n't", 'fit', 'at', 'all', 'like', 'the', 'pictures', 'sadly', 'it', "'s", 'going', 'back', 'hopefully', 'for', 'a', 'much', 'smaller', 'size', 'but', 'other', 'than', 'this', 'it', "'s", 'lovely', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['4452,1094,41', 'too', 'much', 'this', 'dress', 'looks', 'cute', 'in', 'the', 'picture', 'and', 'i', 'was', 'hopeful', 'since', 'it', 'was', 'actually', 'silk', 'i', "'m", 'tired', 'of', 'paying', 'close', 'to', '200', 'for', 'dresses', 'that', 'are', 'polyester', 'or', 'viscose', 'that', 'being', 'said', 'this', 'dress', 'simply', 'had', 'too', 'much', 'going', 'on', 'the', 'fabrics', 'are', "n't", 'only', 'mixed', 'but', 'there', 'is', 'also', 'a', 'faint', 'underlying', 'pattern', 'on', 'the', 'fabric', 'that', 'is', 'the', 'same', 'shade', 'of', 'the', 'main', 'color', 'of', 'fabric', 'it', 'was', 'simply', 'too', 'much', 'and', 'the', 'black', 'lace', 'trim', 'made', 'it', 'look', 'kind', 'of', 'cheap', 'my', 'real', 'issue', 'is', 'that', 'although', 'the', 'dress', 'itself', 'ran', 'big', 'the', 'uppe', ',3,0,13', 'general', 'dresses', 'dresses'] ['4453,868,29', 'sleeves', 'are', 'a', 'dealbreaker', 'this', 'is', 'literally', 'the', 'most', 'unflattering', 'thing', 'i', 'have', 'ever', 'tried', 'on', 'from', 'retailer', 'the', 'sleeves', 'are', 'so', 'weird', 'and', 'ugly', 'they', 'get', 'really', 'fat', 'at', 'the', 'top', 'like', 'a', 'dolman', 'sleeve', 'but', 'it', 'looks', 'really', 'strange', 'because', 'they', 'don', 't', 'flow', 'into', 'the', 'rest', 'of', 'the', 'top', 'which', 'is', 'very', 'structured', 'it', 'made', 'my', 'shoulders', 'look', 'huge', 'even', 'though', 'i', 'have', 'very', 'narrow', 'shoulders', 'this', 'is', 'not', 'apparent', 'in', 'the', 'model', 'picture', 'at', 'all', 'the', 'thick', 'black', 'seams', 'at', 'the', 'shoulders', 'are', 'also', 'placed', 'in', 'a', 'really', 'awkward', 'spot', 'which', 'also', 'contri', ',1,0,2', 'general', 'tops', 'knits'] ['4454,868,44', 'tight', 'through', 'the', 'bust', 'i', 'normally', 'wear', 'a', 'large', 'but', 'this', 'had', 'no', 'give', 'through', 'the', 'bust', 'beware', 'big', 'chested', 'girls', ',4,1,0', 'general', 'tops', 'knits'] ['4455,107,41', ',many', 'complements', 'today', 'at', 'work', 'comfortable', 'even', 'on', 'days', 'you', 'do', "n't", 'want', 'to', 'wear', 'something', 'form', 'fitting,5,1,0', 'initmates', 'intimate', 'sleep'] ['4456,850,27', 'pretty', 'top', 'this', 'is', 'a', 'nice', 'light', 'weight', 'cotton', 'i', 'purchased', 'for', 'work', 'i', 'usually', 'take', 'a', 'size', '4', 'or', '6.', 'i', 'bought', 'it', 'online', 'and', 'opted', 'for', 'a', 'size', '6.', 'i', 'will', 'be', 'exchanging', 'this', 'for', 'the', 'smaller', 'size', 'as', 'it', 'is', 'a', 'bit', 'boxy', 'and', 'the', 'sleeve', 'length', 'is', 'ample', 'once', 'the', 'exchange', 'is', 'done', 'i', 'look', 'forward', 'to', 'having', 'this', 'blouse', 'that', 'i', 'can', 'wear', 'untucked', 'and', 'still', 'not', 'be', 'wearing', 'yet', 'another', 'tunic', 'my', 'go', 'to', 'style', ',4,1,3', 'general', 'tops', 'blouses'] ['4457,868,43', 'to', 'my', 'surprise', 'this', 'sweater', 'is', 'heavy', 'chic', 'and', 'stylish', 'its', 'well', 'made', 'and', 'fits', 'tts', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'it', 'i', 'would', 'recommend', 'this', 'tunic', 'to', 'everyone', 'it', 'looks', 'better', 'on', 'me', 'than', 'the', 'model', 'event', 'though', 'it', 'does', "n't", 'look', 'bad', 'you', 'need', 'curves', 'to', 'enhance', 'the', 'look', 'of', 'this', 'tunic', 'sweater', 'i', 'really', 'like', 'all', 'the', 'different', 'textures', 'in', 'this', 'sweater', ',5,1,1', 'general', 'tops', 'knits'] ['4458,1145,51', 'beyond', 'boxy', 'i', 'am', 'not', 'sure', 'who', 'would', 'look', 'good', 'in', 'this', 'dress', 'it', 'is', 'extremely', 'oversized', 'with', 'tons', 'of', 'fabric', 'that', 'will', 'not', 'flatter', 'anyone', ',1,0,0', 'general', 'trend', 'trend'] ['4459,107,54', 'great', 'dress', 'it', 'is', 'hard', 'to', 'believe', 'that', 'this', 'is', 'called', 'a', 'chemise', 'it', 'is', 'a', 'fabulous', 'dress', 'this', 'dress', 'caught', 'my', 'eye', 'in', 'the', 'store', 'and', 'i', 'had', 'to', 'try', 'it', 'on', 'i', 'went', 'with', 'the', 'navy', 'which', 'is', 'beautiful', 'and', 'has', 'a', 'great', 'pattern', 'i', 'had', 'to', 'order', 'a', 'petite', 'xs', 'because', 'the', 'regular', 'xs', 'was', 'loose', 'in', 'my', 'shoulder', 'area', 'i', 'am', 'petite', 'and', 'narrow', 'and', '5', '1', 'the', 'petite', 'xs', 'was', 'perfect', 'for', 'me', 'it', 'is', 'quite', 'form', 'fitting', 'and', 'does', 'show', 'curves', 'lumps', 'and', 'bumps', 'so', 'i', 'wore', 'my', 'dress', 'with', 'spanx', 'tights', 'it', 'was', 'such', 'an', 'easy', 'dress', 'to', 'wear', 'looked', 'styl', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['4460,896,38', 'unique', 'blouse', 'comfortable', 'fit', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'the', 'xl', 'fits', 'nicely', 'in', 'this', 'blouse', 'if', 'you', 'are', 'athletic', 'or', 'slender', 'or', 'have', 'a', 'petite', 'bust', 'you', 'can', 'probably', 'size', 'down'] [] ['this', 'is', 'a', 'nice', 'lightweight', 'sweater', 'i', 'would', 'not', 'say', 'that', 'it', 'is', 'too', 'thin', 'or', 'anything', 'like', 'that', 'its', 'just', 'lightweight', 'for', 'being', 'categorized', 'as', 'a', 'sweater', 'i', 'absolutely', 'love', 'the', 'pattern', 'placement', 'of', 'this', 'sweater', 'it', 'makes', 'the', 'sweater', 'so', 'unique', 'and', 'figure', 'flattering', 'honestly', 'i', "'m", 'not', 'crazy', 'about', 'kimono/bell', 'sleeves', 'because', 'i', 'feel', 'they', 'are', 'at', 'best', 'impr', ',4,1,4', 'general', 'tops', 'fine', 'gauge'] ['4461,975,33', 'nice', 'coat', 'but', 'too', 'lightweight', 'i', 'live', 'in', 'ny', 'and', 'bought', 'his', 'coat', 'for', 'the', 'winter', 'thinking', 'since', 'it', 'was', 'made', 'out', 'of', 'wool', 'it', 'would', 'be', 'warm', 'this', 'coat', 'is', 'extremely', 'thing', 'more', 'like', 'a', 'spring/fall', 'coat', 'and', 'therefore', 'i', 'do', "n't", 'think', 'the', 'price', 'justifies', 'the', 'quality', 'i', 'am', 'going', 'to', 'return', 'and', 'consider', 'repurchasing', 'if', 'it', 'goes', 'on', 'sale', 'i', 'also', 'wish', 'it', 'had', 'a', 'button', 'or', 'way', 'of', 'keeping', 'it', 'closed', 'rather', 'than', 'just', 'hang', 'loosely', ',3,0,3', 'general', 'jackets', 'jackets'] ['4462,1094,47', 'ethereal', 'and', 'beautiful', 'i', 'do', "n't", 'usually', 'pay', 'full-price', 'for', 'retailer', 'clothes', 'but', 'i', 'had', 'a', '20', '-off', 'coupon', 'and', 'i', 'decided', 'to', 'give', 'this', 'dress', 'a', 'try', 'as', 'it', 'irradiated', 'a', 'happy', 'vibe', 'and', 'reminded', 'me', 'of', 'books', 'and', 'dress-up', 'clothes', 'from', 'my', 'childhood', 'i', 'do', "n't", 'regret', 'it', 'one', 'bit', 'the', 'colors', 'and', 'the', 'print', 'are', 'absolutely', 'beautiful', 'and', 'i', 'love', 'how', 'they', 'mix', 'up', 'and', 'contrast', 'in', 'a', 'subtle', 'way', 'i', 'really', 'like', 'the', 'long', 'sleeves', 'with', 'the', 'elastic', 'at', 'the', 'wrist', 'the', 'cord', 'at', 'the', 'waist', 'hangs', 'with', 'a', 'fun', 'mix', 'of', 'tiny', 'beads', 'faux', 'mini', 'crab', 'claws', 'and', 'faux', 'mi', ',5,1,1', 'general', 'dresses', 'dresses'] ['4463,868,36', 'too', 'short', 'tunic', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'love', 'the', 'mix', 'of', 'fabrics', 'and', 'patterns', 'but', 'it', 'is', 'too', 'short', 'for', 'a', 'tunic', 'length', 'i', 'should', 'have', 'paid', 'attention', 'to', 'other', 'reviews', 'i', "'m", 'about', '5', '8', 'and', 'was', 'not', 'too', 'tight', 'in', 'the', 'bust', 'and', 'shoulders.i', 'have', 'to', 'return', 'because', 'the', 'length', 'is', "n't", 'right.,3,0,0', 'general', 'tops', 'knits'] ['4464,1145,37', 'quirky', 'and', 'so', 'fun', 'this', 'dress', 'was', 'returned', 'to', 'my', 'store', 'and', 'i', 'was', 'immediately', 'drawn', 'to', 'it', 'i', 'love', 'absolutely', 'anything', 'with', 'a', 'full', 'shape', 'and', 'this', 'dress', 'has', 'it', 'its', 'cut', 'like', 'a', 'circle', 'so', 'ladies', 'this', 'dress', 'has', 'a', 'lot', 'of', 'fabric', 'i', "'m", '5', '8', 'and', 'would', "n't", 'be', 'able', 'to', 'wear', 'it', 'as', 'a', 'dress', 'but', 'it', 'made', 'for', 'an', 'adorable', 'tunic', 'with', 'leggings', 'the', 'arms', 'are', 'a', 'tad', 'more', 'fitted', 'though', 'i', 'have', 'larger', 'arms', 'which', 'helped', 'make', 'the', 'dress', 'feel', 'super', 'cool', 'and', 'feminine', 'if', 'you', 'love', 'a', 'cool', 'quirky', 'piece', 'this', 'one', 'is', 'a', 'winner', ',5,1,0', 'general', 'trend', 'trend'] ['4465,107,39', 'blue/grey', 'color', 'is', 'fantastic', 'the', 'blue', 'looks', 'a', 'lot', 'more', 'grey', 'in', 'person', 'and', 'i', "'ve", 'gotten', 'several', 'compliments', 'wearing', 'it', 'with', 'black', 'leggings', 'and', 'grey', 'booties', 'the', 'texture/print', 'is', 'really', 'unique', 'i', "'m", '5', '11', '135', 'pounds', 'and', 'a', 'small', 'fits', 'perfect', 'highly', 'recommend', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['4466,1145,37', 'so', 'many', 'compliments', 'this', 'is', 'such', 'a', 'fun', 'dress', 'to', 'wear', 'i', 'wanted', 'something', 'comfortable', 'and', 'flirty', 'and', 'this', 'checked', 'off', 'both', 'boxes', 'im', 'typically', 'a', 'small', 'size', '6', 'but', 'went', 'w', 'x-small', 'on', 'this', 'one', 'to', 'hug', 'the', 'shoulders', 'more.,5,1,0', 'general', 'trend', 'trend'] ['4467,868,34', 'unique', 'and', 'wonderful', 'the', 'sweater', 'is', 'comfortable', 'and', 'a', 'good', 'weight', 'the', 'zipper', 'is', 'very', 'difficult', 'but', 'i', 'do', 'not', 'have', 'to', 'unzip', 'the', 'sweater', 'to', 'pull', 'it', 'on', ',5,1,2', 'general', 'tops', 'knits'] ['4468,107,30', 'gorgeous', 'bought', 'this', 'dress', 'as', 'a', 'winter', 'dress', 'it', 'looks', 'amazing', 'and', 'even', 'more', 'so', 'with', 'some', 'boots', 'love', 'it', 'also', 'its', 'more', 'gray', 'than', 'blue', 'although', 'i', 'like', 'that', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['4469,868,39', 'too', 'boxy', 'and', 'heavy', 'if', 'you', 'are', 'petite', 'and', 'curvey', 'i', 'was', 'looking', 'forward', 'to', 'this', 'cute', 'top', 'to', 'get', 'me', 'through', 'the', 'winter', 'but', 'the', 'combination', 'of', 'the', 'very', 'think', 'fabric', 'and', 'boxy', 'shape', 'did', 'not', 'work', 'on', 'my', '5', '2', '130', 'lb', '34d', 'figure', 'the', 'one', 'i', 'received', 'also', 'had', 'an', 'open', 'unfinished', 'seam', 'beneath', 'the', 'zipper', 'i', 'imagine', 'this', 'would', 'be', 'a', 'great', 'top', 'for', 'someone', 'taller', ',3,0,0', 'general', 'tops', 'knits'] ['4470,868,44', 'unique', 'mix', 'of', 'textures', 'and', 'patterns', 'i', 'ordered', 'a', 'small', 'and', 'medium', 'because', 'i', 'was', 'worried', 'about', 'the', 'chest', 'being', 'too', 'tight', 'i', 'am', '5', '6', '140', 'lbs', '34d', 'but', 'i', 'was', 'swimming', 'in', 'a', 'size', 'medium', 'it', 'was', 'huge', 'the', 'small', 'really', 'fits', 'me', 'just', 'fine', 'my', 'only', 'issue', 'is', 'that', 'the', 'very', 'bottom', 'of', 'the', 'sleeves', 'is', 'tight', 'i', 'would', 'like', 'to', 'push', 'them', 'up', 'a', 'little', 'since', 'they', 'are', '3/4', 'length', 'but', 'they', 'are', 'tight', 'i', 'am', 'still', 'keeping', 'the', 'small', 'though', 'maybe', 'i', "'ll", 'do', 'surgery', 'on', 'the', 'cuffs', ',4,1,0', 'general', 'tops', 'knits'] ['4471,107,31', 'not', 'sleepwear', 'i', 'had', 'no', 'idea', 'this', 'was', 'considered', 'sleepwear', 'until', 'after', 'i', 'bought', 'it', 'i', 'saw', 'it', 'in', 'the', 'store', 'and', 'promptly', 'tried', 'it', 'on', 'it', 'is', 'really', 'flattering', 'i', 'wear', 'it', 'as', 'a', 'sweater', 'dress', 'on', 'a', 'regular', 'basis', 'it', 'is', 'really', 'comfortable', 'and', 'is', 'something', 'you', 'could', 'dress', 'up', 'with', 'booties', 'or', 'be', 'more', 'casual', 'with', 'cute', 'tennis', 'shoes', 'like', 'keds', 'i', 'get', 'compliments', 'on', 'it', 'all', 'the', 'time', 'i', 'also', 'like', 'the', 'slit', 'a', 'lot', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['4472,868,22', 'odd', 'length', 'this', 'fabric', 'of', 'this', 'top', 'is', 'gorgeous', 'however', 'i', "'m", '5', '5', 'and', 'it', 'hits', 'in', 'a', 'really', 'weird', 'spot', 'right', 'no', 'the', 'point', 'of', 'the', 'hip', 'that', 'you', 'do', "n't", 'want', 'to', 'accentuate', 'you', 'could', 'wear', 'it', 'with', 'leggings', 'to', 'a', 'casual', 'thing', 'but', 'i', 'work', 'in', 'an', 'office', 'so', 'its', 'too', 'short', 'to', 'wear', 'with', 'leggings', 'and', 'too', 'long', 'to', 'wear', 'with', 'jeans', 'sad', 'i', 'love', 'the', 'top', '90', 'of', 'it', ',3,1,9', 'general', 'tops', 'knits'] ['4473,107,36', 'i', 'really', 'thought', 'i', 'would', 'love', 'this', 'dress', 'the', 'style', 'is', 'really', 'nice', 'and', 'the', 'material', 'is', 'great', 'however', 'the', 'length', 'made', 'me', 'feel', 'like', 'i', 'looked', 'short', 'and', 'kind', 'of', 'stumpy', 'i', 'feel', 'like', 'this', 'dress', 'would', 'look', 'really', 'good', 'on', 'somebody', 'that', 'is', 'more', 'like', '6ft', 'not', 'my', '5', '6', 'self', ',3,0,0', 'initmates', 'intimate', 'sleep'] ['4474,1095,50', 'busty', 'petites', 'rejoice', '1', 'this', 'dress', 'is', 'lovely', 'i', 'am', '5', '1', 'athletic', 'and', 'busty', '38', 'd/dd', 'but', 'not', 'super', 'slim', 'so', 'not', 'easy', 'to', 'petite', 'items', 'that', 'fit', 'in', 'the', 'chest/arms', 'i', 'ordered', 'pm', 'which', 'usually', 'works', 'and', 'it', 'was', 'actually', 'too', 'big', 'in', 'the', 'chest', 'im', 'waiting', 'on', 'the', 'ps', 'but', 'think', 'it', 'will', 'work', 'since', 'the', 'cut', 'is', 'generous', 'material/item', 'is', 'so', 'lovely', 'and', 'comfortable', 'i', 'never', 'have', 'extra', 'chest', 'room', 'so', 'this', 'was', 'such', 'a', 'great', 'surprise', 'hope', 'the', 'ps', 'is', 'great', 'but', 'think', 'it', 'will', 'be', 'unless', 'they', 'went', 'crazy', 'on', 'making', 'it', 'to', 'small', ',4,1,15', 'general', 'petite', 'dresses', 'dresses'] ['4475,1095,44', 'i', 'think', 'the', 'model', 'photo', 'does', "n't", 'do', 'this', 'dress', 'justice', 'it', "'s", 'comfortable', 'and', 'perfect', 'for', 'a', 'summery', 'day', 'i', 'wear', 'it', 'to', 'work', 'with', 'a', 'light', 'grey', 'cardigan', 'and', 'of', 'course', 'it', 'works', 'well', 'causally', 'i', "'m", 'busty', 'd', 'on', 'a', 'small', 'frame', 'but', 'there', "'s", 'not', 'gapping', 'the', 'colors', 'are', 'pretty', 'with', 'blues', 'and', 'pinks', 'without', 'being', 'childish', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4476,1038,34', 'just', 'beautiful', 'the', 'embroidery', 'is', 'actually', 'navy', 'blue', 'not', 'black', 'like', 'it', 'shows', 'in', 'the', 'photos', 'which', 'was', 'even', 'better', 'for', 'me', 'these', 'are', 'so', 'soft', 'and', 'feminine', 'looking', 'love', 'love', 'love', 'please', 'make', 'more', 'decorated', 'and', 'embroidered', 'hyphens', 'like', 'you', 'have', 'in', 'the', 'past', 'retailer', ',5,1,5', 'general', 'bottoms', 'jeans'] ['4477,1030,48', 'perfect', 'jeans', 'i', 'purchased', 'these', 'jeans', 'in', 'my', 'regular', 'size', 'they', 'are', 'a', 'slouchy', 'slim', 'leg', 'that', 'looks', 'adorable', 'with', 'flats', 'or', 'heels', 'i', 'could', 'have', 'sized', 'down', 'but', 'wanted', 'the', 'slouchy', 'look', 'they', 'are', 'very', 'stretchy', 'and', 'soft', 'have', 'worn', 'a', 'few', 'times', 'and', 'they', 'retained', 'thier', 'shape', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4478,1038,59', ',i', 'have', 'been', 'eyeing', 'these', 'jeans', 'the', 'last', 'few', 'times', 'i', 'have', 'been', 'in', 'retailer', 'shopping', 'but', 'did', 'not', 'really', 'need', 'another', 'expensive', 'pair', 'of', 'jeans', 'today', 'i', 'finally', 'gave', 'in', 'and', 'tried', 'them', 'on', 'i', 'fell', 'in', 'love', 'and', 'bought', 'them', 'i', 'sized', 'down', 'one', 'size', 'they', 'are', 'so', 'darn', 'cute', 'i', 'ended', 'up', 'also', 'buying', 'the', 'pilcro', 'em', 'jeans', 'too', 'loving', 'pilcro', 'new', 'cuts', 'and', 'styles', 'lately', 'the', 'embroidery', 'on', 'these', 'jeans', 'is', 'unique', 'and', 'they', 'are', 'really', 'flattering', 'already', 'planning', 'to', 'wear', 'them', 'out', 'to', 'lunch', 'with', 'friends', 'tomorrow', 'highly', 'reco,5,1,0', 'general', 'bottoms', 'jeans'] ['4479,1086,62', 'never', 'fails', 'cloth', 'and', 'stone', 'never', 'lets', 'me', 'down', 'awesome', 'quality', 'comfort', 'and', 'versatility', 'i', 'imagine', 'myself', 'living', 'in', 'this', 'dress', 'this', 'summer', 'soft', 'fabric', 'easy', 'breezy', 'fit', 'pockets', 'machine', 'washable', 'what', "'s", 'not', 'to', 'love', 'go', 'buy', 'it', ',5,1,3', 'general', 'dresses', 'dresses'] ['4480,1095,62', 'surprising', 'gem', 'i', 'was', "n't", 'expecting', 'much', 'out', 'of', 'this', 'when', 'i', 'was', 'in', 'the', 'store', 'but', 'liked', 'the', 'colors', 'and', 'thought', 'i', "'d", 'try', 'it', 'out', 'grabbed', 'a', 's', 'and', 'xs', 'i', "'m", 'usually', 'a', 's', 'in', 'everything', 'but', 'maeve', 'is', 'weird', 'sometimes', 'the', 's', 'fit', 'perfectly', 'tts', 'and', 'the', 'xs', 'felt', 'tight', 'in', 'the', 'shoulder', 'seam', 'as', 'well', 'as', 'in', 'the', 'armpit', 'it', 'does', 'have', 'a', 'detachable', 'slip/liner', 'that', 'may', 'be', 'too', 'fitted', 'for', 'some', 'of', 'you', 'are', 'prone', 'to', 'that', 'issue', 'in', 'the', 'model', 'shot', 'i', 'think', 'the', 'horizontal', 'seam', 'at', 'the', 'swing', 'portion', 'looks', 'higher', 'than', 'it', 'was', 'on', 'me', 'falling', 'low', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['4481,1038,42', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['4482,1095,31', 'unflattering', 'shape', 'ref', '5', '4', '125', '27/4', '32g', 'i', 'do', "n't", 'think', 'this', 'is', 'for', 'us', 'shorter', 'women', 'this', 'hits', 'you', 'right', 'where', 'you', 'do', "n't", 'want', 'a', 'vertical', 'line', 'to', 'hit', 'it', 'flares', 'out', 'at', 'your', 'hip', 'and', 'makes', 'you', 'look', 'shorter', 'than', 'you', 'are', 'the', 'fabric', 'is', 'like', 'a', 'double', 'gauze', 'and', 'very', 'soft', 'and', 'the', 'colors', 'are', 'beautiful', 'but', 'i', 'could', "n't", 'even', 'dream', 'of', 'making', 'this', 'work', 'i', 'thought', 'maybe', 'with', 'my', 'larger', 'bust', 'it', 'would', 'create', 'shape', 'but', 'it', 'looks', 'like', 'i', 'just', 'wrapped', 'a', 'bunch', 'of', 'fabric', 'around', 'me', 'glad', 'i', 'tried', 'in-store', 'and', 'did', "n't", 'online', 'order', ',2,0,5', 'general', 'petite', 'dresses', 'dresses'] ['4483,1095,58', 'super', 'easy', 'summer', 'dress', 'love', 'this', 'comfy', 'breezy', 'dress', 'so', 'easy', 'cool', 'to', 'wear', 'around', 'the', 'hood', 'or', 'casual', 'dinner', 'out', 'i', 'gave', '4', 'stars', 'for', 'quality', 'because', 'of', 'a', 'small', 'gap', 'in', 'seam', 'near', 'one', 'of', 'the', 'pockets', 'which', 'i', "'ll", 'fix', 'next', 'time', 'the', 'sewing', 'basket', 'is', 'out', 'i', 'think', 'the', 'double', 'layers', 'of', 'gauze-like', 'material', 'makes', 'the', 'dress', 'a', 'little', 'delicate', 'if', 'you', 'have', 'animals', 'so', 'be', 'a', 'careful', 'around', 'claws', 'paws', 'the', 'back', 'side', 'is', 'straight', 'which', 'is', "n't", 'as', 'interesting', 'as', 'the', 'front', 'but', 'for', 'my', 'use', 'the', 'dress', 'is', 'darling', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4484,988,57', 'great', 'skirt', 'love', 'the', 'colors', 'for', 'fall', 'feels', 'good', 'and', 'perfect', 'for', 'work', 'size', 'seems', 'to', 'run', 'a', 'little', 'large', 'but', 'overall', 'works', 'really', 'well', 'and', 'can', 'go', 'to', 'work', 'and', 'out', 'at', 'night', 'perfect', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['4485,850,43', 'not', 'great', 'i', 'loved', 'this', 'top', 'online', 'but', 'it', 'arrived', 'very', 'wrinkled', 'which', 'raised', 'a', 'red', 'flag', 'as', 'to', 'how', 'it', 'would', 'look', 'after', 'wearing', 'it', 'seemed', 'high', 'maintenance', 'also', 'did', "n't", 'love', 'the', 'fit', 'color', 'is', 'vibrant', 'but', 'overall', 'not', 'a', 'fan', 'of', 'this', 'top', ',2,0,1', 'general', 'tops', 'blouses'] ['4486,1109,42', 'great', 'lbd', 'for', 'the', 'winter', 'usually', 'a', 'm', 'ordered', 'a', 's', 'and', 'sp', 'the', 'sp', 'fit', 'well', 'comfortable/flattering', 'fit', 'note', 'picture', 'makes', 'it', 'look', 'like', 'nude', 'lining', 'is', 'a', 'lot', 'shorter', 'it', 'is', 'not', 'this', 'was', 'true', 'in', 'both', 'sizes', 'great', 'holiday/nye', 'party', 'dress', 'i', 'disagree', 'fabric', 'feels', 'cheap', 'but', 'hem', 'off', 'pattern/not', 'even', 'worth', 'it', 'on', 'sale', 'but', 'not', 'full', 'price', ',4,1,0', 'general', 'dresses', 'dresses'] ['4487,1095,39', 'great', 'summer', 'dress', 'this', 'dress', 'runs', 'large'] ['i', 'tried', 'on', 'a', 'large', 'then', 'a', 'medium', 'and', 'then', 'a', 'small', 'could', "n't", 'believe', 'i', 'fit', 'a', 'small', 'this', 'is', 'a', 'cool', 'breezy', 'summer', 'ensemble', 'that', 'you', 'can', 'wear', 'anywhere', 'dress', 'it', 'up', 'or', 'down', 'it', "'s", 'comfy', 'and', 'makes', 'you', 'feel', 'like', 'you', 'can', 'breathe', 'under', 'its', 'baggy', 'motif', 'love', 'it', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4488,1095,49', 'funky', 'plaid', 'the', 'moment', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'the', 'plaid', 'is', 'beautiful', 'with', 'tones', 'of', 'red', 'blue', 'and', 'periwinkle', 'the', 'photos', 'on', 'the', 'website', 'are', 'very', 'true', 'the', 'unexpected', 'pockets', 'make', 'it', 'even', 'cuter', 'i', 'also', 'got', 'the', 'sandals', 'as', 'pictured', 'because', 'i', 'love', 'the', 'whole', 'look', 'i', 'an', '5', '5', 'and', 'usually', 'wear', 'a', '4', 'or', '6.', 'i', 'got', 'the', 'small', 'and', 'then', 'wondered', 'if', 'it', 'were', 'too', 'big', 'i', 'ended', 'up', 'going', 'back', 'and', 'trying', 'on', 'the', 'extra', 'small', 'but', 'it', 'turns', 'out', 'the', 'small', 'was', 'correct', 'it', 'should', 'hang', 'and', 'drape', 'and', 'it', 'not', 'meant', 'to', 'be', 'f', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4489,912,56', 'love', 'i', 'love', 'this', 'sweater', 'it', "'s", 'heavy', 'with', 'a', 'rich', 'texture', 'that', 'feels', 'like', 'very', 'cool', 'grandma', 'the', 'cut', 'is', 'straight', 'and', 'the', 'collar', 'feels', 'natural', 'a', 'small', 'wraps', 'closed', 'across', 'my', 'chest', 'usually', 'a', 's/4/6', 'without', 'being', 'baggy', 'falls', 'to', 'my', 'mid-calf', 'at', '5', '6', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['4490,1095,47', 'beautiful', 'dress', 'this', 'dress', 'was', 'exactly', 'what', 'i', 'wanted', 'great', 'material', 'cute', 'pale', 'blue', 'slip', 'lining', 'the', 'dress', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'was', 'perfect', 'i', 'am', 'about', '5', '6', 'and', 'about', '145.', 'i', 'received', 'compliments', 'all', 'day', 'on', 'how', 'cute', 'it', 'was,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4491,1038,44', 'unique', 'jeans', 'there', 'were', 'only', '2', 'pairs', 'left', 'in', 'my', 'store', 'and', 'they', 'had', 'my', 'size', 'they', 'are', 'super', 'comfortable', 'and', 'easy', 'to', 'wear', 'with', 'anything', 'on', 'top', 'because', 'of', 'the', 'navy', 'embroidery', 'being', 'such', 'a', 'classic', 'color', 'i', 'would', 'definitely', 'recommend', 'i', 'may', 'buy', 'the', 'floral', 'embroidery', 'ones', 'too.,5,1,0', 'general', 'bottoms', 'jeans'] ['4492,1038,57', 'love', 'just', 'know', 'the', 'embroidery', 'is', 'navy', 'blue', 'wearing', 'them', 'today', 'size', 'down', ',5,1,4', 'general', 'bottoms', 'jeans'] ['4493,1038,44', 'love', 'these', 'jeans', 'i', 'ordered', 'a', 'size', 'down', 'as', 'the', 'reviews', 'suggested', 'and', 'i', 'love', 'them', 'they', 'are', 'so', 'cute', 'and', 'snug', 'enough', 'in', 'the', 'calf', 'that', 'i', 'can', 'wear', 'boots', 'with', 'them', 'in', 'winter', 'great', 'buy', ',5,1,1', 'general', 'bottoms', 'jeans'] ['4494,1086,34', 'so', 'cute', 'this', 'dress', 'looks', 'way', 'better', 'than', 'pictured', 'online', 'it', 'is', 'lyocel', 'i', 'think', 'so', 'it', 'has', 'a', 'little', 'bit', 'of', 'weight', 'not', 'heavy', 'and', 'bulky', 'like', 'denim', 'but', 'not', 'as', 'thin', 'as', 'some', 'chambray', 'items', 'i', "'ve", 'purchased', 'before', 'and', 'lays', 'great', 'i', 'purchased', 'a', 'size', 'small', 'i', 'am', '5', '8', '128lbs', 'and', 'thought', 'it', 'was', 'true', 'to', 'size', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'warm', 'weather', 'sandals', 'and', 'a', 'tote', 'for', 'running', 'errands', ',5,1,17', 'general', 'dresses', 'dresses'] ['4495,1086,25', 'well', 'made', 'fit', 'strange', 'i', 'really', 'loved', 'the', 'fabric', 'of', 'this', 'dress', 'however', 'it', 'had', 'a', 'weird', 'fit', 'and', 'the', 'pockets', 'made', 'the', 'front', 'hang', 'funny', ',4,1,2', 'general', 'dresses', 'dresses'] ['4496,1095,58', 'fun', 'summer', 'dress', 'i', 'am', 'so', 'pleased', 'with', 'my', 'purchase', 'the', 'two', 'different', 'levels', 'of', 'the', 'dress', 'is', 'just', 'simply', 'fun', 'and', 'unique', 'the', 'attached', 'matching', 'adjustable', 'baby', 'blue', 'slip', 'is', 'a', 'nice', 'add', 'neither', 'the', 'dress', 'or', 'slip', 'fit', 'too', 'tight', 'or', 'too', 'loose', 'around', 'my', 'torso', 'i', 'ordered', 'a', 'small', 'which', 'fits', 'me', 'perfect', 'and', 'in', 'case', 'it', 'is', 'helpful', 'i', 'am', '5', '7', '133', 'and', 'a', '36a'] ['if', 'you', 'have', 'been', 'considering', 'this', 'dress', 'do', "n't", 'delay', 'especially', 'at', 'the', 'wonderful', 'sale', 'price', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4497,1086,37', 'this', 'dress', 'is', 'beautiful', 'on', 'is', 'thin', 'enough', 'to', 'be', 'extremely', 'comfortable', 'being', 'curvy', 'it', 'feels', 'a', 'little', 'more', 'narrow', 'than', 'i', 'would', 'prefer', 'but', 'i', 'kept', 'it', 'anyway', 'because', 'it', 'is', 'so', 'beautiful', 'as', 'well', 'as', 'functional', ',5,1,1', 'general', 'dresses', 'dresses'] ['4498,1038,42', 'very', 'stylish', 'and', 'affordable', 'but', 'i', 'like', 'these', 'jeans', 'when', 'i', 'wore', 'them', 'i', 'received', 'compliments', 'they', 'do', 'run', 'large', 'i', 'sized', 'down', 'one', 'size', 'but', 'probably', 'could', 'have', 'sized', 'down', 'two', 'sizes', 'they', 'feel', 'tight', 'when', 'you', 'first', 'put', 'them', 'on', 'but', 'as', 'you', 'wear', 'them', 'they', 'loosen', 'up', 'and', 'i', 'find', 'myself', 'pulling', 'them', 'up', 'to', 'meet', 'my', 'waist', 'my', 'other', 'complaint', 'is', 'a', 'small', 'one', 'the', 'embroidered', 'flower', 'on', 'the', 'knee', 'rubs', 'against', 'your', 'knee', 'as', 'you', 'move', 'after', 'awhile', 'my', 'right', 'knee', 'felt', 'like', 'it', 'had', 'a', 'carpet', 'burn', 'on', 'it', 'that', 'is', 'why', 'i', 'gave', 'this', 'only', '4', 'stars', 'for', 'desi', ',5,1,2', 'general', 'bottoms', 'jeans'] ['4499,1086,33', 'man', 'do', 'i', 'love', 'this', 'dress', 'love', 'the', 'fit', 'and', 'the', 'quality', 'of', 'the', 'fabric', 'lays', 'really', 'nicely', 'i', 'gave', 'it', 'only', 'four', 'stars', 'because', 'it', 'is', 'super', 'short', 'true', 'i', 'am', "5'11", 'but', 'there', 'is', 'no', 'way', 'i', 'could', 'wear', 'this', 'without', 'pants', 'or', 'leggings', 'i', 'am', 'super', 'bummed', 'because', 'i', 'really', 'love', 'it', 'but', 'must', 'send', 'it', 'back', ',4,1,1', 'general', 'dresses', 'dresses'] ['4500,1038,41', 'so', 'unique', 'and', 'so', 'comfortable', 'i', 'love', 'these', 'jeans', 'when', 'i', 'saw', 'them', 'in', 'my', 'retailer', 'store', 'i', 'instantly', 'fell', 'in', 'love', 'they', 'fit', 'like', 'a', 'dream', 'and', 'they', 'look', 'so', 'much', 'better', 'in', 'person', 'than', 'online', 'they', "'re", 'definitely', 'a', 'boyfriend', 'fit', 'so', 'if', 'you', "'re", 'between', 'sizes', 'go', 'down', 'a', 'size', 'i', "'ve", 'already', 'gotten', 'tons', 'of', 'compliments', ',5,1,1', 'general', 'bottoms', 'jeans'] ['4501,1038,50', 'very', 'nice', 'these', 'jeans', 'are', 'beautiful', 'as', 'the', 'other', 'reviewers', 'have', 'noted', 'they', 'run', 'very', 'large', 'like', '2', 'sizes', 'even', 'then', 'they', 'are', 'very', 'stretchy', 'the', 'embroidery', 'is', 'dark', 'blue', 'looks', 'black', 'on', 'screen', 'lovely', 'pair', 'of', 'jeans', 'if', 'they', 'had', 'other', 'colors', 'i', 'would', 'by', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['4502,1095,53', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'love', 'the', 'look', 'and', 'feel', 'of', 'this', 'easy', 'dress', 'i', 'loved', 'that', 'it', 'comes', 'with', 'a', 'baby', 'blue', 'slip', 'however', 'i', 'was', 'in', 'between', 'sizes', 'the', 'medium', 'a', 'bit', 'too', 'small', 'and', 'the', 'large-', 'just', 'too', 'big', 'this', 'dress', 'is', 'probably', 'best', 'in', 'a', 'tall', 'thin', 'body', 'type', 'especially', 'in', 'a', 'madras', 'plaid', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4503,1095,55', 'get', 'it', 'before', 'it', "'s", 'gone', 'girls', 'i', "'m", '5', '7', 'and', '137', 'pounds', 'and', 'i', 'tried', 'on', 'this', 'dress', 'in', 'the', 'store', 'i', 'got', 'the', 'small', 'as', 'it', 'has', 'a', 'little', 'more', 'material', 'in', 'the', 'medium', 'and', 'the', 'small', 'fits', 'like', 'a', 'glove', 'this', 'dress', 'is', 'great', 'quality', 'and', 'feels', 'good', 'looks', 'good', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'like', 'the', 'model', 'in', 'the', 'picture', 'i', 'like', 'the', 'flats', 'with', 'this', 'dress', 'high', 'quality', 'fashion', 'and', 'total', 'comfort', 'on', 'a', 'hot', 'summer', 'day', 'go', 'anywhere', 'with', 'this', 'dress', 'and', 'you', 'look', 'like', 'a', 'million', 'dollars', 'one', 'more', 'little', 'hidden', 'detail', 'it', 'has', 'a', 'detachable', 'slip', 'underneath', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4504,937,37', 'not', 'as', 'expected', 'i', 'stalked', 'this', 'sold', 'out', 'product', 'for', 'weeks', 'hoping', 'my', 'size', 'would', 'become', 'available', 'when', 'it', 'did', 'i', 'was', 'very', 'excited', 'in', 'fact', 'i', 'ordered', 'both', 'a', 's', 'and', 'xs', 'to', 'be', 'sure', 'one', 'sweater', 'would', 'fit', 'me', 'unfortunately', 'neither', 'did', 'and', 'i', 'felt', 'the', 'actual', 'sweater', 'was', 'not', 'as', 'pictured', 'the', 'sweater', 'has', 'an', 'overall', 'baggy', 'fit', 'and', 'the', 'cutouts', 'do', "n't", 'fall', 'as', 'neatly', 'and', 'as', 'evenly', 'on', 'both', 'shoulders', 'as', 'the', 'picture', 'shows', 'making', 'the', 'look', 'a', 'bit', 'sloppy', 'in', 'my', 'opinion', 'it', 'is', 'such', 'a', 'shame', 'as', 'this', 'look', 'is', 'very', 'of', 'the', 'moment', 'and', 'the', 'mod', ',1,0,1', 'general', 'tops', 'sweaters'] ['4505,1038,53', 'very', 'unique', 'jeans', 'these', 'jeans', 'are', 'very', 'unique', 'thanks', 'to', 'the', 'embroiding', 'would', 'have', 'perferred', 'colorful', 'embroiding', 'though', 'they', 'are', 'boyfriend', 'cut', 'but', 'not', 'slouchy', 'just', 'a', 'bit', 'loose', 'even', 'around', 'athletic', 'legs', 'they', 'run', 'true', 'to', 'size', 'but', 'have', 'a', 'lot', 'of', 'give', 'after', 'wearing', 'them', 'for', 'a', 'a', 'little', 'bit', 'i', 'catch', 'myself', 'pulling', 'them', 'up', 'a', 'bit', 'if', 'you', 'want', 'a', 'snug', 'fit', 'and', 'are', 'between', 'sized', 'i', 'would', 'go', 'down', 'a', 'size', ',4,1,10', 'general', 'bottoms', 'jeans'] ['4506,1095,73', 'perfect', 'summer', 'dress', 'i', 'ordered', 'this', 'dress', 'on', 'a', 'whim', 'because', 'of', 'the', 'lush', 'colors', 'and', 'the', 'sale', 'price', 'to', 'my', 'amazement', 'it', 'has', 'become', 'one', 'of', 'my', 'go-to', 'dresses', 'it', 'is', 'far', 'more', 'handsome', 'and', 'flattering', 'in', 'person', 'i', 'ordered', 'a', 'm', 'for', 'my', '5', '9', 'and', '36c', 'frame', 'and', 'the', 'fit', 'is', 'perfect', 'contrary', 'to', 'how', 'the', 'back', 'of', 'the', 'dress', 'is', 'shown', 'on', 'the', 'model', 'the', 'back', 'is', 'not', 'straight', 'but', 'flows', 'whimsically', 'thereby', 'adding', 'to', 'its', 'famine', 'appeal', 'at', 'this', 'price', 'it', "'s", 'a', 'no-brainier', 'purchase', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4507,1095,59', 'just', 'great', 'if', 'they', 'still', 'have', 'your', 'size', 'grab', 'it', 'fits', 'a', 'bit', 'snug', 'in', 'chest', 'but', 'material', 'is', 'light', 'and', 'airy', 'got', 'so', 'many', 'compliments', 'on', 'it', 'great', 'style', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4508,1086,37', 'love', 'it', 'love', 'this', 'dress', 'the', 'material', 'has', 'a', 'softness', 'to', 'it', 'just', 'love', 'it', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'summer', 'fits', 'true', 'to', 'size.,5,1,0', 'general', 'dresses', 'dresses'] ['4509,1095,36', 'love', 'it', 'i', 'actually', 'ended', 'up', 'buying', 'two', 'of', 'these', 'dresses', 'i', 'took', 'the', 'first', 'one', 'to', 'the', 'dry', 'cleaner', 'and', 'they', 'chewed', 'up', 'the', 'slip', 'and', 'put', 'a', 'hole', 'in', 'the', 'dress', 'i', 'was', 'so', 'sad', 'that', 'i', 'went', 'and', 'bought', 'a', 'second', 'one', 'before', 'they', 'could', 'sell', 'out', 'the', 'good', 'news', 'is', 'that', 'it', 'was', 'on', 'sale', 'this', 'is', 'an', 'awesome', 'light', 'and', 'airy', 'dress', 'that', 'is', 'great', 'for', 'those', 'hot', 'summer', 'days', 'i', 'pretty', 'much', 'wear', 'it', 'every', 'opportunity', 'i', 'get', 'for', 'reference', 'i', 'purchased', 'the', 'small', 'it', "'s", 'loose', 'but', 'the', 'shoulders', 'armholes', 'and', 'slip', 'all', 'fit', 'perfectly', 'i', 'weigh', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4510,1095,39', 'surprisingly', 'cute', 'i', 'was', "n't", 'going', 'to', 'even', 'try', 'to', 'see', 'it', 'this', 'dress', 'would', 'fit', 'it', 'just', 'seemed', 'like', 'such', 'an', 'unflattering', 'silhouette', 'since', 'my', 'body', 'is', 'nothing', 'like', 'the', 'model', 'i', "'m", 'so', 'glad', 'i', 'gave', 'it', 'a', 'try', 'because', 'this', 'dress', 'is', 'cute', 'and', 'comfy', 'and', 'looks', 'great', 'on', 'me', 'when', 'i', 'belt', 'it', 'my', 'outfit', 'is', 'a', 'floppy', 'straw', 'hat', 'skinny', 'leather', 'belt', 'and', 'flat', 'sandals', 'there', "'s", 'a', 'lot', 'of', 'fabric', 'but', 'it', 'gathers', 'well', 'without', 'poofing', 'out', 'i', 'ordered', 'the', 'medium', 'petite', 'and', 'i', 'am', '5', '3', '36dd', '140', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4511,1095,49', 'fun', 'this', 'is', 'my', 'go', 'to', 'cool', 'summer', 'dress', 'it', "'s", 'very', 'light', 'and', 'airy', 'and', 'extremely', 'comfortable', 'great', 'for', '90', 'degree', 'days'] ['highly', 'recommend', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4512,1086,31', 'very', 'happy', 'love', 'it', 'perfect', 'casual', 'look', 'with', 'a', 'jacket', 'and', 'booties,4,1,0', 'general', 'dresses', 'dresses'] ['4513,1095,39', 'classic', 'comfort', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'immediately', 'gorgeous', 'print', 'and', 'colors', 'light', 'and', 'breezy', 'classic', 'and', 'comfortable', 'the', 'petite', 'length', 'is', 'perfect', 'for', 'my', 'height', 'and', 'hits', 'a', 'few', 'inches', 'above', 'the', 'knee', 'i', 'have', 'a', 'small', 'bust', '34a', 'but', 'a', 'wider', 'rib', 'cage', 'so', 'the', 'petite', 'small', 'was', 'a', 'perfect', 'fit', 'could', "n't", 'be', 'more', 'pleased', 'with', 'this', 'purchase.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4514,1086,31', 'classic', 'and', 'comfortable', 'love', 'this', 'dress', 'so', 'much', 'it', "'s", 'super', 'comfortable', 'and', 'i', 'always', 'get', 'a', 'ton', 'of', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'the', 'fabric', 'is', 'the', 'perfect', 'weight', 'not', 'too', 'heavy', 'i', "'ll", 'be', 'wearing', 'this', 'all', 'summer', 'long.,5,1,0', 'general', 'dresses', 'dresses'] ['4515,1095,35', 'a', 'steal', 'at', 'sale', 'price', 'i', 'love', 'this', 'dress', 'i', 'do', "n't", 'have', 'many', 'pink', 'things', 'but', 'saw', 'someone', 'in', 'this', 'on', 'instagram', 'and', 'had', 'to', 'have', 'it', 'it', 'is', 'as', 'comfy', 'as', 'a', 'nightgown', 'it', 'has', 'pockets', 'i', 'tried', 'it', 'with', 'brown', 'sandals', 'as', 'well', 'as', 'with', 'a', 'dark', 'jean', 'jacket', 'and', 'taggart', 'grey', 'booties', 'and', 'looks', 'cute', 'both', 'ways', 'also', 'looks', 'great', 'with', 'a', 'blingy', 'necklace', 'tts-', 'got', 'my', 'normal', 'med', 'and', 'it', "'s", 'roomy', 'but', 'not', 'too', 'big', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4516,829,50', 'very', 'blousy', 'but', 'still', 'cute', 'i', 'love', 'the', 'length', 'of', 'this', 'no', 'danger', 'of', 'explosing', 'my', 'muffin-top', 'the', 'fabric', 'is', 'super', 'cute', 'good', 'weight', 'pretty', 'color', 'i', 'got', 'a', 'medium', 'which', 'is', 'a', 'bit', 'blousy', 'i', 'think', 'i', 'could', 'have', 'gone', 'with', 'a', 'small', ',4,1,1', 'general', 'tops', 'blouses'] ['4517,1111,34', 'gorgeous', 'dress', 'it', 'was', 'designed', 'to', 'accentuate', 'a', 'woman', "'s", 'figure', 'lovely', 'material', 'holds', 'everything', 'in', 'place', 'without', 'being', 'too', 'revealing', 'the', 'dress', 'does', 'not', 'lose', 'its', 'shape', 'definitely', 'a', 'head', 'turner', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4518,820,37', 'shrunk', 'terribly', 'i', 'bought', 'this', 'top', 'in', 'the', 'store', 'which', 'was', 'good', 'because', 'i', 'ended', 'up', 'wearing', 'a', 'size', 'smaller', 'than', 'i', 'usually', 'do', 'i', 'loved', 'the', 'flowy', 'fit', 'of', 'it', 'the', 'washing', 'instructions', 'say', 'machine', 'wash', 'cold', 'tumble', 'dry', 'low', 'i', 'washed', 'it', 'on', 'cold', 'and', 'hung', 'it', 'to', 'dry', 'it', 'shrank', 'to', 'the', 'point', 'of', 'being', 'unwearable', 'the', 'dreaded', 'button', 'gap', 'and', 'lost', 'its', 'softness', 'i', 'hope', 'the', 'store', 'lets', 'me', 'return', 'it', ',2,0,3', 'general', 'tops', 'blouses'] ['4519,1110,24', 'cute', 'but', 'bad', 'fit', 'the', 'waist', 'is', 'a', 'little', 'high', 'and', 'large', 'and', 'this', 'causes', 'gapping', 'in', 'the', 'small-of-the-back', 'area', 'very', 'cute', 'dress', 'if', 'it', 'fit', 'well', 'would', 'probably', 'work', 'on', 'someone', 'less', 'curvy', '00p', '5', '4', ',110lbs,32c', 'for', 'reference', ',4,0,0', 'general', 'dresses', 'dresses'] ['4520,820,45', 'love', 'this', 'blouse', 'this', 'is', 'one', 'of', 'the', 'best', 'purchases', 'f'] ['i', 'have', 'made', 'at', 'retailer', 'recently', 'i', 'got', 'this', 'in', 'ivory', 'in', 'my', 'usual', 'xs', 'the', 'pictures', 'do', 'not', 'do', 'it', 'justice', 'it', 'has', 'such', 'a', 'nice', 'drape', 'and', 'i', 'love', 'the', 'detail', 'on', 'the', 'back', 'looks', 'great', 'with', 'black', 'cropped', 'trousers', 'as', 'well', 'as', 'skinny', 'jeans', ',5,1,0', 'general', 'tops', 'blouses'] ['4521,820,53', 'love', 'it', 'i', 'bought', 'this', 'shirt', 'along', 'with', 'a', 'matching', 'vest', 'and', 'duster', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['4522,820,57', 'love', 'love', 'love', 'it', 'this', 'top', 'fits', 'well', 'as', 'expected', 'for', 'the', 'size', 'i', 'love', 'the', 'ease', 'of', 'the', 'top', 'and', 'wear', 'it', 'both', 'casually', 'and', 'a', 'bit', 'more', 'dressed', 'up', 'great', 'styling', 'on', 'the', 'back.,5,1,0', 'general', 'tops', 'blouses'] ['4523,829,52', 'cute', 'shirt', 'i', 'bought', 'this', 'at', 'the', 'retailer', 'store', 'the', 'other', 'day', 'and', 'i', 'wore', 'it', 'to', 'work', 'and', 'i', 'received', 'so', 'many', 'complements', 'it', 'has', 'the', 'perfect', 'amount', 'of', 'swing', 'and', 'hides', 'your', 'middle', 'without', 'looking', 'frumpy', 'i', 'got', 'the', 'blue', 'color', 'and', 'wore', 'it', 'with', 'skinny', 'jeans', 'and', 'ankle', 'boots', 'the', 'red', 'is', 'really', 'more', 'of', 'a', 'bight', 'pink', 'color', 'not', 'a', 'rich', 'red', 'as', 'pictured', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', 'and', 'patterns', 'maybe', 'green', 'or', 'purple', 'it', 'does', 'run', 'big', 'i', 'usually', 'take', 'a', 'large', 'but', 'a', 'medium', 'was', 'perfect', ',5,1,1', 'general', 'tops', 'blouses'] ['4524,1078,38', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4525,830,57', 'lovely', 'top', 'very', 'rich', 'looking', 'i', 'always', 'get', 'compliments', 'it', "'s", 'loose', 'fitting', 'but', 'not', 'baggy', 'and', 'the', 'embroidery', 'is', 'well', 'done', ',5,1,2', 'general', 'tops', 'blouses'] ['4526,820,31', 'great', 'staple', 'piece', 'great', 'fit', 'and', 'quality', 'i', "'m", '5', '3', 'and', '130', 'lbs', 'size', '4', 'fit', 'perfectly', 'bought', 'both', 'the', 'blue', 'and', 'black', 'could', 'definitely', 'dress', 'up', 'or', 'down', ',4,1,0', 'general', 'tops', 'blouses'] ['4527,820,42', 'light', 'and', 'flowing', 'i', 'am', 'normally', 'a', '4', 'but', 'they', 'only', 'had', 'the', 'white', 'in', 'size', '2', 'so', 'i', 'tried', 'it', 'i', 'was', 'pleased', 'to', 'see', 'that', 'it', 'worked', 'out', 'just', 'fine', 'because', 'it', 'is', 'meant', 'to', 'flow', 'therefore', 'has', 'plenty', 'of', 'fabric', 'it', 'is', 'very', 'graceful', 'and', 'very', 'pleasant', 'to', 'wear', 'i', 'do', "n't", 'know', 'how', 'to', 'explain', 'it', 'but', 'i', 'had', 'to', 'take', 'a', 'second', 'look', 'when', 'i', 'saw', 'it', 'on', 'the', 'photograph', 'because', 'i', 'was', 'not', 'sure', 'it', 'was', 'the', 'same', 'blouse', 'much', 'better', 'in', 'reality', 'than', 'on', 'the', 'picture', ',5,1,1', 'general', 'tops', 'blouses'] ['4528,820,42', 'not', 'a', 'white', 'background', 'love', 'this', 'top', 'it', "'s", 'everything', 'all', 'the', 'previous', 'viewers', 'said', 'except', 'that', 'the', 'white', 'is', "n't", 'white', 'but', 'a', 'creamy', 'white.it', 'has', 'a', 'yellow', 'under', 'tone', 'this', 'restricts', 'my', 'over', 'all', 'plans', 'but', 'i', 'still', 'like', 'it', ',5,1,4', 'general', 'tops', 'blouses'] ['4529,863,31', 'nice', 'lines', 'just', 'a', 'bit', 'tight', 'if', 'you', 'have', 'larger', 'more', 'muscley', 'shoulders', ',3,1,0', 'general', 'tops', 'knits'] ['4530,495,39', 'see-through', 'shorts', 'i', 'really', 'wanted', 'to', 'love', 'the', 'shorts', 'when', 'i', 'read', 'that', 'the', 'shorts', 'were', 'lined', 'i', 'expected', 'them', 'to', 'be', 'lined', 'so', 'that', 'my', 'underwear', 'did', "n't", 'show', 'even', 'though', 'the', 'shorts', 'are', 'lined', 'you', 'can', 'see', 'through', 'the', 'fabric', 'completely', 'this', 'was', 'absolutely', 'disappointing', 'since', 'the', 'shorts', 'have', 'a', 'lovely', 'exterior', 'design', 'pockets', 'and', 'comfortable', 'waistline', 'i', "'m", 'returning', 'the', 'shorts', 'as', 'well', ',1,0,2', 'general', 'bottoms', 'shorts'] ['4531,820,35', 'so', 'many', 'compliments', 'i', 'have', 'so', 'many', 'compliments', 'on', 'this', 'blouse', 'i', 'love', 'the', 'style', 'and', 'design', 'i', 'wear', 'it', 'with', 'my', 'long', 'cotton', 'skirt', 'because', 'it', 'runs', 'a', 'little', 'short', 'since', 'i', 'have', 'a', 'long', 'torso', 'and', 'i', 'am', '5', '8', 'tall', 'i', 'would', 'love', 'to', 'wear', 'it', 'with', 'my', 'skinny', 'pants', 'but', 'then', 'it', 'wo', "n't", 'look', 'right', 'in', 'the', 'back', 'kinda', 'hang', 'out', 'otherwise', 'really', 'nice', 'quality', 'blouse', 'i', 'would', 'definitely', 'buy', 'another', 'just', 'to', 'have', 'a', 'back', 'up', ',5,1,0', 'general', 'tops', 'blouses'] ['4532,820,45', ',,5,1,0', 'general', 'tops', 'blouses'] ['4533,801,39', 'what', "'s", 'with', 'the', 'pockets', 'the', 'one', 'i', 'tried', 'on', 'had', 'something', 'wrong', 'with', 'the', 'pockets', 'one', 'was', 'regular', 'height', 't', 'eh', 'other', 'was', 'so', 'low', 'i', 'could', 'barely', 'put', 'my', 'hand', 'in', 'it', 'however', 'the', 'jumpsuit', 'itself', 'is', 'really', 'pretty', 'and', 'soft', 'color', 'is', 'nice', 'but', 'hard', 'ot', 'pull', 'off', 'on', 'pale', 'skin', 'like', 'me', 'i', 'tried', 'on', 'the', 'xs', 'but', 'that', 'was', 'big', 'i', 'would', 'need', 'xxs', 'p', 'if', 'it', 'was', 'made', 'in', 'that', 'size', 'so', 'i', 'let', 'it', 'go', 'looked', 'nice', 'with', 'pinched', 'fabric', 'in', 'the', 'back'] [] ['for', 'reference', 'i', 'am', '115', 'lbs', '30', 'dd', '26.5', 'in', 'waist', ',3,1,0', 'initmates', 'intimate', 'lounge'] ['4534,1078,30', 'pretty', 'and', 'versatile', 'i', 'was', 'a', 'little', 'hesitant', 'about', 'this', 'dress', 'at', 'first', 'because', 'it', 'looks', 'a', 'bit', 'baggy', 'on', 'top', 'on', 'the', 'model', 'but', 'decided', 'to', 'order', 'it', 'online', 'anyway', 'based', 'on', 'reviews', 'well', 'i', 'must', 'say', 'i', "'m", 'so', 'glad', 'i', 'did', 'i', 'really', 'love', 'the', 'shape', 'of', 'this', 'dress', 'i', "'m", 'heavy', 'on', 'top', 'but', 'it', 'somehow', 'minimizes', 'that', 'and', 'it', 'also', 'accentuates', 'my', 'waist', 'the', 'dress', 'is', 'very', 'well', 'made', 'if', 'you', 'order', 'the', 'right', 'size', 'for', 'you', 'the', 'slip', 'dress', 'will', 'stay', 'in', 'place', 'i', "'m", 'going', 'to', 'style', 'it', 'with', 'high', 'black', 'platform', 'heels', 'but', 'i', 'also', 'like', 'it', 'with', 'boots', 'as', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4535,1078,33', 'do', "n't", 'miss', 'it', 'there', 'is', "n't", 'anything', 'i', 'do', "n't", 'love', 'about', 'this', 'dress', 'get', 'it', 'before', 'it', "'s", 'gone', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'this', 'dress.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4536,1110,49', 'looks', 'better', 'on', 'me', 'for', 'once', 'the', 'dress', 'looks', 'better', 'on', 'me', 'than', 'on', 'the', 'model', 'mine', 'is', 'tight', 'above', 'the', 'bow', 'and', 'black/grey', 'my', 'bow', 'is', "n't", 'this', 'big', 'not', 'pulled', 'so', 'much', 'and', 'maybe', 'it', "'s", 'not', 'knotted', 'in', 'the', 'photo', 'it', "'s", 'heavy', 'canvas', 'and', 'does', "n't", 'show', 'my', 'flaws', 'i', "'m", 'saving', 'it', 'for', 'summer', 'ca', "n't", 'imagine', 'wearing', 'it', 'as', 'a', 'jumper', 'as', 'in', 'the', 'photo'] [] ['for', 'me', '5', '3', '32e', '125', 'lbs', 'the', 'bust', 'is', 'slightly', 'tight', 'in', 'a', '6', 'but', 'the', 'shoulders', 'are', 'a', 'bit', 'wide', 'in', 'an', '8', 'but', 'both', 'look', 'good', 'mine', 'is', 'not', 'petite', 'and', 'hits', 'me', 'above', 'the', 'knee', '6'] [] ['the', 'dress', 'is', 'co', ',5,1,4', 'general', 'dresses', 'dresses'] ['4537,820,26', 'great', 'top', 'i', 'tried', 'this', 'in', 'store', 'and', 'fell', 'in', 'love', 'i', "'m", 'usually', 'between', 'a', '0', 'and', 'a', '2', 'in', 'tops', 'and', 'took', 'this', 'in', 'a', '0', 'because', 'of', 'how', 'flow', 'and', 'lose', 'this', 'is', 'the', 'fabric', 'is', 'light', 'and', 'not', 'bulky', 'so', 'it', 'can', 'also', 'be', 'tucked', 'in.,5,1,0', 'general', 'tops', 'blouses'] ['4538,830,55', 'cute', 'top', 'this', 'top', 'is', 'really', 'cute', 'and', 'can', 'be', 'worn', 'off', 'shoulder', 'or', 'not', 'the', 'embroidery', 'is', 'really', 'pretty', 'my', 'only', 'comment', 'would', 'be', 'the', 'top', 'is', 'shorter', 'than', 'i', 'expected', 'if', 'you', 'wear', 'it', 'off', 'shoulder', 'its', 'of', 'course', 'longer', 'but', 'still', 'shorter', 'than', 'i', 'would', 'have', 'preferred', 'keeping', 'it', 'anyways', 'as', 'it', 'will', 'be', 'a', 'fun', 'going', 'out', 'casual', 'top', ',4,1,0', 'general', 'tops', 'blouses'] ['4539,1187,35', 'cheaply', 'made', 'but', 'flattering', 'cut', 'this', 'is', 'the', 'perfect', 'peplum', 'it', 'floats', 'a', 'bit', 'but', 'does', "n't", 'stick', 'out', 'and', 'is', 'super', 'flattering', 'that', "'s", 'why', 'i', 'kept', 'mine', 'even', 'though', 'the', 'front', 'seams', 'were', 'like', 'an', 'inch', 'off', 'and', 'the', 'peplum', 'pleat', 'is', 'crooked', 'geeze', 'retailer', 'this', 'is', 'why', 'i', 'ca', "n't", 'justify', 'buying', 'much', 'of', 'anything', 'unless', 'it', "'s", 'on', 'sale', 'quality', 'in', 'recent', 'years', 'has', 'gone', 'wayyyy', 'downhill', ',3,1,5', 'general', 'tops', 'knits'] ['4540,829,65', 'great', 'top', 'super', 'soft', 'and', 'comfortable', 'with', 'a', 'flattering', 'fit', 'love', 'the', 'tiny', 'buttons', 'and', 'the', '3/4', 'sleeves', 'since', 'many', 'times', 'the', 'sleeves', 'are', 'too', 'long', 'for', 'me', 'already', 'my', 'favorite', 'fall', 'top.,5,1,4', 'general', 'tops', 'blouses'] ['4541,820,35', 'super', 'cute', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'this', 'thinking', 'it', 'would', 'be', 'too', 'large', 'and', 'unflattering', 'but', 'thankfully', 'i', 'was', 'wrong', 'this', 'shirt', 'is', 'super', 'cute', 'and', 'comfy', 'it', 'is', 'a', 'bit', 'of', 'an', 'oversized', 'fit', 'but', 'the', 'fabric', 'drapes', 'nicely', 'and', 'is', 'quite', 'flattering', 'my', 'new', 'go', 'to', 'outfit', 'this', 'fall', 'will', 'be', 'this', 'shirt', 'with', 'the', 'sleeves', 'rolled', 'up', 'ankle', 'jeans', 'and', 'my', 'fave', 'oxfords', 'i', "'m", '5', '3', '115lbs', 'and', 'went', 'with', 'the', 'size', '4', 'regular', ',5,1,0', 'general', 'tops', 'blouses'] ['4542,820,55', 'i', 'fell', 'in', 'love', 'with', 'this', 'shirt', 'the', 'moment', 'i', 'saw', 'it'] ['unfortunately', 'when', 'i', 'went', 'to', 'put', 'it', 'on', 'there', 'was', 'a', 'hole', 'running', 'down', 'the', 'seam', 'in', 'the', 'back', 'i', 'went', 'to', 'store', 'to', 'exchange', 'wore', 'the', 'shirt', 'and', 'someone', 'tells', 'me', 'i', 'have', 'two', 'holes', 'in', 'the', 'back', 'of', 'my', 'shirt', 'horrified', 'i', 'went', 'home', 'took', 'a', 'look', 'both', 'holes', 'along', 'the', 'seam', 'i', 'will', 'be', 'returning', 'this', 'i', 'really', 'liked', 'this', 'shirt', ',2,0,0', 'general', 'tops', 'blouses'] ['4543,829,36', 'just', 'ok', 'i', 'love', 'good', 'flowy', 'blouses', 'and', 'like', 'the', 'over', 'sized', 'look', 'but', 'this', 'one', 'did', "n't", 'wow', 'me', 'i', 'thought', 'the', 'quality', 'was', 'just', 'ok.', 'it', 'did', "n't", 'flatter', 'me', 'i', 'almost', 'liked', 'it', 'but', 'i', 'did', "n't", 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'because', 'looking', 'at', 'the', 'pics', 'online', 'i', 'thought', 'i', "'d", 'like', 'it', 'way', 'more', 'than', 'i', 'did', 'just', 'not', 'great', ',2,0,0', 'general', 'tops', 'blouses'] ['4544,1078,35', 'pretty', 'fabric', 'such', 'pretty', 'pattern', 'and', 'colors', 'pleased', 'with', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4545,820,29', 'soft', 'and', 'fun', 'this', 'shirt', 'is', 'very', 'soft', 'and', 'fits', 'nicely', 'as', 'with', 'a', 'lot', 'of', 'maeve', 'tops', 'the', 'arms', 'are', 'a', 'little', 'snug', 'so', 'if', 'you', 'have', 'muscular', 'arms', 'you', "'ll", 'definitely', 'want', 'to', 'size', 'up', 'it', 'wo', "n't", 'make', 'the', 'shirt', 'too', 'blousey', 'because', 'it', 'will', 'still', 'look', 'really', 'cute', 'tucked', 'in', 'in', 'the', 'front', 'with', 'ankle', 'jeans', 'and', 'a', 'trendy', 'belt', 'i', 'wish', 'i', 'had', 'gotten', 'this', 'in', 'the', 'blue', 'before', 'it', 'sold', 'out', 'because', 'it', 'is', 'lovely', ',5,1,0', 'general', 'tops', 'blouses'] ['4546,820,34', 'odd', 'cut', 'i', 'loved', 'the', 'star', 'pattern', 'of', 'this', 'top', 'but', 'the', 'cut', 'was', 'odd', 'it', 'is', 'very', 'big', 'in', 'the', 'chest', 'and', 'full', 'at', 'the', 'bottom', 'for', 'anyone', 'who', 'is', 'petite', 'on', 'top', 'it', 'tends', 'to', 'look', 'sloppy.,2,0,0', 'general', 'tops', 'blouses'] ['4547,820,46', 'love', 'this', 'shirt', 'i', 'bought', 'this', 'in', 'both', 'the', 'black', 'motif', 'and', 'the', 'ivory', 'i', 'got', 'a', 'size', '2', 'and', 'i', 'would', 'say', 'it', 'is', 'true', 'to', 'size', 'the', 'fabric', 'is', 'very', 'comfortable', 'and', 'does', "n't", 'wrinkle', 'easily', 'it', 'does', 'have', 'a', 'flowy', 'look', 'to', 'it', 'but', 'i', 'did', "n't", 'find', 'that', 'it', 'had', 'too', 'much', 'fabric', 'i', 'would', "n't", 'tuck', 'it', 'in', 'though', 'i', 'find', 'it', 'looks', 'really', 'good', 'with', 'skinny', 'jeans/pants', 'and', 'i', 'love', 'throwing', 'a', 'cardigan', 'over', 'it', 'for', 'cooler', 'days', 'the', 'details', 'in', 'the', 'double', 'buttons', 'and', 'on', 'the', 'back', 'are', 'really', 'cute', 'and', 'make', 'it', 'more', 'unique', 'i', 'recommend', 'the', 'shirt', ',5,1,0', 'general', 'tops', 'blouses'] ['4548,829,51', 'not', 'for', 'me', 'the', 'quality', 'of', 'this', 'shirt', 'is', 'great', 'and', 'the', 'colors', 'are', 'pretty', 'it', 'just', 'made', 'me', 'look', 'super', 'wide', 'i', 'feel', 'like', 'the', 'waist', 'is', 'too', 'high', 'not', 'quite', 'empire', 'and', 'not', 'quite', 'at', 'the', 'waist', 'it', 'just', 'was', "n't", 'going', 'to', 'work', 'for', 'my', 'body', 'maybe', 'a', 'different', 'size', 'would', 'work', 'but', 'i', 'do', "n't", 'like', 'it', 'enough', 'to', 'try.,3,0,1', 'general', 'tops', 'blouses'] ['4549,820,33', 'the', 'perfect', 'button-down', 'my', 'expectations', 'were', 'blown', 'away', 'in', 'the', 'best', 'way', 'when', 'i', 'tried', 'on', 'this', 'top', 'i', 'typically', 'have', 'issues', 'with', 'button-downs', 'in', 'the', 'chest', 'area', 'buttons', 'never', 'lay', 'flat', 'and', 'this', 'top', 'lays', 'perfectly', 'the', 'material', 'is', 'super', 'soft', 'looks', 'great', 'buttoned', 'all', 'the', 'way', 'up', 'or', 'with', 'a', 'few', 'buttons', 'left', 'open', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'with', 'a', 'pair', 'of', 'black', 'high-waisted', 'jeans', 'this', 'fall', ',5,1,0', 'general', 'tops', 'blouses'] ['4550,831,30', 'beautiful', 'the', 'first', 'time', 'you', 'wear', 'it.', 'this', 'top', 'was', 'gorgeous', 'and', 'fit', 'perfectly', 'right', 'out', 'of', 'the', 'bag', 'with', 'only', 'a', 'quick', 'ironing', 'unfortunately', 'the', 'first', 'time', 'i', 'washed', 'it', 'cold', 'water', 'hang', 'dry', 'it', 'shrunk', 'so', 'that', 'it', 'no', 'longer', 'fits', 'across', 'the', 'bust', 'without', 'tape', 'where', 'it', 'was', 'once', 'roomy', 'is', 'much', 'shorter', 'and', 'feels', 'rougher', 'to', 'the', 'touch', 'like', 'another', 'reviewer', 'said', 'unfortunately', 'after', 'i', 'had', 'purchased', 'and', 'washed', 'i', 'wish', 'the', 'label', 'would', 'have', 'just', 'said', 'to', 'dry', 'clean', 'only', 'because', 'i', 'regret', 'washing', 'it', 'and', 'would', 'have', 'done', 'otherwise', 'if', 'i', 'had', 'kno', ',2,0,1', 'general', 'petite', 'tops', 'blouses'] ['4551,820,59', 'so', 'soft', 'so', 'versatile', 'beautiful', 'blouse', 'that', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'online', 'shows', 'as', 'purple', 'but', 'the', 'black', 'mortif', 'is', 'be', 'true', 'black', 'background', 'with', 'pretty', 'floral', 'colors', 'i', 'rarely', 'wear', 'floral', 'design', 'but', 'this', 'blouse', 'make', 'it', 'work', 'the', 'material', 'is', 'such', 'a', 'soft', 'rayon', 'material', 'love', 'love', 'love', ',5,1,0', 'general', 'tops', 'blouses'] ['4552,829,67', 'must', 'try', 'on', 'to', 'appreciate.', 'the', 'first', 'time', 'i', 'saw', 'this', 'in', 'the', 'store', 'i', 'passed', 'it', 'by', 'because', 'the', 'fabric', 'did', "n't", 'appeal', 'to', 'me', 'but', 'the', 'second', 'time', 'i', 'tried', 'it', 'on', 'and', 'fell', 'in', 'love', 'had', 'to', 'have', 'it', 'in', 'the', 'beautiful', 'blue', 'i', "'m", 'busty', '32h', 'but', 'wear', 'a', 'small', 'and', 'the', 'gathers', 'do', 'wonders', 'to', 'camouflage', 'which', 'was', 'a', 'nice', 'surprise', 'because', 'i', 'usually', 'avoid', 'anything', 'with', 'fullness', 'will', 'look', 'great', 'with', 'white', 'or', 'black', 'jeans', 'but', 'i', 'will', 'also', 'pair', 'with', 'a', 'very', 'subtle', 'pattern', 'legging', 'as', 'the', 'length', 'is', 'perfect', 'i', "'m", 'short', '5', '3', 'neckline', 'is', 'fem', ',5,1,2', 'general', 'tops', 'blouses'] ['4553,1078,34', 'just', 'as', 'pictured', 'love', 'this', 'dress', 'it', "'s", 'exactly', 'as', 'pictured', 'and', 'the', 'fabric', 'design', 'is', 'so', 'pretty', 'will', 'look', 'great', 'with', 'a', 'cardigan', 'for', 'fall', 'but', 'also', 'will', 'look', 'nice', 'for', 'summer', 'with', 'the', 'cutout', 'in', 'the', 'back', 'nice', 'too', 'that', 'it', 'has', 'a', 'detachable', 'slip.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4554,829,45', 'great', 'fall', 'top', 'may', 'need', 'to', 'size', 'down', 'i', 'looked', 'at', 'this', 'on', 'the', 'hanger', 'and', 'almost', 'passed', 'it', 'up', 'i', "'m", 'so', 'glad', 'i', 'did', "n't", 'because', 'it', 'ended', 'up', 'looking', 'so', 'much', 'better', 'on', 'i', 'wear', 'a', 's', 'or', 'xs', 'in', 'retailer', 'tops', 'and', 'went', 'with', 'the', 'xs', 'i', "'m", '5', '6', 'and', 'it', 'still', 'had', 'plenty', 'of', 'room', 'and', 'enough', 'length', 'to', 'cover', 'my', 'backside', 'i', 'usually', 'gravitate', 'to', 'reds', 'but', 'the', 'red', 'in', 'this', 'top', 'while', 'pretty', 'had', 'too', 'much', 'pink', 'in', 'it', 'for', 'me', ',5,1,1', 'general', 'tops', 'blouses'] ['4555,820,32', 'beautiful', 'softness', 'this', 'shirt', 'has', 'an', 'incredible', 'softness', 'to', 'it', 'and', 'the', 'purple', 'print', 'is', 'so', 'lovely', 'i', 'did', 'end', 'up', 'returning', 'it', 'simply', 'because', 'the', 'flowiness', 'was', 'a', 'bit', 'too', 'much', 'for', 'me', 'i', 'had', 'tried', 'the', '2', 'and', '4', 'and', 'went', 'with', 'the', '4', 'due', 'to', 'arm', 'restrictions', 'in', 'the', 'smaller', 'size', 'too', 'bad', 'because', 'it', 'really', 'is', 'a', 'lovely', 'top', 'definitely', 'worth', 'a', 'try', 'in', 'store', ',4,1,14', 'general', 'tops', 'blouses'] ['4556,50,45', 'these', 'are', 'soft', 'and', 'skim', 'the', 'body', 'the', 'way', 'well', 'fitted', 'undergarments', 'should', 'they', 'do', 'not', 'pinch', 'bind', 'or', 'ride', 'up', 'they', 'coordinate', 'perfectly', 'with', 'the', 'matching', 'bra', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['4557,820,59', 'light', 'draping', 'style', 'this', 'blouse', 'drapes', 'and', 'floats', 'lightly', 'like', 'a', 'dream', 'the', 'dark', 'black', 'patterned', 'top', 'is', 'not', 'see-through', 'which', 'means', 'you', 'can', 'easily', 'wear', 'it', 'without', 'having', 'to', 'layer', 'the', 'length', 'covers', 'past', 'your', 'hips', 'and', 'the', 'pattern', 'is', 'flattering'] [] ['the', 'doubled-up', 'buttons', 'makes', 'the', 'blouse', 'unique', 'and', 'it', "'s", 'comfortable', 'enough', 'to', 'wear', 'to', 'work', 'or', 'with', 'jeans', 'from', 'late', 'summer', 'into', 'fall', ',5,1,3', 'general', 'tops', 'blouses'] ['4558,820,49', 'love', 'it', 'this', 'shirt', 'is', 'wonderful', 'i', 'love', 'the', 'styling', 'and', 'the', 'print', 'sure', 'to', 'be', 'a', 'favorite', ',5,1,0', 'general', 'tops', 'blouses'] ['4559,820,40', 'great', 'blouse', 'i', 'got', 'the', 'dark', 'blue', 'print', 'which', 'is', 'a', 'really', 'pretty', 'pattern', 'the', 'fabric', 'has', 'a', 'nice', 'crinkly', 'feel', 'and', 'the', 'cut', 'is', 'very', 'forgiving', 'i', 'thought', 'from', 'the', 'pictures', 'it', 'would', 'be', 'more', 'of', 'a', 'traditional', 'button', 'down', 'with', 'straight', 'lines', 'it', 'actually', 'is', 'a', 'looser', 'fit', 'but', 'without', 'the', 'trapeze', 'shape', 'of', 'some', 'swing', 'tops', 'which', 'i', 'have', 'found', 'to', 'be', 'less', 'flattering', 'for', 'those', 'of', 'us', 'who', 'are', 'curvier', 'on', 'the', 'bottom', 'half', 'it', "'s", 'comfortable', 'and', 'flattering', 'could', 'be', 'tucked', 'in', 'or', 'worn', 'out', 'and', 'likewise', 'dressed', 'up', 'or', 'worn', 'casually', 'wi', ',4,1,0', 'general', 'tops', 'blouses'] ['4560,1078,34', ',,4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4561,820,39', 'really', 'comfy', 'and', 'can', 'be', 'worn', 'almost', 'year', 'round', 'this', 'is', 'a', 'super', 'comfy', 'and', 'adorable', 'shirt', 'got', 'the', 'black', 'motif', 'it', 'could', 'def', 'be', 'passed', 'off', 'as', 'a', 'dark/inkish', 'navy', 'color', 'too', 'so', 'it', "'s", 'very', 'versatile', 'it', 'runs', 'typical/tts', 'for', 'maeve', 'if', 'you', "'re", 'unfamiliar', 'with', 'the', 'brand', 'order', 'up', 'one', 'or', 'two', 'sizes', 'if', 'you', 'have', 'broad', 'shoulders', 'and/or', 'large', 'arms', 'this', 'is', 'super', 'lightweight', 'feels', 'slinky', 'for', 'lack', 'of', 'a', 'better', 'word', 'essentially', 'it', "'s", 'rayon-gauze-', 'but', 'it', 'is', 'double-layered', 'so', 'it', 'is', 'not', 'sheer', 'at', 'all', 'no', 'need', 'for', 'a', 'cami', 'although', 'in', 'the', 'lighter', 'version', 'i', 'c', ',5,1,58', 'general', 'tops', 'blouses'] ['4562,831,26', 'simple', 'yet', 'charming', 'i', 'really', 'wish', 'i', 'could', 'keep', 'this', 'top', 'the', 'material', 'is', 'okay', 'and', 'i', 'have', 'noticed', 'with', 'this', 'brand', 'shirts', 'made', 'from', 'this', 'material', 'do', 'not', 'wash', 'well', 'or', 'look', 'that', 'nice', 'after', 'a', 'wash.', 'if', 'you', 'have', 'the', 'time', 'to', 'dry', 'clean', 'then', 'i', 'would', '100', 'recommend', 'this', 'top', 'another', 'tip', 'if', 'you', 'buy', 'this', 'since', 'i', 'did', "n't", 'read', 'the', 'description', 'the', 'top', 'has', 'buttons', 'all', 'down', 'the', 'front', 'i', 'am', 'not', 'a', 'fan', 'of', 'button', 'tops', 'because', 'i', 'have', 'a', 'larger', 'chest', 'so', 'i', 'would', "n't", 'recommend', 'this', 'top', 'to', 'someone', 'who', 'is', 'busty', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['4563,1187,34', 'cute', 'but', 'not', 'amazing', 'a', 'cute', 'top', 'the', 'peplum', 'seam', 'hits', 'me', 'at', 'the', 'right', 'spot', 'on', 'my', 'waist', 'for', 'my', 'curvy', 'figure', 'this', 'is', "n't", 'always', 'the', 'case', 'i', 'also', 'am', 'drawn', 'to', 'tanks', 'that', 'i', 'can', 'actually', 'wear', 'a', 'bra', 'underneath', 'without', 'showing', 'bra', 'straps'] ['i', 'usually', 'vary', 'between', 'a', 'medium', 'and', 'a', 'large', 'in', 'deletta', 'but', 'definitely', 'needed', 'a', 'large'] ['i', 'ordered', 'the', 'lavender', 'color', 'which', 'is', 'disappointing', 'a', 'dull', 'gray', 'i', "'ve", 'decided', 'to', 'return', 'and', 'order', 'the', 'coral', 'instead', ',3,1,2', 'general', 'tops', 'knits'] ['4564,820,44', 'returned', 'i', 'got', 'the', 'blue', 'it', 'is', 'very', 'short', 'one', 'side', 'of', 'the', 'shirt', 'i', 'received', 'was', 'shorter', 'that', 'the', 'other', 'the', 'material', 'feels', 'cheap', 'and', 'pleats', 'out', 'a', 'bit', 'right', 'over', 'the', 'bust', 'only', 'flattering', 'on', 'small', 'busted', 'models.,1,0,0', 'general', 'tops', 'blouses'] ['4565,820,48', 'super-delicate', 'fabric', 'i', 'wore', 'this', 'for', 'a', 'few', 'hours', 'and', 'while', 'it', 'i', 'got', 'compliments', 'i', 'ended', 'up', 'needing', 'to', 'return', 'it', 'after', 'the', 'seams', 'opened', 'up', 'over', 'the', 'shoulder', 'blades', 'the', 'fabric', 'is', 'so', 'fine', 'that', 'during', 'the', 'normal', 'goings-about', 'of', 'my', 'day', 'it', 'gave', 'way', 'and', 'no', 'i', 'did', "n't", 'buy', 'too', 'small', 'and', 'the', 'fabric', 'did', "n't", 'pull', 'while', 'i', 'was', 'driving', 'or', 'reaching', 'for', 'anything', ',2,0,1', 'general', 'tops', 'blouses'] ['4566,820,39', 'beautiful', 'blouse', 'i', 'bought', 'the', 'black', 'motif', 'the', 'design', 'lends', 'to', 'a', 'nice', 'pop', 'of', 'color', 'the', 'venting', 'detail', 'on', 'the', 'back', 'is', 'beautiful', 'but', 'probably', 'not', 'as', 'obvious', 'on', 'the', 'black', 'maeve', 'is', 'one', 'of', 'my', 'favorite', 'retailer', 'designers', 'i', "'m", 'usually', 'between', 'a', 's/m', 'or', '6/8', 'in', 'blouses', 'i', 'followed', 'advice', 'from', 'other', 'reviewers', 'and', 'got', 'the', '8-', 'for', 'room', 'in', 'the', 'arms', 'the', 'blouse', 'is', 'very', 'billowy-', 'much', 'more', 'than', 'in', 'the', 'photos', 'but', 'i', "'m", 'wearing', 'it', 'with', 'skinny', 'jeans', 'and', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['4567,820,34', 'cute', 'casual', 'shirt', 'i', 'got', 'this', 'shirt', 'as', 'a', 'gift', 'it', "'s", 'cute', 'and', 'very', 'comfortable', 'it', 'is', 'however', 'a', 'little', 'thin', 'so', 'you', 'may', 'need', 'to', 'wear', 'something', 'underneath', ',5,1,0', 'general', 'tops', 'blouses'] ['4568,820,53', 'shrunk', 'after', 'first', 'wash', 'this', 'item', 'states', 'you', 'should', 'wash', 'in', 'cold', 'water', 'and', 'tumble', 'dry', 'low', 'heat', 'it', 'shrunk', 'after', 'first', 'wash', 'in', 'cold', 'water', 'and', 'i', 'didn', '39', 't', 'even', 'use', 'the', 'dryer', 'do', 'not', 'wash.', 'real', 'bummer', ',3,1,0', 'general', 'tops', 'blouses'] ['4569,820,48', 'good', 'shirt', 'i', 'purchased', 'this', 'in', 'blue', 'it', 'has', 'a', 'soft', 'fabric', 'and', 'seems', 'well', 'made', 'i', 'have', 'worn', 'it', 'several', 'times', 'and', 'think', 'it', 'is', 'quite', 'comfortable', 'i', 'bought', 'one', 'size', 'up', 'due', 'to', 'comments', 'on', 'the', 'site', 'but', 'my', 'daughter', 'thinks', 'i', 'should', 'have', 'stuck', 'to', 'the', 'size', 'chart', ',5,1,0', 'general', 'tops', 'blouses'] ['4570,820,45', 'easy', 'breezy', 'top', 'that', 'goes', 'with', 'so', 'many', 'outfits', 'i', 'am', 'petite', '5', '0', '115lb', 'but', 'like', 'the', 'longer', 'look', 'of', 'a', 'top', 'so', 'went', 'with', '4r', 'thought', 'that', 'the', 'arm', 'holes', 'would', 'be', 'too', 'small', 'if', 'went', 'with', '2r', 'there', 'is', 'a', 'lot', 'of', 'excess', 'material', 'around', 'the', 'sides', 'and', 'back', 'i', 'was', 'tempted', 'to', 'return', 'but', 'the', 'armhole', 'issue', 'prevented', 'me', 'and', 'it', 'was', 'so', 'cute', 'i', 'kept', 'it', 'i', 'think', 'it', 'will', 'go', 'through', 'the', 'a', 'few', 'seasons', 'seattle', 'is', 'unpredictable', 'weather-wise', 'and', 'can', 'be', 'easily', 'layered', 'i', 'like', 'the', 'blouse', 'but', 'do', "n't", 'love', ',4,1,0', 'general', 'tops', 'blouses'] ['4571,801,44', 'sleek', 'and', 'unique', 'but', 'not', 'sure', 'i', 'think', 'this', 'jumpsuit', 'is', 'different', 'the', 'xs', 'fit', 'well', 'and', 'the', 'material', 'is', 'a', 'pretty', 'color', 'but', 'very', 'soft', 'the', 'store', 'had', 'it', 'styled', 'with', 'a', 'metallic', 'scarf', 'that', 'really', 'accessorized', 'it', 'well', 'i', 'thought', 'it', 'would', 'be', 'great', 'for', 'my', 'date', 'night', 'but', 'stopped', 'short', 'of', 'buying', 'because', 'i', 'just', 'ca', "n't", 'picture', 'this', 'worn', 'to', 'other', 'outings', 'it', 'is', 'very', 'unique', 'though', 'so', 'i', 'just', 'might', 'be', 'back', 'to', 'purchase.,4,1,0', 'initmates', 'intimate', 'lounge'] ['4572,820,32', 'my', 'new', 'favorite', 'shirt', 'i', 'got', 'the', 'navy', 'blue', 'pattern', 'and', 'i', 'absolutely', 'love', 'it', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'just', 'dressy', 'enough', 'to', 'pull', 'an', 'outfit', 'together', 'i', 'initially', 'sized', 'up', 'to', 'a', '10', 'based', 'on', 'other', 'reviews', 'but', 'exchanged', 'it', 'for', 'an', '8', 'my', 'normal', 'size', 'it', "'s", 'flowy', 'so', 'the', 'bigger', 'size', 'was', 'way', 'too', 'much', 'fabric', 'in', 'the', '8', 'it', "'s", 'just', 'right', 'for', 'the', 'style', ',5,1,0', 'general', 'tops', 'blouses'] ['4573,820,36', 'shrunk', 'i', 'absolutely', 'loved', 'this', 'top', 'it', 'fit', 'great', 'and', 'was', 'easy', 'to', 'dress', 'up', 'or', 'down', 'i', 'wore', 'it', 'once', 'and', 'washed', 'it', 'according', 'to', 'the', 'tag', 'cold', 'water', 'and', 'flat', 'dry', 'it', 'is', 'now', '4', 'sizes', 'too', 'small', 'and', 'unwearable', 'extremely', 'disgusted.,1,0,0', 'general', 'tops', 'blouses'] ['4574,820,58', 'versatile', 'i', 'bought', 'this', 'shirt', 'in', 'a', 'size', '10.', 'i', 'am', 'a', '32', '4d', 'and', 'it', 'fit', 'perfect', 'but', 'wanted', 'it', 'to', 'fit', 'flowy', 'as', 'it', 'does', 'on', 'the', 'model', 'so', 'sizing', 'up', 'to', 'a', '12.', 'very', 'nice', 'quality', 'fabric', 'not', 'sure', 'how', 'it', 'will', 'be', 'after', 'it', "'s", 'washed', 'looks', 'just', 'like', 'the', 'picture', 'i', 'bought', 'the', 'ivory', 'color', ',5,1,0', 'general', 'tops', 'blouses'] ['4575,820,29', 'unique', 'soft', 'and', 'comfy', 'fall', 'top', 'i', 'love', 'maeve', 'designs', 'in', 'general', 'and', 'find', 'that', 'their', 'sizing', 'and', 'quality', 'is', 'consistent', 'this', 'top', 'is', 'so', 'soft', 'and', 'a', 'bit', 'billowy', 'the', 'darker', 'pattern', 'in', 'the', 'black', 'motif', 'combined', 'with', 'the', 'lightweight', 'nature', 'of', 'the', 'material', 'make', 'it', 'perfect', 'for', 'fall', 'i', 'love', 'the', 'little', 'details', 'staggered/', 'paired', 'buttons', 'down', 'the', 'front', 'and', 'interesting', 'seaming', 'that', 'is', "n't", 'as', 'apparent', 'in', 'the', 'photos', 'considering', 'another', 'color', 'as', 'well', ',5,1,1', 'general', 'tops', 'blouses'] ['4576,820,43', 'bainbridge', 'i', 'love', 'this', 'blouse', 'it', 'is', 'soft', 'and', 'has', 'nice', 'drape', 'even', 'though', 'it', 'is', 'very', 'voluminous', 'on', 'the', 'bottom', 'the', 'true-to-size', 'cut', 'of', 'the', 'arms', 'and', 'shoulders', 'as', 'well', 'as', 'the', 'seaming', 'in', 'back', 'keep', 'it', 'crisply', 'tailored', 'and', 'not', 'overwhelming', 'thinking', 'about', 'buying', 'more', 'prints', ',5,1,0', 'general', 'tops', 'blouses'] ['4577,820,35', 'perfect', 'for', 'work', 'swingy', 'and', 'just', 'the', 'right', 'weight', 'for', 'the', 'office', 'the', 'cream', 'is', 'ever', 'so', 'slightly', 'sheer', 'but', 'looks', 'really', 'good', 'with', 'a', 'darker', 'bra', 'even', 'for', 'the', 'office', 'because', 'you', 'ca', "n't", 'really', 'see', 'through', 'it', 'i', "'m", 'wearing', 'this', 'all', 'the', 'time', 'this', 'fall', 'and', 'winter', 'with', 'skirts', 'black', 'pants', 'and', 'skinny', 'jeans', ',5,1,0', 'general', 'tops', 'blouses'] ['4578,1110,39', 'tts', 'to', 'large', 'great', 'spring', 'time', 'dress', 'that', 'looks', 'good', 'with', 'a', 'thin', 'top', 'a', 'cardigan', 'or', 'by', 'itself', 'the', 'fit', 'is', 'a', 'bit', 'loose', 'but', 'not', 'oversized', 'in', 'my', 'usual', 'size', 'so', 'if', 'you', 'want', 'a', 'slimmer', 'silhouette', 'or', 'you', 'are', 'not', 'busty', 'i', 'would', 'size', 'down', 'love', 'the', 'fabric', 'as', 'it', 'has', 'some', 'give', 'despite', 'its', 'thickness', 'i', 'would', 'have', 'paid', 'full', 'price', 'but', 'i', "'m", 'lucky', 'to', 'have', 'purchased', 'on', 'sale', ',5,1,0', 'general', 'dresses', 'dresses'] ['4579,829,58', 'love', 'it', 'i', 'love', 'this', 'top', 'the', 'length', 'is', 'just', 'right', 'and', 'i', 'love', 'the', 'flow', 'of', 'it', ',5,1,3', 'general', 'tops', 'blouses'] ['4580,820,32', 'so', 'much', 'fabric', 'finally', 'a', 'pretty', 'maeve', 'shirt', 'that', 'actually', 'fit', 'my', 'apparently', 'giant', 'hulk', 'arms', 'but', 'it', "'s", 'so', 'flowy/swingy', 'i', 'had', 'to', 'return', 'it', 'this', 'might', 'just', 'be', 'a', 'problem', 'with', 'being', 'a', 'larger', 'lady', 'but', 'the', 'excess', 'fabric', 'made', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'a', 'tent', 'and', 'made', 'me', 'look', '10x', 'bigger', 'than', 'i', 'was', 'around', 'my', 'waist/hips', 'even', 'when', 'balanced', 'out', 'with', 'leggings', 'i', 'thought', 'about', 'trying', 'to', 'size', 'down', 'but', 'was', "n't", 'sure', 'if', 'that', 'would', 'even', 'solve', 'the', 'excess', 'fabric', 'problem', 'and', 'still', 'leave', 'room', 'in', 'the', 'arms', 'of', 'course', 'i', 'ca', "n't", 'try', ',3,1,1', 'general', 'tops', 'blouses'] ['4581,1078,46', 'bretin', 'dress', 'i', 'usually', 'wear', 'a', '2-4', 'in', 'retailer', 'dresses', 'and', 'i', 'was', 'surprised', 'the', 'xs', 'fit', 'better', 'than', 'the', 's.', 'very', 'pretty', 'really', 'perfect', 'color', 'for', 'fall', 'i', 'like', 'that', 'it', "'s", 'not', 'tight', 'or', 'constricting', 'so', 'you', 'can', 'wear', 'it', 'for', 'every', 'day', 'and', 'not', 'feel', 'like', 'it', "'s", 'difficult', 'to', 'move', 'around', 'the', 'longer', 'length', 'is', 'nice', 'too', 'for', 'bonus', 'that', 'it', "'s", 'not', 'dry', 'clean', 'only', 'my', 'only', 'problem', 'with', 'this', 'dress', 'is', 'it', "'s", 'all', 'polyester', 'which', 'is', 'just', 'cheap', 'fabric', 'if', 'it', 'was', "n't", 'for', 'that', 'i', "'d", 'give', 'it', '5', 'stars', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4582,1110,38', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4583,820,44', 'cute', 'and', 'comfortable', 'i', 'love', 'this', 'shirt', 'i', 'bought', 'the', 'ivory', 'color', 'it', "'s", 'incredibly', 'comfortable', 'and', 'an', 'easy', 'style.,5,1,0', 'general', 'tops', 'blouses'] ['4584,820,32', ',,5,1,0', 'general', 'tops', 'blouses'] ['4585,1078,36', 'dress', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'but', 'the', 'length', 'feels', 'a', 'little', 'awkward', 'which', 'might', 'be', 'my', 'height', '5', '4', 'i', "'m", 'thinking', 'about', 'having', 'it', 'altered', 'not', 'sure', 'if', 'i', 'will', 'do', 'that', 'or', 'return', 'it', 'i', 'love', 'the', 'colors', 'and', 'the', 'back', 'cut', 'out', 'it', 'may', 'be', 'a', 'better', 'length', 'for', 'taller', 'individuals', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4586,495,36', 'cute', 'shorts', 'but', 'runs', 'big', 'cute', 'shorts', 'with', 'great', 'fabric', 'and', 'lined', 'so', 'they', 'lay', 'smooth', 'over', 'your', 'body', 'i', 'really', 'love', 'that', 'the', 'material', 'has', 'a', 'dressier', 'feel', 'but', 'they', 'ran', 'a', 'bit', 'large', 'and', 'looked', 'sort', 'of', 'frumpy', 'on', 'me', 'curvy', 'body', '5', '7', '150', 'i', "'m", 'returning', 'them', 'and', 'trying', 'a', 'small', 'elastic', 'waist', 'is', 'great', 'for', 'me', 'after', 'having', 'a', 'baby', 'but', 'would', 'look', 'just', 'fine', 'under', 'a', 'belt', 'or', 'covered', 'by', 'a', 'shirt', ',4,1,8', 'general', 'bottoms', 'shorts'] ['4587,829,50', 'the', 'sales', 'girl', 'added', 'this', 'to', 'my', 'room', 'it', "'s", 'so', 'darling', 'and', 'it', 'came', 'home', 'with', 'me', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4588,820,35', 'lovely', 'and', 'fun', 'to', 'wear', 'i', 'really', 'like', 'how', 'this', 'shirt', 'flows', 'and', 'feels', 'the', 'details', 'are', 'super', 'cute', 'double', 'buttons', 'in', 'front', 'pleats', 'in', 'back', 'great', 'shirt', 'to', 'transition', 'to', 'fall', ',5,1,0', 'general', 'tops', 'blouses'] ['4589,1078,42', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4590,863,62', 'perfect', 'i', 'purchased', 'this', 'striped', 'racer', 'tank', 'to', 'wear', 'during', 'the', 'day', 'on', 'july', '4th', 'it', 'was', 'perfect', 'the', 'back', 'is', 'really', 'special', 'and', 'dresses', 'it', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['4591,1110,52', 'classic', 'and', 'versitle', 'i', 'wanted', 'this', 'so', 'much', 'that', 'i', 'purchased', 'it', 'at', 'full', 'price', 'i', 'purchased', 'the', 'light', 'denim', 'in', 'a', 'petite', 'small'] ['this', 'dress', 'would', 'be', 'flattering', 'on', 'any', 'figure', 'i', 'am', 'an', 'hourglass', 'and', 'it', 'is', 'so', 'flattering', 'on', 'me', 'i', 'am', 'also', 'busty', 'and', 'this', 'dress', 'fits', 'quite', 'nicely', 'as', 'well', 'the', 'material', 'is', 'thicker', 'and', 'somewhat', 'stiff', 'in', 'a', 'positive', 'way', 'it', 'has', 'substance', 'and', 'the', 'detail', 'zipper', 'on', 'the', 'back', 'is', 'different', 'this', 'brand', 'has', 'never', 'let', 'me', 'down', 'the', 'tie', 'does', "n't", 'have', 'to', 'look', 'like', 'the', 'one', 'in', 'the', 'picture', 'i', 'made', 'a', 'lose', 'double', 'kn', ',5,1,0', 'general', 'dresses', 'dresses'] ['4592,1078,64', 'lovely', 'dress', 'this', 'dress', 'has', 'a', 'beautiful', 'pattern', 'and', 'is', 'perfect', 'for', 'work', 'i', 'wore', 'it', 'with', 'tights', 'recently', 'but', 'could', 'see', 'wearing', 'it', 'in', 'the', 'summer', 'too-', 'the', 'print', 'is', 'versatile', 'enough', 'that', 'it', 'translates', 'the', 'top', 'layer', 'is', 'sort', 'of', 'a', 'crepe', 'like', 'fabric', 'and', 'there', 'were', 'a', 'lot', 'of', 'strings', 'that', 'needed', 'to', 'be', 'cut', 'that', 'were', 'hanging', 'off', 'i', 'got', 'many', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'this', 'i', "'m", 'very', 'curvy', 'and', 'i', 'got', 'the', 'medium', 'and', 'it', 'fits', 'great', 'and', 'is', 'very', 'flattering', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4593,872,39', 'always', 'receive', 'a', 'complement', 'when', 'i', 'wear', 'this', 'i', "'ve", 'worn', 'this', 'shirt', 'approx', '3', 'times', 'to', 'work', 'each', 'time', 'someone', 'comments', 'on', 'how', 'much', 'they', 'like', 'it', 'i', "'m", 'attempting', 'to', 'add', 'more', 'color', 'to', 'my', 'workwear', 'this', 'shirt', 'tends', 'to', 'swing', 'so', 'much', 'i', 'feel', 'exposed', 'that', 'is', 'the', 'biggest', 'drawback.,4,1,0', 'general', 'tops', 'knits'] ['4594,1094,45', 'unwearable', 'art', 'the', 'fit', 'once', 'you', 'get', 'it', 'on', 'is', 'as', 'flattering', 'as', 'can', 'be', 'its', 'beautiful', 'quality', 'is', 'undeniable', 'the', 'problem', 'and', 'it', "'s", 'a', 'big', 'one', 'you', 'ca', "n't", 'get', 'it', 'on', 'without', 'destroying', 'your', 'nails', 'the', 'beautiful', 'little', 'buttons', 'running', 'up', 'the', 'bodice', 'are', 'impossible', 'to', 'get', 'done', 'and', 'undone', "'dear", 'designer', 'you', 'forgot', 'the', 'zipper', 'sincerely', 'women', 'everywhere', 'i', 'loved', 'it', 'so', 'much', 'but', 'just', 'could', "n't", 'buy', 'an', 'outfit', 'that', 'was', 'going', 'to', 'take', 'me', '20', 'minutes', 'to', 'put', 'on', 'and', 'since', 'it', 'is', 'a', 'jumper', 'it', 'would', 'be', 'a', 'process', 'throughout', 'wearing', ',3,0,3', 'general', 'dresses', 'dresses'] ['4595,872,48', 'colorful', 'vibrant', 'top', 'i', 'was', 'so', 'happy', 'to', 'find', 'this', 'in', 'extra', 'small', 'it', 'is', 'such', 'a', 'cute', 'loose', 'fitting', 'top', 'very', 'soft', 'and', 'flowy', 'tank', 'the', 'orange', 'color', 'is', 'so', 'pretty', 'i', 'went', 'down', 'a', 'size', 'in', 'this', 'top,4,1,0', 'general', 'tops', 'knits'] ['4596,872,38', 'swingy', 'this', 'is', 'a', 'swingy', 'shape', 'which', 'means', 'a', 'lot', 'of', 'fabric', 'on', 'the', 'bottom', 'half', 'so', 'many', 'retailer', 'tops', 'could', 'be', 'maternity', 'wear', 'for', 'this', 'reason', 'i', "'m", 'ready', 'for', 'the', 'trend', 'to', 'die', 'out', 'that', 'said', 'this', 'print', 'is', 'very', 'pretty', 'and', 'the', 'fabric', 'is', 'great', 'not', 'sheer', 'for', 'a', 'nice', 'change', 'i', "'m", 'returning', 'it', 'because', 'the', 'arm', 'holes', 'are', 'large', 'and', 'my', 'bra', 'shows', 'at', 'the', 'sides', 'this', 'is', 'a', 'pet', 'peeve', 'of', 'mine', 'i', 'do', "n't", 'want', 'to', 'wear', 'a', 'cami', 'under', 'a', 'tank', 'almost', 'a', 'home', 'run', 'i', "'m", 'tempted', 'to', 'try', 'one', 'size', 'down', 'but', 'i', 'would', "n't", 'like', 'it', 'shorter', 'so', 'i', 'p', ',4,1,25', 'general', 'tops', 'knits'] ['4597,1014,56', 'lovely', 'multi-season', 'skirt', 'this', 'skirt', 'arrived', 'today', 'and', 'i', 'love', 'it', 'the', 'fabric', 'is', 'substantial', 'and', 'can', 'be', 'worn', 'in', 'the', 'fall', 'and', 'maybe', 'even', 'on', 'a', 'mild', 'california', 'winter', 'day', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'tights', 'and/or', 'boots', 'the', 'fabric', 'will', 'go', 'with', 'a', 'variety', 'of', 'colored', 'tops', 'and', 'sweaters', 'it', "'s", 'not', 'pull', 'on', 'styling', 'it', 'has', 'a', 'side', 'zipper', 'fits', 'true', 'to', 'size', 'but', 'is', 'longer', 'on', 'me', 'than', 'the', 'model', 'but', 'then', 'i', 'am', 'pretty', 'short', 'got', 'this', 'on', 'sale', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['4598,1094,38', 'fantastic', 'jumpsuit', 'this', 'jumpsuit', 'is', 'a', 'classic', 'i', 'read', 'the', 'reviews', 'where', 'some', 'were', 'complaining', 'about', 'the', 'buttons', 'i', 'did', 'not', 'have', 'these', 'issues', 'maybe', 'because', 'i', 'have', 'short', 'fingernails', 'i', 'like', 'this', 'jumpsuit', 'because', 'the', 'style', 'of', 'it', 'will', 'be', 'around', 'for', 'a', 'long', 'time', 'you', 'can', 'dress', 'the', 'jumpsuit', 'up', 'or', 'down', 'i', 'rarely', 'pay', 'full', 'price', 'but', 'this', 'jumpsuit', 'is', 'so', 'great/fantastic', 'that', 'i', 'did', 'not', 'mind', 'doing', 'so', 'i', 'strongly', 'recommend', 'this', 'jumpsuit', ',5,1,1', 'general', 'dresses', 'dresses'] ['4599,872,40', ',,5,1,0', 'general', 'tops', 'knits'] ['4600,1082,31', 'has', 'no', 'shape', 'this', 'dress', 'is', 'very', 'cute', 'on', 'the', 'model', 'online', 'but', 'in', 'person', 'it', 'is', 'quite', 'large', 'and', 'just', 'hands', 'there', 'and', 'does', "n't", 'do', 'much', 'for', 'the', 'figure', 'cute', 'but', 'not', 'worth', 'the', '148', 'price', 'tag', ',3,0,1', 'general', 'dresses', 'dresses'] ['4601,570,56', 'fun', 'fabric', 'the', 'print', 'is', 'unique', 'and', 'fun', 'however', 'the', 'longer', 'length', 'and', 'heavier', 'weight', 'of', 'the', 'fabric', 'was', 'not', 'the', 'piece', 'i', 'needed', 'in', 'my', 'closet', ',3,1,4', 'general', 'trend', 'trend'] ['4602,1094,32', 'you', 'need', 'this', 'rompers', 'are', 'my', 'fav', 'so', 'i', "'m", 'biased', 'writing', 'this', 'review', 'although', 'they', 'are', 'a', 'little', 'tricky', 'with', 'the', 'fit', 'i', 'definitely', 'can', 'say', 'that', 'this', 'beauty', 'makes', 'my', 'body', 'look', 'amazing', 'the', 'cut', 'of', 'the', 'fabric', 'makes', 'for', 'a', 'great', 'shape', 'yes', 'the', 'first', 'couple', 'of', 'buttons', 'are', 'tough', 'to', 'get', 'on', 'but', 'i', "'m", 'guessing', 'that', 'after', 'a', 'couple', 'of', 'wears', 'it', 'will', 'get', 'easier', 'i', 'got', 'my', 'usual', 'size', '4', 'and', 'it', 'fit', 'like', 'it', 'was', 'made', 'specifically', 'for', 'me', 'i', "'m", 'very', 'happy', 'with', 'this', 'purchase', ',5,1,1', 'general', 'dresses', 'dresses'] ['4603,1059,74', 'great', 'flow', 'of', 'movement', 'these', 'pants', 'have', 'great', 'style', 'and', 'movement.,5,1,1', 'general', 'bottoms', 'pants'] ['4604,840,42', 'odd', 'fit', 'i', 'really', 'wanted', 'to', 'like', 'this', 'but', 'the', 'fit', 'was', 'just', 'off', 'it', 'made', 'me', 'look', 'like', 'i', 'was', 'very', 'pregnant', 'and', 'i', 'usually', 'wear', 'loose', 'and', 'flowy', 'tops', 'too', 'this', 'one', 'was', 'just', 'too', 'much', 'material', 'i', 'am', 'usually', 'an', 'xs', 'and', 'that', 'was', 'the', 'right', 'size', 'for', 'me', 'i', 'thought', 'about', 'taking', 'to', 'a', 'seamstress', 'and', 'having', 'some', 'of', 'the', 'material', 'taken', 'in', 'but', 'decided', 'in', 'the', 'end', 'to', 'return', 'because', 'i', 'just', 'did', "n't", 'love', 'it', 'the', 'pink', 'color', 'and', 'the', 'fabric', 'are', 'nice', 'though', 'there', 'were', 'several', 'hanging', 'threads', 'too', 'which', 'is', 'why', 'i', 'gave', 'quality', 'a', '3', ',2,0,3', 'general', 'tops', 'blouses'] ['4605,1094,39', 'design', 'flaw', 'but', 'awesome', 'as', 'others', 'mentioned', 'you', 'have', 'to', 'unbutton', 'all', 'tiny', 'buttons', 'to', 'put', 'on', 'and', 'off', 'i', 'do', 'hope', 'this', 'gets', 'easier', 'with', 'use', 'but', 'gorgeous', 'and', 'flattering', 'as', 'all', 'get', 'out', 'i', 'love', 'the', 'design', 'in', 'the', 'back', 'and', 'the', 'little', 'annoying', 'buttons', 'are', 'sooo', 'cute', 'the', 'cut', 'is', 'super', 'flattering', 'and', 'classy', 'i', 'can', 'wear', 'this', 'to', 'work', 'or', 'out', 'just', 'do', "n't", 'drink', 'too', 'much', 'water', 'ladies', 'i', 'am', '115', 'lbs', 'and', '30dd', 'chest', 'and', 'the', '0', 'petite', 'was', 'perfect', 'seriously', 'beautiful', 'so', 'torn', 'keeping', 'it', 'for', 'now', ',5,1,2', 'general', 'dresses', 'dresses'] ['4606,782,37', 'cute', 'top', 'this', 'top', 'is', 'cute', 'my', 'kind', 'of', 'style', 'but', 'it', 'is', 'really', 'sheer', 'i', 'would', 'need', 'to', 'wear', 'a', 'white', 'tank', 'top', 'underneath', ',4,1,4', 'initmates', 'intimate', 'lounge'] ['4607,872,61', 'summery', 'this', 'top', 'makes', 'you', 'feel', 'like', 'you', 'should', 'be', 'in', 'the', 'tropics', 'sipping', 'a', 'frosty', 'cocktail', 'fabric', 'is', 'soft', 'not', 'too', 'sheer', 'i', "'m", 'usually', 'an', 'xs', 'and', 'that', "'s", 'what', 'i', 'kept', 'in', 'this', 'top', 'armholes', 'not', 'too', 'low', 'as', 'in', 'some', 'for', 'reference', '5', '4', '123', 'lbs', ',5,1,2', 'general', 'tops', 'knits'] ['4608,1006,57', 'wanted', 'to', 'love', 'this', 'skirt', 'i', 'was', 'so', 'curious', 'to', 'see', 'this', 'skirt', 'it', 'looks', 'just', 'like', 'pic', 'really', 'gorgeous', 'bold', 'pattern', 'and', 'a', 'faux', 'suede', 'like', 'fabric', 'my', 'only', 'problem', 'was', 'that', 'i', 'thought', 'there', 'was', 'too', 'much', 'fabric', 'i', 'love', 'maxi', 'skirts', 'i', 'am', '5', '39', '8', 'quot', 'and', '136', 'lbs', 'it', 'was', 'a', 'bit', 'long', 'on', 'me', 'but', 'just', 'had', 'too', 'much', 'fabric', 'i', 'have', 'slim', 'hips', 'but', 'this', 'made', 'them', 'look', 'larger', 'skirt', 'is', 'almost', 'ballroom', 'gown', 'like', 'in', 'its', 'fullness', 'loved', 'it', 'and', 'someone', 'else', 'might', 'love', 'it', 'but', 'for', 'me', 'it', 'was', 'too', 'much', 'wish', 'it', 'worked', ',2,0,0', 'general', 'bottoms', 'skirts'] ['4609,1094,39', 'takes', '20', 'minutes', 'to', 'put', 'on', 'this', 'romper', 'fit', 'like', 'a', 'dream', 'it', 'is', 'gorgeous', 'unique', 'and', 'sexy', 'i', 'am', 'rating', 'this', '2', 'stars', 'because', 'it', 'took', 'me', '20', 'minutes', 'to', 'try', 'it', 'on', 'there', 'is', 'no', 'zipper', 'and', 'the', 'only', 'way', 'to', 'get', 'it', 'on', 'and', 'off', 'is', 'by', 'buttoning', 'and', 'unbuttoning', 'the', 'small', 'buttons', 'on', 'the', 'top', 'nobody', "'s", 'got', 'time', 'for', 'that', 'i', 'wanted', 'so', 'desperately', 'to', 'wear', 'it', 'to', 'my', 'friend', "'s", '40th', 'birthday', 'party', 'but', 'i', 'imagined', 'myself', 'spending', 'half', 'the', 'night', 'in', 'the', 'restroom', 'trying', 'to', 'get', 'this', 'romper', 'on', 'and', 'off', 'no', 'thank', 'you', 'i', 'considered', 'buying', 'the', 'romp', ',2,0,2', 'general', 'dresses', 'dresses'] ['4610,872,34', 'love', 'it', 'this', 'is', 'a', 'gorgeous', 'top', 'it', 'is', 'a', 'very', 'soft', 'fabric', 'that', 'drapes', 'beautifully', 'i', 'purchased', 'the', 'red', 'print', 'i', 'tried', 'both', 'on', 'in', 'the', 'store', 'the', 'red', 'really', 'pops', 'i', "'ve", 'only'] ['owed', 'this', 'top', 'for', 'a', 'week', 'and', 'i', "'ve", 'received', 'many', 'compliments', 'on', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['4611,1014,55', 'nice', 'fall', 'florida', 'skirt', 'i', 'am', 'usually', 'between', 'a', '8', 'and', 'a', '10', 'and', 'was', 'an', '8', 'in', 'this', 'skirt', 'it', 'is', 'very', 'nice', 'because', 'it', 'has', 'so', 'many', 'soft', 'colors', 'in', 'it', 'and', 'will', 'go', 'with', 'anything', 'i', 'live', 'in', 'florida', 'so', 'for', 'me', 'this', 'is', 'a', 'fall', 'skirt', 'i', 'like', 'the', 'look', 'of', 'a', 'wrap', 'and', 'it', 'is', 'not', 'a', 'wrap', 'it', 'fits', 'great', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['4612,54,27', ',,5,1,0', 'general', 'bottoms', 'casual', 'bottoms'] ['4613,872,48', 'super', 'cute', 'just', 'picked', 'this', 'up', 'in', 'my', 'retailer', 'store', 'and', 'i', 'love', 'it', 'i', 'bought', 'the', 'orange', 'print', 'and', 'the', 'colors', 'are', 'vibrant', 'and', 'perfect', 'for', 'summer', 'i', 'am', '5', '5', 'and', '140', 'lbs', 'i', 'took', 'a', 'small', 'which', 'is', 'my', 'usual', 'size', 'at', 'retailer', 'could', 'be', 'worn', 'unbuttoned', 'as', 'a', 'sleeveless', 'cardi', 'over', 'a', 'tank', 'i', 'will', 'wear', 'a', 'cami', 'underneath', 'as', 'it', 'is', 'sheer', 'but', 'that', 'does', "n't", 'bother', 'me', 'another', 'shopper', 'was', 'trying', 'this', 'on', 'in', 'the', 'fitting', 'room', 'and', 'it', 'looked', 'great', 'on', 'both', 'of', 'us', 'i', 'will', 'wear', 'this', 'all', 'summer', 'long', 'looks', 'great', 'with', 'denim', 'happy', 'find', ',5,1,9', 'general', 'tops', 'knits'] ['4614,1082,41', 'great', 'summer', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'very', 'light', 'and', 'airy', 'while', 'not', 'being', 'revealing', 'the', 'color', 'being', 'nude', 'as', 'indicated', 'is', 'a', 'nice', 'change', 'from', 'plain', 'white', 'or', 'off', 'white', 'and', 'the', 'embroidery', 'is', 'just', 'beautiful', 'and', 'makes', 'this', 'dress', 'quite', 'unique', 'i', 'love', 'the', 'fact', 'that', 'it', 'is', 'a', 'tunic', 'dress', 'which', 'lends', 'to', 'less', 'of', 'a', 'structured', 'look', 'and', 'more', 'of', 'an', 'easy', 'casual', 'style', 'i', 'recently', 'wore', 'this', 'dress', 'to', 'an', 'out', 'door', 'bbq', 'and', 'was', 'both', 'cool', 'and', 'comfortable', 'all', 'day', 'i', 'also', 'received', 'many', 'compliments', 'from', 'friends', 'and', ',5,1,0', 'general', 'dresses', 'dresses'] ['4615,963,33', 'good', 'idea', 'looks', 'so', 'cheap', 'love', 'the', 'idea', 'of', 'this', 'top', 'but', 'it', 'is', 'so', 'thin', 'and', 'the', 'sequins', 'look', 'so', 'cheap', 'the', 'quality', 'reminds', 'me', 'of', 'something', 'you', 'would', 'buy', 'for', '20', 'at', 'a', 'market', 'abroad', 'definitely', 'disappointed', 'with', 'the', 'quality', 'for', 'the', 'price', 'will', 'be', 'retuning', ',2,0,1', 'general', 'jackets', 'jackets'] ['4616,872,23', 'lovely', 'top', 'this', 'top', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'got', 'it', 'in', 'the', 'blue', 'motif', 'it', 'is', 'so', 'cute', 'and', 'that', 'wearable', 'washable', 'fabric', 'i', 'am', 'a', 'medical', 'student', 'so', 'it', 'is', 'important', 'for', 'me', 'to', 'be', 'able', 'to', 'wash', 'my', 'clothing', 'and', 'not', 'wear', 'things', 'too', 'low-cut', 'i.e', 'professionalism', 'this', 'top', 'fits', 'the', 'bill', 'while', 'still', 'being', 'fabulous', 'of', 'course', 'it', 'is', 'loose-fitting', 'on', 'the', 'bottom', 'as', 'the', 'image', 'indicates', 'it', 'is', 'a', 'swing', 'top', 'i', 'recommend', 'with', 'skinny', 'pants', ',5,1,0', 'general', 'tops', 'knits'] ['4617,872,32', 'adorable', 'must', 'have', 'i', 'just', 'received', 'this', 'and', 'wore', 'it', 'immediately', 'it', 'is', 'cute', 'even', 'under', 'a', 'cardigan', 'because', 'the', 'pattern', "'peeks", 'out', 'giving', 'some', 'depth', 'to', 'an', 'otherwise', 'plain', 'white', 'shirt', 'the', 'material', 'is', 'soft', 'and', 'sort', 'of', 'on', 'the', 'thin', 'side', 'but', 'not', 'see-through', 'it', 'is', 'a', 'fine', 'knit', 'and', 'has', 'a', 'satin-like', 'thread', 'to', 'it', 'which', 'makes', 'it', 'soft', 'and', 'cool', 'perfect', 'for', 'a', 'summer', 'day', 'it', 'is', 'not', 'as', 'slim', 'on', 'me', 'as', 'the', 'model', 'but', 'i', 'am', 'very', 'petite', '51', '100', 'lb', 'and', 'i', 'think', 'this', 'would', 'run', 'closer', 'to', 'tts', ',5,1,27', 'general', 'tops', 'knits'] ['4618,1094,67', 'major', 'design', 'error', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'jumpsuit', 'as', 'it', 'looks', 'so', 'elegant', 'and', 'i', 'love', 'the', 'lattice', 'back', 'as', 'soon', 'as', 'it', 'arrived', 'i', 'set', 'about', 'unbuttoning', 'it', 'to', 'try', 'it', 'on', '10', 'minutes', 'and', '2', 'broken', 'fingernails', 'later', 'i', 'got', 'done', 'when', 'i', 'tried', 'it', 'on', 'i', 'found', 'that', 'it', 'fit', 'everywhere', 'except', 'the', 'bust', 'which', 'was', 'much', 'too', 'tight', 'and', 'i', 'am', 'not', 'a', 'busty', 'person', 'so', 'back', 'it', 'goes', 'even', 'if', 'it', 'had', 'fit', 'i', 'do', 'not', 'think', 'i', 'could', 'have', 'handled', 'the', 'hassle', 'of', 'those', 'buttons', 'why', 'they', 'did', "n't", 'design', 'it', 'with', 'a', 'hidden', 'zipper', 'on', 'the', 'side', 'and', 'kept', ',2,0,1', 'general', 'dresses', 'dresses'] ['4619,872,53', 'perfect', 'for', 'summer', 'i', 'ordered', 'this', 'in', 'the', 'blue', 'motif', 'and', 'the', 'print', 'is', 'really', 'fun', 'the', 'orange', 'is', 'even', 'brighter', 'in', 'person', 'at', '5', '8', '130', 'lbs', 'the', 'small', 'has', 'more', 'than', 'enough', 'room', 'and', 'is', 'a', 'bit', 'longer', 'than', 'some', 'of', 'the', 'other', 'offerings', 'lately', ',4,1,0', 'general', 'tops', 'knits'] ['4620,840,60', 'so', 'cute', 'for', 'summer', 'although', 'this', 'is', 'an', 'online', 'only', 'i', 'was', 'lucky', 'enough', 'to', 'stumble', 'along', 'a', 'return', 'in', 'the', 'store', 'this', 'is', 'the', 'same', 'quality', 'and', 'soft', 'fabric', 'that', 'i', 'expect', 'from', 'tyhlo', 'it', 'does', "n't", 'show', 'as', 'much', 'in', 'the', 'model', 'photos', 'but', 'this', 'top', 'has', 'a', 'subtle', 'high-low', 'effect', 'which', 'adds', 'a', 'bit', 'of', 'elegance', 'to', 'the', 'top'] [] ['i', 'took', 'my', 'usual', 'size', 'xs', 'in', 'the', 'tyhlo', 'brand', 'however', 'note', 'that', 'i', 'am', 'small', 'busted', '~34b/c', 'and', 'this', 'was', 'already', 'starting', 'to', 'pull', 'some', 'across', 'the', 'chest', 'my', 'biggest', 'critique', 'it', 'that', 'this', 'pulling', 'caused', 'a', 'small', 'ga', ',5,1,16', 'general', 'tops', 'blouses'] ['4621,782,60', 'shoulders', 'are', 'off', 'bad', 'pleat', 'placement', 'overall', 'the', 'top', 'is', 'cute', 'what', 'does', "n't", 'show', 'in', 'the', 'photo', 'are', 'the', 'pleats', 'on', 'the', 'shoulder/neck', 'area', 'the', 'placement', 'of', 'the', 'pleats', 'makes', 'you', 'look', 'like', 'you', 'have', 'a', 'football', 'player', 'neck', 'the', 'neck', 'area', 'does', "n't", 'lay', 'flat', 'but', 'comes', 'off', 'as', 'puffy', 'at', 'your', 'neck', 'i', "'ve", 'never', 'seen', 'pleats', 'placed', 'in', 'such', 'a', 'spot', 'ruined', 'an', 'otherwise', 'cute', 'top,3,0,2', 'initmates', 'intimate', 'lounge'] ['4622,872,56', 'cute', 'unique', 'tank', 'i', 'love', 'the', 'bright', 'floral', 'print', 'flanking', 'the', 'solid', 'white', 'middle', 'in', 'this', 'top', 'with', 'its', 'swing', 'style', 'and', 'large', 'arm', 'holes', 'i', 'think', 'i', 'could', 'have', 'sized', 'down', 'and', 'been', 'ok', 'but', 'i', 'usually', 'wear', 'a', 'cami', 'with', 'my', 'tanks', 'so', 'the', 'arm', 'holes', 'are', 'not', 'an', 'issue', 'also', 'it', 'has', 'a', 'touch', 'of', 'spandex', 'in', 'it', 'which', 'make', 'it', 'extra', 'comfy', 'overall', 'a', 'darling', 'top', ',5,1,2', 'general', 'tops', 'knits'] ['4623,1082,44', 'not', 'for', 'me', 'i', 'ordered', 'this', 'and', 'did', "n't", 'even', 'try', 'it', 'on', 'when', 'it', 'came', 'the', 'color', 'was', 'not', 'as', 'i', 'expected', 'it', 'had', 'pinkish', 'undertones', 'and', 'it', 'just', 'was', "n't", 'what', 'i', 'was', 'looking', 'for', 'as', 'far', 'as', 'color', 'also', 'the', 'fabric', 'is', 'very', 'thin', 'not', 'like', 'the', 'other', 'two', 'tunic', 'dresses', 'i', 'have', 'ordered', 'recently', 'from', 'retailer', 'toscana', 'tunic', 'sandscape', 'swing', 'dress', 'it', 'was', 'also', 'easy', 'to', 'see', 'that', 'this', 'runs', 'large', 'oh', 'well', 'thought', 'i', 'might', 'have', 'one', 'more', 'fresh', 'summer', 'tunic', 'dress', 'to', 'throw', 'on', 'in', 'a', 'flash', 'but', 'i', "'m", 'happy', 'with', 'the', 'other', 'two', 'i', 'was', 'finally', 'a', ',3,1,2', 'general', 'dresses', 'dresses'] ['4624,872,67', 'wearable', 'art', 'i', 'bought', 'this', 'recently', 'after', 'trying', 'on', 'both', 'the', 'small', 'and', 'xs', 'for', 'reference', 'i', "'m", 'small-framed', '5', '3', '120', 'pounds', 'size', '4', 'in', 'most', 'clothes', 'but', 'ca', "n't", 'wear', 'petite', 'sizes', 'usually', 'a', 'small', 'or', 'medium', 'in', 'retailer', 'tops', 'i', 'liked', 'the', 'fit', 'and', 'length', 'of', 'the', 'small', 'but', 'the', 'armholes', 'were', 'so', 'big', 'you', 'could', 'see', 'the', 'whole', 'side', 'of', 'my', 'bra', 'no', 'one', 'wants', 'to', 'see', 'anyone', "'s", 'bra', 'not', 'even', 'their', 'bra', 'straps', 'i', "'d", 'worn', 'a', 'white', 'cami', 'in', 'under', 'my', 'tee', 'that', 'day', 'so', 'i', 'put', 'it', 'on', 'and', 'it', 'improved', 'the', 'side', 'view', 'but', 'i', 'did', "n't", 'like', 'the', 'white', ',4,1,3', 'general', 'tops', 'knits'] ['4625,1094,36', 'jumpsuit', 'revelations', 'if', 'you', 'have', "n't", 'yet', 'joined', 'the', 'jumpsuit', 'bandwagon', 'now', 'is', 'the', 'time', 'this', 'jumpsuit', 'is', 'absolutely', 'stunning', 'classy', 'elegant', 'and', 'a', 'stand', 'out', 'piece', 'i', 'purchased', 'at', 'full', 'price', 'i', 'have', 'a', 'hard', 'time', 'with', 'jumpsuits', 'as', 'i', 'am', 'quite', 'tall', 'and', 'they', 'usually', 'look', 'like', 'an', 'adult', 'onsie', 'on', 'me', 'this', 'jumpsuit', 'made', 'me', 'feel', 'beautiful', 'put', 'together', 'and', 'graceful', 'i', 'can', 'not', 'recommend', 'it', 'enough', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', 'a', '4', 'and', 'purchased', 'the', '4.', 'not', 'too', 'short', 'in', 'the', 'crotch', 'and', 'i', 'am', 'almost', "5'10", 'form', 'fitting', 'but', 'still', 'a', 'bit', 'f', ',5,1,17', 'general', 'dresses', 'dresses'] ['4626,872,40', 'runs', 'quite', 'large', 'but', 'beautiful', 'this', 'is', 'quite', 'large', 'for', 'akemi', 'kin', 'i', 'typically', 'wear', 'a', 'medium', 'but', 'will', 'be', 'returning', 'for', 'a', 'smaller', 'size.print', 'and', 'flow', 'of', 'top', 'are', 'stunning.,3,1,1', 'general', 'tops', 'knits'] ['4627,829,39', 'another', 'see', 'through', 'ivory', 'blouse', 'i', 'purchased', 'the', 'blouse', 'in', 'both', 'the', 'ivory', 'and', 'black', 'the', 'black', 'i', 'decided', 'to', 'keep', 'because', 'it', 'will', 'go', 'with', 'anything', 'i', 'was', 'hoping', 'the', 'ivory', 'blouse', 'would', 'work', 'but', 'it', "'s", 'thin', 'and', 'see', 'through', 'if', 'someone', 'could', 'please', 'tell', 'me', 'where', 'i', 'could', 'find', 'a', 'casual', 'white', 'or', 'ivory', 'blouse', 'that', 'is', 'not', 'entirely', 'see', 'through', 'i', 'would', 'greatly', 'appreciate', 'it', ',3,0,14', 'general', 'tops', 'blouses'] ['4628,872,43', 'lovely', 'summer', 'top', 'i', 'purchased', 'the', 'orange', 'version', 'definitely', 'orange', 'not', 'red', 'before', 'heading', 'out', 'on', 'vacation', 'and', 'it', 'was', 'perfect', 'for', 'hot', 'summer', 'weather', 'the', 'swingy', 'shape', 'keeps', 'you', 'cool', 'and', 'the', 'print', 'is', 'much', 'better', 'in', 'person', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'hangs', 'well', 'look', 'forward', 'to', 'wearing', 'to', 'work', 'also', 'with', 'a', 'cardigan', 'i', 'own', 'a', 'few', 'akemi', 'akin', 'tops', 'and', 'always', 'get', 'a', 's.', 'this', 'one', 'seemed', 'a', 'bit', 'large', 'even', 'in', 's', 'but', 'i', 'liked', 'the', 'length', 'so', 'kept', 'the', 's.,5,1,0', 'general', 'tops', 'knits'] ['4629,872,42', 'a', 'bit', 'big', 'and', 'sloppy', 'this', 'looks', 'cute', 'on', 'the', 'model', 'but', 'was', 'way', 'too', 'big', 'loose', 'and', 'sloppy', 'for', 'me', 'i', 'probably', 'needed', 'a', 'petite', 'size', 'i', 'ordered', 'a', 'regular', 'xs', 'but', 'returned', 'it', 'it', 'is', 'an', 'okay', 'black', 'top', 'nothing', 'great', ',2,0,2', 'general', 'tops', 'knits'] ['4630,1094,56', 'poor', 'desgn', 'this', 'jumpsuit', 'is', 'so', 'cute', 'and', 'it', 'looked', 'amazing', 'on', 'i', 'had', 'to', 'return', 'it', 'because', 'of', 'the', 'poor', 'design', 'it', 'was', 'extremely', 'hard', 'to', 'put', 'on', 'and', 'take', 'off', 'there', 'are', 'so', 'many', 'buttons', 'to', 'do', 'and', 'undo', 'which', 'are', 'not', 'as', 'easy', 'as', 'snaps', 'the', 'fabric', 'buttons', 'definitely', 'make', 'a', 'great', 'look', 'to', 'the', 'jumpsuit', 'but', 'there', 'should', 'be', 'a', 'zipper', 'on', 'the', 'side', 'for', 'easy', 'access', 'or', 'use', 'snaps', 'instead', 'of', 'the', 'loops', 'for', 'the', 'fabric', 'buttons', 'what', 'a', 'shame', 'of', 'a', 'lovely', 'and', 'classy', 'design', 'on', 'a', 'good', 'quality', 'material', 'but', 'not', 'worth', 'it', 'if', 'it', "'s", 'difficu', ',1,0,0', 'general', 'dresses', 'dresses'] ['4631,872,26', 'versatile', 'tank', 'this', 'tank', 'is', 'super', 'amazing', 'very', 'versatile', 'wore', 'to', 'work', 'with', 'dress', 'pants', 'and', 'flats', 'and', 'wore', 'out', 'to', 'dinner', 'with', 'jeans', 'and', 'heels', 'a', 'bit', 'out', 'of', 'my', 'comfort', 'zone', 'since', 'it', 'is', 'a', 'swing', 'tank', 'but', 'love', 'the', 'color', 'and', 'cut', 'perfect', 'for', 'professional', 'life', 'and', 'going', 'out', 'on', 'the', 'town', 'i', 'did', 'choose', 'a', 'petite', 'in', 'this', 'due', 'to', 'the', 'long', 'armholes', 'even', 'though', 'i', 'have', 'a', 'long', 'torso', 'for', 'my', 'body', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['4632,1059,44', 'great', 'spring/summer', 'pants', 'these', 'pants', 'are', 'so', 'comfortable', 'it', "'s", 'ridiculous', 'they', 'are', 'lightweight', 'and', 'perfect', 'for', 'spring/summer', 'at', 'the', 'office', 'or', 'an', 'evening', 'out', 'i', 'am', '5', '9', 'and', 'the', 'pants', 'fit', 'as', 'pictured', 'i', 'paired', 'with', 'a', 'sweater', 'and', 'kitten', 'heels', 'they', 'do', 'run', 'a', 'little', 'large', 'so', 'consider', 'going', 'down', 'a', 'size', ',5,1,2', 'general', 'bottoms', 'pants'] ['4633,963,31', 'fav', 'kimono', 'ever', 'this', 'kimono', 'is', 'beautiful', 'pictures', 'definitely', 'do', 'not', 'do', 'it', 'justice', 'i', 'love', 'the', 'details', 'of', 'the', 'beading', 'and', 'sequins', 'throughout', 'the', 'only', 'downfall', 'is', 'that', 'they', 'can', 'snag', 'and', 'get', 'fall', 'off', 'quite', 'easily', 'delicate', 'but', 'still', 'my', 'fav', 'kimono', 'ever.,5,1,1', 'general', 'jackets', 'jackets'] ['4634,872,51', 'versatile', 'top', 'i', 'have', 'about', '3', 'or', '4', 'akemi', 'kin', 'tops', 'i', 'usually', 'take', 'a', 'small', 'i', 'think', 'this', 'one', 'runs', 'a', 'bit', 'bigger', 'the', 'armholes', 'are', 'too', 'deep', 'and', 'there', 'is', 'just', 'too', 'much', 'fabric', 'for', 'me', '5', '6', '125lbs', 'i', 'am', 'going', 'to', 'try', 'to', 'size', 'down', 'because', 'i', 'really', 'like', 'everything', 'else', 'about', 'the', 'top', 'orange', 'is', 'not', 'my', 'color', 'but', 'this', 'has', 'enough', 'white', 'to', 'compensate', 'the', 'pattern', 'button', 'detail', 'and', 'fabric', 'are', 'all', 'very', 'nice', ',4,1,2', 'general', 'tops', 'knits'] ['4635,872,39', 'ridiculously', 'big', 'unflattering', 'over', 'bust', 'i', 'was', 'excited', 'to', 'get', 'this', 'shirt', 'in', 'the', 'mail', 'i', 'liked', 'the', 'pattern', 'a', 'lot', 'but', 'was', 'so', 'disappointed', 'when', 'i', 'tried', 'it', 'on', 'i', 'am', '5', '4', '130', 'lbs', 'and', 'wear', 'a', 'c', 'cup', 'so', 'i', 'tried', 'ordering', 'a', 'small', 'as', 'a', 'starting', 'point', 'there', 'was', 'enough', 'fabric', 'on', 'the', 'sides', 'to', 'make', 'another', 'shirt', 'despite', 'the', 'excess', 'fabric', 'the', 'shirt', 'pulled', 'open', 'in', 'the', 'chest', 'area', 'making', 'it', 'a', 'complete', 'fail', 'i', "'m", 'sure', 'the', 'model', 'in', 'the', 'photo', 'must', 'have', 'the', 'shirt', 'clipped', 'in', 'the', 'back', 'to', 'pull', 'in', 'the', 'excess', 'fabric', 'especially', 'since', 'she', "'s", 'small', 'on', 'top', 'ther', ',1,0,1', 'general', 'tops', 'knits'] ['4636,963,68', 'very', 'beautiful', 'very', 'versatile', 'and', 'very', 'flattering', 'i', 'can', 'not', 'keep', 'my', 'hands', 'off', 'this', 'gorgeous', 'kimono', 'i', 'want', 'to', 'wear', 'it', 'every', 'day', 'it', 'goes', 'with', 'so', 'much', 'of', 'my', 'wardrobe', 'it', "'s", 'thin', 'and', 'cool', 'both', 'meanings', 'of', 'cool', 'apply', 'i', 'like', 'to', 'keep', 'my', 'arms', 'covered', 'i', 'think', 'my', 'upper', 'arms', 'are', 'too', 'fat', 'and', 'this', 'kimono', 'does', 'just', 'that', 'while', 'keeping', 'me', 'cool', 'as', 'a', 'cucumber', 'i', 'wear', 'a', 'sleeveless', 'white', 'or', 'gray', 'cami', 'under', 'it', 'and', 'it', 'is', 'soooo', 'comfortable', 'i', 'could', 'sleep', 'in', 'it', 'it', 'would', 'also', 'look', 'great', 'with', 'lime', 'green', 'cami', 'and', 'white', 'pants', 'so', 'far', 'i', 'wear', 'it', 'with', 'blue', 'jeans', 'an', ',5,1,0', 'general', 'jackets', 'jackets'] ['4637,872,33', 'great', 'comfortable', 'shirt', 'i', 'really', 'love', 'this', 'shirt', 'i', 'ordered', 'the', 'orange', 'and', 'am', 'considering', 'getting', 'the', 'other', 'color', 'too', 'it', "'s", 'very', 'comfortable', 'and', 'cute', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'when', 'i', 'wore', 'it', 'this', 'shirt', 'definitely', 'runs', 'large', 'and', 'i', 'had', 'to', 'exchange', 'the', 'medium', 'for', 'a', 'small', 'the', 'looser', 'cut', 'makes', 'it', 'very', 'easy', 'for', 'this', 'to', 'look', 'like', 'a', 'maternity', 'shirt', 'so', 'i', "'d", 'advise', 'everyone', 'to', 'size', 'down', ',4,1,0', 'general', 'tops', 'knits'] ['4638,872,60', 'comfortable', 'nicer', 't-shirt', 'this', 'is', 'a', 'soft', 'comfortable', 'and', 'flattering', 'alternative', 'to', 'a', 'regular', 't-shirt', 'not', 'dressy', 'but', 'a', 'little', 'more', 'put', 'together', 'looking', 'it', 'also', 'does', "n't", 'wrinkle', 'so', 'it', "'s", 'my', 'go-to', 'travel', 'shirt', 'for', 'warmer', 'months', ',5,1,1', 'general', 'tops', 'knits'] ['4639,782,23', 'beautiful', 'top', 'shorter', 'than', 'expected', 'i', 'love', 'this', 'top', 'i', "'ve", 'already', 'worn', 'it', '3', 'times', 'since', 'getting', 'it', 'about', '2', 'weeks', 'ago', 'it', 'is', 'beautiful', 'and', 'has', 'a', 'lovely', 'subtle', 'pattern', 'to', 'the', 'fabric', 'that', 'i', 'did', "n't", 'initially', 'see', 'in', 'the', 'photo', 'but', 'then', 'did', 'and', 'still', 'wanted', 'it', 'it', 'has', 'a', 'nice', 'drape', 'and', 'is', 'comfortable', 'and', 'flattering', 'my', 'only', 'critique', 'is', 'that', 'it', 'comes', 'up', 'a', 'little', 'shorter', 'on', 'my', 'torso', 'than', 'i', 'expected', 'i', 'am', 'a', 'medium/size', '8', 'with', '34d', 'bust', 'and', 'the', 'top', 'comes', 'to', 'maybe', '2', 'inches', 'below', 'my', 'belly', 'button', 'i', 'think', 'it', "'s", 'still', 'flattering', 'and', 'comfortable', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['4640,872,44', 'good', 'for', 'skinny', 'minis', 'i', 'just', 'sent', 'this', 'back', 'it', 'is', 'very', 'cute', 'the', 'fabric', 'is', 'great', 'so', 'soft', 'comfy', 'but', 'it', 'does', "n't", 'work', 'with', 'my', 'shape', 'it', 'is', 'extremely', 'swingy', 'in', 'shape', 'and', 'the', 'buttons', 'up', 'the', 'front', 'only', 'work', 'if', 'you', 'do', "n't", 'have', 'a', 'large', 'chest', 'on', 'me', 'it', 'looks', 'like', 'maternity', 'and', 'it', 'gaps', 'when', 'i', 'button', 'it', 'am', 'a', '34dd', 'it', "'s", 'not', 'the', 'fault', 'of', 'the', 'top', 'but', 'a', 'bigger', 'size', 'would', 'have', 'swallowed', 'me', 'i', 'think', 'if', 'you', 'are', 'thin', 'and', 'also', 'not', 'top-heavy', 'like', 'the', 'model', 'this', 'will', 'be', 'adorable', 'on', 'you', 'i', 'am', 'just', 'too', 'busty', ',3,1,1', 'general', 'tops', 'knits'] ['4641,1094,56', ',i', 'agree', 'with', 'all', 'of', 'the', 'reviews', 'the', 'design', 'and', 'fit', 'are', 'wonderful', 'if', 'you', 'can', 'get', 'it', 'on.', 'the', 'buttons', 'are', 'a', 'nightmare', 'whoever', 'made', 'these', 'clesrly', 'sewed', 'the', 'loopholes', 'on', 'the', 'buttons', 'closed', 'with', 'no', 'thought', 'as', 'how', 'to', 'open', 'them', 'or', 'get', 'them', 'off', 'ridiculous', 'they', 'need', 'to', 'put', 'a', 'side', 'zipper', 'on', 'this', 'as', 'i', 'will', 'probably', 'check', 'into', 'since', 'i', 'really', 'want', 'to', 'keep', 'it', 'so', 'so', 'so', 'disappointing,2,0,1', 'general', 'dresses', 'dresses'] ['4642,840,48', 'thin', 'shapeless', 'i', 'was', 'expecting', 'a', 'lot', 'more', 'but', 'this', 'was', 'disappointing', 'the', 'material', 'is', 'thin', 'and', 'the', 'quality', 'is', "n't", 'great', 'it', 'also', 'hung', 'loose', 'just', 'too', 'loose', 'as', 'it', 'runs', 'very', 'very', 'large', 'i', 'returned', 'it', ',2,0,0', 'general', 'tops', 'blouses'] ['4643,963,48', 'light', 'weight', 'but', 'super', 'comfortable', 'i', 'bought', 'this', 'to', 'wear', 'in', 'the', 'warm', 'climates', 'when', 'you', 'go', 'indoors', 'it', 'is', 'always', 'freezing', 'i', 'also', 'travel', 'a', 'lot', 'and', 'wanted', 'something', 'light', 'weight', 'to', 'wear', 'on', 'the', 'plane', 'and', 'airport', 'wore', 'it', 'the', 'first', 'day', 'all', 'day', 'with', 'jeans', 'and', 'top', 'lots', 'of', 'compliments', 'i', 'was', 'worried', 'that', 'driving', 'in', 'the', 'car', 'it', 'would', 'get', 'torn', 'or', 'snagged', 'did', "n't", 'loved', 'it', 'so', 'much', 'going', 'to', 'by', 'another', 'one', 'similar', 'and', 'have', 'on', 'again', ',5,1,6', 'general', 'jackets', 'jackets'] ['4644,829,24', 'great', 'top', 'i', 'really', 'love', 'this', 'top', 'it', 'looks', 'great', 'under', 'a', 'black', 'tahari', 'suit', 'that', 'i', 'wear', 'to', 'work', 'the', 'neckline', 'looks', 'really', 'nice', 'the', 'only', 'negatives', 'are', 'that', 'it', "'s", 'a', 'bit', 'sheer', 'so', 'i', 'have', 'to', 'wear', 'a', 'tank', 'under', 'it', 'and', 'it', "'s", 'a', 'little', 'wide', 'it', 'looks', 'fine', 'tucked', 'in', 'or', 'hanging', 'out', 'with', 'jeans', 'for', 'a', 'more', 'casual', 'look', 'i', "'d", 'recommend', 'this', 'top', 'especially', 'if', 'you', 'can', 'get', 'it', 'on', 'sale', 'pretty', 'true', 'to', 'size', 'i', "'m", '5', '4', '120', 'pounds', 'and', 'a', '32', 'c', 'and', 'the', 'size', '4', 'top', 'fit', 'me', 'nicely', ',4,1,1', 'general', 'tops', 'blouses'] ['4645,1059,48', 'love', 'these', 'fit', 'great', 'hang', 'nice', 'extra', 'loop', 'to', 'hold', 'belt', 'perfect', 'design.,5,1,1', 'general', 'bottoms', 'pants'] ['4646,1094,48', 'stylish', 'jumpsuit', 'really', 'liked', 'the', 'styling', 'on', 'this', 'jumpsuit', 'it', 'looks', 'great', 'on', 'the', 'lattice', 'back', 'is', 'unusual', 'i', 'had', 'been', 'looking', 'for', 'a', 'little', 'black', 'jumpsuit', 'for', 'the', 'longest', 'time', 'and', 'this', 'fits', 'the', 'bill', 'just', 'wish', 'the', 'fabric', 'was', "n't", 'polyester', 'on', 'the', 'down', 'side', 'the', 'top', 'buttons', 'are', 'really', 'hard', 'to', 'put', 'on', 'and', 'take', 'off', 'if', 'you', 'take', 'care', 'of', 'your', 'nails', 'it', 'could', 'do', 'a', 'number', 'on', 'them', 'the', 'bottom', 'buttons', 'are', 'easier', 'can', 'only', 'imagine', 'a', 'struggle', 'when', 'trying', 'to', 'take', 'this', 'off', 'in', 'an', 'emergency', 'bathroom', 'break', ',4,1,15', 'general', 'dresses', 'dresses'] ['4647,1082,57', 'love', 'this', 'dress', 'the', 'embroidery', 'is', 'stunning', 'and', 'adds', 'to', 'each', 'detail', 'of', 'the', 'dress', 'i', 'love', 'the', 'pink', 'undertone', 'it', 'is', 'subtle', 'it', 'makes', 'it', 'more', 'unique', 'this', 'is', 'why', 'i', 'love', 'online', 'exclusives', 'they', 'have', 'that', 'one', 'of', 'a', 'kind', 'look', 'to', 'them', 'the', 'quality', 'is', 'great', 'and', 'the', 'style', 'is', 'that', 'there', 'really', 'is', 'no', 'shape', 'to', 'it', 'it', 'has', 'a', 'nice', 'everyday', 'feel', 'but', 'along', 'with', 'its', 'elegance', 'can', 'easily', 'be', 'dressed', 'up', 'as', 'well', 'priced', 'a', 'little', 'high', 'is', 'my', 'only', 'complaint', ',4,1,1', 'general', 'dresses', 'dresses'] ['4648,829,34', 'the', 'reviews', 'tell', 'the', 'truth', 'all', 'the', 'reviews', 'have', 'said', 'the', 'truth', 'this', 'shirt', 'is', 'absolutely', 'adorable', 'in', 'terms', 'of', 'the', 'top', 'but', 'you', 'will', 'definitely', 'need', 'this', 'tailored', 'at', 'the', 'waist', 'give', 'it', 'a', 'little', 'more', 'taper', 'at', 'the', 'seams', 'to', 'suit', 'a', 'woman', "'s", 'curves', 'it', 'seems', 'almost', 'funny', 'they', 'did', "n't", 'do', 'it', 'to', 'start', 'with', 'given', 'the', 'really', 'feminine', 'details', 'on', 'this', 'shirt', 'with', 'the', 'lace', 'and', 'the', 'sleeves', ',4,1,1', 'general', 'tops', 'blouses'] ['4649,873,66', 'lovely', 'knit', 'texture', 'terrific', 'styling', 'a', 'winner', 'absolutely', 'adorable', 'i', 'must', 'object', 'to', 'previous', 'reviewers', 'who', 'have', 'stated', 'that', 'the', 'top', 'fits', 'nothing', 'like', 'that', 'of', 'the', 'model', 'in', 'the', 'photo', 'i', 'have', 'found', 'that', 'it', 'fits', 'exactly', 'like', 'that', 'look', 'i', 'usually', 'wear', 'xl', 'but', 'bought', 'this', 'one', 'in', 'large', 'as', 'the', 'price', 'was', 'too', 'good', 'to', 'pass', 'up', 'this', 'top', 'affords', 'the', 'slightly', 'slouchy', 'look', 'on', 'top', 'thanks', 'to', 'the', 'dolman', 'sleeves', 'but', 'with', 'a', 'bit', 'more', 'fit', 'or', 'i', 'should', 'say', 'with', 'a', 'bit', 'better', 'fit', 'through', 'the', 'midriff', 'than', 'that', 'of', 'the', 'model', 'one', 'reviewer', 'stated', 'this', 'top', 'make', ',5,1,0', 'general', 'tops', 'knits'] ['4650,871,39', ',the', 'shirt', 'is', 'beautiful', 'but', 'slightly', 'long', 'it', 'is', 'see', 'thru', 'and', 'you', 'do', 'need', 'to', 'wear', 'a', 'cami', 'underneath.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['4651,871,57', 'pretty', 'colors', 'the', 'colors', 'on', 'this', 'top', 'are', 'very', 'bright', 'cheery', 'i', 'love', 'wearing', 'this', 'top', 'i', 'get', 'a', 'lot', 'of', 'complements', 'on', 'the', 'combination', 'of', 'the', 'pastel', 'colors', 'it', 'reminds', 'me', 'of', 'a', 'warm', 'summer', 'day', 'i', 'wear', 'a', 'pink', 'tank', 'under', 'neath', 'and', 'it', 'really', 'brings', 'out', 'the', 'pink', 'colors', 'of', 'the', 'top.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['4652,871,62', 'great', 'versatile', 'tank', 'i', 'love', 'this', 'tank', 'top', 'it', 'is', 'perfect', 'for', 'work', 'and', 'dressing', 'up', 'a', 'more', 'casual', 'outfit', 'the', 'fact', 'that', 'it', 'has', 'small', 'cutouts', 'is', 'cute', 'and', 'does', "n't", 'make', 'it', 'so', 'you', 'absolutely', 'have', 'to', 'wear', 'a', 'tank', 'under', 'it', 'in', 'more', 'casual', 'situations', 'i', 'love', 'the', 'colors', 'and', 'the', 'boxy', 'fit', 'great', 'purchase', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['4653,878,34', 'the', 'blue', 'has', 'three', 'colors', 'of', 'stripes', 'blue', 'white', 'and', 'black', '9between', 'white', 'and', 'blue', 'the', 'black', 'stripe', 'made', 'it', 'too', 'busy', 'for', 'me', 'the', 'material', 'is', 'soft', 'and', 'clingy', 'i', 'followed', 'the', 'advice', 'of', 'previous', 'reviewer', 'and', 'sized', 'up', 'to', 'a', 'm', 'normally', 'wear', 's', 'the', 'shirt', 'fit', 'as', 'pictured', 'on', 'the', 'model', 'not', 'tight', 'but', 'form', 'fitting', ',3,1,3', 'general', 'tops', 'knits'] ['4654,1048,79', 'sexy', 'and', 'flows', 'i', 'love', 'this', 'jumpsuit', 'i', "'m", 'usually', 'a', 'size', 'small', 'however', 'i', 'was', 'a', 'lot', 'more', 'comfortable', 'in', 'an', 'xs', 'the', 'fit', 'was', 'comfortable', 'and', 'sexy', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'and', 'a', 'couple', 'of', 'i', 'need', 'to', 'borrow', 'that', 'from', 'you', 'i', "'m", 'only', '5', 'tall', 'so', 'it', 'went', 'down', 'all', 'the', 'way', 'to', 'my', 'ankles', 'but', 'i', 'paired', 'it', 'with', '4', 'open', 'toed', 'heels', 'and', 'it', 'worked', 'the', 'neck', 'line', 'is', 'pretty', 'high', 'but', 'you', 'can', 'adjust', 'it', 'to', 'your', 'comfort', 'i', 'highly', 'recommend', 'this', 'jumpsuit', 'even', 'to', 'the', 'petite', 'ladies', ',5,1,8', 'general', 'petite', 'bottoms', 'pants'] ['4655,1095,48', 'fit', 'was', 'off', 'i', 'was', 'really', 'excited', 'to', 'get', 'this', 'dress', 'i', 'initially', 'ordered', 'a', 'small', 'i', 'am', 'a', 'size', '4', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'really', 'tight', 'the', 'bodice', 'at', 'the', 'top', 'fit', 'strangely-i', 'had', 'to', 'shorten', 'the', 'straps', 'quite', 'a', 'bit', 'and', 'the', 'dress', 'just', 'looked', 'off', 'i', 'love', 'retailer', 'and', 'get', 'all', 'of', 'my', 'dresses', 'from', 'there', 'and', 'the', 'look', 'of', 'the', 'dress', 'on', 'line', 'was', 'beautiful', 'but', 'just', 'did', "n't", 'fit', 'right', 'i', 'did', 'love', 'the', 'lace', 'look', 'and', 'would', 'love', 'seeing', 'more', 'dresses', 'with', 'this', 'design', ',1,0,5', 'general', 'petite', 'dresses', 'dresses'] ['4656,1081,62', 'leaves', 'much', 'to', 'be', 'desired', 'i', 'bought', 'this', 'on', 'sale', 'thinking', 'it', 'was', 'a', 'great', 'deal', 'but', 'when', 'it', 'came', 'in', 'i', 'found', 'it', 'to', 'fit', 'like', 'a', 'totally', 'unflattering', 'sack', 'the', 'pattern', 'did', "n't", 'help', 'anything', 'looking', 'totally', 'faded', 'and', 'washed', 'out', 'the', 'fabric', 'and', 'overall', 'quality', 'is', 'nice', 'but', 'the', 'fit', 'and', 'pattern', 'are', 'just', 'so', 'ugly', 'unfortunately', 'had', 'to', 'return', 'it', ',3,0,2', 'general', 'dresses', 'dresses'] ['4657,871,34', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['4658,1048,41', 'unfortunate', 'this', 'jumpsuit', 'looked', 'so', 'great', 'on', 'the', 'model', 'and', 'looked', 'so', 'hideous', 'on', 'me', 'i', "'m", '5', '4', 'and', 'in', 'great', 'shape', 'and', 'this', 'jumpsuit', 'looked', 'absolutely', 'ridiculous', 'not', 'to', 'mention', 'it', 'rode', 'right', 'up', 'my', 'backside', 'in', 'the', 'worst', 'possible', 'way', 'i', "'m", 'so', 'disappointed', ',1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['4659,1027,41', 'j', 'brand', 'cropped', 'rail', 'jeans', 'i', 'love', 'j', 'brand', 'however', 'the', 'fit', 'of', 'these', 'jeans', 'was', 'all', 'wrong', 'for', 'me', 'they', 'were', 'perfect', 'from', 'the', 'knee', 'up', 'however', 'they', 'stuck', 'out', 'too', 'much', 'at', 'the', 'bottom', 'a', 'slight', 'taper', 'from', 'the', 'knee', 'down', 'would', 'have', 'made', 'them', 'perfect', 'i', 'had', 'to', 'return', 'them', ',3,0,2', 'general', 'bottoms', 'jeans'] ['4660,871,33', 'beautiful', 'lace', 'tank', 'this', 'is', 'a', 'beautiful', 'shirt', 'like', 'many', 'other', 'reviewers', 'stated', 'this', 'shirt', 'does', 'not', 'have', 'a', 'lining', 'but', 'any', 'white', 'camisole', 'works', 'just', 'fine', 'love', 'it', 'i', "'ve", 'already', 'gotten', 'tons', 'of', 'compliments', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4661,1072,40', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4662,1048,42', 'oh', 'la', 'la', 'i', 'have', 'a', 'love', 'and', 'hate', 'with', 'fit', 'and', 'fashion', 'i', 'love', 'super', 'beautiful', 'clothes', 'that', 'are', 'comfortable', 'to', 'wear', 'normally', 'i', 'am', 'the', 'one', 'everyone', 'keeps', 'asking', 'where', 'did', 'you', 'buy', 'that', 'and', 'i', 'inwardly', 'roll', 'my', 'eyes', 'because', 'my', 'rule', 'of', 'thumb', 'is', 'dress', 'with', 'the', 'most', 'comfortable', 'thing', 'i', 'can', 'now', 'i', "'m", 'also', 'a', 'full', 'figured', 'mama', 'these', 'outfit', 'made', 'me', 'look', 'chic', 'parisian', 'and', 'made', 'my', 'derriere', 'look', 'like', 'it', 'was', 'very', 'attractive', 'i', 'have', 'a', 'long', 'torso', 'and', 'a', 'long', 'neck', 'and', 'long', 'legs', 'and', 'it', 'hid', 'my', 'flaws', 'so', 'if', 'you', 'want', 'to', 'look', 'lik,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['4663,1078,48', 'surprise', 'this', 'dress', 'did', 'not', 'show', 'well', 'on', 'the', 'hanger', 'but', 'thankfully', 'it', 'intrigued', 'me', 'i', 'love', 'it', 'it', "'s", 'very', 'flattering', 'and', 'easily', 'dressed', 'up', 'for', 'work', 'with', 'a', 'heel', 'or', 'dressed', 'down', 'for', 'the', 'weekend', 'great', 'buy', ',5,1,2', 'general', 'dresses', 'dresses'] ['4664,1048,47', 'a', 'very', 'nice', 'surprise', 'i', 'think', 'i', "'ve", 'made', 'a', 'hobby', 'out', 'of', 'trying', 'on', 'jumpsuits', 'rompers', 'this', 'season', 'i', 'now', 'own', 'three', 'including', 'this', 'one', 'in', 'my', 'usual', 'size', 'small', '32d-31-38', 'i', 'passed', 'right', 'by', 'this', 'on-line', 'but', 'it', 'drew', 'my', 'attention', 'in', 'the', 'store', 'i', 'did', "n't", 'realize', 'it', 'was', 'chocolate', 'brown', 'and', 'ivory', 'i', "'m", 'a', 'sucker', 'for', 'brown', 'i', 'tried', 'it', 'on', 'on', 'a', 'whim', 'and', 'it', 'looked', 'great', 'i', 'am', 'tall', 'almost', '5', '9', 'and', 'it', 'looked', 'great', 'i', 'will', 'say', 'it', 'shows', 'off', 'my', 'bottom', 'for', 'better', 'or', 'worse', 'more', 'than', 'other', 'jumpsuits', 'it', 'does', "n't", 'give', 'me', 'a', 'wedgie', 'but', 'a', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['4665,871,49', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['4666,1048,27', 'flattering', 'chic', 'comfortable', 'first', 'of', 'all', 'this', 'is', 'so', 'much', 'prettier', 'in', 'person', 'if', 'i', 'were', 'looking', 'online', 'i', 'would', 'have', 'scrolled', 'right', 'by', 'this', 'beauty', 'i', 'am', 'usually', 'a', 'medium', 'or', 'small', 'in', 'retailer', 'tops', 'and', 'dresses', 'in', 'jeans', 'i', 'am', 'a', 'size', '8', 'or', '10', 'but', 'i', 'always', 'have', 'to', 'get', 'the', 'waist', 'taken', 'in', 'little', 'waist', 'big', 'thigh', 'problem', 'this', 'piece', 'was', 'tricky', 'for', 'me', 'but', 'i', 'ended', 'up', 'with', 'a', 'medium', 'because', 'the', 'legs', 'are', 'so', 'roomy', 'also', 'there', 'are', 'little', 'ties', 'on', 'the', 'sides', 'to', 'pull', 'in', 'the', 'waist', 'more', 'if', 'necessary', 'the', 'scarf', 'can', 'also', 'be', 'tied', 'behind', 'the', 'neck', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4667,871,43', 'gorgeous', 'this', 'top', 'is', 'even', 'more', 'beautiful', 'and', 'vibrant', 'in', 'person', 'but', 'you', 'definitely', 'need', 'a', 'racerback', 'cami', 'underneath', 'it', 'as', 'the', 'laser', 'cuts', 'are', 'big', 'the', 'first', 'time', 'i', 'wore', 'it', 'today', 'i', 'got', 'a', 'number', 'of', 'compliments', 'a', 'definite', 'keeper', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['4668,829,58', 'adorable', 'cute', 'top', 'fits', 'short', 'but', 'roomy', 'will', 'get', 'a', 'lot', 'of', 'use', 'in', 'my', 'wardrobe.,5,1,1', 'general', 'tops', 'blouses'] ['4669,871,38', 'beautiful', 'tank', 'the', 'colors', 'on', 'the', 'tank', 'were', 'beautiful', 'i', 'did', "n't", 'keep', 'it', 'because', 'i', 'have', 'a', 'few', 'similar', 'tops', 'but', 'i', 'liked', 'it', 'fits', 'true', 'to', 'size', 'with', 'an', 'a', 'line', 'shape', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4670,878,31', 'super', 'soft', 'this', 'shirt', 'is', 'super', 'soft', 'and', 'comfortable', 'luckily', 'it', "'s", 'a', 'good', 'length', 'and', 'not', 'at', 'all', 'short', ',5,1,0', 'general', 'tops', 'knits'] ['4671,1048,49', 'love', 'i', 'am', 'so', 'happy', 'i', 'decided', 'to', 'try', 'this', 'on', 'in', 'store', 'it', 'is', 'absolutely', 'stunning', 'unfortunately', 'they', 'only', 'had', 'a', 'm', 'and', 'it', 'was', 'a', 'little', 'too', 'flowy', 'so', 'have', 'the', 's', 'ordered', 'and', 'anxious', 'to', 'try', 'it', 'on', 'the', 'top', 'is', 'really', 'where', 'i', 'am', 'concerned', 'it', 'is', 'too', 'large', 'i', 'am', '5', '3', '36dd', 'and', '130', 'athletic', 'build', 'since', 'you', 'really', 'can', 'not', 'wear', 'a', 'bra', 'with', 'it', 'which', 'is', 'okay', 'btw', 'the', 'armholes', 'were', 'a', 'little', 'too', 'open', 'and', 'afraid', 'things', 'may', 'show', 'the', 'bottom', 'fit', 'okay', 'a', 'little', 'on', 'the', 'large', 'side', 'but', 'this', 'should', 'fit', 'loose', 'and', 'flowy', 'c', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4672,878,28', 'cream', 'black', 'stripe', 'i', 'ordered', 'bought', 'a', 'medium', 'for', 'a', 'comfortable', 'fit', 'the', 'material', 'is', 'stretchy', 'so', 'size', 'down', 'for', 'a', 'body', 'hugging', 'fit', ',4,1,3', 'general', 'tops', 'knits'] ['4673,1048,41', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', "'ve", 'been', 'wanting', 'to', 'buy', 'a', 'romper', 'that', 'was', 'easy', 'to', 'wear', 'and', 'take', 'off', 'and', 'i', 'like', 'this', 'one', 'for', 'many', 'reasons', 'the', 'elastic', 'waist', 'holds', 'the', 'romper', 'in', 'place', 'when', 'you', 'take', 'the', 'top', 'off', 'the', 'top', 'comes', 'off', 'easily', 'bc', 'it', "'s", 'a', 'halter', 'and', 'the', 'design', 'is', 'very', 'chic', 'and', 'sophisticated', 'the', 'only', 'down', 'side', 'is', 'the', 'tie', 'is', 'really', 'heavy', 'if', 'you', 'tie', 'it', 'in', 'the', 'back', 'it', "'s", 'better', 'to', 'tie', 'it', 'in', 'the', 'front', 'like', 'the', 'model', 'in', 'this', 'picture', 'it', 'is', 'a', 'bit', 'long', 'comes', 'down', 'to', 'my', 'ankles', 'but', 'looks', 'good', 'with', 'heels', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['4674,871,63', 'airy', 'and', 'feminine', 'love', 'the', 'colors', 'and', 'design', 'of', 'this', 'lace-printed', 'top', 'but', 'did', "n't", 'realize', 'it', "'s", 'not', 'lined', 'the', 'description', 'says', 'its', 'polyester', 'lace', 'with', 'polyester', 'lining', 'so', 'i', 'assumed', 'it', 'was', 'lined', 'and', 'when', 'you', 'look', 'at', 'the', 'photos', 'there', 'is', 'a', 'lining', 'under', 'the', 'top', 'the', 'arm', 'holes', 'are', 'slightly', 'cut-in', 'both', 'front', 'and', 'back', 'so', 'it', 'will', 'be', 'rather', 'difficult', 'to', 'find', 'a', 'camisole', 'with', 'thin', 'straps', 'with', 'a', 'similar', 'cut', 'so', 'they', 'do', "n't", 'show', 'other', 'than', 'that', 'it', "'s", 'a', 'beautiful', 'unique', 'summer', 'top', ',4,1,18', 'general', 'petite', 'tops', 'knits'] ['4675,878,26', 'the', 'everygirl', 'basic', 'i', "'ve", 'been', 'on', 'the', 'lookout', 'for', 'a', 'great', 'quality', 'basic', 'black', 'and', 'white', 'stripe', 'shirt', 'it', "'s", 'easy', 'to', 'find', 'the', 'super', 'cheap', 'ones', 'that', 'last', 'you', 'maybe', 'four', 'wears', 'this', 'one', 'is', 'great', 'quality', 'extremely', 'soft', 'and', 'comfortable', 'i', "'m", 'usually', 'a', 'small', 'in', 'tops', 'but', 'got', 'this', 'in', 'a', 'medium', 'so', 'that', 'it', 'would', 'fit', 'like', 'the', 'model', 'slightly', 'loose', 'i', 'did', "n't", 'want', 'it', 'body', 'hugging', 'so', 'if', 'you', "'re", 'looking', 'for', 'that', 'fit', 'go', 'up', 'a', 'size', 'it', 'does', "n't", 'stretch', 'out', 'much', ',5,1,14', 'general', 'tops', 'knits'] ['4676,871,36', 'pretty', 'colors', 'great', 'quality', 'and', 'beautiful', 'color', 'i', 'wear', 'size', '6', 'and', 'ordered', 's.', 'got', 'lots', 'of', 'compliments', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['4677,871,35', 'prettier', 'in', 'person', 'fyi-the', 'model', 'is', 'wearing', 'the', 'top', 'with', 'a', 'cami', 'tank', 'under', 'on', 'it', "'s", 'own', 'it', "'s", 'lace', 'and', 'has', 'holes', 'throughout', 'i', 'prefer', 'it', 'that', 'way', 'so', 'you', 'can', 'layer', 'to', 'make', 'it', 'more', 'conservative', 'but', 'also', 'wear', 'with', 'a', 'nude', 'bra', 'for', 'an', 'edgier', 'look', 'material', 'washed', 'well', 'and', 'has', 'a', 'pretty', 'raw', 'lace', 'edge', 'seam', 'on', 'the', 'bottom', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['4678,871,20', 'this', 'top', 'is', 'so', 'beautiful', 'whenever', 'i', 'wear', 'it', 'i', 'get', 'lots', 'of', 'compliments', 'i', 'have', 'washed', 'it', 'a', 'few', 'times', 'on', 'delicate', 'and', 'it', 'still', 'looks', 'great', 'i', 'do', 'have', 'to', 'wear', 'a', 'cami', 'under', 'it', 'but', 'the', 'way', 'the', 'straps', 'of', 'the', 'top', 'are', 'made', 'you', 'can', 'not', 'see', 'see', 'my', 'bra', 'or', 'cami', 'strap', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4679,871,41', 'nice', 'quality', 'definitely', 'need', 'to', 'wear', 'a', 'tank', 'top', 'or', 'camisole', 'cause', 'this', 'does', "n't", 'come', 'with', 'it', 'color', 'is', 'great', 'not', 'too', 'bright', 'true', 'to', 'size', 'if', 'you', 'want', 'short', 'length', 'zed', 'a', 'petite', 'size', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['4680,878,32', 'man', 'i', 'love', 'this', 'shirt', 'i', 'could', "n't", 'decide', 'whether', 'to', 'get', 'it', 'in', 'the', 'black', 'and', 'white', 'stripe', 'or', 'the', 'blue', 'so', 'i', 'bought', 'both', 'these', 't-shirts', 'are', 'incredible', 'soft', 'comfortable', 'fit', 'well', 'i', "'m", '5', '2', 'usually', 'a', 'size', '2', 'in', 'retailer', 'clothing', 'xs', 'fit', 'true', 'to', 'size', 'for', 'this', 'shirt', 'the', 'blue', 'is', 'vibrant', 'and', 'as', 'another', 'reviewer', 'noted', 'there', "'s", 'a', 'tiny', 'black', 'stripe', 'in', 'between', 'the', 'blue', 'and', 'white', 'the', 'black', 'and', 'white', 'is', 'actually', 'more', 'of', 'a', 'cream/offwhite', 'but', 'still', 'pleasing', 'and', 'versatile', 'sleeves', 'roll', 'up', 'easily', 'which', 'is', 'a', 'preference', 'of', 'mine', 'they', ',5,1,3', 'general', 'tops', 'knits'] ['4681,871,33', 'great', 'pops', 'of', 'color', 'for', 'the', 'end', 'of', 'summer', 'the', 'colors', 'of', 'this', 'top', 'are', 'my', 'favorite', 'part', 'i', 'want', 'to', 'hold', 'onto', 'summer', 'for', 'as', 'long', 'as', 'possible', 'and', 'this', 'time', 'lets', 'me', 'do', 'that', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['4682,1072,39', 'fuzzy', 'pink', 'perfection', 'loving', 'the', 'ombrã©', 'color', 'combination', 'the', 'smooth', 'lining', 'the', 'fuzzy', 'felty', 'warmth', 'and', 'the', 'slimming', 'effect', 'when', 'viewed', 'from', 'the', 'front', 'if', 'you', 'are', 'busty', 'or', 'hourglass', 'stay', 'tts', 'or', 'size', 'up', 'if', 'you', 'are', 'straight', 'and/or', 'small', 'busted', 'size', 'down', 'if', 'you', 'have', 'a', 'round', 'bottom', 'but', 'slender', 'on', 'top', 'i', "'m", 'not', 'sure', 'this', 'dress', 'will', 'fit', 'the', 'way', 'you', 'want', 'do', 'try', 'it', 'on', 'in', 'person', ',5,1,0', 'general', 'dresses', 'dresses'] ['4683,1048,45', 'another', 'confusing', 'review', 'i', "'m", 'another', 'borderline', 'petite', 'at', '5', '4', 'and', 'i', 'loved', 'this', 'the', 'pants', 'are', 'like', 'palazzos', 'on', 'me', 'and', 'i', 'think', 'with', 'a', 'heel', 'it', 'will', 'look', 'great', 'i', 'plan', 'on', 'wearing', 'my', 'hair', 'up', 'and', 'tying', 'the', 'tie', 'in', 'the', 'back', 'in', 'a', 'big', 'bow', 'in', 'fact', 'i', 'do', "n't", 'see', 'the', 'button', 'back', 'spoken', 'of', 'in', 'the', 'description', 'so', 'i', 'think', 'one', 'would', 'have', 'to', 'do', 'so', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['4684,1078,51', 'nice', 'dress', 'not', 'beautiful', 'well-made', 'comfortable', 'this', 'was', 'a', 'perfectly', 'nice', 'dress', 'but', 'embroidery', 'was', 'less', 'elegant', 'than', 'i', 'had', 'expected', 'be', 'sure', 'to', 'look', 'closely', 'at', 'the', 'neckline', 'where', 'the', 'material', 'is', 'thick', 'and', 'somewhat', 'informal', 'it', "'s", 'pretty', 'but', 'does', "n't", 'work', 'for', 'me', 'otherwise', 'it', 'is', 'a', 'well', 'made', 'comfortable', 'easy-to-wear', 'summer', 'dress', 'i', 'sent', 'it', 'back', 'but', 'thought', 'about', 'it', 'for', 'a', 'while', 'first', ',4,1,2', 'general', 'dresses', 'dresses'] ['4685,871,65', 'no', 'lining', 'in', 'this', 'this', 'top', 'is', 'really', 'pretty', 'it', "'s", 'a', 'very', 'strong', 'embroidered', 'lace', 'all', 'over', 'front', 'and', 'back', 'with', 'small', 'holes', 'but', 'the', 'description', 'states', 'there', 'is', 'a', 'polyester', 'lining', 'and', 'this', 'is', 'unlined', 'so', 'there', 'are', 'holes', 'but', 'i', 'do', 'not', 'think', 'this', 'is', 'immodest', 'and', 'needs', 'a', 'cami', 'just', 'wear', 'a', 'nude', 'bra', 'under', 'it', 'the', 'holes', 'are', 'not', 'revealing', 'at', 'all'] [] ['the', 'sizing', 'is', 'tts', 'and', 'is', 'as', 'shown', 'in', 'the', 'photo', 'i', 'bought', 'an', 'xl', 'because', 'if', 'a', 'top', 'is', "n't", 'stretchy', 'i', 'need', 'to', 'wear', 'a', '16', 'or', '18.', 'this', 'fits', 'me', 'only', 'it', "'s", 'not', 'as', 'loose', 'in', 'the', 'bac', ',4,1,18', 'general', 'petite', 'tops', 'knits'] ['4686,836,40', 'beautiful', 'top', 'with', 'odd', 'fit', 'this', 'top', 'is', 'beautiful', 'to', 'look', 'at', 'but', 'did', 'not', 'fit', 'me', 'like', 'the', 'model', 'it', 'was', 'tight', 'across', 'the', 'bust', 'but', 'very', 'poofy', 'at', 'the', 'bottom', 'which', 'normally', 'i', 'like', 'but', 'not', 'this', 'time', 'sad', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['4687,836,54', 'i', 'am', 'on', 'the', 'fence', 'on', 'this', 'one', 'it', "'s", 'quite', 'beautiful', 'as', 'color', 'goes', 'the', 'pic', 'online', 'seems', 'rather', 'faded', 'i', 'just', 'felt', 'it', 'was', 'a', 'bit', 'wider', 'on', 'the', 'bottom', 'than', 'might', 'be', 'flattering', 'otherwise', 'beautifully', 'made', 'and', 'the', 'fabric', 'is', 'of', 'great', 'quality'] ['i', 'just', 'i', 'wish', 'some', 'of', 'these', 'tops', 'were', 'in', 'better', 'proportion', 'from', 'top', 'to', 'bottom', 'and', 'less', 'bulky'] ['other', 'than', 'that', 'i', 'still', 'may', 'purchase', 'as', 'the', 'print', 'is', 'beautiful', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4688,1078,53', 'my', 'new', 'favorite', 'this', 'is', 'one', 'of', 'those', 'stunning', 'retailer', 'pieces', 'that', 'keep', 'us', 'coming', 'back', 'for', 'more', 'it', 'reminds', 'me', 'of', 'the', 'lithe', 'dresses', 'from', 'the', 'earlier', 'retailer', 'days', 'it', 'fits', 'tts', 'well', 'made', 'with', 'side', 'zipper', 'that', 'zips', 'both', 'the', 'inner', 'sheath', 'and', 'outer', 'tulle', 'overlay', 'as', 'opposed', 'to', 'those', 'obnoxious', 'linings', 'that', 'you', 'wrestle', 'with', 'the', 'inner', 'sheath', 'has', 'a', 'fabulous', 'lattice', 'work', 'pattern', 'while', 'the', 'overlay', 'has', 'beading', 'and', 'embroidered', 'detail', 'sure', 'to', 'sell', 'out.,5,1,0', 'general', 'dresses', 'dresses'] ['4689,1027,33', 'not', 'good', 'for', 'big', 'hips', 'the', 'quality', 'of', 'the', 'fabric', 'these', 'are', 'made', 'from', 'is', 'wonderful-', 'they', 'are', 'soft', 'yet', 'structured', 'and', 'i', 'was', 'so', 'bummed', 'they', 'did', "n't", 'fit', 'me', 'i', 'usually', 'wear', 'a', 'size', '28', 'in', 'premium', 'denim', 'so', 'i', 'ordered', 'a', '28', 'and', 'i', 'could', 'barely', 'pull', 'these', 'up', 'over', 'my', 'hips', 'once', 'i', 'pulled', 'them', 'on', 'i', 'was', 'about', '1-2', 'inches', 'from', 'being', 'able', 'to', 'zip', 'them', 'closed', 'the', 'pants', 'fit', 'in', 'the', 'legs', 'but', 'they', 'were', 'very', 'close-fitting', 'which', 'is', 'not', 'the', 'look', 'i', "'m", 'going', 'for', 'i', 'am', '5', '5', 'and', 'was', 'worried', 'they', 'would', 'look', 'too', 'long', 'since', 'usually', 'pants', 'are', 'for', 'me', 'but', ',4,1,4', 'general', 'bottoms', 'jeans'] ['4690,836,33', 'fit', 'issues', 'for', 'a', 'curvy', 'gal', 'first', 'off', 'the', 'other', 'reviews', 'are', 'spot', 'on', 'regarding', 'the', 'quality', 'of', 'this', 'top', 'the', 'material', 'is', 'thick', 'and', 'pleasant', 'feeling', 'the', 'print', 'is', 'beautiful', 'and', 'the', 'construction', 'is', 'nicely', 'done', 'however', 'i', 'just', 'could', "n't", 'get', 'past', 'the', 'fit', 'issue', 'which', 'was', 'also', 'mentioned', 'by', 'the', 'other', 'reviewers', 'i', 'ordered', 'a', '14', 'for', 'my', '38', 'dd', 'chest', 'and', 'it', 'was', 'loose', 'in', 'all', 'the', 'wrong', 'places', 'i', "'d", 'be', 'interested', 'to', 'see', 'what', 'a', '12', 'looks', 'like', 'on', 'me', 'but', 'i', "'m", 'afraid', 'it', 'would', 'be', 'too', 'snug', 'this', 'may', 'look', 'awesome', 'on', 'someone', 'else', 'but', 'i', 'had', 'to', 'ret', ',3,1,16', 'general', 'petite', 'tops', 'blouses'] ['4691,836,41', 'this', 'top', 'really', 'pays', 'attention', 'to', 'detail', 'it', 'is', 'very', 'refreshing', 'to', 'buy', 'a', 'top', 'that', 'is', 'lined', 'so', 'i', 'don', 't', 'need', 'to', 'struggle', 'to', 'find', 'the', 'right', 'cami', 'to', 'go', 'underneath', 'also', 'there', 'is', 'a', 'lovely', 'snap', 'fixture', 'to', 'hold', 'your', 'bra', 'strap', 'in', 'place', 'very', 'thoughtful', 'the', 'top', 'seems', 'to', 'run', 'true', 'to', 'size', 'and', 'fits', 'well', 'neither', 'the', 'arm', 'holes', 'or', 'the', 'v-neck', 'are', 'too', 'low', 'i', 'agree', 'with', 'the', 'first', 'reviewer', 'that', 'the', 'main', 'need', 'for', 'sizing', 'up', 'or', 'down', 'is', 'due', 'to', 'breast', 'size', 'i', "'m", 'a', '36dd', 'and', 'the', '10', 'fit', 'perfectly', 'also', 'the', 'colors', 'in', 't', ',5,1,19', 'general', 'petite', 'tops', 'blouses'] ['4692,954,33', 'delicate', 'this', 'piece', 'is', 'stunning', 'you', 'can', 'dress', 'up', 'or', 'down', 'with', 'it', 'my', 'husband', 'said', 'wow', 'that', "'s", 'very', 'elegant', 'it', 'is', 'very', 'soft', 'thin', 'but', 'warm', 'however', 'it', 'came', 'to', 'me', 'with', 'numerous', 'holes', 'along', 'one', 'strip', 'of', 'fabric', 'i', 'returned', 'it', 'for', 'another', 'it', 'is', 'a', 'very', 'delicate', 'fabric', 'the', 'zig', 'zag', 'stitching', 'may', 'snag', 'easily', 'i', "'m", 'afraid', 'it', 'will', 'not', 'wash', 'well', 'definitely', 'a', 'hand', 'wash', 'item', 'i', "'m", 'not', 'sure', 'i', 'will', 'keep', 'it', 'in', 'the', 'end', 'the', 'design', 'i', 'thought', 'should', 'be', 'a', '5', 'star', 'because', 'of', 'the', 'look', 'and', 'versitality', 'of', 'the', 'item', 'quality', ',3,1,0', 'general', 'tops', 'sweaters'] ['4693,836,29', 'unflattering', 'as', 'someone', 'with', 'a', 'large', 'chest', 'and', 'a', 'smaller', 'waist', 'i', 'found', 'this', 'top', 'incredibly', 'unflattering', 'and', 'i', 'like', 'swingy', 'tops', 'it', 'was', 'too', 'short', 'too', 'wide', 'in', 'the', 'hips', 'and', 'too', 'tight', 'in', 'the', 'bust', 'the', 'pattern', 'and', 'fabric', 'are', 'very', 'pretty', 'though', ',2,0,4', 'general', 'petite', 'tops', 'blouses'] ['4694,836,52', 'beautiful', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'often', 'shop', 'the', 'sale', 'items', 'first', 'but', 'when', 'i', 'saw', 'this', 'top', 'in', 'the', 'store', 'i', 'did', "n't", 'hesitate', 'to', 'pay', 'full', 'price', 'the', 'material', 'reminds', 'me', 'of', 'vintage', 'clothing', 'it', 'is', 'a', 'dry', 'clean', 'only', 'item', 'but', 'is', 'so', 'special', 'that', 'it', "'s", 'worth', 'it', 'the', 'colors', 'and', 'construction', 'beautifully', 'lined', 'bias', 'trim', 'are', 'impressive', 'and', 'this', 'top', 'looks', 'better', 'on', 'me', 'than', 'on', 'the', 'model', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4695,1081,31', 'sexy', 'this', 'dress', 'is', 'so', 'comfortable', 'and', 'so', 'sexy', 'hugs', 'your', 'curves', 'probably', 'would', 'not', 'look', 'great', 'on', 'an', 'athletic', 'frame', 'i', 'bought', 'on', 'sale', 'and', 'was', 'a', 'good', 'price', 'i', 'usually', 'wear', 'a', '2', 'or', '4', 'in', 'retailer', 'and', 'the', 'xs', 'fit', 'fine', 'the', 'small', 'was', 'much', 'too', 'baggy', ',4,1,3', 'general', 'dresses', 'dresses'] ['4696,831,47', 'stunningly', 'beautiful', 'i', 'took', 'a', 'risk', 'and', 'bought', 'this', 'blouse', 'and', 'got', 'a', 'wonderful', 'surprise', 'i', 'bought', 'my', 'usual', 'size', 'small', '34c', '31', 'waist', 'and', 'it', 'was', 'perfect', 'the', 'details', 'of', 'this', 'blouse', 'are', 'amazing', 'you', 'can', 'not', 'see', 'the', 'flecks', 'of', 'copper-gold', 'leaves', 'all', 'over', 'the', 'fabric', 'or', 'the', 'gold', 'threads', 'running', 'down', 'the', 'seam', 'in', 'the', 'front', 'it', 'is', 'really', 'really', 'beautiful', 'the', 'fabric', 'overall', 'is', 'soft', 'and', 'flowy', 'and', 'the', 'sleeves', 'do', 'not', 'stand', 'out', 'off', 'my', 'shoulders', 'in', 'a', 'weird', 'way', 'there', 'is', 'a', 'soft', 'flow', 'of', 'ruffle', 'down', 'both', 'sides', 'of', 'the', 'shirt', 'the', 'fro', ',5,1,3', 'general', 'tops', 'blouses'] ['4697,836,53', 'too', 'big', 'this', 'is', 'a', 'beautiful', 'blouse', 'but', 'needs', 'to', 'be', 'returned', 'for', 'size', 'i', 'have', 'lost', 'a', 'bit', 'of', 'weight', 'the', 'last', 'couple', 'of', 'blouses', 'i', 'have', 'gotten', 'in', 'a', 'm', 'including', 'this', 'one', 'have', 'been', 'to', 'large', 'for', 'me', 'i', 'am', '5', '5', 'tall', '138', 'lbs', 'and', 'in', 'this', 'blouse', 'need', 'a', 's.', 'the', 'fabric', 'is', 'satiny', 'and', 'substantial', 'with', 'a', 'gorgeous', 'lining', 'edged', 'in', 'contrasting', 'thread.', 'it', 'hits', 'at', 'the', 'top', 'of', 'my', 'thigh', 'in', 'a', 'regular', 'size', '8', 'but', 'i', 'should', 'have', 'ordered', 'a', '6.', 'i', 'would', 'say', 'to', 'size', 'down', 'if', 'you', 'are', 'close', 'to', 'being', 'between', 'sizes', 'the', 'colors', 'are', 'as', 'show', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['4698,1081,48', 'probably', 'best', 'on', 'hourglass', 'bodies', 'i', "'m", 'a', 'little', 'on', 'the', 'fence', 'about', 'this', 'dress', 'it', 'does', "n't", 'do', 'much', 'for', 'my', 'fairly', 'straight/petite', 'body', 'type', 'i.e', 'it', "'s", 'not', 'fitted', 'at', 'the', 'waist', 'which', 'i', 'think', 'would', 'help', 'even', 'though', 'i', 'do', "n't", 'have', 'much', 'of', 'a', 'waist', 'to', 'begin', 'with', 'but', 'the', 'low', 'v-neck', 'is', 'flattering', 'and', 'the', 'flared', 'skirt', 'is', 'too', 'it', "'s", 'just', 'that', 'it', 'probably', 'looks', 'better', 'on', 'an', 'hourglass', 'shape', 'i', 'was', 'fine', 'with', 'the', 'fabric', 'type', 'i', "'d", 'describe', 'it', 'as', 'a', 'mid-weight', 'ribbed', 'knit', 'blend', 'i', "'d", 'say', 'it', "'s", 'true', 'to', 'size', 'i', 'got', 'my', 'usual', 'xspetite', 'and', 'i', "'m", '34aa', '26', ',4,1,1', 'general', 'dresses', 'dresses'] ['4699,836,60', 'love', 'love', 'love', 'it', 'tried', 'this', 'little', 'gem', 'on', 'in', 'the', 'store', 'but', 'they', 'were', 'out', 'of', 'my', 'size', 'the', 'ladies', 'were', 'so', 'helpful', 'ordered', 'it', 'shipped', 'to', 'me', 'directly', 'and', 'i', 'received', 'it', 'amazingly', 'fast', 'not', 'an', 'easy', 'task', 'when', 'you', 'live', 'off', 'grid', 'in', 'north', 'idaho'] ['i', 'wore', 'it', 'last', 'night', 'to', 'a', 'st', 'patrick', "'s", 'day', 'party', 'in', 'california', 'and', 'received', 'a', 'ton', 'of', 'compliments', 'paired', 'it', 'with', 'black', 'leggings', 'and', 'strap', 'or', 'black', 'heels'] ['i', "'m", 'still', 'smiling', 'today', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'the', 'fit', 'is', 'flattering', 'and', 'the', 'quality', 'superb'] ['thanks', 'retailer', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['4700,836,39', 'gorgeous', 'this', 'top', 'is', 'gorgeous', 'the', 'print', 'is', 'lovely', 'and', 'the', 'material', 'and', 'cut', 'are', 'well', 'constructed', 'ca', "n't", 'wait', 'to', 'wear', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['4701,1072,62', 'this', 'dress', 'is', 'beautiful', 'it', 'may', 'run', 'a', 'tad', 'large', 'everything', 'about', 'the', 'dress', 'is', 'very', 'appealing', 'from', 'the', 'nice', 'fabric', 'beautiful', 'design', 'and', 'colors', 'of', 'the', 'print', 'it', 'will', 'go', 'straight', 'into', 'fall', 'so', 'very', 'happy', 'i', 'tried', 'it', 'i', 'have', 'a', 'beautiful', 'elegant', 'dress', 'for', 'the', 'hot', 'weather', ',5,1,4', 'general', 'dresses', 'dresses'] ['4702,836,60', 'lovely', 'but', 'odd', 'fit', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'but', 'the', 'fit', 'was', 'just', 'off', 'on', 'me', 'the', 'design', 'and', 'material', 'is', 'so', 'pretty', 'however', 'i', 'expected', 'the', 'fit', 'to', 'be', 'more', 'peplum', 'but', 'there', 'was', 'not', 'any', 'structure', 'i', 'think', 'this', 'would', 'be', 'better', 'on', 'more', 'slender', 'women', ',4,1,13', 'general', 'petite', 'tops', 'blouses'] ['4703,836,37', 'super', 'cute', 'top', 'love', 'the', 'way', 'this', 'top', 'fits', 'got', 'many', 'compliments', 'on', 'it', 'wish', 'the', 'arm', 'holes', 'were', 'a', 'little', 'closer', 'fit', 'can', 'see', 'the', 'bra', 'peeking', 'out', 'a', 'teensy', 'bit.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4704,836,53', 'this', 'top', 'is', 'the', 'bomb', 'i', 'bought', 'this', 'top', 'because', 'i', 'loved', 'the', 'floral', 'print', 'i', 'had', 'no', 'idea', 'i', 'was', 'getting', 'a', 'top', 'notch', 'quality', 'top', 'i', 'love', 'the', 'flow', 'of', 'the', 'bottom', 'and', 'the', 'zipper', 'in', 'the', 'back', 'is', 'so', 'classy', 'it', 'has', 'a', 'lining', 'and', 'the', 'coolest', 'thing', 'about', 'it', 'is', 'the', 'snaps', 'that', 'protect', 'your', 'bra', 'from', 'showing', 'love', 'love', 'love', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4705,832,30', 'stain', 'on', 'shirt', 'i', 'was', 'very', 'disappointed', 'with', 'my', 'recent', 'retailer', 'order', 'i', 'ordered', 'the', 'meleri', 'eyelet', 'tank', 'and', 'it', 'had', 'a', 'stain', 'on', 'the', 'front', 'i', 'also', 'order', 'a', 'dress', 'that', 'came', 'with', 'a', 'tear', 'in', 'the', 'fabric', 'sale', 'items', 'should', 'not', 'be', 'damaged', 'unless', 'the', 'customer', 'is', 'aware', 'of', 'the', 'damage', 'and', 'accepts', 'it', 'in', 'that', 'condition', 'very', 'disappointing.,1,0,0', 'general', 'tops', 'blouses'] ['4706,836,23', 'busty', 'ladies', 'size', 'up', 'this', 'is', 'a', 'wonderfully-made', 'top', 'i', 'love', 'the', 'colors', 'if', 'you', 'are', 'busty', 'you', 'must', 'size', 'up', 'this', 'fabric', 'does', "n't", 'give', 'stretch', 'at', 'all.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4707,836,61', 'a', 'piece', 'of', 'art', 'stunning', 'very', 'well', 'made', 'the', 'colors', 'are', 'so', 'vibrant', 'and', 'stand', 'out', 'without', 'being', 'too', 'flashy', 'the', 'cut', 'is', 'a', 'bit', 'strange', 'but', 'it', 'works', 'runs', 'true', 'to', 'size', 'i', 'took', 'my', 'normal', 'size', '0.', 'i', 'rarely', 'buy', 'anything', 'at', 'retailer', 'full', 'price', 'but', 'i', 'made', 'an', 'exception', 'with', 'this', 'one', 'a', 'must', 'buy', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['4708,836,42', 'not', 'right', 'for', 'every', 'body', 'type.', 'i', 'have', 'a', '36c', 'bust', 'i', 'bought', 'this', 'blouse', 'in', 'a', '10', 'even', 'though', 'i', 'wear', 'an', '8', 'or', '10.', 'i', 'sized', 'up', 'based', 'on', 'previous', 'reviews', 'this', 'top', 'was', 'super', 'tight', 'in', 'the', 'bust', 'it', 'literally', 'flattened', 'my', 'breasts', 'and', 'very', 'loose', 'on', 'the', 'bottom', 'it', 'was', 'not', 'flattering', 'at', 'all', 'the', 'material', 'is', 'gorgeous', 'it', 'is', 'thick', 'it', 'is', 'lined', 'it', 'is', 'darted', 'at', 'the', 'bust', 'and', 'it', 'flares', 'out', 'in', 'a', 'peplum', 'fashion', 'where', 'the', 'light', 'fabric', 'up', 'top', 'meets', 'the', 'dark', 'band', 'of', 'fabric', 'in', 'the', 'middle', 'the', 'problem', 'is', 'that', 'busty', 'ladies', 'will', 'find', 'the', 'bust', 'area', 'wa', ',3,0,3', 'general', 'petite', 'tops', 'blouses'] ['4709,836,38', 'loving', 'it', 'adorable', 'peplum', 'top', 'colors', 'are', 'much', 'more', 'rich', 'in', 'person', 'saw', 'it', 'in', 'the', 'store', 'and', 'stalked', 'it', 'online', 'until', 'it', 'went', 'on', 'sale', 'beautiful', 'material', 'and', 'craftsmanship', 'i', 'thought', 'it', 'ran', 'on', 'the', 'large', 'side', 'though', 'wish', 'it', 'was', 'a', 'touch', 'longer', 'but', 'not', 'enough', 'to', 'not', 'purchase', 'highly', 'recommend', 'great', 'piece', 'to', 'dress', 'up', 'or', 'down', 'and', 'easily', 'add', 'layers', 'for', 'fall.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4710,836,34', 'like', 'wearing', 'a', 'beautiful', 'painting', 'the', 'retailer', 'by', 'me', 'actually', 'had', 'this', 'and', 'i', 'had', 'to', 'try', 'it', 'on', 'my', 'thoughts', 'below'] ['___________'] ['pros'] ['well-constructed', 'with', 'lining', 'underneath', 'to', 'avoid', 'the', 'need', 'of', 'a', 'cami', 'or', 'tank', 'no', 'see-through', 'issues', 'whatsoever'] ['the', 'fabric', 'is', 'great', 'quality', 'and', 'looks', 'nicely', 'sewn', 'no', 'fraying', 'or', 'strays', 'seen', 'on', 'the', '2', 'sizes', 'i', 'tried'] ['there', "'s", 'a', 'back', 'zipper', 'that', 'goes', 'from', 'top', 'to', 'bottom', 'at', 'the', 'back', 'unusual', 'as', 'i', 'do', "n't", 'see', 'why', 'that', "'s", 'needed', 'since', 'you', 'can', 'just', 'slip', 'it', 'over', 'your', 'head'] ['front', 'v', 'slit', 'is', "n't", 'too', 'low', 'or', 'reve', ',4,1,78', 'general', 'petite', 'tops', 'blouses'] ['4711,826,62', 'gorgeous', 'the', 'most', 'beautiful', 'top', 'in', 'my', 'closet', 'and', 'i', 'have', 'a', 'huge', 'closet', 'of', 'beautiful', 'clothes', 'hope', 'retailer', 'carries', 'more', 'peasant', 'top', 'by', 'this', 'brand', 'stunning,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4712,836,46', 'shirt', 'is', 'beautifully', 'made', 'sadly', 'this', 'shirt', 'was', 'too', 'short', 'for', 'me', 'i', "'m", "5'11", 'and', 'have', 'had', 'a', 'hard', 'time', 'with', 'some', 'of', 'retailer', "'s", 'shirts', 'lately', 'but', 'it', 'is', 'absolutely', 'beautiful', 'and', 'the', 'fabric', 'feels', 'expensive', 'and', 'it', "'s", 'well', 'made', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['4713,836,49', 'pretty', 'tank', 'it', 'is', 'a', 'pretty', 'tank', 'the', 'fabric', 'feels', 'nice', 'and', 'substantial', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4714,1027,42', 'runs', 'two', 'sizes', 'small', 'nice', 'fit', 'and', 'color', 'and', 'i', 'love', 'the', 'tall', 'cuff', 'but', 'you', 'will', 'need', 'to', 'size', 'up', 'at', 'least', 'two', 'sizes', 'as', 'the', 'previous', 'reviewer', 'stated', 'these', 'jeans', 'do', 'run', 'extremely', 'small', 'i', 'usually', 'wear', 'a', '27', 'ag', 'in', 'jeans', 'sometimes', 'a', '28', 'for', 'the', 'ag', 'legging', 'jeans', 'but', 'the', '28', 'in', 'these', 'were', 'still', 'very', 'tight', 'all', 'over', 'and', 'uncomfortable', 'i', 'do', "n't", 'like', 'my', 'jeans', 'skin', 'tight', 'so', 'i', 'had', 'to', 'go', 'up', 'to', 'a', 'size', '29', 'but', 'they', 'fit', 'and', 'look', 'great', 'sizing', 'definitely', 'off', 'on', 'these', 'i', 'am', '5', '3', '115', 'for', 'reference', ',5,1,3', 'general', 'bottoms', 'jeans'] ['4715,836,38', 'triangles', 'are', "n't", 'my', 'shape', 'so', 'i', 'want', 'to', 'start', 'off', 'by', 'saying', 'the', 'quality', 'of', 'this', 'shirt', 'really', 'was', 'great', 'as', 'was', 'the', 'pattern', 'unfortunately', 'if', 'you', "'re", 'going', 'off', 'the', 'picture', 'know', 'that', 'they', 'definitely', 'pinned', 'in', 'the', 'sides', 'on', 'the', 'model', 'this', 'shirt', 'has', 'a', 'full', 'on', 'triangle', 'shape', 'and', 'flares', 'significantly', 'towards', 'the', 'bottom', 'it', "'s", 'not', 'a', 'straight', 'fit', 'as', 'the', 'picture', 'would', 'suggest', 'i', "'m", 'sure', 'this', 'works', 'for', 'some', 'women', 'but', 'if', 'you', "'re", 'muscular', 'with', 'an', 'already', 'v-shape', 'to', 'your', 'body', 'meaning', 'your', 'shoulders', 'are', 'significantly', 'sized', 'and', 'you', 'have', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['4716,836,35', 'bought', 'this', 'on', 'sale', 'in', 'my', 'reg', 'size-', '10.', 'im', '5', '9', 'and', 'about', '36c', 'the', 'fabric', 'is', 'heavy', 'and', 'pretty', 'this', 'is', 'a', 'more', 'formal', 'top', 'in', 'my', 'opinion', 'it', 'is', 'lined', 'it', 'is', 'much', 'wider', 'around', 'the', 'waist', 'than', 'appears', 'on', 'model', 'zips', 'up', 'the', 'back', 'but', 'i', 'can', 'pull', 'on', 'and', 'off', 'without', 'unzipping', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['4717,1100,35', 'i', 'was', 'really', 'pulling', 'for', 'this', 'dress', 'to', 'work', 'because', 'it', "'s", 'beautiful', 'however', 'the', 'neckline', 'is', 'cut', 'so', 'extremely', 'low', 'that', 'i', 'had', 'to', 'return', 'it', "'s", 'much', 'higher', 'on', 'the', 'model', 'than', 'in', 'real', 'life', 'the', 'petite', 'length', 'was', 'still', 'far', 'too', 'long', 'so', 'additional', 'hemming', 'required', 'otherwise', 'fit', 'was', 'true', 'to', 'size', '5', '3', '130', 'lbs', 'size', '6p', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['4718,1076,65', 'i', 'love', 'how', 'different', 'this', 'dress', 'is', 'in', 'terms', 'of', 'the', 'design', 'it', 'catches', 'light', 'beautifully', 'the', 'short', 'biased', 'hem', 'makes', 'the', 'dress', 'fun', 'and', 'flirty', 'but', 'this', 'dress', 'is', 'completely', 'sheer', 'there', 'is', 'no', 'lining', 'which', 'is', 'very', 'disappointing', 'i', 'do', 'have', 'a', 'short', 'nude', 'slip', 'that', 'makes', 'this', 'dress', 'work', 'for', 'me', 'you', 'will', 'need', 'a', 'slip', 'for', 'sure', 'unless', 'you', 'are', 'rhianna', 'the', 'sizing', 'runs', 'a', 'little', 'large', 'i', 'probably', 'could', 'size', 'down', 'given', 'the', 'loose', 'cut', 'but', 'overall', 'the', 'proportions', 'are', 'flattering', 'showing', 'off', 'my', 'legs', 'i', 'will', 're', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4719,1080,31', 'wonderful', 'dress', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'bought', 'this', 'dress', 'in', 'a', 'medium', 'petite', 'i', "'m", '5', '2', 'and', '140', 'it', 'fit', 'great', 'and', 'made', 'my', 'waist', 'look', 'really', 'tiny', 'i', 'can', 'not', 'wait', 'the', 'dress', 'with', 'heels', 'or', 'else', 'you', 'would', 'see', 'the', 'entire', 'shoe', 'it', 'works', 'perfect', 'with', 'flat', 'sandals', 'i', "'ve", 'received', 'tons', 'of', 'compliments', 'you', 'can', 'also', 'wear', 'a', 'normal', 'bra', 'with', 'the', 'dress', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4720,381,31', 'lovely', 'one', 'piece', 'this', 'is', 'a', 'beautiful', 'swim', 'suit', 'the', 'overall', 'look', 'is', 'lovely', 'the', 'ruffle', 'is', 'sweet', 'and', 'the', 'low-cut', 'front', 'keeps', 'it', 'just', 'the', 'right', 'amount', 'of', 'sexy', 'for', 'a', 'one', 'piece', 'i', 'did', "n't", 'keep', 'it', 'only', 'because', 'i', 'would', 'have', 'preferred', 'the', 'leg', 'opening', 'to', 'be', 'cut', 'a', 'little', 'higher', 'otherwise', 'it', 'fit', 'very', 'well', 'i', "'m", "5'10", 'and', '150', 'with', 'broad', 'shoulders', 'and', 'a', 'substantial', 'rack', 'nursing', 'a', 'baby', 'right', 'now', 'and', 'i', 'did', "n't", 'have', 'any', 'problems', 'with', 'support', 'great', 'buy', ',4,1,1', 'initmates', 'intimate', 'swim'] ['4721,381,38', 'the', '1', 'piece', 'a', 'must', 'have', '1', 'piece', 'every', 'time', 'i', 'wear', 'this', 'i', 'get', 'compliments', 'it', "'s", 'very', 'flattering', 'amazing', 'quality', 'soft', 'material', 'good', 'support', 'and', 'vibrant', 'colors', 'i', 'wish', 'this', 'came', 'in', 'more', 'colors', 'and', 'patterns', 'worth', 'the', 'money', 'no', 'questions', 'asked', ',5,1,3', 'initmates', 'intimate', 'swim'] ['4722,1080,29', 'cute', 'i', 'like', 'this', 'dress', 'very', 'nice', 'easy', 'to', 'wear', 'everyday', 'dress', 'the', 'top', 'is', 'lined', 'but', 'the', 'bottom', 'is', 'a', 'bit', 'thin', 'and', 'unlined', 'i', 'do', "n't", 'think', 'it', 'was', 'too', 'sheer', 'though', 'it', 'seems', 'much', 'of', 'the', 'quality', 'of', 'retailer', 'is', 'going', 'down', 'a', 'bit', 'disappointed', 'overall', 'in', 'the', 'quality', 'of', 'their', 'dresses', 'this', 'year.,4,1,1', 'general', 'dresses', 'dresses'] ['4723,381,46', 'beautiful', 'and', 'flattering', 'i', 'ordered', 'this', 'in', 'the', 'china', 'pattern', 'color', 'and', 'the', 'colors', 'are', 'vibrant', 'and', 'beautiful', 'the', 'suit', 'is', 'well', 'made', 'and', 'slimming', 'there', 'are', 'no', 'bra', 'cups', 'just', 'a', 'shelf', 'bra', 'but', 'the', 'tie', 'halter', 'adds', 'some', 'extra', 'support', 'i', 'have', 'trouble', 'buying', 'bathing', 'suits', 'but', 'i', 'am', 'very', 'happy', 'with', 'this', 'one', ',4,1,8', 'initmates', 'intimate', 'swim'] ['4724,933,62', 'great', 'quality', 'but', 'odd', 'fit', 'when', 'i', 'saw', 'this', 'i', 'ordered', 'immediately', 'thinking', 'it', 'was', 'similar', 'to', 'the', 'popular', 'colorblocked', 'stripe', 'sweater', 'from', 'last', 'year', 'the', 'knit', 'is', 'stretchy', 'and', 'textured', 'and', 'feels', 'like', 'great', 'quality', 'would', 'wash', 'well', 'but', 'it', "'s", 'pretty', 'lightweight', 'the', 'fit', 'is', 'huge', 'could', 'easily', 'size', 'down', 'i', "'m", '5', '7', '128', 'and', 'found', 'the', 'small', 'to', 'be', 'loose', 'everywhere', 'including', 'the', 'arms', 'the', 'length', 'was', 'at', 'my', 'knees', 'and', 'the', 'stripe', 'fell', 'awkwardly', 'across', 'my', 'chest', 'no', 'idea', 'what', 'i', "'d", 'wear', 'this', 'with', 'even', 'if', 'it', 'fit', 'better', 'sadly', 'it', "'s", 'going', ',3,0,1', 'general', 'tops', 'sweaters'] ['4725,1080,62', 'keeper', 'i', 'adore', 'this', 'maxi', 'the', 'fit', 'style', 'pattern', 'black', 'motif', 'machine', 'washability', 'everything', 'fits', 'tts', 'got', 'my', 'usual', 'size', 's', 'for', '5', '7', '125lbs', 'i', 'would', 'say', 'that', 'the', 'length', 'is', 'appropriate', 'some', 'are', 'super', 'long', 'on', 'me', 'and', 'i', "'m", 'not', 'one', 'to', 'wear', 'heels', 'i', 'was', 'also', 'happy', 'that', 'the', 'top', 'fits', 'nice', 'and', 'snug', 'my', 'issue', 'is', 'usually', 'that', 'when', 'i', 'bend', 'forward', 'the', 'top', 'drapes', 'open', 'due', 'to', 'my', 'small', 'chest', 'no', 'problem', 'with', 'this', 'dress', 'i', 'think', 'it', "'s", 'perfect', 'piece', 'for', 'spring/summer/fall', 'and', 'dressing', 'up', 'or', 'down', 'my', 'one', 'slight', ',5,1,6', 'general', 'dresses', 'dresses'] ['4726,1080,30', 'great', 'maxi', 'i', 'agree', 'with', 'another', 'reviewer', 'the', 'neckline', 'is', 'just', 'right', 'not', 'too', 'low', 'cut', 'and', 'a', 'normal', 'bra', 'should', 'work', 'fine', 'also', 'it', 'would', 'be', 'nice', 'if', 'this', 'dress', 'were', 'lined', 'the', 'top', 'part', 'has', 'more', 'than', 'one', 'layer', 'so', 'that', "'s", 'not', 'an', 'issue', 'but', 'the', 'skirt', 'does', "n't", 'so', 'i', "'ll", 'likely', 'wear', 'spanks', 'other', 'than', 'that', 'it', "'s", 'a', 'great', 'maxi', 'and', 'perfect', 'for', 'spring', 'or', 'summer', 'light', 'weight', ',4,1,6', 'general', 'dresses', 'dresses'] ['4727,381,29', 'flattering', 'suit', 'i', 'ordered', 'this', 'after', 'reading', 'the', 'stellar', 'reviews', 'and', 'i', 'was', 'not', 'disappointed', 'i', 'ordered', 'the', 'black', 'and', 'purple', 'floral', 'motif', 'and', 'both', 'are', 'excellent', 'i', 'have', 'a', 'rather', 'big', 'chest', '36dd', 'and', 'the', 'shelf', 'bra', 'and', 'halter', 'support', 'are', 'just', 'enough', 'for', 'me', 'look', 'forward', 'to', 'wearing', 'this', 'on', 'my', 'upcoming', 'vacation', ',5,1,2', 'initmates', 'intimate', 'swim'] ['4728,999,33', 'just', 'what', 'i', 'was', 'looking', 'for', 'this', 'skirt', 'is', 'great', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'light', 'i', 'was', 'hoping', 'that', 'the', 'lower', 'portion', 'of', 'the', 'skirt', 'would', "n't", 'be', 'too', 'transparent', 'and', 'it', 'was', "n't", 'the', 'slip', 'lining', 'on', 'the', 'upper', 'portion', 'of', 'the', 'skirt', 'is', 'nice', 'the', 'color', 'is', 'exactly', 'as', 'shown', 'i', 'followed', 'the', 'advice', 'of', 'the', 'only', 'reviewer', 'and', 'sized', 'up', 'i', 'should', "n't", 'have', 'the', 'skirt', 'was', 'too', 'big', 'in', 'the', 'waist', 'and', 'too', 'long', 'so', 'i', 'exchanged', 'and', 'the', 'fit', 'was', 'right', 'on', 'i', 'think', 'the', 'skirt', 'is', 'meant', 'to', 'sit', 'a', 'little', 'higher', 'on', 'the', 'waist', 'so', 'keep', 'that', 'in', 'mind', 'the', 'only', 't', ',5,1,2', 'general', 'bottoms', 'skirts'] ['4729,1080,39', 'comfy', 'whimsical', 'love', 'this', 'black', 'and', 'white', 'dress', 'the', 'bottom', 'art', 'print', 'is', 'so', 'nice', 'i', 'am', 'a', 'sucker', 'for', 'flowers', 'i', 'also', 'love', 'the', 'cut', 'of', 'it', 'teh', 'tiered', 'hem', 'is', 'very', 'flatering', 'not', 'too', 'much', 'amterial', 'the', 'upper', 'part', 'covers', 'a', 'normal', 'bra', 'and', 'the', 'whole', 'dress', 'is', 'super', 'flowey', 'substantial', 'amterial', 'and', 'stretchy', 'for', 'those', 'days', 'where', 'you', 'ingest', 'more', 'than', 'itnended', 'flattering', 'cut', 'waist', 'being', 'the', 'aame', 'apttern', 'as', 'the', 'bottom', 'gives', 'it', 'a', 'nice', 'shape', 'i', 'ca', "n't", 'say', 'anything', 'bad', 'about', 'this'] [] ['regular', 'xs', 'fit', 'me', 'but', 'i', 'would', 'ahve', 't', ',5,1,9', 'general', 'dresses', 'dresses'] ['4730,1080,41', 'absolutely', 'amazing', 'this', 'is', 'such', 'a', 'simple', 'dress', 'to', 'throw', 'on', 'that', 'will', 'give', 'you', 'instant', 'wow', 'factor', 'you', 'can', 'dress', 'up', 'or', 'down', 'but', 'know', 'that', 'it', 'is', 'completely', 'flattering', 'head', 'to', 'toe', 'i', 'am', 'in', 'love', 'with', 'this', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['4731,1100,28', 'very', 'pretty', 'dress', 'but', 'runs', 'big', 'beautiful', 'print', 'and', 'a', 'flattering', 'cut', 'however', 'the', 'proportions', 'are', 'off', 'based', 'on', 'other', 'reviews', 'i', 'ordered', 'a', 'petite', 'i', 'am', '5', '4', 'and', 'do', "n't", 'normally', 'need', 'a', 'petite', 'cut', 'i', 'also', 'ordered', 'a', 'size', 'down', 'even', 'the', '0', 'petite', 'requires', 'that', 'i', 'wear', '3-4', 'inch', 'wedges', 'and', 'pin', 'the', 'top', 'in', 'the', 'back', 'to', 'keep', 'it', 'in', 'place', 'i', 'am', 'going', 'to', 'take', 'it', 'to', 'a', 'tailor', 'to', 'have', 'the', 'hem', 'shortened', 'and', 'the', 'top', 'sleeves', 'adjusted', 'then', 'maybe', 'the', 'v', 'neck', 'wo', "n't", 'be', 'almost', 'to', 'my', 'belly', 'button', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4732,381,30', 'not', 'for', 'the', 'busty', 'babes', 'loved', 'the', 'material', 'and', 'the', 'style', 'unfortunately', 'my', 'fears', 'came', 'true', 'when', 'i', 'received', 'this', 'swimsuit', 'and', 'there', 'was', "n't", 'enough', 'support', 'despite', 'a', 'review', 'i', 'had', 'read', 'as', 'a', '36d', 'i', 'thought', 'the', 'halter', 'would', 'be', 'enough', 'support', 'however', 'the', 'material', 'is', 'too', 'stretchy', 'to', 'rely', 'on', 'that', 'completely', 'i', 'am', 'sad', 'i', 'wo', "n't", 'be', 'keeping', 'this', 'though', 'the', 'material', 'is', 'heavenly', ',2,0,4', 'initmates', 'intimate', 'swim'] ['4733,1080,38', 'love', 'great', 'petite', 'maxi', 'i', "'m", '5', '3', 'and', 'it', 'skims', 'the', 'top', 'of', 'my', 'feet', 'soft', 'fits', 'great', 'and', 'went', 'right', 'into', 'my', 'suitcase', 'for', 'my', 'upcoming', 'trip', 'can', 'dress', 'up', 'or', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['4734,1080,44', 'lovely', 'i', 'was', 'on', 'the', 'fence', 'about', 'getting', 'this', 'maxi', 'because', 'it', "'s", 'a', 'tad', 'pricey', 'but', 'ended', 'up', 'scoring', 'an', 'retailer', 'coupon', 'that', 'took', 'a', 'bit', 'of', 'the', 'sting', 'out', 'of', 'the', 'price', 'i', "'m", 'so', 'glad', 'i', 'went', 'ahead', 'and', 'ordered', 'it', 'it', "'s", 'absolutely', 'lovely', 'i', "'m", '5', '3', '117', 'and', 'got', 'an', 'xs', 'petite', 'it', 'fits', 'like', 'a', 'glove', 'and', 'is', 'the', 'perfect', 'length', 'to', 'wear', 'with', 'either', 'flats', 'or', 'a', 'higher', 'heel', 'love', 'love', 'love', ',5,1,0', 'general', 'dresses', 'dresses'] ['4735,273,39', 'terrible', 'buy', 'i', 'would', "n't", 'be', 'so', 'unhappy', 'if', 'these', 'pants', 'cost', 'about', '75', 'less', 'they', 'are', 'so', 'cheaply', 'constructed', 'one', 'wash', 'and', 'they', "'re", 'all', 'but', 'guaranteed', 'to', 'shrink', 'the', 'material', 'is', 'so', 'cheap', 'and', 'flimsy', 'not', 'at', 'all', 'what', 'i', 'expect', 'from', 'retailer', 'they', 'are', 'also', '32', 'inch', 'inseam', 'not', '35.5', 'as', 'stated', 'on', 'the', 'web', 'site', 'which', 'is', 'the', 'whole', 'reason', 'i', 'bought', 'them.,1,0,10', 'initmates', 'intimate', 'sleep'] ['4736,1080,32', ',very', 'comfortable', 'and', 'easy', 'to', 'dress', 'up', 'or', 'down', 'i', 'get', 'tons', 'of', 'complaints', 'on', 'this', 'dress-', 'it', "'s", 'a', 'definite', 'win', ',5,1,0', 'general', 'dresses', 'dresses'] ['4737,1080,24', 'great', 'petite', 'maxi', 'i', 'ordered', 'this', 'dress', 'online', 'and', 'i', 'love', 'it', 'i', "'m", 'only', '5', '2', 'so', 'it', "'s", 'always', 'a', 'challenge', 'for', 'me', 'with', 'maxis', 'but', 'this', 'one', 'fit', 'the', 'bill', 'not', 'too', 'much', 'fabric', 'to', 'be', 'overwhelming', 'on', 'a', 'shorter', 'frame', 'and', 'the', 'length', 'was', 'perfect', 'the', 'fabric', 'is', 'very', 'comfortable', 'and', 'moves', 'with', 'you', 'also', 'the', 'quality', 'is', 'great', 'i', 'ordered', 'a', 'small', 'petite', 'but', 'i', 'probably', 'could', 'have', 'gone', 'xs', 'petite', 'this', 'would', 'dress', 'would', 'be', 'flattering', 'on', 'most', 'people', 'need', 'same', 'dress', 'more', 'colors', ',5,1,2', 'general', 'dresses', 'dresses'] ['4738,1080,38', 'cute', 'maxi', 'the', 'material', 'is', 'nice', 'and', 'has', 'a', 'lot', 'of', 'stretch', 'i', 'ordered', 'the', 'small', 'as', 'i', "'m", 'a', '6', 'in', 'most', 'dresses', 'it', 'fits', 'comfortably', 'i', 'could', 'probably', 'get', 'away', 'with', 'xs', 'but', 'have', 'a', 'large', 'chest', 'so', 'was', 'afraid', 'it', 'would', "n't", 'cover', 'me', 'i', "'m", '5', '2', 'so', 'a', 'petite', 'might', 'be', 'a', 'bit', 'better', 'but', 'it', 'was', 'sold', 'out', 'i', "'ll", 'have', 'to', 'wear', 'tall', 'wedges', 'with', 'this', 'one', ',4,1,0', 'general', 'dresses', 'dresses'] ['4739,1100,32', 'love', 'this', 'dress', 'is', 'beautiful', 'and', 'fit', 'exactly', 'as', 'pictured', 'i', "'m", '5', '9', '140', 'lbs', 'and', 'a', 'size', '4', 'fit', 'perfectly', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['4740,1080,60', ',,5,1,0', 'general', 'dresses', 'dresses'] ['4741,1076,35', 'scratchy', 'and', 'boxy', 'for', 'me', 'this', 'looked', 'better', 'in', 'the', 'picture', 'i', 'found', 'the', 'actual', 'item', 'more', 'garish', 'in', 'person', 'and', 'way', 'too', 'scratchy', 'on', 'the', 'outside', 'for', 'my', 'liking', 'hard', 'pass', 'for', 'this', 'petite', ',2,0,3', 'general', 'dresses', 'dresses'] ['4742,1080,32', 'lovely', 'dress', 'fits', 'well', 'this', 'dress', 'is', 'very', 'forgiving', 'on', 'my', 'post', 'baby', 'body', 'i', "'m", 'glad', 'i', 'purchased', 'the', 'petite', 'it', 'hits', 'my', 'ankle', 'perfectly', 'i', "'m", '5', '5', 'very', 'versatile', 'i', 'can', 'see', 'wearing', 'this', 'at', 'work', 'with', 'a', 'blazer', 'or', 'on', 'a', 'weekend', ',5,1,1', 'general', 'dresses', 'dresses'] ['4743,1080,33', 'fantastic', 'buy', 'this', 'is', 'my', 'new', 'favorite', 'dress', 'i', 'ca', "n't", 'tell', 'you', 'how', 'flattering', 'it', 'is', 'i', 'just', 'had', 'a', 'baby', 'a', 'few', 'months', 'ago', 'and', 'it', "'s", 'the', 'only', 'piece', 'of', 'clothing', 'i', 'actually', 'feel', 'like', 'i', 'look', 'like', 'my', 'old', 'pre-baby', 'self', 'in', 'i', "'m", 'on', 'the', 'shorter', 'side', '5', '3', 'very', 'busty', 'because', 'i', "'m", 'nursing', 'and', 'about', '118', 'lbs', 'i', 'got', 'a', 'mp', 'and', 'it', 'fits', 'great', 'i', 'could', 'have', 'gotten', 'the', 'small', 'but', 'i', 'feel', 'that', 'would', 'have', 'been', 'too', 'low', 'cut', 'honestly', 'love', 'the', 'cut', 'the', 'pattern', 'everything', 'about', 'it', 'would', 'buy', 'again', ',5,1,0', 'general', 'dresses', 'dresses'] ['4744,862,54', 'oddly', 'fitting', 'top', 'i', 'was', 'disappointed', 'in', 'this', 'bordeaux', 'top', 'a', 'brand', 'i', 'usually', 'enjoy', 'i', 'ordered', 'a', 'medium', 'my', 'usual', 'size', 'in', 'their', 'tops', 'it', 'was', 'very', 'very', 'big', 'and', 'did', 'not', 'fit', 'at', 'all', 'as', 'pictured', 'here', 'also', 'the', 'fabric', 'is', 'somewhat', 'sheer', 'and', 'while', 'i', 'tried', 'it', 'on', 'wearing', 'a', 'darker', 'bra', 'the', 'combo', 'of', 'being', 'way', 'too', 'large', 'and', 'a', 'bit', 'sheer', 'was', 'enough', 'for', 'me', 'to', 'return', 'it', ',3,0,11', 'general', 'tops', 'knits'] ['4745,1080,44', 'go', 'to', 'dress', 'i', 'love', 'my', 'new', 'maxi', 'dress', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'i', 'knew', 'this', 'dress', 'would', 'be', 'my', 'go', 'to', 'dress', 'of', 'the', 'summer', 'i', 'love', 'the', 'styling', 'with', 'the', 'thicker', 'shoulder', 'straps', 'and', 'higher', 'cleavage', 'you', 'will', 'definitely', 'be', 'able', 'to', 'wear', 'a', 'regular', 'bra', 'with', 'this', 'dress', 'the', 'material', 'is', 'soft', 'light', 'and', 'flows', 'well', 'i', 'particularly', 'love', 'the', 'ruffle', 'on', 'the', 'bottom', 'of', 'the', 'dress', 'it', 'adds', 'that', 'extra', 'little', 'feminine', 'touch', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4746,1080,40', 'cute', 'but', 'missing', 'some', 'oomph', 'i', 'think', 'it', "'s", 'a', 'cute', 'dress', 'but', 'nothing', 'spectacular', 'that', 'being', 'said', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'it', "'s", 'a', 'very', 'flattering', 'cut', 'but', 'i', 'wish', 'it', 'was', 'more', 'colorful', 'not', 'just', 'black', 'and', 'white', 'i', "'m", "5'10", '145', 'lbs', 'and', 'got', 'the', 's', 'i', 'could', 'have', 'probably', 'gotten', 'the', 'xs', 'too', 'but', 'i', "'m", 'happy', 'with', 'how', 'the', 's', 'fits', 'great', 'length', 'too', 'since', 'i', 'often', 'have', 'a', 'hard', 'time', 'finding', 'dresses', 'that', 'are', 'long', 'enough', 'for', 'me', ',4,1,0', 'general', 'dresses', 'dresses'] ['4747,1080,27', 'beautiful', 'and', 'comfortable', 'i', 'love', 'this', 'dress', 'my', 'goal', 'is', 'to', 'have', 'a', 'closet', 'full', 'of', 'clothes', 'that', 'are', 'really', 'cute', 'and', 'stylish', 'but', 'are', 'also', 'very', 'comfortable', 'this', 'dress', 'fit', 'the', 'bill', 'the', 'mixture', 'of', 'the', 'fabrics', 'is', 'even', 'more', 'cute', 'in', 'person', 'than', 'it', 'looks', 'online', 'and', 'the', 'fabric', 'is', 'so', 'soft', 'it', 'almost', 'feel', 'like', 'wearing', 'pajamas', 'the', 'weight', 'of', 'the', 'fabric', 'also', 'makes', 'it', 'hang', 'really', 'nicely', 'and', 'so', 'it', "'s", 'flattering', 'overall', 'a', 'great', 'addition', 'to', 'my', 'spring/summer', 'wardrobe', ',5,1,2', 'general', 'dresses', 'dresses'] ['4748,1080,37', 'great', 'maxi', 'this', 'is', 'a', 'great', 'dress', 'for', 'summer', 'and', 'very', 'flattering', 'i', 'am', '5', '4', 'and', 'could', 'have', 'pulled', 'off', 'the', 'regular', 'length', 'but', 'chose', 'to', 'go', 'with', 'the', 'petite', 'so', 'that', 'i', 'could', 'wear', 'flats.,5,1,0', 'general', 'dresses', 'dresses'] ['4749,1080,33', 'lovely', 'this', 'dress', 'is', 'beautiful', 'the', 'neckline', 'is', 'not', 'too', 'low', 'and', 'the', 'straps', 'are', 'wide', 'enough', 'so', 'you', 'can', 'wear', 'a', 'normal', 'bra', 'the', 'waist', 'is', 'very', 'flattering', 'and', 'the', 'ruffle', 'at', 'the', 'bottom', 'is', 'not', 'too', 'much', 'i', 'am', 'short', 'so', 'i', 'ordered', 'the', 'petite', 'and', 'it', 'is', 'a', 'perfect', 'fit', 'now', 'i', 'just', 'need', 'some', 'warmer', 'weather', ',5,1,17', 'general', 'dresses', 'dresses'] ['4750,1080,35', 'awesome', 'dress', 'one', 'of', 'the', 'best', 'maxi', 'dresses', 'i', 'have', 'ever', 'found', 'i', 'needed', 'a', 'dress', 'that', 'could', 'accommodate', 'a', 'large', 'bust', '36g', 'and', 'camouflage', 'my', 'postpartum', 'belly', 'the', 'dress', 'did', 'it', 'all', 'i', 'ordered', 'the', 'large', '5', '7', 'and', '155', 'lbs', 'and', 'it', 'is', 'so', 'flattering', 'it', 'has', 'just', 'the', 'right', 'amount', 'of', 'coverage', 'up', 'top', 'to', 'prevent', 'looking', 'too', 'busty', 'and', 'the', 'band', 'around', 'the', 'midsection', 'makes', 'me', 'look', 'much', 'slimmer', 'like', 'i', 'said', 'best', 'maxi', 'dress', 'ever', 'price', 'is', 'pretty', 'high', 'but', 'it', 'was', 'worth', 'it', ',5,1,4', 'general', 'dresses', 'dresses'] ['4751,1080,44', 'perfect', 'maxi', 'dress', 'i', 'love', 'this', 'dress', 'i', 'live', 'in', 'maxi', 'dresses', 'versus', 'shorts', 'in', 'the', 'summer', 'and', 'this', 'is', 'the', 'perfect', 'cut', 'weight', 'and', 'quality', 'i', 'did', 'have', 'to', 'order', 'it', 'in', 'petite', 'or', 'else', 'i', 'was', 'stepping', 'on', 'the', 'bottom', 'unless', 'really', 'high', 'heels', 'i', 'am', '5', '5', 'so', 'i', 'would', 'say', 'that', 'it', 'runs', 'long', 'offer', 'this', 'cut', 'in', 'more', 'colors', ',5,1,2', 'general', 'dresses', 'dresses'] ['4752,1080,45', 'a', 'perfect', 'dress', 'this', 'dress', 'is', 'extremely', 'comfortable', 'and', 'looks', 'great', 'on', 'i', "'m", '5', '3', 'and', '34dd', 'and', 'the', 'm', 'petite', 'fit', 'like', 'a', 'dream', 'with', 'even', 'a', 'bit', 'of', 'room', 'at', 'the', 'bust', 'the', 'length', 'is', 'perfect', 'with', 'sandals', 'or', 'even', 'up', 'to', '2-inch', 'heels', 'perfect', 'for', 'travel', 'and', 'summer', 'entertaining', ',5,1,0', 'general', 'dresses', 'dresses'] ['4753,1100,38', 'much', 'lower', 'top', 'i', "'m", '5', '8', '128lbs', 'and', 'bought', 'a', 'size', '2.', 'i', 'loved', 'this', 'dress', 'but', 'did', "n't", 'expect', 'to', 'have', 'to', 'go', 'bra-less', 'or', 'wear', 'a', 'tube', 'top', 'under', 'the', 'top', 'lands', 'much', 'lower', 'than', 'i', 'expected', 'but', 'the', 'rest', 'of', 'the', 'dress', 'was', 'lovely'] [] ['i', 'ordered', 'a', 'size', '2', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['4754,999,59', 'only', 'one', 'problem-', 'length', 'beautifully', 'made', 'beautiful', 'drape', 'deep', 'blue', 'so', 'long', 'tho', 'i', 'have', 'to', 'role', 'it', 'up', 'at', 'the', 'waist', 'so', 'nix', 'on', 'tucking', 'a', 'white', 'blouse', 'in', 'why', 'is', 'it', 'so', 'long', 'in', '5', '6', 'and', 'got', 'a', 'large', 'with', '2', 'inch', 'heels', 'i', 'still', 'trip', 'and', 'not', 'about', 'to', 'wear', 'really', 'high', 'herls'] ['ill', 'keep', 'it', 'tho', 'because', 'its', 'a', 'nuce', 'dressy', 'skirt', 'may', 'take', 'it', 'to', 'be', 'hemmed', 'but', 'the', 'last', 'item', 'i', 'got', 'hemmed', 'ended', 'up', 'an', 'uneven', 'mess', ',3,1,0', 'general', 'bottoms', 'skirts'] ['4755,1080,35', 'even', 'more', 'beautiful', 'in', 'person', 'i', 'was', 'on', 'the', 'fence', 'about', 'purchasing', 'this', 'dress', 'for', 'a', 'while', 'and', 'finally', 'took', 'the', 'plunge', 'glad', 'i', 'did', 'because', 'this', 'dress', 'is', 'stunning', 'and', 'very', 'comfortable', 'i', 'ordered', 'an', 'xsp', 'and', 'it', 'was', 'the', 'perfect', 'length', 'originally', 'i', 'had', 'also', 'considered', 'xxsp', 'while', 'it', 'fit', 'well', 'above', 'the', 'waist', 'it', 'was', 'slightly', 'too', 'short', 'for', 'reference', 'i', "'m", '5', 'ft', '3.5', 'inches', '105', 'pounds', ',5,1,0', 'general', 'dresses', 'dresses'] ['4756,1080,53', 'beautiful', 'and', 'flattering', 'this', 'dress', 'is', 'wonderful', 'wide', 'enough', 'straps', 'for', 'a', 'bra', 'to', 'be', 'concealed', 'lovely', 'pattern', 'that', 'draws', 'the', 'eye', 'down', 'instead', 'of', 'across', 'and', 'a', 'waistband', 'that', 'hits', 'at', 'the', 'narrowest', 'part', 'of', 'your', 'midsection', 'making', 'it', 'look', 'super-tiny', 'the', 'design', 'is', 'simple', 'but', 'very', 'clever', 'it', "'s", 'feminine', 'flattering', 'and', 'slimming', 'my', 'only', 'quibble', 'is', 'that', 'it', "'s", 'quite', 'long', 'and', 'i', "'m", 'almost', '5', '7', 'in', 'my', 'stocking', 'feet', 'i', 'will', 'have', 'to', 'wear', 'heels', 'or', 'have', 'it', 'hemmed', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['4757,1028,45', 'great', 'jeans', 'these', 'are', 'so', 'comfy', 'mom', 'of', 'two', 'boys', 'on', 'the', 'go', 'great', 'for', 'running', 'around', 'and', 'then', 'can', 'be', 'dressed', 'up', 'for', 'a', 'night', 'out', 'on', 'the', 'town', 'not', 'mom', 'jeans', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['4758,381,28', 'lovely', 'little', 'number', 'took', 'the', 'plunge', 'and', 'ordered', 'this', 'in', 'the', 'romantic', 'floral', 'pattern', 'i', 'almost', 'got', 'the', 'black', 'because', 'i', 'thought', 'it', 'would', 'be', "'timeless", 'but', 'the', 'print', 'is', 'so', 'fun', 'i', "'m", 'glad', 'i', 'went', 'with', 'it', 'ordered', 'a', 'size', 'm', 'for', 'reference', 'i', 'am', '5', '6', '135lbs', '34c', '28/39', 'and', 'the', 'fit', 'is', 'comfortable', 'i', 'do', "n't", 'need', 'a', 'lot', 'of', 'support', 'and', 'i', 'find', 'the', 'coverage', 'adequate', 'up', 'top', 'and', 'on', 'the', 'bottom', 'i', 'think', 'it', "'ll", 'still', 'fit', 'perfectly', 'even', 'if', 'i', 'lose', 'a', 'few', 'pounds', 'before', 'my', 'beach', 'trip', 'this', 'is', 'the', 'first', 'one-piece', 'i', "'ve", 'had', 'since', 'i', 'was', 'a', 'gi', ',5,1,7', 'initmates', 'intimate', 'swim'] ['4759,1080,40', 'love', 'this', 'dress', 'another', 'perfect', 'maxi', 'from', 'retailer', 'the', 'print', 'is', 'feminine', 'and', 'can', 'be', 'easily', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'ordered', 'my', 'normal', 'size', 'in', 'maxis', 'medium', 'and', 'the', 'top', 'fits', 'nice', 'and', 'snug', 'but', 'not', 'too', 'tight', 'i', 'am', 'busty', 'and', 'the', 'neckline', 'is', 'high', 'enough', 'that', 'i', 'do', "n't", 'feel', 'like', 'i', 'am', 'showing', 'too', 'much', 'cleavage', 'it', 'is', 'a', 'little', 'long', 'on', 'me', 'when', 'i', 'have', 'flip', 'flops', 'on', 'but', 'with', 'a', 'little', 'platform', 'sandal', 'it', 'will', 'be', 'perfect.,5,1,3', 'general', 'dresses', 'dresses'] ['4760,999,53', 'a', 'basic', 'for', 'my', 'closet', 'love', 'this', 'skirt', 'i', 'love', 'that', 'it', 'is', 'pleated', 'and', 'sheer', 'on', 'the', 'bottom', 'i', "'m", 'so', 'happy', 'i', 'found', 'it', 'online', 'love', 'anything', 'maeve', 'you', 'can', 'count', 'on', 'the', 'quality', 'and', 'simple', 'elegance', ',5,1,0', 'general', 'bottoms', 'skirts'] ['4761,1100,36', 'pretty', 'dress', 'with', 'problems', 'i', "'m", '5', '4', '32c', 'and', '125', 'lbs', 'i', 'ordered', 'the', 'size', '4p', 'and', 'while', 'the', 'color', 'and', 'fabric', 'is', 'pretty', 'the', 'back', 'and', 'front', 'bodice', 'were', 'much', 'to', 'low', 'to', 'wear', 'a', 'bra', 'even', 'if', 'i', 'were', 'to', 'shorten', 'the', 'straps', 'it', 'was', 'also', 'very', 'tight', 'across', 'my', 'ribs', 'despite', 'ordering', 'a', 'petite', 'the', 'hem', 'was', 'much', 'too', 'long', 'i', 'ended', 'up', 'returning', 'it', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['4762,1080,39', 'i', 'look', 'taller', 'gorgeous', 'dress', 'with', 'a', 'slimming', 'pattern', 'and', 'flattering', 'waistband', 'i', 'would', 'say', 'the', 'bust', 'cups', 'are', 'a', 'little', 'floppy', 'on', 'the', 'medium', 'petite', 'and', 'i', 'have', '36dds', 'like', 'others', 'i', 'wish', 'the', 'skirt', 'was', 'lined', 'but', 'it', "'s", 'not', 'a', 'deal', 'breaker', 'tracy', 'reese', 'did', 'a', 'great', 'job', 'creating', 'movement', 'in', 'the', 'skirt', 'and', 'flounce', 'without', 'the', 'bulk', 'i', 'can', 'wear', 'a', 'little', 'heel', 'but', 'wearing', 'flats', 'makes', 'the', 'hem', 'drag', ',5,1,0', 'general', 'dresses', 'dresses'] ['4763,1080,40', 'beautiful', 'flowy', 'summer', 'dress', 'the', 'cut', 'is', 'wonderful', 'and', 'the', 'fabric', 'is', 'soft', 'and', 'flowy', 'it', 'is', 'pretty', 'sheer', 'so', 'a', 'slip', 'is', 'recommended', 'i', 'wish', 'this', 'dress', 'had', 'a', 'lining', 'like', 'some', 'other', 'dresses', 'i', "'ve", 'gotten', 'at', 'retailer.,4,1,10', 'general', 'dresses', 'dresses'] ['4764,381,46', 'ruffled', 'halter', 'maillot', 'bought', 'this', 'for', 'my', 'girlfriend', 'and', 'she', 'could', "n't", 'be', 'happier', 'she', "'s", 'a', 'size', '4/34c', 'and', 'the', 'small', 'fits', 'perfectly', 'and', 'is', 'so', 'flattering', 'and', 'comfortable', 'highly', 'recommend.,5,1,1', 'initmates', 'intimate', 'swim'] ['4765,999,36', 'great', 'maxi', 'i', "'ve", 'been', 'looking', 'for', 'a', 'versatile', 'maxi', 'skirt', 'all', 'season', 'the', 'pleats', 'and', 'layered', 'look', 'were', 'a', 'great', 'effect', 'to', 'a', 'really', 'basic', 'navy', 'maxi', 'skirt', 'the', 'waist', 'is', 'elastic', 'great', 'for', 'after', 'baby', 'and', 'will', 'look', 'good', 'with', 'a', 'shirt', 'tucked', 'in', 'and', 'belt', 'the', 'only', 'drawback', 'is', 'that', 'it', "'s", 'a', 'little', 'too', 'long', 'and', 'will', 'drag', 'on', 'the', 'ground', 'if', 'i', 'wear', 'flats', 'i', "'m", '5', '7', 'soft', 'material', 'with', 'some', 'flowy', 'movement', 'when', 'you', 'walk.,4,1,2', 'general', 'bottoms', 'skirts'] ['4766,1080,29', 'as', 'other', 'reviewers', 'have', 'said', 'this', 'is', 'the', 'perfect', 'summer', 'maxi', 'dress', 'i', "'m", 'tall', 'just', 'under', '6', 'feet', 'and', 'while', 'the', 'dress', 'could', 'be', 'just', 'a', 'bit', 'longer', 'it', 'still', 'works', 'for', 'my', 'height', 'i', 'do', 'wish', 'the', 'skirt', 'was', 'lined', 'but', 'other', 'than', 'that', 'the', 'dress', 'is', 'excellent', 'worth', 'buying', 'at', 'full', 'price', 'if', 'you', "'re", 'worried', 'about', 'it', 'selling', 'out', ',5,1,1', 'general', 'dresses', 'dresses'] ['4767,1080,22', 'beautiful', 'classic', 'dress', 'i', 'ca', "n't", 'get', 'enough', 'of', 'this', 'dress', 'this', 'dress', 'is', 'everything', 'from', 'the', 'flattering', 'fit', 'to', 'the', 'colors', 'and', 'pattern', 'to', 'the', 'design', 'and', 'to', 'the', 'quality', 'this', 'dress', 'really', 'has', 'it', 'all', 'this', 'is', 'worth', 'every', 'penny', 'and', 'in', 'my', 'opinion', 'a', 'great', 'price', 'for', 'a', 'versatile', 'high', 'quality', 'dress', 'the', 'material', 'is', 'that', 'super', 'comfy', 'stretchy', 'material', 'which', 'is', 'perfect', 'for', 'everyday', 'it', 'is', 'a', 'no', 'brainer', 'and', 'easy', 'to', 'throw', 'on', 'also', 'the', 'neckline', 'is', 'flattering', 'and', 'sexy', 'without', 'showing', 'anything', 'definitely', 'can', 'wear', 'a', 'normal', 'bra', ',5,1,0', 'general', 'dresses', 'dresses'] ['4768,1080,39', 'beautiful', 'this', 'dress', 'is', 'so', 'easy', 'to', 'wear', 'the', 'neck', 'line', 'is', 'not', 'too', 'low', 'can', 'wear', 'a', 'regular', 'bra', 'it', 'flows', 'beautifully', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4769,1080,47', 'beautiful', 'dress', 'this', 'dress', 'is', 'so', 'much', 'prettier', 'in', 'person', 'the', 'pattern', 'is', 'unique', 'adorable', 'and', 'not', 'over-powering', 'i', "'m", 'an', 'xxs', 'petite', 'and', 'i', 'can', 'wear', 'the', 'dress', 'with', 'flats', '5ft', 'i', 'think', 'this', 'is', 'versatile', 'enough', 'to', 'wear', 'to', 'work', 'party', 'or', 'a', 'casual', 'wedding', 'the', 'fit', 'is', 'perfect', 'hugs', 'at', 'the', 'correct', 'spots', 'the', 'fabric', 'feels', 'really', 'soft', 'and', 'silky', 'and', 'feels', 'a', 'bit', 'heavy', 'which', 'allows', 'it', 'to', 'drape', 'nicely', 'overall', 'i', 'love', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['4770,381,59', 'breastfeeding', 'friendly', 'i', "'m", 'on', 'the', 'smaller', 'end', 'of', 'the', 'bust', 'spectrum', 'even', 'nursing', 'i', "'m", 'a', '32c/d', 'at', 'my', 'fullest', 'i', 'adore', 'this', 'suit', 'there', 'is', 'zero', 'support', 'so', 'if', 'you', 'need', 'that', 'move', 'on', 'do', "n't", 'buy', 'this', 'i', 'love', 'it', '-hides', 'the', 'post', 'partum', 'baby', 'puff', 'pattern', 'detracts', 'from', 'flaws', 'deep', 'plunge', 'is', 'modest', 'yet', 'still', 'sexy', 'and', 'it', "'s", 'super', 'stretchy', 'and', 'easily', 'be', 'pulled', 'aside', 'to', 'feed', 'a', 'baby', 'underneath', 'there', "'s", 'a', 'fabric', 'bra', 'insert', 'so', 'if', 'you', 'bend', 'over', 'nothing', 'can', 'be', 'seen', 'which', 'i', 'like', 'have', "n't", 'worn', 'in', 'water', 'or', 'waves', 'yet', 'but', 'fabric', 'feels', 'awesome', ',5,1,7', 'initmates', 'intimate', 'swim'] ['4771,1080,61', 'perfect', 'dress', 'this', 'is', 'the', 'perfect', 'dress', 'to', 'take', 'traveling', 'dress', 'it', 'up', 'with', 'heels', 'or', 'down', 'with', 'sandals', 'warm', 'up', 'and', 'wear', 'it', 'with', 'a', 'short', 'black', 'sweater', 'a', 'nice', 'easy', 'elegant', 'dress', 'size', 'small', 'fit', 'nicely', 'medium', 'probably', 'would', 'have', 'been', 'fine', 'too', ',5,1,6', 'general', 'dresses', 'dresses'] ['4772,381,30', 'flattering', 'and', 'subtle', 'this', 'is', 'a', 'really', 'nice', 'suit', 'it', 'fits', 'well', 'and', 'is', 'slimming', 'with', 'the', 'cross', 'waist', 'it', "'s", 'also', 'supportive', 'in', 'the', 'bust', 'even', 'and', 'maybe', 'especially', 'because', 'it', 'does', "n't", 'have', 'moulded', 'cups', 'or', 'underwire', 'which', 'allows', 'for', 'flexible', 'sizing', 'the', 'back', 'rises', 'high', 'enough', 'that', 'it', 'supports', 'around', 'the', 'chest', 'as', 'well', 'as', 'from', 'the', 'halter', 'straps', 'the', 'straps', 'are', 'wide', 'too', 'so', 'they', 'do', "n't", 'dig', 'in', 'and', 'are', 'comfortable', 'the', 'look', 'is', 'subtle', 'and', 'feminine', 'in', 'the', 'black', 'and', 'the', 'quality', 'is', 'good', 'it', 'is', 'true', 'to', 'size', 'but', 'might', 'run', 'a', 'tad', 'lar', ',5,1,0', 'initmates', 'intimate', 'swim'] ['4773,1080,36', ',beautiful', 'in', 'every', 'way', 'you', 'can', 'never', 'go', 'wrong', 'with', 'black', 'and', 'white', 'very', 'lightweight', 'since', 'it', "'s", 'not', 'a', 'lined', 'dress', 'so', 'it', "'s", 'perfect', 'for', 'our', 'florida', 'heat.,5,1,2', 'general', 'dresses', 'dresses'] ['4774,1059,52', 'classy', 'with', 'a', 'little', 'swagger', 'thrown', 'in', 'the', 'movement', 'in', 'these', 'culottes', 'when', 'i', 'walk', 'makes', 'me', 'feel', 'like', 'i', 'should', 'have', 'some', 'yeah', 'i', 'can', 'wear', 'these', 'attitude', 'not', 'only', 'is', 'the', 'quality', 'exceptional', 'but', 'the', 'fabric', 'is', 'thick', 'enough', 'to', 'hide', 'flaws', 'i', 'am', '5', '120', 'lbs', 'and', 'i', 'ordered', 'the', '4petite', 'i', 'am', 'usually', 'a', '6petite', 'the', 'size', '4p', 'fits', 'perfectly', 'i', 'ordered', 'the', 'apricot', 'color', 'great', 'neutral', 'i', "'m", 'so', 'happy', 'i', 'was', 'able', 'to', 'get', 'a', 'pair', '-there', "'s", 'a', 'reason', 'most', 'sizes', 'are', 'sold', 'out', 'i', 'have', 'short', 'legs', 'and', 'my', 'legs', 'are', 'medium', 'in', 'size', 'i', 'worried', 'about', 'the', 'thigh', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4775,1080,34', 'perfect', 'cut', 'this', 'maxi', 'is', 'perfect', 'the', 'neckline', 'is', 'sexy', 'but', 'not', 'too', 'sexy', 'yay', 'for', 'normal', 'bra', 'and', 'the', 'waistline', 'is', 'flattering', 'the', 'skirt', 'is', "n't", 'very', 'full', 'but', 'the', 'ruffle', 'effect', 'at', 'the', 'bottom', 'gives', 'it', 'nice', 'movement', 'it', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'ca', "n't", 'imagine', 'that', 'this', 'would', "n't", 'be', 'flattering', 'on', 'anyone', 'it', 'fit', 'totally', 'true', 'to', 'size', 'for', 'me', ',5,1,38', 'general', 'dresses', 'dresses'] ['4776,1080,43', 'playful', 'and', 'easy', 'to', 'wear', 'this', 'is', 'a', 'fantastic', 'maxi', 'it', 'is', 'very', 'flattering', 'you', 'can', 'wear', 'a', 'normal', 'bra', 'with', 'it', 'for', 'me', 'very', 'necessary', 'and', 'the', 'added', 'ruffle', 'makes', 'it', 'perfect', 'its', 'a', 'casual', 'fabric', 'but', 'because', 'of', 'the', 'contrast', 'in', 'fabric', 'can', 'be', 'dressed', 'up', 'easily'] [] ['i', 'am', '5', 'foot', '1', '123', 'and', 'curvy', 'on', 'top', 'and', 'ordered', 'a', 'small', 'petite', 'in', 'many', 'antrho', 'maxis', 'i', 'go', 'down', 'to', 'an', 'xs', 'but', 'in', 'this', 'one', 'the', 'small', 'felt', 'the', 'best', 'more', 'comfortable', 'around', 'the', 'waist'] [] ['will', 'get', 'tons', 'of', 'wear', 'out', 'of', 'this', 'have', 'already', 'taken', 'it', 'on', 'a', 'trip', 'and', 'wo', ',5,1,1', 'general', 'dresses', 'dresses'] ['4777,829,68', ',,5,1,0', 'general', 'tops', 'blouses'] ['4778,940,35', 'yay', 'a', 'long', 'one', 'i', 'really', 'love', 'everything', 'about', 'this', 'cardigan', 'the', 'detailing', 'at', 'the', 'bottom', 'part', 'of', 'the', 'arms', 'adds', 'a', 'lot', 'the', 'color', 'is', 'highly', 'versatile', 'it', 'is', 'a', 'thicker', 'fabric', 'so', 'it', 'keeps', 'you', 'warm', 'and', 'my', 'favorite', 'part', 'is', 'that', 'it', 'is', 'long', 'i', 'like', 'longer', 'cardigans', 'that', 'you', 'can', 'easily', 'pair', 'with', 'skinny', 'jeans', 'the', 'only', 'drawback', 'is', 'there', 'is', 'no', 'way', 'to', 'close', 'this', 'cardigan', 'likely', 'if', 'i', 'end', 'up', 'purchasing', 'this', 'i', 'will', 'also', 'purchase', 'some', 'sort', 'of', 'broach', 'to', 'pin', 'it', 'with', 'or', 'pair', 'it', 'with', 'one', 'of', 'the', 'belts', 'i', 'have', 'from', 'retailer', 'to', ',5,1,12', 'general', 'tops', 'sweaters'] ['4779,1024,37', 'practically', 'perfect', 'these', 'are', 'just', 'as', 'cute', 'as', 'pictured', 'they', 'are', 'generously', 'sized', 'made', 'from', 'soft', 'denim', 'the', 'denim', 'has', 'quite', 'a', 'bit', 'of', 'stretch', 'i', 'ordered', 'a', 'size', 'down', 'from', 'my', 'normal', 'size', 'i', 'was', 'surprised', 'by', 'all', 'the', 'extra', 'threads', 'in', 'the', 'pockets', 'they', 'were', 'still', 'attached', 'to', 'the', 'inside', 'of', 'the', 'pockets', 'it', 'just', 'made', 'them', 'feel', 'a', 'little', 'unfinished', 'these', 'did', "n't", 'impact', 'the', 'overall', 'wear', 'or', 'appearance', 'of', 'the', 'garment', 'the', 'straps', 'are', 'adjustable', 'with', 'two', 'buttons', 'on', 'the', 'overalls', 'and', 'three', 'strap-length', 'adjustments', 'on', 'the', 'straps', 'the,5,1,5', 'general', 'bottoms', 'jeans'] ['4780,829,26', 'versatile', 'love', 'this', 'shirt', 'got', 'it', 'in', 'the', 'blue', 'but', 'i', 'will', 'say', 'the', 'print', 'is', 'a', 'very', 'dark', 'navy', 'almost', 'black', 'i', "'m", '130', 'lbs', '34d', 'and', 'the', 'size', '6', 'fit', 'me', 'fine', 'so', 'i', 'would', 'disagree', 'with', 'other', 'reviews', 'that', 'says', 'it', 'runs', 'large', 'this', 'is', 'perfect', 'to', 'hide', 'muffin', 'tops', 'with', 'the', 'slight', 'swing', 'style', 'that', 'has', 'a', 'little', 'flair', ',5,1,0', 'general', 'tops', 'blouses'] ['4781,829,30', 'as', 'other', 'reviewers', 'have', 'said', 'this', 'shirt', 'runs', 'a', 'little', 'short', 'and', 'wide', 'i', 'usually', 'wear', 'petite', 'so', 'the', 'length', 'did', "n't", 'bother', 'me', 'the', 'sleeves', 'fit', 'me', 'perfectly', 'which', 'is', 'rare', 'in', 'regular', 'sizing', 'so', 'others', 'may', 'find', 'that', 'they', 'are', 'too', 'short', 'and', 'tight', 'to', 'fix', 'the', 'boxiness', 'issue', 'i', 'just', 'stitched', '2', 'of', 'the', 'seams', 'in', 'the', 'back', 'together', 'to', 'give', 'it', 'more', 'shape', 'since', 'i', 'bought', 'the', 'black', 'pattern', 'my', 'diy', 'fix', 'is', "n't", 'too', 'obvious', 'but', 'this', 'may', 'not', 'work', 'for', 'the', 'other', 'colors', 'it', 'needed', 'a', 'little', 'work', 'but', 'it', 'was', 'worth', 'it', 'fo', ',4,1,0', 'general', 'tops', 'blouses'] ['4782,829,25', 'quirky', 'staple', 'let', 'me', 'just', 'say', 'the', 'ski', 'pattern', 'is', 'the', 'cutest', 'thing', 'i', "'ve", 'ever', 'seen', 'i', 'literally', 'bought', 'it', 'as', 'soon', 'as', 'a', 'saw', 'it', 'i', 'got', 'a', 'size', '2.', 'i', "'m", 'usually', 'a', '0', 'or', '00', 'in', 'most', 'blouses', 'and', 'shirts', 'but', 'i', 'wanted', 'this', 'to', 'be', 'a', 'litter', 'looser', 'so', 'i', 'sized', 'up', 'it', "'s", 'definitely', 'not', 'oversized', 'even', 'though', 'i', 'sized', 'up', 'the', 'fit', 'is', 'a', 'little', 'boxy', 'and', 'a', 'little', 'shorter', 'in', 'the', 'front', 'really', 'flattering', 'in', 'my', 'opinion', 'the', 'material', 'is', 'really', 'nice', 'and', 'it', 'can', 'definitely', 'be', 'dressed', 'up', 'for', 'work', 'or', 'dressed', 'down', 'with', 'jeans', 'and', 'a', 'chunky', 'scarf', ',5,1,1', 'general', 'tops', 'blouses'] ['4783,829,28', 'short', 'and', 'wide', 'first', 'off', 'the', 'prints', 'are', 'gorgeous', 'i', 'ordered', 'three', 'i', 'wanted', 'to', 'love', 'them', 'but', 'unfortunately', 'i', 'found', 'them', 'short', 'and', 'wide', 'so', 'back', 'they', 'go', ',3,1,0', 'general', 'tops', 'blouses'] ['4784,829,42', 'too', 'short', 'i', 'did', "n't", 'have', 'any', 'problems', 'with', 'the', 'fit', 'i', 'love', 'the', 'puffin', 'pattern', 'the', 'material', 'is', 'nice', '-it', "'s", 'just', 'so', 'short', 'i', 'really', 'have', "n't", 'decided', 'if', 'the', 'print', 'is', 'worth', 'the', 'awkwardness', 'of', 'the', 'length', 'or', 'if', 'i', "'ll", 'just', 'keep', 'it', 'and', 'only', 'wear', 'it', 'when', 'it', "'s", 'cool', 'enough', 'outside', 'to', 'wear', 'a', 'tank', 'under', 'it', 'so', 'i', 'can', 'avoid', 'flashing', 'my', 'stomach', 'every', 'time', 'i', 'lift', 'my', 'arms', 'but', 'yeah', 'it', 'stops', 'right', 'at', 'my', 'waist', 'in', 'front', 'way', 'too', 'short', 'stop', 'making', 'these', 'great', 'shirts', 'so', 'short', 'please', ',3,0,0', 'general', 'tops', 'blouses'] ['4785,940,47', ',absolutely', 'beautiful', 'quality', 'is', 'worth', 'it', 'i', 'agree', 'with', 'other', 'review', 'and', 'also', 'sized', 'down', 'from', 'large', 'to', 'medium', 'for', 'a', 'more', 'fitted', 'look', 'the', 'color', 'is', 'gorgeous', 'lighter', 'shade', 'of', 'brown', 'so', 'thrilled', 'material', 'does', 'not', 'contain', 'dreaded', 'wool', 'lol', ',5,1,17', 'general', 'tops', 'sweaters'] ['4786,1094,35', ',,4,1,0', 'general', 'dresses', 'dresses'] ['4787,940,33', ',beautiful', 'stitching', 'on', 'the', 'sweater', 'very', 'soft', 'and', 'a', 'nice', 'length', 'as', 'well', 'like', 'the', 'soft', 'brown', 'color', 'will', 'match', 'many', 'things', 'in', 'my', 'wardrobe.,5,1,0', 'general', 'tops', 'sweaters'] ['4788,1145,46', 'perfect', 'for', 'a', 'tent', 'this', 'runs', 'sooo', 'big', 'i', 'normally', 'wear', 'a', 'large', '145lb', "5'-4", '36dd', 'but', 'due', 'to', 'the', 'limited', 'sizing', 'small', 'or', 'medium', 'i', 'chose', 'small', 'because', 'it', 'looked', 'big', 'on', 'the', 'model', 'and', 'this', 'style', 'of', 'dress', 'seem', 'to', 'run', 'large', 'the', 'size', 'small', 'that', 'i', 'ordered', 'couldve', 'fit', 'two', 'people', 'easily', 'together', 'i', 'loved', 'the', 'pattern', 'color', 'and', 'the', 'slip', 'underneath', 'actually', 'fit', 'well', 'but', 'i', 'dont', 'want', 'to', 'look', 'like', 'im', 'wearing', 'a', 'tent', 'lol', 'also', 'the', 'back', 'is', 'slightly', 'longer', 'than', 'the', 'front', 'something', 'i', 'couldnt', 'see', 'from', 'the', 'pictures', 'online', ',1,0,2', 'general', 'trend', 'trend'] ['4789,829,23', 'adorable', 'i', 'am', 'partial', 'to', 'maeve', 'tops', 'i', 'love', 'the', 'prints', 'i', 'loved', 'the', 'ski', 'print', 'as', 'soon', 'as', 'i', 'spotted', 'it', 'i', 'think', 'its', 'such', 'a', 'darling', 'shirt', 'for', 'winter', 'the', 'material', 'is', 'light', 'weight', 'which', 'is', 'perfect', 'for', 'layering', 'i', "'m", 'planning', 'on', 'wearing', 'it', 'with', 'my', 'fur', 'vest', 'as', 'well', 'as', 'a', 'knit', 'vest', 'i', 'got', 'at', 'retailer', 'last', 'summer', 'i', 'got', 'a', '4', 'i', 'go', 'between', '2', 'and', '4', 'because', 'i', 'prefer', 'some', 'room', 'in', 'button', 'down', 'shirts', 'and', 'it', 'fits', 'as', 'planned', 'i', 'wanted', 'to', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'but', 'i', 'was', 'worried', 'about', 'selling', 'out', 'so', 'i', 'picked', 'up', 'on', 'black', 'f', ',5,1,1', 'general', 'tops', 'blouses'] ['4790,829,62', 'weird', 'maeve', 'sizing/fit', 'as', 'another', 'reviewer', 'mentioned', 'maeve', 'really', 'needs', 'to', 'get', 'their', 'sizing', 'under', 'control', 'and', 'more', 'consistent', 'i', 'ordered', 'a', '4', 'and', 'while', 'it', 'fits', 'i', 'think', 'a', '6', 'would', 'be', 'more', 'comfortable', 'in', 'the', 'arms', 'and', 'shoulders', 'and', 'i', "'m", 'a', 'thin', 'build', 'the', 'length', 'on', 'this', 'was', 'also', 'a', 'little', 'weird', 'to', 'me', 'a', 'little', 'swingy/flared', 'but', 'also', 'short', 'making', 'me', 'feel', 'like', 'i', "'d", 'always', 'be', 'playing', 'with', 'it', 'while', 'wearing', 'the', 'orange', 'print', 'is', 'absolutely', 'adorable', 'i', 'just', 'wish', 'the', 'cut', 'were', 'more', 'similar', 'to', 'past', 'buttondowns', 'that', 'maeve', 'has', 'don', ',3,1,2', 'general', 'tops', 'blouses'] ['4791,829,41', ',what', 'a', 'sweet', 'shirt', 'the', 'ski', 'pattern', 'is', 'adorable', 'and', 'they', 'have', 'a', 'cute', 'cat', 'pattern', 'that', 'i', "'ve", 'only', 'seen', 'so', 'far', 'in', 'the', 'store', 'the', 'fit', 'is', 'small', 'i', 'sized', 'up', 'from', 'my', 'normal', '8', 'to', 'a', '10', 'but', 'could', 'have', 'even', 'gone', 'to', 'a', '12', 'as', 'there', 'was', "n't", 'much', 'difference', 'between', 'the', '10', 'and', 'the', '12', 'except', 'in', 'length.,5,1,31', 'general', 'tops', 'blouses'] ['4792,1110,41', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'striped', 'material', 'was', 'very', 'nice', 'and', 'would', 'go', 'with', 'so', 'much', 'plus', 'the', 'length', 'was', 'great', 'however', 'the', 'buttons', 'were', 'a', 'nightmare', 'the', 'buttons', 'are', 'barely', 'in', 'the', 'button', 'holes', 'and', 'give', 'very', 'easily', 'the', 'linen', 'material', 'is', 'going', 'to', 'give', 'even', 'more', 'with', 'wear', 'and', 'the', 'button', 'holes', 'are', 'sure', 'to', 'loosen', 'up', 'even', 'more', 'as', 'i', 'was', 'trying', 'the', 'dress', 'on', 'and', 'moving', 'around', 'two', 'different', 'buttons', 'gave', 'way', 'on', 'me', 'maybe', 'the', 'very', 'slender', 'will', 'be', 'able', 'to', 'wear', 'this', 'without', 'buttons', 'sliding', 'out', ',3,0,18', 'general', 'petite', 'dresses', 'dresses'] ['4793,829,29', 'excellent', 'purchase', 'bought', 'with', 'the', '25', 'off', 'retailer', 'was', 'running', 'usually', 'a', 'little', 'skeptical', 'of', 'maeve', 'regarding', 'size', 'but', 'the', 'material', 'of', 'these', 'shirts', 'is', 'excellent', 'bought', 'the', 'ski', 'print', 'and', 'the', 'red', 'penguin', 'print', 'perfect', 'for', 'low-key', 'and', 'where', 'i', 'work', ',5,1,0', 'general', 'tops', 'blouses'] ['4794,829,40', 'great', 'prints', 'i', 'am', 'submitting', 'this', 'review', 'because', 'there', 'were', 'size', 'issues', 'mentioned', 'in', 'some', 'reviews', 'i', 'generally', 'wear', 'a', 'size', '4', 'but', 'often', 'size', 'up', 'to', 'a', '6', 'because', 'i', "'m", 'a', 'd', 'cup', 'i', 'purchased', 'an', '8', 'in', 'this', 'because', 'of', 'reviews', 'saying', 'it', 'was', 'small', 'trying', 'it', 'on', 'the', '8', 'is', 'fine', 'but', 'it', 'does', 'tent', 'out', 'a', 'lot', 'at', 'the', 'bottom', 'i', 'think', 'i', 'may', 'have', 'been', 'fine', 'with', 'the', '6', 'because', 'of', 'that', 'it', 'seems', 'a', 'little', 'big', 'from', 'the', 'back', 'view', ',4,1,0', 'general', 'tops', 'blouses'] ['4795,829,39', 'beautiful', 'top', 'i', 'usually', 'wear', 'a', '4', 'in', 'maeve', 'and', 'purchased', 'this', 'is', 'a', '6', 'in', 'the', 'orange', 'i', "'m", 'just', 'over', '5', '7', '34c', 'size', '26/27', 'jeans', 'through', 'the', 'bust', 'and', 'arms', 'the', '6', 'fits', 'great', 'i', 'still', 'found', 'the', 'front', 'to', 'be', 'just', 'a', 'tad', 'shorter', 'than', 'i', 'am', 'comfortable', 'it', 'hangs', 'well', 'though', 'if', 'not', 'a', 'bit', 'loose', 'definitely', 'more', 'billowy', 'and', 'boxy', 'feeling', 'in', 'person', 'i', 'think', 'if', 'it', 'were', 'slightly', 'fitted', 'through', 'the', 'waist', 'the', 'length', 'would', "n't", 'be', 'an', 'issue', 'and', 'it', 'is', "n't", 'even', 'that', 'much', 'of', 'an', 'issue', 'but', 'i', 'did', 'knock', 'off', 'a', 'star', 'for', 'that', 'reason', 'i', 'bo', ',4,1,3', 'general', 'tops', 'blouses'] ['4796,940,70', 'high', 'quality', 'soft', 'thick', 'fabric', 'that', 'drapes', 'well', 'keeps', 'you', 'warm', 'and', 'figure', 'flattering', 'i', "'m", '5', '4', 'and', 'the', 'length', 'is', 'perfect', 'the', 'color', 'is', 'a', 'great', 'neutral', 'that', 'goes', 'well', 'with', 'everything', 'love', 'the', 'design', 'detail', 'throughout', 'this', 'cardigan', 'does', 'not', 'have', 'a', 'button', 'or', 'tie', 'closure', 'so', 'if', 'you', 'are', 'between', 'sizes', 'go', 'with', 'the', 'smaller', 'size', 'for', 'a', 'tailored', 'fit', ',5,1,19', 'general', 'tops', 'sweaters'] ['4797,829,39', 'love', 'it', 'typical', 'nice', 'comfy', 'shirt', 'i', 'tried', 'this', 'on', 'in', 'the', 'sotre', 'in', 'balck', 'as', 'i', 'was', 'planning', 'on', 'ordering', 'the', 'orangey', 'one'] [] ['my', 'usual', 'is', '0', 'or', '2', 'sometimes', 'petites', 'i', 'thought', 'the', 'regular', '0', 'was', 'sjut', 'fine', 'and', 'flattering', 'fabric', 'is', 'soft', 'adn', 'every', 'pattern', 'they', 'ahd', 'in', 'store', 'was', 'really', 'nice', 'no', 'orange-red', 'though', 'was', 'not', 'overly', 'snug', 'anywhere', 'and', 'i', 'am', 'a', 'bit', 'braod', 'for', 'my', 'size'] [] ['i', 'deceided', 'not', 'to', 'purchase', 'only', 'because', 'i', 'have', 'done', 'seriosu', 'damage', 'in', 'the', 'last', 'month', 'multiple', 'purcahses', 'and', 'this', 'was', 'one', 'of', '2', 'i', 'had', 'to', 'pick', 'if', 'it', 'goes', 'on', 'sal', ',5,1,0', 'general', 'tops', 'blouses'] ['4798,940,33', 'more', 'beautiful', 'in', 'person', 'this', 'is', 'the', 'second', 'sweater', 'i', "'ve", 'purchased', 'recently', 'that', 'i', 'overlooked', 'online', 'but', 'fell', 'in', 'love', 'with', 'once', 'i', 'tried', 'it', 'on', 'it', 'is', 'extremely', 'flattering', 'and', 'the', 'length', 'is', 'perfect', 'i', 'will', 'be', 'wearing', 'this', 'a', 'lot', 'i', 'am', "5'-7", '138', 'lbs', 'and', 'the', 'medium', 'fit', 'perfectly', ',5,1,3', 'general', 'tops', 'sweaters'] ['4799,829,56', 'my', 'winter', 'wonderland', 'i', 'seldom', 'buy', 'prints', 'and', 'almost', 'never', 'buy', 'a', 'traditional', 'button', 'front', 'blouse', 'but', 'this', 'shirt', 'is', 'my', 'favorite', 'purchase', 'of', 'the', 'season', 'i', 'chose', 'the', 'skier', 'print', 'as', 'it', 'was', 'whimsical', 'and', 'subtle', 'rather', 'than', 'wear', 'it', 'buttoned', 'and', 'tucked', 'i', 'use', 'it', 'as', 'a', 'jacket', 'over', 'solid', 'tees', 'i', 'bought', 'it', 'a', 'size', 'larger', 'for', 'this', 'reason', 'i', 'like', 'the', 'layered', 'look', 'and', 'the', 'fabric', 'is', 'flowy', 'and', 'drapes', 'nicely', 'i', 'have', 'been', 'so', 'pleased', 'with', 'every', 'piece', 'of', 'maeve', 'clothing', 'i', 'have', 'purchased', 'once', 'again', 'thinking', 'slightly', 'outside', 'my', 'comfort-z', ',5,1,0', 'general', 'tops', 'blouses'] ['4800,829,46', 'size', '16', 'cut', 'inconsistently', 'too', 'small', 'this', 'top', 'was', 'a', 'big', 'disappointment', 'i', 'ordered', 'two', 'of', 'the', 'grey', 'motif', 'with', 'the', 'print', 'of', 'the', 'forest', 'animals', 'in', 'size', '16.', 'neither', 'of', 'them', 'fit', 'well', 'but', 'one', 'was', 'cut', 'much', 'smaller', 'than', 'the', 'other', 'i', "'ve", 'had', 'this', 'problem', 'with', 'all', 'of', 'the', 'numerically-sized', 'buttondown', 'style', 'of', 'maeve', 'tops', 'i', 'do', "n't", 'understand', 'why', 'in', 'size', '14', '16', 'this', 'keeps', 'happening', 'that', "'s", 'why', 'i', 'purchase', 'two', 'of', 'each', 'usually', 'one', 'fits', 'and', 'the', 'other', 'does', "n't", 'this', 'time', 'unfortunately', 'neither', 'worked', 'they', 'both', 'were', 'too', 'tight', 'in', 'the', 'arms/shoulders', ',1,0,3', 'general', 'tops', 'blouses'] ['4801,829,47', 'adorable', 'cat', 'pattern', 'but', 'strange', 'fit', 'love', 'the', 'cute', 'cat', 'pattern', 'and', 'quality', 'of', 'the', 'blouse', 'unfortunately', 'the', 'front', 'was', 'too', 'short', 'and', 'the', 'back', 'did', "n't", 'fall', 'properly', 'also', 'i', 'found', 'the', 'arms', 'to', 'be', 'tight', 'i', "'m", 'usually', 'an', 'xs', 'and', 'a', 'size', '2', 'in', 'maeve', 'blouses', 'i', 'would', "'ve", 'ordered', 'the', 'the', '4', 'but', 'it', "'s", 'sold', 'out', 'definitely', 'size', 'up', 'if', 'possible', ',4,1,0', 'general', 'tops', 'blouses'] ['4802,1094,47', 'gorgeous', 'but', 'so', 'big', 'i', 'got', 'eh', 'pxs', 'and', 'it', "'s", 'like', 'a', 'mumu', 'i', 'wiill', 'return', ',2,0,0', 'general', 'dresses', 'dresses'] ['4803,825,34', 'a', 'bit', 'wide', 'in', 'the', 'torso', 'but', 'the', 'detail', 'at', 'the', 'bottom', 'of', 'shirt', 'makes', 'up', 'for', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['4804,1094,42', 'lovely', 'but', 'runs', 'very', 'large', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'a', 'small', 'i', "'m", 'a', 'size', '6', 'in', 'most', 'retailer', 'dresses', 'and', 'it', 'was', 'enormous', 'i', "'m", 'short', '5', '2', 'so', 'i', 'knew', 'i', "'d", 'need', 'a', 'petite', 'size', 'ordered', 'a', 'petite', 'small', 'and', 'the', 'length', 'is', 'better', 'still', 'a', 'lot', 'of', 'fabric', 'but', 'i', 'think', 'a', 'petite', 'xs', 'would', 'be', 'too', 'small', 'if', 'you', 'are', 'curvier', 'up', 'top', 'i', "'m", 'a', 'full', '34d', 'and', 'the', 'petite', 'small', 'is', 'just', 'slightly', 'tight', 'in', 'the', 'bust', 'definitely', 'size', 'down', 'in', 'this', 'or', 'you', "'ll", 'be', 'swimming', 'in', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4805,829,29', 'great', 'top', 'i', 'loved', 'this', 'top', 'so', 'much', 'i', 'ended', 'up', 'getting', 'it', 'in', 'three', 'colors', 'it', "'s", 'comfortable', 'and', 'so', 'easy', 'to', 'wear', 'it', 'does', 'run', 'large', 'though', 'in', 'my', 'opinion', 'i', 'normally', 'wear', 'a', '6', 'in', 'tops', 'and', 'i', 'bought', 'this', 'is', 'a', '2.,5,1,1', 'general', 'tops', 'blouses'] ['4806,1145,35', 'huge', 'i', 'like', 'my', 'dresses', 'oversized', 'but', 'this', 'one', 'is', 'ridiculous', 'it', "'s", 'seriously', 'unflattering', 'i', 'usually', 'between', 'a', 'm', 'a', 'l', 'and', 'i', 'got', 'a', 'small', 'and', 'it', "'s", 'still', 'massive', 'but', 'the', 'slip', 'is', 'tiny'] [] ['it', 'looks', 'so', 'cute', 'in', 'the', 'picture', 'but', 'not', 'good', 'in', 'person', ',2,0,2', 'general', 'trend', 'trend'] ['4807,829,26', 'i', 'love', 'this', 'shirt', 'i', 'got', 'the', 'one', 'with', 'the', 'skiiers', 'for', 'reference', 'i', 'got', 'a', 'size', '2', 'and', 'i', "'m", '5', '6', '135', 'pounds', 'it', "'s", 'a', 'bit', 'tight', 'around', 'my', 'shoulders', 'but', 'not', 'enough', 'to', 'make', 'me', 'want', 'a', 'size', '4.', 'if', 'you', 'have', 'broader', 'shoulders', 'a', '4', 'would', 'probably', 'be', 'good', 'the', 'bottom', 'flares', 'out', 'a', 'little', 'and', 'is', 'cut', 'shorter', 'than', 'other', 'button', 'downs', 'it', "'s", 'too', 'short', 'to', 'really', 'tuck', 'in', 'comfortably', 'the', 'print', 'is', 'absolutely', 'perfect', 'the', 'shirt', 'is', 'soft', 'and', 'very', 'flattering', 'it', "'s", 'pricey', 'but', 'super', 'cute', ',5,1,0', 'general', 'tops', 'blouses'] ['4808,1024,44', 'awesome', 'jumpsuit', 'many', 'compliments', 'i', 'purchased', 'this', 'online', 'and', 'absolutely', 'love', 'this', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'received', 'many', 'compliments', 'its', 'also', 'so', 'soft', 'and', 'very', 'comfortable', 'a', 'must', 'have', ',5,1,2', 'general', 'bottoms', 'jeans'] ['4809,829,54', 'great', 'gift', 'my', 'kids', 'gave', 'me', 'this', 'blouse', 'for', 'christmas', 'in', 'my', 'usual', 'size', '6.', 'it', 'was', 'so', 'tight', 'through', 'the', 'chest', 'shoulders', 'and', 'arms', 'i', 'ended', 'up', 'having', 'to', 'exchange', 'it', 'for', 'at', 'size', '10', 'there', 'was', 'barely', 'any', 'difference', 'in', 'the', 'size', '8.', 'unfortunately', 'i', 'now', 'need', 'to', 'have', 'the', 'sleeves', 'shortened', 'but', 'as', 'this', 'blouse', 'is', 'so', 'cute', 'it', "'s", 'worth', 'the', 'effort', ',4,1,3', 'general', 'tops', 'blouses'] ['4810,1024,38', 'sooooo', 'cute', 'i', 'had', 'been', 'looking', 'for', 'something', 'like', 'this', 'to', 'add', 'to', 'my', 'summer', 'wardrobe', 'fortunately', 'for', 'me', 'i', 'saw', 'these', 'in', 'the', 'retailer', 'catalog', 'and', 'thought', 'how', 'perfect', 'exactly', 'what', 'i', "'ve", 'been', 'searching', 'for', 'they', 'are', 'a', 'bit', 'pricey', 'and', 'crotch', 'hangs', 'a', 'bit', 'lower', 'on', 'me', 'because', 'i', "'m", 'only', '5', '3', 'but', 'it', "'s", 'not', 'enough', 'to', 'make', 'me', 'send', 'them', 'back', 'i', 'will', 'have', 'them', 'altered', 'if', 'need', 'be', 'they', 'are', 'to', 'cute'] [] ['i', "'m", 'a', 'size', '4', 'in', 'pants', 'and', 'ordered', 'the', '29', 'i', 'wanted', 'some', 'wiggle', 'room', 'i', 'did', "n't", 'realize', 'the', 'denim', 'has', 'stretch', 'i', 'will', 'keep', 'the', ',5,1,1', 'general', 'bottoms', 'jeans'] ['4811,829,27', 'must', 'have', 'i', 'splurged', 'on', 'the', 'white', 'style', 'and', 'red', 'style', 'could', "n't", 'choose', 'between', 'the', 'two', 'shape', 'of', 'shirt', 'worked', 'for', 'me', 'the', 'white', 'style', 'is', "n't", 'too', 'thin', 'that', 'you', 'have', 'to', 'wear', 'something', 'underneath', 'costly', 'for', 'the', 'quality', 'of', 'fabric', 'but', 'i', 'had', 'a', 'gift', 'card', 'and', 'it', 'is', 'retailer', 'after', 'all', ',5,1,0', 'general', 'tops', 'blouses'] ['4812,904,27', 'loved', 'the', 'look', 'quality', 'was', 'great', 'but', 'did', "n't", 'work', 'for', 'me', 'too', 'busy', 'and', 'off-fitting', 'i', 'did', 'return', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['4813,1024,41', 'these', 'are', 'worth', 'the', 'money', 'gorgeous', 'fit', 'soft', 'denim', 'and', 'make', 'my', 'body', 'look', 'long', 'and', 'sleek', 'especially', 'my', 'bottom', 'i', 'wear', 'mine', 'w', 'a', 'white', 'tee', 'underneath', 'and', 'plan', 'to', 'add', 'booties', 'for', 'the', 'fall', 'but', 'for', 'now', 'platform', 'clogs', 'fabulous', ',5,1,3', 'general', 'bottoms', 'jeans'] ['4814,862,42', 'a', 'little', 'incongruous', 'the', 'fringe', 'and', 'fit', 'were', 'beautiful', 'but', 'the', 'lace', 'with', 'it', 'a', 'little', 'hard', 'to', 'see', 'in', 'the', 'photo', 'seemed', 'like', 'an', 'odd', 'pairing', 'just', 'too', 'much', 'going', 'on', 'returning', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['4815,829,32', 'cat', 'lovers', 'dream', 'blouse', 'i', 'bought', 'this', 'for', 'my', 'sister', 'it', 'is', 'perfect', 'for', 'your', 'favorite', 'cat', 'lover', 'the', 'print', 'is', 'adorable', 'up', 'close', 'but', 'not', 'overwhelming', 'to', 'secretly', 'hide', 'your', 'crazy', 'cat', 'lady', 'intentions', 'i', 'love', 'this', 'myself', 'the', 'material', 'is', 'soft', 'and', 'it', "'s", 'a', 'perfect', 'flowy', 'blouse', 'for', 'day', 'to', 'night', ',5,1,0', 'general', 'tops', 'blouses'] ['4816,829,28', 'short', 'i', "'m", '5', '7', 'and', 'bough', 'a', 'size', '8', 'regular', 'this', 'is', 'so', 'short', 'that', 'if', 'you', 'wear', 'with', 'jeans', 'you', 'can', 'see', 'a', 'midriff', 'cute', 'pattern', 'but', 'i', "'m", 'returning', 'it', ',2,0,0', 'general', 'tops', 'blouses'] ['4817,829,42', 'cute', 'but', 'short', 'tiny', 'collar', 'and', 'short', 'bodice', 'length', 'lovely', 'fabric', 'soft', 'and', 'silky', ',4,1,0', 'general', 'tops', 'blouses'] ['4818,829,60', 'conversationalist', 'buttondown', 'the', 'blouse', 'was', 'not', 'flattering', 'on', 'me', 'it', 'would', 'be', 'for', 'someone', 'with', 'a', 'straight', 'slim', 'body', 'type', 'it', 'falls', 'mid', 'hips', 'and', 'so', 'it', 'accentuates', 'my', 'hips', 'making', 'them', 'look', 'larger', 'it', "'s", 'flared', 'so', 'it', 'can', 'not', 'really', 'be', 'tucked', 'in', ',3,0,0', 'general', 'tops', 'blouses'] ['4819,306,48', 'so', 'cute', 'petite', 'fits', 'great', 'i', 'think', 'this', 'romper', 'is', 'super', 'stylish', 'kind', 'of', 'dvf-ish', 'and', 'it', "'s", 'as-pictured', 'except', 'it', "'s", 'more', 'colorful', 'in', 'person', 'the', 'vines', 'are', 'pink', 'and', 'pale', 'aqua', 'and', 'the', 'flowers', 'are', 'deeper', 'yellows', 'with', 'white', 'beige', 'parts', 'and', 'pink', 'dots', 'in', 'them', 'i', 'see', 'what', 'other', 'reviewers', 'mean', 'that', 'the', 'fabric', 'is', 'thin', 'it', 'is', 'but', 'i', 'would', "n't", 'say', 'sheer', 'it', "'s", 'a', 'lightweight', 'woven', 'fabric', 'the', 'problem', 'is', 'there', "'s", 'no', 'stretch', 'so', 'when', 'you', 'reach', 'up', 'the', 'whole', 'romper', 'hikes', 'up', 'i', 'think', 'it', "'s", 'true-to-size', 'i', 'got', 'my', 'usual', 'xspetite', 'and', 'it', 'fits', 'g', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['4820,829,37', 'adorable', 'fun', 'blouse', 'i', 'am', 'writing', 'this', 'because', 'my', 'experience', 'with', 'this', 'blouse', 'differs', 'from', 'that', 'of', 'the', 'other', 'reviewers', 'compared', 'to', 'all', 'my', 'other', 'maeve', 'blouses', 'this', 'top', 'fits', 'true', 'to', 'size/slightly', 'larger', 'than', 'usual', 'it', "'s", 'wider/boxier', 'than', 'it', 'appears', 'online', 'and', 'the', 'arms', 'are', 'totally', 'normal', 'in', 'fact', 'quite', 'roomy', 'on', 'me', 'all', 'the', 'other', 'reviewers', 'thus', 'far', 'have', 'complained', 'of', 'very', 'tight', 'arms/bust', 'and', 'had', 'to', 'size', 'up', 'i', 'am', 'having', 'the', 'opposite', 'dilemma', 'given', 'the', 'extra', 'width', 'due', 'to', 'the', 'cut', 'of', 'the', 'blouse', 'and', 'the', 'fact', 'that', 'the', ',5,1,2', 'general', 'tops', 'blouses'] ['4821,829,37', 'great', 'shirt', 'i', 'bought', 'the', 'red', 'penguins', 'and', 'its', 'adorable', 'i', 'am', 'returning', 'it', 'however', 'b/c', 'the', 'size', 'i', 'bought', 'was', 'too', 'big', 'with', 'that', 'said', 'it', 'was', 'my', 'error', 'not', 'the', 'brand', 'i', 'think', 'it', 'runs', 'true', 'to', 'size', ',5,1,1', 'general', 'tops', 'blouses'] ['4822,1110,45', 'loved', 'the', 'idea', 'but', 'i', 'saw', 'this', 'and', 'was', 'hoping', 'to', 'try', 'it', 'so', 'i', 'went', 'to', 'the', 'closest', 'retailer', 'the', 'design', 'of', 'this', 'dress', 'is', 'fantastic', 'but', 'if', 'you', 'have', 'curvy', 'hips', 'this', 'is', 'going', 'to', 'cause', 'you', 'problems', 'i', 'am', '32c-24-35', 'i', 'have', 'a', 'definite', 'curve', 'between', 'my', 'waist', 'and', 'hips', 'and', 'it', 'totally', 'interfered', 'with', 'the', 'line', 'of', 'the', 'dress', 'i', 'think', 'if', 'you', 'are', 'straighter', 'between', 'your', 'waist', 'and', 'hips', 'or', 'you', 'are', 'long', 'waisted', 'then', 'this', 'lovely', 'dress', 'is', 'for', 'you', 'the', 'waist', 'line', 'was', 'simply', 'too', 'long', 'i', 'needed', 'the', 'dress', 'to', 'flare', 'out', 'higher', 'the', 'to,4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4823,829,49', 'cute', 'top', 'but', 'uneven', 'fit', 'i', 'tried', 'the', 'black', 'cat', 'pattern', 'in', 'the', 'store', 'and', 'it', 'was', 'cute', 'but', 'the', 'sleeves', 'tend', 'to', 'run', 'quite', 'slim', 'while', 'the', 'bodice', 'is', 'loose', 'so', 'be', 'aware', 'you', 'may', 'want', 'to', 'size', 'up', 'if', 'you', 'ever', 'have', 'issues', 'with', 'tight', 'sleeves', ',4,1,1', 'general', 'tops', 'blouses'] ['4824,829,38', 'perfect', 'every', 'day', 'top', 'for', 'work', 'or', 'play', 'i', 'purchased', 'the', 'blue', 'stripes', 'and', 'the', 'black', 'cat', 'prints', 'on', 'sale', 'and', 'i', "'m", 'very', 'pleased', 'they', 'each', 'fit', 'me', 'a', 'little', 'differently', 'as', 'the', 'black', 'cats', 'fit', 'tighter', 'through', 'the', 'arms', 'the', 'stripes', 'remain', 'a', 'bit', 'looser', 'throughout', 'no', 'complaints', 'here', 'i', 'like', 'the', 'variation', 'i', 'ordered', 'a', 'size', 'small', 'as', 'i', "'m", 'normally', 'a', 'size', 'small', '36c', '135', 'lbs', '5', '2', ',5,1,0', 'general', 'tops', 'blouses'] ['4825,862,45', 'love', 'this', 'top', 'my', 'summer', 'go', 'to', 'fits', 'beautifully', 'cool', 'comfortable', 'the', 'only', 'reason', 'i', 'did', "n't", 'give', 'it', '5', 'stars', 'was', 'that', 'the', 'back', 'layer', 'is', 'a', 'little', 'thin', 'i', 'hate', 'that', 'just', 'beef', 'up', 'the', 'product', 'i', "'ll", 'spend', 'the', 'extra', 'to', 'have', 'a', 'perfect', 'shirt', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['4826,829,29', 'fun', 'blouses', 'with', 'cute', 'patterns', 'i', 'did', 'not', 'find', 'this', 'blouse', 'to', 'be', 'tight', 'in', 'the', 'arms', 'or', 'chest', 'i', "'m", 'a', '34a', 'though', 'so', 'maybe', 'that', 'is', 'why', 'i', 'also', 'do', "n't", 'have', 'a', 'problem', 'with', 'it', 'being', 'too', 'short', 'in', 'front', 'i', 'took', 'my', 'usual', 'size', '0.', 'i', 'like', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'prints', 'are', 'great', 'the', 'only', 'thing', 'i', 'slightly', 'dislike', 'is', 'the', 'flowy', 'bottom', 'of', 'the', 'shirt', 'i', 'wish', 'it', 'was', 'more', 'fitted', 'and', 'that', 'is', 'why', 'i', 'took', 'one', 'star', 'off', 'i', 'got', 'the', 'cat', 'print', 'the', 'cat', 'faces', 'are', 'white', 'and', 'on', 'random', 'faces', 'there', 'are', 'pink', 'ears', 'or', 'a', 'pink', 'nose.or', 'a', 'winking', 'eye', 'just', 'a,4,1,0', 'general', 'tops', 'blouses'] ['4827,940,55', 'nice', 'cardigan', 'this', 'is', 'a', 'beautiful', 'warm', 'cardigan', 'just', 'from', 'the', 'picture', 'thought', 'it', 'was', 'going', 'to', 'be', 'longer', 'bought', 'to', 'wear', 'with', 'leggings', 'but', 'ca', "n't", 'i', 'will', 'wear', 'it', 'with', 'jeans', 'skirts', 'and', 'dresses', 'i', 'am', '5', 'feet', '7.,4,1,2', 'general', 'tops', 'sweaters'] ['4828,327,66', 'not', 'for', 'd', 'cup', 'i', 'knew', 'going', 'in', 'that', 'it', 'may', 'not', 'fit', 'a', 'd', 'cup', 'but', 'the', 'fabric', 'is', 'beautiful', 'so', 'i', 'thought', 'i', "'d", 'give', 'it', 'a', 'try', 'i', 'wear', 'a', '36d', 'and', 'bought', 'a', 'large', 'it', "'s", 'got', 'a', 'clasp', 'in', 'the', 'back', 'so', 'there', "'s", 'no', 'adjustment', 'on', 'how', 'it', 'fits', 'around', 'which', 'for', 'me', 'was', 'too', 'big', 'the', 'triangles', 'did', 'not', 'provide', 'enough', 'coverage', 'left', 'too', 'much', 'side', 'boob', 'the', 'fabric', 'was', 'very', 'pretty', 'in', 'person', 'but', 'thinner', 'than', 'i', 'expected', 'which', 'also', 'made', 'it', 'seem', 'less', 'sturdy', 'sadly', 'have', 'to', 'return', 'and', 'cancel', 'the', 'back-ordered', 'bottoms', 'i', 'would', 'recommend', 'to', 'someone', ',4,1,8', 'initmates', 'intimate', 'swim'] ['4829,940,39', 'love', 'it', 'my', 'new', 'favorite', 'sweater', 'for', 'layering', 'perfect', 'color', 'length', 'and', 'fit', 'i', 'am', '5', '4', '125', 'and', 'purchased', 'my', 'usual', 'small', 'if', 'you', "'re", 'on', 'the', 'fence', 'about', 'this', 'one', 'i', 'say', 'try', 'it', 'on', 'it', "'s", 'totally', 'worth', 'it', ',5,1,2', 'general', 'tops', 'sweaters'] ['4830,327,36', 'gorgeous', 'prints', 'not', 'a', 'great', 'fit', 'for', 'everyone.', 'i', 'ordered', 'the', 'romantic', 'floral', 'in', 's', 'and', 'xs', 'to', 'try', 'on', 'at', 'home', 'and', 'just', 'love', 'the', 'print', 'the', 'fabric', 'is', 'so', 'pretty', 'and', 'unique', 'others', 'have', 'mentioned', 'how', 'thin', 'the', 'fabric', 'was', 'but', 'i', 'thought', 'it', 'was', 'pretty', 'standard', 'for', 'a', 'bikini/swimwear', 'and', 'had', 'no', 'complaints', 'myself', 'there', 'are', 'removable', 'cup', 'liners', 'so', 'nothing', 'can', 'really', 'show', 'through', 'the', 'top', 'the', 'sizing', 'was', 'tts', 'and', 'the', 'xs', 'fit', 'me', 'best', 'unfortunately', 'this', 'bikini', 'will', 'be', 'returned', 'because', 'the', 'fit', 'is', 'a', 'little', 'off', 'i', 'love', 'the', 'thicker', 'strap', 'at', 'the', 'bottom', 'of', 'the', 'ha', ',3,0,3', 'initmates', 'intimate', 'swim'] ['4831,829,33', 'no', 'problems', 'w', 'fit.', 'so', 'i', "'m", 'really', 'surprised', 'that', 'reviewers', 'said', 'the', 'fit', 'was', 'too', 'small', 'and', 'too', 'tight', 'in', 'the', 'arms', 'i', "'m", '5', '7', 'and', '183lbs', 'and', 'my', 'husband', 'god', 'bless', 'his', 'soul', 'bought', 'me', 'an', '8', 'for', 'my', 'birthday', 'i', 'tried', 'it', 'on', 'just', 'to', 'see', 'and', 'was', 'pretty', 'impressed', 'i', 'could', 'button', 'it', 'across', 'my', 'chest', 'and', 'get', 'it', 'over', 'my', 'arms', 'as', 'those', 'are', 'common', 'problem', 'areas', 'for', 'me', 'regardless', 'i', 'need', 'to', 'exchange', 'the', 'shirt', 'for', 'a', 'larger', 'size', 'because', 'even', 'though', 'i', 'got', 'it', 'on', 'its', 'not', 'how', 'is', 'supposed', 'to', 'look', 'the', 'shirt', 'is', 'loose', 'around', 'the', 'midsection', 'whi', ',5,1,2', 'general', 'tops', 'blouses'] ['4832,829,36', 'best', 'of', 'maeve', 'i', 'love', 'this', 'brand', 'they', 'produced', 'a', 'number', 'of', 'incredibly', 'cute', 'blouses', 'in', '2006-2010', 'and', 'i', "'ve", 'missed', 'their', 'quirky', 'designs', 'this', 'shirt', 'does', 'not', 'run', 'small', 'i', 'am', 'usually', 'a', '6', 'and', 'have', 'a', 'little', 'extra', 'room', 'in', 'the', 'chest', 'area', 'even', 'though', 'i', "'m", 'a', '34dd', 'the', 'arms', 'are', 'the', 'perfect', 'length', 'as', 'well', 'which', 'is', 'nice', 'as', 'i', 'have', 'long', 'arms', 'the', 'only', 'reason', 'i', 'did', 'not', 'give', 'it', 'five', 'stars', 'is', 'that', 'i', 'wish', 'it', 'was', 'a', 'bit', 'more', 'fitted', 'through', 'the', 'stomach', 'area', 'its', 'very', 'billowy', 'i', 'may', 'take', 'it', 'to', 'the', 'tailor', 'so', 'cute', 'though', 'on', 'a', 'side', ',4,1,1', 'general', 'tops', 'blouses'] ['4833,1075,45', 'okay', 'it', "'s", 'okay', 'for', 'a', 'coverup', 'or', 'beach', 'dress', 'and', 'lounging', 'around', 'the', 'house', 'it', "'s", 'comfy', 'and', 'i', 'like', 'the', 'detail', 'of', 'the', 'back', 'the', 'front', 'is', 'very', 'plain', 'but', 'okay', 'it', "'s", 'not', 'too', 'baggy', 'and', 'it', "'s", 'a', 'straight', 'cut', 'the', 'detail', 'in', 'the', 'back', 'makes', 'it', 'a', 'keeper', 'for', 'me', 'but', 'only', 'as', 'a', 'casual', 'dress', 'too', 'chill', 'at', 'home', 'or', 'quick', 'errands', 'to', 'grocery', 'store.,3,1,0', 'general', 'dresses', 'dresses'] ['4834,940,60', 'classic', 'sweater', 'beautiful', 'angel', 'of', 'the', 'north', 'sweater', 'tts', 'lovely', 'color', 'and', 'a', 'staple', 'classic', ',5,1,1', 'general', 'tops', 'sweaters'] ['4835,829,60', 'memories', 'when', 'i', 'saw', 'this', 'shirt', 'it', 'bought', 'back', 'wonderful', 'memories', 'of', 'ice', 'skating', 'on', 'wheatley', "'s", 'pond', 'as', 'a', 'child', 'where', 'i', 'primarily', 'grew', 'up', 'in', 'the', 'northeast', 'just', 'loved', 'it', 'i', 'tried', 'my', 'normal', 'size', '4', 'on', 'but', 'it', 'fell', 'off', 'my', 'shoulders', 'and', 'the', 'cuffs', 'fell', 'mid', 'hand', 'so', 'i', 'tried', 'the', 'size', '2', 'and', 'it', 'fit', 'perfectly', 'i', 'see', 'where', 'many', 'say', 'it', 'runs', 'small', 'and', 'for', 'full', 'busted', 'ladies', 'it', 'may', 'but', 'i', 'am', 'only', '34b', 'and', '116', 'lbs', 'and', 'the', 'size', '2', 'worked', 'fine', 'it', 'is', 'slightly', 'blousey', 'in', 'the', 'mid', 'section', 'but', 'not', 'overly', 'so', 'the', 'fabric', 'and', 'stitch', ',5,1,6', 'general', 'tops', 'blouses'] ['4836,829,35', 'love', 'maeve', 'generally', 'this', 'blouse', 'ran', 'so', 'short', 'in', 'the', 'body', 'it', 'has', 'to', 'go', 'back', 'it', 'would', 'not', 'cover', 'my', 'stomach', 'untucked', 'or', 'tucked', 'in', 'it', "'s", 'unfortunate', 'i', 'think', 'it', 'would', 'be', 'very', 'beautiful', 'and', 'flowey.,3,0,5', 'general', 'tops', 'blouses'] ['4837,829,57', 'its', 'alright', 'i', 'liked', 'this', 'top', 'okay', 'but', 'i', 'did', 'not', 'think', 'it', 'was', 'worth', 'full', 'price', 'i', 'thought', 'it', 'was', 'only', 'average.,2,0,1', 'general', 'tops', 'blouses'] ['4838,829,33', 'baggy', 'i', 'read', 'the', 'other', 'reviews', 'that', 'said', 'the', 'shirt', 'ran', 'small', 'but', 'i', 'found', 'that', 'it', 'fit', 'fine', 'and', 'i', 'chose', 'my', 'regular', 'size', 'in', 'maeve', 'the', 'only', 'issue', 'is', 'that', 'it', "'s", 'baggy', 'around', 'the', 'middle', 'which', 'is', 'a', 'little', 'off', 'and', 'i', 'found', 'that', 'it', 'was', 'a', 'little', 'too', 'short', 'i', 'gave', 'it', 'four', 'stars', 'because', 'of', 'the', 'print', 'i', 'chose', 'the', 'cat', 'print', 'and', 'it', "'s", 'just', 'so', 'adorable', 'i', 'might', 'try', 'to', 'have', 'the', 'shirt', 'taken', 'in', 'at', 'the', 'waist', 'and', 'then', 'it', 'would', 'be', 'perfect.,4,1,1', 'general', 'tops', 'blouses'] ['4839,825,38', 'really', 'interesting', 'blouse', 'very', 'happy', 'w/', 'purchase', 'great', 'blouse', 'for', 'curvy', 'women', 'i', "'m", 'always', 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'even', 'then', 'sometimes', 'the', 'xls', 'can', 'be', 'too', 'tight', 'to', 'keep', 'however', 'i', 'was', 'so', 'happily', 'surprised', 'with', 'this', 'blouse', 'the', 'arms', 'are', 'usually', 'an', 'issue', 'for', 'me', 'but', 'the', 'arms', 'in', 'the', 'blouse', 'are', 'perfect', 'and', 'loose', 'in', 'the', 'bicep', 'area', 'this', 'blouse', 'fits', 'beautifully', 'and', 'is', 'really', 'high', 'quality', 'the', 'blouse', 'lays', 'nicely', 'everywhere', 'i', 'plan', 'to', 'wear', 'it', 'with', 'a', 'pair', 'of', 'gray', 'pants', 'so', 'the', 'lace', 'cut', 'out', 'at', 'the', 'bottom', 'shows', 'up', 'more', 'the', 'lace', 'is', 'heavy', 'duty', 'and', 'does', "n't", ',5,1,0', 'general', 'tops', 'blouses'] ['4840,1024,52', 'stylish', 'and', 'fun', 'soft', 'stretch', 'denim', '70', "'s", 'fun', 'vibe', 'i', 'so', 'wanted', 'to', 'keep', 'this', 'but', 'for', 'me', 'the', 'sizing', 'was', 'off', 'i', 'ordered', 'a', 'size', '27', 'my', 'usual', 'denim', 'jeans', 'size', 'the', 'waist', 'down', 'fit', 'perfectly', 'but', 'i', 'could', "n't", 'zip', 'the', 'top', 'portion', 'i', 'fear', 'that', 'even', 'if', 'i', 'order', 'one', 'size', 'up', 'which', 'i', 'believe', 'would', 'still', 'be', 'ok', 'for', 'the', 'bottom', 'half', 'i', 'still', 'wo', "n't", 'have', 'enough', 'room', 'from', 'my', 'rib', 'cage', 'to', 'the', 'top', 'of', 'the', 'bib', 'section', 'i', 'had', 'a', '3', 'inch', 'gap', 'in', 'that', 'area'] ['for', 'full', 'disclosure', 'i', 'am', 'a', 'size', '36b', 'with', 'broad', 'shoulders', 'and', 'a', 'broad', 'back', ',3,1,4', 'general', 'bottoms', 'jeans'] ['4841,940,63', 'like', 'wearing', 'a', 'hug', 'great', 'sweater', 'beautiful', 'detail', 'warm', 'and', 'cozy', 'i', 'will', 'wear', 'this', 'well', 'into', 'spring', 'because', 'it', "'s", 'a', 'nice', 'weight', 'for', 'cool', 'spring', 'evenings', 'the', 'knit', 'pattern', 'is', 'beautiful', 'and', 'will', 'be', 'great', 'for', 'casual', 'wear', 'and', 'dressy', 'occasions', 'as', 'well', ',5,1,1', 'general', 'tops', 'sweaters'] ['4842,538,50', 'very', 'soft', 'the', 'straps', 'are', 'long', 'but', 'work', 'ok', 'for', 'me', 'the', 'material', 'is', 'very', 'soft', 'and', 'the', 'color', 'pink', 'is', 'very', 'nice', 'this', 'is', 'a', 'tank', 'you', 'can', 'wear', 'under', 'almost', 'anything', 'as', 'the', 'soft', 'silky', 'fabric', 'will', 'allow', 'whatever', 'you', 'wear', 'to', 'glide', 'right', 'over', 'it', 'no', 'sticking', ',5,1,1', 'initmates', 'intimate', 'layering'] ['4843,829,36', 'this', 'top', 'is', 'too', 'short', 'so', 'much', 'so', 'that', 'tucking', 'it', 'in', 'would', 'be', 'difficult', 'the', 'designs', 'are', 'lovely', 'but', 'the', 'short', 'length', 'is', 'putting', 'this', 'top', 'back', 'on', 'the', 'rack', ',2,0,3', 'general', 'tops', 'blouses'] ['4844,306,33', 'cheap', 'thin', 'fabric', 'too', 'bad', 'wanted', 'to', 'love', 'this', 'colorful', 'romper', 'the', 'fabric', 'was', 'suuuuper', 'thin', 'and', 'very', 'cheap', 'feeling', 'and', 'looking', 'no', 'way', 'would', 'i', 'wear', 'this.,1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['4845,829,45', 'lots', 'of', 'room', 'i', 'followed', 'the', 'reviews', 'and', 'bought', 'a', 'larger', 'size', 'in', 'the', 'blue', 'stripe', 'i', 'am', 'usually', 'a', 'size', '8', 'but', 'ordered', 'a', '12', 'ok', 'maybe', 'overkill', 'i', 'usually', 'have', 'problems', 'with', 'sleeves', 'being', 'too', 'tight', 'but', 'this', 'was', 'way', 'too', 'big', 'and', 'tent', 'like', 'i', 'will', 'be', 'hopefully', 'exchanging', 'it', 'in', 'store', 'for', 'a', 'smaller', 'size', 'stay', 'tuned', 'for', 'an', 'update', ',3,0,0', 'general', 'tops', 'blouses'] ['4846,829,42', 'cute', 'shirt', 'i', 'bought', 'this', 'shirt', 'in', 'the', 'black', 'cat', 'print', 'the', 'material', 'is', 'very', 'soft', 'and', 'it', 'has', 'a', 'nice', 'drape', 'i', 'wear', 'a', 'size', '32dd', 'and', 'worried', 'that', 'the', 'size', 'zero', 'may', 'be', 'too', 'small', 'across', 'the', 'bust', 'but', 'it', 'fits', 'perfectly', 'i', 'am', '5', 'feet', 'tall', 'with', 'a', 'petite', 'frame', 'the', 'front', 'of', 'the', 'shirt', 'falls', 'a', 'few', 'inches', 'below', 'my', 'waistline', 'and', 'the', 'back', 'of', 'the', 'shirt', 'is', 'longer', 'and', 'provides', 'plenty', 'of', 'coverage', 'so', 'it', 'can', 'be', 'worn', 'with', 'skinny', 'jeans', 'i', 'can', 'also', 'wear', 'this', 'to', 'work', 'with', 'a', 'pair', 'of', 'slacks', 'and', 'it', 'looks', 'nice', 'i', 'would', 'actually', 'love', 'to,5,1,0', 'general', 'tops', 'blouses'] ['4847,829,36', 'weird', 'fit', 'i', 'am', 'totally', 'on', 'the', 'fence', 'with', 'this', 'shirt', 'like', 'the', 'other', 'reviewers', 'i', 'sized', 'up', 'because', 'my', 'normal', '14', 'was', 'too', 'tight', 'in', 'the', 'chest', 'a', 'common', 'problem', 'for', 'me', 'the', 'arms', 'are', 'strangely', 'tight', 'and', 'i', 'did', "n't", 'get', 'much', 'more', 'room', 'in', 'the', 'bust', 'with', 'the', '16.', 'but', 'then', 'the', 'bottom', 'of', 'the', 'shirt', 'tents', 'away', 'and', 'hangs', 'funny', 'this', 'is', 'obviously', 'meant', 'for', 'those', 'with', 'a', 'very', 'small', 'bust', 'who', 'are', 'on', 'the', 'slender', 'side', 'i', 'love', 'the', 'pattern', 'and', 'material', 'though', 'so', 'i', "'m", 'going', 'to', 'visit', 'my', 'trusty', 'seamstress', 'and', 'see', 'if', 'she', 'can', 'place', 'dart', ',3,1,14', 'general', 'tops', 'blouses'] ['4848,829,38', 'cute', 'quirky', 'prints', 'and', 'comfortable', 'i', 'am', 'somewhat', 'of', 'a', 'perennial', 'sale-only', 'retailer', 'purchaser', 'often', 'even', 'when', 'a', 'promo', 'code', 'i', 'do', "n't", 'buy', 'full', 'price', 'lol', 'when', 'i', 'saw', 'this', 'top', 'i', 'decided', 'it', 'was', 'worth', 'it', 'i', 'got', 'the', 'penguin', 'print', 'my', '2-year-old', 'squealed', 'when', 'she', 'saw', 'me', 'pull', 'it', 'out', 'of', 'the', 'box', 'thanks', 'retailer', 'for', 'your', 'woodland-inspired', 'prints', 'that', 'enamor', 'my', 'little', 'one'] [] ['maeve', 'tends', 'to', 'run', 'big', 'so', 'i', 'went', 'with', 'the', '00.', 'in', 'my', 'opinion', 'it', 'fits', 'true', 'to', 'size', 'i', 'probably', 'would', 'have', 'liked', 'it', 'just', 'a', 'little', 'bigger', 'maybe', 'the', '0', 'would', 'have', 'been', 'bes', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4849,1024,62', 'favorite', 'summer', 'piece', 'i', 'love', 'these', 'so', 'very', 'much', 'by', 'far', 'my', 'favorite', 'addition', 'to', 'my', 'wardrobe', 'this', 'summer', 'i', 'find', 'they', 'are', 'the', 'first', 'thing', 'i', 'grab', 'because', 'i', 'feel', 'wonderful', 'in', 'them', 'they', 'fit', 'perfect', 'even', 'with', 'a', 'large', 'bust', 'which', 'i', 'was', 'afraid', 'i', 'would', 'not', 'be', 'able', 'to', 'pull', 'off', 'but', 'very', 'tastefully', 'do', 'i', 'highly', 'recommend', 'these', 'and', 'i', 'plan', 'to', 'wear', 'them', 'into', 'the', 'fall', 'with', 'boots', 'and', 'long', 'sleeve', 't-shirt', 'worth', 'every', 'penny', 'if', 'your', 'size', 'is', 'available', 'grab', 'them', 'you', 'will', 'be', 'happy', 'you', 'did.,5,1,2', 'general', 'bottoms', 'jeans'] ['4850,829,66', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4851,829,60', 'thumbs', 'up', 'for', 'the', 'downhill', 'skier', 'blouse', 'i', 'had', 'my', 'eye', 'on', 'the', 'skier', 'blouse', 'for', 'awhile', 'before', 'i', 'gave', 'in', 'to', 'the', 'purchase', 'love', 'it', 'for', 'fit', 'and', 'graphics', 'those', 'happy', 'little', 'skiers', 'i', 'think', 'many', 'reviewers', 'here', 'do', "n't", 'realize', 'this', 'blouse', 'has', 'the', 'cut', 'of', 'a', 'swing', 'style', 'it', "'s", 'not', 'meant', 'to', 'be', 'tailored', 'for', 'tucking', 'in', 'if', 'you', 'want', 'to', 'tuck', 'it', 'you', "'ll", 'be', 'wearing', 'a', 'high-waisted', 'skirt', 'or', 'pant', 'cute', 'also'] ['rayon', 'fabric', 'is', 'a', 'good', 'choice', 'for', 'the', 'style', 'being', 'heavier', 'than', 'cotton', 'and', 'having', 'a', 'better', 'drape', 'over', 'the', 'chest', 'the', 'sloping', 'longer', 'hemline', 'toward', 'the', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4852,829,34', ',such', 'a', 'cute', 'top', 'i', 'got', 'the', 'black', 'with', 'tiny', 'car', 'faces', 'on', 'it', 'absolutely', 'adore', 'it.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4853,1024,39', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['4854,1094,39', 'beautiful', 'bohemian', 'maxi', 'that', 'feels', 'like', 'soft', 'woven', 'cotton/poly', 'but', 'it', "'s", 'unfortunately', 'viscose', 'the', 'print', 'is', 'as', 'vibrant', 'detailed', 'as', 'expected', 'from', 'hemant', 'nandita', 'color', 'contrast', 'not', 'as', 'bright', 'irl', 'body', 'of', 'dress', 'flares', 'out', 'to', 'an', 'a-line', 'after', 'the', 'arm', 'holes', 'and', 'the', 'hem', 'is', 'a', 'shark', 'bite', 'to', 'show', 'off', 'your', 'footwear', 'there', 'is', 'no', 'lining', 'but', 'it', 'does', "n't", 'seem', 'see', 'through', 'very', 'relaxed', 'fit', 'that', 'feels', 'tts', 'but', 'if', 'you', 'prefer', 'a', 'slimmer', 'cut', 'and', 'are', 'of', 'slender', 'body', 'habitus', 'size', 'down', 'otherwise', 'if', 'you', 'are', 'busty', ',5,1,3', 'general', 'dresses', 'dresses'] ['4855,829,52', 'very', 'baggy', 'but', 'adorable', 'fabric', 'pattern', 'the', 'skiers', 'cats', 'and', 'puffin', 'patterns', 'are', 'adorable', 'and', 'i', 'was', 'very', 'tempted', 'to', 'keep', 'the', 'shirts', 'just', 'for', 'the', 'patterns', 'unfortunately', 'the', 'fit', 'was', 'awful', 'i', 'am', 'short', 'and', 'need', 'to', 'highlight', 'my', 'waist', 'and', 'this', 'shirt', 'did', 'the', 'opposite', 'the', 'skier', 'fabric', 'is', 'also', 'see-through', 'the', 'tenting', 'issue', 'could', 'be', 'fixed', 'if', 'you', 'belt', 'the', 'shirt', 'or', 'tuck', 'it', 'in', 'but', 'it', 'is', 'not', 'very', 'long', '100', 'rayon', 'fabric', 'is', 'a', 'bummer', 'too', 'the', 'shirt', 'was', 'snug', 'at', 'the', 'bicep', 'but', 'not', 'as', 'bad', 'as', 'i', 'expected', 'from', 'the', 'reviews', 'i', 'sized', 'up', 'from', 'an', '8', 'to', '10', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['4856,1110,35', 'so', 'close', 'like', 'another', 'reviewer', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'everything', 'about', 'this', 'screamed', 'perfection', 'the', 'length', 'the', 'cut', 'the', 'stripes', 'but', 'the', 'fit', 'was', 'really', 'off', 'for', 'me', 'i', "'m", '5', '10', 'and', 'am', 'usually', 'between', 'a', 'size', '8', 'and', '10.', 'i', 'tried', 'the', '8', 'and', 'the', 'body', 'fit', 'well', 'but', 'the', 'chest', 'and', 'straps', 'were', 'entirely', 'too', 'large', 'i', "'m", 'a', '34d', 'so', 'i', 'tried', 'the', 'size', '6', 'and', 'chest', 'and', 'straps', 'fit', 'but', 'the', 'body', 'pulled', 'at', 'the', 'buttons', 'normally', 'i', "'m", 'all', 'for', 'tailoring', 'to', 'fit', 'but', 'chest', 'would', 'have', 'needed', 'to', 'be', 'reconstructed', 'which', 'isn', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['4857,829,68', 'best', 'thing', 'i', "'ve", 'bought', 'myself', 'in', 'a', 'long', 'time', 'i', 'purchased', 'the', 'gray', 'motif', 'with', 'the', 'bright', 'flower', 'design', 'i', 'have', 'owned', 'many', 'blouses', 'in', 'my', 'lifetime', 'but', 'i', 'must', 'say', 'this', 'is', 'one', 'of', 'the', 'best', 'fitting', 'and', 'most', 'attractive', 'of', 'most', 'any', 'i', 'have', 'ever', 'owned', 'it', 'falls', 'just', 'right', 'on', 'my', 'body', 'and', 'is', 'smooth', 'and', 'luxurious', 'with', 'a', 'silky', 'feel', 'the', 'cuffs', 'fall', 'on', 'my', 'wrists', 'just', 'perfectly', 'the', 'color', 'is', 'just', 'right', 'for', 'my', 'fair', 'skin', 'and', 'light', 'hair', 'this', 'was', 'my', 'first', 'order', 'from', 'you', 'and', 'if', 'this', 'is', 'any', 'indication', 'of', 'the', 'quality', 'and', 'fit', 'i', 'will', 'receive', 'i', "'ll", 'do', 'a', 'lot', 'more', 'ord', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4858,829,28', 'ski', 'jumpers', 'i', 'love', 'the', 'design', 'on', 'this', 'top-', 'so', 'playful', 'i', 'was', 'super', 'confused', 'on', 'what', 'size', 'to', 'buy', 'since', 'all', 'the', 'reviews', 'said', 'different', 'things', 'so', 'i', 'bought', 'a', 'size', '0', 'and', 'size', '2.', 'i', "'m", 'usually', 'a', 'size', '0', 'or', 'xs', 'is', 'most', 'clothes', 'and', 'after', 'trying', 'both', 'on', 'i', 'kept', 'the', 'size', '0.', 'it', "'s", 'ever', 'so', 'slightly', 'snug', 'in', 'the', 'chest', 'area', 'but', 'the', 'sleeves', 'and', 'shoulder', 'areas', 'fit', 'perfectly', 'the', 'size', '2', 'was', 'a', 'little', 'too', 'wide', 'and', 'drapey', 'and', 'the', 'sleeves', 'were', 'a', 'little', 'long', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4859,829,43', 'fun', 'at', 'work', 'super', 'comfortable', 'great', 'layering', 'piece', 'or', 'by', 'itself', 'got', 'lots', 'of', 'compliments', 'at', 'work.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4860,829,39', 'not', 'cut', 'like', 'a', 'traditional', 'button', 'down', 'i', 'ordered', 'the', 'red', 'color', 'way', 'and', 'the', 'bird', 'print', 'is', 'very', 'cute', 'that', 'said', 'it', 'is', 'cut', 'a-line', 'and', 'not', 'like', 'a', 'regular', 'button', 'down', 'through', 'i', 'found', 'it', 'tts', 'and', 'good', 'quality', 'it', 'was', 'shorter', 'than', 'i', 'would', 'have', 'liked', 'this', 'exaggerated', 'the', 'a-line', 'shape', 'i', 'did', "n't", 'completely', 'dislike', 'it', 'but', 'i', 'did', "n't", 'love', 'it', 'either', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['4861,327,37', 'not', 'good', 'for', 'girls', 'with', 'a', 'big', 'chest', 'i', 'was', 'very', 'excited', 'about', 'this', 'product', 'when', 'i', 'saw', 'it', 'the', 'pattern', 'was', 'beautiful', 'in', 'the', 'romantic', 'floral', 'and', 'the', 'bottom', 'band', 'looked', 'like', 'the', 'bathing', 'suit', 'was', 'a', 'little', 'longer', 'so', 'i', 'felt', 'it', 'would', 'be', 'good', 'for', 'a', 'large', 'chest', 'when', 'i', 'received', 'the', 'package', 'i', 'knew', 'instantly', 'it', 'ran', 'small', 'i', 'tried', 'it', 'on', 'and', 'it', 'barely', 'covered', 'half', 'of', 'my', 'chest', 'also', 'the', 'band', 'at', 'the', 'bottom', 'is', 'actually', 'very', 'small', 'and', 'not', 'what', 'i', 'expected', 'the', 'print', 'is', 'just', 'as', 'lovely', 'in', 'person', 'as', 'it', 'is', 'online', 'i', 'do', "n't", 'even', 'know', 'if', 'sizing', 'up', 'will', 'mak,2,0,14', 'initmates', 'intimate', 'swim'] ['4862,829,61', 'conversationalist', 'button-down', 'with', 'cats', 'i', 'love', 'this', 'shirt', 'very', 'comfortable', 'and', 'has', 'a', 'nice', 'drape', 'i', 'originally', 'bought', 'the', 'size', 'i', 'normally', 'wear', 'but', 'found', 'it', 'to', 'be', 'a', 'little', 'tight', 'across', 'my', 'chest', 'so', 'i', 'returned', 'for', 'the', 'next', 'size', 'up'] [] ['very', 'well', 'made', 'and', 'not', 'sheer', 'so', 'did', 'not', 'have', 'to', 'wear', 'a', 'tank', 'underneath', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['4863,1110,38', ',i', "'m", 'so', 'glad', 'i', 'tried', 'this', 'dress', 'on', 'to', 'see', 'how', 'lovely', 'it', 'is', 'definitely', 'a', 'keeper', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['4864,829,26', 'nice', 'shirt', 'i', 'really', 'like', 'this', 'shirt', 'the', 'design', 'and', 'colors', 'are', 'very', 'good', 'i', 'ordered', 'the', 'black', 'one', 'with', 'cats', 'it', 'was', 'cool', 'however', 'in', 'general', 'i', 'do', "n't", 'like', 'high-low', 'tops', 'because', 'they', 'do', "n't", 'look', 'flattering', 'and', 'you', 'can', 'see', 'that', 'it', 'is', 'asymmetrical', 'from', 'the', 'front', 'makes', 'it', 'awkward', 'the', 'shirt', "'s", 'design', 'does', "n't", 'make', 'the', 'high-low', 'aspect', 'stand', 'out', 'much', 'which', 'is', 'great', 'but', 'it', 'is', 'a', 'tad', 'shorter', 'than', 'i', 'would', 'like', 'in', 'the', 'front', 'it', 'is', 'also', 'loose', 'fitting', 'it', 'is', 'perfect', 'for', 'a', 'slimmer', 'frame', 'but', 'on', 'my', 'curvy', 'figure', 'it', 'just', 'wa', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4865,1083,31', 'cute', 'fun', 'dress', 'got', 'tons', 'of', 'complements', 'and', 'can', 'work', 'for', 'many', 'seasons', 'just', 'throw', 'a', 'cardigan', 'for', 'fall', '-runs', 'a', 'little', 'bit', 'and', 'would', 'like', 'if', 'it', 'was', 'touch', 'longer', 'but', 'overall', 'very', 'happy', 'with', 'this', 'find', ',4,1,0', 'general', 'dresses', 'dresses'] ['4866,834,70', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4867,834,45', 'so', 'cute', 'i', 'am', 'in', 'love', 'with', 'this', 'top', 'it', 'is', 'so', 'feminine', 'and', 'cute', 'i', 'wear', 'it', 'with', 'skinny', 'jeans', 'and', 'tall', 'boots', 'and', 'feel', 'so', 'pretty', 'i', 'got', 'the', 'cream', 'color', 'i', 'wish', 'there', 'were', 'more', 'solid', 'colors', 'i', 'usually', 'wear', 'a', 'medium', 'which', 'is', 'what', 'i', 'ordered', 'and', 'i', 'love', 'how', 'it', 'fits', 'i', 'like', 'flowy', 'tops', 'so', 'it', 'is', 'perfect', 'please', 'make', 'solid', 'colors', ',5,1,14', 'general', 'petite', 'tops', 'blouses'] ['4868,823,43', 'awesome', 'what', 'a', 'wonderful', 'find', 'yes', 'it', 'runs', 'big', 'and', 'beautiful', 'love', 'the', 'quality', 'and', 'design', 'very', 'light', 'and', 'airy', 'this', 'is', 'great', 'for', 'me', 'because', 'i', "'m", 'not', 'short', 'i', 'am', 'busty', 'i', 'love', 'tunics', 'this', 'item', 'can', 'be', 'dressed', 'up', 'or', 'played', 'down', 'with', 'class', 'the', 'lining', 'is', 'a', 'perfect', 'complement', 'to', 'the', 'tunic', 'as', 'well', 'and', 'fits', 'nice', 'with', 'the', 'garment', 'i', 'am', 'usually', 'to', 'busy', 'to', 'write', 'a', 'review', 'but', 'i', 'felt', 'obligated', 'on', 'this', 'item', 'five', 'stars', ',5,1,9', 'general', 'tops', 'blouses'] ['4869,834,44', ',i', 'was', "n't", 'able', 'to', 'purchase', 'this', 'item', 'because', 'i', 'just', 'could', "n't", 'get', 'the', 'size', 'right', 'in', 'the', 'bust', 'the', 'small', 'puckered', 'at', 'the', 'bust', 'and', 'i', 'swam', 'in', 'the', 'medium', 'bummed', 'because', 'the', 'colors', 'are', 'so', 'vibrant', 'and', 'pretty', 'and', 'the', 'length', 'and', 'flow', 'were', 'great', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['4870,834,28', 'so', 'silky', 'soft', 'and', 'lightweight', 'just', 'got', 'this', 'shirt', 'in', 'the', 'mail', 'and', 'i', 'am', 'absolutely', 'in', 'love', 'i', 'paired', 'it', 'with', 'jeans', 'and', 'brown', 'boots', 'and', 'got', 'so', 'many', 'compliments', 'the', 'shirt', 'is', 'light', 'and', 'flowy', 'it', 'very', 'flattering', 'for', 'any', 'body', 'shape.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4871,1099,38', ',the', 'dress', 'runs', 'big', 'you', 'should', 'size', 'down', 'i', 'find', 'the', 'weight', 'to', 'be', 'great', 'for', 'mild', 'winter', 'weather', 'the', 'length', 'was', 'longer', 'than', 'i', 'expected', 'based', 'on', 'previous', 'reviews.,5,1,3', 'general', 'dresses', 'dresses'] ['4872,823,45', 'surprisingly', 'beautiful', 'the', 'picture', 'online', 'does', 'not', 'do', 'this', 'picture', 'justice', 'it', 'is', 'actually', 'very', 'pretty', 'and', 'delicate', 'i', 'love', 'the', 'sequins', 'other', 'reviewers', 'were', 'correct', 'it', 'is', 'a', 'little', 'big', 'but', 'a', 'great', 'tunic', 'to', 'dress', 'up', 'or', 'down', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['4873,823,33', 'beautiful', 'top', 'the', 'top', 'itself', 'is', 'beautiful', 'and', 'colors', 'are', 'like', 'pictured', 'my', 'only', 'issue', 'was', 'the', 'size', 'i', 'went', 'for', 'medium', 'i', "'m", 'usually', 'm', 'or', 'l', 'and', 'i', "'m", '5', '4', 'so', 'i', 'can', 'get', 'away', 'with', 'regular', 'and', 'pettite', 'this', 'top', 'was', 'way', 'too', 'long', 'looked', 'like', 'dress', 'on', 'me', 'i', "'m", 'sending', 'it', 'back', 'for', 'exchange', ',4,1,0', 'general', 'tops', 'blouses'] ['4874,834,40', 'very', 'nice', 'just', 'as', 'pictured', 'very', 'cute', 'top', 'just', 'as', 'pictured', 'nice', 'soft', 'material', 'color', 'is', 'bright', 'and', 'true', 'to', 'size', 'wore', 'it', 'to', 'work', 'today', 'on', 'casual', 'friday', 'and', 'received', 'many', 'compliments', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4875,826,36', 'love', 'love', 'i', 'love', 'this', 'top', 'and', 'it', "'s", 'so', 'pretty', 'in', 'person', 'knew', 'it', 'would', 'be', 'full', 'but', 'was', 'hoping', 'it', 'would', "n't", 'be', 'too', 'big', 'it', "'s", 'perfect', 'and', 'looks', 'good', 'with', 'jeans.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4876,823,42', 'sparkly', 'fun', 'this', 'shirt', 'runs', 'big', 'it', "'s", 'very', 'long', 'material', 'is', 'very', 'pretty', 'and', 'it', 'is', 'lined', 'i', 'am', 'keeping', 'it', 'for', 'that', 'spontaneous', 'need', 'to', 'wear', 'something', 'sparkly', 'dinner', 'party', 'maybe', ',4,1,0', 'general', 'tops', 'blouses'] ['4877,823,35', 'love', 'this', 'top', 'this', 'top', 'is', 'so', 'much', 'prettier', 'on', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'it', 'does', 'run', 'a', 'tad', 'large', 'i', "'m", '5', '7', 'and', '145', 'lbs', 'i', 'am', 'usually', 'in', 'between', 'a', 'small', 'and', 'medium', 'but', 'usually', 'a', 'medium', 'i', 'went', 'for', 'the', 'small', 'on', 'this', 'and', 'i', 'loved', 'the', 'fit', 'of', 'it', 'still', 'pretty', 'flowy', 'and', 'the', 'medium', 'would', 'have', 'been', 'just', 'too', 'big', 'it', 'is', 'a', 'tunic', 'so', 'it', 'runs', 'kind', 'of', 'long', 'a', 'tiny', 'bit', 'too', 'long', 'for', 'me', 'but', 'i', 'will', 'still', 'wear', 'it', 'a', 'lot', ',4,1,0', 'general', 'tops', 'blouses'] ['4878,1086,62', 'exactly', 'as', 'pictured', 'this', 'is', 'a', 'pretty', 'tunic/dress', 'that', 'looks', 'and', 'fits', 'exactly', 'as', 'shown', 'i', 'imagine', 'that', 'it', 'would', 'be', 'quite', 'long', 'on', 'anyone', 'under', '5', '5', 'or', 'so', 'since', 'it', 'falls', 'maybe', '2', 'inches', 'above', 'the', 'knee', 'on', 'me', 'at', '5', '7', 'it', "'s", 'cute', 'and', 'an', 'easy', 'throw', 'on', 'and', 'go', 'piece', 'the', 'quality', 'is', 'even', 'good', 'i', 'decided', 'to', 'return', 'it', 'though', 'because', 'it', 'felt', 'a', 'little', 'plain', 'for', 'the', 'price', 'maybe', 'if', 'it', 'were', 'more', 'exciting', 'colors', 'or', 'patterns', 'a', 'slightly', 'more', 'fitted', 'cut', 'i', 'could', "n't", 'place', 'my', 'finger', 'on', 'the', 'exact', 'thing', 'that', 'was', "n't", 'clicking', 'for', 'me', 'but', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['4879,463,62', 'cuteandcomfy', 'comfortable', 'cool-perfect', 'summer', 'tank', 'ordered', 'one', 'for', 'my', 'daughter', 'small', 'had', 'to', 'get', 'myself', 'one', 'too', 'medium', '-both', 'tts', 'great', 'for', 'errand', 'runs', 'around', 'house', 'lounging', 'sleeping', 'seems', 'better', 'made', 'than', 'more', 'expensive', 'tops', 'ordered', 'as', 'of', 'late', 'good', 'job', 'retailer', ',5,1,0', 'initmates', 'intimate', 'layering'] ['4880,1036,50', 'why', 'did', 'you', 'discontinue', 'these', 'i', 'love', 'these', 'pants', 'and', 'wear', 'them', 'all', 'the', 'time', 'i', 'wish', 'they', 'had', "n't", 'been', 'discontinued,5,1,1', 'general', 'bottoms', 'jeans'] ['4881,872,33', 'pretty', 'i', 'do', "n't", 'usually', 'spend', 'this', 'much', 'on', 'a', 'top', 'but', 'despite', 'the', 'high', 'price', 'i', 'really', 'love', 'the', 'style', 'i', 'like', 'that', 'it', "'s", 'made', 'out', 'of', 'cotton', 'and', 'it', 'can', 'be', 'worn', 'down', 'on', 'the', 'shoulders', 'or', 'left', 'up', 'looks', 'cute', 'both', 'ways', 'i', 'ordered', 'the', 'xs', 'which', 'is', 'usually', 'my', 'size', 'it', 'fits', 'perfectly', 'i', 'imagine', 'the', 's', 'would', 'have', 'fit', 'also', 'it', 'hits', 'just', 'at', 'the', 'hips', 'i', 'have', 'a', 'long', 'torso', 'so', 'i', 'would', 'have', 'liked', 'it', 'a', 'bit', 'longer', 'but', 'it', "'s", 'not', 'a', 'deal', 'breaker', 'my', 'one', 'splurge', 'this', 'summer.for', 'reference', '123', 'lbs', '5', '5', '32', 'd.', ',5,1,2', 'general', 'tops', 'knits'] ['4882,463,67', 'great', 'aqua', 'print', 'love', 'the', 'aqua', 'print', 'which', 'looks', 'vaguely', 'japanese', 'to', 'me', 'the', 'quality', 'is', 'good', 'but', 'unlike', 'the', 'other', 'reviewer', 'i', 'had', 'to', 'size', 'up', 'my', 'usual', 'size', 'x', 'small', 'was', 'too', 'tight', 'wish', 'there', 'were', 'more', 'colors', ',5,1,2', 'initmates', 'intimate', 'layering'] ['4883,984,66', 'perfect', 'white', 'jean', 'jacket', 'love', 'this', 'white', 'jean', 'jacket', 'love', 'the', 'stretchy', 'fit.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4884,834,32', 'i', 'usually', 'wear', 'an', 'xs', 'and', 'in', 'this', 'i', 'wore', 'a', 'small', 'because', 'on', 'the', 'bottom', 'of', 'the', 'sleeve', 'it', 'was', 'tight', 'it', "'s", 'a', 'great', 'piece', 'and', 'i', 'get', 'a', 'lot', 'of', 'compliments', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4885,834,46', 'xl', 'fits', 'great', 'color', 'description', 'is', 'a', 'bit', 'off', 'i', 'ordered', 'the', 'purple', 'in', 'size', 'xl', 'the', 'fit', 'on', 'me', 'matches', 'the', 'model', 'so', 'i', 'think', 'it', "'s", 'true', 'to', 'size', 'i', 'would', "n't", 'say', 'there', "'s", 'much', 'purple', 'to', 'this', 'print', 'i', 'ca', "n't", 'really', 'find', 'any', 'the', 'areas', 'where', 'the', 'blue/red', 'overlap', 'just', 'look', 'navy', 'the', 'photos', 'show', 'how', 'it', 'really', 'looks', 'it', "'s", 'a', 'great', 'mix', 'of', 'light', 'brown', 'peach', 'white', 'red', 'and', 'different', 'shades', 'of', 'blue', 'there', 'will', 'be', 'variations', 'because', 'of', 'pattern', 'placement', 'i', 'love', 'this', 'style', 'it', "'s", 'very', 'comfortable', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['4886,823,53', 'huge', 'i', 'was', 'really', 'looking', 'forward', 'to', 'getting', 'this', 'top', 'but', 'what', 'a', 'disappointment', 'it', 'is', 'absolutely', 'huge', 'i', 'normally', 'wear', 'a', 'large', 'and', 'i', 'think', 'a', 'small', 'would', 'have', 'fit', 'me', 'and', 'a', 'small', 'never', 'fits', 'me', 'too', 'bad', 'cause', 'it', "'s", 'such', 'a', 'pretty', 'top', 'p.s', 'this', 'has', 'an', 'attached', 'camis', 'which', 'i', 'hate', '.,3,0,1', 'general', 'tops', 'blouses'] ['4887,826,35', 'so', 'in-love', 'this', 'top', 'is', 'simply', 'amazing', 'it', "'s", 'a', 'statement', 'top', 'everyone', 'should', 'own', 'the', 'green', 'is', 'so', 'rich', 'and', 'full', 'of', 'life', 'and', 'the', 'floral', 'pattern', 'is', 'just', 'beautiful', 'i', 'got', 'so', 'many', 'compliments', 'on', 'it', 'and', 'i', 'felt', 'like', 'a', 'million', 'bucks', 'confident', 'and', 'trendy', 'love', 'love', 'looovvveee', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4888,826,41', 'absolutely', 'beautiful', 'got', 'the', 'green', 'one,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4889,834,40', 'flirty', 'frilly', 'and', 'fun', 'i', 'love', 'wearing', 'this', 'blouse', 'with', 'jeans', 'and', 'my', 'cute', 'sneakers', 'this', 'blouse', 'is', 'frilly', 'and', 'flirty', 'it', 'has', 'three', 'quarter', 'sleeves', 'that', 'have', 'one', 'cute', 'fabric', 'covered', 'buttons', 'that', 'match', 'the', 'button', 'front', 'closure', 'i', 'am', '5ft', '1', 'inch', 'pear', 'shaped', 'and', 'my', 'bust', 'line', 'is', '36', 'c.', 'i', 'ordered', 'an', 'xs', 'and', 'small', 'regular', 'i', 'ended', 'up', 'with', 'the', 'small', 'regular', 'and', 'it', 'fits', 'nicely', 'and', 'i', 'get', 'loads', 'of', 'compliments', 'when', 'i', 'wear', 'it', 'it', "'s", 'made', 'very', 'well', 'and', 'the', 'plaid', 'pattern', 'is', 'random', 'i', 'wear', 'a', 'cute', 'boxy', 'sweater', 'over', 'it', 'when', 'its', 'chilly', 'a', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['4890,834,52', 'boxy', 'odd', 'fit', 'bodice', 'not', 'as', 'fitted', 'as', 'shown', 'after', 'reading', 'so', 'many', 'great', 'reviews', 'i', 'was', 'sure', 'i', 'was', 'going', 'to', 'love', 'it', 'but', 'i', "'m", 'so', 'glad', 'i', 'tried', 'it', 'on', 'in', 'the', 'print', 'at', 'the', 'store', 'the', 'small', 'was', 'baggy', 'in', 'the', 'bust', 'ti', 'was', 'not', 'slightly', 'fitted', 'as', 'shown', 'in', 'the', 'picture', 'the', 'extra', 'small', 'was', 'to', 'small', 'in', 'the', 'chest', 'and', 'the', 'seam', 'came', 'up', 'too', 'high', 'it', 'was', 'also', 'very', 'low', 'cut', 'the', 'shirt', 'as', 'shown', 'has', 'to', 'be', 'pinned', 'behind', 'the', 'models', 'back', 'because', 'there', "'s", 'no', 'way', 'it', 'would', 'look', 'like', 'that', 'otherwise', 'if', 'it', 'would', 'have', 'been', 'a', 'little', 'more', 'tailored', 'as', 'shown', 'in', 'the', 'photo', 'i', 'wo,3,0,2', 'general', 'petite', 'tops', 'blouses'] ['4891,363,20', 'immediate', 'favorite/', 'instant', 'staple', 'i', 'stumbled', 'upon', 'this', 'as', 'a', 'return', 'to', 'our', 'store', 'at', 'first', 'i', 'was', 'a', 'little', 'put', 'off', 'by', 'the', 'change', 'in', 'stitching', 'to', 'add', 'support', 'and', 'shape', 'but', 'once', 'you', 'put', 'it', 'on', 'it', "'s", 'perfect', 'it', "'s", 'very', 'flattering', 'and', 'very', 'comfortable', 'there', 'are', 'snaps', 'in', 'the', 'crotch', 'but', 'i', 'wore', 'it', 'for', 'a', 'full', 'day', '8+', 'hours', 'and', 'had', 'no', 'discomfort', 'if', 'there', 'were', 'more', 'colors', 'i', "'d", 'buy', 'them', 'all', 'lol', ',5,1,0', 'initmates', 'intimate', 'layering'] ['4892,834,36', 'pretty', 'design', 'but', 'poor', 'quality', 'pretty', 'design', 'but', 'when', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'was', 'thin', 'and', 'delicate', 'i', 'do', "n't", 'think', 'it', 'would', 'last', 'long', 'with', 'much', 'wear', 'too', 'bad', 'if', 'the', 'fabric', 'were', 'sturdier', 'it', "'d", 'be', 'great', 'as', 'the', 'cut', 'is', 'flattering', 'and', 'i', 'love', 'the', 'pockets', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['4893,823,26', 'nice', 'but', 'complicated', 'the', 'top', 'was', 'very', 'nice', 'and', 'i', 'liked', 'the', 'material', 'my', 'problem', 'was', 'getting', 'it', 'on', 'with', 'the', 'cami', 'being', 'attached', 'to', 'the', 'top', 'it', 'took', 'me', 'a', 'while', 'to', 'figure', 'it', 'out', 'and', 'for', 'that', 'reason', 'alone', 'i', 'returned', 'it.,3,0,0', 'general', 'tops', 'blouses'] ['4894,823,48', 'huge', 'i', "'m", 'a', 'tunic', 'lover', 'so', 'i', "'ll", 'usually', 'take', 'a', 'chance', 'on', 'them', 'i', 'm', '5', '4', 'and', 'usu', 'a', 'size', '8', 'or', 'medium', 'i', 'ordered', 'a', 'small', 'instead', 'of', 'a', 'usual', 'medium', 'since', 'other', 'reviewers', 'said', 'it', 'runs', 'small', 'this', 'hits', 'about', 'mid', 'thigh', 'which', 'is', 'a', 'good', 'tunic', 'length', 'but', 'the', 'overall', 'fit', 'is', 'oversized', 'it', "'s", 'more', 'like', 'a', 'swimsuit', 'cover', 'up', 'rather', 'than', 'a', 'nice', 'blouse', 'that', "'s", 'really', 'the', 'best', 'way', 'to', 'sum', 'it', 'up', 'oversized', 'swimsuit', 'cover-up', 'like', 'top', 'i', "'m", 'going', 'to', 'exchange', 'it', 'for', 'an', 'xs', 'but', 'i', 'think', 'even', 'that', "'s", 'too', 'large', ',3,0,1', 'general', 'tops', 'blouses'] ['4895,463,32', 'perfect', 'a', 'lovely', 'soft', 'material', 'with', 'a', 'subtle', 'aqua', 'pattern', 'i', "'m", 'very', 'fussy', 'about', 'seams', 'that', 'fit', 'my', 'waist', 'and', 'this', 'one', 'fit', 'perfectly', ',5,1,0', 'initmates', 'intimate', 'layering'] ['4896,872,45', ',,5,1,0', 'general', 'tops', 'knits'] ['4897,463,83', 'beautiful', 'basic', 'for', 'summer', 'classic', 'tank', 'with', 'the', 'perfect', 'fit'] ['soft', 'aqua', 'perfect', 'for', 'summer'] ['fit', 'is', 'very', 'true', 'to', 'size', ',5,1,3', 'initmates', 'intimate', 'layering'] ['4898,823,60', 'love', 'the', 'design', 'really', 'like', 'the', 'loose', 'flowiness', 'runs', 'big', 'went', 'from', 'med', 'to', 'small', 'with', 'better', 'results', 'style', 'is', 'forgiving,4,1,0', 'general', 'tops', 'blouses'] ['4899,984,53', 'thumbs', 'way', 'up', 'loved', 'this', 'pilcro', 'denim', 'jacket', 'slight', 'stretch', 'well-constructed', 'white', 'denim', 'with', 'yellow-gold', 'stitching', 'it', 'is', 'short', 'and', 'very', 'nice', 'fitting-versatile', 'runs', 'tts', 'i', 'am', '5', '5', '142', 'lbs', '34d', 'and', 'small', 'fit', 'perfectly', 'i', 'really', 'like', 'it', 'and', 'am', 'not', 'put', 'off', 'at', 'all', 'with', 'thread', 'color', 'actually', 'gives', 'it', 'some', 'character', 'mine', 'did', 'have', 'a', 'pen', 'mark', 'on', 'the', 'back', 'but', 'as', 'usual', 'retailer', "'s", 'great', 'customer', 'service', 'provided', 'a', 'solution', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['4900,823,35', 'pretty', 'top', 'nice', 'color', 'and', 'great', 'work', 'but', 'runs', 'little', 'large.,3,1,0', 'general', 'tops', 'blouses'] ['4901,823,41', 'gorgeous', 'colors', 'this', 'is', 'a', 'really', 'beautiful', 'top', 'the', 'colors', 'are', 'lovely', 'a', 'subtle', 'it', 'is', 'larger', 'than', 'i', 'expected', 'i', 'ordered', 'a', 'small', 'which', 'is', 'my', 'usual', 'size', 'and', 'it', 'is', 'more', 'of', 'a', 'baggy', 'tunic', 'it', 'still', 'works', 'because', 'the', 'material', 'is', 'so', 'sheer', 'but', 'does', 'not', 'fit', 'me', 'like', 'the', 'photo', 'size', 'down', ',4,1,0', 'general', 'tops', 'blouses'] ['4902,834,66', 'loved', 'the', 'colors', 'i', 'got', 'the', 'purple', 'motif', 'and', 'loved', 'the', 'colors', 'and', 'the', 'feel', 'of', 'the', 'fabric', 'i', 'am', '5', '6', 'and', '107lbs.', '32d', 'the', 'small', 'was', 'too', 'big', 'and', 'there', 'were', 'no', 'xs', 'or', 'xxs', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4903,1086,49', 'love', 'the', 'style', 'wish', 'it', 'came', 'in', 'petite', 'i', 'love', 'the', 'asymmetrical', 'style', 'of', 'this', 'dress', 'so', 'unique', 'also', 'the', 'cotton', 'blend', 'is', 'appreciated', 'in', 'a', 'sea', 'of', 'polyester', 'the', 'body', 'of', 'the', 'dress', 'hangs', 'nicely', 'and', 'is', 'flattering', 'to', 'the', 'figure', 'but', 'it', 'did', "n't", 'quite', 'work', 'for', 'me', 'due', 'to', 'the', 'sleeves-', 'they', 'are', 'narrow', 'and', 'not', 'stretchy', 'enough', 'to', 'be', 'comfortable', 'sizing', 'up', 'may', 'have', 'helped', 'but', 'because', 'i', 'am', 'also', 'short', '5', '1', 'the', 'sleeves', 'were', 'also', 'too', 'long', 'for', 'me', 'i', 'wish', 'it', 'came', 'in', 'petite', 'length', 'if', 'so', 'i', 'could', 'probably', 'just', 'go', 'up', 'a', 'size', 'to', 'make', 'the', 'sleeves', 'more', 'co', ',4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['4904,834,57', 'nice', 'flow', 'top', 'i', 'am', '5', '7', 'and', '36a', 'cup', 'i', 'tried', 'on', 'the', 'small', 'and', 'it', 'fits', 'perfectly', 'i', 'can', 'see', 'how', 'if', 'i', 'was', 'bustier', 'it', 'could', 'be', 'a', 'problem', 'it', 'looks', 'better', 'in', 'person', 'dressy', 'enough', 'for', 'the', 'office', 'but', 'comfortable', 'fabric', 'and', 'nicely', 'shaped', 'i', 'love', 'this', 'with', 'jeans', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'work', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4905,834,32', 'light', 'and', 'comfy', 'fun', 'flowy', 'top', 'maybe', 'be', 'a', 'little', 'snug', 'across', 'the', 'top', 'for', 'larger', 'chested', 'girls', 'but', 'this', 'flares', 'out', 'into', 'a', 'light', 'and', 'airy', 'dream', 'to', 'wear', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4906,826,35', 'too', 'flowy', 'loved', 'the', 'open', 'shoulders', 'but', 'not', 'how', 'large', 'and', 'flowy', 'the', 'rest', 'of', 'it', 'was', 'i', 'could', 'have', 'worn', 'it', '9', 'months', 'preggo', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['4907,463,33', ',i', 'love', 'this', 'shirt', 'it', 'was', 'a', 'great', 'price', 'and', 'very', 'high', 'quality', 'it', 'has', 'different', 'material', 'stitched', 'in', 'the', 'inside,5,1,0', 'initmates', 'intimate', 'layering'] ['4908,363,54', 'so', 'disappointed', 'i', 'wore', 'this', 'bodysuit', 'once', 'it', 'had', 'a', 'hole', 'under', 'the', 'arm', 'when', 'i', 'took', 'it', 'off,1,0,2', 'initmates', 'intimate', 'layering'] ['4909,823,39', ',,2,0,0', 'general', 'tops', 'blouses'] ['4910,1086,64', 'a', 'pressing', 'matter', 'first', 'of', 'all', 'i', 'am', 'only', '5', '1', 'so', 'this', 'adorable', 'tunic', 'does', 'fit', 'me', 'like', 'a', 'dress', 'i', 'am', 'also', 'pear', 'shaped', 'and', 'this', 'dress', 'is', 'flattering', 'to', 'my', 'shape', 'but', 'my', 'biggest', 'issue', 'it', 'that', 'the', 'dress', 'came', 'in', 'very', 'wrinkled', 'especially', 'the', 'ruffles'] ['i', 'took', 'the', 'dress', 'to', 'my', 'retailer', 'store', 'and', 'they', 'were', 'able', 'to', 'steam', 'some', 'of', 'the', 'wrinkles', 'out', 'but', 'not', 'all', 'of', 'them', 'it', 'seems', 'that', 'the', 'fabric', 'used', 'for', 'the', 'ruffles', 'is', 'suppose', 'to', 'be', 'a', 'little', 'crinkly', 'but', 'it', 'will', 'most', 'likely', 'look', 'worse', 'after', 'you', 'sit', 'therefore', 'i', 'am', 'uncertain', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['4911,898,46', 'comfortable', 'and', 'casual', 'this', 'sweater', 'is', 'a', 'nice', 'addition', 'to', 'a', 'fall', 'or', 'spring', 'wardrobe', 'it', 'must', 'be', 'layered', 'as', 'it', 'is', 'sheer', 'i', 'read', 'a', 'review', 'about', 'snagging', 'but', 'i', 'have', 'not', 'had', 'this', 'issue', 'as', 'of', 'yet.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['4912,363,29', 'winter', 'staple', 'this', 'bodysuit', 'will', 'be', 'a', 'staple', 'for', 'me', 'this', 'winter', 'i', 'wear', 'it', 'own', 'its', 'own', 'and', 'under', 'just', 'about', 'everything', 'i', 'just', 'ordered', 'another', 'one', ',5,1,1', 'initmates', 'intimate', 'layering'] ['4913,1086,67', 'very', 'flattering', 'this', 'dress', 'is', 'extremely', 'comfortable', 'and', 'flattering', 'it', 'has', 'a', 'forgiving', 'a', 'line', 'shape', 'to', 'it', 'for', 'women', 'like', 'me', 'who', 'are', 'pear', 'shaped', 'the', 'top', 'of', 'the', 'dress', 'is', 'made', 'of', 'a', 'heavy', 'type', 'of', 'cotton', 'material', 'and', 'the', 'bottom', 'tiers', 'are', 'made', 'of', 'a', 'silky', 'material', 'that', 'hangs', 'beautifully', 'even', 'the', 'tie', 'closure', 'in', 'the', 'back', 'of', 'the', 'dress', 'adds', 'a', 'lovely', 'touch', 'to', 'the', 'dress', 'i', 'would', 'recommend', 'wearing', 'it', 'with', 'leggings', 'as', 'shown', 'with', 'the', 'model', 'or', 'black', 'tights', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', '5', '6', 'and', 'the', 'length', 'is', 'a', 'liittle', 'low', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['4914,834,49', 'nice', 'top', 'i', 'purchased', 'my', 'normal', 'size', 'small', 'i', 'loved', 'the', 'colors', 'in', 'the', 'purple', 'which', 'are', 'more', 'blue', 'and', 'vibrant', 'red', 'to', 'me', 'this', 'top', 'is', 'a', 'nice', 'soft', 'fabric', 'it', 'will', 'pair', 'nice', 'with', 'denim', 'jeans.,5,1,4', 'general', 'petite', 'tops', 'blouses'] ['4915,823,36', 'awesome', 'such', 'a', 'pretty', 'top', 'this', 'shirt', 'looked', 'plain', 'online', 'but', 'when', 'i', 'see', 'it', 'in', 'store', 'i', 'thought', 'it', "'s", 'so', 'pretty', 'it', 'is', 'the', 'over-sized', 'style', 'when', 'i', 'tried', 'it', 'on', 'it', "'s", 'so', 'flattering', 'even', 'though', 'it', 'is', 'over-sized', 'but', 'it', 'does', "n't", 'make', 'you', 'look', 'chunky', 'at', 'all', 'i', 'got', 'it', 'while', 'it', 'was', 'on', 'sale', 'with', 'extra', '25', 'off', 'i', 'range', 'from', '2', 'to', '6', 'xs', 's', 'for', 'retailer', 'sizes', 'i', 'got', 'a', 'xs', 'for', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['4916,834,55', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['4917,1083,37', 'love', 'this', 'dress', 'so', 'much', 'i', 'bought', 'the', 'checkered', 'and', 'then', 'had', 'to', 'go', 'back', 'for', 'the', 'black', 'it', 'is', 'so', 'worth', 'the', 'price', 'i', 'wear', 'it', 'with', 'sandals', 'in', 'the', 'warm', 'weather', 'and', 'a', 'blazer', 'with', 'boots', 'in', 'the', 'cooler', 'weather', 'it', 'is', 'beautiful', 'and', 'so', 'flattering', ',5,1,0', 'general', 'dresses', 'dresses'] ['4918,826,50', 'beautiful', 'top', 'this', 'top', 'looks', 'even', 'better', 'in', 'person', 'the', 'green', 'is', 'a', 'little', 'brighter', 'than', 'the', 'photo', 'this', 'beautiful', 'blouse', 'is', 'silk', 'with', 'a', 'sold', 'underlining', 'it', 'is', 'very', 'full', 'and', 'has', 'great', 'flow', 'and', 'movement', 'super', 'trendy', 'with', 'the', 'open', 'shoulders', 'and', 'a', 'nice', 'long', 'sleeve', 'for', 'fall', 'it', "'s", 'really', 'beautiful', 'and', 'perfect', 'for', 'any', 'festive', 'occasion', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['4919,1099,32', 'comfortable', 'and', 'warm', 'quality', 'of', 'this', 'dress', 'is', 'excellent', 'i', 'ordered', 'it', 'in', 'blue', 'and', 'the', 'color', 'looks', 'exactly', 'as', 'it', 'does', 'online', 'and', 'the', 'fit', 'is', 'exactly', 'as', 'it', 'looks', 'on', 'the', 'model', 'i', 'am', '5', '4', '120', 'lbs', 'with', 'an', 'athletic', 'build', 'and', 'ordered', 'a', 'small', ',5,1,0', 'general', 'dresses', 'dresses'] ['4920,872,24', ',so', 'beautiful', 'i', 'got', 'the', 'xs', 'and', 'it', 'fits', 'tts', 'it', 'goes', 'with', 'everything', 'perfect', 'weekend', 'addition', ',5,1,8', 'general', 'tops', 'knits'] ['4921,823,57', 'beautiful', 'tunic', 'this', 'is', 'beautiful', 'tunic', 'for', 'the', 'spring', 'and', 'summer', 'great', 'paired', 'with', 'jeans', 'or', 'white', 'denim', 'runs', 'large', 'and', 'is', 'a', 'true', 'tunic', 'length', 'very', 'pretty', 'fabric', 'and', 'built', 'in', 'camisole', 'too', 'only', 'downside', 'is', 'that', 'it', 'probably', 'needs', 'to', 'be', 'hand', 'washed/line', 'dried', 'to', 'keep', 'it', 'looking', 'like', 'new', ',4,1,2', 'general', 'tops', 'blouses'] ['4922,826,43', ',,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4923,834,34', ',i', 'loved', 'the', 'look', 'and', 'feel', 'of', 'this', 'tunic', 'the', 'fabric', 'is', 'soft', 'it', 'has', 'pockets', 'i', 'felt', 'like', 'it', 'ran', 'a', 'little', 'small', 'in', 'the', 'bust', 'i', "'m", 'a', '34d', 'and', 'rather', 'than', 'my', 'usual', 'size', 'medium', 'i', 'took', 'a', 'large', 'in', 'this', 'i', 'took', 'off', 'one', 'star', 'because', 'when', 'it', 'was', 'shipped', 'to', 'me', 'the', 'shoulder', 'was', 'coming', 'apart', 'i', 'will', 'have', 'a', 'tailor', 'fix', 'it', 'because', 'i', 'do', 'plan', 'to', 'keep', 'it.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['4924,834,60', 'great', 'top-but', 'quality', 'an', 'issue', 'i', 'love', 'd', 'this', 'top', 'it', 'was', 'my', 'go', 'to', 'top', 'even', 'in', 'the', 'heat', 'the', 'fabric', 'is', 'light', 'and', 'breathes', 'however', 'pulled', 'it', 'out', 'of', 'the', 'washing', 'mashing', 'to', 'find', 'that', 'the', 'sleeve', 'has', 'shredded', 'away', 'from', 'the', 'body', 'it', 'could', 'not', 'be', 'repaired', 'i', 'am', 'so', 'disappointed', 'as', 'i', 'really', 'loved', 'everything', 'about', 'it', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['4925,872,39', 'nice', 'detail', 'this', 'top', 'turned', 'out', 'to', 'be', 'better', 'than', 'expected', 'i', "'m", 'a', 'large', 'girl', 'and', 'the', 'length', 'is', 'enough', 'to', 'cover', 'my', 'hips', 'and', 'the', 'shirt', 'it', 'not', 'tight', 'at', 'all', 'the', 'embroidery', 'details', 'are', 'lovely', 'too', 'i', 'bought', 'this', 'for', 'a', 'trip', 'to', 'italy', 'this', 'summer', 'because', 'it', 'is', 'cotton', 'and', 'because', 'i', 'consider', 'it', 'to', 'be', 'a', 'classic', 'piece', 'being', 'that', 'it', 'is', 'black', 'and', 'white', 'one', 'nice', 'feature', 'is', 'this', 'top', 'does', 'not', 'have', 'to', 'be', 'worn', 'off', 'shoulder', 'it', 'looks', 'just', 'great', 'with', 'the', 'sleeves', 'up.,5,1,37', 'general', 'tops', 'knits'] ['4926,1099,35', 'i', 'am', 'on', 'the', 'fence', 'about', 'this', 'dress', 'the', 'fabric', 'is', 'gorgeous', 'and', 'soft', 'however', 'i', 'was', 'hoping', 'the', 'fit', 'was', 'more', 'slouchy', 'like', 'pictures', 'on', 'the', 'model', 'it', 'was', 'much', 'shorter', 'on', 'me', 'that', 'pictured', 'for', 'reference', 'i', 'am', '5', '7', 'and', 'the', 'turtle', 'neck', 'part', 'of', 'the', 'dress', 'is', 'kind', 'of', 'high', 'and', 'tight', 'i', 'wanted', 'to', 'love', 'this', 'so', 'much', 'but', 'it', 'is', 'a', 'touch', 'off', 'from', 'what', 'i', 'was', 'hoping', 'it', 'was', 'going', 'to', 'be', ',3,0,26', 'general', 'dresses', 'dresses'] ['4927,823,39', 'removing', 'the', 'liner', 'i', 'love', 'the', 'pattern', 'and', 'flowy', 'design', 'i', 'also', 'like', 'the', 'peach', 'liner', 'but', 'i', 'will', 'use', 'that', 'on', 'other', 'outfits', 'i', 'own', 'and', 'replace', 'it', 'with', 'a', 'slip', 'that', 'has', 'a', 'designed', 'hem', 'this', 'top', 'is', 'too', 'long', 'for', 'me', 'to', 'wear', 'as', 'a', 'top', 'so', 'i', 'will', 'wear', 'as', 'a', 'dress', 'with', 'the', 'a', 'longer', 'slip', 'i', "'m", 'hoping', 'that', 'the', 'sequins', 'will', 'remain', 'intact', 'for', 'the', 'most', 'part', 'as', 'the', 'construction', 'of', 'everything', 'is', 'too', 'delicate', 'bought', 'the', 'size', 's', 'and', 'i', 'am', '6', '3', '140', '39-28-35', ',5,1,0', 'general', 'tops', 'blouses'] ['4928,1099,39', 'soft', 'good', 'job', 'retailer', 'for', 'getting', 'the', 'color', 'representation', 'spot', 'on', 'the', 'blue', 'is', 'so', 'vibrant', 'and', 'the', 'cashmere', 'knit', 'is', 'so', 'soft', 'and', 'comfortable', 'the', 'dress', 'is', 'oversized', 'but', 'a', 'little', 'too', 'much', 'so', 'i', 'recommend', 'sizing', 'down', 'to', 'get', 'that', 'ideal', 'slouchy', 'drape', 'otherwise', 'you', 'may', 'overwhelm', 'your', 'frame', 'with', 'too', 'much', 'fabric', ',5,1,0', 'general', 'dresses', 'dresses'] ['4929,1022,32', 'amazing', 'fit', 'this', 'is', 'my', 'third', 'pair', 'of', 'ag', 'primas', 'i', 'love', 'them', 'the', 'higher', 'rise', 'is', 'nice', 'to', 'keep', 'smooth', 'lines', 'they', "'re", 'made', 'of', 'such', 'soft', 'material', 'that', 'moves', 'with', 'you', 'rather', 'than', 'restricts', 'you', 'and', 'the', 'cut', 'of', 'the', 'legs', 'is', 'skinny', 'without', 'being', 'skin', 'tight', 'absolutely', 'my', 'favorites', 'jeans', 'retailer', 'sell', 'more', 'washes', 'and', 'i', "'ll", 'buy', "'em", ',5,1,1', 'general', 'bottoms', 'jeans'] ['4930,823,52', 'light', 'airy', 'beautiful', 'pale', 'colors', 'there', 'is', 'too', 'much', 'room', 'under', 'the', 'arms', 'and', 'at', 'the', 'sides', 'but', 'it', 'will', 'be', 'an', 'easy', 'alteration', 'plan', 'on', 'wearing', 'with', 'skinny', 'jeans.,4,1,0', 'general', 'tops', 'blouses'] ['4931,834,58', 'lovely', 'i', 'bought', 'this', 'in', 'black', 'and', 'the', 'checkered', 'pattern', 'love', 'both', 'very', 'floaty', 'and', 'feminine', 'fits', 'true', 'to', 'size.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['4932,834,36', 'runs', 'very', 'large', 'this', 'top', 'is', 'really', 'cute', 'but', 'it', 'runs', 'very', 'large', 'i', 'am', '5', '2', '100', 'lbs', 'and', 'the', 'xs', 'petite', 'looked', 'like', 'it', 'was', '3', 'sizes', 'too', 'big', 'on', 'the', 'design', 'is', 'really', 'cute', 'but', 'recommend', 'ordering', 'down', 'at', 'least', 'one', 'size', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['4933,1036,54', 'really', 'streeeeetches', 'out', 'so', 'size', 'down', 'these', 'are', 'my', 'first', 'pilcro', 'love', 'the', 'tuxedo', 'seam', 'and', 'notch', 'at', 'the', 'side', 'and', 'the', 'noni', 'green', 'is', 'a', 'verstaile', 'yet', 'unusual', 'green', 'thicker', 'soft', 'cotton', 'with', 'just', '3', 'spandex'] [] ['ordered', 'sizes', '25', '26', 'and', '27', 'regular', 'which', 'are', 'a', 'perfect', 'full', 'length', 'for', 'me', 'i', "'m", '5', '2', 'currently', '33-25-37', 'longwaisted', 'and', 'pear', 'shape', 'i', 'wear', 'a', '26', 'in', 'ag', 'stevie', 'cords', 'which', 'are', 'snug', 'first', 'then', 'stretch', 'to', 'a', 'perfect', 'size', 'and', 'often', 'a', 'size', '27', 'in', 'their', 'less', 'stretchy', 'stevie', 'jeans'] [] ['in', 'these', 'the', '27', 'were', 'so', 'big', 'at', 'the', 'waist', 'that', 'they', 'sli', ',4,1,0', 'general', 'bottoms', 'jeans'] ['4934,823,35', 'didnt', 'love', 'it', 'while', 'there', 'is', 'nothing', 'wrong', 'with', 'this', 'top', 'it', 'did', "n't", 'really', 'have', 'an', 'retailer', 'feel', 'it', 'looked', 'more', 'like', 'something', 'from', 'a', 'dept', 'store', 'maybe', 'a', 'boutique', 'i', 'got', 'on', 'sale', 'but', 'sending', 'back', 'bc', 'i', 'just', 'do', "n't", 'like', 'it', 'that', 'much', 'especially', 'next', 'to', 'my', 'pale', 'skin', 'i', 'could', 'see', 'it', 'looking', 'much', 'better', 'in', 'someone', 'with', 'darker', 'skin', 'tone', 'i', "'m", 'usually', 'a', '8/10', 'med', 'small', 'in', 'this', 'top', 'fit', 'well', ',3,0,2', 'general', 'tops', 'blouses'] ['4935,823,35', 'flowy', 'blouse', 'with', 'a', 'little', 'sparkle', 'i', 'ordered', 'this', 'blouse', 'after', 'it', 'went', 'on', 'sale', 'i', "'m", 'not', 'typically', 'the', 'blouse-y', 'type', 'but', 'i', 'thought', 'i', "'d", 'try', 'it', 'for', 'me', 'and', 'i', "'m", 'a', 'pretty', 'consistent', 'small', 'across', 'brands', 'it', 'was', 'quite', 'flowing', 'and', 'a', 'little', 'long', 'but', 'that', 'may', 'be', 'what', 'someone', 'wants', 'it', 'was', 'a', 'little', 'light', 'in', 'color', 'to', 'look', 'good', 'on', 'me', 'but', 'i', 'think', 'this', 'would', 'be', 'really', 'cute', 'with', 'dark', 'skinny', 'jeans', 'easy', 'to', 'dress', 'up', 'or', 'down', ',4,1,0', 'general', 'tops', 'blouses'] ['4936,912,35', 'disappointed', 'i', 'love', 'finding', 'unique', 'retailer', 'pieces', 'that', 'do', "n't", 'require', 'dry', 'cleaning', 'i', 'was', 'excited', 'to', 'find', 'this', 'shirt', 'but', 'it', "'s", 'not', 'flattering', 'the', 'bottom', 'hem', 'is', 'a', 'little', 'tight', 'which', 'makes', 'the', 'rest', 'of', 'the', 'shirt', 'look', 'bulky', 'perhaps', 'it', 'would', 'work', 'better', 'on', 'people', 'who', 'have', 'narrow', 'hips', 'i', 'also', 'did', "n't", 'like', 'the', 'pink', 'tones', 'when', 'i', 'saw', 'the', 'colors', 'in', 'person', 'i', "'ll", 'be', 'returning', 'this', 'item', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['4937,940,33', 'everything', 'i', "'d", 'hoped.', 'when', 'i', 'saw', 'this', 'online', 'i', 'knew', 'i', "'d", 'have', 'to', 'order', 'it', 'fast', 'it', "'s", 'just', 'gorgeous', 'i', 'got', 'it', 'in', 'the', 'mail', 'today', 'and', 'could', "n't", 'be', 'happier', 'i', "'m", 'usually', 'xs', 'in', 'angel', 'of', 'the', 'north', 'sweaters', 'and', 'this', 'was', 'no', 'exception-', 'it', 'fit', 'great', 'colors', 'are', 'as', 'pictured', ',5,1,7', 'general', 'tops', 'sweaters'] ['4938,865,45', 'finished', 'touch', 'in', 'one', 'piece', 'this', 'top', 'is', 'so', 'darling', 'the', 'different', 'textures', 'are', 'so', 'elegant', 'that', 'you', 'really', 'do', "n't", 'even', 'need', 'to', 'accessorize', 'it', 'has', 'a', 'very', 'flattering', 'cut', 'and', 'a', 'must', 'for', 'any', 'figure', ',5,1,1', 'general', 'tops', 'knits'] ['4939,1110,46', 'mango', 'beauty', 'a', 'mango', 'beauty', 'that', 'resonates', 'the', 'color', 'of', 'blossoms', 'in', 'bloom', 'comfortable', 'effortless', 'and', 'charming', 'i', 'wear', 'a', 'size', 'small', 'in', 'retailer', 'dresses', 'and', 'this', 'one', 'fit', 'true', 'to', 'size', 'for', 'me', 'tried', 'the', 'xs', 'since', 'reviews', 'mentioned', 'it', 'ran', 'large', 'but', 'too', 'tight', 'across', 'my', 'average', 'chest', 'looks', 'great', 'with', 'denim', 'jacket', 'and', 'red', 'suede', 'strappy', 'sandals', 'also', 'worn', 'with', 'a', 'belt', 'to', 'accentuate', 'waist', ',5,1,0', 'general', 'dresses', 'dresses'] ['4940,927,42', 'worth', 'the', 'regular', 'price', 'amazingly', 'soft', 'thin', 'and', 'super', 'warm', 'this', 'a', 'classy', 'staple', 'with', 'an', 'amazing', 'swing', 'fit', 'and', 'worth', 'every', 'penny', ',5,1,0', 'general', 'tops', 'sweaters'] ['4941,927,68', 'cozy', 'great', 'for', 'autumn', 'mild', 'winter', 'nice', 'shape', 'i', "'m", 'heavier', 'than', 'i', "'d", 'like', 'to', 'be', 'and', 'this', 'fits', 'the', 'rear', 'emphasizes', 'mine', 'my', 'only', 'compliant', 'is', 'that', 'the', 'faux', 'fir', 'collar', 'is', 'buttoned', 'on', 'in', 'six', 'places', 'leaving', 'gaps', 'that', 'my', 'fingers', 'catch', 'in', 'that', 'can', 'hook', 'on', 'things', 'and', 'that', 'require', 'me', 'to', 'adjust', 'it', 'to', 'be', 'sure', 'i', "'ve", 'got', 'it', 'lying', 'flat', 'when', 'i', 'put', 'it', 'on', 'the', 'faux', 'fir', 'is', 'so', 'realistic', 'a', 'veterinarian', 'asked', 'me', 'what', 'animal', 'it', 'was', 'from', 'lovely', 'color', 'not', 'starkly', 'black', 'but', 'dark', 'it', "'s", 'not', 'at', 'all', 'a', 'winter', 'coat', 'weight', 'but', 'rather', 'a', 'moderately', 'warm', 'non-bulky', 'sweat', ',4,1,2', 'general', 'tops', 'sweaters'] ['4942,1110,59', 'gorgeous', 'color', 'beautiful', 'dress', 'can', 'be', 'dressed', 'up', 'or', 'down', 'runs', 'just', 'a', 'bit', 'large', 'but', 'if', 'i', 'had', 'sized', 'down', 'it', 'would', 'have', 'been', 'too', 'tight', 'in', 'the', 'bust', '38d', 'i', 'normally', 'wear', 'a', 'medium', 'and', 'the', 'medium', 'was', 'perfect', 'in', 'the', 'chest', 'the', 'color', 'is', 'absolutely', 'gorgeous', 'and', 'i', 'love', 'the', 'length', 'i', 'do', "n't", 'like', 'dresses', 'that', 'show', 'my', 'knees', 'my', 'only', 'complaint', 'is', 'that', 'a', 'dress', 'that', 'is', 'this', 'expensive', 'even', 'on', 'sale', 'should', 'have', 'better', 'quality', 'control', 'mine', 'made', 'it', 'to', 'me', 'without', 'a', 'button', 'at', 'the', 'the', 'back', 'not', 'a', 'huge', 'deal', 'but', 'it', 'wo', "n't", 'be', 'easy', ',4,1,0', 'general', 'dresses', 'dresses'] ['4943,878,51', 'great', 'tee', 'for', 'summer', 'days', 'ahead', 'there', "'s", 'no', 'doubt', 'that', 'this', 'tee', 'is', 'sheer', 'i', 'found', 'that', 'a', 'nude', 'bra', 'is', 'sufficient', 'in', 'overcoming', 'the', 'issue', 'the', 'fit', 'is', 'true', 'to', 'size', 'with', 'just', 'enough', 'room', 'for', 'drape', 'without', 'being', 'too', 'oversized', 'the', 'beachy', 'theme', 'will', 'be', 'perfect', 'come', 'warm', 'weather', ',5,1,4', 'general', 'tops', 'knits'] ['4944,927,20', 'will', 'get', 'lots', 'of', 'use', 'i', 'was', 'attracted', 'to', 'this', 'sweater', 'because', 'of', 'the', 'pretty', 'fur', 'collar', 'and', 'the', 'color', 'which', 'is', 'a', 'gray-black', 'that', 'seems', 'to', 'go', 'with', 'everything', 'the', 'cut', 'is', 'a-line', 'so', 'it', 'drapes', 'over', 'what', 'you', 'are', 'wearing', 'underneath', 'since', 'the', 'fabric', 'is', 'soft', 'it', 'does', "n't", 'add', 'a', 'lot', 'of', 'bulk', 'and', 'keeps', 'the', 'fit', 'flattering', 'even', 'though', 'it', 'is', 'not', 'fitted', 'i', 'have', 'worn', 'it', 'many', 'times', 'since', 'purchasing', 'because', 'the', 'color', 'and', 'fit', 'make', 'it', 'easy', 'to', 'throw', 'on', 'over', 'your', 'outfit', 'for', 'some', 'additional', 'warmth', 'personally', 'i', 'found', 'that', 'it', 'runs', 'very', 'large', ',4,1,3', 'general', 'tops', 'sweaters'] ['4945,1110,49', 'runs', 'large', 'fyi', 'to', 'help', 'with', 'sizing', 'i', 'am', '5', '7', 'weigh', '134', 'lb', 'and', 'like', 'things', 'loose', 'fitting', 'but', 'the', 'medium', 'was', 'too', 'big', 'and', 'sack', 'like', 'dress', 'is', 'cute', 'and', 'the', 'color', 'is', 'true', 'to', 'photo', ',3,1,1', 'general', 'dresses', 'dresses'] ['4946,927,42', 'pricey', 'but', 'nice', 'i', 'like', 'the', 'top', 'without', 'the', 'fake', 'fur', 'collar', 'when', 'the', 'collar', 'is', 'removed', 'the', 'neckline', "'s", 'shape', 'is', 'really', 'nice', 'the', 'collar', 'seems', 'cheap', 'i', 'thought', 'the', 'sweater', 'ran', 'true', 'to', 'size', 'i', "'m", '5', '7', '115', 'lbs', 'a', 'small', 'was', 'a', 'good', 'fit', 'although', 'higher', 'armholes', 'would', 'have', 'made', 'the', 'whole', 'thing', 'fit', 'better', 'through', 'the', 'rib', 'cage', 'it', 'was', 'loose', 'there', 'but', 'necessary', 'looseness', 'for', 'layering', 'anything', 'underneath', ',5,1,0', 'general', 'tops', 'sweaters'] ['4947,927,54', 'go-to', 'sweater', 'wonderful', 'fabric', 'drapes', 'nicely', 'from', 'waist=', 'flattering', 'use', 'for', 'air', 'travel', 'as', 'not', 'too', 'heavy', 'in', 'weght', 'beautiful', 'charcoal', 'grey', 'goes', 'with', 'all', 'colors', 'nice', 'addition', 'to', 'tight', 'patterned', 'pants', 'boots', 'dress', 'up', 'or', 'casual', ',5,1,1', 'general', 'tops', 'sweaters'] ['4948,1081,72', 'a', 'fun', 'dress', 'this', 'will', 'be', 'a', '3', 'season', 'dress', 'for', 'me', 'its', 'well', 'made', 'comfy', 'and', 'flattering', 'the', 'suede', 'skirt', 'is', 'risky', 'i', 'know', 'but', 'i', "'ll", 'be', 'sure', 'to', 'put', 'the', 'napkin', 'in', 'my', 'lap', ',5,1,2', 'general', 'dresses', 'dresses'] ['4949,1110,46', 'nice', 'summer', 'dress', 'i', 'ordered', 'a', 'size', 'xl', 'in', 'the', 'mango', 'the', 'fit', 'on', 'me', 'matches', 'the', 'model', 'for', 'the', 'most', 'part', 'so', 'i', 'think', 'it', "'s", 'true-to-size', 'it', 'looks', 'like', 'it', "'s", 'intended', 'to', 'have', 'a', 'loose', 'flowier', 'fit', 'throughout', 'the', 'dress', 'the', 'only', 'confusing', 'part', 'to', 'me', 'is', 'the', 'model', 'is', 'listed', 'as', 'being', '5', '9', 'and', 'i', "'m", 'under', '5', '6', 'yet', 'the', 'length', 'is', 'the', 'same', 'it', 'fits', 'me', 'at', 'knee-length', 'too', 'i', 'thought', 'it', 'would', 'hit', 'a', 'little', 'longer', 'based', 'on', 'the', 'model', "'s", 'info', 'for', 'the', 'photos', 'and', 'getting', 'the', 'regular', 'sizing', 'the', 'one', 'thing', 'i', 'wish', 'was', 'different', 'is', 'to', 'have', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['4950,1110,58', 'different', 'fabrics', 'make', 'fit', 'off', 'i', 'so', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'color', 'and', 'fabrics', 'are', 'beautiful', 'and', 'scream', 'summer', 'i', 'was', 'so', 'disappointed', 'by', 'the', 'fit', 'through', 'the', 'different', 'fabrics', 'are', 'such', 'a', 'cool', 'concept', 'but', 'it', 'was', "n't", 'executed', 'that', 'well', 'one', 'material', 'is', 'pleated', 'like', 'an', 'accordion', 'so', 'wants', 'to', 'constrict', 'the', 'next', 'material', 'is', 'crocheted', 'so', 'is', 'a', 'little', 'more', 'stiff', 'and', 'the', 'third', 'material', 'is', 'pretty', 'average', 'on', 'the', 'bottom', 'where', 'it', "'s", 'flowy', 'it', 'does', "n't", 'make', 'that', 'much', 'of', 'a', 'difference', 'but', 'on', 'top', 'and', 'in', 'the', 'middle', 'it', 'gives', 'this', 'weird', 'i', ',3,0,6', 'general', 'dresses', 'dresses'] ['4951,1110,32', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'on', 'this', 'dress', 'it', "'s", 'bright', 'and', 'cheerful', 'for', 'sure', 'it', 'runs', 'maybe', 'a', 'bit', 'large', 'but', 'is', 'a', 'great', 'summer', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['4952,1111,31', 'pretty', 'but', 'not', 'for', 'boobs', 'i', 'ordered', 'the', 'petite', 'in', 'my', 'size', 'since', 'i', "'m", 'well', 'petite', 'but', 'curvy', 'i', 'recommend', 'this', 'dress', 'if', 'you', 'do', "n't", 'have', 'a', 'lot', 'of', 'boobage', 'unfortunately', 'for', 'me', 'the', 'waist', 'line', 'came', 'up', 'high', 'an', 'inch', 'below', 'my', 'bra', 'line', 'and', 'made', 'the', 'dress', 'poof', 'out', 'at', 'my', 'hips', 'in', 'an', 'unflattering', 'way', 'its', 'so', 'pretty', 'and', 'i', 'was', 'really', 'excited', 'about', 'ordering', 'it', 'it', 'fits', 'but', 'just', 'is', 'not', 'flattering', 'because', 'of', 'my', 'boobs', 'this', 'is', 'always', 'my', 'problem', 'though', 'with', 'dresses', ',3,1,0', 'general', 'dresses', 'dresses'] ['4953,1021,44', 'gorgeous', 'skirt', 'this', 'skirt', 'is', 'absolutely', 'beautiful', 'the', 'design', 'and', 'organza', 'are', 'so', 'feminine', 'and', 'i', 'love', 'the', 'length', 'it', 'flows', 'beautifully', 'and', 'it', 'is', "n't", 'stiff', 'or', 'anything', 'but', 'it', 'does', 'hold', 'its', 'shape', 'well', 'i', 'ordered', 'it', 'through', 'the', 'store', 'and', 'the', 'wrinkles', 'came', 'out', 'easily', 'after', 'it', 'hung', 'for', 'several', 'days', 'i', 'think', 'it', 'would', 'be', 'easy', 'to', 'snag', 'the', 'material', 'so', 'i', 'will', 'be', 'really', 'careful', 'when', 'i', "'m", 'wearing', 'it', 'the', 'zipper', 'is', 'a', 'little', 'hard', 'to', 'pull', 'all', 'the', 'way', 'to', 'the', 'top', 'of', 'the', 'skirt', 'and', 'i', 'worry', 'a', 'little', 'about', 'the', 'hook', 'and', 'eye', 'closu', ',5,1,2', 'general', 'bottoms', 'skirts'] ['4954,1110,56', 'beautiful', 'love', 'this', 'dress', 'the', 'vibrant', 'color', 'and', 'lace', 'details', 'are', 'just', 'beautiful', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'only', 'concern', 'i', 'have', 'is', 'that', 'the', 'straps', 'are', 'thin', 'and', 'delicate', 'but', 'i', "'ll", 'just', 'have', 'to', 'be', 'careful', 'when', 'hanging', 'it', 'up', ',5,1,0', 'general', 'dresses', 'dresses'] ['4955,1110,27', 'this', 'color', 'is', 'everything', 'this', 'yellow/mango', 'color', 'is', 'so', 'beautiful', 'in', 'person', 'i', 'actually', 'do', "n't", 'have', 'the', 'best', 'skin', 'tone', 'for', 'shades', 'of', 'yellow', 'but', 'i', 'could', "n't", 'resist', 'trying', 'this', 'one', 'on', 'it', 'turned', 'out', 'to', 'be', 'perfect', 'the', 'silhouette', 'is', 'very', 'feminine', 'especially', 'around', 'the', 'neckline', 'shoulders', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'but', 'i', 'actually', 'appreciate', 'that', 'the', 'dress', 'is', 'substantive', 'finally', 'the', 'nicest', 'thing', 'is', 'that', 'the', 'dress', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'depending', 'on', 'how', 'you', 'accessorize', 'it', 'looking', 'forward', 'to', 'summer', ',5,1,0', 'general', 'dresses', 'dresses'] ['4956,927,71', 'such', 'a', 'cute', 'and', 'versatile', 'piece', 'i', 'love', 'this', 'sweater', 'coat', 'it', "'s", 'so', 'nice', 'and', 'fits', 'well', 'would', 'look', 'great', 'with', 'jeans', 'or', 'a', 'skirt', 'the', 'collar', 'is', 'adorable', 'have', 'already', 'worn', 'it', 'and', 'received', 'compliments', 'i', 'love', 'retailer', ',5,1,0', 'general', 'tops', 'sweaters'] ['4957,1110,45', 'cute', 'but', 'off', 'fit', 'i', 'drooled', 'over', 'this', 'dress', 'online', 'so', 'could', "n't", 'pass', 'up', 'trying', 'it', 'on', 'at', 'my', 'local', 'retailer', 'store', 'while', 'i', 'loved', 'the', 'unique', 'color', 'in', 'person', 'the', 'drape', 'of', 'the', 'skirt', 'good', 'quality', 'fully', 'lines', 'i', 'was', 'so', 'disappointed', 'with', 'the', 'top', 'of', 'this', 'dress', 'it', "'s", 'very', 'tight', 'ill-fitting', 'just', 'plain', 'weird', 'i', 'ca', "n't", 'imagine', 'the', 'fit', 'of', 'the', 'top', 'being', 'flattering', 'on', 'anyone', 'regardless', 'of', 'chest', 'size', 'it', "'s", 'a', 'shame', 'because', 'otherwise', 'the', 'dress', 'is', 'adorable', ',2,0,0', 'general', 'dresses', 'dresses'] ['4958,964,31', 'nice', 'material', 'with', 'some', 'stretch', 'i', 'found', 'this', 'to', 'fit', 'really', 'well', 'and', 'i', "'ve", 'got', 'a', 'chest', 'and', 'the', 'hourglass', 'to', 'go', 'with', 'it', 'the', 'stretch', 'really', 'helps', 'it', 'to', 'be', 'comfortable', 'too', 'i', 'reckon', 'it', "'s", 'pretty', 'versatile', 'too', ',5,1,2', 'general', 'jackets', 'jackets'] ['4959,927,54', 'this', 'sweater', 'is', 'beautiful', 'this', 'sweater', 'is', 'much', 'more', 'beautiful', 'in', 'person', 'the', 'quality', 'is', 'very', 'good', 'and', 'the', 'fur', 'is', 'nice', 'too', 'i', 'am', '5', '8', 'inches', 'and', '155', 'lbs', 'and', 'the', 'medium', 'fit', 'me', 'perfect.,5,1,0', 'general', 'tops', 'sweaters'] ['4960,1110,35', 'one', 'big', 'flaw', 'this', 'dress', 'is', 'cuter', 'is', 'person', 'than', 'online', 'but', 'it', 'has', 'one', 'huge', 'issue', 'there', 'is', 'a', 'teeny', 'tiny', 'button', 'at', 'the', 'neck', 'that', 'is', 'held', 'on', 'by', 'a', 'thread', 'and', 'requires', 'fingers', 'the', 'size', 'of', 'a', 'two', 'year', 'old', 'to', 'get', 'open', 'it', 'fell', 'off', 'the', 'minute', 'i', 'tried', 'to', 'undo', 'it', 'i', 'ca', "n't", 'believe', 'these', 'other', 'reviewers', 'did', "n't", 'have', 'the', 'same', 'problem', 'or', 'maybe', 'they', 'put', 'a', 'snap', 'there', 'instead', 'too', 'bad', ',2,0,0', 'general', 'dresses', 'dresses'] ['4961,927,49', 'great', 'holiday', 'sweater', 'this', 'sweater', 'is', 'very', 'nicely', 'made', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'it', "'s", 'a', 'light', 'sweater', 'and', 'looks', 'great', 'with', 'jeans', 'love', 'it,5,1,0', 'general', 'tops', 'sweaters'] ['4962,927,53', 'my', 'favorite', 'piece', 'this', 'season', 'this', 'sweater', 'is', 'lovely', 'i', 'have', 'worn', 'it', 'every', 'other', 'day', 'since', 'i', 'got', 'it', 'it', 'is', 'soft', 'and', 'warm', 'and', 'elevates', 'everything', 'that', 'you', 'wear', 'it', 'with', 'i', 'have', 'gotten', 'compliments', 'every', 'time', 'i', "'ve", 'worn', 'it', 'my', 'daughter', 'who', 'rarely', 'likes', 'the', 'style', 'of', 'clothes', 'i', 'wear', 'said', 'i', 'looked', 'like', 'a', 'winter', 'princess', 'in', 'this', 'it', 'is', 'so', 'flattering', 'and', 'comfortable', '-a', 'winning', 'combination', ',5,1,1', 'general', 'tops', 'sweaters'] ['4963,912,56', 'fit', 'was', 'small', 'at', 'waist', 'large', 'up', 'top', 'odd', 'spots', 'i', 'was', 'so', 'disappointed', 'in', 'this', 'top', 'the', 'fabric', 'blend', 'was', 'too', 'thick', 'for', 'summer', 'the', 'cut', 'was', 'wide', 'across', 'the', 'shoulders', 'and', 'very', 'narrow', 'and', 'short', 'through', 'the', 'waist', 'add', 'in', 'the', 'odd', 'splashes', 'in', 'the', 'print', 'and', 'it', 'spelled', 'disaster'] [] ['size', 'i', 'tend', 'to', 'run', 'between', 'small', 'and', 'xs', 'i', 'ordered', 'xs', 'i', "'m", '5', '5', 'tall', '135', 'lbs', '34d', '35-29-37', 'narrow', 'across', 'shoulders', 'with', 'short', 'arms', 'and', 'long', 'torso'] [] ['fit', 'the', 'cut', 'was', 'so', 'wide', 'across', 'my', 'narrow', 'shoulders', 'that', 'it', 'looked', 'baggy', 'and', 'felt', 'odd', 'however', 'the', 'sleeves', 'did', "n't", 'sl', ',4,0,12', 'general', 'tops', 'fine', 'gauge'] ['4964,878,46', 'cozy', 'comfortable', 'but', 'if', 'you', 'put', 'in', 'the', 'dryer', 'even', 'on', 'low', 'it', 'will', 'shrink', 'a', 'little', 'so', 'beware', ',5,1,0', 'general', 'tops', 'knits'] ['4965,964,28', 'too', 'large', 'and', 'too', 'small', 'at', 'the', 'same', 'time', 'i', 'was', 'leery', 'of', 'purchasing', 'this', 'blazer', 'online', 'without', 'any', 'reviews', 'to', 'read', 'and', 'now', 'i', 'know', 'better', 'the', 'color', 'and', 'fabric', 'are', 'nice', 'and', 'what', 'you', 'would', 'expect', 'from', 'the', 'photos', 'the', 'sleeves', 'however', 'ran', 'small', 'compared', 'to', 'the', 'body', 'the', 'shoulders', 'also', 'pulled', 'and', 'felt', 'narrow', 'compared', 'to', 'the', 'torso', 'the', 'body', 'the', 'opposite', 'too', 'large', 'and', 'not', 'flattering', 'on', 'an', 'hourglass', 'figure', 'no', 'darts', 'no', 'fitted', 'places', 'nothing', 'making', 'it', 'tailored', 'to', 'fit', 'open', 'it', 'hung', 'wide', 'with', 'an', 'unflattering', 'silhouette', 'buttoned', 'it', 'sprea', ',2,0,12', 'general', 'jackets', 'jackets'] ['4966,1110,48', 'happy', 'yellow', 'this', 'is', 'a', 'unique', 'color', 'and', 'a', 'lovely', 'dress', 'i', 'have', 'the', 'yellow', 'and', 'i', 'did', "n't", 'find', 'that', 'it', 'ran', 'large', 'it', 'definitely', 'has', 'a', 'loose', 'flowing', 'fit', 'and', 'you', 'can', 'wear', 'with', 'or', 'without', 'a', 'belt', 'for', 'different', 'looks', 'the', 'pleated', 'fabric', 'near', 'the', 'waist', 'does', 'fit', 'differently', 'than', 'the', 'other', 'fabrics', 'but', 'i', 'do', "n't", 'think', 'it', 'looks', 'odd', 'you', 'have', 'several', 'pictures', 'of', 'people', 'wearing', 'them', 'and', 'you', 'can', 'see', 'that', 'it', 'looks', 'amazing', 'on', 'everyone', ',5,1,0', 'general', 'dresses', 'dresses'] ['4967,927,52', 'in', 'love', 'with', 'this', 'sweater', 'coat', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'today', 'and', 'have', "n't", 'taken', 'it', 'off', 'since', 'i', 'feel', 'like', 'i', 'should', 'be', 'in', 'a', 'romantic', 'movie', 'with', 'a', 'cute', 'black', 'dress', 'under', 'it', 'can', 'definitely', 'see', 'myself', 'getting', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'can', 'not', 'wait', 'to', 'wear', 'it', 'for', 'the', 'holidays', ',5,1,2', 'general', 'tops', 'sweaters'] ['4968,1110,82', 'great', 'dress', 'for', 'spring', 'great', 'dress', 'that', 'can', 'be', 'dressed', 'up', 'for', 'work', 'day', 'or', 'even', 'dressed', 'down', 'for', 'a', 'nice', 'weekend', 'day'] ['i', 'have', 'it', 'in', 'black', 'but', 'thinking', 'of', 'buying', 'in', 'the', 'yellow/orange', 'color', 'too', ',5,1,1', 'general', 'dresses', 'dresses'] ['4969,1110,53', 'i', 'ca', "n't", 'believe', 'that', 'this', 'has', 'so', 'many', 'good', 'reviews', 'i', 'love', 'the', 'color', 'of', 'this', 'dress', 'it', 'is', 'not', 'flattering', 'even', 'though', 'it', 'should', 'be', 'the', 'weird', 'panels', 'of', 'different', 'materials', 'makes', 'it', 'hang', 'super', 'funky', 'the', 'lace', 'is', 'heavy', 'but', 'the', 'silky', 'panels', 'are', "n't", 'so', 'not', 'flattering', 'it', "'s", 'just', 'odd', 'and', 'the', 'fit', 'is', 'super', 'huge', 'you', 'are', 'swimming', 'in', 'it', 'in', 'addition', 'to', 'a', 'poor', 'body', 'drape', 'it', 'could', 'have', 'been', 'so', 'cute', 'but', 'was', 'executed', 'so', 'poorly', ',2,0,0', 'general', 'dresses', 'dresses'] ['4970,940,58', 'nice', 'style', 'but', 'not', 'on', 'me', 'i', 'received', 'the', 'vest', 'and', 'it', 'was', 'pretty', 'much', 'as', 'pictured', 'however', 'the', 'color', 'is', "n't", 'quite', 'yellow', 'it', 'has', 'a', 'little', 'green', 'to', 'it', 'kind', 'of', 'chartreuse'] [] ['i', 'returned', 'the', 'item', 'because', 'it', 'did', "n't", 'look', 'as', 'good', 'on', 'me', 'as', 'it', 'did', 'on', 'the', 'pictured', 'model', 'this', 'would', 'probably', 'look', 'better', 'on', 'someone', 'taller', 'than', 'me', ',3,1,2', 'general', 'tops', 'sweaters'] ['4971,865,31', 'beautiful', 'and', 'classy-', 'i', 'love', 'this', 'i', "'m", '5', '8', '/125lbs/34b', 'and', 'my', 'usual', 'xs', 'works', 'great', 'could', 'probably', 'also', 'have', 'worn', 'a', 's', 'i', 'was', 'a', 'little', 'worried', 'it', "'d", 'be', 'scratchy', 'and/or', 'too', 'structured', 'but', 'it', "'s", 'soft', 'and', 'flattering', 'photos', 'are', 'accurate', 'would', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['4972,1110,52', 'very', 'pretty', 'lovely', 'color', 'nice', 'fabrics', 'this', 'dress', 'is', 'really', 'beautiful', 'cheerful', 'the', 'color', 'lovely', 'the', 'fabric', 'soft', 'and', 'beautiful', 'i', 'wish', 'it', 'had', 'worked', 'with', 'my', 'body', 'because', 'i', 'really', 'liked', 'the', 'style', 'fabric', 'and', 'color', 'i', 'am', '5', '5', 'with', 'long', 'legs', 'and', 'a', 'shorter', 'upper', 'body', 'so', 'i', 'needed', 'to', 'buy', 'this', 'dress', 'in', 'a', 'petite', 'size', 'but', 'they', 'were', 'sold', 'out', 'of', 'petite', 'smalls', 'and', 'mediums', 'so', 'i', 'tried', 'the', 'small', 'in', 'a', 'regular', 'size', 'the', 'armscye', 'depth', 'of', 'arm', 'hole', 'is', 'so', 'low', 'that', 'my', 'breast', 'was', 'completely', 'revealed', 'i', 'thought', 'about', 'shortening', 'the', 'straps', 'entirely', ',4,1,0', 'general', 'dresses', 'dresses'] ['4973,1110,31', 'sweetest', 'summer', 'dress', 'i', "'ll", 'admit', 'that', 'i', 'often', 'believe', 'you', 'pay', 'for', 'the', 'design', 'aesthetics', 'at', 'retailer', 'but', 'not', 'necessarily', 'the', 'quality', 'however', 'this', 'dress', 'happily', 'has', 'both', 'the', 'fabrication', 'and', 'lacework', 'on', 'this', 'dress', 'are', 'beautifully', 'made', 'and', 'the', 'price', 'tag', 'fits', 'i', 'do', 'think', 'the', 'sizing', 'is', 'off', 'i', "'m", '5', '5', '137', '34b', 'and', 'the', 'medium', 'my', 'usual', 'size', 'was', 'huge', 'small', 'was', 'still', 'gaping', 'under', 'the', 'arms', 'and', 'xs', 'fit', 'perfectly', 'i', 'have', "n't", 'worn', 'an', 'xs', 'in', 'anything', 'since', 'middle', 'school', 'ha', 'the', 'banding', 'at', 'the', 'bust', 'does', 'make', 'it', 'tight', 'so', 'i', 'can', 'we', ',5,1,1', 'general', 'dresses', 'dresses'] ['4974,1110,36', 'i', 'recently', 'purchased', 'this', 'dress', 'in', 'the', 'yellow', 'which', 'is', 'not', 'advertised', 'online', 'but', 'glad', 'i', 'saw', 'at', 'the', 'store', 'because', 'the', 'color', 'is', 'vibrant', 'but', 'not', 'too', 'loud', 'and', 'really', 'compliments', 'my', 'olive', 'skin', 'the', 'dress', 'ran', 'a', 'little', 'on', 'the', 'larger', 'side', 'so', 'i', 'had', 'to', 'size', 'down', 'also', 'you', 'will', 'have', 'to', 'either', 'wear', 'a', 'strapless', 'bra', 'or', 'go', 'without', 'because', 'you', 'cant', 'hide', 'bra', 'straps', 'as', 'this', 'is', 'more', 'of', 'a', 'halter', 'look', 'i', "'m", '5', '9', 'and', 'the', 'length', 'was', 'perfect', 'for', 'me', 'will', 'be', 'able', 'to', 'wear', 'with', 'heels', 'or', 'flats', ',5,1,23', 'general', 'dresses', 'dresses'] ['4975,927,40', 'better', 'in', 'person', 'than', 'the', 'photos', 'like', 'another', 'reviewer', 'i', 'was', 'in', 'the', 'store', 'looking', 'for', 'the', 'vest', 'with', 'the', 'faux', 'fur', 'collar', 'and', 'tie-waist', 'it', 'turned', 'out', 'to', 'be', 'too', 'long/bulky', 'for', 'my', 'small', 'frame', 'or', 'there', 'was', "n't", 'an', 'xs', 'ca', "n't", 'recall', 'but', 'i', 'saw', 'this', 'and', 'it', "'s", 'just', 'the', 'thing', 'i', 'did', "n't", 'even', 'know', 'i', 'needed', 'i', "'m", 'fairly', 'thin', 'and', 'petite', 'at', '5', '4', 'and', 'drown', 'in', 'most', 'cardigans', 'this', 'is', 'just', 'long', 'enough', 'it', 'was', 'a', 'subtle', 'a-line', 'shape', 'fabric', 'is', 'not', 'thick', 'but', 'is', 'substantial', 'enough', 'that', 'it', "'s", 'still', 'warm', 'i', 'also', 'like', 'that', 'it', "'s", 'hand', 'washable', 'nice', 'to', 'have', ',4,1,1', 'general', 'tops', 'sweaters'] ['4976,927,59', 'super', 'cute', 'sweater', 'coat.', 'this', 'is', 'a', 'go', 'with', 'everything', 'throw', 'on', 'sweater', 'coat', 'that', 'is', 'very', 'soft', 'and', 'flattering', 'on', 'the', 'fit', 'is', 'true', 'to', 'size', 'for', 'a', 'swing', 'coat', 'being', 'a', 'heather', 'black', 'helps', 'with', 'the', 'no', 'show', 'of', 'lint', 'i', 'will', 'wear', 'this', 'no', 'doubt', 'for', 'years', 'to', 'come', 'thanks', 'retailer.', ',5,1,1', 'general', 'tops', 'sweaters'] ['4977,940,35', 'beautiful', 'but', 'fuzzy', 'this', 'is', 'a', 'lovely', 'cardigan', 'especially', 'over', 'dresses', 'with', 'leggings', 'over-the-knee', 'socks', 'and', 'boots', 'i', 'was', 'so', 'ecstatic', 'to', 'get', 'it', 'at', 'the', 'black', 'friday', 'price', 'the', 'description', 'says', 'its', 'white', 'but', 'it', "'s", 'more', 'like', 'a', 'cream', 'it', 'was', 'for', 'this', 'reason', 'that', 'i', 'initially', 'reconsidered', 'the', 'purchase', 'i', 'was', 'hoping', 'for', 'more', 'of', 'an', 'off-white', 'or', 'winter', 'white', 'as', 'it', 'appears', 'on', 'the', 'model', 'except', 'it', 'looked', 'so', 'great', 'over', 'dresses', 'and', 'suitable', 'for', 'the', 'southern', 'california', 'winter', 'i', 'did', "n't", 'care', 'for', 'the', 'wrap', 'belt', 'it', 'just', 'looked', 'li', ',4,0,13', 'general', 'tops', 'sweaters'] ['4978,1110,35', 'beautiful', 'golden', 'yellow', 'size', 'down', 'i', 'wanted', 'this', 'dress', 'in', 'yellow', 'from', 'the', 'moment', 'i', 'first', 'saw', 'it', 'on', 'instagram', 'i', 'waited', 'for', 'it', 'to', 'be', 'available', 'online', 'and', 'once', 'it', 'was', 'i', 'ordered', 'it', 'i', 'am', 'usually', 'a', 'size', 'medium', 'but', 'sized', 'down', 'to', 'a', 'small', 'petitie', '5', '5', 'and', 'the', 'fit', 'is', 'off', 'i', 'am', 'a', '34b', 'so', 'its', 'too', 'roomy', 'in', 'the', 'chest', 'because', 'i', 'love', 'everything', 'else', 'about', 'this', 'dress', 'i', 'am', 'going', 'to', 're-order', 'in', 'an', 'xs', 'petite', 'but', 'that', 'will', 'be', 'two', 'sizes', 'down', 'for', 'me', 'not', 'sure', 'if', 'it', 'will', 'fit', 'length', 'was', 'good', 'looks', 'great', 'with', 'a', 'dark', 'denim', 'jacket', 'the', 'dress', 'is', 'li', ',5,1,12', 'general', 'dresses', 'dresses'] ['4979,1021,19', 'love', 'this', 'skirt', 'is', 'a', 'must', 'have', 'it', 'is', 'very', 'classy', 'and', 'the', 'pockets', 'are', 'perfect', 'for', 'holding', 'lipstick', 'for', 'a', 'little', 'refresher', 'throughout', 'the', 'night', 'it', 'is', 'high', 'quality', 'and', 'definitely', 'worth', 'the', 'price', 'i', 'paired', 'this', 'skirt', 'with', 'a', 'more', 'casual', 'black', 'top', 'and', 'some', 'pearls', 'for', 'a', 'fancy', 'banquet', 'dinner', 'and', 'got', 'a', 'lot', 'of', 'compliments', 'comfortable', 'and', 'classy', ',5,1,1', 'general', 'bottoms', 'skirts'] ['4980,1110,55', 'special', 'piece', 'this', 'is', 'such', 'a', 'pretty', 'dress', 'it', 'will', 'look', 'beautiful', 'in', 'the', 'summer', 'with', 'a', 'tan', 'and', 'lace', 'up', 'sandals', 'for', 'a', 'very', 'effortless', 'look', 'fits', 'very', 'fitted', 'in', 'the', 'top', 'and', 'loose', 'throughout', 'yet', 'still', 'slimming', 'i', 'am', 'petite', '5', '2', 'about', '105', 'pounds', 'and', 'for', 'reference', 'i', 'went', 'with', 'the', 'xxsp', 'it', 'looks', 'expensive', 'and', 'well', 'made', 'and', 'the', 'yellow', 'color', 'is', 'stunning', 'and', 'cheery', 'the', 'yellow', 'will', 'look', 'beautiful', 'on', 'darker', 'skin', 'tones', 'as', 'well', 'as', 'lighter', 'skin', 'tones', 'who', 'have', 'a', 'warm', 'undertone', 'if', 'you', 'are', 'on', 'the', 'fence', 'order', 'it', 'and', 'you', "won't,5,1,19", 'general', 'dresses', 'dresses'] ['4981,1110,38', 'elegant', 'sundress', 'i', "'m", '5', '4', 'with', 'an', 'hourglass', 'shape', 'i', 'love', 'this', 'dress', 'it', 'drapes', 'nicely', 'the', 'material', 'wo', "n't", 'be', 'hot', 'for', 'summer', 'and', 'the', 'color', 'is', 'perfect', 'for', 'my', 'olive', 'complexion', ',5,1,1', 'general', 'dresses', 'dresses'] ['4982,940,42', 'confused', 'by', 'the', 'gold', 'this', 'is', 'so', 'soft', 'and', 'has', 'wonderful', 'drape', 'i', 'want', 'to', 'love', 'it', 'it', 'is', 'not', 'gold', 'not', 'in', 'my', 'opinion', 'anyway', 'the', 'gold', 'parts', 'look', 'like', 'muted', 'lime', 'green', 'to', 'me', 'it', "'s", 'true', 'to', 'size', 'and', 'looks', 'similar', 'to', 'the', 'picture', 'otherwise', 'i', 'just', 'do', "n't", 'know', 'about', 'that', 'color-', 'especially', 'on', 'me', ',4,1,4', 'general', 'tops', 'sweaters'] ['4983,862,35', 'great', 'pattern', 'i', 'love', 'this', 'shirt', 'the', 'quality', 'is', 'great', 'and', 'very', 'soft', 'the', 'length', 'seems', 'a', 'bit', 'short', 'i', 'will', 'only', 'wear', 'it', 'tucked', 'in', 'to', 'a', 'higher', 'waisted', 'skirt', 'the', 'arm', 'holes', 'are', 'tight', ',4,1,0', 'general', 'tops', 'knits'] ['4984,927,39', 'do', "n't", 'detach', 'the', 'collar', 'do', "n't", 'detach', 'the', 'collar', 'unless', 'you', 'like', 'getting', 'frustrated', 'i', 'made', 'the', 'mistake', 'of', 'taking', 'it', 'off', 'just', 'to', 'see', 'what', 'it', 'looks', 'like', 'without', 'it', 'cute', 'but', 'reattaching', 'was', 'the', 'biggest', 'pain', 'i', 'have', 'pretty', 'nimble', 'fingers', 'but', 'stretching', 'the', 'little', 'loops', 'around', 'the', 'little', 'buttons', 'tested', 'my', 'patience', 'to', 'the', 'limit', 'so', 'other', 'than', 'that', 'buy', 'this', 'sweater', 'if', 'you', 'get', 'a', 'chance', 'it', "'s", 'stylish', 'flattering', 'soft', 'versatile', 'etc', 'etc', ',5,1,0', 'general', 'tops', 'sweaters'] ['4985,1110,39', 'do', "n't", 'size', 'down', 'if', 'you', "'re", 'busty', 'i', 'took', 'everyone', "'s", 'advice', 'and', 'purchased', 'a', 'size', 'small', 'instead', 'if', 'medium', 'i', 'wish', 'i', 'had', 'gotten', 'my', 'usual', 'size', 'as', 'the', 'neckline', 'and', 'bodice', 'is', 'very', 'tight', 'i', "'m", 'top', 'heavy', 'with', 'a', 'wide', 'rib', 'cage', 'and', '36dd', "'s", 'other', 'than', 'that', 'the', 'skirt', 'of', 'this', 'mango', 'hued', 'beauty', 'is', 'large', 'loose', 'and', 'flowing', 'which', 'i', 'can', 'see', 'why', 'people', 'suggest', 'sizing', 'down', 'i', 'think', 'my', 'fit', 'problem', 'would', 'be', 'solved', 'if', 'petite', 'was', 'available', ',4,1,0', 'general', 'dresses', 'dresses'] ['4986,1081,46', 'dress', 'up', 'or', 'down', 'love', 'the', 'dress', 'a', 'little', 'cheaply', 'made', 'but', 'overall', 'it', 'fits', 'nice', 'and', 'will', 'be', 'great', 'next', 'fall', 'it', 'will', 'show', 'tummy', 'shape', 'so', 'if', 'you', 'do', 'not', 'have', 'a', 'flat', 'tummy', 'this', 'may', 'not', 'be', 'the', 'dress', 'for', 'you', ',4,1,2', 'general', 'dresses', 'dresses'] ['4987,1110,46', 'dress', 'me', 'up', 'or', 'dress', 'me', 'down', 'i', 'have', 'a', 'gala', 'to', 'go', 'to', 'wear', 'i', 'am', 'a', 'board', 'member', 'i', 'had', 'been', 'eyeing', 'this', 'dress', 'online', 'and', 'tried', 'it', 'in', 'store', 'lurve', 'i', 'got', 'the', 'black', 'one', 'which', 'is', 'a', 'black', 'lace', 'over', 'a', 'sheer', 'cotton', 'nude', 'i', 'also', 'got', 'the', 'regular', 'when', 'i', 'am', 'petite', 'as', 'it', 'hit', 'longer', 'for', 'a', 'black', 'tie', 'event', 'i', 'have', 'a', 'large', 'bust', 'at', '5', '2', 'size', 'd', 'but', 'small', 'and', 'short', 'torso', 'and', 'the', 'large', 'just', 'hugged', 'the', 'girls', 'just', 'right', 'i', 'love', 'the', 'it', 'can', 'be', 'worn', 'fancy', 'with', 'block', 'heels', 'to', 'a', 'gala', 'or', 'wit', 'ha', 'jean', 'jacket', 'or', 'espradilles', 'for', 'a', 'casual', 'summer', 'night', 'this', ',5,1,0', 'general', 'dresses', 'dresses'] ['4988,927,53', 'so', 'cute', 'this', 'sweater', 'coat', 'is', 'so', 'cute', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'it', 'does', 'run', 'a', 'little', 'big', 'i', 'always', 'wear', 's', 'tops', 'from', 'retailer', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'this', 'in', 'a', 's', 'since', 'i', 'would', 'be', 'wearing', 'it', 'over', 'things', 'so', 'glad', 'i', 'did', 'the', 'small', 'is', 'perfect', 'so', 'i', 'would', 'say', 'it', 'runs', 'a', 'little', 'large', 'i', 'do', 'think', 'it', 'is', 'is', 'a', 'little', 'over', 'priced', 'but', 'i', 'did', 'get', 'it', 'at', '20', 'off', 'and', 'it', 'was', 'a', 'treat', 'for', 'myself', ',5,1,1', 'general', 'tops', 'sweaters'] ['4989,1110,24', 'love', 'this', 'this', 'dress', 'is', 'gorgeous', 'on', 'the', 'hanger', 'and', 'even', 'more', 'gorgeous', 'on', 'definitely', 'runs', 'big', 'though', 'so', 'sizing', 'down', 'is', 'probably', 'best', ',5,1,0', 'general', 'dresses', 'dresses'] ['4990,1110,58', 'runs', 'big', 'this', 'dress', 'is', 'really', 'cute', 'but', 'it', 'runs', 'quite', 'large', 'order', 'a', 'size', 'smaller', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'at', 'the', 'party', 'i', 'wore', 'it', 'to', 'it', 'can', 'be', 'dressed', 'up', 'or', 'can', 'be', 'casual', 'with', 'a', 'pair', 'of', 'sandles', ',4,1,26', 'general', 'dresses', 'dresses'] ['4991,1070,38', 'amazing', 'pants/leggings', 'as', 'stated', 'in', 'my', 'review', 'title', 'they', "'re", 'amazing', 'they', "'re", 'incredibly', 'well', 'made', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'and', 'are', 'so', 'flattering', 'i', 'think', 'the', 'boot', 'cut', 'makes', 'them', 'look', 'like', 'pants', 'rather', 'than', 'leggings', 'they', 'can', 'definitively', 'be', 'worn', 'to', 'work', 'or', 'at', 'least', 'where', 'i', 'work', 'where', 'the', 'dress', 'code', 'is', 'business', 'casual', 'my', 'only', 'issue', 'is', 'the', 'length', 'which', 'being', 'at', '5', '3', 'is', "n't", 'surprising', 'they', "'re", 'about', '3', 'inches', 'too', 'long', 'i', "'m", 'a', 'size', '8-10', 'and', 'got', 'the', 'large', 'i', 'could', "n't", 'recommend', 'these', 'enough', ',5,1,0', 'general', 'bottoms', 'pants'] ['4992,945,69', 'amazing', 'sweater', 'i', 'do', "n't", 'understand', 'the', 'negative', 'review'] ['on', 'this', 'sweater', 'it', 'is', 'nothing', 'short', 'of', 'stunning', 'the', 'quality', 'and', 'design', 'are', 'absolutely', 'beautiful', 'and', 'i', 'love', 'the', 'lined', 'pockets', 'i', 'can', 'honestly', 'say', 'i', 'do', "n't", 'think', 'i', "'ll", 'ever', 'part', 'with', 'it', 'this', 'is', 'a', 'sweater', 'you', 'hang', 'onto', 'forever', 'i', 'will', 'say', 'it', 'runs', 'a', 'bit', 'large', 'i', 'ordered', 'the', 'xs/sm', 'and', 'if', 'i', 'did', "n't", 'know', 'better', 'i', 'would', 'think', 'its', 'm/l', 'either', 'way', 'if', 'you', 'can', 'you', 'get', 'your', 'hands', 'on', 'one', 'in', 'store', 'or', 'a', 'return', 'online', 'do', 'it', 'it', 'is', 'worth', 'every', 'penny', 'especially', 'for', 'the', 's', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['4993,945,69', 'gorgeous', 'sooo', 'soft', 'ignore', 'the', 'nutty', 'negative', 'review', 'because', 'this', 'sweater', 'is', 'beautiful', 'and', 'really', 'looks', 'like', 'a', 'hand', 'knit', 'sweater', 'the', 'quality', 'is', 'excellent', 'with', 'two', 'side', 'pockets', 'that', 'are', 'lined', 'it', "'s", 'really', 'soft', 'and', 'so', 'comfy', 'and', 'thick', 'just', 'perfect', 'for', 'my', 'southern', 'ca', 'evenings', 'all', 'year', 'long'] ['so', 'comfy', 'you', 'can', 'wear', 'it', 'as', 'a', 'robe'] ['looks', 'just', 'like', 'the', 'photo', 'i', 'got', 'the', 'm/l', 'and', 'it', 'fits', 'like', 'an', 'extra', 'large', 'which', 'i', 'like', 'in', 'a', 'bulky', 'cardi'] ['super', 'gorgeous', 'what', 'a', 'steal', 'at', 'the', 'sale', 'price', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['4994,868,46', 'so', 'soft', 'retailer', 'has', 'great', 'designs', 'but', 'sometimes', 'they', 'use', 'cheap', 'fabrics', 'and', 'are', 'not', 'quality', 'made', 'this', 'top', 'is', 'quality', 'made', 'and', 'super', 'soft', 'its', 'a', 'little', 'thicker', 'than', 'a', 'normal', 'cotton', 't-shirt', 'but', 'thinner', 'than', 'a', 'sweatshirt', 'i', 'normally', 'wear', 'medium', '34dd', '135-140', 'lbs', '5', '4', 'and', 'this', 'was', 'tts', 'i', 'got', 'the', 'blue', 'and', 'its', 'a', 'little', 'bit', 'darker', 'in', 'person', 'one', 'big', 'plus', 'imo', 'is', 'that', 'you', 'can', 'put', 'it', 'in', 'washer', 'and', 'dryer', 'no', 'need', 'to', 'line', 'dry', 'i', 'am', 'going', 'to', 'buy', 'the', 'natural', 'colored', 'stripes', 'one', 'too', 'also', 'i', 'bought', 'the', 'normal', 'size', ',5,1,12', 'general', 'tops', 'knits'] ['4995,993,39', 'pretty', 'and', 'comfortable', 'this', 'skirt', 'is', 'very', 'stretchy', 'and', 'a', 'nice', 'soft', 'thickish', 'fabric', 'the', 'pattern', 'is', 'also', 'very', 'cute', 'i', 'ordered', 'the', 'xs', 'p', 'and', 'it', 'fit', 'just', 'right', 'length', 'was', 'pretty', 'much', 'as', 'pictured', 'just', 'at', 'or', 'slightly', 'below', 'the', 'knee', 'the', 'opening', 'in', 'front', 'was', 'also', 'as', 'shown', 'a', 'bit', 'wide', 'not', 'a', 'slit', 'but', 'shaped', 'like', 'a', 'thin', 'arc', 'overall', 'i', 'still', 'recommended', 'it', 'it', 'rusn', 'pretty', 'true', 'to', 'size', '115', 'lbs', '26.5', 'in', 'waist', ',4,1,2', 'general', 'bottoms', 'skirts'] ['4996,1068,62', ',i', 'love', 'the', 'great', 'variety', 'of', 'fabrics', 'and', 'textures', 'used', 'in', 'these', 'joggers', 'you', 'will', 'also', ',5,1,1', 'general', 'bottoms', 'pants'] ['4997,868,37', 'nice', 'top', 'but', 'runs', 'large', 'quality', 'is', 'excellent', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'the', 'top', 'runs', 'large', 'i', 'am', 'usually', 'a', 'medium', 'but', 'i', 'was', 'swimming', 'in', 'it', 'i', 'live', 'in', 'alaska', 'and', 'would', 'not', 'know', 'how', 'to', 'return', 'it', 'so', 'i', 'am', 'just', 'keeping', 'it', 'and', 'wearing', 'it', 'on', 'those', 'cool', 'lazy', 'days', 'i', "'m", 'sure', 'it', 'would', 'still', 'look', 'classy', 'because', 'of', 'the', 'design', ',4,1,0', 'general', 'tops', 'knits'] ['4998,1068,61', 'not', 'good', 'for', 'curvy', 'girls', 'i', 'ordered', 'these', 'hoping', 'they', 'would', 'look', 'like', 'the', 'model', 'but', 'they', 'did', "n't", 'i', 'am', 'small', 'but', 'curvy', 'it', 'hugged', 'too', 'tightly', 'in', 'the', 'hips', 'so', 'sadly', 'these', 'pants', 'are', 'going', 'back', ',3,0,2', 'general', 'bottoms', 'pants'] ['4999,1025,28', 'great', 'fit', 'love', 'these', 'pants', 'i', 'am', '5', '2', 'and', 'these', 'fit', 'in', 'length', 'nicely', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5000,836,39', ',the', 'shirt', 'was', 'cute', 'i', "'m", 'very', 'petite', 'and', 'it', 'ran', 'very', 'wide', 'so', 'did', "n't", 'fit', 'me', 'well.,3,1,1', 'general', 'petite', 'tops', 'blouses'] ['5001,1068,47', 'love', 'these', 'pants', 'i', 'have', 'a', 'couple', 'of', 'pair', 'of', 'hei', 'hei', 'pants', 'from', 'last', 'summer', 'that', 'i', 'love', 'and', 'was', 'so', 'happy', 'to', 'see', 'these', 'i', 'am', 'curvy', '5', '8', 'size', '8', 'and', 'got', 'these', 'in', 'a', '30', 'and', 'they', 'fit', 'perfectly', 'in', 'the', 'hips', 'and', 'no', 'gap', 'at', 'the', 'waist', 'i', 'love', 'them', 'so', 'much', 'that', 'i', 'bought', 'a', 'second', 'pair', 'the', 'only', 'thing', 'that', 'could', 'make', 'them', 'better', 'is', 'if', 'they', 'had', 'a', 'bit', 'of', 'stretch', ',5,1,0', 'general', 'bottoms', 'pants'] ['5002,562,32', 'very', 'nice', 'skirt', 'but', 'too', 'small', 'i', 'would', 'have', 'liked', 'it', 'but', 'it', 'was', 'too', 'small', 'for', 'me.,4,1,1', 'general', 'trend', 'trend'] ['5003,868,61', ',,5,1,0', 'general', 'tops', 'knits'] ['5004,1025,38', 'fantastic', 'fit', 'and', 'fabric', 'i', 'went', 'to', 'the', 'store', 'to', 'buy', 'the', 'transcend', 'verdugo', 'ankle', 'in', 'blue', 'however', 'i', 'left', 'with', 'it', 'in', 'blue', 'and', 'black', 'the', 'black', 'is', 'perfect', 'absolutely', 'amazing', 'fabric', 'that', 'shapes', 'your', 'behind', 'and', 'no', 'ones', 'is', 'more', 'imperfect', 'than', 'mine', 'i', 'cant', 'say', 'enough', 'about', 'these', 'except', 'paige', 'rocks', 'i', "'m", 'a', 'fan', ',5,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['5005,945,40', 'what', 'a', 'let', 'down', 'the', 'sweater', 'i', 'received', 'in', 'no', 'way', 'resembles', 'the', 'product', 'pictured', 'based', 'on', 'the', 'original', 'price', 'point', 'i', 'envisioned', 'a', 'beautiful', 'hand-knitted', 'sweater', 'made', 'of', 'high', 'grade', 'yarn/', 'wool', 'that', 'i', 'could', 'use', 'for', 'travel', 'instead', 'i', 'received', 'something', 'that', 'is', 'grossly', 'oversized', 'for', 'xs/s', 'made', 'out', 'of', 'weird', 'crafting', 'yarn', 'and', 'looks', 'like', 'an', 'ugly', 'holiday', 'sweater', 'my', 'kids', 'could', 'make', 'something', 'better', 'than', 'this', 'on', 'their', 'toy', 'loom', 'not', 'the', 'quality', 'i', 'expected', 'from', 'retailer', 'back', 'it', 'goes', ',1,0,17', 'general', 'petite', 'tops', 'sweaters'] ['5006,831,60', 'classic', 'flannel', 'this', 'is', 'a', 'simplistic', 'beauty', 'the', 'colors', 'are', 'lovely', 'and', 'as', 'pictured', 'i', 'believe', 'it', 'is', 'tts', 'but', 'if', 'your', 'small', 'busted', 'you', 'could', 'probably', 'go', 'down', 'a', 'size', 'i', 'personally', 'stayed', 'with', 'my', 'small', 'and', 'i', 'lke', 'the', 'flow', 'of', 'it', 'the', 'flannel', 'has', 'a', 'nice', 'weight', 'to', 'it', 'so', 'you', 'can', 'wear', 'this', 'fall', 'winter', 'and', 'early', 'spring', 'if', 'you', 'live', 'in', 'a', 'cooler', 'climate', ',5,1,1', 'general', 'tops', 'blouses'] ['5007,836,38', 'interesting', 'blouse', 'some', 'limitations', 'this', 'blouse', 'is', 'basically', 'a', 'rectangular', 'piece', 'of', 'fabric', 'that', 'is', 'folded', 'over', 'and', 'sewn', 'up', 'the', 'sides', 'the', 'side', 'seams', 'are', 'about', '2-3', 'inches', 'in', 'from', 'the', 'edge', 'of', 'the', 'fabric', 'the', 'neck', 'opening', 'is', 'finished', 'nicely', 'the', 'fabric', 'has', 'a', 'nice', 'drape', 'to', 'it', 'but', 'the', 'design', 'on', 'the', 'front', 'is', "n't", 'as', 'crisp', 'and', 'clear', 'as', 'i', 'thought', 'it', 'would', 'be', 'the', 'design', 'is', 'a', 'bit', 'fuzzy', 'so', 'i', 'wish', 'the', 'picture', 'on', 'the', 'front', 'were', 'clearer', 'i', 'always', 'wear', 'an', 'xl', 'in', 'retailer', 'tops', 'but', 'the', 'size', 'l', 'in', 'this', 'fit', 'nicely', 'in', 'the', 'bust', 'except', 'is', 'too', 'snug', 'at', 'the', ',4,1,9', 'general', 'tops', 'blouses'] ['5008,868,72', 'all-around', 'quality', 'but', 'big', 'this', 'is', 'a', 'top-flight', 'notch', 'an', 'attractive', 'design', 'nicely', 'made', 'for', 'me', 'the', 'fabric', 'is', 'rather', 'heavy', 'for', 'summer', 'wear', 'but', 'that', 'wo', "n't", 'prevent', 'me', 'from', 'keeping', 'it', 'for', 'cooler', 'days', 'my', 'one', 'complaint', 'is', 'the', 'sizing', 'i', 'weigh', 'a', 'bottom-heavy', '146', 'lbs', 'and', 'hoped', 'i', "'d", 'get', 'away', 'with', 'a', 'medium', 'but', 'it', 'swims', 'on', 'me', 'not', 'a', 'bit', 'too', 'large', 'but', 'way', 'too', 'large', 'i', "'m", 'returning', 'it', 'and', 'hoping', 'that', 'a', 'small', 'will', 'be', 'small', 'enough', ',4,1,4', 'general', 'tops', 'knits'] ['5009,831,34', 'this', 'top', 'is', 'great', 'and', 'perfect', 'for', 'fall/winter', 'i', "'ve", 'gotten', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 'so', 'far', 'great', 'with', 'jeans', 'and', 'sneakers', 'for', 'a', 'casual', 'look', 'or', 'dress', 'it', 'up', 'with', 'black', 'jeans', 'and', 'boots', 'great', 'layering', 'piece', 'as', 'well', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'the', 'fit', 'is', 'nice', 'and', 'relaxed', 'but', 'tailored', 'on', 'the', 'sides', 'to', 'give', 'you', 'some', 'shape', 'the', 'colors', 'are', 'beautiful.great', 'buy', 'i', 'highly', 'recommend', ',5,1,2', 'general', 'tops', 'blouses'] ['5010,675,49', ',i', 'was', 'not', 'going', 'to', 'purchase', 'this', 'jacket', 'thinking', 'it', 'was', 'too', 'pricely', 'but', 'i', 'am', 'glad', 'that', 'i', 'did', 'true', 'to', 'size', 'and', 'made', 'with', 'great', 'craftsmanship', 'it', 'looks', 'very', 'delicate', 'but', 'made', 'strong', 'very', 'pretty', 'true', 'too', 'picture', 'it', 'works', 'out', 'perfect', 'for', 'after', 'yoga', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['5011,1068,34', 'love', 'these', 'pants', 'they', 'do', 'run', 'small', 'in', 'the', 'hip', 'area', 'and', 'are', 'not', 'stretchy', 'at', 'all', 'so', 'beware', 'if', 'you', 'are', 'curvy', 'you', 'might', 'want', 'to', 'size', 'up', 'great', 'quality', 'and', 'style', 'overall', ',4,1,2', 'general', 'bottoms', 'pants'] ['5012,836,50', 'pretty', 'but', 'sleeves', 'make', 'it', 'seem', 'large.', 'i', 'lived', 'the', 'front', 'and', 'back', 'designs', 'but', 'did', "n't", 'like', 'the', 'fit.,3,0,1', 'general', 'tops', 'blouses'] ['5013,562,35', 'this', 'is', 'a', 'beautiful', 'and', 'versatile', 'skirt', 'i', 'love', 'the', 'layered', 'detail', 'length', 'and', 'flattering', 'cut'] [] ['the', 'fabric', 'is', 'a', '80', 'cotton/20', 'linen', 'blend', 'it', "'s", 'a', 'thick', 'weave', 'with', 'tiny', 'nubs', 'here', 'and', 'there', 'the', 'skirt', 'was', 'made', 'in', 'turkey'] [] ['i', 'usually', 'wear', 'a', 'size', '4', 'in', 'retailer', 'skirts', 'but', 'i', 'sized', 'down', 'to', 'a', '2', 'in', 'this', 'skirt', 'the', 'size', '2', 'fit', 'at', 'my', 'natural', 'waist', 'and', 'looked', 'as', 'pictured', 'on', 'the', 'model', 'whereas', 'the', '4', 'looked', 'bulkier', 'on', 'me', ',5,1,10', 'general', 'trend', 'trend'] ['5014,562,25', 'not', 'as', 'it', 'seems', 'i', 'thought', 'this', 'would', 'be', 'a', 'cute', 'business', 'attire', 'skirt', 'i', 'hate', 'to', 'say', 'it', 'but', 'i', 'felt', 'like', 'it', 'flared', 'out', 'as', 'if', 'i', 'were', 'amelia', 'bedelia', 'or', 'some', 'whacky', 'children', "'s", 'book', 'character', 'and', 'not', 'retailer', 'the', 'fabric', 'made', 'it', 'look', 'bulky', 'i', 'sadly', 'had', 'to', 'return', 'it', ',1,0,5', 'general', 'trend', 'trend'] ['5015,875,42', 'scratchy', 'love', 'the', 'design', 'of', 'the', 'fabric', 'i', 'actually', 'bought', 'these', 'in', 'both', 'colors', 'i', 'gave', 'only', '1', 'star', 'due', 'stitching', 'on', 'the', 'fabric', 'it', "'s", 'very', 'scratchy', ',1,0,0', 'general', 'tops', 'knits'] ['5016,1095,45', 'beautiful', 'dress', 'beautiful', 'dress', 'it', 'looks', 'fresh', 'feminine', 'and', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'very', 'nice', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5017,875,24', 'perfect', 'lightweight', 'top', 'i', 'bought', 'this', 'in', 'my', 'usual', 'size', 'small', 'i', "'m", 'a', '4-6', '27', 'waist', '32b', 'and', 'it', 'fits', 'perfectly', 'it', "'s", 'a', 'little', 'loose', 'and', 'boxy', 'but', 'still', 'structured', 'and', 'cute', 'it', 'fits', 'me', 'like', 'the', 'model', 'i', 'do', "n't", 'find', 'it', 'itchy', 'at', 'all', 'and', 'the', 'embroidery', 'is', 'just', 'gorgeous', 'this', 'is', 'perfect', 'for', 'transitioning', 'from', 'summer', 'to', 'fall', ',5,1,0', 'general', 'tops', 'knits'] ['5018,875,36', 'cute', 'summer', 'top', 'picked', 'this', 'up', 'end', 'of', 'season', 'sale', 'but', 'i', 'go', 'to', 'florida', 'a', 'lot', 'so', 'i', 'will', 'still', 'be', 'able', 'to', 'use', 'it', 'it', 'runs', 'a', 'bit', 'large', 'i', "'m", 'usually', 'between', 'a', 's', 'and', 'm', 'at', 'retailer', 'and', 'i', "'m", 'a', 'bit', 'heavy', 'right', 'now', 'but', 'the', 'small', 'fit', 'loose', 'and', 'comfortably', 'i', 'would', 'recommend', 'sizing', 'down', 'if', 'you', 'are', 'between', 'sizes', 'not', 'itchy', 'but', 'i', 'would', 'wear', 'a', 'cami', 'underneath', 'because', 'it', 'is', 'white', 'and', 'could', 'start', 'to', 'itch', 'after', 'a', 'while', 'i', 'suppose', 'it', "'s", 'definitely', 'not', 'a', 'soft', 'flowy', 't.', 'mix', 'of', 't-shirt', 'material', 'and', 'linen', 'the', 'main', 'part', 'of', 'the', 't', 'is', 'cotto', ',5,1,0', 'general', 'tops', 'knits'] ['5019,1095,44', 'beware', 'of', 'care', 'instructions', 'i', 'have', 'wanted', 'this', 'dress', 'since', 'i', 'first', 'tried', 'it', 'on', 'in', 'april', 'finally', 'got', 'it', 'as', 'a', 'birthday', 'gift', 'and', 'after', 'looking', 'at', 'it', 'closely', 'there', 'was', 'makeup', 'on', 'the', 'collar', 'i', 'checked', 'the', 'instructions', 'and', 'it', 'says', 'cold', 'water', 'wash', 'so', 'i', 'washed', 'only', 'the', 'collar', 'part', 'by', 'hand', 'and', 'every', 'part', 'that', 'got', 'water', 'on', 'it', 'bled', 'looks', 'like', 'the', 'popsicles', 'are', 'melting', 'i', "'m", 'so', 'sad', 'because', 'this', 'dress', 'is', 'adorable', 'i', "'m", 'buying', 'another', 'in', 'hopes', 'retailer', 'will', 'make', 'this', 'right', 'by', 'taking', 'back', 'the', 'first', 'one', 'should', 'be', 'dry', 'clean', 'only', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['5020,1095,53', 'adorable', 'wanted', 'to', 'buy', 'this', 'dress', 'but', 'the', 'bust', 'area', 'was', 'way', 'too', 'small', 'as', 'i', 'went', 'up', 'sizes', 'the', 'torso', 'began', 'to', 'be', 'too', 'long', 'and', 'i', 'would', 'have', 'to', 'have', 'it', 'altered', 'i', 'guess', 'what', 'a', 'shame'] ['but', 'if', 'you', 'are', 'small', 'chested', 'then', 'this', 'is', 'your', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5021,334,58', 'l', 'space', 'ruched', 'maillot', 'i', 'love', 'the', 'color', 'and', 'design', 'of', 'this', 'suit', 'however', 'the', 'rise', 'is', 'too', 'high', 'on', 'my', 'derriã¨re', 'and', 'was', 'not', 'appealing', 'on', 'myself', 'i', 'am', '5', '7', '110', 'lbs.', 'with', 'a', 'very', 'small', 'bust', 'and', 'a', 'short', 'waist', 'i', 'think', 'the', 'suit', 'runs', 'very', 'small', 'as', 'i', 'am', 'a', 'size', 'xs/s', 'in', 'most', 'of', 'retailers', 'clothing', 'i', 'would', 'recommend', 'it', 'to', 'young', 'lady', 'with', 'a', 'very', 'small', 'derriere', 'and', 'is', 'more', 'petite', ',3,1,0', 'initmates', 'intimate', 'swim'] ['5022,1059,37', 'high', 'quality', 'this', 'cropped', 'trouser', 'is', 'very', 'high', 'quality', 'and', 'perfect', 'for', 'summer', 'i', 'ordered', 'my', 'usual', 'size', 'petite', '4', 'i', 'am', '5', '2', '115', 'lb', 'and', 'i', 'felt', 'a', 'little', 'tight', 'but', 'since', 'other', 'previous', 'reviews', 'said', 'they', 'do', 'stretch', 'after', 'wearing', 'it', 'i', 'decided', 'to', 'keep', 'it', 'i', 'hope', 'they', 'stretch', 'out', 'a', 'little', 'bit', 'more', 'overall', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['5023,875,31', 'beautiful', 'but', 'boxy', 'such', 'a', 'beautiful', 'and', 'unique', 'design', 'i', 'only', 'wish', 'it', 'fit', 'it', 'is', 'so', 'so', 'boxy', 'i', "'m", 'thin', 'but', 'would', 'have', 'needed', 'almost', 'a', 'foot', 'of', 'fabric', 'removed', 'in', 'order', 'to', 'make', 'it', 'look', 'right', 'and', 'i', 'do', "n't", 'mean', 'making', 'it', 'super', 'tight', 'the', 'seaming', 'and', 'button', 'details', 'on', 'the', 'back', 'are', 'such', 'that', 'it', 'would', 'be', 'tough', 'to', 'have', 'a', 'tailor', 'refit', 'it', 'appropriately', 'so', 'i', 'had', 'to', 'return', 'this', 'despite', 'really', 'wanting', 'to', 'find', 'a', 'way', 'to', 'make', 'it', 'work', ',2,0,0', 'general', 'tops', 'knits'] ['5024,977,41', ',if', 'you', 'have', 'any', 'curves', 'at', 'all', 'then', 'this', 'will', 'look', 'like', 'a', 'sack', 'on', 'you', 'i', 'wanted', 'to', 'love', 'it', 'because', 'of', 'the', 'material', 'and', 'i', "'ve", 'been', 'looking', 'for', 'a', 'blazer/', 'jacket', 'that', 'was', 'heavy', 'in', 'weight', 'this', 'just', 'looked', 'awful', 'on', 'me', 'maybe', 'for', 'someone', 'who', 'is', 'very', 'slender', 'this', 'will', 'work', 'but', 'i', 'was', 'highly', 'disappointed', 'in', 'the', 'cut.,3,0,9', 'general', 'petite', 'jackets', 'jackets'] ['5025,977,50', 'nice', 'jacket', 'this', 'jacket', 'is', 'a', 'flattering', 'although', 'somewhat', 'boxy', 'it', 'does', 'run', 'large', 'i', 'wear', 'a', 'medium', 'and', 'ordered', 'a', 'small', 'fits', 'perfect', 'looks', 'great', 'with', 'jeans', 'and', 'a', 't-shirt.,4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5026,977,26', 'great', 'casual', 'jacket', 'i', 'love', 'the', 'oversized', 'look', 'of', 'this', 'jacket', 'my', 'building', 'is', 'kept', 'freezing', 'cold', 'so', 'while', 'at', 'work', 'i', 'am', 'constantly', 'fiddling', 'with', 'cardigans', 'and', 'scarves', 'and', 'a', 'space', 'heater', 'to', 'try', 'to', 'keep', 'from', 'freezing', 'while', 'working', 'and', 'i', 'thought', 'this', 'jacket', 'would', 'be', 'a', 'great', 'jacket', 'that', 'basically', 'functions', 'as', 'a', 'blanket', 'while', 'still', 'looking', 'professional', 'my', 'boyfriend', 'does', "n't", 'quite', 'get', 'the', '3/4-length', 'sleeves', 'but', 'that', 'definitely', 'keeps', 'the', 'look', 'of', 'this', 'jacket', 'polished', 'if', 'they', 'were', 'longer', 'i', 'think', 'it', 'would', 'be', 'too', 'much', 'just', 'li,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5027,1095,23', 'this', 'dress', 'is', 'very', 'cute', 'and', 'well', 'made', 'unfortunately', 'it', 'was', 'too', 'short', 'waisted', 'for', 'me', 'and', 'runs', 'small', 'in', 'the', 'bust', 'the', 'arm', 'holes', 'were', 'too', 'big', 'yet', 'the', 'bust', 'small', 'very', 'weird', 'fit', 'on', 'me', 'i', 'am', 'six', 'feet', 'tall', 'with', '38c', 'bust', 'maybe', 'if', 'you', 'are', 'shorter', 'with', 'smaller', 'chest', 'this', 'dress', 'will', 'work', 'for', 'you', 'it', 'has', 'a', 'thin', 'lining', 'and', 'is', 'not', 'see', 'through', 'even', 'though', 'it', 'is', 'white', 'fabric', 'i', 'love', 'the', 'dress', 'it', 'just', 'was', "n't", 'made', 'for', 'my', 'tall', 'figure', ',2,0,32', 'general', 'petite', 'dresses', 'dresses'] ['5028,829,31', 'just', 'did', "n't", 'work', 'for', 'me', 'this', 'shirt', 'looks', 'nice', 'on', 'the', 'model', 'but', 'it', 'felt', 'stiff', 'and', 'unflattering', 'on', 'me', 'i', 'am', '5', '5', '135lbs', '34c', 'and', 'the', 'size', '4', 'fit', 'overall', 'i', 'just', 'did', "n't", 'happen', 'to', 'like', 'it', 'on', 'me', ',3,0,3', 'general', 'tops', 'blouses'] ['5029,875,32', 'gorgeous', 'design', 'loose', 'fit', 'mixed', 'cotton', 'textures', 'echoing', 'others', 'remarks', 'this', 'top', 'runs', 'large/wide', 'wise', 'to', 'size', 'down', 'the', 'embroidery', 'is', 'beautiful', 'and', 'for', 'the', 'volume', 'of', 'work', 'this', 'arrived', 'with', 'minimal', 'to', 'no', 'loose', 'threads', 'however', 'i', 'was', 'bit', 'disappointed', 'by', 'the', 'mixed', 'cotton', 'textures', 'most', 'of', 'the', 'top', 'is', 'a', 'knit', 'tshirt', 'like', 'textures', 'while', 'the', 'bottom', 'hem', 'with', 'the', 'horizontal', 'stripe', 'embroidery', 'is', 'a', 'stiffer', 'thinner', 'woven', 'cotton', 'that', 'i', 'had', 'thought', 'would', 'be', 'the', 'material', 'for', 'the', 'whole', 'shirt', 'the', 'mixtures', 'of', 'textures', 'and', 'predominant', 'knit', 'textile', 'ma', ',4,1,1', 'general', 'tops', 'knits'] ['5030,1095,41', 'ice', 'cream', 'you', 'scream', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'classic-looking', 'retailer', 'dress-', 'i', 'love', 'the', 'ladylike', 'shape', 'and', 'whimsical', 'print', 'the', 'popsicle', 'print', 'on', 'this', 'dress', 'is', 'really', 'truly', 'adorable', 'unfortunately', 'the', 'dress', 'is', 'cut', 'really', 'weird', 'and', 'it', 'made', 'me', 'feel', 'like', 'screaming', 'i', 'bought', 'a', 'size', 'two', 'and', 'it', 'was', 'snug', 'and', 'gaping', 'at', 'the', 'chest', 'and', 'i', "'m", 'only', 'a', '32b', 'ladies', 'so', 'be', 'warned', 'at', 'the', 'same', 'time', 'the', 'arm', 'holes', 'were', 'huge', 'i', 'mean', 'massively', 'big', 'i', 'think', 'if', 'you', 'have', 'a', 'swimmer', "'s", 'body', 'this', 'might', 'work', 'otherwise', 'you', "'ll", 'for', 'sure', 'nee', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['5031,875,29', 'itchy', 'this', 'top', 'is', 'cute', 'but', 'i', 'found', 'issues', 'with', 'both', 'the', 'fit', 'and', 'the', 'quality', 'i', 'tried', 'on', 'an', 'xs', 'but', 'found', 'it', 'to', 'be', 'boxy', 'on', 'my', 'petite', 'frame', '5', '2', '110', 'lbs', '34a', 'even', 'worse', 'though', 'was', 'the', 'feel', 'of', 'this', 'shirt', 'it', "'s", 'not', 'lined', 'so', 'you', 'can', 'feel', 'every', 'bit', 'of', 'the', 'beautiful', 'stitching', 'on', 'your', 'skin', 'it', 'was', 'so', 'itchy', 'and', 'i', 'only', 'wore', 'it', 'for', 'a', 'minute', 'in', 'the', 'fitting', 'room', 'it', "'s", 'a', 'pretty', 'shirt', 'but', 'not', 'worth', 'actually', 'wearing', ',3,0,27', 'general', 'tops', 'knits'] ['5032,826,39', 'lovely', 'fabric', 'the', 'cut', 'is', 'on', 'the', 'boxy', 'side', 'and', 'i', "'m", 'not', 'sold', 'on', 'the', 'tiered', 'effect', 'but', 'i', 'love', 'the', 'silk', 'fabric', 'and', 'the', 'print', 'so', 'much', 'that', 'i', 'just', 'do', "n't", 'care', 'the', 'silk', 'is', 'deliciously', 'light', 'and', 'breathable', 'and', 'the', 'print', 'is', 'neutral', 'enough', 'that', 'i', 'can', 'pair', 'it', 'with', 'several', 'different', 'cardigans', 'and', 'necklaces', 'to', 'mix', 'it', 'up', 'and', 'the', 'quality', 'of', 'construction', 'is', 'excellent', 'all', 'of', 'the', 'seams', 'were', 'expertly', 'sewn', 'and', 'pressed', 'and', 'the', 'print', 'was', 'lined', 'up', 'like', 'in', 'the', 'online', 'picture', 'given', 'the', 'material', 'and', 'construction', 'quality', 'it', "'s", 'de', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5033,1095,29', 'cute', 'dress', 'well', 'made', 'dress', 'cute', 'pleats', 'though', 'a', 'few', 'did', "n't", 'lie', 'perfectly', 'flat', 'it', 'was', 'a', 'little', 'too', 'long', 'for', 'me', 'i', "'m", '5', '1', 'especially', 'in', 'the', 'torso/straps', 'area', 'also', 'the', 'armholes', 'were', 'a', 'little', 'large', 'fits', 'tts,5,1,14', 'general', 'petite', 'dresses', 'dresses'] ['5034,829,39', 'so', 'flattering', 'i', 'love', 'this', 'top', 'on', 'me', 'it', 'looks', 'so', 'flattering', 'the', 'tie', 'detail', 'is', 'really', 'nice', 'and', 'i', 'love', 'the', 'white', 'subtle', 'details', 'at', 'the', 'bottom', 'and', 'collar', 'i', 'actually', 'have', "n't", 'seen', 'the', 'sleeves', 'unrolled', 'on', 'me', 'i', 'roll', 'them', 'up', 'the', 'tie', 'part', 'is', 'a', 'little', 'wrinkled', 'from', 'shipment', 'but', 'who', 'cares', 'i', 'ordered', 'the', 'regular', '0', 'as', 'the', 'petite', 'have', 'been', 'sold', 'out', 'a', 'longtime', 'ago', 'i', 'actually', 'got', 'this', 'shirt', 'a', 'while', 'back', 'and', 'thought', 'i', 'had', 'already', 'written', 'a', 'review', 'i', 'am', 'wearing', 'it', 'with', 'boyfriend', 'jeans', 'right', 'now', 'for', 'casual', 'friday', 'and', ',5,1,1', 'general', 'tops', 'blouses'] ['5035,1059,57', 'super', 'for', 'summer', 'i', 'live', 'year', 'round', 'in', 'warm', 'weather', 'and', 'found', 'these', 'pants', 'to', 'be', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'flattering', 'and', 'comfortable', 'the', 'cropped', 'look', 'is', 'a', 'nice', 'alternative', 'to', 'shorts', 'i', "'m", '5.7', 'curvy', 'but', 'athletic.143lbs', 'i', 'usually', 'wear', 'an', '8', 'or', '10', 'in', 'retailer', 'but', 'took', 'the', '10.', 'i', 'prefer', 'my', 'pants', 'a', 'little', 'less', 'fitted', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['5036,875,38', 'comfortable', 'with', 'a', 'beautiful', 'design', 'this', 'shirt', 'totally', 'exceeded', 'my', 'expectations', 'the', 'detail', 'and', 'colors', 'are', 'wonderful', 'and', 'the', 'shirt', 'itself', 'is', 'quite', 'comfortable', 'the', 'shirt', 'is', 'a', 'bit', 'boxy', 'but', 'there', 'is', 'enough', 'structure', 'and', 'detail', 'so', 'that', 'it', 'looks', 'quite', 'flattering', 'on', 'plus', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'with', 'a', 'skirt', 'it', 'is', 'very', 'easy', 'to', 'style', ',5,1,1', 'general', 'tops', 'knits'] ['5037,334,45', 'love', 'this', 'suit', 'i', 'was', 'looking', 'for', 'a', 'basic', 'black', 'one', 'piece', 'suit', 'that', 'sucked', 'in', 'the', 'tummy', 'but', 'with', 'style', 'and', 'a', 'little', 'flair', 'this', 'is', 'it', 'the', 'ruching', 'is', 'perfect', 'the', 'material', 'is', 'great', 'and', 'the', 'separation', 'of', 'the', 'straps', 'at', 'the', 'top', 'give', 'it', 'more', 'style', 'i', 'am', 'usually', 'a', 'size', '6', 'but', 'ordered', 'an', '8', 'because', 'i', 'have', 'a', '34d', 'chest', 'i', 'was', 'right', 'on', 'the', '8', 'covers', 'the', 'top', 'with', 'a', 'small', 'amount', 'of', 'cleavage', 'and', 'the', 'bottom', 'still', 'fits', 'because', 'the', 'ruching', 'is', 'a', 'little', 'tighter', 'in', 'the', 'waist', 'i', 'plan', 'to', 'wear', 'this', 'to', 'the', 'local', 'pools', 'this', 'summer', 'an', ',5,1,3', 'initmates', 'intimate', 'swim'] ['5038,1095,49', 'just', 'knew', 'i', 'would', 'love', 'this', 'i', 'have', 'had', 'this', 'dress', 'in', 'the', 'shopping', 'basket', 'on', 'my', 'retailer', 'app', 'and', 'was', 'dying', 'to', 'try', 'it', 'on', 'in', 'the', 'store', 'luckily', 'newbury', 'street', 'in', 'boston', 'had', 'it', 'so', 'i', 'stopped', 'by', 'yesterday', 'the', 'dress', 'is', 'everything', 'i', 'hoped', 'and', 'even', 'better', 'the', 'cut', 'could', 'not', 'be', 'more', 'flattering', 'to', 'get', 'the', 'nice', 'classic', 'fit', 'in', 'the', 'front', 'i', 'stayed', 'true', 'to', 'my', 'usual', 'size', '4', 'but', 'worried', 'the', 'buttons', 'would', 'be', 'straining', 'like', 'another', 'reviewer', 'said', 'as', 'soon', 'as', 'the', 'bow', 'in', 'the', 'front', 'is', 'tied', 'it', 'keeps', 'everything', 'together', 'and', 'is', 'very', 'comf', ',5,1,11', 'general', 'petite', 'dresses', 'dresses'] ['5039,1095,35', 'i', 'love', 'this', 'dress', 'it', 'is', 'super', 'cute', 'and', 'comfy', 'i', 'am', '5', '7', 'and', 'a', 'size', 'small', '4', 'and', '36c', 'and', 'i', 'got', 'this', 'dress', 'in', 'a', '4', 'and', 'it', 'fits', 'great', 'a', '2', 'might', 'be', 'a', 'little', 'more', 'fitted', 'on', 'my', 'waist', 'but', 'the', '4', 'is', 'comfortable', 'and', 'looks', 'great', 'the', 'length', 'is', 'perfect', 'not', 'too', 'short', 'at', 'all', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5040,1095,50', 'short', 'waisted', 'fits', 'small', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'on', 'model', 'but', 'sadly', 'fit', 'did', "n't", 'work', 'out', 'very', 'short', 'waisted', 'and', 'tight', 'across', 'chest', 'with', 'very', 'ample', 'arm', 'holes', 'i', "'m", '5', '8', '155', '34c', 'reliably', 'a', 'size', '10.', 'this', 'dress', 'seemed', 'at', 'least', '2', 'sizes', 'off', 'for', 'me', 'my', 'daughter', 'usually', 'a', 'size', '2', 'could', 'wear', 'it', 'except', 'for', 'the', 'arm', 'hole', 'size', 'and', 'the', 'fact', 'that', 'it', "'s", '158', 'dollars', 'and', 'she', "'s", '13', 'going', 'back', 'btw', 'novelty', 'print', 'means', 'ice', 'cream', 'novelty', 'little', 'popsicles', 'with', 'bites', 'taken', 'out', 'cute', 'but', 'more', 'juvenile', 'than', 'i', 'expected', ',2,0,11', 'general', 'petite', 'dresses', 'dresses'] ['5041,875,32', 'i', 'really', 'love', 'this', 'shirt', 'for', 'its', 'versatility', 'it', 'looks', 'casual', 'with', 'jeans', 'and', 'dressy', 'with', 'a', 'skirt', 'or', 'even', 'jeans', 'and', 'heels', 'the', 'shirt', 'itself', 'is', 'super', 'soft', 'it', "'s", 'boxier', 'than', 'it', 'looks', 'in', 'the', 'picture', 'but', 'not', 'to', 'the', 'point', 'of', 'crop-top', 'the', 'shirt', 'still', 'hits', 'at', 'my', 'hips', ',4,1,0', 'general', 'tops', 'knits'] ['5042,875,27', 'pretty', 'details', 'i', 'love', 'the', 'idea', 'of', 'this', 'shirt', 'the', 'embroidered', 'pattern', 'is', 'fun', 'and', 'summery', 'the', 'fit', 'of', 'the', 'shirt', 'is', 'a', 'little', 'strange', 'i', 'saw', 'that', 'in', 'other', 'reviews', 'but', 'i', 'had', 'to', 'see', 'for', 'myself', 'it', 'is', 'rather', 'boxy', 'i', 'think', 'i', 'may', 'keep', 'it', 'though', 'i', 'will', 'look', 'cute', 'with', 'super', 'fitted', 'skinny', 'jeans', 'to', 'balance', 'out', 'the', 'boxiness', 'of', 'the', 'top', ',4,1,0', 'general', 'tops', 'knits'] ['5043,829,27', 'strange', 'i', 'was', 'struggling', 'with', 'the', 'options', 'above', 'does', 'it', 'fit', 'true', 'to', 'size', 'or', 'is', 'it', 'too', 'small', 'or', 'too', 'large', 'it', 'is', 'both', 'too', 'small', 'and', 'too', 'large', 'which', 'is', 'really', 'strange', 'the', 'model', 'makes', 'this', 'shirt', 'look', 'stunning', 'but', 'the', 'product', 'is', 'actually', 'very', 'boxy', 'i', 'am', '5', '3', 'weigh', '112', 'lbs', 'and', 'i', 'typically', 'order', 'anywhere', 'from', 'a', '00p-0r/xxs-xs', 'i', 'ordered', 'this', 'shirt', 'in', 'an', 'xsp', 'and', 'the', 'shirt', 'sleeves', 'were', 'short', 'and', 'the', 'middle', 'was', 'boxy', 'quite', 'frankly', 'it', 'looked', 'like', 'a', 'maternity', 'shirt', 'and', 'the', 'structure', 'was', 'not', 'worth', 'the', 'money', ',2,0,1', 'general', 'petite', 'tops', 'blouses'] ['5044,875,43', 'beautiful', 'but', 'boxy', 'this', 'shirt', 'is', 'super', 'cute', 'and', 'stylish', 'but', 'too', 'wide', 'for', 'my', 'liking', ',4,1,0', 'general', 'tops', 'knits'] ['5045,875,32', 'this', 'top', 'is', 'cute', 'light', 'and', 'summery', 'ordered', 'a', 'small', 'is', 'a', 'little', 'short/boxy', 'but', 'otherwise', 'fits', 'true', 'to', 'size', 'great', 'summer/warm', 'weather', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['5046,875,31', 'love', 'the', 'stitching', 'i', 'love', 'this', 'top', 'because', 'it', 'is', 'light', 'weight', 'a', 'must', 'in', 'southern', 'heat', 'i', 'have', 'a', 'shorter', 'torso', 'so', 'the', 'length', 'did', "n't", 'bother', 'me', 'but', 'someone', 'with', 'a', 'longer', 'torso', 'may', 'find', 'this', 'top', 'too', 'short.,4,1,0', 'general', 'tops', 'knits'] ['5047,1095,35', 'worth', 'the', 'required', 'piece', 'of', 'fashion', 'tape', 'just', 'too', 'much', 'cuteness', 'the', 'print', 'is', 'amazing', 'the', 'bow', 'is', 'darling', 'and', 'the', 'crisp', 'structure', 'keeps', 'it', 'from', 'being', 'too', 'precious', 'looks', 'amazing', 'on', 'my', 'hourglass', 'shape', 'runs', 'a', 'bit', 'small', 'had', 'to', 'size', 'up', 'a', 'bit', 'and', 'felt', 'more', 'comfortable', 'once', 'i', 'put', 'a', 'piece', 'of', 'fashion', 'tape', 'in', 'a', 'spot', 'that', 'gapped', 'a', 'little', 'definitely', 'worth', 'the', 'splurge', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5048,875,39', 'cute', 'great', 'with', 'a', 'tank', 'top', 'underneath', 'and', 'jeans', 'i', 'also', 'wore', 'with', 'a', 'delicate', 'gold', 'necklace', 'charming', ',5,1,0', 'general', 'tops', 'knits'] ['5049,1059,48', 'love', 'the', 'pattern', 'and', 'material', 'not', 'thick', 'for', 'spring', 'and', 'summer', 'like', 'the', 'fit', 'and', 'style', 'i', "'m", '5', '2', '115', 'i', "'ve", 'purchased', 'regular', 'not', 'petite', 'front', 'and', 'side', 'zip', 'with', 'internal', 'button', 'charlie', 'trousers', 'earlier', 'this', 'year', 'and', 'last', 'year', 'got', 'a', 'size', '4', 'i', 'vary', 'between', 'size', '2', 'and', '4', 'in', 'the', 'front', 'zip', 'trousers', 'and', 'they', 'stretched', 'out', 'and', 'got', 'a', 'little', 'loose', 'after', 'fitting', 'perfectly', 'so', 'i', 'got', 'the', 'side', 'zip', 'in', 'size', '2.', 'those', 'were', 'tighter', 'initially', 'and', 'stretched', 'out', 'but', 'are', 'still', 'snug', 'with', 'this', 'particular', 'p', ',5,1,1', 'general', 'bottoms', 'pants'] ['5050,875,39', 'i', 'have', 'this', 'shirt', 'in', 'more', 'than', 'one', 'color', 'i', 'totally', 'disagree', 'with', 'the', 'first', 'review', 'i', 'find', 'this', 'shirt', 'to', 'be', 'super', 'comfy', 'and', 'unique', 'i', 'personally', 'feel', 'the', 'material', 'is', "n't", 'scratchy', 'at', 'all', 'also', 'i', 'love', 'this', 'designer', 'they', 'are', 'one', 'of', 'my', 'new', 'favorites', ',5,1,17', 'general', 'tops', 'knits'] ['5051,875,38', 'love', 'the', 'embellishment', 'the', 'stitched', 'pattern', 'on', 'this', 'shirt', 'is', 'so', 'pretty', 'it', 'fits', 'loosely', 'and', 'looks', 'good', 'with', 'a', 'slimmer', 'bottom', 'it', 'is', 'a', 'little', 'bit', 'itchy', 'but', 'i', 'did', "n't", 'feel', 'i', 'needed', 'to', 'wear', 'something', 'underneath.,4,1,0', 'general', 'tops', 'knits'] ['5052,875,32', 'fun', 'and', 'stylish', 'i', 'love', 'this', 'top', 'it', 'was', 'cool', 'on', 'a', 'summers', 'day', 'i', 'did', 'get', 'one', 'of', 'the', 'strings', 'of', 'the', 'design', 'snagged', 'but', 'it', 'worked', 'out', 'just', 'fine', 'not', 'ruined', 'at', 'all', ',5,1,0', 'general', 'tops', 'knits'] ['5053,1095,68', 'popsicle', 'print', 'several', 'reviews', 'have', 'stated', 'this', 'dress', 'is', 'embroidered', 'with', 'a', 'popsicles', 'it', 'is', 'not', 'embroidered', 'but', 'an', 'attractive', 'popsicle', 'print', 'i', 'usually', 'wear', 'a', '2p', 'and', 'after', 'reading', 'review', 'ordered', 'an', '8p', 'a', 'bit', 'roomy', 'in', 'waist', 'but', 'with', 'tie', 'at', 'waist', 'it', 'works', 'length', 'great', 'but', 'arm', 'holes', 'large', 'will', 'have', 'altered', 'as', 'this', 'fit/flare', 'shirtwaist', 'dress', 'is', 'so', 'flattering', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5054,1095,36', 'could', 'be', 'great-on', 'someone', 'else', 'i', 'love', 'all', 'whimsical', 'prints', 'and', 'shirtdresses', 'and', 'wanted', 'so', 'badly', 'for', 'this', 'to', 'work', 'i', "'m", 'an', 'athletic', 'person', 'with', 'more', 'of', 'a', 'pear', 'shape', 'so', 'a-lines', 'really', 'work', 'for', 'me', 'i', 'got', 'my', 'usual', 'size', '2', 'in', 'this', 'dress', 'and', 'while', 'i', 'felt', 'like', 'the', 'waist', 'was', 'true', 'to', 'size', 'the', 'top', 'gapped', 'so', 'badly', 'i', "'m", 'a', '32b', 'that', 'i', 'had', 'to', 'return', 'the', 'dress', 'a', 'tailor', 'probably', 'could', 'have', 'done', 'something', 'to', 'it', 'but', 'i', 'decided', 'i', 'did', 'not', 'want', 'to', 'mess', 'with', 'the', 'extra', 'expense', 'too', 'bad', 'because', 'the', 'fabric', 'is', 'a', 'lovely', 'weight', 'the', 'length', 'was', 'per', ',3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5055,875,56', 'turquoise', 'is', 'lovely', 'size', 'down', 'for', 'best', 'fit', 'i', 'i', 'waited', 'in', 'anticipation', 'for', 'the', 'turquoise', 'version', 'to', 'appear', 'online', 'turquoise', 'and', 'red', 'can', 'be', 'found', 'on', 'another', 'product', 'page', 'with', 'the', 'same', 'name'] [] ['size', 'i', "'m", 'between', 'small', 'and', 'xs', 'for', 'most', 'retailer', 'brands', 'i', 'wanted', 'this', 'top', 'to', 'be', 'a', 'bit', 'more', 'fitted', 'so', 'i', 'ordered', 'an', 'xs', 'i', "'m", '5', '5', 'tall', '135', 'lbs', '35-29-36', '34d', 'with', 'long', 'torso', 'and', 'narrow', 'shoulders'] [] ['fit', 'xs', 'is', 'spot', 'on', 'for', 'me', 'i', 'do', "n't", 'really', 'mind', 'the', 'shorter', 'length', 'it', 'did', "n't", 'appear', 'to', 'be', 'too', 'boxy', 'i', 'layered', 'a', 'white', 'shapewear', 'tank', 'underneath', 'to', 'help', 'w', ',5,1,32', 'general', 'tops', 'knits'] ['5056,1095,32', 'adorable', 'and', 'excellent', 'quality', 'this', 'is', 'such', 'a', 'clean', 'and', 'cute', 'printed', 'dress', 'and', 'i', 'knew', 'that', 'i', 'had', 'to', 'try', 'the', 'dress', 'when', 'i', 'first', 'saw', 'it', 'online', 'after', 'reading', 'other', 'reviews', 'i', 'sized', 'up', 'i', 'am', 'normally', 'a', '0', 'or', '2', 'in', 'retailer', 'i', 'ordered', 'the', '2', 'and', 'it', 'fits', 'nicely', 'and', 'looks', 'great', 'however', 'i', 'feel', 'like', 'the', '2', 'buttons', 'at', 'the', 'lowered', 'rib', 'cage', 'area', 'gape', 'slightly', 'the', 'tie', 'covers', 'it', 'and', 'holds', 'it', 'in', 'place', 'unless', 'i', 'sit', 'then', 'it', 'gapes', 'freely', 'i', 'am', 'a', '32', 'a', 'so', 'not', 'big', 'chested', 'at', 'all', 'and', 'yet', 'this', 'fit', 'snug', 'in', 'the', 'chest', 'area', 'i', 'would', 'worry', 'about', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5057,875,37', 'love', 'i', 'have', 'this', 'top', 'with', 'the', 'red', 'stitching', 'and', 'it', 'is', 'one', 'of', 'my', 'most', 'favorite', 'items', 'from', 'retailer', 'ever', 'i', 'wear', 'it', 'with', 'a', 'tank', 'top', 'underneath', 'so', 'i', 'have', "n't", 'noticed', 'any', 'itchiness', 'like', 'the', 'other', 'reviewer', 'mentioned'] ['i', 'wear', 'it', 'with', 'slightly', 'cropped', 'slim', 'boyfriend', 'jeans', 'and', 'i', 'get', 'so', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it'] ['i', 'wish', 'i', 'had', 'it', 'in', 'the', 'blue', 'color', 'too', ',5,1,11', 'general', 'tops', 'knits'] ['5058,1095,48', 'lovely', 'pattern', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'but', 'it', 'just', 'did', "n't", 'suit', 'me', 'i', 'have', 'others', 'in', 'a', 'similar', 'style', 'and', 'they', 'are', 'a', 'bit', 'tight', 'in', 'the', 'bust', 'but', 'not', 'too', 'much', 'for', 'me', 'the', 'print', 'is', 'adorable', 'very', 'quirky', 'but', 'subtle', 'in', 'the', 'end', 'it', "'s", 'the', 'bright', 'white', 'that', 'does', "n't", 'work', 'for', 'me', 'it', 'made', 'me', 'look', 'incredibly', 'pale', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5059,1095,65', 'summery-est', 'ever', 'i', 'started', 'stalking', 'this', 'dress', 'when', 'i', 'saw', 'it', 'on', 'a', 'store', "'s", 'instagram', 'feed', 'and', 'i', 'was', 'so', 'thrilled', 'to', 'get', 'it', 'in', 'the', 'mail', 'however', 'i', 'ordered', 'it', 'before', 'reviews', 'started', 'popping', 'up', 'and', 'i', 'was', 'concerned', 'it', 'would', 'not', 'fit', 'in', 'the', 'bust', 'however', 'when', 'it', 'arrived', 'the', 'fit', 'is', 'perfect', 'it', "'s", 'not', 'exactly', 'loose', 'in', 'the', 'bust', 'but', 'there', 'also', 'is', "n't", 'any', 'pilling', 'the', 'high-waisted', 'nature', 'was', 'also', 'suited', 'to', 'my', 'shape', 'i', "'m", 'usually', 'between', 'a', '4', 'and', 'a', '6', 'and', 'the', '6', 'was', 'great', 'in', 'this', 'dress', 'and', 'a', 'perfectly', 'joyful', 'length', 'appropr', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5060,977,31', 'modern', 'oversized', 'men', "'s", 'wear', 'meets', 'utilitarian', 'chic', 'not', 'for', 'everyone', 'this', 'coat', 'has', 'an', 'intentional', 'slightly', 'oversized', 'body', 'and', 'sleeves', 'with', 'a', 'short', 'sleeve', 'length', 'and', 'a', 'heavy', 'fabric', 'that', 'is', 'perfect', 'for', 'cold', 'california', 'winters', 'and', 'maybe', 'fall', 'weather', 'everywhere', 'else', 'the', 'weight', 'comes', 'from', 'what', 'seems', 'to', 'be', 'a', 'lining', 'of', 'a', 'heavy', 'hunter', '-green-colored', 'neoprene-like', 'substance', 'it', 'definitely', 'feels', 'substantial', 'and', 'worth', 'the', 'price', 'a', 'coat', 'like', 'this', 'would', 'look', 'amazing', 'with', 'crisp', 'clean', 'lines', 'culottes', 'joggers', 'flatforms/clogs', 'or', 'can', 'transfer', 'into', 'workw', ',4,1,21', 'general', 'petite', 'jackets', 'jackets'] ['5061,875,32', 'lovely', 'when', 'i', 'first', 'saw', 'this', 'too', 'online', 'i', 'thought', 'it', 'was', 'beautiful', 'i', 'was', 'right', 'when', 'jt', 'came', 'in', 'the', 'mail', 'i', 'really', 'loved', 'how', 'the', 'embroidery', 'was', 'intricate', 'and', 'detailed', 'the', 'colors', 'also', 'popped', 'making', 'it', 'a', 'great', 'shirt', 'for', 'spring', 'summer', 'or', 'early', 'fall', ',5,1,0', 'general', 'tops', 'knits'] ['5062,1095,42', 'gorgeous', 'but', 'weird', 'fit', 'everybody', 'else', 'is', 'correct', 'the', 'dress', 'is', 'adorable', 'but', 'the', 'fit', 'is', 'weird', 'i', 'am', 'usually', 'a', 'size', '2', '134lb', '34', 'c', 'but', 'got', 'the', '4', 'based', 'on', 'the', 'reviews', 'the', 'waist', 'fits', 'perfect', 'the', 'top', 'is', 'huge', 'especially', 'the', 'armholes', 'if', 'i', 'get', 'a', 'size', '2', 'then', 'the', 'waist', 'will', 'be', 'too', 'tight', 'however', 'the', 'dress', 'is', 'so', 'cute', 'i', 'am', 'considering', 'taking', 'it', 'for', 'alterations', 'and', 'keeping', 'it', 'definitely', 'it', 'has', 'fit', 'issues', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5063,1095,37', 'too', 'small', 'in', 'the', 'bust', 'i', 'loved', 'this', 'dress', 'so', 'much', 'but', 'it', 'just', 'did', "n't", 'work', 'i', "'m", 'not', 'particularly', 'busty', '36b', 'but', 'it', 'just', 'did', 'not', 'work', 'for', 'me', 'i', 'sized', 'up', 'several', 'sizes', 'from', 'what', 'i', 'usually', 'wear', 'and', 'it', 'still', 'was', 'tight', 'on', 'the', 'bust', 'and', 'then', 'just', 'looser', 'around', 'the', 'arms', 'as', 'i', 'went', 'up', 'such', 'a', 'beautiful', 'dress', 'though', 'great', 'quality', 'and', 'really', 'adorable', 'fit', 'for', 'someone', 'who', 'is', 'built', 'for', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5064,829,57', 'love', 'love', 'love', 'love', 'fits', 'great', 'super', 'comfortable', 'and', 'looks', 'both', 'casual', 'and', 'dressy', 'at', 'the', 'same', 'time', 'i', 'could', 'wear', 'this', 'every', 'single', 'day.,5,1,7', 'general', 'tops', 'blouses'] ['5065,875,20', 'so', 'nice', 'i', "'m", 'getting', 'another', 'just', 'bought', 'this', 'at', 'the', 'store', 'just', 'to', 'be', 'safe', 'i', 'thought', 'i', 'would', 'try', 'it', 'on', 'before', 'ordering', 'just', 'to', 'confirm', 'the', 'size', 'that', 'was', 'a', 'good', 'idea', 'i', 'am', 'a', '38b', '5', '9', 'and', 'have', 'variable', 'results', 'with', 'trying', 'to', 'order', 'with', 'the', 'size', 'charts', 'the', 'large', 'looked', 'nice', 'but', 'was', 'slightly', 'too', 'large', 'in', 'the', 'chest', 'when', 'directly', 'compared', 'to', 'the', 'medium', 'it', 'seems', 'the', 'major', 'difference', 'is', 'the', 'length', 'the', 'large', 'was', '1', 'longer', 'than', 'the', 'medium', 'i', 'did', 'not', 'find', 'either', 'to', 'be', 'itchy', 'and', 'the', 'construction', 'seems', 'totally', 'ok.', ',4,1,0', 'general', 'tops', 'knits'] ['5066,875,35', 'cute', 'blouse', 'i', 'really', 'like', 'this', 'shirt', 'and', 'have', 'gotten', 'plenty', 'of', 'compliments', 'the', 'first', 'time', 'i', "'ve", 'worn', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['5067,1095,27', 'you', 'can', 'not', 'wash', 'as', 'another', 'reviewer', 'pointed', 'out', 'although', 'the', 'tag', 'inside', 'the', 'dress', 'says', 'that', 'you', 'can', 'machine', 'wash', 'in', 'cold', 'water', 'the', 'color', 'around', 'the', 'popsicles', 'will', 'bleed', 'this', 'is', 'extremely', 'disappointing', 'i', "'m", 'hoping', 'it', 'can', 'either', 'be', 'fixed', 'with', 'dye', 'remover', 'or', 'that', 'retailer', 'will', 'take', 'this', 'item', 'back', 'would', 'only', 'dry', 'clean', 'this', 'item', ',2,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5068,977,27', 'wonderful', 'autumn', 'coat', 'this', 'coat', 'is', 'wonderful', 'i', 'am', 'usually', 'an', 'xs-s', 'in', 'retailer', 'and', 'i', 'got', 'the', 'xs', 'it', 'is', 'supposed', 'to', 'be', 'a', 'bit', 'large', 'goes', 'with', 'everything', 'and', 'great', 'quality.,5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['5069,1059,56', 'cute', 'but', 'stretched', 'out', 'in', 'minutes', 'i', 'thought', 'these', 'pants', 'were', 'cute', 'when', 'i', 'put', 'them', 'on', 'they', 'fit', 'perfectly', 'and', 'were', 'comfortable', 'however', 'i', 'wore', 'them', 'for', 'about', '20', 'minutes', 'and', 'they', 'were', 'a', 'completely', 'different', 'size', 'and', 'looked', 'awful', ',2,0,2', 'general', 'bottoms', 'pants'] ['5070,1095,52', 'runs', 'small', 'this', 'dress', 'is', 'very', 'cute', 'and', 'is', 'made', 'well', 'i', 'bought', 'up', 'a', 'size', 'from', 'what', 'i', 'usually', 'where', 'as', 'one', 'reviewer', 'mentioned', 'the', 'dress', 'is', 'small', 'in', 'the', 'bust', 'this', 'is', 'always', 'a', 'problem', 'for', 'me', 'therefore', 'i', 'ordered', 'a', '14.', 'i', 'was', 'surprised', 'that', 'the', '14', 'was', 'sung', 'in', 'the', 'bust', 'and', 'then', 'understood', 'why', 'the', '16', 'was', 'sold', 'out', 'i', 'was', '30/40', 'lbs', 'heavier', 'when', 'i', 'wore', 'a', '16', 'never', 'would', 'have', 'thought', 'i', "'d", 'have', 'to', 'order', 'up', 'that', 'high', 'i', "'ve", 'been', 'running', 'a', '10', 'or', '12', 'depending', 'on', 'the', 'level', 'of', 'my', 'activity', 'i', "'m", 'keeping', 'the', 'dress', 'because', 'i', 'kn,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5071,868,41', 'great', 'tee', 'i', 'was', 'hesitant', 'to', 'buy', 'but', 'this', 'tee', 'is', 'easy', 'light', 'and', 'fun', 'to', 'wear', 'the', 'fabric', 'is', 'light', 'but', 'not', 'see', 'through', 'in', 'the', 'slightest', 'the', 'construction', 'is', 'perfect', 'it', 'is', 'tts', 'for', 'an', 'oversized', 'tee', ',5,1,0', 'general', 'tops', 'knits'] ['5072,875,39', 'scratchy', 'and', 'prickly', 'this', 'top', 'is', 'really', 'cute', 'but', 'the', 'threads', 'underneath', 'the', 'shirt', 'scratch', 'your', 'torso', 'i', 'suggest', 'wearing', 'a', 'tank', 'underneath', 'to', 'protect', 'your', 'skin', ',2,0,1', 'general', 'tops', 'knits'] ['5073,1059,34', 'cute', 'pant', 'cute', 'and', 'great', 'fitting', 'pant', 'love', 'the', 'pattern', 'and', 'it', 'fit', 'tts', 'for', 'the', 'brand', 'i', 'normally', 'wear', 'a', '10/12', 'and', 'i', 'took', 'at', '12.', 'flattering.,5,1,0', 'general', 'bottoms', 'pants'] ['5074,1095,51', 'cute', 'dress', 'for', 'everyday', 'as', 'others', 'mentioned', 'the', 'arm', 'holes', 'are', 'a', 'bit', 'large-', 'but', 'i', 'did', "n't", 'find', 'this', 'too', 'much', 'of', 'a', 'problem', 'possibly', 'that', "'s", 'because', 'as', 'a', 'smaller', 'chested', 'woman', 'i', 'run', 'into', 'that', 'issue', 'regularly', 'i', "'m", '5', '4', '130', 'and', 'the', 'size', '8', 'fit', 'perfectly', 'the', 'length', 'is', 'at', 'the', 'top', 'of', 'knee', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5075,1095,37', 'precious', 'design', 'the', 'dress', 'is', 'precious', 'and', 'looks', 'good', 'on', 'all', 'body', 'types', 'however', 'the', 'bust', 'is', 'extremely', 'tight', 'i', 'had', 'to', 'go', 'up', 'a', 'dress', 'size', 'just', 'to', 'fit', 'in', 'the', 'chest', 'area', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5076,875,41', 'embroidered', 'sienna', 'top', 'love', 'this', 'shirt', 'looks', 'perfect', 'with', 'a', 'pair', 'of', 'jeans', 'makes', 'the', 'outfit', 'with', 'out', 'any', 'effort', ',5,1,0', 'general', 'tops', 'knits'] ['5077,1095,39', 'perfect', 'ice', 'pop', 'for', 'summer', 'like', 'the', 'previous', 'reviewer', 'my', 'size', '10p', 'gaped', 'and', 'strained', 'the', 'buttons', 'at', 'my', 'chest', '36dd', 'wide', 'rib', 'cage', '5', '3', '140', 'also', 'the', 'skirt', 'flared', 'out', 'too', 'high', 'on', 'my', 'waist', 'i', "'m", 'going', 'to', 'try', 'a', 'regular', '10', 'with', 'hope', 'the', 'torso', 'will', 'fit', 'better', 'other', 'than', 'the', 'fit', 'on', 'my', 'particular', 'body', 'and', 'the', 'one', 'distracting', 'chest', 'pocket', 'this', 'shirt', 'dress', 'is', 'very', 'well', 'made', 'very', 'cute', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['5078,826,46', 'so', 'beautiful', 'i', 'wanted', 'to', 'give', 'this', 'top', 'some', 'love', 'i', 'ordered', 'this', 'top', 'and', 'the', 'kota', 'peasant', 'top', 'with', 'plans', 'to', 'only', 'keep', 'one', 'of', 'them', 'this', 'top', 'is', 'definitely', 'the', 'winner', 'the', 'neckline', 'sleeves', 'pattern', 'fabric', 'and', 'length', 'are', 'gorgeous', 'and', 'flattering', 'it', 'is', 'very', 'feminine', 'and', 'elegant', 'and', 'i', 'think', 'it', 'will', 'also', 'be', 'versatile', 'it', 'could', 'be', 'very', 'dressy', 'depending', 'on', 'what', 'you', 'wear', 'it', 'with', 'but', 'it', 'will', 'also', 'look', 'great', 'with', 'jeans', 'and', 'shorts', 'and', 'sandals', 'it', 'is', 'a', 'bit', 'sheer', 'so', 'a', 'tank', 'or', 'cami', 'might', 'be', 'needed', 'underneath', 'i', 'orde', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['5079,875,36', 'love', 'this', 'top', 'this', 'top', 'is', 'beautiful', 'in', 'person', 'love', 'the', 'buttons', 'in', 'the', 'back', 'fits', 'a', 'little', 'boxy', 'but', 'i', 'like', 'that', 'style', ',4,1,0', 'general', 'tops', 'knits'] ['5080,828,44', 'great', 'date', 'top', 'this', 'top', 'is', 'a', 'classic', 'subtle', 'sexy', 'top', 'great', 'for', 'casual', 'wear', 'and', 'especially', 'to', 'go', 'on', 'a', 'date', 'the', 'hem', 'of', 'the', 'sleeves', 'have', 'a', 'slit', 'neat', 'detail', 'small', 'fit', 'me', 'well', 'width', 'wise', 'but', 'sleeves', 'are', 'too', 'long', '2', 'in', 'pass', 'my', 'wrist', 'but', 'i', 'can', 'not', 'roll', 'them', 'up', 'because', 'the', 'bell', 'shape', 'does', 'not', 'hold', 'and', 'i', 'can', 'not', 'hem', 'them', 'because', 'they', 'would', 'lose', 'the', 'original', 'stitching', 'i', 'am', '5ft2in', '34b', '26', 'waist', 'no', 'petite', 'size', 'so', 'i', 'passed', 'cloth', 'and', 'stone', 'is', 'better', 'in', 'making', 'petite', 'size', 'but', 'not', 'for', 'most', 'items', 'sad', 'for', 'us', 'shorties', ',4,1,0', 'general', 'tops', 'blouses'] ['5081,1095,44', 'not', 'so', 'vanilla', 'this', 'is', 'a', 'true', 'retailer', 'dress', 'cute', 'and', 'quirky', 'kudos', 'for', 'the', 'built-in', 'liner', 'with', 'scalloped', 'hem', 'very', 'pretty', 'and', 'pockets', 'i', 'like', 'the', 'colorful', 'yet', 'subtle', 'embroidered', 'ice', 'cream', 'sticks', 'on', 'the', 'dress', 'and', 'the', 'white', 'background', 'makes', 'the', 'colors', 'and', 'details', 'really', 'pop', 'pun', 'intended', 'i', 'echo', 'the', 'previous', 'reviewers', 'that', 'the', 'bust', 'is', 'very', 'small', 'i', 'usually', 'wear', 'size', '4', 'regular', 'in', 'this', 'brand', 'i', 'm', '34b', '26', 'waist', '36', 'hips', 'i', 'm', '5', '2', 'and', 'the', 'bottom', 'hem', 'falls', 'right', 'at', 'the', 'upper', 'knees', 'but', 'when', 'i', 'tried', 'on', 'size', '6', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['5082,1095,38', 'adorable', 'but', 'runs', 'small', 'in', 'the', 'bust', 'i', 'ordered', 'my', 'typical', '6', 'petite', 'and', 'found', 'that', 'the', 'buttons', 'were', 'pulling', 'at', 'the', 'bust', 'i', "'m", '34', 'b', 'and', 'at', 'the', 'waist', 'i', "'m", 'returning', 'and', 'ordering', 'a', 'size', '8', 'petite', 'because', 'i', "'m", 'a', 'sucker', 'for', 'a', 'shirtdress', 'and', 'a', 'cute', 'novelty', 'print', 'the', 'quality', 'is', 'nice', 'and', 'the', 'length', 'was', 'perfect', 'for', 'my', 'short', '4', '11', 'frame', 'now', 'only', 'to', 'wait', 'for', 'it', 'to', 'be', 'shipped', 'oh', 'how', 'i', 'wish', 'petites', 'were', 'available', 'in', 'my', 'local', 'store', ',4,1,45', 'general', 'petite', 'dresses', 'dresses'] ['5083,1059,42', 'unfortunately', 'unflattering', 'i', 'wanted', 'to', 'love', 'these', 'great', 'spring/summer', 'pants', 'but', 'sadly', 'they', 'are', 'just', 'too', 'unflattering', 'for', 'ladies', 'with', 'hips', 'if', 'you', 'have', 'a', 'ruler', 'build', 'these', 'pants', 'will', 'be', 'fantastic', 'but', 'these', 'pants', 'are', 'not', 'forgiving', 'in', 'the', 'hip', 'and', 'thigh', 'area', 'for', 'those', 'of', 'you', 'blessed', 'with', 'a', 'curvier', 'build', 'i', 'was', 'really', 'hoping', 'for', 'pants', 'that', 'had', 'this', 'clean', 'vintage', 'inspired', 'audrey', 'hepburn', 'look', 're-imagined', 'for', 'the', 'every-girl', 'because', 'nothing', 'is', 'more', 'flattering', 'to', 'an', 'hourglass', 'body', 'than', 'clean', 'non-bulky', 'lines', 'something', 'like', ',3,0,3', 'general', 'petite', 'bottoms', 'pants'] ['5084,1095,38', 'classic', 'this', 'is', 'a', 'fun', 'and', 'classic', 'dress', 'the', 'dress', 'is', 'well', 'made', 'as', 'others', 'said', 'it', 'does', "n't", 'have', 'much', 'give', 'i', 'am', 'a', '36c', '29', '39', 'and', 'the', 'size', '8', 'fit', 'perfectly', 'i', 'did', "n't", 'experience', 'any', 'gapping', 'between', 'the', 'buttons', 'it', 'is', 'a', 'nice', 'fun', 'summer', 'time', 'dress', 'it', 'is', 'also', 'very', 'flattering', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5085,829,47', 'not', 'sure', 'about', 'this', 'yet', 'reordered', 'larger', 'size', 'because', 'it', 'hits', 'much', 'higher', 'than', 'shown', 'belly', 'peeked', 'out', 'from', 'under', 'it', 'ordered', '6', 'and', 'i', "'m", 'normally', 'a', 'small/6', 'like', 'the', 'design', 'but', 'really', 'short.', ',3,1,2', 'general', 'tops', 'blouses'] ['5086,873,21', 'great', 'shirt', 'the', 'material', 'is', 'lightweight', 'without', 'being', 'see', 'through', 'i', 'did', "n't", 'find', 'the', 'cut', 'to', 'be', 'all', 'that', 'flattering', 'but', 'it', 'was', 'a', 'cute', 'enough', 'style', 'and', 'comfortable', 'enough', 'that', 'i', 'wanted', 'to', 'keep', 'it', 'definitely', 'see', 'it', 'becoming', 'a', 'staple', 'in', 'my', 'closet', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5087,863,67', ',i', 'love', 'this', 'top', 'it', "'s", 'very', 'comfortable', 'looks', 'great', 'and', 'the', 'quality', 'is', 'very', 'good', 'i', "'ve", 'had', 'many', 'compliments', 'on', 'it.,5,1,5', 'general', 'tops', 'knits'] ['5088,1035,34', 'these', 'stretch', 'out', 'horribly', 'i', "'ve", 'never', 'had', 'a', 'problem', 'with', 'pilcro', 'jeans', 'i', 'own', 'several', 'pairs', 'however', 'i', 'ordered', 'my', 'regular', 'size', '28', 'i', "'m", '5', '3', '120', 'pounds', 'and', 'not', 'only', 'were', 'these', 'jeans', 'thin', 'they', 'had', 'zero', 'stretch', 'and', 'after', '1', 'hour', 'of', 'wear', 'stretched', 'out', 'horribly', 'they', 'fit', 'really', 'loose', 'and', 'hung', 'around', 'my', 'knees', 'and', 'legs', 'which', 'is', 'very', 'disappointing', 'for', 'a', 'skinny', 'jean', ',2,0,3', 'general', 'bottoms', 'jeans'] ['5089,1078,40', 'not', 'exactly', 'as', 'expected', 'but', 'lovely', 'nonetheless', 'this', 'maeve', 'dress', 'caught', 'my', 'eye', 'for', 'its', 'unique', 'styling', 'and', 'did', 'not', 'disappoint', 'in', 'person', 'v-neckline', 'is', 'deep', 'but', 'not', 'revealing', 'there', 'is', 'a', 'nice', 'hemstitch', 'detail', 'on', 'the', 'sleeve', 'trim', 'the', 'pattern', 'is', 'a', 'good', 'scale', 'for', 'a', 'strong', 'frame'] ['what', 'surprised', 'me', '1', 'the', 'dress', 'is', 'actually', 'black', 'with', 'light', 'brown', 'flowers', 'on', 'my', 'screen', 'it', 'looked', 'brown', 'with', 'bronze', 'flowers', '2', 'there', 'are', 'pockets', 'in', 'this', 'unlined', 'dress', 'they', 'are', 'placed', 'on-seam', 'but', 'feel', 'weirdly', 'awkward', 'to', 'access', 'almost', 'as', 'if', 'they', 'are', 'set', 'back', 'they', ',4,1,7', 'general', 'dresses', 'dresses'] ['5090,863,29', 'this', 'shirt', 'is', 'very', 'comfortable', 'though', 'it', "'s", 'casual', 'its', 'uneven', 'seams', 'and', 'asymmetry', 'give', 'it', 'a', 'little'] ['more', 'edge', 'and', 'character', 'fit', 'is', 'slightly', 'large', 'i', "'m", '5', '5', '125', 'lbs', 'and', 'purchased', 'the', 'small', 'the', 'arms', 'are', 'a', 'little', 'longer', 'than', 'i', "'d", 'like', 'and', 'the', 'overall', 'fit', 'is', 'slightly', 'too', 'loose', 'however', 'it', "'s", 'not', 'a', 'significant', 'enough', 'problem', 'for', 'me', 'to', 'return', 'the', 'shirt', ',4,1,0', 'general', 'tops', 'knits'] ['5091,863,34', 'too', 'thin', 'i', 'bought', 'both', 'black', 'and', 'white', 'shirt', 'white', 'is', 'see', 'through', 'completely', 'black', 'is', 'ok.', 'but', 'the', 'material', 'is', 'still', 'too', 'thin', 'i', 'feel', 'like', 'it', 'is', 'going', 'to', 'tear', 'after', 'the', 'first', 'wash.', 'not', 'worth', 'the', 'money', 'i', 'bought', 'plenty', 'of', 'similar', 'shirts', 'from', 'the', 'same', 'brand', 'and', 'this', 'run', 'is', 'way', 'too', 'cheap.,3,0,6', 'general', 'tops', 'knits'] ['5092,1078,45', 'love', 'this', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'and', 'was', 'drawn', 'to', 'the', 'pattern', 'as', 'an', 'alternative', 'to', 'my', 'normal', 'lbd', 'it', 'looked', 'okay', 'on', 'the', 'hanger', 'but', 'when', 'i', 'tried', 'it', 'on', 'wow', 'so', 'pretty', 'and', 'chic', 'it', 'actually', 'hangs', 'a', 'little', 'lower', 'in', 'the', 'front', 'on', 'me', 'than', 'on', 'the', 'model', 'pictured', 'which', 'adds', 'to', 'the', 'chicness', 'and', 'makes', 'it', 'a', 'sophisticated', 'take', 'on', 'a', 'kimono', 'my', 'husband', "'s", 'words', 'i', 'wore', 'it', 'out', 'that', 'evening', 'to', 'dinner', 'and', 'received', 'several', 'compliments', 'i', 'did', 'not', 'have', 'any', 'issues', 'with', 'fit', 'i', 'am', 'a', 'size', '6', 'and', 'purchased', 'a', 'size', '6.', 'it', 'fit', ',5,1,1', 'general', 'dresses', 'dresses'] ['5093,824,37', 'prettier', 'in', 'black', 'but', 'would', 'pass', 'on', 'ivory', 'it', "'s", 'a', 'pretty', 'top', 'with', 'a', 'lot', 'of', 'intricate', 'detail', 'and', 'love', 'the', 'edge', 'the', 'studs', 'give', 'it', 'but', 'it', 'looks', 'fuddy', 'duddy', 'in', 'ivory', 'looks', 'nicer', 'in', 'black', 'but', 'you', 'loose', 'some', 'of', 'the', 'detail', 'in', 'the', 'dark', 'color', 'the', 'lace', 'is', 'not', 'soft', 'either', 'but', 'has', 'more', 'of', 'a', 'polyester', 'slightly', 'scratchy', 'feel', 'sizing', 'is', 'true', 'to', 'size', 'and', 'it', 'fits', 'well', 'if', 'the', 'style', 'floats', 'your', 'boat', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['5094,1078,51', 'small', 'too', 'tight', 'in', 'strange', 'ways', 'beautiful', 'dress', 'i', 'was', 'so', 'excited', 'to', 'receive', 'it', 'however', 'it', 'just', 'did', 'not', 'fit', ',1,0,0', 'general', 'dresses', 'dresses'] ['5095,863,54', 'super', 'cute', 'fall', 'top', 'with', 'skinny', 'jeans', 'it', "'s", 'too', 'hot', 'here', 'in', 'ca', 'to', 'wear', 'this', 'yet', 'but', 'i', 'ca', "n't", 'wait', 'for', 'cooler', 'weather', 'i', 'tried', 'it', 'on', 'with', 'skinny', 'jeans', 'and', 'it', "'s", 'darling', 'love', 'how', 'it', "'s", 'much', 'shorter', 'in', 'front', 'with', 'the', 'side', 'splits', 'and', 'long', 'back', 'to', 'cover', 'the', 'bum', 'perfect', 'for', 'leggings', 'nice', 'slim', 'but', 'not', 'tight', 'fit', ',5,1,0', 'general', 'tops', 'knits'] ['5096,1086,41', 'i', 'bought', 'this', 'dress', 'as', 'a', 'back-up', 'for', 'my', 'bridal', 'shower', 'and', 'loved', 'it', 'when', 'it', 'arrived', 'it', 'does', 'run', 'large', 'so', 'definitely', 'size', 'down', 'there', 'is', "n't", 'a', 'lot', 'of', 'shape', 'to', 'the', 'dress', 'but', 'the', 'quality', 'is', 'high', 'the', 'color', 'is', 'really', 'vibrant', 'and', 'it', "'s", 'a', 'comfortable', 'fit', 'i', "'m", '5', '5', 'and', 'it', 'fell', 'to', 'my', 'knees', 'i', 'paired', 'it', 'with', 'black', 'tights', 'and', 'booties', 'and', 'plan', 'on', 'wearing', 'it', 'the', 'spring', 'with', 'wedges', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5097,824,41', 'another', 'beauty', 'from', 'maeve', 'i', 'am', 'a', 'big', 'fan', 'of', 'maeve', 'tops', 'i', 'love', 'the', 'beading', 'and', 'structure', 'of', 'this', 'top', 'despite', 'the', 'fullness', 'of', 'the', 'design', 'the', 'fit', 'is', 'flattering', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['5098,1133,51', 'very', 'pretty', 'quite', 'small', 'this', 'is', 'an', 'attractive', 'fitted', 'vest', 'the', 'tight', 'belt', 'on', 'the', 'back', 'gives', 'it', 'a', 'new', 'look', 'great', 'shape', 'the', 'fabric', 'is', 'good', 'quality', 'the', 'neck', 'is', 'tight', 'and', 'high', 'i', 'usually', 'get', 'a', 'small', 'at', 'retailer', 'but', 'this', 'small', 'is', 'way', 'too', 'tight', 'and', 'there', 'is', 'no', 'way', 'you', 'could', 'put', 'a', 'sweater', 'under', 'which', 'you', 'usually', 'do', 'in', 'weather', 'cool', 'enough', 'for', 'a', 'vest', 'judging', 'from', 'the', 'photo', 'i', 'would', 'guess', 'she', 'is', 'an', 'extra', 'small', 'wearing', 'a', 'small', 'or', 'medium', 'it', 'looks', 'good', 'with', 'taupe', 'or', 'brown', 'pants/jeans', ',4,1,6', 'general', 'jackets', 'outerwear'] ['5099,1078,54', 'love', 'this', 'dress', 'i', 'am', 'a', 'curvy', 'girl', 'with', 'boobs', 'this', 'dress', 'was', 'perfect', 'it', 'hugged', 'in', 'all', 'the', 'right', 'places', 'and', 'had', 'room', 'for', 'my', 'bust', 'i', 'did', 'go', 'up', 'a', 'size', 'however', 'i', 'normally', 'have', 'to', 'do', 'that', 'anyway', 'for', 'the', 'top', 'to', 'fit'] [] ['this', 'dress', 'is', 'funky', 'and', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'with', 'tights', 'and', 'boots', 'in', 'the', 'winter', 'very', 'comfortable', 'it', 'has', 'pockets', ',5,1,1', 'general', 'dresses', 'dresses'] ['5100,1078,45', ',great', 'dress', 'for', 'fall', 'runs', 'slim', 'through', 'the', 'hips', 'and', 'neckline', 'is', 'a', 'little', 'low.,4,1,2', 'general', 'dresses', 'dresses'] ['5101,863,70', 'perfect', 'little', 'white', 'tee', 'love', 'this', 'little', 'throw', 'on', 'and', 'feel', 'comfortable', 'all', 'day', 'tee', 'shirt', ',4,1,3', 'general', 'tops', 'knits'] ['5102,1078,43', 'what', 'a', 'shame', 'this', 'was', 'a', 'disappointment', 'because', 'beautiful', 'fabrics', 'with', 'interesting', 'design', 'are', 'a', 'rarity', 'and', 'especially', 'at', 'this', 'length', 'unfortunately', 'this', 'is', 'a', 'mess', 'in', 'terms', 'of', 'proportions', 'if', 'a', 'size', '2', 'can', 'barely', 'get', 'it', 'off', 'then', 'there', 'is', 'a', 'design', 'flaw', 'sadly', 'the', 'fit', 'was', 'so', 'strange', 'that', 'it', 'did', 'not', 'seem', 'that', 'simply', 'sizing', 'up', 'would', 'correct', 'the', 'flaws', ',1,0,1', 'general', 'dresses', 'dresses'] ['5103,863,51', 'tee', 'with', 'a', 'punch', 'i', 'love', 'that', 'this', 'tee', 'is', 'so', 'soft', 'and', 'is', 'not', 'boring', 'when', 'i', 'originally', 'took', 'it', 'out', 'of', 'the', 'bag', 'my', 'teenage', 'daughter', 'did', 'not', 'like', 'it', 'then', 'i', 'tried', 'it', 'on', 'and', 'she', 'was', 'wowed', 'the', 'longer', 'length', 'in', 'the', 'back', 'makes', 'it', 'very', 'interesting', 'i', 'am', 'looking', 'forward', 'to', 'wearing', 'this', 'with', 'jeans', ',5,1,2', 'general', 'tops', 'knits'] ['5104,824,53', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5105,824,38', 'adore', 'this', 'top', 'saw', 'this', 'one', 'online', 'and', 'when', 'it', 'came', 'it', 'did', 'not', 'disappoint', 'i', 'ordered', 'a', 'xxs', 'in', 'black', 'and', 'it', 'was', 'perfect', 'i', 'am', '5', '3', 'and', '110', 'lbs', 'it', 'definitely', 'has', 'a', 'lot', 'of', 'volume', 'to', 'it', 'but', 'i', 'still', 'found', 'it', 'flattering', 'because', 'the', 'shirt', 'is', 'very', 'sheer', 'so', 'you', 'can', 'see', 'through', 'it', 'to', 'your', 'thinner', 'figure', 'underneath', 'it', 'comes', 'with', 'a', 'comfortable', 'but', 'fitted', 'camisole', 'to', 'wear', 'under', 'it', 'which', 'makes', 'it', 'flattering', 'another', 'reviewer', 'mentioned', 'the', 'beading', 'turning', 'i', 'have', 'not', 'seen', 'that', 'on', 'mine', 'but', 'now', 'i', 'will', 'be', 'looking', 'for', 'i', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5106,873,37', 'sheer', 'it', 'is', 'very', 'sheer', 'which', 'is', 'too', 'bad', 'because', 'the', 'design', 'is', 'super', 'cute.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['5107,1035,37', 'pilcro', 'has', 'gone', 'so', 'down', 'in', 'quality', 'pilcro', 'jeans', 'used', 'to', 'be', 'my', 'favorite', 'in', 'the', 'past', '6', 'months', 'or', 'so', 'i', 'have', 'bought', '3', 'new', 'pairs', 'and', 'all', 'have', 'been', 'so', 'disappointing', 'first', 'of', 'all', 'the', 'quality', 'is', 'horrible', 'now', 'in', 'the', 'past', 'they', 'would', 'last', 'for', 'years', 'and', 'hold', 'up', 'great', 'my', 'last', 'pair', 'of', 'stet', 'jeans', 'started', 'to', 'visibly', 'wear', 'out', 'within', 'a', 'month', 'also', 'pilcro', 'jeans', 'now', 'stink', 'in', 'the', 'most', 'disgusting', 'toxic', 'way', 'they', 'smell', 'horrible', 'despite', 'washing', 'what', 'happened', 'pilcro', ',2,0,7', 'general', 'bottoms', 'jeans'] ['5108,678,49', 'easy', 'comfortable', 'perfect', 'for', 'the', 'heat', 'i', 'love', 'this', 'item', 'they', 'hang', 'flow', 'beautifully', 'like', 'the', 'weightlessness', 'of', 'a', 'silk', 'skirt'] ['the', 'front', 'peek-a-boo', 'cut', 'outs', 'really', 'make', 'them', 'a', 'delight', 'to', 'wear', 'show', 'off', 'some', 'skin'] ['somewhat', 'transparent', 'i', 'topped', 'it', 'off', 'with', 'a', 'lightweight', 'tunic', 'length', 'for', 'modesty', 'but', 'the', 'placement', 'of', 'the', 'painterly', 'design', 'really', 'works', 'in', 'my', 'favor', 'so', 'i', 'could', 'wear', 'them', 'with', 'something', 'shorter', 'if', 'i', 'choose', 'to', 'like', 'the', 'model'] ['heads', 'turned', 'as', 'i', 'walked', 'by', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['5109,823,52', 'sleeves', 'not', 'like', 'those', 'on', 'the', 'model', 'the', 'print', 'and', 'front', 'ruffle', 'are', 'beautiful', 'the', 'sleeves', 'are', 'awful', 'and', 'poorly', 'represented', 'in', 'the', 'picture', 'of', 'the', 'model', 'it', "'s", 'almost', 'like', 'the', 'sleeves', 'have', 'a', 'life', 'of', 'their', 'own', 'so', 'mismatched', 'with', 'this', 'style', 'of', 'blouse', 'such', 'a', 'beautiful', 'print', 'but', 'so', 'disappointing', 'in', 'shape.,1,0,0', 'general', 'tops', 'blouses'] ['5110,863,51', 'fresh', 'take', 'on', 'a', 'classic', 't', 'i', 'bought', 'this', 'in', 'black', 'and', 'i', 'can', 'already', 'tell', 'this', 'is', 'going', 'to', 'be', 'a', 'staple', 'this', 'fall', 'and', 'winter', 'the', 'unusual', 'hem', 'and', 'extra', 'long', 'sleeves', 'are', 'really', 'flattering.,5,1,1', 'general', 'tops', 'knits'] ['5111,978,49', 'double', 'duty', 'functional', 'fashionable', 'i', 'am', 'a', 'lover', 'of', 'jackets', 'and', 'coats', 'this', 'is', 'my', 'new', 'fave'] ['great', 'color', 'versatile', 'i.e', 'work', 'weekend', 'fun', 'accent', 'piece', 'to', 'shield', 'yourself', 'from', 'a', 'brisk', 'wind', 'while', 'maintaining', 'full', 'fashion', 'status'] ['my', 'first', 'day', 'wearing', 'and', 'i', "'ve", 'rec', "'d", 'many', 'compliments', 'love', 'the', 'combo', 'of', 'trench', 'coat', 'and', 'poncho', 'my', 'one', 'issue', 'i', 'wish', 'the', 'sleeve', 'strap', 'actually', 'buckled', 'it', 'keeps', 'slipping', 'out', 'of', 'the', 'faux', 'buckle', 'and', 'i', "'m", 'afraid', 'i', "'m", 'going', 'to', 'lose', 'it', 'i', 'usually', 'wear', 'a', 'medium/size', '10', 'but', 'medium', 'was', 'sold', 'out', 'so', 'i', 'ordered', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['5112,863,65', 'adorable', 'lightweight', 'and', 'comfy', 'i', 'love', 'the', 'weight', 'of', 'this', 'shirt', 'and', 'the', 'open', 'scoop', 'neck', 'really', 'flattering', 'i', 'wear', 'tanks', 'under', 'my', 'shirts', 'anyway', 'but', 'it', 'is', 'see', 'through', 'the', 'weight', 'is', 'nice', 'even', 'in', 'heat', 'and', 'i', 'expect', 'it', 'to', 'be', 'so', 'nice', 'layering', 'in', 'the', 'winter', 'the', 'cut', 'at', 'the', 'hem', 'is', 'great', 'very', 'flattering', 'and', 'does', 'not', 'seem', 'to', 'cling'] [] ['i', 'bought', 'a', 'white', 'one', 'now', 'i', 'have', 'repurchased', 'another', 'white', 'xs', 'and', 'a', 'black', 'one', 'while', 'i', 'was', 'vacillating', 'theblack', 'xs', 'sold', 'out', 'so', 'i', 'got', 'a', 'small', 'and', 'will', 'cross', 'my', 'fingers', 'that', 'its', 'not', 'too', 'big', ',5,1,1', 'general', 'tops', 'knits'] ['5113,873,27', 'could', 'have', 'been', 'great', 'i', 'really', 'loved', 'how', 'this', 'top', 'looked', 'and', 'was', 'really', 'excited', 'it', 'to', 'get', 'it', 'on', 'sale', 'i', 'was', 'worried', 'that', 'it', 'might', 'be', 'too', 'small/tight', 'i', 'ordered', 'a', 'm', 'and', 'would', 'consider', 'myself', 'a', 'm', 'but', 'was', 'relieved', 'to', 'find', 'it', 'fit', 'just', 'fine', 'i', 'was', 'extremely', 'disappointed', 'to', 'find', 'that', 'it', 'was', 'too', 'sheer', 'to', 'wear', 'by', 'itself', 'and', 'still', 'showed', 'my', 'bra', 'with', 'a', 'layering', 'tank', 'on', 'underneath', 'it', 'was', 'also', 'more', 'like', 'a', 'crop', 'top', 'for', 'length', 'which', 'does', 'not', 'work', 'with', 'my', 'mama', 'belly', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['5114,863,52', 'save', 'your', 'money', 'what', 'a', 'disappointment', 'and', 'for', 'the', 'price', 'it', "'s", 'outrageous', ',1,0,1', 'general', 'tops', 'knits'] ['5115,863,40', 'unique', 'cool', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'purchase', 'this', 'brand', 'frequently', 'because', 'the', 'designs', 'are', 'simple', 'yet', 'unique', 'and', 'cool', 'i', "'m", '5', '7', '170', 'lb.s', 'curvy/athletic', 'and', 'i', 'got', 'this', 'in', 'a', 'medium', 'it', 'fits', 'perfectly', 'and', 'looks', 'really', 'great', 'on', 'i', 'love', 'the', 'asymmetric', 'cut', 'and', 'raw', 'hem', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['5116,678,38', 'gorgeous', 'try', 'it', 'i', 'tried', 'the', 'xs', 'in', 'store', 'and', 'waistband', 'is', 'very', 'stretchy', 'and', 'the', 'material', 'is', 'lightweight', 'feels', 'delicate', 'and', 'to', 'the', 'floor', 'fell', 'in', 'love', 'with', 'the', 'watercolor', 'print', 'this', 'would', 'be', 'great', 'as', 'a', 'quick', 'cover', 'up', 'over', 'a', 'bikini', 'beware-', 'if', 'you', 'plan', 'on', 'wearing', 'this', 'anywhere', 'besides', 'by', 'the', 'beach', 'make', 'sure', 'to', 'rock', 'your', 'nude', 'undies', 'because', 'the', 'cream', 'color', 'is', 'super', 'see-thru', 'which', 'is', 'my', 'least', 'favorite', 'part', 'of', 'this', 'piece', 'i', 'could', "n't", 'get', 'to', 'the', 'petites', 'sizes', 'before', 'they', 'all', 'sold', 'out', 'so', 'i', "'m", 'crossing', 'my', 'fingers', 'th', ',5,1,14', 'initmates', 'intimate', 'sleep'] ['5117,1072,41', 'description', 'way', 'off', 'but', 'beautiful', 'dress', 'first', 'of', 'all', 'this', 'dress', 'is', 'not', 'cotton', 'it', 'is', '100', 'silk', 'it', 'also', 'not', 'a', 'pullover', 'dress', 'it', 'has', 'a', 'side', 'zipper', 'and', 'does', 'not', 'have', 'an', 'elastic', 'waist', 'like', 'the', 'description', 'says', 'lastly', 'it', 'is', 'not', 'by', 'moulinette', 'souers', 'i', "'ve", 'really', 'never', 'seen', 'a', 'description', 'so', 'far', 'off', 'on', 'one', 'of', 'the', 'items', 'pictured', 'nevertheless', 'it', 'is', 'a', 'gorgeous', 'dress', 'the', 'silk', 'is', 'beautiful', 'and', 'can', 'easily', 'be', 'worn', 'for', 'fall', 'with', 'a', 'sweater', 'or', 'jacket', 'the', 'waist', 'is', 'a', 'little', 'poofy', 'and', 'the', 'chest', 'is', 'a', 'bit', 'snug', 'however', 'i', 'was', 'able', 'to', 'go', 'down', 'a', 'siz', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5118,863,46', 'love', 'this', 'shirt', 'this', 'shirt', 'fits', 'great', 'it', 'is', 'a', 'fun', 'look', 'i', 'wore', 'it', 'wear', 'a', 'pair', 'of', 'leggings', 'and', 'sneakers', 'for', 'a', 'casual', 'day', 'look', 'it', 'goes', 'down', 'to', 'my', 'knees', 'in', 'the', 'back', 'and', 'the', 'front', 'is', 'asymmetric', 'so', 'cute', 'i', 'think', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'going', 'forward.,5,1,2', 'general', 'tops', 'knits'] ['5119,863,29', 'love', 'this', 'style', 'this', 'shirt', 'fits', 'true', 'to', 'size', 'i', 'love', 'the', 'cut', 'of', 'the', 'shirt', 'which', 'adds', 'some', 'edge', 'to', 'a', 'basic', 'tee', 'i', 'know', 'i', 'will', 'wear', 'this', 'all', 'the', 'time', 'throughout', 'the', 'fall', 'and', 'winter', 'months', 'perfect', 'to', 'wear', 'as', 'is', 'or', 'layer', 'with', 'cardigans', 'jackets', 'and', 'scarves', 'in', 'cooler', 'weather', ',5,1,2', 'general', 'tops', 'knits'] ['5120,678,40', 'very', 'pretty', 'and', 'comfortable', 'it', 'was', 'not', 'obvious', 'at', 'my', 'store', 'that', 'this', 'was', 'to', 'go', 'with', 'swim', 'suits', 'it', 'was', 'located', 'next', 'to', 'regular', 'pants', 'but', 'once', 'i', 'tried', 'it', 'on', 'i', 'realized', 'it', 'was', 'somewhat', 'see', 'through', 'i', 'still', 'got', 'it', 'as', 'its', 'very', 'lovely', 'i', "'m", 'going', 'on', 'a', 'beach', 'vacation', 'so', 'i', 'know', 'i', "'ll", 'use', 'it', 'over', 'bathing', 'suits', 'honestly', 'i', 'may', 'use', 'it', 'with', 'nude', 'underwear', 'or', 'long', 'shirts', 'anyway', 'since', 'its', 'so', 'different', 'and', 'pretty', 'i', 'bought', 'a', 'large', 'as', 'i', "'m", 'a', '10-12', 'and', 'its', 'still', 'pretty', 'loose', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['5121,823,66', 'nope', 'there', "'s", 'a', 'reason', 'the', 'model', 'is', 'holding', 'her', 'arms', 'up', 'in', 'all', 'the', 'frontal', 'views', 'it', 'hides', 'the', 'very', 'weird', 'wide', 'top', 'part', 'of', 'the', 'sleeve', 'that', 'absolutely', 'destroys', 'and', 'distorts', 'an', 'otherwise', 'beautiful', 'blouse', 'the', 'print', 'is', 'lovely', 'but', 'the', 'fit', 'is', 'very', 'odd', 'it', "'s", 'pulls', 'at', 'and', 'is', 'very', 'tight', 'through', 'the', 'bust', 'too', 'i', 'wear', 'medium', 'or', 'large', 'and', 'ordered', 'size', 'large', 'if', 'you', "'re", 'less', 'well', 'endowed', 'this', 'might', 'be', 'an', 'okay', 'choice', 'for', 'you', 'but', 'i', 'have', 'to', 'say', 'this', 'blouse', 'made', 'me', 'look', 'overweight', 'and', 'very', 'wide', 'returned.,1,0,0', 'general', 'tops', 'blouses'] ['5122,863,66', 'nice', 'top', 'i', 'love', 'this', 'designer', 'and', 'decided', 'to', 'give', 'this', 'one', 'a', 'try', 'i', 'ordered', 'size', 'large', 'in', 'black', 'it', "'s", 'a', 'nice', 'weight', 'knit', 'but', 'not', 'too', 'heavy', 'good', 'for', 'fall', 'and', 'winter', 'the', 'color', 'is', 'an', 'intense', 'saturated', 'black', 'that', "'s", 'really', 'sharp', 'looking', 'i', 'thought', 'it', 'split', 'up', 'both', 'sides', 'however', 'it', "'s", 'only', 'split', 'on', 'one', 'side', 'and', 'then', 'angles', 'across', 'the', 'back', 'to', 'the', 'other', 'side', 'which', 'is', "n't", 'split', 'and', 'is', 'shorter', 'i', 'carry', 'weight', 'in', 'my', 'midsection', 'and', 'this', 'flows', 'a', 'bit', 'away', 'from', 'the', 'body', 'but', 'not', 'in', 'a', 'giant', 'oversized', 'way', 'i', 'like', 't', ',4,1,17', 'general', 'tops', 'knits'] ['5123,873,51', 'summery', 'versatility', 'super', 'cute', 'cotton', 'is', 'substantial', 'enough', 'not', 'to', 'show', 'bra', 'lines', 'but', 'light', 'enough', 'to', 'be', 'summery', 'breezy', 'i', 'misread', 'xs', 'and', 'tried', 'it', 'on', 'thinking', 'it', 'was', 'a', 'medium', 'oddly', 'there', "'s", 'barely', 'any', 'difference', 'among', 'the', 'xs', 's', 'and', 'm', 'sizes', 'the', 'buttons', 'did', "n't", 'even', 'buckle', 'out', 'across', 'my', 'bust', 'on', 'the', 'smaller', 'sizes', 'so', 'this', 'top', 'could', 'be', 'a', 'nice', 'ego', 'boost', 'if', 'you', 'want', 'to', 'size', 'down', 'i', 'got', 'the', 'm', 'anyway', 'armholes', 'not', 'too', 'big', 'ruffle', 'hides', 'any', 'tummy', 'flaws', 'great', 'with', 'jeans', 'shorts', 'and', 'skirts', 'like', 'a', 'perfect', 'white', ',4,1,15', 'general', 'petite', 'tops', 'knits'] ['5124,1078,28', 'nice', 'print', 'not', 'flattering', 'for', 'me', 'loved', 'the', 'print', 'on', 'this', 'dress', 'however', 'the', 'fit', 'was', "n't", 'for', 'me', 'i', 'feel', 'like', 'it', 'exaggerated', 'my', 'belly', 'and', 'just', 'overall', 'i', 'did', "n't", 'feel', 'great', 'in', 'it', 'the', 'sleeves', 'were', 'also', 'really', 'big', ',3,0,1', 'general', 'dresses', 'dresses'] ['5125,1078,40', 'pretty', 'dress', 'love', 'it', 'this', 'dress', 'is', 'gorgeous', 'it', 'is', 'somewhat', 'fitted', 'but', 'i', 'did', "n't", 'find', 'it', 'to', 'run', 'small', 'i', 'am', 'top', 'heavy', '36d', 'and', 'usually', 'wear', 'a', 'size', '10', 'but', 'i', 'bought', 'this', 'in', 'an', '8', 'and', 'it', 'fits', 'me', 'great', 'i', 'will', 'say', 'the', 'zipper', 'is', 'a', 'bit', 'tricky', 'at', 'first', 'i', 'thought', 'the', 'dress', 'was', 'too', 'tight', 'but', 'it', 'turned', 'out', 'the', 'zipper', 'was', 'stuck', 'after', 'fiddling', 'with', 'it', 'i', 'realized', 'the', 'dress', 'fit', 'but', 'the', 'zipper', 'was', 'a', 'bit', 'tricky', 'i', 'wore', 'it', 'to', 'work', 'and', 'got', 'so', 'many', 'compliments', 'also', 'the', 'picture', 'makes', 'the', 'background', 'look', 'burgundy', 'but', 'it', 'is', 'mostly', 'blac', ',5,1,1', 'general', 'dresses', 'dresses'] ['5126,873,64', 'this', 'top', 'is', 'really', 'cute', 'but', 'shorter', 'in', 'length', 'than', 'expected', 'plus', 'it', 'shrunk', 'considerably', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['5127,1078,46', 'bummed', 'i', 'got', 'this', 'dress', 'today', 'i', 'was', 'super', 'excited', 'and', 'hoped', 'to', 'use', 'it', 'it', 'runs', 'so', 'so', 'small', 'i', "'m", 'returning', 'and', 'ordering', 'up', ',4,1,18', 'general', 'dresses', 'dresses'] ['5128,873,31', 'see', 'through', 'this', 'white', 'shirt', 'is', 'very', 'thin', 'esp', 'in', 'the', 'front', 'and', 'see', 'through', 'i', 'would', 'have', 'to', 'wear', 'a', 'cami', 'underneath', 'unless', 'i', 'wanted', 'people', 'to', 'see', 'the', 'outline', 'of', 'my', 'bra', 'it', 'seems', 'very', 'flimsy', 'and', 'poor', 'quality', 'even', 'at', 'the', 'sale', 'price', 'disappointed', 'and', 'will', 'return', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['5129,1133,46', 'super', 'cute', 'this', 'vest', 'is', 'so', 'cute', 'and', 'a', 'perfect', 'transition', 'piece', 'for', 'fall', 'it', 'runs', 'a', 'little', 'big', 'i', 'normally', 'wear', 'an', 'xs', 'but', 'i', 'had', 'to', 'exchange', 'for', 'an', 'xxs', ',4,1,0', 'general', 'jackets', 'outerwear'] ['5130,824,30', 'beautiful', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'bought', 'the', 'ivory', 'color', 'and', 'i', 'am', 'definitely', 'considering', 'buying', 'the', 'black', 'as', 'well', 'it', 'feels', 'true', 'to', 'size', 'but', 'i', 'did', 'size', 'up', 'only', 'because', 'i', 'like', 'my', 'tops', 'to', 'fit', 'a', 'little', 'generous', 'and', 'flowy', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'top', 'all', 'season', 'long', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['5131,873,63', 'great', 'white', 'top.', 'finally', 'a', 'white', 'top', 'that', 'does', 'not', 'show', 'every', 'nook', 'and', 'cranny', 'this', 'is', 'a', 'great', 'fabric', 'many', 'times', 'white', 'shirts', 'are', 'see', 'thru', 'and', 'i', 'wo', "n't", 'buy', 'them', 'this', 'top', 'is', 'lightweight', 'but', 'has', 'enough', 'substance', 'to', 'cover', 'everything', 'the', 'online', 'picture', 'does', 'not', 'do', 'it', 'justice'] ['it', 'can', 'be', 'worn', 'with', 'anything', 'and', 'is', 'made', 'very', 'well', 'this', 'one', "'s", 'a', 'keeper', 'for', 'your', 'closet', 'and', 'will', 'be', 'worn', 'over', 'and', 'over', 'all', 'summer', 'long', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['5132,1035,46', ',as', 'another', 'reviewer', 'mentioned', 'the', 'quality', 'is', "n't", 'here', 'they', 'pilled', 'in', 'the', 'thighs', 'after', 'wearing', 'once', 'and', 'stretched', 'out', 'so', 'much', 'at', 'the', 'end', 'of', 'the', 'day', 'i', 'was', 'pulling', 'them', 'up', 'constantly', 'such', 'a', 'bummer', 'because', 'i', 'love', 'this', 'brand.,3,0,0', 'general', 'bottoms', 'jeans'] ['5133,1072,31', 'anther', 'at', 'it', "'s", 'finest', 'what', 'a', 'dress', 'the', 'print', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'overall', 'fit', 'of', 'this', 'dress', 'it', 'definitely', 'has', 'the', 'wow', 'factor', 'i', 'plan', 'on', 'wearing', 'this', 'dress', 'to', 'the', 'kentucky', 'oaks', 'this', 'year', 'i', 'typically', 'wear', 'a', '6', 'and', 'sometimes', 'a', '4', 'in', 'retailer', 'dresses', 'i', "'m", '5', '6', '130', 'lbs', '32dd', 'and', 'took', 'a', '6', 'in', 'this', 'i', 'could', 'probably', 'even', 'try', 'the', '8.', 'it', 'fit', 'a', 'bit', 'tight', 'in', 'the', 'bodice', 'for', 'me', 'but', 'i', "'m", 'not', 'sure', 'if', 'it', 'warranted', 'a', 'size', 'up', 'it', 'is', 'pricey', 'but', 'i', 'see', 'this', 'being', 'a', 'closet', 'staple', 'and', 'one', 'of', 'my', 'favorite', 'maxi', "'s", 'yet', ',5,1,4', 'general', 'dresses', 'dresses'] ['5134,844,45', 'strange', 'cut', 'the', 'quality', 'is', 'good', 'as', 'is', 'the', 'design', 'idea', 'but', 'practically', 'it', 'does', "n't", 'work', 'ordered', 'an', 'xs', 'and', 'the', 'top', 'still', 'ballooned', 'out', 'stiffly', 'this', 'top', 'is', 'not', 'soft', 'or', 'flowy', 'it', 'is', 'stiff', 'and', 'very', 'wide', ',2,0,0', 'general', 'tops', 'blouses'] ['5135,678,41', 'beautiful', 'pants', 'i', 'love', 'the', 'print', 'on', 'these', 'pants', 'they', 'are', 'beautifully', 'flowy', 'and', 'flattering', 'the', 'only', 'downside', 'is', 'that', 'they', 'are', 'see', 'through', 'so', 'i', "'m", 'going', 'to', 'take', 'them', 'to', 'tailor', 'to', 'have', 'a', 'lining', 'put', 'in', 'up', 'to', 'the', 'knee', 'so', 'i', 'can', 'wear', 'them', 'to', 'places', 'other', 'than', 'the', 'beach', 'i', 'bought', 'them', 'on', 'sale', 'today', 'in', 'the', 'store', 'and', 'bought', 'a', 'size', 'small.,5,1,0', 'initmates', 'intimate', 'sleep'] ['5136,678,27', 'beautiful', 'colors', 'runs', 'large', 'bought', 'these', 'for', 'my', 'honeymoon', 'to', 'hawaii-', 'they', 'will', 'be', 'perfect', 'for', 'lounging', 'very', 'comfy', 'but', 'a', 'little', 'see', 'through', 'so', 'likely', 'not', 'to', 'wear', 'on', 'their', 'own', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['5137,824,51', ',another', 'beautiful', 'mave', 'piece', 'that', 'is', 'too', 'big', 'waiting', 'for', 'the', 'size', 'down', 'to', 'come', 'in', 'the', 'mail', 'fingers', 'crossed', 'this', 'works', 'the', 'large', 'was', 'too', 'overwhelming', 'on', 'my', '5', '6', 'frame', 'the', 'tank', 'that', 'comes', 'with', 'it', 'is', 'soft', 'and', 'comfy', 'and', 'the', 'gold', 'accents', 'really', 'make', 'this', 'an', 'outstanding', 'number', 'too', 'bad', 'no', 'petite', 'is', 'offered', 'i', 'ordered', 'the', 'black', 'but', 'it', 'was', 'hard', 'to', 'choose', 'because', 'the', 'white', 'also', 'looks', 'amazing', 'i', 'predict', 'lots', 'of', 'cooing', 'over', 'this', 'lovely', ',4,1,4', 'general', 'petite', 'tops', 'blouses'] ['5138,863,50', 'a', 'bit', 'thin', 'but', 'otherwise', 'perfect', 'this', 'fits', 'great', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'exercise', 'pants', 'a', 'little', 'lighter', 'weight', 'than', 'i', 'hoped', 'but', 'looks', 'great', 'hangs', 'well', 'on', 'my', 'body', 'i', 'bought', 'the', 'white', ',4,1,1', 'general', 'tops', 'knits'] ['5139,823,36', 'ready', 'for', 'clown', 'college', 'this', 'top', 'is', 'perfect', 'for', 'the', 'first', 'day', 'at', 'clown', 'college', 'if', 'you', 'want', 'to', 'see', 'some', 'clowns', 'cry', 'the', 'sleeves', 'are', 'probably', 'the', 'worst', 'part', 'of', 'this', 'overpriced', 'monstrosity', 'the', 'elastic', 'at', 'the', 'cuffs', 'makes', 'the', 'already', 'comically', 'large', 'sleeves', 'billow', 'and', 'puff', 'out', 'even', 'more'] [] ['buy', 'this', 'if', 'you', 'enjoy', 'walking', 'to', 'the', 'post', 'office', 'to', 'return', 'things', ',1,0,0', 'general', 'tops', 'blouses'] ['5140,1078,35', 'love', 'love', 'love', 'this', 'dress', 'fits', 'true', 'to', 'size', 'can', 'be', 'dressed', 'up', 'or', 'down', 'very', 'flattering1', 'prettier', 'in', 'person,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5141,1078,37', 'bummed', 'i', 'love', 'the', 'maeve', 'line', 'and', 'was', 'excited', 'to', 'get', 'this', 'dress', 'unfortunately', 'the', 'fit', 'was', 'just', 'bad', 'the', 'top', 'fit', 'fine', 'but', 'the', 'bottom', 'half', 'was', 'too', 'snug', 'and', 'there', 'were', 'unattractive', 'gaps', 'around', 'the', 'waist', 'and', 'the', 'pockets', 'do', "n't", 'think', 'another', 'size', 'or', 'tailoring', 'would', 'address', 'the', 'issue', 'for', 'size', 'i', 'am', '5', '4', '130', 'and', 'ordered', 'the', '6', ',3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['5142,1035,50', 'the', 'jeans', 'are', 'a', 'great', 'find.', 'the', 'jeans', 'are', 'flatering', 'and', 'stylish', 'they', 'are', 'slightly', 'distressed', 'but', 'will', 'go', 'with', 'anything', 'the', 'fit', 'is', 'like', 'other', 'pilcro', 'stet', 'pants', 'i', "'ve", 'purchased', 'and', 'loved.,5,1,0', 'general', 'bottoms', 'jeans'] ['5143,678,60', 'beautiful', 'beach', 'pants', 'have', 'not', 'worn', 'them', 'yet', 'but', 'they', 'are', 'so', 'soft', 'and', 'pretty', 'seems', 'like', 'a', 'good', 'item', 'to', 'travel', 'with', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['5144,863,41', 'cute', 'tee', 'very', 'flattering', 'tee', 'nice', 'details', 'quality'] ['my', 'first', 'time', 'purchasing', 'this', 'brand', 'but', 'will', 'look', 'for', 'similar', 'items', 'from', 'them', ',5,1,1', 'general', 'tops', 'knits'] ['5145,824,47', 'unique', 'detailed', 'lovely', 'this', 'is', 'a', 'really', 'pretty', 'top', 'the', 'beading/rivet', 'detail', 'is', 'really', 'cool', 'and', 'it', 'feels', 'comfortable', 'on', 'i', 'think', 'the', 'lining', 'is', 'really', 'silky', 'and', 'the', 'lace', 'feels', 'gentle', 'not', 'stiff', 'the', 'top', 'is', 'kind', 'of', 'like', 'a', 'swing', 'top', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'but', 'it', 'is', 'just', 'right', 'the', 'fabric', 'looks', 'rich', 'and', 'lovely', 'great', 'top', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['5146,1035,37', 'cute', 'jeans', 'terrible', 'quality', 'i', "'ve", 'purchased', 'pilcro', 'jeans', 'in', 'the', 'past', 'and', 'they', "'ve", 'held', 'up', 'great', 'unfortunately', 'the', 'material', 'used', 'for', 'this', 'particular', 'jean', 'is', 'a', 'far', 'far', 'cry', 'from', 'what', 'it', 'used', 'to', 'be', 'the', 'thighs', 'of', 'these', 'jeans', 'start', 'pilling', 'yes', 'pilling', 'after', 'just', 'a', 'few', 'wears', 'i', "'ve", 'never', 'had', 'jeans', 'do', 'this', 'whatever', 'denim', 'blend', 'they', 'are', 'using', 'is', 'a', 'complete', 'disaster'] [] ['do', "n't", 'buy', 'these', 'you', 'will', 'be', 'very', 'disappointed', ',1,0,0', 'general', 'bottoms', 'jeans'] ['5147,903,40', 'love', 'this', 'sweater', 'i', 'reallllly', 'love', 'this', 'sweater', 'i', 'could', 'wear', 'it', 'every', 'day', 'if', 'i', 'could', 'the', 'sweater', 'is', 'comfortable', 'lightweight', 'but', 'not', 'see', 'through', 'and', 'versatile', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5148,844,28', 'pretty', 'top', 'i', 'loved', 'the', 'way', 'this', 'top', 'fit', 'and', 'i', 'am', 'a', 'total', 'sucker', 'for', 'floral', 'prints', 'i', 'took', 'my', 'normal', 'medium', '5', '5', '150lb', 'unfortunately', 'the', 'material', 'was', 'very', 'thin', 'scratchy', 'and', 'had', 'a', 'horrible', 'chemical', 'smell', 'back', 'it', 'went', ',4,1,3', 'general', 'tops', 'blouses'] ['5149,881,73,10++++++', 'i', 'ca', "n't", 'rate', 'this', 'with', 'enough', 'stars', 'or', 'numbers', 'great', 'fit', 'ca', "n't", 'see', 'up', 'the', 'sleeve', 'perfect', 'length', 'just', 'right', 'amount', 'of', 'fabric', 'for', 'draping', 'i', 'am', '5', '3', 'and', '130lbs', 'fits', 'like', 'a', 'dream', 'and', 'when', 'i', 'got', 'it', 'home', 'from', 'the', 'store', 'it', 'goes', 'with', 'all', 'things', 'in', 'the', 'closet', 'my', 'one', 'reservation', 'is', 'it', 'only', 'comes', 'in', 'one', 'color', 'let', "'s", 'get', 'on', 'it', 'designers', 'we', 'need', 'a', 'lipstick', 'red', 'for', 'summer', 'and', 'coral', 'and', 'navy', 'and', 'black', 'and', 'white', 'i', 'do', "n't", 'need', 'any', 'other', 'top', 'this', 'one', 'has', 'great', 'cool', 'fabric', 'and', 'you', 'do', "n't", 'need', 'to', 'wear', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['5150,881,31', 'sadly', 'too', 'big', 'this', 'top', 'is', 'really', 'beautiful', 'the', 'color', 'is', 'rich', 'and', 'the', 'texture', 'on', 'the', 'back', 'is', 'a', 'unique', 'touch', 'and', 'i', 'think', 'it', 'might', 'have', 'worked', 'for', 'me', 'except', 'that', 'i', 'could', 'only', 'find', 'a', 'm/l', 'and', 'it', 'was', 'just', 'too', 'big', 'i', 'love', 'drapey', 'styles', 'and', 'think', 'this', 'top', 'would', 'have', 'been', 'just', 'the', 'right', 'amount', 'of', 'drapey', 'if', 'i', "'d", 'been', 'able', 'to', 'snag', 'a', 'smaller', 'size', 'but', 'the', 'm/l', 'looked', 'like', 'a', 'teal', 'sack', 'so', 'it', "'s", 'going', 'back', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['5151,865,38', 'cute', 'but', 'huge', 'i', "'m", 'wearing', 'this', 'shirt', 'right', 'now', 'i', "'m", 'usually', 'a', 'large', 'in', 'tops', 'i', 'bought', 'a', 'medium', 'and', 'i', "'m", 'kinda', 'wishing', 'i', 'got', 'a', 'small', 'instead', 'it', "'s", 'very', 'swingy', 'its', 'super', 'cute', 'but', 'size', 'down', 'at', 'least', 'one', 'size', 'maybe', 'two,5,1,0', 'general', 'tops', 'knits'] ['5152,881,61', 'super', 'comfy', 'this', 'is', 'a', 'perfect', 'top', 'for', 'warm', 'weather', 'and', 'depending', 'on', 'the', 'accessories', 'you', 'pair', 'it', 'with', 'it', 'can', 'be', 'great', 'to', 'wear', 'while', 'running', 'errands', 'or', 'for', 'a', 'casual', 'date', 'the', 'woven', 'texture', 'at', 'the', 'back', 'is', 'unique', 'and', 'gives', 'it', 'the', 'retailer', 'vibe', 'we', 'all', 'know', 'and', 'love', 'definitely', 'runs', 'big', 'but', 'that', "'s", 'part', 'of', 'the', 'charm', 'of', 'the', 'top', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['5153,881,57', 'beware', 'launder', 'before', 'wearing', 'this', 'was', 'my', 'absolute', 'favorite', 'top', 'before', 'it', 'transferred', 'dye', 'onto', 'the', 'driver', "'s", 'seat', 'in', 'my', 'car', 'there', 'is', 'nothing', 'in', 'the', 'language', 'of', 'the', 'care', 'tag', 'which', 'advises', 'to', 'wash', 'before', 'wearing', 'because', 'of', 'the', 'possibility', 'of', 'dye', 'transfer', 'to', 'other', 'surfaces', 'the', 'care', 'instructions', 'say', 'that', 'is', 'is', 'washable', 'with', 'like', 'colors', 'and', 'in', 'fact', 'recommends', 'dry', 'cleaning', 'really', 'and', 'dry', 'cleaning', 'will', 'remove', 'all', 'of', 'that', 'excess', 'dye', 'do', "n't", 'think', 'so', 'after', 'i', 'discovered', 'the', 'dye', 'transfer', 'on', 'my', 'car', 'seat', 'i', 'washed', 'the', 'top', 'in', 'a', ',3,1,2', 'general', 'petite', 'tops', 'knits'] ['5154,881,54', 'cool', 'summer', 'tee', 'i', 'picked', 'this', 'top', 'hoping', 'that', 'it', 'would', 'go', 'with', 'the', 'dipped', 'horizon', 'skirt', 'and', 'the', 'color', 'was', 'a', 'perfect', 'match', 'i', 'love', 'the', 'irregularities', 'in', 'the', 'dye', 'and', 'the', 'woven', 'back', 'the', 'cut', 'is', 'boxy', 'but', 'the', 'fabric', 'is', 'soft', 'and', 'drapes', 'well', 'so', 'very', 'flattering', 'looks', 'great', 'with', 'white', 'jeans', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['5155,881,24', 'a', 'flattering', 'over-sized', 'shirt', 'i', 'generally', 'wear', 'a', 'small', 'or', 'medium', 'in', 'tops', 'and', 'decided', 'to', 'get', 'the', 'medium/large', 'it', "'s", 'over-sized', 'but', 'it', 'lays', 'very', 'nicely', 'and', 'does', "n't", 'look', 'frumpy', 'the', 'back', 'of', 'the', 'shirt', 'is', 'exactly', 'as', 'it', 'looks', 'in', 'the', 'picture', 'the', 'front', 'of', 'the', 'shirt', 'is', 'more', 'of', 'a', 'solid', 'blue', 'than', 'is', 'shown', 'but', 'still', 'lovely', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['5156,865,42', ',,4,1,0', 'general', 'tops', 'knits'] ['5157,881,48', 'love', 'it', 'it', "'s", 'much', 'longer', 'on', 'me', 'i', 'just', 'got', 'this', 'in', 'xs/s', 'at', 'my', 'store', 'and', 'i', 'love', 'it', 'i', 'have', 'a', 'petite', 'frame', '5', '3', '105', 'lbs', 'so', 'it', "'s", 'much', 'longer', 'on', 'me', 'than', 'on', 'the', 'models', 'and', 'the', 'one', 'i', 'got', 'is', 'much', 'more', 'saturated', 'with', 'dye', 'on', 'the', 'front', 'than', 'what', "'s", 'shown', 'in', 'retailer', "'s", 'pics', 'so', 'that', 'may', 'vary', 'a', 'bit', 'however', 'the', 'back', 'of', 'mine', 'looks', 'exactly', 'like', 'what', "'s", 'shown', 'above', 'i', 'love', 'the', 'drape', 'and', 'the', 'way', 'it', 'falls', 'on', 'me', 'super', 'casual-chic', 'in', 'my', 'opinion', 'i', "'d", 'say', 'the', 'color', 'is', 'deep', 'teal', 'wish', 'it', 'was', "n't", 'hand', 'wash', 'but', 'sometimes', 'that', "'s", 'worth', 'it', ',5,1,21', 'general', 'petite', 'tops', 'knits'] ['5158,903,56', 'so', 'comfy', 'this', 'is', 'the', 'ideal', 'easy-breezy', 'sweater', 'to', 'throw', 'over', 'leggings', 'when', 'you', 'just', 'feel', 'like', 'being', 'comfy', 'cozy', 'but', 'still', 'stylish', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5159,881,50', 'a', 'very', 'flattering', 'shirt', 'comfy', 'casual', 'and', 'stylish', 'i', 'received', 'many', 'compliments', 'on', 'this', 'shirt', 'it', 'drapes', 'across', 'your', 'body', 'very', 'nicely', 'and', 'does', 'not', 'cling', 'it', 'has', 'a', 'great', 'asymmetrical', 'cut', 'that', 'is', 'very', 'flattering', 'the', 'material', 'is', 'comfortable', 'and', 'the', 'color', 'is', 'warm', 'and', 'summer-like', ',5,1,10', 'general', 'petite', 'tops', 'knits'] ['5160,881,32', 'huge', 'i', 'am', 'a', 'pretty', 'curvy', 'girl', 'and', 'thought', 'the', 'm/l', 'was', 'gigantic', 'i', 'returned', 'and', 'was', 'afraid', 'to', 'exchange', 'for', 'the', 'smaller', 'size', 'thinking', 'it', 'would', 'pbly', 'be', 'very', 'large', 'as', 'well', 'it', 'was', 'not', 'flattering', 'because', 'it', 'was', 'so', 'boxy.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['5161,865,35', ',this', 'top', 'has', 'too', 'much', 'fabric', 'i', 'would', 'of', 'liked', 'it', 'more', 'if', 'they', 'had', 'a', 'smaller', 'size', 'but', 'the', 'small', 'seemed', 'like', 'a', 'medium', 'or', 'large', ',3,0,7', 'general', 'tops', 'knits'] ['5162,818,54', 'beautiful', 'detail', 'i', 'love', 'this', 'top', 'it', 'comes', 'with', 'its', 'own', 'camisole', 'the', 'embroidery', 'is', 'lovely', 'and', 'the', 'fit', 'is', 'perfect.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['5163,881,51', 'awesome', 'shirt', 'love', 'love', 'love', 'this', 'shirt', 'great', 'quality', 'washes', 'dries', 'wonderfully', 'it', 'is', 'loose', 'and', 'flowy', 'it', "'s", 'supposed', 'to', 'be', 'that', 'way', 'but', 'it', 'lays', 'nicely', 'it', "'s", 'longer', 'than', 'pictured', 'which', 'i', 'love', 'i', "'m", 'sure', 'i', "'m", 'shorter', 'than', 'the', 'model', 'but', 'it', "'s", 'truly', 'a', 'perfect', 'shirt', 'goes', 'great', 'with', 'my', 'jean', 'skirt', 'jeans', 'shorts', 'and', 'dressier', 'skirts', 'if', 'you', 'get', 'a', 'chance', 'to', 'order', 'do', "n't", 'hesitate', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5164,881,36', 'took', 'me', 'by', 'surprise', 'grabbed', 'this', 'top', 'because', 'i', 'loved', 'the', 'color', 'and', 'to', 'my', 'surprise', 'i', 'loved', 'the', 'style', 'too', 'it', 'is', 'longer', 'on', 'me', 'than', 'the', 'model', 'and', 'i', "'m", "5'10", 'and', 'it', 'looks', 'great', 'with', 'a', 'long', 'pendant', 'necklace', 'and', 'white', 'skinny', 'jeans', 'i', 'also', 'wear', 'a', 'white', 'tank', 'underneath', 'just', 'in', 'case', 'otherwise', 'i', 'think', 'i', "'d", 'be', 'showing', 'some', 'skin', 'i', 'like', 'that', 'the', 'front', 'and', 'back', 'are', 'two', 'different', 'materials', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5165,865,30', ',,2,0,0', 'general', 'tops', 'knits'] ['5166,865,44', 'perfect', 'this', 'tank', 'is', 'perfect', 'for', 'summer', 'since', 'it', 'pairs', 'so', 'nicely', 'with', 'shorts', 'jeans', 'work', 'well', 'too', 'and', 'during', 'cooler', 'seasons', 'i', 'can', 'wear', 'a', 'cardigan', 'over', 'it', 'to', 'stay', 'warm'] [] ['the', 'fit', 'of', 'this', 'top', 'is', 'not', 'true', 'to', 'size', 'for', 'it', 'runs', 'large', 'but', 'is', 'flattering', 'on', 'the', 'body', 'nonetheless', 'the', 'stripes', 'and', 'miniature', 'circular', 'openings', 'i', 'noticed', 'add', 'beautiful', 'detail', 'for', 'formal', 'or', 'informal', 'events'] [] ['as', 'a', 'whole', 'this', 'shirt', 'is', 'perfect', 'the', 'one', 'aspect', 'of', 'this', 'top', 'that', 'may', 'need', 'to', 'be', 'carefully', 'attended', 'to', 'is', 'the', 'material', ',5,1,1', 'general', 'tops', 'knits'] ['5167,881,54', 'loose', 'exotic', 'was', "n't", 'sure', 'about', 'this', 'but', 'got', 'the', 'xs/s', 'on', 'sale', 'the', 'style', 'is', 'very', 'wide', 'and', 'is', 'longer', 'on', 'me', 'than', 'pictured', 'somehow', 'it', 'works', 'because', 'it', 'drapes', 'nicely', 'from', 'my', 'shoulders', 'should', 'be', 'comfy', 'to', 'wear', 'in', 'the', 'summer', 'the', 'two', 'i', 'received', 'are', 'a', 'deep', 'turquoise', 'and', 'will', 'pair', 'nicely', 'with', 'some', 'of', 'my', 'favorite', 'jewelry.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['5168,865,35', 'much', 'nicer', 'in', 'the', 'pictures', 'this', 'tank', 'is', 'not', 'very', 'flattering', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'it', "'s", 'very', 'boxy', 'the', 'holes', 'kind', 'of', 'remind', 'me', 'of', 'a', 'high', 'school', 'basketball', 'jersey', 'i', 'even', 'sized', 'down', 'and', 'it', "'s", 'still', 'just', 'wide', 'i', "'m", 'returning', ',2,0,0', 'general', 'tops', 'knits'] ['5169,881,34', 'great', 'top', 'i', 'bought', 'the', 'm/l', '5', '4', ',130lb', 'and', 'love', 'the', 'way', 'it', 'hangs', 'and', 'the', 'length', 'and', 'the', 'fact', 'that', 'it', 'can', 'be', 'worn', 'over', 'a', 'lightweight', 'top', 'the', 'color', 'and', 'feel', 'of', 'the', 'fabric', 'are', 'very', 'nice', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5170,865,37', 'fun', 'little', 'tank', 'love', 'this', 'the', 'stripes', 'are', 'cute', 'and', 'simple', 'but', 'even', 'better', 'is', 'the', 'texture', 'of', 'the', 'fabric', 'do', 'a', 'close', 'up', 'on', 'the', 'photo', 'if', 'you', 'can', 'it', "'s", 'a', 'swing', 'tank', 'so', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'but', 'styled', 'the', 'right', 'way', 'and', 'this', 'is', 'dreamy', 'i', 'passed', 'on', 'it', 'only', 'because', 'i', 'like', 'my', 'tops', 'much', 'longer', 'than', 'usual', 'and', 'this', 'one', 'was', "n't", 'quite', 'long', 'enough', 'for', 'me', 'i', 'tried', 'true', 'to', 'size', 'and', 'had', 'it', 'been', 'longer', 'i', 'would', 'have', 'went', 'with', 'it', 'but', 'smaller', 'ladies', 'might', 'want', 'to', 'down', 'size', 'a', 'size', 'or', 'two', ',5,1,5', 'general', 'tops', 'knits'] ['5171,865,35', ',the', 'length', 'in', 'the', 'front', 'is', 'too', 'short', 'and', 'the', 'bottom', 'flares', 'a', 'lot', 'which', 'is', 'really', 'unflattering', 'i', 'love', 'the', 'top', 'half', 'of', 'the', 'shirt', 'but', 'the', 'bottom', 'half', 'should', 'be', 'more', 'form', 'fitting.,2,0,0', 'general', 'tops', 'knits'] ['5172,373,51', 'the', 'perfect', 'bra', 'oh', 'how', 'i', 'love', 'this', 'bra', 'its', 'so', 'comfortable', 'and', 'very', 'flattering', 'i', 'find', 'that', 'many', 'bralettes', 'totally', 'flatten', 'me', 'out', 'but', 'this', 'one', 'does', 'not', 'and', 'the', 'floral', 'lace', 'here', 'is', 'just', 'beautiful', 'the', 'daisy-type', 'flowers', 'look', 'so', 'cute', 'and', 'feminine', 'i', "'ve", 'got', 'it', 'in', 'so', 'many', 'colors', 'now', 'for', 'sizing', 'i', "'m", '34b', 'and', 'the', 's/m', 'fits', 'great', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['5173,844,40', 'beautiful', 'top', 'i', 'received', 'this', 'top', 'over', 'the', 'weekend', 'and', 'i', 'absolutely', 'love', 'it', 'it', 'does', 'not', 'smell', 'nor', 'does', 'it', 'itch', 'as', 'the', 'other', 'reviewer', 'stated', 'at', 'least', 'not', 'for', 'me', 'i', 'was', 'worried', 'about', 'the', 'green', 'color', 'but', 'it', "'s", 'quite', 'lovely', 'this', 'is', 'a', 'keeper', 'for', 'me', 'i', 'am', '5', '1', 'but', 'ordered', 'the', 'regular', 'xs', 'and', 'i', 'am', 'happy', 'with', 'the', 'length', ',5,1,4', 'general', 'tops', 'blouses'] ['5174,881,35', 'runs', 'large', 'what', 'a', 'great', 'shirt', 'however', 'none', 'of', 'the', 'ones', 'i', 'saw', 'in', 'store', 'are', 'colored', 'like', 'the', 'picture', 'the', 'front', 'of', 'them', 'are', 'all', 'a', 'deep', 'blue', 'color', 'no', 'tie-dyed', 'effect', 'or', 'whatever', 'you', "'re", 'seeing', 'on', 'the', 'online', 'pics', 'the', 'shirt', 'runs', 'large', 'i', 'am', 'an', '8/10', '38c', 'and', 'the', 'smaller', 'size', 'was', 'plenty', 'big', 'i', 'ca', "n't", 'imagine', 'how', 'the', 'larger', 'size', 'would', 'have', 'looked', 'i', 'think', 'this', 'top', 'will', 'go', 'with', 'many', 'things', 'including', 'as', 'a', 'cover', 'up', 'over', 'dresses', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['5175,865,35', 'baggie', 'and', 'big', 'it', "'s", 'nice', 'material', 'but', 'the', 'design', 'makes', 'you', 'look', 'like', 'a', 'pregnant', 'lady,2,0,0', 'general', 'tops', 'knits'] ['5176,865,35', 'it', "'s", 'cropped', 'in', 'the', 'front', 'i', 'got', 'this', 'shirt', 'in', 'a', 'medium', 'my', 'normal', 'retailer', 'size', 'and', 'while', 'the', 'short', 'fit', 'the', 'front', 'is', 'cropped', 'i', 'am', 'a', 'fan', 'of', 'the', 'tops', 'that', 'are', 'shorter', 'in', 'the', 'front', 'and', 'longer', 'in', 'the', 'back', 'however', 'this', 'was', 'just', 'too', 'short', 'in', 'the', 'front', 'my', 'belly', 'button', 'was', 'exposed', 'and', 'that', 'was', "n't", 'the', 'look', 'displayed', 'on', 'the', 'model', 'unfortunately', 'this', 'top', 'is', 'going', 'back', 'to', 'the', 'store', ',1,0,1', 'general', 'tops', 'knits'] ['5177,840,33', 'new', 'favorite', 'peasant', 'blouse', 'i', 'took', 'a', 'leap', 'and', 'ordered', 'this', 'top', 'in', 'both', 'colors', 'my', 'style', 'is', 'bohemian', 'and', 'flowy', 'so', 'i', 'knew', 'this', 'fit', 'the', 'bill', 'i', 'purposely', 'bought', 'these', 'blouses', 'because', 'i', 'read', 'the', 'reviews', 'and', 'being', 'a', '16/36h', 'i', 'knew', 'i', 'needed', 'then', 'to', 'run', 'on', 'the', 'larger', 'side', 'i', 'love', 'both', 'colorways', 'equally', 'but', 'that', 'said', 'the', 'blue', 'and', 'yellow', 'pattern', 'runs', 'a', 'whole', 'size', 'smaller', 'than', 'the', 'brown', 'patterned', 'blouse', 'the', 'fit', 'and', 'fabric', 'even', 'feel', 'different', 'the', 'blue', 'and', 'yellow', 'is', 'thicker', 'and', 'less', 'flowy', 'and', 'fits', 'exactly', 'to', 'my', 'body', 'instead', 'of', 'bei', ',5,1,0', 'general', 'tops', 'blouses'] ['5178,927,67', 'beautiful', 'sweater', 'the', 'design', 'and', 'colors', 'on', 'this', 'sweater', 'arguably', 'make', 'it', 'a', 'statement', 'sweater', 'it', 'has', 'a', 'modified', 'raglan', 'type', 'sleeve', 'i', 'found', 'the', 'sleeves', 'to', 'fit', 'just', 'fine', 'for', 'reference', 'i', 'am', '5', '9', '150', 'lbs.', '34dddd', 'and', 'the', 'medium', 'fit', 'perfectly', 'it', 'is', 'not', 'a', 'long', 'sweater', 'and', 'with', 'my', 'height', 'i', 'wear', 'a', 'long', 'tank', 'top', 'or', 'cami', 'underneath', 'i', 'love', 'the', 'way', 'it', 'looks', ',4,1,0', 'general', 'tops', 'sweaters'] ['5179,1022,45', 'fabulous', 'fit', 'distressing', 'will', 'get', 'more', 'pronounced', 'i', 'have', 'loved', 'ag', 'stevie', 'ankle', 'denim', 'for', 'awhile', 'now', 'and', 'have', 'never', 'been', 'disappointed', 'with', 'the', 'fit', 'or', 'quality', 'this', 'pair', 'is', 'no', 'exception', 'to', 'that', 'i', 'am', '5', '5', 'and', 'about', '113', 'slender', 'with', 'athletic', 'thighs', 'and', 'the', '26', 'fit', 'great', 'buying', 'them', 'on-line', 'i', 'was', "n't", 'able', 'to', 'check', 'how', 'distressed', 'the', 'denim', 'was', 'the', 'pair', 'i', 'received', 'in', 'the', 'mail', 'was', 'indeed', 'slightly', 'different', 'in', 'the', 'distressed', 'locations', 'from', 'the', 'on-line', 'image', 'mine', 'had', 'no', 'distressing', 'on', 'the', 'upper', 'thigh', 'and', 'one', 'medium', 'and', 'one', 'small', 'spot', 'on', 'each', 'leg', 'onl', ',5,1,2', 'general', 'bottoms', 'jeans'] ['5180,854,48', 'beautiful', 'top', 'i', 'love', 'this', 'top', 'the', 'color', 'and', 'the', 'embroidery', 'are', 'beautiful', 'and', 'unique', 'i', 'love', 'the', 'soft', 'cotton', 'arms', 'and', 'back', 'wish', 'there', 'were', 'more', 'colors.,5,1,1', 'general', 'tops', 'knits'] ['5181,927,60', 'striking', 'very', 'attractive', 'and', 'well', 'fitting', 'absolutely', 'recommend', 'it.,5,1,0', 'general', 'tops', 'sweaters'] ['5182,854,39', 'this', 'looked', 'surprizingly', 'really', 'cute', 'in', 'person', 'i', 'did', "n't", 'expect', 'the', 'fit', 'to', 'be', 'as', 'cute', 'i', 'am', 'not', 'sure', 'i', 'like', 'how', 'the', 'model', 'is', 'wearing', 'this', 'top', 'but', 'untucked', 'or', 'more', 'tucked', 'both', 'look', 'more', 'falttering', 'on', 'the', 'color', 'is', 'more', 'vibrant', 'in', 'person', 'still', 'light', 'turquoise', 'but', 'richer', 'i', 'do', "n't", 'think', 'i', 'nbeed', 'petite', 'in', 'this', 'as', 'it', 'is', 'blousy', 'but', 'not', 'oversized', 'or', 'boxy', ',5,1,6', 'general', 'tops', 'knits'] ['5183,927,39', 'a', 'tad', 'scratchier', 'than', 'most', 'also', 'does', 'run', 'big', 'though', 'i', 'felt', 'te', 'xs', 'seemed', 'fine', 'usual', 'size', 'is', 'xs', 'passed', 'as', 'there', 'were', 'better', 'options', 'runs', 'big', 'but', 'mostly', 'it', 'was', 'scratchy', 'beautiful', 'color', 'and', 'design', 'however', ',4,0,0', 'general', 'tops', 'sweaters'] ['5184,927,58', 'fun', 'sweater', 'this', 'is', 'a', 'cute', 'sweater', 'that', 'can', 'be', 'very', 'versatile', 'i', 'love', 'to', 'wear', 'it', 'to', 'work', 'with', 'a', 'dress', 'pant', 'as', 'well', 'as', 'with', 'jeans', 'on', 'the', 'weekends', 'it', 'is', 'soft', 'and', 'looks', 'great', 'on', 'would', 'recommend.,4,1,0', 'general', 'tops', 'sweaters'] ['5185,1009,37', 'absolutely', 'stunning', 'i', 'got', 'this', 'in', 'an', 'xs', 'as', 'the', 's', 'sold', 'out', 'before', 'i', 'could', 'purchase', 'i', 'can', 'still', 'zip', 'it', 'at', '27.5/28', 'but', 'would', 'be', 'more', 'comfortable', 'at', 'say', '26', 'i', "'m", 'almost', '5', '5', 'and', 'with', '3', 'heels', 'it', 'skims', 'the', 'floor', 'perfectly', 'i', "'m", 'so', 'obsessed', 'with', 'the', 'weight', 'and', 'texture', 'it', 'is', 'full', 'and', 'fabulous', 'i', "'ll", 'just', 'need', 'to', 'slim', 'down', 'a', 'tad', 'so', 'i', 'can', 'be', 'comfortable', 'at', 'my', 'sister-in-laws', 'wedding', 'next', 'month'] ['i', 'wore', 'a', 'very', 'fitted', 'tank', 'and', 'it', 'works', 'perfectly', 'photographs', 'well', 'and', 'feels', 'very', 'red', 'carpet', 'worthy', ',5,1,1', 'general', 'bottoms', 'skirts'] ['5186,840,39', 'very', 'boxy', 'this', 'shirt', 'has', 'absolutely', 'no', 'shape', 'look', 'carefully', 'at', 'the', 'model', 'and', 'you', 'we', 'discover', 'she', 'is', 'cleverly', 'positioned', 'to', 'hide', 'the', 'sheer', 'boxy-ness', 'of', 'this', 'shirt', 'the', 'print', 'is', 'beautiful', 'but', 'it', 'looks', 'like', 'a', 'maternity', 'shirt', 'i', 'even', 'ordered', 'the', 'xs', 'at', '5', '7', 'and', '130', 'lbs', 'but', 'found', 'it', 'too', 'baggy', 'returned.,1,0,0', 'general', 'tops', 'blouses'] ['5187,927,66', 'great', 'royal', 'blue', 'color', 'i', 'immediately', 'loved', 'the', 'rich', 'royal', 'blue', 'color', 'of', 'this', 'sweater', 'with', 'its', 'pretty', 'flower', 'nice', 'fabric', 'and', 'medium', 'weight', 'nice', 'warm', 'sweater.i', 'have', 'an', 'retailer', 'skirt', 'just', 'like', 'the', 'photo', 'great', 'outfit', 'i', 'am', 'happy', 'i', 'ordered', 'it', 'but', 'hope', 'it', 'shrinks', 'after', 'washing.the', 'small', 'is', 'very', 'big', 'and', 'boxy', 'sleeves', 'long', 'i', 'am', '5', '6', 'medium', 'build', 'small', 'usually', 'fits', 'me', 'well'] ['i', 'recommend', 'downsizing', 'or', 'you', 'will', 'probably', 'take', 'this', 'back', ',4,1,0', 'general', 'tops', 'sweaters'] ['5188,909,70', 'great', 'fit', 'and', 'style', 'this', 'is', 'a', 'great', 'cardigan', 'to', 'wear', 'buttoned', 'or', 'open', 'the', 'fit', 'is', 'perfect', 'it', 'is', 'fitted', 'and', 'looks', 'great', 'with', 'jeans', 'skirts', 'or', 'over', 'a', 'sleeveless', 'dress', 'love', 'the', 'little', 'detail', 'of', 'lace', 'to', 'show', 'skin', 'fabric', 'has', 'lycra', 'so', 'it', 'hugs', 'your', 'bodice', 'just', 'enough', 'love', 'it', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5189,927,63', 'comfort', 'and', 'color', 'this', 'is', 'a', 'cross', 'between', 'a', 'sweater', 'and', 'a', 'sweatshirt', 'not', 'a', 'heavy', 'weight', 'but', 'very', 'warm', 'the', 'color', 'is', 'vibrant', 'many', 'compliments.,5,1,0', 'general', 'tops', 'sweaters'] ['5190,927,49', 'a', 'true', 'winter', 'sweater.', 'i', 'bought', 'this', 'sweater', 'online', 'and', 'was', 'surprised', 'by', 'how', 'thick', 'and', 'fluffy', 'it', 'is', 'this', 'is', 'a', 'warm', 'and', 'cozy', 'sweater', 'more', 'bulky', 'than', 'oversized', 'pattern', 'has', 'a', 'comic', 'book-style', 'art', 'look', 'it', 'has', 'raglan', 'sleeves', 'and', 'a', 'boxy', 'cut', 'and', 'narrows', 'a', 'bit', 'at', 'the', 'waist', 'cute', 'warm', 'sweater', 'for', 'winter', 'wore', 'with', 'an', 'undershirt', ',3,1,0', 'general', 'tops', 'sweaters'] ['5191,927,49', 'cute', 'but', 'runs', 'large', 'this', 'sweater', 'has', 'a', 'fun', 'big', 'bold', 'flower', 'and', 'a', 'nice', 'blue', 'color', 'and', 'is', 'quite', 'roomy', 'the', 'fit', 'is', 'larger', 'around', 'the', 'arms', 'and', 'chest', 'which', 'might', 'work', 'well', 'for', 'people', 'who', 'are', 'very', 'curvy', 'on', 'top', 'it', 'seems', 'to', 'taper', 'a', 'bit', 'to', 'the', 'waist', 'the', 'roomy', 'fit', 'to', 'the', 'arms', 'gives', 'it', 'almost', 'a', 'bat', 'wing', 'shape', 'it', 'was', 'too', 'overwhelming', 'on', 'my', 'petite', 'frame', 'what', 'with', 'the', 'bold', 'flower', 'and', 'the', 'fit', 'so', 'i', 'passed', 'but', 'if', 'you', 'like', 'the', 'big', 'flower', 'and', 'color', 'and', 'want', 'a', 'roomy', 'sweater', 'this', 'could', 'work', 'well', 'for', 'you', ',3,1,2', 'general', 'tops', 'sweaters'] ['5192,854,51', 'perfect', 'bought', 'this', 'top', 'for', 'date', 'night', 'something', 'a', 'little', 'special', 'it', "'s", 'that', 'and', 'also', 'very', 'comfortable', 'i', 'have', 'broad', 'shoulders', 'and', 'this', 'style', 'accommodates', 'easy', 'to', 'dress', 'up', 'or', 'down', 'perfect', ',5,1,1', 'general', 'tops', 'knits'] ['5193,1103,43', 'absolutely', 'beautiful', 'dress', 'i', 'love', 'this', 'dress', 'so', 'much', 'what', 'an', 'excellent', 'purchase', 'i', 'wear', 'this', 'with', 'white', 'leggins', 'and', 'love', 'the', 'look', 'this', 'dress', 'has', 'a', 'sheath', 'underneath', 'the', 'flower', 'pattern', 'that', 'is', 'form', 'fitting', 'which', 'i', 'think', 'is', 'way', 'sexy', 'from', 'the', 'back', 'the', 'front', 'part', 'of', 'the', 'dress', 'is', 'very', 'flowy', 'and', 'moves', 'nicely', 'i', 'love', 'the', 'high', 'neck', 'on', 'this', 'piece', 'and', 'the', 'beautiful', 'colors', 'a', 'wonderful', 'pick', 'up', 'from', 'retailer', ',5,1,0', 'general', 'dresses', 'dresses'] ['5194,1059,35', 'fun', 'funky', 'but', 'really', 'long', 'the', 'reason', 'i', 'purchased', 'these', 'pants', 'is', 'because', 'i', 'do', "n't", 'have', 'anything', 'like', 'it', 'they', 'are', 'fun', 'but', 'nice', 'enough', 'to', 'wear', 'in', 'the', 'work', 'place', 'well', 'constructed', 'too', 'the', 'only', 'thing', 'is', 'they', 'are', 'very', 'long', 'i', 'am', '5', '4', 'and', 'these', 'are', 'probably', '3-4', 'inches', 'below', 'what', 'the', 'picture', 'shows', 'i', 'had', 'purchased', 'a', 'pair', 'of', 'platform', 'shoes', 'from', 'retailer', 'awhile', 'back', 'that', 'will', 'go', 'perfect', 'with', 'these', 'pants', 'however', 'i', 'my', 'still', 'have', 'to', 'have', 'them', 'hemmed', 'other', 'than', 'that', 'they', 'run', 'pretty', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', 'size', '10', 'and', 'the', 'pa', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['5195,1059,38', 'very', 'flattering', 'fit', 'this', 'is', 'a', 'great', 'pair', 'of', 'trousers', 'for', 'work', 'but', 'can', 'also', 'be', 'dressed', 'down', 'they', 'are', 'very', 'flattering', 'and', 'runs', 'true', 'to', 'size', 'they', "'re", 'also', 'a', 'bit', 'highwaisted', 'which', 'i', 'love', 'my', 'only', 'complaint', 'is', 'that', 'they', 'are', 'unlined', 'i', "'m", 'not', 'sure', 'why', 'a', 'nice', 'pair', 'of', 'wool', 'trousers', 'would', 'be', 'unlined', 'however', 'i', "'m", 'still', 'giving', 'them', '5', 'stars', 'because', 'the', 'fit', 'and', 'quality', 'outweigh', 'the', 'one', 'con.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['5196,840,26', ',i', 'love', 'this', 'top', 'i', 'originally', 'bought', 'the', 'brown/purple', 'pattern', 'and', 'wore', 'it', 'all', 'the', 'time', 'so', 'when', 'i', 'saw', 'the', 'blue', 'and', 'yellow', 'on', 'sale', 'i', 'had', 'to', 'get', 'it', 'the', 'fabric', 'is', 'really', 'soft', 'and', 'breezy', 'perfect', 'for', 'the', 'spring', 'to', 'summer', 'weather', 'the', 'sleeves', 'are', 'a', 'little', 'long', 'on', 'me', 'but', 'does', "n't", 'bother', 'me', 'it', 'runs', 'a', 'little', 'large', 'but', 'works', 'with', 'my', 'style', 'i', 'would', 'have', 'sized', 'down', 'but', 'it', 'would', "n't", 'have', 'fit', 'in', 'the', 'bust', 'i', "'m", 'a', '36d', 'i', 'definitely', 'recommend', 'this', 'top', ',5,1,1', 'general', 'tops', 'blouses'] ['5197,854,56', 'great', 'shirt', 'this', 'shirt', 'is', 'more', 'stunning', 'in', 'person', 'the', 'color', 'is', 'a', 'brighter', 'turquoise', 'than', 'shown', 'the', 'details', 'are', 'beautiful', 'fits', 'true', 'to', 'size', 'is', 'very', 'flattering/slimming', 'love', 'it', ',5,1,8', 'general', 'tops', 'knits'] ['5198,1103,23', 'blue', 'lining', 'and', 'awkward', 'arm', 'holes', 'the', 'dress', 'i', 'received', 'has', 'a', 'blue', 'lining', 'under', 'the', 'patterned', 'chiffon', 'unlike', 'the', 'white', 'lining', 'that', 'is', 'pictured', 'the', 'back', 'of', 'the', 'dress', 'is', 'more', 'open', 'than', 'it', 'appears', 'in', 'the', 'pictures', 'so', 'the', 'blue', 'lining', 'and', 'the', 'large', 'exposed', 'zipper', 'is', 'a', 'significant', 'portion', 'of', 'the', 'dress', 'design', 'also', 'the', 'arm', 'holes', 'are', 'cut', 'short', 'which', 'makes', 'the', 'dress', 'feel', 'awkward', 'on', 'the', 'quality', 'of', 'the', 'dress', 'is', 'very', 'high', ',4,1,8', 'general', 'dresses', 'dresses'] ['5199,840,73', 'on', 'its', 'way', 'back', 'to', 'retailer', 'the', 'print', 'is', 'very', 'pretty', 'but', 'the', 'fabric', 'is', 'stiff', 'and', 'it', 'runs', 'way', 'too', 'big', 'looks', 'great', 'on', 'the', 'model', 'but', 'awful', 'on', 'me.,1,0,1', 'general', 'tops', 'blouses'] ['5200,927,46', 'could', 'have', 'been', 'one', 'of', 'the', 'great', 'ones', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'the', 'color', 'is', 'gorgeous', 'the', 'pattern', 'unusual', 'it', 'is', 'soft', 'and', 'warm', 'and', 'would', 'have', 'gone', 'with', 'so', 'many', 'things', 'but', 'the', 'cut', 'is', 'awful', 'mainly', 'the', 'sleeves', 'are', 'way', 'too', 'big', 'making', 'me', 'look', 'misshapen', 'and', 'my', 'arms', 'look', 'huge', 'the', 'body', 'was', 'a', 'bit', 'boxy', 'but', 'that', 'would', 'have', 'been', 'workable', 'if', 'the', 'arms', 'had', 'been', 'normal', 'too', 'bad', ',2,0,49', 'general', 'tops', 'sweaters'] ['5201,238,47', 'beautiful', 'print', 'and', 'design', 'of', 'suit', 'this', 'swimsuit', 'is', 'so', 'beautiful', 'and', 'fits', 'wonderfully', 'and', 'is', 'very', 'flattering', 'comfortable', 'fit', 'as', 'well', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'swim'] ['5202,927,45', 'beautigul', 'but', 'boxey', 'love', 'the', 'colors', 'and', 'design', 'however', 'the', 'sweather', 'is', 'much', 'boxier', 'than', 'what', 'the', 'photo', 'shows', 'and', 'it', 'is', 'itchy', 'i', 'am', 'still', 'deciding', 'as', 'it', 'might', 'be', 'fine', 'with', 'a', 'shirt', 'worn', 'underneath', 'it', ',3,1,0', 'general', 'tops', 'sweaters'] ['5203,854,39', 'another', 'great', 'tiny', 'henley', 'i', 'have', 'quite', 'a', 'few', 'of', 'these', 'tiny', 'henleys', 'because', 'they', 'are', 'unique', 'and', 'comfortable', 'the', 'color', 'and', 'details', 'of', 'this', 'one', 'are', 'beautiful', 'if', 'you', 'are', 'a', 'fan', 'of', 'these', 'too', 'you', 'wo', "n't", 'be', 'disappointed', 'with', 'this', 'one', ',5,1,5', 'general', 'tops', 'knits'] ['5204,854,44', 'this', 'top', 'surprised', 'me', 'this', 'too', 'is', 'easy', 'to', 'wear', 'skins', 'the', 'body', 'nicely', 'the', 'color', 'is', 'very', 'pretty', 'some', 'of', 'the', 'retailer', 'tops', 'have', 'issues', 'for', 'me', 'because', 'i', 'find', 'the', 'necklines', 'too', 'low', 'not', 'this', 'one', 'the', 'placket', 'lays', 'flat', 'does', "n't", 'expose', 'excessive', 'cleavage', 'the', 'details', 'on', 'the', 'blouse', 'are', 'pretty', 'subtle', 'the', 'top', 'washed', 'well', 'in', 'the', 'delicate', 'cute', 'just', 'hang', 'it', 'to', 'dry', 'and', 'it', 'looks', 'great', ',5,1,1', 'general', 'tops', 'knits'] ['5205,854,64', 'beautiful', 'blouse', 'bought', 'this', 'for', 'my', 'daughter', 'in', 'law', "'s", 'birthday', 'it', "'s", 'just', 'a', 'beautiful', 'feminine', 'design', 'well', 'made', 'nice', 'fabric', 'she', 'can', 'wear', 'this', 'for', 'work', 'or', 'for', 'lunch', 'or', 'an', 'evening', 'out', 'very', 'versatile', ',5,1,0', 'general', 'tops', 'knits'] ['5206,854,61', 'pretty', 'blouse', 'this', 'is', 'a', 'pretty', 'blouse', 'but', 'everything', 'else', 'you', 'wear', 'with', 'it', 'needs', 'to', 'be', 'sharp', 'because', 'it', 'can', 'be', 'dowdy', 'otherwise.,5,1,1', 'general', 'tops', 'knits'] ['5207,1094,55', 'transitional', 'i', 'bought', 'this', 'dress', 'in', 'black', 'and', 'i', 'think', 'it', 'will', 'be', 'a', 'great', 'piece', 'to', 'transition', 'with', 'but', 'definitely', 'great', 'during', 'summer', 'does', "n't", 'come', 'down', 'too', 'low', 'on', 'me', 'which', 'is', 'sometimes', 'an', 'issue', 'the', 'arm', 'holes', 'seem', 'to', 'be', 'on', 'the', 'larger', 'side', 'i', "'m", '5', '3', 'so', 'it', 'is', 'not', 'this', 'short', 'on', 'me', 'i', "'m", 'really', 'happy', 'with', 'this', 'purchase', 'plus', 'it', 'has', 'pockets', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['5208,1033,31', 'wanted', 'to', 'love.', 'wanted', 'to', 'love', 'these', 'pants', 'they', 'are', 'way', 'way', 'too', 'long', 'i', "'m", '5', '4', '128lbs', 'for', 'reference', 'i', 'did', "n't", 'love', 'the', 'way', 'they', 'looked', 'cuff', 'and', 'did', "n't", 'think', 'it', 'was', 'worth', 'having', 'them', 'hemmed', 'loved', 'the', 'color', 'would', 'work', 'well', 'for', 'someone', 'tall', 'and', 'slim', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['5209,825,60', 'color', 'is', 'spectacular', 'love', 'this', 'blouse', 'and', 'stunning', 'color', 'the', 'ruffles', 'make', 'it', 'special', 'and', 'different', ',5,1,0', 'general', 'tops', 'blouses'] ['5210,861,26', 'priced', 'too', 'high', 'i', 'took', 'this', 'too', 'to', 'the', 'register', 'thinking', 'it', 'was', 'marked', 'down', 'to', 'same', 'price', 'as', 'another', 'tee', 'by', 'the', 'same', 'brand', 'it', 'was', "n't", 'so', 'i', 'ended', 'up', 'paying', 'way', 'too', 'much', 'for', 'a', 'thin', 'tee', 'will', 'probably', 'return.,3,0,0', 'general', 'tops', 'knits'] ['5211,1033,37', ',,3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['5212,1033,32', 'looove', 'these', 'are', 'such', 'a', 'great', 'fall', 'staple', 'the', 'silver', 'color', 'is', 'the', 'perfect', 'grey-olive', 'and', 'the', 'texture', 'is', 'perfect', 'does', "n't", 'feel', 'like', 'there', 'is', 'extra', 'material', 'like', 'most', 'cords', 'and', 'they', 'hold', 'their', 'shape', 'throughout', 'the', 'day', 'the', 'fit', 'is', 'just', 'perfect', 'i', 'can', 'finally', 'order', 'pants', 'online', 'that', 'i', 'know', 'will', 'fit', 'just', 'perfectly', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5213,1033,21', 'not', 'mid', 'waist', 'these', 'corodorys', 'are', 'considered', 'mid', 'waist', 'but', 'i', 'interpret', 'them', 'as', 'the', 'perfect', 'height', 'for', 'the', 'low', 'waist', 'or', 'regular', 'rise', 'other', 'than', 'that', 'they', 'are', 'beautiful', 'so', 'comfortable', 'not', 'stretchey', 'yet', 'not', 'constricting', 'i', "'m", '5', '6', '107lb', 'got', 'a', 'size', '25', 'and', 'i', 'need', 'a', 'belt', 'in', 'the', 'waist', 'but', 'the', 'butt', 'and', 'legs', 'are', 'perfect', 'and', 'the', 'waist', 'is', "n't", 'too', 'big', 'just', 'not', 'constricting', 'i', 'always', 'get', 'urban', 'outfitter', 'corodorys', 'but', 'this', 'year', 'their', 'quality', 'is', 'bad', 'and', 'these', 'made', 'of', 'up', 'it', '100', 'plus', 'the', 'length', 'is', 'perfect', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5214,1035,40', 'these', 'jeans', 'are', 'great', 'however', 'they', 'are', 'very', 'long', 'i', 'am', '5', '4', 'and', 'i', 'should', 'have', 'ordered', 'a', 'petite', 'size', 'even', 'though', 'i', 'never', 'have', 'to', 'buy', 'petite', 'size', 'pants', 'wish', 'they', 'made', 'these', 'a', 'bit', 'shorter', ',4,1,0', 'general', 'bottoms', 'jeans'] ['5215,1094,40', 'pretty', 'but', 'runs', 'large', 'this', 'is', 'a', 'lovely', 'dress', 'looks', 'very', 'expensive', 'nice', 'fabric', 'and', 'detail', 'i', "'m", '6ft', 'tall', '160lb', 'i', 'normally', 'order', 'a', 'l/10', 'but', 'got', 'an', 'm', 'color', 'black', 'because', 'other', 'sizes', 'were', 'sold', 'out', 'length', 'wise', 'the', 'dress', 'is', 'a', 'little', 'shorter', 'than', 'it', 'looks', 'on', 'the', 'model', 'but', 'then', 'again', 'i', "'m", 'pretty', 'tall', 'you', 'ca', "n't", 'really', 'tell', 'on', 'the', 'online', 'photo', 'but', 'this', 'dress', 'has', 'a', 'white', 'undergarment', 'which', 'makes', 'it', 'great', 'because', 'of', 'the', 'see', 'through', 'detail', 'on', 'the', 'fabric', 'size', 'wise', 'i', 'felt', 'like', 'even', 'with', 'an', 'm', 'the', 'dress', 'is', 'oversized', 'it', 'sits', 'we', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5216,1033,59', 'comfortable', 'i', 'ordered', 'the', 'dusty', 'pink', 'color', 'and', 'love', 'it', 'works', 'well', 'with', 'many', 'colors', 'and', 'tops', 'i', 'am', '5', '6', 'and', '121', 'lbs', 'with', 'an', 'athletic', 'lean', 'body', 'i', 'do', 'have', 'a', 'butt', 'however', 'and', 'a', 'small', 'waist', 'i', 'vary', 'between', 'a', '26', 'and', '27.', 'ordered', 'both', 'because', 'i', 'could', 'see', 'this', 'was', 'a', 'very', 'slim', 'pant', 'i', 'could', 'barely', 'get', 'the', '26', 'up', 'over', 'my', 'hips', 'the', '27', 'fits', 'like', 'a', 'glove', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'i', 'ca', "n't", 'see', 'these', 'pants', 'bagging', 'after', 'wear', 'which', 'is', 'something', 'we', 'all', 'hate', 'love', 'these', 'pants', 'and', 'i', 'know', 'i', 'will', 'wear', 'them', 'often', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5217,1033,31', 'great', 'corduroy', 'by', 'pilcro', 'tts', 'bought', 'my', 'usual', 'pilcro', 'size', 'enjoy', 'the', 'fit', 'of', 'these', 'better', 'than', 'the', 'serif', 'style.,4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5218,866,32', 'really', 'comfortable', 'and', 'cute', 'extremely', 'soft', 'fabri', 'this', 'is', 'probably', 'the', 'softest', 'most', 'flattering', 'hoodie', 'that', 'i', 'have', 'ever', 'worn', 'i', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', 'has', 'drapes', 'really', 'beautifully', 'great', 'for', 'spring', 'summer', 'love', 'it', 'as', 'a', 'coverall', 'at', 'the', 'beach', 'my', 'partner', 'rarely', 'compliments', 'my', 'clothes', 'and', 'actually', 'told', 'me', 'how', 'much', 'he', 'liked', 'the', 'way', 'it', 'looked', 'on', 'me', 'highly', 'recommend', ',5,1,3', 'general', 'tops', 'knits'] ['5219,1033,36', 'great', 'pants', 'these', 'are', 'flattering', 'and', 'the', 'colors', 'are', 'really', 'nice', 'they', "'re", 'a', 'bit', 'tighter', 'than', 'other', 'pilcro', 'pants', 'i', "'ve", 'tried', 'but', 'the', 'material', 'is', 'stretchy', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5220,1094,25', 'adorable', 'easy', 'dress', 'i', 'love', 'this', 'dress', 'high', 'quality', 'dress', 'in', 'a', 'classic', 'style', 'the', 'cotton', 'eyelet', 'detailing', 'is', 'my', 'favorite', 'part', 'and', 'really', 'elevates', 'this', 'from', 'just', 'another', 'black', 'dress', 'it', 'is', 'a', 'swing', 'silhouette', 'as', 'described', 'in', 'the', 'product', 'description', 'so', 'there', 'is', 'a', 'little', 'more', 'volume', 'than', 'a', 'regular', 'dress', 'but', 'that', "'s", 'what', 'makes', 'it', 'fun', 'and', 'breezy', 'great', 'dress', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'when', 'it', 'gets', 'a', 'little', 'warmer', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5221,1099,62', 'i', 'do', "n't", 'get', 'it', 'i', 'know', 'this', 'is', 'supposed', 'to', 'be', 'a', 'loose', 'flowy', 'fit', 'which', 'is', 'exactly', 'the', 'style', 'i', 'love', 'however', 'this', 'is', 'beyond', 'tent-like', 'i', "'m", '40', 'weeks', 'pregnant', 'and', 'i', 'can', 'probably', 'fit', 'two', 'of', 'me', 'in', 'my', 'normal', 'size', 'small', 'fabric', 'is', 'very', 'thin', 'and', 'pattern', 'looks', 'like', 'drab', 'wallpaper', 'huge', 'bummer', 'especially', 'after', 'seeing', 'a', 'few', '5-stars', ',3,0,1', 'general', 'dresses', 'dresses'] ['5222,1033,66', 'favorite', 'purchase', 'this', 'year', 'love', 'these', 'i', 'bought', 'the', 'grey', 'which', 'is', 'a', 'grey/taupe/light', 'olive', 'chameleon', 'totally', 'depends', 'upon', 'what', 'i', 'wear', 'with', 'them', 'the', 'rolled', 'up', 'cuff', 'is', 'adorable', 'and', 'the', 'material', 'is', 'perfect', 'the', 'fit', 'is', 'true', 'to', 'size', 'tight', 'but', 'not', 'restrictive', 'comfy', 'all', 'day', 'long', 'and', 'best', 'of', 'all', 'they', 'do', "n't", 'stretch', 'out', 'over', 'the', 'day', 'i', "'m", "5'10", 'a', 'size', '6', 'normally', 'and', 'a', 'size', '28', 'fit', 'me', 'perfectly', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5223,1094,45', 'it', 'wo', "n't", 'fit', 'over', 'the', 'chest', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'and', 'loved', 'everything', 'about', 'it', 'they', 'had', 'an', 'extra', 'large', 'i', 'usually', 'wear', 'a', 'large', 'and', 'i', 'thought', 'it', 'would', 'perfect', 'with', 'some', 'leggings', 'i', 'tried', 'to', 'get', 'the', 'dress', 'over', 'my', 'chest', 'but', 'no', 'chance', 'my', 'sister', 'who', 'wears', 'a', 'medium', 'tried', 'to', 'put', 'it', 'in', 'too', 'and', 'she', 'could', "n't", 'fit', 'it', 'past', 'her', 'chest', 'either', 'we', 'flipped', 'it', 'inside', 'out', 'and', 'could', "n't", 'find', 'a', 'zipper', 'maybe', 'the', 'dress', 'in', 'the', 'store', 'was', 'mislabeled', 'but', 'the', 'bust', 'ran', 'very', 'small', 'it', "'s", 'too', 'bad', 'it', 'looked', 'adorable', 'and', 'i', 'was', 'so', 'excited', 'to', 'try', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['5224,1033,52', 'beautiful', 'color', 'i', 'just', 'received', 'the', 'pink', 'in', 'the', 'mail', 'i', 'am', '5', '5', 'and', 'around', '140.', 'i', 'ordered', 'the', 'size', '29', 'they', 'fit', 'perfectly', 'they', 'are', 'a', 'very', 'straight', 'leg', 'with', 'a', 'snug', 'fit', 'you', 'can', 'adjust', 'the', 'cuff', 'to', 'whatever', 'length', 'you', 'need', 'or', 'unroll', 'them', 'completely', 'the', 'fabric', 'is', 'of', 'beautiful', 'quality', 'i', 'basically', 'never', 'wear', 'corduroy', 'because', 'it', 'can', 'add', 'pounds', 'not', 'so', 'with', 'this', 'pair', 'of', 'pants', 'i', 'am', 'thinking', 'about', 'another', 'color', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5225,1094,37', 'perfect', 'comfy', 'little', 'dress', 'just', 'picked', 'this', 'up', 'at', 'the', 'store', '40', 'off', 'sale', 'price', 'well', 'worth', 'it', 'the', 'petite', 'hits', 'perfect', 'on', 'my', '5', '3', 'frame', 'right', 'about', 'where', 'it', 'hits', 'the', 'model', 'in', 'the', 'pic', 'very', 'well', 'made', 'good', 'quality', 'piece', 'i', 'can', 'see', 'myself', 'wearing', 'quite', 'often', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5226,1033,40', 'super', 'cute', 'i', 'bought', 'these', 'cords', 'in', 'navy', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'fit', 'is', 'great', 'it', 'is', 'a', 'very', 'slimming', 'fit', 'i', 'am', 'usually', 'between', 'a', '27', 'and', '28', 'i', 'ordered', 'the', '28', 'and', 'they', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5227,1033,55', 'great', 'cords', 'i', 'love', 'these', 'cords', 'soft', 'and', 'great', 'fit', 'bought', 'three', 'colors', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5228,1094,41', 'retro-mod', 'yum', 'this', 'dress', 'is', 'a', 'zillion', 'times', 'cuter', 'in', 'real', 'life', 'it', "'s", 'very', 'retro-swingy', 'and', 'girlish-', 'it', 'reminds', 'me', 'of', 'something', 'mia', 'farrow', 'would', "'ve", 'worn', 'in', 'her', 'rosemary', "'s", 'baby', 'era', 'i', 'have', 'the', 'black', 'version', 'and', 'i', "'ve", 'paired', 'mine', 'with', 'tall', 'black', 'gladiator', 'sandals', 'for', 'a', 'more', 'sultry', 'nighttime', 'look', 'and', 'also', 'flip', 'flops', 'for', 'beachy', 'summer', 'days', 'i', 'think', 'it', "'s", 'a', 'total', 'steal', 'at', 'the', 'sale', 'price.,5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['5229,1033,43', 'pretty', 'color', 'i', 'really', 'love', 'this', 'rose-pink', 'color', 'the', 'pants', 'fit', 'like', 'a', 'glove', 'the', 'cuff', 'is', 'not', 'sewn', 'up', 'so', 'you', 'can', 'lower', 'the', 'cuff', 'to', 'where', 'you', 'like', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5230,1094,28', 'not', 'for', 'my', 'body', 'type', 'first', 'off', 'the', 'dress', 'quality', 'is', 'great', 'the', 'fabric', 'is', 'very', 'nice', 'the', 'color', 'is', 'great', 'i', 'am', '5', '4', '150', 'lbs', 'the', 'dress', 'looked', 'like', 'a', 'parachute', 'on', 'me', 'very', 'unattractive', 'because', 'the', 'fabric', 'is', 'pretty', 'stiff', 'i', 'quite', 'honestly', 'looked', 'pregnant', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['5231,1033,57', 'cute', 'pants', 'these', 'pants', 'are', 'a', 'really', 'pretty', 'color', 'and', 'feel', 'nice', 'on', 'the', 'fit', 'was', 'great', 'and', 'did', 'not', 'really', 'shrink', 'with', 'washing', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'them.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5232,871,67', 'not', 'best', 'quality', 'but', 'really', 'cute', 'i', 'got', 'this', 'top', 'in', 'green', 'and', 'i', "'m", 'overall', 'happy', 'with', 'it', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'the', 'material', 'is', 'thin', 'and', 'the', 'quality', 'not', 'top', 'notch', 'and', 'it', 'certainly', 'is', 'overpriced', 'for', 'what', 'it', 'is', 'especially', 'with', 'the', 'shipping', 'fee', 'however', 'the', 'style', 'is', 'really', 'cute', 'love', 'the', 'lace', 'up', 'in', 'the', 'back', 'and', 'if', 'flows', 'nicely', 'without', 'billowing', 'as', 'is', 'the', 'case', 'with', 'so', 'many', 'retailer', 'swing', 'tops', 'lately'] ['i', 'did', "n't", 'find', 'it', 'to', 'be', 'so', 'see', 'through', 'that', 'it', 'would', 'need', 'a', 'cami', 'at', 'least', 'not', 'the', 'green', 'color', 'and', 'a', 'nude', 'strapless', 'br', ',4,1,2', 'general', 'tops', 'knits'] ['5233,871,37', 'great', 'summer', 'piece', 'i', 'love', 'this', 'tank', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'see', 'through', 'at', 'all', 'it', 'runs', 'true', 'to', 'size', 'it', "'s", 'super', 'comfy', 'and', 'the', 'lace', 'up', 'detail', 'makes', 'it', 'more', 'fun', 'than', 'a', 'plain', 'old', 'tank', 'top', 'it', "'s", 'a', 'great', 'basic', 'and', 'i', 'love', 'the', 'lilac', 'color.,5,1,0', 'general', 'tops', 'knits'] ['5234,1094,45', ',great', 'fabric', 'and', 'color', 'but', 'fits', 'like', 'a', 'potato', 'sack', 'so', 'sad', 'bc', 'i', 'would', 'have', 'loved', 'it,2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['5235,871,53', 'love', 'the', 'color', 'style', 'but', 'i', 'ordered', 'this', 'in', 'the', 'mauve', 'and', 'it', "'s", 'a', 'really', 'pretty', 'lilac', 'color', 'unfortunately', 'the', 'fabric', 'is', 'very', 'thin', 'and', 'you', 'can', 'see', 'your', 'bra', 'right', 'through', 'it', 'my', 'usual', 'size', 'fit', 'great', 'in', 'the', 'shoulders', 'and', 'bust', 'area', 'but', 'goes', 'downhill', 'from', 'there', 'the', 'top', 'is', 'cut', 'wide', 'under', 'the', 'armpits', 'and', 'just', 'hangs', 'funny', 'in', 'front', 'based', 'on', 'the', 'model', 'picture', 'i', 'thought', 'this', 'would', 'be', 'a', 'little', 'more', 'form', 'fitting', 'in', 'the', 'front', 'it', "'s", 'also', 'very', 'long', 'completely', 'covers', 'my', 'butt', 'in', 'the', 'back', 'and', 'then', 'some', 'could', 'of', 'been', 'a', 'beautiful', 'tank', ',3,1,13', 'general', 'tops', 'knits'] ['5236,861,53', 'quality', 'does', "n't", 'match', 'the', 'price', 'this', 'is', 'a', 'cute', 'top', 'but', 'not', 'worth', 'the', 'price', 'in', 'my', 'opinion', 'i', 'love', 'the', 'colors', 'pattern', 'and', 'soft', 'material', 'used', 'however', 'the', 'fabric', 'is', 'quite', 'thin', 'and', 'just', 'not', 'worth', 'paying', '58', ',3,1,6', 'general', 'tops', 'knits'] ['5237,1099,64', 'beautiful', 'lines', 'out', 'of', 'stock', 'so', 'quickly', 'in', 'my', 'size', 'please', 'restock', ',5,1,10', 'general', 'dresses', 'dresses'] ['5238,1033,41', 'just', 'got', 'the', 'silver', 'ones', 'in', 'the', 'mail', 'yesterday', 'really', 'great', 'fall', 'pants', 'they', 'are', 'quite', 'a', 'bit', 'more', 'grey', 'than', 'how', 'they', 'look', 'on', 'my', 'computer', 'so', 'i', 'was', 'a', 'bit', 'surprised', 'but', 'not', 'unpleasantly'] ['i', "'m", 'one', 'of', 'those', 'people', 'who', 'always', 'has', 'trouble', 'with', 'pants', 'because', 'my', 'thighs', 'are', 'bigger', 'and', 'my', 'waist', 'smaller', 'than', 'usual', 'i', "'m", '5', '6', '120', 'with', 'a', '26', 'inch', 'waist', 'and', '38', 'inch', 'hips', 'i', 'ordered', 'the', '28', 'so', 'my', 'legs', 'could', 'fit', 'inside', 'the', 'pants', 'but', 'there', 'is', 'quite', 'a', 'bit', 'of', 'gaping', 'at', 'the', 'waist', 'meaning', 'that', 'i', 'can', 'not', 'go', 'without', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5239,1094,39', 'high', 'quality', 'but', 'too', 'big', 'the', 'dress', 'is', 'extremely', 'high', 'quality', 'i', 'purchased', 'the', 'dress', 'in', 'black', 'the', 'white', 'collared', 'shirt', 'that', 'the', 'model', 'is', 'wearing', 'under', 'the', 'dress', 'is', 'not', 'part', 'of', 'the', 'dress', 'the', 'dress', 'overall', 'is', 'like', 'a', 'balloon', 'unless', 'you', "'re", 'extremely', 'tall', 'and', 'skinny', 'this', 'dress', 'makes', 'you', 'look', 'bigger', 'i', 'ordered', 'the', 'small', 'petite', 'and', 'am', '125', 'lbs', 'and', '5', '4', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'but', 'unfortunately', 'it', "'s", 'going', 'back', 'the', 'petite', 'hits', '3', 'inches', 'above', 'the', 'knee', 'for', 'reference.,2,0,1', 'general', 'dresses', 'dresses'] ['5240,1094,25', 'beautiful', 'design', 'i', 'really', 'wanted', 'to', 'love', 'this', 'everything', 'about', 'this', 'piece', 'especially', 'after', 'reading', 'all', 'of', 'the', 'great', 'review', 'i', 'was', 'so', 'excited', 'and', 'looking', 'forward', 'to', 'getting', 'this', 'dress', 'unfortunately', 'it', 'just', 'did', 'not', 'work', 'out', 'i', 'ordered', 'a', 'large', 'and', 'it', 'fit', 'fine', 'but', 'the', 'dress', 'did', 'not', 'give', 'me', 'the', 'faltering', 'shape', 'i', 'had', 'read', 'about', 'and', 'was', 'hoping', 'for', 'it', 'literally', 'just', 'hung', 'on', 'me', 'and', 'made', 'me', 'look', 'wider', 'sadly', 'i', 'had', 'to', 'return', 'this.,3,0,0', 'general', 'dresses', 'dresses'] ['5241,871,29', 'this', 'top', 'has', 'a', 'nice', 'design', 'i', 'love', 'the', 'lace', 'up', 'back', 'which', 'makes', 'it', 'much', 'more', 'adjustable', 'in', 'shape', 'if', 'you', 'lace', 'it', 'lower', 'it', 'is', 'more', 'flattering', 'to', 'your', 'waist', 'however', 'the', 'fabric', 'quality', 'is', 'very', 'poor', 'on', 'the', 'white', 'tank', 'it', 'arrived', 'with', 'a', 'small', 'tear', 'in', 'the', 'front', 'hem', 'area', 'which', 'i', 'could', 'have', 'easily', 'fixed', 'it', 'is', 'very', 'sheer', 'even', 'with', 'a', 'nude', 'bra', 'my', 'bra', 'was', 'too', 'visible', 'for', 'my', 'comfort', 'plan', 'on', 'wearing', 'a', 'full', 'camisole', 'underneath', 'tank', 'or', 'bralette', 'you', 'are', 'fine', 'with', 'being', 'on', 'display', ',2,0,0', 'general', 'tops', 'knits'] ['5242,992,41', ',,4,1,0', 'general', 'bottoms', 'skirts'] ['5243,1033,37', 'love', 'these', 'i', 'bought', 'two', 'pair', 'in', 'one', 'week', 'crazy', 'right', 'i', 'am', "5'11", 'and', '150lbs', 'i', 'bought', 'the', 'pink', 'color', 'soft', 'faded', 'pink', 'which', 'drew', 'me', 'to', 'them', 'right', 'away', 'kinda', 'soft', 'and', 'romantic', 'pink', 'then', 'two', 'days', 'later', 'went', 'back', 'one', 'hour', 'drive', 'and', 'bought', 'the', 'silver', 'which', 'is', 'really', 'a', 'worn', 'in', 'green', 'color', 'i', 'feel', 'these', 'are', 'true', 'to', 'size', 'i', 'would', "n't", 'size', 'down', 'because', 'these', 'are', 't', 'super', 'stretchy', 'feels', 'like', 'it', 'also', 'wo', "n't", 'bag', 'out', 'during', 'the', 'day', 'i', 'really', 'love', 'these', 'cords', 'and', 'the', 'rolled', 'up', 'cuff', 'is', 'adorable', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5244,871,37', 'ivory', 'is', 'almost', 'completely', 'see-through', 'i', 'only', 'tried', 'on', 'the', 'ivory', 'one', 'but', 'it', 'was', 'so', 'see-through', 'there', 'was', 'just', 'no', 'way', 'i', 'ca', "n't", 'speak', 'for', 'the', 'other', 'colors', 'seemed', 'true', 'to', 'size', 'maybe', 'a', 'little', 'large', 'but', 'that', "'s", 'the', 'style', 'very', 'cute', 'design', 'loved', 'the', 'back', 'too', 'bad', ',3,0,30', 'general', 'tops', 'knits'] ['5245,1035,57', 'soft', 'and', 'retro', 'these', 'flares', 'are', 'so', 'soft', 'and', 'comfy', 'they', 'just', 'may', 'become', 'my', 'favorite', 'go', 'to', 'jeans'] ['i', 'loved', 'the', 'higher', 'rise', 'because', 'they', 'do', "n't", 'feel', 'like', 'they', "'re", 'will', 'fall', 'off', 'like', 'many', 'low', 'cut', 'jeans', 'do'] ['the', 'material', 'might', 'be', 'the', 'softest', 'jean', 'fabric', 'i', 'have', 'ever', 'owned'] ['love', 'the', 'braided', 'styling', 'around', 'the', 'pockets'] ['the', 'bell', 'bottom', 'may', 'be', 'a', 'bit', 'too', 'wide', 'for', 'my', 'liking', 'but', 'the', 'other', 'aspects', 'make', 'that', 'one', 'thing', 'ok.', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5246,1035,35', 'nice', 'jeans', 'wish', 'they', 'had', 'belt', 'loops', 'love', 'pilcro', 'jeans', 'and', 'really', 'hoped', 'these', 'would', 'work', 'for', 'me', 'lovely', 'soft', 'material', '98', 'cotton/2', 'which', 'you', 'do', "n't", 'see', 'often', 'anymore', 'great', 'length', 'nice', 'medium', 'rise', 'but', 'for', 'me', 'the', 'deal', 'breaker', 'was', 'the', 'lack', 'of', 'belt', 'loops', 'the', 'braided', 'detail', 'at', 'the', 'waist', 'is', 'a', 'fun', 'design', 'touch', 'but', 'as', 'someone', 'with', 'a', 'small', 'waist', 'and', 'wider', 'hips', 'i', 'almost', 'always', 'have', 'to', 'wear', 'a', 'belt', 'with', 'jeans', 'and', 'that', "'s", 'just', 'not', 'possible', 'with', 'these', 'if', 'you', 'do', "n't", 'usually', 'wear', 'a', 'belt', 'or', 'have', 'a', 'straighter', 'figure', 'these', 'might', 'work', 'better', ',3,1,0', 'general', 'bottoms', 'jeans'] ['5247,871,28', 'great', 'concept', 'poor', 'quality', 'even', 'on', 'sale', 'sale', 'this', 'tank', 'is', 'not', 'worth', 'the', 'money', 'the', 'design', 'in', 'the', 'back', 'is', 'adorable', 'would', 'expect', 'it', 'to', 'be', 'so', 'much', 'better', 'quality', 'but', 'the', 'fabric', 'is', 'flimsy', 'think', 'old', 'man', 'white', 'tanks', 'that', 'come', 'in', 'a', 'pack', 'completely', 'see', 'through', 'and', 'lack', 'of', 'shape', 'i', 'wanted', 'to', 'love', 'this', 'but', 'definitely', 'photographed', 'significantly', 'better', 'than', 'actuality', ',1,0,0', 'general', 'tops', 'knits'] ['5248,896,41', ',thank', 'goodness', 'they', 'had', 'a', 'special', 'discount', 'because', 'i', 'love', 'this', 'sweater', 'it', 'is', 'not', 'normal', 'for', 'me', 'to', 'splurge', 'but', 'there', 'was', 'something', 'about', 'this', 'sweater', 'and', 'it', 'did', "n't", 'disappoint', 'too', 'cute', 'a', 'great', 'top', 'to', 'wear', 'to', 'a', 'concert', 'or', 'a', 'relaxed', 'party', 'i', 'love', 'it.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5249,1094,32', 'this', 'will', 'be', 'a', 'summer', 'staple', 'i', 'love', 'this', 'dress', 'it', 'is', 'loose', 'fitting', 'so', 'be', 'prepared', 'for', 'that', 'i', 'ordered', 'an', 'xs', 'i', 'believe', 'the', 'dress', 'was', 'intended', 'to', 'fit', 'this', 'way', 'though', 'and', 'i', 'do', 'not', 'think', 'it', 'looks', 'too', 'big', 'on', 'me', 'i', 'typically', 'wear', 'a', '0', 'or', '00', 'in', 'dresses', 'this', 'would', 'be', 'a', 'great', 'dress', 'to', 'wear', 'if', 'you', 'were', 'planning', 'on', 'eating', 'a', 'big', 'meal', 'ha', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'dress', 'in', 'the', 'summer', 'and', 'believe', 'i', 'will', 'wear', 'it', 'often', 'it', 'has', 'more', 'of', 'a', 'boho', 'look', 'to', 'it', 'i', 'do', 'think', 'it', 'could', 'be', 'worn', 'with', 'heels', 'though', 'i', 'will', 'probably', 'wear', 'it', 'with', 'flat', 'gol', ',5,1,0', 'general', 'dresses', 'dresses'] ['5250,1033,45', 'surprise', 'winner', 'when', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'in', 'my', 'size', 'but', 'thought', 'they', 'felt', 'tight', 'but', 'the', 'person', 'helping', 'me', 'pointed', 'out', 'that', 'they', 'hug', 'you', 'but', 'are', 'not', 'uncomfortable', 'i', 'uncuff', 'the', 'bottom', 'and', 'wear', 'them', 'full-length', 'ended', 'up', 'buying', 'one', 'of', 'each', 'color', ',4,1,0', 'general', 'bottoms', 'jeans'] ['5251,871,53', 'love', 'i', 'got', 'the', 'green', 'one', 'as', 'the', 'other', 'reviewers', 'commented', 'yes', 'the', 'fabric', 'is', 'thin', 'however', 'i', 'wear', 'it', 'with', 'a', 'nude', 'bra', 'and', 'a', 'nude', 'cami', 'and', 'i', "'ve", 'had', 'nothing', 'but', 'compliments', ',5,1,0', 'general', 'tops', 'knits'] ['5252,871,41', 'great', 'shirt', 'i', 'really', 'like', 'this', 'shirt', 'i', 'almost', 'did', "n't", 'order', 'it', 'based', 'on', 'the', 'other', 'reviews', 'but', 'its', 'cute', 'and', 'comfortable', 'i', 'did', "n't", 'get', 'the', 'white', 'color', 'so', 'that', 'may', 'be', 'why', 'mine', 'is', 'not', 'see', 'through', 'i', 'just', 'wear', 'it', 'with', 'a', 'bra', 'and', 'its', 'good', 'to', 'go', ',4,1,0', 'general', 'tops', 'knits'] ['5253,862,29', 'ahhhhmazing', 'i', 'loved', 'this', 'shirt', 'online', 'but', 'when', 'it', 'came', 'to', 'my', 'house', 'i', 'loved', 'it', 'even', 'more', 'super', 'comfy', 'and', 'really', 'flattering', 'i', 'love', 'it', 'runs', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['5254,1094,35', 'carefree', 'cute', 'i', 'love', 'this', 'dress', 'and', 'on', 'sale', 'it', "'s", 'a', 'total', 'steal', 'it', "'s", 'true', 'to', 'size', 'and', 'beyond', 'comfortable', 'i', 'live', 'in', 'az', 'so', 'i', 'can', 'easily', 'wear', 'this', 'year', 'round', 'i', 'got', 'the', 'black', 'color', 'and', 'love', 'it', 'i', "'m", '5', '4', 'and', 'it', 'hits', 'a', 'little', 'above', 'my', 'knees', 'love', 'the', 'loose', 'feminine', 'swing', 'i', 'feel', 'like', 'skipping', 'wearing', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['5255,862,30', 'super', 'cute', 'i', 'ordered', 'an', 'xxs', 'and', 'it', 'fit', 'perfectly', 'i', 'love', 'the', 'simple', 'yet', 'girly', 'look', 'of', 'this', 'top', 'the', 'bottom', 'material', 'is', 'delicate', 'and', 'adds', 'a', 'feminine', 'touch', 'it', 'looks', 'even', 'better', 'in', 'person', 'than', 'in', 'the', 'pictures', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfortable', 'looks', 'great', 'with', 'jeans', 'and', 'flats', 'or', 'boots', ',5,1,0', 'general', 'tops', 'knits'] ['5256,871,31', 'unique', 'and', 'casual', 'winner', 'i', 'loved', 'this', 'top', 'i', 'paired', 'it', 'with', 'he', 'ag', 'stevie', 'short', 'and', 'jasper', 'and', 'jeera', 'beaded', 'sandals', 'look', 'was', 'super', 'cute', 'and', 'casual', 'i', 'love', 'the', 'fact', 'you', 'can', 'adjust', 'the', 'fit', 'in', 'the', 'back', 'with', 'the', 'lace', 'up', 'detailing', 'flowly', 'tank', 'without', 'the', 'maternity', 'look', 'i', 'went', 'with', 'the', 'lavender', 'color', 'and', 'it', 'looks', 'great', 'with', 'my', 'olive', 'skin', 'i', 'had', 'no', 'problem', 'with', 'sheerness', 'when', 'wearing', 'a', 'nude', 'bra', 'for', 'reference', 'i', 'am', '5', '6', '132', 'lbs', 'and', 'went', 'with', 'the', 'small.,5,1,1', 'general', 'tops', 'knits'] ['5257,1033,50', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['5258,1035,39', 'nice', 'color', 'this', 'pair', 'of', 'flare', 'is', 'just', 'what', 'i', 'have', 'been', 'searching', 'for', 'the', 'color', 'is', 'a', 'nice', 'vintage', 'blue', 'i', 'love', 'the', 'fit', 'of', 'the', 'flare', 'however', 'please', 'keep', 'in', 'mind', 'these', 'do', 'run', 'long', 'and', 'larger', 'that', 'size.,4,1,0', 'general', 'bottoms', 'jeans'] ['5259,1033,37', 'finally', 'flattering', 'cords', 'i', "'ve", 'been', 'on', 'the', 'hunt', 'for', 'flattering', 'cords', 'for', 'a', 'long', 'time', 'and', 'these', 'fit', 'the', 'bill', 'bought', 'the', 'silver', 'on', 'friday', 'and', 'am', 'going', 'to', 'order', 'the', 'pink', 'the', 'silver', 'is', 'really', 'more', 'taupe', 'as', 'pictured', 'so', 'if', 'you', "'re", 'looking', 'for', 'true', 'grey', 'this', 'is', 'not', 'the', 'pair', 'for', 'you', 'but', 'the', 'fit', 'is', 'fantastic', 'i', "'m", '5', '3', 'athletic', 'build', 'about', '130', 'lbs', 'and', 'the', '27', 'fits', 'perfectly', 'finally', 'cords', 'that', 'do', "n't", 'make', 'my', 'muscular', 'thighs', 'look', 'giant', ',5,1,4', 'general', 'bottoms', 'jeans'] ['5260,871,34', 'great', 'summer', 'top', 'i', 'tried', 'on', 'this', 'top', 'in', 'store', 'was', 'a', 'bit', 'wishy', 'washy', 'on', 'it', 'at', 'first', 'however', 'i', 'am', 'so', 'glad', 'i', 'bought', 'it', 'and', 'have', 'worn', 'it', '3x', 'in', 'a', 'week', 'shh', 'it', 'is', 'incredibly', 'lightweight', 'breathable', 'which', 'is', 'great', 'for', 'hot', 'texas', 'summers', 'i', 'also', 'love', 'that', 'it', 'has', 'interesting', 'back', 'detail', 'the', 'other', 'reviewers', 'mentioned', 'it', 'was', 'see', 'through', 'but', 'i', 'do', "n't", 'agree', 'i', 'wear', 'a', 'nude', 'bra', 'with', 'it', 'and', 'have', 'no', 'issues', 'it', 'can', 'be', 'worn', 'casually', 'with', 'shorts', 'or', 'dressed', 'up', 'with', 'white', 'denim', 'fancier', 'accessories', 'either', 'way', 'it', 'looks', 'best', 'w,5,1,6', 'general', 'tops', 'knits'] ['5261,1033,34', 'like', 'a', 'hug', 'for', 'your', 'lower', 'half', 'these', 'cords', 'are', 'so', 'soft', 'and', 'snug', 'on-', 'like', 'a', 'hug', 'for', 'your', 'lower', 'half', 'i', 'appreciate', 'their', 'lack', 'of', 'stretch', 'they', 'do', "n't", 'seem', 'to', 'bag', 'out', 'like', 'other', 'cords', 'can', 'i', 'like', 'that', 'the', 'fabric', 'is', 'soft', 'but', 'the', 'shape', 'is', 'more', 'stiff', 'the', 'grey', 'is', 'slightly', 'lighter/more', 'silvery', 'in', 'real', 'life', 'than', 'the', 'picture', 'depicts', 'for', 'ref', 'i', "'m", '5', '2', 'and', '103lbs', 'and', 'i', 'bought', 'the', '24p', ',5,1,2', 'general', 'bottoms', 'jeans'] ['5262,1033,56', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['5263,1035,37', 'very', 'comfortable', 'but', 'ran', 'small', 'great', 'quality', 'and', 'great', 'look', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5264,1033,39', 'hard', 'fit', 'the', 'color', 'on', 'these', 'are', 'amazing', 'i', 'am', '5', '2', 'and', 'these', 'are', 'really', 'meant', 'for', 'that', 'long', 'lean', 'profile', 'note', 'they', 'have', 'very', 'little', 'stretch.,3,1,7', 'general', 'bottoms', 'jeans'] ['5265,908,34', 'comfortable', 'and', 'classy', 'top', 'feels', 'like', 'pajamas', 'but', 'looks', 'very', 'classy', 'the', 'sweater', 'material', 'is', 'so', 'soft', 'i', 'wear', 'it', 'with', 'a', 'blazer', 'over', 'the', 'top', 'and', 'i', 'get', 'so', 'many', 'compliments', 'on', 'it', 'wish', 'they', 'had', 'it', 'in', 'more', 'colors', 'must', 'have', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5266,1033,34', 'great', 'pants', 'these', 'are', 'awesome', 'i', 'have', 'the', 'pink', 'which', 'is', 'a', 'very', 'light', 'faded', 'sort', 'of', 'color', 'they', 'are', 'beautiful', 'and', 'very', 'nice', 'quality', 'they', 'are', 'slimmer', 'and', 'stretchier', 'then', 'i', 'imagined', 'but', 'very', 'flattering.,5,1,0', 'general', 'bottoms', 'jeans'] ['5267,1035,36', 'love', 'them', 'i', 'just', 'received', 'these', 'jeans', 'love', 'them', 'i', 'usually', 'wear', 'a', '29-', 'i', 'ordered', 'a', '30', 'and', 'they', 'fit', 'great', 'they', 'are', 'too', 'long-', 'will', 'need', 'to', 'be', 'hemmed', 'but', 'the', 'fit', 'is', 'great', 'the', 'material', 'is', 'soft', 'lovely', 'great', 'buy.,5,1,0', 'general', 'bottoms', 'jeans'] ['5268,867,36', 'great', 'casual', 'top', 'this', 'top', 'is', 'comfortable', 'and', 'yet', 'with', 'some', 'stylish', 'detail', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'lilac', 'color', 'looks', 'great', 'it', 'hangs', 'loose', 'but', 'with', 'a', 'nice', 'drape', 'at', 'the', 'sale', 'price', 'it', 'is', 'not', 'to', 'be', 'missed.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['5269,895,44', 'big', 'but', 'so', 'good.', 'yes', 'it', 'is', 'big', 'but', 'it', 'is', 'also', 'amazing', 'so', 'soft', 'the', 'colors', 'are', 'great', 'and', 'the', 'hood', 'well', 'the', 'hood', 'makes', 'it', 'great', 'colors', 'for', 'fall', 'it', "'s", 'a', 'poncho', 'it', "'s", 'not', 'supposed', 'to', 'be', 'fitted', 'i', "'ll", 'be', 'wearing', 'this', 'all', 'fall', 'through', 'winter', 'love', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5270,404,35', 'flattering', 'holy', 'cow', 'i', 'just', 'got', 'a', 'new', 'bathing', 'suit', 'so', 'i', 'can', 'not', 'splurge', 'again', 'but', 'this', 'is', 'flattering', 'i', 'like', 'the', 'more', 'tame', 'colors', 'which', 'does', "n't", 'scream', 'look', 'at', 'me', 'let', "'s", 'be', 'honest', 'there', 'are', 'certain', 'times', 'of', 'the', 'month', 'where', 'we', "'d", 'rather', 'crawl', 'in', 'a', 'ball', 'and', 'hide', 'the', 'design', 'along', 'the', 'sides', 'is', 'absolutely', 'flattering', 'and', 'slimming', 'on', 'anyone', 'i', 'also', 'like', 'the', 'skin-tone/coral', 'detailing', 'around', 'the', 'top', 'of', 'the', 'breast', 'that', 'extends', 'all', 'the', 'way', 'around', 'the', 'back', 'retailer', 'is', 'really', 'winning', 'with', 'their', 'swimwear', 'thi', ',5,1,7', 'initmates', 'intimate', 'swim'] ['5271,895,35', 'very', 'pretty', 'and', 'comfortable', 'i', 'like', 'how', 'styling', 'and', 'comfortable', 'it', 'is', 'i', 'bought', 'it', 'in', 'both', 'colors', 'definitely', 'a', 'nice', 'piece', 'for', 'fall/winter', 'in', 'this', 'houston', 'weather', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5272,1082,36', 'disappointing', 'when', 'i', 'received', 'this', 'dress', 'today', 'i', 'was', 'really', 'excited', 'to', 'try', 'it', 'on', 'it', 'is', 'a', 'pretty', 'dress', 'looked', 'good', 'in', 'the', 'pictures', 'however', 'when', 'i', 'examined', 'it', 'and', 'proceeded', 'to', 'try', 'it', 'on', 'i', 'was', 'really', 'disappointed', 'the', 'quality', 'is', 'ok', 'but', 'not', 'expected', 'for', 'the', 'price', 'paid', 'and', 'the', 'cut', 'is', 'off', 'it', 'is', 'extremely', 'small', 'at', 'the', 'top', 'i', 'am', 'not', 'big', 'by', 'any', 'means', '32d,109lbs', '5', '0', 'the', 'bottom', 'part', 'fit', 'sadly', 'not', 'impressed', 'this', 'one', 'is', 'going', 'back', ',3,0,7', 'general', 'petite', 'dresses', 'dresses'] ['5273,895,46', 'poncho', 'x3', 'wore', 'this', 'poncho', 'and', 'received', '5', 'compliments', 'before', 'the', 'school', 'day', 'even', 'began', 'love', 'the', 'pockets', 'and', 'hood', 'bought', 'three', 'at', 'the', 'sale', 'price', 'one', 'for', 'me', 'a', 'friend', 'and', 'my', 'niece', 'different', 'ages', 'and', 'sizes', 'but', 'everyone', 'of', 'us', 'love', 'this', 'poncho', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5274,1082,36', 'beautiful', 'and', 'comfortable', 'dress', 'this', 'dress', 'is', 'beautiful', 'fabric', 'is', 'thin', 'but', 'the', 'details', 'are', 'perfect.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5275,1020,43', 'not', 'the', 'right', 'fabric', 'i', 'ordered', 'this', 'skirt', 'because', 'the', '4', 'i', 'tried', 'on', 'in', 'store', 'was', 'huge', 'and', 'the', '2', 'was', 'way', 'too', 'small', 'the', 'sizing', 'was', 'an', 'issue', 'so', 'i', 'thought', 'i', 'would', 'try', 'another', '4.', 'the', 'skirt', 'that', 'arrived', 'by', 'mail', 'was', 'so', 'wrinkled', 'it', 'was', 'obvious', 'that', 'a', 'day', 'of', 'wear', 'would', 'turn', 'it', 'into', 'a', 'nightmare', 'of', 'unflattering', 'creases', 'and', 'stretched', 'out', 'areas', 'i', 'like', 'the', 'concept', 'of', 'the', 'design', 'with', 'the', 'button', 'front', 'and', 'a-line', 'princess', 'seams', 'in', 'the', 'front', 'and', 'back', 'but', 'i', 'just', 'feel', 'the', 'fabric', 'in', 'this', 'skirt', 'has', 'too', 'much', 'stretch', 'i', 'returned', 'it', ',3,0,0', 'general', 'bottoms', 'skirts'] ['5276,895,38', 'wanted', 'to', 'love', 'this', 'i', 'saw', 'this', 'on', 'a', 'mannequin', 'in', 'the', 'store', 'and', 'so', 'wanted', 'it', 'to', 'work', 'but', 'was', 'just', 'too', 'oversized', 'and', 'bulky', 'very', 'good', 'quality', 'and', 'material.,2,0,8', 'general', 'tops', 'fine', 'gauge'] ['5277,1078,34', 'perfection', 'the', 'photos', 'do', 'not', 'do', 'this', 'gorgeous', 'dress', 'justice', 'the', 'iridescent', 'material', 'makes', 'it', 'perfect', 'for', 'a', 'fancy', 'date', 'night', 'and', 'i', 'received', 'complements', 'from', 'complete', 'strangers', 'would', 'also', 'be', 'great', 'as', 'a', 'wedding', 'guest', 'or', 'bridesmaid', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['5278,1078,31', 'detailed', 'and', 'classy', 'i', 'have', 'loved', 'this', 'dress', 'from', 'the', 'first', 'time', 'i', 'saw', 'it', 'but', 'the', 'price', 'scared', 'me', 'away', 'until', 'a', 'sale', 'came', 'to', 'be', 'that', 'meant', 'i', 'could', 'justify', 'buying', 'it', 'honestly', 'it', "'s", 'worth', 'it', "'s", 'original', 'price', 'i', "'m", 'just', 'too', 'much', 'of', 'a', 'scrooge', 'to', 'pay', 'it', 'the', 'details', 'are', 'adorable', 'the', 'length', 'makes', 'it', 'very', 'versatile', 'it', 'seems', 'well', 'made', 'and', 'pretty', 'weighty', 'fits', 'nicely', 'due', 'to', 'the', 'elastic', 'in', 'the', 'back', 'i', 'got', 'an', '8', 'i', 'weigh', '170', '5', '8', 'with', 'a', 'small', 'chest', 'most', 'of', 'the', 'dresses', 'i', 'buy', 'are', 'just', 'as', 'much', 'art', 'as', 'they', 'are', 'fashion', 'and', 'this', ',5,1,0', 'general', 'dresses', 'dresses'] ['5279,1078,56', 'gorgeous', 'i', 'thought', 'this', 'dress', 'was', 'beautiful', 'but', 'i', 'felt', 'it', 'was', 'a', 'little', 'young', 'for', 'me', 'i', 'am', '55', 'and', 'was', 'looking', 'for', 'something', 'to', 'wear', 'to', 'my', 'niece', "'s", 'wedding', 'if', 'i', 'had', 'been', 'the', 'mother', 'of', 'the', 'bride', 'i', 'would', 'have', 'kept', 'it', 'but', ',5,1,0', 'general', 'dresses', 'dresses'] ['5280,895,36', 'this', 'poncho', 'is', 'lovely', 'i', 'found', 'it', 'fits', 'perfectly', 'im', '5', '4', '125', 'and', 'got', 'the', 'xs/s', 'just', 'long', 'enough', 'loke', 'jacket', 'length', 'and', 'the', 'hood', 'doesnt', 'add', 'extra', 'weight', 'doesnt', 'drag', 'it', 'down', 'the', 'back', 'arm', 'holes', 'are', 'approriate', 'size', 'very', 'cool', 'piece', 'for', 'any', 'weather', 'layering', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5281,1078,48', 'absolutely', 'gorgeous', 'the', 'appliquã©', 'on', 'this', 'dress', 'is', 'well', 'done', 'i', 'would', 'recommend', 'it', 'to', 'anyone', 'the', 'design', 'is', 'super', 'flattering', 'and', 'feminine.,5,1,1', 'general', 'dresses', 'dresses'] ['5282,404,36', 'cute', 'suit', 'but', 'order', 'a', 'size', 'or', 'two', 'up', 'cute', 'suit', 'over', 'all', 'cups', 'are', 'lightly', 'padded', 'which', 'is', 'nice', 'if', 'you', "'re", 'concerned', 'about', 'modesty', 'it', 'runs', 'really', 'small', 'in', 'my', 'opinion', 'i', 'am', '5', '7', 'and', '125', 'lbs', 'i', 'almost', 'always', 'wear', 'a', 'size', 'small', 'but', 'i', 'ordered', 'a', 'medium', 'in', 'this', 'suit', 'and', 'although', 'it', 'fits', 'and', 'i', "'m", 'sticking', 'with', 'the', 'medium', 'i', "'m", 'wondering', 'if', 'a', 'large', 'might', 'fit', 'even', 'better', 'it', "'s", 'also', 'too', 'tight', 'on', 'the', 'leg', 'openings', 'in', 'my', 'opinion', 'i', 'like', 'that', 'the', 'straps', 'are', 'adjustable', 'the', 'pattern', 'is', 'flattering', 'and', 'i', 'like', 'the', 'suit', 'well', 'enough', 'to', 'keep', 'it', 'but', 'i', ',4,1,4', 'initmates', 'intimate', 'swim'] ['5283,944,46', 'everyday', 'this', 'is', 'great', 'just', 'to', 'have', 'and', 'throw', 'on.it', 'is', 'a', 'everyday', 'piece.,5,1,0', 'general', 'tops', 'sweaters'] ['5284,404,32', 'very', 'small', 'leg', 'openings', 'uncomfortable', 'in', 'the', 'leg', 'area', 'but', 'otherwise', 'very', 'flattering', ',4,1,3', 'initmates', 'intimate', 'swim'] ['5285,895,37', 'not', 'what', 'i', "'d", 'hoped', 'i', 'had', 'this', 'in', 'my', 'cart', 'for', 'a', 'week', 'before', 'i', 'took', 'the', 'plunge', 'because', 'i', 'thought', 'it', 'would', 'make', 'the', 'cutest', 'boho', 'statement', 'piece', 'that', 'could', 'go', 'from', 'beach', 'to', 'casual', 'evening', 'outings', 'i', "'m", '5', '9', 'so', 'i', 'got', 'the', 'm/l', 'to', 'ensure', 'length', 'maybe', 'that', 'was', 'wrong', 'if', 'the', 'laid', 'flat', 'width', 'was', 'included', 'maybe', 'that', 'would', 'have', 'been', 'more', 'helpful', 'but', 'this', 'thing', 'was', 'massive', 'and', 'looked', 'like', 'a', 'potato', 'sack', 'the', 'side', 'slits', 'of', 'course', 'hidden', 'in', 'the', 'photos', 'came', 'up', 'to', 'just', 'over', 'my', 'natural', 'waist', 'enhancing', 'that', 'effect', 'i', 'loved', 'the', ',2,0,29', 'general', 'tops', 'fine', 'gauge'] ['5286,895,51', 'great', 'poncho', 'i', 'love', 'this', 'poncho', 'because', 'it', "'s", 'the', 'perfect', 'weight', 'and', 'it', 'is', 'softer', 'than', 'i', 'thought', 'it', 'would', 'be', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'getting', 'it', 'on', 'sale', 'made', 'it', 'even', 'better.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5287,867,46', 'flattering', 'for', 'xl', 'i', 'ordered', 'the', 'lavender', 'version', 'in', 'xl', 'it', 'fit', 'me', 'as', 'shown', 'on', 'the', 'model', 'so', 'i', 'think', 'it', 'runs', 'true', 'to', 'size', 'it', 'is', 'a', 'little', 'shorter', 'than', 'shown', 'it', 'hits', 'my', 'waist', 'i', "'m", '5', 'ft.', '5', '1/2', 'in', 'for', 'reference', 'it', 'fits', 'close', 'through', 'the', 'arms', 'body', 'but', 'with', 'a', 'comfortable', 'stretchy', 'material', 'a', 'tank', 'underneath', 'is', 'needed', 'i', 'love', 'the', 'draping', 'it', "'s", 'very', 'flattering', 'the', 'color', 'is', 'more', 'of', 'a', 'gray', 'than', 'purple', 'i', 'took', 'the', 'chance', 'on', 'it', 'when', 'it', 'was', 'on', 'sale', 'and', 'it', "'s", 'now', 'a', 'favorite', 'great', 'neckline', 'for', 'wearing', 'necklaces', 'too', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5288,895,24', 'so', 'comfy', 'this', 'is', 'going', 'to', 'be', 'my', 'go-to', 'winter', 'sweater', 'for', 'work', 'this', 'piece', 'is', 'super', 'comfy', 'yet', 'a', 'bit', 'more', 'dressy', 'than', 'just', 'a', 'regular', 'sweatshirt', 'it', 'will', 'be', 'an', 'especially', 'great', 'layer', 'for', 'the', 'ups', 'and', 'downs', 'of', 'the', 'office', 'thermostat', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5289,867,49', 'good', 'idea-', 'bad', 'execution', 'i', 'loved', 'the', 'idea', 'behind', 'this', 'shirt', 'but', 'it', 'just', 'hangs', 'around', 'the', 'waist', 'with', 'tons', 'of', 'extra', 'fabric', 'i', 'suspect', 'the', 'model', 'in', 'the', 'photo', 'has', 'the', 'shirt', 'pinned', 'totally', 'unflattering', 'making', 'the', 'chest', 'look', 'small', 'and', 'your', 'midsection', 'appear', 'huge', 'maybe', 'if', 'you', 'size', 'down', 'it', 'would', 'be', 'better-', 'xs', 'was', 'not', 'available', 'for', 'me', 'to', 'try', 'also', 'the', 'lavender', 'color', 'is', 'really', 'washed', 'out', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['5290,783,37', 'pajama', 'time', 'this', 'pants', 'are', 'very', 'comfortable', 'and', 'add', 'a', 'little', 'flare', 'to', 'my', 'typical', 'mom', 'pajama', 'look', 'i', 'found', 'them', 'true', 'to', 'size', 'size', 'small', 'fit', 'my', '5', '7', '135lbs', 'frame', 'comfortable', 'to', 'sleep', 'and', 'lounge', 'in', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['5291,1020,38', 'recommend', 'with', 'reservations', 'this', 'a', 'great', 'skirt', 'for', 'someone', 'with', 'a', 'straight', 'or', 'boyish', 'figure', 'this', 'skirt', 'does', 'not', 'accommodate', 'a', 'curvy', 'figure', 'small', 'waist', 'feminine', 'hips', ',2,1,1', 'general', 'bottoms', 'skirts'] ['5292,1020,25', 'great', 'quality', 'skirt', 'i', "'ve", 'been', 'wanting', 'a', 'higher-waisted', 'button-front', 'skirt', 'this', 'one', 'was', 'perfect', 'because', 'of', 'the', 'texture', 'on', 'the', 'denim', 'it', 'makes', 'it', 'dressy', 'enough', 'to', 'wear', 'to', 'work', 'if', 'you', 'are', 'in', 'a', 'business-casual', 'setting', 'i', 'think', 'it', 'has', 'a', 'ton', 'of', 'versatility', 'for', 'multiple', 'seasons', 'i', "'m", 'normally', 'a', '0', 'or', '2', 'in', 'dresses', '5', '6', '118', 'lbs', 'and', 'i', 'ordered', 'a', '0', 'in', 'the', 'skirt', 'as', 'the', 'natural', 'waist', 'is', 'a', 'little', 'on', 'the', 'large', 'side', 'i', 'love', 'it', ',4,1,0', 'general', 'bottoms', 'skirts'] ['5293,867,70', 'comfort', 'style', 'in', 'one', 'great', 'top', 'the', 'design', 'is', 'loose', 'and', 'forgiving', 'and', 'it', 'is', 'very', 'comfortable', 'the', 'fabric', 'is', 'soft', 'and', 'light', 'weight', 'and', 'i', 'love', 'how', 'the', 'sleeves', 'are', 'full', 'cut', 'so', 'even', 'those', 'without', 'stick', 'arms', 'can', 'fit', 'in', 'them', 'it', 'drapes', 'beautifully', 'and', 'is', 'quite', 'lovely', 'on', 'you', 'can', 'easily', 'dress', 'it', 'up', 'with', 'jewelry', 'or', 'wear', 'it', 'over', 'jeans', 'for', 'a', 'great', 'go-to', 'top', 'on', 'the', 'weekend', 'i', 'also', 'bought', 'the', 'purple', 'version', 'it', 'says', 'it', "'s", 'mauve', 'in', 'the', 'description', 'but', 'it', "'s", 'really', 'more', 'of', 'a', 'pale', 'lavender', 'color', 'still', 'very', 'pretty', 'but', 'i', 'wish', 'it', 'was', 'mauve', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['5294,1020,39', 'small', 'tried', 'this', 'on', 'in', 'store', 'and', 'it', 'runs', 'very', 'small', 'i', 'am', 'a', 'size', '4', 'but', 'have', 'curvy', 'hips', 'so', 'i', 'sized', 'up', 'to', 'a', 'size', '6', 'and', 'i', 'could', "n't", 'even', 'button', 'it', 'i', 'was', 'hoping', 'it', 'was', 'more', 'of', 'an', 'a-line', 'but', 'it', "'s", 'fit', 'more', 'like', 'a', 'pencil', 'skirt', 'not', 'very', 'flattering', 'on', 'my', 'body', 'type', 'overall', 'cute', 'design', 'but', 'not', 'for', 'me', ',3,1,2', 'general', 'bottoms', 'skirts'] ['5295,867,65', 'love', 'it', 'bought', 'this', 'top', 'in', 'black', 'and', 'i', 'love', 'it', 'fits', 'true', 'to', 'size', 'with', 'arms', 'a', 'little', 'snug', 'but', 'because', 'of', 'the', 'stretch', 'in', 'the', 'fabric', 'it', 'is', 'fine', 'the', 'top', 'is', 'very', 'flattering', 'and', 'looked', 'like', 'the', 'model', 'the', 'front', 'is', 'shorter', 'but', 'very', 'flattering', 'love', 'it.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['5296,1083,41', 'shirtdress', 'i', 'ordered', 'the', 'large', 'since', 'the', 'med', 'was', "n't", 'available', 'and', 'it', 'did', "n't", 'complement', 'my', 'figure', 'because', 'it', 'was', 'too', 'loose', 'all', 'over', 'i', 'like', 'the', 'design', 'detail', 'with', 'off-center', 'buttons', 'and', 'the', 'fabric', 'is', 'a', 'nice', 'quality.,3,0,0', 'general', 'dresses', 'dresses'] ['5297,1020,38', 'pretty', 'cute', 'but', 'for', 'real', 'reinforce', 'all', 'the', 'buttons', 'before', 'you', 'wear', 'it', 'out', 'i', "'ve", 'had', 'three', 'different', 'ones', 'pop', 'right', 'off', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5298,895,22', 'perfect', 'for', 'fall', 'and', 'cozy', 'days', 'i', 'absolutely', 'am', 'obsessed', 'with', 'this', 'poncho', 'it', 'is', 'the', 'perfect', 'piece', 'for', 'fall', 'and', 'so', 'easy', 'to', 'layer.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5299,867,45', 'this', 'runs', 'way', 'big', 'i', "'m", 'a', 'size', '8', 'purchased', 'the', 'medium', 'it', "'s", 'just', 'big', 'with', 'no', 'shape', ',2,0,4', 'general', 'petite', 'tops', 'knits'] ['5300,867,29', 'beautiful', 'easy', 'top', 'i', 'love', 'this', 'shirt', 'so', 'much', 'i', 'came', 'back', 'and', 'bought', 'it', 'in', 'black', 'i', 'originally', 'got', 'the', 'lavender', 'color', 'it', 'is', 'super', 'easy', 'to', 'wear', 'and', 'has', 'a', 'delicate', 'quality', 'to', 'it', 'though', 'i', 'washed', 'it', 'on', 'a', 'regular', 'cycle', 'and', 'it', "'s", 'holding', 'up', 'well', 'as', 'you', 'can', 'see', 'from', 'the', 'photos', 'because', 'of', 'the', 'wrap', 'style', 'the', 'middle', 'of', 'the', 'front', 'is', 'shorter', 'than', 'the', 'rest', 'of', 'the', 'shirt', 'i', "'ve", 'worn', 'this', 'top', 'with', 'regular', 'rise', 'jeans', 'and', 'have', "n't", 'had', 'a', 'problem', 'though', 'if', 'you', 'lift', 'your', 'arms', 'your', 'belly', 'may', 'show', 'i', 'purchased', 'my', 'usual', 'size', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5301,1104,48', 'must', 'have', 'it', "'s", 'is', 'an', 'absolutely', 'gorgeous', 'dress', 'one', 'of', 'a', 'kind', 'you', 'must', 'have', 'it', 'in', 'your', 'wardrobe', 'my', 'seamstress', 'needed', 'to', 'adjust', 'it', 'just', 'a', 'tiny', 'bit', 'but', 'it', "'s", 'truly', 'fits', 'to', 'size', 'and', 'is', 'emphasizing', 'the', 'figure', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5302,1020,26', 'really', 'disappointed', 'with', 'the', 'quality.', 'i', 'loved', 'this', 'skirt', 'when', 'i', 'tried', 'it', 'on', 'the', 'material', 'is', 'soft', 'with', 'a', 'bit', 'of', 'stretch', 'i', "'d", 'say', 'this', 'runs', 'a', 'little', 'large', 'for', 'reference', 'i', "'m", 'usually', 'a', 'size', '2/4', 'in', 'retailer', 'and', 'the', '2', 'was', 'still', 'a', 'little', 'large', 'towards', 'the', 'end', 'of', 'the', 'day', 'as', 'it', 'stretched', 'out'] [] ['however', 'my', 'disappointment', 'was', 'with', 'the', 'buttons.i', 'wore', 'it', 'for', 'a', 'day', 'when', 'all', 'of', 'a', 'sudden', 'the', 'top', 'button', 'popped', 'off', 'fine', 'that', 'button', 'is', 'the', 'most', 'used', 'i', 'sewed', 'it', 'back', 'on', 'myself', 'and', 'even', 'reinforced', 'the', 'top', 'three', 'buttons', 'that', 'i', 'use', 'to', 'take', 'on', 'and', 'of', ',1,0,4', 'general', 'petite', 'bottoms', 'skirts'] ['5303,1083,32', 'love', 'it', 'this', 'dress', 'is', 'awesome', 'i', 'actually', 'first', 'saw', 'it', 'on', 'lucy', 'lui', 'on', 'elementary', 'and', 'thought', 'it', 'had', 'to', 'be', 'from', 'retailer', 'sure', 'enough', 'it', 'was', 'and', 'it', 'was', 'on', 'sale', 'i', 'got', 'the', 'blue', 'and', 'would', 'have', 'gotten', 'both', 'if', 'they', 'had', 'my', 'size', 'i', 'am', 'usually', 'a', 'm', 'and', 'found', 'this', 'fit', 'true', 'to', 'size', 'i', 'always', 'love', 'a', 'wrap', 'dress', 'and', 'this', 'with', 'the', 'buttons', 'keeps', 'it', 'from', 'spilling', 'open', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['5304,895,65', 'beautiful', 'colors', 'i', 'bought', 'the', 'green', 'motif', 'and', 'the', 'colors', 'are', 'beautiful', 'and', 'look', 'just', 'like', 'the', 'picture', 'as', 'others', 'have', 'mentioned', 'it', 'does', 'have', 'a', 'high', 'slit', 'on', 'the', 'side', 'that', 'has', 'a', 'tendency', 'to', 'separate', 'and', 'look', 'bulky', 'i', 'just', 'put', 'a', 'couple', 'of', 'small', 'hooks', 'to', 'keep', 'it', 'together', 'i', 'normally', 'would', 'wear', 'a', 'medium', 'or', 'large', 'but', 'based', 'on', 'other', 'reviews', 'i', 'ordered', 'down', 'to', 'the', 'small', 'and', 'it', 'was', 'perfect', 'since', 'i', 'live', 'in', 'the', 'south', 'where', 'it', 'can', 'stay', 'quite', 'warm', 'through', 'fall', 'it', 'will', 'be', 'a', 'great', 'transitional', 'piece', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5305,751,48', 'so', 'close', 'i', 'was', 'hopeful', 'my', 'size', 'l', 'would', 'fit', 'after', 'another', 'pair', 'of', 'leggings', 'from', 'antrho', 'in', 'this', 'order', 'was', 'too', 'small', 'these', 'went', 'on', 'easier', 'and', 'i', 'was', 'feeling', 'good', 'until', 'i', 'reached', 'the', 'lower', 'abdomen', 'and', 'everything', 'came', 'to', 'a', 'screeching', 'halt', 'i', "'m", 'not', 'sure', 'they', 'are', 'too', 'small', 'rather', 'i', 'believe', 'they', 'are', 'styled', 'to', 'be', 'low-rise', 'not', 'sure', 'why', 'anyone', 'would', 'want', 'that', 'in', 'a', 'legging', 'but', 'i', "'m", 'new', 'to', 'this', 'athletic-wear', 'trend', 'regardless', 'i', 'wo', "n't", 'be', 'wearing', 'these', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['5306,909,66', 'underwhelmed', 'i', "'ve", 'never', 'spent', 'this', 'much', 'money', 'on', 'a', 'sweater', 'but', 'took', 'the', 'plunge', 'using', 'the', 'retailer', 'day', 'discount', 'still', 'painful', 'but', 'hopeful', 'it', 'would', 'be', 'worth', 'it', 'i', 'ordered', 'the', 'xl', 'hoping', 'to', 'compensate', 'for', 'the', 'shorter', 'length', 'and', 'it', 'fell', 'just', 'below', 'my', 'hip', 'bones', 'so', 'that', 'part', 'was', 'okay', 'while', 'this', 'looks', 'like', 'the', 'cashmere', 'is', 'on', 'the', 'thinner', 'side', 'so', 'the', 'garment', 'flows', 'nicely', 'it', "'s", 'not', 'the', 'weight', 'of', 'the', 'sweater', 'is', 'substantial', 'heavier', 'and', 'much', 'thicker', 'than', 'it', 'looks', 'the', 'color', 'is', 'different', 'too', 'it', "'s", 'tan', 'and', 'grey', 'not', 'whi', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['5307,1083,34', ',,4,1,0', 'general', 'dresses', 'dresses'] ['5308,585,44', 'better', 'than', 'expected', 'i', 'was', 'not', 'expecting', 'the', 'material', 'to', 'be', 'as', 'thick', 'as', 'it', 'is', 'it', 'has', 'a', 'wonderful', 'drape', 'and', 'hand', 'to', 'it', 'i', 'love', 'the', 'string', 'tie', 'straps', 'so', 'i', 'can', 'adjust', 'it', 'to', 'fall', 'on', 'my', 'chest', 'a', 'little', 'higher', 'it', 'seems', 'that', 'everything', 'is', 'too', 'low-cut', 'for', 'my', 'modest', 'taste', 'but', 'the', 'ties', 'let', 'you', 'decide', 'how', 'much', 'cleavage', 'to', 'show', 'finding', 'the', 'right', 'bra', 'is', 'always', 'a', 'little', 'bit', 'of', 'a', 'challenge', 'with', 'a', 'cami', 'but', 'i', 'usually', 'wear', 'them', 'under', 'sweaters', 'and', 'jackets', 'so', 'i', "'m", 'not', 'terribly', 'concerned', ',4,1,0', 'initmates', 'intimate', 'layering'] ['5309,895,54', 'adorable', 'i', 'love', 'this', 'poncho', 'i', 'would', 'wear', 'it', 'to', 'the', 'beach', 'or', 'even', 'for', 'fun', 'outing', 'like', 'wine', 'tasting', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5310,867,34', 'another', 'basic', 'top', 'to', 'add', 'to', 'your', 'work', 'wardrobe', 'love', 'the', 'draping', 'on', 'this', 'top', 'covers', 'the', 'stomach', 'area', 'and', 'looks', 'great', 'on', 'curvy', 'girls'] ['i', 'am', 'between', 'sizes', 'and', 'ended', 'up', 'purchasing', 'the', 'm.', 'fits', 'well', 'i', 'chose', 'the', 'mauve', 'which', 'is', 'more', 'of', 'a', 'light', 'gray/purple', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['5311,1078,48', 'stunning', 'dress', 'classic', 'retailer', 'stunning', 'dress', 'the', 'embroidery', 'is', 'beautiful', 'with', 'the', 'beads', 'and', 'details', 'the', 'blush', 'color', 'can', 'be', 'difficult', 'with', 'my', 'pale', 'complexion', 'but', 'i', 'did', "n't", 'have', 'trouble', 'with', 'this', 'i', 'got', 'a', 'ton', 'of', 'compliments', 'it', 'looks', 'a', 'bit', 'flat', 'on', 'top', 'on', 'the', 'model', 'i', "'m", 'not', 'very', 'curvy', 'and', 'it', 'accentuates', 'my', 'curves', 'nicely', 'it', 'does', "n't", 'hang', 'down', 'quite', 'so', 'much', 'as', 'it', 'looks', 'in', 'the', 'picture', 'but', 'has', 'a', 'more', 'classic', 'fit', 'and', 'flare', 'shape', 'very', 'flattering', ',5,1,0', 'general', 'dresses', 'dresses'] ['5312,895,22', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'the', 'colors', 'were', 'fabulous', 'but', 'it', 'was', 'boxy', 'and', 'fit', 'me', 'like', 'a', 'sack', 'the', 'slits', 'on', 'the', 'side', 'really', 'detracted', 'from', 'the', 'cute', 'fabric', 'and', 'the', 'hood', 'drooped', 'way', 'in', 'the', 'back', 'due', 'to', 'being', 'able', 'to', 'pull', 'away', 'from', 'the', 'slits', 'it', 'was', 'really', 'a', 'cute', 'idea', 'and', 'i', "'m", 'sad', 'it', 'did', "n't", 'work', 'i', 'started', 'not', 'to', 'order', 'it', 'based', 'on', 'the', 'first', 'review', 'but', 'i', 'wanted', 'to', 'give', 'it', 'a', 'chance', 'i', 'should', 'have', 'listened', ',2,0,12', 'general', 'tops', 'fine', 'gauge'] ['5313,895,54', 'keeper', 'was', "n't", 'expecting', 'this', 'to', 'look', 'good', 'on', 'when', 'i', 'grabbed', 'it', 'off', 'the', 'sale', 'rack', 'to', 'my', 'surprise', 'it', "'s", 'very', 'cute', 'the', 'very', 'high', 'up', 'slits', 'for', 'the', '2', 'front', 'panels', 'and', 'the', 'lightweight', 'knit', 'break', 'up', 'the', 'heavy', 'appearance', 'of', 'this', 'poncho', 'when', 'it', "'s", 'on', 'you', 'can', 'slip', 'your', 'arms', 'out', 'of', 'the', 'sleeves', 'to', 'keep', 'warm', 'when', 'the', 'evening', 'gets', 'cooler', 'i', 'love', 'it', 'got', 'the', 'gray', 'and', 'black', 'stripes', 'on', 'off', 'white', 'background', 'will', 'try', 'belting', 'the', 'two', 'front', 'panels', 'as', 'another', 'reviewer', 'suggested', 'i', "'m", '5', '3', 'petite', 'so', 'it', 'does', "n't", 'swallow', 'me', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5314,1020,32', 'cute', 'but', 'runs', 'huge', 'i', 'have', 'been', 'looking', 'for', 'a', 'button-down', 'denim', 'skirt', 'that', 'would', 'be', 'short', 'enough', 'for', 'me', 'and', 'was', 'glad', 'to', 'see', 'that', 'this', 'one', 'came', 'in', 'a', 'petite', 'i', 'ordered', 'it', 'in', 'a', '2p', 'and', 'a', '4p', 'with', 'plans', 'to', 'return', 'the', 'one', 'that', 'did', "n't", 'fit', '99', 'of', 'the', 'time', 'one', 'of', 'these', 'sizes', 'will', 'fit', 'me', 'in', 'this', 'case', 'however', 'even', 'the', '2p', 'was', 'slightly', 'too', 'big', 'i', "'m", 'going', 'to', 'exchange', 'for', 'a', '0p', 'for', 'anyone', 'who', 'normally', 'wears', 'a', '0', 'you', 'might', 'want', 'to', 'pass', 'on', 'this', 'as', 'it', 'will', 'probably', 'be', 'too', 'big'] [] ['on', 'the', 'plus', 'side', 'it', "'s", 'quite', 'lightweight', 'and', 'so', ',4,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['5315,895,39', 'fabulous', 'fall', 'poncho', 'i', 'love', 'this', 'poncho', 'it', "'s", 'perfect', 'for', 'chilling', 'saturday', 'mornings', 'at', 'the', 'soccer', 'field', 'it', "'s", 'a', 'nice', 'warm', 'layer', 'but', 'does', "n't", 'get', 'to', 'hot', 'pair', 'it', 'with', 'a', 'long', 'sleeve', 'shirt', 'jeans', 'and', 'some', 'boots', 'and', 'you', "'re", 'set', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5316,1020,58', 'love', 'this', 'skirt', 'i', 'have', 'been', 'looking', 'for', 'a', 'skirt', 'like', 'this', 'and', 'love', 'this', 'one', 'it', 'does', 'sit', 'a', 'little', 'high', 'on', 'your', 'waist', 'but', 'i', 'like', 'that', 'and', 'think', 'it', "'s", 'more', 'flattering', 'at', 'least', 'on', 'me', 'it', 'is', 'i', 'marked', 'that', 'it', 'runs', 'try', 'to', 'size', 'but', 'may', 'run', 'a', 'tiny', 'bit', 'on', 'the', 'larger', 'size', 'i', 'usually', 'wear', 'a', '4', 'but', 'a', '2', 'fit', 'great', 'and', 'it', "'s", 'been', 'a', 'long', 'time', 'since', 'i', "'ve", 'worn', 'a', '2', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5317,1020,36', 'great', 'wardrobe', 'staple', 'adorable', 'skirt', 'thought', 'the', 'a-line', 'and', 'length', 'were', 'great', '5', '4', 'and', '135lbs', 'went', 'up', 'a', 'size', 'and', 'it', 'fit', 'perfect', 'can', 'dress', 'it', 'up', 'or', 'down', 'really', 'happy', 'with', 'this', 'wardrobe', 'staple', 'not', 'too', 'stiff', 'denim', 'of', 'so', 'moves', 'well', 'and', 'feels', 'comfortable.,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5318,895,53', 'great', 'top', 'love', 'it', 'to', 'layer', 'it', 'is', 'not', 'heavy', 'the', 'perfect', 'weight', 'soft', 'material', 'my', 'daughters', 'all', 'want', 'to', 'steal', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5319,867,33', 'love', 'i', 'got', 'the', 'purple', 'and', 'its', 'a', 'lovely', 'muted', 'purple', 'almost', 'lavender', 'nice', 'quality', 'flattering', 'i', 'recently', 'had', 'a', 'baby', 'so', 'this', 'is', 'a', 'nice', 'shirt', 'to', 'hide', 'my', 'wobbly', 'bits', 'i', "'d", 'recommend', 'to', 'anyone', 'with', 'or', 'without', 'wobbly', 'bits', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['5320,1078,29', 'beautiful', 'but', 'was', "n't", 'quite', 'right', 'in', 'theory', 'this', 'dress', 'was', 'perfect', 'for', 'me', 'the', 'colors', 'the', 'embroidery', 'the', 'sheer', 'top', 'and', 'keyhole', 'back', 'so', 'romantic', 'sigh', 'something', 'about', 'the', 'fit', 'just', 'kept', 'it', 'from', 'being', 'a', 'wow', 'moment', 'i', "'m", 'usually', '10-12', 'the', '12', 'was', 'way', 'too', 'big', 'the', '10', 'more', 'fitted', 'but', 'still', 'it', 'was', "n't", 'quite', 'right', 'the', 'sheer', 'part', 'dips', 'quite', 'low', 'and', 'sizing', 'down', 'helped', 'but', 'it', 'could', 'still', 'be', 'a', 'lil', 'dangerous', 'i', 'kept', 'feeling', 'like', 'it', 'was', "n't", 'defining', 'my', 'waist', 'enough', 'and', 'wanted', 'a', 'tighter', 'waist', 'and', 'more', 'full', 'skirt', 'maybe', 'i', 'would', 'have', 'fel', ',4,1,1', 'general', 'dresses', 'dresses'] ['5321,867,41', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['5322,1011,30', 'cute', 'fit', 'love', 'the', 'pockets', 'the', 'only', 'critique', 'i', 'have', 'of', 'this', 'is', 'that', 'the', 'zipper', 'gets', 'stuck', 'at', 'the', 'waistband', 'every', 'time', 'i', 'try', 'to', 'zip', 'it', 'up', 'even', 'when', 'it', "'s", 'not', 'on', 'me', 'just', 'trying', 'to', 'hang', 'it', 'up', 'the', 'fabric', 'is', 'strange', 'but', 'really', 'cool', 'and', 'the', 'fit', 'is', 'nice', 'although', 'a', 'little', 'tiny', 'bit', 'big', 'on', 'me', 'i', 'am', '5', '5', 'with', 'a', '27', 'waist', 'and', 'i', 'got', 'a', 'size', '2.', 'the', 'pockets', 'are', 'awesome', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5323,895,62', 'gorgeous', 'i', 'wish', 'they', 'would', 'have', 'shown', 'this', 'belted', 'as', 'it', 'is', 'beyond', 'striking', 'if', 'you', 'slip', 'you', 'belt', 'thru', 'the', 'top', 'of', 'the', 'slit.under', 'the', 'fabric', 'and', 'bring', 'thru', 'the', 'front', 'belting', 'only', 'the', 'front', 'leaving', 'the', 'back', 'full', 'stunning', 'and', 'chic', 'because', 'of', 'the', 'colors', 'this', 'will', 'be', 'incredible', 'in', 'the', 'fall', 'i', 'plan', 'to', 'wear', 'with', 'all', 'my', 'on', 'trend', 'overalls', 'and', 'booties', 'madly', 'in', 'love', 'with', 'it', 'i', 'am', 'certain', 'if', 'all', 'these', '1', 'star', 'reviwes', 'played', 'with', 'it', 'in', 'the', 'fashion', 'they', 'too', 'would', 'have', 'given', '5', 'stars', 'the', 'knit', 'is', 'beautiful', 'and', 'again,5,1,2', 'general', 'tops', 'fine', 'gauge'] ['5324,895,43', 'pancholicious', 'great', 'green', 'color', 'combo', 'runs', 'a', 'bit', 'large', 'but', 'hangs', 'nicely', 'really', 'spruces', 'up', 'a', 't-shirt', 'and', 'jeans', 'wish', 'i', 'purchased', 'the', 'black', 'and', 'white', 'as', 'well', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5325,895,46', 'nice', 'neutral', 'colors', 'for', 'fall', 'i', 'am', 'usually', 'a', 'medium/large', 'and', 'was', 'pleased', 'to', 'fit', 'in', 'the', 'small/medium', 'that', 'i', 'ordered', 'after', 'reading', 'some', 'of', 'the', 'reviews', 'lovely', 'piece', 'great', 'to', 'wear', 'over', 'a', 'short', 'sleeve', 't-shirt', '3/4', 'of', 'a', 'sleeve', 'shirt', 'or', 'even', 'a', 'long', 'sleeve', 'shirt', 'when', 'weather', 'permits', 'here', 'in', 'florida', 'very', 'happy', 'i', 'ordered', 'this', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5326,1078,23', 'maid', 'of', 'honor', 'dress', 'to', 'be', 'this', 'dress', 'is', 'adorable', 'i', 'plan', 'on', 'wearing', 'it', 'as', 'maid', 'of', 'honor', 'in', 'my', 'sister', "'s", 'wedding', 'next', 'year', 'i', 'am', 'in', 'between', 'a', 'size', '4', 'and', '6', 'usually', 'go', 'with', '6', 'because', 'i', "'m", 'a', 'bit', 'busty', 'and', 'have', 'some', 'hips', 'but', 'since', 'i', 'got', 'it', 'after', 'it', 'was', 'put', 'on', 'clearance', 'only', 'a', 'size', '4', 'was', 'available.it', 'turned', 'out', 'to', 'be', 'a', 'perfect', 'fit', 'literally', 'i', 'tried', 'it', 'on', 'bra-less', 'if', 'i', 'had', 'any', 'sort', 'of', 'padded', 'bra', 'then', 'i', 'would', 'have', 'trouble', 'fitting', 'in', 'the', 'top', 'section', 'which', 'worked', 'out', 'perfectly', 'since', 'the', 'arm', 'holes', 'are', 'a', 'bit', 'low', 'i', 'think', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['5327,1020,44', 'nice', 'basic', 'skirt', 'this', 'skirt', 'was', 'placed', 'next', 'to', 'the', 'gallery', 'skirt', 'corduroy', 'skirt', 'and', 'i', 'thought', 'it', 'was', 'the', 'same', 'until', 'i', 'touched', 'the', 'fabric', 'and', 'realized', 'it', 'was', 'denim', 'the', 'material', 'is', 'not', 'the', 'average', 'stiff', 'jean', 'type', 'but', 'much', 'thinner', 'cotton', 'material', 'i', 'am', 'surprised', 'that', 'this', 'skirt', 'is', 'now', 'released', 'because', 'i', 'feel', 'that', 'it', 'should', 'have', 'belonged', 'to', 'the', 'summer', 'collection', 'i', 'think', 'it', 'is', 'a', 'nice', 'basic', 'casual', 'skirt', 'if', 'you', 'need', 'one', 'kudos', 'for', 'the', 'unique', 'buttons', 'the', 'first', 'button', 'is', 'decorative', 'which', 'stands', 'out', 'from', 'the', 'rest', 'of', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5328,895,32', 'great', 'fabric', 'and', 'design', 'beautiful', 'pattern', 'with', 'flattering', 'angled', 'bottom', 'hem', 'and', 'fringe', 'so', 'soft', 'and', 'comfortable', 'the', 'hood', 'is', 'cuter', 'left', 'down', 'perfect', 'transitional', 'piece', 'for', 'fall', 'i', 'got', 'the', 'neutral', 'color', 'and', 'it', 'is', 'so', 'easy', 'to', 'wear', 'i', "'m", '5', '3', 'and', 'got', 'the', 's/xs', 'size', 'and', 'feel', 'that', 'it', 'is', 'still', 'wearable', 'i', 'second', 'the', 'opinion', 'one', 'reviewer', 'mentioned', 'about', 'wearing', 'a', 'belt', 'through', 'the', 'slit', 'over', 'the', 'front', 'part', 'definitely', 'works', 'well', 'and', 'makes', 'for', 'an', 'effortlessly', 'stylish', 'look', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5329,895,54', 'retailer', 'clothes', 'i', 'love', 'all', 'my', 'retailer', 'clothes', 'it', "'s", 'my', 'favorite', 'store', 'i', 'even', 'love', 'the', 'displays', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5330,1011,54', 'dramatic', 'in', 'every', 'way', 'love', 'the', 'clean', 'lines', 'the', 'texture', 'and', 'the', 'slight', 'sheen', 'on', 'this', 'skirt', 'which', 'does', 'run', 'a', 'bit', 'large', 'in', 'the', 'waist', 'the', 'online', 'photos', 'are', 'very', 'true', 'to', 'what', 'the', 'fabric', 'looks', 'like', 'it', 'is', 'a', 'stiffer', 'but', 'lightweight', 'fabric', 'so', 'the', 'skirt', 'stands', 'away', 'from', 'the', 'body', 'the', 'quality', 'of', 'the', 'finish', 'is', 'excellent', 'and', 'i', 'really', 'appreciate', 'the', 'hidden', 'zipper', 'and', 'pockets'] [] ['fit', 'runs', 'large', 'in', 'the', 'waist', 'the', 'size', '2', 'i', 'have', 'measures', '27', 'on', 'the', 'top', 'inside', 'of', 'the', 'waistband', 'and', 'i', 'think', 'the', 'model', 'is', 'wearing', 'a', 'size', 'too', 'loose', 'oth', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5331,1020,45', ',love', 'this', 'skirt', 'length', 'and', 'the', 'detail', 'buttons', 'also', 'great', 'give', 'to', 'the', 'jean', 'fabric', 'looks', 'great', 'on', 'and', 'runs', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5332,895,42', 'good', 'value', 'flattering', 'poncho', 'pair', 'well', 'with', 'leggings', 'or', 'skinny', 'jeans', 'and', 'booties', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5333,1082,32', 'wanted', 'to', 'love', 'it', 'the', 'dresss', 'is', 'much', 'shorter', 'than', 'described', 'very', 'see', 'thru', 'though', 'guess', 'you', 'can', 'tell', 'from', 'picture', 'expected', 'more', 'for', 'the', 'price', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['5334,272,41', 'beautiful', 'i', 'was', 'a', 'little', 'bit', 'afraid', 'to', 'purchase', 'this', 'because', 'of', 'the', 'price', 'but', 'i', 'am', 'so', 'glad', 'i', 'did', 'because', 'this', 'is', 'a', 'gorgeous', 'swimsuit', 'the', 'quality', 'is', 'amazing', 'and', 'the', 'colors', 'are', 'exactly', 'as', 'pictured', 'i', 'have', 'a', 'small-ish', 'frame', 'with', 'a', 'big', 'bust', 'and', 'this', 'style', 'keeps', 'my', 'figure', 'very', 'flattering', 'without', 'making', 'my', 'chest', 'look', 'too', 'big', 'or', 'heavy', ',5,1,2', 'initmates', 'intimate', 'swim'] ['5335,1095,40', 'i', 'normally', 'wear', 'a', '4', 'and', 'that', 'technically', 'fit', 'if', 'i', 'did', "n't", 'plan', 'to', 'sit', 'i', 'went', 'a', 'size', 'up', 'and', 'it', 'was', 'still', 'gorgeous', 'but', 'now', 'i', 'could', 'breathe', 'it', 'is', 'incredibly', 'sexy', 'yet', 'sophisticated', 'my', 'husband', 'is', 'always', 'asking', 'why', 'i', 'need', 'another', 'dress', 'and', 'when', 'he', 'saw', 'me', 'in', 'he', 'fitting', 'room', 'his', 'eyes', 'lit', 'up', 'and', 'he', 'said', 'you', 'definitely', 'need', 'to', 'get', 'this', 'dress', 'needless', 'to', 'say', 'i', "'ll", 'wear', 'it', 'on', 'our', 'next', 'date', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5336,1058,36', 'weird', 'fit', 'makes', 'you', 'look', 'like', 'you', "'re", 'on', 'stilts', 'i', 'was', 'so', 'excited', 'about', 'these', 'pants', 'but', 'they', 'were', 'a', 'total', 'disappointment', 'in', 'person', 'the', 'fabric', 'is', 'a', 'rough', 'gauzy', 'texture', 'the', 'bottom', 'has', 'a', 'big', 'hem', 'that', 'weighs', 'down', 'the', 'pants', 'and', 'makes', 'them', 'hang', 'funny', 'like', 'you', 'are', 'walking', 'on', 'stilts', 'or', 'something', 'they', 'do', 'not', 'hang', 'or', 'move', 'well', 'on', 'the', 'body', 'also', 'they', 'are', 'very', 'long', 'but', 'small', 'in', 'the', 'waist', 'and', 'have', 'a', 'high', 'crotch', 'so', 'the', 'fit', 'is', 'pretty', 'off', 'sadly', 'these', 'are', 'going', 'back', ',1,0,14', 'general', 'bottoms', 'pants'] ['5337,1095,37', 'pretty', 'i', 'am', 'five', 'foot', 'tall', 'about', '103lb', 'and', 'got', 'the', 'petite', 'zero', 'it', 'fits', 'perfectly', 'and', 'i', 'love', 'the', 'flower', 'pattern', 'great', 'for', 'weddings', 'parties', 'or', 'work', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5338,985,53', 'instead', 'of', 'denim', 'great', 'little', 'summer', 'jacket', 'that', 'takes', 'the', 'place', 'of', 'a', 'jean', 'jacket', 'i', 'am', 'not', 'usually', 'fond', 'of', 'olive', 'green', 'but', 'this', 'is', 'a', 'bit', 'deeper', 'than', 'a', 'drab', 'olive', 'without', 'being', 'too', 'green', 'it', 'is', 'sooo', 'soft', 'and', 'comfortable', 'that', 'i', 'find', 'i', 'am', 'pairing', 'it', 'with', 'all', 'sorts', 'of', 'outfits', 'fits', 'tts', 'if', 'you', 'are', 'going', 'for', 'the', 'look', 'on', 'the', 'model-', 'not', 'too', 'fitted'] ['i', 'highly', 'recommend', 'this', 'timeless', 'piece', ',5,1,7', 'general', 'petite', 'jackets', 'jackets'] ['5339,1094,33', 'average', 'this', 'dress', 'is', 'made', 'of', 'nice', 'thick', 'stretchy', 'fabric', 'comfortable', 'on', 'but', 'fairly', 'tight', 'and', 'body', 'hugging', 'i', 'liked', 'the', 'fabric', 'but', 'it', 'was', 'the', 'length', 'that', 'got', 'me', 'i', 'tired', 'on', 'a', '6', 'i', "'m", '5', '6', 'and', 'this', 'dress', 'was', 'just', 'at', 'that', 'awkward', 'length', 'made', 'me', 'look', 'short', 'and', 'stunted', 'not', 'a', 'wow', 'piece', ',3,0,8', 'general', 'petite', 'dresses', 'dresses'] ['5340,1095,21', 'beautiful', 'dress', 'i', 'am', '5', '3', 'and', '120', 'lbs', 'for', 'reference', 'and', 'pear', 'shaped', 'and', 'this', 'dress', 'in', 'a', '4', 'petite', 'fit', 'like', 'a', 'glove', 'granted', 'not', 'a', 'dress', 'i', 'would', 'want', 'to', 'gain', 'weight', 'in', 'but', 'fit', 'perfectly', 'usually', 'i', 'am', 'a', '2', 'in', 'retailer', 'dresses', 'but', 'read', 'other', 'reviews', 'and', 'definitely', 'made', 'the', 'right', 'choice', 'it', 'hits', 'at', 'a', 'very', 'flattering', 'length', 'even', 'for', 'someone', 'as', 'short', 'as', 'i', 'am', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5341,877,63', 'love', 'it', 'i', 'love', 'this', 'shirt', 'it', 'is', 'so', 'different', 'from', 'most', 'things', 'i', 'get', 'but', 'such', 'a', 'fun', 'change', 'the', 'colors', 'are', 'bright', 'and', 'fun', 'you', 'totally', 'do', 'not', 'have', 'to', 'be', 'western', 'to', 'enjoy', 'this', 'shirt', 'and', 'it', "'s", 'fun', 'for', 'a', 'good', 'country', 'dancing/party/concert', 'too', 'my', 'roommate', 'has', 'already', 'asked', 'to', 'borrow', 'it', 'as', 'in', 'she', "'s", 'wearing', 'it', 'at', 'a', 'concert', 'as', 'i', 'type', 'this', 'it', 'is', 'incredibly', 'comfortable', 'i', 'got', 'the', 'xs', 'and', 'was', 'kind', 'of', 'surprised', 'it', 'still', 'felt', 'a', 'little', 'big', 'but', 'i', 'kept', 'the', 'size', 'to', 'wear', 'it', 'half', 'tucked', 'or', 'even', 'kind', 'of', 'oversized', 'i', 'w,5,1,0', 'general', 'tops', 'knits'] ['5342,828,25', 'staple', 'top', 'i', 'bought', 'this', 'top', 'to', 'have', 'so', 'that', 'i', 'can', 'pair', 'it', 'with', 'a', 'lot', 'of', 'my', 'other', 'wardrobe', 'pieces', 'the', 'top', 'is', 'amazing', 'it', 'is', 'soft', 'great', 'fabric', 'a', 'cute', 'cut', 'and', 'can', 'be', 'styled', 'in', 'so', 'many', 'ways', 'definitely', 'worth', 'the', 'buy', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5343,1095,21', 'great', 'dress', 'i', 'ordered', 'this', 'dress', 'and', 'loved', 'loved', 'it', 'beautiful', 'great', 'fabric', 'the', 'length', 'was', 'even', 'perfect', 'for', 'me', 'and', 'i', "'m", '5', '4', 'i', 'am', 'usually', 'a', 'size', '8', 'but', 'ordered', 'up', 'to', 'a', '10', 'because', 'i', 'am', 'a', 'little', 'woman', 'with', 'the', 'exception', 'of', 'my', 'chest', 'i', 'have', 'ordered', 'dresses', 'before', 'from', 'retailer', 'where', 'i', 'had', 'to', 'order', 'certain', 'dresses', 'a', 'size', 'larger', 'and', 'they', 'worked', 'unfortunately', 'this', 'time', 'it', 'was', "n't", 'to', 'be', 'tried', 'the', 'dress', 'on', 'and', 'it', 'fit', 'nicely', 'until', 'the', 'side', 'zipper', 'got', 'to', 'my', 'chest', 'area', 'i', 'would', 'have', 'ordered', 'another', 'size', 'lar', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5344,1095,46', 'classic/modern', 'style', 'this', 'dress', 'is', 'made', 'well', 'the', 'construction/sewing', 'details', 'give', 'the', 'dress', 'a', 'beautiful', 'shape', 'it', 'has', 'a', 'nice', 'zipper', 'at', 'the', 'back', 'and', 'fabric', 'feels', 'light', 'pockets', 'are', 'a', 'good', 'size', 'skirt', 'flows', 'but', 'does', "n't", 'feel', 'heavy', 'fit', 'is', 'comfortable', 'i', 'typically', 'wear', 'somewhere', 'between', 'a', 'size', '4/6', 'i', 'ordered', 'a', '4', 'and', 'it', 'fits', 'just', 'right', 'i', "'m", '5', '6', 'and', 'it', 'falls', 'below', 'my', 'knee', 'length', 'is', 'nice', 'armholes', 'are', 'a', 'bit', 'lower', 'than', 'i', 'thought', 'but', 'not', 'too', 'low', 'it', "'s", 'a', 'classic/modern', 'look', 'it', 'was', 'sold', 'out', 'when', 'i', 'first', 'wanted', 'to', 'buy', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5345,1095,37', 'great', 'design', 'sizing', 'tough', 'i', 'absolutely', 'loved', 'this', 'dress', 'when', 'i', 'first', 'saw', 'it', 'the', 'fit', 'was', 'not', 'quite', 'what', 'i', 'expected', 'i', 'usually', 'sport', 'a', '0', 'or', '2', 'but', 'this', 'dress', 'would', "n't", 'zip', 'up', 'all', 'the', 'way', 'in', 'a', '2', 'so', 'i', 'return/exchanged', 'it', 'for', 'a', '4', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5346,1059,46', 'fabulous', 'pants', 'i', 'have', 'a', 'booty', 'and', 'these', 'pants', 'love', 'it', 'they', 'fit', 'my', 'curves', 'size', '10', 'with', 'flat', 'abs', 'but', 'as', 'i', 'said', 'a', 'booty', 'all', 'while', 'looking', 'professional', 'at', 'm', 'y', 'husband', "'s", 'insistence', 'i', "'m", 'buying', 'they', 'grey', 'too', ',5,1,3', 'general', 'bottoms', 'pants'] ['5347,1095,62', 'size', 'up', 'for', 'comfort', 'maeve', 'really', 'keeps', 'me', 'guessing', 'on', 'sizing', 'usually', 'too', 'big', 'but', 'this', 'one', 'is', 'too', 'small', 'in', 'my', 'normal', '4', 'so', 'i', 'went', 'with', 'the', '6', 'for', 'comfortable', 'movement', 'while', 'still', 'maintaining', 'the', 'intentional', 'fitted', 'look', 'fabric', 'is', 'of', 'beautiful', 'quality', 'colors', 'are', 'true', 'to', 'the', 'picture', 'just', 'a', 'gorgeous', 'timeless', 'dress', 'that', 'i', 'imagine', 'wearing', 'to', 'many', 'special', 'events', 'or', 'with', 'a', 'denim', 'jacket', 'over', 'it', 'for', 'work', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5348,1142,20', 'order', 'only', 'if', 'you', 'like', 'super', 'sparkly', 'metallic', 'trim', 'i', 'was', 'excited', 'to', 'buy', 'this', 'sweater', 'based', 'on', 'the', 'online', 'pictures', 'although', 'the', 'ombre', 'coloring', 'is', 'beautiful', 'in', 'person', 'i', 'did', 'not', 'like', 'the', 'metallic', 'trim', 'at', 'waist', 'cuffs', 'the', 'pictures', 'do', "n't", 'really', 'show', 'the', 'extreme', 'brightness', 'of', 'the', 'trim', 'it', 'looks', 'literally', 'like', 'xmas', 'ribbons', 'were', 'sewn', 'into', 'the', 'sweater', 'to', 'me', 'it', 'looked', 'like', 'something', 'a', 'child', 'would', 'wear', 'i', 'ordered', 'the', '1', 'which', 'was', 'the', 'smallest', 'size', 'offered', 'it', 'is', 'oversized', 'without', 'much', 'shape', 'and', 'i', 'felt', 'it', 'added', 'bulk', 'around', 'the', 'middle', ',3,1,0', 'general', 'trend', 'trend'] ['5349,1059,41', 'stretch', 'out', 'these', 'pants', 'are', 'so', 'cute', 'and', 'comfortable', 'that', 'i', 'ordered', 'each', 'color', 'after', 'wearing', 'the', 'black', 'ones', 'one', 'day', 'they', 'stretched', 'out', 'so', 'badly', 'that', 'i', 'returned', 'the', 'other', 'two', 'colors', 'i', 'wish', 'the', 'fabric', 'was', 'thicker', 'with', 'more', 'stretch', 'because', 'the', 'style', 'and', 'cut', 'is', 'really', 'cute', 'bummer', ',3,0,0', 'general', 'bottoms', 'pants'] ['5350,985,33', 'perfect', 'this', 'jacket', 'is', 'so', 'great', 'i', "'ve", 'gone', 'through', 'a', 'few', 'seasons', 'now', 'trying', 'to', 'find', 'that', 'one', 'perfect', 'little', 'olive', 'green', 'jacket', 'this', 'one', 'wins', 'the', 'color', 'is', 'nice', 'and', 'saturated', 'the', 'fabric', 'is', 'soft', 'and', 'drapey', 'so', 'it', "'s", 'still', 'flattering', 'to', 'my', 'shape', 'it', "'s", 'slightly', 'relaxed', 'and', 'i', 'think', 'it', 'creates', 'an', 'easy', 'look', 'i', "'ve", 'already', 'worn', 'this', 'with', 'a', 'dress', 'and', 'it', 'will', 'finish', 'off', 'many', 'other', 'looks', 'in', 'my', 'closet', 'yea', 'i', "'m", '5', '6', '138', 'lbs', 'and', 'took', 'a', 'medium', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5351,831,38', 'lovely', 'top', 'for', 'fuller', 'figures', 'gorgeous', 'top', 'and', 'generous', 'to', 'fuller', 'figures', 'i', 'meant', 'to', 'order', 'an', 'xl', 'but', 'somehow', 'ended', 'up', 'with', 'the', 'l.', 'was', 'positive', 'i', "'d", 'have', 'to', 'return', 'it', 'but', 'it', 'was', 'perfect', 'went', 'back', 'and', 'bought', 'the', 'white', 'it', "'s", 'one', 'of', 'those', 'wonderful', 'pieces', 'that', 'feels', 'classy', 'and', 'fun', 'at', 'the', 'same', 'time', 'very', 'flattering', 'fit', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5352,877,75', 'perfect', 'western', 'scene', 'love', 'the', 'print', 'so', 'much', 'it', 'is', 'a', 'bit', 'boxy', 'but', 'for', 'the', 'length', 'i', 'needed', 'to', 'size', 'up', 'to', 'a', 's', 'from', 'my', 'usual', 'xs', 'with', 'my', 'long', 'torso', 'at', '5', '7', '111lbs', 'i', "'m", 'thinking', 'that', 'sizing', 'up', 'will', 'also', 'save', 'me', 'from', 'any', 'potential', 'dryer', 'accidents', 'but', 'it', 'does', "n't", 'really', 'matter', 'what', 'size', 'you', 'get-just', 'get', 'it', 'for', 'the', 'cute', 'print', 'scene', ',5,1,0', 'general', 'tops', 'knits'] ['5353,1095,23', 'this', 'is', 'a', 'great', 'dress', 'that', 'i', 'wear', 'to', 'work', 'but', 'would', 'also', 'wear', 'to', 'a', 'cocktail', 'party', 'or', 'wedding', 'it', 'rides', 'up', 'a', 'tiny', 'but', 'but', 'is', 'long', 'enough', 'that', 'i', 'feel', 'completely', 'comfortable', 'it', 'is', 'tiny', 'up', 'top', 'so', 'i', "'d", 'recommend', 'ordering', 'up', 'if', 'you', 'have', 'any', 'chest', 'i', "'m", '5', '4', '100lbs', 'bra', 'size', '32b', 'and', 'it', 'was', 'a', 'two-person', 'job', 'to', 'get', 'the', 'bodice', 'zipped', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['5354,965,41', 'wish', 'it', 'worked', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'jacket', 'based', 'on', 'the', 'photo', 'i', 'even', 'waited', 'for', 'it', 'to', 'come', 'back', 'in', 'stock', 'the', 'detail', 'is', 'beautiful', 'but', 'it', 'is', 'shapeless', 'and', 'boxy', 'for', 'reference', 'i', 'ordered', 'xs', 'and', 'i', 'am', 'usually', 'a', '0/2', 'on', 'top', 'small', 'chested', 'it', 'might', 'look', 'better', 'on', 'someone', 'with', 'a', 'larger', 'chest', 'but', 'looked', 'like', 'a', 'sack', 'on', 'me', 'so', 'disappointing', ',3,0,6', 'general', 'jackets', 'jackets'] ['5355,840,46', 'scratchy', 'material', 'plaid', 'does', "n't", 'align', 'i', 'ordered', 'this', 'top', 'in', 'size', 'xl', 'there', 'is', 'a', 'lot', 'of', 'excess', 'material', 'below', 'the', 'empire', 'waist', 'so', 'it', 'flows', 'out', 'too', 'much', 'this', 'accentuated', 'my', 'pear-shape', 'and', 'was', 'unflattering', 'the', 'sizing', 'on', 'the', 'top', 'portion', 'sleeves', 'was', 'true-to-size'] [] ['the', 'material', 'is', 'so', 'rough', 'scratchy', 'uncomfortable', 'they', 'should', 'have', 'used', 'a', 'softer', 'fabric', 'the', 'pattern', 'alignment', 'is', 'terrible', 'on', 'the', 'one', 'i', 'received', 'at', '100', 'i', 'hoped', 'the', 'plaid', 'would', 'have', 'flowed', 'in', 'a', 'continuous', 'matching', 'line', 'i', 'did', "n't", 'notice', 'the', 'mismatched', 'sleeves', 'of', 'the', ',1,0,3', 'general', 'tops', 'blouses'] ['5356,1059,62', 'love', 'these', 'pants', 'i', 'have', 'a', 'hard', 'time', 'finding', 'slacks', 'that', 'are', 'a', 'step', 'up', 'from', 'jeans', 'and', 'that', 'is', 'why', 'these', 'are', 'such', 'a', 'great', 'find', 'they', 'feel', 'great', 'fit', 'well', 'the', 'price', 'was', 'good', 'even', 'before', 'i', 'got', 'them', 'on', 'sale', 'i', 'love', 'the', 'color', 'and', 'they', 'seem', 'like', 'they', 'will', 'be', 'easy', 'to', 'take', 'care', 'of', 'wish', 'they', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'bottoms', 'pants'] ['5357,1095,66', 'beautiful', 'fit', 'and', 'excellent', 'quality', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'purchased', 'it', 'in', 'my', 'usual', 'size', '2', 'petite', 'and', 'it', 'looks', 'as', 'though', 'it', 'was', 'made', 'for', 'me', 'the', 'combination', 'of', 'the', 'placement', 'of', 'the', 'pattern', 'and', 'the', 'cut', 'of', 'the', 'dress', 'was', 'quite', 'figure', 'flattering', 'the', 'only', 'tiny', 'issues', 'i', 'had', 'were', 'that', 'the', 'dress', 'fell', 'to', 'the', 'middle', 'of', 'my', 'kneecaps', 'and', 'may', 'need', 'a', 'hem', 'in', 'addition', 'the', 'dress', 'takes', 'a', 'bit', 'of', 'maneuvering', 'to', 'get', 'into', 'due', 'to', 'the', 'side', 'zipper', 'and', 'the', 'close', 'fit', 'despite', 'these', 'issues', 'i', 'feel', 'that', 'it', 'is', 'definitely', 'worth', 'buying', 'and', 'i', 'will', 'be', 'k', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['5358,877,33', 'wild', 'wild', 'west', 'i', 'really', 'like', 'this', 'shirt', 'i', 'fell', 'for', 'it', 'after', 'seeing', 'it', 'paired', 'with', 'grey', 'jeans', 'but', 'when', 'i', 'searched', 'the', 'entire', 'website', 'i', 'could', "n't", 'find', 'it', 'then', 'a', 'couple', 'of', 'days', 'later', 'it', 'appeared', 'i', 'was', 'super', 'excited', 'and', 'i', "'m", 'glad', 'i', 'ordered', 'it', 'i', 'was', 'not', 'disappointed', 'the', 'shirt', 'is', 'soft', 'and', 'long', 'enough', 'to', 'cover', 'my', 'waist', 'area', 'without', 'riding', 'up', 'if', 'i', 'bent', 'at', 'the', 'waist', 'the', 'colors', 'are', 'very', 'vibrant', 'and', 'its', 'quite', 'stylish', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'fit', 'perfectly', ',5,1,2', 'general', 'tops', 'knits'] ['5359,1095,31', 'classic', 'but', 'unique', 'this', 'dress', 'is', 'really', 'beautiful', 'i', 'was', 'looking', 'for', 'something', 'to', 'wear', 'to', 'a', 'summer', '6', "o'clock", 'wedding', 'and', 'this', 'dress', 'will', 'work', 'perfectly', 'the', 'fabric', 'is', 'smooth', 'and', 'has', 'a', 'tiny', 'bit', 'of', 'sheen', 'to', 'it', 'which', 'makes', 'it', 'look', 'a', 'little', 'nicer', 'and', 'more', 'formal', 'however', 'you', 'can', 'easily', 'dress', 'it', 'down', 'my', 'only', 'issue', 'was', 'the', 'length', 'i', "'m", '5', '4', 'and', 'this', 'dress', 'was', 'way', 'too', 'long', 'definitely', 'need', 'to', 'take', 'off', 'about', '5', 'or', '6', 'inches', 'i', 'also', 'had', 'to', 'size', 'up', 'i', 'could', 'have', 'tried', 'the', 'petite', 'but', 'it', 'fit', 'so', 'well', 'everywhere', 'except', 'length', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['5360,831,34', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5361,985,53', 'cute', 'i', 'bought', 'both', 'the', 'small', 'and', 'the', 'medium', 'and', 'seem', 'to', 'be', 'right', 'in', 'between', 'the', 'small', 'is', 'a', 'tad', 'tight', 'through', 'the', 'shoulders', 'and', 'arms', 'but', 'the', 'medium', 'feels', 'a', 'bit', 'baggy', 'it', 'is', 'soft', 'and', 'hangs', 'nicely', 'i', 'just', 'need', 'to', 'figure', 'out', 'if', 'i', 'will', 'wear', 'it', 'enough', 'to', 'justify', 'the', 'price', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5362,877,22', 'darling', 'i', "'ve", 'been', 'moving', 'toward', 'a', 'simple', 'tee', 'and', 'jean', 'wardrobe', 'and', 'this', 'is', 'the', 'perfect', 'addition', 'it', "'s", 'so', 'fun', 'and', 'different', 'and', 'so', 'comfortable', 'i', "'ve", 'been', 'loving', 'retailer', "'s", 'new', 'tee', "'s", 'it', 'runs', 'a', 'little', 'large', 'but', 'in', 'a', 'cute', 'way', ',5,1,0', 'general', 'tops', 'knits'] ['5363,1095,48', 'i', 'found', 'that', 'this', 'dress', 'ran', 'very', 'small', 'i', 'am', 'true', '8', 'ordered', 'a', '10', 'and', 'it', 'was', 'snug', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['5364,1095,41', 'great', 'dress', 'i', "'m", '6', 'ft', 'tall', 'and', 'usually', 'wear', 'a', 'size', '10/12', 'but', 'had', 'to', 'size', 'up', 'to', 'a', '14', 'because', 'this', 'dress', 'runs', 'a', 'bit', 'small', 'around', 'the', 'waist', 'it', "'s", 'a', 'beautiful', 'dress', 'it', 'hit', 'me', 'right', 'below', 'the', 'knee', 'so', 'might', 'be', 'long', 'on', 'shorter', 'gals', 'i', 'received', 'many', 'compliments', 'on', 'this', 'dress', 'the', 'colors', 'are', 'beautiful', 'the', 'main', 'color', 'of', 'the', 'dress', 'is', 'a', 'dark', 'navy', 'it', 'looked', 'black', 'online', 'definitely', 'buy', 'this', 'dress', 'it', "'s", 'a', 'great', 'work', 'dress', 'and', 'you', 'wo', "n't", 'be', 'sorry', 'that', 'you', 'did', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5365,1094,57', 'great', 'versatile', 'dress', 'love', 'this', 'dress', 'can', 'be', 'dressed', 'down', 'or', 'up', 'for', 'dresser', 'occasions', 'i', 'did', 'order', 'a', 'petite', 'which', 'i', 'usually', 'do', "n't", 'do', 'but', 'due', 'to', 'the', 'length', 'being', 'so', 'long', 'but', 'the', 'petite', 'is', 'just', 'right', 'hitting', 'a', 'couple', 'inches', 'below', 'the', 'knee', 'i', "'m", '5', '4', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['5366,877,25', 'love', 'love', 'love', 'this', 'shirt', 'and', 'the', 'print', 'i', 'would', 'wear', 'it', 'all', 'the', 'time', 'if', 'socially', 'acceptable', 'i', "'ve", 'only', 'worn', 'it', 'once', 'but', 'have', 'already', 'gotten', 'so', 'many', 'compliments', 'there', 'are', 'hints', 'of', 'neon', 'in', 'the', 'coloring', 'that', 'ca', "n't", 'really', 'be', 'seen', 'in', 'the', 'pictures', 'i', 'saw', 'it', 'in', 'store', 'and', 'fell', 'in', 'love', 'and', 'then', 'decided', 'to', 'splurge', 'when', 'i', 'saw', 'it', 'online', 'and', 'could', "n't", 'think', 'of', 'life', 'without', 'it.,5,1,0', 'general', 'tops', 'knits'] ['5367,965,47', 'it', "'s", 'cute', 'i', 'thought', 'it', 'would', 'have', 'been', 'heavier', 'surprised', 'it', 'was', 'so', 'thin', 'but', 'it', 'works', 'i', 'live', 'in', 'the', 'deep', 'south', 'so', 'it', 'does', "n't", 'get', 'that', 'cold', 'i', 'wore', 'it', 'to', 'dinner', 'with', 'a', 'black', 'top', 'and', 'jeans', 'it', 'was', 'super', 'cute', 'i', "'m", 'happy', 'with', 'my', 'purchase', ',4,1,0', 'general', 'jackets', 'jackets'] ['5368,877,82', 'western', 't', 'this', 'is', 'a', 'cute', 't', 'with', 'colors', 'that', 'blend', 'with', 'so', 'many', 'things', 'i', 'already', 'have', 'in', 'my', 'closet'] ['and', 'i', 'love', 'the', 'western', 'theme', 'which', 'is', "n't", 'at', 'all', 'girly', 'usually', 'i', 'purchase', 'v-neck', 'items', 'because'] ['they', 'suit', 'me', 'best', 'but', 'i', 'could', "n't", 'pass', 'up', 'the', 'idea', 'of', 'cactus', 'and', 'succulents', 'it', 'will', 'be', 'a', 'fun'] ['shirt', 'to', 'wear', ',4,1,0', 'general', 'tops', 'knits'] ['5369,985,59', 'this', 'came', 'in', 'the', 'mail', 'today', 'i', 'was', "n't", 'sure', 'of', 'my', 'size', 'so', 'i', 'ordered', 'a', 's', 'm.', 'i', 'tried', 'on', 'the', 'small', 'first', 'and', 'it', 'fit', 'perfect', 'i', 'never', 'tried', 'on', 'the', 'medium', 'fyi', 'i', "'m", '5', '5', '125', 'lbs.', '34a', 'in', 'the', 'chest', 'this', 'jacket', 'is', 'a', 'keeper'] ['it', 'is', 'so', 'soft', 'comfortable', 'on', 'i', 'love', 'olive', 'as', 'it', 'goes', 'with', 'everything', 'it', 'can', 'be', 'super', 'casual', 'or', 'dressier', 'depending', 'upon', 'what', 'you', "'re", 'wearing', 'i', 'also', 'like', 'that', 'it', 'is', 'collarless', 'as', 'that', 'better', 'allows', 'for', 'a', 'wrapped', 'scarf', 'i', 'will', 'use', 'this', 'jacket', 'a', 'lot', ',5,1,5', 'general', 'petite', 'jackets', 'jackets'] ['5370,877,67', 'perfect', 'print', 'tee', 'under', 'denim', 'shirt', 'i', 'bought', 'both', 'of', 'these', 'tees', 'and', 'they', 'are', 'perfect', 'under', 'my', 'new', 'fringe', 'denim', 'cloth', 'stone', 'shirt', 'and', 'dress', 'had', 'to', 'have', 'both', 'the', 'gray', 'tee', 'is', 'so', 'cute', 'has', 'every', 'color', 'of', 'all', 'my', 'pilcro', 'chinos', 'what', 'a', 'bonus', 'looks', 'too', 'cute', 'paired', 'with', 'the', 'denim', 'shirts', 'and', 'is', 'a', 'great', 'fall', 'transition', 'i', 'dressed', 'up', 'the', 'cowboy', 'tee', 'with', 'a', 'chunky', 'green', 'stone', 'necklace', 'i', 'bought', 'the', 'small', 'and', 'for', 'reference', 'am', '5', '3', 'and', '32h', 'bra', 'size', 'and', 'have', 'no', 'pulling', 'so', 'they', 'are', 'tts', 'and', 'only', 'slightly', 'shaped', 'which', 'works', 'perfect', 'for', 'us', 'bus', ',5,1,0', 'general', 'tops', 'knits'] ['5371,1142,83', 'omg', 'gorgeous', 'sweaters', 'i', 'just', 'received', 'these', 'sweaters', 'could', "n't", 'decide', 'which', 'color', 'i', 'liked', 'best', 'blue', 'and', 'green', 'are', 'my', 'favs'] ['and', 'so', 'i', 'ordered', 'them', 'both'] ['they', 'are', 'a', 'wow'] ['i', 'am', 'totally', 'in', 'love', 'with', 'both', 'of', 'them'] ['they', 'are', 'sooooooooooooooo', 'beautiful'] ['beyond', 'my', 'wildest', 'expectations'] ['i', 'wear', 'a', 'size', '8', 'and', 'ordered', 'the', 'size', '2', 'and', 'it', 'fits', 'perfectly', 'a', '2', 'is', 'a', 'size', 'medium', 'per', 'call', 'to', 'retailer', 'before', 'i', 'ordered', 'and', '1', 'is', 'small', 'ad', '0', 'is', 'extra', 'small'] ['this', 'is', 'a', 'bulky', 'cuddly', 'winter', 'sweater', 'with', 'a', 'touch', 'of', 'glam', 'w', ',5,1,1', 'general', 'trend', 'trend'] ['5372,877,35', 'love', 'this', 'shirt', 'the', 'print', 'is', 'even', 'better', 'in', 'person', 'true', 'to', 'size', 'flattering', 'fit.,5,1,0', 'general', 'tops', 'knits'] ['5373,1094,36', 'this', 'is', 'the', 'dress', 'that', 'i', 'have', 'been', 'waiting', 'for', 'all', 'season', 'perfect', 'color', 'the', 'material', 'is', 'also', 'firm', 'without', 'being', 'heavy', 'or', 'thick', 'if', 'you', 'know', 'what', 'i', 'mean', 'it', 'lays', 'flat', 'and', 'smooths', 'out', 'any', 'bumps', 'without', 'being', 'overly', 'stiff', 'the', 'v-neck', 'is', 'also', 'not', 'too', 'deep', 'and', 'the', 'sleeves', 'are', 'not', 'too', 'short', 'overall', 'a', 'complete', 'win', 'now', 'go', 'and', 'make', 'it', 'in', 'gray', 'and', 'navy', 'blue', 'please', ',5,1,32', 'general', 'petite', 'dresses', 'dresses'] ['5374,877,62', 'loved', 'the', 'pattern', 'loved', 'the', 'print/pattern', 'and', 'the', 'light', 'grey', 'i', 'think', 'it', 'might', 'have', 'been', 'better', 'if', 'reversed', 'it', 'has', 'a', 'v', 'in', 'the', 'back', 'and', 'the', 'front', 'neckline', 'was', 'very', 'intrusive', 'and', 'scratchy', 'to', 'me', 'i', "'m", 'normally', 'a', 'small', 'but', 'got', 'this', 'in', 'a', 'medium', 'and', 'it', 'was', 'very', 'short', 'on', 'me', 'wish', 'it', 'could', 'have', 'worked', 'but', 'returning', 'it', ',3,0,2', 'general', 'tops', 'knits'] ['5375,840,34', 'runs', 'big', 'this', 'is', 'a', 'cute', 'top', 'but', 'it', 'runs', 'pretty', 'big', 'order', 'a', 'size', 'down', 'the', 'material', 'is', 'like', 'a', 'thick', 'gauze', 'almost', 'so', 'i', "'d", 'definitely', 'wear', 'a', 'tank', 'under', ',2,0,2', 'general', 'tops', 'blouses'] ['5376,965,33', 'not', 'a', 'jacket.', 'i', 'did', "n't", 'receive', 'a', 'jacket', 'i', 'received', 'a', 'very', 'expensive', 'cardigan', 'sweater', 'with', 'no', 'structural', 'qualities', 'to', 'it', 'jackets', 'have', 'some', 'structure', 'to', 'them', 'for', 'example', 'they', 'might', 'nip', 'in', 'at', 'the', 'waist', 'a', 'bit', 'this', 'cardigan', 'does', "n't", 'do', 'that', 'it', 'hangs', 'in', 'a', 'very', 'boxy', 'shape', 'the', 'quality', 'is', 'great', 'very', 'light', 'weight', 'and', 'i', 'really', 'love', 'the', 'little', 'pockets', 'and', 'details', 'but', 'i', 'do', "n't", 'need/want', 'another', 'cardigan'] [] ['i', "'m", '5', '5', '118', 'lbs', 'and', 'got', 'a', 'small', 'the', 'small', 'seemed', 'big', 'but', 'i', 'think', 'it', 'would', 'have', 'fit', 'fine', 'if', 'it', 'had', 'more', 'st', ',2,0,10', 'general', 'jackets', 'jackets'] ['5377,1059,26', 'stretches', 'out', 'majorly', 'loved', 'these', 'in', 'store', 'when', 'i', 'tried', 'them', 'on', 'but', 'was', 'in', 'between', 'sizes', 'so', 'i', 'ordered', 'them', 'in', 'the', 'larger', 'size', 'boy', 'do', 'i', 'regret', 'that', 'these', 'stretch', 'out', 'so', 'much', 'i', 'have', 'to', 'wear', 'a', 'belt', 'with', 'them', 'and', 'it', 'gives', 'me', 'this', 'saggy', 'bunchy', 'front', 'when', 'i', 'sit', 'not', 'attractive', 'wish', 'i', 'could', 'return', 'them', 'but', 'i', 'took', 'the', 'tag', 'off', 'and', 'wore', 'them', 'not', 'knowing', 'this', 'before', 'hand', 'if', 'in', 'between', 'sizes', 'definitely', 'size', 'down', ',2,0,0', 'general', 'bottoms', 'pants'] ['5378,840,73', 'great', 'hopes', 'but', 'a', 'sorry', 'disappointment', 'at', 'this', 'price', 'one', 'should', 'be', 'able', 'to', 'expect', 'better', 'pattern', 'alignment', 'as', 'shown', 'on', 'model', 'the', 'pattern', 'in', 'the', 'garment', 'i', 'received', 'was', 'poorly', 'matched', 'on', 'either', 'side', 'of', 'the', 'button', 'placket', 'i', 'am', '5', '6', 'and', 'ordered', 'xxs', 'garment', 'was', 'significantly', 'over-sized', 'i', 'would', 'have', 'had', 'to', 'order', 'one', 'and', 'probably', 'two', 'sizes', 'smaller', 'to', 'achieve', 'a', 'decent', 'fit', 'because', 'of', 'the', 'oversizing', 'the', 'shape', 'is', 'more', 'boxy', 'than', 'it', 'appears', 'in', 'the', 'catalog', 'photo', 'sadly', 'this', 'buttondown', 'has', 'to', 'be', 'retur', ',2,0,3', 'general', 'tops', 'blouses'] ['5379,985,23', 'cute', 'jacket', 'i', 'am', 'wearing', 'a', 'large', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40.,4,1,24', 'general', 'petite', 'jackets', 'jackets'] ['5380,877,30', 'cute', 'unique', 't', 'shirt', 'great', 'with', 'jeans', 'i', 'love', 'western', 'motif', 'so', 'i', 'had', 'to', 'try', 'this', 't', 'shirt', 'quality', 'is', 'great', 'material', 'is', 'high', 'quality', 'also', 'the', 'length', 'is', 'long', 'perfect', 'with', 'jeans', 'and', 'jacket', 'or', 'sweater', ',5,1,0', 'general', 'tops', 'knits'] ['5381,1095,50', 'love', 'this', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'very', 'well', 'made', 'fits', 'like', 'a', 'glove', 'and', 'very', 'flattering', 'the', 'fabric', 'is', 'stretchy', 'which', 'makes', 'the', 'fit', 'perfect', 'and', 'comfortable', 'i', 'will', 'be', 'wearing', 'this', 'to', 'a', 'graduation', 'and', 'i', "'m", 'sure', 'i', "'ll", 'find', 'many', 'other', 'occasions', 'to', 'wear', 'this', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['5382,985,66', 'runs', 'small', 'should', 'have', 'ordered', 'the', 'xl', 'instead', 'of', 'the', 'large', 'did', "n't", 'even', 'come', 'close', 'to', 'being', 'able', 'to', 'button', 'the', 'front', 'but', 'i', "'m", 'a', '34', 'g.', 'i', 'find', 'sanctuary', 'to', 'run', 'small', 'beautiful', 'soft', 'green', 'color', 'fabric', 'is', 'soft', 'too', 'it', 'is', 'cropped', 'to', 'the', 'waist', 'decided', 'to', 'return', 'instead', 'of', 'reorder', ',3,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5383,877,66', 'darling', 'little', 'basic', 'tee', 'i', 'just', 'could', "n't", 'resist', 'the', 'western', 'scene', 'and', 'it', 'does', "n't", 'disappoint', 'i', 'ordered', 'size', 'large', 'and', 'although', 'it', "'s", 'a', 'bit', 'long', 'for', 'me', 'it', 'flows', 'nicely', 'over', 'my', 'hips', 'i', 'had', 'to', 'try', 'it', 'on', 'with', 'several', 'different', 'bottoms', 'and', 'find', 'it', 'looks', 'great', 'with', 'shorts', 'and', 'skinny', 'or', 'boyfriend', 'jeans', 'just', 'darling', 'under', 'a', 'jean', 'jacket', 'and', 'cardigan', 'too', 'the', 'fabric', 'is', "n't", 'thin', 'or', 'heavy', 'was', "n't", 'it', 'goldilicks', 'who', 'said', 'it', "'s", 'just', 'right', 'i', 'love', 'the', 'uniqueness', 'of', 'the', 'print', 'that', 'is', 'just', 'edgy', 'and', 'different', 'enough', 'to', 'translate', 'to', 'great', ',5,1,3', 'general', 'tops', 'knits'] ['5384,985,69', 'the', 'cutest', 'ever', 'this', 'little', 'jacket', 'is', 'so', 'soft', 'and', 'perfectly', 'lightweight', 'the', 'color', 'goes', 'with', 'everything', 'more', 'money', 'than', 'i', 'wanted', 'to', 'spend', 'but', 'i', 'am', 'so', 'glad', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'online', 'it', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5385,1005,22', 'cute', 'and', 'edgy', 'i', 'love', 'pairing', 'this', 'skirt', 'with', 'edgy', 'tops', 'it', 'plays', 'so', 'well', 'with', 'the', 'detailing', 'i', "'m", 'usually', 'a', 'size', '8', 'but', 'sized', 'up', 'to', 'a', '10', 'so', 'that', 'it', 'did', "n't", 'pull', 'other', 'than', 'that', 'absolutely', 'love', 'it', 'beautiful', 'all', 'over', ',5,1,0', 'general', 'bottoms', 'skirts'] ['5386,965,56', 'looks', 'so', 'cute', 'in', 'the', 'picture', 'but', 'just', 'did', "n't", 'really', 'look', 'that', 'flattering', 'on', 'plus', 'the', 'sleeves', 'were', 'too', 'tight', 'and', 'too', 'long', 'for', 'my', 'short', 'arms', 'so', 'going', 'back', ',3,0,0', 'general', 'jackets', 'jackets'] ['5387,828,22', 'i', 'have', 'had', 'good', 'luck', 'with', 'cloth', 'and', 'stone', 'and', 'this', 'did', 'not', 'disappoint', 'i', 'knew', 'i', 'would', 'like', 'it', 'because', 'i', 'have', 'this', 'same', 'top', 'in', 'a', 'long', 'sleeve', 'and', 'sleeveless', 'it', 'is', 'cute', 'not', 'too', 'sheer', 'and', 'easy', 'to', 'iron', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5388,817,62', 'i', 'love', 'this', 'top', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'it', "'s", 'perfect', 'with', 'white', 'pants', 'yes', 'it', 'does', 'run', 'wide', 'and', 'is', 'short', 'but', 'if', 'you', 'get', 'the', 'correct', 'size', 'it', 'looks', 'just', 'like', 'it', 'does', 'on', 'the', 'model', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5389,831,34', 'nellore', 'blouse', 'for', 'the', 'win', 'this', 'blouse', 'is', 'stunning', 'i', 'have', 'been', 'wanting', 'it', 'for', 'some', 'time', 'i', 'finally', 'broke', 'down', 'and', 'purchased', 'it', 'i', 'am', '5', '8', 'and', 'about', '160lbs', 'i', 'generally', 'wear', 'size', 'l', '/size', '10.', 'i', 'bought', 'this', 'in', 'a', 'large', 'i', 'need', 'a', 'medium', 'for', 'sure', 'i', 'could', 'get', 'away', 'with', 'the', 'large', 'but', 'it', "'s", 'very', 'flowy', 'i', 'think', 'the', 'med', 'will', 'be', 'more', 'flattering', 'i', 'am', 'planning', 'to', 'exchange', 'for', 'a', 'smaller', 'size', 'i', 'would', 'recommend', 'this', 'blouse', 'for', 'sure', 'if', 'you', 'want', 'it', 'buy', 'it', 'it', "'s", 'often', 'times', 'sold', 'out', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['5390,1095,33', 'size', 'up', 'i', 'have', 'a', 'countless', 'number', 'of', 'maeve', 'dresses', 'all', 'size', '6.', 'bought', 'an', '8', 'after', 'reading', 'reviews', 'and', 'glad', 'i', 'did', 'fits', 'perfectly', 'for', 'me', 'one', 'size', 'up', 'only', 'other', 'issue', 'is', 'the', 'cutout', 'in', 'the', 'back', 'my', 'bra', 'shows', 'unless', 'i', "'m", 'very', 'careful', ',4,1,2', 'general', 'dresses', 'dresses'] ['5391,828,62', 'great', 'shirt', 'love', 'this', 'shirt', 'great', 'shape', 'and', 'lightweight', 'material', 'for', 'hot', 'houston', 'weather', 'washes', 'up', 'nice', 'but', 'does', 'need', 'some', 'ironing.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5392,1094,39', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5393,1094,33', 'perfect', 'lines', 'the', 'lines', 'on', 'the', 'dress', 'are', 'lovely', 'the', 'material', 'is', 'a', 'nice', 'thick', 'jersey', 'which', 'can', 'be', 'body-hugging', 'but', 'mostly', 'on', 'top', 'it', 'falls', 'beautifully', 'and', 'looks', 'good', 'with', 'heels', 'and', 'flats', 'and', 'boots', 'i', 'am', 'xs', 'or', 's', 'depending', 'on', 'the', 'dress', 'and', 'i', 'got', 'the', 'xs', 'in', 'this', 'one', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['5394,1095,29', 'great', 'wedding', 'guest', 'dress', 'just', 'purchased', 'this', 'for', 'a', 'midsummer', 'formal', 'wedding', 'i', 'am', '5', '6', '125', 'lbs', 'ended', 'up', 'going', 'with', 'the', 'size', '2', 'for', 'extra', 'room', 'the', '0', 'felt', 'very', 'snug', 'thru', 'the', 'chest', ',5,1,0', 'general', 'dresses', 'dresses'] ['5395,985,61', 'soft', 'and', 'flattering', 'what', 'a', 'great', 'little', 'find', 'it', 'is', 'so', 'soft', 'and', 'the', 'color', 'blends', 'with', 'everything', 'a', 'great', 'way', 'to', 'get', 'a', 'few', 'more', 'weeks', 'out', 'of', 'your', 'summer', 'sleeveless', 'dresses', 'and', 'ease', 'into', 'fall', 'great', 'with', 't', 'shirts', 'and', 'pants', 'as', 'well.the', 'collar', 'is', 'flattering', 'over', 'any', 'neckline', 'it', 'also', 'looks', 'great', 'as', 'a', 'shirt', 'it', 'really', 'can', 'be', 'worn', 'all', 'year', 'round', 'i', 'usually', 'wear', 'a', 'size', 'six', 'on', 'top', 'as', 'my', 'girls', 'are', 'large', 'the', 'medium', 'was', 'a', 'perfect', 'fit', 'and', 'there', 'was', 'no', 'billowing', 'in', 'the', 'back', 'worth', 'the', 'price', 'as', 'it', 'will', 'become', 'a', 'go', 'to', 'ja', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5396,1095,65', 'beautiful', 'but', 'the', 'fit', 'is', 'off', 'for', 'me', 'not', 'sure', 'i', "'m", 'keeping', 'this', 'i', 'love', 'it', 'but', 'it', "'s", 'short', 'in', 'the', 'waist', 'i', "'m", '5', '7', 'and', 'very', 'tight', 'in', 'the', 'top', 'i', "'m", 'on', 'the', 'small', 'side', 'of', 'a', 'size', '8', 'normally', 'a', '6', 'sometimes', 'but', 'the', '8', 'in', 'this', 'is', 'very', 'tight', 'i', 'do', 'have', 'broad', 'shoulders', 'but', 'am', 'thin', 'at', '126', 'pounds', 'so', 'not', 'sure', 'if', 'it', "'s", 'just', 'me', 'or', 'if', 'the', 'dress', 'is', 'truly', 'smallish', 'it', 'is', 'lovely', 'and', 'i', 'want', 'to', 'keep', 'it', 'will', 'try', 'it', 'on', 'again', 'tomorrow', 'and', 'decide', 'if', 'you', 'are', 'on', 'the', 'large', 'end', 'of', 'any', 'size', 'do', 'size', 'up', ',5,1,1', 'general', 'dresses', 'dresses'] ['5397,1094,50', 'super', 'flattering', 'and', 'comfortable', 'this', 'dress', 'is', 'of', 'great', 'quality', 'and', 'design', 'the', 'lines', 'and', 'the', 'way', 'the', 'dress', 'shapes', 'your', 'body', 'are', 'perfect', 'throughout', 'the', 'entire', 'dress', 'i', 'am', 'short', 'and', 'it', 'is', 'a', 'little', 'long', 'on', 'me', 'it', 'is', 'between', 'my', 'calf', 'and', 'my', 'ankle', 'but', 'the', 'way', 'it', 'flatters', 'in', 'the', 'bust', 'and', 'waist', 'more', 'than', 'makes', 'up', 'for', 'it', 'with', 'the', 'right', 'shoes', 'it', 'is', 'a', 'real', 'winner', 'i', 'think', 'this', 'dress', 'would', 'be', 'flattering', 'on', 'every', 'body', 'type', 'highly', 'recommend', ',5,1,3', 'general', 'dresses', 'dresses'] ['5398,1094,47', 'this', 'season', "'s", 'go', 'to', 'black', 'dress', 'well', 'one', 'of', 'them', 'i', 'find', 'that', 'every', 'year', 'or', 'two', 'at', 'the', 'most', 'i', 'have', 'to', 'find', 'a', 'new', 'favorite', 'black', 'dress', 'or', 'two', 'fading', 'etc', 'and', 'this', 'is', 'definitely', 'one', 'of', 'those', 'dresses', 'for', 'this', 'year', 'almost', 'one', 'to', 'buy', 'another', 'so', 'i', 'have', 'one', 'that', 'looks', 'good', 'in', 'a', 'year', 'or', 'two', 'the', 'dress', 'is', 'all', 'around', 'flattering', 'and', 'comfortable', 'looks', 'wonderful', 'with', 'high', 'heels', 'and', 'flats', 'looks', 'good', 'at', 'work', 'and', 'while', 'out', 'having', 'fun', 'probably', 'wo', "n't", 'be', 'able', 'to', 'count', 'how', 'many', 'times', 'i', 'wear', 'it', 'this', 'year', ',5,1,1', 'general', 'dresses', 'dresses'] ['5399,877,26', 'brighter', 'boxier', 'but', 'still', 'fabulous', 'i', 'love', 'this', 'shirt', 'the', 'colors', 'are', 'more', 'muted', 'in', 'the', 'photos', 'so', 'i', 'was', 'a', 'little', 'surprised', 'to', 'see', 'how', 'bright', 'some', 'of', 'the', 'colors', 'were', 'still', 'super', 'cute', 'also', 'has', 'a', 'looser', 'fit', 'i', "'m", 'a', 'small', 'across', 'brands', '5', '7', '130', 'straight/slender', 'build', 'so', 'if', 'you', 'prefer', 'a', 'more', 'true', 'or', 'tighter', 'fit', 'size', 'down', 'either', 'way', 'get', 'this', ',5,1,3', 'general', 'tops', 'knits'] ['5400,877,44', 'cute', 'sweatshirt', 'i', 'really', 'wanted', 'this', 'to', 'work', 'the', 'embroidery', 'detail', 'is', 'very', 'pretty', 'however', 'the', 'inside', 'of', 'the', 'sweatshirt', 'is', 'a', 'bit', 'scratchy', 'from', 'the', 'embroidery', 'so', 'i', 'would', 'recommend', 'wearing', 'a', 'cami', 'or', 'tank', 'the', 'sweatshirt', 'is', 'also', 'on', 'the', 'short', 'size', 'the', 'small', 'hit', 'the', 'top', 'of', 'my', 'jean', 'waist', 'in', 'the', 'end', 'i', 'decided', 'to', 'return', 'it', ',3,0,5', 'general', 'tops', 'knits'] ['5401,985,49', 'it', "'s", 'a', 'keeper', 'this', 'jacket', 'fits', 'great', 'i', 'got', 'a', 'medium', 'and', 'am', '5', '6', '140', 'lbs', 'very', 'nice', 'light', 'weight', 'jacket', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5402,817,36', 'cute', 'but', 'billowy', 'this', 'is', 'an', 'eye-catching', 'top', 'and', 'cute', 'design', 'the', 'xs', 'fit', 'but', 'was', 'extra-billowy', 'for', 'my', 'taste', 'if', 'you', 'notice', 'on', 'the', 'model', 'it', 'also', 'shows', 'that', 'the', 'back', 'is', 'not', 'fitted', 'and', 'flows', 'behind', 'wider', 'than', 'is', 'normal', 'a', 'great', 'and', 'breezy', 'style', 'but', 'for', 'me', 'sadly', 'it', 'overwhelmed', 'my', 'short', 'frame', 'the', 'bottom', 'of', 'the', 'ruffle', 'hit', 'me', 'just', 'at', 'the', 'hips', 'which', 'made', 'the', 'top', 'also', 'a', 'tad', 'too', 'short', 'for', 'my', 'taste', 'i', 'am', 'sure', 'on', 'others', 'it', 'will', 'work', 'and', 'look', 'amazing', ',4,1,4', 'general', 'petite', 'tops', 'blouses'] ['5403,877,59', 'yee', 'haw', 'so', 'i', 'fell', 'in', 'love', 'with', 'the', 'print', 'without', 'even', 'noticing', 'that', 'it', 'had', 'horses', 'on', 'it', 'until', 'after', 'it', 'arrived', 'i', 'was', 'sooo', 'excited', 'but', 'really', 'the', 'length', 'and', 'fit', 'are', 'the', 'best', 'part', 'about', 'this', 'shirt', 'with', 'my', 'long', 'torso', 'things', 'are', 'generally', 'too', 'short', 'on', 'me', 'i', "'m", 'a', 'sucker', 'for', 'spending', 'money', 'on', 'clothes', 'but', 'still', 'i', 'wish', 'retailer', 'could', 'make', 'cute', 'tees', 'for', 'under', '40', 'bucks', 'i', 'say', 'that', 'yet', 'i', "'m", 'not', 'sending', 'it', 'back', ',5,1,0', 'general', 'tops', 'knits'] ['5404,817,46', 'incredibly', 'soft', 'great', 'print', 'i', 'just', 'got', 'this', 'top', 'today', 'the', 'print', 'is', 'just', 'as', 'beautiful', 'in', 'person', 'as', 'it', 'is', 'on', 'the', 'web', 'it', 'is', 'so', 'incredibly', 'soft', 'and', 'comfortable', 'i', 'tried', 'it', 'on', 'and', 'it', 'fits', 'just', 'like', 'the', 'photo', 'i', 'am', '5', '8', 'so', 'i', 'can', 'get', 'away', 'with', 'the', 'blousy', 'effect', 'but', 'i', 'think', 'that', 'is', 'part', 'of', 'why', 'it', 'is', 'so', 'charming', 'i', 'think', 'you', 'could', 'dress', 'it', 'up', 'or', 'down', 'really', 'well', 'i', 'am', 'really', 'pleased', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5405,1094,36', 'this', 'dress', 'is', 'so', 'flattering', 'not', 'the', 'usual', 'type', 'of', 'dress', 'i', 'go', 'for', 'but', 'decided', 'on', 'a', 'whim', 'to', 'try', 'and', 'am', 'glad', 'so', 'glad', 'i', 'did', 'the', 'material', 'has', 'enough', 'heft', 'to', 'give', 'you', 'a', 'beautiful', 'silhouette', 'without', 'being', 'too', 'clingy', 'you', 'can', 'dress', 'up', 'or', 'down', 'if', 'you', 'don', 't', 'like', 'showing', 'too', 'much', 'cleavage', 'you', 'may', 'want', 'to', 'put', 'a', 'tank', 'underneath', 'to', 'give', 'you', 'a', 'little', 'coverage', ',5,1,3', 'general', 'dresses', 'dresses'] ['5406,985,43', 'great', 'transitional', 'jacket', 'this', 'is', 'a', 'great', 'lightweight', 'jacket', 'i', 'really', 'like', 'the', 'olive', 'color', 'as', 'it', 'goes', 'with', 'so', 'many', 'things', 'it', 'can', 'be', 'worn', 'with', 'dresses', 'or', 'skirts', 'which', 'is', 'what', 'i', 'mainly', 'wear', 'i', "'m", 'an', 'anti-pant', 'person', 'the', 'only', 'downside', 'is', 'the', 'price', 'it', "'s", 'a', 'nice', 'stylish', 'jacket', 'but', 'not', 'sure', 'it', 'warrants', 'the', 'high', 'price', 'tag', 'it', 'also', 'does', "n't", 'look', 'to', 'great', 'buttoned', 'up', 'has', 'to', 'be', 'worn', 'open', 'i', 'do', 'recommend', 'it', 'though', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5407,877,22', 'so', 'cute', 'bought', 'this', 'in', 'store', 'yesterday', 'light', 'fit', 'and', 'extremely', 'comfortable', 'i', "'m", '5', '4', '135', 'and', 'have', 'a', 'long', 'torso', 'so', 'i', 'ended', 'up', 'going', 'with', 'a', 'large', 'in', 'this', 'one', 'because', 'i', 'like', 'my', 'shirts', 'to', 'hang', 'loose', 'print', 'is', 'more', 'vivid', 'in', 'person', 'but', 'nonetheless', 'a', 'great', 'but', ',5,1,0', 'general', 'tops', 'knits'] ['5408,840,68', 'runs', 'big', 'order', 'one', 'size', 'down', 'i', 'bought', 'a', 'similar', 'top', 'by', 'same', 'manufacturer', 'in', 'fall', 'in', 'xs', 'this', 'time', 'it', 'ran', 'huge', 'and', 'had', 'to', 'order', 'xxs', 'which', 'fit', 'fine', 'it', "'s", 'very', 'cute', 'on.,4,1,0', 'general', 'tops', 'blouses'] ['5409,1058,60', 'stylish', 'but', 'has', 'a', 'few', 'issues', 'first', 'let', 'me', 'say', 'i', 'really', 'like', 'these', 'pants', 'before', 'i', 'get', 'into', 'what', "'s", 'wrong', 'with', 'them', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'and', 'drapes', 'really', 'pretty', 'they', 'are', 'very', 'long', 'for', 'you', 'leggy', 'girls', 'out', 'there', 'or', 'ladies', 'who', 'like', 'to', 'wear', 'platform', 'shoes', 'and', 'that', "'s", 'a', 'plus', 'for', 'me'] [] ['now', 'for', 'the', 'issues', 'the', 'waist', 'runs', 'small', 'but', 'not', 'so', 'much', 'that', 'i', 'ca', "n't", 'wear', 'them', 'they', 'are', 'roomy', 'and', 'comfy', 'otherwise', 'just', 'snug', 'there', 'the', 'hem', 'came', 'out', 'of', 'mine', 'so', 'that', "'s", 'the', 'big', 'bummer', 'here', 'i', 'have', 'to', 'hem', 'them', 'which', 'is', 'a', 'chore', 'and', 'i', 'wish', 'th', ',4,1,3', 'general', 'bottoms', 'pants'] ['5410,965,34', 'great', 'little', 'light', 'cardigan', 'i', 'honestly', 'liked', 'this', 'little', 'cardigan', 'it', 'is', 'a', 'misnomer', 'as', 'a', 'jacket', 'it', 'really', 'is', 'more', 'of', 'a', 'light', 'sweater/cardigan', 'but', 'i', 'did', "n't", 'have', 'any', 'negative', 'issues', 'like', 'others', 'on', 'here'] ['________'] ['pros'] ['great', 'feel', 'on', 'the', 'skin', 'and', 'fabric', 'this', 'really', 'caught', 'my', 'attention', 'hard', 'to', 'find', 'a', 'sweater', 'that', "'s", 'breathable', 'for', 'cool', 'summer', 'evenings', 'or', 'mornings'] ['color', 'scheme', 'will', 'go', 'with', 'anything', 'elegant', 'touch'] ['unlined', 'making', 'it', 'breathable'] ['runs', 'large', 'forgiving', 'it', 'stretchy', 'i', "'m", 'normally', 'a', 'size', '10/12', 'm/l', ',4,1,3', 'general', 'jackets', 'jackets'] ['5411,1094,53', 'thick', 'and', 'heavy', 'nice', 'dress', 'you', 'can', 'wash', 'it', 'i', 'got', 'black', 'in', 'med', 'i', 'am', '8-10', 'in', 'tops', 'and', 'it', 'is', 'perfect'] ['brand', 'new', 'is', 'beautiful', 'not', 'sure', 'how', 'it', 'will', 'look', 'after', 'wash.', 'great', 'design', 'i', 'wish', 'it', 'would', 'be', 'lighter', 'material'] ['material', 'is', 'very', 'thick', 'and', 'heavy', 'for', 'a', 'short', 'sleeve', 'dress', 'probably', 'will', 'stretch', 'when', 'you', 'sit', 'in', 'car', 'driving'] ['i', 'will', 'be', 'returning', 'it', 'for', 'that', 'reason', 'too', 'heavy', 'for', 'summer', ',3,1,0', 'general', 'dresses', 'dresses'] ['5412,1059,40', 'split', 'it', 'in', 'the', 'butt', 'i', 'love', 'these', 'pants', 'bought', 'them', 'in', 'both', 'black', 'and', 'burgundy', 'but', 'the', 'burgundy', 'pair', 'split', 'in', 'the', 'butt', 'before', 'i', 'even', 'made', 'it', 'to', 'work', 'in', 'the', 'morning', 'they', 'were', "n't", 'even', 'tight', 'so', 'disappointing', 'i', 'will', 'be', 'returning', 'them.,2,0,6', 'general', 'bottoms', 'pants'] ['5413,1059,44', 'great', 'pants', 'but', 'seam', 'issues', 'these', 'are', 'really', 'great', 'fitting', 'pants', 'they', 'are', 'perfect', 'for', 'work', 'i', 'noticed', 'a', 'little', 'stretch', 'throughout', 'the', 'day', 'but', 'just', 'the', 'perfect', 'amount', 'the', 'only', 'draw', 'back', 'is', 'that', 'after', 'wearing', 'them', 'once', 'i', 'noticed', 'a', '6', 'inch', 'opening', 'at', 'the', 'seam', 'of', 'the', 'back', 'leg', 'i', 'had', 'to', 'get', 'the', 'tailor', 'to', 'fix', 'them', 'they', 'need', 'to', 'work', 'on', 'the', 'seams', 'in', 'the', 'future', ',4,1,0', 'general', 'bottoms', 'pants'] ['5414,985,39', 'confused', 'and', 'a', 'little', 'disappointed', 'because', 'the', 's', 'is', 'too', 'tight', 'in', 'my', 'shoulders', 'and', 'the', 'm', 'is', 'too', 'big', 'all', 'around', 'weird', 'because', 'i', "'m", 'a', '39', 'chest+breasts', 'so', 'm', 'should', "n't", 'look', 'that', 'baggy', 'on', 'me', 'please', 'sanctuary', 'make', 'a', 'petite', 'version', 'maybe', 'that', 'will', 'solve', 'my', 'issue', 'otherwise', 'this', 'jacket', 'is', 'soft', 'and', 'relaxed', 'and', 'has', 'no', 'distracting', 'collar', 'price', 'point', 'is', 'bit', 'over', 'indulgent', 'for', 'what', 'it', 'is', 'combined', 'with', 'my', 'issues', 'who', 'knows', 'maybe', 'i', "'ll", 'try', 'again', ',4,1,3', 'general', 'petite', 'jackets', 'jackets'] ['5415,877,54', 'a', 'keeper', 'ok', 'you', 'had', 'me', 'at', 'the', 'western', 'scene', 'soft', 'and', 'comfortable', 'true', 'to', 'size', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'just', 'a', 'great', 't', 'shirt', 'recommend', 'it', 'get', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['5416,877,50', 'fun', 'sweatshirt', 'cute', 'sweatshirt', 'with', 'fun', 'print', 'i', 'bought', 'it', 'using', 'retailer', 'discount', 'and', 'probably', 'would', 'not', 'have', 'paid', 'full', 'price', 'for', 'it', 'embroidery', 'is', 'a', 'nice', 'touch', 'i', 'ordered', 'an', 'xs', 'which', 'fits', 'fine', 'but', 'the', 'overall', 'design', 'of', 'the', 'shirt', 'is', 'a', 'little', 'short', 'and', 'boxy', 'i', 'did', 'not', 'realize', 'until', 'it', 'arrived', 'that', 'the', 'back', 'of', 'the', 'shirt', 'is', 'a', 'v', 'neck', 'it', "'s", 'not', 'a', 'deep', 'v', 'but', 'it', 'feels', 'a', 'little', 'odd', 'at', 'first', ',4,1,3', 'general', 'tops', 'knits'] ['5417,817,78', 'buy', 'this', 'top', 'love', 'this', 'top', 'the', 'material', 'is', 'light', 'soft', 'and', 'comfortable', 'one', 'thing', 'to', 'note', 'it', 'runs', 'very', 'large', 'this', 'feature', 'is', 'perfect', 'for', 'me', 'as', 'i', 'was', 'worried', 'it', 'would', 'be', 'too', 'tight', 'around', 'the', 'middle', 'this', 'style', 'would', 'not', 'look', 'good', 'if', 'it', 'did', "n't", 'fit', 'loose', 'so', 'i', 'was', 'pleasantly', 'surprised', 'to', 'see', 'that', 'it', 'fit', 'me', 'with', 'plenty', 'of', 'room', '.something', 'i', 'need', 'for', 'my', 'full', 'figure', 'if', 'you', 'are', 'trim', 'around', 'the', 'middle', 'i', 'recommend', 'going', 'down', 'a', 'size', 'or', 'two', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['5418,877,62', 'fun', 'tee', 'maybe', 'i', "'m", 'hanging', 'out', 'with', 'my', 'grandson', 'too', 'much', 'because', 'this', 'appealed', 'to', 'the', 'kid', 'in', 'me', 'looks', 'great', 'under', 'a', 'jean', 'jacket', 'and', 'under', 'a', 'leather', 'jacket', 'oh', 'and', 'cool', 'under', 'a', 'silk', 'bomber', 'jacket', 'as', 'well', ',4,1,0', 'general', 'tops', 'knits'] ['5419,985,37', 'perfect', 'light', 'weight', 'jacket', 'perfect', 'layering', 'piece', 'short', 'enough', 'to', 'be', 'the', 'right', 'accessory', 'over', 'a', 'dress', 'or', 'skirt', 'without', 'getting', 'a', 'sloppy', 'look', 'versatile', 'also', 'great', 'over', 'a', 'long', 'tee', 'with', 'skinny', 'jeans', 'well', 'made', 'fold', 'cuffs', 'back', 'for', 'the', 'classic', 'look', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5420,877,44', 'looking', 'sharp', 'i', 'saw', 'this', 'and', 'the', 'giddy', 'up', 'tees', 'at', 'the', 'store', 'and', 'it', 'was', 'so', 'difficult', 'to', 'decide', 'because', 'they', 'have', 'their', 'own', 'uniqueness', 'unlike', 'the', 'giddy', 'up', 'tee', 'this', 'tee', 'has', 'no', 'embroidery', 'but', 'saying', 'it', 'has', 'just', 'patterns', 'is', 'underestimating', 'it', 'the', 'pattern', 'is', 'a', 'work', 'of', 'art', 'it', 'has', 'cowboys', 'ranch', 'scenery', 'cacti', 'and', 'the', 'earthly', 'colors', 'are', 'gorgeous', 'for', 'all', 'seasons', 'especially', 'for', 'those', 'who', 'still', 'have', 'a', 'leftover', 'summer', 'tan', 'the', 'hem', 'of', 'the', 'tee', 'is', 'a', 'bit', 'round', 'which', 'i', 'thought', 'is', 'unique', 'and', 'versatile', 'for', 'tucking', 'in', ',5,1,0', 'general', 'tops', 'knits'] ['5421,877,28', 'fun', 't', 'this', 'is', 'just', 'as', 'cute', 'in', 'person', 'i', 'wear', 'it', 'with', 'black', 'jean', 'shorts', 'boyfriend', 'jeans', 'washed', 'out', 'jeans', 'like', 'the', 'model', 'or', 'khakis', 'the', 'colors', 'are', 'great', 'and', 'so', 'is', 'the', 'fit', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['5422,1094,31', 'terrible', 'for', 'my', 'body', 'type', 'i', "'m", 'surprised', 'this', 'worked', 'for', 'so', 'many', 'people', 'for', 'me', 'this', 'dress', 'fit', 'terribly', 'however', 'the', 'fabric', 'was', 'very', 'thick', 'and', 'the', 'dress', 'felt', 'very', 'well', 'made', 'i', 'am', '5', '3', 'and', 'about', '117', 'with', 'a', 'really', 'short', 'torso', 'and', 'this', 'dress', 'just', 'showed', 'every', 'bump', 'and', 'lump', 'i', 'have', 'i', 'think', 'the', 'bodice', 'was', 'just', 'too', 'long', 'for', 'me', 'the', 'neckline', 'was', 'also', 'too', 'low', 'on', 'someone', 'taller', 'or', 'maybe', 'with', 'a', 'longer', 'torso', 'i', 'could', 'see', 'this', 'dress', 'being', 'really', 'lovely', ',3,1,0', 'general', 'dresses', 'dresses'] ['5423,831,42', 'very', 'pretty', 'i', 'purchased', 'this', 'blouse', 'over', 'the', 'summer', 'and', 'it', "'s", 'very', 'pretty', 'i', 'love', 'the', 'cap', 'sleeves', 'with', 'the', 'lace', 'and', 'the', 'detail', 'in', 'the', 'front', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'my', 'only', 'complaint', 'is', 'that', 'it', 'wrinkles', 'very', 'easily', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['5424,877,59', 'excessive', 'shrinking', 'this', 'is', 'a', 'cute', 'top', 'but', 'unfortunately', 'when', 'i', 'washed', 'it', 'delicate', 'cold', 'water', 'line', 'dry', 'it', 'shrunk', 'excessively', 'in', 'length', 'i', "'m", 'very', 'disappointed', ',3,0,1', 'general', 'tops', 'knits'] ['5425,877,29', 'pattern', 'different', 'than', 'expected', 'this', 'top', 'fit', 'nicely', 'and', 'was', 'tts', 'but', 'the', 'pattern', 'was', 'different', 'than', 'i', 'expected', 'i', 'thought', 'it', 'would', 'be', 'more', 'of', 'a', 'desert', 'scene', 'and', 'it', 'turns', 'out', 'there', 'are', 'cowboys', 'on', 'it', 'and', 'it', 'just', 'did', "n't", 'fit', 'my', 'style', 'if', 'there', 'were', 'cowgirls', 'on', 'it', 'i', 'would', 'have', 'kept', 'it', ',3,1,0', 'general', 'tops', 'knits'] ['5426,877,58', 'great', 'for', 'fall', 'loved', 'it', 'as', 'soon', 'as', 'i', 'opened', 'the', 'box', 'it', "'s", 'a', 'light-to-medium', 'weight', 'sweatshirt', 'with', 'the', 'wonderfully', 'vibrant', 'flower', 'front', 'i', 'was', "n't", 'sure', 'about', 'the', 'flowers', 'online', 'but', 'like', "'em", 'the', 'cuffs', 'and', 'hem', 'are', 'nicely', 'made', 'and', 'the', 'v-neck', 'back', 'is', 'an', 'unexpected', 'addition', 'this', 'will', 'be', 'great', 'with', 'a', 'scarf', 'or', 'alone', 'this', 'fall', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'cool', 'down', ',5,1,1', 'general', 'tops', 'knits'] ['5427,965,50', 'totally', 'adorable', 'this', 'jacket', 'is', 'adorable', 'it', 'is', 'very', 'flattering', 'and', 'different', 'can', 'easily', 'be', 'dressed', 'up', 'for', 'work', 'or', 'dressed', 'down', 'as', 'shown', 'note', 'it', 'is', 'unlined', 'and', 'very', 'light', 'weight', 'these', 'are', 'huge', 'selling', 'points', 'for', 'me', 'as', 'it', 'makes', 'the', 'jacket', 'seasonless', 'love', 'it', ',5,1,10', 'general', 'jackets', 'jackets'] ['5428,877,52', 'fun', 'soft', 'light', 'weight', 'i', 'have', 'featured', 'a', 'picture', 'below', 'i', "'m", '5', 'feet', '120', 'lbs', 'i', 'ordered', 'an', 'xs', 'petite', 'i', "'m", 'pretty', 'busty', 'so', 'i', 'do', "n't", 'like', 'a', 'loose', 'fitting', 'top', 'so', 'ordering', 'a', 'size', 'down', 'did', 'the', 'trick', 'it', "'s", 'super', 'soft', 'one', 'of', 'a', 'kind', 'and', 'the', 'edging', 'of', 'the', 'neckline', 'is', 'delicate', 'looking', 'and', 'soft', 'and', 'therefore', 'adds', 'a', 'feminine', 'element', 'i', "'m", 'enjoying', 'wearing', 'the', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['5429,877,33', 'shirt', 'this', 'shirt', 'runs', 'boxy', 'but', 'the', 'print', 'is', 'as', 'cute', 'as', 'it', 'looks', 'online', ',4,1,0', 'general', 'tops', 'knits'] ['5430,877,62', 'out', 'west', 'cozy', 'soft', 'comfortable', 'a', 'perfect', 'transitional', 'top', 'that', 'bubbles', 'over', 'with', 'personality', 'it', "'s", 'a', 'unique', 'fabric', 'design', 'that', 'makes', 'you', 'feel', 'like', 'you', "'re", 'on', 'vacation', 'love', 'it.,5,1,0', 'general', 'tops', 'knits'] ['5431,909,56', 'pretty', 'this', 'blouse', 'if', 'very', 'pretty', 'and', 'feminine', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'that', 'said', 'it', 'emphasizes', 'the', 'size', 'of', 'your', 'hips', 'i', 'do', "n't", 'have', 'any', 'so', 'it', 'was', 'great', 'for', 'me', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5432,939,42', ',,5,1,0', 'general', 'tops', 'sweaters'] ['5433,909,40', 'very', 'soft', 'thin', 'a', 'bit', 'short', 'for', 'long', 'torso', 'this', 'top', 'is', 'very', 'interesting', 'has', 'delicate', 'knitting', 'pattern', 'feels', 'very', 'soft', 'but', 'also', 'very', 'thin', 'i', 'ordered', 'a', 'purple', 'size', 'large', 'and', 'it', 'was', 'true', 'to', 'size', 'but', 'a', 'little', 'shorter', 'in', 'the', 'body', 'than', 'looks', 'sleeves', 'are', 'long', 'just', 'as', 'other', 'reviewers', 'have', 'mentioned', 'i', 'am', '6ft', 'tall', '160lb', 'and', 'i', 'have', 'long', 'torso', 'curvy', 'body', 'so', 'this', 'sweater', 'turned', 'out', 'to', 'be', 'shorter', 'than', 'i', 'hoped', 'but', 'with', 'all', 'that', 'underneath', 'layering', 'it', 'could', 'be', 'manageable', 'overall', 'look', 'of', 'the', 'sweater', 'is', 'about', 'the', 'same', 'as', 'the', 'photo', 'the', 'only', 'mat', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['5434,1026,54', ',perfect', 'awesome', 'i', 'have', 'a', 'few', 'of', 'these', 'now', 'and', 'love', 'them', 'they', 'do', 'stretch', 'a', 'little', 'so', 'i', 'would', "n't", 'size', 'up', 'i', "'m", 'about', '138', 'pounds', 'and', '5', '8', 'and', 'normally', 'm.', 'i', 'wear', 'the', '27', 'in', 'these.,5,1,3', 'general', 'bottoms', 'jeans'] ['5435,909,67', 'simple', 'yet', 'stunning', 'this', 'pullover', 'is', 'a', 'great', 'purchase', 'the', 'color', 'is', 'simply', 'stunning', 'and', 'is', 'very', 'comfortable.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5436,939,52', 'lovely', 'take', 'on', 'the', 'moto', 'jacket.', 'i', 'bought', 'this', 'jacket', 'in', 'green', 'and', 'it', 'is', 'beautiful', 'the', 'green', 'is', 'a', 'true'] ['forest', 'green', 'sizing', 'is', 'accurate', 'my', 'only', 'wish', 'is', 'that', 'they', 'offered', 'more', 'colors', 'and', 'the', 'snaps', 'were', 'double', 'faced', 'so', 'you', 'could', 'snap', 'the', 'collar', 'back', ',5,1,8', 'general', 'tops', 'sweaters'] ['5437,1087,31', 'colorful', 'and', 'unique', 'i', 'love', 'lace', 'dresses', 'and', 'this', 'one', 'is', 'no', 'exception', 'great', 'construction', 'and', 'color', 'i', 'paired', 'the', 'dress', 'with', 'a', 'plum', 'colored', 'blazer', 'and', 'i', 'really', 'was', 'pleased', 'at', 'how', 'well', 'it', 'all', 'went', 'together', 'i', "'m", 'about', '5', '8', 'and', '170', 'i', "'m", 'normally', 'an', '8', 'or', '10', 'at', 'retailer', 'my', '8', 'fits', 'great', 'and', 'is', 'not', 'tight', 'at', 'all', 'so', 'i', "'m", 'thinking', 'it', 'may', 'run', 'a', 'tad', 'bit', 'big', ',5,1,0', 'general', 'dresses', 'dresses'] ['5438,909,65', ',i', 'love', 'this', 'sweater', 'the', 'green', 'is', 'soft', 'the', 'fabric', 'is', 'light', 'enough', 'for', 'year', 'round', 'in', 'my', 'area', 'i', 'thought', 'it', 'might', 'be', 'too', 'young', 'but', 'it', 'works', 'nicely', 'for', 'me', 'i', 'bought', 'it', 'in', 'two', 'other', 'colors', 'when', 'the', 'package', 'arrived', 'today.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5439,939,31', 'not', 'for', 'the', 'full', 'of', 'chest', 'i', 'am', 'a', '34dd', 'so', 'i', 'purchased', 'the', 'small', 'in', 'green', 'hoping', 'for', 'a', 'more', 'fitted', 'silhouette', 'i', 'got', 'what', 'i', 'wanted', 'and', 'it', 'looked', 'great', 'overall', 'except', 'for', 'the', 'chest', 'it', 'just', 'sort', 'of', 'mashed', 'my', 'chest', 'down', 'in', 'a', 'very', 'unflattering', 'way', 'but', 'despite', 'all', 'that', 'i', 'almost', 'kept', 'the', 'coat', 'because', 'it', 'was', 'so', 'soft', 'and', 'warm', 'and', 'beautiful', 'and', 'sturdy', 'i', 'could', 'have', 'sized', 'up', 'for', 'a', 'better', 'fit', 'in', 'the', 'chest', 'but', 'then', 'it', 'would', 'have', 'been', 'boxy', 'and', 'we', 'hourglass', 'shaped', 'ladies', 'know', 'how', 'poorly', 'that', 'works', 'out', 'wish', 'this', 'would', 'have', 'worked', 'b', ',4,1,1', 'general', 'tops', 'sweaters'] ['5440,909,31', 'beautiful', 'i', 'love', 'this', 'top', 'it', 'was', 'everything', 'i', 'hoped', 'it', 'would', 'be', 'it', 'is', 'lined', 'so', 'it', 'is', 'not', 'see', 'through', 'in', 'the', 'chest/back', 'sleeves', 'are', 'sheer', 'soft', 'gorgeous', 'color', 'love', 'the', 'layers', 'runs', 'large', 'so', 'definitely', 'size', 'down', 'i', 'am', 'usually', 'a', 'm', 'and', 'ordered', 'the', 's.', 'i', "'m", '5', '8', 'curvy', '32dd', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5441,909,37', 'love.it', 'i', 'thought', 'the', 'sweater', 'was', 'pricey', 'until', 'i', 'saw', 'it', 'on', 'me', 'this', 'sweater', 'is', 'really', 'flattering', 'i', 'chose', 'the', 'grey', 'colored', 'one', 'i', "'m", 'smaller', 'on', 'top', 'and', 'this', 'sweater', 'is', 'perfect', 'with', 'the', 'v', 'neck', 'cut', 'out', 'the', 'fabric', 'is', 'also', 'really', 'soft.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['5442,939,28', 'hit', 'or', 'miss', 'sizing', 'i', 'loved', 'how', 'this', 'jacket', 'looked', 'online', 'and', 'decided', 'to', 'order', 'it', 'however', 'sizing', 'can', 'sometimes', 'be', 'tricky', 'for', 'me', 'so', 'i', 'ordered', 'both', 'a', 'petite', 'xs', 'and', 'petite', 'xxs', 'i', "'m", '5', '1', '113', 'lb', 'and', 'a', 'bra', 'size', '32', 'c', 'i', 'tired', 'on', 'the', 'xxs', 'first', 'and', 'was', 'swimming', 'in', 'it', 'so', 'naturally', 'i', 'thought', 'the', 'xs', 'would', 'be', 'even', 'bigger', 'but', 'to', 'my', 'surprise', 'the', 'xs', 'fit', 'way', 'more', 'snug', 'in', 'the', 'end', 'i', 'still', 'did', "n't", 'like', 'how', 'loose', 'the', 'xs', 'fit', 'so', 'i', 'returned', 'them', 'both', 'the', 'material', 'is', 'great', 'quality', 'and', 'it', "'s", 'a', 'cute', 'design', 'i', 'would', 'recommend', 'trying', 't', ',3,1,3', 'general', 'tops', 'sweaters'] ['5443,909,29', 'soft', 'and', 'elegant', 'this', 'sweater', 'is', 'very', 'lightweight', 'with', 'the', 'loose', 'knit', 'but', 'is', 'much', 'warmer', 'than', 'i', 'was', 'expecting', 'the', 'periwinkle', 'color', 'is', 'gorgeous', 'the', 'chiffon', 'hem', 'provides', 'a', 'cute', 'detail', 'and', 'it', 'is', 'true', 'to', 'size', 'for', 'a', 'loose', 'fit', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['5444,895,41', ',yay', 'for', 'the', 'return', 'of', 'shirts', 'that', 'show', 'your', 'form', 'but', 'do', "n't", 'reveal', 'the', 'flaws', 'i', 'bought', 'this', 'in', 'cream', 'which', 'only', 'seems', 'to', 'be', 'in', 'stores', 'right', 'now', 'the', 'stripes', 'on', 'the', 'cream', 'version', 'are', 'vibrant', 'and', 'beautiful', 'the', 'weight', 'of', 'the', 'top', 'is', 'very', 'nice', 'and', 'really', 'hugs', 'your', 'shape', 'i', 'did', 'think', 'it', 'ran', 'a', 'tad', 'small', 'i', 'bought', 'the', 'large', 'but', 'also', 'could', 'have', 'worn', 'the', 'medium.,5,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5445,909,20', 'comfy', 'and', 'cozy', 'but', 'looks', 'good', 'it', "'s", 'hard', 'to', 'find', 'a', 'sweater', 'that', 'is', 'warm', 'and', 'cozy', 'but', 'does', "n't", 'look', 'bulky', 'this', 'sweater', 'does', 'it', 'all', 'it', 'is', 'delicate', 'looking', 'and', 'soft', 'and', 'flattering', 'it', 'is', 'also', 'surprisingly', 'warm', 'i', 'wear', 'it', 'with', 'jeans', 'for', 'everyday', 'but', 'it', 'looks', 'good', 'enough', 'to', 'wear', 'out', 'to', 'dinner', 'or', 'such', 'i', 'bought', 'the', 'periwinkle', 'which', 'was', 'the', 'most', 'flattering', 'on', 'me', 'blond', 'and', 'fair', 'i', 'am', 'hoping', 'to', 'get', 'the', 'green', 'too', 'when', 'they', 'go', 'on', 'sale', 'i', 'said', 'it', 'runs', 'a', 'little', 'small', 'because', 'i', 'took', 'a', 'small', 'instead', 'of', 'my', 'usual', 'extra', 'small', 'in', 'sweaters', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['5446,939,31', 'warm', 'soft', 'and', 'lightweight', 'i', 'loved', 'this', 'jacket', 'it', "'s", 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'set', 'out', 'to', 'find', 'a', 'lightweight', 'sweater', 'or', 'jacket', 'that', 'would', 'keep', 'me', 'warm', 'and', 'also', 'versatile', 'enough', 'to', 'wear', 'with', 'different', 'outfits', 'this', 'definitely', 'fit', 'the', 'bill', 'in', 'addition', 'it', "'s", 'really', 'soft', 'and', 'not', 'at', 'all', 'itchy', 'which', 'was', 'a', 'concern', 'i', 'had', 'since', 'it', 'was', 'wool', 'and', 'i', 'ordered', 'it', 'online', 'i', 'have', 'received', 'a', 'bunch', 'of', 'compliments', 'i', 'definitely', 'recommend', 'it', ',5,1,1', 'general', 'tops', 'sweaters'] ['5447,909,39', 'soft', 'and', 'romantic', 'this', 'top', 'comes', 'in', '4', 'lovely', 'colors', 'too', 'bad', 'only', 'one', 'of', 'htem', 'looks', 'decent', 'on', 'my', 'skin', 'tone', 'purple', 'though', 'i', 'might', 'have', 'gotten', 'away', 'with', 'the', 'silvery', 'grey'] ['fit', 'nice', 'falttering', 'line', 'flares', 'at', 'the', 'bottom', 'and', 'is', 'loose', 'aroun', 'd', 'the', 'waist', 'so', 'if', 'you', 'ahve', 'a', 'problem', 'area', 'nice', 'coverage'] ['feel', 'super', 'soft', 'nuff', 'said'] ['versatility', 'i', 'am', 'not', 'sure', 'it', 'will', 'look', 'great', 'with', 'everything', 'on', 'my', 'body', 'type', 'but', 'definitly', 'a', 'nice', 'pair', 'of', 'jeans', 'flare', 'or', 'skinny', 'with', 'boots', 'a', 'and', 'may', 'try', 'the', 'pencil', 'skirt', 'look', 'like', 'the', ',5,1,7', 'general', 'tops', 'fine', 'gauge'] ['5448,909,37', 'soft', 'and', 'versitle', 'great', 'flow', 'and', 'and', 'spring', 'color', 'short', 'waisted', 'and', 'fit', 'wonderfully', 'i', 'can', 'see', 'how', 'long', 'waisted', 'people', 'would', 'have', 'an', 'issue.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5449,939,38', 'great', 'quality', 'love', 'the', 'fit', 'nice', 'and', 'warm', 'and', 'good', 'quality', 'material.,5,1,0', 'general', 'tops', 'sweaters'] ['5450,909,46', 'orange', 'color', 'is', 'pretty', 'quality', 'is', 'poor', 'i', 'ordered', 'the', 'orange', 'in', 'size', 'xl', 'the', 'fit', 'on', 'me', 'matches', 'the', 'model', 'other', 'than', 'being', 'a', 'little', 'shorter', 'in', 'length'] [] ['the', 'quality', 'is', 'bad', 'i', 'ordered', 'two', 'of', 'these', 'sweaters', 'and', 'both', 'arrived', 'new', 'in', 'the', 'packages', 'with', 'one', 'having', 'a', 'small', 'hole', 'the', 'knit', 'is', 'so', 'thin', 'as', 'is', 'the', 'base', 'material', 'the', 'arms', 'are', 'basically', 'see-through', 'it', 'does', "n't", 'offer', 'any', 'warmth', 'because', 'of', 'the', 'thinness', 'i', 'layered', 'a', 'long-sleeved', 'white', 'tee', 'underneath', 'which', 'helped', 'the', 'edge', 'of', 'the', 'sleeves', 'stretched', 'out', 'within', 'an', 'hour', 'i', 'also', 'had', 'two', 'area', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['5451,909,55', 'beautiful', 'soft', 'sweater', 'this', 'green', 'sweater', 'is', 'solo', 'pretty', 'i', 'wanted', 'it', 'from', 'the', 'moment', 'i', 'saw', 'it', 'pretty', 'layers', 'on', 'the', 'bottom', 'make', 'it', 'so', 'unique', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5452,939,29', 'was', 'looking', 'forward', 'to', 'receiving', 'this', 'this', 'runs', 'a', 'bit', 'on', 'the', 'large', 'side', 'i', 'ordered', 'my', 'usual', 'm', 'and', 'had', 'room', 'to', 'spare', 'the', 'green', 'color', 'was', 'lovely', 'but', 'between', 'the', 'fit', 'and', 'the', 'scratchy', 'fabric', 'this', 'is', 'headed', 'back', 'too', 'bad', ',3,0,0', 'general', 'tops', 'sweaters'] ['5453,1026,56', 'the', 'best', 'yet', 'dare', 'i', 'say', 'this', 'is', 'my', 'favorite', 'pair', 'of', 'pilcro', 'legging', 'cords', 'yet', 'the', 'pattern', 'is', 'beautiful', 'with', 'green', 'black', 'and', 'grey', 'the', 'fit', 'is', 'as', 'usual', 'stellar', 'and', 'comfortable', 'the', 'best', 'yet', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5454,909,41', 'this', 'sweater', 'is', 'very', 'pretty', 'the', 'pictures', 'online', 'do', 'not', 'show', 'the', 'intricate', 'knitting', 'and', 'the', 'lovely', 'details', 'or', 'how', 'delicate', 'the', 'yarn', 'is', 'i', 'bought', 'the', 'light', 'orange', 'color', 'and', 'i', 'think', 'it', 'will', 'transition', 'nicely', 'into', 'spring', 'the', 'shape', 'is', 'very', 'figure', 'flattering', 'as', 'well', 'overall', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5455,984,62', 'love', 'this', 'jacket', 'i', 'was', 'on', 'the', 'lookout', 'for', 'a', 'denim', 'jacket', 'when', 'i', 'found', 'this', 'beauty', 'on', 'line', 'i', 'fell', 'in', 'love', 'immediately', 'and', 'did', "n't", 'think', 'twice', 'about', 'paying', 'full', 'price', 'i', 'wear', 'it', 'with', 'moss', 'green', 'chinos', 'and', 'it', 'looks', 'really', 'good', 'the', 'little', 'dots', 'in', 'the', 'jacket', 'are', 'actually', 'a', 'pale', 'green', 'which', 'gives', 'it', 'extra', 'character', 'very', 'well', 'made', 'i', 'was', 'a', 'bit', 'skeptical', 'about', 'the', 'hook', 'and', 'eye', 'fastenings', 'but', 'they', 'are', 'very', 'secure'] [] ['i', 'ordered', 'my', 'usual', 'xl', 'and', 'found', 'it', 'roomy', 'enough', 'in', 'the', 'bust', 'and', 'arms', 'i', 'would', 'definitely', 'call', 'it', 'tru', ',5,1,7', 'general', 'petite', 'jackets', 'jackets'] ['5456,939,37', 'flattering', 'structure', 'i', 'was', 'on', 'a', 'mission', 'at', 'retailer', 'to', 'find', 'a', 'versatile', 'and', 'comfortable', 'jacket/cardigan', 'this', 'is', 'perfection', 'the', 'detail', 'and', 'pattern', 'in', 'the', 'wool', 'make', 'it', 'unique', 'and', 'the', 'zipper', 'and', 'snaps', 'are', 'great', 'quality', 'i', 'bought', 'it', 'in', 'the', 'green', 'and', 'is', 'great', 'for', 'the', 'office', 'and', 'out', 'in', 'jeans', 'as', 'well.,5,1,3', 'general', 'tops', 'sweaters'] ['5457,909,56', 'lovely', 'sweater', 'i', 'love', 'this', 'pretty', 'sweater', 'i', 'am', 'petite', 'and', 'thin', 'and', 'ordered', 'the', 'regular', 'xs', 'the', 'length', 'was', 'perfect-', 'just', 'below', 'the', 'hips', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'you', 'can', 'pull', 'them', 'up', 'a', 'bit', 'this', 'is', 'a', 'perfect', 'winter', 'dressy', 'sweater', 'to', 'wear', 'with', 'black', 'jeans', 'or', 'leather', 'pants', 'the', 'knit', 'is', 'very', 'delicate', 'and', 'light', 'but', 'warm', 'and', 'the', 'layered', 'chiffon', 'bottom', 'makes', 'it', 'special.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['5458,939,46', 'great', 'jacket', 'this', 'is', 'a', 'great', 'fitting', 'jacket', 'the', 'style', 'etc'] ['i', 'got', 'this', 'in', 'the', 'grey', 'i', 'would', 'have', 'exchanged', 'it', 'for', 'the', 'green', 'but', 'have', 'a', 'similar', 'color', 'that', 'i', 'bought', 'last', 'year', 'from', 'retailer'] ['so', 'i', 'ended', 'up', 'returning', 'it', 'only', 'because', 'i', 'did', "n't", 'like', 'the', 'color', 'on', 'me', ',5,1,3', 'general', 'tops', 'sweaters'] ['5459,1053,39', 'my', 'favorite', 'pants', 'in', 'my', 'closet', 'i', 'adore', 'these', 'pants', 'comfortable', 'as', 'jammies', 'and', 'i', 'wear', 'with', 'both', 'sandals', 'and', 'booties', 'every', 'time', 'i', 'wear', 'them', 'i', 'am', 'complimented', 'on', 'them', ',5,1,1', 'general', 'bottoms', 'pants'] ['5460,862,39', 'fyi', 'photo', 'of', 'black', 'shirt', 'is', 'misleading', '1', 'if', 'you', 'look', 'at', 'the', '4th', 'photo', 'of', 'the', 'grey', 'shirt', 'and', 'zoom', 'in', 'you', 'can', 'get', 'an', 'accurate', 'view', 'of', 'the', 'back', 'this', 'shirt', 'is', 'attached', 'in', 'not', 'one', 'but', 'two', 'places', 'in', 'the', 'back', 'in', 'the', 'photos', 'of', 'the', 'black', 'shirt', 'it', 'looks', 'like', 'it', 'is', 'only', 'attached', 'or', 'knotted', 'in', 'one', 'place', 'and', 'that', 'is', 'not', 'the', 'case', 'disappointing'] [] ['2', 'unless', 'you', 'want', 'to', 'wear', 'this', 'as', 'an', 'off-the-shoulder', 'shirt', 'with', 'a', 'strapless', 'bra', 'size', 'down', 'caveat', 'sizing', 'down', 'will', 'become', 'problematic', 'though', 'for', 'those', 'with', 'large', 'arms', 'as', 'the', 'sle', ',2,0,37', 'general', 'tops', 'knits'] ['5461,1026,60', 'couture', 'cords', 'so', 'sure', 'from', 'the', 'online', 'shop', 'images', 'that', 'i', 'ordered', 'two', 'pairs', 'the', 'package', 'arrived', 'in', 'less', 'than', '2', 'days', 'and', 'immediately', 'i', 'could', 'see', 'how', 'the', 'cords', 'were', 'everything', 'i', 'expected', 'them', 'to', 'be', 'so', 'incredibly', 'soft', 'and', 'body', 'forming', 'and', 'has', 'a', 'classic', 'cord', 'texture', 'only', 'softer', 'i', 'love', 'them', 'this', 'look', 'works', 'both', 'daytime', 'as', 'well', 'as', 'evening', 'it', "'s", 'geared', 'to', 'work', 'with', 'any', 'casual', 'to', 'couture', 'look', 'my', '22', 'year', 'old', 'niece', 'wanted', 'to', 'buy', 'the', 'second', 'pair', 'sz', '28', 'from', 'me', 'so', 'i', 'gave', 'them', 'to', 'her', 'she', "'s", 'a', 'nice', 'niece', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5462,909,60', ',i', "'m", 'on', 'the', 'fence', 'about', 'this', 'one', 'it', 'is', 'pretty,3,1,0', 'general', 'tops', 'fine', 'gauge'] ['5463,909,55', 'beautiful', 'design', 'i', 'really', 'love', 'the', 'way', 'this', 'sweater', 'fits', 'the', 'only', 'negative', 'is', 'that', 'it', 'fits', 'rather', 'tight', 'on', 'the', 'shoulders', 'i', 'have', 'broad', 'shoulders', 'and', 'the', 'sweater', 'fits', 'fine', 'when', 'my', 'arms', 'are', 'down', 'but', 'a', 'little', 'tight', 'when', 'i', 'raise', 'them', 'but', 'the', 'size', 'small', 'fit', 'well', 'everywhere', 'else', 'so', 'i', "'m", 'keeping', 'it', 'the', 'orange', 'color', 'is', 'pretty', 'but', 'kind', 'of', 'glows', 'a', 'bit', 'but', 'wish', 'i', "'d", 'also', 'gotten', 'it', 'in', 'the', 'blue-green', 'very', 'pretty', 'and', 'feminine', 'great', 'with', 'pants', 'or', 'skirts', 'i', "'m", 'usually', 'a', 'small', 'or', 'medium', 'often', 'just', 'for', 'shoulders', 'but', 'got', 'this', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5464,939,31', 'super', 'jacket', 'i', 'am', 'really', 'into', 'this', 'jacket', 'the', 'fit', 'is', 'nice', 'although', 'it', 'does', 'very', 'slightly', 'large', 'however', 'not', 'enough', 'to', 'go', 'down', 'a', 'size', 'for', 'me', 'all', 'of', 'the', 'different', 'textures', 'are', 'really', 'cool', 'and', 'the', 'details', 'do', 'seem', 'to', 'be', 'pretty', 'slimming', 'which', 'is', 'always', 'a', 'bonus', 'i', 'am', 'a', 'bit', 'worried', 'that', 'the', 'wool', 'will', 'pill', 'like', 'crazy', 'though', 'let', "'s", 'hope', 'i', "'m", 'wrong', 'and', 'that', 'it', 'lasts', ',5,1,1', 'general', 'tops', 'sweaters'] ['5465,1026,59', 'omg', 'so', 'comfortable', 'and', 'feels', 'like', 'wearing', 'nothing', 'at', 'all', 'i', 'wish', 'the', 'blue', 'print', 'was', 'still', 'available', 'in', 'my', 'size', 'tried', 'them', 'on', 'at', 'the', 'store', 'and', 'fell', 'in', 'love', 'they', 'say', 'the', 'length', 'is', '31.5', 'however', 'i', 'am', 'on', 'the', 'tall', 'side', 'usually', 'wear', '34', 'in', 'jeans', 'but', 'these', 'are', 'perfect', 'i', 'see', 'from', 'other', 'reviews', 'that', 'these', 'pants', 'have', 'been', 'around', 'for', 'a', 'while', 'please', 'do', "n't", 'change', 'them', 'and', 'i', 'will', 'be', 'getting', 'another', 'pair', 'or', 'two', 'next', 'year', ',5,1,5', 'general', 'bottoms', 'jeans'] ['5466,939,41', 'warm', 'and', 'stylish', 'i', 'tried', 'on', 'a', 'dressing', 'room', 'full', 'of', 'items', 'before', 'christmas', 'and', 'this', 'was', 'the', 'clear', 'winner', 'i', 'got', 'it', 'in', 'the', 'green', 'xs', 'which', 'fit', 'perfectly', 'i', 'am', '5', '6', 'and', 'of', 'medium', 'build', 'the', 's', 'was', 'slightly', 'too', 'big', 'through', 'the', 'chest', 'and', 'arms', 'skewed', 'a', 'little', 'too', 'military', 'looking', 'for', 'me', 'i', 'like', 'the', 'versatility', 'of', 'leaving', 'it', 'open', 'or', 'zipping', 'it', 'up', 'but', 'like', 'another', 'reviewer', 'i', 'wish', 'the', 'top', 'lapel', 'would', 'snap', 'back', 'onto', 'the', 'shoulder', 'because', 'it', 'can', 'flop', 'back', 'and', 'that', 'gets', 'a', 'little', 'annoying', 'overall', 'i', 'really', 'like', 'the', 'fitt', ',5,1,0', 'general', 'tops', 'sweaters'] ['5467,975,57', 'poorly', 'made', 'static', 'and', 'too', 'tight.', '1', 'i', 'like', 'a', 'shorter', 'jacket', 'but', 'this', 'one', 'was', 'poorly', 'made', 'and', 'poorly', 'fit'] [] ['2.', 'the', 'sleeves', 'were', 'way', 'too', 'tight', 'i', "'m", 'a', 'size', '10', 'or', '12', 'and', 'the', 'large', 'which', 'would', 'be', 'a', '14', 'had', 'tight', 'sleeves', 'that', 'wrinkled', 'up', 'my', 'arms', 'and', 'the', 'hem', 'of', 'the', 'sleeve', 'turned', 'inside', 'out'] [] ['3.', 'i', 'ordered', 'both', 'a', 'medium', 'size', '10', 'and', 'a', 'large', 'size', '14', 'and', 'neither', 'hung', 'right', 'the', 'm', 'too', 'tight', 'and', 'the', 'large', 'too', 'loose', 'in', 'the', 'body', 'and', 'too', 'tight', 'in', 'the', 'sleeves'] [] ['4.', 'very', 'polyester', 'with', 'lots', 'of', 'static'] [] ['5.', 'cute', 'idea', 'but', 'not', 'very', 'good', 'in', 'pe', ',1,0,8', 'general', 'petite', 'jackets', 'jackets'] ['5468,939,32', ',it', 'sits', 'a', 'little', 'short', 'but', 'works', 'great', 'for', 'a', 'jacket', 'when', 'you', 'do', "n't", 'want', 'to', 'have', 'a', 'big', 'winter', 'coat', 'when', 'going', 'out.,5,1,0', 'general', 'tops', 'sweaters'] ['5469,909,81', 'chic', 'and', 'feminine', 'sweater', 'i', 'love', 'it', 'i', 'absolutely', 'love', 'this', 'sweater', 'it', "'s", 'soft', 'and', 'delicate', 'i', 'bought', 'a', 'green', 'one', 'which', 'flatters', 'my', 'skin', 'tone', 'i', 'feel', 'that', 'i', 'can', 'wear', 'it', 'for', 'three', 'seasons', 'except', 'summer', 'lol'] [] ['it', 'runs', 'a', 'bit', 'large', 'i', 'normally', 'wear', 'size', 'medium', 'for', 'tops', 'from', 'retailer', 'but', 'the', 'size', 's', 'of', 'this', 'sweater', 'fits', 'better', 'than', 'size', 'm.', 'the', 'sleeves', 'are', 'bit', 'long', 'than', 'other', 'sweaters', 'but', 'i', 'think', 'that', "'s", 'the', 'style', 'as', 'shown', 'on', 'the', 'model'] [] ['if', 'you', 'like', 'feminine', 'and', 'romantic', 'tops/sweaters', 'you', 'will', 'like', 'this', 'piece', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5470,909,43', 'soft', 'and', 'flowy', 'i', 'love', 'this', 'pullover', 'i', 'felt', 'it', 'was', 'a', 'little', 'wide', 'at', 'the', 'bottom', 'but', 'i', 'received', 'lots', 'of', 'compliments', 'on', 'it', 'i', 'ordered', 'a', 'large', 'because', 'i', 'did', 'not', 'want', 'it', 'tight', 'around', 'the', 'bust', 'i', 'wear', 'a', '36j', 'bra', 'and', 'biceps', 'but', 'i', 'think', 'i', 'would', 'have', 'been', 'fine', 'in', 'a', 'medium.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5471,909,43', 'soft', 'beautiful', 'sweater', 'i', 'purchased', 'this', 'in', 'both', 'the', 'green', 'color', 'and', 'the', 'grey', 'color', 'and', 'am', 'in', 'love', 'with', 'both', 'they', 'are', 'much', 'longer', 'than', 'last', 'years', 'design', 'and', 'it', 'has', 'a', 'pretty', 'weave', 'to', 'the', 'sweater', 'with', 'multiple', 'layers', 'that', 'sit', 'perfectly', 'past', 'the', 'hips', 'the', 'fit', 'is', 'true', 'to', 'size', 'although', 'the', 'fabric', 'is', 'quite', 'thin', 'and', 'i', 'worry', 'about', 'pulls', 'also', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'this', 'does', "n't", 'bother', 'me', 'too', 'much', 'at', 'this', 'point', 'very', 'versatile', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5472,1026,37', 'planning', 'on', 'living', 'in', 'these', 'for', 'years', 'i', "'ve", 'eyed', 'these', 'printed', 'pilcro', 'cord', 'leggings', 'every', 'single', 'year', 'in', 'every', 'single', 'incredibly', 'cool', 'print', 'i', "'ve", 'always', 'wanted', 'them', 'finally', 'i', 'decided', 'to', 'try', 'them', 'on', 'after', 'we', 'got', 'this', 'green', 'and', 'navy', 'print', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'these', 'are', 'dreamy', 'they', 'are', 'so', 'stretchy', 'and', 'so', 'comfortable', 'they', 'hold', 'snug', 'against', 'your', 'leg', 'for', 'a', 'very', 'streamlined', 'fit', 'but', 'plenty', 'of', 'stretch', 'so', 'movement', 'is', 'no', 'issue', 'the', 'print', 'is', 'my', 'favorite', 'part', 'the', 'colors', 'are', 'extremely', 'fun', 'but', 'still', 'classy', 'enough', 'to', 'not', 'feel', 'to', ',5,1,6', 'general', 'bottoms', 'jeans'] ['5473,939,56', 'several', 'great', 'points', 'green', 'color', 'is', 'fantastic', 'dark', 'forest', 'green', 'material', 'wool', 'is', 'substantial', 'and', 'of', 'good', 'quality', 'however', 'on', 'my', '5', '1', '120lb', 'athletic', 'frame', 'i', 'felt', 'both', 'the', 'petite', 'xs', 'and', 'petite', 's', 'were', 'too', 'small', 'for', 'me', 'when', 'worn', 'over', 'a', 'v.v.v', 'thin', 'ls', 't-shirt', 'i', 'also', 'thought', 'it', 'was', 'a', 'bit', 'too', 'short', 'in', 'the', 'back', 'the', 'petite', 'medium', 'would', 'have', 'been', 'a', 'great', 'fit', 'for', 'me', 'but', 'all', 'gone', ',4,1,0', 'general', 'tops', 'sweaters'] ['5474,939,42', 'so', 'comfy', 'and', 'stylish', 'love', 'that', 'it', 'is', 'light', 'and', 'very', 'comfortable', 'i', 'got', 'both', 'colors', 'the', 'only', 'thing', 'is', 'it', "'s", 'dry', 'clean', 'only', 'love', 'that', 'i', 'got', 'it', 'on', 'sale', ',5,1,0', 'general', 'tops', 'sweaters'] ['5475,909,48', 'chiffon', 'knitted', 'blouse', 'is', 'stunning', 'beautifully', 'cut', 'and', 'styled', 'its', 'versatile', 'and', 'can', 'be', 'paired', 'with', 'trousers', 'or', 'a', 'skirt,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['5476,909,53', 'soft', 'feminine', 'top', 'i', 'ordered', 'this', 'top', 'in', 'the', 'purple', 'color', 'and', 'was', 'pleasantly', 'surprised', 'that', 'it', 'was', 'more', 'of', 'a', 'soft', 'periwinkle', 'the', 'weave', 'is', 'quite', 'open', 'and', 'sheer', 'which', 'is', 'what', 'i', 'had', 'hoped', 'for', 'the', 'fit', 'is', 'great', 'and', 'the', 'bottom', 'flows', 'quite', 'flatteringly', 'overall', 'the', 'sweater', 'is', 'soft', 'and', 'very', 'feminine', 'but', 'careful', 'it', 'snags', 'easily', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['5477,909,56', 'easy', 'flattery', 'flattering', 'even', 'for', 'a', '50+', 'year', 'old', 'body', 'the', 'lavender', 'is', 'subtle', 'and', 'pretty', 'it', "'s", 'a', 'blue-ish', 'color', 'and', 'the', 'sweater', 'skims', 'the', 'body', 'nicely', 'i', 'have', 'a', 'broad', 'back', 'and', 'some', 'delicate', 'sweaters', 'make', 'me', 'look', 'unwieldy', 'this', 'one', 'is', 'minimizing', 'sleeves', 'are', 'long', 'but', 'not', 'too', 'much', 'so', 'i', 'usually', 'wear', 'an', '8', 'and', 'the', 'm', 'fits', 'well', ',4,1,5', 'general', 'tops', 'fine', 'gauge'] ['5478,1026,47', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['5479,909,60', 'the', 'most', 'beautiful', 'sweater', 'this', 'is', 'simply', 'the', 'most', 'lovely', 'interesting', 'flattering', 'sweater', 'ever', 'i', 'got', 'the', 'green', 'which', 'is', 'a', 'lovely', 'minty', 'color', 'could', "n't", 'be', 'happier', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['5480,909,47', 'lovely', 'and', 'light', 'weight', 'this', 'top', 'is', 'comfortable', 'and', 'pretty', 'plus', 'i', 'like', 'the', 'extra', 'length', 'in', 'the', 'sleeves', 'it', 'is', 'very', 'lightweight', 'and', 'i', "'m", 'cold', 'natured', 'so', 'i', 'wear', 'a', 'bra', 'top', 'tankini', 'underneath', 'for', 'warmth', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['5481,909,43', 'beautiful', 'but', 'not', 'for', 'those', 'who', 'are', 'short', 'waisted', 'i', 'saw', 'the', 'orange/tangerine', 'colored', 'version', 'of', 'this', 'sweater', 'and', 'loved', 'it', 'it', 'looked', 'beautiful', 'on', 'top', 'the', 'chiffon', 'material', 'at', 'the', 'bottom', 'of', 'the', 'sweater', 'is', 'a', 'lovely', 'detail', 'sadly', 'the', 'bottom', 'portion', 'of', 'the', 'sweater', 'made', 'my', 'hips', 'look', 'huge', 'and', 'i', 'felt', 'i', 'looked', 'pregnant', 'i', 'weigh', '111lbs', 'i', 'am', 'petite', 'and', 'small', 'boned', 'i', 'think', 'it', 'was', 'because', 'i', 'am', 'short', 'waisted', 'that', 'this', 'style', 'did', 'not', 'suit', 'me', 'i', 'wish', 'i', 'could', 'look', 'good', 'in', 'this', 'it', 'is', 'absolutely', 'exquisite', 'in', 'color', 'and', 'texture', ',4,1,32', 'general', 'tops', 'fine', 'gauge'] ['5482,909,64', 'gorgeous', 'but', 'delicate', 'this', 'is', 'a', 'beautiful', 'piece', 'but', 'not', 'if', 'you', 'need', 'a', 'hardy', 'sweater', 'the', 'material', 'is', 'lovely', 'as', 'are', 'the', 'two', 'colors', 'i', 'saw', 'but', 'it', 'is', 'lightweight', 'and', 'delicate', 'i', 'tried', 'an', 'xxxs', 'petite', 'which', 'is', 'my', 'norm', 'and', 'it', 'fit', 'perfectly', 'i', 'did', 'not', 'buy', 'it', 'as', 'for', 'the', 'price', 'and', 'relative', 'usefulness', 'i', 'had', 'to', 'say', 'no', 'i', 'will', 'watch', 'for', 'sale', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['5483,939,65', 'perfect', 'flattering', 'sparrow', 'jacket', 'i', 'was', 'in', 'my', 'local', 'retailer', 'to', 'scope', 'out', 'a', 'different', 'piece', 'when', 'i', 'spotted', 'this', 'very', 'attractive', 'well-designed', 'jacket', 'sparrow', "'s", 'jacket', 'looks', 'dynamite', 'on', 'the', 'scale', 'is', 'perfect', 'for', 'me', 'the', 'high', 'level', 'of', 'detail', 'is', 'ideal', 'i', 'chose', 'this', 'over', 'getting', 'an', 'oversized', 'sweater', 'coat', 'it', 'felt', 'like', 'these', 'proportions', 'were', 'most', 'flattering', 'on', 'my', 'body', 'it', 'will', 'be', 'appropriate', 'for', 'work', 'or', 'nice', 'casual', 'events', 'i', 'bought', 'the', 'medium', 'true', 'to', 'size', 'i', 'am', 'an', '8', 'top', '5', '1', '130', '34f', 'although', 'i', 'largely', 'buy', 'online', 'sometimes', 'you', 'ju', ',5,1,9', 'general', 'petite', 'tops', 'sweaters'] ['5484,823,44', 'love', 'it', 'i', 'am', 'obsessed', 'with', 'the', 'off', 'the', 'shoulder', 'trend', 'this', 'season', 'i', 'were', 'mind', 'on', 'the', 'shoulders', 'so', 'its', 'work', 'appropriate', 'and', 'you', 'can', 'still', 'tuck', 'it', 'in', 'the', 'length', 'is', 'perfect', 'the', 'colors', 'are', 'awesome', 't', 'paired', 'it', 'with', 'a', 'pair', 'of', 'pilco', 'cords', 'it', 'easily', 'work', 'with', 'a', 'skirt', 'or', 'dress', 'pants'] ['i', 'would', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5485,939,38', 'sleek', 'moto', 'sweater', 'upgraded', 'cardigan', 'i', 'did', "n't", 'end', 'up', 'keeping', 'this', 'and', 'i', 'feel', 'like', 'i', 'might', 'regret', 'it', 'i', 'have', 'a', 'similar', 'sweater', 'this', 'jacket', 'is', 'super', 'streamlined', 'with', 'a', 'sleek', 'fit', 'the', 'bummer', 'for', 'me', 'was', 'that', 'it', 'did', "n't", 'have', 'snaps', 'to', 'hold', 'the', 'collar', 'down', 'to', 'the', 'jacket', 'when', 'it', 'was', 'unzipped', 'so', 'the', 'flaps', 'seemed', 'to', 'flop', 'around', 'the', 's', 'was', 'perfect', 'not', 'too', 'tight', 'i', "'m", '5', '8', '140', 'lbs', '34c', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['5486,462,41', 'soft', 'and', 'light', 'this', 'caftan', 'is', 'very', 'light', 'and', 'well-made', 'i', 'love', 'the', 'colors', 'and', 'designs', 'on', 'this', 'fabric', 'i', 'was', 'worried', 'that', 'it', 'might', 'make', 'me', 'look', 'boxy', 'but', 'it', 'accentuates', 'my', 'figure', 'surprisingly', 'well', 'the', 'fabric', 'is', 'so', 'soft', 'i', "'m", 'amazed', 'at', 'the', 'price', 'because', 'this', 'is', 'a', 'really', 'beautiful', 'cover-up', ',5,1,1', 'initmates', 'intimate', 'swim'] ['5487,1110,64', 'perfect', 'dress', 'for', 'me', 'i', 'needed', 'a', 'pink', 'dress', 'for', 'a', 'local', 'breast', 'cancer', 'awareness', 'luncheon', 'this', 'is', 'a', 'perfect', 'fit', 'for', 'the', 'occasion', ',5,1,3', 'general', 'dresses', 'dresses'] ['5488,1072,55', 'this', 'dress', 'is', 'as', 'flattering', 'as', 'wrap', 'dresses', 'usually', 'are', 'the', 'x-small', 'fits', 'well', 'dress', 'probably', 'runs', 'a', 'tiny', 'bit', 'large', 'as', 'i', 'go', 'between', 'a', 'small', 'and', 'extra', 'small', 'though', 'i', 'did', 'move', 'the', 'tiny', 'snap', 'at', 'the', 'neckline', 'down', 'as', 'it', 'fastened', 'too', 'high', 'for', 'me', 'the', 'dress', 'did', 'snag', 'slightly', 'in', 'one', 'spot', 'but', 'overall', 'it', 'is', 'really', 'very', 'flowing', 'and', 'lovely', 'on', 'with', 'unusual', 'colors', 'that', 'look', 'nice', 'with', 'late', 'summer', 'tan', 'and', 'gold', 'earrings', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['5489,1072,42', 'great', 'fall', 'dress', 'great', 'easy', 'to', 'wear', 'wrap', 'dress', 'rich', 'colors', 'are', 'fabulous', 'for', 'fall', 'the', 'contrasting', 'knit', 'back', 'adds', 'just', 'the', 'right', 'touch', 'to', 'make', 'the', 'dress', 'more', 'interesting', 'as', 'compared', 'to', 'your', 'typical', 'paisley', 'print', 'dress', 'i', 'ended', 'up', 'with', 'a', 'petite', 'as', 'the', 'length', 'seemed', 'more', 'flattering', 'and', 'the', 'bust', 'line', 'fit', 'better', 'than', 'the', 'regular', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5490,1111,39', 'pretty', 'flirty', 'and', 'loose', 'i', 'ordered', 'the', 'white', 'in', '0p', 'i', 'wanted', 'red', 'but', 'was', 'sold', 'out', 'and', 'do', "n't", 'have', 'a', 'white', 'one', 'so', 'thought', 'why', 'not', 'i', 'really', 'liked', 'the', 'fit', 'flirty', 'flattering', 'very', 'nice', 'love', 'the', 'crossed', 'straps', 'in', 'the', 'back', 'as', 'someone', 'mentioned', 'the', 'fabric', 'is', 'a', 'bit', 'heavy', 'for', 'summer', 'but', 'since', 'i', 'spend', 'a', 'lot', 'of', 'time', 'indoors', 'in', 'a', 'cold', 'environment', 'no', 'biggie', 'i', 'probably', 'will', 'have', 'a', 'seater', 'on', 'top', 'of', 'it', 'too', 'the', 'cut', 'is', 'flattering', 'chest', 'area', 'not', 'too', 'snug', 'and', 'i', 'can', 'wear', 'a', 'strapless', 'more', 'comfortable', 'for', 'me', '115', 'lbs', '26.5', 'in', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5491,1111,38', 'maternity', 'tablecloth', 'i', 'had', 'high', 'hopes', 'for', 'this', 'dress', 'but', 'my', 'husband', 'said', 'i', 'looked', 'pregnant', 'and', 'that', 'i', 'was', 'wearing', 'a', 'tablecloth-', 'and', 'he', 'was', 'right', 'i', "'m", 'usually', 'a', 'size', '10', 'so', 'perhaps', 'this', 'would', 'look', 'good', 'on', 'a', 'talk', 'lanky', 'person', 'with', 'a', 'very', 'long', 'torso', 'but', 'probably', 'not', 'way', 'too', 'much', 'fabric', 'around', 'the', 'midsection', 'it', "'s", 'a', 'shame', 'because', 'the', 'fabric', 'was', 'really', 'pretty', 'but', 'too', 'stiff', 'a', 'hand', 'to', 'drape', 'well', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['5492,1110,39', 'lovely', 'dressy', 'dress', 'i', 'found', 'this', 'in-store', 'when', 'looking', 'for', 'a', 'dressy', 'slightly', 'boho', 'dress', 'for', 'an', 'upcoming', 'wedding', 'i', "'m", 'really', 'happy', 'with', 'it', 'the', 'a-line', 'cut', 'disguises', 'some', 'recently', 'gained', 'extra', 'pounds', 'but', 'it', 'does', "n't", 'feel', 'like', 'i', "'m", 'hiding', 'in', 'a', 'muumuu', 'because', 'the', 'shoulders', 'and', 'chest', 'are', 'relatively', 'fitted', 'the', 'flowy', 'hemline', 'offsets', 'the', 'short', 'length', 'maybe', '4-5', 'above', 'the', 'knee', 'for', 'me', 'the', 'pink', 'color', 'is', 'very', 'light', 'lighter', 'than', 'in', 'the', 'photos', 'i', 'think', 'but', 'it', 'will', 'work', 'nicely', 'for', 'the', 'wedding', 'as', 'the', 'first', 'reviewer', 'sai', ',5,1,7', 'general', 'dresses', 'dresses'] ['5493,462,49', 'pretty', 'cotton', 'caftan', 'this', 'is', 'a', 'lovely', 'light', 'coverup', 'with', 'a', 'beautiful', 'pattern', 'however', 'in', 'the', 'catalogue', 'it', 'appears', 'blush', 'pink', 'when', 'in', 'reality', 'it', 'is', 'white', 'the', 'model', 'must', 'be', 'wearing', 'a', 'pinkish', 'swimsuit', 'underneath', 'the', 'caftan', 'giving', 'it', 'the', 'allusion', 'of', 'being', 'a', 'color', 'which', 'it', 'is', 'not', 'i', 'still', 'like', 'it', 'enough', 'to', 'keep', 'it', 'but', 'am', 'disappointed', 'that', 'the', 'item', 'description', 'did', 'not', 'mention', 'this', 'optical', 'illusion', ',4,1,1', 'initmates', 'intimate', 'swim'] ['5494,1110,24', ',love', 'this', 'dress', 'it', 'is', 'so', 'comfortable', 'and', 'can', 'be', 'worn', 'as', 'casual', 'or', 'dress', 'up.,5,1,0', 'general', 'dresses', 'dresses'] ['5495,1110,45', 'pretty', 'but', 'not', 'for', 'mr', 'received', 'this', 'dress', 'the', 'sleeves', 'are', 'very', 'pretty', 'the', 'drape', 'was', 'just', 'what', 'i', 'was', 'looking', 'for', 'but', 'the', 'overall', 'dress', 'was', 'not', 'very', 'flattering', 'on', 'me', 'i', 'am', 'a', 'little', 'busty', 'on', 'top', 'so', 'it', 'pulled', 'in', 'a', 'unflattering', 'way', 'i', 'would', 'say', 'that', 'if', 'you', 'are', 'tall', 'and', 'not', 'on', 'the', 'busty', 'side', 'this', 'could', 'be', 'an', 'amazing', 'dress', 'on', 'this', 'one', 'had', 'to', 'go', 'back', ',3,1,0', 'general', 'dresses', 'dresses'] ['5496,462,37', ',perfect', 'ca', "n't", 'believe', 'how', 'inexpensive', 'this', 'is', 'for', 'the', 'look', 'it', 'looks', 'just', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'on', 'my', 'vacation.,5,1,0', 'initmates', 'intimate', 'swim'] ['5497,1072,56', 'summer/fall', 'wear', 'i', 'first', 'spotted', 'this', 'on', 'an', 'retailer', 'employee', 'she', 'paired', 'it', 'with', 'a', 'peasant', 'top', 'wore', 'it', 'open', 'w/jeans', 'boots-', 'so', 'darn', 'cute', 'love', 'how', 'this', 'peice', 'transitions', 'from', 'summer', 'to', 'fall', 'i', "'m", '5', '4', 'so', 'i', 'had', 'to', 'order', 'the', 'small', 'petite', 'which', 'is', 'perfect', 'note', 'that', 'this', 'dress', 'is', 'very', 'long', 'it', "'s", 'just', 'a', 'must', 'have', 'garment', 'the', 'colors/', 'print', 'are', 'just', 'beautiful', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5498,1110,32', 'swingy', 'cool', 'saw', 'this', 'in', 'the', 'store', 'in', 'pink', 'very', 'cool', 'dress', 'but', 'i', 'want', 'black', 'so', 'i', "'m", 'ordering', 'it', 'the', 'fabric', 'was', 'almost', 'lace-like', 'it', 'comes', 'w', 'a', 'slip', 'it', 'was', 'sort', 'of', 'swingy', 'and', 'designed', 'to', 'be', 'a-line', 'loved', 'it', 'the', 'bell', 'sleeves', 'totally', 'make', 'it', ',5,1,28', 'general', 'dresses', 'dresses'] ['5499,1110,59', 'fun', 'dress', 'this', 'is', 'a', 'fun', 'dress', 'to', 'have', 'in', 'your', 'closet', 'i', 'ordered', 'the', '4p', 'and', 'it', 'was', 'just', 'a', 'little', 'to', 'short', 'for', 'my', 'taste', 'had', 'the', 'regular', '4', 'sent', 'and', 'it', 'was', 'perfect', 'i', 'wore', 'it', 'the', 'very', 'next', 'night', 'to', 'a', 'party', 'feels', 'great', 'and', 'lots', 'of', 'fun', 'with', 'the', 'bel', 'sleeves', ',5,1,0', 'general', 'dresses', 'dresses'] ['5500,1111,38', 'love', 'this', 'dress', 'i', 'am', 'simply', 'mad', 'about', 'this', 'dress', 'i', 'am', 'smaller', 'on', 'top', 'with', 'larger', 'hips', 'my', 'bust', 'is', 'a', 'mellow', 'b', 'but', 'i', 'could', 'see', 'this', 'working', 'on', 'a', 'or', 'c', 'cups', 'also', 'this', 'dress', 'is', 'extremely', 'flattering', 'for', 'my', 'body', 'type', 'and', 'the', 'bodice', 'fits', 'like', 'it', 'was', 'made', 'for', 'me', 'it', 'fits', 'fine', 'without', 'a', 'bra', 'and', 'just', 'perfectly', 'with', 'a', 'semi', 'padded', 'strapless', 'i', 'got', 'this', 'dress', 'to', 'wear', 'to', 'a', 'summer', 'wedding', 'the', 'texture', 'and', 'color', 'are', 'beautiful', 'and', 'i', 'will', 'pair', 'with', 'simple', 'jewelry', 'and', 'nude', 'heels', 'it', "'s", 'a', 'great', 'find', 'and', 'excellent', 'quality', 'definite,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5501,1111,44', 'beautiful', 'dress', 'but', 'too', 'delicate', 'this', 'dress', 'is', 'lovely', 'feels', 'like', 'a', 'dream', 'so', 'comfortable', 'and', 'the', 'lining', 'is', 'silky', 'soft', 'i', 'feel', 'it', 'runs', 'a', 'little', 'large', 'as', 'maeve', 'has', 'been', 'this', 'spring/summer', 'as', 'i', 'ordered', 'a', 'p0', 'and', 'p2', 'the', 'p0', 'fit', 'i', 'am', '5', '4', 'about', '118', 'i', 'ordered', 'the', 'white', 'hoping', 'to', 'take', 'it', 'on', 'a', 'beach', 'vacation', 'it', 'was', 'just', 'a', 'little', 'too', 'delicate', 'for', 'my', 'needs', 'i', 'have', 'two', 'younger', 'children', 'it', 'seemed', 'to', 'be', 'easy', 'to', 'snag', 'or', 'to', 'make', 'a', 'hole', 'in', 'the', 'more', 'delicate', 'woven', 'areas', 'of', 'the', 'dress', 'otherwise', 'i', 'really', 'liked', 'this', 'dress', 'a', 'lot', 'too', 'bad', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['5502,330,23', 'i', 'ordered', 'a', 'large', 'and', 'it', 'was', 'skin', 'tight', 'if', 'that', "'s", 'the', 'look', 'you', "'re", 'going', 'for', ',3,1,1', 'initmates', 'intimate', 'sleep'] ['5503,1072,47', 'perfect', 'dress', 'this', 'is', 'a', 'great', 'maxi', 'dress', 'for', 'people', 'that', 'want', 'a', 'classic', 'fit', 'but', 'nothing', 'tight', 'it', 'is', 'figure', 'flattering', 'yet', 'modest', 'enough', 'to', 'wear', 'to', 'work', 'i', 'am', '5', '3', 'and', 'a', 'half', 'and', 'many', 'maxis', 'are', 'so', 'long', 'that', 'i', 'must', 'wear', 'heels', 'this', 'one', 'is', 'perfect', 'length', 'for', 'me', 'and', 'can', 'be', 'worn', 'with', 'flats', 'or', 'heels.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5504,1072,39', 'do', "n't", 'ignore', 'this', 'one', 'when', 'this', 'dressed', 'first', 'debuted', 'i', 'pretty', 'much', 'ignored', 'it', 'because', 'i', 'was', 'not', 'looking', 'for', 'a', 'sleeveless', 'maxi', 'dress', 'for', 'fall', 'then', 'i', 'went', 'on', 'instagram', 'and', 'saw', 'all', 'the', 'marvelous', 'ways', 'retailer', 'employees', 'were', 'styling', 'this', 'this', 'can', 'be', 'worn', 'as', 'a', 'long', 'vest', 'over', 'jeans', 'or', 'a', 'long', 'sleeve', 'maxi', 'and', 'the', 'rich', 'autumn', 'colors', 'go', 'well', 'with', 'boots', 'and', 'sweaters', 'add', 'a', 'wide', 'leather', 'belt', 'when', 'it', "'s", 'opened', 'or', 'closed', 'works', 'great', 'either', 'way', 'when', 'i', 'bought', 'my', 'dara', 'vegan', 'leather', 'moto', 'in', 'plum', 'i', 'knew', 'this', 'would', 'be', 'an', 'ideal', 'pair', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5505,1111,46', 'summer', 'moon', 'dress', 'color', 'is', 'beautiful', 'fits', 'perfectly', 'lace', 'is', 'lovely', 'and', 'cut', 'is', 'feminine', 'and', 'flattering', 'hoping', 'to', 'top', 'with', 'a', 'sweater', 'so', 'i', 'can', 'wear', 'it', 'longer', 'in', 'the', 'season', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5506,1072,53', 'mountaire', 'maxi', 'dress', 'write', 'your', 'review', 'required', 'this', 'is', 'a', 'wonderful', 'dress', 'i', 'love', 'the', 'fit', 'and', 'feel', 'of', 'the', 'fabric', 'i', 'have', 'been', 'looking', 'for', 'a', 'while', 'for', 'a', "'fall", 'maxi', 'to', 'wear', 'with', 'a', 'pair', 'of', 'free', 'people', 'boots', 'i', 'purchased', 'this', 'dress', 'is', 'perfect', 'with', 'them', 'the', 'colors', 'are', 'fall', 'and', 'fresh', 'can', 'i', 'say', 'that', 'about', 'fall', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5507,1111,27', 'love', 'love', 'love', 'i', 'already', 'knew', 'that', 'it', "'s", 'not', 'the', 'lightest', 'summer', 'dress', 'by', 'reading', 'previous', 'reviews'] ['yes', 'it', 'is', 'fully', 'lined', 'with', 'stretchy', 'fabric', 'which', 'is', 'kind', 'of', 'thick', 'and', 'heavy', 'for', 'skinny', 'straps', 'i', 'still', 'love', 'this', 'dress', 'it', "'s", 'very', 'beautiful', 'and', 'versatile', 'it', "'s", 'perfect', 'for', 'san', 'francisco', 'summer', 'it', 'never', 'gets', 'too', 'hot', 'anyway'] ['the', 'color', 'is', 'also', 'beautiful', 'but', 'it', "'s", 'little', 'pink', 'side', 'of', 'red'] ['i', 'am', '5', '4', 'size', '0', 'it', 'fits', 'perfect', 'just', 'like', 'the', 'picture', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['5508,1072,44', 'beautiful', 'i', 'was', 'a', 'little', 'skeptical', 'about', 'this', 'one', 'at', 'first', 'i', 'have', 'a', 'hard', 'time', 'with', 'the', 'over', 'all', 'styling', 'of', 'many', 'maxi', 'dresses', 'i', 'liked', 'the', 'print', 'and', 'figured', 'i', 'would', 'give', 'this', 'a', 'whirl', 'it', 'is', 'beautiful', 'looks', 'great', 'on', 'and', 'i', 'love', 'the', 'fabric', 'so', 'happy', 'i', 'picked', 'this', 'one', 'up.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5509,1080,28', 'absolutely', 'stunning', 'this', 'dress', 'is', 'breathtaking', 'it', 'is', 'super', 'lightweight', 'and', 'will', 'be', 'the', 'perfect', 'addition', 'to', 'my', 'suitcase', 'for', 'summer', 'travels', 'can', 'be', 'dressed', 'up', 'or', 'down', 'with', 'jewelry', 'heels.,5,1,0', 'general', 'dresses', 'dresses'] ['5510,861,33', 'pretty', 'and', 'comfrotable', 'get', 'on', 'sale', 'i', 'feel', 'the', 'same', 'way', 'about', 'this', 'shirt', 'as', 'i', 'do', 'about', 'the', 'sungarden', 'tee', 'it', "'s", 'a', 'lovely', 'pattern', 'and', 'i', 'like', 'the', 'fit', 'it', "'s", 'not', 'clingy', 'but', 'it', "'s", 'a', 'bit', 'see-though', 'it', "'s", 'not', 'as', 'bad', 'as', 'the', 'other', 'tee', 'but', 'no', 'contrasting', 'or', 'patterned', 'bras', 'can', 'be', 'worn', 'with', 'this', 'shirt', 'unless', 'that', "'s", 'your', 'thing', 'that', 'said', 'i', "'m", 'happy', 'with', 'it', 'because', 'it', "'s", 'a', 'soft', 'and', 'pretty', 'shirt', 'that', 'will', 'get', 'a', 'lot', 'of', 'wear', 'in', 'warm', 'weather', 'i', 'am', 'very', 'glad', 'i', 'got', 'it', 'on', 'sale', 'though', 'i', 'would', "n't", 'have', 'paid', 'full', 'price', 'for', 'it', ',3,1,0', 'general', 'tops', 'knits'] ['5511,1081,66', ',,5,1,0', 'general', 'dresses', 'dresses'] ['5512,974,33', 'uniqueness', 'won', 'over', 'a', 'couple', 'of', 'flaws', 'i', 'knew', 'this', 'jacket', 'would', 'be', 'mine', 'as', 'soon', 'as', 'i', 'saw', 'it', 'online', 'but', 'i', 'also', 'have', 'a', 'hard', 'time', 'trusting', 'retailer', "'s", 'online', 'photos', 'by', 'their', 'color', 'and', 'angle', 'etc'] [] ['i', 'took', 'a', 'gamble', 'and', 'for', 'the', 'most', 'part', 'it', 'paid', 'off', 'i', 'do', 'like', 'the', 'jacket', "'s", 'unique', 'bohemian', 'gone', 'chic/uptown', 'styling', 'and', 'the', 'gorgeous', 'patten', 'with', 'a', 'spattering', 'of', 'embroidery', 'on', 'the', 'chest', 'and', 'back', 'what', 'i', 'do', "n't", 'like', 'is', 'the', 'mix', 'of', 'black', 'leather', 'trim', 'and', 'big', 'brass', 'studs', 'i', 'feel', 'like', 'there', 'might', 'be', 'one', 'too', 'many', 'ideas', 'or', 'they', 'could', 'have', 'been', 'toned', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5513,861,31', ',,4,1,0', 'general', 'tops', 'knits'] ['5514,861,41', 'i', "'m", 'going', 'to', 'wear', 'it', 'a', 'lot', 'i', 'did', 'size', 'up', 'on', 'this', 'one', 'it', 'came', 'in', 'and', 'it', 'was', 'too', 'snug', 'for', 'a', 'loose', 'shirt', 'i', 'sized', 'up', 'and', 'i', 'love', 'it', 'now', 'i', 'went', 'to', 'the', 'store', 'and', 'bought', 'it', 'in', 'white', 'and', 'black', 'i', 'sized', 'up', 'in', 'the', 'white', 'but', 'not', 'the', 'black', 'you', 'may', 'want', 'to', 'try', 'them', 'on', 'before', 'purchasing', 'them', 'i', 'want', 'more.,4,1,2', 'general', 'tops', 'knits'] ['5515,1081,72', 'great', 'dress', 'wrong', 'color', 'i', 'debated', 'whether', 'or', 'not', 'to', 'order', 'this', 'dress', 'i', 'love', 'the', 'cut', 'and', 'style', 'but', 'i', 'was', 'afraid', 'the', 'color', 'would', 'not', 'work', 'for', 'me', 'with', 'dark', 'hair', 'and', 'pale', 'skin', 'yellow', 'tends', 'to', 'wash', 'me', 'out', 'i', 'was', 'correct', 'but', 'the', 'dress', 'was', 'adorable', 'definitely', 'size', 'down', 'i', 'usually', 'wear', 'a', 'medium', 'or', '8', 'in', 'retailer', 'dresses', 'but', 'based', 'on', 'other', 'reviews', 'i', 'ordered', 'this', 'in', 'a', 'small', 'might', 'could', 'have', 'used', 'an', 'extra', 'small', 'this', 'dress', 'certainly', 'wo', "n't", 'show', 'off', 'those', '10', 'pounds', 'you', 'lost', 'but', 'it', 'is', 'very', 'comfortable', 'and', 'not', 'overly', 'boxy', 'als', ',5,1,0', 'general', 'dresses', 'dresses'] ['5516,867,44', 'sale', 'find', 'i', 'bought', 'this', 'in', 'navy', 'and', 'love', 'the', 'multi', 'textures', 'and', 'look', 'i', "'m", 'happy', 'it', 'was', 'on', 'sale', 'because', 'it', 'is', 'so', 'cute', 'but', 'i', 'would', 'not', 'have', 'paid', 'full', 'price', 'on', 'it', 'it', 'runs', 'small', 'i', 'plan', 'on', 'wearing', 'it', 'for', 'casual', 'errand', 'days.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['5517,867,38', 'cute', 'but', 'small', 'i', 'wish', 'i', 'would', 'have', 'read', 'the', 'other', 'reviews', 'before', 'ordering', 'it', "'s", 'cute', 'but', 'very', 'casual', 'and', 'very', 'thin', 'material', 'not', 'like', 'other', 'retailer', 'tops', 'also', 'runs', 'super', 'small', 'i', 'ordered', 'a', 'small', 'i', 'wear', 'a', 'small', 'or', 'xsmall', 'at', 'retailer', 'and', 'will', 'likely', 'jump', 'to', 'a', 'large', 'given', 'feedback', 'in', 'other', 'reviews', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['5518,861,41', 'cute', 'tshirt', 'i', 'really', 'liked', 'this', 'tshirt', 'but', 'unfortunately', 'the', 'v-neck', 'is', 'just', 'too', 'low', 'for', 'my', 'taste', 'it', 'fits', 'really', 'loose', 'and', 'even', 'buying', 'the', 'xxs', 'i', 'just', 'felt', 'it', 'would', 'stretch', 'out', 'and', 'be', 'even', 'bigger', 'really', 'cute', 'style', 'just', 'not', 'sure', 'it', "'s", 'worth', 'the', 'price', 'great', 'colors', 'though.,3,1,1', 'general', 'tops', 'knits'] ['5519,1080,46', 'amazing', 'dress', 'wow', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'it', 'is', 'simply', 'stunning', 'the', 'bright', 'colors', 'and', 'design', 'are', 'a', 'true', 'tracy', 'reese', 'dress', 'and', 'i', 'looked', 'like', 'a', 'fairy', 'queen', 'in', 'it', 'lol', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,11', 'general', 'dresses', 'dresses'] ['5520,861,58', 'great', 't-shirt', 'i', 'love', 'the', 'fit', 'and', 'the', 'color', 'i', 'would', 'buy', 'this', 't-shirt', 'again', 'in', 'other', 'patterns', 'and', 'colors', 'the', 'fabric', 'is', 'thin', 'and', 'lightweight', 'but', 'i', 'knew', 'that', 'when', 'i', 'bought', 'it', 'apparently', 'nothing', 'this', 'is', 'a', 'problem', 'for', 'some', 'others', 'i', 'do', 'choose', 'to', 'wear', 'a', 'camisole', 'or', 'a', 'tank', 'top', 'underneath', 'it', 'to', 'preserve', 'the', 'fabric', 'i', 'hang', 'dry', 'after', 'laundering', 'the', 'colors', 'have', 'not', 'faded', 'and', 'the', 'fabric', 'is', 'holding', 'up', 'well', 'i', 'am', '5', '4', 'weigh', '134', 'lbs', 'and', 'do', 'typically', 'wear', 'size', 'medium', ',5,1,0', 'general', 'tops', 'knits'] ['5521,861,30', 'beautiful', 'tee', 'i', 'bought', 'this', 'tee', 'in', 'purple', 'went', 'back', 'the', 'next', 'day', 'and', 'purchased', 'the', 'peach', 'this', 'is', 'a', 'classic', 'tee', 'with', 'a', 'girly', 'twist', 'cute', 'with', 'jeans', 'and', 'a', 'jean', 'jacket', ',5,1,0', 'general', 'tops', 'knits'] ['5522,877,40', 'great', 'addition', 'to', 'wardrobe', 'i', 'love', 'this', 'duster', 'it', "'s", 'really', 'different', 'and', 'interesting', 'i', 'wear', 'it', 'with', 'the', 'dress', 'in', 'the', 'picture', 'but', 'i', 'have', 'the', 'green', 'dress.,4,1,2', 'general', 'tops', 'knits'] ['5523,861,34', 'awesome', 'every', 'day', 'tee', 'i', 'now', 'own', 'this', 'shirt', 'in', '4', 'different', 'styles', 'although', 'i', 'do', "n't", 'expect', 'it', 'to', 'last', 'forever', 'thus', 'far', 'they', 'wash', 'really', 'well', 'given', 'how', 'thin', 'they', 'are', 'and', 'light', 'weight', 'i', 'love', 'the', 'simple', 'cut', 'and', 'how', 'good', 'they', 'look', 'dressed', 'up', 'or', 'down', 'it', 'is', 'so', 'hard', 'to', 'find', 'comfy', 'tees', 'and', 'this', 'one', 'fits', 'the', 'bill', 'my', 'only', 'wish', 'is', 'that', 'they', 'sold', 'it', 'in', 'solid', 'print', 'colors', 'like', 'white', 'and', 'black', 'then', 'i', 'would', 'own', '6', ',5,1,0', 'general', 'tops', 'knits'] ['5524,861,39', 'comfy', 'yet', 'stylish', 'i', 'saw', 'this', 'tee', 'and', 'was', 'unsure', 'about', 'the', 'print', 'but', 'decided', 'to', 'give', 'it', 'a', 'try', 'i', "'m", 'glad', 'i', 'did', 'as', 'it', 'has', 'become', 'a', 'weekend', 'staple', ',4,1,0', 'general', 'tops', 'knits'] ['5525,974,37', 'i', 'loved', 'it', 'runs', 'a', 'little', 'small', 'but', 'is', 'very', 'chic', 'you', 'can', 'wear', 'it', 'with', 'jeans', 'and', 'a', 'white', 't-shirt', 'and', 'you', 'are', 'going', 'to', 'look', 'awesome', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['5526,937,20', 'not', 'flattering', 'on', 'me', 'i', 'ordered', 'this', 'online', 'and', 'was', 'disappointed', 'with', 'the', 'fit', 'when', 'it', 'arrived', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'was', 'still', 'oversize', 'to', 'the', 'point', 'of', 'being', 'unflattering', 'i', 'am', 'tall', '5', '9', 'about', '130', 'pounds', 'and', 'have', 'a', 'fairly', 'thin', 'torso', 'and', 'look', 'best', 'in', 'cloths', 'that', 'have', 'some', 'shape', 'if', 'you', 'like', 'a', 'loose', 'fit', 'this', 'might', 'be', 'for', 'you', 'the', 'material', 'is', 'thicker', 'and', 'warm', 'and', 'comfortable', 'i', 'would', 'suggest', 'ordering', 'down', 'a', 'size', ',3,0,2', 'general', 'tops', 'sweaters'] ['5527,861,44', ',,4,1,0', 'general', 'tops', 'knits'] ['5528,974,58', 'great', 'addition', 'to', 'fall/winter', 'wardrobe', 'i', 'saw', 'this', 'piece', 'and', 'fell', 'in', 'love', 'with', 'it', 'the', 'print', 'is', 'beautiful', 'and', 'is', 'well', 'placed', 'on', 'every', 'piece', 'it', 'is', 'a', 'little', 'boxy', 'and', 'is', 'a', 'bit', 'warm', 'for', 'indoors', 'but', 'it', 'is', 'unusual', 'enough', 'to', 'overlook', 'the', 'flaws', 'i', 'am', "5'10", 'usually', 'a', 'small', 'but', 'sized', 'up', 'to', 'a', 'medium', 'with', 'this', 'one', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5529,831,28', 'shrunk', 'i', 'was', 'so', 'excited', 'about', 'this', 'top', 'super', 'cute', 'and', 'fit', 'perfectly', 'but', 'as', 'soon', 'as', 'i', 'washed', 'it', 'cold', 'hand', 'wash', 'air', 'dry', 'it', 'shrunk', 'now', 'it', 'is', 'too', 'short', 'and', 'tight', 'i', 'did', 'not', 'expect', 'the', 'material', 'to', 'shrink', 'so', 'very', 'disappointed', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['5530,831,54', 'well', 'made', 'and', 'flattering', 'the', 'blouse', 'is', 'as', 'shown', 'in', 'the', 'picture', 'it', 'falls', 'nicely', 'and', 'is', 'flattering', 'to', 'wear', 'the', 'detail', 'on', 'the', 'yoke', 'and', 'hemline', 'is', 'of', 'good', 'quality', 'i', "'ve", 'received', 'a', 'lot', 'of', 'compliments', 'on', 'this', 'top.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5531,867,48', 'cute', 'back', 'hem', 'feature', 'i', 'bought', 'this', 'shirt', 'in', 'a', 'size', 'small', 'it', 'fits', 'the', 'same', 'as', 'it', 'does', 'on', 'the', 'model', 'it', "'s", 'a', 'comfortable', 'cute', 'shirt', 'wish', 'the', 'other', 'colors', 'were', 'available', 'because', 'i', "'d", 'order', 'another', 'one.,4,1,0', 'general', 'tops', 'knits'] ['5532,861,41', 'pretty', 'top', 'got', 'a', 'ton', 'of', 'compliments', 'great', 'tee', 'with', 'beautiful', 'print.,5,1,0', 'general', 'tops', 'knits'] ['5533,877,54', 'comfy', 'but', 'classy', 'this', 'product', 'is', 'amazing', 'i', 'love', 'that', 'it', "'s", 'comfortable', 'and', 'stylish', 'at', 'the', 'same', 'time', 'i', 'love', 'the', 'unique', 'color', 'pattern', 'and', 'the', 'length', 'of', 'this', 'product', 'i', 'also', 'love', 'that', 'i', 'can', 'wear', 'to', 'any', 'occasion', 'and', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'it', "'s", 'very', 'versatile', 'and', 'i', 'love', 'it.,5,1,0', 'general', 'tops', 'knits'] ['5534,1081,41', 'pretty', 'airy', 'dress', 'i', 'tried', 'the', 'pink', 'color', 'on', 'in', 'the', 'fall', 'and', 'liked', 'it', 'but', 'was', "n't", 'sure', 'how', 'much', 'i', "'d", 'wear', 'it', 'for', 'the', 'price', 'i', 'ordered', 'down', 'a', 'size', 'in', 'the', 'maize', 'for', 'the', 'holidays', 'when', 'it', 'went', 'on', 'sale', 'i', 'think', 'i', 'prefered', 'the', 'subtlety', 'of', 'the', 'pink/blush', 'color', 'the', 'maize', 'is', 'a', 'goldenrod', 'yellow', 'not', 'as', 'light', 'a', 'shade', 'as', 'it', 'looks', 'in', 'the', 'online', 'picture', 'i', "'ll", 'still', 'keep', 'it', 'because', 'it', 'is', 'super', 'comfy', 'though', 'the', 'sequins', 'do', "n't", 'show', 'as', 'well', 'as', 'on', 'the', 'blush', 'it', 'will', 'look', 'cute', 'with', 'leggings', 'and', 'boots', 'or', 'high', 'heels', 'i', 'did', "n't", 'find', 'it', 'to', ',4,1,0', 'general', 'dresses', 'dresses'] ['5535,1080,39', 'lovely', 'cut', 'and', 'lovely', 'color', 'just', 'not', 'on', 'my', 'pale', 'skin', 'hue', 'unfortunately', 'i', 'tried', 'on', 'the', 'xs', 'in', 'store', 'and', 'that', 'was', 'a', 'little', 'long', 'on', 'me', 'so', 'i', 'would', 'need', 'petite', 'the', 'cut', 'was', 'very', 'flattering', 'and', 'super', 'feminine', 'i', 'love', 'the', 'color', 'and', 'pattern', 'on', 'the', 'dr4ess', 'too', 'sadly', 'not', 'for', 'me', 'i', 'looked', 'sick', 'in', 'it', '115', 'lbs', '30', 'dd', 'and', 'xs', 'petite', 'would', 'fit', ',4,1,2', 'general', 'dresses', 'dresses'] ['5536,861,34', ',,5,1,0', 'general', 'tops', 'knits'] ['5537,861,33', 'pretty', 'colors/lines', 'this', 'top', 'was', 'very', 'pretty', 'when', 'i', 'got', 'it', 'but', 'i', 'was', 'hoping', 'it', 'would', 'be', 'a', 'bit', 'longer', 'the', 'v', 'neck', 'design', 'was', 'nice', 'and', 'the', 'fabric', 'very', 'soft', 'i', 'liked', 'that', 'a', 'simple', 't', 'shirt', 'was', 'so', 'feminine', ',4,1,0', 'general', 'tops', 'knits'] ['5538,871,59', 'ample', 'and', 'soft', 'ordered', 'this', 'in', 'the', 'white/gray', 'likely', 'one', 'of', 'the', 'softest', 'tops', 'i', 'own', 'and', 'drapes', 'beautifully', 'density', 'of', 'fabric', 'enough', 'that', 'i', 'wo', "n't", 'need', 'a', 'tee', 'underneath', 'design', 'of', 'the', 'pointed', 'front', 'will', 'look', 'great', 'with', 'a', 'shorter', 'jacket', 'i', "'m", 'busty', 'and', 'there', 'is', 'a', 'ton', 'of', 'fabric', 'in', 'the', 'front', 'due', 'to', 'shipping', 'i', 'wo', "n't", 'return', 'but', 'could', 'have', 'gone', 'a', 'size', 'down', 'and', 'i', "'m", 'a', '42dd', ',4,1,7', 'general', 'tops', 'knits'] ['5539,831,46', ',,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['5540,861,42', 'i', 'feel', 'so', 'betrayed', 'i', 'bought', 'this', 'top', 'in', 'the', 'blue', 'motif', 'and', 'loved', 'it', 'so', 'so', 'very', 'much', 'until', 'i', 'washed', 'it', 'it', 'came', 'out', 'of', 'the', 'wash', 'delicate/cold', 'cycle', 'with', '3', 'small', 'holes', 'i', 'am', 'devastated', 'because', 'it', 'was', 'destined', 'to', 'be', 'my', 'favorite', 'top', 'for', 'summer', 'it', 'is', 'flattering', 'lightweight', 'gorgeous', 'color', 'cool', 'raw', 'edges', 'v-back', 'detail', 'i', 'could', 'go', 'on', 'and', 'on', 'about', 'all', 'the', 'things', 'i', 'love', 'about', 'this', 'top', 'but', 'now', 'it', 'has', 'holes', 'after', 'one', 'washing', 'so', 'it', "'s", 'all', 'for', 'naught', 'do-over', 'please', 'with', 'better', 'fabric', 'qa', ',2,0,3', 'general', 'tops', 'knits'] ['5541,861,26', 'v-neck', 'tee', 'fit', 'is', 'okay', 'the', 'style', 'of', 'the', 'shirt', 'and', 'the', 'purple', 'flowers', 'are', 'beautiful', ',4,1,0', 'general', 'tops', 'knits'] ['5542,974,42', 'lovely', 'jacket', 'ordered', 'this', 'with', 'my', 'bday', 'discount', 'the', 'small', 'felt', 'a', 'bit', 'roomy', 'so', 'i', 'took', 'it', 'to', 'the', 'store', 'so', 'i', 'could', 'possibly', 'exchange', 'for', 'an', 'xs', 'i', 'literally', 'could', 'not', 'even', 'get', 'my', 'arm', 'in', 'the', 'xs', 'tried', 'a', 'different', 'small', 'which', 'was', 'more', 'fitted', 'than', 'the', 'small', 'i', 'had', 'received', 'so', 'i', 'would', 'say', 'the', 'sizing', 'can', 'be', 'inconsistent,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5543,730,32', 'more', 'cheeky', 'than', 'expected', 'cute', 'print', 'on', 'both', 'sides', 'but', 'far', 'more', 'cheek', 'was', 'exposed', 'than', 'i', 'anticipated', 'from', 'the', 'photos', 'the', 'front', 'is', "n't", 'too', 'skimpy', 'but', 'the', 'back', 'is', 'a', 'bit', 'too', 'small', 'for', 'my', 'taste', 'definitely', 'narrower', 'in', 'the', 'back', 'than', 'a', 'standard', 'bikini', 'cut', 'too', 'bad', 'the', 'matching', 'top', 'is', 'my', 'favorite', 'top', 'so', 'i', 'guess', 'i', "'ll", 'just', 'have', 'to', 'wear', 'black', 'bottoms', 'with', 'it', ',3,0,1', 'initmates', 'intimate', 'swim'] ['5544,974,42', 'had', 'great', 'possibilities', 'loved', 'this', 'as', 'soon', 'as', 'i', 'saw', 'it', 'definitely', 'darker', 'than', 'the', 'photo', 'not', 'as', 'muted', 'since', 'it', 'was', 'a', 'jacket', 'and', 'i', "'d", 'be', 'wearing', 'something', 'under', 'it', 'i', 'chose', 'a', 'medium', 'rather', 'than', 'the', 'small', 'i', 'generally', 'wear', 'the', 'shoulders', 'just', 'fit', 'and', 'the', 'rest', 'was', 'big', 'making', 'me', 'look', 'large', 'not', 'a', 'flattering', 'fit', 'and', 'a', 'major', 'disappointment', 'nice', 'that', 'it', 'works', 'for', 'the', 'other', 'reviewers', 'but', 'not', 'for', 'me', 'sadly', 'going', 'back', 'the', 'sweater', 'shown', 'underneath', 'also', 'runs', 'loose', 'and', 'large', 'so', 'i', "'m", 'exchanging', 'that', 'one', 'for', 'a', 'small', ',4,1,9', 'general', 'petite', 'jackets', 'jackets'] ['5545,867,44', 'short/boxy', 'love', 'the', 'idea', 'of', 'this', 'but', 'it', 'ran', 'short', 'and', 'boxier', 'than', 'i', 'would', 'have', 'liked', 'material', 'is', 'soft', 'cute', 'design', 'but', 'not', 'flattering', 'returning', ',3,0,0', 'general', 'tops', 'knits'] ['5546,974,40', 'just', 'beautiful', 'the', 'details', 'and', 'the', 'colors', 'are', 'combined', 'in', 'such', 'an', 'usual', 'and', 'chic', 'way', 'the', 'fit', 'is', 'really', 'comfortable', 'too', 'i', 'found', 'that', 'the', 'jacket', 'runs', 'tts', 'maybe', 'even', 'a', 'bit', 'large', 'but', 'i', 'purchased', 'my', 'regular', 'size', 'so', 'that', 'i', 'could', 'wear', 'layers', 'keep', 'in', 'mind', 'i', 'have', 'a', 'rather', 'large', 'bust', 'so', 'someone', 'with', 'a', 'smaller', 'one', 'could', 'probably', 'size', 'down', 'please', 'note', 'there', 'are', 'no', 'closures', 'in', 'the', 'front', 'of', 'the', 'jacket', 'but', 'it', 'looks', 'almost', 'closed', 'when', 'you', "'re", 'wearing', 'it', ',5,1,14', 'general', 'petite', 'jackets', 'jackets'] ['5547,861,37', 'see', 'through', 'i', 'purchased', 'this', 'shirt', 'with', 'the', 'purple', 'colored', 'flowers', 'while', 'the', 'cut', 'is', 'fine', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'not', 'great', 'so', 'the', 'shirt', 'is', 'very', 'see-through', 'will', 'be', 'returning', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['5548,861,42', 'v', 'neck', 'great', 'shirt', 'love', 'the', 'detail', 'in', 'back', 'feminine', 'and', 'different', 'than', 'the', 'average', 't,5,1,0', 'general', 'tops', 'knits'] ['5549,861,68', 'not', 'my', 'thing', 'wish', 'i', "'d", 'noticed', 'that', 'the', 'sleeve', 'cuff', 'and', 'hem', 'were', "'cut", 'to', 'look', 'hippie-casual', 'i', "'m", 'taking', 'this', 'back', 'with', 'great', 'regret', 'it', "'s", 'soft', 'and', 'the', 'prettiest', 'pale', 'lime-sherbet', 'color', 'made', 'for', 'a', 'cool', 'summer', 'look', 'i', 'do', "n't", 'like', "'tattered", 'though', 'so', 'back', 'it', 'goes', 'sigh', 'it', "'s", 'soft', 'true', 'fit', 'and', 'beautiful', 'i', "'d", 'buy', 'it', 'in', 'many', 'colors', 'and', 'in', 'the', 'lovely', 'lavender', 'print', 'if', 'it', 'was', "n't", 'for', 'the', "'cuts", ',3,1,0', 'general', 'tops', 'knits'] ['5550,861,46', 'great', 'fit', 'colors', 'style', 'nicer', 'twist', 'on', 'the', 'casual', 'tshirt', 'soft', 'comfy', 'love', 'the', 'purple', ',4,1,0', 'general', 'tops', 'knits'] ['5551,861,24', 'casual', 'striped', 'v-neck', 't-shirt', 'this', 't-shirt', 'is', 'very', 'casual', 'so', 'it', 'is', 'perfect', 'for', 'everyday', 'use'] ['touch', 'of', 'textile', 'is', 'comfortable', 'so', 'i', 'feel', 'relaxed', 'whenever', 'wearing', 'this', 't-shirt'] ['although', 'stripe', 'is', 'a', 'simple', 'design', 'it', 'does', 'not', 'limit', 'your', 'choise', 'of', 'fashion', 'so', 'it', 'can', 'go', 'with', 'almost', 'anything'] ['just', 'be', 'aware', 'that', 'this', 't-shirt', 'runs', 'a', 'little', 'larger', 'than', 'the', 'true', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['5552,861,34', 'great', 'shirt', 'i', 'love', 'florals', 'and', 'this', 'top', 'can', 'be', 'worn', 'with', 'jeans', 'and', 'also', 'i', 'have', 'worn', 'it', 'for', 'work', 'it', "'s", 'very', 'comfortable', 'and', 'light.,5,1,0', 'general', 'tops', 'knits'] ['5553,1081,38', 'beautiful', 'color', 'this', 'dress', 'is', 'happy', 'it', 'is', 'easy', 'to', 'wear', 'and', 'it', 'is', 'lined', 'it', 'came', 'in', 'the', 'mail', 'super', 'wrinkled', 'tho', 'i', 'went', 'for', 'the', 'color', 'more', 'than', 'the', 'style', 'and', 'while', 'the', 'style', 'is', 'lovely', 'i', 'fell', 'in', 'love', 'with', 'another', 'retailer', 'dress', 'in', 'the', 'same', 'color', 'so', 'i', 'may', 'return', 'this', ',4,1,0', 'general', 'dresses', 'dresses'] ['5554,861,60', ',,5,1,0', 'general', 'tops', 'knits'] ['5555,937,33', 'love', 'it', 'but', 'it', "'s", 'itchy', 'this', 'shirt', 'aesthetically', 'is', 'very', 'pleasing', 'i', 'love', 'the', 'overall', 'design', 'and', 'colors', 'however', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'immediately', 'itchy', 'the', 'material', 'is', 'not', 'soft', 'like', 'a', 'cozy', 'sweater', 'ought', 'to', 'be', 'in', 'addition', 'though', 'i', 'ordered', 'a', 'size', 'medium', 'it', 'fit', 'very', 'large', 'almost', 'too', 'oversized', 'the', 'sleeves', 'were', 'extremely', 'long', 'on', 'me', 'and', 'the', 'overall', 'body', 'was', 'too', 'big', 'it', "'s", 'too', 'bad', 'i', 'really', 'loved', 'the', 'look', 'but', 'i', "'m", 'not', 'the', 'type', 'to', 'layer', 'if', 'you', 'are', 'go', 'for', 'it', 'but', 'get', 'a', 'size', 'smaller', 'than', 'you', 'normally', 'would', ',2,0,4', 'general', 'tops', 'sweaters'] ['5556,1081,24', 'great', 'dress', 'overall', 'this', 'dress', 'was', 'overall', 'cute', 'but', 'you', 'have', 'to', 'have', 'an', 'olive/darker', 'complexion', 'or', 'a', 'nice', 'tan', 'to', 'really', 'pull', 'it', 'off', 'because', 'it', 'is', 'such', 'a', 'pale', 'pink', 'i', "'m", 'very', 'fare', 'but', 'normally', 'can', 'do', 'light', 'punks', 'but', 'this', 'one', 'just', 'clashed', 'it', 'does', 'run', 'pretty', 'true', 'to', 'size', 'if', 'you', "'re", 'on', 'the', 'edge', 'between', 'a', 'smaller', 'or', 'bigger', 'size', 'i', 'recommend', 'the', 'smaller', 'size', 'however', 'hope', 'this', 'helps', "y'all", ',4,1,0', 'general', 'dresses', 'dresses'] ['5557,877,45', ',,5,1,0', 'general', 'tops', 'knits'] ['5558,1083,52', ',this', 'is', 'the', 'perfect', 'holiday', 'dress', 'my', 'best', 'purchase', 'of', 'the', 'season', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['5559,877,44', 'easy', 'wear', 'i', 'found', 'this', 'in', 'store', 'last', 'weekend', 'and', 'thought', 'it', 'was', 'it', 'perfect', 'i', 'got', 'the', 'size', 'small', 'which', 'had', 'plenty', 'of', 'space', 'for', 'me', 'usually', 'a', '4-6', 'or', 'small', '34a-28-26'] ['it', "'s", 'long', 'i', 'found', 'it', 'to', 'be', 'just', 'below', 'knee', 'length', '5', '6'] ['if', 'you', 'zoom', 'in', 'you', 'can', 'see', 'some', 'detail', 'work', 'along', 'the', 'front', 'edges', 'which', 'complements', 'the', 'pretty', 'openwork', 'in', 'back'] ['it', 'has', 'pockets', 'too', 'btw'] ['this', 'will', 'be', 'worn', 'over', 'everything', 'this', 'summer', 'let', "'s", 'hope', 'the', 'poly/rayon/spandex', 'blend', 'washes', 'ok', ',5,1,8', 'general', 'tops', 'knits'] ['5560,1081,34', 'finally', 'a', 'sweater', 'dress', 'that', "'s", 'not', 'too', 'tight', 'i', "'ve", 'been', 'looking', 'for', 'a', 'cozy', 'sweater', 'dress', 'for', 'a', 'while', 'because', 'everything', 'always', 'seems', 'to', 'be', 'so', 'form', 'fitting', 'i', "'m", 'between', 'an', 'xs', 'and', 'a', 'small', 'and', 'i', 'got', 'the', 'small', 'for', 'this', 'and', 'it', "'s", 'just', 'a', 'little', 'roomy', 'so', 'it', "'s", 'perfect', 'fabric', 'is', 'pretty', 'thin', 'so', 'it', 'drapes', 'well', 'and', 'it', 'wo', "n't", 'be', 'too', 'warm.,5,1,0', 'general', 'dresses', 'dresses'] ['5561,1083,21', 'this', 'dress', 'is', 'extremely', 'elegant', 'and', 'fun', 'i', 'love', 'this', 'dress', 'because', 'it', 'is', 'amazingly', 'feminine', 'and', 'easy', 'to', 'wear', 'i', 'put', 'this', 'dress', 'on', 'and', 'immediately', 'felt', 'elegant', 'sophisticated', 'and', 'flirty', 'all', 'at', 'the', 'same', 'time', 'a', 'few', 'tailoring', 'uniquenesses', 'i', 'want', 'to', 'mention', 'stretchy', 'form', 'fitting', 'sexy', 'sheer', 'upper', 'and', 'front', 'back', 'panel', 'you', 'can', 'wear', 'a', 'bra', 'and', 'not', 'see', 'it', 'thru', 'the', 'sheer', 'front', 'and', 'back', 'portions', 'of', 'the', 'dress', 'the', 'waist', 'is', 'exactly', 'tailored', 'to', 'show', 'off', 'back', 'side', 'it', 'is', 'true', 'to', 'size', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5562,861,49', 'perfection', 'i', 'love', 'this', 'tee', 'i', 'bought', 'it', 'in', 'white', 'and', 'the', 'bright', 'salmon', 'pink', 'and', 'wished', 'i', 'could', 'have', 'bought', 'it', 'in', 'all', 'the', 'colors', 'the', 'v-neck', 'is', 'low', 'enough', 'to', 'show', 'just', 'a', 'hint', 'of', 'cleavage', 'without', 'being', 'too', 'revealing', 'the', 'rough', 'edge', 'of', 'the', 'hem', 'is', 'a', 'nice', 'touch', 'i', 'like', 'the', 'double-v', 'neck', 'in', 'the', 'back', 'as', 'well', 'as', 'front', 'it', 'adds', 'a', 'little', 'interest', 'to', 'the', 'back', 'and', 'is', 'not', 'too', 'low', 'the', 'label', 'is', 'sewn', 'on', 'with', 'red', 'thread', 'which', 'shows', 'up', 'on', 'the', 'white', 'color', 'in', 'back', 'but', 'in', 'a', 'nice', 'way', 'overall', 'the', 'length', 'and', 'cut', 'are', 'just', 'ideal', ',5,1,7', 'general', 'tops', 'knits'] ['5563,974,49', 'i', 'looked', 'like', 'a', 'linebacker', 'when', 'i', 'saw', 'this', 'jacket', 'in', 'store', 'i', 'fell', 'in', 'love', 'with', 'it', 'the', 'colors', 'with', 'the', 'quilting', 'and', 'gold', 'studs', 'are', 'gorgeous', 'i', 'am', '5', '3', '130', '36dd', 'with', 'petite', 'frame', 'i', 'tried', 'a', 'm', 'on', 'in', 'store', 'and', 'the', 'sleeves', 'were', 'super', 'long', 'and', 'wide', 'the', 's', 'was', 'too', 'small', 'across', 'chest', 'and', 'hung', 'open', 'oddly', 'the', 'jacket', 'is', 'a', 'nice', 'heavy', 'weight', 'and', 'great', 'quality', 'i', 'ordered', 'a', 'petite', 'm', 'and', 'it', 'was', 'no', 'better', 'i', 'literally', 'looked', 'like', 'a', 'big', 'marshmallow', 'a', 'linebacker', 'the', 'sleeves', 'were', 'so', 'unflattering', 'where', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'pvc', ',2,0,0', 'general', 'petite', 'jackets', 'jackets'] ['5564,1081,30', 'sequins', 'just', 'a', 'warning', 'the', 'yoke', 'on', 'this', 'dress', 'has', 'sequins', 'underneath', 'i', "'m", 'not', 'a', 'sparkle', 'kinda', 'gal', 'so', 'as', 'soon', 'as', 'i', 'saw', 'that', 'the', 'dress', 'went', 'right', 'back', 'in', 'the', 'package', 'and', 'will', 'be', 'going', 'back', 'to', 'the', 'store', 'i', 'wish', 'that', 'had', 'been', 'described', 'or', 'more', 'evident', 'in', 'the', 'pictures', 'to', 'me', 'it', 'cheapens', 'the', 'whole', 'dress', 'which', 'would', 'otherwise', 'be', 'adorable', ',3,0,0', 'general', 'dresses', 'dresses'] ['5565,861,28', 'v', 'neck', 'flower', 'tee', 'i', 'like', 'this', 'shirt', 'and', 'think', 'its', 'very', 'feminine.,4,1,0', 'general', 'tops', 'knits'] ['5566,861,23', 'cute', 'tee', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'my', 'measurements', 'are', '38-30-40', 'for', 'reference', ',4,1,2', 'general', 'tops', 'knits'] ['5567,861,34', 'great', 'basic', 't', 'this', 'top', 'is', 'true', 'to', 'size', 'although', 'i', 'am', 'a', 'little', 'nervous', 'about', 'washing', 'it', 'hopefully', 'it', 'wo', "n't", 'shrink', 'it', 'is', 'super', 'think', 'so', 'great', 'for', 'hot', 'days', 'but', 'because', 'it', "'s", 'so', 'thin', 'i', "'ll", 'be', 'careful', 'i', 'have', 'white', 'and', 'am', 'def', 'going', 'to', 'get', 'more', 'colors', 'i', 'am', '5', '8', '128lbs', 'and', 'purchased', 'a', 'small', 'i', 'think', 'medium', 'might', 'cut', 'to', 'low', 'in', 'the', 'v', 'but', 'have', "n't", 'tried', 'it', 'yet', 'let', "'s", 'just', 'say', 'if', 'it', 'shrinks', 'after', 'washing', 'i', 'will', 'get', 'a', 'medium', ',4,1,20', 'general', 'tops', 'knits'] ['5568,1081,35', 'huge', 'i', 'knew', 'there', 'was', 'a', 'problem', 'when', 'my', 'dress', 'arrived', 'and', 'the', 'small', 'fit', 'perfectly', 'when', 'i', 'was', '9', 'months', 'pregnant', 'i', 'even', 'bought', 'a', 'small', 'even', 'though', 'i', 'normally', 'wear', 'medium'] ['i', 'bought', 'it', 'for', 'family', 'pictures', 'once', 'my', 'daughter', 'was', 'born', 'but', 'it', 'made', 'me', 'look', 'like', 'i', 'was', 'still', 'pregnant', 'even', 'though', 'i', 'had', 'already', 'lost', 'all', 'the', 'baby', 'weight', 'in', '3', 'weeks'] ['it', 'is', 'a', 'beautiful', 'dress', 'though', 'and', 'may', 'try', 'to', 'get', 'it', 'altered', 'to', 'see', 'if', 'that', 'works', ',3,1,0', 'general', 'dresses', 'dresses'] ['5569,861,61', 'cute', 'tee', 'shirt', 'very', 'soft', 'and', 'lovely', 't-shirt', 'beautiful', 'flowered', 'print', 'and', 'cute', 'detail', 'on', 'neck', 'i', 'am', '140', 'lbs', 'and', '5', '4', 'and', 'got', 'a', 'large', ',5,1,0', 'general', 'tops', 'knits'] ['5570,861,69', 'great', 't', 'i', 'love', 'this', 't-shirt', 'because', 'it', 'has', 'the', 'combination', 'of', 'elegance', 'and', 'relazation', 'to', 'a', 't'] ['it', "'s", 'soft', 'pretty', 'and', 'covers', 'my', 'wide', 'bottom', 'well', ',1,1,0', 'general', 'tops', 'knits'] ['5571,861,49', 'cute', 'top', 'i', 'bought', 'this', 'top', 'in', '2', 'colors', 'white', 'and', 'light', 'green', 'i', 'really', 'like', 'them', 'both', 'the', 'shirt', 'is', 'a', 'nice', 'weight', 'and', 'texture', 'and', 'the', 'soft', 'green', 'color', 'is', 'really', 'nice', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', "5'-6", 'and', '145', 'lbs', 'and', 'the', 'medium', 'was', 'perfect', 'i', 'like', 'how', 'the', 'back', 'dips', 'in', 'a', 'slight', 'v', 'as', 'well', ',5,1,2', 'general', 'tops', 'knits'] ['5572,1080,45', 'absolute', 'sunshine', 'absolutely', 'gorgeous', 'i', 'never', 'have', 'been', 'a', 'yellow', 'person', 'but', 'today', 'i', 'am', 'converted', 'all', 'the', 'colors', 'are', 'vibrant', 'and', 'true', 'to', 'the', 'photo', 'i', "'m", '5', '6', 'and', 'the', 'length', 'is', 'perfect', 'for', 'flat', 'sandals', 'and', 'my', 'wedges', 'so', 'i', 'can', 'dress', 'it', 'up', 'or', 'be', 'stunningly', 'casual', 'i', 'range', 'from', '14-16/', 'l-xl', 'in', 'retailer', 'dresses', 'the', 'size', 'is', 'dictated', 'by', 'my', 'broad', 'shoulders', 'since', 'this', 'one', 'is', 'sleeveless', 'i', 'went', 'with', 'the', 'large', 'and', 'it', "'s", 'perfect', 'the', 'nude', 'slip', 'has', 'clasps', 'to', 'keep', 'the', 'straps', 'in', 'place', 'and', 'its', 'adjustable', 'the', 'slip', 'is', 'als', ',5,1,2', 'general', 'dresses', 'dresses'] ['5573,861,44', 'great', 'shirt', 'i', 'bought', 'this', 'top', 'about', '3', 'weeks', 'ago', 'love', 'it', 'i', 'like', 'it', 'because', 'it', "'s", 'better', 'than', 'a', 'plain', 't-shirt', 'so', 'it', "'s", 'perfect', 'for', 'running', 'around', 'doing', 'errands', 'or', 'shopping', 'i', 'like', 'the', 'material', 'and', 'the', 'length', 'i', "'m", '5', '8', 'and', 'sometimes', 'i', 'feel', 'like', 'shirts', 'are', 'to', 'short', 'i', 'wash', 'it', 'and', 'hang', 'it', 'to', 'dry', 'no', 'shrinking', 'or', 'pilling', 'so', 'far', 'i', 'am', 'ordering', 'this', 'in', 'at', 'least', 'two', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['5574,861,60', 'purple', 'floral', 'tee', 'i', 'think', '56', 'reviews', 'says', 'it', 'all', 'basic', 'tee', 'with', 'a', 'little', 'tailoring', 'on', 'upper', 'back', 'in', 'a', 'variety', 'of', 'colors', 'i', 'purchased', 'the', 'purple', 'floral', 'tee', 'in', 'my', 'local', 'store', 'and', 'it', 'is', 'prettier', 'in', 'person', 'than', 'on', 'the', 'website', 'much', 'more', 'vibrant', 'in', 'color', 'it', 'is', 'tts.,5,1,1', 'general', 'tops', 'knits'] ['5575,1081,38', 'fancy', 'and', 'cas', 'at', 'once', 'will', 'be', 'cute', 'in', 'the', 'summer', 'months', 'and', 'with', 'a', 'pair', 'of', 'sweater', 'tights', 'will', 'work', 'for', 'holiday', 'parties', 'does', "n't", 'seem', 'to', 'come', 'in', 'a', 'petite', 'which', 'is', 'a', 'bummer', 'so', 'i', 'sized', 'down'] [',5,1,0', 'general', 'dresses', 'dresses'] ['5576,831,64', 'great', 'details', 'and', 'fit', 'ordered', 'this', 'top', 'in', 'navy', 'with', 'white', 'irregular', 'dots', 'since', 'it', 'was', 'not', 'available', 'in', 'smaller', 'sizes', 'in', 'the', 'store', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'an', 'xs', 'and', 'the', 'size', 'and', 'fit', 'are', 'perfect', 'love', 'the', 'scalloped', 'edge', 'small', 'side', 'slits', 'and', 'the', 'crocheted', 'detail', 'on', 'the', 'top', 'great', 'addition', 'to', 'my', 'florida', 'wardrobe', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5577,861,32', 'great', 'deal', 'tts', 'and', 'comfortable', 'this', 't', 'shirt', 'brings', 'flair', 'to', 'everyday', 'wear', 'and', 'i', 'purchased', 'on', 'sale', 'for', 'a', 'steal', ',5,1,0', 'general', 'tops', 'knits'] ['5578,974,43', 'frankenstein', 'experiment', 'gone', 'wrong', 'this', 'jacket', 'looks', 'like', 'such', 'the', 'statement', 'piece', 'online', 'with', 'the', 'soft', 'focus', 'lens', 'but', 'in', 'reality', 'meh', 'i', 'think', 'the', 'pattern', 'is', 'gorgeous', 'and', 'would', 'have', 'worked', 'without', 'the', 'studs', 'and', 'the', 'studs', 'are', 'unique', 'and', 'would', 'have', 'worked', 'on', 'a', 'simple', 'solid', 'color', 'but', 'put', 'them', 'together', 'and', 'you', 'have', 'the', 'unwanted', 'love', 'child', 'of', 'a', 'laura', 'ashley', 'bag', 'and', 'a', 'marching', 'band', 'jacket', 'to', 'me', 'it', 'all', 'felt', 'more', 'cloying', 'than', 'clever'] [] ['the', 'quilted', 'fabric', 'and', 'boxy', 'cut', 'of', 'the', 'jacket', 'also', 'makes', 'it', 'unwieldy', 'and', 'uncomfortable', 'since', 'i', ',2,0,5', 'general', 'petite', 'jackets', 'jackets'] ['5579,861,56', 'nice', 'tee', 'i', 'usually', 'wear', 'a', 'small', 'or', 'a', 'medium', 'in', 'tee', 'shirts', 'and', 'i', 'had', 'to', 'get', 'a', 'medium', 'so', 'that', 'it', 'fit', 'comfortable', 'throughout', 'the', 'shoulder', 'area', ',4,1,0', 'general', 'tops', 'knits'] ['5580,1080,70', 'another', 'lovely', 'retailer', 'dress', 'gorgeous', 'with', 'that', 'retailer', 'uniqueness'] [] ['unfortunately', 'this', 'shade', 'of', 'yellow', 'just', 'was', "n't", 'right', 'for', 'me'] [] ['but', 'it', 'is', 'a', 'beautiful', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['5581,937,40', 'beautiful', 'sweater', 'but', 'extremely', 'itchy', 'could', "n't", 'wait', 'for', 'this', 'sweater', 'to', 'arrive', 'i', 'love', 'oversized', 'sweaters', 'for', 'the', 'fall', 'unfortunately', 'this', 'sweater', 'is', 'extremely', 'itchy', 'that', 'it', 'has', 'to', 'be', 'returned', ',3,0,0', 'general', 'tops', 'sweaters'] ['5582,1081,42', 'peasant', 'dress', 'i', 'purchased', 'this', 'dress', 'in', 'pink', 'it', 'is', 'absolutely', 'beautiful', 'the', 'shimmery', 'detail', 'around', 'the', 'neck', 'is', 'gorgeous', 'it', 'is', 'so', 'flattering', 'and', 'looks', 'amazing', 'with', 'boots', 'or', 'sandals', 'this', 'dress', 'will', 'not', 'disappoint', ',5,1,0', 'general', 'dresses', 'dresses'] ['5583,1081,61', 'let', 'the', 'sun', 'shine', 'beautiful', 'dress', 'the', 'color', 'in', 'person', 'in', 'a', 'rich', 'golden', 'sun', 'not', 'too', 'flashy', 'a', 'very', 'warm', 'hue', 'it', 'will', 'compliment', 'every', 'skin', 'tone', 'it', 'is', 'more', 'fitted', 'than', 'most', 'peasant', 'dresses', 'not', 'as', 'much', 'flowing', 'material', 'very', 'flattering', 'the', 'slight', 'beading', 'on', 'the', 'yoke', 'makes', 'it', 'a', 'standout', 'very', 'well', 'made', 'with', 'a', 'nice', 'cotton', 'lining', 'i', 'am', 'usually', 'a', 'size', 'six', 'in', 'a', 'dress', 'and', 'the', 'small', 'fit', 'beautifully', 'even', 'with', 'my', 'large', 'top', 'it', 'is', 'a', 'stunner', 'that', 'can', 'be', 'worn', 'with', 'boots', 'or', 'sandals', 'you', 'will', 'receive', 'a', 'lot', 'of', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['5584,861,41', 'cute', 'great', 'color', 'runs', 'a', 'little', 'big', 'i', 'got', 'this', 'in', 'light', 'green', 'and', 'it', "'s", 'a', 'gorgeous', 'color', 'first', 'tried', 'a', 'small', 'but', 'it', 'was', 'a', 'little', 'too', 'wide', 'and', 'long', 'exchanged', 'for', 'xs', 'looks', 'great', 'now', 'i', 'just', 'hope', 'it', 'does', "n't", 'shrink', 'too', 'much', ',4,1,0', 'general', 'tops', 'knits'] ['5585,1081,39', 'love', 'this', 'dress', 'i', 'love', 'this', 'dress', 'would', 'like', 'to', 'see', 'one.september', 'make', 'it', 'in', 'sky', 'like', 'their', 'meda', 'lace', 'top', 'runs', 'a', 'little', 'big', 'i', 'normally', 'wear', 'a', 'l', 'but', 'the', 'm', 'fit', 'perfectly.,4,1,0', 'general', 'dresses', 'dresses'] ['5586,861,43', 'what', "'s", 'up', 'with', 'the', 'tag', 'i', 'tried', 'this', 'shirt', 'in', 'the', 'purple', 'motif', 'it', 'fit', 'true', 'to', 'size', 'my', 'normal', 'small', 'worked', 'well', 'all', 'was', 'good', 'on', 'the', 'front', 'turned', 'around', 'to', 'admire', 'the', 'slight', 'detail', 'of', 'the', 'neckline', 'in', 'the', 'back', 'and', 'all', 'i', 'could', 'see', 'with', 'the', 'red', 'thread', 'the', 'designer', 'used', 'to', 'sew', 'their', 'tag', 'in', 'really', 'on', 'a', 'white', 'shirt', 'it', 'annoyed', 'me', 'so', 'much', 'i', 'did', "n't", 'buy', 'the', 'shirt', ',2,0,1', 'general', 'tops', 'knits'] ['5587,1080,33', 'disappointment', 'i', "'ve", 'had', 'a', 'lot', 'of', 'misses', 'from', 'retailer', 'lately', 'i', "'ve", 'loved', 'this', 'dress', 'since', 'i', 'first', 'saw', 'it', 'in', 'the', 'spring/summer', 'releases', 'and', 'gave', 'it', 'a', 'try', 'when', 'it', 'went', 'on', 'sale', 'when', 'it', 'arrived', 'i', 'literally', 'lol', 'it', "'s", 'an', 'ill', 'fitting', 'nightgown', 'the', 'size', 'small', 'was', 'a', 'tent', 'on', 'me', 'and', 'it', "'s", 'so', 'flimsy', 'and', 'sheer', 'it', 'probably', 'should', "n't", 'be', 'worn', 'in', 'public', 'there', "'s", 'a', 'short', 'sheer', 'slip', 'that', 'comes', 'with', 'it', 'but', 'unfortunately', 'does', "n't", 'do', 'much', 'pass', 'ladies', ',2,0,0', 'general', 'dresses', 'dresses'] ['5588,831,40', ',cute', 'but', 'classy', 'top', 'because', 'of', 'the', 'embroidery', 'at', 'the', 'bottom', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['5589,861,39', 'cute', 'but', 'where', 'is', 'the', 'skirt', 'i', "'m", 'dying', 'for', 'this', 'skirt', 'in', 'the', 'picture', 'where', 'is', 'it', ',5,1,7', 'general', 'tops', 'knits'] ['5590,861,32', 'cute', 'tee', 'i', 'bought', 'one', 'of', 'these', 'tees', 'and', 'i', 'washed', 'it', 'a', 'few', 'times', 'and', 'luckily', 'no', 'holes', 'yet', 'like', 'other', 'reviews', 'have', 'stated', 'i', 'just', 'got', 'a', '2nd', 'tee', 'as', 'they', 'are', 'quite', 'comfy', 'i', 'bought', 'these', 'both', 'in-store', 'but', 'the', 'petite', 'size', 'might', 'have', 'been', 'better', 'for', 'my', 'frame', 'i', 'wish', 'retailer', 'would', 'look', 'into', 'having', 'petite', 'sizes', 'available', 'in', 'store', 'and', 'not', 'just', 'online', 'sometimes', 'i', 'do', 'get', 'lucky', 'on', 'finding', 'petite', 'sizes', 'in-store', 'but', 'it', "'s", 'usually', 'from', 'a', 'return', ',4,1,0', 'general', 'tops', 'knits'] ['5591,1025,41', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['5592,877,51', 'adds', 'a', 'little', 'something', 'to', 'an', 'outfit', 'this', 'duster', 'is', 'a', 'nice', 'light', 'weight', 'dark', 'navy', 'that', 'you', 'can', 'throw', 'on', 'to', 'add', 'a', 'little', 'something', 'to', 'a', 'your', 'outfit', 'without', 'adding', 'bulk', 'or', 'warmth', 'looks', 'nice', 'over', 'dress', 'jeans', 'crops', 'just', 'a', 'fun', 'little', 'item', 'to', 'have', 'in', 'you', 'closet', 'that', 'you', 'can', 'grab', 'to', 'put', 'a', 'little', 'twist', 'to', 'an', 'outfit', 'best', 'part', 'of', 'the', 'duster', 'it', 'has', 'pockets', 'i', 'love', 'being', 'able', 'to', 'slide', 'my', 'iphone', 'into', 'a', 'pocket', 'while', 'on', 'the', 'go', ',5,1,0', 'general', 'tops', 'knits'] ['5593,861,34', 'too', 'thin', 'too', 'sheer', 'i', 'have', 'been', 'looking', 'for', 'a', 'nice', 'white', 'top', 'to', 'go', 'with', 'many', 'of', 'my', 'skirts', 'for', 'summer', 'and', 'this', 'is', 'not', 'it', 'like', 'others', 'it', "'s", 'just', 'so', 'thin', 'and', 'sheer', 'i', 'live', 'in', 'the', 'south', 'i', 'do', "n't", 'need', 'my', 'bra', 'showing', 'and', 'i', 'was', 'wearing', 'a', 'nude', 'bra', 'when', 'i', 'tried', 'this', 'on', 'and', 'you', 'can', 'see', 'everything', 'this', 'is', 'fine', 'to', 'layer', 'in', 'cooler', 'temps', 'but', 'now', 'in', 'our', 'horrible', 'summers', 'where', 'that', "'s", 'the', 'last', 'thing', 'i', 'wish', 'to', 'do'] [] ['the', 'only', 'plus', 'i', 'can', 'tell', 'you', 'is', 'it', "'s", 'tts', 'and', 'the', 'fabric', 'is', 'so', 'comfortable', 'and', 'feels', 'great', 'on', 'the', 'skin', 'however', ',3,0,19', 'general', 'tops', 'knits'] ['5594,974,33', 'boxy', 'and', 'gapes', 'but', 'thick', 'and', 'well', 'made', 'i', 'love', 'the', 'look', 'and', 'design', 'of', 'this', 'piece', 'but', 'the', 'fit', 'is', 'awkward', 'the', 'm', 'gapes', 'open', 'and', 'is', 'much', 'boxier', 'than', 'it', 'looks', 'on', 'the', 'model', 'but', 'the', 's', 'is', 'too', 'tight', 'in', 'the', 'elbows', 'i', 'think', 'i', 'might', 'have', 'to', 'return', 'it', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5595,831,33', 'great', 'details', 'i', 'got', 'this', 'shirt', 'in', 'black', 'and', 'it', "'s", 'perfect', 'for', 'the', 'office', 'i', 'ordered', 'a', 'medium', 'which', 'i', 'thought', 'was', 'a', 'little', 'on', 'the', 'larger', 'side', 'well', 'made', 'the', 'details', 'make', 'it', 'an', 'interesting', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5596,1080,34', 'beautiful', 'and', 'flowy', 'this', 'dress', 'is', 'beautiful', 'and', 'flowy', 'but', 'flattering', 'the', 'colors', 'are', 'vibrant', 'the', 'slip', 'is', 'tighter', 'than', 'the', 'dress', 'but', 'i', 'do', "n't", 'mind', 'it', 'is', 'a', 'half', 'slip', 'and', 'the', 'bottom', 'is', 'sheer', 'i', "'m", 'normally', 'a', '10/12', 'in', 'dress', 'and', 'the', '12', 'fit', 'well', 'the', 'length', 'was', 'good', 'for', 'my', '5', '9', 'height.,4,1,0', 'general', 'dresses', 'dresses'] ['5597,861,35', 'my', 'new', 'favorite', 'tee', 'when', 'i', 'walked', 'into', 'the', 'store', 'this', 'tee', 'instantly', 'caught', 'my', 'eye', 'it', "'s", 'light', 'weight', 'not', 'too', 'low', 'cut', 'and', 'longer', 'in', 'the', 'back', 'great', 'with', 'jeans', 'skirts', 'or', 'shorts', ',5,1,0', 'general', 'tops', 'knits'] ['5598,974,67', 'edgy', 'jacket', 'will', 'add', 'oomph', 'to', 'outfits', 'this', 'jacket', 'is', 'well', 'made', 'and', 'the', 'fit', 'is', 'perfect', 'it', 'is', 'quilted', 'and', 'will', 'work', 'well', 'three', 'seasons', 'of', 'the', 'year', 'it', 'goes', 'with', 'jeans', 'cords', 'and', 'flannel', 'and', 'would', 'work', 'with', 'skirts', 'and', 'dresses', 'colors', 'are', 'a', 'bit', 'more', 'muted', 'and', 'darker', 'than', 'my', 'display', 'shows', 'but', 'only', 'slightly', 'studs', 'and', 'black', 'trim', 'really', 'punch', 'up', 'the', 'look', 'of', 'this', 'jacket', 'i', 'am', 'very', 'pleased', 'with', 'it', ',5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['5599,1083,41', ',was', 'looking', 'for', 'the', 'perfect', 'birthday', 'dress', 'and', 'i', 'found', 'it', 'gorgeous', 'i', 'generally', 'wear', 'a', 'size', '0', 'or', '2', 'but', 'opted', 'for', 'a', 'size', '4', 'to', 'give', 'some', 'wiggle', 'room', 'and', 'it', 'still', 'fit', 'me', 'like', 'a', 'glove.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5600,867,52', 'unique', 'style', 'got', 'the', 'mustard', 'and', 'grey', 'very', 'cute', 'looking', 'forward', 'to', 'wearing', 'it,5,1,0', 'general', 'tops', 'knits'] ['5601,1080,41', 'very', 'feminine', 'summer', 'dress', 'i', 'purchased', 'this', 'for', 'a', 'late', 'summer', 'wedding', 'that', 'i', 'was', 'invited', 'to', 'last', 'minute', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'got', 'it', 'on', 'sale', 'with', 'an', 'additional', 'percentage', 'off', 'and', 'for', 'the', 'price', 'it', 'is', 'a', 'steal', 'like', 'all', 'of', 'tracy', 'reese', 'designs', 'it', 'is', 'so', 'cute', 'and', 'feminine', 'it', 'runs', 'just', 'a', 'tad', 'bit', 'on', 'the', 'larger', 'side', 'so', 'the', 'medium', 'fit', 'my', 'size', '10', 'figure', 'perfectly', 'i', 'tried', 'on', 'the', 'large', 'and', 'it', 'was', 'too', 'big', 'and', 'too', 'long', 'for', 'me', 'the', 'medium', 'length', 'was', 'perfect', 'for', 'my', 'height', '5', '6', ',5,1,1', 'general', 'dresses', 'dresses'] ['5602,1080,38', ',just', 'received', 'this', 'dress', 'in', 'the', 'mail', 'and', 'i', "'m", 'in', 'love', 'it', "'s", 'beautiful', 'and', 'fits', 'so', 'well', 'i', 'was', 'a', 'little', 'hesitant', 'ordering', 'a', 'yellow', 'dress', 'but', 'i', "'m", 'so', 'happy', 'that', 'i', 'did', ',5,1,0', 'general', 'dresses', 'dresses'] ['5603,861,28', 'love', 'the', 'stripes', 'i', 'tried', 'both', 'the', 'xs', 'and', 's', 'in', 'the', 'store', 'i', 'am', 'usually', 'an', 'xs', 'but', 'ended', 'up', 'buying', 'the', 's', 'because', 'the', 'xs', 'was', 'really', 'short', 'and', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'any', 'shorter', 'after', 'washing', 'the', 's', 'fit', 'more', 'like', 'a', 'normal', 't-shirt', 'although', 'the', 'back', 'is', 'longer', 'love', 'the', 'color', 'blue', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'also', 'happy', 'that', 'it', "'s", 'not', 'too', 'thin', 'nor', 'see-through', ',5,1,0', 'general', 'tops', 'knits'] ['5604,861,54', 'cute', 'tee', 'very', 'soft', 'i', 'have', 'bought', 'several', 'tees', 'by', 't.la', 'and', 'this', 'one', 'is', 'really', 'cute', 'i', 'bought', 'it', 'in', 'the', 'blue', 'stripe', 'size', 'xs', 'it', 'runs', 'slightly', 'larger', 'than', 'most', 'in', 'that', 'size', 'but', 'it', 'will', 'probably', 'shrink', 'a', 'little', 'it', "'s", 'not', 'overly', 'baggy', 'just', 'comfy', 'fit', 'i', 'like', 'the', 'colors', 'in', 'this', 'top', 'and', 'will', 'wear', 'it', 'often', 'with', 'shorts', 'or', 'jeans', 'the', 'fabric', 'is', 'thin', 'so', 'i', "'m", 'not', 'sure', 'how', 'long', 'it', 'will', 'last', 'but', 'until', 'then', 'it', 'will', 'be', 'a', 'keeper', 'in', 'my', 'closet', ',5,1,0', 'general', 'tops', 'knits'] ['5605,974,33', 'simply', 'amazing', 'this', 'jacket', 'is', 'extremely', 'good', 'quality', 'has', 'gorgeous', 'detailing', 'and', 'is', 'warm', 'quilting', 'makes', 'it', 'thicker', 'than', 'expected', 'but', 'plan', 'to', 'wear', 'as', 'both', 'a', 'blazer', 'and', 'fall', 'jacket', 'highly', 'recommend', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['5606,861,42', 'perfect', 'for', 'two', 'wears', 'ok', 'ladies', 'you', 'need', 'to', 'know', 'that', 'this', 'type', 'of', 'fabric', 'is', 'the', 'one', 'that', 'will', 'get', 'holes', 'i', 'bought', 'the', 'white', 'one', 'it', 'is', 'super', 'thin', 'and', 'lovely', 'but', 'i', 'was', 'only', 'able', 'to', 'get', 'two', 'wears', 'out', 'of', 'it', 'i', 'did', 'wash', 'it', 'and', 'it', 'maintained', 'it', "'s", 'size', 'because', 'i', 'restretched', 'it', 'while', 'wet', 'then', 'hung', 'to', 'dry', 'i', 'was', 'super', 'disappointed', 'about', 'the', 'wear', 'but', 'appreciated', 'being', 'able', 'to', 'return', 'it', 'without', 'question', 'at', 'my', 'local', 'retailer', ',1,0,4', 'general', 'tops', 'knits'] ['5607,937,63', 'graphic', 'appeal', 'i', 'tend', 'to', 'like', 'grey', 'black', 'simple', 'clothes', 'with', 'a', 'splash', 'here', 'and', 'there', 'for', 'everyday', 'this', 'will', 'be', 'perfect', 'in', 'the', 'fall/winter', 'it', 'is', 'wool', 'so', 'be', 'prepared', 'for', 'the', 'felted', 'wool', 'feel', 'but', 'it', 'is', 'casual', 'comfortable', 'i', 'am', '5', '4', 'and', 'boxy', 'the', 'medium', 'is', 'still', 'roomie', 'on', 'me', 'but', 'that', 'is', 'how', 'i', 'like', 'it', ',4,1,1', 'general', 'tops', 'sweaters'] ['5608,861,46', 'great', 'shirt', 'the', 'shirt', 'was', 'soft', 'and', 'very', 'flattering', 'on', 'got', 'multiple', 'compliments.,5,1,0', 'general', 'tops', 'knits'] ['5609,1059,38', 'i', 'love', 'these', 'i', 'noticed', 'a', 'xxs', 'p', 'at', 'the', 'store', 'i', 'thought', 'they', 'would', 'never', 'fit', 'me', 'since', 'i', 'am', 'an', 'xs', 'but', 'i', 'decided', 'to', 'try', 'for', 'fun', 'and', 'to', 'my', 'surprise', 'they', 'fit', 'perfectly', 'i', 'love', 'it', 'very', 'stylish', 'and', 'flattering', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['5610,861,33', 'staple', 'with', 'flair', 'great', 'basic', 'but', 'with', 'a', 'little', 'something', 'special', 'to', 'it', 'great', 't', 'all', 'around', ',5,1,0', 'general', 'tops', 'knits'] ['5611,974,57', 'quilted', 'jacket', 'the', 'jacket', 'is', 'cute', 'it', 'runs', 'small', 'but', 'looks', 'good', 'i', 'like', 'it', 'even', 'though', 'it', 'feels', 'tight', 'on', 'my', 'arms', ',3,1,2', 'general', 'petite', 'jackets', 'jackets'] ['5612,155,45', 'perfect', 'pair', 'of', 'tights', 'for', 'winter', 'these', 'tights', 'are', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'they', 'are', 'a', 'great', 'weight', 'for', 'the', 'winter', 'months', 'and', 'can', 'be', 'worn', 'out/dressed', 'up', 'or', 'for', 'lounging', 'around', 'at', 'the', 'house', 'they', 'are', 'a', 'nice', 'weight', 'and', 'durable', 'construction', 'i', 'plan', 'to', 'pair', 'them', 'with', 'skirts', 'tunics', 'and', 'dresses', 'they', 'are', 'super', 'cute', 'with', 'ankle', 'boots', ',5,1,4', 'initmates', 'intimate', 'legwear'] ['5613,705,20', 'exceeded', 'my', 'expectations', 'this', 'romper', 'is', 'absolutely', 'gorgeous', 'the', 'embroidery', 'is', 'detailed', 'and', 'lovely', 'and', 'the', 'fit', 'is', 'feminine', 'and', 'flattering', 'it', "'s", 'super', 'versatile', 'and', 'easy', 'to', 'dress', 'up', 'or', 'dress', 'down', 'depending', 'where', 'you', 'want', 'to', 'wear', 'it', 'i', "'m", 'in', 'love'] ['it', 'is', 'a', 'little', 'on', 'the', 'sheer', 'side', 'though', 'and', 'i', 'chose', 'to', 'wear', 'a', 'tank', 'top', 'underneath', 'for', 'more', 'coverage', 'but', 'this', 'was', 'an', 'easy', 'fix', 'it', 'was', 'a', 'reasonable', 'trade', 'off', 'to', 'wear', 'a', 'camisole', 'under', 'in', 'exchange', 'for', 'the', 'lightweight', 'and', 'flowy', 'material', 'totally', 'obsessed', ',5,1,6', 'general', 'bottoms', 'shorts'] ['5614,155,35', 'comfortable', 'leggings', 'these', 'are', 'perfect', 'with', 'a', 'long', 'tunic', 'for', 'the', 'weekend', 'to', 'run', 'errands', 'they', 'are', 'not', 'tights-like', 'in', 'the', 'sense', 'that', 'there', "'s", 'full', 'coverage', 'across', 'your', 'bum', 'no', 'accidental', 'flashing', 'of', 'anyone', 'they', "'re", 'not', 'itchy', 'either', 'i', 'bought', 'these', 'in', 'brown', 'and', 'want', 'to', 'buy', 'the', 'rest', 'of', 'the', 'colors', 'available', ',4,1,4', 'initmates', 'intimate', 'legwear'] ['5615,1089,42', 'beautiful', 'dress', 'however', 'the', 'top', 'was', 'small', 'for', 'my', 'chest', 'and', 'the', 'rest', 'ran', 'large', ',3,1,3', 'general', 'dresses', 'dresses'] ['5616,1081,42', 'gorgeous', 'stock', 'photo', 'does', 'not', 'do', 'it', 'justice', 'i', 'had', 'seen', 'this', 'online', 'a', 'few', 'times', 'and', 'while', 'it', 'caught', 'my', 'eye', 'because', 'of', 'the', 'color', 'i', 'never', 'really', 'bothered', 'to', 'check', 'out', 'the', 'details', 'due', 'to', 'the', 'stock', 'photo', 'it', 'looks', 'quite', 'bland', 'as', 'it', 'does', "n't", 'really', 'flatter', 'the', 'model', 'however', 'once', 'i', 'saw', 'this', 'dress', 'in-store', 'i', 'was', 'drawn', 'to', 'it', 'immediately', 'the', 'dress', 'is', 'well', 'made', 'the', 'embroidery', 'is', 'delicate', 'and', 'beautiful', 'with', 'interesting', 'design', 'features', 'i', 'love', 'the', 'combination', 'of', 'the', 'summer', 'dress', 'with', 'a', 'collar', 'it', 'makes', 'this', 'dress', 'so', 'work', 'appropriate', 'as', 'well', 'as', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['5617,155,31', 'cozy', 'ordered', 'these', 'to', 'wear', 'around', 'the', 'house', 'more', 'as', 'leggings', 'and', 'they', 'did', 'the', 'trick', 'love', 'the', 'color', 'and', 'the', 'fact', 'that', 'they', 'are', 'warm', 'without', 'being', 'too', 'thick.,5,1,0', 'initmates', 'intimate', 'legwear'] ['5618,155,32', 'versatile', 'cozy', 'and', 'fabulous', 'given', 'that', 'tunics', 'and', 'thigh-length', 'dresses', 'are', 'the', 'hot', 'new', 'thing', 'this', 'season', 'i', 'kept', 'finding', 'that', 'my', 'black-only-tights', 'collection', 'was', "n't", 'going', 'to', 'fly', 'with', 'my', 'cute', 'new', 'tops', 'and', 'boots', 'so', 'i', 'searched', 'far', 'and', 'wide', 'for', 'different', 'colored', 'tights', 'that', 'did', "n't", 'look', 'cheap', 'or', 'inauthentic', 'in', 'color', 'and', 'found', 'these', 'i', 'bought', 'them', 'in', 'blue', 'gray', 'and', 'brown', 'and', 'i', 'have', 'worn', 'them', 'with', 'so', 'many', 'different', 'pieces', 'they', 'look', 'more', 'rustic', 'than', 'the', 'average', 'tight', 'almost', 'like', 'they', 'are', 'leggings', 'not', 'tights', 'they', 'are', 'a', 'lit', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['5619,1081,46', 'beautiful', 'fabric', 'perfect', 'fit', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'this', 'dress', 'due', 'to', 'the', 'cotton/polyester', 'blend', 'not', 'generally', 'a', 'fan', 'of', 'poly', 'for', 'summer', 'it', 'is', 'high', 'quality', 'though', 'very', 'soft', 'lightweight', 'and', 'lays', 'beautifully', 'it', "'s", 'not', 'see', 'through', 'either', 'which', 'seems', 'like', 'a', 'rare', 'find', 'in', 'clothing', 'lately', 'the', 'embroidery', 'is', 'very', 'well', 'done', 'too', 'and', 'i', 'think', 'it', 'adds', 'just', 'the', 'right', 'touch', 'of', 'feminine', 'while', 'not', 'being', 'overly', 'precious', 'it', 'does', 'run', 'small', 'by', 'a', 'whole', 'size', 'which', 'i', "'ve", 'found', 'to', 'be', 'typical', 'of', 'eva', 'franco', 'dresses', 'i', 'am', 'usually', 'a', ',5,1,15', 'general', 'dresses', 'dresses'] ['5620,155,40', 'cute', 'and', 'comfy', 'i', 'wear', 'tights', 'all', 'winter', 'it', "'s", 'difficult', 'to', 'find', 'cute', 'fashionable', 'tights', 'that', 'are', "n't", 'heavy', 'and', 'have', 'quality', 'fabrics', 'that', 'will', 'last', 'through', 'an', 'entire', 'season', 'these', 'fit', 'great', 'do', "n't", 'roll', 'or', 'bunch', 'do', "n't", 'shrink', 'have', 'great', 'feeling', 'fabric', 'and', 'are', "n't", 'super', 'thick', 'but', 'not', 'see', 'thru', 'love', 'these', 'and', 'plan', 'on', 'purchasing', 'in', 'all', 'of', 'the', 'colors', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['5621,705,42', 'great', 'fit', 'this', 'romper', 'was', 'cute', 'and', 'short', 'but', 'not', 'too', 'short', 'the', 'fabric', 'is', 'soft', 'and', 'elegant.,4,1,0', 'general', 'bottoms', 'shorts'] ['5622,940,36', 'nice', 'design', 'but', 'not', 'great', 'quality', 'i', 'love', 'the', 'design', 'of', 'this', 'sweater', 'and', 'ordered', 'it', 'online', 'but', 'was', 'disappointed', 'with', 'the', 'quality', 'of', 'the', 'yarn', 'when', 'it', 'arrived', 'also', 'the', 'color', 'was', 'a', 'little', 'different', 'than', 'i', 'expected', 'from', 'the', 'photo', 'still', 'a', 'type', 'of', 'ivory', 'but', 'a', 'little', 'yellow-y', 'the', 'sweater', 'was', 'solid', 'looking', 'but', 'the', 'yarn', 'seemed', 'a', 'bit', 'cheap', 'and', 'i', "'m", 'not', 'sure', 'how', 'well', 'it', 'would', 'have', 'worn', 'over', 'time', 'flattering', 'cut', 'i', 'liked', 'how', 'it', 'fit', 'but', 'for', 'the', 'price', 'and', 'fabric', 'i', 'decided', 'to', 'return', 'it', 'unfortunate', 'to', 'lose', 'money', 'on', 'shipping', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['5623,155,52', 'i', 'have', 'the', 'blue', 'and', 'gray', 'and', 'love', 'the', 'look', 'and', 'feel', 'however', 'the', 'gray', 'within', 'days', 'ripped', 'at', 'the', 'seam', 'and', 'other', 'areas', ',3,1,0', 'initmates', 'intimate', 'legwear'] ['5624,155,53', 'love', 'these', 'tights', 'just', 'received', 'first', 'pair', 'in', 'brown', 'love', 'them', 'and', 'ordered', 'two', 'more', 'these', 'tights', 'actually', 'stay', 'up', 'and', 'you', 'do', "n't", 'have', 'to', 'keep', 'pulling', 'on', 'them', 'throughout', 'the', 'day', 'super', 'comfortable', 'and', 'perfect', 'weight', 'not', 'too', 'thick', 'and', 'not', 'too', 'thin', 'they', 'will', 'run', 'so', 'be', 'careful', 'when', 'washing', 'or', 'putting', 'them', 'on', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['5625,940,25', 'so', 'surprised', 'by', 'the', 'poor', 'quality', 'i', 'loved', 'the', 'look', 'of', 'this', 'sweater', 'but', 'the', 'workmanship', 'was', 'surprisingly', 'poor', 'there', 'were', 'missed', 'stitches', 'and', 'loose', 'threads', 'throughout', 'and', 'even', 'a', 'tag', 'sewn', 'to', 'the', 'outside', 'retailer', 'was', 'great', 'about', 'the', 'return', 'i', 'really', 'wanted', 'to', 'keep', 'it', 'and', 'was', 'very', 'disappointed', ',1,0,3', 'general', 'petite', 'tops', 'sweaters'] ['5626,155,43', 'great', 'tights', 'these', 'tights', 'are', 'awesome', 'i', 'bought', 'three', 'pairs', 'they', 'give', 'a', 'nice', 'casual', 'look', 'to', 'some', 'of', 'my', 'multi-season', 'dresses.,5,1,0', 'initmates', 'intimate', 'legwear'] ['5627,155,36', 'lovely', 'material', 'these', 'tights', 'are', 'comfortable', 'and', 'the', 'material', 'is', 'great', 'i', 'bought', 'the', 'gray', 'and', 'holly', 'color', 'and', 'the', 'colors', 'are', 'as', 'shown', 'online', 'similar', 'to', 'most', 'nylon', 'tights', 'they', 'snag', 'easily', 'definitely', 'not', 'a', 'legging', 'and', 'similar', 'to', 'other', 'reviewers', 'these', 'wo', "n't", 'keep', 'you', 'warm', 'in', 'the', 'winter.,4,1,4', 'initmates', 'intimate', 'legwear'] ['5628,940,37', 'comfortable', 'sweater', 'i', 'love', 'this', 'sweater', 'it', "'s", 'warm', 'comfortable', 'and', 'soft', 'nice', 'quality', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['5629,1089,50', 'this', 'dress', 'looked', 'so', 'cute', 'on', 'the', 'model', 'but', 'unfortunately', 'not', 'so', 'much', 'on', 'me', 'it', 'appeared', 'so', 'much', 'more', 'fitted', 'in', 'the', 'picture', 'than', 'it', 'actually', 'is', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'is', 'huge', 'on', 'me', 'definitely', 'a', 'tunic/swing', 'style', 'rather', 'than', 'streamlined', 'my', 'husband', 'said', 'it', 'looked', 'frumpy', 'on', 'me', 'it', 'is', 'also', 'longer', 'than', 'it', 'appears', 'on', 'the', 'modei', 'for', 'reference', 'i', 'am', '5', '4'] ['i', 'wish', 'this', 'would', 'have', 'worked', 'but', 'i', 'need', 'something', 'more', 'fitted', 'for', 'my', 'body', 'type', 'if', 'you', 'are', 'looking', 'for', 'an', 'unfitted', 'tunic', 'style', 'this', 'could', 'be', 's', ',3,1,3', 'general', 'dresses', 'dresses'] ['5630,155,22', 'blue', 'tights', 'perfect', 'substitute', 'for', 'leggings', 'to', 'wear', 'with', 'a', 'long', 'shirt', 'skirts', 'or', 'shorts', 'and', 'are', 'thick', 'enough', 'to', 'keep', 'you', 'warm', 'and', 'are', "n't", 'as', 'thin', 'as', 'some', 'tights', 'normally', 'are.,5,1,0', 'initmates', 'intimate', 'legwear'] ['5631,705,34', 'so', 'cute', 'this', 'romper', 'is', 'so', 'dang', 'cute', 'i', 'normally', 'wear', 'a', 'm/l', 'or', '10/12', 'i', 'took', 'a', 'medium', 'in', 'this', 'though', 'either', 'size', 'would', 'probably', 'have', 'worked', 'depending', 'how', 'loose', 'you', 'like', 'it', 'it', "'s", 'not', 'too', 'sheer', 'and', 'the', 'shorts', 'are', "n't", 'too', 'short', 'i', "'m", '5', '9', 'my', 'only', 'complaint', 'is', 'the', 'front', 'toe', 'came', 'off', 'on', 'one', 'side', 'as', 'i', 'was', 'trying', 'it', 'on', 'an', 'easy', 'fix', 'but', 'still', 'it', 'should', 'come', 'off', 'that', 'easy', ',5,1,0', 'general', 'bottoms', 'shorts'] ['5632,705,36', 'very', 'comfortable', 'with', 'super', 'pretty', 'embroidery', 'love', 'this', 'romper', 'very', 'impressed', 'that', 'even', 'though', 'the', 'material', 'is', 'ivory', 'colour', 'it', "'s", 'not', 'sheer', 'and', 'undergarments', 'wo', "n't", 'show', 'through', 'a', 'forgiving', 'fit', 'for', 'everyone', ',5,1,3', 'general', 'bottoms', 'shorts'] ['5633,155,40', 'cozy', 'these', 'tights', 'are', 'light', 'but', 'at', 'the', 'same', 'time', 'super', 'cozy', 'definitely', 'cut', 'and', 'sewn', 'as', 'tights', 'and', 'not', 'meant', 'to', 'be', 'worn', 'as', 'leggings', 'they', "'re", 'really', 'sheer', 'around', 'your', 'rump', 'i', "'ve", 'worn', 'them', 'around', 'the', 'house', 'with', 'oversized', 't-shirts', 'and', 'long', 'sweaters', 'would', 'only', 'wear', 'out', 'of', 'the', 'house', 'with', 'a', 'dress', 'or', 'serious', 'coverage', 'despite', 'what', 'i', 'thought', 'when', 'i', 'bought', 'them', 'i', 'wish', 'they', 'were', 'available', 'in', 'a', 'few', 'more', 'colors', 'worth', 'the', 'sale', 'price', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['5634,155,30', 'cute', 'and', 'simple', 'got', 'them', 'in', 'the', 'light', 'blue', 'i', "'m", '5', '0', 'so', 'they', "'re", 'a', 'little', 'long', 'i', 'like', 'the', 'texture', 'and', 'they', 'are', 'really', 'comfortable', 'the', 'only', 'thing', 'is', 'the', 'awkward', 'seams', 'around', 'the', 'crotch', 'area', 'so', 'you', 'really', 'ca', "n't", 'wear', 'them', 'alone', 'with', 'a', 'cropped', 'tee', 'or', 'shorter', 'top', ',3,1,0', 'initmates', 'intimate', 'legwear'] ['5635,155,52', ',the', 'tights', 'are', 'thin', 'and', 'not', 'how', 'they', 'appear', 'in', 'the', 'photo', 'one', 'of', 'my', 'pairs', 'had', 'a', 'hole', 'in', 'the', 'seat', 'and', 'it', 'was', 'obvious', 'they', 'had', 'been', 'repackaged', 'with', 'part', 'of', 'the', 'packaging', 'missing', 'very', 'disappointing', 'i', 'wish', 'i', 'had', 'found', 'the', 'hole', 'before', 'i', 'try', 'them', 'on', 'they', 'are', 'definitely', 'going', 'back.,1,0,0', 'initmates', 'intimate', 'legwear'] ['5636,35,52', 'breathtaking', 'i', 'am', 'so', 'happy', 'with', 'this', 'chemise', 'the', 'pink', 'is', 'the', 'most', 'breathtaking', 'blush', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'i', 'like', 'that', 'the', 'straps', 'are', 'adjustable', 'allowing', 'me', 'to', 'make', 'the', 'bodice', 'a', 'perfect', 'fit', 'while', 'adjusting', 'the', 'gown', 'to', 'the', 'perfect', 'length', 'for', 'me', 'it', "'s", 'definitely', 'my', 'new', 'favorite', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['5637,1099,33', 'cute', 'but', 'huge', 'i', 'was', 'very', 'excited', 'to', 'receive', 'this', 'dress', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'which', 'i', 'should', 'have', 'realized', 'was', 'a', 'mistake', 'you', 'could', 'fit', 'two', 'of', 'me', 'in', 'that', 'size', 'small', 'i', 'realize', 'the', 'dress', 'is', 'supposed', 'to', 'be', 'flowy', 'but', 'it', 'would', 'have', 'been', 'baggy', 'on', 'me', 'at', 'nine', 'months', 'pregnant', 'the', 'fabric', 'is', 'soft', 'and', 'comfy', 'and', 'the', 'pattern', 'is', 'cute', 'but', 'order', 'at', 'least', 'one', 'size', 'down', 'i', "'m", 'going', 'to', 'exchange', 'for', 'the', 'xs', 'in', 'hopes', 'of', 'it', 'not', 'resembling', 'a', 'short', 'muumuu', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5638,1078,32', 'great', 'dress', 'this', 'dress', 'has', 'a', 'great', 'design', 'for', 'any', 'frame', 'it', 'looks', 'great', 'with', 'a', 'belt', 'to', 'accentuate', 'the', 'waist', 'but', 'the', 'dress', 'stands', 'great', 'alone', 'and', 'does', "n't", 'require', 'a', 'lot', 'of', 'styling.,4,1,1', 'general', 'dresses', 'dresses'] ['5639,944,41', 'sooo', 'soft', 'such', 'a', 'pretty', 'little', 'sweater', 'gorgeous', 'detail', 'i', 'wish', 'it', 'were', 'a', 'bit', 'longer', 'it', 'was', 'too', 'boxy', 'for', 'my', 'large', 'chest', 'otherwise', 'it', 'fits', 'tts', 'i', 'wanted', 'to', 'lie', 'inside', 'of', 'it', 'and', 'take', 'a', 'nap', 'so', 'comfortable', 'please', 'make', 'more', 'sweaters', 'in', 'this', 'knit', ',5,1,0', 'general', 'tops', 'sweaters'] ['5640,1099,39', 'soft', 'and', 'comfy', 'and', 'flattering', 'i', 'love', 'the', 'feel', 'of', 'the', 'dress', 'it', 'is', 'flowy', 'loose', 'but', 'still', 'flattering', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'boots', 'i', 'could', 'go', 'with', 'flats', 'for', 'summer', 'too', 'if', 'i', 'wanted', 'to', 'i', 'have', 'had', 'this', 'dress', 'in', 'my', 'wish', 'list', 'then', 'i', 'deleted', 'it', 'but', 'it', 'was', 'in', 'the', 'store', 'as', 'a', 'return', 'in', 'xxs', 'p', 'so', 'i', 'thought', 'why', 'not', 'i', 'should', "n't", 'have', 'really', 'coz', 'now', 'i', 'have', 'to', 'get', 'it', 'and', 'i', 'did'] [] ['colors', 'are', 'actually', 'great', 'i', 'do', "n't", 'know', 'why', 'people', 'have', 'issues', 'matching', 'black', 'or', 'navy', 'are', 'equally', 'neutral', 'in', 'my', 'books'] [] ['f', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5641,1099,43', 'perfect', 'dress', 'for', 'autumn', 'this', 'dress', 'is', 'perfect', 'for', 'wearing', 'in', 'autumn', 'and', 'beyond', 'it', 'will', 'look', 'great', 'with', 'casual', 'flats', 'or', 'sneakers', 'while', 'it', "'s", 'still', 'warm', 'outside', 'and', 'it', 'will', 'be', 'very', 'stylish', 'and', 'cozy', 'with', 'a', 'denim', 'jacket', 'and', 'boots', 'when', 'it', "'s", 'cooler', 'outside', 'it', 'runs', 'large', 'in', 'the', 'skirted', 'portion', 'of', 'the', 'dress', 'like', 'last', 'season', "'s", 'similar', 'floral', 'dresses', 'by', 'this', 'brand', 'the', 'dress', 'is', 'a', 'medium', 'weight', 'rayon', 'and', 'is', 'not', 'lined', 'some', 'people', 'might', 'want', 'to', 'wear', 'a', 'slip', 'or', 'half', 'slip', 'or', 'wear', 'leggings', 'with', 'this', 'dress', 'for', 'modesty', 'as', 'for', 'the', 'c', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['5642,1099,50', 'cute', 'and', 'comfey', 'this', 'dress', 'is', 'cute', 'and', 'comfortable', 'big', 'but', 'not', 'too', 'big', 'skimming', 'i', 'usually', 'wear', 'a', '12', 'pant', 'and', 'bought', 'a', 'medium', 'and', 'it', 'is', 'great', 'i', 'am', 'on', 'the', 'taller', 'side', 'and', 'the', 'length', 'was', 'great', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5643,1099,56', 'so', 'many', 'compliments', 'i', 'love', 'this', 'dress', 'it', "'s", 'super', 'comfortable', 'soft', 'fabric', 'and', 'does', "n't", 'bind', 'anywhere', 'yet', 'somehow', 'it', "'s", 'still', 'feminine', 'and', 'sexy', 'i', 'get', 'compliments', 'on', 'it', 'wherever', 'i', 'go', 'also', 'it', 'works', 'all', 'year-round', 'in', 'winter', 'it', 'can', 'be', 'easily', 'paired', 'with', 'boots', 'tights', 'a', 'long-sleeved', 'black', 't-shirt', 'etc.', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5644,1115,41', 'great', 'vest', 'well', 'made', 'lined', 'great', 'find', 'for', 'the', 'fall', ',5,1,2', 'general', 'jackets', 'outerwear'] ['5645,1099,23', 'flattering', 'i', 'am', 'short', '5', '3', 'and', 'have', 'a', 'short', 'torso', 'so', 'the', 'empire', 'waist', 'line', 'was', 'really', 'flattering', 'i', 'got', 'the', 'petite', 'size', 'small', 'and', 'it', 'fell', 'just', 'above', 'my', 'knee', 'loose', 'skirt', 'portion', 'led', 'to', 'an', 'easy', 'look', 'to', 'the', 'dress', 'overall', 'super', 'cute', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5646,878,36', 'super', 'cute', 'this', 'is', 'such', 'a', 'unique', 'design', 'and', 'i', 'love', 'the', 'colors', 'i', 'could', 'be', 'a', 'small', 'or', 'x-small', 'and', 'chose', 'the', 'x-small', 'fits', 'perfectly', ',5,1,3', 'general', 'tops', 'knits'] ['5647,1099,35', 'fabric', 'is', 'cheap.', 'the', 'fit', 'is', 'really', 'flattering', 'and', 'cute', 'but', 'the', 'fabric', 'and', 'finishings', 'seem', 'really', 'cheap', 'it', "'s", 'a', 'printed', 'plaid', 'not', 'woven.,3,0,7', 'general', 'petite', 'dresses', 'dresses'] ['5648,1020,47', 'darling', 'little', 'mini', 'really', 'cute', 'really', 'comfy', 'great', 'color', 'love', 'the', 'oversize', 'buttons', 'all', 'around', 'just', 'a', 'great', 'skirt', 'nice', 'shade', 'that', 'goes', 'right', 'into', 'fall', 'i', 'have', 'several', 'of', 'this', 'style', 'skirt', 'and', 'love', 'them', 'all', ',5,1,0', 'general', 'bottoms', 'skirts'] ['5649,878,49', 'comfortable', 'comfortable', 'stretchy', 'fabric', 'i', 'ordered', 'the', 'xs', 'and', 'will', 'probably', 'take', 'the', 'sides', 'in', 'at', 'least', 'a', 'couple', 'of', 'inches', 'for', 'a', 'snugger', 'fit', 'the', 'fit', 'is', 'looser', 'than', 'it', 'looks', 'on', 'the', 'model', ',3,1,3', 'general', 'tops', 'knits'] ['5650,828,64', ',this', 'really', 'is', 'a', 'lovely', 'shirt', 'i', 'like', 'the', 'long', 'length', 'of', 'the', 'sleeves', 'as', 'sleeves', 'are', 'often', 'too', 'short', 'on', 'me', 'to', 'wear', 'cuffed', 'at', 'the', 'wrist', 'i', 'now', 'have', 'the', 'option', 'of', 'long', 'or', 'rolled', 'up', 'sleeves', 'the', 'fabric', 'is', 'the', 'perfect', 'weight', 'for', 'indoors', 'it', 'is', 'definitely', 'a', 'keeper.,5,1,0', 'general', 'tops', 'blouses'] ['5651,828,29', 'perfect', 'white', 'shirt', 'this', 'is', 'a', 'basic', 'that', 'i', "'ve", 'been', 'looking', 'for', 'for', 'ages', 'i', "'ve", 'never', 'found', 'such', 'a', 'flattering', 'plain', 'white', 'button', 'down', 'shirt', 'before', 'everything', 'is', 'either', 'not', 'basic', 'enough', 'unflattering', 'shape', 'too', 'masculine', 'too', 'boring', 'too', 'wrinkly', 'or', 'too', 'hard', 'to', 'take', 'care', 'of', 'this', 'shirt', 'is', 'perfect', 'it', 'is', 'shaped', 'to', 'flatter', 'but', 'does', "n't", 'have', 'any', 'finicky', 'details', 'this', 'is', 'just', 'a', 'wardrobe', 'staple', 'plain', 'and', 'simple', 'it', 'is', 'going', 'to', 'work', 'hard', 'for', 'me', 'year', 'round', 'i', 'have', 'other', 'cloth', 'stone', 'tops', 'and', 'have', 'loved', 'them', 'all', 'their', ',5,1,0', 'general', 'tops', 'blouses'] ['5652,35,29', 'so', 'comfortable', 'bought', 'this', 'for', 'a', 'vacation', 'to', 'mexico', 'with', 'my', 'boyfriend', 'super', 'flattering', 'and', 'soft', 'big', 'thumbs', 'up', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['5653,828,56', 'so', 'soft', 'and', 'amazing', 'i', "'m", 'normally', 'a', 'size', 'small', 'but', 'the', 'store', 'only', 'had', 'a', 'large', 'i', 'tried', 'it', 'on', 'and', 'it', 'still', 'fits', 'great', 'as', 'an', 'oversized', 'button', 'down', 'for', 'a', 'threw-on-my-boyfriends-shirt', 'kind', 'of', 'look', 'i', 'wear', 'it', 'tied', 'in', 'a', 'knot', 'with', 'leggings'] [] ['the', 'shirt', 'is', 'so', 'so', 'so', 'soft', 'and', 'high', 'in', 'quality', ',5,1,0', 'general', 'tops', 'blouses'] ['5654,1099,46', 'red', 'and', 'navy', 'checks', 'this', 'is', 'a', 'cute', 'dress', 'but', 'it', 'runs', 'very', 'large', 'through', 'if', 'i', 'had', 'decided', 'to', 'keep', 'it', 'i', 'would', 'have', 'taken', 'it', 'to', 'my', 'seamstress', 'to', 'remove', 'some', 'of', 'the', 'volume', 'when', 'i', 'ordered', 'i', 'assumed', 'it', 'was', 'red', 'and', 'black', 'checked', 'but', 'it', 'is', 'navy', 'my', 'black', 'cropped', 'leather', 'jacket', 'and', 'boots', 'wo', "n't", 'work', 'with', 'those', 'colors', 'so', 'it', 'is', 'going', 'back', ',4,1,13', 'general', 'petite', 'dresses', 'dresses'] ['5655,1099,41', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5656,1099,57', 'mona', 'plaid', 'i', 'thought', 'this', 'would', 'be', 'a', 'great', 'dress', 'for', 'late', 'summer', 'early', 'fall', 'and', 'i', 'was', 'right', 'it', "'s", 'light', 'and', 'flowy', 'but', 'the', 'colors', 'are', 'darker', 'it', "'s", 'very', 'cute', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'nice', 'boots', 'like', 'in', 'the', 'picture.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5657,878,56', ',wore', 'for', 'the', '4th', 'with', 'white', 'jeans', 'super', 'cute', 'love', 'the', 'ruffle,5,1,0', 'general', 'tops', 'knits'] ['5658,818,31', 'great', 'top', 'really', 'love', 'this', 'top', 'even', 'more', 'than', 'i', 'expected', 'based', 'on', 'the', 'picture', 'i', 'have', 'already', 'worn', 'it', '6', 'times', 'in', 'a', 'short', 'period', 'of', 'time', 'it', "'s", 'been', 'a', 'great', 'fall', 'top,5,1,0', 'general', 'tops', 'blouses'] ['5659,1099,43', 'love', 'this', 'dress', 'this', 'is', 'a', 'fantastic', 'dress', 'it', "'s", 'very', 'flowy', 'comfortable', 'stylish', 'and', 'it', 'has', 'pockets', 'whoop', 'whoop', 'i', 'have', 'a', 'larger', 'bust', '34d', 'and', 'even', 'though', 'it', "'s", 'button', 'down', 'the', 'openings', 'in', 'between', 'do', "n't", 'peak', 'open', 'to', 'show', 'your', 'bra', 'it', 'is', 'navy', 'and', 'red', 'but', 'i', 'think', 'you', 'could', 'wear', 'black', 'boots', 'with', 'it', 'no', 'problem', 'this', 'is', 'my', 'new', 'favorite', 'dress', 'and', 'i', "'m", 'very', 'happy', 'with', 'my', 'purchase', 'buy', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5660,818,29', 'i', 'actually', 'found', 'this', 'blouse', 'to', 'be', 'quite', 'nice', 'i', "'m", 'not', 'sure', 'that', 'i', "'d", 'wear', 'it', 'as', 'a', 'tunic', 'though', 'it', 'looks', 'great', 'tucked', 'in', 'and', 'the', 'print', 'is', 'fun', 'but', 'nothing', 'exhilarating', 'for', 'the', 'price', 'i', 'expected', 'more', ',4,1,0', 'general', 'tops', 'blouses'] ['5661,818,46', 'beautiful', 'looks', 'like', 'just', 'photo', 'on', 'i', 'disagree', 'with', 'a', 'previous', 'review', 'saying', 'that', 'this', 'top', 'is', 'unflattering', 'and', 'boxy', 'i', 'bought', 'this', 'top', 'and', 'it', 'actually', 'looks', 'just', 'like', 'the', 'image', 'in', 'the', 'photo', 'online', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'when', 'i', 'wore', 'it', 'i', 'wore', 'it', 'with', 'black', 'skinny', 'jeans', 'black', 'tall', 'boots', 'and', 'a', 'short', 'sleeve', 'cardigan', 'which', 'i', 'used', 'as', 'a', 'jacket', 'and', 'did', 'not', 'keep', 'on', 'the', 'entire', 'night', 'i', 'think', 'the', 'shirt', 'even', 'looks', 'good', 'without', 'being', 'tucked', 'in', 'i', 'really', 'love', 'it', 'maybe', 'just', 'wish', 'i', 'could', 'button', 'the', 'top', 'from', 'time', 'to', 'time', 'to', 'change', ',5,1,2', 'general', 'tops', 'blouses'] ['5662,828,53', 'elegant', 'and', 'casual', 'at', 'the', 'same', 'time', 'this', 'shirt', 'can', 'look', 'very', 'elegant', 'thanks', 'to', 'the', 'nice', 'duffs', 'and', 'hidden', 'button', 'line', 'the', 'material', 'is', 'pleasantly', 'substancial', 'and', 'very', 'soft', 'the', 'only', 'thing', 'i', 'did', 'not', 'like', 'is', 'that', 'the', 'bottom', 'button', 'broke', 'it', 'two', 'pieces', 'the', 'tirst', 'tme', 'i', 'buttoned', 'it', 'no', 'spare', 'buttons', 'included', 'but', 'as', 'the', 'buttons', 'are', 'not', 'visible', 'i', 'think', 'i', 'can', 'find', 'a', 'similar', 'one', 'to', 'replace', 'it', 'not', 'big', 'enough', 'of', 'an', 'issue', 'to', 'return', ',5,1,0', 'general', 'tops', 'blouses'] ['5663,1078,30', 'cuter', 'on', 'the', 'model', 'no', 'no', 'no', 'i', 'do', "n't", 'know', 'if', 'it', 'was', 'the', 'way', 'it', 'got', 'flattened', 'out', 'in', 'the', 'packaging', 'or', 'what', 'but', 'it', 'sticks', 'out', 'like', 'a', 'tent', 'from', 'the', 'hips', 'down', 'i', "'m", '5', '7', 'about', '145', '32c', 'usually', 'wear', 'a', '6', 'or', '8', 'in', 'dresses', 'this', 'thing', 'barely', 'buttoned', 'over', 'my', 'bust', 'and', 'then', 'flares', 'out', 'to', 'a', 'tent-like', 'triangular', 'shape', 'at', 'the', 'bottom', 'i', 'do', "n't", 'think', 'it', 'would', 'come', 'out', 'by', 'washing', 'and', 'ironing', 'it', 'i', "'m", 'afraid', 'it', 'was', 'just', 'cut', 'poorly', 'i', 'looked', 'like', 'a', 'sad', 'prisoner', 'in', 'stripes', 'unfortunately', 'i', 'bought', 'three', 'different', 'dresses', 'in', 'the', ',2,0,2', 'general', 'dresses', 'dresses'] ['5664,828,34', ',absolutely', 'perfect', 'staple', 'top', 'to', 'have', 'in', 'your', 'wardrobe', 'fits', 'very', 'nicely', 'not', 'see', 'through', 'at', 'all', 'highly', 'recommend', 'this', 'top.,5,1,0', 'general', 'tops', 'blouses'] ['5665,35,24', ',i', 'love', 'this', 'gown', 'so', 'much', 'i', 'have', 'two', 'of', 'them', 'the', 'gray', 'and', 'pink', 'they', 'are', 'really', 'soft', 'and', 'comfortable', 'i', 'sleep', 'in', 'them', 'all', 'of', 'the', 'time.,5,1,1', 'initmates', 'intimate', 'intimates'] ['5666,828,34', 'nice', 'but', 'too', 'big', 'i', "'m", '5', '3', 'and', '120', 'lbs', 'i', 'ordered', 'a', 'm', 'and', 'it', 'was', 'far', 'too', 'boxy', 'and', 'long', 'in', 'the', 'arms', 'as', 'well', 'as', 'the', 'back', 'the', 'collar', 'is', 'small', 'and', 'lays', 'flat', 'the', 'material', 'is', 'good', 'quality', 'and', 'soft', 'but', 'heavier', 'than', 'i', 'had', 'hoped', ',3,1,0', 'general', 'tops', 'blouses'] ['5667,1099,35', 'runs', 'large', 'first', 'i', "'m", 'an', '8/10', 'and', 'tried', 'the', 's', 'and', 'm.', 'i', 'could', "'ve", 'worn', 'either', 'but', 'the', 'm', 'looked', 'too', 'large', 'in', 'my', 'opinion', 'i', 'kept', 'the', 'small', 'the', 'color-', 'i', 'think', 'you', 'could', 'wear', 'black', 'or', 'navy', 'as', 'the', 'navy', 'is', 'very', 'very', 'dark', 'the', 'only', 'con-', 'the', 'sleeves', 'they', 'stick', 'right', 'out', 'to', 'the', 'sides', 'and', 'do', "n't", 'lay', 'down', 'as', 'much', 'as', 'the', 'online', 'photo', 'it', 'definitely', 'looks', 'best', 'with', 'a', 'cardigan', 'or', 'jacket', 'over', 'it', 'material', 'is', 'super', 'light', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5668,861,45', 'lots', 'of', 'compliments', 'i', 'got', 'the', 'black', 'in', 'size', 'small', 'i', 'love', 'this', 'easy', 'breezy', 'and', 'comfy', 't.', 'i', 'love', 'that', 'it', "'s", 'different', 'and', 'can', 'wear', 'with', 'anything', 'the', 'shirt', 'is', 'more', 'flowy', 'vs', 'fitted', 'which', 'i', 'like', 'i', 'wish', 'they', 'had', 'more', 'colors', 'i', 'could', 'see', 'myself', 'wearing', 'this', 'shirt', 'a', 'lot', 'this', 'summer'] [] ['i', "'m", 'a', 'size', '2', 'and', 'bought', 'a', 'small', ',5,1,1', 'general', 'tops', 'knits'] ['5669,831,33', 'fun', 'neutral', 'layering', 'piece', 'this', 'top', 'is', 'a', 'great', 'neutral', 'layering', 'piece', 'with', 'some', 'nice', 'visual', 'interest', 'the', 'black-and-white', 'pattern', 'and', 'tie-neck', 'style', 'will', 'add', 'a', 'little', 'something', 'to', 'a', 'cardigan', 'or', 'blazer', 'the', 'neck', 'can', 'also', 'be', 'tied', 'multiple', 'ways', 'it', "'s", 'definitely', 'appropriate', 'for', 'work', 'and', 'i', 'found', 'it', 'tts', 'i', 'normally', 'wear', 'a', '10/m', 'and', 'took', 'an', 'm', 'in', 'this', 'top', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['5670,830,35', 'super', 'cute', 'summer', 'top', 'i', 'just', 'got', 'this', 'top', 'in', 'the', 'mail', 'and', 'love', 'love', 'love', 'it', 'i', 'thought', 'it', 'was', 'on', 'the', 'pricey', 'side', 'for', 'a', 'shirt', 'but', 'could', "n't", 'help', 'but', 'purchase', 'it', 'full', 'price', 'because', 'i', 'love', 'anything', 'pineapple', 'print', 'the', 'metallic', 'print', 'is', 'cute', 'and', 'chic', 'from', 'day', 'to', 'night', 'i', 'also', 'love', 'the', 'open', 'shoulders', 'making', 'this', 'design', 'different', 'and', 'perfect', 'for', 'summer', 'i', "'m", 'only', 'sorry', 'that', 'i', 'did', "n't", 'see', 'this', 'top', 'online', 'until', 'i', 'already', 'returned', 'from', 'my', 'vacation', 'in', 'maui', 'very', 'comfortable', 'and', 'easy', 'worth', 'the', 'price', ',5,1,1', 'general', 'tops', 'blouses'] ['5671,861,34', ',,5,1,0', 'general', 'tops', 'knits'] ['5672,993,75', 'awesome', 'fun', 'skirt', 'this', 'skirt', 'has', 'a', 'unique', 'fun', 'pattern', 'and', 'a', 'fit', 'that', 'is', 'absolutely', 'perfect', 'just', 'figure', 'flattering', 'without', 'being', 'too', 'tight', 'or', 'revealing', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'for', 'a', 'holiday', 'dinner', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5673,993,33', 'this', 'skirt', 'is', 'perfection', 'i', "'m", 'in', 'love', 'with', 'this', 'skirt', 'i', 'already', 'have', 'so', 'many', 'outfits', 'planned', 'out', 'i', 'do', 'feel', 'it', 'runs', 'slight', 'large', 'maybe', 'half', 'a', 'size', 'i', "'m", '5', '6', '135', 'lbs', 'and', 'usually', 'wear', 'a', '6.', 'i', 'ordered', 'a', 'small', 'and', 'it', "'s", 'fairly', 'loose', 'but', 'i', 'like', 'that', 'personally', 'if', 'you', 'want', 'a', 'tighter', 'pencil', 'look', 'then', 'size', 'down', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['5674,993,47', 'gorgeous', 'must', 'have', 'skirt', 'i', 'love', 'this', 'skirt', 'it', 'is', 'stylish', 'and', 'very', 'comfortable', 'ladies', 'do', "n't", 'be', 'afraid', 'of', 'wearing', 'a', 'pattern', 'on', 'the', 'bottom', 'it', 'is', 'flattering', 'and', 'slimming', 'i', 'wear', 'it', 'with', 'a', 'black', 'wrap', 'sweater', 'or', 'black', 'cotton', 'casual', 'jacket', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5675,1078,40', 'i', 'felt', 'frumpy', 'i', 'love', 'the', 'pattern', 'of', 'the', 'red/orange', 'dress', 'i', 'bought', 'this', 'online', 'for', 'easter', 'i', "'m", 'bummed', 'i', 'felt', 'frumpy', 'the', 'dress', 'fit', 'i', "'m", '5', '5', 'athletic', 'build', 'and', 'i', 'bought', 'the', 'xs', 'it', 'is', 'just', 'not', 'flattering', 'on', 'my', 'frame', 'i', 'looked', 'like', 'i', 'had', 'big', 'hips', 'the', 'waist', 'band', 'was', 'not', 'creating', 'a', 'waist', 'for', 'me', 'and', 'i', 'need', 'that', 'i', 'wanted', 'to', 'keep', 'it', 'but', 'sadly', 'i', 'will', 'be', 'returning', 'it', 'my', 'husband', 'agreed', 'i', 'should', 'return', 'it', ',3,0,4', 'general', 'dresses', 'dresses'] ['5676,1078,39', 'fun', 'flirty', 'and', 'comfy', 'i', 'ordered', 'both', 'colors', 'and', 'my', 'usual', 'size', 'in', 'eptites', 'and', 'one', 'size', 'smaller', 'definitely', 'true', 'to', 'size', 'as', 'in', 'not', 'smaller', 'size'] [] ['i', 'am', '5', '1.5', 'and', 'the', 'best', 'size', 'was', 'xs', 'petite'] [] ['i', 'ordered', 'both', 'colors', 'and', 'msut', 'say', 'they', 'are', 'both', 'gorgeous', 'so', 'ca', "n't", 'go', 'wrng', 'there', 'as', 'long', 'as', 'it', 'goes', 'with', 'your', 'skin', 'tone', 'for', 'me', 'the', 'red', 'was', 'better', 'but', 'i', 'did', 'love', 'hte', 'neutral', 'color', 'as', 'well'] [] ['comes', 'with', 'a', 'lining', 'bude', 'color'] ['wasit', 'is', 'elasticized', 'and', 'comfortable', 'love', 'the', 'sleeves', 'this', 'is', 'light', 'enough', 'for', 'spring', 'and', ',5,1,34', 'general', 'dresses', 'dresses'] ['5677,831,38', 'cute', 'work', 'appropriate', 'top', 'wish', 'i', 'had', 'snagged', 'both', 'styles', 'of', 'this', 'shirt', 'before', 'they', 'sold', 'out', 'this', 'is', 'a', 'very', 'cute', 'work', 'appropriate', 'top', 'good', 'weight', 'and', 'quality', 'to', 'the', 'shirt', 'i', 'wear', 'a', 'lot', 'of', 'black', 'and', 'white', 'at', 'work', 'so', 'sick', 'of', 'gray', 'why', 'are', 'all', 'business', 'clothes', 'gray', 'and', 'this', 'top', 'will', 'be', 'added', 'into', 'my', 'regular', 'rotation', ',4,1,0', 'general', 'tops', 'blouses'] ['5678,1078,43', 'cute', 'versatile', 'dress', 'i', 'debated', 'for', 'awhile', 'about', 'getting', 'this', 'dress', 'being', 'tall', 'i', 'was', 'worried', 'that', 'it', 'would', 'be', 'really', 'short', 'on', 'me', 'so', 'i', 'ended', 'up', 'ordering', 'it', 'in', 'a', 'large', 'i', "'m", "5'10", 'a', 'size', '10/12', 'it', 'definitely', 'has', 'a', 'blousey', 'look', 'to', 'it', 'which', 'i', 'like', 'i', 'kind', 'of', 'wish', 'i', 'had', 'ordered', 'it', 'in', 'a', 'medium', 'as', 'well', 'but', 'i', 'think', 'the', 'large', 'will', 'work', 'just', 'fine', 'the', 'length', 'is', 'good', 'hits', 'right', 'above', 'my', 'knee', 'the', 'elastic', 'waistband', 'is', 'nice', 'because', 'i', 'can', 'pull', 'it', 'up', 'around', 'my', 'natural', 'waist', 'or', 'pull', 'it', 'down', 'for', 'more', 'of', 'a', 'drop', 'waist', 'effect', 'as', 'o', ',4,1,1', 'general', 'dresses', 'dresses'] ['5679,1078,46', 'i', 'am', '5', '9', 'and', '138', 'pounds', 'slender', 'but', 'with', 'a', 'tummy', 'the', 'small', 'fit', 'great', 'and', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'the', 'elastic', 'waist', 'band', 'is', 'complimentary', 'the', 'dress', 'flounces', 'out', 'a', 'little', 'but', 'in', 'a', 'cute', 'way', 'and', 'it', "'s", 'not', 'too', 'short', 'compared', 'to', 'so', 'many', 'other', 'baby', 'doll', 'dresses', 'out', 'there', 'now', 'i', 'did', "n't", 'think', 'it', 'looked', 'that', 'great', 'on', 'the', 'hanger', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'looked', 'so', 'much', 'better', 'than', 'i', 'expected', 'got', 'the', 'brown', 'thank', 'you', 'to', 'the', 'other', 'reviewers', 'for', 'the', 'bootie', 'boot', 'moto', 'jacket', 'transition', 'to', ',5,1,1', 'general', 'dresses', 'dresses'] ['5680,1030,53', 'runs', 'small', 'i', 'ordered', 'these', 'jeans', 'twice', 'because', 'i', 'love', 'them', 'the', 'first', 'pair', 'were', 'mis-marked', 'by', 'about', '4', 'sizes', 'so', 'i', 're-ordered', 'second', 'pair', 'still', 'did', "n't", 'fit', 'they', 'run', 'really', 'small', 'i', 'would', 'probably', 'need', 'one', 'maybe', 'two', 'sizes', 'larger', 'than', 'normal', 'to', 'achieve', 'the', 'fit', 'and', 'feel', 'of', 'the', 'other', 'skinny', 'jeans', 'in', 'my', 'closet', ',2,0,2', 'general', 'bottoms', 'jeans'] ['5681,902,46', ',very', 'cute', 'but', 'true', 'it', "'s", 'very', 'sheer', 'good', 'with', 'a', 'simple', 'nude', 'tube', 'underneath', 'to', 'avoid', 'bra', 'straps', 'showing', 'i', 'got', 'in', 'both', 'colors', 'great', 'with', 'slim', 'pants', 'or', 'jeans', 'may', 'need', 'to', 'order', 'up', 'a', 'size', 'if', 'long', 'torso', 'like', 'me', 'the', 'small', 'was', 'a', 'bit', 'short.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5682,410,34', 'comfy', 'but', 'too', 'much', 'coverage', 'i', "'m", 'a', 'b-cup', 'who', 'hates', 'traditional', 'underwire', 'bras', 'so', 'i', 'was', 'excited', 'to', 'try', 'this', 'one', 'out', 'while', 'i', 'appreciate', 'that', 'this', 'bra', 'has', 'more', 'structure', 'and', 'support', 'than', 'other', 'wireless', 'comfy', 'bras', 'the', 'cups', 'provided', 'too', 'much', 'coverage', 'for', 'my', 'style', 'if', 'you', 'want', 'to', 'wear', 'a', 'shirt', 'with', 'a', 'wide', 'neck', 'or', 'do', 'a', 'cute', 'off-the-shoulder', 'thing', 'with', 'your', 'shirt', 'the', 'top', 'of', 'the', 'cup', 'shows', 'bummer', ',3,0,0', 'initmates', 'intimate', 'intimates'] ['5683,1078,41', 'odd', 'fit', 'i', 'was', 'excited', 'to', 'receive', 'this', 'dress', 'because', 'it', 'seemed', 'like', 'a', 'beautiful', 'breezy', 'dress', 'for', 'summer', 'unfortunately', 'i', 'did', "n't", 'find', 'the', 'fit', 'to', 'be', 'very', 'flattering', 'as', 'two', 'other', 'reviewers', 'mentioned', 'there', 'is', 'too', 'much', 'fabric', 'creating', 'an', 'odd', 'bunching', 'especially', 'at', 'the', 'back', 'waistline', 'i', 'also', 'found', 'the', 'dress', 'to', 'be', 'a', 'little', 'tight', 'across', 'the', 'bustline', 'upper', 'arms', 'and', 'shoulders', 'the', 'bunching', 'can', 'be', 'improved', 'by', 'pulling', 'the', 'fabric', 'of', 'the', 'dress', 'forward', 'in', 'the', 'front', 'but', 'this', 'creates', 'more', 'of', 'a', 'plunging', 'neckline', 'than', 'i', ',3,0,6', 'general', 'dresses', 'dresses'] ['5684,993,66', 'gorgeous', 'pattern', 'retailer', 'has', 'the', 'greatest', 'pencil', 'skirts', 'i', 'usually', 'get', '1', 'every', 'year', 'the', 'pattern', 'on', 'this', 'one', 'makes', 'it', 'very', 'eye', 'catching', 'with', 'blue', 'birds', 'on', 'green', 'or', 'tan', 'background', 'and', 'black', 'and', 'white', 'flowers', 'in', 'a', 'tree', 'pattern', 'so', 'it', 'is', 'versatile', 'to', 'wear', 'with', 'many', 'colored', 'tops'] ['i', 'bought', 'a', 'large', 'because', 'they', 'did', "n't", 'have', 'medium', 'in', 'the', 'store', 'it', 'is', 'a', 'bit', 'loose', 'in', 'the', 'waist', 'but', 'comfortable', 'the', 'rest', 'fits', 'nice', 'and', 'slim', 'i', 'am', 'usually', 'an', '8-10', 'in', 'jeans', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5685,993,49', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5686,1020,64', 'perfect', 'denim', 'skirt', 'if', 'you', 'love', 'denim', 'skirts', 'as', 'much', 'or', 'more', 'than', 'you', 'love', 'the', 'perfect', 'pair', 'of', 'jeans', 'then', 'you', "'ll", 'love', 'this', 'one', 'the', 'waist', 'fits', 'perfectly', 'with', 'just', 'enough', 'give', 'from', 'the', 'spandex', 'to', 'make', 'this', 'skirt', 'comfortable', 'all', 'day', 'without', 'stretching', 'so', 'much', 'that', 'you', "'ll", 'wonder', 'if', 'you', 'should', "'ve", 'bought', 'a', 'smaller', 'size', 'it', "'s", 'also', 'a', 'great', 'length', 'for', 'fall/winter', 'and', 'looks', 'fabulous', 'with', 'boots', 'i', 'just', 'wish', 'i', 'could', 'find', 'the', 'perfect', 'buttondown', 'shirt', 'so', 'i', 'can', 'tuck', 'it', 'in', 'and', 'show', 'off', 'the', 'cute', 'detail', 'buckle', 'in', 'back', ',5,1,1', 'general', 'bottoms', 'skirts'] ['5687,1020,62', 'great', 'midi', 'denim', 'skirt', 'it', 'is', 'very', 'hard', 'to', 'find', 'a', 'great', 'midi', 'denim', 'skirt', 'pomona', "'s", 'is', 'very', 'stylish', 'well', 'made', 'and', 'looks', 'great', 'on', 'i', 'had', 'to', 'exchange', 'my', 'size', '10', 'for', 'a', 'size', '12', 'and', 'am', 'awaiting', 'its', 'arrival', 'remaining', 'hopeful', 'it', 'will', 'provide', 'a', 'better', 'fit', 'first', 'time', 'in', 'my', 'life', 'i', 'have', 'purchased', 'a', '12', 'so', 'ca', "n't", 'say', 'for', 'sure', 'whether', 'the', 'skirt', 'runs', 'small', 'or', 'i', 'am', 'now', 'running', 'larger', 'i', 'recommend', 'this', 'skirt', ',5,1,4', 'general', 'bottoms', 'skirts'] ['5688,1078,23', 'not', 'so', 'great', 'the', 'dress', 'has', 'a', 'partially', 'sewn-in', 'slip', 'which', 'really', 'did', "n't", 'work', 'for', 'me', 'no', 'matter', 'how', 'much', 'adjusting', 'i', 'did', 'i', 'could', "n't", 'get', 'the', 'slip', 'and', 'dress', 'to', 'sit', 'properly'] [] ['i', 'ordered', 'a', 'medium', 'and', 'if', 'it', 'had', "n't", 'been', 'for', 'the', 'slip', 'the', 'fit', 'would', 'have', 'been', 'good', 'the', 'length', 'was', 'as', 'pictured', 'for', 'reference', 'i', 'am', '5', '5', '145lbs', '38-30-40', '34ddd', ',2,0,3', 'general', 'dresses', 'dresses'] ['5689,1078,44', 'classy', 'and', 'effortless', 'easy', 'to', 'wear', 'dress', 'that', 'looks', 'polished', 'and', 'professional', 'for', 'work.,4,1,1', 'general', 'dresses', 'dresses'] ['5690,1078,41', 'just', 'ok', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'as', 'it', 'seemed', 'perfect', 'for', 'spring', 'and', 'summer', 'but', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'it', 'made', 'me', 'feel', 'a', 'bit', 'frumpy', 'honestly', 'i', 'purchased', 'the', 'neutral', 'color', 'maybe', 'the', 'red', 'would', 'have', 'been', 'less', 'grandmotherly', 'something', 'about', 'the', 'elastic', 'waist', 'just', 'did', "n't", 'work', 'for', 'me', 'either', 'i', 'tried', 'this', 'with', 'boots', 'booties', 'heels', 'clogs', 'flats', 'sandals', 'and', 'i', 'just', 'could', "n't", 'make', 'this', 'dress', 'work', 'sadly', 'sending', 'this', 'one', 'back', 'i', "'m", '5', '7', '140', 'lbs', 'and', 'tried', 'the', 'medium', ',3,0,10', 'general', 'dresses', 'dresses'] ['5691,861,39', 'cute', 'and', 'comfortable', 'tee', 'love', 'this', 'tshirt', 'casual', 'but', 'can', 'be', 'dressed', 'up', 'with', 'wedges', 'and', 'a', 'scarf', ',5,1,0', 'general', 'tops', 'knits'] ['5692,207,37', 'wanted', 'to', 'love', 'it', 'i', 'wanted', 'to', 'love', 'this', 'set', 'but', 'sadly', 'it', 'just', 'did', "n't", 'fit', 'as', 'i', 'had', 'hoped', 'the', 'small', 'was', 'bigger', 'than', 'expected', 'and', 'looked', 'frumpy', 'and', 'not', 'sexy', 'returned', ',3,0,1', 'initmates', 'intimate', 'intimates'] ['5693,1078,26', 'buy', 'this', 'dress.', 'the', 'model', 'in', 'this', 'photo', 'should', 'be', 'standing', 'tall', 'because', 'this', 'dress', 'looks', 'absolutely', 'fabulous', 'right', 'out', 'of', 'the', 'tissue', 'paper', 'i', 'ordered', 'a', 'small', 'and', 'am', '130pounds', '5', '5', 'the', 'dress', 'fits', 'like', 'a', 'glove', 'and', 'is', 'a', 'pull', 'over', 'style', 'the', 'nude', 'slip-', 'lining', 'connected', 'to', 'the', 'outer', 'shell', 'works', 'wonders', 'and', 'allows', 'for', 'a', 'full', 'coverage', 'feel', 'yet', 'nice', 'breezy', 'sexy', 'appeal', 'this', 'dress', 'can', 'be', 'worn', 'to', 'work', 'on', 'a', 'hot', 'date', 'and', 'even', 'a', 'nice', 'weekend', 'look', 'when', 'i', 'say', 'slimming', 'i', 'mean', 'it', 'the', 'center', 'detail-', 'grabs', 'the', 'most', 'perf', ',5,1,5', 'general', 'dresses', 'dresses'] ['5694,993,46', 'shrinks', 'in', 'the', 'wash', 'even', 'following', 'the', 'care', 'label', 'exactly', 'it', 'shrunk', '~3', 'inches', 'in', 'the', 'length', 'and', 'overall', 'in', 'the', 'diameter', 'i', 'had', 'to', 'return', 'this', 'since', 'i', 'am', 'tall', 'and', 'it', 'looked', 'more', 'like', 'a', 'work-inappropriate', 'mini', 'after', 'the', 'first', 'wash.', ',1,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['5695,1020,72', 'awesome', 'skirt', 'i', 'feel', 'really', 'cool', 'wearing', 'this', 'skirt', 'a', 'nice', 'alternative', 'to', 'the', 'jeans', 'that', 'are', 'my', 'standard', 'uniform', 'loooks', 'great', 'with', 'short', 'boots', 'i', "'m", 'wearing', 'it', 'as', 'i', 'write', 'this', 'review', 'and', 'was', 'wearing', 'it', 'all', 'day', 'awesome', 'skirt', ',5,1,1', 'general', 'bottoms', 'skirts'] ['5696,1075,49', 'beautiful', 'fabric', 'but', 'not', 'for', 'the', 'busty', 'this', 'dress', 'is', 'very', 'beautiful', 'great', 'fabric', 'and', 'colors', 'but', 'it', 'looked', 'terrible', 'on', 'me', 'because', 'i', 'have', 'large', 'breasts', 'i', 'am', '32dd', 'and', 'this', 'dress', 'made', 'me', 'look', 'pregnant', 'if', 'you', 'have', 'the', 'right', 'body', 'type', 'it', 'would', 'be', 'a', 'great', 'breezy', 'summer', 'dress', 'i', "'m", 'sad', 'because', 'i', 'ca', "n't", 'wear', 'it', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['5697,861,40', 'cute', 'idea', 'poor', 'execution', 'i', 'love', 'the', 'cold', 'shoulder', 'trend', 'and', 'this', 'top', 'seemed', 'to', 'satisfy', 'i', 'bought', 'it', 'in', 'the', 'blue', 'which', 'is', 'really', 'more', 'like', 'a', 'very', 'light', 'mint', 'green', 'however', 'i', 'think', 'the', 'material', 'is', 'pretty', 'thin', 'though', 'soft', 'and', 'the', 'keyhole', 'sleeve', 'area', 'right', 'by', 'the', 'twist', 'is', 'not', 'substantial', 'so', 'it', 'looks', 'a', 'little', 'cheap', 'i', 'ordered', 'the', 'small', 'but', 'i', 'think', 'i', 'could', 'have', 'definitely', 'sized', 'down', 'to', 'the', 'xs', '110', 'pounds', '32dd', 'it', "'s", 'very', 'loose', 'fitting', 'but', 'i', 'would', "n't", 'say', 'it', 'looks', 'bad', 'it', "'s", 'just', 'a', 'very', 'relaxed', 'fit', 'for', 'the', 'price', 'thou', ',3,1,6', 'general', 'tops', 'knits'] ['5698,1078,37', 'not', 'quite', 'i', 'like', 'the', 'idea', 'of', 'this', 'but', 'had', 'to', 'return', 'it', 'the', 'fitted', 'liner', 'is', 'attached', 'at', 'shoulders', 'and', 'awkward', 'to', 'get', 'into', 'the', 'shirt', 'is', 'too', 'poofy', 'did', "n't", 'flatter', 'short', 'and', 'curvy.,3,0,0', 'general', 'dresses', 'dresses'] ['5699,1020,23', 'comfortable', 'i', 'am', '5', '6', 'and', 'run', 'between', 'a', 'size', '9-10', 'pant', 'i', 'ordered', 'the', 'size', '10', 'skirt', 'and', 'the', 'waist', 'fit', 'perfectly', 'and', 'so', 'did', 'the', 'back', 'of', 'the', 'skirt', 'which', 'i', 'was', 'afraid', 'might', 'be', 'loose', 'i', 'do', "n't", 'really', 'have', 'a', 'butt', 'but', 'it', 'fits', 'nicely', 'looks', 'like', 'the', 'picture', 'so', 'the', 'skirt', 'goes', 'straight', 'down', 'it', 'does', 'not', 'taper', 'to', 'smaller', 'width', 'like', 'some', 'regular', 'pencil', 'skirts', 'might', 'so', 'the', 'bottom', 'part', 'will', 'not', 'be', 'fitted', 'for', 'your', 'reference', 'the', 'denim', 'actually', 'has', 'quite', 'a', 'lot', 'of', 'stretch', 'so', 'it', "'s", 'very', 'comfortable', 'as', 'well', 'as', 'the', 'waistband', ',5,1,1', 'general', 'bottoms', 'skirts'] ['5700,1078,42', ',,5,1,0', 'general', 'dresses', 'dresses'] ['5701,1078,35', 'perfectly', 'neutral', 'dress', 'i', 'bought', 'this', 'in', 'the', 'neutral', 'motif', 'and', 'my', 'expectations', 'before', 'trying', 'it', 'on', 'were', "n't", 'high', 'but', 'i', 'was', 'sold', 'once', 'i', 'was', 'in', 'the', 'dress', 'sometimes', 'dresses', 'that', 'have', 'the', 'elastic', 'band', 'in', 'the', 'waist', 'can', 'be', 'tricky', 'if', 'you', 'do', "n't", 'have', 'a', 'perfectly', 'flat', 'tummy', 'and', 'can', 'accentuate', 'the', 'tiniest', 'bump', 'however', 'this', 'dress', 'sits', 'perfectly', 'on', 'the', 'waist', 'and', 'is', 'actually', 'super', 'slimming', 'i', 'was', "n't", '100', 'sold', 'on', 'the', 'pattern', 'or', 'color', 'i', 'wish', 'it', 'was', 'more', 'off', 'white', 'than', 'brown', 'but', 'the', 'fit', 'was', 'so', 'great', 'that', 'i', 'had', 'to', 'buy', 'it', 'the', 'dress', ',5,1,7', 'general', 'dresses', 'dresses'] ['5702,1078,60', 'perfect', 'summer', 'work', 'dress', 'ordered', 'this', 'in', 'the', 'neutral', 'motif', 'size', 'large', 'and', 'it', "'s", 'a', 'great', 'little', 'dress', 'comfortable', 'and', 'cute', 'but', 'modest', 'enough', 'that', 'i', "'m", 'not', 'worried', 'about', 'my', 'bust', '38d', 'hanging', 'out', 'too', 'much', 'the', 'v-neck', 'hits', 'at', 'the', 'perfect', 'spot', 'the', 'sleeves', 'are', 'the', 'perfect', '3/4', 'length', 'not', 'too', 'tight', 'and', 'it', "'s", 'not', 'too', 'short', 'on', 'me', '5', '9', 'i', "'m", 'a', 'light', 'blonde', 'and', 'i', 'do', "n't", 'feel', 'washed', 'out', 'in', 'this', 'it', 'hides', 'a', 'little', 'belly', 'well', 'without', 'being', 'a', 'tent', 'also', 'the', 'lining', 'is', 'super', 'soft', 'and', 'flexible', 'the', 'only', 'problem', 'is', 'the', 'upper', 'back', 'falls', ',5,1,1', 'general', 'dresses', 'dresses'] ['5703,1078,48', 'daytripper', 'dress', 'i', 'must', 'be', 'one', 'of', 'the', 'rare', 'people', 'that', 'this', 'dress', 'did', 'not', 'work', 'for', 'i', 'adored', 'it', 'online', 'and', 'even', 'on', 'the', 'hanger', 'putting', 'it', 'on', 'it', 'just', 'looked', 'frumpy', 'on', 'me', 'i', 'tried', 'my', 'usual', 'small', 'first', 'decided', 'i', 'must', 'need', 'a', 'smaller', 'size', 'so', 'i', 'sized', 'down', 'to', 'an', 'xs', 'this', 'one', 'looked', 'much', 'better', 'on', 'but', 'was', 'nearly', 'impossible', 'to', 'get', 'in', 'and', 'out', 'of', 'the', 'built', 'in', 'slip', 'got', 'twisted', 'and', 'i', 'had', 'to', 'start', 'over', 'twice', 'i', 'decided', 'i', 'was', "n't", 'willing', 'to', 'work', 'up', 'a', 'sweat', 'getting', 'dressed', 'and', 'undressed', 'when', 'i', 'wore', 'it', 'i', 'passed', ',3,1,0', 'general', 'dresses', 'dresses'] ['5704,861,38', 'what', "'s", 'with', 'the', 'pocket', 'i', 'love', 'this', 'shirt', 'but', 'have', '1', 'issue-', 'that', 'darn', 'pocket', 'it', "'s", 'so', 'awkward', 'it', 'even', 'looks', 'awkward', 'on', 'the', 'model', 'then', 'i', 'bought', 'another', 't-shirt', 'by', 'the', 'same', 'company', 'from', 'elsewhere', 'and', 'guess', 'what', 'same', 'awkward', 'weird', 'floppy', 'pocket', 'it', "'s", 'so', 'odd', 'i', 'ca', "n't", 'even', 'explain', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['5705,1078,53', 'great', 'dress', 'great', 'dress', 'that', 'can', 'be', 'casual', 'or', 'dressy', 'well-made', 'and', 'comes', 'with.a', 'built-in', 'slip.,5,1,0', 'general', 'dresses', 'dresses'] ['5706,1097,35', 'i', 'love', 'how', 'this', 'dress', 'is', 'photographed', 'but', 'when', 'it', 'arrived', 'to', 'my', 'doorstep', 'i', 'was', 'highly', 'disappointed', 'there', 'seems', 'to', 'be', 'no', 'shape', 'to', 'it', 'whatsoever', 'the', 'fabric', 'is', 'much', 'stiffer', 'than', 'i', 'was', 'expected', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'more', 'like', 'a', 'sweater', 'dress', 'but', 'it', 'is', 'not', 'an', 'overly', 'comfortable', 'fabric', 'and', 'it', 'does', 'not', 'move', 'like', 'i', 'thought', 'it', 'would', 'when', 'i', 'put', 'it', 'on', 'this', 'one', 'is', 'going', 'back', ',3,0,2', 'general', 'dresses', 'dresses'] ['5707,1078,51', 'this', 'is', 'a', 'cool', 'dress', 'with', 'one', 'issue', 'the', 'linen', 'makes', 'it', 'a', 'big', 'wrinkly', 'mess', 'i', 'tried', 'it', 'on', 'and', 'just', 'the', 'act', 'of', 'trying', 'it', 'on', 'made', 'it', 'so', 'wrinkly', 'i', 'would', 'have', 'bought', 'it', 'in', 'a', 'second', 'had', 'it', 'not', 'been', 'for', 'that', 'love', 'the', 'mango', 'color', 'i', 'am', 'in-between', 'a', '2-4', 'and', 'went', 'with', 'the', '2.', 'i', "'m", '5', '3', 'and', 'the', 'length', 'was', 'a', 'few', 'inches', 'above', 'my', 'knee', 'there', 'is', 'also', 'a', 'separate', 'slip', 'attached'] ['bummer', 'maybe', 'this', 'wo', "n't", 'bug', 'some', 'people', 'but', 'it', 'would', 'drive', 'me', 'mad', ',4,1,2', 'general', 'dresses', 'dresses'] ['5708,880,37', ',,5,1,0', 'general', 'tops', 'knits'] ['5709,1081,58', 'flattering', 'but', 'heavy', 'i', 'just', 'received', 'this', 'dress', 'and', 'it', 'so', 'adorable', 'with', 'the', 'pineapple', 'print', 'really', 'flattering', 'on', 'and', 'very', 'well', 'made', 'the', 'shoulder', 'styling', 'and', 'cut', 'out', 'in', 'the', 'back', 'makes', 'it', 'really', 'stand', 'out', 'for', 'style', 'the', 'con', 'for', 'this', 'cute', 'styling', 'is', 'it', 'is', 'not', 'bra', 'friendly', 'no', 'matter', 'what', 'bra', 'you', 'wear', 'even', 'strapless', 'will', 'show', 'in', 'the', 'back', 'cut', 'out', 'as', 'it', 'is', 'open', 'where', 'most', 'bras', 'go', 'it', 'has', 'handy', 'side', 'pockets', 'and', 'fits', 'very', 'true', 'to', 'size', 'i', "'m", 'a', '12', 'in', 'most', 'dresses', 'and', 'the', '12', 'fit', 'perfectly', 'everywhere', 'but', 'i', 'am', 'sending', 'it', 'back', ',5,1,18', 'general', 'dresses', 'dresses'] ['5710,819,59', 'love', 'this', 'top-i', 'love', 'the', 'colors', 'flow', 'and', 'that', 'you', 'can', 'wear', 'with', 'a', 'regular', 'bra', 'and', 'straps', 'are', 'covered', 'i', 'was', 'torn', 'between', 'the', 'xs', 'and', 's', 'but', 'went', 'with', 'the', 's', 'due', 'to', 'length', 'have', 'already', 'worn', 'several', 'times', 'with', 'a', 'casual', 'white', 'jean', 'summer', 'skirt', 'and', 'crops', 'love', 'love', 'love', ',5,1,3', 'general', 'tops', 'blouses'] ['5711,1078,48', 'super', 'cool', 'perfect', 'for', 'day', 'at', 'the', 'beach', 'i', "'m", '5', '6', 'and', 'the', 'length', 'is', 'just', 'right', 'above', 'knee', 'not', 'too', 'short', 'fresh', 'and', 'cool', 'cotton', 'comfortable', 'feel.,5,1,0', 'general', 'dresses', 'dresses'] ['5712,1087,39', 'the', 'best', 'buy', 'absolutely', 'gorgeous'] ['words', 'ca', "n't", 'describe', 'the', 'beauty', 'of', 'this', 'dress'] ['i', 'hope', 'they', 'will', 'restock', 'it', 'cause', 'i', 'would', 'order', 'size', 's', 'did', "n't", 'know', 'how', 'it', 'runs', ',5,1,8', 'general', 'dresses', 'dresses'] ['5713,1078,52', 'casual', 'dress', 'with', 'style', 'really', 'cute', 'dress', 'the', 'lace-up', 'detail', 'is', 'distinctive', 'and', 'i', 'think', 'this', 'dress', 'will', 'be', 'versatile', 'great', 'for', 'hot', 'weather', 'but', 'i', 'tried', 'it', 'on', 'with', 'retailer', 'skinny', 'pants', 'and', 'that', 'looked', 'cool', 'too', 'the', 'included', 'slip', 'not', 'a', 'lining', 'is', 'soft', 'and', 'not', 'clingy', 'i', "'m", 'on', 'the', 'petite', 'size', 'and', 'often', 'find', 'that', 'relaxed-fit', 'dresses', 'like', 'this', 'make', 'me', 'look', 'like', 'i', "'m", 'wearing', 'a', 'sack', 'but', 'this', 'one', 'is', 'not', 'too', 'billowy', 'or', 'shapeless', 'i', 'tried', 'the', 'mango', 'color', 'on', 'in', 'the', 'store', 'and', 'really', 'wanted', 'to', 'buy', 'it', 'but', 'the', 'color', 'just', 'is', 'not', ',4,1,0', 'general', 'dresses', 'dresses'] ['5714,880,39', ',this', 'shirt', 'runs', 'extremely', 'large', 'looks', 'boxy', 'and', 'unflattering.,3,0,0', 'general', 'tops', 'knits'] ['5715,819,62', 'a', 'new', 'favorite', 'this', 'top', 'is', 'gorgeous', 'and', 'better', 'than', 'the', 'web', 'photo', 'i', 'love', 'that', 'it', 'goes', 'with', 'the', 'off-the-shoulder', 'trend', 'while', 'allowing', 'for', 'a', 'normal', 'bra', 'in', 'fact', 'it', 'even', 'has', 'the', 'little', 'snaps', 'at', 'the', 'shoulders', 'to', 'hold', 'your', 'straps', 'in', 'place', 'awesome', 'detail', 'the', 'ruffled', 'portion', 'looks', 'good', 'over', 'or', 'under', 'your', 'arms', 'length', 'hit', 'at', 'about', 'my', 'hip', '5', '7', 'with', 'long', 'torso', '125lbs', '32b', 'and', 'and', 'it', 'has', 'an', 'overall', 'flowy', 'but', 'not', 'sacklike', 'fit', 'i', 'found', 'this', 'to', 'fit', 'tts', 'bought', 'my', 'usual', 's', 'beautiful', 'vivid', 'print', 'looks', 'great', 'with', 'wh', ',5,1,8', 'general', 'tops', 'blouses'] ['5716,1078,62', 'cute', 'and', 'comfy', 'i', 'found', 'this', 'to', 'be', 'a', 'comfortable', 'stylish', 'no-fuss', 'look', 'bought', 'my', 'normal', 'size', '4', '5', '7', '128', 'in', 'the', 'orange', 'and', 'it', 'fits', 'like', 'the', 'model', 'it', "'s", 'a', 'nice', 'lightweight', 'linen', 'and', 'is', 'machine', 'washable', 'which', 'is', 'always', 'a', 'plus', 'you', 'ca', "n't", 'tell', 'from', 'the', 'photo', 'but', 'the', 'lace-up', 'portion', 'actually', 'has', 'a', 'bit', 'of', 'fabric', 'in', 'it', 'so', 'you', 'are', "n't", 'revealed', 'if', 'it', 'is', "n't", 'tightly', 'laced', ',4,1,2', 'general', 'dresses', 'dresses'] ['5717,880,62', 'the', 'perfect', 'tee', 'for', 'atlanta', "'s", 'hot', 'weather', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'about', 'sizing', 'down', 'in', 'this', 'tee', 'the', 'colors', 'are', 'beautiful', 'and', 'design', 'lovely', 'i', 'love', 'how', 'the', 'sleeves', 'are', 'finished', 'and', 'the', 'neckline', 'i', 'purchased', 'at', 'my', 'local', 'retailer', 'store', 'along', 'with', 'the', 'flower', 'days', 'tee', 'that', 'i', 'purchased', 'in', 'a', 'larger', 'size', 'because', 'of', 'the', 'differences', 'in', 'the', 'design', 'of', 'the', 'two', 'shirts', 'highly', 'recommend', 'both', ',5,1,8', 'general', 'tops', 'knits'] ['5718,880,39', 'too', 'much', 'fabric', 'i', 'saw', 'the', 'shirt', 'at', 'my', 'local', 'retailer', 'store', 'and', 'loved', 'the', 'color', 'and', 'print', 'however', 'the', 'shirt', 'had', 'way', 'too', 'much', 'fabric', 'i', 'was', 'swimming', 'in', 'it', 'it', 'was', 'not', 'flattering', 'whatsoever', 'plus', 'it', "'s", 'overpriced', 'for', 'a', 'shirt', 'i', "'m", 'sadly', 'returning', 'it', ',3,0,1', 'general', 'tops', 'knits'] ['5719,880,58', 'huge', 'i', 'really', 'liked', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'i', 'went', 'to', 'the', 'store', 'to', 'check', 'the', 'sizes', 'i', 'am', 'a', 'small', 'or', 'a', 'medium', 'i', 'tried', 'on', 'the', 's', 'and', 'the', 'xs', 'even', 'the', 'xs', 'was', 'huge', 'unfortunately', 'the', 'xxs', 'is', 'sold', 'out', 'i', 'do', "n't", 'understand', 'the', 'sizing', 'on', 'this', 'at', 'all', 'it', "'s", 'a', 'shame', 'because', 'the', 'top', 'itself', 'is', 'very', 'pretty', 'just', 'be', 'sure', 'you', 'try', 'it', 'on', 'before', 'purchasing.,3,0,1', 'general', 'tops', 'knits'] ['5720,819,70', 'runs', 'large', 'pretty', 'top', 'quality', 'material', 'it', 'is', 'not', 'thin', 'and', 'see', 'through', 'size', 'down', 'because', 'this', 'runs', 'large', 'although', 'it', 'is', 'meant', 'to', 'be', 'flowy', 'if', 'you', 'do', "n't", 'size', 'down', 'the', 'arm', 'holes', 'will', 'show', 'your', 'bra', 'and', 'the', 'rest', 'of', 'the', 'body', 'will', 'have', 'too', 'much', 'fabric', 'looking', 'too', 'boxy', 'and', 'unflattering', ',4,1,19', 'general', 'tops', 'blouses'] ['5721,819,39', 'pretty', 'big', 'but', 'for', 'tanned', 'people', 'this', 'top', 'was', 'really', 'cute', 'on', 'someone', 'else', 'but', 'not', 'on', 'me', 'on', 'me', 'ti', 'was', 'too', 'big', 'and', 'the', 'color', 'washed', 'me', 'out', 'the', 'fabric', 'is', 'nice', 'and', 'the', 'pattern', 'and', 'colors', 'are', 'nice', 'too', 'just', 'not', 'on', 'porcelain', 'skin', 'like', 'many', 'tops', 'this', 'season', 'it', 'is', 'a', 'bit', 'boxy', 'but', 'looks', 'nice', 'with', 'jeans', 'white', 'shorts', 'or', 'half-tucked', 'into', 'a', 'skirt', 'i', 'would', 'probably', 'size', 'down', 'a', 'bot', ',3,1,4', 'general', 'tops', 'blouses'] ['5722,880,41', 'surprisingly', 'cute', 'when', 'i', 'first', 'saw', 'this', 'i', 'thought', 'it', 'was', 'a', 'bit', 'boxy', 'but', 'i', 'was', 'drawn', 'to', 'the', 'colors', 'the', 'arm-holes', 'are', 'a', 'little', 'large', 'and', 'i', 'got', 'an', 'xs', 'normally', 'wear', 'a', 'size', '2', 'so', 'i', 'will', 'probably', 'wear', 'a', 'tank', 'underneath', 'but', 'overall', 'the', 'fit', 'is', 'relaxed', 'and', 'comfortable', 'i', 'love', 'the', 'colors', 'it', 'has', 'a', 'little', 'longer', 'length', 'i', "'m", '5', '5', 'i', 'see', 'this', 'being', 'cute', 'with', 'white', 'jeans', 'blue', 'jeans', 'love', 'it', ',5,1,28', 'general', 'tops', 'knits'] ['5723,880,54', 'huge', 'i', 'am', 'normally', 'a', 'size', 'm', 'sometimes', 'a', 'small', 'i', 'ordered', 'a', 'small', 'based', 'on', 'the', 'reviews', 'and', 'it', 'was', 'so', 'huge', 'i', 'could', 'have', 'been', 'six', 'months', 'pregnant', 'and', 'it', 'would', 'still', 'fit', 'i', 'would', 'need', 'to', 'size', 'down', 'to', 'an', 'xxs', 'but', 'at', 'this', 'point', 'i', "'m", 'returning', 'it', 'gorgeous', 'colors', 'i', 'wish', 'it', 'fit', ',4,1,3', 'general', 'tops', 'knits'] ['5724,1078,29', 'so', 'comfotable', 'i', 'ordered', 'this', 'dress', 'in', '0p', 'since', 'i', 'am', '5ft', 'it', 'fits', 'great', 'its', 'not', 'too', 'short', 'just', 'above', 'the', 'knee.,4,1,0', 'general', 'dresses', 'dresses'] ['5725,1082,39', 'too', 'thin', 'at', 'bottom', 'where', 'lace', 'is', 'could', "n't", 'sit', 'in', 'the', 'dress', 'without', 'worrying', 'i', 'was', 'hanging', 'out', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['5726,857,46', 'red', 'version', 'in', 'xl', 'is', 'perfect', 'i', 'ordered', 'the', 'red', 'in', 'xl', 'and', 'the', 'fit', 'on', 'me', 'matches', 'the', 'photos', 'on', 'the', 'model', 'it', "'s", 'true', 'to', 'size', 'the', 'quality', 'of', 'the', 'material', 'is', 'fantastic', 'the', 'stitched', 'upper', 'portion', 'is', 'well-done', 'the', 'color', 'is', 'much', 'prettier', 'in', 'person', 'it', "'s", 'such', 'a', 'bright', 'cheerful', 'well-made', 'top', 'i', 'washed', 'mine', 'and', 'air', 'dried', 'it', 'fits', 'looks', 'great', 'after', 'washing', 'this', 'is', 'a', 'bargain', 'especially', 'on', 'sale', 'the', 'red', 'combo', 'is', 'such', 'a', 'unique', 'mix', 'of', 'colors', 'i', 'like', 'using', 'blue', 'jewelry', 'with', 'it', 'but', 'also', 'mint', 'green', 'jewelry', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['5727,819,41', 'great', 'shirt', 'i', 'love', 'this', 'shirt', 'for', 'a', 'throw', 'on', 'and', 'go', 'hangs', 'nicely', 'and', 'fits', 'great', 'colors', 'are', 'more', 'vibrant', 'in', 'person', 'i', 'love', 'mauve', 'i', 'think', 'they', 'do', 'a', 'great', 'job', 'with', 'their', 'designs', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['5728,880,46', 'the', 'purple', 'is', 'beautiful', 'and', 'comfortable', 'the', 'fabric', 'is', 'very', 'soft', 'love', 'the', 'purple', 'floral', 'color', 'the', 'top', 'is', 'very', 'flattering', 'with', 'the', 'ease', 'and', 'comfort', 'of', 'a', 't-shirt', ',5,1,14', 'general', 'tops', 'knits'] ['5729,1078,49', 'cute', 'but', 'not', 'cute', 'enough', 'for', 'me', 'when', 'this', 'appeared', 'on', 'line', 'i', 'thought', 't', 'would', 'be', 'a', 'sure', 'thing', 'color', 'blue', 'cut', 'and', 'style', 'this', 'dress', 'appeared', 'to', 'have', 'been', 'made', 'for', 'me', 'but', 'i', 'ultimately', 'i', 'ended', 'up', 'returning', 'it', 'for', 'several', 'reasons', 'fit', 'i', 'was', 'worried', 'about', 'the', 'length', 'on', 'my', '5', '5', 'frame', 'but', 'it', 'was', 'actually', 'long', 'enough', 'i', 'have', 'narrow', 'shoulders', 'and', 'average', 'arms', 'but', 'i', 'found', 'the', 'shoulders', 'or', 'maybe', 'it', 'was', 'the', 'upper', 'arms', 'to', 'run', 'slightly', 'small', 'in', 'my', 'regular', 'size', 'which', 'caused', 'some', 'strange', 'poofing', 'at', 'the', 'shoulders', 'not', 'sure', 'if', 'going', 'up', 'a', ',4,1,0', 'general', 'dresses', 'dresses'] ['5730,1097,61', 'great', 'dress', 'for', 'full', 'figure', 'great', 'dress', 'for', 'a', 'full', 'figure'] ['forget', 'about', 'the', 'horizontal', 'stripes', 'you', 'can', 'wear', 'this', 'with', 'great', 'style', 'and', 'get', 'away', 'with', 'wearing', 'those', 'dreaded', 'stripes', 'the', 'possibilities', 'have', 'been', 'great', 'because', 'i', 'wear', 'this', 'dress', 'with', 'sweater', 'vests', 'athletic', 'vests', 'sweaters', 'jackets', 'and', 'wool', 'scarves', 'i', 'have', 'worn', 'this', 'dress', 'with', 'cowboy', 'boots', 'dress', 'boots', 'and', 'pumps', 'and', 'it', 'looks', 'great', 'with', 'all', 'options', 'the', 'material', 'is', 'thick', 'enough', 'that', 'panty', 'lines', 'do', "n't", 'show', 'women', 'of', 'different', 'ages', 'stop', 'me', 'and', 'tell', 'me', 'they', 'want', 'thi', ',5,1,1', 'general', 'dresses', 'dresses'] ['5731,868,30', 'great', 'shirt', 'more', 'of', 'a', 'stretch', 'to', 'it', 'than', 'i', 'thought', 'it', 'would', 'very', 'flowy', 'looks', 'great', 'with', 'jeans', 'leggings', ',5,1,0', 'general', 'tops', 'knits'] ['5732,868,60', ',,4,1,0', 'general', 'tops', 'knits'] ['5733,880,64', ',this', 'is', 'a', 'nice', 'top', 'but', 'it', 'runs', 'very', 'large', 'the', 'small', 'was', 'still', 'too', 'large', 'for', 'me', 'hoping', 'they', 'have', 'this', 'in', 'xs.,4,1,0', 'general', 'tops', 'knits'] ['5734,1097,61', 'obsessed', 'this', 'dress', 'is', 'chick', 'but', 'funky', 'the', 'material', 'is', 'knit', 'but', 'not', 'the', 'usual', 'itchy', 'knit', 'it', "'s", 'comfortable', 'and', 'cool', 'the', 'colors', 'of', 'the', 'stripes', 'are', 'cool', 'they', "'re", 'earthy', 'and', 'go', 'well', 'with', 'black', 'brown', 'blue', 'and', 'gray', 'this', 'is', 'going', 'to', 'be', 'a', 'favorite', 'for', 'years', ',5,1,0', 'general', 'dresses', 'dresses'] ['5735,880,36', 'large', 'boxy', 'i', 'ordered', 'the', 'black', 'and', 'white', 'pattern', 'which', 'was', 'ok.', 'i', 'got', 'a', 'small', 'but', 'the', 'shirt', 'was', 'very', 'square', 'with', 'a', 'short', 'and', 'wide', 'fit', 'i', 'doubt', 'an', 'xs', 'would', 'have', 'helped', 'with', 'such', 'a', 'boxy', 'shirt', 'sent', 'this', 'one', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['5736,880,38', ',,4,1,0', 'general', 'tops', 'knits'] ['5737,880,45', 'great', 'patterns', 'too', 'big', 'loved', 'the', 'brushstroke', 'design', 'and', 'simplicity', 'of', 'black', 'on', 'white', 'however', 'the', 'tee', 'was', 'way', 'too', 'big', 'it', 'looked', 'boxy', 'and', 'sloppy', ',2,0,0', 'general', 'tops', 'knits'] ['5738,819,52', 'loved', 'this', 'blouse', 'the', 'moment', 'i', 'tried', 'it', 'on', 'it', 'is', 'one', 'of', 'those', 'items', 'for', 'me', 'it', 'does', 'run', 'large', 'so', 'size', 'down', 'if', 'you', 'are', 'concerned', 'about', 'the', 'arms', 'do', "n't", 'be', 'i', 'usually', 'go', 'between', 'a', 'medium', 'and', 'large', 'and', 'the', 'medium', 'was', 'perfectly', 'roomy', 'without', 'being', 'to', 'large', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['5739,857,39', 'really', 'cute', 'shirt', 'but', 'do', "n't", 'upsize', 'love', 'this', 'shirt', 'the', 'print', 'is', 'a', 'little', 'loud', 'but', 'cute', 'i', 'always', 'upsize', 'shirts', 'due', 'to', 'my', 'bust', 'size', 'and', 'not', 'liking', 'them', 'to', 'be', 'too', 'clingy', 'however', 'that', 'was', 'a', 'mistake', 'with', 'this', 'shirt', 'there', 'was', 'too', 'much', 'fabric', 'around', 'the', 'midsection', 'with', 'the', 'larger', 'size', 'i', 'did', 'like', 'it', 'enough', 'to', 'order', 'again', 'in', 'the', 'correct', 'size', 'l', 'i', 'am', 'a', 'size', '14', 'and', 'busty', 'if', 'that', 'helps', 'the', 'red', 'is', 'short-sleeved', 'by', 'the', 'way', 'if', 'ordered', 'online', 'cute', 'and', 'flattering', ',5,1,10', 'general', 'tops', 'knits'] ['5740,857,26', 'so', 'much', 'better', 'in', 'person', 'i', 'have', 'four', 'kids', 'and', 'a', 'post', 'baby', 'bump', 'that', 'wants', 'to', 'live', 'on', 'forever', 'so', 'i', "'m", 'a', 'huge', 'fan', 'of', 'flowy', 'tops', 'this', 'one', 'looked', 'cute', 'online', 'but', 'i', 'was', "n't", 'sold', 'on', 'it', 'and', 'passed', 'then', 'i', 'went', 'to', 'the', 'store', 'the', 'next', 'day', 'and', 'saw', 'it', 'and', 'the', 'colors', 'were', 'more', 'vibrant', 'so', 'i', 'thought', 'why', 'not', 'try', 'it', 'on', 'though', 'i', 'was', "n't", 'that', 'excited', 'about', 'it', 'i', 'tried', 'it', 'on', 'and', 'it', 'was', 'like', 'the', 'shirt', 'was', 'having', 'her', 'cinderalla', 'moment', 'totally', 'transformed', 'how', 'it', 'looked', 'on', 'me', 'and', 'in', 'person', 'i', 'love', 'it', 'it', 'was', 'one', 'of', 'those', 'instant', 'i', "'m", 'buyi', ',5,1,0', 'general', 'tops', 'knits'] ['5741,1081,53', 'beautiful', 'from', 'the', 'front', 'i', 'was', 'looking', 'forward', 'to', 'receiving', 'this', 'dress', 'i', 'am', 'tired', 'of', 'all', 'of', 'the', 'swing', 'dresses', 'most', 'of', 'which', 'are', 'not', 'flattering', 'on', 'my', 'petite', 'frame', 'i', 'am', 'also', 'uncomfortable', 'with', 'dresses', 'that', 'fall', 'much', 'above', 'the', 'knee', 'as', 'i', 'am', 'somewhat', 'older', 'the', 'colors', 'and', 'fabric', 'of', 'this', 'dress', 'are', 'beautiful', 'vibrant', 'but', 'not', 'too', 'bright', 'when', 'i', 'got', 'it', 'on', 'i', 'was', 'thrilled', 'with', 'the', 'fit', 'until', 'i', 'looked', 'at', 'the', 'back', 'there', 'are', 'pleats', 'at', 'the', 'waist', 'in', 'back', 'and', 'there', 'is', 'way', 'too', 'much', 'fabric', 'it', 'looked', 'like', 'i', 'had', 'a', 'bustle', 'under', 'the', 'd', ',3,0,11', 'general', 'dresses', 'dresses'] ['5742,880,40', 'so', 'cute', 'love', 'this', 'shirt', 'it', "'s", 'easy', 'to', 'throw', 'on', 'and', 'makes', 'a', 'cute', 'outfit', 'with', 'about', 'any', 'kind', 'of', 'bottoms', 'i', "'ve", 'wore', 'it', 'with', 'leggings', 'and', 'jeans.,5,1,0', 'general', 'tops', 'knits'] ['5743,880,69', 'lovely', 'lilac', 'this', 'top', 'is', 'soft', 'comfortable', 'and', 'drapes', 'nicely', 'the', 'print', 'makes', 'it', 'fresh', 'and', 'different', 'i', 'sized', 'down', 'to', 'a', 'small', ',5,1,18', 'general', 'tops', 'knits'] ['5744,880,44', 'runs', 'large', 'order', '1', 'size', 'smaller', 'perfect', 'fit', 'shirt', 'super', 'cute', 'and', 'very', 'comfortable', 'i', 'purchased', 'a', 'size', 'xl', 'at', 'first', 'but', 'it', 'was', 'too', 'large', 'l', 'fit', 'perfect', 'i', "'m", 'normally', 'a', 'size', '14', 'on', 'top', 'but', 'this', 'runs', 'large', ',5,1,0', 'general', 'tops', 'knits'] ['5745,819,23', 'made', 'well', 'but', 'not', 'flattering', 'the', 'top', 'is', 'made', 'well', 'and', 'has', 'a', 'strap', 'holder', 'to', 'keep', 'your', 'bra', 'hidden', 'which', 'is', 'always', 'a', 'nice', 'feature', 'however', 'the', 'amount', 'of', 'fabric', 'made', 'it', 'unflattering', 'on', 'me', 'the', 'overall', 'design', 'is', 'fun', 'and', 'i', 'probably', 'would', 'have', 'purchased', 'if', 'it', 'had', 'been', 'more', 'fitted', 'and', 'flattering', 'i', 'have', 'a', 'medium', 'on', 'in', 'the', 'photo', 'my', 'measurements', 'are', '38-30-40', ',3,0,16', 'general', 'petite', 'tops', 'blouses'] ['5746,1078,35', 'cute', 'but', 'something', 'is', 'off', 'i', 'am', 'short', '5', '3', 'and', 'very', 'curvy', 'i', 'usually', 'get', 'petite', 'in', 'dresses', 'something', 'about', 'this', 'fit', 'was', 'strange', 'it', 'was', 'definitely', 'a', 'little', 'shorter', 'than', 'most', 'petites', 'the', 'lace', 'detail', 'on', 'the', 'front', 'of', 'this', 'dress', 'is', 'really', 'cute', 'and', 'it', 'is', 'a', 'color', 'you', 'do', "n't", 'see', 'often', 'so', 'i', 'kept', 'it', ',4,1,3', 'general', 'dresses', 'dresses'] ['5747,880,42', 'i', 'so', 'wanted', 'to', 'love', 'this', 'top', 'this', 'top', 'is', 'gorgeous', 'in', 'person', 'but', 'when', 'i', 'tried', 'it', 'on', 'i', 'fell', 'out', 'of', 'love', 'it', 'did', "n't", 'happen', 'immediately', 'but', 'the', 'more', 'i', 'wore', 'it', 'around', 'the', 'fitting', 'room', 'area', 'the', 'less', 'i', 'appreciated', 'its', 'beauty', 'i', 'tried', 'it', 'on', 'in', 'an', 'xs', 'i', 'typically', 'wear', 'a', 's', 'or', 'xs', 'in', 'most', 'retailer', 'tops', '5', '8', '140', 'lbs', 'for', 'reference', 'this', 'top', 'is', 'just', 'huge', 'in', 'the', 'body', 'the', 'fit', 'is', 'very', 'boxy', 'and', 'just', 'not', 'flattering', 'yes', 'it', 'could', 'be', 'cute', 'with', 'skinny', 'jeans', 'and', 'perfect', 'for', 'preggo', "'s", 'this', 'was', 'just', 'a', 'miss', 'for', 'me', ',3,0,2', 'general', 'tops', 'knits'] ['5748,868,21', 'closet', 'essential', 'a', 'great', 'white', 'blouse', 'i', 'expected', 'this', 'top', 'to', 'be', 'sheer', 'and', 'yet', 'it', "'s", 'quite', 'opaque', 'i', 'bought', 'the', 'white', 'in', 'a', 'size', 'small', 'i', 'find', 'it', 'true', 'to', 'size', 'and', 'the', 'silhouette', 'is', 'very', 'flattering', 'relaxed', 'yet', 'super', 'polished', 'look', ',5,1,0', 'general', 'tops', 'knits'] ['5749,880,29', 'a', 'bit', 'large', 'i', 'bought', 'the', 'white', 'tee', 'while', 'the', 'print', 'is', 'nice', 'the', 'size', 'is', 'a', 'bit', 'too', 'large', 'with', 'the', 'xs', 'looking', 'relatively', 'baggy', 'i', 'am', 'around', 'medium', 'weight', 'and', 'very', 'short', ',3,0,0', 'general', 'tops', 'knits'] ['5750,819,66', 'add', 'me', 'to', 'the', 'list', 'absolutely', 'love', 'this', 'top', 'followed', 'reviewer', 'advice', 'to', 'size', 'down', 'and', 'got', 'the', 'medium', 'good', 'choice', 'and', 'probably', 'could', 'have', 'gotten', 'a', 'small', 'love', 'the', 'fabric', 'and', 'pattern', 'it', "'s", 'so', 'light', 'and', 'pretty', 'love', 'the', 'marriage', 'of', 'bare', 'shoulders', 'with', 'sleeves.,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5751,1078,27', 'perfection', 'this', 'dress', 'is', 'amazing', 'bought', 'in', 'orange', 'and', 'fits', 'wonderfully', 'great', 'quality', 'and', 'could', 'transition', 'in', 'between', 'seasons,5,1,8', 'general', 'dresses', 'dresses'] ['5752,211,28', 'beautiful', 'this', 'is', 'a', 'beautiful', 'piece', 'for', 'the', 'price', 'very', 'well', 'made', 'and', 'flattering', 'i', "'m", 'a', '34c', 'and', 'usually', 'wear', 'a', 'size', '2-4', 'on', 'top', 'and', 'solid', 'size', '4', 'on', 'bottom', 'a', 'size', 'small', 'in', 'this', 'fit', 'great', 'it', 'does', 'not', 'provide', 'any', 'support', 'up', 'top', 'though', 'so', 'be', 'aware', 'of', 'that.,4,1,2', 'initmates', 'intimate', 'intimates'] ['5753,1078,51', 'loved', 'the', 'style', 'but', 'the', 'fit', 'was', 'off', 'loved', 'this', 'dress', 'until', 'i', 'tried', 'it', 'on', 'it', 'was', 'too', 'big', 'in', 'the', 'body', 'and', 'tight', 'on', 'top', 'in', 'the', 'arm', 'area', 'from', 'the', 'reviews', 'already', 'posted', 'stating', 'the', 'guy', 'was', 'great', 'i', "'m", 'wondering', 'if', 'i', 'just', 'received', 'a', 'defective', 'dress', 'i', 'also', 'wish', 'the', 'dress', 'were', 'a', 'truer', 'orange/mango', 'color', 'instead', 'of', 'a', 'burnt', 'orange', 'since', 'this', 'dress', 'is', 'for', 'spring/summer', ',3,0,6', 'general', 'dresses', 'dresses'] ['5754,1078,42', 'perfect', 'shift', 'dress', 'i', 'love', 'shift', 'dresses', 'and', 'i', 'love', 't', 'linen', 'so', 'this', 'one', 'was', 'a', 'must', 'for', 'me', 'i', 'had', 'it', 'in', 'my', 'inbox', 'as', 'soon', 'as', 'it', 'came', 'out', 'on', 'the', 'website', 'and', 'then', 'i', 'found', 'it', 'in', 'the', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'i', 'took', 'the', 'six', 'and', 'the', 'eight', 'to', 'the', 'fitting', 'room', 'because', 'i', 'run', 'in', 'between', 'and', 'the', 'six', 'fit', 'better', 'so', 'i', 'guess', 'it', 'runs', 'a', 'little', 'bit', 'large', 'really', 'it', 'just', 'depends', 'on', 'how', 'you', 'want', 'it', 'to', 'fit', 'the', 'length', 'is', 'great', 'too', 'about', '3', 'inches', 'above', 'my', 'knee', 'i', "'m", '5', 'foot', '5', 'which', 'is', 'exactly', 'where', 'i', 'like', 'my', 'dresses', 'to', 'hit', 'i', 'got', 'the', ',5,1,15', 'general', 'dresses', 'dresses'] ['5755,857,36', 'fun', 'pattern', 'great', 'fit', 'i', 'purchased', 'this', 'in', 'store', 'and', 'the', 'red', 'motif', 'is', 'short', 'sleeved', 'as', 'pictured', 'the', 'pattern', 'is', 'fun', 'vibrant', 'and', 'great', 'for', 'summer', 'months', 'it', "'s", 'a', 'more', 'substantial', 'weight', 'fabric', 'not', 'sheer', 'or', 'clingy', 'the', 'fit', 'is', 'tts', 'and', 'it', 'is', 'a', 'slightly', 'longer', 'length', 'which', 'i', 'loved', ',5,1,3', 'general', 'tops', 'knits'] ['5756,880,67', 'flowers', 'and', 'butterflies', 'this', 'is', 'why', 'i', 'shop', 'at', 'retailer', 'i', 'was', 'in', 'one', 'of', 'my', 'local', 'stores', 'recently', 'mainly', 'to', 'check', 'out', 'the', 'sale', 'my', 'boyfriend', 'was', 'with', 'me', 'we', 'had', "n't", 'been', 'in', 'the', 'store', '5', 'minutes', 'when', 'we', 'passed', 'a', 'table', 'with', 'piles', 'of', 'folded', 'tees', 'this', 'one', 'caught', 'my', 'eye', 'the', 'color', 'omg', 'and', 'then', 'flowers', 'and', 'butterflies', 'try', 'it', 'on', 'he', 'said', 'as', 'i', 'held', 'one', 'up', 'no', 'i', 'should', "n't", 'we', 'wandered', 'around', 'checked', 'out', 'the', 'sale', 'and', 'all', 'the', 'new', 'and', 'i', 'was', 'back', 'at', 'that', 'table', 'looking', 'at', 'that', 'tee', 'so', 'i', 'took', 'a', 'small', 'and', 'an', 'xs', 'to', 'the', 'fitting', ',4,1,7', 'general', 'tops', 'knits'] ['5757,1081,57', 'i', 'received', 'this', 'dress', 'yesterday', 'and', 'it', 'exceeded', 'expectations', 'i', 'was', 'not', 'expecting', 'the', 'fabric', 'to', 'have', 'a', 'slight', 'stretch', 'and', 'felt', 'that', 'the', 'fabrication', 'aided', 'to', 'the', 'overall', 'comfort', 'of', 'the', 'dress', 'without', 'losing', 'any', 'of', 'the', 'quirky', 'elegance', 'due', 'to', 'the', 'stretch', 'however', 'i', 'immediately', 'ordered', 'a', 'size', 'down', 'for', 'comparison', 'i', "'m", 'a', 'pretty', 'solid', '2', 'with', 'eva', 'franco', 'dresses', 'but', 'with', 'this', 'cut', 'i', 'had', 'about', 'an', 'inch', 'of', 'fabric', 'in', 'the', 'waist', 'regardless', 'i', "'m", 'keeping', 'the', 'dress', 'jury', 'is', 'just', 'still', 'out', 'on', 'which', 'side', 'measur', ',4,1,0', 'general', 'dresses', 'dresses'] ['5758,1078,53', 'linen', 'coolness', 'i', 'love', 'the', 'way', 'the', 'dress', 'fit', 'definitely', 'a', 'flip', 'flop', 'by', 'the', 'poolside', 'bar', 'dress', 'i', 'ordered', 'the', 'mango', 'colored', 'one', 'and', 'was', 'disappointed', 'that', 'the', 'color', 'resembled', 'a', 'dark', 'squash', 'orange', 'and', 'not', 'as', 'bright', 'as', 'it', 'looked', 'in', 'picture', 'i', 'think', 'it', 'will', 'look', 'nice', 'with', 'a', 'tan', 'so', 'i', 'will', 'keep', 'it', 'would', "n't", 'plan', 'to', 'dress', 'it', 'up', 'too', 'much', 'because', 'it', 'will', 'definitely', 'wrinkle', 'i', 'am', 'a', 'petite', '5', '4', 'and', 'got', 'the', 'regular', 'and', 'it', 'fits', 'just', 'above', 'my', 'knees', 'which', 'is', 'good', 'for', 'my', 'taste', ',4,1,0', 'general', 'dresses', 'dresses'] ['5759,880,70', ',this', 'is', 'an', 'attractive', 'shirt', 'but', 'runs', 'big', 'i', 'ordered', 'the', 'black', 'and', 'white.,3,1,0', 'general', 'tops', 'knits'] ['5760,1078,57', 'cute', 'and', 'comfy', 'purchased', 'this', 'in', 'the', 'burnt', 'orange', 'color', 'very', 'nice'] ['will', 'be', 'lightweight', 'for', 'our', 'hot', 'humid', 'summers', 'but', 'has', 'a', 'bit', 'of', 'pizazz', 'with', 'the', 'lace', 'up', 'front'] ['the', 'slip', 'is', 'nicely', 'made', 'with', 'strap', 'attachments', 'in', 'the', 'shoulders', 'so', 'they', 'do', 'not', 'slip'] ['i', 'wear', 'a', 'ton', 'of', 'dresses', 'in', 'the', 'summer', 'so', 'this', 'will', 'definitely', 'be', 'a', 'go', 'to', 'item', 'for', 'all', 'the', 'horse', 'races', 'we', 'attend'] ['looking', 'forward', 'to', 'snagging', 'a', 'nice', 'derby', 'style', 'hat', 'to', 'match', ',5,1,3', 'general', 'dresses', 'dresses'] ['5761,1119,60', 'beautiful', 'lightweight', 'leather', 'vest', 'i', 'love', 'this', 'piece', 'i', 'purchased', 'it', 'on', 'sale', 'months', 'ago', 'and', 'when', 'i', 'wear', 'it', 'i', 'just', 'love', 'it', 'it', 'looks', 'great', 'with', 'every', 'outfit', 'the', 'neutral', 'colors', 'perfect', 'it', "'s", 'very', 'light', 'very', 'hip', 'looking', 'one', 'of', 'my', 'very', 'favorite', 'pieces', 'of', 'clothing', 'i', "'m", 'very', 'petite', 'and', 'i', 'believe', 'only', 'the', 'small', 'was', 'available', 'but', 'fits', 'fine', 'would', 'love', 'more', 'of', 'these', 'genuine', 'leather', 'pieces', 'at', 'purchasable', 'prices', 'thx', 'retailer', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['5762,880,42', 'perfect', 'light', 'weight', 'tee', 'have', 'had', 'many', 'compliments', 'on', 'this', 'tee', 'feels', 'dressed', 'up', 'without', 'feeling', 'too', 'fancy,4,1,0', 'general', 'tops', 'knits'] ['5763,880,65', 'cute', 'and', 'comfortable', 'i', 'have', 'the', 'purple', 'and', 'the', 'white', 'i', 'purchased', 'the', 'purple', 'first', 'in', 'm.', 'it', 'was', "n't", 'too', 'big', 'to', 'return', 'but', 'it', 'was', 'a', 'little', 'roomier', 'than', 'necessary', 'but', 'when', 'i', 'saw', 'the', 'white', 'on', 'sale', 'i', 'purchased', 'it', 'in', 's', 'which', 'fit', 'just', 'fine', 'still', 'plenty', 'roomy', 'as', 'the', 'style', 'allows', 'both', 'these', 'are', 'cute', 'alone', 'and', 'also', 'with', 'a', 'little', 'sweater', 'or', 'denim', 'jacket', 'i', 'have', "n't", 'washed', 'them', 'yet', 'but', 'i', 'imagine', 'washing', 'on', 'delicate', 'with', 'a', 'good', 'gentle', 'detergent', 'will', 'keep', 'them', 'looking', 'nice', 'for', 'a', 'long', 'time', ',4,1,0', 'general', 'tops', 'knits'] ['5764,880,68', 'this', 'product', 'is', 'made', 'of', 'good-quality', 'cotton', 'material', 'it', 'does', 'run', 'a', 'little', 'large', 'but', 'it', 'still', 'fits', 'nicely', 'i', 'like', 'the', 'fact', 'that', 'the', 'design', 'is', 'both', 'on', 'the', 'front', 'and', 'face', 'of', 'the', 'garment', ',5,1,0', 'general', 'tops', 'knits'] ['5765,1081,31', 'midi', 'dress', 'with', 'retro', 'appeal', 'i', 'saw', 'an', 'outfit', 'post', 'of', 'a', 'gorgeous', 'lady', 'in', 'this', 'dress', 'so', 'i', 'had', 'to', 'try', 'it', 'it', "'s", 'so', 'flattering', 'and', 'well', 'constructed', 'if', 'a', 'little', 'longer', 'than', 'i', 'usually', 'prefer', 'i', "'ll", 'just', 'have', 'to', 'wear', 'pumps', 'with', 'it', 'i', 'do', "n't", 'have', 'the', 'right', 'bra', 'so', 'i', 'just', 'pinned', 'the', 'straps', 'to', 'a', 'bit', 'of', 'ribbon', 'in', 'front', 'to', 'pull', 'them', 'underneath', 'the', 'dress', 'it', 'does', 'have', 'pockets', 'also', 'i', 'ordered', 'the', '12', 'and', 'it', 'fits', 'beautifully', 'for', 'reference', 'i', 'have', 'a', '40', 'bust', 'and', '33', 'waist', ',5,1,0', 'general', 'dresses', 'dresses'] ['5766,857,21', ',i', 'just', 'want', 'you', 'guys', 'to', 'be', 'aware', 'that', 'the', 'red', 'print', 'is', 'not', 'short', 'sleeved', 'we', 'have', 'this', 'in', 'store', 'and', 'both', 'are', '3/4', 'length', 'sleeves', 'great', 'material', 'and', 'fit.,5,1,28', 'general', 'tops', 'knits'] ['5767,857,32', 'tee', 'shirt', 'material', 'blowsy', 'i', 'did', "n't", 'realize', 'the', 'patterned', 'material', 'was', 'tee', 'shirt', 'material', 'i', 'got', 'lots', 'of', 'compliments', 'on', 'it', 'though', "i'ts", 'blowsey', 'from', 'the', 'bust', 'down', 'i', 'got', 'the', 'short', 'sleeved', 'red', 'one', 'but', 'it', "'s", 'comfortable', 'without', 'looking', 'sloppy', 'if', 'you', 'can', 'pull', 'off', 'the', 'tucked', 'in', 'look', 'it', "'s", 'super', 'cute', ',4,1,0', 'general', 'tops', 'knits'] ['5768,857,36', 'fun', 'top', 'i', 'ordered', 'the', 'orange', 'motif', 'in', 'short', 'sleeves.and', 'i', 'got', 'what', 'i', 'ordered-', 'and', 'love', 'it', 'it', 'is', 'a', 'little', 'big', 'but', 'i', 'wanted', 'a', 'looser', 'top', 'i', 'was', 'looking', 'for', 'something', 'bright', 'and', 'fun', 'for', 'the', 'spring', 'time', 'that', 'i', 'could', 'wear', 'to', 'work', 'with', 'nice', 'slacks', 'or', 'dress', 'down', 'with', 'jeans', 'this', 'top', 'meets', 'my', 'needs', 'for', 'sure', 'i', 'really', 'like', 'the', 'detailing', 'on', 'the', 'top', 'collar-bone', 'area', 'my', 'husband', 'loved', 'that', 'it', 'was', 'bright', 'and', 'cheerful-', 'so', 'i', 'take', 'this', 'as', 'a', 'win', ',5,1,1', 'general', 'tops', 'knits'] ['5769,857,36', ',,5,1,0', 'general', 'tops', 'knits'] ['5770,690,36', 'super', 'sexy', 'this', 'was', 'just', 'what', 'i', 'wanted', 'a', 'simple', 'design', 'so', 'many', 'of', 'retailer', "'s", 'suits', 'have', 'way', 'too', 'much', 'going', 'on', 'and', 'this', 'one', 'fit', 'the', 'bill', 'sexy', 'strappy', 'and', 'clean', 'i', 'ca', "n't", 'wait', 'to', 'live', 'in', 'this', 'top', 'this', 'summer', ',5,1,2', 'initmates', 'intimate', 'swim'] ['5771,1081,39', 'retro', 'perfect', 'so', 'happy', 'to', 'say', 'this', 'dress', 'was', 'built', 'for', 'my', 'body', 'type', 'i', "'m", 'heavier', 'wider', 'in', 'my', 'upper', 'body', 'so', 'the', 'cut', 'of', 'the', 'bodice/halter', 'fits', 'perfectly', 'and', 'comfortably', 'going', 'in', 'at', 'the', 'waist', 'and', 'flaring', 'out', 'to', 'a', 'soft', 'a-line', 'the', 'skirt', 'pleating', 'lays', 'just', 'right', 'since', 'i', 'have', 'no', 'hips', 'or', 'booty', 'yes', 'the', 'fabric', 'is', 'heavier', 'weight', 'so', 'i', 'would', "n't", 'recommend', 'wearing', 'in', 'hot', 'humid', 'weather', 'i', 'love', 'the', 'unique', 'print', 'colors', 'i', 'do', 'not', 'own', 'anything', 'in', 'this', 'color', 'combination', 'the', 'retro', 'vibe', 'is', 'strong', 'in', 'this', 'one', 'so', 'i', ',5,1,2', 'general', 'dresses', 'dresses'] ['5772,857,39', 'boxy', 'but', 'cute', 'i', 'got', 'the', 'red', 'which', 'was', 'short', 'sleeved', 'the', 'shirt', 'itself', 'was', 'so', 'cute', 'but', 'the', 'fit', 'is', 'very', 'boxy', 'i', 'got', 'a', 'small', 'and', 'it', 'was', 'way', 'too', 'wide', 'far', 'wider', 'and', 'shorter', 'in', 'the', 'waist', 'than', 'the', 'picture', 'shows', 'i', 'am', 'sad', 'to', 'return', 'but', 'it', 'makes', 'me', 'look', 'like', 'a', 'square', 'shape', 'that', 'is', ',3,1,0', 'general', 'tops', 'knits'] ['5773,868,61', 'versatile', 'comfortable', 'quality', 'i', 'bought', 'this', 'shirt', 'in', 'white', 'i', 'have', 'worn', 'it', '2', 'ways', 'so', 'far', 'and', 'love', 'it', 'i', 'wore', 'it', 'under', 'a', 'pull', 'over', 'and', 'had', 'the', 'tail', 'ends', 'stick', 'out', 'and', 'it', 'was', 'great', 'that', 'way', 'and', 'i', 'wore', 'it', 'with', 'a', 'long', 'cardigan', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'i', 'will', 'be', 'buying', 'it', 'in', 'red', ',5,1,0', 'general', 'tops', 'knits'] ['5774,1078,57', 'muddy', 'color', 'the', 'shade', 'of', 'orange', 'was', 'quite', 'muddy', 'and', 'not', 'vibrant', 'like', 'photos', 'show', 'it', "'s", 'going', 'back', '.,3,0,0', 'general', 'dresses', 'dresses'] ['5775,1081,50', 'so', 'pretty', 'the', 'print', 'and', 'fit', 'of', 'this', 'dress', 'is', 'perfect', 'it', "'s", 'very', 'flattering', 'and', 'slimming.,5,1,1', 'general', 'dresses', 'dresses'] ['5776,868,61', ',,5,1,0', 'general', 'tops', 'knits'] ['5777,857,26', 'cute', 'runs', 'large', 'this', 'top', 'runs', 'very', 'large', 'and', 'is', 'loose', 'fitting', 'in', 'the', 'middle', 'it', 'looks', 'very', 'flattering', 'and', 'is', 'very', 'comfortable', 'i', 'bought', 'the', 'one', 'in', 'red', 'and', 'it', 'looks', 'quite', 'good', 'i', 'would', 'go', 'down', 'one', 'size', 'maybe', 'two', ',4,1,0', 'general', 'tops', 'knits'] ['5778,1078,44', 'amazing', 'dress', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'in', 'the', 'mango', 'color', 'but', 'opted', 'to', 'order', 'the', 'blue', 'the', 'dress', 'is', 'beautifully', 'made', 'and', 'the', 'fit', 'is', 'fantastic.,5,1,10', 'general', 'dresses', 'dresses'] ['5779,880,28', 'it', "'s", 'a', 'tent', 'this', 'shirt', 'would', 'be', 'perfect', 'if', 'i', 'needed', 'a', 'canopy', 'on', 'my', 'tent', 'this', 'shirt', 'runs', 'ridiculously', 'large', 'purchased', 'a', 'medium', 'and', 'it', 'should', 'be', 'labeled', 'an', 'xl', 'no', 'impressed', 'with', 'the', 'pattern', 'in', 'person', 'looks', 'cheap', 'will', 'be', 'returning.,1,0,0', 'general', 'tops', 'knits'] ['5780,1087,43', 'runs', 'small', 'beautiful', 'dress', 'appears', 'well-made', 'but', 'unfortunately', 'i', 'was', "n't", 'able', 'to', 'get', 'it', 'on', 'about', '6', 'inch', 'gap', 'in', 'the', 'zipper', 'over', 'chest', 'area', 'first', 'time', 'i', "'ve", 'ever', 'sent', 'something', 'back', 'to', 'retailer', 'for', 'not', 'fitting', ',3,1,3', 'general', 'dresses', 'dresses'] ['5781,1078,52', 'comfort', 'i', 'purchased', 'the', 'mango', 'it', 'is', 'flattering', 'with', 'my', 'olive', 'skin', 'and', 'golden', 'brown', 'hair', 'i', 'am', 'keeping', 'it', 'i', "'m", 'used', 'to', 'linen', 'so', 'no', 'surprises', 'there', 'i', 'agree', 'with', 'a', 'reviewer', 'that', 'said', 'it', 'will', 'work', 'in', 'summer', 'and', 'fall', 'i', 'could', 'wear', 'this', 'walking', 'on', 'the', 'beach', 'to', 'a', 'summer', 'casual', 'dinner', 'party', 'i', 'plan', 'on', 'wearing', 'gold', 'sandals', 'and', 'gold', 'jewelry', 'this', 'will', 'make', 'the', 'feel', 'more', 'summertime', 'then', 'i', 'will', 'wear', 'boots', 'with', 'it', 'in', 'the', 'fall', 'i', "'m", 'very', 'happy', 'with', 'the', 'choice', 'my', 'store', 'did', "n't", 'have', 'the', 'blue', 'the', 'fit', 'is', 'tts', 'i', "'m", '5', 'f', ',5,1,2', 'general', 'dresses', 'dresses'] ['5782,857,52', 'great', 'ultra', 'casual', 'top', 'really', 'pretty', 'blue', 'top', 'great', 'for', 'wearing', 'around', 'the', 'house', 'if', 'you', 'want', 'to', 'be', 'comfy', 'and', 'casual', 'yet', 'look', 'good', 'in', 'case', 'your', 'neighbor', 'shows', 'up', 'at', 'your', 'door', 'of', 'if', 'you', 'have', 'to', 'run', 'a', 'quick', 'errand', 'if', 'your', 'wear', 'it', 'with', 'distressed', 'jeans', 'it', 'will', 'add', 'to', 'the', 'casual', 'vibe', 'the', 'blue', 'is', 'vivid', 'and', 'perfect', 'for', 'any', 'hair', 'color', 'do', "n't", 'get', 'me', 'wrong', 'the', 'top', 'is', 'casual', 'and', 'cute', 'it', 'is', 'not', 'sloppy', 'and', 'has', 'an', 'international', 'worldly', 'vibe', 'i', 'recommend', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['5783,1078,39', 'a', 'great', 'addition', 'to', 'any', 'wardrobe', 'i', 'bought', 'the', 'dress', 'in', 'mango', 'i', 'love', 'the', 'color', 'it', 'is', 'very', 'vibrant', 'the', 'fit', 'is', 'great', 'and', 'i', 'imagine', 'getting', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'dress', 'during', 'the', 'summer', 'months', 'my', 'only', 'complaint', 'is', 'that', 'i', 'expected', 'the', 'fabric', 'to', 'be', 'a', 'little', 'bit', 'heavier', 'i', 'find', 'it', 'to', 'be', 'kind', 'of', 'thin.,4,1,0', 'general', 'dresses', 'dresses'] ['5784,898,60', 'great', 'color', 'and', 'design', 'i', 'love', 'the', 'sweater', 'online', 'and', 'even', 'more', 'in', 'person', 'i', 'paired', 'it', 'with', 'a', 'long', 'sleeve', 'top', 'with', 'a', 'bell', 'sleeve', 'and', 'it', 'looked', 'great', 'very', 'bohemian', 'look', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5785,1087,61', 'love', 'love', 'this', 'dress', 'i', 'saw', 'this', 'dress', 'on', 'someone', 'and', 'knew', 'immediately', 'i', 'had', 'to', 'have', 'it', 'it', 'is', 'stunning', 'in', 'person.,5,1,0', 'general', 'dresses', 'dresses'] ['5786,1056,46', 'this', 'jumper', 'is', 'so', 'much', 'more', 'flattering', 'than', 'it', 'appears', 'in', 'the', 'product', 'photo', 'i', 'am', 'not', 'sure', 'why', 'it', 'was', 'paired', 'in', 'a', 'way', 'that', 'made', 'it', 'look', 'so', 'wintery-', 'and', 'did', 'not', 'play', 'up', 'on', 'the', 'capri', 'length', 'and', 'interesting', 'artsy', 'top'] [] ['i', 'am', 'a', 'curvy', '4', 'or', 'a', '6', 'smaller', 'on', 'top', 'with', 'hips', 'i', 'love', 'this', 'fit', 'it', 'it', 'pulls', 'in', 'at', 'a', 'high', 'waist', 'with', 'a', 'stretch', 'in', 'the', 'pants', '-it', "'s", 'just', 'adorable', 'i', 'would', 'say', 'that', 'the', 'top', 'portion', 'is', 'quite', 'fitted-', 'it', "'s", 'not', 'a', 'stretchy', 'material', 'more', 'of', 'a', 'textured', 'thick', 'fabric-', 'so', 'that', 'is', 'somethin', ',4,1,3', 'general', 'bottoms', 'pants'] ['5787,898,39', 'too', 'bad', 'too', 'big', 'the', 'smallest', 'size', 'xs', 'was', 'big', 'on', 'me', 'i', 'was', 'overwhelmed', 'by', 'the', 'sweater', 'it', 'is', 'a', 'bit', 'of', 'swing', 'shape', 'does', "n't", 'hug', 'the', 'body', 'sleeves', 'are', 'interesting', 'though', 'but', 'not', 'flattering', 'on', 'a', 'petite', 'frame', 'color', 'is', 'a', 'pretty', 'green', 'made', 'me', 'think', 'of', 'wintergreens', 'fabric', 'may', 'be', 'itchy', 'to', 'some', 'just', 'ok', 'for', 'me'] [] ['for', 'reference', 'xs', 'bog', 'on', '115', 'lbs', '30dd', '26.5', 'in', 'waist', ',3,1,4', 'general', 'tops', 'fine', 'gauge'] ['5788,842,32', 'super', 'cute', 'i', 'have', 'worn', 'this', 'with', 'skinny', 'jeans', 'and', 'espadrilles', 'untucked', 'and', 'with', 'black', 'linen', 'shorts', 'i', 'also', 'wore', 'tucked', 'in', 'with', 'high', 'waisted', 'slim', 'fit', 'black', 'pants'] [] ['i', 'got', 'compliments', 'on', 'all', 'the', 'looks', 'i', 'think', 'it', "'s", 'a', 'fun', 'and', 'cheerful', 'feminine', 'summer', 'top'] [] ['i', 'got', 'mine', 'on', 'sale', 'so', 'i', 'thought', 'was', 'a', 'fair', 'price', 'for', 'what', 'it', 'is', 'would', "n't", 'have', 'paid', 'full', 'retail'] [] ['requires', 'ironing'] [] ['i', 'am', 'a', 'size', '4', 'and', '5', '3', 'and', 'have', 'a', 'small', ',4,1,0', 'general', 'tops', 'blouses'] ['5789,1025,38', 'would', 'recommend', 'but', 'with', 'the', 'caveat', 'that', 'i', 'had', 'to', 'return', 'due', 'to', 'the', 'pants', 'being', 'way', 'too', 'big', 'all', 'over', 'even', 'the', 'length', 'was', 'more', 'than', 'i', 'expected', 'from', 'the', 'photos', 'online', 'i', 'am', '5', '5', '120lbs', 'narrow', 'hips', 'usually', 'a', '25', 'in', 'pants', 'including', 'other', 'level', '99', 'pants', 'i', 'own', 'i', 'ordered', 'a', '25', 'and', 'i', 'could', 'have', 'pulled', 'them', 'off', 'completely', 'buttoned', 'plus', 'they', 'went', 'nearly', 'to', 'my', 'ankles', 'anyhow', 'the', 'material', 'is', 'really', 'nice', 'soft', 'and', 'comfy', 'color', 'was', 'good', 'i', 'ordered', 'the', 'dark', 'and', 'i', 'could', 'imagine', 'they', 'would', 'be', 'super', 'cute', ',3,1,2', 'general', 'bottoms', 'jeans'] ['5790,898,34', 'elegant', 'sweater', 'this', 'worked', 'for', 'me', 'very', 'elegant', 'cozy', 'and', 'comfortable', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5791,1087,27', 'good', 'idea', 'poor', 'execution', 'i', 'really', 'loved', 'the', 'idea', 'of', 'this', 'dress', 'and', 'thought', 'it', 'may', 'be', 'perfect', 'for', 'work', 'with', 'a', 'pair', 'of', 'wedges', 'but', 'the', 'first', 'thing', 'that', 'set', 'me', 'off', 'was', 'the', 'color', 'and', 'the', 'material', 'the', 'color', 'is', 'more', 'street', 'sign', 'yellow', 'than', 'a', 'soft', 'warm', 'yellow', 'the', 'fabric', 'is', 'a', 'thin', 'sheet', 'like', 'fabric', 'that', 'makes', 'the', 'yellow', 'look', 'even', 'cheaper', 'i', 'was', 'anticipating', 'a', 'thicker', 'shirt-like', 'fabric', 'when', 'i', 'tried', 'it', 'on', 'i', 'liked', 'the', 'idea', 'but', 'the', 'material', 'and', 'the', 'color', 'made', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'costume', 'or', 'a', 'parachute', 'i', 'will', 'defin', ',2,0,1', 'general', 'dresses', 'dresses'] ['5792,823,74', 'lisette', 'tank', 'beautiful', 'well', 'made', 'top.it', 'just', 'runs', 'small', 'not', 'for', 'me', ',3,0,0', 'general', 'tops', 'blouses'] ['5793,818,61', 'weird', 'shape', 'the', 'pattern', 'is', 'very', 'adorable', 'unfortunately', 'the', 'design', 'is', 'flawed', 'sizing', 'is', 'great', 'at', 'the', 'waist', 'and', 'hip', 'and', 'the', 'length', 'is', 'spot', 'on', 'but', 'the', 'top', 'is', 'wide', 'it', "'s", 'strange', 'because', 'i', 'do', "n't", 'think', 'it', 'would', 'fit', 'someone', 'that', 'was', 'bustier', 'than', 'me', 'either'] ['will', 'return', 'i', "'m", 'considering', 'buying', 'again', 'on', 'sale', 'and', 'having', 'a', 'tailor', 'correct', 'it', ',2,0,23', 'general', 'tops', 'blouses'] ['5794,1049,39', 'relax', 'comfy', 'with', 'style', 'extreme', 'comfort', 'for', 'travel', 'and', 'out', 'door', 'activities.,5,1,1', 'general', 'bottoms', 'pants'] ['5795,1049,60', 'quality', 'produbt', 'i', 'ordered', 'top', 'and', 'pants', 'online', 'as', 'seen', 'pants', 'are', 'of', 'good', 'quality', 'and', 'hang', 'beautiful', 'i', 'love', 'the', 'color', 'and', 'quality', 'of', 'the', 'fabric', 'nice', 'and', 'vibrant', 'nice', 'fit', 'at', 'the', 'top', 'into', 'a', 'flowy', 'drape', 'the', 'top', 'runs', 'big', 'and', 'glad', 'i', 'ordered', 'down', 'one', 'size', 'love', 'the', 'outfit', 'for', 'my', 'upcoming', 'island', 'trip.,5,1,0', 'general', 'bottoms', 'pants'] ['5796,921,33', 'beautiful', 'piece', 'runs', 'large', 'this', 'jacket', 'is', 'beautiful', 'and', 'easily', 'dresses', 'an', 'outfit', 'up', 'and', 'can', 'just', 'as', 'easily', 'be', 'dressed', 'down', 'and', 'worn', 'casually', 'i', 'consistently', 'wear', 'a', 'size', '8/10/m', 'and', 'have', 'this', 'piece', 'in', 'xs', 'the', 'reviews', 'do', 'not', 'lie', 'size', 'down', ',5,1,0', 'general', 'tops', 'sweaters'] ['5797,818,29', 'if', 'i', 'had', 'the', 'right', 'size', 'maybe', 'i', 'would', "'ve", 'kept', 'this', 'top', 'i', 'love', 'the', 'print', 'colors', 'and', 'design', 'however', 'i', 'feel', 'like', 'i', 'had', 'too', 'much', 'of', 'a', 'bosom', 'to', 'wear', 'it', 'since', 'my', 'bust', 'and', 'torso', 'seemed', 'too', 'large', 'for', 'it', 'the', 'peplum', 'ruffle', 'bottom', 'lining', 'and', 'top', 'straps', 'did', 'not', 'look', 'good', ',3,1,0', 'general', 'tops', 'blouses'] ['5798,1056,59', ',,5,1,0', 'general', 'bottoms', 'pants'] ['5799,1087,53', 'want', 'to', 'love', 'this', 'but', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'cut', 'fit', 'and', 'color', 'are', 'adorable', 'unfortunately', 'the', 'fabric', 'is', 'super', 'thin', 'due', 'to', 'the', 'material', 'type', 'it', 'can', 'be', 'clingy', 'in', 'a', 'manner', 'that', 'requires', 'the', 'anti-static', 'spray', 'your', 'mom', 'used', 'to', 'use', 'in', 'the', '80s', 'i', 'was', 'on', 'the', 'fence', 'of', 'keeping', 'it', 'but', 'if', 'there', 'is', 'so', 'much', 'as', 'a', 'wrinkle', 'in', 'your', 'panty-line', 'the', 'whole', 'world', 'will', 'see', 'it', 'i', 'would', 'hate', 'to', 'have', 'to', 'wear', 'a', 'slip', 'with', 'this', 'due', 'to', 'static', 'issue', 'i', 'am', 'most', 'likely', 'going', 'to', 'return', 'it', 'even', 'at', '15', 'off', 'it', 'is', 'over-priced', 'for', 'the', 'cheap', ',2,0,9', 'general', 'dresses', 'dresses'] ['5800,1056,43', 'cute', 'this', 'is', 'a', 'pretty', 'adorable', 'jumper', 'the', 'size', '8', 'would', 'fit', 'someone', 'really', 'well', 'who', "'s", 'about', 'a', 'typical', 'size', '6', 'and', 'maybe', '5', '6', 'i', "'m", '5', '9', 'and', 'it', 'was', 'too', 'short', 'it', "'s", 'fun', 'and', 'definitely', 'different', 'i', "'d", 'otherwise', 'wear', 'it', ',3,1,6', 'general', 'bottoms', 'pants'] ['5801,818,25', 'super', 'cute', 'a', 'gorgeous', 'and', 'vibrant', 'print', 'love', 'the', 'ruffles', 'on', 'the', 'bottom', 'and', 'the', 'detailing', 'of', 'the', 'straps', 'in', 'the', 'back', 'perfect', 'for', 'a', 'beach', 'day', ',5,1,3', 'general', 'tops', 'blouses'] ['5802,1049,39', 'versatile', 'comfortable', 'good-looking', 'pants', 'great', 'alternative', 'to', 'yoga', 'pants', 'these', 'pants', 'are', 'stylish', 'and', 'on-trend', 'but', 'also', 'easy', 'going', 'dress', 'them', 'up', 'or', 'throw', 'on', 'a', 'hoodie', 'and', 'your', 'look', 'is', 'instantly', 'transformed', 'with', 'very', 'little', 'effort', ',5,1,1', 'general', 'bottoms', 'pants'] ['5803,898,43', 'too', 'much', 'sweater', 'i', 'could', "n't", 'wait', 'to', 'try', 'this', 'on', 'this', 'sweater', 'sadly', 'it', 'was', 'too', 'large', 'in', 'all', 'ways', 'the', 'sleeves', 'are', 'adorable', 'but', 'the', 'ruffle', 'overwhelmed', 'my', 'arms', 'this', 'was', 'much', 'longer', 'on', 'me', 'than', 'the', 'model', 'it', 'stopped', 'mid-thigh', 'the', 'quality', 'seemed', 'fine', 'but', 'it', 'is', 'a', 'thin', 'sweater', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['5804,1056,48', 'perfect', 'this', 'is', 'going', 'to', 'be', 'perfect', 'for', 'my', 'daughter', "'s", 'graduation', 'she', 'is', 'in', 'love', 'with', 'it', 'and', 'it', 'looks', 'amazing', 'on', 'her', ',5,1,0', 'general', 'bottoms', 'pants'] ['5805,1025,37', 'awkward', 'the', 'fabric', 'is', 'absolutely', 'lovely', 'on', 'these', 'but', 'very', 'thin', 'the', 'top', 'part', 'was', 'tighter', 'than', 'usual', 'and', 'i', 'sized', 'up', 'from', 'my', 'regular', 'pilcro', 'jean', 'size', 'and', 'they', 'flare', 'a', 'lot', 'so', 'the', 'thin', 'tight', 'top', 'was', 'not', 'a', 'flattering', 'look', 'the', 'rise', 'also', 'felt', 'short'] [] ['i', "'m", '5', '4', 'with', 'a', '30', 'inseam', 'and', 'the', 'regular', 'length', 'just', 'hovered', 'above', 'my', 'ankles', 'my', 'husband', 'burst', 'out', 'laughing', 'when', 'i', 'tried', 'them', 'on', 'which', 'is', 'never', 'a', 'good', 'reaction', 'even', 'if', 'i', 'hemmed', 'them', 'i', 'think', 'these', 'are', 'a', 'miss', 'for', 'me', 'will', 'be', 'returning'] [] ['better', 'for', ',3,0,3', 'general', 'bottoms', 'jeans'] ['5806,921,46', 'too', 'large', 'even', 'in', 'xs', 'i', "'m", '5', '5', 'and', '140', 'lbs', 'hardly', 'super-tiny', 'and', 'the', 'xs', 'was', 'swimming', 'on', 'me', 'the', 'shoulders', 'are', 'oddly', 'large', 'and', 'this', 'beautiful', 'sweater/jacket', 'just', 'hangs', 'off', 'the', 'body', 'believe', 'it', 'when', 'they', 'say', 'oversized', 'styling', 'unfortunately', 'will', 'have', 'to', 'return', ',2,0,4', 'general', 'tops', 'sweaters'] ['5807,1126,62', 'chic', 'raincoat', 'subtly', 'chic', 'raincoat', 'with', 'a', 'lovely', 'drape', 'except', 'see', 'below', 'and', 'wonderful', 'details', 'like', 'the', 'large', 'diagonal-opening', 'pockets', 'snaps', 'and', 'decorative', 'cord', 'the', 'striped', 'lining', 'throughout', 'is', 'a', 'cozy', 'but', 'light', 'jersey', 'layer', 'the', 'coat', 'would', 'be', 'ample', 'cover', 'for', 'temps', 'in', 'the', 'high', 'fifties', 'or', 'low', 'sixties'] [] ['problems', 'the', 'double', 'zipper', 'was', 'hard', 'to', 'use', 'but', 'in', 'my', 'experience', 'with', 'other', 'jackets', 'you', 'get', 'the', 'hang', 'of', 'a', 'wonky', 'zipper', 'eventually'] [] ['there', 'seemed', 'to', 'be', 'a', 'problem', 'with', 'a', 'seam', 'by', 'the', 'left', 'pocket', 'so', 'that', 'm', ',4,1,3', 'general', 'petite', 'jackets', 'outerwear'] ['5808,1056,33', 'very', 'well', 'made', 'this', 'jumper', 'is', 'adorable', 'and', 'very', 'well', 'made', 'it', 'is', 'a', 'bit', 'tight', 'in', 'the', 'ankles', 'and', 'it', 'kind', 'of', 'gives', 'me', 'a', 'hungry', 'bum', 'look', 'but', 'then', 'i', 'realized', 'i', 'ordered', 'a', '4p', 'so', 'it', 'is', 'actually', 'tts', 'going', 'to', 'preview', 'this', 'number', 'at', 'my', 'bachelorette', 'party', ',4,1,1', 'general', 'bottoms', 'pants'] ['5809,1088,56', 'fell', 'short', 'of', 'expectations.', 'this', 'is', 'a', 'beautifully', 'made', 'dress', 'and', 'i', 'could', "n't", 'wait', 'to', 'put', 'it', 'on', 'i', 'was', 'disappointed', 'i', 'am', '5', '5', 'and', 'a', 'size', '4-', '6.', 'i', 'ordered', 'the', '6', 'and', 'it', 'was', 'too', "'long", 'and', 'heavy', 'looking', 'on', 'me', 'but', 'the', 'waist', 'and', 'upper', 'body', 'fit', 'tightly', 'the', 'zipper', 'up', 'the', 'back', 'was', 'very', 'heavy', 'looking', 'and', 'the', 'cut', 'away', 'shoulders', 'did', "n't", 'work', 'for', 'my', 'body', 'type', 'making', 'me', 'look', 'bulky', 'on', 'top', 'the', 'torso', 'is', 'really', 'built', 'for', 'someone', 'with', 'small', 'breasts', 'i', 'am', 'average', 'and', 'the', 'way', 'the', 'darts', 'are', 'made', 'my', 'breasts', 'look', 'flatter', 'and', 'lower', 'than', 'they', 'a', ',3,0,1', 'general', 'dresses', 'dresses'] ['5810,1095,60', 'for', 'a', 'nymph', 'waist', 'this', 'is', 'a', 'lovely', 'dress', 'with', 'great', 'fabrication', 'nice', 'detail', 'on', 'the', 'zipper', 'placket', 'good', 'material', 'however', 'it', 'runs', 'small', 'in', 'the', 'waist', 'if', 'you', 'had', 'a', 'nymph', 'waist', 'this', 'is', 'for', 'you', 'i', 'could', "n't", 'get', 'it', 'zipped', ',3,1,5', 'general', 'dresses', 'dresses'] ['5811,1056,62', 'small', 'i', 'finally', 'ordered', 'this', 'at', 'this', 'incredible', 'mark', 'downed', 'price', 'but', 'i', 'see', 'why', 'it', 'is', 'cute', 'but', 'serious', 'size', 'issues', 'i', 'have', 'a', 'bust', 'but', 'smaller', 'everywhere', 'else', 'but', 'i', 'did', 'order', 'up', 'because', 'of', 'it', 'being', 'a', 'jumpsuit', 'i', 'would', 'have', 'needed', '6', 'more', 'to', 'even', 'zip', 'the', 'top', 'part', 'i', 'have', 'many', 'trendy', 'jumpsuits', 'in', 'my', 'closet', 'and', 'this', 'is', 'a', 'first', 'if', 'you', 'are', 'flat', 'chested', 'you', 'may', 'want', 'to', 'try', 'at', 'this', 'great', 'price', 'as', 'it', 'would', 'be', 'a', 'great', 'piece', 'for', 'sitting', 'by', 'the', 'fireside', 'next', 'fall/winter', 'never', 'too', 'soon', 'to', 'plan', 'ahead', ',3,0,3', 'general', 'bottoms', 'pants'] ['5812,1025,53', 'material', 'to', 'thin', 'unflattering', 'cut', 'those', 'pants', 'sit', 'pretty', 'snug', 'on', 'top', 'and', 'get', 'very', 'wide', 'very', 'fast', 'this', 'looks', 'odd', 'in', 'my', 'opinion', 'if', 'you', 'do', 'not', 'wear', 'a', 'tunic', 'style', 'top', 'like', 'on', 'the', 'picture', 'also', 'the', 'material', 'is', 'quite', 'thin', 'which', 'makes', 'the', 'snug', 'part', 'look', 'unflattering', 'they', 'were', 'not', 'for', 'me', 'unfortunately', ',3,1,2', 'general', 'bottoms', 'jeans'] ['5813,921,25', 'love', 'love', 'but', 'way', 'too', 'big', 'i', 'so', 'wanted', 'to', 'keep', 'this', 'but', 'the', 'xs', 'was', 'even', 'too', 'big', 'i', 'usually', 'take', 'an', 'xs/s', 'petite', 'and', 'thought', 'i', 'could', 'get', 'away', 'with', 'the', 'xs', 'of', 'this', 'it', 'is', 'just', 'too', 'big', 'so', 'sad', 'to', 'be', 'returning', 'it', 'wish', 'it', 'came', 'in', 'an', 'xxs', 'or', 'petite', ',4,1,4', 'general', 'tops', 'sweaters'] ['5814,1056,48', 'size', 'up.', 'i', 'sized', 'up', 'to', 'my', 'higher', 'size', 'choice', 'and', 'it', 'was', 'snug', 'not', 'for', 'athletic', 'builds', 'top', 'was', 'fitted', 'and', 'thighs', 'tight', 'which', 'caused', 'the', 'belly', 'area', 'to', 'pouf', 'out', 'good', 'for', 'very', 'thin', 'gals', 'also', 'good', 'if', 'you', 'are', 'long', 'waisted.,4,1,0', 'general', 'bottoms', 'pants'] ['5815,921,38', 'gorgeous', 'the', 'previous', 'review', 'was', 'right', 'this', 'jacket/coat', 'feels', 'and', 'looks', 'expensive', 'nice', 'weight', 'very', 'soft', 'pattern', 'is', 'better', 'in', 'person', 'i', 'normally', 'always', 'wear', 'a', 'l', 'and', 'in', 'this', 'i', 'ca', "n't", 'decide', 'between', 'the', 's', 'or', 'm.', ',5,1,0', 'general', 'tops', 'sweaters'] ['5816,796,26', 'nice', 'tunic', 'but', 'runs', 'small', 'i', 'really', 'really', 'like', 'this', 'tunic', 'it', 'is', 'gorgeous', 'but', 'it', 'runs', 'small', 'i', 'tried', 'in', 'l', 'usually', 'wear', 'l/xl', 'i', 'may', 'need', 'to', 'try', 'the', 'xl', 'but', 'i', 'sent', 'it', 'back', 'because', 'it', 'just', 'too', 'expensive', 'the', 'fabric', 'itself', 'is', 'thick', 'and', 'heavy', 'i', 'did', "n't", 'like', 'the', 'fabric', 'much', 'i', 'wish', 'it', 'were', 'softer', 'especially', 'for', 'such', 'a', 'gorgeous', 'tunic', 'it', 'was', 'hard', 'to', 'send', 'it', 'back', 'but', 'i', 'may', 'try', 'the', 'larger', 'size', 'in', 'the', 'store', 'i', 'think', 'i', 'need', '2', 'sizes', 'up', 'it', 'runs', 'too', 'small', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['5817,842,37', 'cute', 'but', 'not', 'quite', 'right', 'great', 'idea', 'but', 'this', 'was', 'not', 'a', 'flattering', 'top', 'on', 'me', 'it', 'almost', 'worked', 'but', 'ended', 'up', 'making', 'me', 'look', 'like', 'i', 'am', 'pregnant', 'not', 'a', 'look', 'i', 'am', 'striving', 'to', 'achieve', 'it', 'has', 'potential', 'and', 'maybe', 'others', 'with', 'a', 'different', 'body', 'type', 'may', 'have', 'success', 'i', 'am', 'curvy', 'on', 'bottom', 'and', 'have', 'a', 'long', 'torso', 'for', 'the', 'price', 'it', 'did', 'not', 'justify', 'a', 'place', 'in', 'my', 'closet', ',3,0,5', 'general', 'tops', 'blouses'] ['5818,818,51', 'i', 'loved', 'fabric', 'print', 'and', 'back', 'detail', 'design', 'however', 'was', 'a', 'little', 'too', 'boxy', 'to', 'be', 'flattering', 'on', 'me', 'even', 'at', 'great', 'price', 'i', 'sent', 'it', 'back', ',2,1,0', 'general', 'tops', 'blouses'] ['5819,1033,47', 'comfort', 'and', 'style', 'these', 'jeans', 'are', 'amazing', 'they', 'are', 'so', 'comfortable', 'they', 'have', 'a', 'great', 'amount', 'of', 'stretch', 'but', 'do', 'not', 'sag', 'even', 'after', 'wearing', 'them', 'all', 'day', 'i', 'am', '5', '4', 'and', '135', 'lbs', 'and', 'purchased', 'my', 'usual', 'size', '27.', 'i', 'did', 'have', 'to', 'have', 'them', 'shortened'] ['but', 'only', 'b/c', 'i', 'bought', 'in', 'store', 'and', 'did', 'not', 'have', 'the', 'petite', 'online', 'option', 'i', 'have', 'worn', 'them', 'on', 'several', 'occasions', 'great', 'purchase', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5820,1033,29', 'great', 'work', 'pants', 'i', 'love', 'these', 'pants', 'they', 'are', 'comfortable', 'and', 'dressy', 'enough', 'for', 'work', 'the', 'wide', 'leg', 'is', 'the', 'perfect', 'size', 'and', 'the', 'higher', 'waist', 'is', 'professional', 'these', 'are', 'also', 'nice', 'and', 'long', 'for', 'wearing', 'heels', 'i', 'ordered', 'a', 'size', '27', 'and', 'they', 'fit', 'great', 'i', 'normally', 'wear', 'a', 'size', '6', 'in', 'us', 'sizing.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5821,1033,53', 'love', 'love', 'love', 'these', 'these', 'fit', 'beautifully', 'and', 'are', 'very', 'flattering', 'they', 'are', 'true', 'to', 'size', 'but', 'may', 'be', 'a', 'little', 'long', 'i', 'am', '5', '5', 'and', 'wear', 'these', 'with', '2', 'in', 'heels', 'i', 'have', 'already', 'had', 'numerous', 'compliments', 'on', 'them', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5822,1033,50', 'cute', 'pants', 'these', 'pants', 'are', 'really', 'cute', 'and', 'comfortable', 'the', 'fit', 'is', 'very', 'nice.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5823,1033,64', 'love', 'these', 'jeans', 'i', 'have', 'always', 'been', 'partial', 'to', 'palazzo', 'pants', 'these', 'fit', 'like', 'a', 'dream', 'and', 'are', 'very', 'comfortable.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5824,1033,46', 'wonderful', 'fabric', 'fabulously', 'stylish', 'softest', 'denim', 'they', 'feel', 'like', 'they', "'ve", 'been', 'through', 'the', 'wash', 'a', 'hundred', 'times', 'already', 'i', "'m", 'pleased', 'that', 'the', 'belt', 'is', 'removable', 'as', 'it', 'adds', 'just', 'a', 'bit', 'too', 'much', 'bulk', 'for', 'me', 'i', "'m", '5', '4', 'and', 'bought', 'the', 'petite', 'for', 'a', 'perfect', 'fit', 'these', 'will', 'become', 'a', 'go-to', 'pair', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['5825,392,39', 'super', 'cute', 'i', 'love', 'these', 'bottoms', 'they', 'are', 'super', 'cute', 'comfy', 'and', 'very', 'flatering', 'finally', 'a', 'bikini', 'botom', 'i', 'feel', 'comfotable', 'in', 'after', 'having', 'my', 'babies', 'its', 'just', 'high', 'enough', 'to', 'cover', 'my', 'stretch', 'marks', 'on', 'top', 'and', 'the', 'ruffles', 'cover', 'the', 'one', 'down', 'low', 'and', 'fits', 'loosly', 'enough', 'to', 'avoid', 'a', 'muffin', 'top', 'i', 'am', 'normally', 'between', 'a', 'size', '8', 'and', 'ten', '145', 'lbs', 'and', 'i', 'ordered', 'size', 'large', ',5,1,0', 'initmates', 'intimate', 'swim'] ['5826,1033,31', 'casual', 'chic', 'i', "'m", 'really', 'glad', 'i', 'read', 'the', 'previous', 'reviews', 'on', 'this', 'i', "'m", 'normally', 'between', 'a', '27', 'or', '28.', 'thought', 'a', '28', 'would', 'work', 'best', 'for', 'me', 'seeing', 'that', 'it', "'s", 'high', 'waisted', 'but', 'i', 'recommend', 'sizing', 'down', 'on', 'these', 'guys', 'the', '27', 'fits', 'very', 'comfortably'] [] ['i', 'm', '5', '7', 'and', 'i', 'can', 'wear', 'them', 'with', 'flats', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5827,1025,39', 'pretty', 'good', 'i', 'have', 'a', 'hard', 'time', 'with', 'skinny', 'pants', 'due', 'to', 'my', 'muscular', 'thighs', 'but', 'these', 'worked', 'the', 'length', 'on', 'the', 'petite', 'was', 'a', 'tad', 'long', 'but', 'i', 'see', 'on', 'the', 'model', 'hers', 'do', 'a', 'similar', 'thing', 'so', 'perhaps', 'it', 'is', 'meant', 'to', 'be', 'that', 'way', 'would', 'look', 'better', 'with', 'heels', 'for', 'me', 'below', '5', '2', ',4,1,0', 'general', 'bottoms', 'jeans'] ['5828,895,39', 'not', 'sure', 'i', 'love', 'it', 'but', 'i', 'do', "n't", 'at', 'the', 'same', 'time'] [] ['sheer', 'so', 'sheer', 'you', 'can', 'probably', 'get', 'away', 'with', 'a', 'nude', 'bra', 'but', 'not', 'sure', 'i', 'tried', 'on', 'both', 'colors', 'and', 'love', 'them', 'both', 'love', 'the', 'shimmer', 'i', 'ordered', 'btoh', 'xxs', 'p', 'and', 'xxs', 'regular', 'i', 'think', 'i', 'would', 'go', 'with', 'regular', 'the', 'petite', 'seemed', 'cropped', 'on', 'me', 'so', 'if', 'i', 'lift', 'my', 'arms', 'hello', 'belly'] [] ['so', 'overall', 'i', 'would', 'probably', 'get', 'this', 'if', 'it', 'goes', 'on', 'sale', 'color', 'is', 'either', 'way', 'but', 'since', 'i', 'do', "n't", 'have', 'an', 'immediate', 'need', 'i', 'passed', 'nice', 'turtleneck', 'though'] [] ['reference', '11', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5829,1033,39', 'just', 'awesome', 'i', 'have', 'been', 'waiting', 'for', 'these', 'to', 'go', 'on', 'sale', 'for', 'some', 'time', 'now', 'and', 'so', 'happy', 'to', 'day', 'they', 'still', 'had', 'my', 'size', 'in', 'both', 'colors', 'i', 'do', "n't", 'usually', 'buy', '2', 'things', 'the', 'same', 'in', 'different', 'colors', 'but', 'in', 'this', 'case', 'i', 'did'] [] ['fit', 'true', 'to', 'size', 'for', 'me', 'almost', 'had', 'a', 'hard', 'mite', 'buttoning', 'but', 'they', 'are', 'stretchy', 'so', 'do', "n't", 'buy', 'a', 'bigger', 'size', 'they', 'will', 'stretch', 'could', 'not', 'decide', 'which', 'color', 'to', 'keep', 'so', 'kept', 'both', 'i', 'ordered', 'the', '25p', '0p', 'i', 'am', '5', '1.5', 'and', '115', 'lbs', 'i', 'think', 'these', 'are', 'vanity', 'sized', 'but', 'my', 'usual', 'vanit', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5830,1025,40', 'so', 'good', 'i', 'had', 'to', 'buy', 'another', 'pair', 'i', 'bought', 'these', 'to', 'wear', 'to', 'a', 'christmas', 'party', 'with', 'a', 'lacy', 'blouse', 'but', 'found', 'they', 'were', 'what', "'s", 'been', 'missing', 'in', 'my', 'life', 'after', 'wearing', 'them', 'nearly', 'every', 'other', 'day', 'i', 'decided', 'i', 'needed', 'another', 'pair'] [] ['feel', 'like', 'yoga', 'pants', 'but', 'look', 'polished', 'make', 'your', 'butt', 'look', 'perky', 'and', 'your', 'legs', 'slim', 'maybe', 'i', 'need', 'another', 'pair', ',5,1,2', 'general', 'bottoms', 'jeans'] ['5831,1033,61', 'sooo', 'flattering', 'saw', 'these', 'at', 'my', 'local', 'retailer', 'store', 'and', 'almost', 'did', "n't", 'try', 'them', 'on', 'so', 'glad', 'i', 'did', 'they', 'made', 'my', 'legs', 'look', 'long', 'and', 'lean', 'they', 'run', 'a', 'little', 'big', 'and', 'i', 'decided', 'to', 'go', 'down', 'a', 'size', 'because', 'i', 'think', 'they', 'may', 'stretch', 'out', 'after', 'wearing', 'for', 'awhile', 'the', 'material', 'is', 'fairly', 'thick', 'but', 'i', 'think', 'that', 'helped', 'in', 'making', 'them', 'appear', 'to', 'slim', 'my', 'hips', 'butt', 'and', 'thighs', 'the', 'material', 'is', 'really', 'pretty', 'stretchy', 'and', 'that', 'made', 'them', 'so', 'comfortable', 'i', 'love', 'how', 'i', 'look', 'in', 'these', ',5,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['5832,1077,41', 'effortless', 'easy', 'summer', 'staple', 'this', 'dress', 'is', 'gorgeous', 'the', 'colors', 'are', 'deep', 'and', 'rich', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'the', 'top', 'part', 'is', 'lined', 'but', 'still', 'avoids', 'feeling', 'like', 'it', 'would', 'be', 'too', 'hot', 'when', 'the', 'temperatures', 'warm', 'up', 'bonus', 'a', 'regular', 'bra', 'works', 'perfectly', 'underneath', 'without', 'anything', 'showing', 'even', 'with', 'the', 'deep', 'v', 'neckline', 'while', 'the', 'waist', 'does', 'sit', 'a', 'bit', 'high', 'it', 'works', 'perfectly', 'on', 'my', 'body', 'emphasizes', 'the', 'smallest', 'part', 'of', 'my', 'waist', 'and', 'then', 'flows', 'away', 'it', 'drapes', 'nicely', 'not', 'too', 'full', 'and', 'not', 'too', 'clingy', 'i', 'am', '5', '7', 'and', 'a', 'true', 'size', '6', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['5833,1033,35', 'classic', 'jean', 'great', 'fit', 'and', 'style', 'the', 'color', 'is', 'perfect', 'for', 'spring', 'they', 'have', 'a', 'nautical', 'feel', 'to', 'them', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5834,916,47', 'unique', 'when', 'i', 'first', 'received', 'this', 'sweater', 'i', 'was', 'a', 'little', 'worried', 'about', 'the', 'bulk', 'especially', 'the', 'thick', 'cables', 'and', 'popcorn', 'stitches', 'after', 'i', 'got', 'it', 'on', 'and', 'adjusted', 'it', 'to', 'all', 'the', 'right', 'places', 'i', 'would', 'say', 'it', 'looks', 'similar', 'to', 'the', 'model', 'in', 'the', 'photo', 'i', 'did', 'not', 'find', 'it', 'itchy', 'the', 'yarn', 'is', 'soft', 'and', 'airy', 'but', 'i', 'guess', 'it', 'depends', 'on', 'how', 'sensitive', 'your', 'skin', 'is', 'the', 'length', 'was', 'low', 'hip', 'on', 'me', 'and', 'i', "'m", '5', '9', 'tall', 'overall', 'i', "'m", 'very', 'pleased', 'and', 'looking', 'forward', 'to', 'wearing', 'it', 'ca', "n't", 'speak', 'to', 'the', 'quality', 'of', 'the', 'garment', 'beca', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5835,916,54', 'unique', 'i', 'did', 'not', 'try', 'this', 'on', 'alone', 'but', 'rather', 'with', 'a', 'long', 'sleeve', 'white', 'tee', 'and', 'white', 'button', 'down', 'shirt', 'i', 'really', 'liked', 'both', 'looks', 'if', 'i', 'find', 'it', 'to', 'be', 'itchy', 'like', 'the', 'other', 'review', 'i', 'will', 'have', 'to', 'return', 'this', 'is', 'an', 'effortless', 'fashion', 'statement', 'yet', 'it', 'could', 'easily', 'be', 'a', 'weekender', 'cozy', 'staple', 'my', 'only', 'complaint', 'is', 'why', 'two', 'neutral', 'colors', 'this', 'would', 'have', 'been', 'great', 'if', 'offered', 'in', 'a', 'richer', 'darker', 'yarn', 'the', 'two', 'offered', 'colors', 'are', 'so', 'similar', 'and', 'both', 'looked', 'drab', 'against', 'my', 'skin', 'tone.,4,1,16', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5836,1025,35', ',i', 'am', '5.1', 'and', '113lbs', 'i', 'ordered', 'the', 'petite', 'size', '26', 'and', 'it', 'fits', 'like', 'a', 'glove', 'i', 'gave', '4', 'starts', 'as', 'i', 'wish', 'i', 'had', 'less', 'stretch', 'in', 'it', 'but', 'other', 'than', 'that', 'they', 'are', 'perfect', 'length', 'and', 'sooo', 'soft', 'super', 'happy', 'with', 'the', 'cut', 'and', 'waist', 'height', ',4,1,1', 'general', 'bottoms', 'jeans'] ['5837,1033,44', 'me', '5', '6', '130', 'waist', '28/39', 'hips', '36/37', 'tried', 'the', 'size', '27', 'the', 'usual', 'for', 'me', 'in', 'pilcro', 'they', 'fit', 'like', 'a', 'glove', 'and', 'i', 'loved', 'them', 'i', 'clearly', 'needed', 'a', '2-3', 'heel', 'to', 'do', 'them', 'justice', 'and', 'now', 'i', 'see', 'the', 'photos', 'of', 'my', 'rear', 'i', "'m", 'a', 'bit', 'doubtful', 'but', 'pilcros', 'always', 'stretch', 'a', 'little', 'and', 'these', 'are', 'super', 'soft', 'and', 'funky'] ['a', 'win', ',5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['5838,1146,38', 'great', 'material', 'i', 'bought', 'this', 'dress', 'for', 'my', 'wedding', 'rehearsal', 'dinner', 'it', "'s", 'beautiful', 'the', 'material', 'is', 'thicker', 'than', 'i', 'imagined', 'not', 'a', 'bad', 'thing', 'at', 'all', 'i', 'ironed', 'it', 'with', 'lots', 'of', 'steam', 'and', 'it', 'came', 'out', 'great', 'the', 'tie', 'in', 'back', 'is', 'nice', 'because', 'it', 'can', 'be', 'cinched', 'tight', 'or', 'worn', 'more', 'loosely', ',5,1,0', 'general', 'trend', 'trend'] ['5839,1033,47', 'jeans', 'too', 'heavy', 'and', 'large', 'it', 'was', 'way', 'to', 'heavy', 'and', 'big', 'for', 'someone', 'with', 'a', 'petite', 'frame', 'like', 'me'] ['i', 'really', 'liked', 'the', 'design', 'and', 'thought', 'since', 'it', 'came', 'in', 'petite', 'i', "'d", 'try', 'it'] ['it', 'would', 'probably', 'be', 'better', 'on', 'someone', 'much', 'taller', 'but', 'the', 'material', 'is', 'still', 'too', 'heavy', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['5840,392,49', 'please', 'offer', 'this', 'in', 'more', 'colors', 'retailer', 'i', 'bought', 'this', 'in', 'black', 'last', 'year', 'and', 'i', 'love', 'it', 'i', 'also', 'like', 'the', 'two', 'prints', 'offered', 'here', 'but', 'unfortunately', 'the', 'matching', 'tops', 'are', "n't", 'really', 'my', 'style', 'and', 'these', 'prints', 'would', "n't", 'be', 'so', 'easy', 'to', 'mix', 'and', 'match', 'please', 'offer', 'in', 'other', 'solid', 'colors', 'i', 'would', 'buy', 'all', 'of', 'them', 'this', 'skirt', 'is', 'really', 'that', 'fabulous'] [] ['not', 'only', 'does', 'it', 'fit', 'well', 'and', 'run', 'true', 'to', 'size', 'it', 'also', 'comes', 'up', 'a', 'bit', 'further', 'than', 'other', 'swim', 'skirts', 'i', 'have', 'tried', 'on', 'and', 'gives', 'a', 'little', 'more', 'tummy', 'coverage', 'but', 'not', 'too', 'much', 'somehow', 'it', 'hits', 'me', 'a', ',5,1,2', 'initmates', 'intimate', 'swim'] ['5841,1077,31', 'oddly', 'short-waisted', 'i', 'found', 'this', 'dress', 'to', 'be', 'very', 'short', 'waisted', 'much', 'closer', 'to', 'an', 'empire', 'waist', 'than', 'shown', 'in', 'the', 'picture', 'it', 'was', 'also', 'an', 'inch', 'or', 'two', 'longer', 'in', 'the', 'skirt', 'than', 'other', 'maxi', 'dresses', 'i', "'ve", 'gotten', 'from', 'retailer', 'it', 'really', 'could', 'have', 'used', 'those', 'inches', 'above', 'the', 'waist', 'just', 'a', 'strange', 'fit', 'overall', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['5842,1025,58', ',i', 'love', 'these', 'pants', 'so', 'comfortable', 'and', 'the', 'material', 'is', 'so', 'soft.,5,1,0', 'general', 'bottoms', 'jeans'] ['5843,1077,35', 'great', 'fit', 'comfortable', 'and', 'stylish', 'easy', 'to', 'dress', 'up', 'or', 'down', 'excellent', 'item', 'for', 'any', 'wardrobe', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5844,1025,36', 'wo', "n't", 'stretch', 'tags', 'are', 'misleading', 'the', 'tag', 'on', 'the', 'jeans', 'said', 'wo', "n't", 'stretch', 'out', 'and', 'i', "'ve", 'already', 'returned', 'one', 'pair', 'to', 'size', 'down', 'when', 'they', 'stretched', 'out', 'by', 'the', 'end', 'of', 'the', 'first', 'wear', 'ive', 'been', 'wearing', 'the', 'smaller', 'size', 'for', 'a', 'week', 'and', 'it', "'s", 'stretching', 'out', 'as', 'well', 'the', 'crotch', 'ends', 'up', 'dropping', 'two', 'or', '3', 'inches', 'and', 'i', 'keep', 'having', 'to', 'hike', 'the', 'pants', 'up', 'in', 'public', 'after', 'just', 'a', 'week', 'of', 'owning', 'them', 'i', 'love', 'paige', 'jeans', 'and', 'the', 'cut', 'and', 'color', 'of', 'these', 'are', 'amazing', 'i', "'m", 'going', 'to', 'have', 'to', 'size', 'down', 'one', 'last', 'time', 'just', 'to', 'get', 'them', 'to', 'stay', 'up', 'i', 'hope', ',3,1,5', 'general', 'bottoms', 'jeans'] ['5845,1025,37', 'love', 'i', 'love', 'these', 'jeans', 'they', 'are', 'flattering', 'and', 'do', "n't", 'sag', 'after', 'wearing', 'them', 'for', 'a', 'hour', 'or', 'two', 'they', 'look', 'great', 'with', 'flats', 'or', 'booties.,5,1,1', 'general', 'bottoms', 'jeans'] ['5846,1077,56', 'cute', 'versatile', 'maxi', 'this', 'darling', 'dress', 'has', 'a', 'fun', 'boho', 'vibe', 'to', 'it', 'and', 'the', 'color/pattern', 'would', 'flatter', 'a', 'variety', 'of', 'skin', 'tones', 'a', 'long', 'necklace', 'is', 'a', 'must', 'with', 'this', 'dress', 'it', 'has', 'a', 'flowy', 'drape', 'below', 'the', 'waist', 'so', 'it', "'s", 'a', 'generous', 'fit', 'i', 'purchased', 'the', 'medium.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5847,392,44', 'best', 'swim', 'skirt', 'ever', 'please', 'offer', 'more', 'options', 'i', 'ordered', 'this', 'in', 'xs', 'and', 's.', 'they', 'both', 'fit', 'very', 'well', 'and', 'i', 'could', "n't", 'tell', 'much', 'difference', 'between', 'the', 'two', 'i', 'kept', 'the', 's', 'as', 'it', 'seemed', 'to', 'have', 'a', 'little', 'more', 'length', 'on', 'it', 'i', 'am', '5', '4', 'about', '120', 'i', 'wish', 'this', 'were', 'offered', 'in', 'lots', 'of', 'different', 'solids', 'and', 'more', 'patterns', 'the', 'taupe', 'and', 'white', 'stripe', 'hint', 'hint', 'hint', 'too', 'it', "'s", 'just', 'perfect', 'i', 'am', 'in', 'my', 'mid', '40s', 'and', 'have', 'young', 'kids', 'so', 'it', "'s", 'great', 'for', 'my', 'life', 'right', 'now', 'comfortable', 'too', ',5,1,2', 'initmates', 'intimate', 'swim'] ['5848,1033,44', 'so', 'flattering', 'i', 'ordered', 'the', 'petite', 'size', '27', 'and', 'the', 'fit', 'is', 'just', 'like', 'on', 'the', 'model', 'not', 'tight', 'at', 'all', 'and', 'very', 'flattering', 'even', 'the', 'petite', 'length', 'is', 'long', 'on', 'me', 'and', 'i', 'will', 'need', 'to', 'wear', 'wedges', 'or', 'something', 'with', 'a', 'heel', 'but', 'honestly', 'that', 'makes', 'them', 'even', 'more', 'flattering', 'makes', 'my', 'legs', 'look', 'long', 'i', 'am', '5', '4', 'and', 'about', '118', 'the', 'material', 'is', 'so', 'soft', 'and', 'substantial', 'the', 'color', 'is', 'very', 'accurately', 'portrayed', 'online', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'fall', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['5849,1025,39', 'size', 'up', 'i', 'typically', 'wear', 'a', '26', 'or', '27', 'in', 'jeans', 'had', 'to', 'size', 'up', 'to', 'a', '28', 'in', 'these', 'the', 'legs', 'felt', 'fine', 'in', 'the', 'size', '27', 'but', 'the', 'waistband', 'was', 'a', 'bit', 'tight', 'so', 'i', 'went', 'with', 'the', '28s', 'i', 'am', '5', '2', '115lbs', 'i', "'ll", 'also', 'be', 'hemming', 'or', 'possibly', 'just', 'cutting', 'these', 'off', 'they', 'are', 'about', '4', 'inches', 'longer', 'on', 'me', 'compared', 'to', 'the', 'model', 'pictured', ',5,1,3', 'general', 'bottoms', 'jeans'] ['5850,916,31', 'itchy', 'express', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'sweater', 'in', 'the', 'mail', 'since', 'my', 'local', 'store', 'did', "n't", 'carry', 'it', 'it', 'is', 'a', 'very', 'cute', 'design', 'if', 'you', 'have', 'a', 'smaller', 'frame', 'but', 'i', "'m", 'curly', 'up', 'top', 'and', 'it', 'did', "n't", 'lay', 'they', 'way', 'it', 'did', 'on', 'the', 'model', 'there', "'s", 'plenty', 'of', 'stretch', 'unfortunately', 'the', 'fabric', 'sheds', 'and', 'itches', 'terribly', 'you', 'could', 'wear', 'a', 'shirt', 'underneath', 'but', 'i', "'d", 'have', 'to', 'wear', 'a', 'turtleneck', 'so', 'it', "'ll", 'be', 'going', 'back.,3,0,35', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5851,1025,34', 'flattering', 'and', 'comfy', 'my', 'perfect', 'jean', 'i', 'adore', 'these', 'jeans', 'i', 'bought', 'them', 'in', 'a', 'size', '31', 'but', 'probably', 'could', 'have', 'gone', 'with', 'a', '30.', 'i', 'decided', 'to', 'keep', 'them', 'anyway', 'and', 'have', 'been', 'very', 'pleased', 'the', 'fit', 'is', 'flattering', 'the', 'color', 'is', 'perfect', 'i', 'prefer', 'these', 'gray', 'jeans', 'to', 'any', 'other', 'color', 'for', 'most', 'outfits', 'the', 'waist', 'is', 'a', 'little', 'higher', 'than', 'i', "'m", 'used', 'to', 'but', 'that', 'makes', 'the', 'fit', 'even', 'more', 'flattering', 'and', 'helps', 'prevent', 'the', 'sagging', 'out', 'issue', 'that', 'my', 'older', 'paige', 'skinny', 'jeans', 'have'] [] ['i', 'love', 'these', 'jeans', 'and', 'definitely', 'recommend', 'them', 'for', 'hourglass', 'shapes', 'mo', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5852,1077,45', 'so', 'so', 'flattering', 'this', 'dress', 'is', 'gorgeous', 'i', 'ordered', 'it', 'because', 'i', 'was', 'getting', 'other', 'things', 'and', 'there', 'was', 'free', 'shipping.', 'i', 'am', '5', '3.5', 'and', 'abt', '123', 'lbs', 'usually', 'between', 'an', 'xs', 'and', 's', 'and', 'also', 'between', 'reg', 'petite', 'sometimes', 'i', 'have', 'to', 'order', 'multiple', 'sizes', 'to', 'get', 'a', 'decent', 'fit', 'i', 'ordered', 'a', 'sz', 'small', 'petite', 'and', 'it', "'s", 'perfect', 'super', 'soft', 'great', 'colors', 'perfect', 'length', 'love', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['5853,1033,53', 'sadly', 'they', 'are', 'going', 'back', 'i', 'really', 'wanted', 'these', 'jeans', 'to', 'work', 'but', 'i', 'am', 'too', 'curvy', 'and', 'not', 'tall', 'enough', 'for', 'them', 'i', 'just', 'felt', 'like', 'they', 'were', 'swallowing', 'me', 'up', 'with', 'fabric', 'i', 'am', '5', '5', 'and', 'had', 'a', 'stacked', 'boot', 'heel', 'on', 'when', 'i', 'tried', 'them', 'on', 'and', 'they', 'were', 'still', 'too', 'long', 'i', 'felt', 'like', 'they', 'made', 'me', 'look', 'even', 'bigger', 'than', 'i', 'am', 'the', 'fabric', 'is', 'nice', 'not', 'as', 'dark', 'as', 'the', 'photo', 'as', 'others', 'have', 'said', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['5854,1033,26', 'classic', 'flare', 'jean', 'these', 'give', 'an', 'amazing', 'slimming', 'effect', 'and', 'i', 'love', 'the', 'dark', 'wash', 'and', 'fit', 'on', 'the', 'waist', 'only', 'negative', 'is', 'that', 'being', '5', '4', 'and', 'a', 'size', '30', 'the', 'length', 'of', 'the', 'pants', 'is', 'a', 'few', 'inches', 'too', 'long', 'for', 'me', 'i', 'still', 'love', 'them', 'but', 'will', 'have', 'to', 'wear', 'heels', 'with', 'them', 'always.,4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5855,1033,70', 'great', 'pants', 'these', 'pants', 'are', 'flattering', 'yet', 'comfortable', 'i', 'am', 'thrilled', 'that', 'they', 'are', 'available', 'in', 'tall', 'sizes', 'because', 'i', 'am', '6', 'feet', 'tall', 'the', '36', 'inch', 'inseam', 'is', 'perfect', 'and', 'for', 'me', 'prevents', 'the', 'problem', 'of', 'high', 'water', 'pants', 'the', 'zippered', 'pockets', 'are', 'flattering', 'yet', 'useful', 'the', 'high', 'rise', 'waist', 'is', 'wonderful', 'these', 'pants', 'are', 'perfect', 'for', 'wear', 'in', 'a', 'number', 'of', 'occasions', 'they', 'are', 'great', ',5,1,9', 'general', 'petite', 'bottoms', 'jeans'] ['5856,1077,32', 'my', 'new', 'favorite', 'summer', 'dress', 'i', 'have', 'never', 'been', 'able', 'to', 'find', 'a', 'maxi', 'dress', 'that', 'just', 'fits', 'me', 'i', "'m", 'pretty', 'short', '5', '2', 'and', 'the', 'xs', 'petite', 'comes', 'exactly', 'to', 'my', 'ankles', 'no', 'hemming', 'necessary', 'the', 'neckline', 'is', 'very', 'flattering', 'and', 'the', 'waist', 'is', 'a', 'semi-empire', 'elastic', 'waistline', 'that', 'makes', 'this', 'dress', 'both', 'elegant', 'and', 'comfortable', 'the', 'dress', 'is', 'very', 'stretchy', 'but', 'does', "n't", 'look', 'like', 'it', 'it', 'is', 'absolutely', 'one', 'of', 'my', 'summer', 'staples', 'now', 'especially', 'for', 'traveling', 'if', 'i', 'could', 'have', 'this', 'dress', 'in', 'fifty', 'different', 'patterns', 'i', 'would', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5857,1033,45', 'beautiful', 'and', 'slimming', 'these', 'are', 'the', 'perfect', 'dressy', "'jeans", 'they', 'are', 'super', 'soft', 'but', 'have', 'the', 'right', 'amount', 'of', 'structure', 'they', 'sit', 'higher', 'on', 'the', 'waist', 'which', 'is', 'one', 'reason', 'they', 'are', 'so', 'flattering', 'the', 'other', 'reason', 'is', 'the', 'flared', 'long', 'leg', 'very', 'long', 'in', 'fact', 'i', "'m", '5', '5', '130', 'lbs', 'and', 'ordered', 'a', 'size', '28.', 'they', 'fit', 'me', 'perfectly', 'but', 'i', 'do', 'have', 'to', 'wear', 'them', 'with', 'my', 'tall', 'heels', 'which', 'makes', 'them', 'perfect', 'for', 'work', 'with', 'pumps', 'as', 'well', 'as', 'for', 'casual', 'outfits', 'with', 'tall', 'wedges', 'if', 'my', 'size', 'was', "n't", 'sold', 'out', 'i', "'d", 'order', 'another', 'pair', 'they', 'are', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5858,1033,34', 'great', 'black', 'trousers', 'trousers', 'fit', 'tts', 'with', 'nice', 'thick', 'fabric', 'and', 'great', 'fit', 'the', 'length', 'was', 'perfect', 'for', 'my', '5', '9', 'height', 'they', 'are', 'flattering', 'very', 'nice', 'quality.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5859,1033,61', 'great', 'fit', 'comfort', 'they', 'fit', 'perfectly', 'and', 'the', 'stretch', 'makes', 'them', 'very', 'comfortable.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5860,1033,47', 'perfect', 'interpretation', 'of', 'latest', 'style', 'these', 'wide', 'cut', 'stretchy', 'demon', 'trousers', 'are', 'so', 'flattering', 'i', "'m", '6', 'and', '160', 'which', 'translates', 'into', 'curvy', 'territory', 'i', 'did', "n't", 'need', 'extra', 'length', 'and', 'the', 'size', '32', 'was', 'bigger', 'than', 'i', 'need', 'but', 'not', 'too', 'big', 'these', 'are', 'very', 'classy', 'looking', 'and', 'go', 'with', 'sandals', 'to', 'booties', 'for', 'every', 'type', 'of', 'look', 'summer', 'to', 'winter', 'with', 'a', 'breezy', 'top', 'or', 'a', 'cozy', 'sweater'] ['the', 'revisitation', 'of', 'bell', 'bottoms', 'and', 'culottes', 'had', 'me', 'slightly', 'down', 'those', 'cuts', 'are', 'not', 'the', 'most', 'flattering', 'for', 'most', 'people', 'these', 'jeans', 'are', 'smart', 'but', 'trendy', ',4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5861,916,46', 'cabled', 'crossover', 'wrap', 'this', 'is', 'like', 'wearing', 'an', 'afghan', 'but', 'i', 'get', 'cold', 'really', 'easy', 'so', 'for', 'me', 'that', "'s", 'a', 'good', 'thing', 'and', 'it', "'s", 'super', 'soft', 'and', 'not', 'itchy', 'i', 'could', 'easily', 'never', 'take', 'this', 'off', 'runs', 'a', 'little', 'large', 'but', 'that', 'should', 'be', 'fine', 'when', 'it', 'gets', 'layered', 'only', 'thing', 'i', 'did', "n't", 'like', 'was', 'the', 'one', 'long', 'stitch', 'that', 'holds', 'the', 'wrap', 'in', 'place', 'i', 'worry', 'it', 'will', 'snap', 'and', 'the', 'whole', 'thing', 'will', 'unravel', ',4,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5862,1033,40', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['5863,1033,45', 'love', 'them', 'sits', 'slightly', 'below', 'waist', 'i', 'bought', 'size', '30p', 'length', 'is', 'good', 'no', 'alteration', 'required', 'for', 'petite', 'height', '5', '4', 'and', '136lb', 'material', 'is', 'good', 'and', 'i', 'recommend', 'them', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5864,1033,43', 'a', 'great', 'look', 'but', 'not', 'as', 'shown', 'online.', 'these', 'are', 'super', 'comfortable', 'and', 'with', 'heels', 'can', 'be', 'very', 'flattering', 'i', 'like', 'the', 'fact', 'that', 'you', 'can', 'wear', 'them', 'with', 'or', 'without', 'the', 'belt'] ['however', 'i', 'wish', 'that', 'the', 'color', 'was', 'the', 'same', 'darkness', 'as', 'shown', 'online', 'they', 'are', 'lighter', 'and', 'a', 'bit', 'duller', 'i', 'look', 'at', 'a', 'few', 'pairs', 'and', 'they', 'are', 'all', 'the', 'same', 'still', 'love', 'them', 'but', 'i', "'m", 'sure', 'they', 'would', 'have', 'been', 'even', 'more', 'fantastic', 'if', 'they', 'looked', 'like', 'the', 'picture', ',4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['5865,1033,28', 'if', 'you', 'have', 'a', 'big', 'booty', 'get', 'these', 'jeans', 'now', 'i', 'have', 'a', 'tough', 'time', 'shopping', 'for', 'jeans', 'because', 'almost', 'everything', 'that', 'fits', 'my', 'butt', 'is', 'too', 'big', 'in', 'the', 'waist', 'also', 'i', 'have', 'thick', 'thighs', 'so', 'that', "'s", 'an', 'issue', 'and', 'i', 'hate', 'shopping', 'for', 'jeans', 'these', 'are', 'so', 'much', 'cuter', 'on', 'than', 'on', 'the', 'hanger', 'try', 'them', 'you', 'wo', "n't", 'regret', 'it', 'so', 'flattering', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['5866,1033,52', 'polished', 'a', 'step', 'up', 'from', 'average', 'jeans', 'i', 'ordered', 'these', 'in', 'the', 'blue', 'size', '28p', 'i', 'am', '5', '120', 'lbs', 'a', 'size', '6p', 'and', 'curvy', 'the', 'jeans', 'fit', 'very', 'nicely', 'in', 'thigh', 'and', 'hip', 'area', 'and', 'i', 'do', "n't", 'have', 'skinny', 'thighs', 'the', 'jean', 'is', 'not', 'a', 'low', 'rise', 'which', 'is', 'what', 'i', 'was', 'looking', 'for', 'i', 'was', 'looking', 'for', 'a', 'jean', 'that', 'was', 'a', 'little', 'dressier', 'yo', 'wear', 'out', 'to', 'grab', 'a', 'drink', 'or', 'catch', 'a', 'movie', 'these', 'jeans', 'fit', 'the', 'bill', 'because', 'they', 'give', 'off', 'a', 'polished', 'vibe', 'especially', 'when', 'paired', 'with', 'a', 'dressier', 'top', 'blazer', 'skinny', 'belt', 'and', 'heels', 'also', 'i', 'like', 'that', 'the', 'jeans', 'do', "n't", 'have', 'the', 'to', ',5,1,6', 'general', 'petite', 'bottoms', 'jeans'] ['5867,1077,34', 'wierd', 'pattern', 'i', 'love', 'this', 'dress', 'as', 'far', 'as', 'the', 'fit', 'goes', 'it', 'makes', 'my', 'curvy', 'figure', 'loook', 'even', 'better', 'with', 'how', 'it', "'s", 'cut', 'that', 'being', 'said', 'the', 'different', 'patterns', 'over', 'each', 'boob', 'made', 'the', 'dress', 'look', 'crazy', 'it', 'makes', 'you', 'look', 'quite', 'lopsided', 'in', 'the', 'chest', 'was', "n't", 'just', 'me', 'but', 'my', 'store', 'people', 'also', 'agreed', 'had', 'the', 'pattern', 'on', 'the', 'chest', 'been', 'the', 'same', 'it', 'would', 'be', 'great', 'but', 'even', 'though', 'my', 'boobs', 'are', 'of', 'mostly', 'equal', 'size', 'they', 'looked', 'too', 'crazy', 'it', "'s", 'quite', 'noticeable', 'on', 'so', 'sad', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['5868,1030,26', 'love', 'these', 'i', 'am', 'a', 'huge', 'fan', 'of', 'all', 'things', 'mother', 'brand', 'now', 'they', 'fit', 'great', 'and', 'are', 'true', 'to', 'size', 'they', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'but', 'maintain', 'their', 'fit', 'all', 'day', ',5,1,0', 'general', 'bottoms', 'jeans'] ['5869,1033,45', 'cute', 'pants', 'these', 'jeans', 'definitely', 'look', 'more', 'like', 'pants', 'and', 'are', 'very', 'snug', 'but', 'stretchy', 'i', "'m", "5'10", 'and', 'ordered', 'the', 'tall', 'and', 'mine', 'are', 'a', 'little', 'longer', 'than', 'shown', 'on', 'the', 'model', 'they', 'look', 'nice', 'on', 'but', 'are', 'a', 'tad', 'tighter', 'than', 'i', 'anticipated', ',4,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['5870,833,59', ',runs', 'big', 'so', 'size', 'down', 'i', 'love', 'this', 'top', 'for', 'many', 'reasons', 'but', 'armholes', 'are', 'big', 'so', 'went', 'to', 'xs', 'and', 'i', 'am', 'usually', 'a', 'small', 'or', 'medium', 'xs', 'was', 'perfect', 'and', 'still', 'long', 'enough', 'for', 'me', 'gorgeous', 'fabric', 'and', 'color', 'and', 'flow', 'got', 'tons', 'of', 'compliments', 'very', 'feminine', 'and', 'comfy', 'looks', 'great', 'with', 'jeans', 'and', 'white', 'crops.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5871,862,59', 'color', 'is', 'more', 'a', 'mauve', 'rather', 'than', 'a', 'light', 'pink', 'perfect', 'in', 'every', 'way-', 'easy', 'to', 'wear-very', 'feminine', 'comfy', 'and', 'goes', 'with', 'everything', 'only', 'problem', 'is', 'color', 'is', 'not', 'like', 'picture', 'it', 'is', 'a', 'mauve', 'not', 'a', 'light', 'pink', 'i', 'still', 'love', 'this', 'top', 'and', 'the', 'color', 'it', 'camre', 'in', 'brighten', 'up', 'with', 'lipstick-', 'necklace-', 'earrings-', 'whatever', 'your', 'pick', 'highly', 'recommend', 'a', 'winner', ',5,1,3', 'general', 'tops', 'knits'] ['5872,815,37', 'different', 'but', 'nice', 'this', 'top', 'was', 'different', 'than', 'what', 'i', 'normally', 'wear', 'but', 'based', 'on', 'good', 'reviews', 'i', 'purchased', 'i', 'really', 'love', 'it', 'it', 'is', 'different', 'than', 'i', 'thought', 'it', 'would', 'be', 'i', 'thought', 'it', 'was', 'longer', 'sleeves', 'but', 'it', 'is', 'just', 'above', 'the', 'elbow', 'definitely', 'need', 'a', 'tank', 'or', 'something', 'underneath', 'as', 'it', 'is', 'see', 'through', 'and', 'the', 'sleeve', 'holes', 'are', 'quite', 'large'] ['definitely', 'recommend', ',4,1,0', 'general', 'tops', 'blouses'] ['5873,1094,37', 'it', "'s", 'worth', 'a', 'look', 'the', 'cut', 'and', 'design', 'of', 'this', 'dress', 'is', 'lovely', 'the', 'fabric', 'is', 'heavy', 'enough', 'for', 'fall/winter', 'but', 'the', 'sleeveless', 'style', 'makes', 'it', 'a', 'great', 'transition', 'piece', 'for', 'when', 'the', 'weather', 'warms', 'up', 'again', 'it', 'does', 'run', 'slightly', 'larger', 'than', 'most', 'other', 'retailer', 'dresses', 'i', 'sized', 'down', 'to', 'a', '2', 'from', 'a', '4.', 'the', 'bust', 'stretches', 'a', 'bit', 'for', 'the', 'ladies', 'who', 'might', 'be', 'heavier', 'on', 'top', 'i', "'m", 'a', '34', 'dd', 'however', 'i', 'noticed', 'the', 'white', 'shows', 'through', 'in', 'dark', 'places', 'around', 'my', 'bust', 'also', 'the', 'boning', 'in', 'the', 'front', 'pushed', 'against', 'the', 'fabric', 'a', 'bit', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5874,862,47', 'really', 'beautiful', 'top', 'i', 'agree', 'with', 'the', 'others', 'a', 'bit', 'on', 'the', 'short', 'side', 'it', 'is', 'cut', 'a', 'little', 'wide', 'but', 'has', 'a', 'nice', 'flow', 'the', 'color', 'is', 'not', 'pink', 'it', 'is', 'a', 'blush', 'type', 'color', 'that', 'can', 'be', 'hard', 'to', 'wear', 'for', 'some', 'skin', 'tones', 'but', 'i', "'m", 'going', 'to', 'make', 'it', 'work', 'because', 'the', 'top', 'is', 'too', 'pretty', 'to', 'pass', 'up', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['5875,862,47', 'boxy', 'short', 'wide', 'luv', 'this', 'brand', 'but', 'super', 'disappointed', 'with', 'this', 'design', ',1,0,3', 'general', 'petite', 'tops', 'knits'] ['5876,833,50', 'beautiful', 'but', 'not', 'for', 'the', 'long', 'waisted', 'i', 'immediately', 'ordered', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'the', 'embroidery', 'is', 'beuatiful', 'although', 'it', 'will', 'require', 'extra', 'care', 'the', 'soft', 'lavendar', 'color', 'was', 'a', 'breathe', 'of', 'fresh', 'air', 'however', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'maternity', 'top', 'as', 'it', 'hung', 'oddly', 'on', 'my', 'slim', '5', '9', 'frame', 'i', 'am', 'long', 'waisted', 'so', 'perhaps', 'petites', 'will', 'find', 'this', 'top', 'works', 'for', 'them', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'indicated', 'the', 'arm', 'openings', 'are', 'a', 'bit', 'large', 'and', 'deep', 'sadly', 'this', 'one', 'went', 'back', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['5877,862,43', 'lovely', 'blouse', 'this', 'blouse', 'does', 'have', 'a', 'flowy', 'boxy', 'shape', 'to', 'it', 'but', 'the', 'details', 'make', 'up', 'for', 'that', 'when', 'i', 'wear', 'it', 'tucked', 'into', 'a', 'skirt', 'it', 'looks', 'wonderfully', 'flattering', 'i', 'tried', 'on', 'an', 'xs', 'and', 'considered', 'looking', 'for', 'a', 'xxs', 'but', 'i', 'feel', 'that', 'size', 'would', 'probably', 'end', 'up', 'being', 'too', 'short', 'instead', 'of', 'more', 'fitted', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['5878,862,62', 'short', 'and', 'wide', 'i', 'desperately', 'wanted', 'this', 'to', 'work', 'it', "'s", 'a', 'beautiful', 'color', 'and', 'overall', 'quality', 'it', 'is', 'just', 'so', 'short', 'and', 'wide', 'almost', 'a', 'perfect', 'square', 'if', 'you', 'lay', 'it', 'out', 'flat', 'i', 'can', 'see', 'it', 'looking', 'better', 'on', 'someone', 'on', 'the', 'shorter', 'side', 'but', 'on', 'my', '5', '7', 'frame', 'and', 'long', 'torso', 'it', 'just', 'did', "n't", 'look', 'right', 'few', 'extra', 'inches', 'and', 'this', 'could', 'have', 'been', 'awesome', ',3,1,6', 'general', 'petite', 'tops', 'knits'] ['5879,833,62', 'wait', 'for', 'sale', 'tried', 'in', 'store', 'today', 'and', 'found', 'to', 'fit', 'tts', 'images', 'are', 'accurate', 'in', 'terms', 'of', 'color', 'and', 'showing', 'that', 'there', 'is', 'a', 'tiny', 'bit', 'of', 'sheerness', 'to', 'this', 'as', 'you', 'can', 'see', 'near', 'the', 'bottom', 'in', 'each', 'photo', 'i', 'really', 'loved', 'everything', 'about', 'it', 'except', 'that', 'it', 'flared', 'out', 'a', 'bit', 'on', 'the', 'bottom', 'in', 'a', 'way', 'that', 'i', "'d", 'probably', 'fuss', 'with', 'too', 'much', 'id', 'probably', 'buy', 'it', 'on', 'sale', 'but', 'not', 'before', 'that', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['5880,1094,34', 'beautiful', 'i', 'did', "n't", 'look', 'at', 'this', 'dress', 'twice', 'online', 'but', 'when', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'i', 'was', 'floored', 'it', 'was', 'beautiful', 'flattering', 'and', 'so', 'much', 'fun', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5881,702,31', 'i', 'fell', 'in', 'love', 'with', 'this', 'romper', 'and', 'it', 'was', 'my', 'go-to', 'for', 'any', 'given', 'day', 'but', 'as', 'soon', 'it', 'got', 'wet', 'the', 'blue', 'dye', 'bled', 'everywhere', 'so', 'i', 'had', 'to', 'return', 'it', ',3,0,3', 'general', 'bottoms', 'shorts'] ['5882,833,39', 'this', 'top', 'is', 'gorgeous', 'in', 'person', 'i', 'got', 'the', 'small', 'because', 'at', '5', '5', '127', 'pounds', 'and', 'a', '30f', 'chest', 'you', 'never', 'know', 'how', 'a', 'top', 'will', 'fit', 'however', 'this', 'one', 'is', 'big', 'i', 'definitely', 'needed', 'the', 'xs', 'which', 'is', 'now', 'sold', 'out', 'i', "'ll", 'be', 'taking', 'in', 'the', 'sides', 'because', 'the', 'arm', 'holes', 'show', 'too', 'much', 'bra', 'and', 'there', "'s", 'a', 'ton', 'of', 'extra', 'fabric', 'that', 'makes', 'it', 'way', 'too', 'blouse', 'love', 'this', 'shirt', 'though', 'and', 'am', 'not', 'willing', 'to', 'part', 'with', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5883,815,55', ',,4,1,0', 'general', 'tops', 'blouses'] ['5884,833,55', 'beautiful', 'embroidered', 'purple', 'tank', 'i', 'am', 'an', 'retailer', 'employee', 'and', 'this', 'top', 'just', 'screamed', 'my', 'name', 'when', 'it', 'arrived', 'in', 'our', 'store', 'i', 'love', 'the', 'colors', 'and', 'the', 'feminine', 'flair', 'of', 'this', 'top', 'i', 'am', 'short', 'and', 'this', 'top', 'is', 'a', 'little', 'longer', 'on', 'me', 'than', 'pictured', 'on', 'the', 'model', 'i', 'like', 'the', 'fact', 'that', 'it', 'is', 'a', 'bit', 'longer', 'it', 'helps', 'cover', 'up', 'some', 'of', 'my', 'extra', 'assets', 'the', 'top', 'is', 'to', 'big', 'at', 'the', 'arm', 'holes', 'which', 'is', 'the', 'story', 'i', 'have', 'heard', 'from', 'my', 'customers', 'who', 'did', 'not', 'purchase', 'the', 'top', 'even', 'though', 'they', 'loved', 'it', 'i', 'should', 'have', 'purchased', 'the', 'xxs', 'online', 'it', 'would', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5885,867,36', 'beautiful', 'romantic', 'top', 'i', 'got', 'this', 'top', 'in', 'the', 'brown', 'color', 'although', 'it', 'is', 'really', 'more', 'of', 'a', 'burnt', 'rose', 'or', 'light', 'sienna', 'shade', 'and', 'it', 'is', 'just', 'lovely', 'i', 'love', 'the', 'color', 'the', 'fit', 'is', 'just', 'right', 'comfortable', 'and', 'a', 'good', 'length', 'it', 'feels', 'very', 'well-made', 'and', 'has', 'beautiful', 'details', 'from', 'the', 'pleated', 'collar/neckline', 'to', 'the', 'slightly', 'sheer', 'upper', 'back', 'panel', 'i', 'have', 'only', 'one', 'tiny', 'issue', 'with', 'this', 'top', 'in', 'the', 'very', 'front', 'where', 'it', 'buttons', 'there', 'is', 'no', 'lining', 'or', 'fabric', 'behind', 'the', 'crocheted', 'lace', 'panels', 'in', 'retrospect', 'i', 'can', 'see', 'this', 'slightly', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5886,833,40', 'too', 'wide', 'the', 'detail', 'on', 'this', 'top', 'is', 'beautiful', 'love', 'the', 'embroidery', 'i', 'wanted', 'it', 'to', 'work', 'so', 'bad', 'but', 'it', 'is', 'much', 'too', 'wide', 'bells', 'out', 'and', 'makes', 'my', 'size', '8/10', 'body', 'look', 'wider', 'than', 'it', 'is', 'another', 'reviewer', 'mentioned', 'the', 'model', 'must', 'have', 'it', 'pinned', 'on', 'the', 'sides', 'because', 'the', 'top', 'does', 'not', 'lay', 'like', 'that', 'it', 'runs', 'large', 'especially', 'under', 'the', 'arms', 'too', 'bad', ',3,0,2', 'general', 'petite', 'tops', 'blouses'] ['5887,833,39', 'based', 'on', 'trying', 'on', 'one', 'size', 'larger', 'i', 'tried', 'on', 'a', 'small', 'but', 'usually', 'am', 'xs'] [] ['this', 'shirt', "dind't", 'seem', 'like', 'it', 'had', 'too', 'much', 'fabric', 'or', 'too', 'bulky', 'to', 'me', 'as', 'it', 'did', 'to', 'others', 'adn', 'i', 'tried', 'on', 'a', 'larger', 'size', 'teh', 'material', 'is', 'soft', 'and', 'feminine', 'and', 'love', 'the', 'embroidered', 'detail', 'one', 'thing', 'to', 'note', 'is', 'i', 'found', 'that', 'even', 'with', 'the', 'layer', 'of', 'fabric', 'it', 'was', 'still', 'a', 'bit', 'sheer', 'and', 'i', 'could', 'see', 'through', 'in', 'some', 'of', 'the', 'dressing', 'room', 'lighting', 'did', "n't", 'purchase', 'only', 'based', 'on', 'the', 'skin', 'tone', 'v', "'s", 'shirt', 'color', 'color', 'of', 'shirt', 'is', 'gorgeous', 'but', 'i', 'am', 'pale', 'and', 'it', 'was', "n't", ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['5888,867,26', 'pretty', 'comfy', 'top', 'i', 'just', 'ordered', 'this', 'top', 'and', 'so', 'far', 'really', 'like', 'it', 'it', 'is', 'pretty', 'and', 'feminine', 'and', 'comfortable', 'the', 'one', 'thing', 'i', 'would', 'note', 'is', 'that', 'the', 'lace', 'running', 'down', 'the', 'center', 'has', 'holes', 'which', 'you', 'can', 'see', 'through', 'unlike', 'the', 'lace', 'to', 'each', 'side', 'it', "'s", 'not', 'extremely', 'noticeable', 'but', 'i', 'am', 'planning', 'on', 'wearing', 'a', 'cami', 'under', 'it', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fits', 'pretty', 'well', 'but', 'is', 'definitely', 'on', 'the', 'looser', 'side', 'i', 'wonder', 'if', 'possibly', 'the', 'extra', 'small', 'would', 'work', 'for', 'me', 'but', 'i', "'m", 'fairly', 'tall', 'so', 'i', 'went', 'with', 'the', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5889,833,29', 'very', 'wide', 'the', 'color', 'and', 'detailing', 'on', 'this', 'shirt', 'are', 'pretty', 'but', 'it', 'is', 'incredibly', 'wide', 'at', 'the', 'hips', 'as', 'someone', 'with', 'a', 'large', 'chest', 'it', 'was', 'very', 'unflattering', ',3,0,4', 'general', 'petite', 'tops', 'blouses'] ['5890,833,48', 'meh', 'i', 'wanted', 'to', 'love', 'this', 'top', 'i', 'really', 'did', 'the', 'color', 'is', 'beautiful', 'the', 'embroidery', 'is', 'well', 'done', 'the', 'fabric', 'is', 'soft', 'and', 'it', 'feels', 'like', 'it', 'would', 'be', 'very', 'comfortable', 'in', 'the', 'summer', 'heat', 'but', 'the', 'armholes', 'are', 'big', 'and', 'so', 'the', 'holes', 'show', 'my', 'bra', 'which', 'is', 'not', 'good', 'i', 'guess', 'i', 'could', 'wear', 'a', 'bandeau', 'or', 'tank', 'underneath', 'but', 'the', 'armholes', 'just', 'kind', 'of', 'ruined', 'my', 'love', 'for', 'this', 'top', 'i', 'think', 'i', 'will', 'try', 'again', 'and', 'order', 'next', 'size', 'down', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['5891,867,35', 'pretty', 'details', 'i', 'liked', 'the', 'details', 'on', 'the', 'front', 'a', 'd', 'back', 'of', 'this', 'top', 'while', 'i', 'was', 'pregnant', 'i', 'purchased', 'the', 'white', 'color', 'in', 'the', 'small', 'everything', 'fit', 'suprisingly', 'the', 'top', 'even', 'covered', 'up', 'my', 'pregnant', 'belly', 'i', 'returned', 'it', 'since', 'i', 'did', "n't", 'want', 'a', 'top', 'with', 'so', 'much', 'room', 'in', 'the', 'waist', 'area', 'post', 'pregnancy', 'i', 'recently', 'got', 'this', 'top', 'in', 'the', 'xs', 'thinking', 'that', 'it', 'will', 'be', 'a', 'great', 'stylish', 'breasting', 'top', 'while', 'everything', 'fit', 'in', 'the', 'hips', 'and', 'waist', 'the', 'chest', 'area', 'was', 'too', 'tight', 'this', 'top', 'did', 'not', 'work', 'for', 'me', 'as', 'i', 'am', 'in', 'between', 'sizes', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['5892,1094,38', 'beautiful', 'dress', 'comfortable', 'super', 'flattering', 'dress', 'love', 'it', 'makes', 'my', 'waist', 'look', 'tiny', 'great', 'fit', 'and', 'flare', 'style', 'without', 'making', 'me', 'look', 'pregnant', 'i', 'love', 'the', 'fabric', 'will', 'be', 'great', 'as', 'a', 'travel', 'dress', 'packs', 'easy', 'does', "n't", 'need', 'to', 'be', 'ironed', 'really', 'substantial', 'fabric', 'love', 'it', 'i', 'think', 'it', 'runs', 'large', 'since', 'i', "'m", 'rarely', 'a', '2', 'at', 'retailer', 'but', 'i', 'find', 'that', 'maeve', 'runs', 'all', 'over', 'the', 'place', 'i', "'m", 'usually', 'a', '4', 'at', 'retailer', 'and', 'i', 'got', 'a', '2', 'in', 'this', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5893,1033,59', 'cute', 'but', 'not', 'for', 'my', 'figure', 'i', 'just', 'got', 'these', 'and', 'had', 'to', 'return', 'them', 'as', 'they', 'were', 'not', 'becoming', 'on', 'my', 'physique', 'for', 'reference', 'i', "'m"] ['5', '5', '122', 'lbs', '26', 'waist', '38', 'hips', 'and', 'i', 'have', 'a', 'long', 'torso', 'and', 'short', 'legs', 'i', 'ordered', 'a', '29', 'petite', 'the', 'fit'] ['was', 'tight', 'but', 'they', 'are', 'supposed', 'to', 'fit', 'tight', 'if', 'i', 'was', "n't", 'so', 'hippy', 'i', 'would', 'have', 'kept', 'them', 'the', 'model', 'is'] ['slender', 'with', 'long', 'legs', 'and', 'she', 'looks', 'fantastic', 'in', 'them', 'not', 'me', 'i', 'do', 'recommend', 'these', 'as', 'they', 'are', 'cute', 'but', 'perhaps', 'geared', 'for', 'a', 'more', 'slender', 'body', 'type', ',4,1,6', 'general', 'bottoms', 'jeans'] ['5894,862,51', 'really', 'pretty', 'and', 'feminine', 'i', 'love', 'this', 'blouse', 'it', 'reminds', 'me', 'of', 'something', 'out', 'of', 'europe', 'with', 'the', 'swiss', 'dot', 'and', 'crochet', 'delicate', 'sleeves', 'i', 'ordered', 'the', 'xsp', 'and', 'it', 'fits', 'perfect', 'i', "'m", '4', '11', 'so', 'the', 'shortness', 'of', 'the', 'top', 'is', "n't", 'a', 'factor', 'the', 'material', 'drapes', 'nicely', 'and', 'does', "n't", 'make', 'me', 'look', 'wide', 'or', 'boxy', 'i', 'was', 'afraid', 'that', 'the', 'sleeves', 'were', 'going', 'to', 'be', 'overly', 'puffy', 'put', 'luckily', 'they', 'are', 'not', 'the', 'only', 'thing', 'to', 'note', 'is', 'that', 'the', 'color', 'is', 'more', 'on', 'the', 'tan', 'beige', 'side', 'rather', 'than', 'pink', 'i', 'find', 'with', 'a', 'lot', 'of', 'retailer', 'tops', 'that', 'the', 'colors', 'are', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['5895,917,46', 'very', 'unique', 'top', 'i', 'purchased', 'in', 'the', 'raspberry', 'love', 'this', 'color', 'and', 'the', 'asymmetrical', 'design', 'is', 'super', 'cool', 'and', 'the', 'color', 'is', 'unique', 'however', 'i', 'am', 'on', 'the', 'fence', 'this', 'knit', 'top', 'is', 'very', 'thin', 'and', 'for', 'the', 'price', 'and', 'to', 'wear', 'in', 'the', 'cold', 'fall', 'and', 'going', 'into', 'winter', 'i', 'think', 'i', 'need', 'it', 'to', 'be', 'more', 'of', 'a', 'light', 'sweater', 'or', 'at', 'least', 'a', 'thicker', 'fabric', 'i', 'am', '5', '9', 'and', '140', 'lbs', 'and', 'the', 'small', 'fits', 'perfect', 'the', 'sleeves', 'are', 'long', 'which', 'you', 'tall', 'gals', 'will', 'love', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5896,862,43', 'a', 'little', 'short', 'while', 'i', 'love', 'this', 'top', 'beautiful', 'color', 'and', 'pattern', 'i', 'found', 'it', 'to', 'be', 'a', 'bit', 'short', 'if', 'it', 'were', 'a', 'few', 'inches', 'longer', 'i', 'would', 'be', 'thrilled', 'i', "'m", '5', '8', 'curvy', 'and', 'have', 'a', 'long', 'torso', 'so', 'that', 'may', 'be', 'the', 'problem', 'i', 'will', 'say', 'that', 'within', '2', 'hours', 'of', 'wearing', 'this', 'i', 'had', '5', 'strangers', 'stop', 'me', 'and', 'comment', 're', 'how', 'pretty', 'it', 'is', 'i', 'am', 'keeping', 'it', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['5897,815,34', 'beautiful', 'i', 'tried', 'this', 'on', 'in', 'the', 'ivory', 'color', 'because', 'it', 'was', 'on', 'sale', 'and', 'i', 'thought', 'it', 'might', 'be', 'sort', 'of', 'cute', 'a', 'comfy', 'flowy', 'warmer', 'to', 'cooler', 'weather', 'transition', 'top', 'little', 'did', 'i', 'know', 'how', 'much', 'i', 'would', 'fall', 'in', 'love', 'with', 'it', 'i', 'tried', 'it', 'on', 'over', 'like', '3', 'things', 'in', 'the', 'fitting', 'room', 'including', 'a', 'black', 'strapless', 'maxi', 'dress', 'i', 'wore', 'into', 'the', 'store', 'and', 'it', 'still', 'looked', 'great', 'it', 'is', 'comfortable', 'loose', 'and', 'goes', 'with', 'pretty', 'much', 'anything', 'i', "'ve", 'tried', 'and', 'still', 'have', "n't", 'found', 'anything', 'it', 'looks', 'bad', 'over', 'it', "'s", 'not', 'super', 'dr', ',5,1,2', 'general', 'tops', 'blouses'] ['5898,867,42', 'beautiful', 'tank', 'but', 'poor', 'shape', 'i', 'really', 'lived', 'the', 'detail', 'fabric', 'and', 'quality', 'of', 'this', 'tank', 'however', 'the', 'sizing', 'seemed', 'disproportionate', 'it', 'was', 'tight', 'through', 'the', 'bust', 'and', 'loose', 'the', 'waist', 'i', 'really', 'loved', 'all', 'the', 'colors', 'i', 'purchased', 'online', 'but', 'had', 'to', 'return', 'them', 'because', 'of', 'the', 'sizing', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['5899,1094,26', 'simple', 'beautiful', 'i', 'tried', 'on', 'this', 'dress', 'in', 'store', 'and', 'was', 'amazed', 'by', 'the', 'quality', 'and', 'simple', 'structure', 'of', 'the', 'dress', 'bought', 'it', 'with', 'no', 'hesitation.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5900,976,42', 'i', 'wanted', 'to', 'love', 'this', 'i', 'wanted', 'to', 'love', 'this', 'but', 'instead', 'of', 'being', 'a', 'flowy', 'kimono', 'top', 'as', 'pictured-', 'it', 'was', 'a', 'thick', 'blazer', 'type', 'garment', 'not', 'at', 'all', 'what', 'is', 'pictured', 'here', 'unfortunately', 'also', 'it', 'was', 'much', 'shorter', 'than', 'pictured', 'and', 'i', 'am', 'only', '5', '4'] [] ['love', 'most', 'retailer', 'styles', 'but', 'this', 'one', 'was', 'a', 'miss', 'and', 'a', 'return', ',2,0,3', 'general', 'jackets', 'jackets'] ['5901,1094,90', 'gorgeous', 'absolutely', 'beautiful', 'dress', 'i', "'m", "5'11", 'and', 'this', 'dress', 'works', 'for', 'tall', 'girls', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5902,862,34', 'beautiful', 'spring', 'no', 'need', 'to', 'be', 'on', 'the', 'fence', 'about', 'this', 'top', 'it', "'s", 'lovely', 'what', 'you', 'see', 'pictured', 'here', 'is', 'exactly', 'what', 'you', 'get', 'even', 'the', 'color', 'of', 'the', 'top', 'is', '100', 'accurate', 'for', 'reference', 'i', "'m", 'usually', 'an', 'xl/16', 'apple', 'shape', '40', 'c', 'bust', 'and', 'this', 'xl', 'does', 'not', 'cling', 'at', 'all', 'to', 'me', 'so', 'you', 'may', 'even', 'be', 'able', 'to', 'size', 'down', 'the', 'drape', 'of', 'the', 'clipdot', 'fabric', 'is', 'flattering', 'and', 'thick', 'enough', 'not', 'to', 'need', 'a', 'cami', 'all', 'of', 'the', 'fabrics', 'used', 'are', 'nice', 'and', 'soft', 'and', 'the', 'details', 'it', "'s", 'going', 'to', 'be', 'a', 'beautiful', 'spring', ',5,1,16', 'general', 'petite', 'tops', 'knits'] ['5903,815,66', 'no', 'go', 'ordered', 'navy', 'in', 'a', 'medium', 'and', 'it', 'is', 'wide', 'sometimes', 'that', "'s", 'a', 'good', 'thing', 'but', 'not', 'this', 'time', 'am', 'short', 'waisted', 'and', 'hoped', 'this', 'would', 'be', 'more', 'fitted', 'at', 'the', 'waist', 'on', 'me', 'but', 'it', 'is', "n't", 'it', 'just', 'looked', 'frumpy', 'with', 'lots', 'of', 'see', 'through', 'parts', 'obviously', 'it', 'needs', 'a', 'cami', 'but', 'was', "n't", 'attractive', 'on', 'me', 'at', 'all', 'seemed', 'well', 'made', 'and', 'probably', 'better', 'on', 'someone', 'taller', ',3,1,2', 'general', 'tops', 'blouses'] ['5904,917,66', 'unique', 'i', 'ordered', 'my', 'normal', 'size', 'large', 'and', 'it', 'fit', 'well', 'although', 'a', 'bit', 'on', 'the', 'long', 'side', 'the', 'fabric', 'has', 'a', 'waffle', 'texture', 'that', "'s", 'lightweight', 'but', 'warm', 'and', 'cozy', 'i', 'got', 'the', 'blue', 'and', 'the', 'color', 'was', 'a', 'bit', 'intense', 'in', 'combination', 'with', 'the', 'tie', 'dye', 'affect', 'and', 'waffled', 'texture', 'my', 'favorite', 'part', 'are', 'the', 'lighter', 'striations', 'on', 'the', 'neck', 'that', 'opening', 'is', 'really', 'small', 'it', 'just', 'did', "n't", 'suit', 'me', 'so', 'i', 'returned', 'but', 'recommend', 'giving', 'it', 'a', 'try', 'if', 'it', "'s", 'calling', 'your', 'name', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5905,1094,33', 'dressy', 'yet', 'comfy', 'i', 'saw', 'this', 'dress', 'a', 'few', 'weeks', 'ago', 'in', 'the', 'store', 'tried', 'it', 'on', 'but', 'did', "n't", 'have', 'anywhere', 'in', 'mind', 'to', 'wear', 'it', 'so', 'i', 'passed', 'noticed', 'it', 'on', 'sale', 'online', 'and', 'had', 'to', 'order', 'it', 'is', 'so', 'comfortable', 'and', 'flattering', 'the', 'material', 'is', 'thicker', 'therefore', 'it', 'keeps', 'a', 'nice', 'shape', 'not', 'slinky', 'at', 'all', ',5,1,0', 'general', 'dresses', 'dresses'] ['5906,862,47', 'really', 'elegant', 'in', 'person', 'this', 'top', 'is', 'my', 'favorite', 'spring', 'item', 'the', 'color', 'is', 'a', 'soft', 'petal', 'but', 'it', 'does', "n't", 'wash', 'me', 'out', 'i', "'m", 'a', 'sandy', 'paleface', 'and', 'the', 'details', 'make', 'it', 'special', 'the', 'cut', 'is', 'a', 'little', 'wide', 'i', 'sized', 'down', 'but', 'it', "'s", 'also', 'forgiving', 'and', 'perfect', 'with', 'slim', 'pants', 'or', 'a', 'pencil', 'skirt', 'it', "'s", 'really', 'a', 'find', ',5,1,0', 'general', 'tops', 'knits'] ['5907,867,38', 'runs', 'large', 'runs', 'large', 'and', 'it', 'also', 'had', 'a', 'small', 'hole', 'in', 'the', 'back', 'had', 'to', 'return', 'it.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['5908,1088,35', 'lovely', 'concept', 'the', 'idea', 'of', 'this', 'dress', 'is', 'lovely', 'the', 'fabric', 'is', 'pleasing', 'to', 'the', 'touch', 'the', 'print', 'manages', 'to', 'be', 'eye', 'catching', 'but', 'understated', 'i', 'do', "n't", 'know', 'my', 'exact', 'measurements', 'but', 'i', 'typically', 'wear', 'an', 'extra', 'small', 'and', 'i', 'rarely', 'have', 'fit', 'issues', 'with', 'off', 'the', 'rack', 'clothing', 'i', 'read', 'the', 'other', 'reviews', 'about', 'the', 'odd', 'fit', 'but', 'decided', 'to', 'take', 'a', 'chance', 'i', 'ordered', 'an', 'extra', 'small', 'in', 'this', 'dress', 'and', 'the', 'bottom', 'half', 'fits', 'perfectly', 'the', 'top', 'fits', 'poorly', 'i', 'have', 'a', 'fairly', 'athletic', 'build', 'but', 'it', 'is', 'a', 'bit', 'too', 'large', 'for', 'my', 'shoulders', 'how,3,1,1', 'general', 'dresses', 'dresses'] ['5909,815,85', 'i', "'m", 'a', 'lil', 'disappointed', 'wish', 'someone', 'warned', 'of', 'the', 'navy', 'one', 'being', 'not', 'as', 'pictured', 'i', 'ordered', 'the', 'navy', 'because', 'the', 'crocheted', 'part', 'appeared', 'to', 'be', 'more', 'intricate', 'than', 'the', 'ivory', 'in', 'reality', 'the', 'navy', 'knit', 'is', 'just', 'like', 'the', 'ivory', 'it', 'seems', 'well', 'made', 'but', 'very', 'delicate', 'i', "'m", 'not', 'a', 'fan', 'of', 'tops', 'especially', 'pricey', 'ones', 'that', 'require', 'a', 'camisole', 'but', 'this', 'top', 'is', 'a', 'very', 'retailer', 'piece', 'so', 'most', 'likely', 'i', 'will', 'keep', 'it', 'just', 'a', 'bit', 'disappointed', ',3,1,0', 'general', 'tops', 'blouses'] ['5910,867,46', 'this', 'is', 'a', 'very', 'pretty', 'feminine', 'top', 'with', 'nice', 'detailing', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['5911,833,58', 'cute', 'top', 'i', 'ordered', 'this', 'on', 'a', 'whim', 'and', 'am', 'so', 'glad', 'that', 'i', 'did', 'it', "'s", 'a', 'great', 'color', 'shirt', 'and', 'the', 'embroidery', 'is', 'perfect', 'i', 'like', 'the', 'length', 'of', 'the', 'shirt.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['5912,1094,37', 'great', 'shape', 'poor', 'condition', 'love', 'the', 'shape', 'and', 'flow', 'of', 'this', 'dress', 'but', 'i', 'was', 'sent', 'a', 'dirty', 'stained', 'dress', 'so', 'this', 'is', 'going', 'back'] [] ['would', 'not', 'recommend', ',2,0,1', 'general', 'dresses', 'dresses'] ['5913,1025,31', 'always', 'like', 'paige', 'jeans', 'expected', 'them', 'to', 'fit', 'somewhat', 'loose', 'but', 'actually', 'tight', 'for', 'a', 'boyfriend', 'fit', 'like', 'a', 'slightly', 'relaxed', 'skinny', 'with', 'a', 'really', 'low', 'crotch', 'stretches', 'everywhere', 'when', 'sitting', 'and', 'walking', 'except', 'the', 'waistband', 'the', 'distressing', 'and', 'fraying', 'holes', 'in', 'good', 'placement', 'wish', 'there', 'was', 'some', 'on', 'the', 'back', 'of', 'the', 'leg', 'but', 'i', 'have', 'yet', 'to', 'find', 'a', 'pair', 'that', 'does', 'that', 'good', 'color', 'and', 'quality', 'but', 'not', 'quite', 'worth', 'full', 'price', 'will', 'probably', 'look', 'for', 'them', 'on', 'sale', 'later', 'i', 'always', 'prefer', 'skinny', 'jeans', 'over', 'boyfriend', 'do', 'it', 'might', 'bi', ',4,1,3', 'general', 'bottoms', 'jeans'] ['5914,862,43', 'gorgeous', 'but', 'tent', 'like', 'the', 'blouse', 'is', 'gorgeous', 'the', 'detail', 'to', 'the', 'blouse', 'is', 'outstanding', 'and', 'it', 'is', 'very', 'feminine', 'from', 'the', 'pictures', 'front', 'and', 'back', 'there', 'appears', 'to', 'be', 'flow', 'to', 'it', 'and', 'room', 'however', 'my', 'general', 'size', 'm', 'was', 'absolutely', 'gigantic', 'it', 'was', 'like', 'a', 'tent', 'i', 'was', 'speechless', 'when', 'i', 'looked', 'in', 'the', 'mirror', 'i', 'debated', 'tapering', 'it', 'and', 'then', 'thought', 'that', "'s", 'just', 'too', 'much', 'effort', 'i', "'m", 'going', 'to', 'return', 'and', 'see', 'if', 'i', 'can', 'order', 'in', '2', 'sizes', 'smaller', 'i', "'m", '5', '1', 'and', 'a', '36c', 'if', 'this', 'helps', ',4,1,2', 'general', 'tops', 'knits'] ['5915,1094,37', 'a', 'sweet', 'surprise', 'this', 'dress', 'is', 'made', 'of', 'a', 'wonderful', 'thick', 'material', 'that', 'is', 'flattering', 'i', 'think', 'the', 'photo', 'does', "n't", 'really', 'bring', 'it', 'to', 'life-', 'it', "'s", 'a', 'great', 'dress', 'that', 'can', 'dressed', 'up', 'and', 'is', 'at', 'least', 'a', '3', 'season', 'dress', 'thanks', 'to', 'the', 'colors', 'the', 'v-neck', 'is', 'a', 'little', 'deep', 'if', 'you', 'are', 'bustier', 'but', 'not', 'inappropriate', 'for', 'a', 'slightly', 'more', 'casual', 'office', 'it', 'runs', 'a', 'bit', 'large', 'and', 'the', 'fabric', 'has', 'some', 'give', 'so', 'i', 'would', 'potentially', 'size', 'down', 'i', 'also', 'think', 'if', 'you', 'are', 'more', 'narrow', 'shouldered', 'it', 'might', 'not', 'be', 'the', 'best', 'fit', 'without', 'a', 'nip', 'and', 'tuck', ',5,1,0', 'general', 'dresses', 'dresses'] ['5916,833,43', 'unique', 'and', 'eye-catching', 'top', 'i', 'love', 'floreat', 'and', 'was', 'excited', 'to', 'find', 'this', 'top', 'on', 'sale', 'i', 'received', 'multiple', 'compliments', 'the', 'first', 'day', 'i', 'wore', 'it', 'it', 'is', 'true', 'that', 'it', 'might', 'be', 'better', 'with', 'a', 'bit', 'less', 'fabric', 'but', 'it', 'was', "n't", 'a', 'deal', 'breaker', 'for', 'me', 'the', 'flowy', 'shape', 'it', 'ideal', 'for', 'summer.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5917,833,46', 'billowy', 'waist', 'pretty', 'color', 'great', 'details', 'awesome', 'stitching', 'aaaaannnnnnd', 'it', 'actually', 'not', 'only', 'goes', 'out', 'a', 'line', 'but', 'ballooned', 'out', 'above', 'the', 'hem', 'and', 'then', 'came', 'back', 'in', 'just', 'too', 'much', 'fabric', 'down', 'below', 'nice', 'at', 'neck', 'arms', 'and', 'chest', 'but', 'disastrous', 'anywhere', 'below', 'that', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['5918,867,48', 'great', 'piece', 'i', 'love', 'this', 'tank', 'to', 'wear', 'alone', 'because', 'it', 'is', 'soft', 'and', 'more', 'lovely', 'than', 'a', 'basic', 'plain', 'tank', 'it', 'is', 'especially', 'great', 'to', 'layer', 'with', 'a', 'sweater/', 'cardigan', 'the', 'colors', 'are', 'always', 'fabulous', 'and', 'the', 'design', 'is', 'wonderfully', 'feminine', 'i', 'own', 'several', 'and', 'love', 'them', 'all', 'it', "'s", 'a', 'great', 'value', 'especially', 'on', 'sale', 'i', 'normally', 'wear', 'a', 'size', '6', 'and', 'the', 'small', 'fits', 'perfectly.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['5919,862,34', 'agree', 'with', 'others', 'not', 'for', 'long', 'torsos', 'like', 'others', 'i', 'think', 'this', 'is', 'just', 'lovely', 'on', 'so', 'many', 'levels', 'however'] ['____________'] ['pros'] ['great', 'color', 'will', 'match', 'with', 'many', 'things'] ['great', 'design', 'at', 'the', 'sleeves', 'and', 'overall'] ['the', 'v-neck', 'part', 'is', "n't", 'too', 'low'] ['fabric', 'is', 'pretty', 'comfortable', 'and', 'breathable', 'for', 'the', 'most', 'part'] ['_____________'] ['cons'] ['it', 'is', 'boxy/wide', 'for', 'my', 'height', 'and', 'weight', 'the', 'medium', 'fit', 'well', 'but', 'i', 'noticed', 'it', 'made', 'my', 'torso', 'look', 'shorter', 'plus', 'i', "'m", 'a', '36c', 'not', 'huge', 'but', 'to', 'retailer', "'s", 'standards', 'i', "'ve", 'had', 'issues', 'with', 'things', 'b', ',4,1,3', 'general', 'tops', 'knits'] ['5920,862,40', 'beautiful', 'blush', 'top', 'the', 'details', 'on', 'this', 'blouse', 'are', 'so', 'pretty', 'it', 'is', 'a', 'bit', 'wide', 'but', 'it', 'flows', 'nicely', 'it', 'is', 'also', 'a', 'little', 'shorter', 'than', 'a', 'lot', 'of', 'tops', 'but', 'i', 'think', 'it', 'will', 'work', 'nicely', 'with', 'higher', 'waisted', 'flares', 'this', 'spring', 'the', 'sleeve', 'is', 'very', 'flattering', 'i', 'got', 'medium', 'my', 'normal', 'size', ',4,1,0', 'general', 'tops', 'knits'] ['5921,815,35', ',,5,1,0', 'general', 'tops', 'blouses'] ['5922,833,46', 'beautiful', 'but', 'lots', 'of', 'material', 'this', 'top', 'is', 'beautiful', 'but', 'beware', 'there', 'is', 'a', 'lot', 'of', 'extra', 'material', 'on', 'the', 'sides', 'it', 'was', 'not', 'flattering', 'on', 'only', 'because', 'of', 'all', 'the', 'excess', 'fabric', 'clearly', 'the', 'model', 'in', 'the', 'picture', 'has', 'it', 'pinned', 'behind', 'her', 'it', 'would', 'be', 'a', 'keeper', 'if', 'it', 'was', 'cut', 'closer', 'to', 'the', 'body', 'but', 'sadly', 'it', "'s", 'going', 'back.,3,0,6', 'general', 'petite', 'tops', 'blouses'] ['5923,867,50', 'beautiful', 'i', 'love', 'this', 'top', 'it', 'is', 'sheer', 'so', 'wear', 'a', 'cami', 'but', 'it', 'so', 'pretty', 'i', 'will', 'wear', 'it', 'a', 'lot', 'a', 'winner', 'for', 'sure', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['5924,1033,29', 'runs', 'small', 'but', 'cute', 'i', 'have', 'the', 'jeans', 'version', 'of', 'these', 'pants', 'and', 'these', 'run', 'smaller', 'and', 'they', "'re", 'a', 'little', 'thinner', 'than', 'jeans', 'i', 'like', 'the', 'style', 'and', 'i', 'looove', 'the', 'jeans', 'but', 'i', "'ll", 'have', 'to', 'exchange', 'these', 'for', 'one', 'size', 'bigger', 'and', 'see', 'if', 'they', 'work', ',4,1,3', 'general', 'bottoms', 'jeans'] ['5925,862,55', ',beautiful', 'and', 'delicate', ',5,1,3', 'general', 'tops', 'knits'] ['5926,1094,23', 'much', 'prettier', 'in', 'person', 'this', 'dress', 'is', 'beautiful', 'and', 'extremely', 'flattering-', 'i', 'have', 'an', 'hourglass', 'shape', 'and', 'this', 'dress', 'highlighted', 'that', 'perfectly', 'the', 'pictures', 'online', 'do', 'not', 'do', 'it', 'justice', ',5,1,0', 'general', 'dresses', 'dresses'] ['5927,917,64', 'love', 'the', 'blue', 'in', 'this', 'top', 'i', 'love', 'the', 'tie-dye', 'look', 'i', 'ordered', 'the', 'blue', 'color', 'in', 'my', 'usual', 'size', 'small', 'fit', 'is', 'tts', 'love', 'it', 'just', 'a', 'fyi', '1.', 'on', 'mine', 'one', 'arm', 'is', 'a', 'darker', 'blue', 'tie-dye', 'the', 'other', 'is', 'very', 'light', 'color', 'variation', '2.', 'the', 'white', 'band', 'on', 'the', 'mock-neck', 'does', "n't", 'give', 'much', 'so', 'be', 'careful', 'when', 'putting', 'on/taking', 'off', 'i', 'think', 'it', "'s", 'pricey', 'but', 'ordered', 'during', 'the', 'promo', 'so', 'that', 'made', 'it', 'better', 'it', 'came', 'yesterday', 'put', 'it', 'on', 'w/', 'my', 'washed', 'blue', 'skinny', 'jeans', 'out', 'to', 'dinner', 'we', 'went', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5928,815,45', 'this', 'top', 'is', 'beautiful', 'the', 'top', 'is', 'gorge', 'it', 'may', 'look', 'somewhat', 'slouchy', 'but', 'it', 'falls', 'perfect', 'and', 'looks', 'great', 'especially', 'the', 'navy', 'color', 'with', 'white', 'jeans', 'i', 'liked', 'it', 'so', 'much', 'i', 'ordered', 'the', 'ivory', 'color', 'too', 'beware', 'the', 'quality', 'of', 'this', 'top', 'is', 'extremely', 'delicate', 'and', 'if', 'you', 'do', "n't", 'want', 'it', 'to', 'snag', 'do', 'not', 'wear', 'a', 'bracelet', 'that', 'can', 'snag', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['5929,862,50', 'love', 'love', 'love', 'this', 'top', 'this', 'top', 'is', 'awesome', 'it', 'is', 'feminine', 'and', 'flattering', 'at', 'the', 'same', 'time', 'the', 'color', 'also', 'makes', 'it', 'a', 'little', 'romantic', 'i', 'will', 'wear', 'it', 'with', 'jeans', 'or', 'very', 'a', 'little', 'dressier', 'night', 'out', 'black', 'pants', 'buy', 'this', 'and', 'you', 'will', 'not', 'be', 'disappointed', ',5,1,2', 'general', 'tops', 'knits'] ['5930,833,65', 'this', 'is', 'a', 'fun', 'top', 'for', 'myself', 'it', 'brings', 'out', 'the', 'playful', 'side', 'of', 'me', 'it', 'is', 'flows', 'and', 'just', 'looks', 'lovely', 'i', 'wore', 'it', 'with', 'a', 'white', 'denim', 'skirt', 'and', 'booties', 'i', 'know', 'white', 'and', 'it', 'looked', 'great', 'the', 'fabric', 'is', 'beautiful', 'and', 'in', 'the', 'sun', 'it', 'is', 'breathtaking', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5931,1094,42', 'very', 'flattering', 'love', 'this', 'dress', 'accents', 'your', 'curves', 'and', 'slims', 'you', 'waist', ',5,1,0', 'general', 'dresses', 'dresses'] ['5932,201,24', 'add', 'a', 'little', 'shimmer', 'to', 'your', 'outfit', 'these', 'tights', 'are', 'wonderful', 'exactly', 'as', 'pictured', 'but', 'the', 'shimmer', 'is', 'more', 'apparent', 'in', 'person', 'definitely', 'true', 'to', 'size', 'and', 'super', 'comfy', 'the', 'only', 'tricky', 'part', 'is', 'finding', 'the', 'right', 'shoes', 'to', 'pair', 'with', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['5933,1094,56', 'beautiful', 'dress', 'but', 'huge', 'i', 'am', 'giving', 'this', 'dress', '3', 'stars', 'bc', 'it', "'s", 'pretty', 'and', 'i', 'bought', 'it', 'but', 'i', "'m", 'going', 'to', 'need', 'to', 'get', 'it', 'altered', 'big', 'time', 'i', 'got', 'the', '00', 'and', 'it', "'s", 'too', 'big', 'on', 'top', 'but', 'this', 'is', 'the', 'type', 'of', 'dress', 'that', 'should', 'be', 'fitted', 'on', 'top', 'i', 'am', 'a', 'small', 'person', 'but', 'this', 'fit', 'more', 'like', 'a', '4', 'or', '6.', 'print', 'is', 'beautiful', 'though', 'wayyy', 'prettier', 'than', 'the', 'pic', 'i', 'suggest', 'getting', '2', 'sizes', 'down', 'i', 'could', 'see', 'it', 'being', 'extremely', 'gorgeous', 'if', 'it', 'fits', 'correctly', ',3,1,0', 'general', 'dresses', 'dresses'] ['5934,1139,48', 'so', 'soft', 'and', 'pretty', 'i', 'love', 'this', 'tunic', 'it', "'s", 'wool', 'but', 'the', 'same', 'kind', 'of', 'thin', 'high', 'quality', 'wool', 'you', 'might', 'find', 'in', 'a', 'nicer', 'scarf', 'colors', 'are', 'much', 'nicer', 'than', 'they', 'show', 'up', 'online', 'this', 'is', 'one', 'you', 'really', 'need', 'to', 'see', 'in', 'person', 'the', 'only', 'drawback', 'is', 'that', 'the', 'material', 'seems', 'to', 'snag', 'easily', 'i', 'returned', 'the', 'top', 'at', 'full', 'price', 'as', 'it', 'is', 'just', 'too', 'much', 'to', 'spend', 'for', 'something', 'i', "'ll", 'only', 'wear', 'a', 'few', 'times', 'before', 'no', 'doubt', 'ruining', 'it', 'if', 'you', 'are', 'not', 'hard', 'on', 'your', 'clothes', 'like', 'i', 'am', 'this', 'is', 'a', 'great', 'find', 'i', 'may', 'repurchase', 'it', 'when/if', 'it', 'gets', ',4,1,1', 'general', 'trend', 'trend'] ['5935,1004,62', 'great', 'casual', 'skirt', 'i', 'almost', 'never', 'buy', 'full', 'price', 'but', 'i', 'did', 'with', 'this', 'skirt', 'it', 'is', 'adorable', 'saw', 'it', 'in', 'the', 'store', 'it', 'is', 'too', 'short', 'to', 'wear', 'to', 'work', 'but', 'is', 'fine', 'for', 'casual', 'wear', 'i', 'am', 'a', 'size', '14', 'but', 'the', 'largest', 'one', 'they', 'had', 'was', 'a', '12', 'and', 'it', 'fit', 'perfectly', 'i', '39', 'd', 'size', 'down', 'the', 'fabric', 'is', 'stiff', 'and', 'the', 'a-line', 'stands', 'out', 'colors', 'are', 'southwesternish', 'can', 'be', 'worn', 'with', 'any', 'color', 'top', 'i', 'bought', 'a', 'cream', 'colored', 'top', 'to', 'wear', 'with', 'it', 'that', 'was', 'on', 'the', 'sale', 'rack', 'but', 'i', "'m", 'sure', 'there', 'are', 'plenty', 'things', 'in', 'the', 'closet', 'that', 'will', 'go.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5936,873,47', 'nice', 'addition', 'to', 'my', 'wardrobe', 'i', "'m", '5', '1', '115', 'and', 'bought', 'the', 'small', 'i', 'buy', 'most', 'retailer', 'tops', 'in', 'xs', 'but', 'the', 'small', 'fit', 'well', 'not', 'too', 'tight', 'and', 'is', 'flattering', 'the', 'colors', 'are', 'as', 'seen', 'and', 'are', 'a', 'soft', 'muted', 'color', 'the', 'material', 'is', 'thin', 'which', 'is', 'fine', 'for', 'hot', 'weather', 'and', 'i', 'have', "n't", 'washed', 'so', 'ca', "n't", 'say', 'how', 'colors', 'will', 'hold', 'and', 'how', 'well', 'material', 'will', 'hold', 'but', 'have', 'high', 'expectations', 'for', 'retailer', 'apparel', 'this', 'will', 'work', 'well', 'to', 'wear', 'with', 'shorts', 'or', 'a', 'navy', 'maxi', 'skirt', 'adds', 'a', 'nice', 'touch', 'of', 'color', 'for', 'spring', 'and', 'summer', ',5,1,2', 'general', 'tops', 'knits'] ['5937,873,61', 'great', 'top', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'tops', 'from', 'deletta', 'so', 'i', 'would', 'say', 'this', 'top', 'is', 'true', 'to', 'size', 'i', 'personally', 'loved', 'the', 'fit', 'in', 'the', 'front', 'the', 'seam', 'goes', 'up', 'slightly', 'to', 'follow', 'the', 'bust', 'line', 'there', 'are', 'some', 'gathers', 'in', 'that', 'area', 'as', 'well', 'so', 'that', 'any', 'little', 'bulges', 'in', 'the', 'tummy', 'area', 'are', 'hidden', 'the', 'fabric', 'falls', 'nicely', 'there', 'the', 'seam', 'at', 'the', 'waist', 'on', 'the', 'side', 'and', 'back', 'hit', 'exactly', 'at', 'my', 'waist', 'i', 'love', 'both', 'of', 'the', 'prints', 'the', 'tops', 'seem', 'to', 'be', 'well', 'made', 'time', 'will', 'tell', ',4,1,0', 'general', 'tops', 'knits'] ['5938,1110,54', 'a', 'keeper', 'very', 'lovely', 'dress', 'perfect', 'in', 'all', 'ways', 'although', 'i', 'do', 'find', 'it', 'to', 'run', 'big', 'i', 'ordered', 'the', 'small', 'and', 'i', 'usually', 'wear', 'a', '4', 'to', '6', 'in', 'a', 'dress', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'but', 'it', 'lays', 'nicely', 'it', "'s", 'mostly', 'just', 'the', 'arm', 'hole', 'it', "'s", 'rather', 'large', 'showing', 'the', 'strapless', 'bra', 'so', 'deciding', 'if', 'i', 'should', 'size', 'down', 'if', 'there', 'is', "n't", 'a', 'huge', 'change', 'in', 'sizing', 'or', 'keep', 'and', 'have', 'altered'] ['if', 'anyone', 'has', 'tried', 'in', 'both', 'the', 'xs', 'and', 'sm', 'i', 'will', 'watch', 'for', 'comments', 'overall', 'size', 'differences', 'i', 'have', 'the', 'black', 'and', 'white', 'and', 'wish', 'now', 'i', 'wo', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5939,873,61', 'very', 'flattering', 'top', 'the', 'photo', 'does', 'not', 'do', 'this', 'top', 'justice', 'the', 'design', 'of', 'this', 'peplum', 'is', 'very', 'slimming', 'and', 'the', 'colors', 'are', 'complimentary', 'to', 'any', 'skin', 'tone', 'i', 'usually', 'wear', 'a', 'm', '10', 'but', 'purchased', 'the', 'l', 'based', 'on', 'other', 'reviews', 'it', 'fits', 'perfectly'] ['would', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['5940,895,56', 'beautiful', 'cardy', 'even', 'though', 'i', 'had', 'to', 'return', 'this', 'top', 'because', 'it', 'did', 'not', 'fit', 'me', 'properly', 'it', "'s", 'a', 'very', 'nicely', 'made', 'and', 'attractive', 'piece', 'with', 'a', 'lot', 'of', 'versatility', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['5941,1110,41', 'beautiful', 'swing', 'dress', 'i', 'love', 'the', 'feel', 'and', 'drape', 'of', 'silk', 'this', 'dress', 'has', 'lovely', 'drape', 'and', 'fantastic', 'color', 'i', 'think', 'if', 'paired', 'with', 'the', 'right', 'sweater', 'and', 'leggings', 'this', 'will', 'work', 'well', 'into', 'the', 'fall', 'and', 'also', 'transition', 'into', 'other', 'seasons', 'if', 'you', 'are', 'savvy', 'the', 'only', 'awkward', 'point', 'about', 'this', 'dress', 'is', 'that', 'you', 'must', 'wear', 'a', 'belt', 'with', 'it', 'if', 'you', 'have', 'an', 'hourglass', 'shape', 'otherwise', 'it', "'s", 'a', 'beautiful', 'swing', 'fit', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5942,873,39', 'material', 'too', 'thin', 'too', 'wide', 'on', 'bottom', 'based', 'on', 'other', 'reviews', 'that', 'this', 'top', 'ran', 'large', 'i', 'ordered', 'this', 'online', 'in', 'two', 'sizes', 'both', 'seemed', 'to', 'fit', 'alright', 'in', 'my', 'chest', 'although', 'the', 'chest', 'fit', 'tighter', 'in', 'the', 'smaller', 'size', 'and', 'both', 'were', 'much', 'too', 'big', 'on', 'the', 'bottom', 'the', 'front', 'bottom', 'of', 'this', 'shirt', 'has', 'a', 'series', 'of', 'pleats', 'so', 'the', 'bottom', 'of', 'this', 'top', 'really', 'really', 'really', 'flared', 'out', 'away', 'from', 'my', 'hips', 'the', 'length', 'seemed', 'fine', 'on', 'me', "5'10", 'the', 'material', 'is', 'very', 'thin', 'and', 'i', 'could', 'see', 'my', 'nude', 'bra', 'through', 'the', 'white', 'pattern', ',3,0,0', 'general', 'tops', 'knits'] ['5943,850,59', ',i', 'bought', 'this', 'top', 'in', 'pink', 'today', 'and', 'it', 'is', 'a', 'beautiful', 'bright', 'pink', 'spring', 'color', 'i', 'did', 'have', 'to', 'size', 'down', 'from', 'my', 'normal', 'size', 'six', 'all', 'the', 'way', 'down', 'to', 'a', '2', 'due', 'to', 'armholes', 'being', 'being', 'too', 'big', 'i', 'tend', 'to', 'have', 'a', 'chronic', 'problems', 'with', 'armholes', 'being', 'big', 'so', 'not', 'sure', 'others', 'may', 'find', 'the', 'same', 'problem', 'however', 'i', 'typically', 'size', 'down', 'to', 'a', '4', 'when', 'armholes', 'too', 'big', 'plenty', 'of', 'room', 'in', 'body', 'still', 'but', 'i', 'lost', 'some', 'length', 'i', 'do', 'have', 'a', 'short', 'torso', 'so', 'can', 'get', 'a', 'way', 'with', 'this', 'aside', 'from', 'my', 'armhole', 'problem', 'it', 'is', 'a', 'gorge,5,1,10', 'general', 'petite', 'tops', 'blouses'] ['5944,873,53', 'adorable', 'love', 'this', 'top', 'bought', 'it', 'in', 'the', 'relish', 'color', 'loved', 'it', 'so', 'much', 'bought', 'the', 'green', 'too', 'usually', 'wear', 'a', 'small', 'but', 'the', 'medium', 'was', 'perfect.,5,1,0', 'general', 'tops', 'knits'] ['5945,873,39', 'super', 'cute', 'top', 'i', 'love', 'this', 'top', 'fit', 'is', 'perfect', 'for', 'me', 'shows', 'just', 'the', 'right', 'amount', 'of', 'cleavage', 'wore', 'it', 'to', 'dinner', 'on', 'my', 'birthday', 'and', 'got', 'a', 'ton', 'of', 'compliments', ',5,1,0', 'general', 'tops', 'knits'] ['5946,873,25', 'cute', 'pattern', 'but', 'the', 'shirt', 'is', 'very', 'thin', 'and', 'runs', 'small', 'and', 'short', ',3,0,0', 'general', 'tops', 'knits'] ['5947,850,38', 'nice', 'detail', 'i', 'purchased', 'the', 'mustard', 'colored', 'item', 'and', 'it', 'is', 'very', 'good', 'for', 'spring', 'nice', 'fit', 'nice', 'quality', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['5948,873,45', 'simple', 'stylish', 'top', 'with', 'jeans', 'have', 'worn', 'this', 'top', 'multiple', 'times', 'with', 'jeans', 'neckline', 'makes', 'even', 'those', 'of', 'us', 'who', 'are', 'small', 'busted', 'look', 'great', 'up', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['5949,873,32', 'fun', 'summer', 'tank', 'this', 'top', 'is', 'all', 'around', 'great', 'for', 'summer', 'i', "'ve", 'worn', 'it', 'to', 'festivals', 'for', 'casual', 'workwear', 'etc', 'love', 'the', 'colors', 'they', "'re", 'vibrant', 'this', 'top', 'could', 'even', 'be', 'worn', 'on', 'the', 'warmer', 'days', 'of', 'fall', 'with', 'a', 'light', 'jacket', 'over', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['5950,839,49', 'cute', 'as', 'it', 'is', 'comfy', 'this', 'is', 'a', 'very', 'flattering', 'and', 'comfortable', 'top', 'that', 'can', 'easily', 'transition', 'into', 'fall', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'have', 'the', 'black', 'and', 'white', 'one', 'under', 'my', 'new', 'leather', 'jacket', 'the', 'store', 'was', 'out', 'of', 'my', 'size', 'so', 'i', 'had', 'to', 'order', 'the', 'top', 'which', 'came', 'with', 'a', 'small', 'snag', 'i', 'trimmed', 'the', 'thread', 'and', 'wore', 'it', 'anyway', 'it', 'is', 'also', 'long', 'enough', 'to', 'wear', 'with', 'leggings', ',4,1,1', 'general', 'tops', 'blouses'] ['5951,873,35', ',just', 'bought', 'the', 'patterned', 'and', 'gray', 'the', 'small', 'fit', 'perfect', 'i', 'do', 'have', 'a', 'short', 'torso', 'though', 'chest', 'size', '32dd', 'i', 'tried', 'the', 'medium', 'but', 'then', 'the', 'underarm', 'portion', 'was', 'too', 'wide', 'i', 'might', 'have', 'gotten', 'a', 'medium', 'petite', 'but', 'small', 'petite', 'would', 'have', 'been', 'too', 'small', 'i', 'think', 'i', 'hope', 'the', 'quality', 'holds', 'up', 'which', 'was', 'the', 'only', 'thing', 'i', 'was', "n't", 'sure', 'of', 'great', 'summer', 'tank', 'to', 'throw', 'on', 'with', 'jeans', 'or', 'shorts.,5,1,3', 'general', 'tops', 'knits'] ['5952,1004,36', 'quirky', 'and', 'pretty', 'this', 'flared', 'skirt', 'caught', 'my', 'attention', 'the', 'first', 'time', 'it', 'came', 'up', 'in', 'the', 'website', 'i', 'am', 'more', 'a', 'florals', 'and', 'lace', 'kind', 'of', 'girl', 'but', 'the', 'flattering', 'shape', 'and', 'stripes', 'kept', 'me', 'going', 'back', 'to', 'it', 'agin', 'and', 'again', 'i', 'finally', 'saw', 'it', 'in', 'person', 'at', 'my', 'store', 'and', 'needed', 'to', 'try', 'it', 'on', 'perfect', 'the', 'colors', 'are', 'matte', 'and', 'not', 'metallic', 'as', 'i', 'thought', 'based', 'on', 'the', 'website', 'photo', 'you', 'can', 'definitely', 'dress', 'it', 'down', 'with', 'a', 'chambray', 'too', 'or', 't', 'shirt', 'i', 'wore', 'it', 'to', 'a', 'work', 'meeting', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'it', "'s", 'a', 'bit', 'on', 'th,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5953,895,62', 'pretty', 'everyday', 'sweater', 'the', 'design', 'on', 'the', 'blue', 'sweater', 'is', 'actually', 'a', 'dark', 'navy', 'not', 'black', 'as', 'i', 'thought', 'it', 'was', 'but', 'it', 'still', 'looks', 'beautiful', 'with', 'black', 'underneath', 'rather', 'than', 'jeans', 'like', 'it', "'s", 'shown', 'the', 'v-neck', 'is', 'a', 'nice', 'change', 'from', 'other', 'cardigans', 'i', 'have', 'looks', 'great', 'with', 'a', 'cami', 'or', 'another', 'v-neck', 'underneath', 'it', 'soft', 'nice', 'medium-weight', 'and', 'not', 'at', 'all', 'itchy', 'happy', 'with', 'this', 'as', 'an', 'easy', 'everyday', 'sweater', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['5954,850,57', 'feminine', 'blouse', 'for', 'summer', 'top', 'is', 'blouse', 'and', 'long', 'enough', 'to', 'stay', 'tucked', 'in', 'if', 'you', 'want', 'like', 'the', 'laser', 'cut', 'detail', 'front', 'and', 'back', 'sleeveless', 'is', 'great', 'for', 'summer', 'months', 'here', 'can', 'wear', 'to', 'work', 'or', 'dress', 'down', 'with', 'jeans', 'fit', 'is', 'true', 'to', 'size', 'i', 'am', '5', '5', 'slim', 'and', 'small', 'busted', 'so', 'anything', 'fits', 'me', 'i', 'would', 'think', 'it', 'you', "'re", 'busty', 'it', 'would', 'be', 'fine', 'as', 'it', "'s", 'a', 'blousy', 'fit'] ['the', 'color', 'is', 'more', 'of', 'a', 'salmon', 'pink', 'which', 'works', 'for', 'me', 'however', 'if', 'your', 'looking', 'for', 'a', 'true', 'pink', 'it', 'may', 'not', 'work', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5955,850,37', 'perfect', 'fit', 'on', 'me', 'i', 'ordered', 'this', 'in', 'an', '8p', 'yellow', 'the', 'yellow', 'is', 'more', 'of', 'a', 'rich', 'golden', 'yellow', 'than', 'the', 'easter', 'yellow', 'i', 'see', 'on', 'my', 'monitor', 'that', 'i', 'was', 'hoping', 'it', "'d", 'be', 'but', 'i', "'m", 'keeping', 'it', 'because', 'it', 'fits', 'me', 'perfectly', 'i', 'am', 'chesty', 'for', 'my', 'size', '32ddd', 'and', 'somehow', 'i', 'do', "n't", 'look', 'bigger', 'than', 'i', 'am', 'in', 'this', 'top', 'i', 'also', 'have', 'broad', 'shoulders', 'and', 'this', 'does', "n't", 'feel', 'tight', 'when', 'i', 'move', 'my', 'arms', 'bonus', 'that', 'it', 'has', 'loops', 'to', 'keep', 'your', 'bra', 'straps', 'in', 'place', 'i', 'have', 'to', 'dock', 'a', 'star', 'though', 'because', 'there', 'are', 'quite', 'a', 'few', 'fabric', 'threads', 'to', 'trim', 'f', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['5956,1110,42', 'beautiful', 'i', 'have', 'been', 'eyeing', 'this', 'dress', 'for', 'months', 'and', 'finally', 'a', 'sale', 'the', 'pattern', 'is', 'beautiful', 'and', 'is', 'a', 'great', 'quality', 'the', 'fit'] ['it', 'is', 'a', 'swing', 'dress', 'so', 'if', 'you', 'are', 'a', 'bigger', 'girl', 'this', 'may', 'not', 'be', 'flattering', 'try', 'a', 'belt', 'though', 'the', 'high', 'neck', 'could', 'be', 'a', 'bother', 'for', 'some-it', 'does', 'fit', 'close', 'to', 'the', 'neck', 'but', 'not', 'tight'] ['also', 'size', 'down', 'two', 'sizes', 'i', 'do', 'usually', 'a', 'medium', 'and', 'i', 'went', 'with', 'a', 'petite', 'small'] ['finally', 'this', 'dress', 'can', 'be', 'worn', 'in', 'summer', 'and', 'winter', 'i', 'do', 'a', 'belt', 'and', 'a', 'blazer', 'for', 'office', 'and', 'a', 'light', 'sweater', 'for', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5957,839,54', 'do', "n't", 'miss', 'this', 'top', 'this', 'is', 'a', 'great', 'top', 'and', 'worth', 'the', 'money', 'nice', 'flow', 'to', 'it', 'soft', 'material', 'and', 'light', 'weight', 'for', 'hot', 'summer', 'days', 'many', 'light', 'weight', 'tops', 'are', 'sheer', 'and', 'require', 'a', 'cami', 'this', 'one', 'does', 'not', 'which', 'is', 'key', 'for', 'those', 'of', 'us', 'that', 'live', 'in', 'hot', 'climates', 'do', "n't", 'miss', 'out', ',5,1,3', 'general', 'tops', 'blouses'] ['5958,1110,34', 'i', 'love', 'this', 'dress', 'and', 'would', 'have', 'bought', 'it', 'on', 'the', 'spot', 'without', 'hesitation', 'if', 'i', 'just', 'had', 'an', 'event', 'to', 'wear', 'it', 'to', 'i', 'am', 'plus', 'sized', '18', 'pants', '16', 'dress', '5', '7', '36-38', 'ddd', 'and', 'i', 'never', 'size', 'down', 'but', 'i', 'was', 'able', 'to', 'with', 'this', 'dress', 'because', 'it', 'is', 'so', 'flowy', 'the', 'dress', 'hit', 'just', 'below', 'my', 'knee', 'and', 'the', 'only', 'fit', 'difference', 'i', 'saw', 'when', 'i', 'tried', 'on', 'the', 'petite', 'is', 'that', 'it', 'was', 'slightly', 'shorter', 'still', 'no', 'thigh', 'showing', 'this', 'would', 'be', 'flattering', 'on', 'absolutely', 'anyone', 'if', 'you', 'are', 'worried', 'about', 'bulges', 'this', 'dress', 'will', 'give', 'y', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5959,1004,39', 'love', 'the', 'length', 'as', 'i', 'am', 'short', 'this', 'skirt', 'is', 'beautiful', 'i', 'even', 'have', 'the', 'perfect', 'shirt', 'to', 'wear', 'with', 'it', 'sadly', 'though', 'i', 'have', 'to', 'decide', 'between', 'too', 'many', 'nice', 'things', 'what', 'to', 'do', 'i', 'tried', 'on', 'the', '0', 'and', 'it', 'fits', 'me', 'perfectly', 'above', 'the', 'knee', 'waist', 'just', 'right', '26.5', 'in', 'colors', 'are', 'fun', 'and', 'great', 'for', 'fall', 'but', 'could', 'also', 'summer-ize', 'the', 'skirt.fabric', 'is', 'thick', 'however', 'and', 'well-made', 'i', 'highly', 'recommen', 'but', 'leave', 'a', '0', 'for', 'me', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['5960,873,31', 'even', 'prettier', 'in', 'person', 'i', 'purchased', 'the', 'purple', 'motif', 'in', 'petite', 'size', 'small', 'it', 'hits', 'just', 'the', 'right', 'length', 'for', 'me', 'but', 'i', 'can', 'see', 'that', 'if', 'i', 'were', 'any', 'larger', 'chested', 'it', 'might', 'be', 'an', 'issue', 'for', 'reference', 'i', "'m", 'a', '32d', '5', '4', '112lb', 'it', "'s", 'very', 'forgiving', 'on', 'the', 'tummy', 'area', 'without', 'looking', 'bulky', 'other', 'moms', 'know', 'what', 'i', "'m", 'talking', 'about', 'and', 'understand', 'my', 'appreciation', 'for', 'this', 'the', 'shirt', 'is', 'also', 'a', 'nice', 'quality', 'really', 'comfortable', 'and', 'it', "'s", 'easy', 'to', 'wear', 'with', 'jeans', 'shorts', 'skirts', 'etc.', 'making', 'it', 'a', 'welcome', 'versatile', 'piece', ',5,1,2', 'general', 'tops', 'knits'] ['5961,873,31', 'cute', 'top', 'this', 'was', 'really', 'cute', 'and', 'fit', 'true', 'to', 'size', 'the', 'only', 'thing', 'i', 'did', "n't", 'love', 'was', 'the', 'dip', 'on', 'the', 'top', 'left', 'side', 'of', 'the', 'tank', 'near', 'the', 'cleavage', 'i', 'probably', 'should', "n't", 'have', 'been', 'surprised', 'since', 'it', 'actually', 'shows', 'up', 'in', 'the', 'picture', 'on', 'the', 'model', 'but', 'it', 'does', "n't", 'lay', 'flat', 'correctly', 'there', 'like', 'the', 'right', 'side', 'either', 'way', 'it', "'s", 'still', 'very', 'flattering', 'and', 'cute', ',4,1,1', 'general', 'tops', 'knits'] ['5962,850,46', 'terrible', 'quality', 'of', 'material', 'i', 'ordered', 'the', 'coral/peach', 'version', 'in', 'size', '16.', 'it', 'ran', 'small', 'especially', 'compared', 'to', 'other', 'size', '14', 'or', '16', 'maeve', 'blouses', 'i', "'ve", 'purchased', 'very', 'tight', 'throughout', 'the', 'blouse', 'the', 'product', 'photos', 'looked', 'so', 'nice', 'compared', 'to', 'what', 'arrived', 'the', 'material', 'was', 'extremely', 'cheap', 'in', 'quality', 'it', 'wrinkled', 'terribly', 'the', 'bow', 'pulled', 'the', 'material', 'down', 'which', 'obscured', 'the', 'look', 'of', 'the', 'eyelet', 'the', 'idea', 'of', 'this', 'was', 'perfect', 'for', 'my', 'style', 'unfortunately', 'the', 'poor', 'choice', 'in', 'material', 'poor', 'fit', 'made', 'this', 'a', 'return', 'for', 'me', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['5963,873,41', 'flattering', 'tank', 'i', 'purchased', 'the', 'coral', 'color', 'i', "'m", 'usually', 'between', 'an', 'xs', 'and', 'small', 'in', 'this', 'brand', 'and', 'i', 'felt', 'the', 'top', 'runs', 'a', 'tad', 'small', 'so', 'the', 'small', 'fit', 'much', 'better', 'simple', 'and', 'flattering', 'top', ',5,1,1', 'general', 'tops', 'knits'] ['5964,1004,23', 'love', 'the', 'structure', 'not', 'the', 'length', 'i', 'got', 'this', 'skirt', 'earlier', 'this', 'week', 'and', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'i', 'love', 'the', 'color', 'and', 'the', 'shape', 'everyone', 'else', 'loved', 'it', 'on', 'me', 'it', 'looked', 'great', 'with', 'a', 'buttondown', 'but', 'i', 'will', 'say', 'that', 'it', "'s", 'short', 'i', "'m", 'usually', 'a', 'petite', 'in', 'bottoms', 'and', 'i', 'wore', 'tights', 'so', 'i', 'would', "n't", 'flash', 'anyone', 'when', 'i', 'bent', 'down', 'i', 'can', 'only', 'imagine', 'how', 'it', 'would', 'be', 'on', 'a', 'taller', 'girl', 'it', 'also', 'fits', 'at', 'the', 'natural', 'waist', 'instead', 'of', 'the', 'hip', 'i', "'m", 'usually', 'a', 'size', '6', 'in', 'bottoms', 'but', 'i', 'bought', 'the', 'size', '4', 'because', 'it', 'sits', 'higher', 'up', ',4,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['5965,873,32', 'really', 'nice', 'top', 'i', 'really', 'love', 'this', 'top', 'great', 'colors', 'comfortable', 'long', 'enough', 'always', 'a', 'problem', 'for', 'me', 'light', 'but', 'feels', 'quality', 'fabric', 'and', 'nice', 'details', ',5,1,0', 'general', 'tops', 'knits'] ['5966,839,25', 'i', 'wish', 'i', 'had', 'bought', 'it', 'in', 'every', 'color', 'this', 'top', 'is', 'amazing', 'i', 'thought', 'it', 'looked', 'really', 'cute', 'in', 'the', 'photos', 'but', 'it', "'s", 'even', 'cuter', 'online', 'the', 'material', 'is', 'great', 'and', 'you', 'ca', "n't", 'go', 'wrong', 'with', 'the', 'fit', 'i', 'love', 'tops', 'that', 'are', 'loose', 'and', 'flowy', 'so', 'when', 'i', "'m", 'feeling', 'a', 'bit', 'bloated', 'i', 'can', 'still', 'look', 'cute', 'in', 'tops', 'this', 'one', 'is', 'definitely', 'a', 'must', ',5,1,1', 'general', 'tops', 'blouses'] ['5967,1004,53', 'lovely', 'skirt', 'i', 'was', 'hesitant', 'to', 'try', 'this', 'on', 'because', 'honestly', 'it', 'looked', 'so', 'short', 'however', 'i', 'just', 'bought', 'this', 'at', 'my', 'retailer', 'store', 'and', 'it', 'is', 'very', 'flattering', 'on', '1st', 'of', 'all', 'it', 'runs', 'big', 'my', 'normal', 'size', '12', 'was', 'way', 'too', 'big', 'and', 'i', 'had', 'to', 'go', 'down', 'a', 'size', 'i', 'could', 'have', 'gone', 'down', '2', 'sizes', 'but', 'the', 'length', 'became', 'problematic', 'in', 'my', 'regular', 'size', 'that', 'was', 'too', 'big', 'the', 'skirt', 'hit', 'me', 'a', 'few', 'inches', 'above', 'my', 'knee', 'perfect', 'in', 'the', 'size', 'smaller', 'it', 'was', 'a', 'tad', 'higher', 'wish', 'it', 'was', 'the', 'same', 'longer', 'length', 'as', 'the', '12', 'but', 'still', 'acceptabl', ',4,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['5968,850,23', 'very', 'cute', 'the', 'only', 'negative', 'thing', 'i', 'have', 'to', 'say', 'is', 'that', 'the', 'color', 'in', 'person', 'is', 'different', 'than', 'the', 'picture-', 'it', 'is', 'much', 'more', 'of', 'a', 'coral', 'pink', 'than', 'a', 'rosy', 'pink', 'which', 'is', 'fine', 'just', 'a', 'tad', 'unexpected', 'i', 'ordered', 'a', 'size', '8', 'and', 'it', 'fits', 'perfectly', '32ddd', 'chest', 'the', 'laser', 'cut', 'outs', 'in', 'the', 'yoke', 'add', 'a', 'very', 'nice', 'feminine', 'unique', 'touch', 'to', 'an', 'otherwise', 'basic', 'top', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5969,873,29', 'way', 'too', 'large', 'in', 'the', 'waist', 'definitely', 'size', 'down', 'the', 'waist', 'and', 'chest', 'were', 'baggy', 'in', 'my', 'normal', 'size', 's.', ',3,0,0', 'general', 'tops', 'knits'] ['5970,873,25', ',this', 'shirt', 'is', 'so', 'cute', 'very', 'casual', 'looks', 'and', 'fits', 'exactly', 'like', 'the', 'model', 'and', 'a', 'basic', 'retailer', 'fit', 'around', 'the', 'waist.,4,1,0', 'general', 'tops', 'knits'] ['5971,1004,39', 'cute', 'skirt', 'the', 'fabric', 'was', 'more', 'southwestern', 'looking', 'when', 'i', 'got', 'it', 'than', 'it', 'looked', 'in', 'the', 'pics', 'it', 'fit', 'a', 'bit', 'larger', 'around', 'the', 'bottom', 'than', 'i', 'like', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['5972,873,41', 'flexible', 'style', 'cute', 'fit', 'very', 'true', 'to', 'size', 'i', "'m", 'a', 'sm-med', 'or', '6-8.', 'my', 'sizing', 'varies', 'widely', 'at', 'retailer', 'and', 'this', 'was', 'a', 'perfect', 'medium', 'fit'] ['adorable', 'with', 'jeans', 'or', 'shorts', 'or', 'dress', 'up', 'with', 'suit', 'or', 'pencil', 'skirt'] ['i', 'have', 'the', 'blue/green', ',5,1,0', 'general', 'tops', 'knits'] ['5973,873,50', ',great', 'shirt', 'i', 'could', "n't", 'picture', 'the', 'material', 'but', 'it', "'s", 'washable', 'and', 'great', 'for', 'hot', 'days', 'when', 'you', 'want', 'to', 'look', 'styling.,5,1,0', 'general', 'tops', 'knits'] ['5974,839,56', 'darling', 'summer', 'top', 'i', 'usually', 'try', 'to', 'avoid', 'paying', 'full', 'price', 'for', 'items', 'but', 'saw', 'this', 'in', 'the', 'store', 'and', 'could', "n't", 'pass', 'it', 'up', 'tried', 'it', 'on', 'in', 'my', 'usual', 'size', '2p', 'and', 'had', 'to', 'have', 'it', 'i', 'bought', 'the', 'white/black', 'one', 'and', 'it', 'looks', 'great', 'with', 'black', 'capris', 'fabric', 'is', 'lightweight', 'and', 'airy', 'perfect', 'for', 'hot', 'summer', 'days', ',5,1,1', 'general', 'tops', 'blouses'] ['5975,839,61', 'love', 'it', 'if', 'you', "'re", 'looking', 'for', 'pretty', 'and', 'flowy', 'this', 'is', 'it', 'i', 'frequently', 'wear', 'xs', 'in', 'retailer', 'sizing', 'but', 'in', 'this', 'top', 'i', 'went', 'with', 'a', 's.', '5', '4', '123lbs', '34a', 'love', 'the', 'top', 'but', 'debating', 'on', 'keeping', 'it', 'because', 'i', "'m", 'not', 'sure', 'the', 'yellow', 'color', 'looks', 'great', 'on', 'my', 'slightly', 'olive', 'skin', 'great', 'with', 'legging', 'capris', 'for', 'summer', ',5,1,6', 'general', 'tops', 'blouses'] ['5976,1110,33', 'not', 'for', 'the', 'broad-shouldered', 'this', 'dress', 'is', 'gorgeous', 'but', 'the', 'cut', 'of', 'the', 'neck', 'and', 'arms', 'is', 'designed', 'for', 'girls', 'with', 'a', 'slim', 'frame', 'only', 'i', 'wish', 'it', 'worked', 'the', 'fabric', 'and', 'pattern', 'are', 'beautiful', 'sad', 'to', 'send', 'it', 'back', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5977,850,36', 'pretty', 'and', 'sophisticated', 'this', 'is', 'a', 'great', 'top', 'i', 'love', 'the', 'color', 'of', 'the', 'pink', 'it', 'is', 'the', 'perfect', 'color', 'of', 'pink', 'not', 'too', 'bright', 'or', 'too', 'light', 'but', 'a', 'pretty', 'pink-coral', 'spring', 'color', 'i', 'am', 'fair', 'skinned', 'and', 'this', 'color', 'looks', 'great', 'on'] ['i', 'got', 'the', '0', 'regular', 'and', 'it', 'fits', 'perfect', 'i', 'am', '5', '2', 'and', '110lbs', 'i', 'usually', 'get', 'petite', 'but', 'i', 'ca', "n't", 'imagine', 'this', 'shirt', 'being', 'shorter', 'it', "'s", 'a', 'great', 'length', 'i', 'can', 'wear', 'it', 'slightly', 'tucked', 'in', 'or', 'out', 'without', 'it', 'looking', 'sloppy', 'it', 'also', 'hides', 'any', 'belly', 'issues', 'for', 'those', 'mamas', 'out', 'there', 'love', 'it', 'perfect', 'fo', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['5978,1086,29', 'very', 'cute', 'dress', 'but', 'odd', 'sizing', 'the', 'pattern', 'and', 'fabric', 'are', 'very', 'nice', 'i', "'m", 'usually', 'an', '8/m', 'for', 'dresses', 'it', 'was', 'very', 'narrow', 'across', 'the', 'top', 'and', 'i', 'have', 'a', 'small', 'chest', 'but', 'hung', 'very', 'low', 'in', 'the', 'armpit', 'i', 'guess', 'if', 'you', "'re", 'small', 'up', 'top', 'this', 'might', 'fit', 'better', ',4,0,1', 'general', 'dresses', 'dresses'] ['5979,873,51', 'great', 'too', 'this', 'is', 'a', 'perfect', 'casual', 'too', 'to', 'pair', 'with', 'jns', 'and', 'shorts', 'for', 'spring', ',5,1,0', 'general', 'tops', 'knits'] ['5980,839,44', 'got', 'the', 'last', 'one', 'i', 'bought', 'this', 'at', 'my', 'local', 'retailer', 'store', 'i', 'bought', 'the', 'last', 'one', 'and', 'when', 'i', 'walked', 'out', 'of', 'the', 'dressing', 'room', 'a', 'lady', 'asked', 'if', 'i', 'was', 'buying', 'it', 'uh', 'yeah', 'this', 'is', 'so', 'cute', 'with', 'jeans', 'or', 'pants', 'and', 'booties', 'i', 'bought', 'the', 'yellow', 'its', 'lightweight', 'and', 'perfect', 'for', 'work', 'or', 'weekend', 'ive', 'received', 'many', 'compliments', 'the', 'arm', 'holes', 'were', 'small', 'for', 'me', 'i', 'bought', 'a', 'size', '6', 'normally', 'i', "'m", 'a', 'small', 'or', 'xs', 'in', 'most', 'tops', 'i', 'am', '5-2', '130', 'lbs', 'petite', 'and', 'fit', 'the', '6', 'regular', 'was', 'perfect', 'for', 'me', 'i', 'was', 'ok', 'with', 'it', 'a', 'little', 'longer', ',5,1,0', 'general', 'tops', 'blouses'] ['5981,839,46', 'nice', 'to', 'have', 'colors', 'rather', 'than', 'a', 'solid', 'top', 'i', 'actually', 'bought', 'the', 'pink', 'also', 'because', 'i', 'like', 'the', 'fit', 'so', 'much', 'i', "'m", '5', '8', '140', 'and', 'wear', 'a', 'size', '6', 'tts', 'i', 'like', 'the', 'cut', 'and', 'it', "'s", 'long', 'enough', 'which', 'can', 'sometimes', 'be', 'a', 'problem', 'for', 'me', ',5,1,0', 'general', 'tops', 'blouses'] ['5982,873,36', 'versatile', 'top', 'this', 'top', 'is', 'beautiful', 'and', 'fits', 'true', 'to', 'size', '4ft', '11inches', 'and', '114', 'lbs', 'and', 'i', 'purchased', 'the', 'xs', 'i', 'was', 'at', 'the', 'montclair', 'location', 'today', 'and', 'they', 'had', 'this', 'top', 'in', 'white', 'lavendar', 'the', 'pattern', 'which', 'is', 'displayed', 'online', 'and', 'gray', 'the', 'white', 'was', 'see', 'through', 'so', 'you', 'will', 'definitely', 'have', 'to', 'wear', 'an', 'under', 'garment', 'with', 'it', 'this', 'top', 'will', 'be', 'perfect', 'for', 'the', 'spring', 'with', 'a', 'cardigan', 'or', 'by', 'itself', 'in', 'the', 'summer', 'i', 'still', 'have', 'a', 'little', 'stomach', 'left', 'over', 'from', 'my', 'second', 'pregnancy', 'and', 'this', 'top', 'hides', 'it', 'well', 'i', 'decided', 'to', ',5,1,18', 'general', 'tops', 'knits'] ['5983,873,37', 'cute', 'colorful', 'top', 'i', 'love', 'this', 'tank', 'the', 'colors', 'are', 'great', 'and', 'the', 'fit', 'is', 'flattering', 'the', 'fabric', 'is', 'lightweight', 'but', 'not', 'cheap', 'or', 'so', 'thin', 'that', 'you', 'need', 'to', 'wear', 'something', 'under', 'it', 'i', 'am', '5', '7', 'and', 'the', 'length', 'was', 'fine', 'for', 'me', ',5,1,0', 'general', 'tops', 'knits'] ['5984,1110,61', 'armpit', 'issue', 'i', 'received', 'tons', 'of', 'compliments', 'on', 'this', 'dress', 'the', 'print', 'is', 'fun', 'and', 'works', 'well', 'with', 'the', 'modest', 'shape', 'i', 'love', 'the', 'high', 'neckline', 'and', 'the', 'long', 'hem', 'it', "'s", 'different', 'and', 'cool'] ['my', 'only', 'complaint', 'the', 'arm', 'holes', 'fall', 'super', 'low', 'i', 'did', "n't", 'realize', 'until', 'i', 'looked', 'at', 'photos', 'but', 'my', 'bra', 'was', 'very', 'visible', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['5985,850,41', 'navy', 'top', 'is', 'classic', 'and', 'timeless', 'i', 'was', 'looking', 'for', 'a', 'navy', 'top', 'to', 'replace', 'an', 'overused', 'navy', 'silk', 'cowlneck', 'that', 'i', 'have', 'been', 'wearing', 'for', 'years', 'this', 'is', 'perfect', 'light', 'versatile', 'and', 'classic', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['5986,873,40', 'great', 'purchase', 'if', 'on', 'sale', 'i', 'purchased', 'this', 'top', 'on', 'sale', 'and', 'it', "'s", 'almost', 'perfect', 'the', 'pleats', 'under', 'the', 'rib', 'cage', 'make', 'the', 'bottom', 'bell', 'out', 'a', 'little', 'bit', 'not', 'enough', 'to', 'make', 'me', 'want', 'to', 'return', 'it', 'but', 'i', "'m", 'glad', 'i', 'did', "n't", 'pay', 'full', 'price', ',4,1,0', 'general', 'tops', 'knits'] ['5987,873,47', ',,4,1,0', 'general', 'tops', 'knits'] ['5988,850,39', 'super', 'cute', 'with', 'skinny', 'jeans', 'true', 'to', 'size', 'i', "'m", 'size', '4', '138', 'pounds', 'and', '34c', 'got', 'a', 'small', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['5989,873,31', ',,5,1,0', 'general', 'tops', 'knits'] ['5990,895,74', 'unique', 'cardigan', 'both', 'dressy', 'and', 'casual', 'i', 'love', 'this', 'sweater', 'because', 'it', 'is', 'so', 'versatile', 'it', 'looks', 'casual', 'with', 'jeans', 'but', 'i', 'plan', 'to', 'wear', 'it', 'to', 'the', 'opera', 'with', 'dressy', 'black', 'slacks', 'the', 'beautiful', 'black', 'embroidery', 'is', 'unusual', 'and', 'asymmetrical', 'in', 'back', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['5991,839,42', 'darling', 'top', 'love', 'this', 'top', 'such', 'a', 'fun', 'pattern', 'and', 'style', 'soft', 'too', 'easily', 'paired', 'with', 'a', 'sweater', 'or', 'light', 'weight', 'denim/cargo', 'jackets', 'for', 'fall', 'i', 'generally', 'wear', 'an', 'xs', 'in', 'retailer', 'tops', 'and', 'purchased', 'this', 'in', 'a', '2', 'which', 'is', 'a', 'perfect', 'fit', 'it', 'could', 'be', 'a', 'tad', 'more', 'roomy', 'in', 'the', 'chest', 'however', 'the', '4', 'would', 'be', 'too', 'big', 'overall', ',5,1,1', 'general', 'tops', 'blouses'] ['5992,873,40', 'cute', 'top', 'i', 'purchased', 'the', 'teal/blue', 'version', 'and', 'the', 'colors', 'are', 'slightly', 'muted', 'but', 'very', 'pretty', 'i', 'wish', 'it', 'were', 'a', 'tad', 'bit', 'longer', 'but', 'if', 'you', "'re", 'looking', 'for', 'a', 'shirt', 'that', 'does', 'not', 'look', 'like', 'a', 'tunic', 'this', 'is', 'ideal', 'it', "'s", 'cotton', 'so', 'it', 'feels', 'like', 'a', 't-shirt', 'but', 'with', 'a', 'much', 'more', 'elevated', 'design', 'and', 'cut', 'a', 'cute', 'and', 'easy', 'top', ',4,1,0', 'general', 'tops', 'knits'] ['5993,1101,49', 'attractive', 'and', 'comfortable', 'dress', 'i', 'was', 'impressed', 'with', 'the', 'textured', 'knit', 'of', 'this', 'piece', 'which', 'looked', 'nicer', 'in', 'person', 'than', 'online', 'and', 'the', 'open', 'neckline', 'with', 'a', 'contrasting', 'stripe', 'i', 'really', 'liked', 'that', 'the', 'whole', 'bodice', 'was', 'lined', 'with', 'a', 'sewn-in', 'lining', 'from', 'neck', 'to', 'hem', 'minus', 'the', 'sleeves', 'i', 'would', 'have', 'loved', 'the', 'dress', 'overall', 'but', 'my', 'usual', 'size', 'small', 'was', 'snug', 'at', 'the', 'hips', 'and', 'it', 'would', 'have', 'just', 'made', 'me', 'too', 'self-conscious', 'for', 'that', 'reason', 'sadly', 'i', 'have', 'to', 'return', 'mine', 'but', 'i', 'would', 'certainly', 'recommend', 'the', 'style', 'for', 'someone', 'with', 'slim', 'hips', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['5994,839,48', 'buy', 'this', 'shirt', 'before', 'it', 'sells', 'out', 'this', 'was', 'the', 'best', 'purchase', 'of', 'the', 'summer', 'it', "'s", 'cute', 'and', 'comfortable', 'without', 'being', 'too', 'baggy/loose', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'fits', 'true', 'to', 'size', 'i', 'bought', 'the', 'floral', 'orange', 'one', 'could', "n't", 'be', 'happier', ',5,1,0', 'general', 'tops', 'blouses'] ['5995,873,53', 'cute', 'but', 'thin', 'fabric', 'love', 'the', 'style', 'and', 'cut', 'of', 'this', 'top', 'but', 'fabric', 'is', 'quite', 'thin', 'tts', 'if', 'not', 'a', 'tad', 'on', 'the', 'small', 'side', 'i', "'m", 'small', 'busted', 'so', 'my', 'usual', 'medium', 'was', 'fine', 'undecided', 'if', 'i', "'m", 'keeping', 'this', 'top', 'or', 'not', ',4,1,1', 'general', 'tops', 'knits'] ['5996,873,58', 'flattering', 'shape', 'i', 'bought', '2', 'in', 'the', 'store', 'i', 'usually', 'order', 'large', 'petite', 'but', 'i', 'was', 'in', 'the', 'store', 'which', 'does', "n't", 'have', 'petites', 'so', 'i', 'tried', 'a', 'large', 'and', 'it', 'was', 'tight', 'in', 'the', 'bust', 'but', 'i', 'loved', 'the', 'shape', 'i', 'ended', 'up', 'buying', 'xl', "'s", 'and', 'taking', 'them', 'up', 'at', 'the', 'shoulders', 'to', 'make', 'it', 'a', 'petite', 'fit', 'gives', 'me', 'a', 'small', 'looking', 'waistline', ',5,1,0', 'general', 'tops', 'knits'] ['5997,839,23', 'cute', 'top', 'i', 'did', "n't", 'love', 'it', 'enough', 'to', 'buy', 'it', 'but', 'did', 'think', 'it', 'was', 'cute', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40', ',4,1,14', 'general', 'tops', 'blouses'] ['5998,873,23', 'cute', 'tank', 'i', 'did', 'not', 'purchase', 'because', 'it', 'was', 'too', 'low', 'cut', 'for', 'my', 'liking', 'but', 'otherwise', 'really', 'liked', 'this', 'top', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'my', 'measurements', 'are', '38-30-40', 'for', 'reference', ',4,1,5', 'general', 'tops', 'knits'] ['5999,839,22', 'very', 'flattering', 'great', 'fit', 'for', 'reference', 'i', 'am', '5', '7', '160', 'lbs', 'and', 'bought', 'a', 'size', 'medium', 'there', 'is', 'a', 'piece', 'of', 'fabric', 'that', 'acts', 'as', 'a', 'cami', 'underneath', 'to', 'prevent', 'any', 'unwanted', 'reveal', 'with', 'the', 'lace', 'up', 'soft', 'fabric', 'and', 'falls', 'beautifully', ',5,1,0', 'general', 'tops', 'blouses'] ['6000,1101,40', 'very', 'flattering', 'i', 'bought', 'this', 'in', 'blue', 'and', 'love', 'it', 'i', 'usually', 'wear', 'an', 'xs', 'to', 'small', 'in', 'retailer', 'shirts', 'and', 'a', 'small', 'to', 'medium', 'in', 'dresses', 'i', 'ended', 'up', 'with', 'an', 'extra', 'small', 'petite', 'in', 'this', 'it', 'is', 'really', 'flattering', 'and', 'hides', 'the', 'stomach', 'enough', 'i', 'highly', 'recommend', 'the', 'dress', 'if', 'you', 'size', 'way', 'down.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6001,873,38', 'stylish', 'hip', 'professional', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'to', 'big', 'but', 'it', 'fits', 'perfectly', 'fitted', 'and', 'flattering.,5,1,0', 'general', 'tops', 'knits'] ['6002,873,35', ',,3,1,0', 'general', 'tops', 'knits'] ['6003,1086,47', 'great', 'day', 'dress', 'this', 'is', 'my', 'favorite', 'kind', 'of', 'neckline', 'it', 'is', 'very', 'flattering', 'cool', 'for', 'summer', 'my', 'only', 'complaint', 'is', 'the', 'armpit', 'scoops', 'down', 'a', 'little', 'too', 'low', 'but', 'i', 'will', 'just', 'wear', 'a', 'bandeau', 'underneath', 'it', 'its', 'super', 'cute', 'will', 'be', 'great', 'for', 'vacationing', 'next', 'summer.,5,1,0', 'general', 'dresses', 'dresses'] ['6004,873,52', 'not', 'as', 'cute', 'in', 'person', 'per', 'the', 'other', 'reviews', 'i', 'sized', 'up', 'and', 'got', 'the', 'medium', 'it', 'was', 'still', 'tight', 'around', 'the', 'girls', 'and', 'i', "'m", 'not', 'that', 'well', 'endowed', 'but', 'too', 'big', 'in', 'the', 'armholes', 'the', 'fabric', 'is', 'a', 'kind', 'of', 'thin', 'tee', 'shirt', 'material', 'i', 'kept', 'it', 'because', 'i', "'m", 'lazy', 'but', 'not', 'sure', 'how', 'much', 'i', "'ll", 'wear', 'it', 'given', 'the', 'strange', 'fit', ',2,0,0', 'general', 'tops', 'knits'] ['6005,873,29', 'love', 'this', 'top', 'i', 'love', 'how', 'it', 'fits', 'very', 'flattering', 'the', 'quality', 'of', 'the', 'cotton', 'part', 'of', 'this', 'top', 'is', 'a', 'little', 'less', 'in', 'quality', 'of', 'that', 'fabric', 'than', 'i', 'expected', 'but', 'i', 'love', 'this', 'top', 'and', 'i', 'foresee', 'wearing', 'it', 'all', 'year', 'round', ',5,1,0', 'general', 'tops', 'knits'] ['6006,873,34', 'great', 'tank', 'just', 'not', 'for', 'me', 'the', 'sizing', 'and', 'length', 'are', 'great', 'had', 'it', 'not', 'been', 'for', 'my', 'chest', 'area', 'i', 'sized', 'up', 'from', 'my', 'usual', 'medium', 'but', 'the', 'pleats', 'create', 'a', 'maternity', 'look', 'for', 'me', 'unfortunately', 'it', 'truly', 'is', 'a', 'great', 'tank', 'top', ',3,1,0', 'general', 'tops', 'knits'] ['6007,525,36', 'great', 'fit', 'this', 'is', 'really', 'a', 'nice', 'piece', 'briefs', 'have', 'nice', 'coverage', 'and', 'more', 'of', 'a', 'hipster', 'but', 'you', 'can', 'also', 'easily', 'pair', 'the', 'top', 'with', 'just', 'black', 'briefs', 'i', 'only', 'sent', 'it', 'back', 'because', 'the', 'tankini', 'style', 'pushed', 'up', 'my', 'love', 'handles', 'and', 'did', "n't", 'look', 'quite', 'right', 'but', 'for', 'many', 'others', 'it', 'would', 'work', 'nicely.,5,1,0', 'initmates', 'intimate', 'swim'] ['6008,873,47', 'adorable', 'this', 'top', 'is', 'adorable', 'i', 'finally', 'broke', 'down', 'and', 'bought', 'it', 'so', 'happy', 'i', 'did', 'fits', 'good', 'not', 'too', 'long', 'sits', 'at', 'hip', 'were', 'it', 'should', 'very', 'flattering', 'i', 'went', 'with', 'the', 'reviews', 'and', 'sized', 'up', 'i', 'am', 'a', 'petite', 'sx', 'normally', 'in', 'retailer', 'but', 'went', 'with', 'what', 'the', 'reviews', 'said', 'and', 'got', 'a', 'reg', 'small', 'glad', 'i', 'did', 'it', 'is', 'a', 'bit', 'snug', 'not', 'tight', 'in', 'the', 'chest', 'but', 'has', 'stretch', 'to', 'it', 'i', 'am', '5', '1', '108', '33d', 'if', 'you', 'are', 'bigger', 'in', 'the', 'chest', 'i', 'would', 'recommend', 'a', 'medium', 'i', 'got', 'the', 'purple', 'motif', 'print', 'no', 'see', 'thru', 'issues', 'the', 'material', 'is', 'a', 'comfortab', ',5,1,0', 'general', 'tops', 'knits'] ['6009,873,70', 'very', 'cute', 'top', 'for', 'the', 'summer.', 'the', 'top', 'is', 'adorable', 'but', 'probably', 'better', 'to', 'wait', 'for', 'a', 'sale', 'as', 'the', 'full', 'price', 'is', 'a', 'little', 'high', 'for', 'a', 'simple', 'top', 'like', 'this', 'i', 'got', 'the', 'print', 'one', 'and', 'it', "'s", 'very', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['6010,873,39', 'great', 'peplum', 'top', 'i', 'love', 'the', 'fit', 'of', 'the', 'peplum', 'top', 'it', "'s", 'flattering', 'without', 'being', 'too', 'full', 'on', 'the', 'bottom', 'the', 'print', 'is', 'lovely', 'and', 'great', 'for', 'summer', 'and', 'spring', ',5,1,0', 'general', 'tops', 'knits'] ['6011,1101,53', 'flattering', 'even', 'on', 'my', 'curvy', 'figure', 'normally', 'i', 'would', 'never', 'try', 'on', 'anything', 'with', 'horizontal', 'stripes', 'but', 'for', 'some', 'reason', 'i', 'saw', 'it', 'in', 'my', 'store', 'and', 'gave', 'the', 'dress', 'a', 'try', 'fit', 'is', 'perfect', 'and', 'dress', 'is', 'lined', 'side', 'note', 'my', 'store', 'had', 'the', 'navy', 'dress', 'and', 'the', 'stripes', 'are', 'horizontal', 'and', 'not', 'diagonal', 'as', 'pictured', 'on', 'the', 'model-', 'dress', 'looks', 'like', 'the', 'ivory', 'dress', 'can', 'be', 'dressed', 'up', 'or', 'down', 'so', 'ill', 'be', 'a', 'great', 'summer', 'go', 'to', 'dress', 'i', 'am', 'a', 'curvy', 'girl', 'and', 'because', 'of', 'the', 'different', 'widths', 'of', 'the', 'stripes', 'the', 'dress', 'works', 'and', 'is', 'very', 'flattering', 'i', "'m", 've', ',5,1,25', 'general', 'petite', 'dresses', 'dresses'] ['6012,873,56', 'nice', 'top', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'in', 'this', 'top', '34c', 'and', 'it', 'just', 'fits', 'across', 'the', 'chest', 'very', 'cute', 'top.,4,1,0', 'general', 'tops', 'knits'] ['6013,873,26', 'good', 'staple', 'my', 'normal', 'size', 'm', 'fit', 'well', 'but', 'i', 'would', "n't", 'want', 'it', 'to', 'shrink', 'any', 'hangs', 'well.,5,1,0', 'general', 'tops', 'knits'] ['6014,873,33', ',,5,1,0', 'general', 'tops', 'knits'] ['6015,873,27', 'perfect', 'shirt', 'for', 'all', 'occasions', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'bought', 'it', 'in', 'white', 'and', 'ended', 'up', 'buying', 'it', 'in', 'the', 'lavender', 'as', 'well', 'the', 'top', 'is', 'very', 'flattering', 'and', 'works', 'with', 'any', 'occasion', 'the', 'fabric', 'is', 'a', 'little', 'thin', 'but', 'its', 'fine', 'with', 'a', 'nude', 'bra', 'i', 'have', 'worn', 'the', 'top', 'to', 'work', 'and', 'out', 'at', 'night', 'and', 'i', 'always', 'get', 'lots', 'of', 'compliments', ',5,1,1', 'general', 'tops', 'knits'] ['6016,1030,39', 'great', 'jeans', 'size', 'down.', 'i', 'am', 'really', 'happy', 'with', 'these', 'jeans', 'fun', 'fit', 'high', 'waisted', 'great', 'detail', 'and', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'i', 'have', 'worn', 'them', '4', 'times', 'and', 'have', "n't", 'washed', 'them', 'yet', 'i', 'find', 'this', 'helps', 'shape', 'my', 'new', 'jeans', 'and', 'they', 'still', 'fit', 'like', 'a', 'comfortable', 'glove', 'a', 'different', 'twist', 'on', 'the', 'ripped', 'up', 'jeans', 'because', 'of', 'the', 'color', 'love', 'them', 'i', 'normally', 'fit', 'a', '29', 'ordered', '28', 'in', 'these', 'and', 'they', 'are', 'perfect', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6017,1101,51', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'when', 'you', 'look', 'at', 'the', 'online', 'pictures', 'of', 'the', 'navy', 'colored', 'dress', 'the', 'stripes', 'are', 'diagonal', 'however', 'that', 'is', 'not', 'the', 'case', 'with', 'the', 'dress', 'in', 'person', 'the', 'stripes', 'are', 'all', 'horizontal', 'and', 'not', 'that', 'flattering', 'such', 'a', 'bummer', 'because', 'i', 'love', 'maeve', 'dresses', 'and', 'thought', 'this', 'would', 'be', 'a', 'great', 'addition', 'to', 'my', 'summer', 'dress', 'rotation', 'alas', 'not', 'very', 'flattering', 'so', 'back', 'it', 'goes', ',2,0,9', 'general', 'petite', 'dresses', 'dresses'] ['6018,873,20', 'would', 'wear', 'it', 'every', 'day', 'if', 'i', 'could', 'absolutely', 'fantastic', 'top', 'the', 'cut', 'is', 'very', 'flattering', 'and', 'the', 'colors', 'are', 'gorgeous', 'in', 'the', 'pattern', 'i', 'also', 'bought', 'the', 'white', ',5,1,1', 'general', 'tops', 'knits'] ['6019,873,41', ',,4,1,0', 'general', 'tops', 'knits'] ['6020,873,73', 'gorgeous', 'top', 'went', 'to', 'the', 'chicago', 'michigan', 'ave', 'location', 'and', 'found', 'this', 'gem', 'in', 'the', 'take', 'a', 'peek', 'section', 'i', 'think', 'that', "'s", 'what', 'it', "'s", 'called', 'anyway', 'been', 'looking', 'for', 'a', 'plane', 'white', 'top', 'to', 'wear', 'with', 'a', 'red', 'lace', 'pencil', 'skirt', 'and', 'this', 'fit', 'the', 'bill', 'wore', 'it', 'today', 'with', 'a', 'grey', 'midi', 'skirt', 'and', 'sneakers', 'and', 'looks', 'adorable', 'it', 'does', 'flare', 'a', 'little', 'and', 'makes', 'me', 'feel', 'like', 'i', "'m", 'wearing', 'a', 'maternity', 'top', 'but', 'i', 'do', "n't", 'care', 'i', 'love', 'it', 'went', 'back', 'to', 'another', 'retailer', 'location', 'and', 'purchased', 'the', 'lilac', 'one', 'ca', "n't", 'wait', 'to', 'wear', 'that', 'one', ',5,1,0', 'general', 'tops', 'knits'] ['6021,850,30', 'cute', 'but', 'a', 'little', 'awkward.', 'i', 'adore', 'this', 'blouse', 'but', 'the', 'cut', 'is', 'a', 'bit', 'weird', 'the', 'shoulders', 'fit', 'snugly', 'and', 'the', 'body', 'is', 'blousy/boxy', 'the', 'colors', 'are', 'super', 'cute', 'and', 'the', 'cutouts', 'are', 'unique', 'but', 'i', 'do', "n't", 'think', 'this', 'top', 'is', 'for', 'everyone', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['6022,850,32', 'versatile', 'great', 'spring', 'color', 'i', 'ordered', 'a', 'size', '4', 'my', 'usual', 'size', 'in', 'tops', 'is', 's', 'or', 'xs', 'for', 'looser', 'fitted', 'tops', 'i', 'prefer', 'a', 'more', 'fitted', 'look', 'for', 'reference', 'i', 'am', '5', '4', '120', 'lbs', '32d', 'i', 'ordered', 'in', 'pink', 'and', 'the', 'color', 'matches', 'the', 'online', 'image', 'the', 'pink', 'is', 'shear', 'and', 'i', 'do', 'have', 'to', 'wear', 'a', 'camisole', 'underneath', 'which', 'does', 'not', 'bother', 'me', 'at', 'all', 'the', 'top', 'is', 'adorable', 'with', 'jeans', 'or', 'slacks', 'for', 'work', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6023,1004,39', 'great', 'skirt', 'my', 'hips', 'are', 'very', 'narrow', 'and', 'i', 'do', "n't", 'have', 'much', 'of', 'a', 'waistline', 'in', 'a-line', 'skirts', 'and', 'anything', 'that', 'sits', 'below', 'the', 'waist', 'i', 'wear', 'a', 'size', '6.', 'skirts', 'like', 'this', 'with', 'a', 'defined', 'waist', 'almost', 'never', 'work', 'for', 'me', 'because', 'of', 'the', 'waistline', 'if', 'this', 'is', 'typically', 'your', 'style', 'of', 'skirt', 'i', 'think', 'it', 'will', 'run', 'large', 'because', 'the', 'waistline', 'is', 'more', 'generous', 'than', 'usual'] [] ['i', 'tried', 'it', 'on', 'in', 'the', 'store', 'today', 'and', 'bought', 'it', 'in', 'a', 'size', '8.', 'it', "'s", 'very', 'comfortable', 'and', 'cute', 'and', 'will', 'be', 'easy', 'to', 'pair', 'with', 'different', 'things', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6024,850,50', 'i', 'really', 'liked', 'this', 'top', 'when', 'i', 'saw', 'it', 'in', 'yellow', 'but', 'i', 'was', 'on', 'the', 'fence', 'about', 'ordering', 'it', 'for', 'a', 'while', 'when', 'i', 'did', 'order', 'it', 'i', 'chose', 'the', 'pink', 'at', 'the', 'last', 'second', 'i', 'love', 'it', 'i', "'ve", 'worn', 'it', 'several', 'times', 'with', 'a', 'pair', 'of', 'jeans', 'and', 'cardigan', 'it', 'travels', 'nicely', 'in', 'the', 'suitcase', 'no', 'need', 'to', 'pull', 'the', 'iron', 'out', 'i', 'wear', 'a', 'cami', 'underneath', 'but', 'it', "'s", 'really', 'not', 'that', 'sheer', 'so', 'you', 'do', "n't", 'need', 'to', 'it', "'s", 'a', 'lovely', 'piece', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6025,1110,35', 'lovely', 'a', 'little', 'large', 'the', 'print', 'is', 'beautiful', 'the', 'fabric', 'has', 'a', 'nice', 'weight', 'i', 'actually', 'bought', 'this', 'because', 'i', "'m", 'early', 'in', 'pregnancy', 'and', 'wanted', 'a', 'dress', 'i', 'can', 'wear', 'during', 'the', 'transition', 'period', 'because', 'of', 'its', 'swing', 'shape', 'this', 'is', 'one', 'of', 'those', 'rare', 'dresses', 'that', 'looks', 'good', 'on', 'me', 'now', 'and', 'will', 'still', 'look', 'good', 'on', 'me', 'in', '6', 'months', 'when', 'i', "'ve", 'got', 'a', 'huge', 'belly'] [] ['fit-wise', 'i', 'am', '5', '9', '155', 'lbs', '34d', 'and', 'ordered', 'a', 'large', 'but', 'i', 'am', 'exchanging', 'it', 'for', 'a', 'medium', 'the', 'arm', 'holes', 'are', 'also', 'a', 'bit', 'large', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6026,873,57', 'very', 'nice', 'quality', 'awesome', 'style', 'the', 'fabrics', 'is', 'so', 'soft', 'but', 'very', 'durable', 'this', 'top', 'will', 'be', 'great', 'with', 'jeans', 'or', 'a', 'denim', 'skirt', ',5,1,2', 'general', 'tops', 'knits'] ['6027,873,40', 'great', 'summer', 'top', 'i', 'gave', 'this', 'in', 'her', 'brighter', 'rose', 'colored', 'print', 'and', 'love', 'it', 'i', 'get', 'many', 'compliments', 'on', 'this', 'top', 'i', 'did', 'size', 'up', 'from', 'my', 'usual', 'small', 'to', 'a', 'medium', 'to', 'accommodate', 'the', 'girls', ',5,1,0', 'general', 'tops', 'knits'] ['6028,873,23', 'pretty', 'blouse', 'made', 'of', 'casual', 'materials', 'perfect', 'for', 'drinks', 'or', 'to', 'be', 'used', 'as', 'a', 'vacation', 'top', 'has', 'a', 'very', 'flattering', 'cut', 'and', 'pretty', 'design', 'with', 'chiffon', 'trim', 'on', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['6029,850,35', 'simple', 'and', 'elegant', 'i', 'thought', 'this', 'shirt', 'was', 'really', 'feminine', 'and', 'elegant', 'only', 'downsides', 'is', 'some', 'of', 'the', 'punched', 'out', 'holes', 'had', 'fabric', 'still', 'attached', 'which', 'you', 'have', 'cut', 'off', 'with', 'scissors-', 'otherwise', 'the', 'shirt', 'will', 'snag', 'and', 'the', 'second', 'issue', 'of', 'bigger', 'importance', 'are', 'the', 'low', 'armholes', 'lots', 'of', 'bra', 'showing-', 'not', 'really', 'sure', 'how', 'to', 'get', 'around', 'that', 'so', 'i', 'always', 'wear', 'it', 'with', 'a', 'cardigan', 'but', 'it', 'would', 'be', 'nice', 'not', 'to', 'have', 'to'] ['other', 'than', 'that', 'it', 'looks', 'nice', 'and', 'pairs', 'nicely', 'with', 'almost', 'anything', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6030,873,38', 'lightweight', 'this', 'top', 'is', 'perfect', 'for', 'summer', 'it', 'delivers', 'style', 'without', 'the', 'bulk', 'the', 'peplum', 'hit', 'perfect', 'for', 'my', '5', '4', 'frame', 'unfortunately', 'it', 'was', 'too', 'low', 'cut', 'in', 'the', 'front', 'i', 'had', 'to', 'return', 'it.,4,0,1', 'general', 'tops', 'knits'] ['6031,873,28', 'very', 'flattering', 'top', 'this', 'shirt', 'is', 'very', 'flattering', 'which', 'is', 'not', 'the', 'case', 'for', 'all', 'peplum', 'tops', 'v-neck', 'is', 'appropriate', 'for', 'work', 'looks', 'great', 'with', 'jeans', 'or', 'khakis', 'highly', 'recommend', 'only', 'con', 'is', 'that', 'the', 'material', 'is', 'quite', 'thin', '5', '3', '115', 'lbs', 'and', 'xs', 'fit', 'perfectly', ',5,1,0', 'general', 'tops', 'knits'] ['6032,839,60', 'cute', 'top', 'purchased', 'this', 'top', 'at', 'my', 'local', 'store', 'usually', 'do', "n't", 'pay', 'full', 'price', 'for', 'clothing', 'but', 'had', 'to', 'have', 'this', 'top', 'so', 'cute', 'and', 'lightweight', 'love', 'that', 'you', 'do', 'not', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'and', 'has', 'material', 'that', 'covers', 'your', 'bra', 'usually', 'wear', 'a', 'petite', 'size', 'due', 'to', 'tops', 'being', 'cut', 'so', 'low', 'but', 'a', 'regular', 'medium', 'was', 'perfect', 'suggest', 'purchasing', 'this', 'top', 'full', 'price', 'or', 'if', 'still', 'around', 'when', 'it', 'goes', 'on', 'sale', 'definitely', 'purchase', 'i', 'bought', 'the', 'floral', 'design.,5,1,0', 'general', 'tops', 'blouses'] ['6033,873,27', 'cute', 'peplum', 'top', 'i', 'tried', 'this', 'on', 'in-store', 'it', 'is', 'super', 'cute', 'i', 'am', 'waiting', 'for', 'it', 'to', 'go', 'on', 'sale', 'because', 'i', 'was', "n't", 'sure', 'it', 'was', 'completely', 'worth', 'the', 'price', 'if', 'you', 'are', 'in-between', 'sizes', 'take', 'the', 'larger', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['6034,1110,39', 'runs', 'big', 'i', 'bought', 'my', 'usual', 'size', 'medium', 'and', 'it', "'s", 'huge', 'on', 'me', 'if', 'i', 'sized', 'down', 'my', 'chubneck', 'would', "n't", 'be', 'comfortable', 'the', 'buttons', 'are', 'frustrating', 'the', 'color', 'the', 'pattten', 'the', 'style', 'are', '100', 'gorgeous', 'i', 'think', 'i', 'will', 'belt', 'mine', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6035,873,46', 'cute', 'top', 'great', 'material', 'pattern', 'and', 'cut', 'perfect', 'summer', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['6036,873,31', 'adorable', 'layering', 'piece', 'for', 'spring', 'i', 'love', 'this', 'top', 'i', 'ordered', 'the', 'print', 'and', 'it', 'will', 'go', 'perfectly', 'with', 'blue', 'or', 'white', 'jeans', 'and', 'even', 'coral', 'shorts', 'very', 'flattering', 'i', 'did', 'go', 'up', 'a', 'size', 'from', 'xs', 'to', 's', 'based', 'on', 'other', 'reviews', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'larger', 'size', 'fits', 'perfectly', 'at', 'the', 'bust', 'and', 'falls', 'just', 'below', 'the', 'hip', ',5,1,0', 'general', 'tops', 'knits'] ['6037,873,56', 'comfortable', 'fun', 'fun', 'pattern', 'which', 'goes', 'with', 'just', 'about', 'anything', 'cool', 'for', 'summer', 'very', 'comfortable', 'fitted', 'style', 'but', 'true', 'to', 'size.,5,1,0', 'general', 'tops', 'knits'] ['6038,873,27', 'patterned', 'peplum', 'top', 'adorable', 'very', 'pleased', 'with', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'the', 'very', 'comfortable', 'fit', 'i', "'m", 'sure', 'i', "'ll", 'wear', 'this', 'with', 'jeans', 'as', 'pictured', 'but', 'can', 'also', 'see', 'it', 'with', 'a', 'breezy', 'summer', 'skirt', ',5,1,3', 'general', 'tops', 'knits'] ['6039,873,52', 'so', 'much', 'potential', 'but', 'saldly', 'no', 'i', 'tried', 'the', 'multicolored', 'version', 'in', 'a', 'size', 'm', 'and', 'l.', 'the', 'fabric', 'is', 'almost', 'good', 'though', 'a', 'touch', 'sheer', 'and', 'perhaps', 'problematic', 'for', 'washing', 'the', 'real', 'issue', 'though', 'is', 'the', 'fit'] ['fyi', '36c', 'broad', 'shoulders/back', 'high', 'waist'] ['i', 'typically', 'wear', 'a', 'm', 'in', 'a', 'knit', 'top', 'but', 'the', 'waistband', 'was', 'tight', 'and', 'not', 'forgiving', 'i', 'think', 'that', 'the', 'problem', 'was', 'that', 'this', 'is', 'a', 'top', 'with', 'a', 'long', 'waist', 'when', 'i', 'tried', 'to', 'put', 'the', 'waistband', 'where', 'it', 'wanted', 'to', 'be', 'longer', 'it', 'made', 'the', 'peplum', 'stand', 'out', 'in', 'an', 'odd', 'way', 'from', 'my', ',3,1,11', 'general', 'tops', 'knits'] ['6040,873,35', 'cute', 'and', 'comfy', 'i', 'was', 'nervous', 'about', 'buying', 'this', 'without', 'trying', 'it', 'on', 'but', 'i', 'followed', 'the', 'size', 'chart', 'and', 'was', "n't", 'disappointed', 'it', "'s", 'flattering', 'thanks', 'to', 'the', 'fitted', 'upper-half', 'and', 'the', 'forgiving', 'peplum', 'bottom-half', 'overall', 'it', "'s", 'thin', 'light', 'and', 'airy', ',5,1,0', 'general', 'tops', 'knits'] ['6041,873,35', 'such', 'a', 'cute', 'top', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'top', 'in', 'the', 'mail', 'i', 'loved', 'the', 'colors', 'print', 'cut', 'everything', 'i', 'put', 'it', 'on', 'and', 'was', 'so', 'disappointed', 'the', 'top', 'looks', 'so', 'much', 'better', 'on', 'the', 'model', 'i', 'do', "n't", 'know', 'if', 'i', 'should', 'have', 'gone', 'down', 'a', 'size', 'i', 'go', 'between', 'an', 'xs', 'and', 's', 'but', 'it', 'looked', 'terrible', 'on', 'me', 'my', 'husband', 'took', 'one', 'look', 'at', 'me', 'in', 'it', 'and', 'said', 'that', "'s", 'being', 'returned', 'still', 'disappointed', ',1,0,0', 'general', 'tops', 'knits'] ['6042,839,64', 'adorable', 'top', 'i', 'ordered', 'my', 'usual', 'size', '6', 'in', 'tops', 'at', 'retailer', 'in', 'both', 'the', 'orange/blue', 'print', 'the', 'pink', 'color', 'fit', 'is', 'tts', 'looks', 'pretty', 'much', 'on', 'me', 'as', 'in', 'the', 'pic', 'lightweight', 'cool', 'for', 'these', 'hot', 'days', 'the', "'pink", 'really', 'is', 'not', 'pink', 'it', "'s", 'a', 'true', 'orange', 'so', 'i', 'returned', 'this', 'one', 'i', 'did', "n't", 'really', 'need', 'an', 'orange', 'top', 'if', 'it', 'had', 'been', 'as', 'in', 'the', 'pic', 'which', 'is', 'a', 'pink/coral-like', 'color', 'i', 'wld', 'have', 'kept', 'it', 'the', 'orange/blue', 'print', 'is', 'really', 'appealing', 'so', 'that', 'is', 'a', 'keeper', 'this', 'top', 'is', 'a', 'little', 'flowy', 'but', 'not', 'tent-like', 'which', 'is', 'perfect,5,1,16', 'general', 'tops', 'blouses'] ['6043,850,30', 'pink', 'is', 'brighter', 'just', 'note', 'the', 'pink', 'is', 'different', 'than', 'in', 'the', 'photos', 'much', 'hotter/more', 'saturated', 'apart', 'from', 'that', 'surprise', 'overall', 'i', "'d", 'recommend', 'nice', 'design', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['6044,895,41', 'why', 'do', "n't", 'you', 'look', 'good', 'on', 'me', 'lovely', 'cardigan', 'this', 'cardigan', 'is', 'so', 'pretty', 'on', 'the', 'hanger', 'and', 'it', "'s", 'a', 'lovely', 'color', 'and', 'the', 'pattern', 'on', 'it', 'is', 'just', 'beautiful'] [] ['but', 'somehow', 'it', 'just', 'does', "n't", 'suit', 'me', 'i', 'bought', 'it', 'twice', 'the', 'second', 'time', 'on', 'sale', 'hoping', 'it', 'would', 'look', 'better', 'on', 'the', 'second', 'time', 'around'] [] ['nope', 'the', 'deep', 'v', 'neckline', 'and', 'the', 'cut', 'of', 'the', 'body', 'just', 'makes', 'me', 'look', 'really', 'flat-chested', 'and', 'meh'] [] ['back', 'it', 'goes', 'again', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['6045,850,65', 'lacy', 'cutouts/', 'flattering', 'shape/', 'versatile', 'i', 'ordered', 'this', 'lovely', 'blouse', 'the', 'moment', 'i', 'saw', 'it', 'and', 'i', 'am', 'very', 'pleased', 'that', 'it', 'is', 'the', 'quality', 'and', 'fit', 'i', "'d", 'hoped', 'for', 'i', 'bought', 'the', 'medium', 'in', 'pink', 'i', 'am', '130', '34f', 'size', '8', 'or', 'medium', 'on', 'most', 'tops', 'the', 'medium', 'fits', 'me', 'perfectly', 'i', 'love', 'the', 'gathering', 'at', 'top', 'back', 'so', 'that', 'there', 'is', 'no', 'pulling', 'at', 'all', 'across', 'the', 'back', 'or', 'bust', 'i', 'am', 'mystified', 'that', 'all', 'blouses', 'are', "n't", 'designed', 'with', 'a', 'nice', 'level', 'of', 'gathering', 'to', 'accommodate', 'a', 'bust', 'and', 'to', 'give', 'a', 'flattering', 'flow', 'i', 'am', 'busty', 'so', 'awkward', 'tightness', 'can', 'be', 'a', 'problem', 'o', ',5,1,26', 'general', 'petite', 'tops', 'blouses'] ['6046,873,30', 'great', 'tank', 'love', 'the', 'fabric', 'print', 'and', 'cut', 'it', "'s", 'a', 'smidge', 'low', 'in', 'the', 'neckline', 'but', 'that', "'s", 'probably', 'because', 'i', "'m", 'busty', 'nice', 'and', 'breezy', 'for', 'our', 'blazing', 'hot', 'and', 'humid', 'florida', 'summers', ',5,1,0', 'general', 'tops', 'knits'] ['6047,873,49', 'pretty', 'colors', 'nice', 'fit', 'i', 'love', 'the', 'teal/aqua', 'version', 'the', 'colors', 'are', 'very', 'pretty', 'and', 'look', 'great', 'with', 'jeans', 'i', 'got', 'a', 'medium', 'it', 'runs', 'a', 'tiny', 'bit', 'small', 'but', 'a', 'lot', 'of', 'fitted', 'tops', 'at', 'retailer', 'run', 'smaller', 'on', 'me', 'i', 'like', 'the', 'style', 'a', 'lot', 'and', 'the', 'peplum', 'is', 'great.,4,1,0', 'general', 'tops', 'knits'] ['6048,1101,39', 'off', 'the', 'shoulder', 'this', 'dress', 'references', 'that', 'it', 'is', 'off', 'the', 'shoulder', 'in', 'the', 'description', 'but', 'i', 'did', 'not', 'find', 'it', 'to', 'be', 'so', 'it', 'fits', 'me', 'as', 'pictured', 'on', 'the', 'model', 'sort', 'of', 'a', 'ballet', 'neck', 'or', 'wide', 'scoop', 'neck', 'in', 'any', 'case', 'the', 'fabric', 'is', 'as', 'pictured', 'and', 'it', "'s", 'lined', 'yay', 'not', 'see', 'through', 'the', 'varying', 'sizes', 'of', 'stripes', 'give', 'it', 'interest', 'despite', 'the', 'neutral', 'colors', 'it', 'is', 'cute', 'with', 'a', 'denim', 'jacket', 'and', 'is', 'really', 'comfortable', ',5,1,23', 'general', 'petite', 'dresses', 'dresses'] ['6049,873,40', 'great', 'layering', 'piece', 'i', 'was', 'looking', 'for', 'a', 'flowier', 'top', 'to', 'wear', 'under', 'cardigans', 'and', 'this', 'is', 'pretty', 'perfect', 'it', 'is', 'more', 'sheer', 'than', 'i', 'would', 'like', 'but', 'because', 'i', 'am', 'wearing', 'it', 'as', 'a', 'bottom', 'layer', 'i', "'ll", 'overlook', 'that', 'the', 'fit', 'is', 'great', 'and', 'the', 'peplum', 'is', 'a', 'cute', 'detail', 'to', 'make', 'this', 'layering', 'piece', 'a', 'little', 'different', ',5,1,0', 'general', 'tops', 'knits'] ['6050,873,52', 'great', 'top', 'love', 'this', 'top', 'on', 'sale', 'i', 'bought', 'two', 'of', 'this', 'color', 'a', 'grey', 'and', 'the', 'green', 'i', 'never', 'buy', 'more', 'than', 'one', 'of', 'anything', 'unless', 'i', 'absolutely', 'love', 'it', 'complimentary', 'to', 'the', 'body', 'and', 'the', 'colors', 'are', 'beautiful', 'i', "'m", '5', '2', 'there', 'were', 'no', 'pxs', 'so', 'i', 'opted', 'for', 'xs', 'perfect', 'thanks', 'retailer', ',5,1,0', 'general', 'tops', 'knits'] ['6051,873,28', 'runs', 'small', 'purchased', 'on', 'sale', 'would', 'have', 'never', 'purchased', 'at', 'full', 'price', 'runs', 'small', 'and', 'runs', 'short', 'will', 'be', 'returning', ',3,0,0', 'general', 'tops', 'knits'] ['6052,873,39', 'the', 'print', 'is', 'interesting', 'i', 'kept', 'this', 'one', 'because', 'it', 'was', 'different', 'enough', 'and', 'good', 'to', 'wear', 'casually', 'and', 'to', 'work', 'i', "'m", 'not', 'sure', 'how', 'this', 'material', 'will', 'hold', 'up', 'with', 'washing', 'since', 'it', "'s", 'basically', 'a', 'thin', 'cotton', 'material', 'it', 'fits', 'perfectly', 'so', 'i', "'m", 'worried', 'that', 'it', 'will', 'shrink', 'i', 'give', 'it', 'a', 'thumbs', 'up', 'for', 'the', 'design', 'but', 'sale', 'cost', 'and', 'material', 'is', 'like', 'something', 'you', 'would', 'find', 'at', 'forever', '21', ',3,1,0', 'general', 'tops', 'knits'] ['6053,873,20', 'awesome', 'love', 'the', 'design', 'i', 'got', 'the', 'blue', 'and', 'green', 'one', 'it', 'was', 'more', 'see-through', 'than', 'i', 'thought', 'but', 'the', 'pattern', 'covers', 'it', 'so', 'it', 'does', "n't", 'matter', 'what', 'color', 'bra', 'you', 'wear.,5,1,0', 'general', 'tops', 'knits'] ['6054,873,48', 'cute', 'top', 'it', "'s", 'a', 'very', 'pretty', 'top', 'a', 'little', 'tight', 'in', 'front', 'at', 'the', 'bust', 'i', "'m", 'giving', 'it', '3', 'stars', 'because', 'the', 'fabric', 'is', 'very', 'flimsy', 'and', 'looks', 'cheap.,3,1,0', 'general', 'tops', 'knits'] ['6055,985,26', 'color', 'transfers', 'to', 'other', 'clothes', 'i', 'really', 'loved', 'this', 'vest', 'online', 'and', 'decided', 'to', 'try', 'it', 'on', 'in', 'store', 'it', 'was', 'really', 'cute', 'on', 'and', 'fit', 'nicely', 'so', 'i', 'purchased', 'it', 'in', 'my', 'normal', 'size', 'and', 'took', 'it', 'on', 'a', 'vacation', 'first', 'time', 'wearing', 'it', 'and', 'the', 'color', 'transferred', 'all', 'over', 'my', 'white', 'shirt', 'even', 'though', 'it', 'says', 'it', 'is', 'pre-washed', 'i', 'am', 'very', 'disappointed', 'considering', 'how', 'expensive', 'this', 'was', 'overall', 'it', 'is', 'very', 'cute', 'but', 'it', 'may', 'ruin', 'your', 'clothes', 'so', 'beware', ',2,0,19', 'general', 'petite', 'jackets', 'jackets'] ['6056,1092,39', 'must', 'get', 'this', 'dress', 'is', 'amazing', 'the', 'photos', 'do', 'not', 'do', 'it', 'justice', 'runs', 'a', 'tad', 'large', 'definitely', 'can', 'size', 'down.,5,1,2', 'general', 'dresses', 'dresses'] ['6057,1110,45', 'say', 'yes', 'to', 'this', 'dress', 'unique', 'sophisticated', 'and', 'versatile', 'summer', 'dress', 'that', 'you', 'will', 'fall', 'in', 'love', 'with', 'dress', 'it', 'up', 'with', 'heels', 'for', 'a', 'night', 'at', 'the', 'gallery', 'or', 'dress', 'is', 'down', 'with', 'a', 'denim', 'jacket', 'for', 'an', 'easy', 'day', 'look', 'it', 'needs', 'no', 'accessories', 'this', 'silk', 'dress', 'is', 'soft', 'and', 'it', 'lays', 'beautifully', 'you', 'will', 'want', 'to', 'wear', 'it', 'all', 'summer', 'long', 'fits', 'tts', 'love', 'it', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['6058,985,28', 'beautiful', 'i', 'ordered', 'the', 'copper', 'in', 'a', 'medium', 'which', 'i', 'felt', 'was', 'tts', '5', '4', '145', 'the', 'color', 'is', 'beautiful', 'and', 'i', 'love', 'the', 'buttons', 'on', 'the', 'shoulders', 'which', 'i', 'really', 'did', "n't", 'notice', 'in', 'the', 'picture', 'the', 'material', 'is', 'also', 'very', 'soft', 'but', 'i', 'have', 'some', 'complaints', 'first', 'i', 'felt', 'that', 'the', 'material', 'while', 'soft', 'was', 'not', 'very', 'substantial', 'for', 'the', 'price', 'i', 'purchased', 'another', 'vest', 'from', 'that', 'store', 'that', 'has', 'everything', 'which', 'was', '100', 'less', 'and', 'seems', 'to', 'be', 'the', 'same', 'quality', 'i', 'also', 'was', 'expecting', 'there', 'to', 'be', 'some', 'way', 'to', 'close', 'the', 'vest', 'beside', ',4,1,8', 'general', 'petite', 'jackets', 'jackets'] ['6059,823,23', 'really', 'poor', 'quality', 'this', 'shirt', 'is', 'purportedly', 'made', 'of', 'silk', 'but', 'it', 'is', 'extremely', 'low', 'quality', 'the', 'material', 'is', 'coarse', 'and', 'scratchy', 'it', "'s", 'not', 'even', 'worth', 'it', 'at', 'the', 'extra', '40', 'off', 'sale', 'price', 'returned', ',1,0,1', 'general', 'tops', 'blouses'] ['6060,1059,40', ',this', 'is', 'my', 'favorite', 'purchase', 'so', 'far', 'i', 'am', 'in', 'love', 'with', 'this', 'jumpsuit', 'it', 'it', 'fitted', 'on', 'top', 'and', 'has', 'a', 'flowy', 'dress', 'feel', 'on', 'the', 'bottom', 'i', 'got', 'this', 'on', 'sale', 'recently', 'and', 'if', 'you', 'can', 'grab', 'it', 'do', 'it', 'you', 'wo', "n't", 'be', 'disappointed.,5,1,0', 'general', 'bottoms', 'pants'] ['6061,1110,34', 'when', 'i', 'saw', 'the', 'dress', 'online', 'i', 'thought', 'the', 'print', 'was', 'beautiful', 'and', 'fun', 'and', 'was', 'not', 'disappointed', 'when', 'the', 'dress', 'came', 'in', 'the', 'material', 'is', 'very', 'soft', 'breathable', 'and', 'easy', 'to', 'wear', 'i', 'dress', 'it', 'down', 'with', 'a', 'jean', 'jacket', 'or', 'a', 'jean', 'vest', 'but', 'it', 'can', 'easily', 'be', 'worn', 'by', 'itself', 'it', "'s", 'definitely', 'a', 'delight', 'go', 'to', 'dress', 'for', 'the', 'weekends', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6062,985,26', 'fun', 'spring', 'accessory', 'this', 'vest', 'is', 'adorable', 'i', 'love', 'the', 'color', 'it', 'goes', 'well', 'with', 'almost', 'anything', 'the', 'drawstrings', 'work', 'great', 'some', 'days', 'i', 'cinch', 'them', 'a', 'little', 'tighter', 'for', 'a', 'more', 'fitted', 'look', 'honestly', 'i', 'wear', 'it', 'at', 'least', 'once', 'a', 'week', 'out', 'with', 'friends', 'or', 'even', 'to', 'my', 'job', 'as', 'a', 'nanny', 'i', 'was', 'a', 'little', 'worried', 'about', 'the', 'length', 'of', 'it', 'because', 'i', "'m", 'tall', 'but', 'it', 'works', 'perfectly', 'with', 'my', 'build', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6063,1081,40', 'this', 'is', 'a', 'lovely', 'dress', 'however', 'there', 'is', 'a', 'weird', 'flap', 'of', 'fabric', 'under', 'the', 'bow', 'that', 'does', "n't", 'sit', 'right', 'it', 'feels', 'a', 'little', 'like', 'a', 'bib', 'if', 'i', 'could', 'get', 'it', 'to', 'sit', 'right', 'i', 'would', 'keep', 'it', 'every', 'angle', 'of', 'the', 'dress', 'is', 'lovely', 'except', 'for', 'head', 'on', 'which', 'is', 'a', 'small', 'problem', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6064,891,53', 'nice', 'cut', 'the', 'poncho', 'style', 'sweater', 'has', 'is', 'a', 'light', 'airy', 'cotton', 'fabric', 'ideal', 'for', 'a', 'extra', 'layer', 'but', 'certainly', 'not', 'warm', 'the', 'hook', 'and', 'eye', 'attaching', 'the', 'arm', 'to', 'the', 'sweater', 'is', 'not', 'ideal', 'i', 'had', 'to', 'have', 'a', 'seamstress', 'sew', 'it', 'and', 'remove', 'the', 'hook', 'its', 'just', 'not', 'practical', 'that', 'way', 'happy', 'with', 'purchase', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['6065,828,27', 'tight', 'sleeves', 'overly', 'blousy', 'top', 'the', 'sleeves', 'were', 'very', 'tight', 'in', 'the', 'upper', 'arm', 'area', 'but', 'the', 'body', 'was', 'blousy', 'too', 'blousy', 'so', 'to', 'go', 'up', 'a', 'size', 'for', 'the', 'arms', 'would', 'mean', 'it', 'would', 'be', 'very', 'oversized', 'in', 'the', 'body', 'i', 'like', 'the', 'fabric', 'nice', 'and', 'thick', 'but', 'it', 'did', 'not', 'work', 'for', 'me', ',3,0,8', 'general', 'tops', 'blouses'] ['6066,828,41', 'perfect', 'for', 'fall', 'super', 'soft', 'flannel', 'material', 'the', 'colors', 'are', 'beautiful', 'and', 'perfect', 'for', 'fall', 'it', "'s", 'does', "n't", 'ride', 'up', 'the', 'shoulders', 'but', 'stays', 'in', 'place', 'off-the-shoulder', 'style', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['6067,828,52', 'perfect', 'love', 'this', 'top', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'got', 'the', 'medium', 'fits', 'perfect', '5', '4', '138', 'even', 'at', 'my', 'age', 'it', 'looks', 'great', ',5,1,1', 'general', 'tops', 'blouses'] ['6068,1110,63', 'slik', 'dress', 'the', 'perfect', 'dress', 'for', 'dinner', 'date', 'or', 'summer', 'weddings', 'or', 'traveling', 'love', 'this', 'dress', 'not', 'sure', 'on', 'washing', 'yet', 'since', 'it', 'is', 'a', 'silk', 'dress', 'extremely', 'comfortably', 'and', 'beautiful', 'i', 'ca', "n't", 'recall', 'the', 'last', 'time', 'i', 'bought', 'a', 'new', 'dress.,5,1,17', 'general', 'petite', 'dresses', 'dresses'] ['6069,1110,37', 'cute', 'dress', 'but', 'do', 'not', 'wash', 'dry', 'clean', 'only', 'according', 'to', 'the', 'label', 'this', 'dress', 'can', 'be', 'hand', 'washed', 'or', 'dry', 'cleaned', 'i', 'hand', 'washed', 'and', 'line', 'dried', 'per', 'the', 'instructions', 'on', 'the', 'label', 'and', 'all', 'the', 'seams', 'have', 'completely', 'shrunk', 'and', 'gathered', 'it', 'looks', 'like', 'there', "'s", 'a', 'drawstring', 'running', 'through', 'every', 'seam', 'so', 'disappointed', 'in', 'the', 'quality', 'and', 'the', 'labeling', 'awful', 'i', 'gave', 'it', 'one', 'extra', 'star', 'because', 'it', "'s", 'cute', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['6070,828,46', 'test', 'like', 'fit', 'this', 'shirt', 'was', 'tent', 'like', 'on', 'me', 'and', 'there', 'was', 'really', 'no', 'way', 'around', 'it', 'i', 'am', 'fairly', 'small-', 'usually', 'a', '4', 'or', '6', 'in', 'tops', 'and', 'smaller', 'on', 'top-', 'barely', '34b', 'this', 'top', 'was', 'incredibly', 'unflattering', 'falling', 'to', 'cut', 'right', 'at', 'my', 'hips', 'and', 'sitting', 'open', 'and', 'way', 'too', 'flowy', 'like', 'a', 'pillowcase/sacklike', 'fit', 'there', 'was', 'just', 'too', 'much', 'fabric', 'here', 'to', 'make', 'it', 'work', 'for', 'me', 'it', "'s", 'unfortunate', 'because', 'it', 'looks', 'adorable', 'in', 'the', 'product', 'photo', 'and', 'i', 'love', 'the', 'plaid', 'mix', 'with', 'the', 'open', 'shoulders-', 'a', 'nice', 'transition', 'to', 'fall', 'unfortunately', ',1,0,0', 'general', 'tops', 'blouses'] ['6071,985,39', 'like', 'but', 'not', 'love', 'if', 'you', 'are', 'looking', 'for', 'a', 'nice', 'vest', 'this', 'vest', 'is', 'nice', 'enough', 'comfortable', 'and', 'soft', 'the', 'cut', 'is', 'also', 'flattering', 'but', 'i', 'just', 'did', "n't", 'think', 'it', 'was', 'as', 'special', 'as', 'i', 'wanted', 'it', 'looks', 'like', 'many', 'other', 'options', 'out', 'there', 'so', 'i', 'decided', 'to', 'pass'] [] ['xs', 'fit', 'me', 'at', '115', 'lbs', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6072,1092,39', 'sbags', 'easily', 'i', 'liked', 'this', 'dress', 'but', 'was', "n't", 'sure', 'about', 'the', 'color', 'on', 'me', 'i', 'tried', 'it', 'on', 'anyway', 'originally', 'i', 'tried', 'on', 'the', '0', 'but', 'it', 'seemed', 'big', 'so', 'i', 'ordered', 'the', '00.', 'also', 'usually', 'i', 'order', 'petite', 'but', 'this', 'dress', 'is', 'already', 'short', 'and', 'i', 'am', 'not', 'getting', 'younger', 'so', 'i', 'went', 'with', 'regular', 'size', 'this', 'time', 'color', 'was', 'not', 'bad', 'on', 'my', 'pale', 'skin', 'i', 'think', 'the', 'hue', 'was', 'ok', 'surprisingly', 'one', 'thing', 'that', 'might', 'bug', 'the', 'perfectionist', 'in', 'me', 'the', 'zig', 'zag', 'is', "n't", 'always', 'aligned', 'the', 'waist', 'for', 'instance', 'was', 'crooked', 'but', 'if', 'it', 'is', 'like', 'that', 'e', ',5,1,5', 'general', 'dresses', 'dresses'] ['6073,1110,29', 'is', "n't", 'she', 'lovely', 'this', 'dress', 'makes', 'my', 'heart', 'skip', 'a', 'beat', 'it', "'s", 'beautiful', 'soft', 'and', 'colorful', 'it', "'s", 'a', 'lovely', 'midi', 'length', 'which', 'can', 'be', 'tricky', 'for', '5', '5', 'lil', 'ole', 'me', 'but', 'it', "'s", 'perfect', 'it', 'has', 'slits', 'up', 'the', 'side', 'for', 'an', 'easy', 'breezy', 'look', 'the', 'fabric', 'is', 'so', 'silky', 'pretty', 'form', 'fitting', 'if', 'you', 'buy', 'the', 'right', 'size', 'i', "'m", 'a', 'solid', '4.', 'have', 'bought', 'heaps', 'of', 'dresses', 'from', 'retailer', 'and', 'i', 'ca', "n't", 'stop', 'wo', "n't", 'stop', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6074,828,25', 'a', 'fresh', 'take', 'on', 'flannel', 'i', 'am', 'in', 'love', 'with', 'this', 'top', 'flannel', 'shirts', 'are', 'a', 'fall', 'staple', 'but', 'i', 'do', "n't", 'own', 'any', 'any', 'flannel', 'shirt', 'that', 'i', 'have', 'come', 'across', 'has', 'been', 'a', 'button', 'down', 'which', 'simply', 'does', 'not', 'work', 'for', 'me', 'given', 'my', 'chest', 'size', 'i', 'hate', 'button', 'downs', 'that', 'gap', 'or', 'that', 'i', 'have', 'to', 'leave', 'unbuttoned', 'and', 'wear', 'a', 'tank', 'underneath', 'it', "'s", 'not', 'flattering', 'this', 'top', 'is', 'flannel', 'no', 'buttons', 'and', 'off', 'the', 'shoulder', 'which', 'is', 'such', 'a', 'unique', 'and', 'fresh', 'style', 'the', 'off', 'the', 'shoulder', 'feature', 'stays', 'in', 'place', 'thanks', 'to', 'tiny', 'straps', 'sewn', 'in', 'that', 'you', 'put', ',5,1,0', 'general', 'tops', 'blouses'] ['6075,1110,61', 'great', 'dress', 'comfortable', 'great', 'fit', 'and', 'beautiful', 'colors', 'the', 'interesting', 'thing', 'is', 'that', 'in', 'this', 'picture', 'it', 'shows', 'the', 'dress', 'just', 'below', 'the', 'knee', 'i', 'am', '5', '5', 'so', 'totally', 'average', 'height', 'but', 'the', 'dress', 'falls', 'just', 'above', 'my', 'ankles.', 'which', 'i', 'personally', 'think', 'is', 'way', 'more', 'attractive', 'not', 'sure', 'if', 'there', 'are', 'two', 'versions', 'of', 'this', 'dress', 'but', 'be', 'careful', 'if', 'you', 'buy', 'online', 'i', 'got', 'mine', 'in', 'the', 'glendale', 'store', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6076,828,54', 'love', 'it', 'what', 'a', 'great', 'soft', 'piece', 'for', 'fall', 'the', 'top', 'is', 'flattering', 'and', 'comfy', 'at', 'the', 'same', 'time', 'it', 'looks', 'really', 'romantic', 'with', 'the', 'bare', 'shoulder', 'look', ',5,1,1', 'general', 'tops', 'blouses'] ['6077,1110,63', 'i', 'live', 'in', 'hawaii', 'and', 'always', 'looking', 'for', 'a', 'comfortable', 'light', 'and', 'breezy', 'dresses', 'this', 'was', 'perfect', 'the', 'colors', 'are', 'gorgeous', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'it', 'is', 'extremely', 'comfortable', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'with', 'a', 'denim', 'jacket', 'and', 'you', 'will', 'be', 'definitely', 'love', 'it', 'i', 'am', 'thrilled', 'i', 'made', 'the', 'purchase', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6078,940,65', ',i', 'absolutely', 'love', 'this', 'sweater', 'it', 'is', 'perfect', 'for', 'fall,5,1,2', 'general', 'tops', 'sweaters'] ['6079,1087,45', ',i', 'loved', 'the', 'styling', 'of', 'this', 'dress', 'the', 'first', 'time', 'i', 'saw', 'it', 'i', 'ordered', 'it', 'and', 'i', 'slipped', 'it', 'on', 'and', 'wow', 'it', 'is', 'super', 'comfortable', 'the', 'darts', 'at', 'the', 'waist', 'add', 'shape', 'and', 'interest', 'the', 'shape', 'highlights', 'the', 'waist', 'the', 'fabric', 'is', 'cozy', 'without', 'being', 'weighty', 'i', 'did', 'find', 'it', 'ran', 'large', 'and', 'wish', 'there', 'was', 'an', 'xxs', 'available', 'my', 'husband', 'loved', 'it', 'and', 'he', 'does', "n't", 'like', 'anything', 'it', 'is', 'likely', 'that', 'the', 'reviewers', 'who', 'think', 'that', 't', 'looked', 'like', 'a', 'nightgown', 'may', 'have', 'needed', 'a', 'smaller', 'size', 'i', 'think', 'this', 'one', 'is', 'a', 'diamond', 'in', 'the,4,1,3', 'general', 'dresses', 'dresses'] ['6080,828,27', ',great', 'shirt', 'very', 'soft', 'and', 'comfortable', 'the', 'elastic', 'on', 'top', 'to', 'keep', 'it', 'off', 'shoulders', 'is', 'not', 'too', 'tight', 'just', 'tight', 'enough', 'the', 'colors', 'are', 'pretty', 'it', "'s", 'give', 'a', 'rustic', 'city', 'vibe', 'love', ',5,1,0', 'general', 'tops', 'blouses'] ['6081,828,41', 'love', 'received', 'so', 'many', 'compliments', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'is', 'so', 'comfortable', 'i', 'did', 'order', 'a', 'l', 'based', 'on', 'the', 'reviews', 'but', 'found', 'it', 'to', 'be', 'big', 'i', 'would', "'ve", 'returned', 'for', 'a', 'm', 'but', 'it', 'was', 'sold', 'out', 'and', 'i', 'did', "n't", 'want', 'to', 'risk', 'not', 'having', 'it', 'at', 'all', 'so', 'i', 'kept', ',5,1,0', 'general', 'tops', 'blouses'] ['6082,1110,55', 'feel', 'like', 'a', 'million', 'bucks', 'in', 'this', 'dress', 'had', "n't", 'really', 'looked', 'at', 'this', 'dress', 'till', 'i', 'saw', 'it', 'in', 'person', 'in', 'the', 'store', 'so', 'i', 'tried', 'it', 'on', 'i', "'m", 'only', '5', '1', 'and', '140', 'lb', 'busty', 'on', 'top', 'so', 'i', 'tried', 'the', '8.', 'it', 'was', 'a', 'smidge', 'snug', 'decided', 'since', 'the', 'dress', 'has', 'no', 'give', 'to', 'go', 'with', 'a', '10.', 'would', 'have', 'liked', 'this', 'in', 'a', 'petite', 'for', 'the', 'shorter', 'length', 'but', 'it', "'s", 'back', 'ordered', 'till', 'august', 'and', 'i', 'really', 'wanted', 'to', 'take', 'it', 'with', 'me', 'on', 'vacation', 'its', 'just', 'above', 'my', 'ankles', 'in', 'regular', 'length', 'which', 'will', 'work', 'and', 'i', 'can', 'up', 'the', 'score', 'with', 'some', 'wedges', 'this', 'dress', 'fits', 'like', 'a', 'dream', 'and', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6083,828,37', ',,5,1,0', 'general', 'tops', 'blouses'] ['6084,1092,45', 'flattering', 'fit', 'and', 'flare', 'dress', 'for', 'fall', 'i', 'do', 'not', 'have', 'a', 'waist', 'that', 'goes', 'in', 'i', 'either', 'have', 'to', 'wear', 'shift', 'dresses', 'that', 'are', 'cut', 'slim', 'or', 'find', 'fit', 'and', 'flare', 'pieces', 'that', 'create', 'a', 'waist', 'for', 'me', 'this', 'is', 'the', 'latter', 'it', "'s", 'really', 'cute', 'different', 'and', 'flattering', 'it', 'has', 'a', 'nice', 'mix', 'of', 'graphic', 'sophistication', 'with', 'a', 'somewhat', 'romantic', 'silhouette', 'it', 'is', 'gauzy', 'with', 'ruffles', 'and', 'tiers', 'the', 'off-white', 'slip', 'underneath', 'is', 'great', 'for', 'a', 'couple', 'reasons', 'it', 'provides', 'a', 'nice', 'underlayer', 'that', 'is', 'just', 'visible', 'underneath', 'the', 'turtleneck', 'top', 'cutting', 'the', 'school-mar', ',5,1,2', 'general', 'dresses', 'dresses'] ['6085,1131,36', 'classy', 'piece', 'i', 'purchased', 'this', 'vest', 'in', 'the', 'store', 'the', 'colors', 'vary', 'depending', 'on', 'where', 'it', 'is', 'sewn', 'i', 'purchased', 'one', 'with', 'black', 'around', 'the', 'middle', 'and', 'more', 'black', 'around', 'the', 'collar', 'it', 'was', 'more', 'flattering', 'the', 'fit', 'and', 'design', 'are', 'lovely', 'it', "'s", 'fuzzy', 'but', 'since', 'i', 'do', "n't", 'have', 'any', "'fur", 'in', 'my', 'wardrobe', 'this', 'is', 'a', 'nice', 'ease', 'into', 'that', 'part', 'of', 'fashion', 'for', 'me', 'i', 'highly', 'recommend', 'it', 'even', 'for', 'the', 'price', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['6086,828,60', 'burgandy', 'plaid', 'beauty', 'the', 'burgundy', 'plaid', 'colors', 'are', 'what', 'caught', 'my', 'eye', 'so', 'perfect', 'for', 'the', 'fall', 'season', 'i', 'usually', 'do', 'not', 'like', 'off', 'the', 'shoulder', 'tops', 'as', 'most', 'do', 'not', 'stay', 'down', 'but', 'this', 'one', 'does', 'and', 'as', 'others', 'have', 'stated', 'there', 'are', 'arm', 'stays', 'inside', 'to', 'help', 'with', 'that', 'i', 'stayed', 'with', 'my', 'usual', 'small', 'to', 'keep', 'the', 'length', 'and', 'it', 'was', 'fine', 'got', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', 'so', 'glad', 'they', 'restocked', 'in', 'my', 'size', 'as', 'they', 'had', 'been', 'sold', 'out', ',5,1,0', 'general', 'tops', 'blouses'] ['6087,940,40', 'nice', 'fit', 'i', 'love', 'how', 'this', 'sweater', 'fits', 'i', 'was', 'reluctant', 'to', 'get', 'it', 'because', 'i', 'thought', 'it', 'would', 'be', 'boxy', 'but', 'it', "'s", 'a', 'perfect', 'length', 'especially', 'for', 'a', 'higher', 'waisted', 'pants', 'or', 'jeans', 'the', 'fabric', 'is', 'super', 'soft', 'i', 'only', 'gave', 'it', 'four', 'stars', 'because', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'grey', 'but', 'it', "'s", 'more', 'like', 'a', 'marled', 'black/white', '80s-style', 'color', ',4,1,10', 'general', 'tops', 'sweaters'] ['6088,985,33', 'soft', 'thin', 'summer', 'vest', 'i', 'like', 'the', 'way', 'this', 'vest', 'looks', 'it', "'s", 'flattering', 'and', 'the', 'color', 'is', 'nice', 'just', 'like', 'in', 'the', 'pictures', 'i', 'got', 'the', 'orange', 'one', 'i', 'am', '5', '7', '125', 'lb', 'got', 'size', 's', 'and', 'i', 'am', 'very', 'happy', 'about', 'the', 'fit'] [] ['just', 'keep', 'in', 'mind', 'that', 'the', 'material', 'is', 'very', 'soft', 'and', 'thin', 'it', 'is', 'good', 'for', 'summer', 'but', 'i', 'expected', 'the', 'material', 'to', 'be', 'more', 'firm', 'something', 'to', 'be', 'worn', 'on', 'cooler', 'windier', 'days', 'also', 'the', 'vest', 'does', 'not', 'close', 'i', 'would', 'prefer', 'the', 'vest', 'to', 'have', 'a', 'zipper', 'or', 'buttons'] [] ['but', 'if', 'you', 'need', 'a', 'fun', 'and', 'cute', 'summer', 'accesso', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6089,985,34', 'great', 'vest', 'i', 'have', 'another', 'sanctuary', 'vest', 'similar', 'to', 'this', 'one', 'and', 'decided', 'i', 'needed', 'to', 'snag', 'this', 'one', 'in', 'the', 'moss', 'green', 'it', "'s", 'so', 'pretty', 'and', 'it', "'s", 'extremely', 'versatile', 'i', "'m", '8', 'months', 'pregnant', 'and', 'it', "'s", 'been', 'a', 'fun', 'vest', 'to', 'wear', 'over', 'a', 'tank', 'with', 'a', 'necklace', 'i', 'can', 'see', 'this', 'piece', 'working', 'for', 'all', 'seasons', 'if', 'the', 'other', 'color', 'would', 'have', 'been', 'available', 'i', 'would', 'have', 'grabbed', 'it', 'especially', 'at', 'the', 'sale', 'price', 'you', 'ca', "n't", 'beat', 'it', 'the', 'only', 'downside', 'to', 'this', 'vest', 'is', 'that', 'compared', 'to', 'my', 'other', 'medium', 'sanctuary', 'vest', 'this', 'one', 'is', 'a', 'b', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6090,828,48', 'soft', 'grunge', 'i', 'wear', 'ddd', 'so', 'i', 'do', 'wear', 'a', 'strapless', 'with', 'this', 'and', 'it', 'looks', 'great', 'the', 'plan', 'looks', 'fantastic', 'with', 'any', 'color', 'wash', 'of', 'jeans', 'i'] ['love', 'it', ',4,1,2', 'general', 'tops', 'blouses'] ['6091,828,46', 'sexy', 'love', 'this', 'top', 'i', "'m", 'athletic', 'it', "'s", 'a', 'little', 'tight', 'around', 'the', 'arms', 'but', 'it', "'s", 'a', 'really', 'nice', 'looking', 'blouse', 'off', 'and', 'on', ',5,1,1', 'general', 'tops', 'blouses'] ['6092,828,42', 'great', 'off', 'the', 'shoulder', 'top', 'off', 'the', 'shoulder', 'is', 'everywhere', 'and', 'this', 'is', 'a', 'great', 'shirt', 'for', 'the', 'fall.,5,1,1', 'general', 'tops', 'blouses'] ['6093,823,41', 'beautiful', 'but', 'runs', 'small', 'i', 'normally', 'get', 'a', 'small', 'in', 'this', 'style', 'shirt', 'but', 'it', 'did', "n't", 'fit', 'at', 'all', 'so', 'i', 'had', 'to', 'send', 'it', 'back', 'too', 'bad,3,1,2', 'general', 'tops', 'blouses'] ['6094,985,22', 'really', 'cute', 'vest', 'i', 'saw', 'this', 'vest', 'at', 'my', 'local', 'retailer', 'store', 'over', 'the', 'weekend', 'and', 'decided', 'to', 'try', 'it', 'on', 'i', 'am', 'typically', 'an', 'xs', 'at', 'retailer', 'and', 'the', 'xs', 'fit', 'perfectly', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'during', 'the', 'spring', 'and', 'summer', 'it', "'s", 'really', 'lightweight', 'and', 'soft', 'which', 'i', 'love', 'i', 'purchased', 'the', 'copper', 'color', 'and', 'would', 'consider', 'the', 'color', 'in', 'the', 'photo', 'to', 'be', 'very', 'true', 'this', 'was', 'definitely', 'a', 'splurge', 'but', 'i', 'am', 'overall', 'very', 'happy', 'with', 'my', 'purchase', 'i', 'highly', 'recommend', 'it', ',5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['6095,1059,31', 'cute', 'and', 'comfortable', 'this', 'jumpsuit', 'is', 'great', 'dressed', 'up', 'or', 'down', 'the', 'only', 'issue', 'i', 'had', 'with', 'it', 'is', 'that', 'the', 'straps', 'are', 'very', 'long', 'but', 'that', 'was', 'an', 'easy', 'fix', '.,5,1,0', 'general', 'bottoms', 'pants'] ['6096,1110,22', 'bought', 'this', 'dress', 'online', 'and', 'it', 'came', 'in', 'missing', 'a', 'button', 'the', 'dress', 'is', 'really', 'pretty', 'and', 'comes', 'with', 'a', 'tan', 'linen', 'slip', 'i', 'bought', 'a', 'size', 'down', 'because', 'the', 'dress', 'runs', 'a', 'little', 'large', 'also', 'the', 'sleeves', 'are', 'kind', 'of', 'puffy', 'but', 'overall', 'the', 'dress', 'is', 'elegant', 'and', 'pretty', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6097,1081,42', 'cute', 'style', 'terrible', 'material', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'online', 'and', 'ordered', 'it', 'right', 'away', 'however', 'i', 'was', 'sadly', 'disappointed', 'once', 'it', 'arrived', 'while', 'the', 'cut', 'is', 'cute', 'the', 'fabric', 'is', 'just', 'all', 'wrong', 'i', 'was', 'expecting', 'a', 'nice', 'heavy', 'knit-like', 'material', 'but', 'this', 'feels', 'and', 'looks', 'really', 'cheap', 'especially', 'given', 'the', 'price', 'of', 'the', 'dress', 'sadly', 'it', 'is', 'going', 'back', ',2,0,20', 'general', 'petite', 'dresses', 'dresses'] ['6098,1024,61', 'not', 'for', 'slim', 'hips', 'these', 'jeans', 'have', 'the', 'good', 'classic', '501', 'jean', 'construction', 'with', 'medium', 'weight', 'fabric', 'tight', 'french', 'seams', 'and', 'grommets', 'at', 'the', 'ends', 'of', 'seams', 'through', 'the', 'torso', 'however', 'the', 'construction', 'was', 'not', 'an', 'ideal', 'boyfriend', 'slouchy', 'style', 'from', 'my', 'small', 'hipped', 'perspective', 'on', 'me', 'these', 'jeans', 'were', 'very', 'large', 'through', 'the', 'hips'] [] ['another', 'odd', 'fitting', 'assuming', 'we', 'are', 'talking', 'about', 'boyfriend', 'jeans', 'issue', 'is', 'tapered', 'lower', 'leg', 'i', 'can', 'imagine', 'the', 'jeans', 'would', 'fit', 'a', 'woman', 'with', 'average', 'to', 'slightly', 'padded', 'hips', 'but', 'that', ',4,1,11', 'general', 'bottoms', 'jeans'] ['6099,1087,30', 'sure', 'if', 'you', 'want', 'to', 'wear', 'a', 'granny', 'nightgown', 'again', 'nope', 'looks', 'chic', 'on', 'the', 'model', 'looked', 'like', 'a', 'floor-length', 'flannel', 'nightgown', 'on', 'me', 'if', 'you', "'d", 'put', 'a', 'bonnet', 'on', 'me', 'and', 'stuck', 'a', 'candlestick', 'in', 'my', 'hand', 'i', 'could', 'double', 'for', 'ebenezer', 'scrooge', 'in', 'a', 'christmas', 'carol', 'i', 'believe', 'the', 'word', 'i', 'used', 'to', 'describe', 'it', 'when', 'i', 'tried', 'it', 'on', 'was', 'shmata', 'yiddish', 'for', 'rags', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'rag', 'the', 'ruching', 'did', "n't", 'do', 'anything', 'to', 'flatter', 'my', 'figure', 'the', 'knit', 'did', 'not', 'seem', 'terribly', 'warm', 'for', 'a', 'sweater', 'felt', 'more', 'like', 'rayon', 'or', 'nylon', 'jersey', 'than', 'a', 'knit', 'swe', ',2,0,7', 'general', 'dresses', 'dresses'] ['6100,828,47', 'new', 'favorite', 'top', 'the', 'shoulder', 'bearing', 'aspect', 'makes', 'this', 'top', 'sexy', 'yet', 'it', 'does', "n't", 'look', 'like', 'you', "'re", 'trying', 'too', 'hard', 'sleeves', 'can', 'be', 'worn', 'up', 'or', 'down', 'and', 'everything', 'stayed', 'in', 'place', 'either', 'way', 'i', 'get', 'tons', 'of', 'compliments', 'each', 'time', 'i', 'wear', 'this.,5,1,3', 'general', 'tops', 'blouses'] ['6101,5,39', 'oldie', 'but', 'goodie', 'i', "'m", 'currently', 'on', 'the', 'prowl', 'for', 'the', 'other', 'colors', 'of', 'this', 'fantastic', 'sweater', 'dress/tunic', 'i', 'own', 'the', 'lavender', 'in', 'size', 'm', 'and', 'it', 'fits', 'perfectly', 'on', 'me', '5', '3', '36dd', 'without', 'enhancing', 'what', 'i', 'want', 'to', 'hide', 'great', 'for', 'winter', ',5,1,0', 'general', 'tops', 'sweaters'] ['6102,1110,39', 'eye', 'catching', 'the', 'simple', 'shape', 'of', 'this', 'silky', 'comfortable', 'shift', 'is', 'transported', 'by', 'the', 'fun', 'psychedelic', 'pattern', 'the', 'fabric', 'is', 'lightweight', 'and', 'drapes', 'very', 'nicely', 'because', 'of', 'the', 'lining', 'i', 'purchased', 'the', 'size', '10', 'petite', 'to', 'accommodate', 'my', '36dd', 'bust/wide', 'rib', 'cage', 'and', 'it', 'fits', 'perfectly', 'the', 'high', 'neck', 'is', 'fastened', 'with', 'a', 'single', 'hook', 'versatile', 'and', 'comfortable', 'and', 'a', 'clear', 'winner', 'for', 'spring', 'and', 'summer', 'for', 'sizing', 'reference', 'my', 'other', 'stats', 'are', '5', '3', 'tall', '140', 'm/l', 'on', 'top', 's/m', 'on', 'bottom', ',5,1,23', 'general', 'dresses', 'dresses'] ['6103,1092,48', 'a', 'break', 'from', 'all', 'the', 'bohemian', 'dresses', 'i', 'decided', 'to', 'try', 'this', 'dress', 'on', 'based', 'on', 'the', 'other', 'reviewer', "'s", 'positive', 'words', 'and', 'i', 'was', "n't", 'disappointed', 'it', "'s", 'so', 'cute', 'and', 'stylish', 'i', 'plan', 'to', 'wear', 'with', 'black', 'boots', 'i', "'m", '5', '6', '120', 'lbs', '34c', 'wear', 'a', '2', 'or', '4', 'and', 'i', 'got', 'a', '4.', 'one', 'thing', 'at', 'the', 'waist', 'the', 'pattern', 'breaks', 'a', 'bit', 'and', 'does', "n't", 'match', 'perfectly', 'i', 'tried', 'on', 'a', 'second', 'dress', 'and', 'liked', 'its', 'pattern', 'more', 'than', 'i', 'did', 'that', 'of', 'the', 'first', 'i', 'tried', ',5,1,2', 'general', 'dresses', 'dresses'] ['6104,1059,27', 'so', 'so', 'comfortable', 'this', 'is', 'a', 'super', 'cute', 'jumpsuit', 'that', 'is', 'also', 'super', 'comfortable', 'the', 'only', 'thing', 'i', 'wish', 'was', 'different', 'on', 'this', 'jumpsuit', 'is', 'that', 'the', 'pants', 'would', 'go', 'all', 'the', 'way', 'to', 'the', 'ground', 'but', 'it', 'is', 'still', 'super', 'cute', 'and', 'a', 'keeper', ',5,1,0', 'general', 'bottoms', 'pants'] ['6105,940,40', 'got', 'this', 'today', 'and', 'am', 'really', 'pleased', 'beautiful', 'detail', 'and', 'i', 'love', 'how', 'the', 'cowl', 'neck', 'hangs', 'it', "'s", 'not', 'itchy', 'at', 'all', 'overall', 'a', 'great', 'find', 'for', 'the', 'colder', 'months', 'ahead', 'i', 'got', 'a', 'small', 'and', 'probably', 'should', 'have', 'ordered', 'xs', 'instead', 'runs', 'a', 'little', 'big', 'on', 'my', 'petite', 'frame', ',4,1,8', 'general', 'petite', 'tops', 'sweaters'] ['6106,828,42', 'off', 'the', 'shoulder', 'trend', 'continues', 'for', 'the', 'fall', 'this', 'top', 'is', 'really', 'pretty', 'the', 'fabric', 'is', 'soft', 'and', 'flowy', 'not', 'too', 'boxy', 'and', 'the', 'elastic', 'at', 'the', 'top', 'is', 'comfortable', 'it', 'does', 'not', 'ride', 'up', 'or', 'fall', 'off', 'the', 'shoulders', 'which', 'i', "'ve", 'found', 'with', 'tops', 'of', 'similar', 'design', 'in', 'my', 'regular', 'size', 's', '5', '6', '125lb', 'i', 'did', "n't", 'find', 'the', 'sleeves', 'tight', 'like', 'others', 'have', 'mentioned', 'one', 'thing', 'i', 'did', 'notice', 'was', 'that', 'the', 'hidden', 'straps', 'that', 'many', 'other', 'tops', 'and', 'dresses', 'have', 'the', 'ones', 'for', 'hanging', 'on', 'a', 'hanger', 'are', 'sewn', 'right', 'on', 'the', 'edge', 'of', 'the', 'upper', 'elastic', 'making', 'them', 'pop', 'up', 'a', 'bit', ',4,1,7', 'general', 'tops', 'blouses'] ['6107,1110,35', 'not', 'for', 'petites', 'here', "'s", 'an', 'example', 'of', 'lowering', 'a', 'hemline', 'and', 'slapping', 'the', 'term', "'petite", 'on', 'it', 'too', 'much', 'fabric', 'was', 'bulky', 'and', 'ran', 'too', 'small', 'the', 'fabric', 'was', 'thin', 'and', 'pulled', 'awkwardly', 'over', 'the', 'bust', 'returned', ',2,0,2', 'general', 'dresses', 'dresses'] ['6108,828,52', 'fabric', 'looks', 'cheap', 'i', 'returned', 'this', 'item', 'it', 'was', 'soft', 'very', 'blah', 'fabric', 'nothing', 'special.,1,0,0', 'general', 'tops', 'blouses'] ['6109,1081,34', 'hard', 'one', 'to', 'review', 'i', 'had', 'a', 'really', 'really', 'difficult', 'time', 'reviewing', 'this', 'dress', 'the', 'instant', 'i', 'touched', 'it', 'i', 'wanted', 'to', 'love', 'it', 'in', 'theory', 'it', 'should', 'have', 'worked', 'for', 'me', 'fit', 'and', 'flare', 'is', 'usually', 'a', 'really', 'great', 'option', 'for', 'my', 'pear', 'shape', 'the', 'silhouette', 'shows', 'off', 'my', 'thinner', 'upper', 'body', 'and', 'camouflages', 'my', 'thicker', 'lower', 'body', 'best', 'of', 'both', 'worlds', 'however', 'as', 'you', 'can', 'see', 'for', 'yourself', 'in', 'the', 'photo', 'this', 'dress', 'makes', 'me', 'look', 'pretty', 'big', 'i', "'m", 'a', 'solid', 'size', '8', 'and', 'i', 'feel', 'this', 'dress', 'makes', 'me', 'look', 'like', 'a', '12.', 'it', 'really', 'makes', 'my', 'middle', ',3,1,6', 'general', 'petite', 'dresses', 'dresses'] ['6110,1081,35', 'was', "n't", 'for', 'me', 'but', 'was', 'soft', 'i', 'tried', 'this', 'on', 'today', 'because', 'when', 'i', 'touched', 'it', 'it', 'was', 'irresistibly', 'soft', 'i', 'like', 'the', 'orange', 'it', 'was', 'a', 'loud', 'orange-and', 'i', 'almost', 'would', 'have', 'preferred', 'some', 'sort', 'of', 'design', 'to', 'it', 'i', 'did', 'not', 'purchase', 'this', 'because', 'at', 'the', 'end', 'of', 'the', 'day', 'it', 'did', 'not', 'suit', 'my', 'style-it', 'was', 'very', 'plain', 'i', 'think', 'you', 'could', 'dress', 'it', 'up', 'with', 'the', 'addition', 'of', 'a', 'belt', 'or', 'the', 'right', 'necklace', 'but', 'i', 'am', 'not', 'usually', 'a', 'fan', 'of', 'buying', 'pieces', 'that', 'do', 'not', 'stand', 'on', 'their', 'own', 'and', 'require', 'an', 'accessory', 'that', 'said', 'it', 'was', 'very', 'comfortable', 'and', 'soft', ',4,0,2', 'general', 'petite', 'dresses', 'dresses'] ['6111,1081,42', 'so', 'flattering', 'this', 'dress', 'is', 'everything', 'i', 'hoped', 'it', 'would', 'be', 'flattering', 'cute', 'cozy', ',5,1,15', 'general', 'petite', 'dresses', 'dresses'] ['6112,1033,49', 'individuality', 'great', 'buy', 'i', 'bought', 'the', 'cream', 'jumpsuit', 'i', "'m", 'small', 'on', 'bottom', 'and', 'larger', 'on', 'top', 'this', 'was', 'perfect', 'should', "n't", 'fit', 'tight', 'should', 'flow', 'has', 'lots', 'of', 'room', 'it', 'is', 'linen', 'adjustable', 'buttons', 'on', 'front', 'and', 'adjustable', 'on', 'the', 'back', 'of', 'jumpsuit', 'legs', 'are', 'wide', 'and', 'flowy', 'casual', 'but', 'classy', 'both', 'sides', 'have', 'about', '3', 'buttons', 'at', 'hips', 'great', 'addition', 'to', 'any', 'closet', 'unique', 'in', 'its', 'own', 'right', ',5,1,7', 'general', 'petite', 'bottoms', 'jeans'] ['6113,1080,56', 'not', 'as', 'described', 'when', 'i', 'first', 'saw', 'this', 'dress', 'i', 'was', 'in', 'love', 'i', 'adore', 'mexican', 'print', 'clothing', 'and', 'i', 'could', "n't", 'wait', 'to', 'try', 'this', 'on', 'unfortunately', 'it', 'is', 'not', 'as', 'described', 'and', 'it', 'looks', 'better', 'in', 'the', 'photo', 'than', 'in', 'person', 'the', 'dress', 'looks', 'like', 'it', 'is', 'embroidered', 'and', 'it', 'is', 'not-', 'the', 'design', 'is', 'printed', 'second', 'it', 'is', 'described', 'as', 'a', 'stretch', 'fabric-lycra', 'spandex-there', 'was', 'no', 'stretch', 'at', 'all', 'except', 'for', 'the', 'back', 'waist', 'which', 'was', 'elastic', 'and', 'the', 'fabric', 'was', 'very', 'stiff', 'it', 'pulls', 'on', 'over', 'your', 'head', 'and', 'there', 'is', 'no', 'zipper', 'i', 'could', "n't", 'e', ',4,1,11', 'general', 'dresses', 'dresses'] ['6114,860,39', 'enormous', 'i', 'knew', 'that', 'the', 'cut', 'of', 'this', 'shirt', 'was', 'boxy', 'but', 'this', 'is', 'huge', 'i', 'wear', 'a', 'l', 'or', 'xl', 'at', 'retailer', 'and', 'i', 'got', 'the', 'm/l', 'and', 'was', 'swimming', 'in', 'this', 'top', 'sadly', 'this', 'will', 'be', 'going', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['6115,1081,32', 'good', 'cut', 'bad', 'texture', 'the', 'dress', 'has', 'a', 'flattering', 'cut', 'and', 'is', 'a', 'nice', 'color', 'but', 'the', 'fabric', 'looks', 'like', 'old', 'matted', 'carpet', 'i', 'will', 'be', 'returning', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6116,1081,37', 'warm', 'and', 'beautuful', 'this', 'dress', 'fits', 'beautifully', 'it', 'is', 'warm', 'and', 'comfortable', 'winter', "'s", 'gem.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6117,862,42', 'great', 'overall', 'top', 'i', 'bought', 'this', 'top', 'in', 'a', 'small', 'and', 'it', 'was', 'true', 'to', 'size', 'loved', 'that', 'it', 'was', "n't", 'too', 'fitted', 'across', 'the', 'back', 'but', 'was', 'still', 'able', 'to', 'show', 'a', 'bit', 'of', 'body', 'with', 'the', 'drawstring', 'by', 'the', 'waist', 'it', 'will', 'become', 'a', 'wardrobe', 'staple', 'during', 'the', 'hot', 'months', 'in', 'dallas', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6118,1081,39', 'fuzzy', 'and', 'needs', 'to', 'be', 'dry', 'cleaned', 'i', 'like', 'design', 'of', 'the', 'dress', 'softness', 'and', 'color', 'i', 'got', 'grey', 'the', 'dress', 'is', 'shorter', 'on', 'me', 'then', 'on', 'model', '5', '6', '145', 'lbs', 'i', 'got', 'm', 'fits', 'ok', 'but', 'i', 'do', "n't", 'like', 'fabric', 'quality', 'it', 'seems', 'like', 'it', 'can', 'be', 'peeled', 'and', 'picks', 'up', 'everything', 'and', 'needs', 'to', 'be', 'sprayed', 'all', 'the', 'time', 'despite', 'i', 'got', 'it', 'with', '40', 'discount', 'it', 'will', 'come', 'back', 'as', 'it', "'s", 'poor', 'quality', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6119,1081,26', 'great', 'winter', 'basic', 'this', 'dress', 'is', 'by', 'no', 'means', 'a', 'statement', 'piece', 'but', 'if', 'you', "'re", 'in', 'need', 'of', 'a', 'good', 'basic', 'to', 'get', 'you', 'through', 'winter', 'this', 'is', 'a', 'great', 'option', 'i', "'m", 'normally', 'a', 'm', 'or', 'l', 'busty', 'and', 'hippy', 'hourglass', 'shape', 'and', 'found', 'it', 'to', 'fit', 'tts', 'in', 'a', 'l.', 'if', 'you', 'fall', 'in-between', 'two', 'sizes', 'but', 'do', "n't", 'have', 'larger', 'hips', 'or', 'a', 'larger', 'bust', 'like', 'i', 'do', 'you', 'could', 'probably', 'size', 'down', 'to', 'the', 'smaller', 'of', 'your', 'two', 'sizes', 'it', 'goes', 'great', 'with', 'black', 'tights', 'tall', 'black', 'boots', 'and', 'a', 'scarf', 'i', 'did', "n't", 'realize', 'at', 'the', 'time', 'i', 'ordered', 'it', 'that', 'the', 'material', 'is', ',4,1,11', 'general', 'petite', 'dresses', 'dresses'] ['6120,862,38', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6121,1081,27', 'perfect', 'winter', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'a', 'new', 'winter', 'dress', 'and', 'this', 'one', 'fit', 'the', 'order', 'it', "'s", 'warm', 'yet', 'flattering', 'and', 'i', 'love', 'the', 'color.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6122,860,26', 'stunning', 'i', "'m", 'in', 'love', 'with', 'this', 'top', 'looks', 'just', 'like', 'it', 'does', 'in', 'the', 'photos', 'except', 'the', 'colors', 'are', 'maybe', 'a', 'little', 'more', 'vibrant', 'it', "'s", 'definitely', 'boxy', 'so', 'you', 'may', 'not', 'like', 'it', 'if', 'boxy', 'is', "n't", 'your', 'thing', 'but', 'i', 'think', 'the', 'pattern', 'placement', 'really', 'works', 'with', 'the', 'boxy', 'shape', 'i', 'usually', 'wear', 'a', 'small', 'in', 'tops', 'and', 'the', 'xs/s', 'fits', 'great', 'it', "'s", 'also', 'machine', 'wash', 'and', 'tumble', 'dry', 'which', 'is', 'a', 'plus', 'although', 'i', 'have', "n't", 'washed', 'it', 'yet', 'unique', 'chic', 'and', 'effortless', 'order', 'before', 'it', "'s", 'gone', ',5,1,0', 'general', 'tops', 'knits'] ['6123,1145,37', 'did', 'not', 'fit', 'so', 'sad', 'that', 'this', 'cardigan', 'did', 'not', 'fit', 'me', 'i', 'listened', 'to', 'the', 'review', 'i', 'read', 'and', 'tried', 'a', 'small', 'did', "n't", 'come', 'close', 'to', 'fitting', 'i', 'tried', 'a', 'medium', 'and', 'it', 'also', 'did', 'not', 'fit', 'i', 'think', 'this', 'item', 'is', 'designed', 'for', 'someone', 'who', 'has', 'a', 'small', 'frame', 'i', 'seem', 'to', 'be', 'too', 'tall', 'for', 'the', 'item', 'and', 'too', 'big', 'in', 'the', 'chest', 'i', 'usually', 'always', 'fit', 'into', 'a', 'size', 'medium.that', 'being', 'said', 'the', 'cardigan', 'is', 'very', 'pretty', 'and', 'feminine', 'has', 'an', 'interesting', 'design', 'and', 'is', 'well', 'made', 'so', 'sad', 'this', 'item', 'did', "n't", 'work', 'for', 'me', ',3,1,0', 'general', 'trend', 'trend'] ['6124,984,47', 'i', 'love', 'this', 'vest', 'good', 'denim', 'quality', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6125,1084,25', 'fun', 'forties-esque', 'dress', 'i', 'bought', 'this', 'dress', 'in-store', 'and', 'it', "'s", 'fantastic', 'i', "'m", 'between', 'a', 'medium', 'and', 'a', 'large', 'and', 'i', 'bought', 'a', 'large', 'because', 'it', 'was', 'the', 'one', 'available', 'and', 'it', "'s", 'fantastic', 'some', 'of', 'the', 'polyester', 'is', 'fraying', 'between', 'the', 'seams', 'which', 'is', 'obviously', 'not', 'ideal', 'but', 'i', "'m", 'willing', 'to', 'overlook', 'that', 'for', 'generally', 'how', 'great', 'this', 'dress', 'is', ',5,1,0', 'general', 'dresses', 'dresses'] ['6126,862,38', 'this', 'is', 'a', 'very', 'nice', 'top', 'this', 'top', 'is', 'true', 'to', 'size', 'and', 'fits', 'perfectly', 'color', 'is', 'very', 'natural.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6127,862,40', 'all-around', 'cute', 'top', 'cute', 'style', 'cute', 'color', 'cute', 'cut', 'and', 'i', 'got', 'it', 'on', 'sale', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6128,1084,31', 'beautiful', 'but', 'a', 'little', 'too', '80s', 'i', 'wanted', 'so', 'badly', 'to', 'keep', 'this', 'dress', 'the', 'print', 'is', 'beautiful', 'in', 'person', 'and', 'the', 'fabric', 'feels', 'pretty', 'nice', 'for', 'a', 'polyester', 'the', 'waist', 'silhouette', 'is', 'incredibly', 'flattering', 'the', 'way', 'the', 'waistline', 'and', 'pleats', 'fall', 'made', 'me', 'a', 'look', 'a', 'lot', 'slimmer', 'it', "'d", 'be', 'a', 'great', 'dress', 'for', 'dancing', 'since', 'it', 'flares', 'wonderfully', 'when', 'you', 'twirl', 'but', 'the', 'puffed', 'sleeves', 'looked', 'a', 'lot', 'more', 'poofy', 'on', 'me', 'than', 'they', 'did', 'on', 'the', 'model', 'and', 'i', 'wound', 'up', 'looking', 'exactly', 'like', 'a', 'picture', 'of', 'my', 'mother', 'from', '1982.', 'which', 'is', "n't", 'necessarily', 'a', 'bad', 't', ',4,1,2', 'general', 'dresses', 'dresses'] ['6129,1033,42', 'will', 'be', 'my', 'new', 'sweats', 'bought', 'on', 'a', 'whim', 'on', 'sale', 'i', 'am', 'a', 'small', 'in', '95', 'retailer', 'but', 'got', 'these', 'in', 'm', 'for', 'comfy', 'casual', 'looseness', 'perfect', 'i', 'am', '5', '8', 'and', 'these', 'hit', 'the', 'top', 'of', 'my', 'feet', 'perfect', 'fabric', 'is', 'substantial', 'but', 'not', 'heavy', 'perfect', 'for', 'cool', 'so', 'cal', 'evenings', 'color', 'is', 'rich', 'denimy', 'blue', 'beautiful', 'buttons', 'are', 'pretty', 'i', 'have', 'nothing', 'negative', 'to', 'say', 'about', 'these', 'aside', 'from', 'their', 'price', 'even', 'on', 'sale', 'oh', 'and', 'the', 'knot', 'as', 'i', 'sit', 'on', 'my', 'squishy', 'leather', 'sofa', 'i', 'feel', 'the', 'knot', 'in', 'my', 'back', 'hmmm', 'oh', 'well', 'still', 'love', 'them', ',5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['6130,1110,42', 'tent', 'soooo', 'disappointed', 'in', 'this', 'dress', 'the', 'colors', 'are', 'beautiful', 'for', 'fall', 'the', 'fabric', 'feels', 'luxe', 'the', 'slip', 'fits', 'perfectly', 'the', 'dress', 'however', 'is', 'a', 'hot', 'mess', 'it', 'is', 'easily', 'two', 'times', 'more', 'fabric', 'than', 'needed', 'to', 'create', 'a', 'flow-y', 'aline', 'dress', 'huge', 'everywhere', 'under', 'the', 'arms', 'and', 'waist', 'and', 'hips', 'it', "'s", 'just', 'an', 'enormous', 'tent', 'i', 'am', '5', '8', '128', 'lbs', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'i', 'looked', 'shapeless', 'in', 'this', 'i', 'ca', "n't", 'think', 'of', 'any', 'body', 'type', 'it', 'would', 'flatter', 'potentially', 'women', 'quite', 'far', 'along', 'in', 'their', 'pregnancy', ',2,0,2', 'general', 'dresses', 'dresses'] ['6131,1081,43', 'pretty', 'but', 'not', 'good', 'on', 'me', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'on', 'me', 'but', 'it', 'was', 'not', 'to', 'be', 'the', 'color', 'is', 'one', 'of', 'my', 'favorites', 'but', 'the', 'dress', 'accented', 'all', 'my', 'problem', 'areas', 'sadly', 'i', 'returned', 'it', 'i', "'m", 'sure', 'that', 'someone', 'with', 'less', 'substantial', 'hips', 'will', 'look', 'great', 'in', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6132,862,47', 'great', 'versatile', 'top', 'my', 'friend', 'and', 'i', 'both', 'bought', 'this', 'in', 'the', 'white', 'color', 'in', 'our', 'usual', 'sizes', 'the', 'fabric', 'is', 'soft', 'the', 'neckline', 'is', 'flattering', 'and', 'the', 'drawstring', 'is', 'cute', 'hides', 'a', 'tummy', 'beautifully', 'the', 'store', 'had', 'the', 'white', 'and', 'the', 'green', 'the', 'green', 'color', 'looks', 'very', 'different', 'in', 'person', 'than', 'it', 'does', 'online', 'in', 'person', 'it', 'is', 'darker', 'and', 'more', 'of', 'a', 'soft', 'emerald', 'green', 'not', 'the', 'pale', 'green-gray', 'pictured', 'online', ',5,1,15', 'general', 'petite', 'tops', 'knits'] ['6133,862,46', 'soft', 'and', 'comfy', 'i', 'bought', 'this', 'to', 'give', 'room', 'for', 'an', 'expanding', 'tummy', 'i', "'m", '6', 'months', 'pregnant', 'and', 'this', 'completely', 'conceals', 'the', 'bulge', 'i', 'suspect', 'i', 'will', 'appreciate', 'that', 'in', 'the', 'spring', 'when', 'i', "'m", 'actually', 'trying', 'to', 'hide', 'my', 'leftover', 'belly', 'it', "'s", 'incredibly', 'soft', 'and', 'the', 'top', 'is', 'wide', 'enough', 'to', 'cover', 'a', 'bra', 'strap', 'the', 'arm', 'holes', 'are', 'small', 'enough', 'to', 'cover', 'my', 'parts', 'but', 'large', 'enough', 'to', 'be', 'comfy', 'i', "'m", '5', '5', 'medium', 'build', 'and', 'normally', 'wear', 'a', 'medium', 'but', 'got', 'a', 'large', 'given', 'my', 'circumstances', 'a', 'medium', 'would', 'have', 'probably', 'worked', 'normal', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6134,900,30', 'not', 'what', 'i', 'expected', 'but', 'cute', 'i', 'was', 'very', 'excited', 'when', 'i', 'saw', 'this', 'in', 'a', 'perk', 'email', 'and', 'immediately', 'went', 'to', 'order', 'it', 'unfortunately', 'the', 'stock', 'image', 'of', 'this', 'pullover', 'is', 'misleading', 'it', "'s", 'boxy', 'image', 'makes', 'it', 'seem', 'like', 'it', "'s", 'form-fitting', 'and', 'the', 'weave/mesh', 'is', 'much', 'thicker', 'and', 'open', 'in', 'person', 'as', 'shown', 'you', 'do', 'need', 'a', 'cami', 'underneath', 'i', 'ordered', 'this', 'in', 'a', 'small', 'and', 'medium', 'since', 'it', "'s", 'an', 'online', 'exclusive', 'and', 'there', 'were', 'no', 'other', 'products', 'by', 'on', 'the', 'road', 'to', 'see', 'reviews', 'of', 'to', 'know', 'how', 'their', 'tops', 'fit', 'i', 'wanted', 'to', 'love', 'this', 'i', 'did', "n't", 'think', 'i', ',3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6135,862,48', 'not', 'for', 'me', 'and', 'the', 'red', 'is', 'more', 'pinkish', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'size', 'xs', 'regular', 'in', 'green', 'and', 'i', 'was', 'happy', 'to', 'see', 'it', 'covered', 'my', 'bra', 'everywhere', 'but', 'it', 'was', 'a', 'little', 'too', 'long', 'i', 'usually', 'wear', 'xspetite', 'so', 'i', 'ordered', 'it', 'in', 'the', 'bright', 'red', 'hoping', 'it', 'would', 'be', 'less', 'orange', 'than', 'shown', 'which', 'it', 'was', 'but', 'it', 'was', 'more', 'pink', 'and', 'kind', 'of', 'hard', 'to', 'describe', 'maybe', 'more', 'salmon', 'or', 'coral', 'i', 'went', 'up', 'from', 'my', 'usual', 'size', 'to', 'spetite', 'for', 'fear', 'that', 'the', 'armholes', 'would', "'ve", 'been', 'too', 'tight', 'on', 'xsp', 'but', 'they', 'probably', 'would', "'ve", 'been', 'fine', 'and', 'the', 'spetite', 'is', 'a', 'little', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['6136,984,68', 'love', 'this', 'vest', 'fits', 'very', 'similar', 'to', 'the', 'pilcro', 'denim', 'jacket', 'the', 'fabric', 'is', 'softer', 'and', 'not', 'too', 'heavy', 'the', 'wash', 'on', 'mine', 'is', 'pretty', 'close', 'to', 'the', 'one', 'in', 'the', 'picture', 'maybe', 'half', 'a', 'shade', 'darker', 'can', 'see', 'myself', 'wearing', 'this', 'with', 'summer', 'maxi', 'dresses', 'skirts', 'and', 'pants', 'a', 'very', 'versatile', 'piece', 'that', 'will', 'go', 'into', 'fall', 'i', 'usually', 'take', 'a', '0/2', 'and', 'the', 'xs', 'fit', 'perfectly', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6137,1145,32', 'cute', 'but', 'big', 'i', 'love', 'his', 'cardigan', 'i', 'knew', 'the', 'small', 'would', 'be', 'a', 'little', 'big', 'since', 'i', 'am', 'normally', 'an', 'xs', 'or', 'xxs', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'anyway', 'it', "'s", 'definitely', 'a', 'little', 'big', 'i', 'would', 'have', 'liked', 'an', 'xs', 'to', 'be', 'an', 'option', '5', '3', 'and', '110lbs', 'for', 'reference', 'i', "'m", 'keeping', 'it', 'because', 'it', 'still', 'looks', 'cute', 'just', 'a', 'little', 'loose', 'through', 'the', 'body', ',4,1,5', 'general', 'trend', 'trend'] ['6138,1145,63', 'cost', 'of', 'beauty', 'can', 'be', 'painful', 'first', 'this', 'sweater', 'drapes', 'beautifully', 'and', 'has', 'a', 'unique', 'look'] ['however', 'there', 'are', 'several', 'items', 'to', 'note', 'primarily', 'this', 'sweater', 'is', 'very', 'expensive', 'the', 'wool', 'has', 'an', 'itchy', 'feel', 'the', 'quot', 'drape', 'quot', 'is', 'a', 'second', 'layer', 'under', 'the', 'cardigan', 'so', 'it', 'creates', 'a', 'liner', 'but', 'it', 'is', 'not', 'sewn', 'in', 'at', 'the', 'bottom', 'so', 'it', 'is', 'annoying', 'when', 'you', 'first', 'put', 'it', 'on', 'it', 'is', 'at', 'least', 'sewn', 'in', 'on', 'the', 'inside', 'of', 'the', 'cardigan', 'at', 'the', 'top', 'i', 'also', 'notice', 'that', 'the', 'seams', 'are', 'sewn', 'white', 'or', 'are', 'falling', 'apart', 'already', 'on', 'the', 'sleeves', ',3,1,0', 'general', 'trend', 'trend'] ['6139,868,48', 'bright', 'fun', 'blouse', 'i', 'love', 'this', 'blouse', 'the', 'color', 'is', 'so', 'pretty', 'i', 'might', 'even', 'wear', 'this', 'to', 'a', 'holiday', 'party', 'the', 'tie', 'looks', 'great', 'so', 'many', 'ways', 'love', 'the', 'versatility', 'i', 'think', 'i', 'will', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 'blouse', 'with', 'a', 'pencil', 'skirt', 'jeans', 'or', 'under', 'a', 'blazer', ',4,1,1', 'general', 'tops', 'knits'] ['6140,862,41', 'i', 'received', 'this', 'top', 'in', 'white', 'last', 'fri.', 'and', 'have', 'already', 'worn', 'it', 'twice', 'it', 'is', 'the', 'perfect', 'top', 'for', 'hot', 'weather', 'because', 'it', 'does', "n't", 'cling', 'to', 'the', 'body', 'the', 'top', 'layer', 'is', 'flowy', 'and', 'breathable', 'i', 'plan', 'on', 'buying', 'the', 'blue', 'one', 'next', 'to', 'get', 'me', 'through', 'the', 'warm', 'weather', 'months', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['6141,860,66', 'darling', 'but', 'size', 'down', 'i', 'got', 'the', 'm/l', 'and', 'it', "'s", 'huge', 'usually', 'wear', 'a', 'large', 'so', 'size', 'down', 'it', "'s", 'a', 'striking', 'top', 'but', 'i', 'decided', 'not', 'to', 'reorder', 'because', 'i', 'do', "n't", 'really', 'need', 'another', 'short', 'sleeve', 'top', 'i', 'tried', 'it', 'under', 'a', 'cardigan', 'and', 'of', 'course', 'it', 'looses', 'its', 'appeal', 'because', 'you', 'ca', "n't", 'see', 'the', 'floral', 'design', 'had', 'to', 'return.,3,1,0', 'general', 'tops', 'knits'] ['6142,1084,36', 'beautiful', 'vintage', 'inspired', 'dress', 'so', 'this', 'is', 'actually', 'a', 'holding', 'horses', 'dress', 'its', 'mislabeled', 'on', 'the', 'website', 'tts', 'a', 'stunning', 'vintage', 'inspired', 'piece', 'very', '40', "'s", 'but', 'timeless', 'the', 'keyhole', 'is', "n't", 'too', 'low', 'cut', 'this', 'is', 'appropriate', 'for', 'work', 'beautiful', 'drape', 'and', 'great', 'lining', 'this', 'dress', 'can', 'twirl', 'i', 'am', 'usually', 'a', 'xsmall/small', 'and', 'went', 'with', 'the', 'small', 'fits', 'perfectly', 'though', 'a', 'bit', 'loose', 'in', 'the', 'waist', 'but', 'still', 'very', 'flattering', 'the', 'xsmall', 'would', 'have', 'been', 'too', 'tight', 'in', 'the', 'shoulders', 'lovely', 'dress', ',5,1,4', 'general', 'dresses', 'dresses'] ['6143,1080,41', 'not', 'flattering', 'from', 'most', 'angles', 'love', 'the', 'color', 'and', 'overall', 'design', 'of', 'this', 'dress', 'but', 'it', "'s", 'just', 'going', 'to', 'have', 'to', 'go', 'back', 'the', 'view', 'from', 'the', 'direct', 'front', 'and', 'back', 'are', 'nice', 'but', 'froth', 'side', 'the', 'high', 'waist', 'and', 'secure', 'back', 'make', 'me', 'look', 'pregnant', 'not', 'the', 'look', 'i', "'m", 'going', 'for', 'especially', 'at', 'this', 'price'] [] ['the', 'other', 'oddity', 'is', 'that', 'the', 'white', 'circle', 'design', 'is', 'unfortunately', 'placed', 'in', 'the', 'back', 'it', "'s", 'all', 'i', 'see', 'which', 'is', "'right", 'on', 'a', 'bulls-eye', 'and', 'the', 'same', 'on', 'the', 'front', 'i', 'do', "n't", 'know', 'how', 'the', 'designer', 'missed', 'this', 'it', "'s", 'the', 'only', 'white', 'design', 'on', 'th', ',2,0,7', 'general', 'dresses', 'dresses'] ['6144,868,43', 'boxy', 'and', 'unflattering', 'not', 'at', 'all', 'tapered', 'at', 'waist', 'as', 'suggested', 'here', 'by', 'photos', 'i', 'have', 'wide', 'shoulders', 'and', 'am', 'slim', 'and', 'this', 'made', 'me', 'look', 'big', 'all', 'around', 'i', 'am', 'doubtful', 'a', 'smaller', 'size', 'would', 'correct', 'this-', 'i', 'am', "5'10", 'and', 'ordered', 'a', 'medium', 'also', 'it', 'curls', 'under', 'a', 'bit', 'at', 'the', 'waist', 'one', 'nice', 'thing', 'about', 'the', 'cream', 'is', 'that', 'it', 'is', 'not', 'see', 'through', 'anyway', 'i', 'purchased', 'this', 'to', 'go', 'with', 'high', 'waisted', 'skirts', 'but', 'am', 'returning', ',2,0,4', 'general', 'tops', 'knits'] ['6145,862,42', 'love', 'love', 'love', 'this', 'is', 'such', 'a', 'flattering', 'top', 'i', 'bought', 'it', 'in', 'green', 'the', 'green', 'is', 'a', 'cooler', 'version', 'of', 'kelly', 'green', 'not', 'the', 'muted', 'green', 'i', 'see', 'on', 'my', 'computer', 'screen', 'i', "'m", 'fair', 'complected', 'and', 'that', 'color', 'looks', 'great', 'on', 'me', 'i', 'love', 'the', 'elastic', 'at', 'the', 'waistband', 'which', 'helps', 'camouflage', 'my', 'mom', 'belly', 'i', 'wish', 'they', 'made', 'more', 'tops', 'with', 'blousy', 'elastic', 'waists', 'i', 'bought', 'several', 'new', 'tops', 'this', 'summer', 'and', 'this', 'is', 'probably', 'my', 'favorite', 'after', 'wearing', 'it', 'for', 'a', 'couple', 'of', 'weeks', 'i', 'decided', 'to', 'remove', 'the', 'tie', 'string', 'which', 'hangs', 'low', 'it', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['6146,862,42', 'great', 'top', 'i', 'did', "n't", 'think', 'much', 'of', 'this', 'tank', 'while', 'perusing', 'sale', 'items', 'on', 'the', 'website', 'but', 'after', 'reading', 'the', 'reviews', 'i', 'decided', 'to', 'order', 'it', 'and', 'it', 'did', 'not', 'disappoint', 'i', 'ordered', 'the', 'green', 'which', 'is', 'more', 'vibrant', 'in-person', 'than', 'on', 'the', 'website', 'and', 'i', 'wore', 'it', 'the', 'next', 'day', 'which', 'is', 'always', 'a', 'good', 'sign', 'i', 'loved', 'it', 'so', 'much', 'i', 'quickly', 'ordered', 'the', 'white', 'too', 'it', 'is', 'flattering', 'stylish', 'and', 'comfortable', 'an', 'excellent', 'combination', 'i', 'highly', 'recommend', 'this', 'tank', 'as', 'a', 'summer', 'staple', 'it', 'goes', 'with', 'everything', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6147,1081,49', 'bought', 'this', 'dress', 'on', 'sale', 'in', 'the', 'orange', 'as', 'i', 'feel', 'like', 'everything', 'i', 'have', 'is', 'black', 'it', 'is', 'a', 'pretty', 'orange', 'not', 'too', 'bright', 'more', 'of', 'a', 'rust', 'color', 'it', 'is', 'very', 'soft', 'as', 'stated', 'in', 'other', 'reviews', 'and', 'has', 'a', 'nice', 'built', 'in', 'slip', 'that', 'is', 'very', 'comfortable', 'i', 'worry', 'about', 'pilling', 'down', 'the', 'road', 'but', 'will', 'have', 'to', 'wait', 'and', 'see', 'i', 'am', 'not', 'crazy', 'about', 'the', 'seams', 'down', 'the', 'chest', 'area', 'i', 'think', 'they', 'could', 'be', 'more', 'flattering', 'but', 'overall', 'the', 'dress', 'is', 'comfortable', 'cute', 'and', 'easy', 'to', 'wear', 'a', 'perfect', 'dress', 'for', 'the', 'fall/winter', 'with', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6148,862,63', 'great', 'tank', 'grabbed', 'this', 'tank', 'on', 'sale', 'today', 'in', 'the', 'green', 'color', 'great', 'tank', 'it', 'is', 'not', 'thin', 'like', 'some', 'other', 'retailer', 'tops', 'it', 'actually', 'is', 'a', 'double', 'knit', 'fabric', 'which', 'hides', 'those', 'imperfections', 'we', 'do', "n't", 'want', 'anyone', 'to', 'see', 'or', 'worry', 'about'] ['the', 'top', 'runs', 'a', 'bit', 'on', 'the', 'full', 'side', 'so', 'if', 'you', 'are', 'in', 'between', 'sizes', 'i', 'would', 'go', 'down', 'one', 'this', 'top', 'is', 'great', 'to', 'wear', 'under', 'any', 'open', 'sweater', 'for', 'the', 'entire', 'fall', 'season', 'the', 'green', 'color', 'is', 'a', 'jewel', 'green', 'so', 'the', 'top', 'does', 'not', 'look', 'summary', 'at', 'all'] ['it', 'is', 'extremely', 'comfortable', 'a', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6149,1033,30', 'pleasantly', 'surprised', 'i', 'felt', 'like', 'i', 'was', 'taking', 'a', 'risk', 'by', 'ordering', 'these', 'without', 'trying', 'them', 'on', 'but', 'i', 'am', 'so', 'happy', 'i', 'did', 'they', 'are', 'soft', 'and', 'solid', 'without', 'being', 'thick', 'or', 'stiff', 'incredibly', 'comfortable', 'i', 'have', 'a', 'larger', 'hip', 'and', 'booty', 'and', 'these', 'fit', 'great', 'no', 'grabbing', 'at', 'all', 'and', 'without', 'making', 'the', 'top', 'too', 'big', 'or', 'loose', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['6150,1081,46', 'love', 'this', 'red', 'dress', 'this', 'dress', 'style', 'and', 'color', 'is', 'very', 'flattering', 'i', 'think', 'i', 'will', 'wear', 'it', 'in', 'the', 'spring', 'and', 'fall', 'as', 'well', 'as', 'the', 'winter.the', 'm', 'fits', 'me', 'and', 'i', "'m", '5', '8', 'and', '140', 'pounds.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6151,862,32', 'a', 'great', 'casual', 'top', 'i', 'love', 'this', 'top', 'it', "'s", 'perfect', 'for', 'casual', 'outings', 'like', 'a', 'picnic', 'or', 'a', 'movie', 'in', 'summer', 'it', "'s", 'material', 'is', 'thick', 'enough', 'to', 'feel', 'sturdy', 'but', 'still', 'is', 'very', 'lightweight', 'for', 'summer', 'it', "'s", 'a', 'little', 'baggy', 'in', 'the', 'front', 'so', 'if', 'that', 'bothers', 'you', 'then', 'i', "'d", 'size', 'down', 'one', 'size', 'from', 'your', 'normal', 'i', 'bought', 'my', 'usual', 'size', 'of', 'xs', 'and', 'it', 'seems', 'to', 'fit', 'perfectly', 'i', "'m", 'tempted', 'to', 'buy', 'this', 'in', 'more', 'colors.,5,1,1', 'general', 'tops', 'knits'] ['6152,862,55', 'comfortable', 'flattering', 'top', 'i', 'love', 'this', 'top', 'i', 'have', 'all', '4', 'colors', 'in', 'size', 'large', 'i', "'m", '5', '9', '170', 'lbs', 'with', 'a', 'large', 'bust', 'it', "'s", 'a', 'loose', 'fit', 'that', 'is', 'very', 'flattering', 'do', 'not', 'dry', 'i', 'wash', 'in', 'cold', 'water', 'and', 'hang', 'dry', 'first', 'one', 'i', 'bought', 'i', 'dried', 'and', 'it', 'shrunk', 'quick', 'a', 'bit', 'if', 'you', 'are', 'tall', 'size', 'up', ',5,1,2', 'general', 'tops', 'knits'] ['6153,1033,47', 'love', 'them', 'they', 'can', 'shrink', 'love', 'these', 'always', 'get', 'compliments', 'i', "'m", '5', '7', 'bought', 'size', 'small', 'washed', 'in', 'warm', 'line', 'dried', 'they', 'are', 'a', 'bit', 'shorter', 'lengthen', 'the', 'straps', 'drops', 'the', 'waist', 'but', 'at', 'least', 'gets', 'them', 'to', 'my', 'feet', ',4,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['6154,868,65', 'comfortable', 'this', 'top', 'is', 'flowy', 'fluid', 'and', 'comfortable', 'the', 'material', 'is', 'like', 'a', 'stretchy', 'crepe', 'it', "'s", 'thin', 'but', 'not', 'sheer', 'well', 'i', 'bought', 'the', 'bright', 'red', 'maybe', 'white', 'is', 'sheer', 'oh', 'speaking', 'of', 'bright', 'red', 'well', 'it', 'is', 'i', 'mean', 'it', 'is', 'the', 'most', 'vibrant', 'red', 'the', 'photo', 'on-line', 'at', 'least', 'on', 'my', 'screen', 'does', "n't", 'really', 'do', 'the', 'red', 'justice', 'at', 'all'] [] ['the', 'fit', 'is', 'true', 'to', 'size', 'the', 'nice', 'thing', 'about', 'this', 'top', 'is', 'that', 'it', 'has', 'movement', 'and', 'yet', 'it', 'is', "n't", 'full', 'of', 'fabric', 'and', 'look', 'like', 'a', 'maternity', 'top', 'and', 'the', 'armholes', 'are', 'not', 'big', 'th', ',5,1,9', 'general', 'tops', 'knits'] ['6155,1081,62', ',i', 'ordered', 'this', 'dress', 'before', 'it', 'became', 'available', 'in', 'my', 'local', 'retailer', 'store', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'but', 'the', 'fabric', 'was', 'not', 'as', 'expected', 'it', 'is', 'a', 'heavy/fuzzy', 'knit', 'and', 'i', 'had', 'envisioned', 'something', 'lighter', 'and', 'cleaner', 'i', 'would', 'love', 'to', 'see', 'it', 'in', 'a', 'different', 'fabric', 'sadly', 'returned', 'it', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6156,1081,37', 'stop', 'what', 'you', 'are', 'doing', 'and', 'buy', 'this', 'dress', 'i', 'have', 'been', 'shopping', 'at', 'retailer', 'for', 'years', 'and', 'this', 'is', 'my', 'first', 'review', 'that', 'is', 'how', 'much', 'i', 'love', 'this', 'dress'] ['it', 'is', 'so', 'incredibly', 'comfortable', 'it', 'is', 'like', 'wearing', 'a', 'cozy', 'blanket', 'you', 'guys', 'it', 'twirls', 'i', 'never', 'received', 'as', 'many', 'compliments', 'on', 'an', 'outfit', 'as', 'i', 'do', 'when', 'i', 'wear', 'this', 'dress', 'i', 'bought', 'the', 'orange', 'one', 'i', 'am', 'plus', 'size', 'and', 'i', 'do', "n't", 'wear', 'a', 'whole', 'lot', 'of', 'knee', 'length', 'dresses', 'dresses', 'in', 'general', 'are', 'hard', 'to', 'find', 'because', 'they', 'do', "n't", 'fit', 'right', 'so', 'i', 'was', 'thrilled', 'to', 'find', 'this', 'i', 'am', 'also', 'thrilled', 'that', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6157,1081,65', 'i', 'loved', 'the', 'dress', 'it', "'s", 'just', 'as', 'cute', 'in', 'person', 'as', 'it', 'was', 'in', 'the', 'picture', 'the', 'material', 'is', 'very', 'very', 'soft', 'and', "'sweater", 'like', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'it', 'fit', 'fine', 'but', 'i', 'usually', 'wear', 'my', 'dresses', 'a', 'bit', 'looser', 'i', 'liked', 'it', 'well', 'enough', 'to', 'return', 'it', 'for', 'a', 'larger', 'size', ',4,1,10', 'general', 'petite', 'dresses', 'dresses'] ['6158,1081,52', 'great', 'winter', 'dress', 'warm', 'cozy', 'can', 'dress', 'down/up', 'and', 'is', 'perfect', 'for', 'traveling', 'a', 'great', 'staple', 'as', 'other', 'people', 'noted', 'the', 'dress', 'if', 'you', 'buy', 'your', 'regular', 'size', 'is', 'a', 'little', 'more', 'fitted', 'than', 'it', 'looks', 'on', 'the', 'model', 'size', 'up', 'if', 'you', 'prefer', 'it', 'to', 'hang', 'looser', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6159,1081,64', 'touch', 'it', 'found', 'this', 'little', 'surprise', 'in', 'store', 'yesterday', 'where', 'thankfully', 'one', 'of', 'my', 'atlanta', 'stores', 'carries', 'petites', 'the', 'materials', 'is', 'wonderful', 'feels', 'like', 'cashmere', 'i', 'got', 'the', 'rust', 'which', 'will', 'be', 'an', 'anytime-anywhere', 'piece', 'recommend', 'highly.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6160,900,54', 'great', 'casual', 'summer', 'sweater', 'a', 'great', 'sweater', 'to', 'throw', 'over', 'just', 'about', 'anything', 'i', 'love', 'it', 'but', 'the', 'only', 'reason', 'i', 'could', "n't", 'give', 'it', '5', 'stars', 'is', 'because', 'you', 'must', 'be', 'very', 'carful', 'with', 'it', 'as', 'it', 'can', 'snag', 'on', 'anything', 'the', 'fabric', 'is', 'similar', 'to', 'intertwined', 'ribbons', 'the', 'first', 'time', 'i', 'put', 'it', 'on', 'i', 'got', 'a', 'snag', 'right', 'away', 'but', 'it', 'was', 'easily', 'pulled', 'trough', 'to', 'the', 'inside', 'now', 'i', 'am', 'just', 'super', 'cautious', 'i', 'do', 'love', 'it', 'though', 'very', 'comfortable', 'and', 'super', 'casual', 'not', 'heavy', 'at', 'all', 'but', 'just', 'enough', 'to', 'be', 'happy', 'to', 'have', 'to', 'throw', 'on', 'when', 'the', 'cool', 'spring/s', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6161,1081,55', 'my', 'thanksgiving', 'dress', 'i', 'love', 'wearing', 'a', 'dress', 'at', 'thanksgiving', 'but', 'do', "n't", 'want', 'to', 'be', 'too', 'dressy', 'this', 'was', 'perfect', 'casual', 'with', 'a', 'bit', 'of', 'sass', 'and', 'comfortable', 'it', "'s", 'also', 'arm', 'enough', 'and', 'super', 'cute', 'with', 'booties', 'i', "'m", '5', '4', 'and', 'small', 'boned', 'the', 'xs', 'fit', 'perfect', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6162,862,51', 'so', 'comfortable', 'this', 'tank', 'top', 'is', 'comfortable', 'and', 'very', 'cute', 'it', 'hides', 'my', 'tummy', 'as', 'well', 'which', 'is', 'a', 'bonus', 'ordered', 'in', 'another', 'color', 'i', 'love', 'it', 'so', 'much', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6163,984,52', 'soft', 'and', 'versatile', 'i', 'purchased', 'a', 'size', 'small', 'i', 'usually', 'always', 'buy', 'a', 'petite', 'but', 'this', 'fit', 'me', 'just', 'fine', 'since', 'it', 'is', 'a', 'vest', 'the', 'length', 'in', 'the', 'back', 'did', "n't", 'fall', 'too', 'long', 'it', 'runs', 'true', 'to', 'size', 'it', "'s", 'soft', 'and', 'i', 'wear', 'it', 'with', 'long', 'dresses', 'rompers', 'short', 'dresses', 'skirts', 'it', "'s", 'a', 'nice', 'tapered', 'vest', 'i', "'m", '34d', 'and', 'it', "'s", 'fine', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6164,850,54', 'perfect', 'blouse', 'i', 'have', 'been', 'on', 'the', 'fence', 'about', 'this', 'blouse', 'until', 'i', 'went', 'into', 'the', 'store', 'and', 'tried', 'it', 'on', 'instant', 'love', 'for', 'me'] ['the', 'fabric', 'is', 'not', 'sheer', 'yeah', 'the', 'shoulders', 'are', 'cut', 'in', 'so', 'you', 'may', 'need', 'a', 'halter', 'bra', 'i', 'typically', 'go', 'between', 'a', '4', 'or', '6', 'but', 'found', 'the', 'cut', 'at', 'a', 'a', 'line', 'so', 'there', 'is', 'a', 'nice', 'flow', 'but', 'not', 'overly', 'so', 'so', 'purchased', 'the', '4.', 'the', 'colors', 'will', 'go', 'with', 'anything', 'for', 'many', 'seasons', 'love', 'the', 'quality', ',5,1,10', 'general', 'tops', 'blouses'] ['6165,609,31', 'perfect', 'white', 'tank', 'i', 'took', 'this', 'in', 'a', 'large', 'im', 'a', '36d', '140lbs', 'this', 'top', 'in', 'a', 'large', 'fit', 'me', 'perfectly', 'without', 'a', 'bra', 'slightly', 'see', 'through', 'but', 'not', 'by', 'much', 'i', 'have', "n't", 'tried', 'it', 'with', 'a', 'bra', 'on', 'yet', 'but', 'im', 'sure', 'it', "'ll", 'be', 'just', 'fine', ',4,1,0', 'initmates', 'intimate', 'layering'] ['6166,850,35', 'makes', 'you', 'feel', 'like', 'a', 'million', 'bucks', 'i', 'had', 'the', 'pleasure', 'of', 'trying', 'this', 'on', 'today', 'and', 'looooooove', 'it', 'i', 'love', 'all', 'things', 'bows', 'but', 'usually', 'they', 'are', 'off-centered', 'over', 'the', 'left', 'shoulder', 'i', 'have', 'a', 'bit', 'of', 'an', 'ocd', 'thing', 'and', 'i', 'prefer', 'things', 'to', 'be', 'over', 'my', 'right', 'shoulder', 'so', 'usually', 'while', 'i', 'love', 'them', 'i', 'ca', "n't", 'wear', 'them', 'i', 'love', 'that', 'this', 'bow', 'is', 'in', 'the', 'middle-and', 'i', 'like', 'that', 'it', 'is', 'higher', 'than', 'the', 'neckline', 'of', 'the', 'shirt', 'so', 'you', 'know', 'there', 'is', 'some', 'skin', 'underneath', 'it', 'adds', 'to', 'the', 'sexiness', 'of', 'the', 'blouse', 'while', 'also', 'creating', 'a', 'more', 'pleasing', 'look', 'i', 'feel', ',5,1,2', 'general', 'tops', 'blouses'] ['6167,873,60', 'casual', 'beauty', 'i', 'love', 'this', 'jacket', 'it', 'is', 'stylish', 'yet', 'has', 'the', 'softness', 'of', 'you', 'favorite', 'lounge', 'wear', 'the', 'faux', 'fur', 'gives', 'it', 'a', 'touch', 'of', 'holiday', 'fun', 'and', 'the', 'fitted', 'cut', 'flatters', 'your', 'shape', ',5,1,11', 'general', 'tops', 'knits'] ['6168,850,35', 'lovely', 'top', 'i', 'bought', 'this', 'top', 'as', 'it', 'is', 'perfect', 'for', 'work', 'under', 'a', 'blazer', 'the', 'patten', 'is', 'pretty', 'and', 'eye', 'catching', 'i', 'love', 'that', 'it', "'s", '100', 'silk', 'and', 'has', 'the', 'tie', 'in', 'front', 'so', 'it', "'s", 'not', 'too', 'low', 'for', 'work', 'so', 'chic', 'and', 'sophisticated', ',5,1,2', 'general', 'tops', 'blouses'] ['6169,880,40', 'great', 'transitional', 'piece', 'this', 'material', 'of', 'this', 'shirt', 'is', 'soft', 'and', 'appealing', 'great', 'for', 'fall', 'the', 'side', 'slits', 'are', 'longer', 'than', 'they', 'appear', 'in', 'the', 'picture', 'so', 'wearing', 'it', 'both', 'tucked', 'and', 'untucked', 'requires', 'a', 'layering', 'shirt', 'underneath.,4,1,1', 'general', 'tops', 'knits'] ['6170,873,57', 'sweet', 'little', 'jacket', 'i', 'love', 'the', 'color', 'and', 'textures', 'of', 'this', 'jacket'] ['the', 'shawl', 'color', 'adds', 'interest', 'while', 'being', 'cozy', 'and', 'fun', 'wish', 'it', 'ran', 'a', 'tad', 'longer', 'otherwise', 'a', 'great', 'mix', 'and', 'match', 'piece', ',4,1,3', 'general', 'tops', 'knits'] ['6171,873,48', 'love', 'i', 'am', 'very', 'petite', 'and', 'ordered', 'the', 'xs', 'it', 'is', 'too', 'big', 'which', 'is', 'often', 'the', 'case', 'i', 'gauge', 'how', 'much', 'i', 'like', 'something', 'by', 'my', 'willingness', 'to', 'spend', 'even', 'more', 'money', 'on', 'alterations', 'i', 'love', 'this', 'jacket', 'so', 'much', 'that', 'i', 'am', 'willing', 'to', 'go', 'through', 'that', 'extra', 'step', 'i', 'love', 'winter', 'and', 'this', 'is', 'a', 'perfect', 'winter', 'top', 'the', 'faux', 'fur', 'is', 'very', 'soft', 'and', 'cozy', 'and', 'has', 'a', 'rich', 'look', 'to', 'it', 'i', 'have', 'yet', 'to', 'have', 'it', 'altered', 'which', 'is', 'the', 'only', 'reason', 'for', 'my', '4', 'stars', 'under', 'quality', 'i', 'do', "n't", 'yet', 'know', 'how', 'it', 'will', 'fit', 'once', 'complete', 'the', 'fact', 'tha,5,1,2', 'general', 'tops', 'knits'] ['6172,850,39', 'flattering', 'flows', 'out', 'this', 'top', 'is', "n't", 'straight', 'as', 'it', 'would', 'seem', 'on', 'the', 'tucked-in', 'picture', 'on', 'the', 'model', 'colros', 'are', 'really', 'rpetty', 'and', 'neutral', 'in', 'eprson', 'fabric', 'si', 'very', 'soft', 'i', 'tried', 'on', 'the', '0', 'but', 'am', 'wondering', 'about', 'trying', 'on', '00', 'or', 'petite', 'size', 'which', 'i', 'would', 'have', 'to', 'order', 'so', 'will', 'wait', 'a', 'bit', 'on', 'this', 'one', ',5,1,0', 'general', 'tops', 'blouses'] ['6173,873,61', 'loved', 'it', 'i', 'purchased', 'this', 'jacket', 'as', 'a', 'gift', 'for', 'my', 'daughter', 'for', 'christmas', 'i', 'thought', 'it', 'would', 'look', 'nice', 'on', 'her', 'and', 'i', 'love', 'retailer', 'she', 'was', 'very', 'surprised', 'and', 'loved', 'it', 'she', 'wore', 'the', 'jacket', 'the', 'next', 'day', 'and', 'it', 'looked', 'lovely', 'on', 'her', 'a', 'very', 'unique', 'and', 'beautiful', 'addition', 'to', 'her', 'wardrobe.,5,1,2', 'general', 'tops', 'knits'] ['6174,880,50', ',great', 'boho', 'chic', 'top', 'a', 'bit', 'over', 'sized', 'but', 'soft', 'and', 'love', 'the', 'colors', ',4,1,0', 'general', 'tops', 'knits'] ['6175,850,22', 'must', 'see', 'this', 'beautiful', 'blouse', 'i', 'coveted', 'this', 'blouse', 'for', 'weeks', 'and', 'finally', 'pressed', 'go', 'during', 'the', 'recent', 'sale', 'it', 'is', 'truly', 'lovely', 'the', 'textured', 'silk', 'and', 'its', 'lining', 'combine', 'to', 'give', 'this', 'blouse', 'the', 'weight', 'it', 'needs', 'to', 'flow', 'perfectly', 'when', 'untucked', 'it', 'is', 'a-shaped', 'and', 'fuller', 'at', 'the', 'hem', 'when', 'tucked', 'it', 'is', 'neat', 'as', 'a', 'pin', 'the', 'colors', 'are', 'almost', 'metallic', 'and', 'it', 'looks', 'as', 'if', 'the', 'flowers', 'have', 'been', 'painted', 'on', 'this', 'is', 'an', 'elegant', 'casual', 'look', 'with', 'white', 'jeans', 'and', 'heels', 'or', 'i', "'ve", 'dressed', 'it', 'up', 'with', 'a', 'black', 'pencil', 'as', 'well', 'as', 'a', 'skirt', 'almost', 'ide', ',5,1,1', 'general', 'tops', 'blouses'] ['6176,880,45', 'perfection', 'gorgeous', 'colors', 'great', 'neckline', 'can', 'be', 'worn', 'off', 'one', 'shoulder', 'the', 'slits', 'on', 'the', 'side', 'allow', 'for', 'wear', 'as', 'tunic', 'or', 'as', 'half', 'tucked', 'very', 'cute', ',5,1,0', 'general', 'tops', 'knits'] ['6177,880,46', 'day', 'to', 'night', 'if', 'you', "'re", 'looking', 'for', 'a', 'great', 'day', 'to', 'night', 'shirt', 'this', 'is', 'it', 'perfect', 'transition', 'from', 'the', 'office', 'to', 'happy', 'hour,4,1,0', 'general', 'tops', 'knits'] ['6178,850,61', 'versatile', 'and', 'elegant', 'i', 'tried', 'this', 'on', 'a', 'whim', 'last', 'week', 'even', 'though', 'it', 'was', 'a', 'bit', 'above', 'my', 'budget', 'and', 'i', 'could', "n't", 'resist', 'taking', 'it', 'home', 'the', 'photo', 'does', "n't", 'do', 'the', 'textured', 'sheen', 'of', 'the', 'silk', 'justice', 'the', 'metallic', 'tones', 'of', 'the', 'flowers', 'are', 'really', 'vibrant', 'but', 'still', 'subtle', 'my', 'husband', 'who', 'usually', 'hates', 'anything', 'with', 'a', 'bow', 'loves', 'this', 'though', 'i', 'have', 'been', 'tying', 'the', 'bow', 'a', 'bit', 'lower', 'than', 'shown', 'on', 'the', 'model', 'go', 'one', 'size', 'down', 'i', 'usually', 'wear', 'a', '14', 'in', 'blouses', 'but', 'took', 'a', '12', 'in', 'this', ',5,1,12', 'general', 'tops', 'blouses'] ['6179,880,47', 'cute', 'but', 'big', 'adorable', 'soft', 'top', 'for', 'the', 'fall', 'i', 'wanted', 'to', 'love', 'it', 'because', 'of', 'the', 'colors', 'and', 'the', 'fact', 'that', 'it', 'is', 'so', 'retro', 'it', 'was', 'just', 'way', 'too', 'big', 'for', 'me', 'i', "'m", 'always', 'a', 'medium', 'but', 'in', 'this', 'i', 'probably', 'should', 'have', 'sized', 'down', 'i', 'still', 'gave', 'it', '5', 'stars', 'because', 'it', 'is', 'so', 'cute', 'just', 'did', "n't", 'fit', 'me', 'sadly', 'i', 'will', 'be', 'returning', 'this', ',5,1,1', 'general', 'tops', 'knits'] ['6180,494,38', 'adorable', 'just', 'so', 'i', "'m", 'clear', 'the', 'only', 'reason', 'i', 'said', 'it', 'runs', 'large', 'is', 'b/c', 'of', 'the', 'top', 'portion', 'but', 'the', 'bottom', 'or', 'waist', 'loved', 'this', 'romper', 'when', 'i', 'saw', 'it', 'online', 'it', 'was', 'however', 'too', 'big', 'in', 'the', 'top', 'portion', 'the', 'straps', 'are', 'adjustable', 'but', 'the', 'back', 'is', 'too', 'low', 'for', 'a', 'bra', 'and', 'it', 'gaps', 'too', 'much', 'in', 'the', 'front', 'unless', 'you', 'are', 'standing', 'straight', 'all', 'day'] [] ['also', 'b/c', 'i', "'m", '5', '8', 'the', 'small', 'was', 'just', 'a', 'tad', 'too', 'short', 'definitely', 'no', 'bending'] [] ['i', "'m", '5', '8', 'tall', '127lbs', 'with', 'an', 'average', 'size', 'chest', '34c', 'i', 'ordered', 'a', 'small', 'and', 'the', 'bottom', ',3,0,5', 'general', 'bottoms', 'shorts'] ['6181,138,35', 'a', 'must', 'for', 'any', 'morrissey', 'fan', 'i', 'was', 'eyeing', 'this', 'sweatshirt', 'but', 'did', "n't", 'want', 'to', 'pay', 'full', 'price-', 'i', 'got', 'it', 'on', 'sale', 'and', 'am', 'so', 'happy', 'i', 'did', 'it', 'is', 'super', 'soft', 'and', 'comfy', 'it', 'also', 'fits', 'perfectly-', 'not', 'too', 'baggy', 'but', 'also', 'not', 'form', 'fitting', 'as', 'a', 'moz', 'fan', 'i', 'could', "n't", 'pass', 'it', 'up', 'awesome', 'sweatshirt', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['6182,873,22', 'flattering', 'i', 'tried', 'this', 'jacket', 'on', 'and', 'found', 'it', 'extremely', 'flattering', 'the', 'knit', 'is', 'soft', 'and', 'feels', 'more', 'like', 'a', 'sweater', 'than', 'a', 'jacket', 'in', 'that', 'it', 'is', "n't", 'constricting', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'medium', 'and', 'the', 'small', 'was', 'plenty', 'big', 'the', 'fur', 'collar', 'is', 'a', 'special', 'touch', 'the', 'one', 'i', 'tried', 'on', 'had', 'several', 'loose', 'threads', 'hanging', 'from', 'the', 'seams', 'and', 'the', 'seams', 'puckered', 'a', 'bit', 'here', 'and', 'there', 'i', 'loved', 'the', 'jacket', 'but', 'did', 'not', 'feel', 'that', 'the', 'quality', 'in', 'construction', 'i', 'would', 'expect', 'was', 'there', 'however', 'the', 'fit', 'is', 'so', 'flattering', 'i', 'm', ',4,1,7', 'general', 'tops', 'knits'] ['6183,494,37', 'cutest', 'romper', 'this', 'is', 'the', 'cutest', 'romper', 'ever', 'very', 'high', 'quality'] ['it', 'has', 'always', 'been', 'a', 'challenge', 'for', 'me', 'to', 'find', 'and', 'love', 'rompers', 'but', 'this', 'fit', 'beautifully'] ['i', 'cant', 'wait', 'to', 'wear', 'it', 'this', 'summer', ',5,1,0', 'general', 'bottoms', 'shorts'] ['6184,881,44', 'classy', 'sweater', 'i', 'was', 'surprised', 'at', 'how', 'soft', 'this', 'sweater', 'is', 'i', 'thought', 'for', 'a', 'brief', 'moment', 'it', 'was', 'cashmere', 'i', "'m", 'a', 'little', 'worried', 'it', 'might', 'pill', 'we', 'shall', 'see'] [] ['it', 'is', 'a', 'pretty', 'and', 'classy', 'sweater', 'will', 'look', 'great', 'with', 'jeans', 'and', 'heels', 'or', 'boots'] [] ['it', 'looks', 'somewhat', 'long', 'on', 'the', 'model', 'it', 'was', "n't", 'quite', 'as', 'long', 'on', 'me', 'which', 'was', 'a', 'bit', 'disappointing', 'i', "'m", '5', '7', 'with', 'long', 'torso', 'not', 'abnormally', 'long', 'it', "'s", 'still', 'a', 'great', 'sweater', 'and', 'will', 'be', 'great', 'for', 'upcoming', 'holidays', 'parties', ',4,1,5', 'general', 'petite', 'tops', 'knits'] ['6185,881,29', 'incredibly', 'soft', 'and', 'light', 'this', 'sweater', 'was', 'far', 'better', 'than', 'expected', 'very', 'soft', 'and', 'flattering', 'it', "'s", 'light', 'to', 'wear', 'but', 'keeps', 'me', 'cozy', 'in', 'my', 'freezing', 'office', 'looks', 'super', 'cute', 'with', 'jeans', 'and', 'boots', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6186,864,35', 'pretty', 'top', 'with', 'some', 'issues', 'i', 'tried', 'this', 'top', 'in', 'both', 'colors', 'for', 'the', 'black', 'the', 'lining', 'looks', 'much', 'more', 'peach', 'in', 'person', 'the', 'main', 'issue', 'though', 'is', 'the', 'diagonal', 'line', 'that', 'runs', 'through', 'the', 'middle', 'of', 'the', 'top', 'you', 'can', 'see', 'it', 'in', 'the', 'picture', 'but', 'is', 'much', 'more', 'pronounced', 'in', 'person', 'it', 'appears', 'to', 'be', 'where', '2', 'pieces', 'of', 'lace', 'are', 'sewed', 'together', 'and', 'it', 'just', 'looks', 'sloppy'] [] ['the', 'line', 'is', 'much', 'less', 'obvious', 'in', 'the', 'navy', 'and', 'looks', 'much', 'more', 'seamless', 'perhaps', 'because', 'there', 'is', 'a', 'transition', 'between', 'two', 'colors', 'of', 'lace', 'the', 'black', 'lining', 'is', 'completel', ',4,1,3', 'general', 'tops', 'knits'] ['6187,864,49', 'gorgeous', 'but', 'runs', 'very', 'large', 'i', 'just', 'received', 'this', 'top', 'it', 'is', 'stunningly', 'beautiful', 'however', 'i', 'will', 'be', 'returning', 'it', 'as', 'it', 'is', 'very', 'large', 'i', 'am', 'tall', 'at', '5', '8', 'and', 'typically', 'wear', 'a', 'size', '4.', 'i', 'purchased', 'this', 'in', 'the', 'size', 's', 'but', 'it', 'was', 'very', 'large', 'i', 'should', 'have', 'read', 'the', 'reviews', 'about', 'sizing', 'before', 'ordering', 'although', 'i', 'think', 'both', 'the', 'xxs', 'and', 'xs', 'were', 'already', 'sold', 'out', ',4,1,0', 'general', 'tops', 'knits'] ['6188,609,31', 'perfect', 'semi-dressy', 'summer', 'top', 'that', 'could', 'definitely', 'go', 'year', 'round', 'love', 'the', 'buttons', 'up', 'the', 'back', 'it', "'s", 'flows', 'but', 'the', 'slight', 'peplum', 'keeps', 'it', 'from', 'looking', 'tent', 'like', 'love', 'this', 'so', 'much', 'i', 'ordered', 'another', 'in', 'black', ',5,1,2', 'initmates', 'intimate', 'layering'] ['6189,864,64', 'unique', 'i', 'love', 'this', 'top', 'i', 'found', 'it', 'to', 'be', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', 'size', 'large', 'or', 'extra', 'large', 'and', 'the', 'size', 'large', 'fit', 'well', 'i', 'really', 'appreciate', 'that', 'the', 'armholes', 'are', 'not', 'gigantic', 'and', 'do', "n't", 'show', 'underthings', 'i', 'bought', 'the', 'navy/black', 'and', 'find', 'that', 'a', 'navy', 'cami', 'works', 'well', 'under', 'it', 'i', 'like', 'this', 'with', 'casual', 'pants', 'and', 'jeans', 'under', 'an', 'open', 'front', 'sweater', 'for', 'now', 'and', 'think', 'it', 'will', 'be', 'nice', 'with', 'a', 'linen', 'skirt', 'or', 'shorts', 'in', 'warmer', 'weather', 'this', 'is', 'not', 'a', 'style', 'i', 'would', 'usually', 'wear', 'but', 'i', 'found', 'the', 'two', 'tone', 'lace', 'very,5,1,1', 'general', 'tops', 'knits'] ['6190,850,38', 'gorgeous', 'the', 'picture', 'does', "n't", 'do', 'this', 'justice', 'this', 'top', 'is', 'amazing', 'in', 'person', 'i', 'purchased', 'my', 'regular', 'size', '2.', 'it', 'is', 'very', 'versatile', 'and', 'the', 'colors', 'are', 'perfect', 'as', 'well', 'as', 'cut', 'and', 'material', 'worth', 'the', 'money,5,1,0', 'general', 'tops', 'blouses'] ['6191,850,40', 'beautiful', 'this', 'is', 'a', 'gorgeous', 'blouse', 'the', 'quality', 'is', 'exceptional-', 'beautiful', 'soft', 'silk', 'the', 'pattern', 'is', 'lovely', 'the', 'shape', 'and', 'design', 'is', 'spot', 'on', 'finally', 'a', 'lovely', 'tie', 'neck', 'blouse', 'that', 'fits', 'well', 'and', 'is', 'made', 'well', 'i', "'m", 'a', 'busty', 'mama', 'and', 'my', 'the', 'size', '2', 'fits', 'perfectly', 'thank', 'you', 'retailerpolgie', 'for', 'a', 'gorgeous', 'piece', 'of', 'clothing', ',5,1,0', 'general', 'tops', 'blouses'] ['6192,880,28', 'runs', 'huge', 'this', 'skirt', 'runs', 'very', 'large', 'even', 'in', 'the', 'petite', 'line', 'there', 'was', 'also', 'no', 'shape', 'to', 'the', 'skirt', 'at', 'least', 'as', 'it', 'looked', 'on', 'my', 'body', 'the', 'color', 'was', 'nice', 'in', 'the', 'pink-grapeish', 'hue', 'but', 'ultimately', 'the', 'skirt', 'just', 'looked', 'like', 'a', 'tent', 'on', 'my', 'body', '00p', ',3,0,0', 'general', 'tops', 'knits'] ['6193,850,39', 'so', 'cute', 'this', 'top', 'is', 'so', 'cute', 'i', 'love', 'it', 'and', 'get', 'tons', 'of', 'compliments', 'on', 'it.,5,1,0', 'general', 'tops', 'blouses'] ['6194,829,55', 'love', 'this', 'top', 'this', 'shirt', 'is', 'so', 'cute', 'with', 'skinny', 'jeans', 'and', 'crossbody', 'bag', 'i', 'am', '34b', 'so', 'i', 'did', 'not', 'have', 'the', 'issue', 'with', 'the', 'cut', 'of', 'top', 'at', 'the', 'bustline', 'love', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['6195,829,65', 'gorgeous', 'white', 'blouse', 'i', 'love', 'this', 'blouse', 'but', 'after', 'i', 'got', 'it', 'i', 'decided', 'i', 'really', 'did', "n't", 'need', 'another', 'white', 'long', 'blouse', 'it', 'was', 'more', 'of', 'a', 'want', 'than', 'a', 'need', 'very', 'stylish', 'and', 'comfy', 'with', 'nice', 'neckline', 'i', 'love', 'retailer', 'anything', 'i', "'m", 'obsessed', 'with', 'this', 'store', 'and', 'every', 'single', 'thing', 'in', 'it', 'even', 'the', 'smell', 'just', 'makes', 'me', 'happy', 'when', 'i', 'enter', 'the', 'doors', ',4,1,1', 'general', 'tops', 'blouses'] ['6196,829,38', 'perfectly', 'unique', 'white', 'top', 'i', 'love', 'this', 'top', 'the', 'seam', 'does', 'go', 'across', 'the', 'bustling', 'but', 'if', 'you', 'are', 'small', 'chested', 'like', 'me', 'it', 'is', 'perfect', 'very', 'bohemian', 'and', 'an', 'almost', 'classic', 'look', 'with', 'a', 'very', 'contemporary', 'twist', 'there', 'are', 'splits', 'up', 'the', 'side', 'that', 'show', 'off', 'a', 'great', 'pair', 'of', 'leggings', 'i', 'wore', 'this', 'today', 'with', 'some', 'lysee', 'black', 'and', 'grey', 'patterned', 'leggings', 'a', 'long', 'grey', 'camisole', 'and', 'some', 'cute', 'short', 'free', 'people', 'booties', 'i', 'may', 'have', 'gotten', '20', 'compliments', 'love', 'it', ',5,1,10', 'general', 'tops', 'blouses'] ['6197,1081,20', 'fun', 'dress', 'i', 'purchased', 'a', 'small', 'in', 'this', 'dress', '5', '6', '34d', 'i', 'could', 'have', 'gone', 'with', 'a', 'medium', 'if', 'i', 'wanted', 'to', 'wear', 'a', 'bra', 'this', 'dress', 'is', 'not', 'meant', 'to', 'be', 'worn', 'with', 'one', 'it', 'fit', 'much', 'better', 'without', 'i', 'liked', 'the', 'regular', 'length', 'as', 'the', 'dress', 'is', 'supposed', 'to', 'be', 'a', 'midi', 'this', 'dress', 'screams', 'summer', 'to', 'me', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['6198,829,46', 'so', 'cute', 'but', 'i', 'really', 'like', 'this', 'shirt', 'but', 'it', "'s", 'a', 'bit', 'maternity', 'i', 'do', "n't", 'mind', 'some', 'extra', 'fabric', 'around', 'the', 'stomach', 'area', 'but', 'there', 'is', 'a', 'lot', 'here', 'i', "'m", '5', '7', 'about', '125', 'and', 'i', 'think', 'it', 'makes', 'me', 'look', 'like', 'i', 'might', 'be', 'hiding', 'a', 'little', 'secret', 'since', 'i', "'m", 'done', 'having', 'kids', 'it', 'has', 'to', 'go', 'back'] ['it', "'s", 'also', 'somewhat', 'see', 'through', 'and', 'had', 'i', 'kept', 'it', 'i', 'would', 'have', 'worn', 'a', 'tank', 'top', 'underneath'] ['as', 'long', 'as', 'these', 'things', 'do', "n't", 'bother', 'you', 'it', 'really', 'is', 'cute', ',3,1,2', 'general', 'tops', 'blouses'] ['6199,829,63', ',love', 'this', 'big', 'top', 'will', 'be', 'great', 'for', 'hot', 'summer', 'days.,4,1,2', 'general', 'tops', 'blouses'] ['6200,872,52', 'this', 'top', 'could', 'have', 'been', 'so', 'sweet', 'i', 'ordered', 'the', 'top', 'from', 'a', 'store', 'to', 'have', 'it', 'shipped'] ['it', 'is', 'very', 'pretty', 'but', 'once', 'on', 'it', 'fit', 'the', 'wrong', 'way', 'i', 'got', 'a', 'small', 'because', 'i', 'know', 'that', 'this', 'designer', 'tends', 'to', 'run', 'tight', 'across', 'the', 'bust'] ['the', 'shoulder', 'was', 'too', 'rounded', 'for', 'this', 'neck', 'line', 'sleeves', 'should', 'have', 'been', 'either', 'longer', 'or', 'sleeveless', 'the', 'empire', 'waist', 'even', 'on', 'a', 'smaller', 'busted', 'woman', 'like', 'myself', 'was', 'cut', 'too', 'high', ',2,0,3', 'general', 'petite', 'tops', 'knits'] ['6201,1081,69', 'beautiful', 'sooo', 'comfortable', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'completely', 'lined', 'the', 'straps', 'are', 'adjustable'] ['this', 'is', 'the', 'best', 'summer', 'dress', 'ever', 'so', 'comfortable', 'and', 'easy', 'to', 'just', 'throw', 'on', 'goes', 'with', 'a', 'multitude', 'of', 'colors', 'for', 'your', 'sandals', 'and', 'bags', 'i', 'love', 'this', 'dress'] ['i', "'m", '5', '7', '137', 'lbs.', 'and', 'ordered', 'a', 'size', 'medium', 'with', 'plenty', 'of', 'room', 'around', 'the', 'bust', 'no', 'worry', 'about', 'arm', 'holes', 'being', 'too', 'big', 'because', 'you', 'adjust', 'the', 'straps', 'to', 'suit', 'your', 'body', 'i', 'love', 'the', 'below', 'the', 'knee', 'length', 'i', 'like', 'comfy', 'but', 'you', 'could', 'easily', 'size', 'down'] ['nice', 'embroidery', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6202,829,55', 'nice', 'but', 'nah', 'ii', 'loved', 'the', 'idea', 'of', 'this', 'summer', 'top', 'flowing', 'in', 'the', 'breeze', 'then', 'i', 'got', 'it', 'and', 'the', 'selves', 'did', 'nit', 'give', 'as', 'much', 'slack', 'as', 'i', 'would', 'have', 'hoped', 'spandex', 'so', 'returned', ',1,0,1', 'general', 'tops', 'blouses'] ['6203,927,34', 'a', 'simple', 'staple', 'i', "'ve", 'been', 'looking', 'for', 'a', 'great', 'long', 'loose', 'versatile', 'vest', 'for', 'some', 'time', 'and', 'this', 'is', 'just', 'about', 'perfect', 'it', "'s", 'slightly', 'heavier', 'than', 'i', 'would', 'have', 'preferred', 'i', "'m", 'in', 'a', 'warm', 'climate', 'but', 'it', 'excels', 'in', 'every', 'other', 'way', 'it', 'looks', 'so', 'much', 'better', 'on', 'than', 'it', 'does', 'on', 'the', 'hanger', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'definitely', 'a', 'steal', 'on', 'sale', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['6204,1202,31', 'bright', 'and', 'happy', 'the', 'colors', 'are', 'amazing', 'so', 'vibrant', 'and', 'plentiful', 'the', 'arm', 'holes', 'are', 'fairly', 'generous', 'but', 'not', 'bad', 'i', 'think', 'it', 'just', 'adds', 'to', 'the', 'loose', 'fitting', 'nature', 'of', 'the', 'dress', 'i', 'got', 'a', 'medium', 'i', "'m", '170', 'with', 'a', 'small', 'chest', 'medium', 'is', 'my', 'norm', 'for', 'maeve', 'the', 'buttons', 'in', 'the', 'back', 'are', 'difficult', 'you', 'need', 'help', 'getting', 'on', 'but', 'getting', 'off', 'you', 'can', 'do', 'solo', 'this', 'dress', 'makes', 'your', 'shoulders', 'look', 'really', 'good', 'it', 'sits', 'in', 'a', 'very', 'flattering', 'way', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6205,872,43', 'too', 'sheer', 'this', 'blouse', 'has', 'a', 'very', 'cute', 'style', 'the', 'ruffles', 'are', 'really', 'nice', 'but', 'why', 'does', 'it', 'have', 'to', 'be', 'so', 'sheer', 'there', 'is', 'no', 'way', 'i', 'could', 'wear', 'this', 'to', 'work', 'without', 'a', 'cami', 'it', 'also', 'felt', 'slightly', 'on', 'the', 'small', 'size', 'almost', 'too', 'tight', 'for', 'my', 'normal', 'size.,2,0,6', 'general', 'petite', 'tops', 'knits'] ['6206,1081,32', 'love', 'so', 'comfy', 'great', 'quality', 'not', 'see', 'thru', 'at', 'all', 'has', 'a', 'liner', 'that', 'you', 'cant', 'even', 'tell', 'is', 'there', 'wish', 'it', 'was', 'a', 'little', 'smaller-', 'got', 'an', 'xxsp', 'but', 'going', 'to', 'keep', 'it', 'anyway', 'dont', 'need', 'a', 'bra', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6207,1081,36', 'great', 'dress', 'wow', 'i', 'just', 'love', 'this', 'dress', 'it', 'hangs', 'beautifully', 'and', 'is', 'such', 'a', 'great', 'length', 'shoulder', 'straps', 'adjustable', 'simple', 'button', 'closures', 'in', 'back', 'i', 'wore', 'it', 'dressed', 'up', 'a', 'bit', 'with', 'a', 'sweater', 'and', 'then', 'again', 'more', 'causal', 'without', 'i', 'got', 'it', 'on', 'sale', 'so', 'it', 'fit', 'even', 'better', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6208,1202,45', 'armholes', 'are', 'huge', 'the', 'material', 'of', 'the', 'dress', 'is', 'gorgeous', 'but', 'the', 'armholes', 'droop', 'much', 'too', 'low', 'under', 'the', 'arms', 'in', 'addition', 'i', 'am', 'fairly', 'broad', 'shouldered', 'and', 'the', 'cut', 'across', 'the', 'chest', 'is', 'too', 'narrow', 'exposing', 'your', 'chicken', 'wings', 'in', 'an', 'unflattering', 'way', 'this', 'is', 'gorgeous', 'on', 'the', 'model', 'so', 'i', 'would', 'say', 'narrow', 'shouldered', 'girls', 'should', 'order', 'a', 'size', 'down', 'and', 'give', 'it', 'a', 'shot', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6209,1056,30', 'runs', 'large', 'i', 'love', 'these', 'pants', 'but', 'they', 'run', 'super', 'big', 'and', 'still', 'stretch', 'after', 'wearing', 'i', 'am', 'usually', 'a', '2/', '26', 'and', 'had', 'to', 'get', 'a', '0.', 'also', 'the', 'pocket', 'flaps', 'stick', 'up', 'on', 'the', 'corners', 'and', 'ironing', 'doesnt', 'help', 'still', 'comfortable', 'but', 'i', 'would', 'have', 'never', 'paid', 'full', 'price', 'for', 'these', 'if', 'i', 'had', 'known.,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['6210,927,62', 'must', 'try', 'on', 'this', 'vest', 'is', 'so', 'cute', 'and', 'flattering', 'these', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'you', 'must', 'see', 'it', 'in', 'person', 'and', 'try', 'it', 'on', 'it', 'only', 'has', 'a', 'small', 'percentage', 'of', 'wool', 'in', 'it', 'so', 'it', 'could', 'easily', 'be', 'worn', 'in', 'the', 'spring/summer', 'with', 'a', 'tank', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['6211,927,36', 'pockets', 'not', 'well', 'executed', 'i', "'m", 'a', 'vest', 'lover', 'of', 'all', 'shapes', 'lengths', 'and', 'styles', 'so', 'i', 'had', 'big', 'plans', 'for', 'this', 'vest', 'in', 'the', 'end', 'the', 'pockets', 'ended', 'up', 'ruining', 'the', 'lay', 'and', 'line', 'of', 'this', 'vest', 'they', 'are', 'too', 'bulky', 'and', 'end', 'up', 'pulling', 'at', 'the', 'front', 'of', 'the', 'vest', 'drawing', 'your', 'eye', 'to', 'the', 'pockets', 'and', 'not', 'the', 'neckline', 'i', 'agree', 'with', 'previous', 'reviews', 'that', 'it', 'could', 'be', 'worn', 'into', 'spring-', 'i', 'would', "n't", 'wear', 'it', 'in', 'summer', 'the', 'fit', 'is', 'loose', 'i', 'thought', 'the', 'medium', 'arm', 'holes', 'were', 'large', 'for', 'my', 'frame-', '5', '8', '140', 'overall', 'i', 'sent', 'it', 'back', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['6212,360,57', 'hidden', 'treasure', 'this', 'vest', 'is', 'awesome', 'the', 'photo', 'does', 'not', 'do', 'it', 'justice', 'you', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'great', 'materials', 'used', 'does', 'run', 'big', 'so', 'select', 'one', 'size', 'down', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6213,1056,43', 'fitted', 'cargos', 'with', 'cute', 'details', 'love', 'the', 'look', 'of', 'the', 'pant', 'would', 'have', 'given', 'more', 'stars', 'if', 'it', 'had', 'arrived', 'wearable', 'the', 'pockets', 'all', 'had', 'a', 'corner', 'stuck', 'folded', 'up', 'requiring', 'washing', 'or', 'ironing', 'before', 'i', 'can', 'even', 'wear', 'them', 'worried', 'that', 'they', 'will', 'constantly', 'have', 'that', 'issue', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['6214,1202,30', 'great', 'dress', 'this', 'dress', 'is', 'very', 'well', 'made', 'the', 'fabric', 'is', 'thick', 'enough', 'for', 'winter', 'weather', 'and', 'is', 'great', 'for', 'work', 'or', 'a', 'nice', 'party', 'i', 'do', 'not', 'think', 'the', 'arm', 'openings', 'are', 'too', 'large', 'at', 'all.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6215,1202,28', 'a', 'bit', 'like', 'a', 'muumuu', 'the', 'fabric', 'on', 'this', 'dress', 'is', 'gorgeous', 'i', 'wish', 'it', 'was', 'tailored', 'a', 'bit', 'more', 'because', 'as', 'it', 'is', 'it', 'looks', 'like', 'a', 'muumuu', 'i', 'wish', 'it', 'would', 'have', 'fit', 'better', 'but', 'i', 'returned', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6216,829,53', 'traditional', 'material', 'in', 'a', 'new', 'way', 'love', 'the', 'movement', 'of', 'the', 'blouse', 'and', 'how', 'it', 'falls', 'great', 'quality', 'material.,1,1,0', 'general', 'tops', 'blouses'] ['6217,1202,44', 'nice', 'print', 'this', 'is', 'a', 'pretty', 'dress', 'but', 'it', 'runs', 'at', 'least', 'one', 'size', 'too', 'large', 'the', 'silk', 'is', 'of', 'good', 'quality', 'it', 'would', 'be', 'good', 'for', 'somebody', 'who', 'is', 'slim', 'and', 'tall', ',3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6218,829,41', 'cute', 'summer', 'top', 'this', 'is', 'a', 'great', 'light', 'free', 'flowing', 'top', 'for', 'the', 'summer', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'the', 'top', 'section', 'hits', 'in', 'a', 'weird', 'area', 'but', 'if', 'you', 'are', 'small', 'busted', 'you', 'wo', "n't", 'be', 'affected', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'with', 'jewelry', 'and', 'offers', 'a', 'whimsical', 'option', 'to', 'a', 'plain', 'white', 'blouse', 'for', 'the', 'summer', ',5,1,1', 'general', 'tops', 'blouses'] ['6219,836,30', 'flirty', 'fun', 'bought', 'this', 'shirt', 'on', 'a', 'whim', 'and', 'it', 'surpassed', 'my', 'expectations', 'just', 'enough', 'business', 'just', 'enough', 'pleasure', 'i', 'wore', 'it', 'with', 'high', 'waisted', 'skinnies', 'and', 'wedges', 'and', 'stopped', 'counting', 'the', 'compliments', 'excited', 'to', 'try', 'it', 'in', 'other', 'ways', 'it', "'s", 'summery', 'in', 'print', 'but', 'fall', 'ish', 'in', 'color', 'so', 'i', 'think', 'i', 'can', 'get', 'even', 'more', 'use', 'out', 'of', 'it', 'in', 'the', 'next', 'few', 'months', ',5,1,0', 'general', 'tops', 'blouses'] ['6220,829,36', 'romantic', 'flowy', 'beauty', 'this', 'blouse', 'is', 'a', 'beauty', 'i', 'love', 'the', 'hemline', 'across', 'the', 'bust', 'and', 'all', 'the', 'flowy', 'fabric', 'that', 'drapes', 'in', 'front', 'and', 'in', 'back', 'i', 'love', 'the', 'long', 'length', 'and', 'the', 'side', 'slits', 'the', 'wide', 'hemline', 'at', 'the', 'bottom', 'is', 'lovely', 'the', 'cotton', 'is', 'soft', 'and', 'light', 'and', 'as', 'amazing', 'to', 'wear', 'as', 'it', 'is', 'to', 'look', 'at', 'it', 'makes', 'me', 'feel', 'beautiful', 'just', 'having', 'it', 'on', 'be', 'aware', 'the', 'fabric', 'is', 'sheer', 'and', 'requires', 'a', 'tank', 'but', 'i', 'do', "n't", 'mind', 'as', 'it', 'is', 'both', 'pretty', 'and', 'comfortable', 'i', 'sized', 'up', 'which', 'fits', 'how', 'i', 'like', 'i', 'never', 'tried', 'it', 'on', 'in', 'my', 'normal', 'size', ',5,1,6', 'general', 'tops', 'blouses'] ['6221,1033,37', 'a', 'bit', 'too', 'small', 'i', 'have', 'several', 'pilcro', 'jeans', 'in', 'a', 'size', '26', 'that', 'fit', 'great', 'but', 'these', 'ended', 'up', 'being', 'just', 'a', 'little', 'bit', 'too', 'tight', 'in', 'the', 'thigh', 'area', 'to', 'make', 'the', 'style', 'of', 'the', 'jeans', 'looks', 'right', 'going', 'to', 'return', 'for', 'a', 'larger', 'size', 'nice', 'material', 'though', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6222,829,53', 'great', 'spring', 'tunic', 'i', 'had', 'been', 'eyeing', 'this', 'top', 'online', 'decided', 'to', 'hit', 'my', 'local', 'retailer', 'to', 'try', 'it', 'on', 'it', 'is', 'an', 'adorable', 'spring', 'tunic'] ['i', 'think', 'it', 'runs', 'a', 'size', 'larger', 'then', 'your', 'usual', 'size', 'for', 'reference', 'i', 'am', '5', '7', 'and', '139', 'pds', 'small', 'busted', 'and', 'i', 'bought', 'a', 'size', '6', 'fits', 'perfect', 'i', 'will', 'machine', 'wash', 'and', 'hang', 'to', 'dry', 'happy', 'with', 'my', 'purchase', ',5,1,5', 'general', 'tops', 'blouses'] ['6223,829,56', 'not', 'sure', 'why', 'some', 'people', 'did', 'not', 'like', 'the', 'fit', 'i', 'am', 'a', 'd', 'and', 'yes', 'the', 'seam', 'sits', 'along', 'bust', 'but', 'not', 'in', 'a', 'weird', 'way', 'love', 'this', 'shirt', 'its', 'adorable', ',5,1,1', 'general', 'tops', 'blouses'] ['6224,862,44', 'stylish', 'comfortable', 'i', 'love', 'this', 'top', 'it', 'is', 'cute', 'with', 'shorts', 'capris', 'and', 'jeans', 'it', "'s", 'really', 'comfortable', 'but', 'looks', 'put', 'together', 'and', 'stylish', 'great', 'for', 'running', 'errands', 'to', 'drinks', 'with', 'the', 'girls', 'a', 'good', 'transition', 'piece', 'into', 'fall', 'with', 'a', 'light', 'cardigan', ',5,1,0', 'general', 'tops', 'knits'] ['6225,829,45', 'this', 'might', 'be', 'my', 'favorite', 'white', 'blouse', 'ever'] ['i', 'was', 'hesitant', 'but', 'really', 'love', 'it', 'it', 'makes', 'me', 'think', 'of', 'summer', 'flowers', 'paris', 'it', "'s", 'so', 'soft', 'and', 'comfortable', 'yes', 'the', 'cut', 'is', 'different', 'and', 'took', 'a', 'moment', 'to', 'get', 'used', 'to', 'but', 'i', 'like', 'that', 'and', 'it', 'looks', 'better', 'on', 'imo', 'i', 'can', 'see', 'this', 'getting', 'worn', 'a', 'lot', 'on', 'hot', 'summer', 'southern', 'days', 'i', "'ve", 'been', 'on', 'a', 'hunt', 'for', 'a', 'great', 'white', 'blouse', 'for', 'a', 'long', 'time', 'tres', 'chic', ',5,1,6', 'general', 'tops', 'blouses'] ['6226,360,37', 'way', 'better', 'in', 'person', 'this', 'is', 'a', 'must', 'have', 'way', 'cuter', 'in', 'person', 'love', 'the', 'look', 'and', 'feel', 'it', 'runs', 'large', 'so', 'size', 'down', 'it', "'s", 'more', 'cream', 'than', 'white,5,1,6', 'initmates', 'intimate', 'lounge'] ['6227,829,32', 'floaty', 'empire', 'classic', 'white', 'saw', 'this', 'in', 'the', 'store', 'and', 'had', 'to', 'have', 'it', 'after', 'i', 'tried', 'it', 'on', 'it', "'s", 'shape', 'is', 'unique', 'it', "'s", 'very', 'floaty', 'and', 'looks', 'awesome', 'with', 'skinny', 'cropped', 'jeans', 'chunky', 'sandals'] ['the', 'empire', 'does', 'hit', 'across', 'the', 'breast', 'line', 'not', 'below', 'i', 'thought', 'it', 'added', 'to', 'the', 'different', 'shape', 'did', "n't", 'look', 'odd', 'on', 'me', 'i', 'am', '5', '6', 'so', 'it', 'might', 'overwhelm', 'a', 'petite', 'frame', ',5,1,1', 'general', 'tops', 'blouses'] ['6228,1056,44', 'love', 'em', 'but', 'hei', 'hei', 'where', "'d", 'the', 'side', 'buttons', 'go', 'hey', 'hei', 'hei', 'where', 'did', 'your', 'side', 'buttons', 'go', 'on', 'this', 'design', 'on', 'all', 'of', 'the', 'other', 'hei', 'hei', "'s", 'i', 'own', 'there', 'are', 'two', 'or', 'three', 'very', 'cute', 'side', 'buttons', 'at', 'the', 'hips', 'in', 'belt', 'area', 'with', 'a', 'matching', 'also', 'cute', 'cloth', 'strip', 'attached', 'so', 'that', 'when', 'the', 'pant', 'becomes', 'too', 'lose', 'at', 'the', 'waist', 'you', 'can', 'tighten', 'it', 'up', 'a', 'notch'] [] ['i', 'bought', 'the', 'sky', 'yellow', 'in', 'these', 'pants', 'in', 'a', 'size', '10.', 'i', 'am', '158', 'lbs', 'and', '5', '6', 'when', 'i', 'first', 'put', 'these', 'on', 'they', 'fit', 'just', 'like', 'i', 'want', 'them', 'too', 'a', 'bit', 'of', 'a', 'boyfriend', 'pant', 'feel', 'not', 'too', 'slouchy', 'but', 'witho', ',4,1,17', 'general', 'bottoms', 'pants'] ['6229,1033,32', 'lovely', 'pants', 'i', 'wanted', 'to', 'add', 'my', 'two', 'cents', 'because', 'i', 'was', 'worried', 'when', 'ordering', 'the', 'pants', 'from', 'previous', 'reviews', 'that', 'they', 'would', 'be', 'to', 'tight', 'as', 'it', 'had', 'been', 'suggested', 'they', 'run', 'small', 'i', 'did', "n't", 'find', 'that', 'to', 'be', 'the', 'case', 'and', 'think', 'they', 'run', 'true', 'to', 'size,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6230,1056,42', 'versatile', 'casual', 'pant', 'love', 'these', 'pants', 'the', 'perfect', 'cuffed', 'crop', 'pant', 'for', 'the', 'summer', 'lightweight', 'cool', 'and', 'comfortable', 'fun', 'pocket', 'details', 'i', 'typically', 'wear', 'a', '26', 'and', 'bought', 'a', '2', 'in', 'these', 'within', 'a', 'short', 'time', 'they', 'were', 'slipping', 'a', 'bit', 'low', 'on', 'the', 'waist', 'that', "'s", 'my', 'only', 'frustration', 'they', 'are', 'a', 'loose', 'fitting', 'pant', 'but', 'they', 'should', "n't", 'slip', 'off', 'the', 'waist', 'perhaps', 'a', '0', 'would', 'fit', 'better', 'these', 'were', "n't", 'in', 'my', 'local', 'store', 'an', 'hour', 'away', 'so', 'i', 'ordered', 'online', 'perhaps', 'i', "'ll", 'try', 'ordering', 'another', 'color', 'in', 'both', 'the', '0', 'and', '2.', 'i', 'would', 'sugge', ',4,1,6', 'general', 'bottoms', 'pants'] ['6231,836,58', 'lovely', 'fall', 'top', 'love', 'this', 'top', 'tried', 'it', 'on', 'in', 'the', 'store', 'loved', 'it', 'more', 'it', "'s", 'a', 'great', 'transitional', 'piece', 'with', 'rich', 'colors', 'the', 'top', 'is', 'sheer', 'so', 'will', 'need', 'to', 'layer', 'with', 'a', 'camisole', 'have', "n't", 'worn', 'yet', 'so', 'ca', "n't", 'speak', 'to', 'how', 'well', 'it', 'will', 'wash.,5,1,7', 'general', 'tops', 'blouses'] ['6232,862,61', 'so', 'much', 'fabric', 'i', 'really', 'liked', 'the', 'fabric', 'and', 'look', 'of', 'this', 'top', 'but', 'i', 'was', 'swimming', 'in', 'fabric', 'there', 'was', 'so', 'much', 'that', 'the', 'top', 'felt', 'heavy', 'i', 'returned', 'it', ',3,0,2', 'general', 'tops', 'knits'] ['6233,829,46', 'very', 'feminine', 'probably', 'not', 'for', 'everyone', 'but', 'boy', 'do', 'i', 'love', 'it', 'and', 'i', "'ve", 'gotten', 'loads', 'of', 'compliments', 'on', 'it', 'looks', 'best', 'with', 'skinny', 'jeans', 'would', 'be', 'good', 'with', 'leggings', 'also'] [] ['i', 'am', '5', '7', '155', 'and', 'bought', 'a', 'size', '10', 'fits', 'perfectly', ',5,1,4', 'general', 'tops', 'blouses'] ['6234,1081,46', 'adorable', 'i', 'saw', 'this', 'dress', 'in', 'store', 'at', 'first', 'i', 'was', 'not', 'impressed', 'because', 'it', 'was', 'shapeless', 'on', 'but', 'i', 'added', 'a', 'belt', 'and', 'it', 'was', 'so', 'much', 'better', 'i', 'styled', 'it', 'with', 'my', 'leather', 'wrap', 'around', 'ada', 'belt', 'looks', 'great', 'with', 'a', 'jean', 'jacket', 'or', 'a', 'leather', 'jacket', 'to', 'make', 'it', 'look', 'more', 'chic.,5,1,1', 'general', 'dresses', 'dresses'] ['6235,829,33', 'i', 'wanted', 'to', 'love', 'this', 'top', 'perfect', 'weight', 'length', 'and', 'shape', 'unfortunately', 'the', 'seam', 'goes', 'right', 'through', 'the', 'bust', 'and', 'just', 'does', 'not', 'look', 'right', 'if', 'you', 'are', 'tiny', 'on', 'top', 'this', 'will', 'be', 'lovely', 'on', 'you', ',2,0,1', 'general', 'tops', 'blouses'] ['6236,1081,65', 'love', 'this', 'dress', 'i', 'did', "n't", 'notice', 'this', 'dress', 'online', 'but', 'it', 'jumped', 'out', 'at', 'me', 'at', 'the', 'store', 'i', 'sized', 'down', 'to', 'a', 'small', 'as', 'the', 'bust', 'and', 'arm', 'area', 'seemed', 'very', 'loose', 'in', 'medium', '36b', 'it', "'s", 'very', 'comfy', 'and', 'beautiful', 'i', 'tried', 'it', 'with', 'a', 'belt', 'but', 'quite', 'honestly', 'it', 'does', "n't", 'need', 'one', 'and', 'it', 'looks', 'so', 'much', 'nicer', 'without', 'one', 'not', 'sure', 'about', 'what', 'bra', 'to', 'wear', 'likely', 'strapless', 'or', 'as', 'one', 'person', 'said', '.none', ',5,1,1', 'general', 'dresses', 'dresses'] ['6237,1033,42', 'love', 'the', 'way', 'these', 'pants', 'make', 'me', 'feel', 'the', 'fabric', 'of', 'the', 'pants', 'is', 'a', 'great', 'thickness', 'so', 'the', 'pants', 'have', 'a', 'very', 'nice', 'look', 'the', 'fabric', 'is', 'smooth', 'not', 'jean', 'material', 'for', 'me', 'this', 'is', 'nice', 'because', 'though', 'they', 'have', 'weight', 'to', 'them', 'the', 'pants', 'are', 'not', 'hot', 'and', 'can', 'be', 'used', 'to', 'dress', 'up', 'or', 'down', 'much', 'more', 'versatile', 'than', 'jeans', 'these', 'pants', 'are', 'very', 'fitted', 'through', 'the', 'hips', 'but', 'then', 'fall', 'very', 'nicely', 'i', 'am', 'not', 'a', 'big', 'fan', 'of', 'capri', 'length', 'yet', 'i', 'really', 'love', 'these', 'i', 'have', 'already', 'enjoyed', 'wearing', 'these', 'out', 'and', 'they', 'look', 'fabulous', 'with', 'any', 'type', 'of', 'wedge', 'or', 'heel', ',5,1,8', 'general', 'bottoms', 'jeans'] ['6238,829,48', 'love', 'it', 'this', 'may', 'be', 'one', 'of', 'the', 'cutest', 'items', 'that', 'i', 'have', 'every', 'owned', 'runs', 'big', 'i', 'am', 'a', '4', 'and', 'the', '0', 'fits', 'perfectly', ',5,1,0', 'general', 'tops', 'blouses'] ['6239,927,35', 'so', 'cute', 'these', 'photos', 'do', 'not', 'do', 'the', 'vest', 'any', 'justice', 'i', 'randomly', 'saw', 'this', 'in', 'the', 'sale', 'section', 'at', 'my', 'local', 'retailer', 'tried', 'it', 'on', 'and', 'it', 'was', 'super', 'cute', 'but', 'i', 'did', 'the', 'whole', 'walk', 'away', 'maybe', 'you', "'ll", 'forget', 'about', 'it', 'thing', 'that', 'did', 'not', 'happen', 'i', 'ran', 'back', 'to', 'retailer', 'on', 'my', 'lunch', 'break', 'the', 'next', 'day', 'and', 'thank', 'goodness', 'there', 'was', 'still', 'one', 'left', 'in', 'my', 'size', 'it', 'actually', 'drapes', 'in', 'a', 'flattering', 'way', 'and', 'it', 'looks', 'polished', 'it', "'s", 'so', 'versatile', 'i', 'would', 'not', 'have', 'looked', 'for', 'this', 'vest', 'based', 'on', 'these', 'photos', 'but', 'i', "'m", 'telling', 'y', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['6240,943,43', 'soft', 'but', 'color', 'not', 'quite', 'like', 'pictured', 'so', 'i', 'thought', 'this', 'sweater', 'would', 'be', 'snowy', 'white', 'but', 'it', "'s", 'actually', 'a', 'beige', 'kind', 'of', 'dingy', 'color', 'i', 'do', 'not', 'mean', 'that', 'it', "'s", 'unattractive', 'i', 'do', 'like', 'it', 'just', 'because', 'it', 'is', 'not', 'snowy', 'white', 'like', 'i', 'thought', 'it', 'makes', 'it', 'more', 'of', 'a', 'casual', 'sweater', 'in', 'my', 'opinion', 'and', 'i', 'was', 'hoping', 'for', 'a', 'dressy', 'sweater', 'it', 'is', 'very', 'super', 'soft', 'and', 'is', 'as', 'long', 'as', 'it', 'is', 'pictured', 'it', 'fits', 'like', 'a', 'dolman', 'sweater', 'which', 'i', 'did', 'not', 'expect', 'either', 'it', "'s", 'a', 'bit', 'fitted', 'around', 'the', 'very', 'bottom', 'and', 'sleeves', 'are', 'billowy', 'at', 'the', 'top.the', 'picture', 'does', 'no', ',3,1,5', 'general', 'tops', 'sweaters'] ['6241,862,53', 'this', 'style', 'runs', 'very', 'large', 'this', 'top', 'runs', 'very', 'large', 'i', 'am', 'a', 'size', '12/14', 'purchased', 'the', 'size', 'l.', 'i', 'could', 'have', 'easily', 'fit', 'in', 'the', 'size', 'm.', 'it', "'s", 'a', 'pretty', 'top', 'in', 'a', 'comfortable', 'knit', 'fabric', 'but', 'the', 'size', 'was', 'overwhelming', 'so', 'i', 'returned', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['6242,862,55', 'so', 'soft', 'and', 'great', 'length', 'love', 'the', 'cotton', 'knit', 'for', 'the', 'comfort', 'but', 'from', 'a', 'distance', 'this', 'blouse', 'looks', 'dressier', 'the', 'embroidery', 'adds', 'a', 'nice', 'flare', 'personally', 'i', 'was', 'happy', 'that', 'this', 'is', 'long', 'enough', 'to', 'cover', 'my', 'bottom', 'as', 'it', 'gives', 'it', 'a', 'nice', 'lean', 'look', 'with', 'skinny', 'jeans', 'and', 'pants', 'i', 'found', 'that', 'it', 'ran', 'a', 'little', 'bit', 'but', 'choose', 'to', 'keep', 'the', 'size', 'i', 'ordered', 'anyway', ',4,1,2', 'general', 'tops', 'knits'] ['6243,829,24', 'love', 'it', 'i', 'had', '3', 'shirts', 'from', 'clearance', 'in', 'my', 'hand', 'but', 'put', 'them', 'back', 'to', 'get', 'this', 'shirt', 'it', "'s", 'perfect', 'great', 'with', 'skinnies/sandals', 'for', 'the', 'spring', 'or', 'boots/leggings', 'for', 'the', 'fall', 'great', 'for', 'layering', 'and', 'so', 'versatile', 'i', 'will', 'get', 'more', 'wear', 'out', 'of', 'this', 'than', 'my', '3', 'clearance', 'shirts', 'combined', 'i', 'like', 'the', 'slit', 'in', 'the', 'side', 'it', 'makes', 'flowy', 'while', 'also', 'preventing', 'it', 'from', 'looking', 'like', 'a', 'maternity', 'shirt', 'the', 'only', 'thing', 'i', 'would', 'like', 'is', 'if', 'the', 'shirt', 'was', 'a', 'little', 'less', 'see-through', 'it', "'s", 'not', 'bad', 'but', 'i', 'will', 'definitely', 'have', 'to', ',5,1,2', 'general', 'tops', 'blouses'] ['6244,1202,48', 'pretty', 'but', 'big', 'order', 'a', 'whole', 'size', 'down', 'and', 'this', 'may', 'work', 'i', "'m", 'normally', 'a', '6-8', 'or', 'a', 'medium', 'but', 'this', 'was', 'huge', 'ordered', 'the', 'small', 'because', 'i', 'loved', 'the', 'color/design', 'hopeful', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6245,360,37', 'on', 'the', 'fence', 'i', 'adore', 'a', 'good', 'vest', 'so', 'when', 'i', 'saw', 'this', 'one', 'at', 'my', 'retailer', 'i', 'had', 'to', 'try', 'it', 'on', 'immediately', 'i', 'do', "n't", 'wear', 'cream', 'often', 'but', 'the', 'design', 'and', 'weight', 'of', 'this', 'vest', 'is', 'dreamy', 'i', 'tried', 'it', 'on', 'at', 'the', 'store', 'and', 'i', 'was', 'on', 'the', 'fence', 'so', 'i', 'bought', 'it', 'took', 'it', 'home', 'and', 'tried', 'it', 'on', 'with', 'everything', 'i', 'am', 'a', 'curvy', 'girl', 'and', 'i', 'was', "n't", 'thrilled', 'with', 'how', 'this', 'fit', 'now', 'its', 'part', 'of', 'the', 'retailer', 'athleisure', 'line', 'and', 'i', 'could', 'definitely', 'see', 'this', 'being', 'worn', 'post', 'workout', 'with', 'cute', 'workout', 'gear', 'girls', 'who', 'are', 'tall', 'and', 'thin', 'or', 'even', 'w', ',3,1,6', 'initmates', 'intimate', 'lounge'] ['6246,1033,47', 'fantastic', 'white', 'pant', 'love', 'these', 'no', 'bulging', 'substantive', 'fabric', 'very', 'flattering', 'cut', 'i', "'m", '5', '7', '170', 'lbs', 'wearing', 'a', 'size', '12.', 'these', 'were', 'perfectly', 'cut', 'for', 'me', 'no', 'pulling', 'bulging', 'or', 'weird', 'gathering', 'in', 'awkward', 'areas', 'we', 'all', 'know', 'what', 'that', 'means', 'these', 'will', 'be', 'a', 'true', 'staple', 'for', 'me', 'with', 'a', 'variety', 'of', 'high-heeled', 'sandals', 'kitten', 'heels', 'and', 'gladiators', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'them'] [] ['my', 'only', 'concern', 'is', 'the', 'fabric', 'and', 'it', "'s", 'ability', 'to', 'repel', 'stains', 'sometimes', 'the', 'trade', 'off', 'for', 'stretch', 'is', 'easy', 'care', 'we', "'ll", 'see', 'i', "'m", 'willing', 'to', ',4,1,0', 'general', 'bottoms', 'jeans'] ['6247,1081,57', 'fun', 'summer', 'dress', 'i', 'love', 'everything', 'about', 'this', 'dress', 'i', 'love', 'the', 'colors', 'style', 'and', 'fit', 'it', 'is', 'so', 'comfortable', 'i', 'had', 'so', 'many', 'people', 'ask', 'where', 'i', 'got', 'it'] ['i', 'usually', 'wear', 'an', 'xs', 'or', 's', 'in', 'retailerpolgy', 'dresses', 'and', 'i', 'got', 'this', 'in', 'an', 'xs', 'and', 'it', 'was', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['6248,1081,48', 'so', 'adorable', 'i', 'love', 'how', 'boho', 'colorful', 'and', 'comfy', 'this', 'dress', 'is', 'sometimes', 'you', 'just', 'want', 'to', 'wear', 'your', 'comfiest', 'bra', 'and', 'not', 'worry', 'about', 'a', 'dress', 'that', 'does', "n't", 'cover', 'the', 'straps', 'they', 'were', 'out', 'of', 'the', 'petite', 'small', 'so', 'i', 'went', 'with', 'the', 'small', 'i', 'am', '5', '125', 'lbs', 'and', 'it', 'fits', 'perfectly', 'just', 'more', 'of', 'a', 'midi', 'length', 'no', 'problemo', ',5,1,1', 'general', 'dresses', 'dresses'] ['6249,836,42', 'fit', 'is', 'boxy', 'yet', 'flattering', 'and', 'material', 'is', 'sheer', 'but', 'not', 'overly', 'delicate', 'took', 'my', 'usual', 'size', 'four', 'i', 'am', 'moderately', 'short', 'waisted', ',5,1,0', 'general', 'tops', 'blouses'] ['6250,1081,43', 'cute', 'bohemian', 'dress', 'i', 'saw', 'this', 'dress', 'and', 'had', 'to', 'have', 'it', 'it', 'is', 'very', 'cute', 'and', 'comfortable', 'i', 'have', 'fuller', 'hips', 'so', 'i', "'m", 'not', 'sure', 'about', 'the', 'stripe', 'across', 'the', 'widest', 'section', 'of', 'my', 'body', 'the', 'arm', 'holes', 'are', 'a', 'little', 'gaping', 'as', 'well', 'as', 'other', 'reviewers', 'have', 'mentioned', 'i', 'bought', 'the', 'medium', 'which', 'fits', 'well', 'everywhere', 'but', 'the', 'arm', 'holes', 'i', 'think', 'the', 'small', 'would', 'fit', 'me', 'everywhere', 'but', 'the', 'hips', 'so', 'i', "'m", 'on', 'the', 'fence', 'of', 'whether', 'to', 'keep', 'it', 'i', 'do', 'like', 'the', 'dress', 'and', 'it', 'is', 'of', 'good', 'quality', 'it', 'just', 'may', 'not', 'be', 'the', 'right', 'fit', 'for', 'me', 'i', "'m", 'a', ',5,1,0', 'general', 'dresses', 'dresses'] ['6251,1202,65', 'nice', 'beautiful', 'dress', 'i', 'like', 'the', 'length', 'and', 'cut', 'nice', 'material', 'runs', 'a', 'bit', 'big', 'i', 'think', 'it', "'ll", 'look', 'nice', 'with', 'a', 'belt', 'great', 'colors', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6252,829,32', 'oh', 'so', 'sweet', 'when', 'it', "'s", 'the', 'right', 'fit', 'i', 'saw', 'this', 'blouse', 'referenced', 'online', 'a', 'few', 'times', 'and', 'have', 'a', 'weakness', 'for', 'white', 'blouses', 'so', 'off', 'i', 'went', 'to', 'my', 'local', 'retailer', 'this', 'blouse', 'turned', 'out', 'to', 'be', 'delightful', 'my', 'thoughts', 'i', 'would', 'say', 'it', 'fits', 'true', 'to', 'size', 'as', 'a', '0', 'fits', 'me', 'perfectly', 'in', 'the', 'shoulders', 'it', 'is', 'a', 'flowy', 'tunic', 'blouse', 'that', 'has', 'a', 'high', 'skit', 'so', 'it', "'s", 'not', 'possible', 'to', 'wear', 'this', 'as', 'a', 'dress', 'it', 'is', 'very', 'sheer', 'too', 'i', 'do', 'think', 'this', 'blouse', 'is', 'designed', 'for', 'the', 'line', 'to', 'hit', 'below', 'the', 'bust', 'so', 'my', 'incredibly', 'flat', 'chest', 'works', 'in', 'this', 'if', 'you', 'have', 'even', ',5,1,4', 'general', 'tops', 'blouses'] ['6253,1081,68', 'dangerous', 'beads', 'on', 'back-will', 'rip', 'upholstery', 'nice', 'dress', 'but', 'the', 'leather', 'seats', 'of', 'my', 'car', 'were', 'ruined', 'when', 'the', 'sharp', 'metal', 'beads', 'on', 'the', 'back', 'made', 'deep', 'scratches~', 'not', 'fun', 'at', 'all', 'now', 'i', 'must', 'carefully', 'take', 'them', 'out', 'bad', 'design', 'feature', ',3,0,2', 'general', 'dresses', 'dresses'] ['6254,1202,55', 'striking', 'i', 'got', 'lots', 'of', 'compliments', 'on', 'this', 'dress', 'as', 'expected', 'the', 'arm', 'holes', 'are', 'a', 'little', 'large', 'meaning', 'low', 'but', 'other', 'than', 'that', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6255,836,65', 'stiff', 'fabric', 'i', 'normally', 'am', 'a', 'xl', 'or', 'size', '18', 'in', 'fabric', 'tops', 'if', 'they', "'re", 'not', 'knit', 'and', 'do', 'not', 'stretch', 'but', 'this', 'looked', 'to', 'be', 'a', 'bit', 'boxy', 'and', 'so', 'i', 'bought', 'the', '16', 'and', 'it', 'fit', 'fine', 'it', 'fit', 'like', 'on', 'the', 'model', 'tailored', 'but', 'loose', 'and', 'not', 'really', 'a', 'lot', 'of', 'fabric', 'or', 'boxy'] [] ['now', 'the', 'fabric', 'is', 'stiff', 'and', 'it', "'s", 'sheer', 'but', 'the', 'pockets', 'land', 'where', 'your', 'breasts', 'are', 'so', 'i', 'wore', 'this', 'with', 'a', 'nude', 'bra', 'and', 'it', "'s", 'just', 'like', 'in', 'the', 'photo', 'there', 'are', 'peeks', 'but', 'you', 'do', "n't", 'see', 'anything', 'however', 'if', 'this', 'is', 'for', 'work', 'i', "'d", 'put', 'a', 'cami', 'under', ',4,1,4', 'general', 'tops', 'blouses'] ['6256,1033,48', 'cute', 'on', 'the', 'hanger', 'not', 'so', 'much', 'on', 'i', 'saw', 'these', 'in', 'my', 'local', 'retailer', 'and', 'loved', 'them', 'on', 'the', 'hanger', 'when', 'i', 'tried', 'them', 'on', 'not', 'so', 'much', 'the', 'material', 'is', 'a', 'pretty', 'substantial', 'white', 'denim', 'and', 'very', 'stretchy', 'i', 'did', "n't", 'find', 'them', 'to', 'be', 'that', 'smooth', 'of', 'a', 'fabric', 'but', 'more', 'of', 'a', 'traditional', 'denim', 'texture', 'i', 'am', 'a', '6-8', 'in', 'pants', 'and', 'normally', 'wear', 'a', '27', 'in', 'pilcro', 'denim', 'when', 'i', 'tried', 'on', 'the', 'size', '27', 'in', 'the', 'store', 'i', 'found', 'them', 'to', 'be', 'very', 'tight', 'in', 'the', 'thighs', 'and', 'i', 'do', "n't", 'have', 'big', 'thighs', 'i', 'also', 'found', 'the', 'pants', 'to', 'pull', 'conspicuously', 'across', 'the', 'crotch', 'are', ',3,0,1', 'general', 'bottoms', 'jeans'] ['6257,1202,32', 'fabulously', 'easy', 'dress', 'i', "'m", 'taking', 'this', 'to', 'hawaii', 'for', 'the', 'holidays', 'i', "'m", 'wearing', 'it', 'with', 'black', 'calf', 'length', 'tights', 'and', 'a', 'black', 'belt', 'it', 'is', 'fine', 'without', 'tights', 'i', 'just', 'like', 'that', 'look', 'it', 'is', 'a', 'really', 'great', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6258,1056,43', 'adorable', 'great', 'capri', 'the', 'details', 'on', 'these', 'capris', 'are', 'adorable', 'the', 'stitching', 'and', 'side', 'ribbon', 'detail', 'the', 'fit', 'weight', 'of', 'the', 'fabric', 'everything', 'is', 'fantastic', 'i', 'got', 'the', 'taupe', 'and', 'moss', 'green', 'because', 'i', 'could', "n't", 'decide', 'i', 'wish', 'they', 'came', 'in', 'more', 'colors', 'fit', 'for', 'me', 'was', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', '2', 'to', 'a', '4', 'size', '26', 'to', '27', 'in', 'denim', 'and', 'got', 'the', '2', 'because', 'i', 'wanted', 'them', 'to', 'be', 'more', 'fitted', 'they', 'stretched', 'a', 'bit', 'after', 'wear', 'but', 'not', 'so', 'much', 'that', 'they', 'were', 'too', 'baggy', 'i', 'will', 'live', 'in', 'these', 'this', 'summer', 'if', 'you', 'want', 'a', 'more', 'fitted', ',5,1,4', 'general', 'bottoms', 'pants'] ['6259,872,28', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6260,829,28', 'romantic', 'i', 'love', 'love', 'love', 'this', 'top', 'so', 'flattering', 'and', 'comfortable-', 'looks', 'great', 'with', 'jeans', 'leggings', 'or', 'i', 'totally', 'plan', 'to', 'use', 'it', 'as', 'a', 'beach', 'cover-up', 'as', 'well', 'they', 'only', 'had', 'medium', 'left', 'i', 'usually', 'get', 'xs/s', 'but', 'it', 'was', 'still', 'as', 'flattering', 'and', 'i', 'usually', 'like', 'my', 'clothes', 'on', 'the', 'roomy', 'side', ',5,1,1', 'general', 'tops', 'blouses'] ['6261,836,30', 'love', 'it', 'yes', 'it', 'is', 'boxy', 'but', 'by', 'design', 'because', 'it', 'is', 'a', 'shorter', 'length', 'and', 'sheer', 'it', 'is', "n't", 'an', 'issue', 'for', 'me', 'even', 'as', 'a', 'petite', 'it', 'has', 'a', 'bit', 'of', 'an', 'ethereal', 'look', 'on', 'as', 'if', 'it', "'s", 'just', 'floating', 'on', 'your', 'body', 'what', 'does', "n't", 'show', 'well', 'in', 'online', 'pictures', 'are', 'beautiful', 'chartreuse', 'charcoal', 'white', 'threads', 'running', 'throughout', 'the', 'design', 'this', 'adds', 'to', 'the', 'classy', 'look', 'of', 'this', 'top'] ['great', 'to', 'dress', 'up', 'jeans', 'or', 'with', 'a', 'dressy', 'pencil', 'skirt', 'for', 'a', 'night', 'out', ',5,1,0', 'general', 'tops', 'blouses'] ['6262,836,25', 'cute', 'and', 'stylish', 'i', 'bought', 'this', 'top', 'in', 'hopes', 'of', 'getting', 'a', 'lot', 'of', 'wears', 'out', 'of', 'it', 'as', 'we', 'transition', 'from', 'summer', 'to', 'fall', 'the', 'color', 'is', 'a', 'pretty', 'rust', 'color', 'perfect', 'for', 'fall', 'but', 'also', 'great', 'for', 'late', 'summer', 'i', 'love', 'the', 'leaf', 'print', 'and', 'the', 'dark', 'buttons', 'on', 'the', 'sides', 'really', 'take', 'the', 'top', 'to', 'the', 'next', 'level', 'i', 'love', 'wearing', 'this', 'top', 'with', 'my', 'high-waisted', 'flare', 'jeans', 'i', 'get', 'tons', 'of', 'compliments', 'when', 'i', 'wear', 'this', 'top', 'it', 'is', 'definitely', 'sheer', 'which', 'i', 'like', 'so', 'i', 'wish', 'that', 'it', 'came', 'with', 'its', 'own', 'detachable', 'camisole', 'the', 'reason', 'i', 'took', 'a', ',4,1,1', 'general', 'tops', 'blouses'] ['6263,829,25', 'new', 'favorite', 'top', 'if', 'i', 'could', 'wear', 'this', 'top', 'every', 'single', 'day', 'i', 'would', 'this', 'is', 'the', 'white', 'flowy', 'top', 'i', "'ve", 'been', 'dreaming', 'of', 'but', 'better', 'the', 'fabric', 'is', 'so', 'lightweight', 'and', 'breathable', 'i', 'can', 'wear', 'this', 'on', 'a', 'cool', 'spring', 'night', 'with', 'a', 'scarf', 'skinny', 'jeans', 'ankle', 'boots', 'or', 'on', 'a', 'hot', 'summer', 'day', 'with', 'shorts/skinnies', 'and', 'sandals', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'be', 'aware', 'that', 'the', 'chest', 'hem', 'is', 'at', 'a', 'non-traditional', 'height', 'not', 'quite', 'above', 'or', 'below', 'the', 'breasts', 'however', 'i', 'think', 'it', 'looks', 'flattering', 'on', 'both', 'small-chested', 'and', 'busty', 'women', ',5,1,6', 'general', 'tops', 'blouses'] ['6264,1056,50', 'my', 'new', 'faves', 'i', 'have', 'three', 'pairs', 'of', 'these', 'in', 'different', 'colors', 'one', 'pair', 'is', 'striped', 'and', 'i', 'love', 'them', 'they', 'are', 'flattering', 'and', 'comfy', 'they', 'go', 'with', 'nearly', 'everything', 'ca', "n't", 'get', 'enough', ',5,1,0', 'general', 'bottoms', 'pants'] ['6265,829,38', 'no', 'thank', 'you', 'i', 'really', 'wanted', 'to', 'like', 'this', 'shirt', 'but', 'it', 'made', 'me', 'look', '9', 'months', 'pregnant', 'which', 'would', 'be', 'fine', 'if', 'i', 'were', 'pregnant', 'it', 'sits', 'wired', 'in', 'the', 'bust', 'and', 'flows', 'out', 'in', 'the', 'front', 'and', 'back', 'not', 'flattering', 'at', 'all', ',3,0,0', 'general', 'tops', 'blouses'] ['6266,360,48', 'beautiful', 'very', 'unique', 'beautiful', 'piece', 'drapes', 'well', 'accentuates', 'curves', 'in', 'a', 'classy', 'way', 'this', 'is', 'an', 'eye', 'catcher', 'definitely', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6267,927,35', 'unexpectedly', 'love', 'it', 'this', 'vest', 'is', 'great', 'i', "'m", 'wearing', 'with', 'my', 'red', 'striped', 'turtleneck', 'dress', 'i', 'got', 'on', 'sale', 'here', 'i', 'can', 'see', 'this', 'going', 'with', 'so', 'many', 'outfits', 'mainly', 'those', 'dresses', 'that', 'might', 'feel', 'a', 'little', 'tight', 'around', 'butt', 'and', 'hip', 'area-', 'this', 'will', 'cover', 'it', 'all', 'worth', 'full', 'price', 'imo', 'tts', 'i', "'m", 'a', '10', 'and', 'this', 'in', 'm', 'is', 'perfect.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6268,829,58', 'perfect', 'white', 'tunic', 'i', 'ordered', 'this', 'online', 'in', 'a', 'sz', '4', 'perfect', 'fit', 'and', 'very', 'comfortable', 'the', 'side', 'slits', 'make', 'it', 'even', 'more', 'interesting', 'since', 'jeans', 'or', 'leggings', 'will', 'show', ',5,1,1', 'general', 'tops', 'blouses'] ['6269,1081,48', 'lovely', 'for', 'summer', 'this', 'dress', 'pops', 'gorgeous', 'colors', 'and', 'simple', 'classic', 'flowy', 'design', 'i', 'thought', 'it', 'ran', 'a', 'little', 'big', 'i', 'ended', 'up', 'with', 'xs', 'for', 'best', 'overall', 'fit', 'in', 'chest', 'and', 'a', 'more', 'streamline', 'flow', '34b', 'for', 'reference', ',5,1,6', 'general', 'dresses', 'dresses'] ['6270,902,25', 'not', 'a', 'flattering', 'fit', 'the', 'shirt', 'does', 'have', 'a', 'weird', 'yellow', 'tinge', 'as', 'other', 'reviewers', 'have', 'described', 'i', 'could', 'get', 'over', 'that', 'if', 'the', 'shirt', 'was', 'a', 'flattering', 'fit', 'which', 'it', 'was', 'not', 'not', 'worth', 'the', 'money', 'so', 'i', 'returned', 'it.,2,0,0', 'general', 'tops', 'fine', 'gauge'] ['6271,881,34', 'this', 'top', 'is', 'so', 'soft', 'this', 'top', 'is', 'so', 'soft', 'and', 'with', 'a', 'henley', 'neck', 'opening', 'and', 'longer', 'ribbed', 'shirttail', 'hems', 'it', 'not', 'only', 'feels', 'heavenly', 'against', 'the', 'skin', 'but', 'it', 'gives', 'off', 'a', 'casual', 'chic', 'vibe', 'it', 'is', 'also', 'great', 'for', 'layering', 'under', 'shorter', 'sweaters', 'and', 'sweatshirts', 'to', 'give', 'my', 'staples', 'a', 'little', 'oomph', 'it', 'is', 'a', 'bit', 'sheer', 'so', 'cami', 'is', 'a', 'must', 'i', 'am', 'also', 'not', 'sure', 'how', 'well', 'it', 'will', 'hold', 'up', 'after', 'washings', 'especially', 'since', 'it', "'s", 'priced', 'quite', 'high', 'i', 'love', 'it', 'so', 'much', 'that', 'i', 'will', 'most', 'probably', 'end', 'up', 'keeping', 'it', 'it', 'is', 'true', 'to', 'size', 'i', 'ordered', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['6272,1119,57', 'you', 'will', 'love', 'this', 'i', 'bought', 'this', 'as', 'a', 'reward', 'i', 'have', 'wanted', 'a', 'leather', 'jacket', 'forever', 'and', 'i', 'truly', 'love', 'this', 'goes', 'with', 'so', 'many', 'things', 'tons', 'of', 'compliments', 'soft', 'comfortable', 'material', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['6273,866,40', 'cute', 'but', 'runs', 'larger', 'than', 'large', 'i', 'really', 'liked', 'this', 'top', 'the', 'minute', 'i', 'saw', 'it', 'online', 'long', 'enough', 'and', 'elegant', 'at', 'the', 'same', 'time', 'i', "'m", '6', 'ft', 'tall', 'and', 'i', 'like', 'to', 'wear', 'my', 'stuff', 'loose', 'have', 'my', 'back', 'well', 'covered', 'i', 'usually', 'get', 'm/l', 'depending', 'on', 'the', 'fabric', 'and', 'style', 'got', 'this', 'top', 'in', 'l.', 'this', 'top', 'however', 'turned', 'out', 'to', 'be', 'larger', 'than', 'expected', 'there', 'is', 'plenty', 'of', 'room', 'on', 'the', 'sides', 'and', 'that', 'bottom', 'part', 'is', 'made', 'of', 'a', 'thinner', 'cotton', 'material', 'the', 'fabric', 'of', 'the', 'top', 'is', 'not', 'as', 'soft', 'as', 'it', 'may', 'look', 'but', 'the', 'pullover', 'is', 'still', 'very', 'cute', 'maybe', 'after', 'fe', ',4,1,0', 'general', 'tops', 'knits'] ['6274,866,52', 'i', 'was', 'on', 'the', 'fence', 'about', 'keeping', 'but', 'the', 'more', 'i', 'tried', 'it', 'on', 'the', 'more', 'i', 'liked', 'it', 'i', 'feel', 'like', 'it', 'will', 'be', 'a', 'great', 'winter', 'casual', 'top', 'the', 'reason', 'i', 'was', 'on', 'the', 'fence', 'was', 'because', 'its', 'pretty', 'big', 'i', "'m", '5', '4', 'and', '108', 'and', 'the', 'xs', 'is', 'pretty', 'voluminous', 'on', 'me', 'it', "'s", 'just', 'so', 'darn', 'different', 'and', 'feminine', 'though', 'that', 'i', "'m", 'going', 'to', 'live', 'with', 'the', 'fact', 'that', 'there', 'is', 'so', 'much', 'material', 'i', 'think', 'it', 'is', 'still', 'cute', 'the', 'fabric', 'is', 'also', 'really', 'soft', 'on', 'the', 'inside', 'so', 'it', 'will', 'be', 'cozy', 'too', ',4,1,0', 'general', 'tops', 'knits'] ['6275,902,58', 'love', 'this', 'sweater', 'i', 'agree', 'that', 'the', 'color', 'in', 'the', 'picture', 'online', 'is', 'lighter', 'but', 'i', 'bought', 'it', 'from', 'the', 'store', 'and', 'really', 'like', 'that', 'it', 'is', "n't", 'just', 'another', 'off-white', 'sweater', 'it', 'fits', 'true', 'to', 'size', 'and', 'i', 'love', 'the', 'quality', 'it', 'is', 'really', 'beautiful', ',5,1,5', 'general', 'tops', 'fine', 'gauge'] ['6276,854,45', 'very', 'simple', 'little', 'sweater', 'i', 'bought', 'this', 'to', 'go', 'with', 'the', 'pants', 'they', 'had', 'online', 'i', 'love', 'them', 'together', 'the', 'sweater', 'seems', 'thin', 'for', 'the', 'price', 'but', 'i', 'still', 'love', 'it.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['6277,1110,29', 'gorgeous', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'color', 'is', 'beautiful', 'and', 'saturated', 'the', 'fit', 'is', 'spot-on', 'and', 'so', 'flattering', 'i', 'ordered', 'my', 'usual', 'size', '10', 'for', 'reference', 'i', 'am', '5', '9', '170', '34f', 'bra', 'and', '40-41', 'hips', 'i', 'love', 'this', 'brand', ',5,1,0', 'general', 'dresses', 'dresses'] ['6278,902,25', 'beautiful', 'fall', 'sweater', 'this', 'top', 'is', 'really', 'cute', 'a', 'light', 'sweater', 'with', 'a', 'feminine', 'lace', 'detail', 'i', 'would', 'recommend', 'it', 'if', 'you', "'re", 'looking', 'for', 'a', 'flowy', 'feminine', 'top', 'to', 'wear', 'before', 'it', 'gets', 'really', 'cold', 'out', 'the', 'only', 'reason', 'i', 'did', "n't", 'give', 'it', '5', 'stars', 'is', 'because', 'the', 'material', 'is', 'a', 'little', 'prone', 'to', 'pulls', 'and', 'snags', 'i', 'wore', 'it', 'once', 'and', 'got', 'a', 'pull', 'from', 'my', 'cross', 'body', 'bag', 'thankfully', 'i', 'was', 'able', 'to', 'manipulate', 'the', 'threading', 'and', 'the', 'pull', 'is', 'almost', 'unnoticeable', 'but', 'just', 'know', 'that', 'it', "'s", 'a', 'pretty', 'delicate', 'sweater', 'and', 'you', "'ll", 'have', 'to', 'be', 'careful', ',4,1,3', 'general', 'tops', 'fine', 'gauge'] ['6279,866,46', 'great', 'comfy', 'nice', 'sweatshirt', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'and', 'it', 'is', 'now', 'a', 'favorite', 'of', 'mine', 'the', 'sleeves', 'are', 'tighter', 'on', 'me', 'than', 'pictured', 'i', "'ve", 'had', 'great', 'luck', 'with', 'this', 'brand', 'and', 'was', 'a', 'little', 'surprised', 'that', 'the', 'sleeves', 'were', 'cut', 'tighter', 'than', 'typical', 'the', 'material', 'has', 'a', 'little', 'give', 'so', 'i', 'was', 'able', 'to', 'stretch', 'that', 'out', 'a', 'bit', 'everything', 'else', 'was', 'true-to-size', 'the', 'sleeves', 'are', 'a', 'little', 'long', 'but', 'i', 'do', "n't", 'need', 'to', 'cuff', 'them'] [] ['the', 'lace', 'detail', 'the', 'peplum', 'are', 'so', 'pretty', 'it', "'s", 'a', 'perfect', 'option', 'for', 'cold', 'weather', 'it', 'did', 'shrink', 'a', 'little', 'even', 'wit', ',4,1,0', 'general', 'tops', 'knits'] ['6280,854,37', 'unusual', 'cardigan', 'i', 'bought', 'this', 'cardigan', 'online', 'and', 'loved', 'it', 'as', 'soon', 'as', 'it', 'arrived', 'i', 'bought', 'it', 'on', 'my', 'usual', 'small', 'but', 'it', 'fit', 'very', 'big', 'this', 'is', 'a', 'nice', 'unusual', 'looking', 'cardi', 'and', 'has', 'a', 'very', 'sporty', 'style', 'so', 'i', 'would', "n't", 'use', 'it', 'in', 'the', 'office', 'the', 'material', 'is', 'very', 'soft', 'and', 'slightly', 'on', 'the', 'thin', 'side', 'i', 'am', '5', '4', 'and', '160lbs', 'i', 'had', 'to', 'return', 'it', 'because', 'the', 'small', 'was', 'too', 'big', 'and', 'could', "n't", 'find', 'a', 'xs', 'at', 'the', 'store', 'or', 'online', 'size', 'down', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['6281,1072,43', 'this', 'is', 'a', 'cute', 'casual', 'dress', 'i', "'ve", 'received', 'many', 'compliments', 'and', 'wear', 'it', 'a', 'lot', 'i', 'deducted', 'one', 'star', 'because', 'the', 'dress', 'is', 'pilling', 'in', 'some', 'places', 'mostly', 'expected', 'friction', 'areas', 'but', 'others', 'as', 'well', 'also', 'the', 'back', 'of', 'the', 'dress', 'started', 'to', 'rip', 'at', 'the', 'stress', 'points', 'for', 'the', 'button', 'up', 'area', 'i', 'mended', 'it', 'but', 'it', 'should', 'have', 'been', 'reinforced', 'to', 'begin', 'with', 'for', 'a', 'dress', 'at', 'the', 'original', 'price', 'point', ',4,1,0', 'general', 'dresses', 'dresses'] ['6282,964,51', 'failed', 'to', 'read', 'vest', 'polyester', 'shearling-lined', 'failed', 'to', 'read', 'website', 'description', 'that', 'vest', 'is', 'polyester', 'shearling-lined.that', "'s", 'on', 'me'] [] ['beware', 'pockets', 'decorative', 'only'] [] ['runs', 'a', 'size', 'small', 'due', 'to', 'fact', 'vest', 'is', 'polyester', 'shearling-lined', ',3,1,5', 'general', 'jackets', 'jackets'] ['6283,1075,60', 'fabulous', 'i', 'love', 'this', 'dress', 'my', 'husband', 'loves', 'this', 'dress', 'on', 'me'] ['i', 'ordered', 'on', 'line', 'it', 'did', 'not', 'come', 'in', 'my', 'usual', '4', 'and', 'it', 'was', 'only', 'in', 'petite', 'i', 'ordered', 'the', '0petite', 'it', 'fits', 'fine', 'a', 'little', 'shorter', 'than', 'expected', 'but', 'i', 'am', '5', '2', 'so', 'it', 'is', 'fine'] ['very', 'well', 'made', 'and', 'lined', ',5,1,1', 'general', 'dresses', 'dresses'] ['6284,1111,24', 'saw', 'this', 'online', 'when', 'it', 'first', 'came', 'up', 'and', 'thought', 'it', 'looked', 'lovely', 'i', 'purchased', 'a', 'different', 'pleated', 'dress', 'and', 'decided', 'i', 'did', "n't", 'need', 'a', 'second', 'pleated', 'dress', 'was', 'at', 'my', 'local', 'retailer', 'and', 'they', 'had', 'one', 'pink', 'dress', 'in', 'a', 'size', '4', 'and', 'a', 'blue', 'in', 'a', '0.', 'decided', 'to', 'try', 'them', 'both', 'on', 'the', 'zero', 'actually', 'fit', 'perfectly', 'and', 'at', 'the', 'sale', 'price', 'i', 'had', 'to', 'have', 'it', 'the', 'material', 'is', 'beautiful', 'little', 'details', 'like', 'the', 'ruffled', 'hem', 'are', 'lovely', 'one', 'i', 'will', 'wear', 'for', 'years', 'thinking', 'about', 'getting', 'the', 'link', 'but', 'the', 'blue', 'is', 'lovely', 'i', "'m", ',5,1,1', 'general', 'dresses', 'dresses'] ['6285,1110,38', 'this', 'dress', 'is', 'why', 'i', 'love', 'retailer', 'this', 'dress', 'is', 'beautiful', 'it', 'is', 'not', 'meant', 'to', 'be', 'super', 'form', 'fitting', 'so', 'in', 'my', 'opinion', 'it', 'was', 'true', 'to', 'size', 'altho', 'i', 'could', 'see', 'how', 'others', 'may', 'want', 'it', 'to', 'be', 'more', 'so', 'in', 'which', 'case', 'size', 'down', 'it', 'came', 'wrinkled', 'but', 'they', 'make', 'it', 'in', 'petite', 'so', 'they', 'are', 'forgiven', 'and', 'the', 'material', 'is', 'such', 'that', 'i', "'m", 'not', 'sure', 'how', 'it', 'could', 'be', 'prevented', ',4,1,9', 'general', 'dresses', 'dresses'] ['6286,902,44', 'snags', 'such', 'a', 'pretty', 'fall', 'sweater', 'nice', 'fit', 'wore', 'it', 'once', 'out', 'shopping', 'and', 'it', 'snagged', 'had', 'to', 'return', 'sadly', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['6287,902,62', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6288,902,28', 'snags', 'snags', 'very', 'very', 'easily', 'i', 'hadent', 'even', 'gotten', 'to', 'take', 'the', 'tags', 'off', 'and', 'it', 'rubbed', 'against', 'another', 'item', 'and', 'snagged', 'so', 'disappointed', 'as', 'it', 'is', 'a', 'beautiful', 'top', 'lovely', 'color', 'and', 'beautifully', 'detailed', 'i', "'m", 'so', 'disappointed', 'i', 'was', 'hoping', 'to', 'keep', 'it', 'but', 'will', 'be', 'sending', 'it', 'back', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['6289,593,23', 'gorgeous', 'and', 'socially', 'conscious', 'i', 'was', 'very', 'hesitant', 'about', 'this', 'i', 'read', 'the', 'previous', 'reviews', 'and', 'thought', 'oh', 'no', 'the', 'first', 'time', 'i', 'saw', 'it', 'in', 'person', 'i', 'was', 'mildly', 'disappointed', 'because', 'the', 'material', 'was', "n't", 'how', 'i', 'thought', 'it', 'would', 'be', 'then', 'i', 'saw', 'it', 'up', 'close', 'and', 'i', 'realized', 'it', 'was', 'better', 'than', 'i', 'thought', 'however', 'i', 'did', "n't", 'have', 'time', 'to', 'try', 'it', 'on'] [] ['it', 'was', "n't", 'until', 'later', 'when', 'i', 'saw', 'it', 'on', 'someone', 'else', 'that', 'i', 'realized', 'i', 'was', 'looking', 'at', 'a', 'must', 'have', 'i', 'am', 'so', 'happy', 'i', 'purchased', 'this', 'its', 'beautiful', 'and', 'flattering', 'and', 'the', 'colors', 'are', 'bright', 'yet', 'und', ',5,1,0', 'general', 'trend', 'trend'] ['6290,1110,41', 'so', 'sad', 'i', 'had', 'to', 'return', 'i', 'absolutely', 'loved', 'this', 'dress', 'and', 'when', 'i', 'received', 'it', 'it', 'was', 'exactly', 'the', 'way', 'it', 'looked/fit', 'online', 'the', 'material', 'is', 'so', 'pretty', 'and', 'the', 'fit', 'was', 'amazing', 'it', 'was', 'a', 'bit', 'wrinkled', 'but', 'i', "'m", 'used', 'to', 'ironing', 'things', 'so', 'that', 'did', "n't", 'bother', 'me', 'unfortunately', 'i', 'had', 'to', 'return', 'it', 'though', 'because', 'of', 'the', 'color', 'i', "'m", 'filipino', 'and', 'this', 'yellow', 'just', 'is', "n't", 'flattering', 'on', 'someone', 'with', 'dark/tan', 'skin', 'yellow', 'is', 'a', 'tricky', 'color', 'for', 'me', 'to', 'begin', 'with', 'but', 'this', 'was', 'more', 'of', 'a', 'mustard', 'yellow', 'and', 'just', 'totally', 'wrong', 'for', 'my', 'coloring', ',4,1,0', 'general', 'dresses', 'dresses'] ['6291,964,46', ',this', 'is', 'a', 'wonderful', 'vest', 'i', 'love', 'the', 'lining', 'keeps', 'you', 'nice', 'and', 'warm', 'i', 'love', 'the', 'muted', 'green', 'color', 'the', 'pockets', 'are', 'sewn', 'closed', 'but', 'can', 'be', 'cut', 'open', 'at', 'the', 'stitching', 'without', 'ruining', 'the', 'vest', ',5,1,15', 'general', 'jackets', 'jackets'] ['6292,866,26', 'beautiful', 'top', 'i', 'love', 'this', 'shirt', 'but', 'it', 'was', 'huge', 'i', 'ordered', 'a', 'small', 'and', 'i', 'was', 'drowning', 'in', 'it', 'unfortunately', 'i', 'had', 'to', 'return', 'it.,5,1,0', 'general', 'tops', 'knits'] ['6293,1111,27', 'summer', 'dress', 'this', 'dress', 'is', 'not', 'form', 'fitting', 'and', 'some', 'might', 'consider', 'it', 'a', 'little', 'shapeless', 'however', 'the', 'color', 'is', 'stunning', 'the', 'quality', 'is', 'great', 'and', 'its', 'a', 'great', 'dress', 'for', 'a', 'wedding', 'where', 'you', 'want', 'to', 'stand', 'out', 'but', 'not', 'have', 'to', 'worry', 'about', 'anything', 'too', 'constricting', 'great', 'for', 'dancing', 'the', 'night', 'away', 'the', 'under', 'layer', 'and', 'frill', 'at', 'the', 'bottom', 'are', 'perfect', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', ',4,1,17', 'general', 'dresses', 'dresses'] ['6294,1111,39', 'nice', 'color', 'but', 'the', 'color', 'of', 'this', 'dress', 'is', 'gorgeous', 'and', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'it', 'was', 'awful', 'i', 'am', '5', '9', 'and', 'the', 'length', 'was', 'fine', 'the', 'problem', 'is', 'the', 'lack', 'of', 'shape', 'which', 'made', 'me', 'look', '50', '100', 'lbs', 'heavier', 'than', 'i', 'am', 'it', 'would', 'make', 'a', 'great', 'maternity', 'dress', 'since', 'that', 'is', 'what', 'it', 'already', 'looks', 'like', ',2,0,3', 'general', 'dresses', 'dresses'] ['6295,1110,41', 'good', 'fit', 'ok', 'material', 'this', 'dress', 'is', 'a', 'good', 'casual', 'summer', 'dress', 'the', 'material', 'is', 'thin', 'and', 'feels', 'nice', 'on', 'the', 'dress', 'was', 'very', 'wrinkled', 'when', 'it', 'arrived', 'but', 'that', 'came', 'out', 'very', 'easily', 'and', 'the', 'fabric', 'does', "n't", 'really', 'wrinkle', 'easily', 'after', 'initial', 'wash', 'and', 'steam', 'the', 'color', 'is', 'very', 'vibrant', 'and', 'the', 'fit', 'is', 'loose', 'however', 'if', 'you', 'have', 'a', 'larger', 'chest', 'i', "'m", 'a', '34c', 'the', 'hook', 'and', 'eye', 'closure', 'dones', 'come', 'undone', 'overall', 'a', 'good', 'purchase', 'it', 'looks', 'good', 'with', 'a', 'belt', 'as', 'well', ',3,1,0', 'general', 'dresses', 'dresses'] ['6296,1110,39', 'yuck', 'awful', 'color', 'horribly', 'wrinkled', 'and', 'just', 'a', 'mess', 'so', 'disappointed', ',2,0,1', 'general', 'dresses', 'dresses'] ['6297,866,40', 'soo', 'cute', 'i', 'loved', 'this', 'dressy', 'ruffle', 'sweatshirt', 'i', 'am', 'long', 'waisted', 'and', 'these', 'often', 'look', 'too', 'short', 'on', 'me', 'but', 'this', 'one', 'fit', 'perfect', 'and', 'actually', 'accentuated', 'my', 'curves', 'in', 'a', 'good', 'way', 'as', 'opposed', 'to', 'making', 'me', 'look', 'puffy', ',5,1,0', 'general', 'tops', 'knits'] ['6298,841,28', 'just', 'does', "n't", 'fit', 'right', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'but', 'it', 'is', 'a', 'return', 'it', 'is', 'a', 'very', 'weird', 'fit', 'very', 'thick', 'rug-like', 'material', 'and', 'unfitted', 'the', 'shoulders', 'are', 'bulky', 'the', 'top', 'is', 'big', 'and', 'the', 'booty', 'is', 'small', 'i', 'am', '5', '2', '34c', 'and', 'typically', 'wear', 'a', 'small', 'the', 'arms', 'were', 'very', 'long', 'way', 'too', 'long', 'i', 'will', 'say', 'other', 'than', 'that', 'the', 'top', 'was', 'true', 'to', 'size', 'may', 'look', 'okay', 'on', 'someone', 'who', 'had', 'a', 'larger', 'chest', 'and', 'a', 'smaller', 'bum', ',1,0,2', 'general', 'tops', 'blouses'] ['6299,964,31', 'cute', 'and', 'comfy', 'this', 'is', 'a', 'real', 'cute', 'vest', 'that', 'is', 'also', 'soft', 'and', 'comfy', 'to', 'wear', 'love', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['6300,866,49', 'pretty', 'but', 'very', 'pretty', 'top', 'however', 'you', 'absolutely', 'need', 'to', 'try', 'it', 'on', 'before', 'ordering', 'fit', 'well', 'in', 'the', 'chest', 'area', 'but', 'way', 'too', 'big', 'in', 'the', 'sides', 'i', 'looked', 'pregnant', 'had', 'to', 'return.,3,1,0', 'general', 'tops', 'knits'] ['6301,1015,51', 'tapestry', 'skirt', 'i', 'found', 'this', 'skirt', 'beautiful', 'for', 'year', 'round', 'wearing', 'it', "'s", 'lined', 'and', 'tts', 'i', 'usually', 'wear', 'a', 'size', '4', 'and', 'this', 'fit', 'well', 'some', 'might', 'say', 'it', 'runs', 'big', 'but', 'i', 'like', 'skirts', 'to', 'sit', 'a', 'bit', 'lower', 'on', 'my', 'waist', 'and', 'this', 'gave', 'me', 'a', 'good', '2', 'inches', 'in', 'length', 'i', "'m", '5', '3', 'and', '119', 'and', 'it', 'hit', 'me', 'just', 'above', 'the', 'knee', 'i', 'paired', 'it', 'with', 'the', 'back', 'tie', 'embroidered', 'top', 'by', 'akemi', 'kin', 'because', 'the', 'blue', 'of', 'the', 'embroidery', 'in', 'the', 'shirt', 'was', 'beautiful', 'with', 'the', 'blue', 'in', 'the', 'skirt', 'it', 'will', 'also', 'go', 'with', 'a', 'cropped', 'creme', 'turtleneck', 'i', 'have', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6302,1072,50', 'love', 'this', 'dress', 'i', 'love', 'this', 'dress', 'the', 'length', 'is', 'great', 'and', 'the', 'dress', 'just', 'feels', 'great', 'the', 'material', 'is', 'raw', 'silk', 'which', 'i', 'love', 'and', 'the', 'sizing', 'does', 'run', 'a', 'tad', 'large', 'but', 'with', 'the', 'make', 'of', 'the', 'dress', 'i', 'can', 'lose', 'weight', 'and', 'still', 'wear', 'the', 'dress', 'well', 'made', 'and', 'the', 'buttons', 'in', 'back', 'are', 'super', 'cute', ',5,1,1', 'general', 'dresses', 'dresses'] ['6303,964,25', ',,5,1,0', 'general', 'jackets', 'jackets'] ['6304,1072,59', 'classy', 'dress', 'husband', 'loved', 'it', 'love', 'trying', 'things', 'outside', 'my', 'usual', 'style', 'thought', 'this', 'might', 'look', 'like', 'a', 'sack', 'but', 'fell', 'in', 'love', 'looks', 'effortless', 'easy', 'to', 'accessorize', 'dress', 'up', 'or', 'down', 'comfortable', 'keeper', 'want', 'to', 'try', 'it', 'with', 'platform', 'sneaks', 'for', 'casual', 'look', ',5,1,0', 'general', 'dresses', 'dresses'] ['6305,902,36', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6306,1072,61', 'shorter', 'arm', 'length', 'than', 'pictured', 'i', 'ordered', 'a', 'size', '4', 'my', 'usual', 'size', 'is', 'a', '4', 'or', '6.', 'the', 'tunic', 'fit', 'well', 'through', 'the', 'torso', 'but', 'the', 'arm', 'length', 'was', 'too', 'short', 'and', 'hit', 'just', 'below', 'the', 'elbow', 'the', 'sleeve', 'interfered', 'with', 'arm', 'bending', 'and', 'moving', 'i', 'have', 'petite', 'proportions', 'so', 'the', 'arm', 'length', 'of', 'regular', 'size', 'garments', 'is', 'usually', 'too', 'long', 'i', 'do', "n't", 'want', 'to', 'go', 'up', 'in', 'size', 'because', 'the', 'body', 'of', 'the', 'tunic', 'might', 'be', 'too', 'roomy', ',3,1,1', 'general', 'dresses', 'dresses'] ['6307,1111,54', 'great', 'swing', 'dress', 'bought', 'this', 'in', 'pink', 'for', 'a', 'wedding', 'this', 'summer', 'the', 'dress', 'detail', 'is', 'noted', 'as', 'a', 'swing', 'silhouette', 'should', 'be', 'perfect', 'for', 'twirling', 'on', 'the', 'dance', 'floor', 'the', 'bit', 'of', 'orange', 'under', 'layer', 'peaking', 'out', 'from', 'underneath', 'is', 'just', 'the', 'right', 'amount', 'of', 'contrast', 'to', 'the', 'bright', 'pink', 'a', 'pair', 'of', 'heels', 'will', 'make', 'this', 'dress', 'look', 'perfect', ',5,1,1', 'general', 'dresses', 'dresses'] ['6308,854,61', ',,4,1,0', 'general', 'tops', 'knits'] ['6309,964,30', 'great', 'vest', 'this', 'vest', 'is', 'super', 'cute', 'i', "'m", '5', '5', '120', 'and', 'usually', 'wear', 'an', 'xs', 'at', 'retailer', 'i', 'have', 'this', 'in', 'a', 'small', 'and', 'it', 'fits', 'perfectly', 'fits', 'snug', 'when', 'zipped', 'my', 'usual', 'xs', 'would', 'have', 'definitely', 'been', 'too', 'tight', 'would', 'definitely', 'recommend', ',5,1,11', 'general', 'jackets', 'jackets'] ['6310,964,30', 'comfy', 'cozy', 'this', 'vest', 'is', 'super', 'cute', 'on', 'it', 'definitely', 'has', 'kept', 'me', 'warm', 'this', 'winter.,5,1,0', 'general', 'jackets', 'jackets'] ['6311,866,39', 'completely', 'shapeless', 'massive', 'completely', 'oversized', 'top', 'size', 'medium', 'was', 'swimming', 'on', 'me', 'boxy', 'baggy', 'shapeless', 'what', 'more', 'can', 'i', 'say', 'even', 'in', 'an', 'xs', 'this', 'would', 'not', 'have', 'fit', 'in', 'any', 'way', 'like', 'the', 'photo', 'returned', ',1,0,0', 'general', 'tops', 'knits'] ['6312,902,47', ',this', 'sweater', 'is', 'a', 'dull', 'off', 'white', 'color', 'it', 'looks', 'old', 'fashioned', 'do', "n't", 'get.,1,0,13', 'general', 'tops', 'fine', 'gauge'] ['6313,593,42', 'petite', 'please', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'the', 'colors', 'and', 'fabric', 'are', 'terrific', 'it', "'s", 'very', 'light-weight', 'fabric', 'but', 'is', "n't", 'see-through', 'the', 'colors', 'are', 'medium', 'in', 'depth', 'not', 'too', 'bright', 'if', 'you', 'typically', 'wear', 'cool', 'colors', 'and', 'avoid', 'browns', 'you', 'may', 'be', 'able', 'to', 'wear', 'this', 'because', 'the', 'brown', 'is', 'very', 'muted', 'there', "'s", 'two', 'strings', 'inside', 'that', 'you', 'tie', 'around', 'your', 'waist', 'to', 'pull', 'the', 'bust', 'of', 'the', 'dress', 'in', 'i', "'m", '5', '4', 'and', '125', 'lbs', 'so', 'there', "'s", 'simply', 'too', 'much', 'fabric', 'in', 'the', 'dress', 'i', 'would', 'have', 'bought', 'a', 'petite', 'the', 'tag', 'says', 'it', "'s", 'avai', ',3,0,6', 'general', 'trend', 'trend'] ['6314,1110,38', 'way', 'too', 'big', 'this', 'dress', 'has', 'a', 'beautiful', 'color', 'and', 'design', 'however', 'it', 'runs', 'too', 'big', 'i', "'m", 'usually', 'between', 'size', '2', 'or', '4', 'on', 'antropologie', "'s", 'cloths', 'i', 'had', 'to', 'size', 'down', 'to', 'size', '0', 'to', 'get', 'a', 'more', 'fitted', 'look', 'like', 'the', 'model.,3,1,1', 'general', 'dresses', 'dresses'] ['6315,854,48', 'boxy', 'i', 'found', 'this', 'piece', 'very', 'boxy', 'and', 'not', 'very', 'feminine', 'i', 'tried', 'to', 'make', 'it', 'work', 'but', 'i', 'just', 'was', "n't", 'feeling', 'it', 'the', 'material', 'is', 'thin', 'and', 'the', 'design', 'is', 'boring', 'unfort', 'it', 'was', "n't", 'for', 'me', ',2,0,0', 'general', 'tops', 'knits'] ['6316,872,35', 'cute', 'but', 'i', 'thought', 'this', 'top', 'looked', 'adorable', 'and', 'the', 'material', 'was', 'soft', 'tops', 'like', 'these', 'do', "n't", 'usually', 'look', 'great', 'on', 'someone', 'who', 'is', 'a', 'little', 'bit', 'busty', 'it', 'can', 'make', 'you', 'look', 'fat', 'or', 'like', 'you', "'re", 'wearing', 'maternity', 'but', 'the', 'real', 'issue', 'was', 'the', 'arm', 'holes', 'were', 'large', 'and', 'seemed', 'to', 'gape', 'a', 'bit', 'it', 'just', 'did', "n't", 'look', 'flattering', 'even', 'if', 'you', 'wore', 'a', 'cute', 'lacy', 'bandeau', 'bra', 'the', 'way', 'the', 'material', 'sticks', 'out', 'around', 'the', 'arm', 'holes', 'would', 'still', 'look', 'awkward', 'too', 'bad', 'since', 'it', 'is', 'a', 'cute', 'top', 'and', 'well', 'made', ',3,0,8', 'general', 'petite', 'tops', 'knits'] ['6317,938,35', 'great', 'consept', 'did', "n't", 'work', 'on', 'me', 'i', 'really', 'liked', 'this', 'cardigan', 'when', 'i', 'saw', 'it', 'today', 'the', 'cut', 'and', 'detail', 'in', 'the', 'back', 'is', 'slimming', 'and', 'very', 'flattering', 'i', 'love', 'the', 'idea', 'of', 'the', 'safety', 'pin', 'closure', 'and', 'i', 'really', 'like', 'how', 'the', 'model', 'wears', 'it', 'in', 'this', 'photo-open', 'with', 'the', 'pin', 'on', 'the', 'side', 'when', 'i', 'saw', 'this', 'in-store', 'it', 'was', 'closed', 'in', 'the', 'front', 'with', 'the', 'pin', 'which', 'i', 'also', 'like', 'i', 'thought', 'for', 'sure', 'the', 'cardigan', 'was', 'also', 'pinned', 'in', 'back', 'when', 'i', 'saw', 'it', 'in', 'the', 'model', 'so', 'it', 'looked', 'fantastic', 'however', 'when', 'i', 'tried', 'it', 'on', 'myself', 'it', 'was', "n't", 'quite', 'the', 'same', ',3,0,17', 'general', 'petite', 'tops', 'sweaters'] ['6318,937,36', 'comfy', 'and', 'stylish', 'i', 'purchased', 'this', 'jacket', 'in', 'a', 'pxs', 'as', 'i', 'am', '5', '2', 'and', '110lbs', 'the', 'sleeve', 'length', 'is', 'perfect', 'the', 'fabric', 'is', 'soft', 'and', 'lightweight', 'which', 'is', 'perfect', 'for', 'living', 'in', 'southern', 'california', 'i', 'do', "n't", 'feel', 'any', 'itchiness', 'either', 'the', 'rest', 'of', 'the', 'jacket', 'fits', 'me', 'perfectly', 'and', 'hits', 'right', 'at', 'the', 'top', 'of', 'my', 'hips'] [] [] ['there', 'are', 'two', 'cute', 'grommets', 'on', 'each', 'side', 'at', 'the', 'bottom', 'by', 'the', 'hem', 'which', 'add', 'nicely', 'to', 'the', 'look', 'i', 'like', 'how', 'the', 'sleeves', 'are', 'ribbed', 'giving', 'it', 'a', 'comfy', 'sweater', 'feel', 'there', "'s", 'also', 'two', 'zippered', 'pockets', 'whic', ',5,1,0', 'general', 'tops', 'sweaters'] ['6319,938,44', 'great', 'cardigan', 'great', 'cardigan', 'love', 'the', 'tie', 'on', 'the', 'back', 'of', 'the', 'collar', 'excited', 'i', 'was', 'able', 'to', 'get', 'the', 'blue', 'on', 'sale', 'definitely', 'runs', 'big', 'but', 'the', 'small', 'fits', 'me', 'well', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6320,993,56', 'beautiful', 'this', 'skirt', 'is', 'so', 'gorgeous', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'several', 'layers', 'of', 'mesh', 'i', 'am', "5'10", 'and', 'this', 'skirt', 'is', 'very', 'long', 'which', 'i', 'love', 'so', 'glad', 'i', 'found', 'this', 'in', 'my', 'size', 'for', 'such', 'a', 'great', 'price', 'highly', 'recommended', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6321,831,47', 'gorgeous', 'and', 'unique', 'i', 'ordered', 'this', 'shirt', 'and', 'was', 'happy', 'to', 'see', 'that', 'it', 'looks', 'just', 'like', 'it', 'does', 'online', 'i', 'love', 'the', 'rusty', 'orange', 'and', 'pale', 'blue', 'contrast', 'with', 'the', 'navy', 'the', 'navy', 'blue', 'underlayer', 'is', 'so', 'flattering', 'and', 'the', 'sheer', 'sleeves', 'are', 'feminine', 'and', 'lovely', 'the', 'shape', 'and', 'pattern', 'are', 'forgiving', 'this', 'brand', 'is', 'really', 'hitting', 'it', 'out', 'of', 'the', 'park', 'these', 'days', 'this', 'blouse', 'runs', 'a', 'bit', 'smaller', 'than', 'some', 'meadow', 'rue', 'if', 'you', "'re", 'between', 'sizes', 'especially', 'arm-wise', 'i', "'d", 'order', 'up', 'otherwise', 'just', 'get', 'your', 'regular', 'size', 'the', 'body', 'is', 'flo', ',5,1,0', 'general', 'tops', 'blouses'] ['6322,938,33', 'love', 'this', 'sweater', 'so', 'much', 'that', 'i', 'got', 'it', 'in', 'both', 'colors', 'got', 'the', 'size', 'small', 'fits', 'well', 'and', 'keeps', 'me', 'warm', 'the', 'cream', 'color', 'is', 'very', 'functional', 'the', 'blue', 'color', 'is', 'beautiful', 'and', 'unique', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6323,938,62', 'unique', 'gorgeous', 'sweater', 'very', 'unique', 'given', 'as', 'a', 'gift', 'so', 'not', 'sure', 'how', 'well', 'it', 'will', 'wear', ',4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['6324,872,57', 'lovely', 'color', 'beautiful', 'detailing', 'i', 'am', 'usually', 'a', 'size', 'small', 'and', 'had', 'to', 'size', 'down', 'to', 'an', 'xsmall', 'as', 'mentioned', 'in', 'another', 'review', 'it', 'runs', 'large', 'in', 'the', 'armholes', 'and', 'across', 'the', 'bust', 'which', 'is', 'why', 'i', "'m", 'counting', 'off', 'one', 'star', 'the', 'armholes', 'are', 'also', 'cut', 'in', 'quite', 'a', 'bit', 'so', 'i', 'will', 'wear', 'either', 'a', 'strapless', 'or', 'racerback', 'bra', 'i', 'am', 'fairly', 'small', 'busted', 'and', 'the', 'gathers', 'falling', 'from', 'the', 'yoke', 'lay', 'nicely', 'however', 'i', 'can', 'see', 'that', 'it', 'might', 'not', 'work', 'for', 'someone', 'who', 'is', 'more', 'amply', 'endowed', 'and', 'that', 'it', 'might', 'have', 'a', 'maternity', 'look', 'that', 'said', 'the', 'detailing', 'i', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['6325,938,37', 'gave', 'this', 'to', 'a', 'friend', 'as', 'a', 'gift', 'soft', 'lovely', 'she', 'loves', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6326,938,39', 'very', 'pretty', 'and', 'flattering', 'i', 'wanted', 'to', 'roder', 'hte', 'petite', 'version', 'as', 'it', 'runs', 'long', 'but', 'they', 'are', 'out', 'of', 'the', 'ivory', 'i', 'put', 'hte', 'green-ish', 'color', 'in', 'my', 'basket', 'and', 'may', 'order', 'it', 'but', 'for', 'now', 'i', 'am', 'hlding', 'off', 'as', 'i', 'have', 'other', 'nice', 'seaters', 'so', 'many', 'choices'] [] ['long', 'warm', 'fun', 'closure', 'falttering', 'and', 'nice', 'tie', 'back', 'detail', ',4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['6327,831,38', ',i', 'love', 'this', 'shirt', 'the', 'colors', 'are', 'just', 'as', 'depicted', 'the', 'material', 'is', 'gorgeous', 'and', 'the', 'top', 'is', 'very', 'flattering', 'fits', 'true', 'to', 'size', 'for', 'retailer', 'small', 'i', "'m", 'normally', 'a', 'medium', 'outside', 'of', 'this', 'store', '.,5,1,0', 'general', 'tops', 'blouses'] ['6328,938,46', 'very', 'heavy', 'sweater', 'i', 'ordered', 'the', 'blue', 'version', 'in', 'size', 'xl', 'it', 'looked', 'just', 'like', 'the', 'photos', 'online', 'it', 'fit', 'true', 'to', 'size', 'the', 'problem', 'for', 'me', 'was', 'the', 'weight', 'of', 'the', 'sweater', 'it', 'was', 'too', 'bulky', 'uncomfortable', 'to', 'wear', 'the', 'color', 'of', 'blue', 'was', 'nice', 'the', 'knit', 'was', "n't", 'very', 'soft', 'but', 'was', "n't", 'scratchy', 'either', 'i', 'found', 'a', 'better', 'choice', 'from', 'retailer', 'so', 'i', 'returned', 'this.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6329,872,46', 'pretty', 'ivory', 'tank', 'i', 'ordered', 'a', 'size', 'xl', 'in', 'ivory', 'it', "'s", 'prettier', 'in', 'person', 'there', 'are', 'great', 'details', 'it', 'shrunk', 'a', 'bit', 'after', 'washing', 'and', 'air-drying', 'i', 'cut', 'off', 'the', 'layer', 'of', 'chiffon', 'around', 'the', 'neckline', 'to', 'make', 'it', 'more', 'comfortable', 'a', 'cute', 'summer', 'tank.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6330,1059,65', 'terrible', 'butt', 'sag', 'these', 'are', 'horrible', 'pants', 'they', 'run', 'small', 'in', 'the', 'thigh', 'and', 'butt', 'like', 'other', 'cartonnier', 'crops', 'look', 'great', 'at', 'first', 'after', 'a', 'few', 'hours', 'of', 'wear', 'the', 'stretch', 'out', 'everywhere', 'absolutely', 'terrible', 'i', 'have', 'several', 'pairs', 'of', 'cartonnier', 'crops', 'that', 'are', 'my', 'go', 'to', 'pants', 'but', 'these', 'are', 'not', 'worth', 'even', 'the', 'sale', 'price', 'i', "'d", 'give', 'them', 'no', 'stars', 'if', 'i', 'could', 'this', 'fabric', 'is', 'very', 'different', 'from', 'my', 'other', 'printed', 'pairs', 'if', 'u', 'must', 'try', 'them', 'size', 'down', 'and', 'suffer', 'through', 'the', 'first', 'few', 'tight', 'hours', 'trust', 'me', 'they', 'will', ',1,0,0', 'general', 'bottoms', 'pants'] ['6331,872,41', 'big', 'armholes', 'ordered', 'this', 'in', 'white', 'and', 'the', 'peachy', 'color-', 'the', 'armholes', 'were', 'gaping', 'not', 'well', 'designed', 'i', 'do', "n't", 'recommend', 'this', 'tee', 'at', 'all.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['6332,385,39', 'soft', 'super', 'soft', 'comfy', 'underwear', 'i', 'sized', 'up', 'and', 'they', 'fit', 'perfectly', 'normally', 'wear', 'xs', 'and', 'bought', 'm', 'for', 'most', 'comfortable', 'fit', 'they', 'do', "n't", 'ride', 'up', 'i', 'ended', 'up', 'ordering', '5', 'more', 'pairs', 'super', 'comfy', 'without', 'being', 'too', 'mom', 'like', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['6333,1024,54', 'love', 'these', 'pants', 'the', 'print', 'is', 'very', 'different', 'a', 'little', 'quirky', 'but', 'black', 'and', 'light', 'golden', 'brown', 'mixed', 'together', 'so', 'very', 'versatile', 'i', 'have', 'very', 'thin', 'legs', 'and', 'these', 'are', 'actually', 'tight', 'on', 'me', 'so', 'maybe', 'too', 'slim', 'for', 'some.good', 'length', 'they', 'actually', 'hit', 'right', 'at', 'the', 'ankle', ',5,1,1', 'general', 'bottoms', 'jeans'] ['6334,938,49', 'love', 'it', 'this', 'is', 'a', 'great', 'sweater', 'soft', 'and', 'beautiful', 'it', "'s", 'my', 'new', 'go', 'to', 'sweater', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6335,938,46', 'good', 'quality', 'cardigan', 'i', 'really', 'liked', 'this', 'cardigan', 'when', 'i', 'saw', 'it', 'online', 'when', 'i', 'received', 'it', 'i', 'liked', 'the', 'quality', 'of', 'the', 'yarn', 'and', 'the', 'tie', 'on', 'the', 'back', 'but', 'the', 'color', 'seemed', 'dull', 'and', 'i', 'did', "n't", 'like', 'the', 'huge', 'safety', 'pin', 'on', 'the', 'lapel', 'i', 'tried', 'to', 'remove', 'it', 'but', 'it', 'was', 'sewn', 'on', 'and', 'was', 'worried', 'that', 'if', 'i', 'snipped', 'it', 'off', 'the', 'thread', 'it', 'might', 'unravel', 'the', 'yarn', 'had', 'to', 'return', 'it', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6336,872,47', 'cute', 'top', 'i', 'tried', 'on', 'this', 'top', 'in', 'the', 'store', 'in', 'a', 'large', 'and', 'the', 'arm', 'holes', 'were', 'too', 'big', 'i', 'am', 'busty', 'and', 'usually', 'wear', 'a', 'size', '10', 'so', 'i', 'usually', 'need', 'a', 'm', 'to', 'l.', 'i', 'ordered', 'a', 'm', 'which', 'was', 'shipped', 'to', 'my', 'home', 'and', 'it', 'fit', 'perfectly', 'really', 'cute', 'with', 'skinny', 'jeans', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6337,385,39', 'pretty', 'but', 'rides', 'up', 'i', 'wanted', 'to', 'love', 'these', 'because', 'they', 'are', 'so', 'pretty', 'and', 'come', 'in', 'lots', 'of', 'colors', 'but', 'after', 'only', 'a', 'few', 'minutes', 'of', 'wearing', 'them', 'i', 'was', 'having', 'to', 'pull', 'them', 'out', 'of', 'my', 'bottom', 'why', 'does', 'women', "'s", 'underwear', 'so', 'frequently', 'ride', 'up', 'i', 'normally', 'wear', 'a', 'size', '4/28', 'and', 'ordered', 'these', 'in', 'a', 'm', 'but', 'i', 'guess', 'they', 'were', 'still', 'too', 'small', 'which', 'seems', 'unreasonable', 'to', 'me', 'they', 'are', 'soft', 'and', 'pretty', 'but', 'i', 'will', 'not', 'be', 'ordering', 'more', ',3,0,1', 'initmates', 'intimate', 'intimates'] ['6338,985,35', 'ca', "n't", 'stop', 'wearing', 'it', 'i', "'m", '5', '1', '100', 'lbs', 'xs', 'fits', 'surprisingly', 'well', 'the', 'sleeves', 'were', 'rolled', 'up', 'when', 'it', 'arrived', 'so', 'i', 'did', "n't", 'noticed', 'they', 'were', 'long', 'the', 'wrinkled', 'appearance', 'looks', 'fun', 'and', 'casual'] [] ['the', 'big', 'drawback', 'is', 'that', 'the', 'interior', 'seams', 'poke', 'and', 'scratch', 'my', 'skin', 'when', 'i', 'wore', 'it', 'over', 'a', 'halter', 'top', 'even', 'over', 'a', 'tee', 'it', 'was', 'irritating', 'in', 'one', 'spot', 'despite', 'that', 'love', 'it', 'enough', 'to', 'keep', ',4,1,4', 'general', 'petite', 'jackets', 'jackets'] ['6339,993,52', 'lovelier', 'in', 'person', 'i', "'d", 'been', 'eyeing', 'this', 'skirt', 'on', 'the', 'website', 'and', 'was', 'pleasantly', 'surprised', 'to', 'find', 'one', 'hanging', 'on', 'the', 'sale', 'rack', 'in', 'a', 'local', 'store', 'i', 'could', "n't", 'leave', 'it', 'behind', 'the', 'silver', 'embroidery', 'and', 'the', 'lovely', 'flowinng', 'weight', 'of', 'the', 'tulle', 'layers', 'make', 'this', 'a', 'beautiful', 'skirt', 'i', "'m", 'just', 'over', '5', '4', 'and', 'it', 'skims', 'the', 'floor', 'on', 'me', 'with', 'a', '2', 'heel', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6340,77,34', ',,5,1,0', 'initmates', 'intimate', 'legwear'] ['6341,1092,45', 'missed', 'the', 'mark', 'i', 'loved', 'the', 'idea', 'of', 'this', 'dress', 'and', 'was', 'hoping', 'it', 'would', 'be', 'worth', 'the', 'astronomical', 'price', 'tag', 'for', 'what', 'really', 'is', 'a', 'cotton', 'jersey', 'dress', 'unfortunately', 'this', 'dress', 'missed', 'the', 'mark', 'in', 'the', 'pictures', 'this', 'dress', 'looks', 'like', 'the', 'fabrics', 'are', 'navy', 'blue', 'and', 'some', 'sort', 'of', 'white', 'well', 'it', 'is', 'not', 'white', 'or', 'whitish', 'at', 'all', 'but', 'baby', 'pink', 'bright', 'baby', 'pink', 'even', 'the', 'light', 'pattern', 'on', 'the', 'navy', 'background', 'is', 'actually', 'pink', 'huge', 'disappointment', 'my', 'other', 'issue', 'is', 'with', 'the', 'length', 'of', 'this', 'dress', 'the', 'description', 'says', 'that', 'the', ',2,0,10', 'general', 'dresses', 'dresses'] ['6342,984,38', 'comfy', 'and', 'stylish', 'i', 'love', 'this', 'vest', 'and', 'could', 'not', 'leave', 'without', 'it', 'the', 'color', 'and', 'lining', 'just', 'make', 'it', 'perfect', 'so', 'stylish', 'and', 'comfy', 'i', "'m", 'always', 'a', '8/10', 'and', 'a', 'm', 'in', 'this', 'was', 'perfect', 'the', 'color', 'is', 'so', 'beautiful', 'and', 'its', 'so', 'easy', 'to', 'dress', 'up', 'and', 'down', 'i', 'am', 'big', 'on', 'the', 'bottom', 'the', 'tie', 'in', 'the', 'back', 'adds', 'a', 'nice', 'shape', 'to', 'your', 'whole', 'profile', 'and', 'makes', 'it', 'a', 'less', 'boxy', 'vest', 'love', 'love', ',5,1,2', 'general', 'jackets', 'jackets'] ['6343,938,25', 'saw', 'this', 'online', 'and', 'ran', 'over', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'so', 'lovely', 'i', 'thought', 'i', 'would', 'want', 'it', 'in', 'the', 'cream', 'color', 'but', 'the', 'blue', 'was', 'so', 'lovely', 'in', 'person', 'it', "'s", 'like', 'a', 'muted', 'blue', 'that', 'makes', 'it', 'so', 'versatile', 'the', 'detail', 'in', 'the', 'back', 'is', 'gorgeous', 'and', 'so', 'flattering', 'the', 'safety', 'pin', 'is', 'such', 'a', 'unique', 'touch', 'it', "'s", 'nice', 'and', 'warm', 'just', 'not', 'super', 'soft', 'but', 'not', 'scratchy', 'i', 'do', 'think', 'i', 'will', 'be', 'extra', 'careful', 'with', 'it', 'because', 'it', 'seems', 'like', 'it', 'could', 'get', 'caught', 'on', 'things', 'easily', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['6344,872,40', 'love', 'this', 'shirt', 'i', 'am', '5', '2', 'and', '115', 'lbs', 'i', 'am', 'normally', 'a', 'pxs', 'and', 'got', 'the', 'pxxs', 'and', 'it', 'got', 'perfect', 'my', 'new', 'favorite', 'shirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6345,993,42', 'absolutely', 'beautiful', 'this', 'dress', 'is', 'very', 'beautiful', 'the', 'dark', 'color', 'makes', 'it', 'very', 'elegant', 'i', 'tried', 'on', 'different', 'top', 'white', 'silver', 'light', 'blue', 'etc', 'they', 'all', 'look', 'very', 'nice', 'with', 'the', 'dress', 'you', 'can', 'wear', 'it', 'casually', 'or', 'formally', 'depending', 'on', 'what', 'kind', 'of', 'top', 'you', 'wear', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6346,872,42', 'i', 'tried', 'this', 'on', 'in', 'white', 'and', 'my', 'usual', 'size', 'small', 'it', 'is', 'such', 'a', 'beautiful', 'top', 'and', 'the', 'detailing', 'lace', 'trim', 'is', 'so', 'pretty', 'my', 'only', 'complaint', 'is', 'that', 'it', 'lays', 'funny', 'on', 'my', 'cleavage', 'and', 'i', 'do', "n't", 'have', 'much', 'it', 'just', 'gathered', 'there', 'and', 'appeared', 'clingy', 'in', 'that', 'area', 'it', "'s", 'also', 'one', 'of', 'those', 'am', 'i', 'hiding', 'a', 'pregnancy', 'tops', 'i', 'like', 'it', 'but', 'i', 'think', 'i', "'ll", 'wait', 'to', 'see', 'if', 'it', 'goes', 'on', 'sale', ',4,1,5', 'general', 'petite', 'tops', 'knits'] ['6347,937,66', 'keeper', 'have', 'been', 'looking', 'for', 'a', 'motorcycle', 'style', 'sweater', 'for', 'a', 'while', 'and', 'hit', 'the', 'jackpot', 'with', 'this', 'one', 'i', 'have', 'a', 'large', '34g', 'bust', 'and', 'it', "'s", 'hard', 'to', 'find', 'one', 'without', 'overly', 'large', 'lapels', 'these', 'are', 'perfect', 'and', 'they', 'stay', 'down', 'which', 'is', 'hard', 'to', 'find', 'too', 'perfect', 'length', 'beautiful', 'color', 'not', 'too', 'long', 'in', 'the', 'back', 'it', 'has', 'zipper', 'pockets', 'and', 'the', 'photos', 'do', "n't", 'show', 'the', 'silver', 'grommets', 'on', 'each', 'side', 'at', 'the', 'hem', 'the', 'body', 'of', 'the', 'sweater', 'has', 'a', 'different', 'knit', 'than', 'the', 'sleeves', 'so', 'it', 'has', 'a', 'bit', 'of', 'that', 'vest', 'over', 'sweater', 'look', ',5,1,3', 'general', 'tops', 'sweaters'] ['6348,937,37', 'cute', 'and', 'stylish', 'this', 'sweater', 'is', 'very', 'cute', 'i', 'got', 'a', 'medium', 'i', "'m", 'broad', 'in', 'the', 'shoulders', 'and', 'a', '34c', 'i', 'wanted', 'it', 'a', 'little', 'loose', 'threw', 'it', 'over', 'a', 'tshirt', 'and', 'was', 'not', 'itchy', 'at', 'all', 'i', 'feel', 'it', 'is', 'light', 'weight', 'and', 'perfect', 'for', 'our', 'mild', 'winters', 'in', 'florida', 'ca', "n't", 'wait', 'till', 'the', 'weather', 'cools', 'down', 'to', 'wear', 'it', ',5,1,1', 'general', 'tops', 'sweaters'] ['6349,871,26', 'was', 'hesitant', 'to', 'order', 'it', 'as', 'first', 'since', 'i', 'was', 'worried', 'it', 'might', 'be', 'a', 'little', 'too', 'boxy', 'in', 'person', 'glad', 'i', 'tried', 'it', 'since', 'that', 'turned', 'out', 'not', 'to', 'be', 'the', 'case', 'drapes', 'nicely', 'exactly', 'like', 'in', 'the', 'picture', 'and', 'can', 'be', 'worn', 'either', 'on', 'its', 'own', 'or', 'layered', 'with', 'a', 'cardigan/shrug', 'loose', 'fit', 'means', 'i', 'can', 'wear', 'it', 'to', 'work', 'too', 'am', 'usually', 'between', 'a', 'small', 'and', 'xs', 'but', 'the', 'xs', 'fit', 'me', 'well', 'also', 'wanted', 'to', 'mention', 'this', 'hits', 'me', 'right', 'under', 'the', 'waist', 'and', 'i', "'m", '5ft4', 'so', 'there', 'is', 'a', 'chance', 'it', 'could', 'be', 'a', 'little', 'too', 'short', 'for', 'someon', ',5,1,4', 'general', 'tops', 'knits'] ['6350,938,48', 'great', 'casual', 'sweater', 'with', 'lovely', 'details', 'i', "'m", 'wearing', 'lots', 'of', 'these', 'long', 'cardigans', 'right', 'now', 'this', 'one', 'is', 'comfortable', 'but', 'holds', 'up', 'well', 'the', 'blue', 'color', 'is', 'a', 'lovely', 'wedgewood', 'blue', 'the', 'little', 'tie', 'detail', 'on', 'the', 'back', 'of', 'the', 'neck', 'is', 'cute', 'but', 'does', "n't", 'get', 'in', 'the', 'way', 'it', "'s", 'great', 'for', 'casual', 'or', 'casual', 'work', 'wear', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6351,938,65', 'beautiful', 'shade', 'of', 'blue', 'great', 'rather', 'heavyweight', 'long', 'cardi', 'i', 'purchased', 'the', 'blue', 'which', 'is', 'a', 'lovely', 'shade', 'of', 'gray/blue', 'not', 'quite', 'as', 'bright', 'as', 'the', 'picture', 'depicts', 'pin', 'is', 'adorable', 'doubt', 'i', "'ll", 'ever', 'use', 'it', 'to', 'close', 'the', 'sweater', 'but', 'still', 'a', 'nice', 'touch', 'for', 'reference', 'i', "'m", '5', '5', '136', 'lbs', '34ddd', 'and', 'typically', 'fall', 'between', 'size', 'small', 'and', 'medium', 'took', 'a', 'medium', 'in', 'this', 'one', 'and', 'glad', 'i', 'did', 'perfect', 'fit', 'falls', 'exactly', 'like', 'on', 'the', 'model', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6352,938,31', 'beware', 'there', 'is', 'a', 'reason', 'this', 'sweater', 'is', 'on', 'sale', 'it', 'is', 'not', 'even', 'remotely', 'the', 'same', 'color', 'as', 'pictured', 'instead', 'of', 'the', 'lovely', 'antique', 'blue', 'in', 'the', 'photo', 'this', 'sweater', 'is', 'a', 'faded', 'boring', 'teal-green', 'what', 'a', 'huge', 'disappointment', ',1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['6353,984,55', 'ab', 'fab', 'love', 'the', 'distressed', 'look', 'and', 'linen-like', 'texture', 'the', 'back', 'ties', 'cinch', 'in', 'for', 'a', 'custom', 'fit', 'the', 'knit', 'hood', 'is', 'a', 'nice', 'touch', 'the', 'length', 'is', 'great', 'fits', 'tts', 'exactly', 'as', 'depicted', 'if', 'not', 'slightly', 'roomy', 'which', 'i', 'like', 'absolutely', 'fabulous', ',5,1,4', 'general', 'jackets', 'jackets'] ['6354,872,35', 'gorgeous', 'top', 'but', 'runs', 'large', 'especially', 'in', 'the', 'arm', 'holes', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['6355,1059,26', 'for', 'work', 'and', 'play', 'i', 'knew', 'i', 'had', 'to', 'have', 'these', 'when', 'i', 'saw', 'them', 'on', 'one', 'of', 'the', 'retailer', 'store', 'instagrams', 'i', 'bought', 'them', 'in', 'the', 'blue', 'color', 'combo', 'and', 'they', 'are', 'very', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'for', 'work', 'or', 'paired', 'with', 'more', 'casual', 'clothing', 'because', 'of', 'the', 'material', 'they', 'run', 'a', 'little', 'large', 'and', 'have', 'a', 'lot', 'of', 'stretch', 'so', 'i', 'would', 'size', 'down.,5,1,1', 'general', 'bottoms', 'pants'] ['6356,872,33', 'beautiful', 'top', 'but', 'too', 'big', 'i', 'thought', 'this', 'top', 'was', 'absolutely', 'beautiful', 'i', 'could', "n't", 'wait', 'to', 'get', 'it', 'in', 'but', 'unfortunately', 'it', 'was', 'very', 'big', 'on', 'me', 'i', "'m", '5', 'ft', '105', 'lbs', 'and', 'got', 'the', 'pxs', 'the', 'arm', 'holes', 'were', 'so', 'big', 'as', 'well', 'as', 'the', 'overall', 'fit', 'i', "'m", 'very', 'disappointed', 'i', 'really', 'wanted', 'this', 'top', 'to', 'work', ',3,0,5', 'general', 'petite', 'tops', 'knits'] ['6357,1059,36', 'these', 'pants', 'are', 'amazing', 'and', 'great', 'quality', 'thank', 'you', 'to', 'the', 'reviewers', 'who', 'suggested', 'sizing', 'up', 'one', 'size', 'the', 'trousers', 'do', "n't", 'have', 'a', 'lot', 'of', 'stretch', 'and', 'are', 'very', 'cute', 'and', 'well-made', 'and', 'the', 'size', 'up', 'is', 'perfect', 'i', 'am', 'normally', 'a', '2r', 'in', 'most', 'pants', 'and', 'skirts', 'and', 'i', 'sized', 'up', 'to', 'a', '4r', 'they', 'are', 'perfect', 'gorgeous', 'pattern', 'and', 'i', 'too', 'am', 'not', 'a', 'pattern', '-type', 'will', 'go', 'perfectly', 'with', 'a', 'number', 'of', 'the', 'solid', 'flowy', 'maeve', 'tops', 'i', 'have', 'for', 'work', ',5,1,0', 'general', 'bottoms', 'pants'] ['6358,246,55', 'cute', 'and', 'sporty', 'really', 'cute', 'suit', 'but', 'way', 'too', 'small', 'up', 'top', 'not', 'enough', 'coverage', 'under', 'arms', 'and', 'across', 'bust.i', 'wish', 'retailerpolgie', 'carried', 'bathing', 'suits', 'in', 'the', 'stores', 'so', 'they', 'can', 'be', 'tried', 'on', 'this', 'is', 'the', '2nd', 'suit', 'i', 'have', 'ordered', 'that', 'had', 'to', 'be', 'returned', 'i', 'wont', 'order', 'a', 'bathing', 'suit', 'again', 'as', 'its', 'just', 'to', 'much', 'of', 'a', 'risk.,2,0,1', 'initmates', 'intimate', 'swim'] ['6359,984,56', 'super', 'stylish', 'this', 'vest', 'is', 'the', 'one', 'thing', 'i', 'will', 'wear', 'all', 'year', 'round', 'i', 'could', "n't", 'wait', 'for', 'this', 'to', 'arrive', 'it', 'looks', 'and', 'fits', 'just', 'like', 'the', 'pictures', 'great', 'quality', 'and', 'value', 'is', 'very', 'stylish', 'and', 'adds', 'a', 'little', 'flair', 'to', 'a', 'simple', 'top', 'and', 'jeans', 'outfit', 'i', 'have', 'worn', 'it', 'several', 'times', 'and', 'in', 'addition', 'to', 'looking', 'great', 'does', 'keep', 'you', 'warm', ',5,1,1', 'general', 'jackets', 'jackets'] ['6360,1059,65', 'another', 'charlie', 'winner', 'i', 'am', 'not', 'really', 'a', 'print', 'person', 'but', 'cartonnier', 'gets', 'it', 'right', 'every', 'time', 'modern', 'prints', 'that', 'lend', 'themselves', 'to', 'many', 'styling', 'and', 'paring', 'options', 'the', 'charlie', 'trouser', 'which', 'they', 'do', 'every', 'season', 'is', 'a', 'great', 'fitting', 'pant', 'going', 'up', 'a', 'size', 'is', 'a', 'must', 'as', 'they', 'do', 'run', 'small', 'with', 'details', 'stitching', 'buttons', 'pockets', 'that', 'make', 'their', 'pants', 'look', 'more', 'expensive', 'than', 'they', 'actually', 'are'] ['i', 'bought', 'these', 'in', 'the', 'blue', 'combo', 'when', 'i', 'saw', 'them', 'at', 'my', 'local', 'retailer', 'store', 'the', 'blue', 'combo', 'has', 'both', 'blue', 'and', 'black', 'as', 'well', ',5,1,16', 'general', 'bottoms', 'pants'] ['6361,1059,23', 'high', 'quality', 'and', 'flattering', 'i', 'have', 'the', 'blue', 'version', 'i', 'love', 'the', 'bold', 'pop', 'art', 'pattern', 'the', 'colors', 'are', 'strong', 'but', 'neutral', 'enough', 'to', 'pair', 'with', 'a', 'myriad', 'of', 'different', 'options', 'for', 'the', 'top', ',5,1,0', 'general', 'bottoms', 'pants'] ['6362,938,34', ',this', 'cardigan', 'was', 'a', 'keeper', 'for', 'me', 'i', 'love', 'the', 'pin', 'that', 'pulls', 'the', 'two', 'sides', 'together', 'or', 'worn', 'open', 'is', 'just', 'a', 'nice', 'decoration', 'four', 'starts', 'only', 'because', 'i', 'felt', 'like', 'the', 'arms', 'ran', 'a', 'little', 'short.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6363,938,57', 'i', 'agree', 'with', 'the', 'last', 'reviewer', 'this', 'is', 'a', 'great', 'cozy', 'sweater', 'i', 'took', 'an', 'xs', 'regular', 'and', 'i', 'am', '5', '6', '108lbs', 'the', 'pin', 'is', 'used', 'to', 'close', 'the', 'sweater', 'no', 'button', 'plenty', 'of', 'hand-knit', 'sweater', 'vests', 'wraps', 'shawls', 'come', 'with', 'or', 'are', 'given', 'with', 'pins', 'for', 'closure', 'you', 'will', 'find', 'many', 'uses', 'for', 'the', 'pin', 'but', 'as', 'it', 'is', 'shown', 'in', 'the', 'photo', 'not', 'likely', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['6364,993,30', 'great', 'piece', 'i', 'got', 'this', 'planning', 'to', 'wear', 'to', 'a', 'wedding', 'but', 'have', 'dressed', 'it', 'up', 'for', 'a', 'gala', 'event', 'and', 'down', 'with', 'a', 'white', 'sleeveless', 'top', 'to', 'an', 'awards', 'ceremony', 'i', "'ve", 'definitely', 'gotten', 'some', 'mileage', 'out', 'of', 'it', 'like', 'the', 'other', 'reviews', 'said', 'it', 'is', 'long', 'but', 'was', 'able', 'to', 'easily', 'trim', 'excess', 'fabric', 'from', 'the', 'bottom', 'and', 'it', 'works', 'perfect', 'with', 'wedges', 'love', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6365,1059,44', 'very', 'stylish', 'and', 'fitting', 'you', 'have', 'to', 'try', 'it', 'on', 'to', 'see', 'it', 'fits', 'really', 'well', 'and', 'looks', 'stylish', 'i', 'love', 'it'] ['my', 'only', 'concern', 'is', 'the', 'fabric', 'is', 'rather', 'stretchy', 'not', 'sure', 'if', 'it', 'will', 'hold', 'up', 'well', 'in', 'the', 'long', 'run', ',4,1,1', 'general', 'bottoms', 'pants'] ['6366,938,60', 'beautiful', 'but', 'not', 'for', 'me', 'the', 'length', 'hit', 'at', 'the', 'wrong', 'place', 'for', 'me', 'lovely', 'knit', 'though', 'so', 'i', 'am', 'very', 'disappointed', 'it', 'will', 'be', 'going', 'back', 'to', 'the', 'store', 'interesting', 'muted', 'color', 'that', 'strikes', 'just', 'the', 'right', 'balance', 'very', 'warm', 'perfect', 'for', 'fall', 'and', 'winter.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['6367,1059,50', 'adorable', 'and', 'high', 'quality', 'these', 'pants', 'are', 'very', 'very', 'cute', 'and', 'high', 'quality', 'they', 'can', 'be', 'worn', 'with', 'a', 'variety', 'of', 'colors', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'they', 'are', 'also', 'very', 'flattering', 'i', 'definitely', 'recommend', 'sizing', 'up', 'as', 'they', 'run', 'small', 'my', 'normal', 'size', 'was', 'a', 'tad', 'tight', 'in', 'the', 'waist', 'and', 'there', 'is', 'very', 'little', 'stretch', 'but', 'the', 'next', 'size', 'up', 'was', 'perfect', ',5,1,5', 'general', 'bottoms', 'pants'] ['6368,1059,52', 'dress', 'them', 'up', 'or', 'down', 'let', 'me', 'talk', 'about', 'the', 'fit', 'i', 'am', 'a', 'size', '6', 'petite', 'i', 'weigh', '120', 'and', 'am', '5', 'tall', 'i', 'am', 'curvy', 'and', 'have', 'short', 'legs', 'what', 'little', 'height', 'i', 'have', 'is', 'in', 'my', 'torso', 'that', 'being', 'said', 'i', 'ordered', 'the', '6p', 'and', 'the', '6.', 'no', 'doubt', 'about', 'it', 'the', '6p', 'fits', 'like', 'a', '4p', 'the', '6p', 'was', 'tight', 'in', 'the', 'hips', 'and', 'thighs', 'the', 'size', '6', 'regular', 'was', 'a', 'perfect', 'fit', 'if', 'you', 'want', 'the', 'pant', 'to', 'have', 's', 'cropped', 'look', 'like', 'in', 'the', 'picture', 'then', 'order', 'up', 'a', 'size', 'and', 'stay', 'in', 'petite', 'so', 'i', 'would', 'have', 'ordered', 'a', '8p', 'i', "'d", 'i', 'wanted', 'the', 'cropped', 'look', 'like', 'in', 'the', 'pic', 'bu', ',5,1,5', 'general', 'bottoms', 'pants'] ['6369,832,27', 'beautiful', 'blouse', 'i', 'love', 'this', 'blouse', 'it', "'s", 'very', 'unique', 'and', 'gorgeous', 'this', 'blouse', 'is', 'versatile', 'with', 'short', 'jean', 'and', 'skirt', 'love', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['6370,1003,44', 'comfy', 'this', 'skirt', 'is', 'very', 'comfortable', 'and', 'fits', 'tts', 'or', 'even', 'runs', 'a', 'bit', 'large', 'i', 'was', 'able', 'to', 'dress', 'it', 'up', 'with', 'a', 'great', 'white', 'shirt', 'and', 'statement', 'necklace', 'great', 'find.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6371,1082,28', ',lovely', 'crochet', 'lace', 'tunic', 'also', 'very', 'comfortable', 'does', "n't", 'wrinkle', 'and', 'the', 'cotton', 'has', 'a', 'lovely', 'feel.,4,1,0', 'general', 'dresses', 'dresses'] ['6372,1082,57', 'stunning', 'this', 'dress', 'is', 'even', 'more', 'gorgeous', 'in', 'person', 'i', 'had', 'seen', 'in', 'the', 'spring', 'catalog', 'but', 'liked', 'it', 'even', 'more', 'when', 'i', 'spotted', 'it', 'at', 'my', 'local', 'store', 'i', 'have', 'been', 'searching', 'for', 'the', 'perfect', 'ivory', 'crochet', 'or', 'lace', 'dress', 'each', 'summer', 'for', 'the', 'past', 'few', 'years', 'i', 'think', 'i', 'have', 'finally', 'found', 'the', 'one', 'i', 'should', 'note', 'i', 'am', '5', '9', 'and', 'this', 'dress', 'goes', 'all', 'the', 'way', 'to', 'my', 'knees', 'it', 'may', 'swallow', 'someone', 'on', 'the', 'shorter', 'side', ',5,1,1', 'general', 'dresses', 'dresses'] ['6373,1082,56', 'i', 'wish', 'it', 'was', 'the', 'same', 'dress', 'in', 'the', 'store', 'i', 'liked', 'the', 'look', 'of', 'this', 'dress', 'online', 'so', 'i', 'called', 'my', 'local', 'store', 'and', 'had', 'them', 'hold', 'it', 'in', 'a', 'small', 'and', 'medium', 'because', 'of', 'the', 'reviews', 'i', 'am', 'a', '34dd', 'and', 'had', 'no', 'issues', 'with', 'the', 'bust', 'on', 'the', 'small', 'dress', 'it', "'s", 'a', 'pretty', 'feminine', 'dress', 'and', 'i', "'m", 'glad', 'they', 'had', 'the', '20', 'off', 'sale', 'when', 'i', 'decided', 'to', 'buy', 'it', 'the', 'reason', 'i', "'m", 'writing', 'a', 'review', 'is', 'because', 'the', 'dress', 'here', 'is', 'not', 'the', 'same', 'as', 'the', 'dress', 'in', 'the', 'store', 'the', 'dress', 'in', 'the', 'store', 'is', 'pictured', 'in', 'the', 'get', 'the', 'look', 'photo', 'the', 'dress', 'in', 'the', 'store', 'has', 'cap', 'sleeves', 'wh', ',4,1,10', 'general', 'dresses', 'dresses'] ['6374,1082,32', 'it', 'is', 'a', 'pretty', 'dress', 'but', 'runs', 'large', 'i', 'usually', 'wear', 'small', 'and', 'i', 'ordered', 'a', 'regular', 'xs', 'because', 'they', 'are', 'out', 'of', 'petite', 'it', 'fits', 'and', 'since', 'i', 'am', 'pregnant', 'it', 'works', 'but', 'it', 'is', 'a', 'little', 'large', 'around', 'the', 'waist'] ['the', 'lace', 'is', 'beautiful', 'and', 'the', 'quality', 'is', 'amazing', ',4,1,0', 'general', 'dresses', 'dresses'] ['6375,862,53', 'i', 'love', 'love', 'love', 'this', 'top', 'i', "'ve", 'bought', 'several', 'over', 'the', 'years', 'and', 'they', 'wash', 'great', 'and', 'are', 'very', 'flattering', 'and', 'comfortable', 'i', 'always', 'pick', 'up', 'the', 'newest', 'color', ',5,1,2', 'general', 'tops', 'knits'] ['6376,1144,51', 'great', 'quality', 'runs', 'small', 'this', 'lovely', 'skirt', 'absolutely', 'hits', 'the', 'mark', 'for', 'quality', 'it', 'is', 'a', 'substantial', 'weight', 'for', 'fall', 'a', 'deep', 'vivid', 'blue', 'color', 'and', 'just', 'the', 'right', 'length', 'to', 'wear', 'with', 'boots', 'it', 'was', 'a', 'trifle', 'snug', 'in', 'the', 'waist', 'i', 'would', 'have', 'kept', 'it', 'anyway', 'but', 'the', 'oversized', 'pockets', 'stuck', 'out', 'on', 'either', 'side', 'in', 'an', 'awkward', 'way', 'at', 'this', 'price', 'it', 'just', 'was', "n't", 'right', 'for', 'me', ',4,1,0', 'general', 'trend', 'trend'] ['6377,1082,46', 'priceless', 'classic', 'this', 'is', 'one', 'of', 'my', 'favorite.it', 'is', 'timeless', 'for', 'sure.,5,1,0', 'general', 'dresses', 'dresses'] ['6378,1082,39', 'nice', 'ivory', 'vintag-y', 'i', 'tried', 'on', 'a', 'regular', 'size', 'at', 'the', 'store', 'and', 'definitely', 'need', 'petite', '5', '1.5', '115', 'lbs', 'the', 'dress', 'is', 'comfrotbale', 'and', 'the', 'ivory', 'color', 'gives', 'it', 'a', 'victorian', 'feel', 'the', 'sleeves', 'are', 'nice', 'a', 'cover', 'the', 'shoulder', 'in', 'a', 'flattrering', 'spot', 'where', 'hte', 'muscles', 'meet', 'there', 'is', 'alining', 'so', 'not', 'see-through', 'length', 'was', 'too', 'long', 'why', 'i', 'need', 'petie', 'also', 'loose-fitting', 'i', 'would', 'like', 'it', 'more', 'a', 'little', 'more', 'fitted', 'jsut', 'a', 'bit', ',4,1,25', 'general', 'dresses', 'dresses'] ['6379,1082,26', 'gorgeous', 'dress', 'i', 'stared', 'at', 'this', 'dress', 'for', 'a', 'long', 'time', 'online', 'and', 'finally', 'went', 'into', 'the', 'store', 'and', 'tried', 'it', 'on', 'it', 'is', 'a', 'beautiful', 'quality', 'and', 'material', 'note', 'that', 'it', 'is', 'ivory', 'not', 'pure', 'white', 'which', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'the', 'fit', 'is', 'more', 'of', 'an', 'a-line', 'and', 'it', 'is', 'slightly', 'long', 'which', 'is', 'part', 'of', 'the', 'style', 'of', 'the', 'dress', 'i', 'am', 'taking', 'it', 'with', 'me', 'to', 'a', 'beach', 'vacation', 'in', 'mexico', 'but', 'i', 'plan', 'to', 'wear', 'to', 'many', 'more', 'occasions', 'because', 'this', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'just', 'do', "n't", 'wear', 'it', 'to', 'a', 'wedding', 'since', 'it', 'is', 'a', 'w', ',5,1,1', 'general', 'dresses', 'dresses'] ['6380,1082,73', 'yuck', 'the', 'dress', 'is', 'not', 'the', 'beautiful', 'color', 'in', 'the', 'picture', 'it', 'is', 'a', 'very', 'yellowish', 'cream', 'the', 'fabric', 'is', 'thick', 'and', 'does', 'not'] ['hang', 'pretty', 'very', 'disappointed', 'had', 'to', 'return', 'it', ',2,0,0', 'general', 'dresses', 'dresses'] ['6381,832,23', 'unique', 'design', 'loved', 'this', 'blouse', 'when', 'i', 'received', 'it', 'after', 'ordering', 'online', 'the', 'cut', 'and', 'style', 'of', 'the', 'blouse', 'is', 'so', 'cute', 'and', 'looks', 'great', 'with', 'jeans', 'it', 'is', 'well', 'made', 'but', 'it', 'is', 'see-through', 'so', 'i', 'had', 'to', 'wear', 'something', 'under', 'it', 'otherwise', 'really', 'flattering', 'unique', 'design', ',4,1,1', 'general', 'tops', 'blouses'] ['6382,676,40', ',cute', 'skort', 'but', 'seems', 'to', 'run', 'big', 'it', "'s", 'also', 'sort', 'of', 'long', 'for', 'shorts', 'the', 'model', 'must', 'have', 'much', 'longer', 'legs', 'than', 'me', 'i', 'may', 'try', 'a', 'size', 'smaller', 'since', 'i', 'love', 'the', 'print', 'but', 'i', "'m", 'not', 'optimistic.,3,1,4', 'general', 'bottoms', 'shorts'] ['6383,1003,60', ',super', 'comfy', 'skirt', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'football', 'games', 'this', 'season', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6384,1082,41', 'this', 'dress', 'is', 'gorgeous', 'more', 'ivory', 'in', 'person', 'the', 'crochet', 'is', 'amazing', 'i', 'sized', 'up', 'from', 'my', 'normal', 's', 'to', 'a', 'm', 'only', 'bc', 'i', 'wanted', 'a', 'loose', 'fit', 'and', 'after', 'reading', 'reviews', 'that', 'it', 'fit', 'a', 'little', 'bit', 'like', 'a', 'shift', 'i', 'wanted', 'a', 'bigger', 'size', 'but', 'a', 'small', 'would', 'have', 'prob', 'worked', 'as', 'well', 'depends', 'on', 'how', 'you', 'want', 'this', 'to', 'fit', 'i', 'love', 'it', 'i', 'wear', 'mine', 'now', 'w', 'a', 'cropped', 'jean', 'jacket', 'and', 'leggings', 'soon', 'w', 'just', 'sandals', 'great', 'transition', 'piece', 'bc', 'it', "'s", 'a', 'slightly', 'heavy', 'dress', 'but', 'not', 'enough', 'to', 'be', 'overwhelming', 'or', 'hot', 'for', 'the', 'summe', ',5,1,3', 'general', 'dresses', 'dresses'] ['6385,1082,28', 'summer', 'vintage', 'i', 'absolutely', 'love', 'this', 'dress', 'i', "'m", 'always', 'leery', 'about', 'buying', 'lace', 'and', 'white', 'but', 'i', 'love', 'this', 'off-white', 'color', 'and', 'style', 'i', 'was', 'able', 'to', 'stretch', 'the', 'sleeves', 'a', 'tad', 'to', 'make', 'them', 'more', 'fluttery', 'but', 'they', 'are', "n't", 'as', 'fluttery', 'as', 'the', 'photo', 'looks', 'definitely', 'more', 'of', 'a', 'cap', 'sleeve', 'got', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['6386,1144,34', 'very', 'cute', 'this', 'skirt', 'is', 'really', 'adorable', 'but', 'only', 'if', 'you', "'re", 'going', 'to', 'tuck', 'in', 'your', 'tops', 'the', 'pockets', 'flare', 'out', 'at', 'the', 'top', 'so', 'shirts', 'do', "n't", 'lay', 'correctly', 'on', 'them', 'instead', 'the', 'bottom', 'of', 'the', 'shirt', 'floofs', 'out', 'and', 'looks', 'really', 'dumpy', 'tucked', 'in', 'though', 'super', 'cute'] [] ['the', 'waist', 'is', 'really', 'tiny', 'and', 'the', 'fabric', 'has', 'no', 'stretch', 'to', 'speak', 'of', 'i', 'usually', 'take', 'a', '0/2', 'pant', 'or', '25/26', 'jean', 'i', 'ordered', 'the', 'xsmall', 'and', 'could', 'only', 'get', 'the', 'top', 'fastened', 'by', 'really', 'sucking', 'it', 'in', 'and', 'struggling', 'i', "'ll", 'be', 'exchanging', 'for', 'a', 'small', 'hopefully', 't', ',5,1,2', 'general', 'trend', 'trend'] ['6387,1082,30', ',i', 'love', 'this', 'dress', 'the', 'fit', 'is', 'great', 'for', 'tall', 'girls', 'i', "'m", '5', '9', 'and', 'the', 'length', 'is', 'perfect', 'can', 'be', 'dressed', 'down', 'with', 'cute', 'sneakers', 'or', 'up', 'with', 'heels', 'every', 'time', 'i', 'wear', 'this', 'dress', 'i', 'get', 'a', 'ton', 'of', 'compliments', 'and', 'it', 'is', 'so', 'comfortable.,5,1,0', 'general', 'dresses', 'dresses'] ['6388,1038,49', 'love/hate', 'i', 'love', 'these', 'jeans', 'they', 'are', 'really', 'cute', 'and', 'comfy', 'however', 'they', 'are', 'way', 'too', 'long', 'i', 'could', "n't", 'believe', 'these', 'were', 'a', '33', 'inch', 'inseam', 'but', 'i', 'measured', 'them', 'and', 'they', 'are', 'i', 'am', '5', '4', 'and', 'put', 'on', 'a', '4', 'inch', 'heel', 'and', 'they', 'were', 'still', 'dragging', 'on', 'the', 'ground', 'these', 'will', 'have', 'to', 'go', 'back', 'as', 'i', 'do', "n't", 'think', 'the', 'same', 'look', 'can', 'be', 'pulled', 'off', 'if', 'they', 'were', 'hemmed', ',3,0,1', 'general', 'bottoms', 'jeans'] ['6389,1036,33', 'great', 'fit', 'just', 'one', 'small', 'prob', 'i', 'like', 'the', 'jeans', 'a', 'lot', 'they', "'re", 'definitely', 'skinny', 'fit', 'and', 'more', 'like', 'leggings', 'very', 'stretchy', 'i', 'feel', 'like', 'they', 'would', 'fit', 'all', 'shapes', 'and', 'sizes', 'because', 'of', 'that', 'give', 'so', 'the', 'claim', 'that', 'they', "'re", 'flattering', 'on', 'everyone', 'is', 'probably', 'valid', 'i', 'also', 'appreciate', 'that', 'there', 'is', 'no', 'stonewashing', 'as', 'grey', 'jeans', 'often', 'seem', 'to', 'have', 'they', 'are', 'all', 'one', 'hue', 'from', 'top', 'to', 'bottom', 'with', 'a', 'little', 'bit', 'of', 'linear', 'line', 'texture', 'to', 'the', 'fabric', 'the', 'only', 'flaw', 'at', 'least', 'i', 'do', "n't", 'think', 'it', "'s", 'intentional', 'is', 'that', 'the', 'front', 'pockets', 'l', ',4,1,0', 'general', 'bottoms', 'jeans'] ['6390,1082,66', 'there', "'s", 'a', 'reason', 'the', 'model', 'is', 'sitting', 'down', 'the', 'dress', 'is', 'really', 'frumpy', 'standing', 'up', 'something', 'about', 'the', 'bottom', 'tier', 'of', 'lace', 'just', 'turns', 'it', 'into', 'a', 'frumpy', 'maw-maw', 'nightgown', 'the', 'lace', 'is', 'really', 'pretty', 'though', ',2,0,8', 'general', 'dresses', 'dresses'] ['6391,1082,45', 'pretty', 'everyday', 'dress', 'this', 'is', 'a', 'great', 'everyday', 'dress', 'i', 'bought', 'it', 'in', 'black', 'and', 'it', 'looks', 'cute', 'with', 'wedges', 'it', "'s", 'a', 'little', 'boxy', 'but', 'that', 'also', 'makes', 'it', 'super', 'comfy', 'so', 'i', 'do', "n't", 'mind', 'that', 'too', 'much', 'definitely', 'order', 'one-size', 'down', 'if', 'you', "'re", 'between', 'sizes', 'you', 'may', 'want', 'to', 'consider', 'petite', 'if', 'it', "'s", 'available', 'becuase', 'i', 'found', 'it', 'to', 'be', 'a', 'bit', 'long', 'for', 'my', 'taste', 'i', "'m", '5', '5', 'and', 'it', 'hits', 'at', 'the', 'knee', 'i', "'ve", 'already', 'worn', 'it', 'a', 'few', 'times', 'and', 'have', 'had', 'received', 'several', 'compliments', ',4,1,0', 'general', 'dresses', 'dresses'] ['6392,1082,40', 'go', 'to', 'lbd', 'love', 'love', 'love', 'this', 'little', 'lbd'] ['lots', 'of', 'rich', 'detail', 'and', 'still', 'very', 'easy', 'and', 'laid', 'back', 'dress', 'up', 'or', 'dress', 'down'] ['i', 'will', 'be', 'wearing', 'this', 'into', 'the', 'fall', 'season', 'i', 'purchased', 'the', 'l', 'still', 'roomy', 'tried', 'the', 'm', 'but', 'a', 'little', 'snug', 'in', 'the', 'shoulders', 'and', 'chest', 'i', 'am', 'usually', 'a', 'size', '12', 'd', 'cup', 'very', 'flattering', 'style', 'boho', 'chic', ',5,1,0', 'general', 'dresses', 'dresses'] ['6393,1082,26', 'great', 'detail', 'purchased', 'this', 'dress', 'in', 'black', 'and', 'love', 'it', 'there', 'is', 'so', 'much', 'detail', 'in', 'the', 'crochet', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'am', 'contemplating', 'buying', 'the', 'same', 'dress', 'in', 'white', ',5,1,0', 'general', 'dresses', 'dresses'] ['6394,1038,23', 'flattering', 'these', 'jeans', 'look', 'amazing', 'on', 'i', "'m", '5', '5', 'and', 'an', 'hourglass', 'figure', 'and', 'these', 'fit', 'perfectly', 'if', 'you', 'like', 'high', 'waisted', 'jeans', 'these', 'are', 'for', 'you', 'a', 'small', 'heal', 'does', 'need', 'to', 'be', 'worn', 'but', 'i', 'would', "n't", 'say', 'they', 'are', 'excessively', 'long', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6395,1082,40', 'unique', 'dress', 'i', 'love', 'this', 'dress', 'for', 'it', "'s", 'unique', 'design', 'with', 'the', 'crochet', 'features', 'it', 'is', 'super', 'comfortable', 'great', 'for', 'being', 'layered', 'without', 'see', 'through', 'i', 'ordered', 'a', 'small', 'though', 'and', 'it', 'is', 'still', 'too', 'large', 'for', 'me', 'i', 'have', 'been', 'trying', 'to', 'decide', 'on', 'returning', 'it', 'since', 'i', 'love', 'it', 'so', 'much', 'i', "'d", 'recommend', 'sizing', 'down', 'for', 'this', 'dress', 'i', "'m", '5', '6', '135lbs', 'and', 'still', 'needed', 'an', 'xs', 'which', 'seems', 'a', 'bit', 'off', 'i', 'guess', 'i', "'m", 'used', 'to', 'retailer', 'running', 'a', 'bit', 'big', 'but', 'i', 'miss', 'judge', 'this', 'one', 'and', 'hate', 'to', 'deal', 'with', 'the', 'mailing', 'and', 'worrying', ',4,1,0', 'general', 'dresses', 'dresses'] ['6396,676,46', 'these', 'looked', 'so', 'cute', 'and', 'colorful', 'very', 'sad', 'to', 'receive', 'them', 'yesterday', 'and', 'having', 'to', 'return', 'them', 'today', 'cute', 'overall', 'but', 'run', 'large', 'depending', 'on', 'cut/style', 'i', 'range', 'from', '2-4', 'in', 'bottoms', 'i', 'ordered', 'a', '2', 'in', 'these', 'and', 'they', 'were', 'just', 'way', 'too', 'big', 'i', 'would', 'exchange', 'for', 'a', 'zero', 'but', 'i', 'bought', 'them', 'for', 'a', 'trip', 'this', 'weekend', 'oh', 'well', 'consequence', 'of', 'online', 'shopping', ',3,1,1', 'general', 'bottoms', 'shorts'] ['6397,1082,43', 'this', 'is', 'the', 'lbd', 'you', 'need', 'love', 'love', 'love', 'this', 'dress', 'have', 'received', 'so', 'many', 'compliments', 'on', 'it', 'i', "'m", '5', '4', '118', 'and', 'xs', 'fit', 'perfectly', 'love', 'the', 'cap', 'sleeves', 'and', 'details', 'super', 'comfortable', 'too', 'i', 'can', 'see', 'wearing', 'this', 'year-round', 'and', 'dressing', 'it', 'up/down', ',5,1,0', 'general', 'dresses', 'dresses'] ['6398,1082,44', 'not', 'flattering', 'on', 'me', 'i', 'am', '5', '4', 'about', '120', 'with', 'an', 'athletic', 'build', 'i', 'was', 'so', 'excited', 'for', 'this', 'dress', 'to', 'arrive', 'when', 'i', 'removed', 'it', 'from', 'the', 'package', 'i', 'loved', 'the', 'way', 'it', 'felt', 'and', 'the', 'weight', 'of', 'it', 'the', 'color', 'was', 'as', 'pictured', 'on', 'my', 'computer', 'i', 'ordered', 'the', 'xsp', 'and', 'was', 'concerned', 'it', 'would', 'be', 'too', 'small', 'in', 'the', 'shoulders', 'or', 'too', 'short', 'it', 'was', 'huge', 'on', 'me', 'too', 'long', 'too', 'wide', 'too', 'frumpy', 'too', 'loose', 'all', 'over', 'i', 'checked', 'to', 'make', 'certain', 'it', 'was', 'a', 'petite', 'that', 'was', 'sent', 'and', 'it', 'was', 'boo', 'i', 'do', 'like', 'the', 'cap', 'sleeve', 'better', 'than', 'the', 'flutter', ',3,1,1', 'general', 'dresses', 'dresses'] ['6399,676,31', 'fun', 'flowy', 'vibrant', 'i', "'m", 'really', 'looking', 'forward', 'to', 'wearing', 'this', 'skort', 'on', 'vacation', 'in', 'hawaii', 'it', "'s", 'a', 'great', 'color', 'soft', 'flowy', 'fun', 'practical', ',5,1,1', 'general', 'bottoms', 'shorts'] ['6400,1082,37', 'knock', 'out', 'in', 'crochet', 'this', 'is', 'stunning', 'even', 'more', 'stunning', 'in', 'person', 'the', 'crochet', 'is', 'divine', 'every', 'inch', 'of', 'it', 'is', 'beautifully', 'detailed', 'it', "'s", 'got', 'a', 'bit', 'of', 'weight', 'to', 'it', 'and', 'the', 'crochet', 'is', 'very', 'high', 'quality', 'i', 'am', 'normally', 'a', 'l', 'or', 'xl', 'and', 'i', 'have', 'curves', 'this', 'is', 'why', 'this', 'unfortunately', 'did', 'not', 'work', 'for', 'me', 'it', 'fits', 'more', 'like', 'a', 'shift', 'with', 'a', 'little', 'more', 'aline', 'room', 'on', 'the', 'right', 'shape', 'it', 'will', 'be', 'perfect', 'if', 'you', "'re", 'curvy', 'size', 'up', 'if', 'you', "'re", 'lean', 'or', 'narrow', 'you', 'might', 'want', 'to', 'size', 'down', 'the', 'length', 'is', 'heavenly', 'for', 'tall', 'gals', 'but', 'wi', ',5,1,51', 'general', 'dresses', 'dresses'] ['6401,1082,43', 'great', 'lbd', 'this', 'is', 'a', 'beautiful', 'high-quality', 'little', 'black', 'dress', 'it', 'actually', 'has', 'a', 'little', 'weight', 'to', 'it', 'but', 'nothing', 'bothersome', 'i', 'usually', 'take', 'a', 'medium', 'across', 'the', 'board', 'but', 'i', 'had', 'to', 'size', 'up', 'to', 'a', 'large', 'this', 'is', 'dress', 'has', 'more', 'of', 'a', 'straight', 'line', 'versus', 'a-line', 'and', 'i', 'have', 'wider', 'hips', 'so', 'the', 'large', 'fit', 'really', 'good', 'it', "'s", 'beautiful', 'and', 'versatile', 'i', 'just', 'wore', 'it', 'to', 'my', 'high', 'school', 'reunion', 'and', 'got', 'compliments', 'great', 'purchase', 'i', 'would', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['6402,676,44', 'the', 'summer', 'skort', 'great', 'summer', 'skort', 'these', 'are', 'exactly', 'what', 'i', 'have', 'been', 'looking', 'for', 'to', 'wear', 'to', 'the', 'carribean', 'the', 'material', 'is', 'substantial', 'but', 'not', 'enough', 'to', 'be', 'hot', 'nor', 'too', 'little', 'to', 'be', 'called', 'thin', 'the', 'skort', 'is', 'constructed', 'well', 'with', 'nice', 'flow', 'between', 'the', 'skirt', 'and', 'short', 'portion', 'which', 'is', 'sometimes', 'a', 'miss', 'with', 'other', 'skorts', 'i', 'have', 'tried', 'on', 'it', 'does', 'run', 'slightly', 'large', 'i', 'also', 'sized', 'down', 'after', 'initially', 'trying', 'on', 'the', 'one', 'in', 'the', 'photo.,5,1,1', 'general', 'bottoms', 'shorts'] ['6403,862,44', 'i', 'am', 'so', 'glad', 'i', 'found', 'this', 'tee', 'as', 'usual', 'i', 'love', 'bordeaux', 'rayon-spandex', 'shirts', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'it', "'s", 'heavy', 'enough', 'to', 'drape', 'nicely', 'contouring', 'your', 'natural', 'curves', 'it', 'does', 'not', 'cling', 'to', 'the', 'body', 'is', 'just', 'loose', 'enough', 'to', 'let', 'you', 'breathe', 'during', 'the', 'hot', 'summer', 'days', 'i', 'was', 'afraid', 'it', 'would', 'look', 'like', 'a', 'swing', 'tee', 'and', 'make', 'me', 'look', 'like', 'i', 'am', 'pregnant', 'but', 'it', 'does', "n't", 'it', 'runs', 'true', 'to', 'size', 'the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'the', 'back', 'runs', 'too', 'long', ',4,1,2', 'general', 'tops', 'knits'] ['6404,1082,62', 'cute', 'lbd', 'for', 'anyone', 'who', 'loves', 'lace', 'it', 'fits', 'pretty', 'true', 'to', 'size', 'the', 'size', 'm', 'length', 'hits', 'just', 'to', 'the', 'top', 'of', 'the', 'knee', 'i', '5', '4', 'tall', 'to', 'lighten', 'up', 'the', 'dress', 'just', 'a', 'little', 'so', 'that', 'it', 'does', 'not', 'look', 'as', 'some', 'have', 'said', 'frumpy', 'i', 'hemmed', 'the', 'liner', 'so', 'that', 'the', 'liner', 'hem', 'is', 'half', 'way', 'up', 'on', 'the', 'ruffle', 'this', 'makes', 'the', 'dress', 'look', 'less', 'heavy', 'more', 'fun', 'and', 'repeats', 'the', 'openness', 'of', 'the', 'lace', 'on', 'top', 'love', 'this', 'dress', 'will', 'be', 'wore', 'a', 'lot', 'for', 'summer', 'evenings', 'out', ',5,1,0', 'general', 'dresses', 'dresses'] ['6405,676,33', 'adorable', 'and', 'unique', 'a', 'scandalous', 'mini', 'skirt', 'that', 'is', "n't", 'a', 'skirt', 'beautiful', 'pattern', 'does', 'run', 'a', 'little', 'big.,4,1,0', 'general', 'bottoms', 'shorts'] ['6406,832,64', 'the', 'look', 'is', 'frest', 'crisp', 'with', 'a', 'touch', 'of', 'romance', 'very', 'retailer', ',5,1,0', 'general', 'tops', 'blouses'] ['6407,1082,31', 'pretty', 'but', 'tight', 'in', 'bust', 'the', 'xxs', 'petite', 'fit', 'great', 'except', 'in', 'bust', 'and', 'shoulder', 'area', 'i', "'m", 'a', '32a', 'and', 'it', 'was', 'really', 'tight.,3,1,19', 'general', 'dresses', 'dresses'] ['6408,1082,63', 'elegant', 'but', 'easy', 'ordered', 'a', 'few', 'things', 'for', 'a', 'last', 'minute', 'decision', 'on', 'what', 'to', 'wear', 'to', 'a', 'wedding', 'i', 'slipped', 'this', 'on', 'right', 'out', 'of', 'the', 'box', 'and', 'decision', 'was', 'made', 'tunic', 'style', 'is', 'great', 'for', 'all', 'body', 'types', 'and', 'hides', 'any', 'bulges', 'crochet', 'neckline', 'and', 'sleeves', 'are', 'cute', 'and', 'a', 'little', 'sexy', 'dress', 'is', 'very', 'comfortable', 'and', 'not', 'too', 'short', 'wore', 'this', 'with', 'pearls', 'and', 'ankle-strap', 'pumps', 'for', 'a', 'dressier', 'look', 'very', 'happy', 'with', 'this', 'one', ',5,1,0', 'general', 'dresses', 'dresses'] ['6409,1038,40', 'i', 'just', 'tried', 'these', 'on', 'today', 'in', 'the', 'store', 'i', "'m", '5', '5', 'and', 'found', 'that', 'they', 'were', 'definitely', 'the', 'right', 'length', 'for', 'heels', 'the', '33', 'inseam', 'is', 'correct', 'however', 'i', 'had', 'them', 'ordered', 'in', 'a', 'petite', 'so', 'i', 'could', 'wear', 'them', 'with', 'flats', 'these', 'are', 'super', 'cute', 'jeans', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6410,676,46', 'awesome', 'printed', 'skort', 'wow', 'i', 'had', 'been', 'looking', 'at', 'these', 'shorts', 'online', 'then', 'found', 'only', 'one', 'pair', 'left', 'at', 'my', 'store', 'in', 'a', 'size', 'four', 'a', 'size', 'i', 'can', 'sometimes', 'squeeze', 'into', 'luckily', 'these', 'really', 'do', 'run', 'a', 'full', 'size', 'larger', 'without', 'being', 'snug/too', 'tight', '19.95', 'with', '40', 'off', 'yes', 'please', 'can', 'not', 'wait', 'to', 'wear', 'them', 'next', 'summer', 'and', 'p.s', 'per', 'above', 'reviewer', 'you', 'do', 'need', 'need', 'to', 'cut', 'the', 'cross', 'strings', 'at', 'the', 'pleats', 'they', 'are', 'just', 'meant', 'to', 'keep', 'the', 'shorts', 'nicely', 'pressed/flat', 'in', 'the', 'store', 'then', 'you', 'are', 'on', 'your', 'own', ',5,1,0', 'general', 'bottoms', 'shorts'] ['6411,895,20', 'great', 'light', 'weight', 'sweater', 'great', 'green', 'color', 'drapes', 'well', 'nice', 'gray', 'detailing', 'adds', 'dimension', 'to', 'an', 'already', 'pretty', 'sweater.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6412,1000,24', 'awesome', 'skirt', 'fits', 'just', 'like', 'on', 'the', 'model', 'even', 'though', 'im', '5', '4', 'really', 'happy', 'with', 'this', 'casual', 'summer', 'find', ',5,1,2', 'general', 'bottoms', 'skirts'] ['6413,903,36', 'retro', 'chic', 'when', 'i', 'saw', 'this', 'sweater', 'it', 'made', 'me', 'think', 'of', 'the', '70', "'s", 'chic', 'trend', 'thats', 'very', 'now', 'but', 'due', 'to', 'the', 'colors', 'my', 'favorite', 'tones', 'it', 'would', 'be', 'something', 'i', 'would', 'be', 'reaching', 'for', 'for', 'years', 'to', 'come', 'i', 'love', 'it', 'combined', 'with', 'jeans', 'but', 'i', 'also', 'worse', 'it', 'over', 'a', 'dress', 'see', 'photo', 'i', 'am', 'wearing', 'it', 'over', 'corey', 'lynn', 'calter', 'floral', 'dress', 'paeonia', 'dress', 'and', 'i', 'paired', 'it', 'with', 'the', 'rosebud', 'layered', 'necklace', 'i', 'got', 'two', 'of', 'this', 'sweater', 'as', 'i', 'want', 'to', 'have', 'one', 'for', 'when', 'i', 'wear', 'the', 'first', 'one', 'out', 'i', 'am', '5', '6', '127', 'and', 'even', 'thoug', ',5,1,12', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6414,1087,29', 'i', 'thought', 'this', 'dress', 'would', 'make', 'me', 'look', 'washed', 'out', 'but', 'absolutely', 'does', "n't", 'beautiful', 'pop', 'of', 'color', 'and', 'unique', 'design', 'i', "'ve", 'received', 'many', 'complements', 'this', 'one', 'is', 'a', 'keeper', ',5,1,0', 'general', 'dresses', 'dresses'] ['6415,1016,50', 'pretty', 'and', 'versatile', 'skirt', 'this', 'is', 'a', 'flattering', 'skirt', 'for', 'work', 'or', 'play', 'a', 'few', 'things', 'to', 'be', 'aware', 'of'] ['it', 'is', 'a', 'lightweight', 'knit', 'without', 'a', 'lining', 'would', 'travel', 'great', 'and', 'never', 'need', 'ironing'] ['the', 'waist', 'is', 'quite', 'high'] ['the', 'waist', 'is', 'quite', 'slim', 'people', 'with', 'tummy', 'self-consciousness', 'might', 'feel', 'funny', 'in', 'it'] ['the', 'hang', 'is', 'flattering', 'for', 'people', 'with', 'butts', 'and', 'hips', 'such', 'as', 'myself'] ['true', 'to', 'size', 'for', 'me'] [] ['i', 'decided', 'not', 'to', 'keep', 'it', 'because', 'i', 'could', "n't", 'come', 'up', 'with', 'enough', 'tops', 'to', 'love', 'it', 'with', 'and', 'because', 'for', 'the', 'money', 'i', 'would', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['6416,1086,47', 'cute', 'this', 'dress', 'is', 'super', 'cute', 'and', 'sexy', 'i', 'bought', 'the', 'taupe', 'in', 'a', 'size', 'medium', 'for', 'reference', 'i', "'m", 'tall', "5'11", 'and', 'weigh', 'about', '152.', 'i', 'do', "n't", 'know', 'how', 'tall', 'the', 'last', 'reviewer', 'is', 'but', 'this', 'was', 'not', 'too', 'short', 'in', 'the', 'front', 'for', 'me', 'i', 'really', 'like', 'it.,5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['6417,295,33', 'long', 'sleeve', 'version', 'of', 'the', 'tanks', 'i', 'was', 'really', 'excited', 'that', 'they', 'decided', 'to', 'make', 'these', 'i', 'am', 'a', 'big', 'fan', 'of', 'the', 'tanks', 'and', 'wanted', 'a', 'long', 'sleeve', 'or', 'even', 'short', 'sleeve', 'hint', 'version', 'of', 'them', 'to', 'wear', 'under', 'suits', 'to', 'work', 'in', 'the', 'winter', 'etc', 'these', 'do', 'the', 'job', 'nicely', 'bought', 'ivory', 'and', 'black', 'other', 'reviewer', 'is', 'right', 'however', 'something', 'strange', 'in', 'the', 'shoulders', 'as', 'they', 'are', 'quite', 'narrow', 'and', 'the', 'fabric', 'tends', 'to', 'bunch', 'a', 'bit', 'and', 'the', 'arm', 'length', 'is', 'a', 'little', 'strange', 'i', 'am', '5', '8', 'and', '150', 'lbs', 'and', 'order', 'a', 'medium', 'in', 'most', 'retailer', 'stuff', 'and', 'i', 'tend', 'to', 'buy', 'a', ',4,1,1', 'initmates', 'intimate', 'layering'] ['6418,1021,39', 'stunning', 'but', 'runs', 'small', 'i', 'loved', 'the', 'texture', 'and', 'look', 'of', 'this', 'skirt', 'very', 'classy', 'but', 'it', 'fits', 'tight', 'i', 'usually', 'take', 'a', '4', 'or', '6', 'on', 'skirts', 'depending', 'on', 'where', 'the', 'waistband', 'hits', 'and', 'i', 'could', 'barely', 'squeeze', 'into', 'the', '4', 'and', 'could', 'not', 'get', 'it', 'zipped', 'i', "'d", 'need', 'to', 'go', 'a', 'size', 'bigger', 'in', 'this', 'one', 'but', 'now', 'it', "'s", 'unavailable', ',4,1,1', 'general', 'bottoms', 'skirts'] ['6419,903,39', 'still', 'debating', 'i', 'tried', 'on', 'the', 'petite', 'in', 'the', 'store', 'and', 'loved', 'it', 'it', "'s", 'just', 'the', 'color', 'kind', 'of', 'washes', 'me', 'out', 'a', 'bit', 'nut', 'i', 'did', 'love', 'hte', 'fit', 'and', 'style', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6420,903,33', 'whimsically', 'pink', 'this', 'sweater', 'has', 'a', 'retro', 'feel', 'to', 'it', 'i', 'like', 'how', 'it', 'hits', 'right', 'at', 'the', 'hips', 'and', 'it', "'s", 'not', 'too', 'long', 'or', 'not', 'too', 'short', 'it', 'keeps', 'you', 'warm', 'and', 'it', "'s", 'a', 'nice', 'alternative', 'to', 'all', 'the', 'drab', 'sweaters', 'that', 'you', 'would', 'usually', 'wear', 'in', 'the', 'fall', 'or', 'winter.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6421,1084,40', 'great', 'flowy', 'dress', 'i', 'love', 'the', 'unique', 'style', 'of', 'this', 'dress', 'the', 'bell', 'sleeves', 'and', 'the', 'rather', 'fitted', 'body', 'that', 'poofs', 'out', 'at', 'the', 'end', 'put', 'the', 'focus', 'on', 'these', 'details', 'as', 'for', 'fit', 'i', "'m", 'a', 'standard', 'xs', 'petite', 'and', 'the', 'xsp', 'fits', 'to', 'a', 'tee.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6422,895,46', 'pink', 'version', 'is', 'so', 'pretty', 'xl', 'fit', 'great', 'i', 'ordered', 'the', 'pink', 'and', 'it', 'is', 'the', 'slightest', 'hint', 'of', 'pink', 'mixed', 'with', 'ivory', 'it', 'fits', 'true', 'to', 'size', 'the', 'detailing', 'of', 'the', 'crochet', 'is', 'outstanding', 'it', 'reminds', 'me', 'of', 'seashells', 'that', 'my', 'daughter', 'i', 'collected', 'last', 'year', 'when', 'we', 'visited', 'san', 'diego', 'i', 'wish', 'the', 'teal', 'green', 'one', 'would', 'be', 'in', 'stock', 'in', 'xl', 'i', 'would', 'grab', 'it', 'up', 'it', "'s", 'not', 'the', 'softest', 'knit', 'but', 'it', "'s", 'very', 'comfortable', 'to', 'wear', 'all', 'day', 'very', 'pretty', 'version', 'of', 'a', 'cardigan', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6423,973,58', 'flimsy', 'and', 'disappointing', 'even', 'at', 'a', 'very', 'deep', 'discount', 'this', 'piece', 'is', 'definitely', 'not', 'worth', 'the', 'money', 'the', 'picture', 'made', 'me', 'think', 'this', 'jacket', 'had', 'a', 'longer', 'curved', 'velvet', 'hem', 'as', 'part', 'of', 'its', 'design', 'which', 'would', 'be', 'cool', 'which', 'is', 'largely', 'what', 'attracted', 'me', 'to', 'it', 'but', 'as', 'i', 'discovered', 'when', 'it', 'arrived', 'that', 'was', 'actually', 'part', 'of', 'the', 'shirt', 'worn', 'beneath', 'in', 'the', 'photo', 'so', 'this', 'image', 'is', 'rather', 'misleading', 'the', 'actual', 'jacket', 'is', 'very', 'thin', 'more', 'like', 'a', 'shirt', 'with', 'an', 'open', 'front', 'than', 'a', 'jacket', 'the', 'pockets', 'are', 'just', 'loosely', 'tacked', 'inside', 'for', ',1,0,6', 'general', 'petite', 'jackets', 'jackets'] ['6424,1086,30', 'adorable', 'dress', 'i', 'love', 'this', 'dress', 'i', 'bought', 'this', 'dress', 'in', 'both', 'a', 'm', 'and', 'a', 's.', 'i', 'was', 'worried', 'about', 'how', 'loose', 'the', 'dress', 'would', 'fit', 'and', 'also', 'how', 'short', 'it', 'would', 'be', 'the', 'information', 'about', 'the', 'model', 'wearing', 'the', 'dress', 'only', 'said', 'that', 'she', 'was', "5'10", 'but', 'not', 'what', 'size', 'dress', 'she', 'was', 'wearing', 'i', 'am', "5'11", 'and', 'am', 'in', 'between', 'a', 'dress', 'size', '2', 'or', '4.', 'the', 'medium', 'was', 'way', 'too', 'wide', 'but', 'the', 'small', 'was', 'still', 'long', 'enough', 'with', 'the', 'perfect', 'amount', 'of', 'flow', 'i', 'purchased', 'the', 'green/slate', 'color', 'which', 'is', 'more', 'green', 'and', 'has', 'very', 'faint', 'stripes', 'very', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6425,1016,29', 'nice', 'skirt', 'i', 'disagree', 'with', 'the', 'other', 'reviewer', 'i', 'thought', 'the', 'fabric', 'of', 'this', 'skirt', 'was', 'high', 'quality', 'and', 'while', 'it', 'was', "n't", 'lined', 'i', 'do', "n't", 'think', 'lining', 'is', 'typical', 'in', 'a', 'sweater', 'material', 'i', 'also', 'really', 'liked', 'the', 'patter', 'and', 'the', 'swingy', 'bell', 'shape', 'i', 'usually', 'wear', 'a', '6', 'or', '8', 'but', 'my', 'store', 'only', 'had', 'a', '4', 'available', 'it', 'fit', 'but', 'was', 'a', 'little', 'tight', 'in', 'the', 'hips', 'the', 'skirt', 'was', 'also', 'longer', 'on', 'me', 'then', 'on', 'the', 'model', 'but', 'i', "'m", 'on', 'the', 'short', 'side', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['6426,1021,25', 'fun', 'skirt', 'great', 'fit', 'a', 'little', 'stiff', 'i', 'typically', 'wear', 'a', '4', 'and', 'was', 'able', 'to', 'take', 'a', '2', 'in', 'this', 'skirt', 'though', 'a', '4', 'would', 'probably', 'have', 'been', 'fine', 'it', "'s", 'just', 'a', 'fun', 'skirt', 'with', 'a', 'little', 'shimmer', 'to', 'dress', 'up', 'an', 'outfit', ',4,1,0', 'general', 'bottoms', 'skirts'] ['6427,903,66', 'lovely', 'soft', 'colors', 'this', 'is', 'a', 'sweater', 'i', 'love', 'to', 'look', 'at', 'and', 'wear', 'for', 'any', 'occasion', 'it', 'looks', 'on', 'me', 'almost', 'exactly', 'like', 'the', 'model', 'picture', 'in', 'the', 'online', 'photo', 'i', "'m", '5', '6', 'i', 'bought', 'a', 'small', 'and', 'it', 'fits', 'very', 'loose', 'and', 'comfortable', 'i', 'would', 'suggest', '1', 'size', 'smaller', 'than', 'usual', 'would', 'fit', 'well', 'i', 'usually', 'wear', 'small', 'for', 'tops', 'and', 'medium', 'dresses', 'it', 'is', 'great', 'to', 'layer', 'with', 'a', 'brown', 'or', 'rusty', 'copper', 'large', 'cardigan', 'it', 'has', 'a', 'somewhat', 'southwest', 'blanket', 'look', 'with', 'its', 'colors', 'of', 'soft', 'apricot', 'and', 'soft', 'brown', 'plus', '1', 'turquoise', 'stripe', 'it', 'dresse', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6428,895,53', 'this', 'product', 'has', 'a', 'fabulous', 'design', 'this', 'product', 'was', 'offered', 'in', 'a', 'pink', 'color', 'which', 'compliments', 'many', 'color', 'palettes', 'perfect', 'for', 'layering.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6429,1016,43', 'not', 'impressed', 'had', 'high', 'hopes', 'for', 'this', 'seemingly', 'cute', 'skirt', 'to', 'use', 'as', 'a', 'basic', 'in', 'my', 'spring', 'and', 'summer', 'outfits', 'however', 'that', 'was', 'not', 'the', 'case', 'this', 'skirt', 'is', 'not', 'lined', 'and', 'the', 'material', 'is', 'so', 'so', 'basically', 'for', 'the', 'price', 'i', 'was', 'underwhelmed', 'and', 'will', 'return', 'it', ',2,0,6', 'general', 'petite', 'bottoms', 'skirts'] ['6430,895,49', 'love', 'this', 'sweater', 'i', 'bought', 'the', 'gray', 'and', 'it', 'is', 'so', 'much', 'prettier', 'than', 'it', 'appears', 'online', 'i', 'agree', 'with', 'a', 'previous', 'post', 'that', 'it', 'feels', 'lighter', 'but', 'that', 'works', 'for', 'me', 'because', 'i', 'find', 'wool', 'terribly', 'itchy', 'and', 'this', 'sweater', 'is', 'not', 'i', 'love', 'it', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6431,295,55', 'runs', 'very', 'small', 'i', 'nearly', 'always', 'wear', 'a', 'size', 'small', 'and', 'sometimes', 'even', 'a', 'small', 'is', 'too', 'large', 'not', 'in', 'this', 'case', 'this', 'top', 'is', 'extremely', 'snug', 'i', 'would', 'not', 'be', 'able', 'to', 'wear', 'this', 'and', 'i', 'would', "'ve", 'returned', 'for', 'a', 'larger', 'size', 'but', 'the', 'ivory', 'color', 'was', 'a', 'little', 'too', 'yellow', 'for', 'me', 'in', 'the', 'online', 'photo', 'the', 'color', 'is', 'more', 'of', 'an', 'off-white', 'than', 'ivory', 'yellow', 'i', "'m", 'guessing', 'also', 'that', 'this', 'fabric', 'may', 'not', 'stand', 'the', 'test', 'of', 'time', 'and', 'easily', 'snag', 'but', 'that', "'s", 'just', 'conjecture', ',3,1,0', 'initmates', 'intimate', 'layering'] ['6432,903,39', 'gorgeous', 'well-made', 'sweater', 'fits', 'true', 'to', 'size', 'and', 'rides', 'the', 'line', 'between', 'contemporary', 'and', 'retro', 'exceptionally', 'well.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6433,1080,28', 'wanted', 'to', 'love.', 'i', 'was', 'so', 'excited', 'for', 'this', 'dress', 'to', 'arrive', 'but', 'when', 'it', 'did', 'it', 'was', 'a', 'major', 'disappointment', 'there', 'is', 'no', 'lining', 'on', 'the', 'skirt', 'portion', 'of', 'the', 'dress', 'leaving', 'it', 'sheer', 'also', 'the', 'top', 'part', 'along', 'the', 'chest', 'puckered', 'in', 'a', 'weird', 'unflattering', 'way', 'the', 'colors', 'were', 'beautiful', 'but', 'not', 'enough', 'to', 'to', 'make', 'up', 'for', 'the', 'other', 'design', 'flaws', 'i', 'am', '5', '6', '140lb', 'and', 'the', 'small', 'fit', 'tts', 'will', 'be', 'sending', 'it', 'back', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6434,1084,53', 'lovely', 'for', 'fall', 'love', 'this', 'dress', 'it', "'s", 'so', 'soft', 'not', 'to', 'short', 'like', 'some', 'retailer', 'dresses', 'great', 'transition', 'piece', 'i', "'m", 'a', 'fan', 'of', 'bell', 'sleeves', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'with', 'boots', 'tights', 'this', 'fall.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6435,964,70', 'great', 'quality', 'the', 'malabar', 'moto', 'vest', 'is', 'made', 'of', 'a', 'beautifully', 'soft', 'fabric', 'and', 'is', 'lined', 'on', 'the', 'inside', 'the', 'added', 'details', 'pockets', 'and', 'epaulets', 'are', 'a', 'plus', 'the', 'vest', 'has', 'snaps', 'and', 'a', 'zipper', 'the', 'length', 'is', 'just', 'right', 'and', 'the', 'vest', 'has', 'a', 'flattering', 'shape.,5,1,1', 'general', 'jackets', 'jackets'] ['6436,1003,38', 'runs', 'small', 'i', 'usually', 'wear', 'a', 'small', 'sometimes', 'and', 'extra', 'small', 'so', 'when', 'i', 'ordered', 'this', 'skirt', 'in', 'a', 'small', 'i', 'was', "n't", 'worried', 'when', 'it', 'arrived', 'there', 'is', 'no', 'stretch', 'whatsoever', 'and', 'i', "'d", 'have', 'to', 'wear', 'it', 'really', 'it', 'high', 'in', 'order', 'to', 'zip', 'it', 'not', 'necessarily', 'a', 'bad', 'look', 'but', 'it', 'is', 'a', 'little', 'uncomfortable', 'no', 'give', 'stiff', 'material', 'it', 'is', 'really', 'pretty', 'bright', 'color', 'and', 'the', 'eyelets', 'and', 'slit', 'are', 'unique', 'might', 'try', 'the', 'next', 'size', 'up', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6437,1080,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6438,831,38', 'oh', 'dear', 'no', 'uhm', 'no', 'oh', 'dear', 'no', 'i', 'was', 'initially', 'drawn', 'to', 'this', 'blouse', "'s", 'lovely', 'fabric', 'the', 'color', 'and', 'pattern', 'are', 'truly', 'stunning', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'because', 'it', 'seemed', 'somewhat', 'boxy', 'oh', 'boy', 'was', 'i', 'right', 'sadly', 'this', 'is', 'one', 'of', 'the', 'least', 'flattering', 'tops', 'that', 'i', "'ve", 'ever', 'tried', 'on', 'at', 'retailer', 'it', 'might', 'be', 'a', 'great', 'maternity', 'top', 'though', ',1,0,1', 'general', 'tops', 'blouses'] ['6439,895,22', 'need', 'to', 'see', 'this', 'in', 'person', 'the', 'photo', 'does', 'a', 'disservice', 'to', 'this', 'beautiful', 'sweater', 'it', 'is', 'truly', 'special', 'with', 'a', 'lace', 'scallop', 'pattern', 'down', 'the', 'front', 'and', 'across', 'to', 'the', 'back', 'it', 'is', 'absolutely', 'beautiful', 'the', 'sweater', 'is', 'lightweight', 'perfect', 'for', 'a', 'cool', 'day', 'or', 'in', 'an', 'office', 'on', 'a', 'cold', 'day', 'i', 'snapped', 'up', 'the', 'grey', 'and', 'may', 'purchase', 'the', 'green', 'if', 'it', 'goes', 'on', 'sale', 'unless', 'they', 'can', 'show', 'this', 'sweater', 'off', 'better', 'i', 'am', 'certain', 'it', 'will', 'i', 'am', 'usually', 'right', 'between', 'a', 'small', 'and', 'a', 'medium', 'and', 'needed', 'the', 'medium', 'in', 'this', 'sweater', 'the', 'small', 'was', 'bit', 'tight', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6440,216,37', 'always', 'active', 'i', 'love', 'these', 'leggings', 'so', 'much', 'i', 'bought', 'them', 'in', 'every', 'color/design', 'they', 'are', 'amazing'] ['super', 'stretchy', 'and', 'great', 'for', 'an', 'active', 'lifestyle', 'be', 'it', 'pilates', 'yoga', 'playing', 'with', 'kids', 'at', 'the', 'park', 'or', 'coffe', 'with', 'the', 'girls', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6441,964,42', 'perfect', 'for', 'all', 'seasons', 'i', 'ordered', 'my', 'usual', 'size-small', 'it', 'is', 'perfect', 'because', 'it', 'has', 'enough', 'room', 'to', 'fit', 'a', 'thin', 'shirt', 'or', 'turtleneck', 'underneath', 'when', 'the', 'weather', 'is', 'cooler', 'the', 'material', 'is', 'very', 'soft', 'looking', 'forward', 'to', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 'vest.,5,1,1', 'general', 'jackets', 'jackets'] ['6442,1072,38', 'very', 'nice', 'dress', 'i', 'ordered', 'my', 'usual', 'size', '6', 'from', 'retailer', 'and', 'it', 'fit', 'perfect', 'for', 'reference', 'i', 'am', '5', '8', 'and', '137', 'pounds', 'unlike', 'the', 'other', 'reviewer', 'i', 'did', 'not', 'have', 'trouble', 'getting', 'into', 'or', 'out', 'of', 'dress', 'it', 'buttons', 'down', 'the', 'middle', 'so', 'you', 'just', 'need', 'to', 'make', 'sure', 'you', 'undo', 'them', 'enough', 'to', 'get', 'past', 'your', 'chest', 'i', 'really', 'like', 'this', 'dress', 'i', 'think', 'it', "'s", 'beautifully', 'made', 'is', 'it', 'my', 'favorite', 'dress', 'i', "'ve", 'purchased', 'from', 'retailer', 'no', 'but', 'still', 'a', 'nice', 'dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6443,1080,32', 'almost', 'great', 'i', 'tried', 'this', 'dress', 'in', 'an', 'xs', 'my', 'usual', 'size', 'and', 'it', 'is', 'tts', 'i', 'love', 'the', 'fabric', 'and', 'pattern', 'and', 'the', 'tiers', 'of', 'the', 'dress', 'are', 'pretty', 'however', 'the', 'color', 'kind', 'of', 'washed', 'me', 'out', 'and', 'the', 'neckline', 'made', 'the', 'dress', 'look', 'matronly', 'on', 'me', 'i', 'didn', '39', 't', 'get', 'the', 'dress', 'and', 'wished', 'it', 'worked', 'out', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6444,1086,77', 'love', 'love', 'love', 'i', 'just', 'received', 'this', 'in', 'the', 'wine', 'color', 'and', 'it', "'s", 'gorgeous', 'it', 'fits', 'well', 'and', 'is', 'very', 'pretty', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'ca', "n't", 'wait', 'until', 'the', 'weather', 'warms', 'up', 'and', 'i', 'get', 'to', 'wear', 'this', 'i', 'have', 'already', 'ordered', 'the', 'other', 'color', 'great', 'purchase.,5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['6445,295,51', 'this', 'shirt', 'fits', 'very', 'closely', 'to', 'the', 'body', 'it', 'has', 'a', 'very', 'strange', 'fit', 'in', 'the', 'shoulder', 'though', 'the', 'arms', 'themselves', 'are', 'really', 'long', 'far', 'past', 'my', 'hands', 'yet', 'it', "'s", 'very', 'tight', 'in', 'the', 'shoulder', 'and', 'under', 'arm', 'area', 'for', 'reference', 'i', 'am', "5'10", '130', 'pounds', 'and', 'ordered', 'a', 'small', 'which', 'is', 'what', 'i', 'usually', 'need', ',1,0,3', 'initmates', 'intimate', 'layering'] ['6446,895,38', 'this', 'sweater', 'drapes', 'beautifully', 'but', 'beware', 'it', 'is', 'pretty', 'light', 'weight', 'and', 'feels', 'more', 'poly', 'or', 'nylon', 'than', 'wool', 'i', 'dont', 'know', 'if', 'you', 'could', 'wear', 'a', 'top', 'with', 'sleeves', 'underneath', 'either', 'it', 'will', 'probably', 'work', 'best', 'with', 'just', 'a', 'cami', 'that', 'said', 'i', 'love', 'the', 'style', 'note', 'the', 'sweater', 'is', 'pretty', 'long', 'i', 'am', '5', '2', 'and', 'normally', '12-14p', 'and', 'the', 'regular', 'size', 'came', 'down', 'to', 'my', 'knees', 'the', 'lp', 'was', 'perfect', 'just', 'covers', 'my', 'tush', 'and', 'has', 'adequate', 'room', 'for', 'curves', ',5,1,12', 'general', 'tops', 'fine', 'gauge'] ['6447,831,28', ',poor', 'quality', 'i', 'expected', 'much', 'more', 'from', 'the', 'material.,2,0,0', 'general', 'tops', 'blouses'] ['6448,1084,48', 'love', 'love', 'love', 'this', 'adorable', 'dress', 'has', 'surpassed', 'my', 'expectations', 'i', 'ordered', 'an', 'xs', 'and', 's', 'and', 'am', 'keeping', 'the', 'xs', 'for', 'reference', 'i', "'m", '5', '6', '120', 'lbs', '34c', 'and', 'the', 'xs', 'fits', 'like', 'a', 'dream', 'it', "'s", 'not', 'sack-like', 'at', 'all', 'the', 'top', 'is', 'fitted', 'and', 'the', 'bottom', 'flairs', 'very', 'flatteringly', 'the', 'bell', 'sleeves', 'are', "n't", 'too', 'long', 'like', 'some', 'i', "'ve", 'seen', 'the', 'color', 'and', 'print', 'are', 'the', 'epitome', 'of', 'fall', 'the', 'length', 'is', 'perfect', 'it', "'s", 'long', 'enough', 'for', 'work', 'but', 'short', 'and', 'flirty', 'enough', 'for', 'evenings', 'out', 'i', 'can', 'imagine', 'wearing', 'with', 'heels', 'or', 'booties', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['6449,1080,59', 'lovely', 'and', 'comfy', 'i', 'bought', 'the', 'xs', 'and', 'love', 'it', 'it', 'looks', 'better', 'on', 'than', 'in', 'the', 'picture', 'it', 'travels', 'well', 'no', 'wrinkles', 'after', 'being', 'in', 'the', 'suitcase', 'and', 'it', 'is', 'generous', 'on', 'the', 'sides', 'so', 'you', 'can', 'actually', 'eat', 'a', 'full', 'lunch', 'and', 'not', 'feel', 'boxed', 'in', 'afterwards.,5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['6450,831,44', 'perfect', 'tenfold', 'this', 'is', 'so', 'retailer', 'pretty', 'in', 'pink', 'unique', 'design', 'and', 'print', 'i', 'love', 'origami', 'and', 'i', 'love', 'pink', 'and', 'this', 'blouse', 'is', 'a', 'perfect', 'combo', 'i', 'ordered', 'size', 'petite', 's', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'and', 'it', 'fits', 'perfectly', 'the', 'hem', 'falls', 'on', 'the', 'upper', 'hips', 'just', 'like', 'shown', 'on', 'the', 'model', 'the', 'top', 'has', 'structure', 'not', 'too', 'soft', 'and', 'not', 'too', 'stiff', 'i', 'think', 'the', 'sleeves', 'are', 'very', 'unique', 'and', 'great', 'for', 'those', 'gals', 'who', 'are', 'conscious', 'about', 'their', 'big', 'arms', 'like', 'me', 'this', 'top', 'has', 'everything', 'flair', 'bright', 'color', 'unique', 'print', 'but', 'al', ',5,1,6', 'general', 'tops', 'blouses'] ['6451,1072,64', 'mixed', 'feelings', 'the', 'fit', 'and', 'design', 'are', 'interesting', 'in', 'the', '00p', 'the', 'fit', 'was', 'good', 'though', 'the', 'dress', 'was', 'not', 'easy', 'to', 'get', 'into', 'or', 'out', 'of', 'strategy', 'required', 'the', 'quality', 'is', 'fine', 'but', 'the', 'color', 'was', 'very', 'blah', 'with', 'too', 'little', 'of', 'the', 'bright', 'stripes', 'in', 'an', 'otherwise', 'rather', 'dull', 'color', 'scheme', 'that', 'made', 'the', 'dress', 'overall', 'feel', 'too', 'busy', 'and', 'rather', 'confused', 'with', 'the', 'lining', 'and', 'material', 'weight', 'it', 'would', 'be', 'more', 'a', 'cold', 'weather', 'item', 'only', 'not', 'an', 'all', 'seasonal', 'dress'] [] ['generally', 'it', 'was', 'interesting', 'but', 'not', 'a', 'most', 'come', 'home', 'wit', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['6452,831,71', ',such', 'a', 'pretty', 'pink', 'feminine', 'blouse', 'love', 'the', 'sleeves', 'great', 'quality', 'and', 'true', 'to', 'size.,5,1,1', 'general', 'tops', 'blouses'] ['6453,1003,28', 'very', 'cute', 'skirt', 'i', 'love', 'this', 'skirt', 'it', 'is', 'sooooo', 'cute', 'fits', 'true', 'to', 'size', 'and', 'the', 'color', 'is', 'beautiful', 'the', 'cut', 'out', 'in', 'the', 'front', 'gives', 'the', 'skirt', 'a', 'sexy', 'touch', 'the', 'fabric', 'is', 'very', 'nice', 'i', 'am', 'in', 'love', 'this', 'was', 'one', 'of', 'my', 'best', 'purchases', 'from', 'retailer', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['6454,895,42', 'great', 'cardigan', 'purchased', 'this', 'in', 'green', 'and', 'love', 'the', 'color', 'it', 'drapes', 'well', 'not', 'too', 'long', 'on', 'me', 'and', 'hung', 'just', 'past', 'my', 'hips', 'it', 'has', 'very', 'thin', 'sleeves', 'as', 'other', 'review', 'mentioned', 'to', 'can', 'not', 'wear', 'anything', 'bulky', 'underneath', 'overall', 'very', 'happy', 'with', 'this', 'purchase.,5,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6455,903,31', 'bought', 'two', 'mine', 'did', "n't", 'work', 'i', 'got', 'this', 'as', 'a', 'gift', 'and', 'one', 'for', 'me', 'the', 'medium', 'fits', 'my', 'mom', 'but', 'i', 'got', 'the', 'large', 'because', 'i', "'m", '6', '1', 'and', 'it', 'was', 'large', 'enough', 'but', 'so', 'short', 'waisted', 'i', 'would', "n't", 'recommend', 'it', 'for', 'women', 'over', '5', '7,3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6456,895,35', 'nice', 'lightweight', 'sweater', 'i', 'caught', 'this', 'on', 'sale', 'and', 'bought', 'the', 'light', 'pink', 'version', 'it', 'is', 'very', 'lightweight', 'and', 'delicate', 'i', 'must', 'admit', 'on', 'taking', 'it', 'out', 'of', 'the', 'box', 'i', 'was', 'a', 'little', 'concerned', 'at', 'the', 'shape', 'design-', 'but', 'once', 'i', 'tried', 'it', 'on', 'i', 'found', 'it', 'draped', 'beautifully', 'and', 'was', 'really', 'a', 'good', 'buy', 'it', 'is', 'very', 'unique', 'and', 'i', 'think', 'i', 'could', 'wear', 'it', 'with', 'nice', 'slacks', 'for', 'work', 'or', 'keep', 'it', 'more', 'casual', 'with', 'jeans', 'and', 'a', 't-shirt', 'on', 'the', 'weekend', 'the', 'only', 'drawback', 'is', 'that', 'the', 'material', 'is', 'not', 'what', 'you', 'would', 'expect', 'from', 'a', 'sweater-', 'it', 'does', 'feel', 'more,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6457,831,37', 'perfect', 'summer', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'cute', 'and', 'feminine', 'without', 'being', 'over', 'the', 'top', 'i', 'basically', 'love', 'everything', 'meadow', 'rue', 'puts', 'out', 'there', 'and', 'this', 'was', 'no', 'exception.,5,1,2', 'general', 'tops', 'blouses'] ['6458,295,35', 'just', 'a', 'layering', 'piece', 'for', 'me', 'wow', 'this', 'sure', 'is', 'close', 'fitting', 'as', 'in', 'suction', 'cups', 'to', 'your', 'body', 'yikes', 'definitely', 'not', 'forgiving', 'for', 'those', 'of', 'us', 'with', 'curves', 'to', 'me', 'it', 'seems', 'like', 'the', 'material', 'will', 'wear', 'well', 'i', 'bought', 'this', 'for', 'a', 'great', 'sales', 'price', 'so', 'i', 'may', 'keep', 'it', 'not', 'sure', 'it', 'would', 'work', 'fine', 'as', 'a', 'layering', 'piece', 'but', 'if', 'i', 'gain', 'even', '5', 'lbs', 'it', 'wo', "n't", 'work', 'i', 'ordered', 'the', 'medium', 'and', 'am', 'usually', 'a', 'small', 'the', 'large', 'might', 'have', 'worked', 'best', 'but', 'probably', 'still', 'pretty', 'clingy', 'i', 'do', 'recommend', 'this', 'if', 'you', 'are', 'thin', 'with', 'no', 'problem', 'areas', ',2,1,0', 'initmates', 'intimate', 'layering'] ['6459,170,62', 'very', 'feminine', 'after', 'surviving', 'the', 'winter', 'months', 'in', 'various', 'combo', "'s", 'of', 'flannel', 'and', 'wool', 'i', 'was', 'craving', 'something', 'feminine', 'to', 'wear', 'for', 'lounging', 'and', 'sleeping', 'while', 'traveling', 'the', 'mediterranean', 'with', 'a', 'friend', 'this', 'little', 'gown', 'looked', 'ideal', 'the', 'lace', 'is', 'very', 'feminine', 'and', 'smoother', 'than', 'i', 'feared', 'i', 'reserved', 'a', 'single', 'star', 'over', 'concern', 'that', 'the', 'jersey', 'knit', 'of', 'the', 'body', 'wo', "n't", 'hold', 'up', 'to', 'the', 'test', 'of', 'time', 'it', 'is', 'not', 'sheer', 'rather', 'just', 'opaque', 'enough', 'so', 'i', 'wo', "n't", 'be', 'self', 'conscious', 'the', 'curved', 'high', 'waist', 'is', 'flattering'] ['regardi', ',4,1,2', 'initmates', 'intimate', 'sleep'] ['6460,170,44', ',this', 'chemise', 'is', 'so', 'comfortable', 'and', 'beautiful', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'is', 'a', 'staple', 'of', 'a', 'bohemian', 'wardrobe', 'gave', '4', 'stars', 'for', 'the', 'fact', 'that', 'it', 'is', 'completely', 'see', 'through', 'and', 'requires', 'a', 'not', 'included', 'slip', 'underneath', 'also', 'because', 'the', 'super', 'thin', 'cotton', 'will', 'wear', 'easily.,4,1,0', 'initmates', 'intimate', 'sleep'] ['6461,907,30', 'great', 'cardigan', 'this', 'sweater', 'is', 'really', 'pretty', 'it', 'is', 'a', 'little', 'itchy', 'but', 'seems', 'really', 'well', 'made', 'i', 'also', 'like', 'that', 'you', 'have', 'the', 'option', 'of', 'wearing', 'it', 'open', 'with', 'the', 'tie', 'tied', 'in', 'the', 'back', 'for', 'some', 'shape', 'a', 'nice', 'alternative', 'to', 'the', 'basic', 'cardigan', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['6462,854,29', 'ok', 'i', 'was', 'not', 'a', 'fan', 'cute', 'design', 'but', 'the', 'sweater', 'was', 'not', 'soft', 'it', 'felt', 'thick', 'like', 'a', 'weird', 'blanket', 'the', 'arms', 'were', 'small', 'and', 'the', 'body', 'was', 'big', 'odd', 'combo', 'the', 'material', 'did', "n't", 'make', 'me', 'want', 'to', 'put', 'it', 'on', 'it', 'went', 'back.,3,0,1', 'general', 'tops', 'knits'] ['6463,862,48', 'great', 'style', 'love', 'this', 'tee', 'purchased', 'the', 'blue', 'and', 'white', 'i', 'usually', 'wear', 'xs', 'in', 'many', 'retailer', 'items', 'but', 'opted', 'for', 'a', 'medium', 'in', 'this', 'tee', 'so', 'it', 'would', 'fit', 'loose', 'works', 'good', 'not', 'fitting', 'too', 'tight', 'i', 'like', 'it', 'because', 'it', "'s", 'a', 'tee', 'shirt', 'but', 'it', "'s", 'a', 'little', 'dressy', 'great', 'for', 'going', 'out', 'to', 'dinner', 'etc', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6464,150,34', 'husband', 'said', 'it', 'looked', 'like', 'a', 'straight', 'jacket', 'this', 'is', 'way', 'cuter', 'on', 'the', 'model', 'it', 'runs', 'so', 'big', 'that', 'it', 'is', 'very', 'unflattering', 'perhaps', 'on', 'someone', 'tall', 'it', 'would', 'look', 'better', 'but', 'sadly', 'it', 'looked', 'dumpy', 'on', 'my', '5', '2', 'frame', 'it', 'also', 'arrived', 'with', 'some', 'black', 'stain', 'on', 'it', 'it', 'is', 'going', 'back', ',2,0,0', 'initmates', 'intimate', 'sleep'] ['6465,907,46', 'disappointment', 'in', 'the', 'ivory', 'version', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'in', 'ivory', 'it', 'was', 'a', 'drab', 'poorly-made', 'too-small', 'sweater', 'the', 'knit', 'material', 'was', "n't", 'good', 'quality', 'and', 'the', 'overall', 'fit', 'did', "n't", 'work', 'i', 'liked', 'the', 'light', 'red', 'color', 'and', 'maybe', 'if', 'that', 'had', 'been', 'in', 'stock', 'then', 'i', 'would', 'have', 'overlooked', 'the', 'problems', 'but', 'there', 'are', 'better', 'ivory', 'retailer', 'cardigans', 'available', 'this', 'was', 'returned', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['6466,1184,44', 'casual', 'and', 'dressy', 'i', 'love', 'the', 'color', 'of', 'this', 'top', 'it', 'is', 'a', 'dark', 'olive', 'green', 'and', 'elegant', 'i', 'mostly', 'wear', 'it', 'under', 'a', 'blazer', 'with', 'my', 'jeans', 'it', 'fits', 'true', 'to', 'size', 'and', 'the', 'smocking', 'detail', 'is', 'casual', 'and', 'elegant', 'at', 'the', 'same', 'time.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6467,170,55', 'i', 'wanted', 'this', 'so', 'badly', 'to', 'wear', 'as', 'a', 'dress', 'over', 'a', 'slip', 'but', 'it', 'is', 'not', 'cute', 'or', 'flattering', 'when', 'you', 'put', 'it', 'on', 'it', 'made', 'me', 'look', '20', 'pounds', 'heavier', 'than', 'i', 'am', 'and', 'the', 'fit', 'was', 'awful', 'i', 'usually', 'wear', 'an', 'xs', 'in', 'dresses', 'at', 'retailer', 'and', 'this', 'swallowed', 'me', 'i', 'am', 'petite', 'but', 'this', 'is', 'just', 'waaaaaay', 'too', 'big', 'so', 'disappointed', 'because', 'it', "'s", 'so', 'pretty', ',1,0,20', 'initmates', 'intimate', 'sleep'] ['6468,1184,37', 'dress', 'up', 'or', 'down', 'easily', 'this', 'top', 'is', 'comfortable', 'and', 'vas', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'love', 'it,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6469,862,42', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6470,907,41', 'pretty', 'sweater', 'this', 'sweater', 'is', 'quite', 'lovely', 'the', 'yarn', 'is', 'light', 'and', 'delicate', 'and', 'the', 'sweater', 'is', 'over', 'all', 'very', 'feminine', 'and', 'figure', 'flattering', 'i', 'bought', 'the', 'light', 'red', 'color', 'which', 'is', 'quite', 'attractive', 'and', 'i', "'m", 'not', 'usually', 'a', 'fan', 'of', 'reds', 'and', 'pinks', 'this', 'sweater', 'can', 'be', 'worn', 'casually', 'with', 'jeans', 'or', 'more', 'dressed', 'up', 'for', 'the', 'office', 'anyone', 'that', 'is', 'looking', 'for', 'a', 'sweater', 'that', 'can', 'be', 'worn', 'with', 'almost', 'anything', 'should', 'defiantly', 'consider', 'this', 'one.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6471,170,61', 'adorable', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'luckily', 'i', 'grabbed', 'a', 'couple', 'sizes', 'before', 'heading', 'to', 'the', 'dressing', 'room', 'since', 'i', 'thought', 'it', 'looked', 'large', 'but', 'wanted', 'to', 'get', 'the', 'best', 'look', 'i', 'normally', 'wear', 'a', 'large', 'in', 'most', 'retailer', 'items', 'and', 'if', 'you', 'want', 'a', 'really', 'roomy', 'look', 'you', 'could', 'go', 'for', 'your', 'normal', 'size', 'but', 'i', 'liked', 'it', 'a', 'little', 'more', 'fitted', 'and', 'ended', 'up', 'getting', 'a', 'small', 'i', 'plan', 'to', 'wear', 'it', 'over', 'jeans', 'or', 'leggings', 'the', 'delicate', 'embroidery', 'and', 'details', 'are', 'so', 'pretty', 'the', 'stick', 'out', 'sides', 'look', 'a', 'little', 'funny', 'but', 'if,4,1,10', 'initmates', 'intimate', 'sleep'] ['6472,170,49', 'soft', 'and', 'sweet', 'this', 'dress', 'is', 'very', 'soft', 'and', 'comfy', 'but', 'transparency', 'is', 'an', 'issue', 'having', 'said', 'that', 'i', 'think', 'as', 'long', 'as', 'you', 'wear', 'flesh-colored', 'undergarments', 'you', "'d", 'be', 'fine', 'in', 'a', 'casual', 'situation', 'the', 'natural', 'fiber', 'is', 'especially', 'comfortable', 'and', 'the', 'detailed', 'stitching', 'around', 'the', 'neck', 'and', 'chest', 'area', 'is', 'pretty', 'my', 'store', 'did', "n't", 'have', 'petite', 'sizes', 'and', 'the', 'regular', 'length', 'was', 'too', 'long', 'for', 'me', 'so', 'i', 'passed', 'on', 'it', ',4,1,3', 'initmates', 'intimate', 'sleep'] ['6473,854,36', 'quite', 'stylish', 'love', 'this', 'one', 'i', 'usually', 'wear', 'a', 'medium', 'got', 'this', 'in', 'medium', 'and', 'fits', 'perfectly', 'i', 'agree', 'with', 'the', 'prior', 'reviewer', 'regarding', 'the', 'arms', 'they', 'are', 'a', 'little', 'snug', 'but', 'i', 'like', 'the', 'fit', 'just', 'as', 'is', 'the', 'pattern', 'and', 'medium', 'thinkness', 'were', 'just', 'what', 'i', 'was', 'looking', 'for', ',5,1,0', 'general', 'tops', 'knits'] ['6474,150,38', 'great', 'outerwear', 'beautiful', 'jacket', 'for', 'a', 'light', 'day', 'fits', 'a', 'little', 'large.', 'so', 'if', 'you', 'want', 'it', 'to', 'fit', 'a', 'little', 'more', 'tailored', 'look', 'order', 'down', 'a', 'size', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['6475,862,51', 'beautiful', 'color', 'the', 'color', 'of', 'this', 't', 'is', 'beautiful', 'and', 'the', 'shimmer', 'is', 'understated', 'very', 'thin', 'fabric', 'but', 'should', 'be', 'fine', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6476,862,41', 'runs', 'large', 'and', 'small', 'after', 'reading', 'the', 'reviews', 'i', 'ordered', 'an', 'xs', 'and', 'a', 's', 'in', 'this', 'though', 'i', 'usually', 'wear', 'an', 'xs', 'in', 'bordeaux', 'i', 'kept', 'the', 'xs', 'to', 'me', 'the', 'sleeves', 'and', 'shoulders', 'run', 'small', 'while', 'the', 'rest', 'of', 'the', 'shirt', 'is', 'flowy', 'through', 'the', 'torso', 'i', 'prefer', 'more', 'fitted', 'shirts', 'but', 'decided', 'this', 'one', 'looked', 'ok.', 'at', '5', '6', 'the', 'hem', 'hit', 'at', 'my', 'hip', 'i', 'did', 'not', 'find', 'it', 'scratchy', 'at', 'all', 'in', 'the', 'pink', 'with', 'a', 'nude', 'bra', 'it', 'is', 'not', 'terribly', 'see-through', 'but', 'with', 'a', 'black', 'bra', 'it', 'is', 'i', 'washed', 'it', 'in', 'a', 'lingerie', 'bag', 'and', 'laid', 'it', 'flat', 'to', 'dry', 'maybe', 'it', 's', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6477,862,31', ',i', 'like', 'this', 'shirt', 'it', "'s", 'quite', 'lovely', 'i', 'ordered', 'it', 'in', 'mint', 'it', "'s", 'nice', 'to', 'have', 'a', 'dressy', 't-shirt.,3,1,0', 'general', 'petite', 'tops', 'knits'] ['6478,150,31', 'i', 'think', 'this', 'jacket', 'is', 'meant', 'to', 'be', 'large', 'on', 'for', 'a', 'particular', 'look', 'with', 'an', 'xs', 'i', 'had', 'no', 'problem', 'it', "'s", 'large', 'but', 'slouchy', 'and', 'cute', 'i', 'adore', 'it', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['6479,907,59', 'love', 'this', 'sweater', 'it', 'is', 'a', 'great', 'sweater', 'that', 'is', 'soft', 'but', 'also', 'warm', 'i', 'love', 'the', 'pretty', 'design,5,1,2', 'general', 'tops', 'fine', 'gauge'] ['6480,862,61', 'lightweight', 'shimmery', 'shimmery', 'lightweight', 't-shirts', 'i', 'got', 'the', 'aqua', 'brown', 't', "'s", 'good', 'for', 'layering.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6481,862,50', ',i', 'bought', 'the', 'blue', 'and', 'the', 'white', 'the', 'white', 'is', 'very', 'sheer', 'the', 'fabric', 'is', 'more', 'scratchy', 'on', 'the', 'outside', 'than', 'the', 'inside', 'i', 'wore', 'it', 'the', 'whole', 'day', 'and', 'it', 'was', 'not', 'an', 'issue', 'for', 'me.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6482,150,56', 'this', 'product', 'adds', 'volume.', 'this', 'jacket', 'is', 'very', 'cozy', 'but', 'i', 'had', 'to', 'send', 'it', 'back', 'i', 'think', 'it', 'will', 'be', 'great', 'on', 'a', 'taller', 'person.,3,1,0', 'initmates', 'intimate', 'sleep'] ['6483,150,59', 'soft', 'and', 'stylish', 'love', 'this', 'jacket', 'it', "'s", 'soft', 'and', 'a', 'beautiful', 'shade', 'of', 'ivory', 'perfect', 'for', 'casual', 'wear', 'with', 'a', 'pair', 'of', 'black', 'jeans', 'while', 'still', 'maintaining', 'an', 'elegant', 'look', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['6484,1020,35', 'unexpected', 'color', 'first', 'of', 'all', 'the', 'one', 'that', 'looks', 'white', 'is', 'actually', 'a', 'powder', 'blue', 'color', 'this', 'is', "n't", 'necessarily', 'bad', 'but', 'i', 'would', 'have', 'really', 'liked', 'a', 'white', 'one', 'and', 'i', 'was', 'disappointed', 'when', 'it', 'arrived', 'blue', 'i', 'should', 'have', 'looked', 'more', 'closely', 'at', 'the', 'picture', 'and', 'paid', 'attention', 'to', 'the', 'very', 'unreliable', 'color', 'button', 'on', 'the', 'website'] [] ['at', 'any', 'rate', 'i', 'like', 'this', 'skirt', 'a', 'lot', 'as', 'a', 'causal', 'everyday', 'piece', 'of', 'clothing', 'in', 'the', 'summers', 'i', 'tend', 'to', 'wear', 'skirts', 'rather', 'than', 'shorts', 'and', 'am', 'always', 'on', 'the', 'lookout', 'for', 'something', 'that', 'is', 'not', 't', ',5,1,4', 'general', 'bottoms', 'skirts'] ['6485,877,33', 'great', 'fit', 'i', 'purchased', 'the', 'purple', 't', 'with', 'letters', 'all', 'over', 'great', 'fit', 'long', 'and', 'not', 'clingy', 'at', 'all', 'i', 'love', 'the', '80', "'s", 'motif/style', 'of', 'the', 'letters', 'perfect', 't-shirt', 'for', 'a', 'teacher'] ['the', 'black', 'design', 'was', 'strange', 'hearts', 'fox', 'cats', 'it', 'just', 'seemed', 'random', 'and', 'no', 'theme', 'i', 'would', 'buy', 'colors', 'of', 'this', 't-shirt', 'because', 'it', 'fits', 'so', 'well', 'but', 'the', 'black', 'green', 'design', 'was', 'too', 'off', ',5,1,0', 'general', 'tops', 'knits'] ['6486,1095,45', 'beautiful', 'pattern', 'and', 'nice', 'fit', 'very', 'cute', 'jumpsuit', 'especially', 'for', 'those', 'who', 'want', 'to', 'ease', 'into', 'the', 'jumpsuit', 'style', 'it', 'looks', 'very', 'much', 'like', 'a', 'dress', 'but', 'is', 'very', 'flattering', 'as', 'a', 'jumpsuit', 'because', 'of', 'the', 'wide', 'legs', 'the', 'pattern', 'is', 'striking', 'and', 'bold', 'but', 'not', 'garish', 'it', 'has', 'a', 'low', 'plunging', 'neckline', 'so', 'you', 'may', 'need', 'a', 'camisole', 'underneath', 'i', 'did', 'even', 'though', 'it', 'has', 'padding', 'for', 'those', 'who', 'want', 'to', 'go', 'braless', 'i', 'purchased', 'a', '2p', 'and', 'it', 'fit', 'my', '5', '3', '115', 'lbs', 'frame', 'perfectly', 'i', 'would', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['6487,1020,50', 'wonderfully', 'soft', 'and', 'cute', 'pop', 'of', 'color', 'my', 'new', 'go', 'to', 'skirt', 'great', 'color', 'for', 'transitioning', 'from', 'summer', 'to', 'fall', 'i', 'love', 'the', 'pockets', 'and', 'detailing', 'and', 'yes', 'oh', 'so', 'soft', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6488,1033,40', ',i', 'knew', 'from', 'previous', 'pilcro', 'purchases', 'to', 'size', 'down', 'went', 'down', '2', 'sizes', 'and', 'they', 'fit', 'perfect', 'this', 'dark', 'wash', 'does', "n't", 'have', 'as', 'much', 'stretch', 'as', 'some', 'do', 'which', 'i', 'prefer', 'because', 'they', 'stay', 'up', 'all', 'day.,4,1,0', 'general', 'bottoms', 'jeans'] ['6489,903,65', ',i', 'love', 'this', 'little', 'topper', 'it', 'is', 'very', 'comfortable', 'it', 'looks', 'elegant.,5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6490,1095,42', 'this', 'is', 'absolutely', 'amazing', 'i', 'ca', "n't", 'get', 'over', 'how', 'fabulous', 'this', 'looks', 'on', 'how', 'well', 'it', 'fits', 'and', 'how', 'flattering', 'it', 'is', 'i', "'m", '5', '8', 'and', 'size', '8/10', 'on', 'a', 'good', 'day', 'seriously', 'i', "'m", 'so', 'happy', 'about', 'it', 'i', 'plan', 'to', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'works', 'for', 'a', 'wedding', 'evening', 'out', 'or', 'the', 'office', ',5,1,0', 'general', 'dresses', 'dresses'] ['6491,1095,56', 'graphic', 'fabric', 'not', 'well', 'handled', 'i', 'bought', 'this', 'jumpsuit', 'in', 'both', 'fabrics', 'i', 'adored', 'the', 'fit', 'and', 'feel', 'of', 'both', 'but', 'sadly', 'the', 'graphic', 'fabric', 'was', 'not', 'handled', 'well', 'in', 'the', 'construction', 'three', 'examples', 'a', 'thin', 'white', 'piece', 'along', 'one', 'leg', 'seam', 'made', 'it', 'look', 'like', 'a', 'hole', 'mismatched', 'large', 'pieces', 'of', 'white', 'in', 'the', 'crotch', 'area', 'looked', 'sloppy', 'and', 'wrong', 'worst', 'of', 'all', 'a', 'diagonal', 'was', 'placed', 'on', 'both', 'breast', 'pieces', 'but', 'they', 'were', 'different', 'angles', 'which', 'again', 'looked', 'sloppy', 'and', 'wrong', 'in', 'a', 'place', 'where', 'you', 'really', 'want', 'it', 'to', 'look', 'neat', 'and', 'right', 'too', 'bad', 'b', ',3,1,3', 'general', 'dresses', 'dresses'] ['6492,903,53', 'great', 'little', 'topper', 'i', 'tried', 'this', 'topper', 'sweater', 'on', 'at', 'the', 'store', 'but', 'wanted', 'to', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'so', 'i', 'just', 'purchased', 'it', 'with', 'my', 'extra', 'thirty', 'percent', 'off', 'and', 'think', 'it', "'s", 'such', 'a', 'nice', 'deal', 'i', 'really', 'like', 'how', 'this', 'one', 'is', 'soft', 'well', 'made', 'has', 'nice', 'long', 'sleeves', 'and', 'how', 'adorable', 'the', 'inside', 'lining', 'is', 'the', 'lining', 'matches', 'the', 'print', 'inside', 'the', 'pockets', 'that', 'peak', 'out', 'a', 'bit', 'i', 'did', "n't", 'find', 'this', 'one', 'too', 'boxy', 'for', 'me', 'as', 'it', "'s", 'a', 'topper', 'after', 'all', 'there', 'are', 'no', 'closure', 'buttons', 'or', 'clasps', 'but', 'i', 'think', 'it', "'s", 'a', 'great', 'piece', 'to', 'throw', 'on', 'w', ',5,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6493,1020,33', 'cute', 'skirt', 'great', 'skirt', 'fits', 'as', 'expected', 'very', 'cute', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'love', 'the', 'pockets', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6494,1020,33', 'really', 'cute', 'i', "'ve", 'seriously', 'been', 'on', 'the', 'hunt', 'for', 'a', 'olive', 'green', 'military-ish', 'style', 'skirt', 'for', 'a', 'couple', 'years', 'now', 'and', 'i', 'think', 'i', "'ve", 'found', 'it', 'the', 'color', 'is', 'great', 'the', 'finishings', 'are', 'cool', 'rose', 'gold', 'buttons', 'i', 'actually', 'like', 'the', 'a-line', 'it', 'give', 'me', 'room', 'to', 'sit', 'down', 'without', 'riding', 'up', 'the', 'waist', 'is', 'pretty', 'fitted', 'verging', 'on', 'tight', 'and', 'i', 'ordered', 'an', '8.', 'i', "'m", 'usually', 'a', '6', 'or', '8', 'in', 'bottoms', 'but', 'i', 'need', 'to', 'trim', 'off', 'a', 'few', 'pounds', 'from', 'a', 'recent', 'vaca', 'so', 'i', "'m", 'keeping', 'the', '8', 'it', 'will', 'probably', 'be', 'perfect', 'soon', 'enough', 'the', 'length', 'is', 'just', ',5,1,1', 'general', 'bottoms', 'skirts'] ['6495,1095,58', 'lovely', 'fabric', 'and', 'design', 'i', "'m", '5', '2', 'weigh', '120', 'lb', 'i', 'ordered', 'p6', 'and', 'found', 'the', 'torso', 'too', 'short', 'if', 'i', 'bent', 'forward', 'or', 'kneeled', 'down', 'that', 'fabric', 'would', 'ride', 'ride', 'up', 'into', 'my', 'butt', 'big', 'time', 'the', 'top', 'was', 'a', 'little', 'loose', 'too', 'i', "'m", '35ab', 'cup', 'i', 'love', 'the', 'colors', 'and', 'geometric', 'design', 'sadly', 'i', 'have', 'to', 'return', ',3,1,0', 'general', 'dresses', 'dresses'] ['6496,1095,46', 'very', 'flattering', 'love', 'love', 'love', 'this', 'jumpsuit', 'normally', 'i', 'stay', 'away', 'from', 'jumpsuits', 'because', 'i', 'hate', 'to', 'have', 'to', 'completely', 'undress', 'to', 'use', 'the', 'bathroom', 'but', 'this', 'was', 'too', 'cute', 'to', 'pass', 'up', 'fits', 'great', 'extremely', 'flattering', 'to', 'my', 'athletic', 'build', 'super', 'comfy', 'it', 'sort', 'of', 'looks', 'like', 'a', 'maxi-dress', 'due', 'to', 'the', 'wide', 'legs', 'length', 'was', 'perfect', 'i', 'am', '5', '3', 'and', 'did', 'not', 'have', 'to', 'hem', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['6497,1095,28', 'gorgeous', 'i', 'bought', 'this', 'in', 'navy', 'it', 'is', 'absolutely', 'stunning', 'and', 'looks', 'like', 'a', 'dress', 'on', 'super', 'flattering', 'and', 'i', 'do', "n't", 'even', 'need', 'to', 'wear', 'a', 'bra', 'with', 'it,5,1,1', 'general', 'dresses', 'dresses'] ['6498,1095,52', 'perfect', 'this', 'was', 'absolutely', 'adorable', 'on', 'it', 'does', 'look', 'a', 'bit', 'like', 'a', 'dress', 'but', 'at', '5', '3', 'and', '118', 'lbs', 'i', 'am', 'normally', 'a', 'size', '4', 'and', 'needed', 'the', '2', 'in', 'this', 'it', 'fit', 'so', 'perfectly', 'i', 'did', "n't", 'consider', 'the', 'petite', 'i', 'can', 'go', 'braless', 'as', 'it', 'has', 'a', 'well', 'lined', 'build', 'in', 'supportive', 'bra', 'i', 'purchased', 'both', 'colors', 'and', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'only', 'draw', 'back', 'is', 'dry', 'clean', 'only', 'super', 'cute', 'and', 'i', 'definitely', 'recommend', 'this', 'cuter', 'in', 'person', 'and', 'on', ',5,1,2', 'general', 'dresses', 'dresses'] ['6499,1095,39', 'cute', 'looks', 'like', 'a', 'dress', 'on', 'if', 'you', 'are', 'afraid', 'of', 'the', 'jumpsuit', 'trend', 'but', 'like', 'dresses', 'this', 'will', 'be', 'for', 'you'] ['the', 'cut', 'is', 'flattering', 'and', 'may', 'not', 'need', 'a', 'bra', 'i', 'am', 'droppy', 'but', 'it', 'was', 'fine', 'the', 'legs', 'are', 'wide', 'enough', 'that', 'one', 'time', 'i', 'had', 'both', 'legs', 'in', 'one', 'hole', 'so-to-speak', 'and', 'it', 'is', 'very', 'flowy', 'the', 'patterns', 'are', 'both', 'nice', 'i', 'like', 'the', 'geometric', 'one', 'but', 'the', 'polka', 'dot', 'is', 'always', 'a', 'classic', 'the', 'petite', 'size', 'fit', 'me', 'just', 'right', 'xsp', 'at', '115', 'lbs', '30dd', 'i', 'like', 'the', 'tie', 'it', 'goes', 'from', 'around', 'the', 'cups', 'to', 'tie', 'on', 'the', 'back', 'so', 'you', 'can', 'almost', 'ti', ',4,1,30', 'general', 'dresses', 'dresses'] ['6500,1033,39', 'so', 'snug', 'i', 'ordered', 'the', '25', 'my', 'usual', 'is', '25p', 'lately', 'maybe', 'vanity', 'sizing', 'used', 'ot', 'be', '26p', 'anyway', 'could', 'not', 'pull', 'all', 'the', 'wayup', 'or', 'tie'] [] ['otherwise', 'good', 'cut', 'and', 'nice', 'coloring', 'if', 'you', 'have', 'non0muscular', 'legs', 'and', 'bottoms', 'thee', 'would', 'be', 'great', 'going', 'back', 'i', 'am', '115lbs', ',4,1,2', 'general', 'bottoms', 'jeans'] ['6501,1095,26', 'super', 'flattering', 'and', 'flowy', 'i', 'loved', 'this', 'at', 'first', 'sight', 'and', 'ordered', 'it', 'in', 'a', '10', '12', 'and', '14', 'to', 'make', 'sure', 'i', "'d", 'get', 'one', 'that', 'fit', 'me', 'i', 'ended', 'up', 'with', 'the', '12', 'i', 'wear', 'a', '32', 'dd', 'bra', 'so', 'usually', 'braless', 'is', 'not', 'an', 'option', 'but', 'this', 'actually', 'offers', 'enough', 'support', 'and', 'if', 'i', 'do', 'want', 'to', 'wear', 'a', 'bra', 'it', "'s", 'got', 'a', 'well', 'placed', 'strap', 'across', 'the', 'back', 'that', 'will', 'cover', 'it'] [] ['it', "'s", 'super', 'flattering', 'and', 'really', 'fun', 'to', 'wear', 'out', 'day', 'or', 'night', ',5,1,1', 'general', 'dresses', 'dresses'] ['6502,1025,37', 'beautiful', 'design', 'dubious', 'quality', 'love', 'these', 'pants', 'and', 'will', 'wear', 'them', 'all', 'season', 'like', 'a', 'uniform', 'but', 'the', 'quality', 'is', 'a', 'little', 'low', 'made', 'in', 'china', 'and', 'the', 'black', 'dye', 'may', 'be', 'coming', 'off', 'on', 'white', 'clothes', 'and', 'my', 'skin', 'i', 'have', "n't", 'washed', 'them', 'yet', 'and', 'a', 'little', 'scared', 'to', 'super', 'comfy', 'stretchy', 'and', 'still', 'classy', 'despite', 'the', 'quality', 'issues', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6503,903,46', 'fantastic', 'yellow', 'cardi', 'i', 'ordered', 'the', 'mustard', 'shade', 'in', 'size', 'xl', 'it', 'is', 'so', 'well-made', 'comfortable', 'the', 'patterned', 'lining', 'makes', 'it', 'extra', 'cute', 'and', 'extra', 'soft', 'to', 'wear', 'it', "'s", 'washed', 'well', 'too', 'i', 'like', 'the', 'shorter', 'length', 'it', 'it', 'fun', 'to', 'play', 'with', 'proportions', 'when', 'using', 'it', 'i', 'ordered', 'the', 'navy', 'in', 'xl', 'since', 'i', "'ve", 'gotten', 'such', 'great', 'use', 'out', 'of', 'the', 'yellow', 'one', 'it', 'has', "n't", 'shed/pilled', 'either', 'well-made', 'quirky', 'and', 'useful', 'for', 'layering', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6504,877,33', 'this', 'shirt', 'is', 'not', 'what', 'i', 'expected', 'i', 'ordered', 'the', 'green', 'motif', 'which', 'is', 'not', 'green', 'at', 'all', 'but', 'black', 'in', 'the', 'product', 'photos', 'the', 'drawings', 'appear', 'to', 'have', 'a', 'white', 'outlining', 'but', 'its', 'brown', 'the', 'shirt', 'is', 'made', 'of', 'a', 'good', 'quality', 'cotton', 'and', 'fits', 'great', 'i', 'ordered', 'the', 'medium', 'which', 'gave', 'me', 'a', 'lot', 'of', 'extra', 'room', 'to', 'where', 'i', 'could', 'have', 'sized', 'down', 'to', 'a', 'small', 'for', 'reference', 'i', 'am', 'a', '36b', 'and', 'usually', 'wear', 'a', 'medium', 'in', 'most', 'retailer', 'tops', 'i', 'do', "n't", 'plan', 'on', 'keeping', 'this', 'because', 'i', 'was', 'really', 'hoping', 'for', 'a', 'white', 'background', 'to', 't', ',3,1,1', 'general', 'tops', 'knits'] ['6505,1020,43', 'cutest', 'skirt', 'ever', 'the', 'fit', 'on', 'this', 'skirt', 'is', 'flawless', 'i', 'usually', 'need', 'alterations', 'at', 'the', 'waist', 'but', 'this', 'one', 'was', 'perfect', 'for', 'me', 'the', 'buttons', 'are', 'so', 'adorable', 'and', 'the', 'color', 'orange', 'is', 'vibrant', 'and', 'perfect', 'for', 'spring', 'and', 'summer', 'will', 'wear', 'this', 'a', 'lot', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6506,903,35', ',this', 'is', 'now', 'one', 'of', 'my', 'favorite', 'items', 'in', 'my', 'wardrobe', 'it', 'is', 'comfortable', 'yet', 'can', 'be', 'dressed', 'up', 'or', 'down', 'to', 'fit', 'any', 'occasion.,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6507,1095,40', 'do', "n't", 'like', 'wearing', 'dresses', 'try', 'this.', 'i', 'met', 'my', 'friend', 'at', 'the', 'mall', 'today', 'she', 'complimented', 'me', 'on', 'my', 'outfit', 'i', 'was', 'wearing', 'this', 'jumpsuit', 'in', 'the', 'navy', 'with', 'white', 'polka', 'dots', 'motif', 'there', "'s", 'also', 'a', 'red', 'black', 'and', 'white', 'geometric', 'print', 'if', 'you', "'re", 'not', 'into', 'polka', 'dots', 'half', 'way', 'through', 'our', 'time', 'together', 'she', 'realized', 'that', 'i', 'was', 'wearing', 'a', 'jumpsuit', 'not', 'a', 'dress', 'she', 'said', 'that', 'the', 'legs', 'are', 'so', 'wide', 'and', 'flowy', 'that', 'she', 'could', "n't", 'tell', 'we', 'tried', 'on', 'clothes', 'at', 'another', 'store', 'and', 'i', 'forgot', 'to', 're', 'secure', 'the', 'straps', 'with', 'the', 'little', 'snaps', 'to', 'my', 'bra', 'stra', ',4,1,2', 'general', 'dresses', 'dresses'] ['6508,1033,29', 'all-in-all', 'nice', 'denim', 'i', 'bought', 'these', 'assuming', 'they', 'would', 'be', 'the', 'same', 'as', 'a', 'pair', 'of', 'pilcro', 'stet', 'ankle', 'jeans', 'i', 'bought', 'a', 'couple', 'of', 'years', 'ago', 'this', 'pair', 'has', 'less', 'stretch', 'than', 'my', 'older', 'ones', 'so', 'they', 'are', 'a', 'bit', 'tighter', 'i', "'m", '5', '2', 'and', 'these', 'are', 'more', 'like', 'a', 'perfect', 'length', 'regular', 'jean', 'rather', 'than', 'ankle', 'i', 'always', 'have', 'trouble', 'finding', 'jeans', 'that', 'fit', 'my', 'curves', 'but', 'smaller', 'waist', 'these', 'are', 'a', 'bit', 'big', 'in', 'the', 'waist', 'with', 'the', 'butt', 'and', 'legs', 'fitted', 'all-in-all', 'they', 'are', 'a', 'nice', 'looking', 'durable', 'denim', 'that', 'flatters', ',4,1,7', 'general', 'bottoms', 'jeans'] ['6509,1033,43', 'great', 'fit', 'i', 'love', 'the', 'slightly', 'cropped', 'leg', 'and', 'the', 'dark', 'unvariating', 'stain', 'fits', 'like', 'other', 'pilcros', 'one', 'caveat', 'the', 'stain', 'rubs', 'off', 'i', 'can', 'see', 'it', 'on', 'the', 'edges', 'of', 'my', 'white', 'kitchen', 'countertops', 'i', "'ve", 'washed', 'them', 'twice', 'with', 'mixed', 'clothing', 'and', 'there', 'were', "n't", 'any', 'problems', 'with', 'color', 'transfer', 'there', 'still', 'i', 'like', 'them', 'so', 'much', 'that', 'i', "'ll", 'buy', 'a', 'second', 'pair', 'if', 'they', 'go', 'on', 'sale', 'and', 'i', "'ll", 'keep', 'wiping', 'the', 'edges', 'of', 'my', 'counters', 'down', ',4,1,4', 'general', 'bottoms', 'jeans'] ['6510,903,43', 'it', "'s", 'in', 'the', 'details', 'this', 'lovely', 'cardigan', 'is', 'just', 'that', 'much', 'more', 'special', 'due', 'to', 'the', 'lining', 'on', 'the', 'body', 'and', 'in', 'the', 'pockets', 'they', 'peek', 'out', 'and', 'make', 'the', 'sweater', 'more', 'interesting', 'i', 'wore', 'the', 'black', 'one', 'with', 'a', 'lace', 'dress', 'with', 'cream', 'underlayment', 'and', 'the', 'cream', 'details', 'on', 'the', 'lining', 'worked', 'perfectly', 'to', 'offset', 'the', 'formality', 'of', 'the', 'dress', 'and', 'make', 'the', 'whole', 'outfit', 'casual', 'but', 'chic', 'the', 'sweater', 'washed', 'in', 'the', 'machine', 'and', 'kept', 'its', 'shape', 'when', 'i', 'hung', 'it', 'to', 'dry.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6511,1020,31', 'great', 'skirt', 'fits', 'great', 'and', 'i', 'love', 'the', 'length', 'very', 'cute', 'skirt', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6512,1020,23', 'cute', 'but', 'not', 'flattering', 'on', 'i', 'really', 'loved', 'this', 'skirt', 'on', 'the', 'model', 'but', 'it', 'just', 'was', "n't", 'flattering', 'when', 'i', 'received', 'my', 'order', 'i', 'ordered', 'two', 'sizes', '2', 'and', '4.', 'i', 'am', '5', '4', 'athletic', 'build', 'and', 'the', 'front', 'closure', 'made', 'my', 'waist', 'look', 'much', 'larger', 'than', 'it', 'is', 'the', 'back', 'of', 'the', 'skirt', 'also', 'flared', 'out', 'more', 'than', 'i', 'expected', 'it', 'to'] [] ['sadly', 'i', 'had', 'to', 'return', 'both', 'perhaps', 'this', 'would', 'look', 'better', 'on', 'someone', 'with', 'a', 'much', 'taller', 'frame', ',2,0,0', 'general', 'bottoms', 'skirts'] ['6513,1095,32', 'so', 'perfect', 'if', 'you', "'re", 'a', 'little', 'afraid', 'to', 'rock', 'a', 'jumpsuit', 'this', 'one', "'s", 'for', 'you', 'the', 'palazzo', 'leg', 'makes', 'it', 'look', 'a', 'lot', 'like', 'a', 'dress', 'a', 'light', 'shelf', 'bra', 'was', 'very', 'supportive', 'even', 'for', 'my', 'd/dd', 'cup', 'it', 'does', 'run', 'large', 'i', "'m", 'typically', 'a', '14/16', 'and', 'was', 'easily', 'able', 'to', 'fit', 'in', 'the', '12', 'although', 'the', 'look', 'it', 'a', 'bit', 'racier', 'on', 'me', 'due', 'to', 'cleavage', 'hides', 'any', 'tummy', 'you', 'might', 'have', 'very', 'well', 'due', 'to', 'the', 'flowing', 'cut', 'the', 'fabric', 'is', 'light', 'and', 'comfortable', 'my', 'only', 'complaint', 'is', 'i', 'wish', 'it', 'was', 'a', 'tad', 'longer', 'i', 'can', 'not', 'wait', 'to', 'rock', 'this', 'at', 'a', 'weddi', ',5,1,9', 'general', 'dresses', 'dresses'] ['6514,903,39', 'love', 'a', 'great', 'staple', 'to', 'pull', 'out', 'on', 'chilly', 'mornings', 'i', 'am', '5', '9', 'so', 'the', 'arm', 'length', 'was', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6515,1033,43', 'good', 'quality', 'these', 'jeans', 'fit', 'very', 'well', 'and', 'of', 'good', 'quality', 'i', 'think', 'they', 'need', 'to', 'be', 'broken', 'into', 'a', 'bit', 'like', 'most', 'new', 'jeans', 'overall', 'i', 'am', 'happy', 'with', 'my', 'purchase', ',4,1,0', 'general', 'bottoms', 'jeans'] ['6516,903,36', ',this', 'was', 'so', 'boxy', 'and', 'unflattering', 'i', 'loved', 'the', 'lining', 'and', 'the', 'fabric', 'was', 'very', 'soft', 'but', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'bag', 'was', 'hoping', 'to', 'use', 'this', 'as', 'a', 'cute', 'top', 'layer', 'for', 'dresses', 'but', 'it', 'was', 'a', 'terrible', 'fit', 'sizing', 'down', 'would', 'not', 'help', 'this', 'one', 'went', 'back', ',1,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6517,1020,40', 'cute', 'and', 'comfy', 'skirt', 'this', 'skirt', 'is', 'really', 'cute', 'and', 'very', 'comfortable', 'i', 'can', 'dress', 'it', 'up', 'for', 'work', 'or', 'dress', 'it', 'down', 'for', 'casual', 'fun', 'color', 'too.,5,1,0', 'general', 'bottoms', 'skirts'] ['6518,1033,35', 'nope', 'i', 'ordered', 'these', 'a', 'size', 'up', 'because', 'i', "'d", 'just', 'had', 'a', 'baby', 'and', 'knew', 'i', 'needed', 'a', 'bigger', 'size', 'my', 'pre-pre', 'baby', 'size', 'chubby', 'phase', 'were', 'size', '8/29', 'these', 'fit', 'like', 'a', 'size', '4.', 'way', 'too', 'small', 'very', 'disappointed', ',2,0,0', 'general', 'bottoms', 'jeans'] ['6519,903,35', 'pretty', 'shirt', 'not', 'the', 'right', 'body', 'type', 'this', 'shirt', 'is', 'beautiful', 'however', 'i', 'thought', 'that', 'it', 'was', 'made', 'of', 'a', 'softer', 'lighter', 'material', 'it', 'is', 'instead', 'made', 'of', 'a', 'thick', 'heavy', 'material', 'that', 'was', 'unflattering', 'for', 'my', 'shape', 'short', 'torso', 'ann', "'s", 'large', 'bust', 'it', 'made', 'me', 'look', 'boxy', 'and', 'chunky', 'in', 'the', 'middle', 'sadly', 'i', "'ll", 'be', 'returning', 'it', ',3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6520,1095,60', 'this', 'jumper', 'is', 'perfect', 'i', 'saw', 'this', 'on', 'line', 'this', 'morning', 'and', 'was', 'hesitant', 'to', 'order', 'one', 'size', 'smaller', 'so', 'decided', 'to', 'visit', 'local', 'anthopology', 'store', 'with', 'fingers', 'crossed', 'they', 'would', 'have', 'it', 'in', 'a', 'size', '4.', 'i', "'m", '5', '5', '130', 'and', 'a', 'size', '6', 'usually', 'in', 'retailer', 'clothing', 'not', 'only', 'was', 'the', 'size', '4', 'perfect', 'the', 'fabric', 'and', 'quality', 'are', 'excellent', 'nice', 'flowy', 'pant', 'legs', 'and', 'the', 'top', 'has', 'a', 'one', 'button', 'adjustment', 'on', 'the', 'shoulder', 'if', 'you', 'do', "n't", 'want', 'it', 'too', 'low', 'either', 'way', 'worked', 'for', 'myself', 'dress', 'up', 'or', 'down', 'this', 'is', 'a', 'must', ',5,1,1', 'general', 'dresses', 'dresses'] ['6521,903,49', 'so', 'love', 'so', 'cute', 'i', 'saw', 'these', 'sweaters', 'in', 'the', 'store', 'this', 'fall', 'and', 'took', 'a', 'pass', 'they', 'did', "n't", 'look', 'cute', 'and', 'i', 'thought', 'they', 'would', "n't", 'be', 'cute', 'on', 'because', 'the', 'little', 'pockets', 'looked', 'droopy', 'but', 'i', 'was', 'so', 'wrong', 'once', 'they', 'went', 'on', 'sale', 'i', 'took', 'a', 'chance', 'b.c', 'i', 'needed', 'a', 'black', 'lightweight', 'cardigan', 'for', 'a', 'trip', 'ordered', 'a', 'size', 'small', 'and', 'it', 'fits', 'perfect', 'so', 'cute', 'i', 'just', 'love', 'it', 'glad', 'i', 'bought', 'it', 'at', 'the', 'sale', 'price', 'because', 'now', 'i', "'m", 'even', 'happier', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6522,1033,47', 'disappointing', 'i', 'have', 'purchased', 'many', 'different', 'styles', 'of', 'pilcro', 'jeans', 'and', 'have', 'loved', 'them', 'all', 'these', 'unfortunately', 'i', 'do', 'not', 'like', 'i', 'think', 'they', 'run', 'large', 'and', 'the', 'fit', 'just', 'blah', 'the', 'waist', 'gapped', 'and', 'kinda', 'had', 'a', 'mom', 'jean', 'look', 'i', 'felt', 'the', 'quality', 'was', 'also', 'not', 'up', 'to', 'standard', 'for', 'this', 'brand', ',3,0,3', 'general', 'bottoms', 'jeans'] ['6523,1020,45', 'love', 'this', 'skirt', 'perfect', 'length', 'and', 'cut', 'pilcro', 'make', 'more', 'of', 'these', 'i', 'ordered', 'up', 'so', 'that', 'it', 'hug', 'more', 'on', 'my', 'hips', 'than', 'waist', 'just', 'prefer', 'that', 'better', 'but', 'i', 'think', 'if', 'you', 'can', 'pull', 'of', 'the', 'waist', 'look', 'go', 'for', 'it', 'would', 'buy', 'more', 'in', 'different', 'colors', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6524,877,65', 'nostalgia', 'tee', 'precious', 'tee', 'washes', 'well', 'runs', 'large', ',4,1,1', 'general', 'tops', 'knits'] ['6525,1020,46', ',i', 'was', 'disappointed', 'in', 'the', 'blue', 'color', 'of', 'this', 'skirt', 'i', 'was', 'looking', 'for', 'white', 'also', 'felt', 'it', 'ran', 'a', 'little', 'big.,4,1,0', 'general', 'bottoms', 'skirts'] ['6526,1020,47', 'cute', 'and', 'comfortable', 'just', 'got', 'this', 'skirt', 'in', 'the', 'mail', 'and', 'i', 'am', 'so', 'happy', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'it', 'my', 'waist', 'is', 'a', 'lot', 'smaller', 'than', 'my', 'hips', 'so', 'skirts', 'can', 'be', 'a', 'challenge', 'but', 'this', 'one', 'fit', 'me', 'perfectly', 'it', 'is', 'casual', 'but', 'i', 'can', 'also', 'see', 'myself', 'wearing', 'this', 'to', 'work', 'in', 'the', 'summer', 'months', 'it', 'is', 'super', 'flattering', 'and', 'very', 'comfortable', 'the', 'fabric', 'is', 'soft', 'and', 'it', 'does', 'have', 'some', 'give', 'i', 'am', 'usually', 'a', 'size', '30', 'in', 'pilcro', 'chinos', 'and', 'the', 'size', '10', 'in', 'this', 'skirt', 'fit', 'me', 'perfectly', 'so', 'i', 'would', 'say', 'it', 'runs', 'true', 'to', 'size', 'a', 'great', 'addition', 'to,5,1,18', 'general', 'bottoms', 'skirts'] ['6527,1095,35', 'believe', 'all', 'the', 'great', 'reviews', 'i', 'was', 'obsessed', 'with', 'this', 'dress/jumpsuit', 'after', 'i', 'read', 'all', 'the', 'great', 'reviews', 'even', 'tho', 'i', 'had', 'never', 'seen', 'it', 'in', 'person', 'it', 'was', 'already', 'on', 'sale', 'and', 'sold', 'out', 'online', 'so', 'i', 'called', 'a', 'bunch', 'of', 'stores', 'and', 'finally', 'was', 'able', 'to', 'track', 'one', 'down', 'in', 'the', 'navy', 'colorway', 'in', 'my', 'size', 'it', "'s", 'tts', 'so', 'glad', 'i', 'made', 'the', 'effort', 'it', "'s", 'as', 'great', 'as', 'everyone', 'says', 'it', 'is', 'i', 'love', 'how', 'it', "'s", 'party', 'in', 'the', 'back', 'i', "'m", '5', '3', 'so', 'it', 'was', 'pretty', 'much', 'floor', 'length', 'on', 'me', ',5,1,0', 'general', 'dresses', 'dresses'] ['6528,1091,28', 'wanted', 'to', 'love', 'but', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'there', 'were', 'too', 'many', 'factors', 'that', 'ultimately', 'had', 'me', 'sending', 'it', 'back'] [] ['it', 'is', 'a', 'very', 'unique', 'piece', 'and', 'high', 'quality', 'however', 'i', 'have', 'sensitive', 'skin', 'c/o', 'irish', 'genes', 'and', 'something', 'about', 'the', 'silk/linen/sequin', 'combo', 'had', 'be', 'itching', 'like', 'crazy', 'and', 'really', 'irritated', 'my', 'skin', 'i', 'also', 'did', 'not', 'love', 'the', 'way', 'the', 'top', 'part', 'of', 'the', 'dress', 'layed', 'on', 'me-', 'it', 'was', 'like', 'there', 'was', 'a', 'bit', 'too', 'much', 'fabric', 'up', 'top', 'meanwhile', 'fitting', 'perfectly', 'around', 'my', 'hips', 'so', 'i', 'would', "n't", 'want', 'to', 'size', 'down', ',3,1,5', 'general', 'petite', 'dresses', 'dresses'] ['6529,1036,79', 'love', 'i', "'m", 'in', 'love', 'with', 'these', 'jeans', 'they', 'come', 'very', 'long', 'but', 'it', "'s", 'easy', 'to', 'cut', 'them', 'down', 'where', 'you', 'want', 'them', 'since', 'they', 'are', 'not', 'hemmed', 'i', 'have', 'a', 'short', 'torso', 'so', 'for', 'me', 'they', 'were', 'high', 'waisted', 'but', 'still', 'flattering', 'which', 'surprised', 'me', 'for', 'reference', 'i', 'am', '5', '2', '105', 'and', 'i', 'got', 'the', 'size', '24', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6530,1095,38', 'simply', 'gorgeous', 'i', 'got', 'the', 'blue', 'with', 'polka', 'dots', 'it', 'fits', 'more', 'like', 'a', 'midi', 'dress', 'it', 'is', 'a', 'bit', 'large', 'i', "'m", 'usually', 'a', 'size', '10', 'and', 'got', 'a', 'size', '8.', 'it', "'s", 'gorgeous', 'on', 'i', 'do', "n't", 'think', 'i', "'ll", 'be', 'needing', 'a', 'bra', 'underneath', 'this', 'it', "'s", 'got', 'a', 'supportive', 'band', 'and', 'the', 'ribbon', 'also', 'helps', 'i', 'might', 'order', 'the', 'other', 'bold', 'print', 'too', 'it', 'just', 'looks', 'so', 'good', 'on', ',5,1,1', 'general', 'dresses', 'dresses'] ['6531,1020,53', 'cute', 'i', 'am', 'not', 'particularly', 'fond', 'of', 'this', 'skirt', 'it', 'is', 'good', 'quality', 'and', 'nice', 'color', 'but', 'i', 'expected', 'material', 'to', 'be', 'little', 'bit', 'more', 'substantial', 'it', 'is', 'too', 'limp', 'for', 'my', 'taste', 'but', 'if', 'you', 'prefer', 'very', 'soft', 'and', 'worn', 'in', 'feeling', 'it', 'might', 'work', 'great', 'for', 'you', 'also', 'i', 'prefer', 'wearing', 'my', 'ts', 'over', 'the', 'skirt', 'not', 'inside', 'and', 'since', 'waistband', 'is', 'very', 'elaborate', 'and', 'is', 'followed', 'with', 'thick', 'buttons', 'right', 'below', 'it', 'just', 'looks', 'funny', 'under', 'thin', 'summer', 't-shirts', 'overall', 'just', 'not', 'working', 'for', 'me', 'but', 'skirt', 'is', 'cute', 'and', 'tr', ',4,1,1', 'general', 'bottoms', 'skirts'] ['6532,1095,33', 'stunning', 'this', 'jumpsuit', 'runs', 'large', 'so', 'i', 'sized', 'down', 'perfectly', 'one', 'full', 'size', 'down', 'i', 'have', 'a', 'size', 'b', 'chest', 'and', 'was', 'very', 'comfortable', 'with', 'no', 'bra', 'as', 'the', 'built', 'in', 'cups', 'gave', 'me', 'the', 'perfect', 'coverage', 'it', 'looked', 'like', 'a', 'dress', 'standing', 'but', 'had', 'such', 'a', 'flattering', 'and', 'fun', 'shape', 'when', 'you', 'move', 'everyone', 'loved', 'it', ',5,0,0', 'general', 'dresses', 'dresses'] ['6533,1020,57', 'cool', 'summer', 'skirt.', '1', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40.', 'i', 'wear', 'a', 'size', '30', 'in', 'hyphen', 'chinos', 'and', 'they', 'are', 'loose', 'i', 'could', 'get', 'in', 'a', 'size', '10', 'but', 'i', 'felt', 'the', 'stretchiness', 'made', 'it', 'look', 'like', 'it', 'was', 'pulling', 'slightly', 'i', 'decided', 'to', 'get', 'the', 'size', '12', 'even', 'though', 'it', 'was', 'a', 'hair', 'loose'] [] ['2.', 'the', 'skirt', 'hem', 'is', 'right', 'above', 'my', 'knees', 'it', "'s", 'not', 'as', 'short', 'as', 'it', 'appears', 'on', 'the', 'model'] [] ['3.', 'the', 'back', 'pockets', 'are', 'sewn', 'shut', 'so', 'they', 'wo', "n't", 'sag'] [] ['4.', 'my', 'only', 'complaint', 'is', 'that', 'the', 'hook', 'and', 'eye', 'at', 'the', 'waist', 'pulls', 'away', 'funny', 'but', 'i', "'m", 'going', 'to', 't', ',4,1,10', 'general', 'bottoms', 'skirts'] ['6534,903,54', 'arms', 'too', 'long', 'and', 'waist', 'too', 'short', 'loved', 'the', 'color', 'and', 'the', 'deshn', 'but', 'when', 'i', 'put', 'on', 'did', 'not', 'look', 'right', 'waist', 'was', 'too', 'short', 'and', 'the', 'arms', 'were', 'long', ',2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6535,1095,51', 'not', 'a', 'take', 'home', 'for', 'me', 'i', 'just', 'tried', 'the', 'blue', 'polka', 'dot', 'one', 'on', 'at', 'my', 'local', 'retailer', 'i', "'m", "5'3ish", '117', '34d-dd', 'and', 'usually', 'wear', 'a', 'size', '4', 'or', 'xs', 'in', 'most', 'retailer', 'brands', 'i', 'tried', 'this', 'in', 'size', '2', 'and', 'had', 'a', 'better', 'fit', 'hence', 'the', 'runs', 'large', 'rating', 'this', 'is', 'a', 'very', 'plunging', 'neckline', 'not', 'work', 'appropriate', 'and', 'i', "'m", 'fairly', 'notorious', 'for', 'being', 'out', 'there', 'the', 'band', 'in', 'the', 'back', 'did', "n't", 'hit', 'right', 'at', 'my', 'bra', 'in', 'the', 'back', 'so', 'not', 'sure', 'what', 'to', 'tell', 'you', 'there', 'the', 'shoulder', 'straps', 'are', 'adjustable', 'there', 'are', '2', 'buttons', 'so', 'you', 'can', 'tighten', 'it', 'up', 'a', 'bit', 'so', 'y', ',4,1,6', 'general', 'dresses', 'dresses'] ['6536,1095,39', 'so', 'flattering', 'i', 'tried', 'it', 'on', 'and', 'it', 'fit', 'like', 'a', 'glove', 'i', "'m", 'only', '5', '2', 'and', 'i', 'can', 'wear', 'with', 'heals', 'or', 'flats', 'great', 'built', 'in', 'bra', 'i', "'m", 'a', 'c', 'cup', 'and', 'i', "'ve", 'got', 'a', 'bubble', 'butt', 'very', 'flattering', 'on', 'my', 'figure', 'quality', 'worth', 'every', 'penny', 'many', 'compliments', 'work', 'appropriate', 'or', 'a', 'luncheon', 'my', 'fav', 'retailer', 'purchase', 'by', 'far', ',5,1,1', 'general', 'dresses', 'dresses'] ['6537,1020,51', 'lovely', 'skirt', 'i', 'bought', 'the', 'skirt', 'in', 'green', 'in', 'size', '6', 'i', 'am', '5', '4', 'and', '143', 'lbs', 'it', 'fit', 'very', 'well', 'and', 'was', 'very', 'flattering', 'and', 'the', 'length', 'was', 'perfect', 'i', 'can', 'see', 'myself', 'wearing', 'it', 'a', 'lot', 'this', 'spring', 'and', 'in', 'summer', ',5,1,1', 'general', 'bottoms', 'skirts'] ['6538,1033,40', ',blue', 'jeans', 'that', 'fit', 'like', 'a', 'dream', 'they', 'were', 'on', 'sale.,5,1,0', 'general', 'bottoms', 'jeans'] ['6539,903,35', 'too', 'cropped', 'as', 'others', 'have', 'said', 'this', 'is', 'cropped', 'so', 'will', 'look', 'funny', 'with', 'most', 'pants', 'that', 'are', "n't", 'high', 'waisted', 'i', "'m", 'going', 'to', 'try', 'it', 'with', 'a', 'few', 'dresses', 'before', 'i', 'return', 'it', 'the', 'lining', 'is', 'adorable', 'so', 'i', 'do', "n't", 'want', 'to', 'have', 'to', 'send', 'it', 'back', ',2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6540,1091,58', 'stunning', 'one', 'of', 'a', 'kind', 'gorgeous', 'dress', 'worth', 'every', 'penny', 'one', 'of', 'a', 'kind', 'twist', 'on', 'a', 'kimono', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6541,1095,45', 'stunning', 'and', 'so', 'comfortable', 'i', 'love', 'this', 'jumper', 'it', 'is', 'absolutely', 'gorgeous', 'and', 'also', 'quite', 'possibly', 'the', 'most', 'comfortable', 'piece', 'of', 'clothing', 'i', "'ve", 'ever', 'owned.,5,1,0', 'general', 'dresses', 'dresses'] ['6542,1030,37', 'heck', 'yes', 'i', 'am', 'so', 'happy', 'i', 'splurged', 'and', 'bought', 'these', 'jeans', 'based', 'on', 'the', 'other', 'reviewer', 'i', 'ordered', 'one', 'size', 'up', 'and', 'they', 'fit', 'perfectly', 'i', "'m", '5', '8', 'and', 'appreciate', 'the', 'longer', 'inseam', 'i', 'ca', "n't", 'wear', 'a', 'wedge', 'heel', 'or', 'anything', 'with', 'them', 'but', 'with', 'a', 'flat', 'on', 'they', 'skim', 'the', 'floor', 'perfectly', 'you', "'ll", 'love', 'the', 'raw', 'hemline', 'and', 'the', 'subtle', 'wear', 'throughout', 'the', 'fabric', 'it', "'s", 'not', 'overdone', 'just', 'like', 'in', 'the', 'picture', 'they', 'really', 'seem', 'to', 'narrow', 'the', 'hip', 'think', 'page', 'boy', 'style', 'very', 'very', 'flattering', ',5,1,1', 'general', 'bottoms', 'jeans'] ['6543,1095,94', ',flattering', 'i', 'love', 'how', 'it', 'looks', 'like', 'a', 'maxi', 'dress', 'fits', 'me', 'perfectly', ',4,1,0', 'general', 'dresses', 'dresses'] ['6544,1020,66', 'everyday', 'perfect', 'this', 'is', 'a', 'skirt', 'i', 'will', 'wear', 'every', 'day', 'in', 'the', 'summer', 'great', 'green/khaki', 'color', 'casual', 'fit', 'me', 'like', 'all', 'the', 'retailer', 'size'] ['8', "'s", 'do', 'perfect', 'only', 'one', 'thing', 'it', 'is', 'not', 'as', 'short', 'as', 'it', 'looks', 'on', 'this', 'model', 'i', 'am', 'going', 'to', 'have', 'to', 'have', 'it', 'shortened', 'but', 'that', 'is', 'not', 'biggy', 'the', 'skirt', 'is', 'everything', 'i', 'hoped', 't', 'would', 'be', 'and', 'i', 'know', 'i', 'will', 'wear', 'it', 'to', 'death', ',5,1,2', 'general', 'bottoms', 'skirts'] ['6545,1020,48', 'so', 'flattering', 'not', 'too', 'short', 'i', "'m", '5', '7', '120', 'lbs', 'size', '0', 'was', 'best', 'ordered', 'the', 'green', 'color', 'great', 'flattering', 'fit', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6546,1033,36', 'did', "n't", 'work', 'for', 'my', 'body', 'type', 'i', 'really', 'like', 'the', 'pilcro', 'serif', 'style', 'but', 'the', 'stet', 'style', 'does', 'not', 'work', 'for', 'my', 'body', 'will', 'have', 'to', 'return.,3,0,0', 'general', 'bottoms', 'jeans'] ['6547,1095,64', 'cute', 'flowy', 'i', 'love', 'hd', 'paris', 'styles', 'this', 'jumpsuit', 'appealed', 'to', 'me', 'online', 'so', 'i', 'ordered', 'a', '6p', 'i', 'am', 'usually', 'a', '4', 'or', '6', 'in', 'regular', 'sizes', 'at', 'retailer', 'i', 'decided', 'the', 'regular', 'size', 'may', 'be', 'too', 'long', 'too', 'much', 'fabric', 'for', 'me', 'i', 'am', '5', '3', '118', '36c', 'it', 'was', 'easy', 'to', 'slip', 'into', 'it', 'zip', 'up', 'the', 'back', 'tie', 'the', 'black', 'ribbon', 'in', 'the', 'back', 'it', 'does', "n't", 'say', 'in', 'the', "'details", 'that', 'it', 'has', 'a', 'built-in', 'bra', 'which', 'is', 'a', 'good', 'feature', 'the', 'bra', 'cups', 'are', 'a', 'little', 'small', 'on', 'me', 'but', 'not', 'a', 'deal-breaker', 'the', 'length', 'is', 'fine', 'falling', 'just', 'above', 'my', 'ankles', 'i', 'j', ',5,1,16', 'general', 'dresses', 'dresses'] ['6548,903,32', 'more', 'mustard', 'yellow', 'than', 'the', 'website', 'pictures', 'i', 'like', 'the', 'detail', 'in', 'this', 'cardigan', 'the', 'shape', 'is', 'true', 'to', 'the', 'fit', 'on', 'the', 'model', 'of', 'the', 'main', 'picture', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'however', 'i', 'am', '5', '2.5', 'and', '107', 'lbs', 'i', 'ordered', 'and', 'kept', 'the', 'xxsp', 'great', 'staple', 'item', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6549,1020,41', 'cute', 'the', 'is', 'such', 'a', 'cute', 'a-line', 'skirt', 'and', 'perfect', 'for', 'the', 'summer', 'with', 'a', 'white', 'tee', 'i', 'bought', 'the', 'moss', 'color', 'and', 'the', 'rose', 'gold', 'buttons', 'on', 'it', 'look', 'really', 'pretty', 'i', "'m", '5', '1', ',103', 'pounds', 'and', 'bought', 'the', '00', 'regular', 'since', 'i', 'did', 'not', 'want', 'to', 'go', 'too', 'short', 'with', 'the', 'petite', 'size', 'it', 'does', 'run', 'slightly', 'big', 'so', 'order', 'a', 'size', 'down', 'if', 'you', 'have', 'a', 'smaller', 'waist', 'love', 'this', 'and', 'the', 'price', ',5,1,6', 'general', 'bottoms', 'skirts'] ['6550,1033,60', 'very', 'good', 'quality', 'jeans', 'these', 'jeans', 'are', 'fantastic', 'the', 'denim', 'is', 'very', 'high', 'quality', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'dark', 'rinse', 'is', 'very', 'flattering', 'and', 'pairs', 'well', 'with', 'almost', 'anything', 'my', 'only', 'small', 'gripe', 'is', 'that', 'the', 'length', 'is', 'a', 'bit', 'awkward', 'i', "'m", '5', '4', 'and', 'it', 'fits', 'more', 'like', 'a', 'regular', 'pair', 'of', 'jeans', 'not', 'ankle-length', 'just', 'something', 'to', 'keep', 'in', 'mind', 'if', 'you', "'re", 'not', 'super', 'tall', 'like', 'the', 'model', 'in', 'the', 'picture', ',5,1,1', 'general', 'bottoms', 'jeans'] ['6551,903,40', 'i', 'just', 'bought', 'this', 'in', 'the', 'yellow', 'and', 'am', 'very', 'pleased', 'the', 'sleeves', 'are', 'super', 'long', 'but', 'i', "'m", 'happy', 'about', 'that', 'usually', 'they', 'are', 'much', 'too', 'short', 'this', 'is', 'much', 'cozier', 'this', 'will', 'look', 'cute', 'over', 'dresses', 'and', 'with', 'jeans', 'and', 'a', 'longer/tunic', 'style', 'top', 'nice', 'quality', 'too', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6552,1020,31', 'really', 'cute', 'with', 'some', 'drawbacks', 'i', 'really', 'loved', 'this', 'skirt', 'on', 'the', 'model', 'i', 'ordered', 'it', 'in', 'my', 'typical', '0', 'and', 'it', 'fit', 'well', 'the', 'green', 'was', 'adorable', 'and', 'the', 'buttons', 'are', 'rose', 'gold', 'which', 'is', 'quite', 'pretty', 'i', 'did', 'exchange', 'this', 'skirt', 'for', 'a', '2', 'only', 'because', 'the', '0', 'was', 'just', 'too', 'short', 'for', 'me', 'if', 'the', '2', 'is', 'a', 'bit', 'longer', 'but', 'not', 'terribly', 'huge', 'in', 'the', 'waist', 'i', 'will', 'probably', 'keep', 'it', 'i', 'was', 'surprised', 'by', 'how', 'large', 'the', 'a', 'line', 'felt', 'but', 'i', 'think', 'i', 'can', 'get', 'used', 'to', 'it', 'it', 'really', 'is', 'very', 'fun', 'and', 'very', 'easy', 'to', 'dress', 'up', 'or', 'down', 'i', "'m", 'really', 'hoping', 'the', 'bigger', 'si', ',5,1,0', 'general', 'bottoms', 'skirts'] ['6553,1033,35', 'great', 'color', 'stretch', 'not', 'great', 'i', 'loved', 'the', 'color', 'of', 'these', 'but', 'they', 'bagged', 'out', 'with', 'just', 'one', 'wear', 'they', 'are', 'going', 'back', 'to', 'store.,3,0,5', 'general', 'bottoms', 'jeans'] ['6554,1020,43', 'runs', 'long', 'and', 'large', 'i', 'received', 'the', 'moss', 'skirt', 'today', 'the', 'material', 'felt', 'very', 'soft', 'and', 'like', 'good', 'quality', 'i', "'m", '5', '4', '125', 'lbs', 'and', 'had', 'ordered', 'size', '4', 'regular', 'unfortunately', 'the', 'skirt', 'was', 'huge', 'and', 'also', 'very', 'long', 'below', 'the', 'knees', 'the', 'cut', 'was', 'not', 'flattering', 'for', 'me', 'as', 'the', 'material', 'stuck', 'out', 'very', 'wide', 'on', 'the', 'sides', 'possibly', 'a', 'smaller', 'size', 'and', 'petite', 'would', 'help', 'but', 'are', 'sold', 'out', 'already', 'in', 'moss', 'plus', 'i', "'m", 'not', 'sure', 'the', 'sticking', 'out', 'would', 'be', 'fixed', 'that', 'might', 'be', 'the', 'cut', 'of', 'the', 'skirt', 'it', 'did', "n't", 'work', 'for', 'me', 'and', 'i', 'will', 'be', 'returning', ',3,1,2', 'general', 'bottoms', 'skirts'] ['6555,1020,26', 'beautiful', 'comfortable', 'transitional', 'i', 'absolutely', 'love', 'this', 'skirt', 'i', 'feel', 'like', 'the', 'color', 'works', 'well', 'for', 'most', 'seasons', 'you', 'can', 'pair', 'it', 'with', 'a', 'light', 'tee', 'or', 'tank', 'top', 'and', 'some', 'sandals', 'during', 'warmer', 'months', 'or', 'layer', 'it', 'with', 'a', 'sweater', 'thick', 'tights', 'and', 'boots', 'in', 'autumn', 'really', 'nice', 'staple', 'piece', 'for', 'your', 'wardrobe', 'i', 'do', 'think', 'it', 'runs', 'a', 'bit', 'large', 'i', 'generally', 'wear', 'a', '6', 'depending', 'on', 'the', 'brand', 'and', 'style', 'but', 'this', '6', 'was', 'way', 'too', 'large', 'around', 'my', 'waist', 'by', 'at', 'least', 'a', 'couple', 'inches', 'i', 'returned', 'it', 'and', 'got', 'a', '4', 'which', 'fit', 'me', 'perfectly', 'it', "'s", 'nice', 'that', ',5,1,1', 'general', 'bottoms', 'skirts'] ['6556,1020,35', ',this', 'skirt', 'makes', 'me', 'look', 'at', 'least', 'a', 'size', 'smaller', 'i', 'love', 'it', 'the', 'sa', 'was', 'wearing', 'it', 'in', 'the', 'store', 'and', 'it', 'liked', 'great', 'on', 'her', 'as', 'well', 'with', 'just', 'a', 'plain', 'white', 'top', 'tts-', 'got', 'my', 'usual', '10', 'in', 'green.,5,1,1', 'general', 'bottoms', 'skirts'] ['6557,1020,50', 'perfect', 'skirt', 'thank', 'you', 'pilcro', 'for', 'making', 'a', 'skirt', 'that', 'is', 'a', 'great', 'alternative', 'to', 'shorts', 'or', 'capris', 'i', 'bought', 'the', 'green', 'skirt', 'and', 'wore', 'it', 'on', 'vacation', 'i', 'realized', 'a', 'lighter', 'color', 'would', 'be', 'nice', 'for', 'summer', 'and', 'ordered', 'the', 'light', 'blue', 'it', "'s", 'tempting', 'to', 'get', 'the', 'red', 'as', 'well', 'the', 'fit', 'is', 'great', 'i', 'am', '5', '7', 'and', 'the', 'length', 'is', 'perfect', 'the', 'skirt', 'has', 'weight', 'i', 'am', 'sure', 'i', 'will', 'wear', 'both', 'of', 'my', 'skirts', 'time', 'and', 'time', 'again', ',5,1,1', 'general', 'bottoms', 'skirts'] ['6558,1078,69', 'unique', 'style', 'i', 'love', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'design', 'of', 'this', 'dress', 'i', 'look', 'forward', 'to', 'changing', 'the', 'look', 'with', 'cowboy', 'boots', 'or', 'fringed', 'booties', 'i', 'also', 'like', 'the', 'option', 'of', 'wearing', 'it', 'opened', 'over', 'a', 'white', 'tee', 'and', 'jeans', 'worn', 'loose', 'or', 'belted', 'it', 'can', 'be', 'different', 'every', 'time', 'you', 'wear', 'it', 'it', 'does', 'run', 'large', 'so', 'you', 'may', 'want', 'to', 'size', 'down', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6559,336,55', 'great', 'leggings', 'these', 'leggings', 'are', 'very', 'comfortable', 'with', 'a', 'bit', 'of', 'control', 'i', 'ordered', 'the', 'm', 'and', 'they', 'fit', 'perfectly', 'as', 'usual', 'i', 'do', 'have', 'to', 'tuck', 'the', 'hem', 'up', 'just', 'a', 'bit', 'but', 'i', 'have', 'to', 'do', 'that', 'with', 'all', 'my', 'leggings', 'i', 'love', 'the', 'laser', 'cut', 'detail', 'on', 'the', 'side', 'which', 'is', 'a', 'lavender', 'color', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['6560,895,35', 'comfortable', 'but', 'not', 'flattering', 'i', 'really', 'like', 'the', 'color', 'of', 'this', 'and', 'the', 'feel', 'but', 'that', 'is', 'where', 'it', 'ends', 'it', 'does', 'not', 'come', 'with', 'the', 'gorgeous', 'flattering', 'belt', 'that', 'it', 'is', 'pictured', 'with', 'and', 'is', 'cut', 'without', 'shape', 'so', 'it', 'does', 'not', 'fit', 'to', 'your', 'body', 'and', 'show', 'off', 'any', 'glorious', 'womanly', 'curves', 'i', 'could', 'purchase', 'the', 'belt', 'with', 'it', 'but', 'i', 'do', "n't", 'prefer', 'to', 'purchase', 'products', 'that', 'can', 'not', 'stand', 'on', 'their', 'own', ',3,0,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6561,818,48', 'cute', 'but', 'thin', 'material', 'cute', 'shirt', 'with', 'a', 'few', 'nice', 'details', 'embroidery', 'and', 'tasseled', 'tie', 'in', 'back', 'a', 'little', 'pricey', 'in', 'my', 'view', 'for', 'what', 'you', 'get', 'nice', 'loose', 'cut', 'true', 'to', 'size', 'cotton', 'is', 'very', 'sheer', 'i', "'m", 'well-stocked', 'on', 'white', 'see-through', 'shirts', 'that', 'require', 'a', 'cami', 'looking', 'for', 'one', 'that', 'does', "n't", 'need', 'layering-', 'returned', 'for', 'this', 'reason', ',4,1,5', 'general', 'tops', 'blouses'] ['6562,1078,35', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6563,124,41', 'great', 'for', 'animal', 'lovers', 'super', 'cute', 'soft', 'and', 'fuzzy', 'just', 'like', 'the', 'woodland', 'animals', 'in', 'the', 'pattern', 'these', 'loungers', 'do', 'run', 'just', 'slightly', 'tight', 'in', 'the', 'seat', 'so', 'if', 'you', 'have', 'a', 'more', 'developed', 'bottom', 'you', 'should', 'definitely', 'get', 'a', 'size', 'up', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['6564,818,27', 'i', 'like', 'the', 'idea', 'but', 'the', 'execution', 'was', "n't", 'so', 'good', 'i', 'think', 'this', 'top', 'would', 'have', 'been', 'amazing', 'if', 'it', 'was', 'in', 'a', 'jersey', 'or', 'cotton', 'club', 'but', 'the', 'gauzey', 'fabric', 'is', 'so', 'wrinkly', 'and', 'so', 'sheer', 'i', 'do', "n't", 'know', 'how', 'i', 'would', 'use', 'this', 'top', 'i', 'do', "n't", 'mind', 'most', 'of', 'the', 'slightly', 'sheer', 'retailer', 'tops', 'if', 'people', 'see', 'my', 'bra', 'slightly', 'so', 'be', 'it', 'but', 'this', 'is', 'really', 'sheer', 'unless', 'you', 'are', 'madonna', 'you', 'are', 'going', 'to', 'want', 'to', 'wear', 'something', 'under', 'this', 'and', 'in', 'my', 'mind', 'that', 'defeats', 'the', 'purpose', 'of', 'a', 'lightweight', 'sleeveless', 'top', 'i', 'returned', 'it', 'and', 'was', 'sorry', 'to', 'have', 'to', 'do', 'that', ',3,0,0', 'general', 'tops', 'blouses'] ['6565,895,31', 'lovely', 'but', 'not', 'perfect', '5', '1', '43-31-43'] ['i', 'bought', 'a', 'petite', 'medium', 'in', 'the', 'orange', 'red', 'color', 'and', 'it', "'s", 'a', 'wonderful', 'cardigan', 'with', 'an', 'oversize', 'fit', 'it', 'goes', 'to', 'about', 'an', 'inch', 'below', 'my', 'knees', 'and', 'the', 'slits', 'go', 'up', 'to', 'mid-thigh', 'the', 'sleeves', 'start', 'at', 'about', 'an', 'inch', 'past', 'the', 'shoulder', 'cap', 'but', 'the', 'sleeves', 'are', 'so', 'generous', 'that', 'you', 'still', 'have', 'full', 'range', 'of', 'motion', 'the', 'sleeves', 'hit', 'mid', 'hand', 'and', 'i', 'wish', 'they', 'were', 'an', 'inch', 'or', 'two', 'longer', 'but', 'that', "'s", 'personal', 'preference', 'because', 'of', 'the', 'color', 'and', 'the', 'long', 'side-slits', 'looks', 'really', 'stunning', 'with', 'a', 'mi', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6566,828,28', 'love', 'this', 'top', 'runs', 'a', 'bit', 'small', 'but', 'this', 'top', 'is', 'super', 'soft', 'like', 'all', 'the', 'cloth', 'and', 'stone', 'tops', 'great', 'for', 'all', 'seasons', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6567,1078,42', 'perfection', 'i', "'m", 'not', 'a', 'western', 'girl', 'but', 'this', 'dress', 'is', 'so', 'adorable', 'i', 'love', 'the', 'colors', 'it', "'s", 'adorable', 'and', 'unique', 'while', 'its', 'definitely', 'a', 'full', 'swingy', 'shirt', 'dress', 'i', 'did', "n't", 'find', 'it', 'overly', 'large', 'i', 'plan', 'on', 'wearing', 'as', 'a', 'dress', 'with', 'sleeves', 'rolled', 'up', 'under', 'the', 'pilcro', 'denim', 'jacket', 'it', 'looks', 'so', 'cute', 'and', 'open', 'over', 'jeans', 'with', 'a', 'white', 'tank', 'like', 'a', 'jacket', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6568,124,61', 'who', 'knew', 'critters', 'could', 'be', 'so', 'cozy', 'i', 'already', 'have', 'one', 'pair', 'of', 'sleep', 'pants', 'by', 'retailer', 'and', 'was', 'looking', 'for', 'a', 'second', 'pair', 'i', 'wanted', 'something', 'warm', 'and', 'comfortable', 'for', 'the', 'fall', 'and', 'upcoming', 'winter', 'weather', 'i', 'live', 'in', 'the', 'rockies', 'as', 'soon', 'as', 'i', 'saw', 'the', 'woodland', 'animal', 'print', 'on', 'these', 'pants', 'i', 'had', 'to', 'try', 'them', 'i', 'mean', 'seriously', 'how', 'cute', 'are', 'the', 'raccoons', 'and', 'other', 'critters', 'here', 'when', 'they', 'arrived', 'at', 'first', 'i', 'thought', 'they', 'might', 'be', 'too', 'thin', 'for', 'winter', 'wear', 'but', 'when', 'i', 'put', 'them', 'on', 'i', 'was', 'pleasantly', 'surprised', 'by', 'the', 'soft', 'comfy', 'fabric', 'i', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['6569,1078,46', 'love', 'it', 'i', 'am', 'not', 'sure', 'who', 'in', 'the', 'world', 'could', 'really', 'wear', 'this', 'as', 'a', 'dress', 'without', 'belting', 'it', 'definitely', 'a', 'super', 'weird', 'cut', 'extreme', 'a-frame', 'the', 'fabric', 'is', 'just', 'absolutely', 'gorgeous', 'and', 'it', 'is', 'so', 'well', 'made', 'otherwise', 'i', 'thought', 'about', 'trying', 'to', 'size', 'down', 'but', 'it', 'would', 'be', 'too', 'small', 'in', 'the', 'shoulders', 'for', 'sure', 'i', 'am', 'going', 'to', 'keep', 'anyway', 'i', "'ve", 'already', 'worn', 'it', 'with', 'jeans', 'and', 'a', 't-shirt', 'and', 'as', 'a', 'topper', 'with', 'a', 'denim', 'shirt', 'dress', 'it', 'actually', 'looked', 'fantastic', 'with', 'both', 'i', "'ll", 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'just', 'not', 'the', 'way', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6570,1078,58', 'not', 'flattering', 'i', 'love', 'the', 'color', 'patterns', 'and', 'fabric', 'it', 'has', 'full', 'lining', 'my', 'biggest', 'problem', 'with', 'the', 'dress', 'is', 'the', 'swing', 'style', 'makes', 'it', 'more', 'like', 'a', 'maternity', 'dress', 'and', 'so', 'unflattering', 'a', 'straight', 'shift', 'style', 'would', 'have', 'been', 'much', 'better', 'dress', 'runs', 'large', 'however', 'the', 'arm/shoulder', 'area', 'is', 'tight', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6571,1078,52', 'super', 'cute', 'but', 'big', 'this', 'dress', 'is', 'super', 'cute', 'good', 'quality', 'from', 'the', 'front', 'it', 'is', 'very', 'flattering', 'and', 'hangs', 'well', 'from', 'the', 'side', 'and', 'back', 'it', 'looks', 'huge', 'i', 'ordered', 'a', 'size', '4', 'and', 'i', 'am', 'a', 'normal', '6', 'or', '8.', 'i', 'have', 're-ordered', 'the', '0', 'and', 'size', '2', 'to', 'see', 'if', 'there', 'is', 'less', 'material', 'others', 'have', 'mentioned', 'that', 'the', 'arms', 'are', 'smaller', 'in', 'the', 'smaller', 'size', 'my', 'trouble', 'area', 'is', 'my', 'hips', 'so', 'i', 'do', "n't", 'think', 'this', 'will', 'be', 'an', 'issue', 'as', 'i', 'am', 'quite', 'small', 'on', 'top', 'if', 'not', 'i', 'will', 'have', 'it', 'altered', 'because', 'it', 'is', 'so', 'cute', 'and', 'can', 'be', 'worn', 'many', 'different', 'ways.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6572,1078,46', ',agree', '100', 'with', 'other', 'reviews', 'this', 'dress', 'flares', 'a', 'lot', 'so', 'it', 'does', 'resemble', 'a', 'tent', 'to', 'size', 'down', 'causes', 'a', 'problem', 'in', 'the', 'shoulders', 'i', 'had', 'to', 'keep', 'the', '8', 'which', 'is', 'what', 'i', 'usually', 'wear', 'to', 'accommodate', 'my', 'broad', 'shoulders', 'but', 'i', 'love', 'it', 'so', 'much', 'i', 'am', 'having', 'it', 'altered', 'to', 'taper', 'and', 'adding', 'the', 'pockets', 'you', 'would', 'expect', 'a', 'dress', 'like', 'this', 'to', 'have', 'at', 'this', 'price', 'i', 'am', 'hoping', 'it', "'s", 'worth', 'it.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6573,1078,33', 'beautiful', 'but', 'huge', 'i', 'bought', 'this', 'dress', 'in', 'store', 'today', 'in', 'a', 'size', '4', 'i', 'usually', 'wear', 'an', '8', 'so', 'i', 'was', 'thrilled', 'the', 'print', 'and', 'details', 'are', 'gorgeous', 'but', 'it', "'s", 'a', 'very', 'wide', 'swing', 'dress', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'and', 'it', 'has', 'no', 'waist', 'i', "'m", 'going', 'to', 'wear', 'this', 'with', 'a', 'belt', 'so', 'it', "'s", 'fine', 'but', 'the', 'images', 'online', 'are', 'a', 'little', 'misleading', ',4,1,21', 'general', 'petite', 'dresses', 'dresses'] ['6574,1078,42', 'yee', 'haw', 'this', 'is', 'a', 'very', 'cute', 'fall', 'dress', 'that', 'can', 'be', 'worn', 'in', 'a', 'myriad', 'of', 'styles', 'from', 'styling', 'it', 'with', 'a', 'pair', 'of', 'wedges', 'and', 'dark', 'tights', 'to', 'donning', 'a', 'bolo', 'and', 'ankle', 'boots', 'heads', 'will', 'turn', 'when', 'you', 'walk', 'into', 'the', 'room', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6575,124,25', 'very', 'nice', 'christmas', 'present', 'i', 'bought', 'these', 'pants', 'for', 'my', 'girlfriend', 'for', 'christmas', 'she', 'really', 'loved', 'them', 'the', 'material', 'the', 'pants', 'are', 'made', 'of', 'is', 'very', 'comfortable', 'the', 'animals', 'are', 'super', 'cute', 'too.,5,1,0', 'initmates', 'intimate', 'sleep'] ['6576,336,35', ',i', 'cant', 'say', 'enough', 'about', 'these', 'pants', 'they', 'are', 'such', 'good', 'quality', 'i', 'bought', 'the', 'xs', 'they', 'are', 'tight', 'enough', 'and', 'do', "n't", 'create', 'crease', 'in', 'my', 'legs', 'length', 'is', 'perfect', 'for', 'my', '5.1', 'statue.,5,1,0', 'initmates', 'intimate', 'lounge'] ['6577,124,63', 'a', 'little', 'disappointing', 'just', 'got', 'these', 'today', 'because', 'they', 'were', 'a', 'steal', 'of', 'a', 'deal', 'with', 'the', 'sale', 'on', 'sale', 'was', 'super', 'excited', 'because', 'the', 'pattern', 'is', 'adorable', 'i', 'put', 'them', 'on', 'tonight', 'and', 'noticed', 'that', 'they', 'firstly', 'are', "n't", 'eloise', 'like', 'i', 'assumed', 'they', 'would', 'be', 'and', 'secondly', 'that', 'they', 'were', "n't", 'as', 'soft', 'as', 'i', 'had', 'expected', 'all', 'of', 'the', 'retailer/eloise', 'pajamas', 'i', 'have', 'purchased', 'in', 'the', 'past', 'have', 'been', 'so', 'soft', 'and', 'comfortable', 'you', 'do', "n't", 'want', 'to', 'take', 'them', 'off', 'did', 'i', 'get', 'an', 'off', 'pair', 'that', 'just', 'happened', 'to', 'not', 'be', 'as', 'soft', 'i', "'m", 'not', 'sure', 'but', 'i', "'m", ',3,0,0', 'initmates', 'intimate', 'sleep'] ['6578,1078,39', 'cute', 'definitely', 'needs', 'to', 'be', 'belted', 'i', "'m", 'a', '36ddd', 'and', 'have', 'a', 'bust', 'about', '42', 'so', 'when', 'i', 'tried', 'this', 'on', 'in', 'a', 'size', '12', 'i', 'honestly', 'did', "n't", 'expect', 'to', 'be', 'able', 'to', 'squeeze', 'it', 'on', 'and', 'yet', 'i', 'had', 'inches', 'upon', 'inches', 'to', 'spare', 'in', 'the', 'bust', 'this', 'really', 'is', 'built', 'more', 'like', 'a', 'tent', 'than', 'a', 'dress', 'on', 'the', 'bright', 'side', 'though', 'if', 'you', 'belt', 'it', 'and', 'gather', 'the', 'extra', 'material', 'at', 'the', 'sides', 'it', "'ll", 'define', 'your', 'waist', 'and', 'the', 'skirt', 'has', 'lots', 'of', 'swing', 'and', 'flounce', 'to', 'it', 'i', 'do', 'love', 'a', 'line', 'styles'] [] ['i', 'found', 'i', 'had', 'to', 'roll', 'up', 'the', 'sleeves', 'otherwise', 'the', 'dress', 'looked', 'too', 's', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['6579,864,53', ',,5,1,0', 'general', 'tops', 'knits'] ['6580,1078,46', ',it', 'is', 'a', 'beautiful', 'top', 'but', 'runs', 'huge', 'i', 'followed', 'other', 'reviews', 'and', 'ordered', 'a', 'size', 'down', 'hoping', 'it', 'would', 'work', 'but', 'it', 'was', 'totally', 'unflattering', 'i', 'wanted', 'so', 'bad', 'to', 'love', 'it', 'but', 'there', 'was', 'no', 'way', 'i', 'could', 'keep', 'it', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6581,124,43', 'soft', 'cozy', 'super', 'cozy', 'now', 'that', 'the', 'colder', 'weather', 'is', 'coming', 'i', 'will', 'likely', 'be', 'wearing', 'these', 'every', 'night', 'relaxing', 'at', 'home', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['6582,1078,43', 'adorable', 'was', 'so', 'glad', 'i', 'gave', 'this', 'dress', 'a', 'chance', 'it', "'s", 'adorable', 'it', 'does', 'run', 'large', 'i', 'am', '5', '6', '125lb', 'and', 'the', '2', 'fits', 'perfectly', 'it', 'is', 'super', 'comfortable', 'i', 'am', 'taking', 'away', 'a', 'star', 'only', 'because', 'it', 'does', "n't", 'have', 'pockets', 'with', 'all', 'of', 'the', 'fabric', 'how', 'were', 'pockets', 'left', 'out', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6583,933,31', 'love', 'this', 'beautiful', 'stylish', 'sweater', 'wrap', 'i', 'am', 'a', 'frequent', 'retailer', 'shopper', 'who', 'has', 'found', 'many', 'items', 'to', 'be', 'hit', 'or', 'miss', 'this', 'one', "'s", 'a', 'definite', 'hit', 'i', 'absolutely', 'love', 'the', 'vibe', 'of', 'this', 'sweater', 'wrap', 'unique', 'bohemian', 'feminine', 'cozy', 'the', 'fabric', 'beautiful', 'intricate', 'weave', 'high', 'quality', 'knit', 'wearable', 'virtually', 'year-round', 'thanks', 'to', 'air', 'conditioning', 'how', 'stylish', 'it', 'is', 'fringe', 'very', 'in', 'kimono', 'cocoon', 'cardigan', 'how', 'much', 'of', 'my', 'wardrobe', 'it', 'goes', 'with', 'neutral', 'ivory', 'color', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'elegant', 'or', 'casual', 'and', 'the', 'fact', 'that', 'it', 'has', ',5,1,1', 'general', 'tops', 'sweaters'] ['6584,1078,56', 'if', 'only', 'i', 'was', "5'10", 'great', 'dress', 'in', 'terms', 'of', 'material', 'quality', 'print', 'something', 'about', 'the', 'weight', 'with', 'the', 'lining', 'made', 'it', 'not', 'work', 'for', 'me', 'i', 'ordered', 'one', 'size', 'down', 'as', 'recommended', 'by', 'other', 'reviewers', 'but', 'that', 'did', "n't", 'work', 'there', 'was', 'too', 'much', 'fabric', 'for', 'the', 'length', 'and', 'the', 'lining', 'made', 'it', 'look', 'heavier', 'i', 'ordered', 'a', 'medium', 'and', 'i', 'm', '5', '5', 'on', 'the', 'curvy', 'side', 'oh', 'well', 'i', "'ve", 'had', 'so', 'much', 'luck', 'with', 'other', 'retailer', 'orders', 'so', 'i', "'m", 'not', 'too', 'disappointed', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6585,1078,74', 'based', 'on', 'the', 'other', 'reviews', 'i', 'sized', 'down', 'from', 'my', 'usual', '6p', 'to', 'a', '2p', 'but', 'this', 'dress', 'was', 'still', 'ridiculously', 'huge', 'and', 'extremely', 'unflattering', 'i', 'could', 'tell', 'the', 'minute', 'i', 'took', 'it', 'out', 'of', 'the', 'package', 'it', 'would', "n't", 'work', 'i', 'ca', "n't", 'imagine', 'this', 'would', 'flatter', 'very', 'many', 'people', 'the', 'front', 'photo', 'of', 'the', 'model', 'is', 'incredibly', 'deceptive', 'very', 'disappointed', 'this', 'will', 'be', 'going', 'back', 'for', 'sure', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6586,818,58', 'cute', 'top', 'for', 'summer', 'i', 'saw', 'this', 'shirt', 'and', 'new', 'that', 'i', 'had', 'to', 'have', 'it', 'i', 'love', 'the', 'tassel', 'on', 'the', 'back', 'at', 'the', 'tie', 'the', 'fabric', 'is', 'not', 'too', 'sheer', 'the', 'fit', 'is', 'loose', 'and', 'will', 'be', 'cool', 'this', 'summer.,5,1,1', 'general', 'tops', 'blouses'] ['6587,1078,38', 'love', 'this', 'dress', 'but', 'definitely', 'size', 'down', 'i', 'saw', 'this', 'dress', 'in', 'my', 'local', 'retailer', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'i', 'can', 'not', 'say', 'enough', 'good', 'things', 'about', 'this', 'dress', 'i', 'love', 'it'] ['like', 'other', 'reviewers', 'said', 'it', 'runs', 'very', 'big', 'i', 'am', '5', '8', '138', 'pounds', 'and', 'usually', 'wear', 'a', 'size', '6', 'but', 'got', 'this', 'in', 'a', '2.', 'fits', 'like', 'a', 'shirt', 'dress', 'should', 'once', 'i', 'sized', 'down', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6588,828,42', 'besutiful', 'love', 'this', 'top', 'it', 'is', 'just', 'gorgeous', 'and', 'fits', 'great', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['6589,1078,26', 'larger', 'than', 'life', 'larger', 'than', 'life', 'in', 'both', 'size', 'and', 'personality', 'this', 'one', 'runs', 'pretty', 'big', 'however', 'the', 'detailing', 'in', 'the', 'fabric', 'itself', 'and', 'embroidered', 'collar', 'balance', 'that', 'out', 'it', "'s", 'even', 'more', 'gorgeous', 'in', 'person'] ['for', 'reference', 'i', "'m", '5', '7', '125lb', 'straight', 'up', 'and', 'down', 'and', 'i', 'usually', 'go', 'for', 'a', '4', 'or', '6', 'small', 'i', 'got', 'a', '4', 'but', 'could', 'have', 'easily', 'fit', 'into', 'the', '2', 'or', 'even', 'the', '0', ',4,1,0', 'general', 'dresses', 'dresses'] ['6590,830,53', ',,5,1,0', 'general', 'tops', 'blouses'] ['6591,336,68', 'classy', 'leggings', 'these', 'are', 'very', 'cool', 'leggings', 'the', 'cut', 'out', 'design', 'really', 'puts', 'them', 'several', 'classes', 'above', 'a', 'simple', 'black', 'legging', 'they', 'can', 'be', 'worn', 'with', 'dressier', 'tops', 'and', 'could', 'be', 'a', 'sophisticated', 'looking', 'outfit', 'i', 'wore', 'them', 'for', 'the', 'first', 'time', 'today', 'and', 'really', 'loved', 'them', 'i', 'did', "n't", 'feel', 'like', 'i', 'was', 'out', 'in', 'leggings', 'but', 'more', 'like', 'i', 'was', 'wearing', 'a', 'nice', 'pair', 'of', 'pants', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'cut', 'is', 'very', 'flattering', 'all', 'over', 'including', 'the', 'rear', 'they', 'are', 'definitely', 'sculpting', 'and', 'firming', 'they', 'fit', 'the', 'same', 'size-wise', 'as', ',5,1,11', 'initmates', 'intimate', 'lounge'] ['6592,933,26', 'loved', 'it', 'on', 'the', 'model', 'i', 'want', 'to', 'be', 'the', 'person', 'who', 'lounges', 'like', 'the', 'model', 'but', 'this', 'was', 'huge', 'and', 'more', 'wool-feeling', 'than', 'the', 'lightweight', 'shawl', 'i', 'was', 'hoping', 'for', 'i', 'am', 'an', '8', 'got', 'the', 'xs/s', 'it', 'was', 'the', 'right', 'size', 'i', 'returned', 'it', ',2,0,1', 'general', 'tops', 'sweaters'] ['6593,1078,36', 'i', 'am', 'in', 'love.', 'based', 'on', 'others', 'reviews', 'i', 'knew', 'i', 'needed', 'to', 'try', 'this', 'beauty', 'on', 'to', 'be', 'sure', 'of', 'my', 'size', 'as', 'others', 'mentioned', 'it', 'runs', '1-2', 'sizes', 'large', 'but', 'unlike', 'others', 'i', 'do', "n't", 'feel', 'i', 'need', 'a', 'belt', 'at', 'the', 'waist', 'i', 'am', '5', '2', '140', '34d', 'and', 'with', 'my', 'body', 'style', 'super', 'short', 'and', 'not', 'super', 'slim', 'in', 'the', 'waist', 'but', 'also', 'busty', 'this', 'is', 'the', 'perfect', 'boho', 'fit', 'and', 'the', 'perfect', 'drape', 'and', 'the', 'design', 'and', 'quality', 'are', 'superb', 'to', 'boot', ',5,1,0', 'general', 'dresses', 'dresses'] ['6594,1078,59', 'so', 'cute', 'as', 'the', 'other', 'reviewers', 'stated', 'it', 'does', 'run', 'large', 'i', 'sized', 'down', '1', 'size', 'and', 'it', "'s", 'perfect', 'great', 'dress', 'to', 'wear', 'so', 'many', 'ways', ',5,1,0', 'general', 'dresses', 'dresses'] ['6595,1078,43', 'great', 'dress', 'but', 'runs', 'big', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'great', 'dress', 'i', 'got', 'a', 'ton', 'of', 'compliments', 'on', 'it', 'but', 'i', 'had', 'to', 'take', 'it', 'to', 'a', 'tailor', 'to', 'get', 'it', 'taken', 'in', 'not', 'a', 'fan', 'of', 'belts', 'with', 'dresses', 'but', 'definitely', 'wanted', 'it', 'so', 'had', 'quite', 'a', 'bit', 'taken', 'in', 'not', 'sure', 'why', 'this', 'seems', 'to', 'be', 'a', 'reoccurring', 'issue', 'with', 'retailer', 'i', 'was', 'bummed', 'i', 'had', 'to', 'spend', 'money', 'to', 'get', 'the', 'dress', 'to', 'look', 'even', 'somewhat', 'like', 'the', 'photo', ',4,1,0', 'general', 'dresses', 'dresses'] ['6596,818,38', 'two', 'strikes', 'two', 'strikes', 'against', 'this', 'top', 'and', 'its', 'going', 'back', 'first', 'the', 'white', 'top', 'is', 'a', 'light', 'weight', 'cotton', 'and', 'it', 'does', 'not', 'come', 'with', 'a', 'lining', 'or', 'shell', 'underneath', 'just', 'know', 'you', 'will', 'need', 'one', 'i', 'would', 'have', 'been', 'able', 'to', 'get', 'over', 'that', 'fact', 'since', 'i', 'have', 'tanks', 'i', 'could', 'have', 'worn', 'but', 'second', 'strike', 'is', 'that', 'it', 'wrinkles', 'alot', 'it', 'came', 'out', 'of', 'the', 'shipping', 'box', 'with', 'the', 'type', 'of', 'wrinkles', 'that', 'i', 'know', 'will', 'get', 'way', 'worse', 'after', 'washing', 'i', 'am', 'not', 'interested', 'in', 'ironing', 'anything', 'for', 'this', 'price', 'i', 'would', "n't", 'have', 'expected', 'b', ',3,0,4', 'general', 'tops', 'blouses'] ['6597,895,33', 'sophisticated', 'yet', 'simple', 'this', 'cardigan', 'can', 'be', 'dressed', 'up', 'with', 'leggings', 'and', 'booties', 'or', 'dressed', 'down', 'with', 'jeans', 'and', 'chucks', 'i', 'love', 'the', 'fit', 'of', 'the', 'small', '5', '3', 'and', 'small/medium', 'build', 'would', 'highly', 'recommend', 'for', 'a', 'dinner', 'out', 'or', 'lounging', 'around', 'at', 'home', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6598,1078,62', 'adorable', 'this', 'dress', 'is', 'loose', 'unique', 'and', 'super', 'cute', 'you', "'ll", 'get', 'noticed', 'in', 'this', 'dress', 'i', 'ordered', 'down', 'a', 'size', ',5,1,0', 'general', 'dresses', 'dresses'] ['6599,828,46', 'oversized', 'and', 'unstructured', 'but', 'soft', 'i', 'tried', 'this', 'shirt', 'in', 'a', 'small', 'my', 'usual', 'retailer', 'size', 'and', 'it', 'was', 'very', 'unflattering', 'the', 'fabric', 'was', 'ultra', 'soft', 'and', 'it', 'seemed', 'it', 'was', 'nicely', 'made', 'however', 'this', 'shirt', 'is', 'so', 'unstructured', 'and', 'oversized', 'i', 'might', 'as', 'well', 'worn', 'a', 'brown', 'paper', 'bag', ',1,0,4', 'general', 'petite', 'tops', 'blouses'] ['6600,895,39', 'so', 'blah', 'based', 'on', 'the', 'strength', 'of', 'the', 'other', 'reviews', 'i', 'thought', 'this', 'sweater', 'would', 'be', 'amazing', 'but', 'i', 'was', 'disappointed', 'the', 'knit', 'is', 'very', 'thin', 'cheap', 'looking', 'and', 'weak', 'that', 'it', 'wo', "n't", 'last', 'a', 'season', 'undamaged', 'it', 'reminds', 'me', 'of', 'a', 'duster', 'i', 'bought', '15', 'years', 'ago', 'at', 'a', 'discount', 'fast-fashion', 'retailer', 'when', 'i', 'was', 'a', 'student', 'sloppy', 'looking', 'with', 'lots', 'of', 'creases', 'out', 'of', 'the', 'package', 'collar', 'is', 'odd', 'and', 'the', 'sleeve', 'openings', 'have', 'an', 'annoying', 'flare', 'the', 'drape', 'is', 'not', 'structured', 'enough', 'everything', 'about', 'this', 'screams', 'over', 'priced', 'bath', ',2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6601,1078,39', 'into', 'the', 'west', 'totally', 'out', 'of', 'my', 'style', 'range', 'but', 'am', 'totally', 'enamored', 'by', 'this', 'tent', 'dress/shirt/coat', 'thing', 'ok', 'so', 'yes', 'it', "'s", 'very', 'very', 'tenty', 'but', 'fits', 'on', 'my', 'shoulders', 'size', 'down', '1x', 'or', '2x', 'if', 'you', "'re", 'narrow', 'shouldered', 'and', 'i', 'use', 'one', 'of', 'my', 'leather', 'belts', 'to', 'gather', 'the', 'material', 'and', 'make', 'myself', 'a', 'nice', 'western', 'fit', 'flare', 'like', 'the', 'model', 'shots', 'this', 'looks', 'great', 'with', 'a', 'tee', 'and', 'skinnies', 'if', 'you', 'have', 'tried', 'the', 'marvelous', 'silk', 'santee', 'swing', 'dress', 'the', 'escalante', 'has', 'the', 'same', 'amount', 'of', 'fabric', 'that', 'reviewer', 'either', 'love', 'or', 'hate', 'i', ',5,1,3', 'general', 'dresses', 'dresses'] ['6602,864,56', 'something', 'different', 'i', 'love', 'this', 'top', 'i', 'ordered', 'it', 'online', 'thinking', 'that', 'it', 'would', 'be', 'a', 'comfy', 'top', 'for', 'the', 'weekends', 'and', 'i', 'was', 'right', 'the', 'front', 'is', 'a', 'heavier', 'fabric', 'than', 'the', 'whisper', 'thin', 'tops', 'and', 'yet', 'the', 'back', 'is', 'a', 'wonderfully', 'lightweight', 'cotton', 'handkerchief', 'feel', 'i', 'am', 'petite', 'and', 'it', 'fits', 'great.,5,1,4', 'general', 'petite', 'tops', 'knits'] ['6603,1078,55', ',this', 'is', 'a', 'great', 'item', 'well', 'made', 'and', 'heavier', 'than', 'it', 'looks', 'size', 'runs', '2', 'sizes', 'too', 'small', 'it', 'is', 'great', 'as', 'a', 'dress', 'or', 'open', 'as', 'a', 'long', 'shirt', 'with', 'jeans', 'i', 'had', 'my', 'dressmaker', 'put', 'a', 'dart', 'right', 'down', 'the', 'front', 'under', 'my', 'breast', 'to', 'give', 'a', 'little', 'more', 'fit', 'and', 'less', 'flare', 'this', 'helps', 'if', 'you', 'are', 'curvy.,4,1,0', 'general', 'dresses', 'dresses'] ['6604,895,34', 'wardrobe', 'staple', 'i', 'had', 'this', 'on', 'my', 'birthday', 'list', 'and', 'was', 'really', 'hopeful', 'that', 'it', "'d", 'work', 'out', 'based', 'on', 'all', 'of', 'the', 'good', 'reviews', 'when', 'i', 'got', 'it', 'i', 'was', 'happy', 'with', 'the', 'fit', 'and', 'fabric', 'but', 'i', 'was', 'stumped', 'as', 'to', 'what', 'i', "'d", 'wear', 'it', 'with', 'it', 'hung', 'in', 'the', 'closet', 'for', 'a', 'couple', 'of', 'weeks', 'because', 'i', 'just', 'did', "n't", 'know', 'if', 'i', 'could', 'pull', 'off', 'the', 'length', 'i', 'took', 'the', 'plunge', 'today', 'and', 'find', 'it', 'pairs', 'nicely', 'with', 'a', 'flared', 'leg', 'pant', 'and', 'simple', 'shirt', 'underneath', 'it', "'s", 'so', 'stretchy', 'warm', 'and', 'cozy', 'the', 'sweater', 'does', 'shed', 'as', 'another', 'reviewer', 'mentioned', 'so', 'k', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6605,336,42', 'from', 'work-out', 'to', 'errands', 'i', 'love', 'the', 'design', 'of', 'these', 'the', 'laser', 'cut', 'outs', 'are', 'solid', 'and', 'hold', 'up', 'in', 'the', 'wash.', 'they', 'are', 'great', 'for', 'work-outs', 'and', 'cute', 'enough', 'to', 'wear', 'as', 'leggings', 'out', 'i', 'wore', 'them', 'to', 'my', 'bar', 'method', 'class', 'came', 'home', 'and', 'just', 'changed', 'my', 'top', 'and', 'continued', 'wearing', 'them', 'the', 'rest', 'of', 'the', 'day', 'as', 'a', 'cute', 'outfit', 'they', 'have', 'a', 'great', 'snug', 'fit', 'and', 'the', 'fabric', 'is', 'thick', 'and', 'durable', ',5,1,10', 'initmates', 'intimate', 'lounge'] ['6606,1031,35', 'ran', 'a', 'bit', 'big', 'for', 'a', 'petite', 'but', 'very', 'cute', 'these', 'are', 'great', 'overalls', 'cute', 'design', 'but', 'wish', 'they', 'came', 'in', 'petite', 'the', 'big/straps', 'were', 'a', 'little', 'too', 'big', 'for', 'me', 'so', 'i', 'had', 'to', 'return', 'but', 'i', 'probably', 'could', 'have', 'had', 'them', 'tailored', ',4,1,1', 'general', 'bottoms', 'jeans'] ['6607,828,44', 'soft', 'and', 'sweet', 'i', 'cant', 'say', 'enough', 'about', 'this', 'top', 'the', 'material', 'is', 'soft', 'and', 'comfy', 'very', 'well', 'made', 'the', 'length', 'and', 'size', 'is', 'spot', 'on', 'looks', 'great', 'tucked', 'in', 'or', 'out', 'very', 'versatile', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6608,836,68', ',,4,1,0', 'general', 'tops', 'blouses'] ['6609,836,40', 'very', 'pretty', 'blouse', 'just', 'as', 'pictured', 'i', 'liked', 'this', 'blouse', 'very', 'much', 'the', 'minute', 'i', 'first', 'seen', 'it', 'it', 'looks', 'exactly', 'as', 'pictured', 'but', 'sits', 'much', 'better', 'in', 'person', 'i', "'m", '6ft', 'tall', '160lb', 'ordered', 'a', '10', 'which', 'was', 'true', 'to', 'size', 'with', 'a', 'little', 'more', 'room', 'to', 'the', 'bottom', 'i', 'was', 'able', 'to', 'see', 'my', 'belly', 'button', 'through', 'the', 'sheer', 'part', 'of', 'the', 'bottom', 'fabric', 'but', 'as', 'soon', 'as', 'i', 'sucked', 'my', 'belly', 'in', 'it', 'was', 'fine', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'so-so', 'i', 'had', 'some', 'threads', 'hanging', 'out', 'here', 'and', 'there', 'but', 'this', 'top', 'looks', 'very', 'good', 'in', 'person', 'and', 'the', 'design', 'is', 'unique', 'you', 'can', 'hav', ',5,1,0', 'general', 'tops', 'blouses'] ['6610,1098,68', 'runs', 'really', 'large', 'i', "'m", 'glad', 'i', 'red', 'the', 'reviews', 'before', 'ordering', 'and', 'sized', 'down', 'for', 'reference', 'i', 'am', '5', '7', 'and', 'generally', 'a', 'size', '8', 'or', 'm', 'in', 'dresses', 'the', 'small', 'in', 'this', 'piece', 'fits', 'loosely', 'in', 'a', 'flattering', 'way', 'but', 'a', 'medium', 'would', 'have', 'swallowed', 'me', 'otherwise', 'it', "'s", 'a', 'great', 'casual', 'piece', 'the', 'material', 'is', 'light', 'and', 'soft', 'and', 'it', "'s", 'cute', 'over', 'leggings', ',4,1,0', 'general', 'dresses', 'dresses'] ['6611,1098,53', 'darling', 'dress', 'i', 'just', 'purchased', 'this', 'cute', 'dress', 'on', 'sale', 'and', 'made', 'sure', 'to', 'size', 'down', 'one', 'size', 'so', 'instead', 'of', 'my', 'regular', 'small', 'i', 'ordered', 'an', 'extra', 'small', 'which', 'fits', 'me', 'perfectly', 'i', "'m", 'a', 'petite', 'yet', 'busty', '34d-27-35', 'and', '5', '4', 'and', 'think', 'the', 'dress', 'looks', 'adorable', 'on', 'especially', 'since', 'i', "'m", 'a', 'huge', 'fan', 'of', 'all', 'things', 'plaid', 'it', "'s", 'a', 'lighter', 'weight', 'dress', 'so', 'it', "'s", 'perfect', 'for', 'spring', 'or', 'summer', 'but', 'can', 'be', 'worn', 'in', 'fall/winter', 'with', 'this', 'color', 'scheme', 'by', 'adding', 'tights', 'boots', 'and', 'a', 'sweater', 'or', 'jacket', 'i', 'also', 'love', 'that', 'it', 'has', 'pockets', 'i', 'do', "n't", ',5,1,1', 'general', 'dresses', 'dresses'] ['6612,863,33', 'love', 'the', 'color', 'this', 'shirt', 'is', 'perfect', 'hangs', 'nicely', 'and', 'i', 'love', 'the', 'little', 'longer', 'sleeves'] [] ['beautiful', 'color', 'too', ',5,1,1', 'general', 'tops', 'knits'] ['6613,975,69', 'love', 'its', 'so', 'versatile', 'i', 'was', 'so', 'surprised', 'by', 'this', 'jacket', 'i', 'grabbed', 'it', 'as', 'a', 'last', 'minute', 'thought', 'and', 'then', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'in', 'love', 'i', 'have', 'a', 'pink', 'dress', 'i', "'m", 'going', 'to', 'wear', 'it', 'over', 'but', 'i', 'also', 'love', 'it', 'over', 'a', 'frilly', 'off', 'white', 'tank', 'or', 'even', 'just', 'over', 'a', 'basic', 't.', 'i', 'am', 'so', 'excited', 'for', 'cooler', 'weather', 'be', 'warned', 'its', 'not', 'lined', 'or', 'warm', 'its', 'more', 'of', 'a', 'shirt', 'than', 'a', 'true', 'jacket', 'but', 'it', "'s", 'perfect', 'for', 'fall', 'in', 'california', 'i', 'wear', 'a', 'small', 'or', 'm', 'and', 'went', 'with', 'a', 'medium', 'on', 'this', 'one.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6614,993,54', 'great', 'staple', 'love', 'this', 'skirt', 'easy', 'to', 'wear', 'and', 'very', 'flattering', 'looks', 'better', 'in', 'person', 'i', 'saw', 'it', 'at', 'the', 'store', 'and', 'bought', 'it', 'when', 'i', 'looked', 'at', 'it', 'on-line', 'i', 'did', "n't", 'realize', 'it', 'was', 'the', 'same', 'skirt', 'this', 'is', 'a', 'go', 'to', 'skirt', 'comfy', 'and', 'sexy', 'all', 'in', 'one', 'even', 'wore', 'it', 'to', 'the', 'airport', 'with', 'a', 'pair', 'of', 'boots', 'and', 'sweater', 'super', 'comfortable', 'and', 'still', 'looked', 'nice', 'great', 'purchase', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['6615,292,36', 'super', 'cute', 'very', 'comfortable', 'super', 'cute', 'my', 'husband', 'says', 'it', "'s", 'the', 'cutest', 'bathing', 'suit', 'i', "'ve", 'ever', 'owned', 'and', 'i', "'ve", 'owned', 'a', 'lot', ',5,1,0', 'initmates', 'intimate', 'swim'] ['6616,863,48', 'flattering', 'comfortable', 'a', 'bit', 'flow', 'at', 'bottom', 'i', 'got', 'this', 'in', 'black', 'size', 'medium', 'my', 'usual', 'size', 'i', 'am', 'fairly', 'curvy', 'on', 'top', 'and', 'found', 'the', 'shape', 'in', 'that', 'area', 'very', 'flattering', 'to', 'my', 'figure', 'it', 'is', 'shown', 'as', 'being', 'rather', 'drapey', 'in', 'front', 'and', 'indeed', 'it', 'does', 'fit', 'rather', 'large', 'at', 'the', 'bottom', 'indeed', 'through', 'the', 'body', 'itself', 'since', 'i', "'m", 'slim', 'there', 'i', 'will', 'have', 'to', 'tailor', 'it', 'am', 'used', 'to', 'this', 'considering', 'i', 'have', 'to', 'buy', 'to', 'fit', 'my', 'chest', 'but', 'i', "'m", 'keeping', 'it', 'for', 'sure', 'as', 'i', 'love', 'the', 'fabric', 'and', 'i', 'think', 'it', 'will', 'become', 'a', 'staple', 'of', 'my', 'wardrobe', 'good', 'job', 'retailer', ',5,1,1', 'general', 'tops', 'knits'] ['6617,863,46', 'great', 'style', 'fit', 'i', 'ordered', 'the', 'gold', 'in', 'size', 'xl', 'it', 'fits', 'true', 'to', 'size', 'matching', 'the', 'online', 'photos', 'the', 'color', 'details', 'are', 'prettier', 'in', 'person', 'such', 'a', 'comfortable', 'tee', 'it', "'s", 'washed/dried', 'well', 'too', 'i', 'hope', 'they', 'make', 'more', 'colors', 'for', 'this', 'fall', 'it', "'s", 'been', 'a', 'great', 'basic', ',5,1,0', 'general', 'tops', 'knits'] ['6618,863,41', 'cute', 'i', 'ordered', 'online', 'i', 'ordered', 'online', 'and', 'wear', 'xs-', 'm.', 'i', 'ordered', 'a', 'small', 'but', 'it', 'seems', 'big', 'i', 'have', 'to', 'drive', '1+', 'hour', 'to', 'a', 'store', 'so', 'i', 'do', 'a', 'lot', 'of', 'online', 'ordering', 'i', "'m", 'thinking', 'of', 'returning', 'for', 'smaller', 'size', 'may', 'make', 'a', 'road', 'trip-', 'have', 'several', 'items', 'to', 'return', 'i', 'hate', 'paying', 'shipping', 'to', 'buy', 'and', 'shipping', 'to', 'return', 'if', 'it', 'does', "n't", 'work', ',3,1,2', 'general', 'tops', 'knits'] ['6619,975,61', ',this', 'jacket', 'is', 'perfect', 'for', 'fall', 'lightweight', 'and', 'easily', 'worn', 'over', 'other', 'tops', 'or', 'layers', 'looks', 'great', 'with', 'jeans', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6620,907,37', 'great', 'features', 'did', "n't", 'notice', 'the', 'zipper', 'in', 'the', 'back', 'when', 'i', 'ordered', 'this', 'so', 'it', 'was', 'a', 'nice', 'surprise,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['6621,294,40', 'great', 'jammies', 'these', 'pants', 'fit', 'great', 'are', 'soft', 'comfy', 'and', 'flattering', 'i', "'m", '5', '7', 'and', 'the', 'length', 'is', 'perfect', 'in', 'a', 'medium', 'they', 'wash', 'well', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['6622,1085,42', 'great', 'dress', 'i', 'initially', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'an', 'interview', 'that', 'required', 'something', 'casual', 'yet', 'could', 'be', 'dressed', 'up', 'with', 'interesting', 'jewelry', 'although', 'i', 'ended', 'up', 'wearing', 'another', 'black', 'dress', 'i', 'kept', 'this', 'paired', 'with', 'interesting', 'black', 'booties', 'and', 'a', 'great', 'necklace', 'this', 'dress', 'is', 'easy', 'to', 'wear', 'and', 'stylish', 'most', 'importantly', 'comfortable', 'i', 'could', 'see', 'myself', 'wearing', 'this', 'on', 'days', 'that', 'i', 'feel', 'inspired', 'to', 'dress', 'up', 'but', 'want', 'to', 'wear', 'something', 'that', 'is', 'not', 'fussy', 'and', 'the', 'pockets', ',5,1,0', 'general', 'dresses', 'dresses'] ['6623,830,63', 'this', 'top', 'is', 'great', 'to', 'wear', 'under', 'a', 'blazer', 'when', 'cool', 'or', 'alone', 'on', 'a', 'warm', 'day', 'i', 'rated', 'it', 'as', 'runs', 'small', 'only', 'because', 'if', 'you', 'are', 'a', 'little', 'busty', 'as', 'i', 'am', 'it', 'is', 'a', 'little', 'snug', 'across', 'the', 'chest', 'otherwise', 'fits', 'great', ',5,1,1', 'general', 'tops', 'blouses'] ['6624,294,41', 'these', 'sleep', 'pants', 'are', 'very', 'pretty', 'soft', 'and', 'comfortable', 'unfortunately', 'after', 'washing', 'them', 'once', 'i', 'noticed', 'some', 'small', 'holes', 'in', 'the', 'fabric', 'which', 'is', 'very', 'disappointing', 'considering', 'the', 'price', 'i', 'do', "n't", 'mind', 'paying', 'a', 'little', 'more', 'for', 'clothing', 'if', 'i', 'feel', 'like', 'the', 'quality', 'is', 'there', 'but', 'in', 'this', 'case', 'i', "'m", 'not', 'so', 'sure', 'i', 'guess', 'if', 'you', 'do', "n't", 'really', 'sleep', 'in', 'them', 'or', 'wash', 'them', 'then', 'they', 'would', 'probably', 'be', 'ok', 'but', 'then', 'what', "'s", 'the', 'point', 'of', 'buying', 'them', ',3,1,3', 'general', 'petite', 'intimate', 'lounge'] ['6625,863,67', 'cutest', 'top', 'this', 'top', 'is', 'another', 'winner', 'from', 'left', 'of', 'center', 'i', 'love', 'swing', 'tops', 'and', 'this', 'is', 'just', 'adorable', 'fitted', 'through', 'the', 'sleeves', 'and', 'top', 'portion', 'it', 'drapes', 'nicely', 'in', 'a', 'very', 'flattering', 'way', 'without', 'looking', 'maternity', 'i', 'love', 'the', 'rayon', 'on', 'the', 'upper', 'back', 'which', 'adds', 'interest', 'and', 'a', 'slight', 'contrast', 'i', 'purchased', 'it', 'in', 'the', 'gold', 'color', 'which', 'is', 'beautiful', 'and', 'the', 'fabric', 'is', 'light', 'and', 'very', 'comfortable', 'in', 'my', 'opinion', 'it', 'runs', 'large', 'i', "'m", 'usually', 'a', 'sp', 'but', 'ordered', 'an', 'xsp', 'for', 'a', 'more', 'fitted', 'look', 'but', 'it', 'still', 'looked', 'big', 'for', ',5,1,3', 'general', 'tops', 'knits'] ['6626,863,65', 'great', 'color', 'this', 'is', 'a', 'great', 'top', 'and', 'got', 'compliments', 'already', 'it', 'does', 'have', 'a', 'longer', 'sleeve', 'like', 'the', 'picture', 'but'] ['really', 'not', 'bad', 'it', "'s", 'so', 'comfortable', 'and', 'color', 'is', 'fabulous', 'great', 'with', 'any', 'scarf', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['6627,975,50', 'runs', 'very', 'small', 'more', 'like', 'a', 'zippered', 'shirt', 'very', 'pretty', 'but', 'runs', 'tight', 'i', 'usually', 'wear', 'an', '8', 'or', 'small/med', 'in', 'retailer', 'jackets', 'and', 'could', "n't", 'zip', 'up', 'the', '8', 'am', 'a', '36c', 'and', 'thick/broad', 'at', 'the', 'top', 'as', 'there', 'is', 'no', 'give', 'this', 'is', 'also', 'more', 'like', 'a', 'fitted', 'shirt', 'made', 'of', 'lightweight', 'muslin-like', 'fabric', 'was', 'looking', 'for', 'a', 'summer', 'jacket', 'to', 'wear', 'over', 'knits', 'in', 'a', 'chilly', 'air', 'conditioned', 'office', 'setting', 'so', 'sadly', 'it', 'did', "n't", 'work', 'for', 'me', 'could', 'be', 'cute', 'on', 'someone', 'with', 'a', 'smaller', 'frame', 'over', 'a', 'tank', 'or', 'cami', ',3,0,1', 'general', 'petite', 'jackets', 'jackets'] ['6628,975,56', 'beautiful', 'but', 'runs', 'small', 'snap', 'this', 'one', 'up', 'but', 'make', 'sure', 'you', 'order', 'a', 'size', 'larger', 'than', 'your', 'normal', 'size', 'it', 'runs', 'a', 'full', 'size', 'too', 'small', 'it', 'sold', 'out', 'before', 'and', 'i', 'was', 'told', 'it', 'was', "n't", 'coming', 'back', 'in', 'i', 'had', 'purchased', 'one', 'previously', 'in', 'my', 'regular', 'size', 'but', 'it', 'was', 'too', 'small', 'to', 'my', 'delight', 'it', "'s", 'back', 'and', 'i', "'ve", 'purchased', 'one', 'in', 'the', 'next', 'size', 'up', 'it', "'s", 'well', 'made', 'can', 'go', 'from', 'business', 'to', 'sport', 'to', 'casual', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['6629,863,31', 'crazy', 'cute', 'i', 'am', 'obsessed', 'with', 'this', 'shirt', 'it', "'s", 'sooooo', 'comfy', 'and', 'soft', 'like', 'wearing', 'a', 'blanket', 'perfect', 'for', 'throwing', 'over', 'yoga', 'clothes', 'comfy', 'yet', 'adorable', ',5,1,0', 'general', 'tops', 'knits'] ['6630,836,49', 'pros', 'and', 'cons', 'i', 'tried', 'this', 'in', 'the', 'store', 'after', 'looking', 'at', 'it', 'online', 'the', 'material', 'was', 'soft', 'and', 'flexible', 'which', 'was', 'nice', 'i', 'had', 'been', 'concerned', 'that', 'it', 'might', 'be', 'stiff', 'however', 'it', 'was', 'a', 'bit', 'difficult', 'to', 'get', 'on', 'and', 'off', 'with', 'the', 'zipper', 'on', 'the', 'back', 'and', 'the', 'high', 'neckline', 'overall', 'as', 'a', 'petite', 'person', 'i', 'felt', 'the', 'spots', 'were', 'too', 'overwhelming', 'for', 'me', 'but', 'if', 'you', 'like', 'the', 'spots', 'and', 'have', 'no', 'trouble', 'with', 'back', 'zippers', 'go', 'for', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['6631,1083,25', 'huge', 'letdown', 'i', 'never', 'leave', 'reviews', 'for', 'anything', 'but', 'this', 'dress', 'was', 'such', 'a', 'complete', 'miss', 'first', 'off', 'it', "'s", 'about', '3', 'sizes', 'too', 'big', 'second', 'off', 'it', "'s", 'knitted', 'with', 'a', 'metallic', 'thread', 'that', 'you', 'ca', "n't", 'really', 'notice', 'in', 'the', 'picture', 'i', "'m", 'usually', 'a', 'medium', 'and', 'feel', 'an', 'xs', 'would', 'be', 'sufficient', ',2,0,4', 'general', 'dresses', 'dresses'] ['6632,975,31', 'perfect', 'for', 'fall', 'this', 'jacket', 'is', 'a', 'perfect', 'lightweight', 'cover', 'for', 'dresses', 'as', 'shown', 'online', 'but', 'will', 'also', 'look', 'great', 'with', 'jeans', 'and', 'tops', 'the', 'embroidery', 'looks', 'amazing', 'and', 'is', 'high', 'quality', 'the', 'tie', 'in', 'the', 'back', 'can', 'make', 'the', 'shirt', 'a', 'little', 'more', 'form-fitted', 'while', 'its', 'a', 'masculine', 'style', 'its', 'has', 'feminine', 'details', 'and', 'fit', 'this', 'is', 'my', 'third', 'hei', 'hei', 'jacket', 'the', 'sizes', 'between', 'them', 'are', 'consistent', 'i', "'m", '5', '4', '125lbs', '34c', 'and', 'i', 'wear', 'an', 'xs', 'in', 'this', 'jacket', 'each', 'one', 'i', "'ve", 'worn', 'a', 'million', 'times', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6633,975,36', 'great', 'casual', 'wardrobe', 'staple', 'this', 'great', 'weekend', 'staple', 'is', 'the', 'perfect', 'lightweight', 'jacket', 'it', 'has', 'a', 'roomy', 'comfortable', 'fit', 'but', 'the', 'drawstring', 'helps', 'you', 'create', 'a', 'bit', 'of', 'a', 'waist', 'got', 'lots', 'of', 'compliments', 'on', 'the', 'embroidery', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6634,863,55', 'love', 'it', 'this', 'top', 'is', 'perfect', 'i', "'m", '5', '9', 'and', 'a', 'medium', 'build', 'and', 'it', "'s", 'hard', 'to', 'find', 'tops', 'that', 'have', 'long', 'enough', 'sleeves', 'this', 'is', 'really', 'long', 'i', 'love', 'the', 'weight', 'of', 'the', 'fabric', 'perfect', 'under', 'a', 'coat', 'and', 'heavy', 'enough', 'for', 'cool', 'texas', 'winter', 'days', 'the', 'fabric', 'is', 'really', 'soft', 'and', 'the', 'color', 'is', 'a', 'blue-ish', 'grey', 'the', 'style', 'is', 'feminine', 'but', 'not', 'too', 'girlie', 'it', "'s", 'my', 'new', 'go', 'to', 'top', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6635,975,46', 'beautiful', 'purchased', 'today', 'at', 'the', '30', 'off', 'summer', 'tag', 'sale', '5', '7', 'and', 'bought', 'the', 'size', '6', 'fits', 'perfectly', 'a', 'lovely', 'combination', 'of', 'feminine', 'and', 'boho', 'will', 'wear', 'with', 'dark', 'jeans', 'a', 'a', 'white', 'tank', 'fabulous', 'light', 'pretty', 'summer', 'topper', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6636,863,34', 'love', 'it', 'this', 'top', 'is', 'awesome', 'i', 'purchased', 'the', 'gold', 'color', 'in', 'a', 'small', 'fits', 'perfectly', 'and', 'true', 'to', 'size', 'sleeves', 'are', 'nice', 'and', 'long', 'definitely', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6637,907,61', 'sweet', 'sweater', 'i', 'like', 'this', 'sweater', 'very', 'much', 'it', "'s", 'short', 'but', 'not', 'too', 'short', 'and', 'soft', 'but', 'not', 'fluffy', 'the', 'design', 'is', 'a', 'little', 'interesting', 'rather', 'than', 'plain', 'and', 'the', 'colors', 'i', 'ordered', 'the', 'tan', 'are', 'great', 'for', 'me', 'a', 'redhead', 'i', "'m", '5', '3', '125', 'lbs', 'and', 'do', "n't", 'like', 'clingy', 'tops', 'so', 'i', 'took', 'a', 'm', 'and', 'it', "'s", 'perfect', 'really', 'cutewith', 'jeans', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6638,863,53', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6639,830,57', 'beautiful', 'i', 'would', 'highly', 'recommend', 'this', 'top', 'it', 'is', 'beautiful', 'and', 'it', 'helps', 'to', 'hide', 'problem', 'areas', 'much', 'prettier', 'than', 'the', 'picture', 'depicts', 'i', 'am', 'very', 'happy', 'with', 'this', 'purchase', 'ca', "n't", 'wait', 'to', 'wear', 'with', 'black', 'or', 'white', 'capris', 'this', 'summer.,5,1,3', 'general', 'tops', 'blouses'] ['6640,975,46', 'fun', 'and', 'hip', 'but', 'not', 'too', 'young', 'at', '46', 'years', 'old', 'i', 'still', 'like', 'fun', 'hip', 'fashionable', 'items', 'but', 'i', 'do', "n't", 'want', 'to', 'look', 'like', 'i', 'raided', 'my', '21', 'year', 'old', 'daughter', "'s", 'closet', 'this', 'jacket', 'hits', 'the', 'mark', 'perfectly', 'it', 'looks', 'great', 'layered', 'over', 'a', 'casual', 'dress', 'or', 'with', 'skinny', 'jeans', 'and', 'a', 'wedge', 'the', 'embroidery', 'and', 'the', 'back', 'tie', 'soften', 'the', 'masculine', 'color', 'and', 'shape', 'i', "'ll", 'be', 'wearing', 'this', 'often', ',5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['6641,863,40', 'love', 'it', 'very', 'flattering', 'on', 'fitted', 'on', 'top', 'with', 'a', 'loose', 'swingy', 'bottom', 'like', 'most', 'retailer', 'tops', 'it', 'does', 'run', 'a', 'little', 'big', 'i', 'would', 'size', 'down', 'if', 'between', 'sizes', 'the', 'material', 'does', 'seem', 'a', 'little', 'fragile', 'so', 'i', "'m", 'not', 'sure', 'how', 'it', 'will', 'hold', 'up', 'i', 'like', 'the', 'look/fit', 'enough', 'that', 'i', 'may', 'get', 'a', '2nd', 'color.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6642,863,39', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6643,552,25', 'not', 'as', 'pictured', 'the', 'jeans', 'look', 'so', 'different', 'online', 'the', 'pair', 'i', 'got', 'did', 'not', 'have', 'the', 'stone', 'washed', 'look', 'and', 'was', 'completely', 'different', 'cut', 'the', 'rise', 'is', 'not', 'as', 'stated', 'and', 'is', 'actually', '10.5', 'inches', 'also', 'i', "'m", 'a', 'true', '25', 'and', 'the', 'waist', 'is', 'like', 'a', '27', 'but', 'the', 'legs', 'are', 'super', 'skinny', 'i', "'m", 'so', 'disappointed', 'and', 'i', "'m", 'not', 'even', 'sure', 'if', 'is', 'worth', 'swapping', 'out', 'for', 'a', 'smaller', 'size', 'these', 'look', 'more', 'like', 'men', "'s", 'cut', 'jeans', ',1,0,21', 'general', 'trend', 'trend'] ['6644,975,57', 'adorable', '1.', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38', '36d', '32-40', 'and', 'the', 'size', '12', 'fit', 'me', 'perfectly', 'with', 'just', 'a', 'bra', 'on', 'underneath', 'when', 'zipped', 'up', 'i', 'plan', 'on', 'wearing', 'tank', 'tops', 'or', 'thin', 't-shirts', 'under', 'it', 'and', 'leaving', 'it', 'unzipped', 'i', "'m", 'normally', 'a', 'size', '10', 'but', 'at', 'retailer', 'i', "'m", 'a', '12', 'in', 'their', 'jackets'] [] ['2.', 'thin', 'with', 'a', 'thin', 'lining', 'but', 'stiff', 'enough', 'to', 'hold', 'its', 'shape', 'the', 'front', 'zipper', 'also', 'helps', 'give', 'firmness', 'to', 'the', 'front', 'edge'] [] ['3.', 'the', 'fabric', 'is', 'white', 'with', 'lots', 'of', 'beige', 'embroidery', 'and', 'lace', 'holes'] [] ['4.', 'i', 'have', 'a', 'feeling', 'thi', ',5,1,19', 'general', 'petite', 'jackets', 'jackets'] ['6645,975,39', 'great', 'jacket-', 'so', 'unique', 'i', 'love', 'this', 'jacket', 'i', 'have', 'worn', 'it', 'twice', 'and', 'gotten', 'compliments', 'both', 'times', 'the', 'details', 'on', 'the', 'sleeves', 'are', 'so', 'unique', 'and', 'interesting', 'it', 'fits', 'tts', 'i', 'am', 'typically', 'an', 'xl', 'and', 'i', 'ordered', 'that', 'size-', 'i', 'can', 'wear', 'a', 'long', 'sleeve', 'collared', 'shirt', 'underneath', 'so', 'it', 'is', 'perfect', 'for', 'me', 'the', 'pictures', 'on', 'the', 'website', 'do', "n't", 'do', 'it', 'justice', 'it', 'looks', 'much', 'nicer', 'in', 'person.,5,1,5', 'general', 'petite', 'jackets', 'jackets'] ['6646,294,39', 'super', 'comfy', 'these', 'pants', 'are', 'super', 'comfy', 'and', 'fit', 'true', 'to', 'size', 'i', 'went', 'up', 'to', 'a', 'size', 'large', 'because', 'i', 'wanted', 'them', 'extra', 'roomy', 'and', 'longer', 'i', "'m", "5'10", 'and', '140lbs', 'and', 'generally', 'wear', 'a', 'size', '6-8', 'in', 'pants', 'i', 'highly', 'recommend', 'them', 'for', 'stylish', 'and', 'comfy', 'lounge', 'pants', ',5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['6647,863,54', 'love', 'this', 'top', 'i', 'got', 'the', 'ivory', 'it', "'s", 'very', 'cute', 'under', 'the', 'split', 'back', 'cloth', 'stone', 'button', 'down', 'denim', 'in', 'slightly', 'oversized', 'top', 'i', 'wear', 'sm', 'but', 'bought', 'the', 'med', 'in', 'the', 'denim', 'button', 'down', 'this', 'top', 'in', 'ivory', 'runs', 'true', 'to', 'size', 'but', 'the', 'dark', 'colors', 'in', 'sm', 'fit', 'like', 'a', 'medium', 'the', 'top', 'snags', 'easily', 'it', "'s", 'pricey', 'but', 'i', 'love', 'it.,5,1,9', 'general', 'petite', 'tops', 'knits'] ['6648,975,31', 'runs', 'small', 'and', 'looks', 'different', 'in', 'person', 'i', 'ordered', 'this', 'online', 'and', 'was', 'disappointed', 'when', 'it', 'arrived', 'it', 'did', "n't", 'look', 'quite', 'like', 'it', 'does', 'in', 'the', 'photos', 'online', 'it', 'also', 'runs', 'small', 'i', 'returned', 'it', 'because', 'i', 'did', 'not', 'feel', 'it', 'was', 'worth', 'the', 'high', 'price.,2,0,1', 'general', 'petite', 'jackets', 'jackets'] ['6649,1085,41', 'manufacturing', 'process', 'incomplete', 'only', 'one', 'sleeve', 'is', 'folded', 'twice', 'and', 'sewed', 'meh.,1,0,0', 'general', 'dresses', 'dresses'] ['6650,836,25', 'great', 'too', 'i', 'really', 'love', 'this', 'top', 'it', "'s", 'cute', 'whimsical', 'and', 'comfy', 'i', 'received', 'many', 'compliments', 'on', 'it', 'it', "'s", 'a', 'really', 'good', 'length', 'and', 'good', 'quality', 'happy', 'i', 'purchased', 'it', 'especially', 'during', 'the', 'tag', 'sale', ',5,1,0', 'general', 'tops', 'blouses'] ['6651,294,39', 'comfortable', 'and', 'flattering', 'sleepwear', 'is', 'always', 'hit', 'or', 'miss', 'with', 'me', 'i', 'am', '5', '8', 'and', 'curvy', 'and', 'typically', 'sleep', 'pants', 'hit', 'right', 'above', 'my', 'foot', 'and', 'are', "n't", 'long', 'enough', 'or', 'they', 'stretch', 'out', 'after', 'a', 'few', 'wearings', 'and', 'look', 'baggy', 'or', 'unflattering', 'however', 'this', 'pair', 'exceeded', 'all', 'my', 'expectations', 'first', 'they', 'are', 'just', 'plain', 'pretty', 'the', 'pattern', 'and', 'colors', 'are', 'lovely', 'the', 'blue', 'at', 'the', 'ankle', 'is', 'a', 'cute', 'touch', 'the', 'fabric', 'is', 'soft', 'and', 'slightly', 'drapey', 'but', 'substantial', 'enough', 'for', 'warmth', 'and', 'not', 'see-through', 'at', 'all', 'i', 'also', 'like', 'how', 'the', 'waist', 'is', ',5,1,5', 'general', 'petite', 'intimate', 'lounge'] ['6652,863,30', 'perfect', 'not-so-basic', 'basic', 'this', 'shirt', 'is', 'amazing', 'it', "'s", 'soft', 'comfortable', 'i', 'ca', "n't", 'speak', 'yet', 'as', 'to', 'how', 'well', 'it', 'will', 'hold', 'up', 'but', 'i', 'plan', 'on', 'wearing', 'it', 'a', 'lot', 'the', 'cut', 'is', 'great', 'the', 'shirt', 'flutters', 'away', 'from', 'under', 'the', 'empire', 'waist', 'line', 'and', 'the', 'nylon', 'patch', 'in', 'the', 'back', 'creating', 'a', 'flattering', 'shape', 'without', 'clinging', 'anywhere', 'the', 'sleeves', 'are', 'nice', 'long', 'and', 'fitted'] [] ['this', 'shirt', 'will', 'work', 'great', 'as', 'a', 'winter/fall', 'basic', 'piece', 'but', 'the', 'texture', 'color', 'and', 'contrast', 'detail', 'in', 'the', 'back', 'make', 'it', 'interesting', 'on', 'its', 'own', 'very', 'versatile'] [] ['the', 'col', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['6653,977,52', 'hideous', 'looking', 'does', 'not', 'look', 'like', 'the', 'picture', 'lined', 'with', 'a', 'cheap', 'denim', 'fabric', 'inside', 'that', 'shows', 'when', 'arms', 'are', 'rolled', 'up', 'i', 'normally', 'always', 'fit', 'in', 'mediums', 'and', 'this', 'jacket', 'is', 'so', 'small', 'in', 'the', 'arms', 'as', 'well', 'as', 'body', 'that', 'it', 'fit', 'like', 'a', 'xs.,2,0,1', 'general', 'petite', 'jackets', 'jackets'] ['6654,975,45', 'love', 'this', 'jacket', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'loved', 'it', 'but', 'did', "n't", 'purchase', 'then', 'the', 'retailer', 'sale', 'happened', 'so', 'i', 'had', 'to', 'order', 'it', 'it', "'s", 'lightweight', 'and', 'perfect', 'for', 'southern', 'california', 'the', 'embroidery', 'adds', 'funk', 'and', 'femininity', 'i', "'m", '45', 'and', 'feel', 'like', 'this', 'works', 'well', 'for', 'any', 'age', 'i', "'m", 'typically', 'a', 'large', 'or', '12', 'and', 'the', 'large', 'fit', 'perfect', 'i', 'ca', "n't", 'wait', 'till', 'the', 'temps', 'drop', 'so', 'i', 'can', 'wear', 'it', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6655,292,53', 'maaji', 'bottoms', 'love', 'these', 'bottoms', 'cheekier', 'than', 'i', 'thought', 'but', 'like', 'them', 'even', 'more', ',5,1,0', 'initmates', 'intimate', 'swim'] ['6656,975,50', 'cute', 'comfortable', 'great', 'details', 'super', 'comfortable', 'and', 'on', 'trend', 'with', 'the', 'embroidery', 'and', 'beading', 'wore', 'it', 'day', 'after', 'i', 'received', 'to', 'the', 'airport', 'over', 'tee', 'shirt', 'jeans', 'and', 'got', 'compliments', 'left', 'and', 'right', 'love', 'it', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6657,899,29', 'beautiful', 'sweater/great', 'quality', 'but', 'i', 'ordered', 'this', 'sweater', 'online', 'in', 'a', 'size', '12.', 'i', 'am', '5', '7', '170', 'i', 'normally', 'wear', 'a', '10/12', 'i', 'was', 'swimming', 'in', 'this', 'one', 'i', 'could', 'have', 'ordered', 'an', '8', 'and', 'been', 'fine', 'the', 'fabric', 'feels', 'luxurious', 'but', 'the', 'twist', 'in', 'the', 'shoulder', 'is', 'not', 'sewn', 'into', 'place', 'you', 'will', 'have', 'to', 'steam/press', 'it', 'each', 'time', 'you', 'wear', 'it', 'or', 'you', 'could', 'have', 'it', 'sewed', 'into', 'place', ',4,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6658,977,54', 'strange', 'fit', 'well', 'made', 'but', 'strange', 'fit', 'the', 'medium', 'was', 'long', 'and', 'narrow', 'waaay', 'too', 'small', ',3,0,2', 'general', 'petite', 'jackets', 'jackets'] ['6659,909,41', 'beautiful', 'i', 'found', 'this', 'at', 'my', 'local', 'retailer', 'it', 'is', 'a', 'beautiful', 'unique', 'sweater', 'it', 'fits', 'nicely', 'a', 'bit', 'longer', 'in', 'the', 'back', 'and', 'a', 'tad', 'loose', 'on', 'the', 'bottom', 'i', "'ve", 'gotten', 'loads', 'of', 'compliments', 'as', 'it', "'s", 'truly', 'special', 'i', "'m", 'not', 'sure', 'why', 'it', "'s", 'not', 'sold', 'out', 'yet', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6660,863,60', 'cute', 'purchased', 'this', 'top', 'in', 'medium', 'i', 'am', '5', '9', 'so', 'normally', 'wear', 'medium', 'however', 'could', 'probably', 'have', 'ordered', 'a', 'small', 'sleeves', 'are', 'very', 'long', 'and', 'it', "'s", 'very', 'full', 'around', 'bottom', 'love', 'the', 'gold', 'color', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['6661,294,37', 'tall', 'girls', 'the', 'length', 'of', 'these', 'pants', 'is', 'not', 'quite', 'long', 'enough', 'i', "'m", '5', '8', 'and', 'the', 'only', 'way', 'i', 'can', 'make', 'these', 'work', 'is', 'if', 'they', "'re", 'pulled', 'low', 'on', 'the', 'hips', 'it', "'d", 'be', 'nice', 'if', 'more', 'brands', 'offered', 'long', 'and', 'short', 'sizes', 'in', 'lounge', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['6662,907,59', 'amazing.', 'this', 'cut', 'and', 'fit', 'is', 'so', 'good', 'i', 'sized', 'up', 'because', 'my', 'body', 'just', 'needs', 'that', 'with', 'pullovers', 'generally', 'and', 'i', 'was', 'glad', 'i', 'did', 'it', 'fits', 'just', 'right', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6663,975,64', 'very', 'cool', 'jacket', 'this', 'jacket', 'is', 'far', 'more', 'attractive', 'than', 'on', 'the', 'website', 'i', 'would', 'have', 'passed', 'this', 'up', 'had', 'i', 'not', 'seen', 'it', 'in', 'the', 'store', 'the', 'embroidered', 'sleeve', 'detail', 'is', 'intricate', 'with', 'raised', 'cream', 'colored', 'stitching', 'surrounded', 'by', 'small', 'brass', 'beads', 'on', 'a', 'rich', 'olive', 'green', 'background', 'blue', 'detail', 'sets', 'this', 'off', 'as', 'a', 'unique', 'statement', 'piece', 'that', 'will', 'surely', 'draw', 'compliments', 'i', 'am', '5', '1', '110', 'lbs', 'and', 'the', 'extra', 'small', 'regular', 'fit', 'fine', 'i', 'considered', 'a', 'petite', 'but', 'the', 'salesperson', 'thought', 'the', 'longer', 'length', 'would', 'look', 'better', 'so', 'i', 'w', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['6664,1083,39', 'like', 'wearing', 'a', 'soft', 'blanket', 'pros', 'this', 'dress', 'is', 'so', 'super', 'soft', 'and', 'warm', 'i', 'feel', 'like', 'i', "'m", 'just', 'wearing', 'a', 'winter', 'throw', 'when', 'i', 'have', 'it', 'on'] [] ['cons', 'way', 'way', 'too', 'big', 'i', 'returned', 'the', 'small', 'which', 'easily', 'should', 'have', 'been', 'a', 'large', 'with', 'room', 'to', 'spare', 'and', 'got', 'the', 'extra', 'small', 'it', "'s", 'still', 'way', 'too', 'big', 'they', 'definitely', 'have', 'this', 'dress', 'clipped', 'behind', 'her', 'back', 'so', 'it', 'does', "n't", 'look', 'so', 'huge', 'and', 'there', "'s", 'a', 'reason', 'there', 'is', "n't", 'a', 'video', 'showing', 'how', 'this', 'dress', 'looks', 'when', 'it', 'moves', 'because', 'it', 'is', 'ginormous', 'and', 'they', 'know', 'it'] [] ['but', 'i', 'still', 'kept', 'the', 'xs', ',4,1,0', 'general', 'dresses', 'dresses'] ['6665,907,35', 'short', 'but', 'still', 'cute', 'like', 'the', 'other', 'reviewers', 'i', 'agree', 'that', 'this', 'sweater', 'is', 'waaaay', 'shorter', 'than', 'it', 'looks', 'on', 'the', 'model', 'i', 'think', 'she', "'s", 'wearing', 'a', 'large', 'size', 'and', 'it', "'s", 'probably', 'cinched', 'in', 'the', 'back', 'still', 'cute', 'though', 'i', "'m", '5', '9', '145', 'and', 'a', 'medium', 'fits', 'well', 'looks', 'cute', 'with', 'high-waisted', 'jeans', 'which', 'i', 'wear', 'anyway', ',3,1,0', 'general', 'tops', 'fine', 'gauge'] ['6666,1085,50', 'interesting', 'piece', 'i', 'could', "n't", 'believe', 'how', 'fast', 'this', 'dress', 'sold', 'out', 'when', 'they', 'were', 'having', 'the', 'fall', 'promotion', 'they', 'had', 'just', 'put', 'it', 'on', 'the', 'website', 'and', 'it', 'sold', 'out', 'in', 'my', 'size', 'in', 'a', 'matter', 'of', 'hours', 'i', 'just', 'received', 'the', 'dress', 'today', 'and', 'really', 'like', 'the', 'practicality', 'of', 'it', 'you', 'can', 'easily', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', 'still', 'looks', 'sheek', 'either', 'way', 'what', 'i', 'did', "n't", 'like', 'about', 'the', 'dress', 'was', 'that', 'the', 'material', 'is', 'a', 'little', 'flimsy', 'compared', 'to', 'how', 'it', 'looks', 'in', 'the', 'picture', 'i', 'am', 'on', 'the', 'fence', 'regarding', 'if', 'i', 'will', 'keep', 'it.,3,1,0', 'general', 'dresses', 'dresses'] ['6667,975,48', 'love', 'a', 'fabulous', 'light', 'weight', 'jacket', 'love', 'the', 'detail', 'and', 'fit', 'is', 'perfect', 'and', 'comfortable', 'the', 'jacket', 'was', 'not', 'so', 'interesting', 'on', 'the', 'display', 'table', 'but', 'once', 'tried', 'on', 'it', 'became', 'mine', 'and', 'i', 'suspect', 'this', 'is', 'going', 'to', 'sell', 'out', 'i', 'really', 'love', 'the', 'light', 'color', 'denim', 'trim', 'on', 'the', 'lapels', 'a', 'keeper', 'i', 'purchased', 'a', 'medium', 'and', 'that', 'is', 'my', 'standard', 'size', 'in', 'retailer', 'jackets', 'for', 'reference', '34', 'dd', 'and', '145', 'pounds', 'and', '5', '4', 'height.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6668,552,53', 'you', 'do', "n't", 'know', 'what', 'you', 'get', 'until', 'you', 'get', 'them', 'like', 'a', 'previous', 'reviewer', 'mentioned', 'the', 'jeans', 'do', 'not', 'necessarily', 'look', 'like', 'the', 'one', 'in', 'the', 'photo', 'i', 'first', 'ordered', 'them', 'in', 'my', 'regular', 'size', 'and', 'also', 'had', 'to', 'notice', 'that', 'they', 'are', 'cut', 'like', 'men', "'s", 'jeans', 'with', 'legs', 'so', 'skinny', 'that', 'i', 'could', 'only', 'force', 'them', 'over', 'my', 'calves', 'the', 'embroiding', 'is', 'beautiful', 'but', 'it', 'also', 'stops', 'the', 'material', 'from', 'stretching', 'so', 'the', 'the', 'super', 'skinny', 'legs', 'are', 'a', 'real', 'problem', 'also', 'they', 'are', 'not', 'as', 'intensely', 'stone', 'washed', 'as', 'shown', 'in', 'the', 'picture', 'i', 'decided', 'to', 'order', 'them', 'again', 'one', 'size', 'bigger', ',3,0,1', 'general', 'trend', 'trend'] ['6669,552,29', 'amazing', 'unique', 'i', 'want', 'to', 'hate', 'these', 'jeans', 'because', 'they', 'are', 'so', 'expensive', 'but', 'every', 'time', 'i', 'try', 'these', 'on', 'they', 'just', 'look', 'so', 'cool'] ['they', 'seem', 'to', 'be', 'handmade', 'so', 'the', 'flowers', 'are', 'not', 'in', 'the', 'same', 'spot', 'on', 'each', 'pair', ',5,1,1', 'general', 'trend', 'trend'] ['6670,975,41', 'perfect', 'fit', 'true', 'to', 'size', 'and', 'fits', 'great', 'the', 'sleeves', 'are', 'the', 'perfect', 'size', 'and', 'it', "'s", 'so', 'versatile.,5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['6671,863,46', 'perfect', 'around', 'the', 'house', 'shirt', 'i', 'work', 'from', 'home', 'so', 'i', "'m", 'always', 'in', 'search', 'of', 'tops', 'that', 'are', 'comfortable', 'and', 'cute', 'but', 'do', "n't", 'make', 'me', 'look', 'like', 'i', "'m", 'waiting', 'for', 'company', 'to', 'arrive', 'this', 'is', 'a', 'great', 'addition', 'to', 'the', 'wardrobe', 'super', 'comfortable', 'it', 'has', 'shrunk', 'slightly', 'with', 'a', 'few', 'launderings', 'but', 'it', "'s", 'still', 'wearable', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6672,863,70', 'great', 'sweater', 'true', 'to', 'form', 'this', 'retailer', 'sweater', 'hits', 'the', 'mark', 'it', "'s", 'light', 'weight', 'stylish', 'great', 'for', 'a', 'shorter', 'person', 'like', 'myself', 'and', 'has', 'cute', 'detailing', 'the', 'sleeves', 'are', 'little', 'long', 'but', 'i', 'push', 'them', 'up', 'anyway', 'and', 'the', 'cream', 'color', 'i', 'bought', 'goes', 'with', 'everything', 'the', 'xs', 'size', 'is', 'more', 'comfortable', 'and', 'flattering', 'than', 'the', 's', 'if', 'you', 'are', 'short', 'i', 'would', 'have', 'bought', 'the', 'bluish', 'gray', 'color', 'of', 'this', 'sweater', 'too', 'but', 'already', 'own', 'a', 'similarly', 'shaded', 'and', 'textured', 'sweater', 'from', 'retailer', 'from', 'last', 'year', 'love', 'that', 'one', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6673,975,53', ',just', 'purchased', 'tonight', 'and', 'love', 'i', 'this', 'little', 'jacket', 'the', 'embroidery', 'and', 'beading', 'down', 'the', 'sleeves', 'is', 'such', 'an', 'interesting', 'touch', 'yet', 'neutral', 'enough', 'to', 'wear', 'with', 'just', 'about', 'everything', 'this', 'fall', 'runs', 'tts.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['6674,863,68', 'love', 'this', 'shirt', 'bought', 'this', 'in', 'dark', 'grey', 'which', 'has', 'a', 'lovely', 'bluish', 'hue', 'the', 'fabric', 'is', 'soft', 'comfy', 'and', 'it', 'has', 'great', 'lines', 'for', 'a', 'knit', 'fabric', 'very', 'flattering', 'the', 'sleeves', 'are', 'nice', 'and', 'long', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6675,830,39', 'true', 'to', 'size', 'and', 'reversible', 'i', 'was', 'leary', 'about', 'ordering', 'this', 'but', 'absolutely', 'loved', 'it', 'when', 'it', 'arrived', 'i', 'found', 'out', 'the', 'front', 'could', 'be', 'the', 'back', 'and', 'the', 'back', 'could', 'be', 'the', 'front', 'reversible', 'right', 'and', 'the', 'styling', 'of', 'the', 'shirt', 'was', 'very', 'complimentary', 'to', 'my', 'body', ',5,1,0', 'general', 'tops', 'blouses'] ['6676,552,50', 'unique', 'jeans', 'i', 'love', 'these', 'jeans', 'i', 'am', 'usually', 'a', 'size', '27', 'or', '28', 'in', 'boyfriend', 'jeans', 'and', 'i', 'kept', 'the', 'size', '28.', 'i', 'chose', 'the', 'baggier', 'fit', 'the', 'size', '27', 'did', 'fit', 'but', 'it', 'was', 'a', 'more', 'fitted', 'look', 'so', 'i', 'guess', 'i', 'would', 'say', 'you', 'could', 'definitely', 'go', 'with', 'your', 'regular', 'boyfriend', 'size', 'and', 'pick', 'the', 'fit', 'that', 'you', 'prefer', 'i', 'really', 'feel', 'like', 'this', 'is', 'a', 'jean', 'that', 'you', 'should', 'try', 'on', 'before', 'purchasing', 'but', 'the', 'availability', 'of', 'these', 'makes', 'it', 'almost', 'impossible', 'i', 'literally', 'stalked', 'the', 'site', 'so', 'i', 'could', 'purchase', 'both', 'sizes', 'and', 'choose', 'the', 'ones', 'tha', ',5,1,1', 'general', 'trend', 'trend'] ['6677,863,30', 'best', 'fall', 'purchase', 'i', 'made', 'although', 'the', 'weather', 'is', 'getting', 'warm', 'in', 'ca', 'the', 'gold', 'color', 'and', 'cut', 'of', 'this', 'shirt', 'made', 'me', 'want', 'to', 'buy', 'just', 'one', 'more', 'long', 'sleeved', 'item', 'and', 'it', 'did', "n't", 'disappoint', 'i', "'m", 'actually', 'looking', 'forward', 'to', 'next', 'winter', 'so', 'i', 'can', 'wear', 'it', 'again', ',5,1,0', 'general', 'tops', 'knits'] ['6678,909,57', 'sweater', 'not', 'as', 'shown', 'in', 'photo', 'much', 'to', 'my', 'surprise', 'when', 'i', 'tried', 'on', 'this', 'sweater', 'i', 'found', 'that', 'it', 'was', 'cut', 'in', 'a', 'bell', 'shape', 'and', 'not', 'at', 'all', 'fitted', 'or', 'straight', 'like', 'in', 'the', 'photo', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'package', 'i', 'thought', 'i', "'d", 'ordered', 'the', 'wrong', 'size', 'because', 'the', 'shoulders', 'looked', 'so', 'narrow', 'but', 'when', 'i', 'tried', 'it', 'on', 'the', 'shoulders', 'fit', 'perfectly', 'with', 'beautiful', 'detail', 'and', 'high', 'quality', 'material', 'but', 'the', 'sweater', 'belling', 'out', 'to', 'a', 'very', 'wide', 'shape', 'it', 'is', 'very', 'wide', 'at', 'the', 'hip', 'and', 'looks', 'out', 'of', 'proportion', 'it', 'does', "n't", 'look', 'anything', 'like', 'the', 'phot', ',1,0,17', 'general', 'tops', 'fine', 'gauge'] ['6679,292,35', 'make', 'your', 'buns', 'look', 'adorable', 'love', 'this', 'brand', 'and', 'i', 'keep', 'coming', 'back', 'i', 'do', "n't", 'have', 'the', 'most', 'tone', 'tush', 'but', 'maaji', 'always', 'gives', 'a', 'cute', 'little', 'lift', 'i', 'order', 'a', 'size', 'up', 'usually', 'a', 'small', 'so', 'i', 'order', 'a', 'medium', ',5,1,0', 'initmates', 'intimate', 'swim'] ['6680,863,65', 'a', 'necessity', 'yes', 'this', 'is', 'a', 'bit', 'expensive', 'however', 'it', 'is', 'made', 'in', 'the', 'usa', 'so', 'that', 'is', 'a', 'very', 'good', 'thing', 'i', 'appreciate', 'having', 'the', 'opportunity', 'to', 'buy', 'high', 'quality', 'well-designed', 'basic', 'pieces', 'that', 'are', 'simultaneously', 'supporting', 'my', 'community', 'and', 'country', 'when', 'you', 'are', 'considering', 'this', 'pretty', 'top', 'please', 'click', 'on', 'the', 'gold', 'so', 'that', 'you', 'can', 'see', 'the', 'detail', 'it', 'is', 'very', 'well-made', 'and', 'flattering', 'i', 'love', 'how', 'it', 'has', 'a', 'slight', 'shape', 'at', 'the', 'back', 'very', 'flattering', 'and', 'feminine', 'the', 'feel', 'and', 'weight', 'of', 'the', 'cotton', 'is', 'remarkably', 'com', ',5,1,52', 'general', 'tops', 'knits'] ['6681,975,22', ',,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['6682,836,41', 'cute', 'but', 'odd', 'color', 'this', 'top', 'fits', 'like', 'shown', 'in', 'the', 'pictures', 'however', 'i', 'bought', 'the', 'rose', 'color', 'and', 'thought', 'it', 'was', 'a', 'little', 'off', 'would', 'have', 'loved', 'to', 'find', 'the', 'ivory', 'in', 'my', 'size', ',3,1,0', 'general', 'tops', 'blouses'] ['6683,294,53', 'beautiful', 'pants', 'i', 'love', 'these', 'pants', 'only', 'wish', 'they', 'i', 'was', 'a', 'little', 'taller', 'i', "'m", '5', '4', 'and', 'the', 'small', 'is', 'a', 'little', 'long', 'for', 'me', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['6684,830,54', 'beautiful', 'colors', 'are', 'very', 'vibrant', 'lays', 'very', 'nicely', 'on', 'the', 'body.,5,1,0', 'general', 'tops', 'blouses'] ['6685,1100,49', 'flattering', 'flowy', 'dress', 'this', 'is', 'one', 'of', 'my', 'favorite', 'retailer', 'dresses', 'it', "'s", 'flowy', 'and', 'makes', 'me', 'feel', 'beautiful', 'i', 'loved', 'it', 'so', 'much', 'that', 'i', 'bought', 'it', 'in', 'two', 'colors', 'it', 'does', 'run', 'big', 'so', 'i', 'would', 'size', 'down', 'but', 'when', 'you', 'find', 'your', 'size', 'you', "'ll", 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['6686,1100,43', 'great', 'dress', 'for', 'all', 'occasions', 'i', 'really', 'liked', 'the', 'dress', 'on', 'line', 'but', 'i', 'did', "n't", 'appreciate', 'how', 'lovely', 'it', 'was', 'until', 'i', 'received', 'it', 'it', 'fit', 'perfectly', 'and', 'has', 'a', 'lovely', 'flare', 'at', 'the', 'hemline', 'for', 'a', 'flirty', 'feel', 'i', 'wear', 'it', 'with', 'taupe', 'colored', 'booties', 'and', 'it', 'is', 'perfect', 'for', 'work', 'and', 'afterwork', ',5,1,0', 'general', 'dresses', 'dresses'] ['6687,1100,23', 'great', 'for', 'all', 'body', 'types', 'i', "'m", 'in', 'love', 'with', 'this', 'dress', 'i', 'have', 'seen', 'the', 'chevron', 'pattern', 'of', 'this', 'dress', 'on', 'many', 'women', 'and', 'i', 'can', 'honestly', 'say', 'that', 'i', 'have', "n't", 'seen', 'a', 'body', 'that', 'it', 'does', "n't", 'look', 'good', 'on', 'i', 'am', 'a', 'busty', 'girl', 'and', 'was', 'afraid', 'the', 'shape', 'of', 'this', 'dress', 'would', 'make', 'me', 'look', 'as', 'if', 'i', 'was', 'expecting', 'and', 'much', 'to', 'my', 'surprise', 'it', 'did', "n't", 'at', 'all', 'this', 'is', 'such', 'a', 'great', 'transitional', 'piece', 'to', 'have', 'in', 'your', 'closet', 'i', 'highly', 'recommend', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['6688,1100,53', 'perfect', 'dress', 'i', "'m", 'in', 'love', 'with', 'this', 'dress', 'and', 'first', 'tried', 'on', 'the', 'petite', 'size', 'in', 'the', 'store', 'if', 'you', 'do', "n't", 'have', 'enormous', 'shoulders', 'which', 'i', 'do', 'i', 'think', 'the', 'petite', 'would', 'fit', 'someone', 'in', 'the', '5', '6', 'range', 'what', 'i', "'m", 'trying', 'to', 'say', 'is', 'the', 'dress', 'is', 'pretty', 'long', 'the', 'cut', 'is', 'beautiful', 'and', 'patterns', 'perfectly', 'complementary', 'i', "'ve", 'been', 'reading', 'marie', 'kondo', "'s", 'book', 'and', 'this', 'one', 'sparks', 'joy', ',5,1,1', 'general', 'dresses', 'dresses'] ['6689,860,35', 'fantastic', 'in', 'both', 'colors', 'i', 'really', 'love', 'this', 'top', 'normally', 'i', 'would', 'not', 'go', 'for', 'a', 'lot', 'of', 'narrow', 'stripes', 'like', 'this', 'because', 'i', 'would', 'think', 'it', 'is', 'too', 'busy', 'but', 'this', 'one', 'is', 'certainly', 'the', 'exception', 'both', 'colors', 'are', 'fantastic', 'and', 'i', 'think', 'the', 'design', 'is', 'alluring-not', 'busy', 'i', 'like', 'that', 'it', 'buttons', 'down', 'which', 'offers', 'a', 'lot', 'of', 'flexibility', 'to', 'display', 'necklaces', 'or', 'have', 'completely', 'up', 'to', 'complete', 'change', 'the', 'look', 'one', 'of', 'the', 'things', 'i', 'absolutely', 'love', 'about', 'this', 'is', 'that', 'it', 'has', 'long', 'sleeves', 'i', 'think', 'it', 'is', 'rare', 'these', 'days', 'to', 'find', 'something', 'that', 'i', ',5,1,7', 'general', 'tops', 'knits'] ['6690,1080,49', 'love', 'this', 'dress', 'i', 'had', 'this', 'in', 'my', 'cart', 'for', 'ages', 'waiting', 'for', 'a', 'sale', 'and', 'debating', 'the', 'dress', 'in', 'general', 'i', 'am', 'delighted', 'as', 'it', 'did', 'finally', 'go', 'on', 'sale', 'i', 'bought', 'it', 'and', 'it', 'is', 'fabulous', 'my', 'measurements', 'are', '36/28/39', 'i', 'wear', 'a', '34d', 'bra', 'and', 'the', 'small', 'fit', 'perfectly', 'the', 'only', 'problem', 'i', 'have', 'had', 'with', 'it', 'is', 'that', 'the', 'lining', 'in', 'the', 'front', 'shows', 'about', '3/8', 'at', 'the', 'bottom', 'of', 'the', 'dress', 'once', 'i', 'have', 'worn', 'the', 'dress', 'what', 'seems', 'to', 'happen', 'is', 'that', 'the', 'dress', 'creeps', 'up', 'due', 'to', 'its', 'wrinkling', 'but', 'the', 'lining', 'does', 'not', 'hence', 'the', 'showing', 'i', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['6691,1100,44', 'this', 'dress', 'is', 'fun', 'to', 'wear', 'i', 'wear', 'the', 'purple', 'one', 'flowy', 'and', 'get', 'lots', 'of', 'compliments', 'i', 'have', "n't", 'worn', 'the', 'navy', 'yet', 'but', 'when', 'i', 'do', 'it', 'will', 'be', 'belted', 'my', 'only', 'complaint', 'is', 'the', 'material', 'that', 'is', 'used', 'at', 'the', 'shoulders', 'shows', 'bra/slip', 'straps', 'luckily', 'it', 'is', "n't", 'too', 'noticeable', 'but', 'a', 'design', 'flaw', 'worth', 'mentioning', 'nonetheless', ',4,1,0', 'general', 'dresses', 'dresses'] ['6692,1111,57', 'floral', 'embroidered', 'beautiful', 'i', 'was', 'so', 'happy', 'to', 'see', 'this', 'dress', 'at', 'one', 'of', 'my', 'local', 'retailer', 'stores', 'since', 'i', "'ve", 'had', 'this', 'in', 'my', 'basket', 'since', 'i', 'first', 'saw', 'it', 'i', 'tried', 'it', 'on', 'in', 'my', 'usual', 'size', 'and', 'it', 'runs', 'true', 'to', 'size', 'in', 'all', 'areas', 'the', 'length', 'is', 'as', 'shown', 'int', 'he', 'picture', 'i', 'am', '5', '4', 'and', 'it', 'hit', 'me', 'right', 'above', 'the', 'knee', 'i', 'am', 'short', 'waisted', 'and', 'the', 'dress', 'fit', 'perfect', 'sat', 'right', 'above', 'my', 'waist', 'and', 'then', 'lay', 'just', 'as', 'shown', 'not', 'too', 'much', 'material', 'to', 'make', 'you', 'look', 'fuller', 'in', 'the', 'hips', 'and', 'also', 'not', 'too', 'young', 'looking', 'i', 'am', 'planning', 'to', 'wear', 'it', 'to', ',5,1,8', 'general', 'dresses', 'dresses'] ['6693,1094,56', 'stunning', 'this', 'is', 'a', 'great', 'summer', 'dress', 'i', 'bought', 'this', 'dress', 'in', 'both', 'l', 'and', 'xl', 'because', 'this', 'brand', 'varies', 'i', 'kept', 'the', 'l', 'because', 'the', 'fit', 'was', 'better', 'the', 'xl', 'was', 'wider', 'and', 'had', 'larger', 'armholes', 'the', 'fabric', 'and', 'colors', 'are', 'beautiful', 'lots', 'of', 'compliments', 'it', 'is', 'lined', 'highly', 'recommend', ',5,1,11', 'general', 'dresses', 'dresses'] ['6694,1100,28', 'too', 'big', 'i', 'order', 'the', 'blue', 'and', 'orange', 'endora', 'wing', 'dress', 'in', 'an', 'xxs', 'and', 'it', 'was', 'still', 'very', 'large', 'i', 'know', 'that', 'this', 'is', 'a', 'flow', 'dress', 'but', 'there', 'was', 'so', 'much', 'excess', 'material', 'that', 'i', 'looked', 'like', 'i', 'was', 'swallowed', 'the', 'colors', 'are', 'more', 'muted', 'than', 'in', 'the', 'pictures', 'a', 'faded', 'blue', 'and', 'orange', 'that', 'i', 'did', "n't", 'really', 'like', 'return', ',3,0,0', 'general', 'dresses', 'dresses'] ['6695,1094,50', 'not', 'flattering', 'on', 'me', 'may', 'look', 'better', 'on', 'someone', 'tall', 'thin', 'and', 'straight', ',3,1,0', 'general', 'dresses', 'dresses'] ['6696,865,47', 'runs', 'small', 'i', 'love', 'deletta', 'and', 'regularly', 'search', 'for', 'their', 'items', 'here', 'on', 'retailer', 'however', 'this', 'one', 'is', 'a', 'miss', 'as', 'i', 'think', 'it', 'runs', 'small', 'or', 'you', 'need', 'to', 'be', 'taller', 'and', 'thinner', 'then', 'i', 'for', 'the', 'gathering', 'opening', 'to', 'hit', 'you', 'right', 'i', 'did', 'really', 'like', 'the', 'color', 'ordered', 'the', 'brown', 'and', 'material', 'but', 'back', 'it', 'goes', ',2,0,8', 'general', 'tops', 'knits'] ['6697,865,53', 'odd', 'fit', 'beautiful', 'design', 'but', 'poor', 'execution', 'i', 'wanted', 'to', 'love', 'this', 'blouse', 'so', 'much', 'but', 'try', 'as', 'i', 'might', 'it', 'just', 'fit', 'so', 'oddly', 'on', 'me', 'i', "'m", 'usually', 'a', 'petite', 's', 'so', 'i', 'purchased', 'the', 'xs', 'in', 'brown', 'first', 'the', 'color', 'was', 'more', 'gray-brown', 'but', 'it', 'was', 'still', 'ok.', 'but', 'second', 'the', 'fit', 'was', 'off', 'maybe', 'i', 'just', 'got', 'a', 'bad', 'one', 'but', 'the', 'center', 'of', 'the', 'blouse', 'was', 'so', 'offset', 'that', 'the', 'slit', 'in', 'the', 'front', 'laid', 'so', 'far', 'to', 'the', 'left', 'and', 'the', 'v-neck', 'was', 'so', 'low', 'that', 'you', 'could', 'see', 'my', 'bra', 'there', 'was', 'no', 'adjusting', 'i', 'could', 'do', 'to', 'fix', 'it', 'the', 'material', 'has', 'a', 'lovely', 'soft', 'silky', 'feel', 'to', 'it', 'an', ',1,0,7', 'general', 'tops', 'knits'] ['6698,1060,39', 'too', 'long', 'these', 'pants', 'are', 'really', 'pretty', 'and', 'comfrotable', 'and', 'i', 'took', 'a', 'cahnce', 'ordering', 'them', 'with', 'a', '31', 'inch', 'inseam', 'i', 'thought', 'perhaps', 'they', 'would', 'work', 'with', 'a', '4-inch', 'heel', 'howeverm', 'it', 'is', 'not', 'the', 'case', 'tey', 'much', 'be', 'much', 'longer', 'than', '31', 'inches', 'due', 'to', 'the', 'cut', 'out', 'i', 'will', 'not', 'be', 'able', 'to', 'have', 'htem', 'hemmed', 'so', 'htey', 'must', 'go', 'back', 'if', 'you', 'are', 'taller', 'i', 'recommend', 'they', 'are', 'truly', 'flattering', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['6699,1100,52', 'super', 'cute', 'dress', 'i', 'got', '2', 'of', 'these', 'dresses', 'one', 'in', 'the', 'navy', 'with', 'small', 'flowers', 'and', 'the', 'gray/yellow', 'print', 'i', 'am', '51', 'and', 'the', 'navy', 'looked', 'a', 'little', 'old', 'fashioned', 'on', 'me', 'i', 'think', 'if', 'you', 'are', 'younger', 'it', 'would', 'be', 'super', 'cute', 'the', 'gray/yellow', 'diagonal', 'stripe', 'is', 'super', 'cute', 'it', "'s", 'a', 'more', 'modern', 'design', 'in', 'the', 'fabric', 'and', 'i', 'love', 'it', 'it', 'will', 'be', 'my', 'favorite', 'go', 'to', 'dress', 'for', 'the', 'summer', 'i', 'also', 'think', 'it', 'will', 'pack', 'nicely', 'for', 'trips', 'i', 'am', '5', '7', 'and', 'wear', 'a', 'small', 'or', 'medium', 'with', 'retailer', 'clothes', 'and', 'i', 'got', 'a', 'small', 'in', 'this', 'dress', 'and', 'it', "'s", 'p', ',5,1,0', 'general', 'dresses', 'dresses'] ['6700,1111,54', 'gorgeous', 'but', 'not', 'for', 'me', 'i', 'was', 'so', 'excited', 'about', 'this', 'dress', 'but', 'when', 'i', 'got', 'it', 'there', 'were', 'several', 'issues', 'i', 'had', 'with', 'it', 'the', 'neck', 'is', 'just', 'too', 'high', 'for', 'me', 'and', 'the', 'skirt', 'is', 'too', 'pleated', 'and', 'makes', 'my', 'hips', 'look', 'wide', 'i', 'was', 'hoping', 'for', 'more', 'of', 'an', 'a-line', 'cut', 'gorgeous', 'though', 'wish', 'it', 'worked', ',4,1,0', 'general', 'dresses', 'dresses'] ['6701,1080,26', 'such', 'a', 'perfect', 'summer', 'dress', 'this', 'dress', 'is', 'beautiful', 'it', 'is', 'just', 'as', 'pretty', 'as', 'it', 'looks', 'in', 'the', 'picture', 'if', 'not', 'prettier', 'it', 'is', 'a', 'great', 'material', 'the', 'colors', 'are', 'beautiful', 'and', 'it', 'is', 'perfect', 'to', 'throw', 'on', 'in', 'the', 'summer', 'i', 'highly', 'recommend', 'it', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['6702,1100,51', 'swing', 'dress', 'this', 'dress', 'is', 'made', 'well', 'and', 'fit', 'nice', 'i', 'am', '64', 'and', '135', 'lbs', 'i', 'really', 'wanted', 'it', 'keep', 'it', 'but', 'it', 'is', 'going', 'back', 'the', 'colors', 'in', 'person', 'are', 'much', 'more', 'muted', 'and', 'with', 'my', 'pale', 'blonde', 'hair', 'and', 'fair', 'skin', 'the', 'color', 'was', 'all', 'wrong', ',4,1,0', 'general', 'dresses', 'dresses'] ['6703,1080,25', 'amazing', 'perfect', 'summer', 'dress', 'this', 'is', 'a', 'must', 'buy', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6704,1111,23', 'adorable', 'super', 'cute', 'dress', 'the', 'material', 'is', 'not', 'what', 'i', 'expected', 'it', "'s", 'stretchy', 'and', 'the', 'slip', 'is', 'tight', 'fitting', 'too', 'the', 'look', 'is', 'super', 'cute', 'though', ',4,1,0', 'general', 'dresses', 'dresses'] ['6705,1053,47', 'weekend', 'or', 'work', 'all', 'good', 'i', 'am', 'pretty', 'obsessed', 'with', 'these', 'and', 'wish', 'i', 'could', 'get', 'them', 'in', 'many', 'more', 'patterns', 'the', 'fit', 'is', 'ultra', 'comfortable', 'and', 'true', 'to', 'size', 'the', 'style', 'allows', 'you', 'to', 'put', 'on', 'a', 't-shirt', 'sweater', 'cardigan', 't', 'whatever', 'and', 'look', 'completely', 'put', 'together', 'i', 'got', 'loads', 'of', 'compliments', 'on', 'them', 'on', 'the', 'first', 'day', 'i', 'wore', 'them', ',5,1,0', 'general', 'bottoms', 'pants'] ['6706,986,71', 'this', 'fell', 'apart', 'after', 'wearing', 'it', 'once', 'for', 'the', 'price', 'it', 'should', 'hold', 'up', 'better', 'it', "'s", 'too', 'delicate', ',1,0,3', 'general', 'jackets', 'jackets'] ['6707,865,27', 'drapes', 'so', 'beautifully', 'i', 'was', "n't", 'sure', 'about', 'this', 'top', 'but', 'i', 'had', 'a', 'feeling', 'i', 'needed', 'to', 'at', 'least', 'try', 'it', 'on', 'it', 'drapes', 'so', 'beautifully', 'and', 'the', 'keyhole', 'neck', 'is', 'a', 'lovely', 'little', 'touch', 'i', 'love', 'the', 'asymmetric', 'hemline', 'and', 'the', 'fabric', 'is', 'incredibly', 'soft', 'as', 'far', 'as', 'the', 'fit', 'goes', 'i', 'found', 'that', 'it', 'did', 'run', 'slightly', 'small.,5,1,0', 'general', 'tops', 'knits'] ['6708,844,47', 'just', 'as', 'pictured', 'i', 'took', 'the', 'advice', 'of', 'the', 'other', 'reviewer', 'and', 'ordered', 'a', 'medium', 'in', 'this', '32d', '31', 'waist', '38.5', 'hips', 'instead', 'of', 'my', 'usual', 'small', 'it', 'fits', 'perfectly', 'a', 'tiny', 'bit', 'loose', 'like', 'on', 'the', 'model', 'i', 'bought', 'the', 'beige', 'you', 'need', 'a', 'camisole', 'underneath', 'but', 'the', 'layered', 'effect', 'is', 'very', 'pretty', 'it', 'is', 'a', 'delicate', 'material', 'which', 'is', 'why', 'i', 'gave', 'it', '4', 'stars', 'i', 'ca', "n't", 'speak', 'to', 'the', 'quality', 'of', 'it', 'but', 'will', 'definitely', 'use', 'a', 'hand', 'wash', 'cycle', 'and', 'line', 'dry', 'it', 'very', 'pleased', ',4,1,1', 'general', 'tops', 'blouses'] ['6709,844,62', 'i', "'m", 'wearing', 'the', 'hadley', 'tunic', 'for', 'my', 'birthday', 'love', 'this', 'top', 'tried', 'on', 'a', 'small', 'in', 'the', 'store', 'as', 'it', 'was', 'the', 'only', 'size', 'the', 'had', 'the', 'sales', 'person', 'ordered', 'me', 'a', 'medium', 'on', 'line', 'i', 'am', 'wearing', 'it', 'tomorrow', 'for', 'my', 'birthday', 'the', 'stretch', 'fabric', 'is', 'very', 'flattering.,5,1,0', 'general', 'tops', 'blouses'] ['6710,1080,41', 'lovely', 'summer', 'dress', 'great', 'cut', 'i', 'was', 'skeptical', 'when', 'i', 'saw', 'it', 'online', 'i', 'was', 'not', 'sure', 'about', 'the', 'white', 'background', 'but', 'it', 'had', 'good', 'reviews', 'and', 'the', 'cut', 'seemed', 'to', 'be', 'what', 'i', 'looked', 'for', 'so', 'i', 'gave', 'it', 'a', 'try', 'and', 'ordered', 'online', 'i', 'ordered', 's', 'and', 'xs', 'i', 'was', 'really', 'surprised', 'how', 'well', 'this', 'dress', 'fits', 'i', 'am', '5.4', 'and', 'about', '126', 'lbs', 'pear', 'shape', 'the', 'fabric', 'is', 'thicker', 'and', 'lined', 'but', 'not', 'too', 'heavy', 'the', 'cut', 'is', 'slimming', 'flattering', 'and', 'structured', 'i', 'decided', 'to', 'keep', 'the', 'xs', 'size', 'i', 'hope', 'i', 'can', 'find', 'more', 'dresses', 'like', 'this', 'one', 'in', 'retailer', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['6711,1111,25', 'poor', 'quality', 'very', 'disappointed', 'ordered', 'two', 'sizes', 'the', 'fraying', 'of', 'the', 'embroidery', 'was', 'so', 'bad', 'on', 'one', 'of', 'the', 'dresses', 'i', 'would', "n't", 'have', 'worn', 'it', 'and', 'the', 'zipper', 'was', 'sticking', 'the', 'second', 'dress', 'had', 'fraying', 'and', 'loose', 'threads', 'as', 'well', 'and', 'the', 'seams', 'at', 'the', 'shoulders', 'were', 'not', 'properly', 'sewn', 'which', 'made', 'the', 'lace', 'at', 'the', 'neckline', 'completely', 'crooked', 'some', 'of', 'these', 'issues', 'would', 'maybe', 'be', 'acceptable', 'if', 'the', 'dress', 'was', 'under', '100', 'but', 'at', '228', 'they', 'are', 'not', 'returning', 'both', 'sizes', ',1,0,16', 'general', 'dresses', 'dresses'] ['6712,1080,47', 'thick', 'material', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'and', 'i', 'love', 'the', 'way', 'it', 'is', 'cut', 'the', 'one', 'thing', 'i', 'do', 'not', 'love', 'is', 'the', 'thickness', 'of', 'the', 'material', 'it', 'is', 'just', 'too', 'much', 'for', 'a', 'summer', 'dress', 'it', 'just', 'felt', 'heavy', 'and', 'hot', 'i', 'still', 'love', 'this', 'brand', 'so', 'i', 'am', 'hopeful', 'for', 'a', 'few', 'more', 'great', 'options', 'to', 'come', 'out', 'before', 'summer', 'is', 'over.,3,0,5', 'general', 'petite', 'dresses', 'dresses'] ['6713,868,67', 'love', 'i', 'feel', 'for', 'the', 'reviewer', 'who', 'did', "n't", 'like', 'this', 'top', 'i', 'tried', 'on', 'my', 'normal', 'size', 'medium', 'and', 'it', 'was', 'not', 'very', 'flattering', 'just', 'too', 'short', 'when', 'i', 'sized', 'up', 'everything', 'changed', 'this', 'top', 'is', 'amazing', 'super', 'flattering', 'and', 'high', 'quality', 'i', 'love', 'the', 'material', 'v-cut', 'and', 'subtle', 'way', 'the', 'tassels', 'hang', 'i', 'wish', 'they', 'had', 'more', 'colors-i', 'would', 'buy', 'them', 'all', 'this', 'top', 'sold', 'out', 'in', 'a', 'day', 'at', 'my', 'store', 'it', "'s", 'a', 'winner-just', 'make', 'sure', 'you', 'size', 'up', ',5,1,4', 'general', 'tops', 'knits'] ['6714,1080,56', 'this', 'dress', 'is', 'so', 'flattering', 'i', 'had', 'wanted', 'to', 'try', 'it', 'on', 'for', 'awhile', 'when', 'it', 'hit', 'sale', 'w/', 'additional', 'off', 'i', 'headed', 'to', 'my', 'local', 'store', 'the', 'dress', 'fits', 'like', 'a', 'dream', 'so', 'darn', 'cute', 'for', 'summer', 'in', 'cali', 'we', 'have', 'a', 'lot', 'of', 'summer', 'left', 'this', 'dress', 'pairs', 'perfectly', 'with', 'the', 'gretta', 'espadrilles', 'my', 'usual', 'size', 'small', 'was', 'perfect', 'hurry', 'and', 'get', 'this', 'perfect', 'dress', 'before', 'it', 'sells', 'out', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6715,179,29', 'poor', 'bust', 'design', 'as', 'a', 'petite', 'big', 'busted', 'woman', 'i', 'found', 'this', 'dress', 'wildly', 'unflattering', 'the', 'quality', 'and', 'pattern', 'of', 'the', 'dress', 'itself', 'is', 'beautiful', 'though', 'it', 'will', 'require', 'a', 'slip', 'as', 'it', 'is', 'completely', 'transparent', 'the', 'design', 'of', 'the', 'bust', 'however', 'i', 'found', 'unflattering', ',3,0,2', 'initmates', 'intimate', 'intimates'] ['6716,1080,41', ',absolutely', 'love', 'everything', 'about', 'this', 'dress', 'unlike', 'many', 'other', 'dresses', 'i', "'ve", 'ordered', 'from', 'retailer', 'it', 'fits', 'me', 'in', 'the', 'chest', '34c', 'it', "'s", 'very', 'flattering', 'love', 'the', 'lace', 'up', 'front', 'and', 'the', 'fabric', 'is', 'like', 'a', 'soft', 'lined', 'linen', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'got', 'the', 's', 'regular', 'if', 'i', 'was', 'any', 'bigger', 'in', 'the', 'chest', 'or', 'through', 'the', 'ribs', 'tho', 'it', 'would', 'be', 'too', 'small', 'i', 'almost', 'ordered', 'the', 'medium', 'and', 'was', 'certain', 'i', 'would', 'end', 'up', 'needing', 'a', 'bigger', 'size', 'but', 'the', 'small', 'turned', 'out', 'just', 'right', 'like', 'it', 'was', 'made', 'for', 'me,5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['6717,1033,26', 'comfy', 'jeans', 'my', 'review', 'is', "n't", 'really', 'about', 'the', 'jeans', 'i', 'want', 'the', 'top', ',4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['6718,1094,62', 'flattering', 'dress', 'soft', 'silky', 'lined', 'in', 'silky', 'natural', 'fabric', 'hangs', 'great', 'without', 'being', 'weighty', 'extremely', 'flattering', 'on', 'my', 'xl', 'short', 'body', 'i', "'m", 'petite', 'but', 'for', 'tunic', 'dresses', 'always', 'order', 'regular', 'sizes', 'so', 'they', 'go', 'just', 'a', 'hint', 'over', 'my', 'knees', 'exactly', 'what', 'i', 'need', 'lovely', 'details', 'sequins', 'and', 'weighted', 'tassels', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['6719,865,56', 'my', 'go-to', 'top', 'this', 'is', 'my', 'very', 'shirt', 'i', 'have', 'ever', 'bought', 'at', 'retailer', 'it', "'s", 'very', 'comfortable', 'and', 'fashionable.,5,1,0', 'general', 'tops', 'knits'] ['6720,1100,62', 'everyone', 'loves', 'this', 'dress', 'i', 'get', 'so', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'this', 'dress', 'friends', 'strangers', 'younger', 'older', 'and', 'even', 'the', 'pharmacist', 'at', 'my', 'drugstore', 'wanted', 'to', 'know', 'where', 'i', 'bought', 'the', 'dress', 'it', 'has', 'a', '70', "'s", 'vibe', 'to', 'it', 'fun', 'and', 'swingy', 'perfect', 'for', 'fall', 'in', 'florida', 'with', 'sandals', 'or', 'when', 'it', 'gets', 'cooler', 'i', 'think', 'it', 'will', 'look', 'great', 'with', 'leggings', 'and', 'boots', 'i', 'purchased', 'the', 'orange', 'and', 'dark', 'gray', 'in', 'a', 'medium', 'petite', 'i', "'m", '5', '4', 'and', '135', 'and', 'it', 'hit', 'just', 'above', 'my', 'knee', 'my', 'favorite', 'dress', 'right', 'now', ',5,1,1', 'general', 'dresses', 'dresses'] ['6721,1160,50', 'close', 'but', 'not', 'quite', 'right', 'i', 'was', 'looking', 'for', 'an', 'undergarment', 'and', 'this', 'is', 'more', 'of', 'a', 'nightgown'] ['if', 'it', 'came', 'in', 'a', 'solid', 'color', 'then', 'i', "'d", 'probably', 'buy', 'it'] ['i', 'usually', 'wear', 'a', 'small', 'and', 'this', 'was', 'a', 'tad', 'too', 'tight'] ['on', 'the', 'upside', 'the', 'fabric', 'was', 'soft', 'and', 'lightweight', ',3,0,1', 'initmates', 'intimate', 'layering'] ['6722,1100,35', 'works', 'in', 'any', 'season', 'this', 'dress', 'is', 'just', 'what', 'i', 'was', 'looking', 'for', 'i', 'ordered', 'it', 'in', 'late', 'summer', 'it', 'was', 'back', 'ordered', 'and', 'i', 'ended', 'up', 'wearing', 'it', 'on', 'thanksgiving', 'day', 'it', "'s", 'so', 'comfortable', 'and', 'just', 'the', 'right', 'length', 'i', 'wore', 'it', 'with', 'leggings', 'and', 'boots', 'but', 'it', 'will', 'be', 'just', 'as', 'great', 'with', 'sandals', 'in', 'the', 'spring', ',5,1,0', 'general', 'dresses', 'dresses'] ['6723,868,58', 'the', 'fringe', 'on', 'the', 'bottom', 'is', 'great', 'i', 'love', 'this', 'tank', 'top', 'the', 'fringe', 'on', 'the', 'bottom', 'is', 'fun', 'and', 'i', "'ve", 'gotten', 'many', 'compliments', 'on', 'it', 'already', 'i', 'think', 'it', 'runs', 'true', 'to', 'size', ',4,1,0', 'general', 'tops', 'knits'] ['6724,1094,54', 'stunning', 'this', 'is', 'a', 'beautiful', 'dress', 'it', 'has', 'great', 'detail', 'and', 'is', 'well', 'made', 'the', 'tassles', 'are', 'very', 'heavy', 'which', 'is', 'kind', 'of', 'funny', 'because', 'the', 'dress', 'is', 'light', 'and', 'airy', 'it', 'is', 'pretty', 'cute', 'and', 'sexy', 'all', 'in', 'one', 'dress', ',5,1,2', 'general', 'dresses', 'dresses'] ['6725,878,64', ',great', 'tunic', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6726,1100,39', 'perfect', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'it', "'s", 'flattering', 'and', 'feminine', 'you', 'will', 'love', 'it', 'it', 'runs', 'large', 'so', 'size', 'down.,5,1,0', 'general', 'dresses', 'dresses'] ['6727,1080,46', 'my', 'fave', 'this', 'summer', 'loved', 'the', 'dress', 'on-line', 'ordered', 'a', 'petite', 'small', 'fits', 'perfectly', 'i', 'am', 'barely', '5', '5', 'and', 'carry', 'my', 'weight', 'in', 'hips', 'and', 'thighs', 'this', 'fits', 'perfectly', 'without', 'being', 'too', 'snug', 'on', 'the', 'butt', 'so', 'if', 'you', 'are', 'a', 'pear', 'shape', 'get', 'this', 'dress', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['6728,1111,41', 'beautifully', 'embroidered', 'dress', 'it', "'s", 'loose', 'fitting', 'not', 'meant', 'to', 'be', 'tailor', 'fitted', 'so', 'it', 'would', 'run', 'large', 'to', 'you', 'if', 'that', "'s", 'what', 'you', 'were', 'expecting', 'the', 'colors', 'are', 'gorgeous', 'and', 'the', 'skirt', 'has', 'a', 'really', 'beautiful', 'flow', 'if', 'you', 'are', 'hoping', 'for', 'a', 'fitted', 'look', 'size', 'down', 'one', 'size', 'there', 'is', 'plenty', 'of', 'stretch', 'to', 'this', 'dress', 'and', 'plenty', 'of', 'room', 'in', 'the', 'bust', 'and', 'waist', 'i', 'generally', 'go', 'between', '00p', 'and', '0p', 'and', 'got', 'this', 'in', 'a', '0p', 'though', 'either', 'would', 'work', 'it', 'comes', 'to', 'just', 'above', 'my', 'knees', 'at', '5', '2', '110', '32-24.5-32', ',5,1,0', 'general', 'dresses', 'dresses'] ['6729,1094,58', 'beautiful', 'dress', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'decided', 'to', 'try', 'it', 'on', 'it', 'is', 'so', 'pretty', 'the', 'fit', 'is', 'perfect', 'i', 'did', "n't", 'think', 'that', 'i', 'would', 'like', 'it', 'due', 'to', 'the', 'sequins', 'on', 'the', 'front', 'when', 'i', 'put', 'it', 'on', 'i', 'did', "n't", 'mind', 'them', 'at', 'all', 'it', 'really', 'is', 'a', 'beautiful', 'dress', 'with', 'beautiful', 'colors', 'dry', 'clean', 'only', 'is', 'the', 'only', 'drawback', 'to', 'this', 'one', ',5,1,2', 'general', 'dresses', 'dresses'] ['6730,1100,38', 'such', 'a', 'beautiful', 'flattering', 'dress', 'i', 'bought', 'this', 'to', 'wear', 'for', 'our', 'anniversary', 'dinner', 'and', 'received', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['6731,865,54', 'asymetric', 'draping', 'i', 'love', 'clothing', 'with', 'elements', 'that', 'elevate', 'them', 'from', 'basic', 'to', 'extraordinary', 'this', 'tops', 'does', 'that', 'for', 'me', 'the', 'black', 'is', 'a', 'rich', 'dark', 'charcoal', 'grey', 'the', 'modal', 'fabric', 'blend', 'has', 'a', 'nice', 'feel', 'and', 'drapes', 'well', 'however', 'the', 'cut', 'is', 'very', 'body', 'conscious', 'and', 'i', 'found', 'both', 'the', 'medium', 'and', 'large', 'tight', 'in', 'the', 'midriff', 'my', 'problem', 'area', 'since', 'i', 'love', 'it', 'so', 'much', 'i', 'will', 'keep', 'the', 'medium', 'since', 'the', 'sleeves', 'are', 'looser', 'on', 'the', 'large', 'it', 'looks', 'exactly', 'as', 'pictured', 'and', 'would', 'fit', 'well', 'on', 'someone', 'with', 'a', 'waistline', ',4,1,11', 'general', 'tops', 'knits'] ['6732,1033,49', 'nice', 'jeans', 'good', 'quality', 'jeans', 'but', 'had', 'to', 'return', 'as', 'they', 'did', 'not', 'fit', 'my', 'curvy', 'hips', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6733,1100,42', 'i', 'understand', 'the', 'style', 'of', 'this', 'dress', 'is', 'swing', 'but', 'there', 'is', 'just', 'so', 'much', 'fabric', 'and', 'it', 'looked', 'a', 'bit', 'like', 'a', 'tent', 'on', 'me', 'i', 'ordered', 'the', 's', 'and', 'i', 'just', 'found', 'it', 'to', 'be', 'too', 'loose', 'all', 'over', 'the', 'fabric', 'is', 'great', 'and', 'the', 'colors', 'are', 'rich', 'and', 'lovely', 'this', 'style', 'would', 'probably', 'look', 'better', 'on', 'someone', 'smaller-chested', 'because', 'there', 'is', 'no', 'waist', 'it', 'falls', 'out', 'from', 'the', 'bustline', 'cute', 'dress', 'but', 'i', 'would', 'size', 'down', ',4,0,0', 'general', 'dresses', 'dresses'] ['6734,986,68', 'nice', 'concept', 'disappointing', 'reality.', 'a', 'good', 'part', 'of', 'my', 'closet', 'is', 'filled', 'with', 'retailer', 'clothes', 'i', 'mix', 'them', 'with', 'my', 'basics', 'scarves', 'and', 'jewelry', 'so', 'i', 'immediately', 'thought', 'of', 'a', 'dozen', 'ways', 'this', 'kimono', 'could', 'jazz', 'up', 'anything', 'from', 'skinny', 'jeans', 'to', 'slip', 'dresses', 'even', 'though', 'i', 'felt', 'it', 'was', 'pretty', 'pricey', 'when', 'it', 'arrived', 'i', 'was', 'more', 'than', 'disappointed', 'in', 'the', 'cheapness', 'of', 'the', 'fabric', 'it', 'does', 'nothing', 'for', 'any', 'of', 'my', 'intended', 'clothes', 'so', 'it', 'is', 'going', 'back', 'asap', ',2,0,16', 'general', 'jackets', 'jackets'] ['6735,1111,62', 'a', 'knockoff', 'so', 'what', 'this', 'dress', 'is', 'gorgeous', 'flattering', 'oood', 'quality', 'and', 'in', 'my', 'opinion', 'better', 'than', 'the', 'erin', 'fetherston', 'dress', 'because', 'of', 'the', 'black', 'rather', 'than', 'nude', 'liner', 'which', 'really', 'brought', 'our', 'the', 'beautiful', 'embroidery', 'come', 'on', 'practically', 'everything', 'in', 'rtw', 'is', 'a', 'knockoff', 'of', 'something', 'i', 'do', 'have', 'to', 'comment', 'that', 'the', 'slip', 'is', 'quite', 'snug', 'though', 'but', 'at', 'least', 'it', "'s", 'stretchy', 'that', 'being', 'said', 'it', 'still', 'had', 'a', 'bit', 'of', 'a', 'tendency', 'to', 'creep', 'up', 'i', 'was', 'glad', 'i', 'had', 'a', 'black', 'half', 'slip', 'on', 'as', 'well', 'the', 'fit', 'is', 'tts', 'but', 'a', 'bit', 'short', 'wa', ',4,1,3', 'general', 'dresses', 'dresses'] ['6736,1111,56', 'gorgeous', 'dress', 'i', "'m", 'stunned', 'by', 'the', 'bad', 'reviews', 'by', 'others', 'i', 'love', 'this', 'dress', 'it', 'is', 'an', 'amazing', 'feminine', 'detailed', 'exceptional', 'work', 'of', 'art', 'and', 'lucky', 'for', 'me', 'who', 'usually', 'takes', '14s', 'and', '16s', 'that', 'it', 'runs', 'big', 'there', 'is', 'stretch', 'to', 'it', 'and', 'it', 'fits', 'great', 'lucky', 'lucky', 'me', ',5,1,1', 'general', 'dresses', 'dresses'] ['6737,1053,36', 'versatile', 'joggers', 'great', 'quality', 'and', 'cut', 'they', 'are', 'so', 'versatile', 'which', 'i', 'love', 'highly', 'recommend', 'these', ',5,1,6', 'general', 'bottoms', 'pants'] ['6738,844,27', 'great', 'length', 'i', 'am', 'tall', "5'11", 'and', '3/4', 'and', 'mostly', 'leg', 'with', 'a', 'shorter', 'torso', 'so', 'i', 'am', 'always', 'looking', 'for', 'longer', 'shirts', 'to', 'balance', 'my', 'leg', 'to', 'torso', 'ratio', 'i', 'ordered', 'this', 'in', 'the', 'tan', 'and', 'blue', 'colors', 'in', 'a', 'large', 'and', 'so', 'far', 'have', 'loved', 'both', 'of', 'them', 'i', 'am', 'typically', 'a', 'medium', 'in', 'tops', 'but', 'tend', 'to', 'get', 'the', 'large', 'for', 'the', 'extra', 'length', 'and', 'have', 'the', 'top', 'altered', 'to', 'fit', 'if', 'need', 'be', 'however', 'there', 'was', 'no', 'need', 'to', 'alter', 'these', 'tops', 'making', 'me', 'think', 'the', 'tops', 'typically', 'run', 'small'] [] ['both', 'tops', 'are', 'sheer', 'requiring', 'a', 'tank', 'of', 'some', 'sort', 'to', 'b', ',4,1,0', 'general', 'tops', 'blouses'] ['6739,1100,33', 'paper', 'crown', 'does', 'it', 'again', 'this', 'dress', 'is', 'beautiful', 'swingy', 'and', 'fun', 'and', 'the', 'floral', 'pattern', 'is', 'just', 'stunning', 'for', 'fall', 'and', 'winter', 'i', 'am', 'planning', 'on', 'wearing', 'it', 'with', 'black', 'tights', 'and', 'ankle', 'booties', 'could', 'be', 'dressed', 'up', 'or', 'down-', 'very', 'versitle', 'fits', 'my', 'tall', 'curvy', 'frame', 'perfectly', 'love', ',5,1,0', 'general', 'dresses', 'dresses'] ['6740,1111,58', ',saw', 'this', 'in', 'the', 'store', 'and', 'just', 'had', 'to', 'have', 'it', 'beautiful', 'design', 'fits', 'perfectly', 'looks', 'nice', 'with', 'a', 'belt', 'as', 'well.,5,1,0', 'general', 'dresses', 'dresses'] ['6741,1053,38', 'for', 'slender', 'legs', 'only', 'if', 'you', 'have', 'muscular', 'thighs', 'like', 'me', 'these', 'wo', "n't", 'fit', 'well', 'i', "'m", 'usually', 'a', 'size', '8-fitted/10-relaxed', 'i', 'bought', 'these', 'in', 'a', 'large', 'and', 'the', 'shins', 'were', 'the', 'most', 'relaxed', 'part', 'had', 'to', 'return', 'for', 'not', 'fitting', 'well', 'but', 'the', 'quality', 'of', 'the', 'product', 'was', 'nice', ',3,1,4', 'general', 'bottoms', 'pants'] ['6742,1100,46', ',,5,1,0', 'general', 'dresses', 'dresses'] ['6743,1033,28', 'most', 'comfortable', 'jeans', 'ever', 'these', 'literally', 'are', 'more', 'comfortable', 'than', 'sweatpants', 'they', 'are', 'definitely', 'relaxed', 'and', 'look', 'a', 'little', 'baggier', 'on', 'than', 'in', 'the', 'photo', 'but', 'still', 'cute', 'and', 'flattering', ',5,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['6744,1111,27', 'floral', 'and', 'feminine', 'this', 'dress', 'is', 'a', 'great', 'dress', 'for', 'spring', 'and', 'summer', 'and', 'early', 'fall', 'events', 'it', "'s", 'surprisingly', 'light', 'weight', 'and', 'comfortable', 'you', 'can', 'pair', 'different', 'shoes', 'with', 'the', 'dress', 'due', 'to', 'the', 'various', 'colors', 'which', 'makes', 'it', 'easy', 'to', 'dress', 'up', 'and', 'down', 'i', 'definitely', 'recommend', 'if', 'you', "'re", 'looking', 'for', 'a', 'fun', 'floral', 'feminine', 'dress', ',5,1,4', 'general', 'dresses', 'dresses'] ['6745,1111,61', 'this', 'is', 'one', 'fabulous-looking', 'dress', 'however', 'the', 'really', 'scratchy', 'neckline', 'at', 'the', 'lace', 'edge', 'was', 'a', 'deal-breaker', 'for', 'me', 'i', 'even', 'tried', 'sizing', 'up', 'to', 'see', 'if', 'that', 'would', 'help', 'but', 'it', 'was', 'still', 'too', 'scratchy', 'for', 'me', ',2,0,6', 'general', 'dresses', 'dresses'] ['6746,1094,39', 'love', 'adore', 'count', 'me', 'in', 'as', 'a', 'five', 'star', 'lover', 'of', 'this', 'dress', 'the', 'details', 'are', 'so', 'rich', 'and', 'interesting', 'so', 'be', 'prepared', 'to', 'get', 'noticed', 'when', 'wearing', 'i', "'m", 'happy', 'to', 'say', 'that', 'getting', 'the', 'size', 'medium', 'regular', 'instead', 'of', 'petite', 'was', 'a', 'good', 'choice', 'for', 'my', 'top', 'heavy', 'frame', 'the', 'chest', 'is', 'fitted', 'but', 'not', 'tight', 'the', 'length', 'is', 'a', 'not-too-short', 'above', 'knee', 'the', 'tiered', 'layers', 'swing', 'so', 'nicely', 'and', 'the', 'beads/sequins', 'add', 'a', 'touch', 'is', 'whimsy', 'to', 'the', 'design', 'my', 'one', 'negative', 'is', 'the', 'tassels', 'at', 'the', 'neck', 'tie', 'soo', 'heavy', 'cumbersome', 'to', 'style', 'o', ',5,1,6', 'general', 'dresses', 'dresses'] ['6747,1094,58', 'beautiful', 'just', 'not', 'for', 'me', 'this', 'dress', 'is', 'lovely', 'it', 'flows', 'nicely', 'and', 'is', 'extremely', 'flattering', 'also', 'true', 'to', 'size', 'unfortunately', 'i', 'do', 'not', 'care', 'for', 'a', 'lot', 'of', 'glitter/sparkle', 'which', 'this', 'dress', 'has', 'going', 'down', 'the', 'very', 'front', 'so', 'it', 'is', 'going', 'back', 'wish', 'i', 'could', 'pull', 'off', 'the', 'glitter', 'but', 'ca', "n't", 'i', 'absolutely', 'love', 'this', 'dress', 'otherwise', 'and', 'very', 'much', 'recommend', 'it', ',5,1,11', 'general', 'dresses', 'dresses'] ['6748,1053,53', 'nice', 'quality', 'but', 'these', 'looked', 'super', 'cute', 'online', 'and', 'i', 'was', 'excited', 'about', 'getting', 'them', 'i', 'wanted', 'that', 'slightly', 'baggy', 'look', 'to', 'be', 'able', 'to', 'carry', 'them', 'off', 'similar', 'to', 'the', 'model', 'so', 'i', 'referred', 'to', 'the', 'size', 'chart', 'and', 'ordered', 'the', 'size', 'that', 'said', 'it', 'would', 'allow', 'this', 'based', 'on', 'the', 'size', 'chart', 'for', 'this', 'item', 'it', 'is', 'wrong', 'i', 'should', 'have', 'had', 'extra', 'room', 'instead', 'they', 'were', 'tight', 'around', 'the', 'hips', 'i', 'measured', 'my', 'hips', 'before', 'ordering', 'and', 'i', 'am', 'a', 'seamstress', 'so', 'i', 'know', 'where', 'and', 'what', 'to', 'measure', 'this', 'is', 'a', 'nice', 'quality', 'product', 'though', 'j,3,1,2', 'general', 'bottoms', 'pants'] ['6749,1080,32', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6750,844,41', 'stunning', 'love', 'this', 'tunic', 'and', 'so', 'do', 'others', 'so', 'many', 'compliments', 'already', 'i', "'ve", 'worn', 'it', 'with', 'skinny', 'jeans', 'as', 'well', 'as', 'flowy', 'black', 'pants', 'it', 'needs', 'a', 'cami', 'underneath', 'since', 'it', "'s", 'sheer', 'i', 'also', 'like', 'to', 'wear', 'it', 'with', 'my', 'long', 'retailer', 'necklaces', ',5,1,0', 'general', 'tops', 'blouses'] ['6751,1111,56', 'if', 'it', "'s", 'a', 'knock', 'off', 'its', 'of', 'the', 'poise', 'dress', 'and', 'a', 'pretty', 'good', 'one', 'at', 'that', 'this', 'is', 'a', 'beautiful', 'dress', 'that', 'took', 'my', 'breath', 'away', 'the', 'moment', 'i', 'saw', 'it', 'when', 'i', 'saw', 'such', 'a', 'poor', 'rating', 'i', 'just', 'had', 'to', 'see', 'why', 'the', 'erin', 'fetherston', 'dress', 'is', 'over', '100', 'more', 'and', 'they', 'look', 'just', 'about', 'the', 'same', 'i', "'d", 'rather', 'have', 'the', 'and', 'the', 'look', ',5,1,18', 'general', 'dresses', 'dresses'] ['6752,1080,60', 'lovely', 'warm', 'weather', 'dress', 'i', 'love', 'this', 'style', 'and', 'was', 'pleasantly', 'surprised', 'that', 'it', 'fit', 'my', 'curvy', 'shape', 'well', 'despite', 'it', 'being', 'a', 'fairly', 'straight', 'shift', 'style', 'it', 'does', 'wrinkel', 'easily', 'because', 'of', 'the', 'linen', 'fabric', 'but', 'otherwise', 'is', 'really', 'perfect', 'it', 'is', 'dressy', 'enough', 'for', 'bridal', 'showers', 'or', 'brunches', 'but', 'could', 'also', 'be', 'worn', 'casually', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6753,844,57', 'love', 'it', 'very', 'comfortable', 'looks', 'great', 'on', 'like', 'the', 'color', 'fabric', 'something', 'you', 'can', 'throw', 'on', 'go', ',5,1,0', 'general', 'tops', 'blouses'] ['6754,831,37', 'love', 'this', 'top', 'i', "'m", '5', '118', 'lbs', 'purchased', 'in', 'a', 'medium', 'and', 'plan', 'on', 'wearing', 'it', 'as', 'a', 'dress', 'it', 'is', 'so', 'cute', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['6755,1100,34', 'picture', 'is', 'misleading', 'this', 'dress', 'is', 'navy', 'and', 'neutral', 'stripes', 'not', 'black', 'and', 'white', 'it', 'fits', 'true', 'to', 'the', 'size', 'width', 'wise', 'but', 'is', '2-3', 'inches', 'shorter', 'than', 'the', 'picture', 'to', 'gain', 'the', 'length', 'you', 'might', 'want', 'to', 'size', 'up', 'but', 'it', 'will', 'be', 'wider', 'the', 'knot', 'at', 'the', 'hip', 'is', 'beautiful', 'and', 'very', 'flattering.,4,1,3', 'general', 'dresses', 'dresses'] ['6756,1033,57', 'nice', 'high', 'waisted', 'flare', 'i', "'m", 'so', 'glad', 'to', 'own', 'this', 'one', 'i', 'just', 'tried', 'it', 'today', 'and', 'fully', 'satisfied', 'as', 'always', 'with', 'pilcro', 'true', 'to', 'size', 'perfect', 'color'] ['high', 'waisted', 'and', 'flare', 'just', 'right', 'can', 'be', 'paired', 'with', 'cropped', 'top', 'or', 'peasant', 'top', 'looking', 'taller', 'on', 'this', 'outfit'] ['best', 'of', 'all', 'i', 'got', 'it', 'on', 'sale', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6757,1033,54', 'ideal', 'proportions', 'the', 'most', 'disappointing', 'thing', 'about', 'buying', 'flare', 'jeans', 'when', 'you', "'re", '5', '4', 'is', 'taking', 'them', 'to', 'the', 'tailor', 'to', 'have', 'a', 'chunk', 'of', 'what', 'makes', 'them', 'flares', 'hacked', 'off', 'not', 'so', 'with', 'the', 'petite', '31', 'inseam', 'on', 'these', 'love', 'the', 'perfect', 'amount', 'of', 'stretch', 'the', 'rise', 'is', 'high', 'but', 'not', 'too', 'high', 'and', 'the', 'flare', 'is', 'perfect', 'definitely', 'recommend', ',5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['6758,862,34', 'less', 'than', 'just', 'okay', 'i', 'was', 'really', 'excited', 'for', 'this', 'top', 'to', 'arrive', 'and', 'was', 'really', 'disappointed', 'once', 'i', 'tried', 'it', 'on', 'i', 'am', 'sure', 'this', 'is', 'a', 'gorgeous', 'top', 'on', 'someone', 'with', 'a', 'straighter', 'or', 'more', 'slender', 'frame', 'it', 'is', 'good', 'quality', 'and', 'looks', 'fine', 'on', 'the', 'hanger', 'i', 'think', 'the', 'color', 'in', 'the', 'picture', 'online', 'accurately', 'shows', 'the', 'color', 'ladies', 'with', 'hips', 'or', 'a', 'booty', 'beware', 'this', 'looked', 'horrible', 'on', 'me', 'it', 'clung', 'to', 'my', 'butt', 'and', 'did', "n't", 'hang', 'nice', 'and', 'straight', 'like', 'it', 'does', 'in', 'this', 'picture', 'i', 'expected', 'the', 'fabric', 'to', 'have', 'a', 'little', 'give', 'to', 'it', 'but', 'it', ',1,0,1', 'general', 'petite', 'tops', 'knits'] ['6759,831,39', 'love', 'it', 'i', 'had', 'this', 'in', 'my', 'cart', 'for', 'a', 'while', 'online', 'and', 'ended', 'up', 'finding', 'it', 'in', 'store', 'the', 'medium', 'fit', 'good', 'and', 'looked', 'great', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'a', 'great', 'pair', 'of', 'leggings', 'i', 'did', 'have', 'to', 'buy', 'some', 'static', 'spray', 'as', 'it', 'was', 'sticking', 'to', 'my', 'leggings', 'i', 'had', 'on', 'that', 'day', 'buying', 'it.,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['6760,1033,42', 'runs', 'smaller', 'than', 'usual', 'pilcros', 'love', 'the', 'pilcro', 'brand', 'they', 'are', 'one', 'of', 'my', 'favorites', 'even', 'compared', 'to', 'other', 'more', 'expensive', 'denim', 'brands', 'i', 'ordered', 'my', 'usual', 'two', 'sizes', 'smaller', 'and', 'found', 'they', 'did', 'not', 'fit', 'this', 'time', 'i', 'probably', 'should', 'have', 'ordered', 'one', 'size', 'smaller', 'than', 'my', 'usual', 'in', 'this', 'cut', 'sadly', 'i', 'have', 'to', 'send', 'these', 'beauties', 'back', 'and', 'hope', 'for', 'a', 'pop-back', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6761,1033,31', 'love', 'i', 'ordered', 'a', 'pair', 'online', 'they', 'came', 'today', 'and', 'i', 'am', 'in', 'love', 'the', 'fit', 'is', 'great', 'i', 'love', 'the', 'high', 'rise', 'waist', 'i', 'will', 'have', 'to', 'hem', 'the', 'bottom', 'i', 'am', 'a', 'tad', 'short', '5', '3', 'and', 'it', 'is', 'rare', 'that', 'i', 'do', "n't", 'have', 'to', 'hem', 'my', 'jeans', 'they', 'make', 'my', 'legs', 'look', 'longer', 'and', 'are', 'a', 'very', 'flattering', 'fit', 'i', 'am', 'very', 'pleased', 'with', 'my', 'purchase', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['6762,818,49', 'pretty', 'colors', 'loved', 'loved', 'loved', 'the', 'shirt', 'but', 'the', 'material', 'was', 'so', 'thin,2,0,0', 'general', 'tops', 'blouses'] ['6763,1126,83', 'stunning', 'this', 'coat', 'is', 'gorgeous', 'the', 'minute', 'i', 'saw', 'it', 'online', 'i', 'ordered', 'as', 'fast', 'as', 'i', 'can', 'type'] ['when', 'it', 'arrived', 'it', 'exceeded', 'my', 'expectations', 'in', 'every', 'way'] ['the', 'lace', 'detail', 'is', 'exquisite', 'and', 'the', 'fit', 'is', 'so', 'flattering'] ['i', 'have', 'the', 'beatrice', 'coat', 'of', 'last', 'year', 'and', 'i', 'so', 'love', 'it', 'and', 'this', 'is', 'equally', 'beautiful'] ['a', 'must', 'for', 'retailer', 'shoppers'] ['i', 'ordered', 'my', 'usual', 'size', 'and', 'it', 'fits', 'to', 'perfection', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['6764,1033,44', 'great', 'flares', 'nice', 'jeans', 'fit', 'true', 'to', 'size', 'and', 'look', 'as', 'pictured', 'i', 'recommended', 'those', 'to', 'a', 'friend', 'and', 'she', 'bought', 'and', 'liked', 'them', 'as', 'well', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6765,1033,57', 'great', 'fitting', 'jeans', 'i', 'love', 'these', 'jeans', 'the', 'wash', 'is', 'nice', 'enough', 'for', 'work', 'they', 'fit', 'well', 'around', 'the', 'waist', 'and', 'have', 'just', 'the', 'right', 'mid-rise', 'height', 'to', 'make', 'them', 'stylish-', 'not', 'mom', 'jeans', 'at', 'all', 'i', 'am', 'a', 'pilcro', 'convert', 'very', 'comfortable', 'too', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6766,1033,31', 'love', 'these', 'i', 'rarely', 'even', 'try', 'on', 'denim', 'at', 'retailer', 'because', 'i', "'m", 'quite', 'curvy', 'and', 'the', 'styles', 'while', 'cute', 'on', 'the', 'models', 'rarely', 'have', 'fit', 'me', 'not', 'so', 'with', 'these', 'jeans', 'they', "'re", 'my', 'first', 'pair', 'of', 'pilcros', 'and', 'a', 'steal', 'at', 'the', 'sale', 'price', 'i', "'m", '5', '3', '150lbs', '32d', 'for', 'reference', 'and', 'i', 'purchased', 'a', 'regular', '28', 'even', 'though', 'i', "'m", 'often', 'a', '27', 'in', 'my', 'favorite', 'long', 'and', 'lean', 'jeans', 'they', 'hug', 'my', 'butt', 'and', 'hips', 'in', 'a', 'very', 'sexy', 'way', 'but', 'not', 'to', 'the', 'point', 'of', 'not', 'being', 'able', 'to', 'wear', 'them', 'at', 'my', 'office', 'i', 'will', 'need', 'to', 'get', 'them', 'hemmed', 'but', 'not', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6767,1024,42', 'sexy', 'i', 'was', 'hesitant', 'to', 'order', 'high', 'rise', 'pants', 'seems', 'they', 'only', 'ever', 'look', 'good', 'on', 'a', 'tall', 'person', 'but', 'these', 'worked', 'out', 'perfect', 'i', "'m", 'barely', '5', '6', 'and', 'the', 'pants', 'are', 'just', 'as', 'long', 'on', 'me', 'as', 'the', 'model', 'in', 'the', 'picture', 'just', 'barely', 'brushing', 'the', 'floor', 'when', 'i', "'m", 'in', 'heels', 'though', 'if', 'i', "'m", 'honest', 'they', 'do', 'touch', 'down', 'a', 'bit', 'which', 'will', 'scuff', 'them', 'most', 'likely', 'but', 'to', 'tailor', '1/4', 'inch', 'seems', 'ridic', 'love', 'them', 'super', 'sexy', 'slimming', 'and', 'elegant', 'the', 'color', 'is', 'rich', 'and', 'the', 'material', 'is', 'not', 'too', 'thick', 'or', 'thin', 'very', 'comfortable', 'stretc', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6768,831,37', 'great', 'for', 'leggings', 'i', 'love', 'the', 'length', 'of', 'this', 'top', 'and', 'i', 'love', 'tops', 'that', 'do', "n't", 'cling', 'in', 'the', 'tummy', 'area', 'it', 'fits', 'well', 'and', 'the', 'crochet', 'detailing', 'is', 'nice', 'for', 'reference', 'i', "'m", "5'.4.5", '150', 'lbs', '34dd', 'and', 'the', 'm', 'fit', 'me', 'well', 'since', 'i', "'ll", 'be', 'wearing', 'this', 'with', 'leggings', 'mostly', 'during', 'colder', 'months', 'this', 'top', 'is', 'a', 'little', 'bright', 'and', 'the', 'material', 'is', 'not', 'meant', 'for', 'cold', 'days', 'since', 'i', 'live', 'in', 'texas', 'i', 'can', 'get', 'away', 'wearing', 'it', 'even', 'in', 'colder', 'months', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['6769,831,63', 'beautiful', 'top', 'this', 'top', 'definitely', 'looks', 'better', 'in', 'person', 'i', 'thought', 'it', 'looked', 'pretty', 'online', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'looked', 'even', 'better', 'this', 'top', 'is', 'on', 'the', 'longer', 'side', 'and', 'fits', 'like', 'it', 'looks', 'on', 'the', 'model', 'the', 'fabric', 'is', 'perfect', 'in', 'my', 'opinion', 'because', 'i', 'do', "n't", 'have', 'to', '1', 'dry', 'clean', 'it', '2', 'iron', 'it', 'or', '3', 'worry', 'about', 'it', 'itching', 'or', 'bothering', 'my', 'skin', 'i', 'am', '5', '8', '140', 'lbs', 'and', '34', 'a/b', 'i', 'purchased', 'a', 'size', 'xs', 'and', 'it', 'drapes', 'wonderfully', 'i', 'love', 'the', 'crochet', 'around', 'the', 'neckline', 'the', '3/4', 'length', 'sleeves', 'and', 'the', 'colors', 'of', 'the', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['6770,831,50', 'love', 'love', 'love', 'saw', 'this', 'top', 'online', 'and', 'immediately', 'had', 'to', 'purchase', 'it', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'many', 'compliments', 'even', 'my', 'husband', 'commented', 'how', 'cute', 'it', 'is', 'as', 'shown', 'in', 'the', 'photo', 'the', 'back', 'is', 'longer', 'than', 'the', 'front', 'i', 'am', '5', '6', 'and', 'my', 'top', 'fell', 'as', 'the', 'model', "'s", 'does', 'love', 'this', 'top', 'and', 'so', 'happy', 'with', 'my', 'purchase', 'i', 'bought', 'a', 'size', 'small', 'i', 'normally', 'wear', 'medium', 'or', 'small', 'tops', 'fit', 'runs', 'a', 'little', 'large', 'but', 'small', 'fit', 'perfect', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['6771,1033,52', 'love', 'these', 'jeans', 'i', 'ordered', 'one', 'pair', 'and', 'liked', 'them', 'so', 'much', 'i', 'ordered', 'another', 'right', 'away', 'i', 'ordered', 'the', '26', 'regular'] ['yes', 'they', 'are', 'too', 'long', 'i', "'m", '5', '4', '1/2', 'for', 'flats', 'but', 'look', 'fantastic', 'with', 'heels', 'i', 'need', '2', '1/2', '3', 'to', 'wear', 'with', 'these'] ['the', 'fit', 'is', 'comfortable', 'they', 'stretch', 'just', 'enough', 'to', 'look', 'nice', 'and', 'still', 'move', 'with', 'you', 'they', 'are', 'not', 'binding', 'at', 'all'] [] ['the', 'first', 'time', 'i', 'wore', 'them', 'i', 'got', 'so', 'many', 'compliments', 'i', 'even', 'had', 'a', 'friend', 'tell', 'me', 'she', 'did', 'not', 'understand', 'why', 'flares', 'were', 'coming', 'back', 'because', 'she', 't', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6772,1033,31', 'finally', 'these', 'are', 'absolutely', 'fantastic', 'i', 'love', 'them'] ['i', 'stopped', 'wearing', 'pants', 'about', '4', 'years', 'ago', 'i', 'could', 'never', 'find', 'any', 'that', 'would', 'fit', 'over', 'my', 'thighs/hips', 'that', 'were', "n't", 'too', 'loose', 'on', 'my', 'waist', 'took', 'a', 'chance', 'with', 'these', 'after', 'looking', 'at', 'the', 'measurements', 'and', 'they', 'fit', 'perfect', 'higher', 'waist', 'than', 'i', "'m", 'used', 'sits', 'just', 'above', 'my', 'natural', 'waistline', 'to', 'with', 'any', 'of', 'my', 'skirts', 'but', 'i', "'ll", 'get', 'used', 'to', 'it', 'they', "'re", 'also', 'too', 'long', 'to', 'wear', 'with', 'any', 'flats', 'being', 'that', 'i', 'bought', 'them', 'for', 'winter', 'i', "'ll", 'be', 'perfectly', 'fine', 'with', 'heeled', 'bo', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6773,1033,40', 'not', 'for', 'me', 'but', 'cute', 'these', 'are', 'a', 'wonderful', 'trouser', 'style', 'pant', 'i', 'love', 'fitted', 'than', 'flared', 'denim', 'so', 'this', 'fit', 'is', "n't", 'my', 'top', 'pick', 'but', 'it', "'s", 'a', 'cute', 'style', 'thick', 'quality', 'denim', 'fabric', 'with', 'a', 'medium', 'rise', 'cut.,3,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6774,995,30', ',i', 'loved', 'this', 'skirt', 'the', 'material', 'is', 'so', 'fun', 'and', 'a', 'love', 'the', 'pattern', 'unfortunately', 'they', 'did', "n't", 'have', 'the', 'size', 'i', 'needed', 'so', 'it', 'had', 'to', 'go', 'back', 'to', 'the', 'store,5,1,0', 'general', 'bottoms', 'skirts'] ['6775,1033,40', 'i', 'do', "n't", 'know', 'why', 'i', 'had', 'the', 'opposite', 'problem', 'most', 'reviewers', 'had', 'with', 'these', 'i', 'tried', 'on', 'the', 'regular', 'length', 'in', 'the', 'store', 'and', 'found', 'that', 'they', 'were', 'just', 'a', 'bit', 'too', 'short', 'with', 'heels', 'i', "'m", '5', '5', 'i', 'had', 'them', 'ordered', 'in', 'a', 'petite', 'and', 'when', 'they', 'came', 'they', 'were', 'too', 'short', 'with', 'flats', 'maybe', 'it', "'s", 'the', 'way', 'i', 'like', 'to', 'wear', 'them', 'i', 'like', 'my', 'flare', 'jeans', 'to', 'barely', 'skim', 'the', 'ground', 'i', 'just', 'exchanged', 'them', 'for', 'regular', 'length', 'and', 'will', 'wear', 'them', 'with', 'a', 'small', 'wedge', 'shoe', 'aside', 'from', 'the', 'length', 'issues', 'these', 'are', 'super', 'cute', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6776,1024,33', 'beautiful', 'color', 'and', 'very', 'flattering', 'these', 'were', 'as', 'great', 'in', 'person', 'as', 'i', 'had', 'hoped', 'great', 'color', 'for', 'fall', 'super', 'comfy', 'and', 'flattering', 'fit', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6777,1044,55', 'love', 'the', 'look', 'but', 'i', 'ordered', 'this', 'in', 'a', 'regular', 'medium', 'even', 'though', 'i', 'am', 'short', 'i', 'never', 'order', 'petite', 'pants', 'as', 'the', 'crotch', 'is', 'always', 'too', 'short', 'but', 'this', 'crotch', 'is', 'very', 'long', 'i', 'have', 'exchanged', 'for', 'a', 'medium', 'petite', 'and', 'hopefully', 'that', 'will', 'work', 'i', 'have', 'last', 'years', 'short', 'denim', 'romper', 'by', 'the', 'same', 'brand', 'and', 'did', 'not', 'run', 'into', 'this', 'issue.,4,1,3', 'general', 'petite', 'bottoms', 'pants'] ['6778,1044,45', 'spring', 'and', 'summer', 'got', 'ta', 'have', 'it', 'i', 'am', 'so', 'happy', 'i', 'ordered', 'this', 'jumpsuit', 'it', 'is', 'exactly', 'as', 'pictured', 'and', 'has', 'a', 'very', 'flattering', 'fit', 'the', 'fabric', 'is', 'light', 'and', 'it', "'s", 'very', 'well', 'made', 'great', 'length', 'for', 'dressing', 'up', 'with', 'heals', 'or', 'dressing', 'down', 'with', 'flats', 'i', 'love', 'it', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['6779,1072,40', 'amazing', 'read', 'my', 'info', 'about', 'sizing', 'before', 'ordering', 'just', 'got', 'this', 'dress', 'in', 'the', 'mail', 'yesterday', 'and', 'i', 'love', 'the', 'style', 'and', 'fabric', 'soooo', 'much', 'the', 'fabric', 'looks', 'kind', 'of', 'shiny', 'in', 'the', 'photos', 'so', 'i', 'was', "n't", 'quite', 'sure', 'however', 'in', 'person', 'it', "'s", 'a', 'perfect', 'blend', 'that', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'sadly', 'i', 'can', 'not', 'fully', 'see', 'how', 'it', 'looks', 'on', 'me', 'because', 'the', 'bust', 'of', 'it', 'is', 'way', 'too', 'small', 'i', 'normally', 'wear', 'a', '0', 'or', '2', 'in', 'a', 'dress', 'and', 'am', 'a', '32c', 'but', 'the', 'inside', 'panel', 'that', 'you', 'can', 'not', 'see', 'in', 'any', 'of', 'the', 'photos', 'is', 'very', 'fitted', 'to', 'the', 'chest', 'and', 'i', 'can', 'not', 'even', 'zip', 'the', 'size', '2', 'over', 'my', ',5,1,5', 'general', 'dresses', 'dresses'] ['6780,877,43', 'cute', 'top', 'this', 'top', 'is', 'very', 'flattering', 'and', 'the', 'silver', 'line', 'details', 'give', 'it', 'a', 'great', 'pop', 'of', 'color', ',4,1,2', 'general', 'tops', 'knits'] ['6781,1030,39', 'so', 'crazy', 'comfortable', 'i', 'have', "n't", 'worn', 'jeans', 'in', 'a', 'year', 'because', 'i', 'felt', 'uncomfortable', 'and', 'constrained', 'these', 'are', 'as', 'soft', 'as', 'my', 'leggings', 'they', 'have', 'so', 'much', 'stretch', 'you', 'could', 'do', 'yoga', 'in', 'them', 'if', 'you', 'want', 'the', 'jean', 'look', 'w/o', 'the', 'stiffness/structure', 'get', 'these', 'flattering', 'to', 'the', 'booty', 'too', ',5,1,0', 'general', 'bottoms', 'jeans'] ['6782,895,25', 'absolutely', 'amazing', 'i', 'kept', 'going', 'back', 'to', 'this', 'sweater', 'as', 'this', 'goes', 'with', 'so', 'many', 'different', 'bottoms', 'thank', 'you', 'retailer', 'i', 'ordered', 'the', 'petite', 'version', 'since', 'i', 'am', 'not', 'as', 'tall', 'as', 'the', 'model', 'so', 'the', 'length', 'is', 'perfect', 'the', 'speckles', 'of', 'gray', 'are', 'beautiful', 'and', 'would', 'frame', 'any', 'complexion', 'the', 'fit', 'if', 'flattering', 'with', 'straight', 'pants', 'or', 'short', 'skirts.,5,1,3', 'general', 'tops', 'fine', 'gauge'] ['6783,1030,51', 'not', 'the', 'same', 'i', 'agree', 'with', 'other', 'reviewer', 'the', 'material', 'of', 'these', 'jeans', 'is', 'not', 'the', 'same', 'thin', 'stretches', 'and', 'you', 'end', 'up', 'pulling', 'them', 'up', 'all', 'the', 'time', 'i', 'am', 'a', 'short', 'curvy', 'girl', 'and', 'would', 'love', 'to', 'have', 'the', 'old', 'jean', 'fabric', 'back', 'this', 'seems', 'to', 'be', 'the', 'trend', 'in', 'jeans', 'nydj', 'also', 'uses', 'this', 'fabric', 'stretches', 'too', 'much', ',2,0,0', 'general', 'bottoms', 'jeans'] ['6784,1078,39', 'surprisingly', 'comfy', 'and', 'flattering', 'i', 'ordered', 'the', 'xxs', 'p', 'and', 'it', 'is', 'almost', 'big', 'so', 'between', 'true', 'to', 'size', 'and', 'big', 'it', 'is', 'both', 'flattering', 'and', 'stretchy', 'the', 'waist', 'comes', 'in', 'nicely', 'the', 'sleeves', 'are', 'not', 'annoying', 'and', 'the', 'sparkle', 'add', 'to', 'the', 'lbd', 'in', 'my', 'opinion', 'length', 'was', 'right', 'above', 'the', 'knee.just', 'i', 'am', '115', 'lbs', '30dd', '26.5', 'in', 'waist', 'for', 'reference', ',5,1,0', 'general', 'dresses', 'dresses'] ['6785,967,59', 'very', 'cute', 'but', 'i', 'received', 'this', 'jacket', 'in', 'the', 'mail', 'today', 'i', 'was', "n't", 'sure', 'of', 'my', 'size', 'so', 'i', 'ordered', 'the', 's', 'm.', 'i', 'opened', 'the', 'medium', 'first', 'and', 'found', 'that', 'to', 'fit', 'me', 'well', 'i', 'never', 'tried', 'the', 'small', 'on', 'fyi', 'i', 'am', '5', '5', '125', 'lbs', '34a', 'in', 'the', 'chest', 'it', 'allowed', 'some', 'give', 'room', 'for', 'layering', 'like', 'the', 'picture', 'of', 'the', 'model', 'this', 'is', 'a', 'very', 'cute', 'jacket', 'no', 'doubt', 'about', 'it', 'i', 'like', 'the', 'combo', 'of', 'the', 'linen', 'with', 'the', 'leather', 'the', 'outside', 'of', 'the', 'jacket', 'is', 'well', 'constructed', 'the', 'reason', 'i', 'put', '4', 'stars', 'and', 'said', 'but', 'is', 'because', 'of', 'the', 'unfini', ',4,1,6', 'general', 'jackets', 'jackets'] ['6786,1072,43', 'beautiful', 'i', 'am', '5', '8', 'size', '4-6', 'us', 'i', 'could', 'barely', 'zip', 'the', 'inside', 'bra', 'on', 'the', '8.', 'i', 'wear', '34', 'b.', 'i', 'think', 'it', 'is', 'uk', 'sizing', 'i', 'kept', 'the', '8', 'had', 'to', 'return', 'the', '6', 'it', "'s", 'a', 'beautiful', 'dress', 'but', 'it', 'is', 'a', 'lot', 'of', 'dress', 'maybe', 'too', 'much', 'for', 'someone', 'more', 'petite', 'it', 'looks', 'ridiculous', 'until', 'you', 'put', 'the', 'belt', 'on', ',4,1,4', 'general', 'dresses', 'dresses'] ['6787,967,38', 'good', 'idea', 'execution', 'could', 'be', 'better', 'for', 'reference', 'i', "'m", '113', 'lbs', 'with', 'a', 'short', 'torso', 'so', 'i', 'was', 'thrilled', 'when', 'i', 'saw', 'this', 'jacket', 'on-line', 'i', 'was', 'expecting', 'a', 'soft', 'comfortable', 'and', 'polished', 'piece', 'i', 'tried', 'on', 'a', 'standard', 'size', 'xs', 'and', 'the', 'color', 'of', 'the', 'khaki', 'is', 'muted', 'on', 'line', 'it', "'s", 'a', 'little', 'darker', 'in', 'person', 'and', 'the', 'finishings', 'like', 'zipper', 'plackets', 'are', 'much', 'lighter', 'in', 'contrast', 'also', 'it', 'is', 'a', 'mixed-media/material', 'type', 'for', 'example', 'it', "'s", 'linen', 'with', 'soft', 'leather', 'accents', 'which', 'also', 'have', 'varying', 'tones', 'on', 'the', 'inside', 'of', 'the', 'collar', 'on', 'the', 'wrist', 'area', ',3,1,9', 'general', 'jackets', 'jackets'] ['6788,877,38', 'shorter', 'in', 'front', 'than', 'expected', 'i', "'m", '5', '2', 'and', '110', 'lbs', 'i', 'ordered', 'this', 'in', 'xsp', 'but', 'it', 'was', 'a', 'lot', 'shorter', 'in', 'the', 'front', 'than', 'led', 'to', 'believe', 'from', 'the', 'photo', 'it', 'was', 'also', 'a', 'little', 'baggy', 'on', 'top', 'otherwise', 'i', 'love', 'the', 'material', 'shimmer', 'and', 'overall', 'look', 'i', 'will', 'be', 'exchanging', 'this', 'for', 'a', 'regular', 'xxs', ',4,1,4', 'general', 'tops', 'knits'] ['6789,895,50', 'great', 'as', 'a', 'dress', 'have', 'had', 'a', 'hard', 'time', 'finding', 'comfy', 'dresses', 'appropriate', 'but', 'not', 'too', 'long', 'for', 'my', '15', 'year', 'old', 'daughter', 'purchased', 'this', 'tunic', 'in', 'a', 'regular', 'xs', 'and', 'she', 'loves', 'it', 'she', 'wore', 'today', 'with', 'suede', 'booties-very', 'soft', 'cute', 'and', 'longer', 'than', 'many', 'dresses', 'sold', 'for', 'teens', 'she', 'initially', 'thought', 'it', 'was', 'a', 'winter', 'sweater', 'dress', 'but', 'i', 'explained', 'it', 'is', 'mostly', 'cotton', 'and', 'would', 'be', 'a', 'great', 'transitional', 'piece', 'for', 'spring', 'and', 'fall', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6790,877,46', 'ca', "n't", 'stop', 'thinking', 'about', 'this', 'one', 'i', 'am', 'on', 'an', 'retailer', 'diet', 'but', 'i', 'ca', "n't", 'stop', 'thinking', 'about', 'this', 'top', 'tried', 'it', 'on', 'with', 'my', 'sister', 'when', 'shopping', 'and', 'if', 'only', 'they', "'d", 'had', 'my', 'size', 'in', 'stock', 'i', "'d", 'have', 'been', 'a', 'goner', 'for', 'sure', 'it', 'is', 'super', 'comfy', 'the', 'fabric', 'is', 'somehow', 'both', 'lightweight', 'and', 'structured', 'while', 'i', "'m", 'kind', 'of', 'sick', 'of', 'high/low', 'this', 'one', 'manages', 'to', 'execute', 'in', 'a', 'really', 'subtle', 'way', 'that', 'just', 'manages', 'to', 'hide', 'the', 'bum', 'without', 'being', 'in', 'your', 'face', 'love', 'the', 'sparkle', 'you', 'could', 'wear', 'this', 'to', 'work', 'then', 'out', 'on', 'a', 'date', 'or', 'all', 'weekend', 'long', 'so', 'versat', ',5,1,4', 'general', 'tops', 'knits'] ['6791,895,70', 'comfortable', 'style', 'and', 'fit', 'this', 'tunic', 'is', 'a', 'lighter', 'weight', 'knit', 'that', 'is', "n't", 'bulky', 'to', 'wear', 'under', 'coats', 'etc', 'it', 'has', 'grey', 'shades', 'running', 'through', 'the', 'natural', 'color', 'which', 'gives', 'the', 'knit', 'more', 'depth', 'it', 'has', 'a', 'flattering', 'fit', 'i', 'bought', 'it', 'in', 'the', 'petite', 'size', 'and', 'the', 'length', 'is', 'perfect', 'i', 'like', 'the', 'way', 'the', 'knit', 'pattern', 'runs', 'two', 'different', 'directions', 'in', 'the', 'front', 'it', 'adds', 'more', 'interest', 'to', 'the', 'look', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['6792,867,29', 'love', 'when', 'i', 'first', 'saw', 'this', 'shirt', 'in', 'person', 'i', 'was', 'shocked', 'because', 'the', 'lines', 'on', 'it', 'are', 'sparkly', 'and', 'colorful', 'now', 'that', 'i', 'look', 'closely', 'at', 'the', 'shirt', 'online', 'i', 'see', 'that', 'but', 'i', 'did', 'not', 'expect', 'it', 'cause', 'it', 'was', "n't", 'as', 'obvious', 'in', 'the', 'online', 'photos', 'it', 'is', 'much', 'more', 'prominent', 'in', 'person'] ['i', 'ordered', 'it', 'in', 'my', 'usual', 'size', 'and', 'it', 'fits', 'perfectly', 'just', 'like', 'the', 'model', 'definitely', 'oversized', 'but', 'appropriately', 'so', 'the', 'length', 'was', 'also', 'great', 'i', "'m", '5', '8', 'which', 'made', 'me', 'very', 'happy', ',5,1,0', 'general', 'tops', 'knits'] ['6793,877,47', 'not', 'a', 'tunic', 'i', 'just', 'purchased', 'this', 'top', 'in', 'the', 'store', 'it', 'is', 'definitely', 'not', 'tunic', 'length', 'as', 'shown', 'here', 'but', 'rather', 'hip', 'length', 'also', 'it', 'runs', 'a', 'little', 'small', 'in', 'the', 'bust', 'and', 'had', 'to', 'go', 'up', 'a', 'size', 'but', 'it', 'is', 'adorable', ',4,1,3', 'general', 'tops', 'knits'] ['6794,1035,49', 'absolutely', 'in', 'love', 'i', 'just', 'received', 'these', 'denim', 'joggers', 'this', 'is', 'my', 'first', 'pair', 'of', 'denim', 'joggers', 'and', 'they', 'are', 'absolutely', 'stunning', 'i', 'like', 'the', 'decorative', 'band', 'i', 'do', 'feel', 'as', 'these', 'will', 'be', 'a', 'staple', 'in', 'my', 'wardrobe', 'the', 'possibilities', 'with', 'these', 'joggers', 'are', 'endless.,5,1,0', 'general', 'bottoms', 'jeans'] ['6795,877,41', 'not', 'the', 'tunic', 'show', 'on', 'model', 'this', 'shirt', 'arrived', 'today', 'and', 'i', 'was', 'surprised', 'how', 'short', 'it', 'is', 'not', 'a', 'tunic', 'at', 'all', 'i', 'wonder', 'if', 'the', 'lengths', 'on', 'these', 'vary', 'and', 'if', 'i', 'order', 'it', 'again', 'it', 'would', 'be', 'a', 'different', 'length', 'i', 'ordered', 'my', 'normal', 'size', 'xs', 'petite', 'i', "'m", '5-2', 'so', 'this', 'should', 'have', 'been', 'a', 'tunic', 'on', 'me', 'perhaps', 'if', 'i', 'see', 'this', 'shirt', 'in', 'the', 'store', 'i', "'ll", 'try', 'on', 'the', 'regular', 'length', 'i', "'m", 'returning', 'the', 'petite', ',3,0,6', 'general', 'tops', 'knits'] ['6796,1044,33', 'poofy', 'i', 'wish', 'these', 'fit', 'more', 'like', 'joggers', 'but', 'they', 'are', 'slightly', 'poofier', 'with', 'the', 'big', 'buttons', 'i', 'felt', 'a', 'bit', 'too', 'clownish', 'however', 'it', "'s", 'a', 'great', 'statement', 'piece', 'if', 'you', "'re", 'up', 'for', 'it', 'the', 'quality', 'is', 'good', 'and', 'the', 'fabric', 'has', 'a', 'nice', 'texture', 'i', 'think', 'the', 'problem', 'was', 'that', 'since', 'linen', 'does', "n't", 'drape', 'and', 'scrunch', 'like', 'less', 'structured', 'fabrics', 'so', 'it', 'holds', 'more', 'volume', 'instead', 'of', 'loose', 'semi-flowy', 'menswear', 'look', 'i', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['6797,967,36', 'great', 'jacket', 'this', 'is', 'one', 'of', 'the', 'cutest', 'jackets', 'i', 'have', 'ever', 'owned', 'nice', 'soft', 'material', 'i', 'have', 'a', 'steamer', 'so', 'wo', "n't", 'have', 'to', 'iron', 'this', 'depends', 'on', 'how', 'picky', 'you', "'d", 'be', 'about', 'that', 'great', 'cut', 'ordered', 'my', 'normal', 'size', 'sending', 'another', 'jacket', 'back', 'that', 'luckily', 'i', 'had', "n't", 'worn', 'yet', 'i', 'know', 'between', 'the', 'two', 'i', 'will', 'always', 'pick', 'this', 'one', 'did', "n't", 'find', 'the', 'sleeves', 'too', 'long', 'which', 'was', 'good', 'as', 'no', 'petite', 'option', 'seriously', 'so', 'excited', 'to', 'wear', 'this', ',5,1,5', 'general', 'jackets', 'jackets'] ['6798,1035,34', 'all', 'time', 'favs', 'love', 'everything', 'about', 'these', 'they', 'are', 'super', 'fostering', 'and', 'comfy', 'i', 'am', 'a', 'busy', 'mom', 'and', 'need', 'comfort', 'these', 'are', 'a', 'great', 'addition', 'to', 'my', 'closet', 'super', 'cute', 'with', 'booties', 'wedges', 'and', 'flats', ',5,1,1', 'general', 'bottoms', 'jeans'] ['6799,1035,53', 'great', 'they', 'fit', 'me', 'great', 'are', 'super', 'comfortable', 'they', 'are', 'casual', 'yet', 'also', 'stylish', 'thanks', 'to', 'details', 'like', 'the', 'colorful', 'waistband', 'and', 'the', 'zippers', 'on', 'the', 'side', 'of', 'the', 'legs', 'they', 'looks', 'great', 'and', 'i', 'think', 'i', 'can', 'wear', 'them', 'for', 'many', 'occasions', 'i', 'love', 'them', 'with', 'booties', 'i', 'think', 'they', 'look', 'better', 'in', 'person', 'than', 'online', 'too', ',5,1,1', 'general', 'bottoms', 'jeans'] ['6800,877,42', 'not', 'a', 'tunic', 'this', 'fits', 'like', 'a', 'regular', 'top', 'for', 'me', 'i', 'can', 'take', 'petite', 'on', 'top', 'most', 'of', 'the', 'time', 'i', 'bought', 'this', 'in', 'a', 'medium', 'regular', 'and', 'it', 'fits', 'like', 'my', 'regular', 'high', 'low', 'tees', 'or', 'tops', 'i', 'think', 'it', "'s", 'so', 'cute', 'on', 'it', "'s", 'light', 'weight', 'enough', 'for', 'warmer', 'weather', 'i', "'m", 'going', 'to', 'love', 'it', 'this', 'spring/summer', 'and', 'into', 'fall', 'with', 'a', 'jacket', 'or', 'cardigan', 'another', 'plus', 'is', 'it', 'does', "n't", 'gape', 'at', 'the', 'armpit', 'which', 'i', 'get', 'sometimes', 'with', 'regular', 'cuts', 'it', "'s", 'not', 'so', 'low', 'cut', 'on', 'me', 'either', 'but', 'i', 'have', 'a', '32f', '37-38ish', 'inches', 'bust', 'so', 'that', 'may', 'be', 'why', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['6801,895,35', 'so', 'in', 'love', 'i', 'am', 'normally', 'a', 'pretty', 'big', 'fan', 'of', 'the', 'moth', 'brand', 'but', 'i', 'took', 'a', 'chance', 'on', 'this', 'dress/tunic', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'i', 'love', 'love', 'love', 'this', 'piece', 'it', "'s", 'soft', 'light', 'weight', 'material', 'make', 't', 'perfectly', 'versatile', 'so', 'spring', 'winter', 'and', 'fall', 'it', "'s", 'so', 'easy', 'to', 'throw', 'on', 'with', 'a', 'pair', 'of', 'leggings', 'or', 'skinny', 'jeans', 'and', 'dress', 'up', 'or', 'down', 'with', 'a', 'scarf', 'or', 'necklace', 'i', "'ve", 'already', 'worn', 'it', 'several', 'times', 'and', 'wearing', 'it', 'right', 'now', 'actually', 'it', 'fits', 'very', 'true', 'to', 'size', 'i', 'am', '36d', '31', 'waist', 'and', '5', '2', 'so', 'i', 'ordered', 'a', 'large', 'and', 'it', 'fi', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['6802,877,28', 'not', 'quite', 'what', 'i', 'expected', 'i', 'had', 'read', 'a', 'few', 'reviews', 'on', 'this', 'shirt', 'before', 'ordering', 'that', 'said', 'it', 'ran', 'small', 'and', 'was', 'shorter', 'than', 'it', 'looks', 'i', 'thought', 'it', 'was', 'worth', 'finding', 'out', 'because', 'i', 'really', 'liked', 'how', 'this', 'shirt', 'looks', 'in', 'the', 'pictures', 'on', 'the', 'store', 'site', 'unfortunately', 'when', 'i', 'got', 'it', 'in', 'the', 'mail', 'and', 'opened', 'it', 'up', 'i', 'found', 'out', 'that', 'all', 'the', 'earlier', 'review', 'were', 'right'] [] ['it', 'is', 'much', 'shorter', 'than', 'the', 'dimensions', 'implied', 'in', 'the', 'pictures', 'of', 'the', 'model', 'i', 'was', 'expecting', 'a', 'tunic', 'style', 'shirt', 'that', 'could', 'be', 'worn', 'over', 'leggings', 'or', 'skinny', 'jeans', 'th', ',3,0,0', 'general', 'tops', 'knits'] ['6803,1080,42', 'i', 'agree', 'with', 'the', 'previous', 'review', 'that', 'this', 'dress', 'runs', 'large', 'otherwise', 'it', 'is', 'a', 'lovely', 'dress', 'though', 'i', 'added', 'a', 'belt', 'since', 'the', 'tie', 'was', "n't", 'defining', 'enough', 'for', 'me', 'brown', 'leather', 'looks', 'great', 'with', 'it', 'and', 'i', 'get', 'tons', 'of', 'complements', ',4,1,0', 'general', 'dresses', 'dresses'] ['6804,255,45', 'fantastic', 'fit', 'this', 'hoodie', 'has', 'a', 'great', 'fit', 'it', 'is', 'slightly', 'tapered', 'in', 'at', 'the', 'waist', 'so', 'it', 'is', 'not', 'boxy', 'in', 'fact', 'it', 'is', 'quite', 'flattering', 'it', 'has', 'pockets', 'and', 'a', 'cute', 'rubber', 'zipper', 'pull', 'the', 'hood', 'is', 'a', 'nice', 'size', 'not', 'overwhelming', 'to', 'the', 'back', 'profile', 'i', 'purchased', 'the', 'matching', 'pants', 'a', 'few', 'months', 'ago', 'but', 'had', 'not', 'idea', 'when', 'i', 'ordered', 'this', 'now', 'i', 'have', 'a', 'super', 'cute', 'lounge', 'at', 'the', 'lake', 'ensemble', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6805,829,53', 'gorgeous', 'i', 'was', 'immediately', 'drawn', 'to', 'this', 'stunning', 'blouse', 'in', 'pink', 'in', 'the', 'store', 'it', 'is', 'a', 'fabulous', 'silk', 'and', 'velvet', 'just', 'in', 'time', 'for', 'the', 'holidays', 'and', 'beyond', 'in', 'true', 'floreat', 'style', 'it', 'is', 'well', 'made', 'and', 'unique', 'i', "'d", 'say', 'it', 'fits', 'tts', 'to', 'maybe', 'slightly', 'small', 'if', 'you', 'want', 'it', 'to', 'fit', 'like', 'it', 'does', 'on', 'the', 'model', 'i', 'usually', 'buy', 'petite', 'sizes', 'when', 'available', 'but', 'went', 'with', 'regular', 'sizing', 'as', 'that', 'is', 'what', 'was', 'in', 'the', 'store', 'and', 'i', 'liked', 'the', 'fit.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['6806,862,51', 'beautiful', 'pattern', 'in', 'person', 'this', 'pattern', 'is', 'vibrant', 'and', 'lovely', 'i', 'usually', 'wear', 'an', 'xl', 'in', 'tops', 'but', 'in', 'flowy', 'ones', 'like', 'these', 'i', 'can', 'size', 'down', 'to', 'a', 'l', 'which', 'i', 'did', 'the', 'nice', 'thing', 'about', 'the', 'cut', 'is', 'it', 'minimizes', 'a', 'large', 'bust', 'while', 'maintaining', 'a', 'nice', 'shape', 'it', 'is', 'a', 'bit', 'long', 'which', 'lengthens', 'the', 'torso', 'if', 'you', 'are', 'short', 'like', 'me', 'the', 'bib', 'portion', 'is', 'almost', 'quilted', 'and', 'very', 'substantial', 'all', 'in', 'all', 'a', 'great', 'purchase', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6807,862,48', 'sweet', 'little', 'top', 'this', 'is', 'an', 'adorable', 'little', 'top', 'the', 'tank', 'has', 'such', 'beautiful', 'detailing', 'on', 'the', 'chest', 'the', 'flowers', 'are', 'more', 'red', 'than', 'pink', 'i', 'found', 'it', 'to', 'be', 'tts', 'on', 'me', 'the', 'tank', 'is', 'flowy', 'and', 'loose.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['6808,1111,28', 'so', 'versatile', 'this', 'dress', 'is', 'great', 'it', "'s", 'perfect', 'for', 'a', 'casual', 'look', 'with', 'a', 'denim', 'jacket', 'comfortable', 'for', 'traveling', 'and', 'can', 'even', 'be', 'dressed', 'up', 'for', 'a', 'more', 'formal', 'occasion', 'i', 'wore', 'it', 'on', 'a', 'cross', 'country', 'flight', 'toronto-british', 'columbia', 'and', 'was', 'so', 'comfortable', 'with', 'a', 'sweater', 'and', 'scarf', 'to', 'wrap', 'around', 'me', 'if', 'i', 'got', 'cold', 'the', 'only', 'con', 'i', 'found', 'of', 'this', 'dress', 'is', 'the', 'back', 'is', 'a', 'bit', 'low', 'leaving', 'your', 'bra', 'showing', 'and', 'being', 'a', '32-d', 'i', 'do', "n't", 'feel', 'comfortable', 'going', 'without', 'a', 'bra', 'i', 'purchased', 'a', 'few', 'of', 'the', 'bralettes', 'to', 'go', 'with', 'it', 'to', 'm', ',4,1,0', 'general', 'dresses', 'dresses'] ['6809,862,39', 'nice', 'fit', 'beautiful', 'embroidery', 'i', 'love', 'the', 'embroidery', 'detailing', 'on', 'the', 'top', 'i', 'think', 'this', 'shirt', 'looks', 'better', 'in', 'person', 'than', 'online'] [] ['i', "'m", 'an', 'hourglass', 'shape', 'and', 'this', 'loose', 'style', 'for', 'shirts', 'often', 'tents', 'out', 'away', 'from', 'my', 'chest', 'but', 'this', 'top', 'drapes', 'down', 'nicely', 'however', 'loose', 'shirts', 'like', 'this', 'are', "n't", 'my', 'style', 'so', 'i', 'belt', 'this', 'at', 'my', 'waist', 'and', 'it', 'looks', 'even', 'better', 'the', 'top', 'flatters', 'my', 'broad', 'shoulders', 'meaning', 'that', 'it', 'does', "n't", 'make', 'them', 'look', 'wider', 'and', 'it', 'hits', 'below', 'my', 'hips', 'i', "'m", "5'10", 'i', 'also', 'appreciate', 'that', 'the', 'armholes', 'are', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6810,868,70', 'amazing', 'top', 'this', 'top', 'is', 'just', 'amazing', 'it', 'does', 'run', 'large', 'so', 'size', 'down', 'but', 'fit', 'and', 'feel', 'is', 'wonderful', 'especially', 'if', 'you', 'would', 'like', 'to', 'hide', 'some', 'lumps', 'and', 'bumps', 'this', 'is', 'the', 'perfect', 'top.,5,1,1', 'general', 'tops', 'knits'] ['6811,688,34', 'good', 'purchase', 'these', 'leggings', 'are', 'very', 'comfortable', 'and', 'cute', 'only', 'reason', 'they', 'are', 'not', '5', 'stars', 'is', 'because', 'the', 'pattern', 'is', 'not', 'quite', 'as', 'vibrant', 'as', 'i', 'was', 'expecting.,4,1,0', 'initmates', 'intimate', 'lounge'] ['6812,868,29', 'yeah', 'but', 'it', "'s", 'a', 'great', 'tent', 'ok', 'this', 'shirt', 'is', 'like', 'my', 'dream', 'it', "'s", 'large', 'comfy', 'but', 'sexy', 'with', 'the', 'back', 'dip', 'as', 'a', 'larger', 'chested', 'lady', '32g', 'i', 'really', 'appreciate', 'having', 'a', 'tee', 'that', 'i', 'can', 'easily', 'throw', 'on', 'and', 'look', 'put', 'together', 'clearly', 'this', 'is', 'a', 'larger', 'styled', 'swing', 'tee', 'but', 'it', "'s", 'one', 'of', 'my', 'favorites', 'paired', 'with', 'a', 'cute', 'pair', 'of', 'boots', 'and', 'easily', 'worn', 'with', 'a', 'jacket', 'it', 'can', 'tend', 'to', 'fall', 'off', 'the', 'shoulders', 'so', 'i', "'d", 'size', 'down', 'i', "'ll", 'probably', 'pick', 'up', 'the', 'grey', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['6813,850,20', 'great', 'casual', 'top', 'for', 'jeans', 'i', 'love', 'this', 'top', 'the', 'material', 'is', 'soft', 'but', 'good', 'quality', 'and', 'not', 'flimsy', 'the', 'cut', 'is', 'fitted', 'and', 'flattering', 'the', 'color', 'of', 'the', 'fabric', 'is', 'ivory', 'not', 'bright', 'white', 'the', 'embroidery', 'is', 'a', 'good', 'quality', 'and', 'does', "n't", 'easily', 'fray', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'highly', 'recommend', 'this', 'top', 'i', 'wear', 'it', 'with', 'jeans', 'and', 'it', 'looks', 'really', 'cute', 'always', 'get', 'compliments', 'it', "'s", 'very', 'comfortable', 'too', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['6814,862,38', 'this', 'top', 'is', 'so', 'lovely', 'the', 'fabric', 'is', 'thick', 'and', 'soft', 'and', 'the', 'drape', 'is', 'phenomenal', 'i', 'did', 'size', 'down', 'based', 'on', 'reviews', 'i', 'typically', 'wear', 'a', 'large', 'and', 'the', 'medium', 'is', 'perfect', 'nice', 'and', 'flowy', 'and', 'very', 'flattering', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6815,850,60', 'this', 'blouse', 'is', 'sumptuous', 'the', 'fabric', 'is', 'soooo', 'soft', 'embroidery', 'beautiful', 'fit', 'flattering', 'sadly', 'i', 'returned', 'it', 'due', 'to', 'the', 'color', 'i', 'mostly', 'shop', 'on-line', 'due', 'to', 'time', 'restriction', 'and', 'the', 'picture', 'looks', 'to', 'be', 'a', 'winter', 'white', 'to', 'me', 'it', 'is', 'a', 'light', 'yellow', 'color', 'most', 'pleasing', 'with', 'the', 'cobalt', 'embroidery', 'alas', 'any', 'shade', 'of', 'yellow', 'makes', 'my', 'skin', 'look', 'jaundice', 'so', 'back', 'it', 'had', 'to', 'go', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['6816,850,53', 'beautiful', 'details', 'the', 'embroidery', 'details', 'on', 'this', 'top', 'are', 'beautiful', 'the', 'material', 'is', 'soft', 'and', 'a', 'really', 'good', 'quality', 'my', 'first', 'time', 'wearing', 'out', 'and', 'i', 'received', 'so', 'many', 'compliments', 'i', 'love', 'it', ',5,1,11', 'general', 'petite', 'tops', 'blouses'] ['6817,829,39', 'like', 'but', 'not', 'love', 'i', 'tried', 'on', 'the', 'pink', 'in', 'xs', 'in', 'store', 'it', 'was', 'so', 'big', 'on', 'me', 'i', 'wanted', 'to', 'love', 'it', 'the', 'stylist', 'did', 'but', 'i', 'felt', 'meh', 'so', 'did', 'another', 'costumer', 'didn', '39', 't', 'like', 'it', 'on', 'me', 'the', 'colors', 'are', 'really', 'nice', 'and', 'the', 'blue', 'seems', 'really', 'nice', 'too', 'but', 'the', 'cut', 'was', 'a', 'little', 'wide', 'fabric', 'is', 'very', 'soft', 'for', 'reference', 'i', 'am', '115', 'lbs', '0dd', '26.5', 'in', 'waist', ',3,1,0', 'general', 'tops', 'blouses'] ['6818,1092,39', 'beautiful', 'looks', 'fragile', 'but', 'well-made', 'love', 'this', 'dress', 'the', 'colors', 'are', 'stunning', 'the', 'make', 'is', 'beautiful', 'i', 'do', "n't", 'know', 'where', 'to', 'start', 'the', 'body', 'part', 'is', 'a', 'nice', 'neutral', 'color', 'and', 'has', 'beautiful', 'beading', 'my', 'concerns', 'is', 'snagging', 'since', 'the', 'fabric', 'is', 'so', 'flowy', 'and', 'the', 'beading', 'pokes', 'out', 'sort', 'of', 'i', 'love', 'that', 'they', 'used', 'different', 'patterns', 'on', 'the', 'layers', 'the', 'skirt', 'bottom', 'layer', 'has', 'cute', 'polka', 'dots', 'that', 'are', 'translated', 'on', 'the', 'sleeves', 'bottom', 'of', 'the', 'sleeves', 'sleeves', 'are', 'by', 'the', 'way', 'fun', 'and', 'bubble-like', 'the', 'cut', 'of', 'the', 'dress', 'is', 'not', 'following', 'the', 'b', ',5,1,4', 'general', 'dresses', 'dresses'] ['6819,1092,33', 'not', 'quite', 'for', 'me', 'based', 'on', 'other', 'reviews', 'i', 'had', 'no', 'doubt', 'this', 'dress', 'would', 'be', 'perfect', 'it', 'truly', 'is', 'a', 'work', 'of', 'art', 'however', 'it', 'just', 'was', "n't", 'me', 'when', 'i', 'tried', 'it', 'on', 'i', "'m", 'sure', 'for', 'others', 'it', 'will', 'be', 'perfect', 'my', 'biggest', 'issues', 'were', 'the', 'sheerness', 'of', 'the', 'top', 'portion', 'which', 'is', 'obvious', 'in', 'the', 'photos', 'i', 'was', 'hoping', 'it', 'would', 'be', 'less', 'obvious', 'in', 'person', 'also', 'the', 'elbows', 'of', 'the', 'dress', 'were', 'tight', 'so', 'it', 'was', 'difficult', 'to', 'bend', 'my', 'arms', 'and', 'i', 'have', 'pretty', 'slender', 'arms', ',4,1,0', 'general', 'dresses', 'dresses'] ['6820,255,58', 'nice', 'jacket', 'good', 'quality', 'flattering', 'design', 'i', "'m", '5', '4', '115', 'lbs', 'bought', 'a', 'size', 's', 'and', 'fits', 'well', 'love', 'the', 'hood', 'a', 'little', 'snug', 'in', 'the', 'arms', 'if', 'you', 'want', 'to', 'wear', 'a', 'long', 'sleeve', 'underneath', 'overall', 'a', 'good', 'buy', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6821,850,61', 'not', 'like', 'the', 'picture', 'got', 'this', 'for', 'my', 'daughter', 'for', 'christmas', 'she', 'loves', 'the', 'boho', 'peasant', 'look', 'i', 'thought', 'the', 'fabric', 'would', 'be', 'white', 'or', 'at', 'least', 'cream', 'color', 'but', 'it', 'was', 'closer', 'to', 'pale', 'yellow', 'although', 'the', 'fabric', 'quality', 'and', 'texture', 'is', 'lovely', 'more', 'substantive', 'than', 'i', 'expected', 'she', 'just', 'could', "n't", 'like', 'the', 'top', 'with', 'the', 'color', 'being', 'so', 'off'] ['disappointing', 'as', 'picture', 'makes', 'it', 'much', 'prettier', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['6822,862,46', 'very', 'soft', 'material', 'color', 'is', 'different', 'in', 'person', 'i', 'ordered', 'a', 'size', 'xl', 'it', "'s", 'flowy', 'so', 'it', 'could', 'be', 'running', 'larger', 'but', 'since', 'the', 'fit', 'in', 'the', 'shoulders/neck/sleeves', 'matches', 'the', 'model', 'i', 'think', 'it', "'s", 'true-to-size', 'for', 'the', 'design', 'it', 'is', 'so', 'comfortable', 'i', 'love', 'the', 'softness', 'of', 'the', 'material', 'the', 'problem', 'for', 'me', 'is', 'the', 'color', 'on', 'my', 'monitor', 'it', 'looks', 'like', 'a', 'light', 'ivory', 'or', 'white', 'but', 'the', 'embroidered', 'lace', 'bib', 'portion', 'is', 'a', 'darker', 'ivory', 'shade', 'that', 'does', "n't", 'work', 'for', 'my', 'complexion', 'so', 'i', "'ll", 'be', 'returning', 'mine', 'everything', 'is', 'well-made', 'though', 'especially', 'the', 'vintage-styl', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['6823,862,70', 'pretty', 'tank', 'the', 'floral', 'pattern', 'on', 'this', 'tank', 'tranforms', 'it', 'to', 'a', 'beautiful', 'piece', 'i', 'usually', 'tend', 'to', 'avoid', 'top', 'with', 'full', 'pattern', 'because', 'it', 'tends', 'to', 'look', 'busy', 'but', 'not', 'with', 'this', 'top', 'i', "'m", 'usually', 'wear', 's/m', 'with', 'retailer', 'brand', 'depending', 'with', 'the', 'design', 'this', 'tank', 'has', 'loose', 'bottom', 'section', 'so', 'the', 's', 'is', 'tts', 'for', 'me', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6824,868,32', 'this', 'top', 'is', 'cut', 'too', 'short', 'wide', 'with', 'too', 'much', 'light', 'material', 'in', 'between', 'to', 'be', 'truly', 'slimming', 'flattering', 'it', 'needs', 'to', 'have', 'more', 'of', 'the', 'rayon/spandex', 'blend', 'to', 'make', 'it', 'heavier', 'bouncier', 'then', 'it', 'would', 'hang', 'appropriately', 'and', 'swing', 'and', 'hopefully', 'not', 'add', 'pounds', 'to', 'the', 'wearer', 'unfortunately', 'this', 'top', 'is', 'too', 'lightweight', 'has', 'too', 'much', 'material', 'pass', ',3,0,0', 'general', 'tops', 'knits'] ['6825,862,31', ',i', 'purchased', 'this', 'top', 'over', 'the', 'weekend', 'and', 'absolutely', 'love', 'it', 'i', 'am', 'currently', '9', 'months', 'pregnant', 'due', 'in', 'a', 'week', 'and', 'this', 'top', 'is', 'perfect', 'bc', 'it', 'has', 'plenty', 'of', 'length', 'it', 'is', 'super', 'soft', 'and', 'comfortable', 'for', 'the', 'texas', 'heat', 'i', 'am', '5', '6', 'usually', '115', 'lbs', 'currently', 'closer', 'to', '140', 'lbs.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6826,862,33', 'great', 'ahirt', 'just', 'got', 'this', 'in', 'the', 'mail', 'today', 'very', 'pretty', 'soft', 'and', 'comfortable', 'i', 'could', 'probably', 'have', 'sized', 'down', 'but', 'it', 'fits', 'fine', 'for', 'reference', 'i', "'m", '5', '4', '138', 'lbs', 'and', 'i', 'got', 'an', 'xs', 'grab', 'this', 'while', 'it', "'s", 'on', 'sale', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6827,384,30', 'very', 'nice', 'i', "'m", 'not', 'sure', 'what', 'cup', 'size', 'i', 'am', '36b', 'or', '36c', 'but', 'the', 'medium', 'fits', 'perfect', 'material', 'is', 'soft', 'and', 'stretchy', 'i', 'usually', 'wear', 'a', 'medium', 'size', 'shirt', 'i', 'definitely', 'wo', "n't", 'be', 'wearing', 'it', 'out', 'in', 'public', 'but', 'i', 'like', 'it', 'a', 'lot', 'for', 'at', 'home', 'wear', 'the', 'matching', 'underwear', 'may', 'run', 'large', 'i', "'m", 'usually', 'one', 'size', 'larger', 'in', 'bottoms', 'than', 'in', 'tops', 'but', 'the', 'medium', 'worked', 'for', 'those', 'too', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['6828,255,73', 'not', 'dissapointed', 'the', 'weight', 'and', 'feel', 'of', 'this', 'jacket', 'is', 'what', 'i', 'was', 'hoping', 'for', 'it', 'is', 'medium', 'weight', 'making', 'it', 'my', 'go', 'to', 'on', 'cool', 'days', 'and', 'is', 'also', 'very', 'flattering', 'to', 'wear', 'it', 'actually', 'gives', 'you', 'shape', 'i', 'like', 'the', 'front', 'texturing', 'on', 'the', 'scroll', 'work', 'and', 'the', 'pockets', 'are', 'well', 'placed', 'if', 'anything', 'could', 'be', 'different', 'i', 'would', 'have', 'preferred', 'a', 'little', 'more', 'room', 'in', 'the', 'sleeves', 'as', 'they', 'run', 'slightly', 'snug', 'so', 'not', 'made', 'to', 'wear', 'with', 'anything', 'with', 'bulk', 'but', 'overall', 'not', 'an', 'issue', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6829,1092,83', 'gorgeous', 'and', 'exotic', 'dress', 'this', 'dress', 'is', 'stunning', 'it', 'is', 'beautifully', 'made', 'with', 'laces', 'and', 'beading', 'in', 'a', 'way', 'that', 'is', 'art', 'it', 'fits', 'in', 'a', 'very', 'flattering', 'and', 'comfortable', 'way', 'i', 'think', 'is', 'would', 'flatter', 'any', 'body', 'type', 'the', 'details', 'are', 'captivating', 'and', 'it', 'immediately', 'grabs', 'the', 'spotlight', 'when', 'you', 'walk', 'into', 'a', 'room'] ['i', 'ordered', 'online', 'and', 'when', 'it', 'arrived', 'i', 'was', 'stunned', 'with', 'it', "'s", 'exotic', 'use', 'of', 'fabrics', 'textures', 'a', 'rare', 'find', 'and', 'a', 'must', 'have', ',5,1,0', 'general', 'dresses', 'dresses'] ['6830,313,42', 'nice', 'staple', 'thin', 'long', 'was', 'looking', 'for', 'a', 'layering', 'tunic', 'and', 'this', 'does', 'the', 'job', 'it', "'s", 'very', 'long', 'and', 'i', "'m", "5'11", 'and', 'this', 'covers', 'to', 'my', 'mid', 'thigh', 'the', 'arms', 'are', 'very', 'tight', 'but', 'stretched', 'after', 'a', 'while', 'and', 'the', 'material', 'is', 'thin', 'i', 'like', 'the', 'button', 'details', 'and', 'the', 'olive', 'color', 'are', 'a', 'nice', 'break', 'from', 'black', 'and', 'white', 'white', 'might', 'be', 'see-through.,4,1,9', 'initmates', 'intimate', 'sleep'] ['6831,876,40', ',i', 'really', 'wanted', 'to', 'like', 'this', 'shirt', 'the', 'quality', 'is', 'amazing', 'and', 'much', 'prettier', 'in', 'person', 'but', 'it', 'is', 'hard', 'to', 'take', 'care', 'of', 'if', 'you', 'wash', 'it', 'the', 'wrinkles', 'are', 'horrible', 'so', 'it', 'has', 'to', 'be', 'dry', 'clean', 'only', 'also', 'the', 'back', 'is', 'ridiculously', 'long', 'it', 'looks', 'very', 'odd', 'from', 'the', 'side', 'view.,2,0,2', 'general', 'petite', 'tops', 'knits'] ['6832,862,61', 'beautiful', 'this', 'top', 'is', 'beautiful', 'on', 'it', 'has', 'very', 'feminine', 'detail', 'and', 'is', 'very', 'flattering', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'got', '4', 'compliments', 'on', 'it', 'i', 'would', 'definitely', 'recommend', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6833,868,46', 'blousy', 'top', 'i', 'originally', 'bought', 'this', 'in', 'medium', 'my', 'normal', 'size', 'when', 'it', 'arrived', 'it', 'was', 'absolutely', 'huge', 'like', 'wearing', 'teepee', 'i', 'took', 'it', 'back', 'to', 'the', 'store', 'and', 're', 'ordered', 'a', 'small', 'in', 'the', 'black', 'and', 'now', 'it', 'fits', 'great', 'this', 'is', 'a', 'great', 'shirt', 'but', 'giving', 'four', 'stars', 'due', 'to', 'the', 'inconvenience', ',4,1,3', 'general', 'tops', 'knits'] ['6834,934,41', 't-rex', 'arms', 'this', 'piece', 'is', 'lovely', 'if', 'you', 'do', 'not', 'plan', 'to', 'use', 'your', 'arms', 'or', 'if', 'you', 'are', 'a', 't-rex', 'if', 'you', 'are', 'not', 'a', 'mannequin', 'or', 'a', 'dinosaur', 'and', 'actually', 'plan', 'to', 'use', 'your', 'arms', 'this', 'top', 'may', 'not', 'be', 'for', 'you', ',3,0,0', 'general', 'tops', 'sweaters'] ['6835,739,60', 'casual', 'and', 'smart', 'enough', 'for', 'work', 'i', "'m", 'a', 'teacher', 'and', 'am', 'always', 'looking', 'for', 'easy', 'to', 'wear', 'pieces', 'that', 'will', 'also', 'work', 'for', 'my', 'job', 'i', 'also', 'walk', 'in', 'to', 'campus', 'with', 'my', 'backpack', 'so', 'i', 'need', 'something', 'that', 'looks', 'good', 'but', 'is', 'comfortable'] ['this', 'dress', 'drapes', 'beautifully', 'is', 'really', 'soft', 'and', 'has', 'a', 'wide', 'flattering', 'neckline', 'i', "'m", 'short', 'and', 'chose', 'the', 'regular', 'size', 'instead', 'of', 'petite', 'so', 'that', 'it', 'would', 'hit', 'right', 'at', 'the', 'knee', 'it', "'s", 'definitely', 'on', 'the', 'generous', 'side', 'i', 'usually', 'wear', 'an', 's', 'and', 'i', 'sized', 'down', 'to', 'an', 'xs'] ['i', 'can', 'definitely', 'see', 'getting', 'a', 'lot', 'of', 'wear', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['6836,1080,44', 'beautiful', 'dress', 'runs', 'a', 'bit', 'big', 'i', 'love', 'this', 'dress', 'i', 'love', 'the', 'style', 'i', 'love', 'the', 'pattern', 'i', 'love', 'the', 'feel', 'of', 'the', 'fabric', 'there', "'s", 'a', 'slight', 'puffiness', 'to', 'the', 'shoulders', 'that', 'surprised', 'and', 'delighted', 'me', 'however', 'i', 'think', 'it', 'runs', 'a', 'little', 'large', 'particularly', 'because', 'it', "'s", 'not', 'fitted', 'at', 'all', 'that', 'tie', 'around', 'the', 'waist', 'is', 'the', 'only', 'defining', 'feature', 'and', 'it', "'s", 'a', 'great', 'one', 'this', 'dress', 'and', 'your', 'figure', 'needs', 'it', 'i', 'am', '135', 'pounds', '5', '5', 'and', 'i', 'normally', 'wear', 'a', '6.', 'perhaps', 'i', 'should', "'ve", 'known', 'to', 'try', 'a', 'small', 'but', 'i', 'went', 'with', 'my', 'usual', 'size', 'in', 'dresses', ',4,1,1', 'general', 'dresses', 'dresses'] ['6837,876,57', 'this', 'top', 'is', 'really', 'nice', 'and', 'the', 'fabric', 'is', 'more', 'substantial', 'than', 'it', 'looks', 'in', 'the', 'photo', 'it', 'has', 'a', 'great', 'shape', 'and', 'is', 'nicely', 'made', 'i', 'ordered', 'an', 'xs', 'which', 'i', 'nesrly', 'always', 'wear', 'but', 'i', 'measure', '35', 'in', 'the', 'bust', 'and', 'it', 'fits', 'well', 'but', 'no', 'extra', 'room', 'i', "'m", 'petite', 'and', 'it', 'is', 'not', 'too', 'oversized', 'really', 'cute', 'top', 'and', 'a', 'great', 'value', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6838,739,23', 'good', 'work', 'dress', 'i', 'came', 'to', 'retailer', 'just', 'to', 'browse', 'and', 'came', 'across', 'this', 'dress', 'i', 'almost', 'did', "n't", 'get', 'it', 'because', 'it', 'looked', 'very', 'big', 'however', 'i', 'tried', 'it', 'on', 'and', 'fell', 'in', 'love', 'with', 'it', 'it', 'does', 'run', 'a', 'little', 'wide', 'but', 'the', 'length', 'is', 'good', 'and', 'it', 'is', 'very', 'comfortable', 'it', 'is', 'perfect', 'for', 'the', 'summer', 'months', ',4,1,3', 'initmates', 'intimate', 'lounge'] ['6839,862,66', 'beautiful', 'this', 'is', 'such', 'a', 'beautiful', 'top', 'i', 'sized', 'down', 'from', 'a', 'large', 'to', 'medium', 'and', 'it', 'fits', 'but', 'too', 'long', 'and', 'full', 'for', 'my', 'shape', 'also', 'found', 'the', 'armholes', 'too', 'deep', 'and', 'revealing', 'for', 'my', 'large', 'bust', 'sadly', 'returning', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['6840,862,54', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'this', 'top', 'runs', 'large', 'so', 'size', 'down', 'with', 'that', 'being', 'said', 'this', 'is', 'a', 'beautiful', 'top', 'love', 'it', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6841,868,35', ',this', 'top', 'is', 'soft', 'and', 'comfortable', 'without', 'being', 'some', 'shapeless', 'drag', 'with', 'too', 'much', 'fabric', 'i', 'did', 'size', 'down', 'as', 'did', 'the', 'other', 'woman', 'in', 'the', 'store', 'with', 'me', 'i', 'can', 'see', 'many', 'more', 'wears', 'out', 'of', 'this', 'top', 'wish', 'it', 'had', 'been', 'made', 'in', 'other', 'colors', 'or', 'white', 'would', 'be', 'beautiful', ',5,1,0', 'general', 'tops', 'knits'] ['6842,829,38', 'lovely', 'colors', 'but', 'huge', 'and', 'not', 'as', 'pictured', 'i', 'loved', 'the', 'colors', 'especially', 'the', 'pink', 'and', 'thought', 'this', 'would', 'be', 'really', 'pretty', 'however', 'when', 'i', 'received', 'it', 'its', 'much', 'shinier', 'with', 'is', 'a', 'very', 'thin', 'material', 'and', 'is', 'a', 'bit', 'of', 'a', 'retro', 'in', 'a', 'not', 'nice', 'way', 'feel', 'to', 'it', 'i', 'also', 'found', 'it', 'huge', 'normally', 'i', 'wear', 'an', 'xxsp', 'or', 'a', '00p', 'for', 'reference', 'i', 'am', '5', '2', '30e', 'and', '24', 'in', 'waist', 'i', 'tried', 'both', 'the', 'xxsp', 'fit', 'better', 'but', 'was', 'too', 'short', 'and', 'the', 'xxs', 'too', 'large', 'i', 'had', 'hoped', 'this', 'would', 'have', 'more', 'shape', 'and', 'would', 'be', 'more', 'fitted', 'but', 'its', 'definitely', 'not', ',2,0,0', 'general', 'tops', 'blouses'] ['6843,862,31', 'fabulous', 'and', 'versatile', 'this', 'top', 'is', 'beautifully', 'constructed', 'fits', 'true', 'to', 'size', 'i', 'ordered', 'a', 'medium', 'the', 'armholes', 'are', 'nicely', 'cut', 'not', 'too', 'loose', 'will', 'be', 'able', 'to', 'wear', 'with', 'a', 'racer', 'back', 'bra', 'accommodates', 'my', 'larger', 'bust', '34dd', ',5,1,0', 'general', 'tops', 'knits'] ['6844,862,39', 'pretty', 'versatile', 'swing', 'top', 'this', 'is', 'a', 'very', 'pretty', 'summer', 'top', 'the', 'detailing', 'at', 'the', 'neckline', 'adds', 'interest', 'and', 'the', 'floral', 'pattern', 'is', 'gorgeous', 'one', 'note', 'in', 'the', 'picture', 'the', 'top', 'appears', 'to', 'have', 'a', 'white', 'background', 'but', 'it', 'is', 'actually', 'more', 'of', 'an', 'ivory/cream', 'color', 'this', 'is', 'definitely', 'a', 'swing', 'top', 'style', 'with', 'a', 'lot', 'of', 'room', 'in', 'the', 'body', 'i', 'am', '5', '8', '145', 'and', 'normally', 'wear', 'a', 'medium', 'or', '6', 'in', 'retailer', 'tops', 'i', 'ordered', 'a', 'small', 'in', 'this', 'top', 'and', 'it', 'fit', 'great', 'at', 'the', 'top', 'but', 'was', 'almost', 'too', 'large', 'in', 'the', 'body', 'of', 'the', 'top', 'i', 'am', 'considering', ',5,1,9', 'general', 'tops', 'knits'] ['6845,862,39', 'this', 'top', 'is', 'a', 'perfect', 'example', 'of', 'why', 'retailer', 'is', 'heaven', 'the', 'attention', 'to', 'detail', 'is', 'stunning', 'and', 'it', 'drapes', 'beautifully', 'i', 'am', '5', '6', 'and', '140lbs', 'with', 'an', 'average', 'build', 'an', 'xs', 'fits', 'me', 'perfectly', 'this', 'top', 'is', 'very', 'flowy', 'i', 'could', 'wear', 'it', 'until', 'about', 'six', 'months', 'into', 'a', 'pregnancy', 'yet', 'it', 'is', 'flattering', 'even', 'though', 'i', 'am', 'not', 'currently', 'adding', 'to', 'the', 'human', 'race', 'it', "'s", 'an', 'investment', 'but', 'it', "'s", 'high', 'quality', 'and', 'worthy', 'of', 'the', 'price', 'tag', ',5,1,2', 'general', 'tops', 'knits'] ['6846,862,39', 'lovely', 'top', 'the', 'print', 'is', 'beautiful', 'and', 'the', 'detail', 'on', 'the', 'chest', 'is', 'so', 'pretty', 'th', 'fabric', 'is', 'a', 'soft', 't-shirt', 'martial', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'fits', 'like', 'a', 'large', 'it', 'is', 'supposed', 'to', 'be', 'flowy', 'and', 'loose', 'though', 'overall', 'i', 'feel', 'beautiful', 'in', 'it', 'great', 'for', 'our', 'hot', 'humid', 'charleston', 'summers', ',5,1,7', 'general', 'tops', 'knits'] ['6847,868,37', 'love', 'this', 'i', 'tried', 'this', 'one', 'on', 'twice', 'before', 'i', 'committed', 'to', 'it', 'but', 'i', "'m", 'so', 'glad', 'i', 'did', 'this', 'top', 'has', 'a', 'lot', 'of', 'volume', 'it', 'is', 'fitted', 'in', 'the', 'arms', 'but', 'stretchy', 'has', 'quite', 'a', 'large', 'neckhole', 'but', 'lays', 'beautifully', 'on', 'my', 'neck', 'and', 'shoulders', 'and', 'has', 'a', 'lot', 'of', 'volume', 'on', 'bottom', 'what', 'i', 'love', 'about', 'it', 'is', 'the', 'variance', 'in', 'length', 'at', 'the', 'hem', 'it', "'s", 'long', 'in', 'the', 'front', 'and', 'back', 'then', 'comes', 'up', 'on', 'the', 'sides', 'this', 'makes', 'the', 'top', 'really', 'feminine', 'and', 'lovely', 'it', "'s", 'the', 'perfect', 'top', 'for', 'women', 'who', 'carry', 'weight', 'in', 'their', 'belly', 'or', 'butt', 'i', ',5,1,3', 'general', 'tops', 'knits'] ['6848,868,50', 'super', 'comfortable', 'and', 'flattering', 'i', 'tried', 'this', 'shirt', 'on', 'on', 'a', 'whim', 'in', 'my', 'local', 'store', 'when', 'i', 'was', 'there', 'to', 'shop', 'the', 'sale', 'items', 'an', 'to', 'my', 'surprise', 'it', 'was', 'very', 'flattering', 'and', 'comfortable', 'it', 'had', 'a', 'unique', 'fit', 'and', 'design', 'i', 'tried', 'on', 'the', 'black', 'in', 'an', 'xs', 'my', 'usual', 'size', 'and', 'surprisingly', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'too', 'big', 'at', 'all', 'it', 'fit', 'just', 'like', 'it', 'did', 'on', 'the', 'model', 'you', 'could', 'almost', 'wear', 'it', 'as', 'a', 'mini', 'dress', 'over', 'leggings/shorts', 'based', 'on', 'the', 'length', 'like', 'one', 'of', 'the', 'previous', 'reviewers', 'it', 'would', 'be', 'great', 'if', 'it', 'came', 'in', 'other', 'colors', 'this', 'top', 'woul', ',5,1,1', 'general', 'tops', 'knits'] ['6849,688,39', 'pretty', 'i', 'have', 'admired', 'the', 'workout', 'leggings', 'retailer', 'sells', 'since', 'they', 'debuted', 'last', 'year', 'and', 'i', 'was', 'excited', 'when', 'these', 'went', 'sale-on-sale', 'they', "'re", 'very', 'cute', 'and', 'definitely', 'true', 'to', 'size', 'i', 'was', 'worried', 'the', 'white', 'made', 'me', 'look', 'big', 'but', 'with', 'a', 'longish', 'shirt', 'it', "'s", 'fine', 'also', 'they', 'are', "n't", 'made', 'from', 'the', 'most', 'athletic', 'fabric', 'i', 'think', 'if', 'i', 'sweat', 'in', 'them', 'too', 'much', 'they', "'d", 'get', 'icky', 'fast', 'i', 'do', "n't", 'sweat', 'that', 'crazy', 'from', 'my', 'legs', 'though', 'so', 'i', 'expect', 'they', "'ll", 'be', 'fine', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6850,352,24', 'this', 'is', 'so', 'beautiful', 'i', 'loved', 'it', 'online', 'but', 'it', "'s", 'even', 'prettier', 'in', 'person', 'it', "'s", 'a', 'little', 'greener', 'than', 'it', 'appears', 'in', 'the', 'photo', 'the', 'straps', 'are', 'actually', 'a', 'green', 'rather', 'than', 'white', 'i', "'m", '5', '6', '123', 'lbs', 'and', 'the', 'xs', 'fits', 'perfectly', 'worth', 'the', 'money', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['6851,868,67', 'pretty', 'but', 'the', 'fabric', 'and', 'style', 'on', 'this', 'swing', 'tee', 'are', 'really', 'nice', 'but', 'be', 'aware', 'it', 'runs', 'really', 'really', 'large', 'i', 'downsized', 'on', 'my', 'order', 'because', 'of', 'the', 'style', 'but', 'it', 'was', "n't", 'enough', 'like', 'wearing', 'a', 'tent', 'i', 'would', 'recommend', 'it', 'but', 'know', 'its', 'very', 'full', 'i', 'did', 'return', 'it', ',3,1,16', 'general', 'tops', 'knits'] ['6852,911,38', 'preppy', 'casual', 'this', 'top', 'is', 'super', 'comfortable', 'and', 'has', 'a', 'great', 'preppy', 'casual', 'look', 'i', 'have', 'been', 'wearing', 'it', 'on', 'weekends', 'with', 'jeans', 'but', 'could', 'also', 'pair', 'it', 'with', 'a', 'skirt', 'and', 'tights', 'to', 'have', 'a', 'more', 'work', 'type', 'look', 'i', 'do', "n't", 'usually', 'like', 'the', 'shorter', 'length', 'shirts', 'but', 'the', 'fit', 'on', 'this', 'works', 'for', 'me', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['6853,739,32', 'saw', 'this', 'online', 'and', 'did', "n't", 'catch', 'my', 'attention', 'but', 'saw', 'it', 'in', 'store', 'and', 'decided', 'to', 'try', 'it', 'on', 'really', 'cute', 'and', 'comfy', 'on', 'the', 'fabric', 'feels', 'so', 'soft', 'it', 'runs', 'very', 'big', ',4,1,7', 'initmates', 'intimate', 'lounge'] ['6854,255,46', 'the', 'body', 'is', 'huge', 'while', 'the', 'arms', 'fit', 'being', 'returned', ',3,0,1', 'initmates', 'intimate', 'lounge'] ['6855,688,27', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['6856,868,30', 'lovely', 'but', 'large', 'the', 'quality', 'of', 'this', 'top', 'does', 'not', 'disappoint', 'but', 'it', 'does', 'run', 'very', 'large', 'i', 'wear', 'a', 'size', '14', 'and', 'a', '40d', 'bra', 'size', 'the', 'xl', 'fit', 'more', 'like', 'a', 'xxl', 'and', 'was', 'too', 'big', 'i', 'am', 'exchanging', 'it', 'for', 'a', 'size', 'smaller', 'i', 'ca', "n't", 'wait', 'to', 'enjoy', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['6857,688,46', 'summer', 'blossom', 'crops', 'in', 'the', 'photo', 'i', 'loved', 'the', 'colors', 'in', 'person', 'though', 'the', 'print', 'on', 'mine', 'had', 'the', 'four', 'huge', 'pink', 'lily', 'flowers', 'on', 'the', 'front', 'and', 'it', 'just', 'was', "n't", 'the', 'look', 'i', 'was', 'hoping', 'for', 'like', 'the', 'photo', 'also', 'i', 'failed', 'to', 'notice', 'in', 'the', 'photo', 'that', 'there', "'s", 'elastic', 'along', 'the', 'seam', 'of', 'the', 'butt', 'this', 'seems', 'silly', 'and', 'unnecessary', 'it', "'s", 'not', 'terribly', 'noticeable', 'on', 'but', 'still', 'i', 'felt', 'weird', 'the', 'fabric', 'is', 'thick', 'and', 'not', 'see-thru', 'and', 'the', 'quality', 'is', 'fine', 'but', 'the', 'combination', 'for', 'the', 'shifted', 'print', 'and', 'the', 'unexpected', 'ruching', 'and', 'thes', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6858,862,40', 'love', 'love', 'this', 'shirt', 'so', 'much', 'it', 'is', 'comfortable', 'and', 'a', 'beautiful', 'print', 'i', 'sized', 'down', 'because', 'it', 'is', 'very', 'flowy', 'it', 'is', 'ivory', 'instead', 'of', 'white', 'but', 'still', 'looks', 'beautiful', 'one', 'of', 'my', 'favorite', 'tops', ',5,1,1', 'general', 'tops', 'knits'] ['6859,1092,64', 'work', 'of', 'art', 'this', 'is', 'the', 'reason', 'i', 'doggedly', 'fight', 'for', 'items', 'at', 'retailer', 'as', 'there', 'are', 'often', 'maybe', '6', 'made', 'in', 'my', 'xxsp'] [] ['you', 'really', 'have', 'to', 'see', 'this', 'in', 'person', 'even', 'the', 'slip', 'could', 'be', 'worn', 'as', 'a', 'chemise', 'alone', 'with', 'the', 'double', 'layer', 'and', 'dots', 'the', 'colors', 'are', 'gorgeous', 'i', 'wanted', 'this', 'to', 'try', 'with', 'my', 'burgundy', 'velvet', 'blazer', 'and', 'it', 'works', 'withe', 'the', 'copper', 'color', 'too'] [] ['the', 'dress', 'is', 'really', 'a', 'swing', 'shape', 'not', 'close', 'fitting', 'no', 'waistline', 'so', 'it', 'is', 'very', 'comfortable', 'the', 'sleeves', 'are', 'fitted', 'but', 'stretchy', 'so', 'should', 'not', 'be', 'a', ',5,1,0', 'general', 'dresses', 'dresses'] ['6860,1092,26', 'heartbreakingly', 'gorgeous', 'awful', 'fit', 'this', 'dress', 'it', 'is', 'heartbreakingly', 'gorgeous', 'stunning', 'the', 'entire', 'idea', 'and', 'design', 'is', 'so', 'gorgeous', 'the', 'style', 'with', 'the', 'sleeves', 'embroidery', 'and', 'slight', 'shimmer', 'at', 'the', 'top', 'two', 'layers', 'underneath', 'the', 'dress', 'is', 'extremely', 'gorgeous', 'i', 'am', 'so', 'so', 'so', 'sad', 'i', 'could', 'not', 'keep', 'it', 'i', 'do', "n't", 'get', 'why', 'the', 'sizes', 'are', 'so', 'off', 'here', 'i', 'have', 'come', 'across', 'so', 'many', 'clothes', 'with', 'gorgeous', 'embroidery', 'but', 'too', 'loose', 'or', 'too', 'tight', 'i', 'did', "n't", 'want', 'to', 'send', 'this', 'dress', 'back', 'but', 'it', 'did', 'not', 'look', 'good', 'it', 'was', 'just', 'too', 'loose', 'sad', ',3,1,0', 'general', 'dresses', 'dresses'] ['6861,850,42', ',,4,1,0', 'general', 'tops', 'blouses'] ['6862,829,42', 'even', 'more', 'vibrant', 'in', 'person', 'the', 'colors', 'on', 'this', 'blouse', 'are', 'beautiful', 'and', 'even', 'more', 'vibrant', 'in', 'person', 'i', 'love', 'that', 'the', 'blouse', 'is', 'lightweight', 'perfect', 'to', 'wear', 'to', 'any', 'holiday', 'gathering', ',5,1,0', 'general', 'tops', 'blouses'] ['6863,1066,50', 'fun', 'new', 'toy', 'i', 'have', 'always', 'had', 'a', 'thing', 'for', 'velvet', 'and', 'velvet', 'pants', 'are', 'hard', 'to', 'come', 'by', 'so', 'i', 'was', 'so', 'pleased', 'to', 'see', 'these', 'and', 'i', 'rushed', 'to', 'order', 'a', 'pair', 'in', 'the', 'dark', 'turquoise', 'they', 'are', 'beautiful', 'exactly', 'as', 'pictured', 'but', 'a', 'bit', 'longer', 'in', 'length', 'on', 'me', 'i', 'am', '5', '3', 'they', 'can', 'be', 'dressed', 'up', 'but', 'what', 'is', 'so', 'fun', 'about', 'them', 'is', 'that', 'they', 'can', 'easily', 'be', 'dressed', 'down', 'as', 'well', 'i', 'am', 'wearing', 'them', 'with', 'a', 'heather-grey', 't-shirt', 'they', 'also', 'pair', 'well', 'with', 'the', 'metallic', 'linen', 'tees', 'my', 'one', 'and', 'only', 'criticism', 'is', 'that', 'they', 'are', 'a', 'bit', 'wide', ',5,1,13', 'general', 'petite', 'bottoms', 'pants'] ['6864,251,67', 'cozy', 'and', 'stylish', 'i', 'love', 'this', 'cardigan', 'its', 'fit', 'however', 'really', 'depends', 'a', 'lot', 'on', 'an', 'individual', "'s", 'height', 'and', 'build', 'i', 'am', 'about', '150', 'lbs', 'i', 'have', 'slim', 'arms', 'and', 'am', 'larger', 'in', 'the', 'chest', 'my', 'typical', 'size', 'in', 'retailer', 'clothing', 'is', 'm.', 'having', 'said', 'that', 'i', 'found', 'that', 'in', 'this', 'top', 'a', 's', 'fit', 'best', 'it', 'made', 'a', 'difference', 'with', 'how', 'the', 'pockets', 'and', 'lapels', 'lay', 'the', 'pants', 'you', 'wear', 'may', 'affect', 'the', 'look', 'when', 'you', 'snap', 'it', 'closed', 'wearing', 'leggings', 'or', 'slim', 'pants', 'ex', 'pilcro', 'cords', 'gave', 'a', 'much', 'more', 'flattering', 'look', 'to', 'my', 'backside', 'jeans', 'not', 'so', 'muc', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['6865,1077,40', 'my', 'favorite', 'this', 'is', 'one', 'of', 'my', 'favorite', 'retailer', 'dresses', 'of', 'all', 'time', 'it', 'is', 'soo', 'much', 'better', 'in', 'person', 'and', 'on', 'than', 'the', 'stock', 'photos', 'very', 'romantic', 'and', 'fun.,5,1,0', 'general', 'dresses', 'dresses'] ['6866,1077,36', 'just', 'okay', 'frustrated', 'that', 'the', 'details', 'do', "n't", 'mention', 'there', "'s", 'a', 'side', 'zip', 'for', 'whatever', 'reason', 'i', 'have', 'the', 'hardest', 'time', 'fitting', 'into', 'dresses', 'with', 'side', 'zips', 'and', 'so', 'i', 'was', 'annoyed', 'that', 'the', 'details', 'say', 'it', "'s", 'a', 'pull-on', 'style', 'when', 'that', "'s", 'not', 'the', 'case', 'there', "'s", 'also', 'no', 'give', 'in', 'the', 'waist', 'besides', 'the', 'fit', 'not', 'working', 'for', 'me', 'it', 'was', 'a', 'pretty', 'dress', 'but', 'overall', 'a', 'little', 'too', 'much', 'going', 'on', ',3,0,1', 'general', 'dresses', 'dresses'] ['6867,839,39', 'love', 'this', 'tunic', 'this', 'is', 'figure', 'featuring', 'without', 'being', 'too', 'tight', 'it', 'fits', 'exactly', 'like', 'the', 'picture', 'it', 'is', 'a', 'bit', 'pricey', 'but', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'and', 'is', 'perfect', 'for', 'hot', 'summer', 'days', 'as', 'well', 'as', 'worn', 'with', 'a', 'cardigan', 'i', 'love', 'it', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['6868,251,37', 'so', 'soft', 'and', 'comfy', 'fits', 'great', 'love', 'the', 'length', 'i', 'am', 'sure', 'it', 'will', 'get', 'much', 'wear', 'great', 'addition', 'to', 'my', 'wardrobe', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6869,1077,33', 'floral', 'beauty', 'i', 'love', 'this', 'dress', 'there', 'are', 'so', 'many', 'different', 'looks', 'you', 'can', 'get', 'just', 'by', 'adjusting', 'the', 'straps', 'or', 'shoulders', 'the', 'material', 'is', 'lightweight', 'and', 'flows', 'with', 'every', 'turn', 'i', 'ordered', 'my', 'usual', 'size', '10', 'and', 'it', 'fits', 'perfectly', 'i', 'did', 'need', 'a', 'little', 'assistance', 'in', 'getting', 'the', 'side', 'zip', 'to', 'go', 'up', 'but', 'once', 'it', 'was', 'on', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', ',5,1,0', 'general', 'dresses', 'dresses'] ['6870,251,35', 'my', 'new', 'favorite', 'cardigan', 'this', 'is', 'the', 'softest', 'cardigan', 'i', 'own', 'perfect', 'for', 'lounging', 'going', 'to', 'from', 'yoga', 'or', 'dressing', 'it', 'up', 'with', 'a', 'statement', 'piece', 'or', 'a', 'scarf', 'i', "'ve", 'worn', 'it', 'buttoned', 'or', 'open', 'and', 'receive', 'many', 'compliments', 'i', 'have', 'it', 'hanging', 'on', 'the', 'inside', 'of', 'my', 'closet', 'door', 'because', 'i', 'wear', 'it', 'more', 'than', 'anything', 'else', 'at', 'the', 'moment', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['6871,870,46', 'tried', 'to', 'make', 'this', 'top', 'work', 'too', 'short', 'i', 'bought', 'this', 'in', 'size', 'xl', 'it', 'ran', 'much', 'shorter', 'smaller', 'than', 'is', 'typical', 'for', 'this', 'brand', 'i', 'found', 'the', 'arms', 'tighter', 'on', 'me', 'compared', 'to', 'the', 'model', "'s", 'photos', 'the', 'lace', 'itself', 'was', 'pretty', 'intricate', 'and', 'washed', 'well', 'i', 'wish', 'this', 'shirt', 'had', 'worked', 'but', 'i', 'ended', 'up', 'donating', 'it', 'after', 'wearing', 'it', 'a', 'couple', 'times', 'the', 'cropped', 'length', 'and', 'close-fit', 'just', 'did', "n't", 'work', 'on', 'me', 'i', 'thought', 'the', 'sleeve', 'shape', 'was', 'pretty', 'with', 'just', 'a', 'little', 'more', 'material', 'this', 'would', 'have', 'been', 'a', 'favorite', 'i', 'hope', 'it', 'works', 'well', 'on', 'whoever', 'receives', 'i', ',2,0,0', 'general', 'tops', 'knits'] ['6872,122,37', 'so', 'cozy', 'love', 'wearing', 'these', 'i', 'see', 'them', 'getting', 'a', 'lot', 'of', 'wear', 'in', 'the', 'winter', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['6873,1094,37', 'unique', 'dress', 'i', 'do', "n't", 'have', 'anything', 'like', 'it', 'in', 'my', 'closet', 'really', 'excited', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6874,251,37', 'not', 'for', 'the', 'curvy', 'i', 'ordered', 'this', 'piece', 'online', 'and', 'returned', 'it', 'at', 'the', 'store', 'a', 'few', 'days', 'after', 'arrival', 'the', 'material', 'is', 'very', 'soft', 'and', 'well', 'made', 'however', 'it', 'is', 'not', 'flattering', 'on', 'the', 'hourglass', 'or', 'pear', 'shaped', 'person', 'moreover', 'if', 'you', 'are', 'short', 'the', 'design', 'may', 'make', 'you', 'look', 'shorter', 'i', 'am', '5', '4', 'and', 'it', 'did', 'to', 'me', 'the', 'design', 'is', 'beautiful', 'if', 'you', 'are', 'tall', 'and', 'have', 'narrow', 'hips', 'this', 'is', 'the', 'piece', 'for', 'you', 'i', 'am', '5', '4', '160lbs', 'and', 'usually', 'wear', 'a', 's/m', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['6875,1094,28', 'heads', 'up', 'the', 'sleeves', 'are', 'a', 'bit', 'tricky', 'i', 'love', 'this', 'dress', 'it', 'is', 'very', 'photo', 'friendly', 'which', 'is', 'a', 'big', 'plus', 'for', 'me', 'i', 'am', 'not', 'the', 'tallest', 'person', '5', '4', 'but', 'i', 'had', 'to', 'be', 'careful', 'not', 'to', 'get', 'my', 'sleeves', 'in', 'the', 'food', 'i', 'was', 'preparing', 'perhaps', 'the', 'sleeve', 'length', 'is', 'a', 'bit', 'longer', 'on', 'me', 'but', 'i', 'had', 'to', 'be', 'very', 'cautious', 'while', 'trying', 'to', 'put', 'the', 'finishing', 'touches', 'on', 'our', 'holiday', 'feast', 'it', "'s", 'just', 'something', 'to', 'be', 'aware', 'of', 'i', 'suggest', 'sushi', 'or', 'a', 'nice', 'cheese', 'plate', 'if', 'you', 'want', 'to', 'wear', 'it', 'as', 'the', 'hostess', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6876,122,26', 'casual', 'pretty', 'and', 'simple', 'i', 'was', 'looking', 'for', 'a', 'new', 'pair', 'of', 'pajama', 'pants/around-the-house', 'pants/occasional-quick-errand', 'pants', 'to', 'replace', 'a', 'pair', 'that', 'i', 'bought', 'from', 'retailer', 'six', 'years', 'ago', 'and', 'i', 'fell', 'in', 'love', 'with', 'the', 'look', 'of', 'these.they', 'are', 'truly', 'comfy', 'and', 'are', 'flattering', 'on', 'the', 'lace', 'adds', 'a', 'nice', 'feminine', 'touch', 'that', 'makes', 'me', 'feel', 'pretty', 'even', 'on', 'my', 'laziest', 'days', 'i', "'m", 'hoping', 'these', 'will', 'last', 'me', 'another', 'six', 'years.,5,1,0', 'initmates', 'intimate', 'sleep'] ['6877,1077,65', 'photo', 'friendly', 'old', 'school', 'retailer', 'dress', 'i', 'love', 'this', 'dress', 'my', 'favorite', 'retailer', 'purchase', 'in', 'years', 'it', 'is', 'perfect', 'looks', 'great-', 'no', 'need', 'for', 'ironing', 'and', 'is', 'really', 'sexy', 'for', 'the', 'length', 'and', 'amount', 'of', 'material', 'i', 'would', 'buy', 'it', '10', 'more', 'times', 'if', 'i', 'could'] [] ['yes', ',5,1,0', 'general', 'dresses', 'dresses'] ['6878,1066,62', 'huge', 'disappointment', 'these', 'pants', 'look', 'beautiful', 'when', 'you', 'first', 'see', 'them', 'it', 'goes', 'downhill', 'from', 'there', 'the', 'waist', 'is', 'very', 'small', 'in', 'relation', 'to', 'the', 'rest', 'of', 'the', 'pants', 'it', 'felt', 'fine', 'when', 'pulled', 'up', 'but', 'it', 'is', 'a', 'struggle', 'i', 'could', 'get', 'past', 'that', 'but', 'when', 'i', 'looked', 'in', 'the', 'mirror', 'i', 'could', 'see', 'right', 'through', 'them', 'no', 'lining', 'and', 'not', 'very', 'thick', 'material', 'for', 'this', 'price', 'a', 'real', 'bummer', 'especially', 'since', 'it', 'was', 'a', 'birthday', 'gift', ',2,0,1', 'general', 'petite', 'bottoms', 'pants'] ['6879,1066,67', 'wonderful', 'pants', 'just', 'wanted', 'to', 'add', 'my', 'comments', 'to', 'the', 'review', 'that', 'stated', 'these', 'pants', 'ran', 'small', 'in', 'the', 'waist', 'i', 'sized', 'up', 'because', 'of', 'that', 'review', 'and', 'ordered', 'an', 'extra', 'large', 'as', 'i', 'wanted', 'these', 'to', 'be', 'loose', 'and', 'comfortable', 'i', 'typically', 'am', 'a', 'm/l', 'in', 'retailer', 'the', 'xl', 'is', 'actually', 'a', 'little', 'big', 'but', 'not', 'enough', 'that', 'i', 'need', 'to', 'return', 'them', 'if', 'you', 'order', 'these', 'in', 'a', 'fit', 'that', 'is', 'fairly', 'loose', 'these', 'are', 'not', 'see', 'through', 'at', 'all', 'i', 'ordered', 'the', 'color', 'shown', 'on', 'the', 'model', 'i', 'am', 'about', '5', 'feet', '4', 'so', 'the', 'pants', 'are', 'not', 'as', 'cropped', 'on', 'me', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['6880,1008,36', 'super', 'comfy', 'great', 'fall', 'colors.', 'this', 'skirt', 'could', 'not', 'be', 'more', 'comfortable', 'and', 'the', 'colors', 'are', 'great', 'nice', 'and', 'vibrant', 'i', 'got', 'compliments', 'on', 'it', 'the', 'first', 'day', 'i', 'wore', 'it', 'the', 'only', 'problem', 'is', 'it', 'fits', 'larger', 'than', 'i', 'thought', 'it', 'would', 'it', "'s", 'really', 'stretchy', 'fabric', 'too', 'i', "'m", 'a', 'little', 'curvy', 'on', 'the', 'bottom', 'and', 'am', 'short', 'waisted', 'so', 'i', 'opted', 'for', 'a', 'medium', 'i', 'should', 'have', 'ordered', 'the', 'small', 'but', 'it', 'still', 'works'] [] ['the', 'other', 'thing', 'that', "'s", 'nice', 'is', 'that', 'for', 'short', 'people', 'like', 'me', 'i', 'm', 'between', '5', '2', 'and', '5', '3', 'it', 'does', "n't", 'drag', 'on', 'the', 'ground', 'in', 'fact', 'it', 'fits', 'me', ',4,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['6881,1094,60', 'disappointing', 'this', 'dress', 'has', 'beautiful', 'lines', 'i', 'loved', 'the', 'design', 'on', 'the', 'material', 'but', 'the', 'fabric', 'looked', 'very', 'cheap', 'even', 'was', 'already', 'snagged', 'when', 'it', 'arrived', 'unfortunately', 'i', 'must', 'return', 'it', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['6882,1066,61', 'love', 'the', 'feel', 'fit', 'and', 'look', 'classy', 'pants', 'that', 'can', 'look', 'casual', 'or', 'sophisticated', 'my', 'husband', 'loves', 'them', 'on', 'me', 'for', 'a', 'dinner', 'out', 'i', 'dressed', 'them', 'up', 'with', 'a', 'top', 'from', 'retailer', 'i', 'think', 'these', 'will', 'be', 'a', 'must', 'on', 'my', 'trip', 'to', 'florida', 'this', 'winter', 'since', 'the', 'pants', 'will', 'look', 'great', 'with', 'a', 't.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['6883,251,60', 'amazingly', 'comfy', 'i', 'had', 'high', 'hopes', 'with', 'the', 'other', 'good', 'reviews', 'but', 'you', 'just', 'do', "n't", 'know', 'how', 'amazing', 'this', 'is', 'until', 'you', 'put', 'it', 'on', 'just', 'so', 'soft', 'and', 'cozy', 'i', 'am', 'so', 'excited', 'for', 'more', 'saturday/sunday', 'products', 'at', 'retailer', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['6884,251,38', 'i', 'really', 'wanted', 'to', 'love', 'this', 'cardigan', 'and', 'did', 'until', 'i', 'tried', 'it', 'on', 'the', 'arms', 'are', 'so', 'tight', 'i', 'ordered', 'in', 'a', 'm', 'which', 'is', 'my', 'normal', 'retailer', 'size', 'but', 'could', "n't", 'move', 'my', 'arms', 'took', 'it', 'back', 'was', 'going', 'to', 'try', 'in', 'a', 'l', 'but', 'store', 'did', "n't", 'have', 'any', 'for', 'the', 'price', 'i', 'need', 'to', 'be', 'able', 'to', 'move', 'my', 'arms', ',2,0,1', 'initmates', 'intimate', 'lounge'] ['6885,1094,50', 'surprisingly', 'very', 'pleased', 'i', 'bought', 'this', 'dress', 'online', 'last', 'week', 'in', 'large', 'part', 'based', 'on', 'all', 'the', 'positive', 'reviews', 'then', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', 'did', "n't", 'try', 'it', 'on', 'because', 'it', 'was', 'already', 'on', 'the', 'way', 'to', 'me', 'and', 'i', 'had', 'ordered', 'a', 'petite', 'anyway', 'and', 'the', 'store', 'did', "n't", 'carry', 'petites', 'i', 'have', 'to', 'say', 'when', 'i', 'saw', 'it', 'hanging', 'in', 'the', 'store', 'i', 'was', 'disappointed', 'for', 'some', 'reason', 'i', 'did', "n't", 'realize', 'it', 'was', 'a', 'sweater', 'dress', 'and', 'it', 'looked', 'frumpy', 'on', 'the', 'hanger', 'so', 'i', 'had', 'resigned', 'myself', 'to', 'returning', 'it', 'once', 'i', 'received', 'it', 'well', 'it', 'came', 'today', 'and', 'i', 'figured', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6886,1094,41', 'fun', 'feminine', 'and', 'functional', 'very', 'cute', 'and', 'comfortable', 'dress', 'run', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', '4', 'and', 'the', 's', 'fits', 'nicely', 'stretchy', 'and', 'soft', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6887,251,37', 'wanted', 'to', 'love', 'this', 'this', 'is', 'a', 'beautiful', 'cardigan', 'its', 'effortless', 'lightweight', 'with', 'some', 'cool', 'detail', 'to', 'keep', 'that', 'low', 'key', 'look', 'extra', 'stylish', 'the', 'moss', 'color', 'is', 'very', 'subtle', 'with', 'a', 'small', 'lined', 'print', 'i', 'wanted', 'to', 'love', 'this', 'the', 'detail', 'the', 'length', 'the', 'weight', 'and', 'the', 'color', 'are', 'all', 'so', 'dreamy', 'but', 'for', 'me', 'the', 'arms', 'were', 'super', 'tight', 'normally', 'i', "'m", 'a', 'l', 'or', 'xl', 'in', 'all', 'retailer', 'tops', 'and', 'sweaters', 'and', 'i', 'do', 'have', 'larger', 'arms', 'which', 'is', 'always', 'a', 'struggle', 'for', 'me', 'when', 'shopping', 'i', 'could', "n't", 'even', 'get', 'the', 'cardigan', 'on', 'my', 'arms', 'there', 'is', 'no', 's', ',5,1,8', 'initmates', 'intimate', 'lounge'] ['6888,1077,41', ',i', 'was', 'very', 'excited', 'about', 'this', 'dress', 'but', 'when', 'it', 'came', 'i', 'saw', 'it', 'had', 'too', 'much', 'going', 'on', 'it', 'either', 'needs', 'the', 'ruffle', 'taken', 'away', 'my', 'first', 'choice', 'or', 'the', 'halter', 'part', 'taken', 'away', 'in', 'the', 'end', 'i', 'think', 'it', 'needs', 'to', 'go', 'back.,3,0,8', 'general', 'dresses', 'dresses'] ['6889,251,36', ',love', 'this', 'cardigan', 'i', "'ve", 'been', 'searching', 'for', 'a', 'comfortable', 'lounge', 'type', 'of', 'sweater', 'and', 'this', 'is', 'perfect', 'the', 'sleeves', 'are', 'a', 'bit', 'tighter', 'than', 'the', 'body', 'but', 'i', 'would', 'wear', 'it', 'over', 'a', 'tank', 'top', 'so', 'it', 'is', 'comfortable', 'i', 'am', '125', 'lb', 'and', '5', '5', 'and', 'i', 'ordered', 'my', 'usual', 'm.,5,1,0', 'initmates', 'intimate', 'lounge'] ['6890,191,24', 'love', 'it', 'but', 'wish', 'i', 'could', 'tweak', 'a', 'bit', 'let', 'me', 'just', 'say', 'that', 'this', 'material', 'is', 'awesome', 'when', 'i', 'first', 'took', 'it', 'out', 'of', 'the', 'packaging', 'i', 'was', 'afraid', 'that', 'the', 'top', 'was', 'too', 'thick', 'of', 'a', 'material', 'but', 'after', 'wearing', 'it', 'around', 'the', 'house', 'it', 'seems', 'light', 'enough', 'i', 'live', 'in', 'a', 'warm', 'area', 'i', 'will', 'say', 'that', 'i', 'find', 'the', 'top', 'to', 'be', 'a', 'bit', 'larger', 'i', 'ordered', 'a', 'medium', 'in', 'fear', 'that', 'the', 'small', 'would', 'be', 'too', 'small', 'on', 'the', 'bottom', 'i', 'could', 'have', 'taken', 'the', 'small', 'in', 'the', 'top', '-even', 'though', 'it', 'is', 'meant', 'to', 'be', 'baggy'] [] ['the', 'bottoms', 'on', 'the', 'medium', 'fit', 'me', 'great-', 'they', 'shorts', 'do', "n't", 'b', ',5,1,1', 'general', 'bottoms', 'shorts'] ['6891,1094,43', 'fabulous', 'dress', 'i', 'was', 'excited', 'to', 'order', 'this', 'dress', 'based', 'on', 'the', 'reviews', 'it', 'was', 'better', 'than', 'i', 'expected', 'the', 'fit', 'is', 'perfect', 'and', 'one', 'of', 'the', 'most', 'comfortable', 'dresses', 'i', 'own', 'the', 'fit', 'is', 'flattering', 'and', 'i', 'will', 'get', 'plenty', 'of', 'use', 'out', 'of', 'this', 'one', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6892,1094,45', 'not', 'what', 'i', 'hoped', 'for', 'the', 'color', 'is', 'a', 'nice', 'cool', 'red', 'and', 'the', 'material', 'is', 'very', 'soft', 'but', 'the', 'dress', 'left', 'me', 'feeling', 'shapeless', 'and', 'the', 'bell', 'sleeve', 'overtook', 'it', 'i', 'wanted', 'to', 'love', 'it', 'but', 'it', 'just', 'was', "n't", 'working', 'for', 'me', 'i', "'m", '5', '8', 'and', 'purchased', 'a', 's.', 'it', 'fits', 'true', 'to', 'size', 'however', 'it', 'was', 'loose', 'around', 'the', 'waist', 'and', 'just', 'was', "n't", 'complimentary', 'on', 'me', 'this', 'will', 'have', 'to', 'go', 'back', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['6893,1077,35', 'super', 'feminine', 'love', 'first', 'i', 'definitely', 'understand', 'why', 'most', 'reviewers', 'either', 'adore', 'or', 'hate', 'this', 'dress', 'luckily', 'for', 'me', 'it', 'worked', 'in', 'my', 'favor', 'although', 'i', 'will', 'point', 'out', 'the', 'downsides', 'too', '1', 'it', 'runs', 'small', 'the', 'only', 'reason', 'i', 'was', 'able', 'to', 'fit', 'my', 'usual', 'size', 'is', 'because', 'i', 'have', 'a', 'tiny', 'bust', 'and', 'have', 'been', 'working', 'to', 'tone', 'up', 'but', 'still', 'i', 'had', 'to', 'maneuver', 'to', 'get', 'the', 'sidezip', 'up', 'i', 'would', 'size', 'up', 'but', '2', 'being', 'that', 'this', 'dress', 'runs', 'small', 'it', 'appears', 'more', 'fitted', 'on', 'top', 'as', 'if', 'it', 'were', 'a', 'fit', 'and', 'flare', 'or', 'bustier', 'which', 'i', 'like', '3', 'you', 'h,4,1,1', 'general', 'dresses', 'dresses'] ['6894,251,34', ',i', 'purchased', 'the', 'moss', 'color', 'in', 'this', 'cardigan', 'i', 'really', 'love', 'the', 'texture', 'of', 'the', 'material', 'it', 'is', 'very', 'very', 'soft', 'my', 'issue', 'with', 'this', 'is', 'the', 'arms', 'like', 'other', 'reviewers', 'have', 'said', 'they', 'are', 'extremely', 'small', 'i', 'went', 'up', 'to', 'a', 'large', 'rather', 'than', 'my', 'usual', 'medium', 'and', 'they', 'were', 'still', 'tight', 'i', 'really', 'wanted', 'this', 'to', 'work', 'but', 'i', 'will', 'probably', 'return', 'due', 'to', 'the', 'arms.,3,1,0', 'initmates', 'intimate', 'lounge'] ['6895,1094,28', 'eye-catching', 'piece', 'when', 'i', 'first', 'saw', 'this', 'online', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'so', 'when', 'dresses', 'were', '25', 'off', 'i', 'grabbed', 'the', 'deal', 'it', "'s", 'perfect', 'it', "'s", 'super', 'soft', 'and', 'an', 'appropriate', 'length', 'i', 'love', 'the', 'bell', 'sleeves-they', "'re", 'ultra', 'feminine', 'and', 'slightly', 'trendy', 'but', 'not', 'too', 'much', 'i', 'definitely', 'recommend', 'this', 'dress', 'reference', '5', '7', '140ish', 'lbs', 'size', '27', 'in', 'jeans', 'xs/s/4', 'in', 'tops', 'and', 'dresses', 'and', 'the', 'small', 'fit', 'me', 'better', 'than', 'the', 'xs', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6896,1094,46', 'anthousai', 'swing', 'dress', 'i', "'m", 'an', 'hourglass', 'shape', 'and', 'on', 'me', 'this', 'dress', 'did', "n't", 'give', 'me', 'any', 'shape', 'at', 'all', 'and', 'i', 'felt', 'the', 'bell', 'sleeves', 'were', 'a', 'little', 'much', 'the', 'lining', 'though', 'is', 'really', 'soft', 'and', 'excellent', 'for', 'colder', 'weather', 'and', 'the', 'print', 'is', 'very', 'pretty', 'just', 'as', 'pictured', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6897,1077,35', 'overall', 'a', 'very', 'nice', 'and', 'unique', 'dress', 'it', 'does', 'have', 'too', 'much', 'going', 'on', 'but', 'can', 'be', 'worn', 'in', 'a', 'versatile', 'way', 'and', 'if', 'you', 'are', 'small', 'chested', 'without', 'a', 'bra', 'i', 'am', 'not', 'a', 'big', 'fan', 'of', 'the', 'material', 'i', 'wish', 'it', 'was', 'softer', 'it', 'definitely', 'has', 'a', 'gypsie/bohemian', 'look', 'if', 'that', 'is', 'what', 'you', 'are', 'looking', 'for', ',3,1,0', 'general', 'dresses', 'dresses'] ['6898,251,32', 'love', 'this', 'thing', 'i', 'know', 'i', 'will', 'be', 'wearing', 'this', 'a', 'lot', 'i', 'wore', 'it', 'on', 'tuesday', 'for', 'work', 'with', 'some', 'dressier', 'pants', 'and', 'opened', 'i', 'wore', 'it', 'on', 'sat', 'and', 'sun', 'for', 'long', 'walks', 'great', 'piece', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6899,1008,69', 'cute', 'and', 'flirty', 'very', 'versatile', 'skirt', 'that', "'s", 'suitable', 'for', 'any', 'occasion', 'or', 'any', 'season.,4,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['6900,1094,28', 'lovely', 'this', 'is', 'a', 'lovely', 'dress', 'and', 'exceeded', 'all', 'of', 'my', 'expectations', 'very', 'unique', 'and', 'well-made', 'swing', 'dresses', 'can', 'be', 'a', 'hit', 'or', 'miss', 'sometimes', 'but', 'this', 'one', 'is', 'perfect', 'could', "n't", 'be', 'happier', ',5,1,0', 'general', 'dresses', 'dresses'] ['6901,251,35', 'very', 'cute', 'this', 'cardigan', 'is', 'very', 'cute', 'but', 'after', '1', 'wash', 'and', 'no', 'dryer', 'the', 'back', 'has', 'a', 'bunch', 'of', 'pulled', 'threads', 'very', 'bummed', 'with', 'the', 'quality.,3,1,0', 'initmates', 'intimate', 'lounge'] ['6902,191,36', 'great', 'colors', 'but', 'wrong', 'for', 'me', 'i', 'love', 'the', 'quality', 'and', 'colors', 'of', 'this', 'romper', 'however', 'i', 'have', 'a', 'long', 'torso', 'and', 'the', 'top', 'part', 'was', 'just', 'too', 'short', 'for', 'my', 'body', 'style', 'it', 'made', 'the', 'bottom', 'part', 'pull', 'as', 'well', 'overall', 'the', 'fit', 'just', 'was', "n't", 'right', 'for', 'me', 'i', 'did', 'love', 'the', 'material', 'and', 'it', 'is', 'a', 'very', 'nice', 'piece.,3,0,1', 'general', 'bottoms', 'shorts'] ['6903,251,33', 'really', 'enjoy', 'this', 'cardigan', 'i', 'love', 'the', 'cardigan', 'it', "'s", 'super', 'comfy', 'and', 'long', 'enough', 'to', 'cover', 'my', 'behind', 'the', 'pink', 'and', 'white', 'stripe', 'lining', 'adds', 'a', 'softer', 'touch', 'it', "'s", 'a', 'little', 'tight', 'in', 'the', 'arms', 'i', "'m", 'right', 'between', 'a', 'small', 'and', 'medium', 'i', 'wish', 'i', 'would', 'have', 'ordered', 'the', 'medium', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6904,251,33', 'great', 'cardigan', 'just', 'got', 'this', 'yesterday', 'and', 'i', "'m", 'wearing', 'it', 'today', 'super', 'comfy', 'for', 'running', 'errands', 'with', 'the', 'kids', 'and', 'going', 'to', 'and', 'from', 'the', 'gym', 'or', 'just', 'to', 'lounge', 'around', 'the', 'house', 'i', 'go', 'between', 'a', 'm', 'and', 'l', 'and', 'went', 'with', 'a', 'm', 'since', 'its', 'flowy', 'and', 'it', 'fits', 'great.,5,1,13', 'initmates', 'intimate', 'lounge'] ['6905,829,45', 'this', 'blouse', 'is', 'simply', 'the', 'best', 'i', 'love', 'it', 'everyone', 'should', 'have', 'this', 'blouse', 'amazing', 'simply', 'love', 'it', 'it', 'does', 'run', 'large', 'so', 'purchase', 'down', '1-2', 'sizes', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['6906,867,25', 'comfortable', 'sexy', 'this', 'shirt', 'fits', 'really', 'well-', 'i', 'ordered', 'a', 'size', 'small', 'and', 'it', "'s", 'definitely', 'a', 'bit', 'form', 'fitting', 'i', 'was', 'a', 'little', 'bit', 'hesitant', 'to', 'purchase', 'this', 'at', 'first-', 'for', 'a', 'tshirt', 'it', "'s", 'a', 'pretty', 'hefty', 'price', 'but', 'the', 'quality', 'and', 'cut', 'are', 'really', 'quite', 'attractive', 'and', 'worth', 'every', 'penny.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['6907,860,55', 'polo', 'shirt', 'with', 'twist', 'i', "'m", '5', '2', '105lbs', 'and', 'bought', 'xsp', 'seems', 'a', 'bit', 'too', 'short', 'for', 'my', 'taste', 'especially', 'since', 'this', 'is', 'a', 'popover', 'but', 'not', 'bad', 'enough', 'to', 'return', 'everywhere', 'else', 'fits', 'tts', 'nothing', 'stunning', 'about', 'it', 'but', 'is', 'unique', 'enough', 'to', 'add', 'to', 'my', 'everyday', 'casual', 'it', 'would', 'be', 'better', 'if', 'there', 'are', 'more', 'colors', 'to', 'choose', 'from', ',4,1,21', 'general', 'tops', 'knits'] ['6908,1022,32', 'great', 'fit', 'but', 'do', 'stretch', 'out', 'i', 'love', 'the', 'fit', 'of', 'the', 'stevie', 'jean', 'they', 'are', 'not', 'too', 'tight', 'to', 'make', 'them', 'inappropriate', 'for', 'a', 'mom/teacher', 'but', 'are', 'definitely', 'not', 'your', 'momma', "'s", 'jeans', 'either', 'i', 'have', 'two', 'pair', 'gray', 'and', 'a', 'dark', 'denim', 'and', 'both', 'fit', 'perfectly', 'after', 'a', 'wash.', 'however', 'the', 'waist', 'stretches', 'out', 'throughout', 'the', 'day', 'enough', 'that', 'i', 'have', 'to', 'wear', 'a', 'belt', 'which', 'i', 'never', 'do', 'i', 'could', 'probably', 'size', 'down', 'but', 'i', 'did', "n't", 'want', 'the', 'thighs', 'to', 'be', 'too', 'tight', 'for', 'reference', 'i', "'m", '5', '2', '130', 'lbs', 'and', 'wear', 'a', 'pretty', 'standard', '2', 'sometimes', '4.', 'i', 'bought', 'these', 'i', ',4,1,6', 'general', 'petite', 'bottoms', 'jeans'] ['6909,68,47', 'love', 'this', 'dress', 'confortable', 'and', 'looks', 'great', 'how', 'ever', 'you', 'wear', 'it.,5,1,0', 'initmates', 'intimate', 'layering'] ['6910,1022,25', 'love', 'stevies', 'these', 'are', 'a', 'great', 'dark', 'wash', 'and', 'they', 'fit', 'true', 'to', 'size', 'to', 'every', 'other', 'stevies', 'i', 'own', 'for', 'reference', 'i', 'am', '5', '6', '145lbs', 'size', '6/m', 'and', 'the', '29', 'fit', 'perfect', 'they', 'are', 'a', 'bit', 'long', 'but', 'i', 'fold', 'them', 'up', 'and', 'it', 'looks', 'just', 'as', 'cute', 'i', 'highly', 'recommend', 'especially', 'since', 'they', 'are', 'on', 'sale', 'definitely', 'a', 'closet', 'staple', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['6911,1084,43', 'completely', 'see-through', 'this', 'dress', 'looked', 'adorable', 'online', 'but', 'unfortunately', 'it', "'s", 'not', 'flattering', 'at', 'all', 'and', 'it', "'s", 'completely', 'see-through', 'completely', 'the', 'material', 'is', 'so', 'thin', 'that', 'i', 'ca', "n't", 'imagine', 'it', 'would', 'hold', 'up', 'very', 'well', 'over', 'time', 'this', 'one', 'is', 'definitely', 'going', 'back', ',1,0,18', 'general', 'petite', 'dresses', 'dresses'] ['6912,511,52', 'reviews', 'said', 'it', 'ran', 'small', 'so', 'i', 'ordered', 'a', 'size', 'up', 'was', 'large', 'on', 'me', 'nicely', 'made', 'but', 'wanted', 'something', 'a', 'little', 'smaller', ',3,1,0', 'initmates', 'intimate', 'sleep'] ['6913,860,50', 'quintessential', 'white', 'top', 'this', 'feels', 'so', 'nice', 'and', 'light', 'and', 'summery', 'nothing', 'like', 'a', 'crisp', 'white', 'top', 'for', 'the', 'season.,4,1,0', 'general', 'tops', 'knits'] ['6914,850,53', 'just', 'perfect', 'great', 'for', 'work', 'great', 'for', 'play', 'i', 'love', 'this', 'shirt', 'perfect', 'length', 'for', 'tuck', 'in', 'or', 'not', ',5,1,0', 'general', 'tops', 'blouses'] ['6915,511,34', 'this', 'top', 'may', 'be', 'labeled', 'as', 'a', 'part', 'of', 'a', 'sleep', 'set', 'but', 'i', 'threw', 'a', 'cami', 'under', 'it', 'styled', 'it', 'with', 'skinny', 'jeans', 'and', 'a', 'top', 'knot', 'and', 'this', 'became', 'a', 'very', 'effortless/chic', 'so', 'cal', 'look', 'love', 'that', 'pop', 'of', 'hot', 'pink', 'too', 'i', 'went', 'up', 'a', 'size', 'for', 'a', 'little', 'extra', 'wiggle', 'room', 'across', 'my', 'shoulders', 'overall', 'this', 'is', 'a', 'great', 'summer', 'top', ',5,1,6', 'initmates', 'intimate', 'sleep'] ['6916,1084,33', 'odd', 'cut/sizing', 'as', 'another', 'reviewer', 'noted', 'the', 'upper', 'portion', 'back', 'chest', 'shoulders', 'etc', 'fit', 'nicely', 'however', 'the', 'body', 'of', 'the', 'dress', 'was', 'enormous', 'and', 'did', 'indeed', 'make', 'me', 'look', 'much', 'heavier', 'throughout', 'the', 'middle', 'back', 'to', 'the', 'store', 'it', 'goes', ',1,0,3', 'general', 'petite', 'dresses', 'dresses'] ['6917,615,41', 'lovely', 'fabric', 'and', 'style', 'but', 'not', 'for', 'me', 'i', 'usually', 'try', 'to', 'buy', 'petite', 'sizes', 'since', 'i', 'am', 'only', '5ft', '0in', 'but', 'this', 'was', 'just', 'too', 'pretty', 'to', 'pass', 'up', 'so', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'a', 'regular', 'size', 'xs', 'right', 'out', 'of', 'the', 'bag', 'i', 'was', 'impressed', 'with', 'the', 'colors', 'and', 'fabric', 'of', 'this', 'romper', 'however', 'i', 'did', 'not', 'notice', 'that', 'the', 'entire', 'back', 'was', 'open', 'until', 'i', 'put', 'it', 'on', 'from', 'the', 'pictures', 'it', 'looks', 'like', 'there', 'is', 'a', 'small', 'opening', 'but', 'when', 'i', 'put', 'it', 'on', 'i', 'was', 'exposed', 'all', 'the', 'way', 'down', 'to', 'my', 'lower', 'back', 'this', 'may', 'not', 'be', 'the', 'same', 'for', 'a', 'taller', 'person', 's', ',4,1,4', 'general', 'petite', 'bottoms', 'pants'] ['6918,928,46', 'odd', 'shape/texture', 'pretty', 'colors', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'in', 'the', 'multi', 'combo', 'the', 'fit', 'matches', 'the', 'photos', 'it', "'s", 'a', 'strange', 'sweater', 'but', 'i', 'like', 'it', 'i', "'m", 'glad', 'i', 'got', 'in', 'on', 'sale', 'though', 'i', "'m", 'pear-shaped', 'and', 'the', 'curved', 'hem', 'fits', 'me', 'oddly', 'i', 'like', 'the', 'longer', 'length', 'and', 'the', 'mix', 'of', 'blues/whites/peaches', 'so', 'i', "'m", 'keeping', 'it', 'it', "'s", 'not', 'scratchy', 'but', 'also', 'not', 'soft', 'this', 'is', 'one', 'of', 'those', 'purchases', 'that', 'i', 'probably', 'should', 'return', 'because', 'i', 'do', "n't", 'love', 'it', 'but', 'i', 'know', 'i', "'ll", 'get', 'enough', 'use', 'out', 'of', 'it', 'to', 'justify', 'the', 'sale', 'price.,4,1,0', 'general', 'tops', 'sweaters'] ['6919,662,27', 'stunning', 'i', 'am', 'beyond', 'pleased', 'with', 'this', 'dress', 'photos', 'do', 'not', 'do', 'it', 'justice', 'and', 'no', 'it', 'does', 'not', 'look', 'like', 'a', 'gown', 'it', 'is', 'comfortable', 'forgiving', 'and', 'will', 'be', 'a', 'staple', 'for', 'years', 'to', 'come', 'i', 'am', '5', '11', 'and', 'the', 'large', 'worked', 'perfectly', 'for', 'me', 'in', 'length', 'and', 'size', 'this', 'is', 'my', 'first', 'maxi', 'dress', 'and', 'i', "'m", 'thrilled', 'do', 'not', 'miss', 'this', 'piece', 'it', 'is', 'special', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['6920,867,33', 'good', 'basic', 'i', 'bought', 'the', 'blue', 'black', 'they', 'are', 'great', 'basics', 'got', 'the', 'small', 'i', 'am', 'normally', 'a', 'extra', 'small', 'in', 'retailer', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6921,829,36', 'amazing', 'sometimes', 'you', 'have', 'those', 'days', 'where', 'you', 'feel', 'overweight', 'and', 'unattractive', 'this', 'shirt', 'is', 'perfect', 'for', 'that', 'it', 'has', 'a', 'chic', 'cut', 'and', 'it', 'does', "n't", 'look', 'like', 'you', 'are', 'having', 'an', 'off', 'day', 'at', 'all', 'so', 'cute', 'and', 'i', 'really', 'like', 'the', 'length', 'as', 'well', 'i', 'usually', 'wait', 'until', 'items', 'go', 'on', 'sale', 'but', 'this', 'i', 'had', 'to', 'buy', 'right', 'away', ',5,1,20', 'general', 'tops', 'blouses'] ['6922,1084,33', 'better', 'than', 'expected', 'i', 'purchased', 'this', 'dress', 'before', 'reading', 'any', 'of', 'the', 'reviews', 'i', 'ended', 'up', 'reading', 'them', 'the', 'day', 'the', 'dress', 'was', 'to', 'arrive', '-and', 'they', 'worried', 'me', 'since', 'i', 'was', 'so', 'excited', 'for', 'this', 'dress', 'i', 'put', 'it', 'on', 'and', 'i', 'feel', 'like', 'it', 'is', 'not', 'much', 'different', 'from', 'the', 'photo', 'here', 'online', 'it', 'is', 'meant', 'to', 'be', 'roomy', 'it', 'is', 'more', 'fitted', 'on', 'top', 'and', 'the', 'back', 'is', 'cute', 'to', 'give', 'it', 'some', 'shape', 'too', 'but', 'it', 'is', 'meant', 'to', 'be', 'loose', 'fitting', 'i', 'personally', 'love', 'it', 'i', 'have', 'added', 'a', 'belt', 'to', 'give', 'it', 'more', 'shape', 'when', 'i', 'want', 'worn', 'it', 'on', 'its', 'own', 'or', 'with', 'a', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['6923,662,53', 'lovely', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'window', 'in', 'the', 'santa', 'barbara', 'store', 'and', 'fell', 'in', 'love', 'with', 'it', 'it', 'is', 'described', 'as', 'a', 'robe', 'in', 'one', 'post', 'i', 'saw', 'but', 'i', 'think', 'it', 'looks', 'so', 'much', 'more', 'like', 'a', 'great', 'fall/winter', 'maxi', 'in', 'the', 'window', 'display', 'it', 'was', 'paired', 'with', 'a', 'cognac', 'leather', 'belt', 'which', 'made', 'it', 'look', 'even', 'better.,5,1,5', 'initmates', 'intimate', 'lounge'] ['6924,871,33', 'runs', 'small', 'definitely', 'size', 'up', 'possibly', 'two', 'sizes', 'i', 'can', 'often', 'wear', 'an', 'xs', 'and', 'the', 's', 'is', 'skin', 'tight', 'on', 'me', 'other', 'than', 'that', 'it', "'s", 'a', 'nice', 'neutral', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['6925,662,36', 'perfect', 'with', '1', 'alteration', 'the', 'pictures', 'of', 'this', 'dress', 'do', 'not', 'do', 'it', 'justice', 'i', 'bought', 'it', 'cut', 'the', 'sleeves', 'off', 'to', 'be', 'even', 'with', 'the', 'waist', 'line', 'and', 'belted', 'with', 'a', 'slim', 'belt', 'and', 'it', 'is', 'perfect', 'it', 'actually', 'becomes', 'a', 'very', 'sexy', 'dress', 'it', 'is', 'a', 'true', 'wrap', 'with', 'a', 'deep', 'v', 'and', 'the', 'vent', 'in', 'the', 'back', 'i', 'mean', 'this', 'dress', 'paid', 'dividends', 'at', 'the', 'end', 'of', 'the', 'night', 'to', 'be', 'very', 'honest'] [] ['wearing', 'this', 'to', 'south', 'beach', 'it', 'will', 'be', 'perfect', 'with', 'strappy', 'high', 'heels', ',5,1,8', 'initmates', 'intimate', 'lounge'] ['6926,871,35', 'plan', 'to', 'size', 'way', 'up', 'i', "'m", 'a', 'rather', 'small', 'person', '5', '2', 'about', '100', 'lbs', '32a', 'bust', 'i', 'typically', 'take', 'a', '24p/00p/xxs', 'knowing', 'how', 'retailer', "'s", 'sizing', 'is', 'a', 'bit', 'all', 'over', 'the', 'place', 'i', 'ordered', 'this', 'tee', 'in', 'both', 'xxs', 'and', 'xs', 'planning', 'to', 'return', 'the', 'size', 'that', 'was', 'less', 'preferred', 'imagine', 'my', 'surprise', 'when', 'i', 'try', 'on', 'one', 'of', 'the', 'tees', 'and', 'i', 'barely', 'can', 'get', 'it', 'on', 'imagine', 'my', 'further', 'surprise', 'when', 'i', 'realize', 'that', 'the', 'xs', 'is', 'the', 'tee', 'that', 'was', 'so', 'clingy', 'now', 'i', 'realize', 'that', 'this', 'is', 'supposed', 'to', 'be', 'a', 'body-skimming', 'tee', 'but', 'even', 'as', 'petite', 'as', 'i', 'am', 'i', 'coul', ',2,0,11', 'general', 'tops', 'knits'] ['6927,867,68', 'great', 'present', 'i', 'ordered', 'christmas', 'presents', 'online', 'this', 'year', 'they', 'arrived', 'very', 'quickly', 'and', 'were', 'well', 'received', 'they', 'are', 'ferry', 'pretty', 'i', 'will', 'order', 'online', 'again', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6928,662,57', 'this', 'unit', 'is', 'gorgeous', 'as', 'a', 'dress', 'or', 'as', 'a', 'top', 'with', 'a', 'cami', 'skinny', 'jeans', 'and', 'boots', 'i', "'m", 'wearing', 'it', 'to', 'my', 'cousins', 'wedding', 'and', 'obsessed', 'i', 'bought', 'a', 'long', 'delicate', 'necklace', 'at', 'retailer', 'with', 'a', 'gold', 'pendant', 'and', 'it', 'falls', 'perfectly', 'with', 'the', 'neckline', 'my', 'only', 'slightly', 'negative', 'comment', 'is', 'about', 'the', 'quality', 'the', 'material', 'is', 'beautiful', 'but', 'i', 'noticed', 'the', 'elastic', 'coming', 'through', 'the', 'ends', 'of', 'the', 'waistband', 'where', 'it', 'snaps', 'shut', 'still', 'keeping', 'it', 'though', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6929,857,22', 'perfect', 'i', 'bought', 'this', 'in', 'store', 'on', 'sale', 'and', 'absolutely', 'love', 'it.,5,1,0', 'general', 'tops', 'knits'] ['6930,860,41', 'unique', 'white', 'top', 'although', 'it', 'kind', 'of', 'ran', 'big', 'and', 'the', 'material', 'is', 'stiff', 'causing', 'some', 'protrusion', 'off', 'my', 'shoulders', 'i', 'decided', 'to', 'keep', 'it', 'only', 'because', 'it', 'was', 'unique', 'and', 'still', 'looked', 'cute', ',4,1,0', 'general', 'tops', 'knits'] ['6931,1099,38', 'versatile', 'fits', 'true-to-size', 'as', 'of', 'late', 'it', "'s", 'been', 'difficult', 'for', 'me', 'to', 'find', 'clothing', 'at', 'retailer', 'that', 'fit', "'s", 'true-to-size', 'i', "'m", '5', '2', 'and', '107', 'lbs', 'and', 'i', "'ve", 'had', 'to', 'return', 'several', 'pieces', 'because', 'they', 'were', 'too', 'big', 'on', 'me', 'this', 'versatile', 'piece', 'fits', 'true-to-size', 'i', 'purchased', 'an', 'xsp', 'like', 'the', 'previous', 'reviewer', 'i', "'ve", 'tried', 'this', 'with', 'a', 'couple', 'of', 'different', 'long-sleeve', 'shirt', 'and', 'tights', 'combinations', 'i', 'think', 'this', 'will', 'work', 'in', 'the', 'spring', 'and', 'fall', 'too', 'as', 'the', 'material', 'is', 'in', 'between', 'heavy', 'and', 'light/airy', 'great', 'for', 'work', ',5,1,2', 'general', 'dresses', 'dresses'] ['6932,511,40', 'such', 'a', 'beautiful', 'top', 'i', 'understand', 'why', 'other', 'reviews', 'suggested', 'wearing', 'it', 'out', 'personal', 'i', 'love', 'pretty', 'sleepwear', 'so', 'i', 'will', 'be', 'wearing', 'this', 'and', 'matching', 'shorts', 'to', 'bed', 'i', 'ordered', 'a', 'small', 'in', 'both', 'and', 'they', 'seem', 'to', 'run', 'true', 'to', 'size', 'i', 'am', '130lbs', 'and', '5', '5', 'my', 'regular', 'size', 'is', 'small', 'or', 'a', 'size', '4.', 'i', 'love', 'the', 'embroidery', 'and', 'the', 'pink', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['6933,850,48', 'beautiful', 'shirt', 'well', 'made', 'embroidery', 'held', 'up', 'well', 'in', 'the', 'wash.', 'love', 'the', 'unique', 'green', 'color', 'pattern', 'comfortable', 'got', 'a', 'size', '4', '115', '5', '2', '34b', ',5,1,0', 'general', 'tops', 'blouses'] ['6934,867,33', 'comfy', 'but', 'lacking', 'quality', 'i', 'purchased', 'this', 'shirt', 'in', 'blue', 'hoping', 'it', 'would', 'be', 'a', 'basic', 'add-on', 'to', 'my', 'wardrobe', 'it', "'s", 'been', 'about', 'a', 'month', 'and', 'i', 'have', 'since', 'washed', 'and', 'worn', 'it', 'twice', 'the', 'color', 'is', 'now', 'fading', 'and', 'i', 'found', 'a', 'hole', 'in', 'the', 'front', 'of', 'the', 'shirt', 'i', "'m", 'not', 'sure', 'if', 'its', 'the', 'fine', 'fabric', 'that', 'caused', 'it', 'to', 'tear', 'but', 'i', 'washed', 'it', 'on', 'gentle', 'cycle', 'and', 'did', "n't", 'do', 'anything', 'that', 'would', 'have', 'warranted', 'a', 'tear', 'sadly', 'this', 'did', 'not', 'serve', 'up', 'to', 'its', 'purpose', 'i', 'would', "n't", 'suggest', 'paying', 'the', 'price', 'tag', 'or', 'even', 'sale', 'price', 'for', 'an', 'item', 'that', 'i', 'do', "n't", 'expec', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['6935,850,55', 'gorgeous', 'embroidery', 'i', 'absolutely', 'love', 'this', 'shirt', 'i', 'saw', 'it', 'in', 'the', 'retailer', 'store', 'and', 'immediately', 'knew', 'i', 'had', 'to', 'have', 'it', 'all', 'they', 'had', 'in', 'stock', 'was', 'a', 'size', '2', 'and', 'a', 'size', '8.', 'i', "'m", 'usually', 'a', '4-6', 'in', 'button-up', 'shirts', 'but', 'i', 'tried', 'the', '2', 'anyway', 'and', 'found', 'it', 'to', 'be', 'quite', 'generously', 'sized', 'i', 'have', 'a', '32dd', 'bust', 'so', 'button-up', 'shirts', 'rarely', 'fit', 'me', 'properly', 'this', 'one', 'was', 'big', 'enough', 'to', 'be', 'comfortable', 'worn', 'out', 'or', 'tucked', 'in', 'and', 'was', 'loose-fitting', 'without', 'being', 'sloppy', 'when', 'i', 'discovered', 'that', 'it', 'came', 'in', 'petite', 'sizes', 'i', 'asked', 'the', 'so', 'to', 'order', 't', ',5,1,5', 'general', 'tops', 'blouses'] ['6936,867,28', 'so', 'soft', 'this', 'ribbed', 'henley', 'is', 'incredibly', 'soft', 'you', "'ll", 'love', 'the', 'way', 'it', 'feels', 'but', 'it', 'does', 'run', 'a', 'little', 'small', 'so', 'i', "'d", 'recommend', 'getting', 'one', 'size', 'up', 'if', 'you', 'do', "n't", 'want', 'it', 'to', 'be', 'too', 'form', 'fitting', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6937,867,60', 'love', 'it', 'i', 'think', 'this', 'top', 'is', 'great', 'it', 'does', 'show', 'cleavage', 'also', 'it', "'s", 'very', 'romantic', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'if', 'only', 'the', 'store', 'had', 'had', 'the', 'red', 'and', 'wine', 'colors', 'in', 'stock', 'too', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6938,1084,33', 'unflattering', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'since', 'it', 'look', 'so', 'pretty', 'on', 'line', 'but', 'unfortunately', 'the', 'it', 'was', 'horrendous', 'on', 'the', 'model', 'must', 'have', 'the', 'dress', 'tailored', 'because', 'it', 'looks', 'like', 'a', 'huge', 'tent', 'on', 'me', 'it', 'was', 'very', 'wide', 'bust', 'down', 'and', 'made', 'me', 'look', '30', 'lbs', 'heavier', 'i', "'m", '5', '4', 'and', '125', 'lbs-', 'ordered', 'extra', 'small', 'and', 'it', 'fits', 'bust', 'up', 'and', 'arms', 'so', 'i', 'say', 'it', "'s", 'tts', 'up', 'top.,1,0,10', 'general', 'petite', 'dresses', 'dresses'] ['6939,662,35', 'gorgeous', 'in', 'person', 'the', 'pictures', 'online', 'do', 'not', 'do', 'this', 'justice', 'i', 'did', 'not', 'even', 'recognize', 'it', 'as', 'the', 'same', 'dress', 'at', 'first', 'i', 'went', 'a', 'size', 'down', 'and', 'that', 'way', 'it', 'flatters', 'my', 'curves', 'beautifully', 'instead', 'of', 'looking', 'like', 'a', 'robe', 'it', 'can', 'actually', 'be', 'worn', '3', 'ways-', 'i', 'like', 'closing', 'the', 'closest', 'snap', 'there', "'s", 'two', 'in', 'the', 'middle', 'with', 'a', 'skinny', 'belt', 'over', 'it', 'and', 'a', 'slip', 'dress', 'underneath', 'this', 'way', 'the', 'dress', 'has', 'a', 'deep', 'v', 'neck', 'and', 'opens', 'out', 'in', 'front', 'when', 'walking', 'think', '1940', "'s", 'glam', 'it', 'can', 'also', 'be', 'fully', 'closed', 'like', 'in', 'the', 'picture', 'or', 'left', 'ope', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['6940,1089,40', 'unique', 'and', 'fun', 'like', 'the', 'color', 'and', 'the', 'dotted', 'fabric', 'the', 'length', 'is', 'good', 'the', 'fabric', 'on', 'the', 'back', 'is', 'a', 'nice', 'touch', 'fits', 'well', 'and', 'hangs', 'well.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6941,662,60', 'meh', 'this', 'dress', 'looked', 'great', 'on', 'the', 'hanger', 'but', 'once', 'on', 'it', 'did', 'absolutely', 'nothing', 'for', 'me'] [] ['navy', 'is', 'one', 'of', 'my', 'most', 'flattering', 'colors', 'but', 'the', 'navy', 'in', 'the', 'dress', 'did', 'not', 'make', 'up', 'for', 'the', 'yucky', 'second', 'color', 'that', 'was', 'so', 'blah', 'it', 'just', 'reminded', 'me', 'of', 'dirt', 'that', 'second', 'color', 'made', 'me', 'look', 'drab'] [] ['i', 'am', '5', '8', 'with', 'a', 'long', 'torso', 'and', 'wear', 'a', 'size', '12', 'in', 'tts', 'tops', 'and', 'dresses', 'but', 'the', 'waist', 'on', 'this', 'dress', 'hit', 'at', 'an', 'uncomfortable', 'spot', 'between', 'by', 'waist', 'and', 'ribs', 'i', 'really', 'needed', 'the', 'waist', 'to', 'be', 'dropped', 'further', 'or', 'higher', ',2,0,2', 'initmates', 'intimate', 'lounge'] ['6942,850,56', 'lovely', 'versatile', 'blouse', 'i', 'bought', 'this', 'blouse', 'at', 'the', 'store', 'today', 'and', 'i', 'love', 'it', 'they', 'stylist', 'brought', 'it', 'for', 'me', 'to', 'try', 'on', 'with', 'the', 'green', 'chinos', 'and', 'it', 'was', 'perfect', 'it', 'will', 'go', 'with', 'jeans', 'or', 'dark', 'pants', 'as', 'well', 'very', 'unique', 'and', 'flattering', 'i', 'got', 'a', 'size', '2.', 'i', "'m", '5', '7', 'and', '130', 'pounds', ',5,1,4', 'general', 'tops', 'blouses'] ['6943,1089,32', 'cute', 'and', 'flattering', 'dress', 'is', 'very', 'flattering', 'on', 'not', 'tent-like', 'at', 'all', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['6944,860,37', ',this', 'is', 'my', 'new', 'favorite', 'shirt', 'i', "'m", 'actually', 'wearing', 'it', 'today', 'i', 'had', 'to', 'order', 'another', 'in', 'white', 'too', 'grab', 'it', 'while', 'you', 'can', ',5,1,0', 'general', 'tops', 'knits'] ['6945,867,41', 'love', 'this', 'is', 'a', 'basic', 'henley', 'and', 'it', 'is', 'made', 'well', 'a', 'wardrobe', 'staple', 'for', 'sure', 'the', 'cut', 'is', 'flattering', 'and', 'the', 'material', 'is', 'soft', 'i', 'ordered', 'the', 'small', 'which', 'is', 'tight', 'fitting', 'i', "'m", 'a', '34', 'c', 'for', 'reference', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['6946,867,27', 'cute', 'on', 'the', 'model', 'too', 'tight', 'in', 'person', 'i', 'loved', 'the', 'cut', 'and', 'style', 'of', 'this', 'shirt', 'so', 'was', 'very', 'disappointed', 'when', 'i', 'put', 'it', 'on', 'and', 'it', 'was', 'very', 'tight', 'and', 'slightly', 'see-through', 'if', 'you', 'do', 'order', 'it', 'get', 'it', 'in', 'a', 'size', 'larger', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['6947,850,64', 'summer', 'beauty', 'this', 'blouse', 'is', 'easily', 'one', 'of', 'the', 'nicest', 'i', 'have', 'bought', 'in', 'recent', 'times', 'the', 'quality', 'is', 'excellent', 'the', 'design', 'demonstrates', 'that', 'design', 'and', 'nature', 'are', 'extremely', 'compatible', 'i', 'have', 'worn', 'this', 'blouse', 'with', 'jeans', 'and', 'in', 'a', 'more', 'formal', 'situation', 'and', 'with', 'a', 'little', 'more', 'jewelry', 'the', 'blouse', 'fits', 'in', 'perfectly', 'anywhere', 'i', 'highly', 'recommend', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['6948,829,58', 'a', 'wardrobe', 'must', 'have', 'this', 'white', 'shirt', 'is', 'a', 'perfect', 'canvas', 'i', 'can', 'dress', 'it', 'up', 'with', 'a', 'scarf', 'for', 'work', 'or', 'wear', 'it', 'with', 'my', 'favorite', 'jeans', 'it', "'s", 'perfect', 'for', 'all', 'body', 'shapes', 'with', 'the', 'a-line', 'i', 'love', 'how', 'comfortable', 'this', 'shirt', 'feels', 'i', 'like', 'wearing', 'this', 'shirt', 'with', 'my', 'black', 'knit', 'pants', 'and', 'my', 'retailers', 'braided', 'collar', 'vest', ',5,1,0', 'general', 'tops', 'blouses'] ['6949,1099,28', 'disappointed', 'in', 'the', 'fit', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'xs', 'petite', 'i', 'am', '5', '0', '105', 'lbs', 'the', 'plaid', 'looks', 'more', 'drab', 'in', 'person', 'and', 'the', 'fit', 'was', 'very', 'frumpy', 'the', 'wrap', 'style', 'is', 'typically', 'flattering', 'but', 'on', 'this', 'dress', 'the', 'dress', 'tied', 'above', 'my', 'natural', 'waist', 'and', 'the', 'fit', 'made', 'my', 'hips', 'appear', 'larger', 'i', 'was', 'pretty', 'disappointed', 'in', 'this', 'little', 'number', 'and', 'will', 'be', 'sending', 'it', 'back', 'it', 'might', 'work', 'on', 'taller', 'people', 'like', 'the', 'model', 'but', 'i', 'would', 'steer', 'clear', 'if', 'you', 'are', 'a', 'petite', ',2,0,2', 'general', 'dresses', 'dresses'] ['6950,867,28', 'great', 'shirt', 'but', 'do', "n't", 'expect', 'it', 'to', 'last', 'i', 'originally', 'bought', 'this', 'shirt', 'in', 'the', 'blood', 'orange', 'color', 'which', 'is', 'lovely', 'and', 'vibrant', 'the', 'shirt', 'is', 'extremely', 'comfortable', 'and', 'very', 'flattering', 'however', 'it', 'is', 'also', 'very', 'very', 'cheap', 'after', 'about', 'five', 'washes', 'it', 'has', 'pilled', 'and', 'worn', 'the', 'color', 'has', 'faded', 'a', 'bit', 'and', 'i', 'doubt', 'it', 'will', 'make', 'it', 'through', 'the', 'spring', 'for', 'perspective', 'i', 'wash', 'all', 'my', 'clothes', 'on', 'cold', 'and', 'use', 'the', 'air', 'dry', 'setting', 'on', 'my', 'dryer'] [] ['nonetheless', 'even', 'having', 'experienced', 'the', 'wear', 'and', 'tear', 'i', 'went', 'back', 'and', 'bought', 'this', 'shirt', 'in', 'every', 'other', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['6951,1084,41', 'beautiful', 'and', 'fun', 'dress', 'this', 'dress', 'caught', 'my', 'eye', 'because', 'of', 'the', 'beautiful', 'fabric', 'but', 'i', 'read', 'the', 'reviews', 'online', 'so', 'i', 'did', "n't", 'buy', 'it', 'i', 'just', 'went', 'to', 'a', 'store', 'and', 'could', "n't", 'help', 'but', 'try', 'on', 'the', 'size', 'small', 'i', 'usually', 'range', 'from', 'an', 'xs', 'to', 'a', 's', 'and', 'i', 'would', 'say', 'that', 'the', 'size', 's', 'fits', 'great', 'around', 'my', 'shoulders', 'it', 'is', 'true', 'what', 'the', 'other', 'shoppers', 'say', 'about', 'this', 'dress', 'being', 'like', 'a', 'tent', 'it', 'is', 'and', 'i', 'wo', "n't", 'lie', 'about', 'that', 'when', 'i', 'tried', 'it', 'on', 'i', 'asked', 'a', 'sales', 'person', 'to', 'bring', 'me', 'some', 'belts', 'to', 'try', 'on', 'to', 'create', 'a', 'waistline', 'once', 'i', 'put', 'on', 'a', 'b', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['6952,860,55', 'too', 'big', 'the', 'shirt', 'is', 'very', 'big', 'it', 'would', 'be', 'cute', 'as', 'a', 'maternity', 'shirt.,1,0,1', 'general', 'tops', 'knits'] ['6953,68,49', 'exactly', 'what', 'i', 'was', 'missing', 'from', 'my', 'wardrobe', 'i', 'ordered', 'this', 'in', 'gray', 'and', 'in', 'white', 'these', 'are', 'not', 'your', 'mothers', 'slips', 'they', 'are', 'comfy', 'and', 'soft', 'i', 'have', 'worn', 'the', 'white', 'under', 'a', 'shorter', 'dress', 'on', 'a', 'day', 'when', 'i', 'wanted', 'more', 'coverage', 'but', 'did', "n't", 'want', 'to', 'go', 'for', 'full', 'on', 'tights', 'or', 'leggings', 'i', 'liked', 'the', 'effect', 'of', 'the', 'slip', 'being', 'longer', 'than', 'the', 'dress', 'the', 'gray', 'may', 'even', 'be', 'opaque', 'enough', 'to', 'stand', 'almost', 'on', 'it', "'s", 'own', 'very', 'happy', 'with', 'these.,5,1,0', 'initmates', 'intimate', 'layering'] ['6954,860,62', 'i', "'d", 'seen', 'this', 'in', 'the', 'store', 'pre-sale', 'and', 'was', 'delighted', 'to', 'see', 'it', 'on', 'sale', 'i', "'m", '5', '4', '125', 'lbs', 'and', 'prefer', 'a', 'looser', 'fit', 'so', 'went', 'with', 'the', 'medium', 'as', 'i', 'expect', 'that', 'it', 'may', 'shrink', 'a', 'bit', 'but', 'i', 'appreciated', 'the', 'creative', 'take', 'on', 'a', 'classic', 'look', 'good', 'quality', 'of', 'the', 'fabric', 'and', 'this', 'will', 'go', 'with', 'everything', 'in', 'the', 'summer', 'or', 'even', 'beforehand', 'with', 'a', 'cardigan', ',5,1,4', 'general', 'tops', 'knits'] ['6955,662,39', 'better', 'as', 'a', 'dress', 'this', 'lounge', 'robe', 'is', 'the', 'most', 'fantastic', 'dramatic', 'and', 'comfortable', 'wrap', 'dress', 'to', 'the', 'reviewers', 'who', 'posted', 'pictures', 'you', 'styled', 'this', 'to', 'perfection', 'a', 'slip', 'dress', 'underneath', 'is', 'a', 'must', 'have', 'since', 'the', 'opening', 'basically', 'unsecured', 'i', 'purchased', 'the', 'medium', 'petite', 'and', 'i', 'am', '5', '3', '36dd', 'and', '140', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['6956,860,58', 'female', 'version', 'of', 'a', 'polo', 'shirt', 'i', 'ordered', 'this', 'in', 'white', 'the', 'material', 'is', 'similar', 'to', 'a', 'polo', 'shirt', 'which', 'i', 'had', "n't", 'counted', 'on', 'it', 'was', 'also', 'on', 'the', 'large', 'size', 'and', 'just', 'unflattering', 'on', 'me', 'still', 'the', 'quality', 'seemed', 'to', 'be', 'good', ',3,1,5', 'general', 'tops', 'knits'] ['6957,867,35', 'not', 'worth', 'the', 'price', 'appears', 'much', 'more', 'sleek', 'in', 'the', 'photograph', 'in', 'real', 'life', 'this', 'shirt', 'looks', 'more', 'like', 'a', 'pajama', 'top', 'thin', 'extremely', 'casual', 'not', 'worth', 'the', 'price', 'i', 'paid-', 'even', 'in', 'black', 'will', 'be', 'exchanging', 'it', 'tomorrow', ',2,0,2', 'general', 'petite', 'tops', 'knits'] ['6958,928,37', 'stunning', 'cardigan', 'i', 'love', 'it', 'they', 'only', 'had', 'a', 'size', 'l', 'on', 'sale', 'so', 'i', 'purchased', 'i', "'m", 'so', 'glad', 'i', 'did', 'could', 'have', 'gone', 'with', 'a', 'm', 'though', 'maybe', 'even', 'a', 's', 'but', 'that', 'would', 'be', 'cutting', 'it', 'especially', 'since', 'i', "'m", '5ft', '11in', '133lbs', 'compliments', 'keep', 'coming', 'and', 'such', 'a', 'great', 'piece', 'to', 'have', 'in', 'my', 'closet', ',5,1,0', 'general', 'tops', 'sweaters'] ['6959,867,45', 'around', 'the', 'clock', 'and', 'in', 'every', 'color', 'i', 'could', 'live', 'in', 'this', 'top', 'it', "'s", 'versatile', 'enough', 'to', 'be', 'dressed', 'up', 'or', 'down', 'or', 'worn', 'as', 'a', 'bottom', 'layer', 'the', 'color', 'offerings', 'are', 'basic', 'enough', 'to', 'match', 'anything', 'and', 'it', "'s", 'comfortable', 'enough', 'to', 'wear', 'around', 'the', 'clock', 'note', 'that', 'it', 'runs', 'small', 'i', 'had', 'to', 'size', 'up', 'to', 'a', 'medium', 'even', 'though', '80', 'of', 'everything', 'else', 'i', 'wear', 'is', 'size', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['6960,850,46', 'beautiful', 'summer', 'shirt', 'runs', 'very', 'large', 'the', 'embroidery', 'is', 'gorgeous', 'it', "'s", 'a', 'lovely', 'blouse', 'soft', 'lightweight', 'and', 'of', 'quality', 'material', 'the', 'only', 'problem', 'is', 'that', 'it', 'is', 'an', 'oversized', 'fit', 'running', 'at', 'least', 'one', 'or', 'two', 'sizes', 'too', 'large', 'it', 'is', 'enormous', 'i', 'ordered', 'it', 'online', 'but', 'will', 'return', 'it', 'and', 'shop', 'for', 'a', 'much', 'smaller', 'size', 'in', 'the', 'store', 'to', 'guarantee', 'proper', 'fit', ',4,1,4', 'general', 'tops', 'blouses'] ['6961,1022,35', 'i', 'thought', 'these', 'pants', 'had', 'a', 'great', 'fit', 'and', 'the', 'color', 'is', 'fabulous', 'i', 'would', 'have', 'preferred', 'a', '30', 'inch', 'inseam', 'but', '31', 'is', 'by', 'far', 'better', 'than', '34', 'that', 'many', 'designer', 'jeans', 'at', 'department', 'stores', 'run', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['6962,867,42', 'size', 'up', 'i', 'saw', 'this', 'top', 'online', 'and', 'read', 'the', 'reviews', 'that', 'it', 'was', 'running', 'small', 'i', 'am', 'normally', 'an', 'xxs', 'in', 'most', 'retailer', 'clothing', 'i', 'am', '5', '6', '110', 'for', 'reference', 'found', 'it', 'in', 'the', 'store', 'and', 'took', 'both', 'the', 'xs', 'and', 'small', 'in', 'to', 'try', 'on', 'the', 'reviewers', 'were', 'right', 'i', 'tried', 'the', 'xs', 'on', 'first', 'and', 'it', 'was', 'quite', 'snug', 'and', 'short', 'the', 'small', 'fit', 'perfectly', 'it', 'was', 'a', 'bit', 'longer', 'too', 'great', 'style', 'and', 'soft', 'fabric', 'once', 'you', 'size', 'up', 'you', "'ll", 'love', 'it', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['6963,850,56', 'love', 'it', 'this', 'is', 'a', 'lovely', 'and', 'unique', 'blouse', 'it', 'can', 'be', 'worn', 'with', 'jeans', 'shorts', 'or', 'a', 'skirt', 'such', 'a', 'beautiful', 'addition', 'to', 'anyone', "'s", 'wardrobe', ',5,1,8', 'general', 'tops', 'blouses'] ['6964,663,37', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['6965,663,45', 'cute', 'dress', 'got', 'this', 'to', 'wear', 'on', 'a', 'beach', 'vacation', 'later', 'in', 'august', 'i', 'was', 'hesitant', 'to', 'purchase', 'what', 'is', 'essentially', 'a', 'light', 'weight', 'cover', 'up', 'at', 'this', 'price', 'but', 'is', 'is', 'really', 'cute', 'the', 'only', 'problem', 'i', 'have', 'with', 'it', 'is', 'the', 'slits', 'on', 'the', 'sides', 'are', 'a', 'bit', 'high', 'up', 'it', 'is', 'a', 'good', 'color', 'and', 'feels', 'very', 'nice', 'i', 'will', 'wear', 'this', 'on', 'tropical', 'vacations', 'and', 'running', 'about', 'since', 'it', 'is', 'so', 'hot', 'i', 'bought', 'the', 'medium', 'and', 'it', 'is', 'a', 'perfect', 'fit', 'and', 'comes', 'to', 'my', 'knee', 'in', 'the', 'front', 'for', 'reference', 'i', 'am', '5', '8', 'and', '160', ',5,1,17', 'initmates', 'intimate', 'lounge'] ['6966,663,58', 'cute', 'tunic', 'this', 'is', 'a', 'great', 'cover-up', 'or', 'tunic', 'over', 'leggings', 'or', 'capris', 'i', 'am', '5', 'foot', 'two', 'and', 'it', 'comes', 'to', 'my', 'knee,4,1,1', 'initmates', 'intimate', 'lounge'] ['6967,663,39', 'the', 'material', 'is', 'lightweight', 'and', 'comfortable.', 'the', 'only', 'draw', 'back', 'are', 'the', 'slits', 'on', 'the', 'side', 'they', 'are', 'too', 'high', 'and', 'if', 'you', 'turn', 'sideways', 'at', 'some', 'angles', 'you', 'can', 'see', 'your', 'cheeks', 'i', 'will', 'have', 'them', 'sewn', 'up', 'a', 'bit', 'because', 'i', 'love', 'the', 'dress', 'and', 'it', 'is', 'worth', 'it.,4,1,0', 'initmates', 'intimate', 'lounge'] ['6968,970,47', 'super', 'soft', 'but', 'fits', 'boxy', 'and', 'fits', 'small', 'i', 'wish', 'this', 'fit', 'me', 'better', 'i', 'love', 'the', 'inside', 'fur', 'it', 'is', 'extremely', 'soft', 'but', 'it', 'does', "n't", 'look', 'flattering', 'at', 'all', 'it', 'makes', 'my', 'shoulders', 'look', 'really', 'broad', 'and', 'it', 'was', 'shorter', 'in', 'the', 'length', 'than', 'i', 'wanted', 'it', 'wanted', 'it', 'fit', 'over', 'my', 'butt', 'or', 'cover', 'half', 'and', 'it', 'sits', 'a', 'little', 'below', 'my', 'waist', 'unfortunately', 'i', 'am', 'taking', 'it', 'back', 'great', 'idea', 'though.,2,0,3', 'general', 'jackets', 'jackets'] ['6969,663,34', 'good', 'if', 'you', "'re", 'taller', 'i', 'wanted', 'to', 'like', 'this', 'and', 'even', 'considered', 'getting', 'it', 'altered', 'but', 'just', 'decided', 'to', 'return', 'it', 'runs', 'big', 'and', 'from', 'the', 'front', 'it', 'looks', 'good', 'but', 'the', 'back', 'just', 'looked', 'like', 'a', 'big', 'oversized', 'stretched', 'out', 'tank', 'it', 'was', 'so', 'comfy', 'on', 'though', 'and', 'not', 'sheer', 'or', 'revealing', 'so', 'if', 'you', "'re", 'tall', 'go', 'for', 'it', ',2,0,1', 'initmates', 'intimate', 'lounge'] ['6970,663,49', 'perfect', 'summer', 'dress', 'good', 'quality', 'casual', 'feel', 'good', 'dress', 'it', 'can', 'be', 'worn', 'as', 'dress', 'or', 'as', 'tunic', 'over', 'the', 'pants', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6971,719,25', 'unfortunately', 'the', 'other', 'reviews', 'were', 'accurate', 'i', 'thought', 'i', 'could', 'still', 'make', 'it', 'work', 'because', 'i', 'loved', 'the', 'design', 'but', 'alas', 'the', 'dress', 'is', 'incredibly', 'see-through', 'i', 'tried', 'using', 'it', 'like', 'a', 'bathing', 'suit', 'cover', 'up', 'unbuttoned', 'like', 'one', 'of', 'the', 'models', 'shows', 'but', 'it', 'looked', 'very', 'strange', 'would', 'have', 'definitely', 'kept', 'this', 'dress', 'for', 'the', 'beach', 'if', 'it', 'were', "n't", 'completely', 'see-through', ',4,0,0', 'initmates', 'intimate', 'lounge'] ['6972,970,59', 'i', 'saw', 'this', 'jacket', 'and', 'loved', 'the', 'plaid', 'and', 'the', 'idea', 'of', 'a', 'soft', 'sherpa', 'material', 'as', 'a', 'lining', 'was', 'hard', 'to', 'pass', 'up1it', 'was', 'true', 'to', 'size', 'and', 'the', 'material', 'was', 'very', 'nice', 'however', 'the', 'button', 'closure', 'was', 'difficult', 'as', 'the', 'buttonholes', 'seemed', 'a', 'bit', 'too', 'small', 'also', 'the', 'back', 'of', 'the', 'jacket', 'did', 'not', 'lay', 'flat', 'and', 'it', 'kept', 'rolling', 'i', 'had', 'to', 'return', 'this', 'jacket', ',3,0,0', 'general', 'jackets', 'jackets'] ['6973,719,86', 'nice', 'summer', 'dress', 'this', 'was', 'long', 'on', 'me', 'i', "'m", '5', '1', 'but', 'it', 'could', 'easily', 'be', 'cinched', 'up', 'using', 'the', 'drawstring', 'waist', 'very', 'soft', 'material', 'this', 'will', 'be', 'a', 'super', 'comfy', 'dress', 'in', 'hot', 'weather', 'did', "n't", 'seem', 'too', 'see-through', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6974,719,32', 'beautiful', 'flowy', 'vacation', 'dress', 'the', 'pattern', 'on', 'this', 'dress', 'is', 'even', 'more', 'beautiful', 'in', 'person', 'as', 'reviewers', 'mention', 'the', 'dress', 'is', 'sheer', 'but', 'a', 'nude', 'slip', 'underneath', 'is', 'an', 'easy', 'fix', 'ca', "n't", 'wait', 'to', 'pack', 'this', 'dress', 'for', 'my', 'next', 'beach', 'getaway', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6975,663,37', 'perfect', 'basic', 'wardrobe', 'staple', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'quality', 'is', 'nice', 'i', 'am', 'happy', 'to', 'having', 'this', 'basic', 'wardrobe', 'staple', 'added', 'to', 'my', 'closet', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6976,663,22', 'love', 'this', 'this', 'dress', 'fits', 'wonderfully', 'i', 'can', 'wear', 'it', 'causally', 'or', 'dress', 'it', 'up', 'if', 'i', 'want', 'to', 'great', 'deal', 'as', 'well.,5,1,0', 'initmates', 'intimate', 'lounge'] ['6977,719,55', 'the', 'jury', 'is', 'still', 'out', 'on', 'this', 'one', 'really', 'pretty', 'for', 'summer', 'especially', 'beach', 'and', 'pool', 'wear', 'but', 'i', "'m", 'only', '5', '1', 'and', 'even', 'the', 'petite', 'is', 'i', 'think', 'a', 'tad', 'long', 'for', 'flats', 'which', 'is', 'my', 'preferred', 'shoe', 'for', 'this', 'dress', 'i', "'m", 'also', 'curvy', 'and', 'busty', 'on', 'top', 'so', 'unless', 'you', 'are', 'blessed', 'with', 'a', 'nice', 'thin', 'waist', 'it', "'s", 'not', 'as', 'flattering', 'as', 'the', 'tall', 'thin', 'model', 'shows', 'but', 'still', 'it', 'looks', 'nice', 'on', 'and', 'i', 'though', 'it', 'might', 'look', 'good', 'also', 'with', 'white', 'footless', 'tights', 'i', 'have', 'too', 'so', 'i', "'m", 'on', 'the', 'fence', 'about', 'keeping', 'it', 'since', 'it', "'s", 'really', 'pretty', 'for', 'a', 'summer', 'party', ',4,1,15', 'initmates', 'intimate', 'lounge'] ['6978,719,58', 'so', 'pretty', 'this', 'dress', 'is', 'so', 'vibrant', 'in', 'person', 'i', 'am', "5'10", 'and', 'the', 'length', 'is', 'perfect', 'having', 'a', 'small', 'waist', 'helps', 'too', 'certainly', 'worth', 'the', '49', 'i', 'spent', 'on', 'it', 'watch', 'the', 'sales', 'several', 'times', 'ill', 'go', 'to', 'pay', 'for', 'an', 'item', 'and', 'its', 'even', 'cheaper', 'that', 'advertised', 'the', 'uniqueness', 'that', 'retailer', 'embodies', 'is', 'what', 'i', 'love', 'the', 'most', 'about', 'their', 'clothing', 'i', "'m", 'a', 'size', '10', 'ordered', 'a', 'medium', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6979,663,54', 'pretty', 'standard', 'it', "'s", 'cute', 'it', 'works', 'with', 'jeans', 'linen', 'pants', 'flip', 'flops', 'but', 'i', 'would', "n't", 'say', 'it', 'is', 'a', 'must', 'have', 'but', 'i', "'m", 'keeping', 'it', 'because', 'it', 'works', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['6980,719,60', 'so', 'pretty', 'but', 'so', 'sheer', 'the', 'material', 'and', 'design', 'of', 'this', 'beach', 'dress', 'is', 'so', 'pretty', 'i', 'was', 'hoping', 'that', 'this', 'could', 'be', 'worn', 'as', 'both', 'a', 'dress', 'and', 'a', 'swim', 'suit', 'cover-up', 'but', 'it', 'is', 'only', 'the', 'latter', 'you', 'ca', "n't", 'see', 'it', 'from', 'the', 'photos', 'the', 'model', 'or', 'mine', 'but', 'it', 'is', 'very', 'sheer', 'it', 'can', 'really', 'only', 'be', 'worn', 'over', 'a', 'swimsuit', 'whatever', 'you', 'wear', 'or', 'do', "n't", 'will', 'be', 'completely', 'visible', 'so', 'if', 'you', 'are', 'looking', 'for', 'just', 'a', 'lovely', 'unique', 'beach', 'dress', 'this', 'is', 'it', 'unfortunately', 'for', 'the', 'price', 'i', 'need', 'more', 'versatility', 'i', 'will', 'consider', 'it', 'on', 'sale', ',4,1,32', 'initmates', 'intimate', 'lounge'] ['6981,663,54', 'tunic', 'for', 'everything', 'i', 'bought', 'this', 'tunic', 'to', 'wear', 'as', 'a', 'swim', 'cover-up', 'last', 'minute', 'but', 'it', 'has', 'become', 'my', 'go', 'to', 'for', 'wearing', 'over', 'skinny', 'jeans', 'the', 'length', 'makes', 'it', 'so', 'versatile', 'great', 'layering', 'piece', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6982,1022,42', 'like', 'butter', 'i', 'love', 'these', 'jeans', 'the', 'fabric', 'is', 'super', 'super', 'soft', 'with', 'good', 'stretch', 'and', 'give', 'however', 'they', 'do', "n't", 'loose', 'their', 'shape', 'either', 'they', 'are', 'mid-rise', 'but', 'a', 'touch', 'higher', 'in', 'the', 'back', 'so', 'you', 'never', 'give', 'anyone', 'an', 'unwanted', 'show', 'when', 'you', 'bend', 'over', 'my', 'only', 'complaint', 'and', 'this', 'is', 'just', 'personal', 'preference', 'is', 'that', 'the', 'back', 'pockets', 'are', 'kind', 'of', 'small', 'but', 'the', 'comfort', 'outweighs', 'any', 'slight', 'beef', 'i', 'have', 'for', 'reference', 'i', 'am', '5', '4', 'and', 'wear', 'size', '25.', 'comfy', 'go-to', "'s", ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['6983,719,34', 'beautiful', 'this', 'is', 'a', 'beautiful', 'piece', 'and', 'a', 'really', 'great', 'deal', 'on', 'sale', 'it', 'is', 'sheer', 'but', 'with', 'a', 'simple', 'slip', 'underneath', 'it', 'will', 'work', 'well', 'for', 'a', 'comfortable', 'but', 'special-looking', 'summer', 'outfit', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6984,663,28', 'sliced', 'tunic', 'dress', 'i', 'already', 'have', 'this', 'in', 'white', 'i', 'wear', 'it', 'all', 'the', 'time', 'and', 'get', 'tons', 'of', 'compliments', 'because', 'it', "'s", 'so', 'unusual', 'the', 'only', 'reason', 'i', 'did', "n't", 'give', 'it', '5', 'stars', 'is', 'because', 'my', 'white', 'one', 'is', 'a', 'large', 'petite', 'and', 'this', 'one', 'was', 'not', 'available', 'in', 'petite', 'i', 'bought', 'a', 'm', 'i', "'m", '5', '2', '135lbs', 'and', 'am', 'a', 'little', 'thick', 'in', 'the', 'middle', 'so', 'the', 'large', 'petite', 'gave', 'me', 'that', 'extra', 'room', 'this', 'material', 'is', 'stretchy', 'though', 'so', 'i', 'am', 'able', 'to', 'kind', 'of', 'pull', 'on', 'the', 'sides', 'to', 'widen', 'it', 'a', 'bit', 'i', 'put', 'it', 'in', 'the', 'dryer', 'and', 'it', 'shrunk', 'a', 'little', 'in', 'length', 'too', 'th', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['6985,719,49', 'beautiful', 'fabric', 'design', 'it', 'runs', 'long', 'for', 'a', '5', '1', 'woman', 'like', 'me', 'other', 'than', 'that', 'beautiful', 'dress', 'for', 'vacation', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['6986,719,34', 'love', 'it', 'more', 'than', 'i', 'thought', 'i', 'liked', 'this', 'online', 'but', 'loved', 'it', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'i', 'normally', 'wear', 'a', 'm/l', 'and', 'the', 'medium', 'fit', 'perfect', 'it', 'is', 'gorgeous', 'and', 'flattering', 'with', 'a', 'tie', 'at', 'the', 'waist', 'the', 'bottom', 'is', 'flowy', 'i', 'knew', 'it', 'would', 'be', 'sheer', 'from', 'the', 'reviews', 'so', 'that', 'was', "n't", 'a', 'surprise', 'but', 'i', 'really', 'wish', 'it', 'came', 'lined', 'no', 'one', 'wants', 'to', 'wear', 'a', 'slip', 'to', 'the', 'beach', 'and', 'i', 'feel', 'it', "'s", 'too', 'nice', 'for', 'a', 'cover', 'up.,5,1,0', 'initmates', 'intimate', 'lounge'] ['6987,663,20', 'casual', 'cute', 'i', 'am', 'happy', 'with', 'my', 'decision', 'to', 'buy', 'this', 'dress', 'it', "'s", 'casual', 'comfortable', 'and', 'my', 'favorite', 'color', 'too', 'this', 'product', 'is', 'true', 'to', 'size', 'color', 'and', 'the', 'material', 'feels', 'great', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6988,663,62', 'great', 'weekend', 'and', 'casual', 'dress', 'i', 'bought', 'this', 'dress', 'in', 'both', 'colors', 'it', 'has', 'an', 'easy', 'fit', 'is', 'very', 'comfortable', 'and', 'works', 'well', 'for', 'a', 'day', 'dress', 'running', 'errands', 'play', 'time', 'and', 'general', 'casual', 'i', 'am', 'small', 'framed', 'and', 'somewhat', 'slender', 'i', 'ordered', 'the', 'xs', 'the', 'fit', 'is', 'easy', 'loose', 'the', 'fabric', 'just', 'right', 'for', 'the', 'type', 'of', 'dress', 'like', 'a', 'favorite', 'summer', 'sweatshirt', 'i', 'wish', 'it', 'came', 'in', 'other', 'colors', ',5,1,22', 'initmates', 'intimate', 'lounge'] ['6989,719,39', ',i', 'love', 'how', 'comfortable', 'this', 'fits', 'and', 'the', 'fantastic', 'pops', 'of', 'color', 'goes', 'with', 'just', 'about', 'every', 'slip', 'and', 'tank', 'dress', 'i', 'own', 'a', 'perfect', 'lightweight', 'dress', 'or', 'layering', 'vest', 'with', 'my', 'hot', 'weather', 'wardrobe', 'ca', "n't", 'wait', 'to', 'take', 'this', 'with', 'me', 'on', 'vacation', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6990,13,39', 'stylish', 'but', 'strange', 'i', 'love', 'the', 'color', 'the', 'fabric', 'and', 'the', 'style', 'especially', 'in', 'the', 'model', 'shots', 'but', 'in', 'reality', 'the', 'cut', 'is', 'disproportionate', 'the', 'hips', 'and', 'hip', 'pockets', 'flare', 'out', 'creating', 'a', 'saddlebag', 'look', 'it', 'is', 'not', 'smooth', 'and', 'fitted', 'as', 'shown', 'on', 'the', 'model', 'overall', 'you', 'need', 'to', 'size', 'down', 'since', 'i', 'could', 'pullover', 'the', 'dress', 'without', 'unzipping', 'i', 'think', 'the', 'felted', 'boiled', 'wool', 'is', 'great', 'quality', 'but', 'a', 'tiny', 'bit', 'itchy', 'i', 'still', 'recommend', 'the', 'dress', 'because', 'i', 'will', 'be', 'wearing', 'it', 'with', 'a', 'long', 'sweater', 'coat', 'which', 'will', 'hide', 'the', 'weird', 'hip', 'act', ',4,1,0', 'general', 'dresses', 'dresses'] ['6991,663,42', 'just', 'as', 'i', 'expected', 'when', 'i', 'saw', 'this', 'tunic', 'dress', 'i', 'knew', 'immediately', 'that', 'i', 'would', 'wear', 'it', 'and', 'it', 'would', 'become', 'a', 'favorite', 'of', 'mine', 'the', 'cut', 'is', 'unique', 'and', 'it', 'is', 'versatile', 'enough', 'to', 'mix', 'and', 'match', 'with', 'many', 'different', 'things', 'it', 'is', 'also', 'very', 'comfortable', 'true', 'to', 'size', 'and', 'very', 'good', 'quality', 'material', 'i', 'highly', 'recommend', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['6992,663,24', 'could', 'be', 'a', 'cover', 'up', 'dress', 'top', 'over', 'jeans', 'this', 'tank', 'is', 'so', 'light', 'and', 'made', 'with', 'great', 'fabric', 'i', 'bought', 'this', 'to', 'wear', 'over', 'pants', 'black', 'jeans', 'classic', 'denim', 'this', 'fall', 'maybe', 'with', 'a', 'jacket', 'over'] ['i', 'purchased', 'a', 'size', 'medium', 'and', 'it', 'is', 'loose', 'and', 'comfortable', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6993,663,37', 'ok', 'this', 'dress', 'is', 'more', 'of', 'a', 'lounge', 'dress', 'for', 'at', 'home', 'even', 'a', 'belt', 'and', 'nice', 'shoes', 'would', 'it', 'make', 'it', 'ok', 'for', 'day', '5', '2', 'back', 'is', 'way', 'longer', 'than', 'the', 'front', 'more', 'so', 'than', 'shown', 'in', 'the', 'picture', 'and', 'the', 'material', 'is', 'not', 'substantial', 'but', 'for', 'a', 'lounge', 'dress', 'or', 'swim'] ['coverup', 'it', 'is', 'fine', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['6994,324,58', 'summer', 'staple', 'these', 'are', 'perfect', 'for', 'pulling', 'off', 'a', 'finished', 'look', 'proper', 'enough', 'for', 'teaching', 'in', 'yet', 'fun', 'enough', 'for', 'going', 'out', 'afterwards', 'or', 'just', 'running', 'errands', 'the', 'polyester', 'material', 'is', 'substantial', 'lined', 'and', 'easy', 'care', 'the', 'pockets', 'lay', 'flat', 'but', 'may', 'not', 'be', 'very', 'useful', 'since', 'the', 'skort', 'is', 'pretty', 'fitted', 'i', 'plan', 'on', 'wearing', 'these', 'a', 'lot', 'this', 'year', ',5,1,3', 'general', 'bottoms', 'shorts'] ['6995,719,58', 'definitely', 'beautiful', 'definitely', 'sheer', 'i', 'gave', 'only', '4', 'stars', 'because', 'i', 'really', 'wish', 'the', 'fabric', 'was', 'not', 'so', 'sheer', 'unless', 'you', 'are', 'very', 'unmodest', 'you', 'will', 'need', 'to', 'wear', 'a', 'slip'] ['i', 'am', '6', 'feet', 'and', 'it', 'hits', 'just', 'above', 'my', 'ankle', 'slits', 'on', 'side', 'and', 'front', 'i', 'know', 'it', 'is', "'supposed", 'to', 'be', 'use', 'as', 'a', 'beach', 'cover-up', 'but', 'forgot', 'that', 'this', 'is', 'way', 'too', 'pretty', 'not', 'to', 'wear', 'out', 'at', 'night', 'with', 'a', 'slip'] ['i', 'am', 'not', 'a', 'fan', 'of', 'the', 'tie', 'waist', 'so', 'i', 'at', 'wear', 'a', 'belt', 'to', 'cover', 'it'] ['overall', 'i', 'recommend', 'enjoy', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['6996,719,39', 'lovely', 'on', 'the', 'model', 'but', 'not', 'for', 'me', 'i', "'m", '5', '3', 'and', 'ordered', 'the', 'small', 'as', 'soon', 'as', 'i', 'saw', 'it', 'in', 'person', 'i', 'knew', 'it', 'was', 'an', 'item', 'to', 'return', 'the', 'material', 'is', 'too', 'transparent', 'and', 'designed', 'to', 'wear', 'with', 'undergarments', 'or', 'swim', 'gear', 'that', 'you', 'want', 'people', 'to', 'see', 'it', 'was', 'way', 'too', 'long', 'for', 'me', 'i', 'think', 'it', 'would', 'work', 'for', 'a', 'taller', 'person', 'i', 'just', 'did', "n't", 'feel', 'it', 'was', 'worth', 'the', 'money', 'for', 'the', 'quality', 'and', 'transparency', ',1,0,1', 'initmates', 'intimate', 'lounge'] ['6997,719,35', 'beautiful', 'this', 'is', 'the', 'most', 'comfortable', 'beautiful', 'dress/cover', 'up', 'i', 'ca', "n't", 'believe', 'the', 'sale', 'price', 'when', 'i', 'ordered', 'my', 'reg', 'm', 'was', 'not', 'available', 'so', 'i', 'ordered', 'a', 'small', 'it', 'fits', 'except', 'the', 'top', 'button', '36c', 'i', 'just', 'called', 'and', 'got', 'a', 'm', 'since', 'there', 'was', 'one', 'available', 'today', 'online', 'hoping', 'it', 'ships', 'so', 'impressed', 'with', 'this', 'i', "'ll", 'wear', 'in', 'summer', 'and', 'spring', 'with', 'a', 'white', 'slip', 'underneath', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['6998,1078,39', 'gorgeous', 'dress', 'this', 'is', 'a', 'beautiful', 'dress', 'it', "'s", 'a', 'great', 'weight', 'unique', 'pattern', 'and', 'has', 'gorgeous', 'colors', 'it', "'s", 'fairly', 'forgiving', 'because', 'of', 'the', 'heavy', 'fabric', 'but', 'may', 'run', 'small', 'on', 'bottom', 'i', 'am', 'a', '10', 'or', '12', 'in', 'pants', '10', 'dress', 'right', 'now', 'and', 'i', 'bought', 'the', '12.', 'i', 'am', '5', '8', 'and', '175', 'lbs', 'and', '36c', 'also', 'in', 'the', 'last', 'stretch', 'of', 'a', 'weight', 'loss', 'journey', 'so', 'if', 'that', 'helps', 'anyone', 'choose', 'sizing', 'also', 'i', 'have', 'to', 'buy', 'long', 'or', 'tall', 'pants', 'and', 'this', 'dress', 'was', 'not', 'too', 'short', 'and', 'did', 'not', 'show', 'my', 'smooth', 'wear', 'underneath', 'i', 'love', 'it', 'and', 'bought', 'it', 'at', ',5,1,2', 'general', 'dresses', 'dresses'] ['6999,641,52', 'beautiful', 'gauzy', 'cover-up/dress', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'immediately', 'loved', 'it', 'it', 'is', 'diaphanous', 'but', 'that', 'is', 'the', 'intended', 'look', 'the', 'dress', 'is', 'meant', 'to', 'be', 'a', 'cool', 'breezy', 'cover-up', 'the', 'design', 'would', 'have', 'been', 'slightly', 'improved', 'with', 'slight', 'tapering', 'at', 'the', 'waist', 'and', 'sleeves', 'but', 'not', 'everyone', 'can', 'carry', 'a', 'fuller', 'dress', 'to', 'begin', 'with', 'anyway', 'i', 'purchased', 'so', 'many', 'things', 'that', 'day', 'that', 'i', 'had', 'to', 'narrow', 'my', 'picks', 'down', 'a', 'bit', 'i', 'left', 'this', 'dress', 'behind', 'but', 'kept', 'thinking', 'about', 'how', 'very', 'pretty', 'it', 'was', 'when', 'retailer', 'offered', 'an', 'addit', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['7000,829,66', 'i', 'was', 'disappointed', 'in', 'this', 'shirt', 'the', 'color', 'was', 'not', 'the', 'pretty', 'blue', 'pictured', 'but', 'rather', 'a', 'grayish', 'blue', 'which', 'may', 'look', 'good', 'on', 'a', 'brunette', 'but', 'not', 'on', 'a', 'blonde', 'the', 'fabric', 'felt', 'like', 'linen', 'and', 'wrinkled', 'easily', 'normally', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'one', 'of', 'my', 'main', 'reasons', 'to', 'buy', 'holding', 'horses', 'but', 'this', 'one', 'felt', 'cheap', 'the', 'detail', 'and', 'craftsmanship', 'was', 'beautiful', 'and', 'i', 'wish', 'this', 'shirt', 'would', 'have', 'worked', 'for', 'me', 'i', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'was', 'very', 'excited', 'to', 'receive', 'it', 'holding', 'horses', 'is', 'one', 'of', ',2,0,1', 'general', 'tops', 'blouses'] ['7001,1078,46', 'easy', 'summer', 'dress', 'comfortable', 'and', 'loose', 'fitting-', 'perfect', 'for', 'summer', 'weekends', 'when', 'you', 'just', 'want', 'an', 'easy', 'dress', 'to', 'throw', 'on', 'can', 'go', 'from', 'home', 'to', 'running', 'errands', 'to', 'going', 'out', 'for', 'lunch', 'good', 'color', 'too', ',5,1,0', 'general', 'dresses', 'dresses'] ['7002,862,50', 'cute', 'this', 'top', 'looked', 'so', 'cute', 'on', 'i', 'loved', 'the', 'color', 'and', 'the', 'way', 'it', 'looked', 'on', 'my', 'body', 'as', 'cute', 'as', 'this', 'looked', 'tied', 'it', 'could', 'also', 'be', 'worn', 'open', 'as', 'well', 'with', 'a', 'tank', 'top', 'loved', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['7003,862,52', 'comfy', 'this', 'is', 'a', 'comfortable', 'cardigan', 'in', 'a', 'versatile', 'color', 'palette', 'size', 'small', 'fits', 'a', 'little', 'snug', 'in', 'the', 'shoulder', 'area', 'but', 'other', 'wise', 'true', 'to', 'size', 'fabric', 'is', 'soft', 'great', 'quality', 'for', 'the', 'price', ',4,1,0', 'general', 'tops', 'knits'] ['7004,862,43', 'cute', 'and', 'feminine', 'loved', 'this', 'sweater', 'wrap', 'and', 'bought', 'it', 'in', 'both', 'colors', 'very', 'light', 'weight', 'and', 'i', 'will', 'get', 'lots', 'of', 'use', 'out', 'of', 'this', 'i', 'wish', 'retailer', 'would', 'have', 'more', 'pieces', 'like', 'this', 'a+,5,1,2', 'general', 'tops', 'knits'] ['7005,1078,68', 'this', 'does', 'run', 'a', 'little', 'large', 'but', 'it', "'s", 'light', 'and', 'flattering', 'for', 'me', 'the', 'material', 'is', 'a', 'very', 'light/thin', 'chambray', 'but', 'it', "'s", 'also', 'lined', ',5,1,1', 'general', 'dresses', 'dresses'] ['7006,1025,38', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['7007,1199,31', 'flowy', 'and', 'light', 'this', 'dress', 'in', 'orange', 'is', 'lovely', 'it', "'s", 'very', 'light', 'weight', 'which', 'i', 'was', 'slightly', 'disappointed', 'by', 'i', 'prefer', 'heavier', 'dresses', 'but', 'it', "'ll", 'be', 'good', 'for', 'spring', 'and', 'summer', 'it', 'still', 'seems', 'to', 'be', 'constructed', 'well', 'i', "'m", '5', '8', 'and', '170', 'and', 'the', '8', 'i', 'purchased', 'is', 'a', 'little', 'too', 'tight', 'so', 'i', "'m", 'thinking', 'it', 'may', 'run', 'a', 'little', 'smaller', 'than', 'some', 'other', 'dress', 'brands', 'i', 'have', 'from', 'retailer', '8', 'is', 'usually', 'my', 'go', 'to', 'size', 'a', '10', 'would', 'have', 'probably', 'been', 'perfect', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7008,641,52', ',white', 'and', 'silver', 'threads', 'made', 'fabric', 'look', 'grey', 'almost', 'dirty', 'fit', 'was', 'nice', 'and', 'price', 'is', 'great', 'villa', 'to', 'pool', 'to', 'restaurant', 'would', 'be', 'great', 'colored', 'fabric', 'would', 'be', 'better.,2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7009,912,50', 'cute', 'bought', 'this', 'on', 'a', 'whim', 'cocoon', 'sweaters', 'usually', 'do', 'not', 'work', 'for', 'me', 'this', 'cardigan', 'is', 'very', 'cute', 'more', 'of', 'a', 'dark', 'gray', 'if', 'it', 'they', 'carry', 'again', 'grab', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7010,862,38', 'the', 'cascadia', 'cardigan', 'is', 'a', 'flattering', 'piece', 'that', 'is', 'perfect', 'for', 'fall', 'arms', 'are', 'longer', 'which', 'i', 'appreciate', 'being', '5', '8', 'the', 'backside', 'is', 'on', 'the', 'shorter', 'side', 'overall', 'really', 'love', 'this', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['7011,641,48', 'great', 'for', 'beach', 'summer', 'holidays', 'i', "'m", 'glad', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'because', 'it', 'runs', 'very', 'large', 'i', 'usually', 'wear', 'a', 'large', 'and', 'i', 'ended', 'up', 'buying', 'a', 'small', 'the', 'blue', 'color', 'is', 'very', 'striking', 'i', 'plan', 'to', 'use', 'it', 'as', 'a', 'cover', 'up', 'and', 'sightseeing', 'dress', 'this', 'summer.,4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['7012,1078,43', 'this', 'is', 'gorgeous', 'i', 'think', 'this', 'fits', 'to', 'true', 'to', 'size', 'i', 'am', '5', '2', 'and', '107', 'lbs', 'i', 'always', 'wear', 'a', 'xs', 'it', 'was', 'a', 'tiny', 'bit', 'tight', 'in', 'the', 'bust', 'if', 'i', 'wore', 'a', 'big', 'padded', 'bra', '34b', 'if', 'i', 'wore', 'a', 'normal', 'very', 'little', 'padding', 'bra', 'it', 'did', 'not', 'pull', 'much', 'across', 'the', 'bust', ',5,1,1', 'general', 'dresses', 'dresses'] ['7013,862,34', 'good', 'light', 'sweater', 'i', 'really', 'like', 'this', 'top', 'excellent', 'over', 'a', 'casual', 'dress', 'perfect', 'for', 'spring', 'summer', 'and', 'fall', ',5,1,0', 'general', 'tops', 'knits'] ['7014,1094,47', 'nice', 'but', 'not', 'for', 'me', 'love', 'the', 'dress', 'and', 'went', 'a', 'size', 'up', 'as', 'recommended', 'by', 'other', 'reviewers', 'but', 'it', 'was', 'still', 'too', 'small', 'it', "'s", 'just', 'not', 'roomy', 'enough', 'in', 'the', 'chest', 'total', 'boob', 'squash', 'had', 'to', 'return', 'it.,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7015,641,71', 'just', 'hangs', 'there', 'i', 'tried', 'this', 'on', 'in', 'white', 'and', 'considered', 'whether', 'or', 'not', 'i', 'wanted', 'just', 'another', 'cover-up', 'in', 'the', 'final', 'analysis', 'even', 'at', '35', '30', 'off', '49.99', 'it', 'just', 'hung', 'there', 'if', 'that', "'s", 'what', 'you', "'re", 'after', 'then', 'this', 'is', 'for', 'you', ',3,1,0', 'general', 'petite', 'intimate', 'lounge'] ['7016,932,39', 'classic', 'love', 'love', 'this', 'little', 'number', 'very', 'flattering', 'warm', 'and', 'soft', 'color', 'goes', 'with', 'everything', 'i', 'tried', 'it', 'on', 'with', 'a', 'slip', 'dress', 'and', 'it', 'added', 'class', 'and', 'warmth', 'big', 'button', 'details', 'are', 'fun', 'well-made', 'and', 'beautiful', 'cut', 'i', 'ordered', 'xxs', 'petite', 'and', 'it', 'fit', 'like', 'a', 'glove', 'with', 'room', 'for', 'something', 'underneath', 'if', 'needed', 'i', 'also', 'ordered', 'te', 'xs', 'petite', 'as', 'my', 'stylist', 'was', 'afraid', 'xxs', 'would', 'be', 'small', 'but', 'will', 'keep', 'xxs', 'p', 'after', 'actually', 'trying', 'it', 'on'] ['115', 'lbs', '30dd', '26.5', 'in', 'waist', ',5,1,2', 'general', 'tops', 'sweaters'] ['7017,1094,27', 'gorgeous', 'dress', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'embroidery', 'is', 'really', 'lovely', 'in', 'person', 'i', 'find', 'that', 'this', 'brand', 'runs', 'a', 'bit', 'small', 'usually', 'i', 'am', 'usually', 'an', '8', 'but', 'had', 'to', 'go', 'up', 'to', 'a', '10', 'to', 'fit', 'my', 'hips', 'i', 'am', 'a', 'little', 'bit', 'pear', 'shaped', 'so', 'that', 'might', 'be', 'why.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7018,641,55', 'gorgeous', 'this', 'is', 'an', 'exceptionally', 'soft', 'and', 'high', 'quality', 'coverup', 'i', 'always', 'look', 'for', 'a', 'coverup', 'that', 'could', 'double', 'as', 'a', 'dress', 'so', 'that', 'i', 'can', 'walk', 'into', 'a', 'restaurant', 'without', 'feeling', 'underdressed', 'i', 'bought', 'the', 'white', 'i', 'always', 'buy', 'white', 'it', 'seems', 'but', 'loved', 'it', 'so', 'much', 'i', 'came', 'back', 'for', 'the', 'blue', 'get', 'this', 'and', 'live', 'effortlessly', 'this', 'summer', ',5,1,3', 'general', 'petite', 'intimate', 'lounge'] ['7019,1078,50', 'cute', 'dress', 'is', 'actually', 'very', 'cute', 'i', 'like', 'it', 'better', 'in', 'person', 'than', 'online', 'the', 'color', 'is', 'a', 'very', 'pretty', 'deep', 'denim', 'blue', 'color', 'it', 'is', 'cut', 'very', 'roomy/swingy', 'length', 'is', 'a', 'bit', 'too', 'long', 'in', 'the', 'back', 'for', 'my', 'taste', 'but', 'still', 'like', 'the', 'way', 'it', 'flows', 'i', 'am', 'very', 'slight', 'of', 'frame', 'and', 'on', 'me', 'there', 'is', 'a', 'lot', 'of', 'extra', 'material', 'but', 'nothing', 'a', 'good', 'tailor', 'ca', "n't", 'fix', 'in', 'a', 'jiffy', 'perfect', 'for', 'a', 'summer', 'day/bbq', 'or', 'casual', 'party.,4,1,0', 'general', 'dresses', 'dresses'] ['7020,641,46', 'perfect', 'summer', 'dress', 'the', 'softest', 'cotton', 'gauze', 'but', 'not', 'see', 'through', 'relaxed', 'but', 'the', 'sleeves', 'neckline', 'make', 'it', 'flattering', 'a', 'gorgeous', 'blue', 'in', 'person', 'so', 'in', 'love', 'with', 'this', 'dress', 'going', 'back', 'for', 'it', 'in', 'white', ',5,1,12', 'general', 'petite', 'intimate', 'lounge'] ['7021,862,48', 'love', 'this', 'cardigan', 'this', 'is', 'one', 'of', 'my', 'favorite', 'pieces', 'simple', 'classy', 'and', 'cozy', ',5,1,0', 'general', 'tops', 'knits'] ['7022,1022,25', 'great', 'pants', 'but', 'found', 'the', 'sizing', 'varied', 'i', "'ve", 'purchased', 'these', 'in', 'the', 'past', 'and', 'found', 'that', 'they', 'wear', 'well', 'so', 'i', 'came', 'back', 'for', 'some', 'new', 'colors', 'this', 'year', 'i', 'ordered', 'blue', 'holly', 'a', 'deep', 'olive-y', 'green', 'and', 'grey', 'to', 'try', 'and', 'found', 'that', 'they', 'all', 'fit', 'slightly', 'different', 'the', 'navy', 'fit', 'me', 'perfectly', 'in', 'a', 'size', '27', 'i', "'m", '5', '4', '120', 'lbs', 'but', 'the', 'holly', 'cords', 'were', 'tight', 'in', 'the', 'legs', 'and', 'i', 'could', "n't", 'button', 'the', 'top', 'the', 'grey', 'was', 'somewhere', 'in', 'between', 'i', 'also', 'felt', 'like', 'the', 'grey', 'showed', 'more', 'lumps', 'and', 'bumps', 'the', 'navy', 'is', 'super', 'flattering', ',4,1,0', 'general', 'bottoms', 'jeans'] ['7023,641,47', 'just', 'okay', 'i', 'tried', 'this', 'on', 'at', 'my', 'local', 'retailer', 'store', 'in', 'the', 'white', 'the', 'fabric', 'is', 'pretty', 'with', 'metallic', 'threads', 'of', 'silver', 'running', 'through', 'the', 'white', 'the', 'white', 'is', 'see-through', 'but', 'that', 'did', "n't", 'bother', 'me', 'as', 'i', 'would', 'wear', 'it', 'as', 'a', 'beach', 'cover-up', 'i', 'would', 'say', 'it', 'runs', 'large', 'i', 'am', 'usually', 'a', 'size', 'small', '4-6', 'and', 'the', 'xs', 'was', 'quite', 'roomy', 'on', 'me', 'and', 'i', "'m", '5', '9', 'tall', '32d', 'chest', 'i', 'liked', 'it', 'it', 'was', 'comfortable', 'but', 'i', 'just', 'could', "n't", 'decide', 'if', 'i', 'looked', 'a', 'bit', 'frumpy', 'in', 'it', 'maybe', 'it', 'was', 'just', 'too', 'big', 'all', 'over', 'in', 'the', 'end', 'i', 'd', ',4,1,10', 'general', 'petite', 'intimate', 'lounge'] ['7024,926,78', 'not', 'for', 'me', 'unique', 'jacket', 'but', 'when', 'i', 'put', 'it', 'on', 'i', 'felt', 'and', 'looked', 'like', 'charlie', 'brown', 'this', 'will', 'be', 'going', 'back.,2,0,4', 'general', 'tops', 'sweaters'] ['7025,641,35', 'i', 'thought', 'this', 'dress', 'would', 'be', 'a', 'cute', 'beach', 'cover', 'up', 'so', 'i', 'was', 'excited', 'to', 'order', 'it', 'but', 'i', 'was', 'very', 'disappointed', 'i', 'am', '5', '7', 'and', 'i', 'usually', 'wear', 'a', 'size', 'small', 'top', 'and', '4', 'dress', 'so', 'i', 'ordered', 'a', 'small', 'in', 'this', 'dress', 'but', 'it', 'was', 'huge', 'i', 'understand', 'that', 'it', 'is', 'not', 'meant', 'to', 'be', 'form', 'fitting', 'and', 'i', 'was', "n't", 'expecting', 'it', 'to', 'be', 'but', 'when', 'i', 'tried', 'this', 'on', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'potato', 'sack', 'i', 'feel', 'like', 'an', 'extra', 'small', 'would', 'have', 'been', 'just', 'as', 'bad', 'i', 'was', 'so', 'upset', 'it', 'also', 'has', 'thin', 'silver', 'lines', 'through', 'it', 'which', 'for', 'me', 'm', ',1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7026,871,33', 'roomy', 'and', 'flows', 'comfortable', 'and', 'flows', 'well', 'does', 'run', 'large', 'order', 'one', 'size', 'smaller', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7027,862,69', 'not', 'impressed', 'i', "'m", 'too', 'tall', 'for', 'this', 'back', 'goes', 'halfway', 'up', 'my', 'back', 'can', 'not', 'do', 'much', 'with', 'it', 'other', 'than', 'front', 'tie', 'fabric', 'is', 'not', 'soft', 'at', 'all', 'not', 'impressed', 'returned', 'it.,2,0,0', 'general', 'tops', 'knits'] ['7028,1078,67', 'gorgeous', 'this', 'is', 'truly', 'a', 'lovely', 'dress', 'the', 'colors', 'are', 'beautiful', 'and', 'i', 'love', 'the', 'contrasting', 'but', 'complimentary', 'fabrics', 'which', 'add', 'interest', 'to', 'an', 'already', 'elegant', 'dress', 'the', 'material', 'is', 'substantial', 'without', 'being', 'stiff', 'so', 'that', 'it', 'flows', 'gracefully', 'and', 'it', 'flatters', 'the', 'figure'] ['in', 'my', 'opinion', 'if', 'fits', 'true', 'to', 'size', 'i', "'m", '32b', '5', 'and', '103lbs', 'and', 'i', 'got', 'it', 'in', 'a', '2p', 'which', 'is', 'the', 'size', 'i', 'normally', 'get', 'in', 'dresses', 'it', 'is', 'slightly', 'more', 'loose', 'than', 'other', 'retailer', 'dresses', 'in', 'the', 'same', 'size', 'but', 'it', 'still', 'follows', 'your', 'curves', 'without', 'being', ',5,1,0', 'general', 'dresses', 'dresses'] ['7029,862,41', 'soft', 'fabric', 'love', 'this', 'versatile', 'cardigan', 'have', 'both', 'blue', 'orange', 'colors', 'they', "'re", 'beautiful', 'it', "'s", 'light', 'weight', 'yet', 'cozy', 'true', 'to', 'size', 'but', 'the', 'sleeves', 'are', 'a', 'little', 'snug', 'so', 'if', 'you', 'like', 'roomier', 'sleeves', 'size', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['7030,1022,36', 'mid-rise', 'is', 'comfy', 'and', 'flattering', 'i', 'love', 'ag', 'stevie', 'cords', 'i', "'m", '5', '4', 'and', 'pear-shaped', 'and', 'the', '26p', 'fit', 'great', 'the', 'length', 'and', 'mid-rise', 'are', 'perfect', 'very', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'for', 'casual', 'work', 'environment', 'or', 'down', 'for', 'weekend', 'the', 'material', 'is', 'a', 'bit', 'thinner', 'and', 'not', 'as', 'soft', 'as', 'versions', 'from', 'previous', 'years', 'but', 'still', 'very', 'nice', 'and', 'perhaps', 'more', 'versatile', 'wish', 'petite', 'had', 'more', 'color', 'options', ',5,1,1', 'general', 'bottoms', 'jeans'] ['7031,1078,53', 'gorgeous', 'shift', 'i', 'love', 'it', 'perfect', 'body', 'hugging', 'just', 'right', 'length', 'and', 'great', 'fabric', 'colors', 'this', 'shift', 'fits', 'just', 'above', 'knee', 'and', 'follows', 'every', 'curve', 'it', 'is', 'however', 'unforgiving-there', 'is', 'no', 'room', 'in', 'this', 'to', 'cover', 'bumps', 'or', 'bulges', 'it', 'is', 'sleek', 'and', 'so', 'figure-flattering', 'i', 'am', '140', 'lbs', '5', '5', 'tall', 'and', '34d', 'and', 'it', 'fits', 'perfectly', 'one', 'more', 'pound', 'and', 'it', 'would', "n't", 'have', 'zipped', 'i', 'got', 'a', 'size', '6', 'my', 'usual', 'but', 'too', 'tight', 'had', 'to', 'size', 'up', 'to', '8.', 'if', 'you', 'are', 'on', 'the', 'fence', 'go', 'up', 'a', 'size', 'i', 'ca', "n't", 'however', 'imagine', 'wearing', 'this', 'sleeveless', 'a', ',5,1,1', 'general', 'dresses', 'dresses'] ['7032,1094,49', 'sadly', 'not', 'for', 'the', 'curvy', 'this', 'dress', 'is', 'really', 'beautiful', 'very', 'well', 'made', 'and', 'high', 'quality', 'fabrics', 'unfortunately', 'it', 'is', 'cut', 'very', 'narrow', 'i', 'am', 'between', 'sizes', 'ordered', 'up', 'and', 'still', 'felt', 'like', 'it', 'was', 'at', 'least', 'a', 'size', 'too', 'small', 'i', 'think', 'if', 'you', 'have', 'any', 'curves', 'in', 'your', 'midsection', 'that', 'this', 'dress', 'is', 'going', 'to', 'be', 'a', 'challenge', 'if', 'you', 'are', 'lean', 'and', 'straight', 'then', 'this', 'will', 'look', 'great', 'on', 'you', ',3,1,11', 'general', 'petite', 'dresses', 'dresses'] ['7033,1078,49', 'versatile', 'dress', 'easy', 'to', 'take', 'this', 'dress', 'from', 'casual', 'to', 'dressy', 'super', 'comfortable', 'and', 'cute', ',5,1,1', 'general', 'dresses', 'dresses'] ['7034,1094,29', 'runs', 'a', 'bit', 'large', 'debated', 'for', 'a', 'while', 'about', 'this', 'dress', 'love', 'the', 'flower', 'embroidery', 'but', 'i', 'was', 'worried', 'the', 'nude', 'colored', 'top', 'would', 'look', 'drab', 'on', 'it', 'actually', 'looks', 'nice', 'on', 'my', 'skin', 'tan-ish', 'yellow', 'toned', 'surprisingly', 'however', 'there', 'is', 'a', 'noticeable', 'amount', 'of', 'extra', 'room', 'in', 'the', 'waist', 'i', 'have', 'a', '24', 'waist', 'it', 'wrinkles', 'a', 'bit', 'in', 'that', 'area', 'when', 'i', 'move', 'around', 'i', "'m", 'not', 'sure', 'if', 'that', "'s", 'a', 'deal', 'breaker', 'or', 'not', 'i', 'guess', 'now', 'i', 'have', 'even', 'more', 'to', 'debate', 'about', 'the', 'length', 'is', 'a', 'tiny', 'bit', 'longer', 'on', 'me', 'than', 'on', 'the', 'model', '5', '0', '100', 'lbs', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7035,1078,44', 'not', 'for', 'the', 'curvy', 'gal', 'i', 'love', 'this', 'dress', 'but', 'when', 'i', 'put', 'it', 'on', 'i', 'was', 'aghast', 'the', 'chest', 'was', 'tight', 'and', 'the', 'body', 'was', 'voluminous', 'added', 'the', 'pounds', 'which', 'no', 'wants', 'best', 'left', 'to', 'the', 'waify', 'girls.,3,0,1', 'general', 'dresses', 'dresses'] ['7036,862,63', 'perfect', 'all', 'seasons', 'this', 'cardigan', 'is', 'light', 'weight', 'and', 'can', 'be', 'used', 'for', 'all', 'seasons', 'additionally', 'you', 'can', 'wear', 'it', 'tied', 'in', 'the', 'front', 'or', 'down', 'for', 'a', 'cascade', 'look', 'can', 'be', 'worn', 'for', 'the', 'office', 'or', 'with', 'jeans', 'love', 'this', 'little', 'good', 'for', 'everything', 'closet', 'staple', ',5,1,0', 'general', 'tops', 'knits'] ['7037,862,55', 'similar', 'but', 'not', 'quite', 'as', 'amazing', 'as', 'a', 'similar', 'one', 'i', 'do', "n't", 'like', 'how', 'short', 'it', 'is', 'in', 'the', 'back'] ['i', 'also', 'prefer', 'a', 'solid', 'vs.', 'slubby', 'material'] ['back', 'it', 'goes', ',4,1,0', 'general', 'tops', 'knits'] ['7038,1022,38', 'buyer', 'beware', 'these', 'pants', 'were', 'wonderful', 'for', '2', 'seasons', 'yes', 'for', 'almost', '200', 'a', 'pop', 'they', 'do', "n't", 'even', 'last', 'a', 'full', 'year', 'loved', 'them', 'so', 'much', 'i', 'bit', 'the', 'bullet', 'bought', '4', 'pair', 'all', '4', 'started', 'to', 'rip', 'in', 'the', 'same', 'spot', 'i', 'tried', 'to', 'contact', 'ag', 'directly', 'they', 'do', 'not', 'back', 'up', 'their', 'products', 'after', '30', 'days', 'fortunately', 'retailer', 'was', 'wonderful', 'as', 'always', 'i', 'will', 'buy', 'pilcro', 'from', 'now', 'on', 'much', 'better', 'product', 'for', 'the', 'money', ',1,0,0', 'general', 'bottoms', 'jeans'] ['7039,1022,40', 'sizing', 'varies', 'i', '39', 'm', '5', '39', '3', 'quot', '118', 'lbs', 'and', 'the', '26', 'navy', 'fit', 'great', 'the', 'gray', 'i', 'can', 'hardly', 'button', 'and', 'are', 'less', 'flattering', 'i', 'will', 'order', 'another', 'size', '26', 'in', 'gray', 'to', 'see', 'if', 'it', 'will', 'fit', 'better', 'but', 'also', 'try', 'a', '27', ',4,1,0', 'general', 'bottoms', 'jeans'] ['7040,1078,32', 'easy', 'breezy', 'love', 'this', 'dress', 'it', 'is', 'tighter', 'in', 'the', 'chest', 'area', 'than', 'maybe', 'expected', 'but', 'not', 'unwearable', 'though', 'i', 'am', 'smaller', 'chested', 'it', 'will', 'be', 'great', 'for', 'hot', 'summer', 'days', 'as', 'it', 'has', 'a', 'light', 'lining', ',5,1,0', 'general', 'dresses', 'dresses'] ['7041,641,24', 'lovely', 'dress', 'but', 'runs', 'huge', 'the', 'materical', 'is', 'wonderful', 'and', 'light', 'and', 'the', 'color', 'is', 'gorgeous', 'but', 'the', 'large', 'was', 'absolute', 'gigantic', 'i', "'m", 'returning', 'it', 'and', 'sizing', 'down', 'possible', 'to', 'a', 'small', 'which', 'is', 'unreal', 'since', 'i', 'wear', 'a', 'size', 'ten', 'normally', 'i', 'am', 'petite', 'height-wise', 'but', 'more', 'than', 'length', 'there', 'was', 'just', 'so', 'much', 'room', 'width-wise', 'it', 'swallowed', 'me', 'the', 'dress', 'itself', 'is', 'lovely', 'though', 'so', 'i', "'m", 'definitely', 'exchanging', 'for', 'a', 'more', 'reasonable', 'size', 'but', 'definitely', 'size', 'down', ',4,1,3', 'general', 'petite', 'intimate', 'lounge'] ['7042,932,33', 'so', 'cute', 'and', 'warm', 'i', 'typically', 'wear', 'xs', 'or', 's', 'or', 'zeros', 'but', 'i', 'got', 'this', 'in', 'a', 'm.', 'it', 'does', "n't", 'look', 'big', 'it', 'looks', 'like', 'a', 'regular', 'fit', 'to', 'me', 'i', 'think', 'a', 'small', 'or', 'xs', 'would', 'have', 'looked', 'and', 'felt', 'small', 'it', "'s", 'soft', 'beautiful', 'and', 'warm', 'the', 'hood', 'is', 'so', 'cute', 'the', 'detail', 'is', 'just', 'so', 'good', 'i', 'love', 'it', 'over', 'top', 'of', '2', 'long', 'sleeve', 'blouses', 'i', 'got', 'there', 'and', 'one', 'of', 'the', 'cloth', 'and', 'stone', 'button', 'downs', ',5,1,8', 'general', 'tops', 'sweaters'] ['7043,862,49', ',,4,1,0', 'general', 'tops', 'knits'] ['7044,1094,35', 'dress', 'saga', 'so', 'i', 'saw', 'this', 'dress', 'like', 'a', 'month', 'ago', 'and', 'i', 'fell', 'in', 'love', 'utter', 'i-have-to-have-it', 'love', 'before', 'dropping', '200', 'superfast', 'i', 'gave', 'myself', 'some', 'time', 'to', 'think', 'it', 'over', 'well', 'of', 'course', 'i', 'decided', 'to', 'order', 'it', 'and', 'of', 'course', 'my', 'size', 'was', 'sold', 'out', 'most', 'of', 'the', 'sizes', 'were', 'sold', 'out', 'actually', 'they', 'did', 'have', 'a', 'petite', 'left', 'so', 'after', 'i', 'dried', 'my', 'eyes', 'i', 'decided', 'to', 'wing', 'it', 'the', 'petite', 'actually', 'fit', 'the', 'mid', 'section', 'is', 'a', 'little', 'snugger', 'than', 'i', 'am', 'normally', 'comfortable', 'with', 'although', 'the', 'top', 'is', 'so', 'structured', 'that', 'it', 'ac', ',5,1,4', 'general', 'dresses', 'dresses'] ['7045,641,52', 'pretty', 'cover', 'up', 'ordered', 'this', 'cover', 'up', 'in', 'a', 'mp', 'but', 'it', 'was', 'waaay', 'too', 'big', 'so', 'now', 'waiting', 'for', 'the', 'sp', 'to', 'arrive', 'hope', 'its', 'a', 'hit', ',4,1,8', 'general', 'petite', 'intimate', 'lounge'] ['7046,1094,25', 'great', 'dress', 'very', 'cute', 'and', 'well', 'made', 'fits', 'true', 'to', 'size', ',5,1,1', 'general', 'dresses', 'dresses'] ['7047,862,49', 'cardigan', 'i', 'was', 'on', 'the', 'fence', 'about', 'this', 'cardigan', 'once', 'i', 'got', 'it', 'in', 'the', 'mail', 'it', "'s", 'cute', 'it', 'will', 'go', 'great', 'with', 'a', 'long', 'tank', 'or', 'longer', 't-shirt', 'worth', 'the', 'sale', 'price', 'i', 'ordered', 'a', 'small', 'and', 'is', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['7048,932,66', 'do', "n't", 'size', 'up', 'following', 'another', 'reviewer', "'s", 'advice', 'i', 'ordered', 'up', 'to', 'an', 'xl', 'it', "'s", 'huge', 'stick', 'with', 'your', 'normal', 'size', 'or', 'go', 'down', 'one', 'it', "'s", 'a', 'one', 'of', 'a', 'kind', 'piece', 'soft', 'lightweight', 'yet', 'cozy', 'and', 'adorable', 'sadly', 'have', 'to', 'return', 'mine', ',4,1,0', 'general', 'tops', 'sweaters'] ['7049,1094,33', 'beautiful', 'design', 'and', 'construction', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', '2', 'it', 'puckered', 'at', 'my', 'lower', 'back', 'i', 'am', 'still', 'so', 'disappointed', 'in', 'the', 'fact', 'that', 'i', 'really', 'wanted', 'the', 'navy', 'option', 'in', 'this', 'dress', 'that', 'i', 'chose', 'to', 'ultimately', 'return', 'it', 'instead', 'of', 'exchange', 'for', 'a', '4.', 'it', 'is', 'truly', 'gorgeous', 'though', 'the', 'black', 'and', 'pink', 'just', 'does', 'not', 'compliment', 'my', 'complection', ',4,1,0', 'general', 'dresses', 'dresses'] ['7050,829,36', 'fun', 'top', 'really', 'like', 'this', 'top', 'fun', 'flair', 'nice', 'quality', 'shirt', 'great', 'for', 'dressing', 'up', 'with', 'skirt', 'and', 'also', 'would', 'be', 'perfect', 'with', 'boots', 'for', 'the', 'rodeo', 'i', 'paired', 'it', 'with', 'a', 'skirt', 'and', 'boots', 'for', 'church', 'wore', 'white', 'cami', 'under', 'to', 'emphasize', 'lace', 'details', 'super', 'cute', 'tried', '8', 'and', '8p', 'thought', 'petite', 'was', 'too', 'short', 'in', 'length', 'on', 'me', '5', '4', 'will', 'send', 'petite', 'back', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['7051,831,37', 'adore', 'fancy', 'i', 'love', 'this', 'top', 'it', 'is', 'a', 'very', 'soft', 'material', 'and', 'it', 'looks', 'very', 'classy', 'i', 'have', 'worn', 'it', 'with', 'a', 'skirt', 'for', 'work', 'and', 'skinny', 'jeans', 'i', 'have', 'a', 'bigger', 'bust', 'and', 'i', 'wear', 'a', 'small', 'it', 'is', 'true', 'to', 'size', 'very', 'classy', ',5,1,1', 'general', 'tops', 'blouses'] ['7052,1078,37', 'this', 'dress', 'is', 'beautiful', 'and', 'so', 'striking', 'in', 'it', "'s", 'unique', 'design', 'i', 'ordered', 'a', '4', 'as', 'that', 'is', 'what', 'i', 'usually', 'wear', 'about', 'halfway', 'up', 'my', 'body', 'i', 'knew', 'it', 'was', 'not', 'even', 'going', 'to', 'zip', 'i', 'did', 'not', 'even', 'try', 'i', 'love', 'the', 'fabric', 'and', 'colors', 'so', 'much', 'though', 'that', 'i', 'am', 'going', 'to', 'try', 'a', '6.', 'here', "'s", 'hoping', 'it', 'works', ',5,1,0', 'general', 'dresses', 'dresses'] ['7053,379,41', ',,4,1,0', 'initmates', 'intimate', 'sleep'] ['7054,862,38', 'light', 'weight', 'cardi', 'this', 'cardigan', 'is', 'lovely', 'casual', 'layering', 'piece', 'it', "'s", 'a', 'very', 'thin', 'lightweight', 'knit', 'and', 'pairs', 'well', 'with', 'a', 'tee', 'or', 'tank', 'under', 'it', 'i', 'really', 'like', 'the', 'color', 'and', 'the', 'style', 'the', 'longer', 'front', 'can', 'drape', 'or', 'tie', 'for', 'multiple', 'looks', ',4,1,0', 'general', 'tops', 'knits'] ['7055,1078,36', 'maeve', 'stunner', 'this', 'dress', 'is', 'gorgeous', 'well', 'made', 'lined', 'and', 'tts', 'i', 'get', 'compliments', 'each', 'time', 'i', 'wear', 'it', 'and', 'find', 'it', 'unique', 'yet', 'classy', 'and', 'appropriate', 'for', 'work', 'unlike', 'some', 'of', 'the', 'maeve', 'tops', 'i', 'have', 'purchased', 'this', 'year', 'it', 'does', 'not', 'run', 'big', 'and', 'if', 'you', 'are', 'banking', 'on', 'a', 'little', 'stretch', 'i', 'would', 'order', 'the', 'next', 'size', 'up', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,0', 'general', 'dresses', 'dresses'] ['7056,1078,50', 'love', 'this', 'dress', 'this', 'dress', 'is', 'fabulous', 'with', 'attention', 'to', 'most', 'details', '5', '4', '103', 'lbs', 'the', '00', 'fits', 'perfectly', 'overall', 'fit', 'is', 'excellent', 'sleek', 'but', 'not', 'form', 'fitting', 'so', 'very', 'appropriate', 'for', 'work', 'length', 'is', 'also', 'great', 'another', 'plus.for', 'work', 'many', 'times', 'the', 'dresses', 'are', 'just', 'a', 'tad', 'short', 'but', 'this', 'is', 'great', 'arm', 'holes', 'are', 'also', 'great', 'not', 'overly', 'long', 'as', 'they', 'often', 'are', 'very', 'nicely', 'lined', 'substantial', 'fabric', 'the', 'only', 'lack', 'of', 'attention', 'to', 'detail', 'is', 'they', 'did', 'not', 'include', 'the', 'bra', 'strap', 'holders', 'why', 'ca', "n't", 'more', 'dresses', 'be', 'made', 't', ',5,1,0', 'general', 'dresses', 'dresses'] ['7057,1078,31', 'i', 'really', 'loved', 'the', 'pattern', 'and', 'style', 'of', 'this', 'dress', 'unfortunately', 'i', 'had', 'to', 'return', 'it', 'because', 'i', 'have', 'broad', 'shoulders', 'and', 'it', 'is', 'a', 'pretty', 'stiff', 'top', 'that', 'cut', 'into', 'the', 'flabby', 'area', 'near', 'my', 'armpits', 'for', 'most', 'people', 'it', "'s", 'probably', 'perfect', 'but', 'if', 'you', 'have', 'wide', 'shoulders', 'or', 'any', 'concerns', 'about', 'the', 'armpit', 'flab', 'this', 'might', 'not', 'be', 'a', 'great', 'choice', 'for', 'you', ',4,0,0', 'general', 'dresses', 'dresses'] ['7058,1094,51', 'gourgeous', 'year', 'round', 'dress', 'this', 'dress', 'is', 'gourgeous', 'will', 'be', 'able', 'to', 'wear', 'year', 'round'] ['just', 'add', 'a', 'cardigan', 'or', 'blazer'] ['the', 'only', 'fault', 'i', 'find', 'in', 'it', 'is', 'the', 'waist', 'band', 'is', 'a', 'bit', 'wide'] ['however', 'i', 'have', 'a', 'hour', 'glass', 'shape', 'so', 'my', 'waist', 'is', 'very', 'small', ',5,1,19', 'general', 'dresses', 'dresses'] ['7059,1025,31', 'perfect', 'for', 'the', 'first', 'month', 'of', 'wear', 'these', 'were', 'great', 'pants', 'that', 'fit', 'well', 'had', 'good', 'rise', 'perfect', 'stretch', 'for', 'my', 'curves', 'and', 'i', 'was', 'really', 'happy', 'to', 'get', 'them', 'on', 'sale', 'i', "'m", "5'10", '165lbs', 'with', 'a', 'pear', 'shape'] [] ['after', 'only', 'three', 'months', 'of', 'occasional', 'wear', 'about', 'once', 'a', 'week', 'at', 'most', 'and', 'following', 'wash', 'instructions', 'perfectly', 'they', 'started', 'deteriorating', 'the', 'pockets', 'are', 'becoming', 'unsewn', 'the', 'fabric', 'has', 'over-stretched', 'in', 'little', 'sections', 'that', 'bunch', 'and', 'the', 'bottom', 'hem', 'is', 'coming', 'unraveled', 'these', 'are', 'the', 'most', 'low-quality', 'horrible', 'pants', 'i', "'ve", ',2,0,0', 'general', 'bottoms', 'jeans'] ['7060,1094,54', 'interesting', 'gorgeous', 'dress', 'i', 'love', 'the', 'black', 'and', 'pale', 'pink', 'of', 'this', 'dress', 'the', 'contrasting', 'fabrics', 'and', 'the', 'embroidery', 'my', 'favorite', 'kind', 'of', 'dress', 'creative', 'and', 'a', 'little', 'edgy', 'but', 'elegant', 'and', 'can', 'be', 'dressed', 'for', 'the', 'office', 'too', 'ordered', 'a', 'size', 'up', 'from', 'my', 'usual', 'size', 'because', 'i', 'tried', 'the', 'previous', 'dress', 'in', 'this', 'style', 'and', 'it', 'was', 'a', 'bit', 'snug', 'the', 'size', 'up', 'was', 'a', 'good', 'decision', 'fits', 'in', 'the', 'shoulders', 'and', 'waist', 'better', 'the', 'fabrics', 'are', 'nice', 'and', 'the', 'finishing', 'on', 'the', 'dress', 'is', 'well', 'done', 'the', 'mesh', 'in', 'the', 'bodice', 'is', 'a', 'little', 'delicate', 'and', 'i', 'will', 'h', ',5,1,0', 'general', 'dresses', 'dresses'] ['7061,366,38', 'weekend', 'top', 'i', 'love', 'this', 'top', 'it', 'is', 'very', 'comfortable', 'and', 'great', 'to', 'throw', 'on', 'with', 'a', 'tank', 'and', 'jeans', 'for', 'the', 'weekend', 'i', 'am', 'curvy', 'and', 'the', 'drape', 'of', 'the', 'top', 'works', 'well', 'on', 'my', 'frame', 'i', 'could', 'see', 'using', 'it', 'as', 'a', 'gym', 'coverup', 'as', 'shown', 'but', 'i', 'like', 'the', 'top', 'too', 'much', 'to', 'get', 'sweat', 'on', 'it', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['7062,1022,36', 'perfect', 'cords', 'great', 'fit', 'and', 'style', 'i', 'got', 'the', 'navy', 'and', 'the', 'color', 'is', 'beautiful.,5,1,0', 'general', 'bottoms', 'jeans'] ['7063,829,58', 'stand', 'alone', 'blouse', 'this', 'blouse', 'with', 'a', 'scalloped', 'hem', 'is', 'a', 'good', 'blouse', 'to', 'wear', 'by', 'itself', 'it', 'goes', 'well', 'with', 'higher', 'waisted', 'bottoms', 'it', 'is', 'very', 'boxy', 'i', 'like', 'that', 'but', 'did', 'buy', 'a', 'petite', 'instead', 'of', 's', 'regular', 'to', 'compensate', 'i', 'swing', 'both', 'ways', 'on', 'oetite/regular', 'sizing', 'i', "'m", 'so-so', 'about', 'the', 'patch', 'pockets', 'the', 'material', 'is', 'fairly', 'heavy', 'but', 'they', 'do', 'add', 'to', 'the', 'look', 'of', 'the', 'top', 'it', "'s", 'well', 'made', 'and', 'nicely', 'finished', ',4,1,0', 'general', 'tops', 'blouses'] ['7064,1078,36', 'pretty', 'casual', 'dress', 'it', "'s", 'relatively', 'light', 'material', 'even', 'if', 'you', 'layered', 'a', 'sweater', 'over', 'this', 'i', 'ca', "n't", 'see', 'it', 'being', 'good', 'for', 'winter', 'i', "'m", 'in', 'california', 'so', 'it', "'s", 'fine', 'length', 'is', 'great', 'i', "'m", '5', '4', 'and', 'it', 'hits', 'just', 'at', 'the', 'knee', 'i', "'m", 'a', 'true', 'size', '2/small', 'and', 'this', 'fit', 'great', 'even', 'though', 'i', 'have', 'a', 'curvier', 'figure', 'pretty', 'classic', 'dress', ',4,1,14', 'general', 'petite', 'dresses', 'dresses'] ['7065,862,49', 'love', 'this', 'cardigan', 'i', 'was', 'looking', 'for', 'something', 'to', 'wear', 'over', 'a', 'spirit', 'football', 'shirt', 'and', 'this', 'was', 'the', 'perfect', 'piece', 'it', "'s", 'light', 'weight', 'and', 'the', 'material', 'is', 'super', 'soft', 'you', 'can', 'wear', 'it', 'tied', 'or', 'untied.,5,1,1', 'general', 'tops', 'knits'] ['7066,1022,45', 'love', 'these', 'cords', 'i', 'bought', 'these', 'cords', 'in', 'another', 'color', 'last', 'year', 'and', 'they', 'are', 'my', 'favorite', 'pants', 'they', 'are', 'so', 'comfy', 'and', 'keep', 'their', 'shape', 'very', 'well', 'when', 'i', 'saw', 'they', 'were', 'back', 'i', 'had', 'to', 'buy', 'another', 'pair', 'i', 'purchased', 'navy', 'and', 'the', 'color', 'is', 'beautiful.,5,1,0', 'general', 'bottoms', 'jeans'] ['7067,862,50', 'lightweight', 'this', 'lift', 'weight', 'cardigan', 'is', 'true', 'to', 'size', 'perfect', 'for', 'fall', 'or', 'spring', 'colors', 'are', 'quite', 'nice', 'especially', 'the', 'little', 'pops', 'of', 'orange', ',3,1,0', 'general', 'tops', 'knits'] ['7068,1078,56', 'love', 'it', 'this', 'dress', 'is', 'everything', 'everyone', 'said', 'it', 'was', 'in', 'the', 'reviews', 'so', 'cute', 'and', 'beautifully', 'made', 'fully', 'lined'] ['i', 'felt', 'it', 'ran', 'a', 'bit', 'small', 'as', 'i', 'had', 'to', 'return', 'it', 'for', 'the', 'next', 'size', 'up', 'more', 'so', 'in', 'the', 'bust', 'area', 'but', 'the', 'fit', 'and', 'length', 'was', 'perfect', 'in', 'the', 'size', '6', '5', '10', '125lbs', 'i', 'will', 'say', 'that', 'all', 'the', 'raving', 'reviews', 'made', 'me', 'purchase'] ['the', 'dress', 'without', 'hesitation', 'and', 'i', "'m", 'sure', 'glad', 'i', 'did', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7069,1094,40', 'beautiful', 'in', 'every', 'way', 'this', 'dress', 'is', 'everything', 'i', 'love', 'about', 'retailer', 'a', 'never-could-have-guessed-it', 'feminine', 'textured', 'twist', 'on', 'a', 'classic', 'it', "'s", 'beautiful', 'it', "'s", 'comfortable', 'the', 'cut', 'is', 'true', 'to', 'size', 'for', 'me', 'and', 'figure', 'flattering', ',5,1,2', 'general', 'dresses', 'dresses'] ['7070,1078,40', 'well', 'made', 'dress', 'fit', 'could', 'be', 'tricky', 'the', 'patters/colors', 'on', 'this', 'dress', 'are', 'much', 'more', 'stunning', 'in', 'person', 'it', 'is', 'lined', 'and', 'feels', 'very', 'well', 'made', 'the', 'pockets', 'do', "n't", 'add', 'bulk', 'to', 'the', 'hip', 'area', 'as', 'many', 'times', 'they', 'do', 'which', 'is', 'great', 'the', 'fit', 'can', 'be', 'tricky', 'if', 'you', 'have', 'any', 'semblance', 'of', 'curves', 'if', 'you', 'can', 'try', 'this', 'one', 'on', 'in', 'a', 'store', 'before', 'buying', 'for', 'reference', 'i', 'am', '5', '7', 'have', 'broad', 'shoulders', 'am', 'pear', 'shaped', 'i', 'have', 'hips', 'and', 'a', 'good', 'sized', 'rear', 'end', '34b', 'bust', 'weigh', '145', 'lbs.', 'and', 'generally', 'wear', 'a', 'size', '6', 'or', '8', 'for', 'tops', 'and', 'bottoms', 'the', 'size', '8', 'fit', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7071,862,57', 'i', 'really', 'liked', 'this', 'little', 'cardigan', 'so', 'simple', 'light', 'weight', 'and', 'comfy', 'i', 'have', 'grabbed', 'it', 'and', 'put', 'it', 'on', '3', 'times', 'the', 'first', 'week', 'i', 'got', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['7072,1078,43', 'this', 'dress', 'makes', 'me', 'happy', 'i', 'love', 'this', 'dress', 'it', 'fits', 'great', 'on', 'curvy', 'girls', 'the', 'armholes', 'are', 'a', 'bit', 'big', 'i', 'had', 'to', 'get', 'it', 'altered', 'but', 'its', 'great', 'it', 'had', 'two', 'pockets', 'which', 'are', 'great', 'good', 'length', 'and', 'comfortable', 'fabric.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7073,857,25', 'fancy', 'tank', 'the', 'material', 'is', 'so', 'soft', 'and', 'the', 'design', 'makes', 'it', 'a', 'little', 'more', 'fancy', 'so', 'you', 'can', 'dress', 'this', 'tank', 'up', 'or', 'down', 'its', 'definitely', 'an', 'instant', 'favorite', 'and', 'the', 'color', 'blue', 'is', 'a', 'beautiful', 'rich', 'blue,5,1,0', 'general', 'tops', 'knits'] ['7074,862,35', 'great', 'buy', 'awesome', 'light', 'shrug', 'goes', 'with', 'so', 'many', 'out', 'fits', 'over', 'tees', 'and', 'dresses', 'tts', 'get', 'one', 'orange', 'color', 'is', 'a', 'pretty', 'neutral', ',5,1,1', 'general', 'tops', 'knits'] ['7075,1035,44', 'great', 'crop', 'staple', 'love', 'the', 'pilcro', 'brand', 'size', 'down', 'super', 'soft', 'well', 'fitting', 'great', 'length', 'great', 'darker', 'color', 'for', 'fall', 'awesome', 'rise', 'not', 'too', 'high', 'not', 'too', 'low', 'will', 'be', 'grabbing', 'these', 'a', 'ton', 'this', 'fall', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7076,1081,67', 'universally', 'flattering', 'this', 'is', 'ruching', 'done', 'right', 'i', 'tried', 'this', 'dress', 'on', 'and', 'the', 'two', 'other', 'women', 'who', 'saw', 'me', 'in', 'it', 'went', 'to', 'try', 'it', 'on', 'as', 'well'] [] ['it', 'is', 'fitted', 'but', 'comfortable', 'and', 'because', 'it', 'is', 'well', 'cut', 'the', 'ruching', 'hides', 'a', 'multitude', 'of', 'sins', 'to', 'leave', 'you', 'looking', 'sleek', 'and', 'curvy', 'in', 'all', 'the', 'right', 'places', 'it', 'is', 'also', 'a', 'versatile', 'layering', 'piece', 'and', 'would', 'look', 'great', 'with', 'almost', 'anything', 'so', 'unless', 'this', 'particular', 'color', 'is', 'your', 'nemesis', 'this', 'dress', 'is', 'a', 'winner', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7077,1081,35', 'talk', 'about', 'flattering', 'how', 'could', 'this', 'not', 'be', 'flattering', 'to', 'every', 'figure', 'bunching', 'of', 'fabric', 'is', 'awesome', 'at', 'hiding', 'imperfections', 'i', 'know', 'i', 'have', 'become', 'a', 'master', 'at', 'hiding', 'some', 'of', 'my', 'residual', 'baby', 'weight', 'for', 'years', 'now', 'this', 'paired', 'with', 'a', 'darker', 'color', 'and', 'not', 'black', 'yay', 'makes', 'for', 'a', 'perfect', 'combination', 'in', 'a', 'dress', 'i', 'love', 'that', 'this', 'is', 'a', 'deep', 'purple', 'it', 'is', 'a', 'dark', 'color', 'which', 'is', 'slimming', 'but', 'in', 'addition', 'it', 'has', 'more', 'appeal', 'being', 'colored', 'and', 'it', 'is', 'so', 'versatile', 'wear', 'it', 'along', 'or', 'with', 'a', 'cardigan/jacket', 'on', 'top', 'heels', 'or', 'boo', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['7078,1117,75', 'a', 'lot', 'to', 'like', 'but', 'with', 'reservation', 'i', 'tried', 'this', 'jacket', 'on', 'in', 'store', 'both', 'm', 'l.', 'both', 'seemed', 'to', 'pull', 'a', 'little', 'at', 'waist/pocket', 'notice', 'the', 'raised', 'pleat', 'on', 'the', 'closeup', 'i', 'ordered', 'xl', 'on', 'line', 'it', 'fits', 'better', 'but', 'still', 'seems', 'to', 'fit', 'like', 'the', 'other', 'two', 'when', 'fastened', 'snaps', 'seem', 'to', 'be', 'misplaced', 'on', 'the', 'plus', 'side', 'the', 'style', 'is', 'cute', 'and', 'there', 'is', 'brown', 'taupe', 'mixed', 'in', 'with', 'the', 'grey', 'which', 'is', 'more', 'flattering', 'to', 'brownettes', 'there', 'is', "n't", 'much', 'difference', 'in', 'sizing', 'of', 'all', 'three', 'i', 'am', 'not', 'sure', 'whether', 'this', 'is', 'a', 'keeper', 'open', 'it', 'is', 'fine', 'and', 'casual', ',4,0,2', 'general', 'petite', 'jackets', 'outerwear'] ['7079,862,53', ',this', 'looks', 'just', 'like', 'the', 'picture', 'it', "'s", 'soft', 'and', 'very', 'comfortable', 'looks', 'great', 'with', 'skinny', 'jeans', 'and', 'boots', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['7080,645,37', 'staple', 'cami', 'this', 'is', 'a', 'tts', 'cami', 'that', 'should', 'be', 'a', 'staple', 'in', 'everyone', "'s", 'closet', 'great', 'for', 'layering.,5,1,0', 'initmates', 'intimate', 'intimates'] ['7081,984,44', 'love', 'it', 'searching', 'for', 'blazers', 'that', 'do', "n't", 'look', 'stuffy', 'this', 'one', 'fits', 'the', 'bill', 'mine', 'is', 'at', 'alterations', 'right', 'now', 'getting', 'the', 'sleeves', 'shortened', 'other', 'than', 'the', 'long', 'sleeves', 'the', 'fit', 'is', 'very', 'nice', 'this', 'will', 'be', 'a', 'versatile', 'addition', 'to', 'my', 'wardrobe', 'ca', "n't", 'wait', 'to', 'get', 'it', 'back', 'from', 'the', 'seamstress', 'so', 'i', 'can', 'wear', 'it', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7082,862,44', 'nice', 'basic', 'shirt', 'purchased', 'on', 'sale', 'and', 'worth', 'the', '20', 'or', 'so', 'dollars', 'just', 'a', 'good', 'basic', 'top', 'scoop', 'neck', 'not', 'too', 'deep', 'fabric', 'is', 'opaque', 'enough', 'to', 'not', 'need', 'a', 'cami', ',4,1,0', 'general', 'tops', 'knits'] ['7083,1035,47', 'luv', 'this', 'brand', 'pilcro', 'from', 'retailer', 'is', 'a', 'great', 'alternative', 'to', 'the', 'premium', 'denim', 'lines', 'with', 'a', 'way', 'better', 'price', 'point', 'similar', 'cut', 'quality', 'with', 'awesome', 'rises', 'and', 'spandex/stretch', 'content', 'also', 'the', 'styles', 'are', 'always', 'on', 'trend', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['7084,1035,56', 'very', 'comfortable', 'these', 'jeans', 'are', 'so', 'comfortable', 'and', 'do', 'not', 'stretch', 'out', 'enough', 'to', 'size', 'down', 'in', 'my', 'opinion', 'right', 'when', 'i', 'put', 'them', 'on', 'i', 'could', 'tell', 'they', 'fit', 'perfectly', 'i', 'have', 'been', 'buying', 'pilcros', 'for', 'several', 'years', 'and', 'have', 'not', 'been', 'happy', 'with', 'the', 'stet', 'ankle', 'jeans', 'from', 'the', 'last', '2', 'yrs', 'because', 'although', 'they', 'were', 'very', 'flattering', 'when', 'you', 'first', 'put', 'them', 'on', 'they', 'stretched', 'out', 'so', 'much', 'it', 'was', 'annoying'] ['these', 'script', 'jeans', 'are', 'amazing', 'flattering', 'and', 'are', 'a', 'nice', 'lightweight', 'denim', 'i', 'wore', 'them', 'a', 'few', 'times', 'before', 'washing', 'and', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['7085,984,43', 'flattering', 'and', 'comfortable', 'could', "n't", 'resist', 'this', 'jacket', 'it', "'s", 'perfect', 'for', 'business', 'casual', 'dress', 'code', 'for', 'staying', 'warm', 'in', 'air-conditioned', 'offices', 'and', 'goes', 'with', 'many', 'colors', 'and', 'styles'] [] ['many', 'times', 'jackets', 'are', 'too', 'tight', 'on', 'my', 'shoulders', 'or', 'not', 'long', 'enough', 'for', 'my', 'arms', 'and', 'this', 'fits', 'perfectly', 'i', "'m", '5', '7', 'and', 'i', 'bought', 'a', 'medium', ',5,1,12', 'general', 'petite', 'jackets', 'jackets'] ['7086,868,59', 'super', 'comfortable', 'love', 'the', 'design', 'and', 'fabric', 'i', 'am', '5', '9', '155', 'i', 'bought', 'the', 'charcoal', 'gray', 'in', 'a', 'large', 'and', 'i', 'love', 'it', 'fabric', 'is', 'super', 'soft', 'hangs', 'beautifully', 'no', 'weird', 'spreading', 'across', 'the', 'chest', 'like', 'the', 'previous', 'reviewer', 'i', 'have', 'long', 'arms', 'and', 'the', 'sleeves', 'are', 'long', 'and', 'hit', 'me', 'mid', 'palm', 'just', 'like', 'the', 'model', 'in', 'the', 'photo', 'i', 'have', 'worn', 'the', 'sleeves', 'rolled', 'up', 'and', 'down', 'and', 'it', 'works', 'recommend', 'this', 'for', 'a', 'casual', 'comfy', 'top', 'with', 'interesting', 'design', ',5,1,4', 'general', 'tops', 'knits'] ['7087,862,43', 'great', 'shirt', 'love', 'love', 'love', 'this', 'shirt', 'much', 'like', 'last', 'year', "'s", 'bordeaux', 'shirt', 'in', 'this', 'style', 'it', "'s", 'very', 'soft', 'very', 'flattering', 'and', 'very', 'comfortable', 'fits', 'tts', 'and', 'the', 'fabric', 'is', 'a', 'very', 'soft', 'stretchy', 'cotton', 'yet', 'not', 'too', 'clingy', 'around', 'the', 'mid', 'section', 'it', 'has', 'a', 'nice', 'flowy', 'fit', 'it', 'washes', 'great', 'does', "n't", 'pill', 'again', 'the', 'fabric', 'is', 'fantastic', 'and', 'holds', 'up', 'really', 'well', 'i', 'bought', 'the', 'black', 'with', 'white', 'stripes', 'this', 'year', 'but', 'i', "'m", 'tempted', 'to', 'get', 'every', 'color', 'it', "'s", 'great', 'for', 'layering', 'too', 'since', 'the', 'fabric', 'is', 'nice', 'and', 'thin', ',5,1,5', 'general', 'tops', 'knits'] ['7088,984,63', 'great', 'little', 'jacket', 'i', 'have', 'not', 'written', 'a', 'review', 'for', 'an', 'retailer', 'item', 'in', 'a', 'while', 'i', 'have', 'been', 'shopping', 'at', 'retailer', 'for', 'over', 'ten', 'years', 'in', 'the', 'past', 'two', 'years', 'the', 'clothing', 'i', 'have', 'purchased', 'has', 'been', 'disappointing', 'in', 'style', 'and', 'quality', 'but', 'not', 'this', 'little', 'pilcro', 'jacket', 'great', 'quality', 'perfectly', 'proportioned', 'great', 'understated', 'details', 'many', 'thanks', 'retailer', 'for', 'restoring', 'my', 'faith', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['7089,1081,39', 'yep', 'pretty', 'much', 'awesome', 'i', 'tried', 'it', 'on', 'in', 'regualr', 'size', 'jsut', 'to', 'see', 'and', 'i', 'could', 'almost', 'get', 'away', 'with', 'it', 'too', 'bad', 'i', "dind't", 'try', 'it', 'on', 'before', 'hte', '25', 'of', 'f', 'dresses', 'also', 'i', 'do', "n't", 'have', 'an', 'occasion', 'to', 'wear', 'this'] [] ['length', 'is', 'midi', 'but', 'since', 'it', 'is', 'gathered', 'i', 'could', 'pull', 'it', 'up', 'a', 'little', 'so', 'it', 'falls', 'in', 'the', 'right', 'spot', 'on', 'me'] [] ['color', 'is', 'very', 'nice', 'overall', 'sexy', 'dress'] [] ['material', 'is', 'soft', 'and', 'comfortable', 'nothing', 'wrong', 'except', 'i', 'missed', 'out', 'on', 'the', 'sale', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7090,1081,28', 'flattering', 'fit', 'and', 'color', 'i', 'bought', 'this', 'dress', 'for', 'a', 'wedding', 'but', 'decided', 'it', 'was', "n't", 'dressy', 'enough', 'and', 'ended', 'up', 'exchanging', 'it', 'even', 'though', 'i', 'really', 'wanted', 'to', 'keep', 'it', 'i', 'ordered', 'a', 'xs', 'and', 'it', 'fit', 'like', 'a', 'glove', 'the', 'gathering', 'makes', 'for', 'a', 'forgiving', 'and', 'flattering', 'look', 'and', 'the', 'color', 'is', 'absolutely', 'gorgeous', 'very', 'classy', 'length', 'for', 'such', 'a', 'form', 'fitting', 'dress', 'too', 'i', 'probably', 'would', 'have', 'cut', 'down', 'the', 'neck', 'if', 'i', 'ended', 'up', 'keeping', 'it', 'bc', 'high/tight', 'turtlenecks', 'are', "n't", 'my', 'thing', 'which', 'is', 'reason', 'for', 'only', '4', 'stars', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7091,1081,53', 'the', 'dress', 'you', 'need', 'there', 'is', 'a', 'reason', 'everyone', 'is', 'giving', 'this', 'dress', '5', 'stars', 'it', 'is', 'stunning', 'flattering', 'versatile', 'and', 'comfortable', 'i', "'m", 'a', 'slim', 'athletic', 'size', '4-6.', 'my', 'store', 'only', 'had', 'one', 'of', 'these', 'and', 'it', 'was', 'a', 'medium', 'i', "'m", 'generally', 'a', 'small', 'but', 'on', 'the', 'hanger', 'it', 'looks', 'like', 'a', 'slim', 'tube', 'so', 'i', 'thought', 'i', "'d", 'try', 'it', 'fits', 'fabulous', 'due', 'to', 'the', 'stretch', 'and', 'shape', 'of', 'the', 'dress', 'i', "'d", 'say', 'a', 'size', 'medium', 'could', 'fit', 'a', '4-10.', 'so', 'do', "n't", 'worry', 'about', 'sizing', 'up', 'or', 'down', 'one', 'in', 'this', 'dress', 'suuuuuper', 'stretchy', 'so', 'even', 'though', 'it', 'fits', 'close', 'down', 'throu', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7092,868,29', 'nice', 'shirt', 'this', 'is', 'a', 'nice', 'soft', 'shirt', 'that', 'is', 'very', 'comfortable', 'to', 'wear', 'the', 'collar', 'on', 'this', 'shirt', 'makes', 'this', 'more', 'than', 'just', 'a', 'regular', 'shirt', 'although', 'the', 'shirt', 'seems', 'more', 'fitted', 'on', 'the', 'model', 'i', 'found', 'it', 'to', 'run', 'large', 'if', 'you', 'are', 'going', 'for', 'the', 'same', 'look', 'you', 'might', 'want', 'to', 'size', 'down', 'however', 'i', 'like', 'the', 'shirt', 'and', 'am', 'keeping', 'it', 'it', 'is', 'a', 'good', 'thing', 'too', 'because', 'the', 'navy', 'color', 'went', 'fast', 'very', 'nice', 'shirt', 'and', 'a', 'pretty', 'good', 'price', 'too', ',5,1,5', 'general', 'tops', 'knits'] ['7093,1117,55', ',ordered', 'this', 'jacket', 'on', 'line', 'it', 'is', 'picture', 'perfect', 'does', 'run', 'a', 'little', 'big', 'thought', 'i', 'would', 'take', 'a', 'small', 'but', 'i', "'m", 'exchanging', 'for', 'xs.,4,1,4', 'general', 'petite', 'jackets', 'outerwear'] ['7094,862,63', ',,3,0,0', 'general', 'petite', 'tops', 'knits'] ['7095,1051,69', 'love', 'the', 'pant', 'however', 'this', 'pant', 'is', 'beautiful', 'and', 'fits', 'great', 'except', 'for', 'the', 'waist', 'it', 'is', 'too', 'big', 'i', 'carry', 'all', 'my', 'extra', 'weight', 'in', 'my', 'waist', 'too', '5', '6', '1/2', '150lbs', 'straight', 'and', 'up', 'down', 'figure', 'the', 'waist', 'gapped', 'in', 'the', 'back', 'almost', '2', 'inches', 'otherwise', 'this', 'is', 'a', 'great', 'pant', 'if', 'you', 'have', 'a', 'well', 'developed', 'bootie', 'maybe', 'they', 'would', 'fit', 'ordered', 'a', '10', 'by', 'the', 'way', 'if', 'they', 'make', 'it', 'to', 'sale', 'will', 'purchase', 'again', 'and', 'take', 'to', 'tailor', 'they', 'are', 'a', 'well', 'constructed', 'lovely', 'pant', ',3,1,3', 'general', 'bottoms', 'pants'] ['7096,850,56', 'pretty', 'hot', 'mess', 'this', 'blouse', 'has', 'such', 'a', 'beautiful', 'print', 'but', 'then', 'it', 'just', 'goes', 'down', 'from', 'there', 'and', 'ca', "n't", 'be', 'saved', 'the', 'fabric', 'is', 'a', 'sheer', 'silk', 'so', 'it', 'comes', 'with', 'an', 'attached', 'camisole', 'that', 'just', 'does', "n't", 'lay', 'right', 'underneath', 'the', 'sleeves', 'are', 'all', 'gathered', 'up', 'and', 'they', 'have', 'a', 'puffy', 'gather', 'at', 'the', 'top', 'that', 'just', 'ruins', 'the', 'whole', 'blouse', 'i', 'wish', 'it', 'was', 'just', 'a', 'simple', 'popover', 'type', 'blouse', 'because', 'it', 'really', 'is', 'a', 'lovely', 'print', 'definitely', 'not', 'worth', 'the', 'money', 'even', 'at', '1/2', 'off', 'plus', '25-', '.,2,0,3', 'general', 'tops', 'blouses'] ['7097,862,53', 'great', 'top', 'i', 'have', 'several', 'of', 'these', 'shirts', 'and', 'love', 'them', 'i', 'can', 'dress', 'them', 'up', 'or', 'down', 'and', 'they', 'look', 'great', 'comfortable', 'and', 'soft', 'and', 'lose', 'enough', 'to', 'be', 'flattering', 'but', 'not', 'bulky', 'great', 'buy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7098,941,42', 'size', 'down', 'but', 'how', 'far', 'down', 'tricky', 'sizing', 'my', 'store', 'had', 'only', 'one', 'of', 'these', 'in', 'a', 'size', 'xs', 'i', 'tend', 'to', 'be', 'more', 'of', 'a', 's', 'in', 'most', 'retailer', 'items', 'it', 'was', 'roomy', 'i', 'am', '5', '2', '34d', 'figured', 'a', 'petite', 'small', 'would', 'be', 'a', 'perfect', 'fit', 'i', 'ordered', 'the', 'ps', 'it', 'arrived', 'today', 'is', 'still', 'pretty', 'big', 'the', 'sleeves', 'which', 'are', 'quite', 'flared', 'are', 'a', 'little', 'shorter', 'as', 'is', 'the', 'overall', 'length', 'than', 'the', 'regular', 'xs', 'but', 'overall', 'the', 'ps', 'feels', 'just', 'as', 'big', 'if', 'not', 'bigger', 'than', 'the', 'regular', 'xs', 'trying', 'to', 'decide', 'if', 'i', 'should', 'go', 'back', 'for', 'the', 'regular', 'xs', 'or', 'order', 'the', 'regular', 'xxs', ',4,1,0', 'general', 'tops', 'sweaters'] ['7099,1117,65', 'just', 'what', 'i', 'was', 'searching', 'for', 'i', "'ve", 'been', 'searching', 'for', 'a', 'pretty', 'soft', 'faux', 'fur', 'coat', 'finally', 'found', 'it', 'hanging', 'there', 'in', 'retailer', 'there', 'was', 'only', 'one', 'a', 'size', 'small', 'it', 'looked', 'gorgeous', 'but', 'thought', 'i', 'could', 'use', 'it', 'a', 'bit', 'roomier', 'i', "'m", 'a', 'size', '2/4', '5', '5', 'about', '118', 'lbs', 'i', 'ordered', 'a', 'medium', 'but', 'it', 'was', 'huge', 'stayed', 'with', 'the', 'small', 'and', 'am', 'loving', 'wearing', 'this', 'in', 'our', 'mild', 'northeast', 'winter', 'lots', 'of', 'compliments', 'lightweight', 'and', 'luxe', 'get', 'it', ',5,1,4', 'general', 'petite', 'jackets', 'outerwear'] ['7100,1081,35', 'chic', 'dress', 'very', 'happy', 'with', 'this', 'online', 'dress', 'purchase', 'it', 'fits', 'tts', 'and', 'i', 'love', 'the', 'ruching', 'i', "'ve", 'already', 'gotten', 'compliments', 'on', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7101,1030,32', 'great', 'jeans', 'i', 'love', 'all', 'jeans', 'by', 'mother', 'they', 'are', 'well', 'made', 'fit', 'great', 'and', 'look', 'so', 'cute', 'with', 'any', 'type', 'of', 'shoes', 'from', 'heels', 'to', 'flat', 'to', 'boots', 'these', 'jeans', 'are', 'perfect', 'to', 'wear', 'out', 'or', 'when', 'paired', 'with', 'a', 'blazer', 'can', 'be', 'worn', 'to', 'work', 'i', 'love', 'these', 'and', 'have', 'them', 'in', 'almost', 'every', 'color', ',5,1,0', 'general', 'bottoms', 'jeans'] ['7102,1081,28', 'love', 'it', 'saw', 'this', 'online-', 'my', 'size', 'out', 'xs/s', 'p', 'online', 'did', 'have', 'xs', 'checked', 'store', 'saw', 'how', 'great', 'the', 'dress', 'looked', 'at', 'store', 'able', 'to', 'try', 'on', 'only', 'one', 'avail', 'at', 'store', 'm', 'ordered', 'xs', 'online', 'fits', 'well', 'with', 'ada', 'belt', 'and', 'cardigan', 'until', 'straps', 'altered', 'will', 'keep', 'cardigan', 'on.very', 'comfortable', 'and', 'cute-', 'lots', 'of', 'compliments', 'worn', 'to', 'work', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7103,862,36', 'love', 'these', 'tops', 'i', 'own', 'several', 'of', 'these', 'tops', 'and', 'i', 'love', 'them', 'i', 'am', "5'10", '140', 'lbs', 'and', 'i', 'wear', 'a', 'small', 'i', 'bought', 'the', 'gray', 'and', 'white', 'stripe', 'and', 'the', 'ivory', 'and', 'black', 'stripe', 'and', 'they', 'are', 'very', 'flattering', 'the', 'front', 'hits', 'me', 'at', 'the', 'same', 'place', 'as', 'it', 'does', 'on', 'the', 'model', 'and', 'the', 'back', 'covers', 'my', 'butt', 'i', 'own', 'several', 'of', 'the', 'solid', 'colors', 'in', 'this', 'style', 'as', 'well', 'and', 'they', 'are', 'just', 'as', 'great', 'this', 'shirt', 'is', 'so', 'soft', 'and', 'comfortable', 'you', 'wo', "n't", 'regret', 'buying', 'it', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['7104,645,65', 'fabulous', 'tank', 'i', 'purchased', 'this', 'tank', 'for', 'the', 'interesting', 'open', 'neck', 'not', 'realizing', 'that', 'the', 'straps', 'are', 'elastic', 'i', 'love', 'it', 'the', 'material', 'is', 'super', 'soft', 'and', 'it', 'fits', 'nicely', 'snug', 'but', 'not', 'too', 'tight', 'the', 'straps', 'are', 'wide', 'enough', 'to', 'cover', 'bra', 'straps', 'and', 'the', 'neckline', 'being', 'a', 'little', 'wider', 'is', 'really', 'flattering', 'i', 'got', 'the', 'black', 'one', 'but', 'i', 'am', 'going', 'to', 'get', 'more', 'colors', 'great', 'buy', ',5,1,4', 'initmates', 'intimate', 'intimates'] ['7105,1025,39', 'best', 'jeans', 'ever', 'these', 'jeans', 'are', 'my', 'favorite', 'skinny', 'jeans', 'they', 'are', 'expensive', 'but', 'so', 'worth', 'it', 'i', 'had', 'nordstrom', 'reinforce', 'holes', 'with', 'patches', 'so', 'they', 'still', 'look', 'distressed', 'but', 'wo', "n't", 'rip', 'further', 'i', 'wear', 'these', 'at', 'least', 'once', 'a', 'week.,5,1,2', 'general', 'bottoms', 'jeans'] ['7106,645,29', 'love', 'it', 'this', 'tank', 'is', 'perfect', 'it', 'fits', 'close', 'to', 'the', 'body', 'but', 'does', 'not', 'squeeze', 'it', 'is', 'super', 'soft', 'smooth', 'and', 'comfy', 'it', 'layers', 'perfectly', 'under', 'blouses', 'this', 'is', 'by', 'far', 'my', 'favorite', 'basic', 'tank', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['7107,868,46', 'comfortable', 'got', 'this', 'in', 'the', 'red', 'like', 'previous', 'reviewer', 'mentioned', 'it', 'does', 'fit', 'snug'] ['you', 'might', 'need', 'to', 'size', 'up', 'if', 'you', 'are', 'busty', 'and', 'want', 'a', 'much', 'looser', 'fit'] [] ['other', 'than', 'that', 'super', 'comfortable', 'and', 'soft', 'fabric', ',4,1,0', 'general', 'tops', 'knits'] ['7108,862,26', 'flattering', 'i', 'usually', 'wear', 'xl', 'in', 'tops', 'at', 'retailer', 'but', 'i', 'picked', 'this', 'one', 'up', 'in', 'a', 'l.', 'it', "'s", 'stretchy', 'and', 'super', 'soft', 'but', 'does', "n't", 'breathe', 'all', 'that', 'well', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7109,870,33', 'tomorrow', 'sweatshirt', 'i', 'can', 'always', 'count', 'on', 'retailer', 'to', 'sell', 'unique', 'pieces', 'so', 'when', 'i', 'saw', 'this', 'sweatshirt', 'online', 'i', 'ordered', 'it', 'right', 'away', 'it', '39', 's', 'adorable', 'and', 'quirky', 'however', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'it', 'reminded', 'me', 'of', 'something', 'my', 'grandma', 'would', 'wear', 'the', 'sleeves', 'are', 'puff', 'sleeves', 'and', 'are', 'really', 'long', 'while', 'the', 'bottom', 'of', 'the', 'sweatshirt', 'hit', 'pretty', 'high', 'on', 'my', 'waist', 'that', 'when', 'i', 'raised', 'my', 'arms', 'my', 'stomach', 'was', 'showing', 'if', 'this', 'was', 'a', 'more', 'tailored', 'sweatshirt', 'i', 'would', 'be', 'keeping', 'it', 'but', 'sadly', 'it', '39', 's', 'going', 'back', ',1,0,0', 'general', 'tops', 'knits'] ['7110,1081,36', 'stunning', 'deep', 'eggplant', 'color', 'the', 'color', 'of', 'this', 'dress', 'is', 'sublime', 'so', 'is', 'the', 'fit', 'ruching', 'in', 'all', 'the', 'right', 'places', 'made', 'me', 'feel', 'glamorous', 'it', "'s", 'a', 'dress', 'that', 'you', 'can', 'easily', 'wear', 'to', 'a', 'holiday', 'party', 'and', 'then', 'still', 'rock', 'it', 'a', 'couple', 'of', 'days', 'later', 'with', 'a', 'sweater', 'coat', 'vest', 'or', 'cropped', 'jacket', 'the', 'material', 'feels', 'so', 'nice', 'against', 'the', 'skin', 'too', 'it', "'s", 'a', 'must', 'have', ',5,1,11', 'general', 'petite', 'dresses', 'dresses'] ['7111,1025,67', 'adorable', 'easy', 'to', 'wear', 'i', 'saw', 'this', 'online', 'and', 'then', 'at', 'the', 'retailer', 'store', 'where', 'i', 'was', 'able', 'to', 'try', 'it', 'on', 'and', 'was', 'happily', 'surprised.yes', 'it', 'is', 'way', 'oversized', 'but', 'if', 'you', 'size', 'down', 'it', 'will', 'work', 'best', 'i', 'have', 'narrow', 'hips', 'and', 'shoulders', 'but', 'a', '34', 'dd', 'bust', 'so', 'fit', 'is', 'not', 'always', 'easy', 'because', 'of', 'my', 'shape', 'i', 'normally', 'wear', 'a', 'medium', 'or', 'small', 'but', 'had', 'to', 'size', 'down', 'to', 'an', 'xs', 'petite', 'in', 'this', 'you', 'may', 'find', 'as', 'i', 'did', 'that', 'it', 'works', 'dressed', 'up', 'or', 'down', 'if', 'i', 'had', 'bought', 'a', 'regular', 'size', 'and', 'were', 'lots', 'younger', 'it', 'could', 'have', 'worked', 'for', 'a', 'dress', 'with', 'tigh', ',4,1,1', 'general', 'bottoms', 'jeans'] ['7112,1081,37', 'curves', 'for', 'days', 'i', 'was', 'a', 'little', 'hesitant', 'when', 'i', 'ordered', 'this', 'dress', 'but', 'needed', 'something', 'for', 'my', 'husband', "'s", 'company', 'dinner', 'this', 'dress', 'is', 'perfection', 'i', "'m", '5', '9', 'about', '160', 'i', 'got', 'it', 'in', 'medium', 'definitely', 'on', 'the', 'curvier', 'side', 'and', 'this', 'dress', 'hugged', 'all', 'my', 'curves', 'in', 'the', 'right', 'places', 'love', 'the', 'ruching', 'hides', 'all', 'the', 'imperfections', 'the', 'color', 'is', 'gorgeous', 'paired', 'it', 'with', 'a', 'black', 'cardigan', 'and', 'black', 'heeled', 'shooties', 'got', 'so', 'many', 'compliments', 'on', 'a', 'plus', 'side', 'my', 'husband', 'could', "n't", 'keep', 'his', 'hands', 'off', 'me', 'all', 'night', 'kept', 'going', 'on', 'an', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7113,984,51', 'the', 'perfect', 'denim', 'jacket/blazer', 'great', 'fit', 'can', 'be', 'dressy', 'or', 'casual', 'goes', 'with', 'everything', 'i', 'adore', 'tis', 'jacket', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['7114,1081,62', 'stunning', 'you', 'wo', "n't", 'believe', 'it.', 'my', 'sales', 'assistant/style', 'consultant', 'watched', 'the', 'dresses', 'i', 'had', 'collected', 'to', 'try', 'on', 'and', 'how', 'they', 'fit', 'and', 'she', 'brought', 'this', 'dress', 'in', 'with', 'a', 'silk', 'cocoon', 'wrap', 'for', 'me', 'to', 'try', 'on', 'i', 'took', 'one', 'look', 'on', 'the', 'hanger', 'and', 'made', 'an', 'assumption', 'it', 'would', 'be', 'too', 'snug', 'highlight', 'every', 'bump', 'and', 'i', 'could', 'not', 'have', 'been', 'more', 'wrong', 'this', 'dress', 'is', 'wonderful', 'on', 'it', 'is', 'the', 'most', 'flattering', 'thing', 'i', 'have', 'now', 'in', 'my', 'closet', 'you', 'must', 'try', 'this', 'on', 'to', 'see', 'how', 'flattering', 'it', 'is', 'i', 'am', 'still', 'stunned', 'with', 'how', 'it', 'looked', 'and', 'made', 'me', 'feel', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7115,1035,60', 'great', 'jeans', 'by', 'pilcro', 'too', 'short', 'and', 'snug', 'around', 'my', 'knees', 'for', 'keeping', 'though', ',3,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7116,1081,31', 'flattery', 'will', 'get', 'you', 'everywhere', 'wow', 'bailey', '44', 'knocks', 'it', 'out', 'of', 'the', 'park', 'with', 'this', 'sensual', 'i-am-woman-hear-me-purr', 'body-slimming', 'dress', 'we', 'all', 'have', 'our', 'hang', 'ups', 'this', 'dress', 'forces', 'you', 'to', 'see', 'all', 'the', 'beauty', 'that', 'everyone', 'else', 'sees', 'the', 'rouching', 'covers', 'up', 'any', 'dimpling', 'or', 'rolls', 'you', 'think', 'you', 'have', 'the', 'body', 'conscious', 'structure', 'lets', 'you', 'see', 'those', 'curves', 'you', 'knew', 'existed', 'but', 'deny', 'yourself', 'from', 'loving', 'oh', 'you', 'hate', 'your', 'arms', 'me', 'too', 'guess', 'what', 'you', 'do', "n't", 'even', 'notice', 'them', 'because', 'you', "'re", 'so', 'focused', 'on', 'how', 'amazing', 'you', 'look', 'the', 'cut', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7117,941,44', 'very', 'itchy', 'a', 'beautiful', 'sweater', 'and', 'very', 'flattering', 'on', 'the', 'stock', 'photos', 'do', 'not', 'do', 'it', 'justice', 'but', 'i', 'had', 'to', 'give', 'it', 'only', '2', 'stars', 'because', 'it', 'was', 'so', 'itchy', 'that', 'i', 'could', "n't", 'even', 'keep', 'it', 'on', 'in', 'the', 'dressing', 'room', 'for', 'more', 'than', 'a', 'minute', ',2,0,0', 'general', 'tops', 'sweaters'] ['7118,1035,36', 'post', 'partum', 'heaven', 'i', 'am', 'one', 'month', 'post', 'partum', 'and', 'have', 'had', 'so', 'much', 'trouble', 'finding', 'jeans', 'that', 'fit'] ['my', 'old', 'jeans', 'fit', 'in', 'the', 'legs', 'and', 'thighs', 'but', 'not', 'my', 'new', 'tummy'] ['i', 'love', 'my', 'old', 'pilcro', 'jeans', 'but', 'did', "n't", 'want', 'to', 'spend', 'the', 'money', 'on', 'jeans', 'in', 'a', 'size', 'so', 'much', 'larger', 'than', 'my', 'norm'] ['well', 'after', 'ordering', 'other', 'brands', 'much', 'cheaper', 'i', 'broke', 'down', 'spent', 'the', 'money', 'and', 'sized', 'up', 'i', 'am', 'normally', 'a', '27', 'and', 'ordered', 'a', '30', 'due', 'to', 'waist', 'size', 'they', 'came', 'today', 'and', 'fit', 'like', 'a', 'glove'] ['i', 'am', 'so', 'happy', 'it', "'s", 'worth', 'every', 'penny', 'to', 'wear', 'jeans', 'that', 'fi', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7119,1035,51', 'cute', 'comfy', 'jeans', 'this', 'is', 'a', 'cute', 'pair', 'of', 'jeans', 'it', 'has', 'a', 'slight', 'flare', 'and', 'just', 'right', 'amount', 'of', 'fringe', 'they', 'are', 'super', 'soft', 'and', 'and', 'the', 'color', 'is', 'slightly', 'lighter', 'than', 'in', 'photos', 'tts', 'not', 'too', 'low', 'hitting', 'right', 'below', 'belly', 'button', 'and', 'a', 'just', 'the', 'right', 'crop', 'length', 'for', 'my', '5', '4', 'height', 'falling', 'ri', 'right', 'above', 'my', 'ankle', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7120,862,43', 'a', 'tent', 'this', 'is', 'a', 'very', 'awkward', 'and', 'unflattering', 'shirt', 'i', 'am', 'very', 'petite', '90', 'pounds', 'and', '5', '2', 'the', 'arms', 'fit', 'length', 'and', 'width', 'but', 'nothing', 'else', 'about', 'this', 'fit', 'the', 'scoop', 'was', 'so', 'low', 'and', 'wide', 'that', 'i', 'would', 'require', 'a', 'shirt', 'underneath', 'it', 'fell', 'exactly', 'like', 'a', 'tent', 'and', 'made', 'a', 'bell', 'shape', 'around', 'my', 'thighs', 'yikes', 'it', 'looks', 'cute', 'on', 'the', 'model', 'but', 'not', 'on', 'me', 'the', 'material', 'is', 'also', 'very', 'thin', 'and', 'felt', 'sort', 'of', 'like', 'it', 'should', 'be', 'a', 'pajama', 'top', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['7121,1081,36', 'great', 'dress', 'i', 'was', "n't", 'planning', 'on', 'loving', 'this', 'dress', 'when', 'i', 'tried', 'it', 'on', 'i', 'loved', 'the', 'the', 'color', 'which', 'is', 'what', 'prompted', 'me', 'to', 'buy', 'it', 'this', 'dress', 'fit', 'perfectly', 'it', 'hugs', 'my', 'body', 'without', 'feeling', 'tight', 'the', 'ruching', 'is', 'perfect', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'it', "'s", 'also', 'very', 'comfortable'] ['i', "'m", '5', '1', '107lbs', 'and', 'the', 'xs', 'petite', 'fit', 'perfectly', 'the', 'dress', 'hits', 'me', 'at', 'the', 'same', 'length', 'that', 'is', 'pictured', 'i', 'think', 'it', 'would', 'be', 'easy', 'to', 'hem', 'if', 'you', 'wanted', 'it', 'to', 'be', 'shorter', 'i', 'have', 'a', 'short', 'torso', 'and', 'saw', 'no', 'issues', 'with', 'that', 'as', 'some', 'reviewer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7122,114,33', 'a', 'big', 'ruggy', 'the', 'material', 'is', 'super', 'soft', 'and', 'i', 'could', 'see', 'how', 'this', 'could', 'be', 'a', 'great', 'fall', 'sweater', 'but', 'the', 'furry', 'portion', 'made', 'the', 'top', 'too', 'bulky', 'i', 'should', "'ve", 'sized', 'down', 'but', 'even', 'then', 'i', 'think', 'it', 'still', 'would', "'ve", 'been', 'a', 'touch', 'boxy', 'if', 'it', 'was', 'boxy', 'all', 'the', 'way', 'through', 'it', "'d", 'be', 'fine', 'but', 'it', 'feels', 'like', 'just', 'the', 'top', 'was', 'bulky', 'while', 'the', 'bottom', 'half', 'was', 'fine', 'perhaps', 'good', 'for', 'more', 'broad', 'shouldered', 'people', 'i', 'have', 'very', 'small', 'shoulders', 'also', 'reminded', 'me', 'too', 'much', 'of', 'a', 'sheepskin', 'rug', ',3,0,10', 'initmates', 'intimate', 'lounge'] ['7123,984,36', 'cute', 'jacket', 'but', 'size', 'did', "n't", 'work', 'on', 'me', '5', '4', '135', 'lbs', 'normally', 'order', 's', 'or', 'xs', 'in', 'tops', 'but', 'm', 'in', 'jackets', 'ordered', 'the', 'medium', 'but', 'way', 'too', 'long', 'everywhere', 'i', 'can', 'get', 'by', 'with', 'regular', 'a', 'lot', 'in', 'retailer', 'but', 'definitely', 'ordering', 'the', 'petite', 'to', 'see', 'if', 'any', 'better', 'not', 'sure', 'it', 'will', 'be', 'enough', 'though', 'as', 'arms', 'were', 'quite', 'long', ',4,1,9', 'general', 'petite', 'jackets', 'jackets'] ['7124,1095,32', 'true', 'to', 'size', 'and', 'lovely', 'dress', 'except', 'the', 'arm', 'pit', 'area', 'is', 'tight', 'and', 'pinches', 'had', 'to', 'return', ',4,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7125,984,39', 'blazer', 'with', 'a', 'casual', 'twist', 'like', 'the', 'style', 'of', 'a', 'blazer', 'but', 'the', 'fabric', 'of', 'denim', 'looking', 'forward', 'to', 'pairing', 'with', 'dresses', 'and', 'black', 'pants,5,1,9', 'general', 'petite', 'jackets', 'jackets'] ['7126,1041,40', 'sophisticated', 'feminine', 'overalls', 'yeah', 'i', 'know', 'that', 'sounds', 'ridiculous', 'but', 'this', 'is', 'really', 'a', 'nice', 'piece', 'the', 'fabric', 'is', 'thin', 'and', 'soft', 'with', 'a', 'little', 'structure', 'to', 'avoid', 'any', 'pajama', 'vibes', 'the', 'color', 'is', 'perfect', 'a', 'mid-deep', 'indigo', 'with', 'just', 'enough', 'fading', 'i', 'do', "n't", 'find', 'it', 'unwieldy', 'or', 'challenging', 'to', 'get', 'on', 'and', 'off', 'and', 'i', 'like', 'how', 'the', 'fit', 'is', 'adjustable', 'with', 'the', 'waist', 'tie', 'that', 'said', 'it', 'does', 'run', 'small', 'i', "'m", 'usually', 'a', '6/28', 'and', 'started', 'off', 'with', 'a', 'm.', 'it', 'was', 'pretty', 'form', 'fitting', 'and', 'the', 'ct', 'risk', 'was', 'at', 'orange', 'level', 'then', 'the', 'zipper', 'would', "n't", 'stay', 'u', ',4,1,4', 'general', 'bottoms', 'pants'] ['7127,941,49', 'unique', 'fall', 'sweater', 'i', 'was', 'attracted', 'to', 'this', 'sweater', 'because', 'of', 'it', "'s", 'unique', 'style', 'i', 'really', 'love', 'it', 'it', 'looks', 'just', 'like', 'the', 'picture', 'it', 'is', 'of', 'good', 'quality', 'as', 'is', 'the', 'leather', 'belt', 'it', 'is', 'the', 'perfect', 'fall', 'sweater', 'and', 'i', 'love', 'that', 'it', "'s", 'different', 'i', 'highly', 'recommend', 'this', 'sweater', ',5,1,1', 'general', 'tops', 'sweaters'] ['7128,984,48', 'very', 'impressed', 'what', 'a', 'great', 'jacket', 'love', 'the', 'subtle', 'windowpane', 'design', 'and', 'the', 'color', 'blue', 'is', 'a', 'nice', 'denim', 'hue', 'i', 'chose', 'my', 'standard', 'size', 'i', 'wear', 'in', 'retailer', 'jackets', 'on', 'this', 'in', 'house', 'brand', 'i', 'wish', 'though', 'it', 'was', 'made', 'in', 'the', 'usa', 'as', 'i', 'have', 'several', 'other', 'jackets', 'by', 'cartonnier', 'that', 'are', 'made', 'in', 'the', 'usa', 'thus', 'jacket', 'looks', 'so', 'polished', 'with', 'jeans', 'to', 'a', 'denim', 'skirt', 'to', 'a', 'bottom', 'that', 'is', 'similar', 'in', 'fabric', 'and', 'texture', 'very', 'happy', 'with', 'my', 'purchase.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7129,941,59', 'returning', 'this', 'sweater', 'is', 'beautiful', 'but', 'runs', 'large', 'all', 'over', 'i', 'ordered', 'a', 'm', 'and', 'returning', 'for', 'a', 'small', 'hopefully', 'that', 'works.,5,1,0', 'general', 'tops', 'sweaters'] ['7130,1081,34', 'super', 'classy', 'with', 'an', 'almost', 'perfect', 'fit', 'i', "'m", '5', '0', 'and', '114', 'pounds', 'and', 'got', 'the', 'small', 'petite', 'i', 'have', 'broad', 'shoulders', 'and', 'am', 'slim', 'hipped', 'i', 'no', 'longer', 'have', 'a', 'waistline', 'thanks', 'to', 'having', 'given', 'birth', 'but', 'this', 'dress', 'really', 'hid', 'that', 'it', 'gave', 'me', 'a', 'figure', 'the', 'ruching', 'is', 'super', 'flattering', 'and', 'the', 'material', 'has', 'enough', 'support', 'with', 'stretch', 'to', 'hide', 'any', 'unsightly', 'rolls'] [] ['so', 'why', 'did', 'i', 'return', 'it', 'i', 'did', 'after', 'all', 'get', 'many', 'compliments', 'from', 'females', 'while', 'trying', 'it', 'on', 'they', 'loved', 'the', 'color', 'on', 'my', 'pale', 'olive', 'complexion', 'i', "'m", 'filipino', 'with', '-ahem-', 'blond', 'hair', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7131,340,51', 'the', 'perfect', 'gym', 'pant', 'i', "'m", 'so', 'glad', 'that', 'i', 'took', 'a', 'chance', 'on', 'these', 'they', "'re", 'fabulous', 'i', 'was', "n't", 'sure', 'about', 'sizing', 'since', 'my', 'local', 'store', 'did', "n't", 'carry', 'them', 'but', 'as', 'a', 'wider-hipped', '14', 'i', 'went', 'with', 'the', 'xl', 'it', 'was', 'the', 'perfect', 'fit', 'and', 'i', 'could', "n't", 'be', 'more', 'pleased', 'the', 'skirt', 'is', 'the', 'perfect', 'touch', 'since', 'it', 'gives', 'my', 'flat', 'booty', 'the', 'illusion', 'of', 'shape', 'and', 'provides', 'a', 'little', 'coverage', 'not', 'that', 'you', "'d", 'need', 'it-', 'there', "'s", 'no', 'show-through', 'whatsoever', 'love', ',5,1,7', 'general', 'petite', 'intimate', 'lounge'] ['7132,1081,72', 'stunning', 'dress', 'this', 'dress', 'is', 'gorgeous', 'in', 'person', 'and', 'so', 'comfortable', 'i', 'wore', 'this', 'to', 'a', 'business', 'meeting', 'and', 'got', 'several', 'compliments', 'on', 'it', 'i', 'am', '5', 'feet', 'tall', 'and', 'it', 'does', 'run', 'a', 'little', 'long', 'on', 'me', 'a', 'petite', 'small', 'hits', 'me', 'slightly', 'below', 'the', 'knee', 'however', 'the', 'dress', 'is', 'so', 'nice', 'that', 'i', 'am', 'keeping', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7133,1041,35', 'more', 'of', 'an', 'overall', 'i', 'thought', 'this', 'was', 'much', 'more', 'of', 'an', 'overall', 'than', 'a', 'jumpsuit', 'after', 'trying', 'it', 'on', 'in', 'a', 'store', 'must', 'have', 'been', 'a', 'return', 'i', 'could', 'tell', 'that', 'the', 'medium', 'was', 'snug', 'and', 'usually', 'i', 'am', 'between', 'a', 'medium', 'or', 'a', 'small', 'the', 'straps', 'were', 'a', 'little', 'hard', 'to', 'manage', 'it', 'is', 'cute', 'and', 'i', 'think', 'cuter', 'than', 'on', 'the', 'model', ',4,1,2', 'general', 'bottoms', 'pants'] ['7134,862,35', 'comfortable', 'and', 'flattering', 'this', 'is', 'a', 'great', 'basic', 'shirt', 'it', 'has', 'room', 'in', 'the', 'midsection', 'so', 'you', 'can', 'tuck', 'in', 'or', 'not', 'it', 'is', 'also', 'extremely', 'soft', 'i', 'am', '5', '9', 'a', '10', 'and', 'the', 'm', 'fit', 'just', 'right', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7135,984,52', 'polished', 'look', 'yes', 'i', 'am', '5', '120', 'lbs', 'and', 'busty', 'this', 'hugs', 'in', 'the', 'right', 'places', 'there', 'is', 'no', 'extra', 'fabric', 'so', 'it', 'does', "n't", 'appear', 'overwhelming', 'on', 'me', 'as', 'even', 'some', 'petite', 'blazers', 'do', 'i', 'had', 'purchased', 'the', 'same', 'brand', 'blazer', 'but', 'in', 'the', 'mustard', 'color', 'and', 'it', 'did', 'not', 'fit', 'well', 'this', 'fits', 'beautifully', 'the', 'denim', 'color', 'is', 'just', 'like', 'the', 'picture', 'the', 'sleeves', 'are', 'a', 'tad', 'long', 'so', 'i', 'just', 'rolled', 'them', 'up', 'no', 'bulk', 'i', 'ordered', 'a', 'size', '6', 'petite.,5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['7136,984,43', 'love', 'this', 'blazer', 'this', 'blazer', 'is', 'really', 'well', 'made', 'it', 'has', 'a', 'nice', 'weight', 'and', 'stretch', 'to', 'it', 'i', 'think', 'it', 'might', 'run', 'a', 'bit', 'on', 'the', 'large', 'size', 'i', 'am', 'sometimes', 'a', 'small', 'and', 'sometimes', 'an', 'xs', 'and', 'the', 'xs', 'is', 'perfect', 'it', "'s", 'a', 'great', 'blazer', 'to', 'throw', 'on', 'to', 'cinch', 'together', 'a', 'casual', 'yet', 'put', 'together', 'look', 'i', 'do', "n't", 'think', 'the', 'picture', 'here', 'does', 'it', 'justice', 'it', 'will', 'be', 'getting', 'a', 'ton', 'of', 'wear', 'in', 'my', 'work', 'wardrobe', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7137,863,47', 'comfortable', 'and', 'stylish', 'top', 'this', 'is', 'the', 'perfect', 'grab', 'and', 'go', 't-shirt', 'i', 'love', 'the', 'fun', 'design', 'as', 'it', 'takes', 'a', 'simple', 't-shirt', 'and', 'makes', 'it', 'fun', 'i', 'originally', 'ordered', 'the', 'small', 'but', 'it', 'was', 'way', 'to', 'big', 'for', 'me', 'especially', 'at', 'the', 'waist', 'the', 'bottom', 'half', 'of', 'this', 'top', 'is', 'much', 'looser', 'and', 'if', 'you', 'want', 'to', 'have', 'a', 'more', 'fitted', 'look', 'size', 'down', 'very', 'cute', ',5,1,0', 'general', 'tops', 'knits'] ['7138,1005,39', 'so', 'happy', 'love', 'this', 'skirt', 'it', 'was', 'on', 'my', 'wish', 'list', 'from', 'the', 'first', 'time', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'so', 'glad', 'i', 'was', 'able', 'to', 'get', 'it', 'when', 'it', 'hit', 'sales', 'i', 'love', 'it', 'thr', 'color', 'is', 'more', 'subdued', 'than', 'pictured', 'but', 'very', 'nice', 'anyway', 'the', 'cut', 'is', 'awesome', 'and', 'flatering', 'pretty', 'true', 'to', 'size', 'for', 'me', 'petite', 'winner,5,1,2', 'general', 'bottoms', 'skirts'] ['7139,1005,31', 'heavy', 'long', 'i', 'love', 'this', 'skirt', 'in', 'theory', 'the', 'style', 'is', 'fun', 'and', 'original', 'and', 'the', 'quality', 'was', 'excellent', 'however', 'being', 'suede', 'the', 'skirt', 'was', 'very', 'bulky', 'also', 'at', '5', '8', 'and', 'liking', 'skirts', 'to', 'be', 'long', 'enough', 'for', 'work', 'i', 'typically', 'do', "n't", 'have', 'problems', 'with', 'long', 'length', 'however', 'i', 'thought', 'this', 'skirt', 'fit', 'too', 'long', 'on', 'me', 'such', 'that', 'it', 'distracted', 'from', 'the', 'style', 'i', 'really', 'wanted', 'to', 'love', 'this', 'skirt', 'hopefully', 'they', "'ll", 'make', 'some', 'updates', 'in', 'future', 'styles', ',3,0,2', 'general', 'bottoms', 'skirts'] ['7140,891,27', 'great', 'for', 'broad', 'shouldered', 'women', 'after', 'reading', 'previous', 'reviews', 'i', 'definitely', 'had', 'to', 'give', 'this', 'a', 'try', 'since', 'i', 'have', 'broader', 'shoulders', 'than', 'the', 'average', 'woman', 'my', 'regular', 'size', 'small', 'was', 'not', 'available', 'anymore', 'so', 'i', 'went', 'with', 'medium', 'and', 'i', 'have', 'to', 'say', 'it', 'worked', 'out', 'well', 'the', 'small', 'would', 'have', 'not', 'given', 'me', 'the', 'slouchy', 'factor', 'that', 'the', 'medium', 'gives', 'me', 'this', 'top', 'definitely', 'has', 'no', 'problem', 'staying', 'off', 'the', 'shoulder', 'since', 'i', 'have', 'broad', 'shoulders', 'it', 'does', "n't", 'completely', 'come', 'off', 'me', 'loving', 'the', 'boho-chic', 'vibe', 'of', 'this', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['7141,1005,31', 'pros', 'this', 'skirt', 'is', 'a', 'stunner', 'beautiful', 'rich', 'color', 'and', 'great', 'quality', 'the', 'cut', 'is', 'conservative', 'enough', 'to', 'be', 'work', 'appropriate', 'but', 'the', 'little', 'peek', 'of', 'above-the-knee', 'leg', 'where', 'the', 'slit', 'is', 'makes', 'it', 'interesting', 'and', 'flattering', 'as', 'well'] [] ['cons', 'slightly', 'smelly', 'when', 'it', 'comes', 'out', 'of', 'the', 'bag-', 'i', "'m", 'optimistic', 'this', 'will', 'mostly', 'go', 'away', 'though', 'expensive'] [] ['fit', 'i', "'m", '5', '8', '125', 'lbs', '34b', 'normally', 'wear', 'a', '26', 'or', '27', 'in', 'pants', 'and', 'the', 'size', '2', 'fit', 'great', 'i', 'often', 'wear', 'a', 'size', '4', 'in', 'skirts', 'despite', 'a', 'size', '2', 'fitting', 'fine', 'in', ',5,1,5', 'general', 'bottoms', 'skirts'] ['7142,1023,57', 'beautiful', 'but', 'runs', 'huge', 'i', 'was', 'so', 'glad', 'to', 'find', 'such', 'a', 'beautiful', 'item', 'made', 'in', 'the', 'usa', 'i', 'knew', 'the', 'workmanship', 'would', 'be', 'above', 'average', 'the', 'embroidery', 'is', 'gorgeous', 'and', 'makes', 'these', 'jeans', 'so', 'unique', 'i', 'am', 'usually', 'a', '24', 'in', 'pilcro', 'slouchy', 'chinos', 'size', '0', 'in', 'most', 'pants', '25', 'in', 'jeans', 'so', 'i', 'ordered', 'these', 'in', 'xs', 'the', 'waist', 'was', 'at', 'least', '7-8', 'inches', 'too', 'large', 'they', 'were', 'enormous', 'in', 'every', 'aspect', 'of', 'fit', 'no', 'belt', 'could', 'possibly', 'make', 'these', 'stay', 'up', 'very', 'disappointed', 'i', 'would', 'recommend', 'an', 'xs', 'if', 'you', 'are', 'a', 'size', '6', 'to', '8', ',3,0,2', 'general', 'bottoms', 'jeans'] ['7143,891,36', 'cute', 'but', 'needs', 'undershirt', 'i', 'could', 'not', 'tell', 'from', 'the', 'picture', 'but', 'it', 'is', 'see', 'through', 'it', 'will', 'be', 'fine', 'with', 'a', 'tank', 'top', 'i', 'just', 'was', 'not', 'expecting', 'to', 'need', 'one.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['7144,1005,59', 'love', 'this', 'skirt', 'i', "'d", 'been', 'eyeing', 'this', 'for', 'a', 'long', 'time', 'but', 'could', "n't", 'afford', 'the', 'full', 'price', 'when', 'it', 'came', 'on', 'sale', 'my', 'size', 'regular', '8', 'was', 'sold', 'out', 'so', 'i', 'took', 'a', 'chance', 'and', 'went', 'with', 'the', 'petite', '8', 'only', 'difference', 'is', 'length', 'and', 'am', 'i', 'glad', 'i', 'did'] [] ['it', 'fits', 'beautifully', 'even', 'a', 'little', 'roomy', 'but', 'the', 'length', 'is', 'perfect', 'the', 'longer', 'pieces', 'are', 'at/barely', 'below', 'the', 'knee', 'and', 'the', 'shorter', 'flap', 'is', 'about', 'two', 'inches', 'above', 'for', 'reference', 'i', "'m", '5', '7', '135', 'pounds', 'measurements', '38-30-38'] [] ['the', 'skirt', 'is', 'substantial', 'with', 'high-qualit', ',5,1,4', 'general', 'bottoms', 'skirts'] ['7145,1005,54', 'amazing', 'skirt', 'size', 'down', 'or', 'get', 'a', 'petite', 'size', 'love', 'this', 'substantial', 'pieced', 'suede', 'skirt', 'by', 'leifsdottir', 'the', 'photos', 'i', 'posted', 'show', 'the', 'color', 'in', 'daylight', 'on', 'a', 'cloudy', 'day', 'a', 'bit', 'more', 'muted', 'darker', 'turquoise', 'than', 'the', 'online', 'pictures', 'imagine', 'a', 'mini', 'pencil', 'skirt', 'made', 'of', 'non-stretch', 'polyester', 'with', 'a', 'suede', 'front', 'panel', 'over', 'this', 'is', 'the', 'longer', 'open', 'skirt', 'which', 'is', 'attached', 'at', 'the', 'sides', 'to', 'keep', 'it', 'from', 'flying', 'up', 'when', 'you', 'walk'] [] ['sizing', 'based', 'on', 'the', 'reviews', 'i', 'risked', 'ordering', 'this', 'in', 'a', '00p', 'i', "'m", '5', '2', 'currently', '33-25-37ish', 'with', 'narrow', 'hips', 'fuller', 'behin', ',5,1,2', 'general', 'bottoms', 'skirts'] ['7146,1092,52', 'should', 'have', 'believed', 'the', 'negative', 'reviews', 'like', 'most', 'people', 'here', 'i', 'wanted', 'this', 'beautiful', 'dress', 'to', 'fit', 'so', 'i', 'decided', 'to', 'see', 'for', 'myself', 'if', 'maybe', 'just', 'maybe', 'the', 'negative', 'reviews', 'were', 'wrong', 'they', 'were', "n't", 'if', 'you', 'have', 'any', 'sort', 'of', 'breasts', 'at', 'all', 'the', 'top', 'probably', 'wo', "n't", 'fit', 'properly', 'i', 'imagine', 'a', 'narrow', 'upper', 'torso', 'like', 'a', '32', 'or', '33', 'possibly', 'a', '34', 'might', 'find', 'the', 'top', 'part', 'of', 'the', 'dress', 'closes', 'properly', 'but', 'with', 'a', '36', 'c', 'i', 'could', 'not', 'get', 'a', 'size', '12', 'to', 'button', 'up', 'the', 'waist', 'hit', 'at', 'a', 'strange', 'spot', 'and', 'despite', 'the', 'picture', 'showing', 'a', 'narrow', 'waist', 'and', 'grad', ',2,0,2', 'general', 'dresses', 'dresses'] ['7147,1130,80', 'very', 'soft', 'and', 'swingy', 'coat', 'is', 'very', 'soft', 'and', 'comfortable', 'runs', 'large', 'usually', 'wear', 'an', 'xsp', 'could', 'have', 'gone', 'with', 'an', 'xxsp', 'if', 'it', 'came', 'in', 'that', 'size', 'the', 'lining', 'is', 'very', 'soft', 'can', 'wear', 'a', 'sweater', 'or', 'something', 'heavier', 'underneath', 'if', 'needed'] ['some', 'small', 'little', 'pulls', 'on', 'outside', 'fabric', 'but', 'might', 'be', 'part', 'of', 'the', 'fabric', 'outside', 'fabric', 'is', 'very', 'soft', 'would', 'not', 'have', 'paid', 'full', 'price', 'glad', 'it', 'was', 'on', 'sale', 'as', 'i', 'had', 'been', 'eyeing', 'it', 'for', 'some', 'time', 'it', 'is', 'cute', 'and', 'felt', 'like', 'twirling', 'when', 'put', 'it', 'on', ',5,1,3', 'general', 'petite', 'jackets', 'outerwear'] ['7148,1092,31', 'amazing', 'dress', 'i', 'was', 'hesitant', 'to', 'buy', 'this', 'dress', 'with', 'all', 'the', 'reviews', 'regarding', 'poor', 'fit', 'particularly', 'in', 'the', 'bust', 'area', 'but', 'it', "'s", 'so', 'unique', 'that', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'anyway', 'by', 'ordering', 'a', 'petite', 'size', 'i', 'was', 'pleasantly', 'surprised', 'to', 'find', 'that', 'it', 'fits', 'beautifully', 'in', 'my', 'usual', 'size', 'i', 'did', 'not', 'find', 'the', 'bust', 'to', 'be', 'small', 'at', 'all', 'and', 'the', 'overall', 'fit', 'was', 'very', 'slimming', 'and', 'flattering', 'for', 'reference', 'i', 'am', '5', '2', '110lbs', '32dd', 'and', 'the', 'size', '2p', 'looks', 'great', 'and', 'is', 'very', 'comfortable', 'the', '0p', 'might', 'have', 'worked', 'too', 'the', 'material', ',5,1,2', 'general', 'dresses', 'dresses'] ['7149,860,52', 'new', 'staple', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'am', 'short', '5', '2', 'but', 'curvy', 'on', 'the', 'bottom', 'with', 'a', '36dd', 'bust', 'i', 'ordered', 'the', 'xl', 'only', 'because', 'of', 'my', 'upper', 'body', 'it', 'fits', 'great', 'as', 'i', 'do', "n't", 'like', 'anything', 'to', 'hug', 'my', 'body', 'but', 'it', 'does', "n't", 'look', 'like', 'a', 'tent', 'has', 'a', 'little', 'a-line', 'shape', 'to', 'it', 'another', 'reason', 'i', 'go', 'for', 'the', 'larger', 'size', 'is', 'i', 'like', 'to', 'dry', 'all', 'my', 'clothes', 'ordered', 'the', 'grey', 'and', 'will', 'order', 'in', 'the', 'black', 'also', ',5,1,0', 'general', 'tops', 'knits'] ['7150,868,62', 'chic', 'funky', 'fun', 'find', 'i', 'love', 'a', 'dolman', 'the', 'tassled', 'dolman', 'is', 'slimming', 'light', 'and', 'comfortable', ',5,1,11', 'general', 'tops', 'knits'] ['7151,869,36', 'dorotea', 'tee', 'love', 'this', 'top', 'work', 'appropriate', 'and', 'dress', 'down', 'worthy', 'i', 'also', 'like', 'the', 'fact', 'that', 'it', 'is', 'not', 'clingy', 'around', 'the', 'waist', 'comfortable', 'fabric.,5,1,5', 'general', 'tops', 'knits'] ['7152,1092,44', ',my', 'usual', 'size', 'was', 'a', 'bit', 'large', 'and', 'baggy', 'in', 'most', 'areas', 'but', 'the', 'bust', 'was', 'sooo', 'soo', 'small', 'the', 'button', 'popped', 'and', 'i', 'had', 'barely', 'moved', 'do', 'not', 'recommend', 'this', 'one', 'for', 'anyone', 'with', 'a', 'bust', 'the', 'detailing', 'is', 'very', 'pretty', 'though', 'for', 'someone', 'that', 'can', 'make', 'this', 'work.,2,0,1', 'general', 'dresses', 'dresses'] ['7153,868,54', 'super', 'cute', 'but', 'fits', 'like', 'a', 'petite', 'i', 'loved', 'this', 'top', 'and', 'i', 'normally', 'order', 'petites', 'when', 'i', "'m", 'able', 'to', 'but', 'this', 'was', "n't", 'offered', 'in', 'a', 'petite', 'size', 'so', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'it', 'in', 'regular', 'just', 'got', 'it', 'in', 'the', 'mail', 'and', 'when', 'i', 'pulled', 'it', 'out', 'i', 'thought', 'wow', 'it', 'is', 'a', 'petite', 'but', 'its', 'not', 'just', 'runs', 'small', 'i', 'got', 'the', 'xs', 'size', 'and', 'it', 'was', 'tight', 'under', 'the', 'arms', 'and', 'the', 'peplum', 'bottom', 'came', 'up', 'a', 'bit', 'high', 'and', 'felt', 'slightly', 'maternity-ish', 'the', 'way', 'the', 'bottom', 'part', 'flared', 'out', 'i', 'actually', 'thought', 'it', 'was', 'a', 'bit', 'too', 'short', 'too', 'even', 'on', 'me', '5', '2', 'about', '118', 'lbs', ',4,1,15', 'general', 'tops', 'knits'] ['7154,1092,41', 'beautiful', 'design', 'tight', 'fit', 'i', 'loved', 'this', 'dress', 'and', 'was', 'hoping', 'to', 'keep', 'it', 'but', 'for', 'an', 'a-lign', 'dress', 'it', 'was', 'not', 'roomy', 'enough', 'in', 'the', 'hips', 'and', 'the', 'waist', 'was', 'baggy', 'i', 'think', 'this', 'dress', 'would', 'look', 'great', 'on', 'a', 'very', 'very', 'slim', 'build', 'with', 'straight', 'hips', ',3,0,0', 'general', 'dresses', 'dresses'] ['7155,1100,37', 'loved', 'this', 'for', 'a', 'wedding', 'this', 'dress', 'is', 'a', 'beautiful', 'vibrant', 'color', 'and', 'a', 'classic', 'fit', 'and', 'flare', 'fit', 'it', 'does', 'seem', 'to', 'run', 'a', 'bit', 'large', 'i', 'am', '5', '0', 'and', '120', 'lbs', 'and', 'wore', 'a', '2', 'petite', 'it', 'fit', 'nicely', 'and', 'was', 'flattering', 'but', 'still', 'a', 'little', 'roomy'] [] ['i', 'added', 'a', 'beaded', 'belt', 'to', 'dress', 'it', 'up', 'for', 'my', 'maid', 'of', 'honor', 'duties', 'and', 'despite', 'all', 'the', 'running', 'around', 'dancing', 'hugging', 'buckling', 'the', 'brides', 'shoes', 'and', 'holding', 'my', 'children', 'the', 'lace', 'did', 'not', 'fray', 'and', 'the', 'shape', 'held', 'up', 'beautifully', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['7156,903,40', 'i', 'ordered', 'this', 'in', 'the', 'pink', 'color', 'the', 'fit', 'was', 'fine', 'but', 'i', 'did', "n't", 'care', 'for', 'how', 'thin', 'it', 'was', 'there', 'is', 'lining', 'which', 'i', 'suppose', 'is', 'there', 'to', 'combat', 'the', 'thinness', 'but', 'it', "'s", 'only', 'in', 'certain', 'places', 'the', 'lining', 'should', 'have', 'been', 'all', 'over', 'maybe', 'if', 'i', 'had', 'gotten', 'this', 'in', 'blue', 'it', 'would', "n't", 'have', 'been', 'so', 'bad', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7157,1092,60', 'great', 'summer', 'dress', 'like', 'other', 'reviewers', 'have', 'stated', 'this', 'dress', 'does', 'run', 'small', 'on', 'the', 'chest', 'i', "'m", '5.3', '32c', '120lbs', 'and', 'size', '2', 'fits', 'me', 'great', 'however', 'if', 'my', 'chest', 'size', 'had', 'been', 'like', '34d', 'and', 'up', 'size', '2', 'will', 'not', 'fit', 'me', 'although', 'i', "'m", 'petite', 'frame', 'so', 'if', 'you', 'have', 'a', 'large', 'chest', 'i', 'would', 'recommend', 'going', '1', 'or', '2', 'sizes', 'up', 'if', 'you', 'are', 'like', 'myself', 'small', 'bust', 'person', 'then', 'you', 'should', 'try', 'your', 'regular', 'size', 'and', 'one', 'size', 'down', 'to', 'see', 'which', 'one', 'fits', 'you', 'better', 'i', 'was', 'going', 'to', 'try', 'size', 'zero', 'however', 'as', 'soon', 'as', 'i', 'tried', 'size', '2', 'i', 'rea', ',4,1,0', 'general', 'dresses', 'dresses'] ['7158,1092,53', 'gorgeous', 'embroidery', 'and', 'lace', 'i', 'tried', 'this', 'on', 'at', 'the', 'store', 'and', 'i', 'agree', 'with', 'the', 'other', 'reviewwers', 'on', 'the', 'sizing', 'instead', 'of', 'purchasing', 'my', 'usual', 'size', '6', 'i', 'bought', 'the', 'size', '8', 'as', 'it', 'was', 'indeed', 'a', 'bit', 'tight', 'in', 'the', 'chest', 'for', 'my', '34d', 'chest', 'but', 'it', 'was', 'no', 'biggie', 'as', 'they', 'had', 'my', 'size', 'i', 'love', 'all', 'the', 'embroidery', 'and', 'lace', 'the', 'length', 'color', 'and', 'detail', 'on', 'this', 'one', 'it', "'s", 'also', 'soft', 'and', 'made', 'from', 'cotton', 'so', 'it', 'will', 'be', 'just', 'perfect', 'for', 'summertime', 'and', 'will', 'look', 'adorable', 'with', 'tights', 'and', 'boots', 'and', 'a', 'cardi', 'or', 'jean', 'jacket', 'in', 'the', 'fall', ',5,1,1', 'general', 'dresses', 'dresses'] ['7159,1100,31', 'in', 'love', 'i', 'swooned', 'over', 'this', 'dress', 'when', 'it', 'first', 'came', 'online', 'i', 'had', 'never', 'worn', 'a', 'petite', 'size', 'before', 'so', 'i', 'was', "n't", 'sure', 'about', 'the', 'fit', 'i', 'am', 'curvy', '34dd-27-42', 'and', 'normally', 'wear', 'a', 'size', '8', 'dress', 'but', 'the', '6p', 'fit', 'me', 'like', 'it', 'was', 'made', 'for', 'my', 'body', 'i', 'think', 'this', 'is', 'because', 'the', 'dress', 'runs', 'large', 'but', 'i', 'really', 'really', 'enjoyed', 'the', 'fit', 'the', 'quality', 'of', 'the', 'lace', 'is', 'evident', 'immediately', 'and', 'the', 'color', 'is', 'more', 'of', 'a', 'cornflower', 'blue', 'which', 'i', 'adore', 'the', 'lace', 'feels', 'like', 'a', 'soft', 'cotton', 'but', 'has', 'a', 'lot', 'of', 'strength', 'to', 'it', 'can', 'not', 'recomme', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7160,1092,47', 'so', 'summery', 'ok', 'here', 'is', 'the', 'story', 'i', 'am', '5', '5', '118', 'lb', '34c', 'i', 'got', 'a', '4', 'and', 'a', '6', 'both', 'are', 's', 'tad', 'tight', 'at', 'the', 'chest', 'and', 'shoulder', 'area', 'but', 'i', 'have', 'big', 'shoulders', 'i', 'am', 'keeping', 'the', '6.', 'there', 'is', 'plenty', 'material', 'at', 'the', 'waist', 'and', 'below', 'but', 'the', 'dress', 'does', 'not', 'look', 'frumpy', 'at', 'least', 'on', 'me', 'it', 'does', 'not', 'i', 'like', 'the', 'picture', 'with', 'the', 'belt', 'and', 'i', 'will', 'wear', 'it', 'that', 'way', 'too', 'i', 'also', 'like', 'the', 'sleeves', 'they', 'make', 'it', 'easier', 'to', 'wear', 'at', 'work', 'the', 'material', 'is', 'lovely', 'and', 'so', 'is', 'the', 'embroidery', 'and', 'cut-out', 'it', 'really', 'is', 'a', 'sweet', 'summer', 'dress', ',4,1,1', 'general', 'dresses', 'dresses'] ['7161,1092,62', 'perfect', 'for', 'a', 'specific', 'shape', 'despite', 'the', 'mixed', 'reviews', 'i', 'went', 'ahead', 'and', 'bought', 'this', 'in', 'my', 'normal', 'size', 'i', 'am', 'small-chested', '34b', 'and', 'found', 'this', 'to', 'fit', 'perfectly', 'so', 'i', 'understand', 'why', 'those', 'with', 'large', 'chests', 'were', 'finding', 'this', 'impossible', 'to', 'fit', 'at', 'the', 'top', 'the', 'fabric', 'and', 'detail', 'are', 'stunning', 'on', 'this', 'there', 'is', 'not', 'a', 'lot', 'of', 'give', 'to', 'the', 'fabric', 'but', 'if', 'you', 'are', 'smaller', 'in', 'the', 'bust', 'buy', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['7162,860,23', 'perfect', 'i', 'wanted', 'a', 'turtleneck', 'for', 'layering', 'with', 'cardigans', 'and', 'vests', 'i', 'ordered', 'the', 'burgundy', 'color', 'in', 'an', 'xs', 'my', 'usual', '2', 'and', 'the', 'color', 'is', 'lovely', 'and', 'deep', 'i', 'absolutely', 'love', 'it', 'the', 'ribbed', 'design', 'is', 'comfortable', 'the', 'neck', 'drapes', 'as', 'shown', 'so', 'it', 'is', 'not', 'constricting', 'at', 'all', ',5,1,1', 'general', 'tops', 'knits'] ['7163,863,33', 'not', 'for', 'me', 'and', 'not', 'at', 'this', 'price', 'i', 'thought', 'this', 'top', 'would', 'be', 'a', 'nice', 'addition', 'to', 'my', 'fall', 'wardrobe', 'and', 'while', 'the', 'color', 'did', "n't", 'disappoint', 'everything', 'else', 'did', 'it', "'s", 'a', 'very', 'loose', 'slub', 'so', 'it', "'s", 'very', 'see', 'through', 'and', 'thin', 'i', "'d", 'have', 'to', 'wear', 'a', 'cami', 'under', 'it', 'also', 'the', 'tie', 'front', 'has', 'a', 'very', 'high', 'slit', 'like', 'it', 'went', 'almost', 'halfway', 'up', 'the', 'shirt', 'and', 'definitely', 'would', 'have', 'shown', 'skin', 'unless', 'you', 'layered', 'the', 'shirt', 'i', 'do', 'think', 'this', 'top', 'would', 'be', 'a', 'cute', 'throw', 'on', 'top', 'for', 'yoga/', 'gym', 'wear', 'but', 'definitely', 'not', 'at', 'this', 'price', 'pass', 'for', 'me', 'sadly', ',3,0,3', 'general', 'tops', 'knits'] ['7164,863,20', ',i', 'tried', 'this', 'on', 'in', 'store', 'in', 'a', 'small', 'and', 'then', 'ordered', 'the', 'medium', 'online', 'i', 'loved', 'it', 'so', 'much', 'i', 'generally', 'run', 'a', 'small/medium', 'with', 'retailer', 'so', 'i', 'thought', 'this', 'was', 'pretty', 'true', 'to', 'size', 'i', "'m", 'also', 'longer', 'through', 'the', 'torso', 'so', 'the', 'medium', 'is', 'better', 'for', 'me', 'to', 'cover', 'my', 'stomach', 'when', 'tied', 'it', 'is', 'on', 'the', 'thinner', 'side', 'but', 'not', 'see', 'through', 'perfect', 'for', 'layering', 'and', 'for', 'a', 'mild', 'california', 'winter', 'ca', "n't", 'wait', 'for', 'it', 'to', 'come', ',5,1,0', 'general', 'tops', 'knits'] ['7165,903,32', 'too', 'thin', 'this', 'hoodie', 'was', 'too', 'thin', 'you', 'can', 'see', 'right', 'through', 'it', 'i', 'returned', 'it.,2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7166,1099,48', 'i', 'like', 'it', 'maybe', 'this', 'dress', 'must', 'be', 'pinned', 'on', 'the', 'model', 'in', 'the', 'picture'] ['i', 'ordered', 'a', 'small', 'although', 'i', 'really', 'needed', 'a', 'petite', 'small', 'but', 'it', 'was', 'sold', 'out', 'it', 'is', 'incredibly', 'billowy', 'very', 'billowy', 'i', 'love', 'the', 'print', 'and', 'the', 'material', 'but', 'this', 'dress', 'is', 'just', 'so', 'very', 'voluminous', 'i', 'may', 'have', 'it', 'professionally', 'shortened', 'since', 'i', 'am', 'only', '5', 'and', 'the', 'dress', 'hits', 'just', 'below', 'my', 'knees', 'i', "'m", 'hoping', 'that', 'helps', 'since', 'i', "'d", 'really', 'love', 'to', 'keep', 'it', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['7167,1092,33', 'runs', 'small', 'but', 'still', 'a', 'good', 'dress', 'this', 'dress', 'is', 'beautiful', 'in', 'person', 'the', 'details', 'on', 'it', 'are', 'amazing', 'the', 'only', 'problem', 'i', 'had', 'was', 'that', 'it', 'ran', 'small', 'i', 'am', 'usually', 'an', '8', 'or', '10', 'in', 'retailer', 'dresses', 'but', 'had', 'to', 'size', 'up', 'to', 'a', '12', 'just', 'to', 'be', 'able', 'to', 'breath', 'the', 'top', 'on', 'the', '10', 'was', 'tight', 'in', 'the', 'chest', 'and', 'arms', 'when', 'i', 'sized', 'up', 'to', 'the', '12', 'there', 'was', 'more', 'room', 'but', 'not', 'by', 'much', 'the', 'embroidery', 'detail', 'on', 'the', 'dress', 'is', 'the', 'best', 'part', 'it', 'is', 'exactly', 'as', 'shown', 'in', 'the', 'picture', 'plus', 'it', 'has', 'pockets', 'which', 'is', 'always', 'a', 'plus', 'for', 'me', 'lightweight', 'and', 'great', 'for', 'warm', 'we', ',3,1,0', 'general', 'dresses', 'dresses'] ['7168,1025,37', 'beautiful', 'but', 'runs', 'large', 'which', 'is', 'the', 'opposite', 'of', 'what', 'i', 'see', 'in', 'the', 'majority', 'of', 'others', 'reviews', 'since', 'most', 'reviews', 'say', 'it', 'runs', 'true', 'to', 'size', 'i', 'decided', 'to', 'purchased', 'a', 'size', '28', 'which', 'usually', 'it', "'s", 'the', 'perfect', 'size', 'for', 'me', 'no', 'matter', 'which', 'brand', 'fabric', 'style', 'etc', 'it', 'always', 'fits', 'well', 'not', 'in', 'this', 'case', 'i', 'should', 'have', 'gotten', 'a', 'size', '27.', 'i', 'felt', 'very', 'disappointed', 'because', 'these', 'pants', 'are', 'beautiful', 'i', 'got', 'the', '40', 'off', 'sale', 'at', 'the', 'time', 'and', 'now', 'ca', "n't", 'exchange', 'it', 'since', 'the', 'price', 'has', 'changed', 'and', 'the', 'product', 'is', 'unavail', ',4,1,0', 'general', 'bottoms', 'jeans'] ['7169,903,46', 'very', 'cozy', 'pretty', 'color', 'i', 'ordered', 'the', 'peach', 'version', 'in', 'size', 'xl', 'it', 'fit', 'true', 'to', 'size', 'matched', 'the', 'photos', 'online', 'i', 'hand', 'washed', 'it', 'and', 'it', 'did', 'shrink', 'a', 'bit', 'the', 'fabric', 'knit', 'used', 'are', 'so', 'soft', 'the', 'color', 'is', 'so', 'pretty', 'too.,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7170,1098,40', 'you', 'need', 'to', 'be', 'tall', 'i', "'m", "5'-4", '130lbs', 'with', 'a', '32f', 'chest', 'this', 'dress', 'looked', 'like', 'a', 'cross', 'between', 'little', 'house', 'on', 'the', 'prairie', 'and', 'a', 'mu', 'mu', 'i', 'ca', "n't", 'imagine', 'this', 'looking', 'good', 'on', 'anyone', 'who', 'is', "n't", '7', 'tall', 'also', 'the', 'straight', 'across', 'rather', 'high', 'neck', 'line', 'was', "n't", 'flattering', 'to', 'a', 'large', 'chest', 'and', 'then', 'the', 'arm', 'holes', 'are', 'huge', 'the', 'fabric', 'was', 'a', 'bit', 'shiny', 'and', 'felt', 'cheap', 'it', 'was', "n't", 'see', 'through', 'but', 'it', 'had', 'the', 'feel', 'of', 'a', 'nightgown', 'not', 'a', 'hundred', 'dollar', 'dress', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7171,868,53', 'my', 'go', 'to', 'this', 'is', 'so', 'comfortable', 'and', 'flattering', 'and', 'hides', 'everything', 'but', 'yet', 'is', 'fun', 'i', 'actually', 'love', 'to', 'wear', 'it', 'with', 'jeans', 'and', 'it', 'goes', 'great', 'with', 'a', 'really', 'great', 'piece', 'of', 'jewelry.,5,1,0', 'general', 'tops', 'knits'] ['7172,903,47', 'mixed', 'i', 'tried', 'this', 'sweater', 'on', 'in', 'the', 'store', 'i', 'wanted', 'to', 'love', 'it', 'so', 'badly', 'as', 'it', 'is', 'soft', 'and', 'feminine', 'and', 'would', 'be', 'a', 'great', 'causal', 'layering', 'piece', 'however', 'there', 'are', 'pockets', 'in', 'the', 'sweater', 'that', 'are', 'right', 'on', 'seam', 'and', 'they', 'actually', 'bubble', 'out', 'from', 'the', 'natural', 'drape', 'of', 'the', 'sweater', 'not', 'to', 'mention', 'unless', 'you', "'re", 'built', 'very', 'narrow', 'the', 'pockets', 'will', 'fall', 'at', 'and', 'accentuate', 'hips', 'and', 'not', 'in', 'a', 'flattering', 'way', 'the', 'nice', 'details', 'are', 'the', 'feel', 'of', 'the', 'knit', 'the', 'layered', 'style', 'with', 'a', 'cottony', 'lined', 'hood', 'and', 'faux', 'lay', ',3,0,8', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7173,1092,47', 'incredible', 'small', 'bust', 'i', 'love', 'this', 'dress', 'the', 'design', 'is', 'gorgeous', 'however', 'the', 'bust', 'is', 'extremely', 'small', 'only', 'someone', 'in', 'the', 'a', 'or', 'b', 'range', 'will', 'fit', 'into', 'their', 'appropriate', 'size', 'i', 'am', 'disappointed.,3,0,5', 'general', 'dresses', 'dresses'] ['7174,1092,29', 'weird', 'fit', 'this', 'dress', 'fit', 'so', 'oddly', 'i', 'tried', 'on', 'two', 'different', 'sizes', 'and', 'both', 'did', 'this', 'super', 'unflattering', 'poochy', 'thing', 'at', 'the', 'belly', 'the', 'dress', 'was', "n't", 'tight', 'at', 'my', 'hips', 'in', 'either', 'size', 'it', 'was', 'just', 'that', 'there', 'was', 'weird', 'extra', 'fabri', 'right', 'around', 'the', 'midsection', 'that', 'stuck', 'out', 'maybe', 'i', 'was', 'too', 'short', 'could', "n't", 'figure', 'it', 'out'] [] ['the', 'color', 'and', 'detailing', 'are', 'beautiful', 'though', 'a', 'little', 'tight', 'in', 'the', 'bust', ',2,0,3', 'general', 'dresses', 'dresses'] ['7175,825,44', 'a', 'real', 'beauty', 'this', 'top', 'is', 'gorgeous', 'it', "'s", 'a', 'nice', 'weight', 'and', 'the', 'cami', 'that', 'comes', 'with', 'it', 'makes', 'it', 'drapes', 'nicely', 'i', "'ll", 'have', 'to', 'send', 'it', 'back', 'though', 'because', 'it', "'s", 'too', 'big', 'i', "'m", 'always', 'a', 'medium', 'but', 'in', 'this', 'i', "'ll", 'be', 'a', 'small', ',4,1,3', 'general', 'tops', 'blouses'] ['7176,825,25', ',,4,1,0', 'general', 'tops', 'blouses'] ['7177,860,37', 'true', 'to', 'size', 'versatile', 'my', 'measurements', 'i', "'m", 'a', '36b', 'so', 'i', 'got', 'the', 'medium', 'it', 'fits', 'perfectly', 'i', 'originally', 'purchased', 'this', 'in', 'the', 'gray', 'to', 'wear', 'during', 'the', 'day', 'in', 'winter', 'months', 'but', 'i', 'loved', 'it', 'so', 'much', 'that', 'i', 'came', 'back', 'and', 'purchased', 'the', 'black', 'for', 'evenings', 'with', 'skinny', 'jeans', 'and', 'heels', 'it', "'s", 'so', 'soft', 'and', 'pretty', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'now', 'i', "'m", 'thinking', 'about', 'getting', 'the', 'wine', 'color', 'too', 'i', 'love', 'it', 'i', 'washed', 'it', 'in', 'cold/gentle', 'and', 'let', 'it', 'air', 'dry', 'and', 'it', 'held', 'up', 'fine', 'i', 'would', "n't", 'push', 'it', 'though', 'treat', 'it', 'delicately', 'it', "'s", 'a', 'smar', ',5,1,0', 'general', 'tops', 'knits'] ['7178,800,47', 'light', 'and', 'breezy', 'i', 'bought', 'this', 'in', 'my', 'usual', 'size', 'small', 'it', 'is', 'really', 'light', 'and', 'airy', 'very', 'pretty', 'as', 'the', 'other', 'reviewer', 'noted', 'it', 'is', 'longer', 'in', 'front', 'and', 'shorter', 'in', 'the', 'back', 'the', 'back', 'hit', 'my', 'waistband', 'as', 'it', 'does', 'on', 'the', 'model', 'in', 'the', 'picture', 'it', 'hid', 'my', 'bra', 'very', 'well', 'always', 'a', 'plus', 'i', 'would', "n't", 'describe', 'the', 'fabric', 'as', 'soft', 'and', 'i', 'did', 'get', 'a', 'static', 'electricity', 'issue', 'but', 'the', 'top', 'stayed', 'put', 'overall', 'very', 'pleased', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['7179,1099,25', 'runs', 'large', 'and', 'sleeves', 'are', 'different', 'from', 'photo', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'because', 'i', 'like', 'the', 'lacing', 'at', 'the', 'neck', 'the', 'dress', 'is', 'high', 'quality', 'and', 'comfortable', 'but', 'it', 'runs', 'very', 'large', 'also', 'the', 'sleeves', 'on', 'the', 'model', 'are', 'gathered', 'the', 'sleeves', 'on', 'the', 'dress', 'i', 'received', 'just', 'hang', 'loose', 'and', 'big', 'at', 'the', 'wrist', 'with', 'no', 'gathering', 'whatsoever', 'they', "'re", 'so', 'wide', 'at', 'the', 'bottom', 'you', 'ca', "n't", 'really', 'roll', 'them', 'up', 'without', 'them', 'falling', 'down', 'the', 'next', 'second', 'it', 'also', 'runs', 'quite', 'long', 'longer', 'than', 'on', 'the', 'model', 'and', 'i', "'m", '5', '9', 'unfortunately', 'i', 'guess', 'i', "'ll", 'be', 'returning', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7180,903,41', 'i', 'love', 'this', 'sweater', 'i', 'checked', 'runs', 'large', 'but', 'it', "'s", 'really', 'just', 'a', 'roomy', 'sweater', 'i', 'bought', 'the', 'small', 'which', 'is', 'what', 'i', 'usually', 'buy', 'but', 'it', 'is', 'big', 'enough', 'to', 'wear', 'over', 'long', 'sleeve', 'shirts', 'etc', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'i', 'think', 'i', 'wore', 'it', '3', 'days', 'straight', 'when', 'i', 'first', 'got', 'it', 'one', 'of', 'those', 'pieces', 'that', 'you', 'will', 'wear', 'over', 'and', 'over', 'wore', 'it', 'with', 'jeans', 'and', 'a', 'blouse', 'then', 'with', 'palazzos', 'and', 'a', 'tee', 'and', 'then', 'over', 'my', 'workout', 'wear', 'the', 'next', 'day', 'before', 'deciding', 'it', 'was', 'time', 'to', 'give', 'it', 'a', 'rest', 'love', 'this', 'sweater', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7181,860,31', ',love', 'this', 'turtleneck', 'it', "'s", 'perfect', 'for', 'fall', 'and', 'to', 'layer', 'i', "'m", 'usually', 'an', 'xs', 'in', 'things', 'from', 'retailer', 'and', 'this', 'is', 'no', 'different', 'i', 'definitely', 'recommend.,5,1,0', 'general', 'tops', 'knits'] ['7182,1098,38', 'lovely', 'summer', 'dress', 'i', 'love', 'this', 'beautiful', 'summer', 'dress', 'i', 'am', 'tall', '5', '10', 'and', 'this', 'dress', 'is', 'a', 'great', 'length', 'on', 'me', 'sometimes', 'with', 'high/low', 'dresses', 'the', 'high', 'is', 'too', 'short', 'but', 'this', 'dress', 'is', 'perfect', 'it', 'does', 'run', 'large', 'i', 'originally', 'ordered', 'a', 'medium', 'but', 'had', 'to', 'return', 'it', 'for', 'a', 'small', 'it', 'is', 'very', 'voluminous', 'my', 'only', 'complaint', 'would', 'be', 'the', 'arm', 'holes', 'are', 'huge', 'i', 'am', 'going', 'to', 'have', 'to', 'wear', 'a', 'camisole', 'or', 'bandeau', 'top', 'under', 'it', 'or', 'you', 'can', 'see', 'my', 'bra', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7183,1092,27', 'darling', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'my', 'mom', 'she', 'usually', 'does', 'not', 'even', 'try', 'dresses', 'on', 'because', 'she', 'feels', 'that', 'they', 'highlight', 'her', 'problem', 'areas', 'but', 'she', 'is', 'going', 'on', 'a', 'vacation', 'soon', 'and', 'i', 'thought', 'she', 'could', 'should', 'bring', 'something', 'different', 'for', 'her', 'trip', 'thankfully', 'the', 'embroidered', 'waters', 'shirtdress', 'completely', 'surprised', 'her', 'the', 'fabric', 'is', 'soft', 'and', 'light', 'the', 'blue', 'is', 'vibrant', 'and', 'perfect', 'for', 'spring/summer', 'and', 'the', 'cutwork', 'detailing', 'is', 'flirty', 'without', 'being', 'too', 'risky', 'or', 'revealing', 'she', "'s", 'really', 'excited', 'about', 'this', 'a', ',5,1,6', 'general', 'dresses', 'dresses'] ['7184,1098,39', 'giant', 'arm', 'holes', 'i', 'would', 'have', 'kept', 'this', 'dress', 'if', 'it', 'were', "n't", 'for', 'the', 'giant', 'arm', 'holes', 'and', 'reveal', 'my', 'entire', 'bra', 'on', 'both', 'sides', 'other', 'than', 'that', 'it', 'looks', 'just', 'like', 'it', 'does', 'on', 'the', 'model', 'and', 'is', 'a', 'nice', 'substantial', 'material', ',2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['7185,860,60', 'great', 'relaxed', 'top', 'love', 'this', 'top', 'looks', 'great', 'on', 'not', 'uncomfortable', 'it', "'s", 'the', 'right', 'length', 'the', 'fabric', 'is', 'nice', 'and', 'it', 'feels', 'good', 'on', ',5,1,0', 'general', 'tops', 'knits'] ['7186,868,67', 'effortless', 'beauty', 'i', 'have', 'been', 'eyeing', 'this', 'top', 'for', 'a', 'couple', 'weeks', 'and', 'finally', 'found', 'it', 'in', 'my', 'store', 'it', 'was', 'a', 'good', 'sign', 'when', 'i', 'saw', 'our', 'stores', 'in-house', 'stylist', 'wearing', 'it', 'i', 'absolutely', 'love', 'the', 'fit', 'it', "'s", 'soft', 'and', 'stretchy', 'and', 'fabric', 'is', 'nice', 'quality', 'i', "'m", 'typically', 'a', 'medium', 'sometimes', 'large', 'i', 'bought', 'the', 'medium', 'and', 'it', "'s", 'perfect', 'i', 'could', 'have', 'gone', 'down', 'to', 'a', 'small', 'as', 'well', 'the', 'large', 'was', 'way', 'too', 'big', 'for', 'reference', 'i', "'m", '5', '8', 'athletic', '150lbs', 'this', 'top', 'is', 'going', 'to', 'take', 'me', 'everywhere', 'this', 'summer', 'worth', 'a', 'try', ',5,1,2', 'general', 'tops', 'knits'] ['7187,868,63', 'a', 'different', 'look', 'i', 'really', 'was', 'surprised', 'at', 'how', 'much', 'i', 'liked', 'this', 'top', 'it', 'is', 'as', 'others', 'pointed', 'out', 'a', 'poncho', 'type', 'overlay', 'with', 'a', 'tank', 'connected', 'underneath', 'it', 'is', 'very', 'comfortable', 'and', 'forgiving', 'of', 'any', 'body', 'boo', 'boos', 'looks', 'great', 'with', 'skinny', 'white', 'pants', ',5,1,1', 'general', 'tops', 'knits'] ['7188,869,66', 'love', 'this', 'top', 'i', 'was', "n't", 'sure', 'how', 'this', 'top', 'would', 'look', 'on', 'me', 'but', 'i', 'tried', 'it', 'on', 'and', 'i', 'love', 'it', 'plus', 'it', 'is', 'very', 'comfortable', 'i', 'would', 'highly', 'recommend', 'it', ',5,1,6', 'general', 'tops', 'knits'] ['7189,903,50', 'soft', 'and', 'cozy', 'perfect', 'cozy', 'sweater', 'nice', 'details', 'exactly', 'what', 'i', 'wanted', 'to', 'upgrade', 'from', 'sweatshirts', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7190,824,21', 'terrible', 'i', 'am', 'very', 'disappointed', 'with', 'this', 'order', 'the', 'shirt', 'looks', 'and', 'feels', 'cheap', 'is', 'not', 'flattering', 'in', 'any', 'way', 'i', 'am', 'sending', 'it', 'back', 'right', 'away', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['7191,860,32', 'cozy', 'i', 'am', '5', '8', 'and', 'about', '145', 'lbs', 'curvy', 'through', 'hips', 'small', 'up', 'top', 'and', 'i', 'got', 'a', 'small', 'and', 'it', 'fit', 'great', 'i', 'got', 'it', 'in', 'the', 'wine', 'and', 'it', 'is', 'a', 'pretty', 'color', 'for', 'fall', 'into', 'winter', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'cozy', ',5,1,1', 'general', 'tops', 'knits'] ['7192,825,38', ',what', 'a', 'great', 'top', 'unusual', 'design,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['7193,985,24', ',loved', 'this', 'jacket', 'so', 'much', 'i', 'bought', 'both', 'colors', 'this', 'jacket', 'is', 'simple', 'yet', 'adds', 'so', 'much', 'to', 'an', 'outfit', 'the', 'lightweight', 'material', 'makes', 'it', 'perfect', 'for', 'the', 'florida', 'seasons', 'as', 'for', 'the', 'snaps', 'mine', 'work', 'perfectly', 'i', 'usually', 'just', 'keep', 'them', 'undone', 'for', 'my', 'hands', 'the', 'sizing', 'i', 'think', 'runs', 'a', 'bit', 'large', 'i', 'usually', 'am', 'a', 'medium', 'but', 'ordered', 'smalls', 'and', 'they', 'fit', 'perfectly', 'even', 'with', 'the', 'perfect', 'amount', 'of', 'breathing', 'room', 'highly', 'recommend,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['7194,903,39', 'beautiful', 'but', 'runs', 'really', 'big', 'i', 'typically', 'wear', 'a', 'size', 'xl', 'in', 'retailer', 'clothes', 'i', "'m", 'a', 'size', '16', 'in', 'tops', 'and', 'this', 'sweater', 'in', 'xl', 'fit', 'really', 'baggy', 'with', 'no', 'form', 'fitting', 'it', "'s", 'super', 'soft', 'and', 'i', 'love', 'the', 'color', 'but', 'it', 'was', 'just', 'unflattering', 'on', 'me', ',3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7195,863,66', 'awkward', 'maybe', 'i', 'should', "n't", 'have', 'sized', 'up', 'to', 'an', 'xl', 'but', 'i', "'m", 'not', 'sure', 'a', 'smaller', 'size', 'would', 'have', 'solved', 'the', 'weird', 'fit', 'the', 'vee', 'is', 'quite', 'low', 'and', 'i', "'m", 'busty', 'it', "'ll", 'be', 'really', 'low', 'if', 'you', "'re", 'smaller', 'on', 'top', 'the', 'fit', 'from', 'back', 'to', 'front', 'where', 'it', 'ties', 'looked', 'horrible', 'on', 'me', 'not', 'tight', 'at', 'all', 'it', "'s", 'almost', 'balloon', 'like', 'around', 'the', 'hem', 'and', 'from', 'the', 'side', 'view', 'i', 'looked', 'like', 'a', 'really', 'wide', 'green', 'apple', 'i', 'hate', 'leaving', 'a', 'bad', 'review', 'because', 'i', 'know', 'someone', 'may', 'love', 'it', 'but', 'i', 'would', "n't", 'recommend', 'it', ',2,1,2', 'general', 'tops', 'knits'] ['7196,860,29', 'love', 'this', 'loved', 'this', 'so', 'much', 'i', 'bought', 'it', 'in', 'black', 'and', 'in', 'grey', 'it', 'fits', 'perfectly', 'and', 'it', 'lays', 'awesomely', 'i', 'ended', 'up', 'buying', 'the', 'black', 'in', 'medium', 'and', 'the', 'grey', 'in', 'large', 'for', 'a', 'bit', 'of', 'a', 'different', 'look', 'for', 'each', 'i', 'usually', 'wear', 'a', 'medium', 'or', 'large', 'so', 'i', "'d", 'say', 'it', 'fits', 'super', 'true', 'to', 'size', 'just', 'depends', 'on', 'how', 'you', 'want', 'it', 'to', 'fit', ',5,1,1', 'general', 'tops', 'knits'] ['7197,868,44', 'did', "n't", 'look', 'good', 'on', 'me', 'thought', 'i', 'would', 'try', 'this', 'as', 'other', 'reviewers', 'loved', 'it', 'and', 'it', "'s", 'out', 'of', 'my', 'comfort', 'zone', 'it', 'looked', 'like', 'a', 'poncho', 'with', 'a', 'baggy', 'tank', 'underneath', 'not', 'worth', 'the', 'price', 'the', 'tassels', 'looked', 'a', 'bit', 'worn', 'as', 'well.,3,0,0', 'general', 'tops', 'knits'] ['7198,927,53', 'allroads', 'vest', 'i', 'love', 'this', 'vest-it', 'is', 'a', 'work', 'of', 'art', 'in', 'its', 'design', 'and', 'construction', 'but', 'extremely', 'wearable', 'absolutely', 'gorgeous', 'on', 'and', 'perfectly', 'warm', 'and', 'functional', 'my', 'favorite', 'thing', 'i', "'ve", 'ever', 'bought', 'at', 'retailer', ',5,1,1', 'general', 'tops', 'sweaters'] ['7199,903,26', 'pretty', 'in', 'pink', 'very', 'soft', 'clean', 'feel', 'i', 'got', 'this', 'in', 'pink', 'and', 'received', 'so', 'many', 'compliments', 'perfect', 'to', 'layer', 'on', 'top', 'of', 'your', 'favorite', 'tee', 'or', 'tank', 'i', 'wish', 'they', 'had', 'it', 'in', 'navy', 'as', 'well', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7200,1092,42', 'beautiful', 'comfy', 'but', 'odd', 'skirt', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'nearly', 'bought', 'it', 'other', 'reviewers', 'commented', 'on', 'the', 'tight', 'chest', 'but', 'i', 'must', 'admit', 'this', 'was', 'the', 'one', 'part', 'of', 'the', 'dress', 'that', 'fit', 'like', 'a', 'dream', 'on', 'me', 'however', 'i', 'am', 'very', 'small', 'busted', '34a', 'the', 'waist', 'is', 'very', 'flattering', 'as', 'well', 'but', 'the', 'skirt', 'seemed', 'to', 'poof', 'out', 'at', 'the', 'wrong', 'spots', 'namely', 'where', 'the', 'pockets', 'are-', 'i', 'love', 'pockets', 'but', 'not', 'when', 'they', 'create', 'extra', 'bulk', 'at', 'my', 'widest', 'points', 'and', 'the', 'skirt', 'was', 'about', 'two', 'or', 'three', 'inches', 'longer', 'than', 'i', 'would', "'ve", 'liked', 'anyt', ',4,1,0', 'general', 'dresses', 'dresses'] ['7201,903,20', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7202,800,29', 'cute', 'and', 'airy', 'cute', 'layered', 'cami', 'great', 'colors', 'for', 'summer', 'or', 'fall', 'very', 'light', 'fabric', 'tends', 'to', 'get', 'a', 'bit', 'staticy', 'shorter', 'in', 'the', 'back', 'than', 'expected', 'but', 'a', 'good', 'versatile', 'top', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['7203,860,53', 'versatile', 'top', 'this', 'top', 'is', 'great', 'for', 'layering', 'or', 'by', 'itself', 'over', 'skinny', 'jeans', 'or', 'leggings', 'i', "'m", '5', '5', 'and', 'this', 'is', 'the', 'perfect', 'length', ',5,1,0', 'general', 'tops', 'knits'] ['7204,903,22', 'wanted', 'to', 'love', 'this', 'is', 'a', 'very', 'lightweight', 'comfy', 'sweater', 'jacket', 'i', 'wanted', 'to', 'love', 'but', 'did', "n't", 'find', 'it', 'special', 'enough', 'for', 'the', 'price', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'medium', 'and', 'tried', 'on', 'both', 'sizes', 'in', 'the', 'gray', 'and', 'the', 'navy', 'the', 'small', 'fit', 'snug', 'in', 'the', 'shoulder', 'but', 'i', 'liked', 'how', 'the', 'layering', 'showed', 'at', 'the', 'bottom', 'of', 'the', 'front', 'that', 'look', 'was', 'lost', 'on', 'the', 'medium', 'though', 'the', 'general', 'fit', 'was', 'better', 'in', 'the', 'end', 'the', 'looked', 'medium', 'too', 'sloppy', 'for', 'my', 'taste', 'and', 'the', 'small', 'felt', 'too', 'small', ',3,1,12', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7205,1092,36', 'casual', 'cool', 'i', 'am', 'tall', 'so', 'this', 'dress', 'hits', 'slightly', 'above', 'the', 'knee', 'on', 'me', 'the', 'peek-a-boo', 'detail', 'on', 'the', 'skirt', 'and', 'shoulders', 'is', 'flirty', 'but', 'still', 'modest', 'this', 'dress', 'is', 'super', 'comfortable', 'and', 'is', 'going', 'to', 'be', 'a', 'summer', 'staple', 'for', 'me', 'i', 'also', 'love', 'that', 'this', 'dress', 'is', 'button-down', 'it', 'is', 'an', 'easy', 'piece', 'to', 'wear', 'for', 'new', 'moms', ',5,1,0', 'general', 'dresses', 'dresses'] ['7206,1092,36', 'adorable', 'i', 'went', 'to', 'retailerplpogie', 'today', 'to', 'try', 'this', 'piece', 'on', 'and', 'it', 'was', 'adorable', 'i', 'really', 'liked', 'the', 'lace', 'part', 'that', 'lightly', 'shows', 'off', 'the', 'legs', 'this', 'does', 'run', 'true', 'to', 'size', 'i', 'am', '5', '5', 'and', '116', 'pounds', 'and', 'wear', 'a', '34b', 'and', 'i', 'was', 'able', 'to', 'button', 'up', 'everything', 'and', 'be', 'comfortable', 'in', 'a', 'size', '0.', 'there', 'is', 'no', 'stretch', 'at', 'all', 'with', 'the', 'materials', 'that', 'they', 'have', 'used', 'so', 'that', 'might', 'be', 'an', 'issue', 'for', 'some', 'the', 'material', 'was', 'actually', 'a', 'bit', 'thicker', 'than', 'what', 'i', 'would', 'have', 'thought', 'for', 'dress', 'like', 'this', 'but', 'i', 'really', 'liked', 'it', 'overall', 'and', ',5,1,2', 'general', 'dresses', 'dresses'] ['7207,1099,29', 'sleeves', 'are', 'inaccurate', 'i', 'originally', 'bought', 'this', 'dress', 'in', 'the', 'store', 'however', 'it', 'ended', 'being', 'a', 'size', 'too', 'big', 'so', 'i', 'reordered', 'the', 'smaller', 'size', 'online', 'although', 'it', 'was', 'backordered', 'for', 'a', 'month', 'when', 'it', 'arrived', 'i', 'noticed', 'the', 'sleeves', 'were', 'not', 'cinched', 'like', 'they', 'are', 'in', 'the', 'picture', 'as', 'well', 'as', 'the', 'original', 'dress', 'i', 'had', 'purchased', 'in-store', 'i', 'thought', 'maybe', 'it', 'had', 'been', 'a', 'fluke', 'so', 'i', 'returned', 'the', 'dress', 'and', 'reordered', 'it', 'again', 'because', 'it', 'is', 'a', 'great', 'dress', 'the', 'second', 'one', 'just', 'arrived', 'and', 'the', 'sleeves', 'are', 'not', 'cinched', 'as', 'well', 'this', 'may', ',2,0,4', 'general', 'dresses', 'dresses'] ['7208,1092,40', 'undecided', 'i', 'have', 'still', 'not', 'decided', 'if', 'i', 'am', 'keeping', 'this', 'dress', 'i', 'sized', 'up', 'according', 'to', 'the', 'other', 'reviews', 'i', 'typically', 'wear', 'a', '6', 'so', 'i', 'got', 'an', '8.', 'it', 'fit', 'me', 'just', 'fine', 'on', 'top', 'but', 'i', 'am', 'a', '36b', 'so', 'fairly', 'small', 'because', 'of', 'the', 'photos', 'i', 'expected', 'the', 'dress', 'to', 'be', 'a-line', 'and', 'flare', 'out', 'at', 'the', 'hips', 'it', 'did', 'not', 'that', 'that', "'s", 'why', 'i', 'am', 'unsure', 'i', "'d", 'like', 'it', 'to', 'flare', 'out', 'a', 'little', 'more', 'than', 'it', 'does', 'it', 'would', 'be', 'more', 'flattering', 'and', 'more', 'comfortable', 'i', 'love', 'the', 'dress', 'otherwise', 'i', 'think', 'i', 'may', 'take', 'it', 'to', 'a', 'tailor', 'and', 'see', 'if', 'there', ',4,1,0', 'general', 'dresses', 'dresses'] ['7209,903,49', 'so', 'soft', 'but', 'the', 'pieces', 'do', "n't", 'fit', 'i', 'ordered', 'the', 'pink', 'and', 'it', 'was', 'gorgeous', 'the', 'color', 'and', 'feel', 'were', 'so', 'soft', 'i', 'would', 'have', 'kept', 'it', 'if', 'it', 'were', 'a', 'blanket', 'but', 'i', 'did', 'send', 'it', 'back', 'because', 'as', 'a', 'sweater', 'it', 'just', 'did', "n't", 'lay', 'right', 'it', 'has', 'a', 'sort', 'of', 'inside', 'layer', 'that', 'just', 'did', "n't", 'fit', 'right', 'with', 'the', 'outside', 'sweater', 'layer', 'so', 'it', 'ended', 'up', 'puffing', 'up', 'on', 'the', 'sides', 'at', 'the', 'waist', 'that', 'was', 'not', 'flattering', 'and', 'the', 'hood', 'was', 'too', 'large', 'and', 'floppy', 'looking', 'too', 'bad', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7210,1099,33', 'please', 'bring', 'this', 'dress', 'back', 'this', 'dress', 'is', 'so', 'cute', 'will', 'you', 'be', 'bringing', 'it', 'back', 'retailer', ',5,1,4', 'general', 'dresses', 'dresses'] ['7211,1098,36', 'very', 'flattering', 'this', 'dress', 'is', 'very', 'flattering', 'great', 'unique', 'dress.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7212,1083,37', 'very', 'flattering', 'this', 'was', 'was', 'a', 'great', 'buy', 'i', 'got', 'in', 'on', 'sale', 'and', 'the', 'quality', 'is', 'really', 'excellent', 'the', 'material', 'is', 'thick', 'and', 'stretchy', 'there', 'is', 'a', 'spanx', 'like', 'liner', 'which', 'is', 'really', 'nice', 'as', 'well', 'for', 'smoothing', 'out', 'the', 'bumps', 'the', 'dress', 'style', 'and', 'cut', 'is', 'very', 'slimming', 'i', 'am', 'more', 'a', 'size', '14', 'at', "5'10", 'and', 'the', '12', 'fit', 'well', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'regarding', 'the', 'twisted', 'shoulder', 'it', 'does', "n't", 'lay', 'on', 'me', 'either', 'like', 'it', 'does', 'on', 'the', 'model', 'but', 'it', 'does', "n't", 'detract', 'from', 'the', 'dress', 'so', 'its', 'a', 'keeper', 'given', 'the', 'other', 'positives', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7213,869,45', ',cute', 'top', 'but', 'does', 'stretch', 'out', 'a', 'bit', 'throughout', 'the', 'day.,4,1,0', 'general', 'tops', 'knits'] ['7214,1092,35', 'beautiful', 'design', 'interesting', 'execution', 'i', 'saw', 'this', 'in', 'that', 'postcard', 'catalog', 'and', 'it', 'drew', 'my', 'attention', 'immediately', 'so', 'when', 'i', 'saw', 'it', 'at', 'the', 'store', 'i', 'knew', 'i', 'would', 'try', 'it', 'on'] ['this', 'dress', 'is', 'gorgeous', 'the', 'lace', 'is', 'sturdy', 'and', 'wo', "n't", 'easily', 'be', 'caught', 'on', 'things', 'the', 'chambray', 'is', 'substantial', 'but', 'light', 'it', "'s", 'put', 'together', 'well', 'and', 'the', 'slip', 'covers', 'greatly', 'the', 'material', 'is', "n't", 'stretchy', 'but', 'it', 'keeps', 'it', 'shape', 'and', 'i', 'like', 'that', 'i', "'m", '5', '7', 'and', 'it', 'hit', 'me', 'right', 'at', 'the', 'knee', 'so', 'it', "'s", 'a', 'good', 'length', 'if', 'you', 'wanted', 'to', 'wear', 'it', 'with', 'a', 'cardigan', 'to', 'work', 'as', 'a', 'spring', ',3,1,10', 'general', 'dresses', 'dresses'] ['7215,1083,28', 'good', 'quality', 'odd', 'fit', 'this', 'just', 'did', 'not', 'sit', 'well', 'on', 'me', 'while', 'the', 'length', 'was', 'fine', 'and', 'the', 'fabric', 'was', 'a', 'nice', 'thick', 'weave', 'with', 'a', 'flattering', 'amount', 'of', 'stretch', 'the', 'twist', 'at', 'the', 'shoulder', 'just', 'looked', 'odd', 'it', 'did', 'not', 'sit', 'flat', 'at', 'all', 'so', 'it', 'just', 'looked', 'like', 'i', 'had', 'gotten', 'dressed', 'in', 'the', 'dark', 'and', 'had', 'not', 'managed', 'to', 'sort', 'out', 'my', 'sleeves', 'given', 'the', 'spot-on', 'quality', 'i', 'would', 'definitely', 'look', 'into', 'other', 'items', 'from', 'this', 'brand', 'but', 'back', 'this', 'dress', 'went', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7216,903,62', 'chic', 'layer', 'this', 'hoodie', 'has', 'a', 'lovely', 'flattering', 'drape', 'and', 'fits', 'true-to-size', 'm', 'for', 'me', 'and', 'is', 'light', 'but', 'quite', 'warm', 'the', 'cottony', 'nylon', 'layers', 'along', 'the', 'front', 'panels', 'and', 'hood', 'add', 'style', 'it', 'will', 'be', 'warm', 'enough', 'as', 'an', 'outer', 'layer', 'on', 'a', 'slightly', 'brisk', 'day', 'or', 'indoors', 'in', 'cooler', 'weather', 'i', 'was', 'going', 'to', 'opt', 'for', 'the', 'blue', 'but', 'in', 'the', 'store', 'the', 'light', 'gray', 'which', 'is', 'a', 'bit', 'darker', 'and', 'more', 'marled', 'than', 'online', 'at', 'least', 'on', 'my', 'monitor', 'looked', 'really', 'lovely', 'and', 'seemed', 'more', 'versatile', ',5,1,25', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7217,860,55', 'betcha', 'just', 'ca', "n't", 'buy', 'one', 'great', 'turtleneck', 'very', 'comfortable', 'and', 'not', 'tight', 'around', 'the', 'neck', 'at', 'all', 'the', 'material', 'is', 'super', 'soft', 'and', 'washes', 'well', 'i', 'ended', 'up', 'getting', 'all', '3', 'colors', 'my', 'only', 'regret', 'is', 'that', 'there', 'are', 'only', '3', 'colors', 'i', 'absolutely', 'love', 'this', 'top', 'i', 'also', 'like', 'the', 'many', 'complements', 'i', "'ve", 'received', 'while', 'wearing', 'them', 'i', 'am', 'full', 'figured', 'and', 'the', 'fit', 'is', 'very', 'flattering', ',5,1,1', 'general', 'tops', 'knits'] ['7218,1092,34', 'beware', 'if', 'you', "'re", 'fuller', 'in', 'the', 'chest', 'i', 'loved', 'the', 'lace', 'detailing', 'all', 'over', 'this', 'dress', 'and', 'the', 'fact', 'it', 'had', 'pockets', 'and', 'was', 'mostly', 'cotton', 'it', 'just', 'looked', 'so', 'inviting', 'so', 'i', 'grabbed', 'two', 'sizes', 'to', 'try', 'on', '10', '12', 'that', '99', 'of', 'the', 'time', 'fit', 'me', 'with', 'retailer', 'clothes', 'here', 'are', 'my', 'thoughts'] ['__________'] ['pros'] ['lace', 'detailing', 'is', 'lovely', 'all', 'over'] ['everything', 'runs', 'tts', 'except', 'at', 'the', 'bust', 'see', 'below'] ['breathable', 'fabric', 'comfortable'] ['_________'] ['cons'] ['i', "'m", 'a', '36c', 'and', 'could', 'not', 'button', 'the', 'top', 'two', 'buttons', 'of', 'this', 'dress', 'in', 'a', 'size', '10', 'i', "'m", '5', '9', 'hourglass', 'a', ',3,1,122', 'general', 'dresses', 'dresses'] ['7219,868,53', 'versatile', 'comfy', 'we', "'ll", 'made', 'a', 'feminine', 'yet', 'mature', 'looking', 'cami', 'i', 'did', 'not', 'need', 'to', 'wear', 'a', 'bra', 'because', 'the', 'material', 'is', 'thick', 'and', 'stretchy', 'i', 'am', 'a', '34a', 'it', 'looks', 'great', 'with', 'a', 'pencil', 'skirt', 'as', 'well', 'as', 'chino', 'shorts', 'feels', 'soft', 'and', 'comfy', 'can', 'dress', 'it', 'up', 'or', 'down', 'i', 'took', 'a', 'small', 'and', 'it', 'fit', 'perfectly', 'l', 'am', '5', '4', '120lbs', ',5,1,3', 'general', 'tops', 'knits'] ['7220,1083,40', 'gorgeous', 'dress', 'i', 'love', 'the', 'dress', 'fits', 'as', 'pictured', 'i', "'m", 'a', 'size', '4', 'and', 'fits', 'just', 'right', 'it', 'is', 'a', 'keeper', 'well', 'made', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7221,1092,42', 'pretty', 'dress', 'it', "'s", 'a', 'pretty', 'dress', 'my', 'only', 'concern', 'is', 'the', 'sleeve', 'length', 'it', "'s", 'an', 'awkward', 'length', 'and', 'makes', 'the', 'dress', 'look', 'a', 'little', 'frumpy', 'i', 'turned', 'the', 'sleeve', 'up', 'once', 'and', 'it', 'looks', 'so', 'much', 'better', 'or', 'if', 'you', 'are', 'a', 'savvy', 'sewer', 'you', 'may', 'want', 'to', 'tighten', 'a', 'little', 'in', 'the', 'arms', 'so', 'the', 'sleeve', 'is', 'a', 'bit', 'more', 'fitted', 'overall', 'quality', 'and', 'feel', 'is', 'very', 'good', 'i', 'usually', 'fit', 'into', 'a', '6', 'but', 'for', 'this', 'dress', 'i', 'ordered', 'both', '6', 'and', '8', 'and', 'kept', 'the', '8.', 'the', 'chest', 'is', 'a', 'bit', 'snug', 'and', 'the', 'button', 'pops', 'open', 'if', 'you', 'do', "n't", 'order', 'the', 'correct', 'size', ',4,1,0', 'general', 'dresses', 'dresses'] ['7222,1098,46', 'a', 'longing', 'i', 'was', 'eyeing', 'this', 'dress', 'for', 'some', 'time', 'and', 'was', 'undecided', 'about', 'making', 'the', 'purchase', 'at', 'a', 'reduced', 'price', 'and', '40', 'discount', 'i', 'had', 'to', 'succumb', 'i', 'was', 'surprised', 'by', 'the', 'fabric', 'a', 'bit', 'flimsy', 'however', 'the', 'design', 'makes', 'up', 'for', 'the', 'style', 'i', "'m", 'anxious', 'to', 'wear', 'at', 'the', 'first', 'opportunity', 'of', 'spring/summer', ',4,1,0', 'general', 'dresses', 'dresses'] ['7223,869,34', 'loose', 'comfy', 'shirt', 'i', 'found', 'it', 'hard', 'to', 'pair', 'with', 'bottoms', 'fit', 'was', "n't", 'very', 'flattering', 'for', 'me.,3,1,0', 'general', 'tops', 'knits'] ['7224,903,66', 'great', 'hoodie', 'very', 'comfortable', 'and', 'looks', 'really', 'good', 'on', 'me', 'that', "'s", 'very', 'important', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7225,1092,32', ',so', 'disappointed', 'beautiful', 'dress', 'in', 'the', 'photographs', 'but', 'the', 'cut', 'was', 'incredibly', 'strange', 'loose', 'and', 'baggy', 'through', 'the', 'top', 'and', 'mid-section', 'but', 'tight', 'around', 'the', 'buttock', 'and', 'thighs.,1,0,0', 'general', 'dresses', 'dresses'] ['7226,903,43', 'this', 'product', 'has', 'great', 'features', 'it', "'s", 'super', 'soft', 'it', 'fits', 'great', 'happy', 'with', 'the', 'purchase.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7227,409,31', 'cute', 'romper', 'material', 'meh', 'cute', 'romper', 'love', 'the', 'pattern', 'but', 'the', 'material', 'seems', 'cheap', 'and', 'flimsy', 'and', 'is', 'staticky', 'for', 'the', 'price', 'it', 'should', 'be', 'better', 'quality', 'also', 'i', "'m", 'fairly', 'short', 'and', 'hits', 'high', 'on', 'the', 'leg', 'not', 'sure', 'how', 'anyone', 'taller', 'could', 'make', 'it', 'work', ',4,1,6', 'general', 'bottoms', 'shorts'] ['7228,903,57', 'snap', 'front', 'hoodie', 'i', 'have', 'many', 'sweaters', 'but', 'i', 'bought', 'this', 'during', 'the', 'sale', 'and', 'it', 'is', 'very', 'soft', 'and', 'comfortable.,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7229,1092,33', 'beautiful', 'but', 'slight', 'problem', 'i', "'m", 'normally', 'between', 'a', '4-6', 'in', 'retailer', 'dresses', 'i', 'had', 'to', 'go', 'up', 'to', 'a', 'size', '10', 'just', 'to', 'get', 'the', 'buttons', 'across', 'the', 'chest', 'to', 'close', 'and', 'lay', 'properly', 'without', 'feeling', 'like', 'i', 'would', 'bust', 'out', 'definitely', 'not', 'for', 'those', 'with', 'any', 'kind', 'of', 'chest.,3,0,6', 'general', 'dresses', 'dresses'] ['7230,877,27', ',,5,1,0', 'general', 'tops', 'knits'] ['7231,183,35', 'beautiful', 'but', 'narrow', 'i', 'really', 'like', 'the', 'look', 'of', 'these', 'socks', 'and', 'have', 'become', 'obsessed', 'we', 'over-the-knee', 'socks', 'for', 'winter', 'this', 'year', 'they', 'are', 'very', 'tick', 'which', 'is', 'nice', 'for', 'keeping', 'warm', 'and', 'for', 'durability', 'for', 'a', 'long', 'lasting', 'product', 'my', 'only', 'complaint', 'is', 'that', 'they', 'are', 'very', 'difficult', 'to', 'get', 'over', 'the', 'knee', 'this', 'can', 'be', 'a', 'great', 'thing', 'because', 'they', 'certainly', 'do', 'stay', 'put-which', 'is', 'a', 'huge', 'problem', 'with', 'over-the-knee', 'socks', 'however', 'by', 'the', 'end', 'of', 'the', 'day', 'i', 'was', 'pretty', 'sure', 'i', 'was', 'going', 'to', 'lose', 'a', 'leg', 'from', 'poor', 'circulation'] [] ['i', 'am', 'still', ',3,0,15', 'initmates', 'intimate', 'legwear'] ['7232,918,34', 'breathtakingly', 'lovely', 'the', 'pictures', 'do', "n't", 'do', 'this', 'cardi', 'justice', 'it', "'s", 'so', 'lovely', 'and', 'ladylike', 'it', "'s", 'seems', 'very', 'well', 'made', 'please', 'can', 'we', 'have', 'more', 'from', 'this', 'designer', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7233,877,56', 'great', 'spring', 'cardigan', 'looking', 'forward', 'to', 'wearing', 'this', 'on', 'chilly', 'spring', 'mornings', 'ordered', 'in', 'the', 'navy', 'fits', 'true', 'to', 'size.,5,1,0', 'general', 'tops', 'knits'] ['7234,877,35', 'living', 'in', 'this', 'this', 'is', 'probably', 'one', 'of', 'the', 'best', 'retailer', 'purchases', 'i', 'have', 'ever', 'made', 'this', 'is', 'the', 'most', 'comfy', 'and', 'warm', 'cardigan', 'and', 'is', 'a', 'good', 'thickness', 'for', 'fall', 'and', 'winter', 'i', 'am', '5', '9', 'a', 'size', '6/8', 'and', 'the', 'medium', 'was', 'perfect', 'buy', 'this', 'now', ',5,1,2', 'general', 'tops', 'knits'] ['7235,868,32', 'huge', 'but', 'so', 'soft', 'i', "'ll", 'start', 'this', 'by', 'saying', 'i', 'usually', 'wear', 'a', 'm', 'or', 'l', 'depending', 'on', 'the', 'shirt', 'i', "'m", '20', 'weeks', 'pregnant', 'and', 'ordered', 'a', 'medium', 'it', "'s", 'huge', 'i', 'was', 'thinking', 'i', 'would', 'be', 'able', 'to', 'wear', 'this', 'for', 'a', 'bit', 'while', 'preggo', 'and', 'then', 'would', 'be', 'able', 'to', 'wear', 'it', 'after', 'baby', 'with', 'no', 'problem', 'i', "'m", 'going', 'to', 'order', 'a', 'small', 'because', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'i', 'love', 'the', 'design', 'and', 'color.,4,1,1', 'general', 'tops', 'knits'] ['7236,877,41', ',comfy', 'cozy', ',4,1,0', 'general', 'tops', 'knits'] ['7237,906,35', 'very', 'pretty', 'and', 'versatile', 'this', 'goes', 'well', 'for', 'cool', 'weather', 'great', 'with', 'jeans', 'or', 'other', 'casual', 'pants', 'i', 'got', 'the', 'green', 'it', "'s", 'more', 'of', 'a', 'teal', 'color', 'but', 'pretty', 'runs', 'large', 'i', 'usually', 'run', 'between', 'small', 'and', 'medium', 'i', 'got', 'the', 'small', 'and', 'it', "'s", 'a', 'tad', 'too', 'loose', 'on', 'me', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7238,877,35', 'quality', 'this', 'is', 'the', 'best', 'item', 'i', 'have', 'gotten', 'form', 'retailer', 'the', 'quality', 'is', 'amazing', 'soft', 'covers', 'my', 'butt', 'classic', 'piece', ',5,1,10', 'general', 'tops', 'knits'] ['7239,906,41', 'cute', 'but', 'too', 'big', 'need', 'to', 'exchange', 'i', 'have', 'a', 'hard', 'time', 'with', 'sizes', 'here', 'i', 'literally', 'can', 'wear', 'sm-large', 'depending', 'on', 'the', 'brand', 'so', 'it', "'s", 'hard', 'to', 'buy', 'online', 'i', 'was', 'worried', 'this', 'would', 'be', 'too', 'short', 'as', 'i', "'m", '5', '9', 'so', 'i', 'got', 'a', 'large', 'and', 'it', "'s", 'a', 'little', 'too', 'bulky', 'i', 'will', 'be', 'heading', 'to', 'the', 'store', 'to', 'exchange', 'and', 'hope', 'they', 'have', 'a', 'green', 'one', 'left', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7240,877,46', 'fantastic', 'sweater', 'i', 'ordered', 'the', 'navy/gray', 'version', 'in', 'size', 'xl', 'it', 'fits', 'me', 'true', 'to', 'size', 'matching', 'the', 'online', 'photos', 'the', 'colors', 'matched', 'too', 'the', 'fabric', 'is', 'so', 'soft', 'it', "'s", 'warm', 'while', 'being', 'lighter', 'in', 'weight', 'very', 'comfortable', 'the', 'collar', 'was', "n't", 'bulky', 'either', 'it', "'s", 'made', 'to', 'last', 'one', 'of', 'my', 'retailer', 'favorites', ',5,1,0', 'general', 'tops', 'knits'] ['7241,1050,34', 'cute', 'design', 'poor', 'quality', 'the', 'embroidery', 'on', 'the', 'side', 'is', 'cute', 'and', 'they', "'re", 'nice', 'and', 'airy', 'for', 'hot', 'days', 'however', 'the', 'stitching', 'on', 'the', 'legs', 'unraveled', 'after', 'only', 'two', 'washes', 'also', 'they', "'re", 'extremely', 'long', 'i', "'m", '5', '7', 'and', 'had', 'to', 'take', 'them', 'up', 'around', '3', 'inches', ',3,0,1', 'general', 'bottoms', 'pants'] ['7242,1028,24', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7243,877,31', ',great', 'long', 'cardigan', 'i', 'wear', 'this', 'with', 'a', 'simple', 'tank,5,1,4', 'general', 'tops', 'knits'] ['7244,183,51', 'lovely', 'socks', 'these', 'are', 'just', 'perfect', 'exactly', 'as', 'pictured', 'if', 'not', 'nicer', 'very', 'soft', 'and', 'comfy', 'with', 'a', 'big', 'sweater', 'on', 'for', 'winter', 'months', ',5,1,3', 'initmates', 'intimate', 'legwear'] ['7245,868,32', 'size', 'down', '1-2', 'sizes', 'i', 'am', 'normally', 'a', 'm-l', '170', 'lbs', '5', '4', '34dd', 'i', 'ordered', 'this', 'top', 'in', 'a', 'medium', 'knowing', 'it', 'ran', 'big', 'and', 'it', 'is', 'huge', 'seriously', 'i', 'could', 'wear', 'it', 'as', 'a', 'dress', 'i', 'like', 'the', 'whole', 'loose', 'and', 'comfy', 'top', 'thing', 'but', 'this', 'is', 'so', 'massive', 'it', 'looks', 'sloppy', 'i', "'m", 'going', 'try', 'and', 'return', 'it', 'for', 'a', 'small', 'hey', 'i', 'like', 'that', 'i', 'can', 'wear', 'a', 'small', 'the', 'green', 'color', 'really', 'is', 'pretty', 'and', 'it', "'s", 'so', 'soft', 'just', 'need', 'a', 'much', 'smaller', 'size', ',3,1,0', 'general', 'tops', 'knits'] ['7246,1082,77', 'perfect', 'for', 'hot', 'days', 'i', 'loved', 'the', 'dress', 'way', 'more', 'in', 'person', 'than', 'online', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'it', 'is', 'quite', 'beautiful', 'i', 'wear', 'a', 'large', 'in', 'most', 'retailer', 'tops', 'and', 'a', 'size', '8/10', 'in', 'dresses', 'and', 'the', 'large', 'fit', 'perfect.,4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7247,1028,61', 'these', 'jeans', 'i', 'am', 'obsessed', 'the', 'perfect', 'boyfriend', 'fit', 'with', 'an', 'easy', 'relaxed', 'feel', 'i', 'feel', 'instantly', 'cooler', 'when', 'i', 'slip', 'into', 'these', 'do', 'yourself', 'a', 'favor', 'and', 'buy', 'them', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7248,118,52', 'cute', 'top', 'just', 'not', 'as', 'long', 'as', 'in', 'the', 'picture', 'it', 'hit', 'me', 'at', 'my', 'hips', 'not', 'good', ',1,0,0', 'initmates', 'intimate', 'sleep'] ['7249,834,60', 'spring', 'blouse', 'this', 'is', 'a', 'lovely', 'spring', 'blouse', 'with', 'a', 'touch', 'of', 'linen', 'the', 'color', 'and', 'fit', 'is', 'exactly', 'as', 'on', 'the', 'model', 'there', 'is', 'a', 'sweet', 'touch', 'of', 'trim', 'around', 'the', 'waist', 'in', 'a', 'steel', 'blue', 'i', 'can', 'pull', 'the', 'top', 'over', 'my', 'head', 'without', 'unbuttoning', 'it', 'it', 'is', 'tts', 'in', 'my', 'opinion', 'although', 'the', 'buttons', 'on', 'the', 'back', 'add', 'a', 'nice', 'flair', 'they', 'are', 'very', 'fine', 'bottons', 'and', 'tend', 'to', 'unbutton', 'on', 'their', 'own', 'i', 'just', 'tightened', 'the', 'buttonholes', 'with', 'white', 'thread', 'and', 'the', 'problem', 'was', 'fixed', 'so', 'that', "'s", 'why', 'i', 'gave', 'it', '4', 'stars', 'for', 'design', ',5,1,3', 'general', 'tops', 'blouses'] ['7250,1082,57', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'online', 'i', 'loved', 'it', 'and', 'ordered', 'it', 'unfortunately', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'i', 'tried', 'it', 'in', 'a', 'small', 'medium', 'and', 'large', 'for', 'reference', 'i', "'m", '5', '2', '145lbs', '36d', 'the', 'dress', 'is', 'really', 'pretty', 'in', 'person', 'but', 'i', 'looked', 'like', 'a', 'little', 'girl', 'in', 'it', 'my', 'daughter', 'who', 'is', '4', '9', '100lbs', '34a', 'also', 'tried', 'it', 'on', 'and', 'she', 'too', 'looked', 'like', 'a', 'little', 'girl', 'in', 'it', 'the', 'material', 'is', 'beautiful', 'along', 'with', 'the', 'detail', 'at', 'the', 'neckline', 'however', 'the', 'neckline', 'is', 'not', 'open', 'like', 'in', 'the', 'picture', 'it', "'s", 'more', 'pushed', 'toget', ',2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['7251,877,63', 'love', 'love', 'love', 'this', 'is', 'a', 'fabulous', 'cardigan/jacket', 'i', 'saw', 'it', 'on', 'line', 'and', 'read', 'the', 'great', 'reviews', 'and', 'happened', 'to', 'find', 'one', 'of', 'each', 'color', 'in', 'two', 'different', 'stores', 'i', 'bought', 'them', 'both', 'i', 'have', 'practically', 'lived', 'in', 'them', 'the', 'last', 'week', 'in', 'rainy', 'cool', 'weather', 'the', 'white', 'one', 'goes', 'with', 'everything', 'and', 'the', 'blue', 'one', 'in', 'fabulous', 'with', 'jeans', 'and', 'probably', 'other', 'things', 'as', 'well', 'i', 'have', 'gotten', 'several', 'compliments', 'on', 'them', 'immediately', 'they', 'are', 'just', 'the', 'right', 'weight', 'not', 'too', 'heavy', 'but', 'heavy', 'enough', 'and', 'a', 'good', 'sturdy', 'quality', 'mater', ',5,1,1', 'general', 'tops', 'knits'] ['7252,868,44', 'so', 'comfy', 'great', 'fabric', 'this', 'is', 'such', 'a', 'comfy', 'top', 'and', 'the', 'fabric', 'is', 'really', 'great', 'more', 'supple', 'flowy', 'than', 'i', 'expected', 'it', 'does', 'run', 'larger', 'than', 'i', 'expected', 'i', 'typically', 'wear', 'a', 'large', 'and', 'it', "'s", 'almost', 'more', 'billowy', 'than', 'i', 'would', 'normally', 'prefer', 'i', 'would', 'love', 'to', 'try', 'a', 'medium', 'to', 'see', 'the', 'difference', 'but', 'since', 'it', 'was', 'purchased', 'online', 'i', "'m", 'just', 'going', 'with', 'it', 'this', 'will', 'get', 'lots', 'of', 'wear', 'this', 'season', ',5,1,5', 'general', 'tops', 'knits'] ['7253,877,37', 'so', 'great', 'i', 'bought', 'it', 'twice', 'i', 'absolutely', 'adore', 'this', 'cardigan', 'it', "'s", 'easy', 'so', 'comfortable', 'stylish', 'and', 'absolutely', 'flattering', 'on', 'every', 'shape', 'what', 'i', 'love', 'about', 'it', 'most', 'is', 'how', 'long', 'it', 'is', 'i', "'m", '5', '8', 'and', 'the', 'large', 'and', 'xl', 'come', 'well', 'below', 'my', 'bum', 'it', "'s", 'perfect', 'to', 'wear', 'with', 'leggings', 'and', 'boots', 'when', 'i', "'m", 'having', 'a', 'relaxing', 'easy', 'day', 'but', 'i', 'can', 'easily', 'dress', 'it', 'up', 'with', 'denim', 'or', 'a', 'dress', 'underneath', 'totally', 'versatile', 'i', 'originally', 'bought', 'this', 'in', 'a', 'large', 'and', 'it', 'fit', 'well', 'but', 'then', 'we', 'got', 'the', 'xl', 'in', 'the', 'store', 'and', 'i', 'snagged', 'that', 'one', 'too', 'because', 'i', ',5,1,20', 'general', 'tops', 'knits'] ['7254,183,25', 'could', 'not', 'get', 'it', 'over', 'my', 'calves', 'these', 'socks', 'were', 'very', 'thin', 'and', 'the', 'elastic', 'at', 'the', 'top', 'was', 'very', 'rigid', 'i', 'could', 'not', 'get', 'these', 'socks', 'to', 'go', 'any', 'higher', 'than', 'half-way', 'up', 'my', 'calf', 'i', 'would', 'not', 'recommend', 'this', 'product', 'it', 'felt', 'very', 'cheap', 'and', 'not', 'of', 'good', 'quality.,1,0,0', 'initmates', 'intimate', 'legwear'] ['7255,918,48', 'old', 'retailer', 'is', 'back', 'beautiful', 'and', 'soft', 'and', 'so', 'well', 'made', 'cropped', 'cardigan', 'by', 'the', 'in', 'house', 'retailer', 'branding', 'the', 'color', 'is', 'more', 'muted', 'in', 'person', 'but', 'will', 'work', 'with', 'many', 'different', 'skirts', 'and', 'pants', 'including', 'jeans', 'i', 'have', 'many', 'ideas', 'for', 'this', 'lovely', 'cardigan', 'the', 'size', 'medium', 'for', 'my', '34', 'dd', 'chest', '145', 'lbs', 'and', '5', '4', 'inches', 'is', 'perfect', 'and', 'the', 'sleeves', 'bellow', 'out', 'a', 'bit', 'which', 'gives', 'this', 'cardigan', 'a', 'nice', 'sharp', 'look', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'more', 'colors', 'and', 'more', 'of', 'type', 'of', 'quality', 'and', 'character', 'please', 'for', 'seasons', 'ahead', 'lo', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7256,1078,47', 'warm', 'cozy', 'timeless', 'and', 'sexy', 'it', "'s", 'not', 'often', 'you', 'can', 'find', 'a', 'dress', 'that', 'is', 'warm', 'cozy', 'timeless', 'and', 'sexy', 'at', 'the', 'same', 'time', 'but', 'this', 'one', 'is', 'it', 'the', 'material', 'is', 'thick', 'but', 'clings', 'to', 'the', 'body', 'in', 'all', 'the', 'right', 'places', 'i', 'normally', 'wear', 'an', 'xs', 'or', 's', 'and', 'in', 'this', 'i', 'took', 'an', 'xs', 'sleeves', 'are', 'nice', 'and', 'long', 'your', 'shoulders', 'are', 'exposed', 'as', 'much', 'as', 'you', 'want', 'them', 'to', 'be', 'depending', 'on', 'how', 'low', 'you', 'fold', 'over', 'the', 'collar', 'piece', 'i', 'chose', 'to', 'tack', 'mine', 'down', 'in', 'place', 'so', 'i', "'m", 'not', 'always', 'adjusting', 'it'] [] ['i', 'wore', 'this', 'dress', 'with', 'black', 'heeled', 'over-the-knee', 'boots', ',5,1,5', 'general', 'dresses', 'dresses'] ['7257,1078,44', 'simple', 'and', 'well', 'structured', 'this', 'initially', 'caught', 'my', 'eye', 'online', 'and', 'then', 'i', 'immediately', 'tried', 'it', 'on', 'when', 'our', 'store', 'received', 'it', 'the', 'dress', 'is', 'simple', 'and', 'well', 'structured', 'with', 'a', 'tight', 'sweater', 'weave', 'that', 'almost', 'has', 'a', 'hold', 'u', 'in', 'feel', 'therefore', 'it', 'fits', 'like', 'a', 'glove', 'on', ',5,1,8', 'general', 'dresses', 'dresses'] ['7258,1082,41', 'love', 'this', 'dress', 'it', "'s", 'a', 'nice', 'addition', 'to', 'my', 'summer', 'wardrobe', 'easy', 'to', 'wear', 'i', 'am', 'between', 'a', 'large', 'and', 'an', 'ex', 'large', 'in', 'dresses', 'i', 'did', 'order', 'it', 'in', 'a', 'large', 'it', 'was', 'a', 'perfect', 'fit', 'but', 'did', 'exchange', 'it', 'for', 'an', 'ex', 'large', 'i', 'wanted', 'it', 'to', 'have', 'little', 'more', 'swing', 'to', 'it', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7259,1078,38', 'runs', 'big', 'love', 'the', 'dress', 'i', 'usually', 'wear', 'a', 'small', 'and', 'will', 'be', 'exchanging', 'it', 'for', 'an', 'x-small.,4,1,5', 'general', 'dresses', 'dresses'] ['7260,906,33', 'beautiful', 'color', 'looks', 'great', 'on', 'this', 'sweater', 'is', 'wonderful', 'for', 'late', 'summer/early', 'fall', 'or', 'cooler', 'weather', 'over', 'long', 'sleeves', 'the', 'sleeves', 'taper', 'just', 'below', 'the', 'elbow', 'which', 'seems', 'slightly', 'odd', 'when', 'first', 'putting', 'it', 'on', 'as', 'though', 'they', 'should', 'be', 'a', 'tad', 'longer', 'hence', 'the', '4', 'stars', 'but', 'i', 'quickly', 'forget', 'about', 'this', 'while', 'wearing', 'the', 'sweater', 'and', 'it', 'does', 'look', 'great', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7261,183,43', 'too', 'narrow', 'these', 'socks', 'were', 'so', 'narrow', 'especially', 'on', 'top', 'that', 'they', 'pinched', 'my', 'thighs', 'and', 'we', "'re", 'almost', 'painful', 'to', 'wear', 'all', 'day', 'my', 'thighs', 'are', 'pretty', 'narrow', 'i', "'m", 'only', 'five', 'feet', 'tall', 'and', 'my', 'legs', 'and', 'hips', 'are', 'the', 'thinnest', 'part', 'of', 'my', 'body', 'i', 'understand', 'that', 'they', 'need', 'to', 'be', 'reinforced', 'on', 'top', 'so', 'that', 'they', 'do', "n't", 'slip', 'down', 'but', 'these', 'are', 'definitely', 'made', 'for', 'a', 'person', 'who', 'is', 'unhealthily', 'skinny', 'one', 'size', 'is', 'definitely', 'not', 'true', 'they', 'also', 'snag', 'easily', ',2,0,0', 'initmates', 'intimate', 'legwear'] ['7262,1078,47', 'awesome', 'sweater', 'dress', 'lovely', 'body', 'hugging', 'dress', 'hits', 'just', 'below', 'the', 'knee', 'great', 'with', 'boots', 'as', 'shown', 'or', 'with', 'heels', 'very', 'soft', 'material', 'and', 'the', 'peppery', 'color', 'is', 'really', 'pretty', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'to', 'work', 'and', 'out', 'at', 'night', 'this', 'is', 'a', 'winner', ',5,1,3', 'general', 'dresses', 'dresses'] ['7263,868,35', 'very', 'cute', 'this', 'is', 'such', 'a', 'great', 'top', 'it', 'runs', 'huge', 'though', 'i', 'normally', 'wear', 'a', 'small', 'but', 'bought', 'the', 'xs', 'it', 'fits', 'ok.', 'i', 'would', 'prefer', 'the', 'xxs', 'but', 'i', 'bought', 'it', 'on', 'sale', 'and', 'retailer', 'is', 'sold', 'out', 'for', 'reference', 'i', 'am', '5', '6', 'and', 'about', '138', 'lbs', 'very', 'flowy', 'soft', 'fabric', 'great', 'purchase', ',4,1,0', 'general', 'tops', 'knits'] ['7264,1078,57', 'great', 'casual', 'dress', 'i', 'went', 'back', 'and', 'bought', 'this', 'dress', 'after', 'a', 'sales', 'associate', 'told', 'me', 'that', 'it', 'was', 'super', 'cute', 'on', 'but', 'did', "n't", 'look', 'like', 'much', 'on', 'the', 'hanger', 'i', "'m", '5', '3', 'and', 'curvy', 'and', 'the', 's', 'fit', 'great', 'it', 'will', 'look', 'great', 'with', 'boots', 'or', 'booties', 'it', "'s", 'very', 'comfortable', 'and', 'nice', 'quality', 'material', ',5,1,3', 'general', 'dresses', 'dresses'] ['7265,862,35', 'flattering', 'i', 'like', 'this', 'top', 'a', 'lot', 'and', 'have', 'always', 'liked', 'knotted', 'looks', 'around', 'the', 'bust', 'area', 'i', 'do', 'not', 'have', 'a', 'large', 'chest', 'and', 'this', 'kind', 'of', 'top', 'always', 'draws', 'attention', 'in', 'all', 'the', 'right', 'places', 'i', 'was', 'worried', 'the', 'cut', 'would', 'be', 'too', 'low', 'for', 'my', 'comfort', 'level-and', 'it', 'is', 'low', 'but', 'the', 'shirt', 'does', 'not', 'come', 'away', 'from', 'my', 'body', 'in', 'normal', 'movements', 'so', 'i', 'do', 'feel', 'completely', 'comfortable', 'wearing', 'this', 'without', 'a', 'cami', 'underneath', 'i', 'do', "n't", 'prefer', 'this', 'in', 'black', 'because', 'i', 'think', 'the', 'color', 'detracts', 'from', 'the', 'bunches', 'of', 'fabric', 'created', 'by', 'the', ',5,1,10', 'general', 'tops', 'knits'] ['7266,1078,33', 'i', 'will', 'live', 'in', 'this', 'soft', 'comfy', 'great', 'fit', 'this', 'is', 'the', 'perfect', 'cozy', 'item', 'for', 'fall', 'and', 'winter', 'looks', 'really', 'cute', 'with', 'the', 'sleeves', 'rolled', 'or', 'cuffed', 'slightly', 'the', 'fabric', 'is', 'patchworked', 'with', 'linen', 'and', 'a', 'terry/jersey', 'material', 'i', "'m", 'usually', 'a', 'medium', 'and', 'the', 'medium', 'fit', 'great', 'slimming', 'lines', 'and', 'does', 'a', 'great', 'job', 'of', 'being', 'swingy/flared', 'without', 'that', 'tent', 'look', ',5,1,3', 'general', 'dresses', 'dresses'] ['7267,867,39', 'excellent', 'standard', 'for', 'my', 'wardrobe', 'i', 'purchased', 'the', 'black', 'tunic', 'as', 'others', 'have', 'mentioned', 'this', 'piece', 'goes', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings', 'when', 'i', "'m", 'rushing', 'to', 'find', 'something', 'to', 'wear', 'this', 'is', 'one', 'of', 'my', 'go-to', "'s", 'nice', 'coverage', 'not', 'see-through', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7268,1080,44', 'this', 'dress', 'is', 'stunning', 'in', 'person', 'though', 'the', 'pictures', 'do', 'it', 'no', 'justice', 'it', 'was', 'overall', 'a', 'very', 'clingy', 'fit', 'i', "'m", '5', '3', 'with', 'long', 'legs', 'and', 'it', 'was', 'too', 'short', 'for', 'me', 'so', 'i', 'did', 'not', 'purchase', 'but', 'would', 'recommend', 'it', 'for', 'those', 'with', 'short', 'legs', ',4,1,1', 'general', 'dresses', 'dresses'] ['7269,1078,42', 'soft', 'material', 'great', 'dress', 'looking', 'forward', 'to', 'wearing', 'it', 'with', 'tights', 'fits', 'great.,4,1,1', 'general', 'dresses', 'dresses'] ['7270,867,55', 'awesome', 'good', 'quality', 'cute', 'and', 'great', 'color', 'as', 'pictured', 'perfect', 'for', 'leggings', 'or', 'tight', 'ankle', 'pants', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['7271,867,44', 'good', 'tunic', 'great', 'marigold', 'color', 'drapes', 'very', 'nicely', 'and', 'runs', 'true', 'to', 'size', 'easy', 'to', 'wear', 'alone', 'or', 'layer', 'a', 'jacket/cardigan', 'over', 'i', 'purchased', 'this', 'on', 'sale', 'and', 'it', 'was', 'a', 'good', 'buy', 'i', 'am', '5', '8', 'and', 'purchased', 'the', 'size', 'm', 'as', 'i', 'am', 'a', 'pretty', 'true', 'size', '6', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7272,862,28', 'simple', 'and', 'chic', 'i', 'was', 'afraid', 'the', 'twist', 'at', 'the', 'front', 'would', 'be', 'too', 'bulky', 'but', 'it', 'adds', 'a', 'nice', 'extra', 'touch', 'to', 'an', 'otherwise', 'simple', 'shirt', 'i', 'got', 'it', 'in', 'the', 'blue', 'and', 'the', 'color', 'is', 'beautiful', 'a', 'basic', 'piece', 'with', 'a', 'little', 'bit', 'more', 'very', 'happy', ',5,1,0', 'general', 'tops', 'knits'] ['7273,1035,47', 'disappointed', 'although', 'i', 'bought', '2', 'sizes', 'down', 'from', 'my', 'regular', 'size', 'they', 'were', 'still', 'big', 'and', 'made', 'my', 'derriere', 'look', 'flat', 'i', 'would', 'have', 'kept', 'them', 'as', 'weekend', 'kick-around', 'jeans', 'but', 'the', 'flat', 'behind', 'just', 'made', 'them', 'a', 'must', 'return', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['7274,1035,51', 'love', 'these', 'jeans', 'i', 'am', 'so', 'glad', 'i', 'did', 'not', 'miss', 'out', 'on', 'these', 'jeans', 'i', 'am', 'new', 'to', 'pilcro', 'and', 'am', 'finding', 'they', 'fit', 'me', 'so', 'well', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7275,867,69', 'love', 'got', 'this', 'in', 'the', 'gold', 'and', 'it', "'s", 'so', 'much', 'better', 'than', 'i', 'imagined', 'runs', 'longer', 'on', 'my', '5', '4', 'frame', 'than', 'on', 'model', 'but', 'i', 'love', 'this', 'extra', 'long', 'look', 'with', 'white', 'fitted', 'pants', 'and', 'heels', 'total', 'classic', 'easy', 'elegance', 'and', 'comfortable', 'too.,5,1,6', 'general', 'petite', 'tops', 'knits'] ['7276,862,45', 'lovely', 'i', 'was', "n't", 'sure', 'how', 'the', 'knotted', 'front', 'would', 'look', 'on', 'me', 'but', 'it', 'lays', 'perfectly', 'very', 'comfortable', 'well-designed', 'flattering', 'top', 'in', 'lovely', 'rich', 'colors', 'i', "'m", 'normally', 'a', 'small-medium', 'in', 'retailer', 'tops', 'but', 'i', 'got', 'the', 'large', 'as', 'it', 'does', 'run', 'small', 'and', 'i', 'do', "n't", 'like', 'things', 'too', 'clingy', 'so', 'best', 'to', 'try', 'on', 'in', 'store', 'rather', 'than', 'buy', 'online', 'nice', 'simple', 'statement', 'piece', ',5,1,14', 'general', 'tops', 'knits'] ['7277,862,56', 'love', 'this', 'twist-front', 'tee', 'love', 'the', 'petroleum', 'blue'] ['unique', 'twist', 'design'] ['love', 'the', 'sleeve', 'length'] ['perfect', 'for', 'work', 'neckline', 'not', 'too', 'low'] ['great', 'by', 'itself', 'or', 'with', 'a', 'bib', 'necklace', 'and', 'black', 'jacket'] ['absolute', 'winner', ',5,1,0', 'general', 'tops', 'knits'] ['7278,1080,39', 'overall', 'loved', 'but', 'as', 'others', 'stated', 'it', 'was', 'a', 'tad', 'bizarre', 'to', 'have', 'a', 'mock', 'neck', 'on', 'the', 'spring', 'dress', 'however', 'i', 'would', 'wear', 'this', 'in', 'the', 'fall', 'with', 'boots', 'and', 'a', 'nice', 'moto', 'jacket', 'another', 'but', 'is', 'i', 'was', "n't", 'sure', 'about', 'the', 'color', 'i', 'am', 'very', 'pale', 'and', 'the', 'pale', 'color', 'is', 'pretty', 'much', 'my', 'skin', 'color', 'however', 'the', 'blue', 'flowers', 'and', 'black', 'lace', 'make', 'up', 'for', 'it', 'as', 'far', 'as', 'colors', 'and', 'everyone', 'liked', 'it', 'on', 'me', 'lastly', 'cut', 'wow', 'this', 'was', 'just', 'really', 'nice', 'on', 'very', 'flattering', 'i', 'usually', 'try', 'on', 'regular', 'size', 'in', 'store', 'and', 'order', 'petite', 'but', 'th', ',5,1,1', 'general', 'dresses', 'dresses'] ['7279,862,39', 'nice', 'blue', 'i', 'finally', 'tried', 'this', 'on', 'now', 'that', 'it', 'went', 'on', 'sale', 'and', 'it', 'was', 'surprisingly', 'flattereing', 'love', 'the', 'blue', 'color', 'and', 'i', 'assume', 'the', 'purple', 'was', 'equally', 'nice', 'fit', 'is', 'true', 'to', 'size', 'as', 'in', 'i', 'tried', 'on', 'the', 'regular', 'xs', 'and', 'it', 'was', 'great', 'long', 'but', 'ok', 'for', 'me', ',5,1,2', 'general', 'tops', 'knits'] ['7280,862,27', 'great', 'shirt', 'great', 'shirt', 'that', 'runs', 'true', 'to', 'size', 'i', 'got', 'the', 'turqouise', 'color', 'which', 'is', 'very', 'pretty', 'it', 'cuts', 'lower', 'but', 'does', "n't", 'show', 'much', 'cleavage', ',5,1,0', 'general', 'tops', 'knits'] ['7281,1078,43', 'much', 'better', 'in', 'person', 'this', 'is', 'such', 'a', 'fun', 'dress', 'the', 'linen', 'and', 'cotton', 'mixture', 'is', 'very', 'unique', 'and', 'comfortable', 'for', 'reference', 'i', 'am', '5', '3', 'and', 'about', '110', 'pounds', 'the', 'regular', 'xs', 'hits', 'me', 'exactly', 'the', 'way', 'it', 'is', 'shown', 'in', 'the', 'photo', 'the', 'color', 'is', 'a', 'true', 'oatmeal', 'which', 'is', 'so', 'nice', 'for', 'fall', 'and', 'even', 'though', 'i', 'am', 'fair', 'with', 'strawberry', 'blonde', 'hair', 'it', 'does', "n't", 'wash', 'me', 'out', 'the', 'sleeves', 'are', 'a', 'little', 'long', 'but', 'i', 'rolled', 'them', 'once', 'and', 'it', 'is', 'perfect', 'i', 'love', 'this', 'dress', 'and', 'it', 'will', 'look', 'great', 'with', 'booties', 'or', 'boots', 'for', 'the', 'fall', ',5,1,5', 'general', 'dresses', 'dresses'] ['7282,862,38', 'love', 'it', 'i', 'love', 'the', 'way', 'this', 'looks', 'on', 'me', 'definitely', 'flattering', 'on', 'curvy/full-figured', 'girls', 'i', 'am', 'a', '36-38c', 'and', 'bought', 'an', 'xl', 'i', 'do', "n't", 'like', 'things', 'that', 'are', 'too', 'tight', 'or', 'that', 'cling', 'to', 'the', 'wrong', 'areas', 'if', 'they', 'had', 'xl', 'in', 'other', 'sizes', 'i', 'would', 'buy', 'it', 'in', 'every', 'color', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', "'m", 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['7283,862,60', ',beautiful', 'top', 'works', 'wonderful', 'on', 'hourglass', 'figures.,5,1,9', 'general', 'tops', 'knits'] ['7284,862,39', 'great', 'top', 'for', 'day', 'to', 'night', 'fine', 'for', 'work', 'i', "'d", 'think', 'large', 'breasted', 'girls', 'may', 'find', 'it', 'too', 'gaping', 'for', 'work', 'as', 'mentioned', 'but', 'b', 'cup', 'and', 'below', 'does', "n't", 'gape', 'so', 'very', 'work', 'appropriate', ',5,1,0', 'general', 'tops', 'knits'] ['7285,862,33', 'beautiful', 'top', 'upon', 'opening', 'this', 'top', 'i', 'thought', 'for', 'sure', 'it', 'was', 'going', 'to', 'be', 'too', 's', 'mall', 'but', 'it', 'stretches', 'nicely', 'and', 'is', 'gorgeous', 'when', 'on', 'it', 'is', 'a', 'little', 'thin', 'and', 'you', 'have', 'to', 'be', 'careful', 'that', 'it', "'s", 'not', 'too', 'tight', 'or', 'you', 'can', 'see', 'skin', 'through', 'the', 'knots', 'but', 'i', 'love', 'this', 'shirt', 'i', 'got', 'the', 'xs', 'which', 'is', 'my', 'usual', 'size', 'i', 'could', 'probably', 'have', 'used', 'the', 's', 'but', 'did', "n't", 'want', 'to', 'pay', 'for', 'shipping', 'to', 'exchange', 'it', 'as', 'i', 'do', "n't", 'have', 'a', 'store', 'anywhere', 'near', 'me', 'and', 'the', 'xs', 'was', 'fine', ',5,1,0', 'general', 'tops', 'knits'] ['7286,867,56', 'simple', 'light', 'this', 'is', 'a', 'simple', 'light-weight', 'tunic', 'top', 'the', 'construction', 'is', 'fine', 'overall', 'i', "'m", 'happy', 'to', 'see', 'a', 'basic', 'executed', 'well', ',5,1,10', 'general', 'petite', 'tops', 'knits'] ['7287,1025,29', 'finally', 'olive', 'skinny', 'jeans', 'these', 'jeans', 'are', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'love', 'the', 'rich', 'olive', 'color', 'these', 'are', 'definitely', 'an', 'olive', 'green', 'and', 'not', 'a', 'brown', 'color', 'which', 'i', 'was', 'very', 'happy', 'about', 'fit', 'is', 'great', 'i', 'am', '5', '7', '150', 'athletic', 'hippy', 'build', 'and', 'a', 'size', '29', 'fits', 'great', 'they', 'are', 'the', 'perfect', 'ankle', 'length', 'jean', 'very', 'soft', 'and', 'just', 'the', 'right', 'amount', 'of', 'stretch', ',5,1,1', 'general', 'bottoms', 'jeans'] ['7288,1110,46', 'beautiful', 'tent', 'i', 'was', 'so', 'excited', 'to', 'find', 'this', 'dress', 'in', 'the', 'store', 'i', 'immediately', 'headed', 'for', 'the', 'dressing', 'room', 'to', 'try', 'this', 'beauty', 'on', 'what', 'a', 'disappointment', 'the', 'fabric', 'is', 'stunning', 'but', 'the', 'fit', 'is', 'extremely', 'voluminous', 'i', 'am', 'normally', 'a', 'small', 'to', 'medium', 'so', 'i', 'grabbed', 'a', 'small', 'the', 'only', 'way', 'to', 'describe', 'this', 'dress', 'is', 'tentlike', 'it', 'was', 'huge', 'from', 'the', 'waist', 'down', 'i', 'do', "n't", 'think', 'i', 'could', 'size', 'to', 'an', 'xs', 'because', 'i', 'am', 'a', '34d', 'and', 'the', 'top', 'half', 'of', 'the', 'dress', 'fit', 'perfect', 'i', 'was', 'sad', 'to', 'leave', 'the', 'store', 'without', 'this', 'dress', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7289,862,28', 'date', 'night', 'i', "'m", 'always', 'weary', 'of', 'v', 'necks', 'but', 'this', 'shirt', 'is', 'great', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'while', 'it', 'is', 'a', 'v', 'neck', 'it', "'s", 'not', 'such', 'a', 'deep', 'plunge', 'that', 'you', 'need', 'a', 'cami', 'underneath', 'great', 'material', 'too', 'and', 'perfect', 'for', 'dressing', 'up', 'a', 'bit', 'i', 'bought', 'the', 'blue', 'color', 'and', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['7290,1177,32', 'nice', 'material', 'only', 'for', 'smaller', 'busts', 'overall', 'soft', 'material', 'cute', 'pattern', 'but', 'definitely', 'a', 'return', 'as', 'just', 'did', "n't", 'fit', 'right'] [] ['fit', 'i', 'am', 'a', 'six', 'in', 'most', 'tops', 'and', 'based', 'on', 'the', 'size', 'chart', 'i', 'ordered', 'the', 'size', 'small', 'it', 'fit', 'comfortably', 'around', 'my', 'bust', 'but', 'the', 'cup', 'placement', 'was', 'basically', 'at', 'the', 'center', 'of', 'my', 'chest', 'so', 'that', 'my', 'breasts', 'were', 'squished', 'uncomfortably', 'and', 'unflattering', 'in', 'the', 'middle', 'i', "'ve", 'lost', 'a', 'bit', 'of', 'weight', 'recently', 'so', 'i', "'m", 'more', 'of', 'a', '36a', 'than', '36b', 'these', 'days', 'but', 'this', 'would', "n't", 'work', 'for', 'me', 'or', 'i', 'imagine', 'anyone', 'with', 'a', 'broad', ',3,1,2', 'initmates', 'intimate', 'swim'] ['7291,860,46', 'beautiful', 'embellishment', 'and', 'color', 'the', 'color', 'and', 'embellishment', 'of', 'this', 'top', 'are', 'beautiful', 'this', 'would', 'look', 'great', 'on', 'anyone', 'super', 'lean', 'otherwise', 'you', 'just', 'look', 'really', 'wide', 'as', 'there', 'is', 'no', 'frame', 'in', 'the', 'torso', 'of', 'this', 'top', 'at', 'all', 'the', 'back', 'picture', 'shows', 'it', 'well', 'i', 'am', '5', '9', '142', 'lbs', 'and', 'i', 'ordered', 'the', 'small', 'and', 'medium', 'and', 'both', 'were', 'huge', 'with', 'regrets', 'going', 'back', ',3,0,0', 'general', 'tops', 'knits'] ['7292,862,85', 'one', 'of', 'a', 'kind', 'top', 'deletta', 'has', 'done', 'it', 'again', 'designed', 'a', 'top', 'that', 'is', 'unique', 'flattering', 'and', 'comfortable', 'the', 'blue', 'is', 'an', 'intense', 'peacock', 'blue', 'the', 'only', 'draw', 'back', 'about', 'this', 'top', 'and', 'with', 'other', 'deletta', 'tops', 'is', 'that', 'they', 'leave', 'some', 'of', 'the', 'fabric', 'with', 'raw', 'unfinished', 'edges', 'for', 'this', 'top', 'it', 'is', 'located', 'at', 'the', 'hole', 'the', 'twist', 'creates', 'it', "'s", 'hidden', 'but', 'i', 'worry', 'about', 'it', 'fraying', 'after', 'a', 'few', 'washes', 'not', 'sure', 'why', 'they', 'could', "n't", 'continue', 'the', 'zigzagging', 'at', 'that', 'opening', 'perhaps', 'it', 'was', "n't", 'cost', 'effective', 'to', 'sew', 'five', 'more', 'inches', 'of', ',4,1,1', 'general', 'tops', 'knits'] ['7293,862,22', 'great', 'flattering', 'top', 'this', 'is', 'my', 'third', 'top', 'from', 'this', 'designer', 'and', 'normally', 'i', 'wear', 'a', 'small', 'but', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'the', 'medium', 'fit', 'much', 'better', 'on', 'me', 'i', 'am', 'not', 'partial', 'to', 'the', 'black', 'as', 'the', 'knot', 'design', 'was', 'lost', 'but', 'the', 'sapphire', 'is', 'wonderful', 'works', 'great', 'with', 'slacks', 'or', 'more', 'casual', 'clothes', 'i', 'liked', 'the', 'sleeve', 'length', 'as', 'well', 'i', "'m", 'not', 'too', 'busty', 'but', 'i', 'think', 'that', 'other', 'reviews', 'comments', 'of', 'the', 'knot', 'being', 'see', 'through', 'could', 'be', 'a', 'problem', ',5,1,0', 'general', 'tops', 'knits'] ['7294,1080,36', 'not', 'worth', 'your', 'time', 'and', 'money', 'if', 'you', 'are', 'thinking', 'about', 'purchasing', 'this', 'dress', 'without', 'trying', 'on', 'in', 'person', 'i', 'bet', 'you', 'are', "n't", 'going', 'to', 'be', 'happy', 'with', 'it', 'for', 'a', 'phisique', 'that', 'is', '5', '3', 'and', '115lbs', 'this', 'dress', 'is', 'not', 'too', 'short', 'however', 'the', 'back', 'key', 'hole', 'design', 'is', 'just', 'not', 'flattering', 'i', 'felt', 'like', 'clothes', 'in', 'the', 'back', 'shoulder', 'area', 'is', 'not', 'fitted', 'well', 'and', 'the', 'zip', 'up', 'closure', 'is', 'not', 'all', 'the', 'way', 'zipped', 'up', 'even', 'though', 'it', 'was', 'so', ',2,0,0', 'general', 'dresses', 'dresses'] ['7295,1080,21', 'very', 'nice', 'this', 'dress', 'is', 'beautiful', 'it', 'is', 'even', 'prettier', 'in', 'person', 'than', 'in', 'pictures', 'i', 'was', 'pleasantly', 'surprised', 'when', 'it', 'came', 'in', 'the', 'mail', 'i', 'am', '5', '2', '125', 'lbs', 'and', 'went', 'with', 'a', '4p', 'and', 'it', 'fit', 'perfectly', 'i', 'typically', 'do', 'not', 'like', 'things', 'to', 'be', 'extremely', 'clingy', 'this', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'personally', 'i', 'wore', 'it', 'to', 'a', 'wedding', 'and', 'received', 'many', 'compliments', 'on', 'its', 'uniqueness', ',5,1,0', 'general', 'dresses', 'dresses'] ['7296,1078,68', 'dresses', 'differ', 'i', 'tried', 'this', 'on', 'in', 'a', 'different', 'retailer', 'a', 'couple', 'of', 'weeks', 'ago', 'tried', 'on', 'a', 'different', 'one', 'last', 'night', 'same', 'size', 'and', 'it', 'looked', 'baggy', 'sleeves', 'way', 'too', 'long', 'etc', 'let', 'me', 'add', 'that', 'i', 'am', 'usually', 'a', 'xs/s', 'petite', 'but', 'some', 'regular', 'extra', 'smalls', 'will', 'work', 'also', 'this', 'was', 'a', 'xs', 'reg', 'even', 'the', 'sa', 'could', 'see', 'that', 'one', 'looked', 'like', 'it', 'fit', 'smaller', 'i', 'showed', 'her', 'the', 'photo', 'in', 'my', 'phone', 'while', 'this', 'one', 'swallowed', 'me', 'bottom', 'line', 'you', 'will', 'need', 'to', 'try', 'this', 'one', 'on', 'as', 'the', 'sizes', 'seem', 'to', 'vary', ',3,1,0', 'general', 'dresses', 'dresses'] ['7297,1080,47', 'quietly', 'sexy', 'dress', 'i', 'love', 'this', 'dress', 'be', 'warned', 'that', 'even', 'at', '5', '4', 'it', 'is', 'right', 'on', 'the', 'edge', 'of', 'the', 'shortest', 'length', 'that', 'i', 'can', 'get', 'away', 'with', 'wearing', 'i', 'probably', 'will', 'not', 'wear', 'it', 'to', 'church', 'but', 'for', 'a', 'special', 'event', 'dinner', 'or', 'the', 'theater', 'it', 'will', 'be', 'an', 'eye', 'catching', 'statement', 'piece', 'without', 'being', 'over', 'the', 'top', 'it', 'has', 'a', 'quiet', 'appeal', 'both', 'layers', 'of', 'fabric', 'are', 'thin', 'but', 'that', 'helps', 'it', 'to', 'conform', 'to', 'my', 'figure', 'without', 'hugging', 'it', 'it', 'softly', 'drapes', 'showing', 'an', 'hourglass', 'while', 'being', 'extremely', 'comfortable', 'i', 'think', 'some', 'reviewers', 'int', ',5,1,1', 'general', 'dresses', 'dresses'] ['7298,861,49', 'great', 't', 'i', 'love', 'this', 't', 'shirt', 'and', 'have', 'not', 'purchased', 'it', 'in', 'all', '3', 'colors', 'very', 'soft', 'and', 'very', 'flattering', 'i', 'like', 'the', 'longer', 'length', 'as', 'well', 'as', 'the', 'pretty', 'neckline.,5,1,6', 'general', 'tops', 'knits'] ['7299,1022,41', ',love', 'the', 'wash', 'and', 'fit', 'of', 'this', 'jean', 'the', 'perfect', 'summer', 'go', 'to', 'for', 'me.,5,1,1', 'general', 'bottoms', 'jeans'] ['7300,862,34', 'a', 'lovely', 'basic', 'top', 'i', "'m", 'between', 'sizes', 'in', 'deletta', 'm', 'to', 'l', '5', '4', '34g'] ['i', 'ended', 'up', 'purchasing', 'the', 'large', 'in', 'both', 'black', 'and', 'sapphire'] ['it', 'does', 'fit', 'a', 'bit', 'tight', 'in', 'the', 'arms', 'and', 'torso', 'but', 'it', "'s", 'a', 'nice', 'basic', 'top', 'for', 'work', 'and', 'does', 'well', 'with', 'changing', 'seasons', ',4,1,0', 'general', 'tops', 'knits'] ['7301,862,47', 'must', 'buy', 'this', 'top', 'is', 'spectacular', 'intense', 'and', 'color', 'soaked', 'i', 'got', 'bleu', 'super', 'stretchy', 'and', 'comfy', 'the', 'twisty', 'part', 'hugs', 'and', 'emphasizes', 'your', 'curves', 'even', 'size', '34a', 'like', 'me', 'the', 'v', 'neck', 'is', 'not', 'too', 'wide', 'and', 'low', 'cut', 'it', 'is', 'narrower', 'close', 'fitting', 'and', 'attractive', 'the', 'seam', 'in', 'the', 'middle', 'thorax', 'is', 'a', 'tad', 'strange', 'but', 'it', 'needs', 'to', 'exist', 'due', 'to', 'the', 'twist', 'design', 'overall', 'this', 'top', 'is', 'cute', 'long', 'and', 'let', "'s", 'say', 'men', 'and', 'women', 'of', 'all', 'ages', 'will', 'enjoy', 'it', 'it', 'will', 'make', 'you', 'beautiful', 'on', 'the', 'outside', 'and', 'inside', 'it', 'is', 'not', 'my', 'usual', ',5,1,0', 'general', 'tops', 'knits'] ['7302,862,27', 'adorable', 'classic', 'top', 'very', 'cute', 'easy', 'to', 'wear', 'and', 'looks', 'professional', 'great', 'for', 'work', 'or', 'a', 'weekend', 'love', 'this', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['7303,1078,50', 'looks', 'like', 'reconstructed', 'old', 'sweatshirts', 'i', 'truly', 'can', 'not', 'understand', 'the', 'great', 'reviews', 'on', 'this', 'dress', 'i', 'purchased', 'in', 'both', 'a', 'sp', 'and', 'a', 'mp', 'i', 'am', '5', '2', '120', 'the', 'mp', 'fit', 'perfectly', 'i', 'definitely', 'would', "n't", 'keep', 'it', 'though', 'because', 'it', 'looks', 'like', 'someone', 'sewed', 'a', 'bunch', 'of', 'old', 'sweatshirts', 'together', 'it', "'s", 'not', 'super', 'soft', 'coarse', 'on', 'the', 'inside', 'and', 'feels', 'old', 'the', 'back', 'is', 'longer', 'than', 'the', 'front', 'it', 'just', 'looks', 'like', 'something', 'my', 'daughter', 'would', 'make', 'in', 'sewing', 'class', 'out', 'of', 'scraps', 'even', 'with', 'leggings', 'and', 'great', 'boots', 'it', 'looks', 'worn', ',1,0,0', 'general', 'dresses', 'dresses'] ['7304,1080,27', 'pretty', 'but', 'not', 'worth', 'the', 'price', 'tag', 'overall', 'it', "'s", 'a', 'beautiful', 'dress', 'and', 'i', 'really', 'wanted', 'it', 'to', 'work', 'but', 'the', 'material', 'feels', 'cheap', 'at', 'least', 'not', 'what', 'you', "'d", 'expect', 'for', 'the', 'price', 'and', 'as', 'other', 'reviewers', 'have', 'mentioned', 'it', "'s", 'just', 'a', 'tad', 'too', 'short', 'for', 'reference', 'i', "'m", '5', '5', '125', 'lbs', 'and', 'the', '2', 'fit', 'well', 'but', 'hung', 'well', 'above', 'my', 'knees', 'there', "'s", 'no', 'way', 'i', 'could', 'wear', 'this', 'without', 'unintentionally', 'flashing', 'a', 'few', 'people', 'sadly', 'this', 'dress', 'will', 'be', 'returned', ',3,0,0', 'general', 'dresses', 'dresses'] ['7305,862,42', 'great', 'color', 'but', 'the', 'fabric', 'is', 'nice', 'and', 'the', 'color', 'is', 'a', 'rich', 'jewel-tone', 'i', 'have', 'a', 'couple', 'of', 'very', 'similar', 'shirts', 'from', 'a', 'similar', 'store', 'that', 'are', 'several', 'years', 'old', 'those', 'fit', 'a', 'bit', 'more', 'loss', 'sly', 'around', 'the', 'stomach', 'not', 'baggy', 'just', 'body-skimming', 'which', 'made', 'them', 'more', 'flattering', 'for', 'more', 'body', 'types', 'this', 'shirt', 'works', 'if', 'you', 'have', 'a', 'little', 'padding', 'because', 'of', 'the', 'gathered', 'folds', 'but', 'it', 'probably', 'would', "n't", 'be', 'great', 'for', 'someone', 'carrying', 'a', 'lot', 'of', 'extra', 'weight', 'around', 'their', 'middle', 'the', 'knot', 'also', 'has', 'a', 'tendency', 'to', 'twist', 'exposing', 't', ',4,1,0', 'general', 'tops', 'knits'] ['7306,1080,57', 'pretty', 'and', 'different', 'very', 'pretty', 'dress', 'and', 'a', 'bit', 'different', 'than', 'what', 'we', 'see', 'in', 'the', 'shops'] ['i', 'found', 'the', 'material', 'to', 'be', 'very', 'nice', 'despite', 'one', 'of', 'the', 'reviewers', 'comments'] ['it', 'is', 'a', 'sheath', 'that', 'is', 'not', 'skin', 'tight', 'but', 'shows', 'curves', 'great', 'for', 'dancing'] ['also', 'i', 'did', 'not', 'find', 'the', 'neck', 'too', 'tight', 'fits', 'fine'] ['tts', 'as', 'normally', 'a', 'petite', '6', 'which', 'is', 'a', 'wonderful', 'fit', 'and', 'sometimes', 'a', 'petite', '4', 'or', '8', 'depending', 'on', 'the', 'cut', 'the', '8', 'was', 'too', 'large'] ['all', 'in', 'all', 'a', 'feminine', 'uncommon', 'dress'] ['looking', 'forward', 'to', 'wearing', 'it', 'to', 'one', 'of', 'the', '6', 'weddings', 'th', ',5,1,1', 'general', 'dresses', 'dresses'] ['7307,862,30', ',,5,1,0', 'general', 'tops', 'knits'] ['7308,1080,36', 'this', 'dress', 'is', 'beautiful', 'this', 'is', 'a', '0', 'and', 'tts', 'it', 'was', 'not', 'clingy', 'or', 'tight', 'at', 'all', '5', '4', '115lbs', 'it', 'is', 'fully', 'lined', 'and', 'i', 'have', 'short', 'legs', 'so', 'it', 'was', 'not', 'too', 'short', 'for', 'me', 'if', 'you', 'have', 'an', 'event', 'you', 'could', 'wear', 'this', 'to', 'this', 'summer', 'i', 'highly', 'recommend', ',5,1,12', 'general', 'dresses', 'dresses'] ['7309,862,34', 'a', 'little', 'thin', 'but', 'overall', 'very', 'cute', 'i', 'like', 'it', 'with', 'waist', 'high', 'skirts', ',4,1,0', 'general', 'tops', 'knits'] ['7310,861,43', 'thin', 'and', 'blah', 'this', 'shirt', 'appears', 'nice', 'in', 'the', 'pictures', 'it', 'appears', 'to', 'have', 'a', 'bit', 'of', 'style', 'wrong', 'the', 'shirt', 'is', 'one', 'of', 'the', 'thinnest', 'fabrics', 'i', "'ve", 'ever', 'purchased', 'i', 'live', 'in', 'warmer', 'climate', 'and', 'its', 'nice', 'to', 'have', 'different', 'cotton', 'shirts', 'with', 'some', 'style', 'this', 'shirt', 'has', 'no', 'style', 'and', 'i', 'thought', 'it', 'would', 'i', 'have', 'purchased', 'this', 'brand', 'before', 'and', 'thought', 'this', 'fabric', 'would', 'be', 'similar', 'the', 'other', 'shirts', 'were', 'way', 'nicer', 'softer', 'and', 'had', 'a', 'different', 'level', 'of', 'construction', 'i', 'wanted', 'to', 'wear', 'this', 'shirt', 'out', 'and', 'when', 'i', 'put', 'it', 'on', 'it', 'w', ',1,0,6', 'general', 'tops', 'knits'] ['7311,1022,31', 'runs', 'small', 'too', 'much', 'distressing', 'i', 'have', 'a', 'few', 'pairs', 'of', 'the', 'stevie', 'ankle', 'so', 'i', 'thought', 'i', 'try', 'these', 'they', 'have', 'very', 'little', 'stretch', 'and', 'feel', 'tight', 'in', 'the', 'waist', 'the', 'distressing', 'near', 'the', 'front', 'pockets', 'is', 'really', 'apparent', 'like', 'white', 'stripes', 'they', 'make', 'the', 'jean', 'look', 'overall', 'cheap', 'not', 'worth', '198', 'in', 'my', 'opinion', ',3,0,4', 'general', 'bottoms', 'jeans'] ['7312,862,53', 'so', 'comfortable', 'i', 'love', 'this', 'top', 'it', 'is', 'perfect', 'fit', 'i', 'am', '5', '3', '102lbs', '32', 'dd', 'it', 'conforms', 'to', 'your', 'figure', ',5,1,2', 'general', 'tops', 'knits'] ['7313,867,29', 'elevated', 'basic', 'i', 'bought', 'this', 'tank', 'in', 'gold', 'and', 'the', 'color', 'is', 'a', 'beautiful', 'ochre', 'i', 'love', 'the', 'length', 'and', 'the', 'side', 'slits', 'which', 'elevates', 'the', 'tunic', 'from', 'a', 'simple', 'basic', 'the', 'material', 'is', 'good', 'quality', 'and', 'very', 'comfortable', 'i', "'m", 'hoping', 'to', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7314,1177,30', 'fun', 'swim', 'top', 'i', 'ordered', 'this', 'in', 'an', 'xs', 'and', 'it', 'fits', 'well', 'however', 'if', 'you', 'have', 'a', 'bigger', 'bust', 'this', 'top', 'may', 'be', 'a', 'problem', 'i', 'wear', 'a', 'b', 'cup', 'and', 'it', 'fits', 'me', 'well', ',5,1,0', 'initmates', 'intimate', 'swim'] ['7315,862,48', 'i', 'love', 'this', 'fabric', 'it', 'is', 'comfortable', 'and', 'forgiving', 'as', 'i', 'prefer', 'jewel', 'tone', 'colors', 'the', 'sapphire', 'is', 'great', 'i', 'wish', 'it', 'would', 'be', 'offered', 'in', 'red', 'like', 'the', 'cowl', 'neck', 'long', 'sleeve', 'tee', 'with', 'that', 'said', 'i', 'thought', 'the', 'sleeve', 'length', 'on', 'this', 'might', 'be', 'odd', 'and', 'while', 'i', 'wish', 'it', 'were', 'a', 'few', 'inches', 'longer', '3/4', 'sleeved', 'the', 'only', 'reason', 'i', 'have', "n't", 'given', 'it', 'five', 'stars', 'is', 'that', 'i', 'have', "n't", 'laundered', 'it', 'enough', 'to', 'verify', 'the', 'quality', ',4,1,0', 'general', 'tops', 'knits'] ['7316,1078,52', 'cute', 'and', 'eclectic', 'i', 'love', 'this', 'dress', 'i', 'believe', 'the', 'picture', 'on-line', 'does', "n't", 'show', 'the', 'unique', 'pattern', 'and', 'design', 'it', 'does', 'have', 'an', 'interesting', 'design', 'add', 'a', 'long', 'vest', 'statement', 'necklace', 'and', 'boots', 'you', 'will', 'be', 'quite', 'fashionable', ',5,1,3', 'general', 'dresses', 'dresses'] ['7317,862,36', 'twisted', 'and', 'terrific', 'for', 'all', 'cup', 'sizes', 'love', 'this', 'top', 'i', 'was', 'worried', 'it', 'would', 'plunge', 'too', 'deep', 'especially', 'because', 'i', "'m", 'quite', 'flat', 'chested', 'but', 'it', 'is', 'perfect', 'i', 'think', 'it', 'would', 'look', 'gorgeous', 'on', 'a', 'volumptuous', 'woman', 'too', 'that', "'s", 'the', 'beauty', 'of', 'it', 'and', 'the', 'color', 'is', 'my', 'absolute', 'favorite', 'right', 'now', ',5,1,0', 'general', 'tops', 'knits'] ['7318,1110,37', 'comfy', 'and', 'beautiful', 'i', 'bought', 'this', 'impulsively', 'to', 'wear', 'to', 'a', 'wedding', 'and', 'i', '39', 'm', 'so', 'glad', 'i', 'did', 'it', 'is', 'so', 'soft', 'and', 'comfy', 'and', 'gorgeous', 'and', 'has', 'pockets', 'it', '39', 's', 'loose', 'but', 'really', 'really', 'flattering', 'somehow', 'i', 'would', 'typically', 'get', 'a', 'size', '12', 'in', 'a', 'fitted', 'dress', 'but', 'the', 'medium', 'was', 'perfect', 'for', 'me', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7319,862,51', 'lovely', 'color', 'and', 'fits', 'nicely', 'only', 'problem', 'on', 'mine', 'the', 'front', 'stitches', 'were', 'not', 'properly', 'sewn', ',4,1,0', 'general', 'tops', 'knits'] ['7320,1080,49', ',made', 'for', 'a', 'straight', 'figure', 'no', 'curves', 'awkward', 'bra', 'situation', 'as', 'it', 'has', 'to', 'be', 'strapless', 'because', 'of', 'the', 'keyhole.,4,1,1', 'general', 'dresses', 'dresses'] ['7321,1110,64', 'lovely', 'material', 'and', 'details', 'i', 'found', 'this', 'in', 'my', 'local', 'atl', 'store', 'that', 'carries', 'petites', 'before', 'seeing', 'it', 'on-line', 'the', 'materials', 'is', 'lovely', 'and', 'silky', 'with', 'a', 'full', 'lining', 'the', 'top', 'lace', 'detailing', 'is', 'a', 'nice', 'touch', 'and', 'will', 'make', 'the', 'dress', 'stand', 'out', 'under', 'jackets', 'or', 'sweaters', 'for', 'cool', 'weather', 'this', 'is', 'great', 'with', 'any', 'shoe', 'type', 'very', 'versatile', 'year', 'round', 'piece', 'alone', 'or', 'under', 'layers', 'should', 'be', 'good', 'for', 'all', 'body', 'types.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7322,862,28', ',,5,1,0', 'general', 'tops', 'knits'] ['7323,151,49', 'lovely', 'quality', 'a', 'very', 'pretty', 'pair', 'of', 'over-the-knee', 'socks', 'i', 'purchased', 'the', 'dark', 'grey', 'color', 'which', 'has', 'a', 'metallic', 'silver', 'thread', 'running', 'through', 'it', 'a', 'nice', 'subtle', 'but', 'glitzy', 'touch', 'the', 'knitted', 'pattern', 'is', 'intricate', 'and', 'nicely', 'done', 'i', "'m", '5', '4', 'and', 'they', 'do', 'come', 'up', 'well', 'above', 'the', 'knee', 'if', 'you', 'are', 'walking', 'quite', 'a', 'bit', 'they', 'do', "n't", 'stay', 'above', 'the', 'knee', 'but', 'they', 'do', 'seem', 'to', 'stay', 'just', 'below', 'the', 'knee', 'because', 'the', 'yarn', 'is', 'fairly', 'thin', 'they', 'do', "n't", 'look', 'bunchy', 'even', 'if', 'they', 'come', 'down', 'a', 'bit', 'i', 'have', 'very', 'sensitive', 'skin', 'and', 'metallics', ',4,1,2', 'initmates', 'intimate', 'legwear'] ['7324,766,66', 'surprise', 'i', "'d", 'hoped', 'these', 'would', 'be', 'cozy', 'and', 'warm', 'the', 'fabric', 'is', 'thin', 'and', 'slinky', 'it', 'grabs', 'and', 'emphasizes', 'every', 'bump', 'and', 'roll', 'could', "n't", 'wait', 'to', 'get', 'them', 'off', 'just', 'horrible', 'and', 'that', 'price', 'is', 'very', 'steep', 'ca', "n't", 'recommend.,3,0,0', 'initmates', 'intimate', 'lounge'] ['7325,860,36', 'i', 'really', 'liked', 'this', 'top', 'ordered', 'the', 'blue', 'and', 'am', 'considering', 'getting', 'the', 'pink', 'color', '5', '4', '135lbs', 'ordered', 'xxs', 'and', 'it', 'fit', 'great', 'has', 'nice', 'drape', 'around', 'hips', 'and', 'not', 'too', 'snug', ',5,1,0', 'general', 'tops', 'knits'] ['7326,860,37', 'beautiful', 'material', 'and', 'cut', 'i', 'love', 'this', 'shirt', 'i', 'would', 'recommend', 'an', 'undershirt.,5,1,0', 'general', 'tops', 'knits'] ['7327,1027,22', 'these', 'are', 'the', 'most', 'flattering', 'pair', 'of', 'white', 'jeans', 'i', 'have', 'ever', 'found', 'people', 'stop', 'me', 'when', 'i', 'wear', 'them', 'and', 'ask', 'me', 'where', 'i', 'purchased', 'them', 'and', 'the', 'name', 'of', 'the', 'brand', 'flattering', 'comfortable', 'and', 'perfect', 'for', 'a', 'casual', 'weekend', 'or', 'going', 'out', 'highly', 'recommend', ',5,1,1', 'general', 'bottoms', 'jeans'] ['7328,874,39', ',i', 'love', 'the', 'idea', 'of', 'this', 'top', 'it', "'s", 'made', 'really', 'well', 'the', 'only', 'issue', 'is', 'its', 'a', 'bit', 'shorter', 'than', 'i', 'thought', 'and', 'the', 'neckline', 'rubs', 'on', 'my', 'neck.,4,1,2', 'general', 'tops', 'knits'] ['7329,1077,46', 'love', 'this', 'dress', 'give', 'me', 'a', 'dress', 'with', 'pockets', 'any', 'day', 'i', 'loved', 'how', 'i', 'can', 'wear', 'this', 'fall', 'spring', 'so', 'cute', 'so', 'comfortable', 'can', 'dress', 'it', 'up', 'or', 'down', 'have', '2', 'events', 'that', 'i', "'m", 'going', 'to', 'wear', 'it', 'too', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7330,1077,51', 'love', 'i', 'love', 'this', 'dress', 'i', 'originally', 'ordered', 'it', 'in', 'a', 'small', 'but', 'returned', 'it', 'for', 'an', 'extra', 'small', 'it', 'fits', 'perfectly', 'love', 'the', 'details', 'so', 'classic', 'and', 'comfortable', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7331,927,39', 'love', 'this', 'sweater', 'just', 'arrived', 'in', 'my', 'mailbox', 'and', 'it', "'s", 'already', 'my', 'favorite', 'piece', 'of', 'clothing', 'it', 'is', 'the', 'softest', 'thing', 'i', 'own', 'and', 'it', 'feels', 'so', 'luxe', 'as', 'the', 'reviewer', 'below', 'noted', 'yes', 'it', 'has', 'pockets', 'they', 'are', 'slit-style', 'pockets', 'probably', 'why', 'you', 'ca', "n't", 'see', 'them', 'in', 'the', 'photo', 'and', 'the', 'opening', 'is', 'trimmed', 'with', 'the', 'same', 'cable', 'detail', 'featured', 'on', 'the', 'front', 'of', 'the', 'sweater'] [] ['i', "'m", 'also', 'a', 'professor', 'but', 'i', 'still', 'get', 'mistaken', 'for', 'a', 'grad', 'student', 'so', 'i', 'do', "n't", 'mind', 'appearing', 'professorial'] ['i', "'ll", 'probably', 'wear', 'this', 'to', 'th', ',5,1,1', 'general', 'tops', 'sweaters'] ['7332,1077,53', 'gorgeous', 'embroidery', 'i', 'purchased', 'this', 'dress', 'in', 'my', 'regular', 'size', 'small', 'as', 'soon', 'as', 'i', 'saw', 'it', 'pop', 'up', 'on-line', 'and', 'found', 'it', 'to', 'be', 'tts', '34d-27-35', 'it', 'hits', 'just', 'to', 'my', 'knee', 'i', "'m", '5', '4', 'and', 'it', 'actually', 'reminds', 'me', 'of', 'the', 'way', 'maeve', "'s", 'devery', 'dress', 'looks', 'and', 'fits', 'which', 'is', 'really', 'really', 'nice', 'i', "'m", 'finding', 'this', 'dress', 'by', 'floreat', 'to', 'also', 'be', 'quite', 'slimming', 'and', 'the', 'embroidery', 'and', 'colors', 'set', 'against', 'the', 'black', 'is', 'just', 'absolutely', 'gorgeous', 'the', 'material', 'is', 'super', 'soft', 'the', 'v-neck', 'is', "n't", 'too', 'low', 'and', 'i', 'love', 'the', 'pockets', 'so', 'i', "'m", 'very', 'happy', 'with', 'my', ',5,1,22', 'general', 'petite', 'dresses', 'dresses'] ['7333,1077,62', 'exactly', 'as', 'shown', 'tried', 'this', 'in', 'store', 'today', 'and', 'id', 'say', 'it', 'is', 'exactly', 'as', 'pictured', 'length', 'is', 'similar', 'on', 'me', 'at', '5', '7', 'colors', 'as', 'shown', 'cut', 'is', 'loose', 'but', 'not', 'overly', 'sacklike', 'my', 'normal', 'size', 's', 'fit', 'loosely', 'but', 'not', 'in', 'an', 'unflattering', 'way', 'sizing', 'down', 'might', 'have', 'been', 'too', 'narrow', 'in', 'the', 'shoulders', 'the', 'embroidery', 'seemed', 'to', 'be', 'good', 'quality', 'but', 'the', 'fabric', 'itself', 'was', 'on', 'the', 'thinner', 'side', 'with', 'no', 'lining', 'i', 'would', 'have', 'liked', 'to', 'see', 'a', 'liner', 'at', 'this', 'price', 'and', 'probably', 'would', 'have', 'bought', 'but', 'i', 'think', 'i', "'ll", 'wait', 'for', 'a', 'promo', 'or', 'sale', ',4,1,41', 'general', 'petite', 'dresses', 'dresses'] ['7334,945,54', 'salt', 'and', 'pepper', 'first', 'of', 'all', 'i', 'need', 'to', 'state', 'that', 'i', 'am', '5,1', 'i', 'usually', 'get', 'the', 'petite', 'size', 'small', 'but', 'they', 'were', 'out', 'so', 'i', 'took', 'a', 'risk', 'and', 'ordered', 'the', 'regular', 'small', 'which', 'i', 'can', 'sometimes', 'get', 'away', 'with', 'upon', 'opening', 'the', 'parcel', 'it', 'seemed', 'bigger', 'than', 'i', 'expected', 'the', 'knit', 'is', 'very', 'chunky', 'not', 'a', 'bad', 'thing', 'but', 'thicker', 'than', 'i', 'expected', 'the', 'fit', 'was', 'way', 'too', 'large', 'for', 'me', 'the', 'shoulders', 'were', 'bulky', 'and', 'because', 'it', 'is', 'a', 'cocoon', 'shaped', 'cardigan', 'there', 'was', 'just', 'too', 'much', 'excess', 'fabric', 'draping', 'around', 'my', 'petite', 'frame', 'i', 'think', 'if', 'i', 'c', ',3,0,0', 'general', 'tops', 'sweaters'] ['7335,1077,39', 'short', 'and', 'sweet', 'i', 'originally', 'ordered', 'the', 'regular', 'xxs', 'loose', 'fit', 'xxs', 'nowadays', 'and', 'the', 'length', 'was', 'right', 'above', 'the', 'knee', 'it', 'looked', 'great', 'and', 'classy/classic', 'but', 'i', 'felt', 'like', 'perhaps', 'the', 'chest', 'height', 'would', 'be', 'better', 'in', 'petite', 'so', 'i', 'ordered', 'the', 'xxs', 'p', 'as', 'well', 'decision', 'time'] [] ['i', 'decided', 'on', 'petite', 'because', 'the', 'overall', 'dress', 'fit', 'my', 'body', 'better', 'though', 'it', 'is', 'now', 'shorter', 'a', 'couple', 'inches', 'above', 'the', 'knee0', 'still', 'looks', 'classy', 'with', 'a', 'boot', 'but', 'flirtier', 'embroidery', 'is', 'beautiful', 'as', 'others', 'mentioned', 'fabric', 'is', 'comfortable', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7336,1077,61', 'comfy', 'and', 'flattering', 'bought', 'this', 'to', 'wear', 'to', 'desert', 'trip', 'this', 'weekend', 'when', 'we', 'see', 'the', 'stones', 'dylan', 'mccartney', 'who', 'roger', 'walters', 'and', 'neil', 'young', 'think', 'its', 'the', 'perfect', 'outfit', 'as', 'it', 'definitely', 'has', 'an', '80', "'s", 'feel', 'now', 'if', 'only', 'i', 'had', 'a', 'pair', 'of', 'brown', 'or', 'teal', 'boots', 'it', 'would', 'be', 'perfect', 'i', "'ll", 'keep', 'hunting~', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7337,1077,35', 'pretty', 'dainty', 'and', 'huge', 'this', 'dress', 'is', 'very', 'pretty', 'and', 'feminine', 'but', 'was', 'unfortunatly', 'much', 'too', 'large', 'for', 'me', 'i', 'ordered', 'my', 'regular', 'xs', 'and', 'it', 'was', 'swimming', 'on', 'me', 'i', 'also', 'found', 'the', 'embroidery', 'to', 'be', 'imperfect', 'in', 'several', 'places', 'unraveling', 'and', 'the', 'placement', 'of', 'the', 'embroidered', 'designs', 'were', 'uneven', 'at', 'the', 'bottom', 'of', 'the', 'dress', 'which', 'threw', 'off', 'the', 'flow', 'the', 'largest', 'medallion', 'was', 'off', 'center', 'in', 'the', 'front', 'of', 'the', 'dress', 'and', 'gave', 'it', 'a', 'crooked', 'effect', 'the', 'material', 'is', 'nice', 'and', 'the', 'pockets', 'are', 'a', 'plus', 'but', 'i', 'returned', 'it', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7338,1099,53', 'love', 'this', 'dress', 'i', 'love', 'this', 'dress', 'so', 'much', 'the', 'perfect', 'summer', 'dress', 'comfortable', 'easy', 'to', 'travel', 'with', 'and', 'i', 'get', 'compliments', 'on', 'it', 'all', 'the', 'time', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7339,1077,30', 'wonderful', 'dress', 'i', 'love', 'this', 'dress', 'i', 'think', 'the', 'cut', 'fabric', 'and', 'embroidery', 'are', 'all', 'flattering', 'this', 'dress', 'is', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'am', '5', '1', 'and', 'weigh', 'anywhere', 'from', '108-113', 'lbs', 'i', 'at', 'first', 'tried', 'on', 'the', 'xxs', 'petite', 'and', 'liked', 'the', 'look', 'but', 'found', 'it', 'to', 'be', 'tight', 'in', 'the', 'arm', 'area', 'they', 'did', "n't", 'have', 'an', 'xs', 'petite', 'so', 'i', 'tried', 'on', 'the', 's', 'petite', 'to', 'see', 'if', 'there', 'was', 'any', 'major', 'difference', 'there', 'totally', 'was', 'so', 'i', 'ordered', 'the', 'xs', 'petite', 'online', 'and', 'ca', "n't", 'wait', 'to', 'get', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7340,1030,44', 'oh', 'wow', 'no'] ['as', 'the', 'previous', 'reviewer', 'said', 'much', 'lighter', 'than', 'the', 'picture'] ['rise', 'and', 'inseam', 'are', 'as', 'described', 'but', 'with', 'the', 'light', 'denim', 'they', 'combined', 'to', 'make', 'a', 'bad', 'look', 'for', 'this', '40something', 'maybe', 'for', 'a', 'younger', 'audience', 'who', 'like', 'the', '90s', 'retro', 'vibe'] ['the', 'fit', 'is', 'true', 'to', 'size', 'i', 'tried', 'the', '27', 'and', 'it', 'was', 'a', 'nice', 'snug', 'fit', 'around', 'the', 'bum', 'waist', '28/29', 'hips', '36', 'usually', 'a', '27', 'or', '28', 'in', 'jeans', 'sometimes', 'even', 'a', '29', 'if', 'they', "'re", 'super', 'skinny', ',3,0,1', 'general', 'bottoms', 'jeans'] ['7341,1099,40', 'perfect', 'little', 'dress', 'love', 'this', 'dress', 'i', "'m", '5', '7', '135', 'lbs', 'and', 'typically', 'wear', 'either', 'a', 'small', 'or', 'x-small', 'in', 'maeve', 'since', 'this', 'one', 'has', 'lots', 'of', 'extra', 'fabric', 'i', 'ordered', 'it', 'in', 'an', 'xs', 'and', 'xxs', 'they', 'were', 'basically', 'the', 'same', 'everywhere', 'except', 'the', 'xxs', 'had', 'a', 'much', 'shorter', 'weave', 'pattern', 'at', 'the', 'top', 'so', 'i', 'ended', 'up', 'keeping', 'the', 'xs', 'it', "'s", 'great', 'dress', 'lots', 'of', 'room', 'and', 'swings', 'nicely', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['7342,1035,43', 'super', 'cute', 'i', "'m", 'obsessed', 'with', 'the', 'perfect', 'leather', 'look', 'coated', 'jeans', 'i', 'have', 'another', 'high', 'end', 'denim', 'brand', 'in', 'black', 'i', 'may', 'like', 'these', 'better', 'they', 'fit', 'perfect', 'maybe', 'a', 'tad', 'big'] ['high', 'enough', 'so', 'potential', 'bottoms', 'shows', 'when', 'bending', 'perfect', 'stretch'] ['not', 'to', 'leathery', 'looking', 'just', 'enough', 'the', 'ties', 'at', 'ankle', 'are', 'different'] ['i', 'would', 'love', 'these', 'in', 'black', 'but', 'this', 'color', 'is', 'awesome', 'and', 'this', 'cut', 'very', 'flattering', 'for', 'reference', 'i', "'m", 'a', '16', 'bottom', 'smaller', 'waste', 'bigger', 'booty', 'size', '33', 'fit', 'perfect', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7343,863,63', 'a', 'whole', 'closet', 'of', 'this', 'shirt', 'all', 'the', 'positive', 'reviews', 'are', 'right', 'the', 'shirt', 'is', 'great', 'something', 'not', 'entirely', 'obvious', 'from', 'the', 'online', 'photos', 'is', 'that', 'there', 'is', 'a', 'slit', 'on', 'both', 'sides', 'of', 'the', 'shirt', 'makes', 'it', 'even', 'more', 'comfortable', 'and', 'flattering', 'i', 'was', "n't", 'sure', 'how', 'i', 'was', 'going', 'to', 'style', 'this', 'for', 'the', 'winter', 'before', 'i', 'received', 'it', 'but', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'i', 'had', 'plenty', 'of', 'ideas', 'it', 'looks', 'particularly', 'great', 'with', 'a', 'chunky', 'scarf', 'leggings', 'and', 'boots', 'it', 'looked', 'great', 'with', 'a', 'close', 'fitting', 'turtleneck', 'underneath', 'it', 'really', 'can', 'be', 'dressed', 'up', 'or', ',5,1,0', 'general', 'tops', 'knits'] ['7344,1077,67', 'perfect', 'for', 'travel', 'i', 'saw', 'this', 'dress', 'in', 'my', 'local', 'retailer', 'store', 'and', 'am', 'not', 'sure', 'why', 'i', 'did', 'not', 'try', 'it', 'on', 'then', 'but', 'later', 'at', 'home', 'it', 'began', 'to', 'haunt', 'me', 'i', 'loved', 'the', 'colored', 'embroidery', 'against', 'the', 'black', 'my', 'husband', 'and', 'i', 'will', 'be', 'traveling', 'to', 'europe', 'later', 'this', 'fall', 'and', 'i', 'wanted', 'to', 'take', 'a', 'dress', 'with', 'me', 'that', 'would', "n't", 'take', 'up', 'too', 'much', 'room', 'and', 'be', 'suitable', 'for', 'times', 'when', 'i', 'wanted', 'to', 'dress-up', 'a', 'little', 'online', 'i', 'saw', 'that', 'it', 'was', 'available', 'in', 'the', 'petite', 'and', 'with', 'the', 'reviews', 'warning', 'that', 'it', 'ran', 'large', 'i', 'opted', 'for', 'a', 'medium', 'petite', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7345,927,46', 'practical', 'professor', 'i', 'ordered', 'this', 'in', 'two', 'sizes', 'and', 'have', 'only', 'received', 'one', 'so', 'far', 'but', 'i', 'think', 'i', 'really', 'like', 'it', 'that', 'said', 'the', 'one', 'i', 'got', 'weirdly', 'has', 'pockets', 'not', 'shown', 'in', 'the', 'images', 'which', 'makes', 'it', 'seems', 'more', 'professorial', 'than', 'i', "'d", 'prefer', 'partly', 'because', 'i', 'am', 'a', 'professor', 'and', 'do', "n't", 'want', 'to', 'dress', 'like', 'one', 'if', 'i', 'can', 'help', 'it', 'that', 'said', 'i', 'really', 'need', 'a', 'floppy', 'easy', 'cardigan', 'and', 'this', 'might', 'well', 'be', 'it', ',4,1,2', 'general', 'tops', 'sweaters'] ['7346,927,82', 'love', 'this', 'sweater', 'i', 'have', 'been', 'looking', 'for', 'a', 'cuddly', 'yet', 'nice', 'looking', 'sweater', 'like', 'this', 'one', 'for', 'a', 'long', 'time', 'i', 'love', 'anther', 'as', 'they', 'always', 'deliver', 'what', 'i', 'am', 'looking', 'for.,5,1,0', 'general', 'tops', 'sweaters'] ['7347,927,59', 'inspired', 'i', 'am', 'inspired', 'to', 'sit', 'in', 'front', 'of', 'a', 'roaring', 'fire', 'sipping', 'tea', 'with', 'the', 'dogs', 'at', 'my', 'feet', 'in', 'this', 'sweater', 'or', 'roaming', 'the', 'moors', 'the', 'cashmere', 'is', 'thick', 'luxurious', 'and', 'soft', 'there', 'is', 'a', 'cable', 'detail', 'that', 'runs', 'along', 'the', 'large', 'wooden', 'buttons', 'and', 'also', 'the', 'pockets', 'decent', 'sized', 'pockets', 'to', 'stash', 'a', 'hanky', 'while', 'roaming', 'the', 'moors', 'the', 'fit', 'is', 'on', 'the', 'large', 'size', 'and', 'boxy', 'if', 'i', 'had', 'to', 'nit', 'pick', 'i', 'would', 'say', 'that', 'the', 'length', 'could', 'be', 'a', 'tad', 'longer', 'the', 'sweater', 'does', 'not', 'have', 'complete', 'derriã¨re', 'coverage', 'i', 'am', '5', '5', ',4,1,3', 'general', 'tops', 'sweaters'] ['7348,1030,44', 'terrible', 'cut', 'these', 'look', 'nothing', 'like', 'the', 'picture', 'they', 'are', 'super', 'high-waisted', 'longer', 'than', 'they', 'look', 'in', 'this', 'picture', 'i', 'felt', 'as', 'if', 'i', 'was', 'wearing', 'a', 'pair', 'of', 'jeans', 'from', 'the', '90', "'s", 'that', 'just', 'fit', 'terribly', 'i', 'thought', 'they', 'were', 'going', 'to', 'be', 'a', 'pair', 'of', 'cropped', 'wide', 'legs', 'they', 'are', 'far', 'from', 'it', 'the', 'color', 'was', 'also', 'much', 'lighter', 'than', 'shown', 'in', 'picture', 'super', 'unflattering', 'just', 'not', 'for', 'me', 'they', "'re", 'going', 'back', ',2,1,4', 'general', 'bottoms', 'jeans'] ['7349,874,76', 'fits', 'great', 'this', 'cute', 'top', 'fits', 'great', 'it', "'s", 'got', 'a', 'nice', 'fit', 'on', 'arms', 'shoulders', 'and', 'bust', 'then', 'flares', 'out', 'a', 'bit', 'to', 'give', 'ease', 'to', 'the', 'tummy', 'area', 'the', 'back', 'has', 'a', 'cute', 'button', 'trim', 'and', 'solid', 'blue', 'inset', 'cute', 'top', ',5,1,2', 'general', 'tops', 'knits'] ['7350,874,56', 'this', 'top', 'is', 'adorable', 'but', 'is', 'shorter', 'than', 'the', '27', 'inches', 'they', 'say', 'i', 'bought', 'an', 'xxs', 'and', 'mine', 'measures', '22', 'inches', 'in', 'the', 'front', 'and', '19', 'inches', 'in', 'the', 'back', 'still', 'cute', 'if', 'u', 'do', "n't", 'mind', 'shorter', 'tops', ',4,1,7', 'general', 'tops', 'knits'] ['7351,1094,26', 'wish', 'i', 'could', 'have', 'bought', 'it', 'in', 'every', 'color', 'i', 'bought', 'this', 'dress', 'on', 'sale', 'and', 'it', 'is', 'perfect', 'i', 'wish', 'that', 'i', 'would', "'ve", 'invested', 'sooner', 'and', 'picked', 'it', 'up', 'in', 'a', 'number', 'of', 'different', 'colors', 'the', 'cut', 'is', 'amazing', 'and', 'the', 'cutout', 'on', 'the', 'back', 'is', 'sexy', 'without', 'exposing', 'too', 'much', 'skin.,5,1,0', 'general', 'dresses', 'dresses'] ['7352,1077,44', 'magically', 'lovely', 'but', 'examine', 'before', 'you', 'buy', 'i', 'ordered', 'this', 'on', 'line', 'first', 'but', 'i', 'really', 'recommend', 'getting', 'to', 'a', 'store', 'to', 'look', 'at', 'them', 'closely', 'due', 'to', 'the', 'fact', 'that', 'the', 'first', 'dress', 'the', 'embroidered', 'lines', 'were', 'not', 'sewn', 'level', 'on', 'the', 'bottom', 'horizontal', 'stripe', 'areas', 'and', 'the', 'fact', 'that', 'they', 'did', "n't", 'meet', 'made', 'me', 'feel', 'it', 'was', "n't", 'worth', 'anywhere', 'near', 'the', 'price', 'i', 'feel', 'you', 'can', 'sort', 'of', 'see', 'this', 'in', 'the', 'stock', 'photo', 'although', 'it', 'may', 'be', 'just', 'the', 'way', 'it', "'s", 'hanging', 'also', 'many', 'of', 'the', 'center', 'areas', 'of', 'the', 'embroidered', 'flowers', 'and', 'designs', 'have', 'a', 'loose', 'unfinished', 'th', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7353,1077,46', 'weird', 'fit', 'bought', 'this', 'based', 'off', 'the', 'reviews', 'here', 'but', 'this', 'was', 'a', 'miss', 'for', 'me', 'the', 'colors', 'were', "n't", 'as', 'vibrant', 'as', 'pictured', 'and', 'the', 'waist', 'in', 'this', 'dress', 'is', 'huge', 'not', 'flattering', 'and', 'it', 'went', 'back', 'i', 'buy', 'an', 'retailer', 'dress', 'every', 'week', 'so', 'i', 'just', 'exchanged', 'this', 'one', 'for', 'another', 'one', 'i', 'loved', 'not', 'hard', 'to', 'do', 'at', 'all,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7354,1077,51', 'gorgeous', 'the', 'embroidery', 'grabbed', 'my', 'attention', 'but', 'i', 'loved', 'the', 'way', 'it', 'felt', 'once', 'i', 'tried', 'it', 'on', 'the', 'fit', 'is', 'loose', 'i', "'m", 'between', 'a', 'small', 'and', 'medium', 'and', 'the', 'small', 'was', 'a', 'bit', 'loose', 'but', 'still', 'flattering', 'i', 'really', 'love', 'everything', 'about', 'it', 'even', 'the', 'lighter', 'weight', 'fabric', 'i', 'live', 'in', 'the', 'south', 'were', 'fall', 'and', 'winter', 'tend', 'to', 'be', 'on', 'the', 'warmer', 'side', 'the', 'v-neck', 'is', 'just', 'perfect', 'i', 'can', 'see', 'wearing', 'this', 'to', 'work', 'as', 'well', 'as', 'out', 'one', 'of', 'the', 'most', 'versatile', 'dresses', 'i', "'ve", 'found', 'lately', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['7355,1099,51', 'love', 'i', 'just', 'love', 'this', 'dress', 'so', 'comfortable', 'and', 'flattering', 'maeve', 'has', 'had', 'some', 'great', 'dresses', 'this', 'summer', 'but', 'this', 'one', 'may', 'be', 'my', 'favorite', 'this', 'one', 'could', 'easily', 'been', 'worn', 'in', 'to', 'fall', 'with', 'a', 'sweater', 'or', 'jacket', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7356,1095,62', 'beautiful', 'dress', 'that', 'is', 'well', 'constructed', 'the', 'fabric', 'is', 'substantial', 'and', 'feels', 'expensive.i', 'am', '5', '4', 'and', 'weigh', '134'] ['36', 'bust', '29', 'waist', 'and', 'ordered', 'the', 'm/l', 'i', 'usually', 'wear', 'a', '6-8', 'in', 'dresses', 'so', 'i', 'worried', 'that', 'it', 'would', 'be', 'too', 'big', 'but', 'it', 'fit', 'perfectly', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7357,1099,38', 'beautiful', 'this', 'dress', 'is', 'gorgeous', 'it', 'swings', 'beautifully', 'it', "'s", 'soft', 'it', "'s", 'incredibly', 'flattering', 'i', 'would', 'say', 'it', 'runs', 'big', 'i', 'ordered', 'an', 'xxs', 'petite', 'normally', 'i', 'would', 'wear', 'xs', 'petite', 'and', 'it', 'fits', 'great', 'for', 'reference', 'i', "'m", '5', '1', 'and', 'a', '32dd', 'finally', 'a', 'loose', 'fitting', 'dress', 'that', 'does', "n't", 'make', 'me', 'look', 'pregnant', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7358,1077,39', 'adore', 'the', 'bright', 'embroidery', 'against', 'the', 'black', 'background', 'mine', 'was', 'well', 'done', 'and', 'no', 'loose', 'threads', 'although', 'this', 'is', 'all', 'synthetic', 'fabric', 'which', 'i', 'hate', 'paying', 'for', 'but', 'i', 'could', "n't", 'help', 'myself', 'once', 'i', 'tried', 'it', 'on', 'it', "'s", 'very', 'roomy', 'and', 'if', 'you', "'re", 'slender', 'size', 'down', 'unless', 'you', 'prefer', 'the', 'breezy', 'swingy', 'look', 'like', 'i', 'do', 'this', 'is', 'a', 'three', 'season', 'dress', 'that', 'will', 'do', 'well', 'with', 'layers', 'and', 'without', 'i', 'picked', 'regular', 'hem', 'instead', 'of', 'petite', 'and', 'it', 'actually', 'looks', 'slimmer', 'on', 'me', 'than', 'the', 'shorter', 'version', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7359,1077,31', 'better', 'in', 'person', 'i', "'m", 'glad', 'i', 'saw', 'this', 'item', 'in', 'stores', 'otherwise', 'i', 'would', 'have', 'passed', 'it', 'right', 'by', 'online', 'the', 'embroidery', 'is', 'intricately', 'detailed', 'and', 'sharp', 'and', 'the', 'fabric', 'quality', 'is', 'great', 'i', 'had', 'to', 'size', 'down', 'for', 'this', 'dress', 'it', "'s", 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'its', 'a', 'great', 'versatile', 'piece', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7360,1077,27', 'great', 'purchase', 'the', 'embroidery', 'on', 'this', 'dress', 'is', 'beautiful', 'in', 'person', 'perfect', 'dress', 'for', 'fall.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7361,1077,41', 'this', 'is', 'very', 'pretty', 'one', 'the', 'only', 'strange', 'thing', 'is', 'the', 'size', 'i', 'used', 'to', 'wear', 'size', 's', '117bl', 'but', 'this', 'time', 'the', 'small', 'is', 'way', 'too', 'big', 'i', 'still', 'keep', 'it', 'and', 'put', 'a', 'belt', 'on', 'it', 'is', 'a', 'very', 'very', 'pretty', 'dress', 'i', 'used', 'to', 'buy', 'sale', 'from', 'antheropologie', 'but', 'can', 'not', 'wait', 'this', 'time', 'i', 'am', 'very', 'impressed', 'by', 'the', 'design', 'can', 'not', 'praise', 'more', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7362,820,54', 'really', 'versatile', 'i', 'just', 'love', 'this', 'top', 'it', 'has', 'a', 'flattering', 'cut', 'fun', 'summer', 'colors', 'i', 'purchased', 'the', 'white', 'and', 'paired', 'it', 'with', 'the', 'plata', 'chevron', 'skirt', 'both', 'pieces', 'go', 'with', 'everything', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'perfect', 'for', 'traveling', 'only', 'tricky', 'part', 'for', 'me', 'was', 'reaching', 'all', 'the', 'buttons', 'in', 'the', 'back', 'highly', 'recommend', 'stock', 'more', 'pieces', 'like', 'this', 'retailer', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7363,878,69', 'so', 'cute', 'and', 'great', 'fit', 'i', 'am', 'so', 'pleased', 'with', 'this', 'top', 'it', 'is', 'slightly', 'fitted', 'i', 'am', '5', '3', '110', 'lbs', 'and', 'have', 'trouble', 'finding', 'tops', 'that', 'are', 'flattering', 'but', 'not', 'too', 'form', 'fitting', 'also', 'it', 'is', '100', 'cotton', 'which', 'is', 'a', 'definite', 'plus', 'as', 'of', 'now', 'it', 'is', 'my', 'go-to', 'top', 'looks', 'great', 'with', 'jeans', 'or', 'leggings', ',5,1,5', 'general', 'tops', 'knits'] ['7364,1100,65', 'great', 'dress', 'love', 'the', 'rifle', 'print', 'on', 'this', 'dress', 'the', 'fit', 'is', 'relaxed', 'and', 'very', 'comfortable', 'and', 'can', 'be', 'adjusted', 'with', 'the', 'tie', 'in', 'the', 'back', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'great', 'for', 'year-round', 'wear', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7365,715,44', ',i', 'do', "n't", 'normally', 'like', 'how', 'i', 'look', 'in', 'rompers', 'but', 'this', 'one', 'was', 'so', 'cute', 'i', 'had', 'to', 'try', 'i', 'was', 'pleasantly', 'surprised', 'that', 'it', 'fit', 'great', 'and', 'was', 'comfortable', 'too', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['7366,965,27', 'cute', 'but', 'poor', 'quality', 'this', 'sweater/jacket', 'looks', 'just', 'like', 'the', 'photo', 'in', 'real', 'life', 'but', 'the', 'inside', 'is', 'so', 'scratchy', 'i', 'physically', 'recoiled', 'when', 'trying', 'it', 'on', 'as', 'the', 'interior', 'of', 'the', 'sleeves', 'feels', 'like', 'sandpaper', 'unlined', 'and', 'uncomfortable', 'no', 'thank', 'you'] [] ['should', 'you', 'choose', 'to', 'proceed', 'i', 'found', 'the', 'fit', 'tts', 'i', "'m", '5', '8', 'wear', 'an', '8/10', 'and', 'the', 'medium', 'worked', 'for', 'me', ',2,0,2', 'general', 'jackets', 'jackets'] ['7367,1086,31', 'magica', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'a', 'fall', 'wedding', 'and', 'could', "n't", 'be', 'happier', 'i', "'m", 'very', 'curvy', '34dd-28-43', 'and', 'the', 'medium', 'fit', 'like', 'a', 'glove', 'the', 'fabric', 'has', 'a', 'great', '70', "'s", 'vibe', 'while', 'the', 'fit', 'is', 'extremely', 'classic', 'i', 'have', 'never', 'felt', 'more', 'beautiful', 'and', 'received', 'many', 'compliments', 'i', 'am', '5', '6', 'and', 'it', 'hit', 'just', 'to', 'the', 'top', 'of', 'my', 'feet', 'i', 'highly', 'recommend', ',5,1,1', 'general', 'dresses', 'dresses'] ['7368,1022,38', ',,4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7369,715,55', 'i', 'love', 'this', 'romper', 'i', 'wear', 'it', 'as', 'lounge', 'wear', 'around', 'the', 'house', 'and', 'to', 'bed', 'it', 'shows', 'a', 'bit', 'more', 'skin', 'than', 'i', "'d", 'be', 'comfortable', 'showing', 'in', 'public', 'but', 'perfect', 'for', 'around', 'the', 'house', 'i', "'m", 'usually', 'a', 'medium', 'but', 'it', 'hung', 'on', 'me', 'weird', 'so', 'i', 'sized', 'down', 'and', 'it', "'s", 'absolutely', 'perfect', 'love', 'the', 'color', 'the', 'fabric', 'and', 'how', 'it', 'falls', 'just', 'right', 'and', 'the', 'ultra', 'softness', 'is', 'heavenly', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['7370,1086,26', 'top', 'notch', 'comfortable', 'dress', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'at', 'a', 'wedding', 'i', 'am', 'short', 'so', 'i', 'would', 'have', 'really', 'loved', 'the', 'petite', 'but', 'they', 'were', 'sold', 'out', 'both', 'online', 'and', 'in', 'store', 'when', 'i', 'bought', 'it', 'i', "'m", 'making', 'do', 'with', 'high', 'heels', 'the', 'sheen', 'is', 'gorgeous', 'and', 'the', 'dress', 'is', 'very', 'comfortable', 'over', 'all', 'i', "'d", 'also', 'add', 'that', 'i', "'m", 'pretty', 'curvy', 'and', 'the', 'cut', 'fits', 'my', 'body', 'perfectly', ',5,1,1', 'general', 'dresses', 'dresses'] ['7371,820,25', 'i', 'love', 'this', 'top', 'it', "'s", 'not', 'too', 'fitted', 'and', 'falls', 'in', 'the', 'right', 'part', 'of', 'my', 'waist', 'giving', 'me', 'good', 'movement', 'i', 'wear', 'it', 'to', 'work', 'and', 'everyone', 'compliments', 'how', 'the', 'back', 'is', 'longer', 'the', 'top', 'does', "n't", 'ride', 'up', 'your', 'back', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7372,820,39', 'second', 'time', "'s", 'the', 'cahrm', 'i', 'tried', 'this', 'one', 'twice', 'in', 'the', 'same', 'day', 'the', 'first', 'time', 'i', 'did', "n't", 'like', 'it', 'the', 'stylist', 'in', 'the', 'dressing', 'room', 'at', 'the', 'time', "dind't", 'etiher', 'but', 'then', 'my', 'favorite', 'stylist', 'finally', 'showed', 'up', 'and', 'i', 'tried', 'it', 'on', 'again', 'but', 'at', 'the', 'time', 'had', 'changed', 'pants', 'made', 'all', 'the', 'difference', 'you', 'really', 'need', 'hte', 'right', 'pants', 'for', 'htis', 'but', 'it', 'is', 'gorgeous'] [] ['i', 'bought', 'hte', 'black', 'color', 'online', 'i', 'liked', 'it', 'better', 'the', 'white', 'has', 'stell', 'colored', 'polka', 'dots', 'so', 'if', 'you', 'want', 'more', 'of', 'a', 'spring', 'color', 'also', 'good', 'for', 'you'] [] ['style', 'ca', ',5,1,15', 'general', 'petite', 'tops', 'blouses'] ['7373,820,35', 'beyond', 'cute', 'this', 'top', 'is', 'one', 'of', 'my', 'favorites', 'i', 'ca', "n't", 'get', 'over', 'how', 'much', 'i', 'love', 'the', 'design', 'the', 'dots', 'are', 'adorable', 'and', 'i', 'received', 'a', 'ton', 'of', 'compliments', 'the', 'back', 'of', 'the', 'top', 'quite', 'a', 'bit', 'longer', 'and', 'it', 'looks', 'great', 'my', 'only', 'complaint', 'is', 'that', 'it', 'runs', 'a', 'bit', 'small', 'on', 'the', 'top', 'even', 'though', 'the', 'shirt', 'is', 'perfectly', 'sized', 'on', 'me', 'i', 'bent', 'over', 'to', 'slip', 'on', 'my', 'shoe', 'and', 'one', 'of', 'the', 'buttons', 'popped', 'off', 'after', 'less', 'than', 'a', 'minute', 'of', 'wearing', 'it', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['7374,1086,46', 'hot', 'mess', 'on', 'me', 'maybe', 'it', "'s", 'my', 'curves', 'or', 'the', 'way', 'i', "'m", 'only', '5', '4', 'but', 'this', 'was', 'a', 'hot', 'mess', 'on', 'me', 'it', 'is', 'soooo', 'long', 'and', 'cut', 'to', 'low', 'for', 'my', '36d', 'chest', 'it', 'is', 'slim', 'and', 'the', 'cut', 'usually', 'is', 'flattering', 'but', 'somehow', 'this', 'dress', 'was', 'anything', 'but', 'it', 'is', 'really', 'shiny', 'and', 'the', 'material', 'is', 'heavier', 'than', 'anticipated', 'for', 'warm', 'weather', 'if', 'you', 'are', 'super', 'tall', 'and', 'skinny', 'with', 'no', 'boobs', 'go', 'for', 'it', 'had', 'to', 'send', 'back', ',2,0,14', 'general', 'dresses', 'dresses'] ['7375,894,41', 'disapppointed', 'was', 'excited', 'about', 'this', 'sweater', 'but', 'it', 'really', 'did', "n't", 'wow', 'me', 'when', 'i', 'put', 'it', 'on', 'the', 'v-neck', 'is', 'quite', 'low', 'and', 'the', 'sweater', 'is', 'a', 'bit', 'short', 'loved', 'the', 'ideas', 'of', 'the', 'fringe', 'but', 'in', 'the', 'end', 'it', 'went', 'back', ',3,0,1', 'general', 'tops', 'fine', 'gauge'] ['7376,820,31', 'not', 'sure', 'what', 'i', 'wore', 'before', 'i', 'owned', 'this', 'shirt', 'i', 'loved', 'this', 'shirt', 'from', 'the', 'moment', 'i', 'saw', 'it', 'on', 'the', 'table', 'i', 'am', 'always', 'too', 'tall', 'for', 'a', 'peplum', 'blouse', 'because', 'they', 'hit', 'my', 'rib', 'cage', 'instead', 'of', 'my', 'waist', 'but', 'this', 'shirt', 'does', "n't", 'have', 'that', 'problem', 'i', 'have', 'the', 'white', 'one', 'the', 'polka', 'dots', 'are', 'a', 'really', 'pretty', 'corn', 'flower', 'blue', 'color', 'i', 'usually', 'wear', 'an', '8', 'in', 'maeve', 'blouses', 'but', 'this', 'one', 'i', 'took', 'a', '6.', 'there', 'is', 'definately', 'no', 'give', 'though', 'i', 'have', 'a', 'very', 'flat', 'chest', 'and', 'only', 'wear', 'a', 'lacy', 'bralette', 'under', 'this', 'shirt', 'because', 'there', 'is', 'no', 'room', 'for', 'anything', 'else', 'i', 'am', 'sad', 'thou', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7377,1086,46', 'gorgeous', 'colors', 'this', 'dress', 'is', 'beautiful', 'on', 'so', 'many', 'levels', 'the', 'colors', 'and', 'print', 'are', 'amazing', 'and', 'the', 'maxi', 'sweater', 'dress', 'idea', 'is', 'unique', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'very', 'flattering', 'my', 'only', 'issue', 'is', 'the', 'amount', 'of', 'shine', 'that', 'it', 'has', 'from', 'the', 'metallic', 'threads', 'running', 'through', 'it', 'i', 'would', 'have', 'preferred', 'less', 'shine', 'which', 'would', 'make', 'the', 'dress', 'more', 'versatile.,4,1,0', 'general', 'dresses', 'dresses'] ['7378,820,25', 'i', 'wanted', 'to', 'love', 'this', 'shirt', 'so', 'much', 'i', 'got', 'this', 'as', 'a', 'gift', 'for', 'christmas', 'in', 'the', 'black', 'the', 'first', 'time', 'i', 'wore', 'the', 'shirt', '3', 'of', 'the', 'buttons', 'on', 'the', 'back', 'fell', 'off', 'keep', 'in', 'mind', 'that', 'they', 'are', 'not', 'decorative', 'and', 'they', 'held', 'the', 'shirt', 'together', 'needless', 'to', 'say', 'i', 'was', 'not', 'so', 'pleased', 'to', 'have', 'my', 'shirt', 'fly', 'open', 'from', 'the', 'back', 'retailer', 'and', 'their', 'amazing', 'customer', 'service', 'took', 'this', 'shirt', 'back', 'no', 'problem', 'but', 'i', 'wanted', 'to', 'give', 'the', 'fair', 'warning', ',2,0,3', 'general', 'petite', 'tops', 'blouses'] ['7379,715,27', 'great', 'fit', 'this', 'product', 'fit', 'perfectly', 'the', 'color', 'is', 'as', 'pictured', 'or', 'slightly', 'bigger', 'perfect', 'for', 'a', 'day', 'or', 'night', 'out,5,1,0', 'initmates', 'intimate', 'lounge'] ['7380,820,36', 'pretty', 'design', 'but', 'not', 'the', 'best', 'quality', 'i', 'tried', 'this', 'on', 'at', 'the', 'store', 'and', 'though', 'it', 'was', 'pretty', 'i', 'was', 'a', 'little', 'underwhelmed', 'it', 'fit', 'but', 'had', 'no', 'give', 'so', 'it', 'might', 'not', 'have', 'been', 'too', 'comfortable', 'for', 'movement', 'unless', 'sized', 'up', 'the', 'embroidered', 'polka', 'dots', 'were', 'a', 'lovely', 'idea', 'but', 'the', 'quality', 'was', 'not', 'great', 'they', 'were', 'already', 'fraying', 'and', 'pretty', 'irregular', 'looking', 'the', 'idea', 'of', 'the', 'top', 'was', 'better', 'than', 'the', 'execution', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['7381,820,55', 'picked', 'this', 'up', 'in', 'the', 'white', 'and', 'it', "'s", 'adorable', 'i', "'m", 'a', '2', 'in', 'maeve', 'blouses', 'usually', 'just', 'to', 'fit', 'my', 'bust', 'i', 'picked', 'it', 'up', 'in', 'the', '2', 'because', 'that', "'s", 'all', 'my', 'store', 'had', 'and', 'it', 'fits', 'it', "'s", 'definitely', 'tight', 'across', 'the', 'bust', 'but', 'not', 'constricting', 'the', 'shirt', 'has', 'no', 'give', 'but', 'it', "'s", 'still', 'comfy', 'and', 'to', 'be', 'expected', 'from', '100', 'cotton', 'the', 'peplum', 'is', 'very', 'dramatic', 'high-low', 'and', 'poofs', 'out', 'in', 'the', 'back', 'also', 'a', 'little', 'dramatically', 'but', 'gosh', 'that', "'s", 'what', 'makes', 'it', 'so', 'gorgeous', 'great', 'blouse', 'so', 'precious', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['7382,1100,47', 'a', 'little', 'too', 'boxy', 'vs', 'swing', 'love', 'the', 'design', 'and', 'style', 'of', 'this', 'dress', 'when', 'i', 'saw', 'it', 'online', 'however', 'it', 'falls', 'a', 'little', 'short', 'once', 'in', 'person', 'it', 'was', 'a', 'bit', 'boxier', 'than', 'i', 'wanted', 'and', 'the', 'lines', 'did', "n't", 'make', 'it', 'appear', 'as', 'a', 'swing', 'dress', 'highlighting', 'your', 'figure'] [] ['i', 'wish', 'this', 'could', 'have', 'worked', 'however', 'it', 'felt', 'a', 'little', 'too', 'unshapely', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7383,1086,31', 'looked', 'perfect', 'online', 'sad', 'i', 'had', 'to', 'return', 'i', 'was', 'looking', 'for', 'a', 'dress', 'for', 'playing', 'cello', 'at', 'my', 'friend', "'s", 'wedding', 'the', 'colors', 'looked', 'perfect', 'the', 'cut', 'was', 'great', 'etc', 'very', 'disappointed', 'to', 'find', 'out', 'how', 'sparkly', 'and', 'scratchy', 'the', 'dress', 'was', 'in', 'person', 'and', 'sad', 'that', 'the', 'slit', 'came', 'right', 'to', 'my', 'knee', 'which', 'is', 'a', 'really', 'weird', 'height', 'sadly', 'returning', 'might', 'purchase', 'again', 'if', 'it', 'goes', 'on', 'sale', 'and', 'i', 'ca', "n't", 'find', 'anything', 'better', 'before', 'the', 'wedding', ',2,0,1', 'general', 'dresses', 'dresses'] ['7384,1086,36', 'great', 'dress', 'but', 'long', 'very', 'cool', 'dress', 'very', 'true', 'to', 'size', 'fits', 'just', 'right', 'in', 'the', 'top', 'the', 'fabric', 'is', 'just', 'right', 'not', 'too', 'heavy', 'but', 'opaque', 'enough', 'to', 'cover', 'everything', 'that', 'needs', 'covering', 'only', 'issue', 'is', 'that', 'it', 'is', 'loooong', 'looking', 'at', 'the', 'other', 'reviews', 'i', 'think', 'there', 'may', 'be', 'some', 'variation', 'in', 'the', 'length', 'of', 'each', 'individual', 'dress', 'i', 'am', '5', '9', 'and', 'this', 'dress', 'pooled', 'around', 'my', 'feet', 'size', 'm', 'i', 'will', 'be', 'taking', 'it', 'to', 'the', 'tailor', 'to', 'have', 'at', 'least', '3-4', 'trimmed', 'off', 'the', 'hem', 'i', 'would', 'recommend', 'erring', 'on', 'the', 'side', 'of', 'the', 'petite', 'sizing', 'or', 'fa', ',4,1,0', 'general', 'dresses', 'dresses'] ['7385,830,37', 'interesting', 'piece', 'the', 'design', 'is', 'unique', 'and', 'stands', 'out', 'goes', 'great', 'with', 'a', 'black', 'pair', 'of', 'jeans', 'and', 'can', 'be', 'dressed', 'up', 'i', 'found', 'the', 'fit', 'to', 'be', 'decent', 'not', 'unflattering', 'on', 'me', 'however', 'i', 'suspect', 'that', 'it', 'could', 'run', 'short', 'tight', 'on', 'others'] [] ['overall', 'though', 'a', 'cute', 'white', 'top', 'for', 'winter', ',4,1,0', 'general', 'tops', 'blouses'] ['7386,1086,61', 'so', 'soft', 'this', 'dress', 'is', 'soft', 'and', 'hits', 'all', 'the', 'right', 'spots', 'the', 'neckline', 'makes', 'it', 'a', 'little', 'alternative', 'which', 'i', 'like.,5,1,0', 'general', 'dresses', 'dresses'] ['7387,715,38', 'so', 'comfy', 'love', 'this', 'and', 'wish', 'it', 'came', 'in', 'more', 'colors', 'the', 'fabric', 'and', 'cut', 'are', 'so', 'comfortable', 'i', 'bought', 'my', 'usual', 'size', 'and', 'was', 'a', 'little', 'sad', 'to', 'see', 'that', 'it', 'shrunk', 'just', 'a', 'touch', 'in', 'the', 'wash.', 'washed', 'and', 'then', 'air', 'dried', 'but', 'put', 'in', 'dryer', 'for', '15', 'mins', 'to', 'speed', 'up', 'drying', 'process', 'i', "'m", '5', '7', 'so', 'it', "'s", 'already', 'short', 'but', 'now', 'i', "'ll", 'probably', 'just', 'have', 'to', 'wear', 'it', 'as', 'a', 'cover', 'up', 'or', 'loungewear', 'around', 'the', 'house', 'super', 'cute', 'though', 'and', 'great', 'price', 'with', 'sale', 'on', 'sale', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['7388,1066,41', 'so', 'soft', 'love', 'the', 'fit', 'and', 'color', 'but', 'the', 'material', 'is', 'my', 'favorite', 'it', "'s", 'so', 'soft', 'and', 'comfy', 'feels', 'like', 'your', 'walking', 'around', 'in', 'your', 'pjs', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['7389,1086,45', 'stunning', 'holiday', 'dress', 'hello', 'i', 'could', 'not', 'see', 'how', 'this', 'dress', 'could', 'get', 'anything', 'but', 'a', '5', 'star', 'review', 'the', 'only', 'thing', 'that', 'i', 'thought', 'would', 'be', 'a', 'negative', 'is', 'that', 'it', 'may', 'stag', 'easily', 'other', 'than', 'that', 'this', 'dress', 'is', 'stunning', 'on', 'and', 'i', 'feel', 'it', 'runs', 'large', 'i', 'wear', 'a', 'sz', '4', 'and', 'the', 'xs', 'fit', 'just', 'right', 'i', "'m", '5ft', '6in', 'tall', 'looks', 'great', 'with', 'a', 'high', 'heel', 'since', 'its', 'really', 'long', 'to', 'the', 'floor', 'which', 'i', 'like', 'as', 'far', 'as', 'the', 'shine', 'on', 'this', 'dress', 'i', 'love', 'it', 'it', 'makes', 'it', 'worth', 'the', 'price', 'and', 'dresses', 'up', 'a', 'casual', 'dress', 'and', 'its', 'very', 'comfortable', '.,5,1,2', 'general', 'dresses', 'dresses'] ['7390,715,40', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['7391,715,28', 'cute', 'lil', 'romper', 'this', 'is', 'a', 'great', 'fit', 'and', 'super', 'cute', 'price', 'not', 'bad', 'either', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['7392,820,41', 'beautiful', 'top', 'stunning', 'on', 'but', 'mine', 'was', 'missing', 'a', 'button', 'when', 'i', 'received', 'it', 'i', 'found', 'a', 'similar', 'button', 'and', 'replaced', 'it', 'still', 'worth', 'it', 'even', 'though', 'it', 'arrived', 'damaged', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['7393,1100,41', 'irresistible', 'i', 'broke', 'my', 'rule', 'of', 'not', 'buying', 'polyester', 'for', 'this', 'dress', 'twice', 'helped', 'by', 'sale', 'price', 'with', 'additional', 'percent', 'off', 'promo', 'it', "'s", 'mainly', 'the', 'irresistible', 'print', 'i', 'bought', 'it', 'in', 'both', 'the', 'lovely', 'blue-pink', 'floral', 'and', 'the', 'patterned', 'red', 'love', 'it', 'works', 'best', 'when', 'the', 'weather', 'is', 'in', 'upper', '60s', 'with', 'tights', 'and', 'boots', 'but', 'i', 'think', 'it', 'will', 'also', 'work', 'with', 'bare', 'legs', 'and', 'clunky', 'sandals', 'when', 'the', 'weather', 'is', 'warmer', 'the', 'fit', 'is', 'loose', 'except', 'for', 'in', 'the', 'chest', 'and', 'shoulders', 'so', 'do', "n't", 'size', 'down', 'i', 'do', 'wish', 'the', 'fabric', 'was', 'not', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7394,1086,24', 'love', 'i', 'debated', 'getting', 'this', 'dress', 'for', 'over', 'a', 'month', 'and', 'finally', 'purchased', 'it', 'on', 'retailer', 'member', 'day', 'for', '20', 'off', 'i', 'wore', 'it', 'on', 'a', 'chiller', 'night', 'with', 'a', 'denim', 'jacket', 'and', 'booties', 'for', 'a', 'more', 'casual', 'feel', 'constant', 'compliments', 'from', 'friends', 'and', 'strangers'] [] ['only', 'complaint', 'about', 'the', 'dress', 'is', 'the', 'slit', 'it', 'does', 'not', 'go', 'as', 'high', 'like', 'on', 'the', 'model', 'stops', 'right', 'at', 'the', 'knee.the', 'cross', 'over', 'is', 'not', 'too', 'revealing', 'which', 'is', 'nice', 'overall', 'the', 'fit', 'is', 'great', 'im', '5', '39', '6', 'and', 'usually', 'size', '12', 'and', '36dd', 'the', 'large', 'was', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['7395,820,34', 'so', 'cute', 'this', 'top', 'is', 'true', 'to', 'size', 'for', 'me', 'i', "'m", '5', '8', '128lbs', 'and', 'i', 'ordered', 'both', 'a', 'size', '4', 'and', '6.', 'the', 'six', 'was', 'too', 'big', 'i', 'could', 'tell', 'because', 'the', 'shoulder', 'seem', 'was', 'in', 'the', 'wrong', 'spot', 'and', 'i', 'could', "n't", 'lift', 'my', 'arms', 'the', 'shoulder', 'seem', 'hung', 'too', 'low', 'the', '4', 'was', 'perfect', 'i', 'had', 'full', 'range', 'of', 'motion', 'for', 'my', 'arms', 'and', 'was', 'easily', 'able', 'to', 'bend', 'down', 'and', 'touch', 'my', 'toes', 'without', 'any', 'pulling', 'on', 'the', 'buttons', 'of', 'the', 'shirt', 'i', 'always', 'order', 'a', 'small', 'or', 'size', '4', 'in', 'tops', 'the', 'bigger', 'size', 'did', "n't", 'add', 'any', 'length', 'in', 'front', 'just', 'added', 'a', 'boxier', 'feel', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7396,830,66', 'unique', 'this', 'sweatshirt', 'is', 'beautiful', 'and', 'a', 'step', 'beyond', 'the', 'ordinary', 'the', 'white', 'is', 'crisp', 'and', 'the', 'lace', 'is', 'just', 'beautiful', 'the', 'black', 'striping', 'is', 'subtle', 'and', 'really', 'attractive', 'i', 'had', 'a', 'problem', 'with', 'the', 'fit', 'it', 'just', 'grabbed', 'my', 'mid', 'section', 'in', 'an', 'unattractive', 'way', 'i', 'wear', 'large', 'in', 'more', 'fitted', 'items', 'and', 'that', "'s", 'what', 'i', 'ordered', 'this', 'time', 'i', "'m", 'well', 'endowed', 'and', 'it', 'fit', 'nicely', 'over', 'my', 'bust', 'shoulders', 'and', 'arms', 'so', 'afraid', 'the', 'next', 'size', 'up', 'will', 'be', 'too', 'big', 'although', 'it', 'did', "n't", 'work', 'for', 'me', 'i', 'highly', 'recommend', 'this', 'beautiful', 'top', ',4,1,0', 'general', 'tops', 'blouses'] ['7397,820,35', 'fun', 'and', 'flirty', 'this', 'is', 'a', 'great', 'casual', 'top', 'for', 'spring', 'i', 'loved', 'the', 'covered', 'buttons', 'in', 'the', 'back', 'and', 'the', 'longer', 'back', 'peplum', 'too', 'the', 'peplum', 'in', 'the', 'front', 'covers', 'the', 'top', 'of', 'pants', 'i', 'am', '5', '9', 'tall', 'and', 'often', 'times', 'have', 'difficulty', 'finding', 'sleeves', 'that', 'are', 'long', 'enough', 'so', 'the', '3/4', 'length', 'sleeves', 'are', 'perfect', 'the', 'fabric', 'is', 'light', 'weight', 'but', 'not', 'sheer', 'and', 'the', 'embroidered', 'dots', 'are', 'well', 'done', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7398,1100,59', 'great', 'drapey', 'fabric', 'i', 'loved', 'the', 'fabric', 'and', 'this', 'print', 'but', 'it', 'was', 'just', 'cut', 'a', 'little', 'wrong', 'for', 'me', 'the', 'gathering', 'on', 'the', 'side', 'made', 'me', 'look', 'a', 'bit', 'wide', 'but', 'the', 'fabric', 'is', 'beautiful', 'and', 'everything', 'else', 'was', 'nice', 'i', 'did', 'like', 'the', 'fact', 'that', 'it', 'ties', 'in', 'the', 'back', 'so', 'you', 'can', 'slim', 'down', 'the', 'sillouhette', 'sp', 'if', 'you', 'want', 'to.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7399,878,36', 'perfect', 'tunic', 'i', 'love', 'this', 'tunic', 'the', 'fit', 'is', 'ttt', 'and', 'the', 'quality', 'is', 'nice', 'i', 'will', 'get', 'much', 'use', 'out', 'of', 'this', 'piece', ',5,1,5', 'general', 'tops', 'knits'] ['7400,1086,22', ',i', 'absolutely', 'love', 'each', 'this', 'dress', 'it', 'is', 'shimmery', 'as', 'others', 'have', 'said', 'but', 'the', 'design', 'looks', 'so', 'beautiful', 'that', 'way', 'and', 'i', 'do', "n't", 'agree', 'that', 'it', 'mages', 'it', 'look', 'cheap', 'love', 'the', 'neckline', 'and', 'the', 'length', 'is', 'perfect', 'unless', 'you', "'re", 'a', 'petite', 'size', 'i', 'would', 'snatch', 'this', 'one', 'right', 'up', 'if', 'it', 'were', "n't", 'for', 'the', 'price', 'point', 'i', "'m", 'hoping', 'it', "'ll", 'go', 'to', 'sale', 'but', 'it', "'s", 'so', 'beautiful', 'it', 'might', 'be', 'sold', 'out', 'by', 'then', 'the', 'fabric', 'seems', 'delicate', 'like', 'he', 'threads', 'could', 'come', 'apart', 'easily.,5,1,0', 'general', 'dresses', 'dresses'] ['7401,1075,32', 'lovely', 'beading', 'i', 'love', 'this', 'dress', 'the', 'beading', 'gives', 'it', 'something', 'special', 'and', 'the', 'petite', 'fits', 'my', '5', 'frame', 'perfectly', 'lightweight', 'enough', 'to', 'wear', 'now', 'and', 'again', 'later', 'with', 'layers', 'for', 'fall', 'very', 'soft', 'fabric', ',5,1,3', 'general', 'dresses', 'dresses'] ['7402,820,31', ',,1,0,0', 'general', 'petite', 'tops', 'blouses'] ['7403,820,31', 'sweet', 'and', 'fun', 'without', 'being', 'too', 'young', '5', '7', '135lbs', '34c', '27-28', 'waist', 'typically', 'wear', 'between', 'a', '2', 'or', '4', 'in', 'maeve', 'bought', 'an', '8', 'in', 'this', 'blouse', 'is', 'incredibly', 'sweet', 'the', 'white', 'is', 'beautiful', 'but', 'i', 'opted', 'for', 'the', 'black', 'bc', 'it', 'seemed', 'more', 'internship', 'appropriate', 'the', 'front', 'and', 'back', 'are', 'completely', 'different', 'lengths', 'not', 'a', 'traditional', 'high-low', 'the', 'fabric', 'has', 'little', 'to', 'no', 'give', 'and', 'the', 'back', 'has', 'buttons', 'running', 'down', 'size', 'up', '1', 'or', '2', 'sizes', 'to', 'avoid', 'popping', 'buttons', 'gorgeous', 'with', 'jeans', 'or', 'pair', 'with', 'some', 'fun', 'cigarette', 'trousers', 'cartonnier', 'for', 'exampl', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['7404,1075,42', 'disappointing', 'purchase', 'this', 'dress', 'looks', 'very', 'beautiful', 'on', 'the', 'model', 'shown', 'unfortunately', 'when', 'i', 'tried', 'it', 'on', 'it', 'did', 'not', 'flow', 'as', 'nicely', 'as', 'i', 'would', 'have', 'liked', 'it', 'to', 'i', 'also', 'did', "n't", 'care', 'much', 'for', 'the', 'waist', 'ties', 'on', 'the', 'side', 'an', 'elastic', 'waist', 'might', 'have', 'been', 'better', ',2,0,0', 'general', 'dresses', 'dresses'] ['7405,820,34', 'beautiful', 'love', 'this', 'top', 'it', "'s", 'a', '100', 'cotton', 'and', 'looks', 'amazing', 'with', 'jeans', 'you', 'should', 'consider', 'ordering', 'a', 'size', 'up', 'i', 'am', 'usually', 'an', '0', '32d', 'and', '107pound', 'tried', 'the', '0', 'in', 'store', 'it', 'just', 'did', "n't", 'feel', 'right', 'the', 'size', '2', 'fit', 'just', 'right'] ['love', 'the', 'shirt', 'and', 'got', 'tons', 'of', 'complement', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7406,1066,41', 'love', 'these', 'these', 'are', 'the', 'most', 'comfortable', 'trousers', 'in', 'my', 'whole', 'wardrobe', 'love', 'them.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['7407,1022,41', 'very', 'long', 'not', 'for', 'shorties', 'i', "'m", '5', '3', 'and', 'will', 'need', 'to', 'get', 'them', 'hemmed.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['7408,1022,59', 'fit', 'is', 'perfect', 'very', 'flattering', 'they', 'are', 'very', 'long', 'so', 'i', 'will', 'need', 'to', 'shorten', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['7409,1086,37', 'perfect', 'dress', 'for', 'the', 'fall', 'i', 'am', 'in', 'love', 'with', 'this', 'dress', 'not', 'too', 'dressy', 'not', 'too', 'casual', 'and', 'hugs', 'the', 'body', 'in', 'all', 'the', 'right', 'spots', 'i', 'am', '5', '7', 'with', 'curves', 'and', 'this', 'flatters', 'well', 'i', 'also', 'bought', 'and', 'adore', 'the', 'velvet', 'taupe', 'ankle', 'strap', 'shoes', 'they', 'show', 'with', 'them', 'super', 'in-love', 'with', 'the', 'whole', 'look', 'dress', 'will', 'look', 'great', 'with', 'booties', 'too', 'just', 'hope', 'i', 'do', "n't", 'snag', 'the', 'sweater', 'dress', 'which', 'looks', 'easy', 'to', 'do', 'because', 'i', 'want', 'to', 'wear', 'this', 'all', 'fall', 'and', 'winter', 'long', ',5,1,2', 'general', 'dresses', 'dresses'] ['7410,1100,24', 'precious', 'and', 'comfortable', 'bought', 'this', 'dress', 'for', 'engagement', 'photos', 'and', 'was', 'a', 'little', 'worried', 'about', 'sizing', 'but', 'when', 'i', 'got', 'it', 'it', 'fit', 'perfectly', 'and', 'was', 'very', 'comfortable', 'it', 'runs', 'true', 'to', 'size', 'my', 'only', 'complaint', 'is', 'that', 'there', 'was', 'a', 'missing', 'button', 'on', 'the', 'sleeve', 'but', 'because', 'there', 'was', 'an', 'extra', 'it', 'was', 'easily', 'fixed', 'definitely', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7411,820,25', 'love', 'this', 'shirt', 'but', 'buttons', 'are', 'unstable', 'this', 'is', 'a', 'beautiful', 'shirt', 'the', 'back', 'is', 'a', 'few', 'inches', 'longer', 'than', 'the', 'front', 'which', 'makes', 'for', 'a', 'cool', 'effect'] ['the', 'only', 'thing', 'that', 'i', 'did', "n't", 'like', 'about', 'this', 'shirt', 'was', 'how', 'fragile', 'the', 'buttons', 'on', 'the', 'back', 'are', 'i', 'was', 'taking', 'this', 'shirt', 'off', 'and', 'one', 'popped', 'off', 'when', 'i', 'went', 'to', 'hang', 'it', 'another', 'one', 'popped', 'off', 'so', 'i', 'had', 'to', 'return', 'it', 'such', 'a', 'shame', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['7412,820,61', 'the', 'fabric', 'is', 'a', 'little', 'stiff', 'the', 'back', 'looks', 'unusually', 'long', 'compared', 'to', 'the', 'front', 'and', 'it', 'fits', 'tight', 'across', 'the', 'chest', 'and', 'i', "'m", 'not', 'busty', 'so', 'that', "'s", 'not', 'a', 'factor', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['7413,715,31', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['7414,1086,43', ',great', 'winter', 'maxi', 'soft', 'and', 'comfortable', 'fabric', 'good', 'quality', 'stretchy', 'but', 'not', 'too', 'clingy', 'fitted', 'in', 'all', 'the', 'right', 'places', 'and', 'very', 'flattering', 'petite', 'was', 'unavailable', 'so', 'will', 'need', 'hemming.,5,1,2', 'general', 'dresses', 'dresses'] ['7415,1100,23', 'one', 'of', 'my', 'favorite', 'purchases', 'i', 'love', 'rifle', 'paper', 'and', 'when', 'i', 'saw', 'this', 'dress', 'online', 'i', 'knew', 'that', 'i', 'had', 'to', 'have', 'it', 'this', 'dress', 'is', 'even', 'prettier', 'in', 'person', 'than', 'it', 'is', 'in', 'the', 'picture', 'it', "'s", 'pretty', 'and', 'delicate', 'and', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'i', 'found', 'this', 'dress', 'to', 'fit', 'true', 'to', 'size', 'it', 'definitely', 'has', 'that', 'baby', 'doll', 'dress', 'fit', 'to', 'it', 'but', 'i', 'love', 'it', 'this', 'is', 'a', 'dress', 'that', 'i', "'ll", 'feel', 'beautiful', 'in', 'and', 'pull', 'out', 'of', 'my', 'closet', 'over', 'and', 'over', 'again', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7416,1086,47', 'love', 'the', 'dress', 'i', 'am', 'having', 'the', 'slit', 'up', 'the', 'front', 'raised', 'love', 'how', 'it', 'looks', 'in', 'the', 'picture', 'but', 'the', 'dress', 'is', 'actually', 'slit', 'up', 'just', 'under', 'the', 'knee', ',4,1,0', 'general', 'dresses', 'dresses'] ['7417,715,33', 'love', 'this', 'this', 'romper', 'is', 'sooo', 'comfortable', 'and', 'cute', 'it', 'is', 'definitely', 'pretty', 'casual', 'and', 'probably', 'best', 'used', 'as', 'a', 'beach', 'cover', 'up', 'as', 'it', 'exposes', 'a', 'lot', 'of', 'skin', 'that', 'being', 'said', 'i', 'have', 'worn', 'it', 'out', 'and', 'about', 'on', 'very', 'hot', 'days', 'and', 'felt', 'totally', 'fine', 'as', 'far', 'as', 'sizing', 'i', 'usually', 'order', 'a', 'small', 'and', 'got', 'this', 'in', 'a', 'small', 'and', 'it', 'fit', 'perfectly', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['7418,820,19', 'tight', 'in', 'arms', 'and', 'bust', 'so', 'i', 'really', 'like', 'this', 'top', 'not', 'my', 'usual', 'choice', 'but', 'i', "'m", 'trying', 'to', 'branch', 'out', 'really', 'like', 'the', 'top', 'i', 'got', 'the', 'white', 'one', 'because', 'they', 'had', 'it', 'in', 'my', 'size', 'only', 'thing', 'is', 'i', 'could', 'have', 'sized', 'down', 'but', 'arms/shoulders/bust', 'are', 'super', 'tight', 'so', 'i', 'went', 'with', 'the', 'larger', 'size', 'i', 'got', 'mine', 'on', 'sale', 'and', 'a', 'button', 'had', 'already', 'fallen', 'off', 'the', 'back', 'so', 'forewarning', 'that', 'may', 'be', 'a', 'problem', 'in', 'future'] [] ['but', 'overall', 'i', 'really', 'like', 'this', 'top', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['7419,1100,28', 'perfection', 'this', 'dress', 'is', 'amazing', 'i', 'love', 'the', 'collaboration', 'with', 'rifle', 'paper', 'it', 'has', 'a', 'nice', 'boho', 'swing', 'look', 'i', 'sized', 'down', 'from', 'my', 'typical', 'small', 'and', 'took', 'an', 'xs', 'both', 'fit', 'well', 'but', 'i', 'wanted', 'the', 'shoulders', 'to', 'be', 'more', 'fitted.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7420,1086,63', 'perfect', 'for', 'a', 'fall', 'wedding', 'this', 'dress', 'will', 'be', 'perfect', 'for', 'the', 'mid-september', 'wedding', 'i', "'m", 'attending', 'september', 'is', 'a', 'transitional', 'month', 'fashion-wise', 'and', 'this', 'knit', 'dress', 'will', 'be', 'perfect', 'the', 'shimmer', 'which', 'is', "n't", 'apparent', 'from', 'the', 'website', 'makes', 'it', 'festive', 'enough', 'for', 'a', 'wedding.,5,1,0', 'general', 'dresses', 'dresses'] ['7421,1086,27', 'beautiful', 'and', 'unique', 'i', 'fell', 'in', 'love', 'with', 'dress', 'immediately', 'it', 'runs', 'small', 'but', 'is', 'very', 'flattering', 'even', 'if', 'you', 'have', 'a', 'little', 'you', 'want', 'to', 'hide', 'i', 'went', 'up', '1', 'size', 'so', 'comfy', 'and', 'beautiful', 'love', ',5,1,2', 'general', 'dresses', 'dresses'] ['7422,1123,27', 'great', 'jacket', 'i', 'love', 'the', 'colorblock', 'color', 'combo', 'the', 'colors', 'are', 'neutral', 'enough', 'to', 'go', 'with', 'so', 'many', 'things', 'yet', 'still', 'be', 'unique', 'and', 'stand', 'out', 'the', 'fit', 'was', 'perfect', 'i', 'took', 'my', 'normal', 'size', 'medium.,5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['7423,1086,27', 'love', 'it', 'i', 'love', 'the', 'color', 'and', 'shimmer', 'of', 'this', 'dress', 'it', 'is', 'very', 'unique', 'and', 'one', 'of', 'a', 'kind', 'the', 'slit', 'is', 'not', 'as', 'high', 'as', 'the', 'photo', 'online', 'but', 'that', 'can', 'be', 'adjusted', 'if', 'need', 'be', 'at', 'a', 'tailor', 'it', "'s", 'a', 'great', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['7424,820,52', 'cute', 'design', 'with', 'adorable', 'dots', 'this', 'is', 'much', 'cuter', 'in', 'person', 'than', 'in', 'the', 'picture', 'in', 'person', 'i', 'am', 'much', 'more', 'aware', 'that', 'it', 'is', 'also', 'a', 'lower', 'length', 'in', 'the', 'back', 'and', 'it', 'flairs', 'just', 'a', 'little', 'so', 'that', 'the', 'design', 'really', 'stands', 'out', 'i', 'bought', 'in', 'the', 'white', 'and', 'blue', 'dots', 'and', 'can', 'see', 'wearing', 'it', 'in', 'the', 'now', 'spring', 'and', 'even', 'summer', 'it', 'is', 'just', 'a', 'tad', 'tight', 'in', 'my', 'size', '10', 'so', 'i', 'went', 'up', 'to', 'a', '12.', 'thank', 'you', 'retailer', 'this', 'will', 'be', 'timeless', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['7425,820,27', 'worst', 'peplum', 'top', 'in', 'history', 'this', 'is', 'the', 'most', 'unflattering', 'peplum', 'top', 'i', 'have', 'ever', 'tried', 'on', 'fit', 'perfectly', 'as', 'a', 'size', '6', 'should', 'in', 'the', 'arms', 'shoulder', 'chest', 'then', 'the', 'waist', 'was', 'huge', 'just', 'hung', 'off', 'of', 'me', 'like', 'a', 'flour', 'sack', 'it', 'was', 'wider', 'than', 'the', 'chest', 'measurements', 'which', 'made', 'me', 'appear', 'frumpy', 'instead', 'of', 'tailored', 'and', 'classic', 'combine', 'that', 'with', 'the', 'high-low', 'hemline', 'and', 'it', 'looked', 'like', 'a', 'project', 'runway', 'reject', 'sent', 'back', 'immediately', 'do', 'not', 'buy', 'this', 'if', 'you', 'have', 'or', 'want', 'to', 'appear', 'to', 'have', 'an', 'hourglass', 'figure', 'it', 'will', 'do', 'nothing', 'for', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['7426,820,28', 'flattering', 'this', 'top', 'is', 'extremely', 'well', 'done', 'it', 'looks', 'classy', 'and', 'timeless', 'i', 'tried', 'on', 'the', 'white', 'version', 'in', 'store', 'but', 'chose', 'to', 'order', 'the', 'black', 'as', 'the', 'white', 'was', 'too', 'sheer', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7427,820,30', 'button', 'problems', 'stylist', 'in', 'store', 'warned', 'be', 'about', 'issues', 'with', 'buttons', 'falling', 'of', 'easily', 'loved', 'the', 'look', 'so', 'bought', 'it', 'anyway', 'lost', '2', 'buttons', 'on', 'the', 'first', 'wear', 'it', 'did', 'not', 'feel', 'snug', 'on', 'me', 'but', 'i', 'guess', 'i', 'could', 'try', 'a', 'size', 'up', 'and', 'see', 'if', 'the', 'buttons', 'hold', 'a', 'bit', 'better', 'either', 'way', 'i', 'will', 'return', 'or', 'exchange', ',3,0,2', 'general', 'petite', 'tops', 'blouses'] ['7428,1086,44', 'so', 'flattering', 'this', 'dress', 'fits', 'and', 'flatters', 'a', 'curvy', 'silhouette', 'size', 'medium', 'length', 'is', 'perfect', 'for', 'my', '5', '7', 'frame', 'utterly', 'comfortable', 'and', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['7429,1086,39', ',i', 'feel', 'like', 'i', "'m", 'cheating', 'when', 'i', 'put', 'this', 'on', 'it', "'s", 'so', 'comfy', 'almost', 'like', 'wearing', 'cozy', 'pj', "'s", 'but', 'with', 'my', 'black', 'belt', 'and', 'boots', 'and', 'a', 'cute', 'scarf', 'i', 'can', 'easily', 'wine', 'and', 'dine', 'looking', 'like', 'a', 'million', 'bucks', 'and', 'feeling', 'like', 'i', "'m", 'lounging', 'at', 'the', 'same', 'time', 'i', 'wish', 'this', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'dresses', 'dresses'] ['7430,1100,24', 'perfectly', 'easy', 'this', 'dress', 'is', 'my', 'new', 'best', 'friend', 'i', "'ve", 'been', 'looking', 'for', 'work', 'dresses', 'that', 'do', "n't", 'require', 'much', 'effort', 'in', 'putting', 'together', 'an', 'outfit', 'and', 'this', 'is', 'just', 'it', 'the', 'pattern', 'is', 'fun', 'and', 'unique', 'i', 'got', 'many', 'compliments', 'the', 'cut', 'is', 'comfortable', 'flattering', 'and', 'feminine', 'the', 'dress', 'really', 'speaks', 'for', 'itself', 'and', 'all', 'i', 'have', 'to', 'do', 'is', 'throw', 'it', 'on', 'and', 'run', 'out', 'the', 'door', 'the', 'only', 'negative', 'is', 'there', 'was', 'a', 'loose', 'piece', 'of', 'thread', 'at', 'the', 'bottom', 'fingers', 'crossed', 'this', 'does', "n't", 'lead', 'to', 'problems', 'later', 'on', 'and', 'the', 'sleeve', 'buttons', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7431,502,35', 'i', 'love', 'love', 'love', 'this', 'swimsuit', 'yes', 'it', "'s", 'a', 'bit', 'pricey', 'for', 'a', 'bathing', 'suit', 'but', 'i', 'love', 'the', 'design', 'and', 'colors', 'and', 'the', 'back', 'detailing', 'is', 'sexy', 'yet', 'not', 'all', 'that', 'revealing', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'in', 'hawaii', 'next', 'month', 'the', 'only', 'part', 'to', 'be', 'careful', 'about', 'is', 'not', 'to', 'stretch', 'it', 'too', 'much', 'when', 'putting', 'it', 'on', 'and', 'taking', 'it', 'off', 'i', 'can', 'see', 'the', 'diamond', 'cutouts', 'stretching', 'or', 'even', 'ripping', 'if', 'pulled', 'too', 'hard', 'by', 'accident', 'overall', 'a', 'great', 'swimsuit', 'for', 'the', 'summer', ',5,1,4', 'initmates', 'intimate', 'swim'] ['7432,948,49', 'comfy', 'cozy', 'and', 'cute', 'a', 'very', 'versatile', 'and', 'cozy', 'top', 'would', 'look', 'great', 'dressed', 'up', 'or', 'down', 'for', 'a', 'casual', 'comfy', 'fall', 'day', 'what', 'a', 'fun', 'piece', 'for', 'my', 'wardrobe', ',5,1,0', 'general', 'tops', 'sweaters'] ['7433,820,46', 'pretty', 'soft', 'comfortable', 'and', 'true', 'to', 'size', 'i', 'ordered', 'this', 'in', 'xl', 'and', 'the', 'fit', 'on', 'me', 'matches', 'the', 'fit', 'on', 'the', 'model', 'it', "'s", 'meant', 'to', 'be', 'loose', 'flowy', 'so', 'i', 'think', 'it', "'s", 'true', 'to', 'size', 'everything', 'matches', 'the', 'photos', 'the', 'sleeve', 'length', 'hem', 'neckline', 'etc', 'it', "'s", 'not', 'a', 'slimming', 'look', 'but', 'does', "n't", 'make', 'me', 'look', 'bigger', 'than', 'i', 'am', 'either'] [] ['the', 'material', 'is', 'a', 'very', 'soft', 'cotton', 'the', 'pattern', 'of', 'the', 'lace', 'on', 'the', 'top', 'portion', 'is', 'very', 'pretty', 'there', 'are', 'sequins', 'mixed', 'with', 'the', 'embroidery', 'on', 'the', 'sleeves', 'the', 'thread', 'they', 'used', 'for', 'those', 'cutout', 'areas', 'is', 'soft', 'it', "'s", 'washed', 'well', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7434,948,37', 'great', 'idea', 'in', 'theory', 'sctrachy', 'short', 'boxy', 'stiff'] ['loved', 'the', 'idea', 'of', 'this', 'sweater', 'but', 'this', 'was', 'not', 'what', 'i', 'was', 'hoping', 'for', ',2,0,1', 'general', 'tops', 'sweaters'] ['7435,948,64', 'if', 'you', 'want', 'a', 'crop', 'top', 'i', 'love', 'everything', 'about', 'this', 'except', 'the', 'length', 'i', 'am', 'short', 'and', 'usually', 'order', 'a', 'petite', 'and', 'even', 'this', 'is', 'really', 'cropped', 'on', 'me', 'the', 'quality', 'is', 'good', 'thick', 'and', 'substantial', 'color', 'is', 'great', 'but', 'very', 'cropped', 'and', 'sleeves', 'are', 'long', 'on', 'me', 'as', 'well', 'just', 'weird', 'proportions', 'so', 'sadly', 'going', 'back', ',2,0,5', 'general', 'tops', 'sweaters'] ['7436,338,46', 'love', 'material', 'is', 'heavier', 'so', 'maybe', 'not', 'for', 'summer', 'months', 'but', 'fit', 'feel', 'great', 'love', 'that', 'they', 'fall', 'beyond', 'the', 'knee', 'where', 'other', 'leggings', 'can', 'fall', 'just', 'below', 'the', 'knees', 'and', 'be', 'uncomfortable', 'and', 'restricting', 'which', 'makes', 'no', 'sense', 'for', 'active', 'wear', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['7437,1076,51', 'beautiful', 'and', 'slimming', 'i', 'was', 'pleasantly', 'surprised', 'by', 'how', 'well', 'this', 'dress', 'skims', 'over', 'the', 'body', 'definitely', 'needs', 'the', 'belt', 'that', 'comes', 'with', 'the', 'dress', 'to', 'add', 'some', 'shape', 'the', 'color', 'is', 'gorgeous', 'great', 'print', 'and', 'very', 'light', 'fabric', 'perfect', 'for', 'summer', ',5,1,3', 'general', 'dresses', 'dresses'] ['7438,948,49', 'way', 'too', 'scratchy', 'the', 'minute', 'i', 'put', 'this', 'sweater', 'on', 'i', 'could', "n't", 'wait', 'to', 'take', 'it', 'off', 'it', 'was', 'way', 'too', 'scratchy', 'for', 'me', 'so', 'for', 'those', 'with', 'any', 'type', 'of', 'sensitivity', 'to', 'wool', 'this', 'is', 'not', 'the', 'sweater', 'for', 'you', 'otherwise', 'i', 'thought', 'the', 'design', 'was', 'quite', 'cute', ',2,0,0', 'general', 'tops', 'sweaters'] ['7439,30,36', 'runs', 'large', 'i', 'love', 'this', 'dress', 'but', 'have', 'found', 'that', 'this', 'brand', 'runs', 'large', 'i', "'d", 'order', 'a', 'size', 'down', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7440,1103,34', 'beautiful', 'maxi', 'beautiful', 'maxi', 'fits', 'tts', 'i', 'normally', 'wear', 'a', '10/12', 'and', 'took', 'a', '12.', 'it', 'is', 'flattering', 'to', 'the', 'waist', 'and', 'makes', 'me', 'feel', 'girly', 'the', 'colors', 'are', 'so', 'beautiful', 'and', 'the', 'length', 'is', 'good', 'for', 'my', '5', '9', 'frame.,5,1,0', 'general', 'dresses', 'dresses'] ['7441,502,20', 'no', 'lined', 'cups', 'i', 'just', 'got', 'this', 'suit', 'in', 'and', 'i', 'was', 'pretty', 'excited', 'about', 'it', 'however', 'it', 'does', 'not', 'have', 'lined', 'cups', 'like', 'it', 'says', 'no', 'boob', 'support', 'whatsoever', 'though', 'i', 'think', 'the', 'pattern', 'distracts', 'enough', 'that', 'i', "'m", 'keeping', 'it', 'anyways', '34dd', 'i', 'do', 'think', 'it', 'might', 'be', 'too', 'short', 'for', 'a', 'taller', 'person', 'i', "'m", 'only', '5', '4', 'and', 'it', 'just', 'barely', 'comes', 'up', 'high', 'enough', 'to', 'cover', 'me', 'and', 'i', 'do', "n't", 'think', 'big', 'boobs', 'are', 'the', 'reason', 'also', 'it', 'is', 'pretty', 'cheeky', 'which', 'it', 'does', 'mention', 'maybe', 'a', 'little', 'expensive', 'but', 'i', 'did', 'use', 'a', 'coupon', ',4,1,3', 'initmates', 'intimate', 'swim'] ['7442,1103,39', 'gorgeous', 'print', 'i', 'fell', 'in', 'love', 'with', 'the', 'color', 'scheme', 'and', 'knew', 'this', 'would', 'be', 'perfect', 'for', 'vacations', 'and', 'weddings', 'colors', 'are', 'slightly', 'muted', 'in', 'reality', 'seems', 'the', 'retailer', 'filter', 'adds', 'more', 'contrast', 'but', 'it', "'s", 'still', 'gorgeous', 'lining', 'is', 'full', 'length', 'there', "'s", 'a', 'zipper', 'going', 'up', 'the', 'back', 'fitted', 'at', 'the', 'waist', 'and', 'ribbon', 'ties', 'at', 'the', 'back', 'of', 'the', 'neck', 'that', 'are', 'long', 'enough', 'to', 'style', 'at', 'the', 'throat', 'if', 'wanted', 'i', 'was', "n't", 'sure', 'of', 'my', 'size', 'so', 'i', 'picked', 'my', 'larger', 'range', 'and', 'i', "'m", 'glad', 'i', 'did', 'my', 'weight', 'fluctuates', 'so', 'when', 'it', 'goes', 'down', 't', ',5,1,2', 'general', 'dresses', 'dresses'] ['7443,941,64', 'a', 'great', 'long', 'swtr', 'w/', 'patch', 'pockets', 'i', 'ordered', 'my', 'usual', 'sz', 's', 'during', 'the', 'promo', 'arrived', 'yesterday', 'the', 'fit', 'is', 'perfect', 'w/', 'a', 'little', 'room', 'to', 'spare', 'for', 'layering', 'it', "'s", 'a', 'snap', 'front', 'closure', 'front', 'patch', 'pockets', 'attached', 'hood', 'that', 'is', 'small', 'to', 'med', 'size-not', 'huge', 'or', 'overwhelming', 'it', "'s", '100', 'acrylic', 'which', 'is', "n't", 'my', '1st', 'choice', 'but', 'soft', 'comfy', 'seems', 'good', 'quality', 'length', 'falls', 'abt', '3', 'below', 'my', 'knees', 'arm', 'length', 'is', 'fine', 'pretty', 'much', 'looks', 'as', 'in', 'the', 'pic', 'including', 'the', 'marled', 'color', 'if', 'you', 'are', 'in', 'need', 'of', 'a', 'great', 'functional', 'long', 'swtr', 'w/', 'good', 'looks', ',5,0,6', 'general', 'tops', 'sweaters'] ['7444,1115,26', 'not', 'very', 'functional', 'this', 'vest', 'does', "n't", 'have', 'a', 'button', 'so', 'i', 'thought', 'i', 'could', 'put', 'my', 'own', 'but', 'when', 'it', 'arrived', 'it', 'just', 'did', "n't", 'fit', 'that', 'well', 'the', 'opening', 'in', 'the', 'front', 'is', 'too', 'big', 'the', 'vest', 'itself', 'while', 'nice', 'and', 'warm', 'is', 'not', 'functional', 'at', 'all', 'due', 'to', 'openings', 'everywhere', 'i', 'do', "n't", 'know', 'why', 'even', 'make', 'a', 'vest', 'like', 'this', 'with', 'no', 'front', 'button', 'and', 'such', 'a', 'wide', 'opening', 'how', 'is', 'one', 'supposed', 'to', 'keep', 'warm', 'at', 'all', ',3,0,0', 'general', 'jackets', 'outerwear'] ['7445,1103,39', 'great', 'for', 'an', 'hourglass', 'figure', 'this', 'dress', 'is', 'so', 'beautiful', 'fits', 'my', 'hourglass', 'figure', 'perfectly', 'it', "'s", 'fully', 'lined', 'the', 'print', 'is', 'nicer', 'in', 'person', 'very', 'easy', 'dress', 'to', 'wear', 'to', 'many', 'summer', 'occasions', 'i', "'m", 'an', '8-10', 'on', 'top', '10-12', 'on', 'the', 'bottom', 'size', '10', 'dress', 'fit', 'perfectly', ',5,1,3', 'general', 'dresses', 'dresses'] ['7446,907,53', 'strange', 'fit', 'note', 'the', 'sleeves', 'on', 'the', 'model', 'that', 'is', 'how', 'your', 'regular', 'size', 'will', 'fit', 'your', 'arms', 'however', 'even', 'if', 'you', 'have', 'skinny', 'arms', 'like', 'i', 'do', 'the', 'sleeves', 'will', 'be', 'tight', 'i', 'bought', 'my', 'regular', 'size', 'xs', 'and', 'it', 'was', 'clingy', 'with', 'an', 'odd', 'flair', 'and', 'the', 'length', 'seems', 'as', 'though', 'i', 'ordered', 'a', 'petite', 'and', 'i', 'am', 'only', '5', 'ft', '2', 'in'] ['i', 'advise', 'to', 'try', 'a', 'few', 'sizes', 'on', 'if', 'you', 'really', 'are', 'interested', 'the', 'red', 'is', 'truly', 'a', 'red', 'which', 'is', 'a', 'good', 'thing', 'because', 'so', 'often', 'it', 'is', 'hard', 'to', 'find', 'a', 'red', 'that', 'is', 'not', 'neon', ',2,0,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7447,862,41', 'comfy', 'sweatshirt', 'i', 'have', 'been', 'living', 'in', 'mine', 'since', 'i', 'bought', 'it', 'so', 'comfy', 'and', 'dressier', 'than', 'a', 'plain', 'sweatshirt', ',5,1,1', 'general', 'tops', 'knits'] ['7448,907,45', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7449,439,45', 'unique', 'modern', 'turtleneck', 'nice', 'lines', 'and', 'texture', 'but', 'fit', 'is', 'very', 'tight', 'and', 'i', 'experienced', 'the', 'sizing', 'to', 'run', 'small', 'i', 'am', '5', '6', 'and', '115', 'with', 'small', 'frame', 'i', 'usually', 'wear', 'xs', 'or', 's', 'from', 'retailer', 'so', 'ordered', 'the', 'turtleneck', 'in', 'small', 'the', 'size', 'small', 'was', 'super', 'tight', 'i', 'love', 'the', 'design', 'so', 'exchanging', 'my', 'order', 'for', 'a', 'medium', ',4,1,4', 'initmates', 'intimate', 'layering'] ['7450,907,41', ',love', 'this', 'cardigan', 'it', 'is', 'a', 'really', 'a', 'sweet', 'and', 'sexy', 'top', 'so', 'flattering', 'to', 'curves', 'and', 'yet', 'conceals', 'too', 'the', 'material', 'is', 'wonderfully', 'soft', 'and', 'stretchy.,5,1,8', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7451,907,57', 'true', 'red', 'cardigan', 'wore', 'my', 'new', 'red', 'cardigan', 'for', 'the', 'first', 'time', 'today', 'to', 'work', 'fit', 'is', 'tts', 'this', 'is', 'a', 'true', 'red', 'and', 'not', 'neon', 'or', 'orange', 'tinted', 'it', 'wraps', 'nicely', 'in', 'front', 'and', 'has', 'a', 'nice', 'flair', 'at', 'the', 'hips', 'i', 'also', 'like', 'the', 'detail', 'in', 'the', 'knit', 'i', 'like', 'to', 'push', 'my', 'sleeves', 'up', 'and', 'love', 'the', 'fact', 'that', 'they', 'do', "n't", 'slide', 'down', 'my', 'arms', 'all', 'day', 'i', "'ll", 'wear', 'this', 'cardigan', 'a', 'lot.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7452,862,36', 'this', 'is', 'a', 'great', 'top', 'soft', 'and', 'cozy', 'fabric', 'nice', 'and', 'sturdy', 'feeling', 'it', "'s", 'heavier', 'than', 'i', 'though', 'it', "'d", 'be', 'so', 'its', 'perfect', 'for', 'the', 'cooler', 'days', 'of', 'spring', 'and', 'even', 'a', 'chilly', 'summer', 'night', 'i', 'love', 'that', 'it', "'s", 'long', 'enough', 'in', 'the', 'front', 'for', 'me', 'to', 'feel', 'comfortable', 'wearing', 'leggings', 'the', 'body', 'is', 'nice', 'and', 'roomy', 'but', 'the', 'arms', 'are', 'a', 'little', 'snug', 'however', 'i', 'like', 'that', 'because', 'i', 'think', 'it', 'makes', 'it', 'look', 'less', 'like', 'a', 'slubby', 'sweatshirt', 'the', 'best', 'part', 'it', 'can', 'be', 'cleaned', 'in', 'the', 'washer', 'and', 'drier', 'thrilled', 'with', 'this', 'purchase', ',5,1,1', 'general', 'tops', 'knits'] ['7453,862,54', 'cute', 'and', 'comfy', 'this', 'top', 'is', 'really', 'cute', 'my', 'daughter', 'tried', 'it', 'on', 'and', 'tried', 'to', 'take', 'it.,5,1,2', 'general', 'tops', 'knits'] ['7454,439,53', 'nice', 'turtlenceck', 'flattering', 'style', 'i', 'usually', 'wear', 'a', 'medium', 'or', 'large', 'in', 'retailer', 'clothes', 'i', 'purchased', 'this', 'in', 'a', 'large', 'and', 'it', 'fit', 'perfectly', 'it', 'is', 'a', 'clingier', 'top', 'but', 'i', 'did', "n't", 'find', 'it', 'too', 'much', 'so', 'the', 'ribbing', 'makes', 'it', 'very', 'attractive', 'and', 'slimming', 'and', 'also', 'can', 'be', 'worn', 'as', 'a', 'stand', 'alone', 'turtleneck', 'or', 'easily', 'as', 'a', 'layered', 'piece', 'it', 'is', 'super', 'soft', 'and', 'comfy', 'as', 'others', 'have', 'mentioned', 'and', 'a', 'tad', 'thicker', 'than', 'just', 'a', 'cotton', 'turtleneck', 'would', 'be', 'it', 'has', 'substance', 'also', 'it', 'would', 'be', 'great', 'for', 'traveling', 'because', 'it', 'does', "n't", 'wrinkle', 'at', 'all', 'love', 'that', ',5,1,2', 'initmates', 'intimate', 'layering'] ['7455,907,41', 'love', 'the', 'quality', 'of', 'this', 'material', 'and', 'how', 'the', 'lines', 'fall', 'on', 'the', 'back', 'i', 'got', 'a', 'a', 'medium', 'petite', 'because', 'the', 'small', 'was', 'sold', 'out', 'and', 'i', 'like', 'how', 'it', 'fits', 'petite', 'sits', 'around', 'the', 'hip', 'area', 'and', 'it', "'s", 'not', 'too', 'long', 'which', 'i', 'like', 'the', 'color', 'is', 'definitely', 'more', 'of', 'an', 'orange/tangerine', 'color', 'not', 'red', 'great', 'cover', 'up', 'sweater', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7456,907,20', 'soft', 'and', 'practical', 'i', 'purchased', 'this', 'sweater', 'in', 'black', 'to', 'dress', 'up', 'my', 'everyday', 'cardigan', 'this', 'is', 'very', 'soft', 'and', 'can', 'dress', 'up', 'a', 'skirt', 'or', 'great', 'with', 'jeans.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7457,907,49', 'soft', 'a', 'little', 'shorter', 'than', 'expected', 'i', 'like', 'it', 'a', 'lot', 'very', 'soft', 'just', 'enough', 'detail', 'to', 'keep', 'it', 'interesting', 'but', 'still', 'a', 'classic', 'look', 'i', 'got', 'this', 'in', 'a', 'small', 'and', 'it', "'s", 'a', 'little', 'short', 'on', 'me', 'compared', 'to', 'the', 'model', 'i', "'m", '5', '6', 'long-waisted', '34b', 'small', 'side', '145lbs', 'carry', 'bulk', 'of', 'my', 'weight', 'in', 'legs.so', 'trim', 'on', 'top', 'i', 'will', 'keep', 'the', 'small', 'but', 'also', 'get', 'a', 'medium', 'the', 'small', 'ties', 'a', 'little', 'high', 'and', 'i', 'also', 'want', 'a', 'sweater', 'that', 'can', 'cover', 'my', 'shirt', 'tails', 'when', 'i', 'do', "n't", 'tuck', 'them', 'in', 'i', 'got', 'it', 'in', 'black', 'so', 'ca', "n't", 'comment', 'on', 'the', 'orange', 'or', 'red', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7458,907,49', 'perfect', 'for', 'me', 'i', 'just', 'bought', 'this', 'cardigan', 'in', 'black', 'at', 'the', 'store', 'and', 'i', 'love', 'it', 'the', 'tie', 'at', 'the', 'waist', 'is', 'flattering', 'and', 'the', 'fabric', 'is', 'soft', 'and', 'stretchy', 'the', 'regular', 'size', 'fit', 'me', 'perfectly', 'as', 'far', 'as', 'where', 'the', 'waist', 'and', 'hem', 'hit', 'although', 'the', 'sleeves', 'had', 'to', 'be', 'turned', 'up', 'i', "'m", '5', '1', 'with', 'more', 'length', 'in', 'torso', 'than', 'limbs', 'i', 'was', 'so', 'happy', 'with', 'the', 'fit', 'other', 'than', 'sleeve', 'length', 'that', 'i', 'bought', 'the', 'regular', 'small', 'rather', 'than', 'coming', 'online', 'for', 'the', 'petite', 'because', 'the', 'fabric', 'is', 'rather', 'thin', 'and', 'the', 'shape', 'trim', 'i', 'can', 'fold', 'the', 'sleev', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7459,862,39', ',,3,1,0', 'general', 'tops', 'knits'] ['7460,907,42', 'staple', 'stylish', 'piece', 'i', 'have', 'been', 'looking', 'for', 'a', 'good', 'red', 'cardigan', 'for', 'some', 'time', 'now', 'this', 'one', 'perfectly', 'meets', 'my', 'needs', 'and', 'now', 'i', 'want', 'it', 'in', 'more', 'colors', 'the', 'sweater', 'has', 'a', 'nice', 'cut', 'and', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'i', 'know', 'this', 'will', 'be', 'a', 'go', 'to', 'staple', 'piece', 'in', 'my', 'closet', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7461,862,30', 'simple', 'and', 'stylish', 'chic', 'and', 'comfortable', 'and', 'looks', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings', 'i', "'m", 'usually', 'a', 'small/medium', 'and', 'thought', 'the', 'medium', 'had', 'a', 'better', 'overall', 'look', 'sleeves', 'were', 'just', 'a', 'little', 'long', 'the', 'detail', 'on', 'the', 'sleeves', 'is', 'kind', 'of', 'like', 'the', 'inside', 'of', 'a', 'sweatshirt', 'and', 'makes', 'it', 'look', 'a', 'little', 'more', 'polished', 'than', 'the', 'average', 'athleisure', 'top.,5,1,1', 'general', 'tops', 'knits'] ['7462,907,30', 'a', 'pleasant', 'surprise', 'i', 'bought', 'the', 'red', 'cardigan', 'because', 'i', 'did', "n't", 'have', 'anything', 'similar', 'and', 'was', 'so', 'pleasantly', 'surprised', 'by', 'the', 'fit', 'and', 'design', 'that', 'i', "'m", 'going', 'have', 'to', 'buy', 'it', 'in', 'whatever', 'other', 'colors', 'are', 'available', 'it', "'s", 'very', 'versatile', 'looks', 'great', 'tied', 'in', 'front', 'in', 'back', 'at', 'the', 'side', 'and', 'has', 'a', 'tiny', 'bit', 'of', 'flare', 'at', 'the', 'bottom', 'so', 'it', "'s", 'more', 'feminine', 'and', 'flirty', 'than', 'your', 'average', 'cardigan', 'i', 'have', 'a', 'few', 'tops', 'by', 'this', 'brand', 'and', 'have', 'been', 'really', 'happy', 'with', 'the', 'quality', 'and', 'design', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7463,439,39', 'versatile', 'and', 'flattering', 'this', 'is', 'a', 'very', 'nice', 'turtleneck', 'the', 'variations', 'in', 'the', 'ribbing', 'are', 'a', 'modern', 'and', 'flattering', 'touch', 'in', 'some', 'of', 'the', 'photos', 'online', 'it', 'almost', 'looked', 'to', 'me', 'like', 'there', 'are', 'color', 'variations', 'fyi', 'there', 'are', 'not', 'all', 'the', 'ribbing', 'areas', 'are', 'the', 'same', 'shade', 'of', 'black'] [] ['unless', 'you', 'are', 'very', 'small', 'framed', 'i', 'would', 'recommend', 'sizing', 'up', 'or', 'if', 'you', 'typically', 'wear', 'a', 'm', 'or', 'a', 'l', 'go', 'with', 'the', 'l.', 'as', 'reference', 'i', 'have', 'wide', 'shoulders', 'wider', 'than', 'my', 'hips', 'large', 'biceps', 'and', 'a', '34b', 'chest', 'and', 'i', 'went', 'with', 'the', 'l', 'because', ',5,1,21', 'initmates', 'intimate', 'layering'] ['7464,907,23', 'especially', 'elegant', 'with', 'dress', 'or', 'skirt', 'i', 'never', 'would', 'have', 'thought', 'to', 'choose', 'this', 'but', 'an', 'retailer', 'associate', 'suggested', 'the', 'black', 'sweater', 'as', 'a', 'topper', 'while', 'i', 'was', 'trying', 'on', 'the', 'camellia', 'dropwaist', 'dress', 'and', 'it', 'made', 'a', 'sale', 'i', 'bought', 'them', 'both', 'the', 'sweater', 'while', 'not', 'decked', 'with', 'beads', 'or', 'embroidery', 'adds', 'an', 'incredible', 'definition', 'to', 'any', 'outfit', 'that', 'is', 'overly', 'flowy', 'i', 'would', 'say', 'the', 'photo', 'above', 'showing', 'the', 'grey', 'sweater', 'says', 'it', 'all', 'usually', 'a', 'size', '6', 'in', 'retailer', 'dresses', 'the', 'small', 'fit', 'well', 'i', 'appreciate', 'the', 'cotton', 'fiber', 'content', 'as', 'well', 'as', 'the', 'ver', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7465,907,48', 'perfect', 'love', 'this', 'cardigan', 'ordered', 'the', 'red', 'which', 'is', 'a', 'nice', 'tomato', 'red', 'but', 'not', 'orange', 'sz', 'medium', 'fits', 'perfect', 'on', 'my', 'frame', '34dd', '145', 'lbs', 'and', '5', '4', 'love', 'the', 'style', 'and', 'finishes', 'a', 'pant', 'skirt', 'or', 'dress', 'nicely', 'i', 'just', 'may', 'order', 'the', 'black', 'did', 'not', 'see', 'this', 'item', 'in', 'the', 'store', 'near', 'me', 'but', 'lucky', 'to', 'order', 'it', 'on', 'sale', 'beautiful', 'quality', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7466,862,35', 'most', 'stylish', 'sweatshirt', 'i', 'own', 'now.', 'this', 'was', 'such', 'a', 'nice', 'surprise', 'it', "'s", 'way', 'more', 'sweatshirt', 'than', 'i', 'thought', 'and', 'maybe', 'a', 'touch', 'bigger', 'than', 'i', 'thought', 'but', 'it', "'s", 'super', 'cute', 'and', 'comfortable', 'i', "'ve", 'worn', 'it', 'a', 'bunch', 'of', 'times', 'already', ',5,1,1', 'general', 'tops', 'knits'] ['7467,862,32', 'just', 'what', 'i', 'wanted', 'this', 'top', 'is', 'exactly', 'what', 'i', 'was', 'expecting', 'super', 'comfortable', 'while', 'still', 'looking', 'stylish', 'just', 'covers', 'your', 'bum', 'so', 'you', 'can', 'wear', 'it', 'with', 'leggings', 'or', 'jeans', ',5,1,1', 'general', 'tops', 'knits'] ['7468,841,60', 'pretty', 'quite', 'cute', 'it', 'feels', 'good', 'on', 'the', 'fit', 'is', 'tts', 'and', 'the', 'colors', 'are', 'bright', 'and', 'just', 'as', 'depicted', 'i', 'am', 'a', 'medium', 'in', 'most', 'of', 'retailer', 'clothes', 'and', 'this', 'fit', 'nicely', ',4,1,2', 'general', 'tops', 'blouses'] ['7469,862,32', 'i', 'find', 'myself', 'gravitating', 'towards', 'comfortable', 'items', 'currently', 'this', 'one', 'caught', 'my', 'eye', 'because', 'of', 'its', 'length', 'tunic', 'and', 'because', 'unlike', 'many', 'of', 'the', 'items', 'right', 'now', 'it', 'actually', 'appeared', 'fitted', 'only', 'after', 'that', 'did', 'i', 'notice', 'the', 'pretty', 'detail', 'on', 'the', 'sleeves.the', 'price', 'point', 'is', 'too', 'high', 'for', 'a', 'casual', 'item', 'such', 'as', 'this', 'but', 'the', 'sleeves', 'do', 'make', 'up', 'for', 'it'] ['the', 'cut', 'is', 'really', 'great', 'for', 'my', 'straight', 'and', 'slender', 'body', 'type', 'perfect', 'a', 'great', 'weight', 'for', 'those', 'in-between', 'temperatures', 'that', 'we', "'ll", 'be', 'feeling', 'as', 'we', ',4,1,11', 'general', 'tops', 'knits'] ['7470,907,64', 'great', 'what', 'a', 'nice', 'sweater', 'i', 'just', 'received', 'this', 'in', 'the', 'gray', 'and', 'i', 'think', 'it', 'is', 'one', 'of', 'the', 'most', 'flattering', 'sweaters', 'i', "'ve", 'gotten', 'in', 'a', 'long', 'time', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'sleeves', 'are', 'very', 'long', 'and', 'tight', 'halfway', 'to', 'the', 'elbows', 'and', 'fit', 'well', 'in', 'the', 'upper', 'arms', 'the', 'stitching', 'on', 'the', 'body', 'gives', 'an', 'illusion', 'of', 'height', 'and', 'is', 'slenderizing', 'the', 'weight', 'is', 'perfect', 'for', 'every', 'season', 'i', 'am', 'very', 'happy', 'with', 'everything', 'about', 'this', 'sweater.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7471,907,50', 'this', 'is', 'a', 'beautiful', 'sweater', 'that', 'i', 'wanted', 'to', 'love', 'but', 'i', 'could', "n't", 'for', 'a', 'few', 'reasons', 'i', 'thought', 'i', "'d", 'share', 'the', 'color', 'is', 'bright', 'orange', 'it', 'is', 'not', 'softer', 'like', 'peach', 'in', 'the', 'picture', 'it', 'also', 'was', 'more', 'clingy', 'than', 'a', 'curvy', 'woman', 'like', 'me', 'can', 'wear', 'i', 'thought', "'d", 'be', 'more', 'swingy', 'but', 'it', 'was', 'more', 'structured', 'very', 'pretty', 'and', 'good', 'quality', 'tho', ',3,0,7', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7472,841,39', 'okay', 'but', 'not', 'at', 'this', 'price', 'i', 'feel', 'that', 'for', 'this', 'price', 'i', 'should', 'love', 'this', 'top', 'and', 'i', 'wanted', 'to', 'however', 'the', 'price', 'is', 'on', 'the', 'high', 'side', 'for', 'a', 'relatively', 'basic', 'top', 'and', 'there', 'were', 'a', 'few', 'things', 'about', 'it', 'that', 'could', 'be', 'improved'] ['pros', 'i', 'ordered', 'a', 'medium', 'and', 'feel', 'that', 'it', "'s", 'pretty', 'true', 'to', 'size', 'additionally', 'the', 'fabric', 'is', 'nice', 'and', 'light', 'but', 'also', 'sheer', 'and', 'generally', 'speaking', 'has', 'a', 'nice', 'pattern', 'overall', 'it', "'s", 'a', 'very', 'pretty', 'top'] ['cons', 'there', "'s", 'a', 'cute', 'criss-cross', 'ruffle', 'thing', 'happening', 'in', 'the', 'back', 'but', 'the', 'model', 'has', 'cleverly', ',2,0,12', 'general', 'tops', 'blouses'] ['7473,116,31', 'not', 'worth', 'the', 'money', 'much', 'lower', 'quality', 'than', 'other', 'robes', 'i', 'have', 'purchased,2,0,0', 'initmates', 'intimate', 'sleep'] ['7474,1075,31', 'perfect', 'easy', 'summer', 'outfit', 'i', 'love', 'this', 'dress', 'and', 'it', 'is', 'going', 'to', 'be', 'my', 'go-to', 'summer', 'dress', 'the', 'fabric', 'is', 'great', 'with', 'just', 'a', 'slight', 'amount', 'of', 'stretch', 'it', 'is', 'true', 'to', 'size', 'i', 'am', '5ft', '8', 'and', 'it', 'is', 'not', 'too', 'short', 'on', 'me', 'the', 'arm', 'holes', 'and', 'the', 'rest', 'of', 'the', 'fitting', 'is', 'just', 'perfect', 'the', 'pockets', 'are', 'also', 'very', 'functional', 'the', 'color', 'is', 'a', 'darker', 'moss', 'than', 'a', 'brown', 'that', 'it', 'looks', 'like', 'in', 'the', 'pictures', 'the', 'retailer', 'dresses', 'i', 'order', 'online', 'offlate', 'are', 'returned', '90', 'of', 'the', 'time', 'due', 'to', 'ill', 'fitting', 'or', 'for', 'not', 'being', 'what', 'i', 'expected', 'in', 'general', 'however', ',5,1,0', 'general', 'dresses', 'dresses'] ['7475,116,35', 'comfortable', 'and', 'cozy', 'i', 'like', 'this', 'robe', 'a', 'lot', 'the', 'tassel', 'detailing', 'on', 'the', 'ties', 'is', 'beautiful', 'i', 'like', 'the', 'soft', 'interior-but', 'wish', 'it', 'went', 'all', 'the', 'way', 'down', 'the', 'arms', 'the', 'cozy', 'part', 'of', 'the', 'robe', 'is', 'only', 'in', 'the', 'center', 'section', 'and', 'hood-the', 'arms', 'can', 'be', 'a', 'bit', 'chilly', 'while', 'the', 'rest', 'of', 'you', 'is', 'warm', 'and', 'cozy'] [] ['i', 'do', 'not', 'think', 'the', 'robe', 'is', 'necessarily', 'flattering', 'in', 'that', 'it', 'does', 'not', 'do', 'me', 'favors', 'in', 'the', 'way', 'of', 'slimming', 'it', 'is', 'more', 'of', 'a', 'cozy-around-the-house', 'robe', 'rather', 'than', 'one', 'to', 'hide', 'lingerie', 'underneath', ',4,1,25', 'initmates', 'intimate', 'sleep'] ['7476,1020,43', 'amazing', 'alternative', 'to', 'a', 'denim', 'skirt', 'oh', 'my', 'god', 'i', 'love', 'this', 'skirt', 'i', 'first', 'order', 'the', 'size', '4', 'and', 'immediately', 'called', 'customer', 'service', 'and', 'had', 'them', 'send', 'me', 'a', '2.', 'i', 'found', 'it', 'be', 'be', 'both', 'plenty', 'stretchy', 'great', 'for', 'moving', 'sitting', 'etc', 'but', 'runs', 'on', 'the', 'large', 'size', 'but', 'the', 'fit', 'is', 'amazing', 'i', 'love', 'the', 'length', 'a', 'perfect', 'knee-skimmer', 'for', 'me', '5', '9', 'i', 'love', 'the', 'color', 'green', 'and', 'the', 'pockets', 'and', 'button', 'fly', 'are', 'so', 'fun', 'without', 'being', 'too', 'much', 'i', "'ve", 'tried', 'it', 'on', 'with', 'several', 'tops', 'and', 'sweaters', 'in', 'my', 'closet', 'and', 'this', 'skirt', 'is', 'going', 'to', 'be', 'one', 'that', 'i', 'can', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7477,968,38', 'every', 'vest', 'has', 'different', 'coloration', 'the', 'material', 'is', 'so', 'soft', 'and', 'cozy', 'there', 'is', 'just', 'enough', 'padding', 'to', 'keep', 'me', 'warm', 'all', 'year', 'round', 'in', 'southern', 'california', 'but', 'i', 'ended', 'up', 'leaving', 'the', 'store', 'without', 'this', 'vest', 'bc', '1', 'the', 'cut', 'is', 'slightly', 'boxy', '2', 'every', 'vest', 'had', 'different', 'color', 'variations', 'you', 'definitely', 'should', 'go', 'into', 'the', 'store', 'to', 'check', 'it', 'out', 'the', 'ones', 'i', 'saw', 'made', 'the', 'vest', 'have', 'cheap', 'pattern', 'of', 'wide', 'stripes', 'not', 'an', 'even', 'vintage', 'fade', 'as', 'shown', 'i', "'m", 'so', 'sad', 'as', 'everything', 'else', 'is', 'perfect', 'fits', 'true', 'to', 'size', ',3,1,0', 'general', 'jackets', 'jackets'] ['7478,836,53', 'order', 'a', 'size', 'up', 'what', 'an', 'adorable', 'classic', 'style', 'fringed', 'top', 'this', 'is', 'i', 'recently', 'purchased', 'this', 'in', 'my', 'regular', 'size', 'but', 'i', 'should', "'ve", 'read', 'the', 'reviews', 'first', 'and', 'ordered', 'a', 'size', 'up', 'when', 'i', 'went', 'up', 'from', 'a', 'size', '6', 'to', 'an', '8', '34d-27-35', 'it', 'fit', 'me', 'perfectly', 'and', 'looks', 'so', 'cute', 'on', 'i', 'think', 'this', 'one', 'feels', 'well', 'made', 'and', 'i', 'love', 'the', 'little', 'details', 'of', 'the', 'beads', 'and', 'how', 'the', 'fringe', 'is', 'placed', 'it', 'looks', 'very', 'flapper', 'girl', 'i', 'bought', 'this', 'on', 'sale', 'in', 'the', 'pink', 'color', 'and', 'can', 'not', 'wait', 'until', 'spring', 'and', 'summer', 'to', 'wear', 'with', 'jeans', 'or', 'a', 'skirt', ',5,1,3', 'general', 'tops', 'blouses'] ['7479,116,56', 'does', "n't", 'wash', 'well', 'i', 'wish', 'i', 'had', 'read', 'the', 'other', 'reviews', 'before', 'purchasing', 'this', 'product', 'label', 'says', 'that', 'you', 'can', 'wash', 'and', 'dry', 'normally', 'however', 'upon', 'washing', 'the', 'outer', 'layer', 'shrunk', 'and', 'the', 'inner', 'lining', 'did', 'not', 'the', 'robe', 'will', 'now', 'not', 'lay', 'flat', 'the', 'fabric', 'pulls', 'at', 'the', 'edges', 'and', 'results', 'in', 'the', 'inner', 'lining', 'being', 'revealed', 'when', 'the', 'robe', 'is', 'tied', 'shut', 'extremely', 'disappointed', 'for', 'a', '100', 'garment', 'i', 'expected', 'much', 'more', 'i', 'wish', 'i', 'could', 'return', 'this', ',1,0,0', 'initmates', 'intimate', 'sleep'] ['7480,1020,62', 'the', 'perfect', 'skirt', 'almost', 'the', 'perfect', 'skirt', 'great', 'colors', 'super', 'cute', 'fit', 'very', 'flattering', 'great', 'length', 'very', 'versatile', 'only', 'issue', 'was', 'size', 'normally', 'a', 'solid', '10', 'i', 'ended', 'up', 'a', 'full', '2', 'sizes', 'smaller', 'very', 'stretchy', 'and', 'comfortable', 'just', 'try', 'it', 'on', 'first', 'or', 'order', 'a', 'couple', 'of', 'sizes', 'go', 'down', 'at', 'least', '1', 'size', 'as', 'others', 'have', 'said', 'pilcro', 'strikes', 'again', 'its', 'such', 'a', 'great', 'brand', 'with', 'the', 'most', 'flattering', 'shapes', 'and', 'fabrics', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7481,1059,39', 'dreamy', 'these', 'pants', 'are', 'fabulous', 'the', 'flow', 'and', 'feel', 'made', 'my', 'mind', 'up', 'easily', 'to', 'purchase', 'these', 'i', 'have', 'a', 'long', 'torso', 'and', 'short', 'muscular', 'legs', 'the', 'style', 'complimented', 'by', 'body', 'type', 'being', 'culottes', 'the', 'hem', 'should', 'probably', 'fall', 'higher', 'up', 'on', 'my', 'legs', 'i', 'will', 'probably', 'have', 'them', 'hemmed', 'the', 'pleat', 'has', 'a', 'nice', 'kick', 'to', 'it', 'now', 'off', 'to', 'find', 'the', 'right', 'pair', 'of', 'shoes', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['7482,968,39', 'versatile', 'vest', 'i', 'took', 'advantage', 'of', 'the', 'sale', 'this', 'weekend', 'purchased', 'this', 'super', 'cute', 'vest', 'yesterday', 'which', 'made', 'it', 'a', 'more', 'justifiable', 'purchase', 'it', "'s", 'so', 'soft', 'fits', 'tts', 'i', 'just', 'ca', "n't", 'wait', 'for', 'cooler', 'weather', 'so', 'i', 'can', 'start', 'wearing', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['7483,1020,30', ',,4,1,0', 'general', 'bottoms', 'skirts'] ['7484,116,63', 'beautiful', 'i', 'ordered', 'this', 'as', 'a', 'gift', 'and', 'may', 'order', 'myself', 'one', 'it', 'is', 'so', 'comfortable', 'and', 'pretty.,5,1,0', 'initmates', 'intimate', 'sleep'] ['7485,1059,48', 'classy', 'look', 'loved', 'these', 'culottes', 'flattering', 'fit', 'and', 'nice', 'drape', 'the', 'fabric', 'though', 'poly', 'is', 'of', 'a', 'nice', 'weight', 'and', 'swishes', 'nicely', 'as', 'you', 'walk', 'the', 'length', 'just', 'below', 'knee', 'length', 'works', 'for', 'me', 'too', 'the', 'color', 'is', 'lovely', 'for', 'the', 'fall', 'rich', 'copper', 'and', 'easy', 'to', 'pair', 'i', "'d", 'say', 'these', 'are', 'tts', 'but', 'if', 'in', 'doubt', 'size', 'down', 'i', 'm', 'between', 'a', 'size', '8-10', 'and', 'the', '8', 'works', 'best', 'for', 'me', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['7486,116,55', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['7487,116,59', ',this', 'robe', 'is', 'incredibly', 'soft', 'it', 'is', 'wonderful', 'to', 'put', 'on', 'right', 'after', 'a', 'shower', 'and', 'it', 'is', 'very', 'warm', 'the', 'sleeves', 'are', 'lined', 'with', 'a', 'jersey', 'like', 'material', 'and', 'they', 'are', 'so', 'easy', 'to', 'get', 'on', 'and', 'off', 'it', 'fits', 'true', 'to', 'size', 'i', 'am', 'so', 'excited', 'to', 'have', 'this', 'robe', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['7488,1059,63', ',i', 'ordered', 'these', 'culottes', 'because', 'they', 'looked', 'comfortable', 'yet', 'elegant', 'they', 'are', 'indeed', 'both', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['7489,836,37', 'disappointed', 'so', 'bummed', 'i', 'was', 'really', 'hoping', 'this', 'top', 'would', 'work', 'for', 'me', 'i', 'got', 'the', 'black', 'in', 'regular', 'size', '4', 'and', 'the', 'pink', 'in', 'petite', 'size', '4.', 'both', 'hit', 'my', 'breast', 'too', 'high', 'and', 'were', 'too', 'bulky', 'in', 'the', 'mid', 'section', 'i', 'have', 'a', 'sort', 'of', 'short', 'torso', 'wear', 'a', 'small', '34c', 'and', 'am', 'have', 'a', 'defined', 'waist', 'when', 'tops', 'are', 'bulky', 'it', 'gives', 'me', 'no', 'shape', 'and', 'just', 'looks', 'terrible', 'i', 'am', 'having', 'the', 'hardest', 'time', 'finding', 'pretty', 'tops', 'that', 'suit', 'my', 'figure', 'they', 'did', 'not', 'lie', 'flat', 'like', 'on', 'the', 'model', 'but', 'had', 'so', 'much', 'extra', 'fabric', 'they', 'stuck', 'out'] ['the', 'constr', ',2,0,0', 'general', 'tops', 'blouses'] ['7490,1020,62', 'i', 'have', 'been', 'looking', 'for', 'a', 'tan', 'color', 'skirt', 'so', 'i', 'ordered', 'this', 'as', 'soon', 'as', 'i', 'saw', 'it', 'so', 'glad', 'i', 'did', 'the', 'deep', 'camel', 'color', 'can', 'still', 'be', 'worn', 'in', 'late', 'summer', 'as', 'styled', 'in', 'the', 'product', 'photos', 'and', 'transition', 'to', 'fall', 'staple', 'the', 'material', 'is', 'nice', 'weight', 'and', 'has', 'a', 'stretch', 'the', 'cut', 'has', 'a', 'little', '60', "'s", 'vibe', 'that', 'i', 'love', 'i', 'think', 'it', 'should', 'keep', 'it', "'s", 'shape', 'hopefully', 'launders', 'well', 'i', 'think', 'it', 'runs', 'slightly', 'large', 'as', 'my', 'waist', 'is', 'large', 'in', 'comparison', 'to', 'my', 'hip', 'proportion', 'and', 'there', 'is', 'no', 'pinch', 'for', 'me', 'i', 'will', 'rebuy', 'this', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7491,968,49', 'dreamy', 'vest', 'the', 'vest', 'looks', 'so', 'stylish', 'on', 'it', 'makes', 'a', 'regular', 't', 'shirt', 'look', 'edgy', 'with', 'it', 'on', 'i', 'love', 'the', 'vest', 'but', 'the', 'price', 'is', 'too', 'high,3,1,0', 'general', 'jackets', 'jackets'] ['7492,836,50', 'strange', 'fit', 'this', 'is', 'a', 'beautiful', 'piece', 'but', 'the', 'cut', 'is', 'not', 'flattering', 'i', 'ordered', 'my', 'usual', 'small', 'and', 'while', 'the', 'top', 'fit', 'the', 'fringed', 'part', 'was', 'huge', 'kind', 'of', 'maternity', 'i', 'can', 'only', 'imagine', 'there', 'was', 'some', 'clothes-pinning', 'going', 'on', 'for', 'the', 'photo', 'this', 'would', 'have', 'been', 'great', 'if', 'it', 'had', 'about', '4', 'inches', 'of', 'fabric', 'removed', 'from', 'the', 'lower', 'part', 'obviously', 'it', 'can', 'not', 'be', 'altered', 'so', 'sad', 'must', 'return', ',3,0,12', 'general', 'tops', 'blouses'] ['7493,1059,66', 'great', 'piece', 'for', 'fall', 'cute', 'and', 'comfy', 'if', 'you', 'do', "n't", 'throw', 'a', 'leg', 'out', 'like', 'the', 'model', 'above', 'it', 'mostly', 'reads', 'as', 'a', 'skirt', 'because', 'the', 'legs', 'are', 'so', 'full', 'but', 'it', "'s", 'really', 'comfortable', 'and', 'pairs', 'well', 'with', 'a', 'surprising', 'number', 'of', 'tops', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['7494,1078,42', 'i', 'am', 'normally', 'a', 'size', '8', 'in', 'dresses', 'and', 'bought', 'this', 'in', 'a', 'small', 'so', 'if', 'you', 'are', 'a', 'smaller', 'person', 'this', 'would', 'likely', 'be', 'a', 'bit', 'loose', 'on', 'you', 'the', 'color', 'was', 'odd', 'i', 'liked', 'the', 'navy', 'blue', 'but', 'the', 'pink', 'was', 'a', 'pepto', 'bismol', 'colored', 'pink', 'i', 'just', 'felt', 'like', 'i', 'would', 'get', 'sick', 'of', 'the', 'color/pattern', 'after', 'one', 'wear', 'the', 'fit', 'is', 'cute', 'and', 'comfy', ',3,1,0', 'general', 'dresses', 'dresses'] ['7495,968,66', 'cute', 'but', 'too', 'puffy', 'if', 'you', 'have', 'a', 'larger', 'bust', 'ordered', 'my', 'regular', 'size', 'large', 'and', 'the', 'fit', 'was', 'a', 'snug', 'around', 'my', 'hips', 'when', 'snapped', 'i', 'did', "n't", 'plan', 'on', 'wearing', 'it', 'that', 'way', 'so', 'that', 'was', "n't", 'a', 'deal', 'breaker', 'for', 'me', 'but', 'because', 'i', 'have', 'a', 'larger', 'bust', 'i', 'felt', 'the', 'padding', 'added', 'pounds', 'and', 'lots', 'of', 'width', 'to', 'my', 'frame', 'i', 'also', 'had', 'the', 'same', 'issues', 'with', 'coloring', 'as', 'other', 'reviewers', 'and', 'lastly', 'the', 'collar', 'is', 'really', 'high', 'and', 'it', 'just', 'bugged', 'me', 'so', 'this', 'one', 'went', 'back', ',3,1,0', 'general', 'jackets', 'jackets'] ['7496,968,30', 'chambray', 'vest', 'love', 'this', 'vest', 'saw', 'it', 'and', 'bought', 'it', 'instantly', 'i', "'m", '5', '8', 'and', 'slim', 'and', 'got', 'the', 'xs', 'it', 'fits', 'perfectly', 'there', 'is', 'a', 'lot', 'of', 'puff', 'to', 'it', 'but', 'it', "'s", 'really', 'warm', 'and', 'soft', ',5,1,0', 'general', 'jackets', 'jackets'] ['7497,1020,29', 'stretchy', 'and', 'nice', 'this', 'skirt', 'is', 'stretchy', 'and', 'really', 'comfortable', 'i', 'love', 'the', 'color', 'the', 'only', 'complain', 'is', 'it', 'gives', 'a', 'little', 'magnification', 'to', 'the', 'low', 'belly-', 'on', 'me', 'at', 'least', 'very', 'flattering', 'for', 'the', 'behind', 'though.,4,1,2', 'general', 'bottoms', 'skirts'] ['7498,1075,25', 'poor', 'fit', 'this', 'style', 'of', 'shirtdress', 'usually', 'fits', 'me', 'perfectly', 'however', 'this', 'did', 'not', 'fit', 'me', 'one', 'bit', 'the', 'waist', 'was', 'too', 'large', 'the', 'length', 'too', 'short', 'and', 'the', 'hips', 'too', 'small', 'i', 'was', 'really', 'hoping', 'this', 'would', 'fit', 'since', 'it', "'s", 'a', 'unique', 'color', 'and', 'the', 'material', 'is', 'substantial', 'but', 'soft', 'i', 'will', 'be', 'returning', 'this', ',3,0,6', 'general', 'dresses', 'dresses'] ['7499,1059,55', 'a', 'new', 'staple', 'tried', 'these', 'on', 'out', 'of', 'sheer', 'curiosity', 'i', "'ve", 'got', 'a', 'long', 'torso', 'was', 'pleasantly', 'surprised', 'how', 'flattering', 'they', 'are', 'they', 'manage', 'to', 'look', 'flowing', 'sleek', 'without', 'shortening', 'the', 'legs', 'took', 'a', 'size', '6', 'with', 'my', '27', 'waist', '37', 'hips', 'it', "'s", 'a', 'bit', 'of', 'a', 'generous', 'fit', 'especially', 'around', 'the', 'waist', 'but', 'they', "'re", 'extremely', 'comfortable', 'have', 'room', 'to', 'tuck', 'tops', 'into', 'i', 'have', 'the', 'cowled', 'sweater', 'tank', 'in', 'gray', 'it', 'looks', 'fantastic', 'over', 'these', 'could', "n't", 'resist', 'getting', 'both', 'the', 'rust', 'and', 'black', 'perfect', 'for', 'a', 'dressy', 'casual', 'look', ',5,1,11', 'general', 'petite', 'bottoms', 'pants'] ['7500,1078,35', 'not', 'amazing', 'not', 'a', 'huge', 'fan', 'of', 'this', 'dress', 'will', 'be', 'returning', 'it'] ['fits', 'too', 'big', 'and', 'not', 'flattering'] ['fabric', 'is', 'thin', 'and', 'shows', 'any', 'lumps', 'and', 'bumps', 'you', 'may', 'have'] ['color', 'is', 'not', 'as', 'pretty', 'in', 'person', 'as', 'in', 'the', 'photo', 'the', 'photo', 'looks', 'like', 'a', 'nice', 'rust', 'color', 'but', 'the', 'dress', 'is', 'actually', 'a', 'boring', 'brownish', 'olive', ',3,0,2', 'general', 'dresses', 'dresses'] ['7501,1059,40', 'obsessed', 'i', 'am', '5', '3', 'curvy', 'and', 'wear', 'a', 'size', '12', 'and', 'these', 'pants', 'look', 'amazing', 'often', 'i', 'struggle', 'with', 'wide', 'keg', 'pants', 'bc', 'they', 'make', 'me', 'look', 'short', 'and', 'plump', 'however', 'the', 'material', 'is', 'buttery', 'soft', 'and', 'hang', 'in', 'an', 'elegant', 'way', 'and', 'most', 'important', 'they', 'are', 'quite', 'flattering', 'even', 'if', 'you', 'do', "n't", 'think', 'culottes', 'will', 'work', 'for', 'your', 'body', 'type-', 'i', 'suggest', 'you', 'give', 'these', 'a', 'try', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['7502,1020,70', 'versatile', 'skirt', 'well', 'made', 'color', 'is', 'great', 'goes', 'from', 'summer', 'right', 'into', 'fall', 'looks', 'good', 'with', 'sandles', 'and', 'will', 'wear', 'with', 'boots', 'later', 'on', 'goes', 'well', 'with', 'classic', 'tee', 'denim', 'shirt', 'or', 'plaid', 'blouse', 'has', 'a', 'retro/', 'classic', 'look', ',5,1,1', 'general', 'bottoms', 'skirts'] ['7503,1020,63', 'perfect', 'for', 'everything', 'love', 'this', 'skirt', 'super', 'comfortable', 'yet', 'nicely', 'tailored', 'roomy', 'pockets', 'always', 'come', 'in', 'handy', 'the', 'dark', 'mustard', 'looks', 'great', 'with', 'the', 'black', 'and', 'white', 'tops', 'that', 'dominate', 'my', 'closet', 'this', 'will', 'be', 'my', 'go-to', 'skirt', 'for', 'the', 'fall', 'for', 'both', 'my', 'business-casual', 'office', 'environment', 'and', 'weekends', 'out', 'and', 'about', 'running', 'errands', 'etc', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 're', 'sizing', 'because', 'of', 'the', 'stretch', 'if', 'you', 're', 'between', 'sizes', 'you', 'should', 'size', 'down', 'i', "'m", 'usually', 'a', 'medium', 'or', 'size', '8', 'or', '10', 'so', 'i', 'got', 'the', '8.', 'i', 'may', 'have', 'been', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7504,1075,41', 'fantastic', 'dress', 'i', 'love', 'this', 'dress', 'i', 'am', 'an', 'hourglass', 'and', 'found', 'this', 'dress', 'to', 'be', 'super', 'flattering', 'and', 'such', 'a', 'unique', 'find', 'i', 'usually', 'avoid', 'pockets', 'in', 'front', 'like', 'this', 'but', 'it', 'works', 'on', 'this', 'dress', 'so', 'happy', 'i', 'found', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['7505,105,48', 'perfect', 'stylish', 'comfort', 'first', 'off', 'these', 'are', 'great', 'because', 'they', 'are', 'not', 'so', 'tight', 'like', 'all', 'other', 'work', 'out', 'crops', 'that', 'my', 'anatomy', 'is', 'not', 'a', 'mystery', 'to', 'people', 'around', 'me', 'i', 'have', 'an', 'athletic', 'build', 'and', 'these', 'pants', 'are', 'awesome', 'in', 'that', 'they', 'hug', 'the', 'body', 'lightly', 'they', 'are', 'so', 'soft', 'and', 'comfy', 'also', 'perfect', 'for', 'running', 'and', 'the', 'gym', 'and', 'apres', 'whatever', 'i', 'bought', 'a', 'back', 'up', 'pair', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['7506,1020,35', 'great', 'versatile', 'skirt', 'very', 'flattering', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7507,836,44', 'unique', 'and', 'timeless', 'i', 'ordered', 'this', 'in', 'a', 'petite', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'and', 'size', '4p', 'fits', 'perfectly', 'and', 'it', 'fits', 'very', 'well', 'everywhere', 'however', 'i', 'think', 'if', 'you', "'re", 'bigger', 'than', '34b', 'size', 'up', 'because', 'this', 'top', 'is', 'very', 'fitted', 'around', 'the', 'bust', 'the', 'bottom', 'hem', 'falls', 'right', 'below', 'my', 'belly', 'button', 'the', 'neckline', 'is', 'not', 'too', 'low', 'and', 'not', 'too', 'high', 'i', 'chose', 'black', 'because', 'i', 'feel', 'that', 'there', 'are', 'a', 'lot', 'of', 'details', 'and', 'can', 'be', 'toned', 'down', 'with', 'a', 'darker', 'color', 'i', 'think', 'this', 'top', 'must', 'be', 'fitted', 'for', 'a', 'tailored', 'look', 'or', 'otherwise', 'one', 'may', 'risk', 't', ',5,1,14', 'general', 'tops', 'blouses'] ['7508,1020,58', 'surprise', 'i', 'tried', 'this', 'skirt', 'on', 'because', 'i', 'liked', 'the', 'green', 'color', 'thinking', 'that', 'the', 'pockets', 'would', 'not', 'be', 'flattering', 'to', 'my', 'size', '12', 'figure', 'i', 'was', 'wrong', 'the', 'pockets', 'are', 'flattering', 'to', 'a', 'round', 'tummy', 'the', 'pocket', 'flap', 'is', 'stitched', 'down', 'on', 'the', 'side', 'and', 'button', 'near', 'the', 'center', 'so', 'they', 'do', "n't", 'stick', 'out', 'a', 'good', 'skirt', 'for', 'fall.,5,1,0', 'general', 'bottoms', 'skirts'] ['7509,818,48', 'very', 'cute', 'fits', 'nicely', 'fabric', 'is', 'a', 'little', 'thinner', 'than', 'i', 'expected', 'but', 'just', 'wore', 'a', 'camisole', 'the', 'waist', 'is', 'a', 'little', 'short', 'nice', 'batik-like', 'pattern', 'and', 'feel', ',4,1,3', 'general', 'tops', 'blouses'] ['7510,836,34', 'this', 'is', 'the', 'worst', 'shirt', 'i', 'have', 'ever', 'tried', 'on', 'from', 'retailer', 'it', 'is', 'basically', 'a', 'big', 'shaggy', 'box', 'from', 'the', 'front', 'and', 'from', 'the', 'side', 'it', 'looks', 'like', 'a', 'tent', 'it', 'is', 'also', 'short', ',1,0,0', 'general', 'tops', 'blouses'] ['7511,968,52', 'busty', 'amp', 'amp', 'it', 'works', 'great', 'for', 'me', '120', 'lbs', 'and', 'i', 'saw', 'this', 'while', 'shopping', 'with', 'my', 'sister', 'who', 'is', '125', 'lbs', 'we', 'both', 'tried', 'on', 'the', 'small', 'and', 'the', 'fit', 'was', 'perfect', 'i', 'didnot', 'need', 'a', 'petite', 'it', 'is', 'so', 'soft', 'and', 'i', 'didnt', 'notice', 'other', 'vests', 'with', 'different', 'fabric', 'from', 'each', 'other', 'at', 'all', 'the', 'vest', 'is', 'just', 'like', 'the', 'photo', 'its', 'cozy', 'collar', 'did', "n't", 'bother', 'me', 'i', 'wear', 'my', 'top', 'collar', 'out', 'or', 'with', 'a', 'turtleneck', 'i', 'waited', 'until', 'it', 'was', 'on', 'sale', 'because', 'the', 'price', 'was', 'a', 'little', 'high', 'but', 'it', 'is', 'very', 'soft', 'and', 'uniquely', 'special', ',5,1,0', 'general', 'jackets', 'jackets'] ['7512,1081,49', 'i', 'have', 'a', 'few', 'evening', 'functions', 'this', 'month', 'and', 'the', 'next', 'few', 'months', 'and', 'i', 'thought', 'this', 'dress', 'would', 'be', 'different', 'and', 'fun', 'i', 'really', 'wanted', 'to', 'like', 'it', 'but', 'i', 'could', 'not', 'there', 'were', 'spots', 'missing', 'sequence', 'some', 'fell', 'off', 'as', 'i', 'tried', 'the', 'dress', 'on', 'and', 'i', 'did', 'try', 'it', 'on', 'twice', 'each', 'time', 'there', 'were', 'some', 'on', 'the', 'floor', 'they', 'are', 'sewed', 'on', 'so', 'poorly', 'for', 'the', 'price', 'of', 'this', 'dress', 'i', 'fear', 'it', 'would', 'be', 'a', 'dress', 'for', 'one', 'season', 'and', 'i', "'d", 'have', 'to', 'throw', 'it', 'out', 'not', 'for', 'that', 'price', 'so', 'back', 'it', 'goes', ',2,0,18', 'general', 'dresses', 'dresses'] ['7513,941,36', 'beautiful', 'sweater', 'love', 'this', 'sweater', 'it', 'is', 'so', 'cozy', 'i', 'gave', 'it', 'a', 'four', 'because', 'it', 'does', 'shed', 'a', 'lot', 'i', 'have', 'not', 'washed', 'yet', 'but', 'hopefully', 'that', 'will', 'help', 'with', 'the', 'shedding', 'i', 'am', 'hoping', 'to', 'buy', 'other', 'colors.,4,1,0', 'general', 'tops', 'sweaters'] ['7514,941,53', 'better', 'in', 'real', 'life', 'i', 'bought', 'this', 'sweater', 'in', 'the', 'sky', 'color', 'just', 'love', 'it', 'i', "'ll", 'go', 'back', 'for', 'the', 'rust', 'colored', 'one', ',5,1,1', 'general', 'tops', 'sweaters'] ['7515,1004,30', 'beautiful', 'skirt', 'with', 'a', 'fun', 'graphic', 'pattern', 'and', 'embroidered', 'texture', 'i', 'tried', 'on', 'my', 'usual', 'xs', 'as', 'well', 'as', 'a', 's', 'to', 'compare', 'they', 'both', 'fit', 'but', 'i', 'decided', 'to', 'keep', 'the', 'xs', 'since', 'the', 'skirt', 'has', 'a', 'little', 'bit', 'of', 'a', 'stretch', 'thanks', 'to', 'a', 'hidden', 'elastic', 'panel', 'in', 'the', 'back', 'plus', 'it', 'looks', 'best', 'at', 'your', 'natural', 'waist', 'i', "'m", '5', '2', 'and', 'often', 'need', 'to', 'wear', 'petite', 'but', 'this', 'skirt', 'is', 'already', 'quite', 'short', 'so', 'i', 'bought', 'the', 'regular', 'size', 'looks', 'great', 'bare-legged', 'or', 'with', 'tights', 'love', 'the', 'pockets', 'too', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7516,825,67', 'love', 'the', 'tunic', 'rich', 'color', 'longer', 'than', 'i', 'thought', 'i', 'am', '5', '9', '140', 'and', 'it', 'almost', 'comes', 'to', 'mid', 'thigh', 'also', 'ordered', 'medium', 'it', 'is', 'roomier', 'than', 'anticipated', 'but', 'looks', 'good', 'loose', 'and', 'flowing'] ['overall', 'love', 'the', 'tunic', 'the', 'shape', 'style', 'and', 'will', 'have', 'big', 'fun', 'wearing', 'it', ',4,1,1', 'general', 'tops', 'blouses'] ['7517,747,52', 'gorgeous', 'but', 'bra', 'runs', 'small', 'just', 'received', 'the', 'bra', 'and', 'matching', 'panty', 'in', 'the', 'mail', 'and', 'loved', 'it', 'the', 'true', 'color', 'is', 'a', 'little', 'darker', 'i', 'would', 'call', 'it', 'a', 'taupe', 'the', 'fabric', 'is', 'really', 'nice', 'i', 'am', 'a', '34', 'c', 'and', 'ordered', 'a', 'medium', 'just', 'from', 'my', 'freepeople', 'bra', 'experiences', 'and', 'they', 'run', 'small', 'the', 'medium', 'is', 'perfect', 'for', 'my', 'size', 'i', 'usually', 'order', 'a', 'small', 'panty', 'and', 'this', 'one', 'fits', 'it', 'looks', 'smaller', 'than', 'pictured', 'on', 'the', 'model', 'this', 'set', 'is', 'one', 'of', 'a', 'kind', 'the', 'pattern', 'on', 'fabric', 'is', 'really', 'beautiful', 'i', 'think', 'it', 'is', 'worth', 'the', 'price', 'if', 'you', 'like', 'lingerie', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['7518,949,35', 'i', 'ordered', 'the', 'white', 'in', 'this', 'i', 'found', 'it', 'to', 'be', 'so', 'much', 'prettier', 'in', 'person', 'than', 'the', 'photos', 'i', 'do', "n't", 'think', 'they', 'do', 'this', 'piece', 'justice', 'i', 'am', 'normally', 'a', 'medium', 'and', 'that', 'is', 'what', 'i', 'ordered', 'i', 'found', 'it', 'fit', 'true', 'to', 'size', 'love', 'the', 'three', 'ties', 'in', 'the', 'back', 'it', "'s", 'a', 'tad', 'baggy', 'but', 'looks', 'great', 'i', 'can', 'see', 'that', 'this', 'might', 'snag', 'easily', 'though', ',5,1,1', 'general', 'tops', 'sweaters'] ['7519,941,50', 'soft', 'and', 'warm', 'i', 'purchased', 'this', 'sweater', 'in', 'the', 'blue', 'and', 'i', 'love', 'the', 'color', 'at', 'first', 'i', 'bought', 'the', 'regular', 'size', 'extra', 'small', 'i', 'am', '5/2', 'and', '102', 'pounds', 'i', 'had', 'to', 'return', 'the', 'xs', 'for', 'the', 'xxs', 'petite', 'i', 'like', 'the', 'arms', 'to', 'be', 'long', 'so', 'i', 'do', "n't", 'usually', 'purchase', 'sweaters', 'in', 'the', 'petite', 'sizes', 'but', 'this', 'one', 'in', 'the', 'xxs', 'petite', 'the', 'arms', 'are', 'still', 'plenty', 'long', 'enough', 'it', 'is', 'still', 'very', 'roomy', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'slightly', 'itchy', 'i', 'wear', 'a', 'very', 'thin', 'long', 'sleeve', 'shirt', 'underneath', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7520,825,33', 'shrank', 'when', 'washed', 'i', 'loved', 'this', 'tunic', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'ordered', 'it', 'in', 'the', 'red', 'and', 'it', 'was', 'very', 'flattering', 'on', 'my', 'post-pregnancy', 'figure', 'and', 'extremely', 'cute', 'with', 'leggings', 'and', 'boots', 'just', 'what', 'i', 'wanted', 'it', 'fit', 'true', 'to', 'size', 'even', 'with', 'a', 'few', 'extra', 'pounds', 'around', 'the', 'chest', 'area', 'imagine', 'my', 'horror', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'wash', 'having', 'followed', 'the', 'directions', 'on', 'the', 'tag', 'exactly', 'and', 'discovered', 'it', 'had', 'shrunk', 'and', 'no', 'longer', 'fit', 'properly', 'in', 'particular', 'the', 'sleeves', 'became', 'incredibly', 'uncomfortably', 'tight', 'and', 'much', 'sh', ',2,0,3', 'general', 'tops', 'blouses'] ['7521,941,54', 'great', 'pullover', 'soft', 'and', 'sweet,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7522,949,34', 'fun', 'and', 'flirty', 'great', 'sweater', 'perfect', 'weight', 'for', 'the', 'office', 'in', 'the', 'summer', 'love', 'the', 'delicate', 'knit', 'front', 'and', 'triple', 'tie', 'in', 'the', 'back', 'it', 'was', 'bigger', 'and', 'baggies', 'than', 'i', 'was', 'expecting', 'but', 'it', 'still', 'works', ',4,1,2', 'general', 'tops', 'sweaters'] ['7523,941,54', 'sublime', 'lovely', 'sweater', 'it', "'s", 'a', 'new', 'staple', 'in', 'my', 'wardrobe', 'love', 'the', 'fit', 'and', 'styling', 'but', 'what', 'drew', 'me', 'in', 'at', 'first', 'sight', 'were', 'the', 'colors', 'it', "'s", 'warm', 'and', 'cuddly', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7524,941,52', 'looks', 'better', 'in', 'the', 'pic', 'than', 'real', 'life', 'i', 'really', 'liked', 'the', 'look', 'of', 'the', 'orange', 'so', 'ordered', 'an', 'xs', 'i', 'prefer', 'a', 's', 'petite', 'but', 'it', 'is', 'sold', 'out', 'the', 'xs', 'arrives', 'and', 'while', 'i', 'still', 'like', 'the', 'color', 'the', 'fit', 'is', 'really', 'weird', 'the', 'cowl', 'is', 'very', 'high', 'up', 'but', 'the', 'sleeves', 'are', 'still', 'long', 'it', 'looks', 'nothing', 'like', 'the', 'photo', 'i', 'can', 'not', 'see', 'how', 'the', 'cowl', 'sits', 'on', 'the', 'model', "'s", 'collar', 'bone', 'despite', 'eliding', 'the', 'color', 'the', 'design', 'is', 'off', 'so', 'have', 'to', 'return', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['7525,829,77', 'this', 'garment', 'has', 'lovely', 'features', 'i', 'really', 'liked', 'the', 'beautiful', 'fabric', 'design', 'and', 'length', 'of', 'the', 'piece', ',4,1,0', 'general', 'tops', 'blouses'] ['7526,941,36', 'this', 'is', 'one', 'of', 'my', 'favorite', 'sweaters', 'of', 'the', 'season', 'it', 'is', 'warm', 'and', 'cozy', 'and', 'looks', 'so', 'cute', 'with', 'jeans', 'it', "'s", 'definitely', 'a', 'little', 'shorter', 'on', 'me', 'than', 'it', 'looks', 'on', 'the', 'model', 'even', 'though', 'i', "'m", 'only', '5', '4', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7527,941,33', 'no', 'way', 'this', 'sweater', 'was', 'so', 'itchy', 'i', 'immediately', 'was', 'turned', 'off', 'it', 'looks', 'cute', 'in', 'pictures', 'but', 'another', 'problem', 'was', 'that', 'the', 'knitting', 'in', 'the', 'shoulders', 'looks', 'like', 'a', 'kid', 'made', 'it', 'it', 'was', 'uneven', 'and', 'stretched', 'out', 'it', 'looked', 'like', 'it', 'was', 'not', 'well', 'made', 'to', 'me', 'it', 'also', 'shed', 'so', 'much', 'that', 'just', 'from', 'me', 'trying', 'it', 'on', 'my', 'pants', 'were', 'covered', 'in', 'orange', 'fuzz', 'i', 'returned', 'this', 'one.,1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['7528,829,28', 'good', 'quality', 'but', 'ok', 'fit', 'high', 'quality', 'top', 'but', 'material', 'is', 'not', 'very', 'soft', 'may', 'soften', 'in', 'the', 'wash.', 'fit', 'is', 'okay', ',4,1,0', 'general', 'tops', 'blouses'] ['7529,941,72', 'not', 'worth', 'the', 'price.', 'this', 'sweater', 'was', 'just', 'okay', 'i', 'am', 'happy', 'to', 'pay', '100', 'or', 'more', 'for', 'a', 'sweater', 'but', 'this', 'one', 'was', 'somewhat', 'itchy', 'and', 'not', 'the', 'quality', 'i', 'expected', 'for', 'that', 'price', 'i', 'may', 'have', 'kept', 'it', 'if', 'it', 'were', 'at', 'about', 'half', 'the', 'price', 'but', 'it', 'just', 'was', 'not', 'worth', 'it', 'retailer', 'prices', 'seem', 'to', 'be', 'going', 'up', 'and', 'up', 'and', 'the', 'quality', 'less', 'and', 'less', 'i', 'had', 'similar', 'experiences', 'with', 'a', 'couple', 'of', 'shirts', 'that', 'i', 'ordered', 'over', 'the', 'summer', 'looked', 'great', 'in', 'the', 'photos', 'but', 'unfortunately', 'in', 'person', 'were', 'not', 'quality', 'garments', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['7530,941,35', ',,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7531,863,34', ',,4,1,0', 'general', 'tops', 'knits'] ['7532,869,39', 'love', 'this', 'top', 'this', 'is', 'such', 'a', 'lovely', 'top', 'it', 'is', 'a', 'bit', 'sheer', 'but', 'i', 'wear', 'a', 'cami', 'under', 'it', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', 'because', 'it', 'is', 'just', 'so', 'pretty', ',4,1,0', 'general', 'tops', 'knits'] ['7533,1070,49', 'slimming', 'flowy', 'pants', 'i', 'bought', 'these', 'pants', 'expecting', 'to', 'lounge', 'around', 'the', 'house', 'in', 'them', 'but', 'once', 'i', 'tried', 'them', 'on', 'they', 'were', 'so', 'figure', 'flattering', 'that', 'i', 'wore', 'them', 'to', 'an', 'outdoor', 'dinner', 'party', 'paired', 'with', 'a', 'black', 'tank', 'top', 'silver', 'accessories', 'and', 'wedges', 'and', 'got', 'compliments', 'galore', 'i', 'still', 'wear', 'them', 'to', 'lounge', 'in', 'they', 'are', 'super', 'comfy', 'but', 'they', 'are', 'also', 'my', 'emergency', 'oh', 'we', "'re", 'going', 'out', 'tonight', 'honey', 'pants', 'the', 'only', 'downside', 'is', 'that', 'they', 'need', 'ironing', 'when', 'you', 'pop', 'them', 'out', 'of', 'the', 'wash', 'unless', 'you', 'are', 'using', 'them', 'to', 'loun', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['7534,949,33', 'cute', 'classic', 'cute', 'twist', 'with', 'the', 'open', 'back', 'on', 'a', 'simple', 'classic', 'sweater', 'light', 'weight', ',5,1,0', 'general', 'tops', 'sweaters'] ['7535,941,41', 'beautiful', 'sweater', 'this', 'sweater', 'is', 'absolutely', 'lovely', 'i', 'bought', 'it', 'in', 'the', 'sky', 'color', 'which', 'is', 'so', 'pretty', 'the', 'picture', 'just', 'does', "n't", 'do', 'it', 'justice', 'the', 'yarn', 'is', 'super', 'soft', 'and', 'it', 'seems', 'as', 'though', 'it', 'will', 'be', 'plenty', 'warm', 'this', 'winter', 'i', 'also', 'love', 'the', 'retro', '70', "'s", 'look', 'a', 'definite', 'keeper', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7536,941,22', 'beautiful', 'yarn', 'bulky', 'fit', 'i', 'wanted', 'so', 'badly', 'to', 'love', 'this', 'sweater', 'the', 'colors', 'in', 'the', 'blue', 'motif', 'are', 'fabulous', 'and', 'the', 'yarn', 'is', 'soft', 'and', 'warm', 'but', 'it', 'does', 'not', 'fit', 'me', 'in', 'a', 'flattering', 'way', 'i', 'ca', "n't", 'recommend', 'a', 'size', 'because', 'the', 's', 'and', 'the', 'm', 'were', 'exactly', 'the', 'same', 'size', 'and', 'fit', 'the', 'neck', 'is', 'broad', 'and', 'bulky', 'and', 'overwhelming', 'the', 'sleeves', 'have', 'bulky', 'cuffs', 'that', 'come', 'down', 'to', 'my', 'fingers', 'and', 'the', 'sweater', 'slides', 'across', 'my', 'shoulders', 'i', "'m", '5', '6', 'it', 'appeared', 'overstretched', 'and', 'i', 'feared', 'it', 'would', 'only', 'stretch', 'out', 'more', 'over', 'time', 'and', 'not', 'be', 'worth', ',3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['7537,949,55', 'love', 'this', 'sweater', 'omg', 'i', 'love', 'this', 'sweater', 'it', 'is', 'minimalistic', 'yet', 'romantic', 'my', 'mother', 'in-law', 'bought', 'this', 'for', 'me', 'last', 'may', 'when', 'she', 'was', 'visiting', 'and', 'one', 'for', 'herself', 'i', 'saw', 'it', 'today', 'at', 'the', 'store', 'in', 'white', 'and', 'i', 'snatched', 'it', 'up', 'i', 'will', 'wear', 'this', 'for', 'years', 'i', 'did', 'not', 'see', 'until', 'now', 'that', 'is', 'is', 'meant', 'to', 'be', 'worn', 'with', 'the', 'ties', 'in', 'the', 'back', 'i', "'ve", 'been', 'wearing', 'it', 'with', 'the', 'ties', 'in', 'the', 'front', 'what', 'a', 'bonus', 'that', 'there', 'are', '2', 'ways', 'to', 'wear', 'this', 'wonderful', 'sweater', 'i', 'will', 'wear', 'these', '2', 'pieces', 'for', 'many', 'many', 'years', ',5,1,8', 'general', 'tops', 'sweaters'] ['7538,825,34', 'beautiful', 'and', 'comfortable', 'absolutely', 'love', 'this', 'top', 'yes', 'it', 'runs', 'big', 'and', 'is', 'flowy', 'but', 'i', 'think', 'it', 'is', 'very', 'flattering', 'especially', 'with', 'skinny', 'jeans', 'loved', 'it', 'so', 'much', 'i', 'bought', 'the', 'navy', 'and', 'wine', 'colors', 'for', 'myself', 'and', 'the', 'green', 'for', 'my', 'mom', 'for', 'reference', 'i', "'m", '5', '7', '115', 'lbs', '33-25-33', 'and', 'the', 'xs', 'fit', 'well', 'falls', 'just', 'above', 'my', 'mid', 'thigh', ',5,1,0', 'general', 'tops', 'blouses'] ['7539,868,41', 'charming', 'and', 'stylish', 'sweatshirt', 'this', 'sweatshirt', 'is', 'extremely', 'comfy', 'and', 'stylish', 'i', 'am', 'happy', 'with', 'the', 'item', 'and', 'it', 'runs', 'a', 'snag', 'large', 'but', 'perfect', 'for', 'a', 'sweatshirt.,5,1,1', 'general', 'tops', 'knits'] ['7540,869,64', ',the', 'front', 'of', 'this', 'top', 'is', 'pretty', 'thin', 'and', 'you', 'can', 'see', 'through', 'it,5,1,5', 'general', 'tops', 'knits'] ['7541,829,47', 'good', 'for', 'weekends', 'not', 'for', 'work', 'this', 'top', "'s", 'subtle', 'golden', 'shimmer', 'from', 'the', 'metallic', 'thread', 'used', 'in', 'the', 'detailing', 'is', 'really', 'nice', 'flattering', 'a', 'bit', 'special', 'all', 'in', 'all', 'nice', 'but', 'the', 'white', 'is', 'see', 'through', 'and', 'the', 'green', 'somehow', 'reads', 'much', 'more', 'casual', 'at', 'least', 'to', 'me', 'so', 'a', 'good', 'top', 'for', 'times', 'when', 'your', 'top', 'being', 'sheer', 'is', "n't", 'such', 'a', 'big', 'deal', 'but', 'probably', 'not', 'for', 'the', 'office', ',4,1,16', 'general', 'tops', 'blouses'] ['7542,829,33', ',,5,1,0', 'general', 'tops', 'blouses'] ['7543,941,56', 'beautiful', 'color', 'and', 'tweed', 'design', 'strange', 'fit', 'the', 'sweater', 'is', 'beautiful', 'i', 'loved', 'the', 'tweed', 'design', 'but', 'the', 'fit', 'was', 'boxy', 'and', 'the', 'collar', 'sat', 'funny', 'so', 'i', 'had', 'to', 'send', 'it', 'back.,3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['7544,825,34', ',,5,1,0', 'general', 'tops', 'blouses'] ['7545,1086,26', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7546,949,36', 'love', 'this', 'sweater', 'i', "'m", 'glad', 'i', 'checked', 'out', 'the', 'reviews', 'before', 'purchasing', 'i', 'went', 'a', 'size', 'smaller', 'and', 'the', 'sweater', 'fit', 'perfectly', 'i', 'love', 'the', 'taupe', 'color', 'it', "'s", 'feminine', 'not', 'overtly', 'so', 'and', 'i', 'can', 'still', 'use', 'it', 'as', 'a', 'neutral', 'the', 'quality', 'is', 'really', 'quite', 'good', 'though', 'i', 'would', 'still', 'suggest', 'keeping', 'metal', 'accessories', 'without', 'smooth', 'edges', 'away', 'from', 'the', 'fabric', 'it', "'s", 'also', 'not', 'too', 'heavy', 'so', 'i', 'can', 'still', 'wear', 'this', 'despite', 'the', 'heat', 'and', 'humidity', 'in', 'honolulu'] [] ['i', 'think', 'the', 'only', 'thing', 'i', 'would', 'consider', 'changing', 'would', 'be', 'the', 'materia', ',5,1,2', 'general', 'tops', 'sweaters'] ['7547,549,44', 'great', 'staple', 'i', 'ordered', 'this', 'a', 'little', 'big', 'because', 'the', 'smallest', 'size', 'that', 'they', 'had', 'was', 'a', 'medium', 'i', 'probably', 'could', 'have', 'gone', 'with', 'a', 'small', 'but', 'given', 'that', 'i', 'am', 'a', '34d', 'on', 'top', 'and', 'a', 'size', '2', 'on', 'the', 'bottom', '120lbs', 'the', 'medium', 'fits', 'me', 'just', 'fine', 'it', 'is', 'super', 'soft', 'and', 'you', 'can', 'wear', 'it', 'with', 'just', 'about', 'anything', 'keep', 'in', 'mind', 'that', 'your', 'midriff', 'may', 'show', 'a', 'bit', 'depending', 'on', 'how', 'high', 'your', 'bottoms', 'are', 'however', 'i', 'paired', 'it', 'with', 'a', 'white', 'pair', 'of', 'skinny', 'jeans', 'with', 'a', 'cute', 'belt', 'so', 'a', 'teeny', 'bit', 'of', 'my', 'midriff', 'was', 'showing', 'at', 'time', ',5,1,0', 'initmates', 'intimate', 'layering'] ['7548,1081,39', ',,3,0,0', 'general', 'dresses', 'dresses'] ['7549,949,56', 'comfortable', 'love', 'the', 'natural', 'fabric', 'blend', 'and', 'the', 'natural', 'style', 'also', 'the', 'unique', 'color', 'of', 'the', 'taupe', 'i', 'am', 'a', 'size', '4', 'to', '6', 'and', 'the', 'small', 'fit', 'great', 'if', 'you', 'prefer', 'a', 'more', 'fitted', 'look', 'could', 'probably', 'size', 'down', ',4,1,1', 'general', 'tops', 'sweaters'] ['7550,829,26', 'perfect', 'buttondown', 'i', 'almost', 'bought', 'this', 'tank', 'online', 'but', 'decided', 'to', 'wait', 'once', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'bought', 'it', 'in', 'the', 'ivory', 'color', 'which', 'is', 'perfect', 'the', 'gold', 'details', 'are', 'subtle', 'and', 'so', 'pretty', 'i', 'do', "n't", 'find', 'it', 'too', 'sheer', 'as', 'some', 'of', 'the', 'other', 'reviews', 'have', 'stated', 'the', 'cut', 'is', 'so', 'flattering', 'and', 'it', 'is', 'easy', 'to', 'wear', 'to', 'work', 'when', 'paired', 'with', 'a', 'cardigan', ',5,1,0', 'general', 'tops', 'blouses'] ['7551,825,54', 'perfect', 'love', 'love', 'love', 'this', 'tunic', 'it', 'has', 'panels', 'that', 'do', "n't", 'really', 'show', 'up', 'in', 'the', 'picture', 'but', 'the', 'panels', 'make', 'it', 'lay', 'really', 'nice', 'it', "'s", 'great', 'over', 'leggings', 'and', 'skinny', 'jean', 'cords', 'could', 'even', 'wear', 'it', 'with', 'opaque', 'tights', 'it', "'s", 'great', 'for', 'work', 'play', 'or', 'evening', 'i', 'bought', 'the', 'navy', 'blue', 'with', 'the', 'heart', 'print', 'i', 'love', 'it', 'so', 'much', 'i', "'ll", 'probably', 'get', 'the', 'green', 'and', 'the', 'red', 'when', 'they', 'go', 'on', 'sale', 'this', 'is', 'a', 'pricey', 'top', 'for', 'reference', 'i', "'m", '5', '3', '128lbs', '32ddd', 'fits', 'great', 'all', 'the', 'way', 'around', 'and', 'the', 'length', 'is', 'perfect', 'mid-thigh', 'an', ',5,1,1', 'general', 'tops', 'blouses'] ['7552,869,35', ',,5,1,0', 'general', 'tops', 'knits'] ['7553,825,26', 'amazing', 'quality', 'this', 'tunic', 'looks', 'great', 'in', 'person', 'whether', 'you', 'get', 'the', 'red', 'green', 'or', 'navy', 'runs', 'true', 'and', 'hangs', 'well', 'the', 'ruffle', 'at', 'the', 'bottom', 'is', 'super', 'flattering', 'and', 'the', 'construction', 'of', 'this', 'tunic', 'is', 'impressive', 'so', 'good', 'i', 'had', 'to', 'get', 'both', 'the', 'red', 'and', 'navy', ',5,1,0', 'general', 'tops', 'blouses'] ['7554,941,60', 'lovely', 'color', 'this', 'sweater', 'is', 'a', 'lovely', 'color', 'and', 'very', 'soft', 'however', 'the', 'sweater', "'sheds", 'terribly', 'and', 'the', 'color', 'is', 'very', 'large', 'distracting', 'from', 'the', 'overall', 'appearance', 'it', "'s", 'also', 'thin', 'and', 'whatever', 'shirt', 'is', 'worn', 'underneath', 'will', 'show', 'through', ',1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['7555,941,65', 'comfortable', 'attractive', 'cozy', 'sweater', 'beautiful', 'comfortable', 'and', 'attractive', 'sweater', 'my', 'neckline', 'does', "n't", 'stay', 'flat', 'as', 'the', 'one', 'in', 'the', 'photo', 'does', 'but', 'i', 'love', 'the', 'sweater', 'anyway', 'great', 'quality', 'attractive', 'and', 'comfortable', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7556,949,35', 'rare', 'stylish', 'sweater', 'i', 'liked', 'the', 'look', 'of', 'this', 'online', 'but', 'it', "'s", 'even', 'nicer', 'in', 'person', 'just', 'the', 'right', 'length', 'on', 'the', 'hips', 'a', 'medium', 'weight', 'and', 'with', 'enough', 'interest', 'and', 'exposure', 'on', 'the', 'shoulders', 'to', 'make', 'it', 'feel', 'like', 'a', 'stylish', 'option', 'for', 'a', 'slightly', 'cool', 'night', 'without', 'falling', 'into', 'the', 'too-heavy', 'and', 'makes-you-feel-dumpy', 'category', 'of', 'sweater', 'like', 'the', 'slightly', 'short', 'sleeves', 'too', ',5,1,1', 'general', 'tops', 'sweaters'] ['7557,825,34', 'unique', 'and', 'fun', 'piece', 'i', 'feel', 'in', 'love', 'with', 'this', 'shirt', 'online', 'and', 'purchased', 'it', 'right', 'away', 'this', 'is', 'one', 'of', 'the', 'those', 'pieces', 'that', 'makes', 'retailer', 'my', 'favorite', 'place', 'to', 'shop', 'stylish', 'unique', 'and', 'beautiful', 'it', 'is', 'a', 'bit', 'full', 'in', 'the', 'bottom', 'so', 'i', 'sized', 'down', 'from', 'my', 'normal', 's', 'to', 'xs', 'and', 'am', 'very', 'pleased', ',5,1,0', 'general', 'tops', 'blouses'] ['7558,1081,37', ',this', 'dress', 'is', 'a', 'fun', 'idea-', 'but', 'the', 'one', 'i', 'received', 'had', 'misaligned', 'pleating', 'so', 'a', 'few', 'of', 'the', 'rows', 'of', 'sequins', 'were', 'tucked', 'into', 'the', 'pleat-', 'it', 'threw', 'the', 'lines', 'of', 'the', 'dress', 'off', 'i', 'ended', 'up', 'returning', 'it', 'but', 'i', 'think', 'it', 'can', 'be', 'amazing', 'if', 'you', 'get', 'one', 'that', 'looks', 'like', 'th', 'stock', 'photo.,4,1,18', 'general', 'dresses', 'dresses'] ['7559,829,32', 'classic', 'and', 'comfortable', 'this', 'has', 'a', 'classic', 'tunic', 'style', 'silhouette', 'with', 'delicate', 'gold', 'threads', 'it', 'looks', 'even', 'better', 'in', 'person', 'than', 'online.,5,1,0', 'general', 'tops', 'blouses'] ['7560,1086,31', 'comfortable', 'cool', 'easy', 'to', 'wear', 'but', 'still', 'has', 'a', 'lot', 'of', 'style', 'i', 'see', 'this', 'becoming', 'a', 'new', 'basic', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['7561,949,60', 'perfect', 'sweater', 'love', 'this', 'sweater', 'for', 'so', 'many', 'reasons', 'fits', 'true', 'to', 'size', 'unique', 'in', 'design', 'versatile', 'soft', 'and', 'so', 'easy', 'to', 'wear', 'i', "'ve", 'worn', 'it', 'tied', 'in', 'the', 'back', 'and', 'front', 'it', 'goes', 'great', 'with', 'a', 'skirt', 'or', 'dress', 'pants', 'for', 'work', 'date', 'night', 'and', 'elevates', 'the', 'look', 'with', 'any', 'of', 'my', 'jeans', 'i', 'love', 'haying', 'clothes', 'i', 'can', 'get', 'the', 'most', 'out', 'of', 'highly', 'recommend', 'this', 'sweater', ',5,1,0', 'general', 'tops', 'sweaters'] ['7562,825,36', ',got', 'this', 'shirt', 'in', 'the', 'green', 'color', 'it', "'s", 'long', 'and', 'flowy', 'and', 'fits', 'true', 'to', 'size', 'super', 'comfy.,5,1,0', 'general', 'tops', 'blouses'] ['7563,549,41', ',the', 'material', 'is', 'very', 'nice', 'not', 'flimsy', 'at', 'all', 'which', 'is', 'nice', 'the', 'problem', 'was', 'the', 'fit', 'around', 'the', 'arms', 'i', 'am', 'a', 'petite', 'person', 'with', 'a', 'small', 'chest', 'but', 'it', 'still', 'did', "n't", 'cover', 'me', 'bra', 'i', "'ll", 'be', 'returning', 'it.,2,0,0', 'initmates', 'intimate', 'layering'] ['7564,829,53', 'very', 'chic', 'bought', 'this', 'in', 'white', 'and', 'the', 'golden', 'embroidery', 'makes', 'this', 'piece', 'very', 'elegant', 'looking', 'it', 'is', 'a', 'bit', 'sheer', 'but', 'with', 'a', 'lace', 'bra', 'definitely', 'very', 'nice', 'that', 'is', 'the', 'only', 'con', 'i', 'wish', 'it', 'would', 'be', 'not', 'sheer', 'at', 'all', 'but', 'it', 'is', 'too', 'beautiful', 'to', 'send', 'it', 'back', 'for', 'that', 'reason', ',4,1,6', 'general', 'tops', 'blouses'] ['7565,949,56', 'new', 'favorite', 'this', 'is', 'my', 'new', 'favorite', 'sweater', 'soft', 'and', 'comfortable', 'and', 'easy', 'to', 'wear', 'to', 'both', 'work', 'and', 'play', 'being', 'able', 'to', 'wear', 'different', 'things', 'under', 'this', 'makes', 'it', 'very', 'versatile', 'and', 'easy', 'to', 'change', 'looks.,5,1,1', 'general', 'tops', 'sweaters'] ['7566,829,58', 'such', 'a', 'great', 'classic', 'top', 'with', 'a', 'big', 'issue', 'i', 'really', 'like', 'both', 'colors', 'in', 'this', 'top', 'i', 'love', 'the', 'way', 'it', 'lays', 'the', 'length', 'the', 'material', 'etc', 'what', 'i', 'do', "n't", 'like', 'is', 'that', 'the', 'arm', 'holes', 'are', 'very', 'large', 'and', 'shows', 'the', 'entire', 'side', 'of', 'your', 'bra', 'this', 'is', 'definitely', 'a', 'summer', 'top', 'so', 'why', 'would', 'someone', 'want', 'to', 'have', 'to', 'wear', 'a', 'cami', 'when', 'it', "'s", 'warm', 'enough', 'to', 'go', 'sleeveless', 'too', 'bad', 'i', 'would', 'have', 'bought', 'it', 'for', 'sure', ',2,0,0', 'general', 'tops', 'blouses'] ['7567,949,28', 'love', 'love', 'love', 'i', 'got', 'the', 'taupe', 'and', 'loved', 'it', 'so', 'much', 'i', 'ordered', 'the', 'white', 'and', 'wore', 'both', 'this', 'week', 'alone', 'they', 'are', 'so', 'cute', 'and', 'a', 'great', 'weight', 'in', 'this', 'spring/summer', 'weather', 'we', "'re", 'having', 'in', 'the', 'bay', 'area'] ['the', 'taupe', 'is', 'a', 'normal', 'medium', 'and', 'a', 'bit', 'roomy', 'so', 'ordered', 'the', 'white', 'in', 'a', 'medium', 'petite', 'and', 'it', "'s", 'pretty', 'great', 'just', 'depends', 'upon', 'how', 'you', 'like', 'to', 'wear', 'it', 'both', 'are', 'lovely'] [] ['my', 'advice', 'get', 'two', 'today', 'you', 'wo', "n't", 'regret', 'it'] ['order', 'your', 'regular', 'size', 'do', "n't", 'size', 'up', 'or', 'down', ',5,1,2', 'general', 'tops', 'sweaters'] ['7568,825,26', 'great', 'tunic', 'top', 'is', 'longer', 'than', 'i', 'thought', 'it', 'would', 'be', 'so', 'i', 'probably', 'could', 'have', 'sized', 'down', 'definitely', 'covered', 'my', 'butt', 'but', 'overall', 'a', 'great', 'print', 'and', 'cute', 'top', 'loving', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['7569,829,27', 'very', 'cute/feminine', 'i', 'got', 'the', 'top', 'in', 'green', 'it', 'is', 'very', 'soft', 'and', 'comfy', 'it', 'does', 'flare', 'out', 'a', 'little', 'if', 'you', 'wear', 'it', 'untucked', 'but', 'looks', 'really', 'cute', 'tucked', 'into', 'jeans', 'or', 'a', 'skirt', ',5,1,0', 'general', 'tops', 'blouses'] ['7570,829,27', 'sweet', 'design', 'but', 'too', 'short', 'to', 'wear', 'around', 'i', 'liked', 'the', 'quality', 'of', 'the', 'top', 'and', 'the', 'design', 'but', 'when', 'i', 'got', 'a', 'top', 'that', 'fit', 'well', 'across', 'the', 'chest', 'it', 'was', 'shorter', 'than', 'i', 'usually', 'like', 'my', 'tops', 'so', 'i', 'will', 'be', 'returning', 'it', ',3,0,0', 'general', 'tops', 'blouses'] ['7571,829,23', 'perfect', 'versatile', 'top', 'this', 'top', 'is', 'super', 'versatile', 'i', 'wear', 'it', 'with', 'jeans', 'on', 'the', 'weekend', 'but', 'it', "'s", 'also', 'work', 'appropriate', 'it', "'s", 'light', 'and', 'perfect', 'for', 'warm', 'weather', ',5,1,0', 'general', 'tops', 'blouses'] ['7572,1081,40', 'the', 'dress', 'looks', 'very', 'elegant', 'on', 'the', 'website', 'i', 'was', 'so', 'excited', 'to', 'buy', 'it', 'online', 'but', 'it', 'come', 'in', 'a', 'small', 'plastic', 'bag', 'and', 'lot', 'of', 'pieces', 'are', 'missing', 'on', 'the', 'one', 'i', 'got', 'so', 'i', 'had', 'to', 'return', 'it', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7573,842,26', 'nice', 'top', 'but', 'fabric', 'not', 'that', 'good', 'this', 'top', 'is', 'very', 'nice', 'i', 'ordered', 'it', 'in', 'black', 'it', 'looked', 'very', 'good', 'the', 'embroidery', 'and', 'pleated', 'details', 'give', 'it', 'a', 'very', 'nice', 'look', 'the', 'fabric', 'however', 'feels', 'like', 'heavy', 'cotton', 'it', 'did', "n't", 'feel', 'very', 'soft', 'and', 'comfortable', 'it', 'was', 'a', 'bit', 'hard', 'for', 'me', 'to', 'wear', 'because', 'i', 'usually', 'prefer', 'soft', 'cotton', 'while', 'i', 'think', 'this', 'will', 'retain', 'it', "'s", 'shape', 'and', 'not', 'stretch', 'like', 'softer', 'cotton', 'i', 'am', 'sending', 'it', 'back', 'it', 'felt', 'a', 'bit', 'heavy', 'to', 'wear', ',3,0,0', 'general', 'tops', 'blouses'] ['7574,868,59', 'cute', 'casual', 'sweatshirt', 'this', 'is', 'very', 'cute', 'but', 'runs', 'small', 'my', 'typical', 'xs', 'is', 'too', 'small', 'all', 'over', 'arms', 'are', 'short', 'and', 'top', 'is', 'short', 'and', 'tight', 'i', "'ll", 'order', 'a', 'small', 'and', 'hope', 'it', 'fits.,4,1,0', 'general', 'tops', 'knits'] ['7575,1086,35', 'soft', 'and', 'flattering', 'i', 'love', 'this', 'dress', 'the', 'pockets', 'are', 'great', 'and', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'similar', 'to', 'other', 'cloth', 'and', 'stone', 'garments', 'i', 'also', 'love', 'it', "'s", 'made', 'in', 'the', 'usa', 'my', 'only', 'wish', 'is', 'that', 'the', 'chambray', 'version', 'was', 'as', 'great', 'it', "'s", 'not', 'the', 'pockets', 'are', 'cut', 'bad', 'it', "'s", 'cut', 'smaller', 'in', 'the', 'chest', 'and', 'made', 'in', 'china', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['7576,816,44', 'so', 'cute', 'but', 'buttons', 'pop', 'off', 'love', 'this', 'blouse', 'however', 'upon', 'every', 'time', 'i', 'wear', 'it', 'a', 'new', 'button', 'pops', 'off', 'i', 'have', 'had', 'to', 'replace', 'every', 'button', ',3,0,1', 'general', 'tops', 'blouses'] ['7577,816,59', 'casual', 'fun', 'use', 'of', 'plaid', 'the', 'drape', 'of', 'this', 'shirt', 'is', 'flattering', 'and', 'i', 'appreciate', 'the', 'longer', 'tail', 'in', 'back', 'the', 'fabric', 'is', 'light', 'and', 'that', 'is', 'perfect', 'for', 'our', 'fall', 'transition', 'here', 'in', 'so', 'california', 'with', 'a', 'sweater', 'it', 'will', 'be', 'great', 'in', 'winter', 'too', 'so', 'far', 'i', "'ve", 'worn', 'it', 'with', 'jeans', 'and', 'booties', 'and', 'have', 'accessorized', 'it', 'in', 'different', 'ways', 'to', 'dress', 'it', 'up', 'or', 'down', ',5,1,2', 'general', 'tops', 'blouses'] ['7578,816,34', 'poor', 'quality', 'great', 'looking', 'shirt', 'that', 'i', 'bought', 'for', 'my', 'wife', 'but', 'poor', 'quality', 'the', 'fit', 'is', 'great', 'but', 'the', 'buttons', 'literally', 'keep', 'falling', 'off', 'first', 'time', 'my', 'wife', 'wore', 'it', 'two', 'buttons', 'just', 'fell', 'off', 'when', 'she', 'was', 'sewing', 'them', 'back', 'on', 'she', 'showed', 'me', 'and', 'another', 'button', 'just', 'came', 'off', 'with', 'the', 'slightest', 'tug', 'its', 'really', 'too', 'bad', 'because', 'it', 'looks', 'great', 'otherwise', ',3,0,1', 'general', 'tops', 'blouses'] ['7579,816,66', 'great', 'shirt', 'i', 'love', 'an', 'all', 'cotton', 'shirt', 'feels', 'great', 'and', 'has', 'a', 'bit', 'of', 'quirky', 'styling', 'without', 'being', 'over', 'the', 'top,5,1,0', 'general', 'tops', 'blouses'] ['7580,1077,36', 'insanely', 'gorgeous', 'i', 'picked', 'this', 'dress', 'up', 'to', 'take', 'into', 'the', 'dressing', 'room', 'to', 'try', 'on', 'without', 'looking', 'at', 'the', 'price', 'tag', 'im', 'typically', 'a', 'small', 'and', 'he', 'dress', 'in', 'store', 'was', 'an', 'xs', 'but', 'because', 'of', 'the', 'wrap', 'i', 'figured', 'i', "'d", 'try', 'it', 'anyway', 'this', 'dress', 'is', 'to', 'die', 'for', 'the', 'xs', 'fit', 'me', 'just', 'fine', 'though', 'the', 'snap', 'at', 'the', 'chest', 'would', "n't", 'stay', 'closed', 'but', 'i', 'thought', 'it', 'looked', 'ok', 'i', 'looked', 'at', 'the', 'tag', 'after', 'falling', 'in', 'love', 'with', 'the', 'dress', 'but', 'left', 'the', 'store', 'without', 'it', 'i', "'m", 'contemplating', 'purchasing', 'it', 'still', 'because', 'i', 'ca', "n't", 'stop', 'thinking', 'about', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7581,868,23', 'practical', 'and', 'cute', 'i', 'purchased', 'this', 'shirt', 'in', 'blue', 'and', 'i', 'like', 'it', 'the', 'fabric', 'is', 'more', 'of', 'a', 'stretchy/jersey', 'material', 'did', "n't", 'expect', 'that', 'but', 'the', 'shirt', 'looks', 'decent', 'on', 'and', 'is', 'comfortable.,4,1,0', 'general', 'tops', 'knits'] ['7582,868,56', 'poor', 'fit', 'i', 'ordered', 'this', 'top', 'on', 'line', 'i', 'wanted', 'to', 'love', 'it', 'but', 'unfortunately', 'the', 'fit', 'was', 'not', 'for', 'me', 'i', 'am', '5', '9', 'with', 'a', 'long', 'torso', 'this', 'top', 'was', 'cut', 'very', 'wide', 'and', 'looks', 'like', 'a', 'maternity', 'top', ',1,0,0', 'general', 'tops', 'knits'] ['7583,815,50', 'so', 'lovely', 'i', 'bought', 'two', 'this', 'top', 'fits', 'tts', 'as', 'shown', 'on', 'model', 'loose', 'flowy', 'but', 'the', 'cut/details/flounce', 'still', 'give', 'some', 'nice', 'shape', 'i', 'usually', 'take', 'a', 's', 'or', 'm', 'at', 'retailer', 'depending', 'on', 'the', 'style/make', 'went', 'with', 'the', 'small', 'in', 'this', 'i', 'am', '5', '5', 'narrow', 'shoulders', 'ruler', 'shape', '34dd', 'no', 'gaping', 'in', 'the', 'front', 'fits', 'gracefully', 'flows', 'with', 'details', 'that', 'are', 'classic', 'and', 'add', 'the', 'wow', 'factor', 'to', 'this', 'social', 'or', 'work', 'appropriate', 'top', 'so', 'complimentary', 'it', 'would', 'flatter', 'many', 'body', 'types', 'the', 'neckline', 'is', 'juuuuussst', 'right', 'i', 'fasten', 'the', 'top', 'button', 'to', 'make', ',5,1,5', 'general', 'tops', 'blouses'] ['7584,639,47', 'luv', 'this', 'top/dress/coverup', 'runs', 'a', 'lil', 'big', 'i', 'sized', 'down', 'for', 'a', 'more', 'fitted', 'look', 'to', 'pair', 'it', 'with', 'cropped', 'skinny', 'jeans', 'fabric', 'is', 'nice', 'comfortable', 'and', 'light', ',5,1,7', 'general', 'petite', 'intimate', 'lounge'] ['7585,868,38', 'love', 'this', 'top', 'is', 'beautiful', 'and', 'i', "'m", 'in', 'love', 'but', 'it', "'d", 'huuuuggge', 'i', "'m", 'always', 'a', 'large', 'in', 'retailer', 'tops', 'im', 'going', 'to', 'return', 'for', 'a', 'med', 'or', 'maybe', 'even', 'a', 'small', 'which', 'is', 'unheard', 'of', 'for', 'me', 'quality', 'is', 'great', 'get', 'it', 'just', 'size', 'down,5,1,0', 'general', 'tops', 'knits'] ['7586,917,41', 'comfortable', 'easy', 'piece.', 'so', 'simple', 'to', 'throw', 'on', 'with', 'jeans', 'or', 'you', 'could', 'dress', 'it', 'up', 'the', 'ruffles', 'give', 'it', 'a', 'little', 'extra', 'flair', 'nice', 'and', 'soft', 'really', 'comfy', 'i', 'have', "n't", 'decided', 'which', 'size', 'i', 'am', 'going', 'to', 'hold', 'onto', 'i', 'ordered', 'in', 'a', 'small', 'and', 'a', 'medium', 'small', 'fits', 'me', 'great', 'and', 'i', 'am', 'usually', 'a', 'pretty', 'standard', 'medium', 'i', 'think', 'it', 'just', 'depends', 'on', 'what', 'look', 'you', 'are', 'going', 'for', 'wish', 'they', 'had', 'it', 'in', 'a', 'lighter', 'color', 'like', 'an', 'ivory', 'or', 'pink', 'i', 'think', 'the', 'ruffle', 'detail', 'would', 'look', 'nice', 'with', 'a', 'lighter', 'shade', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['7587,895,28', 'beautiful', 'but', 'a', 'little', 'short', 'i', 'got', 'this', 'in', 'a', 'petite', 'xs', 'it', "'s", 'gorgeous', 'and', 'incredibly', 'soft', 'great', 'quality', 'as', 'well', 'my', 'one', 'little', 'caveat', 'is', 'that', 'it', "'s", 'very', 'short', 'i', "'m", '5', '1', 'with', 'a', 'short', 'torso', 'and', 'it', 'still', 'did', "n't", 'get', 'very', 'far', 'on', 'me', 'but', 'if', 'you', 'wear', 'it', 'with', 'high-waited', 'pants/skirt', 'it', "'s", 'not', 'a', 'big', 'deal', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['7588,868,33', 'love', 'this', 'top', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'instantly', 'loved', 'i', 'wore', 'it', 'and', 'ordered', 'it', 'in', 'another', 'color', 'i', 'bought', 'my', 'usual', 'size', 'but', 'decided', 'i', "'d", 'like', 'to', 'have', 'it', 'slightly', 'smaller', 'for', 'the', 'next', 'one', 'so', 'i', 'ordered', 'down', 'it', 'can', 'go', 'either', 'way', 'it', "'s", 'quite', 'flawy', 'and', 'roomy', 'cool', 'for', 'summer', 'and', 'supper', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['7589,868,62', 'everyone', 'needs', 'this', 'this', 'is', 'my', 'new', 'favorite', 'white', 'top', 'in', 'my', 'closet', 'the', 'loose', 'fit', 'flowy', 'quality', 'fabric', 'and', 'effortless', 'versatility', 'are', 'spot', 'on', 'for', 'anyone', "'s", 'wardrobe', 'i', 'took', 'my', 'usual', 'size', 's', 'i', 'would', "n't", 'size', 'down', 'in', 'this', 'because', 'although', 'it', "'s", 'roomy', 'in', 'the', 'torso', 'the', 'sleeves', 'and', 'shoulders', 'fit', 'perfectly', 'on', 'my', 'thin', 'arms', 'everyone', 'should', 'have', 'this', 'beauty', ',5,1,0', 'general', 'tops', 'knits'] ['7590,917,42', 'comfortable', 'stylish', 'i', 'bought', 'the', 'blue', 'in', 'store', 'and', 'loved', 'it', 'so', 'much', 'that', 'my', 'hubby', 'recommended', 'i', 'buy', 'the', 'raspberry', 'online', 'i', 'usually', 'buy', 'a', 'medium', 'in', 'tops', 'but', 'went', 'with', 'the', 'small', 'so', 'it', 'would', "n't", 'be', 'so', 'flowy', 'fabric', 'is', 'soft', 'and', 'not', 'itchy', 'i', 'will', 'be', 'wearing', 'these', 'a', 'lot', 'this', 'fall', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['7591,831,32', 'very', 'pretty', 'in', 'person', 'the', 'top', 'is', 'quite', 'lovely', 'and', 'good', 'quality', 'i', 'ended', 'up', 'getting', 'a', 'size', '4', 'which', 'fit', 'similarly', 'to', 'the', 'model', 'photos', 'i', 'am', 'smaller', 'up', 'top', 'and', 'wide', 'in', 'the', 'hips', 'but', 'the', 'shape', 'worked', 'well', 'for', 'my', 'shape', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7592,1098,33', 'in', 'love', 'i', 'think', 'this', 'dress', 'is', 'my', 'favorite', 'purchase', 'this', 'whole', 'year', 'it', 'fits', 'like', 'a', 'dream', 'i', 'saw', 'it', 'in', 'the', 'store', 'while', 'it', 'was', 'full', 'price', 'and', 'tried', 'on', 'an', '8', 'the', 'only', 'size', 'they', 'had', 'left', 'i', 'typically', 'wear', 'a', '6', 'or', '8', 'in', 'dresses', 'but', 'the', '8', 'was', 'quite', 'large', 'so', 'i', 'passed', 'after', 'it', 'went', 'on', 'sale', 'i', 'ordered', 'a', '6', 'with', 'my', 'fingers', 'crossed', 'glad', 'i', 'ordered', 'when', 'i', 'did', 'as', 'they', 'sold', 'out', 'fast', 'fabric', 'is', 'a', 'nice', 'substantial', 'weight', 'great', 'for', 'fall', 'the', 'fit', 'is', 'great', 'not', 'tight', 'at', 'all', 'and', 'more', 'of', 'an', 'a-line', 'on', 'me', 'which', 'is', 'weird', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7593,872,52', 'pretty', 'style', 'this', 'style', 'is', 'very', 'pretty', 'and', 'flattering', 'i', 'love', 'the', 'flow', 'of', 'the', 'material', 'and', 'the', 'open', 'shoulders', 'are', 'nice', 'for', 'the', 'design,3,1,2', 'general', 'tops', 'knits'] ['7594,1033,37', 'perfect', 'i', 'typically', 'wear', 'a', '26', 'in', 'jeans', 'and', 'in', 'these', 'i', 'got', 'the', '25', 'and', 'they', 'fit', 'perfectly', 'i', 'ordered', 'the', '25', 'because', 'i', 'wanted', 'a', 'more', 'fitted', 'look', 'and', 'that', 'was', 'what', 'i', 'got', 'they', 'are', 'well', 'made', 'a', 'nice', 'dark', 'wash', 'and', 'with', 'the', 'size', '25', 'a', 'more', 'straight', 'fit', 'and', 'not', 'boyfriend', 'fit', 'i', "'m", 'only', '5', '3', 'so', 'they', 'come', 'a', 'little', 'past', 'my', 'ankle', 'when', 'unrolled', 'i', "'ve", 'worn', 'them', 'two', 'days', 'in', 'a', 'row', 'and', 'they', 'have', "n't", 'stretched', 'out', 'highly', 'recommend', ',5,1,7', 'general', 'bottoms', 'jeans'] ['7595,1033,32', 'size', 'down', 'i', 'usually', 'wear', 'a', '27', 'in', 'pilcro', 'and', 'for', 'these', 'i', 'have', 'to', 'size', 'down', 'to', 'a', '26.', 'the', '27', 'was', 'very', 'large', 'in', 'the', 'waist', 'they', 'are', 'a', 'great', 'dark', 'denim', 'color', 'and', 'look', 'cute', 'with', 'the', 'bottoms', 'rolled', 'up', 'a', 'little.,5,1,1', 'general', 'bottoms', 'jeans'] ['7596,895,39', 'nice', 'colors', 'more', 'vibrant', 'in', 'person', 'but', 'i', 'stil', 'ldecided', 'to', 'pass', 'i', 'would', 'need', 'the', 'petite', 'as', 'it', 'seemd', 'long', 'also', 'there', 'are', 'other', 'items', 'i', 'loved', 'more', 'but', 'if', 'you', 'need', 'a', 'cozy', 'sweater', 'that', 'is', 'different', 'this', 'might', 'be', 'the', 'one', 'for', 'you', 'the', 'contrasting', 'detaisl', 'on', 'the', 'sleeves/collar', 'are', 'very', 'nice', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['7597,868,57', 'nice', 'top', 'but', 'too', 'long', 'in', 'back', 'i', "'m", '5', '7', '135', 'lbs', 'slender', 'bone', 'structure', 'the', 'medium', 'fit', 'well', 'in', 'the', 'front', 'but', 'hung', 'to', 'the', 'back', 'of', 'knees', 'in', 'back', 'just', 'way', 'too', 'long', 'it', 'would', 'work', 'best', 'on', 'someone', 'closer', 'to', '6', 'tall', ',3,0,0', 'general', 'tops', 'knits'] ['7598,868,42', 'good', 'and', 'versatile', 'white', 'button', 'down', 'much', 'softer', 'fabric', 'than', 'i', 'expected', 'wrinkles', 'easily.,5,1,0', 'general', 'tops', 'knits'] ['7599,912,42', ',i', 'did', "n't", 'realize', 'it', 'had', 'a', 'tie', 'around', 'the', 'waist', 'it', 'seems', 'too', 'much', 'material', 'hanging', 'in', 'the', 'front', 'to', 'tie', 'at', 'the', 'waist', 'unfortunately', 'the', 'sash', 'is', 'attached', 'and', 'can', 'not', 'be', 'removed', 'it', "'s", 'very', 'cute', 'just', 'not', 'for', 'me', 'i', 'will', 'have', 'to', 'return', 'but', 'sure', 'i', 'can', 'find', 'something', 'else', ',3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7600,820,48', 'casual', 'elegance', 'i', 'am', 'so', 'glad', 'i', 'purchased', 'this', 'top', 'and', 'read', 'the', 'reviews', 'thoroughly', 'i', 'am', 'usually', 'a', '10', 'or', 'medium', 'in', 'tops', 'because', 'of', 'my', 'broad', 'shoulders', 'for', 'reference', '5', '9', '145', 'lbs', 'and', 'athletic', 'build', 'i', 'decided', 'to', 'size', 'down', 'to', 'an', '8.', 'the', 'top', 'fits', 'perfect', 'and', 'looks', 'just', 'as', 'pictured', 'it', 'is', 'a', 'bit', 'more', 'substantial', 'then', 'i', 'expected', 'the', 'details', 'and', 'embroidery', 'are', 'beautiful', 'and', 'make', 'this', 'top', 'so', 'uniquely', 'retailer', 'it', 'is', 'casual', 'in', 'an', 'elegant', 'way', 'i', 'will', 'be', 'pairing', 'this', 'with', 'skinny', 'jeans', 'and/or', 'white', 'skinny', 'pants', 'i', 'can', 'not', 'tell,4,1,0', 'general', 'tops', 'blouses'] ['7601,815,52', 'it', "'s", 'huge', 'this', 'is', 'a', 'beautiful', 'blouse', 'but', 'it', "'s", 'gigantic', 'my', 'bra', 'size', 'is', '34d', 'and', 'i', 'was', 'swimming', 'in', 'a', '2.', 'the', 'bust', 'measured', '42', 'inches', 'at', 'it', "'s", 'widest', 'point', 'you', 'can', 'see', 'the', 'model', 'is', 'camouflaging', 'the', 'volume', 'by', 'holding', 'her', 'arms', 'to', 'the', 'side', 'the', 'fabric', 'is', 'pulled', 'in', 'an', 'unatural', 'way', 'so', 'the', 'top', 'is', 'probably', 'pinned', 'for', 'the', 'photo', 'if', 'you', 'want', 'this', 'look', 'go', 'down', '2', 'sizes', 'that', 'much', 'fabric', 'is', 'just', 'not', 'flattering', 'on', 'me', 'so', 'i', 'am', 'returning', 'to', 'the', 'store', 'i', "'m", 'passing', 'on', 'the', '0', 'because', 'the', 'thin', 'fabric', 'seems', 'like', 'it', 'will', 'seriously,4,1,10', 'general', 'tops', 'blouses'] ['7602,815,50', 'i', 'love', 'love', 'love', 'this', 'top', 'it', 'is', 'beautiful', 'and', 'very', 'unique', 'the', 'first', 'day', 'i', 'wore', 'it', 'i', 'got', 'so', 'many', 'compliments', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'blouses'] ['7603,854,42', 'runs', 'big', 'i', 'normally', 'wear', 'a', 'small', 'and', 'sometimes', 'a', 'medium', 'even', 'the', 'extra', 'small', 'feels', 'large', 'all', 'over', 'and', 'in', 'the', 'length', 'it', "'s", 'gorgeous', 'though.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7604,820,43', 'heavy', 'fabric', 'large', 'top', 'i', 'love', 'the', 'way', 'this', 'top', 'looks', 'in', 'the', 'picture', 'and', 'the', 'embroidery', 'is', 'as', 'lovely', 'as', 'it', 'appears', 'very', 'detailed', 'it', 'is', 'both', 'subtle', 'not', 'cheap', 'looking', 'and', 'special'] [] ['as', 'an', 'earlier', 'reviewer', 'noted', 'the', 'top', 'is', 'not', 'see-through', 'a', 'plus'] [] ['the', 'drawbacks', 'though', 'mean', 'that', 'i', 'will', 'be', 'returning', 'this', 'top'] [] ['1.', 'the', 'fabric', 'is', 'very', 'heavy', 'and', 'does', 'not', 'drape', 'well', 'i', 'am', 'a', 'small', 'woman', 'with', 'a', 'large', 'chest', 'and', 'ordered', 'a', 'size', '0.', 'the', 'top', 'is', 'still', 'loose', 'even', 'in', 'that', 'size', 'and', 'the', 'relative', 'stiffness', 'of', 'the', 'fabric', 'gives', ',3,0,3', 'general', 'tops', 'blouses'] ['7605,833,46', 'stiff', 'fabric', 'i', 'was', 'so', 'looking', 'forward', 'to', 'receiving', 'this', 'in', 'the', 'mail', 'when', 'it', 'arrived', 'i', 'was', 'very', 'disappointed', 'the', 'color', 'is', 'more', 'mauve', 'than', 'dusty', 'pink', 'and', 'the', 'fabric', 'is', 'stiff', 'and', 'wrinkled', 'not', 'at', 'all', 'what', 'i', 'expect', 'velvet', 'to', 'be', 'flowy', 'and', 'soft', 'the', 'fabric', 'seems', 'very', 'cheap', 'for', 'the', 'price', 'point', 'i', 'usually', 'like', 'floreat', 'but', 'this', 'one', 'is', 'headed', 'right', 'back', 'to', 'the', 'store', ',1,0,0', 'general', 'tops', 'blouses'] ['7606,917,52', 'edgy', 'comfort', 'i', 'tried', 'this', 'sweater', 'on', 'and', 'loved', 'it', 'immediately', 'it', "'s", 'super', 'soft', 'and', 'comfortable', 'and', 'very', 'slimming', 'i', 'tried', 'my', 'normal', 'size', 's', 'and', 'an', 'xs', 'and', 'decided', 'on', 'the', 'xs', 'as', 'the', 's', 'gave', 'it', 'and', 'me', 'a', 'bit', 'of', 'a', 'wider', 'look', 'love', 'the', 'navy', 'color', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['7607,816,35', 'a', 'mixed', 'review', 'the', 'positive', 'light-weight', 'fabric', 'interesting', 'drape'] [] ['the', 'negative', 'i', "'m", 'tall', 'and', 'would', 'have', 'preferred', 'if', 'it', 'was', 'longer', 'the', 'big', 'drawback', 'is', 'the', 'ridiculous', 'buttons', 'three', 'fell', 'off', 'the', 'first', 'time', 'i', 'wore', 'it', 'and', 'it', 'fits', 'loosely', 'they', "'re", 'held', 'on', 'by', 'a', 'single', 'loop', 'ugh', ',3,0,0', 'general', 'tops', 'blouses'] ['7608,868,35', 'very', 'cute', 'and', 'girly', 'i', "'m", 'wearing', 'this', 'top', 'today', 'at', 'work', 'and', 'i', 'feel', 'very', 'cute', 'walking', 'through', 'the', 'hallways', 'it', "'s", 'a', 'little', 'long', 'in', 'the', 'back', 'because', 'i', "'m", 'short', 'but', 'overall', 'i', 'enjoy', 'wearing', 'it', 'it', "'s", 'comfortable', 'casual', 'girly', 'and', 'well', 'made', 'i', "'m", 'happy', 'with', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['7609,831,51', 'a', 'perfect', 'white', 'top', 'a', '3-season', 'top', 'that', 'compliments', 'jeans', 'dress', 'pants', 'shorts', 'skirts', 'light-weight', 'and', 'double', 'layered', 'so', 'should', 'you', 'go', 'without', 'a', 'bra', 'the', 'girls', 'have', 'protection', 'emphasizes', 'nice', 'shoulders', 'length', 'just', 'covers', 'any', 'belly', 'flaws', 'i', "'m", 'a', '6-8', 'and', 'could', 'have', 'gone', 'small', 'or', 'medium', 'here', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['7610,838,74', 'very', 'sheer', 'and', 'shorter', 'than', 'shown', 'beautiful', 'print', 'however', 'as', 'the', 'previous', 'reviewer', 'mentioned', 'it', 'is', 'very', 'sheer', 'much', 'sheerer', 'than', 'the', 'product', 'shot', 'shows', 'i', 'was', 'expecting', 'to', 'be', 'able', 'to', 'wear', 'a', 'nude', 'bra', 'under', 'this', 'without', 'a', 'cami', 'however', 'my', 'nude', 'bra', 'was', 'completely', 'visible'] ['the', 'top', 'also', 'ended', 'at', 'the', 'middle', 'of', 'the', 'zipper', 'of', 'my', 'jeans', 'so', 'much', 'shorter', 'than', 'the', 'tunic', 'length', 'shown', 'and', 'the', 'bottom', 'half', 'of', 'the', 'sleeves', 'ballooned', 'out', 'much', 'more', 'noticeably', 'in', 'person', 'the', 'top', 'half', 'of', 'the', 'sleeves', 'are', 'slim', 'and', 'the', 'bottom', 'half', 'are', 'looser'] ['over', ',2,0,14', 'general', 'tops', 'blouses'] ['7611,868,34', 'very', 'versatile', 'this', 'top', 'when', 'pulled', 'out', 'of', 'the', 'box', 'did', "n't", 'look', 'like', 'much', 'the', 'contrast', 'of', 'the', 'buttons', 'wrinkly', 'shapeless', 'but', 'when', 'i', 'shook', 'it', 'out', 'tried', 'it', 'on', 'i', 'fell', 'in', 'love', 'it', "'s", 'so', 'simple', 'and', 'versatile', 'prob', 'the', 'best', 'white', 'shirt', 'i', 'purchased', 'this', 'year', 'i', "'d", 'say', 'it', 'pretty', 'flowly', 'but', 'that', "'s", 'the', 'style', 'and', 'i', 'love', 'it', 'i', 'am', '5', '8', '128lbs', 'and', 'purchased', 'a', 'small', 'i', 'would', 'purchase', 'again', 'and', 'in', 'other', 'colors', 'if', 'they', 'had', 'them', ',5,1,2', 'general', 'tops', 'knits'] ['7612,854,40', 'size', 'way', 'down', 'this', 'is', 'a', 'beautiful', 'top', 'if', 'you', 'size', 'way', 'down', 'i', 'normally', 'wear', 'a', 'small', 'in', 'tiny', 'tops', 'i', 'had', 'to', 'buy', 'an', 'xxs', 'petite', 'in', 'this', 'top', 'even', 'still', 'there', 'is', 'a', 'little', 'extra', 'material', 'around', 'the', 'sides', 'but', 'i', "'ve", 'received', 'a', 'ton', 'of', 'compliments', 'on', 'the', 'top', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['7613,854,23', 'just', 'okay', 'i', 'personally', 'did', "n't", 'like', 'it', 'enough', 'to', 'purchase', 'but', 'it', 'is', 'a', 'well', 'made', 'top', 'in', 'the', 'photos', 'i', 'am', 'wearing', 'a', 'medium', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40.,3,1,5', 'general', 'petite', 'tops', 'knits'] ['7614,868,34', 'i', 'wanted', 'to', 'like', 'this', 'this', 'shirt', 'is', 'adorable'] ['but', 'it', 'did', "n't", 'work', 'for', 'me'] ['i', "'m", 'a', 'smaller', 'gal', 'with', 'a', 'large', 'chest', '5', '4', '34g', 'i', 'tried', 'on', 'the', 'small', 'since', 'it', 'seemed', 'so', 'flowy', 'and', 'large', 'the', 'sleeves', 'were', 'tight', 'yet', 'the', 'back', 'of', 'the', 'shirt', 'flowed', 'way', 'too', 'much', 'making', 'the', 'shirt', 'look', 'huge', 'on', 'me', 'perhaps', 'a', 'more', 'fitted', 'back', 'and', 'i', 'would', 'have', 'been', 'in', 'love'] ['love', 'the', 'blue', 'color', ',2,0,0', 'general', 'tops', 'knits'] ['7615,917,31', 'beautiful', 'sweater', 'easy', 'i', 'bought', 'a', 'medium', 'my', 'usual', 'size', 'and', 'had', 'to', 'exchange', 'for', 'a', 'small', 'i', 'love', 'flowy', 'sweaters', 'but', 'this', 'one', 'truly', 'fits', 'one', 'size', 'big', 'the', 'arms', 'and', 'body', 'of', 'the', 'sweater', 'fit', 'larger', 'beautiful', 'sweater', 'with', 'jeans', 'or', 'legging-', 'ca', "n't", 'wait', 'to', 'wear', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['7616,833,43', 'soft', 'and', 'pretty', 'love', 'this', 'top', 'it', 'looks', 'just', 'as', 'pictured', 'the', 'lilac', 'color', 'is', 'just', 'as', 'it', 'looks', 'which', 'i', 'am', 'happy', 'about', 'sometimes', 'this', 'shade', 'ends', 'up', 'darker', 'than', 'it', 'appears', 'online', 'but', 'not', 'with', 'this', 'top', 'it', 'is', 'soft', 'velvet', 'silky', 'lining', 'and', 'hits', 'right', 'where', 'it', 'does', 'on', 'model', 'i', 'got', 'a', 'pxs', 'my', 'usual', 'size', 'i', 'am', '5', '3', 'the', 'neck', 'is', 'a', 'bit', 'tight', 'once', 'buttons', 'are', 'buttoned', 'up', 'but', 'again', 'this', 'is', 'pictured', 'well', 'made', 'and', 'very', 'pretty', 'can', 'dress', 'up', 'or', 'down', ',5,1,0', 'general', 'tops', 'blouses'] ['7617,816,56', 'party', 'in', 'plaid', 'this', 'blouse', 'is', 'the', 'definition', 'of', 'how', 'to', 'wear', 'plaid', 'and', 'not', 'feel', 'like', 'a', 'lumberjack', 'living', 'in', 'l.a.', 'it', "'s", '90', 'degrees', 'one', 'day', 'and', '60', 'the', 'next', 'the', 'lightweight', 'fabric', 'is', 'perfect', 'for', 'our', 'ever', 'changing', 'climate', 'it', 'runs', 'true', 'to', 'size', 'and', 'is', 'very', 'comfy', 'thinking', 'of', 'wearing', 'it', 'for', 'thanksgiving', 'dinner', ',5,1,0', 'general', 'tops', 'blouses'] ['7618,912,40', 'too', 'disproportionate', 'i', 'love', 'belted', 'sweaters', 'but', 'this', 'was', 'way', 'too', 'low', 'in', 'front', 'it', 'hung', 'almost', 'to', 'my', 'knees', 'in', 'front', 'i', "'m", 'not', 'a', 'fan', 'of', 'that', 'look', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7619,854,38', 'beautiful', 'embroidery', 'the', 'embroidery', 'around', 'the', 'chest/collar', 'is', 'lovely', 'but', 'the', 'lower', 'half', 'of', 'the', 'shirt', 'did', "n't", 'fit', 'my', 'post-pregnancy', 'bod', 'it', "'s", 'going', 'back.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7620,868,26', 'purchase', 'immediately', 'i', 'do', 'not', 'think', 'i', 'could', 'express', 'how', 'much', 'i', 'love', 'this', 'top', 'it', 'is', 'so', 'flattering', 'and', 'soft', 'i', 'love', 'that', 'the', 'bottom', 'half', 'is', 'slightly', 'sheer', 'and', 'a', 'different', 'fabric', 'than', 'the', 'top', 'it', 'is', 'stretchy', 'which', 'for', 'me', 'is', 'a', 'wonderful', 'thing', 'i', 'purchased', 'the', 'day', 'it', 'came', 'in', 'store', 'it', 'is', 'quickly', 'prone', 'to', 'pilling', 'though', 'with', 'the', 'style', 'of', 'shirt', 'it', "'s", 'not', 'so', 'bad', 'but', 'kind', 'of', 'unfortunate', 'for', 'a', 'top', 'that', 'is', 'almost', '100', ',5,1,3', 'general', 'tops', 'knits'] ['7621,815,42', 'truly', 'outstanding', 'i', 'reserve', 'my', '5', 'star', 'reviews', 'for', 'products', 'that', 'are', 'made', 'well', 'are', 'a', 'good', 'value', 'and', 'have', 'great', 'style', 'this', 'is', 'one', 'of', 'those', 'rare', 'gems'] [] ['the', 'top', 'is', 'just', 'beautiful', 'in', 'person', 'very', 'lightweight', 'almost', 'voile-like', 'cotton', 'so', 'soft', 'and', 'drapey', 'and', 'yes', 'you', 'will', 'need', 'a', 'base', 'layer', 'it', "'s", 'meant', 'to', 'be', 'very', 'sheer', 'and', 'the', 'crochet', 'and', 'lace', 'insets', 'all', 'over', 'the', 'top', 'are', 'stunning'] [] ['the', 'fit', 'is', 'somewhere', 'between', 'tts', 'and', 'slightly', 'oversized', 'but', 'the', 'shoulders', 'are', 'pretty', 'tts', 'which', 'means', 'it', 'avoids', 'looking', 'like', 'you', "'re", ',5,1,25', 'general', 'tops', 'blouses'] ['7622,815,41', 'just', 'meh', 'i', 'feel', 'like', 'i', 'have', 'a', 'lot', 'of', 'blouses', 'like', 'this', 'so', 'it', 'really', 'needed', 'to', 'wow', 'me', 'to', 'keep', 'it', 'and', 'while', 'it', 'is', 'lovely', 'well', 'made', 'and', 'very', 'pretty', 'and', 'delicate', 'i', 'just', 'did', "n't", 'feel', 'like', 'it', 'was', 'anything', 'special', 'if', 'you', 'do', "n't", 'have', 'a', 'blouse', 'like', 'this', 'then', 'it', 'is', 'a', 'great', 'find', 'but', 'it', 'is', 'nothing', 'super', 'out', 'of', 'the', 'ordinary', 'fit', 'i', 'feel', 'is', 'tts', 'i', 'am', 'in', 'between', 'a', 'm', 'and', 'l', 'i', 'ordered', 'the', 'l.', 'lots', 'of', 'room', 'in', 'the', 'body', 'although', 'i', 'did', "n't", 'like', 'where', 'the', 'arms', 'hit', 'on', 'me', 'they', 'are', "n't", 'wrist', 'length', 'but', 'they', 'are', "n't", 'mid-fore', ',5,1,6', 'general', 'tops', 'blouses'] ['7623,1001,48', 'gorgeous', 'but', 'pricy', 'i', 'found', 'this', 'skirt', 'in', 'a', 'size', '8', 'at', 'my', 'local', 'retailer', 'store', 'i', 'admired', 'it', 'on', 'the', 'website', 'but', 'to', 'see', 'and', 'feel', 'it', 'in', 'person', 'was', 'very', 'appealing', 'i', 'tried', 'it', 'on', 'and', 'it', 'fit', 'beautifully', 'a', 'style', 'that', 'looks', 'great', 'on', 'my', 'figure', 'i', 'love', 'the', 'mohair', 'weave', 'of', 'the', 'color', 'block', 'sections', 'the', 'negative', 'is', 'this', 'skirt', 'is', 'really', 'pricy', 'but', 'i', 'had', 'my', 'birthday', 'discount', 'and', 'since', 'the', 'size', '8', 'was', 'sold', 'out', 'online', 'and', 'this', 'skirt', 'must', 'have', 'been', 'a', 'return', 'the', 'chances', 'of', 'it', 'going', 'on', 'sale', 'in', 'a', 'size', '8', 'were', 'very', 'slim', 'i', 'am', 'still', 'admirin', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7624,820,56', 'on', 'the', 'fence', 'some', 'problems', 'the', 'top', 'on', 'the', 'model', 'in', 'the', 'photo', 'is', 'a', 'true', 'ivory', 'but', 'the', 'top', 'in', 'reality', 'is', 'more', 'beige', 'well', 'i', "'m", 'blonde', 'with', 'fair', 'skin', 'so', 'i', "'m", 'not', 'sure', 'this', 'is', 'going', 'to', 'work', 'it', 'also', 'looks', 'more', 'dressy', 'in', 'the', 'photo', 'than', 'it', 'does', 'in', 'reality', 'i', 'think', 'the', 'ivory', 'color', 'on', 'the', 'model', 'and', 'the', 'pleats', 'only', 'down', 'the', 'front', 'make', 'it', 'look', 'more', 'dressy', 'but', 'in', 'reality', 'with', 'it', 'really', 'being', 'beige', 'having', 'pleats', 'everywhere', 'and', 'being', 'a', 'crinkly', 'fabric', 'it', 'looks', 'more', 'casual', 'i', 'had', 'wanted', 'it', 'to', 'be', 'more', 'dressy', 'to', 'pair', 'with', 'skirts', ',2,0,4', 'general', 'tops', 'blouses'] ['7625,895,51', 'unique', 'cute', 'piece', 'this', 'sweater', 'looks', 'exactly', 'as', 'represented', 'in', 'the', 'picture', 'the', 'detail', 'on', 'the', 'cuffs', 'neckline', 'and', 'hemline', 'make', 'it', 'unique', 'and', 'set', 'it', 'apart', 'from', 'the', 'typical', 'patterned', 'sweater', 'i', "'ve", 'worn', 'it', 'twice', 'already', 'and', 'i', "'m", 'very', 'pleased', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['7626,895,25', 'unique', 'and', 'cozy', 'i', 'was', 'drawn', 'to', 'this', 'sweater', 'for', 'its', 'vibrant', 'colours', 'and', 'unique', 'pattern', 'i', 'tried', 'it', 'on', 'and', 'immediately', 'fell', 'in', 'love', 'with', 'the', 'comfort', 'quality', 'and', 'design', 'it', 'is', 'a', 'little', 'short', 'but', 'this', 'minor', 'issue', 'is', 'easily', 'fixed', 'with', 'by', 'wearing', 'a', 'neutral', 'colored', 'undershirt/camisole', 'the', 'cuffed', 'sleeves', 'reveal', 'a', 'matching', 'pattern', 'and', 'can', 'be', 'rolled', 'down', 'or', 'up', 'i', 'usually', 'wear', 'a', 'xs', 'or', 's', 'in', 'retailer', "'s", 'clothes', 'but', 'i', 'sized', 'up', 'to', 'a', 'm', 'on', 'this', 'one', 'definitely', 'worth', 'it', 'this', 'is', 'a', 'festive', 'winter', 'piece', 'that', 'can', 'be', 'dressed', 'up', 'o', ',5,1,13', 'general', 'tops', 'fine', 'gauge'] ['7627,838,73', 'needs', 'a', 'better', 'discription', 'i', 'was', 'so', 'excited', 'for', 'this', 'to', 'arrive', 'at', 'the', 'end', 'of', 'last', 'summer', 'my', 'favorite', 'shirt', 'you', 'know', 'the', 'kind', 'dresses', 'up', 'or', 'down', 'with', 'ease', 'it', "'s", 'your', 'go', 'to', 'for', 'work', 'or', 'a', 'night', 'out', 'with', 'friends', 'was', 'ruined', 'and', 'i', 'have', 'been', 'searching', 'for', 'the', 'perfect', 'replacement', 'i', 'thought', 'that', 'this', 'would', 'be', 'a', 'good', 'contender', 'but', 'i', 'was', 'ever', 'so', 'disppaointed', 'when', 'i', 'opened', 'the', 'bag'] [] ['firstly', 'the', 'base', 'color', 'is', 'not', 'accurately', 'represented', 'in', 'the', 'photograph', 'in', 'person', 'its', 'more', 'of', 'a', 'peachy', 'off-whte', 'instead', 'of', 'white', 'still', 'pr', ',1,0,19', 'general', 'tops', 'blouses'] ['7628,816,66', 'soft', 'and', 'flattering', 'this', 'is', 'a', 'very', 'flattering', 'blouse', 'but', 'it', 'should', 'be', 'noted', 'that', 'holding', 'horses', 'tends', 'to', 'run', 'large', 'in', 'size', 'so', 'order', 'down', 'the', 'fabric', 'is', '100', 'cotton', 'gauzy', 'and', 'light', 'it', 'is', 'very', 'soft', 'on', 'the', 'skin', 'i', 'was', 'a', 'bit', 'uncertain', 'whether', 'to', 'keep', 'it', 'at', 'first', 'because', 'it', 'required', 'a', 'bit', 'of', 'adjusting', 'in', 'the', 'way', 'it', 'falls', 'once', 'on', 'but', 'i', 'decided', 'to', 'keep', 'it', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', 'is', 'nice', 'looking', 'with', 'jeans', 'and', 'leggings', 'because', 'the', 'back', 'of', 'the', 'blouse', 'is', 'longer', 'and', 'because', 'of', 'the', 'lightness', 'of', 'the', 'fabric', 'it', 'does', 'not', 'app', ',5,1,3', 'general', 'tops', 'blouses'] ['7629,1033,65', 'comfortable', 'and', 'stylish', 'with', 'great', 'fit', 'finding', 'boyfriend', 'jeans', 'that', 'actually', 'look', 'flattering', 'can', 'be', 'tricky', 'these', 'fit', 'the', 'bill', 'not', 'too', 'baggy', 'with', 'a', 'lovely', 'side', 'view', 'silhouette', 'and', 'a', 'front', 'silhouette', 'that', 'does', 'not', 'make', 'you', 'look', 'larger', 'than', 'you', 'actually', 'are', 'i', 'instantly', 'knew', 'that', 'i', 'had', 'to', 'have', 'these', 'look', 'supercute', 'with', 'the', 'legs', 'rolled', 'up', 'or', 'as', 'shown', 'in', 'the', 'picture', 'the', 'denim', 'is', 'soft', 'and', 'the', 'creasing', 'and', 'finish', 'do', 'not', 'look', 'too', 'contrived', 'i', 'sized', 'down', 'a', 'size', 'and', 'the', 'fit', 'is', 'perfect', 'highly', 'recommend', ',5,1,8', 'general', 'bottoms', 'jeans'] ['7630,820,34', 'much', 'lovelier', 'in', 'person', 'a', 'sales', 'associate', 'suggested', 'this', 'top', 'and', 'i', "'m", 'glad', 'she', 'did', 'it', "'s", 'easy', 'to', 'miss', 'at', 'first'] [] ['pros'] ['beautiful', 'detailing', 'at', 'the', 'bottom', 'that', 'is', "n't", 'as', 'evident', 'from', 'pics', 'here', 'it', 'really', 'sets', 'the', 'top', 'apart'] ['double-layered', 'but', 'breathable', 'fabric', 'means', 'no', 'see-through', 'issues', 'and', 'can', 'be', 'worn', 'in', 'the', 'hot', 'summer', 'months', 'ahead'] ['lace', 'detailing', 'at', 'the', 'top', 'is', 'nice', 'and', 'elegant'] ['roomy', 'without', 'being', 'too', 'boxy', 'nice', 'flow'] ['great', 'fabric', 'forgiving', 'fit'] ['can', 'be', 'dressed', 'up', 'or', 'down'] ['lengt', ',4,1,20', 'general', 'tops', 'blouses'] ['7631,838,36', 'i', 'like', 'it', 'based', 'on', 'other', 'reviews', 'i', 'was', 'hesitant', 'to', 'order', 'but', 'i', 'loved', 'the', 'colors', 'and', 'design', 'in', 'the', 'blouse', 'it', 'was', 'on', 'major', 'sale', 'so', 'i', 'took', 'a', 'chance', 'and', 'could', 'not', 'be', 'more', 'pleased', 'it', 'is', 'very', 'sheer', 'as', 'other', 'reviewers', 'have', 'noted', 'so', 'i', 'was', 'expecting', 'that', 'i', 'wear', 'a', 'cami', 'under', 'nearly', 'everything', 'so', 'no', 'problem', 'for', 'me', 'the', 'colors', 'are', 'tdf', 'and', 'i', 'can', 'wear', 'well', 'into', 'fall', 'down', 'here', 'in', 'south', 'ms.', 'there', 'were', 'a', 'few', 'strands', 'of', 'thread', 'hanging', 'from', 'various', 'seams', 'but', 'i', 'gently', 'clipped', 'with', 'scissors', 'if', 'you', 'are', 'attracted', 'to', 'the', 'to', ',4,1,0', 'general', 'tops', 'blouses'] ['7632,868,28', 'loooovvvvveee', 'this', 'shirt', 'is', 'so', 'comfortable', 'and', 'flattering', 'the', 'quality', 'is', 'really', 'good', 'but', 'i', 'would', 'definitely', 'size', 'down', 'it', "'s", 'not', 'too', 'heavy', 'and', 'can', 'be', 'worn', 'with', 'skinny', 'jeans/jeggings', ',5,1,0', 'general', 'tops', 'knits'] ['7633,1098,39', 'my', 'life', 'is', 'finally', 'complete', 'now', 'that', 'i', 'have', 'this', 'dress', 'in', 'my', 'life', 'i', 'think', 'my', 'wardrobe', 'is', 'done', 'there', 'is', 'nothing', 'but', 'love', 'for', 'this', 'dress', 'as', 'it', 'hits', 'all', 'the', 'correct', 'points', 'great', 'fit', 'flattering', 'silhouette', 'comfortable', 'fabric', 'shape', 'enhancing', 'cut', 'and', 'the', 'easiest', 'casual', 'style', 'ever', 'i', 'got', 'the', '10p', 'and', 'my', 'body', 'is', '5', '3', '140', '36dd', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7634,868,29', 'soft', 'blouse', 'this', 'is', 'one', 'of', 'the', 'softest', 'blouses', 'i', 'now', 'own', 'it', 'feels', 'and', 'wears', 'like', 'a', 'premium', 'blouse', 'i', 'love', 'it', 'and', 'it', 'actually', 'makes', 'my', 'backside', 'look', 'smaller', 'too', 'even', 'though', 'it', 'is', 'flowy', 'it', 'is', 'true', 'to', 'size', 'if', 'you', 'have', 'small', 'arms', 'and', 'a', 'chest', 'than', 'you', 'could', 'go', 'down', 'a', 'size', 'this', 'is', 'one', 'of', 'my', 'new', 'favorite', 'purchases', 'and', 'i', 'wear', 'it', 'with', 'the', 'cabled', 'knit', 'bomber', 'and', 'boots', ',5,1,14', 'general', 'tops', 'knits'] ['7635,964,46', 'geneva', 'anorak', 'the', 'color', 'and', 'design/style', 'are', 'cute', 'but', 'i', 'found', 'this', 'to', 'be', 'too', 'oversized', 'if', 'you', 'want', 'to', 'layer', 'it', 'then', 'it', 'might', 'be', 'for', 'you', 'but', 'i', 'was', 'hoping', 'for', 'more', 'of', 'a', 'tailored', 'look', ',3,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7636,465,23', 'beautiful', 'print', 'the', 'print', 'on', 'this', 'top', 'is', 'even', 'more', 'gorgeous', 'in', 'person', 'the', 'fit', 'was', 'great', 'and', 'the', 'removable', 'halter', 'strap', 'is', 'always', 'a', 'plus', 'this', 'swim', 'top', 'however', 'does', "n't", 'have', 'padding', 'and', 'the', 'material', 'is', 'slightly', 'thin', 'so', 'this', 'could', 'cause', 'an', 'issue', 'for', 'some', 'overall', 'however', 'it', 'looked', 'great', 'for', 'reference', 'i', 'am', 'an', 'a', 'cup', 'and', 'purchase', 'the', 'small', ',4,1,1', 'initmates', 'intimate', 'swim'] ['7637,964,35', 'channel', 'your', 'inner', 'joanna', 'gaines', 'this', 'anorak', 'is', 'perfection', 'perfect', 'weight', 'color', 'and', 'the', 'style', 'is', 'super', 'easy', 'to', 'wear', 'i', 'found', 'this', 'to', 'fit', 'true', 'to', 'size', 'and', 'not', 'oversized', 'at', 'all', 'i', "'m", '5', '3', '130lbs', '32d', 'with', 'an', 'average', 'build/frame', 'and', 'i', 'took', 'a', 'size', 'small', 'i', 'can', 'comfortably', 'wear', 'a', 'long', 'sleeved', 'shirt', 'underneath', 'or', 'even', 'a', 'thin', 'sweater', 'i', 'think', 'xs', 'would', 'have', 'been', 'too', 'tight', 'in', 'the', 'shoulders/bust', 'it', 'fits', 'perfectly', 'and', 'i', 'love', 'the', 'inner', 'drawstrings', 'that', 'you', 'can', 'pull', 'to', 'give', 'it', 'a', 'little', 'more', 'shape', 'i', 'got', 'this', 'during', 'the', '30', 'off', 'promo', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7638,820,44', 'fantastic', 'blouse', 'i', 'love', 'this', 'top', 'the', 'top', 'has', 'nice', 'details', 'and', 'is', 'not', 'too', 'sheer', 'it', 'did', 'have', 'a', 'smell', 'at', 'first', 'but', 'that', "'s", 'gone', 'now.,5,1,0', 'general', 'tops', 'blouses'] ['7639,1166,26', 'love', 'retailer', 'bathing', 'suits', 'perfect', 'fit', 'and', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'i', 'buy', 'all', 'my', 'suits', 'from', 'here', 'now', ',5,1,1', 'initmates', 'intimate', 'swim'] ['7640,868,52', 'love', 'the', 'fabric', 'and', 'the', 'hi-low', 'style', 'this', 'is', 'a', 'subtle', 'classy', 'shirt', 'i', "'m", '5', '7', '122', 'lbs', 'and', 'an', 'xs', 'fit', 'perfectly', 'shirts', 'like', 'these', 'that', 'do', "n't", 'fit', 'snugly', 'on', 'my', 'back', 'cover', 'my', 'poor', 'posture', 'genetic', 'and', 'make', 'me', 'look', 'like', 'i', 'am', 'standing', 'up', 'straight', 'nice', ',5,1,0', 'general', 'tops', 'knits'] ['7641,854,26', 'like', 'it', 'but', 'armholes', 'are', 'too', 'big', 'i', 'like', 'this', 'top', 'it', 'went', 'well', 'with', 'my', 'olive', 'pant', 'i', 'tried', 'in', 'l', 'and', 'xl', 'l', 'was', 'a', 'tad', 'fitted', 'around', 'my', 'tummy', 'xl', 'armholes', 'were', 'too', 'big', 'and', 'neckline', 'was', 'too', 'low', 'i', 'really', 'wanted', 'to', 'keep', 'this', 'top', 'but', 'the', 'low', 'neckline', 'just', 'did', "n't", 'work', 'i', 'am', 'busty', 'perhaps', 'it', 'may', 'work', 'better', 'for', 'a', 'slender', 'frame', 'i', 'recommend', 'this', 'top', 'because', 'it', 'is', 'pretty', 'but', 'the', 'fit', 'is', 'selective', 'so', 'its', 'best', 'to', 'try', 'out', 'a', 'couple', 'of', 'sizes', 'first', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['7642,831,42', 'just', 'lovely', 'i', 'am', 'a', 'petite', 'person', 'with', 'broad', 'shoulders', 'and', 'got', 'this', 'in', 'a', 'size', 'small', 'i', 'absolutely', 'love', 'it', 'it', 'is', 'similar', 'to', 'how', 'it', 'looks', 'online', 'but', 'is', 'even', 'better', 'in', 'person', 'you', 'could', 'wear', 'this', 'with', 'just', 'about', 'anything', 'so', 'glad', 'i', 'bought', 'it.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7643,475,34', 'so', 'comfy', 'this', 'is', 'an', 'awesome', 'bra', 'it', 'has', 'a', 'reinforced', 'cup', 'underneath', 'although', 'not', 'an', 'underwire', 'which', 'i', 'like', 'i', 'was', 'a', 'little', 'worried', 'that', 'it', "'d", 'be', 'huge', 'as', 'i', "'m", 'on', 'the', 'smaller', 'side', 'of', 'the', 'natori', '36b', 'in', 'other', 'bras', 'but', 'it', 'fits', 'well', 'and', 'seems', 'like', 'it', 'would', 'accommodate', 'b', 'or', 'c', 'cup', 'ladies', 'the', 'lace', 'is', 'pretty', 'and', 'it', 'is', 'well', 'made', 'i', 'want', 'more', 'colors', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['7644,1009,22', 'cute', 'but', 'size', 'up', 'i', 'tried', 'on', 'this', 'skirt', 'in', 'stores', 'and', 'loved', 'it', 'the', 'only', 'thing', 'is', 'i', "'m", 'usually', 'a', '2', 'or', 'a', '26', 'and', 'had', 'to', 'buy', 'a', '6.', 'for', 'reference', 'i', "'m", '5', '7', 'and', 'about', '120', 'pounds', 'if', 'you', 'want', 'to', 'tuck', 'a', 'light', 'sweater', 'or', 'really', 'anything', 'in', 'i', "'d", 'recommend', 'you', 'go', 'up', 'a', 'size', 'as', 'well', ',5,1,11', 'general', 'bottoms', 'skirts'] ['7645,1072,30', 'happy', 'with', 'my', 'purchase', 'i', 'recently', 'purchased', 'this', 'dress', 'and', 'i', 'am', 'very', 'happy', 'with', 'the', 'quality', 'it', 'is', 'a', 'little', 'bigger', 'than', 'i', 'anticipated', 'but', 'nothing', 'that', 'ca', "n't", 'be', 'fixed', 'with', 'a', 'cute', 'belt', 'the', 'embroidery', 'detailing', 'is', 'gorgeous', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7646,1009,35', 'sizing', 'off', 'love', 'the', 'design', 'material', 'and', 'color', 'the', 'sizing', 'as', 'listed', 'is', 'waaaaay', 'off', 'running', 'small', 'returned', 'to', 'store', 'after', 'purchase', 'online', '3', 'times', 'to', 'get', 'one', 'that', 'fits', 'which', 'was', 'at', 'least', 'generally', 'easy', 'o', ',3,0,1', 'general', 'bottoms', 'skirts'] ['7647,824,32', 'cute', 'piece', 'for', 'fall', 'i', 'ended', 'up', 'ordering', 'this', 'in', 'a', 'petite', 'online', 'after', 'trying', 'it', 'on', 'in', 'store', 'i', 'found', 'the', 'regular', 'length', 'to', 'be', 'a', 'bit', 'too', 'long', 'and', 'flowy', 'and', 'i', 'preferred', 'it', 'to', 'be', 'more', 'tailored', 'it', "'s", 'very', 'cute', 'and', 'on', 'trend', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'some', 'dark', 'flare', 'jeans', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7648,1009,39', 'love', 'this', 'is', 'a', 'great', 'casual', 'skirt', 'i', 'ordered', 'the', '0p', 'or', 'xs', 'petite', 'and', 'it', 'fit', 'perfectly', 'both', 'colors', 'are', 'nice', 'i', 'do', "n't", 'think', 'i', 'could', 'choose', 'though', 'i', 'do', 'have', 'a', 'taupe', 'skirt', 'so', 'leaning', 'towards', 'the', 'slate', 'color', 'the', 'fit', 'is', 'also', 'flattering', 'waist', 'is', 'snug', 'but', 'not', 'tight', 'the', 'fabric', 'is', 'soft', 'could', 'wear', 'in', 'the', 'fall', 'or', 'even', 'winter', 'with', 'tights', 'i', 'recommend', '115', 'lbs', '26.5', 'in', 'waist', ',5,1,4', 'general', 'bottoms', 'skirts'] ['7649,1072,56', 'fits', 'the', 'need', 'i', 'was', 'looking', 'for', 'a', 'dress', 'that', 'was', 'short', 'sleeved', 'but', 'not', 'sleeveless', 'this', 'fit', 'my', 'needs', 'not', 'too', 'short', 'nice', 'v', 'neck', 'but', 'not', 'deep', 'pretty', 'embroidery', 'overall', 'i', 'like', 'the', 'dress', 'here', 'are', 'a', 'couple', 'of', 'downsides', 'i', 'wore', 'the', 'dress', 'with', 'tights', 'and', 'due', 'to', 'the', 'nature', 'of', 'the', 'fabric', 'cotton', 'there', 'was', 'no', "'glide", 'and', 'therefore', 'it', 'rode', 'up', 'with', 'the', 'tights', 'also', 'it', "'s", 'a', 'bit', 'wide', 'int', 'he', 'mid', 'section', 'i', 'wanted', 'an', "'easy", 'and', 'not', 'tight/form', 'fitting', 'dress', 'but', 'this', 'does', 'have', 'almost', 'too', 'much', 'fabric', 'in', 'the', 'mid', 'section', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7650,1072,39', 'nice', 'dress', 'for', 'reference', 'i', 'am', '5', '3', '121', 'lbs', 'and', 'i', 'usually', 'wear', 'a', 'size', '6', 'or', '8.', 'i', 'got', 'a', 'size', 'small', 'and', 'it', 'was', 'still', 'at', 'bit', 'large', 'my', 'bf', 'said', 'it', 'was', 'a', 'nice', 'dress', 'to', 'wear', 'around', 'the', 'house', 'like', 'a', 'house', 'dress', 'a', 'bit', 'pricey', 'for', 'that', 'but', 'the', 'way', 'it', 'hangs', 'it', 'does', 'look', 'like', 'a', 'house', 'dress', 'or', 'a', 'bit', 'like', 'a', 'sack', 'i', 'kept', 'it', 'only', 'because', 'i', 'was', 'looking', 'for', 'casual', 'dresses', 'i', 'wore', 'it', 'out', 'and', 'got', 'a', 'few', 'compliments', 'prob', 'cuz', 'i', 'never', 'wear', 'dresses', 'good', 'luck.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7651,1009,34', 'cute', 'skirt', 'like', 'most', 'of', 'the', 'other', 'reviewers', 'i', 'agree', 'this', 'skirt', 'runs', 'quite', 'small', 'i', 'had', 'to', 'size', 'up', '2', 'sizes', 'the', 'waist', 'is', 'quite', 'small', 'but', 'there', 'are', 'parts', 'that', 'are', 'elasticized', 'nicely', 'hidden', 'and', 'the', 'skirt', 'flares', 'nicely', 'and', 'maintains', 'a', 'structured', 'yet', 'flowing', 'drape', 'i', 'bought', 'the', 'skirt', 'in', 'both', 'colors', 'and', 'it', 'looks', 'great', 'both', 'with', 'and', 'without', 'the', 'tie', 'i', 'think', 'it', 'will', 'work', 'nicely', 'year', 'round', 'too', ',5,1,1', 'general', 'bottoms', 'skirts'] ['7652,1072,25', 'gorgeous', 'detail', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'as', 'soon', 'as', 'i', 'came', 'across', 'it', 'online', 'ordered', 'the', 'dress', 'in', 'a', 'large', 'and', 'it', 'fit', 'perfectly', 'i', "'m", 'smaller', 'on', 'top', 'and', 'larger', 'at', 'the', 'bottom', 'pear', 'shaped', 'the', 'dress', 'fit', 'well', 'and', 'hid', 'all', 'of', 'my', 'flaws', 'only', 'problem', 'was', 'that', 'it', 'wrinkled', 'very', 'easily', 'and', 'im', 'wondering', 'if', 'i', 'received', 'a', 'dress', 'that', 'was', 'sitting', 'around', 'for', 'awhile', 'since', 'it', 'was', 'covered', 'with', 'lint', 'and', 'white', 'fuzz', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'other', 'than', 'that', 'the', 'design', 'was', 'absolutely', 'beautiful', 'with', 'incredible', 'embroidery', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7653,1072,40', 'nice', 'design', 'but', 'very', 'wrinkly', 'fabric', 'that', 'does', "n't", 'fall', 'well', 'also', 'as', 'has', 'happened', 'to', 'me', 'before', 'retailer', 'sent', 'me', 'a', 'dress', 'clearly', 'worn/used', 'and', 'returned', 'by', 'someone', 'else', 'with', 'hair', 'all', 'over', 'it', 'you', 'would', 'think', 'they', 'would', 'at', 'least', 'look', 'at', 'returned', 'dresses', 'to', 'make', 'sure', 'that', 'the', 'returned', 'clothes', 'were', 'free', 'of', 'stains', 'and', 'hair', 'before', 'they', 'send', 'them', 'out', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7654,1072,52', 'gorgeous', 'fabric', 'fit', 'needs', 'tweaking', 'the', 'fabric', 'is', 'beautiful', 'the', 'embroidery', 'quite', 'striking', 'and', 'the', 'length', 'is', 'perfect', 'however', 'the', 'dress', 'is', 'a', 'bit', 'amorphous', 'and', 'as', 'others', 'have', 'mentioned', 'the', 'sleeves', 'are', 'silly', 'so', 'i', 'took', 'the', 'dress', 'to', 'my', 'favorite', 'seamstress', 'and', 'she', 'added', 'a', 'couple', 'of', 'darts', 'in', 'the', 'back', 'and', 'fixed', 'the', 'sleeves', 'voila', 'these', 'were', "n't", 'expensive', 'fixes', 'and', 'now', 'the', 'dress', 'is', 'perfect', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7655,1009,60', 'perfect', 'everyday', 'skirt', 'love', 'this', 'skirt', 'the', 'material', 'is', 'so', 'soft', 'and', 'flowy', 'but', 'holds', 'a', 'nice', 'a-line', 'shape', 'i', 'do', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'this', 'does', 'run', 'a', 'bit', 'small', 'i', 'am', 'a', '26', 'waist', 'and', 'purchased', 'a', '4', 'and', 'i', 'could', 'probably', 'have', 'considered', 'sizing', 'up', 'to', 'the', '6', 'easily', 'as', 'well', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7656,877,34', 'meh', 'it', "'s", 'a', 'rather', 'boring', 'tank', 'i', 'thought', 'it', "'d", 'be', 'perfect', 'under', 'a', 'cardigan', 'for', 'work', 'but', 'decided', 'against', 'it', 'the', 'fit', 'is', 'boxy', 'and', 'does', 'not', 'look', 'good', 'on', 'a', 'girl', 'with', 'curves', ',2,0,0', 'general', 'tops', 'knits'] ['7657,824,62', 'love', 'this', 'shirt', 'i', 'love', 'the', 'colors', 'originally', 'purchased', 'a', 'large', 'for', 'my', 'broad', 'shoulders', 'and', 'it', 'was', 'too', 'big', 'and', 'too', 'long', 'for', '5', '4', 'exchanged', 'it', 'for', 'a', 'petit', 'medium', 'and', 'it', 'fits', 'great', 'will', 'have', 'to', 'wait', 'for', 'cooler', 'days', 'to', 'wear', 'it', 'since', 'it', 'is', 'a', 'heavy', 'cotton', 'and', 'the', 'weather', 'is', 'still', 'very', 'hot', 'intexas', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['7658,877,22', 'cute', 'casual', 'top', 'the', 'fabric', 'at', 'the', 'trim', 'and', 'shoulders', 'is', 'crepe', 'which', 'is', "n't", 'clear', 'from', 'the', 'photo', 'much', 'nicer', 'in', 'person', 'than', 'online', 'runs', 'large', 'i', 'wear', 'a', 'large', 'in', 'knit', 'tops', '36d', 'and', 'to', 'hide', 'a', 'soft', 'belly', 'but', 'this', 'large', 'was', 'too', 'big', 'armholes', 'showed', 'my', 'bra', 'and', 'it', 'was', 'rather', 'wide', 'and', 'boxy', 'i', "'ll", 'exchange', 'for', 'a', 'm', 'because', 'i', 'think', 'i', "'ll", 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'this', 'summer', 'a', 'casual', 'tank', 'with', 'a', 'little', 'spunk', 'cute', ',4,1,9', 'general', 'tops', 'knits'] ['7659,824,49', 'runs', 'large', 'definitely', 'was', 'disappointed', 'in', 'the', 'fit', 'of', 'this', 'potentially', 'very', 'cute', 'shirt', 'just', 'too', 'large', 'too', 'much', 'fabric', 'for', 'me', 'i', "'m", 'usually', 'an', 'xs', 'and', 'there', 'was', 'just', 'no', 'shape', 'to', 'that', 'size', 'for', 'my', 'small', 'bod', 'i', 'would', "n't", 'have', 'minded', 'the', 'longer', 'length', 'if', 'there', 'had', 'been', 'a', 'better', 'fit', 'up', 'top', 'i', 'think', 'the', 'colors', 'are', 'also', 'a', 'bit', 'duller', 'in', 'person', 'love', 'the', 'concept', 'though', ',3,0,4', 'general', 'petite', 'tops', 'blouses'] ['7660,1009,35', 'nice', 'basic', 'this', 'is', 'a', 'good', 'basic', 'casual', 'skirt', 'and', 'the', 'grayish', 'color', 'is', 'a', 'great', 'neutral', 'i', 'saw', 'it', 'in', 'store', 'just', 'kind', 'of', 'hanging', 'by', 'itself', 'and', 'decided', 'to', 'try', 'it', 'on', 'i', 'usually', 'wear', 'a', '6', 'in', 'skirts', 'but', 'always', 'have', 'to', 'size', 'up', 'in', 'hd', 'so', 'i', 'grabbed', 'an', '8', 'which', 'fit', 'well', 'i', 'will', 'say', 'it', "'s", 'definitely', 'a', 'little', 'snug', 'though', 'even', 'sizing', 'up', 'the', 'fabric', 'is', 'soft', 'and', 'flowy', 'and', 'will', 'work', 'well', 'for', 'both', 'late', 'summer', 'and', 'early', 'fall', 'i', "'d", 'recommend', 'it', ',4,1,2', 'general', 'bottoms', 'skirts'] ['7661,405,36', 'runs', 'large', 'these', 'run', 'very', 'large', 'i', 'wear', 'a', '25', 'or', '26', 'in', 'paige', 'jeans', 'and', 'the', '25', 'in', 'these', 'shorts', 'were', 'way', 'too', 'big', 'i', 'fear', 'if', 'i', 'got', 'the', '24', 'they', 'would', 'be', 'a', 'little', 'short', ',3,1,2', 'general', 'bottoms', 'shorts'] ['7662,824,70', 'beautiful', 'colors/quality', 'material', 'really', 'pretty', 'top', 'very', 'different', 'colors', 'and', 'style', 'nothing', 'like', 'anything', 'i', 'have', 'delivered', 'in', 'timely', 'manner', 'highly', 'recommend.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7663,877,37', 'cute', 'but', 'boxy', 'cute', 'top', 'i', 'always', 'get', 'compliments', 'when', 'i', 'wear', 'it', 'a', 'little', 'boxy', 'in', 'style,4,1,2', 'general', 'tops', 'knits'] ['7664,1078,39', 'too', 'itchy', 'too', 'metallic', 'this', 'pretty', 'bohemian', 'dress', 'is', 'murdered', 'by', 'the', 'horrible', 'rayon', 'fabric', 'with', 'metallic', 'thread', 'that', 'feels', 'like', 'little', 'needles', 'pricking', 'my', 'skin', 'i', 'have', 'a', 'pretty', 'high', 'itch', 'tolerance', 'as', 'wool', 'does', "n't", 'bother', 'me', 'too', 'much', 'i', "'m", 'not', 'sure', 'how', 'most', 'of', 'the', 'reviewers', 'are', 'tolerating', 'this', 'dress', 'even', 'with', 'the', 'slip', 'which', 'does', "n't", 'cover', 'the', 'arms', 'and', 'makes', 'me', 'want', 'to', 'tear', 'this', 'dress', 'off', 'i', 'decided', 'to', 'keep', 'and', 'wear', 'as', 'an', 'autumn/winter', 'dress', 'in', 'which', 'i', 'will', 'remove', 'the', 'slip', 'wear', 'a', 'deep', 'scoop', 'neck', 'long', 'sleeve', 'top', 'undernea', ',3,1,0', 'general', 'dresses', 'dresses'] ['7665,1072,36', 'poor', 'fit', 'i', 'am', '5', '2', '107lb', 'and', 'an', 'xs', 'petite.the', 'embroidery', 'was', 'the', 'only', 'nice', 'thing', 'about', 'this', 'dress', 'but', 'everything', 'else', 'was', 'really', 'unflattering', 'the', 'huge', 'puffy', 'sleeves', 'especially', 'another', 'reviewer', 'said', 'this', 'was', 'more', 'like', 'a', 'shift', 'and', 'she', 'was', 'right', 'not', 'worth', 'the', 'price', 'on', 'sale', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7666,1009,28', 'great', 'summer', 'skirt', 'love', 'this', 'skirt', 'i', 'did', 'have', 'to', 'get', 'one', 'size', 'larger', 'than', 'usual', 'but', 'the', 'length', 'was', 'perfect', 'on', 'me', 'and', 'i', 'love', 'the', 'color', 'i', 'got', 'the', 'slate', '.can', 'be', 'dressed', 'up', 'or', 'down.,5,1,5', 'general', 'bottoms', 'skirts'] ['7667,1009,33', 'cute', 'but', 'not', 'appropriate', 'for', 'work', 'i', 'wanted', 'this', 'skirt', 'to', 'work', 'it', 'is', 'soft', 'comfortable', 'and', 'cute', 'unfortunately', 'it', 'runs', 'to', 'short', 'i', 'am', '5', '8', 'and', 'would', 'not', 'be', 'able', 'to', 'pull', 'it', 'off', 'at', 'work', 'i', 'ordered', 'a', 'bigger', 'size', 'and', 'it', 'still', 'did', "n't", 'work', ',2,0,1', 'general', 'bottoms', 'skirts'] ['7668,1009,35', ',saw', 'this', 'in', 'my', 'local', 'and', 'retailer', 'store', 'and', 'had', 'to', 'have', 'it', 'well', 'made', 'and', 'easy', 'to', 'dress', 'up', 'for', 'down', 'perfect', 'with', 'a', 'light', 'weight', 'shirt', 'tucked', 'in', 'for', 'summer', 'and', 'early', 'fall', 'i', 'recommend', 'sizing', 'up', 'one', 'size.,5,1,2', 'general', 'bottoms', 'skirts'] ['7669,1009,43', 'worth', 'every', 'penny', 'i', 'bought', 'this', 'skirt', 'in', 'my', 'local', 'store', 'when', 'it', 'first', 'came', 'out', 'i', 'have', 'to', 'say', 'it', 'is', 'one', 'of', 'my', 'best', 'retailer', 'purchases', 'ever', 'fits', 'beautifully', 'works', 'with', 'a', 'tee', 'tank', 'denim', 'shirt', 'and', 'more', 'i', 'get', 'so', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'will', 'be', 'wearing', 'for', 'many', 'summers', 'to', 'come', 'runs', 'tts', 'i', 'am', "5'10", '155', 'pounds', 'and', 'the', '8', 'fit', 'perfectly', 'it', 'is', 'not', 'too', 'short', 'for', 'work', 'but', 'my', 'legs', 'do', 'need', 'to', 'be', 'tan', 'to', 'wear', 'it', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7670,936,56', 'pop', 'sweater', 'great', 'quality-', 'this', 'sweater', 'runs', 'small', 'and', 'not', 'as', 'long', 'as', 'pictured', 'in', 'the', 'catalogue', 'it', "'s", 'perfect', 'over', 'a', 'longer', 'undergarment', 'underneath', 'or', 'over', 'a', 'sleeveless', 'dress', 'i', 'love', 'the', 'color', 'quality', 'i', 'ordered', 'on', 'line', 'decided', 'to', 'keep', 'it', 'yet', 'wear', 'it', 'differently', 'than', 'i', 'originally', 'thought', ',4,1,1', 'general', 'tops', 'sweaters'] ['7671,860,35', 'runs', 'large', 'i', 'absolutely', 'love', 'the', 'look', 'of', 'this', 'shirt', 'with', 'the', 'built', 'in', 'layering', 'piece', 'the', 'overall', 'garment', 'is', 'lightweight', 'and', 'not', 'too', 'heavy', 'even', 'with', 'the', 'added', 'layer', 'however', 'this', 'runs', 'really', 'large', 'in', 'general', 'this', 'brand', 'runs', 'large', 'for', 'me', 'and', 'i', 'would', 'say', 'that', 'if', 'you', 'are', 'used', 'to', 'this', 'brand', 'you', 'can', 'stick', 'with', 'your', 'normal', 'sizing', 'for', 'this', 'brand', 'however', 'compared', 'to', 'other', 'brands', 'it', 'runs', 'very', 'large', 'i', 'think', 'it', 'would', 'work', 'fantastic', 'for', 'me', 'in', 'a', 'different', 'size', 'it', 'is', 'not', 'at', 'all', 'fitting', 'so', 'it', 'would', 'be', 'more', 'like', 'a', ',3,0,17', 'general', 'tops', 'knits'] ['7672,1009,33', 'statement', 'piece', 'such', 'a', 'cute', 'skirt', 'it', 'has', 'a', 'touch', 'of', 'whimsy', 'with', 'this', 'tropical', 'flare', 'that', 'makes', 'me', 'feel', 'pretty', 'it', 'fits', 'well', 'and', 'it', 'is', 'true', 'to', 'size.,5,1,0', 'general', 'bottoms', 'skirts'] ['7673,936,34', 'super', 'cropped', 'sweater', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'in', 'the', 'mail', 'and', 'loved', 'everything', 'about', 'it', 'except', 'for', 'the', 'fact', 'that', 'it', 'was', 'only', 'as', 'long', 'as', 'one', 'inch', 'above', 'my', 'navel', 'i', 'do', "n't", 'know', 'why', 'it', 'looks', 'like', 'a', 'normal', 'length', 'on', 'the', 'model', 'im', 'returning', 'it.,1,0,1', 'general', 'tops', 'sweaters'] ['7674,189,36', 'comfortable', 'and', 'beautiful', 'my', 'review', 'is', 'of', 'the', 'black', 'motif', 'no', 'longer', 'listed', 'online', 'but', 'i', 'saw', 'a', 'bunch', 'in', 'the', 'clearance', 'sock', 'bin', 'at', 'the', 'georgetown', 'dc', 'store', 'today', '12/27/2015'] [] ['i', 'love', 'beautiful', 'and', 'unique', 'socks', 'so', 'i', 'thought', 'i', "'d", 'give', 'these', 'a', 'chance', 'i', 'like', 'them', 'so', 'much', 'that', 'i', 'bought', '3', 'more', 'pairs', 'of', 'the', 'exact', 'same', 'sock', 'now', 'that', 'they', "'re", 'on', 'sale'] [] ['two', 'things', 'i', 'noticed', 'the', 'way', 'the', 'sock', 'is', 'knit', 'when', 'you', 'put', 'it', 'on', 'it', 'no', 'longer', 'has', 'a', 'matte', 'black', 'look', 'in', 'the', 'black', 'areas', 'it', 'is', 'sort', 'of', 'a', 'stretched', 'slightly', 'two-tone', 'look', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['7675,1028,32', ',these', 'are', 'the', 'best', 'jeans', 'ever', 'never', 'wore', 'pilcros', 'before', 'and', 'only', 'ordered', 'them', 'because', 'they', 'were', 'on', 'sale', 'so', 'glad', 'i', 'did', 'now', 'i', "'m", 'hooked', ',5,1,0', 'general', 'bottoms', 'jeans'] ['7676,825,42', 'embroidery', 'love', 'i', 'gave', 'this', 'top', '5', 'stars', 'for', 'the', 'embroidery', 'and', 'fit', 'around', 'the', 'chest/shoulders', 'i', 'wish', 'this', 'top', 'was', 'a', 'little', 'longer', 'as', 'the', 'xsmall', 'was', 'just', 'too', 'short', 'i', "'m", '5', '6', 'and', 'run', 'long-waisted', 'the', 'small', 'fit', 'better', 'in', 'length', 'the', 'way', 'it', 'does', 'on', 'the', 'model', ',5,1,7', 'general', 'tops', 'blouses'] ['7677,860,44', 'too', 'big', 'loved', 'the', 'color', 'and', 'looked', 'super', 'cute', 'in', 'the', 'photo', 'but', 'when', 'i', 'got', 'it', 'home', 'it', 'was', 'way', 'too', 'big', 'in', 'chest', 'area', 'waist', 'area', 'too', 'wide', 'at', 'bottom', 'i', "'m", 'pretty', 'small', 'but', 'i', "'m", 'not', 'sure', 'what', 'the', 'right', 'body', 'shape', 'would', 'be', 'for', 'this', ',3,0,0', 'general', 'tops', 'knits'] ['7678,860,57', ',,5,1,0', 'general', 'tops', 'knits'] ['7679,936,46', 'perfect', 'pop', 'of', 'blue', 'i', 'am', 'so', 'glad', 'that', 'i', 'got', 'this', 'sweater.it', 'is', 'just', 'perfect', ',5,1,0', 'general', 'tops', 'sweaters'] ['7680,936,49', ',,5,1,0', 'general', 'tops', 'sweaters'] ['7681,1009,36', 'love', 'it', 'skirt', 'fits', 'true', 'to', 'size', 'i', 'bought', 'a', 'regular', 'size', '2', 'even', 'though', 'im', 'only', '5', 'feet', 'because', 'i', 'didnt', 'want', 'it', 'too', 'short', 'the', 'size', 'was', 'perfect', 'as', 'it', 'hit', 'right', 'above', 'the', 'knee', 'bold', 'vibrant', 'color', 'and', 'great', 'quality', 'also', 'very', 'unique', 'which', 'is', 'what', 'i', 'look', 'for', 'at', 'ahtro', 'recommend', 'give', 'it', 'a', 'shot', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7682,1009,31', 'beautiful', 'but', 'not', 'for', 'petties', 'this', 'skirt', 'material', 'and', 'quality', 'is', 'top', 'notch', 'i', "'m", 'not', 'a', 'mustard', 'yellow', 'fan', 'but', 'the', 'color', 'combo', 'in', 'this', 'is', 'just', 'stunning', 'i', "'m", '5', '4', '125', '27/4', 'usually', 'and', 'picked', 'a', '4', 'in', 'this', 'which', 'would', 'have', 'been', 'correct', 'the', 'top', 'bad', 'is', 'very', 'thick', 'so', 'it', 'was', 'just', 'too', 'much', 'at', 'my', 'waist', 'in', 'the', 'modeling', 'pick', 'she', 'is', 'covering', 'about', 'half', 'the', 'band', 'with', 'her', 'tied', 'tank', 'top', 'this', 'would', 'look', 'beautiful', 'on', 'anyone', 'approx', '5', '6', 'or', 'over', 'i', 'think', 'oh', 'and', 'the', 'drape', 'is', 'beautiful', 'not', 'super', 'full', ',3,1,13', 'general', 'bottoms', 'skirts'] ['7683,912,34', 'sparkle', 'this', 'has', 'a', 'sparkle', 'that', 'you', 'ca', "n't", 'see', 'in', 'the', 'pictures', 'i', 'returned', 'it', 'the', 'design', 'is', 'cute', 'but', 'not', 'worth', 'the', 'price.,3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7684,1009,26', 'perfect', 'for', 'summer', 'after', 'a', 'rough', 'day', 'at', 'the', 'office', 'i', 'went', 'into', 'my', 'local', 'retailer', 'to', 'seek', 'out', 'some', 'retail', 'therapy', 'i', 'stumbled', 'upon', 'this', 'skirt', 'and', 'knew', 'i', 'had', 'to', 'try', 'it', 'on', 'though', 'it', "'s", 'more', 'than', 'i', 'normally', 'like', 'to', 'spend', 'it', 'was', 'well', 'worth', 'the', 'price', 'material', 'is', 'lightweight', 'and', 'comfortable', 'yet', 'substantial', 'enough', 'for', 'work', 'fit', 'is', 'spot', 'on', 'i', 'have', 'wider', 'hips', 'and', 'a', 'smaller', 'waist', 'which', 'typically', 'makes', 'me', 'a', 'size', '12', 'and', 'that', "'s", 'what', 'i', 'bought', 'the', 'color', 'is', 'a', 'gorgeous', 'mustard', 'yellow', 'that', 'can', 'be', 'paired', 'with', 'all', 'sorts', 'of', 'colors', ',5,1,12', 'general', 'bottoms', 'skirts'] ['7685,1009,31', 'gorgeous', 'and', 'happy', 'with', 'a', 'skirt', 'so', 'vibrant', 'it', "'s", 'hard', 'not', 'to', 'feel', 'happy', 'wearing', 'it', 'i', 'tried', 'this', 'on', 'in', 'store', 'following', 'a', 'spring', 'fashion', 'show', 'while', 'i', 'usually', 'need', 'petite', 'sizes', 'for', 'length/proportion', 'purposes', 'i', "'m", '5', '4', 'slender', 'build', 'the', 'regular', 'size', '2', 'was', 'a', 'great', 'fit', 'and', 'length', 'any', 'shorter', 'and', 'it', 'may', 'have', 'taken', 'a', 'bit', 'of', 'the', 'elegance', 'away', 'from', 'the', 'skirt', 'and', 'i', 'do', "n't", 'necessarily', 'mind', 'a', 'shorter', 'length', 'but', 'this', 'was', 'beautiful', 'as', 'it', 'was', 'the', 'price', 'is', 'a', 'bit', 'steep', 'but', 'the', 'quality', 'of', 'the', 'material', 'justifies', 'it', 'the', 'one', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7686,1009,36', 'it', "'s", 'absolutely', 'beautiful', 'it', "'s", 'a', 'bit', 'more', 'than', 'what', 'i', 'want', 'to', 'pay', 'for', 'a', 'skirt', 'but', 'it', "'s", 'worth', 'every', 'penny', 'i', "'m", 'a', 'true', 'size', '4', '130', 'lbs', 'and', '5', '4', 'and', 'it', 'fits', 'perfect', 'very', 'versatile', ',5,1,1', 'general', 'bottoms', 'skirts'] ['7687,1114,78', 'oh', 'la', 'la', 'so', 'chic', 'i', 'have', 'a', 'gala', 'to', 'attend', 'next', 'weekend', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'beautiful', 'cape', 'i', "'m", 'a', 'big', 'fan', 'of', 'nanette', 'lepore'] ['clothing', 'and', 'this', 'cape', 'does', 'not', 'disappoint', 'it', 'is', 'absolutely', 'beautiful', 'chic', 'and', 'elegant', ',5,1,0', 'general', 'jackets', 'outerwear'] ['7688,993,32', 'so', 'pretty', 'i', 'love', 'this', 'skirt', 'for', 'so', 'many', 'reasons'] ['one', 'it', 'is', "n't", 'a', 'circle', 'skirt', 'per', 'se', 'which', 'is', 'good', 'i', 'am', 'hip', 'heavy', 'and', 'do', "n't", 'need', 'extra', 'volume', 'at', 'my', 'hips', 'so', 'while', 'it', "'s", 'called', 'a', 'circle', 'skirt', 'the', 'description', 'states', 'that', 'it', "'s", 'a-line', 'based', 'on', 'that', 'i', 'was', 'willing', 'to', 'risk', 'it', 'also', 'i', 'am', '55', 'and', 'tend', 'to', 'stay', 'away', 'from', 'above', 'the', 'knee', 'dress', 'and', 'skirt', 'lengths', 'just', 'my', 'personal', 'preference', 'although', 'i', 'am', 'only', '5', '2', 'i', 'ordered', 'the', 'regular', 'size', '10', 'for', 'the', 'extra', 'length', 'and', 'it', "'s", 'exactly', 'at', 'my', 'knee', 'perfect', 'for', 'me', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7689,860,47', 'if', 'you', 'have', 'a', 'chest', 'beware', 'i', 'got', 'this', 'top', 'in', 'my', 'typical', 'size', 'medium', 'and', 'wanted', 'to', 'love', 'it', 'it', 'is', 'such', 'a', 'good', 'idea', 'and', 'i', 'loved', 'it', 'on', 'the', 'model', 'however', 'it', 'failed', 'in', 'translation', 'for', 'me', 'and', 'i', 'will', 'be', 'returning', 'the', 'bottom', 'of', 'the', 'top', 'is', 'very', 'loose', 'but', 'the', 'top', 'clings', 'to', 'my', 'chest', '36dd', 'pulling', 'awkwardly', 'and', 'gapping', 'on', 'the', 'sides', 'not', 'worth', 'exchanging', 'for', 'a', 'large', 'since', 'the', 'bottom', 'of', 'the', 'top', 'is', 'already', 'to', 'loose', ',3,0,1', 'general', 'tops', 'knits'] ['7690,867,37', 'beautiful', 'fabric', 'very', 'casual', 'this', 'is', 'a', 'beautiful', 'sweatshirt', 'that', 'is', 'a', 'sentence', 'i', "'ve", 'never', 'said', 'before', 'mine', 'arrived', 'with', 'the', 'sleeves', 'rolled', 'up', 'which', 'made', 'me', 'think', 'they', 'probably', 'pulled', 'it', 'off', 'a', 'mannequin', 'or', 'something', 'it', 'made', 'the', 'sleeves', 'sort', 'of', 'loose', 'at', 'the', 'bottom', 'so', 'i', 'am', 'hoping', 'that', 'they', 'will', 'draw', 'up', 'a', 'little', 'once', 'i', 'wash', 'it', 'kind', 'of', 'bummed', 'about', 'that', 'for', 'almost', '100', 'they', 'could', 'have', 'at', 'least', 'steamed', 'it', 'out', 'or', 'something', 'so', 'i', 'could', 'see', 'the', 'authentic', 'fit', 'the', 'sweatshirt', 'is', 'a', 'little', 'more', 'square-fitting', 'than', 'it', 'looks', 'in', 't', ',4,1,2', 'general', 'tops', 'knits'] ['7691,912,42', 'cute', 'sweater', 'do', "n't", 'judge', 'the', 'sweater', 'by', 'the', 'model', 'it', "'s", 'an', 'unattractive', 'ensemble', 'the', 'sweater', 'is', 'very', 'pretty', 'on', 'it', "'s", 'lightweight', 'with', 'a', 'cute', 'design', 'on', 'the', 'back', 'i', 'wear', 'with', 'skinny', 'jeans', 'or', 'leggings', 'it', 'runs', 'a', 'bit', 'wide', 'at', 'shoulders', 'but', 'i', "'m", 'petite', 'so', 'it', 'could', 'just', 'be', 'me', 'also', 'it', 'says', 'dry', 'clean', 'i', 'think', 'but', 'i', 'put', 'in', 'a', 'mesh', 'bag', 'and', 'washed', 'on', 'delicate', 'cycle', 'by', 'itself', 'then', 'laid', 'flat', 'to', 'dry', 'and', 'it', 'was', 'fine', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['7692,936,54', 'attractive', 'boutique', 'sweater', 'you', 'just', 'need', 'to', 'be', 'a', 'little', 'more', 'careful', 'but', 'the', 'unique', 'popcorn', 'stitch', 'makes', 'this', 'an', 'attractive', 'statement', 'sweater', 'i', 'am', '5', '4', 'and', '127', 'lbs', 'and', 'was', 'a', 'little', 'surprised', 'how', 'cropped', 'the', 'cut', 'on', 'the', 'size', 'small', 'was', 'compared', 'to', 'how', 'it', 'appears', 'on', 'the', 'photographed', 'models.,4,1,12', 'general', 'tops', 'sweaters'] ['7693,867,35', 'strike', 'out', 'i', "'ve", 'been', 'waiting', 'to', 'purchase', 'this', 'top', 'for', 'some', 'time', 'thinking', 'it', 'would', 'be', 'perfect', 'weight', 'for', 'fall/winter', 'i', "'m", 'pretty', 'disappointed', 'since', 'i', 'do', "n't", 'live', 'close', 'to', 'an', 'retailer', 'i', 'typically', 'order', 'a', 'size', 'up', 'to', 'avoid', 'returns', 'and', 'usually', 'end', 'up', 'with', 'items', 'that', 'fit', 'just', 'right', 'or', 'a', 'little', 'loose', 'which', 'is', 'no', 'big', 'deal', 'this', 'sweater', 'however', 'i', 'was', 'swimming', 'in', 'like', 'a', 'child', 'in', 'an', 'adult', 'sweater', 'it', 'was', 'huge', 'and', 'not', 'to', 'mention', 'unflattering', 'on', 'my', 'short', 'fuller', 'shape', 'i', 'was', "n't", 'impressed', 'with', 'the', 'material', 'either', 'it', 'f', ',2,0,0', 'general', 'tops', 'knits'] ['7694,867,33', 'not', 'for', 'me', 'i', 'was', 'so', 'excited', 'to', 'try', 'this', 'on', 'but', 'this', 'was', 'a', 'big', 'nope', 'for', 'me', 'unfortunately', 'i', 'ordered', 'both', 'an', 'xs', 'and', 's', 'i', 'normally', 'wear', 'a', 's', 'both', 'hung', 'horribly', 'on', 'me', 'they', 'were', 'just', 'too', 'big', 'i', 'love', 'a', 'boxy', 'oversized', 'silhouette', 'but', 'this', 'sadly', 'did', "n't", 'flatter', 'me', 'in', 'the', 'least', ',3,0,1', 'general', 'tops', 'knits'] ['7695,1009,54', ',beautiful', 'skirt', 'dress', 'up', 'or', 'down', 'colors', 'are', 'lovely', 'and', 'enable', 'one', 'to', 'wear', 'many', 'different', 'tops', 'lightweight', 'perfect', 'for', 'casual', 'or', 'summertime', 'work.,5,1,6', 'general', 'bottoms', 'skirts'] ['7696,867,40', 'love', 'to', 'be', 'honest', 'i', 'bought', 'this', 'sweater', 'as', 'an', 'add-on', 'so', 'i', 'could', 'get', 'free', 'shipping', 'however', 'it', "'s", 'the', 'only', 'piece', 'i', 'actually', 'kept', 'from', 'the', 'order', 'this', 'sweatshirt', 'is', 'warm', 'fleece-lined', 'and', 'just', 'the', 'right', 'amount', 'of', 'billow', 'but', 'the', 'best', 'part', 'is', 'the', 'subtle', 'lavender', 'color', 'when', 'i', 'ordered', 'it', 'i', 'did', "n't", 'even', 'realize', 'i', 'ordered', 'lavender', 'again', 'i', 'was', "n't", 'paying', 'much', 'attention', 'to', 'this', 'piece', 'but', 'the', 'color', 'and', 'texture', 'are', 'so', 'soft', 'definitely', 'a', 'must', 'buy', 'for', 'reference', 'i', 'am', '5', '3', '110', 'pounds', 'and', 'the', 'xs', 'my', 'usual', ',5,1,0', 'general', 'tops', 'knits'] ['7697,860,46', 'did', 'not', 'like', 'the', 'shape', 'the', 'quality', 'of', 'the', 'shirt', 'is', 'top', 'notch', 'the', 'fabric', 'is', 'lightweight', 'and', 'comfortable'] ['now', 'the', 'cons'] ['this', 'top', 'is', 'cut', 'like', 'a', 'square', 'and', 'fits', 'wide', 'which', 'is', 'not', 'apparent', 'in', 'the', 'photo', 'definitely', 'not', 'for', 'me', ',2,0,14', 'general', 'tops', 'knits'] ['7698,189,34', 'comfy', 'and', 'cute', 'high', 'quality', 'socks', 'i', 'love', 'these', 'socks', 'so', 'much', 'i', 'ordered', 'the', 'beige', 'and', 'red', 'pair', 'with', 'the', 'polar', 'bear', 'design', 'and', 'they', 'are', 'my', 'new', 'favorite', 'socks', 'these', 'are', 'comfy', 'with', 'great', 'stretch', 'and', 'just', 'the', 'right', 'amount', 'of', 'cushion', 'however', 'the', 'best', 'feature', 'is', 'the', 'cute', 'little', 'frill', 'around', 'the', 'cuff', 'i', 'want', 'to', 'order', 'more', 'but', 'i', 'do', "n't", 'care', 'for', 'the', 'other', 'designs', 'as', 'much', 'as', 'the', 'pair', 'i', 'ordered', 'instead', 'i', 'will', 'be', 'keeping', 'an', 'eye', 'on', 'this', 'brand', 'to', 'see', 'what', 'they', 'come', 'out', 'with', 'next', ',5,1,4', 'initmates', 'intimate', 'legwear'] ['7699,993,22', 'runs', 'pretty', 'true', 'to', 'size', 'i', 'tried', 'on', 'an', '8', 'and', 'a', '10', 'and', 'both', 'worked', 'perfecto', 'the', '10', 'had', 'just', 'a', 'tiny', 'bit', 'more', 'room', 'to', 'tuck', 'in', 'a', 'shirt', 'with.,5,1,0', 'general', 'bottoms', 'skirts'] ['7700,881,57', 'cute', 'top', 'purchased', 'the', 'gray', 'patterned', 'top', 'seemed', 'to', 'fit', 'tts', 'but', 'it', 'did', "n't", 'fit', 'me', 'i', "'m", 'an', 'athletic', 'build', 'with', 'a', '34d', 'bust', 'and', 'it', 'just', 'would', "n't", 'fit', 'right', 'around', 'the', 'shoulder/neck', 'area', 'i', "'m", 'pretty', 'confident', 'it', 'would', 'fit', 'someone', 'who', 'is', 'less', 'busty', 'than', 'i.', 'the', 'double-sided', 'fabric', 'was', 'soft', 'and', 'felt', 'like', 'it', 'would', 'wash/wear', 'very', 'well', 'nice', 'length', 'all', 'around', 'top', 'and', 'sleeves', ',3,0,0', 'general', 'tops', 'knits'] ['7701,967,53', 'rich', 'color', 'blend', 'i', "'m", '5', '3', 'i', 'ordered', 'the', 'petite', 'nice', 'to', 'have', 'this', 'option', 'the', 'length/volume', 'does', "n't", 'overwhelm', 'me', 'as', 'some', 'kimonos', 'do', 'this', 'feels', 'more', 'like', 'a', 'fall-season', 'kimono', 'due', 'to', 'the', 'fabric', 'content', 'it', 'is', 'not', 'a', 'wispy', 'fabric', 'there', "'s", 'weight', 'and', 'some', 'stiffness', 'to', 'the', 'drape', 'you', 'can', 'see', 'on', 'the', 'model', 'how', 'the', 'fabric', 'stands', 'away', 'from', 'her', 'body', 'it', "'s", 'a', 'different', 'look', 'from', 'silky', 'feeling', 'kimonos', 'that', 'hug', 'the', 'body', 'a', 'rich', 'blend', 'of', 'blue', 'black', 'white', 'subtle', 'tan', 'maybe', 'some', 'silver', 'grey', 'hard', 'to', 'tell', 'the', 'colors', 'look', 'li', ',5,1,2', 'general', 'jackets', 'jackets'] ['7702,1009,26', 'just', 'as', 'expected', 'had', 'been', 'eyeing', 'this', 'for', 'a', 'while', 'print', 'is', 'beautiful', 'in', 'person', 'just', 'as', 'pictured', 'tts', 'fit', 'size', '8', '5', '7', '150', 'pear', 'shaped', 'comes', 'within', 'a', 'couple', 'inches', 'of', 'my', 'knees', 'so', 'long', 'enough', 'to', 'wear', 'to', 'work', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7703,867,33', 'promising', 'but', 'frumpy', 'i', 'so', 'wanted', 'to', 'love', 'this', 'sweatshirt', 'it', 'is', 'very', 'soft', 'and', 'seems', 'like', 'excellent', 'quality', 'and', 'material', 'the', 'pattern', 'is', 'pretty', 'and', 'i', 'envisioned', 'spending', 'hours', 'cuddled', 'up', 'reading', 'in', 'it', 'unfortunately', 'the', 'body', 'of', 'the', 'sweatshirt', 'particularly', 'the', 'front', 'torso', 'area', 'was', 'too', 'big', 'and', 'it', 'popped', 'out', 'around', 'me', 'like', 'a', 'balloon', 'the', 'arms', 'fit', 'well', 'so', 'i', 'do', "n't", 'think', 'that', 'i', 'could', 'have', 'gone', 'down', 'a', 'size', 'i', 'was', 'also', 'not', 'keen', 'on', 'the', 'way', 'the', 'neck', 'hung', 'which', 'was', 'either', 'very', 'stiff', 'and', 'tall', 'around', 'my', 'neck', 'when', 'unfolded', ',2,0,0', 'general', 'tops', 'knits'] ['7704,1009,56', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['7705,1009,62', 'tropicale', 'paradise', 'fabulous', 'colors', 'great', 'fabric', 'super', 'comfy', 'and', 'extremely', 'versatile', 'i', 'love', 'love', 'love', 'this', 'skirt', 'although', 'i', "'m", 'only', '5', '1', 'the', 'regular', '2', 'was', 'still', 'above', 'my', 'knee', 'so', 'it', 'might', 'be', 'a', 'bit', 'short', 'for', 'really', 'tall', 'gals', 'the', 'waistband', 'is', 'a', 'bit', 'wide', 'but', 'with', 'a', 'cropped', 'top', 'or', 'tying', 'a', 'button', 'down', 'as', 'shown', 'i', 'found', 'it', 'very', 'flattering', 'love', 'the', 'texture', 'of', 'the', 'fabric', 'and', 'the', 'slightly', 'retro', 'print', 'and', 'it', 'does', "n't", 'seem', 'to', 'wrinkle', 'after', 'getting', 'out', 'the', 'original', 'packaging', 'creases', 'it', 'honestly', 'goes', 'with', 'everything', 'a', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7706,867,63', 'bulky', 'unflattering', 'i', 'was', 'surprised', 'by', 'the', 'other', 'reviews', 'expected', 'to', 'live', 'in', 'this', 'all', 'winter', 'but', 'found', 'the', 'style', 'bulky', 'and', 'awkward', 'the', 'hi-low', 'cut', 'with', 'so', 'much', 'bulk', 'just', 'was', "n't", 'flattering', 'i', 'wish', 'the', 'armholes', 'had', 'been', 'larger', 'so', 'that', 'the', 'body', 'of', 'the', 'shirt', 'would', 'have', 'fallen', 'closer', 'to', 'my', 'body', 'the', 'armholes', 'are', 'the', 'size', 'of', 'a', 'fitted', 'shirt', 'which', 'pulls', 'the', 'shirt', 'wide', 'rather', 'than', 'allowing', 'it', 'to', 'drape', 'a', 'bit', 'more', 'it', 'is', 'incredibly', 'soft', 'but', 'just', 'not', 'as', 'comfortable', 'as', 'i', "'d", 'hoped', 'it', 'went', 'back.,2,0,4', 'general', 'tops', 'knits'] ['7707,936,66', 'lovely', 'long', 'cardi', 'love', 'the', 'knit', 'contrast', 'stitches', 'add', 'interest', 'quality', 'is', 'great', 'and', 'it', 'is', 'true', 'to', 'size', 'very', 'happy', 'i', 'made', 'this', 'purchase', 'especially', 'because', 'i', 'caught', 'it', 'on', 'sale', 'after', 'eyeing', 'it', 'for', 'months', 'great', 'with', 'denim', 'or', 'a', 'black', 'dress', ',4,1,0', 'general', 'tops', 'sweaters'] ['7708,867,45', ',i', 'love', 'this', 'cozy', 'and', 'comfy', 'top', 'it', 'is', 'oversized', 'as', 'the', 'name', 'says', 'and', 'implies', 'but', 'i', 'normally', 'wear', 'an', 'xs', 'in', 'most', 'retailer', 'tops', 'and', 'i', 'chose', 'to', 'get', 'a', 'small', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', 'is', 'boxy', 'and', 'oversized', 'but', 'also', 'short', 'the', 'small', 'is', 'perfect', 'for', 'me', 'and', 'it', 'really', 'feels', 'so', 'cozy', 'as', 'is', 'and', 'big', 'enough', 'to', 'wear', 'a', 'tee', 'or', 'tank', 'under', 'it', 'and', 'not', 'fee', 'clingy.,5,1,3', 'general', 'tops', 'knits'] ['7709,825,54', 'sophisticated', 'top', 'as', 'a', 'texas', 'girl', 'growing', 'up', 'with', 'cheap', 'hand', 'embroidered', 'tops', 'from', 'mexico', 'this', 'is', 'a', 'treat', 'and', 'takes', 'that', 'style', 'to', 'a', 'new', 'level', 'quality', 'fabric', 'and', 'workmanship', 'in', 'a', 'unique', 'sleeveless', 'design', 'perfection.,5,1,6', 'general', 'tops', 'blouses'] ['7710,1009,52', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['7711,1009,35', 'beautiful', 'versatile', 'skirt', 'aside', 'from', 'the', 'beautiful', 'colors', 'what', 'drew', 'me', 'to', 'this', 'skirt', 'is', 'the', 'wide', 'waistband', 'i', 'love', 'that', 'it', 'can', 'hold', 'in', 'a', 'bit', 'of', 'a', 'tummy', 'and', 'accommodate', 'a', 'belt', 'or', 'not', 'when', 'i', 'received', 'this', 'in', 'the', 'mail', 'a', 'few', 'days', 'ago', 'i', 'immediately', 'started', 'pulling', 'articles', 'of', 'clothing', 'out', 'of', 'my', 'closet', 'to', 'go', 'with', 'the', 'skirt', 'a', 'striped', 'tee', 'chambray', 'top', 'belt', 'denim', 'jacket', 'the', 'quality', 'is', 'great', 'and', 'it', 'has', 'pockets', 'i', 'have', 'a', '30', 'waist', 'and', 'went', 'with', 'my', 'usual', 'size', '8.', 'i', 'am', '5', '5', 'and', 'ordered', 'a', 'petite', 'so', 'it', 'hits', 'a', 'couple', 'inches', 'abo', ',5,1,6', 'general', 'bottoms', 'skirts'] ['7712,825,53', 'not', 'flattering', 'on', 'me', 'fits', 'like', 'a', 'maternity', 'top', 'not', 'for', 'my', 'age', 'group', 'or', 'build.,1,0,0', 'general', 'tops', 'blouses'] ['7713,936,37', 'love', 'the', 'popcorn', 'sweater', 'after', 'reading', 'the', 'reviews', 'i', 'decided', 'to', 'size', 'up', 'to', 'a', 'm', 'instead', 'of', 'a', 'small', 'so', 'glad', 'i', 'did', 'the', 'arms', 'are', 'a', 'tad', 'long', 'but', 'other', 'than', 'that', 'it', 'fits', 'perfectly', 'love', 'this', 'in', 'yellow', ',5,1,1', 'general', 'tops', 'sweaters'] ['7714,1009,31', 'favorite', 'skirt', 'i', 'love', 'this', 'skirt', 'i', 'usually', 'do', "n't", 'buy', 'skirts', 'of', 'this', 'cut', 'because', 'they', 'make', 'me', 'look', 'hippy', 'but', 'the', 'fabric', 'is', 'so', 'lightweight', 'and', 'flowing', 'and', 'yet', 'it', 'has', 'structure', 'the', 'colors', 'are', 'great', 'and', 'go', 'with', 'many', 'top', 'options', 'i', 'wear', 'it', 'to', 'work', 'and', 'casual', 'outings', 'it', 'is', 'my', 'favorite', 'clothing', 'article', 'in', 'my', 'closet', 'right', 'now', ',5,1,1', 'general', 'bottoms', 'skirts'] ['7715,1009,31', 'love', 'this', 'skirt', 'is', 'perfection', 'i', 'am', '5', '8', '130ibs', 'and', 'the', '2', 'fit', 'perfect', 'the', 'picture', 'does', 'not', 'even', 'do', 'it', 'justice', 'it', 'is', 'much', 'more', 'softer', 'than', 'i', 'thought', 'it', 'would', 'be', 'in', 'the', 'picture', 'it', 'seems', 'stiff', 'looking', 'but', 'that', 'is', 'not', 'the', 'case', 'at', 'all', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'skirt', 'for', 'the', 'summer', 'you', 'can', 'dress', 'it', 'up', 'with', 'a', 'nice', 'blouse', 'and', 'heels', 'or', 'keep', 'it', 'casual', 'with', 'a', 'relaxed', 'tee', 'and', 'sandals', 'i', 'will', 'defiantly', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'piece', ',5,1,1', 'general', 'bottoms', 'skirts'] ['7716,867,39', 'stylish', 'casual', 'it', "'s", 'a', 'sweatshirt', 'that', 'is', "n't", 'typically', 'sweatshirt', 'looking', 'first', 'it', "'s", 'spacedye', 'then', 'there', "'s", 'the', 'hi-lo', 'hem', 'it', "'s", 'mock', 'neck', 'and', 'it', "'s", 'wide', 'neck', 'sleeves', 'are', 'low', 'and', 'cocoon-y', 'it', "'s", 'oversize', 'in', 'looks', 'but', 'not', 'overwhelming', 'i', 'love', 'that', 'i', 'can', 'throw', 'this', 'on', 'over', 'jeans', 'or', 'leggings', 'step', 'into', 'a', 'pair', 'of', 'flats', 'or', 'trainers', 'whip', 'my', 'hair', 'up', 'into', 'a', 'bun', 'and', 'head', 'out', 'without', 'looking', 'too', 'sloppy', ',5,1,0', 'general', 'tops', 'knits'] ['7717,860,27', 'cute', 'tank', 'this', 'is', 'a', 'super', 'cute', 'tank-', 'fits', 'good', 'flowy', 'and', 'airy', 'which', 'is', 'exactly', 'what', 'i', 'had', 'in', 'mind', 'for', 'summer', 'fits', 'good', ',5,1,0', 'general', 'tops', 'knits'] ['7718,967,52', 'nice', 'accessory', 'piece', 'first', 'of', 'all', 'this', 'does', "n't", 'come', 'with', 'a', 'belt', 'of', 'any', 'kind', 'that', "'s", 'a', 'good', 'thing', 'too', 'i', 'am', 'surprised', 'that', 'the', 'stylist', 'put', 'one', 'around', 'this', 'kimono', 'it', 'looks', 'odd', 'and', 'frankly', 'takes', 'away', 'from', 'the', 'shape', 'of', 'the', 'piece', 'having', 'said', 'this', 'though', 'it', 'is', 'a', 'nice', 'accessory', 'for', 'basic', 'tanks', 't-shirts', 'and', 'other', 'tops', 'and', 'dresses', 'that', 'need', 'a', 'little', 'umph'] ['the', 'kimono', 'is', 'blue', 'mostly', 'but', 'it', 'really', 'does', "n't", 'appear', 'to', 'be', 'striped', 'it', 'is', 'sort', 'of', 'a', 'line', 'of', 'small', 'dots', 'it', 'is', 'sheer', 'but', 'the', 'polyester', 'fabric', 'has', 'some', 'bo', ',4,1,15', 'general', 'jackets', 'jackets'] ['7719,936,34', 'great', 'fall/winter', 'sweater', 'this', 'sweater', 'is', 'a', 'great', 'comfy', 'fall', 'or', 'winter', 'sweater', 'in', 'several', 'of', 'the', 'pictures', 'the', 'neck', 'is', 'folded', 'down', 'so', 'beware', 'that', 'the', 'neck', 'has', 'a', 'bit', 'of', 'a', 'turtleneck/mock', 'neck', 'look', 'to', 'it', 'it', 'can', 'be', 'folded', 'down', 'if', 'that', "'s", 'not', 'the', 'look', 'you', "'re", 'going', 'for', 'cute', 'sweater', ',5,1,1', 'general', 'tops', 'sweaters'] ['7720,936,54', 'cute', 'but', 'poorly', 'made', 'weave', 'on', 'the', 'sweater', 'quite', 'open', 'and', 'easily', 'snags', 'the', 'first', 'day', 'i', 'wore', 'it', 'the', 'seam', 'on', 'the', 'sleeve', 'began', 'to', 'unravel', 'needed', 'to', 'use', 'a', 'crochet', 'hook', 'to', 'reweave', 'after', 'the', 'first', 'wearing', 'not', 'confident', 'that', 'it', 'will', 'hold', 'up', 'well', 'to', 'its', 'first', 'wash.,2,0,21', 'general', 'tops', 'sweaters'] ['7721,860,37', ',super', 'cute', 'shirt', 'really', 'flowy', 'on', 'the', 'bottom', 'good', 'if', 'you', 'want', 'to', 'hide', 'your', 'middle', 'great', 'quality', 'material.,4,1,0', 'general', 'tops', 'knits'] ['7722,867,37', 'super', 'cute', 'a', 'little', 'buggier', 'than', 'expected', 'but', 'great', 'for', 'layering', 'after', 'the', 'gym', ',4,1,0', 'general', 'tops', 'knits'] ['7723,936,32', 'fell', 'short', 'this', 'sweater', 'is', 'amazing', 'color', 'is', 'vibrant', 'quality', 'is', 'high', 'but', 'i', 'have', 'a', 'super', 'long', 'torso', 'and', 'it', 'fell', 'short', 'on', 'me', 'if', 'you', 'are', 'shorter', 'this', 'will', 'be', 'amazing', 'sad', 'to', 'send', 'it', 'back.,4,1,3', 'general', 'tops', 'sweaters'] ['7724,936,24', 'disappointed', 'i', 'was', 'really', 'excited', 'for', 'this', 'sweater', 'its', 'not', 'terrible', 'but', 'its', 'not', 'great', 'the', 'sweater', 'was', 'large', 'making', 'me', 'feel', 'like', 'a', 'blob', 'in', 'it', 'it', 'is', 'warm', 'and', 'the', 'fabric', 'is', 'pretty', 'there', 'was', 'just', 'no', 'shape', 'to', 'it', 'i', 'would', 'try', 'a', 'different', 'sweater', ',3,0,0', 'general', 'tops', 'sweaters'] ['7725,842,36', 'gorgeous', 'and', 'unique', 'i', 'love', 'everything', 'about', 'this', 'top', 'it', 'is', 'high', 'volume', 'and', 'looks', 'good', 'with', 'either', 'a', 'skinny', 'pant', 'or', 'a', 'structured', 'voluminous', 'pant', 'very', 'sharp', 'but', 'feminine', 'and', 'frilly', 'look', 'i', 'love', 'the', 'juxtaposition', ',5,1,0', 'general', 'tops', 'blouses'] ['7726,886,33', 'everyday', 'staple', 'love', 'this', 'top', 'comfy', 'soft', 'and', 'a', 'great', 'length', 'slightly', 'longer', 'in', 'the', 'back', 'and', 'works', 'great', 'with', 'leggings', 'or', 'jeans', 'i', 'love', 'that', 'is', 'has', 'long', 'sleeves', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7727,1008,54', 'versatile', 'skirt', 'just', 'grabbed', 'this', 'today', 'great', 'find', 'i', 'paired', 'it', 'with', 'a', 'white', 'blouse', 'with', 'blue', 'polka', 'dots', 'will', 'pair', 'with', 'anything', 'though', 'with', 'great', 'neutral', 'colors', 'white', 'or', 'blue', 'jean', 'jackets', 'sweaters', 'the', 'skirt', 'has', 'a', 'little', 'stretch', 'for', 'my', 'hourglass', 'figure', 'but', 'would', 'work', 'with', 'any', 'type', 'body', 'i', 'think', 'a', 'many', 'season', 'skirt', 'perfect', 'for', 'traveling', ',5,1,3', 'general', 'bottoms', 'skirts'] ['7728,1008,49', 'really', 'flattering', 'this', 'is', 'a', 'fantastic', 'skirt', 'and', 'very', 'flattering', 'i', 'plan', 'to', 'wear', 'this', 'with', 'boots', 'as', 'shown', 'on', 'the', 'model', 'as', 'well', 'as', 'sandals', 'when', 'it', 'gets', 'warmer', 'i', 'would', 'say', 'that', 'it', 'does', 'run', 'true', 'to', 'size.,4,1,0', 'general', 'bottoms', 'skirts'] ['7729,824,44', 'perfect', 'find', 'i', 'got', 'this', 'for', 'my', 'daughter', 'teen', 'who', 'had', 'been', 'wanting', 'this', 'plaid', 'look', 'but', 'did', "n't", 'want', 'to', 'look', 'like', 'a', 'lumberjack', 'this', 'is', 'feminine', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'it', 'has', 'the', 'high', 'low', 'look', 'that', 'she', 'loves', 'and', 'it', 'is', 'comfortable', 'and', 'machine', 'washable', 'she', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'purchase', 'new', 'item', 'but', 'black', 'friday', 'discount', 'yay', 'purchased', 'in', 'red', 'color.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7730,635,28', 'ca', "n't", 'wear', 'a', 'bra', 'and', 'it', 'is', 'see', 'through', 'this', 'is', 'a', 'great', 'dress', 'if', 'you', 'do', "n't", 'want', 'to', 'leave', 'the', 'house', 'or', 'you', 'want', 'the', 'world', 'to', 'see', 'your', 'nipples.,1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7731,1075,28', 'beautiful', 'i', 'wore', 'this', 'dress', 'for', 'my', 'small', 'winter', 'wedding', 'and', 'it', 'was', 'perfect', 'i', 'thought', 'it', 'ran', 'a', 'little', 'large', 'though', 'because', 'i', 'had', 'to', 'return', 'it', '2', 'times', 'to', 'get', 'the', 'right', 'size', 'once', 'i', 'got', 'the', 'right', 'size', 'it', 'fit', 'perfectly', 'i', 'loved', 'the', 'champagne', 'color', 'and', 'shine.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7732,1008,31', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['7733,825,34', 'beautiful', 'but', 'not', 'for', 'me', 'the', 'picture', 'is', 'not', 'a', 'good', 'representation', 'of', 'the', 'cut', 'and', 'the', 'fabric', 'the', 'cut', 'is', 'a-line', 'trapezoid-shaped', 'the', 'shirt', 'is', 'smallest', 'in', 'the', 'shoulders', 'and', 'chest', 'and', 'then', 'it', 'flairs', 'out', 'to', 'the', 'sides', 'the', 'cut', 'works', 'with', 'pants', 'mostly', 'you', 'have', 'to', 'tuck', 'the', 'shirt', 'in', 'if', 'wearing', 'with', 'skirts', 'the', 'lace', 'back', 'drapes', 'beautifully', 'and', 'is', 'a', 'little', 'longer', 'than', 'the', 'front', 'which', 'again', 'lend', 'to', 'wearing', 'with', 'skinny', 'pants', 'and', 'such'] ['the', 'fabric', 'has', 'a', 'quality', 'of', 'freshly', 'starched', 'pleasant', 'surprise', 'it', 'lacks', 'softness', 'of', 'leisure', ',4,1,9', 'general', 'tops', 'blouses'] ['7734,1094,53', 'perfect', 'maxi', 'dress', 'very', 'flattering', 'dress', 'in', 'a', 'comfortable', 'material', 'the', 'cut', 'is', 'perfectly', 'placed', 'this', 'is', 'very', 'long', 'i', "'m", "5'11", 'and', 'in', 'flats', 'this', 'touches', 'the', 'floor', 'easily', 'dressed', 'up', 'or', 'down', 'with', 'the', 'tight', 'accessories.,5,1,0', 'general', 'dresses', 'dresses'] ['7735,872,62', 'itchy', 'and', 'odd', 'fit', 'i', 'was', 'so', 'bummed', 'when', 'this', 'came', 'in', 'the', 'colors', 'and', 'print', 'are', 'beautiful', 'but', 'the', 'neck', 'is', 'super', 'itchy', 'because', 'of', 'an', 'elastic/ruffle', 'combo', 'there', 'is', 'also', 'a', 'liner', 'which', 'is', 'a', 'nice', 'touch', 'but', 'it', "'s", 'significantly', 'shorter', 'than', 'the', 'top', 'layer', 'which', 'drove', 'me', 'nuts', 'definitely', 'going', 'back', ',2,0,3', 'general', 'tops', 'knits'] ['7736,824,39', 'petite', 'all', 'the', 'way', 'if', 'you', 'are', 'on', 'the', 'shorter', 'side', 'do', 'with', 'the', 'petite', 'size', 'i', 'ordered', 'both', 'at', 'first', 'petite', 'was', 'sold', 'out', 'so', 'glad', 'i', 'got', 'to', 'get', 'it', 'i', 'looked', 'lost', 'in', 'the', 'regular', 'size', 'the', 'back', 'length', 'was', 'well', 'below', 'my', 'bum', 'both', 'colors', 'are', 'really', 'nice', 'but', 'i', 'did', 'end', 'up', 'with', 'the', 'orange', 'one', 'more', 'dressy', 'red', 'one', 'looked', 'more', 'calsual', 'though', 'it', 'is', 'a', 'casual', 'shiryt', 'i', 'had', 'on', 'trousers', 'and', 'hte', 'orange', 'looked', 'nice', 'with', 'them', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7737,824,33', 'quality', 'could', 'be', 'better', 'i', 'finally', 'got', 'my', 'backorder', 'today', 'i', 'have', 'a', 'feeling', 'that', 'they', 'might', 'have', 'rushed', 'to', 'make', 'these', 'and', 'cut', 'costs', 'during', 'production', 'because', 'as', 'per', 'all', 'the', 'reviews', 'i', 'ordered', 'my', 'usual', 'xs', '122', 'lbs', '5', '5', '32d', 'and', 'it', 'just', 'fits', 'all', 'reviews', 'previously', 'before', 'the', 'backordered', 'shirts', 'were', 'sent', 'out', 'stated', 'that', 'the', 'shirts', 'ran', 'big', 'and', 'people', 'who', 'normally', 'wear', 'a', 'medium', 'bought', 'an', 'xs', 'i', 'will', 'keep', 'my', 'xs', 'but', 'i', 'would', 'have', 'purchased', 'a', 'small', 'for', 'a', 'roomier', 'fit', 'i', 'have', 'to', 'wear', 'a', 'tank', 'under', 'it', 'because', 'it', "'s", 'short', 'in', 'the', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['7738,855,43', 'this', 'top', 'is', 'just', 'meh', 'was', "n't", 'crazy', 'about', 'this', 'top', 'it', 'looked', 'great', 'online', 'but', 'in', 'person', 'it', "'s", 'just', 'a', 'boring', 'and', 'lifeless', 'top.,2,0,1', 'general', 'tops', 'knits'] ['7739,824,38', 'recommend', 'reservedly', 'i', "'m", 'not', 'sure', 'how', 'i', 'feel', 'about', 'this', 'shirt', 'i', 'love', 'the', 'fabric', 'which', 'is', 'soft', 'lightweight', 'and', 'richly', 'colored', 'the', 'polka', 'dot', 'trim', 'is', 'quirky', 'and', 'fun', 'and', 'i', 'like', 'the', 'idea', 'of', 'the', 'twisted', 'hem', 'the', 'cut', 'is', 'generous', 'in', 'width', 'for', 'sure', 'i', 'ended', 'up', 'ordering', 'a', 'small', 'because', 'i', 'swam', 'in', 'my', 'usual', 'medium-to-large', 'sizes', 'but', 'the', 'length', 'of', 'the', 'small', 'barely', 'works', 'the', 'sleeves', 'are', 'juuuust', 'long', 'enough', 'and', 'the', 'shirt', 'hits', 'me', 'just', 'at', 'the', 'hip', 'not', 'nearly', 'as', 'far', 'down', 'as', 'the', 'model', 'shots', 'show', 'it', 'may', 'be', 'because', 'i', "'m", 'busty', 'a', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['7740,872,44', 'odd', 'neckline', 'i', 'loved', 'the', 'color', 'and', 'design', 'until', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'i', 'am', '5', '5', 'with', 'a', 'slender', 'build', 'i', 'tried', 'my', 'usual', 'xs', 'but', 'could', "n't", 'manage', 'to', 'put', 'this', 'shirt', 'on', 'me', 'without', 'risking', 'smear', 'my', 'makeup', 'or', 'scratch', 'my', 'face', 'by', 'the', 'elastic', 'band', 'at', 'the', 'neckline', 'the', 'band', 'is', 'so', 'small', 'even', 'fully', 'stretched', 'out', 'i', 'have', 'a', 'normal', 'sized', 'head', 'just', 'in', 'case', 'you', 'wonder', 'i', 'gave', 'up', 'after', 'wrestling', 'with', 'it', 'i', 'can', 'only', 'imagine', 'how', 'uncomfortable', 'to', 'wear', 'something', 'with', 'a', 'tight', 'elastic', 'band', 'choking', 'me', 'funny', 'but', 'not', 'funny', ',1,1,0', 'general', 'tops', 'knits'] ['7741,824,47', 'perfect', 'shirt', 'i', 'love', 'this', 'shirt', 'it', 'is', 'great', 'quality', 'and', 'hangs', 'perfectly', 'please', 'make', 'more', 'colors', 'in', 'this', 'one', 'i', 'would', 'buy', 'all', 'of', 'them', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7742,859,45', ',,5,1,0', 'general', 'tops', 'knits'] ['7743,886,41', 'very', 'flattering', 'i', 'bought', 'this', 'shirt', 'because', 'i', 'needed', 'something', 'lighter', 'to', 'where', 'in', 'autumn', 'and', 'needed', 'to', 'layer', 'i', 'was', "n't", 'expecting', 'so', 'much', 'out', 'of', 'a', 'tshirt', 'the', 'material', 'is', 'great', 'it', "'s", 'comfy', 'and', 'oh', 'so', 'flattering', 'on', 'any', 'figure', 'i', 'ordered', 'the', 'green', 'one', 'and', 'it', 'was', 'greener', 'in', 'person', 'than', 'online', 'but', 'a', 'very', 'lovely', 'color', 'it', 'layers', 'great', 'and', 'is', 'longer', 'than', 'expected', 'almost', 'dress', 'length', 'i', "'m", 'not', 'a', 'tights', 'wearer', 'but', 'it', 'would', 'definitely', 'go', 'great', 'with', 'tights', 'or', 'leggings', 'and', 'it', 'worked', 'fabulously', 'under', 'a', 'wrap', 'great', 'prod', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7744,824,48', 'flannel', 'meets', 'funky', 'love', 'this', 'top', 'a', 'new', 'take', 'on', 'traditional', 'flannel', 'yes', 'it', 'is', 'pricey', 'for', 'flannel', 'yes', 'it', 'is', 'not', 'thick', 'like', 'a', 'traditional', 'flannel', 'shirt', 'but', 'it', 'is', 'feminine', 'sexy', 'comfortable', 'even', 'my', 'husband', 'liked', 'it', 'on', 'me', 'i', 'ordered', 'a', 'regular', 'small', 'wish', 'i', 'would', "'ve", 'went', 'for', 'a', 'petite', 'x-small', 'however', 'they', 'are', 'sold', 'out', 'regardless', 'i', 'am', 'keeping', 'for', 'reference', 'i', 'am', '5', '3', '110-115', 'and', 'the', 'small', 'is', 'definitely', 'roomy', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7745,859,66', 'looks', 'just', 'like', 'the', 'pic', 'the', 'fabric', 'of', 'this', 'top', 'is', 'a', 'tee', 'shirt', 'mid', 'weight', 'material', 'it', 'has', 'a', 'nice', 'drape', 'and', 'the', 'color', 'variations', 'along', 'the', 'vee', 'are', 'true', 'to', 'the', 'photo', 'i', 'purchased', 'size', 'large', 'and', 'it', "'s", 'a', 'bit', 'wide', 'and', 'long', 'for', 'my', 'frame', 'you', 'could', 'safely', 'size', 'down', 'the', 'fabric', 'drapes', 'nicely', 'but', 'i', 'did', "n't", 'like', 'the', 'sleeves', 'or', 'length', 'and', 'it', 'fits', 'large', 'so', 'am', 'returning', ',4,1,0', 'general', 'tops', 'knits'] ['7746,635,42', 'see', 'through', 'i', 'tried', 'the', 'yellow', 'striped', 'dress', 'on', 'in', 'the', 'store', 'and', 'it', 'is', 'completely', 'sheer.,3,0,7', 'general', 'petite', 'intimate', 'lounge'] ['7747,824,29', 'disappointing', 'ordered', 'this', 'top', 'online', 'and', 'wanted', 'to', 'love', 'it', 'but', 'the', 'fit', 'was', 'very', 'off', 'i', 'love', 'the', 'drape', 'in', 'the', 'front', 'but', 'it', 'did', 'not', 'hit', 'in', 'the', 'right', 'place', 'the', 'fabric', 'was', 'soft', 'but', 'not', 'as', 'high', 'end', 'looking', 'as', 'i', 'was', 'expecting', 'i', 'love', 'flannel', 'tops', 'and', 'wanted', 'a', 'more', 'formal', 'look', 'but', 'sadly', 'this', 'is', 'going', 'back', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['7748,824,37', 'beautiful', 'but', 'not', 'flattering', 'when', 'i', 'first', 'saw', 'this', 'shirt', 'online', 'i', 'was', 'so', 'excited', 'it', 'reminded', 'me', 'of', 'why', 'i', 'love', 'shopping', 'in', 'the', 'fall', 'unfortunately', 'when', 'it', 'came', 'i', 'was', 'so', 'disappointed', 'in', 'person', 'the', 'fabric', 'and', 'the', 'colors', 'are', 'gorgeous', 'it', "'s", 'fairly', 'lightweight', 'for', 'a', 'flannel', 'but', 'so', 'soft', 'and', 'comfy', 'cozy', 'i', 'love', 'the', 'navy/cream', 'polka', 'dot', 'that', 'is', 'on', 'the', 'inside', 'of', 'the', 'cuffs', 'and', 'collar', 'as', 'well', 'and', 'the', 'buttons', 'are', 'cute', 'too', 'when', 'i', 'put', 'it', 'on', 'it', 'was', 'so', 'comfortable', 'but', 'it', 'made', 'me', 'look', 'like', 'i', 'was', 'pregnant', 'especially', 'from', 'the', 'side', 'it', 'just', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['7749,824,52', 'draped', 'plaid', 'buttondown', 'great', 'top', 'i', 'have', 'both', 'colors', 'because', 'the', 'front', 'is', "'short", 'i', 'ordered', 'a', 'medium', 'i', 'usually', 'wear', 'a', 'small', 'if', 'you', 'are', 'not', 'long', 'waisted', 'like', 'me', 'order', 'the', 'small', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7750,635,51', 'slouchy', 'my', '3', 'daughters', 'and', 'i', 'all', 'wear', 'a', 'size', 'small', 'and', 'are', 'heights', 'range', 'between', '5', '2', 'and', "5'10", 'this', 'dress', 'was', 'sloppy', 'on', 'every', 'one', 'of', 'us', 'i', 'do', "n't", 'think', 'a', 'size', 'x', 'small', 'would', 'have', 'made', 'a', 'difference', 'the', 'length', 'is', 'all', 'over', 'the', 'place', '.i', 'm', 'not', 'sure', 'how', 'or', 'where', 'you', 'would', 'fit', 'a', 'bra', 'into', 'the', 'picture', 'on', 'the', 'positive', 'side', 'was', 'very', 'soft', 'it', 'may', 'work', 'as', 'a', 'beach', 'cover', '-up', ',2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7751,1008,66', 'great', 'look/', 'light', 'weight', 'this', 'is', 'an', 'amazing', 'looking', 'skirt', 'it', 'has', 'such', 'an', 'exciting', 'pattern', 'on', 'it', 'and', 'is', 'very', 'flattering', 'it', 'is', 'very', 'light', 'weight', 'though', 'almost', 'flimsy', 'but', 'it', 'is', 'not', 'a', 'deal', 'breaker', 'i', 'wear', 'it', 'and', 'love', 'it', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['7752,635,46', 'striped', 'tank', 'dress', 'tried', 'this', 'twice', 'in', 'yellow', 'because', 'for', 'the', 'price', 'it', 'seems', 'like', 'it', 'would', 'be', 'such', 'a', 'useful', 'piece', 'but', 'the', 'quality', 'is', 'below', 'average', 'for', 'an', 'retailer', 'dress', 'it', "'s", 'just', 'a', 'shapeless', 'thin', 'beach', 'cover-up', 'that', 'i', 'could', "'ve", 'picked', 'up', 'anywhere', 'the', 'yellow', 'color', 'is', 'so', 'cute', 'though', 'if', 'you', "'re", 'looking', 'for', 'a', 'light', 'breezy', 'go-to-the-beach', 'dress', 'that', 'you', 'can', 'shove', 'in', 'a', 'bag', 'with', 'your', 'towel', 'this', 'might', 'be', 'good', 'for', 'you', 'but', 'it', "'s", 'too', 'thin', 'for', 'just', 'about', 'anything', 'else', ',2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7753,886,60', 'greatest', 'top', 'ever', 'i', 'took', 'a', 'chance', 'on', 'this', 'in', 'green', 'extra', 'small', 'one', 'size', 'smaller', 'than', 'my', 'normal', 'size', 'because', 'that', 'was', 'all', 'that', 'was', 'left', 'and', 'i', 'thought', 'i', 'could', 'wear', 'it', 'under', 'another', 'sweater', 'no', 'it', "'s", 'too', 'awesome', 'to', 'waste', 'as', 'a', 'liner', 'it', "'s", 'the', 'most', 'amazing', 'cut', 'and', 'fabric', 'it', 'so', 'flattering', 'and', 'so', 'soft'] [] ['please', 'bring', 'back', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7754,824,35', 'so', 'soft', 'and', 'cozy', 'i', 'love', 'this', 'for', 'a', 'casual', 'winter', 'day', 'the', 'fabric', 'is', 'so', 'soft', 'the', 'draping', 'gives', 'it', 'a', 'unique', 'look', 'so', 'cozy', 'and', 'nice', 'it', "'s", 'a', 'bit', 'big', 'though', 'opt', 'to', 'size', 'down', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7755,635,36', 'very', 'sheer', 'and', 'see', 'through', 'i', 'purchased', 'this', 'in', 'the', 'yellow', 'xs', 'it', 'is', 'very', 'comfortable', 'but', 'extremely', 'see-through', 'you', "'d", 'have', 'to', 'wear', 'a', 'slip', 'or', 'something', 'underneath', 'it', 'but', 'i', "'m", 'not', 'sure', 'what', 'would', 'work', 'based', 'on', 'the', 'style', 'and', 'even', 'if', 'i', 'wore', 'a', 'strapless', 'bra', 'it', 'was', 'still', 'see-through', 'unfortunately', 'i', 'had', 'to', 'return', 'it', ',2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['7756,824,47', 'beautiful', 'this', 'is', 'a', 'gorgeous', 'buttondown', 'the', 'colors', 'are', 'stunning', 'i', 'love', 'the', 'mix', 'of', 'blue', 'and', 'brown', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'drapes', 'just', 'right', 'i', 'feel', 'the', 'this', 'shirt', 'runs', 'true', 'to', 'size', 'i', "'m", 'an', 'xxs', 'petite', 'and', 'it', 'fit', 'perfect', 'this', 'one', 'is', 'a', 'winner', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7757,824,41', 'love', 'the', 'twist', 'bottom', 'got', 'this', 'top', 'in', 'the', 'blue/orange', 'plaid', 'its', 'super', 'cute', 'and', 'i', 'love', 'the', 'style', 'much', 'better', 'than', 'your', 'typical', 'straight', 'button', 'down', 'plans', 'shirt'] ['i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7758,855,48', 'sheer', 'shoulders', 'one', 'ca', "n't", 'tell', 'from', 'the', 'picture', 'but', 'the', 'top', 'shoulder', 'part', 'is', 'sheet', 'and', 'transparent', 'it', 'also', 'is', 'very', 'long', 'almost', 'dress', 'length', 'feels', 'less', 'quality', 'than', 'what', 'retailer', 'usually', 'carries.,1,0,1', 'general', 'tops', 'knits'] ['7759,346,41', 'beautiful', 'color', 'i', 'purchased', 'the', 'bright', 'red', 'color', 'of', 'this', 'bandeau', 'top', 'the', 'color', 'is', 'vibrant', 'and', 'the', 'overall', 'style', 'is', 'very', 'cute', 'unfortunately', 'it', 'made', 'my', 'chest', 'look', 'too', 'big', 'but', 'the', 'quality', 'is', 'really', 'nice', 'and', 'i', "'m", 'sure', 'it', 'would', 'look', 'gorgeous', 'on', 'other', 'body', 'types.,4,1,1', 'initmates', 'intimate', 'swim'] ['7760,986,40', 'beautiful', 'but', 'wo', "n't", 'last', 'i', 'feel', 'in', 'love', 'with', 'this', 'piece', 'the', 'color', 'are', 'gorgeous', 'and', 'i', 'received', 'so', 'many', 'compliments', 'it', 'lifted', 'my', 'mood', 'just', 'wearing', 'it', 'sadly', 'ut', 'the', 'end', 'of', 'the', 'first', 'wear', 'i', 'had', 'a', 'run', 'up', 'the', 'front', 'and', 'by', 'the', 'middle', 'of', 'the', 'second', 'wear', 'the', 'light', 'fabric', 'got', 'caught', 'on', 'something', 'and', 'a', 'hole', 'developed', 'upon', 'further', 'inspection', 'i', 'found', 'another', 'hole', 'at', 'the', 'top', 'where', 'the', 'price', 'tag', 'must', 'have', 'been', 'attached', 'i', 'also', 'noticed', 'all', 'over', 'pilling', 'after', 'the', 'first', 'wear', 'so', 'sad', 'they', 'should', 'recreate', 'this', 'in', 'a', 'heavy', 'fabric', ',1,0,1', 'general', 'jackets', 'jackets'] ['7761,1016,45', 'poor', 'zipper', 'beautiful', 'skirt', 'i', 'tried', 'on', 'the', 'skirt', 'today', 'in', 'the', 'store', 'and', 'immediately', 'fell', 'in', 'love', 'with', 'how', 'fluid', 'the', 'fabric', 'is', 'and', 'how', 'it', 'looks', 'and', 'feels', 'on', 'but', 'i', 'had', 'something', 'really', 'awful', 'happen', 'the', 'zipper', 'was', 'hard', 'to', 'zip', 'up', 'so', 'i', 'just', 'left', 'it', 'partially', 'zipped', 'but', 'close', 'to', 'the', 'top', 'but', 'then', 'when', 'i', 'try', 'to', 'take', 'it', 'off', 'the', 'zipper', 'broke', 'and', 'split', 'down', 'the', 'middle', 'but', 'it', 'was', 'stuck', 'on', 'me', 'it', 'was', 'the', 'strangest', 'thing', 'that', 'i', "'ve", 'ever', 'had', 'happened', 'and', 'really', 'embarrassing', 'because', 'i', 'had', 'to', 'come', 'out', 'of', 'the', 'fitting', 'room', 'like', 'that', 'to', 'get', ',4,1,7', 'general', 'bottoms', 'skirts'] ['7762,986,45', 'read', 'the', 'reviews', 'and', 'thought', 'i', 'would', 'just', 'remove', 'the', 'label', 'asap', 'to', 'prevent', 'snags', 'since', 'i', 'loved', 'the', 'item'] ['however', 'the', 'item', 'came', 'with', 'unrepairable', 'holes', 'not', 'just', 'snags', 'and', 'they', 'are', 'either', 'on', 'the', 'neck', 'or', 'front', 'sleeve', 'which', 'forces', 'me', 'to', 'return', 'the', 'item', 'asap', 'did', "n't", 'even', 'try', 'it', 'on', 'so', 'sad', 'but', 'i', 'still', 'love', 'retailer', ',2,0,0', 'general', 'jackets', 'jackets'] ['7763,1110,42', 'beautiful', 'fabric', 'and', 'flow', 'but', 'it', "'s", 'like', 'a', 'tent', 'i', 'am', '5', '4', 'and', '120', 'lbs', 'i', 'bought', 'the', 'xs', 'as', 'my', 'frame', 'is', 'a', 'bit', 'on', 'the', 'smaller', 'side', 'but', 'the', 'cut', 'is', 'huge', 'a', 'pregnant', 'woman', 'could', 'easily', 'pull', 'this', 'off', 'as', 'a', 'very', 'cool', 'maternity', 'dress', 'i', 'can', 'see', 'it', 'being', 'so', 'cute', 'with', 'a', 'pair', 'of', 'boots', 'or', 'sandals', 'i', 'wanted', 'to', 'get', 'the', 'xxs', 'but', 'it', "'s", 'sold', 'out', 'so', 'sadly', 'will', 'have', 'to', 'send', 'it', 'back', 'but', 'if', 'it', 'works', 'for', 'you', 'definitely', 'buy', 'it', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7764,850,41', ',my', 'favorite', 'for', 'work', 'or', 'going', 'out', 'the', 'perfect', 'black', 'shirt.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7765,986,43', 'quality', 'does', 'not', 'merit', 'cost', 'i', 'generally', 'do', "n't", 'write', 'bad', 'reviews', 'but', 'there', 'is', 'a', 'real', 'discrepancy', 'between', 'the', 'quality', 'of', 'this', 'kimono', 'and', 'the', 'cost', 'the', 'design', 'and', 'colors', 'are', 'great', 'but', 'the', 'fabric', 'is', 'ripping', 'on', 'all', 'the', 'kimonos', 'on', 'the', 'rack', 'in', 'my', 'store', 'where', 'the', 'manufacturer', "'s", 'tag', 'is', 'at', 'the', 'back', 'of', 'the', 'neck', 'the', 'material', 'is', 'very', 'thin', 'so', 'there', 'are', 'other', 'small', 'holes', 'beginning', 'throughout', 'the', 'garment', 'i', 'shop', 'at', 'retailer', 'all', 'the', 'time', 'and', 'this', 'is', 'not', 'a', '98', 'item', 'of', 'clothing', ',1,0,108', 'general', 'jackets', 'jackets'] ['7766,1016,49', 'beautiful', 'fabric', 'poor', 'zipper', 'craftsmanship', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'the', 'fabric', 'is', 'lovely', 'so', 'so', 'soft', 'and', 'drapey', 'the', 'skirt', 'is', 'very', 'flattering', 'good', 'length', 'but', 'the', 'zipper', 'the', 'zipper', 'was', 'already', 'ripped', 'away', 'from', 'the', 'fabric', 'so', 'i', 'was', "n't", 'able', 'to', 'purchase', 'it', 'such', 'a', 'shame', ',3,1,5', 'general', 'bottoms', 'skirts'] ['7767,986,29', 'beautiful', 'fabric', 'unfortunately', 'i', 'had', 'to', 'return', 'it', 'after', 'just', 'one', 'wear', 'it', 'had', 'pills', 'all', 'over', 'the', 'side', 'fabric', 'is', 'too', 'delicate', 'sad', 'to', 'return', ',2,0,1', 'general', 'jackets', 'jackets'] ['7768,986,44', 'beautiful', 'maybe', 'a', 'bit', 'too', 'delicate', 'i', 'absolutely', 'love', 'the', 'look', 'style', 'of', 'this', 'piece', 'perfect', 'for', 'summer', 'evenings', 'only', 'complaint', 'is', 'that', 'it', 'feels', 'maybe', 'a', 'bit', 'too', 'delicate', 'fabric', 'is', 'quite', 'lightweight', 'and', 'may', 'be', 'easy', 'to', 'tear', 'i', 'will', 'be', 'taking', 'special', 'care', 'of', 'this', 'hoping', 'to', 'keep', 'it', 'looking', 'great', 'for', 'the', 'season', ',4,1,9', 'general', 'jackets', 'jackets'] ['7769,1016,44', 'not', 'what', 'i', 'had', 'in', 'mind', 'i', 'did', "n't", 'realize', 'when', 'i', 'ordered', 'that', 'the', 'hem', 'is', 'unfinished', 'below', 'the', 'seam', 'i', "'m", 'not', 'a', 'fan', 'of', 'this', 'look', 'especially', 'in', 'a', 'more', 'expensive', 'skirt', 'the', 'fabric', 'is', 'nice', 'and', 'flowy', 'but', 'i', 'do', 'feel', 'there', 'is', 'maybe', 'too', 'much', 'of', 'it', 'which', 'may', 'be', 'a', 'plus', 'if', 'you', 'wanted', 'a', 'fuller', 'skirt', 'and', 'that', 'the', 'waist', 'runs', 'slightly', 'small', 'i', 'am', 'normally', 'a', '10-12', 'and', 'ordered', 'the', 'large', 'and', 'it', 'fit', 'at', 'my', 'natural', 'waist', 'rather', 'than', 'hanging', 'lower', 'and', 'looser', 'like', 'other', 'styles', 'in', 'this', 'shape', 'i', 'am', '5', '7', 'and', 'i', 'do', 'like', 'fuller', 'skirts', 'but', 'was', ',3,0,3', 'general', 'bottoms', 'skirts'] ['7770,986,34', 'material', 'is', 'awful', 'love', 'retailer', "'s", 'kimonos', 'and', 'when', 'i', 'saw', 'this', 'pattern', 'i', 'had', 'to', 'have', 'it', 'unfortunately', 'when', 'i', 'bought', 'it', 'the', 'tag', 'was', 'already', 'showing', 'holes', 'so', 'they', 'gave', 'me', '15', 'off', 'went', 'to', 'wear', 'it', 'for', 'the', 'first', 'time', 'there', 'was', 'already', 'a', 'huge', 'snag', 'in', 'it', 'i', 'love', 'retailer', 'but', 'for', '98', 'this', 'is', 'not', 'worth', 'your', 'money', ',1,0,1', 'general', 'jackets', 'jackets'] ['7771,88,42', 'cute', 'bedtime', 'boyshort', 'i', 'got', 'these', 'pretty', 'boy', 'shorts', 'because', 'i', 'was', 'looking', 'for', 'a', 'panty', 'that', 'was', 'comfy', 'for', 'bedtime', 'pretty', 'but', 'with', 'a', 'fair', 'amount', 'of', 'coverage', 'i', 'am', 'really', 'happy', 'with', 'them', 'wonderful', 'with', 'a', 'tank', 'top', 'or', 'chemise', 'i', 'think', 'the', 'ruffles', 'are', 'a', 'bit', 'bulky', 'for', 'skinny', 'jeans', 'but', 'i', 'love', 'them', 'for', 'sleeping', 'they', 'feel', 'special', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['7772,1110,56', 'very', 'cute', 'i', 'like', 'this', 'dress', 'because', 'it', 'has', 'a', '60', "'s", 'vibe', 'however', 'if', 'this', 'swing', 'style', 'is', 'too', 'long', 'it', 'just', 'looks', 'dowdy', 'this', 'dress', 'was', 'too', 'long', 'so', 'i', 'shortened', 'and', 'redeemed', 'mine', 'i', 'am', '5', '3', '1/2', 'and', '120', 'lbs', 'this', 'style', 'looks', 'best', 'on', 'me', 'just', 'above', 'the', 'kneecap', 'if', 'you', 'try', 'it', 'on', 'and', 'hate', 'it', 'it', "'s", 'probably', 'because', 'it', "'s", 'too', 'long', 'in', 'the', 'winter', 'i', 'wear', 'this', 'with', 'a', 'long', 'sweater', 'knee', 'length', 'with', 'a', 'waistband', 'in', 'it', 'to', 'give', 'it', 'shape', 'and', 'with', 'boots', 'the', 'dress', 'is', 'lined', 'but', 'it', 'is', 'very', 'very', 'sheer', 'and', 'requires', 'a', 'slip', 'or', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7773,986,42', 'super', 'cute', 'but', 'this', 'is', 'super', 'cute', 'and', 'the', 'colors', 'are', 'so', 'vibrant', 'and', 'its', 'thin', 'enough', 'to', 'wear', 'with', 'tanks', 'for', 'the', 'summer', 'but', 'it', 'already', 'had', 'a', 'hole', 'forming', 'in', 'the', 'upper', 'back', 'shoulder', 'i', 'guess', 'the', 'material', 'was', 'a', 'little', 'too', 'thin', '98', 'is', 'a', 'little', 'too', 'much', 'money', 'for', 'something', 'that', 'gets', 'holes', 'so', 'easily', ',3,0,49', 'general', 'jackets', 'jackets'] ['7774,986,61', 'love', 'it', 'but', 'i', 'snagged', 'this', 'the', 'first', 'day', 'i', 'wore', 'it', 'with', 'my', 'wedding', 'ring', 'it', 'is', 'very', 'delicate', 'and', 'i', 'ca', "n't", 'wear', 'it', 'when', 'i', "'m", 'with', 'my', 'kids', 'because', 'they', 'pull', 'on', 'it', 'so', 'much', 'it', 'will', 'just', 'me', 'by', 'night', 'out', 'wrap', 'i', 'guess', ',3,1,1', 'general', 'jackets', 'jackets'] ['7775,986,45', 'stunning', 'but', 'fabric', 'is', 'too', 'thin', 'the', 'colors', 'on', 'this', 'kimono', 'are', 'amazing', 'and', 'i', 'really', 'loved', 'it', 'however', 'i', 'too', 'noticed', 'the', "'delicateness", 'of', 'the', 'material', 'it', 'is', 'so', 'delicate', 'that', 'parts', 'were', 'starting', 'to', 'fray', 'including', 'next', 'to', 'the', 'kimono', "'s", 'label', 'so', 'sad', ',1,0,6', 'general', 'jackets', 'jackets'] ['7776,516,32', 'swim', 'review', 'this', 'suit', 'is', 'really', 'flattering', 'and', 'comfortable', 'i', 'love', 'the', 'pattern', 'and', 'the', 'removable', 'strap', 'the', 'only', 'downside', 'is', 'the', 'top', 'of', 'the', 'suit', 'folds', 'down', 'easily', 'showing', 'the', 'lining', 'at', 'the', 'top', 'this', 'has', 'been', 'the', 'case', 'with', 'other', 'suits', 'i', "'ve", 'bought', 'from', 'retailer', 'but', 'it', "'s", 'so', 'flattering', 'that', 'i', 'can', 'live', 'with', 'that', 'flaw', ',4,1,6', 'initmates', 'intimate', 'swim'] ['7777,867,41', 'very', 'slimming', 'at', 'first', 'i', 'thought', 'that', 'this', 'sweater', 'would', 'be', 'too', 'thin', 'and', 'show', 'any', 'imperfections', 'but', 'it', 'does', "n't", 'the', 'vertical', 'ribbing', 'really', 'gives', 'it', 'a', 'slimming', 'effect', 'and', 'it', 'is', 'a', 'perfect', 'lightweight', 'cover', 'up', 'that', 'goes', 'with', 'pretty', 'much', 'anything', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7778,867,45', 'gorgeous', 'sweater', 'this', 'is', 'an', 'amazingly', 'soft', 'and', 'gorgeous', 'sweater', 'i', 'typically', 'avoid', 'this', 'brand', 'because', 'most', 'of', 'their', 'pieces', 'run', 'smaller', 'on', 'my', 'frame', 'however', 'this', 'not', 'only', 'fit', 'perfect', 'but', 'it', 'is', 'a', 'beautiful', 'color', 'as', 'well', 'i', 'prefer', 'transitional', 'pieces', 'that', 'can', 'be', 'worn', 'multiple', 'seasons', 'and', 'this', 'one', 'is', 'just', 'right.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7779,928,56', 'beautiful', 'sweater', 'this', 'sweater', 'is', 'much', 'prettier', 'in', 'person', 'than', 'in', 'the', 'picture', 'the', 'colors', 'are', 'soft', 'and', 'feminine', 'medium', 'fit', 'me', 'perfectly', 'this', 'is', 'the', 'soft', 'cuddly', 'sweater', 'i', 'have', 'been', 'looking', 'for', ',5,1,4', 'general', 'tops', 'sweaters'] ['7780,872,38', 'great', 'top', 'for', 'work', 'this', 'is', 'a', 'great', 'top', 'i', 'love', 'how', 'it', "'s", 'loose', 'and', 'hangs', 'away', 'from', 'my', 'body', 'but', 'is', 'banded', 'at', 'the', 'bottom', 'so', 'it', 'is', "n't", 'shapeless', 'the', 'tie', 'at', 'the', 'neck', 'is', 'cute', 'and', 'gives', 'it', 'some', 'personality'] [] ['i', 'usually', 'bounce', 'between', 'a', 's', 'or', 'xs', 'i', 'tried', 'the', 'xs', 'in', 'the', 'store', 'but', 'ordered', 'the', 's.', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7781,872,53', 'love', 'this', 'top', 'i', 'love', 'this', 'top', 'fits', 'great', 'n', 'is', 'elegant', 'great', 'for', 'the', 'workplace', 'n', 'a', 'night', 'out', 'absolutely', 'beautiful', 'quality', 'fabric', 'love', 'love', 'love', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7782,820,31', ',i', 'love', 'this', 'shirt', 'lightweight', 'and', 'versatile', 'perfect', 'for', 'all', 'seasons,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['7783,872,39', 'love', 'this', 'shirt', 'looks', 'great', 'with', 'a', 'pair', 'of', 'black', 'work', 'slacks', 'or', 'with', 'jeans', 'very', 'flattering', 'with', 'the', 'banded', 'hem', 'and', 'the', 'material', 'is', 'soft', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7784,820,35', 'smaller', 'arms', 'larger', 'body', 'i', "'ll", 'start', 'by', 'saying', 'the', 'fabric', 'and', 'concept', 'are', 'beautiful', 'the', 'top', 'is', 'sheer', 'but', 'that', "'s", 'pretty', 'clear', 'in', 'the', 'images', 'and', 'not', 'surprising', 'for', 'a', 'lightweight', 'white', 'blouse', 'the', 'problem', 'is', 'that', 'the', 'arms', 'are', 'more', 'fitted', 'and', 'the', 'torso', 'not', 'the', 'chest', 'but', 'the', 'mid-section', 'is', 'cut', 'fairly', 'wide', 'i', "'m", "5'10", '140', '34b', 'and', 'usually', 'wear', 'a', '4', 'or', 'a', 'small/medium', 'depending', 'on', 'how', 'relaxed', 'i', 'want', 'the', 'fit', 'i', 'purchased', 'this', 'in', 'a', '4.', 'the', 'arms', 'were', 'workable', 'but', 'slightly', 'fitted', 'and', 'the', 'torso', 'fit', 'like', 'an', '8.', 'chest', 'was', 'as', 'expect', ',2,0,7', 'general', 'petite', 'tops', 'blouses'] ['7785,820,50', 'another', 'beautiful', 'white', 'top', 'great', 'fit,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7786,867,37', ',crazy', 'soft', 'and', 'comfy', 'light', 'weight', 'so', 'will', 'be', 'great', 'for', 'spring/', 'summer', 'and', 'layering', 'so', 'happy', 'i', 'bought', 'it.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7787,867,39', 'cuter', 'than', 'i', 'thought', 'i', 'saw', 'someone', 'try', 'this', 'on', 'when', 'it', 'was', '40', 'off', 'sale', 'and', 'should', 'ahve', 'purcahsed', 'it', 'then', 'ended', 'up', 'going', 'back', 'today', 'for', 'it', 'it', 'is', 'very', 'soft', 'adn', 'flattering', 'also', 'i', 'purchased', 'the', 'balck', 'this', 'can', 'go', 'with', 'pretty', 'much', 'anything', 'jeans', 'skirts', 'dresses', 'you', 'name', 'it', 'very', 'neutral', 'and', 'flattering', 'fit', 'nto', 'sure', 'if', 'petite', 'would', 'have', 'worked', 'but', 'too', 'late', 'anyway', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['7788,867,69', 'love', 'this', 'sweater', 'if', 'you', "'re", 'looking', 'for', 'a', 'sweater', 'that', "'s", 'super', 'soft', 'and', 'comfortable', 'you', "'ve", 'found', 'it', 'you', 'could', 'wear', 'this', 'almost', 'anywhere', 'except', 'for', 'a', 'dressy', 'occasion', 'but', 'then', 'of', 'course', 'you', 'would', "n't", 'wear', 'it', 'with', 'a', 'dress', 'anyway', 'i', 'wish', 'it', 'came', 'in', 'other', 'colors', 'because', 'i', "'d", 'buy', 'several', 'it', "'s", 'on', 'the', 'thin', 'side', 'but', 'not', 'too', 'thin', 'the', 'only', 'thing', 'that', 'i', 'should', 'mention', 'is', 'that', 'it', "'s", 'not', 'a', 'black', 'black', 'but', 'more', 'of', 'a', 'faded', 'or', 'brownish', 'black', 'which', 'is', 'really', 'obvious', 'with', 'black', 'leggings', 'or', 'jeans', ',5,1,12', 'general', 'petite', 'tops', 'knits'] ['7789,867,58', 'classic', 'but', 'with', 'an', 'edge', 'from', 'the', 'images', 'it', 'looks', 'like', 'a', 'basic', 'black', 'cardigan', 'look', 'again', 'because', 'it', "'s", 'a', 'beautiful', 'fabric', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', "'m", '5', '1', 'and', 'always', 'wear', 'an', 'xsmall', 'at', 'retailer', 'however', 'i', 'thought', 'it', 'to', 'wear', 'over', 'other', 'articles', 'vogue', 'clothing', 'i', "'d", 'size', 'up', 'it', 'fits', 'perfect', 'i', 'did', 'an', 'xsmall', 'petite', 'and', 'could', "n't", 'be', 'happier', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['7790,1059,65', 'great', 'summer', 'pant', 'these', 'run', 'small', 'in', 'the', 'thighs', 'and', 'behind', 'just', 'like', 'most', 'of', 'the', 'other', 'cartonnier', 'pants', 'i', 'have', 'four', 'pair', 'of', 'cartonnier', 'pants', 'that', 'are', 'all', 'size', '10', 'which', 'is', 'a', 'size', 'or', 'two', 'up', 'from', 'my', 'usual', '6', 'or', '8', 'in', 'other', 'styles', 'print', 'is', 'great', 'fabric', 'is', 'super', 'lightweight', 'and', 'great', 'for', 'summer.,4,1,8', 'general', 'bottoms', 'pants'] ['7791,872,41', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7792,820,26', 'this', 'top', 'fits', 'perfect', 'everywhere', 'except', 'the', 'sleeves', 'are', 'a', 'little', 'tight', 'not', 'uncomfortably', 'so', 'but', 'i', 'wish', 'they', 'had', 'just', 'a', 'little', 'more', 'room', 'so', 'they', 'looked', 'like', 'they', 'did', 'in', 'the', 'picture', 'other', 'than', 'that', 'i', 'love', 'this', 'shirt', 'its', 'super', 'cute', 'and', 'comfy', 'and', 'i', 'have', 'gotten', 'a', 'few', 'compliments', 'on', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7793,867,47', ',it', 'is', 'soft', 'and', 'hangs', 'great', 'problem', 'i', 'wore', 'it', 'one', 'time', 'and', 'the', 'back', 'balled', 'up', 'terrible', 'it', 'looked', 'like', 'i', 'had', 'owned', 'it', 'for', 'years', 'not', 'worn', 'it', 'one', 'time', 'would', "n't", 'recommend', 'though', 'it', 'is', 'sooooo', 'soft', ',1,0,10', 'general', 'petite', 'tops', 'knits'] ['7794,867,27', 'soft', 'but', 'thin', 'this', 'sweater', 'is', 'beautiful', 'but', 'is', 'definitely', 'more', 'for', 'looks', 'than', 'warmth', 'it', "'s", 'very', 'soft', 'but', 'very', 'thin', 'i', 'prefer', 'the', 'way', 'it', 'looks', 'open', 'rather', 'than', 'buttoned', 'i', 'got', 'the', 'moss', 'green', 'color', 'on', 'sale', 'and', 'i', 'am', 'glad', 'i', 'did', "n't", 'pay', 'full', 'price', 'for', 'it', 'it', "'s", 'lovely', 'but', 'certainly', 'not', 'worth', '88', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7795,928,33', 'so', 'comfy', 'this', 'sweater', 'is', 'exactly', 'what', 'you', 'think', 'it', 'is'] [] ['comfy'] [] ['it', 'does', "n't", 'have', 'much', 'shape', 'it', "'s", 'pretty', 'boxy', 'but', 'that', "'s", 'the', 'point', 'it', "'s", 'not', 'one', 'of', 'those', 'figure', 'flattering', 'kind', 'but', 'it', "'s", 'also', 'not', 'shabby', 'looking'] [] ['it', "'s", 'so', 'darn', 'comfortable', 'and', 'soft', 'and', 'the', 'colors', 'are', 'so', 'upbeat', 'and', 'beautiful'] [] ['since', 'it', "'s", 'a', 'fuzzy', 'yarn', 'type', 'of', 'fabric', 'i', 'think', 'the', 'fuzz', 'might', 'start', 'to', 'fall', 'out', 'eventually', 'and', 'i', 'have', 'to', 'be', 'careful', 'not', 'to', 'snag', 'anything', 'on', 'it', 'because', 'i', 'do', "n't", 'want', 'to', 'pull', 'the', 'knitting', 'loose'] [] ['other', 't', ',4,1,0', 'general', 'tops', 'sweaters'] ['7796,867,51', 'not', 'skinny', 'enough', 'to', 'wear', 'this', 'love', 'the', 'softness', 'and', 'the', 'length', 'the', 'color', 'was', 'perfect', 'but', 'you', 'have', 'be', 'be', 'a', 'very', 'skinny', 'almost', 'boney', 'person', 'for', 'you', 'to', 'not', 'show', 'imperfections', 'to', 'your', 'body', 'the', 'fabric', 'is', 'not', 'thick', 'enough', 'and', 'does', 'not', 'have', 'the', 'give', 'to', 'over', 'shadow', 'normal', 'imperfections', 'will', 'be', 'returning', 'the', 'sweater.,1,0,0', 'general', 'petite', 'tops', 'knits'] ['7797,1059,32', 'cute', 'and', 'nice', 'fit', 'i', 'got', 'these', 'in', 'gray', 'and', 'ultimately', 'returned', 'them', 'only', 'because', 'i', 'already', 'have', 'a', 'similar', 'pair', 'of', 'pants', 'they', 'fit', 'true', 'to', 'size', 'and', 'the', 'quality', 'is', 'fantastic', 'i', 'usually', 'do', 'poorly', 'with', 'pants', 'that', 'zip', 'on', 'the', 'side', 'because', 'of', 'my', 'small', 'frame', 'but', 'i', 'had', 'no', 'problem', 'with', 'these', 'at', 'all', 'i', 'may', 'go', 'after', 'the', 'other', 'colors', ',5,1,3', 'general', 'bottoms', 'pants'] ['7798,872,50', 'trendy', 'the', 'tie', 'neck', 'is', 'super', 'on', 'trend', 'this', 'will', 'go', 'great', 'under', 'a', 'jacket', 'or', 'cardi', 'it', "'s", 'a', 'keeper.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7799,516,43', 'great', 'design', 'i', 'loved', 'the', 'design', 'of', 'this', 'suit', 'the', 'zigzag', 'pattern', 'is', 'great', 'at', 'covering', 'up', 'any', 'tummy', 'issues', 'but', 'the', 'print', 'is', 'still', 'fun', 'and', 'not', 'frumpy', 'i', 'got', 'a', 'compliment', 'the', 'first', 'day', 'i', 'wore', 'it', 'it', 'is', 'a', 'great', 'one', 'piece', 'that', 'gives', 'great', 'coverage', 'and', 'yet', 'is', 'still', 'fun', 'the', 'only', 'thing', 'i', 'do', "n't", 'like', 'about', 'the', 'suit', 'is', 'that', 'the', 'top', 'of', 'the', 'suit', 'slips', 'over', 'showing', 'the', 'lining', 'i', 'read', 'this', 'in', 'other', 'reviews', 'and', 'it', 'is', 'true', 'while', 'that', 'is', 'annoying', 'i', 'liked', 'the', 'suit', 'enough', 'to', 'keep', 'it', ',4,1,5', 'initmates', 'intimate', 'swim'] ['7800,872,47', 'pretty', 'under', 'blazer', 'or', 'without.', 'this', 'blouse', 'is', 'so', 'pretty', 'i', 'love', 'the', 'neck', 'tie', 'which', 'gives', 'it', 'interest', 'and', 'wo', "n't", 'look', 'boring', 'on', 'it', "'s", 'own', 'i', "'ll", 'wear', 'this', 'all-year', 'round', 'i', 'ordered', 'an', 'xxs', 'which', 'fits', 'perfect.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7801,867,71', 'quite', 'versitile.', 'i', 'ordered', 'an', 'extra', 'small', 'it', 'fits', 'with', 'both', 'a', 'humble', 'tee', 'and', 'a', 'button', 'down', 'with', 'the', 'sleeves', 'rolled', 'up', 'i', "'ve", 'tried', 'it', 'with', 'jeans', 'and', 'also', 'joggers', 'and', 'heels', 'really', 'a', 'cute', 'and', 'versatile', 'sweater', 'i', 'got', 'the', 'olive', 'but', 'can', 'see', 'where', 'the', 'black', 'might', 'be', 'more', 'universally', 'useful', 'this', 'one', 'works', 'perfectly', 'for', 'me', 'however', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['7802,872,50', 'comfy', 'classy', 'love', 'this', 'top', 'love', 'that', 'it', 'ia', 'jersey', 'knit', 'which', 'makes', 'it', 'comfortable', 'love', 'the', 'print', 'which', 'makes', 'it', 'stand', 'out', 'love', 'the', 'design', 'of', 'a', 'side', 'bow', 'i', 'did', 'not', 'have', 'an', 'issue', 'with', 'the', 'banded', 'hem', 'in', 'fact', 'i', 'like', 'how', 'it', 'makes', 'the', 'top', 'more', 'structured', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7803,1059,39', 'lots', 'of', 'hip', 'room', 'i', 'was', "n't", 'sure', 'how', 'to', 'rate', 'the', 'fit', 'on', 'these', 'i', 'tried', 'my', 'normal', '12', 'and', 'the', 'waist', 'fit', 'pretty', 'well-', 'but', 'there', "'s", 'a', 'lot', 'of', 'room', 'in', 'the', 'hip/pelvis', 'area', 'i', 'tried', 'a', '10', 'but', 'the', 'waist', 'did', "n't", 'fit', 'i', 'can', 'see', 'these', 'gathering', 'when', 'i', 'sit-', 'but', 'i', 'just', 'love', 'the', 'print', 'there', 'is', 'no', 'stretch', 'in', 'these', 'either', 'i', 'have', 'slim', 'legs-', 'if', 'you', 'do', "n't", 'i', 'would', 'size', 'up', 'or', 'just', 'pass', 'the', 'calf', 'is', 'tight', ',4,1,13', 'general', 'bottoms', 'pants'] ['7804,1003,36', 'nice', 'skirt', 'really', 'cute', 'skirt', 'love', 'that', 'it', 'has', 'hidden', 'pockets', 'in', 'the', 'front', 'ended', 'up', 'just', 'being', 'a', 'bit', 'too', 'wide', 'on', 'me', 'ca', "n't", 'size', 'down', 'as', 'fits', 'everywhere', 'else', 'will', 'look', 'great', 'on', 'someone', 'just', 'not', 'me', 'order', 'true', 'to', 'size', 'fits', 'great', ',5,1,0', 'general', 'bottoms', 'skirts'] ['7805,928,41', ',great', 'sweater', 'but', 'it', 'was', 'just', 'a', 'little', 'too', 'short', 'on', 'me', 'so', 'it', 'is', 'going', 'back', 'it', 'is', 'extremely', 'fuzzy', 'and', 'soft', 'though.,4,1,3', 'general', 'tops', 'sweaters'] ['7806,1059,43', 'i', 'love', 'these', 'pants', 'i', 'have', 'a', 'few', 'pair', 'of', 'charlie', "'s", 'and', 'one', 'thing', 'i', 'really', 'like', 'about', 'them', 'is', 'their', 'consistent', 'fit', 'i', 'own', 'this', 'pair', 'in', 'both', 'the', 'orange', 'and', 'gray', 'bought', 'both', 'in', 'my', 'normal', '4.', 'they', 'will', 'stretch', 'so', 'if', 'they', 'are', 'a', 'little', 'snug', 'at', 'try', 'on', 'do', "n't", 'size', 'up', 'definitely', 'recommend', 'these', 'pants', ',5,1,1', 'general', 'bottoms', 'pants'] ['7807,1003,27', 'big', 'and', 'beautiful', 'love', 'everything', 'about', 'this', 'skirt', 'but', 'the', 'sizing', 'i', "'m", 'a', 'size', '6/medium', 'in', 'almost', 'everything', 'but', 'this', 'skirt', 'swallowed', 'me', 'i', 'wise', 'there', 'was', 'a', 'small', 'or', 'even', 'extra', 'small', 'to', 'try', 'out', 'i', "'m", 'also', '5', '5', 'and', 'the', 'skirt', 'was', 'right', 'at', 'my', 'knees', 'definitely', 'size', 'down', 'if', 'you', 'want', 'it', 'to', 'look', 'like', 'the', 'pictures.,3,1,1', 'general', 'bottoms', 'skirts'] ['7808,868,53', 'unflattering', 'cut', 'unfortunately', 'this', 'top', 'looks', 'billowy', 'and', 'boxy', 'on', 'my', 'i', 'am', 'tall', 'and', 'very', 'slim', 'and', 'i', 'look', 'pregant', 'in', 'this', 'one', 'maybe', 'it', 'works', 'better', 'on', 'somebody', 'more', 'curvy.,3,0,0', 'general', 'tops', 'knits'] ['7809,867,34', ',i', 'got', 'the', 'moss', 'color', 'in', 'this', 'cardigan', 'i', "'m", 'not', 'sure', 'why', 'these', 'are', "n't", 'sold', 'out', 'because', 'it', 'is', 'pretty', 'amazing', 'it', 'is', 'super', 'soft', 'and', 'is', 'a', 'cute', 'addition', 'to', 'a', 'casual', 'outfit', 'i', 'would', 'say', 'that', 'for', 'this', 'price', 'it', "'s", 'definitely', 'worth', 'the', 'buy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7810,1059,34', 'orange', 'is', 'too', 'cute', 'ordered', 'in', 'the', 'orange', 'and', 'they', 'are', 'so', 'cute', 'i', 'had', 'to', 'order', 'the', 'other', 'two', 'colors', 'my', 'normal', 'size', '12', 'fit', 'tts', 'i', 'am', 'happy', 'with', 'the', 'fabric', 'fit', 'and', 'color', 'i', 'have', 'an', 'athletic', 'build', 'and', 'had', 'no', 'issues', 'with', 'the', 'side', 'zip', 'waist', 'hip', 'or', 'thighs', ',5,1,0', 'general', 'bottoms', 'pants'] ['7811,928,53', 'very', 'soft', 'i', 'loved', 'this', 'sweater', 'as', 'soon', 'as', 'i', 'opened', 'the', 'package', 'it', 'was', 'soft', 'and', 'the', 'colors', 'of', 'grey', 'peach', 'and', 'white', 'were', 'perfect', 'for', 'this', 'to', 'were', 'into', 'the', 'spring', 'time', 'i', 'am', '5', '3', '102lbs', 'and', 'purchased', 'the', 'xs', 'the', 'arm', 'length', 'was', 'perfect', 'the', 'sweater', 'length', 'hit', 'slightly', 'above', 'my', 'hips', 'the', 'style', 'of', 'the', 'sweater', 'is', 'a', 'bit', 'boxy', 'but', 'not', 'so', 'much', 'that', 'it', 'looks', 'like', 'your', 'wearing', 'a', 'tent', ',4,1,1', 'general', 'tops', 'sweaters'] ['7812,820,51', ',this', 'tunic', 'is', 'a', 'wonderfully', 'updated', 'look', 'it', "'s", 'cinched', 'just', 'a', 'tad', 'at', 'the', 'waist', 'which', 'gives', 'it', 'a', 'great', 'line', 'i', 'paired', 'it', 'with', 'a', 'pair', 'of', 'citizens', 'of', 'humanity', 'crop', 'jeans', 'terrific', 'look', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7813,872,41', 'nice', 'top', 'but', 'could', "n't", 'get', 'over', 'the', 'bubble', 'hem', 'i', 'like', 'the', 'pattern', 'and', 'material', 'on', 'this', 'top', 'but', 'the', 'bubble', 'hem', 'is', "n't", 'flattering', 'on', 'my', 'figure', 'i', 'would', 'recommend', 'this', 'top', 'if', 'you', 'are', 'tiny', 'and', 'petite.,3,1,0', 'general', 'petite', 'tops', 'knits'] ['7814,1054,44', 'beautiful', 'but', 'soooo', 'long', 'these', 'are', 'beautiful', 'pants', 'especially', 'when', 'you', 'walk', 'they', 'are', 'simply', 'beautiful', 'and', 'flow', 'nicely', 'however', 'they', 'are', 'soooo', 'very', 'long', 'i', 'am', '5', '5', '1/2', 'and', 'even', 'with', 'a', 'big', 'wedge', "'s", 'i', 'would', 'have', 'to', 'get', 'these', 'altered', 'the', 'waist', 'seemed', 'very', 'small', 'i', 'am', 'a', 'sz', '12', '10', 'in', 'some', 'stores', 'and', 'i', 'got', 'the', 'large', 'and', 'it', 'was', 'way', 'too', 'tight', 'in', 'the', 'waist', 'and', 'have', 'no', 'stretch', 'or', 'give', 'at', 'all', 'probably', 'a', 'sz', '10', 'at', 'most', 'so', 'unfortunetly', 'they', 'have', 'to', 'go', 'back', ',3,0,1', 'general', 'bottoms', 'pants'] ['7815,1059,37', 'beautiful', 'just', 'ran', 'small', 'i', "'m", 'a', 'size', '4', 'all', 'day', 'everyday', 'but', 'these', 'pants', 'would', "n't", 'even', 'meet', 'around', 'my', 'hips', 'sadly', 'i', "'m", 'returning', 'them', 'tomorrow', ',4,1,1', 'general', 'bottoms', 'pants'] ['7816,1059,45', 'great', 'pants', 'i', 'love', 'charlie', 'pants', 'i', "'ve", 'bought', 'a', 'few', 'in', 'the', 'past', 'and', 'i', "'ve", 'never', 'been', 'disappointed', 'with', 'quality', 'style', 'or', 'fit', 'i', 'love', 'the', 'side', 'zip', 'on', 'these', 'and', 'the', 'nice', 'flat', 'front', 'as', 'a', 'result', 'i', 'wish', 'more', 'pants', 'were', 'side', 'zip-', 'so', 'much', 'more', 'flattering', 'i', 'got', 'these', 'in', 'a', '4', 'my', 'usual', 'size', 'and', 'the', 'fit', 'is', 'perfect', 'i', 'also', 'got', 'these', 'in', 'the', 'regular', 'rather', 'than', 'petite', 'but', 'the', 'length', 'works', 'just', 'fine', 'for', 'my', 'height', 'i', 'bought', 'these', 'in', 'the', 'grey', 'stripe', 'but', 'like', 'them', 'so', 'much', 'i', 'think', 'i', "'ll", 'order', 'another', 'pair', 'in', 'the', 'orange', ',5,1,1', 'general', 'bottoms', 'pants'] ['7817,867,57', 'ribbed', 'cardigan', 'this', 'cardigan', 'looked', 'great', 'on', 'line', 'but', 'it', 'is', 'one', 'of', 'the', 'worst', 'things', 'i', 'ever', 'ordered', 'at', 'retailer', 'the', 'quality', 'is', 'awful', 'and', 'the', 'material', 'feels', 'flimsy', 'and', 'cheap.,1,0,2', 'general', 'petite', 'tops', 'knits'] ['7818,867,47', 'hanging', 'in', 'my', 'closet', 'although', 'i', 'have', "n't", 'worn', 'it', 'yet', 'it', 'is', 'very', 'soft', 'and', 'functional', 'i', 'will', 'watch', 'how', 'i', 'wash', 'it', 'so', 'it', 'stays', 'that', 'way', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7819,872,47', 'very', 'pretty', 'on', 'this', 'shell', 'can', 'be', 'worn', 'casual', 'or', 'dressy', 'depending', 'on', 'what', 'it', 'is', 'paired', 'with', 'enjoy', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7820,872,37', 'beautiful', 'i', 'love', 'this', 'top', 'i', 'debated', 'between', 'an', 'xs', 'and', 'a', 's', 'but', 'i', "'m", 'usually', 'an', 'xs', 'in', 'deletta', 'so', 'that', "'s", 'what', 'i', 'got', 'it', 'fits', 'perfectly', 'and', 'is', 'beautiful', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7821,1059,35', 'material', 'is', 'kind', 'of', 'thick', 'stretchy', 'the', 'orange', 'i', 'ordered', 'was', 'just', 'too', 'bright', 'for', 'me', 'i', "'m", '8/10', 'and', 'got', 'the', '10.', 'i', 'think', 'the', '8', 'would', "'ve", 'worked', 'better', 'sending', 'back', 'mostly', 'bc', 'the', 'color', 'did', "n't", 'look', 'good', 'on', 'me', ',4,0,0', 'general', 'bottoms', 'pants'] ['7822,1059,51', ',size', '0', 'ordered', '.they', 'fit', 'beautifully', 'for', 'the', 'first', '2', 'hours', 'but', 'slowly', 'stretched', 'out', 'and', 'lost', 'their', 'shape', 'sadly.,4,1,3', 'general', 'bottoms', 'pants'] ['7823,1110,24', 'love', 'love', 'love', 'ordered', 'this', 'dress', 'online', 'and', 'hoped', 'for', 'the', 'best', 'because', 'there', 'was', "n't", 'a', 'size', 'chart', 'to', 'reference', 'i', "'m", 'usually', 'in', 'between', 'a', 'size', 'small', 'and', 'a', 'medium', 'i', 'ordered', 'the', 'size', 'small', 'and', 'it', 'fit', 'well', 'for', 'a', 'more', 'flowy', 'look', 'i', 'would', 'have', 'gone', 'with', 'the', 'medium'] ['everything', 'about', 'this', 'dress', 'is', 'soft', 'i', 'love', 'it', 'even', 'the', 'ribbon', 'is', 'delicate', 'soft', 'and', 'made', 'of', 'quality', 'material', 'the', 'lining', 'feels', 'like', 'heaven'] [] ['this', 'dress', 'goes', 'to', 'the', 'floor', 'on', 'me', 'i', "'m", '5', '7', 'i', 'was', 'expecting', 'it', 'to', 'be', 'more', 'mid', 'ankle', 'length', 'but', 'i', 'sti', ',5,1,2', 'general', 'dresses', 'dresses'] ['7824,137,30', 'soft', 'cute', 'socks', 'soft', 'pretty', 'socks', 'a', 'little', 'big', 'if', 'you', 'have', 'smaller', 'feet', 'i', "'m", 'a', 'size', '7.5', 'and', 'they', 'are', 'a', 'tad', 'too', 'big', 'but', 'still', 'comfortable', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['7825,1078,33', 'great', 'transitional', 'dress', 'after', 'reading', 'the', 'reviews', 'stating', 'that', 'this', 'dress', 'was', 'a', 'tent', 'and', 'only', 'fit', 'for', 'the', 'tall', 'and', 'small', 'chested', 'i', 'kind', 'of', 'had', 'a', 'battle', 'of', 'wills', 'in', 'my', 'head', 'over', 'ordering', 'it', 'it', 'is', 'very', 'me', 'but', 'me', 'is', 'also', '5', '5', 'curvy', 'and', 'possessing', 'a', '36g', 'bust', 'i', 'had', 'to', 'post', 'a', 'review', 'because', 'i', 'received', 'the', 'dress', 'today', 'and', 'i', 'actually', 'love', 'it', 'i', 'ordered', 'a', '16', 'and', 'i', 'love', 'the', 'fit', 'i', 'know', 'it', "'s", 'flowy', 'but', 'on', 'me', 'it', "'s", 'far', 'from', 'tent-like', 'i', 'think', 'it', "'s", 'great', 'now', 'as', 'a', 'pre-fall', 'piece', 'with', 'some', 'sandals', 'and', 'a', 'jean', 'jacket', 'and', 'as', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['7826,956,42', 'love', 'it', 'agree', 'with', 'other', 'reviewers', 'the', 'jacket', 'is', 'better', 'in', 'person', 'than', 'on', 'model', 'very', 'nice', 'jacket', 'model', 'does', 'it', 'no', 'justice,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7827,1110,48', 'gorgeous', 'this', 'is', 'seriously', 'a', 'beautiful', 'dress', 'it', 'has', 'such', 'gorgeous', 'colors', 'it', "'s", 'lined', 'so', 'no', 'slip', 'needed', 'it', 'is', 'flowy', 'and', 'just', 'the', 'right', 'length', 'i', 'went', 'with', 'a', 'petite', 'and', 'it', 'is', 'perfect', 'ca', "n't", 'wait', 'to', 'use', 'it', 'at', 'the', 'beach.,5,1,0', 'general', 'dresses', 'dresses'] ['7828,1082,32', 'i', 'wanted', 'to', 'love', 'this', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress'] [] ['i', 'absolutely', 'love', 'the', 'fabric', 'and', 'the', 'bottom', 'of', 'it', 'sadly', 'the', 'top', 'was', 'just', 'too', 'balloon', 'like', 'and', 'poofed', 'out', 'way', 'too', 'much', 'i', 'tried', 'putting', 'a', 'belt', 'with', 'it', 'which', 'helped', 'a', 'little', 'bit', 'if', 'the', 'top', 'had', 'been', 'just', 'a', 'little', 'more', 'fitted', 'this', 'would', 'be', 'awesome', 'i', 'do', "n't", 'know', 'if', 'a', 'smaller', 'size', 'would', 'have', 'helped', 'the', 'issue', 'i', 'ordered', 'a', 'small', 'and', 'considered', 'an', 'xs', 'but', 'in', 'the', 'end', 'just', 'returned', 'it', ',3,0,0', 'general', 'dresses', 'dresses'] ['7829,1082,49', 'great', 'design', 'poor', 'execution', 'the', 'dress', 'is', 'absolutely', 'beautiful', 'in', 'person', 'the', 'blue', 'stripes', 'are', 'a', 'bit', 'brighter', 'and', 'the', 'print', 'on', 'top', 'is', 'more', 'muted', 'it', "'s", 'unique', 'and', 'sure', 'to', 'turn', 'heads', 'being', '5', '2', 'i', 'tried', 'on', 'the', 'small', 'petite', 'this', 'size', 'is', 'usually', 'perfect', 'lengthwise', 'for', 'me', 'however', 'this', 'dress', 'was', 'about', '2', 'too', 'long', 'another', 'complaint', 'is', 'the', 'style', 'of', 'the', 'top', 'half', 'the', 'model', 'in', 'the', 'picture', 'seems', 'to', 'be', 'hiding', 'the', 'puffiness', 'of', 'the', 'top', 'half', 'the', 'top', 'half', 'puffs', 'out', 'and', 'made', 'me', 'appear', 'much', 'wider', 'than', 'i', 'am', 'not', 'a', 'good', 'look', 'on', 'anyone', ',2,0,1', 'general', 'dresses', 'dresses'] ['7830,839,65', ',love', 'this', 'shirt', 'i', 'can', 'dress', 'it', 'up', 'or', 'down', 'great', 'fit,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7831,1082,48', 'garish', 'this', 'may', 'be', 'the', 'ugliest', 'dress', 'with', 'the', 'worst', 'fit', 'i', 'have', 'ever', 'tried', 'the', 'blue', 'stripes', 'are', 'brighter', 'than', 'they', 'appear', 'in', 'the', 'photo', 'absolutely', 'garish', 'the', 'top', 'is', 'baggy', 'with', 'awful', 'beads', 'on', 'the', 'back', 'ties', 'it', 'just', 'looks', 'cheap', 'the', 'skirt', 'is', 'an', 'antebellum', 'nightmare'] ['i', 'did', 'not', 'even', 'want', 'to', 'try', 'it', 'on', 'it', "'s", 'that', 'bad', 'i', 'considered', 'adding', 'a', 'photo', 'but', 'was', 'too', 'horrified'] ['for', 'reference', 'i', "'m", "5'10", 'approximately', 'the', 'height/', 'size', 'of', 'the', 'model', 'but', 'it', 'was', 'shorter', 'than', 'the', 'photo', 'depictes', 'i', 'wanted', 'to', 'like', 'it', ',1,0,8', 'general', 'dresses', 'dresses'] ['7832,1078,42', 'very', 'beautiful', 'but', 'material', 'is', 'scratchy', 'and', 'stiff', 'i', 'really', 'want', 'to', 'love', 'this', 'dress', 'the', 'style', 'and', 'colors', 'are', 'so', 'nice', 'and', 'easy', 'i', 'like', 'the', 'loose', 'flowy', 'feel', 'of', 'the', 'dress', 'it', 'runs', 'a', 'tad', 'large', 'but', 'that', 'is', 'part', 'of', 'the', 'style', 'what', 'bothers', 'me', 'is', 'that', 'the', 'fabric', 'and', 'embroidery', 'is', 'very', 'stiff', 'and', 'itchy', 'to', 'the', 'point', 'where', 'it', 'is', 'uncomfortable', 'on', 'my', 'arms', 'and', 'body', 'even', 'though', 'it', 'is', 'a', 'loose', 'fitting', 'dress', 'also', 'it', 'has', 'lining', 'which', 'is', 'nice', 'for', 'modesty', 'but', 'with', 'the', 'stiff/itchy', 'factor', 'mixed', 'with', 'lining', 'it', 'feels', 'a', 'bit', 'cumbersome', 'i', 'have', "n't", 'decided', 'if', 'i', 'will', 'k', ',3,0,14', 'general', 'petite', 'dresses', 'dresses'] ['7833,1078,45', 'nice', 'styling', 'but', 'shapeless', 'thought', 'this', 'would', 'be', 'a', 'great', 'dress', 'for', 'warm', 'days', 'but', 'alas', 'it', 'fit', 'like', 'a', 'sack', 'love', 'floreat', 'and', 'have', 'a', 'few', 'of', 'their', 'well', 'made', 'dresses', 'shame', 'this', 'did', 'nothing', 'for', 'my', 'curves', 'ordered', 'an', '8', 'usually', 'wear', 'a', '10', 'and', 'it', 'was', 'a', 'tad', 'narrow', 'in', 'the', 'shoulders', 'if', 'you', 'can', 'sport', 'a', 'loose', 'swingy', 'shape', 'this', 'is', 'a', 'great', 'dress', 'with', 'nice', 'detailing', 'but', 'sadly', 'the', 'shape', 'did', 'not', 'work', 'for', 'me', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7834,1082,32', ',,4,1,0', 'general', 'dresses', 'dresses'] ['7835,1110,32', 'floaty', 'beach', 'dress', 'i', 'am', 'not', 'a', 'model', 'shape', 'but', 'this', 'dress', 'looked', 'so', 'light', 'and', 'beautiful', 'i', 'had', 'to', 'try', 'it', 'it', 'was', "n't", 'available', 'in', 'my', 'local', 'store', 'so', 'i', 'risked', 'it', 'and', 'ordered', 'online', 'i', "'m", '5', '6', 'and', 'about', '175', 'lbs', 'the', 'medium', 'fits', 'perfectly', 'i', 'will', 'say', 'that', 'the', 'skirt', 'fabric', 'comes', 'much', 'more', 'sharply', 'pleated', 'than', 'it', 'looks', 'in', 'the', 'photos', 'maybe', 'this', 'hangs', 'out/mellows', 'over', 'time', 'the', 'lining', 'to', 'the', 'knee', 'is', 'going', 'to', 'be', 'great', 'for', 'warm', 'summer', 'days', 'can', 'wear', 'to', 'work', 'with', 'a', 'shrug', 'and', 'some', 'flats', 'or', 'to', 'a', 'summer', 'wedding', 'the', 'pattern', 'is', 'bea', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7836,1082,33', 'great', 'summer', 'dress', 'this', 'dress', 'is', 'very', 'cute', 'and', 'screams', 'summer', 'the', 'stripped', 'skirt', 'adds', 'dimension', 'true', 'maxi', 'length', 'effortless', 'and', 'fun', ',5,1,0', 'general', 'dresses', 'dresses'] ['7837,1059,58', 'a', 'perfectly', 'fun', 'pant', 'for', 'a', 'gray', 'or', 'sunny', 'winter', 'day', 'i', 'like', 'the', 'longer', 'length', 'to', 'the', 'ankle', 'on', 'me', 'pairing', 'with', 'my', 'kate', 'spade', 'black', 'sabina', 'combat', 'boots', 'and', 'a', 'eileen', 'fisher', 'black', 'cashmere', 'boxy', 'cropped', 'sweater', 'another', 'fun', 'option', 'is', 'to', 'pull', 'out', 'the', 'pink', 'accent', 'in', 'the', 'pant', 'with', 'a', 'pink', 'camisole', 'under', 'a', 'black', 'sweater', 'the', 'fabric', 'weight', 'is', 'good', 'for', 'winter', 'they', 'do', 'feel', 'a', 'little', 'itchy', 'at', 'first', 'but', 'it', "'s", 'not', 'noticeable', 'after', 'wearing', 'them', 'a', 'short', 'while', ',5,1,3', 'general', 'bottoms', 'pants'] ['7838,1053,46', 'looks', 'like', 'pajamas', 'not', 'flattering', 'i', 'love', 'jumpsuits', 'for', 'their', 'style', 'and', 'comfort', 'i', 'loved', 'the', 'look', 'of', 'this', 'blue', 'silky', 'piece', 'and', 'the', 'review', 'that', 'said', 'it', 'was', 'like', 'lounge', 'wear', 'you', 'could', 'wear', 'out', 'of', 'the', 'house', 'i', 'agree', 'that', 'it', 'is', 'like', 'lounge', 'wear', 'but', 'for', 'me', 'there', 'were', 'a', 'few', 'challenges'] [] ['first', 'the', 'fit', 'was', 'small', 'i', 'am', 'usually', 'anywhere', 'between', 'a', '2', 'and', 'a', '6', 'depending', 'on', 'style', 'cut', 'and', 'brand', 'i', 'tried', 'the', 'small', 'in', 'this', 'and', 'it', 'was', 'not', 'a', 'flowy', 'look', 'or', 'feel', 'it', 'was', 'restrictive', 'in', 'the', 'hip', 'area', 'in', 'a', 'way', 'that', 'would', 'make', 'me', 'not', 'want', 'to', 'wear', 'th', ',2,0,0', 'general', 'bottoms', 'pants'] ['7839,1082,53', 'swallowed', 'me', 'up', 'do', "n't", 'be', 'fooled', 'by', 'the', 'photos', 'online', 'the', 'color', 'is', 'a', 'bright', 'baby', 'blue', 'not', 'pale', 'blue', 'it', "'s", 'a', 'beautifully', 'designed', 'dress', 'however', 'the', 'material', 'is', 'so', 'bulky', 'and', 'heavy', 'it', "'s", 'so', 'unflattering', 'i', 'was', 'afraid', 'to', 'try', 'it', 'on', 'and', 'my', 'fears', 'came', 'true', 'this', 'dress', 'just', 'hung', 'on', 'me', 'and', 'pulled', 'me', 'down', 'i', 'wanted', 'so', 'much', 'to', 'love', 'it', 'but', 'i', 'returned', 'it', ',1,0,0', 'general', 'dresses', 'dresses'] ['7840,956,31', 'signature', 'piece', 'i', 'love', 'this', 'blazer', 'its', 'perfect', 'for', 'work', 'and', 'makes', 'a', 'great', 'statement', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7841,478,39', 'i', 'liked', 'tehse', 'but', 'my', 'stylist', 'did', "n't", 'love', 'them', 'they', 'are', 'well', 'made', 'the', 'waist', 'line', 'is', 'comfortable', 'and', 'the', 'embroidery', 'is', 'very', 'pretty', 'the', 'hem', 'is', 'loose-fitting', 'perhaps', 'that', 'is', 'what', 'she', 'thought', 'was', 'not', 'as', 'flattering', 'the', 'material', 'is', 'airy', 'nice', 'for', 'summer', 'i', 'think', 'you', 'should', 'give', 'these', 'a', 'try', 'for', 'me', 'perhaps', 'it', 'is', 'my', 'muscular', 'legs', 'that', 'made', 'her', 'hesitate', ',4,1,1', 'general', 'bottoms', 'shorts'] ['7842,1078,47', 'pretty', 'dress', 'seems', 'well', 'made', 'when', 'i', 'received', 'this', 'dress', 'i', 'was', 'surprised', 'by', 'the', 'weight', 'of', 'the', 'fabric', 'it', "'s", 'not', 'as', 'light', 'and', 'gauzy', 'as', 'the', 'photos', 'appear', 'and', 'it', 'is', 'fully', 'lined', 'it', "'s", 'more', 'substantial', 'in', 'a', 'good', 'way', 'also', 'i', 'had', 'thought', 'it', 'would', 'be', 'more', 'of', 'a', 'straight', 'cut', 'but', 'it', "'s", 'definitely', 'a', 'swing', 'which', 'i', 'prefer', 'with', 'the', 'lining', 'it', 'does', 'stand', 'out', 'a', 'bit', 'from', 'your', 'body', 'so', 'it', "'s", 'not', 'a', 'clingy', 'look', 'at', 'all', 'i', 'like', 'it', 'a', 'lot', 'but', 'i', 'do', "n't", 'think', 'it', 'fits', 'the', 'way', 'you', 'would', 'expect', 'from', 'the', 'photo', 'it', "'s", 'roomy', 'i', 'could', 'probably', 'have', 'sized', 'down', 'i', ',5,1,16', 'general', 'petite', 'dresses', 'dresses'] ['7843,1078,46', 'another', 'winner', 'from', 'floreat', 'i', 'found', 'this', 'dress', 'to', 'be', 'a', 'perfect', 'flowy', 'fit', 'for', 'the', 'super-hot', 'tail', 'end', 'of', 'summer', 'this', 'definitely', 'is', 'not', 'a', 'form', 'fitting', 'dress', 'but', 'i', 'bought', 'my', 'regular', 'size', 'medium', 'size', '6', 'and', 'think', 'it', 'fits', 'perfectly', 'i', 'have', 'a', 'pretty', 'small', 'chest', 'and', 'find', 'that', 'sometimes', 'these', 'a-line', 'dresses', 'look', 'better', 'if', 'you', 'do', "n't", 'have', 'a', 'lot', 'on', 'top', 'making', 'them', 'tent', 'out', 'just', 'my', 'opinion', 'personally', 'do', 'not', 'think', 'it', 'has', 'an', 'abundance', 'of', 'fabric', 'in', 'fact', 'it', 'is', 'a', 'lot', 'less', 'roomy', 'than', 'a', 'lot', 'of', 'others', 'in', 'this', 'cut', 'due', 'to', 'the', 'embroidery', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['7844,478,19', 'eye-catching', 'and', 'unique', 'these', 'shorts', 'are', 'very', 'well', 'made', 'and', 'the', 'embroidery', 'work', 'is', 'beautiful', 'the', 'dark', 'yellow', 'is', 'a', 'little', 'bit', 'more', 'orangy', 'looking', 'than', 'in', 'the', 'pictures', 'but', 'is', 'still', 'a', 'pretty', 'color', 'do', "n't", 'expect', 'any', 'give', 'or', 'stretch', 'with', 'these', 'shorts', ',4,1,3', 'general', 'bottoms', 'shorts'] ['7845,1059,56', 'i', 'bought', 'these', 'to', 'go', 'with', 'the', 'boiled', 'wool', 'jacket', 'that', 'is', 'also', 'currently', 'on', 'sale', 'i', 'have', 'several', 'pairs', 'of', 'charlie', 'trousers', 'and', 'i', 'really', 'like', 'the', 'brand', 'these', 'are', 'in', 'a', 'thicker', 'winter', 'fabric', 'and', 'i', 'understand', 'why', 'the', 'other', 'reviews', 'found', 'them', 'itchy', 'i', 'do', "n't", 'find', 'that', 'bothersome', 'but', 'the', 'texture', 'is', 'a', 'bit', 'different', 'the', 'quality', 'is', 'typical', 'for', 'charlies', 'the', 'color', 'stripe', 'is', 'a', 'metallic', 'bronze', 'but', 'could', 'look', 'pink', 'in', 'the', 'right', 'light', 'the', 'fabric', 'is', 'noticeably', 'stretchy', 'i', 'think', 'without', 'that', 'stretch', 'these', ',4,1,1', 'general', 'bottoms', 'pants'] ['7846,1078,44', 'confirmed', 'a', 'tent', 'i', 'should', 'have', 'listened', 'to', 'previous', 'reviewers', 'but', 'the', 'dress', 'looks', 'so', 'good', 'on', 'the', 'model', 'in', 'the', 'two', 'dimensional', 'pictures', 'when', 'it', 'arrived', 'in', 'the', 'mail', 'i', 'realized', 'this', 'is', 'a', 'mistake', 'it', 'has', 'no', 'shape', 'material', 'is', 'poofy', 'and', 'feels', 'cheap', 'it', 'is', 'going', 'back', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['7847,1053,38', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'the', 'fabric', 'is', 'beautiful', 'comfy', 'soft', 'and', 'a', 'great', 'wash/print', 'of', 'blue', 'it', 'reminded', 'me', 'of', 'the', 'ocean', 'however', 'the', 'fit', 'was', 'off', 'the', 'waist', 'was', 'too', 'high', 'the', 'length', 'too', 'short', 'and', 'the', 'straps', 'to', 'long', 'i', 'was', 'very', 'disappointed', 'i', 'considered', 'taking', 'it', 'to', 'the', 'tailor', 'before', 'returning', 'ultimately', 'i', 'decided', 'to', 'return', ',3,0,0', 'general', 'bottoms', 'pants'] ['7848,1110,30', 'ethereal', 'beauty', 'i', 'chose', 'this', 'dress', 'for', 'my', 'engagement', 'photoshoot', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', 'is', 'beyond', 'beautiful', 'my', 'favorite', 'dress', 'ever', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['7849,1078,64', 'love', 'this', 'dress', 'i', 'usually', 'wear', 'a', '4', 'but', 'ordered', 'a', '2', '0', 'because', 'of', 'the', 'previous', 'reviews', 'the', '2', 'fit', 'perfectly', 'the', '0', 'was', 'too', 'snug', 'across', 'the', 'shoulders', 'both', 'sizes', 'were', 'the', 'same', 'length', 'and', 'width', 'except', 'the', 'shoulders.the', 'material', 'is', 'beautiful', 'and', 'seems', 'very', 'well', 'made', 'i', 'am', 'thrilled', 'with', 'this', 'purchase.it', 'looks', 'exactly', 'like', 'the', 'photo', ',5,1,0', 'general', 'dresses', 'dresses'] ['7850,956,43', 'this', 'is', 'so', 'close', 'to', 'perfect', 'but', 'there', "'s", 'a', 'seam', 'down', 'the', 'middle', 'of', 'the', 'back', 'and', 'they', 'did', "n't", 'bother', 'to', 'match', 'the', 'polka', 'dots', 'you', 'can', 'see', 'the', 'mismatch', 'in', 'the', 'second', 'photo', 'i', 'was', 'about', 'to', 'buy', 'the', 'jacket', 'and', 'totally', 'in', 'love', 'when', 'i', 'turned', 'and', 'saw', 'the', 'error', 'i', 'hoped', 'it', 'was', 'one', 'bad', 'match', 'but', 'nope', 'on', 'every', 'one', 'could', "n't", 'unsee', 'did', "n't", 'buy', 'very', 'disappointed', ',1,1,1', 'general', 'petite', 'jackets', 'jackets'] ['7851,822,45', ',i', 'was', 'so', 'excited', 'to', 'get', 'this', 'top', 'but', 'it', "'s", 'boxy', 'and', 'a', 'little', 'itchy', 'from', 'the', 'design', 'i', 'just', 'did', "n't", 'think', 'it', 'was', 'worth', 'the', 'hefty', 'price', 'i', "'m", 'normally', 'a', 'small', 'in', 'retailer', 'clothing,3,0,3', 'general', 'tops', 'blouses'] ['7852,835,52', 'petra', 'tank', 'this', 'tank', 'caught', 'my', 'eye', 'when', 'it', 'first', 'came', 'out', 'couple', 'of', 'months', 'ago', 'love', 'the', 'colors', 'and', 'the', 'embroidery', 'especially', 'the', 'colors', 'on', 'top', 'beautifu', 'and', 'it', 'will', 'complement', 'any', 'skin', 'tone', 'and', 'the', 'bottom', 'is', 'neutral', 'so', 'that', 'this', 'top', 'will', 'go', 'with', 'any', 'bottom', 'this', 'flows', 'too', 'goes', 'great', 'with', 'skinny', 'jeans', 'and', 'flats', 'or', 'put', 'a', 'strappy', 'heels', 'on', 'and', 'it', "'s", 'perfect', 'for', 'evening', 'outings', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['7853,1078,28', 'does', 'not', 'hang', 'well', 'i', 'am', 'typically', 'a', 'small/6', 'in', 'dresses', 'but', 'i', 'should', 'have', 'gone', 'with', 'the', 'other', 'reviewers', 'and', 'sized', 'down', 'it', 'had', 'no', 'shape', 'but', 'hung', 'like', 'a', 'paper', 'sack', 'the', 'armholes', 'fit', 'perfectly', 'though', 'if', 'i', 'had', 'sized', 'down', 'they', 'may', 'have', 'been', 'too', 'tight', 'i', 'am', '5', '6', '140', 'lb'] ['i', 'will', 'return', 'too', 'bad', 'because', 'it', 'is', 'a', 'pretty', 'dress', ',2,0,0', 'general', 'dresses', 'dresses'] ['7854,1082,40', 'gorgeous', 'this', 'dress', 'is', 'so', 'different', 'from', 'any', 'you', 'normally', 'see', 'and', 'its', 'gorgeous', 'the', 'blue', 'on', 'bottom', 'is', 'actually', 'a', 'much', 'brighter', 'blue', 'in', 'person', 'than', 'in', 'the', 'pictures', 'on', 'the', 'site', 'the', 'dress', 'pleats', 'along', 'every', 'blue', 'line', 'so', 'when', 'you', 'walk', 'it', "'s", 'as', 'if', 'the', 'dress', 'changes', 'colors', 'with', 'every', 'movement', 'it', "'s", 'fully', 'lined', 'so', 'nothing', 'shows', 'underneath', 'and', 'it', "'s", 'just', 'really', 'beautiful', 'i', 'also', 'like', 'how', 'the', 'back', 'opens', 'but', 'not', 'all', 'the', 'way', 'down', 'so', 'you', 'can', 'wear', 'a', 'strapless', 'bra', 'without', 'the', 'back', 'showing'] ['but', 'the', 'sizing', 'was', 'a', 'bi', ',5,1,3', 'general', 'dresses', 'dresses'] ['7855,478,29', 'the', 'embroidery', 'and', 'side', 'zip', 'were', 'well', 'constructed', 'the', 'fabric', 'holds', 'onto', 'wrinkles', 'and', 'creases', 'so', 'after', 'a', 'period', 'of', 'sitting', 'there', 'are', 'several', 'creases', 'pointing', 'to', 'one', "'s", 'crotch', 'area', 'this', 'is', "n't", 'too', 'noticeable', 'but', 'definitely', 'makes', 'this', 'a', 'more', 'informal', 'garment', ',4,1,1', 'general', 'bottoms', 'shorts'] ['7856,872,24', 'flattering', 'and', 'easy', 'i', 'completely', 'agree', 'with', 'the', 'other', 'reviewers', 'this', 'top', 'is', 'easy', 'to', 'throw', 'on', 'with', 'jeans', 'or', 'trousers', 'and', 'so', 'comfy', 'i', "'m", '5', '3', 'with', 'a', '34ddd', 'chest', 'and', 'i', 'ordered', 'in', 'my', 'normal', 'medium', 'which', 'looks', 'fantastic', 'and', 'if', 'i', 'wanted', 'to', 'i', 'think', 'i', 'could', 'have', 'sized', 'down', 'for', 'a', 'more', 'form', 'flattering', 'look', 'but', 'i', 'love', 'the', 'ease', 'of', 'this', 'top.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7857,1078,55', 'beautiful', 'but', 'not', 'flattering', 'beautifully', 'made', 'gorgeous', 'colors', 'i', 'wanted', 'to', 'love', 'this', 'but', 'it', 'just', 'was', "n't", 'flattering', 'too', 'a', 'shaped', 'not', 'enough', 'drape', 'to', 'flatter', ',3,0,0', 'general', 'dresses', 'dresses'] ['7858,1059,57', 'i', 'bought', 'these', 'and', 'returned', 'them', 'almost', 'immediately', 'the', 'material', 'looks', 'nice', 'but', 'itchy', 'and', 'heavy', 'the', 'fit', 'is', 'too', 'small', 'and', 'just', 'uncomfortable', 'to', 'wear', ',1,0,2', 'general', 'bottoms', 'pants'] ['7859,965,65', 'love', 'this', 'casual', 'coat', 'love', 'the', 'simple', 'casual', 'elegance', 'of', 'this', 'coat', 'i', 'especially', 'love', 'the', 'colors', 'grey', 'beige', 'because', 'it', 'looks', 'great', 'with', 'my', 'grey', 'jeans', 'as', 'well', 'as', 'my', 'dressier', 'beige', 'pants', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'from', 'this', 'coat', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['7860,1078,57', 'very', 'unique', 'beautiful', 'dress', 'wanted', 'something', 'different', 'even', 'bought', 'the', 'hat', 'very', 'flattering.,5,1,2', 'general', 'dresses', 'dresses'] ['7861,1078,39', ',,4,1,0', 'general', 'dresses', 'dresses'] ['7862,1110,48', 'beautiful', 'i', 'wore', 'this', 'dress', 'to', 'a', 'july', 'wedding', 'in', 'miami', 'beach', 'and', 'if', 'you', 'know', 'sofla', 'you', 'know', 'that', 'it', "'s", 'hot', 'humid', 'and', 'sultry', 'despite', 'the', 'weather', 'the', 'dress', 'was', 'light', 'especially', 'at', 'the', 'bottom', 'because', 'of', 'the', 'slits', 'so', 'i', 'was', "n't", 'terribly', 'hot', 'and', 'sweaty', 'underneath', 'the', 'dress', 'the', 'slip', 'is', 'a', 'good', 'length', 'not', 'too', 'short', 'and', 'not', 'too', 'long', 'which', 'makes', 'for', 'a', 'sexy', 'fit'] [] ['sizingwise', 'i', "'m", '5', '4', 'and', 'weigh', 'about', '120', 'lbs', 'and', 'purchased', 'the', 'dress', 'in', 'pxxs', 'i', 'said', 'the', 'dress', 'was', 'tts', 'because', 'it', 'fit', 'a', 'little', 'bit', 'snug', 'at', 'the', 'u', ',4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['7863,835,39', 'great', 'top', 'just', 'bought', 'this', 'in', 'the', 'store', 'a', 'couple', 'days', 'ago', 'and', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'love', 'the', 'embroidery', 'detail', 'and', 'i', 'feel', 'that', 'the', 'colors', 'are', 'more', 'vibrant', 'in', 'person', 'i', 'typically', 'wear', 'a', '2', 'in', 'most', 'retailer', 'tops', 'but', 'i', 'got', 'a', '0', 'in', 'this', 'and', 'it', 'is', 'great', 'seems', 'to', 'be', 'a', 'generous', 'fit', 'the', 'slits', 'on', 'the', 'sides', 'do', 'come', 'up', 'a', 'bit', 'high', 'but', 'i', 'wore', 'a', 'cami', 'underneath', 'since', 'it', 'is', 'sheer', 'and', 'the', 'slits', 'were', 'not', 'an', 'issue', 'with', 'it', 'looks', 'great', 'with', 'jeans', 'it', 'is', 'a', 'great', 'transitional', 'piece', 'for', 'the', 'fall', 'as', 'i', "'m", 'sure', 'i', 'will', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['7864,1053,51', 'cute', 'and', 'comfy', 'just', 'got', 'this', 'and', 'i', 'have', "n't", 'taken', 'it', 'off', 'all', 'night', 'i', 'feels', 'like', 'lounge', 'wear', 'but', 'is', 'so', 'cute', 'and', 'works', 'with', 'heels', 'or', 'flats', 'throw', 'a', 'necklace', 'on', 'a', 'nice', 'scarf', 'or', 'a', 'jacket', 'and', 'dress', 'it', 'up', 'for', 'going', 'out', 'it', 'looks', 'exactly', 'like', 'the', 'picture', 'and', 'fits', 'true', 'to', 'size', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'piece', 'for', 'spring', 'and', 'summer', 'nothing', 'is', 'better', 'than', 'something', 'that', 'feels', 'like', 'pjs', 'but', 'looks', 'so', 'stylish', ',5,1,0', 'general', 'bottoms', 'pants'] ['7865,1110,29', 'love', 'this', 'dress', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'i', 'wore', 'it', 'in', 'my', 'engagement', 'photos', 'and', 'it', 'is', 'so', 'flowy', 'and', 'so', 'beachy', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', "'s", 'very', 'comfortable', 'as', 'well', 'unfortunately', 'it', 'got', 'ocean', 'water', 'on', 'it', 'in', 'my', 'photos', 'so', 'i', 'took', 'it', 'to', 'the', 'dry', 'cleaners', 'and', 'they', 'lost', 'it', 'hopefully', 'it', 'will', 'come', 'back', 'in', 'stock', 'and', 'i', 'can', 'buy', 'it', 'again', 'it', 'is', 'easily', 'my', 'favorite', 'dress', 'i', 'have', 'owned', 'in', 'quite', 'some', 'time', 'for', 'tall', 'people', 'it', 'may', 'be', 'too', 'short', 'to', 'wear', 'with', 'anything', 'but', 'flats', 'i', "'m", '5', '6', 'and', 'wore', 'sandals', 'and', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7866,1078,37', 'huge', 'the', 'dress', 'fits', 'me', 'like', 'a', 'tent', 'and', 'i', 'looked', 'pregnant', 'maybe', 'this', 'style', 'is', "n't", 'for', 'me', 'and', 'i', 'even', 'sized', 'down', 'otherwise', 'the', 'quality', 'was', 'lovely', 'with', 'an', 'embroidered', 'area', 'on', 'the', 'top', 'and', 'the', 'fabric', 'style', 'mixing', 'was', 'great', 'and', 'very', 'trendy', 'it', 'did', "n't", 'work', 'for', 'me', 'for', 'the', 'right', 'person', 'this', 'is', 'a', 'very', 'well', 'made', 'dress.,3,1,3', 'general', 'dresses', 'dresses'] ['7867,1078,46', 'i', 'want', 'to', 'love', 'this', 'dress', 'the', 'colors', 'and', 'the', 'fabric', 'are', 'absolutely', 'beautiful', 'it', 'is', 'definitely', 'a', 'swing-dress', 'much', 'wider', 'than', 'i', 'expected', 'and', 'i', 'sized', 'down', 'there', 'is', 'also', 'a', 'strange', 'pooch', 'in', 'the', 'shape', 'around', 'the', 'middle', 'i', 'am', 'keeping', 'it', 'because', 'i', 'am', 'in', 'love', 'with', 'the', 'the', 'colors', 'and', 'print', 'and', 'it', 'looks', 'very', 'flattering', 'when', 'paired', 'with', 'a', 'black', 'denim', 'jacket', 'just', 'not', 'alone', ',3,1,1', 'general', 'dresses', 'dresses'] ['7868,872,44', 'flattering', 'top', 'this', 'is', 'a', 'very', 'flattering', 'top', 'i', "'m", 'pretty', 'flat-chested', 'this', 'top', 'does', "n't", 'look', 'too', 'bad', 'i', 'love', 'the', 'subtle', 'peplum', 'it', 'makes', 'it', 'a', 'bit', 'dressy', 'i', "'m", '5', '4', '112', 'lbs', 'got', 'the', 'xs', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7869,478,39', 'great', 'summer', 'shorts', 'i', 'love', 'these', 'i', 'like', 'that', 'they', "'re", 'fancier', 'than', 'your', 'basic', 'summer', 'shorts', 'but', 'they', 'still', 'look', 'casual', 'and', 'effortless', 'unlike', 'the', 'other', 'reviews', 'i', 'found', 'that', 'they', 'run', 'large', 'i', "'m", 'usually', 'a', '4', 'maybe', 'a', '6', 'and', 'the', '4', 'is', 'roomy', 'still', 'looks', 'good', 'though', 'just', 'rides', 'a', 'bit', 'lower', 'on', 'my', 'hips', ',4,1,0', 'general', 'bottoms', 'shorts'] ['7870,1082,60', 'really', 'loved', 'this', 'dress', 'online', 'and', 'was', 'excited', 'to', 'try', 'it', 'out', 'when', 'it', 'arrived', 'it', 'was', 'heavy', 'bulky', 'in', 'the', 'package', 'which', 'did', "n't", 'bode', 'well', 'taking', 'it', 'out', 'of', 'the', 'bag', 'i', 'was', 'surprised', 'at', 'how', 'heavy', 'thick', 'it', 'was', 'the', 'picture', 'really', 'looks', 'like', 'it', 'would', 'be', 'a', 'flowy', 'grecian', 'dress', 'to', 'throw', 'on', 'during', 'a', 'hot', 'summer', 'day', 'but', 'in', 'the', 'reality', 'you', 'might', 'drown', 'in', 'sweat', 'the', 'interior', 'linings', 'promised', 'absolutely', 'no', 'breathing', 'fabric'] [] ['wanted', 'to', 'love', 'this', 'as', 'the', 'style', 'is', 'very', 'cute', 'but', 'was', 'disappointed', 'by', 'the', 'mate', ',2,0,0', 'general', 'dresses', 'dresses'] ['7871,1078,41', 'pretty', 'dress', 'but', 'bad', 'fit', 'i', 'bought', 'this', 'dress', 'on', 'super', 'sale', 'and', 'it', 'was', 'such', 'a', 'great', 'deal', 'sadly', 'it', "'s", 'going', 'back', 'although', 'i', 'sized', 'down', 'i', 'still', 'feel', 'like', 'the', 'dress', 'is', 'shapeless', 'and', 'tent', 'like', 'no', 'wonder', 'why', 'the', 'store', 'had', 'so', 'many', 'still', 'at', 'the', 'price', 'i', 'paid', 'the', 'details', 'on', 'the', 'dress', 'are', 'pretty', 'and', 'it', "'s", 'high', 'quality', 'just', 'wish', 'the', 'fit', 'was', 'better.,3,0,0', 'general', 'dresses', 'dresses'] ['7872,872,38', 'love', 'it', 'love', 'this', 'top', 'you', 'can', 'really', 'fess', 'up', 'i', 'ordered', 'in', 'a', 'small', 'i', 'am', '5', '7', 'and', '154', 'pounds', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['7873,1078,57', 'beautiful', 'but', 'very', 'large.', 'i', 'usually', 'wear', 'size', '4', 'for', 'dress', 'but', 'this', 'is', 'the', 'first', 'time', 'ever', 'i', 'have', 'to', 'go', 'down', 'to', 'size', '0', 'and', 'it', 'fits', 'perfectly', 'well', 'made', 'maybe', 'a', 'bit', 'stiff', 'around', 'armholes', 'nothing', 'major', 'i', 'love', 'the', 'length', 'as', 'i', 'do', "n't", 'like', 'to', 'show', 'my', 'knees', 'great', 'color', 'combinations', 'although', 'this', 'supposed', 'to', 'be', 'a', 'summer', 'dress', 'it', 'looks', 'great', 'for', 'fall', 'just', 'need', 'to', 'add', 'a', 'jacket', 'a', 'pair', 'of', 'boots', 'and', 'i', "'m", 'good', 'to', 'go', 'feeling', 'pretty', ',5,1,1', 'general', 'dresses', 'dresses'] ['7874,1059,23', 'extra', 'i', 'did', 'purchase', 'the', 'pants', 'but', 'ultimately', 'ended', 'up', 'returning', 'because', 'everything', 'such', 'as', 'the', 'print', 'and', 'the', 'length', 'it', 'hits', 'at', 'your', 'ankles', 'is', 'great', 'but', 'there', 'was', 'at', 'least', 'for', 'me', 'a', 'lot', 'of', 'extra', 'fabric', 'in', 'the', 'crotch', 'area', 'and', 'this', 'is', 'not', 'to', 'be', 'crude', 'there', 'really', 'is', "n't", 'another', 'word', 'that', 'i', 'can', 'use', 'and', 'when', 'you', 'sat', 'down', 'it', 'is', 'extremely', 'apparent', 'i', 'am', '5', '6', 'and', 'run', 'between', 'a', 'size', '8', 'and', '10', 'and', '10', 'fit', 'me', 'but', 'again', 'i', 'just', 'think', 'if', 'there', 'was', 'less', 'fabric', 'in', 'the', 'saddle', 'it', 'would', "n't", 'ride', 'up', 'and', 'look', 'more', 'fl', ',4,0,9', 'general', 'bottoms', 'pants'] ['7875,835,44', 'sheer', 'i', 'absolutely', 'love', 'this', 'top', 'the', 'design', 'and', 'the', 'cut', 'it', 'is', 'very', 'long', 'in', 'the', 'back', 'it', 'is', 'very', 'flattering', 'i', 'would', 'have', 'given', 'it', '5', 'stars', 'except', 'it', 'is', 'see', 'through', 'i', 'wish', 'it', 'did', "n't", 'need', 'a', 'cami', 'layering', 'tops', 'gets', 'old', 'fast', 'in', 'the', 'hot', 'weather', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['7876,1118,67', 'fantastic', 'for', 'fall', 'runs', 'true', 'to', 'size', 'with', 'allowance', 'for', 'some', 'bulky', 'clothing', 'underneath', 'for', 'those', 'cool', 'fall', 'days', 'definitely', 'not', 'meant', 'for', 'winter', 'so', 'do', "n't", 'plan', 'on', 'this', 'for', 'freezing', 'cold', 'days', 'the', 'bottom', 'falls', 'nicely', 'over', 'the', 'hips', 'and', 'the', 'color', 'is', 'vibrant', 'and', 'adds', 'some', 'life', 'to', 'any', 'outfit', ',5,1,0', 'general', 'jackets', 'outerwear'] ['7877,1110,39', 'spirit', 'of', 'sea', 'sprites', 'very', 'much', 'in', 'love', 'with', 'this', 'ethereal', 'delicate', 'dress', 'the', 'silk', 'is', 'very', 'light', 'and', 'slightly', 'clingy', 'so', 'take', 'caution', 'when', 'wearing', 'the', 'belt', 'can', 'be', 'adjusted', 'as', 'modeled', 'or', 'you', 'can', 'get', 'creative', 'as', 'there', 'is', 'length', 'the', 'play', 'with', 'the', 'liner', 'finishes', 'above', 'the', 'knee', 'on', 'me', 'in', 'medium', 'petite', 'those', 'of', 'slender', 'torsos', 'and', 'small', 'busts', 'may', 'want', 'to', 'size', 'down', 'otherwise', 'tts', 'for', 'reference', 'i', 'am', '5', '3', '36dd', '140', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['7878,1078,39', 'heavy', 'tenty', 'swingy', 'not', 'a', 'summer', 'dress', 'even', 'though', 'the', 'photos', 'make', 'it', 'seem', 'like', 'it', "'s", 'for', 'hot', 'weather', 'the', 'weight', 'and', 'layers', 'and', 'synthetic', 'fabric', 'is', 'very', 'substantial', 'it', 'is', 'a', 'bit', 'scratchy', 'where', 'there', 'is', 'maroon', 'fabric', 'but', 'not', 'intolerable', 'i', 'love', 'this', 'dress', 'but', 'it', "'s", 'beyond', 'a-line', 'it', "'s", 'a', 'tent', 'i', "'m", 'keeping', 'and', 'will', 'wear', 'for', 'fall', 'with', 'a', 'long', 'sweater', 'to', 'flatten', 'the', 'fullness', 'that', "'s", 'seen', 'in', 'profile', 'for', 'my', 'body', 'type', 'top', 'heavy', 'thick', 'shoulders/back/upper', 'arms', 'i', 'chose', 'the', 'smaller', 'of', 'my', 'size', 'range', 'definitely', 'size', 'down', 'if', ',4,1,4', 'general', 'dresses', 'dresses'] ['7879,1078,26', 'for', 'reference', 'i', 'am', '5', '5', 'about', '140lb', 'typically', 'wear', 'a', 'size', '6.', 'luckily', 'they', 'had', 'it', 'in-store', 'around', 'me', 'so', 'i', 'as', 'able', 'to', 'try', 'it', 'on', 'i', 'read', 'the', 'reviews', 'and', 'first', 'tired', 'on', 'a', 'size', 'down', 'but', 'it', 'still', 'did', "n't", 'look', 'quite', 'right', 'on', 'me', 'i', 'was', 'daring', 'and', 'tried', 'on', 'another', 'size', 'down', 'and', 'i', "'m", 'glad', 'i', 'did', 'there', 'is', 'no', 'lie', 'that', 'it', 'runs', 'large', 'it', "'s", 'a', 'beautiful', 'dress', 'and', 'heavy', 'enough', 'to', 'wear', 'into', 'the', 'fall', 'i', 'will', 'say', 'it', 'does', 'still', 'have', 'a', 'little', 'tenty', 'shape', 'to', 'it', 'but', 'it', "'s", 'just', 'the', 'style', 'of', 'the', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['7880,1110,46', 'a', 'dress', 'to', 'make', 'you', 'feel', 'pretty', 'fully', 'lined', 'until', 'just', 'above', 'the', 'knee', 'silk', 'exterior', 'rayon', 'lining', 'can', 'dress', 'it', 'up', 'or', 'down', 'very', 'lightweight', 'and', 'cool-feeling', 'this', 'is', 'a', 'beautiful', 'dress', 'i', "'m", '5', '9', 'and', 'it', 'fit', 'great', 'shorter', 'people', 'might', 'need', 'to', 'alter', 'it', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'felt', 'like', 'a', 'princess', 'but', 'am', 'hoping', 'it', 'goes', 'on', 'sale', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['7881,1078,47', 'beautiful', 'dress', 'this', 'dress', 'drapes', 'very', 'well', 'and', 'is', 'flattering', 'to', 'many', 'different', 'body', 'shapes', 'the', 'colors', 'give', 'it', 'the', 'flexibility', 'to', 'wear', 'from', 'summer', 'into', 'fall', 'gorgeously', 'designed', ',5,1,1', 'general', 'dresses', 'dresses'] ['7882,1078,43', ',,5,1,0', 'general', 'dresses', 'dresses'] ['7883,1110,54', 'sea', 'dream', 'dress', 'love', 'love', 'love', 'this', 'silk', 'dress', 'i', 'feel', 'classic', 'retailer', 'is', 'back', 'perfect', 'for', 'hot', 'and', 'steamy', 'summer', 'days'] [] ['just', 'a', 'few', 'photos', 'of', 'the', 'back', 'which', 'has', 'the', 'belt', 'band', 'sewn', 'in', 'kind', 'of', 'high', 'so', 'that', 'it', 'can', 'be', 'wrapped', 'through', 'the', 'side', 'loops', 'grecian', 'style', 'for', 'some', 'reason', 'in', 'the', 'online', 'back', 'photo', 'the', 'model', 'is', 'wearing', 'the', 'dress', 'backwards'] [] ['i', "'m", '5', '2', 'currently', '33-25-37', 'or', '38', 'hips', 'narrow', 'shoulders', 'and', 'torso', 'bra', 'size', '28dd/30d/32c', 'i', 'tried', 'on', 'the', 'size', '2', 'regular', 'which', 'is', 'the', 'only', 'one', 'i', 'found', 'in', 'the', 's', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7884,1078,46', 'it', "'s", 'a', 'tent', 'as', 'much', 'as', 'i', 'buy', 'from', 'retailer', 'this', 'is', 'my', 'first', 'review', 'the', 'pictures', 'do', 'not', 'accurately', 'show', 'how', 'large', 'this', 'dress', 'is', 'in', 'person', 'i', 'wanted', 'something', 'that', 'was', 'a', 'bit', 'flowy', 'but', 'this', 'was', 'a', 'reminder', 'of', 'little', 'house', 'on', 'the', 'prairie', 'the', 'most', 'unflattering', 'dress', 'ever', 'and', 'since', 'it', "'s", 'only', 'available', 'online', 'i', "'m", 'not', 'interested', 'enough', 'to', 'try', 'a', 'smaller', 'size', ',1,0,10', 'general', 'dresses', 'dresses'] ['7885,1078,34', 'great', 'casual', 'and', 'dressy', 'this', 'dress', 'is', 'fantastic', 'i', 'ca', "n't", 'help', 'but', 'think', 'the', 'other', 'gals', 'who', 'gave', 'this', 'a', 'low', 'rating', 'were', 'perhaps', 'more', 'petite', 'and', 'did', "n't", 'size', 'down', 'i', 'am', '5', '8', 'and', 'usually', 'a', '10-12.', 'purchased', 'the', '8', 'and', 'it', 'is', 'great', 'fits', 'wonderful', 'and', 'looks', 'so', 'nice', 'for', 'the', 'price', 'i', 'like', 'clothing', 'that', 'does', "n't", 'touch', 'me', 'and', 'this', 'does', 'a', 'great', 'job', 'without', 'looking', 'sloppy', ',4,1,0', 'general', 'dresses', 'dresses'] ['7886,1078,62', ',i', 'bought', 'this', 'dress', 'as', 'a', 'surprise', 'for', 'my', 'daughter', 'she', 'was', 'very', 'happy', 'with', 'it.,5,1,0', 'general', 'dresses', 'dresses'] ['7887,860,65', 'classic', 'stripes', 'i', 'do', 'not', 'know', 'if', 'this', 'item', 'is', 'worth', 'the', 'full', 'price', 'but', 'i', 'love', 'it', 'very', 'soft', 'good', 'length', 'and', 'comfortable', 'to', 'wear', 'the', 'stripes', 'are', 'a', 'perfect', 'width', 'so', 'as', 'not', 'to', 'be', 'overpowering', 'the', 'fabric', 'design', 'is', 'unique', 'and', 'i', 'think', 'the', 'weave', 'added', 'to', 'the', 'cost', 'of', 'production', 'for', 'many', 'it', 'may', 'not', 'be', 'worth', 'the', 'cost', 'but', 'i', 'am', 'glad', 'i', 'purchased', 'this', 'top', 'it', 'is', 'not', 'a', 'sheer', 'fabric', 'try', 'it', 'on', 'if', 'you', 'see', 'it', 'in', 'the', 'store', ',4,1,2', 'general', 'tops', 'knits'] ['7888,877,36', 'gorgeous', 'great', 'fit', 'with', 'tight', 'pants', 'beautiful', 'flower', 'design', 'that', 'goes', 'with', 'everything', 'favorite', 'tshirt', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7889,877,36', 'unique', 'top', 'i', 'loved', 'the', 'beautiful', 'print', 'the', 'sleeves', 'were', 'beautiful', 'as', 'well', 'and', 'added', 'a', 'unique', 'quality', 'to', 'the', 'shirt', 'i', 'also', 'liked', 'the', 'longer', 'length', 'of', 'the', 'shirt', 'i', 'ordered', 'online', 'and', 'kept', 'it', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7890,943,50', 'just', 'beautiful', 'as', 'the', 'previous', 'reviewer', 'stated', 'this', 'wrap', 'is', 'over', 'sized', 'but', 'that', 'is', 'the', 'style', 'the', 'knit', 'is', 'soft', 'and', 'dense', 'and', 'the', 'metallic', 'accents', 'are', 'subtle', 'and', 'lovely', 'this', 'is', 'an', 'heirloom', 'piece', 'that', 'will', 'last', 'for', 'many', 'many', 'years', ',5,1,1', 'general', 'tops', 'sweaters'] ['7891,866,30', 'i', 'tried', 'this', 'top', 'on', 'thinking', 'it', 'would', 'be', 'cute', 'for', 'the', 'summer', 'it', 'looked', 'more', 'like', 'a', 'maternity', 'top', 'with', 'the', 'fullness', 'in', 'the', 'bottom', 'so', 'if', 'you', "'re", 'expecting', 'this', 'one', 'would', 'be', 'great', ',1,0,18', 'general', 'petite', 'tops', 'knits'] ['7892,866,33', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7893,866,65', 'wonderful', 'color', 'and', 'movement', 'this', 'top', 'is', 'great', 'under', 'a', 'blazer', 'for', 'work', 'can', 'be', 'tucked', 'into', 'a', 'skirt', 'and', 'looks', 'great', 'with', 'jeans.necklaces', 'work', 'great', 'with', 'this', 'neckline', 'unless', 'they', 'are', 'short', 'the', 'sea', 'green', 'is', 'wonderful', 'i', 'like', 'the', 'snug', 'armholes', 'but', 'may', 'be', 'a', 'problem', 'for', 'some', 'my', 'hips', 'are', 'larger', 'than', 'my', 'bust', 'so', 'i', 'had', 'to', 'be', 'convinced', 'to', 'try', 'this', 'on', 'and', 'i', "'m", 'glad', 'i', 'was', 'overruled', 'i', 'am', 'a', 'small', 'or', 'medium', 'in', 'retailer', 'tops', 'and', 'i', 'got', 'a', 'small', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['7894,877,34', 'pretty', 'flowers', 'i', 'like', 'the', 'design', 'and', 'the', 'size/style', 'but', 'the', 'fabric', 'is', 'different', 'than', 'expected', 'and', 'not', 'quite', 'as', 'comfortable', 'as', 'possible', 'but', 'i', 'still', 'like', 'it', 'and', 'will', 'keep', 'it.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7895,866,37', ',love', 'love', 'love', 'this', 'mock', 'tank', 'goes', 'fabulous', 'with', 'everything', 'it', "'s", 'flows', 'nicely', 'the', 'mock', 'neck', 'looks', 'fantastic', 'you', 'can', 'probably', 'go', 'one', 'size', 'down.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7896,866,38', 'love', 'such', 'a', 'great', 'classic', 'top', 'very', 'flattering', 'can', 'be', 'worn', 'all', 'year', 'i', 'bought', 'it', 'in', 'grey', 'but', 'think', 'i', "'ll", 'need', 'it', 'in', 'other', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7897,877,46', 'great', 'tee', 'for', 'summer', 'i', 'ordered', 'the', 'size', 'xl', 'and', 'it', 'fits', 'me', 'as', 'it', 'does', 'on', 'the', 'model', 'it', "'s", 'true', 'to', 'size', 'it', 'is', 'made', 'of', 'a', 'scratchier', 'material', 'but', 'is', 'still', 'comfortable', 'to', 'wear', 'definitely', 'needs', 'a', 'tank/cami', 'underneath', 'i', 'love', 'the', 'vintage', 'look', 'it', "'s", 'worn', 'well', 'washed', 'well', 'too', 'i', "'d", 'love', 'to', 'see', 'more', 'versions', 'in', 'this', 'same', 'style', 'i', "'ll", 'get', 'good', 'use', 'out', 'of', 'this', 'in', 'the', 'summer', 'and', 'then', 'will', 'layer', 'cardigans', 'over', 'it', 'in', 'the', 'fall.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['7898,877,39', 'nice', 'design', 'love', 'the', 'rushed', 'sleeves', 'and', 'the', 'flower', 'pattern', 'on', 'the', 'side', 't', 'shirt', 'is', 'however', 'a', 'little', 'thin', 'hence', 'a', 'bit', 'sheer', 'but', 'i', 'loved', 'it', 'nonetheless', 'i', 'saw', 'the', 'loose', 'fit', 'and', 'decided', 'ot', 'order', 'a', 'size', 'down', 'xxs', 'petite', 'ad', 'it', 'is', 'so', 'flattering', 'going', 'to', 'keep', 'it', 'as', 'i', 'do', "n't", 'think', 'petite', 'is', 'going', 'to', 'make', 'it', 'to', 'sale', 'i', 'think', 'it', 'will', 'look', 'very', 'cute', 'with', 'my', 'denim', 'pencil', 'skirt', 'jeans', 'or', 'other', 'pants', 'for', 'casual', 'days', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7899,866,37', 'not', 'flattering', 'i', 'love', 'the', 'shape', 'at', 'the', 'neck', 'but', 'the', 'lack', 'of', 'shape', 'really', 'distracted', 'me', 'from', 'loving', 'this', 'top', 'the', 'fabric', 'is', 'nice', 'but', 'the', 'big', 'boxy', 'shape', 'on', 'the', 'bottom', 'does', "n't", 'do', 'much', 'for', 'you', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'tha', 'this', 'top', 'would', 'be', 'great', 'as', 'a', 'maternity', 'top', 'because', 'it', 'really', 'is', 'cute', 'if', 'you', 'have', 'a', 'baby', 'bump', 'returning', 'the', 'top', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['7900,877,29', 'pretty', 'and', 'comfy', 'this', 'fit', 'nicely', 'and', 'i', 'loved', 'the', 'asymmetrical', 'flower', 'design', 'it', 'is', 'somewhat', 'sheer/see', 'through', 'so', 'i', 'put', 'a', 'tank', 'underneath.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7901,877,65', 'i', 'absolutely', 'love', 'it', 'this', 't', 'shirt', 'is', 'very', 'beautiful', 'i', 'absolutely', 'love', 'it', 'it', 'is', 'soft', 'and', 'flattering', 'and', 'gorgeous', 'perfect', 'for', 'work', 'or', 'play', 'i', 'washed', 'it', 'in', 'gentle', 'cycle', 'cold', 'water', 'i', 'meant', 'to', 'hang', 'to', 'dry', 'but', 'somehow', 'it', 'got', 'in', 'the', 'dryer', 'with', 'towels', 'i', 'was', 'heart', 'sick', 'when', 'i', 'saw', 'it', 'in', 'a', 'crumpled', 'ball', 'but', 'it', 'did', 'not', 'shrink', 'nor', 'wrinkle', 'wow', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7902,866,37', 'pregnancy', 'top', 'i', 'wore', 'this', 'when', 'i', 'was', 'in', 'my', 'third', 'trimester', 'and', 'it', 'worked', 'out', 'great.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7903,866,36', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['7904,866,41', 'beautiful', 'swing', 'top', 'i', 'usually', 'get', 'a', 'large', 'in', 'tops', 'that', 'do', "n't", 'come', 'in', 'tall', 'due', 'to', 'my', 'long', 'torso', 'thanks', 'to', 'the', 'reviews', 'on', 'this', 'one', 'i', 'got', 'the', 'white', 'top', 'in', 'a', 'medium', 'the', 'medium', 'fit', 'perfectly', 'it', 'looked', 'just', 'like', 'it', 'does', 'on', 'the', 'model', 'and', 'not', 'like', 'a', 'maternity', 'top', 'at', 'all', 'the', 'material', 'is', 'thick', 'enough', 'that', 'the', 'white', 'was', "n't", 'see', 'through', 'i', 'paired', 'it', 'with', 'some', 'crop', 'skinny', 'pants', 'and', 'a', 'statement', 'necklace', 'and', 'received', 'many', 'compliments', 'on', 'it', 'the', 'top', 'is', 'a', 'little', 'bland', 'and', 'needs', 'some', 'kind', 'of', 'jewelry', 'to', 'really', 'make', 'it', 'oth', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7905,866,52', 'very', 'flattering', 'love', 'this', 'top', 'i', 'would', 'have', 'bought', 'two', 'but', 'the', 'grey', 'is', 'sold', 'out', 'in', 'my', 'size', 'very', 'comfortable', 'and', 'true', 'to', 'size', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7906,866,36', 'very', 'flattering', 'great', 'cut', 'super', 'flattering', 'it', 'does', 'run', 'a', 'little', 'big', 'in', 'my', 'opinion', 'though', 'i', "'m", 'usually', 'a', 'medium/size', '8', 'and', 'i', 'had', 'to', 'get', 'a', 'small', ',5,1,32', 'general', 'petite', 'tops', 'knits'] ['7907,877,50', 'shriks', 'love', 'this', 'shirt', 'but', 'beware', 'that', 'it', 'shrinks', 'if', 'you', 'place', 'it', 'in', 'the', 'dryer', 'the', 'good', 'news', 'is', 'my', 'teen', 'daughter', 'loves', 'it', 'too', 'and', 'benefited', 'from', 'my', 'mistake', 'i', 'usually', 'wear', 'a', 's', 'or', 'size', '6', 'and', 'bought', 'this', 'in', 'a', 'medium', 'the', 'second', 'time', 'around', 'to', 'allow', 'for', 'dryer', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7908,877,24', 'somehow', 'it', 'did', 'not', 'work', 'i', 'tried', 'yellow', 'motif', 'but', 'unfortunately', 'i', 'did', 'not', 'purchase', 'it'] ['it', 'was', 'quite', 'difficult', 'to', 'explain', 'why', 'it', 'did', 'not', 'work', 'for', 'me'] ['i', 'liked', 'its', 'floral', 'pattern', 'and', 'shape', 'of', 'sleeves'] ['texture', 'was', 'ok'] ['usually', 'i', 'like', 'a', 'cool', 'touch', 'of', 'linen'] ['but', 'this', 't-shirt', 'was', 'not', 'as', 'comfortable', 'as', 'the', 'other', 'products', 'made', 'of', 'linen'] ['i', 'was', 'not', 'quite', 'sure', 'it', 'just', 'was', 'not', 'right', 'for', 'me'] ['only', 'word', 'i', 'could', 'think', 'was', 'average'] ['personally', 'i', 'do', 'not', 'recommend', 'it', 'but', 'who', 'knows', 'maybe', 'it', 'is', 'right', 'for', 'you'] ['so', 'try', 'wear', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['7909,866,57', 'different', 'top', 'i', 'ordered', 'this', 'top', 'in', 'a', 'xs', 'which', 'is', 'what', 'i', 'usually', 'wear', 'in', 'most', 'tops', 'a', 'little', 'big', 'but', 'just', 'shrunk', 'it', 'very', 'comfy', 'and', 'love', 'the', 'color.,4,1,2', 'general', 'petite', 'tops', 'knits'] ['7910,877,28', 'garden', 'top', 'tee', 'this', 'is', 'a', 'very', 'comfortable', 'top', '-versatile', 'in', 'that', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'i', "'m", 'happy', 'with', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7911,866,21', 'dreamy', 'top', 'this', 'top', 'is', 'my', 'new', 'favorite', 'i', 'ordered', 'it', 'on', 'a', 'whim', 'and', 'oh', 'boy', 'am', 'i', 'glad', 'i', 'was', 'so', 'excited', 'for', 'it', 'to', 'be', 'shipped', 'to', 'me', 'and', 'once', 'it', 'arrived', 'i', 'could', "n't", 'wait', 'to', 'put', 'it', 'once', 'i', 'put', 'it', 'on', 'i', 'could', "n't", 'wait', 'to', 'show', 'it', 'off', 'it', 'is', 'such', 'a', 'great', 'bluish-grayish', 'color', 'and', 'looks', 'great', 'with', 'some', 'big', 'hoop', 'earrings', 'shorts', 'and', 'sandals', 'such', 'an', 'easy', 'classic', 'simple', 'shirt', 'that', 'i', 'will', 'probably', 'wear', 'too', 'much', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7912,877,59', 'love', 'this', 'tee', 'i', 'purchased', 'this', 'tee', 'in', 'the', 'neutral', 'motif', 'i', 'love', 'it', 'it', 'is', 'comfortable', 'and', 'it', "'s", 'linen', 'my', 'favorite', 'fabric', 'it', 'drapes', 'well', 'and', 'the', 'birds', 'on', 'branches', 'with', 'blossoms', 'and', 'fruit', 'on', 'the', 'side', 'are', 'a', 'beautiful', 'understated', 'touch', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7913,877,37', 'great', 'basic', 'with', 'a', 'twist', 'my', 'husband', 'saw', 'this', 'in', 'the', 'store', 'while', 'shopping', 'with', 'me', 'and', 'asked', 'me', 'to', 'try', 'it', 'on', 'i', 'do', "n't", 'normally', 'go', 'for', 'patterns', 'like', 'this', 'but', 'i', 'thought', 'it', 'was', 'cute', 'and', 'springy'] [] ['i', 'tried', 'on', 'a', 'large', 'first', 'since', 'i', 'prefer', 'to', 'cover', 'my', 'belly', 'and', 'allow', 'for', 'my', 'broad', 'shoulders', 'i', "'m", 'tall', 'big', 'boned', 'and', '175', 'pounds', 'the', 'large', 'actually', 'stuck', 'out', 'funny', 'at', 'the', 'bottom', 'and', 'did', "n't", 'do', 'much', 'for', 'my', 'shape'] [] ['the', 'medium', 'however', 'was', 'great', 'it', 'was', 'long', 'enough', 'to', 'hide', 'my', 'belly', 'and', 'cover', 'enough', 'of', 'my', 'waistband', 'that', 'i', 'would', "n't", ',5,1,51', 'general', 'petite', 'tops', 'knits'] ['7914,866,50,3', 'colors', 'are', "n't", 'enough', 'i', 'bought', 'all', '3', 'colors', 'and', 'could', "n't", 'be', 'happier', 'love', 'the', 'cut', 'fabric', 'and', 'colors', 'the', 'fabric', 'is', 'light', 'enough', 'to', 'wear', 'in', 'the', 'hot', 'summer', 'of', 'charleston', 'sc', 'but', 'not', 'so', 'light', 'that', 'you', 'can', 'see', 'thru', 'it', 'i', 'love', 'flowing', 'tops', 'in', 'the', 'summer', 'that', 'do', "n't", 'stick', 'to', 'you', 'and', 'this', 'cut', 'does', 'that', 'and', 'is', 'flattering', 'as', 'well', 'i', "'ve", 'already', 'work', 'with', 'shorts', 'and', 'a', 'skirt', 'both', 'looked', 'great', 'easy', 'to', 'accessorize', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['7915,877,65', 'gorgeous', 'summer', 'tee', 'this', 'shirt', 'is', 'beautiful.its', 'very', 'light', 'weight', 'and', 'great', 'summer', 'tee', 'do', "n't", 'hesitate', 'to', 'buy', 'this', 'you', 'wo', "n't", 'be', 'disappointed.i', 'usually', 'do', "n't", 'buy', 't-shirts', 'that', 'are', 'quite', 'this', 'pricey', 'but', 'i', 'knew', 'it', 'might', 'not', 'last', 'till', 'it', 'went', 'on', 'sale.runs', 'a', 'bit', 'large', 'and', 'since', 'it', 'is', 'linen', 'it', 'will', 'likely', 'stretch', 'a', 'bit', 'i', 'have', 'not', 'worn', 'it', 'yet', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['7916,866,70', 'nope', 'this', 'top', 'completely', 'fell', 'short', 'for', 'me', 'i', 'was', 'so', 'excited', 'for', 'it', 'to', 'arrive', 'yesterday', 'and', 'upon', 'opening', 'the', 'package', 'i', 'knew', 'immediately', 'that', 'it', 'was', 'not', 'what', 'i', 'was', 'expecting', 'in', 'the', 'images', 'online', 'there', 'seam', 'up', 'the', 'middle', 'of', 'the', 'shirt', 'is', "n't", 'even', 'noticeable', 'but', 'in', 'person', 'it', 'is', 'very', 'prominent', 'and', 'not', 'in', 'a', 'good', 'way', 'the', 'peplum', 'is', 'a', 'lot', 'fuller', 'then', 'pictured', 'as', 'well', 'did', 'not', 'work', 'well', 'with', 'my', 'large', 'bust', '34d', 'returned.,2,0,3', 'general', 'petite', 'tops', 'knits'] ['7917,877,38', 'nice', 't', 'shirt', 'i', 'bought', 'this', 'on', 'sale', 'the', 'cools', 'on', 'the', 'bird', 'pattern', 'are', 'beautiful', 'and', 'i', 'liked', 'the', 'detail', 'on', 'the', 'sleeves', 'a', 'little', 'see', 'through', 'but', 'ok', 'with', 'a', 'nude', 'bra', 'or', 'tank', 'underneath', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7918,866,29', 'this', 'top', 'runs', 'large', 'i', 'am', 'a', '34', 'd', 'and', 'usually', 'a', 'medium', 'or', 'small', 'the', 'medium', 'was', 'a', 'little', 'loose', 'in', 'the', 'bust', 'but', 'incredibly', 'loose', 'and', 'swingy', 'in', 'the', 'waist', 'my', 'figure', 'was', 'lost', 'in', 'the', 'fabric', 'the', 'small', 'was', 'too', 'small', 'for', 'me', 'in', 'the', 'bust', 'although', 'the', 'waist', 'looked', 'more', 'flattering', 'the', 'coral', 'color', 'was', 'lovely', 'and', 'bright', 'and', 'not', 'too', 'sheer', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['7919,877,48', 'unique', 'design', 'this', 'really', 'is', 'a', 'pretty', 'top', 'i', 'do', 'wish', 'it', 'was', 'a', 'little', 'thicker', 'but', 'it', "'s", 'not', 'as', 'see-through', 'as', 'other', 'tees', 'i', "'ve", 'seen.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7920,866,52', 'not', 'satisfied', 'not', 'great', 'quality', 'runs', 'a', 'bit', 'lose', 'disproportionate', 'too', 'large', 'in', 'neck', 'and', 'arms', 'area', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['7921,877,39', 'perfect', 'tee', 'for', 'spring', 'this', 'tee', 'is', 'so', 'cute', 'and', 'well', 'constructed', 'it', "'s", 'not', 'a', 'fabric', 'that', "'s", 'going', 'to', 'wrinkle', 'and', 'pill', 'eventually', 'which', 'i', 'love', 'it', 'runs', 'tts', 'and', 'i', 'like', 'that', 'it', "'s", 'thin', 'but', 'not', 'to', 'sheer', 'that', 'i', 'need', 'a', 'camisole', 'just', 'a', 'nude', 'bra', ',5,1,9', 'general', 'petite', 'tops', 'knits'] ['7922,877,49', 'pretty', 'but', 'not', 'super-soft', 'this', 'is', 'a', 'pretty', 'top-', 'i', 'like', 'the', 'bird', 'pattern', 'and', 'the', 'asymmetry', 'of', 'the', 'design', 'it', 'is', 'nice', 'that', 'it', 'is', 'a', 'natural', 'fiber', 'linen', 'however', 'the', 'linen', 'is', 'not', 'super-soft', 'against', 'the', 'skin', 'that', 'is', 'typical', 'for', 'linen', 'though', 'with', 'a', 'snugger', 'fitting', 'item', 'such', 'as', 'this', 'tee', 'it', 'may', 'be', 'more', 'noticeable', 'over', 'time', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['7923,877,60', 'lovely', 'linen', 'tee', 'i', 'saw', 'this', 'in', 'my', 'local', 'store', 'and', 'i', 'fell', 'in', 'love', 'with', 'the', 'bird', 'pattern', 'flowing', 'down', 'the', 'right', 'side', 'of', 'the', 'shirt', 'for', 'me', 'i', 'bought', 'the', 'xs', 'and', 'the', 'fit', 'was', 'great', 'i', 'usually', 'take', 'a', 'true', 's.', 'the', 'sleeves', 'have', 'a', 'pulled', 'stitching', 'running', 'down', 'them', 'and', 'the', 'top', 'has', 'nice', 'shaping', 'and', 'flare', 'to', 'it', 'it', 'is', 'a', 'wonderful', 'little', 'tee', 'the', 'fabric', 'is', 'linen', 'and', 'not', 'as', 'soft', 'as', 'cotton', 'but', 'in', 'this', 'case', 'it', 'is', 'not', 'an', 'issue', 'as', 'the', 'tee', 'does', 'not', 'cling', 'to', 'you', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7924,866,42', 'swingy', 'and', 'cute', 'but', 'too', 'wide', 'i', 'ordered', 'a', 'size', 'small', 'usually', 'i', 'am', 'ps', 'but', 'wanted', 'the', 'extra', 'length', 'usually', 'i', 'can', 'get', 'away', 'with', 'a', 'regular', 'small', 'but', 'not', 'this', 'time', 'such', 'a', 'cute', 'style', 'but', 'made', 'me', 'look', 'short', 'wide', 'unfortunately', 'it', "'s", 'going', 'back,2,0,0', 'general', 'petite', 'tops', 'knits'] ['7925,866,35', 'runs', 'large', 'this', 'was', 'huge', 'on', 'me', 'otherwise', 'i', 'thought', 'it', 'was', 'a', 'nice', 'top', 'slimming', 'i', 'did', "n't", 'bother', 'looking', 'for', 'another', 'size', 'though', 'i', 'got', 'a', 'medium', 'i', 'wear', 'a', 'small', 'or', 'medium', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['7926,866,37', 'i', 'was', 'so', 'excited', 'bout', 'this', 'top', 'it', 'looks', 'adorable', 'on', 'the', 'model', 'but', 'was', 'not', 'as', 'flattering', 'in', 'person', 'the', 'white', 'is', 'see', 'through', 'so', 'you', 'will', 'need', 'a', 'tank', 'underneath', 'which', 'looks', 'off', 'with', 'the', 'mock', 'neckline', 'i', 'bought', 'the', 'two', 'other', 'colors', 'which', 'are', 'so', 'pretty', 'but', 'the', 'length', 'of', 'the', 'top', 'hit', 'me', 'at', 'my', 'hips', 'it', 'def', 'does', 'not', 'have', 'the', 'length', 'as', 'described', 'or', 'measured', 'in', 'the', 'description', 'i', 'm', '5', '5', 'and', 'wear', 'an', 'xs', 'and', 'the', 'size', 'was', 'right', 'but', 'length', 'hit', 'at', 'my', 'hips', 'which', 'is', 'my', 'widest', 'part', 'of', 'my', 'body', 'if', 'you', 'have', 'tiny', 'h', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['7927,877,29', 'beautiful', 'print', 'this', 'top', 'was', 'a', 'great', 'find', 'it', 'has', 'a', 'beautiful', 'print', 'on', 'the', 'front', 'and', 'goes', 'perfect', 'with', 'my', 'olive', 'green', 'shorts', 'capris', 'and', 'pants', 'it', 'is', 'slightly', 'sheer', 'but', 'not', 'so', 'much', 'as', 'to', 'need', 'a', 'cami', 'underneath', 'fits', 'true', 'to', 'size', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7928,866,58', 'not', 'as', 'pictured', 'this', 'top', 'arrived', 'today', 'and', 'after', 'trying', 'it', 'on', 'i', 'wanted', 'to', 'leave', 'a', 'review', 'to', 'say', 'that', 'the', 'shirt', 'is', '100', 'without', 'a', 'doubt', 'pinned', 'back', 'on', 'the', 'model', 'in', 'the', 'product', 'picture', 'the', 'fit', 'is', 'designed', 'to', 'be', 'loose', 'so', 'i', 'do', "n't", 'think', 'anyone', 'could', 'possibly', 'get', 'the', 'same', 'look', 'as', 'the', 'model', 'even', 'if', 'they', 'sized', 'down', 'i', "'ve", 'included', 'a', 'picture', 'of', 'how', 'it', 'fits', 'naturally', 'and', 'a', 'picture', 'of', 'how', 'it', 'fits', 'the', 'model', 'as', 'i', 'hold', 'the', 'fabric', 'back', 'it', "'s", 'still', 'a', 'cute', 'shirt', 'just', 'not', 'the', 'flattering', 'top', 'i', 'was', 'expecting', 'i', "'m", 'debating', 'on', ',2,0,6', 'general', 'petite', 'tops', 'knits'] ['7929,866,53', 'wider', 'and', 'swingier', 'than', 'pictured', 'this', 'top', 'looks', 'so', 'pretty', 'on', 'the', 'model', 'however', 'the', 'photo', 'is', 'deceiving', 'as', 'the', 'bottom', 'section', 'is', 'quite', 'wide', 'and', 'loose', 'i', 'am', 'petite', 'but', 'between', 'a', 'c+', 'to', 'd', 'cup', 'the', 'top', 'is', 'not', 'really', 'fitted', 'so', 'my', 'bust', 'pushed', 'the', 'top', 'out', 'and', 'made', 'it', 'look', 'like', 'a', 'maternity', 'piece', 'from', 'the', 'side', 'it', 'hung', 'way', 'in', 'front', 'of', 'my', 'body', 'i', 'am', 'wondering', 'if', 'this', 'is', 'clipped', 'in', 'the', 'back', 'on', 'the', 'model', 'if', 'you', 'are', 'smaller', 'chested', 'and', 'taller', 'this', 'top', 'might', 'look', 'nice', 'on', 'you', 'i', 'am', '5', '1', '105', 'lbs', 'and', 'c-d', 'cup', 'i', 'really', 'loved', 'the', 'fabric', 'and', 'c', ',2,0,5', 'general', 'petite', 'tops', 'knits'] ['7930,877,31', 'vey', 'nice', 'fabric', 'i', 'really', 'like', 'this', 'top', 'while', 'it', 'looks', 'somewhat', 'like', 'just', 'a', 't-shirt', 'it', 'is', 'not', 'the', 'fabric', 'is', 'light', 'and', 'soft', 'it', 'has', 'a', 'great', 'texture', 'feel', 'it', 'dioes', 'not', 'feel', 'like', 'a', 'regular', 'cotton', 'shirt', 'the', 'print', 'is', 'lovely', 'i', 'am', 'very', 'pleased', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7931,866,37', 'not', 'as', 'pictured', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'shirt', 'and', 'so', 'disappointed', 'when', 'i', 'tried', 'it', 'on', 'it', "'s", 'a', 'lot', 'fuller', 'than', 'it', 'looks', 'in', 'this', 'picture', 'or', 'maybe', 'it', "'s", 'because', 'i', 'ordered', 'a', 'large', 'i', "'m", '5', '8', '180lbs', '36d', 'bra', 'size', 'and', 'can', 'fit', 'into', 'a', 'large', 'at', 'retailer', 'just', 'fine', 'but', 'it', 'made', 'me', 'look', 'huge', 'not', 'flattering', 'at', 'all', 'and', 'it', 'was', 'so', 'full', 'that', 'it', 'looked', 'like', 'a', 'short', 'dress', ',3,0,10', 'general', 'petite', 'tops', 'knits'] ['7932,866,33', 'cute', 'i', 'like', 'this', 'top', 'and', 'while', 'it', 'does', "n't", 'look', 'on', 'me', 'like', 'it', 'does', 'the', 'model', 'i', 'think', 'it', 'will', 'be', 'good', 'for', 'work', 'purposes', 'would', 'say', 'it', 'runs', 'big', 'and', 'does', 'have', 'the', 'maternity', 'look', 'risk', 'i', 'bought', 'this', 'two', 'months', 'postpartum', 'so', 'i', 'need', 'tops', 'that', 'cover', 'the', 'post', 'baby', 'belly', 'and', 'this', 'works', 'for', 'that', 'purpose', 'the', 'grey', 'is', 'nice', 'bought', 'on', 'sale', 'but', 'would', "n't", 'recommend', 'paying', 'full', 'price', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7933,877,44', 'versatile', 'shirt', 'i', 'like', 'this', 'shirt', 'because', 'it', 'can', 'be', 'worn', 'for', 'dressy', 'or', 'casual', 'i', 'like', 'the', 'weight', 'although', 'i', 'wish', 'it', 'was', 'just', 'a', 'tad', 'less', 'see-through', 'i', 'can', 'get', 'by', 'without', 'wearing', 'a', 'tank', 'under', 'but', 'i', 'usually', 'feel', 'like', 'i', 'have', 'to', 'wear', 'one', 'i', 'like', 'the', 'link', 'i', 'feel', 'like', 'it', 'runs', 'just', 'a', 'little', 'large', 'i', 'love', 'the', 'length', 'of', 'the', 'sleeves', 'and', 'the', 'detail/cut', 'of', 'the', 'sleeve', 'i', 'like', 'the', 'colors', 'on', 'the', 'shirt', 'too', 'it', "'s", 'a', 'good', 'versatile', 'addition', 'to', 'my', 'wardrobe', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['7934,881,39', 'soft', 'and', 'cute', 'but', 'shrunk', 'i', 'bought', 'the', 'pink', 'one', 'i', 'like', 'this', 'salmon', 'pink', 'color', 'not', 'too', 'girly', 'type', 'of', 'pink'] ['the', 'material', 'is', 'super', 'soft', 'and', 'light', 'i', 'have', 'skinny', 'torso', 'so', 'it', 'looks', 'really', 'nice', 'on', 'me', 'not', 'showing', 'thin', 'body'] ['the', 'only', 'thing', 'that', 'disappointed', 'me', 'was', 'it', 'shrunk', 'after', 'the', 'first', 'wash', 'it', 'shrunk', 'one', 'size', 'when', 'i', 'bought', 'it', 'size', 's', 'it', 'covered', 'my', 'flat', 'hips', 'fits', 'just', 'like', 'the', 'picture', 'but', 'now', 'my', 'hips', 'are', 'showing'] ['i', 'recommend', 'getting', 'a', 'size', 'up', 'if', 'you', 'are', 'too', 'lazy', 'to', 'wash', 'cold', 'air', 'dry', ',3,1,0', 'general', 'tops', 'knits'] ['7935,866,29', 'love', 'i', 'was', 'unsure', 'about', 'this', 'top', 'at', 'first', 'because', 'of', 'reviews', 'saying', 'maternity', 'and', 'this', 'shirt', 'can', 'have', 'that', 'feel', 'if', 'you', 'look', 'at', 'it', 'from', 'that', 'point', 'i', 'tried', 'it', 'again', 'and', 'the', 'arm', 'holes', 'fit', 'perfectly', 'it', 'has', 'a', 'swing', 'cut', 'and', 'a', 'peplum', 'style', 'which', 'brings', 'lots', 'of', 'fabric', 'and', 'swing', 'it', "'s", 'not', 'that', 'it', 'runs', 'big', 'it', "'s", 'supposed', 'to', 'swing/flow', 'from', 'body', 'like', 'many', 'styles', 'but', 'the', 'peplum', 'adds', 'bulk', 'because', 'it', "'s", 'a', 'little', 'thicker', 'fabric', 'so', 'i', 'can', 'see', 'how', 'some', 'may', 'think', 'maternity', 'because', 'of', 'all', 'the', 'fabric', 'and', 'cut', 'but', 'i', 'lov', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['7936,866,37', 'amazing', 'listen', 'up', 'gals', 'buy', 'every', 'color', 'before', 'they', 'disappear', 'this', 'top', 'is', 'amazing', 'so', 'flattering', 'incredible', 'fabric', 'the', 'colors', 'are', 'divine', 'and', 'the', 'price', 'is', 'amazing', 'i', 'am', 'not', 'one', 'who', 'wears', 'peplum', 'tops', 'often', 'if', 'ever', 'a', 'coworker', 'of', 'mine', 'spotted', 'this', 'one', 'in', 'our', 'store', 'and', 'told', 'me', 'as', 'soon', 'as', 'i', 'came', 'in', 'i', "'m", 'curvy', 'generally', 'a', 'l', 'or', 'xl', 'on', 'top', 'and', 'i', 'have', 'hips', 'and', 'a', 'toosh', 'peplums', 'can', 'often', 'either', 'sit', 'on', 'my', 'hips', 'in', 'an', 'unflattering', 'way', 'or', 'look', 'like', 'a', 'maternity', 'top', 'on', 'me', 'this', 'one', 'is', 'magic', 'hits', 'a', 'big', 'longer', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['7937,866,28', 'no', 'shape', 'just', 'got', 'this', 'in', 'love', 'the', 'color', 'and', 'fabric', 'but', 'it', 'has', 'no', 'shape', 'on', 'me', 'i', 'thought', 'i', "'d", 'wear', 'a', 'large', 'because', 'i', 'have', 'a', '36ddd', 'chest', 'but', 'i', 'should', 'have', 'gotten', 'a', 'medium', 'at', 'the', 'largest', 'also', 'even', 'if', 'it', 'did', 'fit', 'it', 'came', 'with', 'a', 'stain', 'resembling', 'toothpaste', 'right', 'in', 'front', 'i', "'ll", 'be', 'returning', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['7938,866,42', 'beautiful', '60', "'s", 'style', 'top', 'i', 'ordered', 'this', 'top', 'in', 'the', 'pretty', 'sea', 'glass', 'green', 'color', 'it', 'is', 'adorable', 'on', 'it', "'s", 'constructed', 'from', 'a', 'nice', 'thick', 'cotton', 'and', 'has', 'a', 'billowy', 'swing', 'look', 'if', 'you', 'are', 'into', 'that', 'which', 'i', 'am', 'the', 'cut', 'of', 'the', 'neckline', 'gives', 'it', 'a', 'cool', '60', "'s", 'vibe', 'my', 'only', 'issue', 'is', 'that', 'the', 'arm', 'holes', 'are', 'cut', 'small', 'also', 'note', 'that', 'because', 'of', 'the', 'wider', 'neckline', 'i', 'found', 'putting', 'a', 'necklace', 'on', 'squashed', 'it', 'in', 'a', 'strange', 'way', 'i', "'m", 'still', 'keeping', 'it', 'because', 'it', 'is', 'awesome', 'in', 'every', 'other', 'aspect', 'most', 'likely', 'i', 'will', 'just', 'jazz', 'it', 'up', 'with', 'fun', 'e', ',5,1,26', 'general', 'petite', 'tops', 'knits'] ['7939,877,33', 'the', 'shirt', 'is', 'nice', 'but', 'not', 'as', 'nice', 'a', 'material', 'as', 'i', 'was', 'hoping', 'but', 'i', 'kept', 'it', 'anyway', 'but', 'after', 'washing', 'it', 'it', 'is', 'even', 'more', 'disappointing', 'not', 'very', 'soft', 'and', 'now', 'kind', 'of', 'an', 'odd', 'length', 'hopefully', 'it', 'will', 'grow', 'on', 'me', 'but', 'would', "n't", 'recommend', 'it', 'especially', 'for', 'the', 'price', ',3,0,5', 'general', 'petite', 'tops', 'knits'] ['7940,866,30', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7941,866,31', 'comically', 'bad.', 'i', 'do', "n't", 'normally', 'write', 'reviews', 'but', 'this', 'shirt', 'was', 'so', 'terrible', 'that', 'i', 'felt', 'inspired'] [] ['first', 'off', 'the', 'seam', 'that', 'is', 'in', 'both', 'the', 'front', 'and', 'back', 'of', 'the', 'shirt', 'is', 'much', 'more', 'pronounced', 'than', 'in', 'the', 'photo', 'secondly', 'there', 'is', 'no', 'shape', 'whatsoever', 'unlike', 'in', 'the', 'photo', 'it', 'bells', 'out', 'like', 'a', 'tent', 'it', 'honestly', 'looks', 'like', 'a', 'shirt', 'you', 'would', 'buy', 'if', 'you', 'were', 'trying', 'to', 'appear', 'pregnant', 'when', 'not', 'overall', 'this', 'shirt', 'is', 'an', 'insult', 'to', 'the', 'female', 'form'] [] ['retailer', 'what', 'is', 'with', 'all', 'of', 'these', 'shapeless', 'frocks', 'in', 'cheap', 'f', ',1,0,4', 'general', 'petite', 'tops', 'knits'] ['7942,866,50', 'wanted', 'to', 'love', 'this', 'i', 'was', 'excited', 'to', 'see', 'this', 'top', 'ordered', 'it', 'and', 'was', 'disappointed', 'it', 'was', 'too', 'tight', 'across', 'the', 'chest', 'and', 'had', 'too', 'much', 'fabric', 'around', 'the', 'bottom', 'i', 'tried', 'this', 'on', '3', 'times', 'hoping', 'for', 'i', 'had', 'been', 'wrong', 'in', 'previous', 'assessments-', 'no', 'luck', ',2,0,1', 'general', 'petite', 'tops', 'knits'] ['7943,877,54', 'very', 'pretty', 'linen', 'tee', 'but', 'scratchy', 'transparent', 'i', 'ordered', 'this', 'in', 'a', 'petite', 'small', 'a', 'petite', 'xs', 'would', 'have', 'fit', 'too', 'fits', 'just', 'like', 'on', 'the', 'model', 'i', "'m", '5', '2', 'currently', '33-25-37ish', 'with', 'narrow', 'shoulders', 'and', 'torso', 'the', 'regular', 'size', 'proportions', 'would', 'have', 'been', 'off', 'on', 'me', 'lovely', 'pattern', 'on', 'a', 'milky', 'white', 'background'] [] ['i', "'m", 'returning', 'it', 'because', 'it', 'feels', 'so', 'scratchy', 'much', 'more', 'than', 'a', 'linen', 'tee', 'i', 'got', 'from', 'retailer', 'a', 'few', 'years', 'ago', 'and', 'that', 'i', 'love', 'especially', 'in', 'hot', 'weather', 'with', 'this', 'one', 'i', 'would', 'also', 'need', 'to', 'wear', 'a', 'cami', 'under', 'it', 'as', 'even', 'my', 'nude', 'bra', 'showed', ',3,1,2', 'general', 'petite', 'tops', 'knits'] ['7944,877,37', 'close', 'but', 'not', 'quite', 'usually', 'i', 'am', 'a', 'huge', 'meadow', 'rue', 'fan', 'but', 'not', 'this', 'time', 'the', 'print', 'is', 'okay', 'but', 'the', 'shirt', 'seemed', 'stiff', 'and', 'the', 'material', 'was', 'not', 'soft', 'if', 'the', 'print', 'was', 'just', 'okay', 'but', 'the', 'shirt', 'was', 'super', 'soft', 'or', 'vice', 'versa', 'i', 'would', 'have', 'probably', 'kept', 'the', 'shirt', 'but', 'since', 'it', 'was', 'neither', 'it', 'was', 'returned', ',3,0,4', 'general', 'petite', 'tops', 'knits'] ['7945,877,35', 'prettier', 'in', 'person', 'i', 'tried', 'the', 'neutral', 'motif', 'one', 'on', 'when', 'it', 'first', 'came', 'out', 'i', 'did', "n't", 'buy', 'but', 'it', 'stayed', 'on', 'my', 'mind', 'b/c', 'the', 'colors', 'were', 'so', 'pretty', 'i', 'got', 'it', 'at', 'sale', 'on', 'sale', 'and', 'am', 'so', 'happy', 'i', 'did', 'it', 'is', 'sheer', 'but', 'i', 'think', 'it', 'would', 'work', 'fine', 'in', 'a', 'casual', 'setting', 'without', 'a', 'tank', 'as', 'long', 'as', 'you', 'have', 'a', 'skin', 'tone', 'bra', 'great', 'buy', 'and', 'tts', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7946,862,37', 'comfy', 'cozy', 'top', 'i', 'have', 'worn', 'this', 'beautiful', 'and', 'super', 'comfy', 'top', 'a', 'number', 'of', 'times', 'since', 'i', 'purchased', 'it', 'it', 'can', 'be', 'casual', 'or', 'add', 'a', 'long', 'necklace', 'and', 'dress', 'it', 'up', 'super', 'versatile', ',5,1,0', 'general', 'tops', 'knits'] ['7947,1099,53', 'soft', 'swing', 'dress', 'i', 'love', 'the', 'way', 'this', 'dress', 'feels', 'and', 'falls', 'if', 'you', 'like', 'a', 'form-fitting', 'bodice', 'this', 'is', 'not', 'the', 'dress', 'for', 'you', 'but', 'the', 'drape', 'and', 'cut', 'is', 'flattering', 'and', 'comfortable', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7948,862,34', 'a', 'turtleneck', 'poncho', 'top', 'i', 'have', 'been', 'looking', 'for', 'a', 'soft', 'turtleneck', 'that', 'can', 'be', 'my', 'to-go', 'piece', 'in', 'the', 'cold', 'weather', 'this', 'fits', 'the', 'bill', 'as', 'far', 'as', 'the', 'material', 'goes', 'the', 'material', 'used', 'is', 'very', 'soft', 'and', 'even', 'though', 'it', 'seems', 'light', 'in', 'weight', 'it', 'is', 'actually', 'very', 'warm', 'and', 'not', 'see', 'through', 'at', 'all', 'i', 'like', 'the', 'feel', 'of', 'this', 'top', 'it', 'would', 'be', 'pretty', 'accurate', 'to', 'say', 'that', 'it', 'feels', 'as', 'if', 'i', 'am', 'wearing', 'a', 'blanket', 'around', 'me', 'it', 'is', 'that', 'comfy', 'however', 'the', 'one', 'detail', 'about', 'this', 'top', 'that', 'i', 'am', 'unsure', 'about', 'is', 'the', 'cut', 'it', 'is', 'very', 'boxy', 'to', 'the', 'e', ',4,1,3', 'general', 'tops', 'knits'] ['7949,1099,68', ',i', 'love', 'this', 'dress', 'it', "'s", 'so', 'flattering', 'and', 'the', 'length', 'is', 'perfect', 'for', 'me', 'now', 'that', 'above', 'the', 'knee', 'dresses', 'are', 'no', 'longer', 'flattering.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7950,877,53', 'great', 'throw-on', 'piece', '5', '7', '145', 'athletic', '34c', 'as', 'info', 'got', 'my', 'usual', 'm', 'and', 'this', 'is', 'everything', 'the', 'previous', 'reviewers', 'have', 'said', 'the', 'sleeves', 'run', 'long', 'a', 'bit', 'bunchy', 'at', 'the', 'wrists', 'cuffing', 'makes', 'them', 'look', 'normal', 'length', 'maybe', 'it', 'could', 'be', 'just', 'the', 'one', 'i', "'ve", 'received', 'i', 'know', 'its', 'a', 'tie', 'waist', 'but', 'when', 'i', 'move', 'it', 'opens', 'as', 'if', 'the', 'body', 'is', 'a', 'tad', 'small', 'it', 'does', 'fit', 'like', 'the', 'photo', 'but', 'opens', 'with', 'ordinary', 'movement', 'pull', 'it', 'tighter', 'double-knot', 'it', 'you', 'say', 'it', 'only', 'reinforced', 'my', 'belief', 'that', 'i', 'needed', 'to', 'size', 'up', 'i', 're-ordered', 'in', 'a', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['7951,862,23', 'la', 'la', 'love', 'the', 'textured', 'marled', 'stripes', 'on', 'this', 'top', 'are', 'so', 'soft', 'and', 'give', 'this', 'pullover', 'the', 'edge', 'it', 'needs', 'a', 'few', 'people', 'have', 'asked', 'me', 'where', 'i', 'bought', 'this', 'from', 'and', 'i', "'ve", 'only', 'worn', 'it', 'twice', 'fits', 'like', 'the', 'photo-', 'i', "'m", '5', '2', '115lbs', 'and', 'bought', 'the', 'xs', ',5,1,4', 'general', 'tops', 'knits'] ['7952,939,44', 'beautiful', 'sweater', 'i', 'love', 'this', 'sweater', 'the', 'wool', 'is', 'soft', 'and', 'not', 'itchy', 'it', 'can', 'be', 'worn', 'tied', 'in', 'the', 'front', 'as', 'shown', 'or', 'tied', 'in', 'the', 'back', 'pretty', 'embrodering', 'and', 'very', 'flattering.,5,1,14', 'general', 'petite', 'tops', 'sweaters'] ['7953,939,35', 'flattering', 'and', 'functional', 'i', 'really', 'love', 'this', 'sweater', 'it', 'is', 'very', 'flattering-especially', 'in', 'the', 'back', 'and', 'the', 'color', 'is', 'very', 'versatile', 'so', 'it', 'can', 'compliment', 'virtually', 'anything', 'the', 'tie', 'does', 'not', 'go', 'all', 'the', 'way', 'around', 'the', 'waste', 'which', 'took', 'me', 'a', 'little', 'getting', 'used', 'to', 'but', 'it', 'is', 'not', 'a', 'problem', 'for', 'me', 'it', 'is', 'comfortable', 'and', 'keeps', 'to', 'the', 'quality', 'of', 'other', 'boiled', 'wool', 'products', 'just', 'be', 'careful', 'washing', 'it', 'i', 'washed', 'mine', 'on', 'hand', 'cycle', 'which', 'is', 'usually', 'fine', 'for', 'everything-even', 'cashmere', 'but', 'this', 'one', 'did', "n't", 'survive', 'it', 'lesson', 'learned', 'an', ',5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['7954,1099,44', ',size', 'up', 'this', 'dress', 'is', 'great', 'quality', 'and', 'so', 'flattering', 'but', 'tight', 'in', 'the', 'arms', 'and', 'chest', 'ordered', 'in', 'my', 'usual', 'xs', 'and', 'will', 'regretfully', 'need', 'to', 'return', 'it.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7955,833,51', 'nice', 'fit', 'this', 'blouse', 'has', 'a', 'nice', 'casual', 'feel', 'with', 'feminine', 'lines', 'and', 'the', 'swingy', 'design', 'is', 'flattering.,4,1,0', 'general', 'tops', 'blouses'] ['7956,1092,46', 'looks', 'better', 'in', 'person', 'this', 'is', 'a', 'great', 'white', 'dress', 'for', 'summer'] [] ['i', 'tried', 'on', 'a', '4', 'in', 'store', 'and', 'it', 'was', 'too', 'big', 'for', 'me', 'especially', 'in', 'the', 'underarm', 'area', 'when', 'i', 'tried', 'on', 'the', '2', 'it', 'fit', 'perfectly', 'i', 'almost', 'felt', 'like', 'there', 'should', 'be', 'a', '3', 'ha', 'ha', 'because', 'it', 'felt', 'like', 'it', 'made', 'more', 'of', 'a', 'difference', 'to', 'downsize', 'than', 'i', 'expected', 'that', 'being', 'said', 'i', 'took', 'the', '2', 'home', 'since', 'it', 'looked', 'like', 'it', 'was', 'tailored', 'to', 'fit', 'my', 'body', 'but', 'not', 'in', 'a', 'super', 'tight', 'way'] [] ['fyi', 'i', "'m", 'not', 'super', 'curvy', 'if', 'you', 'have', 'a', 'larger', 'chest', 'you', 'may', 'need', 'your', 'regular', 'size', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7957,833,53', 'just', 'beautiful', 'this', 'top', 'is', 'delicate', 'and', 'so', 'feminine', 'it', 'is', 'beautiful', 'does', 'run', 'small', 'i', 'had', 'to', 'size', 'up', 'i', "'m", 'usually', 'a', '6-8', 'm', 'and', 'had', 'to', 'buy', 'l.', 'it', 'has', 'no', 'stretch', 'so', 'i', 'needed', 'room', 'for', 'movement.,5,1,8', 'general', 'tops', 'blouses'] ['7958,939,32', 'beautiful', 'this', 'is', 'beautiful', 'it', 'can', 'serve', 'as', 'a', 'sweater', 'or', 'a', 'coat', 'and', 'i', 'ca', "n't", 'wait', 'to', 'start', 'wearing', 'it.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7959,1104,51', 'comfortable', 'and', 'work', 'appropriate', 'the', 'dress', 'is', 'exactly', 'as', 'pictured', 'i', 'bought', 'it', 'for', 'work', 'and', 'it', 'is', 'perfect', 'the', 'lining', 'is', 'the', 'entire', 'length', 'of', 'the', 'dress', 'and', 'it', 'hits', 'just', 'at', 'the', 'knee', 'i', 'would', 'say', 'it', 'is', 'true', 'to', 'size', 'however', 'it', 'was', 'a', 'bit', 'tight', 'in', 'my', 'shoulders', 'but', 'i', 'have', 'very', 'broad', 'shoulders', 'i', 'received', 'compliments', 'all', 'day', 'and', 'remarked', 'to', 'myself', 'it', 'was', 'so', 'comfortable', 'it', 'was', 'like', 'wearing', 'pajamas', ',5,1,1', 'general', 'dresses', 'dresses'] ['7960,1025,58', 'second', 'to', 'shopping', 'for', 'a', 'swimsuit', 'i', 'hate', 'shopping', 'for', 'jeans', 'so', 'difficult', 'to', 'find', 'a', 'pair', 'that', 'are', 'both', 'comfortable', 'and', 'stylish', 'the', 'good', 'news', 'is', 'that', 'this', 'pair', 'is', 'both', 'the', 'length', 'hits', 'slightly', 'below', 'my', 'ankle', 'which', 'is', 'the', 'perfect', 'length', 'for', 'me', 'i', "'m", '5', '5', 'they', 'are', 'a', 'slim', 'fit', 'with', 'a', 'slight', 'bit', 'of', 'stretch', 'i', 'ordered', 'the', 'size', '27', 'which', 'is', 'my', 'normal', 'size', 'and', 'they', 'fit', 'perfectly', 'love', 'the', 'wash', 'for', 'a', 'casual', 'look', 'wish', 'they', 'also', 'came', 'in', 'a', 'darker', 'wash', 'for', 'a', 'dressier', 'look', 'all', 'in', 'all', 'i', 'am', 'quite', 'pleased', 'w', ',5,1,8', 'general', 'bottoms', 'jeans'] ['7961,1092,31', 'pretty', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'my', 'bridal', 'shower', 'it', "'s", 'beautiful', 'tts', 'i', 'usually', 'wear', '2/4', 'in', 'retailer', 'and', 'the', 'small', 'was', 'perfect', 'i', 'tried', 'on', 'in', 'store', 'and', 'the', 'dress', 'had', 'a', 'few', 'snags', 'and', 'defects', 'they', 'ordered', 'me', 'one', 'to', 'be', 'delivered', 'to', 'my', 'apt', 'and', 'it', 'was', 'perfect', 'the', 'back', 'is', 'pretty', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7962,877,41', ',great', 'fit', 'and', 'very', 'flattering', 'if', 'you', 'have', 'curves', 'perfect', 'to', 'throw', 'over', 'just', 'about', 'anything', 'i', "'ve", 'only', 'owned', 'it', 'for', '9', 'days', 'and', 'have', 'worn', 'it', 'four', 'times.,5,1,10', 'general', 'petite', 'tops', 'knits'] ['7963,1006,39', 'it', "'s", 'just', 'horrible', 'well', 'the', 'model', 'looks', 'great', 'and', 'i', 'really', 'like', 'interesting', 'unusual', 'designs', 'as', 'it', 'can', 'be', 'really', 'unique', 'for', 'very', 'long', 'time', 'i', 'tried', 'and', 'when', 'i', 'opened', 'package', 'it', 'was', 'funny', 'looking', 'tent', 'with', 'several', 'beautiful', 'buttons', 'fits', 'like', 'tent', 'long', 'huge', 'make', 'me', 'look', 'like', 'i', 'am', 'on', 'military', 'trials', 'and', 'i', 'supposed', 'to', 'be', 'some', 'sort', 'of', 'target', ',2,0,0', 'general', 'bottoms', 'skirts'] ['7964,939,33', 'absolutely', 'stunning', 'i', "'m", 'so', 'glad', 'i', 'splurged', 'on', 'this', 'sweater', 'coat', 'wow', 'this', 'is', 'the', 'kind', 'of', 'product', 'i', 'come', 'to', 'retailer', 'from', 'very', 'unique', 'good', 'quality', 'flattering', 'and', 'surprisingly', 'soft', 'i', 'wore', 'this', 'over', 'a', 'sleeveless', 'dress', 'for', 'a', 'few', 'hours', 'and', 'not', 'only', 'was', 'i', 'very', 'warm', 'my', 'arms', 'were', "n't", 'itchy', 'or', 'irritated', 'at', 'all', 'on', 'the', 'contrary', 'it', 'was', 'quite', 'comfortable', 'and', 'soft', 'this', 'is', 'a', 'bit', 'pricey', 'but', 'i', 'will', 'definitely', 'get', 'good', 'use', 'of', 'it', 'i', 'found', 'it', 'to', 'run', 'true', 'to', 'size', 'i', 'typically', 'wear', 'a', '6', 'and', 'ordered', 'a', 'small', 'my', 'only', 'quibb', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7965,1099,29', 'porportions', 'seem', 'odd', 'the', 'design', 'of', 'this', 'dress', 'was', 'very', 'off', 'for', 'my', '5', '4', '120', 'lb', '32d', 'frame', 'it', "'s", 'low-cut', 'and', 'tight', 'in', 'the', 'bust', 'but', 'then', 'very', 'voluminous', 'and', 'unstructured', 'around', 'the', 'hips', 'making', 'me', 'look', 'wide', 'there', 'a', 'belt', 'did', "n't", 'help', 'much', 'the', 'fabric', 'is', 'nice', 'but', 'the', 'overall', 'effect', 'of', 'the', 'dress', 'was', 'frumpy', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['7966,862,63', 'basic', 'go', 'to', 'love', 'the', 'feel', 'and', 'comfort,3,1,0', 'general', 'petite', 'tops', 'knits'] ['7967,1099,40', 'perfect', 'dress', 'for', 'a', 'nice', 'day', 'although', 'they', 'did', "n't", 'have', 'any', 'sizes', 'left', 'for', 'me', 'when', 'i', 'got', 'to', 'the', 'store', 'to', 'buy', 'it', 'they', 'sent', 'it', 'for', 'free', 'and', 'it', 'arrived', 'in', 'one', 'day', 'it', 'was', 'awesome', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['7968,862,56', 'great', 'easy', 'sweater', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', 'it', 'is', 'a', 'great', 'sweater', 'very', 'easy', 'to', 'wear', 'and', 'cute', 'i', 'am', 'very', 'sensitive', 'to', 'scratchy', 'wool', 'products', 'and', 'this', 'one', 'is', 'very', 'soft', 'i', 'highly', 'recommend', 'it.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['7969,1103,34', ',i', 'love', 'the', 'dress', 'i', 'purchased', 'this', 'dress', 'to', 'wear', 'on', 'my', 'honeymoon', 'to', 'paris', 'it', 'made', 'me', 'feel', 'like', 'a', 'princess', 'walking', 'around', 'the', 'gardens', 'of', 'versalles', 'while', 'wearing', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['7970,1025,44', 'stylish', 'and', 'comfortable', 'the', 'fit', 'of', 'these', 'jeans', 'are', 'so', 'great', 'they', 'look', 'syllish', 'and', 'feel', 'great', 'at', 'the', 'same', 'time', 'this', 'brand', 'does', 'a', 'fabulous', 'job', 'of', 'creating', 'a', 'jean', 'that', 'feels', 'like', 'you', 'can', 'wear', 'them', 'dressed', 'up', 'and', 'casual', 'a+,5,1,0', 'general', 'bottoms', 'jeans'] ['7971,862,57', 'best', 'purchase', 'i', "'ve", 'made', 'in', 'a', 'long', 'time', 'i', 'absolutely', 'love', 'this', 'tunic', 'and', 'was', 'pleasantly', 'surprised', 'when', 'it', 'arrived', 'in', 'the', 'mail', 'i', 'thought', 'it', 'looked', 'really', 'cute', 'in', 'the', 'photo', 'here', 'but', 'it', "'s", 'even', 'better', 'in', 'person', 'and', 'is', 'extremely', 'flattering', 'on', 'so', 'happy', ',5,1,4', 'general', 'tops', 'knits'] ['7972,1099,62', 'beautiful', 'dress', 'this', 'dress', 'i', 'received', 'is', 'stylish', 'comfortable', 'and', 'very', 'nice', 'to', 'wear', 'i', 'love', 'the', 'length', 'goes', 'just', 'below', 'the', 'knee', 'and', 'i', 'am', '5', '2', 'so', 'it', 'is', 'perfect', 'for', 'me', 'i', 'ca', "n't", 'say', 'enough', 'about', 'this', 'dress', 'as', 'i', 'ca', "n't", 'wear', 'a', 'lot', 'of', 'things', 'because', 'i', 'am', 'apple', 'shaped', 'but', 'with', 'this', 'dress', 'no', 'one', 'would', 'ever', 'know', 'thank', 'you', 'retailer', 'for', 'this', 'beauty', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7973,862,59', 'runs', 'quite', 'large', 'the', 'photo', 'of', 'the', 'mila', 'turtleneck', 'where', 'model', 'has', 'her', 'hands', 'to', 'her', 'sides', 'and', 'just', 'below', 'her', 'hair', 'there', 'is', 'a', 'bit', 'of', 'extra', 'fabric', 'which', 'falls', 'to', 'the', 'bottom', 'of', 'the', 'sweater', 'in', 'a', 'bit', 'of', 'a', 'pleat-', 'well', 'it', "'s", 'not', 'representative', 'of', 'the', 'abundance', 'of', 'fabric', 'in', 'the', 'xl', 'i', 'usually', 'wear', 'an', 'l', 'or', 'xl', 'well', 'with', 'retailer', 'clothing', 'the', 'excess', 'added', 'the', 'appearance', 'of', 'excessive', 'pounds', 'from', 'breasts', 'to', 'bottom', 'of', 'sweater', 'bummer', 'i', "'ll", 'be', 'returning', 'it', ',2,0,3', 'general', 'tops', 'knits'] ['7974,862,62', 'gorgeous', 'this', 'top', 'looks', 'elegant', 'with', 'my', 'stirrup', 'pants', 'and', 'feels', 'like', 'heaven', 'it', 'is', 'so', 'soft', 'fitted', 'at', 'the', 'neck', 'and', 'arms', 'loose', 'and', 'swingy', 'at', 'the', 'trunk', 'with', 'a', 'beautifully', 'finished', 'hem', 'the', 'yarn', 'is', 'two-toned', 'heather.,5,1,3', 'general', 'tops', 'knits'] ['7975,862,59', 'love', 'it', 'really', 'soft', 'and', 'roomy', 'very', 'comfortable', 'just', 'hope', 'it', 'washes', 'well', 'nice', 'alternative', 'to', 'the', 'regular', 'turtleneck', 'i', 'wanted', 'it', 'in', 'both', 'colors', 'neutral', 'and', 'green', 'unfortunately', 'the', 'neutral', 'did', 'not', 'work', 'for', 'me', ',4,1,0', 'general', 'tops', 'knits'] ['7976,838,56', 'the', 'colors', 'on', 'my', 'monitor', 'are', 'not', 'true', 'to', 'the', 'product', 'and', 'that', 'was', 'disappointing', 'to', 'me', 'that', 'being', 'said', 'and', 'it', 'is', 'important', 'because', 'this', 'will', 'not', 'go', 'with', 'the', 'pants', 'and', 'skirts', 'that', 'i', 'intended', 'it', 'is', 'a', 'very', 'good', 'quality', 'blouse', 'especially', 'at', 'the', 'sale', 'price', 'all', 'cut', 'edges', 'and', 'seams', 'are', 'bound', 'the', 'detailing', 'is', 'very', 'good', 'i', 'wish', 'it', 'was', 'silk', 'instead', 'of', 'polyester', 'however', 'the', 'buttons', 'appear', 'in', 'the', 'photo', 'to', 'be', 'shell', 'in', 'reality', 'they', 'are', 'covered', 'buttons', 'the', 'print', 'is', 'odd', 'and', 'will', 'be', 'difficult', 'to', 'style', ',4,1,0', 'general', 'tops', 'blouses'] ['7977,939,44', 'wanted', 'to', 'love', 'this', 'sweater', 'caught', 'my', 'eye', 'and', 'the', 'positive', 'reviews', 'and', 'pre-holiday', 'sale', 'had', 'me', 'try', 'it', 'loved', 'the', 'color', 'and', 'cut', 'but', 'surprisingly', 'not', 'the', 'embroidery', 'i', 'felt', 'like', 'i', "'d", 'wear', 'it', 'a', 'couple', 'of', 'times', 'and', 'then', 'tire', 'of', 'it', 'my', 'husband', 'and', 'daughter', 'both', 'said', 'meh', 'so', 'back', 'it', 'went', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['7978,939,49', 'like', 'a', 'robe', 'i', 'love', 'boiled', 'wool', 'and', 'have', 'gotten', 'a', 'few', 'items', 'from', 'retailer', 'in', 'years', 'past', 'that', 'i', 'have', 'loved', 'this', 'one', 'was', 'a', 'fail', 'i', 'typically', 'wear', 'a', 'small', 'and', 'it', 'was', 'slightly', 'too', 'big', 'and', 'shapeless', 'for', 'me', 'i', 'am', '34c', '127', 'the', 'moment', 'i', 'put', 'it', 'on', 'it', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'bathrobe', 'it', 'flares', 'quite', 'a', 'bit', 'and', 'the', 'stitching', 'is', 'brown', 'and', 'not', 'dark', 'grey', 'like', 'i', 'was', 'hoping', 'the', 'quality', 'is', 'as', 'expected', 'the', 'color', 'overall', 'is', 'as', 'it', 'looks', 'online', 'but', 'it', 'was', 'a', 'return', ',3,0,14', 'general', 'petite', 'tops', 'sweaters'] ['7979,1099,30', 'love', 'i', 'love', 'the', 'length', 'of', 'the', 'dress', 'and', 'the', 'fun', 'swing', 'the', 'skirt', 'has', 'the', 'print', 'is', 'wonderful.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7980,1092,29', 'not', 'for', 'hippy', 'girls', 'this', 'dress', 'is', 'really', 'pretty', 'but', 'not', 'made', 'for', 'girls', 'with', 'hips', 'i', 'tried', 'on', 'my', 'usual', 'size', '6', 'and', 'it', 'fit', 'everywhere', 'but', 'was', 'just', 'slightly', 'too', 'tight', 'in', 'the', 'bum', 'for', 'me', 'to', 'feel', 'comfortable', 'but', 'i', 'feel', 'like', 'i', 'would', 'have', 'been', 'swimming', 'everywhere', 'else', 'in', 'the', 'dress', 'in', 'an', '8', 'typical', 'of', 'shifts', 'i', 'guess', 'but', 'a', 'girls', 'can', 'dream', 'if', 'you', 'are', 'a', 'straighter', 'shape', 'though', 'i', 'would', 'highly', 'recommend', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['7981,939,25', 'amazing', 'it', 'was', 'purchased', 'as', 'a', 'gift', 'but', 'truly', 'amazing', 'the', 'quality', 'is', 'fantastic', 'and', 'the', 'owner', 'of', 'the', 'sweater', 'is', 'truly', 'happy', 'with', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7982,877,37', 'easy', 'and', 'comfortable', 'the', 'tie', 'jacket', 'is', 'an', 'easy', 'one', 'to', 'throw', 'on', 'for', 'a', 'casual', 'look', 'it', 'fits', 'well', 'to', 'the', 'body', 'even', 'better', 'than', 'pictured', 'very', 'comfortable', 'and', 'medium', 'weight', 'so', 'perfect', 'for', 'spring.,4,1,9', 'general', 'petite', 'tops', 'knits'] ['7983,833,29', 'must', 'have', 'elegant', 'chic', 'this', 'top', 'i', 'was', 'hesitant', 'to', 'try', 'this', 'on', 'because', 'it', 'felt', 'too', 'busy', 'however', 'it', 'is', 'a', 'must', 'have', 'it', "'s", 'just', 'the', 'right', 'amount', 'of', 'lace', 'and', 'detail', 'i', 'am', 'typically', 'an', 'm', 'in', 'retailer', 'tops', 'sometimes', 'l', 'depending', 'on', 'the', 'designer', 'i', "'m", 'a', '32/34ddd', 'i', 'initially', 'tried', 'a', 'l', 'in', 'this', 'thinking', 'it', 'had', 'no', 'stretch', 'but', 'ended', 'up', 'going', 'with', 'the', 'medium', 'the', 'arms', 'were', 'a', 'tad', 'tight', 'but', 'stretched', 'slightly', 'after', 'an', 'hour', 'of', 'wear', 'and', 'it', 'fits', 'perfectly', 'everywhere', 'i', 'think', 'if', 'you', 'size', 'up', 'it', 'will', 'be', 'too', 'blousy', 'highly', 'recommend', 'this-', ',5,1,3', 'general', 'tops', 'blouses'] ['7984,877,31', 'saturday/sunday', 'never', 'disappoints', 'love', 'this', 'black', 'cardigan', 'runs', 'a', 'tad', 'large', 'i', 'noticed', 'in', 'the', 'arm', 'length', 'for', 'me', 'not', 'a', 'problem', 'anywhere', 'else', 'though', 'good', 'medium', 'weight', 'to', 'the', 'fabric', 'durable', 'quality', 'and', 'waist', 'flattering', 'once', 'tied', 'great', 'for', 'throwing', 'on', 'over', 'a', 'dress', 'wearing', 'with', 'a', 't-shirt', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['7985,862,56', 'a', 'lot', 'of', 'room', 'this', 'sweater', 'is', 'extremely', 'roomy', 'the', 'cut', 'is', 'very', 'wide', 'wider', 'than', 'it', 'is', 'long', 'the', 'sleeves', 'are', 'dolman', 'style', 'and', 'the', 'neck', 'is', 'a', 'little', 'loose', 'with', 'a', 'lot', 'of', 'manipulation', 'i', 'managed', 'to', 'convince', 'myself', 'that', 'i', 'was', "n't", 'wearing', 'a', 'tent', 'but', 'i', 'would', 'suggest', 'sizing', 'down', 'and', 'also', 'being', 'tall', 'and', 'thin', 'if', 'you', 'can', 'i', "'m", 'keeping', 'mine', 'despite', 'a', 'funky', 'fit', 'on', 'my', 'hourglass', 'frame', 'because', 'i', "'m", 'exploring', 'funky', 'town', 'lately', 'join', 'me', 'at', 'your', 'own', 'risk', ',3,1,0', 'general', 'tops', 'knits'] ['7986,1103,37', 'lovely', 'dress', 'but', 'long', 'in', 'even', 'petite', 'i', 'received', 'this', 'dress', 'in', 'the', 'mail', 'today', 'and', 'while', 'it', 'is', 'lovely', 'and', 'the', 'drape', 'is', 'flattering', 'it', 'will', 'have', 'to', 'go', 'back', 'i', 'would', 'need', 'it', 'in', 'a', 'xsp', 'as', 'the', 'top', 'is', 'far', 'too', 'large', 'for', 'me', 'and', 'the', 'dress', 'runs', 'long', 'for', 'a', 'petite', ',4,1,9', 'general', 'dresses', 'dresses'] ['7987,1099,35', 'a', 'new', 'favorite', 'this', 'dress', 'is', 'as', 'cute', 'as', 'i', 'hoped', 'it', 'would', 'be', 'i', 'love', 'the', 'pockets', 'and', 'length', 'and', 'flattering', 'cut', 'it', 'looks', 'great', 'with', 'boots', 'and', 'is', 'perfect', 'for', 'fall', 'only', 'con', 'is', 'that', 'it', 'is', 'dry', 'clean', 'only', 'it', 'seems', 'like', 'the', 'fabric', 'would', 'do', 'just', 'fine', 'with', 'hand', 'washing', 'and', 'i', 'will', 'probably', 'go', 'for', 'it', 'i', 'just', 'do', "n't", 'have', 'the', 'patience', 'or', 'organization', 'for', 'dry', 'cleaning', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['7988,939,63', ',this', 'is', 'a', 'great', 'cold', 'weather', 'alternative', 'to', 'a', 'coat', 'especially', 'in', 'warmer', 'climates', 'it', 'is', 'lightweight', 'but', 'dense', 'love', 'the', 'color.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['7989,939,41', 'beautiful', 'sweater', 'this', 'sweater', 'is', 'absolutely', 'beautiful', 'the', 'shape', 'is', 'very', 'flattering', 'both', 'tied', 'in', 'front', 'and', 'in', 'back', 'the', 'wool', 'is', 'nice', 'and', 'soft', 'and', 'the', 'color', 'is', 'a', 'nice', 'neutral', 'that', 'will', 'pair', 'well', 'with', 'anything', 'the', 'stitching', 'is', 'a', 'nice', 'added', 'detail', 'that', 'makes', 'this', 'sweater', 'somethig', 'special', 'it', 'is', 'a', 'great', 'addition', 'to', 'any', 'wardrobe', 'and', 'i', "'m", 'thrilled', 'that', 'it', 'is', 'part', 'of', 'mine', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['7990,1099,33', 'hips', 'do', "n't", 'lie', 'it', "'s", 'rare', 'for', 'a', 'dress', 'to', 'completely', 'not', 'work', 'on', 'me', 'but', 'this', 'dress', 'completely', 'did', 'not', 'work', 'on', 'me', 'i', "'m", 'tall', 'and', 'have', 'an', 'hourglass', 'figure', 'i', 'got', 'this', 'dress', 'in', 'my', 'usual', 'size', 's.', 'this', 'dress', 'somehow', 'made', 'me', 'look', 'ridiculously', 'pear', 'shaped', 'the', 'empire', 'type', 'bust', 'of', 'the', 'dress', 'made', 'both', 'my', 'bust', '32c', 'and', 'my', 'waist', 'look', 'pretty', 'much', 'non-existent', 'it', 'looked', 'so', 'bad', 'on', 'me', 'i', 'actually', 'laughed', 'it', "'s", 'a', 'shame', 'though', 'because', 'i', 'had', 'been', 'eyeing', 'this', 'dress', 'for', 'a', 'long', 'time', 'and', 'it', 'is', 'a', 'beautiful', 'dress', 'but', 'i', 'would', 'not', 'rec', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['7991,1092,37', 'perfect', 'lwd', 'this', 'is', 'perfect', 'it', 'fits', 'tts', 'i', 'am', 'usually', 'an', '8', 'and', 'this', 'was', 'spot', 'on', 'it', 'is', "n't", 'too', 'short', 'either', 'it', 'really', 'is', 'as', 'it', 'appears', 'on', 'the', 'model', 'i', 'absolutely', 'love', 'it', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'my', 'hubby', 'definitely', 'approved', ',5,1,14', 'general', 'petite', 'dresses', 'dresses'] ['7992,939,42', 'adorable', 'sweater', 'coat', 'i', 'fell', 'in', 'love', 'the', 'first', 'time', 'i', 'saw', 'it', 'the', 'xs', 'is', 'the', 'perfect', 'fit', 'i', 'generally', 'wear', 'xs/s', 'or', '2', 'in', 'dresses', 'its', 'not', 'too', 'snug', 'to', 'wear', 'over', 'a', 'thin', 'to', 'medium', 'thickness', 'sweater', 'its', 'a', 'good', 'length', 'also', 'not', 'too', 'long', 'which', 'i', 'struggle', 'with', 'given', 'my', 'height', 'of', '5', '3', 'the', 's', 'was', 'overall', 'too', 'big', 'its', 'not', 'itchy', 'though', 'i', "'ve", 'only', 'worn', 'it', 'with', 'long', 'sleeve', 'tops', 'its', 'just', 'the', 'right', 'weight', 'not', 'too', 'thin', 'and', 'not', 'too', 'heavy', 'its', 'feminine', 'and', 'fun', 'wonderful', 'topper', 'for', 'jeans', 'pants', 'or', 'a', 'dress', 'the', 'color', 'is', 'versatile', 'sl', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['7993,939,73', 'this', 'piece', 'is', 'gorgeous', 'in', 'person', 'it', 'is', 'more', 'of', 'a', 'broen', 'than', 'taupe', 'and', 'goes', 'with', 'everything', 'it', 'is', 'more', 'of', 'a', 'coat', 'than', 'a', 'sweater', 'i', 'bought', 'one', 'for', 'my', 'mom', 'and', 'picked', 'one', 'up', 'for', 'myself', 'when', 'it', 'went', 'on', 'sale', 'it', 'is', 'moms', 'favorite', 'piece', 'among', 'her', 'extensive', 'retailer', 'collection', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['7994,396,29', 'cute', 'bathing', 'suit', 'bottoms', 'this', 'was', 'my', 'first', 'shot', 'at', 'high-rise', 'bottoms', 'and', 'i', 'love', 'them', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'the', 'print', 'is', 'adorable', 'i', 'just', 'bought', 'the', 'bottoms', 'so', 'i', 'ca', "n't", 'comment', 'on', 'the', 'top', 'it', 'looked', 'a', 'bit', 'small', 'for', 'my', 'bust', 'so', 'i', 'am', 'purchasing', 'a', 'solid', 'colored', 'top', 'to', 'match', ',5,1,0', 'initmates', 'intimate', 'swim'] ['7995,1092,48', ',i', 'ordered', 'my', 'normal', 'size', '6', 'in', 'this', 'dress', 'and', 'could', 'barely', 'get', 'it', 'on', 'it', 'runs', 'very', 'small', 'i', 'would', 'suggest', 'going', 'up', 'a', 'size', 'or', 'maybe', 'even', 'two', 'sizes', 'up.,3,1,4', 'general', 'petite', 'dresses', 'dresses'] ['7996,1092,34', 'beautiful', 'flattering', 'dress', 'this', 'dress', 'is', 'beautiful', 'even', 'my', 'husband', 'complimented', 'it', 'several', 'times', 'true', 'to', 'size', 'due', 'to', 'the', 'button', 'closure', 'in', 'the', 'back', 'you', 'might', 'have', 'to', 'size', 'up', 'if', 'you', 'are', 'larger', 'in', 'the', 'chest', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['7997,939,57', 'great', 'piece', 'this', 'sweater', 'coat', 'caught', 'my', 'attention', 'online', 'so', 'i', 'went', 'in', 'search', 'for', 'it', 'at', 'my', 'local', 'store', 'it', "'s", 'a', 'flattering', 'fit', 'across', 'the', 'chest', 'and', 'shoulders', 'very', 'well', 'made', 'the', 'length', 'is', 'mid', 'thigh', 'i', 'am', '5', '4', '125lbs', 'i', 'went', 'with', 'the', 'small', 'with', 'the', 'thought', 'of', 'wearing', 'nothing', 'too', 'bulky', 'under', 'it', 'it', 'does', 'have', 'an', 'attached', 'belt', 'that', 'can', 'easily', 'be', 'knotted', 'together', 'or', 'each', 'on', 'its', 'own', 'for', 'another', 'look', 'if', 'you', 'opt', 'to', 'leave', 'it', 'open', 'it', "'s", 'light', 'weight', 'enough', 'for', 'cool', 'days', 'or', 'evenings', 'but', 'also', 'warm', 'enough', 'for', 'colde', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['7998,877,43', 'perfect', 'wardrobe', 'staple', 'comfortable', 'thick', 'material', 'think', 'structured', 'sweatshirt', 'material', 'easy', 'to', 'throw', 'on', 'and', 'look', 'as', 'if', 'effort', 'was', 'made', 'when', 'it', 'was', "n't", 'sizing', 'i', "'m", 'between', 'a', 'large', 'and', 'xl', 'usually', 'large', 'was', 'perfect', 'i', "'m", 'tall', 'and', 'curvy', '36g', 'curvy', 'and', 'this', 'cardigan/', 'belted', 'jacket/is', 'very', 'flattering', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['7999,1092,38', 'beautiful', 'dress', 'but', 'very', 'large', 'this', 'dress', 'is', 'beautiful', 'and', 'unique', 'the', 'cutouts', 'and', 'lace', 'really', 'stand', 'out', 'however', 'the', 'dress', 'was', 'huge', 'on', 'me', 'and', 'that', 'is', 'rare', 'with', 'moulinette', 'souers', 'i', 'usually', 'get', 'a', '0', 'or', '0p', 'in', 'this', 'brand', 'due', 'to', 'the', 'bust', 'sizing', 'being', 'generally', 'smaller', 'but', 'the', '0', 'regular', 'was', 'huge', 'and', 'the', 'armholes', 'really', 'big', 'the', 'petite', 'may', 'have', 'been', 'better', 'but', 'felt', 'that', 'it', 'would', 'have', 'been', 'too', 'short', 'while', 'the', 'design', 'is', 'beautiful', 'there', 'were', 'several', 'areas', 'on', 'the', 'dress', 'where', 'the', 'threads', 'were', 'unraveling', 'for', 'reference', 'i', 'am', '24', 'waist', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['8000,1092,39', 'beautiful', 'white', 'dress', 'the', 'lace', 'detail', 'is', 'very', 'classy', 'a', 'great', 'go', 'to', 'white', 'dress.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8001,1092,25', 'i', 'am', 'so', 'in', 'love', 'with', 'this', 'dress', 'i', 'think', 'it', 'is', 'made', 'of', 'high', 'quality', 'fabric', 'and', 'very', 'well', 'designed', 'i', 'am', '5', '6', 'about', '145lbs', '34d', 'and', 'the', '4', 'fit', 'perfectly', 'i', 'bought', 'it', 'for', 'my', 'upcoming', 'bridal', 'shower', 'and', 'could', 'not', 'be', 'more', 'excited', 'to', 'wear', 'it', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8002,396,45', 'cute', 'but', 'i', 'like', 'the', 'retro', 'look', 'but', 'these', 'seem', 'to', 'run', 'large', 'to', 'me', 'i', 'get', 'they', 'are', 'ruched', 'on', 'the', 'sides', 'yet', 'the', 'bottom', 'has', 'a', 'saggy', 'look', 'i', 'got', 'the', 'large', 'but', 'i', 'feel', 'like', 'i', 'should', 'have', 'gotten', 'the', 'medium', 'to', 'fill', 'out', 'the', 'bottom', 'i', 'already', 'took', 'the', 'strip', 'out', 'and', 'washed', 'so', 'i', "'m", 'keeping', 'them', 'very', 'cute', 'with', 'a', 'bikini', 'top', 'maybe', 'i', 'just', 'need', 'a', 'bigger', 'butt', ',4,1,0', 'initmates', 'intimate', 'swim'] ['8003,1092,32', 'beautiful', 'dress', 'i', "'ve", 'been', 'waiting', 'for', 'this', 'dress', 'to', 'come', 'back', 'in', 'stock', 'and', 'when', 'it', 'finally', 'did', 'i', 'got', 'it', 'in', 'the', 'size', '2.', 'i', "'m", 'typically', 'a', '2', 'or', '4', 'in', 'dresses', 'and', 'the', '2', 'fits', 'perfect', 'for', 'reference', 'i', "'m", '5', '6', '34c', '130lb', 'i', 'think', 'it', 'runs', 'on', 'a', 'larger', 'size', 'because', 'it', "'s", 'a', 'shift', 'dress', 'i', 'would', 'recommend', 'sizing', 'down', 'a', 'great', 'white', 'dress', 'to', 'wear', 'to', 'my', 'rehearsal', 'dinner', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8004,877,60', 'perfect', 'this', 'is', 'one', 'of', 'my', 'favorite', 'purchases', 'ever-from', 'anywhere', 'one', 'of', 'my', 'new', 'years', 'resolutions', 'was', 'to', 'stop', 'wearing', 'work', 'out', 'clothes', 'all', 'of', 'the', 'time', 'this', 'is', 'as', 'comfortable', 'as', 'any', 'work', 'out', 'jacket', 'and', 'looks', 'classy', 'can', 'be', 'dressed', 'up', 'or', 'down', 'its', 'warm', 'flattering', 'and', 'unique', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['8005,1006,22', 'dissapointed', 'the', 'material', 'looked', 'much', 'nicer', 'in', 'the', 'online', 'picture', 'also-', 'there', 'are', 'pockets', 'which', 'added', 'a', 'bulk', 'to', 'it', 'that', 'was', 'not', 'flattering', 'on', 'me.,3,0,2', 'general', 'bottoms', 'skirts'] ['8006,939,49', 'i', 'thought', 'the', 'sweater', 'itself', 'was', 'beautiful', 'but', 'found', 'the', 'fabric', 'to', 'be', 'stiff', 'and', 'itchy', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['8007,862,37', 'simple', 'fun', 'edgy', 'this', 'is', 'a', 'great', 'staple', 'top', 'for', 'your', 'closet', 'its', 'tremendously', 'soft', 'a', 'bit', 'oversized', 'and', 'drapes', 'really', 'lovely', 'in', 'store', 'there', 'were', 'also', 'striped', 'styles', 'available', 'but', 'i', 'love', 'the', 'emerald', 'green', 'the', 'colors', 'are', 'absolutely', 'perfect', 'and', 'will', 'transfer', 'well', 'into', 'any', 'season', 'my', 'only', 'issue', 'with', 'this', 'top', 'which', 'inevitably', 'is', 'the', 'reason', 'i', 'decided', 'not', 'to', 'purchase', 'is', 'the', 'dolman', 'sleeve', 'i', "'m", 'al', 'xl', 'on', 'top', 'so', 'i', "'m", 'never', 'looking', 'for', 'extra', 'width', 'in', 'anything', 'i', 'wear', 'the', 'dolman', 'sleeve', 'really', 'only', 'looks', 'right', 'on', 'me', 'if', ',4,1,4', 'general', 'tops', 'knits'] ['8008,1099,36', 'staple', 'this', 'dress', 'is', 'a', 'staple', 'if', 'you', 'do', "n't", 'feel', 'like', 'getting', 'too', 'dressed', 'up', 'and', 'want', 'to', 'be', 'comfortable', 'this', 'is', 'it', 'will', 'be', 'great', 'for', 'travel', 'as', 'well', 'i', 'like', 'to', 'pack', 'light', 'so', 'i', 'look', 'forward', 'to', 'traveling', 'with', 'this', 'dress.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8009,1099,33', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8010,1103,29', 'beautiful', 'summery', 'dress', 'this', 'dress', 'is', 'really', 'lovely', 'if', 'fits', 'and', 'flows', 'in', 'a', 'very', 'flattering', 'way', 'although', 'it', 'is', 'a', 'bit', 'long', 'i', "'m", 'really', 'tall', 'so', 'that', "'s", 'a', 'very', 'nice', 'feature', 'for', 'me', 'p', 'it', 'actually', 'feels', 'more', 'linen-y', 'than', 'i', 'expected', 'to', 'which', 'was', 'surprising', 'i', 'probably', 'did', "n't", 'read', 'the', 'product', 'description', 'close', 'enough', 'but', 'it', 'was', 'a', 'pleasant', 'surprise', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'to', 'brunch/beach', 'parties', 'this', 'summer', 'fair', 'warning', 'it', "'s", 'also', 'a', 'little', 'see-through', 'might', 'want', 'to', 'wear', 'nude', 'underwear', ',5,1,4', 'general', 'dresses', 'dresses'] ['8011,1022,41', 'super', 'flattering', 'i', 'really', 'love', 'these', 'jeans', 'this', 'is', 'my', 'second', 'pair', 'of', 'ags', 'and', 'they', "'re", 'so', 'comfortable', 'i', 'will', 'say', 'that', 'these', 'jeans', 'are', 'super', 'long', 'i', 'have', 'long', 'legs', 'and', 'it', 'takes', 'a', '3', 'inch', 'lift', 'from', 'my', 'shoes', 'to', 'get', 'them', 'to', 'hit', 'correctly', 'if', 'you', "'re", 'short', 'you', 'can', 'expect', 'to', 'get', 'them', 'hemmed', 'the', 'high', 'waist', 'is', 'great', 'size', 'down', 'in', 'ag', 'because', 'they', 'tend', 'to', 'stretch', 'and', 'being', 'high', 'waisted', 'they', 'for', 'differently', ',5,1,2', 'general', 'bottoms', 'jeans'] ['8012,1099,26', 'flattering', 'vintage', 'feel', 'love', 'this', 'dress', 'it', 'is', 'very', 'flattering', 'and', 'makes', 'my', 'waist', 'look', 'tiny', 'i', 'do', "n't", 'care', 'for', 'the', 'hem', 'it', 'is', "n't", 'terrible', 'but', 'i', 'wish', 'it', 'was', 'cut', 'straight', 'across', 'instead', 'of', 'curved', 'at', 'the', 'bottom', 'i', "'ll", 'probably', 'have', 'it', 'altered', 'comfortable', 'great', 'for', 'the', 'office', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8013,1092,29', 'very', 'straight', 'i', 'wanted', 'this', 'dress', 'to', 'work', 'so', 'badly', 'but', 'if', 'you', 'have', 'any', 'chest', 'or', 'any', 'hips', 'this', 'wo', "n't", 'work', 'for', 'you', 'i', 'tried', 'in', 'petites', 'and', 'regular', 'and', 'it', 'just', 'did', "n't", 'work', 'at', 'all,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8014,939,36', 'beautiful', 'sweater', 'i', 'fell', 'in', 'love', 'with', 'this', 'sweater', 'as', 'soon', 'as', 'i', 'saw', 'it', 'in', 'the', 'store', 'runs', 'tts', 'the', 'medium', 'fit', 'perfect', 'i', 'am', "5'10", '160lbs'] ['very', 'versatile', 'can', 'wear', 'with', 'jeans', 'or', 'dress', 'up', 'with', 'all', 'black', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8015,862,28', 'this', 'shirt', 'runs', 'large', 'in', 'my', 'opinion', 'i', 'wish', 'i', 'would', 'have', 'sized', 'down', 'to', 'a', 'xs', 'but', 'maybe', 'it', 'will', 'shrink', 'a', 'little', 'when', 'i', 'wash', 'it', 'its', 'a', 'great', 'shirt', 'good', 'quality', 'and', 'i', "'m", 'very', 'happy', 'i', 'got', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['8016,1104,39', 'not', 'for', 'my', 'body', 'lovely', 'dress', 'that', 'i', 'recommend', 'just', 'not', 'for', 'those', 'with', 'my', 'body', 'type', 'i', "'m", 'broader', 'and', 'rounder', 'on', 'top', 'so', 'i', 'assumed', 'the', 'vertical', 'stripes', 'would', 'slim', 'me', 'down', 'from', 'the', 'front', 'everything', 'is', 'awesome', 'from', 'behind', 'it', 'was', 'less', 'flattering', 'made', 'my', 'flat', 'bum', 'look', 'flatter', 'also', 'the', 'stripe', 'patterns', 'do', 'not', 'match', 'at', 'the', 'break', 'other', 'than', 'that', 'the', 'quality', 'is', 'fantastic', 'the', 'fabric', 'is', 'a', 'great', 'transitional', 'weight', 'the', 'fit', 'is', 'comfortable', 'and', 'the', 'style', 'is', 'classic', ',4,1,2', 'general', 'dresses', 'dresses'] ['8017,1099,29', 'perfect', 'transition', 'dress', 'i', 'love', 'this', 'dress', 'i', 'was', 'actually', 'able', 'to', 'fit', 'in', 'a', 'l', 'versus', 'my', 'usual', 'xl', 'due', 'to', 'the', 'style', 'of', 'the', 'dress', 'a', 'bigger', 'chest', 'person', 'i', "'m", 'a', 'd', 'may', 'not', 'find', 'the', 'dress', 'as', 'well', 'fitting', 'as', 'i', 'do', 'overall', 'great', 'fit', 'can', 'easily', 'dress', 'it', 'warm', 'with', 'a', 'scarf', 'boots', 'hat', 'or', 'best', 'a', 'great', 'dress', 'for', 'fall-spring', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8018,1092,64', 'the', 'perfect', 'spring', 'dress', 'love', 'love', 'love', 'this', 'dress', 'the', 'fit', 'is', 'amazing', 'and', 'is', 'slimming', 'although', 'the', 'lace', 'is', 'delicate', 'looking', 'it', 'wears', 'well', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8019,1104,26', 'i', 'love', 'this', 'got', 'this', 'for', 'my', 'daughter', 'who', 'lives', 'out', 'of', 'town', 'i', 'plan', 'on', 'bringing', 'it', 'to', 'her', 'during', 'my', 'next', 'visit', 'i', 'love', 'it', 'the', 'style', 'is', 'up', 'to', 'date', 'and', 'pretty', 'it', "'s", 'a', 'perfect', 'dress', 'for', 'almost', 'any', 'occasion', 'i', "'m", 'hoping', 'it', 'will', 'fit', 'her', 'but', 'the', 'sizing', 'looks', 'right', 'to', 'me', 'and', 'the', 'quality', 'is', 'great', ',5,1,0', 'general', 'dresses', 'dresses'] ['8020,1099,33', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'has', 'wonderful', 'movement', 'i', "'m", 'so', 'happy', 'that', 'it', 'went', 'on', 'sale', 'definitely', 'worth', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8021,1099,34', 'super', 'soft', 'but', 'can', 'make', 'you', 'look', 'frumpy', 'dress', 'is', 'silk', 'it', "'s", 'soft', 'and', 'pretty', 'it', "'s", 'blue', 'so', 'you', 'can', 'wear', 'brown', 'or', 'blue', 'suede', 'boots'] ['i', 'caught', 'my', 'reflection', 'a', 'few', 'times', 'and', 'thought', 'i', 'looked', 'really', 'bottom', 'heavy', 'dress', 'is', 'awesome', 'worth', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8022,1099,48', 'perfect', 'loose', 'fitting', 'and', 'comfortable', 'without', 'losing', 'its', 'shape'] ['looks', 'great', 'on', 'the', 'tie', 'in', 'front', 'adds', 'to', 'the', 'dress'] [] ['i', 'love', 'to', 'wear', 'with', 'tan', 'knee-high', 'boots', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8023,862,64', 'cute', 'top', 'but', 'just', 'recd', 'the', 'neutral', 'navy', 'in', 'the', 'size', 's', 'my', 'usual', 'size', 'in', 'tops', 'at', 'retailer', 'just', 'a', 'heads', 'up', 'it', "'s", 'way', 'oversized', 'under', 'the', 'arms', 'in', 'the', 'fashion', 'world', 'probably', 'falls', 'under', 'the', 'category', 'of', 'a', 'dolman', 'style', 'sleeve', 'also', 'the', 'fabric', 'is', 'nubby', 'like/pilled', 'look', 'similar', 'fabric', 'is', 'the', "'warm-up", 'pullover', 'that', 'i', 'recently', 'saw', 'at', 'the', 'store', 'i', 'have', 'a', 'feeling', 'this', 'may', 'be', 'a', 'new', 'trend', 'if', 'you', 'are', 'ok', 'w/', 'the', 'oversized', 'underarms', 'nubby', 'fabric', 'then', 'order', 'up', 'if', 'hesitant', 'wait', 'visit', 'the', 'store', 'i', 'love', 'the', 'look', 'of', ',4,1,12', 'general', 'tops', 'knits'] ['8024,868,35', ',,4,1,0', 'general', 'tops', 'knits'] ['8025,877,30', 'great', 'good', 'quality', 'and', 'design', 'perfect', 'for', 'casual', 'office', 'definitely', 'recommend', 'i', 'do', "n't", 'know', 'why', 'it', "'s", 'called', 'a', 'cardigan', 'because', 'it', "'s", 'more', 'like', 'a', 'casual', 'blazer', 'note', 'there', 'is', 'no', 'button-', 'just', 'the', 'tie', 'to', 'close', 'runs', 'big', 'i', "'m", '5', '8', '130', 'ordered', 'the', 'xs', 'and', 'it', "'s", 'roomy.,5,1,4', 'general', 'petite', 'tops', 'knits'] ['8026,877,32', 'more', 'structured', 'than', 'a', 'cardi', 'i', 'just', 'got', 'this', 'after', 'ordering', 'online', 'and', 'i', 'was', 'pleasantly', 'surprised', 'the', 'cardigan', 'has', 'the', 'structure', 'of', 'a', 'lightweight', 'jacket', 'so', 'it', 'creates', 'a', 'flattering', 'silhouette', 'i', 'ordered', 'it', 'in', 'a', 'medium', 'and', 'even', 'though', 'i', "'m", 'curvy', 'on', 'top', 'it', 'fits', 'really', 'nicely', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8027,877,29', 'so', 'comfy', 'love', 'this', 'jacket', 'the', 'sleeves', 'are', 'a', 'little', 'big/loose', 'but', 'it', "'s", 'not', 'quite', 'as', 'flattering', 'as', 'it', 'could', 'be', 'but', 'it', "'s", 'so', 'comfy', 'it', "'s", 'worth', 'it', 'great', 'quality', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8028,939,36', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8029,396,32', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['8030,877,35', 'obsessed', 'please', 'make', 'in', 'other', 'colors', 'i', 'do', "n't", 'know', 'what', 'took', 'me', 'so', 'long', 'to', 'pull', 'the', 'trigger', 'on', 'this', 'item', 'probably', 'because', 'it', 'was', "n't", 'in', 'my', 'store', 'for', 'very', 'long', 'so', 'i', 'did', "n't", 'try', 'it', 'on', 'in', 'person', 'i', 'decided', 'to', 'order', 'this', 'based', 'upon', 'the', 'reviews', 'and', 'i', 'was', 'immediately', 'obsessed', 'this', 'cardigan', 'is', 'magical', 'i', 'first', 'wore', 'it', 'to', 'work', 'with', 'black', 'trousers', 'and', 'a', 'plain', 'crewneck', 't-shirt', 'underneath', 'with', 'a', 'bib', 'necklace', 'and', 'everybody', 'in', 'my', 'office', 'thought', 'i', 'was', 'wearing', 'the', 'cutest', 'blazer', 'i', 'had', 'all', 'the', 'ladies', 'come', 'feel', 'it', 'to', 'prove', 'it', 'in', 'fact', 'feels', 'like', 'a', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8031,877,35', 'bought', 'this', 'today', 'and', 'i', "'m", 'in', 'love', 'very', 'flattering', 'great', 'fit', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['8032,1092,31', 'really', 'cute', 'dress', 'and', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'for', 'my', 'wedding', 'rehearsal', 'dinner', 'the', 'buttons', 'on', 'the', 'back', 'are', 'my', 'favorite', 'part', 'about', 'the', 'dress', 'since', 'they', 'add', 'something', 'different', 'it', 'fits', 'tts', 'but', 'it', 'is', 'more', 'fitted', 'than', 'a', 'regular', 'shift', 'dress', 'which', 'is', 'nice', 'i', 'am', '5', '9', '145', 'pounds', 'and', 'the', 'size', '6', 'fit', 'me', 'perfectly', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8033,1006,35', 'weird', 'bunching', 'in', 'the', 'front', 'this', 'was', 'disappointing', 'to', 'me', 'i', 'love', 'how', 'this', 'looks', 'on', 'the', 'model', 'unfortunately', 'it', 'made', 'me', 'look', 'huge', 'it', 'was', 'all', 'bunched', 'up', 'after', 'i', 'buttoned', 'and', 'put', 'it', 'on', 'i', 'did', "n't", 'find', 'it', 'was', 'tts', 'i', 'am', 'a', '10', 'm', 'and', 'got', 'the', 'm.', 'it', 'was', 'too', 'tight', 'in', 'the', 'waist', 'before', 'i', "'d", 'even', 'put', 'it', 'on', 'i', 'noticed', 'the', 'waist', 'looked', 'very', 'small', 'i', 'do', "n't", 'even', 'think', 'the', 'sizing', 'issue', 'caused', 'the', 'material', 'bunching', 'it', "'s", 'like', 'the', 'buttons', 'did', "n't", 'match', 'up', 'or', 'something', ',2,0,3', 'general', 'bottoms', 'skirts'] ['8034,939,38', 'unique', 'upgraded', 'blazer', 'cardi', 'really', 'nice', 'quality', 'warm', 'sleek', 'sweater', 'runs', 'small-ish', 'i', "'m", '5', '8', '140', 'lbs', '34c', 'i', 'got', 'the', 'small', 'and', 'could', 'have', 'gotten', 'x-small', ',4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8035,936,24', 'love', 'this', 'i', 'bought', 'this', 'in', 'the', 'store', 'and', 'it', 'is', 'beautiful', 'the', 'red', 'is', 'more', 'of', 'a', 'faded', 'red/burnt', 'orange', 'not', 'as', 'bright', 'as', 'pictured', 'which', 'is', 'great', 'i', 'am', 'usually', 'an', 'xs', 'or', 's', 'and', 'was', 'a', 's', 'in', 'this', 'item', ',5,1,3', 'general', 'tops', 'sweaters'] ['8036,872,41', 'cute', 'shirt', 'but', 'the', 'sewing', 'is', 'slightly', 'off', 'this', 'shirt', 'is', 'cute', 'i', 'like', 'the', 'pleated', 'neck', 'as', 'it', 'makes', 'the', 'top', 'feminine', 'while', 'still', 'casual', 'it', 'is', 'made', 'of', 'very', 'soft', 'fabric', 'and', 'drapes', 'nicely', 'the', 'only', 'issue', 'is', 'that', 'the', 'seam/pleat', 'that', 'runs', 'down', 'the', 'middle', 'is', 'off', 'center', 'i', 'think', 'the', 'fabric', 'was', 'cut', 'incorrectly', 'so', 'the', 'seam', 'twists', 'to', 'one', 'side', 'after', 'i', 'have', 'it', 'on', 'for', 'a', 'few', 'minutes', 'and', 'move', 'around', 'i', 'keep', 'having', 'to', 'twist', 'it', 'straight', 'which', 'is', 'very', 'annoying', ',3,1,6', 'general', 'tops', 'knits'] ['8037,1078,56', 'super', 'comfortable', 'i', 'read', 'the', 'online', 'reviews', 'that', 'the', 'dress', 'ran', 'large', 'so', 'ordered', 'size', '6', 'and', '8.', 'i', "'m", 'normally', 'an', '8', 'or', '10', 'and', 'the', '6', 'fit', 'perfectly', 'dress', 'hangs', 'beautifully', 'and', 'lining', 'is', 'really', 'soft', 'appears', 'that', 'it', 'will', 'wrinkle', 'somewhat', 'easily', 'but', 'i', 'am', 'keeping', 'it', 'anyway', 'since', 'it', "'s", 'so', 'beautiful', 'the', 'bell', 'sleeves', 'are', 'really', 'cute', 'i', 'highly', 'recommend', 'the', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8038,936,45', 'cozy', 'sweater', 'i', 'passed', 'this', 'sweater', 'a', 'few', 'times', 'during', 'a', 'recent', 'visit', 'to', 'retailer', 'after', 'striking', 'out', 'on', 'several', 'items', 'i', 'thought', 'would', 'work', 'i', 'grabbed', 'this', 'sweater', 'in', 'the', 'cream', 'color', 'i', 'loved', 'it', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'it', 'is', 'meant', 'to', 'be', 'oversized', 'which', 'i', 'love', 'the', 'neck', 'is', 'chunky', 'and', 'looks', 'good', 'open', 'or', 'buttoned', 'all', 'the', 'way', 'to', 'make', 'a', 'loose', 'turtleneck', 'looks', 'great', 'with', 'skinny', 'jeans', 'and', 'booties', 'i', 'went', 'with', 'my', 'usual', 'xs', 'great', 'purchase', ',5,1,13', 'general', 'tops', 'sweaters'] ['8039,936,37', 'i', 'got', 'this', 'sweater', 'with', 'high', 'hopes', 'to', 'wear', 'it', 'with', 'some', 'leggings', 'for', 'christmas', 'it', 'looked', 'adorable', 'and', 'long', 'on', 'the', 'model', 'however', 'it', 'does', "n't", 'even', 'cover', 'my', 'butt', 'that', "'s", 'how', 'short', 'it', 'is', 'if', 'you', "'re", 'anything', 'over', '5', '4', 'i', "'d", 'say', 'it', "'ll", 'be', 'too', 'short', 'for', 'leggings', ',2,0,0', 'general', 'tops', 'sweaters'] ['8040,936,62', 'everyday', 'comfort', 'totally', 'love', 'this', 'sweater', 'everything', 'about', 'it', 'i', 'find', 'to', 'match', 'the', 'model', 'pics', 'fit', 'color', 'length', 'no', 'dry', 'cleaning', 'required', 'on', 'this', 'one', 'so', 'i', 'plan', 'to', 'get', 'other', 'colors', 'to', 'wear', 'with', 'leggings', 'and', 'skinnies', 'fall', 'through', 'winter', 'i', 'love', 'that', 'this', 'is', 'oversized', 'without', 'looking', 'frumpy', 'it', 'does', 'have', 'some', 'shape', 'to', 'it', 'and', 'the', 'knit', 'falls', 'perfects', 'not', 'a', 'heavy/chunky', 'sweater', 'think', 'soft', 'mid-weight', 'that', 'you', 'can', 'layer', 'with', 'worth', 'full', 'price', ',5,1,6', 'general', 'tops', 'sweaters'] ['8041,1078,51', 'feeling', 'pink', 'beautiful', 'flowing', 'feminine', 'dress', 'runs', 'large', 'size', 'down', 'hot', 'pink', 'color', 'well', 'made.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8042,936,50', 'perfect', 'sweater', 'this', 'sweater', 'is', 'a', 'must', 'have', 'for', 'fall', 'super', 'comfy', 'yet', 'stylish', 'fit', 'make', 'it', 'fun', 'to', 'dress', 'up', 'or', 'down', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'leggings', 'and', 'high', 'boots', ',5,1,2', 'general', 'tops', 'sweaters'] ['8043,936,46', 'i', 'tried', 'this', 'sweater', 'on', 'in', 'the', 'store', 'regretted', 'not', 'purchasing', 'it', 'and', 'ended', 'up', 'buying', 'it', 'online', 'the', 'fabric', 'is', 'soft', 'seems', 'to', 'be', 'good', 'quality', 'and', 'hangs', 'nicely', 'i', 'purchased', 'the', 'taupe', 'color', 'and', 'it', 'is', 'a', 'rich', 'pretty', 'color', ',5,1,0', 'general', 'tops', 'sweaters'] ['8044,936,68', 'my', 'daughter', 'bought', 'this', 'sweater', 'in', 'xs', 'in', 'white', 'and', 'i', 'tried', 'it', 'on', 'it', 'was', 'a', 'little', 'too', 'tight', 'but', 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'so', 'i', 'ordered', 'the', 'red', 'in', 'a', 's.', 'it', 'just', 'covers', 'my', 'butt', 'in', 'the', 'back', 'not', 'nearly', 'as', 'long', 'as', 'my', 'daughter', "'s", 'i', 'still', 'love', 'the', 'sweater', 'and', 'will', 'wear', 'it', 'with', 'jeans', 'but', 'it', 'is', 'way', 'too', 'short', 'to', 'wear', 'with', 'leggings', 'i', 'do', "n't", 'understand', 'how', 'there', 'can', 'be', 'such', 'a', 'difference', 'in', 'the', 'same', 'sweater', 'a', 'size', 'larger', 'and', 'at', 'least', '4', 'inches', 'shorter', 'if', 'not', 'for', 'that', 'i', 'would', 'have', 'rated', 'it', 'a', '5', ',4,1,0', 'general', 'tops', 'sweaters'] ['8045,612,70', 'great', 'bought', 'these', 'a', 'week', 'ago', 'at', 'full', 'price', 'to', 'take', 'on', 'vacation', 'love', 'them', 'i', 'see', 'they', 'are', 'now', '1/2', 'price', 'if', 'they', 'came', 'in', 'a', 'different', 'color', 'would', 'get', 'a', 'second', 'pair,5,1,4', 'general', 'bottoms', 'shorts'] ['8046,936,39', 'did', "n't", 'work', 'for', 'me', 'i', 'ordered', 'this', 'in', 'a', 'm', 'and', 'it', 'was', 'just', 'a', 'big', 'boxy', 'tent', 'i', 'really', 'wanted', 'to', 'love', 'it', 'since', 'the', 'length', 'is', 'good', 'for', 'leggings', 'and', 'throwing', 'on', 'to', 'cart', 'kids', 'around', 'it', 'just', 'was', 'so', 'big', 'and', 'had', 'no', 'shape', 'at', 'all', 'it', "'s", 'possible', 'i', 'should', 'have', 'sized', 'down', 'to', 'a', 'small', 'but', 'i', "'m", 'sending', 'it', 'back', ',3,0,4', 'general', 'tops', 'sweaters'] ['8047,1078,23', 'pretty', 'in', 'pink', 'i', 'love', 'this', 'dress', 'i', 'am', 'usually', 'a', 'size', '4', 'but', 'ordered', 'this', 'in', 'size', '0', 'and', 'it', 'fits', 'perfect', 'great', 'for', 'any', 'season', 'and', 'can', 'dress', 'up', 'or', 'dress', 'down', 'the', 'pink', 'is', 'the', 'perfect', 'shade', 'i', 'feel', 'like', 'i', "'m", 'elle', 'woods', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8048,998,61', 'elegant', 'skirt', 'beautiful', 'skirt', 'the', 'only', 'reason', 'i', 'did', "n't", 'give', 'a', 'five', 'star', 'rating', 'is', 'due', 'to', 'some', 'bunching', 'on', 'each', 'side', 'hopefully', 'can', 'iron', 'it', 'out', 'or', 'i', 'will', 'get', 'it', 'tailored', ',4,1,4', 'general', 'bottoms', 'skirts'] ['8049,1078,46', 'love', 'this', 'dress', 'i', 'just', 'received', 'this', 'dress', 'tried', 'it', 'on', 'i', 'totally', 'fell', 'in', 'love', 'with', 'it', 'the', 'pink', 'is', 'just', 'beautiful.it', "'s", 'a', 'little', 'big', 'so', 'i', 'will', 'definitely', 'will', 'be', 'exchanging', 'it', 'for', 'a', 'size', '14', 'you', 'would', 'absolutely', 'love', 'this', 'dress.,5,1,31', 'general', 'petite', 'dresses', 'dresses'] ['8050,1078,22', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8051,936,39', 'flawed', 'pattern', 'let', 'me', 'start', 'this', 'review', 'by', 'saying', '75', 'of', 'my', 'clothing', 'is', 'from', 'retailer', 'and', 'i', 'love', 'them', 'my', 'husband', 'bought', 'this', 'sweater', 'for', 'me', 'recently', 'and', 'it', "'s", 'gorgeous', 'but', 'when', 'i', 'tried', 'it', 'on', 'one', 'sleeve', 'was', 'longer', 'than', 'the', 'other', 'i', 'went', 'to', 'the', 'store', 'and', 'tried', 'on', 'several', 'sweaters', 'even', 'in', 'different', 'colors', 'and', 'had', 'the', 'same', 'issue', 'sometimes', 'is', 'was', 'extreme', 'sometimes', 'is', 'was', "n't", 'as', 'noticeable', 'it', 'was', 'noticeable', 'to', 'me', 'however', 'as', 'i', 'am', '6', 'and', 'sleeve', 'length', 'is', 'super', 'obvious', 'when', 'its', 'too', 'short', 'love', 'the', 'sweater', 'as', 'it', 'wa', ',3,0,4', 'general', 'tops', 'sweaters'] ['8052,936,54', 'i', 'bought', 'this', 'stylish', 'and', 'cozy', 'sweater', 'in', 'ivory', 'i', 'find', 'that', 'cable', 'knit', 'sweaters', 'tend', 'to', 'add', 'bulk', 'but', 'this', 'sweater', 'creates', 'a', 'long', 'lean', 'look', 'it', 'looks', 'great', 'with', 'leggings', 'and', 'skinny', 'jeans', 'and', 'the', 'buttons', 'on', 'the', 'cowl', 'are', 'a', 'fun', 'detail', 'every', 'time', 'i', 'wear', 'this', 'i', 'get', 'compliments', 'on', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['8053,1075,25', 'this', 'dress', 'was', 'very', 'cute', 'the', 'first', 'time', 'i', 'wore', 'it', 'but', 'after', 'my', 'second', 'wear', 'the', 'bottom', 'layer', 'did', "n't", 'remain', 'adjacent', 'to', 'the', 'top', 'layer', 'and', 'i', 'found', 'it', 'to', 'be', 'awkward', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8054,1003,54', 'perfect', 'summer', 'skirt', 'i', 'love', 'this', 'skirt', 'fits', 'like', 'a', 'dream', 'fabric', 'is', 'soft', 'light', 'and', 'drapes', 'perfectly', 'i', 'bought', 'the', 'skewed', 'pullover', 'to', 'wear', 'with', 'it', 'and', 'the', 'colors', 'are', 'perfect', 'my', 'new', 'favorite', 'summer', 'outfit', ',5,1,1', 'general', 'bottoms', 'skirts'] ['8055,1078,44', 'great', 'dress', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'photos', 'do', 'not', 'do', 'it', 'justice', 'the', 'pink', 'is', 'gorgeous', 'it', "'s", 'also', 'very', 'comfortable', 'but', 'runs', 'large', 'i', "'m", 'usually', 'a', '6', 'or', 'an', '8', 'but', 'purchased', 'a', '4.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8056,406,28', 'did', "n't", 'work', 'for', 'me', 'the', 'cutout', 'design', 'of', 'this', 'suit', 'looks', 'cute', 'on', 'the', 'model', 'but', 'did', "n't", 'flatter', 'my', 'shape', 'i', 'think', 'it', 'would', 'work', 'better', 'on', 'someone', 'very', 'thin', 'the', 'criss-cross', 'fabric', 'portion', 'was', 'a', 'bit', 'baggy', 'and', 'did', "n't", 'sit', 'right', 'even', 'worse', 'the', 'bust', 'portion', 'made', 'me', 'look', 'flat', 'and', 'i', "'m", 'a', 'full', 'c', 'cup', ',2,0,14', 'initmates', 'intimate', 'swim'] ['8057,1079,47', 'not', 'as', 'pictured', 'this', 'dress', 'arrived', 'with', 'a', 'black', 'rope', 'belt', 'and', 'belt', 'loops', 'i', 'did', 'not', 'see', 'this', 'in', 'the', 'photo', 'i', 'thought', 'it', 'was', 'a', 'throw-on-and-go', 'dress', 'not', 'a', 'belted', 'dress', 'this', 'in', 'addition', 'to', 'the', 'weird', 'sizing', 'caused', 'me', 'to', 'return', 'it', 'i', 'am', 'a', 'size', '4-6', 'in', 'dresses', 'and', 'the', 'size', 'small', 'i', 'ordered', 'was', 'skin', 'tight', 'and', 'bunched', 'at', 'the', 'hips', ',3,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8058,936,62', 'it', "'s", 'so', 'me', 'saw', 'this', 'on', 'sale', 'and', 'tried', 'it', 'not', 'expecting', 'anything', 'and', 'wound', 'up', 'loving', 'it', 'i', 'am', '5', '4', 'and', 'it', 'covers', 'my', 'thighs', 'and', 'rear', 'well', 'so', 'i', 'can', 'wear', 'it', 'with', 'leggings', 'it', 'came', 'mid', 'thigh', 'on', 'me', 'the', 'red', 'is', 'a', 'rich', 'burnt', 'orange/red', 'i', 'love', 'that', 'is', 'is', 'mostly', 'cotton', 'so', 'i', 'won', 't', 'get', 'overheated', ',5,1,0', 'general', 'tops', 'sweaters'] ['8059,1078,46', 'wrinkled', 'the', 'dress', 'arrived', 'wrinkled', 'so', 'i', 'washed', 'it', 'and', 'pressed', 'it', 'it', 'looked', 'beautiful', 'until', 'i', 'sat', 'down', 'the', 'entire', 'dress', 'was', 'wrinkled', 'and', 'it', 'looked', 'terrible', 'all', 'day', 'ca', "n't", 'wear', 'this', 'again.,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8060,936,32', 'great', 'fall/winter', 'piece', 'i', 'purchased', 'this', 'piece', 'in', 'store', 'in', 'a', 'size', 'small', 'ivory', 'i', 'am', 'usually', 'a', 'size', 'medium', 'but', 'the', 'small', 'fit', 'perfect', 'material', 'is', 'soft', 'lightweight', 'and', 'very', 'comfortable', 'collar', 'can', 'be', 'buttoned', 'to', 'create', 'more', 'of', 'a', 'turtleneck', 'look', 'or', 'unbuttoned', 'to', 'create', 'less', 'of', 'the', 'same', 'look', 'i', "'m", 'so', 'glad', 'i', 'grabbed', 'this', 'because', 'it', 'is', 'a', 'great', 'cold', 'weather', 'staple', 'and', 'i', 'doubt', 'they', 'will', 'last', 'long', ',5,1,1', 'general', 'tops', 'sweaters'] ['8061,872,42', 'perfect', 'for', 'work', 'and', 'play', 'this', 'shirt', 'works', 'for', 'both', 'going', 'out', 'and', 'going', 'to', 'work', 'and', 'i', 'can', 'wear', 'it', 'with', 'everything', 'fits', 'perfect', 'tucked', 'and', 'untucked', 'tied', 'and', 'untied', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['8062,936,56', 'i', 'could', 'wear', 'it', 'everyday', 'this', 'cozy', 'sweater', 'looks', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings', 'as', 'a', '55-year-old', 'woman', 'who', 'loves', 'retailer', 'i', "'m", 'always', 'on', 'the', 'lookout', 'for', 'cute', 'clothes', 'that', 'do', "n't", 'make', 'me', 'look', 'like', 'i', "'m", 'trying', 'to', 'dress', 'too', 'young', 'this', 'sweater', 'is', 'comfy', 'and', 'stylish', 'and', 'looks', 'really', 'classy', 'i', 'wore', 'it', 'to', 'a', 'holiday', 'party', 'and', 'got', 'many', 'compliments', 'which', 'is', 'unusual', 'for', 'what', 'is', 'basically', 'a', 'simple', 'ivory', 'sweater', 'it', 'breathes', 'has', 'just', 'the', 'right', 'amount', 'of', 'room', 'in', 'the', 'sleeves', 'and', 'was', 'a', 'great', 'purchase', 'i', 'wish', 'i', 'had', 'bought', 'other', 'colo', ',5,1,1', 'general', 'tops', 'sweaters'] ['8063,1075,22', 'love', 'these', 'stripes', 'this', 'was', 'my', 'go', 'to', 'dress', 'this', 'past', 'summer', 'so', 'easy', 'to', 'wear', 'and', 'pair', 'with', 'cute', 'wedges', 'perfect', 'to', 'dress', 'up', 'or', 'down.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8064,1077,40', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'bought', 'this', 'right', 'before', 'traveling', 'to', 'italy', 'for', 'vacation', 'it', 'was', 'perfect', 'for', 'the', 'hot', 'weather', 'flows', 'nicely', 'and', 'was', 'comfortable', 'for', 'a', 'whole', 'day', 'walking', 'around', 'i', 'am', 'usually', 'a', 'small', 'but', 'this', 'just', 'felt', 'to', 'loose', 'on', 'my', 'chest', 'i', 'went', 'with', 'an', 'xs', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8065,1078,62', 'pretty', 'in', 'pink', 'i', 'love', 'this', 'dress', 'easy', 'breezy', 'flowy', 'comfortable', 'pink', 'fits', 'a', 'true', 'medium', 'would', 'recommend', 'to', 'anyone', 'makes', 'me', 'a', 'little', 'flirty', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8066,936,48', 'love', 'it', 'this', 'sweater', 'is', 'super', 'cozy', 'and', 'comfy', 'and', 'my', 'new', 'favorite', 'sweater', 'the', 'green', 'is', 'a', 'dark', 'khaki', 'and', 'really', 'pretty', 'it', "'s", 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'but', 'not', 'boxy', 'or', 'frumpy', ',5,1,14', 'general', 'tops', 'sweaters'] ['8067,1078,32', 'perfect', 'postpartum', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'a', 'couple', 'fall', 'weddings', 'to', 'hide', 'my', 'postpartum', 'belly', 'it', 'was', 'only', 'available', 'in', 'a', 'size', '8', 'which', 'is', 'my', 'typical', 'size', 'i', 'was', 'nervous', 'based', 'on', 'the', 'reviews', 'it', 'would', 'still', 'be', 'too', 'big', 'but', 'it', 'fits', 'perfectly', 'i', 'am', "5'10", 'so', 'i', 'assume', 'my', 'frame', 'can', 'handle', 'the', 'drappiness', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8068,1077,26', 'disappointing', 'after', 'reading', 'the', 'previous', 'review', 'i', 'was', 'pretty', 'confident', 'in', 'ordering', 'this', 'dress', 'it', 'arrived', 'in', 'the', 'mail', 'today', 'and', 'i', 'was', 'so', 'disappointed', 'first', 'of', 'all', 'it', "'s", 'huge', 'the', 'medium', 'was', 'way', 'too', 'big', 'on', 'me', 'and', 'i', "'m", 'never', 'a', 'small', 'at', 'retailer', 'i', 'even', 'considered', 'ordering', 'the', 'large', 'in', 'this', 'my', 'normal', 'size', 'at', 'retailer', 'second', 'the', 'colors', 'are', 'not', 'as', 'vibrant', 'as', 'in', 'the', 'photo', 'and', 'the', 'fabric', 'felt', 'cheap', 'finally', 'it', 'just', 'looked', 'like', 'i', 'went', 'to', 'hawaii', 'and', 'bought', 'a', 'drab', 'dress', 'there', 'that', 'did', "n't", 'fit', 'right', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['8069,1078,45', 'retailer', 'make', 'this', 'dress', 'in', 'other', 'colors', 'patterns', 'this', 'dress', 'is', 'awesome', 'love', 'everything', 'about', 'it', 'except', 'the', 'colors', 'the', 'pink', 'is', 'ridiculous', 'it', 'is', 'like', 'pepto', 'on', 'crack', 'there', "'s", 'no', 'way', 'outside', 'of', 'being', 'a', 'bridesmaid', 'i', 'would', 'ever', 'wear', 'that', 'shade', 'of', 'pink', 'nauseating', 'i', 'would', 'order', 'the', 'turquoise', 'but', 'i', 'do', "n't", 'think', 'i', 'want', 'that', 'either', 'plus', 'the', 'pink', 'was', 'the', 'only', 'color', 'offered', 'in', 'the', 'store', 'even', 'though', 'i', 'saw', 'the', 'dress', 'offered', 'in', 'black', 'online', 'at', 'one', 'time', 'why', 'would', "n't", 'you', 'stock', 'the', 'black', 'in-store', 'i', 'can', 'no', 'longer', 'get', 'it'] [] ['you', 'need', 'to', 'offer', 'this', 'd', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8070,998,48', 'way', 'too', 'big', 'i', 'ordered', 'my', 'usual', 'size', 'm', 'and', 'when', 'arrived', 'i', 'thought', 'the', 'material', 'and', 'cut', 'was', 'nice', 'once', 'i', 'tried', 'it', 'on', 'it', 'was', 'way', 'too', 'big', 'in', 'hips', 'i', 'looked', 'rather', 'comical', 'how', 'it', 'extended', 'on', 'the', 'sides', 'i', 'returned', 'the', 'dress.,2,0,0', 'general', 'bottoms', 'skirts'] ['8071,1078,52', 'fun', 'and', 'flowy', 'fun', 'dress', 'to', 'wear', 'i', 'received', 'numerous', 'compliments', 'on', 'the', 'color', 'and', 'design', 'of', 'the', 'dress', 'very', 'flowy', 'and', 'comfortable', 'love', 'it', 'i', 'wish', 'i', 'had', 'bought', 'a', 'size', 'smaller', 'than', 'i', 'normally', 'wea', 'because', 'it', 'runs', 'large', 'but', 'an', 'overall', 'great', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8072,872,37', 'cute', 'shirt', 'unlike', 'other', 'reviews', 'i', 'did', 'not', 'have', 'a', 'problem', 'with', 'the', 'seam', 'this', 'is', 'a', 'cute', 'shirt', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'tops', 'knits'] ['8073,936,37', ',,4,1,0', 'general', 'tops', 'sweaters'] ['8074,1078,31', 'comfortably', 'chic', 'i', 'have', 'a', 'casual', 'oceanside', 'wedding', 'to', 'attend', 'and', 'thought', 'this', 'easy', 'yet', 'elegant', 'dress', 'would', 'be', 'a', 'good', 'purchase', 'i', 'initially', 'bought', 'two', 'sizes', '10', 'and', '12.', 'i', "'m", 'typically', 'a', '12', 'in', 'more', 'structured', 'dresses', 'i.e.', 'more', 'rigid', 'fabric', 'with', 'zippered', 'entry', 'but', 'because', 'this', 'dress', 'was', 'flowy', 'and', 'slipped', 'on', 'over', 'the', 'head', 'i', 'also', 'ordered', 'the', '10.', 'i', "'m", '5', '5', 'broader', 'shoulders', '36d', 'with', 'smaller', 'hips', 'that', 'are', 'typically', 'one', 'size', 'smaller', 'than', 'my', 'top', 'half', 'the', '12', 'ended', 'up', 'being', 'comically', 'huge', 'and', 'fit', 'like', 'a', 'tent', 'the', '10', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8075,872,41', 'dressy', 'look', 't-shirt', 'feel', 'i', 'purchased', 'this', 'blouse', 'in', 'black', 'love', 'it', 'this', 'blouse', 'goes', 'with', 'everything', 'from', 'jeans', 'to', 'work', 'to', 'cocktail', 'it', 'is', 'perfect', 'my', 'only', 'wish', 'is', 'that', 'it', 'came', 'in', 'a', 'colors', 'i', 'would', 'add', 'navy', 'red', 'green', 'white', 'i', "'m", 'tempted', 'to', 'purchase', 'another', 'one', 'just', 'so', 'i', 'never', 'have', 'to', 'worry', 'about', 'the', 'one', 'i', 'have', 'wearing', 'out', 'buy', 'it', 'you', 'wo', "n't", 'be', 'sorry', ',5,1,0', 'general', 'tops', 'knits'] ['8076,939,42', 'love', 'boiled', 'wool', 'always', 'attracted', 'to', 'wool', 'for', 'its', 'warmth', 'and', 'breathability', 'this', 'jacket', 'has', 'great', 'style', 'that', 'can', 'be', 'casual', 'or', 'dressed', 'up', 'some', 'it', "'s", 'slightly', 'more', 'boxy', 'then', 'expected', 'which', 'i', 'think', 'lends', 'to', 'the', 'casual', 'look', 'find', 'myself', 'wearing', 'it', 'a', 'lot.,5,1,15', 'general', 'petite', 'tops', 'sweaters'] ['8077,1078,52', 'perfect', 'dress', 'this', 'dress', 'is', 'a', 'great', 'color', 'fabric', 'and', 'the', 'style', 'is', 'very', 'flattering', 'i', "'m", 'wearing', 'to', 'a', 'wedding', 'but', 'it', 'will', 'be', 'great', 'for', 'many', 'events', 'this', 'fall', 'dressy', 'enough', 'for', 'a', 'cocktail', 'party', 'but', 'could', 'also', 'wear', 'to', 'church', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8078,936,89', 'perfect', 'sweater', 'this', 'sweater', 'just', 'grows', 'on', 'me', 'every', 'time', 'i', 'put', 'it', 'on', 'it', 'is', 'so', 'comfortable', 'flattering', 'and', 'literally', 'the', 'perfect', 'winter', 'sweater', 'the', 'length', 'is', 'long', 'but', 'so', 'comfortable', 'with', 'leggings', 'or', 'skinny', 'jeans', 'absolutely', 'love', 'it', 'i', 'have', 'the', 'cream', 'color', 'one', 'and', 'i', 'have', 'to', 'wear', 'a', 'tank', 'under', 'but', 'the', 'material', 'and', 'look', 'is', 'perfect', ',5,1,0', 'general', 'tops', 'sweaters'] ['8079,1003,48', 'seriously', 'beautiful', 'this', 'skirt', 'is', 'stunning', 'like', 'the', 'other', 'reviewer', 'i', 'believe', 'this', 'is', 'probably', 'the', 'most', 'beautiful', 'thing', 'in', 'my', 'closet', 'the', 'colors', 'are', 'just', 'striking', 'it', 'is', 'also', 'flattering', 'i', 'find', 'some', 'skirts', 'can', 'kind', 'of', 'pouf', 'out', 'around', 'the', 'hips', 'and', 'add', 'bulk', 'this', 'one', 'lays', 'nice', 'and', 'flat', 'and', 'looks', 'great', 'the', 'material', 'is', 'very', 'soft', 'and', 'simple', 'and', 'i', 'love', 'the', 'frayed', 'edges', 'at', 'the', 'bottom', 'i', 'am', 'just', 'between', '5', '3', 'and', '5', '4', 'and', 'weigh', '112', 'lbs', 'i', 'took', 'an', 'xs', 'and', 'it', 'fits', 'perfectly', 'so', 'it', 'seems', 'true', 'to', 'size', 'only', 'thing', 'if', 'you', 'are', ',5,1,3', 'general', 'bottoms', 'skirts'] ['8080,1078,35', 'horrible', 'i', 'can', 'not', 'imagine', 'this', 'dress', 'working', 'in', 'any', 'size', 'i', 'am', 'a', 'small', 'thin', 'and', 'average', 'height', 'woman', 'usually', 'a', '25/26', 'in', 'pants', 'a', 'size', '32c', 'bust', 'and', '5', '6', 'tall', 'this', 'dress', 'was', 'huge', 'i', 'sized', 'down', 'to', 'a', '2', 'i', 'am', 'always', 'a', '4', 'in', 'dresses', 'and', 'this', 'dress', 'was', 'still', 'big', 'i', 'do', 'not', 'know', 'if', 'i', 'could', 'size', 'down', 'to', 'a', '0', 'though', 'as', 'the', 'shoulders', 'seemed', 'to', 'fit', 'right', 'it', 'was', 'ginormous', 'i', 'got', 'it', 'for', 'a', 'wedding', 'in', 'two', 'months', 'and', 'i', 'will', 'be', '3', 'months', 'pregnant', 'it', 'still', 'would', "n't", 'work', 'unless', 'i', 'was', '9', 'months', 'pregnant', 'and', 'carrying', 'tr', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['8081,1078,29', 'love', 'this', 'dress', 'saw', 'this', 'in', 'store', 'today', 'and', 'had', 'to', 'have', 'it', 'the', 'pink', 'is', 'a', 'really', 'bright', 'pink', 'definitely', 'more', 'of', 'a', 'hot', 'pink', 'than', 'it', 'appears', 'in', 'the', 'image', 'online', 'i', 'am', 'a', 'solid', '10', 'and', 'i', 'bought', 'this', 'in', 'an', '8', 'so', 'it', 'definitely', 'runs', 'a', 'size', 'large', 'highly', 'recommend', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8082,1117,57', 'came', 'with', 'a', 'nice', 'surprise', 'sleeves', 'to', 'my', 'surprise', 'these', 'vest', 'came', 'with', 'sleeves', 'but', 'only', 'can', 'zip', 'up', 'halfway', 'so', 'that', 'armpit', 'will', 'show', 'and', 'it', 'looks', 'like', 'the', 'jacket', 'is', 'ripped', 'at', 'the', 'armpit', 'area', 'why', 'that', "'s", 'a', 'good', 'question', 'it', 'does', 'run', 'very', 'small.i', "'m", '5', 'feet', 'tall', 'and', 'weighs', '115', 'pounds', 'luckily', 'the', 'only', 'one', 'left', 'is', 'size', 'l', 'so', 'i', 'ordered', 'and', 'it', 'fits', 'perfectly', ',4,1,3', 'general', 'petite', 'jackets', 'outerwear'] ['8083,936,48', 'perfect', 'fall', 'sweater', 'i', 'love', 'this', 'sweater', 'especially', 'the', 'color', 'i', 'never', 'would', 'have', 'order', 'this', 'sweater', 'on', 'line', 'but', 'when', 'i', 'saw', 'it', 'in', 'person', 'the', 'color', 'was', 'more', 'of', 'a', 'burnt', 'orange', 'the', 'fit', 'was', 'perfect', 'i', 'can', 'wear', 'with', 'skinny', 'jeans', 'or', 'leggings.,5,1,0', 'general', 'tops', 'sweaters'] ['8084,1078,48', 'i', 'love', 'this', 'dress', 'and', 'received', 'many', 'compliments', 'when', 'i', 'wore', 'it', 'the', 'pink', 'is', 'beautiful', 'however', 'it', 'does', 'run', 'large', 'so', 'i', 'will', 'need', 'to', 'exchange', 'it', 'the', 'little', 'square', 'at', 'the', 'base', 'of', 'the', 'neckline', 'was', 'crooked', 'on', 'the', 'one', 'i', 'received', 'might', 'not', 'bug', 'anyone', 'else', 'but', 'it', 'bothered', 'me', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8085,936,26', 'pretty', 'but', 'not', 'what', 'i', 'was', 'looking', 'for.', 'disappointed', 'with', 'the', 'fit', 'and', 'color', 'of', 'this', 'sweater', 'more', 'of', 'a', 'rusty', 'red', 'then', 'bright', 'cherry', 'red', 'i', 'ordered', 'a', 'small', 'and', 'found', 'the', 'sweater', 'had', 'no', 'shape', 'and', 'just', 'hung', 'lumpy', 'on', 'me', 'i', 'am', '5', '5', '120', 'and', 'usually', 'a', 'small', 'in', 'retailer', 'sweaters.,3,0,1', 'general', 'tops', 'sweaters'] ['8086,936,52', 'beautiful', 'cozy', 'i', 'hesitated', 'purchasing', 'this', 'because', 'of', 'the', 'high', 'price', 'so', 'kept', 'waiting', 'and', 'then', 'the', 'petite', 'sizes', 'ran', 'out', 'so', 'i', 'figured', 'i', 'missed', 'it', 'then', 'miraculously', 'the', 'petite', 'in', 'the', 'green', 'was', 'available', 'so', 'i', 'went', 'for', 'it', 'this', 'sweater', 'is', 'yummy', 'and', 'cozy', 'drapes', 'beautifully', 'i', 'am', '5', '1', 'short', 'waisted', 'and', 'wear', 'size', '2', 'in', 'most', 'clothes', 'the', 'petite', 's', 'fits', 'perfectly', 'with', 'a', 'pair', 'of', 'black', 'leggings', 'and', 'high', 'boots', 'this', 'is', 'a', 'winner', 'outfit', 'for', 'fall', 'and', 'winter', 'very', 'comfy', 'the', 'sweater', 'has', 'a', 'bit', 'of', 'an', 'open-weave', 'so', 'keep', 'tha', ',5,1,0', 'general', 'tops', 'sweaters'] ['8087,1003,31', 'beautiful', 'i', 'saw', 'this', 'skirt', 'online', 'and', 'immediately', 'went', 'to', 'the', 'store', 'to', 'hunt', 'it', 'down', 'is', 'perfect', 'one', 'of', 'the', 'most', 'beautiful', 'items', 'of', 'clothing', 'i', 'own', 'was', 'worried', 'the', 'waistband', 'would', 'be', 'unflattering', 'since', 'i', "'m", 'short', 'and', 'curvy', 'but', 'it', "'s", 'very', 'flattering', 'can', 'dress', 'up', 'or', 'wear', 'to', 'the', 'beach', 'i', 'love', 'it', ',5,1,3', 'general', 'bottoms', 'skirts'] ['8088,936,58', 'very', 'flattering', 'i', 'purchased', 'this', 'in', 'the', 'ivory', 'color', 'and', 'love', 'it', 'very', 'comfortable', 'and', 'agree', 'with', 'reviewer', 'who', 'said', 'it', 'looks', 'good', 'with', '1', 'button', 'or', '2', 'buttoned', 'up', 'my', 'one', 'complaint', 'is', 'that', 'i', 'found', 'it', 'to', 'be', 'such', 'an', 'open', 'weave', 'that', 'i', 'feel', 'it', 'necessary', 'to', 'wear', 'a', 'cami', 'underneath', 'which', 'is', 'not', 'the', 'end', 'of', 'the', 'world', 'the', 'other', 'issue', 'i', 'have', 'the', 'back', 'is', 'definitely', 'longer', 'than', 'the', 'front', 'as', 'pictured', 'i', "'m", 'not', 'sure', 'why', 'retailer', 'feels', 'compelled', 'to', 'have', 'almost', 'every', 'top', 'they', 'sell', 'have', 'this', 'styling', 'i', 'do', "n't", 'think', 'its', 'necessary', 'an', ',5,1,1', 'general', 'tops', 'sweaters'] ['8089,936,66', 'gorgeous', 'sweater', 'i', 'saw', 'this', 'sweater', 'online', 'and', 'i', 'fell', 'in', 'love', 'with', 'it', 'i', 'was', 'hoping', 'to', 'wear', 'it', 'for', 'christmas', 'it', 'arrived', 'on', 'time', 'and', 'it', 'was', 'such', 'an', 'amazing', 'color', 'there', 'is', 'a', 'touch', 'of', 'orange', 'to', 'the', 'red', 'color', 'it', 'has', 'a', 'buttoned', 'collar', 'and', 'i', 'like', 'wearing', 'it', 'with', 'one', 'button', 'open', 'it', 'has', 'to', 'be', 'one', 'of', 'the', 'softest', 'most', 'comfy', 'sweaters', 'i', "'ve", 'ever', 'worn', 'i', 'wore', 'it', 'with', 'skinny', 'jeans', 'and', 'boots', 'it', 'would', 'be', 'fine', 'with', 'leggings', 'too', 'the', 'style', 'and', 'quality', 'is', 'superb', 'as', 'always', 'i', "'m", 'very', 'pleased', 'with', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'sweaters'] ['8090,872,32', 'love', 'it', 'this', 'shirt', 'feels', 'amazing', 'it', 'also', 'drapes', 'nicely', 'and', 'is', 'very', 'feminine', 'and', 'flattering', 'great', 'versatile', 'piece.,5,1,0', 'general', 'tops', 'knits'] ['8091,936,36', 'great', 'cozy', 'sweater', 'this', 'sweater', 'was', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'something', 'well', 'made', 'cozy', 'easy', 'to', 'just', 'throw', 'on', 'and', 'go', 'and', 'still', 'look', 'chic', 'i', 'am', '5', '3', 'and', '110', 'lbs', 'and', 'the', 'x-small', 'fit', 'perfectly', 'still', 'roomy', 'but', 'drapes', 'well', 'i', 'got', 'the', 'taupe', 'which', 'is', 'nice', 'but', 'i', 'got', 'the', 'red', 'color', 'for', 'my', 'sister', 'in', 'law', 'and', 'its', 'gorgeous-', 'more', 'of', 'a', 'burnt', 'orange', 'than', 'the', 'red', 'show', 'here', 'i', 'would', 'definitely', 'recommend', 'this', 'sweater', ',5,1,0', 'general', 'tops', 'sweaters'] ['8092,936,66', 'perfect', 'cold', 'weather', 'sweater', 'i', 'bought', 'two', 'of', 'these', 'in', 'red', 'and', 'taupe', 'this', 'is', 'a', 'great', 'sweater', 'for', 'those', 'of', 'us', 'who', 'ca', "n't", 'wear', 'wool', 'but', 'need', 'to', 'stay', 'warm', 'the', 'cowl', 'is', 'adjustable', 'with', 'buttons', 'so', 'not', 'overwhelming', 'even', 'on', 'a', 'small', 'person', 'such', 'as', 'myself', '5', '2', 'the', 'texture', 'is', 'yummy', 'and', 'so', 'are', 'the', 'colors', 'softness', 'factor', 'is', 'over', 'the', 'top', 'too', 'i', 'wish', 'it', 'came', 'in', 'black', 'have', 'not', 'washed', 'them', 'yet', 'so', 'ca', "n't", 'attest', 'to', 'that', 'feature', 'but', 'i', 'am', 'very', 'happy', 'with', 'the', 'quality', 'so', 'far', 'thanks', 'retailer', ',5,1,0', 'general', 'tops', 'sweaters'] ['8093,936,64', 'let', 'me', 'start', 'off', 'by', 'saying', 'that', 'i', 'really', 'do', 'like', 'this', 'sweater', 'the', 'texture', 'is', 'very', 'nice', 'and', 'if', 'it', 'does', 'start', 'to', 'pill', 'the', 'material', 'is', 'one', 'where', 'i', 'do', "n't", 'think', 'it', "'ll", 'show', 'up', 'much', 'the', 'fabric', 'is', 'a', 'little', 'bumpy', 'but', 'still', 'soft'] [] ['i', "'m", 'only', 'giving', 'it', '4', 'stars', 'because', 'the', 'sleeves', 'could', 'be', '2', 'to', '3', 'inches', 'longer', 'i', 'bought', 'this', 'sweater', 'in', 'both', 'the', 'red', 'and', 'tan', 'colors', 'medium', 'i', 'liked', 'it', 'so', 'much', 'i', "'ve", 'also', 'never', 'had', 'a', 'problem', 'with', 'long', 'sleeve', 'shirts/sweaters', 'from', 'retailer', 'having', 'overly', 'short', 'sleeves', 'however', ',4,1,1', 'general', 'tops', 'sweaters'] ['8094,406,41', 'sexy', 'with', 'coverage', 'i', 'wish', 'this', 'came', 'in', 'a', 'petite', 'size', 'i', "'m", 'going', 'to', 'do', 'my', 'best', 'to', 'add', 'some', 'stitches', 'in', 'the', 'ruching', 'to', 'keep', 'the', 'middle', 'taught', 'i', "'m", 'busty', '32', 'ddd', 'and', 'the', 'suit', 'had', 'plenty', 'of', 'coverage', 'and', 'lift', 'i', 'will', 'need', 'to', 'make', 'additional', 'loops', 'in', 'the', 'back', 'latch', 'but', 'this', 'piece', 'is', 'worth', 'all', 'the', 'extra', 'work', 'i', 'was', 'surprised', 'this', 'worked', 'so', 'well', 'for', 'a', 'short', 'curvy', 'figure', 'i', 'ordered', 'a', 'medium.,4,1,0', 'initmates', 'intimate', 'swim'] ['8095,872,30', 'middle', 'seam', 'off', 'this', 'top', 'is', 'very', 'cute', 'but', 'the', 'middle', 'seam', 'in', 'off', 'center', 'near', 'the', 'bottom', 'and', 'cause', 'the', 'top', 'to', 'twist', 'while', 'wearing', 'it', 'that', 'is', 'annoying.,4,0,3', 'general', 'tops', 'knits'] ['8096,998,28', 'trumpet', 'maxi', 'skirt', 'this', 'was', 'a', 'sleeper', 'hit', 'for', 'me', 'it', 'was', 'on', 'sale', 'for', 'a', 'great', 'price', 'so', 'i', 'thought', 'what', 'the', 'heck', 'interesting', 'diagonals', 'in', 'how', 'the', 'skirt', 'is', 'pieced', 'together', 'and', 'i', 'totally', 'felt', 'like', 'a', 'sexy', 'mermaid', 'the', 'only', 'downside', 'was', 'that', 'it', 'was', 'so', 'long', 'i', "'m", '5/2', 'and', 'expect', 'things', 'like', 'this', 'to', 'be', 'long', 'but', 'wow', 'luckily', 'it', 'was', 'easy', 'to', 'shorten', 'without', 'loosing', 'the', 'cute', 'flare', 'at', 'the', 'bottom', 'i', "'m", '135lbs', 'and', 'the', 'medium', 'fit', 'snug', 'but', 'not', 'trampy', 'i', 'could', 'have', 'probably', 'worn', 'a', 'large', 'too', 'but', 'i', 'do', "n't", 'plan', 'on', 'tucking', 'my', 'shirt', 'into', ',4,1,1', 'general', 'bottoms', 'skirts'] ['8097,872,45', 'classic', 'top', 'the', 'top', 'looks', 'exactly', 'as', 'pictured', 'and', 'i', 'liked', 'the', 'fabric', 'the', 'fit', 'is', 'classic', 'and', 'i', 'will', 'be', 'able', 'to', 'wear', 'this', 'top', 'many', 'different', 'ways', 'i', 'was', 'hoping', 'that', 'it', 'was', 'long', 'sleeve', 'but', 'it', 'is', 'actually', '3/4', 'sleeve.,5,1,0', 'general', 'tops', 'knits'] ['8098,936,26', 'comfy', 'i', 'love', 'this', 'sweater', 'it', "'s", 'extremely', 'cozy', 'and', 'great', 'for', 'wearing', 'with', 'leggings', 'due', 'to', 'the', 'length', 'i', 'ordered', 'the', 'red', 'color', 'in', 'a', 's', 'and', 'it', 'fits', 'great', 'and', 'it', 'is', 'long', 'like', 'i', 'had', 'hoped', 'the', 'red', 'is', 'really', 'more', 'of', 'a', 'burnt', 'orange', 'than', 'the', 'red', 'in', 'the', 'photo', 'but', 'i', 'actually', 'like', 'that', 'even', 'better', ',5,1,0', 'general', 'tops', 'sweaters'] ['8099,1078,57', 'awesome', 'prettie', 'in', 'pink', 'beautiful', 'dress', 'just', 'like', 'wearing', 'a', 'night', 'shirt', 'great', 'flattering', 'fit', 'for', 'most', 'figures', 'wonderful', 'color', 'love', 'the', 'bell', 'sleeves', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8100,1078,47', 'better', 'than', 'i', 'imagined', 'i', 'hesitated', 'to', 'purchase', 'this', 'dress', 'because', 'of', 'the', 'color', 'but', 'it', 'is', 'a', 'beautiful', 'deep', 'pink', 'that', 'i', 'think', 'would', 'work', 'with', 'all', 'skin', 'tones', 'i', 'ordered', 'a', 'size', 'down', 'as', 'recommended', 'by', 'other', 'reviewers', 'and', 'the', 'dress', 'fits', 'perfectly', 'the', 'feel', 'is', 'amazing', 'incredibly', 'comfortable', 'and', 'not', 'too', 'short', 'when', 'you', 'lean', 'over', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8101,1077,57', 'love', 'this', 'dress', 'this', 'dress', 'does', 'run', 'large', 'but', 'i', 'sized', 'down', 'from', 'med', 'to', 'small', 'and', 'it', "'s", 'a', 'great', 'fit', 'the', 'fabric', 'is', 'lightweight', 'as', 'silk', 'sometimes', 'is', 'and', 'is', 'nicely', 'flowy', 'but', 'might', 'require', 'a', 'slip', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8102,998,51', 'as', 'the', 'other', 'reviewer', 'said', 'the', 'skirt', 'had', 'this', 'weird', 'bunching', 'on', 'both', 'sides', 'of', 'the', 'hips-it', 'was', 'ridiculous', 'i', 'do', "n't", 'know', 'how', 'anyone', 'could', 'wear', 'it-looks', 'like', 'you', 'had', 'two', 'little', 'triangle', 'things', 'poking', 'out', 'from', 'each', 'hip', 'i', "'m", 'long', 'and', 'lean', 'so', 'usually', 'skirts', 'like', 'this', 'fit', 'me', 'well', 'very', 'very', 'strangely', 'constructed-i', 'could', "n't", 'keep', 'it', 'even', 'at', 'the', 'deeply', 'discounted', 'price', ',1,0,1', 'general', 'bottoms', 'skirts'] ['8103,872,49', 'gorgeous', 'and', 'useful', 'love', 'this', 'blouse', 'per', 'the', 'previous', 'review', 'there', 'was', 'no', 'problem', 'with', 'my', 'tailoring', 'it', 'is', 'exactly', 'as', 'shown', 'i', 'plan', 'to', 'handwash', 'this', 'and', 'take', 'super', 'good', 'care', 'of', 'it', 'you', 'can', 'tell', 'from', 'the', 'picture', 'it', 'could', 'be', 'an', 'excellent', 'wardrobe', 'staple', 'and', 'absolutely', 'timeless', 'as', 'well', 'as', 'the', 'kind', 'of', 'sexy', 'and', 'elegant', 'you', 'can', 'get', 'away', 'with', 'in', 'the', 'office'] [] ['i', 'do', 'think', 'it', 'runs', 'a', 'tiny', 'bit', 'small', 'however', 'it', 'is', 'not', 'short', 'it', "'s", 'just', 'quite', 'a', 'fitted', 'piece', 'i', 'would', 'consider', 'sizing', 'up', 'i', 'love', 'the', 'look', 'of', 'the', 'medium', 'on', 'me', "5'10", ',5,1,5', 'general', 'tops', 'knits'] ['8104,936,35', 'get', 'it', 'love', 'this', 'ordered', 'it', 'on', 'sale', 'but', 'i', 'really', 'do', 'think', 'it', "'s", 'worth', 'full', 'price', 'i', 'went', 'with', 'a', 'small', 'even', 'though', 'an', 'extra', 'small', 'would', 'have', 'been', 'good', 'too', 'i', "'m", 'slender', 'and', '5', '9', 'about', '125', 'with', 'full', 'bust', 'the', 'small', 'fits', 'similar', 'to', 'the', 'model', 'and', 'because', 'i', 'wanted', 'it', 'to', 'fit', 'well', 'in', 'the', 'sleeves', 'i', 'have', 'long', 'arms', 'and', 'length', 'i', 'went', 'with', 'the', 'small', 'maybe', 'should', 'have', 'gone', 'smaller', 'as', 'it', 'is', 'roomy', 'it', "'s", 'very', 'well', 'made', 'and', 'although', 'you', "'ll", 'need', 'a', 'cami', 'i', 'still', 'feel', 'as', 'if', 'it', 'will', 'be', 'very', 'cozy', 'perfect', 'for', 'our', 'mi', ',5,1,0', 'general', 'tops', 'sweaters'] ['8105,936,28', 'new', 'favorite', 'this', 'is', 'my', 'new', 'favorite', 'sweater', 'and', 'i', 'want', 'it', 'in', 'all', 'sizes', 'i', 'have', 'the', 'ivory', 'and', 'now', 'the', 'taupe-totally', 'would', 'have', 'bought', 'the', 'green', 'had', 'it', 'been', 'in', 'stock', 'the', 'red', 'is', 'a', 'more', 'rust', 'color', 'but', 'it', 'is', 'still', 'gorgeous', 'although', 'the', 'knit', 'looks', 'and', 'is', 'looser', 'it', 'is', 'still', 'very', 'warm', 'i', 'wore', 'it', 'today', 'and', 'was', 'a', 'little', 'too', 'hot', 'for', 'this', 'mild', 'day', 'it', 'is', 'longer', 'so', 'it', 'can', 'be', 'worn', 'nicely', 'with', 'leggings', 'and', 'still', 'look', 'great', 'but', 'it', 'has', 'a', 'good', 'fit', 'and', 'shape', 'so', 'as', 'not', 'to', 'look', 'frumpy', 'love', 'tts', 'but', 'could', 'also', 'size', 'down', 'i', ',5,1,3', 'general', 'tops', 'sweaters'] ['8106,936,33', 'beautiful', 'in', 'light', 'red', 'the', 'light', 'red', 'color', 'is', 'so', 'rich', 'i', 'would', 'describe', 'it', 'as', 'a', 'burnt', 'coral/red', 'i', 'love', 'the', 'length', 'long', 'enough', 'to', 'pair', 'with', 'leggings', 'but', 'not', 'overwhelming', 'in', 'my', '5', '3', 'frame', 'one', 'sleeve', 'began', 'to', 'unravel', 'the', 'first', 'time', 'i', 'wore', 'it', 'but', 'i', 'was', 'able', 'to', 'mend', 'it', 'easily', 'and', 'have', 'had', 'no', 'trouble', 'since', 'i', 'think', 'it', 'was', 'a', 'flaw', 'specific', 'to', 'my', 'sweater', 'and', 'not', 's', 'general', 'indication', 'if', 'poor', 'quality', 'hubby', 'says', 'this', 'is', 'his', 'favorite', 'sweater', 'on', 'me', 'too', ',4,1,0', 'general', 'tops', 'sweaters'] ['8107,1078,30', 'bad', 'lining', 'this', 'dress', 'looks', 'like', 'it', 'would', 'be', 'so', 'much', 'fun', 'to', 'wear', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'swimming', 'in', 'it', 'i', 'do', 'have', 'to', 'admit', 'that', 'the', 'movement', 'of', 'the', 'dress', 'had', 'it', 'fit', 'right', 'would', 'have', 'been', 'very', 'fun', 'i', 'was', 'also', 'really', 'disappointed', 'with', 'the', 'lining', 'there', 'is', 'dark', 'green', 'piping', 'along', 'the', 'neckline', 'which', 'bled', 'through', 'the', 'pink', 'of', 'the', 'dress', 'and', 'make', 'it', 'look', 'like', 'you', 'dropped', 'something', 'on', 'your', 'dress', 'returning', 'it', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8108,936,39', 'great', 'sweater', 'love', 'this', 'pullover', 'for', 'its', 'versatile', 'style', 'can', 'be', 'buttoned', 'or', 'unbuttoned', 'and', 'easy', 'care', 'look', 'it', "'s", 'casual', 'without', 'looking', 'sloppy', 'the', 'weave', 'is', 'a', 'bit', 'open', 'work', 'and', 'can', 'easily', 'complement', 'a', 'cami', 'or', 'a', 'thicker', 'top', 'without', 'making', 'me', 'look', 'like', 'a', 'stuffed', 'sausage', 'the', 'hi-lo', 'hem', 'on', 'the', 'model', 'shots', 'do', 'not', 'look', 'that', 'way', 'irl', 'the', 'hem', 'is', 'straighter', 'soft', 'nubbly', 'texture', 'that', 'may', 'snag', 'easily', 'got', 'this', 'in', 'red', 'and', 'brown', 'but', 'wanted', 'the', 'sold', 'out', 'green', 'too.,5,1,0', 'general', 'tops', 'sweaters'] ['8109,1079,80', 'the', 'sizing', 'is', 'off', 'the', 'dress', 'is', 'lovely', 'but', 'the', 'sizing', 'is', 'off', 'the', 'tag', 'from', 'retailer', 'said', 'it', 'was', 'a', 'large', 'my', 'usual', 'size', 'but', 'the', 'manufacturer', "'s", 'size', 'was', 'an', '8.', 'too', 'small', 'so', 'i', 'will', 'have', 'to', 'return', 'it', ',4,1,5', 'general', 'dresses', 'dresses'] ['8110,406,33', 'looks', 'beautiful', 'on', 'i', 'do', 'agree', 'with', 'others', 'that', 'the', 'draping', 'does', 'sit', 'a', 'little', 'funny', 'but', 'its', 'nothing', 'that', 'a', 'simple', 'tack', 'ca', "n't", 'fix', 'this', 'suit', 'looks', 'incredible', 'on', 'and', 'does', 'a', 'good', 'job', 'of', 'hiding', 'my', 'mom', 'pooch', 'while', 'still', 'making', 'me', 'feel', 'sexy', 'with', 'the', 'cutouts', 'also', 'covers', 'the', 'chest', 'area', 'well', ',4,1,0', 'initmates', 'intimate', 'swim'] ['8111,1078,54', ',this', 'dress', 'is', 'adorable', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8112,1078,55', 'so', 'pretty', 'like', 'many', 'of', 'the', 'other', 'reviewers', 'i', 'thought', 'this', 'ran', 'a', 'little', 'big', 'i', 'am', 'a', '5', '5', '110lb', 'pear', 'and', 'xs', 'was', 'perfect', 'i', 'also', 'ordered', 'the', 'small', 'to', 'be', 'sure', 'it', 'is', 'not', 'quite', 'as', 'close', 'to', 'the', 'body', 'as', 'the', 'picture', 'the', 'color', 'is', 'gorgeous', 'and', 'saturated', 'it', 'hits', 'me', 'mid', 'thigh', 'in', 'a', 'good', 'way', 'the', 'fabric', 'is', 'crepe', 'on', 'the', 'outside', 'and', 'silky', 'on', 'the', 'inside', 'and', 'it', 'has', 'a', 'beautiful', 'high', 'quality', 'drapey-ness', 'it', 'is', 'unlined', 'but', 'not', 'see', 'through', 'it', 'arrived', 'wrinkled', 'and', 'sad', 'but', 'a', 'warm', 'dry', 'iron', 'really', 'brought', 'out', 'how', 'gorgeous', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8113,406,33', 'such', 'a', 'unique', 'flattering', 'swimsuit', 'i', 'am', 'so', 'excited', 'about', 'this', 'swimsuit', 'i', 'have', 'never', 'felt', 'so', 'good', 'in', 'a', 'bathing', 'suit', 'it', "'s", 'sexy', 'without', 'being', 'too', 'revealing', 'the', 'fit', 'is', 'perfect', 'i', 'absolutely', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'swim'] ['8114,1078,32', 'i', 'usually', 'do', 'not', 'buy', 'dresses', 'at', 'full', 'price', 'but', 'when', 'i', 'saw', 'the', 'teal', 'version', 'of', 'this', 'dress', 'on', 'the', 'website', 'i', 'caved', 'in', 'and', 'bought', 'it', 'i', 'had', 'also', 'tried', 'the', 'pink', 'version', 'of', 'this', 'dress', 'in', 'store', 'it', "'s", 'very', 'cute', 'and', 'sweet', 'but', 'i', 'do', "n't", 'think', 'i', 'can', 'pull', 'it', 'off', 'the', 'teal', 'version', 'is', 'pretty', 'accurate', 'in', 'color', 'to', 'the', 'on', 'screen', 'image'] [] ['this', 'dress', 'runs', 'huge', 'i', 'usually', 'wear', 'a', '6', 'or', '8', 'in', 'retailer', 'dresses', 'and', 'went', 'with', 'a', 'size', '2', 'for', 'this', 'one', 'it', 'fits', 'comfortably', 'without', 'being', 'too', 'baggy', 'or', 'like', 'a', 'tent', 'the', 'materi', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8115,936,58', 'beautiful', 'color', 'and', 'so', 'soft', 'this', 'is', 'the', 'perfect', 'fall/winter', 'sweater', 'i', 'bought', 'it', 'in', 'red', 'and', 'i', 'would', 'get', 'another', 'one', 'in', 'the', 'green', 'color', 'if', 'it', 'were', "n't", 'sold', 'out', 'in', 'my', 'size', 'love', 'it', ',5,1,1', 'general', 'tops', 'sweaters'] ['8116,1077,35', 'cute', 'i', "'m", 'pretty', 'petite', 'and', 'have', 'small', 'boobs', 'so', 'i', 'should', 'have', 'gotten', 'the', 'xxs', 'instead', 'of', 'the', 'xs', 'however', 'since', 'i', "'m", 'currently', 'pregnant', '33', 'weeks', 'i', 'figure', 'i', 'should', 'buy', 'the', 'xs', 'it', "'s", 'a', 'roomy', 'dress', 'and', 'does', "n't", 'make', 'you', 'look', 'like', 'a', 'boat', 'if', 'you', "'re", 'pregnant', 'which', 'is', 'awesome', 'since', 'i', 'do', "n't", 'have', 'milk', 'in', 'my', 'boobs', 'yet', 'it', "'s", 'a', 'tad', 'roomy', 'on', 'the', 'sides', 'by', 'my', 'chest', 'not', 'super', 'noticeable', 'though', 'i', 'hate', 'buying', 'maternity', 'clothes', 'since', 'they', "'re", 'pretty', 'ugly', 'and', 'i', 'do', "n't", 'like', 'the', 'fact', 'that', 'i', 'would', "n't", 'be', 'able', 'to', 'wear', 'it', 'agai', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8117,864,50', 'casual', 'comfort', 'this', 'was', 'exactly', 'as', 'expected', 'i', 'ordered', 'my', 'usual', 'size', 'medium', 'fit', 'well', 'good', 'quality', 'fabric', 'it', "'s", 'one', 'of', 'my', 'comfy', 'weekend', 'go', 'to', 'items.,5,1,0', 'general', 'tops', 'knits'] ['8118,1078,54', 'beautiful', 'dress', 'but', 'runs', 'very', 'large', 'it', 'is', 'made', 'of', 'a', 'material', 'that', 'does', 'not', 'breath', 'so', 'if', 'you', 'tend', 'to', 'run', 'hot', 'skip', 'this', 'dress', 'great', 'style', 'and', 'looks', 'good', 'on', 'almost', 'any', 'body', 'type', 'colors', 'are', 'very', 'attractive', 'and', 'is', 'dressy', 'enough', 'for', 'special', 'occasions', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8119,920,29', 'beautiful', 'but', 'must', 'dry', 'lean', 'this', 'sweater', 'is', 'gorgeous', 'i', 'wish', 'i', 'could', 'have', 'purchased', 'in', 'several', 'colors', 'because', 'it', "'s", 'now', 'a', 'staple', 'in', 'my', 'closet', 'downside-', 'it', 'does', 'say', 'delicate', 'cold', 'water', 'wash', 'but', 'the', 'lace', 'on', 'the', 'back', 'is', 'so', 'delicate', 'and', 'pulling', 'happens', 'on', 'the', 'sides', 'every', 'time', 'i', 'wear', 'it', 'so', 'dry', 'cleaning', 'is', 'the', 'way', 'to', 'go', 'the', 'sweater', 'does', 'snag', 'easily', 'so', 'do', "n't", 'wear', 'anything', 'that', 'could', 'get', 'caught', 'in', 'it', 'jewelry/handbags', 'with', 'chains', 'or', 'embellishments', 'because', 'they', 'will', 'catch', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8120,841,28', 'beautiful', 'top', 'many', 'compliments', 'i', 'love', 'love', 'love', 'this', 'top', 'and', 'have', 'received', 'many', 'compliments', 'if', 'anything', 'it', 'runs', 'small', 'i', 'wear', 'size', '6', 'and', 'a', '36d', 'bra', 'and', 'the', 's', 'was', 'roomy', ',5,1,0', 'general', 'tops', 'blouses'] ['8121,833,51', 'it', "'s", 'not', 'a', 'black', 'and', 'white', 'top', 'it', "'s", 'ecru', 'and', 'bla', 'i', 'suppose', 'i', 'would', 'have', 'kept', 'this', 'top', 'i', 'had', "n't", 'been', 'misled', 'about', 'the', 'color', 'i', 'do', "n't", 'like', 'ecru', 'or', 'eggshell'] ['the', 'description', 'said', 'it', 'was', 'black', 'and', 'white', ',3,0,3', 'general', 'tops', 'blouses'] ['8122,472,48', 'beautiful', 'these', 'are', 'such', 'beautiful', 'cheerful', 'shorts', 'the', 'floral', 'motif', 'just', 'makes', 'me', 'smile', 'they', 'do', 'have', 'brocade', 'on', 'them', 'which', 'is', 'nice', 'and', 'dressy', 'they', 'are', 'perfect', 'for', 'a', 'night', 'out', 'or', 'a', 'day', 'at', 'the', 'beach', 'i', 'went', 'tts', 'on', 'them', 'i', 'purchased', 'similar', 'shorts', 'last', 'year', 'in', 'the', 'brown', 'color', 'very', 'nice', 'shorts', 'to', 'have', 'in', 'your', 'wardrobe', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8123,833,48', 'very', 'cute', 'but', 'harder', 'to', 'wear', 'than', 'i', 'expected', 'this', 'top', 'is', 'so', 'cute', 'and', 'i', 'immediately', 'had', 'to', 'purchase', 'it', 'when', 'i', 'saw', 'it', 'i', 'am', 'usually', 'drawn', 'to', 'boxy', 'cropped', 'shirts', 'but', 'i', 'find', 'this', 'is', 'harder', 'to', 'wear', 'than', 'i', 'anticipated', 'it', 'may', 'be', 'because', 'i', 'got', 'a', 'small', 'size', 'but', 'it', 'is', 'boxier', 'than', 'i', 'anticipated', 'and', 'is', 'almost', 'hard', 'to', 'wear', 'with', 'even', 'jeans', 'i', 'recommend', 'you', 'buy', 'because', 'the', 'detailing', 'is', 'so', 'pretty', 'and', 'perfect', 'but', 'try', 'on', 'and', 'make', 'sure', 'you', 'have', 'some', 'good', 'bottoms', 'to', 'pair', 'it', 'with', ',4,1,1', 'general', 'tops', 'blouses'] ['8124,833,67', 'unique', 'style', 'and', 'embroidery', 'this', 'top', 'fits', 'loosely', 'through', 'the', 'body', 'and', 'a', 'little', 'snigger', 'in', 'the', 'bust', 'fabric', 'is', 'nice', 'but', 'does', 'require', 'some', 'ironing/steaming', 'at', 'times', 'it', 'is', 'a', 'little', 'pricey', 'but', 'you', 'wo', "n't", 'find', 'anything', 'similar', 'so', 'being', 'unique', 'makes', 'it', 'worth', 'the', 'cost', 'i', 'ordered', 'online', 'but', 'it', 'was', 'available', 'at', 'my', 'local', 'retailer', 'store', 'unfortunately', 'the', 'online', 'order', 'did', "n't", 'show', 'availability', 'i', 'would', 'have', 'liked', 'to', 'see', 'it', 'first', 'since', 'i', 'was', 'unsure', 'of', 'size', 'usually', 'wear', 'medium', 'if', 'top', 'has', 'a', 'relaxed', 'fit', 'large', 'if', 'not', 'very', 'cute', 'too', ',4,1,2', 'general', 'tops', 'blouses'] ['8125,472,42', 'perfect', 'fit', 'shorts', 'i', 'typically', 'wear', 'boring', 'shorts', 'you', 'know', 'khaki', 'i', 'saw', 'these', 'in', 'the', 'store', 'and', 'had', 'to', 'try', 'them', 'on', 'true', 'to', 'size', 'in', 'the', 'waist', 'not', 'too', 'short', 'and', 'the', 'leg', 'fit', 'was', 'perfect', 'slim', 'without', 'being', 'skin', 'tight', 'the', 'pattern', 'is', 'far', 'from', 'boring', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'them', 'out', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['8126,860,37', 'so', 'this', 'is', 'a', 'pricey', 'tee', 'but', 'i', 'ordered', 'it', 'on', 'sale', 'still', 'pricey', 'i', 'm', 'really', 'surprised', 'how', 'much', 'i', 'ended', 'up', 'loving', 'it', 'and', 'wearing', 'it', 'ordered', 'it', 'in', 'the', 'light', 'red', 'size', 'xs', 'and', 'it', 'has', 'become', 'my', 'go', 'to', 'tank', 'for', 'the', 'summer', 'i', 'wear', 'it', 'every', 'week', 'the', 'armholes', 'are', 'a', 'tab', 'long', 'on', 'me', 'so', 'i', 'wear', 'a', 'black', 'sports', 'bra', 'underneath', 'and', 'it', 'does', 'peak', 'through', 'but', 'not', 'in', 'a', 'tacky', 'way', 'if', 'you', 'don', 't', 'mind', 'the', 'price', 'i', 'would', 'pick', 'this', 'up', ',5,1,2', 'general', 'tops', 'knits'] ['8127,920,37', 'love', 'love', 'love', 'this', 'too', 'this', 'top', 'is', 'fabulous', 'the', 'color', 'is', 'amazing', 'and', 'the', 'back', 'is', 'just', 'beautiful', 'i', 'would', 'recommend', 'this', 'sweater', 'to', 'anyone', 'i', 'absolutely', 'love', 'it', 'my', 'only', 'concern', 'is', 'getting', 'it', 'snagged', 'on', 'something', 'other', 'than', 'that', 'it', "'s", 'a', 'score', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['8128,920,27', 'stunning', 'and', 'sexy', 'i', 'wore', 'this', 'out', 'to', 'a', 'dinner-party', 'that', 'was', 'thrown', 'for', 'me', 'and', 'people', 'loved', 'the', 'surprise', 'back', 'i', 'have', 'a', 'few', 'lace', 'back', 'shirts', 'but', 'this', 'one', 'is', 'gorgeous', 'and', 'sexy', 'i', 'am', 'incredibly', 'cautious', 'about', 'the', 'lace', 'however', 'it', 'is', 'so', 'delicate', 'no', 'issues', 'but', 'just', 'be', 'careful', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8129,833,42', 'fun', 'and', 'whimsical', 'top', 'this', 'is', 'such', 'a', 'great', 'top', 'for', 'spring', 'and', 'summer', 'i', "'ve", 'worn', 'it', 'with', 'shorts', 'capris', 'and', 'jeans', 'as', 'well', 'as', 'layered', 'it', 'under', 'a', 'denim', 'jacket', 'it', 'brings', 'an', 'element', 'of', 'whimsy', 'to', 'any', 'outfit', 'it', "'s", 'comfortable', 'and', 'really', 'well', 'made', ',5,1,0', 'general', 'tops', 'blouses'] ['8130,833,35', ',i', 'love', 'the', 'detailed', 'cutouts', 'on', 'the', 'shirt', 'and', 'the', 'liner', 'is', 'finished', 'with', 'a', 'scalloped', 'edging', 'perfectly', 'cool', 'for', 'the', 'summer', 'time', 'but', 'also', 'stylish', 'and', 'hip.,5,1,1', 'general', 'tops', 'blouses'] ['8131,860,68', 'abso', 'lovely', 'this', 'is', 'a', 'simple', 'shirt', 'but', 'so', 'cool', 'and', 'comfortable', 'in', 'the', 'hot', 'florida', 'summer', 'i', "'m", 'ordering', 'one', 'in', 'the', 'blue', 'and', 'white', 'as', 'well', 'i', 'know', 'this', 'is', 'going', 'to', 'be', 'a', 'fave', 'i', 'love', 'supima', 'cotton', 'and', 'though', 'i', 'adore', 'retailer', 'i', 'do', 'wish', 'they', "'d", 'carry', 'more', 'of', 'the', 'supima', 'rather', 'than', 'the', 'non-organic', 'fabrics', 'so', 'many', 'of', 'the', 'pretty', 'things', 'i', 'simply', 'will', 'not', 'buy', 'because', 'i', 'prefer', 'the', 'feel', 'of', 'silk', 'linen', 'and', 'cotton', 'thanks', 'for', 'this', 'one', 'retailer', ',5,1,4', 'general', 'tops', 'knits'] ['8132,833,66', 'gorgeous', 'but', 'falls', 'apart', 'this', 'top', 'is', 'a', 'lot', 'more', 'striking', 'in', 'person', 'on', 'it', "'s", 'quite', 'stunning', 'it', 'is', 'a', 'tad', 'short', 'but', 'that', "'s", 'part', 'of', 'the', 'aesthetic', 'and', 'i', 'do', "n't", 'find', 'it', 'unflattering', 'however', 'the', 'first', 'time', 'i', 'wore', 'it', 'one', 'of', 'the', 'black', 'rope/thread', 'details', 'disintegrated', 'and', 'fell', 'apart', 'i', 'tried', 'to', 'reinforce', 'the', 'end', 'and', 'reattach', 'it', 'but', 'it', 'just', 'came', 'apart', 'again', 'i', 'understand', 'the', 'nature', 'of', 'the', 'top', 'makes', 'it', 'more', 'delicate', 'but', 'this', 'was', 'definitely', 'disappointing', 'i', 'mentioned', 'it', 'when', 'i', 'went', 'back', 'into', 'the', 'store', 'and', 'the', 'sales', 'girl', 'sympath', ',4,1,2', 'general', 'tops', 'blouses'] ['8133,472,41', 'super', 'cute', 'comfy', 'but', 'easy', 'to', 'dress', 'up', 'love', 'shorts', 'that', 'i', 'can', 'dress', 'down', 'w/', 'a', 'chambray', 'top', 'or', 'that', 'i', 'dress', 'up', 'w/', 'heeled', 'sandals', 'and', 'a', 'blouse', 'this', 'is', 'perfect'] ['i', 'found', 'them', 'to', 'run', 'a', 'tad', 'big'] ['i', 'have', 'thin', 'legs', 'but', 'do', "n't", 'have', 'a', 'small', 'waist', 'at', 'all', 'i', 'took', 'a', '0', 'in', 'them', 'i', "'m", 'usually', 'more', 'like', 'a', '2', 'on', 'bottom', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['8134,860,30', 'love', 'this', 'tank', 'i', 'love', 'the', 'colors', 'my', 'favorite', 'purchased', 'a', 'medium', 'and', 'fits', 'perfectly', 'i', "'ve", 'been', 'wearing', 'it', 'all', 'summer', 'material', 'is', 'thin', 'but', 'super', 'soft', 'for', 'reference', 'i', 'am', '5', '8', '145', 'lbs', '32dd', 'i', "'m", 'obsessed', 'with', 'this', 'tank', 'considering', 'buying', 'a', 'second', 'just', 'in', 'case', 'anything', 'happens', 'to', 'the', 'one', 'i', 'have', 'that', "'s", 'how', 'much', 'i', 'love', 'this', 'tank', ',5,1,2', 'general', 'tops', 'knits'] ['8135,47,31', 'beautiful', 'suit', 'i', 'purchased', 'the', 'teal', 'suit', 'and', 'it', 'was', 'so', 'beautiful', 'it', "'s", 'super', 'comfortable', 'and', 'has', 'nice', 'coverage', 'i', 'decided', 'to', 'return', 'it', 'because', 'as', 'a', 'nursing', 'mom', 'i', "'ve", 'decided', 'to', 'wait', 'until', 'i', "'ve", 'weaned', 'the', 'baby', 'so', 'i', 'can', 'make', 'sure', 'the', 'fit', 'is', 'still', 'good', 'but', 'otherwise', 'i', 'would', 'have', 'kept', 'it', ',4,1,0', 'initmates', 'intimate', 'swim'] ['8136,833,74', 'folklorica', 'happy', 'this', 'is', 'one', 'of', 'those', 'very', 'retailer', 'tops', 'that', 'you', 'ca', "n't", 'find', 'anywhere', 'else', 'the', 'feel', 'is', 'folkloric', 'but', 'the', 'country', 'is', 'not', 'specific', 'although', 'listed', 'as', 'a', 'tee', 'the', 'material', 'is', 'a', 'knit', 'with', 'heft', 'and', 'is', 'lined', 'from', 'the', 'bust', 'seam', 'down', 'the', 'embroidery', 'is', 'combined', 'with', 'cut-work', 'to', 'give', 'it', 'a', 'high-end', 'finish', 'and', 'justify', 'the', 'price', 'this', 'is', 'a', 'dress-up', 'tee', 'for', 'sure', 'i', 'will', 'most', 'likely', 'treat', 'it', 'as', 'a', 'blouse', 'and', 'wear', 'it', 'with', 'cropped', 'black', 'culottes', 'or', 'a', 'slim', 'midi', 'skirt', 'i', 'wear', 'either', 'a', '0', 'or', '2', 'in', 'mos', ',5,1,10', 'general', 'tops', 'blouses'] ['8137,323,54', 'nice', 'but', 'not', 'for', 'petites.', 'the', 'shorts', 'are', 'very', 'cute', 'very', 'nice', 'quality', 'and', 'intricate', 'detailing', 'the', 'sizing', 'is', 'tight', 'in', 'waist', 'and', 'very', 'big', 'in', 'legs', 'not', 'flattering', 'at', 'all', 'i', "'m", '5', '1', '115', 'lbs', 'they', 'are', 'going', 'back', ',3,1,3', 'general', 'bottoms', 'shorts'] ['8138,878,42', 'i', 'ordered', 'this', 'in', 'a', 'size', '1', 'which', 'i', 'thought', 'would', 'be', 'a', 'small', 'and', 'it', 'was', 'very', 'very', 'wide', 'it', 'is', 'very', 'short', 'too', 'i', 'typically', 'wear', 'a', 'small', 'and', 'am', '5', '8', 'and', '132', 'lbs', 'it', "'s", 'going', 'back', 'unfortunately', 'very', 'soft', 'material', 'though', ',1,0,0', 'general', 'tops', 'knits'] ['8139,1008,30', 'super', 'cute', 'the', 'fit', 'in', 'the', 'skirt', 'is', 'flexible', 'because', 'the', 'waist', 'is', 'elastic', 'and', 'the', 'shape', 'is', 'flattering', 'it', 'does', "n't", 'stick', 'out', 'too', 'far', 'over', 'the', 'butt', 'the', 'brocade', 'texture', 'and', 'gold', 'and', 'blue', 'colors', 'are', 'very', 'fall', 'looking', 'forward', 'to', 'wearing', 'this', 'with', 'boots', 'and', 'tights', 'i', "'m", 'usually', 'either', 'a', 'large', 'or', 'medium', 'in', 'skirts', 'and', 'i', 'went', 'for', 'a', 'medium', 'in', 'this', 'one', ',5,1,3', 'general', 'bottoms', 'skirts'] ['8140,860,72', 'love', 'this', 'tank', 'in', 'love', 'with', 'this', 'as', 'soon', 'as', 'i', 'received', 'it', 'in', 'the', 'mail', 'i', 'ordered', 'another', 'color', 'super', 'soft', 'and', 'easy', 'to', 'wear', 'i', 'imagine', 'i', 'will', 'live', 'in', 'this', 'top', 'the', 'rest', 'of', 'the', 'summer', 'felt', 'pricey', 'but', 'worth', 'it', 'for', 'as', 'much', 'wear', 'as', 'i', 'will', 'get', 'out', 'of', 'it', 'i', 'am', "5'10", '160', 'and', 'the', 'large', 'is', 'a', 'great', 'fit', 'perfect', 'fit', 'on', 'the', 'shoulders', 'and', 'just', 'a', 'hair', 'loose', 'throughout', 'the', 'rest', 'of', 'the', 'tank', 'which', 'is', 'what', 'i', 'wanted', ',5,1,1', 'general', 'tops', 'knits'] ['8141,833,42', 'this', 'top', 'is', 'gorgeous', 'the', 'colors', 'are', 'lovely', 'design', 'and', 'quality', 'are', 'impeccable', 'and', 'it', 'is', 'versatile', 'this', 'top', 'just', 'happened', 'to', 'catchc', 'my', 'eye', 'and', 'i', 'am', 'so', 'happy', 'with', 'my', 'purchase', 'it', 'fits', 'tts', 'i', 'love', 'it', ',5,1,5', 'general', 'tops', 'blouses'] ['8142,472,58', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8143,952,37', 'great', 'gift', 'bought', 'on', 'a', 'whim', 'as', 'a', 'gift', 'for', 'my', 'mom', 'fit', 'perfectly', 'and', 'she', 'loved', 'the', 'details', 'did', 'not', 'complain', 'of', 'itching', 'as', 'with', 'prior', 'review', 'it', 'is', 'more', 'blue', 'than', 'gray', 'appearing', 'the', 'photo', ',5,1,0', 'general', 'tops', 'sweaters'] ['8144,949,45', 'disappointing', 'this', 'beauty', 'caught', 'my', 'eye', 'online', 'and', 'i', 'was', 'excited', 'to', 'see', 'it', 'in', 'store', 'the', 'coloring', 'is', 'lovely', 'but', 'it', 'was', 'too', 'short', 'for', 'me', '5', '7', 'and', 'just', 'meh', 'and', 'it', 'was', 'only', 'on', 'for', 'a', 'second', 'before', 'it', 'started', 'itching', 'sadly', 'too', 'the', 'sleeves', 'were', 'all', 'stretched', 'out', 'from', 'the', 'way', 'my', 'local', 'store', 'merchandised', 'it', 'which', 'looks', 'cute', 'on', 'the', 'hanger', 'but', 'kind', 'of', 'ruins', 'the', 'clothes', 'i', 'wish', 'they', "'d", 'stop', 'doing', 'this', 'if', 'it', 'works', 'for', 'you', 'great', 'because', 'it', "'s", 'a', 'decent', 'price', 'for', 'a', 'timeless', 'sweater', 'with', 'an', 'interesting', 'color', 'patter', ',3,0,2', 'general', 'tops', 'sweaters'] ['8145,833,44', 'work', 'of', 'art', 'this', 'is', 'an', 'extraordinary', 'blouse', 'and', 'it', 'is', 'the', 'poster', 'child', 'of', 'retailer', 'the', 'embroidery', 'looks', 'beautiful', 'online', 'but', 'i', 'appreciate', 'it', 'much', 'more', 'in', 'person', 'the', 'details', 'are', 'breathtaking', 'especially', 'the', 'scalloped', 'borders', 'around', 'the', 'arm', 'holes', 'neck', 'and', 'hem', 'lines', 'i', 'grew', 'up', 'around', 'embroidery', 'art', 'and', 'this', 'is', 'very', 'high', 'quality', 'work', 'not', 'even', 'one', 'stitch', 'out', 'of', 'place', 'and', 'no', 'hanging', 'loose', 'threads', 'either', 'i', 'like', 'the', 'black', 'thread', 'on', 'cream', 'because', 'it', "'s", 'classy', 'and', 'it', 'displays', 'the', 'details', 'the', 'blouse', 'materia', ',4,1,16', 'general', 'tops', 'blouses'] ['8146,833,41', 'strange', 'unflattering', 'fit', 'this', 'top', 'did', 'nothing', 'for', 'me', 'it', 'billowed', 'in', 'the', 'front', 'and', 'was', 'not', 'flattering', 'for', 'reference', 'i', 'am', '5', '4', '115', 'pounds', 'and', 'small', 'chested', 'i', 'ordered', 'the', 'smallest', 'size', 'the', 'top', 'came', 'in', 'can', 'not', 'recall', 'if', 'it', 'was', 'an', 'xs', 'or', '0', 'i', 'promptly', 'returned', 'it', ',2,0,2', 'general', 'tops', 'blouses'] ['8147,949,23', 'so', 'unreal', 'soft', 'i', 'absolutely', 'love', 'this', 'sweater', 'it', "'s", 'super', 'soft', 'and', 'the', 'grey/white', 'version', 'is', 'lovely', 'it', "'s", 'definitely', 'more', 'cropped', 'i', "'m", '5', '7', 'but', 'looks', 'great', 'with', 'high', 'waisted', 'jeans', 'or', 'a', 'pencil', 'skirt'] [] ['so', 'cozy', ',5,1,1', 'general', 'tops', 'sweaters'] ['8148,833,50', 'more', 'beautiful', 'in', 'person', 'i', 'bought', 'this', 'in', 'the', 'store', 'and', 'love', 'it', 'seeing', 'it', 'online', 'i', 'would', 'never', 'think', 'to', 'buy', 'it', 'much', 'more', 'flattering', 'in', 'person', ',4,1,1', 'general', 'tops', 'blouses'] ['8149,860,35', 'very', 'flattering', 'i', 'usually', 'take', 'a', 'small', 'in', 'retailer', 'tops', 'i', 'did', 'have', 'to', 'order', 'this', 'in', 'a', 'medium', 'though', 'because', 'it', 'is', 'slightly', 'more', 'form', 'fitting', 'the', 'material', 'seems', 'a', 'little', 'thin', 'so', 'i', 'hope', 'it', 'holds', 'up', 'well', 'over', 'time', 'i', 'love', 'the', 'green', 'color', 'though', 'i', 'am', 'curvy', 'especially', 'on', 'the', 'bottom', 'and', 'this', 'was', 'very', 'flattering', 'on', 'me', 'i', 'do', 'think', 'it', 'is', 'too', 'expensive', 'for', 'what', 'it', 'is', 'especially', 'with', 'the', 'material', 'being', 'thin', 'even', 'at', 'sales', 'price', 'overall', 'though', 'i', 'thought', 'it', 'flattering', 'enough', 'to', 'keep', ',5,1,0', 'general', 'tops', 'knits'] ['8150,472,35', 'run', 'large', 'first', 'off', 'they', 'are', 'much', 'prettier', 'irl', 'than', 'in', 'the', 'photos', 'online', 'they', 'fit', 'very', 'large', 'on', 'me', 'i', 'am', 'usually', 'a', '8', 'or', '10', 'but', 'have', 'hips', 'so', 'ordered', 'the10', 'wrong', 'decision', 'i', 'needed', 'the', '8', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8151,472,33', 'these', 'shorts', 'are', 'extremely', 'cute', 'i', 'usually', 'have', 'a', 'hard', 'time', 'finding', 'shorts', 'i', 'like', 'but', 'when', 'i', 'saw', 'these', 'the', 'floral', 'and', 'brocade', 'was', 'too', 'nice', 'not', 'to', 'try', 'the', 'length', 'is', 'good', 'and', 'they', 'are', 'not', 'tight', 'on', 'the', 'thighs', 'but', 'not', 'too', 'loose', 'either', 'the', 'material', 'makes', 'them', 'friendly', 'for', 'work', 'as', 'well', 'as', 'outings', 'and', 'running', 'about', 'town', 'i', 'got', 'my', 'usual', 'size', '8', 'and', 'found', 'that', 'to', 'work', 'perfectly', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['8152,1079,26', 'beautiful', 'style', 'poor', 'craftmanship', 'the', 'fabric', 'was', 'a', 'beautiful', 'color', 'but', 'the', 'material', 'and', 'seams', 'were', 'not', 'well', 'put', 'together', 'the', 'elastic', 'in', 'the', 'arm', 'was', 'stretched', 'before', 'i', 'tried', 'on', 'the', 'dress', 'so', 'the', 'sleeves', 'did', 'not', 'fit', 'well', 'i', 'unfortunately', 'ended', 'up', 'returning', ',3,0,0', 'general', 'dresses', 'dresses'] ['8153,868,73', 'great', 'shirt', 'that', "'s", 'a', 'bit', 'different', 'color', 'orange/red', 'and', 'fabric', 'nice', 'and', 'good', 'quality'] ['i', 'ordered', 'this', 'since', 'i', 'live', 'in', 'astoria', 'but', 'am', 'glad', 'i', 'did', ',5,1,2', 'general', 'tops', 'knits'] ['8154,71,65', 'fun', 'to', 'wear', 'inside', 'sneakers', 'or', 'just', 'around', 'the', 'house', 'shoeless', 'my', 'daughters', 'tried', 'to', 'take', 'them', 'but', 'i', 'held', 'on', 'to', 'them', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['8155,829,41', 'too', 'sheer', 'for', 'me', 'i', 'really', 'liked', 'this', 'top', 'i', 'wish', 'it', 'was', 'not', 'so', 'sheer', 'even', 'with', 'a', 'nude', 'bra', 'its', 'just', 'too', 'much', 'it', "'s", 'a', 'very', 'loose', 'fit', 'throughout', 'the', 'body', 'but', 'the', 'shoulders', 'arms', 'and', 'neckline', 'remain', 'true', 'to', 'size', 'so', 'it', 'looks', 'nicely', 'tailored', 'on', 'the', 'top', 'i', 'just', 'ca', "n't", 'do', 'something', 'this', 'sheer', 'i', 'feel', 'too', 'exposed', 'i', 'wish', 'they', 'had', 'it', 'offered', 'in', 'other', 'colors', ',4,1,5', 'general', 'petite', 'tops', 'blouses'] ['8156,820,62', 'sold', 'on', 'reviews', 'after', 'reading', 'many', 'positive', 'reviews', 'i', 'ordered', 'sure', 'glad', 'i', 'did', 'i', 'love', 'the', 'light', 'airy', 'fabric', 'it', 'hangs', 'nicely', 'i', 'am', 'mostly', 'a', '12', 'sometimes', 'a', '14.', 'i', 'ordered', 'both', 'sizes', 'and', 'the', '14', 'was', 'a', 'perfect', 'fit', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', 'thought', 'it', 'might', 'be', 'too', 'girly', 'and/or', 'young', 'looking', 'on', 'me', 'but', 'not', 'so', 'at', 'all', 'i', 'got', 'the', 'white', 'and', 'i', 'certainly', 'like', 'the', 'red', 'detail', 'at', 'the', 'button', 'holes', 'too', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8157,1081,32', 'pretty', 'but', 'do', "n't", 'like', 'this', 'fabric', 'this', 'is', 'indeed', 'a', 'very', 'flattering', 'dress', 'and', 'looks', 'great', 'unless', 'you', 'move', 'in', 'it', 'the', 'fabric', 'shows', 'every', 'little', 'lump', 'and', 'bump', 'on', 'your', 'body', 'as', 'you', 'move', 'and', 'clings', 'to', 'tights', 'only', 'a', 'little', 'but', 'just', 'enough', 'to', 'make', 'it', 'annoying', 'if', 'you', 'have', 'any', 'jiggle', 'at', 'all', 'i', "'d", 'steer', 'clear', 'would', 'have', 'definitely', 'kept', 'it', 'if', 'the', 'fabric', 'were', 'different', 'because', 'the', 'cut', 'is', 'amazing', 'but', 'alas', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['8158,1081,34', 'snug', 'and', 'unflattering', 'would', 'be', 'flattering', 'on', 'someone', 'who', 'is', 'slim', 'with', 'all', 'the', 'right', 'curves', 'i', "'m", 'average', 'size', 'and', 'a', 'mother', 'of', '3.', 'the', 'medium', 'was', 'not', 'a', 'true', 'medium', 'the', 'fabric', 'was', 'amazing', 'the', 'arm', 'holes', 'were', 'too', 'open/low', 'cut', 'for', 'my', 'taste'] ['i', "'m", '5', '7', 'and', '140.', 'this', 'landed', 'mid', 'calf', 'not', 'my', 'preference'] [] ['retailer', 'accepted', 'the', 'return', 'with', 'a', 'hassel', 'free', 'refund', 'all', 'under', '2', 'weeks', 'from', 'receiving', 'it', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8159,819,31', 'mine', 'was', 'slightly', 'tight', 'across', 'the', 'bust', 'area', 'but', 'i', "'m", 'able', 'to', 'leave', 'it', 'open', 'with', 'a', 'light', 'tank', 'underneath', 'it', 'still', 'looks', 'great', ',5,1,1', 'general', 'tops', 'blouses'] ['8160,820,32', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8161,820,62', 'the', 'price', 'is', 'right', 'tried', 'this', 'on', 'a', 'whim', 'in', 'store', 'and', 'it', 'might', 'not', 'look', 'like', 'much', 'on', 'the', 'hanger', 'but', 'this', 'beauty', 'fits', 'perfectly', 'and', 'is', 'quite', 'flattering', 'it', 'is', 'loose', 'without', 'being', 'billowy', 'still', 'has', 'nice', 'tailoring', 'for', 'shape', 'the', 'fabric', 'is', 'light', 'but', 'good', 'quality', 'and', 'the', 'pattern', 'is', 'super', 'cute', 'i', 'was', 'shocked', 'when', 'i', 'saw', 'that', 'the', 'price', 'was', 'much', 'lower', 'than', 'expected', 'this', 'is', 'a', 'true', 'win', 'even', 'at', 'full', 'price', 'for', 'reference', 'i', "'m", '5', '7', '128lbs', 'and', 'took', 'my', 'usual', 'size', 's.', ',5,1,10', 'general', 'petite', 'tops', 'blouses'] ['8162,790,53', 'perfect', 'so', 'different', 'loose', 'linen', 'i', 'love', 'the', 'raw', 'edge', 'and', 'the', 'color', 'i', 'can', 'wear', 'with', 'anything', 'over', 'a', 'dress', 'great', 'top', 'with', 'raw', 'edges', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['8163,1081,39', 'plain', 'and', 'simple', 'love', 'the', 'color', 'ordered', 'the', 'plum', 'it', 'is', 'very', 'nice', 'in', 'person', 'not', 'quite', 'as', 'burgundy', 'more', 'purple-y', 'i', 'do', "n't", 'typically', 'go', 'for', 'the', 'plain', 'dresses', 'as', 'i', 'feel', 'at', 'the', 'price', 'it', 'should', 'be', 'a', 'statement', 'but', 'i', 'don'] ["'t", 'have', 'a', 'dress', 'like', 'this'] [] ['wearable', 'as', 'casual', 'or', 'dressed', 'up'] ['solid', 'plain', 'color'] ['soft', 'fabric'] ['long', 'sleeves', 'yet', 'sexy', 'enough', 'without', 'being', 'too', 'much'] ['flirty', 'it', 'is', 'on', 'the', 'shorter', 'side'] [] ['i', 'decided', 'to', 'keep', 'it', 'as', 'dolan', 'makes', 'a', 'similar', 'dress', 'every', 'year', 'and', 'i', 'pass', 'every', 'year', 'this', 'is', 'the', 'year', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8164,820,41', 'the', 'perfect', 'blouse', 'this', 'is', 'an', 'ideal', 'top', 'especially', 'for', 'summer', 'so', 'lightweight', 'and', 'soft', 'the', 'detailing', 'is', 'adorable', 'and', 'makes', 'this', 'simple', 'shirt', 'feel', 'very', 'special', 'yet', 'everyday', 'i', 'ordered', 'the', 'black', 'and', 'am', 'back', 'for', 'the', 'other', 'colors', 'this', 'one', 'is', 'an', 'absolute', 'win', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8165,820,26', 'such', 'a', 'lovely', 'top', 'i', 'came', 'across', 'this', 'in', 'the', 'store', 'and', 'immediately', 'fell', 'in', 'love', 'with', 'it', 'the', 'online', 'photos', 'just', 'do', "n't", 'do', 'it', 'justice', 'i', 'bought', 'the', 'white', 'version', 'because', 'the', 'little', 'pops', 'of', 'red', 'in', 'the', 'details', 'and', 'the', 'dobby', 'weave', 'are', 'so', 'sweet', 'and', 'unique'] [] ['a', 'size', '0', 'fit', 'perfectly', 'the', 'fabric', 'is', 'a', 'bit', 'sheer', 'so', 'be', 'prepared', 'to', 'wear', 'a', 'cami', 'underneath', 'very', 'light', 'airy', 'and', 'comfortable', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['8166,820,46', 'size', '16', 'is', 'perfect', 'i', 'ordered', 'the', 'orange', 'plaid', 'version', 'in', 'size', '16.', 'it', 'fit', 'me', 'like', 'it', 'does', 'the', 'model', 'it', "'s", 'true', 'to', 'size', 'the', 'peplum', 'is', 'very', 'comfortable', 'the', 'plaid', 'is', "n't", 'see-through', 'so', 'no', 'extra', 'layer', 'of', 'a', 'tank', 'is', 'needed', 'the', 'neckline', 'is', "n't", 'too', 'low', 'very', 'well-made', 'and', 'a', 'great', 'choice', 'for', 'summer', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['8167,1081,51', 'just', 'okay', 'this', 'might', 'look', 'good', 'on', 'you', 'if', 'you', 'are', 'very', 'tall', 'and', 'slim', 'i', 'am', 'a', 'curvy', 'medium', 'and', 'this', 'was', 'not', 'at', 'all', 'flattering', 'it', 'is', 'a', 'straight', 'cut', 'and', 'hugs', 'in', 'the', 'wrong', 'places', 'the', 'color', 'is', 'not', 'true', 'it', 'is', 'black', 'stripes', 'on', 'gray', 'not', 'cream', 'i', 'thought', 'the', 'stripes', 'might', 'flatter', 'my', 'shape', 'but', 'alas', 'i', 'did', 'not', 'look', 'good', 'in', 'this'] [] ['the', 'material', 'is', 'very', 'nice', 'soft', 'and', 'stretchy', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['8168,820,29', 'sweet', 'top', 'this', 'top', 'is', 'cute', 'nice', 'fabric', 'and', 'design', 'pretty', 'flattering', 'for', 'such', 'a', 'loose', 'cut', 'my', 'one', 'concern', 'though', 'was', 'that', 'when', 'i', 'was', 'moving', 'the', 'peplum', 'part', 'kept', 'riding', 'up', 'i', 'felt', 'like', 'i', 'would', 'constantly', 'have', 'to', 'readjust', 'the', 'shirt', 'to', 'make', 'sure', 'it', 'was', 'lying', 'flat'] [] ['the', 'shirt', 'runs', 'large', 'i', "'m", 'usually', 'a', '6', 'and', 'the', '2', 'was', 'plenty', 'roomy', ',4,1,12', 'general', 'petite', 'tops', 'blouses'] ['8169,1081,32', 'silky', 'smooth', 'weighty', 'fabric', 'in', 'rich', 'wine', 'color', 'i', 'tried', 'on', 'this', 'dress', 'in', 'the', 'portland', 'me', 'store', 'today', 'so', 'much', 'good', 'to', 'say', 'about', 'it', 'the', 'wine', 'color', 'is', 'deep', 'and', 'rich', 'the', 'fabric', 'hand', 'is', 'similar', 'to', 'a', 'heavy', 'weight', 'silk', 'the', 'cut', 'of', 'the', 'dress', 'so', 'flattering'] ['but', 'i', 'did', "n't", 'get', 'it', 'i', 'am', '5', '2', 'and', 'weigh', '135', 'lbs', 'i', 'can', 'sometimes', 'wear', 'a', 'medium', 'but', 'my', 'upper', 'arms', 'and', 'hips', 'can', 'require', 'a', 'large', 'usually', 'petite', 'for', 'proper', 'length', 'the', 'store', 'did', "n't", 'have', 'a', 'large', 'i', 'did', "n't", 'even', 'realize', 'the', 'dress', 'also', 'came', 'in', 'petite', 'so', 'i', 'tried', 'on', 'a', 'medium', 'nice', 'fit', 'through', 'the', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['8170,825,39', 'love', 'it', 'it', 'is', 'a', 'little', 'roomy', 'so', 'if', 'you', "'re", 'between', 'sizes', 'go', 'with', 'the', 'smaller', 'i', 'think', 'it', "'s", 'flattering', 'even', 'if', 'you', 'have', 'a', 'larger', 'chest', 'love', 'the', 'details', 'and', 'the', 'fabric', 'is', 'a', 'good', 'weight', 'and', 'quality', ',5,1,0', 'general', 'tops', 'blouses'] ['8171,1066,54', 'pilcro', 'perfect', 'there', 'was', "n't", 'much', 'question', 'as', 'to', 'whether', 'or', 'not', 'i', "'d", 'love', 'these', 'pants', 'as', 'i', 'have', 'several', 'pairs', 'of', 'the', 'pilcro', 'hyphen', 'pant', 'however', 'this', 'one', 'is', 'slightly', 'different', 'front', 'pocket', "'s", 'and', 'seam', 'down', 'front'] ['and', 'though', 'they', 'are', 'slightly', 'different', 'the', 'fit', 'and', 'cut', 'are', 'the', 'same'] ['these', 'pants', 'are', 'a', 'great', 'weight', 'can', 'wear', 'year', 'round', 'really', 'but', 'these', 'will', 'be', 'my', 'go', 'to', 'pants', 'this', 'fall', 'and', 'winter'] ['the', 'length', 'is', 'nice', 'can', 'wear', 'with', 'shoes', 'or', 'rolled', 'up', 'with', 'boots', 'too', 'utility', 'chinos', 'yes'] [] ['the', 'fit', 'is', 'nicely', ',5,1,0', 'general', 'bottoms', 'pants'] ['8172,1081,39', 'pretty', 'dress', 'this', 'dress', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'for', 'fall', 'events', 'can', 'be', 'dressed', 'up', 'or', 'down', 'flowy', 'suede-like', 'fabric', 'i', 'normally', 'wear', 'a', 'small', 'in', 'most', 'retailer', 'pieces', 'and', 'even', 'though', 'i', 'am', 'pregnant', 'in', 'my', 'first', 'trimester', 'i', 'bought', 'a', 'small', 'in', 'this', 'since', 'it', 'is', 'stretchy', 'and', 'will', 'fit', 'me', 'at', 'different', 'stages', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['8173,1066,57', 'love', 'pilcro', 'pants', 'i', 'have', 'a', 'few', 'pairs', 'of', 'pilcro', 'pants', 'and', 'they', 'have', 'yet', 'to', 'disappoint', 'the', 'fit', 'the', 'style', 'and', 'the', 'quality', 'is', 'just', 'perfect', 'for', 'me', 'i', 'know', 'i', 'can', 'go', 'to', 'my', 'size', 'and', 'expect', 'a', 'perfect', 'fit', 'every', 'time', ',5,1,0', 'general', 'bottoms', 'pants'] ['8174,1008,31', 'lovely', 'exactly', 'as', 'pictured.', 'love', 'this', 'skirt', 'it', 'looks', 'precisely', 'as', 'the', 'photo', 'depicts', 'the', 'metallic', 'stitching', 'may', 'be', 'a', 'little', 'bothersome', 'for', 'some', 'in', 'terms', 'of', 'itching/scratching', 'i', '39', 'm', '5', '39', '8', 'quot', '135', 'and', 'the', '6', 'fit', 'perfectly', 'pear/hourglass', '.,5,1,0', 'general', 'bottoms', 'skirts'] ['8175,831,24', 'easy', 'breezy', 'gorgeous', 'top', 'very', 'beautiful', 'and', 'easy', 'can', 'be', 'dressed', 'up', 'for', 'work', 'or', 'just', 'worn', 'with', 'a', 'pair', 'of', 'jeans', 'note', 'the', 'fabric', 'is', 'semi', 'sheer', 'so', 'a', 'nude', 'bra', 'or', 'cami', 'is', 'a', 'must', 'with', 'this', 'but', 'it', "'s", 'going', 'to', 'be', 'fantastic', 'for', 'summer', ',4,1,0', 'general', 'tops', 'blouses'] ['8176,1081,35', 'flattering', 'just', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'ordered', 'a', 'petite', 'because', 'i', "'m", '5', 'if', 'you', 'are', 'even', '5', '2', 'or', 'taller', 'i', 'would', "n't", 'recommend', 'a', 'petite', 'fit', 'unless', 'you', 'prefer', 'the', 'tunic', 'length', 'this', 'dress', 'and', 'material', 'has', 'a', 'flattering', 'drape', 'for', 'those', 'of', 'us', 'with', 'trouble', 'belly', 'regions', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8177,868,34', 'so', 'comfy', 'this', 'top', 'is', 'so', 'soft', 'i', 'want', 'to', 'wear', 'it', 'every', 'day', 'the', 'orange', 'is', 'beautiful', 'in', 'person', 'great', 'fall', 'color', 'perfect', 'amount', 'of', 'swing.,5,1,0', 'general', 'tops', 'knits'] ['8178,831,43', 'really', 'beautiful', 'i', 'wear', 'between', 'a', 'l', 'and', 'xl', 'i', 'chose', 'the', 'xl', 'which', 'was', 'the', 'right', 'choice', 'if', 'you', 'are', 'a', 'bit', 'curvy', 'in', 'proportions', 'i', 'could', 'size', 'up', 'the', 'color', 'is', 'gorgeous', 'i', 'just', 'logged', 'back', 'on', 'to', 'order', 'another', 'if', 'there', 'were', 'options', 'but', 'alas', 'there', 'are', 'not', 'flattering', 'arm', 'cut', 'could', 'be', 'worn', 'for', 'work', 'or', 'with', 'jeans/', 'out', 'to', 'dinner', 'it', "'s", 'cute', 'you', 'wo', "n't", 'regret', 'it', 'as', 'a', 'side', 'note', 'it', 'is', 'sheer', 'which', 'you', 'can', 'see', 'in', 'the', 'photo', 'needs', 'a', 'cami', ',5,1,0', 'general', 'tops', 'blouses'] ['8179,1081,32', 'great', 'purchase', 'the', 'material', 'on', 'this', 'dress', 'is', 'so', 'soft', 'and', 'wonderfully', 'drapey', 'super', 'flattering', 'defines', 'waist', 'enough', 'to', 'not', 'add', 'bulk', 'but', 'also', 'hide', 'a', 'tummy', 'the', 'purple', 'color', 'is', 'lovely', 'perfect', 'for', 'fall', 'for', 'reference', 'i', "'m", '5', '1', '32dd', '118', 'lbs', 'with', 'hourglass', 'figure', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8180,868,54', 'darling', 'tee', 'this', 'tee', 'shirt', 'is', 'just', 'adorable', 'i', 'found', 'it', 'at', 'a', 'local', 'retailer', 'and', 'decided', 'to', 'try', 'it', 'on', 'and', 'just', 'loved', 'it', 'i', 'happened', 'to', 'walk', 'out', 'of', 'my', 'dressing', 'room', 'while', 'wearing', 'it', 'to', 'talk', 'to', 'my', 'daughter', 'who', 'was', 'shopping', 'with', 'me', 'and', 'three', 'customers', 'in', 'the', 'hall', 'said', 'that', 'is', 'so', 'cute', 'and', 'went', 'to', 'find', 'their', 'own', 'i', 'bought', 'the', 'ivory', 'color', 'but', 'the', 'other', 'colors', 'are', 'really', 'nice', 'as', 'well'] [] ['the', 'fabric', 'is', 'substantial', 'soft', 'and', 'thick', 'the', 'little', 'ruffle', 'at', 'the', 'shoulder', 'makes', 'a', 'cute', 'statement', 'but', 'is', 'just', 'fun', 'and', 'not', ',5,1,2', 'general', 'tops', 'knits'] ['8181,820,37', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8182,974,56', 'awesome', 'jacket', 'first', 'saw', 'the', 'jacket', 'online', 'and', 'liked', 'it', 'so', 'i', 'went', 'to', 'the', 'store', 'to', 'check', 'out', 'the', 'color', 'looks', 'nicer', 'in', 'person', 'it', 'fitted', 'me', 'really', 'well', 'and', 'looked', 'really', 'nice', 'on', 'me', 'the', 'jacket', 'is', 'very', 'soft', 'and', 'well', 'made', 'the', 'only', 'thing', 'is', 'the', 'sleeves', 'are', 'a', 'little', 'longer', 'but', 'not', 'a', 'big', 'deal', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'when', 'the', 'full', 'is', 'here', ',5,1,0', 'general', 'jackets', 'jackets'] ['8183,829,26', 'because', 'you', 'ca', "n't", 'have', 'enough', 'cream', 'tops', 'i', 'waited', 'so', 'long', 'before', 'trying', 'this', 'on', 'because', 'i', 'have', 'a', 'bad', 'addiction', 'to', 'white/cream', 'tops', 'that', 'i', "'m", 'trying', 'to', 'get', 'over', 'and', 'branch', 'out', 'but', 'after', 'seeing', 'someone', 'else', 'wearing', 'it', 'i', 'decided', 'to', 'give', 'it', 'a', 'whirl', 'i', 'was', 'also', 'trying', 'on', 'the', 'black', 'and', 'white', 'charlie', "'s", 'with', 'the', 'leaf', 'print', 'at', 'the', 'time', 'and', 'fell', 'in', 'love', 'it', 'hits', 'me', 'a', 'lot', 'longer', 'than', 'the', 'modeled', 'photo', 'i', "'m", 'about', '5', '7', 'for', 'reference', 'and', 'the', 'shoulders', 'were', 'a', 'little', 'tight', 'for', 'me', 'in', 'my', 'usual', 'small', 'so', 'i', 'got', 'a', 'medium', 'the', 'sleeve', 'length', 'is', 'perfection', ',5,1,10', 'general', 'petite', 'tops', 'blouses'] ['8184,820,55', 'lovely', 'shirt', 'i', 'noticed', 'this', 'top', 'as', 'i', 'was', 'going', 'into', 'the', 'fitting', 'room', 'and', 'tried', 'it', 'on', 'on', 'impulse', 'i', 'was', 'pleasantly', 'surprised', 'with', 'the', 'fit', 'and', 'soft', 'quality', 'of', 'the', 'fabric', 'and', 'even', 'more', 'impressed', 'with', 'the', 'price', 'i', 'usually', 'like', 'my', 'tops', 'very', 'fitted', 'and', 'found', 'this', 'one', 'hung', 'loose', 'but', 'not', 'boxy', 'i', 'have', 'been', 'wearing', 'it', 'quite', 'a', 'bit', 'sometimes', 'with', 'a', 'camisole', 'underneath', 'and', 'sometimes', 'not', 'i', 'bought', 'the', 'one', 'with', 'the', 'flowers', 'and', 'it', 'is', 'not', 'see-through', 'and', 'the', 'light', 'fabric', 'is', 'good', 'for', 'our', 'warm', 'heat', 'i', 'bought', 'my', 'usual', 's', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8185,820,46', ',,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['8186,820,48', 'great', 'top', 'i', 'bought', 'this', 'b/c', 'it', 'looked', 'exactly', 'my', 'style', 'and', 'i', 'was', 'right', 'i', "'ve", 'worn', 'this', 'once', 'and', 'it', 'is', 'so', 'comfortable', 'and', 'the', 'fit', 'is', 'great', 'i', 'can', 'see', 'this', 'being', 'a', 'shirt', 'i', 'wear', 'again', 'and', 'again', 'all', 'summer', 'i', 'bought', 'the', 'black', 'and', 'am', 'thinking', 'about', 'buying', 'the', 'peachy-plaid', 'color', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8187,820,55', 'very', 'flattering', 'i', 'sew', 'and', 'therefore', 'i', 'can', 'tell', 'when', 'something', 'is', 'cut', 'and', 'designed', 'well', 'this', 'top', 'hangs', 'beautifully', 'and', 'the', 'colors', 'are', 'very', 'pretty', 'it', "'s", 'cotton.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8188,820,53', 'cute', 'top', 'and', 'perfect', 'for', 'those', 'hot', 'summer', 'days', 'as', 'fabric', 'is', 'light', 'but', 'not', 'sheer', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['8189,1081,27', 'comfortable', 'and', 'versatile', 'this', 'dress', 'is', 'a', 'new', 'favorite', 'the', 'cut', 'is', 'great', 'for', 'most', 'figures', 'and', 'the', 'fabric', 'has', 'a', 'nice', 'drape', 'around', 'the', 'curves', 'of', 'the', 'body', 'so', 'it', 'sort', 'of', 'has', 'a', 'slimming', 'effect', 'which', 'i', 'love', 'i', "'m", 'petite', 'and', 'curvy', 'and', 'so', 'the', 'hem', 'lands', 'closer', 'to', 'top', 'of', 'my', 'knees', 'than', 'it', 'does', 'on', 'the', 'model', 'in', 'the', 'image', 'the', 'color', 'in', 'person', 'is', 'slightly', 'more', 'purple', 'and', 'less', 'brown/maroon', 'but', 'it', 'still', 'works', 'for', 'a', 'fall/winter', 'wardrobe', 'if', 'you', 'are', 'uneasy', 'about', 'the', 'colors', 'i', 'recommend', 'looking', 'at', 'it', 'in', 'store', 'before', 'purchasing', 'i', 'love', 'thi', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8190,820,54', 'flattering', 'and', 'so', 'cute', 'i', 'was', 'afraid', 'it', 'would', 'be', 'too', 'poufy', 'but', 'it', 'is', "n't", 'at', 'all', 'i', "'d", 'say', 'it', 'runs', 'a', 'bit', 'large', 'i', 'usually', 'wear', 'a', '6', 'or', '8', 'and', 'the', '6', 'fits', 'perfectly.,4,1,2', 'general', 'petite', 'tops', 'blouses'] ['8191,820,29', 'cute', 'and', 'versatile', 'in', 'black', 'i', 'got', 'this', 'in', 'black', 'it', 'can', 'be', 'casual', 'or', 'dressy', 'very', 'lightweight', 'comfortable', 'and', 'flattering', 'i', 'collect', 'black', 'tops', 'since', 'i', 'rarely', 'wear', 'any', 'other', 'color', 'and', 'this', 'is', 'now', 'one', 'of', 'my', 'favorites', 'i', 'think', 'it', 'looks', 'totally', 'different', 'in', 'the', 'black', 'than', 'it', 'does', 'in', 'the', 'other', 'colors', 'more', 'refined', 'less', 'casual', 'this', 'runs', 'quite', 'large', 'i', 'am', 'a', '0-2', 'but', 'needed', 'the', '00', 'in', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8192,974,67', 'murky', 'colors', 'not', 'a', 'refined', 'jacket', 'the', 'colors', 'on', 'this', 'jacket', 'are', 'a', 'murky', 'blue', 'with', 'a', 'pale', 'mauve', 'tone', 'for', 'the', 'lighter', 'color', 'size', 'is', 'a', 'bit', 'on', 'the', 'large', 'size', 'i', 'did', 'not', 'feel', 'that', 'the', 'jacket', 'was', 'that', 'well-made', 'and', 'would', 'hold', 'up', 'to', 'much', 'wear', 'i', 'was', 'looking', 'for', 'a', 'jacket', 'to', 'dress', 'up', 'jeans', 'black', 'pants', 'etc', 'and', 'this', 'did', 'not', 'fit', 'that', 'need', 'it', 'would', 'be', 'a', 'warm', 'jacket', 'if', 'that', 'is', 'a', 'need', ',3,0,1', 'general', 'jackets', 'jackets'] ['8193,820,36', 'run', 'and', 'buy', 'such', 'a', 'cute', 'shirt', 'i', 'picked', 'up', 'the', 'white-with-flowers', 'that', 'is', 'not', 'being', 'shown', 'online', 'yet', 'the', 'straight', 'white', 'looks', 'like', 'it', 'could', 'wrinkle', 'and', 'definitely', 'needs', 'a', 'tank', 'underneath', 'but', 'the', 'white', 'with', 'flowers', 'was', 'not', 'see-through', 'and', 'seems', 'like', 'it', 'will', 'require', 'a', 'bit', 'less', 'steaming', 'the', 'detail', 'masks', 'wrinkles', 'the', 'flowered-design', 'also', 'has', 'a', 'small', 'tie', 'at', 'the', 'neck', 'that', 'i', 'do', "n't", 'think', 'was', 'on', 'the', 'solid', 'color', 'design', 'ca', "n't", 'totally', 'remember', 'cute', 'extra', 'detail', 'but', 'not', 'overly', 'obvious', 'it', 'blends', 'into', 'the', 'shirt', ',5,1,11', 'general', 'petite', 'tops', 'blouses'] ['8194,820,44', 'a', 'staple', 'top', 'i', 'am', 'in', 'love', 'with', 'this', 'top', 'it', 'is', 'so', 'comfortable', 'and', 'lovely', 'it', 'runs', 'a', 'touch', 'big', 'like', 'most', 'items', 'of', 'this', 'brand.,5,1,6', 'general', 'petite', 'tops', 'blouses'] ['8195,988,41', 'so', 'small', 'i', 'opened', 'the', 'package', 'and', 'loved', 'this', 'skirt', 'immediately', 'i', 'held', 'it', 'up', 'and', 'the', 'waist', 'is', 'tiny', 'i', "'m", 'usually', 'a', 'size', '6', 'but', 'sometimes', 'go', 'for', 'a', 'size', '8', 'at', 'retailer', 'i', "'m", '5', '6', 'and', '126', 'lbs', 'i', 'would', 'have', 'needed', 'at', 'least', '4', 'extra', 'inches', 'in', 'the', 'waist', 'band', 'to', 'close', 'the', 'zipper', 'i', 'wonder', 'if', 'this', 'is', 'a', 'british', 'size', '8', 'or', 'something', 'this', '8', 'is', 'closer', 'to', 'a', '4.', 'really', 'disappointed', ',4,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['8196,1081,39', 'smooth', 'to', 'the', 'touch', 'and', 'body', 'skimming', 'this', 'dress', 'drapes', 'over', 'my', 'figure', 'flaws', 'without', 'drawing', 'attention', 'it', "'s", 'a', 'great', 'base', 'layer', 'for', 'many', 'accessories', 'and', 'outfits', 'i', 'love', 'this', 'fabric', 'dolan', 'uses', 'i', 'already', 'own', 'the', 'sleeveless', 'and', 'cap', 'sleeve', 'versions', 'of', 'this', 'dress', 'i', 'would', 'love', 'if', 'retailer', 'would', 'sell', 'me', 'a', 'long', 'sleeved', 'maxi', 'or', 'midi', 'version', 'i', "'m", '135', '38/27/35', 'and', 'purchased', 'size', 'm', 'regular', 'in', 'green', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8197,820,44', 'love', 'this', 'top', 'i', 'bought', 'this', 'in', 'the', 'store', 'without', 'trying', 'it', 'in', 'the', 'black', 'when', 'i', 'put', 'it', 'on', 'i', 'loved', 'it', 'so', 'much', 'so', 'that', 'i', 'went', 'back', 'and', 'purchased', 'the', 'black', 'patterned', 'one', 'equally', 'as', 'nice', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['8198,1066,38', 'great', 'chinos', 'i', 'am', 'not', 'usually', 'a', 'khaki', 'type', 'of', 'pant', 'person', 'but', 'these', 'are', 'really', 'cute', 'and', 'have', 'interesting', 'details', 'such', 'as', 'the', 'buttons', 'at', 'the', 'ankles', 'they', 'are', 'also', 'quite', 'flattering', 'and', 'do', 'not', 'bag', 'out', 'after', 'a', 'day', 'of', 'wearing', 'i', 'am', '5', '6', 'and', 'about', '130lbs', 'the', 'size', '2s', 'fit', 'great', 'i', 'purchased', 'the', 'green', 'color', 'and', 'it', 'goes', 'well', 'with', 'a', 'number', 'of', 'tops', 'these', 'can', 'be', 'dressed', 'up', 'with', 'heels', 'and', 'great', 'to', 'run', 'around', 'on', 'the', 'weekend', 'the', 'material', 'is', 'soft', 'which', 'is', 'always', 'a', 'plus', 'for', 'me', 'overall', 'a', 'great', 'purchase', ',5,1,0', 'general', 'bottoms', 'pants'] ['8199,819,35', 'big', 'fan', 'but', 'the', 'snap', 'is', 'a', 'little', 'tricky', 'this', 'is', 'a', 'beautiful', 'and', 'classic', 'blouse', 'great', 'fit', 'and', 'flow', 'however', 'the', 'silk', 'is', 'very', 'light', 'and', 'the', 'snap', 'falls', 'off', 'easily', 'tricky', 'to', 'sew', 'back', 'on', 'since', 'the', 'fabric', 'is', 'so', 'delicate', ',5,1,0', 'general', 'tops', 'blouses'] ['8200,1066,25', 'my', 'first', 'pair', 'of', 'pilcros', 'and', 'i', 'am', 'in', 'love', 'i', 'am', '5', '5', '125lbs', 'and', 'bout', 'size', '25', 'in', 'the', 'moss', 'green', 'i', 'have', 'a', 'skinny/athletic', 'build', 'and', 'even', 'though', 'i', 'have', 'a', 'small', 'frame', 'i', 'have', 'thick', 'legs', 'soccer', 'player', 'and', 'big', 'butt', 'and', 'hips', 'but', 'a', 'skinny', 'waist', 'it', 'is', 'hard', 'to', 'find', 'pants', 'that', 'go', 'up', 'my', 'leg', 'over', 'my', 'butt', 'and', 'do', "n't", 'have', 'a', 'huge', 'gap', 'in', 'the', 'back', 'where', 'i', 'have', 'to', 'wear', 'a', 'belt', 'these', 'pants', 'checked', 'all', 'boxes', 'and', 'the', 'best', 'part', 'was', 'the', 'fit', 'around', 'my', 'waist', 'it', 'is', 'like', 'a', 'glove', 'no', 'belt', 'required', 'they', 'have', 'a', 'litt', ',5,1,0', 'general', 'bottoms', 'pants'] ['8201,820,51', 'cool', 'for', 'the', 'summer', 'adorable', 'fit', 'the', 'lightweight', 'madras', 'fabric', 'will', 'be', 'perfect', 'for', 'a', 'hot', 'summer', 'day', 'but', 'not', 'see-through', 'the', 'slightly', 'gathered', 'bottom', 'makes', 'gives', 'my', 'petite', 'frame', 'a', 'taller', 'look', 'easy', 'to', 'wear', 'not', 'fussy', 'no', 'special', 'bra', 'needed', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8202,1066,54', 'perfect', 'pants', 'i', 'paid', 'full', 'price', 'for', 'these', 'gladly', 'the', 'olive', 'ones', 'and', 'was', 'delighted', 'when', 'i', 'was', 'able', 'to', 'purchase', 'the', 'black', 'on', 'sale', 'they', 'are', 'midweight', 'soft', 'flattering', 'and', 'stylish', 'they', 'stretch', 'a', 'little', 'belt', 'needed', 'but', 'not', 'much', 'pilcro', 'are', 'my', 'go-to', 'pants', 'and', 'these', 'hit', 'it', 'out', 'of', 'the', 'park', 'i', 'wish', 'they', 'would', 'come', 'in', 'a', 'lighter', 'weight', 'version', 'for', 'warmer', 'weather', ',5,1,0', 'general', 'bottoms', 'pants'] ['8203,820,38', 'great', 'wardrobe', 'addition', 'i', 'love', 'this', 'shirt', 'it', 'is', 'soft', 'romantic', 'and', 'flowy', 'i', 'love', 'the', 'material', 'it', 'is', 'probably', 'one', 'of', 'the', 'softest', 'things', 'i', 'own', 'great', 'quality', 'and', 'lightweight', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['8204,820,48', 'casual', 'yet', 'office', 'appropriate', 'this', 'can', 'take', 'you', 'from', 'office', 'to', 'casual', 'afternoon', 'i', 'got', 'the', 'plaid', 'print', 'in', 'store', 'it', 'is', 'much', 'nicer', 'in', 'person', 'than', 'in', 'the', 'picture', 'very', 'cute', 'neckline', 'and', 'detailing', 'i', "'d", 'say', 'true', 'to', 'size', 'slightly', 'large', 'i', 'wore', 'my', 'regular', 'size', 'and', 'it', 'fits', 'fine', 'without', 'looking', 'too', 'large', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['8205,820,35', 'great', 'staple', 'top', 'i', 'bought', 'this', 'on', 'sale', 'in', 'black', 'it', 'does', "n't", 'look', 'like', 'much', 'online', 'but', 'it', 'is', 'very', 'flattering', 'and', 'super', 'thin', 'and', 'airy', 'which', 'is', 'great', 'for', 'warm', 'weather', 'tts-', 'i', "'m", 'an', '8/10', '38c', 'and', 'the', '10', 'fits', 'just', 'right.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8206,427,35', 'loooooooove', 'it', 'i', 'am', 'so', 'love', 'in', 'this', 'top', 'i', 'wish', 'i', 'had', 'it', 'in', 'all', 'colors', 'and', 'will', 'absolutely', 'be', 'watching', 'the', 'sale', 'rack', 'for', 'these', 'ones', 'i', 'love', 'this', 'top', 'i', 'work', 'out', 'at', 'a', 'gym', 'that', 'requires', 'tops', 'but', 'that', 'means', 'i', 'can', 'not', 'usually', 'display', 'my', 'awesome', 'sports', 'bras', 'with', 'cute', 'strappy', 'backs', 'this', 'yoga', 'top', 'has', 'an', 'open', 'back', 'which', 'will', 'show', 'these', 'off', 'which', 'i', 'really', 'like', 'the', 'draped', 'back', 'keeps', 'you', 'nice', 'and', 'cool', 'also', 'and', 'the', 'fit', 'is', 'amazing', 'i', 'have', 'some', 'extra', 'baby', 'belly', 'that', 'i', 'ca', "n't", 'seem', 'to', 'work', 'off-it', 'was', 'invisible', 'in', 'this', 'top', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8207,1086,36', 'clings', 'to', 'the', 'body', 'i', 'love', 'the', 'way', 'this', 'dress', 'hangs', 'straight', 'down', 'on', 'the', 'model', 'but', 'on', 'me', 'it', 'looked', 'tacky', 'i', "'m", '5', '6', 'and', '130', 'lbs', 'and', 'this', 'dress', 'hit', 'me', 'in', 'all', 'the', 'wrong', 'places', 'i', 'got', 'a', 'size', 'small-', 'sizing', 'up', 'would', 'be', 'huge', 'in', 'the', 'top', 'of', 'the', 'dress', 'and', 'the', 'arm', 'holes', 'are', 'already', 'dangerously', 'large', 'i', 'wish', 'this', 'were', 'just', 'a', 'little', 'bit', 'a-line', 'instead', 'it', "'s", 'literally', 'like', 'someone', 'just', 'extended', 'the', 'length', 'of', 'a', 't-shirt', ',2,0,8', 'general', 'petite', 'dresses', 'dresses'] ['8208,1116,31', 'the', 'fur', 'is', 'luxurious', 'i', 'am', 'absolutely', 'in', 'love', 'with', 'this', 'piece', 'yes', 'it', 'runs', 'large', 'i', "'m", 'usually', 'a', 'medium', 'to', 'large', 'in', 'vests', 'ands', 'the', 'small', 'fits', 'me', 'prefectly', 'the', 'quality', 'is', 'superb', 'i', 'love', 'the', 'feel', 'of', 'the', 'faux', 'fur', 'i', 'want', 'to', 'pet', 'it', 'and', 'the', 'snaps', 'and', 'hooks', 'seem', 'as', 'if', 'they', 'will', 'also', 'last', 'forever', 'thank', 'you', 'tracy', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['8209,177,33', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['8210,862,48', 'great', 'color', 'and', 'style', 'i', 'bought', 'this', 'tee', 'becasue', 'of', 'the', 'color', 'and', 'brand', 'my', 'favorite', 'tees', 'last', 'summer', 'were', 'by', 'bordeaux', 'and', 'am', 'so', 'pleased', 'the', 'color', 'is', 'great', 'for', 'a', 'fall', 'layering', 'piece', 'and', 'the', 'fabric', 'is', 'so', 'soft', 'amazing', 'it', 'may', 'be', 'better', 'for', 'layering', 'the', 'fabric', 'is', 'very', 'thin', ',5,1,0', 'general', 'tops', 'knits'] ['8211,868,49', 'cute', 'and', 'fits', 'well', 'but', 'a', 'littel', 'see', 'through', 'i', 'got', 'this', 'top', 'in', 'white', 'and', 'really', 'like', 'it', 'its', 'soft', 'comfortable', 'fits', 'well', 'but', 'it', 'is', 'a', 'little', 'see', 'through', ',5,1,0', 'general', 'tops', 'knits'] ['8212,177,34', 'great', 'summer', 'staple', 'these', 'fit', 'quite', 'well', 'and', 'it', "'s", 'rare', 'that', 'i', 'find', 'shorts', 'that', 'fit', 'well', 'without', 'being', 'too', 'tight', 'great', 'for', 'spring', 'or', 'summer', 'fits', 'tts', ',5,1,2', 'general', 'bottoms', 'shorts'] ['8213,627,45', 'gorgeous', 'suit', 'but', 'only', 'for', 'the', 'right', 'body', 'type', 'i', 'absolutely', 'love', 'this', 'suit', 'and', 'was', 'very', 'disappointed', 'to', 'have', 'to', 'return', 'it', 'it', 'is', 'really', 'well', 'made', 'and', 'the', 'fabric', 'colors/design', 'is', 'beautiful', 'in', 'person', 'unfortunately', 'it', 'just', 'did', 'not', 'fit', 'my', 'body', 'type', 'i', 'am', 'athletic', 'build', 'with', 'a', 'smaller', 'chest', 'and', 'thicker', 'behind', '120lbs', '5', '4', 'the', 'small', 'was', 'definitely', 'the', 'right', 'size', 'for', 'me', 'but', 'the', 'back', 'of', 'the', 'suit', 'cut', 'way', 'high', 'up', 'on', 'the', 'butt', 'so', 'that', 'a', 'lot', 'of', 'the', 'rear', 'is', 'exposed', 'which', 'just', 'did', 'not', 'work', 'well', 'for', 'me', 'this', 'will', 'work', 'great', 'for', 'someone', 'with', 'a', 'smaller', 'bu', ',4,1,1', 'initmates', 'intimate', 'swim'] ['8214,867,39', 'awesome', 'blouse', 'this', 'blouse', 'is', 'flattering', 'and', 'fits', 'great', 'i', 'also', 'have', 'the', 'other', 'color', 'in', 'cream', 'with', 'the', 'floral', 'design', 'very', 'nice', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8215,867,59', 'this', 'blouse', 'is', 'lovely', 'i', 'ordered', 'a', 'large', 'because', 'so', 'many', 'blouses', 'run', 'small', 'for', 'me', 'but', 'am', 'returning', 'for', 'a', 'medium', 'as', 'it', 'fits', 'pretty', 'loose', 'i', 'love', 'the', 'tie', 'its', 'unique', 'and', 'feminine', ',5,1,10', 'general', 'petite', 'tops', 'knits'] ['8216,1082,29', 'still', 'on', 'the', 'fence', 'i', 'had', 'really', 'high', 'hopes', 'for', 'this', 'dress', 'and', 'i', 'am', 'still', 'unsure', 'if', 'i', "'ll", 'keep', 'it', 'or', 'not', 'i', 'ordered', 'both', 'a', 'small', 'and', 'a', 'medium', 'because', 'i', 'was', 'unsure', 'of', 'this', 'brand', 'the', 'small', 'fit', 'i', 'm', 'usually', 'a', '4', 's/m', 'at', 'retailer', '34b', '140', 'lb', '5', '8', 'just', 'like', 'it', 'does', 'on', 'the', 'model', 'only', 'the', 'photo', 'online', 'gives', 'the', 'illusion', 'that', 'this', 'is', 'a', 'slight', 'fit-and-flare', 'dress', 'this', 'is', 'a', 'shift', 'with', 'pleating', 'subtleties', 'on', 'the', 'bustline', 'that', 'bring', 'it', 'in', 'slightly', 'also', 'the', 'colors', 'should', 'be', 'more', 'like', 'blue', 'multi', 'because', 'there', "'s", 'a', 'bright', 'a', ',3,1,22', 'general', 'dresses', 'dresses'] ['8217,867,40', 'many', 'compliments', 'and', 'lovely', 'top', 'i', "'m", '5', '5', '125', 'lbs', '34c', 'and', 'the', 'xs', 'fit', 'perfectly', 'very', 'soft', 'feminine', 'top', 'i', 'got', 'many', 'compliments', 'the', 'first', 'day', 'i', 'wore', 'it', 'wire', 'it', 'for', 'business', 'casual', 'but', 'looking', 'forward', 'to', 'wearing', 'it', 'with', 'flare', 'jeans', 'for', 'a', 'more', '70', "'s", 'look', 'highly', 'recommend', 'this', 'great', 'sale', 'on', 'a', 'wonderful', 'top', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8218,1020,46', 'dress', 'up', 'or', 'down', 'i', 'love', 'how', 'you', 'can', 'wear', 'this', 'with', 'a', 't-shirt', 'or', 'blouse.,5,1,0', 'general', 'bottoms', 'skirts'] ['8219,1060,31', 'beauitful', 'these', 'are', 'a', 'soft', 'and', 'lightweight', 'material', 'the', 'photos', 'here', 'do', "n't", 'show', 'the', 'tiny', 'beautiful', 'pattern', 'on', 'them', 'look', 'closely', 'through', 'the', 'photos', 'and', 'you', "'ll", 'see', 'it', 'way', 'better', 'than', 'a', 'normal', 'pair', 'of', 'black', 'summer', 'pants', 'these', 'are', 'very', 'log', 'so', 'i', 'plan', 'to', 'hem', 'to', 'flats', 'to', 'wear', 'for', 'a', 'more', 'casual', 'look', 'but', 'they', 'have', 'the', 'ability', 'to', 'go', 'either', 'way', 'the', 'pockets', 'flare', 'out', 'a', 'big', 'so', 'i', "'m", 'going', 'to', 'have', 'those', 'sewn', 'shut', 'when', 'i', 'do', 'the', 'hemming', 'it', 'is', 'a', 'higher', 'west', 'so', 'great', 'for', 'that', 'look', 'or', 'to', 'wear', 'with', 'some', 'cropped', 'style', 'summ,5,1,9', 'general', 'petite', 'bottoms', 'pants'] ['8220,823,39', 'pretty', 'in', 'picture', 'but', 'disappointing', 'in', 'reality', 'i', 'really', 'wanted', 'to', 'love', 'this', 'tank', 'top', 'it', 'has', 'vibrant', 'colors', 'and', 'a', 'unique', 'pattern', 'however', 'i', 'should', 'have', 'listened', 'to', 'the', 'reviews', 'there', 'was', 'way', 'too', 'much', 'fabric', 'it', 'made', 'me', 'look', 'pregnant', 'the', 'tank', 'top', 'is', 'going', 'to', 'be', 'returned', ',3,0,0', 'general', 'tops', 'blouses'] ['8221,365,39', 'so', 'cute', 'but', 'blue', 'interestingly', 'the', 'description', 'said', 'this', 'was', 'blue', 'but', 'as', 'it', 'looks', 'on', 'the', 'picture', 'it', 'is', 'more', 'grey', 'that', 'being', 'said', 'about', 'the', 'zippie', 'love', 'my', 'stylist', 'i', 'brought', 'it', 'in', 'for', 'a', 'try', 'on', 'session', 'at', 'my', 'local', 'store', 'said', 'you', 'know', 'how', 'i', 'feel', 'about', 'sweats', 'i', 'wo', "n't", 'like', 'it', 'joke', 'on', 'her', 'she', 'turned', 'around', 'and', 'was', 'ok', 'i', 'should', "n't", 'have', 'looked', 'love', 'the', 'ruffles', 'at', 'the', 'bottom', 'it', 'makes', 'this', 'sweater', 'much', 'more', 'special', 'it', 'is', 'actually', 'really', 'cute', 'for', 'casual', 'day', 'jeans', 't-shirt', 'kids', 'or', 'over', 'sweats', 'any', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['8222,435,39', 'great', 'lounge', 'shirt', 'this', 'is', 'my', 'favorite', 'shirt', 'to', 'wear', 'around', 'the', 'house', 'it', "'s", 'so', 'soft', 'and', 'the', 'waffle', 'texture', 'looks', 'nice', 'i', "'d", 'definitely', 'wear', 'it', 'for', 'a', 'run', 'to', 'the', 'store', 'or', 'an', 'evening', 'walk', 'around', 'the', 'neighborhood', 'the', 'fabric', 'is', 'thin', 'but', 'is', "n't", 'too', 'delicate', 'and', 'it', "'s", 'not', 'sheer', 'which', 'makes', 'it', 'a', 'great', 'summer', 'lounge', 'shirt', 'the', 'cut', 'is', 'flattering', 'and', 'the', 'back', 'does', "n't", 'show', 'my', 'bra', 'which', 'too', 'many', 'of', 'this', 'design', 'do', 'it', 'is', 'a', 'bit', 'large', 'you', 'may', 'want', 'to', 'size', 'down', 'if', 'you', 'want', 'it', 'to', 'be', 'a', 'bit', 'more', 'body', 'conscious', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['8223,862,39', 'very', 'poor', 'quality', 'i', 'usually', 'love', 'bordeaux', 'so', 'i', 'was', 'very', 'disappointed', 'with', 'this', 'shirt', 'when', 'it', 'arrived', 'the', 'fabric', 'smelled', 'plastic-y', 'which', 'is', 'a', 'first', 'for', 'me', 'with', 'retailer', 'products', 'when', 'i', 'put', 'the', 'shirt', 'on', 'i', 'could', 'see', 'it', 'had', 'that', 'sheen', 'that', 'comes', 'from', 'rayon', 'spandex', 'blend', 'shirts', 'i', 'had', "n't", 'noticed', 'that', 'it', 'had', 'spandex', 'in', 'it', 'when', 'i', 'ordered', 'it', 'this', 'fabric', 'looks', 'and', 'feels', 'exactly', 'like', 'the', 'cheap', 'blends', 'sold', 'at', 'discount', 'stores', 'i', 'ca', "n't", 'believe', 'retailer', 'is', 'selling', 'this', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['8224,868,36', 'perfect', 'if', 'there', 'was', 'a', 'bit', 'less', 'fabric', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'and', 'the', 'top', 'of', 'the', 'shirt', 'fits', 'well', 'when', 'it', 'comes', 'to', 'the', 'bottom', 'part', 'of', 'the', 'shirt', 'there', "'s", 'a', 'lot', 'of', 'extra', 'fabric', 'which', 'makes', 'it', 'balloon', 'out', 'it', 'made', 'me', 'look', 'much', 'bigger', 'than', 'i', 'am', 'i', 'ordered', 'a', 'large', 'normally', 'i', 'wear', 'lg', 'or', 'xl', 'and', 'it', "'s", 'possible', 'a', 'medium', 'would', 'have', 'fit', 'better', 'unfortunately', 'this', 'shirt', 'had', 'to', 'be', 'returned.,3,0,0', 'general', 'tops', 'knits'] ['8225,867,34', ',i', 'returned', 'this', 'as', 'it', 'was', 'way', 'too', 'boxy/loose', 'ordered', 'a', 'size', 'small', 'but', 'probably', 'needed', 'to', 'size', 'down.,3,0,0', 'general', 'tops', 'knits'] ['8226,177,61', 'great', 'look', 'fit', 'love', 'these', 'shorts', 'i', 'purchased', 'them', 'in', 'the', 'peach', 'color', 'the', 'color', 'is', 'perfect', 'the', 'fit', 'is', 'perfect', 'they', 'look', 'great', 'highly', 'recommend', ',5,1,6', 'general', 'bottoms', 'shorts'] ['8227,868,30', ',,5,1,0', 'general', 'tops', 'knits'] ['8228,70,41', 'best', 'shorts', 'ever', 'these', 'short', 'are', 'the', 'best', 'the', 'denim', 'is', 'incredibly', 'soft', 'they', 'go', 'perfect', 'with', 'both', 'casual', 'and', 'nice', 'tops', 'i', 'would', 'wear', 'them', 'out', 'everyday', 'if', 'i', 'could.,5,1,0', 'general', 'bottoms', 'shorts'] ['8229,867,59', 'beautiful', 'print', 'unfortunately', 'this', 'was', 'too', 'low', 'cut', 'for', 'me', 'so', 'i', 'had', 'to', 'return', 'it', 'i', 'wish', 'the', 'neckline', 'was', 'higher', 'i', 'could', 'tug', 'it', 'up', 'but', 'it', 'slipped', 'right', 'back', 'down', 'the', 'fabric', 'is', 'a', 'perfect', 'spring', 'weight', 'and', 'the', 'floral', 'pattern', 'is', 'lovely', 'on', 'me', 'the', 'ties', 'no', 'matter', 'how', 'i', 'fiddled', 'did', "n't", 'cover', 'the', 'cleavage', 'issue', 'and', 'i', 'am', 'a', 'aa', ',5,1,17', 'general', 'tops', 'knits'] ['8230,823,46', 'shorter', 'than', 'described', 'well-made', 'i', 'ordered', 'a', 'size', 'xl', 'in', 'the', 'pink', 'version', 'with', 'the', 'multi-colored', 'fabric', 'the', 'fit', 'is', 'true', 'to', 'size', 'other', 'than', 'the', 'length', 'it', 'is', "n't", '27', 'inches', 'it', "'s", 'the', 'petite', 'length', 'even', 'though', 'i', 'ordered', 'the', 'regular', 'sizing', 'i', 'ordered', 'a', '2nd', 'one', 'and', 'again', 'the', 'length', 'was', 'around', '25', 'in', 'instead', 'of', '27.', 'so', 'it', 'will', 'be', 'more', 'of', 'a', 'swingy', 'shorter', 'top', 'than', 'shown', 'but', 'through', 'the', 'arms/body', 'it', "'s", 'true-to-size', 'i', "'ll", 'be', 'dry-cleaning', 'this', 'so', 'it', 'wo', "n't", 'shrink', 'since', 'i', 'need', 'the', 'length'] [] ['the', 'colors', 'and', 'embroidery', 'are', 'exactly', 'as', 'pict', ',4,1,18', 'general', 'tops', 'blouses'] ['8231,1060,38', 'i', 'love', 'love', 'this', 'wide', 'leg', 'pants', 'they', 'feel', 'beautiful', 'on', 'and', 'fit', 'like', 'a', 'glove', 'i', 'do', 'think', 'they', 'run', 'a', 'bit', 'small', 'in', 'the', 'waist', 'because', 'they', 'were', 'a', 'bit', 'too', 'tight', 'in', 'my', 'regular', 'size', 'typically', 'cloths', 'are', 'a', 'little', 'too', 'large', 'in', 'the', 'waist', 'on', 'me', 'i', 'have', 'a', 'curvy/athletic', 'figure', 'as', 'other', 'reviewers', 'stated', 'they', 'pants', 'are', 'long', 'but', 'they', 'are', 'great', 'length', 'for', 'wedges', 'otherwise', 'i', 'would', 'recommend', 'having', 'the', 'length', 'tailored', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8232,867,38', 'not', 'what', 'i', 'expected', 'the', 'material', 'of', 'the', 'shirt', 'and', 'the', 'ties', 'are', 'two', 'different', 'materials', 'the', 'shirt', 'is', 'a', 'very', 'soft', 'cotton', 'but', 'the', 'ties', 'are', 'of', 'a', 'more', 'dressier', 'material', 'i', 'expected', 'the', 'shirt', 'to', 'be', 'of', 'the', 'dressier', 'material', 'overall', 'it', 'is', 'a', 'cute', 'shirt', 'just', 'not', 'what', 'i', 'expected', ',3,1,1', 'general', 'tops', 'knits'] ['8233,1082,63', 'beautiful', 'this', 'dress', 'is', 'perfect', 'length', 'right', 'below', 'the', 'knee', 'white', 'slip', 'lining', 'adds', 'to', 'quality', 'smocking', 'fits', 'upper', 'body', 'perfectly', ',5,1,2', 'general', 'dresses', 'dresses'] ['8234,940,29', 'surprisingly', 'versatile', 'love', 'this', 'vest', 'i', 'am', 'not', 'a', 'huge', 'vest', 'person', 'and', 'was', 'worried', 'about', 'finding', 'something', 'to', 'go', 'with', 'this', 'but', 'i', 'have', 'been', 'able', 'to', 'match', 'it', 'to', 'so', 'many', 'cute', 'thing', 'the', 'pattern', 'and', 'quality', 'are', 'great', 'it', 'runs', 'big', 'if', 'you', "'re", 'between', 'sizes', 'definitely', 'go', 'for', 'the', 'smaller', 'size', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['8235,861,62', 'cute', 'tee', 'cute', 'tee', 'shirt', 'but', 'it', 'runs', 'very', 'large.i', 'ordered', 'a', 'small', 'and', 'probably', 'an', 'xxs', 'would', 'have', 'fit.unfortunately', 'i', 'have', 'to', 'return', 'it.for', 'reference', 'i', 'am', '5', '3', 'and', '110', 'lbs', ',4,1,1', 'general', 'tops', 'knits'] ['8236,435,20', 'super', 'cute.', 'i', 'absolutely', 'love', 'this', 'shirt', 'it', "'s", 'a', 'simple', 'tee', 'but', 'the', 'open', 'back', 'adds', 'cute', 'detail', 'to', 'it', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fit', 'perfectly', 'color', 'is', 'beautiful', 'also.,5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['8237,177,56', 'love', 'first', 'time', 'trying', 'pilcro', 'but', 'glad', 'i', 'did', 'these', 'shorts', 'are', 'extremely', 'soft', 'and', 'comfortable', 'without', 'being', 'too', 'short', 'love', 'love', ',5,1,0', 'general', 'bottoms', 'shorts'] ['8238,17,31', 'love', 'this', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'got', 'it', 'right', 'after', 'my', 'first', 'baby', 'was', 'born', 'to', 'wear', 'to', 'an', 'outdoor', 'early', 'october', 'wedding', 'it', 'was', 'perfect', 'the', 'fit', 'is', 'flattering', 'and', 'the', 'dress', 'is', 'well', 'made', 'it', "'s", 'a', 'classy', 'elegant', 'dress', 'and', 'i', 'have', 'worn', 'it', 'many', 'times', 'since', ',5,1,0', 'general', 'dresses', 'dresses'] ['8239,365,83', 'casual', 'beauty', 'this', 'sweater', 'jacket', 'is', 'perfect'] ['it', 'is', 'gorgeous', 'casual', 'unique', 'and', 'a', 'closet', 'must', 'have'] ['i', 'wore', 'it', 'for', 'the', 'first', 'time', 'to', 'an', 'nhl', 'game', 'with', 'black', 'jeans', 'and', 'a', 'red', 'tee', 'and', 'got', 'tons', 'of', 'compliments'] ['it', 'is', 'a', 'medium', 'weight', 'knit', 'and', 'so', 'works', 'well', 'under', 'a', 'jacket', 'in', 'the', 'cold', 'winter', 'months', 'will', 'be', 'perfect', 'for', 'early', 'spring'] ['as', 'a', 'stand', 'alone', 'jacket', 'and', 'also', 'in', 'early', 'fall'] ['a', 'beautiful', 'basic', 'with', 'a', 'pretty', 'accent', 'ruffle', 'that', 'is', 'sophisticated', 'and', 'adds', 'just', 'that', 'little', 'something', 'special'] ['it', 'runs', 'true', 'to', 'size', 'with', ',5,1,11', 'initmates', 'intimate', 'lounge'] ['8240,867,42', 'eh', 'too', 'floppy', 'light', 'and', 'comfortable', 'material', 'but', 'the', 'tie-neck', 'needs', 'a', 'shirt', 'with', 'a', 'bit', 'more', 'structure.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['8241,907,34', 'so', 'soft', 'this', 'will', 'be', 'a', 'cardigan', 'i', 'will', 'wear', 'across', 'all', 'seasons', 'if', 'you', 'want', 'to', 'layer', 'a', 'button', 'down', 'or', 'another', 'long', 'sleeve', 'shirt', 'under', 'it', 'i', 'would', 'suggest', 'sizing', 'up', 'one', 'size', 'as', 'soon', 'as', 'i', 'put', 'this', 'on', 'it', 'felt', 'like', 'it', 'molded', 'to', 'me', 'it', "'s", 'beautiful', 'and', 'comfortable.,5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8242,867,39', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['8243,1060,32', 'too', 'small', 'they', 'were', 'too', 'small', 'for', 'me', 'i', 'loved', 'them', 'other', 'than', 'that.,3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8244,867,35', 'long', 'sleeves', 'if', 'you', "'re", 'short', 'i', 'really', 'like', 'this', 'shirt', 'overall', 'i', "'m", '5', '2', 'and', 'the', 'petite', 'sizes', 'were', 'sold', 'out', 'so', 'i', 'bought', 'a', 'regular', 'if', 'you', 'are', 'short', 'like', 'me', 'beware', 'that', 'the', 'sleeves', 'am', 'be', 'almost', 'comically', 'long', 'while', 'the', 'shirt', 'is', 'stretchy', 'the', 'cuffs', 'are', 'not', 'so', 'pushing', 'the', 'sleeves', 'up', 'is', "n't", 'really', 'an', 'option', 'also', 'it', 'had', 'lots', 'of', 'loose', 'hanging', 'threads', 'straight', 'out', 'of', 'the', 'package', 'but', 'overall', 'it', "'s", 'a', 'keeper', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['8245,1116,40', 'most', 'fabulous', 'vest', 'ever', 'this', 'vest', 'is', 'simply', 'amazing', 'i', 'wear', 'all', 'black', 'and', 'throw', 'this', 'on', 'top', 'and', 'it', 'becomes', 'the', 'perfect', 'outfit', 'i', 'love', 'that', 'the', 'top', 'portion', 'of', 'the', 'vest', 'is', 'light', 'weight', 'and', 'thr', 'fur', 'portion', 'is', 'so', 'soft', 'tts,5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['8246,907,49', 'runs', 'small', 'be', 'aware', 'that', 'this', 'cardigan', 'runs', 'small-', 'as', 'you', 'can', 'see', 'on', 'the', 'model', 'it', "'s", 'a', 'form-fitting', 'style', 'it', "'s", 'not', 'the', 'kind', 'of', 'cardigan', 'you', 'would', 'unbutton', 'and', 'take', 'on', 'and', 'off', 'as', 'a', 'layering', 'piece', 'i', 'would', 'wear', 'it', 'more', 'like', 'a', 'top', 'with', 'a', 'button-up', 'front', 'it', 'is', 'nice', 'and', 'soft', 'and', 'the', 'black', 'and', 'white', 'scalloped', 'design', 'is', 'attractive', 'i', 'would', 'recommend', 'it', 'if', 'you', 'are', 'looking', 'for', 'a', 'more', 'fitted', 'top', 'with', 'this', 'design', 'i', "'m", 'not', 'wow-ed', 'by', 'it', 'but', 'it', "'s", 'nice', 'in', 'a', '50', "'s", 'kind', 'of', 'way', ',4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8247,435,53', 'definitely', 'size', 'down', 'very', 'cozy', 'lounge', 'tee', 'but', 'runs', 'large', 'i', 'ordered', 'a', 'small', 'rather', 'than', 'my', 'usual', 'medium', 'and', 'could', 'of', 'probably', 'went', 'down', 'two', 'sizes', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['8248,862,24', 'works', 'for', 'busty', 'ladies', 'im', 'a', 'busty', 'gal', 'at', 'a', '34ddd', 'and', 'this', 'was', 'pretty', 'flattering', 'it', 'showed', 'off', 'my', 'curves', 'and', 'hid', 'my', 'unfit', 'belly', 'with', 'ease', 'i', 'usually', 'am', 'a', 'small', 'to', 'medium', 'and', 'i', 'ordered', 'large', 'in', 'both', 'the', 'grey', 'and', 'gold', 'stripe', 'and', 'i', 'love', 'them', 'both', 'they', 'fit', 'flawlessly', 'very', 'flattering', 'and', 'i', 'like', 'the', 'high', 'neck', 'line,4,1,1', 'general', 'tops', 'knits'] ['8249,1116,46', 'nice', 'idea', 'i', 'really', 'wanted', 'to', 'love', 'this', 'waistcoat', 'i', 'purchased', 'this', 'online', 'and', 'tried', 'it', 'on', 'as', 'soon', 'as', 'i', 'received', 'it'] ['it', 'runs', 'large', 'but', 'i', 'should', 'have', 'realized', 'the', 'horizontal', 'stripes', 'sitting', 'on', 'the', 'hips', 'is', 'not', 'a', 'good', 'thing', 'the', 'fur', 'adds', 'additional', 'bulk', 'where', 'it', 'is', 'not', 'needed', 'the', 'hip', 'area', 'i', 'purchased', 'a', 'small', 'and', 'could', 'have', 'purchase', 'a', 'xs', 'but', 'i', 'think', 'the', 'problem', 'would', 'still', 'be', 'there', 'in', 'a', 'smaller', 'size', 'it', "'s", 'going', 'back', 'but', 'i', 'am', 'disappointed', 'as', 'i', 'really', 'wanted', 'a', 'something', 'a', 'little', 'alternative', ',2,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['8250,867,47', 'pretty', 'and', 'comfortable', 'i', 'just', 'love', 'the', 'print', 'on', 'this', 'shirt', 'it', 'is', 'so', 'feminine', 'and', 'pretty', 'the', 'material', 'is', 'very', 'soft', 'i', 'took', 'my', 'usual', 'medium', 'a', 'great', 'addition', 'to', 'my', 'spring', 'wardrobe', ',5,1,15', 'general', 'petite', 'tops', 'knits'] ['8251,1020,46', 'this', 'product', 'has', 'a', 'slim', 'fit.', 'this', 'skirt', 'is', 'a', 'great', 'fit', 'for', 'curvy', 'women', 'i', 'highly', 'recommend', 'it.,5,1,16', 'general', 'bottoms', 'skirts'] ['8252,867,39', 'fun', 'and', 'unique', 'fun', 'blouse', 'for', 'spring', 'with', 'enough', 'details', 'to', 'make', 'it', 'unique', 'and', 'dressy', 'very', 'comfortable', 'fit', 'banded', 'bottom', 'which', 'is', 'loose', 'enough', 'to', 'still', 'be', 'comfortable', 'dresses', 'up', 'a', 'pair', 'of', 'jeans', 'quite', 'nicely', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8253,823,42', 'beautiful', 'top', 'but', 'a', 'steep', 'price', 'tag', 'i', 'really', 'love', 'the', 'colors', 'of', 'this', 'top', 'especially', 'in', 'the', 'pinky', 'pastels', 'it', 'fits', 'really', 'well', 'can', 'be', 'tied', 'or', 'untied', 'and', 'will', 'pair', 'with', 'just', 'about', 'anything', 'from', 'skinny', 'jeans', 'to', 'pilcro', 'shorts', 'speaking', 'of', 'that', 'i', 'do', 'recommend', 'pairing', 'it', 'with', 'skinny', 'pants', 'or', 'crops', 'because', 'it', 'does', 'have', 'that', 'classic', 'retailer', 'am', 'i', 'hiding', 'a', 'pregnancy', 'feel', 'to', 'it'] [] ['but', 'the', 'price', 'tag', '98', 'for', 'a', 'tank', 'blouse', 'is', 'just', 'too', 'much', 'for', 'me', 'i', 'will', 'save', 'this', 'one', 'in', 'my', 'shopping', 'bag', 'and', 'hope', 'it', "'s", 'still', 'available', 'once', 'it', 'goes', 'on', 'sa', ',5,1,3', 'general', 'tops', 'blouses'] ['8254,862,49', 'disappointed', 'in', 'quality', 'got', 'this', 'on', 'sale', 'in', 'black', 'and', 'red', 'and', 'have', 'only', 'worn', 'the', 'black', 'quality', 'is', 'poor', 'seems', 'to', 'stretch', 'out', 'over', 'the', 'course', 'of', 'the', 'day', 'and', 'loses', 'its', 'shape', 'somewhat', 'a', 'smaller', 'size', 'may', 'keep', 'its', 'shape', 'better', 'so', 'you', 'may', 'want', 'to', 'size', 'down', 'not', 'worth', 'full', 'price', ',3,0,2', 'general', 'tops', 'knits'] ['8255,1082,33', 'love', 'it', 'so', 'pretty', 'got', 'tons', 'of', 'compliments', 'the', 'white', 'color', 'makes', 'you', 'look', 'tan', 'but', 'the', 'red', 'still', 'gives', 'it', 'color', 'comfy', 'not', 'body', 'hugging', 'though', 'if', 'you', "'re", 'looking', 'for', 'that', ',5,1,2', 'general', 'dresses', 'dresses'] ['8256,867,56', 'perfect', 'work', 'top', 'a', 'bit', 'sheer', 'nice', 'work', 'top', 'i', 'ordered', 'the', 'slightly', 'yellow', 'ivory', 'print', 'which', 'is', 'beautiful', 'and', 'the', 'print', 'placement', 'perfect', 'even', 'better', 'it', "'s", 'work', 'appropriate', 'the', 'cotton/synthetic', 'blend', 'has', 'stretch', 'without', 'stretching', 'out'] [] ['size', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'for', 'retailer', 'brands', 'like', 'meadow', 'rue', 'i', "'m", '5', '4', 'approx', '140', 'lbs', '35-30-37', '34d', 'narrow', 'shoulders', 'short', 'arms', 'long', 'torso'] [] ['fit', 'the', 'sleeves', 'are', 'slightly', 'long', 'but', 'the', 'buttoned', 'cuffs', 'rest', 'at', 'my', 'wrist', 'the', 'fabric', 'blend', 'allows', 'this', 'top', 'very', 'good', 'drape', 'i', 'like', ',5,1,23', 'general', 'petite', 'tops', 'knits'] ['8257,1060,35', 'be', 'warned', 'these', 'pants', 'snag', 'on', 'everything', 'these', 'pants', 'are', 'gorgeous', 'when', 'you', 'first', 'see', 'them', 'they', 'fit', 'beautifully', 'when', 'you', 'first', 'put', 'them', 'on', 'and', 'then', 'you', 'wear', 'them', 'for', 'one', 'day', 'and', 'they', 'snag', 'on', 'everything', 'and', 'little', 'strings', 'start', 'to', 'come', 'out', 'of', 'the', 'pants', 'and', 'the', 'hem', 'begins', 'to', 'unravel', 'and', 'the', 'pants', 'which', 'were', 'once', 'beautiful', 'light', 'summer', 'pants', 'appropriate', 'for', 'work', 'or', 'brunch', 'are', 'now', 'frumpy', 'worn', 'out', 'pants', 'with', 'a', 'million', 'snags', 'and', 'strings', 'hanging', 'off', 'of', 'them', 'after', 'one', 'day'] [] ['i', 'ca', "n't", 'begin', 'to', 'tell', 'you', 'how', 'annoyed', 'i', 'am', 'that', 'i', 'spent', ',1,0,3', 'general', 'petite', 'bottoms', 'pants'] ['8258,867,42', 'sleeves', 'are', 'a', 'bit', 'long', 'i', 'wanted', 'this', 'top', 'in', 'a', 'petite', 'xs', 'but', 'it', 'was', 'sold', 'out', 'so', 'i', 'got', 'the', 'xs', 'i', "'m", '5', '2', 'with', 'a', '34b', 'bust', 'and', 'while', 'the', 'bottom', 'comes', 'down', 'to', 'my', 'waist', 'like', 'on', 'the', 'model', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'they', 'seem', 'a', 'little', 'long', 'on', 'the', 'model', 'too', 'i', 'wore', 'this', 'to', 'work', 'and', 'constantly', 'had', 'to', 'pull', 'my', 'top', 'back', 'as', 'the', 'scoop', 'neck', 'kept', 'drooping', 'down', 'as', 'i', 'moved', 'around', 'throughout', 'the', 'day', 'really', 'like', 'the', 'tie', 'neck', 'feature', 'though', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['8259,861,69', ',t.la', 'has', 'another', 'winner', 'in', 'my', 'book', 'i', 'decided', 'on', 'the', 'blue', 'and', 'thrilled', 'with', 'the', 'tee', 'it', "'s", 'a', 'soft', 'blue', 'almost', 'light', 'periwinkle', 'fabric', 'is', "n't", 'so', 'thin', 'so', 'it', 'not', 'see', 'through', 'thank', 'goodness', 'i', 'actually', 'love', 'it', 'so', 'much', 'i', "'m", 'ordering', 'the', 'other', 'color', 'as', 'well', 'i', 'absolutely', 'would', 'recommend', 'this', 'cute', 'tee', 'love', 'love', 't.la.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['8260,909,50', 'lovely', 'but', 'really', 'runs', 'small', 'i', 'bought', 'this', 'in', 'a', 'medium', 'regular', 'for', 'someone', 'else', 'i', 'usually', 'take', 'a', 'petite', 'xs', 'and', 'it', 'seems', 'to', 'fit', 'me', 'i', "'m", 'surprised', 'as', 'the', 'pullover', 'version', 'seems', 'almost', 'like', 'it', 'runs', 'a', 'bit', 'big', 'that', 'said', 'this', 'is', 'a', 'beautiful', 'cardi', 'it', "'s", 'soft', 'the', 'colors', 'of', 'the', 'flower', 'are', 'vibrant', 'it', "'s", 'flattering', 'once', 'you', 'adjust', 'for', 'the', 'size', 'issue', 'it', 'will', 'go', 'with', 'a', 'lot', 'of', 'things', 'as', 'you', 'can', 'dress', 'it', 'up', 'for', 'work', 'or', 'dress', 'it', 'down', 'a', 'bit', 'with', 'jeans', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8261,862,29', 'cute', 'shirt', 'not', 'worth', 'price', 'point', 'this', 'shirt', 'was', 'cute', 'and', 'fit', 'well-', 'true', 'to', 'size-', 'but', 'i', 'felt', 'for', 'the', 'material', 'it', 'was', 'not', 'worth', 'the', '68', 'the', 'colors', 'offered', 'were', 'a', 'little', 'drab', 'i', 'thought', 'the', 'grey', 'could', 'work', 'for', 'me', 'but', 'it', 'did', "n't", 'the', 'neck', 'hole', 'looks', 'a', 'little', 'sloppy', 'for', 'a', '68', 'shirt-', 'the', 'roll', 'does', "n't", 'lay', 'flat', 'all', 'the', 'way', 'around', 'would', 'be', 'better', 'priced', 'in', 'the', '30-', '40', 'range', ',3,0,14', 'general', 'tops', 'knits'] ['8262,1096,63', 'lovely', 'dress', 'thank', 'you', 'retailer', 'for', 'a', 'collection', 'that', 'includes', 'dressy', 'mid-length', 'dresses', 'suitable', 'for', 'special', 'occasions', 'the', 'simplistic', 'beauty', 'quality', 'of', 'workmanship', 'and', 'form', 'fitting', 'style', 'of', 'this', 'dress', 'is', 'perfect', 'the', 'fit', 'and', 'flare', 'enhances', 'curves', 'and', 'hides', 'flaws', 'it', 'pairs', 'perfectly', 'with', 'the', 'necklace', 'shown', 'and', 'a', 'cropped', 'lace', 'front', 'cardigan', 'that', 'i', 'found', 'elsewhere', 'admittedly', 'i', 'am', 'not', 'sure', 'that', 'younger', 'clients', 'would', 'be', 'happy', 'with', 'the', 'tea', 'length', 'but', 'i', 'am', 'ecstatic', ',4,1,4', 'general', 'dresses', 'dresses'] ['8263,867,69', 'beautiful', 'shirt', 'this', 'shirt', 'is', 'true', 'to', 'size', 'it', 'has', 'beautiful', 'detail', 'and', 'feels', 'very', 'soft', 'and', 'comfortable', 'it', 'can', 'be', 'worn', 'to', 'dress', 'up', 'jeans', 'or', 'with', 'a', 'skirt', 'for', 'a', 'night', 'out', 'for', 'dinner.,5,1,4', 'general', 'petite', 'tops', 'knits'] ['8264,867,38', 'gorgeous', 'interesting', 'blouse', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'blouses', 'and', 'this', 'blouse', 'is', 'the', 'same', 'i', "'m", 'guessing', 'women', 'with', 'a', 'thin', 'frame', 'might', 'size', 'down', 'but', 'i', 'ca', "n't", 'say', 'for', 'sure', 'i', 'purchased', 'the', 'white', 'blouse', 'with', 'the', 'floral', 'pattern', 'there', 'is', 'a', 'narrow', 'band', 'on', 'the', 'bottom', 'but', 'it', 'is', "n't", 'tight', 'so', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'a', 'problem', 'i', 'usually', 'do', "n't", 'like', 'blouses', 'with', 'banded', 'bottoms', 'but', 'this', 'is', 'loose', 'the', 'band', 'does', 'cause', 'the', 'blouse', 'to', 'blouse', 'out', 'a', 'bit', 'but', 'the', 'fabric', 'has', 'a', 'really', 'nice', 'drape', 'to', 'it', 'so', 'it', 'worked', 'fine', 'the', 'fabric', 'has', 'a', 'gre', ',5,1,47', 'general', 'petite', 'tops', 'knits'] ['8265,823,41', 'summer', 'lovin', 'this', 'is', 'the', 'perfect', 'summer', 'top', 'super', 'lightweight', 'but', 'with', 'a', 'little', 'swing', 'in', 'it', 'so', 'it', 'is', 'not', 'tight', 'across', 'the', 'hips', 'the', 'bright', 'colors', 'go', 'with', 'almost', 'anything', 'and', 'the', 'detailing', 'at', 'the', 'top', 'makes', 'this', 'dressier', 'than', 'a', 'regular', 'shirt', 'great', 'with', 'skirts', 'and', 'jeans', ',5,1,2', 'general', 'tops', 'blouses'] ['8266,823,57', 'cute', 'top', 'i', 'got', 'this', 'top', 'in', 'the', 'pink', 'the', 'colors', 'and', 'pattern', 'are', 'beautiful', 'i', 'received', 'so', 'many', 'compliments', 'it', 'is', 'very', 'comfortable', 'it', 'is', 'swingy', 'so', 'i', 'paired', 'it', 'with', 'skinny', 'jeans'] ['i', 'usually', 'wear', 'an', 'xs', 'or', 's', '0', 'or', '2', 'in', 'retailer', 'tops', 'i', 'got', 'this', 'in', 'an', 'xs', 'and', 'it', 'fit', 'perfectly', ',5,1,5', 'general', 'tops', 'blouses'] ['8267,940,48', 'fabulous', 'i', 'love', 'this', 'vest', 'i', 'think', 'it', 'is', 'heavy', 'for', 'a', 'warm', 'spring/summer', 'day', 'so', 'kind', "'ve", 'surprised', 'it', 'was', 'featured', 'at', 'the', 'store', 'early', 'spring', 'i', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'purchased', 'my', 'normal', 'retailer', 'size', 'medium', 'i', 'agree', 'it', 'may', 'seem', 'big', 'or', 'loose', 'fitting', 'but', 'i', 'am', 'a', 'vest', 'girl', 'and', 'the', 'fit', 'for', 'me', 'is', 'perfect', 'size', '34', 'dd', '145', 'lbs', 'and', '5', 'ft', '4', 'in', 'height', 'it', 'is', 'a', 'great', 'finishing', 'piece', 'for', 'causal', 'or', 'office', 'attire', 'this', 'vest', 'will', 'definitely', 'stay', 'in', 'my', 'closet', 'for', 'a', 'long', 'time', 'beautiful', 'quality', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8268,1060,59', 'my', 'new', 'favorite', 'black', 'pants', 'these', 'pants', 'are', 'so', 'great', 'style', 'beautiful', 'soft', 'fabric', 'and', 'love', 'the', 'length', 'i', 'am', "5'10", 'i', 'found', 'the', 'rise', 'to', 'be', 'low', 'and', 'like', 'the', 'fact', 'that', 'that', 'they', 'sit', 'at', 'the', 'hips', 'i', 'had', 'to', 'size', 'up', 'from', 'my', 'usual', 'size', 'in', 'this', 'brand', 'very', 'flattering', 'and', 'comfortable', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['8269,862,25', 'not', 'that', 'flattering', 'i', 'love', 'everything', 'from', 'retailer', 'but', 'this', 'top', 'did', 'not', 'fit', 'all', 'that', 'flattering', 'the', 'neck', 'line', 'fits', 'a', 'little', 'weird', 'too', 'bad', 'color', 'was', 'nice', 'though', 'i', 'returned', 'the', 'top.,2,0,7', 'general', 'tops', 'knits'] ['8270,867,46,70', "'s", 'vibe', 'this', 'top', 'is', 'really', 'a', 'great', 'and', 'it', "'s", 'very', 'affordable', 'the', 'fabric', 'is', 'light', 'weight', 'but', 'opaque', 'enough', 'that', 'you', 'do', "n't", 'need', 'a', 'cami', 'even', 'though', 'this', 'has', 'long', 'sleeves', 'i', 'can', 'imagine', 'wearing', 'this', 'well', 'into', 'the', 'summer', 'and', 'i', 'live', 'in', 'south', 'florida', 'it', "'s", 'comfortable', 'and', 'the', 'band', 'at', 'the', 'bottom', 'is', 'not', 'tight', 'the', 'color', 'is', 'slightly', 'ivory', 'and', 'the', 'floral', 'print', 'is', 'clear', 'and', 'bright', 'the', 'neck', 'tie', 'is', 'really', 'nice', 'and', 'adds', 'a', "'70", "'s", 'vibe', 'without', 'being', 'overdone', 'or', 'overly', 'dramatic', 'definite', 'keeper', ',5,1,10', 'general', 'petite', 'tops', 'knits'] ['8271,829,43', 'pleasantly', 'surprised', 'by', 'this', 'black', 'gem', 'you', 'ca', "n't", 'tell', 'by', 'the', 'photo', 'but', 'the', 'top', 'is', 'actually', 'a', 'slightly', 'shiny', 'material', 'so', 'it', 'gives', 'it', 'a', 'classy', 'going', 'out', 'look', 'in', 'the', 'picture', 'it', 'looks', 'more', 'casual', 'but', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'on', 'a', 'night', 'out', 'with', 'a', 'skirt', 'wearing', 'it', 'to', 'work', 'or', 'whatever', 'i', 'tried', 'it', 'on', 'and', 'i', 'thought', 'wow', 'i', 'look', 'thin', 'it', "'s", 'a', 'little', 'shorter', 'than', 'i', 'normally', 'wear', 'do', "n't", 'worry', 'it', "'s", 'not', 'a', 'crop', 'top', 'but', 'notice', 'where', 'the', 'bottom', 'hem', 'sits', 'on', 'the', 'models', 'hips', 'probably', 'mid-rise', 'but', 'it', 'looked', 'amazing', 'on', 'zippers', 'in', 'the', 'ba', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8272,823,44', 'great', 'colors', 'the', 'larkspur', 'tank', 'is', 'colorful', 'and', 'the', 'embroidered', 'bib', 'is', 'beautiful', 'the', 'material', 'is', 'soft', 'but', 'not', 'diaphanous', 'it', 'can', 'hide', 'my', 'little', 'pouch', 'without', 'looking', 'like', 'maternity', 'clothing', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['8273,823,56', 'cute', 'classic', 'with', 'a', 'modern', 'twist', 'i', "'m", 'very', 'surprised', 'by', 'the', 'review', 'given', 'that', 'said', 'this', 'was', 'frumpy', 'it', 'it', 'absolutely', 'adorable', 'and', 'the', 'classic', 'plaid', 'is', 'timeless', 'as', 'first', 'reviewer', 'said', 'the', 'styling', 'of', 'this', 'on', 'the', 'model', 'does', 'it', 'no', 'favors', 'it', 'is', 'in', 'reality', 'form', 'fitting', 'but', 'in', 'a', 'very', 'flattering', 'forgiving', 'way', 'the', 'waist', 'nips', 'in', 'nicely', 'underneath', 'the', 'top', 'section', 'then', 'flares', 'out', 'on', 'the', 'bottom', 'section', 'that', 'bottom', 'flare', 'can', 'sometimes', 'add', 'inches/pounds', 'but', 'this', 'top', 'does', 'it', 'in', 'a', 'very', 'modern', 'subtle', 'and', 'flattering', 'fashion', 'and', 'the', 'mater', ',5,1,1', 'general', 'tops', 'blouses'] ['8274,940,31', 'nice', 'vest', 'definitely', 'a', 'good', 'buy', 'especially', 'when', 'i', 'bought', 'it', 'on', 'sale', 'it', "'s", 'warm', 'and', 'can', 'be', 'worn', 'dressed', 'up', 'or', 'down.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8275,867,58', 'very', 'full', 'sleeves', 'i', 'wanted', 'this', 'top', 'to', 'fit', 'i', 'ordered', 'a', 'large', 'and', 'was', 'swimming', 'in', 'it', 'i', 'returned', 'it', 'to', 'the', 'store', 'where', 'they', 'had', 'it', 'in', 'all', 'sizes', 'i', 'tried', 'on', 'a', 'medium', 'and', 'it', 'was', 'still', 'too', 'big', 'and', 'then', 'a', 'small', 'that', 'fit', 'but', 'i', 'just', 'did', 'not', 'love', 'it', 'i', 'did', 'not', 'have', 'trouble', 'with', 'it', 'being', 'cut', 'too', 'low', 'i', 'think', 'it', 'might', 'look', 'best', 'on', 'someone', 'who', 'is', 'straight', 'up', 'and', 'down', 'and', 'not', 'hourglass', 'since', 'it', 'blouses', 'over', 'the', 'waist', 'this', 'print', 'is', 'soooo', 'pretty', ',3,1,5', 'general', 'petite', 'tops', 'knits'] ['8276,867,42', ',i', 'love', 'the', 'flowers', 'on', 'this', 'top', 'the', 'style', 'is', 'cute', 'with', 'the', 'band', 'at', 'the', 'waist', 'i', 'ordered', 'an', 'extra', 'small', 'and', 'it', 'fits', 'perfectly.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['8277,1082,52', ',i', 'wanted', 'to', 'love', 'this', 'dress', 'it', 'really', 'has', 'no', 'style', 'i', 'was', 'expecting', 'the', 'smocking', 'to', 'be', 'fitted', 'but', 'it', 'just', 'hung', 'i', 'considered', 'going', 'down', 'a', 'size', 'but', 'i', 'think', 'the', 'lining', 'would', 'have', 'been', 'too', 'tight', 'had', 'to', 'return', 'it.,2,0,3', 'general', 'dresses', 'dresses'] ['8278,862,44', 'love', 'this', 'tank', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'the', 'length', 'hits', 'just', 'right', 'on', 'the', 'hip', 'it', 'hugs', 'the', 'body', 'nicely', 'not', 'too', 'tight', 'just', 'loose', 'enough', 'on', 'a', 'hot', 'summer', 'day', 'i', 'have', 'this', 'in', 'black', 'and', 'white', 'i', 'wish', 'they', 'would', 'offer', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['8279,1060,43', 'perfect', 'i', 'am', '5', '7', 'the', 'length', 'is', 'perfect', 'i', 'can', 'wear', 'it', 'with', 'flat', 'normally', 'the', 'wide', 'leg', 'pants', 'are', 'so', 'long', 'i', 'have', 'to', 'wear', 'high', 'heels', 'the', 'flow', 'is', 'perfect', 'too', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['8280,1116,62', 'in', 'love', 'i', 'sat', 'on', 'the', 'fence', 'almost', 'too', 'long', 'on', 'this', 'piece', 'and', 'finally', 'ordered', 'one', 'when', 'it', 'popped', 'up', 'as', 'a', 'return', 'so', 'happy', 'imwas', 'able', 'to', 'snag', 'it', 'it', 'is', 'incredible', 'i', 'put', 'it', 'with', 'my', 'favorite', 'closed', 'jeans', 'and', 'chanel', 'work', 'boots', 'and', 'wow', 'i', 'also', 'have', 'tried', 'belting', 'it', 'where', 'the', 'fur', 'begins', 'and', 'that', 'looks', 'equally', 'fabulous', 'imput', 'true', 'to', 'size', 'as', 'it', 'is', 'suppose', 'to', 'be', 'roomy', 'to', 'many', 'people', 'ruin', 'styles', 'by', 'trying', 'to', 'get', 'them', 'to', 'fit', 'in', 'a', 'way', 'they', 'were', 'not', 'meant', 'to', 'embrace', 'the', 'uniqueness', 'of', 'this', 'piece', 'and', 'roder', 'true', 't', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['8281,1116,39', 'so', 'unique', 'and', 'stylish', 'love', 'this', 'vest', 'it', 'does', 'run', 'large', 'so', 'definitely', 'size', 'down', 'i', "'m", '5', '0', '110', 'lbs', 'and', 'i', 'ordered', 'the', 'xs', 'which', 'is', 'roomy', 'around', 'the', 'mid', 'section', 'but', 'i', 'think', 'that', "'s", 'the', 'style', 'as', 'the', 'shoulders', 'hit', 'where', 'they', 'should', 'it', 'is', 'such', 'a', 'fun', 'and', 'unique', 'piece', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'with', 'tights', 'or', 'black', 'leggings', 'with', 'boots', ',5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['8282,1051,33', 'love', 'it', 'i', 'got', 'this', 'at', 'the', 'sale', 'price', 'and', 'it', 'fits', 'great', 'the', 'bottom', 'was', 'wrinkled', 'so', 'it', 'was', 'not', 'as', 'open', 'at', 'the', 'end', 'like', 'the', 'picture', 'but', 'i', 'am', 'sure', 'an', 'iron', 'will', 'help.,5,1,0', 'general', 'bottoms', 'pants'] ['8283,1060,21', 'flattering', 'fashionable', 'i', 'tried', 'on', 'these', 'pants', 'and', 'was', 'instantly', 'in', 'love', 'they', 'are', 'very', 'flattering', 'and', 'stylish', 'but', 'also', 'incredibly', 'comfortable', 'i', 'am', '5', '6', 'and', 'the', 'length', 'is', 'perfect', 'to', 'wear', 'with', '3', 'heels', 'i', 'highly', 'recommend', 'these', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8284,867,28', 'got', 'this', 'in', 'the', 'black', 'when', 'i', 'was', 'in', 'greenville', 'nc', 'i', 'had', 'seen', 'it', 'online', 'for', 'a', 'little', 'while', 'and', 'did', "n't", 'think', 'much', 'of', 'it', 'until', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'it', "'s", 'surprisingly', 'comfortable', 'and', 'it', 'is', "n't", 'too', 'heavy', 'its', 'the', 'perfect', 'staple', 'black', 'shirt', 'in', 'my', 'closet', 'it', 'is', 'also', 'very', 'forgiving', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8285,1060,38', 'nice', 'pant', 'i', 'was', 'excited', 'to', 'get', 'these', 'pants', 'at', 'a', 'great', 'price', 'i', 'am', '5', '9', 'these', 'pants', 'were', 'plenty', 'long', 'enough', 'for', 'me', 'they', 'also', 'have', 'a', 'nice', 'light', 'textured', 'design', 'that', "'s", 'hard', 'to', 'notice', 'in', 'pictures', 'the', 'only', 'problem', 'was', 'they', 'are', 'a', 'side', 'zip', 'pant', 'which', 'i', 'did', "n't", 'know', 'when', 'ordering', 'i', 'do', "n't", 'love', 'the', 'zip', 'on', 'the', 'side', 'for', 'my', 'shape', 'it', 'so', 'i', "'m", 'still', 'wondering', 'if', 'i', "'ll", 'keep', 'them', 'other', 'than', 'that', 'nice', 'pant', ',4,1,2', 'general', 'petite', 'bottoms', 'pants'] ['8286,868,70', 'runs', 'extremely', 'large', 'huge', 'with', 'bountiful', 'amounts', 'of', 'extra', 'fullness', 'not', 'like', 'represented', 'picture', 'and', 'it', 'snags', 'very', 'easily', 'i', 'have', 'a', '4', 'mo', 'old', 'puppy', 'that', 'jumped', 'up', 'on', 'me', 'as', 'i', 'was', 'trying', 'it', 'on', 'and', 'snagged', 'it', 'in', 'several', 'places', 'i', "'m", 'going', 'to', 'see', 'about', 'returning', 'it', 'with', 'the', 'snags.,1,0,2', 'general', 'tops', 'knits'] ['8287,867,55', 'feminine', 'and', 'flattering', 'love', 'this', 'blouse', 'i', 'usually', 'wear', 'a', 'small', 'and', 'had', 'to', 'exchange', 'it', 'for', 'an', 'xs', 'which', 'fits', 'perfectly', 'not', 'form', 'fitting', 'but', 'flattering', 'washes', 'beautifully', 'too', 'i', 'highly', 'recommend', 'this', 'blouse', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['8288,1020,37', 'overall', 'beautiful', 'skirt', 'material', 'is', 'a', 'little', 'on', 'the', 'heavy', 'and', 'stiff', 'side', 'but', 'still', 'a', 'really', 'nice', 'skirt', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['8289,823,44', 'even', 'prettier', 'in', 'person', 'i', 'ordered', 'this', 'top', 'in', 'the', 'pink', 'in', 'a', 'medium', 'i', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'in', 'retailer', 'shirts', 'it', 'fit', 'tts', 'with', 'not', 'being', 'too', 'short', 'the', 'embrodiery', 'is', 'very', 'pretty', 'better', 'in', 'person', 'than', 'online', 'my', 'only', 'complaint', 'is', 'it', "'s", 'a', 'bit', 'blousey', 'so', 'you', 'would', 'need', 'to', 'either', 'tuck', 'it', 'in', 'or', 'wear', 'with', 'skinny', 'jeans/shorts', 'for', 'reference', 'i', 'am', '5', '4.5', '135', 'lbs', 'and', 'a', '32c', ',4,1,5', 'general', 'tops', 'blouses'] ['8290,1116,34', 'loved', 'but', 'had', 'to', 'return', 'twice', 'i', 'loved', 'this', 'vest', 'from', 'the', 'moment', 'i', 'saw', 'it', 'sadly', 'though', 'it', 'runs', 'way', 'too', 'large', 'i', 'first', 'ordered', 'it', 'in', 'a', 'small', 'and', 'then', 'an', 'xs', 'when', 'it', 'popped', 'back', 'even', 'the', 'xs', 'was', 'too', 'large', 'around', 'my', 'shoulders', 'and', 'waist', 'the', 'color', 'was', 'also', 'a', 'bit', 'more', 'beige', 'than', 'in', 'the', 'photos', 'which', 'was', 'ok', 'but', 'i', 'had', 'to', 'return', 'it', 'because', 'of', 'the', 'size', ',3,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['8291,867,37', 'beautiful', 'top', 'love', 'love', 'this', 'top', 'it', 'is', 'soft', 'comfortable', 'and', 'cute', 'it', 'is', 'versatile', 'e.g', 'i', 'can', 'dress', 'up', 'for', 'work', 'or', 'dress', 'down', 'by', 'throwing', 'on', 'a', 'pair', 'of', 'jeans', 'the', 'tie', 'at', 'the', 'neck', 'adds', 'a', 'cute', 'detail', 'if', 'you', 'want', 'it', 'tied', 'great', 'staple', 'for', 'the', 'wardrobe', 'i', 'purchased', 'in', 'the', 'black', 'and', 'it', 'is', 'very', 'versatile', 'not', 'sure', 'how', 'i', 'feel', 'about', 'the', 'print', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8292,113,54', 'very', 'soft', 'but', 'lighter', 'weight', 'than', 'it', 'looks', 'soft', 'cozy', 'and', 'the', 'heathered', 'off-white/palest', 'gray', 'is', 'a', 'great', 'cool-toned', 'neutral', 'the', 'only', 'surprise', 'was', 'that', 'it', 'is', 'lightweight', 'not', 'nearly', 'as', 'warm', 'as', 'it', 'looks', 'the', 'hood', 'has', 'a', 'fuzzy', 'sherpa', 'lining', 'the', 'unlined', 'jacket', 'has', 'a', 'soft', 'fleece', 'or', 'flannel', 'finish', 'on', 'the', 'inside', 'with', 'zigzag', 'seams', 'the', 'ouside', 'looks', 'like', 'a', 'sweatshirt', 'it', 'does', 'work', 'great', 'as', 'a', 'top', 'layer', 'though', '50', 'polyester', '38', 'cotton', '12', 'rayon'] [] ['got', 'this', 'in', 'a', 'size', "'s", 'to', 'fit', 'my', 'hips', 'and', 'it', 'works', 'out', 'great', 'i', "'m", '5', '2', 'currently', '33-25-37ish', 'wi', ',4,1,3', 'initmates', 'intimate', 'sleep'] ['8293,1082,43', 'shift', 'dress', 'strangely', 'sized', 'just', 'piping', 'in', 'here', 'ordered', 'my', 'usual', 'size', 'of', 'small', 'petite', 'the', 'slip', 'that', 'came', 'with', 'the', 'dress', 'is', 'about', 'a', 'size', 'negative', 'zero', 'it', 'could', 'hardly', 'squeeze', 'over', 'my', 'body', 'and', 'the', 'dress', 'itself', 'is', 'a', 'bright', 'pale', 'aqua', 'and', 'it', 'is', 'a', 'shift', 'and', 'because', 'of', 'the', 'smocking', 'it', 'hangs', 'very', 'strangely', 'i', 'think', 'it', 'looks', 'very', 'cheap', 'and', 'is', 'ill', 'fitting', 'i', 'would', 'say', 'if', 'you', 'are', 'a', 'person', 'on', 'which', 'shift', 'dresses', 'look', 'awesome', 'you', 'might', 'like', 'this', 'but', 'mind', 'the', 'size', 'of', 'the', 'slip', 'in', 'the', 'petites', 'range', 'and', 'also', 'it', 'is', 'aqua', ',2,0,9', 'general', 'dresses', 'dresses'] ['8294,1098,49', 'love', 'this', 'dress', 'this', 'is', 'one', 'of', 'my', 'all', 'time', 'favorite', 'retailer', 'purchases', 'this', 'dress', 'is', 'perfect', 'in', 'every', 'way', 'mine', 'fits', 'me', 'exactly', 'like', 'the', 'model', 'and', 'i', 'was', 'lucky', 'enough', 'to', 'purchase', 'it', 'in', 'black', 'if', 'you', "'re", 'on', 'the', 'fence', 'take', 'the', 'plunge', 'and', 'buy', 'this', 'dress', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,0', 'general', 'dresses', 'dresses'] ['8295,1082,33', 'super', 'cute', 'but', 'ever', 'since', 'i', 'saw', 'this', 'dress', 'i', 'fall', 'for', 'it', 'totally', 'love', 'the', 'pattern', 'and', 'the', 'colors', 'i', 'got', 'the', 'size', 'l', 'and', 'the', 'fabric', 'is', 'really', 'good', 'once', 'i', 'tried', 'it', 'on', 'tho', 'it', 'broke', 'my', 'heart', 'the', 'dress', 'fit', 'perfect', 'everywhere', 'but', 'in', 'the', 'v', 'neck', 'the', 'design', 'there', 'is', 'odd', 'i', 'believe', 'is', 'for', 'small', 'breast', 'cup', 'girls', 'im', 'size', 'c', 'and', 'let', 'me', 'tell', 'you', 'it', 'look', 'horrible', 'i', 'was', 'very', 'disappointed', 'so', 'dress', 'its', 'going', 'back', ',4,1,1', 'general', 'dresses', 'dresses'] ['8296,862,46', 'a', 'good', 'idea', 'but', 'i', 'really', 'love', 'the', 'idea', 'behind', 'this', 'however', 'the', 'fit', 'does', "n't", 'work', 'for', 'me', 'i', "'m", 'usually', 'a', 's', 'or', 'xs', 'in', 'retailer', 'tops', 'and', 'i', 'often', 'go', 'with', 'xs', 'for', 'sleeveless', 'tops', 'this', 'one', 'runs', 'small', 'though', 'the', 'xs', 'was', 'a', 'bit', 'too', 'small', 'on', 'me', 'based', 'on', 'length', 'and', 'width', 'the', 'neckline', 'was', 'very', 'high', 'higher', 'than', 'it', 'looks', 'in', 'the', 'model', 'photo', 'and', 'the', 'armholes', 'were', 'too', 'big', 'so', 'i', 'do', "n't", 'think', 'sizing', 'up', 'would', 'improve', 'matters', 'much', 'due', 'to', 'the', 'armhole', 'issue', 'the', 'other', 'criticism', 'is', 'that', 'the', 'front', 'is', 'not', 'lined', ',2,0,2', 'general', 'tops', 'knits'] ['8297,1098,28', 'i', 'was', 'looking', 'for', 'a', 'dress', 'for', 'my', 'engagement', 'pictures', 'and', 'once', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'it', 'was', 'the', 'one', 'i', 'ordered', 'the', 'white', 'in', 'a', 'small', 'size', '2', 'i', 'am', '5', '4', '130lbs', 'it', 'fits', 'perfect', 'and', 'the', 'length', 'is', 'just', 'right', 'some', 'reviews', 'said', 'it', "'s", 'boxy', 'and', 'has', 'too', 'much', 'flow', 'to', 'it', 'but', 'if', 'you', 'have', 'the', 'right', 'size', 'it', 'wo', "n't", 'be', 'an', 'issue', 'yes', 'it', "'s", 'a', 'lace', 'dress', 'so', 'it', "'s", 'going', 'to', 'be', 'delicate', 'and', 'you', "'ll", 'need', 'to', 'handle', 'with', 'care', 'but', 'it', "'s", 'worth', 'it', 'absolutely', 'stunning', ',5,1,1', 'general', 'dresses', 'dresses'] ['8298,1087,57', 'runs', 'large', 'and', 'long', 'i', 'did', "n't", 'have', 'as', 'much', 'of', 'a', 'problem', 'with', 'the', 'sheer', 'fabric', 'as', 'the', 'other', 'reviewers', 'but', 'this', 'dress', 'is', 'incredibly', 'long', 'and', 'large', 'especially', 'compared', 'to', 'the', 'picture', 'for', 'reference', 'i', "'m", 'usually', 'a', '4/6', 'in', 'retailer', 'dresses', 'and', 'the', 'small', 'was', 'huge', 'on', 'me', 'particularly', 'on', 'the', 'bottom', 'half', 'i', 'was', 'very', 'disappointed', 'because', 'this', 'dress', 'looks', 'so', 'cute', 'online', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['8299,1078,54', ',frumpy', 'looked', 'like', 'a', 'nightgown', 'on', 'me', 'maybe', 'better', 'on', 'someone', 'younger', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8300,1047,60', 'fabric', 'is', 'beautiful', 'i', 'was', 'so', 'excited', 'to', 'see', 'these', 'pants', 'on', 'sale', 'they', 'fit', 'beautifully', 'and', 'drape', 'well', 'the', 'hidden', 'lining', 'of', "'shorts", 'is', 'a', 'great', 'feature', 'and', 'i', 'will', 'get', '3', 'seasons', 'of', 'use', 'from', 'these'] ['now', 'if', 'i', 'could', 'only', 'get', 'them', 'in', 'plain', 'black', 'too', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8301,1087,52', 'very', 'sheer', 'this', 'dress', 'was', 'adorable', 'fit', 'great', 'regrettably', 'i', 'had', 'to', 'return', 'it', 'since', 'it', 'was', "n't", 'lined', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8302,900,44', 'felt', 'like', 'a', 'weird', '80s', 'sweater', 'i', 'ordered', 'the', 'red', 'in', 'size', 'm.', 'for', 'reference', 'i', 'am', '5', '8', 'with', 'a', 'long-ish', 'torso', 'i', 'would', 'have', 'been', 'comfortable', 'wearing', 'the', 'sweater', 'with', 'mid', 'or', 'high-rise', 'jeans', 'but', 'it', "'s", 'fairly', 'short', 'color', 'was', 'gorgeous', 'the', 'balloon', 'sleeves', 'and', 'seams', 'just', 'seemed', 'too', '1980s', 'in', 'a', 'bad', 'way', 'on', 'me', 'those', 'with', 'small', 'chests', 'may', 'have', 'better', 'luck', 'i', 'left', 'like', 'a', 'suburban', 'mom', 'in', 'it', ',4,0,0', 'general', 'tops', 'fine', 'gauge'] ['8303,1103,56', 'this', 'is', 'a', 'fantastic', 'summer', 'wear', 'all', 'the', 'time', 'dress', 'i', 'love', 'this', 'dress', 'you', 'can', 'wear', 'it', 'for', 'everyday', 'or', 'you', 'can', 'put', 'some', 'bling', 'with', 'it', 'and', 'dress', 'it', 'up', 'it', 'fits', 'very', 'well', 'flattering', 'i', 'highly', 'recommend', ',5,1,6', 'general', 'dresses', 'dresses'] ['8304,1109,39', 'this', 'dress', 'is', 'very', 'figure', 'flattering', 'however', 'it', 'is', 'not', 'navy', 'it', "'s", 'purple', 'overall', 'nice', 'print', 'somewhat', 'cheap', 'material', 'and', 'zipper', 'gets', 'stuck', 'i', 'am', 'keeping', 'because', 'it', "'s", 'versatile', 'and', 'i', 'like', 'the', 'vintage', 'floral', 'pattern', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8305,1098,31', 'pretty', 'but', 'the', 'lace', 'and', 'fit', 'were', 'good', 'but', 'the', 'length', 'seemed', 'awkward', 'to', 'me', 'given', 'how', 'boxy', 'and', 'flowy-ish', 'the', 'dress', 'is', 'it', 'felt', 'like', 'a', 'baby', 'doll', 'with', 'sleeves', 'or', 'something', 'and', 'i', 'hated', 'the', 'outside', 'middle', 'material', 'hated', 'it', 'it', 'felt', 'cheap', 'and', 'odd', 'when', 'compared', 'to', 'the', 'lace', 'maybe', 'i', 'was', 'just', 'not', 'in', 'the', 'right', 'demographic', 'for', 'this', 'piece', ',2,0,6', 'general', 'dresses', 'dresses'] ['8306,1098,62', 'pretty', 'and', 'flattering', 'bought', 'this', 'somewhat', 'on', 'a', 'whim', 'during', 'a', 'promo', 'in', 'yellow', 'which', 'is', 'a', 'lovely', 'light', 'cheery', 'yellow', 'did', "n't", 'make', 'my', 'pale', 'skin', 'look', 'terrible', 'i', 'love', 'the', 'detail', 'of', 'the', 'dress', 'and', 'the', 'swing', 'silhouette', 'the', 'slip', 'is', 'also', 'of', 'good', 'quality', 'i', 'do', "n't", 'love', 'where', 'the', 'slip', 'falls', 'in', 'the', 'lace', 'panel', 'near', 'the', 'bust', 'because', 'it', 'looks', 'a', 'little', 'funny', 'to', 'me', 'in', 'a', 'distracting', 'way', 'but', 'i', "'m", 'keeping', 'the', 'dress', 'it', "'s", 'cute', 'and', 'fun', ',4,1,0', 'general', 'dresses', 'dresses'] ['8307,1103,38', 'did', "n't", 'work', 'for', 'me', 'i', 'really', 'wanted', 'to', 'love', 'this', 'i', 'kept', 'refreshing', 'the', 'page', 'so', 'that', 'i', 'could', 'order', 'it', 'as', 'soon', 'as', 'my', 'size', 'was', 'in', 'stock', 'i', 'love', 'the', 'colors', 'and', 'struggle', 'to', 'find', 'cute', 'dresses', 'in', 'natural', 'fabrics', 'for', 'the', 'summer', 'unfortunately', 'as', 'another', 'reviewer', 'mentioned', 'the', 'cut', 'of', 'the', 'arm', 'holes', 'is', 'strange', 'it', 'cut', 'my', 'off', 'in', 'the', 'most', 'unflattering', 'spot.,3,1,0', 'general', 'dresses', 'dresses'] ['8308,868,19', 'super', 'cute', 'top', 'i', 'really', 'love', 'the', 'style', 'of', 'this', 'top', 'it', "'s", 'a', 'great', 'lightweight', 'breathable', 'top', 'perfect', 'for', 'summer', 'it', 'is', 'slightly', 'sheer', 'so', 'i', 'have', 'to', 'wear', 'a', 'cami', 'underneath', 'it', 'is', 'definitely', 'a', 'flowy', 'top', 'but', 'flattering', 'i', "'m", '5', '0', '115lbs', 'and', 'ordered', 'the', 'xxs', 'a', 'petite', 'size', 'would', "'ve", 'been', 'better', 'as', 'it', 'is', 'long', 'on', 'me', 'it', 'covers', 'my', 'butt', 'in', 'the', 'back', 'but', 'it', 'looks', 'good', 'with', 'a', 'longer', 'short', 'or', 'pants', ',4,1,3', 'general', 'tops', 'knits'] ['8309,1082,49', 'wanted', 'to', 'like', 'it', 'but', 'the', 'fit', 'is', 'just', 'off', 'i', 'love', 'the', 'design', 'and', 'the', 'fabric', 'but', 'the', 'fit', 'is', 'just', 'off', 'on', 'this', 'dress', 'the', 'area', 'around', 'the', 'bust', 'is', 'just', 'not', 'fitted', 'well', 'the', 'wrap', 'portion', 'of', 'the', 'dress', 'in', 'this', 'area', 'gaps', 'and', 'does', 'not', 'lie', 'flat', 'that', 'is', 'an', 'easy', 'enough', 'fix', 'with', 'a', 'good', 'seamstress', 'but', 'the', 'waist', 'also', 'sat', 'too', 'high', 'on', 'me', 'maybe', 'i', "'m", 'long', 'waisted', 'who', 'knows', 'so', 'between', 'the', 'super', 'high', 'waist', 'and', 'the', 'flannel-type', 'fabric', 'it', 'just', 'looked', 'kind', 'of', 'like', 'a', 'bath', 'robe', 'on', 'me', 'i', 'wish', 'it', 'were', "n't", 'so', 'i', 'was', 'so', 'hoping', 'for', 'a', 'cool', 'plaid', 'dress', 'that', 'i', 'cou', ',2,0,3', 'general', 'dresses', 'dresses'] ['8310,940,46', 'cute', 'sweater', 'this', 'is', 'a', 'cute', 'stylish', 'sweater', 'different', 'from', 'the', 'typical', 'it', 'does', "n't", 'itch', 'which', 'is', 'key', 'at', 'least', 'for', 'me', 'i', 'ordered', 'an', 'extra', 'small', 'but', 'i', 'am', 'normally', 'a', 'small', 'since', 'it', 'seems', 'to', 'run', 'long', 'i', 'think', 'the', 'neckline', 'is', 'unique', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['8311,940,53', 'very', 'flattering', 'love', 'this', 'sweater', 'it', 'fits', 'exactly', 'as', 'shown', 'on', 'the', 'model', 'the', 'neckline', 'is', 'simple', 'and', 'stylish', 'the', 'a', 'line', 'fit', 'is', 'very', 'flattering', 'i', 'normally', 'wear', 'a', 'size', 'xs', 'to', 's.', 'i', 'purchased', 'the', 's', 'for', 'more', 'swing', 'at', 'the', 'bottom.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8312,1098,39', 'canary', 'yellow', 'first', 'i', 'received', 'mine', 'with', 'the', 'back', 'button', 'by', 'the', 'neck', 'busted', 'the', 'part', 'where', 'you', 'insert', 'the', 'button', 'was', 'loose', 'so', 'could', 'not', 'button'] ['i', 'ordered', 'the', 'yellow', 'one', 'and', 'was', 'surprised', 'how', 'yellow', 'it', 'was', 'when', 'received', 'it', 'is', 'brighter', 'than', 'the', 'picture', 'shows', 'not', 'bad', 'though'] ['the', 'cut', 'of', 'the', 'dress', 'is', 'nice', 'very', 'sweet', 'i', 'liked', 'that', 'it', 'was', 'flowy', 'and', 'the', 'lace', 'was', 'beautiful', 'to', 'me', 'arms', 'were', 'a', 'tad', 'tight', 'only', 'because', 'i', 'have', 'muscular', 'arms', 'stil', 'lable', 'to', 'wear', 'it'] [] ['i', 'ordered', 'the', '0petite', 'and', 'it', 'fit', 'i', 'am', '1', ',4,1,1', 'general', 'dresses', 'dresses'] ['8313,868,39', 'poor', 'quality', 'unflattering', 'fit', 'this', 'is', 'one', 'of', 'the', 'lowest', 'quality', 'shirts', 'i', 'have', 'ever', 'received', 'from', 'retailer', 'i', 'was', 'so', 'excited', 'for', 'the', 'shirt', 'it', 'looked', 'so', 'pretty', 'and', 'soft', 'in', 'the', 'pictures', 'the', 'flax', 'is', 'very', 'scratchy', 'marring', 'the', 'softness', 'of', 'the', 'rest', 'of', 'the', 'fabric', 'the', 'top', 'half', 'is', 'totally', 'sheer', 'requiring', 'a', 'cami', 'the', 'shirt', 'is', 'cut', 'in', 'such', 'a', 'way', 'that', 'it', 'flares', 'out', 'from', 'the', 'rib', 'cafe', 'in', 'an', 'unstructured', 'way', 'unnecessarily', 'adding', 'visual', 'pounds', 'finally', 'the', 'sewing', 'is', 'done', 'very', 'poorly', 'and', 'the', 'the', 'side', 'tag', 'is', 'literally', 'three', 'inches', 'long', 'wh', ',2,0,1', 'general', 'tops', 'knits'] ['8314,1047,26', 'great', 'summer', 'pants', 'these', 'are', 'super', 'cute', 'on', 'they', 'shorts-length', 'lining', 'inside', 'which', 'is', 'great', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8315,1047,33', 'tall', 'girl', "'s", 'dream', 'i', 'love', 'how', 'elevenses', 'fit', 'and', 'the', 'length', 'is', 'awesome', 'when', 'i', 'wear', 'flats', 'this', 'is', 'one', 'of', 'the', 'few', 'brands', 'that', 'sometimes', 'carries', 'a', 'longer', '33-34', 'inseam', 'this', 'style', 'is', 'a', 'bit', 'shorter-', 'however', 'with', 'the', 'lighter', 'fabric', 'i', 'would', "n't", 'want', 'it', 'touching', 'the', 'ground', 'pants', 'are', 'breezy', 'and', 'i', 'love', 'that', 'they', 'are', 'lined', 'to', 'the', 'calf', 'call', 'me', 'old', 'fashioned', 'but', 'all', 'pants', 'should', 'be', 'lined', 'the', 'elastic', 'waist', 'is', 'nice', 'and', 'flat', 'in', 'the', 'front', 'and', 'works', 'wonderfully', 'since', 'my', 'butt', 'is', 'larger', 'than', 'my', 'waist', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8316,1047,38', 'flattering', 'these', 'are', 'so', 'great', 'love', 'the', 'fabric', 'weight', 'light', 'they', 'look', 'great', 'on', 'the', 'pictures', 'do', "n't", 'do', 'these', 'justice', 'i', 'tried', 'them', 'on', 'in', 'the', 'store', 'with', 'a', 'black', 'sleeveless', 'crop', 'top', 'you', 'could', "n't", 'see', 'any', 'mid', 'skin', 'and', 'it', 'looked', 'great', 'together', 'might', 'have', 'to', 'go', 'back', 'and', 'get', 'the', 'top', 'they', 'do', 'look', 'great', 'with', 'just', 'a', 'black', 'tank', 'as', 'well', 'though', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8317,876,46', 'disappointing', 'fit', 'too', 'small', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'and', 'ended', 'up', 'returning', 'it', 'as', 'soon', 'as', 'i', 'received', 'it', 'the', 'color', 'was', 'just', 'as', 'pretty', 'in', 'person', 'the', 'thick', 'eyelet', 'panel', 'was', 'well', 'done', 'the', 'problem', 'is', 'the', 'whole', 'tank', 'was', 'much', 'smaller/tighter', 'than', 'pictured', 'i', 'have', 'several', 'tops', 'from', 'this', 'maker', 'and', 'was', 'surprised', 'how', 'this', 'was', 'cut', 'too', 'small', 'compared', 'to', 'their', 'normal', 'fit', 'i', "'m", 'pear-shaped', 'so', 'the', 'hip', 'area', 'looked', 'terrible', 'but', 'the', 'whole', 'top', 'just', 'was', "n't", 'up', 'to', 'the', 'typical', 'fitting', 'standards', 'for', 'xl', 'retailer', 'has', 'done', 'much', 'better', 'in', 'the', 'pas', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['8318,1094,40', 'bad', 'fabric', 'i', 'so', 'loved', 'this', 'dress', 'online', 'not', 'so', 'much', 'in', 'person', 'first', 'of', 'all', 'it', 'did', "n't", 'fit', 'my', 'build', 'i', "'m", '5', '4', 'with', 'a', '32f', 'bust', 'and', 'the', 'waist', 'line', 'was', 'just', 'a', 'bit', 'too', 'high', 'to', 'be', 'flattering', 'mainly', 'i', "'m", 'returning', 'it', 'because', 'of', 'the', 'fabric', 'the', 'petticoat', 'netting', 'does', 'rustle', 'as', 'another', 'buyer', 'pointed', 'out', 'my', 'main', 'fault', 'is', 'that', 'the', 'top', 'fabric', 'is', 'synthetic', 'and', 'cheaply', 'printed', 'basically', 'it', "'s", 'the', 'lining', 'fabric', 'of', 'a', 'better', 'made', 'dress', 'or', 'coat', 'if', 'it', 'were', 'cotton', 'voile', 'or', 'silk', 'it', 'would', 'have', 'been', 'beautiful', 'why', 'they', 'made', 'i', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8319,1082,27', 'super', 'comfy', 'i', 'wear', 'this', 'out', 'but', 'it', "'s", 'also', 'a', 'super', 'comfortable', 'to', 'lounge', 'around', 'the', 'house', 'in', 'i', 'measure', '35', '28', '40', '6', 'through', 'the', 'top', '10', 'in', 'the', 'bottom', 'i', 'ordered', 'a', 'medium', 'based', 'on', 'comments', 'from', 'other', 'users', 'concerning', 'the', 'top', 'and', 'it', 'being', 'constricting', 'i', 'did', "n't", 'find', 'that', 'to', 'be', 'true', 'but', 'for', 'a', 'closer', 'fit', 'i', 'probably', 'should', 'have', 'ordered', 'the', 'small', 'overall', 'this', 'is', 'a', 'fun', 'dress', 'to', 'wear', ',4,1,4', 'general', 'dresses', 'dresses'] ['8320,1082,32', 'just', 'what', 'i', 'hoped', 'for', 'i', "'ve", 'been', 'looking', 'for', 'dresses', 'to', 'wear', 'to', 'nurse', 'in', 'since', 'i', 'just', 'had', 'a', 'baby', 'so', 'i', 'bought', 'this', 'dress', 'knowing', 'it', 'just', 'had', 'a', 'tack', 'holding', 'the', 'front', 'fold', 'together', 'always', 'intending', 'to', 'remove', 'the', 'tack', 'i', 'love', 'it', 'the', 'fabric', 'is', 'super', 'soft', 'i', 'wear', 'it', 'with', 'a', 'nursing', 'tank', 'underneath', 'and', 'a', 'wide', 'belt', 'to', 'cinch', 'my', 'waist', 'it', "'s", 'amazing', 'with', 'the', 'tack', 'in', 'it', 'did', 'pull', 'very', 'strangely', 'across', 'the', 'bust', 'as', 'others', 'have', 'mentioned', 'so', 'it', "'s", 'not', 'good', 'for', 'a', 'big', 'bust', 'unless', 'you', 'intend', 'to', 'remove', 'the', 'tack', 'wear', 'something', 'un', ',5,1,1', 'general', 'dresses', 'dresses'] ['8321,1087,32', 'darling', 'but', 'no', 'lining', 'this', 'dress', 'is', 'so', 'so', 'cute', 'i', 'ordered', 'an', 'xs', 'and', 'it', 'was', 'a', 'bit', 'longer', 'in', 'person', 'than', 'pictured', 'but', 'that', "'s", 'an', 'easy', 'enough', 'fix', 'since', 'i', 'know', 'a', 'good', 'tailor', 'the', 'problem', 'is', 'that', 'the', 'dress', 'is', "n't", 'lined', 'it', "'s", 'made', 'of', 'thin', 'see-through', 'cotton', 'so', 'it', 'leaves', 'nothing', 'to', 'the', 'imagination', 'for', 'the', 'price', 'of', 'this', 'dress', 'i', 'would', 'have', 'expected', 'it', 'to', 'be', 'suited', 'for', 'more', 'than', 'just', 'a', 'bathing', 'suit', 'cover-up', 'without', 'a', 'slip', 'underneath', 'it', 'if', 'you', 'can', 'find', 'a', 'strapless', 'one', 'it', 'is', 'unwearable', 'in', 'most', 'social', 'settings', 'it', "'s", 'such', 'a', 'sha', ',3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['8322,868,71', 'overall', 'great', 'shirt', 'overall', 'this', 'is', 'a', 'great', 'shirt', 'the', 'material', 'is', 'soft', 'and', 'a', 'little', 'sheer', 'but', 'not', 'sheer', 'enough', 'to', 'have', 'to', 'wear', 'something', 'underneath', 'the', 'only', 'negative', 'is', 'that', 'the', 'v', 'sits', 'a', 'little', 'high', 'so', 'i', 'felt', 'like', 'i', 'was', 'constantly', 'pulling', 'the', 'shirt', 'down', 'through', 'out', 'the', 'day', ',4,1,0', 'general', 'tops', 'knits'] ['8323,900,38', 'very', 'pretty', 'but', 'honestly', 'the', 'sweater', 'is', 'really', 'beautiful', 'i', 'usually', 'buy', 'a', 'small', 'in', 'retailer', 'tops', 'and', 'this', 'seemed', 'to', 'run', 'on', 'the', 'smaller', 'side', 'it', '39', 's', 'pretty', 'short', 'but', 'the', 'issue', 'i', 'have', 'is', 'that', 'the', 'sleeves', 'are', 'much', 'shorter', 'in', 'person', 'than', 'on', 'the', 'models', 'in', 'the', 'pictures', 'it', 'looks', 'like', 'i', '39', 'm', 'wearing', 'a', '3/4', 'sleeve', 'shirt', 'still', 'deciding', 'if', 'i', '39', 'm', 'going', 'to', 'keep', 'it', 'because', 'it', 'is', 'really', 'a', 'lovely', 'top', ',3,1,0', 'general', 'tops', 'fine', 'gauge'] ['8324,1047,59', 'not', 'so', 'great', 'i', 'read', 'the', 'reviews', 'and', 'everyone', 'loved', 'them', 'so', 'ordered', 'them', 'online', 'for', 'me', 'they', 'are', 'a', 'no', 'i', 'thought', 'the', 'fabric', 'was', 'cheap', 'and', 'the', 'quality', 'not', 'so', 'great', 'compared', 'to', 'typical', 'retailer', 'items', ',3,0,1', 'general', 'petite', 'bottoms', 'pants'] ['8325,1116,33', 'beautiful', 'loved', 'everything', 'except', 'it', 'is', 'huge', 'i', 'loved', 'this', 'when', 'i', 'saw', 'it', 'arrive', 'in', 'the', 'mail', 'as', 'soon', 'as', 'i', 'put', 'it', 'on', 'though', 'i', 'was', 'drowning', 'in', 'it', 'i', 'know', 'its', 'a', 'cape', 'and', 'it', 'is', 'suppose', 'to', 'be', 'large', 'but', 'it', 'was', 'so', 'big', 'i', 'had', 'to', 'return', 'it', 'i', 'still', 'really', 'like', 'it', 'and', 'wish', 'it', 'would', 'have', 'worked', 'i', 'am', '5', '5', 'athletic/slim', 'figure', 'just', 'for', 'reference', ',3,1,10', 'general', 'petite', 'jackets', 'outerwear'] ['8326,1082,48', 'classic', 'comfy', 'chic', 'obsessed', 'with', 'black', 'watch', 'scottish', 'tartan', 'so', 'this', 'really', 'hits', 'the', 'mark', 'and', 'goes', 'beautifully', 'with', 'my', 'joe', 'fresh', 'black', 'watch', 'print', 'wellies', 'rain', 'boots', 'the', 'wrap', 'top', 'is', 'flattering', 'but', 'pulls', 'on', 'me', 'i', 'have', 'this', 'in', 'the', 'red', 'and', 'blue', 'plaid', 'as', 'well.,4,1,3', 'general', 'dresses', 'dresses'] ['8327,1078,99', 'beachy', 'and', 'boho', 'i', 'love', 'the', 'weight', 'of', 'the', 'material', 'sometimes', 'crinkled', 'gauze', 'looks', 'cheap', 'this', 'does', 'not', 'the', 'lace', 'trim', 'is', 'more', '2-tone', 'than', 'the', 'photo', 'suggests', 'but', 'that', 'is', 'not', 'negative', 'and', 'the', 'color', 'of', 'the', 'dress', 'is', 'more', 'salmon', 'than', 'peach', 'again', 'not', 'a', 'negative', 'the', 'length', 'is', 'as', 'it', 'is', 'on', 'the', 'model', 'just', 'below', 'the', 'knee', 'i', 'wore', 'it', 'to', 'what', 'turned', 'out', 'to', 'be', 'surprise', 'party', 'for', 'me', 'at', 'the', 'beach', 'i', 'paired', 'it', 'with', 'huge', 'silver', 'hoops', 'and', 'silver', 'flipflops', 'i', 'felt', 'special', 'stylish', 'and', 'comfortable', 'it', 'was', 'a', 'good', 'dress', 'for', 'some', ',5,1,1', 'general', 'dresses', 'dresses'] ['8328,1094,45', 'stunner', 'stumbled', 'upon', 'this', 'dress', 'which', 'had', 'been', 'returned', 'to', 'a', 'store', 'and', 'was', 'encouraged', 'to', 'try', 'it', 'on', 'by', 'the', 'sales', 'staff', 'and', 'am', 'glad', 'i', 'did', 'it', "'s", 'a', 'beautiful', 'dress', 'that', 'i', 'did', "n't", 'need', 'and', 'have', 'no', 'idea', 'what', 'i', 'will', 'wear', 'it', 'for', 'but', 'bought', 'anyway', 'i', 'got', 'a', 'size', '8', 'and', 'it', 'fits', 'perfectly', 'though', 'i', 'will', 'need', 'to', 'shorten', 'it', 'a', 'bit', 'i', 'am', 'busty', 'and', 'prefer', 'a', 'bit', 'more', 'coverage', 'so', 'will', 'add', 'more', 'tulle', 'to', 'the', 'v', 'neck', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'about', 'the', 'tulle', 'underlay', 'but', 'it', 'looks', 'easy', 'enough', 'to', 'remove', 'from', 'the', 'lining', 'o', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8329,1103,47', 'change', 'armpits', 'i', 'love', 'love', 'this', 'dress', 'except', 'for', 'the', 'armpits', 'if', 'they', 'had', 'just', 'made', 'the', 'armpits', 'a', 'normal', 'round', 'shape', 'with', 'normal', 'openings', 'the', 'dress', 'would', 'have', 'been', 'perfection', 'so', 'audrey', 'hepburn', 'but', 'i', 'had', 'to', 'say', 'no', 'i', 'really', 'wish', 'they', 'would', 'redo', 'this', 'dress', 'with', 'normal', 'arm', 'openings', 'i', 'think', 'it', 'would', 'sell', 'like', 'crazy', ',4,1,0', 'general', 'dresses', 'dresses'] ['8330,1098,41', 'not', 'so', 'much', 'after', 'seeing', 'this', 'dress', 'online', 'and', 'noticing', 'how', 'quickly', 'it', 'sold', 'out', 'i', 'was', 'curious', 'about', 'it', 'but', 'thought', 'i', 'was', 'out', 'of', 'luck', 'it', 'just', 'so', 'happened', 'that', 'i', 'ran', 'into', 'the', 'store', 'and', 'they', 'had', 'one', 'returned', 'in', 'my', 'size', 'i', 'tried', 'it', 'and', 'was', "n't", 'sold', 'however', 'i', 'loved', 'the', 'color', 'it', 'was', 'snug', 'across', 'the', 'shoulders', 'and', 'arms', 'the', 'rest', 'was', 'somewhat', 'flowy', 'but', 'boxy', 'at', 'the', 'same', 'time', 'i', 'ended', 'up', 'bringing', 'it', 'home', 'to', 'think', 'on', 'it', 'after', 'trying', 'it', 'on', 'again', 'i', 'realized', 'the', 'snugness', 'across', 'the', 'shoulder', 'really', 'caused', 'the', 'top', 't', ',3,0,1', 'general', 'dresses', 'dresses'] ['8331,1022,43', 'love', 'ag', 'most', 'of', 'my', 'jeans', 'are', 'ag', 'love', 'the', 'ankle', 'length', 'and', 'wash', 'on', 'these', 'not', 'too', 'distressed', 'either', 'tts', 'really', 'soft', 'denim', 'size', '27', 'like', 'my', 'other', "ag's,5,1,3", 'general', 'bottoms', 'jeans'] ['8332,1082,42', 'too', 'snug', 'across', 'the', 'chest.', 'very', 'well', 'made', 'wonderful', 'fabric', 'fit', 'perfectly', 'everywhere', 'but', 'the', 'bust', ',3,1,8', 'general', 'dresses', 'dresses'] ['8333,940,48', 'the', 'sweater', 'i', "'ve", 'been', 'looking', 'for', 'i', "'ve", 'been', 'looking', 'for', 'a', 'black', 'sweater', 'just', 'like', 'this', 'with', 'this', 'comfortable', 'material', 'weave', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8334,1047,38', 'perfect', 'i', 'love', 'these', 'pants', 'waited', 'for', 'them', 'to', 'go', 'on', 'sale', 'and', 'totally', 'worth', 'the', 'price', 'i', 'wore', 'them', 'work', 'and', 'received', 'numerous', 'compliments', 'great', 'for', 'casual', 'friday', 'at', 'work', 'or', 'sunday', 'brunch', 'with', 'the', 'girls', 'ca', "n't", 'go', 'wrong', 'with', 'antro', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8335,1098,40', 'saw', 'this', 'on', 'another', 'diner', 'and', 'swooned', 'we', 'were', 'at', 'dinner', 'in', 'provence', 'at', 'sunset', 'and', 'in', 'walked', 'a', 'young', 'lady', 'wearing', 'this', 'lavender', 'dusty', 'blue', 'lilac', 'creation-', 'just', 'swingy', 'enough', 'to', 'be', 'perfectly', 'comfortable', 'yet', 'lacy', 'enough', 'to', 'be', 'elegant', 'the', 'color', 'struck', 'me', 'as', 'south-of-france', 'they', 'were', 'american', 'by', 'accent', 'i', 'was', 'too', 'shy', 'to', 'ask', 'the', 'brand', 'of', 'her', 'dress', 'but', 'knew', 'by', 'the', 'powers', 'of', 'the', 'internet', 'that', 'this', 'dress', 'would', 'one', 'day', 'be', 'mine', 'magnolia', 'lace', 'dress-', 'i', 'found', 'you', ',5,1,2', 'general', 'dresses', 'dresses'] ['8336,1098,37', ',i', 'purchased', 'this', 'dress', 'in', 'black', 'a', 'few', 'months', 'back', 'i', 'was', 'so', 'excited', 'to', 'see', 'it', 'back', 'in', 'multiple', 'colors', 'the', 'black', 'dress', 'went', 'well', 'with', 'riding', 'boots', 'and', 'tights', 'for', 'colder', 'temps', 'the', 'yellow', 'dress', 'will', 'be', 'great', 'in', 'warm', 'temps', 'with', 'cute', 'sandals', 'super', 'comfortable', 'and', 'flattering.,5,1,0', 'general', 'dresses', 'dresses'] ['8337,1098,70', 'gorgeous', 'love', 'this', 'dress', 'it', 'is', 'simultaneously', 'romantic', 'sexy', 'and', 'sweet', 'could', 'be', 'a', 'casual', 'dress', 'but', 'also', 'worn', 'with', 'heels', 'it', 'does', 'run', 'a', 'little', 'large', 'but', 'it', 'is', 'flowy', 'and', 'not', 'meant', 'to', 'be', 'super', 'tight', 'i', 'am', '36d', 'and', 'the', 'top', 'is', "n't", 'too', 'tight', 'ordered', 'the', 'size', '4', 'and', 'am', 'very', 'happy', 'with', 'the', 'fit', ',5,1,4', 'general', 'dresses', 'dresses'] ['8338,1098,35', 'very', 'disappointed', 'regretfully', 'this', 'dress', 'is', 'on', 'its', 'way', 'back', 'for', 'an', 'exchange', 'the', 'dresss', 'is', 'beautiful', 'and', 'fits', 'true', 'to', 'size', 'i', 'ordered', 'it', 'in', 'both', 'colors', 'however', 'the', 'black', 'has', 'a', 'defect', 'in', 'the', 'lace', 'right', 'on', 'the', 'front', 'of', 'the', 'dress', 'and', 'the', 'white', 'was', 'tearing', 'in', 'a', 'few', 'spots', 'under', 'the', 'arms', 'and', 'on', 'the', 'bottom', 'again', 'the', 'dress', 'is', 'so', 'pretty', 'and', 'i', 'am', 'hoping', 'retailer', 'will', 'find', 'me', 'one', 'without', 'bunching', 'pulls', 'or', 'tears', 'for', 'an', 'exchange', 'but', 'i', 'ca', "n't", 'pay', '130', 'for', 'a', 'dress', 'that', 'is', 'already', 'torn', ',2,1,6', 'general', 'dresses', 'dresses'] ['8339,1098,42', ',,5,1,0', 'general', 'dresses', 'dresses'] ['8340,1098,34', 'gorgeous', 'dress', 'this', 'dress', 'is', 'gorgeous', 'the', 'color', 'is', 'perfect', 'for', 'spring/summer', 'the', 'dress', 'does', 'run', 'wide/loose', 'i', 'read', 'reviews', 'before', 'ordering', 'and', 'i', 'am', 'glad', 'that', 'i', 'did', 'i', 'am', 'usually', 'a', 'petite', 'size', 'but', 'the', 'reviews', 'recommended', 'going', 'with', 'the', 'regular', 'due', 'to', 'length', 'and', 'the', 'design', 'at', 'the', 'bottom', 'and', 'wanting', 'to', 'be', 'able', 'to', 'bend', 'over', 'comfortably', 'i', 'am', '5', '2', 'and', 'about', '116lbs', 'i', 'ordered', 'the', '2', 'regular', 'and', 'it', 'worked', 'well', 'i', 'received', 'many', 'compliments', ',5,1,1', 'general', 'dresses', 'dresses'] ['8341,1116,49', 'fun', 'and', 'elegant'] ['this', 'cape', 'is', 'my', 'favorite', 'purchase', 'in', 'a', 'long', 'time', 'the', 'juxtaposition', 'of', 'the', 'black', 'and', 'red', 'body', 'against', 'the', 'grey', 'faux', 'fur', 'collar', 'is', 'stunning', 'it', 'has', 'brass', 'detail', 'snaps', 'up', 'and', 'down', 'both', 'sides', 'as', 'well', 'as', 'at', 'the', 'generous', 'pockets', 'at', 'natural', 'length', 'on', 'both', 'sides', 'it', 'is', 'very', 'well', 'made', 'of', 'good', 'quality', 'materials', 'as', 'all', 'tracey', 'reese', 'pieces', 'have', 'been', 'in', 'my', 'experience'] ['it', 'does', 'run', 'true', 'to', 'size', 'as', 'it', 'is', 'an', 'oversized', 'piece', 'which', 'adds', 'to', 'its', 'classy', 'dramatic', 'flare', 'it', 'is', 'comfortable', 'to', 'wear', ',5,1,5', 'general', 'petite', 'jackets', 'outerwear'] ['8342,1098,35', 'love', 'this', 'dress', 'this', 'dress', 'is', 'lovely', 'so', 'flattering', 'i', "'m", '5', '6', 'and', '140', 'pounds', 'pre', 'pregnancy', 'and', 'just', 'into', 'my', 'second', 'trimester', 'purchased', 'a', '4.', 'will', 'work', 'for', 'many', 'more', 'months', 'and', 'again', 'after', 'baby.,5,1,5', 'general', 'dresses', 'dresses'] ['8343,1094,38', 'cute', 'however', 'this', 'dress', 'was', 'beautiful', 'in', 'person', 'and', 'the', 'blue', 'is', 'almost', 'electric', 'in', 'color', 'i', 'wanted', 'to', 'wear', 'this', 'to', 'a', 'party', 'for', 'a', 'club', 'i', 'belong', 'to', 'however', 'the', 'bust', 'on', 'the', 'dress', 'is', 'to', 'big', 'i', "'m", '5', 'ft', 'tall', 'and', '115', 'lbs', 'with', '32b', 'bra', 'size', 'i', 'got', 'the', '2p', 'as', 'i', 'was', 'worried', 'about', 'it', 'being', 'to', 'tight', 'it', 'fit', 'perfect', 'except', 'for', 'the', 'bust', 'the', 'way', 'the', 'top', 'is', 'cut', 'and', 'the', 'black', 'sheer', 'fabric', 'allows', 'part', 'of', 'the', 'bra', 'to', 'show', 'in', 'the', 'cleavage', 'area', 'not', 'worth', 'they', 'one', 'to', 'have', 'it', 'altered', 'will', 'return', 'sad', 'because', 'it', "'s", 'a', 'fun', 'dress', 'to', 'tw', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8344,1087,50', 'pretty', 'but', 'pricey', 'for', 'the', 'fabric', 'i', 'love', 'the', 'print', 'of', 'this', 'dress', 'the', 'deep', 'blue', 'really', 'is', 'striking', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'it', 'has', 'no', 'lining', 'and', 'therefore', 'it', "'s", 'hard', 'to', 'justify', 'the', 'price', 'i', 'ca', "n't", 'seem', 'to', 'part', 'with', 'it', 'yet', 'due', 'to', 'the', 'lovely', 'print', 'and', 'the', 'off', 'the', 'shoulder', 'style', 'is', 'romantic', 'and', 'flattering', 'still', 'on', 'the', 'fence', 'it', 'would', 'be', 'better', 'as', 'a', 'sale', 'piece', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8345,1047,35', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8346,1098,31', 'i', 'wanted', 'to', 'love', 'this', 'so', 'much', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'much', 'but', 'it', 'just', 'looked', 'frumpy', 'no', 'matter', 'what', 'i', 'did', 'i', "'m", 'normally', 'a', '14', 'and', 'i', 'bought', 'a', 'size', '12', 'and', 'it', 'still', 'looks', 'very', 'baggy', 'and', 'not', 'flattering', 'i', "'m", 'sad', 'because', 'in', 'photos', 'it', "'s", 'my', 'favorite', 'dress', 'of', 'all', 'time', ',3,0,0', 'general', 'dresses', 'dresses'] ['8347,1078,36', 'the', 'style', 'of', 'this', 'dress', 'is', 'quite', 'lovely', 'i', 'immediately', 'gravitated', 'towards', 'it', 'when', 'i', 'saw', 'in', 'the', 'store', 'however', 'once', 'i', 'tried', 'it', 'on', 'it', 'looked', 'like', 'a', 'sack', 'of', 'potatoes', 'unfortunately', 'the', 'loose', 'silhouette', 'did', 'not', 'do', 'anything', 'for', 'my', 'figure', 'i', 'should', 'mention', 'that', 'i', 'am', '5', '9', 'and', 'have', 'an', 'athletic', 'figure', 'but', 'with', 'hips'] ['the', 'design', 'is', 'very', 'on', 'trend', 'and', 'the', 'dress', 'does', 'have', 'some', 'lovely', 'details', 'like', 'the', 'lace', 'around', 'the', 'hip', 'area', 'and', 'flowy', 'fabric', 'but', 'unfortunately', 'it', 'was', 'not', 'enough', 'for', 'me', 'to', 'purchase', 'also', 'the', ',3,1,15', 'general', 'petite', 'dresses', 'dresses'] ['8348,1087,55', 'a', 'light', 'airy', 'fun', 'casual', 'pocket', 'dress', 'this', 'is', 'a', 'casual', 'flattering', 'off', 'the', 'shoulder', 'float', 'dress', 'with', 'pockets', 'perfect', 'for', 'sunday', 'brunch', 'or', 'a', 'casual', 'night', 'out', 'and', 'as', 'other', 'reviews', 'stated', 'the', 'fabric', 'is', 'lightweight', 'but', 'you', 'can', 'not', 'see', 'anything', 'through', 'it', 'except', 'perhaps', 'a', 'glance', 'of', 'the', 'outline', 'of', 'your', 'legs', 'but', 'that', 'is', 'it', 'definitely', 'not', 'a', 'reason', 'to', 'not', 'buy', 'this', 'adorable', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8349,1098,38', 'beautiful', 'this', 'dress', 'is', 'beautiful', 'just', 'like', 'the', 'picture', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'quite', 'comfortable', 'considering', 'it', 'is', 'on', 'the', 'delicate', 'side', 'definitely', 'recommend', 'this', 'one', ',5,1,0', 'general', 'dresses', 'dresses'] ['8350,940,37', 'classic', 'soft', 'and', 'cozy', 'staple', 'i', 'love', 'this', 'sweater', 'tunic', 'the', 'neckline', 'adds', 'interest', 'and', 'is', 'so', 'flattering', 'i', 'think', 'it', 'is', 'more', 'flattering', 'in', 'person', 'than', 'in', 'the', 'photos', 'of', 'the', 'model', 'my', 'husband', 'even', 'noticed', 'the', 'neckline', 'and', 'said', 'he', 'loves', 'this', 'top', 'on', 'me', 'it', 'is', 'soft', 'and', 'not', 'itchy', 'at', 'all', 'i', 'bought', 'my', 'regular', 'size', 'small', 'and', 'will', 'wear', 'it', 'with', 'jeans', 'or', 'leggings', 'and', 'boots', 'i', 'love', 'that', 'this', 'neckline', 'comes', 'up', 'a', 'bit', 'but', 'is', 'not', 'huge', 'so', 'i', 'can', 'definitely', 'pair', 'a', 'scarf', 'with', 'it', 'for', 'a', 'change', 'if', 'i', 'wanted', 'to', 'this', 'will', 'definitely', 'be', 'a', 'staple', 'in,5,1,5', 'general', 'petite', 'tops', 'sweaters'] ['8351,1047,56', 'great', 'native', 'palm', 'pants', 'these', 'pants', 'are', 'beautiful', 'and', 'so', 'comfortable', 'the', 'liner', 'is', 'a', 'nice', 'surprise', 'they', 'can', 'be', 'casual', 'or', 'dressed', 'up', 'with', 'a', 'jacket', 'i', "'m", 'so', 'pleased', 'to', 'have', 'gotten', 'them', 'on', 'sale', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8352,1103,43', 'this', 'dress', 'was', 'super', 'cute', 'online', 'i', 'ordered', 'it', 'in', 'small', 'and', 'medium', 'both', 'fit', 'one', 'tighter', 'obviously', 'but', 'could', 'have', 'gotten', 'away', 'with', 'either', 'the', 'dress', 'is', 'cut', 'a', 'little', 'funny', 'under', 'the', 'armpits', 'and', 'fell', 'a', 'little', 'weird', 'in', 'front', 'so', 'i', 'did', "n't", 'think', 'it', 'was', 'flattering', 'on', 'me', 'it', 'would', 'be', 'flattering', 'on', 'very', 'slim', 'body', 'smaller', 'on', 'top', 'i', 'sent', 'it', 'back', 'i', "'m", 'a', '34', 'c', 'athletic', 'build', ',3,0,3', 'general', 'dresses', 'dresses'] ['8353,876,36', 'even', 'cuter', 'in', 'person', 'i', 'got', 'this', 'tank', 'because', 'it', 'was', 'on', 'sale', 'thinking', 'it', 'could', 'be', 'cute', 'but', 'i', 'did', "n't", 'have', 'high', 'hopes', 'once', 'i', 'put', 'it', 'on', 'i', 'loved', 'it', 'i', 'have', 'a', 'long', 'torso', 'and', 'it', "'s", 'the', 'perfect', 'length', 'i', 'have', 'worn', 'it', 'with', 'a', 'jacket', 'over', 'it', 'also', 'to', 'extend', 'its', 'life', 'into', 'cooler', 'weather', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8354,1098,19', ',this', 'dress', 'is', 'so', 'pretty', 'the', 'second', 'i', 'saw', 'it', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'make', 'sure', 'to', 'get', 'a', 'smaller', 'size', 'because', 'it', 'can', 'be', 'a', 'little', 'big', 'towards', 'the', 'waist', 'as', 'a', 'result', 'of', 'the', 'dress', 'design.,4,1,0', 'general', 'dresses', 'dresses'] ['8355,900,30', 'so', 'many', 'compliments', 'i', 'wore', 'this', 'with', 'a', 'velvet', 'moss-colored', 'skirt', 'also', 'sold', 'at', 'retailer', 'that', 'hits', 'above', 'knee', 'and', 'received', 'so', 'many', 'compliments', 'the', 'neckline', 'and', 'sleeves', 'are', 'gorgeous', 'i', 'like', 'my', 'sweaters', 'comfy', 'so', 'i', 'ordered', 'a', 'medium', 'and', 'love', 'it', 'not', 'quite', 'cropped', 'but', 'it', 'does', 'hit', 'a', 'bit', 'higher', 'on', 'the', 'waist', 'sleeves', 'hit', 'above', 'wrist', 'as', 'well.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8356,1098,33', 'adorable', 'however', 'this', 'dress', 'was', 'sooo', 'cute', 'online', 'and', 'in', 'the', 'store', 'i', 'hands', 'down', 'would', 'have', 'bought', 'it', 'but', 'i', 'had', 'an', 'extra', 'few', 'minutes', 'so', 'i', 'decided', 'to', 'try', 'it', 'on-', 'terrible', 'the', 'dress', 'looked', 'awakward', 'on', 'me-', 'the', 'strings', 'lacing', 'strings', 'had', 'town', 'on', 'a', 'few', 'spots', 'and', 'it', 'just', 'was', 'not', 'flattering', 'for', 'a', 'curvy', 'girl', 'now', 'i', 'know', 'why', 'there', 'were', 'so', 'many', 'in', 'the', 'store', 'which', 'is', 'a', 'rarity', 'for', 'my', 'location.,3,0,1', 'general', 'dresses', 'dresses'] ['8357,1116,34', 'massive', 'and', 'unflattering', 'agree', 'with', 'other', 'reviewer', 'that', 'this', 'is', 'massive', 'even', 'for', 'a', 'cape', 'unflattering', 'overall', 'i', 'normally', 'wear', 'a', 'size', '2', 'of', '4', 'and', 'bought', 'this', 'in', 'an', 'xs', 'and', 'two', 'of', 'me', 'can', 'easily', 'fit', 'into', 'this', 'with', 'room', 'to', 'spare', 'unlined', 'and', 'it', 'itches', ',1,0,3', 'general', 'petite', 'jackets', 'outerwear'] ['8358,1047,36', 'fraying', 'after', '2', 'wears', 'i', 'loved', 'these', 'pants.they', 'are', 'so', 'comfortable', 'however', 'after', 'just', 'wearing', 'them', 'twice', 'the', 'threads', 'of', 'the', 'leaves', 'are', 'fraying', 'and', 'leaving', 'lint', 'on', 'whatever', 'i', 'sit', 'on', 'the', 'leaves', 'at', 'the', 'seat', 'of', 'the', 'pants', 'are', 'now', 'slowly', 'disappearing', 'this', 'after', 'wearing', 'twice', 'to', 'work', 'i', 'imagine', 'after', 'a', 'few', 'more', 'wears', 'that', 'the', 'leaves', 'at', 'the', 'seat', 'of', 'the', 'pants', 'will', 'be', 'close', 'to', 'gone', 'or', 'at', 'least', 'much', 'less', 'white', 'with', 'threads', 'then', 'the', 'rest', 'of', 'the', 'places', 'this', 'is', 'super', 'unfortunate', 'and', 'will', 'be', 'returning', 'too', 'bad', 'they', 'were', 'l', ',3,0,3', 'general', 'petite', 'bottoms', 'pants'] ['8359,1087,54', 'adorable', 'dress', 'but', 'i', 'agree', 'with', 'the', 'other', 'two', 'reviews', 'it', 'is', 'so', 'disappointing', 'that', 'this', 'adorable', 'dress', 'is', "n't", 'lined', 'the', 'fabric', 'is', 'paper', 'thin', 'this', 'is', 'an', 'a-line', 'style', 'dress', 'with', 'pockets', 'that', 'need', 'to', 'be', 'ironed', 'down', 'to', 'prevent', 'it', 'making', 'you', 'look', 'hippy', 'i', 'sized', 'down', 'to', 'a', 'petite', 'xs', 'i', 'normally', 'buy', 'the', 'petite', 'smalls', 'but', 'they', 'were', 'out', 'of', 'it', 'i', 'would', 'say', 'that', 'this', 'dress', 'runs', 'a', 'little', 'on', 'the', 'large', 'size.,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8360,1098,35', 'love', 'this', 'dress', 'i', 'am', '5ft', '8in', 'and', 'about', '140lbs-athletic', 'busty', 'build', 'i', 'normally', 'wear', 'a', 'size', '4-6.', 'i', 'ordered', 'this', 'dress', 'in', 'white', 'in', 'a', 'size', '6', 'and', 'could', "n't", 'be', 'more', 'pleased', 'i', 'actually', 'hopped', 'online', 'today', 'to', 'try', 'to', 'order', 'another', 'in', 'the', 'lilac', 'but', 'they', 'are', 'unfortunately', 'sold', 'out', 'this', 'dress', 'is', 'exactly', 'as', 'pictured-the', 'upper', 'back', 'is', 'fitted', 'keeping', 'it', 'from', 'going', 'out', 'too', 'much', 'and', 'looking', 'like', 'a', 'straight', 'up', 'tent', 'i', 'adore', 'it', 'and', 'hope', 'that', 'they', 'will', 're-stock', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['8361,940,48', 'easy', 'go', 'to', 'sweater', 'this', 'sweater', 'is', 'perfect', 'with', 'leggings', 'crop', 'pants', 'jeans', 'and', 'wide', 'leg', 'pants', 'a', 'line', '3/4', 'sleeves', 'does', 'not', 'cling', 'to', 'waist', 'area', 'very', 'flattering', 'so', 'soft', 'comfortable', 'and', 'thick', 'cotton', 'knit', 'no', 'cami', 'required', 'length', 'is', 'bum', 'covering', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8362,1082,52', 'lovely', 'but', 'fit/cut', 'is', 'a', 'little', 'odd', 'i', 'am', 'a', '6p', '5', '2', 'and', 'got', 'this', 'in', 'a', 'regular', 'small', 'as', 'it', 'did', 'not', 'seem', 'to', 'come', 'petite', 'my', 'tailor', 'is', 'taking', '5', 'inches', 'off', 'the', 'bottom', 'as', 'the', 'lower', 'portions', 'it', 'is', 'an', 'uneven', 'hem', 'are', 'ankle', 'length'] [] ['black', 'watch', 'tartan', 'is', 'one', 'of', 'my', 'favorites', 'so', 'had', 'to', 'get', 'this', 'dress'] [] ['i', 'would', 'say', 'it', 'fits', 'tts', 'it', 'is', 'on', 'my', 'shoulders', 'and', 'the', 'sleeves', 'are', 'bracelet', 'length', 'i', 'have', 'a', 'little', 'extra', 'material', 'around', 'the', 'waist', 'the', 'dress', 'zippers', 'up', 'the', 'size', 'and', 'there', 'is', 'an', 'elastic', 'section', 'at', 'the', 'small', 'of', 'the', 'back', 'i', 'find', 'th', ',4,1,1', 'general', 'dresses', 'dresses'] ['8363,1094,70', 'this', 'dress', 'is', 'so', 'pretty', 'a', 'true', 'cinderella', 'dress', 'that', "'s", 'why', 'i', 'ca', "n't", 'find', 'a', 'reasonable', 'explanation', 'for', 'such', 'an', 'amazing', 'dress', 'to', 'be', 'made', 'out', 'of', 'plastic', 'i', 'do', "n't", 'understand', 'much', 'about', 'fabrics', 'but', 'the', 'dress', 'feels', 'like', 'a', 'waterproof', 'camping', 'tent', 'i', 'bought', 'a', 'size', '14', 'which', 'is', 'what', 'i', 'wear', 'in', 'moulinette', 'souers', 'i', 'usually', 'go', 'one', 'size', 'up', 'since', 'i', 'find', 'the', 'rib', 'cage', 'small', 'in', 'this', 'brand', 'the', 'fit', 'was', 'perfect', 'and', 'the', 'cut', 'was', 'very', 'flattering', 'i', 'will', 'anxiously', 'hope', 'for', 'a', 'remake', 'of', 'this', 'dress', 'with', 'a', 'better', 'fabri', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8364,1098,34', 'the', 'dream', 'dress', 'i', 'just', 'discovered', 'this', 'dress', 'a', 'few', 'days', 'ago', 'and', 'it', "'s", 'simply', 'dreamy', 'i', "'d", 'been', 'searching', 'for', 'the', 'perfect', 'summer', 'dress', 'to', 'wear', 'to', 'a', 'wedding', 'in', 'june', 'but', 'had', 'been', 'highly', 'disappointed', 'in', 'the', 'selection', 'of', 'pastel', 'colors', 'from', 'other', 'shops', 'this', 'dress', 'is', 'the', 'perfect', 'summer', 'shade', 'and', 'will', 'be', 'perfect', 'for', 'the', 'texas', 'heat', 'in', 'june', 'i', 'absolutely', 'love', 'how', 'it', 'flows', 'and', 'is', 'elegant', 'yet', 'modest', 'the', 'lace', 'cut-outs', 'are', 'gorgeous', ',5,1,3', 'general', 'dresses', 'dresses'] ['8365,940,53', 'great', 'go-to', 'sweater', 'my', 'favorite', 'features', 'of', 'this', 'sweater', 'are', 'the', 'flattering', 'neckline', 'and', 'the', 'bracelet', 'length', 'sleeves', 'it', "'s", 'a', 'heavy-weight', 'cotton', 'with', 'a', 'beautiful', 'line', 'my', 'only', 'complaint', 'is', 'that', 'it', 'seems', 'to', 'pick', 'up', 'lint', 'and', 'things', 'very', 'easily', 'and', 'needed', 'a', 'lint', 'roller', 'even', 'straight', 'out', 'of', 'the', 'delivery', 'box', 'still', 'a', 'small', 'issue', 'for', 'an', 'easy', 'to', 'wear', 'sweater', 'that', 'looks', 'great', 'with', 'jeans', 'and', 'boots', 'as', 'well', 'as', 'leggings', 'a', 'new', 'favorite', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8366,1109,27', 'love', 'this', 'dress', 'is', 'adorable', 'the', 'colors', 'are', 'vibrant', 'and', 'very', 'eye', 'catching', 'i', 'found', 'it', 'runs', 'tts', 'for', 'reference', 'i', "'m", '5', '4', '140lbs', 'and', 'i', 'ordered', 'a', '6.', 'the', 'dress', 'is', 'fitted', 'on', 'top', 'with', 'some', 'very', 'nice/forgiving', 'pleats', 'around', 'the', 'stomach', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8367,862,44', 'underarm', 'too', 'loose', 'the', 'material', 'feels', 'substantial', 'and', 'decent', 'however', 'the', 'diameter', 'of', 'the', 'opening', 'for', 'arm', 'is', 'too', 'big', 'it', 'exposes', 'good', 'chunk', 'of', 'my', 'bra', 'have', 'to', 'return', 'it', 'there', "'re", 'also', 'loose', 'fiber', 'of', 'the', 'fabrics', 'not', 'sure', 'if', 'it', 'is', 'because', 'it', "'s", 'new', ',3,0,4', 'general', 'tops', 'knits'] ['8368,1098,25', 'so', 'beautiful', 'this', 'dress', 'is', 'just', 'absolutely', 'adorable', 'you', 'can', 'dress', 'it', 'up', 'and', 'wear', 'it', 'to', 'a', 'wedding', 'or', 'you', 'can', 'dress', 'it', 'down', 'and', 'slip', 'on', 'a', 'pair', 'of', 'sandals', 'and', 'use', 'it', 'as', 'a', 'casual', 'summer', 'dress', 'this', 'dress', 'does', 'run', 'a', 'tad', 'bit', 'large', 'i', "'m", 'usually', 'a', 'size', '4', 'but', 'the', 'size', '4', 'was', 'slightly', 'too', 'big', 'for', 'me', 'best', 'purchase', 'yet', ',5,1,2', 'general', 'dresses', 'dresses'] ['8369,1098,32', 'so', 'disappointed', 'i', 'wanted', 'to', 'own', 'this', 'so', 'badly', 'it', 'ran', 'really', 'short', 'even', 'with', 'the', 'adjustable', 'slip', 'and', 'was', 'incredibly', 'tight', 'in', 'the', 'shoulders', 'i', 'could', 'barely', 'get', 'the', 'dress', 'off', ',3,0,0', 'general', 'dresses', 'dresses'] ['8370,1098,27', 'beautiful', 'the', 'holding', 'horses', 'brand', 'never', 'ceases', 'to', 'amaze', 'me', 'this', 'dress', 'is', 'gorgeous', 'in', 'person', 'i', 'have', 'received', 'so', 'many', 'compliments', 'while', 'wearing', 'this', 'dress', 'the', 'lace', 'is', 'intracately', 'crafted', 'and', 'the', 'lilac', 'color', 'is', 'perfect', 'i', 'actually', 'have', 'this', 'magnolia', 'dress', 'in', 'black', 'as', 'well', 'and', 'i', 'might', 'even', 'get', 'the', 'new', 'reddish', 'color', 'too', 'needless', 'to', 'say', 'i', "'m", 'obsessed', 'with', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['8371,1047,50', 'love', 'love', 'love', 'love', 'these', 'i', 'wore', 'them', 'today', 'for', 'the', 'first', 'time', 'and', 'got', 'tons', 'of', 'compliments', 'they', 'are', 'comfy', 'and', 'sooooo', 'cute', 'for', 'summer', 'also', 'fyi', 'they', 'make', 'my', 'butt', 'look', 'great', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['8372,1059,29', 'weird', 'fit', 'i', 'love', 'jumpsuits', 'and', 'was', 'excited', 'about', 'this', 'one', 'because', 'i', 'liked', 'the', 'print/colors', 'and', 'that', 'it', "'s", 'long-sleeved', 'i', 'ordered', 'my', 'usual', 'medium', 'size', 'i', "'m", 'a', 'solid', 'medium', 'it', 'was', 'a', 'tad', 'tight', 'in', 'the', 'rear/thigh', 'area', 'not', 'flattering', 'when', 'you', 'have', 'a', 'thin', 'material', 'which', 'shows', 'every', 'bump', 'unlike', 'jeans', 'but', 'the', 'length', 'i', "'m", '5', '5', 'and', 'top', 'fit', 'well', 'i', 'returned', 'it', 'and', 'ordered', 'the', 'large', 'but', 'the', 'waist', 'was', 'huge', 'and', 'that', "'s", 'coming', 'from', 'a', 'person', 'with', 'a', 'bit', 'of', 'a', 'tummy', 'bulge', 'and', 'there', 'is', "n't", 'anything', 'to', 'cinch', 'the', 'waist', 'in', ',3,0,20', 'general', 'bottoms', 'pants'] ['8373,864,29', 'oversized', 'and', 'color', 'off', 'as', 'other', 'reviewers', 'have', 'noted', 'the', 'fit', 'of', 'this', 'tee', 'is', 'very', 'boxy', 'it', 'looks', 'okay', 'tucked-in', 'to', 'high', 'waisted', 'jeans', 'but', 'otherwise', 'is', 'unflattering', 'also', 'the', 'color', 'is', 'described', 'as', 'black', 'but', 'mine', 'looks', 'like', 'a', 'navy', 'blue', 'in', 'person', 'i', 'kept', 'the', 'shirt', 'because', 'i', 'live', 'overseas', 'and', 'returning', 'it', 'would', 'have', 'been', 'difficult', 'but', 'if', 'able', 'to', 'i', 'would', 'have', 'returned', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['8374,1092,26', 'beautiful', 'detail', 'loose', 'fit', 'loved', 'the', 'fabric', 'and', 'details', 'the', 'cut', 'was', 'a', 'tad', 'looser/bigger', 'than', 'i', 'expected'] ['perfect', 'dress', 'for', 'fall', ',3,1,0', 'general', 'dresses', 'dresses'] ['8375,1092,55', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'purchased', 'this', 'dress', 'in', 'my', 'normal', 'small', 'size', 'via', 'online', 'i', 'exchanged', 'it', 'it', 'for', 'a', 'medium', 'in', 'the', 'store', 'as', 'the', 'shoulders', 'were', 'just', 'a', 'little', 'too', 'tight', 'for', 'me', 'i', 'plan', 'on', 'wear', 'it', 'with', 'tights/leggings', 'as', 'it', "'s", 'a', 'little', 'to', 'short', 'on', 'my', '5', '9', 'frame', 'well', 'made', 'and', 'the', 'bodice', 'has', 'so', 'much', 'detail', 'but', 'not', 'over', 'the', 'top', ',5,1,0', 'general', 'dresses', 'dresses'] ['8376,1092,35', 'beautiful', 'dress', 'but', 'sleeves', 'were', 'too', 'tight', 'i', 'loved', 'this', 'dress', 'it', 'fit', 'perfectly', 'everywhere', 'except', 'for', 'the', 'sleeves', 'the', 'dress', 'has', 'an', 'overall', 'relaxed', 'fit', 'but', 'the', 'sleeves', 'were', 'way', 'too', 'tight', 'i', 'had', 'to', 'send', 'back', 'because', 'of', 'sleeves', ',2,1,0', 'general', 'dresses', 'dresses'] ['8377,1092,28', 'size', 'down', 'i', 'love', 'this', 'dress', 'for', 'fall', 'it', 'is', 'slightly', 'sheer', 'so', 'i', 'would', 'recommend', 'wearing', 'tights', 'or', 'a', 'slip', 'underneath', 'but', 'it', 'is', 'lightweight', 'enough', 'for', 'fall', 'that', 'i', 'can', 'transition', 'the', 'dress', 'into', 'the', 'season', 'as', 'it', 'gets', 'colder', 'one', 'note', 'i', 'am', '5', '1', 'and', 'was', 'required', 'to', 'size', 'down', 'to', 'an', 'xs', 'in', 'this', 'dress', 'due', 'to', 'length', 'the', 'xs', 'is', 'perfect', 'for', 'work', 'as', 'it', 'hits', 'me', 'slightly', 'above', 'my', 'knees', ',5,1,1', 'general', 'dresses', 'dresses'] ['8378,1092,43', 'really', 'lovely', 'touches', 'kind', 'of', 'excited', 'about', 'this', 'little', 'number', 'i', 'found', 'it', 'online', 'and', 'was', 'immediately', 'drawn', 'to', 'the', 'boho-chic', 'look', 'it', 'arrived', 'and', 'i', 'was', 'impressed', 'with', 'the', 'weight', 'of', 'the', 'dress', 'and', 'the', 'detailing', 'that', 'is', 'missed', 'in', 'the', 'photo.,5,1,1', 'general', 'dresses', 'dresses'] ['8379,1092,38', 'comfortable', 'with', 'great', 'details', 'this', 'is', 'a', 'great', 'easy-to-wear', 'dress', 'with', 'lovely', 'beaded', 'detailing', 'all', 'over', 'the', 'front', 'bodice', 'and', 'ladder', 'lace', 'trim', 'running', 'the', 'length', 'of', 'the', 'sleeves', 'easily', 'dressed', 'up', 'or', 'down', 'i', 'usually', 'wear', 'petites', 'but', 'ordered', 'the', 'regular', 'size', 'based', 'on', 'previous', 'reviews', 'and', 'the', 'slightly', 'longer', 'length', 'was', 'perfect', 'for', 'me', 'it', 'hit', 'just', 'above', 'the', 'knees', 'there', 'were', 'a', 'few', 'beads', 'that', 'were', 'coming', 'a', 'little', 'loose', 'so', 'i', 'did', 'have', 'to', 'secure', 'those', 'but', 'it', 'was', "n't", 'a', 'big', 'deal', 'for', 'me', 'as', 'i', "'m", 'pretty', 'comfortable', 'with', 'light', 'mending', 'et', ',5,1,1', 'general', 'dresses', 'dresses'] ['8380,1092,31', 'fabulous', 'fall', 'dress', 'this', 'dress', 'is', 'beautiful', 'the', 'pattern', 'is', 'pretty', 'and', 'the', 'beading', 'detail', 'is', 'stunning', 'i', 'immediately', 'received', 'many', 'compliments', 'the', 'first', 'day', 'i', 'wore', 'it', 'i', 'do', 'think', 'it', 'is', 'a', 'little', 'short', 'so', 'i', 'bought', 'a', 'size', 'up', 'i', 'also', 'like', 'loose', 'fitting', 'clothing', 'and', 'i', 'wore', 'it', 'with', 'bare', 'legs', 'and', 'boots', 'and', 'felt', 'ok', 'will', 'likely', 'add', 'leggings', 'or', 'tights', 'as', 'the', 'weather', 'gets', 'cooler', ',5,1,1', 'general', 'dresses', 'dresses'] ['8381,1094,54', 'perfect', 'fall', 'dress', 'this', 'dress', 'is', 'more', 'beautiful', 'in', 'person', 'than', 'it', 'is', 'online', 'during', 'the', 'fall/winter', 'i', 'love', 'to', 'wear', 'dresses', 'with', 'tights', 'and', 'pair', 'them', 'with', 'boots', 'this', 'dress', 'is', 'so', 'cute', 'the', 'material', 'is', 'pretty', 'thin', 'but', 'lined', 'and', 'flowey', 'i', 'am', '5', '9', '34', 'b', 'bra', '27', 'inch', 'waist', 'and', 'a', 'size', '2', 'was', 'great', 'the', 'dress', 'itself', 'is', 'pretty', 'shapeless', 'but', 'string', 'around', 'the', 'waist', 'is', 'adjustable', 'to', 'make', 'it', 'fit', 'you', 'the', 'right', 'way', 'giving', 'it', 'some', 'shape', 'the', 'v', 'neckline', 'is', 'definitely', 'more', 'attractive', 'in', 'person', 'than', 'in', 'the', 'pictures', 'and', 'the', 'stitchin', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['8382,1092,39', 'tons', 'of', 'compliments', 'wore', 'this', 'to', 'work', 'and', 'nearly', 'everyone', 'complimented', 'me', 'on', 'it', 'very', 'comfortable', 'lots', 'of', 'detailing', 'perfect', 'for', 'fall', 'pockets', 'i', "'m", 'usually', 'somewhere', 'between', 'a', 's', 'and', 'm', 'but', 'this', 'piece', 'was', 'generously', 'cut', 'and', 'a', 's', 'was', 'perfect', 'i', 'debated', 'ordering', 'the', 'petite', 'but', 'actually', 'the', 'regular', 'cut', 'was', 'the', 'perfect', 'length', 'even', 'though', 'i', "'m", 'only', '5', '4', ',5,1,0', 'general', 'dresses', 'dresses'] ['8383,1092,42', 'transitioning', 'seasons', 'dress', 'this', 'dress', 'was', 'one', 'of', 'those', 'incidental', 'finds', 'i', 'saw', 'in-store', 'while', 'making', 'an', 'online', 'return', 'for', 'whatever', 'reason', 'i', 'did', "n't", 'notice', 'this', 'one', 'online', 'but', 'loved', 'it', 'in', 'person', 'the', 'fit', 'is', 'easy', 'going', 'and', 'flattering', 'i', 'took', 'a', 'small', 'as', 'the', 'shoulder', 'fit', 'would', "'ve", 'been', 'a', 'little', 'tight', 'in', 'the', 'xs', 'great', 'dress', 'for', 'transitioning', 'seasons', ',5,1,2', 'general', 'dresses', 'dresses'] ['8384,1092,62', 'beautiful', 'i', 'grabbed', 'this', 'immediately', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'the', 'details', 'are', 'beautiful', 'beading', 'embroidery', 'and', 'small', 'opening', 'details', 'on', 'the', 'arms', 'from', 'a', 'practicality', 'standpoint', 'it', 'has', 'pockets', 'it', "'s", 'machine', 'washable', 'and', 'it', 'can', 'easily', 'be', 'worn', 'as', 'is', 'with', 'black', 'leggings', 'or', 'tall', 'boots', 'in', 'fall', 'and', 'then', 'throw', 'an', 'additional', 'chunky', 'ivory', 'cardigan', 'on', 'for', 'winter', 'for', 'sizing', 'i', 'am', 'usually', 'a', 'size', 's', 'and', 'found', 'it', 'to', 'fit', 'loosely', 'but', 'in', 'comfortable', 'slightlyyyy', 'swingy', 'way', 'if', 'i', 'had', 'sized', 'down', 'the', 'shoulder', 'seam', ',5,1,54', 'general', 'dresses', 'dresses'] ['8385,1046,41', 'nice', 'design', 'but', 'high', 'maintenance', 'fabric', 'i', 'like', 'the', 'style', 'and', 'the', 'design', 'of', 'this', 'culottes', 'but', 'the', 'texture', 'of', 'the', 'fabric', 'will', 'caught', 'on', 'any', 'rough', 'surface', 'i', 'had', 'a', 'few', 'loose', 'loops', 'for', 'just', 'one', 'wear', 'so', 'it', 'will', 'be', 'nice', 'to', 'wear', 'for', 'work', 'or', 'shopping', 'but', 'not', 'good', 'to', 'go', 'to', 'the', 'park', 'or', 'play', 'with', 'kids', ',3,0,1', 'general', 'bottoms', 'pants'] ['8386,1092,57', 'sweet', 'little', 'dress', 'i', 'was', 'not', 'so', 'sure', 'i', 'would', 'like', 'this', 'dress', 'as', 'i', 'was', 'afraid', 'it', 'may', 'be', 'too', 'boxy', 'looking', 'per', 'other', 'reviews', 'i', 'took', 'a', 'chance', 'i', 'love', 'it'] ['so', 'sweet', 'with', 'my', 'grey', 'boots', 'and', 'just', 'dressy', 'enough', 'but', 'still', 'casual', 'and', 'fun'] ['detail', 'work', 'is', 'very', 'nicely', 'done', ',5,1,1', 'general', 'dresses', 'dresses'] ['8387,1092,29', 'stunning', 'dress', 'this', 'dress', 'is', 'beautiful', 'and', 'extremely', 'well', 'made', 'there', 'is', 's', 'little', 'more', 'weight', 'to', 'the', 'fabric', 'than', 'i', 'had', 'assumed', 'but', 'it', "'s", 'nice', 'for', 'fall/transition/cooler', 'temps', 'i', "'m", 'so', 'sad', 'that', 'i', 'will', 'most', 'likely', 'return', 'this', 'dress', 'because', 'it', "'s", 'just', 'not', 'working', 'on', 'my', 'postpartum', 'body', 'but', 'there', 'is', 'a', 'part', 'of', 'me', 'that', 'wants', 'to', 'keep', 'it', 'because', 'of', 'how', 'stunning', 'it', 'is.,5,1,1', 'general', 'dresses', 'dresses'] ['8388,1054,42', 'had', 'high', 'hopes', 'i', 'ordered', 'this', 'in', 'a', 'small', 'and', 'medium', 'hoping', 'one', 'would', 'work', 'but', 'the', 'previous', 'reviews', 'were', 'exactly', 'correct', 'the', 'bodice', 'is', 'way', 'too', 'small', 'in', 'proportion', 'to', 'the', 'rest', 'of', 'the', 'jumpsuit', 'the', 'bottom', 'has', 'lots', 'of', 'fabric', 'which', 'would', "n't", 'be', 'bad', 'except', 'you', 'have', 'to', 'go', 'up', 'a', 'size', 'to', 'make', 'the', 'bodice', 'fit', 'then', 'the', 'bottom', 'becomes', 'overwhelming', 'i', 'am', '5', '5', 'and', '115', 'so', 'i', 'have', 'a', 'slim', 'build', 'and', 'could', "n't", 'get', 'the', 'bodice', 'to', 'zip', 'in', 'a', 'small', 'the', 'medium', 'would', 'have', 'needed', 'altering', 'which', 'would', "n't", 'have', 'fixed', 'the', 'extra', 'fabric', 'on', 'th', ',2,0,0', 'general', 'bottoms', 'pants'] ['8389,823,27', ',,5,1,0', 'general', 'tops', 'blouses'] ['8390,1046,61', 'not', 'machine', 'washable', 'these', 'are', 'beautiful', 'and', 'very', 'comfy', 'they', 'do', 'run', 'very', 'large', 'i', 'ordered', 'the', 'green', 'in', 'medium', 'and', 'deciding', 'wether', 'to', 'exchange', 'for', 'a', 'small', 'the', 'washing', 'instructions', 'in', 'the', 'pants', 'are', 'to', 'dry', 'clean', 'for', 'best', 'results', 'the', 'description', 'needs', 'to', 'be', 'updated', 'to', 'reflect', 'this.,4,1,4', 'general', 'bottoms', 'pants'] ['8391,823,35', 'love', 'this', 'top', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'who', 'said', 'she', 'can', 'not', 'believe', 'it', "'s", 'not', 'flying', 'off', 'the', 'shelf', 'this', 'looks', 'gorgeous', 'on', 'and', 'the', 'fit', 'is', 'perfect', 'i', 'ordered', 'my', 'usual', 'size', 'm.', 'i', 'am', '5', '3', '34dd', 'and', 'it', 'looks', 'amazing', 'it', 'is', 'breezy', 'and', 'flowing', 'but', 'without', 'the', 'baggy', 'look', 'it', 'is', 'so', 'cute', 'with', 'jeans', 'or', 'leggings', 'the', 'fabric', 'is', 'the', 'perfect', 'weight-', 'light', 'but', 'still', 'thick', 'enough', 'that', 'it', "'s", 'comfortable', 'and', 'my', 'light', 'bra', 'is', 'not', 'seen', 'underneath', 'love', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['8392,1092,48', ',great', 'dress', 'fits', 'perfectly', 'will', 'be', 'perfect', 'in', 'the', 'winter', 'and', 'with', 'leggings.,5,1,2', 'general', 'dresses', 'dresses'] ['8393,1046,37', 'lovely', 'design', 'quality', 'horrendous.', 'i', 'adore', 'the', 'feel', 'and', 'cut', 'of', 'these', 'culottes', 'but', 'the', 'quality', 'has', 'diminished', 'my', 'faith', 'in', 'retailer', 'picks', 'piles', 'and', 'serious', 'wear', 'and', 'tear', 'after', 'just', 'one', 'day', 'i', 'feel', 'as', 'if', 'i', 'wasted', 'my', 'money', ',2,0,0', 'general', 'bottoms', 'pants'] ['8394,1054,50', 'bad', 'fit', 'i', 'had', 'high', 'hopes', 'for', 'this', 'jumpsuit', 'for', 'a', 'holiday', 'party', 'but', 'it', 'is', 'a', 'very', 'odd', 'fit', 'i', "'m", 'normally', 'a', '10-12', 'preferably', 'a', 'petite', 'i', 'ordered', 'this', 'in', 'a', 'large', 'and', 'i', 'could', "n't", 'begin', 'to', 'zip', 'it', 'up', 'it', 'also', 'ran', 'extremely', 'short', 'in', 'the', 'crotch', 'area', 'very', 'pretty', 'print', 'but', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'bottoms', 'pants'] ['8395,1092,39', 'great', 'dress', 'for', 'fall', 'the', 'dress', 'is', 'as', 'great', "'in", 'person', 'as', 'it', 'shows', 'in', 'the', 'pictures', 'if', 'you', 'usually', 'buy', 'petite', 'keep', 'in', 'mind', 'that', 'you', 'may', 'like', 'the', 'regular', 'size', 'if', 'you', 'prefer', 'the', 'llonger', 'look', 'if', 'you', 'prefer', 'a', 'shorter', 'length', 'go', 'for', 'the', 'petite', 'size', 'if', 'this', 'is', 'what', 'you', 'usually', 'get', 'i', 'am', '5.3', '117', 'lbs', 'and', 'tried', 'both', 'xs', 'regular', 'and', 'xs', 'petite', 'i', 'ultimately', 'went', 'with', 'the', 'regular', 'size', 'as', 'i', 'preferred', 'the', 'longer', 'length'] ['everything', 'about', 'this', 'dress', 'is', 'perfect', 'the', 'color', 'the', 'material', 'the', 'cut', 'highly', 'recommended', 'as', 'a', 'transition', ',5,1,1', 'general', 'dresses', 'dresses'] ['8396,1092,33', 'compliments', 'galore', 'love', 'this', 'so', 'much', 'it', "'s", 'beautiful', 'and', 'i', 'get', 'tons', 'of', 'compliments', 'it', "'s", 'a', 'touch', 'short', 'as', 'a', 'dress', 'but', 'looks', 'amazing', 'with', 'leggings', ',5,1,1', 'general', 'dresses', 'dresses'] ['8397,134,25', ',love', 'these', 'they', 'are', 'thick', 'and', 'comfortable', 'they', 'feel', 'like', 'sweat', 'pants', 'but', 'are', 'cute', 'enough', 'to', 'wear', 'out', 'if', 'you', 'are', 'running', 'quick', 'errands', 'definitely', 'recommend', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['8398,1038,51', 'i', 'love', 'these', 'jeans', 'these', 'are', 'so', 'comfy', 'i', 'will', 'wear', 'them', 'for', '3', 'seasons', 'so', 'worth', 'it', 'especially', 'on', 'sale.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['8399,1038,36', 'stylish', 'and', 'comfy', 'great', 'fit', 'and', 'dark', 'color', 'thick', 'yet', 'very', 'soft', 'denim', 'only', 'surprise', 'for', 'me', 'was', 'that', 'the', 'lacing', 'is', 'in', 'the', 'front', 'i', 'was', 'expecting', 'it', 'to', 'be', 'on', 'the', 'sides', 'but', 'i', 'love', 'them', 'anyway', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['8400,1092,32', 'perfect', 'fall', 'number', 'this', 'dress', 'is', 'amazing', 'beautiful', 'and', 'perfect', 'for', 'fall', 'the', 'colors', 'and', 'beading', 'are', 'so', 'much', 'better', 'in', 'person', 'the', 'pockets', 'are', 'an', 'added', 'bonus', 'i', "'m", 'typically', 'a', 'xs', 'but', 'sized', 'up', 'to', 'a', 's', 'only', 'because', 'i', 'felt', 'the', 'sleeves', 'were', 'tight', 'and', 'across', 'the', 'bust', 'was', 'tighter', 'than', 'i', "'d", 'like', 'when', 'moving', 'my', 'arms', 'the', 'xs', 'would', 'have', 'worked', 'but', 'the', 's', 'is', 'perfect', 'comfort', 'i', 'highly', 'recommend', 'this', 'beauty', 'for', 'reference', 'i', "'m", '5', '2', '120', 'lbs', ',5,1,3', 'general', 'dresses', 'dresses'] ['8401,1054,28', 'beautiful', 'jumpsuit', 'absolutely', 'love', 'this', 'jumpsuit', 'i', 'am', '5', '2', '/103lbs', 'and', 'the', 'xs', 'fits', 'perfectly', 'i', 'am', 'typically', 'an', 'xs/00', 'when', 'i', 'read', 'previous', 'reviews', 'i', 'was', 'quite', 'excited', 'to', 'read', 'that', 'most', 'people', 'found', 'it', 'to', 'be', 'short', 'waisted', 'the', 'waist', 'band', 'actually', 'hits', 'my', 'natural', 'waist', 'just', 'how', 'it', 'is', 'pictured', 'on', 'the', 'model', 'which', 'never', 'happens', 'great', 'quality', 'thick', 'fabric', 'and', 'the', 'pleats', 'in', 'the', 'front', 'are', 'beautiful', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'bottoms', 'pants'] ['8402,1046,34', 'these', 'pants', 'are', 'lovely', 'and', 'comfortable', 'but', 'they', 'are', 'entirely', 'too', 'delicate', 'i', 'wore', 'them', 'once', 'and', 'nearly', 'any', 'time', 'something', 'touched', 'them', 'they', 'snagged', 'i', 'was', 'worried', 'about', 'it', 'when', 'i', 'saw', 'the', 'fabric', 'and', 'thought', 'i', "'d", 'give', 'it', 'a', 'try', 'but', 'i', 'did', "n't", 'think', 'it', 'would', 'be', 'this', 'bad', 'for', 'the', 'price', 'i', 'expect', 'better', 'quality', 'also', 'they', 'run', 'a', 'little', 'large-', 'unless', 'i', 'pull', 'the', 'waist', 'down', 'low', 'it', 'gaps', 'in', 'the', 'back', 'and', 'these', 'look', 'better', 'worn', 'a', 'little', 'bit', 'higher', 'closer', 'to', 'the', 'natural', 'waist', 'i', "'m", 'usually', 'a', '4/6', '28/29', 'in', 'b', ',3,0,7', 'general', 'bottoms', 'pants'] ['8403,1074,41', 'fall', 'dress', 'i', 'think', 'this', 'is', 'the', 'perfect', 'fall', 'dress', 'i', 'did', 'not', 'have', 'the', 'cleavage', 'issue', 'because', 'i', 'am', 'going', 'to', 'wear', 'the', 'little', 'button', 'buttoned', 'at', 'the', 'top', 'i', 'like', 'the', 'sleeves', 'can', 'be', 'pushed', 'up', 'or', 'down', 'depending', 'upon', 'your', 'weather', 'i', 'thought', 'it', 'be', 'very', 'slenderizing', 'i', 'am', 'thin', 'on', 'top', 'but', 'curvy', 'on', 'the', 'bottom', 'i', "'m", 'going', 'to', 'wear', 'it', 'with', 'closed', 'toe', 'wedges', 'but', 'if', 'my', 'legs', 'were', 'thinner', 'i', 'think', 'tall', 'boots', 'would', 'be', 'pretty.,4,1,0', 'general', 'dresses', 'dresses'] ['8404,1092,41', 'tunic', 'not', 'dress', 'this', 'is', 'absolutely', 'beautiful', 'but', 'i', 'am', 'only', '5', '6', 'and', 'the', 'dress', 'hits', 'my', 'thigh', 'about', 'the', 'same', 'place', 'as', 'it', 'does', 'on', 'the', 'model', 'one', 'lean', 'over', 'to', 'pick', 'up', 'my', 'purse', 'off', 'the', 'floor', 'and', 'i', 'will', 'flash', 'everyone', 'so', 'i', 'am', 'going', 'to', 'wear', 'it', 'with', 'dark', 'denim', 'leggings', 'and', 'tall', 'boots', 'likewise', 'i', 'did', 'not', 'detect', 'even', 'a', 'speck', 'of', 'black', 'to', 'me', 'it', 'is', 'navy', 'and', 'purple', 'i', 'was', 'wishing', 'it', 'had', 'black', 'because', 'those', 'are', 'my', 'favorite', 'leggings', 'but', 'quite', 'honestly', 'i', 'think', 'you', "'re", 'going', 'to', 'have', 'to', 'do', 'navy', 'or', 'denim', ',5,1,0', 'general', 'dresses', 'dresses'] ['8405,1092,35', 'great', 'everyday', 'dress', 'this', 'dress', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'have', 'a', 'very', 'business', 'casual', 'job', 'but', 'wearing', 'jeans', 'and', 'blouses', 'can', 'get', 'boring', 'so', 'i', "'m", 'constantly', 'on', 'the', 'lookout', 'for', 'easy', 'go-to', 'dresses', 'that', 'i', 'can', 'throw', 'on', 'year', 'round', 'with', 'flats', 'booties', 'sandals', 'etc', 'this', 'dress', 'is', 'exactly', 'what', 'i', 'had', 'in', 'mind', 'and', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'in', 'the', 'fall/spring', 'with', 'booties', 'and', 'in', 'the', 'winter', 'with', 'tights', ',4,1,1', 'general', 'dresses', 'dresses'] ['8406,864,46', 'comfortable', 'bought', 'this', 'at', 'sale', 'price', 'pretty', 'in', 'person', 'and', 'soft', 'comfortable', 'runs', 'really', 'big', 'size', 'down'] ['i', 'got', 'it', 'in', 'my', 'usual', 'size', 'l', 'but', 'will', 'have', 'to', 'exchange', 'for', 'an', 'm.', ',5,1,2', 'general', 'tops', 'knits'] ['8407,864,31', 'cool', 'shirt', 'this', 'shirt', 'is', 'boxy', 'but', 'as', 'the', 'pictures', 'clearly', 'shows', 'that', 'is', 'the', 'design', 'of', 'it', 'if', 'you', 'know', 'how', 'to', 'style', 'outfits', 'it', "'s", 'a', 'great', 'buy', 'i', 'really', 'like', 'it', 'i', "'m", 'tall', 'and', 'slender', 'so', 'it', "'s", 'a', 'bit', 'easier', 'for', 'me', 'to', 'pull', 'this', 'off', 'the', 'design', 'and', 'color', 'are', 'just', 'really', 'neat', 'really', 'cool', 'shirt', 'for', 'the', 'fall', ',5,1,1', 'general', 'tops', 'knits'] ['8408,134,36', 'worth', 'the', 'money', 'i', 'did', 'buy', 'these', 'when', 'they', 'were', '40', 'off', 'the', 'sale', 'price', 'well', 'worth', 'it', 'they', 'are', 'comfortable', 'thick', 'but', 'not', 'too', 'warm', 'they', 'are', 'my', "'nice", 'home', 'pants', 'to', 'wear', 'outside', 'i', 'love', 'them', 'i', 'got', 'a', 'large', 'and', 'they', 'fit', 'on', 'the', 'baggy', 'side', 'but', 'not', 'bad', 'i', "'m", 'usually', 'a', 'large', 'or', 'xl', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['8409,1046,41', 'yessssss', 'a', 'culotte', 'and', 'basketball', 'short', 'hybrid', 'these', 'culottes', 'are', 'heaven', 'very', 'comfortable', 'the', 'are', 'great', 'on', 'windy', 'summer', 'days', 'or', 'walking', 'around', 'the', 'city', 'between', 'the', 'buildings', 'are', 'like', 'wind', 'tunnels', 'the', 'waist', 'does', 'run', 'alittle', 'large', 'i', 'have', 'a', '29-30in', 'waist', 'and', 'the', 'medium', 'petite', 'fit', 'my', 'lower', 'waist', 'but', 'is', 'large', 'on', 'my', 'natural', 'waist', 'a', 'small', 'petite', 'would', 'be', 'better', 'so', 'size', 'down', 'one', 'size', 'on', 'the', 'waist', 'plus', 'the', 'waist', 'band', 'is', 'stretchy', 'so', 'there', 'is', 'a', 'lot', 'of', 'forgiveness', 'in', 'sizing', 'down', 'plus', 'the', 'petite', "'s", 'le', ',5,1,0', 'general', 'bottoms', 'pants'] ['8410,1046,69', 'these', 'culottes', 'run', 'very', 'large', 'more', 'than', '2', 'inches', 'of', 'gaping', 'waist', 'band', 'in', 'my', 'usual', 'size', 'i', 'would', 'have', 'kept', 'them', 'if', 'they', 'had', 'fit', 'although', 'sitting', 'in', 'them', 'on', 'a', 'hot', 'day', 'might', 'cause', 'major', 'wrinkling', ',3,1,5', 'general', 'bottoms', 'pants'] ['8411,1092,22', 'cute', 'but', 'just', 'not', 'right', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'but', 'felt', 'that', 'it', 'did', "n't", 'look', 'great', 'on', 'really', 'sad', 'it', 'did', "n't", 'work', 'out', 'felt', 'like', 'it', 'was', 'too', 'short', 'and', 'the', 'drop', 'waist', 'was', 'awkward', 'and', 'looked', 'childish', 'beautiful', 'fabric', 'and', 'design', 'if', 'it', 'fits', 'you', 'well', 'though', ',4,0,1', 'general', 'dresses', 'dresses'] ['8412,1092,59', ',love', 'this', 'dress', 'will', 'go', 'from', 'fall', 'to', 'winter', 'so', 'comfy', 'got', 'it', 'in', 'medium', 'and', 'fits', 'great.,5,1,2', 'general', 'dresses', 'dresses'] ['8413,1094,45', 'for', 'curvy', 'or', 'tall', 'not', 'for', 'the', 'waist', 'challenged', 'the', 'fabric', 'so', 'diaphanous', 'so', 'flowy', 'the', 'pattern', 'so', 'pretty', 'with', 'such', 'interesting', 'colors', 'it', 'could', 'literally', 'go', 'with', 'anything', 'purple', 'yellow', 'orange', 'green', 'they', "'re", 'all', 'in', 'there', 'but', 'here', "'s", 'the', 'but'] [] ['i', 'have', 'no', 'waist', 'and', 'when', 'you', 'put', 'this', 'type', 'of', 'empire', 'silhouette', 'on', 'me', 'i', 'look', 'like', 'i', "'m", 'wearing', 'a', 'sack', 'or', 'i', 'have', 'some', 'pregnancy', 'news', 'when', 'i', 'do', "n't", 'i', 'tried', 'belting', 'it', 'waist', 'tie', 'is', 'too', 'high', 'i', 'tried', 'putting', 'on', 'a', 'vest', 'too', 'annie', 'hall', 'and', 'called', 'too', 'much', 'attention', 'to', 'the', 'sleeves', 'while', 'adding', ',3,0,5', 'general', 'dresses', 'dresses'] ['8414,1092,42', 'beautiful', 'and', 'versatile', 'very', 'flattering', 'i', 'am', 'petite', 'but', 'have', 'large', 'breasts', 'so', 'i', 'expected', 'this', 'dress', 'to', 'look', 'boxy', 'on', 'me', 'but', 'the', 'flowy', 'fabric', 'falls', 'perfectly', 'on', 'the', 'body', 'and', 'shows', 'just', 'the', 'right', 'amount', 'of', 'shape', 'the', 'pattern', 'is', 'beautiful', 'and', 'perfect', 'for', 'the', 'cooler', 'seasons', 'the', 'dress', 'is', 'also', 'very', 'versatile', 'it', 'can', 'be', 'dressed', 'up', 'with', 'heels', 'and', 'a', 'jacket', 'or', 'down', 'with', 'flats', 'and', 'a', 'denim', 'vest', 'or', 'jacket', 'i', 'know', 'i', "'m", 'going', 'to', 'wear', 'this', 'dress', 'over', 'and', 'over', 'this', 'fall', 'and', 'winter', ',5,1,1', 'general', 'dresses', 'dresses'] ['8415,1092,33', ',,5,1,0', 'general', 'dresses', 'dresses'] ['8416,1092,60', 'so', 'much', 'detail', 'there', 'is', 'so', 'much', 'going', 'on', 'on', 'this', 'dress', 'it', "'s", 'fantastic', 'hard', 'to', 'tell', 'from', 'pics', 'but', 'there', 'is', 'a', 'peek-a-boo', 'lattice', 'detail', 'going', 'down', 'the', 'front', 'and', 'back', 'of', 'the', 'sleeves', 'the', 'beading', 'is', 'plentiful', 'but', 'not', 'too', 'much', 'for', 'work', 'dress', 'is', 'significantly', 'longer', 'on', 'me', 'than', 'the', 'model', 'i', "'m", '5', '6', 'but', 'still', 'a', 'tad', 'above', 'the', 'knee', 'with', 'tall', 'boots', 'or', 'booties', 'and', 'tights', 'this', 'will', 'go', 'straight', 'from', 'work', 'to', 'out', 'for', 'the', 'evening', 'i', "'m", 'real', 'long', 'waisted', 'originally', 'ordered', 'm', 'but', 'exchanged', 'for', 'l.', 'much', 'better', 'fit', 'overa', ',5,1,2', 'general', 'dresses', 'dresses'] ['8417,1046,29', 'beautiful', 'if', 'you', "'re", 'tall', 'enough', 'these', 'pants', 'are', 'really', 'beautiful', 'the', 'material', 'feels', 'nice', 'and', 'i', 'love', 'the', 'pull', 'on', 'style', 'however', 'they', 'are', 'much', 'too', 'long', 'for', 'me', 'i', "'m", '5', '3', 'and', 'they', 'literally', 'hang', 'to', 'my', 'ankles', 'which', 'is', 'not', 'at', 'all', 'flattering', 'like', 'the', 'photos', 'i', 'think', 'if', 'you', 'are', 'tall', 'enough', 'these', 'are', 'a', 'wonderful', 'piece', ',3,1,0', 'general', 'bottoms', 'pants'] ['8418,1074,50', 'beautiful', 'beautiful', 'and', 'good', 'quality', 'dress', 'the', 'pictures', 'nor', 'the', 'description', 'really', 'show', 'or', 'mention', 'the', 'keyhole', 'cut', 'at', 'the', 'front', 'neckline', 'you', 'really', 'have', 'to', 'look', 'very', 'closely', 'at', 'the', 'model', 'photos', 'to', 'see', 'it', 'unlike', 'the', 'model', 'i', 'have', 'curves', 'and', 'this', 'dress', 'showed', 'way', 'too', 'much', 'cleavage', 'for', 'me', ',3,1,0', 'general', 'dresses', 'dresses'] ['8419,1092,45', 'a', 'must', 'have', 'dress', 'this', 'dress', 'is', 'so', 'much', 'better', 'in', 'person', 'than', 'pictures', 'details', 'on', 'the', 'sleeves', 'and', 'buttons', 'on', 'the', 'front', 'shows', 'quality', 'and', 'makes', 'it', 'an', 'original', 'looking', 'dress', 'i', "'ve", 'wore', 'it', 'yesterday', 'for', 'the', 'first', 'time', 'and', 'received', '4', 'compliments', 'buy', 'before', 'it', 'sells', 'out', ',5,1,1', 'general', 'dresses', 'dresses'] ['8420,1003,36', 'a', 'step', 'above', 'basic', 'great', 'knee', 'length', 'lovely', 'twirl', 'and', 'drape', 'though', 'a', 'staple', 'piece', 'the', 'material', 'and', 'the', 'blend', 'of', 'the', 'navy', 'and', 'black', 'bring', 'this', 'skirt', 'up', 'a', 'notch', 'pull', 'on', 'styling', 'i', 'purchased', 'a', 'small', 'and', 'returned', 'it', 'for', 'an', 'extra', 'small', 'as', 'it', 'was', 'too', 'large', 'in', 'the', 'waist', 'i', 'like', 'my', 'skirts', 'to', 'sit', 'at', 'the', 'natural', 'waist', 'and', 'with', 'the', 'style', 'of', 'this', 'skirt', 'i', 'think', 'that', 'would', 'look', 'most', 'flattering', 'and', 'slimming', 'my', 'waist', 'is', 'abt', '26/27', 'for', 'reference', '34c', 'bust', 'and', 'hips', 'abt', '35/36', 'and', 'typically', 'a', '2/4', 'at', 'retailer', 'the', 'skirt', 'is', 'quite', 's', ',5,1,3', 'general', 'bottoms', 'skirts'] ['8421,1046,26', 'the', 'dip', 'your', 'toes', 'in', 'the', 'culotte', 'trend', 'pant', 'i', 'skipped', 'over', 'these', 'when', 'they', 'first', 'cme', 'in', 'store', 'but', 'it', 'was', 'reccomended', 'to', 'me', 'to', 'try', 'them', 'on', 'so', 'i', 'did', 'and', 'i', 'loved', 'them', 'they', 'look', 'like', 'a', 'skirt', 'which', 'is', 'amazing', 'but', 'you', 'wo', "n't", 'be', 'worrying', 'on', 'those', 'breezy', 'days', 'they', 'run', 'very', 'big', 'i', "'m", 'usually', 'a', '26/27', 'or', '2/4', 'in', 'pants', 'and', 'i', 'got', 'the', 'xs', 'and', 'feel', 'like', 'i', 'could', 'have', 'even', 'sized', 'down', 'but', 'that', "'s", 'the', 'smallest', 'size', 'carried', 'in', 'store', 'i', 'got', 'them', 'in', 'the', 'green', 'because', 'i', 'felt', 'that', 'the', 'color', 'went', 'more', 'with', 'the', 'casual', 'feel', 'of', 'the', 'pant', 'if', 'you', 'are', 'interested', 'i', ',5,1,14', 'general', 'bottoms', 'pants'] ['8422,134,55', 'comfy', 'nice', 'feminine', 'pattern', 'with', 'a', 'thick', 'fabric', 'it', "'s", 'great', 'having', 'pockets', 'the', 'white', 'is', 'ivory', 'i', "'m", 'a', 'size', '4', 'and', 'the', 'small', 'fits', 'nicely', 'it', 'would', 'be', 'nice', 'if', 'the', 'pant', 'length', 'was', 'a', 'little', 'longer', 'i', 'have', 'a', '31', 'inseam', 'and', 'they', 'end', 'up', 'being', 'a', 'couple', 'of', 'inches', 'above', 'my', 'ankle', 'but', 'that', "'s", 'just', 'my', 'preference', 'overall', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['8423,1038,58', ',super', 'cute', 'style', 'but', 'runs', 'slightly', 'larger', 'then', 'other', 'ag', 'jeans', 'i', 'have.,5,1,2', 'general', 'bottoms', 'jeans'] ['8424,1046,35', 'very', 'flattering', 'and', 'comfy', 'love', 'em', 'this', 'feels', 'and', 'looks', 'like', 'a', 'ballet', 'skirt', 'on', 'so', 'light', 'and', 'flowy', 'super', 'comfortable', 'just', 'love', 'it', 'extremely', 'flattering', 'cut', 'tiny', 'gathered', 'folds', 'at', 'waistband', 'add', 'pretty', 'detail', 'and', 'create', 'a', 'slimming', 'effect', 'on', 'my', 'tummy', 'what', "'s", 'not', 'to', 'love', 'great', 'pockets', 'too', 'i', 'have', 'a', '34', 'inseam', 'and', 'the', 'length', 'is', 'perfect', 'ordering', 'in', 'both', 'colors', 'now', 'as', 'i', 'can', 'see', 'these', 'becoming', 'my', 'go', 'to', 'bottoms', 'all', 'summer', 'long', ',5,1,1', 'general', 'bottoms', 'pants'] ['8425,1092,27', 'cute', 'dress', 'for', 'fall', 'runs', 'true', 'to', 'size', 'for', 'brand/retailer', 'clothes', 'xs', 'for', '5', '5', '~120lbs', 'but', 'a', 'little', 'tight', 'in', 'the', 'shoulders/biceps', 'if', 'you', 'have', 'fairly', 'developed', 'muscles', 'or', 'just', 'wide', 'shoulders', 'watch', 'out', 'for', 'the', 'skirt', 'riding', 'up', 'when', 'you', 'reach', 'for', 'something', 'or', 'bend', 'over', ',5,1,1', 'general', 'dresses', 'dresses'] ['8426,1092,31', 'great', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'an', 'october', 'wedding', 'in', 'savannah', 'ga.', 'i', 'love', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', "'m", '5', '3', 'and', '112', 'lbs', 'and', 'bought', 'an', 'xs', 'like', 'other', 'reviewers', 'said', 'it', "'s", 'a', 'little', 'tight', 'through', 'the', 'arms', 'i', 'probably', 'could', 'have', 'done', 'an', 'xxs', 'but', 'would', "n't", 'be', 'as', 'comfortable', 'i', "'d", 'recommend', 'this', 'dress', 'to', 'anyone', 'looking', 'for', 'a', 'versatile', 'dress', 'for', 'fall', 'and', 'winter', ',5,1,0', 'general', 'dresses', 'dresses'] ['8427,864,53', 'boxy', 'and', 'big', 'but', 'pretty', 'material', 'another', 'tent-like', 'tee', 'this', 'shirt', 'is', 'thin', 'but', 'not', 'in', 'a', 'bad', 'way', 'and', 'the', 'color', 'and', 'design', 'are', 'really', 'nice', 'but', 'it', 'is', 'really', 'boxy', 'and', 'i', "'m", 'just', 'tired', 'of', 'that', 'look', 'the', 'longer', 'sleeves', 'are', 'a', 'plus', 'for', 'fall.,2,0,7', 'general', 'tops', 'knits'] ['8428,1054,36', 'this', 'makes', 'you', 'feel', 'divine', 'i', 'noticed', 'this', 'outfit', 'earlier', 'this', 'year', 'and', 'remarked', 'to', 'my', 'husband', 'how', 'heavenly', 'it', 'was', 'i', 'could', "n't", 'bring', 'myself', 'to', 'buy', 'it', 'since', 'i', 'shy', 'away', 'from', 'strapless', 'outfits', 'this', 'lady', 'is', 'a', 'small', 'chested', 'diva', 'to', 'my', 'delight-', 'my', 'wonderful', 'husband', 'remembered', 'my', 'gushing', 'and', 'surprised', 'me', 'with', 'this', 'outfit', 'for', 'christmas', 'imagine', 'a', '33-year-old', 'dancing', 'around', 'the', 'house', 'holding', 'up', 'this', 'outfit', 'because', 'that', 'is', 'what', 'happened', 'this', 'outfit', 'it', 'truly', 'a', 'work', 'of', 'art', 'it', 'has', 'a', 'lined', 'bodice', 'with', 'soft', 'boning', 'that', 'fits', 'perfe', ',5,1,0', 'general', 'bottoms', 'pants'] ['8429,1046,38', 'comfy', 'easy', 'pant', 'i', 'am', 'here', 'online', 'to', 'buy', 'this', 'pant', 'in', 'both', 'colors', 'i', 'tried', 'it', 'on', 'today', 'in', 'store', 'in', 'regular', 'lengh', 'but', 'am', 'opting', 'for', 'petite', 'size', 'i', 'am', '5', '2', 'i', 'could', 'have', 'purchased', 'the', 'regular', 'length', 'which', 'hit', 'me', 'above', 'the', 'ankle', 'but', 'i', 'think', 'p', 'will', 'be', 'more', 'flattering', 'and', 'better', 'for', 'summer'] [] ['the', 'pants', 'are', 'a', 'woven', 'material', 'and', 'kindof', 'shiny', 'the', 'pants', 'also', 'may', 'be', 'a', 'bit', 'see-thru', 'in', 'sunshine', 'due', 'to', 'the', 'structure', 'of', 'weave', 'that', 'said', 'i', 'am', 'buying', 'them', 'anyways', 'because', 'they', 'are', 'that', 'comfortable', 'and', 'professional', 'i', 'may', ',5,1,14', 'general', 'bottoms', 'pants'] ['8430,1003,54', 'nice', 'skirt', 'nice', 'skirt', 'texture', 'pattern', 'gives', 'it', 'character', 'does', 'run', 'a', 'bit', 'large.,5,1,0', 'general', 'bottoms', 'skirts'] ['8431,1094,51', 'love', 'i', 'was', 'super', 'hesitant', 'to', 'try', 'this', 'dress', 'on', 'it', 'did', "n't", 'look', 'great', 'online', 'or', 'on', 'the', 'hanger', 'but', 'it', 'looked', 'great', 'on', 'it', 'has', 'a', 'very', 'boho/70s/vintage', 'feel', 'i', 'am', 'curvy', 'and', 'it', 'looked', 'fabulous', ',5,1,7', 'general', 'dresses', 'dresses'] ['8432,1092,37', 'fall', 'staple', 'super', 'cute', 'dress', 'for', 'fall', 'detail', 'is', 'much', 'more', 'intricate', 'than', 'what', 'you', 'are', 'able', 'to', 'see', 'online', 'not', 'too', 'long', 'and', 'will', 'look', 'perfect', 'with', 'tights', 'and', 'boots.,4,1,1', 'general', 'dresses', 'dresses'] ['8433,1046,41', 'my', 'go', 'to', 'bpttoms', 'this', 'summer', 'i', 'fell', 'in', 'love', 'with', 'these', 'bottoms', 'at', 'first', 'site', 'i', 'was', 'a', 'little', 'worried', 'they', 'would', 'not', 'work', 'for', 'me', 'because', 'i', "'m", 'a', 'curvy', 'size', '12/14', 'but', 'to', 'my', 'surprise', 'they', 'look', 'great', 'i', 'tried', 'on', 'the', 'large', 'as', 'that', 'is', 'what', 'i', 'usually', 'wear', 'at', 'retailer', 'but', 'i', 'was', 'able', 'to', 'size', 'down', 'to', 'a', 'medium', 'which', 'was', 'great', 'cause', 'it', 'minmized', 'some', 'of', 'the', 'fullness', 'for', 'me', 'they', 'are', 'light', 'and', 'breezy', 'and', 'will', 'be', 'the', 'perfect', 'alternative', 'from', 'shorts', 'which', 'i', 'hate', 'they', 'are', 'so', 'worth', 'trying', ',5,1,2', 'general', 'bottoms', 'pants'] ['8434,1074,37', 'great', 'fall', 'dress', 'this', 'dress', 'is', 'beautiful', 'and', 'the', 'a', 'line', 'shape', 'is', 'very', 'flattering', 'i', "'m", "5'10", 'and', 'it', 'hits', 'just', 'above', 'my', 'knees', 'i', "'m", 'small', 'on', 'top', 'so', 'the', 'keyhole', 'slit', 'is', "n't", 'an', 'issue', 'for', 'me', 'but', 'it', 'does', 'gap', 'more', 'than', 'it', 'does', 'on', 'the', 'model', 'this', 'dress', 'has', 'lots', 'of', 'versatility', 'like', 'another', 'reviewer', 'said', 'you', 'can', 'dress', 'it', 'up', 'with', 'heels', 'or', 'dress', 'it', 'down', 'with', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['8435,1094,39', 'fall', 'flower', 'i', 'almost', 'did', 'not', 'buy', 'this', 'dress', 'because', 'of', 'the', 'poly/rayon', 'construction', 'but', 'i', 'saw', 'some', 'sweet', 'styling', 'on', 'instagram', 'that', 'got', 'me', 'hooked', 'the', 'dress', 'is', 'silky', 'soft', 'and', 'a', 'bit', 'oversized', 'as', 'i', 'purchased', 'the', 'smallest', 'of', 'my', 'size', 'range', 'looks', 'very', 'swingy', 'and', 'free', 'spirited', 'when', 'worn', 'loose', 'cinch', 'the', 'string', 'tie', 'or', 'add', 'a', 'wide', 'belt', 'for', 'a', 'defined', 'waist', 'and', 'beautiful', 'full', 'skirt', 'i', 'have', 'many', 'outfits', 'in', 'mind', 'for', 'this', 'perfect', 'fall', 'dress', 'i', "'m", 'excited', 'to', 'start', 'wearing', 'it', 'my', 'weight', 'has', 'been', 'fluctuating', 'so', 'right', 'now', 'i', "'m", ',5,1,4', 'general', 'dresses', 'dresses'] ['8436,1092,39', 'autumn', 'defined', 'this', 'beautiful', 'dress', 'is', 'the', 'perfect', 'style', 'for', 'fall', 'when', 'i', 'first', 'picked', 'this', 'up', 'i', 'was', 'surprised', 'by', 'how', 'heavy', 'it', 'felt', 'there', 'is', 'so', 'much', 'embroidery', 'i', 'thought', 'the', 'dress', 'was', 'lined', 'with', 'another', 'layer', 'however', 'the', 'fabric', 'is', 'not', 'stiff', 'there', 'are', 'numerous', 'exquisite', 'details', 'including', 'a', 'button', 'up', 'bodice', 'additional', 'embroidery', 'on', 'the', 'skirt', 'and', 'ladder', 'lace', 'on', 'the', 'sleeves'] [] [] ['i', 'sized', 'up', 'to', 'l', 'because', 'of', 'my', 'heavy', 'back/shoulders/upper', 'arms', 'sizing', 'up', 'does', 'make', 'the', 'bodice', 'of', 'the', 'dress', 'look', 'a', 'tad', 'wider', 'but', 'n', ',5,1,40', 'general', 'dresses', 'dresses'] ['8437,1092,41', 'a', 'no', 'brainer', 'this', 'dress', 'is', 'truly', 'a', 'no', 'brainer', 'purchase', 'it', 'is', 'a', 'stunning', 'dress', 'with', 'gorgeous', 'embroidery', 'beading', 'and', 'the', 'color', 'is', 'just', 'perfect', 'for', 'fall', 'i', 'am', 'only', '5', '2', 'and', 'i', 'went', 'with', 'the', 'regular', 'size', 'since', 'i', 'do', "n't", 'like', 'to', 'go', 'too', 'short', 'that', 'said', 'you', 'can', 'totally', 'rock', 'this', 'dress', 'with', 'leggings', 'and', 'boots', 'if', 'it', 'is', 'too', 'short', 'i', 'weigh', '103', 'lbs', 'and', 'i', 'am', 'normally', 'an', 'xxs', 'but', 'i', "'m", 'glad', 'i', 'went', 'with', 'the', 'xs', 'since', 'it', 'would', 'have', 'been', 'too', 'tight', 'at', 'the', 'top', 'and', 'should', 'even', 'be', 'slightly', 'loose', 'fitting', 'on', 'the', 'bottom', 'love', 'everyth', ',5,1,6', 'general', 'dresses', 'dresses'] ['8438,1094,64', 'huge', 'just', 'be', 'prepared', 'this', 'is', 'huge', 'i', 'looked', 'hilarious', 'in', 'my', 'normal', '00p', 'this', 'was', 'in', 'store', 'luckily', 'the', 'the', 'excellent', 'personal', 'stylist', 'warned', 'me', 'i', 'also', 'do', "n't", 'think', 'the', 'colors', 'are', 'as', 'good', 'in', 'person', 'bit', 'dull', 'if', 'it', 'fits', 'you', 'it', 'could', 'be', 'nice', ',3,1,0', 'general', 'dresses', 'dresses'] ['8439,823,32', 'this', 'is', 'a', 'great', 'tunic', 'for', 'those', 'of', 'us', 'who', 'like', 'to', 'wear', 'leggings', 'as', 'pants', 'once', 'in', 'a', 'while', 'it', 'covers', 'all', 'the', 'important', 'parts', 'without', 'being', 'too', 'baggy', 'i', 'found', 'the', 'fabric', 'to', 'be', 'light', 'and', 'comfortable', 'but', 'heavy', 'enough', 'that', 'a', 'light', 'colored', 'bra', 'ca', "n't", 'be', 'seen', 'underneath', 'with', 'it', 'great', 'if', 'you', 'do', "n't", 'feel', 'like', 'wearing', 'multiple', 'layers', ',5,1,0', 'general', 'tops', 'blouses'] ['8440,1046,38', 'not', 'for', 'women', 'with', 'curves', 'i', 'am', 'floored', 'by', 'all', 'of', 'the', 'positive', 'comments', 'about', 'these', 'culottes', 'i', 'can', 'see', 'that', 'they', 'would', 'work', 'for', 'someone', 'who', 'is', 'rail', 'thin', 'and', 'has', 'no', 'hips', 'but', 'for', 'those', 'of', 'us', 'with', 'curves', 'i', "'m", 'a', 'size', '12', 'hourglass', 'these', 'are', 'very', 'unflattering', 'they', 'made', 'me', 'look', 'like', 'i', 'was', 'carrying', 'an', 'extra', '20-30', 'pounds', 'just', 'around', 'the', 'hips', 'so', 'bummed', 'because', 'they', 'look', 'so', 'cute', 'on', 'the', 'model', ',1,0,2', 'general', 'bottoms', 'pants'] ['8441,1092,42', 'cute', 'but', 'too', 'short', 'this', 'dress', 'hit', 'my', 'waist', 'in', 'a', 'weird', 'spot', 'and', 'was', 'too', 'short', 'i', 'would', 'not', 'have', 'felt', 'comfortable', 'bending', 'over', 'it', 'was', 'a', 'tad', 'too', 'full', 'which', 'was', "n't", 'flattering', 'either'] ['i', 'really', 'wanted', 'to', 'love', 'it', 'bc', 'they', 'design', 'is', 'adorable'] ['i', 'need', 'to', 'return', 'it', ',2,0,0', 'general', 'dresses', 'dresses'] ['8442,1046,35', 'reminds', 'me', 'of', 'my', 'mamaw', 'i', 'got', 'these', 'in', 'the', 'mail', 'today', 'and', 'to', 'me', 'they', 'look', 'exactly', 'like', 'the', 'pants', 'my', 'mamaw', 'used', 'to', 'wear', 'in', 'the', '80s', 'they', 'were', 'super', 'comfy', 'but', 'not', 'cute', 'at', 'all', 'on', 'me', 'they', 'do', 'run', 'large', 'like', 'other', 'reviews', 'say', 'i', 'am', 'usually', 'an', '8/10', 'or', 'med', 'and', 'these', 'in', 'the', 'small', 'were', 'the', 'right', 'choice', 'going', 'back', 'because', 'they', 'just', 'look', 'horrible', 'on', 'me', 'though', ',2,0,0', 'general', 'bottoms', 'pants'] ['8443,823,47', 'quirky', 'nice', 'top', 'the', 'material', 'is', 'soft', 'and', 'drapey', 'i', 'like', 'to', 'wear', 'it', 'layered', 'under', 'a', 'shorter', 'shirt', 'or', 'jacket.,5,1,0', 'general', 'tops', 'blouses'] ['8444,863,54', 'thin', 'fabric', 'super', 'cute', 'but', 'the', 'fabric', 'was', 'so', 'thin', 'flimsy', 'i', 'was', 'afraid', 'it', 'would', 'fall', 'apart', 'once', 'it', 'was', 'washed', 'so', 'returned', 'it.,2,0,0', 'general', 'tops', 'knits'] ['8445,205,40', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['8446,863,41', 'fun', 'this', 'does', 'run', 'big', 'but', 'because', 'it', 'is', 'cotton', 'it', 'easily', 'shrinks', 'in', 'the', 'dryer', 'i', 'love', 'it', 'i', 'do', 'wish', 'the', 'color', 'was', 'more', 'saturated/deeper', ',4,1,0', 'general', 'tops', 'knits'] ['8447,863,34', 'cute', 'loose', 'comfortable', 'great', 'for', 'summer.', 'this', 'definitely', 'runs', 'a', 'little', 'large', 'but', 'i', 'love', 'this', 'tee', 'i', 'actually', 'went', 'back', 'and', 'bought', 'it', 'in', 'a', 'second', 'color', 'it', "'s", 'perfect', 'to', 'throw', 'on', 'with', 'shorts', 'this', 'summer', ',4,1,0', 'general', 'tops', 'knits'] ['8448,205,36', 'confortable', 'i', 'am', 'usually', 'a', 'regular', 'xs', 'with', 'retailer', 'tops', 'i', 'took', 'a', 'chance', 'and', 'went', 'with', 'the', 'xxs', 'in', 'blue', 'and', 'am', 'not', 'regretting', 'it', 'super', 'comfortable', 'top', 'fits', 'perfect', 'and', 'will', 'be', 'great', 'for', 'work.,5,1,0', 'initmates', 'intimate', 'layering'] ['8449,863,50', 'great', 'on-trend', 't-shirt', 'i', 'loved', 'it', 'but', 'can', 'understand', 'the', 'mixed', 'reviews', 'i', 'am', '5', '7', 'and', 'a', 'size', '2-4', 'usually', '32d', 'you', 'need', 'to', 'be', 'on', 'the', 'tall', 'side', 'for', 'it', 'to', 'work', 'definitely', 'will', 'not', 'work', 'if', 'you', 'are', 'petite', 'i', 'can', 'also', 'see', 'if', 'you', 'have', 'a', 'fuller', 'chest', 'how', 'it', 'would', 'tent', 'and', 'look', 'like', 'a', 'maternity', 'top', 'i', 'have', 'that', 'happen', 'with', 'off', 'the', 'shoulder', 'styles', 'that', 'said', 'if', 'it', 'works', 'it', 'is', 'great', 'i', 'did', "n't", 'size', 'down', 'went', 'with', 's', 'because', 'the', 'xs', 'did', "n't", 'hang', 'well', 'it', 'was', 'too', 'short', 'at', 'the', 'shoulders', 'and', 'neckline', 'again', 'probably', 'need', 'to', 'be', 'in', ',5,1,0', 'general', 'tops', 'knits'] ['8450,1078,31', 'the', 'perfect', 'blue', 'period', 'dress', 'i', 'am', 'in', 'love', 'with', 'this', 'dress', 'the', 'colors', 'are', 'amazing', 'but', 'also', 'is', 'the', 'fabric', 'it', 'is', 'soft', 'and', 'supple', 'i', 'am', 'a', 'curvy', 'girl', 'and', 'this', 'dress', 'does', 'all', 'justice', 'to', 'my', 'bust', 'waist', 'and', 'hips', 'this', 'is', 'truly', 'an', 'amazing', 'dress', 'you', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'and', 'the', 'best', 'part', 'it', 'is', 'professional', 'enough', 'for', 'a', 'causal', 'office', 'look', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8451,895,44', 'perfect', 'spring', 'sweater', 'i', 'adore', 'this', 'little', 'sweater-', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'i', "'m", 'tall', 'with', 'broad', 'shoulders', 'and', 'small', 'chest-', 'the', 'cut', 'and', 'design', 'of', 'this', 'sweater', 'is', 'so', 'flattering', 'colors', 'work', 'with', 'denim', 'or', 'any', 'neutral', 'and', 'the', 'weight', 'is', 'perfect', 'for', 'spring', 'or', 'early', 'summer', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['8452,895,39', 'very', 'cute', 'but', 'kind', 'of', 'an', 'odd', 'fit', 'i', 'like', 'the', 'look', 'of', 'this', 'sweater', 'and', 'i', 'am', 'keeping', 'it', 'however', 'i', 'found', 'the', 'fit', 'under', 'the', 'arms', 'a', 'little', 'uncomfortable', 'there', 'is', 'a', 'large', 'seem', 'that', 'goes', 'under', 'the', 'armpit', 'and', 'is', 'a', 'little', 'bulky', 'and', 'irritating', 'also', 'would', 'not', 'recommend', 'if', 'you', 'are', 'busty', 'because', 'of', 'how', 'the', 'stripes', 'run', 'it', 'looks', 'stretched', 'out', 'over', 'my', 'chest', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['8453,510,36', 'perfect', 'this', 'is', 'the', 'prettiest', 'little', 'nighty', 'it', 'is', 'romantic', 'soft', 'and', 'so', 'very', 'pretty', 'i', 'really', 'adore', 'everything', 'about', 'this', 'piece', 'but', 'the', 'pink', 'detail', 'on', 'the', 'trim', 'along', 'with', 'the', 'floral', 'embroidery', 'is', 'are', 'just', 'the', 'right', 'extra', 'touches', 'that', 'retailer', 'shoppers', 'have', 'come', 'to', 'love', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['8454,863,33', 'comfy', 'staple', 'love', 'this', 'top', 'bought', 'the', 'navy', 'to', 'be', 'a', 'cool', 'matching', 'momma', 'for', 'my', 'kiddos', 'baseball', 'and', 'loved', 'it', 'bought', 'the', 'light', 'pink', 'and', 'red', 'too', 'fun', 'off', 'the', 'shoulder', 'tee', 'love', 'how', 'long', 'it', 'is', 'in', 'the', 'back', 'one', 'thing', 'i', 'will', 'say', 'is', 'that', 'one', 'of', 'the', 'colors', 'fits', 'slightly', 'different', 'like', 'the', 'hem', 'is', "n't", 'symmetrical', 'or', 'something', 'so', 'i', 'find', 'myself', 'readjusting', 'but', 'i', "'m", 'sure', 'i', "'m", 'the', 'only', 'one', 'who', 'notices', 'it', 'and', 'it', 'does', "n't", 'keep', 'me', 'from', 'wearing', 'it', 'and', 'loving', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['8455,895,49', 'versatile', 'piece', 'love', 'this', 'sweater', 'it', 'can', 'be', 'used', 'for', 'both', 'work', 'and', 'casual', 'wear', 'with', 'ease', 'very', 'soft', 'and', 'seems', 'durable', 'i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8456,863,48', 'cute', 'fun', 'top', 'soft', 'very', 'forgiving', 'and', 'flattering', 'top', 'wish', 'it', 'was', 'not', 'so', 'pricey', ',5,1,0', 'general', 'tops', 'knits'] ['8457,510,40', 'i', 'love', 'elosie', 'sleepwear', 'everything', 'is', 'well', 'made', 'and', 'beautiful', 'designs', 'i', 'am', '5', '5', 'and', 'wear', 'a', 'size', '4', 'the', 'small', 'fits', 'great', 'i', 'love', 'the', 'embroidery', 'it', 'is', 'a', 'nice', 'touch', 'and', 'the', 'pink', 'is', 'a', 'pretty', 'contrast', ',5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['8458,863,46', 'runs', 'huge', 'i', 'am', 'normally', 'a', 'medium', 'and', 'i', 'would', 'take', 'an', 'xs', 'in', 'this', 'top', 'i', 'actually', 'tried', 'a', 'm', 's', 'and', 'xs', 'and', 'the', 'xs', 'fit', 'but', 'was', 'still', 'big', 'yes', 'this', 'is', 'supposed', 'to', 'be', 'a', 'loose', 'draped', 'piece', 'but', 'for', 'me', 'i', 'did', "n't", 'want', 'it', 'to', 'make', 'me', 'look', 'like', 'i', 'was', 'huge', 'through', 'the', 'waist', 'line', 'the', 'red', 'is', 'really', 'pretty', 'the', 'white', 'is', 'see', 'thru', ',4,1,1', 'general', 'tops', 'knits'] ['8459,863,66', 'comfy', 'tee', 'cute', 'style', 'flowy', 'fabric', 'it', 'runs', 'big', 'i', 'purchased', 'a', 'medium', 'and', 'could', "'ve", 'definitely', 'gotten', 'a', 'small', ',4,1,1', 'general', 'tops', 'knits'] ['8460,205,70', 'this', 'is', 'one', 'of', 'those', 'pieces', 'of', 'clothing', 'that', 'is', 'destined', 'to', 'become', 'a', 'wardrobe', 'staple'] ['the', 'fabric', 'is', 'soft', 'and', 'generous', 'the', 'chiffon', 'trim', 'gives', 'it', 'swing', 'and', 'style'] ['i', 'just', 'ordered', 'another', 'one', 'because', 'i', 'know', 'it', 'is', 'going', 'to', 'be', 'a', 'long', 'time', 'favorite', ',5,1,1', 'initmates', 'intimate', 'layering'] ['8461,863,57', 'this', 'is', 'a', 'nice', 'light', 'top', 'for', 'the', 'summer', 'i', 'love', 'how', 'your', 'shoulders', 'peak', 'out', 'from', 'tee', 'which', 'gives', 'it', 'a', 'touch', 'of', 'of', 'sexiness', 'it', 'does', 'run', 'large', 'so', 'i', 'went', 'down', 'a', 'size', 'i', 'have', "n't", 'washed', 'it', 'yet', 'so', 'do', "n't", 'know', 'if', 'it', 'will', 'shrink', 'i', 'do', 'recommend', 'it', 'though', ',4,1,0', 'general', 'tops', 'knits'] ['8462,863,27', 'weird', 'neck', 'fit', 'there', 'is', 'no', 'possible', 'bra', 'to', 'wear', 'with', 'this', 'top', 'after', 'one', 'washing', 'the', 'neck', 'felt', 'funky', 'the', 'pink', 'color', 'is', 'very', 'light', 'it', "'s", 'long', 'enough', 'for', 'leggings', 'my', 'shirt', 'is', 'a', 'high', 'hemline', 'on', 'one', 'side', 'than', 'the', 'other', 'i', "'ll", 'wear', 'it', 'but', 'wish', 'the', 'neck', 'was', "n't", 'so', 'funky.,3,0,0', 'general', 'tops', 'knits'] ['8463,863,41', 'runs', 'large', 'this', 'is', 'cute', 'with', 'the', 'shoulder', 'detail', 'i', 'ordered', 'a', 'medium-', 'will', 'be', 'returning', 'for', 'a', 'small', 'i', "'m", 'kind', 'of', 'in', 'between', 'small', 'medium.,4,1,1', 'general', 'tops', 'knits'] ['8464,863,44', ',i', 'love', 'the', 'off', 'the', 'shoulder', 'tee', 'so', 'much', 'that', 'i', 'ordered', 'two', 'of', 'them', 'in', 'different', 'colors', 'i', 'can', 'wear', 'them', 'with', 'jeans', 'or', 'i', 'can', 'wear', 'them', 'with', 'gym', 'attire', 'while', 'out', 'running', 'errands', 'and', 'still', 'feel', 'like', 'i', 'look', 'nice', ',5,1,0', 'general', 'tops', 'knits'] ['8465,895,33', 'strange', 'fit', 'i', 'put', 'a', 'lot', 'of', 'hopes', 'on', 'this', 'pullover', 'i', 'needed', 'something', 'for', 'the', 'spring', 'and', 'it', 'seemed', 'perfect', 'plus', 'the', 'sale', 'price', 'is', 'very', 'attractive', 'compared', 'to', 'the', 'regular', 'retailer', 'prices', 'but', 'i', 'am', 'not', 'exactly', 'disappointed', 'but', 'i', "'d", 'say', 'surprised'] [] ['i', 'would', 'still', 'consider', 'this', 'sweater', 'good', 'for', 'spring', 'it', "'s", 'thin', 'enough', 'to', 'be', 'tucked', 'into', 'a', 'skirt', 'or', 'pants', 'if', 'you', 'like', 'the', 'pullover', 'is', 'very', 'stretchy', 'frankly', 'i', 'would', 'prefer', 'it', 'to', 'be', 'less', 'stretchy', 'but', 'that', 'might', 'be', 'a', 'plus', 'for', 'someone', 'more', 'busty', 'the', 'quality', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['8466,1078,47', 'love', 'it', 'love', 'this', 'dress', 'adorable', 'comfortable', 'and', 'figure', 'flattering', 'cant', 'go', 'wrong', 'with', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8467,510,53', 'zoe', 'slip', 'when', 'i', 'saw', 'this', 'slip/nighty', 'on-line', 'i', 'loved', 'it', 'most', 'of', 'the', 'night-gowns', 'i', 'own', 'are', 'from', 'retailer', 'and', 'i', 'am', 'very', 'pleased', 'with', 'them', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'and', 'it', 'fit', 'well', 'for', 'reference', 'i', 'am', '5', '1', 'and', '120lbs', '35c', 'the', 'only', 'slight', 'issue', 'is', 'that', 'the', 'fabric', 'is', 'quite', 'sheer', 'not', 'a', 'big', 'deal', 'since', 'one', 'is', 'wearing', 'this', 'item', 'to', 'sleep', 'in', 'but', 'it', 'would', 'have', 'been', 'better', 'in', 'my', 'opinion', 'if', 'it', 'was', "n't", 'so', 'see-through', 'also', 'this', 'may', 'not', 'matter', 'to', 'anyone', 'but', 'the', 'stitching', 'along', 'the', 'top', 'is', 'a', 'bright', 'neon', 'pin', ',4,1,10', 'general', 'petite', 'intimate', 'lounge'] ['8468,863,41', 'cute', 't-shirt', 'i', 'agree', 'with', 'other', 'reviewers', 'that', 'this', 'top', 'runs', 'large', 'i', "'m", 'glad', 'i', 'ordered', 'a', 'size', 'down', 'it', "'s", 'a', 'cute', 'twist', 'on', 'a', 'basic', 'tee', 'shirt.,4,1,0', 'general', 'tops', 'knits'] ['8469,863,51', 'great', 'summer', 'tee', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'because', 'i', 'have', 'had', 'my', 'eye', 'on', 'it', 'for', 'a', 'while', 'and', 'i', 'want', 'to', 'be', 'sure', 'i', 'get', 'the', 'correct', 'size', 'as', 'other', 'reviewers', 'have', 'said', 'it', 'does', 'run', 'large', 'i', 'normally', 'wear', 'a', 's', 'and', 'the', 'xs', 'was', 'big', 'on', 'me', 'i', 'could', 'go', 'with', 'the', 'xxs', 'but', 'of', 'course', 'it', 'appears', 'to', 'be', 'sold', 'out', 'now', 'the', 'lighter', 'colors', 'look', 'like', 'they', 'would', 'be', 'slightly', 'sheer', 'but', 'the', 'navy', 'blue', 'and', 'red', 'are', 'not', 'i', 'thought', 'the', 'material', 'was', 'good', 'quality', 'not', 'sure', 'if', 'it', 'would', 'shrink', 'top', 'is', 'rather', 'long', 'on', 'the', 'back', 'but', 'the', 'picture', 'does', ',5,1,3', 'general', 'tops', 'knits'] ['8470,863,42', 'multi-use', 'i', "'m", '5', '3', '115', 'pounds', 'and', 'bought', 'the', 'xs', 'in', 'white', 'i', 'actually', 'wear', 'this', 'as', 'a', 'bathing', 'suit', 'cover-up', 'instead', 'of', 'a', 'top', 'i', 'love', 'that', 'it', "'s", 'little', 'longer', 'in', 'the', 'back', 'so', 'it', 'covers', 'part', 'of', 'the', 'back', 'of', 'my', 'thighs', 'it', "'s", 'light', 'weight', 'cool', 'and', 'comfortable', 'it', 'is', 'thin', 'but', 'has', 'washed', 'well', 'with', 'no', 'pilling', 'or', 'holes', 'so', 'far', 'i', "'ve", 'worn', 'this', 'several', 'times', 'and', 'have', 'had', 'lots', 'of', 'compliments', ',5,1,1', 'general', 'tops', 'knits'] ['8471,1078,46', 'adorable', 'so', 'cute', 'and', 'a', 'must', 'have', 'took', 'my', 'normal', 'p6', 'and', 'fits', 'perfect', 'love', 'it,4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['8472,863,38', 'way', 'too', 'big', 'i', 'was', 'quite', 'excited', 'to', 'find', 'this', 'tee', 'in', 'the', 'store', 'the', 'design', 'looked', 'interesting', 'and', 'it', 'seemed', 'nice', 'on', 'the', 'mannequin', 'the', 'bright', 'red', 'color', 'really', 'stood', 'out', 'in', 'person', 'i', 'am', '5', '2', '34b', 'tried', 'on', 'my', 'usual', 'size', 's', 'and', 'it', 'was', 'humongous', 'although', 'the', 'sales', 'lady', 'found', 'a', 'size', 'xs', 'they', 'do', "n't", 'have', 'size', 'xxs', 'available', 'in', 'the', 'store', 'for', 'me', 'to', 'try', 'on', 'it', 'was', 'still', 'huge', 'like', 'a', 'tent', 'it', 'probably', 'would', 'fit', 'better', 'for', 'a', 'tall', 'body', 'figure', 'i', 'would', 'recommend', 'those', 'who', 'are', 'interested', 'in', 'this', 'tee', 'to', 'try', 'it', 'in', 'the', 'store', ',3,0,36', 'general', 'tops', 'knits'] ['8473,1078,54', 'love', 'this', 'dress', 'i', 'have', 'been', 'watching', 'this', 'dress', 'online', 'since', 'it', 'arrived', 'finally', 'decided', 'to', 'order', 'it', 'online', 'it', 'is', 'as', 'great', 'in', 'person', 'as', 'it', 'looks', 'on', 'the', 'website', 'the', 'fabric', 'cut', 'and', 'finishing', 'of', 'the', 'dress', 'are', 'high', 'quality', 'and', 'my', 'usual', 'size', '10', 'fits', 'great', 'it', 'falls', 'about', '3', 'above', 'the', 'knee', 'on', 'my', '5', '5', 'frame', 'which', 'is', 'a', 'little', 'short', 'for', 'the', 'office', 'but', 'i', 'could', 'do', 'it', 'on', 'a', 'friday', 'with', 'a', 'cardigan', 'the', 'fit', 'is', 'comfortable', 'and', 'flattering', 'for', 'a', 'gal', 'with', 'broad', 'shoulders', 'and', 'small', 'curves', 'when', 'i', 'tried', 'it', 'on', 'friends', 'raved', 'thi', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8474,863,27', 'great', 'casual', 'outfit', 'runs', 'a', 'little', 'big', 'but', 'super', 'comfortable', 'and', 'looks', 'great', 'with', 'jeans', 'slightly', 'tucked', 'in', ',5,1,0', 'general', 'tops', 'knits'] ['8475,863,27', 'super', 'cute', 'i', 'tried', 'this', 'top', 'on', 'in-store', 'in', 'red', 'and', 'lavender', 'i', 'love', 'it', 'yes', 'it', 'is', 'big', 'but', 'it', 'is', 'still', 'really', 'cute', 'if', 'you', 'are', 'between', 'sizes', 'go', 'down', 'a', 'size', 'i', 'am', '5', '5', '34b', 'and', 'went', 'with', 'an', 'xs', 'in', 'the', 'red', 'it', 'appears', 'to', 'fit', 'in', 'the', 'front', 'but', 'looks', 'larger', 'in', 'the', 'back', 'which', 'i', 'think', 'the', 'other', 'reviewer', 'was', 'getting', 'at', ',4,1,11', 'general', 'tops', 'knits'] ['8476,895,47', 'cutest', 'sweater', 'ever', 'this', 'picture', 'does', 'not', 'due', 'this', 'sweater', 'justice', 'at', 'all', 'i', 'purchased', 'this', 'today', 'for', 'summer', 'it', "'s", 'beyond', 'cute', 'and', 'the', 'colors', 'are', 'awesome', 'it', "'s", 'a', 'very', 'light', 'sweater', 'with', 'a', 'fitted', 'but', 'not', 'too', 'tight', 'light', 'feel', 'the', 'sleeves', 'are', 'a', 'little', 'longer', 'than', 'quarter', 'length', 'at', 'least', 'on', 'me', 'it', 'looks', 'amazing', 'with', 'white', 'pants', 'very', 'fresh', ',5,1,4', 'general', 'tops', 'fine', 'gauge'] ['8477,863,44', 'big', 'flowy', 'tee', 'i', 'wanted', 'to', 'love', 'this', 'shirt', 'but', 'it', 'quickly', 'lost', 'shape', 'and', 'a', 'hole', 'was', 'created', 'in', 'the', 'middle', 'of', 'the', 'shirt', 'after', 'just', 'a', 'few', 'washes', 'not', 'worth', 'the', 'price', 'poorly', 'made', 'you', 'need', 'to', 'wear', 'a', 'shirt', 'underneath', 'bc', 'it', 'is', 'so', 'thin', 'the', 'shirt', 'looks', 'better', 'int', 'he', 'picture', 'i', 'like', 'it', 'but', 'it', 'wears', 'terribly.,3,0,0', 'general', 'tops', 'knits'] ['8478,863,62', 'my', 'new', 'favorite', 'top', 'i', 'bought', 'this', 'in', 'an', 'extra', 'small', 'at', 'a', 'store', 'in', 'the', 'lilac', 'color', 'and', 'loved', 'it', 'so', 'much', 'i', 'ordered', 'a', 'white', 'one', 'online', '2', 'days', 'later', 'they', 'were', 'out', 'of', 'extra', 'sm', 'so', 'i', 'ordered', 'a', 'small', 'which', 'is', 'still', 'ok', 'as', 'it', 'looks', 'cute', 'being', 'on', 'the', 'big', 'flowy', 'side', 'with', 'my', 'jeans', 'i', 'normally', 'wear', 'a', 'medium', 'in', 'tops', 'i', "'ve", 'received', 'many', 'compliments', 'on', 'these', 'they', 'are', 'very', 'figure', 'flattering', 'and', 'it', "'s", 'nice', 'they', 'are', 'a', 'little', 'sexy', 'for', 'a', 'loose', 'top', 'because', 'of', 'the', 'open', 'shoulders', 'i', 'hope', 'they', 'come', 'out', 'with', 'more', 'colors', 'for', 'summer', 'because,5,1,2', 'general', 'tops', 'knits'] ['8479,895,39', 'cute', 'enough', 'the', 'colors', 'on', 'this', 'sweater', 'are', 'cute', 'the', 'fabric', 'is', 'good', 'quality', 'and', 'not', 'too', 'thick', 'for', 'spring', 'the', 'fit', 'is', 'tts', ',3,1,0', 'general', 'tops', 'fine', 'gauge'] ['8480,863,37', 'want', 'to', 'love', 'it', 'but', 'it', 'is', 'only', 'okay', 'this', 'is', 'really', 'cute', 'online', 'but', 'is', 'not', 'fantastic', 'on', 'or', 'in', 'person', 'this', 'is', 'a', 'top', 'that', 'i', 'may', 'be', 'returning', 'i', 'love', 'the', 'open', 'shoulder', 'but', 'the', 'material', 'is', 'very', 'thin', 'and', 'the', 'top', 'runs', 'large', 'it', 'also', 'hangs', 'really', 'low', 'in', 'the', 'back', 'which', 'i', 'am', 'not', 'a', 'huge', 'fan', 'of', ',3,0,0', 'general', 'tops', 'knits'] ['8481,861,32', 'my', 'go-to', 'tshirt', 'i', 'love', 'this', 'brand', 'and', 'their', 'different', 'styles', 'of', 'tshirts', 'extremely', 'soft', 'washes', 'well', 'and', 'wears', 'well', 'the', 'shirt', 'runs', 'a', 'bit', 'large', 'and', 'i', 'usually', 'wear', 'a', 'medium', 'but', 'in', 'this', 'brand', 'i', 'am', 'a', 'extra', 'small', 'or', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['8482,866,53', 'great', 'quality', 'i', 'bought', 'this', 'top', 'in', 'black', 'n', 'moss', 'they', 'are', 'of', 'a', 'great', 'quality', 'n', 'love', 'that', 'u', 'do', "n't", 'need', 'a', 'cami', 'under', 'i', 'do', 'like', 'them', 'very', 'much', 'except', 'that', 'they', "'re", 'a', 'lil', 'too', 'billowy', 'in', 'front', 'for', 'me', 'when', 'i', 'gathered', 'excess', 'material', 'on', 'the', 'sides', 'it', 'looked', 'much', 'better', 'the', 'black', 'did', "n't", 'look', 'as', 'large', 'black', 'is', 'slimming', 'i', 'love', 'the', 'neck', 'and', 'the', 'material', 'have', "n't", 'decided', 'yet', 'if', 'i', "'m", 'keeping', 'or', 'returning.,3,1,0', 'general', 'tops', 'knits'] ['8483,861,55', 'best', 'tee', 'ever', 'i', 'love', 'this', 'tee', 'i', 'own', 'it', 'and', 'wear', 'it', 'nearly', 'every', 'other', 'day', 'in', 'black', 'and', 'purple', 'solids', 'and', 'ordered', '2', 'of', 'the', 'prints', 'wish', 'that', 'the', 'purple/gray', 'floral', 'print', 'would', 'restock', 'since', 'it', 'sold', 'out', 'before', 'i', 'could', 'purchase', 'it', 'only', 'possible', 'negative', 'is', 'that', 'i', 'am', 'careful', 'not', 'to', 'tumble', 'dry', 'it', 'due', 'to', 'other', 'reviews', 'of', 'its', 'vulnerability', 'to', 'tears', 'or', 'holes', 'so', 'i', 'hang', 'it', 'up', 'to', 'dry', 'after', 'machine', 'washing', 'i', 'read', 'that', 'it', 'runs', 'a', 'bit', 'large', 'so', 'i', 'ordered', 'and', 'am', 'thrilled', 'with', 'my', 'medium', ',5,1,0', 'general', 'tops', 'knits'] ['8484,861,62', 'tla', 't', 'shirt', 'this', 'is', 'better', 'than', 'the', 'original', 'tla', 't', 'shirts', 'from', 'last', 'summer', 'better', 'quality/not', 'sheer', 'great', 'fit', 'i', 'bought', 'both', 'the', 'white', 'and', 'the', 'purple', 'love', 'tla', 'tees', ',5,1,7', 'general', 'tops', 'knits'] ['8485,861,42', 'white', 'is', 'see-through', 'this', 'is', 'an', 'oversized', 'tee', 'with', 'a', 'somewhat', 'flattering', 'fit', 'material', 'is', 'very', 'thin', 'i', 'ordered', 'white', 'which', 'was', 'completely', 'see-through', 'not', 'at', 'all', 'what', 'i', 'was', 'expecting', 'might', 'work', 'better', 'in', 'a', 'darker', 'color', 'but', 'i', 'returned', 'it', 'since', 'it', 'was', 'nothing', 'special', ',3,0,1', 'general', 'tops', 'knits'] ['8486,895,35', 'not', 'for', 'me', 'on', 'me', 'this', 'top', 'is', 'totally', 'frumpy', 'and', 'boxy', 'i', 'am', '5', '9', '34dd', 'and', 'the', 'bottom', 'hung', 'on', 'me', 'like', 'a', 'bedskirt', 'not', 'fitted', 'at', 'all', 'i', 'ordered', 'a', 'large', 'not', 'being', 'sure', 'of', 'fit', 'i', 'have', 'a', 'flat', 'stomach', 'and', 'it', 'just', 'hung', 'yuck', 'honestly', 'for', 'the', 'price', 'and', 'fit', 'i', 'would', "n't", 'consider', 'a', 'medium', 'i', 'think', 'it', 'would', 'a', 'tad', 'better', 'but', 'not', 'worth', 'the', 'price', ',2,0,4', 'general', 'tops', 'fine', 'gauge'] ['8487,1050,36', 'light', 'and', 'comfy', 'these', 'pants', 'are', 'very', 'comfortable', 'the', 'material', 'is', 'light', 'so', 'they', 'will', 'be', 'perfect', 'for', 'a', 'warm', 'spring', 'day', 'or', 'a', 'cool', 'summer', "'s", 'night', ',4,1,0', 'general', 'bottoms', 'pants'] ['8488,861,46', ',purchased', 'the', 'xs', 'blue', 'love', 'the', 'fit', 'and', 'light', 'material', 'perfect', 'casual', 'tee', 'for', 'warm', 'weather', 'no', 'shrinkage', 'after', 'washing', 'in', 'cold', 'water', 'and', 'minimal', 'wrinkles', 'when', 'hung', 'immediately.,4,1,2', 'general', 'tops', 'knits'] ['8489,861,35', 't-shirt', 'love', 't', 'la', 'is', 'such', 'a', 'great', 'brand', 'for', 't', 'shirts', 'this', 'one', 'is', 'so', 'soft', 'and', 'comfy', 'and', 'the', 'yellow', 'color', 'is', 'a', 'great', 'neutral', 'yellow.,5,1,0', 'general', 'tops', 'knits'] ['8490,861,36', 'well-made', 'basic', 'i', 'bought', 'this', 'tee', 'in', 'most', 'of', 'the', 'colors', 'available', 'that', "'s", 'how', 'much', 'i', 'liked', 'it', 'it', "'s", 'not', 'tissue', 'thin', 'it', "'s", 'a', 'good', 'medium', 'weight', 'it', "does't", 'hug', 'the', 'body', 'too', 'closely', 'i', 'am', '5', '4', 'and', '140', 'lbs', 'with', 'a', 'little', 'post', 'partum', 'belly', 'and', 'this', 'is', 'a', 'really', 'flattering', 'tee', 'in', 'm.,5,1,1', 'general', 'tops', 'knits'] ['8491,866,51', ',love', 'the', 'shirt', 'the', 'green', 'is', 'such', 'a', 'vibrant', 'color', 'and', 'it', 'fits', 'great', ',4,1,0', 'general', 'tops', 'knits'] ['8492,1152,35', 'for', 'hourglass', 'figures', 'my', 'v-shape', 'figure', 'broad', 'shoulder', 'narrow', 'hips', 'waist', 'not', 'well', 'defined', 'looked', 'completely', 'square', 'in', 'this', 'not', 'flattering', 'at', 'all', 'perhaps', 'better', 'for', 'other', 'figures', ',2,1,4', 'general', 'dresses', 'dresses'] ['8493,861,63', 'easy', 'easy', 'breezy', 'comfortable', 'light', 'weight', 'tee', ',5,1,0', 'general', 'tops', 'knits'] ['8494,407,34', 'nice', 'suit', 'bottom', 'is', 'higher', 'on', 'back', 'reference', '100', '5', '1', '32a', 'ordered', 'size', 'xs', 'the', 'suit', 'is', 'pretty', 'under', 'the', 'neckline', 'where', 'the', 'two', 'orange', 'panels', 'meet', 'the', 'white', 'center', 'panel', 'that', 'corner', 'puckers', 'a', 'bit', 'this', 'will', 'not', 'happen', 'if', 'you', 'have', 'a', 'larger', 'chest', 'than', 'my', '32a', 'or', 'have', 'a', 'longer/broader', 'torso', 'so', 'that', 'the', 'fabric', 'can', 'stretch', 'out', 'thus', 'pulling', 'that', 'merging', 'area', 'flat', 'the', 'sides', 'cut', 'out', 'lays', 'flat', 'when', 'you', 'stand', 'up', 'straight', 'and', 'gapes', 'when', 'your', 'turn/bend', 'to', 'the', 'side', 'i', 'think', 'this', 'is', 'expected', 'the', 'bottom', 'section', 'on', 'the', 'back', 'c', ',4,1,0', 'initmates', 'intimate', 'swim'] ['8495,861,41', 'incredibly', 'soft', 'great', 'to', 'dress', 'up', 'or', 'dress', 'down', 'i', 'must', 'have', 'summer', 'tee', ',5,1,0', 'general', 'tops', 'knits'] ['8496,861,23', 'love', 'this', 'tee', 'i', 'picked', 'up', 'this', 'tee', 'in', 'store', 'where', 'they', 'had', 'a', 'pattern', 'that', 'is', "n't", 'pictured', 'here', 'purple', 'floral', 'on', 'a', 'grey', 'background', 'this', 'is', 'a', 'loose', 'fitting', 'tee', 'and', 'usually', 'the', 'loose', 'fitting', 'tees', 'i', 'try', 'on', 'at', 'retailer', 'are', 'really', 'unflattering-', 'however', 'this', 'one', 'fits', 'great', 'and', 'is', 'flattering', 'the', 'fabric', 'is', 'wrinkle', 'resistant', 'and', 'comfortable', 'this', 'top', 'will', 'definitely', 'be', 'a', 'staple', 'of', 'my', 'spring', 'and', 'summer', 'wardrobe', 'considering', 'ordering', 'in', 'other', 'colors'] [] ['for', 'reference', 'i', "'m", '5', '5', '145lbs', '38-30-40', 'measurements', '34ddd', ',5,1,24', 'general', 'tops', 'knits'] ['8497,861,34', 'so', 'soft', 'a', 'perfect', 'basic', 'tee'] ['loved', 'how', 'soft', 'it', 'is', 'not', 'worth', 'full', 'price', 'but', 'definitely', 'one', 'to', 'add', 'to', 'your', 'cart', 'once', 'on', 'sale', ',5,1,0', 'general', 'tops', 'knits'] ['8498,861,60', 'i', "'ve", 'never', 'bought', 'a', 'tee', 'at', 'full', 'price', 'in', 'so', 'many', 'colors', 'i', 'love', 'this', 'tee.it', "'s", 'quite', 'possibly', 'the', 'most', 'perfect', 'fit', 'ever', 'the', 'material', 'is', 'thick', 'and', 'hangs', 'well', 'without', 'being', 'stiff', 'or', 'bulky', 'i', "'m", '5', '2', '-117lbs', 'usually', 'a', 'small', 'petite', 'or', '4p', 'but', 'purchased', 'the', 'regular', 'small', 'so', 'i', 'can', 'wear', 'this', 'with', 'skinny', 'or', 'regular', 'jeans', 'i', 'purchased', 'the', 'purple', 'navy', 'and', 'black', 'and', 'may', 'go', 'back', 'for', 'the', 'yellow', 'the', 'white', 'is', 'still', 'a', 'little', 'too', 'sheer', 'fir', 'me', 'otherwise', 'i', 'would', 'have', 'purchased', 'it', 'wish', 'they', 'had', 'a', 'light', 'grey', 'versio', ',5,1,1', 'general', 'tops', 'knits'] ['8499,397,30', 'great', 'overall', 'too', 'darn', 'long', 'i', "'m", 'not', 'petite', 'but', 'i', 'am', 'short', 'at', '5', '3', 'and', 'while', 'these', 'fit', 'in', 'all', 'the', 'right', 'places', 'the', 'leggings', 'are', 'about', '5-6', 'inches', 'too', 'long', 'i', "'m", 'still', 'deciding', 'whether', 'to', 'return', 'or', 'hem', 'but', 'the', 'hemming', 'would', 'have', 'to', 'be', 'professionally', 'done', 'with', 'this', 'material', 'bummer', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['8500,895,48', 'nothing', 'special', 'the', 'sweater', 'was', 'nice', 'but', 'not', 'as', 'long', 'as', 'on', 'the', 'model', 'it', 'was', 'itchy', 'also', 'this', 'sweater', 'was', 'not', 'what', 'i', 'had', 'expected', 'their', 'was', 'nothing', 'exceptional', 'about', 'it', 'to', 'spend', 'that', 'kind', 'of', 'hard', 'earned', 'cash', 'sorry', 'retailer', 'i', 'sent', 'it', 'back', ',2,0,4', 'general', 'tops', 'fine', 'gauge'] ['8501,861,42', 'summer', "'s", 'must', 'have', 'tee', 'i', 'love', 'these', 't.la', 'tees', 'and', 'i', 'buy', 'them', 'often', 'i', 'find', 'them', 'to', 'be', 'very', 'versatile', 'and', 'super', 'soft', 'i', 'have', 'several', 'colors', 'and', 'they', 'hold', 'up', 'well', 'if', 'you', 'wash', 'and', 'hang', 'dry', 'i', 'am', 'a', 'small', 'in', 'most', 'retailer', 'tops', 'and', 'these', 'are', 'no', 'exception', 'they', 'wear', 'well', 'under', 'jean', 'jackets', 'or', 'even', 'a', 'long-sleeve', 'button-down', 'shirt', ',5,1,1', 'general', 'tops', 'knits'] ['8502,397,32', 'great', 'leggings', 'i', "'m", 'extremely', 'pleased', 'with', 'the', 'quaiity', 'of', 'these', 'leggings', 'the', 'material', 'is', 'comfortable', 'and', 'supportive', 'without', 'feeling', 'too', 'restrictive', 'the', 'pattern', 'ans', 'styling', 'are', 'slimming', 'most', 'importantly', 'they', 'do', "n't", 'slide', 'down', 'during', 'your', 'workout', 'i', "'m", '5', '8', 'and', 'a', 'size', '12-14', 'and', 'the', 'large', 'fit', 'perfectly', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8503,861,58', 'great', 'basic', 'tee', 'i', 'got', 'this', 'in', 'the', 'color', 'listed', 'as', 'pink', 'it', "'s", 'not', 'a', 'usual', 'pink', 'the', 'fit', 'is', 'good', 'not', 'too', 'tight', 'and', 'not', 'too', 'loose', 'the', 'length', 'is', 'good', 'for', 'a', 'tee.,5,1,3', 'general', 'tops', 'knits'] ['8504,861,54', 'i', "'m", 'a', 'petite', 'so', 'as', 'usual', 'i', 'have', 'to', 'order', 'from', 'retailer', 'i', 'saw', 'this', 'on', 'line', 'and', 'tried', 'it', 'on', 'in', 'a', 'regular', 'size', 'in', 'the', 'store', 'even', 'though', 'of', 'course', 'it', 'didnt', 'fit', 'the', 'style', 'of', 'the', 'tee', 'was', 'nice', 'so', 'i', 'ordered', 'it', 'i', 'couldnt', 'have', 'been', 'more', 'disappointed', 'when', 'i', 'received', 'it', 'the', 'quality', 'was', 'truly', 'awful', 'i', "'m", 'not', 'even', 'sure', 'why', 'it', 'is', 'being', 'sold', 'the', 'neckline', 'was', 'warped', 'and', 'would', "n't", 'lie', 'flat', 'again', 'the', 'neck', 'or', 'chest', 'the', 'bottom', 'hem', 'was', 'crooked', 'it', 'was', 'really', 'bad', 'also', 'having', 'purchased', 'tees', 'in', 'similar', 'material', 'befo', ',1,0,0', 'general', 'tops', 'knits'] ['8505,861,66', 'tee', 'i', 'ordered', 'the', 'white', 'tee', 'in', 'xs', 'and', 'am', 'returning', 'it', 'it', 'runs', 'tts', 'had', 'a', 'good', 'fit', 'but', 'i', 'did', "n't", 'like', 'the', 'material', 'at', 'all', 'maybe', 'because', 'it', 'was', 'white', 'but', 'it', 'was', 'see', 'through', 'like', 'a', 'tissue', 'tee', 'that', 'i', 'would', 'expect', 'to', 'get', 'little', 'holes', 'in', 'it', 'near', 'the', 'waist', 'the', 'sleeves', 'are', 'gathered', 'in', 'the', 'center', 'of', 'the', 'sleeve', 'i', 'did', "n't", 'like', 'the', 'way', 'that', 'looked', ',3,1,4', 'general', 'tops', 'knits'] ['8506,407,37', 'surprisingly', 'flattering', 'i', 'just', 'received', 'this', 'swimsuit', 'today', 'and', 'love', 'it', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'with', 'the', 'cutouts', 'but', 'i', 'feel', 'it', 'is', 'very', 'flattering'] ['i', 'was', 'choosing', 'between', 'an', 'xs', 'and', 's.', 'i', 'ended', 'up', 'going', 'with', 'xs', 'and', 'am', 'glad', 'i', 'did', 'i', 'think', 'going', 'up', 'would', 'of', 'caused', 'gaping', 'on', 'the', 'sides'] [] ['great', 'suit', 'only', 'comment', 'is', 'in', 'the', 'description', 'i', 'believe', 'it', 'said', 'the', 'straps', 'are', 'adjustable', 'but', 'they', 'are', 'not', 'also', 'there', 'is', 'light', 'padding', 'which', 'i', 'appreciate', ',5,1,18', 'initmates', 'intimate', 'swim'] ['8507,1033,50', 'another', 'great', 'pair', 'of', 'pilcro', "'s", 'denim', 'is', 'a', 'little', 'heavier', 'than', 'my', 'other', 'pilcro', 'stet', 'jeans', 'but', 'i', 'love', 'the', 'wash', 'and', 'the', 'broken-in', 'wear', 'on', 'the', 'upper', 'legs', 'and', 'pocket', 'i', 'mostly', 'appreciate', 'how', 'little', 'they', 'stretch', 'out', 'during', 'the', 'day', 'just', 'enough', 'to', 'be', 'comfortable', 'but', 'without', 'losing', 'their', 'shape', 'they', 'seem', 'a', 'bit', 'more', 'fitted', 'in', 'the', 'hips', 'than', 'the', 'waist', 'but', 'i', 'prefer', 'jeans', 'that', 'are', "n't", 'tight', 'in', 'the', 'waist', 'so', 'these', 'are', 'perfect', 'for', 'me', 'i', 'purchased', 'the', 'same', 'size', 'as', 'all', 'my', 'other', 'jeans', 'and', 'they', 'fit', 'just', 'fine', 'i', 'am', '5', '6', 'and', 'the', 'hem', 'fell', 'right', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['8508,916,53', 'lovely', 'i', 'love', 'the', 'colors', 'the', 'material', 'the', 'design', 'details', 'especially', 'the', 'white', 'pattern', 'at', 'the', 'end', 'of', 'the', 'sleeves', 'the', 'sweater', 'is', 'super', 'soft', 'and', 'cosy', 'i', 'got', 'it', 'in', 's', 'because', 'i', 'wanted', 'it', 'to', 'be', 'nicely', 'fitted', 'i', 'am', 'on', 'tops', 'between', 's', 'and', 'm.', 'i', 'am', 'of', 'tall', 'narrow', 'build', 'and', 'athletic', 'which', 'means', 'i', 'have', 'well', 'developed', 'but', 'still', 'slim', 'muscles', 'in', 'my', 'chest', 'arms', 'and', 'shoulders', 'to', 'accomadate', 'that', 'i', 'often', 'need', 'm', 'even', 'though', 'the', 'rest', 'of', 'me', 'is', 'an', 's', 'anyhow', 'i', 'was', 'a', 'bit', 'surprised', 'in', 's', 'the', 'sweater', 'fits', 'very', 'snug', 'i', ',4,1,4', 'general', 'tops', 'fine', 'gauge'] ['8509,861,39', 'great', 'casual', 'tshirt', 'i', 'love', 'this', 't-shirt', 'it', 'is', 'so', 'soft', 'fits', 'true', 'to', 'size', 'and', 'great', 'with', 'jeans', 'or', 'shorts', 'i', 'purchased', 'in', 'yellow', 'and', 'plan', 'to', 'purchase', 'other', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['8510,407,19', 'very', 'cute', 'print/style', 'but', 'weird', 'cut', 'on', 'top', 'i', 'really', 'wanted', 'this', 'swimsuit', 'to', 'work', 'and', 'it', 'looks', 'really', 'nice', 'in', 'person', 'and', 'good', 'quality', 'as', 'well', 'but', 'sadly', 'the', 'top', 'is', 'cut', 'really', 'strangely', 'in', 'the', 'photo', 'shown', 'of', 'the', 'model', 'it', 'looks', 'like', 'a', 'v-neck', 'that', 'kinda', 'gives', 'your', 'boobs', 'a', 'little', 'push', 'to', 'the', 'middle', 'for', 'some', 'slight', 'cleavage', 'however', 'that', "'s", 'not', 'how', 'it', 'fit', 'for', 'me', 'the', 'cups', 'have', 'removable', 'padding', 'on', 'this', 'suit', 'and', 'when', 'left', 'in', 'my', 'boobs', 'did', "n't", 'even', 'fit', 'in', 'the', 'thing', 'and', 'it', 'just', 'looked', 'really', 'awkward', 'in', 'general', 'and', 'with', 'the', 'padding', 'taken', 'out', 'm', ',3,0,5', 'initmates', 'intimate', 'swim'] ['8511,900,39', 'draped', 'for', 'downtime', 'this', 'is', 'comfy', 'and', 'casual', 'and', 'fun', 'to', 'wear', 'moss', 'ombrã©', 'is', 'darker', 'and', 'less', 'ombrã©', 'than', 'pictured', 'so', 'i', 'wish', 'i', 'had', 'gotten', 'the', 'other', 'color', 'way', 'instead', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'for', 'running', 'errands', 'grabbing', 'take-out', 'and', 'other', 'important', 'things', 'like', 'hanging', 'out', 'on', 'my', 'couch', 'definitely', 'size', 'down', 'or', 'this', 'will', 'look', 'too', 'wide', 'boxy', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8512,1050,51', 'love', 'okay', 'so', 'in', 'terms', 'of', 'quality', 'i', "'m", 'not', 'sure', 'these', 'are', 'really', 'worth', 'the', 'price', 'given', 'i', 'paid', '18', 'for', 'similar', 'pants', 'at', 'a', 'cheap', "'teeny-bop", 'store', 'but', 'i', 'do', 'love', 'them', 'the', 'legs', 'are', 'much', 'wider', 'than', 'they', 'look', 'on', 'the', 'model', 'but', 'the', 'shirring', 'at', 'the', 'waist', 'and', 'the', 'inverted', 'tucks', 'below', 'the', 'shirring', 'make', 'them', 'hugely', 'figure', 'flattering', 'i', 'found', 'that', 'they', 'did', 'run', 'a', 'little', 'large', 'but', 'could', "n't", 'size', 'down', 'so', 'i', 'hope', 'they', 'do', "n't", 'stretch', 'out', 'bought', 'xs', '5', '7', '115lbs', 'the', 'shirred', 'waistband', 'is', 'a', 'little', 'loose', 'but', 'i', 'like', 'how', 't', ',4,1,4', 'general', 'bottoms', 'pants'] ['8513,861,51', 'much', 'bigger', 'than', 'last', 'year', "'s", 'version', 'i', 'ordered', 'these', 'tees', 'in', 'the', 'navy', 'and', 'pink', 'thinking', 'that', 'it', 'would', 'be', 'a', 'slam', 'dunk', 'given', 'i', 'already', 'bought', '3', 'of', 'the', 'same', 'tees', 'last', 'year', 'not', 'so', 'this', 'year', "'s", 'version', 'is', 'much', 'bigger', 'almost', '2', 'inches', 'wider', 'and', 'about', '2', 'inches', 'longer', 'there', 'was', 'even', 'a', '2', 'inch', 'difference', 'between', 'the', 'pink', 'and', 'navy', 'version', 'so', 'i', 'have', 'to', 'assume', 'that', 'sizing', 'may', 'vary', 'among', 'different', 'colors', 'too', 'bad', 'for', 'me', 'but', 'i', 'did', 'read', 'a', 'review', 'that', 'thought', 'the', 'tees', 'were', 'better', 'this', 'year', 'i', 'guess', 'we', 'are', 'all', 'different', 'at', '5', '7', '115lbs', 'i', 'prefe', ',3,1,0', 'general', 'tops', 'knits'] ['8514,1008,46', 'comfortable', 'basic', 'with', 'dots', 'i', 'picked', 'this', 'up', 'in', 'the', 'store', 'during', 'the', 'retailer', 'weekend', 'sale', 'i', 'used', 'to', 'have', 'a', 'similar', 'long', 'black', 'stretchy', 'skirt', 'that', 'i', 'wore', 'until', 'it', 'fell', 'apart', 'things', 'i', 'really', 'like', 'about', 'this', 'skirt', 'are', 'that', 'it', "'s", 'basic', 'black', 'but', 'has', 'some', 'interest', 'in', 'the', 'small', 'swiss', 'dots', 'in', 'the', 'top', 'layer', 'and', 'it', "'s", 'stretchy', 'the', 'yoga-pant-waistband', 'seems', 'like', 'it', 'will', 'be', 'very', 'comfy', 'and', 'also', 'allows', 'you', 'to', 'adjust', 'the', 'skirt', 'length', 'a', 'little', 'bit', 'depending', 'on', 'whether/how', 'much', 'you', 'fold', 'it', 'down', 'it', 'is', 'lined', 'which', 'is', 'a', 'big', 'plus', 'i', 'was', ',4,1,10', 'general', 'petite', 'bottoms', 'skirts'] ['8515,895,42', 'quirky', 'i', 'was', 'worried', 'this', 'sweater', 'would', 'be', 'too', 'tight', 'but', 'it', 'has', 'a', 'very', 'flattering', 'fit', 'i', 'am', 'a', 'librarian', 'and', 'this', 'sweater', 'makes', 'me', 'feel', 'like', 'a', 'quirky', 'librarian', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8516,1030,48', 'adorable', 'trendy', 'jean', 'i', 'found', 'these', 'jeans', 'on', 'the', 'sale', 'rack', 'at', 'my', 'local', 'retailer', 'they', 'were', 'the', 'very', 'last', 'pair', 'and', 'in', 'my', 'size', 'i', 'could', "n't", 'believe', 'my', 'luck', 'i', 'tried', 'them', 'on', 'and', 'was', 'very', 'impressed', 'with', 'the', 'fit', 'and', 'feel', 'of', 'the', 'jeans', 'thyre', 'soft', 'yet', 'substantial', 'they', 'retain', 'thier', 'shape', 'love', 'the', 'worn', 'in', 'look', 'to', 'them', 'so', 'adorable', 'nice', 'slouchy', 'skinny', 'jean', 'i', 'stayed', 'true', 'to', 'size,5,1,0', 'general', 'bottoms', 'jeans'] ['8517,1030,60', 'love', 'i', 'love', 'these', 'jeans', 'they', 'actually', 'look', 'better', 'than', 'the', 'picture', 'and', 'you', 'can', 'not', 'beat', 'the', 'sale', 'price', 'they', 'are', 'a', 'boyfriend', 'fit', 'but', 'you', 'can', 'order', 'your', 'normal', 'size', 'usually', 'with', 'boyfriends', 'i', 'have', 'to', 'order', 'one', 'to', 'two', 'sizes', 'down', 'with', 'skinnies', 'and', 'more', 'fitted', 'jeans', 'i', 'am', 'a', '29', 'and', 'that', "'s", 'what', 'i', 'got', 'there', 'is', 'no', 'sagging', 'or', 'stretching', 'out', 'after', 'wearing', 'them', 'for', 'a', 'while', 'the', 'wash', 'is', 'absolutely', 'beautiful', 'very', 'worn', 'hopefully', 'the', 'holes', 'in', 'the', 'knees', 'wo', "n't", 'get', 'even', 'bigger', 'i', 'have', 'worn', 'and', 'washed', 'them', 'now', 'q', ',5,1,1', 'general', 'bottoms', 'jeans'] ['8518,651,33', 'this', 'is', 'a', 'very', 'nice', 'bra', 'upset', 'though', 'because', 'this', 'is', 'the', 'second', 'time', 'i', 'have', 'ordered', 'something', 'from', 'retailer', 'and', 'the', 'place', 'that', 'the', 'product', 'was', 'made', 'was', 'incorrect', 'on', 'the', 'website', 'bra', 'was', 'made', 'in', 'peru', 'and', 'website', 'said', 'usa', 'makes', 'it', 'very', 'hard', 'to', 'be', 'socially', 'responsible', 'on', 'this', 'website', 'not', 'sure', 'i', 'will', 'continue', 'to', 'shop', 'retailer', 'in', 'the', 'future', 'because', 'of', 'this', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['8519,1086,43', 'i', 'bought', 'this', 'dress', 'in', 'a', 'regular', 'xs', 'i', 'am', '5', '3', 'and', '108', 'pounds', 'i', 'have', 'a', 'long', 'torso', 'so', 'the', 'regular', 'would', 'fit', 'better', 'than', 'the', 'petite', 'although', 'the', 'overall', 'fit', 'of', 'the', 'dress', 'was', 'good', 'the', 'straps', 'could', 'have', 'had', 'about', 'an', 'inch', 'taken', 'out', 'and', 'the', 'pockets', 'gaped', 'open', 'in', 'the', 'photo', 'the', 'mode', "'s", 'arms', 'are', 'laying', 'over', 'where', 'the', 'pockets', 'would', 'be', 'which', 'fall', 'on', 'the', 'seam', 'and', 'when', 'i', 'tried', 'this', 'on', 'the', 'dress', 'fit', 'beautifully', 'but', 'the', 'pockets', 'gape', 'open', 'on', 'the', 'sides', 'and', 'it', 'looks', 'like', 'little', 'wings', 'from', 'the', 'front', 'the', 'dre', ',3,1,16', 'general', 'petite', 'dresses', 'dresses'] ['8520,1074,31', 'beautiful', 'in', 'picture', 'stunning', 'when', 'you', 'wear', 'it', 'i', 'get', 'nervous', 'ordering', 'clothes', 'online', 'but', 'that', 'was', 'my', 'only', 'option', 'for', 'this', 'dress', 'i', 'love', 'everything', 'about', 'this', 'dress', 'and', 'i', 'love', 'the', 'pockets.,5,1,7', 'general', 'dresses', 'dresses'] ['8521,895,34', 'loooooove', 'this', 'sweater', 'i', 'ordered', 'both', 'colors', 'but', 'ended', 'up', 'keeping', 'the', 'green', 'in', 'petite', 'xs', 'b/c', 'the', 'red', 'in', 'xs', 'was', 'just', 'slightly', 'too', 'big', 'both', 'colors', 'are', 'gorgeous', 'and', 'i', 'agree', 'they', 'have', 'a', 'retro', '70', "'s", 'vibe', 'just', 'a', 'tad', 'itchy', 'but', 'not', 'enough', 'that', 'it', 'would', 'make', 'an', 'undershirt', 'absolutely', 'necessary', 'i', "'ll", 'probably', 'just', 'wear', 'it', 'alone', 'i', 'think', 'the', 'regular', 'size', 'would', 'work', 'for', 'most', 'petites', 'b/c', 'it', "'s", 'not', 'ridiculously', 'long', 'i', 'would', 'suggest', 'sizing', 'down', 'in', 'regular', 'if', 'you', "'re", 'petite', 'though', 'for', 'instance', 'the', 'regular', 'xs', 'fit', 'noticeably', 'larger', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['8522,1008,40', 'great', 'classic', 'skirt', 'this', 'skirt', 'is', 'great', 'a', 'classic', 'the', 'little', 'dots', 'on', 'the', 'skirt', 'give', 'it', 'some', 'character', 'while', 'remaining', 'a', 'simple', 'black', 'and', 'flattering', 'skirt', 'the', 'material', 'lays', 'nicely', 'and', 'flat', 'it', 'does', 'not', 'make', 'me', 'look', 'like', 'i', 'have', 'a', 'stomach', 'the', 'skirt', 'fits', 'tts', 'i', 'am', 'a', 'little', 'afraid', 'that', 'the', 'waistband', 'will', 'stretch', 'out', 'over', 'time', 'so', 'i', 'might', 'exchange', 'it', 'for', 'one', 'size', 'smaller', 'overall', 'i', 'love', 'the', 'skirt', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['8523,1086,29', 'great', 'concept', 'but', 'terrible', 'execution', 'as', 'the', 'previous', 'reviewer', 'mentioned', 'the', 'pockets', 'ruin', 'this', 'dress', 'pockets', 'usually', 'such', 'a', 'good', 'idea', 'but', 'here', 'they', "'re", 'misplaced', 'right', 'on', 'the', 'hips', 'and', 'made', 'of', 'the', 'same', 'thick', 'ponte', 'fabric', 'as', 'the', 'dress', 'so', 'they', 'stand', 'out', 'far', 'from', 'the', 'body', 'and', 'completely', 'ruin', 'the', 'line', 'of', 'the', 'dress', 'not', 'flattering', 'to', 'have', 'huge', 'gaping', 'hip', 'pockets', 'this', 'makes', 'an', 'otherwise', 'good', 'dress', 'a', 'total', 'loss', ',1,0,5', 'general', 'petite', 'dresses', 'dresses'] ['8524,991,32', 'cheap', 'i', 'loved', 'the', 'fit', 'color', 'and', 'style', 'but', 'the', 'fabric', 'seemed', 'very', 'thin', 'and', 'cheap', 'i', 'was', 'worried', 'that', 'it', 'would', 'tear', 'easily', 'this', 'is', 'getting', 'returned', ',3,0,1', 'general', 'bottoms', 'skirts'] ['8525,312,31', 'absolute', 'best', 'pair', 'of', 'yoga', 'pants', 'they', 'are', 'the', 'softest', 'material-', 'so', 'comfy', 'i', "'m", '5', '3', '125lbs', 'with', 'a', 'curvy', 'figure', 'and', 'the', 'm', 'fit', 'perfectly', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8526,1008,54', 'black', 'midi', 'since', 'i', 'only', 'wear', 'midi', 'skirts', 'love', 'the', 'length', 'of', 'this', 'one', 'the', 'regular', 'medium', 'looks', 'as', 'pictured', 'on', 'me', 'well', 'made', 'and', 'the', 'dot', 'texture', 'is', 'sweet', 'bui', 'will', 'be', 'returning', 'as', 'the', 'skirt', 'is', 'literally', 'very', 'heavy', 'and', 'the', 'gathered', 'waist', 'is', 'unflattering', 'on', 'me', ',4,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['8527,1074,71', 'the', 'fabric', 'and', 'color', 'of', 'this', 'dress', 'is', 'beautiful', 'two', 'problems', 'with', 'the', 'dress', 'that', 'the', 'picture', 'does', 'not', 'show', '1.', 'it', "'s", 'long', 'i', "'m", '5', '5', 'this', 'model', 'must', 'be', 'over', '6', 'feet', 'tall', 'as', 'the', 'length', 'hit', '5', 'inches', 'above', 'my', 'ankle', 'and', 'that', 'is', 'not', 'a', 'flattering', 'length', 'the', 'other', 'issue', 'is', 'that', 'there', 'is', 'toile', 'underneath', 'making', 'the', 'skirt', 'extra', 'puffy', 'i', "'m", '42', 'and', 'the', 'puffiness', 'reminded', 'me', 'of', 'prom', 'color', 'and', 'fabric', 'great', 'but', 'had', 'to', 'send', 'back', ',3,0,6', 'general', 'dresses', 'dresses'] ['8528,895,52', 'soft', 'and', 'kinda', 'retro', 'this', 'reminds', 'me', 'of', 'the', '1970', "'s", 'the', 'fabric', 'is', 'soft', 'and', 'it', 'looks', 'just', 'like', 'the', 'picture', 'i', "'m", 'ordering', 'it', 'in', 'line', 'in', 'a', 'petite', 'my', 'store', 'does', "n't", 'carry', 'petites', 'it', "'s", 'typical', 'moth', 'quality', 'and', 'fit', 'perfect.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['8529,834,22', 'very', 'long', 'shirt', 'i', 'have', 'to', 'tuck', 'it', 'in', 'i', 'love', 'the', 'lipstick', 'design', 'and', 'its', 'great', 'quality', 'material', 'its', 'really', 'soft', 'and', 'cotton', 'breathable', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8530,964,33', 'so', 'great', 'this', 'is', 'quite', 'possibly', 'the', 'greatest', 'jacket', 'of', 'all', 'time', 'i', 'ordered', 'it', 'with', 'the', 'layered', 'luna', 'dress', 'in', 'grey', 'and', 'i', 'am', 'now', 'giddy', 'with', 'excitement', 'to', 'wear', 'the', 'combo', 'very', 'chic', 'i', 'am', 'confident', 'this', 'will', 'be', 'a', 'staple', 'in', 'the', 'years', 'to', 'come', 'for', 'reference', 'i', 'ordered', 'my', 'normal', 'size', 'xs', '5', '5', '115', 'lbs', 'muscular', 'and', 'did', 'not', 'find', 'it', 'to', 'be', 'too', 'tight', 'in', 'the', 'arms', 'and', 'i', 'have', 'fairly', 'broad', 'shoulders', 'i', 'did', 'not', 'try', 'it', 'on', 'with', 'long', 'sleeves', 'but', 'i', 'still', 'think', 'there', 'would', 'be', 'adequate', 'room', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8531,873,54', 'cute', 'front', 'pattern', 'flares', 'too', 'much', 'in', 'the', 'back', 'i', 'wanted', 'to', 'really', 'love', 'this', 'because', 'it', "'s", 'a', 'bit', 'more', 'styled', 'than', 'a', 'plain', 'tank', 'but', 'the', 'front', 'and', 'back', 'both', 'poof', 'out', 'and', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'maternity', 'top', 'just', 'did', "n't", 'do', 'my', 'body', 'any', 'justice', 'loved', 'the', 'top', 'and', 'that', 'part', 'fit', 'great', 'but', 'the', 'bottom', 'part', 'was', 'too', 'poofy', 'and', 'sadly', 'not', 'a', 'good', 'look', 'at', 'all', 'on', 'me', ',4,1,3', 'general', 'tops', 'knits'] ['8532,828,44', 'a', 'super', 'soft', 'shirt', 'i', 'was', 'so', 'excited', 'to', 'see', 'this', 'shirt', 'in', 'petite', 'sizing', 'for', 'reference', 'i', 'am', '5', '2', '105', 'lbs', '32a', 'chest', 'with', 'a', 'thin', 'but', 'athletic', 'build', 'i', 'love', 'the', 'feel', 'of', 'this', 'shirt', 'it', 'is', 'made', 'from', 'a', 'tencil', 'blend', 'that', 'gives', 'it', 'a', 'nice', 'weight', 'and', 'drape', 'because', 'i', 'do', "n't", 'have', 'much', 'of', 'a', 'chest', 'i', 'do', 'think', 'it', 'is', 'a', 'bit', 'low-cut', 'on', 'me', 'i', 'will', 'probably', 'wear', 'a', 'cami', 'underneath', 'next', 'time'] ['it', 'is', 'a', 'pretty', 'versatile', 'dress', 'up', 'or', 'down', 'kind', 'of', 'piece', 'which', 'is', 'why', 'i', 'chose', 'it', 'i', 'gave', 'it', 'a', 'four', 'star', 'rating', 'only', 'because', 'it', 'is', 'ama', 's', ',4,1,3', 'general', 'tops', 'blouses'] ['8533,964,57', 'absolutely', 'love', 'this', 'jacket', 'this', 'is', 'an', 'amazing', 'jacket', 'it', 'fits', 'perfectly', 'through', 'the', 'shoulders', 'with', 'enough', 'give', 'to', 'make', 'it', 'comfortable', 'i', 'love', 'the', 'color', 'and', 'the', 'feel', 'of', 'it', 'as', 'well', 'it', 'will', 'be', 'perfect', 'for', 'the', 'spring', 'and', 'summer', 'evenings', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['8534,964,62', 'amazing', 'absolutely', 'love', 'this', 'jacket', 'soft', 'nice', 'amount', 'of', 'stretch', 'and', 'the', 'fit', 'is', 'beautiful', 'i', "'m", '5', '7', 'with', 'a', 'long', 'torso', 'and', 'was', 'happy', 'with', 'the', 'length', 'on', 'this', 'too', 'motos', 'are', 'sometimes', 'tricky', 'for', 'me', 'totally', 'cute', 'and', 'versatile', 'worth', 'full', 'price', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['8535,964,31', 'do', "n't", 'try', 'this', 'on', 'if', 'you', 'are', "n't", 'prepared', 'to', 'buy', 'it', 'i', 'love', 'this', 'jacket', 'it', 'has', 'great', 'structure', 'and', 'lays', 'nicely', 'while', 'still', 'have', 'knit', 'arms', 'and', 'a', 'lining', 'do', "n't", 'try', 'this', 'on', 'if', 'you', 'are', "n't", 'prepared', 'to', 'buy', 'it', 'because', 'it', "'s", 'amazing', 'color', 'is', 'more', 'of', 'an', 'olive', 'than', 'a', 'khaki', 'to', 'me', 'as', 'it', 'appears', 'in', 'this', 'picture', 'i', 'am', '5', '5', '135lbs', '34c', 'and', 'the', 'small', 'fit', 'perfectly', 'definitely', 'consider', 'this', 'as', 'an', 'investment', 'piece', 'across', 'many', 'seasons', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8536,964,33', 'cute', 'but', 'small', 'i', 'ordered', 'this', 'jacket', 'thinking', 'it', 'would', 'look', 'good', 'with', 'so', 'many', 'of', 'my', 'current', 'outfits', 'i', "'m", 'usually', 'between', 'a', 'small', 'and', 'medium', 'in', 'jackets', 'so', 'taking', 'the', 'advise', 'of', 'the', 'other', 'reviewers', 'i', 'went', 'with', 'a', 'medium', 'while', 'it', 'fit', 'in', 'the', 'arms', 'just', 'fine', 'the', 'torso', 'was', 'tight', 'i', 'couldnt', 'even', 'zip', 'it', 'up', 'i', 'guess', 'i', 'should', 'have', 'gone', 'with', 'a', 'large', 'after', 'mulling', 'it', 'over', 'i', 'decided', 'to', 'just', 'return', 'instead', 'of', 'exchanging', 'i', 'felt', 'the', 'jacket', 'had', 'a', 'much', 'harder', 'edge', 'to', 'it', 'than', 'my', 'style', 'is', 'i', 'was', 'very', 'impressed', 'with', 'the', 'qu', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8537,964,24', 'good', 'jacket', 'just', 'not', 'my', 'look', 'i', 'got', 'this', 'jacket', 'thinking', 'it', 'was', 'going', 'to', 'look', 'different', 'on', 'me', 'while', 'i', 'ended', 'up', 'returning', 'it', 'it', 'fit', 'me', 'nicely', 'and', 'was', 'good', 'quality', 'it', 'just', 'was', "n't", 'the', 'look', 'i', 'was', 'going', 'for', ',4,1,2', 'general', 'petite', 'jackets', 'jackets'] ['8538,964,37', 'great', 'jacket', 'ordered', 'this', 'jacket', 'in', 'the', 'holly', 'color', 'thinking', 'it', 'would', 'be', 'brown', 'per', 'the', 'photo', 'but', 'when', 'it', 'arrived', 'it', 'was', 'more', 'olive', 'green', 'it', 'is', 'a', 'beautiful', 'well-made', 'jacket', 'but', 'i', 'already', 'have', 'two', 'olive', 'green', 'jackets', 'don', 't', 'need', 'a', 'third', 'if', 'they', 'bring', 'this', 'jacket', 'out', 'in', 'brown', 'i', 'will', 'definitely', 'order', 'i', 'order', 'the', 'xs', 'and', 'it', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['8539,834,46', 'size', '16', 'looks', 'great', 'i', 'bought', 'the', 'navy/ivory', 'patterned', 'one', 'in', 'size', '16.', 'i', 'loved', 'the', 'details', 'of', 'the', 'faces', 'so', 'much', 'that', 'i', 'ordered', 'a', 'second', 'one', 'in', 'the', 'same', 'pattern', 'on', 'sale', 'now', 'i', 'see', 'they', "'re", 'still', 'available', 'on', 'clearance', 'so', 'i', 'have', 'a', '3rd', 'the', 'ivory', 'with', 'pastel', 'stripes', 'the', 'length', 'is', 'perfect', 'it', "'s", 'comfortable', 'washes', 'well', 'and', 'has', 'personality', 'i', 'love', 'these', 'i', 'should', 'have', 'bought', 'the', 'other', 'whimsical', 'prints', 'i', "'ve", 'had', 'good', 'use', 'out', 'of', 'them', 'this', 'summer', 'and', 'will', 'in', 'the', 'colder', 'months', 'too', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8540,873,46', 'white', 'is', 'a', 'dull', 'shade', 'not', 'bright', 'white', 'i', 'ordered', 'the', 'xl', 'in', 'white', 'for', 'fit', 'it', "'s", 'true', 'to', 'size', 'it', 'matches', 'the', 'model', "'s", 'photos', 'it', "'s", 'a', 'comfortable', 'top', 'the', 'shape', 'is', 'good', 'with', 'the', 'pleating', 'but', 'the', 'color', 'is', 'definitely', 'off', 'it', "'s", 'as', 'if', 'the', 'white', 'fabric', 'was', 'pre-washed', 'with', 'navy', 'it', "'s", 'not', 'the', 'fresh', 'crisp', 'white', 'shown', 'at', 'least', 'for', 'the', 'one', 'i', 'received'] [] ['the', 'quality', 'of', 'the', 'material', 'is', 'basic', 'the', 'black', 'version', 'might', 'be', 'the', 'better', 'one', 'overall', 'i', "'m", 'going', 'to', 'exchange', 'the', 'white', 'one', 'i', 'have', 'to', 'give', 'that', 'a', 'try', 'overall', 'i', 'do', "n't", 'think', 'it', "'s", 'worth', 'ful', ',2,0,11', 'general', 'tops', 'knits'] ['8541,964,41', 'better', 'than', 'expected', 'got', 'this', 'on', 'a', 'whim', 'and', 'boy', 'i', "'m", 'very', 'pleased', 'it', "'s", 'flattering', 'and', 'the', 'material', 'is', 'perfect', 'for', 'spring', 'weather', 'size', 'up', 'as', 'mentioned', 'by', 'other', 'reviewers.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['8542,1059,36', 'fun', 'so', 'i', 'ordered', 'both', 'sizes', 'in', 'this', 'small', 'and', 'xs', 'i', "'m", '128', 'lbs', 'and', '5', '4', 'and', 'the', 'xs', 'fit', 'me', 'at', 'first', 'i', 'was', "n't", 'sure', 'about', 'this', 'piece', 'but', 'after', 'getting', 'it', 'on', 'it', 'starts', 'to', 'grow', 'on', 'you', 'the', 'top', 'part', 'of', 'the', 'jumper', 'fits', 'really', 'cute', 'and', 'the', 'bottoms', 'are', 'very', 'wide', 'and', 'can', 'be', 'long', 'i', 'did', 'get', 'this', 'at', 'a', 'great', 'price', 'so', 'i', "'m", 'going', 'to', 'keep', 'it', 'do', "n't", 'know', 'how', 'many', 'times', 'i', 'will', 'end', 'up', 'wearing', 'but', 'thought', 'it', 'would', 'be', 'really', 'cute', 'to', 'wear', 'out', 'on', 'date', 'night', 'with', 'my', 'husband', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8543,952,58', 'vintage', 'cozy', 'unique', 'adorable', 'sweater', 'i', 'agree', 'with', 'the', 'others', 'this', 'is', 'the', 'type', 'sweater', 'that', 'hooked', 'me', 'on', 'retailer', 'ten', 'years', 'ago', 'i', 'love', 'my', 'new', 'sweater', 'i', 'do', 'recommend', 'wearing', 'a', 'long', 'sleeve', 'tee', 'underneath', 'the', 'sleeves', 'are', 'itchy.,5,1,3', 'general', 'tops', 'sweaters'] ['8544,873,27', 'cute', 'top', 'run', 'large', 'this', 'is', 'a', 'great', 'swingy', 'tank', 'for', 'summer', 'and', 'the', 'smocking', 'adds', 'a', 'nice', 'design', 'element', 'to', 'an', 'otherwise', 'plain', 'white', 'top', 'i', 'typically', 'wear', 'a', 'l', 'sometimes', 'xl', 'in', 'tops', 'from', 'retailer', 'but', 'the', 'l', 'in', 'this', 'is', 'pretty', 'loose', 'i', 'am', 'hoping', 'it', 'will', 'shrink', 'down', 'quite', 'a', 'bit', 'in', 'the', 'wash.', 'otherwise', 'i', 'really', 'love', 'the', 'top', 'and', 'now', 'that', 'it', "'s", 'on', 'sale', 'the', 'price', 'is', 'definitely', 'right', 'i', 'wish', 'the', 'black', 'one', 'was', 'still', 'available', ',4,1,0', 'general', 'tops', 'knits'] ['8545,873,38', 'great', 'top', 'wish', 'it', 'came', 'in', 'more', 'colors', 'this', 'tank', 'is', 'well', 'made', 'and', 'the', 'top', 'part', 'is', 'doubled', 'partially', 'so', 'you', 'can', 'get', 'away', 'without', 'wearing', 'a', 'bra', 'if', 'you', 'wish', 'i', "'m", '5', '1', 'and', 'tried', 'on', 'the', 'standard', 'xs', 'in', 'store', 'because', 'xxs', 'was', 'not', 'available', 'it', 'was', 'a', 'little', 'bit', 'longer', 'on', 'me', 'than', 'on', 'the', 'model', 'pictured', 'the', 'pin-tucked', 'area', 'fit', 'well', 'not', 'too', 'tight', 'or', 'loose', 'and', 'the', 'bottom', 'part', 'was', 'flowy', 'which', 'i', 'do', "n't", 'mind', 'i', 'expect', 'this', 'top', 'to', 'shrink', 'in', 'the', 'wash', 'a', 'tad', 'which', 'would', 'make', 'it', 'perfect', 'for', 'me', 'i', 'opted', 'for', 'the', 'white', 'vs.', 'the', 'black', 'because', 'i', 'love', 'the', 'pi', ',5,1,6', 'general', 'tops', 'knits'] ['8546,952,57', 'seemed', 'more', 'like', 'a', 'jacket', 'to', 'me', 'nice', 'sweater', 'i', 'love', 'the', 'detail', 'in', 'the', 'front', 'i', 'did', "n't", 'like', 'that', 'it', 'was', 'lined', 'it', 'seemed', 'too', 'much', 'like', 'a', 'jacket', 'instead', 'of', 'a', 'sweater', 'to', 'me', 'nice', 'details', 'on', 'the', 'sleeve', 'but', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'i', 'have', 'found', 'many', 'retailer', 'cardigans', 'to', 'be', 'a', 'bit', 'on', 'the', 'small', 'side', 'so', 'i', 'sized', 'up', 'with', 'this', 'sweater'] [] ['no', 'need', 'to', 'do', 'that', 'this', 'sweater', 'is', 'true', 'to', 'size'] [] ['i', 'am', 'usually', 'a', 'large', 'and', 'i', 'felt', 'the', 'xl', 'was', 'too', 'big', 'it', 'fit', 'like', 'a', 'jacket', 'instead', 'of', 'a', 'sweater', 'the', 'sleeves', 'are', 'too', 'long', 'for', 'my', 'liking', 'i', 'like', '3/4', 'sle', ',4,1,0', 'general', 'tops', 'sweaters'] ['8547,247,28', 'very', 'pretty', 'comfortable', 'this', 'bra', 'is', 'obviously', 'very', 'pretty', 'and', 'feminine', 'but', 'i', 'was', 'surprised', 'that', 'it', "'s", 'also', 'really', 'comfortable', 'it', 'provides', 'a', 'pretty', 'good', 'amount', 'of', 'support', 'especially', 'for', 'an', 'unlined', 'bra', 'and', 'feels', 'pretty', 'sturdy', 'despite', 'there', 'not', 'being', 'much', 'there', 'my', '34b', 'fit', 'true', 'to', 'size', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['8548,952,29', 'so', 'cute', 'i', 'want', 'to', 'wear', 'it', 'everyday', 'i', 'love', 'this', 'sweater', 'aside', 'from', 'it', 'being', 'absolutely', 'adorable', 'the', 'quality', 'is', 'great', 'and', 'the', 'sizing', 'is', 'accurate', 'i', 'have', 'received', 'so', 'many', 'compliments', 'on', 'it', 'so', 'far', 'and', 'honestly', 'i', 'want', 'to', 'wear', 'it', 'everyday', 'the', 'sweater', 'is', 'super', 'soft', 'and', 'comfy', 'and', 'of', 'course', 'i', 'totally', 'recommend', 'it', 'thanks', 'retailer', ',5,1,2', 'general', 'tops', 'sweaters'] ['8549,964,70', 'this', 'jacker', 'has', 'swag', 'i', 'love', 'the', 'design', 'and', 'color', 'of', 'this', 'jacket', 'when', 'i', 'saw', 'it', 'pictured', 'i', 'thought', 'it', 'was', 'a', 'vest', 'the', 'sleeves', 'and', 'collar', 'are', 'made', 'of', 'a', 'contrasting', 'type', 'of', 'fabric', 'the', 'sleeves', 'are', 'a', 'knit', 'but', 'fit', 'in', 'very', 'well', 'with', 'the', 'design', 'of', 'the', 'jacket'] ['i', 'ordered', 'a', 'small', 'because', 'i', 'had', 'ordered', 'a', 'small', 'in', 'a', 'vest', 'made', 'by', 'the', 'same', 'manufacturer'] ['this', 'jacket', 'runs', 'smaller', 'the', 'sleeves', 'were', 'very', 'tight', 'and', 'overall', 'it', 'was', 'just', 'too', 'small', 'had', 'to', 'return', 'it', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['8550,964,36', 'another', 'favorite', 'jacket', 'by', 'marrakech/retailer', 'this', 'brand', 'makes', 'the', 'best', 'jackets', 'i', 'got', 'a', 'vest', 'from', 'them', 'last', 'year', 'and', 'an', 'olive', 'moto', 'jacket', 'both', 'fit', 'amazing', 'this', 'one', 'is', 'no', 'different', 'it', 'fits', 'great', 'love', 'that', 'it', "'s", 'a', 'great', 'casual', 'jacket', 'with', 'structure', 'and', 'drape', 'i', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'this', 'jacket', 'every', 'time', 'i', 'wear', 'it', 'i', 'feel', 'so', 'pulled', 'together', 'fun', 'light', 'gray', 'color', 'that', 'you', 'do', "n't", 'see', 'too', 'often', 'in', 'jackets', 'this', 'is', 'a', 'jacket', 'i', 'see', 'in', 'my', 'wardrobe', 'for', 'years', 'to', 'come', 'must', 'have', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8551,964,33', 'fit', 'is', 'weird', 'i', 'might', 'be', 'the', 'only', 'odd', 'person', 'out', 'there', 'who', 'think', 'this', 'jacket', 'is', 'not', 'perfect', 'at', 'all', 'a', 'lot', 'of', 'other', 'reviewers', 'said', 'that', 'the', 'jacket', 'runs', 'small', 'for', 'me', 'it', "'s", 'not', 'true', 'at', 'all', 'i', 'had', 'to', 'go', 'to', 'xxp', 'petite', 'to', 'find', 'the', 'fit', 'acceptable', 'but', 'it', 'was', 'simply', 'too', 'short', 'rather', 'than', '20', 'as', 'it', 'states', 'on', 'the', 'website', 'it', "'s", 'more', 'like', '18', 'which', 'is', 'a', 'thing', 'i', 'almost', 'never', 'experienced', 'because', 'i', 'am', 'a', 'petite', 'person', 'i', 'do', "n't", 'even', 'want', 'to', 'go', 'regular', 'size', 'because', 'it', 'would', "'ve", 'been', 'too', 'big', 'i', 'saw', 'some', 'photos', 'that', 'others', 'po', ',2,0,2', 'general', 'petite', 'jackets', 'jackets'] ['8552,952,48', 'i', 'received', 'this', 'today', 'and', 'totally', 'bummed', 'it', "'s", 'not', 'cold', 'enough', 'where', 'i', 'live', 'to', 'where', 'this', 'yet', 'this', 'style', 'of', 'sweater', 'is', 'what', 'initially', 'hooked', 'me', 'into', 'retailer', 'it', 'looks', 'like', 'one', 'you', "'d", 'have', 'up', 'in', 'your', 'closet', 'for', 'years', 'good', 'quality', 'feels', 'nice', 'and', 'i', 'love', 'the', 'detail', 'on', 'the', 'sleeve', 'kind', 'of', 'wish', 'they', "'d", 'put', 'a', 'little', 'detail', 'on', 'the', 'back', 'maybe', 'a', 'peek', 'a', 'boo', 'detail', 'of', 'a', 'small', 'flower', 'or', 'another', 'ladybug', 'but', 'overall', 'i', "'m", 'very', 'pleased', ',4,1,3', 'general', 'tops', 'sweaters'] ['8553,952,44', 'i', 'agree', 'with', 'the', 'whimsy', 'comments', 'the', 'detail', 'is', 'lovely', 'especially', 'the', 'dragonflies', 'on', 'the', 'sleeve', 'and', 'the', 'quality', 'is', 'there', 'with', 'the', 'lining', 'trouble', 'is', 'this', 'is', 'thick', 'fabric', 'cut', 'in', 'a', 'box', 'shape', 'imo', 'you', 'have', 'to', 'be', 'very', 'skinny', 'to', 'pull', 'this', 'off', 'and', 'not', 'look', 'like', 'a', 'tank', 'i', 'looked', 'at', 'the', 'model', 'after', 'purchasing', 'and', 'notice', 'that', 'she', 'has', 'it', 'open', 'and', 'swept', 'back', 'a', 'bit', 'bc', 'if', 'it', 'is', 'not', 'it', 'is', 'terribly', 'unflattering', ',1,0,2', 'general', 'tops', 'sweaters'] ['8554,873,60', 'delightful', 'i', 'bought', 'this', 'top', 'in', 'the', 'black', 'with', 'the', 'dobby', '4', 'shorts', 'in', 'grey', 'and', 'wore', 'them', 'as', 'a', 'set', '2', 'of', 'the', '3', 'days', 'last', 'weekend'] ['mind', 'you', 'i', 'am', 'tall', 'but', 'the', 'neckline', 'is', 'lovely', 'the', 'smocking', 'creates', 'a', 'nice', 'close', 'drape', 'and', 'the', 'length', 'and', 'the', 'fullness', 'in', 'the', 'bottom', 'perfectly', 'offset', 'the', 'short-short', 'concept', 'got', 'lots', 'of', 'compliments', 'with', 'the', '2'] ['i', 'generally', 'wear', 'a', '12', 'and', 'ordered', 'a', 'medium', 'which', 'was', 'fit', 'nicely', 'with', 'enough', 'room', 'for', 'a', 'wash', 'and', 'dry', 'going', 'forward', ',5,1,7', 'general', 'tops', 'knits'] ['8555,828,29', 'love', 'i', 'absolutely', 'love', 'this', 'blouse', 'it', 'is', 'so', 'soft', 'easy', 'to', 'wear', 'and', 'can', 'be', 'worn', 'with', 'so', 'many', 'things', 'i', "'m", '5', '3', '135', 'pounds', 'and', 'got', 'a', 'small', 'regular', 'i', 'could', "'ve", 'gone', 'for', 'the', 'petite', 'but', 'decided', 'to', 'do', 'regular', 'love', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['8556,964,26', 'the', 'everygirl', 'basic', 'first', 'off', 'this', 'jacket', 'is', 'more', 'of', 'a', 'greenish', 'hue', 'in', 'person', 'which', 'i', 'personally', 'love', 'over', 'the', 'tan', 'i', 'was', 'not', 'sure', 'how', 'the', 'sleeves', 'would', 'be', 'after', 'a', 'few', 'wears', 'since', 'they', 'are', 'not', 'canvas', 'but', 'they', 'are', 'holding', 'up', 'and', 'not', 'stretching', 'out', 'there', 'is', 'fleece', 'inside', 'the', 'sleeves', 'for', 'extra', 'warmth', 'since', 'it', 'is', 'not', 'the', 'best', 'layering', 'jacket', 'overall', 'if', 'you', "'re", 'considering', 'this', 'jacket', 'take', 'the', 'plunge', 'like', 'i', 'did', 'order', 'your', 'usual', 'size', 'for', 'perfect', 'fit', 'or', 'size', 'up', 'if', 'you', "'re", 'hoping', 'to', 'layer', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8557,964,28', 'very', 'cute', 'until', 'washed', 'i', 'loved', 'this', 'jacket', 'it', 'is', 'very', 'cute', 'until', 'i', 'washed', 'it', 'i', 'followed', 'the', 'care', 'instructions', 'and', 'it', 'still', 'does', 'not', 'wash', 'well', 'the', 'arms', 'shrank', 'about', 'half', 'an', 'inch', 'making', 'them', 'a', 'little', 'short', 'i', 'have', 'been', 'rolling', 'them', 'up', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['8558,873,54', 'fun', 'hi', 'i', 'bought', 'this', 'top', 'for', 'my', 'daughter', 'she', 'absolutely', 'loves', 'it', 'the', 'fabric', 'is', 'very', 'substantial', 'it', 'flows', 'really', 'nice', 'if', 'i', 'was', 'younger', 'i', 'would', 'buy', 'one', 'for', 'myself', 'lol', ',5,1,3', 'general', 'tops', 'knits'] ['8559,1059,60', 'runs', 'large', 'like', 'the', 'color', 'and', 'romper', 'style', 'this', 'runs', 'extremely', 'large', 'i', 'am', 'normally', 'a', 'petite', 'small', 'and', 'it', 'was', 'too', 'large', 'with', 'the', 'wide-', 'leg', 'style', 'and', 'overall', 'length', 'you', 'may', 'need', 'to', 'alter', 'this', 'piece.,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['8560,952,40', 'wicked', 'awesome', 'took', 'a', 'chance', 'without', 'trying', 'it', 'on', 'and', 'ordered', 'online', 'i', 'love', 'everything', 'about', 'this', 'sweater', 'fit', 'is', 'on', 'the', 'spot', 'details', 'are', 'pretty', 'and', 'wonderful', 'try', 'it', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,1', 'general', 'tops', 'sweaters'] ['8561,964,35', 'flattering', 'jacket', 'size', 'up', 'this', 'is', 'my', 'third', 'marrakech', 'jacket', 'in', 'as', 'many', 'months', 'i', 'love', 'it', 'i', 'was', 'hesitant', 'to', 'order', 'it', 'because', 'of', 'the', 'beige', 'color', 'luckily', 'it', 'is', 'more', 'of', 'a', 'green', 'beige', 'it', 'is', 'a', 'very', 'flattering', 'jacket', 'and', 'yes', 'you', 'do', 'want', 'to', 'size', 'up', 'this', 'jacket', 'is', 'so', 'comfortable', 'i', 'usually', 'leave', 'it', 'on', 'when', 'i', 'get', 'home', 'because', 'i', 'do', "n't", 'want', 'to', 'take', 'it', 'off', 'i', 'am', '5', '5', '34', 'b', 'and', 'the', 'medium', 'fits', 'great', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8562,873,32', 'really', 'cute', 'peplum', 'top', 'i', 'ordered', 'this', 'in', 'black', 'in', 'a', 'medium', 'i', "'ve", 'ordered', 'several', 'deletta', 'tops', 'before', 'and', 'the', 'mediums', 'fit', 'great', 'but', 'in', 'this', 'top', 'i', 'think', 'i', 'could', 'have', 'done', 'a', 'small', 'i', 'do', "n't", 'want', 'to', 'hassle', 'with', 'returning', 'it', 'tho', 'and', 'it', 'should', 'work', 'fine.,4,1,3', 'general', 'tops', 'knits'] ['8563,952,44', 'grandma', 'sleeves', 'super', 'cute', 'sweater', 'and', 'i', 'was', 'totally', 'excited', 'and', 'then', 'i', 'looked', 'at', 'the', 'sleeves', 'which', 'are', 'not', 'shown', 'in', 'the', 'pictures', 'what', 'you', 'can', 'not', 'see', 'are', 'the', 'dragonfly', 'sequins', 'and', 'sparkly', 'beads', 'suitable', 'for', 'women', '4', 'and', '84', 'ugh', 'too', 'bad', 'going', 'right', 'back.,3,0,0', 'general', 'tops', 'sweaters'] ['8564,828,39', 'must', 'have', 'item', 'for', 'summer', 'hi', 'there'] ['if', 'you', 'are', 'looking', 'for', 'a', 'shirt', 'you', 'can', 'wear', 'all', 'summer', 'long', 'this', 'is', 'it', 'soft', 'a', 'little', 'darker', 'than', 'shown', 'in', 'the', 'picture', 'which', 'i', 'like', 'better', 'and', 'super', 'comfortable', 'it', 'also', 'keeps', 'me', 'cool', 'in', 'these', 'hot', 'june', 'temperatures', 'a', 'great', 'blouse', 'to', 'throw', 'on', 'with', 'shorts', 'or', 'white', 'jeans', 'and', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'for', 'casual', 'fridays', 'at', 'work', 'it', 'is', 'definitely', 'oversized', 'but', 'no', 'more', 'so', 'than', 'all', 'clothes', 'these', 'days', 'i', 'stuck', 'with', 'a', 'size', 'small', 'and', 'usually', 'wear', 'a', 'size', '4/6', 'in', 'tops', 'so', 'if', 'you', 'are', 'ti', ',5,1,3', 'general', 'tops', 'blouses'] ['8565,1059,57', ',this', 'looks', 'just', 'as', 'pictured', 'it', "'s", 'comfortable', 'but', 'dressy', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8566,964,52', 'functional', 'and', 'fab', 'in', 'one', 'piece', 'i', 'am', 'really', 'impressed', 'with', 'the', 'workmanship', 'of', 'this', 'jacket', 'as', 'well', 'as', 'the', 'fit', 'it', 'really', 'does', 'fit', 'me', 'well', 'and', 'has', 'a', 'cool', 'look', 'the', 'quality', 'is', 'really', 'worth', 'the', 'price', 'thank', 'you', 'retailer', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['8567,964,45', 'really', 'versatile', 'little', 'jacket', 'i', 'saw', 'this', 'in', 'store', 'but', 'they', 'did', "n't", 'have', 'my', 'size', 'and', 'i', 'balked', 'at', 'the', 'price', 'however', 'i', 'kept', 'thinking', 'about', 'it', 'and', 'once', 'i', 'received', 'it', 'from', 'online', 'i', 'now', 'think', 'it', "'s", 'well', 'worth', 'it', 'the', 'quality', 'is', 'very', 'nice', 'and', 'it', 'fits', 'tts', 'i', 'like', 'that', 'the', 'arm', 'materials', 'is', 'stretchy', 'i', "'ve", 'worn', 'this', 'with', 'jeans', 'but', 'will', 'also', 'wear', 'it', 'with', 'a', 'skirt', 'to', 'the', 'office', 'it', "'s", 'got', 'enough', 'weight', 'to', 'function', 'as', 'a', 'light', 'spring', 'jacket', 'the', 'color', 'matches', 'the', 'photo', 'and', 'is', 'a', 'nice', 'neutral', 'to', 'go', 'with', 'many', 'things', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['8568,873,31', 'pretty', 'top', 'not', 'for', 'me', 'fabric', 'quality', 'is', 'good', 'pattern', 'is', 'pretty', 'in', 'person', 'very', 'comfortable', 'i', "'m", 'not', 'sure', 'if', 'it', "'s", 'because', 'i', 'have', 'an', 'ample', 'chest', 'but', 'unfortunately', 'it', 'looked', 'like', 'a', 'maternity', 'shirt', 'on', 'me', 'it', 'looks', 'good', 'from', 'the', 'front', 'but', 'from', 'other', 'angles', 'it', 'looked', 'bulky', 'i', 'tried', 'in', 'both', 'white', 'and', 'black', 'and', 'i', 'think', 'the', 'white', 'looks', 'better', 'the', 'smocked', 'top', 'is', 'more', 'visible', ',4,1,0', 'general', 'tops', 'knits'] ['8569,952,36', 'nice', 'details', 'this', 'is', 'a', 'bit', 'more', 'jacket-ish', 'than', 'i', 'expected', 'the', 'material', 'is', 'kind', 'of', 'scratchy', 'and', 'it', 'was', 'heavier', 'than', 'expected', 'it', 'has', 'a', 'lining', 'in', 'it', 'like', 'a', 'jacket', 'lining', 'i', 'was', "n't", 'a', 'fan', 'of', 'the', 'clasps', 'on', 'the', 'front', 'i', 'guess', 'they', 'are', 'meant', 'to', 'be', 'invisible', 'but', 'they', 'are', 'literally', 'little', 'metal', 'clasps', 'it', 'is', 'more', 'cropped', 'in', 'the', 'length', 'than', 'i', 'expected', 'and', 'i', 'do', "n't", 'have', 'a', 'particularly', 'long', 'torso', 'i', 'like', 'the', 'embroidery', 'the', 'pattern', 'is', 'lovely', 'the', 'fit', 'is', 'about', 'spot', 'on', 'i', 'am', 'about', 'a', '12/14', 'with', 'a', '38c', 'bust', 'and', 'the', 'l', 'fi', ',3,1,0', 'general', 'tops', 'sweaters'] ['8570,952,56', 'shapeless', 'this', 'cardigan', 'is', 'made', 'of', 'nice', 'materials', 'and', 'is', 'lined', 'but', 'it', 'is', 'boxy', 'and', 'totally', 'un-fitted', 'i', 'swim', 'which', 'means', 'i', 'have', 'large', 'shoulders', 'and', 'this', 'thing', 'makes', 'me', 'look', 'like', 'a', 'boxing', 'champion', 'well', 'a', 'fat', 'boxing', 'champion', 'as', 'it', 'has', 'not', 'waste-line', 'the', 'sleeves', 'are', 'too', 'long', 'and', 'as', 'usual', 'retailer', 'saves', 'on', 'money', 'by', 'using', 'little', 'cheap', 'hooks', 'instead', 'of', 'buttons', 'as', 'a', 'closing', 'system', 'so', 'if', 'you', 'choose', 'to', 'close', 'this', 'cardigan', 'it', 'just', 'looks', 'awful', ',2,0,1', 'general', 'tops', 'sweaters'] ['8571,952,62', 'timeless', 'and', 'unique', 'as', 'stated', 'by', 'others', 'this', 'is', 'the', 'type', 'of', 'unique', 'retailer', 'product', 'that', 'i', 'love', 'and', 'that', 'makes', 'me', 'return', 'to', 'the', 'store', 'again', 'and', 'again', 'i', 'would', 'have', 'given', 'it', '5', 'stars', 'if', 'the', 'sleeves', 'were', 'lined', 'and', 'the', 'body', 'length', 'was', 'longer', 'the', 'sleeves', 'are', 'indeed', 'long', 'although', 'this', 'adds', 'to', 'the', 'coziness', 'but', 'i', 'would', 'have', 'loved', 'the', 'body', 'a', 'bit', 'longer', 'like', 'other', 'cardigans', 'have', 'been', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'it', 'as', 'soon', 'as', 'we', 'get', 'a', 'bit', 'more', 'cool', 'here', 'congratulations', 'retailer', 'for', 'a', 'winner', ',4,1,3', 'general', 'tops', 'sweaters'] ['8572,873,33', 'cute', 'peplum', 'tank', 'without', 'being', 'frumpy', 'i', 'bought', 'this', 'tank', 'on', 'a', 'whim', 'without', 'trying', 'it', 'on', 'in', 'the', 'store', 'in', 'black', 'the', 'detail', 'on', 'the', 'front', 'is', 'cute', 'and', 'the', 'peplum', 'is', 'really', 'cute', 'without', 'being', 'frumpy', 'at', 'all', 'i', 'am', 'usually', 'a', 'small', 'ocassionally', 'a', 'medium', 'in', 'retailer', 'shirts', 'and', 'i', 'bought', 'this', 'in', 'small', 'it', 'fits', 'but', 'i', 'feel', 'like', 'i', 'could', 'have', 'gone', 'up', 'to', 'a', 'medium', 'it', "'s", 'just', 'a', 'little', 'tight', 'across', 'the', 'chest', 'but', 'i', 'do', 'have', 'more', 'broad', 'shoulders', 'than', 'most', 'so', 'maybe', 'it', "'s", 'just', 'because', 'of', 'that', 'the', 'fabric', 'is', 'nice', 'and', 'stretchy', 'so', 'i', 'might', 'be', 'able', 'to', 'get', 'away', ',5,1,14', 'general', 'tops', 'knits'] ['8573,1083,72', 'simple', 'tunic', 'with', 'lots', 'of', 'transition', 'possibilities', 'i', 'love', 'the', 'simplicity', 'and', 'modernity', 'of', 'this', 'tunic', 'however', 'the', 'pockets', 'ruin', 'it', 'if', 'that', "'s", 'possible', 'they', 'make', 'the', 'dress', 'bulky', 'around', 'the', 'hips', 'i', 'usually', 'wear', 'an', '8', 'or', 'medium', 'and', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'medium', 'i', 'think', 'this', 'brand', 'runs', 'a', 'little', 'small', 'the', 'bulky', 'pocket', 'issue', 'may', 'be', 'solved', 'with', 'a', 'larger', 'size', 'the', 'weight', 'of', 'the', 'fabric', 'is', 'a', 'little', 'heavy', 'which', 'prevents', 'year-round', 'wear', 'i', 'love', 'the', 'subtle', 'texture', 'one', 'odd', 'thing', 'the', 'tag', 'is', 'attached', 'to', 'the', 'stand-up', 'collar', 'i', 'had', 'my', 'hair', 'up', 'when', 'i', 'tried', ',3,1,11', 'general', 'petite', 'dresses', 'dresses'] ['8574,1078,20', 'dress', 'for', 'the', 'younger', 'girls', 'i', 'tried', 'this', 'dress', 'in', 'my', 'usual', 'size', '4.', 'the', 'slip', 'underneath', 'was', 'a', 'big', 'snug', 'but', 'the', 'dress', 'was', 'fine', 'i', 'sort', 'of', 'looked', 'like', 'a', 'little', 'girl', 'in', 'this', 'dress', 'it', 'is', 'very', 'pretty', 'but', 'more', 'for', 'the', 'younger', 'girls~not', 'for', 'the', 'over', '50', 'group.,4,1,3', 'general', 'dresses', 'dresses'] ['8575,1078,51', 'absolutely', 'beautiful', 'this', 'dress', 'is', 'really', 'lovely', 'in', 'person', 'the', 'fit', 'was', 'perfect', 'and', 'the', 'length', 'not', 'too', 'short', 'for', 'reference', 'i', "'m", 'very', 'busty', 'at', '38f', 'and', 'the', 'dress', 'actually', 'fit', 'i', "'m", 'an', 'xl', 'usually', 'and', 'the', 'fit', 'was', 'tts', 'the', 'only', 'thing', 'i', "'m", 'not', 'crazy', 'about', 'is', 'the', 'slip', 'it', "'s", 'more', 'of', 'a', 'flesh', 'toned', 'color', 'i', "'ll", 'probably', 'swap', 'it', 'out', 'for', 'a', 'white', 'one', 'please', 'make', 'more', 'like', 'these', 'retailer', ',5,1,8', 'general', 'dresses', 'dresses'] ['8576,1078,53', 'way', 'too', 'much', 'material', 'first', 'let', 'me', 'say', 'i', 'love', 'the', 'fabric', 'and', 'the', 'pattern', 'of', 'the', 'blue', 'dress', 'but', 'the', 'fit', 'is', 'extremely', 'loose', 'they', 'could', 'take', 'out', 'an', 'entire', '12', 'inches', 'of', 'material', 'and', 'it', 'would', 'still', 'be', 'a', 'swing', 'dress', 'the', 'photo', 'of', 'the', 'back', 'of', 'the', 'model', 'where', 'the', 'blue', 'dress', 'goes', 'in', 'to', 'her', 'waist', 'is', 'not', 'at', 'all', 'accurate', 'if', 'it', 'was', 'i', 'would', 'love', 'this', 'dress', 'the', 'photo', 'of', 'the', 'model', 'wearing', 'the', 'other', 'color', 'is', 'how', 'the', 'dress', 'actually', 'hangs', 'straight', 'down', 'from', 'the', 'underarms', 'and', 'then', 'bigger', 'as', 'it', 'goes', 'toward', 'the', 'hemline', 'i', 'am', '5', '7', ',2,0,9', 'general', 'dresses', 'dresses'] ['8577,774,44', 'a', 'little', 'short', 'but', 'i', "'m", '5', '4', 'and', 'weight', '130', 'and', 'i', 'usually', 'wear', 'a', 'small', 'in', 'dresses', 'from', 'retailer', 'although', 'this', 'fits', 'everywhere', 'it', "'s", 'a', 'tad', 'shorter', 'than', 'i', 'expected', 'based', 'on', 'the', 'fact', 'i', 'figured', 'the', 'model', 'was', 'at', 'least', '5/7', 'and', 'this', 'looks', 'to', 'be', 'mid-thigh', 'it', "'s", 'mid-thigh', 'on', 'me', 'so', 'i', "'ll", 'be', 'wearing', 'tights', 'and', 'boots-', 'ca', "n't", 'wear', 'without', 'tights', 'imho', 'otherwise', 'so', 'comfortable', 'and', 'cute', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['8578,1078,48', 'love', 'this', 'is', 'such', 'a', 'beautiful', 'dress', 'fell', 'in', 'love', 'with', 'it', 'at', 'first', 'sight', 'it', 'is', 'very', 'pretty', 'can', 'be', 'dressed', 'up', 'or', 'down', 'comes', 'with', 'an', 'attached', 'slip', 'that', 'is', 'a', 'tad', 'longer', 'than', 'the', 'dress', 'and', 'it', 'shows', 'on', 'the', 'bottom', 'darling', 'dress', 'that', 'will', 'get', 'lots', 'of', 'use', 'this', 'summer.,5,1,0', 'general', 'dresses', 'dresses'] ['8579,774,44', 'comfy', 'casual', 'dress', 'i', 'bought', 'this', 'to', 'wear', 'to', 'work', 'but', 'i', 'pictured', 'it', 'as', 'being', 'fancier', 'than', 'it', 'is', 'the', 'fabric', 'is', 'heavy', 'stiff', 'sweatshirt', 'material', 'i', 'bought', 'a', 'small', 'but', 'probably', 'would', 'have', 'been', 'better', 'off', 'with', 'an', 'xs', 'despite', 'this', 'it', "'s", 'long', 'enough', 'to', 'be', 'a', 'dress', 'on', 'me', 'and', 'it', 'is', 'comfortable', 'and', 'cute', 'it', 'will', 'be', 'nice', 'in', 'the', 'winter', 'and', 'could', 'probably', 'be', 'dressed', 'up', 'some', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['8580,1078,53', 'super', 'as', 'in', 'super', 'comfortable', 'and', 'a', 'joy', 'to', 'wear', 'i', 'saw', 'it', 'online', 'and', 'then', 'went', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'the', 'moment', 'i', 'put', 'it', 'on', 'i', 'knew', 'it', 'was', 'for', 'me', 'i', 'missed', 'out', 'on', 'getting', 'it', 'in', 'the', 'other', 'color', 'i', 'hope', 'you', 'get', 'more', 'in', 'other', 'colors', ',5,1,1', 'general', 'dresses', 'dresses'] ['8581,260,49', 'cute', 'vest', 'x2', 'fell', 'in', 'love', 'at', 'first', 'site', 'cozy', 'and', 'wonderful', 'design', 'that', 'creates', 'a', 'slim', 'line', 'even', 'with', 'full', 'figure', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['8582,496,37', ',love', 'the', 'quality', 'and', 'fit', 'it', 'runs', 'small', 'so', 'i', 'got', 'one', 'size', 'bigger.,5,1,0', 'general', 'bottoms', 'shorts'] ['8583,243,26', 'favorite', 'pjs', 'i', 'absolutely', 'love', 'these', 'sleepwear', 'pants', 'they', 'are', 'lightweight', 'soft', 'good', 'fit', 'and', 'quality', 'and', 'the', 'design', 'is', 'really', 'pretty', 'a', 'steal', 'at', 'this', 'price', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['8584,774,35', 'maybe', 'for', 'some', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'a', 'throw-on-and-go', 'outfit', 'that', 'was', 'casual', 'enough', 'with', 'sneakers', 'for', 'errands', 'but', 'stylish', 'enough', 'with', 'dressy', 'sandals', 'for', 'a', 'brunch', 'date', 'but', 'did', "n't", 'for', 'a', 'couple', 'of', 'reasons'] [] ['first', 'it', 'is', 'way', 'too', 'short', 'for', 'me', 'especially', 'on', 'the', 'sides', 'because', 'of', 'the', 'war', 'the', 'ruffled', 'bottom', 'lay', 'to', 'wear', 'as', 'a', 'dress', 'it', 'was', 'more', 'tunic', 'length-', 'but', 'i', 'would', "n't", 'want', 'to', 'wear', 'pants', 'underneath', 'because', 'it', 'would', 'take', 'away', 'from', 'the', 'overall', 'aesthetic', 'also', 'the', 'ruffled', 'sleeves', 'give', 'me', 'unwanted', 'volume', 'th', ',3,0,2', 'initmates', 'intimate', 'lounge'] ['8585,774,30', 'my', 'new', 'favorite', 'dress', 'cute', 'and', 'super', 'comfortable', 'so', 'it', "'s", 'the', 'best', 'of', 'both', 'worlds', 'it', 'fits', 'true', 'to', 'size', 'but', 'i', 'bought', 'a', 'size', 'up', 'to', 'add', 'a', 'little', 'extra', 'length', 'love', 'the', 'soft', 'blue', 'color', 'and', 'ruffles', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8586,774,26', 'ruffle', 'dress', 'this', 'dress', 'is', 'great', 'it', "'s", 'the', 'perfect', 'transition', 'piece', 'from', 'summer', 'to', 'fall', 'it', 'is', 'very', 'comfortable', 'the', 'material', 'and', 'fit', 'are', 'similar', 'to', 'an', 'oversized', 'sweatshirt', 'overall', 'i', 'love', 'it', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8587,830,43', 'adorable', 'crisp', 'top', 'i', 'love', 'this', 'blouse', 'it', "'s", 'a', 'tad', 'more', 'billowy', 'than', 'i', 'would', 'have', 'thought', 'but', 'looks', 'fine', 'to', 'wear', 'to', 'work', 'i', 'need', 'to', 'wear', 'a', 'camisole', 'underneath', 'as', 'it', "'s", 'a', 'bit', 'sheer', 'and', 'the', 'button', 'at', 'the', 'back', 'of', 'the', 'neck', 'broke', 'immediately', 'but', 'is', 'still', 'functional', 'the', 'decorative', 'part', 'fell', 'off', 'they', 'give', 'you', 'a', 'replacement', 'button', 'so', 'if', 'i', 'decide', 'it', 'matters', 'i', "'ll", 'sew', 'that', 'one', 'on'] [] ['i', 'absolutely', 'love', 'the', 'blue', 'stitching', 'on', 'this', 'and', 'how', 'crisp', 'it', 'is', 'i', 'did', "n't", 'realize', 'it', 'was', 'dry', 'clean', 'only', 'but', 'that', 'does', "n't", 'bother', 'me', ',5,1,1', 'general', 'tops', 'blouses'] ['8588,828,53', 'nice', 'design', 'but', 'too', 'sheer', 'loved', 'the', 'idea', 'of', 'this', 'but', 'content', 'felt', 'too', 'thin', 'and', 'sheer.,3,0,0', 'general', 'tops', 'blouses'] ['8589,1078,33', 'better', 'than', 'expected', 'after', 'seeing', 'an', 'influx', 'of', 'this', 'dress', 'in', 'my', 'instagram', 'feed', 'i', 'decided', 'to', 'go', 'ahead', 'and', 'purchase', 'it', 'last', 'weekend', 'i', "'m", 'usually', 'leery', 'with', 'the', 'length', 'of', 'swing', 'dresses', 'for', 'instance', 'the', 'endora', 'swing', 'dress', 'paper', 'crown', 'is', 'a', 'touch', 'too', 'short', 'for', 'my', 'taste', 'in', 'petite', 'sizing', 'either', 'way', 'i', 'decided', 'to', 'go', 'ahead', 'and', 'purchase', 'this', 'dress', 'in', 'petite', 'considering', 'no', 'previous', 'reviews', 'mentioned', 'the', 'length', 'of', 'the', 'dress', 'to', 'be', 'an', 'issue'] [] ['typically', 'i', 'take', 'a', 'size', '0', 'or', 'xs', 'in', 'retailer', 'clothing', 'i', 'ordered', 'a', 'size', '0', 'petite', 'and', ',5,1,5', 'general', 'dresses', 'dresses'] ['8590,1096,22', 'wish', 'i', 'could', 'keep', 'it', 'so', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'my', 'problem', 'is', 'i', 'am', "5'10", 'and', 'it', 'is', 'very', 'short', 'wasted', 'between', 'the', 'shoulders', 'and', 'waist', 'and', 'even', 'the', 'arm', 'holes', 'it', 'just', 'plain', 'does', "n't", 'work', 'i', 'think', 'if', 'you', 'are', 'taller', 'this', 'dress', 'just', 'wo', "n't", 'work', 'i', 'have', 'purchased', 'other', 'items', 'from', 'this', 'name', 'brand', 'and', 'have', 'had', 'the', 'same', 'problem', ',4,1,1', 'general', 'dresses', 'dresses'] ['8591,243,47', 'beautiful', 'lightweight', 'lounge', 'pants', 'these', 'pants', 'are', 'just', 'as', 'beautiful', 'in', 'person', 'as', 'on', 'the', 'website', 'the', 'fabric', 'is', 'luxuriously', 'soft', 'two', 'things', 'to', 'note', 'they', 'are', 'very', 'lightweight', 'jersey', 'material', 'and', 'they', 'run', 'a', 'bit', 'small', 'if', 'you', "'re", 'in', 'between', 'sizes', 'you', 'might', 'want', 'to', 'size', 'up', 'it', "'s", 'possible', 'they', "'ll", 'stretch', 'while', 'wearing', 'i', 'also', 'wish', 'they', 'had', 'pockets', 'but', 'they', 'just', 'have', 'a', 'one', 'small', 'back', 'pocket', 'that', "'s", 'not', 'sewn', 'down', 'and', 'seems', 'made', 'for', 'perhaps', 'a', 'tissue', 'but', 'nothing', 'else', 'all', 'of', 'these', 'flaws', 'are', 'made', 'up', 'for', 'by', 'the', 'fact', 'that', 'these', 'are', 'abso', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['8592,943,62', 'gorgeous', 'the', 'price', 'was', 'worth', 'the', 'splurge', 'free', 'shipping', 'and', 'a', 'special', 'discount', 'helped', 'the', 'minute', 'i', 'laid', 'my', 'eyes', 'on', 'this', 'sweater', 'i', 'was', 'hooked', 'light', 'airy', 'weight', 'and', 'that', 'handmade', 'texture', 'make', 'the', 'overall', 'design', 'something', 'special', 'this', 'is', 'the', 'kind', 'of', 'sweater', 'that', 'has', 'enduring', 'style', 'the', 'big', 'kangaroo', 'pockets', 'scared', 'me', 'a', 'little', 'which', 'i', 'have', 'determined', 'to', 'be', 'not', 'a', 'distraction', 'after', 'trying', 'it', 'on', ',5,1,3', 'general', 'tops', 'sweaters'] ['8593,1078,53', 'such', 'a', 'pretty', 'vintage', 'style', 'dress', 'i', 'just', 'bought', 'this', 'pretty', 'dress', 'at', 'my', 'local', 'retailer', 'after', 'finally', 'deciding', 'to', 'go', 'in', 'the', 'store', 'to', 'try', 'it', 'on', 'once', 'i', 'saw', 'it', 'on', 'display', 'in', 'the', 'window', 'in', 'the', 'lilac', 'i', 'already', 'knew', 'i', 'was', 'going', 'to', 'try', 'that', 'one', 'on', 'and', 'take', 'it', 'home', 'though', 'i', 'really', 'love', 'both', 'colors', 'and', 'prints', 'the', 'dress', 'fit', 'me', 'tts', 'sz', '6', '34d-27-35', 'and', 'looks', 'absolutely', 'adorable', 'on', 'it', "'s", 'super', 'soft', 'light', 'weight', 'but', 'not', 'so', 'much', 'that', 'you', 'do', "n't", 'feel', 'it', "'s", 'worth', 'the', 'price', 'and', 'the', 'design', 'reminds', 'me', 'of', 'the', 'retailer', 'i', 'love', 'it', 'has', 'a', 'wonderful', 'vinta', ',5,1,8', 'general', 'dresses', 'dresses'] ['8594,1174,47', 'chic', 'and', 'unique', 'this', 'is', 'a', 'gorgeous', 'bathing', 'suit', 'the', 'colours', 'are', 'more', 'brilliant', 'than', 'the', 'ones', 'in', 'the', 'picture', 'and', 'much', 'more', 'beautiful', 'comfortable', 'chic', 'and', 'unique', ',5,1,0', 'initmates', 'intimate', 'swim'] ['8595,774,46', 'it', 'looks', 'a', 'little', 'more', 'dressy', 'in', 'the', 'picture', 'but', 'it', "'s", 'cotton', 'soft', 'and', 'very', 'comfortable', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['8596,1078,31', 'pretty', 'but', 'not', 'for', 'tall', 'ladies', 'loved', 'the', 'style', 'and', 'color/design', 'but', 'this', 'dress', 'was', 'simply', 'too', 'short', 'in', 'the', 'front', 'the', 'slip', 'was', 'also', 'slightly', 'tight', 'over', 'hips', 'i', 'wish', 'this', 'was', 'longer', ',3,1,1', 'general', 'dresses', 'dresses'] ['8597,1078,62', 'beautiful', 'spring', 'dress', 'tried', 'this', 'is', 'my', 'normal', '4', 'and', 'it', 'fits', 'exactly', 'as', 'shown', 'i', 'can', 'see', 'how', 'this', 'could', 'give', 'issues', 'to', 'someone', 'with', 'any', 'curves', 'because', 'the', 'lining', 'is', 'definitely', 'more', 'fitted', 'than', 'the', 'loose', 'overlay', 'especially', 'in', 'the', 'bust', 'and', 'hips', 'i', 'found', 'the', 'quality', 'to', 'be', 'very', 'nice', 'length', 'was', 'slightly', 'above', 'the', 'knee', 'on', 'my', '5', '7', 'frame', 'so', 'it', 'feels', 'work-appropriate', 'my', 'only', 'wish', 'is', 'that', 'the', 'colors/pattern', 'could', 'transition', 'better', 'to', 'multiple', 'seasons', 'it', 'definitely', 'feels', 'very', 'springy', 'and', 'not', 'much', 'else', ',5,1,0', 'general', 'dresses', 'dresses'] ['8598,243,41', 'perfect', 'pj', "'s", 'i', 'can', 'not', 'say', 'enough', 'about', 'these', 'pajama', 'pants', 'they', "'re", 'beautiful', 'and', 'crazy', 'comfortable', 'it', "'s", 'a', 'nice', 'change', 'from', 'black', 'or', 'grey', 'i', 'also', 'love', 'that', 'there', 'are', 'no', 'pockets', 'because', 'i', 'hate', 'how', 'they', 'jut', 'out', 'on', 'me', 'i', 'wanted', 'a', 'petite', 'l', 'because', 'i', 'am', 'short', 'but', 'the', 'regular', 'large', 'is', 'fine', 'i', 'just', 'wear', 'them', 'higher', 'up', 'on', 'my', 'hips', 'i', 'normally', 'wait', 'for', 'sales', 'on', 'sleepwear', 'but', 'i', 'could', "n't", 'resist', 'on', 'these', 'they', "'re", 'well', 'worth', 'the', 'investment', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['8599,260,56', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['8600,260,51', 'i', 'bought', 'this', 'in', 'the', 'store', 'because', 'it', 'was', 'irresistible', 'generally', 'i', 'only', 'buy', 'sale', 'merchandise', 'but', 'this', 'item', 'is', 'unlikely', 'to', 'ever', 'hit', 'the', 'sale', 'racks', 'the', 'colors', 'are', 'delicious', 'they', 'go', 'with', 'everything', 'in', 'the', 'grey-rose-blue', 'pallet', 'the', 'fabric', 'is', 'superb', 'heavy', 'and', 'glossy', 'good', 'for', 'cold', 'weather', 'the', 'size', 'is', 'generous', 'in', 'the', 'upper', 'body', 'not', 'so', 'much', 'in', 'the', 'hips', 'i', 'usually', 'take', 'a', 'small', 'or', 'medium', 'there', 'were', 'only', 'smalls', 'left', 'in', 'the', 'store', 'so', 'i', 'could', "n't", 'try', 'an', 'xs', 'the', 'reversible', 'inside', 'fabric', 'is', 'a', 'complete', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['8601,1078,35', 'flowly', 'this', 'dress', 'is', 'really', 'nice', 'and', 'lightweight', 'the', 'slip', 'is', 'snug', 'so', 'the', 'outer', 'part', 'floats', 'nicely', 'but', 'it', 'adds', 'a', 'bit', 'too', 'much', 'volume', 'if', 'you', 'have', 'a', 'lot', 'of', 'curves', 'it', 'disguises', 'in', 'a', 'way', 'but', 'also', 'is', 'a', 'bit', 'less', 'flattering', 'i', 'really', 'wanted', 'to', 'like', 'it', 'because', 'it', "'s", 'so', 'breezy', 'but', 'a', 'tad', 'matronly', 'on', 'me.,2,1,1', 'general', 'dresses', 'dresses'] ['8602,1078,20', 'definitely', 'shorter', 'than', 'expected', 'but', 'a', 'super', 'light', 'airy', 'and', 'comfy', 'dress', 'for', 'summer', 'nights', 'a', 'must', 'for', 'summer', 'dinner', 'parties', ',5,1,0', 'general', 'dresses', 'dresses'] ['8603,260,39', 'buy', 'this', 'before', 'it', 'sells', 'out', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'on', 'this', 'super', 'adorable', 'vest', 'it', "'s", 'soft', 'comfortable', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'i', 'have', 'to', 'give', 'it', '4', 'stars', 'instead', 'of', '5', 'because', 'for', '130', 'i', "'d", 'expect', 'there', 'to', 'be', 'no', 'loose', 'threads', 'all', 'over', 'the', 'place', 'but', 'it', "'s", 'easy', 'to', 'forget', 'about', 'those', 'when', 'you', 'realize', 'how', 'dang', 'cute', 'it', 'is', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['8604,1174,36', 'comfortable', 'and', 'unique', 'i', 'bought', 'this', 'after', 'eyeing', 'it', 'for', 'months', 'when', 'it', 'went', 'on', 'sale', 'the', 'colors', 'are', 'bright', 'and', 'so', 'pretty', 'the', 'blue', 'very', 'warm', 'flattering', 'in', 'intensity', 'this', 'pattern', 'is', 'very', 'unique', 'and', 'the', 'suit', 'is', 'well', 'made', 'there', 'is', 'some', 'stretch', 'making', 'it', 'not', 'a', 'chore', 'to', 'pull', 'on', 'the', 'bust', 'padding', 'is', 'minimal', 'like', 'a', 'tshirt', 'bra', 'best', 'for', 'a', 'small', 'b', 'cups', 'no', 'underwire', 'no', 'shaping', 'in', 'cups', 'the', 'halter', 'has', 'enough', 'room', 'to', 'be', 'comfortable', 'and', 'secure', 'i', 'felt', 'this', 'fit', 'more', 'like', 'a', '0', 'on', 'the', 'bottom', 'hips', 'and', 'a', '2', 'for', 'top', 'portion', ',5,1,1', 'initmates', 'intimate', 'swim'] ['8605,279,48', 'do', "n't", 'bend', 'over', 'totally', 'see', 'through.,1,0,1', 'general', 'petite', 'intimate', 'lounge'] ['8606,1096,39', 'beautiful', 'green', 'great', 'fit', 'scratchy', 'i', 'love', 'this', 'dress', 'from', 'the', 'moment', 'i', 'saw', 'it', 'online', 'and', 'now', 'that', 'it', 'is', 'on', 'sale', 'i', 'ordered', 'it', 'green', 'i', 'do', 'wish', 'the', 'flesh', 'color', 'was', 'a', 'little', 'more', 'pink', 'love', 'the', 'color', 'in', 'person', 'but', 'not', 'as', 'flattering', 'on', 'my', 'pale', 'skin', 'i', 'ordered', 'a', 'different', 'similar', 'dress', 'in', 'teal', 'and', 'purple', 'that', 'oclor', 'was', 'better'] [] ['so', 'fit', 'like', 'a', 'glove', 'i', 'am', 'dd', 'in', 'waist', 'lbs', 'short', '0p', 'length', 'was', 'sexy', 'and', 'overall', 'great', 'flattering', 'fit', 'similarly', 'to', 'other', 'dress', 'i', 'wanted', 'the', 'length', 'of', 'this', 'one', 'however', 'nice', 'slightly', 'above', 'th', ',4,1,1', 'general', 'dresses', 'dresses'] ['8607,279,39', 'nice', 'and', 'neutral', 'enough', 'i', 'purchased', 'these', 'on', 'sale', 'one', 'thing', 'to', 'say', 'i', 'had', 'to', 'return', 'the', 'first', 'pai', 'r', 'xs', 'as', 'there', 'was', 'a', 'missing', 'section', 'of', 'stiching', 'on', 'the', 'sema', 'creating', 'a', 'whole', 'you', 'ca', "n't", 'really', 'fix', 'neatly', 'so', 'i', 'ordered', 'a', 'new', 'pari', 'i', 'usually', 'like', 'petite', 'but', 'regular', 'size', 'was', 'fine', 'they', 'jsut', 'end', 'up', 'being', 'to', 'the', 'ankle', 'longer', 'not', 'bunchy', 'i', 'also', 'ordered', 'xxs', 'peite', 'to', 'compare', 'but', 'that', 'was', 'smaller', 'on', 'waist', 'almost', 'not', 'comfortable', 'and', 'the', 'laced-up', 'part', 'looked', 'a', 'little', 'weird/overstretched', 'i', 'have', 'not', 'used', 'htem', 'to', 'work', 'ou', ',4,1,4', 'general', 'petite', 'intimate', 'lounge'] ['8608,1078,63', 'soft', 'feminine', 'dress', 'yes', 'lovely', 'flowing', 'dress', 'w', 'a', 'boho', 'vibe', 'pretty', 'design', 'and', 'fabric', 'agree', 'w', 'comments', 're', 'stiff', 'slip', 'fabric', 'but', 'will', 'keep', 'it', 'anyway', 'should', 'be', 'a', 'great', 'summer', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['8609,260,29', 'beautiful', 'this', 'vest', 'was', 'a', 'must-have', 'the', 'minute', 'i', 'saw', 'it', 'i', 'usually', 'stick', 'to', 'the', 'sale', 'section', 'but', 'this', 'was', 'a', 'worthy', 'exception', 'i', 'love', 'the', 'reversible', 'option', 'i', 'bought', 'the', 'matching', 'leggings', 'as', 'well', 'and', 'have', 'worn', 'them', 'with', 'the', 'smaller', 'floral', 'motif', 'so', 'many', 'compliments', 'i', 'teach', 'barre', 'so', 'i', 'figured', 'i', 'would', 'wear', 'this', 'to', 'and', 'from', 'the', 'studio', 'but', 'i', 'find', 'myself', 'reaching', 'for', 'it', 'to', 'go', 'over', 'all', 'my', 'regular', 'clothes', 'too', 'the', 'only', 'draw', 'back', 'is', 'the', 'zipper', 'i', "'m", 'sure', 'its', 'because', 'it', 'is', 'reversible', 'however', 'the', 'zipper', 'hasn', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8610,243,28', 'luxuriously', 'soft', 'beautiful', 'lounge', 'pants', 'so', 'nice', 'to', 'switch', 'it', 'up', 'from', 'all', 'my', 'black', 'and', 'gray', 'sweats', 'these', 'are', 'luxuriously', 'soft', 'and', 'so', 'so', 'comfortable', 'they', 'are', 'light', 'weight', 'and', 'beautiful', 'i', 'am', '5', '5', '125', 'and', 'i', 'am', 'very', 'happy', 'with', 'the', 'size', 'xs', 'i', 'purchased', 'was', 'deciding', 'between', 'xs', 'and', 's', 'and', 'i', 'am', 'happy', 'i', 'went', 'with', 'the', 'xs', 'worth', 'every', 'penny', 'you', 'wo', "n't", 'regret', 'also', 'finally', 'perfect', 'length', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['8611,920,29', 'great', 'spring', 'sweater', 'this', 'sweater', 'is', 'classy', 'and', 'comfortable', 'it', 'has', 'an', 'underlay', 'which', 'makes', 'it', 'truly', 'unique.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['8612,260,40', 'form', 'and', 'function', 'beautiful', 'warm', 'vest', 'originally', 'bought', 'small', 'but', 'had', 'to', 'exchange', 'for', 'extra', 'small', 'i', 'love', 'that', 'it', 'reversible', 'and', 'has', 'a', 'hood.,5,1,0', 'initmates', 'intimate', 'lounge'] ['8613,1083,48', 'fashion', 'meets', 'function', 'seeking', 'the', 'perfect', 'go-to', 'dress', 'this', 'one', 'will', 'work', 'for', 'day', 'or', 'night', 'and', 'it', "'s", 'an', 'ideal', 'match', 'for', 'transition', 'seasons', 'the', 'best', 'part', 'the', 'cut', 'swing', 'dresses', 'and', 'shifts', 'can', 'tent', 'my', 'slightly', 'top-heavy', 'frame', 'this', 'dress', 'brags', 'a', 'side-zipper', 'and', 'slight', 'tapering', 'through', 'waist', 'to', 'create', 'an', 'a-line', 'the', 'small', 'petite', 'fits', 'tts', 'for', 'me', 'at', '5', '4', 'size', '2', 'to', '4.', 'the', 'fabric', 'is', 'a', 'high-quality', 'textured', 'fabric', 'wrinkle', 'free', 'and', 'a', 'great', 'pick', 'for', 'travel', 'best', 'investment', 'i', "'ve", 'made', 'this', 'spring', ',5,1,0', 'general', 'dresses', 'dresses'] ['8614,260,41', 'super', 'cute', 'saw', 'this', 'in', 'store', 'and', 'knew', 'i', 'got', 'ta', 'have', 'it', 'beautiful', 'colors', 'and', 'slimming', 'effect.,5,1,0', 'initmates', 'intimate', 'lounge'] ['8615,279,62', ',,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['8616,1096,26', 'fragile', 'esp', 'around', 'zipper', 'i', 'loved', 'this', 'dress', 'especially', 'because', 'each', 'flower', 'appliquã©', 'was', 'so', 'beautiful', 'however', 'each', 'attached', 'to', 'one', 'another', 'by', 'single', 'threads', 'given', 'that', 'i', 'wear', 'lots', 'of', 'rings', 'i', 'could', 'already', 'tell', 'that', 'i', 'might', 'snag', 'these', 'beautiful', 'flowers', 'additionally', 'the', 'appliquã©s', 'are', 'sewn', 'so', 'close', 'to', 'the', 'back', 'zipper', 'that', 'some', 'of', 'the', 'flowers', 'were', 'already', 'getting', 'damaged', 'from', 'the', 'dress', 'being', 'tried', 'on', 'overall', 'if', 'you', 'are', 'very', 'careful', 'this', 'is', 'an', 'amazing', 'dress', 'but', 'i', 'did', 'return', 'it', 'because', 'of', 'its', 'delicate', 'nature', ',3,0,2', 'general', 'dresses', 'dresses'] ['8617,279,55', 'nice', 'print', 'and', 'flattering', 'these', 'pants', 'are', 'great', 'i', 'am', '5', '6', 'and', '133lbs', 'i', 'normally', 'wear', 'medium', 'for', 'athletic', 'bottoms', 'medium', 'fits', 'well', 'except', 'knee', 'pit', 'area', 'maybe', 'because', 'they', 'are', 'not', 'very', 'stretching', 'fabric', 'however', 'they', 'are', 'still', 'flattering', 'the', 'material', 'was', 'thick', 'enough', 'and', 'their', 'print', 'hides', 'underwear', 'lines', ',5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['8618,1078,47', 'wanted', 'a', 'pink', 'dress', 'pale', 'pink', 'is', 'a', 'hard', 'color', 'to', 'find', 'these', 'days', 'very', 'happy', 'with', 'this', 'purchase'] ['this', 'dress', 'is', 'sweet', 'and', 'a', 'perfect', 'transition', 'piece', 'from', 'summer', 'to', 'fall', 'in', 'socal'] ['i', 'have', 'a', 'number', 'of', 'maeve', 'dresses', 'and', 'they', 'are', 'all', 'oversized', 'so', 'the', '2', 'fit', 'as', 'expected', 'i', "'m", 'normally', 'a', '4', 'in', 'every', 'other', 'brand'] ['it', 'can', 'easily', 'be', 'worn', 'with', 'flats', 'or', 'wedges', 'or', 'i', 'imagine', 'booties', 'as', 'the', 'weather', 'cools', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8619,1078,53', 'beautiful', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'lilac', 'at', 'the', 'store', 'and', 'loved', 'it', 'immediately', 'the', 'picture', 'on', 'the', 'website', 'does', 'not', 'do', 'it', 'justice.,5,1,65', 'general', 'petite', 'dresses', 'dresses'] ['8620,1078,39', 'love', 'love', 'love', 'beautiful', 'and', 'very', 'versatile', 'dress', 'extremely', 'forgiving', 'for', 'post', 'baby', 'bodies', 'while', 'stylish', 'and', 'classy', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8621,279,35', 'super', 'cute', 'and', 'comfy', 'these', 'super', 'cute', 'leggings', 'are', 'comfortable', 'and', 'functional', 'with', 'a', 'fun', 'design', ',5,1,5', 'general', 'petite', 'intimate', 'lounge'] ['8622,828,38', 'the', 'button', 'detail', 'on', 'the', 'sides', 'is', 'a', 'unique', 'design', 'detail', 'i', 'had', 'fun', 'playing', 'with', 'different', 'looks', 'that', 'came', 'with', 'unbuttoning', 'and', 'buttoning', 'the', 'sides', 'but', 'i', 'decided', 'against', 'purchasing', 'this', 'top', 'it', 'appeared', 'shapeless', 'on', 'me', 'i', 'have', 'a', 'curvier/athletic', 'figure', 'and', 'a', 'straight', 'up', 'and', 'down', 'cut', 'is', 'not', 'flattering', 'on', 'my', 'figure', ',3,1,0', 'general', 'tops', 'blouses'] ['8623,774,24', 'cute', 'but', 'didnt', 'realize', 'it', 'was', 'sweatshirt', 'material', 'due', 'to', 'that', 'returning', ',3,1,0', 'initmates', 'intimate', 'lounge'] ['8624,1096,35', 'wanted', 'to', 'love', 'this', 'i', "'m", "4'10", 'and', '105lbs', '32c', 'and', 'hippy', 'i', 'ordered', 'the', '00p', 'and', '0p', 'bc', 'i', "'m", 'curvy', 'the', 'bigger', 'size', 'was', 'better', 'but', 'the', 'fit', 'was', 'just', 'okay', 'could', "n't", 'justify', 'the', 'price', 'it', "'s", 'a', 'beautiful', 'dress', 'in', 'the', 'green', 'color', 'the', 'zipper', 'is', 'difficult', 'to', 'get', 'down', 'and', 'worries', 'me', 'that', 'it', 'would', 'break', 'but', 'if', 'it', 'fit', 'i', 'would', "'ve", 'overlooked', 'it', 'the', 'major', 'reason', 'for', 'returning', 'is', 'the', 'slit', 'was', 'so', 'high', 'my', 'butt', 'cheeks', 'were', 'exposed', 'if', 'you', 'lifted', 'it', 'i', 'would', "'ve", 'had', 'to', 'have', 'it', 'sewn', 'shut.,3,0,3', 'general', 'dresses', 'dresses'] ['8625,1078,43', 'after', 'seeing', 'this', 'dress', 'online', 'i', 'wanted', 'to', 'try', 'it', 'on', 'and', 'was', 'not', 'disappointed', 'when', 'i', 'did', 'even', 'though', 'the', 'coral', 'color', 'dress', 'of', 'the', 'same', 'style', 'was', 'pretty', 'it', 'was', "n't", 'the', 'right', 'color', 'for', 'me', 'i', 'absolutely', 'love', 'the', 'blue', 'and', 'white', 'dress', 'i', 'usually', 'wear', 'a', 'size', '8', 'but', 'found', 'the', '6', 'was', 'more', 'flattering', 'i', "'m", '5', '2', 'and', 'the', 'length', 'was', 'perfect', 'above', 'the', 'knee', 'but', 'not', 'too', 'high', 'love', 'it', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['8626,774,39', 'this', 'adorable', 'comfortable', 'i', "'m", '5', '3', 'and', '115', 'lbs', 'and', 'ordered', 'an', 'xs', 'it', 'hits', 'at', 'my', 'knees', 'is', 'loose', 'fitting', 'but', 'not', 'tent', 'like', ',5,1,9', 'initmates', 'intimate', 'lounge'] ['8627,774,19', 'online', 'way', 'different', 'from', 'in', 'person', 'this', 'dress', 'is', 'very', 'thick', 'cotton', 'material', 'like', 'a', 'sweatshirt', 'i', 'was', 'hoping', 'to', 'wear', 'this', 'to', 'a', 'wedding', 'but', 'it', 'is', 'a', 'tunic', 'at', 'best', 'the', 'bell', 'part', 'of', 'the', 'sleeves', 'also', 'stick', 'out', 'awkwardly', 'because', 'of', 'the', 'fabric.,1,0,2', 'initmates', 'intimate', 'lounge'] ['8628,828,61', ',i', 'could', "n't", 'resist', 'this', 'basic', 'white', 'button', 'down', 'with', 'the', 'cute', 'side', 'buttons', 'that', 'added', 'some', 'interest', 'i', 'bought', 'my', 'usual', 'size', 'large', 'and', 'it', 'fit', 'perfectly', 'the', 'soft', 'substantial', 'fabric', 'from', 'cloth', 'and', 'stone', 'never', 'disappoints', 'i', 'love', 'the', 'longer', 'cut', 'since', 'i', "'m", '5-10', 'and', 'love', 'a', 'long', 'shirt', 'to', 'hide', 'the', 'belly', 'pudge', 'the', 'blue', 'is', 'darker', 'than', 'the', 'online', 'picture', 'shows', 'and', 'i', "'ll", 'probably', 'be', 'going', 'back', 'for', 'that', 'but', 'at', 'almost', '100', 'i', "'m", 'hoping', 'it', "'ll", 'go', 'on', 'sale.,5,1,3', 'general', 'tops', 'blouses'] ['8629,1078,47', 'light', 'and', 'airy', 'i', 'feel', 'like', 'a', 'fairy', 'i', 'love', 'this', 'dress', 'it', 'is', 'the', 'kind', 'of', 'dress', 'that', 'i', 'dream', 'about', 'the', 'feel', 'is', 'young', 'and', 'carefree', 'typically', 'i', 'love', 'swing', 'dresses', 'on', 'the', 'tall', 'thin', 'models', 'pictured', 'but', 'when', 'i', 'try', 'them', 'on', 'i', 'simply', 'look', 'frumpy', 'this', 'dress', 'is', 'an', 'exception', 'i', 'have', 'the', 'lilac', 'version', 'and', 'the', 'fabric', 'color', 'and', 'pattern', 'enhance', 'the', 'boho', 'pixie', 'fairy', 'aesthetic', 'for', 'reference', 'i', 'am', '5', '4', '122', 'lbs', 'average', 'build', 'a', 'little', 'busty', '34dd', 'only', 'the', '6', 'was', 'in', 'stock', 'so', 'that', 'is', 'the', 'size', 'i', 'ordered', 'even', 'though', 'i', 'wanted', 'to', 'try', 'the', '4.', 'the', '6', 'has', 'en', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['8630,774,45', 'comfortable', 'cute', 'very', 'casual', 'dress', 'this', 'is', 'made', 'of', 'soft', 'sweatshirt', 'material', 'it', 'is', 'one', 'of', 'those', 'dresses', 'that', 'you', 'can', 'put', 'on', 'with', 'sandals', 'or', 'birkinstocks', 'and', 'go', 'out', 'to', 'breakfast', 'or', 'throw', 'it', 'on', 'to', 'go', 'to', 'the', 'beach', 'or', 'wear', 'after', 'yoga', 'this', 'is', 'not', 'a', 'dressy', 'dress', 'that', 'said', 'i', 'love', 'it', 'i', 'used', 'to', 'have', 'a', 'sweatshirt', 'dress', 'from', 'another', 'brand', 'that', 'i', 'wore', 'out', 'and', 'have', 'been', 'searching', 'for', 'the', 'replacement', 'this', 'color', 'is', 'a', 'pale', 'celadon', 'a', 'tad', 'bit', 'more', 'vibrant', 'than', 'the', 'photo', 'which', 'makes', 'it', 'more', 'flattering', 'than', 'you', 'may', 'think', 'i', 'wear', 'a', '4-6', 'and', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['8631,828,39', 'versatile', 'shirt', 'bought', 'this', 'in', 'the', 'white', 'i', 'found', 'it', 'to', 'run', 'narrow', 'in', 'the', 'shoulders', 'and', 'tight', 'in', 'the', 'biceps', 'i', 'typically', 'vacillate', 'between', 'a', 'm', 'and', 'l', 'and', 'because', 'of', 'the', 'two', 'aforementioned', 'factors', 'i', 'went', 'with', 'the', 'large', 'which', 'means', 'overall', 'the', 'shirt', 'is', 'very', 'billowy', 'on', 'me', 'in', 'the', 'chest', 'area', 'and', 'hangs', 'very', 'long'] [] ['the', 'fabric', 'is', 'soft', 'and', 'the', 'weight', 'of', 'this', 'shirt', 'is', 'season-less', 'always', 'a', 'plus', 'it', 'is', 'not', 'sheer', 'by', 'any', 'means', 'but', 'if', 'you', 'have', 'a', 'tattoo', 'like', 'i', 'do', 'you', 'will', 'be', 'able', 'to', 'see', 'it'] [] ['quality', 'is', ',3,1,30', 'general', 'tops', 'blouses'] ['8632,1078,57', 'love', 'it', 'this', 'dress', 'is', 'adorable', 'it', 'fits', 'loose', 'and', 'is', 'not', 'at', 'all', 'fitted', 'with', 'the', 'exception', 'of', 'the', 'under', 'cami', 'lining', 'the', 'picture', 'showing', 'front', 'and', 'back', 'is', 'being', 'pulled', 'to', 'fit', 'it', 'fits', 'like', 'the', 'model', 'wearing', 'the', 'purple', 'my', 'local', 'store', 'was', 'out', 'of', 'my', 'normal', 'size', 'so', 'i', 'sized', 'up', 'which', 'really', 'made', 'no', 'difference', 'at', 'all', 'the', 'biggest', 'difference', 'would', 'be', 'the', 'under', 'cami', 'the', 'dress', 'is', 'flowy', 'and', 'airy', 'one', 'of', 'the', 'best', 'casual', 'dresses', 'retailer', 'has', 'had', 'in', 'a', 'long', 'time', 'obviously', 'the', 'blue', 'is', 'sold', 'out', 'till', 'may', 'this', 'can', 'b', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['8633,828,60', 'nice', 'staple', 'with', 'a', 'twist', 'this', 'is', 'a', 'really', 'nice', 'white', 'button-up', 'top', 'per', 'usual', 'the', 'cloth', 'ant', 'stone', 'material', 'is', 'awesome', 'and', 'a', 'machine', 'washable', 'blouse', 'the', 'side', 'buttons', 'are', 'a', 'really', 'cute', 'feature', 'as', 'well', 'i', 'found', 'this', 'top', 'fit', 'true', 'to', 'size', 'and', 'i', 'took', 'my', 'usual', 'xs', ',5,1,3', 'general', 'tops', 'blouses'] ['8634,1078,27', 'not', 'for', 'tall', 'hourglass', 'body', 'types', 'i', 'was', 'bummed', 'about', 'this', 'dress', 'i', 'saw', 'it', 'online', 'and', 'loved', 'both', 'colors', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'it', 'did', 'not', 'work', 'for', 'me', 'i', 'am', '5', '8', 'tall', 'with', 'an', 'hourglass', 'figure', 'and', 'it', 'was', 'too', 'shot', 'and', 'too', 'loose', 'it', 'looked', 'like', 'a', 'babydoll', 'nightgown', 'i', 'wanted', 'to', 'love', 'it', 'but', 'i', 'think', 'this', 'one', 'only', 'works', 'on', 'smaller', 'frames', 'onto', 'the', 'next', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['8635,774,56', 'modern', 'comfortable', 'decent', 'quality', 'and', 'very', 'casual', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8636,774,47', 'cute', 'throw', 'on', 'dress', 'i', 'am', 'not', 'going', 'to', 'keep', 'this', 'dress', 'just', 'because', 'i', 'am', 'a', 'little', 'too', 'old', 'and', 'need', 'a', 'little', 'more', 'structure', 'for', 'my', 'figure', 'but', 'it', 'is', 'a', 'very', 'cute', 'comfy', 'throw-on', 'dress', 'you', 'could', 'wear', 'tennis', 'bootles', 'etc'] ['especially', 'great', 'for', 'a', 'pretty', 'slender', 'person', 'then', 'the', 'loose', 'flowy', 'style', 'is', 'still', 'attractive', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['8637,828,46', 'does', "n't", 'breath', 'the', 'stone', 'color', 'was', 'nice', 'but', 'the', 'material', 'is', 'heavy', 'and', 'does', "n't", 'breath', 'if', 'you', 'are', 'partial', 'to', 'more', 'natural', 'fabrics', 'i', 'would', 'go', 'with', 'a', 'different', 'item', 'upside', 'would', 'be', 'that', 'i', 'imagine', 'this', 'shirt', 'will', 'last', ',2,0,0', 'general', 'tops', 'blouses'] ['8638,1078,34', 'lilac', 'and', 'coral', 'i', 'am', 'quite', 'happy', 'with', 'this', 'dress', 'i', 'was', 'wondering', 'what', 'the', 'colors', 'would', 'look', 'like', 'in', 'person', 'and', 'i', "'m", 'happy', 'to', 'report', 'that', 'the', 'skirt', 'is', 'a', 'nice', 'mellow', 'orange-coral', 'beautiful', 'detail', 'in', 'the', 'patterns', 'used', 'here', 'and', 'i', 'always', 'like', 'a', 'dress', 'that', 'has', 'great', 'color-play', 'close', 'up', 'and', 'far', 'away', 'for', 'reference', 'i', 'am', 'a', 'size', '16', 'full', 'figured', 'with', 'a', '40', 'c', 'bust', 'and', 'the', 'size', '16', 'was', 'just', 'right', 'for', 'me', 'sometimes', 'with', 'maeve', 'dresses', 'you', 'can', 'size', 'down', 'but', 'there', 'is', 'no', 'stretch', 'to', 'the', 'dress', 'or', 'the', 'slip', 'so', 'that', 'is', 'someth', ',5,1,53', 'general', 'petite', 'dresses', 'dresses'] ['8639,1078,65', 'sometimes', 'i', 'feel', 'like', 'i', 'have', 'to', 'try', 'on', 'the', 'dresses', 'that', 'sell', 'out', 'super', 'fast', 'just', 'out', 'of', 'curiosity', 'and', 'sometimes', 'they', "'re", 'surprise', 'hits', 'like', 'this', 'one', 'i', 'tried', 'on', 'the', 'purple/black/blue', 'option', 'and', 'i', 'had', 'to', 'have', 'it', 'it', 'is', 'boxy', 'through', 'the', 'torso', 'but', 'the', 'length', 'keeps', 'it', 'from', 'being', 'too', 'cutesy', 'it', "'s", 'pretty', 'short', 'i', "'m", 'just', '5', '5', 'and', 'i', "'m", 'not', 'sure', 'this', 'is', 'work', 'appropriate', 'without', 'tights', 'i', 'may', 'have', 'to', 'try', 'though', 'as', 'otherwise', 'it', "'s", 'a', 'great', 'workable', 'dress', 'for', 'summer', 'not', 'too', 'tight', 'or', 'revealing', 'in', 'the', 'b', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8640,1078,50', 'favorite', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'i', 'bought', 'it', 'in', 'the', 'blue', 'the', 'brown', 'and', 'the', 'pink', 'colors', 'it', 'is', 'incredibly', 'flattering', 'the', 'one', 'interesting', 'thing', 'that', 'i', 'found', 'is', 'that', 'the', 'pink', 'dress', 'seemed', 'to', 'run', 'smaller', 'than', 'the', 'other', 'colors', 'so', 'happy', 'with', 'the', 'style', 'and', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'when', 'i', 'where', 'them', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8641,828,39', 'not', 'for', 'me', 'i', 'am', 'short', 'and', 'curvy', 'and', 'this', 'shirt', 'swallowed', 'me', 'sleeves', 'were', 'especially', 'long.,2,0,0', 'general', 'tops', 'blouses'] ['8642,828,28', 'great', 'shirts', 'i', 'bought', 'one', 'of', 'each', 'color', 'love', 'them', 'all', 'they', 'fit', 'well', 'and', 'are', 'very', 'soft', 'washing', 'and', 'drying', 'them', 'are', 'not', 'a', 'big', 'issue', 'either', 'i', 'did', "n't", 'notice', 'any', 'shrinking', 'i', 'wear', 'xs', 'and', 's', 'depending', 'on', 'the', 'fabric', 'and', 'cut', 'for', 'this', 'i', 'bought', 'a', 'small', 'i', "'m", '34a', '~125', 'lbs', '5', '8', 'it', "'s", 'loose', 'and', 'flowy', 'without', 'being', 'overly', 'baggy', 'the', 'tail', 'of', 'the', 'shirt', 'reaches', 'just', 'below', 'my', 'butt', 'if', 'you', "'re", 'going', 'to', 'wear', 'this', 'with', 'a', 'pencil', 'skirt', 'or', 'low', 'rise', 'jeans', 'the', 'buttons', 'on', 'the', 'side', 'might', 'get', 'in', 'the', 'way', 'a', 'little', 'but', 'that', 'doesn', ',5,1,0', 'general', 'tops', 'blouses'] ['8643,1078,42', 'absolutely', 'gorgeous', 'it', 'is', 'a', 'beautiful', 'dress', 'light', 'and', 'delicate', 'i', 'got', 'my', 'usual', 'xsmall', '5', '4', '34c', '134', 'lbs', 'it', 'comes', 'with', 'a', 'slip', 'and', 'the', 'slip', 'is', 'a', 'bit', 'fitted', 'it', 'worked', 'for', 'me', 'but', 'i', 'can', 'see', 'this', 'being', 'an', 'issue', 'it', 'can', 'easily', 'be', 'resolved', 'with', 'any', 'other', 'ivory', 'or', 'nude', 'slip', 'it', 'is', 'worth', 'it', 'very', 'cute', 'dress', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['8644,1096,57', 'beautiful', 'dress', 'flawed', 'design', 'i', 'bought', 'this', 'dress', 'for', 'a', 'fall', 'wedding', 'and', 'upon', 'receiving', 'it', 'was', 'very', 'impressed', 'with', 'the', 'quality', 'of', 'lace', 'and', 'the', 'color', 'however', 'upon', 'trying', 'it', 'on', 'the', 'seam', 'up', 'the', 'back', 'was', 'slit', 'so', 'high', 'that', 'my', 'undies', 'were', 'visible', 'i', 'would', 'like', 'to', 'assume', 'that', 'the', 'dress', 'that', 'i', 'received', 'was', 'defective', 'it', 'did', "n't", 'really', 'make', 'sense', 'given', 'that', 'the', 'length', 'of', 'the', 'dress', 'was', 'appropriate', 'i', 'did', 'not', 'have', 'time', 'for', 'a', 'return', 'so', 'i', 'had', 'the', 'seam', 'completed', 'after', 'that', 'alteration', 'on', 'my', 'own', 'dime', 'i', 'was', 'very', 'happy', 'with', 'the', 'dress', 'and', ',3,1,5', 'general', 'dresses', 'dresses'] ['8645,260,47', 'so', 'pretty', 'i', 'saw', 'this', 'online', 'and', 'thought', 'it', 'was', 'so', 'pretty', 'so', 'i', 'ordered', 'a', 'large', 'even', 'though', 'i', "'m", 'usually', 'a', 'medium', 'in', 'retailer', 'shirts', 'i', 'thought', 'i', 'might', 'need', 'the', 'extra', 'room', 'to', 'layer', 'i', 'was', 'in', 'the', 'store', 'returning', 'something', 'and', 'they', 'had', 'a', 'medium', 'and', 'a', 'large', 'so', 'i', 'tried', 'both', 'and', 'the', 'large', 'was', 'way', 'too', 'big', 'in', 'my', 'shoulders', 'and', 'chest', 'even', 'with', 'a', 'sweater', 'the', 'medium', 'was', 'a', 'little', 'tight', 'in', 'my', 'hips-but', 'still'] ['fit', 'overall', 'the', 'medium', 'was', 'more', 'flattering', 'on', 'me', 'so', 'i', 'recommend', 'ordering', 'your', 'regular', 'size', 'it', 'is', 'such', 'a', 'pretty', 'v', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8646,260,26', 'the', 'perfect', 'vest', 'i', "'ve", 'wanted', 'a', 'vest', 'for', 'the', 'past', 'few', 'years', 'and', 'could', 'never', 'find', 'the', 'perfect', 'one', 'until', 'now', 'the', 'material', 'is', 'perfect', 'and', 'the', 'colors', 'are', 'amazing', 'it', "'s", 'definitely', 'a', 'vest', 'that', 'you', 'can', 'wear', 'all', 'year', 'i', 'would', '100', 'recommend', 'this.,5,1,0', 'initmates', 'intimate', 'lounge'] ['8647,279,37', 'great', 'pants', 'but', 'damaged', 'love', 'these', 'pants', 'the', 'colors', 'style', 'fit', 'however', 'this', 'is', 'the', 'second', 'pair', 'of', 'retailer', 'active', 'pants', 'i', "'ve", 'ordered', 'that', 'i', "'ve", 'discovered', 'had', 'a', 'hole', 'in', 'them', 'these', 'are', 'not', 'cheap', 'pants', 'so', 'the', 'poor', 'quality', 'is', 'inexcusable', ',4,1,3', 'general', 'petite', 'intimate', 'lounge'] ['8648,828,57', 'photo', 'does', 'not', 'do', 'this', 'justice', '1.', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'the', 'photos', 'do', 'not', 'do', 'this', 'shirt', 'justice', 'it', "'s", 'very', 'cute', 'and', 'fits', 'well', 'the', 'photos', 'on', 'the', 'models', 'are', 'terrible'] [] ['2.', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38', '36d', '32-40', 'and', 'the', 'size', 'medium', 'fit', 'me', 'perfectly', 'i', "'m", 'often', 'in', 'between', 'a', 'm', 'and', 'l', 'for', 'cloth', 'and', 'stone', 'but', 'the', 'medium', 'fit', 'well', 'which', 'means', 'it', 'runs', 'a', 'little', 'big'] [] ['3.', 'i', 'wanted', 'a', 'plain', 'white', 'shirt', 'with', 'a', 'little', 'interest', 'and', 'the', 'side', 'buttons', 'add', 'that', 'it', 'also', 'means', 'this', 'is', 'not', 'a', 'tuck', 'in', 'shirt', 'but', 'more', 'of', 'a', 'tunic', ',4,1,3', 'general', 'tops', 'blouses'] ['8649,1078,35', 'pretty', 'dress', 'pretty', 'easy-to-wear', 'dress', 'loose', 'fitting', 'i', 'am', 'typically', 'a', 'size', '4', 'size', '4', 'fit', 'but', 'i', 'might', 'have', 'been', 'able', 'to', 'go', 'to', 'a', 'size', '2', 'if', 'i', 'wanted', 'it', 'to', 'be', 'more', 'fitted', 'at', 'the', 'chest/arms', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8650,943,37', 'amazing', 'sweater', 'beautifully', 'made', 'well', 'constructed', 'and', 'kangaroo', 'pouch', 'gives', 'it', 'character', 'turtleneck', 'is', 'very', 'low', 'sweater', 'is', 'very', 'appealing', 'great', 'buy', 'especially', 'when', 'on', 'sale', ',5,1,1', 'general', 'tops', 'sweaters'] ['8651,1096,36', 'nice', 'dress', 'but', 'could', 'be', 'better', 'i', 'purchased', 'this', 'dress', 'in', 'the', 'red', 'color', 'overall', 'quality', 'is', 'excellent', 'the', 'zipper', 'was', 'a', 'little', 'hard', 'to', 'work', 'because', 'the', 'lace', 'kept', 'getting', 'caught', 'in', 'it', 'the', 'neckline', 'was', 'also', 'too', 'high', 'i', "'m", '5', '1', 'and', '107lbs', 'the', 'dress', 'fit', 'perfectly', 'there', 'is', 'was', 'too', 'much', 'nude', 'fabric', 'showing', 'through', 'the', 'dress', 'i', 'feel', 'that', 'this', 'dress', 'is', "n't", 'versatile', 'to', 'me', 'this', 'is', 'somethings', 'that', 'would', 'be', 'great', 'for', 'weddings', 'or', 'bridal/baby', 'showers', 'due', 'to', 'the', 'lack', 'of', 'versatility', 'and', 'the', 'fact', 'that', 'i', 'was', "n't", 'in', 'love', 'with', 'it', 'i', 'returned', ',4,1,0', 'general', 'dresses', 'dresses'] ['8652,774,62', 'cute', 'and', 'comfy', 'but', 'too', 'young', 'for', 'me', 'i', 'grabbed', 'this', 'on', 'a', 'lark', 'because', 'it', 'look', 'like', 'a', 'fun', 'little', 'throw', 'on', 'dress', 'it', "'s", 'a', 'very', 'lightweight', 'sweatshirt', 'material', 'and', 'fun', 'and', 'a', 'fun', 'flouncy', 'design', 'run', 'a', 'bit', 'large', 'and', 'regular', 'sizing', 'was', 'still', 'above', 'my', 'knees', 'if', 'i', 'were', '30', 'years', 'younger', 'i', 'may', 'have', 'bought', 'it', 'just', 'for', 'lounging', 'but', 'the', 'over', 'sized', 'ruffly', 'sleeves', 'made', 'me', 'feel', 'just', 'a', 'bit', 'too', 'silly', 'and', 'the', 'color', 'is', 'pretty', 'washed', 'out', 'not', 'for', 'me', 'but', 'cute', 'for', 'teens', 'and', 'early', '20', "'s", ',4,1,3', 'initmates', 'intimate', 'lounge'] ['8653,867,28', 'boxy', 'this', 'shirt', 'is', 'unflattering', 'and', 'boxy', 'it', 'does', 'not', 'look', 'cute', 'at', 'all', 'on', 'me', 'i', 'am', 'returning.,2,0,0', 'general', 'tops', 'knits'] ['8654,774,78', 'casual', 'chic', 'and', 'comfortable', 'this', 'dress', 'is', 'sweatshirt', 'material', 'and', 'a', 'lovely', 'soft', 'grey', 'aqua', 'color', 'i', 'purchased', 'a', 'medium', 'and', 'it', 'is', 'an', 'inch', 'above', 'my', 'knee', 'ii', 'am', 'so', 'tired', 'of', 'seeing', 'woman', 'my', 'age', 'and', 'much', 'younger', 'in', 'jeans', 'i', 'am', 'wearing', 'this', 'to', 'a', 'cooking', 'class', 'and', 'it', 'is', 'perfect', 'because', 'it', 'is', 'so', 'comfortable', 'it', 'is', 'a', 'great', 'replacement', 'for', 'jeans', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['8655,1096,52', 'fabulous', 'dress', 'the', 'fit', 'on', 'this', 'dress', 'is', 'super', 'flattering', 'i', 'am', 'not', 'normally', 'able', 'to', 'wear', 'a', 'sheath', 'but', 'i', 'felt', 'great', 'in', 'this', 'one', 'i', 'am', 'definitely', 'a', 'pear', 'shape', 'bigger', 'on', 'the', 'bottom', 'than', 'the', 'top', 'one', 'of', 'the', 'things', 'i', 'really', 'love', 'about', 'this', 'dress', 'is', 'that', 'the', 'size', 'that', 'fits', 'me', 'through', 'the', 'hips', 'fits', 'me', 'on', 'top', 'this', 'is', 'not', 'often', 'the', 'case', 'i', 'am', 'not', 'sure', 'how', 'this', 'would', 'work', 'on', 'someone', 'with', 'a', 'large', 'bust', 'or', 'an', 'apple', 'body', 'type', 'but', 'i', 'felt', 'great', 'in', 'it', 'i', 'also', 'love', 'the', 'colors', 'i', 'bought', 'the', 'green', 'and', 'blue', 'i', 'have', 'worn', 'it', 'once', ',5,1,2', 'general', 'dresses', 'dresses'] ['8656,1096,21', ',i', 'really', 'was', 'excited', 'to', 'get', 'this', 'dress', 'the', 'design', 'is', 'great', 'very', 'nice', 'quality', 'it', 'does', 'seem', 'to', 'run', 'small', 'on', 'me', 'in', 'the', 'booty/belly', 'area', 'that', 'or', 'it', 'is', 'just', 'tighter', 'than', 'my', 'liking', 'overall', 'it', 'is', 'a', 'nice', 'dress', 'i', 'plan', 'to', 'get', 'a', 'mint', 'cardigan', 'to', 'top', 'it', 'off', 'and', 'a', 'thin', 'cognac', 'leather', 'belt.,4,1,1', 'general', 'dresses', 'dresses'] ['8657,1083,31', 'cute', 'but', 'collar', 'dress', 'cut', 'was', 'great', 'but', 'the', 'collar', 'was', 'so', 'oblong', 'that', 'it', 'looked', 'space-age', ',3,0,2', 'general', 'dresses', 'dresses'] ['8658,1078,53', 'pretty', 'to', 'be', 'honest', 'i', 'bought', 'this', 'dress', 'as', 'a', 'ride-along', 'so', 'i', 'would', 'meet', 'a', 'free', 'shipping', 'minimum', 'in', 'order', 'to', 'purchase', 'the', 'dress', 'i', 'really', 'wanted', 'i', 'wound', 'up', 'keeping', 'this', 'dress', 'and', 'returning', 'the', 'one', 'i', 'originally', 'wanted', 'it', "'s", 'pretty', 'flowy', 'feminine', 'i', 'even', 'like', 'the', 'uneven-ish', 'hemline', 'which', 'normally', 'does', "n't", 'appeal', 'to', 'me', 'it', 'runs', 'a', 'bit', 'large', 'you', 'might', 'want', 'to', 'size', 'down', 'i', 'got', 'it', 'in', 'the', 'black', 'and', 'tan', 'even', 'though', 'it', "'s", 'got', 'short', 'sleeves', 'and', 'is', 'sort', 'of', 'summery', 'it', 'will', 'make', 'a', 'good', 'transition', 'piece', 'to', 'fall', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8659,774,30', 'cute', 'and', 'comfortable', 'this', 'is', 'such', 'a', 'good', 'dress', 'to', 'just', 'throw', 'on', 'and', 'go', 'the', 'inside', 'is', 'lined', 'with', 'fleece', 'so', 'it', "'s", 'basically', 'a', 'giant', 'sweatshirt', 'it', 'does', 'run', 'large', 'i', 'normally', 'wear', 'a', 'medium', 'and', 'i', 'bought', 'the', 'small', 'but', 'could', 'have', 'bought', 'the', 'xs', 'if', 'the', 'difference', 'in', 'length', 'between', 'the', 'two', 'had', "n't", 'been', 'about', 'a', 'foot', 'i', 'am', 'tall', 'the', 'color', 'is', 'actually', 'a', 'light', 'mint', 'not', 'the', 'grayish', 'blue', 'it', 'appears', 'in', 'the', 'picture', 'overall', 'a', 'great', 'purchase', 'though', ',5,1,9', 'initmates', 'intimate', 'lounge'] ['8660,1078,29', 'beautiful', 'and', 'soft', 'comfortable', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'dress', 'it', 'even', 'has', 'embroidered', 'loops', 'on', 'the', 'hem', 'of', 'the', 'slip', 'underneath', 'which', 'was', 'such', 'a', 'cute', 'detail', 'it', "'s", 'very', 'pretty', 'on', 'that', 'being', 'said', 'i', 'ordered', 'a', 'size', '4', 'which', 'fit', 'me', 'perfectly', '150', 'lbs', 'but', 'ladies', 'i', 'do', 'not', 'mean', 'this', 'in', 'any', 'way', 'but', 'in', 'my', 'personal', 'opinion', 'my', 'arms', 'are', 'out', 'of', 'shape', 'not', 'toned', 'and', 'flabby', 'the', 'sleeves', 'on', 'this', 'dress', 'will', 'not', 'do', 'you', 'any', 'justice', 'it', 'will', 'make', 'your', 'arms', 'look', 'worse', 'because', 'of', 'the', 'shape', 'of', 'the', 'sleeve', 'so', 'keep', 'that', 'in', 'consideration', 'if', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['8661,1078,23', 'perfectly', 'feminine', 'this', 'dress', 'makes', 'you', 'feel', 'like', 'a', 'little', 'kid', 'it', 'certainly', 'helps', 'that', 'it', 'is', 'an', 'excellent', 'twirling', 'dress', 'for', 'sure', 'i', 'wish', 'it', 'had', 'a', 'little', 'more', 'definition', 'to', 'the', 'waist', 'it', 'just', 'barely', 'works', 'for', 'larger', 'chested', 'women', 'definitely', 'on', 'the', 'line', 'from', 'being', 'a', 'little', 'too', 'baby', 'doll', 'shapeless', 'the', 'colors', 'are', 'so', 'beautiful', 'and', 'the', 'fabric', 'so', 'light', 'that', 'it', "'s", 'hard', 'to', 'pass', 'this', 'one', 'up', 'it', "'s", 'just', 'too', 'beautiful', 'i', 'recommend', 'it', 'but', 'it', "'s", 'probably', 'not', 'for', 'everyone', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8662,260,37', 'so', 'many', 'compliments', 'on', 'this', 'great', 'vest', 'i', 'wear', 'it', 'all', 'the', 'time', 'it', "'s", 'soft', 'pretty', 'warm', 'and', 'durable', 'love', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['8663,872,53', 'boxy', 'shapeless', 'but', 'weighty', 'this', 'material', 'is', 'a', 'nice', 'quality', 'but', 'the', 'shirt', 'is', 'boxy', 'and', 'shapeless', 'it', 'was', 'not', 'flattering', 'at', 'all', 'on', 'my', 'shape', 'i', 'do', "n't", 'think', 'it', 'would', 'look', 'nice', 'on', 'anyone', 'with', 'an', 'hourglass', 'shape', 'or', 'fuller', 'chest.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['8664,1096,60', 'beautiful', 'this', 'is', 'a', 'gorgeous', 'lace', 'dress', 'well', 'made', 'true', 'to', 'size', 'a', 'little', 'tight', 'in', 'the', 'neck', 'but', 'not', 'unbearable', 'lovely', 'for', 'any', 'occasion', 'i', 'got', 'this', 'to', 'wear', 'to', 'a', 'fancy', 'wedding', 'it', 'will', 'be', 'my', 'go', 'to', 'dress', 'for', 'fancy', 'occasions', ',5,1,1', 'general', 'dresses', 'dresses'] ['8665,1083,34', 'too', 'short', 'to', 'be', 'functional', 'like', 'others', 'i', 'was', 'drawn', 'to', 'the', 'collar', 'fabric', 'and', 'overall', 'look', 'to', 'it'] ['________'] ['pros'] ['thicker', 'fabric', 'so', 'it', 'hides', 'lumps', 'and', 'bumps', 'well'] ['collar', 'is', 'so', 'classy', 'but', 'i', 'am', 'drawn', 'to', 'anything', 'with', 'a', 'collar'] ['pockets', 'are', 'a', 'nice', 'touch'] ['_______'] ['cons'] ['thicker', 'fabric', 'and', 'polyester', 'got', 'hot', 'rather', 'quickly', 'in', 'it'] ['runs', 'a', 'tad', 'small', 'if', 'you', 'have', 'hips', 'there', 'was', 'only', 'a', 'medium', 'at', 'the', 'store', 'to', 'try', 'on', 'and', 'it', 'fit', 'everywhere', 'but', 'the', 'hips', 'it', 'just', 'did', "n't", 'flare', 'out', 'much', 'for', 'me', 'being', 'hourglass', 'a', 'large', ',3,1,1', 'general', 'dresses', 'dresses'] ['8666,1096,38', 'looks', 'better', 'on', 'i', 'was', "n't", 'sure', 'about', 'the', 'dress', 'on', 'the', 'rack', 'lace', 'can', 'either', 'look', 'amazing', 'or', 'make', 'you', 'look', 'like', 'a', 'doily', 'it', 'was', 'on', 'sale', 'so', 'i', 'figured', 'why', 'not', 'let', "'s", 'try', 'it', 'on', 'it', 'is', 'gorgeous', 'on', 'true', 'to', 'size', 'i', 'am', 'usually', 'a', '0', 'and', 'the', '0', 'fits', 'me', 'perfectly', 'the', 'quality', 'and', 'tailoring', 'is', 'amazing', 'it', 'is', 'a', 'heavier', 'dress', 'with', 'the', 'lace', 'and', 'lining', 'so', 'it', 'may', 'not', 'work', 'on', 'a', 'super', 'hot', 'day', 'overall', 'i', 'love', 'the', 'fit', 'and', 'quality', 'of', 'the', 'dress', 'i', 'love', 'it', 'even', 'more', 'on', 'sale', ',5,1,1', 'general', 'dresses', 'dresses'] ['8667,1078,20', 'the', 'best', 'dress', 'ever.', 'this', 'dress', 'is', 'absolute', 'perfection', 'the', 'quality', 'of', 'the', 'dress', 'is', 'great', 'the', 'fit', 'is', 'comfortable', 'and', 'it', "'s", 'such', 'a', 'fun', 'summer', 'dress', 'the', 'slip', 'underneath', 'fits', 'perfectly', 'the', 'outer', 'layer', 'is', 'delicate', 'yet', 'durable', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8668,1078,60', 'beautiful', 'but', 'binding', 'slip', 'i', 'tried', 'this', 'dress', 'on', 'at', 'my', 'local', 'store', 'and', 'was', 'very', 'disappointed', 'in', 'the', 'slip', 'portion', 'of', 'this', 'dress', 'there', 'is', 'no', 'give', 'with', 'the', 'slip', 'so', 'even', 'though', 'the', 'dress', 'portion', 'is', 'quite', 'flowy', 'the', 'slip', 'prevents', 'anyone', 'with', 'a', 'large', 'chest', 'or', 'hips', 'to', 'wear', 'this', 'dress.,2,0,11', 'general', 'petite', 'dresses', 'dresses'] ['8669,1078,24', 'beautiful', 'feminine', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'in', 'the', 'coral', 'color', 'and', 'tried', 'it', 'on', 'i', 'am', '5', '4', '34b', 'and', 'slender', 'to', 'athletic', 'build', 'i', 'wear', 'the', 'size', '2', 'in', 'this', 'dress', 'as', 'far', 'as', 'sizes', 'go', 'for', 'retailer', 'i', 'would', 'say', 'it', 'is', 'tts', 'the', 'slip', 'fits', 'like', 'it', 'should', 'and', 'the', 'dress', 'is', 'flowing', 'it', 'is', 'not', 'see', 'through', 'as', 'were', 'some', 'of', 'the', 'other', 'silk', 'dresses', 'this', 'summer', 'it', 'feels', 'so', 'comfortable', 'and', 'makes', 'me', 'feel', 'pretty', 'it', 'is', 'a', 'flowing', 'dress', 'and', 'meant', 'to', 'fit', 'that', 'way', 'i', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'the', 'day', 'it', 'did', 'i', 'purchased', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8670,774,52', 'not', 'enough', 'style', 'i', 'thought', 'i', 'might', 'like', 'the', 'look', 'of', 'this', 'oversized', 'odette', 'dress', 'but', 'after', 'i', 'tried', 'it', 'on', 'i', 'felt', 'it', 'was', 'not', 'a', 'flattering', 'style', 'on', 'me', 'the', 'color', 'was', 'pretty', 'and', 'fabric', 'was', 'nice', 'just', 'not', 'a', 'fit', 'for', 'me.,3,0,1', 'initmates', 'intimate', 'lounge'] ['8671,1078,40', 'feminine', 'this', 'dress', 'is', 'really', 'sweet', 'and', 'flows', 'well', 'i', 'love', 'the', 'fabric', 'and', 'the', 'colors', 'are', 'soft', 'this', 'dress', 'is', 'perfect', 'for', 'hot', 'summ', 'days', 'and', 'is', 'so', 'comfortable', 'you', 'could', 'dress', 'it', 'up', 'with', 'fun', 'sandals', 'or', 'simple', 'wear', 'flip', 'flops', 'i', 'love', 'how', 'the', 'seam', 'around', 'the', 'bodice', 'drops', 'lower', 'in', 'the', 'back', 'it', "'s", 'very', 'flattering', 'i', 'bought', 'a', 'small', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8672,774,34', 'a', 'shirt', 'not', 'a', 'dress', 'unfortunately', 'this', 'top', 'is', 'shirt-length', 'and', 'i', "'m", 'only', '5', '4', 'needs', 'to', 'be', 'about', '6', 'longer', 'made', 'of', 'sweatshirt', 'material', 'which', 'i', 'would', "n't", 'mind', 'if', 'it', 'were', 'longer', 'also', 'runs', 'very', 'wide-', 'ordered', 'an', 'xs', 'and', 'could', 'have', 'gone', 'smaller', ',1,0,1', 'initmates', 'intimate', 'lounge'] ['8673,828,28', 'blah', 'i', 'had', 'different', 'expectations', 'for', 'this', 'shirt', 'in', 'blue', 'and', 'when', 'i', 'received', 'the', 'item', 'it', 'did', "n't", 'met', 'those', 'expectations', 'the', 'material', 'is', 'very', 'good', 'quality', 'but', 'there', 'is', 'nothing', 'extraordinary', 'about', 'the', 'shirt', 'it', 'is', 'jus', 'very', 'plain', 'this', 'item', 'is', 'being', 'returned', ',3,0,0', 'general', 'tops', 'blouses'] ['8674,260,35', 'amazing', 'vest', 'i', 'love', 'everything', 'about', 'this', 'vest', 'comfortable', 'and', 'cute', 'great', 'transition', 'piece', 'into', 'spring', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8675,1078,39', 'highlights', 'good', 'this', 'cute', 'dress', 'highlights', 'some', 'trouble', 'spots', 'and', 'emphasizes', 'good', 'parts', 'too', 'so', 'i', "'m", 'happy', 'but', 'not', 'ecstatic', 'for', 'myself', 'the', 'sleeves', 'are', 'tight', 'and', 'so', 'is', 'the', 'fit', 'across', 'the', 'back', 'and', 'shoulders', 'sizing', 'up', 'makes', 'the', 'voluminous', 'skirt', 'overwhelming', 'the', 'skirt', 'is', 'already', 'a', 'lot', 'to', 'handle', 'in', 'my', 'regular', 'size', 'the', 'good', 'part', 'is', 'the', 'pattern', 'swingy', 'silhouette', 'and', 'it', 'covers', 'my', 'tummy', 'i', 'have', 'thick', 'arms', 'wide', 'bust', 'round', 'back', 'and', 'meaty', 'shoulders', '140', '5', '3', '36d', 'and', 'purchased', 'size', '10', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8676,1078,49', 'really', 'great', 'fit', 'i', 'fell', 'in', 'love', 'with', 'the', 'dress', 'when', 'i', 'saw', 'it', 'but', 'i', 'was', 'worried', 'about', 'a', 'few', 'things', 'before', 'ordering', 'it', 'one', 'comment', 'mentioned', 'that', 'the', 'slip', 'underneath', 'was', 'tight', 'in', 'the', 'hips', 'yet', 'as', 'a', 'size', '30', 'in', 'pants', 'the', 'slip', 'was', 'still', 'fine', 'the', 'other', 'concern', 'was', 'the', 'length', 'i', 'was', 'worried', 'that', 'the', 'dress', 'would', 'be', 'very', 'short', 'compared', 'to', 'my', 'height', 'however', 'it', 'was', 'a', 'good', 'length', 'in', 'the', 'front', 'and', 'the', 'back', 'was', 'came', 'down', 'longer', 'than', 'the', 'front', 'which', 'helped', 'the', 'overall', 'length', 'overall', 'i', 'ordered', 'a', 'size', '6', 'and', 'it', 'fit', 'well', 'in', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8677,828,33', 'i', 'loved', 'the', 'look', 'and', 'feel', 'of', 'this', 'shirt', 'the', 'moment', 'i', 'saw', 'it', 'it', 'would', 'be', 'so', 'versatile', 'with', 'jeans', 'skirts', 'and', 'black', 'slacks', 'i', 'was', 'contemplating', 'wearing', 'it', 'with', 'a', 'tulle', 'skirt', 'for', 'nye', 'but', 'it', 'was', "n't", 'meant', 'to', 'be', 'usually', 'my', 'issue', 'with', 'these', 'tops', 'is', 'in', 'the', 'bust', 'and', 'strangely', 'that', 'was', "n't", 'the', 'case', 'this', 'time', 'this', 'is', 'great', 'news', 'also', 'they', 'made', 'the', 'sides', 'adjustable', 'so', 'wide', 'hips', 'are', 'not', 'a', 'problem', 'either', 'however', 'i', 'have', 'muscular', 'arms', 'and', 'well', 'cloth', 'and', 'stone', 'are', 'not', 'thinking', 'about', 'that', 'they', 'make', 'the', 'uppe', ',3,0,26', 'general', 'tops', 'blouses'] ['8678,279,46', 'floreale', 'leggings', 'really', 'stretchy', 'and', 'therefore', 'not', 'a', 'whole', 'lot', 'of', 'compression', 'love', 'the', 'floral', 'pattern', 'and', 'the', 'color', 'but', 'they', "'re", 'also', 'surprisingly', 'thin', 'they', "'ll", 'be', 'good', 'for', 'yoga', 'in', 'the', 'summer', 'months', 'but', 'i', 'find', 'them', 'to', 'be', 'too', 'thin', 'to', 'wear', 'outside', 'of', 'the', 'gym', 'and', 'i', 'like', 'a', 'legging', 'i', 'can', 'feel', 'comfortable', 'in', 'running', 'errands', 'to', 'and', 'from', 'the', 'gym', 'too', 'fit', 'true', 'to', 'size', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['8679,260,46', 'aquaflora', 'vest', 'so', 'much', 'prettier', 'in', 'person', 'love', 'it', 'i', "'m", 'a', 'size', '2', 'in', 'retailer', 'and', 'a', 'small', 'in', 'this', 'vest', 'even', 'over', 'a', 'sweater', 'still', 'left', 'quite', 'a', 'bit', 'of', 'room', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['8680,260,43', 'great', 'lil', 'vest', 'bought', 'this', 'because', 'i', 'do', "n't", 'have', 'a', 'puffer', 'vest', 'and', 'living', 'in', 'san', 'diego', 'i', 'wanted', 'a', 'layering', 'piece', 'it', "'s", 'much', 'cuter', 'on', 'but', 'it', 'does', 'like', 'much', 'of', 'retailer', "'s", 'clothes', 'run', 'a', 'bit', 'small', 'got', 'tons', 'of', 'compliments', 'on', 'it', 'when', 'i', 'wore', 'it', 'while', 'shopping', 'round', 'town', 'very', 'pricey', 'but', 'since', 'the', 'hood', 'detaches', 'and', 'it', "'s", 'reversible', 'i', 'guess', 'it', "'s", 'worth', 'it', 'treat', "yo'self", ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8681,828,29', 'soft', 'button', 'down', 'i', 'bought', 'this', 'a', 'few', 'weeks', 'back', 'when', 'i', 'saw', 'it', 'the', 'blue', 'one', 'in', 'the', 'store', 'i', 'touched', 'it', 'and', 'it', 'was', 'extremely', 'soft', 'and', 'even', 'plush', 'like', 'i', 'tried', 'it', 'on', 'and', 'found', 'it', 'odd', 'that', 'this', 'cloth', 'and', 'stone', 'garment', 'like', 'other', 'viewers', 'stated', 'fit', 'my', 'bust', 'and', 'hips', 'typically', 'they', 'do', "n't", 'i', 'love', 'the', 'side', 'buttons', 'i', 'wear', 'mine', 'opened', 'half', 'way', 'my', 'only', 'complaint', 'is', 'i', "'ve", 'washed', 'it', 'like', 'the', 'instructions', 'state', 'and', 'my', 'blouse', 'is', 'no', 'longer', 'as', 'soft', 'as', 'it', 'was', 'before', 'and', 'it', 'needs', 'to', 'be', 'ironed', 'as', 'it', 'wrinkles', 'easily', 'i', 'still', 'li', ',3,1,7', 'general', 'tops', 'blouses'] ['8682,1078,64', 'lovely', 'spring', 'dress', 'comfortable', 'and', 'true', 'to', 'size', 'it', 'fits', 'more', 'fitted', 'on', 'the', 'top', 'and', 'very', 'swingy/flowy', 'on', 'the', 'bottom', 'i', 'got', 'a', 'petite', 'and', 'the', 'length', 'was', 'perfect', 'if', 'you', 'like', 'to', 'wear', 'very', 'high', 'heels', 'you', 'may', 'want', 'to', 'go', 'with', 'a', 'regular', 'as', 'its', 'a', 'tad', 'short.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8683,1078,52', 'fun', 'spring', 'colors', 'but', 'tricky', 'on', 'certain', 'body', 'types', 'in', 'the', 'store', 'i', 'was', 'immediately', 'drawn', 'to', 'the', 'blue/white', 'combination', 'but', 'on', 'the', 'opposite', 'side', 'of', 'the', 'rack', 'hung', 'the', 'spring', 'colored', 'one', 'which', 'i', 'ultimately', 'tried', 'on', 'it', 'was', 'obvious', 'that', 'the', 'dress', 'was', 'a', 'bit', 'oversized', 'so', 'i', 'chose', 'the', 'smaller', 'of', 'my', 'two', 'dress', 'sizes', '10', 'to', 'try', 'on', 'this', 'was', 'the', 'right', 'choice', 'but', 'it', 'was', 'still', 'really', 'big', 'i', 'am', 'not', 'sure', 'that', 'i', 'could', 'have', 'gone', 'down', 'another', 'size', 'mostly', 'i', 'wear', 'a', '12', 'in', 'dresses', 'that', 'are', 'fitted', 'due', 'to', 'my', 'bust', '36c', 'and', 'broad', 'back/shoulders', 'from', 'the', 'front', 'th', ',4,1,87', 'general', 'petite', 'dresses', 'dresses'] ['8684,828,33', 'perfect', 'white', 'button', 'down', 'first', 'this', 'picture', 'does', 'not', 'do', 'this', 'shirt', 'justice', 'in', 'fact', 'the', 'hanger', 'does', 'not', 'do', 'this', 'shirt', 'justice', 'you', 'must', 'try', 'this', 'shirt', 'on', 'it', 'drapes', 'so', 'well', 'not', 'as', 'soft', 'as', 'some', 'cloth', 'stone', 'tops', 'but', 'it', 'is', 'still', 'very', 'soft', 'the', 'slightly', 'stiffer', 'feel', 'makes', 'it', 'easier', 'to', 'dress', 'up', 'there', "'s", 'no', 'pockets', 'which', 'is', 'nice', 'in', 'a', 'button', 'down', 'it', 'drapes', 'in', 'a', 'very', 'flattering', 'way', 'i', "'ve", 'never', 'been', 'happier', 'with', 'a', 'cloth', 'stone', 'garment', 'i', 'normally', 'wear', 'a', 'small', 'in', 'this', 'brand', 'and', 'that', 'is', 'true', 'for', 'this', 'top', 'as', 'well', 'however', ',5,1,29', 'general', 'tops', 'blouses'] ['8685,1078,37', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8686,1078,44', 'forget-me-not', 'this', 'dress', 'is', 'extremely', 'feminine', 'the', 'liner', 'is', 'the', 'unsung', 'hero', 'here', 'it', "'s", 'cleverly', 'designed', 'to', 'be', 'fitted', 'because', 'on', 'a', 'windy', 'day', 'and', 'the', 'dress', 'flies', 'up', 'it', "'s", 'a', 'saving', 'grace', 'it', 'has', 'snap', 'buttons', 'and', 'can', 'be', 'detached', 'the', 'fabric', 'is', 'opaque', 'so', 'the', 'dress', 'is', 'not', 'see-through', 'the', 'fabric', 'of', 'the', 'dress', 'is', 'sheer', 'soft', 'and', 'smooth', 'and', 'i', 'thought', 'it', 'was', 'silk', 'until', 'i', 'read', 'the', 'tag', 'which', 'listed', 'as', 'viscose', 'the', 'details', 'of', 'this', 'dress', 'is', 'breathtaking', 'from', 'the', 'flower', 'design', 'check', 'out', 'the', 'bottom', 'horizontal', 'lines', 'of', 't', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['8687,260,47', 'wonderful', 'purchased', 'this', 'today', 'at', 'my', 'local', 'retailer-been', 'eyeing', 'it', 'a', 'while-thinking', 'i', 'would', 'wait', 'until', 'on', 'sale-until', 'the', 'salesgirl', 'whom', 'i', 'know', 'said', 'it', 'was', 'their', 'second', 'shipment', 'and', 'all', 'have', 'sold', 'out', 'knew', 'i', 'needed', 'to', 'splurge', 'i', 'tried', 'on', 'the', 'small', 'and', 'x', 'small', 'and', 'wound', 'up', 'going', 'for', 'the', 'small', 'i', 'did', 'however', 'try', 'on', '3', 'smalls', 'and', 'two', 'of', 'them', 'were', 'way', 'to', 'roomy', 'but', 'the', 'third', 'one', 'fit', 'like', 'a', 'charm-it', 'was', 'quite', 'a', 'bit', 'slimmer', 'in', 'body', 'than', 'the', 'two', 'smalls', 'strange', 'but', 'true', 'i', 'do', 'have', 'room', 'in', 'it-i', 'am', 'a', '32', 'c', 'to', '36', 'b', 'and', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['8688,1078,31', 'beautiful', 'but', 'does', 'not', 'fit', 'as', 'pictured', 'saw', 'this', 'dress', 'in', 'the', 'blue', 'motif', 'and', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'a', 'summer', 'outdoor', 'wedding', 'i', "'m", '5', '4', '125', 'lbs', 'and', 'ordered', 'a', 'size', '2.', 'it', 'fit', 'true', 'to', 'size', 'in', 'the', 'shoulders', 'bust', 'and', 'length', 'but', 'did', 'not', 'fit', 'as', 'pictured', 'on', 'the', 'site', 'it', 'looks', 'in', 'the', 'pictures', 'like', 'there', 'is', 'some', 'shape', 'to', 'the', 'waistline', 'without', 'being', 'too', 'fitted', 'which', 'i', 'like', 'on', 'me', 'there', 'was', 'absolutely', 'no', 'shape', 'it', 'just', 'billowed', 'and', 'looked', 'really', 'maternity', '15', 'bucks', 'for', 'alterations', 'to', 'take', 'in', 'the', 'sides', 'and', 'now', 'it', "'s", 'my', 'favorite', 'darn', 'thin', ',4,1,0', 'general', 'dresses', 'dresses'] ['8689,1078,56', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'too', 'such', 'a', 'cute', 'dress', 'it', 'was', 'just', 'way', 'too', 'big', 'in', 'the', 'back', 'of', 'the', 'dress', 'too', 'much', 'fabric', 'it', 'just', 'hung', 'with'] ['no', 'form', 'around', 'waist', 'it', 'appeared', 'more', 'fitted', 'on', 'the', 'model', 'than', 'the', 'one', 'i', 'received', 'dress', 'was', 'quite'] ['a', 'bit', 'longer', 'in', 'the', 'back', 'so', 'i', 'felt', 'like', 'the', 'front', 'was', 'riding', 'up', 'just', 'in', 'the', 'minutes', 'of', 'trying', 'it', 'on'] ['sadly', 'i', 'have', 'to', 'return', 'it', 'it', 'did', 'come', 'with', 'an', 'underneath', 'slip', 'which', 'was', 'necessary', 'as', 'the', 'fabric', 'was', 'very'] ['thin'] ['recommend', 'with', 'caution', 'to', 'sizing', ',3,1,1', 'general', 'dresses', 'dresses'] ['8690,1096,41', ',i', 'was', "n't", 'sure', 'about', 'this', 'dress', 'because', 'some', 'of', 'retailer', "'s", 'cloths', 'can', 'make', 'a', 'women', 'appear', 'older', 'before', 'her', 'time', 'i', 'have', 'to', 'say', 'that', 'is', 'not', 'the', 'case', 'with', 'this', 'dress', 'i', 'ordered', 'it', 'with', 'the', 'green', 'and', 'mint', 'patterns', 'in', 'my', 'normal', 'size', '2.', 'this', 'dress', 'could', 'not', 'have', 'been', 'more', 'beautiful', 'on', 'i', "'m", '5', '6', '115lbs', 'and', 'it', 'fit', 'perfect', 'the', 'colors', 'really', 'compliment', 'my', 'dark', 'hair', 'and', 'fair', 'skin', 'i', 'wo', "n't", 'even', 'need', 'sunless', 'tanner', 'i', 'highly', 'recommend', 'this', 'dress', 'and', 'placed', 'the', 'designer', 'on', 'my', 'list', 'to', 'try', 'out', 'again.,5,1,2', 'general', 'dresses', 'dresses'] ['8691,1096,40', 'gorgeous', 'feminine', 'dress', 'this', 'dress', 'is', 'to', 'die', 'for', 'it', "'s", 'exactly', 'as', 'pictured', 'beautiful', 'quality', 'and', 'extremely', 'flattering', 'all', 'the', 'lace', 'and', 'lining', 'make', 'it', 'a', 'slightly', 'heavier', 'dress', 'i', 'can', 'imagine', 'it', 'getting', 'really', 'warm', 'after', 'a', 'while', 'in', 'the', 'summer', 'sun', 'but', 'it', 'would', 'absolutely', 'be', 'worth', 'the', 'bit', 'of', 'sweat', 'to', 'wear', 'this', 'gorgeous', 'dress', ',5,1,3', 'general', 'dresses', 'dresses'] ['8692,1078,22', ',,5,1,0', 'general', 'dresses', 'dresses'] ['8693,774,47', 'horrible', 'this', 'dress', 'is', 'horrible', 'i', 'ca', "n't", 'believe', 'they', 'can', 'get', 'away', 'with', 'calling', 'it', 'a', 'dress', 'it', 'should', 'have', 'been', 'called', 'a', 'tunic', 'or', 'shirt', 'it', 'looks', 'like', 'it', 'is', 'a', 'soft', 'flowing', 'dress', 'made', 'out', 'of', 'nice', 'material', 'from', 'the', 'pictures', 'no', 'way', 'it', 'is', 'made', 'from', 'sweatshirt', 'material', 'it', 'is', 'lifeless', 'and', 'is', 'kind', 'of', 'stiff', 'it', 'came', 'to', 'the', 'top', 'of', 'my', 'thighs', 'i', 'ca', "n't", 'find', 'one', 'nice', 'thing', 'to', 'say', 'about', 'this', 'dress', 'and', 'i', 'do', 'not', 'recommend', 'it', 'the', 'picture', 'does', 'it', 'so', 'much', 'more', 'justice', 'that', 'it', 'is', 'worth', ',1,0,20', 'initmates', 'intimate', 'lounge'] ['8694,260,28', 'love', 'the', 'colors', 'love', 'the', 'design', 'and', 'sure', 'to', 'keep', 'you', 'toasty', 'im', 'usually', 'a', 'size', '0', 'or', '2', 'so', 'i', 'ordered', 'an', 'extra', 'small-', 'it', 'felt', 'a', 'bit', 'roomie', ',3,1,1', 'initmates', 'intimate', 'lounge'] ['8695,818,62', 'runs', 'large', 'i', 'so', 'wanted', 'to', 'love', 'this', 'tank', 'and', 'was', 'so', 'excited', 'to', 'get', 'it', 'in', 'the', 'mail', 'i', 'got', 'a', 'size', 'small', 'my', 'usual', 'and', 'it', 'ran', 'so', 'large', 'i', 'was', "n't", 'even', 'sure', 'an', 'xs', 'would', "'ve", 'fit', 'properly', 'the', 'material', 'looked', 'lighter', 'and', 'blouse-y', 'on', 'the', 'model', 'but', 'in', 'person', 'is', 'much', 'thicker', 'and', 'sort', 'of', 'hangs', 'underarms', 'run', 'large', 'and', 'are', 'gaping', 'from', 'the', 'body', 'i', 'am', 'sad', 'to', 'return', 'this', 'top', 'because', 'i', 'love', 'the', 'color', 'and', 'idea', 'of', 'it', 'but', 'it', 'just', 'ca', "n't", 'work', 'on', 'me', ',2,0,3', 'general', 'tops', 'blouses'] ['8696,841,36', 'gorgeous', 'billowy', 'top', 'i', 'love', 'this', 'top', 'lovely', 'light', 'airy', 'material', 'though', 'i', 'do', "n't", 'think', 'i', "'ll", 'wear', 'a', 'cami', 'under', 'it', 'i', "'m", 'usually', 'a', 'small', 'petite', 'so', 'i', 'ordered', 'this', 'in', 'an', 'extra', 'small', 'i', 'love', 'the', 'way', 'it', 'fits', ',5,1,0', 'general', 'tops', 'blouses'] ['8697,829,26', 'so', 'disappointed', 'i', 'could', "n't", 'wait', 'to', 'get', 'this', 'top', 'in', 'the', 'mail', 'since', 'they', 'did', "n't", 'have', 'it', 'at', 'my', 'local', 'retailer', 'but', 'i', 'was', 'so', 'disappointed', 'in', 'both', 'the', 'quality', 'and', 'fit', 'the', 'white', 'is', 'completely', 'see-thru', 'i', 'ca', "n't", 'believe', 'how', 'sheer', 'the', 'material', 'is', 'especially', 'for', 'the', 'price', 'even', 'as', 'the', 'shirt', 'is', 'lying', 'down', 'i', 'can', 'see', 'through', 'both', 'layers', 'of', 'it', 'the', 'fit', 'runs', 'small', 'and', 'short', ',1,0,22', 'general', 'petite', 'tops', 'blouses'] ['8698,829,37', 'beautiful', 'details', 'but', 'cut', 'small', 'i', 'ordered', 'this', 'in', 'an', 'xs', 'which', 'is', 'my', 'normal', 'size', 'in', 'retailer', 'tops', 'the', 'stitching', 'and', 'detail', 'on', 'the', 'straps', 'is', 'beautiful', 'but', 'they', 'were', 'also', 'somewhat', 'tight', 'across', 'my', 'bust', 'and', 'across', 'my', 'back', 'it', 'puckered', 'in', 'a', 'strange', 'way', 'that', 'was', "n't", 'flattering', 'back', 'it', 'goes', 'unfortunately', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['8699,841,60', 'i', 'love', 'this', 'top', 'this', 'is', 'even', 'nicer', 'in', 'person', 'than', 'it', 'is', 'online', 'i', 'absolutely', 'love', 'it', 'i', 'am', '5', '5', 'and', '128', 'lbs', 'and', 'ordered', 'my', 'usual', 'size', 'small', 'i', 'probably', 'could', 'have', 'worn', 'an', 'extra', 'small', 'but', 'do', "n't", 'feel', 'like', 'the', 'small', 'is', 'too', 'big', 'this', 'could', 'be', 'my', 'favorite', 'purchase', 'of', 'the', 'season', ',5,1,0', 'general', 'tops', 'blouses'] ['8700,836,59', 'love', 'this', 'blouse', 'for', 'me', 'this', 'is', 'the', 'perfect', 'blouse', 'alone', 'or', 'with', 'a', 'cardigan', 'it', "'s", 'a', 'winner', 'not', 'too', 'low', 'cut', 'armholes', 'are', 'perfect', 'i', 'would', 'buy', 'other', 'colors', 'if', 'they', 'were', 'available', ',5,1,2', 'general', 'tops', 'blouses'] ['8701,829,25', 'felt', 'cheap', 'not', 'like', 'retailer', 'this', 'top', 'seemed', 'so', 'unique', 'online', 'but', 'in', 'person', 'it', 'was', 'really', 'nothing', 'like', 'the', 'pics', 'super', 'full', 'shorter', 'cut', 'the', 'quality', 'was', "n't", 'what', 'i', 'thought', 'it', 'would', 'be', 'i', 'will', 'gladly', 'pay', 'for', 'nice', 'quality', 'fabric', 'and', 'unique', 'prints', 'anyday', 'but', 'this', 'was', "n't", 'any', 'of', 'those', 'things', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['8702,836,40', 'great', 'top', 'versatile', 'and', 'well', 'made', 'i', 'bought', 'this', 'top', 'in', 'a', 'size', '6', 'i', "'m", '5', '5', 'with', 'a', 'longer', 'torso', 'i', 'thought', 'at', 'first', 'that', 'this', 'would', 'be', 'too', 'boxy', 'and', 'cropped', 'but', 'it', 'fits', 'very', 'well', 'and', 'it', 'still', 'covers', 'my', 'stomach', 'when', 'i', 'raise', 'my', 'arms', 'up', 'the', 'material', 'is', 'on', 'the', 'thicker', 'side', 'so', 'it', "'s", 'a', 'little', 'more', 'structured', 'which', 'i', 'think', 'gives', 'it', 'a', 'nice', 'look', 'and', 'drape', 'i', 'feel', 'like', 'i', 'could', 'wear', 'this', 'shirt', 'out', 'on', 'a', 'casual', 'day', 'or', 'to', 'work', 'with', 'a', 'blazer', 'over', 'it', 'to', 'dress', 'it', 'up', 'more', 'i', 'highly', 'recommend', 'it', 'especially', 'since', 'the', 'material', 'is', 'linen', 'and', 'cotton', 'whic', ',5,1,3', 'general', 'tops', 'blouses'] ['8703,836,75', 'cute', 'casual', 'top', 'but', 'note', 'length', 'i', 'am', '5', '6', 'and', 'wear', 'a', 'medium', 'i', 'ordered', 'an', '8', 'and', 'a', '10', 'and', 'am', 'keeping', 'the', '10', 'which', 'is', 'a', 'little', 'large', 'but', 'importantly', 'is', 'a', 'full', '2', 'inches', 'longer', 'than', 'the', '8.', 'this', 'is', 'important', 'to', 'me', 'because', 'several', 'of', 'my', 'casual', 'pants', 'begin', 'a', 'couple', 'of', 'inches', 'below', 'the', 'waist', 'and', 'as', 'noted', 'by', 'another', 'reviewer', 'and', 'as', 'is', 'evident', 'on', 'the', 'model', 'the', 'top', 'hits', 'just', 'below', 'the', 'waist', 'also', 'it', 'is', 'cotton/linen', 'and', 'may', 'shrink', 'since', 'it', 'is', 'ivory', 'i', 'assume', 'it', 'will', 'see', 'a', 'few', 'washings', 'i', 'do', "n't", 'want', 'to', 'worry', 'about', 'the', 'gap', 'but', 'i', ',4,1,3', 'general', 'tops', 'blouses'] ['8704,829,40', 'beautiful', 'top', 'but', 'ill', 'filtting', 'this', 'top', 'is', 'gorgeous', 'and', 'beautifully', 'made', 'however', 'the', 'fit', 'leaves', 'a', 'lot', 'to', 'be', 'desired', 'the', 'other', 'parts', 'of', 'the', 'straps', 'pucker', 'out', 'and', 'do', 'not', 'lay', 'flat', 'on', 'your', 'skin', 'i', 'tried', 'to', 'make', 'this', 'work', 'but', 'just', 'could', "n't", 'so', 'it', "'s", 'going', 'back', ',2,0,17', 'general', 'petite', 'tops', 'blouses'] ['8705,1116,60', 'must', 'have', 'statement', 'piece', 'the', 'quality', 'of', 'this', 'jacket', 'is', 'outstanding', 'color', 'combination', 'is', 'very', 'chic', 'and', 'sophisticated', 'jacket', 'is', 'warm', 'but', 'not', 'bulky.,5,1,3', 'general', 'jackets', 'outerwear'] ['8706,829,40', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8707,836,56', 'spring', 'summer', 'fall', 'this', 'casual', 'top', 'is', 'adorable', 'a', 'great', 'top', 'for', 'jeans', 'linen', 'pants', 'or', 'shorts', 'it', 'would', 'be', 'cute', 'with', 'skirts', 'too'] ['i', 'love', 'the', 'heavy', 'feel', 'of', 'the', 'fabric', 'too', 'many', 'fabrics', 'today', 'are', 'thin', 'and/or', 'clingy', 'this', 'is', 'soft', 'but', 'is', 'substantial', 'it', 'works', 'well', 'on', 'my', 'body-type', 'tall', 'thin', 'without', 'much', 'figure', 'it', "'s", 'not', 'cheap', 'but', 'something', 'i', "'ll", 'likely', 'keep', 'for', 'a', 'few', 'years', ',5,1,1', 'general', 'tops', 'blouses'] ['8708,1116,56', 'this', 'sweater', 'is', 'adorable.', 'great', 'fit', 'colors', 'look', 'just', 'like', 'the', 'pic', 'not', 'too', 'heavy', 'but', 'warm', 'and', 'cozy', ',5,1,1', 'general', 'jackets', 'outerwear'] ['8709,829,39', 'pink', 'i', 'actually', 'rather', 'like', 'this', 'top', 'i', 'ordered', 'a', 'size', 'smaller', 'than', 'usual', 'based', 'on', 'how', 'flowy', 'it', 'looks', 'in', 'the', 'picture', 'and', 'was', 'quite', 'pleased', 'the', 'pink', 'color', 'is', 'rich', 'and', 'i', 'love', 'the', 'cut', 'work', 'it', 'has', 'a', 'bit', 'of', 'a', 'sparkle', 'in', 'it', 'and', 'is', 'very', 'pretty', 'and', 'flattering', 'on', 'the', 'back', 'it', 'does', 'swing', 'out', 'a', 'lot', 'but', 'i', 'ended', 'up', 'half', 'tucking', 'it', 'the', 'pink', 'color', 'is', 'very', 'nice', 'it', 'is', 'gauze', 'material', 'so', 'of', 'course', 'it', 'is', 'thin', 'i', 'usually', 'buy', '0', 'but', 'this', '00', 'was', 'great', 'also', 'there', 'was', 'no', 'petite', 'in', 'the', 'pink', 'so', 'ca', "n't", 'comment', 'on', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8710,829,46', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8711,836,48', 'beautiful', 'spring', 'top', 'i', 'found', 'this', 'top', 'in', 'the', 'roc', 'center', 'store', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'when', 'my', 'usual', 'size', '2', 'was', 'unavailable', 'i', 'sized', 'down', 'to', 'a', '0', 'because', 'it', 'looked', 'plenty', 'big', 'and', 'it', 'fits', 'fine', 'i', 'bought', 'the', 'ivory', 'color', 'and', 'love', 'it', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'pants', 'as', 'well', 'as', 'skirts', 'it', "'s", 'a', 'lovely', 'shade', 'of', 'ivory', 'quite', 'flattering', 'boxy', 'tops', 'are', 'often', 'not', 'for', 'me', 'but', 'this', 'one', 'is', 'perfect', ',5,1,2', 'general', 'tops', 'blouses'] ['8712,836,26', 'love', 'this', 'shirt', 'i', 'love', 'this', 'shirt', 'i', 'bought', 'it', 'in', 'both', 'black', 'and', 'white', 'and', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'i', 'totally', 'recommend', 'this', 'top', 'it', "'s", 'a', 'great', 'material', 'and', 'easy', 'to', 'wear', 'with', 'a', 'lot', 'of', 'different', 'bottoms.,5,1,0', 'general', 'tops', 'blouses'] ['8713,836,47', 'perfect', 'basic', 'get', 'this', 'one', 'during', 'the', '20', 'sale', 'if', 'you', 'dry', 'clean', 'it', 'you', 'will', 'have', 'it', 'forever', ',5,1,0', 'general', 'tops', 'blouses'] ['8714,836,40', 'love', 'this', 'top', 'the', 'quality', 'of', 'this', 'blouse', 'is', 'great', 'a', 'bit', 'on', 'the', 'thick', 'side', 'which', 'i', 'like', 'the', 'fronts', 'a', 'bit', 'shorter', 'than', 'the', 'back', 'looks', 'great', 'with', 'joggers', 'or', 'jeans', 'great', 'neckline', 'and', 'design', 'i', 'bought', 'this', 'in', 'black', 'and', 'wore', 'it', 'with', 'camo', 'pants', 'and', 'sandals', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['8715,836,49', 'nice', 'top', 'this', 'top', 'is', 'very', 'well', 'made', 'nice', 'heavy', 'material', 'for', 'those', 'in', 'between', 'days', 'the', 'back', 'is', 'slightly', 'longer', 'than', 'the', 'front', 'and', 'it', 'is', 'well', 'finished', 'inside', 'i', 'ordered', 'a', '00', 'which', 'fits', 'great', 'in', 'the', 'body', 'area', 'but', 'a', 'little', 'tight', 'on', 'my', 'arms', 'still', 'a', 'keeper', ',5,1,1', 'general', 'tops', 'blouses'] ['8716,1116,43', 'stellar', 'funky', '70', "'s", 'look', 'the', 'picture', 'does', 'no', 'justice', 'to', 'this', 'stellar', 'piece', 'its', 'extremely', 'comfortable', 'and', 'looks', 'extremely', 'chic', 'its', 'very', '1970', "'s", 'studio', '54', 'look', 'and', 'ive', 'received', 'tons', 'of', 'compliments', 'at', 'the', 'price', 'point', 'its', 'worth', 'it', ',5,1,2', 'general', 'jackets', 'outerwear'] ['8717,943,57', 'sweater', 'beautiful', 'sweater', 'that', 'looks', 'great', 'with', 'jeans.,4,1,1', 'general', 'tops', 'sweaters'] ['8718,829,83', 'beautiful', 'beautiful', 'top', 'i', 'found', 'this', 'top', 'to', 'be', 'quite', 'flattering', 'the', 'slight', 'give', 'in', 'the', 'outer', 'straps', 'is', 'necessary', 'to', 'allow', 'for', 'arm', 'movement', 'without', 'issue'] ['i', 'did', 'not', 'find', 'it', 'to', 'diminish', 'the', 'aesthetic', 'value'] ['i', 'purchased', 'it', 'in', 'white', 'and', 'loved', 'it', 'so', 'much', 'that', 'i', 'ordered', 'the', 'black', 'also', 'not', 'much', 'of', 'a', 'pink', 'person', 'or', 'i', 'would', 'have', 'gotten', 'that', 'one', 'too'] ['classic', 'with', 'a', 'bit', 'of', 'a', 'casual', 'edge'] ['a', 'must', 'get', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['8719,836,44', ',super', 'simple', 'top', 'that', "'s", 'comfy', 'i', 'like', 'a', 'looser', 'fit', 'and', 'its', 'boxy-', 'both', 'things', 'i', 'like', 'seems', 'like', 'it', 'will', 'be', 'a', 'staple', 'piece.,5,1,0', 'general', 'tops', 'blouses'] ['8720,836,33', ',this', 'top', 'is', 'very', 'nice', 'heavier', 'weight', 'linen', 'i', 'normally', 'wear', 'a', 'small', 'or', 'size', '6', 'in', 'retailer', 'but', 'this', 'seemed', 'a', 'bit', 'on', 'the', 'larger', 'size', 'than', 'normal', 'it', "'s", 'still', 'great', 'quality', 'and', 'i', "'ll", 'probably', 'keep', 'it', 'a', 'great', 'item', 'to', 'wear', 'for', 'a', 'long', 'time', ',4,1,0', 'general', 'tops', 'blouses'] ['8721,829,30', 'lovely', 'idea', 'that', 'does', 'not', 'work', 'i', 'was', 'drawn', 'to', 'this', 'top', 'because', 'of', 'the', 'interesting', 'and', 'detailed', 'straps', 'which', 'are', 'embroidered', 'with', 'a', 'lovely', 'triangle', 'pattern', 'however', 'the', 'embroidery', 'takes', 'away', 'any', 'stretchy-ness', 'or', 'give', 'in', 'the', 'cotton', 'and', 'makes', 'the', 'top', 'a', 'beautiful', 'but', 'ill-fitting', 'harness', 'for', 'anyone', 'with', 'any', 'breasts', 'or', 'full-figured', 'lusciousness', 'the', 'worst', 'part', 'is', 'that', 'the', 'top', 'hem', 'along', 'the', 'top', 'is', 'embroidered', 'and', 'rigid', 'just', 'like', 'the', 'straps', 'so', 'it', 'feels', 'like', 'you', 'are', 'wearing', 'an', 'uncomfortable', 'strapless', 'top', 'i', 'wanted', 'to', 'keep', 'this', 'but', 'h', ',2,0,18', 'general', 'petite', 'tops', 'blouses'] ['8722,836,26', 'versatile', 'piece', 'glad', 'i', 'did', 'not', 'order', 'the', 'petite.', 'i', "'m", 'consistently', 'a', '0p', 'in', 'this', 'brand', 'but', 'i', 'ordered', 'a', 'regular', 'zero', 'and', 'i', "'m", 'glad', 'i', 'did', 'not', 'get', 'the', 'petite', 'because', 'it', 'would', 'have', 'been', 'too', 'cropped', 'for', 'me', 'it', "'s", 'a', 'bit', 'boxy', 'and', 'the', 'material', 'is', 'thicker', 'than', 'i', 'thought', 'but', 'it', 'is', 'a', 'versatile', 'piece', 'that', 'look', 'forward', 'to', 'wearing', ',4,1,0', 'general', 'tops', 'blouses'] ['8723,836,48', 'flattering', 'cut', 'love', 'this', 'top', 'it', 'hits', 'at', 'the', 'top', 'of', 'the', 'waist', 'is', 'very', 'flattering', 'the', 'fabric', 'is', 'thicker', 'than', 'i', 'thought', 'it', 'would', 'be', 'and', 'had', 'a', 'deep', 'texture', 'when', 'i', 'first', 'took', 'it', 'out', 'of', 'the', 'package', 'i', 'thought', 'it', 'would', 'be', 'a', 'send-back', 'because', 'it', 'looked', 'kind', 'of', 'square', 'shapeless', 'but', 'once', 'on', 'it', 'took', 'on', 'a', 'whole', 'other', 'look', ',5,1,0', 'general', 'tops', 'blouses'] ['8724,836,53', 'love', 'love', 'love', 'it', 'saw', 'this', 'top', 'on-line', 'and', 'thought', 'i', 'would', 'give', 'it', 'a', 'try', 'i', 'am', 'glad', 'i', 'did', 'there', 'is', 'not', 'a', 'thing', 'wrong', 'with', 'this', 'top', 'cute', 'design', 'nice', 'weight', 'fabric', 'no', 'cami', 'needed', 'underneath', 'and', 'it', 'fits', 'very', 'well', 'for', 'reference', 'i', 'am', '5', '1', '120lbs', 'and', '35c', 'and', 'of', 'course', 'it', 'goes', 'with', 'literally', 'every', 'piece', 'of', 'clothing', 'you', 'would', 'wear', 'on', 'the', 'bottom', 'half', 'of', 'your', 'body'] ['this', 'is', 'a', 'keeper', ',5,1,1', 'general', 'tops', 'blouses'] ['8725,829,23', 'beautiful', 'tricky', 'i', "'d", 'recommend', 'getting', 'this', 'top-', 'but', 'only', 'after', 'understanding', 'its', 'limitations', 'it', "'s", 'beautiful', 'and', 'i', 'bought', 'it', 'even', 'after', 'reading', 'the', 'other', 'critical', 'and', 'accurate', 'reviews', 'because', 'i', 'so', 'loved', 'how', 'it', 'paired', 'with', 'the', 'skirt', 'unless', 'you', 'size', 'down', 'the', 'rigid', 'form', 'of', 'the', 'embellished', 'straps', 'will', 'lie', 'funny', 'and', 'the', 'rest', 'of', 'the', 'top', 'fits', 'bizarrely', 'as', 'it', 'is', 'both', 'short', 'it', 'could', 'almost', 'expose', 'the', 'bottom', 'of', 'your', 'stomach', 'and', 'has', 'lots', 'of', 'fabric', 'so', 'it', 'almost', 'flows', 'out', 'all', 'around', 'you', 'accentuating', 'your', 'stomach', 'and', 'ma', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['8726,829,32', 'beautiful', 'love', 'this', 'top', 'with', 'swing/loose', 'tops', 'i', 'always', 'size', 'down', 'i', "'m", '5', '1', '115', '34b', 'and', 'took', 'a', '0.', 'it', 'fit', 'very', 'well', 'i', 'tried', 'a', '2', 'on', 'as', 'well', 'and', 'i', 'could', 'see', 'what', 'the', 'other', 'reviewers', 'were', 'saying', 'about', 'the', 'top', 'part', 'not', 'laying', 'flat', 'so', 'size', 'down', 'if', 'you', 'can', 'i', 'got', 'white', 'so', 'i', 'use', 'a', 'nude', 'bandeau', 'bra', 'with', 'it', 'works', 'well', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8727,836,56', 'love', 'this', 'is', 'a', 'really', 'unique', 'and', 'well', 'made', 'top', 'i', 'saw', 'it', 'online', 'and', 'thought', 'it', 'would', 'be', 'boxy', 'but', 'when', 'i', 'tried', 'it', 'on', 'in', 'my', 'local', 'retailer', 'it', 'fits', 'perfectly', 'and', 'i', 'love', 'the', 'shape', 'i', 'bought', 'the', 'size', 'small', 'i', 'will', 'say', 'this', 'is', 'not', 'a', 'long', 'shirt', 'skims', 'just', 'over', 'the', 'belt', 'line', 'so', 'i', 'will', 'be', 'careful', 'when', 'laundering', 'i', 'will', 'be', 'getting', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', ',5,1,9', 'general', 'tops', 'blouses'] ['8728,943,43', 'boxy', 'i', 'loved', 'the', 'design', 'online', 'but', 'the', 'sweater', 'is', 'bulky', 'and', 'boxy', 'i', 'had', 'chosen', 'the', 'cream', 'with', 'blue', 'and', 'now', 'looking', 'back', 'at', 'the', 'other', 'pictures', 'of', 'the', 'beige/cream', 'it', 'represents', 'it', 'better', 'it', 'made', 'me', 'look', 'very', 'wide', 'loved', 'it', 'online', 'but', 'it', 'was', "n't", 'for', 'me', 'returned', 'it', ',2,0,1', 'general', 'tops', 'sweaters'] ['8729,836,19', 'perfect', 'goes', 'with', 'absolutely', 'everything', 'it', "'s", 'very', 'comfortable', 'and', 'versatile', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'great', 'thing', 'to', 'have', 'in', 'the', 'closet', 'when', 'you', 'do', "n't", 'know', 'what', 'to', 'wear', ',5,1,0', 'general', 'tops', 'blouses'] ['8730,836,46', 'loved', 'it', 'but', 'it', 'ran', 'absolutely', 'loved', 'this', 'top', 'but', 'after', 'i', 'washed', 'it', 'the', 'underside', 'color', 'ran', 'at', 'the', 'stitching', 'it', 'is', 'all', 'white', 'on', 'the', 'outside', 'but', 'at', 'the', 'bottom', 'hem', 'it', 'has', 'a', 'really', 'cool', '1', 'lining', 'in', 'a', 'mustard', 'color', 'i', 'did', 'a', 'cold', 'water', 'wash', 'and', 'flat', 'to', 'dry', 'i', 'noticed', 'around', 'the', 'stitching', 'at', 'the', 'bottom', 'the', 'mustard', 'color', 'has', 'bled', 'through', 'just', 'at', 'the', 'area', 'of', 'the', 'mustard', 'color', 'stitching'] [] ['i', 'am', 'so', 'disappointed', 'b/c', 'i', 'loved', 'this', 'top', ',1,0,2', 'general', 'tops', 'blouses'] ['8731,836,65', 'beautiful', 'quality', 'and', 'fit', 'summertime', 'i', 'held', 'my', 'breath', 'as', 'i', 'slid', 'this', 'on', 'for', 'the', 'first', 'time', 'right', 'out', 'of', 'the', 'package', 'the', 'size', '8', 'was', 'perfect', 'for', 'me', 'usual', 'medium', 'size', '8', 'short-waisted', '34f', 'this', 'blouse', 'is', 'truly', 'a', 'find', 'luxurious', 'linen', 'in', 'a', 'unique', 'appealing', 'design', 'excellent', 'fit', 'the', 'pleat', 'at', 'the', 'back', 'gives', 'nice', 'room', 'to', 'make', 'the', 'fit', 'just', 'right', 'the', 'v-neck', 'is', 'not', 'too', 'deep', 'thankfully', 'bra', 'friendly', 'the', 'slightly', 'lower', 'back', 'length', 'is', 'stylish', 'but', 'not', 'extreme', 'and', 'finally', 'admirable', 'craftsmanship', 'i', 'highly', 'recommend', 'this', 'will', 'feel', 'di', ',5,1,7', 'general', 'tops', 'blouses'] ['8732,936,35', 'cozy', 'chunky', 'sweater', 'the', 'color', 'and', 'weave', 'of', 'this', 'sweater', 'is', 'really', 'beautiful', 'and', 'it', 'looks', 'very', 'expensive', 'it', 'is', 'heavy-', 'this', 'is', 'not', 'a', 'lightweight', 'cardigan', 'so', 'save', 'it', 'for', 'the', 'coldest', 'of', 'days', 'i', 'wore', 'with', 'a', 'white', 'tee', 'like', 'in', 'the', 'picture', 'and', 'jeans', 'and', 'i', 'did', 'have', 'to', 'roll', 'the', 'sleeves', 'up', 'like', 'the', 'model', 'i', "'m", 'not', 'sure', 'that', 'i', 'have', 'a', 'jacket', 'that', 'would', 'fit', 'over', 'this', 'sweater', 'because', 'it', 'is', 'somewhat', 'bulky', 'but', 'i', 'am', 'still', 'very', 'happy', 'with', 'the', 'purchase', 'you', 'could', 'wear', 'this', 'at', 'home', 'to', 'lounge', 'in', 'or', 'out', 'and', 'about', 'for', 'casual', 'outings', ',4,1,4', 'general', 'tops', 'sweaters'] ['8733,1050,62', 'i', 'really', 'feel', 'in', 'love', 'with', 'the', 'details', 'of', 'these', 'joggers', 'and', 'they', 'did', 'not', 'fail', 'me', 'when', 'they', 'arrived', 'i', 'have', "n't", 'worn', 'them', 'yet', 'but', 'tried', 'them', 'on', 'and', 'they', 'seem', 'like', 'nice', 'little', 'relaxed', 'wear', 'with', 'a', 'tee', 'shirt', 'i', 'can', 'see', 'them', 'being', 'worn', 'with', 'a', 'cami', 'in', 'warm', 'weather', 'or', 'a', 'relaxed', 'tee', 'shirt', 'in', 'a', 'variety', 'of', 'colors', 'all', 'in', 'all', 'very', 'versatile', 'and', 'i', 'recommend', 'them', ',4,1,6', 'general', 'bottoms', 'pants'] ['8734,952,47', 'gorgeous', 'and', 'unusual', 'this', 'sweater', 'is', 'the', 'kind', 'of', 'find', 'i', 'hope', 'for', 'when', 'i', 'browse', 'the', 'retailer', 'website', 'or', 'walk', 'into', 'the', 'store', 'i', 'tried', 'two', 'sizes', 'i', 'sometimes', 'wear', 'an', 's', 'and', 'sometimes', 'an', 'xs', 'these', 'days', 'and', 'after', 'trying', 'them', 'both', 'i', 'felt', 'that', 'with', 'this', 'sweater', 'it', 'was', 'better', 'to', 'err', 'on', 'the', 'side', 'of', 'snugness', 'the', 'hooks', 'and', 'eyes', 'pull', 'a', 'bit', 'but', 'i', 'wo', "n't", 'be', 'fastening', 'this', 'all', 'the', 'way', 'to', 'the', 'top', 'the', 'smaller', 'size', 'works', 'better', 'to', 'hug', 'my', 'waist', 'before', 'the', 'peplum', 'flares', 'out', 'the', 'color', 'is', 'a', 'dreamy', 'pinky', 'nude', 'more', 'pink', 'than', 'nude', 'an', ',5,1,3', 'general', 'tops', 'sweaters'] ['8735,949,49', 'warm', 'and', 'cozy', 'poncho', 'love', 'this', 'poncho', 'plan', 'to', 'take', 'it', 'to', 'europe', 'this', 'fall', 'warm', 'and', 'cozy', 'yet', 'not', 'constricting', 'great', 'neutral', 'color', ',5,1,0', 'general', 'tops', 'sweaters'] ['8736,1008,36', 'cute', 'skirt', 'for', 'work', 'then', 'drinks', 'this', 'skirt', 'is', 'great', 'for', 'the', 'office', 'but', 'also', 'stylish', 'enough', 'to', 'wear', 'out', 'to', 'drinks/dinner', 'afterwards', 'i', 'think', 'it', 'fits', 'a', 'little', 'big', 'i', "'m", 'usually', 's', 'and', 'i', 'ended', 'up', 'with', 'an', 'xs'] [] ['i', 'think', 'the', 'tan', 'is', 'a', 'little', 'cuter', 'than', 'the', 'gray', 'in', 'person', 'so', 'i', 'would', 'recommend', 'this', 'one', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8737,1008,43', 'maintains', 'shape', 'love', 'this', 'skirt', 'because', 'of', 'the', 'colors', 'the', 'unique', 'style', 'and', 'for', 'a', 'knit', 'skirt', 'i', "'m", 'very', 'impressed', 'that', 'it', 'maintains', 'shape', 'throughout', 'the', 'day', 'great', 'skirt', 'to', 'own', 'received', 'several', 'compliments', 'had', 'to', 'size', 'up', 'from', 'a', '2', 'to', 'a', '4', '28', 'waist', 'and', '36', 'hips', 'the', 'size', '2fit', 'snugly', 'and', 'not', 'very', 'appropriate', 'for', 'work', 'but', 'great', 'for', 'a', 'night', 'out', 'the', 'size', '4', 'is', 'still', 'form', 'fitting', 'flattering', 'and', 'work', 'appropriate', 'very', 'comfortable', 'going', 'up', 'a', 'size', 'without', 'compromising', 'the', 'form', 'fit', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8738,952,46', 'early', 'spring', 'this', 'sweater', 'is', 'beautifully', 'detailed', 'however', 'it', 'seems', 'too', 'spring', 'like', 'to', 'be', 'for', 'sale', 'before', 'christmas', 'very', 'pretty', 'the', 'cut', 'may', 'not', 'be', 'for', 'everyone', 'it', 'is', 'like', 'a', 'peplum', 'on', 'the', 'bottom', 'and', 'looks', 'best', 'open', 'as', 'shown', 'on', 'my', 'busty', 'top', '36d', 'it', 'seems', 'cut', 'slightly', 'large', 'but', 'i', 'am', 'keeping', 'my', 'usual', 'size', 'medium', 'i', "'ll", 'keep', 'for', 'early', 'spring', 'colors', 'are', 'as', 'shown', 'detail', 'better', 'in', 'person', ',5,1,4', 'general', 'tops', 'sweaters'] ['8739,927,50', 'great', 'fall', 'coat', 'i', 'was', 'looking', 'for', 'a', 'coat', 'to', 'wear', 'over', 'dresses', 'this', 'one', 'is', 'the', 'perfect', 'length', 'and', 'works', 'over', 'all', 'lengths', 'of', 'dresses', 'and', 'looks', 'awesome', 'with', 'jeans', 'too', 'my', 'only', 'concern', 'is', 'how', 'it', 'will', 'hold', 'up', 'in', 'the', 'rain', 'it', 'has', "n't", 'happened', 'yet', ',4,1,0', 'general', 'tops', 'sweaters'] ['8740,952,43', 'lovely', 'sweater', 'this', 'is', 'a', 'beautiful', 'sweater.,5,1,0', 'general', 'tops', 'sweaters'] ['8741,952,54', 'a', 'mixed', 'bag', 'i', 'loved', 'the', 'shape', 'of', 'this', 'sweater', 'the', 'way', 'it', 'draped', 'from', 'the', 'waist', 'was', 'flattering', 'and', 'different', 'the', 'sleeves', 'were', 'a', 'strange', 'length', 'however', 'between', 'long', 'and', '3/4', 'length', 'which', 'made', 'it', 'look', 'like', 'they', 'the', 'sweater', 'was', 'just', 'too', 'short', 'for', 'me', 'the', 'color', 'looked', 'peachy', 'or', 'pink', 'in', 'the', 'photo', 'but', 'in', 'reality', 'it', 'was', 'almost', 'skin', 'tone', 'which', 'was', 'not', 'flattering', 'with', 'my', 'olive', 'coloring', 'paler', 'women', 'might', 'find', 'it', 'attractive', 'the', 'real', 'downside', 'for', 'me', 'was', 'the', 'fabric', 'which', 'was', 'thin', 'with', 'the', 'flowers', 'mainly', 'printed', 'o', ',3,0,0', 'general', 'tops', 'sweaters'] ['8742,952,48', 'beautiful', 'unique', 'sweater', 'i', 'love', 'birds,4,1,0', 'general', 'tops', 'sweaters'] ['8743,952,49', 'the', 'birds', 'and', 'the', 'beads', 'this', 'cardigan', 'is', 'not', 'my', 'usual', 'color', 'choice', 'but', 'the', 'details', 'were', 'so', 'beautiful', 'i', 'had', 'to', 'buy', 'it', 'when', 'i', 'saw', 'it', 'at', 'the', 'store', 'the', 'birds', 'and', 'flowers', 'are', 'detailed', 'with', 'sparkly', 'little', 'beads', 'that', 'are', 'prettier', 'in', 'reality', 'than', 'you', 'can', 'see', 'in', 'these', 'photos', 'it', "'s", 'also', 'a', 'versatile', 'piece', 'that', 'can', 'be', 'worn', 'in', 'many', 'ways', 'and', 'dressed', 'up', 'or', 'down', 'i', "'m", 'only', '5', '1', 'but', 'i', 'did', "n't", 'need', 'the', 'petite', 'which', 'is', 'good', 'since', 'it', 'is', 'sold', 'out', 'in', 'petite', 'the', 'sleeves', 'are', 'cropped', 'so', 'they', 'do', "n't", 'hang', 'too', 'low', 'for', 'me', 'the', 'sweater', 'is', 'hand', 'wa', ',5,1,0', 'general', 'tops', 'sweaters'] ['8744,952,58', ',this', 'is', 'a', 'great', 'looking', 'sweater', 'very', 'nice', 'quality', 'and', 'is', 'a', 'great', 'design', 'can', 'wear', 'with', 'many', 'colors', 'love', 'the', 'look', 'of', 'this', 'sweater', 'and', 'how', 'it', 'lays', 'with', 'the', 'extra', 'attachment', 'on', 'the', 'bottom', 'of', 'it', 'to', 'make', 'it', 'kinda', 'have', 'a', 'floating', 'and', 'airy', 'look', 'nice', '.,5,1,0', 'general', 'tops', 'sweaters'] ['8745,1019,43', ',this', 'skirt', 'is', 'nicer', 'in', 'person', 'the', 'fit', 'is', 'a', 'little', 'strange', 'the', 'waist', 'is', 'tts', 'but', 'rest', 'of', 'the', 'skirt', 'runs', 'a', 'size', 'large', 'i', 'am', 'a', 'curvy', 'size', '8', 'and', 'purchased', 'the', '6', 'based', 'on', 'another', 'review', 'the', 'waist', 'is', 'a', 'tad', 'snug', 'but', 'overall', 'the', 'skirt', 'fits', 'it', "'s", 'too', 'beautiful', 'to', 'return.,5,1,0', 'general', 'bottoms', 'skirts'] ['8746,1098,49', 'big', 'wow', 'factor', 'i', 'was', 'uncertain', 'about', 'purchasing', 'this', 'dress', 'wow', 'so', 'glad', 'that', 'i', 'did', 'i', "'m", '5', '5', 'and', '138lbs', 'i', 'can', 'wear', 'a', 'small', 'or', 'medium', 'so', 'i', 'ordered', 'both', 'the', 'small', 'was', 'plenty', 'big', 'enough', 'wore', 'it', 'to', 'a', 'family', 'event', 'and', 'received', 'numerous', 'compliments', 'so', 'different', 'from', 'anything', 'else', 'and', 'classy', 'with', 'the', 'longer', 'length', 'thanks', 'for', 'a', 'great', 'dress', 'i', 'hope', 'that', 'it', 'cleans', 'well', ',5,1,2', 'general', 'dresses', 'dresses'] ['8747,903,48', 'comfy', 'soft', 'i', 'ordered', 'this', 'in', 'the', 'chocolate', 'color', 'which', 'is', 'really', 'a', 'pinkish/taupe-brown', 'but', 'i', 'love', 'the', 'color', 'it', "'s", 'neutral', 'yet', 'not', 'too', 'pale', 'just', 'the', 'right', 'hue', 'to', 'go', 'with', 'almost', 'any', 'color', 'and', 'the', 'style', 'works', 'with', 'any', 'outfit', 'from', 'jean', 'shorts', 'to', 'a', 'dress', 'i', 'love', 'how', 'soft', 'the', 'knit', 'is', 'although', 'i', 'worry', 'it', 'might', 'be', 'prone', 'to', 'snag', 'especially', 'the', 'open-weave', 'sections', 'i', 'also', 'love', 'that', 'the', 'sleeves', 'are', 'full', 'length', 'fitted', 'enough', 'to', 'be', 'pushed', 'up', 'on', 'my', 'forearms', 'yet', 'i', 'can', 'pull', 'them', 'down', 'past', 'my', 'wrists', 'when', 'i', 'am', 'chill', ',5,1,7', 'general', 'tops', 'fine', 'gauge'] ['8748,927,49', 'love', 'the', 'overall', 'look', 'of', 'this', 'piece', 'i', 'love', 'the', 'overall', 'look', 'and', 'comfort', 'of', 'this', 'piece', 'my', 'only', 'negative', 'is', 'that', 'since', 'it', 'is', 'not', 'lined', 'the', 'folds', 'in', 'the', 'material', 'on', 'the', 'inside', 'are', 'somewhat', 'noticeable', 'especially', 'in', 'the', 'shoulder', 'areas', 'i', 'guess', 'since', 'it', 'is', 'a', 'light', 'color', 'it', 'is', 'more', 'obvious', 'to', 'me', 'but', 'it', 'is', 'not', 'something', 'that', 'would', 'make', 'me', 'return', 'it', 'it', 'is', 'comfortable', 'and', 'looks', 'great', 'on', ',4,1,0', 'general', 'tops', 'sweaters'] ['8749,952,56', 'design', 'is', 'stamped', 'on', 'from', 'the', 'photos', 'i', 'thought', 'the', 'design', 'was', 'embroidered', 'in', 'reality', 'it', 'is', 'stamped', 'on', 'there', 'is', 'a', 'tiny', 'bit', 'of', 'embroidery', 'and', 'a', 'few', 'sequins', 'but', 'overall', 'the', 'design', 'is', 'just', 'printed', 'on', 'the', 'fabric', 'i', 'did', "n't", 'feel', 'it', 'looked', 'good', 'in', 'fact', 'it', 'looked', 'kind', 'of', 'cheap', 'to', 'me', 'so', 'i', 'returned', 'it', 'the', 'overall', 'style', 'of', 'the', 'jacket', 'was', 'great', 'and', 'it', 'would', 'have', 'looked', 'equally', 'good', 'for', 'work', 'or', 'casual', 'i', 'was', 'disappointed', 'it', 'did', "n't", 'work', 'out', ',1,0,0', 'general', 'tops', 'sweaters'] ['8750,1098,69', 'love', 'this', 'dress', 'this', 'dress', 'is', 'so', 'cute', 'and', 'comfortable', 'i', "'m", 'normally', 'a', '0', 'or', '2', 'and', 'the', 'xs', 'is', 'plenty', 'roomy', 'even', 'though', 'this', 'is', 'a', 'clingy', 'knit', 'the', 'nice', 'cotton', 'under', 'slip', 'hides', 'all', 'the', 'bumps', 'and', 'bulges', 'only', 'worry', 'is', 'whether', 'or', 'not', 'the', 'loose', 'weave', 'will', 'pick', 'and', 'how', 'it', 'will', 'clean', 'but', 'so', 'far', 'i', 'am', 'thrilled.,5,1,2', 'general', 'dresses', 'dresses'] ['8751,1008,28', 'beautiful', 'from', 'the', 'front', 'problematic', 'back', 'this', 'is', 'an', 'absolutely', 'beautiful', 'skirt', 'from', 'the', 'front', 'gives', 'a', 'perfect', 'hourgass', 'shape', 'with', 'the', 'strategic', 'color', 'blocking', 'however', 'if', 'you', 'have', 'shapely', 'hips', 'and', 'back-side', 'this', 'will', 'definitely', 'emphasize', 'that', 'had', 'to', 'take', 'it', 'back', 'a', 'little', 'bit', 'much', 'for', 'work', 'and', 'other', 'formal/professional', 'events', 'however', 'if', 'you', "'re", 'less', 'endowed', 'in', 'that', 'area', 'it', 'might', 'work', 'well', 'gives', 'a', 'great', 'shape', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['8752,1021,66', 'one', 'of', 'a', 'kind', 'skirt', 'unique', 'and', 'well-made', 'skirt', 'sure', 'to', 'turn', 'heads', 'embroidery', 'is', 'lovely', 'def', 'a', 'statement', 'piece', 'for', 'any', 'wardrobe', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8753,949,59', 'returning', 'this', 'runs', 'large', 'i', 'usually', 'wear', 'a', 'm', 'so', 'i', 'ordered', 'the', 'm/l', 'reordering', 'in', 'next', 'size', 'down', 'and', 'hope', 'that', 'helps', 'i', 'gave', 'it', '5', 'stars', 'because', 'the', 'knit', 'is', 'beautiful', 'and', 'quality', 'looked', 'great.,5,1,0', 'general', 'tops', 'sweaters'] ['8754,903,28', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['8755,952,66', 'adorable', 'sweater', 'love', 'this', 'sweater', 'it', 'can', 'look', 'dressy', 'or', 'just', 'right', 'with', 'jeans', 'now', 'if', 'it', 'will', 'just', 'cool', 'down', 'i', 'can', 'wear', 'it', ',5,1,2', 'general', 'tops', 'sweaters'] ['8756,949,53', 'love', 'i', 'am', 'petite', '5', '2', 'purchased', 'the', 'xsmall', 'and', 'it', 'is', 'a', 'little', 'big', 'but', 'had', 'to', 'have', 'this', 'i', 'would', 'say', 'runs', 'a', 'bit', 'large', 'i', 'think', 'it', 'will', 'be', 'a', 'great', 'addition', 'to', 'any', 'wardrobe', ',5,1,0', 'general', 'tops', 'sweaters'] ['8757,1151,39', 'classic', 'and', 'flattering', 'while', 'i', 'would', "n't", 'normally', 'look', 'at', 'this', 'piece', 'the', 'price', 'was', 'unbeatable', 'i', 'was', 'even', 'more', 'impressed', 'when', 'it', 'arrived', 'and', 'i', 'tried', 'it', 'on', 'the', 'design', 'is', 'reminiscent', 'of', 'an', 'old', 'time', 'patchwork', 'quilt', 'fairy', 'tale-', 'more', 'beautiful', 'in', 'person', 'than', 'in', 'the', 'pic', 'the', 'covered', 'buttons', 'at', 'the', 'neck', 'and', 'wrists', 'are', 'just', 'lovely', 'and', 'feminine', 'and', 'the', 'dress', 'falls', 'and', 'flows', 'around', 'me', 'in', 'a', 'fun', 'and', 'flirty', 'way', 'i', 'paired', 'it', 'with', 'charcoal', 'heather', 'tights', 'and', 'dark', 'gray', 'booties-', 'super', 'cute', 'you', 'wo', "n't", 'regret', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['8758,1051,45', 'the', 'cut', 'is', 'small', 'i', 'am', '5', '9', '150', 'lbs', 'and', 'usually', 'wear', '6-8/medium', 'pants', 'medium', 'in', 'these', 'is', 'too', 'fitted', 'on', 'my', 'hips', 'and', 'rear.the', 'polyester', 'will', 'be', 'hot', 'in', 'summer', 'returning', 'for', 'another', 'brand', ',2,0,1', 'general', 'petite', 'bottoms', 'pants'] ['8759,1025,42', 'great', 'go', 'to', 'true', 'to', 'the', 'verdugo', 'style', 'love', 'the', 'fit', 'stretch', 'but', 'holds', 'shape', 'super', 'comfy', ',4,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['8760,1151,35', 'so', 'happy', 'with', 'purchse', 'i', 'was', "n't", 'sure', 'if', 'this', 'dress', 'would', 'hang', 'correctly', 'on', 'me', 'and', 'make', 'me', 'look', 'shapeless', 'but', 'i', "'m", 'so', 'happy', 'with', 'it', 'the', 'fabric', 'is', 'so', 'comfortable', 'and', 'the', 'tie', 'in', 'the', 'back', 'really', 'helps', 'draw', 'it', 'in', 'so', 'my', 'waist', 'is', 'defined', 'the', 'length', 'is', 'great', 'and', 'it', "'s", 'super', 'comfortable', 'but', 'looks', 'polished', ',5,1,0', 'general', 'dresses', 'dresses'] ['8761,1151,38', 'this', 'dress', 'is', 'beautiful', 'and', 'surprisingly', 'flattering', 'i', 'never', 'would', "'ve", 'picked', 'this', 'up', 'for', 'myself', 'but', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', "'s", 'also', 'super', 'comfortable', ',5,1,4', 'general', 'dresses', 'dresses'] ['8762,1051,39', 'fun', 'and', 'different', 'these', 'pants', 'have', 'substance', 'in', 'the', 'material', 'it', 'seems', 'thick', 'i', 'found', 'htem', 'to', 'be', 'very', 'comfortable', 'and', 'love', 'the', 'tir', 'waist', 'detail', 'my', 'only', 'complaint', 'is', 'they', 'do', "n't", 'come', 'in', 'petites', 'so', 'on', 'my', 'short', 'legs', 'teh', 'hem', 'came', 'jsut', 'above', 'my', 'ankle', 'i', 'think', 'htey', 'would', 'look', 'nicer', 'with', 'a', 'tighter', 'shirt', 'than', 'pictured', 'on', 'the', 'model', 'did', 'not', 'purchase', 'but', 'keeping', 'in', 'mind', 'for', 'future', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8763,1025,34', 'just', 'great', 'i', 'love', 'paige', 'jeans', 'and', 'these', 'are', 'no', 'exception', 'the', 'wash', 'is', 'so', 'so', 'great', 'a', 'faded', 'black/charcoal', 'grey', 'it', "'s", 'like', 'having', 'two', 'pairs', 'of', 'jeans', 'in', 'one', 'i', 'am', 'normally', 'a', '26', 'in', 'most', 'jeans', 'and', 'that', "'s", 'what', 'i', 'took', 'in', 'these', 'highly', 'recommend', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['8764,1151,33', 'not', 'for', 'those', 'with', 'large', 'chests', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'pattern', 'is', 'so', 'much', 'prettier', 'in', 'person', 'i', 'typically', 'wear', 'a', 'medium', 'sometimes', 'a', 'large', 'in', 'tops', 'the', 'medium', 'in', 'this', 'dress', 'was', 'too', 'tight', 'in', 'my', 'chest', 'the', 'large', 'fit', 'my', 'chest', 'but', 'was', 'ridiculously', 'large', 'in', 'other', 'areas', 'the', 'front', 'of', 'the', 'dress', 'goes', 'up', 'pretty', 'high', 'for', 'someone', 'with', 'a', 'large', 'chest', 'and', 'flows', 'down', 'there', 'is', 'a', 'tie', 'in', 'the', 'back', 'but', 'it', 'does', "n't", 'do', 'much', 'to', 'help', 'with', 'the', 'shape', 'in', 'the', 'front', ',4,1,1', 'general', 'dresses', 'dresses'] ['8765,1077,35', 'too', 'short', 'i', "'m", 'a', 'fan', 'of', 'yumi', 'kim', 'dresses', 'and', 'consistently', 'wear', 'size', 'small', 'so', 'i', 'ordered', 'this', 'in', 'a', 'small', 'and', 'the', 'top', 'was', 'a', 'little', 'loose', 'but', 'it', 'was', 'way', 'too', 'short', 'there', "'s", 'no', 'way', 'i', 'would', 'feel', 'comfortable', 'wearing', 'this', 'in', 'public', 'i', "'m", '5', '7', 'and', 'the', 'hem', 'was', 'higher', 'than', 'mid-thigh', 'on', 'me', 'the', 'waist', 'is', 'also', 'billowy', 'and', 'has', 'no', 'defined', 'shape', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['8766,1151,31', 'beautiful', 'but', 'missing', 'buttons', 'this', 'dress', 'is', 'beautiful', 'i', 'normally', 'do', 'not', 'order', 'online', 'because', 'i', 'am', 'so', 'picky', 'with', 'how', 'clothes', 'fit', 'i', 'am', '5', '4', 'and', '138', 'lbs', 'i', 'recently', 'had', 'a', 'baby', 'so', 'i', 'am', 'self', 'conscious', 'about', 'my', 'tummy', 'area', 'still', 'this', 'dress', 'fits', 'great', 'and', 'looks', 'great', 'on', 'it', "'s", 'sort', 'of', 'a', 'shaped', 'but', 'very', 'flattering', 'and', 'still', 'gives', 'you', 'a', 'good', 'overall', 'shape', 'the', 'colors', 'are', 'a', 'redish', 'orange', 'navy', 'and', 'creamish', 'white', 'i', "'m", 'having', 'to', 'exchange', 'it', 'at', 'the', 'moment', 'because', 'it', 'came', 'in', 'missing', 'both', 'buttons', 'on', 'each', 'sleeve', 'the', 'buttons', 'are', 'necessa', ',4,1,0', 'general', 'dresses', 'dresses'] ['8767,1151,23', 'beautiful', 'and', 'classic', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'i', 'wanted', 'it', 'it', 'looked', 'perfect', 'for', 'travel', 'and', 'just', 'comfy', 'as', 'can', 'be', 'now', 'i', 'usually', 'wear', 'a', 'large', 'so', 'i', 'ordered', 'one', 'and', 'patiently', 'waited', 'for', 'it', "'s", 'arrival', 'however', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'too', 'big', 'and', 'the', 'button', 'on', 'the', 'sleeve', 'popped', 'off', 'i', 'would', 'recommend', 'giving', 'the', 'buttons', 'a', 'little', 'extra', 'support', 'if', 'you', 'can', 'i', 'purchased', 'a', 'medium', 'and', 'it', 'fits', 'perfectly', 'this', 'dress', 'is', 'one', 'that', 'will', 'work', 'year', 'round', 'for', 'a', 'variety', 'of', 'events', 'and', 'occasions', ',4,1,6', 'general', 'dresses', 'dresses'] ['8768,1077,29', 'cute', 'but', 'short', 'this', 'dress', 'was', 'so', 'lovely', 'in', 'person', 'but', 'when', 'i', 'put', 'it', 'on', 'ooh', 'la', 'la', 'it', 'is', 'short', 'i', 'am', '5', '3', 'and', 'i', 'would', 'not', 'walk', 'outside', 'in', 'this', 'dress', 'without', 'something', 'underneath', 'it', 'just', 'needed', 'one', 'more', 'tier', 'and', 'i', 'would', 'have', 'kept', 'it', 'for', 'sure', 'too', 'bad', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8769,1095,48', 'beautiful', 'dress', 'beautiful', 'dress', 'but', 'i', 'had', 'to', 'returned', 'because', 'the', 'size', 'large', 'was', 'a', 'little', 'big,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8770,1151,54', 'i', 'am', '5', '8', '140', 'lbs', 'and', 'the', 'm', 'fits', 'perfectly', 'it', 'is', 'flowy', 'and', 'feminine', 'but', 'the', 'tie', 'in', 'the', 'back', 'keeps', 'it', 'from', 'looking', 'boxy', 'pattern', 'is', 'really', 'nice', 'great', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['8771,1151,19', 'this', 'dress', 'is', 'amazing', 'it', "'s", 'perfect', 'for', 'a', 'casual', 'family', 'or', 'friend', 'get', 'together', 'or', 'a', 'fall', 'dress', 'with', 'boots', 'the', 'back', 'ties', 'to', 'make', 'it', 'more', 'flattering', 'than', 'just', 'a', 'shift', 'dress', 'quality', 'of', 'the', 'dress', 'is', 'great', 'and', 'the', 'material', 'is', 'very', 'versatile', ',5,1,10', 'general', 'dresses', 'dresses'] ['8772,1044,37', 'not', 'fit', 'for', 'travel', 'i', 'purchased', 'these', 'pants', 'on', '12/2/15', 'as', 'a', 'more', 'fashionable', 'alternative', 'to', 'yoga', 'pants', 'while', 'traveling', 'southeast', 'asia', 'starting', 'february', 'after', 'about', '10-15', 'wears', 'with', 'little', 'washing', 'in', 'between', 'as', 'i', 'was', 'backpacker', 'style', 'traveling', 'the', 'pants', 'wore', 'through', 'in', 'between', 'my', 'legs', 'the', 'fabric', 'first', 'started', 'to', 'develop', 'little', 'fuzz', 'balls', 'everywhere', 'and', 'then', 'literally', 'disintegrated', 'in', 'places', 'i', 'tried', 'to', 'sew', 'them', 'to', 'continue', 'wearing', 'them', 'while', 'traveling', 'but', 'alas', 'the', 'fabric', 'had', 'become', 'so', 'thin', 'that', 'the', 'thread', 'could,1,0,0', 'general', 'bottoms', 'pants'] ['8773,1151,43', 'flattering', 'beautiful', 'dress', 'love', 'the', 'colors', 'and', 'fit', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'only', 'negative', 'is', 'that', 'the', 'buttons', 'fall', 'off', 'this', 'is', 'my', 'third', 'dress', 'and', 'it', 'too', 'lost', 'a', 'button', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'do', "n't", 'live', 'near', 'an', 'retailer', 'store', 'so', 'i', 'will', 'be', 'keeping', 'it', 'anyways', 'as', 'this', 'is', 'already', 'my', 'third', 'dress', 'my', 'advice', 'would', 'be', 'to', 'reinforce', 'the', 'three', 'buttons', 'as', 'soon', 'as', 'you', 'buy', 'it', 'there', 'is', 'one', 'at', 'the', 'top', 'front', 'of', 'the', 'dress', 'and', 'one', 'on', 'each', 'sleeve', ',4,1,10', 'general', 'dresses', 'dresses'] ['8774,1022,40', ',these', 'jeans', 'look', 'better', 'in', 'person', 'the', 'pattern', 'is', 'more', 'subtle', 'than', 'the', 'picture', 'online', 'these', 'run', 'true', 'to', 'size', 'for', 'ag', 'denim.,5,1,0', 'general', 'bottoms', 'jeans'] ['8775,1051,54', 'nice', 'material', 'hi', 'these', 'are', 'really', 'nice', 'the', 'material', 'is', 'thick', 'they', 'will', 'probably', 'be', 'warm', 'in', 'the', 'heat', 'they', 'are', 'made', 'of', '100', 'polyester', 'if', 'they', 'were', 'made', 'out', 'of', 'linen', 'they', 'would', 'be', 'perfect', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8776,1151,32', 'classic', 'pretty', 'dress', 'this', 'dress', 'is', 'very', 'pretty', 'i', 'love', 'it', 'people', 'are', 'not', 'kidding', 'about', 'the', 'buttons', 'i', 'was', 'prepared', 'to', 'reinforce', 'them', 'after', 'it', 'arrived', 'unfortunately', 'both', 'buttons', 'at', 'the', 'wrists', 'were', 'missing', 'and', 'they', 'were', 'not', 'in', 'the', 'bag', 'it', 'was', 'on', 'sale', 'so', 'i', "'m", 'guessing', 'they', 'were', 'lost', 'before', 'shipping', 'i', 'love', 'the', 'dress', 'enough', 'to', 'keep', 'it', 'it', 'will', 'not', 'be', 'that', 'big', 'of', 'a', 'deal', 'to', 'replace', 'them', 'besides', 'the', 'buttons', 'the', 'dress', 'is', 'a', 'very', 'nice', 'quality', 'it', 'is', 'lined', 'and', 'has', 'a', 'nice', 'weight', 'to', 'it', 'i', "'m", 'obsessed', 'with', 'rifle', 'paper', 'co.', 'so', 'i', ',5,1,0', 'general', 'dresses', 'dresses'] ['8777,1025,39', 'should', "'ve", 'sized', 'up', 'i', 'love', 'the', 'fit', 'feel', 'and', 'quality', 'but', 'i', 'did', "n't", 'realize', 'these', 'are', 'the', 'new', 'improved', 'fabric', 'denim', 'weave', 'that', 'has', 'almost', 'no', 'stretch', 'i', 'usually', 'wear', 'a', '28', 'and', 'i', 'wish', 'i', 'had', 'purchased', 'the', '29', 'or', '30', 'to', 'accommodate', 'my', 'weight', 'fluctuations', 'the', 'great', 'thing', 'about', 'this', 'style', 'is', 'that', 'i', 'will', 'not', 'stretch', 'out', 'at', 'the', 'stress', 'points', 'unattractively', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['8778,1151,52', 'darling', 'pattern', 'the', 'fabric', 'pattern', 'is', 'darling', 'i', 'wore', 'it', 'in', 'amsterdam', 'and', 'was', 'told', 'it', 'looks', 'like', 'a', 'traditional', 'folk', 'pattern', 'the', 'dress', 'is', 'lightweight', 'and', 'is', 'loose', 'at', 'the', 'waist', 'sometimes', 'i', 'add', 'a', 'belt', 'to', 'cinch', 'it', 'in'] [] ['like', 'another', 'reviewer', 'said', 'the', 'buttons', 'do', 'pop', 'off', 'easily', 'i', 'lost', 'one', 'at', 'the', 'cuff', 'on', 'the', 'first', 'day', 'i', 'wore', 'the', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['8779,554,48', 'perhaps', 'the', 'most', 'comfy', 'pants', 'ever', 'i', "'m", '5', '2', 'the', 'length', 'is', 'fine', 'except', 'i', "'d", 'probably', 'hem', 'if', 'i', 'used', 'for', 'yoga/pilates', 'but', 'i', 'prefer', 'cropped', 'for', 'those', 'activities', 'so', 'these', 'are', 'just', 'knock', 'a', 'round', 'lounge', 'pants', 'for', 'me', 'they', 'are', 'thin', 'but', 'not', 'in', 'a', 'cheap', 'way', 'i', 'do', "n't", 'understand', 'why', 'they', "'re", 'called', 'french', 'terry', 'became', 'that', "'s", 'not', 'what', 'i', 'see/feel', 'but', 'they', 'are', 'sumptuous', 'soft', 'i', 'like', 'that', 'the', 'fold', 'over', 'waist', 'part', 'is', 'stitched', 'keeps', 'its', 'shape', 'for', 'size', 'reference', 'i', 'got', 'the', 'black', 'xxs-', 'i', "'m", '115', 'lbs', 'athletic', 'apple', 'they', 'fit/look', 'great', 'clin', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['8780,936,43', 'really', 'pretty', 'really', 'pretty', 'not', 'very', 'itchy', 'and', 'a', 'great', 'sweater', 'to', 'dress', 'up', 'or', 'down.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8781,936,30', 'i', 'purchased', 'this', 'in', 'the', 'coral', 'color', 'and', 'i', 'am', 'very', 'happy', 'with', 'it', 'i', 'find', 'it', 'to', 'run', 'true', 'to', 'size', 'has', 'a', 'nice', 'stretch', 'to', 'it', 'but', 'fits', 'close', 'to', 'the', 'body', 'the', 'coral', 'is', 'gorgeous', 'and', 'looks', 'very', 'nice', 'with', 'my', 'olive', 'skin', 'the', 'only', 'odd', 'thing', 'i', 'have', 'found', 'is', 'the', 'sweater', 'seems', 'to', 'have', 'random', 'darker', 'fibers', 'i', 'looked', 'at', 'all', 'of', 'them', 'in', 'this', 'color', 'in', 'store', 'and', 'they', 'all', 'had', 'some', 'dark', 'fibers', 'strange', 'but', 'i', 'have', 'worn', 'a', 'few', 'times', 'already', 'and', 'i', 'am', 'very', 'happy', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8782,348,28', 'cute', 'but', 'not', 'practical', 'top', 'is', 'completely', 'see', 'through', 'i', 'cant', 'imagine', 'if', 'it', 'were', 'to', 'get', 'wet', 'what', 'it', 'would', 'look', 'like', 'it', 'is', 'a', 'cute', 'design', 'but', 'not', 'practical', 'at', 'all.,1,0,6', 'initmates', 'intimate', 'swim'] ['8783,866,57', 'cute', 'online', 'but', 'i', 'agree', 'with', 'the', 'other', 'two', 'reviews', 'that', 'this', 'shirt', 'runs', 'large', 'or', 'something', 'i', 'ordered', 'an', 'xs', 'my', 'usual', 'size', 'xs-s.', 'the', 'body', 'of', 'the', 'shirt', 'is', 'very', 'loose', 'the', 'upper', 'arms', 'are', 'a', 'bit', 'snug', 'and', 'i', 'do', "n't", 'have', 'large', 'arms', 'the', 'shoulder', 'seams', 'are', 'in', 'a', 'very', 'strange', 'place', 'but', 'when', 'you', 'look', 'at', 'the', 'model', 'it', 'does', "n't", 'look', 'so', 'bad', 'with', 'the', 'shirt', 'i', 'received', 'and', 'another', 'reviewer', 'the', 'seam', 'was', 'puffy', 'making', 'for', 'a', 'strange', 'look', 'in', 'theory', 'the', 'shirt', 'should', 'have', 'worked', 'but', 'did', "n't", 'i', 'loved', 'the', 'pattern', 'not', 'the', 'fit', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['8784,936,44', 'super', 'comfy', 'warm', 'asthetically', 'pleasing', 'and', 'super', 'comfy', 'i', 'love', 'the', 'combination', 'of', 'style', 'and', 'comfort', 'together', 'this', 'sweater', 'is', 'a', 'must', 'have', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8785,861,37', 'too', 'short', 'i', 'had', 'high', 'hopes', 'for', 'this', 'cute', 'top', 'but', 'it', 'runs', 'very', 'short', 'it', 'is', 'not', 'as', 'long', 'as', 'it', 'appears', 'on', 'the', 'model', 'so', 'it', 'looked', 'odd', 'when', 'i', 'put', 'it', 'on', 'unfortunately', 'it', 'had', 'to', 'go', 'back', 'bummer', 'cuz', 'it', 'was', 'very', 'cute', 'in', 'the', 'pix', ',2,0,5', 'general', 'petite', 'tops', 'knits'] ['8786,936,62', 'not', 'for', 'me', 'i', 'loved', 'the', 'look', 'of', 'this', 'sweater', 'on-line', 'but', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'the', 'fit', 'was', "n't", 'good', 'enough', 'the', 'style', 'okay', 'the', 'color', 'fine', 'the', 'feel', 'scratchy', 'overall', 'it', 'did', 'not', 'work', 'for', 'my', 'body', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['8787,866,33', 'too', 'big', 'with', 'very', 'odd', 'arms', 'i', 'really', 'wanted', 'to', 'love', 'this', 'shirt', 'the', 'snowflake', 'and', 'stripe', 'design', 'is', 'really', 'cute', 'and', 'the', 'fabric', 'is', 'of', 'nice', 'quality', 'it', "'s", 'a', 'very', 'loose', 'fit', 'which', 'i', 'would', "'ve", 'been', 'willing', 'to', 'work', 'with', 'but', 'as', 'mentioned', 'in', 'previous', 'reviews', 'the', 'shoulder', 'seam', 'rests', 'in', 'an', 'odd', 'place', 'on', 'your', 'upper', 'arm', 'and', 'there', 'are', 'little', 'bumps', 'in', 'the', 'fabric', 'on', 'the', 'arms', 'that', 'appear', 'similar', 'to', 'what', 'happens', 'if', 'you', 'leave', 'a', 'shirt', 'on', 'a', 'wire', 'hanger', 'too', 'long', 'it', 'looks', 'like', 'you', 'have', 'nubby', 'little', 'wings', 'coming', 'out', 'of', 'your', 'arms', 'not', 'attrac', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['8788,907,31', 'trimmed', 'myself', 'with', 'bows', 'i', 'bought', 'this', 'on', 'a', 'whim', 'because', 'the', 'colors', 'were', 'so', 'me', 'and', 'fell', 'in', 'love', 'with', 'the', 'bows', 'and', 'button', 'back', 'i', 'wore', 'this', 'over', 'a', 'lace', 'peplum', 'and', 'opened', 'up', 'the', 'bottom', 'buttons', 'of', 'the', 'button', 'back', 'for', 'a', 'fun', 'layered', 'look', 'true', 'to', 'size', 'as', 'i', 'was', 'in', 'my', 'normal', 'size', 'small', '5', '5', '135lbs', '34c', 'definitely', 'check', 'this', 'out', 'in', 'person', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8789,907,39', 'very', 'cute', 'i', 'am', 'a', 'sucker', 'for', 'bows', 'so', 'decided', 'to', 'try', 'this', 'one', 'and', 'ordered', 'it', 'i', 'went', 'with', 'the', 'petite', 'without', 'trying', 'on', 'the', 'regular', 'size', 'in', 'hindsight', 'i', 'should', 'have', 'ordered', 'both', 'but', 'tit', 'fit', 'very', 'nicely', 'in', 'petite', 'so', 'keeping', 'it', 'length', 'is', 'as', 'on', 'the', 'model', 'right', 'at', 'hip', 'the', 'colros', 'of', 'hte', 'bow', 'are', 'well', 'represented', 'on', 'the', 'picture', 'light', 'pink', 'light', 'mustard', 'yellow', 'and', 'navy', 'so', 'i', 'stil', 'lthink', 'it', 'is', 'neutral', 'ebough', 'to', 'mix', 'with', 'other', 'colors', 'warm', 'or', 'cold', 'palette', 'love', 'hte', 'button', 'detial', 'in', 'the', 'back', 'i', 'ordered', 'xs', 'an', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8790,936,37', 'solid', 'basic', 'sweater', 'i', 'had', 'just', 'bleached', 'my', 'hair', 'really', 'blonde', 'and', 'was', 'in', 'the', 'mood', 'for', 'something', 'pink', 'so', 'when', 'i', 'saw', 'the', 'rose', 'color', 'of', 'this', 'sweater', 'in', 'the', 'store', 'it', 'fit', 'the', 'bill', 'nice', 'and', 'easy', 'to', 'wear', 'a', 'wee', 'bit', 'scratchy', 'but', 'not', 'too', 'bad', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8791,936,39', 'itchy', 'scratchy', 'i', 'am', '5', '8', 'and', '130', 'lbs', 'and', 'bought', 'a', 'size', 's.', 'it', 'fits', 'but', 'is', 'not', 'as', 'roomy', 'as', 'it', 'appears', 'in', 'the', 'model', 'and', 'the', 'sleeves', 'are', 'not', 'as', 'long', 'the', 'collar', 'fits', 'strangely', 'on', 'me', 'the', 'deal', 'breaker', 'was', 'that', 'the', 'sweater', 'is', 'not', 'soft', 'but', 'is', 'itchy', 'and', 'kind', 'of', 'coarse', 'i', 'am', 'returning', 'this', 'one', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['8792,881,41', ',,5,1,0', 'general', 'tops', 'knits'] ['8793,936,33', 'a', 'bit', 'short', 'this', 'sweater', 'is', 'super', 'cute', 'with', 'the', 'mock', 'neck', 'i', 'love', 'all', '3', 'colors', 'i', 'typically', 'wear', 'either', 'an', 'xs', 'or', 's', 'in', 'retailer', 'sweaters', 'and', 'purchased', 'a', 's', 'in', 'this', 'one', 'now', 'that', 'i', "'ve", 'put', 'it', 'on', 'again', 'at', 'home', 'i', "'m", 'wondering', 'if', 'i', 'should', 'have', 'sized', 'up', 'to', 'a', 'm', 'mainly', 'due', 'to', 'the', 'sleeves', 'and', 'hem', 'of', 'the', 'sweater', 'being', 'short', 'i', "'m", '5', '6', 'and', '126', 'lbs', 'so', 'not', 'overly', 'tall', 'and', 'do', "n't", 'typically', 'have', 'this', 'issue', 'i', 'feel', 'like', 'the', 'model', 'who', 'is', 'likely', 'taller', 'than', 'me', 'has', 'to', 'have', 'on', 'at', 'least', 'a', 'size', 'l', 'and', 'have', 'the', 'sweater', 'pinned', 'back', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8794,936,33', 'cozy', 'i', 'tried', 'this', 'one', 'on', 'in', 'the', 'store', 'and', 'my', 'typical', 'xs', 'fit', 'perfect', 'it', "'s", 'not', 'too', 'boxy', 'in', 'the', 'waist', 'like', 'every', 'other', 'sweater', 'this', 'season', 'also', 'the', 'mock', 'neck', 'is', 'not', 'to', 'wide', 'and', 'is', 'flattering', 'it', 'sheds', 'which', 'i', 'do', 'not', 'like', 'but', 'not', 'as', 'bad', 'as', 'some', 'the', 'material', 'is', 'thin', 'but', 'warm', 'i', 'would', 'layer', 'it.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8795,861,23', 'adorable', 'top', 'i', 'fell', 'in', 'love', 'with', 'the', 'color', 'and', 'peplum', 'design', 'of', 'this', 'top', 'online', 'and', 'decided', 'to', 'order', 'it', 'the', 'fabric', 'is', 'soft', 'but', 'strong', 'and', 'the', 'color', 'is', 'just', 'as', 'pictured', 'perfect', 'for', 'a', 'casual', 'shopping', 'day', 'or', 'lunch', 'date', 'out', 'with', 'friends', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['8796,861,20', 'one', 'of', 'my', 'favorite/go-to', 'tops', 'i', 'absolutely', 'adore', 'this', 'shirt', 'it', 'is', 'such', 'a', 'comfortable', 'material', 'and', 'goes', 'great', 'with', 'a', 'pair', 'of', 'jeans', 'i', 'love', 'how', 'it', 'fits', 'tightly', 'in', 'the', 'sleeves', 'and', 'flows', 'out', 'at', 'the', 'bottom', 'just', 'the', 'right', 'amount', 'i', 'highly', 'recommend', 'adding', 'this', 'to', 'your', 'wardrobe', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['8797,936,42', 'simple', 'and', 'nice', 'i', 'pretty', 'much', 'love', 'any', 'sweater', 'by', 'moth', 'this', 'one', 'is', 'no', 'exception', 'soft', 'lofty', 'and', 'a', 'pretty', 'shade', 'i', 'bought', 'in', 'pink', 'this', 'will', 'be', 'a', 'cold', 'weather', 'staple', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8798,1028,53', 'ca', "n't", 'beat', 'coh', 'i', 'love', 'the', 'fleetwood', 'style', 'very', 'trendy', 'fit', 'like', 'a', 'dream', 'very', 'long', 'for', 'you', 'leggy', 'gals', 'me', 'i', 'need', 'to', 'hem', 'these', 'would', 'also', 'look', 'cute', 'as', 'cutoffs', 'for', 'us', 'shorties', 'true', 'to', 'size', 'slim', 'fit', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['8799,881,32', 'cotton', 'comfort', 'super', 'comfy', 'cotton', 'top', 'will', 'be', 'great', 'for', 'hot', 'summer', 'days', 'when', 'my', 'shoulders', 'have', 'had', 'enough', 'sun', ',5,1,0', 'general', 'tops', 'knits'] ['8800,1025,33', 'high', 'rise', 'agree', 'with', 'above', 'review', 'these', 'are', 'described', 'totally', 'wrong', 'they', 'are', 'not', '8.5', 'rise', 'they', 'are', 'very', 'high', 'rise', 'so', 'much', 'that', 'i', 'didnt', 'even', 'try', 'them', 'on', 'the', 'color', 'isnt', 'good', 'either', 'it', 'looks', 'like', 'a', 'cheap', 'levi', "'s", 'color', 'or', 'just', 'not', 'a', 'quality', 'denim', 'if', 'you', 'like', 'high', 'rise', 'you', 'might', 'like', 'them', 'i', 'ca', "n't", 'comment', 'on', 'fit', ',1,0,2', 'general', 'petite', 'bottoms', 'jeans'] ['8801,866,50', 'like', 'it', 'but', 'not', 'for', 'me', 'think', 'price', 'convinced', 'me', 'to', 'put', 'this', 'in', 'my', 'bag', 'the', 'oops', 'of', 'on', 'line', 'shopping', 'i', 'guess', 'the', 'strip', 'and', "'stitch", 'like', 'snowflake', 'is', 'just', 'not', 'me', 'a', 'little', 'too', 'cutesy', 'for', 'me', 'if', 'strip', 'alone', 'might', 'have', 'kept', 'but', 'this', 'is', 'just', 'too', 'much', 'not', 'my', 'style', 'back', 'it', 'goes', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['8802,936,57', 'winter', 'white', 'sweater', 'bought', 'this', 'sweater', 'on', 'sale', 'off', 'the', 'website', 'it', 'fits', 'perfectly', 'nice', 'length', 'as', 'some', 'others', 'said', 'a', 'little', 'scratchy', 'at', 'the', 'neck', 'but', 'certainly', 'tolerable', 'just', 'need', 'to', 'wear', 'a', 'cami', 'or', 'tee', 'underneath', 'the', 'collar', 'is', 'a', 'nice', 'shape', 'fabric', 'is', 'a', 'little', 'stiffer', 'than', 'it', 'looks', 'in', 'the', 'photos', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8803,936,31', 'ichy.', 'i', 'made', 'the', 'mistake', 'of', 'ordering', 'without', 'checking', 'the', 'reviews', 'cute', 'design', 'but', 'not', 'as', 'comfy', 'as', 'it', 'looks', 'returned', 'immediately.,1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['8804,936,49', 'love', 'this', 'mock', 'neck', 'great', 'mock', 'neck', 'fits', 'well', 'and', 'looks', 'great', 'with', 'pants', 'and', 'skirts', 'also', 'love', 'the', 'dark', 'grey', 'color', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['8805,866,53', ',this', 'top', 'runs', 'huge', 'not', 'only', 'in', 'the', 'torso/chest', 'area', 'but', 'the', 'sleeves', 'on', 'this', 'were', 'enormous', 'and', 'the', 'shoulder', 'area', 'was', 'very', 'puffy', 'i', 'am', 'normally', 'between', 'a', 'm-l', 'but', 'would', 'have', 'to', 'get', 'a', 'small', 'or', 'extra', 'small', 'to', 'make', 'it', 'work.,2,0,4', 'general', 'petite', 'tops', 'knits'] ['8806,861,57', ',love', 'this', 'top', 'the', 'length', 'is', 'perfect', 'and', 'it', 'is', 'very', 'stylish', 'hope', 'it', 'will', 'come', 'in', 'other', 'colors', 'because', 'i', 'would', 'buy', 'more', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['8807,907,31', 'bow-daceous.', '5', '7', '135', '34c', '27-28', 'waist', 'love', 'a', 'thin', 'pullover', 'early', 'fall', 'weight', 'great', 'for', 'layering', 'or', 'on', 'its', 'on', 'darling', 'with', 'a', 'skirt', 'or', 'jeans', 'buttons', 'down', 'the', 'back', 'for', 'looks', 'bought', 'the', 'small', 'tts', 'fits', 'like', 'in', 'the', 'picture', 'hits', 'at', 'the', 'hip', 'colors', 'in', 'photo', 'are', 'accurate', 'would', 'be', 'darling', 'oversized', 'too', 'it', 'has', 'just', 'the', 'right', 'amount', 'of', 'fun', 'without', 'entering', 'the', 'stratosphere', 'of', 'crazy-cat-lady', 'level', 'no', 'bows', 'on', 'the', 'back', 'i', "'d", 'hand', 'wash', 'this', 'one', 'if', 'you', 'still', 'love', 'bows', 'but', 'do', "n't", 'want', 'to', 'be', 'mistaken', 'for', 'being', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['8808,1100,32', ',this', 'dress', 'is', 'so', 'flattering', 'and', 'just', 'beautiful', 'in', 'person', 'love', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['8809,861,26', 'super', 'comfy', 'i', "'m", 'an', 'employee', 'and', 'bought', 'this', 'top', 'today', 'i', "'m", 'so', 'happy', 'i', 'ended', 'up', 'buying', 'it', 'on', 'a', 'whim', 'it', "'s", 'adorable', 'and', 'super', 'comfy', 'it', "'s", 'perfect', 'for', 'those', 'jeans', 'and', 'a', 'tee', 'day', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'work', 'the', 'color', 'is', 'gorgeous', 'and', 'the', 'peplum', 'adds', 'a', 'feminine', 'detail', 'without', 'being', 'too', 'puffy', 'in', 'love', ',5,1,11', 'general', 'petite', 'tops', 'knits'] ['8810,866,62', 'i', 'liked', 'this', 'as', 'soon', 'as', 'i', 'saw', 'it', 'the', 'cross', 'stitch', 'embroidery', 'on', 'the', 'front', 'adds', 'a', 'lot', 'to', 'the', 'usual', 'striped', 'top', 'the', 'fir', 'is', 'good', 'not', 'too', 'right', 'or', 'lose', 'i', 'took', 'a', 'size', 'medium', 'which', 'was', 'good', 'for', 'my', '5', '140', 'lb', 'frame', 'the', '100', 'cotton', 'was', 'a', 'plus', 'for', 'me', 'also', 'the', 'thing', 'i', 'like', 'the', 'post', 'about', 'retailer', 'is', 'the', 'uniqueness', 'of', 'the', 'clothing', 'i', 'do', "n't", 'feel', 'like', 'i', 'see', 'myself', 'all', 'over', 'town', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8811,881,37', 'meh', 'it', 'was', 'ok.', 'very', 'swingy', 'and', 'lots', 'of', 'fabric', 'at', 'the', 'bottom', 'the', 'pocket', 'seemed', 'to', 'not', 'sit', 'in', 'the', 'right', 'spot', 'like', 'it', 'was', 'too', 'far', 'over', 'and', 'i', 'wanted', 'to', 'keep', 'adjusting', 'the', 'position', 'of', 'the', 'shirt', 'i', 'might', 'buy', 'it', 'on', 'sale', 'but', 'i', 'sent', 'it', 'back', 'bc', 'it', "'s", 'definitely', 'not', 'worth', '60.,3,0,1', 'general', 'tops', 'knits'] ['8812,868,26', ',bought', 'in', 'white', 'it', 'has', 'a', 'ribbed', 'detail', 'that', 'makes', 'ir', 'only', 'for', 'casual', 'wear', 'the', 'white', 'is', 'pretty', 'sheer', 'will', 'return.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['8813,936,31', 'washes', 'well', 'i', 'washed', 'this', 'on', 'the', 'delicate', 'cycle', 'and', 'air', 'dried', 'very', 'happy', 'to', 'report', 'that', 'it', 'washed', 'very', 'well', 'and', 'still', 'looks', 'new', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['8814,1030,53', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['8815,866,41', 'comfortable', 'shirt', 'although', 'this', 'shirt', 'runs', 'a', 'little', 'large', 'the', 'snowflske', 'and', 'stripes', 'makes', 'it', 'a', 'classic', 'very', 'comfortable', 'shirt', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['8816,866,37', 'i', 'love', 'the', 'look', 'and', 'quality', 'of', 'this', 'shirt', 'but', 'far', 'too', 'large', 'i', 'got', 'a', 'large', 'because', 'i', 'prefer', 'roomy', 'shirts', 'but', 'this', 'will', 'go', 'back', 'i', 'may', 'get', 'a', 'small', 'for', 'reference', 'i', "'m", '150', '5', '4', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['8817,936,39', 'soft', 'and', 'cozy', 'it', "'s", 'soft', 'and', 'not', 'itchy', 'at', 'all', 'itchy', 'sweater', 'is', 'my', 'all', 'time', 'nightmare', 'the', 'design', 'makes', 'you', 'feel', 'like', 'a', 'snow', 'princess', 'i', 'am', '5', '3', '120lbs', '34dd', 'bra', 'and', 'take', 'this', 'in', 'size', 'small', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8818,936,60', 'runs', 'small', 'this', 'is', 'a', 'cool', 'fun', 'sweater', 'but', 'beware', 'of', 'sizing', 'i', 'started', 'out', 'with', 'a', 'small', 'which', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'child', "'s", 'sweater', 'i', 'ended', 'up', 'with', 'a', 'large', 'which', 'fits', 'fine', 'but', 'is', 'by', 'no', 'means', 'generous', 'to', 'get', 'the', 'look', 'of', 'the', 'model', 'i', "'d", 'need', 'to', 'be', 'in', 'at', 'least', 'an', 'xl', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8819,861,26', 'love', 'the', 'design', 'color', 'not', 'the', 'fabric', 'sizing', 'i', 'love', 'the', 'color', 'mustard', 'and', 'design', 'of', 'this', 'shirt', 'however', 'the', 'description', 'says', 'it', "'s", 'made', 'of', 'cotton', 'and', 'i', 'was', 'disappointed', 'to', 'find', 'when', 'it', 'arrived', 'that', 'it', "'s", 'actually', 'made', 'of', '100', 'modal', 'which', 'is', 'a', 'big', 'difference', 'to', 'me', 'i', 'also', 'think', 'it', 'runs', 'small', 'i', 'ordered', 'a', 'medium', '5', '5', '125', '34c', 'but', 'would', 'have', 'had', 'to', 'order', 'a', 'large', 'if', 'i', 'wanted', 'the', 'look', 'pictured', 'on', 'the', 'model', 'finally', 'the', 'modal', 'fabric', 'is', 'quite', 'thin', 'and', 'i', 'do', "n't", 'imagine', 'it', "'ll", 'last', 'too', 'long', 'without', 'tearing', 'i', "'ll", 'probably', 'keep', 'it', 'because', 'i', 'l', ',3,1,3', 'general', 'petite', 'tops', 'knits'] ['8820,936,48', 'gorgeous', 'style', 'but', 'very', 'very', 'itchy', 'i', 'love', 'the', 'style', 'and', 'the', 'look', 'of', 'this', 'sweater', 'i', 'wanted', 'to', 'love', 'it', 'and', 'keep', 'it', 'but', 'could', 'not', 'because', 'the', 'itchiness', 'was', 'too', 'much', 'the', 'style', 'looks', 'so', 'comfortable', 'and', 'easy', 'going', 'but', 'it', 'was', 'not', 'it', 'was', 'clingy', 'around', 'the', 'waist', 'and', 'backside', 'for', 'reference', 'i', 'am', '5ft', '4in', 'and', '128b', 'and', 'i', 'ordered', 'the', 'small', 'the', 'sleeves', 'were', 'too', 'long', 'on', 'me', 'not', 'cool', 'long', 'like', 'some', 'other', 'sweaters', 'this', 'season', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['8821,936,41', 'just', 'not', 'for', 'me', 'this', 'sweater', 'has', 'potential', 'but', 'it', 'was', "n't", 'right', 'for', 'me', 'the', 'collar', 'is', "n't", 'flattering', 'on', 'me', 'too', 'thick', 'and', 'my', 'shoulders', 'are', 'already', 'broad', 'my', 'waist', 'is', 'high', 'so', 'i', 'need', 'a', 'longer', 'look', 'the', 'color', 'is', 'true', 'to', 'size', 'but', 'it', "'s", 's', 'little', 'see', 'through', 'dark', 'bra', 'shows', 'through', ',3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['8822,936,62', 'scratchy', 'and', 'unflattering', 'i', 'should', 'have', 'paid', 'more', 'attention', 'to', 'the', 'reviews', 'of', 'this', 'sweater', 'before', 'ordering', 'although', 'the', 'material', 'looks', 'soft', 'and', 'cozy', 'in', 'the', 'photo', 'it', "'s", 'very', 'scratchy', 'and', 'uncomfortable', 'i', 'was', 'also', 'hoping', 'the', 'opening', 'of', 'the', 'collar', 'would', 'be', 'a', 'little', 'wider', 'which', 'would', 'have', 'been', 'more', 'flattering', 'on', 'me', 'i', 'never', 'wear', 'turtlenecks', 'of', 'any', 'kind', 'so', 'i', 'took', 'a', 'chance', 'on', 'this', 'i', "'m", 'sure', 'others', 'will', 'look', 'fabulous', 'in', 'this', 'sweater', 'and', 'may', 'be', 'happy', 'with', 'it', 'if', 'they', 'do', "n't", 'mind', 'the', 'texture', 'i', "'m", 'sending', 'it', 'back', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['8823,936,47', 'super', 'cute', 'but', 'itchy', 'i', 'purchased', 'this', 'on', 'sale', 'xxs', 'petite', 'and', 'i', "'m", 'glad', 'i', 'did', 'it', "'s", 'an', 'adorable', 'sweater', 'but', 'i', 'knew', 'the', 'moment', 'i', 'put', 'it', 'on', 'itch', 'city', 'bummer', 'i', 'wore', 'it', 'with', 'a', 'tank', 'underneath', 'and', 'that', 'helped', 'it', "'s", 'a', 'very', 'warm', 'sweater', 'and', 'the', 'style', 'is', 'really', 'cute', 'looks', 'really', 'soft', 'and', 'cozy', 'but', 'i', 'would', 'say', 'itchy', 'and', 'cozy', ',3,1,0', 'general', 'petite', 'tops', 'sweaters'] ['8824,359,24', 'this', 'is', 'the', 'perfect', 'throw', 'on', 'shirt.', 'i', 'can', 'not', 'speak', 'highly', 'enough', 'about', 'this', 'shirt', 'i', 'originally', 'bought', 'the', 'navy', 'one', 'and', 'then', 'went', 'back', 'to', 'purchase', 'the', 'other', 'two', 'colors', 'the', 'material', 'is', 'soft', 'and', 'thin', 'without', 'being', 'flimsy', 'the', 'fit', 'is', 'very', 'flattering.,5,1,1', 'initmates', 'intimate', 'layering'] ['8825,1094,59', 'love', 'the', 'fun', 'design', 'and', 'fabrics.', 'this', 'dress', 'is', 'a', 'lot', 'of', 'fun', 'and', 'would', 'be', 'great', 'for', 'a', 'party', 'or', 'a', 'wedding', 'but', 'unfortunately', 'it', 'did', "n't", 'fit', 'me', 'right', 'i', 'ordered', 'a', 'small', 'since', 'i', 'usually', 'wear', 'a', 'size', '2', 'but', 'the', 'waist', 'was', 'just', 'a', 'little', 'bit', 'loose', 'while', 'the', 'dress', 'was', 'too', 'tight', 'across', 'the', 'bust', 'this', 'caused', 'the', 'dress', 'to', 'pull', 'up', 'in', 'the', 'front', 'and', 'make', 'it', 'look', 'too', 'high', 'in', 'the', 'waist', 'i', 'guess', 'i', "'m", 'just', 'too', 'busty', 'for', 'this', 'dress', 'too', 'bad', 'because', 'i', 'really', 'wanted', 'it', 'to', 'work', 'it', 'is', 'a', 'lovely', 'dress.,4,1,2', 'general', 'dresses', 'dresses'] ['8826,984,35', 'versatile', 'piece', 'to', 'finish', 'out', 'your', 'look', 'love', 'how', 'it', 'goes', 'with', 'so', 'much', 'of', 'my', 'wardrobe', 'simple', 'comfortable', 'and', 'classic', ',5,1,0', 'general', 'jackets', 'jackets'] ['8827,846,44', 'crisp', 'and', 'clean', 'love', 'the', 'cutouts', 'and', 'embroidered', 'detail', 'of', 'this', 'top', 'it', 'swings', 'away', 'from', 'the', 'body', 'due', 'to', 'the', 'crisp', 'cotton', 'drape', 'perfect', 'for', 'summer', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['8828,283,40', 'soft', 'comfy', 'and', 'cute', 'great', 'for', 'casual', 'wear', 'should', "'ve", 'bought', 'in', 'more', 'colors', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['8829,1094,44', 'this', 'dress', 'is', 'especially', 'beautiful', 'in', 'person', 'the', 'tulle', 'does', "n't", 'snag', 'and', 'lays', 'nice', 'and', 'flat', 'not', 'point', 'this', 'dress', 'is', 'easy', 'to', 'dress', 'up', 'or', 'dress', 'down', 'fits', 'comfortably', 'and', 'has', 'some', 'stretch', 'to', 'it', 'the', 'bodice', 'does', 'run', 'a', 'little', 'high', 'higher', 'than', 'what', 'is', 'shown', 'in', 'the', 'model', 'picture', 'but', 'lovely', 'nonetheless', ',5,1,1', 'general', 'dresses', 'dresses'] ['8830,846,55', 'amazing', 'addition', 'to', 'my', 'summer', 'wardrobe', 'i', 'found', 'this', 'top', 'at', 'the', 'beginning', 'of', 'the', 'summer', 'and', 'waited', 'until', 'it', 'was', 'on', 'sale', 'to', 'snag', 'it', 'but', 'honestly', 'wish', 'i', 'had', 'gotten', 'it', 'sooner', 'and', 'paid', 'full', 'price', 'it', "'s", 'perfect', 'with', 'navy', 'shorts', 'or', 'white', 'jeans', 'and', 'can', 'dress', 'up', 'or', 'dress', 'down', 'it', "'s", 'a', 'little', 'bit', 'short', 'on', 'the', 'bottom', 'but', 'definitely', 'still', 'flattering', 'i', 'would', 'recommend', 'it', 'to', 'anybody', 'looking', 'for', 'something', 'to', 'throw', 'on', 'for', 'an', 'easy', 'outfit', 'definitely', 'worth', 'the', 'sale', 'price', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['8831,1081,49', 'very', 'versatile', 'and', 'timeless', 'i', 'loved', 'this', 'dress', 'i', 'am', '5', 'ft', 'tall', 'and', 'usually', 'wear', 'xs', 'this', 'dress', 'i', 'would', 'definitely', 'need', 'an', 'xxs', 'in', 'i', 'like', 'things', 'not', 'too', 'tight', 'but', 'this', 'was', 'too', 'roomy', 'so', 'the', 'style', 'was', 'lost', 'it', 'was', 'a', 'little', 'long', 'but', 'i', 'think', 'that', 'is', 'because', 'it', 'kind', 'of', 'hung', 'on', 'me', 'the', 'material', 'is', 'light', 'but', 'substantial', 'it', 'has', 'a', 'lot', 'of', 'stretch', 'to', 'it', 'which', 'is', 'very', 'nice', 'it', 'has', 'a', 'silky', 'feel', 'could', 'be', 'worn', 'dressy', 'or', 'every', 'day', 'a', 'very', 'good', 'dress', 'all', 'around', 'waiting', 'for', 'the', 'xxs', 'to', 'come', 'in', 'i', 'would', 'definitely', 'recommend', 'it', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8832,1094,37', 'absolutely', 'perfect', 'this', 'dress', 'is', 'the', 'perfect', 'combination', 'of', 'beauty', 'and', 'comfort', 'the', 'quality', 'is', 'excellent', 'with', 'a', 'forgiving', 'fit', 'it', 'could', 'be', 'paired', 'with', 'black', 'heels', 'for', 'a', 'formal', 'look', 'or', 'flats', 'for', 'a', 'an', 'easy', 'date', 'night', 'i', 'just', 'can', 'not', 'say', 'enough', 'positive', 'things', 'about', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['8833,993,35', 'beautiful', 'but', 'not', 'for', 'girls', 'with', 'curves', 'i', 'ordered', 'this', 'skirt', 'and', 'i', 'was', 'so', 'excited', 'when', 'i', 'first', 'saw', 'it', 'the', 'photo', 'does', "n't", 'really', 'do', 'the', 'colors', 'justice', 'the', 'contrast', 'of', 'the', 'bright', 'colors', 'makes', 'this', 'skirt', 'one', 'of', 'a', 'kind', 'i', 'returned', 'this', 'item', 'however', 'because', 'when', 'i', 'tried', 'it', 'on', 'the', 'pattern', 'was', 'just', 'at', 'the', 'wrong', 'place', 'and', 'emphasized', 'the', 'thighs', 'for', 'any', 'of', 'us', 'pear-shaped', 'ladies', 'the', 'side', 'profile', 'of', 'my', 'thighs', 'in', 'this', 'skirt', 'was', 'just', 'horrible', ',3,1,0', 'general', 'bottoms', 'skirts'] ['8834,1094,39', 'well', 'fitted', 'and', 'surprisingly', 'comfortable', 'i', 'love', 'the', 'color', 'combination', 'and', 'the', 'bodice', 'is', 'very', 'falttering', 'it', 'has', 'a', 'tiny', 'bit', 'of', 'stretch', 'the', 'tulle', 'is', 'also', 'feminine', 'i', 'love', 'that', 'i', 'could', 'wear', 'this', 'with', 'a', 'moto', 'jacket', 'sizing', 'no', 'need', 'for', 'petite', 'it', 'was', 'short', 'enough', 'in', 'regualr', 'size', 'i', 'think', 'petite', 'would', 'have', 'been', 'too', 'short', 'unless', 'you', 'are', 'younger', ',5,1,31', 'general', 'dresses', 'dresses'] ['8835,283,45', 'love', 'this', 'top-deep', 'v', 'though', 'i', 'love', 'this', 'top', 'the', 'fabric', 'the', 'color', 'they', 'way', 'it', 'hangs', 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'though', 'because', 'the', 'v', 'on', 'the', 'small', 'went', 'waaay', 'too', 'low', 'so', 'i', 'sized', 'down', 'to', 'an', 'xs', 'and', 'it', 'was', 'perfect', 'it', 'basically', 'fit', 'the', 'same', 'as', 'the', 'small', 'but', 'with', 'a', 'higher', 'v', 'so', 'my', 'bra', 'would', "n't", 'show', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['8836,1094,21', 'for', 'the', 'slim', 'figure', 'such', 'quality', 'went', 'in', 'to', 'this', 'dress', 'it', 'is', 'beautiful', 'the', 'torso', 'is', 'lined', 'and', 'the', 'tulle', 'is', 'not', 'super', 'poofy', 'at', 'the', 'waist', 'it', 'is', 'however', 'not', 'made', 'for', 'the', 'busty', 'gal', 'i', 'am', 'a', '32', 'dd', 'the', 'fabric', 'comes', 'in', 'at', 'the', 'arm', 'pits', 'making', 'for', 'narrow', 'coverage', 'around', 'the', 'chest', 'also', 'this', 'dress', 'is', 'short', 'waisted', 'it', 'is', 'almost', 'an', 'empire', 'on', 'me', 'i', 'wish', 'it', 'worked', 'as', 'it', 'is', 'lovely', 'perhaps', 'it', 'will', 'work', 'on', 'the', 'someone', 'super', 'thin', 'so', 'sad', 'about', 'it', ',3,1,36', 'general', 'dresses', 'dresses'] ['8837,1094,31', 'cute', 'dress', 'not', 'for', 'me', 'for', 'reference', '5', '3', '130', 'athletic/muscular', 'body', 'type', 'broad', 'shoulders', 'slim', 'hips'] ['i', 'wanted', 'to', 'love', 'this', 'dress', 'soooo', 'much', 'i', 'wanted', 'it', 'for', 'holidays', 'and', 'special', 'occasions', 'but', 'my', 'broad', 'shoulders', 'and', '34d', 'chest', 'worked', 'against', 'me', 'the', 'criss-crossed', 'bodice', 'accentuated', 'my', 'larger', 'top', 'and', 'there', 'was', "n't", 'enough', 'poof', 'in', 'the', 'skirt', 'to', 'balance', 'me', 'out', 'i', "'m", 'sure', 'this', 'will', 'work', 'beautifully', 'on', 'other', 'body', 'types', 'and', 'i', 'wish', 'it', 'worked', 'on', 'mine', 'too', 'a', 'sparkly', 'necklace', 'or', 'dangling', 'earrings', 'and', 'a', 'high', 'bun', 'are', 'all', 'you', ',4,1,2', 'general', 'dresses', 'dresses'] ['8838,1094,27', 'lovely', 'and', 'versatile', 'dress', 'this', 'dress', 'is', 'very', 'pretty', 'versatile', 'and', 'high', 'quality', 'i', "'m", 'planning', 'to', 'wear', 'it', 'to', 'a', 'wedding', 'with', 'the', 'holiday', 'season', 'coming', 'up', 'i', 'will', 'definitely', 'get', 'to', 'use', 'it', 'as', 'well', 'the', 'fabric', 'is', 'very', 'comfortable', 'especially', 'the', 'top', 'part', 'it', "'s", 'very', 'soft', 'i', 'usually', 'wear', 'an', 'xs', 'petite', 'this', 'dress', 'seems', 'to', 'be', 'a', 'liiiiiittle', 'too', 'long', 'for', 'me', 'and', 'the', 'waist', 'is', 'a', 'tiny', 'bit', 'too', 'loose', 'from', 'how', 'i', 'like', 'it', 'but', 'it', "'s", 'manageable', 'i', 'have', 'this', 'dress', 'in', 'ivory', 'top', ',5,1,0', 'general', 'dresses', 'dresses'] ['8839,1082,45', 'beautiful', 'beautiful', 'and', 'different', 'material', 'like', 'it', 'a', 'lot', 'very', 'happy', 'with', 'the', 'purchase', ',5,1,0', 'general', 'dresses', 'dresses'] ['8840,1094,36', 'day/evening', 'every', 'season', 'no', 'snag', 'tulling', 'i', 'do', "n't", 'even', 'know', 'where', 'to', 'begin', 'this', 'is', 'a', 'dress', 'for', 'all', 'seasons', 'but', 'especially', 'the', 'holiday', 'season', 'i', 'bought', 'it', 'specifically', 'for', 'the', 'guise', 'of', 'a', 'holiday', 'part', 'i', 'ca', "n't", 'tell', 'you', 'what', 'a', 'black', 'velvet', 'blazer', 'and', 'black', 'patent', 'leather', 'heels', 'did', 'for', 'it', 'the', 'amazing', 'part', 'is', 'that', 'i', 'wore', 'it', 'to', 'work', 'with', 'a', 'cardigan', 'and', 'booties', 'with', 'no', 'problem', 'my', 'coworkers', 'were', 'amazed', 'but', 'its', 'transition', 'i', 'have', 'a', 'slim', 'velvet', 'belt', 'with', 'a', 'antique-ish', 'looking', 'clasp', 'that', 'i', 'wore', 'all', 'day', 'with', 'it', 'too', 'and', 'that', 'was', 'the', 'cherry', ',5,1,64', 'general', 'dresses', 'dresses'] ['8841,1025,46', 'great', 'jeans', 'i', 'love', 'these', 'jeans', 'they', 'have', 'a', 'great', 'high', 'waist', 'thats', 'tapered', 'and', 'supersexy', 'long', 'legs', 'and', 'some', 'stretch', 'but', 'not', 'to', 'much', 'the', 'distressing', 'is', 'perfect', 'and', 'the', 'wash', 'nice', 'and', 'dark', 'i', "'ll", 'be', 'wearing', 'these', 'alot', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['8842,822,45', 'old', 'world', 'meets', 'modern', 'day', 'this', 'top', 'has', 'so', 'many', 'details', 'i', 'love', 'the', 'material', 'it', 'adds', 'a', 'little', 'formal', 'to', 'the', 'casual', 'jean', 'i', 'am', 'waiting', 'to', 'wear', 'this', 'come', 'fall', 'weather', 'with', 'slim', 'jeans', 'and', 'some', 'boots', 'it', 'gives', 'me', 'that', 'old', 'victorian', 'vibe', 'without', 'being', 'still', 'and', 'formal.,5,1,0', 'general', 'tops', 'blouses'] ['8843,1082,40', 'so', 'disappointed', '2', 'the', 'review', 'above', 'titled', 'so', 'disappointed', 'could', "n't", 'have', 'said', 'it', 'any', 'better', 'the', 'dresses', 'from', 'last', 'year', 'are', 'perfect', 'i', 'probably', 'wear', 'them', 'at', 'least', 'once', 'a', 'week', 'i', 'was', 'so', 'excited', 'to', 'see', 'this', 'vibrant', 'blue', 'color', 'and', 'fully', 'expected', 'the', 'same', 'quality', 'as', 'last', 'year', 'i', "'m", 'generally', 'an', 'xs', 'or', 's', 'in', 'dresses', 'however', 'i', 'have', 'xxs', 'from', 'last', 'year', "'s", 'version', 'and', 'the', 'xs', 'in', 'this', 'one', 'is', 'lifeless', 'it', "'s", 'heavy', 'hot', 'does', "n't", 'have', 'the', 'same', 'nice', 'shape', 'as', 'last', 'year', 'i', 'may', 'cut', 'out', 'the', 'integrated', 'lining', 'just', 'to', 'lighten', 'the', 'dres', ',2,0,5', 'general', 'dresses', 'dresses'] ['8844,1094,33', 'great', 'fit', 'i', 'love', 'this', 'flirty', 'well', 'fitted', 'dress', 'quality', 'material', ',5,1,0', 'general', 'dresses', 'dresses'] ['8845,725,53', 'completely', 'see', 'through', 'i', 'thought', 'this', 'tank', 'would', 'be', 'so', 'cute', 'and', 'comfy', 'for', 'my', 'daily', 'walks', 'but', 'it', "'s", 'completely', 'see', 'through', 'i', 'sized', 'down', 'one', 'size', 'based', 'on', 'a', 'review', 'from', 'another', 'website', 'and', 'it', 'fits', 'ok', 'but', 'it', "'s", 'hard', 'to', 'say', 'if', 'it', 'runs', 'tts', 'because', 'i', 'have', 'nothing', 'to', 'compare', 'it', 'to', 'if', 'the', 'fabric', 'was', 'a', 'little', 'thicker', 'this', 'would', 'be', 'the', 'perfect', 'tank', 'unless', 'your', 'planning', 'on', 'layering', 'this', 'i', 'would', "n't", 'recommend', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['8846,1094,38', 'love', 'it', 'love', 'it', 'i', 'usually', 'wear', 'a', 'small', 'but', 'i', 'just', 'went', 'to', 'our', 'local', 'store', 'and', 'they', 'only', 'had', 'a', 'medium', 'i', 'tried', 'it', 'on', 'just', 'in', 'case', 'and', 'it', 'fit', 'perfectly', 'it', 'is', 'sitting', 'pretty', 'in', 'my', 'closet', 'now', 'so', 'if', 'you', 'are', 'a', 'size', 'small', 'try', 'ordering', 'a', 'medium', 'and', 'i', 'hope', 'it', 'works', 'for', 'you', 'as', 'well', ',5,1,2', 'general', 'dresses', 'dresses'] ['8847,1094,60', 'simple', 'dress', 'this', 'is', 'a', 'cute', 'dress', 'but', 'just', 'not', 'a', 'keeper', 'for', 'me', 'the', 'top', 'portion', 'of', 'the', 'dress', 'is', 'fairly', 'snug', 'i', 'am', 'normally', 'a', 'small', 'in', 'retailer', 'sizes', 'but', 'i', 'would', 'have', 'sized', 'up', 'the', 'keep', 'the', 'dress', 'from', 'pulling', 'so', 'much', 'across', 'the', 'bust', 'otherwise', 'it', 'was', 'cute', 'and', 'simple', 'and', 'the', 'tulle', 'was', 'quite', 'soft'] [] ['i', 'think', 'that', 'i', 'would', 'have', 'gone', 'with', 'a', 'medium', 'but', 'i', 'am', 'wearing', 'a', 'small', 'in', 'the', 'photo', 'for', 'reference', 'i', 'am', '5', '5', '~135', 'lbs', '34c', 'and', '27', 'waist', ',3,1,22', 'general', 'dresses', 'dresses'] ['8848,1081,48', 'great', 'little', 'black', 'dress', 'for', 'cooler', 'evenings', 'with', 'boots', 'or', 'dress', 'down', 'with', 'a', 'pair', 'of', 'flats', 'for', 'daytime', 'perfect', 'fall', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8849,283,38', 'is', 'a', 'great', 'top', 'for', 'layering', 'over', 'leggings', 'running', 'errands', 'or', 'after', 'the', 'gym', 'the', 'material', 'was', 'thin', 'i', 'returned', 'it', 'because', 'the', 'color', 'did', "n't", 'look', 'great', 'on', 'me', 'and', 'for', 'the', 'price', 'i', 'just', 'did', "n't", 'love', 'it', ',3,1,2', 'initmates', 'intimate', 'lounge'] ['8850,1088,28', 'disappointed', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'because', 'i', 'thought', 'it', 'was', 'cute', 'and', 'i', 'love', 'flowy', 'and', 'big', 'dresses', 'however', 'this', 'looks', 'huge', 'the', 'material', 'is', 'not', 'soft', 'so', 'it', 'does', "n't", 'fall', 'well', 'it', 'just', 'stays', 'proofed', 'out', 'so', 'from', 'the', 'back', 'you', 'look', 'like', 'a', 'giant', ',1,0,0', 'general', 'dresses', 'dresses'] ['8851,1094,34', 'agree', 'with', 'another', 'reviewer', 'not', 'for', 'busty', 'gals', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'i', 'love', 'the', 'colors', 'and', 'design', 'however', 'there', 'are', 'two', 'issues', 'with', 'the', 'dress', 'for', 'my', 'body', 'style', '1.', 'it', "'s", 'not', 'made', 'for', 'busty', 'girls', 'i', "'m", 'a', '34d/dd', 'and', 'the', 'small', 'would', 'have', 'fit', 'well', 'i', "'m", '5', '6', '147', 'lbs', 'but', 'my', 'chest', 'did', 'not', 'fit', 'so', 'i', 'tried', 'the', 'medium', 'but', 'then', 'the', 'overall', 'fit', 'was', 'worse', 'which', 'led', 'to', 'another', 'issue', '2.', 'the', 'waist', 'and', 'pleating', 'made', 'me', 'look', 'a', 'little', 'heavy', 'because', 'i', 'still', 'have', 'a', 'small', 'amount', 'of', 'baby', 'weight/spare', 'tire', 'around', 'my', 'waist', 'which', 'was', 'highlighted', 'wi', ',4,1,5', 'general', 'dresses', 'dresses'] ['8852,1082,62', 'so', 'disappointed', 'i', 'was', 'a', 'huge', 'fan', 'of', 'these', 'lovely', 'swing', 'dresses', 'from', 'last', 'year', 'and', 'bought', 'all', '3', 'colors', 'when', 'i', 'saw', 'this', 'new', 'one', 'i', 'was', 'thrilled', 'and', 'ordered', 'it', 'immediately', 'what', 'a', 'disappointment', 'why', 'did', 'isabella', 'sinclair', 'mess', 'with', 'a', 'good', 'thing', 'the', 'fabric', 'is', 'a', 'very', 'loose', 'weave', 'sort', 'of', 'homespun', 'look', 'which', 'would', "n't", 'be', 'a', 'deal', 'breaker', 'but', 'i', 'could', 'see', 'it', 'would', 'be', 'very', 'vulnerable', 'to', 'snags', 'last', 'year', "'s", 'styles', 'had', 'a', 'removable', 'light', 'knit', 'full', 'slip', 'that', 'allowed', 'the', 'airy', 'fabrics', 'to', 'move', 'this', 'version', 'is', 'fully', 'lined', 'yo', ',2,0,14', 'general', 'dresses', 'dresses'] ['8853,283,37', 'very', 'flattering', 'shirt', 'i', 'was', 'apprehensive', 'because', 'of', 'the', 'long', 'tail', 'at', 'the', 'back', 'of', 'this', 'shirt', 'but', 'it', 'is', 'very', 'pretty', 'with', 'capris', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['8854,1081,71', 'it', "'s", 'a', 'nice', 'casual', 'dress', 'that', 'you', 'can', 'also', 'dress', 'up', 'but', 'unfortunately', 'it', 'is', 'going', 'back', 'i', 'got', 'a', 'small', 'since', 'dolan', 'dresses', 'always', 'run', 'large', 'but', 'i', 'usually', 'get', 'a', 'petite', 'i', 'should', "'ve", 'known', 'this', 'would', "n't", 'work', 'i', 'wanted', 'to', 'love', 'it', 'because', 'the', 'top', 'looks', 'great', 'but', 'the', 'length', 'is', 'too', 'long', 'making', 'the', 'waist', 'fall', 'lower', 'than', 'i', 'would', 'like', 'giving', 'my', 'middle', 'a', 'thick', 'appearance.i', "'m", 'thin', 'but', 'i', "'m", 'not', 'skinny', '5', '3', 'with', 'an', 'athletic', 'build', 'and', 'a', 'short', 'torso', 'with', 'a', 'decent', 'size', 'bust', 'if', 'that', 'helps', 'usually', 'i', 'can', 'wear', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8855,1094,31', ',this', 'dress', 'is', 'perfection', 'very', 'flattering', 'and', 'pretty.,5,1,1', 'general', 'dresses', 'dresses'] ['8856,1082,39', 'such', 'a', 'cute', 'idea', 'for', 'a', 'shirtdress', 'but', 'it', 'runs', 'big', 'i', 'really', 'wanted', 'this', 'to', 'work', 'the', 'style', 'and', 'colors', 'are', 'great', 'and', 'it', 'is', 'comfortable', 'too', 'i', 'did', "n't", 'like', 'how', 'big', 'the', 'skirt', 'portion', 'was', 'or', 'how', 'stiff', 'the', 'fabric', 'was', 'it', 'looked', 'like', 'a', 'plaid', 'tent', 'on', 'me', 'but', 'not', 'in', 'a', 'terrible', 'way', 'it', 'could', 'work', 'on', 'the', 'right', 'body.,3,1,0', 'general', 'dresses', 'dresses'] ['8857,1088,30', 'huge', 'this', 'dress', 'is', 'huge', 'i', 'am', 'normally', 'a', 'l-xl', 'regular', 'in', 'retailer', 'brands', 'i', 'love', 'a', 'loose', 'flowy', 'dress', 'after', 'trying', 'one', 'on', 'in', 'the', 'store', 'just', 'a', 'random', 'returned', 'petite', 'xl', 'i', 'ordered', 'the', 'petite', 'medium', 'and', 'it', 'was', 'still', 'huge', 'and', 'not', 'flattering', 'so', 'sad', 'i', 'wanted', 'to', 'love', 'this-', 'loved', 'the', 'material', 'and', 'colors', 'but', 'way', 'off', ',1,0,4', 'general', 'dresses', 'dresses'] ['8858,1094,18', 'love', 'i', 'bought', 'this', 'dress', 'for', 'my', 'engagement', 'photo', 'shoot', 'and', 'rehearsal', 'dinner', 'and', 'it', "'s", 'beautiful', 'it', "'s", 'delicate', 'and', 'feminine', 'without', 'being', 'too', 'girly', 'or', 'frilly', 'very', 'simplistic', 'and', 'probably', 'the', 'comfiest', 'piece', 'of', 'clothing', 'i', 'own', 'my', 'only', 'con', 'is', 'that', 'i', "'m", 'a', 'little', 'tall', 'and', 'it', 'does', "n't", 'hit', 'me', 'completely', 'on', 'the', 'waist', 'but', 'it', "'s", 'still', 'very', 'flattering', ',5,1,0', 'general', 'dresses', 'dresses'] ['8859,877,37', 'not', 'like', 'the', 'pic', 'the', 'yellow', 'is', 'not', 'as', 'bright', 'as', 'the', 'pic', 'and', 'the', 'tee', 'shirt', 'base', 'color', 'is', 'more', 'off', 'white/oatmeal', 'making', 'the', 'shirt', 'look', 'much', 'more', 'drab', 'in', 'person', 'than', 'in', 'the', 'pics', 'fit', 'was', 'ok', 'but', 'nothing', 'special', 'about', 'this', 'and', 'will', 'be', 'returning.,1,0,2', 'general', 'tops', 'knits'] ['8860,1094,44', 'gorgeous', 'this', 'dress', 'is', 'gorgeous', 'it', 'is', 'a', 'little', 'sheer', 'even', 'though', 'it', 'has', 'many', 'layers.,4,1,1', 'general', 'dresses', 'dresses'] ['8861,1094,46', 'darla', 'tulle', 'dress', 'very', 'pretty', 'runs', 'true', 'to', 'size', 'waist', 'is', 'higher', 'than', 'in', 'the', 'photo', 'as', 'other', 'reviewers', 'have', 'stated', 'correct', 'fit', 'is', 'important', 'because', 'the', 'arm', 'openings', 'are', 'a', 'little', 'big', 'i', 'thought', 'and', 'when', 'i', 'sized', 'up', 'to', 'try', 'to', 'get', 'the', 'waist', 'a', 'little', 'lower', 'the', 'arms', 'were', 'too', 'large', ',4,1,2', 'general', 'dresses', 'dresses'] ['8862,1094,36', 'super', 'comfortable', 'nice', 'quality', 'overpriced', 'this', 'dress', 'fit', 'perfectly', 'i', 'think', 'it', 'fit', 'just', 'like', 'it', 'shows', 'on', 'the', 'model', 'i', 'also', 'think', 'the', 'color', 'represents', 'itself', 'nicely', 'in', 'person', 'as', 'well', 'i', 'do', 'however', 'think', 'that', 'the', 'dress', 'is', 'over', 'priced', 'for', 'as', 'often', 'as', 'you', 'would', 'wear', 'this', 'dress', 'given', 'that', 'is', "n't", 'a', 'basic', 'black', 'and', 'would', 'definitely', 'be', 'remembered', 'by', 'people', 'were', 'you', 'to', 'wear', 'it', 'more', 'than', 'once', 'i', 'think', 'the', 'price', 'is', 'way', 'too', 'high'] ['a', 'must', 'have', 'on', 'sale', 'or', 'clearance', 'but', 'probably', 'not', 'a', 'keeper', 'for', 'me', 'full', 'price', 'in', 'this', 'color', 'combination', 'we', 'will', 'see', 't', ',3,1,0', 'general', 'dresses', 'dresses'] ['8863,877,37', 'small', 'seems', 'a', 'little', 'small', 'in', 'the', 'width', 'and', 'shoulders', 'length', 'is', 'fine,4,1,2', 'general', 'tops', 'knits'] ['8864,993,48', 'beautiful', 'skirt', 'this', 'skirt', 'has', 'a', 'beautiful', 'style', 'cut', 'and', 'pattern', 'i', 'am', 'so', 'surprised', 'it', 'is', 'on', 'sale', 'what', 'a', 'great', 'price', 'it', 'has', 'a', 'medium', 'sweater', 'knit', 'that', 'is', 'not', 'clingy', 'and', 'has', 'a', 'slight', 'flair', 'looks', 'great', 'with', 'boots', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8865,1081,24', 'beautiful', 'dress', 'got', 'this', '4', 'days', 'ago', 'and', 'have', 'worn', 'it', '3', 'of', 'those', 'days', 'it', 'is', 'a', 'perfect', 'beautiful', 'autumn', 'dress', 'the', 'fabric', 'is', 'textured', 'and', 'slightly', 'color-varied', 'in', 'a', 'way', 'that', 'gives', 'the', 'black', 'a', 'more', 'charcoal', 'depth', 'the', 'fabric', 'is', 'a', 'thin', 'sweater', 'knit', 'because', 'of', 'the', 'texture', 'it', 'looks', 'thicker', 'than', 'it', 'is', 'and', 'i', 'had', 'hoped', 'it', 'would', 'be', 'thicker', 'but', 'i', 'actually', 'think', 'if', 'it', 'were', 'thicker', 'it', 'would', 'not', 'have', 'the', 'movement', 'it', 'does', 'nor', 'would', 'it', 'be', 'as', 'figure-flattering', 'despite', 'its', 'thinness', 'it', 'is', 'still', 'warm', 'would', 'buy', 'this', 'in', 'oth', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8866,1024,56', ',super', 'cute', 'and', 'more', 'fitted', 'than', 'the', 'baggy', 'overalls', 'of', 'yesteryear', 'i', 'love', 'them.,5,1,0', 'general', 'bottoms', 'jeans'] ['8867,1080,38', 'i', 'did', "n't", 'buy', 'it', 'for', 'the', 'longest', 'time', 'based', 'on', 'the', 'other', 'reviews', 'but', 'i', 'finally', 'did', 'and', 'i', 'love', 'it', 'great', 'color', 'great', 'quality', 'great', 'fit', 'oh', 'and', 'great', 'price', 'too', 'i', 'say', 'go', 'for', 'it', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['8868,984,34', 'casual', 'and', 'comfortable', 'love', 'this', 'blazer', 'you', 'can', 'wear', 'it', 'with', 'anything', 'fits', 'well', 'and', 'lightweight', 'perfect', 'for', 'south', 'florida.,5,1,0', 'general', 'jackets', 'jackets'] ['8869,1082,40', 'great', 'for', 'summer', 'to', 'fall', 'the', 'issues', 'the', 'other', 'reviewers', 'mentioned', 'did', "n't", 'bother', 'me', 'as', 'i', 'do', "n't", 'have', 'the', 'prior', 'years', 'version', 'to', 'compare', 'i', 'love', 'the', 'color', 'and', 'feel', 'of', 'the', 'fabric', 'a', 'little', 'heavier', 'and', 'great', 'for', 'early', 'fall', 'layering', 'the', 'armholes', 'were', "n't", 'big', 'for', 'me', 'but', 'i', 'got', 'a', 'small', 'and', 'would', 'normally', 'be', 'a', 'medium', 'the', 'cut', 'works', 'great', 'for', 'a', 'very', 'curvy', 'petite', 'frame', 'it', 'does', "n't", 'add', 'bulk', 'but', 'does', 'flatter', 'a', 'larger', 'chest', 'i', 'can', 'see', 'why', 'this', 'does', "n't", 'work', 'for', 'taller', 'ladies', 'as', 'the', 'pockets', 'and', 'hip', 'do', 'flare', 'with', 'the', 'heavier', 'fabric', 'but,4,1,0', 'general', 'dresses', 'dresses'] ['8870,867,52', 'did', 'not', 'work', 'for', 'me', 'i', 'loved', 'the', 'color', 'of', 'this', 'shirt', 'but', 'it', 'does', 'run', 'big', 'i', 'even', 'sized', 'down', 'and', 'it', 'was', 'still', 'large', 'on', 'me', 'and', 'the', 'ruffles', 'flare', 'out', 'a', 'bit', 'which', 'was', 'not', 'flattering', 'one', 'me', 'it', 'looks', 'pretty', 'on', 'the', 'hangar.,3,0,0', 'general', 'tops', 'knits'] ['8871,83,27', 'love', 'this', 'i', 'know', 'it', "'s", 'a', 'bit', 'of', 'a', 'moot', 'point', 'since', 'the', 'chemise', 'has', 'sold', 'out', 'but', 'on', 'the', 'off', 'chance', 'any', 'come', 'back', 'in', 'stock', 'or', 'if', 'you', 'see', 'one', 'at', 'your', 'local', 'store', 'i', 'urge', 'you', 'to', 'try', 'it', 'on', 'the', 'fabric', 'is', 'incredible', 'so', 'luxurious', 'it', 'fits', 'me', 'amazingly', 'i', 'have', 'a', 'hard', 'time', 'with', 'the', 'whole', 'tight', 'chemise/slip/nightie', 'category', 'of', 'clothing', 'as', 'i', "'m", 'fairly', 'skinny', 'but', 'still', 'curvy', 'and', 'while', 'i', 'love', 'my', 'curves', 'i', 'do', 'have', 'a', 'muffin', 'top', 'that', 'can', 'get', 'real', 'awkward', 'when', 'you', "'re", 'trying', 'to', 'look', 'sexy', 'this', 'however', 'is', 'a', 'godsend', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['8872,867,34', 'incredibly', 'unflattering', 'i', 'ordered', 'this', 'in', 'blue', 'and', 'the', 'color', 'is', 'absolutely', 'gorgeous', 'i', 'really', 'loved', 'it', 'until', 'i', 'put', 'it', 'on', 'wow', 'it', 'was', 'bad', 'i', 'ordered', 'a', 'small', 'normally', 'a', 'sm/med', 'due', 'to', 'bust', 'but', 'this', 'was', 'so', 'wide', 'and', 'had', 'so', 'much', 'material', 'it', 'was', "n't", 'long', 'but', 'rather', 'incredibly', 'boxy', 'one', 'of', 'the', 'most', 'unflattering', 'things', 'i', "'ve", 'ever', 'tried', 'at', 'retailer.,1,0,1', 'general', 'tops', 'knits'] ['8873,867,54', 'beautiful', 'shirt', 'on', 'model', 'but', 'no', 'i', 'really', 'fell', 'in', 'love', 'with', 'this', 'shirt', 'i', 'am', 'about', '5', '4', 'and', '110', 'pounds', 'i', 'ordered', 'xxs', 'which', 'that', 'was', 'a', 'good', 'size', 'from', 'the', 'chest', 'but', 'this', 'shirt', 'is', 'literally', 'so', 'wide', 'i', 'was', 'ready', 'to', 'fly', 'although', 'the', 'model', 'wears', 'this', 'shirt', 'really', 'nicely', 'i', 'think', 'this', 'shirt', 'is', 'made', 'for', 'a', 'certain', 'type', 'of', 'body', 'not', 'quite', 'sure', 'what', 'that', 'is', 'also', 'this', 'shirt', 'is', 'shorter', 'than', 'what', 'i', 'expected', 'it', 'looks', 'a', 'lot', 'longer', 'on', 'the', 'model', 'i', 'had', 'to', 'return', 'this', 'shirt', ',2,0,0', 'general', 'tops', 'knits'] ['8874,1020,38', 'this', 'skirt', 'was', 'cute', 'on', 'but', 'not', 'particularly', 'flattering', 'i', 'thought', 'the', 'denim', 'was', 'a', 'little', 'too', 'stiff', 'typically', 'a-lines', 'are', 'flattering', 'on', 'my', 'figure', 'but', 'this', 'was', 'a', 'miss', ',3,1,0', 'general', 'bottoms', 'skirts'] ['8875,1020,50', 'cute', 'and', 'practical', 'skirt', 'i', 'am', 'pleased', 'with', 'this', 'skirt', 'the', 'jean', 'material', 'is', 'of', 'good', 'quality', 'and', 'it', 'hangs', 'right', 'on', 'my', 'waist', 'and', 'hips', 'i', 'ordered', 'a', '2', 'which', 'left', 'a', 'little', 'room', 'in', 'the', 'waist', 'to', 'tuck', 'in', 'a', 'blouse', 'i', 'am', '5/5', 'and', '119.', 'it', 'works', 'well', 'for', 'work', 'and', 'leisure.,5,1,0', 'general', 'bottoms', 'skirts'] ['8876,1044,47', 'very', 'pretty', 'but', 'different', 'from', 'what', "'s", 'pictured', 'i', 'bought', 'these', 'in', 'my', 'usual', 'size', '28', 'and', 'they', 'were', 'much', 'too', 'loose', 'so', 'i', 'returned', 'them', 'i', 'definitely', 'need', 'a', '27', '39', 'inch', 'hips', '33', 'low', 'waist', '31', 'waist', 'i', 'have', 'lost', 'a', 'few', 'pounds', 'but', 'i', 'am', 'usually', 'a', 'size', '4-6', 'in', 'pants', 'even', 'loose', 'i', 'can', 'see', 'the', 'pants', 'are', 'flattering', 'and', 'long', 'enough', 'for', 'my', 'leggy', '5', '9', 'frame', 'they', 'are', 'still', 'cropped', 'but', 'i', 'would', 'say', 'look', 'much', 'the', 'same', 'as', 'on', 'the', 'model', 'if', 'you', 'are', 'shorter', 'i', 'think', 'the', 'petite', 'option', 'would', 'be', 'necessary', 'to', 'achieve', 'a', 'cropped', 'look', 'the', 'material', 'is', 'not', 'bright', 'white', 'wi', ',5,1,1', 'general', 'bottoms', 'pants'] ['8877,867,83', 'very', 'european', 'look', 'love', 'this', 'top', 'dramatic', 'in', 'a', 'casual', 'way'] ['i', 'ordered', 'the', 'teal', 'and', 'love', 'love', 'love', 'it', 'with', 'skinny', 'jeans', 'or', 'leggings', 'the', 'style', 'is', 'perfect'] ['i', 'am', 'over', '50', 'so', 'the', 'teal', 'is', 'gorgeous', 'and', 'i', 'think', 'very', 'age', 'appropriate'] ['i', 'ordered', 'the', 'blue', 'also', 'a', 'very', 'pretty', 'shade', 'of', 'blue', 'but', 'felt', 'in', 'this', 'style', 'the', 'bright/light', 'colors', 'would', 'be', 'more', 'appropriate', 'for', 'someone', 'younger'] ['it', "'s", 'a', 'stunning', 'top', 'and', 'fits', 'very', 'true', 'to', 'size', 'the', 'drama', 'of', 'the', 'ruffle', 'is', 'what', 'sets', 'it', 'apart'] ['hoping', 'they', 'do', ',5,1,0', 'general', 'tops', 'knits'] ['8878,1020,38', 'i', 'wish', 'it', 'were', 'more', 'flattering', 'really', 'was', 'excited', 'to', 'get', 'what', 'i', 'thought', 'would', 'be', 'a', 'very', 'versatile', 'piece', 'unfortunately', 'because', 'i', 'have', 'ample', 'hips', 'the', 'skirt', 'just', 'made', 'me', 'look', 'very', 'wide', 'overall', 'in', 'addition', 'i', 'am', 'short', 'at', '5', '2', 'so', 'the', 'length', 'was', 'also', 'not', 'flattering', 'plus', 'it', 'is', 'high', 'waisted', 'it', 'was', 'just', 'a', 'lot', 'of', 'denim', 'on', 'me', 'that', 'made', 'me', 'look', 'too', 'wide', 'and', 'even', 'shorter', ',3,0,4', 'general', 'bottoms', 'skirts'] ['8879,1020,60', 'back', 'to', 'denim', 'great', 'denim', 'color', 'and', 'fit', 'gives', 'a', 'nice', 'feel', 'to', 'the', 'waist.,5,1,1', 'general', 'bottoms', 'skirts'] ['8880,867,50', 'go', 'to', 'tee', 'for', 'sz', '10+', 'women', 'women', 'who', 'want', 'some', 'flutter', 'without', 'too', 'much', 'fullness,5,1,1', 'general', 'tops', 'knits'] ['8881,867,32', 'pretty', 'in', 'peplum', 'i', 'love', 'this', 'tee', 'but', 'it', 'is', "n't", 'for', 'everyone', 'i', 'am', 'usually', 'a', 'solid', 'medium', 'i', 'tried', 'on', 'both', 'xs/s', 'i', 'went', 'w', 'the', 'small', 'bc', 'i', 'liked', 'the', 'volume', 'for', 'reference', 'i', "'m", '5', '6', 'and', 'wear', 'a', 'medium/size', '8-10'] [] ['not', 'thinking', 'this', 'is', 'for', 'small', 'petite', 'women', 'as', 'the', 'peplum', 'hem', 'is', 'poplin', 'not', 'tee', 'knit', 'material', 'so', 'it', 'holds', 'its', 'shape', 'on', 'my', 'frame', 'it', 'was', 'so', 'cute', 'got', 'the', 'holly', 'color', ',5,1,2', 'general', 'tops', 'knits'] ['8882,785,66', 'not', 'what', 'i', 'expected', 'i', 'gulped', 'when', 'i', 'put', 'this', 'in', 'my', 'bag', 'during', 'retailer', 'days', 'because', 'the', 'price', 'was', 'still', 'too', 'much', 'but', 'thought', 'this', 'has', 'to', 'be', 'wonderful', 'to', 'charge', 'so', 'much', 'right', 'boy', 'was', 'i', 'wrong', 'this', 'is', 'a', 'sweater', 'knit', 'with', 'a', 'very', 'deep', 'v-neck', 'that', "'s", 'incredibly', 'boxy', 'and', 'unattractive', 'the', 'knit', 'shed', 'all', 'over', 'my', 'pants', 'in', 'the', 'few', 'minutes', 'i', 'had', 'it', 'on', 'i', 'ordered', 'in', 'xl', 'having', 'never', 'tried', 'this', 'designer', 'and', 'that', 'was', 'a', 'mistake', 'because', 'i', 'generally', 'wear', 'large', 'or', 'medium', 'it', 'was', 'swimming', 'on', 'me', 'the', 'stripes', 'are', "n't", 'as', 'cute', 'in', 'real', 'life', ',2,1,0', 'initmates', 'intimate', 'sleep'] ['8883,867,26', 'easy', 'casual', 'i', 'purchased', 'this', 'top', 'at', 'my', 'local', 'store', 'this', 'past', 'weekend', 'and', 'i', 'have', 'to', 'say', 'i', 'already', 'know', 'it', 'will', 'become', 'an', 'easy', 'go-to', 'top', 'it', 'does', 'run', 'large', 'so', 'consider', 'that', 'when', 'choosing', 'what', 'size', 'to', 'order', 'i', 'generally', 'wear', 'a', 'medium', 'but', 'purchased', 'a', 'small', 'in', 'this', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['8884,867,36', 'really', 'really', 'horrible', 'try', 'again', 'retailer', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'top', 'the', 'colors', 'the', 'peplum', 'the', 'ruffles', 'the', 'price', 'point', 'the', 'fit', 'was', 'terrible', 'unflattering', 'and', 'laughable', 'please', 'try', 'again', 'with', 'this', 'one', 'retailer', 'you', 'could', 'have', 'a', 'real', 'winner', 'with', 'a', 'little', 'tweaking', ',1,0,0', 'general', 'tops', 'knits'] ['8885,1044,52', 'love', 'these', 'pants', 'are', 'simply', 'darling', 'i', 'purchased', 'them', 'with', 'my', 'birthday', 'discount', 'thank', 'you', 'retailer', 'and', 'even', 'without', 'a', 'discount', 'i', 'think', 'they', 'are', 'worth', 'every', 'penny', 'flattering', 'and', 'the', 'most', 'important', 'feature', 'of', 'any', 'pant', 'makes', 'my', 'butt', 'look', 'good', 'do', "n't", 'hesitate', 'buy', 'these', 'today', 'before', 'they', 'are', 'out', 'of', 'stock'] [] ['the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', 'material', 'is', 'of', 'excellent', 'quality', ',5,1,2', 'general', 'bottoms', 'pants'] ['8886,878,40', ",c'mon", 'the', 'accent', 'is', 'wrong', 'a', 'simple', 'google', 'search', 'would', 'prevent', 'this.,2,0,10', 'general', 'tops', 'knits'] ['8887,867,30', 'not', 'my', 'cup', 'of', 'tee', 'it', 'fits', 'super', 'baggy', 'everywhere', 'and', 'looked', 'sloppy', 'on', 'me.,1,0,0', 'general', 'tops', 'knits'] ['8888,1020,56', 'i', 'think', 'i', 'wanted', 'a', 'skirt', 'like', 'this', 'in', 'the', '1980s', 'with', 'its', 'aged', 'denim', 'and', 'retro', 'style', 'it', 'looks', 'like', 'i', "'ve", 'had', 'it', 'all', 'that', 'time', 'i', 'could', "n't", 'zip', 'my', 'usual', '4', 'but', 'the', '6', 'is', 'comfortable', 'if', 'a', 'bit', 'snug', 'sitting', 'right', 'at', 'my', 'natural', 'waist', 'it', "'s", 'flattering', 'and', 'shows', 'off', 'my', 'waist', 'with', 'tops', 'tucked', 'in', 'something', 'i', 'never', 'do', 'with', 'my', 'other', 'skirts', 'which', 'all', 'sit', 'lower', 'i', 'like', 'how', 'it', 'flares', 'a', 'little', 'oddly', 'due', 'to', 'the', 'horizontal', 'seam', 'it', "'s", 'interesting', 'and', 'different', 'i', 'will', 'wear', 'it', 'in', 'summer', 'with', 'sandals', 'and', 'it', 'will', 'lo', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8889,1020,57', 'the', 'perfect', 'denim', 'midi', 'skirt', 'i', 'followed', 'everyone', "'s", 'advice', 'in', 'the', 'reviews', 'and', 'ordered', 'up', 'one', 'size', 'i', 'have', 'a', '32', 'inch', 'waist', 'but', 'size', '10', "'s", 'and', '30', "'s", 'in', 'pilcro', 'hyphens', 'usually', 'fit', 'me', 'i', 'ordered', 'the', '12', 'in', 'this', 'skirt', 'and', 'it', 'fits', 'perfect', 'it', "'s", 'form', 'fitting', 'at', 'waist', 'and', 'hips', 'and', 'then', 'flares', 'out', 'but', 'i', "'m", 'curvy', 'if', 'you', 'are', 'straighter', 'it', 'will', 'be', 'looser', 'around', 'the', 'hips', 'i', 'love', 'the', 'length', 'it', 'hits', 'me', 'mid', 'calf', 'so', 'a', 'bit', 'lower', 'than', 'it', 'does', 'on', 'the', 'model', 'i', "'m", '5', '5', 'tall', 'the', 'fabric', 'is', 'soft', 'but', 'has', 'no', 'stretch', 'it', "'s", '100', 'cotton', 'there', 'is', 'a', ',5,1,4', 'general', 'bottoms', 'skirts'] ['8890,1020,35', 'after', 'promising', 'myself', 'never', 'to', 'buy', 'another', 'a-line', 'skirt', 'that', 'makes', 'me', 'look', 'shorter', 'i', 'caved', 'in', 'because', 'this', 'one', 'is', 'so', 'cute', 'the', 'material', 'is', 'soft', 'but', 'holds', 'its', 'shape', 'you', 'do', 'have', 'to', 'have', 'a', 'long', 'narrow', 'waist', 'line', 'to', 'pull', 'this', 'one', 'off', 'and', 'size', 'up', 'one', 'as', 'i', "'m", 'usually', 'a', '2', 'but', 'took', 'a', '4', 'in', 'this', 'beauty', 'vintage', 'perfection', 'pair', 'with', 'turtleneck', 'or', 'form', 'fitting', 'sweater', 'or', 'tee', 'and', 'clogs', 'or', 'heeled', 'tall', 'boots', 'it', "'s", 'a', 'must', ',4,1,18', 'general', 'bottoms', 'skirts'] ['8891,867,23', 'love', 'this', 'top', 'while', 'this', 'top', 'does', 'fit', 'very', 'loose', 'it', 'is', 'very', 'cute', 'and', 'can', 'be', 'relaxed', 'or', 'you', 'can', 'dress', 'it', 'up', 'it', 'is', 'shorter', 'in', 'the', 'front', 'and', 'longer', 'in', 'the', 'back', 'which', 'makes', 'the', 'shirt', 'take', 'on', 'a', 'flattering', 'look', 'i', 'bought', 'the', 'green', 'color', 'and', 'it', 'is', 'a', 'very', 'rich', 'color', 'it', 'will', 'be', 'perfect', 'for', 'fall', 'you', 'may', 'consider', 'ordering', 'a', 'size', 'down', 'if', 'your', 'regular', 'size', 'tends', 'to', 'fit', 'loose', ',5,1,2', 'general', 'tops', 'knits'] ['8892,1020,48', 'small', 'waist', 'but', 'nice', 'this', 'brand', 'generally', 'runs', 'small', 'but', 'really', 'this', 'skirt', 'is', 'exceptionally', 'small', 'in', 'the', 'waist', 'i', 'usually', 'take', 'an', '8/10', 'in', 'retailer', 'bottoms', 'and', 'i', 'had', 'to', 'go', 'up', 'to', 'a', '12', 'i', 'love', 'the', 'details', 'and', 'uniqueness', 'of', 'the', 'skirt', 'i', 'like', 'the', 'shape', 'and', 'very', 'much', 'my', 'style', 'in', 'a', 'skirt', 'fabric', 'is', 'soft', 'i', 'waited', 'for', 'sale', 'plus', 'promo', 'and', 'it', 'was', 'then', 'worth', 'the', 'purchase', 'it', 'reminds', 'me', 'of', 'an', 'old', 'school', 'retailer', 'style', '.,4,1,2', 'general', 'bottoms', 'skirts'] ['8893,1020,37', 'so', 'small', 'i', 'loved', 'this', 'but', 'could', "n't", 'believe', 'how', 'small', 'it', 'was.,3,1,0', 'general', 'bottoms', 'skirts'] ['8894,1020,42', 'lovely', 'but', 'so', 'small', 'the', 'skirt', 'is', 'beautiful', 'but', 'the', 'sizing', 'is', 'kind', 'of', 'off', 'i', 'usually', 'wear', 'a', '6', 'at', '5', '6', 'and', '130', 'lbs', 'i', 'ordered', 'an', '8', 'though', 'since', 'sometimes', 'athropologie', 'clothes', 'run', 'small', 'even', 'the', '8', 'was', 'too', 'tight', 'so', 'i', "'ll", 'have', 'to', 'exchange', 'it', ',4,1,18', 'general', 'bottoms', 'skirts'] ['8895,867,46', 'hello', 'shower', 'curtain', 'i', 'noticed', 'this', 'top', 'on', 'one', 'of', 'the', 'sales', 'associates', 'and', 'it', 'looked', 'great', 'she', "'s", 'probably', '230lbs', 'and', 'about', '5', '5', 'tried', 'it', 'on', 'and', 'it', 'looked', 'horrible', 'i', 'even', 'tried', 'sizing', 'down', 'twice', 'i', "'m", '5', '8', 'and', 'the', 'ruffles', 'started', 'right', 'under', 'my', 'chest', 'i', 'gave', '2', 'stars', 'bc', 'of', 'the', 'material', 'it', 'is', 'light', 'and', 'summery', ',2,0,0', 'general', 'tops', 'knits'] ['8896,1013,27', 'beautiful', 'but', 'poor', 'quality', 'i', 'ordered', 'the', 'skirt', 'online', 'and', 'when', 'it', 'arrived', 'i', 'loved', 'the', 'fit', 'and', 'the', 'aesthetic', 'of', 'the', 'skirt', 'i', 'usually', 'wear', 'a', '0/2', 'bottoms', 'and', 'sized', 'up', 'based', 'on', 'comments-', 'it', 'fits', 'great', 'could', 'maybe', 'even', 'have', 'taken', 'a', '6', 'to', 'have', 'a', 'looser', 'fit'] [] ['i', 'was', 'however', 'very', 'disappointed', 'when', 'receiving', 'the', 'skirt', 'to', 'see', 'that', 'the', 'material', 'was', 'already', 'highly', 'snagged-', 'how', 'is', 'that', 'possible', 'if', 'coming', 'directly', 'from', 'the', 'warehouse', 'i', "'m", 'hesitating', 'to', 'return', 'because', 'i', 'consider', 'it', 'already', 'damaged', 'based', 'on', 'the', 'current', 'condition', 'and', 'if', 'it', "'s", ',3,0,0', 'general', 'bottoms', 'skirts'] ['8897,828,37', 'so', 'soft', 'so', 'cute.', 'i', 'adore', 'this', 'top', 'it', 'is', 'super', 'soft', 'drapes', 'nicely', 'and', 'looks', 'great', 'with', 'a', 'ton', 'of', 'different', 'bottoms', 'i', 'am', '5', '4', '104', 'lbs.', 'and', 'ordered', 'this', 'in', 'both', 'xs', 'my', 'usual', 'size', 'and', 's.', 'i', 'ended', 'up', 'keeping', 'the', 's', 'most', 'cloth', 'stone', 'xs', 'tops', 'swim', 'on', 'me', 'so', 'i', 'was', 'a', 'little', 'surprised', 'but', 'glad', 'i', 'tried', 'both', 'my', 'only', 'concern', 'is', 'how', 'it', 'will', 'hold', 'up', 'after', 'washing', 'it', 'it', 'is', 'a', 'gauze-like', 'material', 'and', 'i', 'just', 'hope', 'i', 'can', 'get', 'a', 'long', 'life', 'out', 'if', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['8898,862,25', 'beautiful', 'i', 'ordered', 'a', 'regular', 'size', 'small', 'would', 'have', 'got', 'petite', 'small', 'if', 'available', 'still', 'very', 'happy', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['8899,862,33', 'great', 'piece', 'i', 'did', "n't", 'think', 'much', 'of', 'this', 'online', 'but', 'it', 'was', 'very', 'nice', 'in', 'person', 'i', 'was', 'nervous', 'it', 'would', 'look', 'bulky', 'but', 'it', 'was', 'very', 'flattering', 'and', 'slimming', 'fits', 'tts.,4,1,1', 'general', 'petite', 'tops', 'knits'] ['8900,1013,41', 'classy', 'i', 'had', 'my', 'eye', 'on', 'this', 'skirt', 'online', 'but', 'it', 'sold', 'it', 'out', 'in', 'my', 'size', '2', 'so', 'i', 'ordered', 'a', '0', 'and', 'crossed', 'my', 'fingers', 'before', 'it', 'arrived', 'i', 'happened', 'across', 'a', 'size', '2', 'at', 'my', 'retailer', 'store', 'that', 'someone', 'had', 'returned', 'it', 'fit', 'perfectly', 'i', 'am', '5', '6', 'and', 'my', 'waist', 'is', '25/26', 'it', 'is', 'high', 'waisted', 'but', 'i', 'thought', 'that', 'added', 'to', 'the', 'fit', 'and', 'made', 'it', 'stand', 'out', 'from', 'the', 'usual', 'black', 'skirt', 'it', 'fit', 'my', 'waist', 'and', 'hips./butt', 'fine', 'it', 'is', 'quality', 'material', 'and', 'has', 'a', 'structured', 'fit', 'and', 'great', 'length', 'it', 'is', 'unique', 'and', 'classic', 'i', 'can', 'see', 'this', 'b', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8901,1072,46', 'beautiful', 'and', 'different', 'this', 'dress', 'is', 'really', 'pretty', 'but', 'the', 'fit', 'is', 'off', 'it', 'is', 'not', 'fitted', 'at', 'the', 'waist', 'which', 'made', 'the', 'back', 'look', 'poofy', 'also', 'the', 'arm', 'length', 'is', 'not', 'flattering', 'it', 'needs', 'to', 'be', 'either', 'longer', 'or', 'shorter', 'additionally', 'if', 'one', 'was', 'to', 'wear', 'it', 'a', 'lot', 'the', 'felting', 'might', 'start', 'to', 'fray', ',4,0,12', 'general', 'petite', 'dresses', 'dresses'] ['8902,828,40', 'super', 'soft', 'but', 'runs', 'small', 'i', 'love', 'the', 'fabric', 'of', 'this', 'shirt', 'it', "'s", 'super', 'soft', 'however', 'the', 'fit', 'is', 'off', 'i', "'m", 'normally', 'a', 'medium', 'and', 'the', 'buttons', 'across', 'the', 'chest', 'were', 'gaping', 'open', 'when', 'buttoned', 'never', 'a', 'problem', 'for', 'me', 'i', "'m", 'a', '34b', 'and', 'not', 'very', 'busty', 'it', 'is', 'also', 'a', 'bit', 'on', 'the', 'short', 'side', 'especially', 'when', 'the', 'general', 'trend', 'is', 'toward', 'longer', 'shirts/tunics', 'i', 'would', 'recommend', 'sizing', 'up', 'in', 'fact', 'i', "'m", 'going', 'to', 'try', 'this', 'in', 'a', 'large', 'fingers', 'crossed', ',4,1,2', 'general', 'tops', 'blouses'] ['8903,844,35', 'beautiful', 'blouse', 'i', 'saw', 'this', 'blouse', 'and', 'had', 'to', 'have', 'it', 'i', 'ordered', 'my', 'usual', 'size', 'large', 'and', 'was', 'shocked', 'at', 'how', 'big', 'it', 'was', 'it', 'looked', 'like', 'a', 'maternity', 'top', 'on', 'me', 'so', 'i', 'sized', 'down', 'to', 'medium', 'it', 'fit', 'much', 'better', 'and', 'i', 'was', 'able', 'to', 'fully', 'appreciate', 'how', 'gorgeous', 'the', 'colors', 'were', 'and', 'how', 'feminine', 'and', 'pretty', 'the', 'mock', 'neck', 'was', 'i', 'definitely', 'recommend', 'it', 'but', 'suggest', 'to', 'size', 'down', 'for', 'a', 'better', 'fit', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['8904,1001,56', 'whimsy', 'with', 'flair', 'reviewers', 'may', 'be', 'right', 'that', 'this', 'skirt', 'runs', 'large', 'but', 'it', 'fit', 'well', 'on', 'my', 'waist', 'it', 'does', 'not', 'come', 'in', 'petite', 'so', 'petite', 'buyers', 'should', 'be', 'aware', 'that', 'it', 'will', 'be', 'more', 'of', 'a', 'midi', 'than', 'a', 'knee-length', 'skirt', 'it', 'is', 'adorable', 'i', 'love', 'it', 'especially', 'for', 'its', 'whimsical', 'design', 'of', 'birds', 'and', 'the', 'colors', 'are', 'deep', 'and', 'lovely', 'with', 'the', 'red', 'popping', 'out', 'more', 'than', 'it', 'does', 'in', 'the', 'picture.the', 'fabric', 'is', 'heavy', 'but', 'there', 'is', 'a', 'slight', 'give', 'to', 'it', 'which', 'helps', 'with', 'the', 'waist', 'it', "'s", 'a', 'keeper', ',4,1,3', 'general', 'bottoms', 'skirts'] ['8905,828,42', 'adorable', 'this', 'top', 'is', 'well', 'made', 'and', 'fits', 'me', 'like', 'a', 'glove', 'i', 'am', 'only', '5', '1', 'but', 'have', 'a', 'very', 'muscular', 'build', 'the', 'xs', 'fits', 'perfectly', 'slimming', 'around', 'the', 'torso', 'but', 'roomy', 'enough', 'in', 'the', 'shoulders', 'and', 'arms', 'the', 'fabric', 'is', 'a', 'nice', 'upgrade', 'from', 'typical', 'flannel', ',5,1,4', 'general', 'tops', 'blouses'] ['8906,862,32', 'very', 'flattering', 'this', 'top', 'looks', 'even', 'better', 'in', 'person', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'the', 'fabric', 'is', 'comfortable', 'i', 'highly', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8907,1084,42', 'a', 'new', 'favorite', 'i', 'was', 'hesitant', 'to', 'buy', 'this', 'dress', 'due', 'to', 'there', 'not', 'being', 'any', 'reviews', 'but', 'decided', 'to', 'take', 'a', 'chance', 'and', 'order', 'it', 'it', 'is', 'fabulous', 'great', 'fit', 'off', 'the', 'shoulder', 'design', 'stays', 'in', 'place', 'and', 'the', 'dress', 'hits', 'the', 'smallest', 'part', 'of', 'my', 'waist', 'perfectly', 'the', 'lace', 'detail', 'on', 'the', 'hem', 'and', 'the', 'tassels', 'on', 'the', 'ties', 'are', 'details', 'that', 'sets', 'this', 'dress', 'apart', 'i', 'wish', 'that', 'it', 'was', 'made', 'in', 'another', 'color', 'perhaps', 'a', 'solid', 'you', 'all', 'hit', 'this', 'one', 'out', 'of', 'the', 'park', 'retailer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8908,862,62', 'pretty', 'and', 'versatile', 'i', 'adore', 'this', 'top', 'so', 'cute', 'flattering', 'and', 'easy', 'to', 'dress', 'up', 'or', 'down', 'yes', 'it', 'is', 'a', 'little', 'better', 'suited', 'for', 'larger', 'chests', 'but', 'i', 'personally', 'do', "n't", 'mind', 'a', 'discreet', 'pin', 'for', 'this', 'beauty', 'i', "'m", 'a', '34a', 'and', 'slim', 'build', 'and', 'the', 'only', 'issue', 'is', 'when', 'i', 'bend', 'forward', 'it', 'falls', 'beautifully', 'otherwise', 'great', 'with', 'everything', 'from', 'a', 'black', 'pencil', 'skirt', 'to', 'jeans', 'and', 'a', 'black', 'leather', 'jacket', 'cute', 'with', 'denim', 'jacket', 'and', 'white', 'pants', 'too', 'easy', 'wardrobe', 'piece', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['8909,854,47', 'beautiful', 'detail', 'i', 'love', 'this', 'blouse', 'with', 'a', 'pair', 'of', 'jeans', 'the', 'neckline', 'is', 'fairly', 'deep', 'but', 'very', 'flattering', 'and', 'feminine', 'the', 'detail', 'is', 'beautiful.,5,1,0', 'general', 'tops', 'knits'] ['8910,1033,37', 'wanted', 'to', 'love', 'i', 'purchased', 'these', 'in', 'a', '26', 'petite', 'and', 'a', '26', 'regular', 'the', '26r', 'was', 'too', 'long', 'and', 'bunched', 'up', 'terribly', 'pass', 'the', 'knee', 'they', 'were', 'also', 'loose', 'in', 'the', 'waist', 'and', 'overall', 'body', 'the', '26p', 'fit', 'great', 'in', 'the', 'waist', 'and', 'body', 'however', 'past', 'the', 'knee', 'it', 'was', 'too', 'tight', 'and', 'again', 'it', 'bunched', 'but', 'not', 'as', 'bad', 'as', 'the', '26', 'reg', 'the', 'overall', 'quality', 'of', 'the', 'jean', 'seems', 'fairly', 'good', 'the', 'fit', 'just', 'did', 'not', 'work', 'for', 'me', 'so', 'these', 'go', 'back', 'and', 'the', 'hunt', 'continues', 'for', 'white', 'jeans', 'would', 'love', 'it', 'if', 'they', 'made', 'the', 'hyphen', 'jeans', 'in', 'white', ',3,0,6', 'general', 'bottoms', 'jeans'] ['8911,1001,39', 'lovely', 'classic', 'i', 'love', 'this', 'skirt', 'wanted', 'to', 'order', 'it', 'from', 'the', 'moment', 'it', 'was', 'new', 'and', 'took', 'em', 'a', 'while', 'to', 'decide', 'to', 'do', 'so', 'when', 'i', 'saw', 'it', 'was', 'almost', 'sold', 'out', 'in', 'my', 'size', 'which', 'it', 'is', 'now', 'another', 'thing', 'is', 'it', 'does', "n't", 'come', 'in', 'petite', 'boohoo'] ['anyway', 'ordered', 'the', '0', 'smallest', 'size', 'for', 'my', '26.5', 'in', 'waist', 'did', "n't", 'have', 'any', 'trouble', 'with', 'the', 'waist', 'being', 'too', 'tight', 'like', 'some', 'other', 'reviewers', 'it', 'fit', 'really', 'well', 'and', 'comfortably', 'sits', 'at', 'the', 'natural', 'waist', 'so', 'the', 'hem', 'is', "n't", 'too', 'crazy', 'low', 'on', 'me', 'fine', 'for', 'heels', 'would', 'be', 'so', 'cute', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8912,862,25', 'love', 'it', 'it', 'fits', 'great', 'i', 'love', 'the', 'material', 'and', 'how', 'it', 'fits', 'and', 'drapes.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['8913,862,57', ',this', 'shirt', 'runs', 'gigantic', 'and', 'it', "'s", 'not', 'even', 'cute', 'i', "'m", 'done', 'buying', 'retailer', 'online.,1,0,0', 'general', 'petite', 'tops', 'knits'] ['8914,862,48', 'comfy', 'soft', 'nice', 'fit', 'i', 'got', 'the', 'small', 'petite', 'and', 'this', 'fits', 'beautifully', 'as', 'on', 'the', 'model', 'i', 'am', '5', '2', 'i', 'do', 'think', 'that', 'it', 'flatters', 'a', 'flat', 'belly', 'more', 'than', 'it', 'would', 'flatter', 'a', 'fatter', 'one', 'it', 'would', 'certainly', 'hide', 'any', 'belly', 'but', 'the', 'drape', 'works', 'best', 'if', 'you', "'re", 'streamlined', 'i', 'imagine', 'if', 'you', "'ve", 'got', 'a', 'tapering', 'torso', 'go', 'for', 'it', 'depending', 'on', 'your', 'bust', 'you', 'may', 'want', 'to', 'pin', 'the', 'overlapped', 'fabric', 'just', 'to', 'be', 'sure', 'of', 'hiding', 'the', 'bottom', 'of', 'your', 'bra', 'not', 'that', 'i', "'ve", 'found', 'it', 'a', 'problem', ',5,1,12', 'general', 'petite', 'tops', 'knits'] ['8915,862,46', 'perfect', 'for', 'pear-shape', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'and', 'it', 'is', 'a', 'perfect', 'top', 'the', 'draping', 'is', 'very', 'flattering', 'to', 'my', 'shape', 'the', 'material', 'is', 'soft', 'and', 'the', 'flowers/colors', 'are', 'appropriate', 'for', 'work', 'it', "'s", 'the', 'perfect', 'length', 'too', 'i', 'love', 'everything', 'about', 'the', 'cut', 'of', 'this', 'top', 'the', 'pattern', 'will', 'vary', 'on', 'each', 'since', 'the', 'flowers', 'are', 'staggered', 'i', 'love', 'the', 'knot', 'effect', 'along', 'the', 'waist', 'great', 'purchase', 'hope', 'this', 'style', 'will', 'continue', 'to', 'be', 'used', 'for', 'other', 'tops', 'in', 'other', 'patterns/colors', 'for', 'spring/summer', 'timeframe', 'these', 'are', 'a', 'little', 'too', 'dark/heav,5,1,0', 'general', 'petite', 'tops', 'knits'] ['8916,828,54', 'much', 'more', 'than', 'a', 'flannel', 'shirt', 'i', 'love', 'the', 'feel', 'of', 'this', 'shirt', 'from', 'a', 'distance', 'it', 'looks', 'like', 'flannel', 'but', 'close', 'up', 'it', 'appears', 'more', 'like', 'muslin', 'i', 'find', 'the', 'fabric', 'very', 'soft', 'and', 'the', 'colors', 'are', 'fab', 'more', 'vivid', 'than', 'the', 'photo', 'the', 'buttons', 'do', 'not', 'go', 'all', 'the', 'way', 'up', 'the', 'shirt', 'for', 'me', 'the', 'top', 'button', 'is', 'right', 'at', 'the', 'top', 'of', 'my', 'cleavage', 'so', 'i', 'can', 'wear', 'it', 'alone', 'or', 'with', 'a', 'cami', 'or', 'other', 'scoop', 'neck', 'if', 'you', 'want', 'a', 'more', 'refined', 'flannel', 'look/feel', 'this', 'is', 'it', 'i', 'find', 'it', 'tts', 'if', 'you', "'re", 'in', 'between', 'sizes', 'i', 'would', 'order', 'down', ',5,1,5', 'general', 'tops', 'blouses'] ['8917,337,34', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['8918,1033,52', 'prob', 'good', 'if', 'you', "'re", 'curvy', 'ordered', 'these', 'in', '31p', 'last', 'year', 'prob', 'could', 'have', 'worn', 'a', '30p', 'ordered', '30p', 'and', '31p', 'this', 'year', 'the', 'past', 'couple', 'of', 'years', 'the', 'pilcro', 'stet', 'jeans', 'in', 'white', 'fit', 'me', 'because', 'they', 'were', 'cut', 'straighter', 'and', 'not', 'as', 'curvy', 'this', 'year', 'neither', 'size', 'fit'] ['this', 'year', 'the', 'cut', 'changed', 'and', 'it', 'has', 'a', 'curvier', 'fit', 'it', "'s", 'the', 'waist', 'that', 'does', "n't", 'work', 'for', 'me', 'if', 'you', "'re", 'curvier', 'this', 'is', 'probably', 'a', 'good', 'fit', 'change', ',3,1,4', 'general', 'bottoms', 'jeans'] ['8919,1078,42', 'pretty', 'dress', 'but', 'not', 'for', 'pear', 'shapes', 'this', 'dress', 'is', 'beautiful', 'but', 'the', 'bottom', 'half', 'was', 'too', 'tight', 'for', 'my', 'shape.,3,1,1', 'general', 'dresses', 'dresses'] ['8920,1013,42', 'potential', 'but', 'missed', 'the', 'mark', 'on', 'sizing', 'wonderful', 'pencil', 'skirt', 'with', 'subtle', 'design', 'to', 'pair', 'with', 'a', 'variety', 'of', 'tops', 'or', 'sweaters', 'fabric', 'is', 'nice', 'and', 'has', 'a', 'true', "'fitted", 'design', 'however', 'the', 'sizing', 'is', 'all', 'off', 'it', 'runs', 'small', 'and', 'too', 'long', 'i', "'m", '5', '3', 'and', 'wait', '25/26', 'in', 'denim', 'and', 'a', '2-4p', 'in', 'most', 'skirts', 'the', '4', 'is', 'too', 'tight', 'and', 'past', 'the', 'knee', 'in', 'length', 'more', 'like', 'upper', 'calf', 'the', '6', 'would', 'be', 'way', 'too', 'long', 'disappointed', ',3,0,0', 'general', 'bottoms', 'skirts'] ['8921,1084,28', 'gorgeous', 'dress', 'this', 'dress', 'is', 'very', 'pretty', 'in', 'person', 'and', 'perfect', 'for', 'warm', 'and', 'hot', 'weather', 'the', 'material', 'is', 'comfy', 'and', 'breathable', 'and', 'the', 'length', 'is', 'perfect', 'for', 'reference', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'retailer', 'dresses', 'and', 'ordered', 'this', 'in', 'a', 'medium', 'as', 'well', 'at', 'that', 'size', 'it', 'does', 'not', 'bunch', 'up', 'around', 'the', 'waist', 'as', 'much', 'as', 'it', 'would', 'if', 'i', 'had', 'ordered', 'a', 'large', 'but', 'then', 'the', 'fit', 'would', 'have', 'been', 'baggier', 'elsewhere', 'on', 'my', 'body', 'i', 'am', 'fine', 'with', 'it', 'being', 'a', 'closer', 'fit', 'across', 'my', 'waist', 'so', 'i', 'would', 'say', 'it', 'fits', 'true', 'to', 'size', 'for', 'me', 'but', 'w', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8922,828,70', 'cozy', 'soft', 'shirt', 'i', 'love', 'this', 'shirt', 'for', 'its', 'subdued', 'colors', 'and', 'casual', 'style', 'it', 'is', 'lighter', 'in', 'weight', 'than', 'a', 'flannel', 'shirt', 'but', 'retains', 'a', 'feeling', 'of', 'softness', 'it', 'is', 'from', 'cloth', 'and', 'stone', 'a', 'brand', 'i', 'like', 'usually', 'i', 'buy', 'that', 'brand', 'in', 'a', 'small', 'because', 'their', 'shirts', 'run', 'large', 'for', 'me', 'i', 'liked', 'this', 'shirt', 'so', 'much', 'i', 'ordered', 'it', 'twice', 'and', 'waited', 'for', 'a', 'backorder', 'i', 'sent', 'the', 'small', 'size', 'back', 'and', 'was', 'lucky', 'enough', 'to', 'get', 'a', 'medium', 'before', 'the', 'next', 'out', 'of', 'stock', 'situation', ',5,1,2', 'general', 'tops', 'blouses'] ['8923,102,34', ',,5,1,0', 'initmates', 'intimate', 'intimates'] ['8924,854,40', 'unflattering', 'i', 'own', 'many', 'blouses', 'by', 'tiny', 'the', 'arms', 'on', 'this', 'blouse', 'billow', 'out', 'which', 'was', 'not', 'flattering', 'or', 'thinning', 'on', 'me', 'the', 'shirt', 'was', 'just', 'blah.,2,0,0', 'general', 'tops', 'knits'] ['8925,1110,61', 'lovely', 'dress', 'i', 'love', 'this', 'dress', 'even', 'more', 'when', 'i', 'ordered', 'it', 'its', 'really', 'flowy', 'and', 'flattering', 'i', 'was', 'worried', 'it', 'would', 'make', 'me', 'look', 'a', 'bit', 'frumpy', 'with', 'the', 'seam', 'right', 'under', 'the', 'bust', 'but', 'its', 'so', 'flattering', 'it', 'also', 'has', 'little', 'ties', 'on', 'the', 'sleeeves', 'in', 'the', 'back', 'a', 'detail', 'i', "'m", 'in', 'love', 'with', ',4,1,1', 'general', 'dresses', 'dresses'] ['8926,1033,36', 'great', 'stretch', 'i', 'ordered', 'these', 'jeans', 'in', 'size', '30', 'and', 'it', 'was', 'a', 'perfect', 'fit', 'i', 'love', 'the', 'extra', 'stretch', 'in', 'these', 'jeans', 'will', 'definitely', 'be', 'wearing', 'them', 'all', 'summer', 'long', ',4,1,1', 'general', 'bottoms', 'jeans'] ['8927,1033,31', 'not', 'white', 'i', 'really', 'wanted', 'to', 'love', 'these', 'because', 'i', 'love', 'my', 'other', 'steps', 'but', 'they', 'did', 'not', 'feel', 'or', 'fit', 'the', 'same', 'way', 'at', 'all', 'i', 'was', 'also', 'disappointed', 'to', 'see', 'that', 'they', 'are', 'cream', 'and', 'not', 'white', 'these', 'jeans', 'feel', 'stiffer', 'than', 'other', 'stets', 'i', 'own', 'and', 'the', 'waist', 'was', 'huge', 'on', 'me', 'sadly', 'these', 'will', 'be', 'going', 'back', ',2,0,0', 'general', 'bottoms', 'jeans'] ['8928,844,50', 'feminine', 'top', 'what', 'originally', 'attracted', 'me', 'to', 'this', 'top', 'was', 'the', 'rich', 'floral', 'print', 'with', 'the', 'stunning', 'and', 'vibrant', 'colors', 'however', 'the', 'colors', 'in', 'this', 'blouse', 'are', 'more', 'vintage', 'autumn', 'than', 'actually', 'pictured', 'on', 'this', 'model', 'although', 'the', 'colors', 'are', 'darker', 'you', 'can', 'still', 'wear', 'many', 'things', 'with', 'this', 'blouse', 'the', 'top', 'is', 'floaty', 'but', 'does', "n't", 'look', 'like', 'a', 'tent', 'i', 'feel', 'ultra', 'feminine', 'and', 'comfortable', 'in', 'it', 'definitely', 'a', 'top', 'that', 'you', 'need', 'for', 'that', 'something', 'special', 'but', 'it', 'is', 'not', 'too', 'dressy', 'or', 'not', 'too', 'casual', 'just', 'perfect', 'don', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['8929,831,38', ',,5,1,0', 'general', 'tops', 'blouses'] ['8930,854,41', 'flattering', 'details', 'i', 'love', 'the', 'fit', 'and', 'feel', 'of', 'this', 'shirt', 'the', 'fit', 'is', 'narrow', 'but', 'true', 'to', 'size', 'the', 'stitching', 'details', 'are', 'beautiful', 'and', 'make', 'this', 'shirt', 'really', 'versatile.,5,1,0', 'general', 'tops', 'knits'] ['8931,862,60', 'cute', 'this', 'blouse', 'is', 'adorable', 'very', 'flattering', 'wrap', 'design', 'especially', 'on', 'my', 'small', 'chested', 'body', 'also', 'the', 'black', 'and', 'white', 'is', 'very', 'appealing', 'ca', "n't", 'wait', 'for', 'warmer', 'weather', 'so', 'i', 'can', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8932,1110,42', 'a', 'gorgeous', 'dress', 'this', 'dress', 'is', 'so', 'beautiful', 'in', 'person', 'it', 'is', 'not', 'overly', 'flowy', 'well', 'made', 'and', 'extremely', 'feminine', 'i', 'really', 'have', 'not', 'a', 'bad', 'word', 'to', 'say', 'about', 'it', 'and', 'on', 'sale', 'it', "'s", 'a', 'steal', 'i', 'plan', 'to', 'wear', 'mine', 'with', 'tall', 'boots', 'as', 'shown', 'and', 'with', 'my', 'cowboy', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['8933,1001,59', 'so', 'tweet', 'i', 'love', 'this', 'skirt', 'i', 'know', 'others', 'have', 'thought', 'it', 'frumpy', 'maybe', 'it', "'s", 'because', 'i', "'m", 'so', 'long', 'waisted', 'but', 'this', 'skirt', 'is', 'perfect', 'for', 'me', 'not', 'too', 'long', 'not', 'too', 'short', 'but', 'just', 'right', 'the', 'fabric', 'print', 'is', 'beautiful', 'a', 'mix', 'of', 'muted', 'and', 'bright', 'colors', 'the', 'fabric', 'quality', 'is', 'nice', 'but', 'nothing', 'overly', 'outstanding', 'still', 'i', "'m", 'glad', 'i', 'ordered', 'it', 'before', 'it', 'was', 'gone', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8934,1072,40', 'ugh', 'the', 'fit', 'of', 'this', 'dress', 'is', 'terrible', 'what', 'a', 'beautiful', 'dress', 'though', 'the', 'material', 'and', 'the', 'colors', 'had', 'so', 'much', 'potential', 'but', 'the', 'fit', 'is', 'awful', 'i', 'ordered', 'by', 'regular', 'size', 'and', 'the', 'top', 'was', 'more', 'or', 'less', 'ok', 'if', 'not', 'a', 'tad', 'big', 'but', 'hip', 'down', 'was', 'crazy', 'tight', 'that', 'i', 'could', "n't", 'even', 'zip', 'it', 'without', 'a', 'ton', 'of', 'effort', 'i', 'do', "n't", 'think', 'sizing', 'up', 'will', 'help', 'because', 'then', 'the', 'top', 'will', 'be', 'even', 'bigger', 'disappointing', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['8935,828,40', 'not', 'soft', 'like', 'other', 'cloth', 'and', 'stone', 'tops', 'i', 'own', '4-5', 'other', 'cloth', 'and', 'stone', 'tops', 'and', 'always', 'love', 'the', 'softness', 'of', 'the', 'material', 'this', 'one', 'missed', 'the', 'mark', 'not', 'soft', 'and', 'very', 'thick', 'not', 'what', 'i', 'was', 'expecting.,2,0,3', 'general', 'tops', 'blouses'] ['8936,831,29', 'love', 'this', 'for', 'some', 'reason', 'they', 'are', 'not', 'replenishing', 'this', 'shirt', 'even', 'though', 'it', 'sells', 'out', 'like', 'wildfire'] ['i', 'got', 'a', 'small', 'even', 'though', 'i', 'was', 'pretty', 'sure', 'i', 'needed', 'an', 'extra', 'small', 'this', 'shirt', 'is', 'pretty', 'wide', 'not', 'prohibitively', 'wide', 'but', 'not', 'a', 'fitted', 'shirt', 'by', 'any', 'means', 'i', "'d", 'love', 'to', 'get', 'this', 'in', 'my', 'size', 'if', 'they', 'ever', 'opt', 'to', 'sell', 'more', 'in', 'the', 'ivory', ',5,1,0', 'general', 'tops', 'blouses'] ['8937,844,28', 'meh', 'i', 'love', 'the', 'design', 'of', 'this', 'blouse', 'and', 'the', 'pattern', 'but', 'the', 'colors', 'are', 'a', 'bit', 'darker', 'than', 'in', 'the', 'photo', 'the', 'quality', 'is', 'pretty', 'poor', 'i', 'feel', 'like', 'its', 'a', 'snag', 'away', 'from', 'being', 'ruined', 'and', 'thrown', 'away', 'and', 'for', 'this', 'price', 'it', 'is', 'just', 'not', 'worth', 'the', 'purchase', 'sending', 'it', 'back'] ['it', 'comes', 'with', 'a', 'tank', 'top', 'just', 'to', 'let', 'others', 'know', ',3,0,6', 'general', 'petite', 'tops', 'blouses'] ['8938,854,38', 'lightweight', 'and', 'unique', 'this', 'shirt', 'is', 'absolutely', 'beautiful', 'the', 'front', 'is', 'very', 'thin', 'and', 'delicate', 'but', 'wearing', 'a', 'nude', 'bra', 'underneath', 'you', 'ca', "n't", 'see', 'a', 'thing', 'i', 'did', 'need', 'to', 'add', 'a', 'snap', 'between', 'the', 'top', 'two', 'buttons', 'to', 'avoid', 'the', 'chest', 'gap', 'but', 'the', 'back', 'of', 'the', 'shirt', 'offers', 'enough', 'stretch', 'that', 'it', 'does', "n't", 'appear', 'to', 'pull', 'at', 'all', 'it', "'s", 'hard', 'to', 'find', 'a', 'button', 'down', 'that', 'fits', 'nicely', 'when', 'your', 'short', 'waisted', 'and', 'large', 'chested', 'this', 'one', 'is', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['8939,862,43', 'drape', 'with', 'a', 'shape', 'at', 'last', 'in', 'a', 'world', 'of', 'loose', 'billowy', 'silhouettes', 'a', 'draped', 'top', 'that', 'falls', 'a', 'little', 'closer', 'to', 'the', 'body', 'the', 'fabric', 'is', 'of', 'good', 'weight', 'and', 'has', 'the', 'right', 'amount', 'of', 'stretch'] [] ['i', 'also', 'love', 'the', 'retro/vintage', 'pattern', 'of', 'the', 'fabric', 'itself', 'the', 'fit', 'is', 'feminine', 'and', 'comfortable'] [] ['you', 'will', 'have', 'to', 'wear', 'a', 'camisole', 'with', 'this', 'top', 'but', 'i', 'do', 'not', 'consider', 'that', 'a', 'negative', 'it', 'is', 'the', 'way', 'of', 'the', 'deep', 'v', 'neck', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['8940,862,52', 'comfortable', 'flattering', 'seasonless', 'top', 'i', 'am', 'glad', 'to', 'add', 'this', 'very', 'versitile', 'top', 'to', 'my', 'wardrobe', 'it', 'can', 'be', 'worn', 'with', 'a', 'sweater', 'in', 'the', 'cooler', 'months', 'like', 'i', 'wore', 'it', 'today', 'a', 'business', 'jacket', 'or', 'alone', 'in', 'the', 'summer', 'i', 'wore', 'it', 'with', 'a', 'fit-and-flare', 'skirt', 'today', 'but', 'it', 'goes', 'with', 'pants', 'jeans', 'shorts', 'etc'] ['fyi', 'i', 'am', 'a', '36', 'c', '34d', 'short', 'waist', 'broad', 'shoulders/back', 'size', 'm', 'in', 'knit', 'tops', '10/12', 'in', 'fitted', 'or', 'ones', 'with', 'buttons', 'i', 'purchased', 'my', 'normal', 'size', 'm', 'in', 'this', 'top'] ['i', 'have', 'no', 'real', 'waist', 'so', 'the', 'shape', 'of', 'the', 'top', 'really', 'does', 'help', 'to', 'make', 'one', 'for', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['8941,844,39', 'shapeless', 'i', 'loved', 'the', 'design', 'of', 'this', 'blouse', 'and', 'ordered', 'it', 'the', 'first', 'day', 'it', 'was', 'available', 'unfortunately', 'i', 'was', 'disappointed', 'on', 'arrival', 'besides', 'being', 'more', 'muted', 'color-wise', 'the', 'sizing', 'is', 'way', 'off', 'i', 'ordered', 'the', 'xxsp', 'and', 'it', 'was', 'huge', 'on', 'me', 'on', 'the', 'model', 'it', 'looks', 'like', 'it', 'skims', 'the', 'body', 'when', 'in', 'reality', 'it', 'falls', 'like', 'a', 'tent', 'i', 'tried', 'tucking', 'it', 'into', 'a', 'skirt', 'but', 'there', 'was', 'just', 'too', 'much', 'fabric'] [] ['though', 'the', 'neck', 'worked', 'for', 'me', 'i', 'can', 'see', 'how', 'it', 'might', 'be', 'too', 'small', 'for', 'some', 'people', 'as', 'it', 'is', 'very', 'narrow', 'also', 'it', ',2,0,3', 'general', 'petite', 'tops', 'blouses'] ['8942,862,60', 'great', 'fit', 'the', 'fabric', 'is', 'supple', 'and', 'of', 'good', 'quality', 'has', 'a', 'fasionable', 'look', 'to', 'it', 'but', 'is', 'also', 'very', 'very', 'comfortable', 'ca', "n't", 'beat', 'that', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['8943,1001,22', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['8944,854,26', 'nice', 'design', 'but', 'not', 'that', 'great', 'online', 'i', 'like', 'the', 'design', 'the', 'leaves', 'stand', 'out', 'in-person', 'the', 'leaves', 'do', "n't", 'stand', 'out', 'as', 'much', 'you', 'can', 'barely', 'see', 'them', 'they', 'are', 'so', 'light', 'the', 'top', 'is', 'slightly', 'see-through', 'the', 'price', 'is', 'high', 'i', 'think', 'this', 'top', 'would', 'work', 'better', 'on', 'a', 'more', 'slender', 'frame', 'i', 'like', 'the', 'top', 'but', 'the', 'price', 'is', 'too', 'high', 'for', 'the', 'quality', 'and', 'thin', 'fabric', 'it', 'may', 'look', 'better', 'on', 'a', 'slender', 'frame', 'i', 'think', 'it', 'was', 'just', 'too', 'light', 'and', 'thin', 'for', 'me', ',3,0,8', 'general', 'tops', 'knits'] ['8945,1001,52', 'unique', 'casual', 'i', 'have', 'featured', 'photos', 'below', 'i', "'m", '5', 'feet', 'and', '120', 'lbs', 'and', '34', 'd.', 'i', 'purchased', 'a', 'small', 'petite', 'the', 'fabric', 'is', 'cotton', 'i', 'thought', 'it', 'would', 'be', 'rayon', 'it', 'is', 'lined', 'with', 'cotton', 'fabric', 'the', 'skirt', 'has', 'major', 'poof', 'it', 'falls', 'like', 'a', 'midi', 'on', 'a', 'petite', 'the', 'waist', 'runs', 'high', 'which', 'can', 'not', 'be', 'a', 'good', 'thing', 'for', 'a', 'busty', 'gal', 'why', 'do', 'i', 'love', 'it', 'the', 'pattern', 'is', 'one', 'of', 'a', 'kind', 'the', 'colors', 'are', 'so', 'fall', 'i', 'wore', 'a', 'vest', 'to', 'accomplish', 'a', 'tapered', 'look', 'i', 'ca', "n't", 'resist', 'this', 'skirt', 'if', 'your', 'tall', 'this', 'is', 'a', 'dream', 'if', 'your', 'petite', 'you', 'can', ',5,1,0', 'general', 'bottoms', 'skirts'] ['8946,1022,58', 'inconsistent', 'i', "'m", 'not', 'sure', 'what', 'it', 'is', 'with', 'ag', 'i', 'own', 'at', 'least', 'a', 'dozen', 'pairs', 'of', 'their', 'jeans', 'in', 'blue', 'black', 'and', 'white', 'denim', 'i', 'wish', 'i', 'could', 'say', 'they', "'re", 'all', 'great', 'but', 'unfortunately', 'there', "'s", 'a', 'big', 'variation', 'in', 'how', 'they', 'wash', 'depending', 'on', 'the', 'fabric', 'content', 'i', 'just', 'purchased', 'these', 'because', 'i', 'love', 'the', 'lighter', 'wash', 'for', 'spring', 'but', 'after', 'washing', 'them', 'once', 'i', 'can', 'see', 'they', 'wo', "n't", 'be', 'a', 'favorite', 'pair', 'even', 'with', 'cold', 'water', 'and', 'hanging', 'them', 'to', 'dry', 'the', 'fabric', 'bunches', 'weirdly', 'and', 'the', 'shape', 'of', 'the', 'leg', 'changes', 'at', 'this', 'price', 'po', ',2,0,5', 'general', 'bottoms', 'jeans'] ['8947,951,43', 'lovely', 'colors', 'and', 'concept', 'but', 'fit', 'is', 'off', 'i', 'thought', 'this', 'was', 'such', 'a', 'beautiful', 'cardigan', 'from', 'the', 'online', 'photos', 'i', 'ordered', 'it', 'in', 'the', 'small', 'size', 'but', 'the', 'fit', 'is', 'strange', 'the', 'arms', 'and', 'wrist', 'cuffs', 'are', 'so', 'large', 'it', 'can', 'not', 'be', 'pushed', 'up', 'to', 'stay', 'out', 'of', 'the', 'way', 'for', 'things', 'i', 'would', 'like', 'to', 'do', 'when', 'wearing', 'it', 'i', "'m", 'a', 'teacher', 'and', 'my', 'classroom', 'is', 'that', 'kind', 'of', 'environment', 'i', 'was', 'also', 'confused', 'by', 'the', 'front', 'collar', 'ribbing', 'and', 'how', 'it', 'was', 'supposed', 'to', 'lay', 'open', 'folded', 'over', 'partly', 'folded', 'over', 'it', 'just', 'did', "n't", 'seem', 'to', 'have', 'a', 'particular', 'style', 'to', 'this', 'area', ',3,0,3', 'general', 'tops', 'sweaters'] ['8948,1077,56', 'perfect', 'summer', 'dress', 'absolutely', 'love', 'this', 'dress', 'it', 'is', 'perfect', 'for', 'the', 'summer', 'yes', 'it', 'wrinkles', 'but', 'that', 'does', 'not', 'take', 'away', 'from', 'how', 'cute', 'the', 'dress', 'is', 'the', 'style', 'is', 'so', 'unique', 'love', 'the', 'pleats', 'i', 'am', '146lbs', '5', '6', '36dd', 'and', 'the', 'size', '8', 'fits', 'perfectly', 'not', 'tight', 'through', 'the', 'arms', 'holes', 'or', 'the', 'bust', 'area', 'the', 'dress', 'hangs', 'perfectly', 'you', 'can', 'dress', 'it', 'up', 'or', 'where', 'it', 'to', 'run', 'errands', ',5,1,1', 'general', 'dresses', 'dresses'] ['8949,951,45', 'so', 'much', 'prettier', 'online', 'i', 'stalked', 'this', 'when', 'it', 'went', 'out', 'of', 'stock', 'for', 'a', 'few', 'weeks', 'and', 'was', 'so', 'excited', 'when', 'it', 'came', 'back', 'in', 'stock', 'but', 'when', 'it', 'arrived', 'it', 'just', 'did', "n't", 'look', 'as', 'good', 'it', "'s", 'very', 'oversized', 'and', 'it', "'s", 'itchy', 'and', 'kind', 'of', 'synthetic-looking', 'i', 'felt', 'like', 'it', 'added', 'bulk', 'when', 'i', 'tried', 'it', 'on', 'the', 'collar', 'also', 'did', "n't", 'fold', 'gently', 'like', 'it', 'does', 'in', 'the', 'pictures', 'returned', 'it', ',3,0,1', 'general', 'tops', 'sweaters'] ['8950,1097,32', 'very', 'cute', 'dress', 'for', 'special', 'occasions', 'or', 'even', 'work', 'dress', 'is', 'comfortable', 'excellent', 'quality', 'but', 'does', 'run', 'slightly', 'large', ',5,1,5', 'general', 'dresses', 'dresses'] ['8951,1077,42', 'vieques', 'shift', 'nice', 'and', 'colorful', 'dress', 'but', 'runs', 'very', 'oversized', 'material', 'mutes', 'the', 'colors', 'not', 'as', 'vibrant', 'in', 'person.,1,0,13', 'general', 'dresses', 'dresses'] ['8952,760,60', 'bridal', 'lingerie.', 'i', 'ordered', 'flora', 'nikrooz', 'for', 'my', 'daughter', 'for', 'her', 'wedding', 'it', 'is', 'beautiful', 'the', 'delivery', 'was', 'quick', 'very', 'happy.,5,1,0', 'initmates', 'intimate', 'intimates'] ['8953,1065,46', 'on', 'the', 'fence', 'these', 'were', "n't", 'what', 'i', 'expected', 'but', 'i', 'kind', 'of', 'really', 'like', 'them', 'they', 'have', 'a', 'very', 'high', 'rise', 'and', 'so', 'they', 'end', 'up', 'being', 'high', 'waisted', 'the', 'fabric', 'is', 'stretchy', 'so', 'they', 'are', 'extremely', 'comfortable', 'however', 'the', 'fabric', 'is', 'very', 'stretchy', 'and', 'i', "'m", 'not', 'sure', 'i', 'can', 'wear', 'them', 'to', 'work', 'but', 'they', "'re", 'a', 'little', 'fancy', 'for', 'the', 'weekend', 'the', 'color', 'is', 'more', 'of', 'a', 'washed', 'out', 'coal', 'than', 'pure', 'black', 'all', 'things', 'i', 'can', 'work', 'with', 'but', 'they', 'are', 'a', 'little', 'different', 'than', 'i', 'imagined', 'they', 'are', 'quite', 'long', 'i', "'m", '5', '8', 'and', 'will', 'likely', 'have', 'to', ',3,1,16', 'general', 'bottoms', 'pants'] ['8954,1079,40', 'cute', 'dress', 'but', 'sleeves', 'are', 'too', 'long', 'this', 'is', 'a', 'pretty', 'dress', 'i', 'bought', 'a', 'size', '0', 'and', 'the', 'body', 'of', 'the', 'dress', 'fit', 'however', 'the', 'sleeves', 'were', 'too', 'long', 'had', 'to', 'return', 'as', 'the', 'loose', 'and', 'longer', 'sleeves', 'made', 'the', 'dress', 'look', 'too', 'big', 'on', 'me', ',3,0,5', 'general', 'dresses', 'dresses'] ['8955,760,52', 'very', 'pretty', 'true', 'to', 'size', 'very', 'pretty', 'as', 'pictured', 'expect', 'that', 'it', 'is', 'more', 'peachy', 'and', 'not', 'this', 'light', 'i', 'like', 'it', 'and', 'will', 'keep', 'it', 'but', 'just', 'be', 'aware', 'that', 'it', 'is', 'not', 'a', 'pale', 'pink', 'as', 'in', 'the', 'picture', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['8956,1077,32', 'love', 'this', 'dress', 'beautiful', 'design', 'and', 'fit.,5,1,19', 'general', 'dresses', 'dresses'] ['8957,940,56', 'so', 'glad', 'it', 'came', 'back', 'i', 'bought', 'this', 'when', 'it', 'first', 'came', 'back', 'a', 'number', 'of', 'years', 'ago', 'and', 'loved', 'it', 'because', 'it', 'is', 'great', 'for', 'travel', 'it', 'actually', 'can', 'be', 'kind', 'of', 'a', 'blanket', 'when', 'you', 'are', 'on', 'airplanes', 'that', 'tend', 'to', 'be', 'cold', 'and', 'it', 'is', 'so', 'hard', 'now', 'to', 'get', 'a', 'blanket', 'it', 'is', 'also', 'great', 'coat', 'for', 'me', 'as', 'i', 'live', 'in', 'southern', 'california', 'and', 'it', 'is', 'not', 'too', 'heavy', 'but', 'does', 'help', 'the', 'evening', 'chill', 'i', 'went', 'on', 'a', 'trip', 'with', 'this', 'a', 'few', 'months', 'after', 'i', 'originally', 'bought', 'it', 'and', 'i', 'accidentally', 'lef', 'at', 'the', 'hotel', 'i', 'was', 'staying', 'at', 'i', 'am', 'so', 'glad', 'it', 'is', 'back', 'so', 'th,5,1,6', 'general', 'tops', 'sweaters'] ['8958,940,38', 'exquisite', 'and', 'unique', 'thrilled', 'this', 'statement', 'piece', 'is', 'back', 'i', 'get', 'so', 'many', 'compliments', 'on', 'this', 'and', 'it', "'s", 'practical', 'as', 'well', 'for', 'our', 'cold', 'minnesota', 'winters', 'highly', 'recommend', ',5,1,3', 'general', 'tops', 'sweaters'] ['8959,829,31', 'if', 'you', 'have', 'a', 'boyish', 'figure', 'this', 'top', 'is', 'for', 'you', 'i', 'wanted', 'to', 'love', 'this', 'top', 'but', 'could', "n't", 'i', 'am', 'curvy', '36/27/39', '32dd', 'and', 'this', 'accentuated', 'my', 'hips', 'which', 'is', 'not', 'needed', 'and', 'made', 'my', 'chest/whole', 'shape', 'seem', 'boxy', 'i', 'could', 'only', 'recommend', 'this', 'top', 'to', 'someone', 'who', 'is', 'smaller', 'chested', 'with', 'a', 'straight', 'build-', 'the', 'bottom', 'would', 'help', 'give', 'some', 'shape', 'pleating', 'on', 'front', 'would', 'help', 'chest', 'seem', 'larger', 'i', 'did', 'love', 'the', 'color', 'and', 'construction', 'lace', 'details', '3/4', 'sleeves', ',3,1,0', 'general', 'tops', 'blouses'] ['8960,940,30', 'different', 'material', 'i', 'was', 'so', 'excited', 'to', 'buy', 'this', 'coat', 'since', 'i', 'missed', 'out', 'on', 'buying', 'the', 'last', 'one', 'i', 'snagged', 'it', 'quickly', 'before', 'heading', 'out', 'on', 'a', 'trip', 'because', 'this', 'is', 'the', 'perfect', 'plane', 'jacket', 'i', "'ve", 'borrowed', 'my', 'friends', 'i', 'immediately', 'noticed', 'that', 'the', 'fabric', 'was', 'lighter', 'and', 'softer', 'than', 'the', 'original', 'and', 'after', 'a', 'few', 'days', 'noticed', 'a', 'lot', 'of', 'pilling', 'on', 'the', 'coat', 'and', 'a', 'snag', 'on', 'the', 'seam', 'of', 'the', 'shoulder', 'where', 'the', 'arm', 'connects', 'to', 'the', 'body', 'it', "'s", 'disappointing', 'considering', 'the', 'price', 'you', 'pay', 'i', 'would', 'return', 'if', 'it', 'still', 'had', 'tags', 'on', ',2,0,0', 'general', 'tops', 'sweaters'] ['8961,1022,35', 'perfect', 'high', 'rise', 'jeans', 'these', 'are', 'the', 'perfect', 'vintage-looking', 'high', 'rise', 'jeans', 'without', 'the', 'risk', 'inherent', 'in', 'buying', 'vintage', 'for', 'reference', 'i', 'am', '5', '2', '108', 'lbs', 'and', 'usually', 'a', '26', 'in', 'ag', 'these', 'fit', 'me', 'perfect', 'in', 'a', 'size', '26', 'and', 'were', 'a', 'great', 'length', 'for', 'booties', 'and', 'flats', 'they', 'fit', 'me', 'at', 'versus', 'above', 'the', 'ankle', ',5,1,1', 'general', 'bottoms', 'jeans'] ['8962,1052,45', 'great', 'seasonal', 'staple', 'i', 'love', 'these', 'laid', 'back', 'causal', 'pants', 'they', 'have', 'a', 'draw', 'string', 'very', 'comfortable', 'and', 'can', 'be', 'an', 'alternative', 'to', 'sweat', 'pants', 'lounge', 'wear', 'etc', 'i', 'am', 'petite', '5', '2', '100', 'lbs', 'or', 'a', 'little', 'less', 'and', 'i', 'got', 'the', 'xsma', 'l', 'size', 'i', 'am', 'pretty', 'proportioned', 'but', 'my', 'upper', 'body', 'is', 'a', 'little', 'thinner', 'meaning', 'i', 'do', "n't", 'have', 'a', 'straight', 'rail', 'body', 'my', 'petite', 'frame', 'has', 'curve', 'to', 'my', 'hips', 'tush', 'so', 'it', 'is', "n't", 'easy', 'to', 'find', 'pants', 'jeans', 'etc', 'that', 'are', 'automatically', 'flattering', 'these', 'trousers', 'are', 'cut', 'well', 'of', 'good', 'quality', 'and', 'nice', 'n', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8963,829,43', 'small', 'through', 'shoulders', 'i', 'am', '5', '8', '130', 'and', 'i', 'usually', 'wear', 'a', '4', 'in', 'tops', 'like', 'this', 'from', 'retailer', 'but', 'the', 'fit', 'of', 'this', 'one', 'was', 'not', 'good', 'for', 'me', 'though', 'the', 'styling', 'and', 'details', 'of', 'the', 'top', 'are', 'lovely', 'it', 'was', 'small', 'through', 'the', 'shoulders', 'and', 'very', 'large', 'everywhere', 'else', 'looked', 'too', 'much', 'like', 'maternity', 'i', 'love', 'the', 'shape', 'of', 'this', 'kind', 'of', 'top', 'but', 'to', 'be', 'flattering', 'it', 'actually', 'needs', 'to', 'be', 'fitted', 'through', 'the', 'bust', 'and', 'upper', 'body', 'and', 'then', 'flare', 'in', 'the', 'right', 'places', 'and', 'this', 'was', 'pretty', 'boxy', 'all', 'around', 'too', 'bad', 'so', 'cute', ',3,0,0', 'general', 'tops', 'blouses'] ['8964,940,63', 'coat', 'omg', 'i', 'also', 'bought', 'this', 'years', 'ago', 'i', 'have', 'worn', 'it', 'every', 'year', 'and', 'get', 'compliments', 'on', 'it', 'every', 'day', 'i', "'m", 'so', 'excited', 'to', 'buy', 'it', 'again', 'i', 'might', 'actually', 'buy', '2.', 'just', 'love', 'it', ',5,1,4', 'general', 'tops', 'sweaters'] ['8965,940,57', 'perfect', 'sweater', 'coat', 'this', 'sweater', 'coat', 'is', 'perfect', 'i', "'ve", 'been', 'looking', 'for', 'one', 'i', 'loved', 'for', 'years', 'in', 'my', 'opinion', 'it', 'runs', 'true', 'to', 'size', 'i', 'ordered', 'my', 'usual', 'xsp', 'it', 'is', 'fitted', 'in', 'the', 'arms', 'and', 'loose', 'on', 'the', 'body', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['8966,829,64', 'holding', 'horses', 'beauty', 'this', 'top', 'is', 'a', 'lovely', 'combination', 'of', 'rugged', 'and', 'refined', 'and', 'will', 'be', 'versatile', 'wear', 'for', 'a', 'party', 'pared', 'with', 'nice', 'pants', 'and', 'flats', 'to', 'casual', 'with', 'jeans', 'and', 'boots', 'it', 'appears', 'well', 'made', 'though', 'i', 'had', 'to', 'size', 'up', 'for', 'my', 'broad', 'shoulders', 'but', 'other', 'hh', 'tops', 'fit', 'the', 'same', 'way.,4,1,1', 'general', 'tops', 'blouses'] ['8967,1086,26', 'size', 'down', 'i', 'ordered', 'this', 'dress', 'to', 'wear', 'for', 'a', 'rehearsal', 'dinner', 'i', 'almost', 'consistently', 'wear', 'a', 'medium', 'in', 'most', 'clothing', 'but', 'for', 'this', 'picked', 'the', 'large', 'because', 'of', 'my', 'height', 'i', 'was', 'for', 'sure', 'it', 'would', 'be', 'too', 'short', 'in', 'any', 'other', 'size', 'when', 'i', 'put', 'it', 'on', 'i', 'was', 'drowning', 'in', 'it', 'i', 'would', 'definitely', 'order', 'the', 'small', 'if', 'i', 'had', 'the', 'time', 'before', 'the', 'rehearsal', 'has', 'the', 'potential', 'to', 'be', 'super', 'cute', 'and', 'flattering', 'yet', 'the', 'timing', 'and', 'sizing', 'did', "n't", 'work', 'out', 'definitely', 'give', 'this', 'one', 'a', 'try', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8968,940,61', 'pilly', 'this', 'coat', 'is', 'cool', 'the', 'cut', 'is', 'classic', 'and', 'well', 'fit', 'i', "'ve", 'been', 'wearing', 'it', 'as', 'a', 'jacket', 'every', 'day', 'since', 'purchasing', '3', 'days', 'ago', 'it', 'already', 'has', 'begun', 'to', 'slightly', 'pill', 'i', 'have', 'not', 'worn', 'this', 'under', 'other', 'jackets', 'so', 'it', "'s", 'pilling', 'quickly', 'from', 'very', 'basic', 'wear', ',4,1,0', 'general', 'tops', 'sweaters'] ['8969,940,36', 'worked', 'well', 'for', 'me', 'so', 'far', 'i', 'never', 'owned', 'an', "'older", 'version', 'so', 'nothing', 'to', 'compare', 'to', 'i', 'found', 'it', 'comfortable', 'stylish', 'and', 'warm', 'on', 'a', 'cool', 'fall', 'day', 'the', 'minor', 'piling', 'made', 'it', 'look', 'more', 'rustic', 'has', 'not', 'shed', 'on', 'any', 'of', 'my', 'other', 'clothes', 'so', 'far', ',5,1,0', 'general', 'tops', 'sweaters'] ['8970,829,32', 'lovely', 'blouse', 'with', 'great', 'detail', 'looks', 'wonderful', 'with', 'a', 'pair', 'of', 'dark', 'skinny', 'jeans', 'and', 'cowgirl', 'boots.,4,1,0', 'general', 'tops', 'blouses'] ['8971,1052,54', 'pants', 'these', 'are', 'very', 'nice', 'pants', 'good', 'quality', 'and', 'as', 'expected', 'however', 'they', 'do', 'run', 'small', 'i', 'generally', 'wear', 'a', 'small', 'or', 'size', '4', 'sometimes', 'a', '2', 'depending', 'on', 'the', 'maker', 'on', 'average', 'a', '4.', 'these', 'i', 'measured', 'were', '0', 'to', '2', 'sizing', 'sending', 'back', 'and', 'going', 'a', 'size', 'up', ',5,1,8', 'general', 'petite', 'bottoms', 'pants'] ['8972,1052,41', 'sizing', 'way', 'off', 'i', 'love', 'relaxed-fit', 'wide', 'leg', 'pants', 'with', 'some', 'pockets', 'and', 'draw', 'string', 'so', 'naturally', 'i', 'was', 'super', 'excited', 'to', 'see', 'these', 'i', 'got', 'them', 'in', 'gray', 'and', 'they', 'felt', 'and', 'looked', 'perfect', 'right', 'out', 'of', 'the', 'bag', 'material', 'was', 'soft', 'and', 'flowy', 'but', 'not', 'too', 'thin', 'unfortunately', 'the', 'sizing', 'is', 'completely', 'off', 'unless', 'i', 'got', 'a', 'defective', 'pair', 'i', 'got', 'my', 'usual', 'size', 'l', 'and', 'they', 'felt', 'like', 's', 'or', 'smaller', 'i', 'barely', 'could', 'get', 'them', 'on', 'and', 'i', 'could', 'not', 'zip', 'up', 'i', "'d", 'need', 'at', 'least', 'two', 'sizes', 'larger', 'for', 'them', 'to', 'fit', 'at', 'all', 'very', 'disappointed', 'will', 'l', ',2,0,12', 'general', 'petite', 'bottoms', 'pants'] ['8973,940,65', 'just', 'the', 'cutest', 'here', "'s", 'the', 'thing', 'i', 'ride', 'horses', 'you', 'would', 'think', 'this', 'would', 'mean', 'i', 'would', 'love', 'this', 'but', 'the', 'first', 'time', 'it', 'came', 'around', 'i', 'hesitated', 'simply', 'because', 'i', 'spent', 'too', 'much', 'of', 'my', 'childhood', 'in', 'horse-bedecked', 'things', 'looked', 'overwhelmingly', 'nerdy', 'but', 'this', 'time', 'having', 'actually', 'purchased', 'the', 'belted', 'navy', 'birds', 'version', 'i', 'had', 'to', 'give', 'it', 'a', 'try', 'and', 'it', "'s", 'kind', 'of', 'a', 'must', 'there', 'is', 'just', 'something', 'about', 'the', 'way', 'it', 'falls', 'that', 'is', 'super', 'flattering', 'it', "'s", 'just', 'warm', 'enough', 'to', 'serve', 'as', 'a', 'jacket', 'right', 'now', 'in', 'new', 'england', 'but', ',5,1,0', 'general', 'tops', 'sweaters'] ['8974,829,60', 'lace', 'chambray', 'top', 'this', 'is', 'every', 'bit', 'as', 'lovely', 'as', 'shown', 'the', 'shade', 'of', 'blue', 'is', 'delightful', 'with', 'the', 'pintucks', 'lace', 'embellishment', "'s", 'and', 'covered', 'buttons', 'for', 'me', 'tts', 'i', 'bought', 'the', 'size', '4', '34-b', 'my', 'normal', 'size', 'i', 'can', 'see', 'where', 'it', 'could', 'be', 'a', 'problem', 'for', 'bustier', 'women', 'because', 'the', 'pin', 'tucks', 'tightened', 'the', 'upper', 'chest', 'area', 'and', 'it', 'is', 'fitted', 'in', 'the', 'shoulder', 'area', 'going', 'up', 'a', 'size', 'may', 'help', 'some', 'but', 'if', 'your', 'smaller', 'like', 'me', 'it', 'is', 'tts', 'i', 'think', 'it', "'s", 'a', 'wonderful', 'rendition', 'of', 'a', 'denim', 'top', 'this', 'would', 'work', 'in', 'any', 'season', 'of', 'the', 'year', ',5,1,8', 'general', 'tops', 'blouses'] ['8975,829,29', 'not', 'bad', 'i', 'ordered', 'this', 'shirt', 'aware', 'of', 'what', 'the', 'other', 'reviewers', 'said', 'about', 'it', 'being', 'tight', 'in', 'the', 'chest', 'it', "'s", 'true-', 'it', "'s", 'a', 'bit', 'restrictive', 'if', 'you', 'need', 'full-range', 'of', 'motion', 'for', 'your', 'shoulder', 'blades', 'but', 'if', 'you', "'re", 'not', 'planning', 'on', 'doing', 'any', 'heavy-lifting', 'or', 'sporting', 'events', 'in', 'this', 'top', 'it', "'s", 'just', 'fine', 'disclaimer-', 'i', 'am', 'small-chested', 'i', 'will', 'stick', 'by', 'my', 'tts', 'though', 'because', 'it', 'was', 'the', 'right', 'fit', 'despite', 'being', 'restrictive', 'i', 'was', 'worried', 'the', 'top', 'was', 'going', 'to', 'be', 'a', "'hard", 'jean', 'but', 'it', 'was', "n't", 'it', 'was', 'nice', 'and', 'sof', ',4,1,0', 'general', 'tops', 'blouses'] ['8976,940,62', 'statement', 'piece', 'i', 'bought', 'this', 'coat', '5', 'years', 'ago', 'and', 'every', 'fall/winter', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'ca', "n't", 'even', 'begin', 'to', 'describe', 'how', 'many', 'people', 'comment', 'on', 'how', 'beautiful', 'and', 'unique', 'it', 'is', 'it', 'has', 'worn', 'well', 'over', 'the', 'years', 'considering', 'how', 'much', 'it', 'has', 'been', 'worn', 'but', 'i', 'just', 'might', 'be', 'tempted', 'to', 'buy', 'it', 'again', 'which', 'is', 'something', 'i', 'have', 'never', 'done', 'with', 'a', 'statement', 'piece', 'the', 'only', 'design', 'feature', 'i', 'would', 'change', 'is', 'that', 'it', 'has', 'no', 'closure', 'i', 'actually', 'had', 'a', 'beautiful', 'large', 'antique', 'button', 'that', 'i', 'sewed', 'on', 'with', 'a', 'snap', 'and', 'it', ',5,1,11', 'general', 'tops', 'sweaters'] ['8977,940,54', 'linty', 'pills', 'this', 'jacket', 'is', 'so', 'cute', 'and', 'fits', 'perfect', 'and', 'i', 'love', 'the', 'motif', 'however', 'it', 'deposited', 'black', 'linty', 'particle', 'all', 'over', 'my', 'pants', 'and', 'top', 'and', 'the', 'fabric', 'was', 'already', 'pilling', 'just', 'from', 'being', 'on', 'the', 'hanger', 'in', 'the', 'store', 'this', 'piece', 'will', 'look', 'bad/worn/old', 'in', 'a', 'very', 'short', 'period', 'of', 'time', 'it', "'s", 'a', 'big', 'shame', 'because', 'it', "'s", 'so', 'perfect', 'in', 'every', 'other', 'way', 'i', 'choose', 'not', 'to', 'buy', 'it', 'it', "'s", 'very', 'expensive', 'for', 'the', 'quality', ',1,0,2', 'general', 'tops', 'sweaters'] ['8978,940,51', 'my', 'love', 'is', 'back', 'this', 'gem', 'is', 'beyond', 'lovely', 'i', 'saw', 'this', '5', 'years', 'ago', 'and', 'regretted', 'not', 'buying', 'it', '5', 'years', 'ago', 'and', 'then', 'i', 'was', 'looking', 'on', 'here', 'as', 'i', 'do', 'on', 'a', 'weekly', 'basis', 'and', 'bam', 'it', 'was', 'there', 'i', 'gasped', 'hahahaha', 'but', 'really', 'this', 'is', 'an', 'amazing', 'statement', 'piece', 'i', 'am', 'usually', 'a', 'l', 'but', 'got', 'the', 'm', 'as', 'it', 'is', 'a', 'bit', 'big', 'and', 'its', 'your', 'preference', 'on', 'how', 'you', 'want', 'to', 'wear', 'it', 'i', 'will', 'be', 'wearing', 'this', 'to', 'death', 'for', 'autumn', 'winter', 'and', 'forever', 'its', 'just', 'one', 'of', 'those', 'soft', 'and', 'not', 'itchy', 'and', 'i', 'have', 'sensitive', 'skin', ',5,1,5', 'general', 'tops', 'sweaters'] ['8979,829,48', 'runs', 'small', 'this', 'top', 'is', 'so', 'pretty', 'but', 'runs', 'small', 'i', 'have', 'a', '34', 'dd', 'chest', 'and', 'small', 'back', 'and', 'shoulders', 'the', 'size', '10', 'was', 'too', 'full', 'cut', 'on', 'the', 'bottom', 'and', 'the', '8', 'was', 'better', 'on', 'the', 'bottom', 'but', 'fit', 'the', 'same', 'on', 'top', 'felt', 'like', 'the', 'seams', 'under', 'the', 'arms', 'with', 'either', 'size', 'would', 'rip', 'truly', 'an', 'odd', 'fit', 'and', 'cut', 'this', 'brand', 'tends', 'to', 'run', 'small', 'and', 'narrow', 'better', 'for', 'a', 'smaller', 'chest', ',4,0,7', 'general', 'tops', 'blouses'] ['8980,940,53', ',,5,1,0', 'general', 'tops', 'sweaters'] ['8981,940,22', 'really', 'fun', 'cozy', 'when', 'i', 'tell', 'people', 'i', 'invested', 'in', 'a', 'horse', 'sweater', 'i', 'do', "n't", 'get', 'a', 'lot', 'of', 'encouraging', 'comments', 'but', 'when', 'they', 'see', 'it', 'they', 'understand', 'so', 'cute', 'different', 'and', 'cozy', 'for', 'cold', 'days', 'winter', 'is', 'long', 'where', 'i', 'live', 'really', 'works', 'as', 'both', 'a', 'sweater', 'and', 'as', 'a', 'coat', ',5,1,0', 'general', 'tops', 'sweaters'] ['8982,1052,58', ',the', 'fabric', 'is', 'lovely', 'and', 'the', 'straight', 'leg', 'cut', 'makes', 'these', 'pants', 'a', 'great', 'option', 'for', 'summer', 'they', 'do', 'run', 'small.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['8983,940,68', 'i', 'love', 'this', 'sweater', 'coat', 'but', 'trying', 'to', 'hold', 'back', 'and', 'not', 'purchase', 'this', 'beautiful', 'sweatercoat', 'but', '20', 'off', 'on', 'retailerday', 'and', 'reviews', 'saying', 'it', 'ran', 'large', 'i', 'ended', 'up', 'getting', 'it', 'my', 'store', 'stock', 'only', 'went', 'up', 'to', 'l', 'i', 'normally', 'wear', 'xl', 'in', 'retailer', 'tops', 'but', 'read', 'that', 'they', 'ran', 'large', 'i', 'did', 'try', 'it', 'on', 'and', 'it', 'seemed', 'to', 'fit', 'and', 'is', 'gorgeous', 'but', 'once', 'home', 'i', 'saw', 'really', 'it', 'was', 'too', 'tight', 'in', 'the', 'upper', 'arms', 'and', 'i', 'do', "n't", 'want', 'to', 'order', 'the', 'xl', 'which', 'might', 'be', 'baggy', 'so', 'i', "'m", 'exchanging', 'it', 'for', '2', 'walking', 'on', 'snow', 'sweater/jackets', 'which', 'are', 'very', 'flattering', ',4,1,0', 'general', 'tops', 'sweaters'] ['8984,940,78', 'welcome', 'back', 'has', 'it', 'been', '5', 'years', 'already', 'i', 'too', 'bought', 'this', '5', 'years', 'ago', 'it', 'peels', 'and', 'does', "n't", 'close', 'but', 'the', 'horses', 'make', 'up', 'for', 'that', 'very', 'very', 'warm.,4,1,5', 'general', 'tops', 'sweaters'] ['8985,940,44', 'soft', 'and', 'snuggly', 'this', 'sweater', 'sold', 'out', 'fast', 'at', 'my', 'local', 'retailer', 'store', 'you', 'know', 'that', 'stuffed', 'animal', 'that', 'you', 'owned', 'when', 'you', 'were', 'a', 'kid', 'and', 'you', 'would', 'never', 'let', 'it', 'go', 'because', 'it', 'was', 'so', 'soft', 'and', 'snuggly', 'yeah', 'it', 'is', 'like', 'that', 'for', 'me', 'it', "'s", 'a', 'bit', 'pilly', 'but', 'that', "'s", 'what', 'sweaters', 'do', 'size', 'petite', 's', 'fit', 'me', 'perfectly', 'i', 'am', '5ft2in', '34b', '26', 'waist', '36', 'hips', 'hem', 'falls', '4', 'inches', 'above', 'my', 'knees', 'sleeves', 'fall', 'right', 'at', 'my', 'wrist', 'and', 'it', 'gives', 'room', 'for', 'wearing', 'a', 'sweater', 'or', 'turtleneck', 'under', 'it', 'hood', 'lays', 'flat', 'horse', 'print', 'is', 'so', 'cute', ',5,1,0', 'general', 'tops', 'sweaters'] ['8986,829,38', 'great', 'blouse', 'runs', 'small', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'wanted', 'to', 'try', 'it', 'but', 'could', "n't", 'justify', 'buying', 'another', 'denim', 'shirt', 'at', 'this', 'price', 'then', 'it', 'went', 'on', 'sale', 'as', 'others', 'said', 'this', 'does', 'run', 'a', 'bit', 'small', 'though', 'the', 'chest/shoulders', 'so', 'i', 'sized', 'up', 'one', 'size', 'it', "'s", 'still', 'slightly', 'fitted', 'but', 'my', 'broad', 'shoulders', 'are', 'used', 'to', 'that', 'i', 'was', 'afraid', 'that', 'the', 'pleats', 'would', 'give', 'a', 'maternity', 'look', 'although', 'my', 'chest', 'size', 'is', 'not', 'that', 'large', '36b', 'it', 'does', "n't", 'do', 'that', 'on', 'me', 'it', "'s", 'loose', 'but', 'not', 'overly', 'so', 'kinda', 'like', 'the', 'current', 'swing', 'top', 'trend', 'the', ',5,1,0', 'general', 'tops', 'blouses'] ['8987,829,26', 'nice', 'top', 'but', 'strange', 'fit', 'this', 'top', 'is', 'very', 'nice', 'good', 'quality', 'good', 'design', 'it', 'just', 'does', "n't", 'fit', 'me', 'well', 'i', 'have', 'a', 'large', 'chest', 'and', 'this', 'is', 'a', 'tad', 'fitted', 'at', 'the', 'top', 'especially', 'around', 'my', 'shoulders', 'while', 'the', 'lower', 'half', 'fits', 'due', 'to', 'the', 'pleats', 'the', 'fit', 'seems', 'inconsistent', 'at', 'the', 'top', 'and', 'bottom', 'i', 'am', 'full-figured', 'perhaps', 'it', 'would', 'fit', 'a', 'leaner', 'person', 'better', ',3,0,15', 'general', 'tops', 'blouses'] ['8988,940,68', 'love', 'this', 'sweater', 'coat', 'great', 'sweater', 'coat', 'fits', 'a', 'bit', 'large', 'purchased', 'a', 'small', 'which', 'is', 'unusual', 'for', 'me', 'i', 'normally', 'wear', 'a', 'medium', 'or', 'sometimes', 'a', 'large', 'retailer', 'clothes', 'are', 'mosly', 'cut', 'small', 'it', 'looks', 'great', 'on', 'warm', 'comfy', 'and', 'attractive', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['8989,1094,25', 'instant', 'favorite', 'this', 'dress', 'fits', 'perfect', 'the', 'material', 'is', 'so', 'soft', 'and', 'hangs', 'so', 'flattering', 'long', 'enough', 'to', 'cover', 'the', 'booty', 'but', 'short', 'enough', 'to', 'show', 'off', 'my', 'legs', 'and', 'the', 'color', 'is', 'beautiful', 'i', 'got', 'the', 'wine', 'color', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['8990,1052,38', 'so', 'small', 'i', 'love', 'these', 'pants', 'they', 'are', 'beautifully', 'made', 'and', 'appear', 'to', 'be', 'very', 'comfortable', 'now', 'if', 'i', 'could', 'just', 'get', 'them', 'buttoned', 'i', 'am', 'a', 'size', '8/medium', 'i', 'bought', 'the', 'large', 'after', 'reading', 'other', 'reviews', 'i', "'m", 'not', 'joking', 'when', 'i', 'say', 'i', 'ca', "n't", 'button', 'them', 'i', 'am', 'in', 'such', 'love', 'with', 'them', 'and', 'still', 'hoping', 'to', 'lose', 'some', 'baby', 'weight', 'that', 'i', 'am', 'going', 'to', 'keep', 'them', 'in', 'hopes', 'to', 'wear', 'them', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['8991,940,35', 'not', 'the', 'original', 'for', 'those', 'who', 'are', 'wondering', 'this', 'sweater', 'coat', 'is', '50', 'lambswool', 'and', '50', 'acrylic', 'the', 'original', 'version', 'of', 'this', 'coat', 'was', '100', 'lambswool', '50', 'acrylic', 'yet', 'the', 'price', 'remained', 'the', 'same', 'i', 'would', 'have', 'payed', 'more', 'money', 'to', 'have', 'this', 'sweater', 'coat', 'made', 'in', '100', 'lambswool', 'like', 'the', 'original', 'version', 'this', 'is', 'another', 'example', 'of', 'declining', 'quality', 'and', 'a', 'high', 'price', 'tag', 'for', 'synthetic', 'materials.,1,0,13', 'general', 'tops', 'sweaters'] ['8992,1118,51', 'great', 'retro', 'sweater', 'coat', 'i', 'love', 'this', 'sweater', 'coat', 'the', 'buttons', 'make', 'it', 'more', 'structured', 'and', 'practical', 'when', 'the', 'weather', 'is', 'cool'] ['the', 'colors', 'are', 'even', 'nicer', 'in', 'person', 'the', 'neutral', 'yellow', 'is', 'sure', 'to', 'compliment', 'a', 'lot'] ['you', 'would', 'be', 'disappointed', 'with', 'this', 'purchase', ',5,1,3', 'general', 'jackets', 'outerwear'] ['8993,1035,39', ',love', 'these', 'jeans', 'runs', 'true', 'to', 'size', 'and', 'has', 'a', 'bit', 'of', 'stretch', 'can', 'uncuff', 'them', 'and', 'have', 'a', 'longer', 'straight', 'jean', 'very', 'versatile.,5,1,1', 'general', 'bottoms', 'jeans'] ['8994,872,35', 'cute', 'comfy', 'casual', 'i', 'saw', 'this', 'online', 'and', 'immediately', 'purchased', 'the', 'top', 'in', 'gray', 'it', "'s", 'so', 'easy', 'and', 'casual', 'but', 'the', 'shoulder', 'detailing', 'give', 'it', 'something', 'different', 'and', 'unique', 'for', 'a', 'regular', 'gray', 'shirt', 'the', 'fit', 'is', 'loose', 'and', 'comfortable', 'but', 'not', 'overly', 'big', 'just', 'right', 'i', 'ca', "n't", 'wait', 'to', 'pair', 'it', 'with', 'my', 'new', 'white', 'jeans', 'for', 'summer', ',5,1,0', 'general', 'tops', 'knits'] ['8995,861,65', 'very', 'soft', 'fabric', 'but', 'size', 'down', 'i', 'seldom', 'take', 'anything', 'but', 'a', 'size', 'm', 'in', 'retailer', 'tops', 'this', 'm', 'top', 'fits', 'ok', 'but', 'it', 'is', 'a', 'bit', 'sloppy', 'overall', 'one', 'reviewer', 'says', 'it', 'is', "'body", 'skimming', 'but', 'not', 'on', 'me', 'i', 'am', 'a', 'true', 'm', 'yet', 'a', 'm', 'seems', 'to', 'fit', 'in', 'the', 'shoulders', 'but', 'overall', 'just', 'too', 'big', 'i', 'love', 'the', 'fabric', 'and', 'print', 'however', 'i', 'will', 'exchange', 'for', 'a', 'size', 's', 'if', 'it', 'is', 'available', 'it', 'does', 'hide', 'the', 'tummy', 'area', 'but', 'ends', 'up', 'looking', 'like', 'a', 'pajama', 'top', 'on', 'me.,4,1,1', 'general', 'tops', 'knits'] ['8996,61,39', 'at', '5', '4', 'and', '140', 'lbs', 'this', 'tank', 'is', 'a', 'nice', 'thin', 'under', 'layer', 'a', 'little', 'low', 'cut', 'for', 'trying', 'to', 'cover', 'cleavage', ',4,1,0', 'initmates', 'intimate', 'layering'] ['8997,824,40', 'a', 'great', 'pick', 'for', 'summer', 'i', "'m", 'normally', 'a', 'small', 'in', 'retailer', 'tops', 'but', 'i', 'could', 'tell', 'that', 'this', 'would', 'run', 'big', 'i', "'m", 'glad', 'i', 'sized', 'down', 'to', 'an', 'extra', 'small', 'this', 'top', 'is', 'flowy', 'and', 'airy', 'without', 'being', 'baggy', 'the', 'colors', 'are', 'summery', 'and', 'beautiful', 'my', 'only', 'complaint', 'is', 'that', 'it', "'s", 'a', 'bit', 'sheer', 'and', 'i', 'can', 'see', 'the', 'outline', 'of', 'my', 'bra', 'in', 'front', 'i', 'will', 'have', 'to', 'wear', 'a', 'cami', 'underneath', ',4,1,1', 'general', 'tops', 'blouses'] ['8998,861,49', 'beautiful', 't-shirt', 'wonderfully', 'soft', 'fabric', 'and', 'gorgeous', 'pattern', 'the', 'background', 'color', 'is', 'a', 'more', 'standard', 'gray', 'than', 'shows', 'in', 'the', 'on-line', 'photo', 'which', 'looks', 'more', 'pinkish', 'gray', 'on', 'my', 'screen', 'but', 'it', "'s", 'just', 'lovely', 'looks', 'perfect', 'with', 'jeans', 'or', 'a', 'skirt', 'i', 'will', 'be', 'wearing', 'this', 'a', 'lot', 'this', 'fall', 'and', 'will', 'keep', 'a', 'lookout', 'for', 'additional', 'patterns', ',5,1,0', 'general', 'tops', 'knits'] ['8999,824,62', 'fun', 'happy', 'top', 'love', 'this', 'top', 'the', 'colors', 'are', 'so', 'fun', 'and', 'happy', 'and', 'the', 'fabric/fit', 'are', 'soft', 'and', 'breezy', 'it', 'is', 'definitely', 'on', 'the', 'boxy', 'side', 'but', 'not', 'in', 'an', 'unflattering', 'way', 'in', 'my', 'opinion', 'super', 'cute', 'in', 'my', 'usual', 'size', 'small', ',5,1,3', 'general', 'tops', 'blouses'] ['9000,909,32', 'disappointed', 'runs', 'small', 'arrived', 'looking', 'worn', 'i', 'read', 'the', 'existing', 'reviews', 'before', 'purchasing', 'and', 'a', 'few', 'mentioned', 'that', 'this', 'sweater', 'ran', 'large', 'this', 'has', 'been', 'my', 'experience', 'with', 'most', 'tops', 'i', 'have', 'purchased', 'from', 'retailer', 'i', 'figured', 'by', 'ordering', 'a', 'medium', 'i', 'would', 'receive', 'a', 'slightly', 'loose', 'to', 'moderately', 'loose', 'fitting', 'sweater', 'this', 'was', 'not', 'the', 'case', 'the', 'sweater', 'is', 'short', 'does', 'not', 'look', 'anything', 'like', 'it', 'does', 'when', 'you', 'view', 'the', 'model', 'from', 'behind', 'and', 'i', 'assume', 'the', 'model', 'is', 'taller', 'than', 'i', 'as', 'models', 'are', 'usually', 'tall', 'for', 'reference', 'i', 'am', '5', '6', 'medium', 'build', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['9001,824,63', 'color', 'and', 'buttons', 'the', 'buttons', 'on', 'the', 'side', 'give', 'this', 'top', 'style', 'great', 'color', 'and', 'fabric', 'make', 'it', 'perfect', 'paired', 'with', 'denim.,4,1,2', 'general', 'tops', 'blouses'] ['9002,1118,51', 'beautiful', 'color', 'i', "'m", '5', '4', '112', 'pounds', 'xs', 'petite', 'was', 'a', 'good', 'fit', 'with', 'room', 'for', 'a', 'heavier', 'top', 'fabric', 'is', 'somewhat', 'picky', 'so', 'long', 'sleeve', 'is', 'necessary', 'overall', 'coat', 'is', 'beautiful', 'and', 'worth', 'the', 'money', 'nice', 'unique', 'fall', 'piece', ',4,1,1', 'general', 'jackets', 'outerwear'] ['9003,1035,59', 'these', 'jeans', 'were', 'not', 'for', 'me', 'they', 'are', 'very', 'straight', 'hence', 'the', 'name', "'parallel", 'i', "'m", 'have', 'more', 'of', 'a', 'straight', 'athletic', 'build', 'so', 'for', 'me', 'it', 'was', 'too', 'much', 'straight', 'and', 'did', "n't", 'flatter', 'my', 'shape', 'at', 'all'] [] ['however', 'very', 'nice', 'jean', 'once', 'again', 'from', 'pilcro', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9004,971,37', 'love', 'nice', 'thick', 'fabric', 'lays', 'well', 'sleeves', 'three', 'quarter', 'but', 'looks', 'great', 'on', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9005,861,54', 'great', 'tee', 'the', 'color', 'online', 'is', 'lighter', 'and', 'nicer', 'in', 'my', 'opinion', 'than', 'in', 'reality', 'it', "'s", 'much', 'darker', 'in', 'real', 'life', 'but', 'otherwise', 'it', "'s", 'a', 'super', 'soft', 'tee', 'with', 'gently', 'fluttered', 'sleeves', 'and', 'side', 'slits', 'i', 'bought', 'it', 'in', 'a', 's', 'and', 'it', "'s", 'roomy', 'without', 'being', 'oversized', 'great', 'for', 'fall', ',5,1,4', 'general', 'tops', 'knits'] ['9006,1035,36', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9007,872,46', 'adorable', 'and', 'good', 'quality', 'i', 'ordered', 'this', 'top', 'in', 'the', 'grey', 'along', 'with', 'the', 'white', 'lace', 'up', 'back', 'pocket', 'tee', 'while', 'the', 'other', 'tee', 'was', 'totally', 'see', 'through', 'and', 'very', 'poor', 'quality', 'this', 'one', 'delivers', 'in', 'every', 'way', 'in', 'fact', 'i', 'am', 'sending', 'the', 'other', 'one', 'back', 'to', 'get', 'this', 'top', 'in', 'the', 'ivory', 'as', 'well', 'the', 'lace', 'is', 'very', 'substantial', 'and', 'the', 'fabric', 'is', 'not', 'see', 'through', 'at', 'all', 'like', 'so', 'many', 'tops', 'are', 'these', 'days', 'i', 'ordered', 'my', 'usual', 'medium', 'and', 'it', 'comes', 'down', 'over', 'my', 'bum', 'just', 'like', 'i', 'wanted', 'to', 'wear', 'with', 'leggings', 'i', 'see', 'this', 'as', 'a', 'staple', 'and', 'this', 'is', 'my', 'fir', ',5,1,0', 'general', 'tops', 'knits'] ['9008,872,26', 'the', 'shirt', 'looks', 'so', 'much', 'more', 'flattering', 'on', 'the', 'body', 'than', 'on', 'the', 'hanger', 'it', 'has', 'a', 'luxuriously', 'soft', 'feel', 'without', 'compromising', 'fabric', 'quality', 'i', 'purchased', 'both', 'the', 'white', 'and', 'navy', 'color', 'indeed', 'a', 'closet', 'staple', ',5,1,0', 'general', 'tops', 'knits'] ['9009,824,42', 'perfect', 'but', 'i', 'love', 'this', 'top', 'it', 'is', 'a', 'perfect', 'summer', 'staple', 'but', 'for', 'me', 'it', 'was', 'too', 'short', 'i', 'sized', 'up', 'to', 'fix', 'this', 'problem', 'because', 'i', 'prefer', 'the', 'boho', 'flowy', 'look', 'it', 'is', 'flowy', 'on', 'it', "'s", 'own', 'but', 'i', 'felt', 'it', 'lacked', 'length', 'so', 'went', 'up', 'a', 'size', 'waiting', 'for', 'my', 'retailer', 'mail', 'with', 'anticipation', ',5,1,3', 'general', 'tops', 'blouses'] ['9010,1055,34', 'ribbon', 'cinched', 'trousers', 'these', 'are', 'some', 'of', 'the', 'few', 'pants', 'that', 'are', 'semi', 'loose', 'with', 'a', 'wide', 'waist', 'band', 'that', 'make', 'me', 'look', 'thinner', 'i', 'love', 'them', 'they', 'are', 'soft', 'they', 'match', 'everything', 'they', 'make', 'an', 'outfit', 'effortlessly', 'chic', 'i', 'took', 'a', 'size', 'm', 'and', 'it', 'fit', 'tts.,5,1,0', 'general', 'bottoms', 'pants'] ['9011,872,47', 'cute', 'top', 'i', 'love', 'this', 'top', 'the', 'design', 'is', 'flattering', 'and', 'the', 'fabric', 'drapes', 'nicely', 'the', 'length', 'is', 'perfect', 'and', 'can', 'dress', 'it', 'up', 'and', 'down.,4,1,0', 'general', 'tops', 'knits'] ['9012,61,36', 'great', 'quality', 'tank', 'i', 'love', 'these', 'tanks', 'the', 'straps', 'are', 'wide', 'enough', 'to', 'hide', 'my', 'bra', 'straps', 'they', "'re", 'soft', 'and', 'long', 'enough', 'to', 'give', 'me', 'added', 'length', 'to', 'shirts', 'that', 'run', 'short', 'because', 'this', 'tank', 'runs', 'small', 'and', 'i', 'had', 'to', 'size', 'up', 'to', 'get', 'the', 'fit', 'that', 'i', 'like', 'the', 'straps', 'are', 'a', 'little', 'long', 'but', 'after', 'i', 'alter', 'them', 'with', 'a', 'little', 'sewing', 'they', "'re", 'perfect', 'i', "'ve", 'had', 'to', 'do', 'this', 'with', 'retailer', 'tanks', 'in', 'the', 'past', 'and', 'it', "'s", 'worth', 'it', 'to', 'me', 'for', 'the', 'quality', 'that', 'i', "'m", 'getting', 'the', 'regular', 'price', 'is', 'too', 'high', 'so', 'i', 'only', 'buy', 'them', 'on', 'sale', 'i', 'try', ',5,1,0', 'initmates', 'intimate', 'layering'] ['9013,61,42', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['9014,1035,50', 'fantastic', 'adore', 'these', 'jeans', 'great', 'length', 'cute', 'cuffed', 'details', 'could', 'do', 'cartwheels', 'in', 'these', ',5,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['9015,824,37', 'awkward', 'sleeves', 'i', 'loved', 'the', 'way', 'this', 'top', 'looked', 'in', 'stock', 'photos', 'the', 'colors', 'are', 'bright', 'and', 'cheery', 'and', 'it', "'s", 'a', 'great', 'transition', 'piece', 'but', 'the', 'way', 'the', 'sleeves', 'are', 'cut', 'almost', 'makes', 'them', 'feel', 'like', 'water', 'wings', 'if', 'that', 'makes', 'sense', 'they', 'are', 'stiff', 'and', 'wide', 'and', 'awkward', 'i', "'ve", 'worn', 'this', 'a', 'few', 'times', 'hoping', 'maybe', 'the', 'sleeves', 'would', 'relax', 'down', 'they', 'have', "n't", 'maybe', 'it', 'will', 'look', 'okay', 'under', 'a', 'blazer', 'for', 'the', 'office', 'or', 'something', ',3,0,0', 'general', 'tops', 'blouses'] ['9016,861,56', 'i', 'love', 'the', 'paisley', 'print', 'very', 'soft', 'and', 'comfy', 'flutter', 'sleeve', 'look', 'is', 'cute', 'perfect', 'weekend', 'wear', ',5,1,0', 'general', 'tops', 'knits'] ['9017,872,53', 'poorly', 'made', 'i', 'wanted', 'to', 'love', 'this', 'it', 'is', 'so', 'cute', 'and', 'the', 'xxsp', 'my', 'usual', 'size', 'fit', 'perfectly', 'however', 'there', 'was', 'a', 'fatal', 'flaw', 'in', 'the', 'construction', 'the', 'hem', 'was', 'not', 'sewn', 'properly', 'very', 'asymmetrical', 'and', 'lopsided', 'instead', 'of', 'a', 'scoop', 'like', 'shown', 'on', 'the', 'model', 'it', 'was', 'much', 'longer', 'on', 'one', 'side', 'than', 'the', 'other', 'i', 'thought', 'maybe', 'it', 'was', 'just', 'how', 'it', 'hung', 'on', 'me', 'but', 'i', 'took', 'it', 'off', 'and', 'laid', 'it', 'on', 'my', 'bed', 'and', 'i', 'could', 'clearly', 'see', 'that', 'it', 'was', 'sewn', 'wrong', 'this', 'is', 'going', 'back', 'i', 'ordered', 'another', 'one', 'now', 'it', "'s", 'on', 'backorder', 'hopefully', ',3,0,5', 'general', 'tops', 'knits'] ['9018,872,45', 'this', 'is', 'a', 'closet', 'staple', 'loose', 'fitting', 'but', 'lovely', 'well', 'made', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['9019,57,31', 'yes', 'this', 'is', 'a', 'thinner', 'bra', 'it', "'s", 'almost', 'sheer', 'when', 'you', 'hold', 'it', 'up', 'to', 'the', 'light', 'but', 'it', 'fit', 'perfectly', '36d', 'and', 'is', 'seamless', 'under', 'even', 'the', 'thinnest', 'tops', 'i', 'love', 'that', 'its', 'not', 'padded', 'i', 'feel', 'like', 'it', 'just', 'slightly', 'enhances', 'my', 'natural', 'shape', 'without', 'adding', 'anything', 'more', 'and', 'i', 'really', 'wish', 'i', 'had', 'bought', 'multiples', 'before', 'they', 'sold', 'out', 'i', 'ca', "n't", 'speak', 'to', 'how', 'it', 'will', 'hold', 'up', 'since', 'i', 'just', 'got', 'it', 'yesterday', 'and', 'i', "'m", 'wearing', 'it', 'for', 'the', 'first', 'time', 'today', 'but', 'i', "'m", 'keeping', 'my', 'fingers', 'crossed', 'that', 'it', 'will', 'last', 'as', 'wel', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['9020,61,37', ',,2,0,0', 'initmates', 'intimate', 'layering'] ['9021,861,58', 'i', 'love', 'this', 't', 'shirt', 'this', 'shirt', 'has', 'beautiful', 'colors', 'in', 'it', 'it', 'goes', 'with', 'burgundy', 'grey', 'black', 'brown', 'blues', 'and', 'denim', 'it', "'s", 'a', 'generous', 'cut', 'and', 'quite', 'lightweight', 'for', 'fall', 'layering', ',5,1,6', 'general', 'tops', 'knits'] ['9022,872,40', 'cute', 'design', 'but', 'unflattering', 'fit', 'this', 'had', 'a', 'cute', 'design', 'but', 'an', 'unflattering', 'fit', 'for', 'me', 'it', 'was', 'boxy', 'and', 'made', 'my', 'boobs', 'look', 'droopy.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['9023,863,34', 'maybe', 'if', 'it', 'was', '30', 'this', 'tee', 'is', 'cute', 'keep', 'in', 'mind', 'the', 'white', 'is', 'totally', 'sheer', 'but', 'it', "'s", 'huge', 'i', 'ordered', 'an', 'xxs', 'and', 'it', "'s", 'very', 'loose', 'and', 'drapey', 'which', 'is', 'likely', 'the', 'style', 'but', 'when', 'did', 'sizing', 'get', 'to', 'unrealistic', 'also', 'a', 'totally', 'sheer', 'basically', 'a', 'sort', 'of', 'fancier', 'cotton', 'tee', 'for', '60', 'no', 'way', ',3,0,2', 'general', 'petite', 'tops', 'knits'] ['9024,824,43', 'adorable', 'i', 'thought', 'i', "'d", 'be', 'the', 'first', 'to', 'review', 'for', 'non', '-size-', 'small', 'ladies', 'i', "'m", 'usually', 'between', 'a', 'large', 'and', 'xl', 'in', 'retailer', 'the', 'large', 'was', 'great', 'with', 'room', 'as', 'this', 'top', 'is', 'pictured', 'you', "'ll", 'love', 'the', 'details', 'on', 'this', 'colorful', 'fun', 'top', 'ex', 'buttons', 'on', 'the', 'side', 'great', 'with', 'skinnies', 'i', 'bought', 'it', 'on', 'sale', 'but', 'it', 'really', 'is', 'a', 'special', 'top', 'and', 'worth', 'the', 'price', ',5,1,4', 'general', 'tops', 'blouses'] ['9025,1189,42', 'great', 'summer', 'pants', 'these', 'are', 'so', 'much', 'better', 'than', 'i', 'anticipated', 'they', 'are', 'lightweight', 'for', 'summer', 'the', 'perfect', 'length', 'i', "'m", '5', '7', 'and', 'they', 'are', 'just', 'right', 'with', 'a', '2', 'wedge', 'and', 'very', 'flattering', 'i', 'will', 'be', 'living', 'in', 'these', 'all', 'summer', 'long', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'who', 'felt', 'the', 'catalog', 'picture', 'misrepresented', 'them', 'they', 'do', 'not', 'have', 'a', 'technicolor', 'sheen', 'at', 'all', 'rather', 'they', 'are', 'a', 'beautiful', 'classic', 'chambray', ',5,1,3', 'general', 'bottoms', 'jeans'] ['9026,824,43', 'love', 'this', 'top', 'nice', 'quality', 'details', 'and', 'i', 'like', 'the', 'looser', 'cut', 'works', 'well', 'on', 'this', 'blouse', ',5,1,8', 'general', 'tops', 'blouses'] ['9027,861,66', 'the', 'best', 'tee', 't.la', 'makes', 'the', 'best', 'tees', 'soft', 'feel', 'sophisticated', 'color', 'layering', 'and', 'a', 'body', 'skimming', 'shape', 'all', 'retained', 'after', 'multiple', 'washings', 'versatile', 'too', 'other', 'tees', 'fade', 'stretch', 'out', 'shrink', 'not', 't.la', 'a', 'gem', ',5,1,1', 'general', 'tops', 'knits'] ['9028,872,34', 'perfect', 'basic', 'this', 'is', 'a', 'great', 'little', 'top', 'a', 'wonderful', 'basic', 'but', 'the', 'crochet/lace', 'detail', 'adds', 'the', 'perfect', 'amount', 'of', 'uniqueness', 'it', "'s", 'a', 'soft', 'jersey', 'material', 'that', 'does', "n't", 'cling', 'falls', 'very', 'nicely', 'over', 'the', 'body', 'flow-y', 'without', 'being', 'too', 'flow-y', 'i', 'ordered', 'my', 'usual', 'small', 'and', 'it', 'fits', 'tts', 'for', 'reference', 'i', "'m", '5', '1', '125', 'lbs', 'and', '34d', 'bust', 'i', 'did', 'not', 'order', 'the', 'petite', 'since', 'i', 'have', 'a', 'longer', 'torso', 'very', 'happy', 'i', 'orderer', 'a', 'regular', 'small', 'will', 'be', 'a', 'great', 'spring', 'and', 'summer', 'top', ',5,1,17', 'general', 'petite', 'tops', 'knits'] ['9029,824,47', 'mad', 'for', 'plaid', 'i', 'hesitated', 'initially', 'buying', 'this', 'because', 'of', 'the', 'unique', 'fit', 'in', 'the', 'neckline', 'and', 'shoulders', 'and', 'because', 'i', 'have', 'broad', 'shoulders', 'but', 'if', 'you', 'adjust', 'the', 'neck', 'sleeves', 'and', 'play', 'with', 'the', 'overall', 'fit', 'of', 'the', 'shirt', 'it', 'works', 'the', 'boxy', 'airy', 'design', 'has', 'to', 'be', 'paired', 'with', 'something', 'that', 'flows', 'with', 'it', 'i.e', 'linen', 'pants', 'or', 'trusty', 'denim', 'otherwise', 'you', 'may', 'have', 'a', 'battle', 'on', 'your', 'hands', 'finding', 'a', 'complementary', 'pairing', ',4,1,0', 'general', 'tops', 'blouses'] ['9030,823,34', 'not', 'so', 'flattering.', 'i', 'thought', 'this', 'was', 'adorable', 'on', 'the', 'model', 'but', 'not', 'so', 'much', 'on', 'me', 'i', 'actually', 'did', "n't", 'mind', 'it', 'when', 'i', 'tried', 'it', 'on', 'with', 'a', 'long', 'cardigan', 'but', 'i', 'did', "n't", 'want', 'to', 'keep', 'it', 'for', '1', 'look', 'the', 'material', 'felt', 'inexpensive', 'the', 'shape', 'was', 'very', 'unflattering', 'for', 'an', 'average', 'sized', 'women', 'like', 'myself', 'i', "'m", '5', '8', 'and', 'about', '160', 'lbs', ',2,0,0', 'general', 'tops', 'blouses'] ['9031,863,57', 'cute', 't', '1.', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38', '36d', '-32-40', 'and', 'the', 'size', 'l', 'fit', 'me', 'perfectly', 'i', 'probably', 'could', 'have', 'gotten', 'into', 'the', 'm', 'but', 'i', 'do', "n't", 'like', 'my', 't', "'s", 'to', 'pull', 'under', 'the', 'armpits', 'or', 'across', 'the', 'bust', 'and', 'this', 'top', 'looks', 'like', 'it', 'needs', 'room', 'to', 'flow'] [] ['2.', 'the', 'white', 'is', 'very', 'sheer', 'but', 'a', 'nude', 'bra', 'wo', "n't", 'show', 'through', 'the', 'navy', 'is', 'not', 'see', 'through'] [] ['3.', 'i', 'love', 'the', 'asymmetric', 'hem', 'in', 'the', 'back'] [] ['4.', 'i', "'m", 'a', 'little', 'concerned', 'that', 'the', 'raw', 'edge', 'on', 'the', 'hem', 'wo', "n't", 'hold', 'up', 'in', 'the', 'wash', 'but', 'i', 'plan', 'on', 'hand', 'washing', 'these', 'anyway', 'bec', ',5,1,19', 'general', 'petite', 'tops', 'knits'] ['9032,872,42', 'great', 'sale', 'purchase', 'i', 'bought', 'this', 'shirt', 'yesterday', 'for', '30', 'off', 'the', 'sale', 'price', 'i', 'usually', 'wear', 'a', 'm.', 'the', 'store', 'only', 'had', 's', 'and', 'i', 'did', "n't", 'want', 'to', 'pay', 'for', 'shipping', 'so', 'i', 'bought', 'the', 'smaller', 'size', 'it', 'was', 'loose', 'through', 'the', 'body', 'tight', 'in', 'the', 'arms', 'you', 'could', 'size', 'down', 'if', 'you', 'need', 'to', 'but', 'if', 'you', 'have', 'large', 'arms', 'i', 'would', 'get', 'your', 'normal', 'size', 'or', 'get', 'one', 'larger', 'the', 'arm', 'fabric', 'does', 'not', 'have', 'much', 'give', 'the', 'shirt', 'dips', 'low', 'in', 'the', 'front', 'and', 'back', 'so', 'it', 'has', 'ample', 'coverage', 'for', 'your', 'mid', 'section', 'it', 'also', 'would', 'accommodate', 'just', 'about', 'any', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9033,863,36', 'great', 'top', 'fun', 'top', '5', '4', '135', 'lbs', 'and', 'i', 'ordered', 'xs', 'it', 'was', 'too', 'wide', 'and', 'boxy', 'so', 'exchanged', 'for', 'xxs', 'and', 'it', 'fits', 'great', 'i', 'like', 'the', 'fun', 'slant', 'to', 'the', 'side', 'not', 'tight', 'on', 'stomach', 'which', 'is', 'great', 'great', 'top', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9034,863,32', 'great', 'unique', 'everyday', 'tee', 'made', 'in', 'the', 'usa', 'based', 'on', 'the', 'first', 'person', "'s", 'review', 'i', 'ordered', 'a', 'l', 'at', 'first', 'then', 'i', 'got', 'it', 'and', 'it', 'kinda', 'fit', 'like', 'a', 'maternity', 'shirt', 'and', 'looked', 'a', 'bit', 'too', 'baggy/sloppy', 'not', 'as', 'flattering', 'as', 'the', 'picture', 'i', 'tried', 'using', 'the', 'measurement', 'guide', 'below', 'based', 'on', 'the', 'bust', 'measurement', 'and', 'i', "'m", 'at', 'the', 'low', 'end', 'of', 'the', 'm', 'size', 'so', 'i', 'ended', 'up', 'ordering', 'the', 'm', 'and', 's', 'just', 'in', 'case', 'the', 's', 'size', 'fit', 'like', 'the', 'picture', 'i', "'m", 'glad', 'this', 'is', "n't", 'slim', 'in', 'the', 'waist', 'and', 'fitted', 'nicely', 'in', 'the', 'shoulders', 'the', 'blue', 'color', 'is', 'beautiful', 'if', 'you', 'are', 'more', 'of', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['9035,872,38', 'lovely', 'top', 'lovely', 'top', 'flattering', 'and', 'dressy', 'would', 'definitely', 'get', 'another', 'color', 'if', 'they', 'have', 'it', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['9036,872,32', 'perfect', 'basic', 'tee', 'got', 'this', 'in', 'the', 'white', 'and', 'it', 'fits', 'perfectly', 'just', 'the', 'right', 'length', 'and', 'enough', 'detail', 'on', 'the', 'shoulders', 'i', "'m", '5', '6', 'and', '120', 'usually', 'an', 'xxs', 'or', 'xs', 'for', 'tops', 'and', 'the', 'xs', 'fits', 'just', 'right', 'not', 'too', 'loose', 'not', 'too', 'tight', 'i', 'like', 'the', 'style', 'since', 'it', 'emphasizes', 'my', 'shoulders', 'and', 'balances', 'nicely', 'with', 'cropped', 'jeans', 'i', "'m", 'pear', 'shaped', 'material', 'is', 'slightly', 'clingy', 'but', 'it', 'adds', 'to', 'the', 'drape', 'nicely', 'would', "n't", 'work', 'well', 'if', 'it', 'was', 'fitted', 'but', 'it', "'s", 'not', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['9037,1013,38', 'really', 'wanted', 'to', 'love', 'this', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'in', 'the', 'mail', 'and', 'so', 'disappointed', 'when', 'i', 'put', 'it', 'on', 'it', 'had', 'a', 'nice', 'feel', 'to', 'it', 'and', 'fit', 'well', 'when', 'i', 'zipped', 'it', 'up', 'but', 'i', 'do', "n't", 'really', 'know', 'how', 'to', 'adequately', 'describe', 'what', 'it', 'looked', 'like', 'when', 'i', 'glanced', 'in', 'the', 'mirror', 'lumpiness', 'along', 'the', 'seams', 'i', 'do', "n't", 'know', 'if', 'it', 'was', 'a', 'manufacturing', 'flaw', 'or', 'not', 'but', 'it', 'gave', 'me', 'lumpy-looking', 'hips', 'and', 'then', 'kind', 'of', 'clung', 'around', 'my', 'mid-thigh', 'area', 'returned', 'it', 'the', 'next', 'day', ',2,0,5', 'general', 'bottoms', 'skirts'] ['9038,865,30', 'great', 'basic', 'i', 'was', "n't", 'sure', 'about', 'this', 'shirt', 'at', 'first', 'glance', 'it', "'s", 'difficult', 'to', 'see', 'in', 'the', 'picture', 'but', 'the', 'top', 'of', 'the', 'shirt', 'and', 'the', 'peplum', 'are', 'two', 'completely', 'different', 'fabrics', 'with', 'the', 'top', 'having', 'a', 'much', 'looser', 'weave', 'however', 'it', 'looks', 'great', 'on', 'the', 'blue', 'color', 'is', 'very', 'saturated', 'and', 'pretty', 'the', 'fit', 'in', 'the', 'shoulders', 'and', 'arms', 'is', 'stretchy', 'and', 'comfortable', 'and', 'it', 'hangs', 'in', 'a', 'really', 'flattering', 'and', 'comfy', 'way', 'on', 'my', 'hourglass', 'frame', 'i', "'m", 'pretty', 'busty', '36dd', 'i', 'think', 'i', 'usually', 'have', 'to', 'wear', 'l', 'in', 'retailer', 'tops', 'unless', 'they', 'r', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9039,824,51', 'very', 'pink', 'on', 'my', 'screen', 'this', 'looked', 'like', 'burnt', 'oranges', 'were', 'mixed', 'with', 'pink', 'but', 'this', 'was', 'all', 'pink', 'very', 'washed', 'put', 'pinks', 'looked', 'awful', 'on', 'me', 'as', 'brunette', 'maybe', 'will', 'work', 'for', 'someone', 'who', 'likes', 'pastels', 'overall', 'style', 'was', 'also', 'disappointing-', 'just', 'hung', 'this', 'went', 'back.,2,0,1', 'general', 'tops', 'blouses'] ['9040,1189,33', 'comfortable', 'i', 'think', 'these', 'look', 'great', 'i', 'found', 'them', 'on', 'the', 'sale', 'rack', 'and', 'at', '50', 'w/', '40', 'off', 'it', "'s", 'a', 'pretty', 'great', 'deal', 'i', 'plan', 'on', 'wearing', 'with', 'low', 'heels', 'hope', 'they', 'work', 'out', 'i', 'will', 'show', 'to', 'boyfriend', 'get', 'his', 'feedback', 'too', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9041,971,36', 'not', 'cute', 'this', 'blazer', 'looks', 'great', 'on', 'the', 'model', 'and', 'i', 'have', 'a', 'long', 'torso', 'so', 'i', 'thought', 'it', 'would', 'be', 'perfect', 'when', 'i', 'got', 'it', 'it', 'looked', 'like', 'a', 'big', 'box', 'and', 'did', "n't", 'fit', 'anywhere', 'the', 'shoulder', 'pads', 'were', 'giant', 'and', 'the', 'bottom', 'of', 'the', 'coat', 'was', 'huge', 'i', 'got', 'a', 'small', 'based', 'on', 'other', 'reviews', 'but', 'it', 'was', 'way', 'too', 'big', 'sadly', 'i', 'had', 'to', 'return', 'it', ',1,0,0', 'general', 'petite', 'jackets', 'jackets'] ['9042,872,32', 'great', 'i', 'know', 'i', "'m", 'going', 'to', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 't-shirt', 'this', 'summer', 'i', 'have', 'it', 'in', 'white', 'and', 'it', "'s", 'not', 'too', 'see', 'through', 'which', 'is', 'what', 'i', 'always', 'worry', 'about', 'when', 'i', 'wear', 'white', 'shirts', 'it', "'s", 'basic', 'but', 'then', 'it', 'has', 'lace', 'on', 'the', 'shoulders', 'that', 'adds', 'something', 'extra', 'i', 'love', 'its', 'drape', 'it', "'s", 'not', 'too', 'form', 'fitting', 'on', 'me', 'i', "'m", '5', '2', 'it', 'tends', 'to', 'be', 'a', 'bit', 'long', 'but', 'i', 'like', 'it', 'the', 'shirt', 'being', 'cotton', 'means', 'that', 'it', "'s", 'super', 'soft', 'as', 'far', 'as', 'washing', 'goes', 'best', 'practice', 'is', 'to', 'machine', 'wash', 'and', 'hang', 'to', 'dry', 'i', "'m", 'afraid', 'of', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['9043,824,49', 'tricky', 'would', 'work', 'on', 'some', 'people', 'such', 'a', 'cute', 'plaid', 'print', 'i', 'could', "n't", 'resist', 'ordering', 'this', 'but', 'all', 'of', 'the', 'petite', 'sizes', 'were', 'sold', 'out', 'i', 'went', 'with', 'the', 'xs', 'based', 'on', 'other', 'reviews', 'and', 'it', 'was', 'just', 'too', 'huge', 'i', 'ended', 'up', 'returning', 'it', 'i', 'think', 'the', 'xs', 'petite', 'may', 'have', 'worked', 'but', 'it', "'s", 'sold', 'out', 'so', 'i', "'ll", 'never', 'know', 'it', 'is', 'boxy', 'so', 'you', 'may', 'need', 'to', 'be', 'careful', 'if', 'that', 'fit', 'works', 'for', 'your', 'body', 'or', 'not', 'the', 'colors', 'are', 'magnificent', ',4,0,0', 'general', 'tops', 'blouses'] ['9044,824,34', 'looks', 'great', 'on', 'the', 'picture', 'but', 'when', 'it', 'arrived', 'it', 'was', 'a', 'great', 'disappointment', 'both', 'the', 'colors', 'and', 'style', 'the', 'material', 'seems', 'great', 'quality', 'but', 'it', "'s", 'stiff', 'and', 'scratchy', 'the', 'style', 'is', 'very', 'boxy', 'and', 'as', 'another', 'reviewer', 'said', 'just', 'hung', 'i', "'m", 'a', 'brunette', 'and', 'the', 'colors', 'looked', 'terrible', 'on', 'me', 'back', 'it', 'goes', ',2,0,0', 'general', 'tops', 'blouses'] ['9045,898,36', 'i', 'love', 'the', '80', "'s", 'once', 'or', 'twice', 'a', 'year', 'retailer', 'dons', 'out', 'a', 'true', '80s', 'masterpiece', 'the', 'sweater', 'is', 'sturdy', 'bright', 'and', 'bold', 'quality', 'and', 'craftsmanship', 'are', 'amazing', 'and', 'the', 'fit', 'is', 'tts', 'i', 'can', 'not', 'wait', 'for', 'the', 'cooler', 'weather', 'to', 'wear', 'this', 'beauty', 'with', 'some', 'skinny', 'jeans', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['9046,872,29', 'great', 'simple', 'shirt', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'fell', 'in', 'love', 'it', "'s", 'such', 'a', 'simple', 'shirt', 'but', 'the', 'details', 'are', 'special', 'runs', 'tts', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9047,824,64', 'could', 'not', 'resist', 'this', 'plaid', 'spotted', 'this', 'in', 'the', 'local', 'store', 'last', 'week', 'just', 'had', 'to', 'try', 'it', 'on', 'it', 'is', 'a', 'soft', 'cotton', 'gauze', 'texture', 'which', 'is', 'slightly', 'stiff', 'but', 'in', 'a', 'good', 'way', 'my', 'usual', 'size', 'small', 'was', 'too', 'big', 'the', 'oversized', 'look', 'was', 'fine', 'from', 'front', 'back', 'view', 'but', 'in', 'the', 'side', 'view', 'the', 'bottom', 'stuck', 'way', 'out', 'the', 'xs', 'was', 'much', 'better', 'so', 'i', 'took', 'it', 'home', 'its', 'very', 'comfy', 'looks', 'great', 'with', 'dark', 'blue', 'denim', '5', '3', '118', ',5,1,15', 'general', 'tops', 'blouses'] ['9048,1035,54', 'i', 'tried', 'on', 'these', 'jeans', 'in', 'the', 'store', 'because', 'they', 'were', 'so', 'soft', 'but', 'had', 'to', 'order', 'my', 'size', 'when', 'they', 'arrived', 'the', 'wash', 'on', 'the', 'jeans', 'was', 'worn', 'enough', 'that', 'they', 'looked', 'a', 'little', 'dirty', 'i', 'prefer', 'to', 'have', 'a', 'dressier', 'jean', 'in', 'a', 'dark', 'wash', 'so', 'i', 'am', 'returning', 'them', 'my', 'normal', 'pilcro', 'pant', 'size', 'is', '27', 'and', 'these', 'were', 'a', 'little', 'large', 'in', 'the', 'waist', 'not', 'sure', 'if', 'they', 'would', 'shrink', 'with', 'washing', ',4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['9049,824,44', 'go', 'to', 'pattern', 'i', 'm', 'mad', 'for', 'plaid', 'but', 'usually', 'for', 'smaller', 'pattern', 'and', 'winter', 'colors', 'somehow', 'this', 'top', 'was', 'love', 'at', 'first', 'sight', 'it', 'looks', 'simple', 'but', 'it', 's', 'not', 'it', 's', 'unique', 'in', 'its', 'own', 'way', 'look', 'at', 'the', 'back', 'the', 'slightly', 'puffy', 'sleeves', 'the', 'side', 'slit', 'and', 'the', 'colors', 'are', 'such', 'a', 'great', 'mix', 'that', 'go', 'with', 'everything', 'the', 'stylist', 'opened', 'up', 'a', 'couple', 'of', 'side', 'buttons', 'and', 'tied', 'the', 'material', 'to', 'a', 'knot', 'so', 'cute', 'i', 'purchased', 'the', 'xs', 'and', 'the', 'fit', 'is', 'the', 'same', 'as', 'shown', 'online', 'i', 'm', '5', '2', '34b', '26', 'waist', '36', 'hips', 'i', 'know', 'the', 'price', 'seems', ',5,1,6', 'general', 'tops', 'blouses'] ['9050,1189,38', 'cute', 'pants', 'nice', 'fabric', 'runs', 'small', 'ca', "n't", 'pants', 'the', 'material', 'is', 'lightweight', 'and', 'perfect', 'for', 'summer', 'however', 'i', 'felt', 'they', 'were', 'cut', 'narrow', 'in', 'the', 'hips', 'i', 'am', 'a', 'solid', 'size', '30/8', 'and', 'i', 'could', "n't", 'get', 'the', '30', 'over', 'my', 'hips.,3,1,5', 'general', 'bottoms', 'jeans'] ['9051,872,65', 'great', 'tee', 'with', 'beautiful', 'drape', 'and', 'crochet', 'detail', 'this', 'pretty', 'tee', 'looks', 'wonderful', 'on', 'the', 'cut', 'and', 'drape', 'really', 'flatter', 'a', 'woman', "'s", 'shape', 'and', 'will', 'be', 'versatile', 'for', 'pairing', 'with', 'casual', 'or', 'work', 'outfits', 'i', 'love', 'the', 'soft', 'feeling', 'although', 'it', 'is', 'not', 'cotton', 'as', 'posted', 'online', 'the', 'tag', 'inside', 'the', 'shirt', 'says', '95', 'rayon', '5', 'spandex', 'it', 'does', "n't", 'really', 'matter', 'but', 'it', "'s", 'not', 'what', 'i', 'expected', 'the', 'rayon/spandex', 'is', 'very', 'soft', 'to', 'the', 'touch', 'has', 'a', 'beautiful', 'texture', 'to', 'it', 'and', 'certainly', 'feels', 'comfortable', 'i', 'really', 'love', 'the', 'lower', 'back', 'hem', 'at', 'the', 'hips', 'so', 'flattering', 'i', 'd', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['9052,1118,42', ',,5,1,0', 'general', 'jackets', 'outerwear'] ['9053,872,37', 'love', 'the', 'details', 'great', 'shirt', 'that', 'is', 'basic', 'with', 'a', 'little', 'something', 'extra', 'meadow', 'rue', 'does', 'it', 'again', 'i', 'swear', 'i', 'buy', 'everything', 'they', 'put', 'out', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9054,1100,35', 'beautiful', 'i', 'love', 'this', 'dress', 'it', 'is', 'comfortable', 'and', 'pretty', 'well', 'made', 'and', 'classic', 'it', 'edges', 'toward', 'the', 'larger', 'size', 'however', 'it', 'is', 'supposed', 'to', 'be', 'big', 'i', 'got', 'a', 'small', 'and', 'at', 'first', 'it', 'looked', 'too', 'big', 'but', 'the', 'shoulders', 'are', 'perfect', 'i', 'feel', 'like', 'sissy', 'spacek', 'in', 'this', 'gown', 'and', 'you', 'will', 'also', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9055,971,33', 'love', 'this', 'jacket', 'i', 'purchased', 'this', 'jacket', 'on', 'pure', 'impulse', 'to', 'be', 'quite', 'honest', 'it', 'reminds', 'me', 'of', 'a', 'coat', 'my', 'dad', 'used', 'to', 'wear', 'and', 'i', 'was', 'halfway', 'on', 'the', 'way', 'to', 'retailer', 'when', 'i', 'decided', 'to', 'try', 'it', 'on', 'my', 'goodness', 'it', "'s", 'perfect', 'it', "'s", 'slightly', 'oversized', 'delightfully', '70', "'s", 'and', 'makes', 'everything', 'look', 'good', 'skirts', 'pants', 'dresses', 'etc', 'buy', 'it', 'especially', 'off', 'the', '70', "'s", 'have', 'a', 'special', 'place', 'in', 'your', 'heart', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9056,861,63', 'my', 'favorite', 'tee', 'this', 'tee', 'is', 'my', 'favorite', 'this', 'year', 'it', 'just', 'looks', 'great', 'on', 'not', 'fitted', 'but', 'not', 'loose', 'either', 'i', 'love', 'it', 'so', 'much', 'i', 'have', 'it', 'in', 'white', 'black', 'pink', 'light', 'green', 'gray', 'slate', 'blue', 'and', 'holly', 'the', 'holly', 'was', 'my', 'least', 'favorite', 'color', 'i', 'thought', 'it', 'would', 'look', 'a', 'little', "'greener", 'it', 'is', 'so', 'dark', 'you', 'almost', 'have', 'to', 'see', 'it', 'in', 'the', 'sunlight', 'to', 'be', 'sure', 'it', 'is', 'green', 'i', 'ordered', 'it', 'online', 'from', 'the', 'store', 'and', 'i', 'kept', 'it', 'just', 'because'] [] ['i', 'love', 'the', 'fact', 'that', 'it', 'can', 'be', 'machine', 'warned', 'and', 'dried', 'without', 'shrinking', 'i', 'do', "n't", 'dr', ',5,1,0', 'general', 'tops', 'knits'] ['9057,38,24', 'more', 'compliments', 'than', 'i', 'could', 'have', 'imagined', 'i', 'knew', 'when', 'i', 'bought', 'this', 'bralette', 'that', 'there', 'was', 'something', 'special', 'about', 'it', 'the', 'intricacy', 'of', 'the', 'design', 'is', 'really', 'pretty', 'as', 'is', 'the', 'style', 'but', 'seriously', 'every', 'single', 'time', 'i', 'wear', 'this', 'bralette', 'out', 'paired', 'with', 'a', 'cute', 'top', 'or', 'dress', 'i', 'get', 'tons', 'of', 'compliments', 'from', 'all', 'of', 'my', 'friends', 'i', 'never', 'thought', 'a', 'bralette', 'would', 'spark', 'so', 'much', 'conversation', 'aside', 'from', 'that', 'it', 'is', 'super', 'durable', 'i', "'ve", 'had', 'it', 'for', 'a', 'year', 'now', 'have', 'washed', 'it', 'several', 'times', 'and', 'it', 'is', 'not', 'stretched', 'out', 'at', 'all', 'or', 'frayed', 'aka', 'it', 'is', 'gre', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['9058,1035,34', 'super', 'cute', 'perfect', 'crop', 'jeans', 'with', 'just', 'a', 'tiny', 'flare', 'i', "'m", 'a', 'size', '8', 'and', 'the', '29s', 'fit', 'perfectly.,5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['9059,830,46', 'i', 'do', "n't", 'think', 'this', 'is', 'an', 'off', 'the', 'shoulder', 'top', 'bought', 'this', 'and', 'tried', 'it', 'on', 'in', 'the', 'store', 'when', 'i', 'first', 'tried', 'it', 'on', 'i', 'thought', 'it', 'was', 'off', 'the', 'shoulder', 'but', 'the', 'elastic', 'is', 'so', 'tight', 'it', 'hurt', 'within', 'a', 'minute', 'of', 'having', 'it', 'on', 'i', 'got', 'my', 'usual', 'size', 'xs', 'and', 'it', 'fits', 'fine', 'if', 'i', 'wear', 'this', 'as', 'a', 'regular', 'top', 'and', 'not', 'off', 'the', 'shoulder', 'it', 'has', 'a', 'thin', 'elastic', 'not', 'the', 'thicker', 'band', 'maybe', 'some', 'could', 'pull', 'this', 'off', 'for', 'off', 'the', 'shoulder', 'but', 'in', 'my', 'opinion', 'it', "'s", 'not', 'comfortable', 'that', 'way', 'i', 'bought', 'the', 'other', 'white', 'off', 'the', 'shoulder', 'top', 'from', 'retailer', 'last', 'month', 'and', 'it', "'s", 'fine', ',4,1,5', 'general', 'tops', 'blouses'] ['9060,38,64', ',,5,1,0', 'initmates', 'intimate', 'intimates'] ['9061,861,56', 'love', 'this', 'shirt', 'the', 'fabric', 'is', 'thin', 'though', 'you', 'better', 'wash', 'it', 'in', 'a', 'bag', 'or', 'the', 'washing', 'machine', 'will', 'tear', 'it', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['9062,1123,33', 'i', "'m", 'very', 'pleased', 'with', 'this', 'jacket', 'i', "'ve", 'never', 'owned', 'a', 'vegan', 'leather', 'anything', 'so', 'i', 'did', "n't", 'know', 'if', 'it', 'would', 'show', 'up', 'cheap', 'looking', 'or', 'smelly', 'but', 'to', 'my', 'surprise', 'it', 'did', "n't", 'have', 'a', 'smell', 'or', 'that', 'shiny', 'cheap', 'look', 'i', "'m", 'so', 'glad', 'i', 'headed', 'the', 'other', 'reviewers', 'advise', 'and', 'i', 'sized', 'up', 'my', 'typical', 'size', 'would', 'have', 'been', 'to', 'tight', 'and', 'short', 'i', "'m", 'excited', 'to', 'wear', 'this', 'with', 'dresses', 'and', 'jeans', 'this', 'fall', 'i', 'bought', 'the', 'honey', 'color', 'and', 'it', "'s", 'more', 'like', 'a', 'cross', 'between', 'beige', 'and', 'blush', 'a', 'slight', 'dusty', 'pink', 'hue', 'i', 'love', ',5,1,1', 'general', 'jackets', 'outerwear'] ['9063,830,36', 'fun', 'trend', 'splurge', 'this', 'top', 'is', 'my', 'fun', 'splurge', 'for', 'the', 'summer', 'it', "'s", 'a', 'little', 'flowy', 'but', 'not', 'over', 'the', 'top', 'and', 'the', 'quality', 'is', 'great'] [] ['i', "'m", '5', '7', '120lb', 'with', 'really', 'broad', 'swimmer', 'shoulders', 'i', 'preferred', 'the', 'xs', 'because', 'it', 'was', 'a', 'little', 'bit', 'less', 'flowy', 'on', 'the', 'sides', 'than', 'the', 's.', 'but', 'the', 'length', 'on', 'the', 'xs', 'is', 'dramatically', 'shorter', 'than', 's', 'so', 'i', 'went', 'with', 'the', 's.', ',4,1,0', 'general', 'tops', 'blouses'] ['9064,1123,41', 'nice', 'unfortunately', 'did', "n't", 'work', 'for', 'me', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'jacket', 'have', 'been', 'looking', 'for', 'a', 'leather', 'jacket', 'for', 'a', 'while', 'and', 'thought', 'this', 'would', 'be', 'the', 'perfect', 'one', 'unfortunately', 'i', 'have', 'broad', 'shoulders', 'and', 'it', 'seemed', 'a', 'little', 'tight', 'i', 'got', 'my', 'normal', 'size', 's', 'based', 'on', 'retailer', 'shirts', 'maybe', 'if', 'i', 'got', 'the', 'm', 'although', 'the', 's', 'fit', 'well', 'in', 'the', 'waist', 'so', 'also', 'my', 'small', 'chest', '32b', 'did', "n't", 'fill', 'out', 'the', 'darting', 'in', 'the', 'chest', 'area', 'one', 'last', 'wish', 'was', 'that', 'it', 'was', 'a', 'little', 'longer'] ['as', 'with', 'all', 'hei', 'hei', 'the', 'inner', 'lining', 'was', 'very', 'cute', 'ove', ',4,1,20', 'general', 'jackets', 'outerwear'] ['9065,1094,39', 'heavy', 'material', 'i', 'looked', 'forward', 'to', 'this', 'dress', 'it', "'s", 'a', 'lovely', 'design', 'it', "'s", 'a', 'heavy', 'material', 'that', 'does', "n't", 'have', 'the', 'most', 'flattering', 'fit', 'the', 'green', 'lace', 'has', 'snags', 'along', 'the', 'hemlines', 'which', 'is', 'a', 'disappointment', 'i', "'m", 'returning', 'the', 'dress.,3,0,0', 'general', 'dresses', 'dresses'] ['9066,830,39', 'lovely', 'in', 'lace', 'absolutely', 'stunning', 'design', 'with', 'the', 'eyelet', 'lace', 'top', 'it', "'s", 'a', 'very', 'romantic', 'comfortable', 'top', 'that', 'has', 'a', 'flattering', 'fit', 'i', "'m", 'so', 'glad', 'that', 'it', 'has', 'lining', 'so', 'i', 'do', "n't", 'need', 'to', 'be', 'concerned', 'about', 'exposing', 'myself', 'to', 'anyone', 'it', 'has', 'a', 'light', 'fabric', 'so', 'it', "'s", 'very', 'comfortable', 'in', 'the', 'summer', 'heat', 'and', 'humidity', 'in', 'florida', ',5,1,1', 'general', 'tops', 'blouses'] ['9067,1123,29', 'perfect', 'fall', 'jacket', 'i', "'ve", 'been', 'looking', 'for', 'a', 'leather/faux', 'leather', 'jacket', 'for', 'ages', 'and', 'this', 'one', 'is', 'perfect', 'it', "'s", 'just', 'a', 'tiny', 'bit', 'edgy', 'but', 'more', 'feminine', 'than', 'most', 'leather', 'jackets', 'which', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'typically', 'wear', 'xs', 'but', 'after', 'reading', 'the', 'reviews', 'for', 'this', 'jacket', 'that', 'said', 'it', 'runs', 'small', 'i', 'ordered', 'both', 'a', 'small', 'and', 'xs', 'to', 'try', 'on', 'the', 'small', 'was', 'way', 'too', 'big', 'and', 'the', 'xs', 'fit', 'perfectly', 'it', 'can', 'be', 'worn', 'over', 'a', 'light', 'layer', 'or', 'over', 'a', 'chunky', 'sweater', 'very', 'comfortably', 'without', 'the', 'arms', 'getting', 'tight', 'i', 'th', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9068,1123,39', 'like', 'enough', 'this', 'is', 'a', 'nice', 'everyday', 'jacket', 'to', 'wear', 'with', 'dresses', 'jeans', 'skirts', 'anything', 'i', 'ordered', 'the', 'only', 'color', 'that', 'had', 'petite', 'left', 'the', 'plum', 'i', 'liked', 'it', 'but', 'the', 'fit', 'was', 'a', 'little', 'boxy', 'even', 'as', 'xs', 'petite', 'length', 'was', 'nice', 'however', 'color', 'was', 'also', 'a', 'nice', 'neutral', 'though', 'it', 'says', 'plum', 'it', 'is', 'a', 'darker', 'brown', 'for', 'reference', '30dd', 'chest', '26.5', 'in', 'waist', '115', 'lbs', 'review', 'on', 'xsp', ',4,1,1', 'general', 'jackets', 'outerwear'] ['9069,1035,48', 'i', 'love', 'how', 'these', 'jeans', 'look', 'on', 'tts', 'adorable', 'i', 'exchanged', 'my', 'first', 'pair', 'due', 'to', 'stitching', 'coming', 'out', 'in', 'the', 'back', 'right', 'pocket', 'pair', '2', '-the', 'stitching', 'came', 'out', 'in', 'the', 'exact', 'same', 'place', 'this', 'seems', 'to', 'be', 'a', 'problem', 'with', 'the', 'quality/sewing', 'the', 'fact', 'that', 'the', 'stitching', 'is', 'gold', 'and', 'decorative', 'as', 'well', 'as', 'functional', 'means', 'it', 'will', 'keep', 'unraveling', 'until', 'the', 'jeans', 'are', 'ruined', '2nd', 'pair', 'has', 'to', 'go', 'back', 'too', 'bad', ',2,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['9070,1123,37', 'so', 'happy', 'with', 'this', 'jacket', 'i', 'have', 'looked', 'for', 'what', 'feels', 'like', 'forever', 'for', 'a', 'vegan', 'leather', 'jacket', 'that', 'is', '1', 'long', 'enough', 'in', 'the', 'sleeves', 'and', '2', 'wide', 'enough', 'in', 'the', 'shoulders', 'without', 'being', 'bulky', 'through', 'the', 'body', 'i', 'found', 'it', 'ran', 'true', 'to', 'size', 'my', 'usual', 'large', 'for', 'well', 'xl', 'was', 'a', 'little', 'big', 'the', 'material', 'is', 'beautiful', 'and', 'soft', 'and', 'the', 'colors', 'are', 'great', 'i', 'ordered', 'the', 'honey', 'and', 'cognac', 'and', 'love', 'them', 'both', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9071,1094,35', 'gorgeous', 'dress', 'this', 'is', 'a', 'stunning', 'dress', 'fits', 'true', 'to', 'size', 'very', 'high', 'quality', 'has', 'a', 'very', 'flattering', 'shape', 'and', 'the', 'lace', 'embroidery', 'is', 'gorgeous', ',5,1,0', 'general', 'dresses', 'dresses'] ['9072,1035,52', 'super', 'cute', 'but', 'no', 'flare', 'these', 'are', 'adorable', 'and', 'very', 'very', 'comfortable', 'i', "'m", 'loving', 'the', 'flattering', 'mid', 'rise'] ['as', 'stated', 'before', 'there', 'is', 'no', 'flare', 'as', 'depicted', 'in', 'the', 'photo', 'but', 'still', 'super', 'cute'] ['nice', 'with', 'flats', 'easy', 'to', 'dress', 'up', 'with', 'some', 'sexy', 'heels', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9073,1123,21', 'feels', 'amazing', 'almost', 'perfect', 'this', 'jacket', 'does', "n't", 'have', 'that', 'weird', 'vegan', 'smell', 'it', "'s", 'soft', 'smooth', 'and', 'very', 'high', 'quality', 'this', 'jacket', 'is', 'also', 'a', 'nice', 'surprise', 'for', 'us', 'busty', 'ladies', 'i', "'m", 'a', '32ddd', 'and', 'the', 'm', 'fit', 'nicely', 'no', 'squishing', 'as', 'the', 'other', 'reviewers', 'have', 'said', 'the', 'chest', 'has', 'room'] [] ['i', 'got', 'the', 'gray', 'and', 'i', 'loved', 'it', 'it', "'s", 'soft', 'tint', 'i', 'returned', 'it', 'because', 'the', 'lower', 'band', 'of', 'the', 'jacket', 'sits', 'right', 'at', 'my', 'widest', 'part', 'of', 'my', 'torso', 'my', 'post-baby', 'belly', 'the', 'jacket', 'is', 'sort', 'of', 'short', 'like', 'a', 'peplum', 'and', 'i', 'want', 'to', 'hide', 'the', 'st', ',4,1,3', 'general', 'jackets', 'outerwear'] ['9074,1094,33', 'beautifully', 'made', 'dress', 'i', 'am', '5', '4', '34b', '106lbs', 'and', 'the', '0', 'fit', 'me', 'perfectly', 'it', 'comes', 'just', 'above', 'my', 'knee', 'so', 'i', 'could', 'also', 'have', 'worn', 'the', 'petite', 'and', 'would', 'have', 'been', 'fine', 'if', 'it', 'was', 'shorter', 'too', 'i', 'rarely', 'wear', 'green', 'but', 'this', 'shade', 'is', 'so', 'pretty', ',5,1,0', 'general', 'dresses', 'dresses'] ['9075,1094,40', 'great', 'dress', 'i', 'love', 'this', 'dress', 'i', 'am', '5', '3', '117', 'lbs', 'and', 'ordered', 'the', 'size', '0.', 'the', 'fit', 'is', 'excellent', 'and', 'is', 'very', 'flattering', 'the', 'color', 'is', 'more', 'kelly', 'green', 'than', 'what', 'is', 'shown', 'in', 'the', 'picture', 'and', 'is', 'lovely', 'i', 'wore', 'it', 'to', 'my', '40th', 'celebration', 'and', 'adored', 'wearing', 'the', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['9076,265,65', ',i', "'m", 'very', 'disappointed', 'in', 'the', 'quality', 'it', 'seems', 'more', 'like', 'a', 'pajama', 'than', 'a', 'tunic', 'definitely', 'not', 'worth', '100.00', 'dollars', 'i', 'plan', 'to', 'return', 'it.,2,0,14', 'initmates', 'intimate', 'sleep'] ['9077,1123,31', 'awesome', 'jacket', 'a', 'friend', 'of', 'mine', 'has', 'several', 'of', 'these', 'jackets', 'and', 'i', 'always', 'asked', 'where', 'did', 'you', 'find', 'that', 'from', 'the', 'answer', 'retailer', 'vegan', 'leather', 'jackets', 'i', 'bought', '2', 'when', 'they', 'were', 'on', 'sale', 'and', 'i', 'love', 'both', 'grey', 'and', 'dark', 'brown/purple', 'they', 'are', 'super', 'comfy', 'and', 'surprisingly', 'warm', 'can', 'dress', 'up', 'or', 'dress', 'down', 'for', 'any', 'occasion', 'i', 'ca', "n't", 'wait', 'to', 'buy', 'more', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9078,871,47', ',the', 'material', 'that', 'was', 'used', 'to', 'make', 'this', 'top', 'is', 'very', 'thin', 'and', 'poor', 'quality', 'it', 'feels', 'like', 'the', 'type', 'of', 'material', 'that', 'will', 'disintegrate', 'after', 'one', 'wash.', 'i', 'normally', 'wear', 'an', 'xl', 'and', 'this', 'top', 'is', 'huge', 'and', 'not', 'flattering', 'returning', 'asap.,1,0,14', 'general', 'tops', 'knits'] ['9079,1123,34', ',,4,1,0', 'general', 'jackets', 'outerwear'] ['9080,861,60', ',great', 'soft', 'tee', 'got', 'the', 'blue', 'and', 'really', 'love', 'the', 'color.,4,1,0', 'general', 'tops', 'knits'] ['9081,1123,39', 'best', 'jacket', 'i', "'ve", 'been', 'looking', 'for', 'a', 'leather', 'or', 'faux', 'leather', 'jacket', 'for', 'years', 'and', 'years', 'and', 'this', 'is', 'the', 'first', 'one', 'that', 'i', "'ve", 'ever', 'loved', 'so', 'much', 'the', 'style', 'is', 'edgy', 'and', 'modern', 'yet', 'still', 'feminine', 'and', 'flattering', 'love', 'the', 'cut', 'of', 'the', 'jacket', 'so', 'flattering', 'looks', 'amazing', 'with', 'dresses', 'skirts', 'or', 'denim', 'i', 'got', 'the', 'dark', 'red', 'color', 'and', 'it', "'s", 'much', 'more', 'brown', 'and', 'neutral', 'than', 'it', 'appears', 'online', 'i', 'would', 'love', 'to', 'get', 'the', 'tan', 'color', 'as', 'well', 'but', 'it', "'s", 'currently', 'sold', 'out', 'in', 'my', 'size', 'the', 'faux', 'leather', 'looks', 'believable', 'and', 'expensiv', ',5,1,3', 'general', 'jackets', 'outerwear'] ['9082,830,59', 'too', 'big', 'i', 'ordered', 'a', 'small', 'which', 'is', 'my', 'usual', 'retailer', 'size', 'but', 'this', 'was', 'like', 'a', 'tent', 'on', 'me', 'it', "'s", 'fine', 'if', 'you', 'like', 'things', 'super', 'super', 'blousey', 'but', 'that', 'was', "n't", 'what', 'i', 'was', 'looking', 'for', 'also', 'it', 'is', 'very', 'long', 'a', 'very', 'weird', 'amount', 'of', 'long', 'also', 'there', 'is', 'only', 'eyelet', 'on', 'the', 'front', 'the', 'whole', 'back', 'of', 'the', 'shirt', 'is', 'just', 'plain', 'fabric', 'i', 'like', 'the', 'idea', 'of', 'this', 'shirt', 'but', 'all', 'in', 'all', 'it', 'was', 'very', 'disappointing', ',2,0,3', 'general', 'tops', 'blouses'] ['9083,1094,70', 'beautiful', 'dress', 'just', 'received', 'this', 'dress', 'in', 'the', 'mail', 'it', "'s", 'stunning', 'the', 'lace', 'is', 'just', 'beautiful', 'i', 'ordered', 'two', 'sizes', 'and', 'had', 'to', 'size', 'down', 'a', 'bit', 'the', 'fit', 'is', 'generous', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'to', 'my', 'rehearsal', 'dinner', 'next', 'week.,5,1,6', 'general', 'dresses', 'dresses'] ['9084,830,40', 'runs', 'huge', 'this', 'top', 'runs', '2', 'full', 'sizes', 'large', 'had', 'to', 'send', 'back', 'and', 'didn', 't', 'want', 'to', 'bother', 'with', 'getting', 'a', 'new', 'one.,3,0,2', 'general', 'tops', 'blouses'] ['9085,1123,83', 'light', 'weight', 'for', 'fall', 'i', 'really', 'like', 'the', 'soft', 'and', 'very', 'wearability', 'of', 'this', 'vegan', 'leather', 'jacket', 'my', 'only', 'wish', 'was', 'for', 'the', 'jacket', 'color', 'to', 'have', 'a', 'bit', 'more', 'rose', 'tone', 'to', 'it', 'as', 'the', 'color', 'description', 'implies', 'overall', 'a', 'definite', 'keeper', ',4,1,0', 'general', 'jackets', 'outerwear'] ['9086,1035,40', 'had', 'high', 'hopes', 'slightly', 'disappointing', 'i', 'wanted', 'the', 'picture', 'the', 'full-on', 'flare', 'it', 'has', 'very', 'little', 'flare', 'that', 'said', 'they', "'re", 'still', 'comfortable', 'jeans', 'so', 'i', "'ll", 'keep', 'them', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9087,830,56', 'cute', 'summer', 'top', 'i', 'bought', 'this', 'at', 'the', 'store', 'today', 'and', 'it', "'s", 'the', 'perfect', 'summer', 'top', 'i', "'m", 'not', 'going', 'to', 'pull', 'it', 'off', 'my', 'shoulders', 'so', 'it', "'s", 'a', 'little', 'shorter', 'than', 'shown', 'here', 'but', 'it', 'goes', 'great', 'with', 'capris', 'and', 'skinny', 'jeans', 'and', 'i', 'plan', 'to', 'take', 'it', 'with', 'me', 'to', 'italy', 'it', 'will', 'go', 'with', 'so', 'many', 'things', 'very', 'well', 'made', 'thickish', 'material', ',5,1,3', 'general', 'tops', 'blouses'] ['9088,1035,61', 'cute', 'jeans', 'i', 'really', 'liked', 'these', 'jeans', 'i', 'had', 'to', 'return', 'though', 'they', 'run', 'small', 'i', 'normally', 'wear', 'a', '27', 'and', 'could', 'have', 'gone', 'for', 'a', '28', 'in', 'these', 'maybe', 'it', 'was', 'because', 'i', 'went', 'for', 'the', 'petite', 'they', 'can', 'run', 'a', 'bit', 'smaller.,4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['9089,1123,48', 'love', 'this', 'i', 'got', 'the', 'jacket', 'in', 'the', 'gray', 'it', "'s", 'a', 'pretty', 'pretty', 'shade', 'of', 'gray', 'it', "'s", 'soft', 'and', 'feels', 'really', 'good', 'on', 'it', "'s", 'short', 'like', 'hits', 'at', 'the', 'waist', 'i', 'have', 'long', 'arms', 'and', 'the', 'small', 'for', 'perfect', 'which', 'i', 'was', 'very', 'pleased.,5,1,0', 'general', 'jackets', 'outerwear'] ['9090,1123,29', 'gorgeous', 'i', "'d", 'been', 'looking', 'for', 'a', 'replacement', 'for', 'my', 'faux', 'leather', 'jacket', 'and', 'this', 'has', 'surpassed', 'my', 'expectations', 'well-made', 'lovely', 'color', 'very', 'soft', 'flattering', 'cut', 'it', 'runs', 'small', 'so', 'i', 'sized', 'up', 'from', 'my', 'usual', 'petite', 'xs', 'to', 'a', 'petite', 's.', 'it', "'s", 'warm', 'and', 'the', 'lining', 'is', 'very', 'pretty', 'hopefully', 'it', "'ll", 'hold', 'up', 'to', 'daily', 'wear', 'i', "'d", 'definitely', 'recommend', 'it', 'as', 'a', 'great', 'jacket', 'to', 'take', 'you', 'from', 'fall', 'spring', 'i', 'got', 'the', 'plum', 'color', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9091,830,45', 'very', 'well', 'made', 'top', 'i', 'tried', 'this', 'on', 'today', 'and', 'loved', 'it', 'it', 'is', 'so', 'well', 'made', 'and', 'stays', 'down', 'off', 'the', 'shoulders', 'without', 'any', 'struggle', 'it', 'is', 'lined', 'in', 'the', 'front', 'and', 'the', 'back', 'is', 'billowy', 'and', 'gorgeous', 'a', 'timeless', 'and', 'well', 'made', 'piece.,5,1,3', 'general', 'tops', 'blouses'] ['9092,1123,38', 'cute', 'and', 'will', 'go', 'with', 'everything', 'i', 'have', 'a', 'hard', 'time', 'with', 'jackets', 'fitting', 'because', 'i', 'have', 'chubby', 'arms', 'compared', 'to', 'the', 'rest', 'of', 'me', 'i', 'like', 'the', 'way', 'this', 'fits', 'and', 'it', 'does', "n't", 'pull', 'when', 'i', 'try', 'to', 'cross', 'my', 'arms', 'in', 'front', 'i', 'feel', 'like', 'it', "'s", 'good', 'quality', 'and', 'hopefully', 'wo', "n't", 'flake', 'the', 'way', "'vegan", 'i.e', 'fake', 'leather', 'can', 'and', 'i', 'think', 'i', 'can', 'throw', 'it', 'over', 'a', 'top', 'with', 'jeans', 'or', 'a', 'dress', 'and', 'it', 'will', 'be', 'cute', 'and', 'versatile', 'i', 'also', 'like', 'the', 'length', 'that', 'hits', 'right', 'at', 'my', 'hip', 'i', "'m", '5', '2', 'and', 'do', "n't", 'like', 'when', 'jackets', 'like', 'this', 'are', 'are', 'too', 'long', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9093,1123,22', 'fit', "'s", 'perfectly', 'love', 'this', 'jacket', 'got', 'my', 'usual', 'size', 'medium', 'and', 'is', 'perfect', 'beautiful', 'quality,5,1,0', 'general', 'jackets', 'outerwear'] ['9094,1094,64', 'another', 'exquisite', 'moulinette', 'soeurs', 'i', 'have', 'many', 'moulinette', 'soeurs', 'creations', 'all', 'are', 'true', 'to', 'my', 'size', 'breathtakingly', 'beautiful', 'unique', 'made', 'well', 'i', 'ordered', 'this', 'dress', 'and', 'i', 'am', 'very', 'excited', 'about', 'receiving', 'it', 'soon', 'the', 'front', 'neckline', 'is', 'round', 'and', 'it', 'becomes', 'a', 'v', 'in', 'the', 'back', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['9095,1094,48', 'graduation', 'dress', 'bought', 'this', 'for', 'my', 'daughter', 'who', 'is', 'graduating', 'this', 'year', 'looks', 'much', 'better', 'in', 'person', 'then', 'it', 'does', 'in', 'the', 'photo', 'she', 'is', '5', '7', 'and', '135lb', 'we', 'bought', 'the', 'size', 'four', 'great', 'length', 'on', 'her', 'green', 'adds', 'a', 'nice', 'pop', 'of', 'color', 'she', 'loves', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9096,861,33', ',these', 'shirts', 'are', 'perfect', 'for', 'a', 'casual', 'day', 'basically', 't.la', 'shirts', 'are', 'my', 'daily', 'go', 'to', 'i', 'usually', 'wear', 'a', 'small', 'but', 'i', 'buy', 'these', 'in', 'medium', 'because', 'i', 'like', 'the', 'looser', 'fit', 'a', 'little', 'pricey', 'so', 'after', 'buying', '1', 'at', 'full', 'price', 'i', 'waited', 'until', 'they', 'were', 'on', 'sale', 'to', 'buy', 'more.,5,1,0', 'general', 'tops', 'knits'] ['9097,871,45', 'love', 'this', 'top', 'not', 'too', 'low', 'cut', 'drapes', 'nicely', 'and', 'the', 'material', 'is', 'thin', 'enough', 'but', 'not', 'so', 'thin', 'you', 'have', 'to', 'wear', 'a', 'tank', 'top', 'it', 'does', 'seem', 'to', 'run', 'on', 'the', 'larger', 'side', ',5,1,2', 'general', 'tops', 'knits'] ['9098,1094,28', 'i', 'have', 'an', 'hourglass', 'shape', 'and', 'this', 'dress', 'is', 'a', 'good', 'fit', 'i', 'think', 'this', 'dress', 'looks', 'better', 'in', 'person', 'than', 'it', 'does', 'in', 'pictures', 'however', 'i', "'m", 'concerned', 'about', 'washing', 'it', 'with', 'that', 'stark', 'fabric', 'and', 'color', 'change', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9099,1094,56', ',if', 'you', 'look', 'closely', 'at', 'the', 'pictures', 'this', 'dress', 'is', 'shown', '2', 'different', 'ways', 'one', 'with', 'a', 'lace', 'covered', 'v-neck', 'and', 'one', 'with', 'a', 'rounded', 'neck', 'which', 'is', 'it', 'retailer', 'do', "n't", 'know', 'about', 'the', 'size', 'but', 'i', 'had', 'to', 'answer', 'the', 'question', 'i', 'wo', "n't", 'order', 'the', 'dress', 'until', 'i', 'know', 'exactly', 'which', 'style', 'i', "'m", 'ordering.,3,1,33', 'general', 'petite', 'dresses', 'dresses'] ['9100,1094,66', 'beautiful', 'dress', 'i', 'agree', 'the', 'pictures', 'are', 'confusing', 'the', 'front', 'top', 'of', 'the', 'dress', 'is', 'not', 'cut', 'out', 'as', 'some', 'pictures', 'seem', 'to', 'indicate', 'this', 'is', 'such', 'a', 'great', 'dress', 'it', 'has', 'a', 'great', 'lining', 'underneath', 'and', 'is', 'really', 'flattering', 'and', 'nicer/dressier', 'looking', 'in', 'person', 'than', 'i', 'imagined', 'it', 'would', 'be', 'i', 'think', 'it', 'fits', 'true', 'to', 'size', 'i', 'either', 'wear', 'a', '4', 'or', 'a', '6', 'in', 'most', 'retailer', 'dresses', 'and', 'the', '4', 'in', 'this', 'dress', 'fits', 'me', 'well', 'i', "'m", 'planning', 'to', 'wear', 'this', 'dress', 'to', 'my', 'bridesmaids', 'luncheon', 'i', 'definitely', 'recommend', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['9101,871,50', ',,2,0,0', 'general', 'tops', 'knits'] ['9102,1094,34', 'not', 'as', 'depicted', 'the', 'catalog', 'shot', 'and', 'model', 'shot', 'are', 'completely', 'different', 'it', "'s", 'like', 'not', 'even', 'the', 'same', 'dress', 'the', 'neckline', 'color', 'the', 'quality', 'of', 'lace', ',1,0,13', 'general', 'petite', 'dresses', 'dresses'] ['9103,1035,45', 'always', 'love', 'my', 'pilcro', 'jeans', 'i', 'am', 'consistently', 'a', 'size', '27', 'in', 'pilcro', 'jeans', 'and', 'these', 'are', 'no', 'exception', 'these', 'are', 'more', 'ankle', 'length', 'than', 'cropped', 'on', 'me', 'as', 'i', 'am', '5', '3', 'but', 'i', 'still', 'love', 'them', 'i', 'found', 'them', 'to', 'be', 'true', 'to', 'size', 'because', 'they', 'do', "n't", 'have', 'much', 'stretch', 'they', 'are', 'a', 'little', 'snug', 'in', 'the', 'thigh', 'at', 'first', 'but', 'the', 'denim', 'gives', 'a', 'bit', 'throughout', 'the', 'day', 'the', 'shorter', 'length', 'with', 'the', 'little', 'flare', 'is', 'so', 'versatile', 'they', 'look', 'great', 'with', 'a', 'dressy', 'top', 'and', 'heels', 'and', 'just', 'as', 'good', 'with', 'a', 'cozy', 'sweater', 'and', 'flat', 'chelsea', 'boots', 'love', 'pilcro', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9104,1035,28', 'great', 'pair', 'of', 'jeans', 'these', 'jeans', 'have', 'become', 'my', 'new', 'favorite', 'pair', 'i', 'bought', 'two', 'pairs', 'during', 'the', 'clearance', 'sale', 'and', 'wear', 'them', 'often', 'i', 'love', 'the', 'metallic', 'accents', 'near', 'the', 'front', 'pockets', 'and', 'the', 'dark', 'wash', 'can', 'be', 'dressed', 'up', 'or', 'down.,4,1,0', 'general', 'bottoms', 'jeans'] ['9105,828,36', ',i', 'really', 'liked', 'the', 'style', 'and', 'fit', 'of', 'this', 'shirt', 'but', 'i', "'m", 'giving', 'it', 'a', '2', 'because', 'i', 'shirt', 'should', 'last', 'longer', 'than', '6', 'months', 'i', "'ve", 'taken', 'it', 'to', 'the', 'cleaners', '2', 'times', 'and', 'the', 'fabric', 'behind', 'the', 'tag', 'beneath', 'the', 'collar', 'has', 'fallen', 'apart', 'and', 'there', 'are', 'holes.,2,0,0', 'general', 'tops', 'blouses'] ['9106,1123,39', 'love', 'this', 'so', 'much', 'because', 'it', "'s", 'so', 'soft', 'pliable', 'and', 'fits', 'wonderfully', 'with', 'all', 'of', 'my', 'fall', 'wardrobe', 'i', 'ordered', 'the', 'plum', 'color', 'which', 'looks', 'brown', 'to', 'me', 'was', 'advised', 'to', 'size', 'up', 'and', 'glad', 'i', 'did', 'i', 'bought', 'large', 'petite', 'and', 'my', 'stats', 'are', '5', '3', '135', '38/28/35', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9107,1094,39', 'sweet', 'i', 'have', 'no', 'where', 'to', 'wear', 'this', 'pretty', 'spring', 'time', 'inspired', 'dress', 'fits', 'just', 'as', 'pictured', 'except', 'that', 'i', "'m", 'short', 'i', 'ordered', 'the', '10p', 'so', 'my', '36dd', 'chest', 'and', 'wide', 'rib', 'cage', 'fit', 'comfortably', 'i', "'m", 'saving', 'this', 'dress', 'for', 'easter', 'or', 'a', 'fancy', 'bridal', 'shower', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9108,1123,33', ',love', 'this', 'jacket', 'it', 'is', 'incredibly', 'soft', 'and', 'expensive', 'looking', 'i', 'love', 'the', 'details', 'with', 'the', 'zippers', 'on', 'the', 'sleeves', 'and', 'very', 'cute', 'lining', 'inside', 'the', 'jacket', 'which', 'is', 'not', 'pictured', 'i', 'ordered', 'my', 'usual', 'size', 'xxsp', 'and', 'it', 'fit', 'great', 'this', 'brand', 'does', 'run', 'small', 'so', 'if', 'you', 'are', 'between', 'sizes', 'or', 'prefer', 'a', 'looser', 'fit', 'you', 'should', 'order', 'a', 'size', 'up.,5,1,7', 'general', 'jackets', 'outerwear'] ['9109,1035,47', 'funky', 'fun', 'flares', 'i', 'saw', 'these', 'in', 'the', 'sale', 'section', 'on', 'line', 'and', 'just', 'loved', 'their', 'look', 'they', 'fit', 'great', 'and', 'have', 'a', 'cute', 'little', 'flare', 'at', 'the', 'bottom', 'i', 'like', 'the', 'reinforced', 'inside', 'seams', 'which', 'means', 'they', 'will', 'last', 'longer', 'i', "'ve", 'been', 'wearing', 'them', 'with', 'my', 'shorter', 'boots', 'and', 'booties', 'this', 'winter', 'i', 'have', 'slim', 'legs', 'and', 'they', 'are', "n't", 'too', 'tight', 'and', 'not', 'too', 'loose', 'my', 'inseam', 'is', 'a', '33', 'so', 'they', 'may', 'be', 'a', 'tad', 'short', 'on', 'me', 'but', 'i', 'love', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9110,38,50', 'perfect', 'fit', 'i', 'love', 'this', 'bralette', 'i', 'have', 'it', 'in', 'other', 'colors', 'as', 'well', 'and', 'it', 'is', 'always', 'the', 'one', 'i', 'go', 'to', 'when', 'i', 'want', 'comfort.,5,1,0', 'initmates', 'intimate', 'intimates'] ['9111,1123,47', 'adorable', 'jacket', 'i', 'need', 'to', 'remember', 'that', 'this', 'brand', 'runs', 'small', 'i', 'ordered', 'the', 'xxsp', 'and', 'i', 'usually', 'have', 'a', 'little', 'room', 'with', 'jacket', 'but', 'this', 'fits', 'snug', 'i', 'have', 'one', 'from', 'last', 'year', 'and', 'it', "'s", 'the', 'same', 'fits', 'snug', 'if', 'you', 'want', 'extra', 'room', 'order', 'a', 'size', 'up', 'the', 'quality', 'is', 'nice', 'i', 'love', 'the', 'camel', 'brown', 'color', 'it', "'s", 'a', 'keeper', 'for', 'me', 'just', 'wo', "n't", 'be', 'able', 'to', 'wear', 'a', 'sweater', 'under', 'it', ',4,1,13', 'general', 'jackets', 'outerwear'] ['9112,1094,35', 'absolutely', 'love', 'this', 'dress', 'i', 'admittedly', 'watched', 'this', 'dress', 'until', 'it', 'went', 'on', 'sale', 'then', 'was', 'lucky', 'enough', 'to', 'find', 'it', 'i', 'could', "n't", 'find', 'my', 'normal', 'size', '8p', 'so', 'thought', 'i', 'would', 'take', 'a', 'chance', 'with', 'the', '10p', 'and', 'it', 'fit', 'perfectly', 'i', 'have', "n't", 'tried', 'on', 'the', '8p', 'but', 'i', "'m", 'guessing', 'it', 'would', 'have', 'been', 'a', 'bit', 'snug', 'the', 'dress', 'is', 'comfortable', 'and', 'feminine', 'and', 'i', 'absolutely', 'love', 'it', 'i', 'know', 'i', 'will', 'wear', 'it', 'all', 'summer', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9113,1123,36', 'nice', 'cut', 'runs', 'a', 'little', 'small', 'i', 'love', 'this', 'jacket', 'i', 'have', 'not', 'worn', 'it', 'yet', 'as', 'the', 'weather', 'is', 'still', 'very', 'warm', 'but', 'i', 'am', 'looking', 'forward', 'to', 'wearing', 'this', 'a', 'lot', 'this', 'fall', 'the', 'cropped', 'cut', 'is', 'very', 'flattering', 'and', 'the', 'vegan', 'leather', 'very', 'soft', 'i', 'followed', 'the', 'other', 'reviews', 'and', 'ordered', 'one', 'size', 'up', 'and', 'it', 's', 'perfect', 'i', 'am', 'normally', 'a', 'size', '4', 'and', 'went', 'with', 'he', 'medium', 'the', 'plum', 'color', 'is', 'quite', 'neutral', 'in', 'person', 'i', 'also', 'love', 'the', 'printed', 'lining', 'i', 'did', 'notice', 'quite', 'a', 'few', 'long', 'threads', 'around', 'the', 'lining', 'sewing', 'i', 'hope', 'this', 'is', 'just', 'an', 'overlooked', 'pos', ',5,1,0', 'general', 'jackets', 'outerwear'] ['9114,265,32', 'great', 'as', 'a', 'nightgown', 'so', 'i', 'can', 'see', 'why', 'this', 'might', 'not', 'be', 'an', 'amazing', 'shirt', 'it', 'runs', 'a', 'little', 'large', 'imo', 'and', 'its', 'long', 'i', "'m", '5', '5', 'and', 'its', 'almost', 'to', 'my', 'knees', 'but', 'as', 'a', 'nightgown', 'it', "'s", 'amazing', 'super', 'comfy', 'and', 'its', 'now', 'my', 'new', 'favorite', 'pajama', 'dress', 'lol', 'i', 'might', 'wear', 'it', 'as', 'a', 'shirt', 'too', 'but', 'most', 'likely', 'just', 'jammies', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['9115,1094,43', 'beautiful', 'there', 'is', 'some', 'confusion', 'in', 'the', 'first', 'few', 'reviews', 'over', 'the', 'image', 'but', 'the', 'dress', 'has', 'a', 'medium', 'green', 'lace', 'and', 'does', 'not', 'have', 'a', 'cut', 'out', 'at', 'the', 'front', 'of', 'the', 'neck', 'it', 'runs', 'more', 'true', 'to', 'size', 'than', 'some', 'dresses', 'at', 'antrho', 'my', 'size', 'is', 'a', 'small', '6', 'petite', 'meaning', 'that', 'i', 'often', 'end', 'up', 'in', 'a', '4', 'and', 'the', 'six', 'is', 'perfect'] [] ['the', 'dress', 'hangs', 'gorgeously', 'and', 'fits', 'fabulously', 'the', 'zipper', 'is', 'a', 'bit', 'hard', 'to', 'get', 'through', 'the', 'seams', 'and', 'lace', 'but', 'worth', 'it'] [] ['it', 'has', 'a', 'formal', 'feel', 'but', 'i', 'think', 'it', 'can', 'be', 'made', 'casual', 'with', 'shoes', 'a', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9116,622,33', 'perfect', 'cami', 'i', 'originally', 'ordered', 'the', 'white', 'in', 'this', 'cami', 'but', 'after', 'receiving', 'was', 'absolutely', 'obsessed', 'with', 'it', 'i', 'ordered', 'the', '2', 'other', 'colors', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'the', 'buttons', 'are', 'perfect', 'as', 'i', 'just', 'had', 'a', 'baby', 'and', 'will', 'need', 'easy', 'access', 'for', 'nursing', 'love', 'this', 'cami', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['9117,907,27', 'cute', 'but', 'color', 'different', 'than', 'pictured', 'i', 'purchased', 'this', 'sweater', 'in', 'the', 'grey', 'color', 'and', 'loved', 'it', 'so', 'much', 'i', 'decided', 'to', 'buy', 'it', 'in', 'purple', 'as', 'well', 'however', 'when', 'i', 'received', 'it', 'the', 'color', 'was', 'much', 'much', 'darker', 'than', 'pictured', 'and', 'even', 'looked', 'black', 'sometimes', 'decided', 'to', 'return', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9118,622,28', 'very', 'comfortable', 'top', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'on', 'the', 'hotter', 'summer', 'days', 'the', 'white', 'is', 'a', 'bit', 'sheer', 'but', 'a', 'nude', 'strapless', 'worked', 'just', 'fine', 'for', 'me', 'i', 'also', 'bought', 'the', 'pink', 'and', 'it', 'is', 'a', 'very', 'pale', 'soft', 'pink', 'the', 'material', 'is', 'super', 'soft', 'like', 'typical', 'cloth', 'stone', 'products', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['9119,870,47', 'beautiful', 'beading-too', 'boxy', 'detailed', 'beading', 'was', 'beautiful', 'it', "'s", 'too', 'boxy', 'way', 'to', 'much', 'fabric', 'in', 'the', 'waist/bust', 'and', 'tight', 'on', 'the', 'hips', 'it', 'does', "n't", 'fall', 'boxy/boyfriend', 'like', 'the', 'grey', 'fabric', 'is', 'not', 'soft', 'and', 'is', 'lighter', 'in', 'color', 'than', 'the', 'picture', 'was', 'hoping', 'this', 'would', 'be', 'my', 'go', 'to', 'sweater', 'for', 'warmth', 'on', 'casual', 'days-bummed', ',2,0,1', 'general', 'tops', 'knits'] ['9120,870,51', 'disappointed', 'thought', 'this', 'would', 'be', 'my', 'goto', 'fall', 'dressy', 'sweathsirt', 'it', 'ran', 'smaller', 'than', 'expected', 'and', 'it', 'just', 'did', "n't", 'have', 'the', 'drapey', 'sweatshirt', 'shape', 'that', 'i', 'prefer', 'the', 'detailing', 'on', 'the', 'arms', 'and', 'waistband', 'is', 'to', 'die', 'for', 'though', ',3,0,3', 'general', 'tops', 'knits'] ['9121,414,61', 'very', 'pretty', 'romantic', ',3,0,3', 'initmates', 'intimate', 'sleep'] ['9122,825,26', 'horrible', 'quality', 'no', 'structure', 'i', 'recently', 'purchased', 'this', 'blouse', 'on', 'their', '40', 'off', 'sale', 'in', 'white', 'i', 'was', 'hoping', 'for', 'a', 'crisp', 'white', 'structured', 'blouse', 'i', 'did', 'read', 'all', 'the', 'reviews', 'and', 'thought', 'i', 'would', 'give', 'it', 'a', 'try', 'anyway', 'it', 'is', 'awful', 'there', 'is', 'no', 'structure', 'or', 'shape', 'but', 'the', 'quality', 'is', 'the', 'reason', 'i', 'am', 'returning', 'it', 'feels', 'like', 'a', 'napkin', 'or', 'thinner', 'not', 'even', 'worth', 'the', 'extra', 'sale', 'price', 'i', 'will', 'be', 'returning.,1,0,0', 'general', 'petite', 'tops', 'blouses'] ['9123,832,48', 'dainty', 'pretty', 'plaid', 'very', 'cute', 'plaid', 'button', 'down', 'that', 'is', 'tts', 'i', 'am', 'busty', 'and', 'the', 'l', 'fit', 'just', 'right', 'with', 'enough', 'room', 'without', 'the', 'buttons', 'doing', 'the', 'splits', 'like', 'most', 'shirts', 'the', 'dainty', 'details', 'material', 'of', 'this', 'button', 'down', 'makes', 'this', 'stand', 'out', 'from', 'other', 'button', 'downs', 'that', 'look', 'like', 'flannels', 'which', 'this', 'is', 'not', 'it', 'is', 'woven', 'of', 'a', 'fine', 'material', 'enough', 'to', 'be', 'able', 'to', 'wear', 'a', 'camisole', 'underneath', 'it', 'is', 'not', 'a', 'flannel', 'shirt', 'colors', 'are', 'vibrant', 'and', 'the', 'purple', 'in', 'the', 'back', 'really', 'is', 'quite', 'attractive', 'happy', 'i', 'got', 'this', 'on', 'sale', 'sale', ',4,1,0', 'general', 'tops', 'blouses'] ['9124,907,33', 'great', 'little', 'sweater', 'this', 'was', 'a', 'last', 'minute', 'addition', 'to', 'my', 'online', 'order', 'to', 'hit', 'the', 'free', 'shipping', 'anyway', 'this', 'ended', 'up', 'being', 'my', 'favorite', 'item', 'from', 'my', 'order', 'i', 'love', 'the', 'way', 'it', 'wraps', 'and', 'also', 'lays', 'open', 'i', 'did', "n't", 'realize', 'that', 'the', 'fabric', 'was', 'a', 'mix', 'of', 'two', 'different', 'knits', 'but', 'i', 'think', 'it', 'adds', 'nice', 'interest', 'i', 'ordered', 'the', 'red', 'which', 'is', 'a', 'nice', 'deep', 'red', 'not', 'an', 'obnoxious', 'fire', 'engine', 'red', 'it', "'s", 'very', 'complimentary', 'to', 'my', 'skin', 'tone', 'and', 'dark', 'hair', 'i', 'run', 'between', 'a', 'small', 'and', 'medium', 'but', 'chose', 'the', 'medium', 'since', 'it', 'looked', 'like', 'it', 'c', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9125,870,37', 'although', 'i', "'m", 'returning', 'this', 'is', 'a', 'cute', 'top', 'the', 'embroidery', 'design', 'on', 'the', 'front', 'is', "n't", 'really', 'my', 'style', 'it', "'s", 'a', 'bit', 'aztec-y', 'for', 'me', ',4,1,1', 'general', 'tops', 'knits'] ['9126,984,50', 'and', 'it', 'has', 'pockets', 'this', 'jacket', 'is', 'very', 'well', 'made', 'the', 'denim', 'is', 'quality', 'and', 'very', 'soft', 'the', 'other', 'fabric', 'is', "n't", 'as', 'heavy', 'as', 'the', 'denim', 'but', 'not', 'so', 'much', 'that', 'it', 'feels', 'like', 'a', 'mismatch', 'when', 'wearing', 'it', 'i', 'was', 'surprised', 'to', 'find', 'slash', 'pockets', 'by', 'the', 'side', 'seams', 'on', 'the', 'interior', 'the', 'slash', 'pockets', 'are', 'sewn', 'down', 'and', 'deep', 'so', 'that', 'you', 'can', 'use', 'them', 'as', 'pockets', 'too', 'handy', 'for', 'your', 'phone', 'fits', 'true', 'to', 'size', 'maybe', 'a', 'tiny', 'bit', 'on', 'the', 'generous', 'side', 'like', 'a', 'jean', 'jacket', 'should', 'be', 'love', 'it', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9127,872,35', ',cute', 'shirt', 'but', 'not', 'worth', 'the', 'price', 'i', 'did', 'purchase', 'it', 'at', '20', 'off', 'but', 'would', 'have', 'waited', 'for', 'a', 'better', 'sale', 'the', 'yellow', 'is', 'a', 'nice', 'fall', 'color,3,1,0', 'general', 'petite', 'tops', 'knits'] ['9128,622,38', 'cute', 'summer', 'top', 'love', 'this', 'top', 'it', "'s", 'very', 'simple', 'modern', 'design', 'can', 'go', 'with', 'many', 'different', 'bottoms', 'and', 'the', 'soft', 'pink', 'color', 'gives', 'it', 'a', 'slight', 'distinction', 'from', 'a', 'plain', 'white', 'tank', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['9129,984,62', 'just', 'enough', 'fashion', 'blended', 'with', 'lots', 'of', 'function', 'i', 'really', 'like', 'the', 'pilcrow', 'denim', 'military', 'jacket', 'fabric', 'is', 'comfortably', 'soft', 'but', 'the', 'jacket', 'is', 'still', 'structured', 'love', 'the', 'tie', 'detail', 'in', 'the', 'back', 'and', 'the', 'contrasting', 'sleeves', 'i', 'wear', 'either', 'a', 'small', 'or', 'medium', 'i', 'tried', 'both', 'sizes', 'with', 'this', 'jacket', 'and', 'decided', 'on', 'the', 'medium', 'to', 'allow', 'for', 'an', 'extended', 'season', 'wear', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['9130,984,32', 'great', 'denim', 'jacket', 'for', 'a', 'non-denim', 'jacket', 'girl', 'i', 'have', 'never', 'loved', 'denim', 'jackets', 'because', 'they', 'always', 'have', 'seemed', 'kind', 'of', 'basic', 'or', 'boring', 'this', 'one', 'is', 'edgy', 'and', 'the', 'design', 'is', 'amazing', 'it', 'can', 'be', 'worn', 'with', 'anything', 'and', 'will', 'go', 'through', 'many', 'seasons', 'i', 'found', 'the', 'fit', 'to', 'be', 'on', 'point', 'my', 'normal', 'medium', 'fit', 'perfectly.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['9131,984,27', 'new', 'favorite', 'this', 'jacket', 'is', 'perfect', 'the', 'denim', 'mixed', 'with', 'the', 'military', 'style', 'is', 'such', 'a', 'good', 'combo', 'it', 'fits', 'great', 'and', 'is', 'very', 'comfortable', 'the', 'little', 'ties', 'in', 'the', 'back', 'are', 'a', 'cute', 'addition.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['9132,622,26', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['9133,622,30', 'so', 'cute', 'i', 'ordered', 'this', 'in', 'yellow', 'after', 'the', 'size', 'small', 'in', 'store', 'did', "n't", 'fit', 'it', "'s", 'such', 'a', 'cute', 'summer', 'top', 'perfect', 'with', 'cropped', 'jeans', 'i', "'m", 'a', '32b', 'and', 'usually', 'a', 'size', 'small', 'but', 'had', 'to', 'size', 'down', 'i', 'could', 'still', 'see', 'the', 'top', 'of', 'my', 'strapless', 'bra', 'in', 'the', 'front', 'so', 'i', 'wear', 'a', 'lacy', 'bandeau', 'with', 'it', 'and', 'it', "'s", 'super', 'cute', 'because', 'of', 'this', 'though', 'i', 'would', "n't", 'pay', 'full', 'price', 'so', 'i', "'m", 'happy', 'it', 'was', 'on', 'sale', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['9134,622,31', 'good', 'summer', 'top', 'fits', 'nicely', 'casual', 'and', 'lightweight', 'for', 'the', 'summer', 'and', 'i', 'like', 'the', 'look', 'of', 'the', 'cross', 'straps', 'in', 'the', 'back', 'no', 'complaints', ',4,1,5', 'initmates', 'intimate', 'lounge'] ['9135,825,57', 'i', 'lovethis', 'blouse', 'i', 'hesitated', 'to', 'buy', 'this', 'after', 'reading', 'the', 'earlier', 'review', 'but', 'went', 'ahead', 'anyhow', 'and', 'am', 'glad', 'i', 'did', 'i', 'ordered', 'the', 'white', 'in', 'a', 'small', 'petite', 'and', 'it', 'is', 'as', 'cute', 'as', 'can', 'be', 'it', 'is', 'crisp', 'and', 'true', 'white', 'not', 'off-', 'white', 'there', 'is', 'a', 'large', 'pleat', 'on', 'one', 'side', 'of', 'the', 'front', 'to', 'give', 'the', 'blouse', 'some', 'interest', 'and', 'there', 'are', 'openings', 'on', 'each', 'side', 'which', 'allow', 'the', 'blouse', 'to', 'swing', 'a', 'bit', 'but', 'do', 'not', 'open', 'up', 'to', 'reveal', 'skin', 'it', 'is', 'not', 'long', 'but', 'by', 'no', 'means', 'is', 'it', 'cropped', 'it', 'is', 'really', 'sweet', 'with', 'slim', 'jeans', 'or', 'slim', 'printed', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['9136,872,31', 'details', 'and', 'versatility', 'this', 'top', 'is', 'easy', 'to', 'dress', 'up', 'with', 'a', 'blazer', 'or', 'wear', 'casually', 'with', 'jeans', 'and', 'trainers', 'so', 'many', 'nice', 'details', 'and', 'a', 'great', 'fit', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9137,622,28', 'pretty', 'summer', 'top', 'this', 'is', 'a', 'really', 'soft', 'nice', 'summery', 'top', 'i', 'love', 'the', 'criss-cross', 'detail', 'on', 'the', 'back', 'as', 'well', 'as', 'the', 'button', 'down', 'it', 'fits', 'looser', 'around', 'the', 'stomach', 'but', 'not', 'in', 'a', 'trash-baggy', 'way'] [] ['it', 'mostly', 'fits', 'true', 'to', 'size', 'the', 'only', 'issue', 'is', 'that', 'the', 'top', 'button', 'does', "n't", 'leave', 'a', 'whole', 'lot', 'of', 'room', 'if', 'you', 'have', 'boobs', 'at', 'all', 'i', 'wear', 'a', '34b', 'pretty', 'normal', 'not', 'large', 'and', 'usually', 'wear', 'a', 'small', 'i', "'ve", 'found', 'that', 'the', 'top', 'button', 'buttons', 'fine', 'and', 'looks', 'good', 'when', 'i', "'m", 'not', 'moving', 'but', 'it', 'pulls', 'a', 'little', 'when', 'i', 'move', 'around', ',4,1,3', 'initmates', 'intimate', 'lounge'] ['9138,984,31', 'everyone', 'needs', 'one', 'absolutely', 'love', 'this', 'jacket', 'i', 'convinced', 'my', 'girlfriend', 'to', 'get', 'one', 'too', 'we', 'could', 'not', 'be', 'more', 'pleased', 'slightly', 'oversized', 'throughout', 'the', 'body', 'this', 'is', 'true', 'no', 'matter', 'the', 'size', 'you', 'buy', 'with', 'great', 'contrasting', 'sleeves', 'and', 'back', 'the', 'side', 'ribbons', 'can', 'be', 'adjusted', 'to', 'bring', 'in', 'or', 'let', 'out', 'the', 'waist', 'perfect', 'spring/summer', 'weight', 'can', 'be', 'worn', 'with', 'a', 'sweater/sweatshirt', 'underneath', 'it', "'s", 'a', 'feminine', 'takeover', 'of', 'a', 'boyfriend', 'jacket', 'looks', 'gorgeous', 'over', 'a', 'casual', 'dress', 'or', 'great', 'with', 'jeans/chinos', 'perfect', 'for', 'mus,5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['9139,1001,66', 'so', 'cute', 'but', 'not', 'on', 'me', 'this', 'is', 'a', 'beautiful', 'skirt', 'great', 'soft', 'draping', 'fabric', 'fringed', 'along', 'the', 'edges', 'i', 'ordered', 'size', 'large', 'which', 'was', 'an', 'okay', 'fit', 'perhaps', 'a', 'bit', 'wide', 'but', 'the', 'drawstring', 'helps', 'at', 'the', 'waist', 'because', 'i', 'carry', 'my', 'weight', 'in', 'the', 'tummy', 'this', 'made', 'me', 'look', 'wider', 'than', 'i', 'am', 'as', 'an', 'elder', 'i', 'just', 'could', "n't", 'handle', 'the', 'length', 'which', 'hit', 'me', 'right', 'at', 'the', 'top', 'of', 'the', 'widest', 'part', 'of', 'knee', 'i', 'have', 'great', 'legs', 'but', 'my', 'knees', 'are', "n't", 'their', 'best', 'feature', 'so', 'sadly', 'returned', 'but', 'i', 'do', 'recommend', ',5,1,0', 'general', 'bottoms', 'skirts'] ['9140,984,65', 'i', 'have', 'not', 'owned', 'a', 'denim', 'jacket', 'of', 'this', 'kind', 'in', '15', 'years', 'i', 'have', 'a', 'wonderful', 'pilcro', 'chambray', 'jacket', 'with', 'a', 'military', 'cut', 'from', 'last', 'year', 'but', 'this', 'kind', 'of', 'boxy', 'straight', 'up', 'denim', 'jacket', 'cut', 'has', 'not', 'been', 'a', 'part', 'of', 'my', 'life', 'for', 'a', 'while', 'however', 'i', 'was', 'in', 'a', 'store', 'last', 'weekend', 'and', 'with', 'the', 'additional', '25', 'off', 'i', 'thought', 'it', 'might', 'be', 'wise', 'to', 'give', 'this', 'a', 'try', 'i', "'m", 'so', 'glad', 'i', 'did', 'i', "'ve", 'now', 'tried', 'it', 'over', 'two', 'fairly', 'girly', 'dresses', 'with', 'tights', 'and', 'booties', 'it', "'s", 'not', 'exactly', 'spring', 'in', 'boston', 'yet', 'and', 'i', 'love', 'it', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['9141,907,22', 'versatile', 'this', 'is', 'a', 'great', 'sweater', 'it', 'can', 'be', 'worn', 'wrapped', 'as', 'on', 'the', 'model', 'or', 'open', 'like', 'a', 'cardigan', 'it', 'is', 'a', 'lighter', 'weight', 'knit', 'perfect', 'for', 'how', 'warm', 'this', 'winter', 'has', 'been', 'i', 'love', 'the', 'deep', 'purple', 'color', 'normally', 'between', 'a', 'small', 'and', 'medium', 'and', 'went', 'with', 'the', 'medium', 'in', 'this', 'sweater', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['9142,622,28', 'wanted', 'to', 'love', 'but', 'bought', 'this', 'cami/tank', 'on', 'sale', 'which', 'i', "'m", 'glad', 'but', 'it', 'has', 'a', 'flap', 'underneath', 'like', 'a', 'bralette', 'but', 'not', 'fitted', 'it', 'kinda', 'just', 'drapes', 'under', 'the', 'cami', 'the', 'problem', 'is', 'it', "'s", 'not', 'thick', 'enough', 'to', 'offer', 'the', 'coverage', 'you', 'would', 'want', 'under', 'a', 'white', 'tank', 'but', 'it', 'was', 'also', 'too', 'short', 'so', 'it', 'caused', 'a', 'visible', 'line', 'underneath', 'that', 'showed', 'through.that', 'was', 'higher', 'than', 'the', 'bottom', 'of', 'my', 'chest', 'so', 'it', 'gave', 'the', 'appearance', 'that', 'i', 'wore', 'the', 'wrong', 'bra/undergarment', 'it', 'simply', 'looks', 'awkward', 'not', 'sure', 'if', 'it', 'would', "'ve", 'been', 'better,2,0,10', 'initmates', 'intimate', 'lounge'] ['9143,907,48', 'red', 'got', 'this', 'in', 'purple', 'and', 'love', 'it', 'ordered', 'red', 'and', 'silver', 'and', 'only', 'received', 'red', 'so', 'far', 'but', 'had', 'to', 'return', 'because', 'it', 'was', 'oddly', 'shaped', 'and', 'did', "n't", 'fit', 'well', 'like', 'the', 'purple', 'not', 'sure', 'what', 'happens', 'maybe', 'miss', 'sized', ',1,0,0', 'general', 'tops', 'fine', 'gauge'] ['9144,1022,50', 'different', 'type', 'of', 'jean', 'look', 'these', 'are', 'really', 'nice', 'jeans', 'i', 'am', 'a', 'jean', 'fanatic', 'some', 'patches', 'are', 'faded', 'others', 'are', 'dark', 'with', 'still', 'others', 'with', 'stitching', 'across', 'them', 'very', 'distinctive', 'and', 'nice', 'they', 'are', 'truly', 'a', 'boyfriend', 'fit', 'so', 'if', 'you', 'them', 'big', 'they', 'are', 'ag', 'makes', 'very', 'nice', 'jeans', 'both', 'in', 'fit', 'and', 'quality', 'i', 'buy', 'other', 'brands', 'but', 'not', 'often', ',5,1,1', 'general', 'bottoms', 'jeans'] ['9145,984,37', 'pilcro', 'is', 'king', 'at', 'denim', 'jackets', 'i', "'ve", 'owned', 'a', 'number', 'of', 'pilcro', 'denim', 'jackets', 'it', 'in', 'my', 'day', 'not', 'because', 'they', "'ve", 'ever', 'needed', 'to', 'be', 'replaced', 'but', 'because', 'i', "'m", 'obsessed', 'with', 'the', 'fit', 'the', 'color', 'and', 'the', 'style', 'when', 'i', 'saw', 'this', 'one', 'i', 'knew', 'it', 'would', 'be', 'no', 'exception', 'this', 'jacket', 'is', 'even', 'cooler', 'looking', 'in', 'person', 'the', 'fade', 'on', 'the', 'denim', 'is', 'totally', 'perfect', 'not', 'too', 'dark', 'not', 'too', 'light', 'and', 'not', 'so', 'distressed', 'that', 'it', 'looks', 'sloppy', 'the', 'denim', 'is', 'soft', 'just', 'like', 'all', 'other', 'pilcro', 'and', 'the', 'fit', 'is', 'a', 'dream', 'what', 'i', 'love', 'the', 'most', 'is', 'the', 'interest', 'in', 'the', 'c', ',5,1,5', 'general', 'petite', 'jackets', 'jackets'] ['9146,949,28', 'super', 'cute', 'unique', 'coat', 'i', 'saw', 'this', 'in', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'it', 'is', 'really', 'cute', 'i', 'love', 'the', 'different', 'textures', 'and', 'the', 'red', 'drawstrings', 'it', 'fits', 'well', 'although', 'i', 'am', 'somewhat', 'between', 'the', 'small', 'and', 'medium', 'sizes', 'i', 'went', 'with', 'the', 'medium', 'in', 'case', 'i', 'want', 'to', 'wear', 'a', 'bulky', 'sweater', 'with', 'it', 'really', 'cute', 'and', 'i', 'have', 'never', 'seen', 'a', 'coat', 'like', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9147,622,28', ',,4,1,0', 'initmates', 'intimate', 'lounge'] ['9148,872,69', 'cute', 'shirt', 'but', 'a', 'little', 'tight', 'this', 'is', 'a', 'very', 'cute', 'shirt', 'with', 'great', 'details', 'however', 'it', 'runs', 'a', 'little', 'bit', 'small', 'not', 'as', 'full', 'cut', 'as', 'it', 'seems', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['9149,907,37', 'love', 'the', 'color', 'i', 'love', 'this', 'sweater', 'i', "'m", 'very', 'sensitive', 'to', 'fabrics', 'and', 'this', 'really', 'does', "n't", 'bother', 'me', 'too', 'much', 'it', "'s", 'soft', 'but', 'just', 'a', 'tiny', 'bit', 'scratchy', 'but', 'the', 'color', 'is', 'a', 'rich', 'purple', 'and', 'the', 'flexibility', 'of', 'being', 'able', 'to', 'wear', 'it', 'draped', 'or', 'not', 'is', 'a', 'nice', 'touch', 'it', 'comes', 'right', 'at', 'waist', 'length', 'little', 'on', 'the', 'short', 'side', 'if', 'you', 'want', 'to', 'hide', 'your', 'muffin', 'top', 'but', 'otherwise', 'a', 'winner', 'all', 'around', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9150,907,39', 'two', 'ways', 'of', 'wearing', 'this', 'cardigan', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'wine', 'color', 'is', 'rich', 'and', 'a', 'good', 'alternative', 'for', 'black', 'i', 'love', 'it', 'so', 'much', 'and', 'bought', 'the', 'grey', 'one', 'as', 'well', 'you', 'can', 'wear', 'it', 'open', 'or', 'button', 'up', 'like', 'on', 'the', 'model', 'great', 'layering', 'pieces', 'i', 'am', '5', '3', '120lbs', '34dd', 'bra', 'and', 'take', 'this', 'in', 'size', 'small', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['9151,1031,25', 'legs', 'for', 'days', 'amazing', 'jeans', 'without', 'pockets', 'on', 'the', 'front', 'there', 'are', 'no', 'weird', 'lines', 'like', 'there', 'are', 'on', 'other', 'white', 'jeans', 'with', 'pockets', 'the', 'high', 'waist', 'is', 'extremely', 'flattering', 'perfect', 'for', 'spring', 'and', 'summer', ',5,1,6', 'general', 'bottoms', 'jeans'] ['9152,870,45', 'i', 'wanted', 'to', 'love', 'it', 'but', 'it', "'s", 'pretty', 'pricey', 'for', 'a', 'sweatshirt', 'the', 'key', 'hole', 'in', 'the', 'back', 'with', 'the', 'bright', 'pink', 'ribbon', 'just', 'looks', 'odd', 'the', 'stitching', 'beaded', 'detail', 'around', 'the', 'bottom', 'hem', 'the', 'cuffs', 'is', 'gorgeous', 'but', 'the', 'sleeves', 'were', 'way', 'too', 'long', 'on', 'me', 'and', 'just', 'looked', 'silly', 'unfortunately', 'this', 'will', 'be', 'going', 'back', ',3,1,1', 'general', 'tops', 'knits'] ['9153,1031,64', 'love', 'the', 'fit', 'but', 'not', 'the', 'length', 'i', 'am', 'usually', 'a', '28/29', 'in', 'skinnys', 'mih', 'usually', 'runs', 'small', 'so', 'i', 'ordered', 'the', 'size', '30', 'knowing', 'the', 'length', 'wld', 'be', 'too', 'long', 'well', 'the', 'fit', 'is', 'great', 'i', 'am', 'a', 'little', 'curvy', 'w/', 'slender', 'legs', 'the', 'size', '30', 'sits', 'just', 'below', 'my', 'navel', 'snug', 'throughout', 'hips', 'thighs', 'then', 'gradually', 'begins', 'to', 'flare', 'below', 'the', 'knee', 'to', 'the', 'bottom', 'super', 'long', 'will', 'have', 'to', 'cut', 'off', 'abt', '4-5', 'to', 'suit', 'me', 'i', 'do', "n't", 'wear', 'sky-high', 'shoes', 'i', 'wear', 'low', 'to', 'flat', 'sandals', 'in', 'summer', 'medium', 'heel', 'booties', 'in', 'cooler', 'weather', 'maybe', 'i', "'ll", 'cut', 'them', 'try', 'them', 'a', ',4,1,1', 'general', 'bottoms', 'jeans'] ['9154,870,59', 'high-end', 'throw', 'and', 'go', 'sweatshirt', 'yes', 'this', 'is', 'a', 'sweatshirt', 'but', 'one', 'that', 'you', 'can', 'wear', 'in', 'a', 'a', 'variety', 'of', 'settings', 'it', "'s", 'a', 'little', 'boxy', 'but', 'i', 'can', 'fit', 'a', 'bright', 'colored', 't-shirt', 'underneath', 'during', 'the', 'cooler', 'season', 'be', 'warned', 'the', 'band', 'around', 'the', 'bottom', 'runs', 'snug', 'which', 'was', "n't", 'a', 'problem', 'for', 'me', 'because', 'i', 'have', 'narrow', 'hips', ',4,1,1', 'general', 'tops', 'knits'] ['9155,984,61', 'great', 'versatile', 'jacket', 'i', 'saw', 'this', 'jacket', 'in', 'a', 'store', 'and', 'wanted', 'it', 'right', 'then', 'and', 'there', 'i', 'bought', 'a', 'shirt', 'and', 'scarf', 'instead', 'but', 'it', 'was', 'on', 'my', 'mind', 'when', 'i', 'saw', 'it', 'on', 'sale', 'i', 'grabbed', 'it', 'the', 'fit', 'is', 'a', 'little', 'boxy', 'but', 'the', 'length', 'was', 'perfect', 'not', 'too', 'short', 'the', 'small', 'amount', 'of', 'spandex', 'is', 'so', 'comfortable', 'it', 'is', 'versatile', 'because', 'the', 'green', 'arms', 'can', 'go', 'with', 'colored', 'jeans', 'well', 'i', 'am', '5', '4', 'i', 'can', 'wear', 'a', 'med', 'or', 'large', 'i', 'bought', 'the', 'large', 'it', 'fits', 'perfectly', 'to', 'layer', 'short', 'or', 'long', 'sleeves', 'not', 'a', 'typical', 'denim', 'jacket', 'looks', 'great', 'over', 'a', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['9156,622,37', 'great', 'versatile', 'tank', 'fits', 'well', 'super', 'soft', 'and', 'very', 'flattering', 'great', 'for', 'layering', 'and', 'for', 'dressing', 'up', 'or', 'down', 'highly', 'recommend', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['9157,907,47', 'i', 'had', 'been', 'eyeing', 'this', 'sweater', 'since', 'it', 'came', 'in', 'for', 'the', 'fall', 'mostly', 'because', 'of', 'the', 'beautiful', 'purple', 'color', 'it', 'finally', 'went', 'on', 'sale', 'and', 'i', 'scooped', 'it', 'up', 'like', 'most', 'reviewers', 'i', 'luv', 'that', 'you', 'can', 'wear', 'it', 'two', 'ways', 'i', 'prefer', 'to', 'wear', 'it', 'closed', 'as', 'i', 'do', 'not', 'have', 'the', 'slimmest', 'waist', 'and', 'this', 'sweater', 'hides', 'this', 'well', 'but', 'it', 'looks', 'just', 'as', 'good', 'open', 'and', 'drapes', 'well', 'on', 'the', 'sides', 'this', 'sweater', 'looks', 'a', 'lot', 'better', 'in', 'person', 'than', 'online', 'like', 'most', 'of', 'the', 'retailer', 'sweaters', 'i', 'have', 'hand', 'washed', 'this', 'a', 'couple', 'times', 'alread', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9158,622,21', 'this', 'shirt', 'is', 'tough', 'for', 'me', 'because', 'i', 'loved', 'the', 'front', 'which', 'fit', 'nicely', 'but', 'i', "'m", 'petite', 'and', 'the', 'back', 'had', 'a', 'giant', 'extra', 'piece', 'of', 'fabric', 'that', 'bumped', 'out', 'because', 'of', 'the', 'cross', 'straps', 'i', 'wish', 'it', 'was', "n't", 'so', 'wide', 'so', 'i', 'could', 'have', 'bought', 'it', ',3,1,0', 'initmates', 'intimate', 'lounge'] ['9159,993,57', 'cute', 'versatile', 'this', 'skirt', 'is', 'about', 'an', 'inch', 'longer', 'on', 'me', 'than', 'on', 'the', 'model', 'in', 'photo', 'i', "'m", '5', 'ft', 'ordered', 'petite', 'but', 'the', 'length', 'actually', 'works', 'i', 'have', 'a', 'bit', 'of', 'a', 'tummy', 'so', 'ordered', 'size', '4', 'fits', 'great', 'really', 'love', 'the', 'colors', 'so', 'many', 'tops', 'will', 'go', 'with', 'this', 'skirt', 'so', 'it', 'will', 'be', 'easy', 'to', 'vary', 'the', 'look', ',5,1,2', 'general', 'bottoms', 'skirts'] ['9160,860,44', 'almost', 'great', 'i', "'m", 'desperate', 'for', 'cute', 'patterned', 'shells', 'to', 'either', 'layer', 'or', 'wear', 'alone', 'i', 'wanted', 'this', 'cute', 'print', 'to', 'work', 'and', 'it', 'can', 'but', 'it', "'s", 'just', 'not', 'great', 'the', 'material', 'is', 'almost', 'spandex-y', 'which', 'is', 'a', 'bit', 'weird', 'the', 'only', 'place', 'it', 'ran', 'a', 'bit', 'small', 'on', 'me', 'is', 'the', 'length', 'of', 'the', 'straps', 'making', 'the', 'neck', 'and', 'the', 'arms', 'higher', 'than', 'i', 'like', 'if', 'i', 'go', 'up', 'a', 'size', 'it', 'might', 'be', 'too', 'much', 'fabric', 'and', 'pleated', 'swing', 'around', 'the', 'waist', 'so', 'close', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['9161,1126,82', 'houndstooth', 'this', 'an', 'absolutely', 'beautiful', 'quality', 'stylish', 'coat', 'but', 'through', 'no', 'fault', 'of', 'the', 'coat', 'i', 'had', 'to', 'return', 'it', 'because', 'i', 'looked', 'like', 'a', 'bear', 'in', 'it', 'i', "'m", 'too', 'short', 'and', 'too', 'round', 'around', 'the', 'middle', 'for', 'this', 'type', 'check', 'and', 'this', 'type', 'material', 'i', 'would', "n't", 'want', 'to', 'discourage', 'anyone', 'from', 'trying', 'it', ',5,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['9162,862,64', 'easy', 'tank', 'and', 'perfect', 'price', 'this', 'tank', 'is', 'an', 'easy', 'piece', 'to', 'add', 'into', 'your', 'summer', 'wardrobe', 'and', 'its', 'amazingly', 'affordable', 'i', 'do', "n't", 'think', 'the', 'material', 'is', 'too', 'think', 'like', 'the', 'previous', 'reviewer', 'i', 'chose', 'the', 'petite', 'size', 'and', 'it', 'sits', 'well', 'at', 'the', 'chest', 'and', 'is', 'a', 'great', 'length', 'not', 'too', 'long', 'but', 'still', 'able', 'to', 'front', 'tuck', 'i', 'bought', 'two', 'colors', 'and', 'am', 'interested', 'in', 'all', 'the', 'rest', ',5,1,3', 'general', 'tops', 'knits'] ['9163,860,44', 'love', 'i', "'m", 'happy', 'to', 'say', 'i', 'got', 'this', 'on', 'the', 'sale', 'rack', 'but', 'had', 'been', 'eyeing', 'this', 'long', 'before', 'it', 'is', 'a', 'flattering', 'fit', 'on', 'me', 'in', 'size', 'large', 'i', 'just', 'love', 'the', 'colors', 'in', 'the', 'print', 'also', 'the', 'style', 'is', 'not', 'a', 'basic', 'shell', 'but', 'a', 'very', 'feminine', 'cut', 'the', 'skinny', 'straps', 'are', 'also', 'a', 'very', 'nice', 'touch', 'i', 'plan', 'on', 'wearing', 'this', 'with', 'my', 'long', 'white', 'linen', 'skirt', 'denim', 'capris', 'or', 'with', 'shorts', 'i', 'think', 'i', 'will', 'also', 'opt', 'for', 'a', 'solid', 'cardi', 'or', 'scarf', 'this', 'is', 'just', 'so', 'pretty', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9164,993,60', 'colors', 'are', 'stunning', 'this', 'is', 'the', 'perfect', 'pencil', 'skirt', 'the', 'pattern', 'is', 'flawless'] ['the', 'top', 'shown', 'with', 'it', 'here', 'online', 'is', 'outrageously', 'expensive', 'i', 'paired', 'it', 'with', 'a', 'lace', 'turquoise', 'top', 'that', 'retailer', 'has', 'in', 'stores', 'and', 'you', 'can', 'also', 'wear', 'it', 'with', 'a', 'wine', 'colored', 'top', 'i', 'would', 'not', 'wear', 'it', 'with', 'black', 'because', 'you', 'just', 'lose', 'the', 'stunning', 'colors'] ['if', 'you', 'love', 'fall', 'colors', 'this', 'skirt', 'is', 'perfect', ',5,1,2', 'general', 'bottoms', 'skirts'] ['9165,1126,67', 'awesome', 'retailer', 'coat', 'wore', 'with', 'leggings', 'ballet', 'flats', 'compliments', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['9166,1126,54', 'gorgeous', 'warm', 'i', 'bought', 'this', 'coat', 'shortly', 'after', 'christmas', 'and', 'am', 'in', 'love', 'it', 'is', 'meant', 'to', 'fit', 'oversize', 'but', 'runs', 'true', 'to', 'your', 'natural', 'sizing', 'i', 'am', 'a', 'm/l', 'in', 'most', 'retailer', 'clothing', 'and', 'that', 'is', 'what', 'i', 'bought', 'it', 'is', 'great', 'for', 'layering', 'for', 'a', 'dressed', 'up', 'look', 'with', 'a', 'skirt', 'or', 'dress', 'for', 'work', 'and', 'also', 'dressed', 'down', 'with', 'jeans', 'a', 't-shirt', 'and', 'although', 'the', 'arms', 'are', '3/4', 'length', 'it', 'is', 'super', 'warm', 'so', 'happy', 'i', 'purchased', ',5,1,3', 'general', 'petite', 'jackets', 'outerwear'] ['9167,862,25', 'pretty', 'fits', 'a', 'bit', 'on', 'the', 'bigger', 'side', 'but', 'also', 'being', 'the', 'style', 'of', 'the', 'top', 'i', 'would', 'order', 'down', 'a', 'bit', 'i', "'m", 'usually', 'a', '4', 'on', 'top', '34c', 'and', 'the', 'xs', 'was', 'perfect', 'the', 'wine', 'color', 'is', 'classy', 'it', "'s", 'a', 'timeless', 'piece', ',5,1,3', 'general', 'tops', 'knits'] ['9168,1104,56', 'very', 'flattering', 'dress', 'this', 'is', 'a', 'beautiful', 'dress', 'that', 'glides', 'over', 'your', 'body', 'and', 'swishes', 'around', 'when', 'you', 'walk', 'i', 'received', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'with', 'black', 'korkease', 'platform', 'sandals', 'and', 'peruvian', 'opal', 'jewelry', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'took', 'my', 'usual', 'size', 'l.', 'it', 'is', 'longer', 'on', 'me', 'than', 'the', 'model', 'and', 'my', 'only', 'complaint', 'is', 'the', 'slip-it', 'is', 'very', 'sheer', 'and', 'you', 'can', 'see', 'your', 'legs', 'through', 'the', 'slip', 'and', 'the', 'dress', 'together', 'so', 'i', 'had', 'to', 'find', 'a', 'different', 'slip', 'i', 'think', 'retailer', 'should', 'also', 'make', 'their', 'slips', 'a', 'bit', 'longer', 'i', 'do', "n't", ',5,1,5', 'general', 'dresses', 'dresses'] ['9169,862,34', 'softer', 'than', 'i', 'imagined', 'bought', 'this', 'on', 'a', 'whim', 'and', 'am', 'so', 'glad', 'this', 'is', 'made', 'of', 'the', 'softest', 'fabric', 'and', 'the', 'loose', 'flowing', 'nature', 'of', 'the', 'tank', 'make', 'it', 'perfect', 'over', 'a', 'bathing', 'suit.,5,1,0', 'general', 'tops', 'knits'] ['9170,862,36', 'fun', 'these', 'tanks', 'are', 'perfect', 'for', 'working', 'out', 'they', 'have', 'big', 'armholes', 'so', 'could', 'work', 'with', 'a', 'bralette', 'but', 'probably', 'not', 'a', 'normal', 'bra', 'the', 'material', 'is', 'soft', 'but', 'they', 'do', 'shrink', 'in', 'th', 'wash,4,1,0', 'general', 'tops', 'knits'] ['9171,829,46', 'crazy', 'big', 'beautiful', 'but', 'big', 'i', 'exchanged', 'my', '0', 'for', 'a', '00', 'and', 'oddly', 'enough', 'there', 'was', 'no', 'difference', 'had', 'a', 'similar', 'experience', 'with', 'another', '00', 'blouse', 'am', 'i', 'crazy', 'or', 'is', 'the', '00', 'size', 'just', 'a', 'sham', ',3,1,1', 'general', 'petite', 'tops', 'blouses'] ['9172,993,62', 'more', 'maeve', 'pencil', 'perfection', 'maeve', 'consistently', 'nails', 'pencil', 'skirts', 'i', 'always', 'know', 'exactly', 'what', 'fabric', 'and', 'fit', 'to', 'expect', 'and', 'it', 'is', 'flawless', 'the', 'fabric', 'is', 'soft', 'lined', 'and', 'has', 'stretch', 'it', 'feels', 'as', 'close', 'to', 'wearing', 'sweats', 'as', 'you', 'can', 'in', 'a', 'skirt', 'the', 'colors', 'are', 'beautiful', 'on', 'this', 'i', "'d", 'say', 'in', 'person', 'the', 'colors', 'are', 'a', 'bit', 'deeper', 'and', 'richer', 'than', 'they', 'show', 'in', 'the', 'model', 'photo', 'length', 'is', 'about', 'the', 'same', 'on', 'me', 'as', 'it', 'is', 'on', 'the', 'model', 'at', '5', '7', 'and', 'got', 'my', 'usual', 's', 'with', 'no', 'issue', 'this', 'beauty', 'will', 'go', 'with', 'lots', 'of', 'different', 'colored', 'tops', 'too', ',5,1,9', 'general', 'bottoms', 'skirts'] ['9173,862,39', 'soft', 'and', 'easy', 'i', 'love', 'the', 'way', 'this', 'loosley', 'falls', 'and', 'is', 'so', 'light', 'you', 'barely', 'feel', 'it', 'on', 'you', 'it', 'is', 'very', 'sheer', 'to', 'you', 'need', 'to', 'wear', 'another', 'tank', 'underneath.,5,1,0', 'general', 'tops', 'knits'] ['9174,1104,63', 'the', 'fabric', 'feel', 'and', 'design', 'of', 'this', 'dress', 'is', 'sooo', 'cute', 'but', 'so', 'large', 'that', 'sadly', 'it', 'will', 'need', 'to', 'go', 'back', 'beautiful', 'and', 'softly', 'flowing', 'design', 'but', 'so', 'full', 'that', 'not', 'flattering', ',3,0,0', 'general', 'dresses', 'dresses'] ['9175,860,51', 'great', 'for', 'summer', 'i', 'ordered', 'the', 'blue', 'top', 'it', "'s", 'great', 'for', 'the', 'hot', 'summer', 'we', "'re", 'having', 'in', 'the', 'southeast', 'this', 'year.,4,1,0', 'general', 'tops', 'knits'] ['9176,860,39', 'fun', 'cut', 'cute', 'colors', 'i', 'tried', 'this', 'on', 'blue', 'in', 'size', '0', 'or', 'xs', 'not', 'sure', 'how', 'sizing', 'was', 'regular', 'size', 'sometimes', 'i', 'need', 'petite', 'i', 'do', "n't", 'think', 'i', 'need', 'petite', 'in', 'this', 'one', 'though', 'i', 'love', 'the', 'peek', 'of', 'lighter', 'solid', 'fabric', 'on', 'the', 'hem', 'the', 'whole', 'tank', 'is', 'very', 'soft', 'probably', 'need', 'a', 'strapless', 'bra', 'to', 'wear', 'it', 'but', 'could', 'be', 'paired', 'with', 'jeans', 'for', 'casual', 'look', 'or', 'nice', 'pants', 'pencil', 'skirt', 'for', 'dressier', 'look', 'i', 'am', '115', 'lbs', 'and', '30', 'dd', 'for', 'reference', ',5,1,3', 'general', 'tops', 'knits'] ['9177,1104,42', 'cut', 'a', 'bit', 'strange', 'but', 'still', 'love', 'it', 'first', 'the', 'good', 'what', 'a', 'beautiful', 'figure', 'flattering', 'dress', 'the', 'fabric', 'is', 'stiff', 'feeling', 'but', 'the', 'dress', 'is', 'well', 'lined', 'so', 'you', 'ca', "n't", 'see', 'through', 'it', 'and', 'it', 'hides', 'lumps', 'and', 'bumps', 'well', 'feels', 'very', 'quality', 'the', 'lining', 'also', 'means', 'it', 'is', "n't", 'scratchy', 'the', 'stripes', 'are', 'very', 'figure', 'flattering', 'for', 'apple', 'shapes', 'like', 'me', 'i', "'m", '5', '5', '165', 'and', 'thick', 'through', 'the', 'waist', 'this', 'dress', 'gives', 'me', 'the', 'illusion', 'of', 'actually', 'having', 'a', 'waist', 'l', 'fit', 'perfectly', 'and', 'i', 'love', 'the', 'saucy', 'little', 'cut', 'out', 'over', 'the', 'knee', 'not', 'so', 'high', 'that', 'yo', ',4,1,5', 'general', 'dresses', 'dresses'] ['9178,1104,46', 'dreamy', 'such', 'a', 'beautiful', 'pattern', 'on', 'a', 'lovely', 'fabric', 'soft', 'to', 'the', 'touch', 'and', 'flows', 'beautifully', 'i', 'love', 'the', 'lacing', 'and', 'even', 'the', 'butterfly', 'sleeves', 'which', 'i', "'m", 'usually', 'not', 'a', 'fan', 'or', 'i', 'have', 'a', 'feeling', 'i', "'m", 'going', 'to', 'wear', 'this', 'to', 'death', 'once', 'the', 'weather', 'warms', 'up', 'my', 'only', 'complaint', 'is', 'the', 'slip', 'which', 'is', 'a', 'scratchy', 'material', 'that', 'is', 'also', 'completely', 'see', 'through', 'it', "'s", 'also', 'very', 'short', 'at', 'least', 'for', 'my', 'comfort', 'i', 'have', 'a', 'plain', 'black', 'slip', 'i', "'ll", 'be', 'using', 'instead', 'which', 'is', 'fine', 'with', 'me', 'as', 'i', 'bought', 'the', 'dress', 'for', 'the', 'outer', 'shel', ',5,1,4', 'general', 'dresses', 'dresses'] ['9179,829,37', 'very', 'flattering', 'this', 'shirt', 'is', 'very', 'attractive', 'i', 'tried', 'on', 'my', 'usual', 'size', '2', 'and', 'it', 'fits', 'like', 'a', 'glove', 'i', 'wish', 'they', 'had', 'more', 'colors', 'than', 'ivory', 'but', 'i', 'could', "n't", 'pass', 'up', 'the', 'unique', 'fit', 'and', 'design', 'of', 'this', 'shirt', ',5,1,2', 'general', 'tops', 'blouses'] ['9180,862,55', 'think', 'material', 'poorly', 'made', 'i', 'tried', 'this', 'on', 'at', 'my', 'local', 'store', 'i', 'love', 'the', 'look', 'and', 'the', 'color', 'of', 'the', 'blue', 'tank', 'and', 'wanted', 'very', 'much', 'to', 'like', 'it', 'alas', 'it', 'was', 'not', 'to', 'be', 'the', 'material', 'is', 'super', 'thin', 'almost', 'see-through', 'and', 'it', 'is', 'of', 'poor', 'quality', 'i', 'did', 'not', 'buy', 'it', ',1,0,13', 'general', 'tops', 'knits'] ['9181,1146,49', 'love', 'the', 'look', 'i', 'love', 'the', 'style', 'and', 'look', 'oft', 'this', 'blouse', 'but', 'the', 'fit', 'is', 'a', 'bit', 'off', 'for', 'me', 'i', "'m", 'usually', 'either', 'a', 'l', 'or', 'xl', 'i', 'do', "n't", 'think', 'it', 'came', 'in', 'an', 'xl', 'so', 'i', 'decided', 'to', 'give', 'the', 'l', 'a', 'shot', 'i', 'would', 'say', 'it', 'runs', 'roomy', 'except', 'through', 'the', 'arms', 'i', 'found', 'the', 'arms', 'to', 'run', 'strangely', 'tight', 'and', 'it', "'s", 'not', 'an', 'area', 'i', 'usually', 'have', 'a', 'problem', 'with', 'the', 'body', 'skimmed', 'nicely', 'over', 'my', 'trouble', 'spots', 'middle', 'i', 'found', 'the', 'neckline', 'very', 'flattering', 'and', 'it', 'laid', 'nicely', 'over', 'by', 'dd', 'bust', 'the', 'v', 'is', 'deep', 'but', 'you', 'do', "n't", 'feel', 'overexposed'] [] ['the', 'b', ',5,1,4', 'general', 'petite', 'trend', 'trend'] ['9182,1104,54', 'lovely', 'dress', 'comfortable', 'fabric', 'and', 'great', 'cut'] ['the', 'combination', 'of', 'the', 'alignment', 'of', 'stripes', 'works', 'beautifully', 'and', 'is', 'very', 'figure', 'flattering'] ['versatile', 'to', 'keep', 'casual', 'or', 'dress', 'up', 'with', 'a', 'great', 'pair', 'of', 'shoes', ',5,1,6', 'general', 'dresses', 'dresses'] ['9183,1126,31', 'love', 'this', 'jacket', 'this', 'is', 'such', 'a', 'cute', 'and', 'different', 'jacket', 'of', 'course', 'i', 'asked', 'if', 'they', 'had', 'it', 'in', 'black', 'but', 'i', 'am', 'glad', 'they', 'did', "n't", 'because', 'this', 'is', 'such', 'a', 'great', 'color', 'that', 'is', 'so', 'versatile', 'i', 'use', 'it', 'as', 'a', 'topper', 'when', 'it', 'is', 'not', 'that', 'cold', 'out', 'with', 'a', 'short', 'sleeve', 'under', 'it', 'or', 'a', 'long', 'sleeve', 'fitted', 'shirt', 'you', 'can', 'wear', 'with', 'jeans', 'or', 'black', 'pants', 'if', 'you', 'want', 'great', 'material', 'for', 'the', 'price', 'as', 'well', 'i', 'am', 'usually', 'between', 'a', 'small', 'but', 'more', 'of', 'a', 'medium', 'in', 'my', 'jackets', 'i', 'ordered', 'this', 'in', 'xs/s', 'and', 'it', 'has', 'plenty', 'of', 'room', 'to', 'even', 'wear', 'a', 'swea,5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['9184,862,51', 'basic', 'and', 'dressy', 'i', 'purchased', 'the', 'black', 'in', 'the', 'store', 'and', 'wore', 'the', 'next', 'day', 'so', 'soft', 'and', 'lays', 'nicely', 'pretty', 'sleeve', 'detail', 'quality', 'and', 'fit', 'as', 'expected', 'the', 'arm', 'holes', 'are', 'a', 'tad', 'larger', 'than', 'i', 'prefer', 'but', 'i', 'typically', 'wear', 'a', 'camisole', 'under', 'tops', 'so', 'it', 'does', "n't", 'bother', 'me', 'for', 'reference', 'i', "'m", '5', '8', '36c', 'and', 'purchased', 'the', 'medium', ',5,1,10', 'general', 'tops', 'knits'] ['9185,1104,53', 'this', 'dress', 'is', 'flattering', 'comfortable', 'and', 'beautiful', 'it', 'hides', 'my', 'imperfections', 'too', 'currently', 'my', 'favorite', 'dress', ',5,1,5', 'general', 'dresses', 'dresses'] ['9186,862,37', 'perfect', 'tank', 'the', 'softest', 'tank', 'i', 'own', 'even', 'though', 'it', "'s", 'a', 'soft', 'burnout', 'fabric', 'it', "'s", 'still', 'not', 'too', 'sheer', 'great', 'quality,5,1,0', 'general', 'tops', 'knits'] ['9187,860,67', 'too', 'large', 'at', 'bottom', 'this', 'is', 'such', 'a', 'cute', 'top', 'with', 'so', 'much', 'potential', 'soft', 'fabric', 'vibrant', 'colors', 'and', 'flattering', 'fit', 'on', 'top', 'however', 'like', 'so', 'many', 'of', 'retailer', 'swing', 'tops', 'lately', 'it', 'has', 'tons', 'of', 'fabric', 'at', 'the', 'bottom', 'making', 'it', 'billow', 'in', 'a', 'very', 'unflattering', 'way', 'i', 'ordered', 'it', 'in', 'an', 'xxsp', 'so', 'i', 'ca', "n't", 'even', 'go', 'down', 'in', 'size', 'so', 'this', 'top', 'regrettably', 'has', 'to', 'go', 'back'] ['i', 'love', 'swing', 'tops', 'but', 'retailer', 'could', 'we', 'please', 'have', 'tops', 'that', 'do', 'not', 'double', 'for', 'maternity', 'tops', ',3,0,7', 'general', 'tops', 'knits'] ['9188,862,36', 'cute', 'and', 'lightweight', 'when', 'i', 'received', 'this', 'tank', 'i', 'ordered', 'the', 'blue', 'i', 'almost', 'returned', 'it', 'because', 'it', 'seemed', 'really', 'thin', 'almost', 'see', 'through', 'however', 'once', 'i', 'tried', 'it', 'on', 'it', 'had', 'a', 'good', 'fit', 'not', 'see', 'through', 'just', 'lightweight', 'and', 'breezy', 'i', 'especially', 'like', 'the', 'twisted', 'details', 'on', 'the', 'straps', 'i', 'would', 'suggest', 'a', 'bralette', 'with', 'a', 'cross', 'back', 'for', 'comfort', 'especially', 'because', 'it', 'is', 'on', 'the', 'thin', 'side', ',3,1,0', 'general', 'tops', 'knits'] ['9189,862,36', 'pass', 'on', 'for', 'small', 'framed', 'people', 'this', 'top', 'looks', 'good', 'on', 'model', 'and', 'has', 'great', 'reviews', 'online', 'however', 'it', 'did', 'not', 'work', 'on', 'my', 'bodytype', 'when', 'i', 'tried', 'it', 'the', 'slit', 'in', 'the', 'front', 'sat', 'too', 'low', 'i', 'do', "n't", 'like', 'showing', 'cleavage', 'because', 'i', 'dress', 'conservatively', 'other', 'than', 'that', 'i', 'would', 'have', 'loved', 'wearing', 'it', 'arm', 'cut', 'is', 'not', 'too', 'big', 'such', 'it', 'shows', 'sides', 'of', 'bra', 'bands', 'overall', 'fit', 'is', 'loose', 'and', 'drapery.,3,1,0', 'general', 'tops', 'knits'] ['9190,862,59', 'only', 'lasted', 'one', 'wash', 'do', "n't", 'even', 'waste', 'your', 'money', 'even', 'on', 'sale'] [] ['bought', 'three', 'in', 'different', 'colors', 'because', 'i', 'loved', 'the', 'loose', 'fit', 'and', 'airyness', 'for', 'hot', 'southern', 'summers', 'unfortunately', 'one', 'of', 'them', 'ripped', 'in', 'the', 'first', 'wash.', 'i', 'let', 'it', 'air', 'dry', 'and', 'thats', 'when', 'i', 'found', 'multiple', 'runs', 'and', 'a', 'hole', 'that', 'i', 'could', 'put', 'my', 'finger', 'through', 'one', 'of', 'the', 'other', 'colors', 'was', 'fine', 'yet', 'still', 'pilled', 'pretty', 'bad', 'the', 'third', 'one', 'still', 'has', 'the', 'tag', 'keeping', 'the', 'one', 'that', 'survived', 'the', 'wash', 'because', 'i', 'like', 'the', 'color', 'but', 'will', 'only', 'be', 'using', 'it', 'as', 'a', 'knock', ',2,0,1', 'general', 'tops', 'knits'] ['9191,862,35', 'good', 'for', 'workout', 'this', 'tank', 'is', 'really', 'thin', 'and', 'airy', 'without', 'being', 'too', 'flowy', 'it', 'was', 'perfect', 'for', 'my', 'soul', 'cycle', 'workout', 'and', 'i', 'am', 'thinking', 'about', 'getting', 'it', 'in', 'different', 'colors', 'for', 'working', 'out', 'i', 'do', "n't", 'know', 'that', 'i', "'d", 'normally', 'wear', 'this', 'top', 'on', 'its', 'own', 'because', 'it', "'s", 'very', 'casual', 'but', 'it', "'s", 'perfect', 'as', 'part', 'of', 'a', 'workout', 'or', 'vacation', 'outfit', 'i', 'sized', 'down', 'one', 'size', 'to', 'make', 'sure', 'that', 'it', 'was', "n't", 'too', 'flowy', 'and', 'it', 'fit', 'perfectly', 'i', 'am', '5', '2', 'and', '130lbs.', 'and', 'a', 'size', 'xs', 'fit', 'perfectly', ',4,1,0', 'general', 'tops', 'knits'] ['9192,860,37', 'beautiful', 'feminine', 'beautiful', 'top', 'the', 'print', 'is', 'really', 'unique', 'and', 'already', 'received', 'compliments', 'on', 'it', 'when', 'running', 'my', 'daughter', 'in', 'for', 'school', 'it', "'s", 'a', 'little', 'fuller', 'on', 'the', 'bottom', 'and', 'flows', 'out', 'so', 'i', 'think', 'i', 'may', 'pin', 'it', 'but', 'it', "'s", 'beautiful', 'definitely', 'worth', 'getting', ',5,1,0', 'general', 'tops', 'knits'] ['9193,1126,52', 'wanted', 'to', 'love', 'this', 'i', 'had', 'my', 'eye', 'on', 'this', 'coat', 'for', 'so', 'long', 'when', 'i', 'saw', 'it', 'was', 'on', 'sale', 'and', 'an', 'extra', '30', 'off', 'i', 'decided', 'to', 'go', 'for', 'it', 'i', 'ignored', 'the', 'reviews', 'that', 'said', 'it', 'ran', 'big', 'and', 'took', 'a', 'chance', 'and', 'sadly', 'it', 'did', 'not', 'pay', 'off', 'this', 'jacket', 'is', 'very', 'heavy', 'so', 'if', 'you', 'are', 'going', 'to', 'get', 'it', 'on', 'sale', 'it', 'will', 'probably', 'go', 'into', 'the', 'closet', 'for', 'next', 'winter', 'it', 'was', 'very', 'boxy', 'on', 'me', 'and', 'tied', 'at', 'the', 'waist', 'made', 'my', 'upper', 'half', 'look', 'huge', 'it', 'was', 'just', 'not', 'flattering', 'at', 'all', 'the', 'heaviness', 'of', 'it', 'also', 'made', 'the', 'big', 'open', 'neck', 'a', 'little', 'annoying', 'and', ',4,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['9194,1104,35', 'waist', 'crew', 'stripe', 'sheath', 'fitted', 'very', 'well', 'until', 'i', 'turned', 'around', 'the', 'waist', 'section', 'where', 'the', 'stripes', 'wrap', 'around', 'the', 'waist', 'had', 'extra', 'fabric', 'and', 'did', "n't", 'lay', 'well', 'i', 'am', '5', '4', '120', 'lbs', '32c', '26', 'waist', 'and', '32', 'hip', 'usually', 'wear', 'a', '0', 'or', 'extra', 'small', 'in', 'the', 'maeve', 'clothing', 'that', 'is', "n't", 'a', 'fitted', 'style', 'i', 'bought', 'the', 's', 'which', 'fit', 'well', 'except', 'for', 'the', 'waist', 'issue', 'described', 'above', 'this', 'is', 'a', 'fitted', 'dress', 'i', 'hope', 'this', 'is', 'just', 'an', 'issue', 'with', 'the', 'dress', 'i', 'received', 'it', 'is', 'a', 'great', 'style', 'idea', ',2,0,0', 'general', 'dresses', 'dresses'] ['9195,1126,28', 'chic', 'over-sized', 'fashion', 'statement', 'coat', 'when', 'i', 'first', 'tried', 'it', 'on', 'i', 'was', 'worried', 'it', 'would', 'add', '10-15', 'lbs', 'to', 'my', 'hourglass', 'frame', 'but', 'if', 'worn', 'correctly', 'it', 'actually', 'has', 'a', 'flattering', 'slimming', 'effect', 'i', 'recommend', 'wearing', 'it', 'open', 'like', 'in', 'the', 'photo', 'with', 'the', 'same', 'type', 'of', 'outfit', 'underneath', 'looks', 'very', 'chic', 'or', 'to', 'give', 'yourself', 'a', 'defined', 'waist', 'use', 'the', 'provided', 'ribbon', 'belt', 'tied', 'to', 'the', 'side', 'or', 'use', 'your', 'own', 'large', 'statement', 'belt', 'also', 'looks', 'great', 'with', 'vintage', 'sunglasses', 'the', 'fabric', 'quality', 'ca', "n't", 'be', 'beat', 'it', "'s", 'nice', 'and', 'heavy', 'to', 'the', 'touch', 'i', 'ca', ',4,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['9196,862,73', 'i', 'live', 'in', 'these', 'tanks', 'i', "'m", 'a', 'power-walker', 'i', 'bought', 'this', 'tank', 'in', '3', 'colors', 'and', 'rotate', 'through', 'them', 'they', "'re", 'great', 'for', 'working', 'out', 'with', 'a', 'nice', 'sports', 'bra', 'underneath', 'i', 'also', 'wear', 'them', 'with', 'leggings', 'so', 'cute', 'love', 'the', 'colors', 'the', 'fit', 'yes', 'they', "'re", 'thin', 'i', 'do', "n't", 'think', 'they', "'ll", 'last', 'for', 'years', 'and', 'years', 'but', 'with', 'the', 'sale', 'price', 'they', 'are', 'such', 'a', 'great', 'deal', ',5,1,0', 'general', 'tops', 'knits'] ['9197,862,47', 'poor', 'quality', 'the', 'material', 'is', 'thin', 'and', 'of', 'poor', 'quality', 'it', 'snagged', 'the', 'first', 'time', 'i', 'wore', 'it', 'the', 'arm', 'holes', 'are', 'very', 'low', 'as', 'other', 'reviewers', 'stated.,1,0,1', 'general', 'tops', 'knits'] ['9198,1126,48', 'buttery', 'soft', 'this', 'oversized', 'coat', 'is', 'fabulous', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'on', 'it.,5,1,4', 'general', 'petite', 'jackets', 'outerwear'] ['9199,862,52', 'great', 'summer', 'tank', 'great', 'comfortable', 'tank', 'cool', 'added', 'detail', 'in', 'the', 'straps', 'runs', 'big', 'so', 'size', 'down', 'i', 'wear', 'both', 'a', 'medium', 'and', 'large', 'at', 'retailer', 'and', 'got', 'this', 'in', 'a', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['9200,862,35', 'cute', 'but', 'poorly', 'made', 'i', 'bought', 'this', 'top', 'in', 'two', 'colors', 'i', 'think', 'it', "'s", 'a', 'really', 'cute', 'easy', 'top', 'to', 'wear', 'but', 'the', 'fabric', 'is', 'extremely', 'thin', 'and', 'poor', 'quality', 'i', 'tucked', 'the', 'front', 'into', 'a', 'pair', 'of', 'shorts', 'and', 'i', 'can', 'already', 'see', 'a', 'small', 'snag', 'forming', 'which', 'i', "'m", 'sure', 'will', 'be', 'a', 'hole', 'in', 'no', 'time', 'two', 'stars', 'only', 'because', 'i', 'really', 'do', 'like', 'the', 'look', 'of', 'the', 'top', 'generally', 'i', 'just', 'wish', 'it', 'was', 'something', 'that', 'was', 'going', 'to', 'last', 'beyond', 'a', 'couple', 'of', 'wears', ',2,0,4', 'general', 'tops', 'knits'] ['9201,862,47', 'i', 'love', 'this', 'top', 'so', 'much', 'so', 'that', 'i', 'bought', 'it', 'in', 'black', 'and', 'red', 'i', 'do', 'think', 'it', 'runs', 'a', 'bit', 'big', 'i', 'normally', 'wear', 'a', 'medium', 'or', 'small', 'i', 'bought', 'this', 'in', 'extra', 'small', 'and', 'it', 'fits', 'beautifully', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'love', 'that', 'it', 'is', 'a', 'double', 'layered', 'knit', 'too', 'the', 'fabric', 'is', 'soft', 'and', 'drappy', 'this', 'is', 'a', 'staple', 'top', 'looks', 'great', 'with', 'a', 'pencil', 'skirt', 'tucked', 'in', 'got', 'lots', 'of', 'compliments', 'when', 'i', 'wore', 'the', 'red', 'one', 'havent', 'worn', 'the', 'black', 'one', 'yet', 'for', 'reference', 'im', '5', '9', 'weigh', '125lbs', 'and', 'wear', 'a', '34b', ',5,1,9', 'general', 'tops', 'knits'] ['9202,1074,63', 'essential', 'spring', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'my', 'bridal', 'shower', 'and', 'it', 'is', 'perfect', 'the', 'pattern', 'is', 'beautiful', 'and', 'very', 'similar', 'to', 'the', 'image', 'shown', 'online', 'the', 'fabric', 'is', 'much', 'lighter', 'than', 'i', 'anticipated', 'which', 'is', 'nice', 'for', 'spring/summer', 'weather', 'i', 'had', 'to', 'get', 'the', 'top', 'altered', 'slightly', 'to', 'better', 'fit', 'on', 'top', 'but', 'it', 'was', 'a', 'very', 'easy', 'alteration', 'i', 'am', 'normally', 'a', 'size', '8', 'in', 'dresses', 'and', 'found', 'this', 'to', 'fit', 'very', 'true', 'to', 'size.,5,1,0', 'general', 'dresses', 'dresses'] ['9203,862,54', 'run', 'really', 'large.', 'hi', 'i', 'bought', 'this', 'top', 'in', 'a', 'couple', 'of', 'colors', 'i', 'wear', 'a', '12/14', 'or', 'xl', 'i', 'bought', 'these', 'in', 'a', 'xl', 'they', 'are', 'huge', 'but', 'i', 'liked', 'them', 'well', 'enough', 'and', 'returned', 'them', 'for', 'larges', 'and', 'they', 'fit', 'beautifully', ',4,1,0', 'general', 'tops', 'knits'] ['9204,860,51', 'i', 'absolutely', 'love', 'the', 'print', 'it', "'s", 'what', 'caught', 'my', 'eye', 'first', 'when', 'scrolling', 'down', 'the', 'page', 'the', 'fabric', 'is', 'very', 'soft', 'single', 'layer', 'the', 'model', 'definitely', 'makes', 'this', 'shirt', 'look', 'slimmer', 'or', 'tighter', 'to', 'the', 'body', 'than', 'the', 'shirt', 'actually', 'is', 'the', 'slimmer', 'fit', 'was', 'the', 'next', 'thing', 'i', 'was', 'looking', 'forward', 'to', 'but', 'like', 'other', 'reviews', 'it', 'is', 'very', 'flowy', 'and', 'the', 'fabric', 'falls', 'away', 'from', 'the', 'bottom', 'below', 'the', 'bust', 'which', 'i', "'m", 'not', 'mad', 'about', 'when', 'wearing', 'this', 'in', 'the', 'summer', 'the', 'occasional', 'breeze', 'will', 'feel', 'nicer', 'with', 'a', 'loose', 'to', ',4,1,0', 'general', 'tops', 'knits'] ['9205,860,37', 'not', 'for', 'big-busted', 'ladies', 'i', 'love', 'the', 'look', 'of', 'this', 'top', 'i', "'m", 'usually', 'a', 'size', '12', 'or', '14', 'and', 'i', 'tried', 'on', 'a', 'size', 'l', 'and', 'it', 'seemed', 'really', 'big', 'and', 'looked', 'a', 'little', 'like', 'a', 'maternity', 'top', 'i', 'thought', 'maybe', 'it', 'was', 'too', 'big', 'and', 'ordered', 'a', 'size', 'm.', 'unfortunately', 'it', 'still', 'looked', 'maternity-ish', 'i', 'think', 'the', 'bottom', 'of', 'this', 'is', 'flared', 'so', 'much', 'that', 'if', 'you', 'have', 'a', 'big', 'bust', 'at', 'all', 'it', 'will', 'look', 'like', 'a', 'maternity', 'top', 'on', 'you', ',3,0,1', 'general', 'tops', 'knits'] ['9206,862,51', 'is', 'gigantic-it', 'could', 'be', 'so', 'cute', 'but', 'the', 'neckline', 'and', 'armholes', 'are', 'ridiculously', 'low', 'i', 'am', '5', 'feet', '10', 'and', '140', 'pounds', 'and', 'a', 'small', 'was', 'huge', 'on', 'me', ',1,0,0', 'general', 'tops', 'knits'] ['9207,862,27', 'versatile', 'basic', 'with', 'a', 'little', 'extra', 'purchased', 'in', 'the', 'red', 'and', 'love', 'it', 'love', 'that', 'it', 'goes', 'with', 'anything', 'from', 'work', 'pants', 'to', 'jean', 'shorts', 'the', 'ruffle', 'details', 'add', 'just', 'a', 'little', 'extra', 'which', 'makes', 'it', 'perfect', 'i', 'just', 'paired', 'with', 'gray', 'chinos', 'a', 'couple', 'days', 'ago', 'and', 'it', 'made', 'a', 'lovely', 'outfit', 'fits', 'tts', 'i', 'wear', 'an', 'xs', 'and', 'purchased', 'that', ',5,1,6', 'general', 'tops', 'knits'] ['9208,860,57', 'lovely', 'print', 'i', 'was', 'on', 'the', 'fence', 'about', 'this', 'toposition', 'because', 'as', 'others', 'have', 'stated', 'it', 'is', 'quite', 'billowy', 'at', 'the', 'bottom', 'just', 'before', 'returning', 'i', 'decided', 'to', 'try', 'it', 'on', 'with', 'a', 'navy', 'linen', 'v-neck', 'cardi', 'and', 'it', 'completely', 'changed', 'my', 'mind', 'wow', 'now', 'i', 'am', 'not', 'saying', 'that', 'this', 'is', "n't", 'beautiful', 'on', 'its', 'own', 'because.it', 'truly', 'is', 'i', 'am', 'just', 'saying', 'that', 'now', 'this', 'has', 'become', 'a', 'truly', 'versatile', 'piece', 'in', 'my', 'wardrobe', 'i', 'did', 'not', 'order', 'a', 'petite', 'even', 'though', 'i', 'am', '5', '3', 'and', 'for', 'that', 'in', 'am', 'glad', 'i', 'ordered', 'regular', 'size', 'xs', '108', 'lbs/36b', ',5,1,0', 'general', 'tops', 'knits'] ['9209,862,50', 'perfect', 'versatile', 'summer', 'tank', 'so', 'comfy', 'and', 'well', 'made', 'perfect', 'to', 'dress', 'up', 'or', 'down', 'bought', 'one', 'and', 'coming', 'back', 'for', 'several', 'more', 'cut', 'a', 'bit', 'low', 'in', 'arms', 'lace', 'bralette', 'is', 'perfect', 'under', 'bought', 'a', 'small', 'length', 'and', 'fit', 'similar', 'to', 'model', ',5,1,6', 'general', 'tops', 'knits'] ['9210,133,55', 'cute', 'nice', 'fit', 'stretchy', 'fabric', 'but', 'they', 'do', 'not', 'stretch', 'out', 'of', 'shape', 'or', 'so', 'much', 'that', 'they', 'are', 'too', 'big', 'after', 'wearing', 'for', 'a', 'few', 'hours', 'very', 'true', 'to', 'size', 'and', 'great', 'length', 'i', 'am', 'going', 'to', 'buy', 'another', 'pair', 'because', 'i', 'know', 'once', 'i', 'wear', 'these', 'out', 'i', 'will', 'want', 'a', 'back-up', ',5,1,2', 'general', 'bottoms', 'shorts'] ['9211,862,32', 'my', 'new', 'favorite', 'loungewear.', 'i', 'bought', 'three', 'in', 'part', 'because', 'they', 'were', 'on', 'sale', 'i', 'do', 'not', 'think', 'that', 'i', 'will', 'ever', 'wear', 'these', 'without', 'a', 'sports', 'bra', 'though', 'they', 'are', 'too', 'low', 'in', 'the', 'front', 'and', 'on', 'the', 'sides', 'for', 'a', 'regular', 'bra', 'and', 'too', 'thin', 'to', 'go', 'bra-less', 'that', 'said', 'they', 'may', 'look', 'cute', 'with', 'some', 'of', 'the', 'lacy-show-me', 'bras', 'that', 'seem', 'to', 'be', 'trendy', 'right', 'now'] [] ['i', 'am', 'typically', 'a', 'small', 'and', 'bought', 'x-small', 'the', 'drape', 'is', 'not', 'that', 'different', 'in', 'the', 'two', 'sizes', 'but', 'the', 'length', 'of', 'the', 'straps', 'was', 'much', 'less', 'revealing', 'in', 'the', 'smaller', 'size'] [] ['all-i', ',4,1,0', 'general', 'tops', 'knits'] ['9212,829,64', 'really', 'cute', 'when', 'i', 'spotted', 'this', 'online', 'i', 'just', 'knew', 'it', 'was', 'a', "'must", 'have', 'holding', 'horses', 'brand', 'usually', 'runs', 'big', 'on', 'me', 'but', 'this', 'is', 'a', 'more', 'fitted', 'top', 'i', 'ordered', 'the', 'size', '4', '6', 'so', 'i', 'cld', 'compare', 'well', 'the', '4', 'is', 'a', 'little', 'snug', 'in', 'the', 'bust', 'area', 'the', 'bodice', 'seam', 'falls', 'high', 'across', 'the', 'mid-bust', 'area', 'except', 'for', 'that', 'the', 'fit', 'is', 'good', 'being', 'cotton', 'i', 'realize', 'it', 'will', 'probably', 'shrink', 'some', 'when', 'washed', 'so', 'i', 'do', "n't", 'think', 'the', '4', 'works', 'for', 'me', 'the', 'size', '6', 'is', 'much', 'looser', 'overall', 'the', 'fit', 'is', 'much', 'better', 'in', 'the', 'bust', 'area', 'the', 'armh', ',5,1,3', 'general', 'tops', 'blouses'] ['9213,862,35', 'use', 'for', 'working', 'out', 'bought', 'on', 'sale', 'the', 'first', 'to', 'use', 'for', 'working', 'out/yoga', 'and', 'they', "'re", 'perfectly', 'suited', 'for', 'the', 'job', 'so', 'i', 'bought', '2', 'more', 'also', 'on', 'sale', 'has', 'held', 'up', 'well', 'in', 'the', 'wash', 'so', 'far', 'and', 'i', "'ve", 'washed', 'each', 'about', '3-4', 'times', 'runs', 'a', 'little', 'large', 'but', 'it', 'is', 'a', 'loose', 'flowy', 'top', 'normally', 'wear', 'a', 'medium', 'but', 'got', 'smalls', 'in', 'these.,5,1,0', 'general', 'tops', 'knits'] ['9214,862,53', 'beautiful', 'i', 'am', 'very', 'happy', 'with', 'the', 'top.well', 'made', 'and', 'beautiful', 'color.,5,1,0', 'general', 'tops', 'knits'] ['9215,133,38', 'soft', 'great', 'length', 'the', 'length', 'on', 'these', 'are', 'great', 'they', 'stretch', 'but', 'so', 'far', 'they', 'do', "n't", 'stretch', 'out', 'the', 'material', 'is', 'a', 'dark', 'and', 'soft', 'i', 'am', '5', '6', 'and', '135lbs', 'the', 'size', '26', 'fit', 'great.,5,1,0', 'general', 'bottoms', 'shorts'] ['9216,1104,25', 'beautiful', 'flowy', 'dress', 'this', 'dress', 'is', 'beautiful', 'and', 'delicate', 'so', 'flattering', 'runs', 'a', 'little', 'big-', 'slightly', 'looser', 'fit-', 'got', 'the', 'size', 'small', 'usually', 'a', '6-8', 'and', 'it', 'is', 'perfect', 'the', 'slip', 'included', 'is', 'very', 'sheer', 'however', 'so', 'i', 'am', 'using', 'a', 'different', 'black', 'slip', 'for', 'mine', ',5,1,0', 'general', 'dresses', 'dresses'] ['9217,1104,66', ',usually', 'an', 'retailer', 'dress', 'in', 'a', 'large', 'fits', 'me', 'perfectly', 'however', 'not', 'this', 'one', 'i', 'am', 'larger', 'busted', 'and', 'this', 'dress', 'was', 'way', 'too', 'tight', 'on', 'top', 'possibly', 'better', 'on', 'smaller', 'chests', 'the', 'dress', 'is', 'cute', 'and', 'the', 'rest', 'of', 'the', 'fit', 'was', 'good', 'not', 'for', 'me', 'could', 'barely', 'pull', 'it', 'down', 'over', 'the', 'boobs', 'going', 'back', ',2,1,4', 'general', 'dresses', 'dresses'] ['9218,862,44', 'easy', 'versatile', 'top', 'i', 'was', "n't", 'sure', 'about', 'these', 'when', 'i', 'first', 'took', 'them', 'out', 'but', 'they', 'are', 'so', 'cute', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'skims', 'the', 'body/is', 'not', 'clingy', 'i', 'got', 'the', 'black', 'the', 'red', 'the', 'red', 'is', 'more', 'of', 'a', 'magenta', 'but', 'i', "'m", 'okay', 'with', 'that', 'i', 'think', 'these', 'will', 'be', 'great', 'in', 'the', 'fall', 'and', 'early', 'winter', 'too', 'under', 'cardigans', 'light', 'jackets', 'another', 'bonus', 'they', 'do', 'not', 'show', 'a', 'ton', 'of', 'cleavage', 'like', 'a', 'lot', 'of', 'tops', 'out', 'there', 'the', 'arm', 'holes', 'are', 'also', 'very', 'close', 'to', 'perfect', 'i', 'hate', 'how', 'big', 'the', 'armholes', 'are', 'on', 'tops', 'that', 'basically', 'require', ',4,1,0', 'general', 'tops', 'knits'] ['9219,862,37', 'love', 'this', 'top', 'i', 'have', "n't", 'taken', 'this', 'off', 'since', 'i', 'got', 'it', 'and', 'since', 'then', 'i', "'ve", 'ordered', 'two', 'more', 'colors', 'it', "'s", 'definitely', 'sheer', 'but', 'the', 'blue', 'is', "n't", 'see-through', 'though', 'i', 'expect', 'the', 'lighter', 'colors', 'are', 'it', 'is', 'a', 'distressed', 'look', 'but', 'super-soft', 'comfy', 'and', 'perfect', 'to', 'wear', 'over', 'work', 'out', 'clothes', 'or', 'dressed', 'up', 'with', 'jeans', 'really', 'a', 'nice', 'summer', 'top', 'for', 'hot', 'days', 'i', "'m", '5', '4', '135', 'the', 'and', 'the', 'xxs', 'is', 'perfect', 'drapey', 'but', 'not', 'baggy', 'very', 'flattering', 'straps', 'too', ',5,1,1', 'general', 'tops', 'knits'] ['9220,1060,34', 'gorgeous', 'flowing', 'pants', 'the', 'quality', 'is', 'there', 'these', 'pants', 'are', 'just', 'as', 'pictured', 'very', 'wide', 'leg', 'romantic', 'pants', 'the', 'pockets', 'lay', 'nicely', 'inside', 'so', 'as', 'not', 'to', 'be', 'bunchy', 'like', 'some', 'pants', 'do', 'these', 'fit', 'perfect', 'and', 'look', 'great', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9221,133,51', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['9222,829,48', 'prettier', 'in', 'pic', 'i', 'just', 'returned', 'this', 'top', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'the', 'neckline', 'is', 'way', 'too', 'deep', 'i', 'ordered', 'small', 'and', 'i', 'looked', 'ridiculous', 'in', 'it', 'also', 'the', 'ruffles', 'did', "n't", 'look', 'so', 'great', 'on', 'me', 'either', ',2,0,1', 'general', 'tops', 'blouses'] ['9223,1086,26', 'adorable', 'just', 'picked', 'this', 'up', 'at', 'a', 'store', 'had', 'a', 'terrible', 'time', 'deciding', 'between', 'the', 'plaid', 'and', 'the', 'chambray', 'but', 'went', 'with', 'the', 'chambray', 'super', 'soft', 'fabric', 'and', 'not', 'too', 'short', 'for', 'a', '55', 'year', 'old', 'i', "'m", '5', '5', '135', 'lbs', 'and', '34', 'd', 'and', 'the', 'medium', 'is', 'perfect', 'sometimes', 'i', 'wear', 'a', 'small', 'but', 'have', 'broad', 'shoulders', 'so', 'need', 'the', 'm', 'in', 'this', 'i', "'ll", 'wear', 'without', 'a', 'belt', 'it', 'falls', 'nicely', 'and', 'is', 'very', 'flattering', ',5,1,3', 'general', 'dresses', 'dresses'] ['9224,912,27', 'poor', 'fit', 'the', 'fit', 'of', 'this', 'sweater', 'did', 'not', 'flatter', 'my', 'body-type', 'the', 'top', 'half', 'did', 'not', 'fit', 'well', 'the', 'armpit', 'area', 'was', 'loose', 'fitting', 'and', 'the', 'neckline', 'was', 'awkward.,1,0,0', 'general', 'tops', 'fine', 'gauge'] ['9225,912,57', 'great', 'lines', 'love', 'this', 'sweater', 'great', 'quality', 'styling', 'slimming', 'and', 'the', 'side', 'slits', 'add', 'a', 'feminine', 'appeal', 'pair', 'with', 'your', 'legging', 'and', 'boots', 'and', 'enjoy', 'the', 'compliments.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9226,1086,50', 'cute', 'dress', 'this', 'is', 'a', 'super', 'cute', 'dress', 'and', 'i', 'get', 'lots', 'of', 'compliments', 'when', 'i', 'wear', 'it.,4,1,0', 'general', 'dresses', 'dresses'] ['9227,927,59', 'great', 'sweater', 'for', 'cool', 'weather', 'the', 'sweater', 'is', 'light', 'and', 'very', 'soft', 'the', 'silver', 'banding', 'on', 'the', 'neck', 'sleeves', 'and', 'hem', 'make', 'it', 'easy', 'to', 'dress', 'up', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9228,868,39', 'did', "n't", 'work', 'for', 'me', 'cute', 'i', 'love', 'the', 'button', 'back', 'detail', 'but', 'it', "'s", 'completely', 'see-through', 'i', 'could', 'have', 'worked', 'with', 'that', 'by', 'putting', 'a', 'cami', 'underneath', 'but', 'the', 'arm', 'holes', 'were', 'too', 'tight', 'did', "n't", 'look', 'bad', 'just', 'felt', 'uncomfortable', 'you', 'ca', "n't", 'really', 'tell', 'in', 'the', 'pic', 'but', 'there', "'s", 'elastic', 'on', 'the', 'arm', 'holes', 'it', "'ll", 'work', 'if', 'you', 'have', 'super', 'skinny', 'arms', 'but', 'apparently', 'i', 'do', "n't", ',3,1,2', 'general', 'tops', 'knits'] ['9229,820,42', 'simply', 'beautiful', 'i', 'bought', 'both', 'versions', 'of', 'these', 'tops', 'the', 'print', 'one', 'has', 'brown', 'pale', 'pink', 'and', 'cream', 'colors', 'these', 'tops', 'look', 'exactly', 'like', 'the', 'picture', 'they', 'are', 'tts', 'and', 'come', 'with', 'a', 'cami', 'attached', 'i', 'normally', 'wear', 'a', 'medium', 'and', 'the', 'size', '8', 'is', 'perfect', 'and', 'the', 'arm', 'holes', 'are', 'properly', 'sized', 'not', 'huge', ',4,1,8', 'general', 'tops', 'blouses'] ['9230,1086,48', 'great', 'dress', 'i', "'m", '5', '3', 'with', 'high', 'waist', 'and', 'some', 'booty', 'this', 'dress', 'has', 'a', 'fantastic', 'flattering', 'fit', 'i', 'paired', 'it', 'with', 'the', 'elita', 'belt', 'as', 'opposed', 'to', 'the', 'thicker', 'belt', 'on', 'the', 'long', 'waisted', 'model', 'love', 'the', 'belt', 'too', 'btw', 'the', 'fabric', 'is', 'soft', 'and', 'will', 'pair', 'well', 'with', 'tshirt', 'or', 'cami', 'underneath', 'i', 'plan', 'to', 'wear', 'with', 'brown', 'booties', 'as', 'well', 'as', 'sandals', 'looking', 'for', 'a', 'suede', 'jacket', 'now', ',5,1,1', 'general', 'dresses', 'dresses'] ['9231,1027,19', 'best', 'jeans', 'i', 'disagree', 'with', 'the', 'reviewer', 'that', 'says', 'these', 'are', 'more', 'straight-legged', 'for', 'me', 'they', 'fit', 'tight', 'throughout', 'sits', 'perfectly', 'on', 'the', 'waist', 'with', 'just', 'enough', 'stretch', 'but', 'they', 'still', 'look', 'very', 'structured', 'i', "'m", '5', '0', '110', 'lbs', 'and', 'the', '26', 'fit', 'me', 'perfectly', 'the', 'length', 'was', 'perfect', 'for', 'my', 'height', 'often', 'pants', 'are', 'too', 'loose', 'in', 'the', 'ankle', 'for', 'me', 'but', 'these', 'are', 'snug', 'and', 'perfect', 'to', 'wear', 'with', 'booties', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9232,1086,40', 'i', 'loved', 'this', 'dress', 'i', 'usually', 'wear', 'a', 'petite', 'but', 'went', 'with', 'regular', 'based', 'on', 'the', 'reviews', 'i', 'workout', 'and', 'it', 'was', 'snug', 'on', 'my', 'arms', 'fabric', 'felt', 'great', 'loved', 'the', 'fringe', 'just', 'a', 'but', 'snug', 'in', 'the', 'arms', 'for', 'me', ',3,1,0', 'general', 'dresses', 'dresses'] ['9233,1086,38', 'very', 'flattering', 'soft', 'comfortable', 'material', 'and', 'flattering', 'with', 'or', 'without', 'a', 'belt', 'i', "'m", "5'10", '130', 'typically', 'wear', 'a', '4.', 'the', 'small', 'fits', 'me', 'perfectly', 'and', 'even', 'the', 'sleeve', 'length', 'is', 'long', 'enough', 'when', 'unrolled', 'high', 'hem', 'hits', 'me', 'a', 'few', 'inches', 'above', 'the', 'knee', 'low', 'hem', 'a', 'few', 'inches', 'below', ',5,1,12', 'general', 'dresses', 'dresses'] ['9234,1072,47', 'beautiful', 'dress', 'but', 'no', 'liner', 'this', 'dress', 'is', 'beautiful', 'runs', 'a', 'little', 'bit', 'large', 'i', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'i', 'took', 'the', 'petite', 'small', 'in', 'this', 'dress', 'i', 'am', '5', '3', 'and', 'ordered', 'in', 'petite', 'sizing', 'and', 'i', 'am', 'so', 'glad', 'that', 'i', 'did', 'the', 'only', 'complaint', 'that', 'i', 'have', 'is', 'that', 'there', 'is', 'no', 'liner', 'and', 'although', 'the', 'dress', 'has', 'some', 'dark', 'colors', 'it', 'is', 'very', 'sheer', 'very', 'see', 'through', ',4,1,24', 'general', 'petite', 'dresses', 'dresses'] ['9235,820,42', 'this', 'shirt', 'is', 'really', 'cute', 'but', 'a', 'little', 'stiff', 'it', 'does', 'come', 'with', 'a', 'slip', 'but', 'the', 'slip', 'was', 'tight', 'but', 'the', 'shirt', 'fit', 'maybe', 'even', 'a', 'little', 'big', 'i', 'used', 'another', 'cami', 'under', 'which', 'was', 'better', 'i', 'think', 'think', 'the', 'sizing', 'is', 'off', 'in', 'terms', 'of', 'slip', 'vs.', 'the', 'actual', 'shirt', 'i', 'got', 'it', 'in', 'the', 'store', 'with', 'the', '30', 'off', 'so', 'it', 'was', 'a', 'good', 'deal', 'it', 'does', 'stretch', 'out', 'as', 'you', 'wear', 'it', 'so', 'it', 'will', 'get', 'bigger', 'and', 'it', 'did', 'make', 'me', 'look', 'a', 'little', 'bigger', 'but', 'still', 'cute', 'on', 'and', 'for', 'a', 'summer', 'shirt', 'it', "'s", 'thin', 'so', 'it', 'does', 'work', 'well', 'in', 'that', 'r', ',3,1,2', 'general', 'tops', 'blouses'] ['9236,916,53', 'super', 'soft', 'and', 'luxurious', 'this', 'cardigan', 'caught', 'my', 'eye', 'and', 'i', 'had', 'no', 'idea', 'how', 'soft', 'and', 'wonderful', 'it', 'would', 'feel', 'so', 'it', "'s", 'a', 'win-win', 'it', 'hangs', 'a', 'little', 'boxy', 'so', 'i', "'ll", 'need', 'to', 'figure', 'out', 'how', 'to', 'style', 'it', 'so', 'it', "'s", 'more', 'flattering', 'the', 'pockets', 'are', 'a', 'pretty', 'gold', 'color', 'you', 'can', 'see', 'it', 'from', 'the', 'inside', 'and', 'adds', 'a', 'nice', 'touch', 'of', 'color', 'it', "'s", 'a', 'keeper', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9237,927,20', 'love', 'this', 'sweater', 'i', 'initially', 'saw', 'this', 'sweater', 'in', 'the', 'store', 'and', 'it', 'really', 'stood', 'out', 'the', 'rose', 'pink', 'color', 'is', 'absolutely', 'beautiful', 'and', 'i', 'love', 'the', 'glimmer', 'band', 'it', 'adds', 'a', 'beautiful', 'detail', 'to', 'the', 'sweater', 'the', 'fabric', 'is', 'very', 'soft', 'the', 'only', 'downside', 'i', 'see', 'is', 'that', 'lint', 'did', 'get', 'all', 'over', 'the', 'tank', 'top', 'i', 'was', 'wearing', 'underneath', 'though', 'i', 'think', 'that', 'will', 'change', 'over', 'time', 'as', 'i', 'wear', 'it', 'more', 'it', 'was', "n't", 'a', 'huge', 'inconvenience', 'which', 'is', 'why', 'i', 'still', 'give', 'this', '5', 'stars', 'i', 'am', 'always', 'a', 'small', 'at', 'retailer', 'which', 'is', 'what', 'i', 'ordered', 'so', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9238,1086,47', 'still', 'on', 'the', 'fence', 'i', 'love', 'denim', 'and', 'this', 'tunic/dress/shirt', 'is', 'soft', 'and', 'fits', 'really', 'well', 'except', 'its', 'almost', 'too', 'long', 'to', 'be', 'a', 'tunic/shirt', 'but', 'too', 'short', 'to', 'be', 'a', 'dress', 'at', 'least', 'for', 'me', 'but', 'i', 'have', 'a', 'long', 'torso', 'still', 'not', 'sure', 'if', 'i', 'should', 'keep', 'it.,4,1,0', 'general', 'dresses', 'dresses'] ['9239,820,62', 'very', 'feminine', 'comes', 'with', 'a', 'coordinating', 'cami', 'i', 'liked', 'it', 'so', 'much', 'that', 'i', "'m", 'going', 'to', 'order', 'the', 'other', 'color', 'too', ',5,1,1', 'general', 'tops', 'blouses'] ['9240,831,39', 'beautiful', 'caught', 'my', 'eye', 'online', 'i', 'had', 'to', 'order', 'then', 'reorder', 'in', 'a', 'smaller', 'size', 'but', 'it', 'is', 'wonderful', 'colors', 'are', 'beautiful', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['9241,868,77', 'very', 'see', 'thru', 'i', 'ordered', 'the', 'shirt', 'bc', 'it', 'looked', 'soo', 'cute', 'despite', 'the', 'fact', 'many', 'said', 'this', 'shirt', 'was', 'see', 'thru', 'it', "'s", 'true', 'had', 'to', 'return', 'it,1,0,2', 'general', 'tops', 'knits'] ['9242,1072,46', 'darling', 'dress', 'worth', 'the', 'buy', 'now', 'on', 'sale', 'i', 'love', 'this', 'dress', 'now', 'that', 'it', 'is', 'on', 'sale', 'sized', 'down', 'to', 'sm', 'petite', 'added', 'a', 'simple', 'full', 'slip', 'endless', 'compliments', 'and', 'inquiries', 'on', 'where', 'to', 'buy', 'it', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9243,1030,38', 'love', 'them', 'love', 'my', 'jeans', 'fit', 'great', 'and', 'very', 'flattering', 'they', 'are', 'a', 'tad', 'snug', 'in', 'my', 'usual', 'size', 'but', 'i', 'think', 'with', 'time', 'they', 'will', 'stretch', 'a', 'bit', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'them', 'if', 'they', 'go', 'on', 'sale', 'i', 'will', 'buy', 'another', ',5,1,2', 'general', 'bottoms', 'jeans'] ['9244,1086,56', 'super', 'cute', 'chambray', 'dress', 'really', 'cute', 'casual', 'dress', 'wore', 'it', 'to', 'a', 'girls', 'night', 'out', 'they', 'all', 'loved', 'it', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'with', 'knee', 'high', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['9245,1072,39', 'i', 'would', 'buy', 'but', 'on', 'sale', 'i', 'tried', 'on', 'the', 'xs', 'petite', 'and', 'liked', 'it', 'but', 'did', "n't", 'love', 'the', 'arm', 'holes', 'seemed', 'big', 'you', 'could', 'see', 'my', 'pink', 'bra', 'peeked', 'through', 'on', 'te', 'sides', 'also', 'the', 'material', 'is', 'soft', 'but', 'thin', 'see', 'through', 'somewhat', 'the', 'xs', 'petite', 'just', 'seemed', 'big', 'overall', 'i', 'would', 'try', 'the', 'xxs', 'petite', 'if', 'it', 'goes', 'on', 'sale', 'and', 'is', 'available', 'i', 'am', '115', 'lbs', '30dd', 'for', 'reference', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9246,1027,39', 'long', 'on', 'petite', 'winh', 'it', 'came', 'in', 'petite', 'i', 'tried', 'on', 'areturn', 'at', 'my', 'store', 'size', '26', 'i', 'am', 'often', 'a', '25', 'in', 'jeans', 'because', 'these', 'are', 'tighter', 'fit', 'teh', '26', 'was', 'fine', 'length', 'was', 'long', 'though', 'but', 'fit', 'comfortably', 'and', 'looked', 'nice', 'the', 'cutout', 'was', 'at', 'my', 'knee', 'which', 'bothered', 'me', 'a', 'tad', 'model', 'seems', 'a', 'bit', 'above', 'the', 'knee', 'i', 'decided', 'not', 'to', 'purchase', 'them', 'as', 'i', 'found', 'another', 'pair', 'i', 'liekd', 'better', 'but', 'if', 'you', 'are', 'taller', 'and', 'are', 'looking', 'for', 'a', 'distressed', 'skinny', 'these', 'are', 'great', 'i', 'am', '115', 'lbs', 'and', 'have', 'thighs', 'ad', 'butt', 'form', 'working', 'out', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9247,1086,47', 'just', 'do', 'it', 'if', 'you', "'re", 'on', 'the', 'fence', 'about', 'this', 'dress', 'go', 'for', 'it', 'i', 'am', 'a', 'huge', 'retailer', 'shopper', 'but', 'have', "n't", 'ever', 'been', 'compelled', 'to', 'write', 'a', 'review', 'until', 'now', 'this', 'dress', 'fits', 'beautifully', 'the', 'materials', 'is', 'so', 'soft', 'and', 'comfortable', 'and', 'the', 'design', 'of', 'the', 'dress', 'is', 'very', 'flattering', 'with', 'or', 'without', 'a', 'belt', 'i', 'am', '5', '2', '118', 'pounds', 'and', 'i', 'purchased', 'the', 'pxs', 'it', "'s", 'perfect', 'i', 'wore', 'this', 'with', 'booties', 'and', 'received', 'a', 'ton', 'of', 'compliments', 'the', 'fringe', 'and', 'hemline', 'make', 'this', 'dress', 'really', 'stand', 'out', ',5,1,1', 'general', 'dresses', 'dresses'] ['9248,927,60', 'nice', 'sweater', 'i', 'like', 'this', 'sweater', 'but', 'it', 'was', 'like', 'others', 'i', 'owned', 'so', 'i', 'returned', 'it', 'it', 'is', 'good', 'quality', 'and', 'fits', 'well', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9249,1086,33', 'loved', 'this', 'dress', 'watch', 'the', 'side', 'slits', 'loved', 'this', 'dress', 'material', 'is', 'soft', 'the', 'overall', 'fit', 'is', 'great', 'the', 'challenge', 'with', 'this', 'dress', 'is', 'the', 'side', 'slits', 'they', 'do', 'go', 'pretty', 'high', 'too', 'high', 'for', 'church', 'but', 'may', 'wear', 'them', 'with', 'leggings', 'as', 'it', 'gets', 'cooler', 'super', 'cute', 'with', 'or', 'without', 'belt', '5', '9', '135', 'lbs', 'and', 'i', 'ordered', 'a', 'small.,4,1,0', 'general', 'dresses', 'dresses'] ['9250,1086,47', 'classic', 'and', 'trendy', 'at', 'the', 'same', 'time', 'i', 'have', 'a', 'short', 'torso', 'and', 'short', 'arms', 'so', 'i', 'purchased', 'this', 'in', 'a', 'petite', 'medium', 'i', 'probably', 'could', "'ve", 'worn', 'the', 'ps', 'but', 'i', 'do', 'like', 'the', 'little', 'extra', 'room', 'it', 'is', 'a', 'classic', 'shirt', 'dress', 'with', 'just', 'enough', 'of', 'today', "'s", 'trendy', 'frayed', 'edge', 'to', 'make', 'it', 'contemporary', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'lays', 'nicely', 'i', 'can', 'imagine', 'wearing', 'this', 'through', 'the', 'seasons', 'with', 'a', 'variety', 'of', 'shoes/legwear', 'accessories', 'looking', 'forward', 'to', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['9251,863,41', 'the', 'shirt', 'is', 'cute', 'but', 'there', 'is', 'no', 'way', 'that', 'the', 'length', 'posted', 'on', 'the', 'website', 'is', 'correct', 'it', "'s", 'a', 'crop', 'top', 'this', 'was', 'returned', ',2,0,0', 'general', 'tops', 'knits'] ['9252,927,39', 'as', 'soft', 'as', 'a', 'plush', 'bunny', 'i', 'probably', 'would', 'not', 'have', 'purchased', 'this', 'sweater', 'had', 'i', 'only', 'seen', 'it', 'online', 'because', 'i', 'typically', 'think', 'wool', 'is', 'scratchy', 'but', 'this', 'sweater', 'caught', 'my', 'eye', 'in', 'the', 'store', 'and', 'it', 'is', 'as', 'soft', 'as', 'a', 'sweater', 'can', 'get', 'i', 'love', 'the', 'pink', 'with', 'the', 'gold', 'trim', 'it', 'is', 'so', 'soft', 'and', 'warm', 'i', 'have', 'washed', 'and', 'worn', 'it', 'a', 'few', 'times', 'already', 'and', 'have', 'not', 'had', 'any', 'problems', 'with', 'stretching', 'either', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9253,818,50', ',,5,1,0', 'general', 'tops', 'blouses'] ['9254,820,35', 'pretty', 'but', 'not', 'for', 'me', 'i', 'was', 'initially', 'drawn', 'to', 'the', 'intricate', 'floral', 'design', 'of', 'the', 'neutral', 'motif', 'it', 'looks', 'huge', 'and', 'boxy', 'so', 'i', 'sized', 'down', 'to', 'a', '0-', 'which', 'ended', 'up', 'being', 'too', 'tight', 'in', 'the', 'chest', 'and', 'arm', 'holes', 'for', 'reference', 'i', "'m", '5', '7', '130lbs', '34a', 'i', 'returned', 'it', 'for', 'a', 'size', '2', 'which', 'fit', 'much', 'better', 'in', 'the', 'end', 'i', 'decided', 'not', 'to', 'keep', 'it', 'because', 'of', 'the', 'lack', 'of', 'shape', 'and', 'it', "'s", 'a', 'little', 'unflattering', 'for', 'smaller', 'busts', 'it', 'does', 'come', 'with', 'a', 'matching', 'cami', 'and', 'seems', 'well-made', 'but', 'it', 'just', 'was', "n't", 'for', 'me', ',3,0,0', 'general', 'tops', 'blouses'] ['9255,916,38', 'perfect', 'fall', 'prep', 'love', 'this', 'preppy', 'sweater', 'for', 'fall', 'only', 'detail', 'i', 'was', "n't", 'crazy', 'about', 'was', 'the', 'deep', 'slits', 'in', 'the', 'sides', 'it', 'gapes', 'a', 'little', 'oddly', 'then', 'around', 'the', 'pocket', 'but', 'not', 'enough', 'of', 'a', 'distraction', 'for', 'me', 'to', 'send', 'it', 'back', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9256,835,29', ',this', 'is', 'nicer', 'than', 'the', 'first', 'reviewer', 'states', 'the', 'fabric', 'feels', 'very', 'soft', 'and', 'the', 'tunic', 'does', 'not', 'look', 'cheap.the', 'top', 'of', 'the', 'tunic', 'was', 'a', 'little', 'more', 'fitted', 'so', 'it', 'was', 'a', 'little', 'tight', 'for', 'me', 'since', 'i', 'have', 'wide', 'shoulders', 'i', 'will', 'have', 'to', 'get', 'a', 'larger', 'size.,4,1,3', 'general', 'tops', 'blouses'] ['9257,835,55', 'i', 'must', 'politely', 'disagree', 'with', 'the', 'previous', 'review', 'i', 'hesitated', 'to', 'order', 'this', 'item', 'based', 'on', 'the', 'reviewer', 'below', 'and', 'i', 'am', 'happy', 'to', 'say', 'this', 'item', 'is', 'everything', 'i', 'hoped', 'it', 'would', 'be', 'it', 'looks', 'exactly', 'like', 'the', 'picture', 'fit', 'color', 'quality', 'being', 'a', 'silk', 'top', 'i', 'believe', 'this', 'item', 'was', 'priced', 'appropriately', 'and', 'the', 'quality', 'of', 'the', 'item', 'does', 'not', 'disappoint', 'the', 'pom', 'poms', 'are', 'colorful', 'and', 'bright', 'but', 'not', 'the', 'least', 'bit', 'juvenile', 'this', 'top', 'is', 'light', 'and', 'flowy', 'yet', 'flattering', 'for', 'hot', 'humid', 'summer', 'days', 'i', 'will', 'look', 'for', ',5,1,7', 'general', 'tops', 'blouses'] ['9258,835,64', 'expensive', 'circus-wear', 'this', 'top', 'is', 'a', 'joke', 'unless', 'you', 'are', 'really', 'into', 'expensive', 'clown', 'wear', 'i', 'thought', 'this', 'looked', 'whimsical', 'fun', 'and', 'a', 'well-designed', 'piece', 'when', 'i', 'saw', 'it', 'on', 'line', 'especially', 'at', 'this', 'high', 'price', 'i', 'started', 'to', 'laugh', 'before', 'i', 'even', 'pulled', 'the', 'entire', 'top', 'of', 'out', 'the', 'bag', 'when', 'i', 'got', 'it', 'in', 'the', 'mail', 'today', 'it', 'is', 'not', 'expensive', 'looking', 'at', 'all', 'and', 'the', 'pom', 'poms', 'look', 'like', 'a', 'sad', 'craft', 'project', 'rather', 'than', 'a', 'special', 'detail', 'it', 'is', 'a', 'bit', 'juvenile', 'too', 'even', 'if', 'you', 'wore', 'it', 'and', 'were', 'going', 'for', 'ironic', 'it', 'would', 'be', 'difficult', 'to', ',1,0,13', 'general', 'tops', 'blouses'] ['9259,1086,52', ',great', 'fabric', 'soft', 'and', 'easy', 'to', 'wear', 'and', 'goes', 'from', 'day', 'to', 'night', 'easily.,5,1,0', 'general', 'dresses', 'dresses'] ['9260,1086,30', 'perfect', 'fall', 'dress', 'long', 'enough', 'to', 'wear', 'without', 'leggings', 'but', 'also', 'great', 'with', 'them', 'i', 'also', 'purchase', 'the', 'belt', 'pictured', 'and', 'it', 'looks', 'as', 'good', 'in', 'person', 'as', 'it', 'does', 'in', 'the', 'photo', ',5,1,0', 'general', 'dresses', 'dresses'] ['9261,1079,63', 'super', 'flattering', 'this', 'dress', 'is', 'amazing', 'nice', 'material', 'comfortable', 'and', 'really', 'flattering', 'slightly', 'tight', 'in', 'the', 'arms', 'but', 'otherwise', 'perfect', 'highly', 'recommended', ',5,1,1', 'general', 'dresses', 'dresses'] ['9262,1072,33', 'see', 'through', 'i', 'read', 'all', 'the', 'reviews', 'about', 'the', 'fabric', 'being', 'see', 'through', 'but', 'liked', 'the', 'dress', 'enough', 'to', 'give', 'it', 'a', 'shot', 'it', 'is', 'soooo', 'see', 'through', 'this', 'trally', 'could', 'only', 'be', 'worn', 'on', 'a', 'beach', 'very', 'disappointed', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['9263,818,48', 'the', 'blouse', 'is', 'lovely', 'but', 'after', 'washing', 'it', 'exactly', 'as', 'specified', 'it', 'shrank', 'more', 'than', 'a', 'full', 'size', 'this', 'is', 'an', 'expensive', 'hand-me-down', 'for', 'my', 'daughter', ',2,0,5', 'general', 'tops', 'blouses'] ['9264,1086,44', 'hem', 'difficult', 'to', 'judge', 'at', '5', '4', 'i', 'typically', 'order', 'petite', 'clothing', 'i', 'was', 'unsure', 'of', 'this', 'dress/tunic-shirt', 'from', 'the', 'photos', 'online', 'the', 'reviews', 'and', 'the', 'hi/low', 'hem', 'i', 'ordered', 'xs', 'and', 'pxs', 'about', '118', 'both', 'fit', 'as', 'far', 'as', 'shoulders', 'and', 'through', 'the', 'body', 'but', 'the', 'pxs', 'was', 'way', 'too', 'short', 'on', 'me', 'to', 'wear', 'as', 'a', 'dress', 'without', 'any', 'leggings', 'the', 'length', 'of', 'the', 'regular', 'xs', 'works', 'great', 'and', 'i', 'feel', 'is', 'appropriate', 'for', 'someone', 'my', 'age', 'it', 'is', 'buttery', 'soft', 'and', 'so', 'comfortable', 'i', 'ordered', 'the', 'suede', 'wrap', 'belt', 'to', 'go', 'with', 'it', 'also', 'the', 'sleeves', 'are', 'too', 'ti', ',4,1,7', 'general', 'dresses', 'dresses'] ['9265,831,43', 'beautiful', 'this', 'top', 'is', 'unique', 'and', 'beautiful', 'but', 'the', 'fit', 'does', 'not', 'work', 'for', 'me', 'i', 'am', 'tall', 'with', 'broad', 'shoulders', 'the', 'shoulder', 'and', 'upper', 'arm', 'areas', 'are', 'too', 'tight', 'but', 'the', 'rest', 'of', 'the', 'top', 'is', 'loose', 'and', 'flowy', 'so', 'if', 'i', 'go', 'up', 'a', 'size', 'it', 'will', 'be', 'too', 'wide', 'the', 'length', 'and', 'arms', 'are', 'also', 'much', 'shorter', 'on', 'me', 'than', 'pictured', 'i', 'do', "n't", 'see', 'this', 'in', 'the', 'description', 'but', 'it', 'comes', 'with', 'a', 'cream', 'colored', 'cami', 'layer', 'and', 'the', 'sleeves', 'have', 'a', 'roll/button', 'tab', 'function', 'the', 'brand', 'is', 'meadow', 'rue', 'this', 'will', 'be', 'really', 'pretty', 'on', 'someone', 'more', 'petit', ',4,1,8', 'general', 'petite', 'tops', 'blouses'] ['9266,927,46', 'nice', 'design', 'but', 'poorly', 'executed', 'i', 'was', 'really', 'eager', 'to', 'receive', 'this', 'sweater', 'i', 'was', 'expecting', 'the', 'same', 'as', 'in', 'the', 'picture', 'i', 'received', 'it', 'today', 'and', 'i', 'am', 'already', 'returning', 'it', 'first', 'of', 'all', 'the', 'sweater', 'did', "n't", 'look', 'new', 'it', 'is', 'mostly', 'shapeless', 'it', 'has', 'little', 'balls', 'and', 'piling', 'on', 'the', 'wool', 'what', 'happens', 'after', 'wearing', 'a', 'sweater', 'for', 'a', 'few', 'months', 'and', 'the', 'metallic', 'color', 'makes', 'it', 'look', 'cheap', 'in', 'the', 'knitting', 'itself', 'there', 'are', 'missing', 'points', 'and', 'there', 'are', 'actual', 'holes', 'in', 'some', 'places', 'it', 'is', 'a', 'beautiful', 'design', 'but', 'other', 'than', 'that', 'not', 'even', 'the', 'col', ',1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['9267,927,31', 'really', 'soft', 'this', 'sweater', 'is', 'super', 'soft', 'and', 'the', 'metallic', 'banding', 'is', 'a', 'really', 'nice', 'detail', 'the', 'fabric', 'could', 'turn', 'out', 'to', 'be', 'a', 'bit', 'fragile', 'though', 'if', 'you', 'have', 'a', 'chest', 'it', 'may', 'feel', 'a', 'bit', 'boxier', 'than', 'you', 'expect', 'but', 'i', 'do', "n't", 'mind', 'it', 'for', 'a', 'comfy', 'cozy', 'soft', 'sweater', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9268,868,45', 'flattering', 'knitwear', 'i', 'bought', 'this', 'top', 'in', 'my', 'usual', 'xs', 'size', 'in', 'black', 'and', 'it', 'fit', 'just', 'right', 'it', "'s", 'very', 'flattering', 'and', 'i', 'love', 'the', 'strip', 'of', 'buttons', 'down', 'the', 'back', 'and', 'the', 'tucks', 'at', 'the', 'shoulders', 'two', 'things', 'that', 'i', 'did', 'not', 'could', 'not', 'notice', 'by', 'looking', 'online', 'is', 'that', 'this', 'top', 'is', 'actually', 'knitwear', 'it', "'s", 'still', 'very', 'lightweight', 'and', 'it', 'has', 'a', 'fabric', 'strip', 'that', 'runs', 'along', 'the', 'back', 'strip', 'of', 'buttons', 'the', 'second', 'thing', 'is', 'that', 'it', "'s", 'a', 'bit', 'transparent', 'i', 'would', 'definitely', 'prefer', 'to', 'wear', 'a', 'camisole', 'underneath', 'if', 'i', "'m", 'wearing', 'this', 'top', 'to,4,1,11', 'general', 'tops', 'knits'] ['9269,820,58', 'cute', 'top', 'i', 'ca', "n't", 'believe', 'that', 'i', "'m", 'the', 'first', 'person', 'to', 'write', 'a', 'review', 'this', 'top', 'is', 'so', 'cute', 'i', 'tried', 'it', 'on', 'in', 'a', 'store', 'and', 'loved', 'it', 'the', 'sales', 'person', 'in', 'the', 'store', 'said', 'that', 'it', 'had', 'been', 'flying', 'out', 'of', 'the', 'store', 'as', 'soon', 'as', 'they', 'got', 'it', 'in', 'the', 'color', 'and', 'print', 'are', 'pretty', 'the', 'fabric', 'is', 'sheer', 'and', 'cool', 'and', 'comes', 'with', 'a', 'cami.,5,1,16', 'general', 'tops', 'blouses'] ['9270,1075,37', ',little', 'boxy', 'in', 'the', 'mid', 'section', 'very', 'very', 'elegant', 'and', 'beautiful', 'design', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9271,868,75', 'almost', 'the', 'perfect', 'shirt', 'i', 'fell', 'in', 'love', 'instantly', 'but', 'upon', 'looking', 'in', 'the', 'mirror', 'it', 'is', '100', 'percent', 'see', 'through', 'at', 'least', 'the', 'black', 'is', 'i', 'love', 'it', 'enough', 'that', 'i', 'am', 'going', 'to', 'try', 'to', 'put', 'a', 'cami', 'underneath', 'however', 'that', 'may', "n't", 'work', 'the', 'shirt', 'is', 'lovely', 'in', 'and', 'of', 'itself', 'but', 'at', '48', 'i', 'do', "n't", 'need', 'a', 'see', 'through', 'shirt', 'it', 'is', 'also', 'defiantly', 'about', 'a', 'size', 'larger', 'that', 'expected', 'so', 'size', 'down', 'almost', 'so', 'good', ',3,0,7', 'general', 'tops', 'knits'] ['9272,1086,60', 'omg', 'perfect', 'dress', 'love', 'this', 'dress', 'very', 'soft', 'and', 'easy', 'to', 'wear', 'i', "'m", '5', '4', 'and', 'it', 'hits', 'the', 'top', 'of', 'my', 'knees', 'which', 'is', 'perfect', 'for', 'me', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'white', 'leggings', 'and', 'boots', 'this', 'winter', 'i', "'ve", 'seen', 'several', 'similar', 'styles', 'and', 'tried', 'on', 'a', 'few', 'at', 'other', 'boutiques', 'but', 'they', 'were', 'thick', 'material', 'and', 'bulky', 'denim', 'this', 'is', 'the', 'perfect', 'light', 'and', 'soft', 'to', 'the', 'touch', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['9273,1086,48', 'cute', 'dress', 'runs', 'huge', 'the', 'style', 'was', 'really', 'cute', 'but', 'the', 'fit', 'was', 'huge', 'i', 'ordered', 'an', 'xs', 'i', 'do', "n't", 'think', 'going', 'to', 'the', 'xxs', 'would', 'have', 'helped', 'i', 'ended', 'up', 'returning', 'it.,2,0,0', 'general', 'dresses', 'dresses'] ['9274,1176,46', 'beautiful', 'suit', 'that', 'was', 'not', 'well', 'tested', 'i', 'wore', 'this', 'suit', 'for', 'the', 'first', 'time', 'yesterday', 'and', 'the', 'black', 'inner', 'lining', 'is', 'leaking', 'and', 'causing', 'stains', 'on', 'the', 'white', 'sections', 'seriously', 'bummed', 'as', 'this', 'is', 'a', 'super', 'lovely', 'suit.,1,0,4', 'initmates', 'intimate', 'swim'] ['9275,818,37', 'this', 'blouse', 'in', 'the', 'purple', 'motif', 'is', 'lovely', 'unfortunately', 'for', 'me', 'it', 'runs', 'small', ',4,1,4', 'general', 'tops', 'blouses'] ['9276,927,52', 'the', 'metallic', 'edges', 'are', 'paint', 'not', 'metallic', 'thread', 'i', 'got', 'the', 'pink', 'version', 'it', 'is', 'a', 'pretty', 'color', 'but', 'the', 'metallic', 'border', 'is', 'painted', 'not', 'a', 'metallic', 'yarn', 'the', 'weave', 'is', 'wide', 'and', 'it', 'looks', 'like', 'it', 'would', 'snag', 'easy', 'it', 'looks', 'cheap', 'to', 'me', 'not', 'what', 'i', 'expect', 'from', 'retailer', 'am', 'returning', ',3,0,3', 'general', 'petite', 'tops', 'sweaters'] ['9277,1086,43', 'cute', 'but', 'cut', 'too', 'high', 'on', 'sides', 'i', 'thought', 'this', 'shirt', 'dress', 'was', 'adorable', 'but', 'i', 'am', '5', '8', 'with', 'long', 'legs', 'and', 'the', 'sides', 'of', 'the', 'dress', 'were', 'cut', 'just', 'a', 'little', 'too', 'high', 'nice', 'soft', 'material', 'and', 'i', 'would', 'have', 'kept', 'it', 'if', 'the', 'sides', 'had', 'been', 'an', 'inch', 'longer', ',4,0,1', 'general', 'dresses', 'dresses'] ['9278,1080,30', 'beautiful', 'and', 'timeless', 'this', 'dress', 'is', 'gorgeous', 'pictures', 'online', 'do', 'not', 'do', 'it', 'justice', 'my', 'only', 'issue', 'is', 'that', 'it', 'is', 'slightly', 'sheer', 'even', 'with', 'the', 'layers', 'under', 'the', 'skirt', 'will', 'probably', 'require', 'nude', 'boy', 'shorts', 'i', 'would', 'say', 'it', 'runs', 'tts', 'if', 'not', 'a', 'little', 'bit', 'large', 'i', 'ordered', 'my', 'normal', 'size', '6', 'and', 'the', 'band', 'and', 'bust', 'are', 'snug', 'but', 'not', 'uncomfortable', 'but', 'the', 'back', 'mesh', 'portion', 'is', 'loose', 'it', 'hits', 'me', 'about', 'where', 'it', 'hits', 'the', 'model', 'in', 'length', 'i', 'was', 'able', 'to', 'find', 'one', 'that', 'somebody', 'returned', 'in-store', 'so', 'that', 'was', 'helpful', 'for', 'reference', 'i', 'am', '5', ',5,1,0', 'general', 'dresses', 'dresses'] ['9279,1030,47', ',,3,1,0', 'general', 'bottoms', 'jeans'] ['9280,1086,42', 'perfect', 'everything', 'about', 'this', 'dress', 'is', 'just', 'right', 'the', 'hand', 'of', 'the', 'fabric', 'is', 'soft', 'and', 'drapes', 'beautifully', 'the', 'cut', 'is', 'slender', 'but', 'forgiving', 'the', 'length', 'is', 'short', 'enough', 'to', 'be', 'chic', 'but', 'not', 'skimpy', 'and', 'the', 'fringe', 'and', 'hemline', 'keep', 'it', 'from', 'looking', 'like', 'every', 'other', 'denim', 'shirtdress', 'out', 'there', 'i', 'am', '5', '7', '125', 'lb', 'and', 'got', 'an', 'xs', 'i', 'love', 'the', 'versatility', 'too', 'as', 'a', 'dress', 'jacket', 'under', 'layer', 'with/without', 'a', 'belt', 'yay', ',5,1,0', 'general', 'dresses', 'dresses'] ['9281,927,53', 'huge', 'i', 'was', 'surprised', 'retailer', 'decided', 'to', 'ship', 'this', 'sweater', 'the', 'sweater', 'looks', 'like', 'it', "'s", 'falling', 'apart', 'and', 'it', 'is', 'huge', 'i', 'would', 'not', 'recommend', 'this', 'even', 'at', 'a', 'clearance', 'price.,1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['9282,1086,42', ',love', 'love', 'the', 'fit', 'and', 'material', 'a', 'must', 'fall', 'wardrobe.,5,1,0', 'general', 'dresses', 'dresses'] ['9283,1080,73', 'my', 'husband', 'just', 'loves', 'this', 'dress', 'on', 'me', 'everything', 'about', 'this', 'dress', 'is', 'exceptional', 'the', 'fit', 'material', 'workmanship', 'and', 'style', 'are', 'wonderful', 'the', 'dress', 'even', 'has', '2', 'petticoats', 'to', 'make', 'the', 'skirt', 'stand', 'out', 'the', 'dress', 'is', 'modern', 'in', 'style', 'yet', 'classic', ',5,1,1', 'general', 'dresses', 'dresses'] ['9284,927,38', 'pretty', 'and', 'soft', 'i', "'m", 'very', 'happy', 'with', 'this', 'sweater', 'it', "'s", 'very', 'soft', 'to', 'the', 'touch', 'and', 'comfortable', 'to', 'wear', 'i', 'have', 'the', 'pink', 'version', 'and', 'find', 'the', 'shimmer', 'on', 'the', 'waist', 'and', 'arms', 'to', 'be', 'a', 'nice', 'touch', 'the', 'only', 'concern', 'i', 'have', 'for', 'this', 'is', 'that', 'it', 'feels', 'like', 'it', 'stretches', 'out', 'a', 'bit', 'easily', 'by', 'the', 'end', 'of', 'the', 'day', 'the', 'arms', 'feel', 'a', 'bit', 'baggy.,4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['9285,1072,51', ',colors', 'and', 'patterns', 'of', 'this', 'dress', 'are', 'beautiful', 'and', 'that', "'s", 'where', 'it', 'ends', 'cheap', 'flimsy', 'polyester', 'and', 'no', 'lining', 'far', 'too', 'expensive', 'for', 'what', 'it', 'is', 'on', 'me', 'it', 'bulked', 'out', 'in', 'my', 'chest', 'area', 'and', 'did', 'not', 'look', 'so', 'great', 'i', 'would', 'say', 'it', 'runs', 'a', 'tad', 'big', 'but', 'in', 'my', 'case', 'i', 'have', 'wide', 'shoulders', 'not', 'big', 'enough', 'to', 'downsize', 'too', 'bad', 'because', 'i', 'really', 'love', 'the', 'colors', 'and', 'idea', 'of', 'this', 'dress.,2,0,10', 'general', 'petite', 'dresses', 'dresses'] ['9286,1086,39', 'soft', 'but', 'realllly', 'hi-lo', 'love', 'the', 'fabric', 'that', 'c', 's', 'uses', 'so', 'very', 'soft', 'and', 'pliable', 'fit', 'is', 'tts', 'with', 'room', 'for', 'draping', 'over', 'figure', 'flaws', 'and', 'great', 'for', 'layering', 'while', 'open', 'but', 'the', 'high-low', 'hem', 'is', 'far', 'more', 'extreme', 'than', 'the', 'new', 'action', 'shots', 'show', 'i', "'m", 'kind', 'of', 'over', 'this', 'trend', 'but', 'at', 'the', 'same', 'time', 'love', 'this', 'shirt', 'dress', 'i', "'m", '5', '3', '140', '36d', 'and', 'tried', 'on', 'm', 'but', 'will', 'order', 'mp', 'online', 'because', 'of', 'length', ',5,1,40', 'general', 'dresses', 'dresses'] ['9287,1086,52', 'very', 'cute', 'dress', '5', '4', '120', 'lbs', 'xs', 'regular', 'was', 'too', 'long', 'xs', 'petite', 'was', 'perfect', 'length', ',4,1,0', 'general', 'dresses', 'dresses'] ['9288,916,64', 'cute', 'sweater', 'but', 'do', "n't", 'plan', 'on', 'wearing', 'this', 'until', 'at', 'least', 'fall', 'i', 'love', 'the', 'look', 'of', 'this', 'and', 'the', 'quality', 'of', 'the', 'knit', 'is', 'there', 'but', 'this', 'sweater', 'runs', 'large', 'and', 'it', "'s", 'heavy', 'i', 'normally', 'wear', 'an', 'xl', 'in', 'most', 'retailer', 'tops/sweaters', 'but', 'i', 'could', 'probably', 'wear', 'a', 'm', 'in', 'this', 'sweater', 'i', 'for', 'sure', 'need', 'the', 'petite', 'size', 'because', 'this', 'xl', 'regular', 'came', 'to', 'my', 'knees', 'and', 'fit', 'me', 'like', 'a', 'coat', 'i', 'ordered', 'this', 'online', 'but', 'am', 'going', 'to', 'try', 'and', 'exchange', 'it', 'for', 'a', 'smaller', 'size', 'at', 'the', 'store', 'otherwise', 'i', "'ll", 'have', 'to', 'return', 'it', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['9289,916,33', 'comfy', 'with', 'great', 'design', 'as', 'someone', 'that', 'has', 'many', 'cardigans', 'this', 'one', 'is', 'one', 'of', 'my', 'favs', 'in', 'my', 'collection', 'i', 'can', 'dress', 'it', 'up', 'or', 'down', 'it', 'is', 'really', 'soft', 'and', 'great', 'quality', 'i', 'only', 'wish', 'i', 'had', 'checked', 'if', 'it', 'came', 'in', 'petite', 'since', 'the', 'length', 'is', 'a', 'little', 'long.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9290,1086,44', 'vintage', 'awesome', 'i', 'am', 'not', 'a', 'fray', 'fan', 'but', 'this', 'dress', 'has', 'a', 'modern', 'vintage', 'look', 'and', 'it', 'looks', 'tailored', 'check', 'out', 'the', 'ruffle', 'sleeves', 'surprising', 'detail', 'size', 'regular', 'small', 'falls', 'right', 'above', 'my', 'knees', 'perfect', 'at', 'the', 'chest', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'but', 'the', 'sleeves', 'are', '2', 'inches', 'pass', 'my', 'wrist', 'the', 'ruffle', 'sleeves', 'are', 'too', 'pretty', 'to', 'be', 'rolled', 'up', 'so', 'i', 'got', 'the', 'petite', 's', 'sleeves', 'at', 'perfect', 'length', 'torso', 'fits', 'better', 'but', 'length', 'is', 'an', 'inch', 'shorter', 'thank', 'you', 'cloth', 'and', 'stone', 'for', 'finally', 'making', 'petite', 'sizes', ',5,1,0', 'general', 'dresses', 'dresses'] ['9291,820,44', 'pretty', 'and', 'feminine', 'i', 'saw', 'the', 'neutral', 'motif', 'in', 'the', 'there', "'s", 'only', 'one', 'left', 'hanger', 'in', 'the', 'store', 'and', 'tried', 'it', 'on', 'it', "'s", 'very', 'pretty', 'cute', 'and', 'sweet', 'i', 'wish', 'the', 'bottom', 'flares', 'out', 'a', 'bit', 'more', 'like', 'a', 'baby-doll', 'look', 'but', 'that', "'s", 'just', 'my', 'preference', 'i', 'tried', 'on', 'size', '2', 'and', 'it', "'s", 'a', 'bit', 'tight', 'in', 'the', 'chest', 'area', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'so', 'i', 'think', 'size', '4', 'would', 'fit', 'very', 'well', 'despite', 'the', 'pretty', 'flower', 'design', 'in', 'my', 'personal', 'opinion', 'i', 'think', 'the', 'price', 'does', 'not', 'justify', 'a', 'pretty', 'basic', 'tank', 'top', 'and', 'fabric', ',5,1,13', 'general', 'tops', 'blouses'] ['9292,1080,31', 'better', 'on', 'taller', 'women', 'height', '5', '2'] ['weight', '118-120', 'lbs'] ['bust', '34b', 'or', '32c'] ['waist', '27', '-28'] ['hips', '37', '-38'] [] ['i', 'like', 'this', 'dress', 'a', 'lot', 'but', 'it', 'would', 'have', 'required', 'tailoring', 'the', 'skirt', 'i', "'m", 'petite', 'but', 'for', 'whatever', 'reason', 'most', 'regular', 'sized', 'clothing', 'fit', 'me', 'well', 'and', 'petites', 'clothes', 'are', 'usually', 'too', 'short', 'in', 'the', 'arms', 'or', 'legs', 'for', 'me', 'the', 'midi', 'length', 'is', 'better', 'suited', 'to', 'taller', 'women', 'in', 'the', 'photo', 'it', 'looks', 'like', 'it', 'hits', 'just', 'below', 'the', 'model', "'s", 'knee', 'but', 'on', 'me', 'it', 'hit', 'below', 'the', 'fullest', 'part', 'of', 'my', 'calf'] [] ['i', 'ordered', 'the', '0', 'and', 'the', '2', ',4,1,7', 'general', 'dresses', 'dresses'] ['9293,1027,28', 'straight-leg', 'not', 'skinny', 'the', 'fit', 'is', 'definitely', 'more', 'straight-leg', 'and', 'not', 'skinny', 'as', 'the', 'photos', 'seem', 'to', 'imply', 'at', "4'11", 'and', '95', 'lbs', 'the', 'size', '25', 'fit', 'my', 'waist', 'and', 'butt', 'wonderfully', 'and', 'the', 'length', 'was', 'great', 'but', 'the', 'jean', 'lost', 'shape', 'at', 'the', 'knee', 'i', 'would', 'recommend', 'these', 'jeans', 'if', 'you', 'are', 'not', 'seeking', 'a', 'skinny', 'fit', ',3,1,0', 'general', 'bottoms', 'jeans'] ['9294,1072,28', 'better', 'in', 'person', 'this', 'dress', 'looked', 'nice', 'online', 'so', 'i', 'ordered', 'it', 'once', 'it', 'arrived', 'i', 'tried', 'it', 'on', 'and', 'it', 'looked', 'even', 'better', 'the', 'fit', 'was', 'flattering', 'as', 'well', 'very', 'versatile', 'piece', 'in', 'an', 'interesting', 'print', 'glad', 'i', 'caught', 'this', 'piece', 'on', 'sale', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9295,1086,39', ',,5,1,0', 'general', 'dresses', 'dresses'] ['9296,927,51', ',looked', 'really', 'cute', 'on', 'line', 'arrived', 'with', 'a', 'large', 'hole', 'in', 'the', 'front', 'quality', 'and', 'look', 'was', 'very', 'cheap', 'would', 'not', 'recommend', 'this', 'sweater', 'at', 'all', 'step', 'it', 'up', 'please', 'retailer', ',1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['9297,1086,36', ',,5,1,0', 'general', 'dresses', 'dresses'] ['9298,1030,30', ',this', 'picture', 'does', 'not', 'represent', 'these', 'jeans', 'the', 'color', 'is', 'way', 'off', 'they', 'are', 'more', 'yellow', 'toned', 'and', 'look', 'much', 'more', 'worn', 'than', 'in', 'the', 'picture', 'they', 'also', 'run', 'very', 'small.,2,0,0', 'general', 'bottoms', 'jeans'] ['9299,1086,30', 'comfy', 'and', 'cute', 'this', 'dress', 'is', 'very', 'flattering', 'on', 'it', 'fits', 'close', 'to', 'the', 'body', 'but', 'the', 'layers', 'are', 'thick', 'so', 'it', 'does', "n't", 'show', 'too', 'much', 'the', 'material', 'is', 'stretchy', 'and', 'very', 'cozy', 'i', "'m", '5', '4', '130lbs', 'and', 'a', '34c', 'and', 'the', 'medium', 'fit', 'perfectly', ',5,1,3', 'general', 'dresses', 'dresses'] ['9300,881,53', 'adorable', 'shirt', 'this', 'top', 'is', 'so', 'cute', 'on', 'would', 'look', 'great', 'on', 'anyone', 'as', 'the', 'style', 'quality', 'and', 'color', 'is', 'incredible', 'highly', 'recommend', 'even', 'at', 'this', 'price', 'you', 'wo', "n't", 'regret', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['9301,959,36', 'strange', 'cut', 'i', 'usually', 'like', 'coats', 'and', 'wraps', 'with', 'high-waisted', 'belts', 'but', 'this', 'way', 'too', 'high', 'and', 'the', 'fit', 'was', 'really', 'unflattering', 'i', 'can', 'see', 'it', 'being', 'chic', 'on', 'a', 'tall', 'slender', 'person', 'but', 'it', "'s", 'definitely', 'not', 'right', 'for', 'my', 'short', 'curvy', 'body', 'returning', 'it', 'today', ',2,0,0', 'general', 'petite', 'jackets', 'jackets'] ['9302,834,25', 'this', 'shirt', 'is', 'absolutely', 'beautiful', 'however', 'it', 'runs', 'very', 'small', 'proportion-wise', 'it', "'s", 'okay', 'in', 'the', 'shoulders', 'bust', 'and', 'back', 'but', 'it', "'s", 'too', 'short', 'definitely', 'order', 'up', ',3,1,3', 'general', 'petite', 'tops', 'blouses'] ['9303,815,34', ',love', 'this', 'top', 'pretty', 'details', 'and', 'true', 'to', 'size', 'fit', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9304,940,31', 'staple', 'cardigan', 'i', "'ve", 'been', 'searching', 'for', 'the', 'perfect', 'gray', 'cardigan', 'and', 'i', 'knew', 'i', 'had', 'to', 'have', 'this', 'one', 'unfortunately', 'the', 'first', 'cardigan', 'i', 'received', 'had', 'two', 'obvious', 'pulled', 'threads', 'so', 'i', 'returned', 'it', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'the', 'cardigan', 'again', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', 'is', 'so', 'comfy', 'and', 'goes', 'with', 'everything', 'my', 'only', 'concern', 'is', 'how', 'it', 'will', 'hold', 'up', 'as', 'it', 'is', 'already', 'showing', 'some', 'fuzziness', 'after', 'two', 'wears', 'if', 'this', 'makes', 'it', 'to', 'the', 'sale', 'price', 'i', 'would', 'highly', 'recommend', ',4,1,0', 'general', 'tops', 'sweaters'] ['9305,815,31', 'disappointed', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'top', 'it', 'is', 'beautiful', 'but', 'it', 'is', 'very', 'uncomfortable', 'the', 'lace/beadwork', 'is', 'extremely', 'itchy', 'the', 'button', 'at', 'the', 'neck', 'seems', 'cheap', 'and', 'i', 'was', 'worried', 'it', 'would', 'fall', 'off', 'the', 'beadwork', 'and', 'lace', 'puckered', 'on', 'my', 'shoulders', 'making', 'the', 'fit', 'off', 'for', 'me.,3,0,8', 'general', 'petite', 'tops', 'blouses'] ['9306,834,70', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9307,815,66', 'lovely', 'this', 'is', 'truly', 'a', 'beautiful', 'top', 'the', 'beading', 'and', 'lace', 'are', 'subtle', 'but', 'add', 'such', 'a', 'special', 'feminine', 'touch', 'i', 'love', 'the', 'breezy', 'swingy', 'shape', 'very', 'flattering', 'this', 'is', 'one', 'item', 'i', 'will', 'be', 'sure', 'to', 'treasure', 'for', 'years', 'to', 'come', 'love', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9308,815,52', 'beautiful', 'i', 'love', 'this', 'top', 'the', 'picture', 'does', 'not', 'show', 'all', 'the', 'beautiful', 'detail', 'i', 'was', 'so', 'happy', 'when', 'it', 'came', 'in', 'the', 'mail', 'and', 'i', 'unwrapped', 'it', 'stunning', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9309,834,34', 'love', 'it', 'this', 'is', 'a', 'great', 'top', 'runs', 'tts', 'looks', 'great', 'with', 'cropped', 'skinny', 'jeans', 'and', 'booties', 'or', 'wedges', 'in', 'the', 'spring.,5,1,10', 'general', 'petite', 'tops', 'blouses'] ['9310,834,41', 'this', 'is', 'such', 'a', 'pretty', 'top', 'i', 'love', 'the', 'mix', 'of', 'patterns', 'the', 'colors', 'are', 'beautiful', 'it', 'really', 'looks', 'great', 'on', 'the', 'peplum', 'is', 'very', 'minimal', 'in', 'this', 'top', 'the', 'entire', 'top', 'itself', 'is', 'somewhat', 'oversized', 'but', 'in', 'a', 'pretty', 'way', 'i', 'bought', 'this', 'in', 'a', 'large', 'and', 'probably', 'could', 'have', 'gone', 'with', 'a', 'medium', 'but', 'did', "n't", 'want', 'the', 'length', 'to', 'be', 'any', 'shorter', 'so', 'i', "'m", 'sticking', 'with', 'the', 'large', 'for', 'reference', 'i', "'m", '6ft', 'and', '175lbs', 'i', 'usually', 'wear', 'a', 'size', '10/12', 'or', 'medium/large', 'also', 'i', 'did', "n't", 'notice', 'a', 'puckering', 'between', 'the', 'two', 'm', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['9311,834,46', 'great', 'top', 'i', 'received', 'many', 'compliments', 'on', 'this', 'top', 'it', "'s", 'very', 'cute', 'and', 'versatile', 'a', 'pair', 'of', 'jeans', 'or', 'a', 'skirt', 'or', 'capris', 'all', 'can', 'work', 'well', 'with', 'this.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['9312,999,34', 'cute', 'skirt', 'very', 'adorable', 'skirt', 'looks', 'just', 'like', 'in', 'the', 'picture', 'can', 'be', 'dressed', 'up', 'or', 'down', 'unfortunately', 'the', 'shirt', 'shown', 'with', 'it', 'is', 'a', 'little', 'too', 'short', 'but', 'a', 'longer', 'shirt', 'that', 'can', 'be', 'tucked', 'in', 'will', 'be', 'very', 'cute', ',4,1,3', 'general', 'bottoms', 'skirts'] ['9313,1086,28', 'wanted', 'to', 'love', 'this', 'not', 'for', 'my', 'body', 'type', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'pre-ordered', 'it', 'and', 'waiting', '2', 'weeks', 'for', 'it', 'arrive', 'when', 'it', 'arrived', 'the', 'dress', 'was', 'much', 'more', 'pleated', 'than', 'i', 'thought', 'i', "'m", 'not', 'sure', 'if', 'i', 'misunderstood', 'the', 'images', 'but', 'i', 'did', 'not', 'know', 'the', 'dress', 'was', 'going', 'to', 'being', 'pleated', 'all', 'over', 'i', 'just', 'thought', 'that', 'the', 'fabric', 'had', 'a', 'texture', 'the', 'print', 'is', 'adorable', 'but', 'the', 'shape', 'of', 'the', 'dress', 'was', 'not', 'flattering', 'on', 'me', 'i', 'am', 'pretty', 'straight', 'down', 'with', 'somewhat', 'wide', 'hips', 'but', 'the', 'fabric', 'of', 'the', 'dress', 'made', 'me', 'look', 'larger', 'than', 'i', 'am', 'i', 'think', 'this', 'w', ',3,1,7', 'general', 'dresses', 'dresses'] ['9314,815,31', 'great', 'top', 'i', 'love', 'this', 'top', 'the', 'detail', 'and', 'embroidery', 'make', 'it', 'great', 'for', 'during', 'the', 'day', 'or', 'at', 'night', 'the', 'small', 'fits', 'me', 'perfect', 'and', 'i', 'do', "n't", 'wear', 'it', 'with', 'a', 'camisole', 'like', 'some', 'have', 'mentioned', 'but', 'might', 'if', 'i', 'wore', 'it', 'to', 'work', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9315,959,44', 'odd', 'fit', 'great', 'fabric', 'the', 'fit', 'is', 'quite', 'strange', 'on', 'me', 'as', 'the', 'tie', 'is', 'very', 'high', 'on', 'the', 'waist', 'this', 'makes', 'the', 'jacket', 'look', 'odd', 'and', 'quite', 'voluminous', 'i', 'was', 'very', 'impressed', 'with', 'the', 'fabric', 'though', 'but', 'will', 'have', 'to', 'return', 'i', 'wish', 'retailer', 'would', 'post', 'what', 'size', 'is', 'the', 'model', 'wearing', 'maybe', 'she', 'is', 'wearing', 'a', 'larger', 'size', 'than', 'usual', 'which', 'falls', 'lower.,3,1,2', 'general', 'petite', 'jackets', 'jackets'] ['9316,815,36', 'love', 'the', 'top', 'love', 'the', 'top', 'it', 'fits', 'perfectly', 'i', 'was', 'a', 'bit', 'worried', 'it', 'would', 'look', 'like', 'a', 'pregnancy', 'top', 'on', 'me', 'as', 'i', "'m", 'a', '34dd', 'but', 'it', 'does', "n't", 'i', "'ve", 'received', 'many', 'compliments', 'on', 'the', 'top', 'its', 'incredibly', 'well', 'made', 'and', 'has', 'beautiful', 'detailing', 'it', 'is', 'sheer', 'so', 'you', "'ll", 'need', 'something', 'under', 'the', 'material', 'is', 'quite', 'light', 'as', 'well', 'which', 'is', 'nice', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9317,834,58', 'new', 'favorite', 'top', 'my', 'new', 'favorite', 'top', 'to', 'throw', 'on,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9318,1039,28', 'so', 'first', 'off', 'yes', 'these', 'are', 'almost', 'mind-numbingly', 'expensive', 'however', 'i', 'think', 'the', 'design', 'and', 'quality', 'are', 'absolutely', 'there', 'the', 'label', 'low-rise', 'always', 'makes', 'me', 'wary', 'as', 'someone', 'who', 'is', 'curvy', 'low', 'rise', 'often', 'muffin', 'top', 'danger', 'and', 'bad', 'early', '2000s', 'flashbacks', 'but', 'the', 'low', 'rise', 'design', 'of', 'these', 'is', 'actually', 'great', 'they', 'are', 'mainly', 'low', 'rise', 'in', 'the', 'front', 'angling', 'down', 'slightly', 'toward', 'the', 'button', 'and', 'in', 'the', 'back', 'they', 'are', 'not', 'super', 'high', 'but', 'more', 'of', 'a', 'mid', 'rise', 'so', 'you', 'wo', "n't", 'have', 'to', 'be', 'really', 'careful', 'ben', ',5,1,1', 'general', 'bottoms', 'jeans'] ['9319,834,26', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9320,815,43', 'swing', 'away', 'a', 'swing', 'top', 'by', 'tiny', 'done', 'right', 'this', 'is', 'a', 'well', 'made', 'top', 'that', 'fits', 'in', 'all', 'the', 'right', 'places', 'no', 'gapping', 'arm', 'pit', 'the', 'fabric', 'has', 'a', 'design', 'in', 'it', 'and', 'i', 'think', 'this', 'is', 'a', 'blouse', 'that', 'can', 'be', 'worn', 'all', 'year', 'the', 'blouse', 'does', 'run', 'large', 'and', 'depending', 'on', 'the', 'chest', 'size', 'you', 'may', 'have', 'to', 'go', 'down', 'two', 'sizes', 'i', 'went', 'for', 'the', 'large', 'at', 'first', 'just', 'because', 'swing', 'tops', 'are', 'so', 'short', 'but', 'realized', 'i', 'would', 'need', 'a', 'medium', 'and', 'the', 'length', 'was', 'still', 'perfect', 'it', 'did', 'not', 'flare', 'out', 'to', 'where', 'you', 'looked', 'like', 'an', 'expectant', 'mother', ',5,1,14', 'general', 'petite', 'tops', 'blouses'] ['9321,1080,41', 'spring', 'flowers', 'this', 'is', 'a', 'wonderful', 'cheerful', 'spring', 'dress', 'the', 'material', 'is', 'slightly', 'thicker', 'than', 'expected', 'i', 'suppose', 'i', 'thought', 'it', 'would', 'be', 'a', 'little', 'thinner', 'or', 'more', 'summery', 'but', 'it', 'really', 'works', 'for', 'both', 'seasons.', 'the', 'fit', 'is', 'exactly', 'spot', 'on', 'as', 'i', 'would', 'expect', 'for', 'tracy', 'reese', 'i', "'m", '5', '2', '110', '32-24.4-32', 'and', 'ordered', 'the', '0p', 'colors', 'and', 'fit', 'are', 'just', 'like', 'the', 'product', 'photo', 'highly', 'recommended', ',5,1,3', 'general', 'dresses', 'dresses'] ['9322,999,29', ',this', 'is', 'a', 'great', 'summer', 'skirt', 'that', 'is', 'good', 'for', 'work', 'or', 'casual', 'wear', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'colors', 'go', 'with', 'most', 'anything', 'one', 'downside', 'is', 'it', 'wrinkles', 'easily.,5,1,2', 'general', 'bottoms', 'skirts'] ['9323,834,29', 'love', 'this', 'top', 'fits', 'true', 'to', 'size', 'and', 'has', 'a', 'great', 'shape', 'i', 'get', 'compliments', 'each', 'time', 'i', 'wear', 'it', 'glad', 'i', 'purchased', 'it', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['9324,834,42', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9325,834,27', 'a', 'new', 'favorite', 'trying', 'hard', 'to', 'stay', 'away', 'from', 'tops', 'that', 'are', 'basic', 'tees', 'and', 'branch', 'out', 'with', 'patterns', 'and', 'different', 'cuts', 'never', 'thought', 'i', "'d", 'find', 'both', 'in', 'one', 'top', 'love', 'this', 'i', 'put', 'it', 'on', 'and', 'knew', 'i', 'had', 'to', 'take', 'it', 'home', 'it', "'s", 'fitted', 'but', 'not', 'busy', 'but', 'just', 'enough', 'so', 'and', 'it', "'s", 'made', 'in', 'the', 'usa', 'ca', "n't", 'go', 'wrong', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['9326,959,45', 'i', 'love', 'this', 'this', 'jacket', 'is', 'a', 'great', 'fit', 'and', 'feels', 'like', 'a', 'nice', 'comfortable', 'addition', 'to', 'a', 'professional/work', 'wardrobe', 'it', 'is', 'very', 'lightweight', 'and', 'fits', 'somewhat', 'loosely', 'i', 'am', '5', '7', 'and', '125', 'lbs', 'and', 'the', 'small', 'fits', 'nicely', 'the', 'only', 'con', 'is', 'that', 'there', 'is', 'not', 'a', 'way', 'to', 'secure', 'down', 'the', 'top', 'payer', 'of', 'the', 'wrap', 'no', 'snap', 'button', 'etc.', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9327,834,51', 'love', 'i', "'m", 'so', 'happy', 'i', 'decided', 'to', 'take', 'a', 'chance', 'and', 'order', 'this', 'top', 'it', 'is', 'gorgeous', 'so', 'flattering', 'on', 'the', 'perfect', 'length', 'beautiful', 'colors', 'i', 'could', 'go', 'on', 'and', 'on', 'peplums', 'can', 'be', 'tough', 'but', 'this', 'one', 'hits', 'perfectly', 'on', 'me', 'runs', 'true', 'to', 'retailer', 'sizing', 'so', 'stick', 'with', 'what', 'you', 'normally', 'order', 'i', "'m", '5', '6', 'and', '125lb', 'and', 'the', 's', 'was', 'for', 'me', ',5,1,14', 'general', 'petite', 'tops', 'blouses'] ['9328,940,42', 'love', 'this', 'cozy', 'sweater', 'cozy', 'and', 'nice', 'quality', 'great', 'fit', 'and', 'runs', 'true', 'to', 'size', 'could', 'wear', 'this', 'every', 'day,5,1,0', 'general', 'tops', 'sweaters'] ['9329,1086,32', 'umm', 'pineapples', 'yes', 'please', 'purchased', 'this', 'dress', 'for', 'a', 'garden', 'wedding', 'and', 'received', 'so', 'many', 'compliments', 'the', 'print', 'is', 'very', 'lovely', 'and', 'the', 'fit', 'was', 'true', 'to', 'size', 'i', 'was', 'mildly', 'thrown', 'off', 'by', 'the', 'waffle', 'texture', 'of', 'the', 'material', 'as', 'it', 'caused', 'the', 'dress', 'to', 'be', 'a', 'tad', 'clingier', 'than', 'the', 'picture', 'led', 'me', 'to', 'believe', 'but', 'it', 'was', 'not', 'a', 'deal', 'breaker', 'loved', 'that', 'it', 'was', 'lined', 'and', 'though', 'feeling', 'substantial', 'was', 'not', 'heavy', 'and', 'thus', 'comfortable', 'in', '90', 'degree', 'weather', 'looking', 'forward', 'to', 'wearing', 'this', 'again', ',5,1,1', 'general', 'dresses', 'dresses'] ['9330,834,27', 'flattering', 'big', 'bust', 'smallish', 'waist', 'this', 'top', 'is', 'so', 'cute', 'and', 'flattering', 'absolutely', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9331,815,65', 'how', 'beautiful', 'is', 'that', 'this', 'is', 'a', 'treasure', 'and', 'must', 'buy', 'friends', 'tiny', 'designs', 'the', 'most', 'amazing', 'blouses', 'and', 'shirts', 'and', 'i', 'feel', 'stoked', 'to', 'have', 'gotten', 'this', 'one', 'the', 'level', 'of', 'detailed', 'embroidery', 'on', 'the', 'front', 'and', 'tiny', 'silver', 'and', 'gold', 'sequins', 'on', 'silver', 'net', 'lace', 'at', 'the', 'shoulders', 'is', 'artistic', 'and', 'well-designed', 'i', "'ve", 'always', 'found', 'the', 'tiny', 'brand', 'to', 'be', 'predictably', 'one', 'size', 'small', 'but', 'when', 'i', 'get', 'past', 'my', 'ego', 'and', 'order', 'one', 'size', 'up', 'to', 'a', 'large', 'i', 'am', 'sooooo', 'satisfied', 'this', 'sartorial', 'work', 'of', 'art', 'is', 'completely', 'lovely', 'i', 'have', 'a', 'busty', 'f', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['9332,834,35', 'very', 'flattering', 'piece', 'i', 'love', 'the', 'deep', 'v', 'very', 'flattering', 'bummed', 'that', 'it', "'s", 'made', 'with', 'polyester', 'but', 'it', "'s", 'light', 'and', 'easy', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['9333,834,65', 'beautiful', 'this', 'top', 'is', 'just', 'a', 'beautiful', 'as', 'in', 'the', 'picture', 'it', 'runs', 'true', 'to', 'size', 'and', 'has', 'a', 'beautiful', 'flattering', 'shape', 'on', 'it', 'looks', 'great', 'with', 'jeans', 'and', 'sandals', 'for', 'a', 'casual', 'look', 'but', 'can', 'easily', 'be', 'dresss', 'up', 'too', 'i', "'m", '5', '3', 'so', 'sometimes', 'i', 'need', 'petite', 'sizing', 'but', 'i', 'liked', 'the', 'length', 'of', 'the', 'regular', 'fit', 'with', 'this', 'top', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'tons', 'of', 'compliments.,5,1,6', 'general', 'petite', 'tops', 'blouses'] ['9334,868,55', 'super', 'cute', 'casual', 'top', 'waffle', 'texture', 'this', 'shirt', 'is', 'perfect', 'bought', 'charcoal', 'and', 'ivory', 'compliments', 'galore', 'super', 'cute', 'with', 'jeans', 'workout', 'pants', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9335,1059,27', 'super', 'comfortable', 'stylish', 'jumpsuit', 'this', 'is', 'my', 'first', 'ever', 'jumpsuit', 'purchase', 'and', 'i', 'love', 'it', 'the', 'retailer', 'by', 'me', 'luckily', 'had', 'an', 'xs', 'in', 'stock', 'for', 'me', 'to', 'try', 'and', 'it', 'fit', 'perfectly', 'i', "'m", '5', '7', '120lbs', 'slim', 'looking', 'at', 'the', 'pictures', 'i', 'was', 'a', 'little', 'concerned', 'the', 'jumpsuit', 'would', 'be', 'short', 'but', 'the', 'length', 'actually', 'hits', 'me', 'closer', 'to', 'my', 'ankles', 'still', 'a', 'couple', 'inches', 'above', 'the', 'jumpsuit', 'feels', 'nice', 'and', 'light', 'and', 'comfortable', 'and', 'not', 'difficult', 'to', 'get', 'in', 'and', 'out', 'of', 'the', 'embroidery', 'detail', 'on', 'the', 'shoulders', 'is', 'a', 'nice', 'touch', 'and', 'the', 'print', 'is', 'fun', 'would', 'defi', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9336,895,53', 'how', 'cute', 'was', 'this', 'little', 'sweater', 'and', 'comfortable', 'even', 'in', 'the', 'south', 'until', 'i', 'washed', 'it', 'i', 'followed', 'the', 'instructions', 'on', 'the', 'label', 'being', 'careful', 'not', 'to', 'wring', 'it', 'out', 'first', 'of', 'all', 'the', 'smell', 'was', 'unbelievable', 'i', 'washed', 'it', 'three', 'days', 'ago', 'and', 'it', 'is', 'still', 'wet', 'and', 'damp', 'and', 'on', 'top', 'of', 'that', 'it', 'shrunk', 'even', 'though', 'i', 'handwashed', 'it', 'line', 'dried', 'it', 'and', 'pampered', 'it', 'to', 'no', 'end', ',1,0,4', 'general', 'tops', 'fine', 'gauge'] ['9337,854,59', 'poor', 'quality', 'sooo', 'disappointed', 'with', 'how', 'flimsy', 'this', 'fabric', 'is', 'i', 'think', 'this', 'is', 'the', 'thinnest', 'of', 'all', 'clothing', 'items', 'i', 'have', 'ever', 'come', 'across', 'anywhere', 'in', 'my', 'life', 'this', 'is', 'really', 'a', 'shame', 'because', 'the', 'colors', 'are', 'stunning', 'and', 'it', 'is', 'a', 'nice', 'shirt', 'style', 'another', 'con', 'is', 'if', 'you', 'have', 'any', 'bit', 'of', 'back', 'fat', 'it', 'shows', 'every', 'lump', 'and', 'bump', 'i', 'do', 'not', 'recommend', 'unless', 'you', 'have', 'a', 'lean', 'back', 'and', 'the', 'cost', 'was', '5.00', ',1,0,3', 'general', 'tops', 'knits'] ['9338,868,38', 'disappointing', 'purchased', 'this', 'in', 'two', 'colors', 'online', 'purchased', 'in', 'an', 'xs', 'i', 'am', 'usually', 'a', 's', 'or', 'xs', 'the', 'fit', 'was', 'really', 'large', 'in', 'the', 'xs', 'and', 'the', 'seam', 'on', 'the', 'front', 'of', 'the', 'top', 'was', 'in', 'the', 'wrong', 'place', 'and', 'was', 'really', 'unflattering', 'returning', 'both.,2,0,1', 'general', 'petite', 'tops', 'knits'] ['9339,965,57', 'great', 'casual', 'blazer', 'i', "'m", 'not', 'a', 'blazer', 'girl', 'but', 'this', 'one', 'is', 'perfect', 'in', 'the', 'sense', 'that', 'it', "'s", 'not', 'overly', 'structured', 'and', 'stiff', 'it', 'is', 'really', 'soft', 'and', 'comfortable', 'but', 'still', 'holds', 'it', "'s", 'shape', 'i', 'am', 'planning', 'to', 'wear', 'it', 'with', 'a', 'tee', 'shirt', 'and', 'denim', 'or', 'even', 'some', 'leather', 'leggings', 'pilcro', '.i', 'can', 'see', 'this', 'being', 'dressed', 'up', 'for', 'work', 'or', 'church', 'a', 'great', 'piece', 'for', 'your', 'wardrobe', 'i', 'could', 'have', 'taken', 'a', 'small', 'but', 'decided', 'on', 'the', 'medium', 'in', 'case', 'i', 'wore', 'something', 'a', 'little', 'thicker', 'underneath.,5,1,4', 'general', 'jackets', 'jackets'] ['9340,868,36', ',perfect', 'fall', 'top', 'extra', 'long', 'sleeves', 'perfect', 'for', 'keeping', 'the', 'chill', 'off.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9341,1059,39', 'adorable', 'i', 'really', 'love', 'this', 'jumpsuit', 'i', 'purchased', 'it', 'for', 'my', 'honeymoon', 'and', 'my', 'husband', 'loved', 'it', 'i', 'am', '5', '1', 'and', '95', 'pound', 'and', 'i', 'purchased', 'the', 'petite', 'xxs', 'it', 'fits', 'very', 'well', 'it', 'is', 'a', 'comfy', 'thin', 'and', 'lightweight', 'material', 'not', 'too', 'fitted', 'but', 'definitely', 'hugs', 'my', 'butt', 'and', 'thighs', 'more', 'than', 'my', 'stomach', 'and', 'chest', 'i', 'absolutely', 'love', 'this', 'jumpsuit', 'colors', 'are', 'more', 'brilliant', 'in', 'person', 'the', 'only', 'reason', 'i', 'put', '4', 'stars', 'for', 'the', 'quality', 'is', 'because', 'the', 'first', 'piece', 'i', 'ordered', 'had', 'a', 'defective', 'snap', 'i', 're-ordered', 'the', 'jumpsuit', 'aga', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['9342,895,40', 'very', 'flattering', 'but', 'feels', 'oversized', 'i', 'was', 'monitoring', 'this', 'sweater', 'dress', 'online', 'for', 'quite', 'some', 'time', 'hoping', 'it', 'goes', 'on', 'sale', 'but', 'as', 'soon', 'as', 'i', 'saw', 'the', 'lighter', 'color', 'sell', 'out', 'i', 'decided', 'to', 'grab', 'the', 'blue', 'version', 'before', 'it', 'runs', 'out', 'as', 'well', 'it', "'s", 'a', 'simple', 'yet', 'comfortably', 'beautiful', 'dress', 'at', 'the', 'same', 'time', 'it', 'looks', 'about', 'the', 'same', 'as', 'it', 'does', 'on', 'the', 'model', 'color/fit', 'only', 'in', 'the', 'neck', 'is', 'a', 'little', 'wider', 'with', 'bordered', 'collar', 'which', 'makes', 'it', 'more', 'interesting', 'i', "'m", '6ft', 'tall', '160lb', 'ordered', 'a', 'large', 'and', 'i', 'felt', 'the', 'dress', 'was', 'a', 'bit', 'oversized', 'but', 'with', 'tha', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9343,1066,26', 'love', 'these', 'pants', 'these', 'pants', 'are', 'super', 'flattering', 'they', 'can', 'be', 'worn', 'to', 'work', 'or', 'on', 'the', 'weekend', 'dressed', 'up', 'or', 'down', 'they', 'are', 'slimming', 'and', 'fit', 'very', 'nicely', 'my', 'only', 'complaint', 'is', 'that', 'they', 'start', 'to', 'look', 'worn', 'the', 'black', 'fades', 'as', 'you', 'wash', 'them', 'over', 'time', 'please', 'do', "n't", 'stop', 'carrying', 'them', ',5,1,1', 'general', 'bottoms', 'pants'] ['9344,895,59', 'shrunk', 'love', 'it', 'but', 'it', 'shrank', 'and', 'that', 'makes', 'me', 'so', 'mad.,4,1,3', 'general', 'tops', 'fine', 'gauge'] ['9345,965,41', ',i', 'love', 'that', 'his', 'blazer', 'is', 'soft', 'and', 'not', 'so', 'structured', 'so', 'great', 'for', 'a', 'business', 'casual', 'environment', 'the', 'gray', 'goes', 'with', 'everything', 'and', 'is', 'already', 'a', 'staple', 'in', 'my', 'wardrobe.,5,1,1', 'general', 'jackets', 'jackets'] ['9346,895,31', 'great', 'tunic', 'i', 'love', 'this', 'tunic', 'i', 'am', '22', 'weeks', 'pregnant', 'and', 'the', 'large', 'fit', 'great', 'i', 'wish', 'it', 'were', 'a', 'little', 'longer', 'but', 'will', 'be', 'great', 'with', 'leggings', 'and', 'perfect', 'for', 'the', 'fall/winter', 'seasons.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9347,868,61', 'really', 'cute', 'top', 'the', 'material', 'is', 'soft', 'and', 'feels', 'like', 'great', 'quality', 'love', 'the', 'loose', 'cut', 'and', 'slight', 'detail', 'to', 'the', 'simple', 'shirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9348,895,44', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9349,868,32', 'light', 'and', 'cute', 'the', 'perfect', 'flowy', 'fall', 'top', 'the', 'material', 'is', 'thin', 'so', 'it', 'may', 'pick', 'a', 'little', 'but', 'i', 'love', 'it', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['9350,868,63', 'super', 'cute', 'and', 'comfy', 'i', 'love', 'this', 'shirt', 'so', 'much', 'i', 'ordered', 'the', 'gray', 'a', 'day', 'after', 'i', 'received', 'the', 'sage', 'color', 'this', 'shirt', 'is', 'soft', 'true', 'to', 'size', 'comfortable', 'and', 'extremely', 'flattering', 'it', 'is', 'one', 'of', 'my', 'new', 'favorite', 'go-to', 'shirts', 'retailer', 'great', 'job', 'at', 'finding', 'a', 'stylish', 'casual', 'top', 'that', 'can', 'take', 'me', 'through', 'all', 'the', 'seasons', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9351,868,41', 'huge', 'i', 'want', 'to', 'like', 'this', 'top', 'because', 'the', 'idea', 'is', 'cute', 'but', 'i', 'ordered', 'the', 'small', 'and', 'it', 'might', 'have', 'well', 'been', 'xxxl', 'with', 'sizing', 'like', 'this', 'one', 'size', 'fits', 'all', 'could', 'just', 'about', 'do', 'it', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['9352,1059,69', 'beautiful', 'fabric', 'and', 'design', 'never', 'thought', 'i', 'would', 'buy', 'a', 'jumpsuit', 'but', 'this', 'one', 'is', 'gorgeous', 'i', 'put', 'true', 'to', 'size', 'i', 'ordered', 'a', 'm', 'and', 'a', 'l.', 'i', 'kept', 'the', 'l', 'because', 'i', 'like', 'the', 'looser', 'fit', 'weigh', '150', 'and', 'am', '5', '6', '1/2', 'tall', 'i', 'carry', 'any', 'extra', 'weight', 'at', 'my', 'waist', 'and', 'the', 'l', 'just', 'looked', 'better', 'i', 'almost', 'always', 'wear', 'a', 'm', 'in', 'retailer', 'clothes', 'love', 'the', 'feel', 'of', 'it', 'and', 'the', 'way', 'it', 'looks', 'on', 'me', 'really', 'looking', 'forward', 'to', 'wearing', 'it', 'on', 'sale', 'it', 'is', 'a', 'great', 'buy', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['9353,866,47', 'fun', 'glam', 'holiday', 'top', 'an', 'easy', 'top', 'that', 'adds', 'instant', 'glamour', 'the', 'burnout', 'velvet', 'is', 'super', 'fun', 'for', 'the', 'holidays', 'and', 'yet', 'the', 'design', 'is', 'comfortable', 'and', 'easy', 'i', 'have', 'found', 'this', 'top', 'can', 'work', 'day', 'and', 'night', 'with', 'the', 'right', 'accessories.,4,1,1', 'general', 'tops', 'knits'] ['9354,895,35', 'i', 'purchased', 'this', 'in', 'navy', 'and', 'love', 'it', 'my', 'only', 'complaint', 'is', 'that', 'is', 'is', 'a', 'little', 'big', 'in', 'the', 'shoulders', 'i', 'am', 'about', '5', '4', '129', 'lbs', 'and', 'the', 'small', 'is', 'still', 'a', 'bit', 'too', 'big', 'aside', 'from', 'that', 'it', 'is', 'a', 'great', 'design', 'and', 'length', 'and', 'i', "'ve", 'worn', 'it', 'both', 'with', 'jeans', 'and', 'leggings', 'boots', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9355,1110,56', 'nicely', 'styled', 'with', 'great', 'fabric', 'pattern', 'love', 'the', 'pattern', 'fabric', 'it', 'does', 'run', 'a', 'little', 'large', 'i', 'usually', 'take', 'a', 'medium', 'or', 'large', 'but', 'with', 'this', 'dress', 'i', 'may', 'have', 'even', 'taken', 'a', 'small', 'it', 'is', 'somewhat', 'drapey', 'which', 'i', 'like', 'but', 'that', 'needs', 'to', 'be', 'considered', 'when', 'sizing', 'for', 'it', 'i', "'m", 'hoping', 'it', 'shrinks', 'a', 'tad', 'so', 'the', 'dress', 'has', 'a', 'bit', 'more', 'shape', 'i', "'d", 'exchange', 'it', 'but', 'i', 'love', 'the', 'pattern', 'quirky', 'sleeves', 'so', 'much', 'i', 'want', 'to', 'keep', 'it', 'got', 'this', 'gem', 'on', 'sale', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'in', 'the', 'spring', 'summer', 'months', 'next', 'year', 'or', 'maybe', 'on', 'a', 'warm', 'vacation', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9356,1059,28', 'cute', 'but', 'cheap', 'looking', 'up', 'close', 'i', 'bought', 'this', 'outfit', 'online', 'on', 'sale', 'so', 'i', 'only', 'paid', '70', 'but', 'i', 'think', 'if', 'i', 'saw', 'it', 'in', 'person', 'first', 'i', 'probably', 'would', "n't", 'have', 'purchased', 'it', 'while', 'the', 'design', 'is', 'cute', 'the', 'fabric', 'is', 'beyond', 'cheap', 'it', "'s", 'not', 'just', 'polyester', 'it', "'s", 'like', 'a', 'plastic', 'polyester', 'i', 'think', 'if', 'you', 'dress', 'it', 'up', 'with', 'high', 'heels', 'necklace', 'armful', 'of', 'bangles', 'you', 'can', 'probably', 'distract', 'from', 'the', 'fabric'] [] ['5', '5', '120lb', 'purchased', 'xs', 'and', 'it', "'s", 'a', 'little', 'big', 'still', ',2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['9357,854,48', 'floral', 'fave', 'cute', 'embroidered', 'mixed', 'textiled', 'shirt', 'super', 'comfy', 'maybe', 'runs', 'a', 'little', 'small', 'across', 'chest', 'but', 'has', 'a', 'nice', 'stretch', 'so', 'it', 'accommodates', 'well', 'a', 'great', 'transition', 'piece.,5,1,0', 'general', 'tops', 'knits'] ['9358,861,47', 'love', 'this', 'shirt', 'i', 'do', 'love', 'this', 'shirt', 'as', 'i', 'am', 'a', 'yogi', 'and', 'love', 'to', 'wear', 'things', 'like', 'this', 'it', 'was', 'a', 'little', 'boxy', 'and', 'big', 'but', 'do', "n't", 'care', 'because', 'the', 'style', 'of', 'it', 'is', 'so', 'cute', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['9359,854,59', 'a', 'true', 'tiny', 'i', 'was', 'worried', 'the', 'green', 'might', 'be', 'on', 'the', 'shiny', 'side', 'but', 'it', "'s", 'not', 'it', "'s", 'a', 'really', 'nice', 'color', 'for', 'fall', 'and', 'the', 'stitching', 'is', 'gorgeous', 'like', 'in', 'other', 'tiny', 'tops', 'this', 'top', 'runs', 'small', 'so', 'order', 'up', 'a', 'size', 'in', 'most', 'of', 'retailer', 'tops', 'i', "'m", 'a', 'small', 'or', 'medium', 'but', 'in', 'this', 'i', 'take', 'a', 'large', 'a', 'perfect', 'fit', 'i', "'m", 'a', '36c', 'is', 'a', 'little', 'on', 'the', 'pricey', 'side', 'but', 'got', 'on', 'sale', 'so', 'all', 'smiles', 'here', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['9360,868,46', 'great', 'shirt', 'this', 'is', 'a', 'great', 'shirt', 'fits', 'perfect', 'and', 'super', 'comfortable', 'but', 'you', 'feel', 'stylish', 'and', 'pretty', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9361,1059,66', 'sweet', 'jumpsuit', 'i', 'purchased', 'this', 'jumpsuit', 'in', 'the', 'store', 'and', 'i', 'am', 'so', 'pleased', 'with', 'it', 'i', 'am', 'usually', 'a', '10', 'or', '12', 'top', 'and', 'the', 'large', 'was', 'good', 'the', 'med', 'was', 'too', 'tight', 'on', 'my', 'bust', 'love', 'the', 'print', 'very', 'feminine', 'without', 'looking', 'like', 'pjs', 'cream', 'background', 'is', 'beautiful', 'fabric', 'is', 'light', 'and', 'cool', 'and', 'i', 'love', 'the', 'pockets', 'i', 'was', 'hesitant', 'about', 'the', 'short', 'length', 'but', 'i', 'like', 'it', 'this', 'is', 'a', 'special', 'piece', 'it', "'s", 'hard', 'to', 'find', 'jumpsuits', 'like', 'this.,5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['9362,868,35', 'comfy', 'top', 'with', 'cute', 'design', 'such', 'a', 'great', 'top', 'the', 'sage', 'color', 'is', 'beautiful', 'love', 'the', 'simplicity', 'of', 'the', 'top', 'slender', 'sleeves', 'and', 'just', 'enough', 'flow', 'to', 'the', 'top', 'this', 'will', 'be', 'a', 'great', 'top', 'to', 'pair', 'with', 'a', 'cute', 'scarf', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['9363,1004,64', 'a', 'perfect', 'skirt', 'similar', 'to', 'the', 'previous', 'reviewer', 'i', "'m", 'also', 'between', 'sizes', 'and', 'for', 'pencil', 'skirts', 'it', "'s", 'usually', 'the', 'larger', 'size', 'that', 'end', 'up', 'fitting', 'whether', 'this', 'skirt', 'runs', 'large', 'or', 'maybe', 'because', 'it', 'has', 'a', 'slight', 'stretch', 'my', 'smaller', 'size', '10', 'fits', 'perfectly', 'and', 'seems', 'comfortable', 'enough', 'to', 'wear', 'on', 'a', 'long', 'flight', 'or', 'road', 'trip', 'the', 'fabric', 'is', 'wonderful', 'the', 'skirt', 'length', 'is', 'great', 'for', 'work', 'and', 'the', 'styling', 'is', 'really', 'nice', 'with', 'added', 'detail', 'of', 'buttoned', 'loops', 'at', 'the', 'waist', 'if', 'i', 'had', 'one', 'negative', 'comment', 'it', 'would', 'be', 'an', 'itty', 'bit', ',5,1,7', 'general', 'bottoms', 'skirts'] ['9364,861,42', 'love', 'it', 'love', 'the', 'cute', 'print', 'and', 'texture', 'of', 'fabric', 'perfect', 'casual', 't-shirt.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['9365,854,52', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9366,863,52', ',,5,1,0', 'general', 'tops', 'knits'] ['9367,861,43', 'adorable', 'print', 'for', 'yogis', 'i', 'am', 'an', 'avid', 'yoga', 'fan', 'so', 'when', 'i', 'saw', 'this', 'tee', 'i', 'had', 'to', 'have', 'it', 'i', 'am', 'usually', 'a', 'm/size', '10', 'but', 'as', 'this', 'tee', 'is', 'fairly', 'sheer', 'i', 'did', 'better', 'exchanging', 'for', 'a', 'large', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'it', 'is', 'very', 'comfortable', 'a', 'must', 'have', 'for', 'yogis', ',5,1,1', 'general', 'tops', 'knits'] ['9368,866,62', 'this', 'is', 'a', 'beautiful', 'richly-colored', 'top', 'fits', 'well', 'very', 'pleased', 'only', 'negative', 'is', 'the', 'button', 'is', 'covered', 'in', 'same', 'material', 'can', 'be', 'easily', 'nicked', 'with', 'your', 'fingernail', ',4,1,2', 'general', 'tops', 'knits'] ['9369,1059,46', 'thought', 'this', 'looked', 'so', 'cute', 'especially', 'for', 'averting', 'frame', 'it', 'arrived', 'and', 'was', 'too', 'large', 'the', 'fabric', 'felt', 'super', 'cheap', 'and', 'the', 'lace', 'detail', 'on', 'the', 'shoulders', 'was', 'very', 'prominent', 'and', 'not', 'in', 'a', 'good', 'way', 'returned', ',3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['9370,1110,46', 'beautiful', 'dress', 'small', 'in', 'the', 'bust', 'this', 'is', 'a', 'find', 'i', 'am', 'always', 'on', 'the', 'hunt', 'for', 'a', 'unusual', 'lbd', 'so', 'when', 'i', 'found', 'this', 'on', 'a', 'found', 'and', 'collected', 'rack', 'i', 'went', 'for', 'it', 'for', 'starters', 'i', 'am', '5', 'foot', 'almost', '6', 'inches', 'and', 'it', 'the', 'length', 'ends', 'just', 'about', 'the', 'same', 'place', 'on', 'this', 'model', 'i', 'usually', 'wear', 'a', 'size', '2', 'but', 'when', 'i', 'tried', 'on', 'the', 'size', 'available', 'in', 'the', 'store', 'oo', 'i', 'felt', 'i', 'only', 'needed', 'a', 'bit', 'higher', 'sizing', 'bc', 'i', 'am', 'small', 'in', 'the', 'chest', 'i', 'am', 'barely', 'a', 'size', '34', 'a', 'and', 'probably', 'a', '30d', 'at', 'best', 'and', 'i', 'barely', 'can', 'squeeze', 'my', 'chest', 'into', 'this', 'dress', 'at', 'this', 'size', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9371,965,22', 'casual', 'blazer', 'perfect', 'for', 'a', 'college', 'student', 'i', 'am', 'currently', 'studying', 'at', 'a', 'university', 'where', 'i', 'am', 'constantly', 'reviewed', 'on', 'how', 'i', 'dress', 'if', 'i', "'m", 'underdressed', 'i', 'get', 'comments', 'and', 'if', 'i', "'m", 'overdressed', 'i', 'get', 'even', 'more', 'comments', 'the', 'other', 'day', 'i', 'wore', 'a', 'plain', 'navy', 'blue', 'blazer', 'and', 'people', 'asked', 'me', 'all', 'day', 'what', 'the', 'occasion', 'was', 'for', 'me', 'this', 'blazer', 'is', 'a', 'nice', 'solution', 'to', 'the', 'standard', 'uniform', 'blazer', 'the', 'stripes', 'and', 'light', 'grey', 'color', 'make', 'this', 'blazer', 'more', 'casual', 'for', 'me', 'but', 'i', 'still', 'feel', 'put', 'together', 'for', 'class', 'the', 'fit', 'is', 'also', 'excellent', 'and', 'does', "n't", 'feel', 'boxy', 'at', ',5,1,2', 'general', 'jackets', 'jackets'] ['9372,854,51', 'lovely', 'but', 'shrinks', 'a', 'lot', 'this', 'blouse', 'is', 'gorgeous', 'but', 'as', 'other', 'reviewers', 'have', 'noted', 'it', 'runs', 'small', 'and', 'it', "'s", 'very', 'thin', 'the', 'back', 'is', 'see-through', 'not', 'the', 'front', 'though', 'if', 'you', 'tend', 'to', 'wear', 'things', 'a', 'little', 'large', 'and', 'order', 'up', 'a', 'size', 'the', 'back', 'is', 'fine', 'my', 'real', 'issue', 'is', 'that', 'it', 'shrank', 'so', 'much', 'when', 'i', 'washed', 'it', 'on', 'cold', 'delicate', 'cycle', 'hang', 'dry', 'that', 'it', "'s", 'pretty', 'much', 'unwearable', 'now', 'sad', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['9373,866,63', 'this', 'is', 'a', 'beautiful', 'top', 'i', 'got', 'this', 'top', 'in', 'black', 'and', 'did', "n't", 'realize', 'until', 'i', 'got', 'it', 'that', 'it', 'has', 'velvet', 'accents', 'it', 'is', 'beautiful', 'sophisticated', 'and', 'can', 'be', 'a', 'great', 'party', 'work', 'or', 'play', 'top', ',5,1,4', 'general', 'tops', 'knits'] ['9374,866,50', 'simply', 'elegant', 'i', 'bought', 'this', 'to', 'use', 'over', 'the', 'holidays', 'it', 'is', 'extremely', 'comfortable', 'and', 'i', "'ve", 'received', 'multiple', 'complements', 'you', 'can', 'dress', 'it', 'up', 'or', 'wear', 'it', 'casual.,5,1,1', 'general', 'tops', 'knits'] ['9375,866,42', 'cute', 'cut', 'short', 'and', 'wide', 'this', 'is', 'a', 'cute', 'top', 'that', 'has', 'a', 'nicer', 'texture', 'and', 'sheen', 'to', 'the', 'velvet', 'in', 'person', 'than', 'the', 'pictures', 'do', 'justice', 'to', 'it', "'s", 'just', 'simply', 'richer', 'and', 'prettier', 'in', 'person'] [] ['there', "'s", 'a', 'nice', 'drape', 'to', 'the', 'fabric', 'but', 'it', "'s", 'cut', 'pretty', 'short', 'and', 'wide', 'which', 'is', "n't", 'flattering', 'imo', 'unless', 'you', 'are', 'very', 'petite', 'and', 'have', 'a', 'small', 'bust', 'i', 'say', 'this', 'as', 'someone', 'who', 'is', 'small', 'enough', 'that', 'i', 'usually', 'welcome', 'a', 'shorter', 'cut', 'top', 'because', 'most', 'normal', 'length', 'tanks', 'and', 'tops', 'are', 'tunic', 'length', 'on', 'me'] [] ['i', 'would', 'have', 'given', 'it', 'a', 'higher', 'star', 'rat', ',3,1,3', 'general', 'tops', 'knits'] ['9376,854,36', 'order', 'in', 'dress', 'size', 'really', 'great', 'shirt', 'i', 'made', 'the', 'mistake', 'of', 'ordering', 'normal', 'size', 'xs', 'and', 'it', 'was', 'way', 'too', 'small', 'this', 'is', 'more', 'like', 'ordering', 'in', 'dress', 'shirt', 'size-', 'so', 'think', '4', '6', '8', 'etc', 'definitely', 'going', 'to', 'have', 'to', 'send', 'back', 'and', 'order', 'up', 'to', 's', 'or', 'm.', 'will', 'be', 'a', 'keeper', 'once', 'i', 'get', 'the', 'right', 'fit', ',5,1,16', 'general', 'petite', 'tops', 'knits'] ['9377,866,44', 'great', 'for', 'the', 'short', 'waisted', 'i', 'loved', 'this', 'top', 'loved', 'it', 'the', 'quality', 'and', 'color', 'i', 'got', 'the', 'red', 'are', 'wonderful', 'the', 'top', 'fit', 'perfectly', 'through', 'the', 'chest', 'and', 'the', 'a-line', 'design', 'was', 'super', 'flattering', 'through', 'the', 'waist', 'however', 'i', 'am', 'long', 'waisted', 'and', 'the', 'top', 'was', 'simply', 'too', 'short', 'on', 'me', 'even', 'when', 'worn', 'with', 'mid-rise', 'trousers', 'my', 'belly', 'showed', 'when', 'i', 'leaned', 'to', 'the', 'side', 'or', 'reached', 'my', 'arms', 'above', 'my', 'shoulders', 'i', 'so', 'hoped', 'it', 'would', 'be', 'perfect', 'with', 'skinny', 'jeans', 'or', 'leggings', 'as', 'shown', 'on', 'the', 'model', 'but', 'on', 'a', 'long-waisted', 'frame', 'it', 'is', 'simply', 't', ',4,1,1', 'general', 'tops', 'knits'] ['9378,965,40', 'lovely', 'and', 'comfy', 'many', 'thanks', 'to', 'all', 'previous', 'reviewers', 'that', 'convinced', 'me', 'to', 'try', 'this', 'blazer', 'i', 'bought', 'it', 'in', 'navy', 'and', 'it', 'is', 'absolutely', 'perfect', 'i', 'love', 'its', 'simple', 'lines', 'softness', 'and', 'quality', 'of', 'the', 'material', 'it', 'transitions', 'easily', 'from', 'work', 'to', 'casual', 'i', 'paired', 'it', 'with', 'mirabella', 'lace', 'top', 'and', 'skinny', 'jeans', 'for', 'a', 'look', 'that', 'is', 'both', 'practical', 'and', 'beautiful', ',5,1,0', 'general', 'jackets', 'jackets'] ['9379,895,45', 'love', 'this', 'although', 'this', 'is', 'not', 'my', 'husband', 's', 'favorite', 'he', 'prefers', 'things', 'a', 'little', 'more', 'tailored', 'i', 'absolutely', 'adore', 'this', 'i', 'got', 'this', 'in', 'the', 'ivory/cream', 'color', 'not', 'realizing', 'they', 'had', 'it', 'in', 'two', 'more', 'colors', 'i', 'just', 'ordered', 'the', 'blue', 'i', 'loved', 'the', 'way', 'the', 'size', 'small', 'fit', 'not', 'as', 'wide', 'but', 'the', 'medium', 'for', 'my', 'height', '5', '7', 'fit', 'better', 'and', 'was', 'longer', 'if', 'i', 'want', 'to', 'wear', 'it', 'as', 'a', 'dress', 'i', 'could', 'i', 'highly', 'recommend', 'this', 'well', 'made', 'and', 'looks', 'great', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9380,868,31', 'comfy', 'flowy', 'top', 'for', 'fall', 'and', 'winter', 'nice', 'quality', 'material', 'the', 'green', 'is', 'pretty', 'color', 'just', 'a', 'good', 'cozy', 'top', 'i', 'normally', 'wear', 'a', 'large', 'in', 'retailer', 'clothes', 'and', 'the', 'large', 'in', 'this', 'world', 'was', 'very', 'roomy', 'which', 'was', 'fine', 'with', 'me', 'if', 'you', 'are', 'short', 'and', 'have', 'smaller', 'shoulders', 'and', 'bust', 'definitely', 'go', 'for', 'a', 'size', 'smaller', 'than', 'you', 'would', 'normally', 'wear.,4,1,3', 'general', 'tops', 'knits'] ['9381,895,44', 'love', 'this', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'quality', 'is', 'perfection', 'the', 'design', 'is', 'adorable', 'and', 'it', 'is', 'comfortable', 'i', 'paired', 'it', 'with', 'leggings', 'and', 'short', 'boots', 'and', 'worked', '10', 'hours', 'in', 'it', 'and', 'i', 'worked', 'a', 'large', 'event', 'so', 'i', 'wansup', 'moving', 'things', 'and', 'active', 'almost', 'the', 'entire', 'time', 'it', 'was', 'the', 'perfect', 'combination', 'of', 'dressing', 'up', 'for', 'work', 'yet', 'being', 'fully', 'functional', 'oh', 'and', 'the', 'neck', 'line', 'ads', 'that', 'extra', 'touch', 'of', 'style', 'that', 'makes', 'it', 'a', 'great', 'piece', 'love', 'this', 'it', 'is', 'also', 'true', 'to', 'size', 'i', 'have', 'a', 'medium.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9382,1110,43', 'i', 'got', 'this', 'in', 'a', 'medium', 'its', 'really', 'big', 'i', 'added', 'a', 'belt', 'and', 'ir', 'looks', 'alot', 'better', 'the', 'medium', 'seems', 'like', 'a', 'large', 'im', 'a', 'size', '6', 'or', '8', 'should', 'have', 'gotten', 'a', 'small', 'now', 'they', 'are', 'out', 'will', 'use', 'the', 'medium', 'with', 'a', 'belt', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9383,861,29', 'super', 'cute', 'print', 'this', 'print', 'is', 'so', 'cool', 'the', 'shirt', 'is', 'just', 'a', 'little', 'loose', 'so', 'order', 'your', 'usual', 'size', 'and', 'it', 'will', 'fit', 'perfectly.,5,1,0', 'general', 'tops', 'knits'] ['9384,1059,41', 'very', 'unique', 'and', 'flattering', 'i', 'tried', 'this', 'on', 'as', 'a', 'fluke', 'i', 'work', 'at', 'retailer', 'and', 'like', 'to', 'see', 'the', 'fit', 'of', 'everything', 'so', 'i', 'can', 'talk', 'about', 'it', 'with', 'customers'] ['it', 'is', 'so', 'chic', 'it', 'makes', 'your', 'butt', 'look', 'amazing', 'i', 'tried', 'it', 'on', 'with', 'nude', 'booties', 'but', 'i', 'could', 'also', 'see', 'it', 'with', 'a', 'great', 'heeled', 'sandal', 'or', 'flats', 'do', "n't", 'overlook', 'this', 'beauty', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['9385,895,28', 'city', 'by', 'storm', 'this', 'piece', 'was', 'so', 'gorgeous', 'that', 'i', 'bought', 'it', 'despite', 'how', 'impractical', 'it', 'is', 'to', 'wear', 'it', 'in', 'honolulu', 'it', "'s", 'honestly', 'the', 'perfect', 'little', 'number', 'to', 'wear', 'if', 'you', 'want', 'to', 'go', 'for', 'a', 'late', 'autumn/early', 'winter', 'stroll', 'in', 'the', 'city', 'it', "'s", 'incredibly', 'comfortable', 'and', 'versatile', 'i', "'ve", 'worn', 'it', 'on', 'cool', 'mornings', 'in', 'honolulu', 'as', 'a', 'dress', 'with', 'booties', 'and', 'a', 'few', 'months', 'ago', 'i', 'wore', 'it', 'to', 'minneapolis', 'and', 'added', 'leggings', 'and', 'a', 'warm', 'pea', 'coat', 'depending', 'on', 'how', 'you', 'choose', 'to', 'accessorize', 'the', 'look', 'it', 'can', 'be', 'casual', 'or', 'professional', 'i', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9386,895,39', 'mod', 'perfect', 'this', 'versatile', 'tunic', 'is', 'a', 'mini', 'dress', 'on', 'me', '5', '3', '36dd', 'when', 'i', 'wear', 'size', 'l', 'and', 'warm', 'sweater', 'when', 'i', 'wear', 'size', 'm.', 'i', 'love', 'the', 'boxy', 'yet', 'flattering', 'cut', 'the', 'cute', 'neckline', 'and', 'the', 'warm', 'smooth', 'knit', 'fabric', 'wish', 'i', 'had', 'gotten', 'my', 'hands', 'on', 'the', 'cream', 'colorway', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9387,854,32', 'so', 'flimsy', 'i', 'buy', 'almost', 'ever', 'top', 'tiny', 'puts', 'out', 'and', 'so', 'i', 'grabbed', 'this', 'one', 'in', 'the', 'last', 'tops', 'sale', 'since', 'i', "'m", 'a', 'sucker', 'for', 'embroidered', 'flowers', 'everything', 'about', 'it', 'is', 'gorgeous', 'except', 'it', 'is', 'so', 'flimsy', 'i', 'ca', "n't", 'even', 'believe', 'it', 'like', 'when', 'i', 'held', 'it', 'up', 'in', 'the', 'dressing', 'room', 'i', 'could', 'see', 'through', 'the', 'entire', 'shirt', 'front', 'to', 'back', 'before', 'even', 'putting', 'it', 'on', 'once', 'on', 'i', 'could', 'see', 'everything', 'through', 'it', 'i', 'actually', 'thought', 'i', 'was', 'going', 'to', 'tear', 'the', 'thing', 'to', 'pieces', 'trying', 'it', 'on', 'it', "'s", 'so', 'frail', 'i', 'own', 'so', 'many', 'tiny', 'shirts', 'and', 'while', ',2,0,17', 'general', 'petite', 'tops', 'knits'] ['9388,895,38', 'great', 'sweater', 'i', 'purchased', 'this', 'sweater', 'online', 'and', 'it', "'s", 'amazing', 'styling', 'with', 'jeans', 'is', 'nice', 'but', 'to', 'me', 'dark', 'navy', 'pants', 'works', 'the', 'best.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9389,1066,24', 'great', 'pants', 'runs', 'small', 'and', 'green', 'color', 'is', 'wrong', 'i', 'ordered', 'these', 'pants', 'in', 'black', 'and', 'green', 'the', 'fit', 'of', 'the', 'pants', 'is', 'perfection', 'they', 'feel', 'amazing', 'and', 'are', 'so', 'flattering', 'they', 'do', 'run', 'a', 'full', 'size', 'small', 'i', "'m", 'consistently', 'a', 'size', '6', 'in', 'all', 'pants', 'typically', 'wear', 'paige', 'joes', 'and', 'frame', 'and', 'always', 'a', '6', 'but', 'i', 'had', 'to', 'get', 'these', 'in', 'an', '8.', 'the', '8', "'s", 'feel', 'great', 'though', 'so', 'i', 'think', 'they', "'re", 'just', 'a', 'full', 'size', 'small'] [] ['secondly', 'the', 'green', 'color', 'is', 'not', 'at', 'all', 'what', "'s", 'pictured', 'the', 'green', 'is', 'hunter', 'not', 'olive', 'and', 'much', 'less', 'versatile', 'i', "'ll", 'be', 'returning', 'the', 'green', 'pants', ',4,1,0', 'general', 'bottoms', 'pants'] ['9390,318,46', 'top', 'portion', 'too', 'low', 'this', 'was', 'such', 'a', 'cute', 'suit', 'but', 'strange', 'how', 'they', 'designed', 'it', 'top', 'runs', 'super', 'low', 'and', 'it', 'almost', 'did', 'not', 'cover', 'my', 'breast', 'area', 'runs', 'small', 'i', 'had', 'to', 'return', 'because', 'fit', 'was', 'way', 'to', 'small', 'for', 'a', 'large', 'suit.,4,0,0', 'initmates', 'intimate', 'swim'] ['9391,854,29', 'cute', 'top', 'love', 'this', 'top', 'and', 'every', 'top', 'tiny', 'puts', 'out', 'runs', 'very', 'small', 'i', 'normally', 'wear', 'an', 'xs', 'but', 'i', 'got', 'a', 'm', 'in', 'this', 'top', 'so', 'pretty', 'and', 'great', 'detail,4,1,0', 'general', 'petite', 'tops', 'knits'] ['9392,868,66', 'is', 'this', 'top', 'for', '2', 'people', 'while', 'i', 'love', 'the', 'green', 'color', 'and', 'the', 'soft', 'waffle', 'knit', 'of', 'this', 'top', 'it', 'was', 'so', 'wide', 'i', 'could', 'have', 'fit', 'two', 'of', 'me', 'standing', 'side', 'by', 'side', 'into', 'it', 'i', 'mean', 'it', 'was', 'truly', 'laughable', 'do', "n't", 'know', 'what', 'the', 'manufacturer', 'was', 'thinking', 'but', 'this', 'one', 'needs', 'to', 'go', 'back', 'to', 'the', 'drawing', 'board.,3,0,0', 'general', 'tops', 'knits'] ['9393,861,44', 'strike', 'a', 'pose', 'the', 'design', 'is', 'so', 'cute', 'people', 'in', 'different', 'yoga', 'poses', 'small', 'and', 'subtle', 'prints', 'and', 'a', 'must', 'for', 'a', 'yogini', 'i', 'love', 'the', 'colors', 'it', "'s", 'colorful', 'but', 'not', 'too', 'bright', 'and', 'it', "'s", 'beautiful', 'against', 'the', 'white', 'background', 'i', 'ordered', 'xs', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'and', 'it', 'fit', 'perfectly', 'it', 'has', 'a', 'fitted', 'look', 'but', 'not', 'tight', 'because', 'it', 'has', 'some', 'stretch', 'from', 'the', 'soft', 'cotton', 'material', 'i', 'like', 'the', 'fact', 'that', 'there', "'s", 'no', 'stretchy', 'spandex', 'feel', 'just', 'pure', 'soft', 'cotton', 'feel', 'it', "'s", 'great', 'for', 'gals', 'who', 'are', 'conscious', 'about', 'the', 'arms', ',5,1,4', 'general', 'tops', 'knits'] ['9394,868,39', 'love', 'it', 'love', 'this', 'top', 'it', "'s", 'light', 'weight', 'and', 'very', 'comfortable', 'it', "'s", 'great', 'for', 'wearing', 'around', 'the', 'house', 'or', 'going', 'out', 'for', 'a', 'casual', 'dinner', 'would', 'love', 'to', 'get', 'it', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['9395,854,39', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['9396,318,44', 'super', 'cute', 'suit', 'for', 'slim', 'girls', 'i', 'love', 'this', 'suit', 'it', 'is', 'a', 'really', 'cute', 'color', 'way', 'stripe', 'and', 'the', 'fabric', 'is', 'nice', 'but', 'i', 'ordered', 'an', 'xl', 'i', 'have', '20-30', 'extra', 'pounds', 'on', 'me', 'leftover', 'from', 'my', 'last', 'child', 'i', 'am', 'currently', 'wearing', 'a', '10', 'or', 'a', '12.', 'this', 'suit', 'would', 'be', 'great', 'for', 'a', 'thinner', 'girl', 'but', 'i', 'could', 'not', 'wear', 'this', 'suit', 'to', 'the', 'family', 'pool', 'the', 'bottom', 'is', 'cut', 'kind', 'of', 'skimpy', 'and', 'the', 'breast', 'area', 'does', 'not', 'have', 'much', 'support', 'this', 'xl', 'would', 'be', 'a', 'better', 'fit', 'on', 'an', '8-10.', 'it', 'will', 'need', 'to', 'go', 'back', ',4,1,0', 'initmates', 'intimate', 'swim'] ['9397,861,35', 'cute', 'tee', 'i', 'think', 'this', 't-shirt', 'is', 'so', 'cute', 'simple', 'but', 'cute', 'i', 'originally', 'ordered', 'this', 'in', 'medium', 'i', 'washed', 'and', 'wore', 'it', 'once', 'but', 'realized', 'it', 'was', 'really', 'too', 'big', 'my', 'normal', 'size', 'is', 'small', 'so', 'i', 'reordered', 'it', 'it', 'is', 'slightly', 'shear', 'for', 'my', 'taste', 'so', 'i', 'do', 'wear', 'a', 'cami', 'underneath', 'i', 'plan', 'to', 'wear', 'this', 'to', 'my', '2', 'year', 'old', "'s", 'gymnastics', 'class', 'it', 'is', 'little', 'yoga', 'people', 'but', 'close', 'enough', 'i', 'normally', 'hang', 'dry', 'all', 'my', 'clothes', 'from', 'retailer', 'as', 'they', 'can', 'be', 'quite', 'delicate', 'but', 'the', 'first', 'one', 'i', 'washed', 'did', 'wash', 'well.,5,1,0', 'general', 'tops', 'knits'] ['9398,830,52', 'cute', 'in', 'theory', 'cute', 'in', 'theory', 'i', 'love', 'the', 'bright', 'colors', 'the', 'tied', 'black', 'collar', 'sash', 'and', 'the', '70', "'s", 'vibe', 'however', 'the', 'fabric', 'is', 'cheap', 'and', 'the', 'worst', 'part', 'in', 'my', 'view', 'is', 'that', 'the', 'seams', 'that', 'run', 'along', 'the', 'front', 'center', 'of', 'the', 'shirt', 'do', 'not', 'align', 'the', 'pattern', 'maybe', 'this', 'was', 'intentional', 'but', 'with', 'the', 'shirt', 'i', 'received', 'it', 'looked', 'horrible', 'i', 'sent', 'it', 'back', 'i', 'notice', 'in', 'the', 'picture', 'that', 'the', 'black', 'ties', 'are', 'strategically', 'placed', 'over', 'the', 'center', 'front', 'seam', 'so', 'it', 'is', 'a', 'bit', 'deceiving', 'i', 'would', "n't", 'buy', 'this', 'top', 'at', 'any', 'price', 'based', 'on', ',2,0,5', 'general', 'tops', 'blouses'] ['9399,830,36', 'fun', 'different', 'i', 'love', 'the', 'colors', 'in', 'this', 'top', 'the', 'black', 'tie', 'makes', 'this', 'top', 'different', 'from', 'anything', 'else', 'in', 'my', 'closet', 'the', 'cut', 'accentuates', 'my', 'shoulders', 'which', 'i', 'like', 'i', 'usually', 'wear', 'a', 'petite', 'small', 'so', 'i', 'ordered', 'this', 'in', 'an', 'extra', 'small', 'and', 'it', 'fits', 'nicely', 'the', 'fabric', 'could', 'be', 'a', 'bit', 'softer', 'but', 'i', 'still', 'really', 'like', 'this', 'top', 'it', "'s", 'unique', 'and', 'very', 'feminine', ',4,1,1', 'general', 'tops', 'blouses'] ['9400,1094,21', 'beautiful', 'dress', 'up', 'or', 'down', 'dress', 'i', 'purchased', 'this', 'dress', 'for', 'a', 'summer', 'celebration', 'i', 'am', 'petite', 'but', 'ordered', 'the', 'dress', 'in', 'a', 'misses', 'size', 'one', 'size', 'smaller', 'because', 'i', 'wanted', 'it', 'to', 'hit', 'right', 'at', 'the', 'knee', 'rather', 'than', 'the', 'shorter', 'above-the-knee', 'length', 'pictured', 'i', 'loved', 'all', 'about', 'the', 'dress', 'the', 'fact', 'that', 'the', 'colors', 'are', 'more', 'vibrant', 'than', 'in', 'the', 'picture', 'and', 'that', 'is', 'has', 'a', 'beige', 'slip', 'i', 'dressed', 'it', 'up', 'with', 'gold', 'chandelier', 'earrings', 'and', 'nude', 'sandals', 'and', 'got', 'compliments', 'form', 'almost', 'everyone', 'i', 'am', 'planning', 'to', 'dress', 'it', 'down', 'with', 'espadrilles', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9401,868,59', ',i', 'am', 'not', 'a', 'bright', 'clothing', 'person', 'but', 'adore', 'this', 'top', 'if', 'this', 'is', 'the', 'right', 'red', 'for', 'you', 'i', 'highly', 'recommend.', 'it', 'is', 'a', 'beautiful', 'bright', 'red', 'no', 'orange', 'tones', 'so', 'really', 'works', 'with', 'my', 'skin', 'tones', 'it', 'is', 'a', 'very', 'comfy', 'shirt', 'and', 'although', 'it', 'is', 'a', 'stretchy', 'fabric', 'it', 'did', 'not', 'show', 'any', 'lumps', 'or', 'bumps', 'in', 'the', 'upper', 'back', 'has', 'a', 'beautiful', 'flow', 'to', 'it', 'and', 'looks', 'not', 'only', 'great', 'with', 'jeans', 'but', 'really', 'cute', 'with', 'a', 'patterned', 'sweater', 'pencil', 'skirt', 'i', 'bought', 'at', 'retailer', 'a', 'couple', 'years', 'ago', 'and', 'always', 'with', 'a', 'good', 'old', 'black', 'pencil,5,1,5', 'general', 'tops', 'knits'] ['9402,872,29', 'fun', 'jacket', 'my', 'daughter', 'tried', 'this', 'on', 'in', 'the', 'store', 'yesterday', 'and', 'loved', 'it', 'it', 'fits', 'perfectly', 'true', 'to', 'size', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'style', 'is', 'lovely', 'a', 'fun', 'jacket', 'to', 'layer', 'with.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['9403,868,28', 'nice', 'but', 'sleeves', 'and', 'body', 'have', 'volume', 'color', 'is', 'pretty', 'true', 'to', 'pic', 'a', 'bright', 'blue', 'red', 'sleeves', 'have', 'more', 'volume', 'than', 'pic', 'so', 'does', 'the', 'body', 'in', 'my', 'opinion', 'maybe', 'if', 'i', 'looked', 'like', 'the', 'model', 'i', 'wear', 'a', '27', 'in', 'jeans', 'and', 'it', 'does', "n't", 'look', 'so', 'cute', 'on', 'me', 'also', 'i', "'m", 'a', 'brunette', 'angles', 'pinning', 'i', 'have', 'to', 'wonder', 'probably', 'just', 'pics', 'at', 'good', 'angles', 'it', 'looks', 'really', 'cute', 'on', 'the', 'model', 'though', ',3,1,0', 'general', 'tops', 'knits'] ['9404,1094,53', 'fun', 'dress', 'this', 'a', 'great', 'dress', 'bright', 'colors', 'soft', 'material', 'and', 'comfortable', 'the', 'body', 'of', 'the', 'dress', 'is', 'voluminous', 'so', 'i', 'found', 'it', 'to', 'be', 'a', 'definite', 'swing', 'dress', 'i', 'can', 'see', 'why', 'it', 'sold', 'out', 'the', 'first', 'time', 'it', 'was', 'offered', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['9405,1030,47', 'mother', 'cords', 'this', 'is', 'my', 'second', 'pair', 'of', 'these', 'because', 'they', 'fit', 'and', 'fell', 'so', 'good', 'pricey', 'but', 'worth', 'it', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9406,1030,24', 'great', 'cord', 'pant', 'i', 'really', 'love', 'this', 'pant', 'ordered', 'online', 'and', 'they', 'fit', 'well', 'they', "'re", 'cute', 'edgy', 'with', 'the', 'fray', 'at', 'the', 'bottom', 'corduroy', 'material', 'awesome', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9407,1094,39', 'boho', 'and', 'beautiful', 'love', 'this', 'dress', 'it', 'is', 'airy', 'lightweight', 'and', 'comfortable', 'the', 'kind', 'of', 'dress', 'i', "'m", 'sure', 'i', 'will', 'wear', 'all', 'summer', 'long', 'from', 'the', 'pics', 'online', 'i', 'thought', 'the', 'sleeves', 'would', 'have', 'embroidered', 'detail', 'however', 'it', 'was', 'just', 'the', 'print', 'of', 'the', 'fabric', 'i', 'like', 'it', 'just', 'the', 'same', 'it', 'comes', 'with', 'a', 'slip', 'underneath', 'so', 'it', 'swings', 'nicely', 'i', 'ordered', 'it', 'in', 'both', 'a', 's', 'and', 'xs', 'there', 'is', 'plenty', 'of', 'fabric', 'and', 'it', 'is', 'not', 'at', 'all', 'cling-y', 'so', 'the', 'xs', 'was', 'fine', 'excited', 'to', 'wear', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9408,1094,26', 'amazing', 'pattern', 'just', 'not', 'the', 'right', 'shape', 'for', 'me.', 'i', 'saw', 'tons', 'of', 'people', 'raving', 'about', 'this', 'piece', 'so', 'i', 'had', 'to', 'check', 'it', 'out', 'for', 'myself', 'i', 'love', 'the', 'vibrant', 'colors', 'and', 'the', 'design', 'and', 'while', 'the', 'fabric', 'is', 'delicate', 'it', 'feels', 'amazing', 'and', 'light', 'i', 'sadly', 'had', 'to', 'leave', 'it', 'as', 'the', 'store', 'as', 'i', 'am', 'a', 'girl', 'with', 'a', 'larger', 'chest', 'and', 'big', 'hips', 'i', 'looked', 'huge', 'and', 'it', 'was', 'not', 'flattering', 'to', 'my', 'shape', 'if', 'this', 'dress', 'came', 'in', 'a', 'maxi', 'with', 'a', 'high', 'waist', 'like', 'i', 'would', 'be', 'all', 'over', 'it', 'it', 'is', 'beautiful.,2,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9409,1022,42', 'crimson', 'prima', 'the', 'prima', 'is', 'soft', 'and', 'silky', 'they', 'fit', 'true', 'to', 'size', 'maybe', 'a', 'little', 'tight', 'in', 'the', 'waist', 'while', 'the', 'color', 'is', 'more', 'of', 'a', 'wine', 'it', 'looks', 'nice', 'with', 'a', 'lot', 'of', 'my', 'fall', 'blouses', 'and', 'sweaters', 'you', 'will', 'be', 'pleased', 'with', 'this', 'purchase', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9410,858,38', 'amazingly', 'soft', 'and', 'comfy', 'but', 'this', 'is', 'so', 'so', 'soft', 'and', 'has', 'a', 'nice', 'stretch', 'to', 'it', 'the', 'fit', 'is', 'great', 'love', 'the', 'side', 'zippers', 'i', 'wore', 'it', 'today', 'for', 'the', 'first', 'time', 'and', 'before', 'i', 'even', 'arrived', 'at', 'the', 'office', 'i', 'noticed', 'a', 'crazy', 'amount', 'of', 'pilling', 'where', 'my', 'purse', 'rubbed', 'nothing', 'i', 'cant', 'get', 'rid', 'of', 'till', 'next', 'time', 'i', 'carry', 'a', 'bag', 'but', 'if', 'this', 'keeps', 'up', 'there', 'soon', 'wo', "n't", 'be', 'much', 'of', 'a', 'shirt', 'left', 'very', 'disappointing', 'for', 'the', 'price', 'was', 'lucky', 'enough', 'to', 'snag', 'this', 'on', 'sale', 'but', 'it', 'was', 'still', 'pricey', 'for', 'the', 'quality', ',3,1,2', 'general', 'petite', 'tops', 'knits'] ['9411,1094,52', 'lovely', 'love', 'the', 'dress', 'feel', 'it', 'fits', 'true', 'to', 'size', 'or', 'slightly', 'larger', 'knocked', 'off', 'a', 'star', 'as', 'my', 'dress', 'arrived', 'without', 'the', 'slip', 'liner', 'i', 'luckily', 'have', 'a', 'slip', 'that', 'works', 'from', 'another', 'dress', 'the', 'beading', 'is', 'a', 'lovely', 'surprise', 'subtle', 'and', 'just', 'enough', 'sparkle', 'in', 'the', 'sun', 'but', 'not', 'too', 'much', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['9412,1094,33', 'swinging', 'dress', 'i', 'thought', 'the', 'dress', 'in', 'store', 'for', 'true', 'to', 'size', 'and', 'was', 'a', 'bit', 'more', "'swinging", 'style', 'i', 'am', '5', '7', 'athletic', 'and', 'the', 'small', 'fit', 'perfect', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9413,1094,39', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9414,1094,55', 'adorable', 'but', 'the', 'dress', 'i', 'received', 'is', 'adorable', 'however', 'the', 'color', 'is', 'much', 'more', 'subdued', 'than', 'shown', 'in', 'the', 'catalog', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9415,1094,53', 'this', 'is', 'a', 'review', 'of', 'customer', 'service', 'in', 'general', 'from', 'several', 'issues', 'with', 'online', 'shopping', 'i', 'do', "n't", 'understand', 'why', 'you', 'ask', 'for', 'my', 'opinion', 'and', 'say', 'it', 'counts', 'when', 'clearly', 'it', 'does', 'not.i', 'have', 'had', 'a', 'lot', 'of', 'issues', 'receiving', 'parcels', 'from', 'one', 'of', 'your', 'carriers', 'laser', 'ship', 'and', 'i', 'have', 'reported', 'the', 'issues', 'to', 'them', 'and', 'retailer', 'but', 'it', 'appears', 'only', 'the', 'good', 'parts', 'are', 'read.this', 'poor', 'service', 'cost', 'me', 'money', 'in', 'postage', 'and', 'lost', 'discounts', 'but', 'again', 'i', "'m", 'ignored', 'and', 'i', 'had', 'to', 'order', 'my', 'last', 'returned', 'parcel', 'again', 'pay', 'more', 'fo', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9416,1094,45', 'pattern', 'is', 'beautiful', 'just', 'to-die', 'this', 'is', 'a', 'shift', 'dress', 'which', 'is', 'a', 'great', 'dress', 'for', 'many', 'people', 'in', 'a', 'kind', 'of', 'man-repeller', 'way', 'by', 'saying', 'that', 'i', 'mean', 'a', 'really', 'pretty', 'dress', 'that', 'can', 'show', 'off', 'amazing', 'shoes', 'good', 'legs', 'a', 'beautiful', 'face', 'and', 'hair', 'this', 'is', 'not', 'a', 'body', 'con', 'dress', 'however', 'when', 'you', 'do', 'such', 'a', 'high', 'neckline', 'and', 'boxy', 'sleeves', 'you', 'do', 'no', 'one', 'any', 'favors', 'everyone', 'has', 'a', 'nice', 'neck', 'and', 'decolletage', 'and', 'collarbone', 'everyone', 'the', 'neckline', 'needs', 'to', 'open', 'up', 'a', 'bit', 'i', "'m", 'not', 'saying', 'v-neck', 'just', 'a', 'bit', 'lower', 'than', 'this', 'because', 'it', 'makes', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9417,1094,38', 'see', 'through', 'potato', 'sack', 'the', 'title', 'says', 'it', 'all', 'looks', 'very', 'pretty', 'online', 'though.,1,0,3', 'general', 'petite', 'dresses', 'dresses'] ['9418,841,50', 'itchy', 'itchy', 'itchy', 'let', 'me', 'start', 'off', 'by', 'saying', 'how', 'pretty', 'this', 'top', 'is', 'and', 'heavy', '.and', 'itchy', 'you', 'would', 'have', 'to', 'stand', 'like', 'the', 'model', 'does', 'in', 'the', 'first', 'shot', 'to', 'wear', 'the', 'top', 'with', 'your', 'arms', 'not', 'touching', 'any', 'part', 'of', 'the', 'top', 'the', 'sequins', 'will', 'itch', 'if', 'you', 'put', 'your', 'arms', 'down', 'underneath', 'the', 'armhole', 'another', 'reason', 'i', 'did', "n't", 'like', 'the', 'top', 'was', 'because', 'the', 'should', 'straps', 'are', 'unadjustable', 'i', 'would', 'have', 'to', 'get', 'mine', 'tailored', 'for', 'my', '5', '2', 'frame', 'i', 'usually', 'wear', 'a', 'medium', 'or', '6/8', 'in', 'tops', 'and', 'ordered', 'this', 'in', 'a', 'medium', 'it', 'was', 'roomy', ',2,0,0', 'general', 'tops', 'blouses'] ['9419,1094,67', 'lovely', 'little', 'details', 'this', 'is', 'a', 'perfect', 'dress', 'for', 'work', 'or', 'fun', 'flattering', 'and', 'flow', 'with', 'lovely', 'little', 'subtle', 'details.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9420,1094,54', ',i', 'absolutely', 'love', 'this', 'dress', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'the', 'colors', 'and', 'details', 'are', 'stunning', 'i', 'have', 'only', 'worn', 'it', 'once', 'this', 'far', 'but', 'received', 'a', 'ton', 'of', 'complements.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['9421,850,50', 'beautiful', 'top', 'plan', 'to', 'wear', 'this', 'with', 'pants', 'may', 'not', 'fit', 'some', 'body', 'types', 'due', 'to', 'the', 'tie', 'and', 'cocoon', 'sleeve', 'styling', 'but', 'i', 'recommend', 'trying', 'on', 'before', 'deciding', 'truly', 'stunning', 'athough', 'the', 'weight', 'of', 'the', 'silk', 'is', 'very', 'light', 'would', 'have', 'been', 'better', 'at', 'this', 'price', 'point', 'if', 'it', 'was', 'heavier', 'weight', 'but', 'still', 'not', 'a', 'bad', 'value', ',5,1,0', 'general', 'tops', 'blouses'] ['9422,1094,35', 'love', 'retailer', 'take', 'me', 'away', 'this', 'dress', 'transports', 'me', 'to', 'an', 'island', 'i', 'ordered', 'a', 'small', 'and', 'exchanged', 'for', 'an', 'xs', 'i', 'could', 'have', 'probably', 'even', 'done', 'an', 'xxs', 'thank', 'you', 'vanity', 'sizing', 'i', "'m", 'not', 'tiny', 'i', "'m", '5', '4', 'and', '130lbs', 'with', 'lots', 'of', 'baby', 'left', 'overs'] ['i', 'love', 'the', 'details', 'of', 'the', 'dress', 'and', 'so', 'many', 'people', 'stopped', 'me', 'to', 'compliment', 'it', 'and', 'while', 'a', 'few', 'people', 'thought', 'i', 'was', 'pregnant', 'while', 'wearing', 'this', 'dress', 'because', 'women', 'obviously', 'only', 'wear', 'flowy', 'dresses', 'when', 'they', "'re", 'pregnant', 'i', 'welcomed', 'the', 'seat', 'offers', 'with', 'wide', 'o', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9423,1094,24', 'so', 'disappointed', 'like', 'other', 'reviewers', 'i', 'saw', 'this', 'dress', 'on', 'the', 'cover', 'of', 'the', 'catalog', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'well', 'i', 'am', 'very', 'disappointed', 'the', 'colors', 'are', "n't", 'as', 'rich', 'as', 'the', 'outdoor', 'photo', 'although', 'they', "'re", 'brighter', 'than', 'shown', 'in', 'the', 'studio', 'photos', 'this', 'is', 'just', 'not', 'a', 'flattering', 'dress', 'i', "'ve", 'put', 'it', 'on', 'three', 'times', 'and', 'taken', 'it', 'back', 'off', 'the', 'neck', 'is', 'too', 'high', 'the', 'sleeves', 'are', 'too', 'narrow', 'and', 'i', 'have', 'really', 'skinny', 'arms', 'and', 'there', "'s", 'no', 'swing', 'to', 'it', 'i', 'am', '5', '4', 'and', 'weigh', '120', 'pounds', 'and', 'bought', 'a', 'size', 'small', 'which', 'is', 'what', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['9424,1094,56', 'prototype', 'vs', 'actual', 'dress', 'if', 'the', 'dress', 'fits', 'there', 'is', 'nothing', 'not', 'to', 'love', 'about', 'it', 'the', 'color', 'of', 'mine', 'is', 'exactly', 'like', 'the', 'catalogue', 'and', 'first', 'photo', 'online', 'deeper', 'and', 'richer', 'than', 'the', 'studio', 'photos', 'it', 'is', 'not', 'too', 'sheer', 'as', 'another', 'reviewer', 'reported', 'it', 'has', 'a', 'slip', 'and', 'the', 'fabric', 'is', 'beautiful'] [] ['the', 'issue', 'i', "'ve", 'had', 'has', 'been', 'sizing', 'and', 'style', 'i', 'wear', 'a', 'size', '2.', 'i', 'ordered', 'an', 'xs', 'the', 'dress', 'i', 'received', 'was', 'not', 'the', 'style', 'of', 'the', 'catalogue', 'dress', 'or', 'the', 'first', 'dress', 'in', 'the', 'online', 'photos', 'i', 'was', 'looking', 'for', 'the', 'very', 'floaty', 'full', 'dres', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['9425,829,35', 'go', 'to', 'top', 'when', 'i', "'m", 'looking', 'for', 'something', 'comfortable', 'to', 'wear', 'that', 'looks', 'effortless', 'and', 'cool', 'this', 'is', 'the', 'top', 'i', 'pick', 'i', 'ended', 'up', 'buying', 'it', 'in', 'navy', 'too', 'it', "'s", 'really', 'soft', 'ur', 'washes', 'well', 'and', 'it', "'s", 'great', 'quality', 'a', 'must', 'have', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9426,1104,36', 'this', 'is', 'wearable', 'avant-garde', 'fashion', 'yes', 'the', 'swing', 'is', 'oversized', 'it', "'s", 'supposed', 'to', 'be', 'that', "'s", 'the', 'design', 'fits', 'perfect', 'at', 'arms', 'and', 'across', 'the', 'chest', 'i', "'m", '5', '3', '127', 'and', 'orders', 'a', '2p', 'it', "'s", 'perfection', 'just', 'understand', 'what', 'you', "'re", 'buying', 'high', 'fashion', 'high', 'quality', ',5,1,1', 'general', 'dresses', 'dresses'] ['9427,1094,37', 'knock', 'out', 'i', 'am', 'a', 'huge', 'fan', 'of', 'absolutely', 'everything', 'tanvi', 'kedia', 'designs', 'her', 'clothing', 'is', 'intricate', 'boho', 'colorful', 'and', 'fits', 'like', 'a', 'dream', 'when', 'i', 'saw', 'this', 'online', 'i', 'had', 'to', 'have', 'it', 'it', 'just', 'arrived', 'today', 'and', 'its', 'everything', 'i', 'imagined', 'it', 'to', 'be', 'the', 'fit', 'is', 'more', 'like', 'the', 'studio', 'pics', 'and', 'less', 'like', 'the', 'first', 'catalog', 'pic', 'the', 'dress', 'definitely', 'has', 'some', 'room', 'but', 'it', 'is', "n't", 'quite', 'as', 'swingy', 'as', 'the', 'catalog', 'photo', 'i', 'have', 'a', 'lot', 'of', 'curves', 'so', 'it', 'may', 'be', 'swingy', 'on', 'a', 'more', 'slender', 'figure', 'i', 'ordered', 'an', 'xl', 'mostly', 'because', 'of', 'the', 's', ',5,1,89', 'general', 'petite', 'dresses', 'dresses'] ['9428,868,33', 'pretty', 'top', 'cute', 'top', 'not', 'great', 'on', 'me', 'beautiful', 'bright', 'color', ',3,0,2', 'general', 'tops', 'knits'] ['9429,1094,24', 'this', 'is', 'not', 'the', 'original', 'i', 'bought', 'this', 'dress', 'because', 'i', 'saw', 'it', 'in', 'stores', 'when', 'it', 'first', 'came', 'to', 'retailer', 'it', 'was', 'stunning', 'the', 'colors', 'were', 'vivid', 'and', 'the', 'beading', 'was', 'intricate', 'i', 'regretted', 'not', 'purchasing', 'it', 'immediately'] [] [] ['fast', 'forward', 'to', 'today', 'the', 'dress', 'i', 'received', 'was', 'not', 'the', 'one', 'that', 'was', 'originally', 'in', 'stores', 'the', 'fabric', 'was', 'different', 'there', 'was', 'hardly', 'any', 'beading', 'and', 'the', 'colors', 'were', 'washed', 'out', 'and', 'dull'] [] ['i', 'read', 'previous', 'reviews', 'saying', 'that', 'the', 'dress', 'was', 'more', 'like', 'the', 'studio', 'pictures', 'than', 'the', 'original', 'promo', 'but', 't', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9430,1094,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9431,1094,63', 'gorgeous', 'detailing', 'had', 'to', 'have', 'this', 'dress', 'as', 'soon', 'as', 'i', 'saw', 'it', 'in', 'store', 'i', 'am', 'heavy', 'chested', '40dd', 'bought', 'it', 'in', 'an', 'xl', 'it', 'is', 'so', 'colorful', 'and', 'vibrant', 'dress', 'would', 'look', 'good', 'on', 'any', 'skin', 'tone', 'love', 'that', 'it', 'is', 'a', 'shift', 'dress', 'perfect', 'with', 'sandals', 'or', 'wedges.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9432,868,26', 'very', 'short', 'this', 'top', 'is', 'very', 'beautiful', 'and', 'the', 'color', 'is', 'a', 'dream', 'but', 'wow', 'is', 'it', 'short', 'i', "'m", '5', '8', 'and', 'it', 'barely', 'hit', 'the', 'top', 'of', 'the', 'waistband', 'on', 'my', 'jeans', 'the', 'fabric', 'is', 'oddly', 'heavy', 'and', 'not', 'light', 'and', 'airy', 'like', 'i', 'expected', 'it', 'seemed', 'like', 'an', 'odd', 'choice', 'for', 'a', 'blouse'] [] ['because', 'of', 'the', 'seaming', 'and', 'gathered', 'fabric', 'at', 'the', 'top', 'of', 'this', 'shirt', 'i', 'would', "n't", 'recommend', 'this', 'to', 'women', 'who', 'are', 'busty/curvy', 'on', 'top', 'it', 'made', 'my', 'chest', 'look', 'huge', 'this', 'styling', 'may', 'work', 'for', 'petite', 'ladies', 'but', 'tall', 'curvy', 'ladies', 'beware', ',2,0,0', 'general', 'tops', 'knits'] ['9433,799,64', 'great', 'racerback', 'i', 'decided', 'to', 'order', 'both', 'the', 'black', 'sand', 'colors', 'in', 'the', 'm/l', 'very', 'soft', 'fit', 'is', 'perfect', 'has', 'adjustable', 'straps', 'wore', 'under', 'my', 'racerback', 'tank', 'today', 'for', 'my', 'usual', 'walk', 'the', 'bra', 'straps', 'were', 'not', 'exposed', 'it', 'did', 'not', 'rub', 'or', 'irritate', 'at', 'all', 'it', 'will', 'work', 'well', 'under', 'other', 'tops', 'i', 'have', 'some', 'dresses', 'that', 'are', 'racerback', 'style', 'i', 'have', 'other', 'racerback', 'bras', 'but', 'they', 'just', 'have', "n't", 'worked', 'out', 'either', 'too', 'uncomfortable', 'or', 'the', 'straps', 'show', 'anyways', 'this', 'one', 'is', 'perfect', 'it', "'s", 'soft', 'lightweight', 'it', 'has', 'some', 'moderate,5,1,8', 'initmates', 'intimate', 'intimates'] ['9434,1104,56', 'way', 'way', 'too', 'big', 'i', 'loved', 'this', 'dress', 'online', 'and', 'was', 'luckily', 'able', 'to', 'locate', 'it', 'in', 'a', 'store', 'about', 'an', 'hour', 'away', 'from', 'me', 'i', 'drove', 'to', 'the', 'store', 'to', 'purchase', 'it', 'however', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'so', 'disappointed', 'the', 'print', 'is', 'adorable', 'and', 'it', 'is', 'made', 'of', 'great', 'quality', 'but', 'the', 'swing', 'style', 'is', 'definitely', 'more', 'than', 'mini', 'i', 'could', 'have', 'fit', '3', 'of', 'myself', 'in', 'this', 'dress', 'it', 'is', 'definitely', 'not', 'as', 'depicted', 'in', 'the', 'photographs', 'also', 'the', 'background', 'of', 'the', 'dress', 'is', 'way', 'more', 'pink', 'than', 'appears', 'in', 'the', 'photos', 'and', 'the', 'floral', 'print', 'is', "n't", 'as', 'r', ',1,0,9', 'general', 'dresses', 'dresses'] ['9435,1022,39', 'super', 'flattering', 'and', 'comfortable', 'i', 'love', 'these', 'pants', 'they', 'are', 'slimming', 'can', 'be', 'easily', 'dressed', 'up', 'or', 'down', 'and', 'they', 'are', 'super', 'soft', 'and', 'comfortable', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9436,1094,32', 'muumuu', 'i', 'was', 'surprised', 'at', 'the', 'high', 'quality', 'of', 'fabric', 'however', 'the', 'dress', 'looked', 'like', 'a', 'muumuu', 'on', 'maybe', 'with', 'a', 'belt', 'it', 'would', 'be', 'cuter', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9437,1094,81', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'it', 'is', 'absolutely', 'beautiful', 'the', 'color', 'design', 'and', 'details', 'however', 'whether', 'it', 'is', 'the', 'high', 'neckline', 'or', 'the', 'sleeves', 'it', 'did', 'nothing', 'for', 'me', 'and', 'made', 'me', 'look', 'kinda', 'frumpy', 'though', 'i', 'am', 'slender', 'i', 'have', 'a', 'chest', 'maybe', 'that', 'was', 'the', 'problem', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['9438,898,35', 'plain', 'jane', 'i', 'guess', 'i', 'am', 'in', 'a', 'comfort', 'clothing', 'mood', 'these', 'days', 'since', 'i', 'have', 'been', 'looking', 'at', 'a', 'lot', 'of', 'them', 'lately', 'this', 'one', 'is', 'a', 'nice', 'thicker', 'material', 'and', 'i', 'like', 'that', 'the', 'sleeves', 'go', 'all', 'the', 'way', 'down', 'but', 'i', 'am', 'not', 'a', 'fan', 'of', 'the', 'design', 'i', 'felt', 'the', 'color', 'scheme', 'was', 'very', 'plain', 'the', 'neckline', 'comes', 'up', 'higher', 'on', 'me', 'than', 'i', 'would', 'have', 'expected', 'and', 'makes', 'me', 'feel', 'like', 'i', 'am', 'choking', 'it', 'is', 'not', 'a', 'flattering', 'cut', 'on', 'me', 'and', 'does', 'not', 'accentuate', 'anything', 'i', 'would', 'want', 'it', 'to', 'nor', 'does', 'it', 'hide', 'imperfections', 'it', 'truly', 'is', 'comfort', 'we', ',3,0,4', 'general', 'tops', 'fine', 'gauge'] ['9439,829,67', 'lovely', 'this', 'shirt', 'fits', 'true', 'to', 'size', 'and', 'is', 'lovely', 'i', 'love', 'the', 'v', 'in', 'the', 'back', 'and', 'i', 'believe', 'this', 'would', 'look', 'wonderful', 'on', 'all', 'body', 'types', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'was', 'very', 'pleased', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['9440,829,30', ',this', 'top', 'is', 'absolutely', 'gorgeous', 'in', 'person', 'i', 'am', 'usually', 'a', 'size', '12', 'in', 'everything', 'pants', 'and', 'tops', 'but', 'this', 'one', 'i', 'ended', 'up', 'getting', 'a', 'size', '10.', 'definitely', 'size', 'down', 'otherwise', 'the', 'top', 'will', 'slide', 'back', 'on', 'you', 'and', 'the', 'arm', 'holes', 'will', 'be', 'crazy', 'big', 'but', 'it', "'s", 'a', 'great', 'top', 'for', 'summer', 'very', 'cool', 'and', 'light', 'and', 'the', 'v-neck', 'back', 'and', 'front', 'is', 'just', 'so', 'pretty', 'great', 'buy', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['9441,898,46', 'too', 'small', 'had', 'to', 'return', 'this', 'for', 'a', 'couple', 'of', 'reasons', '1', 'was', 'too', 'small', 'it', "'s", 'made', 'like', 'one', 'of', 'those', 'tiny', 'mittens', 'that', 'stretches', 'to', 'fit', 'any', 'size', 'hand', 'i', 'did', "n't", 'bother', 'to', 'order', 'a', 'size', 'up', 'because', 'i', 'was', "n't", 'sure', 'whether', 'to', 'go', 'from', 'a', 'small', 'to', 'a', 'medium', 'or', 'to', 'a', 'large', '2', 'the', 'main', 'color', 'is', "n't", 'grey', 'like', 'the', 'picture', 'it', "'s", 'a', 'black', 'and', 'white', 'checkered', 'pattern', 'so', 'it', 'does', "n't", 'look', 'at', 'all', 'grey', 'irl'] [] ['i', "'m", 'still', 'recommending', 'because', 'if', 'you', 'get', 'the', 'right', 'size', 'and', 'like', 'the', 'colors', 'it', 'will', 'be', 'a', 'nice', 'light', 'and', 'comfy', 'swea', ',2,1,1', 'general', 'tops', 'fine', 'gauge'] ['9442,872,39', 'you', 'have', 'to', 'get', 'this', 'blouse', 'everything', 'about', 'this', 'blouse', 'is', 'perfect', 'the', 'color', 'the', 'drape', 'the', 'detail', 'so', 'flattering', 'and', 'easy', 'to', 'wear', 'i', 'just', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9443,829,52', 'this', 'is', 'a', 'gorgeous', 'well-fitting', 'top', 'i', 'was', 'hesitant', 'to', 'even', 'try', 'it', 'on', 'because', 'i', 'was', 'sure', 'it', 'would', 'require', 'a', 'strapless', 'bra', 'which', 'i', 'avoid', 'nope', 'worked', 'perfect', 'with', 'my', 'nude', 'bra', 'i', 'am', '32d', 'so', 'need', 'a', 'real', 'bra', 'but', 'wore', 'an', 'unlined', 'underwire', 'bra', 'with', 'no', 'show', 'through', 'great', 'with', 'denim', 'shorts', 'or', 'more', 'polished', 'with', 'dressy', 'pants', 'or', 'dark', 'jeans', ',5,1,2', 'general', 'tops', 'blouses'] ['9444,72,25', 'my', 'favorite', 'socks', 'i', 'never', 'write', 'reviews', 'but', 'these', 'socks', 'are', 'so', 'worth', 'it', 'they', 'are', 'incredibly', 'soft', 'stretchy', 'and', 'hug', 'your', 'feet', 'just', 'tight', 'enough', 'where', 'you', 'do', "n't", 'even', 'realize', 'you', "'re", 'wearing', 'socks', 'but', 'they', 'are', "n't", 'too', 'tight'] [] ['i', 'wash', 'them', 'straight', 'away', 'after', 'wearing', 'so', 'i', 'can', 'wear', 'them', 'again', 'you', 'wo', "n't", 'regret', 'it', 'true', 'to', 'color', ',5,1,0'] ['9445,974,24', 'cute', 'and', 'comfortable', 'this', 'has', 'become', 'a', 'go-to', 'work', 'staple', 'in', 'my', 'closet', 'soft', 'with', 'a', 'relaxed', 'fit', 'makes', 'this', 'a', 'very', 'easy', 'piece', 'to', 'work', 'the', 'day', 'away', 'in', 'while', 'still', 'pulling', 'off', 'a', 'dressy', 'casual', 'appropriate', 'for', 'my', 'office', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9446,1022,32', 'love', 'ag', 'jeans', 'have', 'become', 'my', 'favorite', 'and', 'these', 'did', "n't", 'disappoint', 'ridiculously', 'comfortable', 'i', 'think', 'they', 'run', 'a', 'tad', 'big', 'but', 'maybe', 'not', 'enough', 'to', 'size', 'down', 'just', 'enough', 'to', 'where', 'i', "'ll", 'need', 'to', 'wash', 'them', 'more', 'often', 'maybe', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9447,1022,37', 'love', 'love', 'these', 'jeans', 'being', 'short', 'they', 'come', 'right', 'to', 'my', 'ankle', 'super', 'soft', 'and', 'don', 't', 'require', 'any', 'hemming', 'i', 'ordered', 'my', 'typical', 'jean', 'size', 'of', '26', 'and', 'they', 'fit', 'like', 'a', 'glove', 'would', 'love', 'to', 'have', 'these', 'in', 'black', 'and', 'grey', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9448,829,25', ',very', 'cute', 'top', 'flowy', 'and', 'feminine', 'love', 'that', 'it', 'has', 'the', 'little', 'clips', 'on', 'the', 'shoulders', 'to', 'attach', 'to', 'your', 'bra', 'strap', 'to', 'keep', 'the', 'sleeves', 'from', 'falling', 'down.,4,1,1', 'general', 'tops', 'blouses'] ['9449,974,34', 'chic', 'mama', 'ooo', 'la', 'la', 'sooo', 'chic', 'sooo', 'retailer', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9450,885,30', 'not', 'as', 'pictured', 'this', 'top', 'hit', 'at', 'my', 'hips', 'not', 'as', 'it', 'appears', 'on', 'the', 'model', 'in', 'the', 'photo', 'and', 'i', 'am', 'short', 'at', '5', '2', 'cute', 'top', 'but', 'shorter', 'than', 'i', 'had', 'expected', 'and', 'definitely', 'not', 'a', 'tunic', 'style', ',3,0,0', 'general', 'tops', 'knits'] ['9451,825,40', 'love', 'this', 'blouse', 'it', 'fits', 'tts', 'and', 'it', 'accentuates', 'all', 'the', 'right', 'curves', 'the', 'color', 'is', 'a', 'lovely', 'shade', 'of', 'pale', 'peach', 'and', 'while', 'it', "'s", 'true', 'that', 'some', 'of', 'the', 'buttons', 'are', "n't", 'cut', 'it', "'s", 'an', 'easy', 'fix', 'you', 'just', 'have', 'to', 'take', 'a', 'small', 'pair', 'of', 'sharp', 'scissors', 'and', 'carefully', 'cut', 'the', 'uncut', 'threads', 'it', 'did', "n't", 'even', 'take', 'me', '5', 'minutes', 'to', 'do', 'then', 'you', 'can', 'button', 'or', 'unbutton', 'in', 'whatever', 'way', 'feels', 'comfortable', 'for', 'you', 'it', 'just', 'makes', 'you', 'look', 'and', 'feel', 'effortlessly', 'sophisticated', 'busty', 'girls', 'do', "n't", 'be', 'shy', 'i', 'have', 'a', '34', 'h', 'bus', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['9452,974,35', 'cute', 'and', 'comfortable', 'this', 'jacket', 'is', 'a', 'neutral', 'color', 'with', 'a', 'subtle', 'print', 'that', 'adds', 'great', 'character', 'the', 'stitching', 'around', 'the', 'edges', 'is', 'cute', 'the', 'shape', 'is', 'very', 'flattering', 'and', 'not', 'too', 'boxy', 'as', 'some', 'open', 'jackets', 'can', 'be', 'a', 'perfect', 'layering', 'piece', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['9453,885,40', 'shorter', 'than', 'it', 'appears', 'i', 'love', 'the', 'colors', 'in', 'this', 'top', 'but', 'i', 'returned', 'it', 'for', 'a', 'few', 'reasons', 'the', 'material', 'is', 'extremely', 'fragile', 'with', 'small', 'kids', 'i', 'knew', 'this', 'would', 'be', 'snagged', 'all', 'over', 'after', 'my', 'first', 'day', 'of', 'wearing', 'it', 'my', 'other', 'issue', 'was', 'that', 'it', 'came', 'to', 'just', 'below', 'my', 'belt', 'on', 'me', 'i', 'was', 'under', 'the', 'impression', 'from', 'the', 'photo', 'that', 'it', 'was', 'more', 'of', 'a', 'tunic', 'style', 'top', 'i', "'m", '5', '6', 'and', 'it', 'just', 'did', "n't", 'look', 'that', 'way', 'on', 'me', ',3,0,0', 'general', 'tops', 'knits'] ['9454,872,56', 'really', 'pretty', 'blouse', 'this', 'blouse', 'does', 'run', 'large', 'especially', 'in', 'the', 'length', 'of', 'the', 'sleeves', 'but', 'the', 'rest', 'of', 'the', 'shirt', 'fit', 'well', 'pretty', 'pretty', 'blouse', 'hides', 'bulges', 'runs', 'a', 'little', 'long', 'super', 'soft', 'material', 'a', 'must', 'have', 'for', 'fall', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9455,872,40', 'this', 'blouse', 'is', 'so', 'much', 'cuter', 'in', 'person', 'and', 'it', "'s", 'more', 'golden', 'than', 'yellow', 'so', 'it', "'s", 'not', 'as', 'bright', 'which', 'makes', 'it', 'easier', 'for', 'blondes', 'to', 'wear', 'i', 'tried', 'it', 'on', 'thinking', 'i', "'d", 'never', 'be', 'able', 'to', 'pull', 'the', 'color', 'off', 'but', 'loved', 'it', 'enough', 'to', 'try', 'and', 'wow', 'so', 'perfect', 'i', 'had', 'to', 'get', 'it', 'and', 'it', 'was', 'on', 'sale', 'love', 'this', 'and', 'happy', 'to', 'add', 'it', 'to', 'my', 'antro', 'collection', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9456,898,51', 'ski', 'with', 'me', 'in', "'73", 'love', 'this', 'the', 'chunky', 'ribs', 'the', 'retro', 'striping', 'the', 'conservative', 'neckline', 'all', 'of', 'it', 'comfy', 'casual', "70's-on-the-slopes", 'vibe', 'leaving', 'the', 'house', 'in', 'it', 'today', 'wich', 'maroon', 'cords', 'and', 'chunky', 'boots', 'so', 'cute', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['9457,872,48', ',beautiful', 'and', 'chic', 'so', 'glad', 'i', 'tried', 'it', 'on', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9458,162,46', 'vegan', 'suede', 'leggings', 'vegan', 'suede', 'makes', 'these', 'sound', 'fancier', 'than', 'they', 'are', 'i', 'love', 'them', 'and', 'they', "'re", 'super', 'cozy', 'and', 'a', 'nice', 'change', 'from', 'plain', 'leggings', 'but', 'they', "'re", 'just', 'a', 'microfiber', 'legging', 'which', 'makes', 'the', 'price', 'about', '20', 'too', 'high', 'even', 'for', 'retailer', 'still', 'i', "'m", 'sure', 'i', "'ll", 'wear', 'them', 'plenty', 'i', 'usually', 'wear', 'a', '2-4', 'and', 'the', 'xs', 'fit', 'me', 'which', 'makes', 'me', 'think', 'they', "'d", 'be', 'too', 'large', 'for', 'a', 'size', '0/xs', ',4,1,2', 'initmates', 'intimate', 'legwear'] ['9459,872,44', 'size', 'down', 'i', 'was', 'unsure', 'about', 'the', 'color', 'when', 'i', 'got', 'it', 'in', 'the', 'mail', 'but', 'it', 'is', 'very', 'flattering', 'it', 'is', 'roomy', 'for', 'sure', 'with', 'a', 'pair', 'of', 'slim', 'shorts', 'or', 'pants', 'it', 'looks', 'great', 'though', 'creasing', 'may', 'be', 'an', 'issue', '5ft', '6', '135', 'lbs', '36', 'd', 'the', 'xs', 'looks', 'good', 'with', 'room', 'to', 'spare'] ['nice', 'weight', 'fabric', 'for', 'fall', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['9460,872,44', 'beautiful', 'color', 'for', 'fall', 'sleeves', 'are', 'a', 'bit', 'long', 'and', 'loose', 'but', 'otherwise', 'a', 'great', 'blouse', 'for', 'work', 'i', 'recommend', 'sizing', 'down', ',4,1,6', 'general', 'petite', 'tops', 'knits'] ['9461,872,33', 'buy', 'this', 'asap', 'love', 'everything', 'about', 'this', 'the', 'color', 'is', 'gorgeous', 'great', 'fall', 'addition', 'to', 'any', 'wardrobe', 'the', 'tassels', 'are', 'cool', 'usually', 'do', "n't", 'like', 'things', 'like', 'that'] [] ['i', 'wear', 'a', 'small', 'or', 'medium', 'in', 'retailer', 'usually', 'small', 'and', 'i', 'purchased', 'the', 'small', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['9462,872,54', 'soft', 'fun', 'gorgeous', 'have', "n't", 'seen', 'a', 'top', 'as', 'fun', 'and', 'unique', 'as', 'this', 'without', 'being', 'too', 'much', 'in', 'a', 'long', 'time', 'i', 'typically', 'like', 'a', 'little', 'longer', 'with', 'skinny', 'jeans/leggings', 'but', 'this', 'does', 'the', 'job', 'of', 'hitting', 'at', 'a', 'good', 'spot', 'just', 'at', 'my', 'crotch', 'and', 'the', 'bottom', 'of', 'my', 'behind', 'it', "'s", 'the', 'right', 'amount', 'of', 'swing', 'at', 'the', 'bottom', 'to', 'wear', 'out', 'not', 'sure', 'i', 'could', 'tuck', 'it', 'in', 'and', 'make', 'it', 'look', 'right', 'as', 'in', 'the', 'photo', 'the', 'bell', 'at', 'the', 'sleeve', 'bottoms', 'adds', 'just', 'the', 'right', 'amount', 'of', 'detail', 'as', 'does', 'the', 'neck', 'detail', 'and', 'ties', 'the', 'color', 'is', 'beautiful', 'and', 'i', ',5,1,7', 'general', 'petite', 'tops', 'knits'] ['9463,162,32', 'so', 'cozy', 'so', 'fashionable', 'i', 'am', 'wearing', 'these', 'as', 'i', 'type', 'this', 'they', 'are', 'unbelievably', 'cozy', 'would', 'wear', 'them', 'as', 'loungewear', 'if', 'it', 'were', "n't", 'for', 'the', 'fact', 'that', 'they', 'also', 'look', 'so', 'so', 'cute', 'and', 'i', 'want', 'to', 'wear', 'them', 'out', 'so', 'soft', 'and', 'a', 'really', 'good', 'fit', 'higher', 'than', 'my', 'other', 'leggings', 'so', 'i', 'do', "n't", 'have', 'to', 'pull', 'them', 'up', 'ever', 'but', 'also', 'just', 'really', 'fashionable', 'looking', 'love', 'one', 'of', 'my', 'favorite', 'retailer', 'purchases', 'ever.,5,1,1', 'initmates', 'intimate', 'legwear'] ['9464,854,60', 'beautiful', 'but', 'did', "n't", 'work', 'for', 'me', 'i', 'loved', 'this', 'top', 'when', 'i', 'tried', 'it', 'on', 'i', "'m", 'usually', 'a', 'small', 'or', 'medium', 'and', 'ordered', 'the', 'medium', 'based', 'on', 'these', 'reviews', 'the', 'only', 'problem', 'with', 'this', 'for', 'me', 'was', 'that', 'you', 'can', 'see', 'through', 'it', 'in', 'the', 'back', 'it', 'showed', 'every', 'lump', 'and', 'bump', 'around', 'my', 'bra', 'reluctantly', 'i', 'am', 'going', 'to', 'return', 'it', 'if', 'you', 'do', "n't", 'have', 'any', 'lumps', 'and', 'bumps', 'i', 'think', 'this', 'is', 'a', 'great', 'top', 'i', 'wish', 'it', 'had', 'worked', 'for', 'me', 'i', 'debated', 'about', 'trying', 'it', 'on', 'with', 'a', 'camisole', 'to', 'see', 'if', 'that', 'would', 'help', 'but', 'do', "n't", 'really', 'want', 'to', 'have', 'to', 'wear', 'a', 'camisole', 'in', 'the', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['9465,854,35', 'not', 'sure', 'if', 'it', 'truly', 'runs', 'small', 'as', 'i', 'did', "n't", 'have', 'an', 'xs', 'to', 'compare', 'with', 'but', 'i', 'picked', 'up', 'the', 's', 'at', 'the', 'store', 'and', 'that', 'fit', 'really', 'nicely', 'had', 'a', 'loose', 'flow', 'about', 'without', 'it', 'looking', 'big', 'on', 'me', 'i', "'m", '5', '0', '32', 'd', '110lbs', 'and', 'have', 'a', 'petite', 'but', 'athletic', 'build', 'and', 'i', 'normally', 'wear', 'xs', 'the', 'sleeves', 'were', 'a', 'snug', 'fit', 'not', 'in', 'an', 'uncomfortable', 'way', 'because', 'the', 'material', 'is', 'stretchy', 'but', 'i', 'would', 'wonder', 'if', 'an', 'xs', 'would', 'have', 'been', 'too', 'tight', 'around', 'the', 'arms', 'and', 'the', 'chest', 'not', 'creating', 'that', 'flows', 'look', 'very', 'feminine', 'sweet', 'and', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['9466,1086,37', 'beautiful', 'light', 'i', "'m", '5', '8', 'small', '115', 'pounds', 'ordered', 'the', 'xs', 'this', 'dress', 'is', 'gorgeous', 'my', 'husband', 'loved', 'it', 'i', 'tried', 'several', 'sticky', 'bras', 'nothing', 'worked', 'i', "'m", '32dd'] ['i', 'gave', 'up', 'if', 'your', 'ok', 'with', 'no', 'support', 'you', "'ll", 'love', 'this', 'dress', 'sexy', 'back', 'perfect', 'length', 'so', 'light', ',4,1,6', 'general', 'dresses', 'dresses'] ['9467,854,59', 'adorable', 'very', 'flattering', 'and', 'looks', 'much', 'better', 'on', 'than', 'on', 'the', 'mannequin', 'in', 'store', 'i', 'an', 'in', 'between', 'small/medium', 'and', 'went', 'with', 'medium', 'which', 'was', 'looser', 'in', 'back', 'and', 'did', 'not', 'show', 'any', 'lumps', 'or', 'bumps', 'great', 'with', 'jeans', 'pencil', 'skirts', 'and', 'capris', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9468,854,50', 'so', 'boxy', 'for', 'my', 'body', 'type', 'this', 'top', 'looked', 'ridiculous', 'i', 'am', 'small-busted', 'and', 'thinnish', 'on', 'top', 'this', 'seemingly', 'very', 'pretty', 'top', 'look', 'like', 'a', 'big', 'rectangle', 'on', 'me', 'very', 'unflattering', 'hard', 'to', 'tell', 'if', 'it', 'was', 'true-to-size', 'because', 'it', 'hung', 'so', 'wide', 'i', 'think', 'for', 'a', 'gal', 'with', 'more', 'substantial', 'upper', 'body', 'i.e.', 'boobs', 'this', 'would', 'work', 'better', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['9469,1047,38', 'fantastic', 'design', 'but', 'poorly', 'made', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'these', 'comfy', 'palazzo', 'pants', 'and', 'imagined', 'that', 'i', "'d", 'be', 'wearing', 'them', 'all', 'summer', 'long', 'they', 'fit', 'beautifully', 'were', 'true', 'to', 'size', 'and', 'seemed', 'to', 'go', 'with', 'every', 'top', 'i', 'owned', 'unfortunately', 'on', 'the', 'second', 'wear', 'the', 'inseam', 'completely', 'unraveled', 'leaving', 'a', 'foot-long', 'gaping', 'hole', 'in', 'the', 'leg', 'i', 'also', 'noticed', 'some', 'stray', 'threads', 'along', 'the', 'other', 'seams', 'so', 'i', "'m", 'not', 'thrilled', 'with', 'the', 'quality', 'it', 'seems', 'like', 'they', 'were', 'poorly', 'manufactured', 'i', "'m", 'not', 'sure', 'if', 'i', 'just', 'purchased', 'a', 'faulty', 'pair', 'or', 'if', 't', ',2,0,3', 'general', 'petite', 'bottoms', 'pants'] ['9470,854,31', 'like', 'wearing', 'just', 'a', 'cozy', 'tee', 'but', 'way', 'better', 'white', 'lace', 'peplum', 'all', 'my', 'jams', 'so', 'this', 'top', 'was', 'a', 'no', 'brainer', 'order', 'what', 'i', 'did', "n't", 'realize', 'was', 'how', 'cozy', 'the', 'cotton', 'would', 'be', 'it', 'was', 'like', 'just', 'wearing', 'a', 'cozy', 'tee', 'but', 'looked', 'so', 'much', 'better', 'i', 'am', '5', '5', '135lbs', '34c', 'and', 'the', 'small', 'fit', 'perfectly', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['9471,829,30', 'size', 'up', 'for', 'bigger', 'bust', 'i', 'normally', 'wear', 'a', '4', 'or', '6', 'at', 'retailer', 'and', 'bought', 'this', 'in', 'a', '6.', 'the', 'size', '6', 'is', 'even', 'a', 'tad', 'small', 'in', 'the', 'bust', 'area', 'but', 'not', 'small', 'enough', 'to', 'size', 'to', 'an', '8.', 'i', 'am', '32d', 'for', 'reference', 'for', 'ladies', 'larger', 'than', 'a', 'c', 'cup', 'i', 'would', 'recommend', 'sizing', 'to', 'your', 'larger', 'size', 'definitely', 'try', 'on', 'at', 'the', 'store', 'if', 'you', 'can', ',4,1,1', 'general', 'tops', 'blouses'] ['9472,863,46', 'perfect', 'fit', 'casual', 'comfy', 'the', 'slubbed', 'palette', 'tee', 'fits', 'perfectly', 'it', "'s", 'very', 'comfortable', 'and', 'looks', 'cute', 'with', 'jeans', 'i', "'ll", 'be', 'ordering', 'more', 'in', 'other', 'colors', 'i', 'really', 'like', 'that', 'its', 'made', 'in', 'the', 'us', 'too.,5,1,1', 'general', 'tops', 'knits'] ['9473,1099,45', ',this', 'dress', 'is', 'thin', 'and', 'completely', 'see', 'through', 'it', 'is', 'definitely', 'not', 'worth', 'the', 'price', 'tag', 'would', 'be', 'really', 'cute', 'in', 'a', 'thicker', 'material.,1,0,6', 'general', 'dresses', 'dresses'] ['9474,854,29', 'pretty', 'but', 'not', 'great', 'i', 'feel', 'like', 'this', 'top', 'is', 'almost', 'perfect', 'but', 'there', "'s", 'something', 'missing', 'the', 'details', 'are', 'nice', 'the', 'fit', 'is', 'fine', 'but', 'something', 'was', "n't", 'right', 'maybe', 'it', 'was', 'the', 'weird', 'arm', 'length'] [] ['fits', 'tts', 'if', 'a', 'tad', 'on', 'the', 'large', 'side', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['9475,1086,33', 'this', 'dress', 'looked', 'amazing', 'in', 'the', 'picture', 'i', 'am', "5'10", 'and', 'since', 'the', 'model', 'was', '5', '9', 'with', 'the', 'dress', 'dragging', 'on', 'the', 'ground', 'i', 'assumed', 'it', 'would', 'be', 'long', 'on', 'me', 'as', 'well', 'even', 'with', 'flats', 'this', 'dress', 'is', 'an', 'awkward', 'length', 'the', 'description', 'says', 'it', 'is', '62', 'in', 'length', 'but', 'i', 'measured', 'it', 'and', 'the', 'dress', 'i', 'got', 'was', '52.', 'i', 'will', 'say', 'that', 'it', "'s", 'a', 'beautiful', 'fabric', 'and', 'the', 'quality', 'of', 'the', 'dress', 'is', 'great', 'it', 'just', 'does', "n't", 'look', 'like', 'the', 'dress', 'in', 'the', 'picture', 'at', 'all', 'in', 'terms', 'of', 'the', 'way', 'it', 'hangs', 'and', 'the', 'length', ',3,1,6', 'general', 'dresses', 'dresses'] ['9476,863,56', 'great', 'tee', 'color', 'is', 'vibrant', 'material', 'is', 'soft', 'fits', 'great', ',5,1,1', 'general', 'tops', 'knits'] ['9477,854,37', 'nice', 'white', 'top', 'beautiful', 'white', 'top', 'peplum', 'never', 'looged', 'good', 'on', 'me', 'until', 'i', 'found', 'this', 'one', 'i', 'am', '5.4', '34', 'dd', 'and', 'this', 'peplum', 'looked', 'good', 'on', 'me', 'most', 'white', 'tops', 'are', 'see', 'through', 'int', 'he', 'front', 'and', 'this', 'one', 'is', "n't", 'but', 'back', 'is', 'a', 'little', 'see', 'through', 'for', 'casual', 'that', 'much', 'see', 'though', 'is', 'good', 'not', 'sure', 'for', 'office', 'but', 'this', 'is', 'still', 'a', 'keeper', 'for', 'me', ',4,1,0', 'general', 'tops', 'knits'] ['9478,854,32', 'too', 'thin', 'i', 'would', 'have', 'to', 'wear', 'a', 'camisole', 'underneath', 'this', 'which', 'is', 'odd', 'considering', 'it', "'s", 'still', 'two', 'layered', 'in', 'the', 'front', 'i', 'wanted', 'an', 'easy', 'white', 'shirt', 'to', 'wear', 'not', 'something', 'i', "'d", 'have', 'to', 'layer', ',3,0,0', 'general', 'tops', 'knits'] ['9479,829,36', 'in', 'love', 'best', 'buy', 'of', 'the', 'year', 'so', 'i', 'almost', 'returned', 'this', 'top', 'without', 'trying', 'it', 'on', 'because', 'i', "'ve", 'been', 'binging', 'on', 'tops', 'with', 'thin', 'blue', 'lines', 'but', 'so', 'glad', 'i', 'did', "n't", 'i', "'m", 'busty', 'like', 'ddd36', 'and', 'i', 'weigh', '170', 'but', 'i', 'got', 'the', '8', 'and', 'it', 'fits', 'like', 'a', 'glove', 'perfection', 'plus', 'i', 'got', 'it', 'on', 'sale', 'so', 'fab', ',5,1,0', 'general', 'tops', 'blouses'] ['9480,826,50', 'runs', 'very', 'large', 'my', 'review', 'of', 'the', 'pros', '1', 'quality', 'made', 'not', 'see', 'through', 'in', 'any', 'way', 'can', 'wear', 'with', 'small', 'bra', 'straps', '2', 'lace', 'gives', 'the', 'top', 'a', "'different", 'look', 'really', 'liked', 'it', 'my', 'review', 'of', 'the', 'cons', 'which', 'made', 'me', 'return', 'the', 'top', '1', 'runs', 'huge', 'i', 'am', '5', '2', '36', 'small', 'c', 'broad', 'shoulders', 'and', 'my', 'usual', 'size', 'medium', 'looked', 'like', 'an', 'xl', 'it', 'was', 'large', 'in', 'the', 'bust', 'area', 'and', 'almost', "'puckered", 'at', 'the', 'armpits', 'i', 'would', 'probably', 'order', '2', 'sizes', 'down', 'to', 'an', 'xs', 'which', 'i', 'never', 'wear', 'in', 'any', 'size', 'top', '2', 'for', 'petite', 'gals', 'i', 'am', '5', '2', 'this', 'a', 'a', ',3,1,2', 'general', 'tops', 'blouses'] ['9481,863,58', 'great', 'shirt', 'but', 'colors', 'fit', 'differently', 'i', 'love', 'this', 'shirt', 'i', 'actually', 'bought', 'two', 'in', 'black', 'my', 'uniform', 'then', 'decided', 'to', 'order', 'one', 'in', 'white', 'as', 'well', 'however', 'the', 'white', 'shirt', 'fit', 'differently', 'than', 'the', 'two', 'black', 'ones', 'it', 'was', 'significantly', 'shorter', 'over', '2', 'shorter', 'while', 'the', 'black', 'tee', 'is', 'the', 'perfect', 'length', 'the', 'shorter', 'white', 'version', 'was', "n't", 'flattering', 'on', 'me', 'and', 'kind', 'of', 'flared', 'out', 'around', 'my', 'waist', 'not', 'the', 'best', 'look', 'that', 'being', 'said', 'i', 'know', 'the', 'black', 'shirt', 'will', 'be', 'in', 'heavy', 'rotation', 'for', 'a', 'while', 'and', 'the', 'people', 'at', 'retailer', 'were', 'very', 'und', ',5,1,1', 'general', 'tops', 'knits'] ['9482,854,27', 'classic', 'i', 'love', 'this', 'blouse', 'it', 'is', 'such', 'a', 'classic', 'silhouette', 'the', 'fit', 'is', 'not', 'so', 'loose', 'on', 'me', 'as', 'the', 'model', 'but', 'i', 'have', 'a', 'much', 'more', 'curvy', 'figure', 'at', 'a', 'size', '14/large', 'i', 'am', 'completely', 'coverd', 'up', 'in', 'this', 'top', 'and', 'the', 'waistline', 'is', 'incredibly', 'flattering', 'to', 'a', 'full', 'figure', 'the', 'lace', 'makes', 'this', 'top', 'easily', 'able', 'to', 'go', 'from', 'dressy', 'to', 'casual', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'top', 'again', 'and', 'again', 'great', 'purchase', ',5,1,2', 'general', 'tops', 'knits'] ['9483,1047,54', 'easy', 'breezy', 'pants', 'these', 'pants', 'are', 'a', 'must', 'for', 'any', 'girl', "'s", 'summer', 'warm', 'weather', 'wardrobe', 'i', 'tried', 'them', 'on', 'in', 'the', 'store', 'and', 'loved', 'them', 'but', 'i', 'am', 'just', 'over', '5', 'and', 'they', 'were', 'too', 'long', 'in', 'the', 'xs', 'even', 'with', '2.5', 'inch', 'heels', 'so', 'i', 'ordered', 'them', 'in', 'an', 'xs', 'petite', 'and', 'they', 'are', 'perfect', 'with', 'my', '2.5-3', 'inch', 'heels'] ['i', 'love', 'that', 'they', 'are', 'wide-legged', 'they', 'look', 'cool', 'and', 'are', 'flattering', 'i', 'am', 'a', 'teacher', 'and', 'plan', 'on', 'wearing', 'them', 'to', 'work', 'during', 'the', 'warmer', 'months', 'with', 'a', 'nice', 'solid', 'tee', 'and', 'a', 'statement', 'necklace', 'and', 'of', 'course', 'heels', 'i', 'highl', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['9484,829,32', ',wanted', 'to', 'love', 'this', 'one', 'so', 'badly', 'but', 'did', "n't", 'work', 'for', 'me', 'just', 'looks', 'really', 'wide', 'on', 'me', 'looks', 'amazing', 'on', 'the', 'model', 'though', ',3,0,1', 'general', 'tops', 'blouses'] ['9485,854,51', 'lovely', 'and', 'versatile', 'imo', 'this', 'top', 'does', 'run', 'small', 'arms', 'were', 'tight', 'in', 'the', 'size', 'xs', 'and', 'just', 'a', 'bit', 'snug', 'in', 'the', 's.', 'top', 'is', 'definitely', 'versatile', 'i', 'do', "n't", 'usually', 'wear', 'peplum', 'tops', 'due', 'a', 'larger', 'chest', '34d-dd', 'and', 'they', 'usually', 'look', 'like', 'maternity', 'tops', 'on', 'me', 'however', 'this', 'one', 'did', 'not', 'the', 'problem', 'with', 'this', 'top', 'is', 'the', 'fabric', 'in', 'the', 'back', 'of', 'the', 'top', 'is', 'shearer', 'than', 'i', "'d", 'like', 'you', 'can', 'see', 'every', 'bulge', 'and', 'bump', 'of', 'your', 'bra', 'i', 'felt', 'you', "'d", 'need', 'to', 'cover', 'your', 'back', 'with', 'either', 'long', 'hair', 'jacket', 'vest', 'or', 'cardigan', 'not', 'a', 'deal', 'breaker', 'becau', ',4,1,5', 'general', 'tops', 'knits'] ['9486,843,32', 'beautiful', 'top', 'just', 'not', 'perfect', 'i', 'got', 'my', 'usual', 'xs', 'i', "'m", 'a', '32b', 'and', 'the', 'top', 'fit', 'fine', 'from', 'the', 'chest', 'up', 'my', 'head', 'just', 'fits', 'through', 'the', 'hole', 'on', 'top', 'without', 'having', 'to', 'unbutton', 'but', 'then', 'from', 'the', 'chest', 'down', 'the', 'shirt', 'billows', 'out', 'too', 'far', 'it', 'hits', 'me', 'at', 'the', 'hip', 'like', 'the', 'model', 'i', "'m", '5', '6', 'and', 'wear', '2/26', 'but', 'because', 'of', 'the', 'extra', 'fabric', 'it', 'really', 'needs', 'to', 'be', 'longer', 'to', 'balance', 'out', 'the', 'trapeze', 'look', 'since', 'the', 'top', 'portion', 'fits', 'nicely', 'i', 'almost', 'want', 'to', 'keep', 'it', 'then', 'have', 'a', 'seamstress', 'take', 'it', 'in', 'a', 'little', 'at', 'the', 'waist', 'so', 'it', "'s", 'more', 'a-line', 'than', 'tra', ',3,1,1', 'general', 'tops', 'blouses'] ['9487,829,53', 'awwww', 'so', 'cute', 'i', 'could', 'not', 'resist', 'this', 'top', 'it', 'is', 'super', 'cute', 'the', 'material', 'is', 'nice', 'and', 'thick', 'you', 'can', 'get', 'away', 'with', 'wearing', 'no', 'bra', 'shows', 'off', 'your', 'bronzed', 'or', 'creamy', 'skin', 'to', 'perfection', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'i', 'think', 'the', 'cut', 'is', 'very', 'flattering', 'for', 'all', 'figures', 'top', 'might', 'be', 'a', 'bit', 'tight', 'for', 'very', 'big', 'busted', 'ladies', 'though', ',5,1,2', 'general', 'tops', 'blouses'] ['9488,843,43', 'beautiful', 'fabric', 'love', 'the', 'pleating', 'on', 'this', 'top', 'looks', 'great', 'with', 'my'] ['white', 'jeans', 'it', "'s", 'lightweight', 'and', 'has', 'a', 'slight', 'sheerness', ',5,1,3', 'general', 'tops', 'blouses'] ['9489,1047,32', 'very', 'elegant', 'pseudo-dress', 'fun', 'to', 'stumbled', 'upon', 'these', 'in', 'a', 'size', 'medium', 'at', 'the', 'store', 'and', 'was', 'initially', 'very', 'disappointed', 'that', 'they', 'were', 'too', 'big', 'the', 'sales', 'associate', 'found', 'an', 'x-small', 'and', 'suggested', 'that', 'i', 'try', 'them', 'on', 'i', 'was', 'so', 'pleased', 'that', 'they', 'fit', 'but', 'am', 'definitely', 'not', 'an', 'x-small', 'at', 'this', 'point', 'in', 'my', 'bottom', 'i', 'mean', 'life'] [] ['wore', 'these', 'for', 'a', '4th', 'of', 'july', 'party', 'and', 'felt', 'elegant', 'and', 'comfortable', 'all', 'at', 'once', 'they', 'were', 'just', 'dressy', 'enough', 'with', 'a', 'white', 'trapeze', 'tank', 'long', 'gold', 'necklace', 'and', 'gold', 'sandals', 'i', 'can', 'only', 'imagine', 'them', 'with', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['9490,854,32', 'sweet', 'love', 'this', 'top', 'the', 'contrasting', 'lace/eyelet', 'is', 'pretty', 'and', 'interesting', 'it', 'flairs', 'in', 'a', 'flattering', 'way', ',5,1,0', 'general', 'tops', 'knits'] ['9491,854,65', 'nice', 'find', 'check', 'out', 'the', 'extra', 'photo', 'it', 'must', 'be', 'hard', 'to', 'photograph', 'white', 'clothing', 'this', 'lovely', 'top', 'is', 'almost', 'invisible', 'in', 'the', 'featured', 'photo', 'but', 'it', 'is', 'accurately', 'photographed', 'in', 'the', 'extra', 'photo', 'with', 'the', 'model', 'in', 'a', 'jacket', 'this', 'will', 'feel', 'and', 'look', 'great', 'with', 'cardigans', 'or', 'cropped', 'stylish', 'jackets', 'i', "'m", 'so', 'glad', 'i', 'ordered', 'this', 'lovely', 'white', 'lacey', 'top', 'and', 'i', 'do', 'recommend', 'it', 'to', 'you', 'i', 'only', 'dinged', 'it', 'one', 'star', 'because', 'it', 'would', 'be', 'even', 'better', 'in', 'cotton', 'and', 'silk', 'which', 'are', 'frequent', 'tiny', 'brand', 'materials', 'i', 'went', 'with', 'the', 'size', 'large', 'as', 'this', 'be', ',4,1,2', 'general', 'tops', 'knits'] ['9492,826,44', 'lovely', 'and', 'versitle', 'i', 'tend', 'to', 'go', 'back', 'and', 'forth', 'between', 'small', 'and', 'xs', 'and', 'i', 'm', 'glad', 'i', 'got', 'the', 'xs', 'its', 'great', 'and', 'still', 'flow', 'and', 'not', 'huge', 'to', 'wear', 'alone', 'you', 'need', 'a', 'strapless', 'but', 'i', 'am', 'happy', 'it', 'has', 'adjustable', 'straps', 'the', 'lace', 'on', 'the', 'back', 'is', 'fabulous', 'snd', 'the', 'colors', 'in', 'this', 'are', 'so', 'lovely', 'it', 'has', 'olive', 'green', 'and', 'deep', 'orange', 'two', 'of', 'my', 'fall', 'favs', 'i', 'wore', 'with', 'my', 'level', '99', 'deep', 'orange', 'linen', 'pants', 'and', 'an', 'olive', 'green', 'little', 'jacket', 'over', 'it', 'would', 'also', 'be', 'lovely', 'with', 'jeans', 'and', 'booties', 'a', 'creamy', 'cardigan', 'or', 'a', 'little', 'blazer', 'i', 'th', ',5,1,1', 'general', 'tops', 'blouses'] ['9493,1094,51', 'beautiful', 'dress', 'this', 'is', 'a', 'lovely', 'dress', 'a', 'bit', 'brighter', 'in', 'person', 'i', 'took', 'off', 'one', 'star', 'because', 'only', 'the', 'bodice', 'is', 'lined', 'at', 'this', 'price', 'point', 'the', 'dress', 'should', 'be', 'fully', 'lined', ',4,1,25', 'general', 'petite', 'dresses', 'dresses'] ['9494,1075,55', 'awful', 'i', 'do', "n't", 'know', 'who', 'this', 'would', 'fit', 'looks', 'so', 'cute', 'on', 'the', 'model', 'and', 'i', 'thought', 'this', 'was', 'going', 'to', 'be', 'the', 'perfect', 'between', 'season', 'dress', 'but', 'just', 'looked', 'like', 'a', 'sack', 'i', 'think', 'the', 'knit', 'must', 'have', 'stretched', 'into', 'an', 'unnatural', 'shape', 'especially', 'the', 'arms', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9495,1094,44', ',this', 'dress', 'is', 'so', 'pretty', 'and', 'the', 'neckline', 'is', 'darling', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['9496,1094,29', 'timeless', 'dress', 'this', 'dress', 'is', 'beautiful', 'and', 'timeless', 'i', 'wore', 'it', 'to', 'a', 'wedding', 'and', 'received', 'so', 'many', 'compliments', 'i', 'love', 'how', 'i', 'can', 'also', 'wear', 'it', 'to', 'so', 'many', 'other', 'engagements', 'i', 'plan', 'to', 'wear', 'it', 'for', 'mother', "'s", 'day', 'brunch', 'a', 'friend', "'s", 'wedding', 'shower', 'and', 'know', 'that', 'the', 'clasic', 'cut', 'will', 'be', 'a', 'staple', 'in', 'my', 'closet', 'for', 'years', 'to', 'come', 'the', 'quality', 'is', 'what', 'you', 'expect', 'for', 'the', 'price', 'and', 'is', 'well', 'worth', 'your', 'investment', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9497,1079,41', ',,5,1,0', 'general', 'dresses', 'dresses'] ['9498,895,37', 'odd', 'fit', 'the', 'color', 'of', 'the', 'sweater', 'is', 'beautiful', 'but', 'the', 'fit', 'was', 'awful', 'it', 'was', 'too', 'swingy', 'and', 'made', 'me', 'look', 'like', 'i', 'gained', '10lbs', 'instantly', 'i', "'m", '5', '1', '108lbs', 'i', 'will', 'be', 'unfortunately', 'returning', 'this', 'item', ',2,0,2', 'general', 'tops', 'fine', 'gauge'] ['9499,1094,61', 'lovely', 'dress', 'this', 'dress', 'is', 'beautiful', 'it', 'has', 'lovely', 'colors', 'that', 'should', 'compliment', 'many', 'skin', 'types', 'i', 'bought', 'the', 'dress', 'for', 'my', 'daughter', 'as', 'a', 'graduation', 'gift', 'i', 'have', 'not', 'given', 'it', 'to', 'her', 'yet', 'so', 'i', 'do', "n't", 'know', 'if', 'it', 'fits', 'or', 'how', 'it', 'fits.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9500,865,32', 'keeper', 'love', 'the', 'muted', 'orange', 'color', 'and', 'the', 'design', 'it', "'s", 'lightweight', 'and', 'will', 'be', 'perfect', 'for', 'fall', 'days', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['9501,839,68', 'beautiful', 'blouse', 'this', 'blouse', 'is', 'so', 'beautiful', 'and', 'feminine', 'it', 'fits', 'loosely', 'and', 'is', 'see', 'thru', 'so', 'you', 'do', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'it', 'it', 'is', 'very', 'comfortable', 'to', 'wear', 'i', 'got', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'blouse', 'all', 'the', 'delicate', 'lace', 'on', 'it', 'just', 'makes', 'you', 'feel', 'very', 'pretty', 'in', 'it', 'however', 'be', 'extra', 'careful', 'when', 'you', 'do', 'wear', 'it', 'i', "'m", 'still', 'not', 'quite', 'sure', 'how', 'it', 'happened', 'but', 'the', 'lace', 'in', 'the', 'front', 'got', 'a', 'small', 'hole', 'right', 'in', 'the', 'front', 'on', 'my', 'first', 'time', 'wearing', 'it', 'it', "'s", 'so', 'pretty', 'i', 'just', 'hope', 'i', 'can', 'get', 'it', 'fixed', 'so', 'it', 'w', ',5,1,1', 'general', 'tops', 'blouses'] ['9502,895,32', 'dreamy', 'love', 'love', 'love'] ['this', 'is', 'true', 'retailer', 'from', 'the', 'style', 'to', 'the', 'mix', 'of', 'sweater', 'types', 'and', 'the', 'surprise', 'pleats', 'in', 'back'] ['i', 'wore', 'it', 'for', 'the', 'first', 'time', 'yesterday', 'and', 'received', 'compliments', 'all', 'day'] ['so', 'glad', 'i', 'bought', 'two', 'colors', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9503,1094,54', 'pretty', 'but', 'not', 'for', 'me', 'very', 'pretty', 'dress', 'the', 'color', 'is', 'much', 'brighter', 'in', 'person', 'a', 'little', 'too', 'bubblegum', 'pink', 'for', 'me', 'i', 'love', 'the', 'way', 'the', 'bodice', 'fit', 'but', 'there', 'was', 'just', 'too', 'much', 'material', 'in', 'the', 'skirt', 'which', 'made', 'me', 'look', 'hippier', 'than', 'i', 'am', 'would', 'have', 'preferred', 'the', 'skirt', 'to', 'have', 'more', 'of', 'an', 'a-line', 'cut,3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9504,1075,63', 'perfect', 'wanted', 'a', 'dress', 'for', 'a', 'mexican', 'vacation', 'this', 'fits', 'the', 'bill', 'exactly', 'fabric', 'has', 'enough', 'weight', 'to', 'hang', 'well', 'and', 'cover', 'any', 'flaws', 'love', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9505,1094,26', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9506,895,48', 'subtle', 'detail', 'makes', 'this', 'great', 'i', 'love', 'this', 'sweater', 'i', 'bought', 'it', 'in', 'black', 'and', 'love', 'the', 'way', 'the', 'back', 'falls', 'gently', 'and', 'flatters', 'my', 'figure', 'i', "'m", 'curvy', 'on', 'bottom', 'w/', 'a', 'butt', 'and', 'tummy', 'so', 'i', 'like', 'to', 'cover', 'them', 'but', 'i', 'do', "n't", 'want', 'to', 'look', 'like', 'i', "'m", 'wearing', 'a', 'moo-moo', 'this', 'top', 'looks', 'chic', 'it', "'s", 'the', 'right', 'shape', 'to', 'flow', 'gently', 'it', "'s", 'just', 'the', 'right', 'detail', 'to', 'be', 'different', 'in', 'an', 'understated', 'way', 'i', 'wear', 'it', 'w/', 'leggings', 'and', 'jeggings', 'because', 'it', 'falls', 'low', 'enough', 'to', 'cover', 'my', 'butt', 'neckline', 'is', 'good', 'i', "'m", 'a', '34b', 'and', 'it', "'s", 'flattering', 'not', 'sure', 'if', 'it', 'will', 'fla,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['9507,860,62', 'disappointed', 'the', 'tank', 'looks', 'nothing', 'like', 'the', 'one', 'pictured', 'mainly', 'because', 'it', "'s", 'tissue-paper', 'thin', 'also', 'i', 'ordered', 'it', 'in', 'two', 'sizes', 'xs', 'and', 's', 'as', 'it', 'can', 'be', 'hard', 'to', 'tell', 'which', 'one', 'will', 'fit', 'i', 'started', 'with', 'the', 'xs', 'and', 'quickly', 'discovered', 'that', 'it', 'ran', 'large', 'the', 'armholes', 'hit', 'halfway', 'to', 'my', 'waist', 'obviously', 'i', 'did', "n't", 'even', 'bother', 'opening', 'the', 'size', 's.', 'both', 'will', 'be', 'returned', ',1,0,4', 'general', 'tops', 'knits'] ['9508,1094,60', 'great', 'for', 'menopause', 'bodies', 'yep', 'i', 'used', 'to', 'have', 'a', 'nice', 'body', 'but', 'now', 'have', 'the', 'dreaded', 'menopause', 'stomach', 'and', 'some', 'excess', 'baggage', 'this', 'dress', 'was', 'very', 'flattering', 'wore', 'it', 'today', 'easter', 'sunday', 'and', 'had', 'literally', 'a', 'dozen', 'people', 'seek', 'me', 'out', 'to', 'tell', 'me', 'how', 'great', 'the', 'dress', 'was', 'or', 'how', 'nice', 'i', 'looked', 'it', 'is', 'a', 'bright', 'pink', 'think', 'pepto', 'bismol', 'heavy', 'brocade', 'type', 'fabric', 'plus', 'a', 'great', 'cut', 'hiding', 'my', 'stomach', 'and', 'rear', 'plus', 'the', 'lower', 'neckline', 'emphasized', 'my', 'nicer', 'areas', 'very', 'pleased', 'to', 'find', 'a', 'dress', 'for', 'us', 'older', 'women', 'to', 'look', 'fresh', 'and', 'f', ',5,1,6', 'general', 'dresses', 'dresses'] ['9509,867,42', 'beautiful', 'but', 'i', 'bought', 'this', 'top', 'online', 'in', 'the', 'stripes/ivory', 'lace', 'fits', 'great', 'and', 'is', 'beautiful', 'quality', 'i', 'usually', 'wear', 'small/size', '4', 'in', 'tops', 'and', 'the', 'small', 'was', 'perfect', 'however', 'i', 'found', 'that', 'the', 'ivory', 'lace', 'detail', 'on', 'the', 'bottom', 'sides', 'gave', 'me', 'a', 'saddlebag', 'effect', 'not', 'good', 'sadly', 'it', "'s", 'going', 'back', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['9510,865,36', 'comfy', 'top', 'but', 'not', 'more', 'swing', 'than', 'expected', 'this', 'top', 'is', 'a', 'nice', 'color', 'and', 'soft', 'material', 'but', 'is', 'much', 'more', 'of', 'a', 'swing', 'top', 'style', 'than', 'i', 'was', 'looking', 'for', 'i', 'will', 'return', 'it', 'but', 'it', 'could', 'be', 'ideal', 'for', 'someone', 'who', 'wants', 'a', 'very', 'loose', 'fitting', 'casual', 'look', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['9511,1075,60', 'no', 'no', 'not', 'for', 'me', 'i', 'knew', 'i', 'would', 'love', 'this', 'dress', 'it', 'looked', 'so', 'me'] ['my', 'order', 'arrived', 'and', 'sadly', 'to', 'say', 'it', 'looks', 'awful'] ['i', 'was', 'expecting', '3/4', 'sleeves', 'these', 'were', 'to', 'the', 'bottom', 'of', 'my', 'wrist', 'i', 'could', 'have', 'been', 'fine', 'with', 'that', 'but', 'the', 'entire', 'dress', 'was', 'so', 'big', 'on', 'me', 'it', 'looked', 'like', 'a', 'sack', 'i', 'usually', 'wear', 'a', 'sz', '4', 'or', 's/m', 'this', 'was', 'a', 'small', 'will', 'return'] ['if', 'you', 'can', 'find', 'one', 'that', 'fits', 'i', 'would', 'recommend', 'it', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9512,895,47', 'flirty', 'floaty', 'little', 'number', 'i', 'bought', 'this', 'sweater', 'in', 'the', 'lovely', 'lilac', 'and', 'black', 'the', 'sweater', 'is', 'a', 'typical', 'cotton', 'weave', 'in', 'the', 'front', 'with', 'more', 'of', 'a', 't-shirt', 'material', 'on', 'the', 'back', 'the', 'drape', 'is', 'lovely', 'after', 'a', 'quick', 'iron', 'swingy', 'with', 'a', 'flirty', 'neckline', 'my', 'middle', 'us', 'still', 'recovering', 'from', 'baby', '2', 'and', 'this', 'does', 'a', 'nice', 'job', 'of', 'covering', 'the', 'bump', 'interestingly', 'i', 'think', 'they', 'went', 'overboard', 'on', 'the', 'fabric', 'and', 'pleats', 'and', 'i', 'could', 'easily', 'have', 'down', 'sized', 'from', 'a', 'large', 'wear', 'size', '12', 'to', 'a', 'medium', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['9513,871,91', 'from', 'the', 'website', 'picture', 'in', 'particular', 'the', 'gray', 'one', 'this', 'may', 'appear', 'to', 'be', 'over-sized', 'i', 'can', 'assure', 'you', 'it', 'is', 'not', 'i', 'have', 'to', 'return', 'the', 'small', 'i', 'ordered', 'on', 'the', 'over-size', 'assumption', 'and', 'hope', 'the', 'medium', 'my', 'usual', 'size', 'fits', 'because', 'it', "'s", 'a', 'really', 'nice', 'top', 'the', 'sleeves', 'and', 'the', 'pattern', 'of', 'the', 'weave', 'give', 'it', 'good', 'pizzazz', ',5,1,15', 'general', 'tops', 'knits'] ['9514,895,50', 'i', 'loved', 'this', 'at', 'first', 'but', 'the', 'quality', 'is', 'awful', 'it', 'pilled', 'like', 'crazy', 'and', 'started', 'to', 'get', 'little', 'holes', 'near', 'the', 'neck', 'after', '4-5', 'wears', 'second', 'sweater', 'from', 'retailer', 'this', 'year', 'with', 'severe', 'pilling', 'issues', 'i', 'love', 'retailer', 'but', 'will', 'never', 'again', 'buy', 'another', 'sweater', 'here', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['9515,1075,46', 'great', 'dress', 'this', 'is', 'a', 'super', 'comfortable', 'and', 'flattering', 'dress', 'and', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'highly', 'recommend', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['9516,1075,49', 'cute', 'but', 'the', 'model', 'must', 'be', 'teeny', 'this', 'dress', 'is', 'super', 'cute', 'and', 'fits', 'tts', 'for', 'retailer', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'and', 'it', 'fit', 'me', 'great', 'everywhere', 'however', 'the', 'arms', 'are', 'much', 'shorter', 'and', 'hit', 'me', 'either', 'wrong', 'or', 'the', 'model', 'in', 'the', 'picture', 'is', 'just', 'very', 'very', 'small', 'i', "'m", "5'10", '136', '36aa', 'slim', 'built', 'and', 'the', 'dress', 'fits', 'but', 'the', 'arms', 'bunch', 'up', 'if', 'i', 'ordered', 'a', 'medium', 'the', 'entire', 'dress', 'would', 'be', 'too', 'baggy', 'and', 'it', 'is', 'a', 'loose', 'fitting', 'shift', 'bummer', 'bc', 'it', 'is', 'super', 'cute', 'also', 'the', 'material', 'is', 'loose', 'crochet', 'my', 'dress', 'arrived', 'with', 'a', 'pull', 'sad', 'fa', ',3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['9517,860,52', 'not', 'what', 'i', 'expected', 'i', 'ordered', 'two', 'sizes', 'when', 'the', 'package', 'came', 'i', 'was', 'skeptical', 'as', 'it', 'was', 'very', 'light', 'and', 'thin', 'both', 'shirts', 'were', 'in', 'the', 'bag', 'the', 'style', 'is', 'just', 'okay', 'the', 'shirt', 'is', 'extremely', 'light', 'weight', 'i', 'was', 'not', 'impressed', 'with', 'the', 'fabric', 'i', 'am', 'returning', 'both', 'definitely', 'did', 'not', 'think', 'it', 'was', 'worth', 'the', 'price.,2,0,5', 'general', 'tops', 'knits'] ['9518,1094,59', 'amazing', 'this', 'dress', 'is', 'amazing', 'it', 'fits', 'true', 'to', 'size', 'very', 'flattering', 'and', 'the', 'fabric', 'is', 'beautiful'] ['i', 'am', '5', '4', 'and', 'it', 'felt', 'a', 'little', 'long', 'for', 'me', 'so', 'i', 'am', 'having', 'it', 'hemmed', 'up', 'one', 'inch', 'but', 'others', 'may', 'like', 'the', 'hemline', 'just', 'as', 'it', 'is', 'i', 'like', 'my', 'dresses', 'just', 'right', 'above', 'my', 'knee', 'and', 'it', 'was', 'hitting', 'in', 'the', 'middle', 'of', 'my', 'knee'] ['just', 'love', 'everything', 'about', 'it', 'and', 'would', 'definitely', 'recommend', 'it', 'highly', ',5,1,0', 'general', 'dresses', 'dresses'] ['9519,865,28', 'nice', 'top', 'but', 'not', 'for', 'petites', 'with', 'larger', 'busts', 'overall', 'a', 'really', 'nice', 'top', 'that', 'is', 'soft', 'and', 'comfortable', 'the', 'arm', 'length', 'hits', 'nicely', 'on', 'the', 'forearm', 'and', 'the', 'decorative', 'detail', 'at', 'top', 'is', 'well-constructed', 'did', "n't", 'keep', 'this', 'since', 'the', 'top', 'made', 'me', 'look', 'quite', 'big', 'in', 'my', 'bust', 'to', 'the', 'point', 'of', 'not', 'being', 'flattering', 'top', 'is', 'also', 'a', 'bit', 'boxy', 'so', 'i', "'d", 'stay', 'away', 'if', 'you', 'are', 'petite', 'with', 'a', 'larger', 'bust', 'unless', 'you', 'are', 'okay', 'with', 'that', 'emphasis', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['9520,895,40', 'cute', 'and', 'cozy', 'this', 'sweater', 'is', 'great', 'i', 'bought', 'the', 'black', 'version', 'on', 'sale', 'my', 'complaint', 'is', 'the', 'pulling', 'factor', 'though', 'you', 'do', "n't", 'expect', 'retailer', 'sweaters', 'to', 'pill', 'after', 'a', 'couple', 'wears', 'overall', 'i', 'love', 'the', 'fit', 'and', 'look', 'though', 'so', 'i', 'continue', 'to', 'overlook', 'it', 'and', 'use', 'my', 'sweater', 'comb', 'as', 'needed', ',3,1,0', 'general', 'tops', 'fine', 'gauge'] ['9521,895,39', ',i', 'bought', 'the', 'lavender', 'one', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'the', 'sweater', 'looks', 'prettier', 'in', 'person', 'and', 'it', "'s", 'super', 'soft', 'the', 'back', 'detailing', 'makes', 'this', 'one', 'not', 'your', 'average', 'v-neck', 'sweater', 'i', 'highly', 'recommend', 'this', 'to', 'anyone', ',5,1,6', 'general', 'tops', 'fine', 'gauge'] ['9522,1094,53', 'love', 'this', 'dress', 'but', 'not', 'for', 'me', 'this', 'dress', 'is', 'just', 'as', 'it', 'appears', 'it', 'is', 'very', 'well', 'made', 'lined', 'and', 'falls', 'in', 'heavier', 'but', 'fluid', 'waves', 'the', 'bodice', 'fit', 'snug', 'and', 'the', 'zipper', 'worked', 'almost', 'perfectly', 'the', 'color', 'is', 'very', 'pink', 'like', 'pepto', 'bismal', 'but', 'not', 'in', 'a', 'bad', 'way', 'if', 'that', "'s", 'possible', 'my', 'husband', 'loved', 'the', 'dress', 'on', 'me', 'but', 'my', '22', 'year', 'old', 'daughter', 'thought', 'it', 'was', 'too', 'pink', 'too', 'girly', 'i', 'think', 'i', 'decided', 'it', 'was', 'just', 'too', 'young', 'for', 'me-', 'i', "'m", '53.', 'alas', 'i', 'am', 'returning', 'it', 'but', 'i', 'still', 'think', 'fondly', 'of', 'this', 'piece', 'i', 'am', '5', '4', '110', 'lbs', 'and', 'i', 'bought', ',4,1,6', 'general', 'dresses', 'dresses'] ['9523,1094,33', 'bubble', 'gum', 'pink', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'tts', 'i', 'bought', 'this', 'dress', 'for', 'my', 'brother', "'s", 'wedding', 'at', 'the', 'end', 'of', 'june', 'i', 'love', 'that', 'it', 'is', 'machine', 'washable', 'which', 'was', 'the', 'reason', 'i', 'chose', 'this', 'dress', 'instead', 'of', 'another', 'as', 'another', 'reviewer', 'already', 'mentioned', 'it', 'is', 'brighter', 'than', 'photographed', ',5,1,1', 'general', 'dresses', 'dresses'] ['9524,895,46', 'super', 'cute', 'so', 'comfy', 'i', "'m", '5', '8', 'a-cup', 'it', 'fits', 'well', 'i', 'bought', 'a', 'small', 'an', 'acquaintance', 'of', 'mine', 'has', 'it', 'she', "'s", 'petite', 'w', 'boobs', 'it', 'looks', 'great', 'on', 'her', 'too', 'she', 'has', 'black', 'i', 'have', 'lavender', 'great', 'purchase', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9525,1075,41', 'stumpy', 'arms', 'when', 'i', 'saw', 'the', 'dress', 'i', 'loved', 'everything', 'about', 'it', 'except', 'the', 'arms', 'made', 'me', 'a', 'little', 'nervous', 'i', 'ordered', 'it', 'when', 'it', 'went', 'on', 'sale', 'and', 'it', 'turns', 'it', 'the', 'arms', 'are', 'worse', 'then', 'i', 'thought', 'they', 'would', 'be', 'they', 'are', 'like', 'my', 'grandmother', 'crochet', 'it', 'and', 'accidentally', 'attached', 'my', 'child', "'s", 'dress', 'arms', 'on', 'my', 'dress.,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9526,1075,63', 'love', 'it', 'such', 'a', 'great', 'dress', 'it', 'is', 'super', 'flattering', 'i', 'love', 'that', 'its', 'not', 'too', 'short', 'on', 'me', 'i', 'am', "5'11", '.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['9527,1094,36', 'perfect', 'spring', 'dress', 'i', "'m", 'very', 'pleased', 'with', 'my', 'purchase', 'of', 'this', 'dress', 'it', 'is', 'perfect', 'for', 'dancing', 'or', 'a', 'spring/summer', 'wedding', 'or', 'doing', 'out', 'it', 'is', 'very', 'flattering', 'on', 'my', 'rather', 'straight/slender/petite', 'frame', 'i', 'ordered', 'a', 'size', '4', 'and', 'it', 'was', 'tts', 'if', 'it', 'only', 'had', 'pockets', 'it', 'would', 'be', 'absolutely', 'perfect', ',5,1,9', 'general', 'dresses', 'dresses'] ['9528,1094,38', 'timeless', 'cut', 'this', 'dress', 'is', 'lovely', 'timeless', 'style', 'heavy', 'fabric', 'only', 'con', 'a', 'deep', 'front', 'v.', 'i', 'could', "n't", 'wear', 'this', 'to', 'church', 'i', "'m", 'a', '36d', ',4,1,1', 'general', 'dresses', 'dresses'] ['9529,895,58', 'could', 'not', 'resist', 'the', 'fit', 'and', 'detail', 'on', 'this', 'piece', 'could', "n't", 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'the', 'material', 'is', 'so', 'soft', 'and', 'comfortable', 'it', "'s", 'just', 'a', 'black', 'sweater', 'but', 'the', 'neckline', 'and', 'back', 'details', 'make', 'it', 'unique', 'thought', 'i', 'would', 'need', 'a', 'large', 'but', 'the', 'medium', 'fit', 'fine', '5', '7', '147', 'lbs', ',5,1,22', 'general', 'tops', 'fine', 'gauge'] ['9530,895,64', 'so', 'pretty', 'i', 'found', 'this', 'pretty', 'sweater', 'to', 'run', 'true', 'to', 'size', 'i', 'am', 'between', 'a', 'size', 'large', 'and', 'extra', 'large', 'and', 'the', 'large', 'fit', 'well', 'it', 'is', 'perfect', 'in', 'the', 'shoulders', 'and', 'body', 'skimming', 'without', 'being', 'too', 'flared', 'at', 'the', 'hem', 'the', 'lavender', 'is', 'a', 'dreamy', 'light', 'sky', 'blue', 'true', 'to', 'what', 'my', 'monitor', 'shows', 'i', 'rarely', 'wear', 'anything', 'but', 'black', 'and', 'gray', 'but', 'i', 'could', 'not', 'resist', 'this', 'color', 'the', 'sweater', 'is', 'a', 'medium', 'weight', 'and', 'i', 'anticipate', 'wearing', 'this', 'at', 'the', 'beach', 'with', 'white', 'jeans', 'and', 'now', 'with', 'pale', 'gray', 'narrow', 'wool', 'pants', 'i', 'really', 'like', 'th', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9531,1075,27', 'beautiful', 'crafted', 'love', 'the', 'crochet', 'and', 'and', 'it', 'is', 'a', 'great', 'feel', 'with', 'a', 'liner', 'underneath', 'that', 'comes', 'with', 'the', 'dress', 'a', 'little', 'boxy', 'but', 'another', 'beautiful', 'retailer', 'dress', 'overall', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9532,895,42', 'beautiful', 'color', 'but', 'baggy', 'fit', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'the', 'lavender', 'color', 'and', 'design', 'with', 'the', 'pleated', 'back', 'was', 'beautiful', 'however', 'when', 'i', 'put', 'it', 'on', 'it', 'added', 'at', 'least', '20', 'pounds', 'to', 'my', 'frame', 'unfortunately', 'it', "'s", 'going', 'back', 'since', 'the', 'cut', 'just', 'does', "n't", 'work', 'on', 'my', 'frame', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['9533,820,40', 'beautiful', 'cream', 'linen/cotton', 'crochet', 'back', 'top', 'this', 'top', 'is', 'gorgeous', 'and', 'it', 'fits', 'much', 'better', 'in', 'real', 'life', 'than', 'pictured', 'on', 'the', 'model', 'the', 'back', 'is', 'made', 'of', 'soft', 'cotton', 'crochet', 'and', 'it', 'curves', 'beautifully', 'on', 'your', 'lower', 'back', 'emphasizing', 'your', 'lower', 'assets', 'and', 'if', 'you', 'have', 'great', 'shoulders', 'and', 'arms', 'you', "'re", 'going', 'to', 'love', 'this', 'top', 'because', 'your', 'shoulders', 'will', 'stand', 'out', 'it', "'s", 'made', 'of', 'a', 'light', 'weight', 'linen-cotton', 'fabric', 'it', "'s", 'very', 'soft', 'and', 'does', "n't", 'wrinkle', 'as', 'easily', 'as', 'most', 'linen', 'does', 'it', 'feels', 'soft', 'on', 'the', 'skin', 'light-weight', 'and', 'has', 'a', 'nice', 'bounce', 'to', 'it', 'it', "'s", ',5,1,7', 'general', 'tops', 'blouses'] ['9534,836,33', 'flowy', 'perfection', 'i', 'have', 'to', 'admit', 'seeing', 'these', 'tops', 'online', 'i', 'would', "n't", 'give', 'them', 'a', 'second', 'glance', 'but', 'at', 'my', 'local', 'store', 'they', 'were', 'displayed', 'in', 'a', 'gorgeous', 'summery', 'fashion', 'and', 'were', 'so', 'light', 'and', 'airy', 'and', 'flowy', 'my', 'summer', 'checklist', 'i', 'bought', 'both', 'the', 'blue', 'and', 'rust', 'color', 'in', 'an', 'xl', 'i', 'am', 'a', '16/xl/36h', 'and', 'this', 'is', 'one', 'of', 'the', 'few', 'button', 'up', 'shirts', 'that', 'actually', 'fit', 'i', 'think', 'i', 'might', 'go', 'in', 'and', 'add', 'a', 'snap', 'between', 'the', 'bust', 'line', 'anyway', 'since', 'the', 'buttons', 'are', 'spaced', 'too', 'generously', 'but', 'there', 'is', 'no', 'pulling', 'this', 'top', 'does', 'run', 'long', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['9535,862,49', 'a', 'little', 'see', 'through', 'i', 'do', 'like', 'this', 'top', 'i', 'bought', 'the', 'cream', 'color', 'and', 'it', 'is', 'flattering', 'but', 'it', 'is', 'a', 'little', 'shear', 'i', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'it', 'it', 'also', 'seems', 'to', 'be', 'a', 'little', 'on', 'the', 'large', 'side', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['9536,836,58', 'meh', 'this', 'tunic', 'is', 'way', 'over', 'priced', 'for', 'the', 'style', 'and', 'quality', 'it', 'fit', 'comfortably', 'runs', 'a', 'size', 'larger', 'but', 'it', "'s", 'not', 'really', 'flattering', 'it', 'jut', 'kind', 'of', 'hangs', 'there', 'looking', 'ok.', 'it', 'is', 'a', 'little', 'too', 'deep', 'of', 'a', 'v', 'cut', 'for', 'a', 'work', 'top', 'as', 'well', 'this', 'top', 'does', 'not', 'support', 'the', 'price', 'at', 'all', 'it', 'felt', 'like', 'something', 'i', 'could', 'find', 'at', 'department', 'store', 'for', 'way', 'less', 'i', 'will', 'be', 'returning', 'it', ',3,0,12', 'general', 'petite', 'tops', 'blouses'] ['9537,864,25', 'weird', 'collar', 'and', 'length', 'but', 'wearable', 'this', 'would', 'be', 'one', 'of', 'my', 'favorite', 'shirts', 'if', 'the', 'neckline', 'were', 'straight', 'across', 'instead', 'of', 'cut', 'or', 'if', 'it', 'at', 'least', 'had', 'a', 'button', 'it', 'runs', 'large', 'so', 'the', 'low', 'neck', 'plus', 'bagginess', 'makes', 'it', 'feel', 'too', 'loose', 'for', 'my', 'taste', 'even', 'though', 'i', 'ordered', 'the', 'xs', 'the', 'back', 'of', 'the', 'sweater', 'is', 'also', 'really', 'long', 'it', "'s", 'a', 'comfortable', 'fabric', 'and', 'nice', 'quality', 'though', ',4,1,1', 'general', 'tops', 'knits'] ['9538,862,36', 'only', 'for', 'certain', 'body', 'types', 'i', 'like', 'this', 'shirt', 'want', 'to', 'love', 'it', 'i', 'am', 'keeping', 'this', 'shirt', 'hoping', 'to', 'have', 'better', 'arms', 'by', 'summer', 'when', 'i', 'can', 'where', 'this', 'top', 'with', 'black', 'shorts', 'this', 'shirt', 'does', 'cling', 'it', "'s", 'a', 'draping', 'sort', 'of', 'fabric', 'i', 'love', 'how', 'it', 'drapes', 'in', 'the', 'front', 'only', 'because', 'i', 'am', 'not', 'happy', 'with', 'my', 'arms', 'do', 'i', 'where', 'a', 'cardi', 'with', 'it', 'also', 'the', 'underarm', 'area', 'is', 'rather', 'open', 'so', 'i', "'ll", 'wear', 'a', 'bandeau', 'when', 'i', 'wear', 'this', 'without', 'a', 'cardi', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['9539,862,33', 'thin', 'and', 'see', 'through', 'the', 'wine', 'color', 'is', 'beautiful', 'and', 'the', 'idea', 'of', 'a', 'knot', 'front', 'with', 'different', 'back', 'is', 'a', 'good', 'one', 'however', 'both', 'fabrics', 'are', 'thin', 'and', 'the', 'back', 'is', 'quite', 'see', 'through', 'the', 'knit', 'shows', 'every', 'single', 'bodily', 'imperfection', 'so', 'if', 'you', 'are', 'the', 'quintessential', 'tall', 'and', 'thin', 'and', 'you', 'do', "n't", 'mind', 'showing', 'your', 'bra', 'go', 'for', 'it', 'otherwise', 'i', 'suggest', 'skipping', 'this', 'one', ',3,0,23', 'general', 'petite', 'tops', 'knits'] ['9540,879,34', 'very', 'nice', 'but', 'not', 'for', 'me', 'the', 'fabric', 'and', 'color', 'are', 'very', 'nice', 'as', 'is', 'the', 'cut', 'however', 'this', 'is', 'entirely', 'unsuited', 'to', 'someone', 'as', 'short', 'as', 'i', '5', '3', 'i', 'also', 'have', 'a', 'proportionally', 'short', 'torso', 'so', 'the', 'split', 'hits', 'in', 'the', 'completely', 'wrong', 'place', 'someone', 'taller', 'is', 'likely', 'to', 'love', 'this', ',4,1,5', 'general', 'tops', 'knits'] ['9541,1104,25', 'beautiful', 'this', 'is', 'a', 'beautiful', 'dress', 'figure-hugging', 'but', 'covered', 'up', 'in', 'places', 'that', 'need', 'it', 'color', 'is', 'flattering', 'and', 'soft', 'wore', 'with', 'bainbridge', 'layered', 'necklace', 'bought', 'for', 'an', 'afternoon', 'function', 'and', 'wore', 'with', 'pumps', 'so', 'versatile', 'will', 'work', 'for', 'church', 'or', 'cocktail', 'party'] ['great', 'purchase', ',5,1,3', 'general', 'dresses', 'dresses'] ['9542,912,53', 'love', 'this', 'i', 'really', 'love', 'this', 'top', 'they', 'show', 'it', "'s", 'as', 'a', 'bathing', 'suit', 'cover', 'up', 'in', 'the', 'pics', 'but', 'i', 'will', 'wear', 'mine', 'as', 'a', 'top', 'over', 'a', 'cami', 'it', "'s", 'beautiful', 'and', 'looks', 'expensive', 'it', 'is', 'had', 'to', 'exchange', 'my', 'usual', 'size', 'for', 'one', 'smaller.,5,1,13', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9543,836,57', 'runs', 'huge', 'this', 'is', 'a', 'great', 'top', 'but', 'it', 'is', 'really', 'big', 'i', 'have', 'a', 'similar', 'top', 'from', 'the', 'same', 'brand', 'and', 'the', 'size', 'small', 'fits', 'as', 'expected', 'this', 'top', 'is', 'easily', '2', 'inches', 'wider', 'everywhere', 'i', 'would', 'love', 'to', 'exchange', 'it', 'for', 'an', 'extra', 'small', 'but', 'am', 'afraid', 'that', 'even', 'that', 'size', 'would', 'be', 'too', 'large', 'the', 'blue', 'pattern', 'is', 'beautiful', 'and', 'the', 'fabric', 'is', 'light', 'and', 'airy', 'which', 'is', 'perfect', 'for', 'warm', 'days', 'but', 'the', 'size', 'issue', 'is', 'out', 'of', 'control', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['9544,836,34', 'love', 'i', 'bought', 'one', 'of', 'these', 'in', 'store', 'and', 'then', 'ordered', 'two', 'more', 'online', 'i', 'love', 'this', 'top', 'it', "'s", 'loose', 'and', 'hangs', 'just', 'right', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'on', 'it', 'very', 'comfy', 'and', 'cute', 'pockets', 'too', 'which', 'is', 'always', 'a', 'plus', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9545,996,40', 'just', 'okay', 'the', 'skirt', 'is', 'just', 'okay', 'the', 'design', 'is', 'great', 'but', 'the', 'material', 'is', 'extremely', 'thin', 'and', 'see', 'through', 'there', 'is', 'a', 'slip', 'which', 'goes', 'to', 'mid-thigh-', 'very', 'strange', 'and', 'felt', 'weird', 'as', 'well', 'the', 'pleats', 'are', 'okay', 'but', 'not', 'great', 'overall', 'it', 'is', 'not', 'worth', 'paying', 'full', 'price', 'for', 'or', 'anywhere', 'near', 'that', 'and', 'again', 'be', 'wary', 'of', 'it', 'being', 'see', 'through', ',2,0,2', 'general', 'petite', 'bottoms', 'skirts'] ['9546,996,61', 'lovely', 'but', 'long', 'i', 'got', 'a', 'petite', 'i', "'m", '5', '5', 'and', 'this', 'comes', 'to', 'my', 'ankles', 'pleats', 'are', 'attractive', 'but', 'not', 'sure', 'if', 'they', 'will', 'hold', 'up', 'after', 'cleaning', 'otherwise', 'i', 'would', 'give', 'higher', 'marks', 'for', 'quality', 'overall', 'unusual', 'and', 'a', 'keeper', ',4,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['9547,836,33', 'good', 'in', 'theory', 'but', 'too', 'large', 'i', 'typically', 'wear', 'a', 'size', '16/xl', 'in', 'anything', 'from', 'retailer', 'and', 'i', 'ordered', 'this', 'top', 'in', 'an', 'xl', 'it', "'s", 'more', 'of', 'a', 't-shirt', 'with', 'buttons', 'than', 'a', 'blouse', 'and', 'it', 'was', 'overall', 'too', 'huge', 'it', "'s", 'nice', 'to', 'have', 'extended', 'size', 'options', 'but', 'even', 'if', 'i', 'went', 'down', 'to', 'a', 'size', 'l', 'this', 'would', 'have', 'looked', 'like', 'a', 'maternity', 'top', 'on', 'me', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['9548,862,50', 'in', 'a', 'word', 'clingy', 'and', 'not', 'in', 'good', 'way', 'long', 'so', 'you', 'need', 'it', 'to', 'flow', 'not', 'cling', 'liked', 'the', 'back', 'but', 'front', 'was', 'just', 'too', 'clingy', 'back', 'it', 'goes', ',2,0,3', 'general', 'petite', 'tops', 'knits'] ['9549,836,23', 'cute', 'top', 'a', 'bit', 'too', 'low', 'cut', 'for', 'me', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40.,4,1,12', 'general', 'petite', 'tops', 'blouses'] ['9550,1104,21', ',great', 'dress', 'i', 'ordered', 'the', 'extra', 'small', 'petite', 'and', 'it', 'fits', 'perfectly', ',5,1,1', 'general', 'dresses', 'dresses'] ['9551,879,59', 'i', 'just', 'love', 'this', 'well', 'made', 'nice', 'fabric', 'and', 'looks', 'just', 'great', 'over', 'pants', 'or', 'jeans', 'im', 'very', 'pleased', 'with', 'this', 'quirky', 'piece', 'and', 'got', 'it', 'on', 'sale', 'too', ',5,1,1', 'general', 'tops', 'knits'] ['9552,879,37', 'so', 'soft', 'the', 'fabric', 'is', 'so', 'soft', 'but', 'it', 'was', 'too', 'roomy', 'in', 'the', 'top', 'and', 'miid-section', 'so', 'it', 'did', "n't", 'flatter', 'my', 'body', ',3,1,0', 'general', 'tops', 'knits'] ['9553,1104,38', 'love', 'love', 'love', 'this', 'dress', 'is', 'absolutely', 'like', 'a', 'layered', 'cloud', 'the', 'material', 'is', 'amazingly', 'soft', 'and', 'comfy.,5,1,1', 'general', 'dresses', 'dresses'] ['9554,1104,32', 'soft', 'and', 'sexy', 'i', 'really', 'love', 'this', 'dress', 'it', 'hangs', 'well', 'and', 'clings', 'in', 'all', 'the', 'right', 'places', 'i', 'ordered', 'this', 'online', 'and', 'the', 'store', 'that', 'sent', 'it', 'had', 'left', 'the', 'security', 'tag', 'in', 'i', 'sent', 'it', 'back', 'the', 'tag', 'was', 'taken', 'out', 'and', 'the', 'dress', 'returned', 'very', 'quickly', 'and', 'without', 'cost', 'to', 'me', ',5,1,0', 'general', 'dresses', 'dresses'] ['9555,1104,38', 'pretty', 'but', 'too', 'short', 'i', 'was', 'really', 'excited', 'to', 'receive', 'this', 'dress', 'it', "'s", 'a', 'fun', 'concept', 'and', 'different', 'from', 'anything', 'else', 'i', 'have', 'however', 'the', 'dress', 'was', 'way', 'too', 'short', 'on', 'me', 'i', "'m", '5', 'ft', '6', 'in.', 'and', 'the', 'size', 'medium', 'was', 'way', 'too', 'short', 'given', 'the', 'thin', 'nature', 'of', 'the', 'material', 'i', 'did', 'not', 'feel', 'comfortable', 'keeping', 'the', 'dress', 'even', 'for', 'wearing', 'it', 'outside', 'the', 'office', 'i', 'will', 'have', 'to', 'return', 'this', 'dress', ',3,0,4', 'general', 'dresses', 'dresses'] ['9556,1104,41', 'great', 'dress', 'for', 'all', 'occasions', 'this', 'dress', 'is', 'exactly', 'what', 'i', 'needed', 'it', "'s", 'so', 'easily', 'dressed', 'up', 'or', 'down', 'heels', 'and', 'jewelry', 'for', 'cocktail', 'this', 'time.,5,1,0', 'general', 'dresses', 'dresses'] ['9557,836,56', 'great', 'shirt', 'order', 'size', 'smaller', 'fabulous', 'with', 'leggings', 'i', 'am', '5', '1', '105', 'lbs', 'and', 'always', 'wear', 'pxs', 'the', 'pxs', 'was', 'too', 'large', 'and', 'fit', 'like', 'a', 'ps', 'so', 'order', 'a', 'size', 'down', 'i', 'really', 'like', 'it', 'and', 'going', 'to', 'exchange', 'for', 'a', 'smaller', 'size', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['9558,1104,70', 'disappointing', 'i', 'ordered', 'this', 'in', 'cream', 'during', 'the', '25', 'sale', 'i', 'had', 'seen', 'one', 'at', 'the', 'store', 'and', 'thought', 'it', 'was', 'very', 'pretty', 'but', 'it', 'was', 'not', 'my', 'size', 'so', 'i', 'did', "n't", 'try', 'it', 'on', 'when', 'it', 'arrived', 'it', 'was', 'a', 'wrinkled', 'mess', 'it', 'was', 'so', 'wrinkled', 'that', 'i', 'do', "n't", 'think', 'i', 'would', 'be', 'able', 'to', 'iron', 'it', 'satisfactorily', 'i', 'was', 'also', 'disappointed', 'in', 'the', 'fabric', 'of', 'the', 'dress', 'layer', 'it', 'almost', 'looked', 'flocked', 'and', 'i', 'wonder', 'if', 'something', 'is', 'wrong', 'with', 'this', 'dress', 'in', 'particular', 'it', 'was', 'also', 'way', 'too', 'short', 'for', 'me', 'i', "'ll", 'be', 'taking', 'it', 'back', 'very', 'soon', 'i', 'do', 'plan', ',1,0,3', 'general', 'dresses', 'dresses'] ['9559,820,34', 'i', 'just', 'got', 'this', 'in', 'the', 'mail', 'and', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'it', 'is', 'a', 'beautiful', 'top', 'the', 'crochet', 'portion', 'of', 'it', 'is', 'very', 'well', 'made', 'and', 'overall', 'the', 'top', 'hangs', 'nicely', 'the', 'linen', 'though', 'is', 'a', 'little', 'bit', 'rough', 'and', 'scratchy', 'the', 'lining', 'underneath', 'seems', 'a', 'little', 'delicate', 'and', 'is', 'not', 'stretchy', 'so', 'i', 'felt', 'at', 'moments', 'while', 'sitting', 'that', 'i', 'could', 'have', 'just', 'ripped', 'it', 'with', 'one', 'wrong', 'move', 'the', 'linen', 'also', 'wrinkles', 'pretty', 'easy', 'in', 'the', 'mid-belly', 'section', 'so', 'there', 'is', 'an', 'ugly', 'line', 'going', 'across', 'a', 'problem', 'with', 'a', 'lot', 'of', 'l', ',5,1,1', 'general', 'tops', 'blouses'] ['9560,864,60', 'cute', 'and', 'comfortable', 'this', 'tunic', 'is', 'very', 'cute', 'and', 'incredibly', 'comfortable', 'it', 'is', 'a', 'bit', 'loose', 'but', 'you', 'can', 'see', 'that', 'on', 'the', 'model', 'that', 'it', 'hangs', 'off', 'the', 'body', 'i', 'lose', 'my', 'waist', 'a', 'little', 'bit', 'in', 'this', 'but', 'think', 'it', "'s", 'a', 'good', 'substitute', 'for', 'a', 'thin', 'sweatshirt', 'and', 'the', 'button', 'detail', 'at', 'the', 'neck', 'is', 'nice', 'if', 'you', 'want', 'to', 'show', 'a', 'little', 'cleavage', ',4,1,3', 'general', 'tops', 'knits'] ['9561,1104,44', 'love', 'it', 'i', 'love', 'this', 'dress', 'i', "'m", '5', '8', '160', 'lbs', 'and', 'have', 'no', 'hips', 'no', 'butt', 'and', 'no', 'waist', 'i', 'have', 'no', 'curves', 'and', 'thin', 'muscular', 'legs', 'it', "'s", 'like', 'wearing', 'a', 'cardigan', 'and', 'dress', 'all', 'in', 'one', 'i', 'paired', 'it', 'with', 'ivory', 'tights', 'and', 'dark', 'brown', 'boots', 'and', 'received', 'tons', 'of', 'compliments', ',5,1,6', 'general', 'dresses', 'dresses'] ['9562,1104,38', 'flimsy', 'cheap', 'i', 'was', 'so', 'bummed', 'by', 'this', 'dress', 'i', 'had', 'high', 'hopes', 'when', 'i', 'ordered', 'it', 'but', 'was', 'surprised', 'by', 'the', 'poor', 'quality', 'and', 'cheap', 'materials', 'when', 'it', 'arrived', 'the', 'body', 'of', 'the', 'dress', 'is', 'unlined', 'fleece', 'material', 'it', 'reminded', 'me', 'of', 'material', 'that', 'they', 'make', 'cheap', 'halloween', 'costumes', 'out', 'of', 'i', 'found', 'the', 'fit', 'baggy', 'and', 'unflattering'] [] ['the', 'shawl', 'portion', 'is', 'only', 'attached', 'at', 'the', 'very', 'top', 'of', 'the', 'shoulders'] [] ['very', 'disappointed', 'i', 'already', 'returned', 'this', ',2,0,3', 'general', 'dresses', 'dresses'] ['9563,836,60', 'runs', 'very', 'large', 'plan', 'to', 'order', 'at', 'least', 'one', 'size', 'smaller', 'than', 'you', 'think', 'it', "'s", 'way', 'baggy', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['9564,836,64', 'i', 'wanted', 'to', 'like', 'this', 'i', 'really', 'did', 'here', "'s", 'why', 'i', 'just', 'could', "n't", 'the', 'lace', 'strips', 'make', 'it', 'look', 'cheap', 'the', 'fabric', 'is', 'soft', 'but', 'the', 'pattern', 'is', 'undistinguished'] ['the', 'fit', 'is', 'very', 'disappointing', 'medium', 'looked', 'square', 'and', 'boxy', 'the', 'large', 'was', 'massive', 'and', 'in', 'both', 'sizes', 'the', 'v-neck', 'was', 'too', 'low', 'to', 'wear', 'without', 'a', 'camisole', 'underneath', 'which', 'defeated', 'the', 'purpose', ',1,0,2', 'general', 'petite', 'tops', 'blouses'] ['9565,862,49', 'this', 'is', 'a', 'beautiful', 'tunic', 'the', 'colors', 'are', 'vibrant', 'and', 'the', 'stitching', 'is', 'high', 'quality', 'please', 'note', 'that', 'the', 'insets', 'on', 'the', 'sides', 'are', 'not', 'actual', 'stitching', 'but', 'a', 'print', 'it', 'is', 'still', 'very', 'pretty', 'please', 'size', 'down', 'a', 'size', 'i', 'am', 'usually', 'a', 'large', 'wearing', 'a', '12', 'or', '14', 'if', 'something', 'runs', 'tight', 'across', 'the', 'bust', 'i', 'ordered', 'a', 'large', 'and', 'it', 'is', 'a', 'bit', 'big', 'under', 'the', 'arms', 'but', 'too', 'big', 'through', 'the', 'waist', 'area', 'i', 'am', 'not', 'small', 'in', 'this', 'area', 'either.i', 'would', 'recommend', 'buying', 'this', 'tunic', ',4,1,1', 'general', 'tops', 'knits'] ['9566,862,38', 'pefect', 'i', 'ca', "n't", 'wear', 'this', 'without', 'getting', 'dozens', 'of', 'compliments', 'plus', 'it', "'s", 'comfortable', 'it', "'s", 'very', 'soft', 'it', 'is', 'perfect', 'with', 'skinny', 'jeans', 'and', 'boots', 'with', 'pants', 'or', 'with', 'skirts', 'i', 'have', 'paired', 'it', 'with', 'pretty', 'much', 'everything', 'in', 'my', 'wardrobe', 'everyone', 'wants', 'to', 'know', 'where', 'i', 'got', 'it', 'it', "'s", 'very', 'well', 'made', 'and', 'the', 'embroidery', 'is', 'well', 'done', 'it', 'does', "n't", 'look', 'like', 'it', 'is', 'going', 'to', 'come', 'undone', 'anytime', 'soon', ',5,1,1', 'general', 'tops', 'knits'] ['9567,1095,36', 'so', 'disappointed', 'in', 'retailer', "'s", 'descriptions', 'lately', 'and', 'this', 'one', 'proved', 'to', 'be', 'no', 'different', 'the', 'short', 'end', 'of', 'it', 'this', 'dress', 'is', 'pretty', 'much', 'super', 'thick', 'heavy', 'linen', 'with', 'a', 'rope', 'like', 'collar', 'the', 'supposed', 'embroidery', 'you', 'see', 'and', 'there', 'is', 'no', 'lining', 'but', 'completely', 'unnecessary', 'pockets', 'i', "'m", 'typically', 'a', '2', 'or', '4', 'depending', 'on', 'the', 'designer', '5', '7', 'a', 'super', 'fit', '135', 'lbs', 'and', 'knew', 'enough', 'to', 'order', 'an', 'xs', 'in', 'this', 'however', 'it', 'still', 'fit', 'like', 'a', 'potato', 'sack', 'even', 'upon', 'taking', 'it', 'out', 'of', 'the', 'plastic', 'bag', 'i', 'knew', 'it', 'was', 'going', 'back', 'between', 'the', 'unrealistic', 'pictures', 'and', 'lack', ',2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['9568,1095,48', 'nice', 'dress-', 'had', 'to', 'alter', 'bottom', 'for', 'shape', 'this', 'dress', 'is', 'adorable', 'it', 'simply', 'did', 'not', 'fi', 'off', 'the', 'rack'] ['i', 'invested', '15', 'dollars', 'in', 'alterations', 'to', 'get', 'rid', 'of', 'the', 'very', 'bottom', 'side', 'pockets-', 'why', 'where', 'they', 'even', 'there', 'and', 'to', 'shape', 'the', 'bottom', 'basically', 'the', 'dress', 'is', 'straight', 'all', 'the', 'way', 'down', 'the', 'sides.by', 'up', 'and', 'alter'] ['the', 'top', 'pattern', 'and', 'cut', 'at', 'the', 'top', 'made', 'the', 'alteration', 'investment', 'worth', 'it', 'to', 'me-', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'excellent'] ['and', 'the', 'pattern', 'is', 'adorable-', 'can', 'be', 'worn', 'as', 'little', 'black', 'dress', 'cocktail', 'party', 'or', 'date', 'night', 'the', 'top', 'de', ',3,1,9', 'general', 'petite', 'dresses', 'dresses'] ['9569,399,32', ',gorgeous', 'details', 'great', 'use', 'of', 'materials', 'yet', 'the', 'diagonal', 'seam', 'above', 'the', 'knee', 'at', 'the', 'quadriceps', 'cuts', 'off', 'the', 'muscle', 'and', 'looks', 'odd', 'if', 'you', 'are', 'the', 'least', 'bit', 'muscular.,3,0,0', 'initmates', 'intimate', 'lounge'] ['9570,1066,49', 'my', 'new', 'go-to', "'s", 'i', 'am', 'a', 'pilcro', 'hyphen', 'girl', 'and', 'now', 'i', 'have', 'these', 'pants', 'to', 'love', 'as', 'well', 'super', 'comfy', 'and', 'cute', 'the', 'print', 'is', 'nice', 'and', 'subtle', 'i', "'m", 'usually', 'a', '29p', 'but', 'the', '29', 'regular', 'is', 'fine', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9571,862,71', 'beautifully', 'made', 'i', 'usually', 'have', 'a', 'hard', 'time', 'with', 'the', 'sizing', 'as', 'retailer', 'carries', 'so', 'many', 'designers', 'but', 'this', 'dolan', 'top', 'fits', 'absolutely', 'true', 'to', 'size', 'i', 'am', 'an', 'xs', 'and', 'it', 'fits', 'perfectly', 'drapes', 'exactly', 'as', 'shown', 'and', 'overall', 'looks', 'exactly', 'as', 'pictured', 'the', 'color', 'is', 'an', 'off-white', 'with', 'gold', 'beading', 'and', 'tiny', 'white', 'sequins', 'on', 'a', 'mesh', 'overlay', 'which', 'is', 'lined', 'so', 'there', 'is', 'no', 'show-through', 'which', 'i', 'was', 'concerned', 'about', 'it', 'is', 'not', 'boxy', 'due', 'to', 'the', 'fabric', 'which', 'is', 'very', 'soft', 'and', 'drapes', 'nicely', 'over', 'your', 'curves', 'there', 'is', 'just', 'enough', 'b', ',5,1,1', 'general', 'tops', 'knits'] ['9572,1083,56', 'lovely', 'fabric', 'and', 'colors', 'i', 'bought', 'this', 'dress', 'for', 'summer', 'celebrations', 'the', 'fabric', 'is', 'beautiful', 'and', 'the', 'colors', 'are', 'soft', 'and', 'enhance', 'the', 'flow', 'of', 'the', 'dress', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'i', 'especially', 'like', 'that', 'it', 'is', 'not', 'too', 'low', 'cut', 'in', 'the', 'front', 'i', 'will', 'pair', 'it', 'with', 'a', 'light', 'sweater', 'or', 'denim', 'jacket', 'definitely', 'a', 'dress', 'than', 'can', 'be', 'dressed', 'up', 'or', 'down', 'very', 'feminine', 'and', 'has', 'a', 'romantic', 'feel.,5,1,8', 'general', 'dresses', 'dresses'] ['9573,1066,42', 'love', 'these', 'pants', 'not', 'long', 'ago', 'i', 'bought', 'a', 'pair', 'of', 'hei', 'hei', 'pants', 'that', 'i', 'love', 'so', 'when', 'i', 'saw', 'these', 'i', 'immediately', 'tried', 'them', 'on', 'i', 'love', 'them', 'too', 'they', 'are', 'pretty', 'and', 'comfortable', 'and', 'i', 'am', 'so', 'happy', 'to', 'get', 'away', 'from', 'tight', 'jeans', 'they', 'are', 'also', 'very', 'flattering', 'size', 'wise', 'i', 'find', 'that', 'i', 'have', 'to', 'size', 'down', 'with', 'hei', 'hei', 'perhaps', 'because', 'they', 'have', 'a', 'looser', 'cut', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['9574,826,42', 'just', 'as', 'pictured', 'not', 'much', 'to', 'say', 'fits', 'tts', 'a', 'beautiful', 'top', 'colors', 'are', 'striking', ',5,1,1', 'general', 'tops', 'blouses'] ['9575,1148,32', 'nice', 'but', 'too', 'low', 'these', 'jeans', 'are', 'great', 'quality', 'but', 'they', 'just', 'hit', 'too', 'low', 'for', 'me', 'to', 'be', 'comfortable', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9576,826,29', 'flimsy', 'i', 'expected', 'better', 'from', 'this', 'top', 'it', 'is', 'thin', 'will', 'snack', 'easy', 'and', 'you', 'have', 'to', 'wear', 'a', 'cami', 'underneath', 'for', 'the', 'price', 'not', 'worth', 'it', 'definitely', 'returned', ',3,0,0', 'general', 'tops', 'blouses'] ['9577,1066,46', 'fun', 'print', 'love', 'love', 'the', 'print', 'on', 'these', 'but', 'the', 'fit', 'is', 'off', 'i', 'tried', 'on', 'the', 'solid', 'color', 'in', 'this', 'same', 'style', 'and', 'i', 'took', 'my', 'regular', 'size', '30.', 'these', 'i', 'needed', 'a', '12.', 'the', 'waist', 'seems', 'really', 'small', 'but', 'the', 'bottom', 'leg', 'parts', 'stretch', 'out', 'and', 'are', 'kind', 'of', 'baggy', 'after', '1', 'wear', 'i', 'ca', "n't", 'go', 'down', 'a', 'size', 'because', 'the', 'waist', 'was', 'too', 'small', 'on', 'the', '10.', 'since', 'i', 'love', 'the', 'print', 'so', 'much', 'it', 'may', 'be', 'tolerable', 'rare', 'for', 'hei', 'hei', 'to', 'fit', 'wonky.,4,1,6', 'general', 'petite', 'bottoms', 'pants'] ['9578,862,46', 'gorgeous', 'tunic', 'interesting', 'mix', 'of', 'colors', 'i', 'ordered', 'this', 'tunic', 'in', 'xl', 'and', 'it', 'fits', 'me', 'true', 'to', 'size', 'it', "'s", 'such', 'a', 'fun', 'piece', 'to', 'wear', 'i', 'like', 'all', 'of', 'the', 'embroidery', 'which', 'was', 'done', 'in', 'beautiful', 'colors', 'and', 'stitched', 'well', 'the', 'different', 'fabric', 'and', 'the', 'cut', 'make', 'this', 'a', 'very', 'flattering', 'top', 'i', 'tie', 'in', 'the', 'green', 'and', 'pink', 'in', 'my', 'jewelry', 'and', 'sweaters', 'when', 'i', 'wear', 'this', 'it', "'s", 'so', 'comfortable', 'too', 'i', "'ll", 'get', 'good', 'use', 'out', 'of', 'this', 'top', 'for', 'winter', 'i', 'like', 'the', 'uniqueness', 'of', 'it.,5,1,1', 'general', 'tops', 'knits'] ['9579,826,40', 'this', 'shirt', 'is', 'a', 'versatile', 'piece.', 'was', "n't", 'sure', 'whether', 'i', 'would', 'like', 'the', 'top', 'from', 'the', 'online', 'picture', 'but', 'it', 'is', 'so', 'much', 'more', 'flattering', 'in', 'person', 'can', 'be', 'worn', 'as', 'a', 'casual', 'piece', 'with', 'denim', 'skinnys', 'or', 'dressed', 'up', 'with', 'a', 'pencil', 'skirt', ',4,1,2', 'general', 'tops', 'blouses'] ['9580,1081,45', 'fun', 'summer', 'frock', 'bought', 'this', 'dress', 'for', 'my', 'daughter', 'teenager', 'and', 'it', 'is', 'perfect', 'it', 'is', 'a', 'cute', 'dress', 'perfect', 'for', 'summer', 'parties', 'special', 'occasions', 'it', 'seems', 'to', 'run', 'a', 'little', 'small', 'and', 'wrinkle', 'easily', 'but', 'over', 'all', 'she', 'and', 'i', 'both', 'are', 'happy', 'with', 'the', 'dress', ',4,1,3', 'general', 'dresses', 'dresses'] ['9581,986,48', ',this', 'is', 'a', 'beautiful', 'piece', 'that', 'can', 'be', 'paired', 'with', 'multiple', 'ways', 'the', 'color', 'is', 'rich', 'and', 'classy,5,1,0', 'general', 'jackets', 'jackets'] ['9582,1081,28', 'this', 'dress', 'turned', 'out', 'to', 'be', 'a', 'huge', 'disappointment', 'i', 'was', 'in', 'loveee', 'with', 'the', 'picture', 'in', 'real', 'life', 'not', 'so', 'much', 'the', 'material', 'felt', 'thin', 'and', 'cheap', 'and', 'the', 'yellow', 'was', 'super', 'yellow', 'nothing', 'like', 'the', 'picture', 'i', 'was', 'so', 'bummed', 'returned', 'it', 'earlier', 'today', ',1,0,6', 'general', 'dresses', 'dresses'] ['9583,1081,36', 'slightly', 'more', 'modern', 'take', 'on', 'preppy', 'i', 'think', 'this', 'dress', 'is', 'cute', 'it', 'caught', 'my', 'eye', 'in', 'the', 'store', 'and', 'i', 'got', 'a', 'bunch', 'of', 'compliments', 'when', 'i', 'tried', 'it', 'on', 'i', 'like', 'the', 'sunny', 'yellow', 'i', 'plan', 'on', 'wearing', 'it', 'to', 'an', 'outdoor', 'wedding', 'on', 'the', 'amalfi', 'coast', 'of', 'italy', 'in', 'the', 'spring', 'i', 'am', 'petite', "5'-2", '105lbs', 'and', 'purchased', 'a', 'size', '2.', 'i', 'think', 'it', 'may', 'run', 'a', 'little', 'tight', 'in', 'the', 'chest', 'so', 'perhaps', 'consider', 'sizing', 'up', 'if', 'you', 'have', 'average', 'or', 'larger', 'breasts', 'i', 'love', 'the', 'pockets', 'the', 'fabric', 'seems', 'to', 'wrinkle', 'easily', 'so', 'hopefully', 'i', 'wo', "n't", 'be', 'too', 'rumpled', 'after', 'having', 'it', ',4,1,4', 'general', 'dresses', 'dresses'] ['9584,1148,60', 'another', 'perfect', 'pair', 'i', 'love', 'these', 'jeans', 'i', 'am', 'always', 'reluctant', 'to', 'change', 'brands', 'but', 'these', 'are', 'the', 'best', 'i', 'was', 'pleased', 'from', 'the', 'minute', 'i', 'took', 'them', 'out', 'of', 'the', 'package', 'the', 'fit', 'is', 'perfect', 'very', 'skinny', 'but', 'not', 'too', 'tight', 'they', 'retain', 'their', 'shape', 'over', 'several', 'wearings', 'too', 'the', 'color', 'is', 'a', 'great', 'dark', 'navy', 'looking', 'forward', 'to', 'a', 'long', 'relationship', 'with', 'these', 'it', "'s", 'love', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['9585,1148,48', 'great', 'jeans', 'love', 'the', 'color', 'fit', 'and', 'feel', 'of', 'these', 'jeans', 'the', 'thin', 'material', 'is', 'stretchy', 'and', 'comfortable', 'i', 'did', "n't", 'have', 'to', 'pull', 'them', 'up', 'every', 'so', 'often', 'during', 'a', '3', 'hour', 'party', 'they', 'did', "n't", 'bag', 'out', 'after', 'the', 'first', 'wearing', 'and', 'are', 'true', 'to', 'size', 'i', 'got', 'a', '27p', '5', '2', '115', 'the', 'leg', 'length', 'is', 'perfect', 'and', 'ends', 'at', 'the', 'ankle', 'the', 'rise', 'was', "n't", 'too', 'low', 'for', 'me', 'highly', 'recommend', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['9586,826,45', 'amazing', 'silk', 'blouse', 'i', 'did', "n't", 'think', 'i', 'would', 'like', 'this', 'blouse', 'when', 'i', 'saw', 'it', 'on', 'the', 'website', 'but', 'once', 'i', 'tried', 'it', 'on', 'i', 'was', 'sold', 'yes', 'it', 'is', 'see-through', 'but', 'with', 'a', 'cami', 'underneath', 'this', 'blouse', 'can', 'be', 'worn', 'both', 'casually', 'and', 'to', 'work', 'the', 'best', 'feature', 'even', 'though', 'it', "'s", 'silk', 'and', 'the', 'tag', 'says', 'dry', 'clean', 'only', 'you', 'can', 'absolutely', 'hand', 'wash', 'this', 'blouse', 'in', 'cold', 'water', 'and', 'air', 'dry', 'i', 'did', 'and', 'it', 'came', 'out', 'perfect', 'with', 'no', 'wrinkles', 'i', 'took', 'my', 'usual', 'small', 'i', "'m", '32c', 'and', '122', 'lbs', 'and', 'love', 'how', 'versatile', 'this', 'blouse', 'will', 'be', ',5,1,6', 'general', 'tops', 'blouses'] ['9587,928,55', 'nice', 'sweater', 'but', 'did', "n't", 'look', 'right', 'on', 'me', 'the', 'geometrical', 'pattern', 'of', 'this', 'sweater', 'is', 'slightly', 'asymmetrical', 'with', 'nice', 'geometry', 'to', 'it', 'the', 'colors', 'are', 'more', 'muted', 'and', 'subtle', 'as', 'compared', 'to', 'the', 'picture', 'i', 'was', 'very', 'excited', 'to', 'see', 'it', 'through', 'its', 'transparent', 'bag', 'unfortunately', 'my', 'delight', 'faded', 'after', 'i', 'pulled', 'the', 'sweater', 'out', 'first', 'it', 'weighs', 'a', 'ton', 'a', 'thread', 'for', 'each', 'color', 'runs', 'around', 'he', 'whole', 'sweater', 'hence', 'much', 'more', 'thread', 'went', 'into', 'it', 'than', 'in', 'a', 'typical', 'sweater', 'second', 'it', 'runs', 'large', 'i', 'am', 'usually', 'an', 'xl', 'or', '16-18', 'but', 'this', 'sweater', 'has', 'lost', 'of', ',3,1,3', 'general', 'tops', 'sweaters'] ['9588,1066,39', 'cute', 'casual', 'pants', 'i', 'got', 'lots', 'of', 'compliments'] ['fabric', 'is', 'thin', 'but', 'not', 'too', 'thin', 'perfect', 'for', 'summer', 'and', 'fall', 'you', 'can', 'roll', 'up', 'higher', 'or', 'even', 'down', 'to', 'full', 'length', 'or', 'ankle', 'depends', 'on', 'your', 'leg', 'length'] ['fit', 'is', 'relaxed', 'but', 'not', 'too', 'loose', 'these', 'pants', 'are', 'stretchy', 'and', 'very', 'comfortable', 'i', 'have', 'bigger', 'thighs', 'calves', 'with', 'small', 'waist', 'and', 'flat', 'butts', 'i', 'am', 'definitely', 'not', 'a', 'fan', 'of', 'skinny', 'pants/yoga', 'pants', 'so', 'i', 'often', 'have', 'problem', 'finding', 'the', 'perfect', 'pants', 'that', 'do', "n't", 'show', 'off', 'the', 'silhouette', 'of', 'my', 'bottoms', 'these', 'pants', 'solved', 'a', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['9589,1081,28', 'colors', 'are', 'more', 'intense', 'than', 'they', 'appear', 'i', 'purchased', 'this', 'dress', 'for', 'my', 'graduation', 'the', 'colors', 'are', 'much', 'more', 'intense', 'and', 'bright', 'then', 'they', 'appear', 'online', 'i', "'m", 'kind', 'of', 'concerned', 'that', 'i', 'look', 'like', 'a', 'carnival', 'tent', 'i', 'like', 'the', 'style', 'but', 'the', 'fabric', 'feels', 'cheap', 'for', 'the', 'cost', 'of', 'the', 'dress', 'the', 'fabric', 'is', '100', 'synthetic.the', 'fit', 'is', 'great', 'the', 'dress', 'is', 'true', 'to', 'size,2,0,42', 'general', 'dresses', 'dresses'] ['9590,1081,49', 'runs', 'very', 'small', 'beautiful', 'dress', 'wonderful', 'fabric', 'very', 'well', 'made', 'just', 'runs', 'really', 'small', 'so', 'sad', 'i', 'wanted', 'this', 'dress', 'for', 'a', 'special', 'event', ',3,1,0', 'general', 'dresses', 'dresses'] ['9591,862,45', 'light', 'and', 'lovely.', 'i', 'recently', 'purchased', 'this', 'tunic', 'on', 'sale', 'the', 'cut', 'of', 'this', 'top', 'is', 'flattering', 'on', 'my', 'curvy', 'figure', 'as', 'it', 'has', 'a', 'cinched', 'in', 'waist', 'the', 'embroidery', 'is', 'lovely', 'and', 'very', 'bright', 'with', 'several', 'shades', 'of', 'colors', 'i', 'wore', 'this', 'with', 'black', 'leggings', 'boots', 'and', 'a', 'green', 'cardigan', 'and', 'received', 'many', 'compliments', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['9592,1104,38', 'great', 'easy', 'dress', 'material', 'is', 'slightly', 'thin-', 'good', 'transitional', 'dress', 'for', 'spring', 'or', 'fall', 'the', 'waist', 'is', 'not', 'quite', 'as', 'fitted', 'as', 'i', 'would', 'like', 'but', 'the', 'neck', 'and', 'sleeves', 'are', 'perfect', 'the', 'length', 'is', 'good', 'but', 'i', 'am', 'short', '5', '1', 'and', '105', 'lbs-', 'xs', 'fit', 'pretty', 'well', 'a', 'really', 'good', 'purchase-', 'more', 'of', 'a', 'workhorse', 'work', 'dress', 'and', 'not', 'a', 'wow', 'dress', 'on', 'me', 'but', 'nice', 'to', 'pair', 'with', 'blazers', 'jewelry', 'do', "n't", 'regret', 'the', 'purchase', 'very', 'comfortable', 'got', 'compliments', 'when', 'i', 'wore', ',5,1,0', 'general', 'dresses', 'dresses'] ['9593,1083,39', 'seems', 'longer', 'than', '50', 'this', 'is', 'festival', 'dress', 'epitomized', 'flowery', 'flowy', 'romantic', 'styling', 'so', 'many', 'layers', 'in', 'a', 'muted', 'color', 'pattern', 'but', 'also', 'retains', 'heat', 'since', 'it', "'s", 'all', 'polyester', 'good', 'thing', 'the', 'skirt', 'is', 'swishy', 'to', 'air', 'your', 'legs', 'out', 'my', 'distress', 'is', 'regarding', 'the', 'length', 'petite', 'was', 'sold', 'out', 'so', 'i', 'bought', 'the', 'regular', 'with', 'the', 'intention', 'of', 'wearing', 'platform', 'wedges', 'it', "'s", 'still', 'too', 'long', 'if', 'i', 'hem', 'i', 'will', 'lose', 'a', 'lot', 'of', 'the', 'pretty', 'blue', 'pattern', ',5,1,2', 'general', 'dresses', 'dresses'] ['9594,941,42', 'not', 'soft', 'i', 'had', 'hoped', 'this', 'bulky', 'knit', 'would', 'be', 'cuddly', 'and', 'soft', 'with', 'suri', 'a', 'type', 'of', 'alpaca', 'in', 'the', 'title', 'i', 'do', "n't", 'know', 'if', 'the', 'blend', '45', 'polyamide', '25', 'royal', 'baby', 'alpaca', '20', 'fine', 'merino', 'threw', 'it', 'but', 'had', 'i', 'felt', 'this', 'in', 'store', 'i', 'would', 'never', 'have', 'even', 'picked', 'it', 'up', 'unimpressed', ',1,0,3', 'general', 'tops', 'sweaters'] ['9595,862,41', 'gorgeous', 'top', 'i', 'had', 'been', 'eyeing', 'this', 'top', 'for', 'awhile', 'and', 'decided', 'to', 'get', 'it', 'when', 'it', 'went', 'on', 'sale', 'it', 'is', 'a', 'very', 'nice', 'top', 'i', "'m", 'going', 'to', 'pair', 'it', 'with', 'jeans', 'and', 'boots', 'for', 'our', 'florida', 'fall', 'but', 'could', 'see', 'it', 'working', 'with', 'a', 'nice', 'pair', 'of', 'pants', 'it', 'is', 'roomy', 'so', 'if', 'you', "'re", 'looking', 'for', 'something', 'more', 'fitted', 'than', 'i', 'would', 'pass', 'on', 'this', 'top.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['9596,862,41', 'stunning', 'hides', 'my', 'pooch', 'too', 'i', 'love', 'this', 'shirt', 'it', "'s", 'gorgeous', 'got', 'it', 'last', 'night', 'wore', 'it', 'today', 'and', 'received', 'compliments', 'all', 'day', 'long'] [] ['i', 'do', "n't", 'normally', 'look', 'good', 'in', 'tunic', 'length', 'tops', 'but', 'somehow', 'there', "'s", 'magic', 'in', 'this', 'one', 'the', 'seaming', 'on', 'the', 'front', 'totally', 'hides', 'my', 'post-baby', 'pooch', 'too', 'bad', 'the', 'baby', 'just', 'turned', '3', 'and', 'my', 'pooch', 'is', "n't", 'going', 'anywhere'] [] ['adore', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['9597,1104,41', 'love', 'love', 'love', 'i', 'love', 'this', 'dress'] ['it', 'is', 'so', 'cute'] ['i', 'have', 'another', 'dress', 'from', 'the', 'same', 'brand', 'hutch', 'in', 'almost', 'the', 'exact', 'same', 'shape/style', 'so', 'i', 'was', 'excited', 'to', 'see', 'this', 'one', 'is', 'so', 'similar', 'to', 'the', 'other', 'dress', 'i', 'love'] ['i', 'am', '5ft', '8in', 'and', '145lbs', 'and', 'medium', 'fits', 'perfectly'] ['it', "'s", 'snug', 'at', 'the', 'top', 'but', 'not', 'tight', 'and', 'the', 'skirt', 'is', 'full', 'but', 'not', 'too', 'full'] ['the', 'fabric', 'is', 'slightly', 'thinner', 'than', 'i', 'expected', 'but', 'still', 'like', 'it', 'a', 'lot', 'if', 'i', 'could', 'change', 'one', 'thing', 'it', 'would', 'be', 'one', 'inch', 'longer', 'hits', 'a', 'tiny', 'bit', 'more', 'above', 'the', 'knee', 'than', 'i', 't', ',5,1,7', 'general', 'dresses', 'dresses'] ['9598,1066,50', 'my', 'new', 'go-to', 'just', 'bought', 'these', 'they', 'are', 'my', 'fourth', 'pair', 'they', 'are', 'comfy', 'flattering', 'and', 'versatile', 'i', 'pretty', 'much', 'live', 'in', 'these', 'cargos', 'on', 'the', 'weekends', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['9599,826,48', 'not', 'for', 'me', 'the', 'mustard', 'colour', 'was', 'much', 'stronger', 'than', 'it', 'seems', 'in', 'the', 'picture', 'and', 'it', 'was', "n't", 'pretty', 'on', 'me', 'plus', 'the', 'sleeves', 'were', 'very', 'wide', 'so', 'that', 'makes', 'this', 'not', 'good', 'for', 'petite', 'frames', 'in', 'my', 'opinion', 'it', 'does', 'run', 'big', 'i', 'ordered', 'm', 'and', 'i', 'usually', 'take', 'm', 'or', 'even', 'l', 'in', 'retailer', 'clothes', 'but', 'i', 'could', 'have', 'tried', 'a', 's', 'to', 'make', 'it', 'less', 'boxy', 'too', 'bad', 'though', 'because', 'it', "'s", 'a', 'pretty', 'shirt', 'and', 'different', ',3,0,0', 'general', 'tops', 'blouses'] ['9600,1066,47', 'the', 'pants', 'i', 'loved', 'until', 'the', 'day', 'went', 'on', 'i', 'always', 'coveted', 'a', 'pair', 'of', 'flower', 'camos', 'that', 'my', 'sister', 'used', 'to', 'wear', 'they', 'were', 'perfect', 'fitted', 'but', 'not', 'too', 'casual', 'but', 'not', 'too', 'i', 'saw', 'these', 'and', 'thought', 'to', 'myself', 'that', 'i', 'finally', 'found', 'them', 'that', 'i', 'did', "n't", 'have', 'to', 'covet', 'my', 'sister', "'s", 'pants', 'any', 'more', 'these', 'check', 'all', 'the', 'boxes', 'comfy', 'stylish', 'high', 'quality', 'but', 'by', 'the', 'end', 'of', 'the', 'day', 'they', 'bag', 'out', 'when', 'i', 'wore', 'them', 'i', 'had', 'to', 'keep', 'pulling', 'them', 'up', 'a', 'belt', 'would', 'certainly', 'help', 'so', 'i', 'love', 'the', 'pants', 'but', 'am', 'a', 'bit', 'disappointed', 'with', 'how', 'they', 'lose', 'their', 'shape', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9601,945,75', 'better', 'in', 'person', 'than', 'photo', 'i', 'love', 'hand', 'knit', 'sweaters', 'they', 'look', 'expensive', 'this', 'sweater', 'is', 'pricey', 'and', 'i', 'shied', 'away', 'from', 'the', 'original', 'price', 'at', 'the', 'reduced', 'price', 'it', 'is', 'worth', 'it', 'my', 'sweater', 'is', 'bright', 'blue', 'and', 'pure', 'white', 'so', 'not', 'sure', 'what', 'other', 'reviewer', 'got', 'however', 'it', 'is', 'itchy', 'i', 'admit', 'that', 'i', 'have', 'somewhat', 'sensitive', 'skin', 'so', 'if', 'i', 'can', 'not', 'wear', 'a', 'silk', 'layer', 'under', 'it', 'or', 'find', 'a', 'way', 'to', 'make', 'it', 'less', 'itchy', 'on', 'me', 'i', 'will', 'have', 'to', 'reluctantly', 'return', 'it', 'i', 'normally', 'wear', 'large', 'but', 'the', 'medium', 'fit', 'fine', ',4,1,5', 'general', 'tops', 'sweaters'] ['9602,872,59', ',very', 'flattering', 'i', 'am', '36c', 'and', 'short', 'torso', 'and', 'the', 'small', 'fit', 'like', 'a', 'glove', 'the', 'medium', 'was', 'a', 'bit', 'loose', 'and', 'gapped', 'some', 'on', 'the', 'side', 'of', 'my', 'breasts', 'need', 'to', 'wear', 'strapless', 'bra', 'really', 'cute', 'style', 'and', 'goes', 'with', 'several', 'of', 'the', 'patterned', 'capri', 'pants', 'i', 'bought', 'at', 'retailer', 'this', 'spring', ',5,1,0', 'general', 'tops', 'knits'] ['9603,820,76', 'beautiful', 'flowy', 'i', 'fell', 'in', 'love', 'with', 'this', 'shirt', 'in', 'the', 'store', 'and', 'it', 'has', 'become', 'one', 'of', 'my', 'favorite', 'items', 'in', 'my', 'closet', 'the', 'bright', 'pink', 'contrasts', 'perfectly', 'with', 'the', 'white', 'peplum', 'bottom', 'and', 'the', 'fit', 'is', 'wonderfully', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['9604,820,56', ',,5,1,0', 'general', 'tops', 'blouses'] ['9605,872,34', 'adorable', 'i', "'m", 'very', 'glad', 'i', 'snatched', 'this', 'up', 'when', 'i', 'did', 'it', 'is', 'super', 'soft', 'and', 'the', 'perfect', 'length', 'i', 'love', 'the', 'slight', 'peplum', 'as', 'it', 'makes', 'for', 'a', 'very', 'flattering', 'fit', 'i', 'can', 'tell', 'this', 'shirt', 'will', 'be', 'a', 'staple', 'year', 'round', 'as', 'it', 'works', 'great', 'with', 'shorts', 'or', 'jeans', 'for', 'me', 'i', 'think', 'the', 'large', 'was', 'a', 'tiny', 'bit', 'big', 'in', 'the', 'waist', 'but', 'it', 'might', 'shrink', 'in', 'the', 'wash.', 'the', 'armholes', 'were', 'nice', 'too', 'and', 'did', "n't", 'gap', ',4,1,0', 'general', 'tops', 'knits'] ['9606,872,31', 'perfect', 'summer', 'top', 'i', 'love', 'this', 'top', 'it', "'s", 'the', 'perfect', 'lightweight', 'top', 'for', 'summer', 'and', 'the', 'details', 'are', 'so', 'feminine', 'and', 'pretty', 'the', 'fit', 'is', 'extremely', 'flattering', 'the', 'arm', 'holes', 'are', 'not', 'too', 'large', 'i.e', 'do', 'not', 'have', 'to', 'worry', 'about', 'exposing', 'bra', 'i', 'think', 'you', 'can', 'dress', 'it', 'up', 'with', 'heels', 'wear', 'it', 'casually', 'with', 'shorts', 'also', 'pairs', 'perfectly', 'with', 'kimonos', 'i', "'m", '5', '4', '130', 'and', 'i', 'took', 'my', 'usual', 'retailer', 'size', 'in', 'this', 'size', 'small', ',5,1,2', 'general', 'tops', 'knits'] ['9607,868,44', 'loved', 'this', 'pic', 'does', "n't", 'do', 'it', 'justice', 'very', 'flattering', 'i', 'got', 'it', 'in', 'navy', 'definitely', 'worth', 'the', 'sale', 'price', ',4,1,0', 'general', 'tops', 'knits'] ['9608,820,25', 'perfect', 'in', 'every', 'way', 'love', 'the', 'blouse', 'and', 'the', 'best', 'part', 'is', 'the', 'back', 'side', 'this', 'brand', 'never', 'ceases', 'to', 'fall', 'short', 'for', 'fit', 'and', 'style', 'try', 'it', 'on', 'to', 'see,5,1,3', 'general', 'tops', 'blouses'] ['9609,872,39', 'cool', 'tried', 'the', 'xs', 'in', 'store', 'and', '115', 'lbs', '30dd', '5', '1.5', 'fit', 'like', 'a', 'glove', 'the', 'chest', 'part', 'was', 'fitted', 'on', 'me', 'the', 'white', 'is', 'almost', 'not', 'see', 'through', 'but', 'nowadays', 'that', 'seems', 'acceptable', 'see', 'though', 'the', 'material', 'is', 'typical', 'of', 'meadow', 'rue', 'cotton', 'like', 'and', 'airy', 'it', 'is', 'a', 'basic', 'white', 'with', 'styling', 'the', 'top', 'part', 'also', 'has', 'some', 'dimension', 'i', 'overall', 'thought', 'this', 'would', 'look', 'nice', 'with', 'my', 'white', 'shorts', 'or', 'with', 'some', 'nice', 'jeans', 'and', 'blazer', ',5,1,4', 'general', 'tops', 'knits'] ['9610,820,39', 'recommend', 'if', 'you', 'hav', 'hte', 'right', 'coloring', 'for', 'it', 'love', 'this', 'top', 'the', 'cut', 'is', 'nice', 'and', 'is', 'similar', 'to', 'the', 'previous', 'one', 'that', 'was', 'denim', 'love', 'hte', 'colors', 'but', 'they', 'looked', 'awful', 'on', 'my', 'skin', 'tone', 'unfortunately'] [] ['sizing', 'is', 'true', 'to', 'size', 'i', 'tried', 'on', 'the', 'regular', 'size', 'not', 'petite', 'and', 'it', 'was', 'fine', 'my', 'usual', '0', 'or', '2', 'went', 'with', '0', 'as', 'tjhis', 'top', 'is', 'a', 'looser', 'fit', '2', 'would', 'be', 'boxy', 'the', 'lace', 'part', 'is', 'a', 'nice', 'added', 'detial', 'the', 'plaid', 'is', 'soft', 'flannel', 'color', 'is', 'a', 'salmon', 'colr', 'with', 'navy', 'but', 'the', 'dominant', 'color', 'washed', 'me', 'out', 'i', 'am', 'fair', 'love', 'it', 'otherwise', ',5,1,3', 'general', 'tops', 'blouses'] ['9611,862,31', 'boxy', 'i', 'love', 'the', 'color', 'block', 'concept', 'but', 'this', 'top', 'was', 'way', 'too', 'boxy', 'the', 'shirt', 'was', 'pretty', 'much', 'square', 'and', 'the', 'top', 'was', 'super', 'itchy', 'too', 'looks', 'so', 'cute', 'online', 'but', 'no-go', 'in', 'person', ',1,0,1', 'general', 'petite', 'tops', 'knits'] ['9612,868,54', 'nice', 'top', 'i', 'received', 'this', 'in', 'the', 'mail', 'today', 'and', 'i', 'liked', 'it', 'from', 'the', 'minute', 'i', 'tried', 'it', 'on', 'and', 'looked', 'in', 'the', 'mirror', 'it', 'is', 'a', 'unique', 'piece', 'to', 'compliment', 'black', 'pants', 'or', 'jeans', 'i', 'hope', 'to', 'be', 'able', 'to', 'wear', 'it', 'with', 'leggings', 'if', 'it', 'covers', 'my', 'bum', 'so', 'i', 'will', 'have', 'to', 'try', 'it', 'on', 'with', 'leggings', 'to', 'see', 'the', 'fabric', 'is', 'nice', 'and', 'it', 'fits', 'well', 'and', 'compliments', 'my', 'figure', 'it', 'is', 'longer', 'as', 'it', 'appears', 'on', 'the', 'model', 'i', 'do', 'recommend', 'you', 'give', 'it', 'a', 'try', 'especially', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'tops', 'knits'] ['9613,872,37', 'lovely', 'top', 'this', 'is', 'a', 'beautiful', 'simple', 'yet', 'feminine', 'top', 'a', 'little', 'tight', 'in', 'the', 'bust', 'on', 'me', 'so', 'i', 'had', 'to', 'size', 'up', 'and', 'i', 'am', 'not', 'busty', 'for', 'reference', 'i', 'am', '117', '5', '3', '34b', 'i', "'m", 'probably', 'in', 'between', 'a', 'small', 'and', 'x-small', 'on', 'this', 'but', 'went', 'with', 'the', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['9614,868,47', 'did', "n't", 'work', 'on', 'me', 'at', 'all', 'i', 'had', 'high', 'hopes', 'with', 'the', 'other', 'positive', 'reviews', 'but', 'it', 'did', "n't", 'work', 'on', 'me', 'nice', 'stretchy', 'fabric', 'and', 'nice', 'length', 'but', 'it', 'was', 'bunchy', 'in', 'the', 'front', 'and', 'did', "n't", 'lay', 'well', 'and', 'did', "n't", 'do', 'my', 'bust', 'any', 'favors', 'maybe', 'better', 'on', 'those', 'less', 'pear', 'shaped', 'hopeless', 'on', 'me', ',2,0,1', 'general', 'tops', 'knits'] ['9615,868,27', 'cute', 'but', 'runs', 'large', 'i', 'ordered', 'my', 'normal', 'size', 'and', 'found', 'that', 'this', 'top', 'runs', 'large', 'i', 'wanted', 'to', 'tie', 'the', 'front', 'ties', 'tighter', 'to', 'accentuate', 'my', 'waist', 'but', 'even', 'so', 'it', 'was', 'still', 'quite', 'loose', 'the', 'fabric', 'is', 'very', 'stretchy', 'and', 'thin', 'and', 'the', 'top', 'was', 'longer', 'on', 'me', 'than', 'pictured', 'in', 'the', 'model', 'for', 'reference', 'i', 'am', "5'-7", '155lbs', 'usually', 'wear', 'a', 'medium/8', 'in', 'a', 'top', 'this', 'medium', 'was', 'too', 'large', ',3,1,0', 'general', 'tops', 'knits'] ['9616,872,33', 'great', 'top', 'i', 'love', 'this', 'shirt', 'i', 'had', 'my', 'eye', 'on', 'it', 'for', 'awhile', 'but', 'was', "n't", 'sure', 'what', 'size', 'i', "'d", 'be', 'so', 'i', 'went', 'to', 'the', 'store', 'to', 'try', 'they', 'only', 'had', 'a', 'small', 'which', 'i', 'figured', 'i', 'would', 'be', 'but', 'it', 'was', 'a', 'little', 'large', 'and', 'not', 'as', 'fitted', 'as', 'i', 'would', 'like', 'it', 'across', 'the', 'chest', 'i', 'got', 'an', 'xs', 'and', 'it', 'was', 'perfect', 'i', 'am', '5', '1', 'about', '120', 'lbs', 'and', 'a', 'small', 'c', 'cup', 'and', 'it', 'fits', 'great', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9617,868,59', 'cute', 'top', 'i', 'like', 'the', 'top', 'like', 'the', 'tie', 'in', 'the', 'front', 'the', 'material', 'is', 'stretchy', 'would', 'imagine', 'this', 'will', 'work', 'for', 'any', 'size', 'of', 'chest', 'i', 'wear', 'either', 'a', 'small', 'or', 'medium', 'so', 'thought', 'i', "'d", 'be', 'safe', 'order', 'the', 'medium', 'which', 'turned', 'out', 'to', 'fix', 'more', 'like', 'a', 'large', 'i', "'m", 'taking', 'it', 'back', 'for', 'the', 'small', 'as', 'it', "'s", 'a', 'keeper', ',5,1,12', 'general', 'tops', 'knits'] ['9618,868,36', 'beautiful', 'tunic', 'i', 'am', 'currently', 'loving', 'anything', 'that', 'crosses', 'or', 'ties', 'around', 'the', 'stomach', 'area', 'to', 'hide', 'what', "'s", 'left', 'from', 'my', 'most', 'recent', 'pregnancy', 'this', 'tunic', 'fits', 'the', 'bill', 'the', 'material', 'has', 'the', 'perfect', 'amount', 'of', 'stretch', 'and', 'the', 'length', 'was', 'just', 'right', 'i', 'am', 'very', 'petite', 'and', 'bought', 'my', 'usual', 'size', 'xs', 'i', 'would', 'have', 'liked', 'to', 'try', 'this', 'tunic', 'in', 'a', 'petite', 'size', 'but', 'then', 'it', 'may', 'have', 'been', 'too', 'short', 'i', 'plan', 'on', 'wearing', 'this', 'to', 'work', 'with', 'leggings', 'and', 'for', 'running', 'errands', 'once', 'the', 'weather', 'warms', 'up', ',5,1,8', 'general', 'tops', 'knits'] ['9619,829,64', 'so', 'cute', 'on', 'i', 'was', "n't", 'immediately', 'attracted', 'to', 'this', 'shirt', 'but', 'decided', 'to', 'try', 'it', 'on', 'i', 'loved', 'it', 'on'] ['it', 'is', 'comfortable', 'and', 'very', 'flattering', 'i', "'m", 'a', 'small', 'person', 'and', 'the', 'length', 'was', "n't", 'overbearing', 'on', 'me', 'it', 'was', 'full', 'but', 'the', 'stitching', 'around', 'the', 'chest', 'gives', 'it', 'shape', 'and', 'is', 'flattering', 'to', 'a', 'smaller', 'chested', 'person', 'i', "'m", 'not', 'sure', 'how', 'it', 'works', 'on', 'a', 'fuller', 'person', 'but', 'my', 'guess', 'is', 'it', 'may', 'surprise', 'you', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9620,872,51', 'soft', 'and', 'romantic', 'love', 'love', 'this', 'top', 'it', "'s", 'flattering', 'shows', 'off', 'your', 'shoulders', 'soft', 'and', 'has', 'delicate', 'embroidery', 'i', 'typically', 'order', 'a', 'xxsp', 'in', 'antro', 'tops', 'as', 'i', "'m", 'very', 'petite', 'but', 'decided', 'to', 'order', 'both', 'xxsp', 'and', 'xxs', 'just', 'to', 'see', 'the', 'difference', 'the', 'xxs', 'worked', 'better', 'as', 'the', 'xxsp', 'was', 'too', 'short', 'in', 'length', 'and', 'kind', 'of', 'looked', 'like', 'i', 'was', 'trying', 'to', 'fit', 'into', 'a', 'child', 'size', 'top', 'the', 'xxs', 'is', 'a', 'perfect', 'length', 'it', "'s", 'my', 'new', 'favorite', 'and', 'i', 'can', 'see', 'keeping', 'this', 'in', 'my', 'wardrobe', 'for', 'a', 'long', 'long', 'time', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9621,872,64', 'excellent', 'if', 'you', 'do', 'not', 'have', 'a', 'chest', 'i', 'received', 'this', 'today', 'and', 'will', 'have', 'to', 'send', 'it', 'back', 'it', 'is', 'super', 'cute', 'and', 'the', 'quality', 'is', 'great', 'however', 'you', 'need', 'to', 'wear', 'a', 'bra', 'or', 'a', 'halter', 'bra', 'due', 'to', 'the', 'style', 'which', 'is', 'not', 'a', 'proble', 'but', 'my', '32d', 'chest', 'looked', 'huge', 'in', 'this', 'top', 'so', 'it', 'is', 'going', 'back', ',4,0,2', 'general', 'petite', 'tops', 'knits'] ['9622,764,48', 'are', 'you', 'kidding', 'finally', 'decided', 'to', 'join', 'the', 'yoga-wear', 'craze', 'and', 'thought', 'these', 'tights', 'and', 'a', 'few', 'other', 'pair', 'from', 'retailer', 'would', 'help', 'me', 'transition', 'to', 'this', 'style', 'my', 'size', 'l', 'tights', 'were', 'just', 'that', 'tight', 'so', 'tight', 'i', 'really', 'did', "n't", 'want', 'to', 'pull', 'them', 'up', 'past', 'the', 'knee', 'i', 'am', 'not', 'kidding', 'i', 'wear', 'size', '14', 'pants', 'and', 'my', 'legs', 'are', 'toned', 'and', 'shapely', 'so', 'there', 'was', 'no', 'reason', 'to', 'expect', 'a', 'l', 'would', "n't", 'fit', 'so', 'sad', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['9623,862,47', 'nicer', 'than', 'a', 'tee', 'lighter', 'than', 'a', 'sweater', 'the', 'lightweight', 'knit', 'and', 'flattering', 'colors', 'made', 'this', 'top', 'so', 'perfect', 'for', 'me', 'that', 'i', 'bought', 'it', 'for', 'full', 'price', 'it', "'s", 'big', 'so', 'i', "'d", 'size', 'down', 'you', "'ll", 'still', 'get', 'a', 'forgiving', 'shape', 'flattering', 'colors', 'and', 'just', 'a', 'really', 'nice', 'option', 'for', 'work', 'or', 'off', 'hours', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['9624,872,23', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9625,872,51', 'nippley', 'lovely', 'cut', 'pretty', 'creamy', 'color', 'great', 'top', 'for', 'strong', 'shoulders', 'however', 'the', 'upper', 'section', 'of', 'this', 'top', 'is', 'way', 'more', 'sheer', 'than', 'it', 'appears', 'in', 'the', 'photos', 'there', 'is', 'no', 'bra', 'that', 'would', 'really', 'work', 'with', 'it', 'unless', 'you', 'want', 'to', 'embrace', 'the', 'undergarment', 'visibility', 'and', 'go', 'with', 'one', 'that', 'has', 'really', 'pretty', 'straps', 'just', 'be', 'sure', 'the', 'bra', 'fits', 'especially', 'well', 'because', 'any', 'back', 'fat', 'will', 'absolutely', 'show', 'if', 'you', 'go', 'without', 'a', 'bra', 'though', 'headlights', 'so', 'there', "'s", 'that', ',4,0,2', 'general', 'tops', 'knits'] ['9626,872,36', 'lovely', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'and', 'it', 'looks', 'absolutely', 'fabulous', 'the', 'first', 'time', 'you', 'wear', 'it', 'the', 'details', 'are', 'impeccable', 'and', 'you', "'ll", 'get', 'compliments', 'all', 'day', 'long', 'i', 'paired', 'it', 'with', 'a', 'jean', 'jacket', 'and', 'my', 'favorite', 'destroyed', 'skinnies', 'for', 'an', 'outing', 'in', 'tx', 'wine', 'country', 'there', 'are', 'a', 'couple', 'of', 'key', 'things', 'to', 'note', 'when', 'you', 'pull', 'this', 'top', 'on', 'mind', 'your', 'make-ups', 'you', 'can', 'and', 'will', 'get', 'make-up', 'on', 'the', 'collar', 'and', 'so', 'apply', 'this', 'shirt', 'on', 'carefully', 'or', 'your', 'make-up', 'vice-versa', 'now', 'after', 'the', 'fist', 'wear', 'which', ',4,1,1', 'general', 'tops', 'knits'] ['9627,862,69', 'love', 'the', 'diagonal', 'design', 'this', 'top', 'is', 'fun', 'in', 'a', 'soft', 'fabric', 'i', 'got', 'the', 'navy', 'ad', 'bright', 'great', 'for', 'summer', 'but', 'top', 'does', 'run', 'large', 'i', 'usually', 'get', 'a', 'medium', 'but', 'sized', 'down', 'to', 'a', 'small', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9628,872,30', 'beautiful', 'but', 'falls', 'apart', 'this', 'top', 'is', 'absolutely', 'gorgeous', 'but', 'i', 'followed', 'the', 'care', 'tag', 'to', 'a', 't', 'and', 'it', 'completely', 'fell', 'apart', 'in', 'the', 'wash.', 'will', 'be', 'returning', ',2,0,6', 'general', 'tops', 'knits'] ['9629,868,59', 'looks', 'great', 'on', 'me', 'i', 'read', 'the', 'other', 'reviews', 'before', 'i', 'ordered', 'this', 'top', 'and', 'was', 'a', 'little', 'concerned', 'about', 'the', 'fabric', 'but', 'it', "'s", 'fine', 'the', 'neutral', 'color', 'is', 'a', 'little', 'bland', 'but', 'i', 'can', 'wear', 'it', 'with', 'bright', 'pants', 'since', 'i', 'expected', 'it', 'to', 'run', 'large', 'i', 'ordered', 'a', 'small', 'the', 'tie', 'in', 'the', 'front', 'makes', 'it', 'fit', 'like', 'a', 'dream', 'plus', 'it', 'looks', 'amazing', 'from', 'the', 'back', ',5,1,0', 'general', 'tops', 'knits'] ['9630,868,29', 'perfect', 'elegant', 'complimentary', 'love', 'this', 'shirt', 'i', 'am', 'actually', 'pregnant', 'and', 'this', 'shirt', 'ties', 'right', 'over', 'my', 'baby', 'bump', 'to', 'make', 'for', 'a', 'very', 'flattering', 'pregnancy', 'shirt', 'i', 'will', 'definitely', 'be', 'wearing', 'it', 'post', 'pregnancy', 'as', 'well', 'since', 'the', 'tie', 'is', 'an', 'actual', 'tie', 'and', 'you', 'can', 'tie', 'it', 'however', 'tight', 'you', 'want', 'for', 'a', 'more', 'fitted', 'or', 'loose', 'look', 'i', 'am', '5', '4', '125', 'lbs', 'not', 'pregnant', 'and', 'got', 'a', 'size', 'small', 'and', 'it', 'fits', 'perfectly', 'covers', 'problems', 'areas', 'of', 'butt', 'and', 'upper', 'thighs', 'yet', 'accentuates', 'the', 'waist', 'and', 'thinner', 'area', 'of', 'legs', 'very', 'soft', 'fabric', 'a', 'bit', 'stretc', ',5,1,0', 'general', 'tops', 'knits'] ['9631,862,50', 'really', 'odd', 'fit', 'this', 'looked', 'so', 'odd', 'on', 'me', 'i', 'decided', 'to', 'give', 'it', 'to', 'someone', 'with', 'a', 'different', 'body', 'type', 'and', 'she', 'found', 'it', 'really', 'odd', 'too', 'the', 'sleeve', 'are', 'a', 'bit', 'too', 'long', 'to', 'be', 'short', 'and', 'they', 'are', 'tight', 'at', 'the', 'bottom', 'the', 'top', 'is', 'really', 'large', 'as', 'to', 'be', 'unflattering', 'perhaps', 'it', "'s", 'just', 'that', 'it', 'does', "n't", 'work', 'on', 'someone', 'who', 'is', 'petite', 'but', 'this', 'one', 'is', 'a', 'return', ',2,1,1', 'general', 'tops', 'knits'] ['9632,868,37', 'flattering', 'tunic', 'for', 'any', 'occasion', 'love', 'this', 'top', 'it', "'s", 'very', 'comfortable', 'and', 'flatters', 'my', 'midsection', 'versatile', 'piece', ',5,1,0', 'general', 'tops', 'knits'] ['9633,862,38', 'odd', 'fit', 'i', 'liked', 'the', 'idea', 'of', 'the', 'diagonal', 'color', 'block', 'but', 'the', 'fit', 'of', 'this', 'tee', 'was', 'odd', 'on', 'me', 'too', 'tight', 'around', 'arms', 'and', 'way', 'big', 'and', 'boxy', 'around', 'the', 'mid-section', 'going', 'back.,3,0,1', 'general', 'tops', 'knits'] ['9634,820,49', 'love', 'the', 'details', 'this', 'top', 'is', 'really', 'pretty', 'i', 'love', 'the', 'details', 'on', 'the', 'back', 'tail', 'of', 'the', 'shirt', 'the', 'colors', 'in', 'this', 'shirt', 'are', 'really', 'pretty', 'more', 'like', 'a', 'peachy', 'pink', 'to', 'me', 'i', 'will', 'however', 'line', 'dry', 'this', 'shirt', 'because', 'of', 'the', 'different', 'fabric', 'on', 'the', 'tail', 'of', 'the', 'shirt', 'i', 'would', 'not', 'iron', 'that', 'portion', 'of', 'the', 'shirt', 'either', 'overall', 'i', 'am', 'completely', 'in', 'love', 'with', 'this', 'shirt', 'it', 'will', 'be', 'a', 'staple', 'in', 'my', 'closet', ',5,1,4', 'general', 'tops', 'blouses'] ['9635,862,33', 'good', 'quality', 'graphic', 'tee', 'i', 'love', 'this', 'tee', 'i', 'got', 'the', 'navy', 'color', 'and', 'the', 'quality', 'is', 'good', 'it', "'s", 'a', 'light', 'and', 'soft', 'linen', 'that', 'is', 'opaque', 'i', 'ca', "n't", 'vouch', 'for', 'the', 'other', 'color', 'though', 'it', "'s", 'a', 'very', 'loose', 'fit', 'but', 'it', "'s", 'not', 'boxy', 'and', 'the', 'sleeves', 'are', 'still', 'well', 'fitted', 'and', 'comfortable', 'instead', 'of', 'gaping', 'or', 'huge', 'i', "'m", 'very', 'short', 'and', 'the', 'xsp', 'comes', 'to', 'my', 'hip', 'i', "'m", 'almost', 'tempted', 'to', 'get', 'the', 'other', 'other', 'in', 'regular', 'just', 'so', 'i', 'can', 'tuck', 'it', 'with', 'skirts', 'and', 'pants', 'too', 'the', 'only', 'issue', 'i', 'could', 'see', 'is', 'that', 'because', 'the', 'neck', 'is', 'a', 'bit', 'wide', 'it', 'might', 'show', ',5,1,10', 'general', 'tops', 'knits'] ['9636,820,28', 'functionality', 'with', 'flair', 'this', 'top', 'is', 'the', 'perfect', 'combo', 'of', 'function', 'and', 'flair', 'the', 'style', 'of', 'the', 'top', 'makes', 'it', 'easy', 'to', 'wear', 'and', 'the', 'back', 'detail', 'is', 'just', 'lovely', 'i', 'love', 'that', 'it', 'can', 'be', 'worn', 'as', 'either', 'a', 'buttoned-up', 'top', 'or', 'a', 'light', 'over-shirt', 'with', 'a', 't-shirt', 'or', 'camisole', 'underneath', 'i', 'would', 'pair', 'this', 'with', 'blue', 'or', 'gray', 'skinny', 'jeans.,5,1,0', 'general', 'tops', 'blouses'] ['9637,872,51', 'beautiful', 'summer', 'top', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', 'a', 'nude', 'colored', 'racer', 'back', 'bra', 'works', 'perfectly', 'under', 'it', 'and', 'does', 'not', 'show', 'through', 'i', 'have', 'worn', 'this', 'with', 'jean', 'shorts', 'and', 'linen', 'pants', 'and', 'it', 'looks', 'great', 'with', 'both', 'it', 'is', 'slightly', 'on', 'the', 'dressy', 'side', 'so', 'i', 'also', 'plan', 'to', 'wear', 'it', 'to', 'work', 'paired', 'with', 'a', 'skirt', 'or', 'dress', 'pants', 'and', 'a', 'cardigan', 'i', 'am', 'a', '34a', 'and', 'size', 'small', 'fits', 'nicely.,5,1,1', 'general', 'tops', 'knits'] ['9638,872,23', 'perfect', 'summer', 'top', 'i', 'saw', 'this', 'shirt', 'and', 'it', 'was', 'love', 'at', 'first', 'sight', 'i', 'have', 'never', 'had', 'so', 'many', 'strangers', 'randomly', 'compliment', 'me', 'until', 'i', 'wore', 'this', 'beautiful', 'top', 'fits', 'great', 'looks', 'even', 'better', ',5,1,0', 'general', 'tops', 'knits'] ['9639,868,60', 'lovely', 'top', 'for', 'different', 'body', 'type', 'than', 'mine', 'lovely', 'comfortable', 'top', 'not', 'flattering', 'on', 'my', 'full', 'figure', 'but', 'would', 'be', 'flattering', 'on', 'most', 'especially', 'younger', 'women', 'who', 'want', 'to', 'emphasize', 'their', 'curves~~', ',4,1,1', 'general', 'tops', 'knits'] ['9640,868,34', 'an', 'ode', 'to', 'us', 'hourglass', 'girls', 'this', 'was', 'such', 'a', 'great', 'top', 'see', 'thoughts', 'below'] [] ['___________'] ['pros'] ['fits', 'tts', 'for', 'reference', 'i', "'m", '5', '9', '36c', 'hourglass', 'i', "'m", 'normally', 'a', 'm', 'or', 'l', '10', 'or', '12', 'depending', 'on', 'the', 'fit', 'and', 'found', 'the', 'medium', 'to', 'fit', 'well', 'and', 'not', 'be', 'too', 'tight', 'at', 'all', 'i', 'could', 'have', 'probably', 'sized', 'down', 'for', 'a', 'snugger', 'fit', 'but', 'i', 'like', 'the', 'looseness', 'fit', 'very', 'well', 'across', 'the', 'chest', 'and', 'arms'] ['the', 'sleeves', 'are', 'surprisingly', 'flattering', 'i', "'ve", 'dealt', 'with', 'other', 'tops', 'where', 'the', 'sleeves', 'flutter', 'too', 'much', 'and', 'adds', 'too', 'much', 'weight', 'and', 'attentio', ',5,1,19', 'general', 'tops', 'knits'] ['9641,872,34', 'i', 'love', 'this', 'top', 'i', "'ve", 'washed', 'it', 'a', 'couple', 'of', 'times', 'now', 'and', 'i', 'can', 'say', 'it', 'holds', 'pretty', 'well', 'unlike', 'what', 'another', 'reviewer', 'said', 'it', "'s", 'very', 'good', 'quality', 'for', 'me', 'it', 'is', 'true', 'to', 'size', 'i', "'m", '5', '2', '127lbs', '36b', 'and', 'the', 'small', 'was', 'perfect', 'i', 'wear', 'it', 'with', 'a', 'strapless', 'bra', 'overall', 'a', 'great', 'purchase', 'that', 'i', 'can', 'pair', 'with', 'almost', 'anything', ',5,1,0', 'general', 'tops', 'knits'] ['9642,945,27', 'misleading', 'photo', 'i', 'would', 'have', 'loved', 'this', 'sweater', 'if', 'it', 'were', 'true', 'to', 'the', 'picture', 'but', 'the', 'stripes', 'are', 'gray', 'not', 'white', 'either', 'i', 'got', 'a', 'strange', 'one', 'or', 'as', 'happens', 'to', 'me', 'sometimes', 'with', 'retailer', 'the', 'pictures', 'are', 'very', 'misleading', 'disappointed', 'because', 'i', 'wanted', 'to', 'love', 'this', ',2,0,2', 'general', 'tops', 'sweaters'] ['9643,868,37', 'maybe', 'in', 'another', 'fabric', 'this', 'one', 'will', 'be', 'going', 'back', 'the', 'color', 'is', 'really', 'blah', 'and', 'the', 'fabric', 'was', "n't", 'a', 'texture', 'i', 'was', 'expecting', 'it', 'is', 'kind', 'of', 'thick', 'and', 'ribbed', 'and', 'i', 'suspect', 'it', 'would', 'stretch', 'out', 'over', 'the', 'course', 'of', 'the', 'day', 'overall', 'the', 'cut', 'and', 'style', 'is', 'cute', 'but', 'i', 'just', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'hospital', 'gown', 'with', 'the', 'combination', 'of', 'the', 'fabric', 'and', 'the', 'style', 'this', 'may', 'have', 'been', 'cute', 'in', 'a', 'more', 'vibrant', 'color', 'and', 'lighter', 'weight', 'fabric', ',2,0,0', 'general', 'tops', 'knits'] ['9644,872,27', 'great', 'but', 'sheer', 'the', 'cut', 'design', 'and', 'fit', 'were', 'great', 'on', 'this', 'top', 'however', 'a', 'few', 'people', 'have', 'written', 'reviews', 'that', 'the', 'top', 'is', 'not', 'see-through', 'that', 'was', 'not', 'my', 'experience', 'the', 'top', 'was', 'very', 'sheer', 'and', 'even', 'a', 'nude', 'bra', 'was', 'clearly', 'outlined', 'in', 'it', 'sadly', 'that', 'was', 'a', 'deal', 'breaker', 'for', 'me', 'and', 'i', 'had', 'to', 'return', 'it', 'also', 'on', 'a', 'side', 'note', 'i', 'do', "n't", 'appreciate', 'receiving', 'a', 'garment', 'in', 'the', 'mail', 'from', 'an', 'online', 'order', 'that', 'already', 'had', 'make-up', 'stains', 'on', 'the', 'collar', 'so', 'just', 'watch', 'out', 'for', 'that', ',4,1,0', 'general', 'tops', 'knits'] ['9645,828,40', 'loved', 'how', 'soft', 'this', 'shirt', 'is', 'such', 'a', 'great', 'shirt', 'loved', 'the', 'fit', 'and', 'how', 'it', 'feels', 'i', 'paired', 'it', 'with', 'grey', 'jeans'] ['loved', 'it', 'so', 'much', 'i', 'ordered', 'it', 'in', 'another', 'color', 'for', 'myself', 'and', 'ordered', 'one', 'for', 'a', 'friend', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['9646,1095,31', 'not', 'as', 'pictured', 'ugh', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'much', 'i', 'ordered', 'it', 'for', 'a', 'fall', 'wedding', 'and', 'was', 'so', 'excited', 'about', 'it', 'unfortunately', 'the', 'cut', 'is', 'so', 'very', 'different', 'from', 'how', 'it', 'is', 'pictured', 'on', 'the', 'model', 'the', 'color', 'and', 'print', 'are', 'the', 'same', 'the', 'detailing', 'around', 'the', 'next', 'are', 'even', 'more', 'beautiful', 'than', 'pictured', 'the', 'length', 'however', 'is', 'so', 'much', 'longer', 'then', 'pictured', 'and', 'it', "'s", 'not', 'just', 'an', 'issue', 'of', 'the', 'model', 'being', 'tall', 'the', 'slip', 'is', 'the', 'perfect', 'length', 'and', 'it', "'s", 'actually', 'the', 'perfect', 'slip', 'but', 'the', 'overlay', 'comes', 'down', 'way', 'past', 'my', ',3,0,2', 'general', 'dresses', 'dresses'] ['9647,828,39', 'great', 'fall', 'top', 'this', 'shirt', 'is', 'extremely', 'soft', 'and', 'fits', 'well', 'great', 'length', 'and', 'perfect', 'casual', 'shirt', 'for', 'fall.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['9648,828,38', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9649,219,42', 'i', 'so', 'wanted', 'to', 'love', 'this', 'suit', 'it', 'was', 'gorgeous', 'the', 'color', 'the', 'quality', 'the', 'style', 'but', 'i', 'am', 'returning', 'and', 'can', 'not', 'recommend', 'it', 'the', 'sides', 'need', 'to', 'be', 'connected', 'just', 'a', 'little', 'bit', 'higher', 'and', 'i', 'think', 'it', 'would', 'work', 'but', 'there', 'is', 'no', 'way', 'you', 'could', 'move', 'around', 'in', 'this', 'without', 'things', 'popping', 'out', 'in', 'front', 'i', 'mean', 'it', 'would', 'be', 'gorgeous', 'to', 'just', 'lay', 'there', 'in', 'the', 'sun', 'but', 'i', 'did', "n't", 'feel', 'like', 'i', 'could', 'even', 'walk', 'safely', 'and', 'i', 'am', 'not', 'well-endowed', 'very', 'bummed', 'but', 'it', "'s", 'going', 'back', ',1,0,0', 'initmates', 'intimate', 'swim'] ['9650,828,40', 'worth', 'the', 'price', 'this', 'top', 'is', 'cute', 'for', 'fall', 'it', 'is', 'a', 'gauzy', 'material', 'and', 'so', 'it', "'s", 'not', 'too', 'warm', 'it', "'s", 'longer', 'in', 'the', 'back', 'for', 'coverage', 'fits', 'true', 'to', 'size', '.,4,1,2', 'general', 'petite', 'tops', 'blouses'] ['9651,1059,53', 'very', 'elegant', 'feel', 'and', 'look', 'love', 'the', 'side', 'zip', 'sliming', 'feature', 'great', 'all', 'around', 'pant', 'to', 'dress', 'up', 'with', 'heals', 'or', 'boots', 'for', 'work', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9652,1059,55', 'amazing', 'work', 'pants', 'i', 'bought', 'these', 'pants', 'in', 'the', 'green', 'and', 'in', 'black', 'they', 'are', 'the', 'most', 'comfortable', 'work', 'pants', 'ever', 'almost', 'as', 'if', 'you', 'are', 'wearing', 'leggings', 'and', 'not', 'pants', 'the', 'material', 'is', 'really', 'thick', 'hiding', 'any', 'imperfections.the', 'satin', 'detail', 'allows', 'for', 'them', 'to', 'be', 'a', 'little', 'more', 'dressy', 'i', 'am', '5', '6', 'and', '155', 'and', 'i', 'ordered', 'a', '10.', 'they', 'are', 'a', 'little', 'large', 'in', 'the', 'waist', 'but', 'a', 'perfect', 'fit', 'everywhere', 'else', 'the', 'also', 'hit', 'right', 'below', 'my', 'ankle', 'bone', 'i', 'highly', 'recommend', 'these', 'pants', 'for', 'anybody', 'who', 'is', 'on', 'the', 'go', 'for', 'there', 'job', 'a', 'lot', 'because', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9653,1077,60', 'simple', 'fun', 'dress', 'this', 'dress', 'is', 'just', 'right', 'for', 'weddings', 'and', 'all-'] ['it', 'fits', 'nicely-the', 'skirt', 'makes', 'it', 'fun', 'and', 'it', 'feels', 'so', 'comfortable-it'] ['is', 'just', 'a', 'perfect', 'solution', 'for', 'fun', 'evening', 'dress-'] ['i', 'always', 'carry', 'a', 'camera', 'to', 'weddings', 'and', 'this', 'will', 'be', 'so', 'great', 'to'] ['wear', 'while', 'i', 'am', 'taking', 'photos'] ['it', 'looks', 'current', 'but', 'easy', 'to', 'move', 'around', 'in-', ',5,1,0', 'general', 'dresses', 'dresses'] ['9654,828,49', 'fabulously', 'soft', 'fabric', 'just', 'a', 'wonderful', 'shirt', 'fabric', 'is', 'so', 'soft', 'it', 'feels', 'like', 'pajamas', 'and', 'the', 'blue', 'is', 'just', 'perfect', 'there', "'s", 'a', 'different', 'blue', 'plaid', 'as', 'a', 'lining', 'and', 'i', 'almost', 'wish', 'it', 'was', 'reversible', 'they', "'re", 'both', 'great', 'patterns', 'wonderful', 'for', 'fall', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['9655,828,62', 'poor', 'quality', 'cloth', 'and', 'stone', 'has', 'been', 'getting', 'a', 'little', 'shotty', 'lately', 'in', 'terms', 'of', 'quality', 'they', 'used', 'to', 'be', 'a', 'pretty', 'consistently', 'high-quality', 'brand', 'but', 'lately', 'i', "'ve", 'been', 'left', 'a', 'little', 'bummed', 'i', 'got', 'this', 'in', 'yellow', 'which', 'is', 'really', 'a', 'muddy', 'orangey', 'color', 'i', 'think', 'i', 'would', 'have', 'gotten', 'over', 'the', 'less', 'desirable', 'color', 'if', 'the', 'fabric', 'were', 'better', 'but', 'it', 'is', 'actually', 'two', 'very', 'thin', 'layers', 'of', 'fabric', 'that', 'are', 'stacked', 'and', 'snag', 'easily', 'sort', 'of', 'like', 'a', 'soft', 'cheesecloth', 'the', 'shirt', 'is', 'definitely', 'comfortable', 'and', 'cute', 'but', 'the', 'qua', ',3,0,26', 'general', 'petite', 'tops', 'blouses'] ['9656,828,37', ',i', 'am', 'loving', 'this', 'shirt', 'i', 'thought', 'it', 'would', 'look', 'ridiculously', 'long', 'on', 'me', 'but', 'it', 'does', 'not', 'for', 'me', 'this', 'is', 'a', 'great', 'substitute', 'for', 'the', 'cloth', 'stone', 'fringed', 'plaid', 'buttondown', 'dress', 'it', "'s", 'definitely', 'not', 'a', 'dress', 'but', 'is', 'long', 'enough', 'to', 'pull', 'off', 'the', 'layered', 'look', 'of', 'wearing', 'a', 't-shirt', 'and', 'this', 'on', 'top', 'it', 'will', 'be', 'a', 'great', 'piece', 'for', 'the', 'fall', 'given', 'how', 'incredibly', 'soft', 'and', 'light', 'weight', 'it', 'is', 'highly', 'recommend.,5,1,22', 'general', 'petite', 'tops', 'blouses'] ['9657,1095,47', 'great', 'dress', 'i', 'am', 'so', 'glad', 'i', 'did', 'not', 'wait', 'to', 'order', 'this', 'dress', 'the', 'fit', 'is', 'great', 'and', 'is', 'made', 'with', 'great', 'material', 'i', 'am', '5', '7', '110', 'lbs', 'and', 'ordered', 'a', '0.', 'often', 'i', 'have', 'to', 'have', 'a', 'dress', 'altered', 'but', 'it', 'is', 'not', 'the', 'case', 'with', 'this', 'dress', 'the', 'length', 'falls', 'right', 'at', 'my', 'knee', 'it', 'is', 'not', 'shown', 'in', 'the', 'photos', 'of', 'the', 'dress', 'but', 'it', 'has', 'a', 'buttoned', 'back', 'slit', 'that', 'has', 'two', 'buttons', 'with', 'a', 'bright', 'orange', 'trim', 'along', 'the', 'slit', 'a', 'very', 'cure', 'feature', 'the', 'bright', 'blue', 'back', 'drop', 'is', 'hard', 'to', 'see', 'on', 'the', 'photos', 'as', 'well', 'but', 'is', 'nice', ',5,1,0', 'general', 'dresses', 'dresses'] ['9658,828,40', 'just', 'what', 'i', 'needed', 'this', 'fall', 'i', 'purchased', 'this', 'shirt', 'in', 'two', 'colors', 'it', 'was', 'a', 'bit', 'longer', 'than', 'i', 'was', 'expecting', 'i', "'m", 'curvy', '5', '2', '180', 'lbs', '36dd', 'and', 'the', 'large', 'fit', 'perfectly', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['9659,828,41', 'casual', 'fashion', 'forward', 'trendy', 'great', 'colors', 'style', 'and', 'fit', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9660,828,45', 'love', 'this', 'shirt', 'i', 'was', 'hesitant', 'about', 'this', 'one', 'since', 'i', "'ve", 'tried', 'cloth', 'stone', 'shirts', 'in-store', 'and', 'found', 'them', 'to', 'be', 'tight', 'in', 'the', 'shoulders', 'and', 'arms', 'i', 'have', 'athletic', 'shoulders', 'and', 'arms', 'so', 'i', 'did', "n't", 'have', 'high', 'hopes', 'for', 'this', 'one', 'i', 'tried', 'it', 'on', 'in-store', 'and', 'it', "'s", 'surprisingly', 'true', 'to', 'size', 'i', 'always', 'wear', 'm', 'in', 'tops', 'and', 'this', 'fits', 'perfectly', 'it', 'is', 'long', 'but', 'i', 'like', 'that', 'there', "'s", 'enough', 'length', 'that', 'i', 'can', 'tuck', 'it', 'in', 'for', 'reference', 'i', "'m", '5', '3', '130', 'lbs', 'a', 'cup', '17', 'across', 'the', 'shoulders', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9661,1059,28', 'comfortable', 'and', 'professional', 'these', 'pants', 'are', 'made', 'of', 'a', 'beautiful', 'fabric', 'that', 'really', 'brings', 'out', 'the', 'rich', 'color', 'like', 'others', 'have', 'said', 'they', 'fit', 'almost', 'like', 'high-waisted', 'leggings', 'which', 'i', 'for', 'one', 'love', 'it', 'makes', 'them', 'really', 'comfortable', 'while', 'the', 'nice', 'heavy', 'fabric', 'and', 'lovely', 'tailoring', 'make', 'it', 'appropriate', 'for', 'an', 'office', 'i', 'do', 'find', 'that', 'the', 'pockets', 'are', 'pretty', 'useless', 'as', 'having', 'anything', 'in', 'them', 'ruins', 'the', 'lines', 'of', 'the', 'trousers', 'the', 'zipper', 'is', 'a', 'bit', 'pokey', 'as', 'well', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9662,828,39', 'love', 'it', 'i', 'had', 'been', 'looking', 'for', 'a', 'new', 'plaid', 'shirt', 'for', 'fall', 'this', 'one', 'is', 'perfect', 'the', 'yellow', 'is', 'muted', 'but', 'i', 'really', 'like', 'it', 'that', 'way', 'other', 'reviewers', 'have', 'commented', 'on', 'poor', 'quality', 'but', 'it', 'does', "n't", 'seem', 'that', 'bad', 'to', 'me', 'definitely', 'recommend', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['9663,827,55', 'nice', 'top', 'this', 'top', 'is', 'so', 'cute', 'it', 'does', 'run', 'big', 'i', 'am', 'usually', 'a', 'small/med', 'in', 'most', 'tops', 'and', 'i', 'fit', 'a', 'xsmall', 'i', 'am', 'short', 'waist', 'with', 'a', '38c', 'bust', 'it', 'looks', 'great', 'with', 'white', 'jeans', 'boyfriend', 'jeans', 'or', 'just', 'shorts', 'dress', 'it', 'up', 'or', 'down', 'love', 'it', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['9664,865,25', 'effortless', 'and', 'perfect', 'this', 'shirt', 'is', 'so', 'cute', 'i', 'was', 'unsure', 'about', 'how', 'flowy', 'the', 'sleeves', 'would', 'be-', 'as', 'i', "'m", 'not', 'one', 'for', 'frills-', 'but', 'the', 'sleeves', 'sit', 'nicely', 'also', 'i', 'am', 'between', 'a', 'size', 'small', 'and', 'medium', 'i', 'got', 'the', 'small', 'and', 'it', 'definitely', 'is', 'flowy', 'runs', 'big', 'so', 'if', 'you', 'like', 'a', 'tighter', 'fit', 'you', 'may', 'want', 'to', 'order', 'a', 'size', 'down', 'i', 'got', 'the', 'red', 'and', 'it', "'s", 'a', 'perfect', 'autumn', 'winter', 'color', 'the', 'cut', 'outs', 'are', 'not', 'too', 'showy-', 'so', 'it', "'s", 'not', 'revealing', 'for', 'us', 'gals', 'who', 'are', 'a', 'little', 'more', 'belly-conscious', 'it', "'s", 'the', 'perfect', 'shirt', 'to', 'just', 'throw', 'on', 'and', 'go', 'a', ',5,1,0', 'general', 'tops', 'knits'] ['9665,828,46', 'not', 'for', 'large', 'chests', 'this', 'model', 'looks', 'like', 'a', 'bauble', 'head', 'she', 'is', 'absolutely', 'too', 'thin', 'and', 'sends', 'the', 'wrong', 'message', 'out', 'to', 'retailer', 'shoppers', 'this', 'last', 'catalog', "'s", 'models', 'are', 'anorexic', 'and', 'unhealthy', 'looking'] [] ['i', 'ordered', 'this', 'shirt', 'hoping', 'it', 'would', 'fit', 'but', 'it', "'s", 'too', 'small', 'for', '34dd', 'i', 'am', 'tall', 'athletic', 'and', 'have', 'breasts'] ['i', 'think', 'of', 'my', 'shape', 'as', 'average', 'and', 'the', 'top', 'did', "n't", 'fit', 'it', "'s", 'cut', 'narrow', 'and', 'small', ',3,1,5', 'general', 'petite', 'tops', 'blouses'] ['9666,828,37', 'so', 'soft', 'wonderful', 'shirt', 'soft', 'and', 'flattering', 'usually', 'wear', 'a', 'medium', 'but', 'got', 'the', 'large', 'to', 'layer', 'over', 'tanks', 'and', 'leggings', 'could', 'have', 'easily', 'worn', 'a', 'medium', 'but', 'large', 'is', 'not', 'frumpy', 'at', 'all', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['9667,828,25', 'comfy', 'lounging', 'top', 'i', 'was', 'looking', 'for', 'a', 'flannel-y', 'buttondown', 'that', 'i', 'could', 'wear', 'with', 'leggings', 'or', 'skinny', 'jeans', 'and', 'this', 'definitely', 'fits', 'the', 'bill', 'i', 'like', 'the', 'cute', 'details', 'like', 'the', 'contrast', 'collar', 'and', 'cuffs', 'and', 'also', 'the', 'slight', 'back', 'pleat', 'and', 'the', 'curved', 'hemline', 'i', "'m", 'not', 'crazy', 'about', 'the', 'colorways', 'that', 'are', 'offered', 'but', 'the', 'pink', 'is', 'cute', 'enough', 'and', 'as', 'other', 'reviewers', 'mentioned', 'i', 'find', 'the', 'quality', 'a', 'little', 'lacking', 'i', "'d", 'be', 'very', 'happy', 'with', 'this', 'shirt', 'on', 'sale', 'but', 'not', 'sure', 'about', 'it', 'at', 'full', 'price', 'i', 'got', 'a', 'size', 's', '5', '4', '120', 'lb', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['9668,828,36', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9669,828,30', 'eh', 'i', 'did', "n't", 'really', 'understand', 'the', 'other', 'reviews', 'until', 'i', 'received', 'mine', 'in', 'the', 'mail', 'i', 'love', 'cloth', 'stone', 'and', 'this', 'is', 'just', 'not', 'up', 'to', 'their', 'normal', 'quality', 'i', 'bought', 'the', 'blue', 'and', 'yellow', 'colors', 'of', 'this', 'blouse', 'it', "'s", 'very', 'soft', 'but', 'the', 'blue', 'already', 'had', 'strings', 'coming', 'from', 'under', 'the', 'arms', 'and', 'i', 'had', "n't", 'even', 'tried', 'them', 'on', 'yet', 'material', 'is', 'super', 'soft', 'but', 'thin', 'cut', 'is', 'weird', 'under', 'the', 'arms', 'and', 'tight', 'sleeves', 'are', 'also', 'tight', 'i', 'am', 'usually', 'an', 'xs', 'or', 's', 'in', 'cloth', 'stone', 'so', 'i', 'ordered', 'smalls', 'i', 'just', 'fit', 'the', 'arms', 'but', 't', ',2,1,0', 'general', 'petite', 'tops', 'blouses'] ['9670,865,23', 'flattering', 'flutter', 'tee', 'purchased', 'this', 'tee', 'online', 'and', 'could', 'not', 'be', 'happier', 'with', 'what', 'arrived', 'in', 'my', 'mailbox', 'this', 'tee', 'is', 'perfect', 'to', 'throw', 'on', 'to', 'run', 'errands', 'or', 'out', 'to', 'lunch', 'the', 'fabric', 'is', 'so', 'soft', 'fit', 'is', 'true', 'to', 'size', 'i', 'do', "n't", 'like', 'tight', 'fitting', 'shirts', 'if', 'you', 'do', 'i', 'suggest', 'ordering', 'down', 'a', 'size', 'overall', 'great', 'detail', 'fit', 'and', 'just', 'as', 'pictured', ',4,1,0', 'general', 'tops', 'knits'] ['9671,828,46', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9672,826,51', 'not', 'as', 'pictured', 'really', 'wanted', 'to', 'like', 'this', 'top', 'the', 'model', 'has', 'it', 'on', 'backwards', 'the', 'v', 'is', 'actually', 'the', 'back', 'and', 'closes', 'with', 'an', 'eye', 'hook', 'that', 'is', 'where', 'the', 'tag', 'is', 'there', "'s", 'also', 'a', 'seam', 'running', 'down', 'the', 'back', 'the', 'front', 'is', 'actually', 'a', 'high', 'round', 'neck', 'the', 'material', 'has', 'a', 'metallic', 'thread', 'and', 'felt', 'rather', 'scratchy', 'cheap', 'i', "'m", 'usually', 'a', 's', 'or', 'xs', 'in', 'this', 'top', 'the', 's', 'had', 'too', 'much', 'material', 'at', 'the', 'bottom', 'and', 'flared', 'out', 'strangely', 'the', 'xs', 'was', 'too', 'short', 'in', 'the', 'front', 'and', 'moving', 'your', 'arms', 'caused', 'it', 'to', 'ride', 'up', ',3,0,0', 'general', 'tops', 'blouses'] ['9673,865,27', 'cute', 'shirt', 'i', 'love', 'the', 'look', 'of', 'this', 'shirt', 'it', 'is', 'super', 'soft', 'and', 'has', 'a', 'great', 'draping', 'quality', 'i', 'personally', 'love', 'that', 'the', 'mid-stomach', 'seem', 'is', 'see', 'through', 'but', 'if', 'you', 'did', "n't", 'like', 'that', 'you', 'could', 'easily', 'wear', 'a', 'tank', 'under', 'it', 'overall', 'good', 'buy', ',4,1,0', 'general', 'tops', 'knits'] ['9674,828,36', 'uniquely', 'soft', 'plaid', 'shirt', 'beautiful', 'blend', 'of', 'colors', 'and', 'the', 'texture', 'of', 'the', 'shirt', 'is', 'so', 'soft', 'perfect', 'fall', 'weather', 'garment', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['9675,865,33', 'love', 'it', 'i', 'did', "n't", 'realize', 'how', 'much', 'i', 'would', 'love', 'this', 'wore', 'it', 'to', 'work', 'the', 'other', 'day', 'and', 'got', 'more', 'compliments', 'than', 'i', 'have', 'in', 'a', 'very', 'long', 'time', 'on', 'an', 'outfit', 'it', "'s", 'comfortable', 'and', 'easy', 'and', 'flattering', 'bought', 'this', 'totally', 'on', 'a', 'whim', 'and', 'so', 'glad', 'i', 'did', ',5,0,0', 'general', 'tops', 'knits'] ['9676,996,47', 'great', 'skirt', 'fits', 'true', 'to', 'size', 'good', 'quality', 'style', 'and', 'length', ',4,1,1', 'general', 'bottoms', 'skirts'] ['9677,828,39', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['9678,1059,61', ',fabric', 'much', 'heavier', 'than', 'looks', 'in', 'picture', 'also', 'nothing', 'mentioned', 'in', 'the', 'description', 'great', 'color', 'and', 'fit', 'but', 'i', 'live', 'in', 'florida.,2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['9679,1095,35', 'highly', 'recommend', 'i', 'love', 'this', 'dress', 'the', 'design', 'and', 'colors', 'used', 'are', 'beautifully', 'done', 'it', 'looks', 'stunning', 'on', 'can', 'be', 'worn', 'for', 'work', 'or', 'dressed', 'up.,5,1,1', 'general', 'dresses', 'dresses'] ['9680,828,41', 'beautiful', 'shirt', 'to', 'bring', 'in', 'fall.', 'thicker', 'than', 'you', 'think', 'the', 'colors', 'are', 'gorgeous', 'and', 'remind', 'you', 'of', 'the', 'changing', 'of', 'the', 'seasons', 'can', 'not', 'wait', 'to', 'wear', 'when', 'the', 'weather', 'gets', 'cooler', 'retailer', 'did', 'not', 'disappoint', 'plan', 'to', 'purchase', 'in', 'other', 'color', 'soon.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['9681,865,38', 'cute', 'i', 'am', '5', '6', 'and', 'typically', 'wear', 'a', 'medium', 'i', 'purchased', 'this', 'shirt', 'in', 'a', 'small', 'it', 'is', 'big', 'on', 'me', 'not', 'very', 'flattering', 'but', 'just', 'a', 'cute', 'shirt', 'to', 'wear', 'on', 'a', 'saturday', 'afternoon', ',4,1,0', 'general', 'tops', 'knits'] ['9682,1059,31', 'love', 'but', 'with', 'one', 'problem', 'these', 'pants', 'fit', 'great', 'true', 'to', 'size', 'heavy', 'enough', 'to', 'withstand', 'winter', 'and', 'the', 'knees', 'do', "n't", 'stretch', 'out', 'as', 'some', 'pants', 'are', 'prone', 'to', 'experiencing', 'the', 'one', 'problem', 'is', 'that', 'the', 'zipper', 'is', 'exposed', 'on', 'the', 'inside', 'of', 'the', 'pants', 'so', 'it', 'tends', 'to', 'rub', 'against', 'my', 'upper', 'leg', 'and', 'can', 'be', 'quite', 'uncomfortable', 'it', "'s", 'nothing', 'wearing', 'a', 'pair', 'of', 'spanx', 'could', "n't", 'take', 'care', 'of', 'so', 'i', "'ve", 'kept', 'them', 'despite', 'this', 'design', 'flaw', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['9683,1025,39', 'i', 'needed', 'a', 'white', 'denim', 'pant', 'and', 'this', 'one', 'fits', 'fine', 'it', 'is', "n't", 'as', 'slimming', 'as', 'i', 'had', 'hoped', 'for', 'because', 'it', 'is', "n't", 'a', 'stretchier', 'denim', 'but', 'my', 'husband', 'says', 'he', 'likes', 'how', 'they', 'look', 'and', 'they', 'do', 'fit', 'pants', 'are', 'not', 'easy', 'for', 'me', 'i', 'have', 'a', 'generous', 'booty', 'and', 'thighs', 'and', 'a', 'small', 'waist', 'quality', 'is', 'good', ',4,1,2', 'general', 'bottoms', 'jeans'] ['9684,865,23', 'cute', 'top', 'i', 'was', "n't", 'excited', 'enough', 'about', 'this', 'to', 'purchase', 'it', 'but', 'i', 'did', 'like', 'it', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40', ',4,1,24', 'general', 'tops', 'knits'] ['9685,828,47', 'comfy', 'this', 'shirt', 'is', 'like', 'the', 'best', 'worn', 'in', 'flannel', 'with', 'a', 'little', 'feminine', 'flair', 'super', 'soft', 'and', 'great', 'length.,5,0,1', 'general', 'tops', 'blouses'] ['9686,828,33', 'this', 'shirt', 'was', 'a', 'cute', 'print', 'but', 'it', 'was', 'too', 'boxy', 'and', 'hit', 'too', 'short', 'on', 'the', 'thigh', 'i', 'considered', 'having', 'it', 'taken', 'in', 'the', 'waist', 'but', 'ultimately', 'decided', 'it', 'was', "n't", 'worth', 'paying', 'the', 'extra', 'on', 'top', 'of', 'the', '88', ',2,0,0', 'general', 'tops', 'blouses'] ['9687,828,45', 'a', 'welcome', 'sight', 'for', 'my', 'fall', 'wardrobe', 'this', 'shirt', 'is', 'made', 'of', 'fabric', 'so', 'soft', 'you', 'can', 'practically', 'feel', 'it', 'with', 'your', 'eyes', 'i', 'saw', 'it', 'right', 'when', 'i', 'walked', 'into', 'the', 'store', 'and', 'knew', 'that', 'i', 'had', 'to', 'have', 'it', 'it', 'is', 'unlike', 'any', 'fabric', 'i', "'ve", 'ever', 'had', 'a', 'soft', 'two-ply', 'almost', 'gauzy', 'cotton', 'one', 'cute', 'detail', 'is', 'that', 'the', 'inside', 'layer', 'is', 'a', 'smaller', 'windowpane', 'plaid', 'than', 'the', 'outside', 'layer', 'so', 'cute', 'and', 'so', 'soft', 'one', 'thickness', 'above', 'cheesecloth', 'i', 'would', 'say', 'and', 'like', 'cheesecloth', 'it', 'has', 'a', 'natural', 'give', 'within', 'the', 'weave', 'but', 'it', 'is', 'not', 'stretchy', 'the', 'shoulders', ',5,1,1', 'general', 'tops', 'blouses'] ['9688,865,26', 'one', 'of', 'my', 'favorite', 'tops', 'the', 'material', 'is', 'super', 'soft', 'and', 'the', 'color', 'is', 'spot', 'on', 'i', 'have', 'red', 'hair', 'so', 'purchasing', 'a', 'top', 'in', 'any', 'red', 'tone', 'can', 'be', 'iffy', 'great', 'transitional', 'top', 'for', 'spring', 'summer', 'and', 'fall', 'seasons', 'i', 'accidentally', 'dried', 'mine', 'thankfully', 'only', 'on', 'the', 'lowest', 'heat', 'setting', 'and', 'it', 'shrunk', 'but', 'just', 'the', 'length', 'a', 'bit', 'one', 'of', 'my', 'fave', 'retailer', 'purchases', ',5,1,0', 'general', 'tops', 'knits'] ['9689,828,47', 'love', 'it', 'i', 'wish', 'they', 'had', 'it', 'in', 'more', 'colors', 'i', 'noticed', 'that', 'someone', 'wrote', 'a', 'review', 'about', 'how', 'after', 'washing', 'her', 'shirt', 'she', 'hated', 'it', 'well', 'i', 'have', 'washed', 'mine', '2', 'or', '3', 'times', 'already', 'and', 'have', 'never', 'ironed', 'it', 'i', 'do', 'use', 'fabric', 'softener', 'and', 'i', 'take', 'it', 'out', 'and', 'hang', 'it', 'to', 'dry', 'after', 'it', 'has', 'tossed', 'in', 'the', 'dryer', 'for', 'about', '5', 'minutes', 'it', 'is', 'not', 'meant', 'to', 'be', 'a', 'crisp', 'dress', 'shirt', 'but', 'a', 'soft', 'casual', 'shirt', 'and', 'as', 'i', 'said', 'before', 'i', 'have', 'not', 'ironed', 'it', 'once', 'it', 'looks', 'like', 'it', 'did', 'when', 'i', 'bought', 'it', 'even', 'straight', 'out', 'of', 'the', 'dryer', 'i', 'own', 'the', 'yellow', 'and', 'pink', ',5,1,0', 'general', 'tops', 'blouses'] ['9690,828,39', 'cute', 'fall', 'staple', 'the', 'color', 'is', 'a', 'very', 'dark', 'mustard', 'yellow', 'thin/light-weight', 'material', 'and', 'it', 'has', 'a', 'pretty', 'feminine', 'drape', '0verall', 'a', 'nice', 'twist', 'on', 'a', 'classic', 'plaid', 'shirt', 'cute', 'cuffs', 'complementary', 'design', 'the', 'top', 'was', 'baggier', 'than', 'the', 'bottom', 'though-', 'i', 'deducted', 'a', 'star', 'for', 'the', 'tight', 'fight', 'on', 'the', 'hips', 'all', 'photos', 'show', 'it', 'unbuttoned', 'or', 'tucked', 'in', 'i', "'m", 'usually', 'between', 'a', 's/m', 'i', 'recommend', 'the', 'size', 'up', 'for', 'hip', 'fit', ',4,1,2', 'general', 'tops', 'blouses'] ['9691,822,45', 'light', 'and', 'airy', 'perfect', 'summer/fall', 'top', 'can', 'also', 'layer', 'it', 'i', 'wear', 'it', 'over', 'a', 'tank', 'tunic', 'and', 'love', 'it.,4,1,0', 'general', 'tops', 'blouses'] ['9692,865,24', 'comfortable', 'and', 'feminine', 'pretty', 'color', 'flattering', 'fit', 'the', 'flesh-baring', 'lace', 'inset', 'in', 'the', 'middle', 'required', 'me', 'to', 'wear', 'a', 'tank', ',4,1,0', 'general', 'tops', 'knits'] ['9693,865,23', 'sheer', 'tried', 'this', 'on', 'in', 'store', 'was', 'ill-fitting', 'and', 'sheer.,2,0,1', 'general', 'tops', 'knits'] ['9694,828,53', ',,5,1,0', 'general', 'tops', 'blouses'] ['9695,1095,35', 'beautiful', 'details', 'and', 'quality', 'dress', 'i', 'expected', 'this', 'dress', 'to', 'be', 'pretty', 'but', 'was', 'happily', 'surprised', 'at', 'the', 'level', 'of', 'beautiful', 'detail', 'it', "'s", 'hard', 'to', 'tell', 'in', 'the', 'pictures', 'but', 'the', 'dress', 'has', 'a', 'black', 'background', 'with', 'tan', 'embroidery', 'all', 'over', 'and', 'white', 'embroidered', 'eyelets', 'the', 'full', 'lining', 'is', 'bright', 'blue', 'and', 'it', 'peeks', 'through', 'the', 'eyelets', 'with', 'the', 'slit', 'on', 'the', 'back', 'and', 'the', 'inside', 'of', 'the', 'neckline', 'lined', 'in', 'bright', 'orange', 'the', 'slit', 'on', 'the', 'back', 'has', 'two', 'buttons', 'closing', 'it', 'a', 'really', 'cute', 'detail', 'it', 'fit', 'me', 'comfortably', 'i', 'am', '5', '7', 'and', '130', 'got', 'the', 'si', ',5,1,24', 'general', 'dresses', 'dresses'] ['9696,1095,62', 'total', 'muumuu', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'that', 'the', 'fabric', 'and', 'details', 'are', 'beautiful', 'but', 'with', 'the', 'shirring', 'from', 'the', 'neckline', 'and', 'absolutely', 'no', 'fitting', 'anywhere', 'my', 'shape', 'got', 'totally', 'lost', 'and', 'i', 'looked', 'huge', 'the', 'difference', 'in', 'length', 'of', 'the', 'dress', 'and', 'slip', 'really', 'bothered', 'me', 'as', 'well', 'possibly', 'great', 'for', 'pregnancy', 'because', 'you', 'look', 'like', 'your', 'about', '8', '1/2', 'months', 'anyway', ',2,0,1', 'general', 'dresses', 'dresses'] ['9697,1077,29', 'dress', 'up', 'or', 'down', 'i', 'do', "n't", 'usually', 'write', 'reviews', 'but', 'i', 'loved', 'this', 'dress', 'in', 'the', 'store', 'and', 'would', 'have', 'passed', 'it', 'right', 'over', 'online', 'the', 'skirt', 'is', 'a', 'charcoal', 'color', 'and', 'the', 'top', 'is', 'an', 'antique', 'white', 'it', 'gives', 'the', 'appearance', 'of', 'a', 'separate', 'crop', 'top', 'i', 'would', 'usually', 'wear', 'a', 'small', '5', '2', 'and', '125', 'lbs.', 'i', "'m", 'wearing', 'a', 'small', 'in', 'the', 'photo', 'but', 'ended', 'up', 'going', 'back', 'for', 'an', 'xs', 'the', 'dress', 'could', 'go', 'more', 'casual', 'with', 'flats', 'or', 'boots', 'and', 'a', 'scarf', 'or', 'dressier', 'with', 'heels', 'and', 'jewelry', 'i', 'think', 'i', "'ll", 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['9698,825,49', 'runs', 'small', 'in', 'the', 'bust', 'this', 'top', 'is', 'very', 'cute', 'but', 'i', 'found', 'it', 'runs', 'small', 'in', 'the', 'bust', 'which', 'is', 'unusual', 'for', 'maeve', 'i', 'will', 'have', 'to', 'return', 'it', 'you', 'may', 'want', 'to', 'size', 'up', 'if', 'you', 'have', 'a', 'generous', 'bust', ',3,0,5', 'general', 'petite', 'tops', 'blouses'] ['9699,865,51', 'lovely', 'this', 'is', 'such', 'a', 'cute', 'and', 'flattering', 'top', 'it', 'is', "n't", 'a', 'style', 'i', 'would', 'normally', 'gravitate', 'to', 'but', 'i', 'liked', 'the', 'color', 'so', 'i', 'thought', 'i', "'d", 'try', 'it', 'on', 'i', 'ended', 'up', 'trying', 'on', 'the', 'medium', 'because', 'they', 'were', 'out', 'of', 'my', 'usual', 'large', 'and', 'it', 'fits', 'great', 'it', 'drapes', 'really', 'nicely', 'and', 'looks', 'super', 'cute', 'with', 'jeans', 'and', 'booties', 'the', 'little', 'stripe', 'of', 'ladder', 'lace', 'around', 'the', 'middle', 'is', 'a', 'bit', 'see', 'thru', 'but', 'not', 'revealing', 'it', "'s", 'a', 'nice', 'top', 'for', 'transitioning', 'from', 'summer', 'to', 'fall', ',5,1,5', 'general', 'tops', 'knits'] ['9700,1025,31', 'worn', 'often', 'and', 'loved', 'every', 'time', 'starts', 'out', 'crisp', 'but', 'not', 'too', 'tight', 'does', "n't", 'over-stretch', 'through', 'the', 'course', 'of', 'the', 'day', 'very', 'comfortable', 'but', 'looks', 'polished', 'front', 'pockets', 'sewn', 'together', 'like', 'all', 'verdugo', 'jeans', 'good', 'particularly', 'because', 'it', 'eliminates', 'the', 'awkward', 'brighter', 'white', 'where', 'actual', 'pockets', 'would', 'show', 'through', 'fabric', 'on', 'other', 'white', 'jeans', 'washes', 'exceptionally', 'well', 'and', 'holds', 'its', 'shape', 'as', 'well', 'as', 'softness', 'which', 'is', 'good', 'because', 'being', 'white', 'they', 'pick', 'up', 'stains', 'easily', 'be', 'careful', 'with', 'underwear', 'lines-', 'thong', 'probably', 'best.,5,1,2', 'general', 'bottoms', 'jeans'] ['9701,828,49', 'skinny', 'arms', 'i', 'could', "n't", 'believe', 'there', 'were', "n't", 'more', 'reviews', 'complaining', 'about', 'the', 'arm', 'size', 'then', 'i', 'found', 'them', 'yes', 'this', 'is', 'a', 'cute', 'shirt', 'if', 'you', 'have', 'toothpicks', 'for', 'arms', 'so', 'true', 'the', 'shirt', 'is', 'adorable', 'a', 'bit', 'guazy', 'so', 'not', 'going', 'to', 'be', 'super', 'warm', 'for', 'fall/winter', 'but', 'i', 'live', 'in', 'cali', 'so', 'that', "'s", 'not', 'an', 'issue', 'but', 'my', 'arms', 'are', "n't", 'even', 'big', 'and', 'this', 'shirt', 'is', 'so', 'snug', 'around', 'my', 'arms', 'unfortunately', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'tops', 'blouses'] ['9702,828,57', ',,4,1,0', 'general', 'tops', 'blouses'] ['9703,1077,40', 'tulle', 'perfection', 'i', 'was', 'looking', 'for', 'a', 'holiday', 'dress', 'to', 'wear', 'to', 'the', 'nutcracker', 'and', 'what', 'is', 'more', 'appropriate', 'than', 'a', 'tulle', 'skirt', 'the', 'tulle', 'lays', 'fairly', 'flat', 'so', 'it', "'s", 'flattering', 'rather', 'than', 'being', 'poufy', 'the', 'top', 'is', 'a', 'thick', 'material', 'but', 'not', 'quite', 'sweater', 'material', 'since', 'the', 'top', 'is', 'warmer', 'it', 'should', 'be', 'fine', 'for', 'winter', 'even', 'with', 'short', 'sleeves', 'and', 'a', 'cute', 'cardigan', 'or', 'furry', 'coat', 'i', "'m", 'going', 'to', 'sparkle', 'it', 'up', 'a', 'bit', 'with', 'a', 'necklace', 'or', 'belt', 'but', 'it', 'also', 'looks', 'fine', 'without', 'extra', 'accessories', 'fits', 'true', 'to', 'size', 'i', "'m", 'typically', 'a', ',5,1,1', 'general', 'dresses', 'dresses'] ['9704,828,29', 'wonderful', 'fall', 'button-down', 'glad', 'i', 'went', 'in', 'to', 'buy', 'this', 'in', 'store', 'i', 'was', 'surprised', 'by', 'the', 'texture', 'which', 'was', 'much', 'more', 'cotton', 'almost', 'gauze-like', 'than', 'most', 'cloth', 'stone', 'shirts', 'made', 'with', 'tencel', 'the', 'blue', 'looks', 'like', 'demin', 'online', 'but', 'in', 'person', 'is', 'a', 'rather', 'ugly', 'dark', 'blue', 'the', 'pink', 'was', 'almost', 'red', 'but', 'the', 'yellow', 'was', 'beautiful'] ['it', 'is', 'double-lined', 'which', 'is', 'one', 'of', 'the', 'best', 'things', 'about', 'it'] ['i', "'m", 'usually', 'between', 'a', 's', 'and', 'm', 'and', 'could', 'have', 'gone', 'either', 'way', 'but', 'choose', 'm', 'because', 'it', 'was', 'a', 'little', 'longer', 'and', 'flowy-er', ',4,1,0', 'general', 'tops', 'blouses'] ['9705,828,42', 'love', 'this', 'brand', 'anytime', 'i', 'see', 'this', 'brand', 'at', 'retailer', 'in', 'a', 'button', 'down', 'i', 'have', 'to', 'buy', 'it', 'fit', 'is', 'always', 'so', 'flattering', 'comfy', 'and', 'the', 'prints', 'are', 'always', 'great', ',5,1,1', 'general', 'tops', 'blouses'] ['9706,828,25', ',,5,1,0', 'general', 'tops', 'blouses'] ['9707,828,42', 'ackerley', 'blouse', 'in', 'yellow', 'love', 'this', 'blouse', 'in', 'yellow', 'fit', 'is', 'true', 'to', 'size', 'and', 'it', 'looks', 'a', 'feels', 'great', ',5,1,0', 'general', 'tops', 'blouses'] ['9708,1077,34', 'not', 'for', 'long', 'torsos', 'this', 'dress', 'is', 'so', 'cute', 'i', 'could', "n't", 'make', 'it', 'work', 'because', 'my', 'long', 'torso.,5,1,0', 'general', 'dresses', 'dresses'] ['9709,828,45', 'vibrant', 'small', 'tried', 'this', 'on', 'at', 'the', 'store', 'after', 'falling', 'in', 'love', 'with', 'the', 'color', 'scheme', 'and', 'cut', 'tons', 'of', 'compliments', 'from', 'the', 'dressing', 'room', 'ladies-this', 'is', 'a', 'hot', 'item', 'in', 'colorado', 'apparently', 'was', 'surprised', 'that', 'my', 'regular', 'size-small-was', 'too', 'tight', 'in', 'the', 'shoulders', 'armpits', 'and', 'upper', 'arms', 'and', 'i', "'m", 'not', 'big', '5', '7', '140', 'lbs.', '32d', 'ended', 'up', 'with', 'with', 'a', 'medium', '100', 'cotton', 'so', 'i', 'wo', "n't", 'be', 'machine', 'drying', 'this', 'cuz', 'it', 'looks', 'prone', 'to', 'shrinkage', 'too', 'casual', 'to', 'wear', 'to', 'work', 'but', 'it', "'ll", 'be', 'fun', 'to', 'run', 'errands', 'etc', 'in', 'this', 'for', 'at', 'le', ',4,1,3', 'general', 'tops', 'blouses'] ['9710,865,34', 'soft', 'nice', 'details', 'soft', 'fabric', 'great', 'color', 'for', 'fall', 'and', 'sophisticated', 'detail', 'at', 'waist', 'sleeves', 'a', 'keeper', ',4,1,0', 'general', 'tops', 'knits'] ['9711,828,36', 'perfect', 'fall', 'shirt', 'material', 'is', 'very', 'soft', 'and', 'the', 'cut', 'is', 'flattering', 'i', 'got', 'the', 'yellow', 'and', 'pink', 'yellow', 'is', 'more', 'of', 'a', 'brown', 'color', 'but', 'i', 'still', 'like', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['9712,865,41', 'might', 'be', 'my', 'new', 'favorite', 'shirt', 'this', 'fall', 'i', 'love', 'the', 'color', 'and', 'the', 'cut', 'it', 'fits', 'well', 'and', 'i', 'have', 'a', 'large', 'bust', 'hangs', 'very', 'pretty.,4,1,0', 'general', 'tops', 'knits'] ['9713,1025,65', 'i', 'love', 'love', 'love', 'these', 'white', 'jeans', 'the', 'crop', 'style', 'is', 'great', 'as', 'i', 'am', '5', '1', 'so', 'the', 'fit', 'is', 'perfect', 'for', 'an', 'ankle', 'jean'] ['these', 'fit', 'the', 'bill', 'in', 'every', 'way', 'they', 'are', 'so', 'comfy', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9714,1095,49', 'this', 'is', 'a', 'dress', 'worth', 'paying', 'full', 'price', 'for', 'based', 'on', 'the', 'good', 'construction', 'and', 'lacework', 'i', 'got', 'it', 'for', 'an', 'office', 'event', 'and', 'although', 'it', 'is', 'low-backed', 'the', 'high', 'neckline', 'makes', 'up', 'for', 'that', 'no', 'jewelry', 'necessary', 'with', 'the', 'high', 'collar', 'i', 'am', "5'10", 'and', '135lbs', 'built', 'like', 'a', 'column', 'so', 'i', 'got', 'the', '6.', 'definitely', 'not', 'for', 'full-figured', 'women', 'unless', 'you', 'want', 'it', 'long', 'very', 'cool', 'orange', 'lining', 'and', 'buttons', 'on', 'the', 'back', 'vent', ',5,1,3', 'general', 'dresses', 'dresses'] ['9715,828,44', 'um', 'perfect', 'if', 'you', 'have', 'toothpicks', 'for', 'arms', 'so', 'this', 'shirt', 'is', 'adorable', 'soft', 'fun', 'lays', 'nicely'] ['but', 'you', 'should', 'have', 'your', 'arms', 'amputated', 'and', 'replaced', 'with', 'a', 'barbie', "'s", 'before', 'you', 'put', 'it', 'on'] ['i', 'do', "n't", 'even', 'have', 'large', 'arms', 'the', 'medium', 'fit', 'me', 'perfectly', 'but', 'then', 'like', 'i', 'hulked', 'out', 'the', 'arms', 'and', 'there', 'are', 'now', 'little', 'tears', 'at', 'the', 'seams', 'this', 'was', 'all', 'very', 'confusing', 'and', 'vexing', 'as', 'this', 'shirt', 'is', 'otherwise', 'perfection'] [] ['i', 'mean', 'i', "'m", 'not', 'a', 'large', 'but', 'i', 'guess', 'if', 'i', 'want', 'this', 'shirt', 'i', 'will', 'need', 'to', 'take', 'it', 'back', 'and', 'get', 'a', 'large', 'otherwise', 'it', 'will', 'be', 'sleev', ',3,0,4', 'general', 'tops', 'blouses'] ['9716,828,42', 'fun', 'fall', 'plaid', 'very', 'comfortable', 'and', 'cute', 'true', 'to', 'size', 'a', 'look', 'for', 'three', 'seasons.,5,1,0', 'general', 'tops', 'blouses'] ['9717,1059,58', 'the', 'perfect', 'pants', 'i', 'have', 'one', 'in', 'every', 'color', 'that', 'is', 'how', 'much', 'i', 'love', 'them', 'i', 'love', 'that', 'they', 'zip', 'on', 'the', 'side', 'and', 'are', 'high', 'waited', 'i', 'am', '5', '4', 'and', 'got', 'a', '4', 'and', 'they', 'hit', 'me', 'just', 'right', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['9718,827,38', ',i', 'really', 'wanted', 'to', 'like', 'this', 'top', 'but', 'unfortunately', 'it', 'was', 'short', 'and', 'the', 'sleeves', 'were', 'just', 'too', 'puffy', 'it', 'did', 'not', 'look', 'flattering', 'and', 'will', 'be', 'going', 'back.,2,0,6', 'general', 'petite', 'tops', 'blouses'] ['9719,1077,67', 'not', 'for', 'me', 'i', 'saw', 'this', 'dress', 'on', 'the', 'mannequin', 'and', 'wanted', 'to', 'try', 'it', 'on', 'because', 'it', 'was', 'so', 'lovely', 'it', 'was', 'beautifully', 'constructed', 'the', 'lace', 'is', 'pretty', 'and', 'the', 'skirt', 'is', 'almost', 'a', 'grayish', 'green', 'not', 'quite', 'black', 'however', 'due', 'to', 'my', 'body', 'type', 'it', 'did', "n't", 'quite', 'work', 'the', 'top', 'cut', 'in', 'too', 'high', 'on', 'me', 'and', 'made', 'me', 'look', 'a', 'bit', 'short', 'waisted', 'it', 'was', 'beautiful', 'just', 'not', 'quite', 'the', 'look', 'i', 'wanted', 'for', 'the', 'record', 'i', "'m", '5', '8', '125', 'pounds', 'and', 'wore', 'a', 'size', '2', 'in', 'this', ',4,1,0', 'general', 'dresses', 'dresses'] ['9720,1056,33', 'good', "'ol", 'pilcros', 'they', "'re", 'the', 'same', 'quality', 'and', 'fit', 'as', 'my', 'hyphens', 'from', 'last', 'year', 'easy', 'purchase', ',5,1,0', 'general', 'bottoms', 'pants'] ['9721,545,73', 'every', 'woman', "'s", 'cami', 'looking', 'for', 'the', 'perfect', 'camisole', 'that', 'smooths', 'the', 'flab', 'keeps', 'you', 'warm', 'or', 'cool', 'as', 'appropriate', 'does', "n't", 'ride', 'up', 'and', 'looks', 'good', 'this', 'is', 'it', 'it', 'takes', 'a', 'bit', 'of', 'extra', 'effort', 'to', 'get', 'this', 'cami', 'over', 'your', 'head', 'and', 'pulled', 'down', 'but', 'once', 'you', 'do', 'you', 'say', 'ahhh', 'it', 'feels', 'good', 'and', 'is', 'a', 'blessing', 'a', 'seamless', 'bit', 'of', 'control', 'of', 'middle-age', 'middle-body', 'flab', 'for', 'sizing', 'i', 'wear', 'a', 'size', '4', 'in', 'most', 'clothes', 'and', 'in', 'this', 'cami', 'i', 'can', 'wear', 'a', 'small/medium', 'or', 'a', 'medium/large', 'the', 'former', 'pulls', 'in', 'more', 'but', 'the', 'later', 'gives', 'm', ',5,1,3', 'initmates', 'intimate', 'layering'] ['9722,1022,37', 'classic', 'ag', 'greatness', 'these', 'are', 'awesome', 'classic', 'style', 'and', 'quality', 'you', "'d", 'expect', 'from', 'ag', 'the', 'mid-rise', 'is', 'nice', 'for', 'moms', 'like', 'me', 'that', 'are', 'not', 'interested', 'in', 'low-rise', 'jeans', 'tts', 'i', "'m", '5', '8', '135', 'with', 'a', 'curvy', 'bottom', 'and', 'wear', 'a', '29', 'which', 'is', 'my', 'normal', 'size', 'in', 'ag', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9723,1056,27', 'great', 'pants', 'color', 'in', 'online', 'pics', 'a', 'little', 'off', 'i', 'have', 'purchased', 'several', 'pairs', 'of', 'these', 'pants', 'and', 'love', 'them', 'i', 'got', 'two', 'pairs', 'last', 'fall', 'one', 'in', 'purple', 'and', 'one', 'in', 'red', 'i', 'purchased', 'a', 'pair', 'in', 'sand', 'this', 'spring', 'and', 'just', 'purchased', 'pairs', 'in', 'the', 'violet', 'and', 'taupe', 'last', 'week', 'i', 'purchased', 'the', 'violet', 'to', 'replace', 'the', 'purple', 'pair', 'i', 'bought', 'last', 'year', 'stained', 'them', 'then', 'first', 'time', 'i', 'wore', 'them', 'these', 'pants', 'are', 'great', 'but', 'the', 'violet', 'color', 'does', "n't", 'quite', 'match', 'the', 'color', 'in', 'the', 'picture', 'which', 'looks', 'very', 'similar', 'to', 'the', 'pair', 'i', 'bought', 'last', 'year', 'in', 'person', 'the', 'violet', ',5,1,6', 'general', 'bottoms', 'pants'] ['9724,1022,24', 'love', 'these', 'so', 'comfortable', 'feels', 'like', 'wearing', 'pajama', 'leggings', 'they', "'re", 'stretchy', 'but', 'do', "n't", 'lose', 'their', 'shape', 'and', 'the', 'fabric', 'is', 'super', 'soft', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9725,1056,28', 'favorite', 'pants', 'ever.', 'my', 'experience', 'with', 'these', 'have', 'been', 'great', 'and', 'the', 'colors', 'are', 'even', 'more', 'beautiful', 'in', 'person', 'they', "'re", 'easy', 'to', 'dress', 'up', 'for', 'work', 'and', 'going', 'out', 'and', 'easy', 'to', 'dress', 'down', 'for', 'hanging', 'out', 'on', 'the', 'weekends', 'i', 'am', 'typically', 'a', 'size', '31-32', 'and', '30', "'s", 'fit', 'me', 'like', 'a', 'glove', 'i', 'also', 'typically', 'wear', 'petite', 'but', 'do', "n't", 'like', 'the', 'just-above-the-ankle', 'cut', 'of', 'these', 'so', 'i', 'purchased', 'them', 'in', 'regular', 'and', 'wear', 'them', 'as', 'pants', 'i', 'can', 'un-cuff', 'them', 'with', 'heals/wedges', 'or', 'keep', 'the', 'double', 'cuff', 'and', 'they', 'hit', 'me', 'perfectly', 'as', 'full-length', 'pants', 'wi,5,1,0', 'general', 'bottoms', 'pants'] ['9726,1022,49', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['9727,1056,55', ',these', 'chinos', 'are', 'the', 'best', 'the', 'fit', 'is', 'always', 'true', 'to', 'size', 'the', 'quality', 'is', 'great', 'and', 'the', 'new', 'fall', 'colors', 'are', 'beautiful', 'my', 'favorite', 'are', 'the', 'plum', 'these', 'are', 'my', 'go-to', 'pants,5,1,0', 'general', 'bottoms', 'pants'] ['9728,1084,62', 'really', 'great', 'this', 'is', 'a', 'beautiful', 'dress', 'not', 'too', 'interested', 'in', 'yellow', 'but', 'needed', 'it', 'for', 'a', 'wedding', 'this', 'summer', 'i', 'usually', 'wear', 'a', 'large', 'but', 'returned', 'it', 'for', 'a', 'medium', 'the', 'large', 'armhole', 'was', 'a', 'little', 'too', 'big', 'super', 'comfortable', 'and', 'easy.,5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['9729,1056,43', 'disappointed.', 'i', 'have', 'loved', 'the', 'pilcrow', 'hyphen', 'chinos', 'and', 'have', 'purchased', 'many', 'pairs', 'however', 'the', 'last', '3', 'pairs', 'i', "'ve", 'ordered', 'are', 'all', 'a', 'different', 'cut', 'now', 'they', 'are', 'no', 'longer', 'the', 'chino', 'i', 'loved', 'although', 'they', 'have', 'the', 'exact', 'same', 'name', 'they', 'are', 'now', 'boy', 'cut', 'and', 'are', 'much', 'more', 'narrow', 'through', 'the', 'hips', 'and', 'thighs', 'nowhere', 'on', 'the', 'description', 'does', 'it', 'say', 'boy', 'cut', 'it', "'s", 'not', 'until', 'the', 'package', 'arrives', 'in', 'the', 'mail', 'that', 'i', "'m", 'saddened', 'to', 'find', 'this', 'changed', 'product', 'with', 'the', 'same', 'number', 'it', 'really', 'should', 'say', 'this', 'int', 'he', 'descri', ',2,0,5', 'general', 'bottoms', 'pants'] ['9730,875,62', 'very', 'unique', 'print', 'look', 'closely', 'and', 'you', 'will', 'be', 'surprised', 'at', 'this', 'awesome', 'print', 'the', 'shirt', 'is', 'very', 'soft', 'and', 'comfy', 'be', 'warned', 'that', 'it', 'runs', 'huge', 'i', 'usually', 'wear', 'a', 'medium', 'or', 'large', 'in', 'this', 'brand', 'after', 'many', 'tries', 'i', 'ended', 'up', 'with', 'a', 'small', 'and', 'it', 'is', 'roomy', 'this', 'looks', 'so', 'cute', 'under', 'a', 'jacket', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['9731,1056,44', 'love', 'these', 'pants', 'until', 'i', 'washed', 'them', 'i', 'bought', 'these', 'in', 'the', 'mustard', 'color', 'and', 'the', 'salmon', 'color', 'i', 'did', "n't", 'have', 'a', 'problem', 'with', 'general', 'fading', 'but', 'used', 'natural', 'mild', 'stain', 'remover', 'biokleen', 'and', 'the', 'pants', 'were', 'ruined', 'one', 'faded', 'where', 'i', 'sprayed', 'and', 'the', 'other', 'has', 'a', 'permanent', 'water', 'mark', 'cold', 'wash', 'and', 'line', 'dried', 'such', 'a', 'bummer', 'that', 'these', 'pants', 'are', "n't", 'every', 'day', 'wearable', 'and', 'washable', ',2,0,0', 'general', 'bottoms', 'pants'] ['9732,1056,60', 'plum', 'chino', "'s", 'i', 'purchased', 'the', 'violet', 'chino', "'s", 'in', 'my', 'local', 'store', 'the', 'color', 'to', 'me', 'is', 'more', 'plum', 'than', 'violet', 'but', 'a', 'nice', 'shade', 'still', 'the', 'fit', 'was', 'perfect', 'and', 'they', 'are', 'oh', 'so', 'comfortable', 'i', 'bought', 'size', '27', 'weight', 'fluxes', '116-118', 'i', 'can', 'see', 'having', 'several', 'pairs', 'of', 'these', 'in', 'other', 'colors', 'because', 'of', 'the', 'comfort', 'level', 'and', 'they', 'work', 'for', 'fall', 'spring', 'and', 'summer', 'in', 'the', 'warmer', 'states', 'even', 'winter', 'the', 'fabric', 'has', 'a', 'soft', 'feel', 'to', 'it', ',5,1,2', 'general', 'bottoms', 'pants'] ['9733,1053,37', 'love', 'the', 'fit', 'and', 'comfort', 'bought', 'these', 'pants', 'for', 'a', 'long', 'trip', 'through', 'south', 'east', 'asia', 'tried', 'them', 'on', 'at', 'home', 'and', 'instantly', 'fell', 'in', 'love', 'with', 'the', 'relaxed', 'yet', 'styled', 'look', 'will', 'be', 'incredibly', 'versatile', 'on', 'my', 'trip', 'which', 'i', 'need', 'as', 'i', 'am', 'bringing', 'only', '~15', 'pounds', 'of', 'luggage', 'including', 'the', 'bag', 'they', 'seem', 'breathable', 'and', 'are', 'light', 'weight', 'super', 'flattering', 'as', 'they', 'are', 'slightly', 'slimming', 'and', 'do', "n't", 'bunch', 'up', 'at', 'the', 'waste', 'i', 'got', 'the', 'greenish', 'color.,5,1,0', 'general', 'bottoms', 'pants'] ['9734,1056,54', 'most', 'stylish', 'chinos', 'around', 'i', 'bought', 'these', 'in', 'pink', 'and', 'added', 'taupe', 'to', 'my', 'wardrobe', 'because', 'one', 'pair', 'is', 'not', 'enough', 'i', 'found', 'a', 'tiny', 'variation', 'in', 'size', 'between', 'my', 'two', 'pairs', 'but', 'for', 'the', 'most', 'part', 'they', 'are', 'true', 'to', 'size', 'i', 'love', 'the', 'just', 'below', 'the', 'navel', 'rise', 'they', 'pair', 'well', 'with', 'strappy', 'or', 'fringe', 'sandals', 'i', 'have', "n't", 'worn', 'them', 'with', 'boots', 'yet', 'however', 'i', 'think', 'they', "'ll", 'be', 'great', 'since', 'they', 'hug', 'in', 'close', 'to', 'the', 'calf', 'and', 'ankle', 'without', 'being', 'tight', 'buy', 'them', 'in', 'the', 'size', 'you', 'buy', 'jeans', 'or', 'one', 'waist', 'size', 'smaller', 'if', 'you', "'re", 'sometimes', 'this', 'or', 'some', ',5,1,1', 'general', 'bottoms', 'pants'] ['9735,1003,52', 'cute', 'skirt', 'for', 'next', 'summer', 'fits', 'well', 'true', 'to', 'size', 'love', 'the', 'kelly', 'green', 'color', 'and', 'found', 'a', 'blouse', 'to', 'match', 'the', 'see-through', 'part', 'gives', 'it', 'some', 'oomph', 'and', 'a', 'little', 'extra', 'sexiness', 'without', 'being', 'inappropriate', 'for', 'work', 'only', 'downside', 'is', 'the', 'beige', 'color', 'kind', 'of', 'a', 'funky', 'bandaid-colored', 'beige', 'but', 'the', 'blue', 'and', 'the', 'green', 'balance', 'it', 'out.,5,1,0', 'general', 'bottoms', 'skirts'] ['9736,1056,31', 'never', 'spray', 'and', 'wash', 'i', 'love', 'love', 'love', 'these', 'pants', 'they', 'actually', 'fit', 'me', 'and', 'look', 'great', 'buyer', 'beware', 'that', 'the', 'dye', 'used', 'is', 'very', 'delicate', 'i', 'had', 'a', 'very', 'slight', 'stain', 'on', 'them', 'that', 'most', 'likely', 'only', 'i', 'noticed', 'but', 'i', 'decided', 'to', 'use', 'a', 'spray', 'and', 'wash', 'stain', 'remover', 'the', 'resulting', 'removal', 'of', 'the', 'stain', 'came', 'with', 'a', 'very', 'large', 'loss', 'of', 'color', 'anywhere', 'the', 'stain', 'remover', 'touched', 'unfortunately', 'this', 'has', 'made', 'these', 'pants', 'unwearable', 'buy', 'wear', 'and', 'wash', 'these', 'with', 'care', ',3,1,2', 'general', 'bottoms', 'pants'] ['9737,1056,63', 'a', 'great', 'basic', 'but', 'beware', 'of', 'stretching', 'loved', 'these', 'pants', 'when', 'i', 'bought', 'them', 'but', 'was', 'not', 'expecting', 'them', 'to', 'grow', 'a', 'size', 'within', 'an', 'hour', 'of', 'putting', 'them', 'on', 'i', 'think', 'it', "'s", 'an', 'issue', 'with', 'pilcro', 'great', 'styling', 'nice', 'fabric', 'but', 'buy', 'one', 'size', 'down', ',4,1,0', 'general', 'bottoms', 'pants'] ['9738,1056,29', 'the', 'size', '24', 'are', 'gone', 'i', 'have', 'a', 'few', 'pair', 'of', 'these', 'from', 'prior', 'years', 'and', 'would', 'like', 'another', 'in', 'a', 'dark', 'color', 'every', 'time', 'i', 'check', 'the', 'size', '24', 'regular', 'are', 'sold', 'out', 'please', 'make', 'more', 'size', '24', ',4,1,2', 'general', 'bottoms', 'pants'] ['9739,1053,49', ',,5,1,0', 'general', 'bottoms', 'pants'] ['9740,1056,42', 'great', 'pants', 'these', 'pants', 'fit', 'well', 'are', 'cute', 'and', 'are', 'comfortable', 'they', 'are', 'a', 'nice', 'alternative', 'to', 'jeans', ',5,1,0', 'general', 'bottoms', 'pants'] ['9741,1022,43', 'fun', 'flattering', 'the', 'high/low', 'hem', 'is', 'interesting', 'and', 'the', 'fit', 'looks', 'great', 'i', 'did', 'find', 'that', 'i', 'needed', 'one', 'size', 'larger', 'than', 'normal', 'maybe', 'that', "'s", 'bc', 'these', 'are', 'high', 'rise', 'there', 'is', 'also', 'absolutely', 'no', 'stretch', 'in', 'the', 'fabric', ',4,1,2', 'general', 'bottoms', 'jeans'] ['9742,1056,46', 'the', 'dye', 'runs', 'i', 'ordered', '5', 'pair', 'of', 'these', 'pants', 'and', 'the', 'dye', 'ran', 'everywhere', 'when', 'i', 'washed', 'them', 'according', 'to', 'instructions', 'and', 'then', 'it', 'came', 'out', 'with', 'weird', 'lines', 'and', 'splotches', 'in', 'the', 'pants', 'i', 'sent', 'them', 'back', 'and', 'retailer', 'was', 'very', 'nice', 'about', 'replacing', 'them', 'i', 'have', 'yet', 'to', 'wash', 'my', '2nd', 'pair', 'but', 'we', 'will', 'see.,5,1,0', 'general', 'bottoms', 'pants'] ['9743,1056,41', 'what', 'a', 'pair', 'very', 'comfy', 'and', 'easily', 'could', 'dress', 'down', 'or', 'up', ',4,1,1', 'general', 'bottoms', 'pants'] ['9744,1084,51', 'poor', 'fit', 'this', 'dress', 'ran', 'large', 'maybe', 'because', 'the', 'pleats', 'made', 'this', 'dress', 'too', 'roomy', 'the', 'dress', 'hung', 'on', 'my', 'right', 'shoulder', 'but', 'the', 'dress', 'did', 'not', 'hold', 'up', 'at', 'all', 'on', 'the', 'left', 'side', 'of', 'my', 'body', 'maybe', 'because', 'i', 'have', 'a', 'short', 'torso/petite', 'frame', 'i', 'loved', 'the', 'yellow', 'color', 'for', 'summer', 'it', 'would', 'have', 'made', 'for', 'a', 'nice', 'dress', 'to', 'wear', 'for', 'a', 'wedding', 'unfortunately', 'i', 'had', 'to', 'return', 'it', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9745,1022,40', 'supremely', 'disappointed', 'when', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'i', 'was', 'thrilled', 'they', 'were', 'comfy', 'as', 'yoga', 'pants', 'and', 'the', 'fit', 'was', 'divine', 'i', 'thought', 'i', 'had', 'found', 'the', 'perfect', 'jeans', 'and', 'i', 'splurged', 'on', 'them', 'for', 'my', 'birthday', 'after', 'wearing', 'just', 'two', 'times', 'they', 'are', 'baggy', 'and', 'the', 'knees', 'are', 'totally', 'bagged', 'out', 'saggy', 'and', 'faded'] ['so', 'disappointing', 'i', 'want', 'my', '180', 'back', ',1,0,0', 'general', 'bottoms', 'jeans'] ['9746,850,31', 'flattering', 'fit', 'i', 'loved', 'this', 'top', 'the', 'cinched', 'in', 'waist', 'is', 'so', 'flattering', 'or', 'i', "'ll", 'leave', 'it', 'un-cinched', 'for', 'a', 'super', 'relaxed', 'fit', 'it', "'s", 'comfortable', 'and', 'light', 'weight', 'so', 'i', "'ll", 'be', 'wearing', 'this', 'into', 'late', 'spring/', 'early', 'summer', 'i', "'ve", 'worn', 'it', 'with', 'the', 'green', 'pilcro', 'slim', 'pants', 'i', "'ve", 'worn', 'it', 'unbuttoned', 'over', 'a', 'basic', 'black', 'knee', 'length', 'jersey', 'dress', 'i', "'ve", 'worn', 'it', 'over', 'a', 'bathing', 'suit', 'in', 'west', 'palm', 'beach', 'i', 'ca', "n't", 'wait', 'to', 'find', 'more', 'fun', 'ways', 'to', 'wear', 'it', ',5,1,12', 'general', 'tops', 'blouses'] ['9747,1072,70', 'ethereal', 'beauty', 'as', 'other', 'reviewers', 'have', 'stated', 'it', 'is', 'hard', 'to', 'see', 'in', 'the', 'photos', 'that', 'the', 'dress', 'has', 'iridescent', 'blue/pink/lavender', 'sequins', 'i', 'was', 'surprised', 'as', 'well', 'but', 'in', 'a', 'good', 'way', 'i', 'think', 'it', 'has', 'a', 'unique', 'look', 'and', 'is', 'so', 'pretty', 'and', 'romantic', 'its', 'a', 'vision', 'of', 'shimmer', 'when', 'you', 'are', 'walking', 'if', 'you', 'have', 'somewhat', 'of', 'a', 'bust', 'i', 'would', 'size', 'up', 'because', 'the', 'triangles', 'run', 'a', 'little', 'small', 'other', 'than', 'that', 'its', 'a', 'beautiful', 'dress.,5,1,1', 'general', 'dresses', 'dresses'] ['9748,927,57', 'not', 'a', 'great', 'a', 'great', 'sweater', 'vest', 'i', 'was', 'disappointed', 'in', 'this', 'vest', 'it', 'was', 'stiff', 'and', 'scratchy', 'and', 'seems', 'too', 'big', 'does', "n't", 'drape', 'well', 'fromm', 'the', 'armpit', 'and', 'bust', 'line', 'area', 'not', 'very', 'figure', 'flattering', 'looks', 'like', 'i', 'put', 'a', 'blue', 'shopping', 'bag', 'on', 'and', 'belted', 'it', 'to', 'try', 'to', 'add', 'flair', ',3,0,0', 'general', 'tops', 'sweaters'] ['9749,895,48', 'lovely', 'color', 'i', 'would', 'not', 'have', 'purchased', 'this', 'had', 'i', 'not', 'seen', 'it', 'at', 'my', 'local', '2', 'hrs', 'away', 'store', 'as', 'the', 'previous', 'review', 'mentioned', 'the', 'red', 'is', 'gorgeous', 'very', 'saturated', 'color', 'just', 'lovely', 'it', 'does', 'run', 'large', 'i', 'am', "5'10", '135lbs', 'i', 'typically', 'wear', 'medium', 'but', 'chose', 'small', 'and', 'could', 'possibly', 'have', 'done', 'xs', 'but', 'i', 'wanted', 'the', 'extra', 'length', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['9750,895,35', 'not', 'for', 'the', 'full-busted', 'this', 'top', 'looks', 'great', 'on', 'the', 'model', 'a', 'petite', 'frame', 'small-busted', 'body', 'i', 'am', '5', '2', 'and', 'have', 'a', 'large', 'bust', 'and', 'curvy', 'hips', 'this', 'top', 'hit', 'in', 'all', 'the', 'wrong', 'places', 'the', 'front', 'looks', 'very', 'cropped', 'and', 'frumpy', 'if', 'you', 'have', 'a', 'large', 'bust', 'the', 'width', 'of', 'the', 'top', 'of', 'very', 'boxy', 'the', 'top', 'is', 'very', 'soft', 'and', 'comfortable', 'and', 'the', 'color', 'is', 'pretty', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['9751,1135,35', 'beautiful', 'off', 'the', 'shoulder', 'blouse', 'i', 'was', 'hesitant', 'to', 'purchase', 'this', 'because', 'of', 'the', 'price', 'but', 'the', 'design', 'really', 'spoke', 'to', 'me', 'i', "'ve", 'been', 'waiting', 'for', 'an', 'off', 'the', 'shoulder', 'piece', 'that', 'i', 'love', 'and', 'this', 'was', 'it', 'great', 'light', 'fabric', 'and', 'beautiful', 'design', 'i', 'love', 'it', 'worth', 'every', 'penny', 'can', 'be', 'worn', 'on', 'or', 'off', 'the', 'shoulder', 'like', 'pictured', ',5,1,2', 'general', 'trend', 'trend'] ['9752,895,43', 'great', 'transitional', 'sweater', 'very', 'soft', 'comfy', 'lightweight', 'sweater', 'perfect', 'for', 'layering', 'as', 'the', 'weather', 'gets', 'cooler', 'looks', 'great', 'with', 'jeans', 'or', 'jean', 'shorts', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['9753,895,72', 'lovely', 'transitional', 'sweater', 'the', 'color', 'is', 'deep', 'coral', 'and', 'perfect', 'for', 'fall', 'to', 'top', 'jeans', 'or', 'leggings', 'i', 'love', 'the', 'big', 'slouchy', 'look', 'so', 'the', 'drapey', 'quality', 'is', 'a', 'plus.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['9754,895,57', 'nancydee', 'love', 'this', 'sweater', 'lightweight', 'comfy', 'and', 'does', 'run', 'large', 'i', 'usually', 'wear', 'a', 'size', '12', 'or', 'l/xl', 'in', 'sweaters', 'cause', 'i', 'don', '39', 't', 'like', 'them', 'to', 'fit', 'tight', 'i', 'read', 'reviews', 'and', 'ordered', 'a', 'medium', 'and', 'it', '39', 's', 'perfect', 'can', '39', 't', 'go', 'wrong', 'i', 'ordered', 'the', 'red', 'but', 'am', 'now', 'thinking', 'of', 'ordering', 'the', 'grey', 'one', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['9755,1075,46', 'm/l', 'too', 'big', 'for', 'a', 'plus', 'size', 'girl', 'contrary', 'to', 'some', 'of', 'the', 'reviews', 'posted', 'the', 'dress', 'is', 'not', 'excessively', 'sheer', 'you', 'ca', "n't", 'see', 'black', 'underwear', 'thru', 'the', 'fabric', 'but', 'you', 'can', 'see', 'the', 'body', "'s", 'silhouette', 'in', 'front', 'of', 'a', 'light', 'source', 'it', "'s", 'not', 'lingerie', 'sheer', 'but', 'more', 'like', 'a', 'medium', 'weight', 'gauze', 'without', 'the', 'wrinkles', 'if', 'you', "'re", 'older', 'or', 'modest', 'the', 'sheerness', 'may', 'bother', 'otherwise', 'due', 'to', 'the', 'print', 'it', 'should', "n't", 'be', 'much', 'of', 'a', 'factor'] [] ['now', 'on', 'to', 'the', 'size', 'i', "'m", 'a', 'plus', 'size', 'girl', 'size', '18', 'and', 'based', 'on', 'reviews', 'saying', 'the', 'dress', 'was', 'huge', 'i', 'ordere', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9756,1075,42', 'dress', 'for', 'you', 'and', 'your', 'whole', 'family', 'i', 'really', 'wished', 'i', 'had', 'heeded', 'the', 'other', 'reviews', 'of', 'this', 'dress', 'it', 'is', 'so', 'ridiculously', 'oversized', 'i', 'can', 'not', 'imagine', 'who', 'this', 'possibly', 'would', 'look', 'good', 'on', 'i', 'ordered', 'the', 'sm/med', 'and', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'package', 'i', 'thought', 'i', 'had', 'accidentally', 'been', 'sent', 'a', 'bed', 'sheet', 'and', 'said', 'are', 'you', 'kidding', 'me', 'by', 'the', 'time', 'you', 'cinch', 'the', 'neckline', 'so', 'the', 'fabric', 'is', 'somewhat', 'close', 'to', 'your', 'body', 'the', 'neckline', 'is', 'almost', 'to', 'your', 'waist', 'and', 'you', 'look', '50', 'lbs', 'heavier', 'horrible', 'design', 'retailer', 'i', 'do', "n't", 'know', 'which', 'dress', 'the', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['9757,1075,38', 'see', 'through', 'beach', 'cover', 'up', 'i', 'was', 'so', 'looking', 'forward', 'to', 'an', 'awesome', 'maxi', 'dress', 'this', 'was', 'not', 'it', 'completely', 'see', 'through', 'i', 'guess', 'you', 'could', 'wear', 'it', 'as', 'a', 'bathing', 'suit', 'cover', 'up', 'but', 'be', 'prepared', 'to', 'knot', 'the', 'length', 'or', 'you', 'will', 'trip', 'its', 'an', 'odd', 'design', 'absolutely', 'not', 'worth', 'the', 'price', 'i', 'purchased', 'the', 'sm/md', 'and', 'i', 'could', 'have', 'for', 'two', 'of', 'me', 'in', 'the', 'dress', 'returned', 'this', 'piece', 'without', 'looking', 'back,1,0,15', 'general', 'petite', 'dresses', 'dresses'] ['9758,850,45', 'cute', 'lightweight', 'tunic', 'i', 'wear', 'stuff', 'like', 'this', 'a', 'lot', 'so', 'naturally', 'i', 'got', 'this', 'one', 'i', 'love', 'it', 'and', 'i', 'think', 'it', "'s", 'flattering', 'however', 'it', 'wrinkles', 'easily', 'and', 'also', 'when', 'i', 'hand', 'washed', 'in', 'cold', 'water', 'it', 'shrunk', 'a', 'little', 'which', 'super', 'irritating', 'but', 'i', "'m", 'going', 'to', 'wear', 'it', 'anyway', 'i', 'think', 'it', 'can', 'be', 'worn', 'with', 'many', 'things', 'so', 'it', "'ll", 'stay', 'in', 'rotation', 'a', 'while', ',4,1,5', 'general', 'tops', 'blouses'] ['9759,1075,39', 'huge', 'and', 'a', 'bit', 'grayish', 'you', 'can', 'adjust', 'this', 'dress', 'a', 'bit', 'with', 'the', 'straps', 'but', 'it', "'s", 'huge', 'the', 'colors', 'were', 'also', 'a', 'bit', 'grayish', 'which', 'i', 'did', "n't", 'expect.,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9760,850,37', 'comfortable', 'style', 'such', 'a', 'great', 'purchase', 'the', 'fit', 'is', 'so', 'flattering', 'to', 'my', '5', '3', 'frame', 'i', 'usually', 'wear', 'an', 'extra', 'small/small', 'but', 'i', 'opted', 'for', 'an', 'extra', 'small', 'after', 'reading', 'a', 'review', 'i', "'m", 'glad', 'i', 'did', 'i', 'also', 'did', 'not', 'get', 'the', 'petite', 'but', 'i', 'imagine', 'it', 'would', 'have', 'a', 'similar', 'fit', 'without', 'the', 'length', 'this', 'has', 'it', 'flows', 'yet', 'hits', 'my', 'curves', 'in', 'all', 'the', 'right', 'places', 'i', 'will', 'say', 'i', "'m", 'a', 'c', 'cup', 'and', 'if', 'you', 'have', 'larger', 'breasts', 'the', 'extra', 'small', 'may', 'not', 'accommodate', 'them', 'as', 'it', 'is', 'just', 'right', 'on', 'me', 'the', 'black', 'is', 'so', 'slimming', 'especially', 'when', 'pared', ',5,1,0', 'general', 'tops', 'blouses'] ['9761,261,63', 'classic', 'tee', 'i', 'really', 'love', 'the', 'fit', 'of', 'this', 'classic', 'scoop', 'neck', 'tee', 'i', 'am', '5', '8', '140', 'lbs', 'and', '34', 'a/b', 'i', 'am', 'typically', 'a', 'size', 'xs/s', 'or', '2/4', 'in', 'all', 'retailer', 'tops', 'however', 'this', 'brand', 'velvet', 'runs', 'small', 'i', 'had', 'to', 'order', 'a', 'size', 'medium', 'the', 'fit', 'is', 'slim', 'to', 'your', 'body', 'and', 'is', 'a', 'little', 'sexy', 'with', 'the', 'low', 'scoop', 'neck', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'a', 'little', 'thin', 'i', 'am', 'a', 'little', 'concerned', 'how', 'it', 'is', 'going', 'to', 'wash', 'it', 'seems', 'a', 'little', 'delicate', 'but', 'i', 'will', 'wash', 'it', 'on', 'the', 'delicate', 'cycle', 'and', 'line', 'dry', 'it', 'i', 'ordered', 'the', 'black', 'classic', ',5,1,3', 'initmates', 'intimate', 'layering'] ['9762,850,40', 'classic', 'and', 'easy', 'i', 'purchased', 'this', 'shirt', 'in', 'black', 'luckily', 'it', 'was', 'on', 'sell', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'it', "'s", 'so', 'easy', 'to', 'just', 'throw', 'this', 'on', 'with', 'skinny', 'pants', 'or', 'jeans', 'i', 'got', 'it', 'on', 'sale', 'too', 'i', 'just', 'hope', 'that', 'i', 'can', 'keep', 'it', 'for', 'years', 'since', 'it', 'will', 'always', 'be', 'in', 'style', ',5,1,0', 'general', 'tops', 'blouses'] ['9763,895,37', 'cute', 'but', 'wearable', 'this', 'is', 'a', 'relatively', 'cute', 'top', 'when', 'you', 'try', 'it', 'on', 'however', 'i', 'do', "n't", 'think', 'it', 'will', 'hold', 'it', "'s", 'shape', 'after', 'even', 'just', '1', 'wear', 'it', 'also', 'does', "n't", 'seem', 'like', 'you', 'could', 'wash', 'it', 'without', 'ruining', 'it', 'like', 'a', 'shirt', 'form', 'a', "'throw-away", 'cheap', 'clothing', 'store', 'i', 'checked', 'the', 'fabric', 'tag', 'and', 'it', 'is', 'a', 'very', 'high', 'viscose', 'meaning', 'it', 'wo', "n't", 'last', 'long', 'at', 'all', 'i', "'m", 'returning', 'and', 'feel', 'frustrated', 'with', 'how', 'cheap', 'the', 'fabric', 'is', ',3,0,5', 'general', 'tops', 'fine', 'gauge'] ['9764,850,30', 'went', 'back', 'for', 'more', 'i', 'originally', 'bought', 'this', 'tunic', 'in', 'black', 'and', 'loved', 'it', 'so', 'much', 'i', 'bought', 'the', 'rose', 'as', 'well', 'normally', 'tunics', 'make', 'me', 'look', 'like', 'a', 'box', 'but', 'the', 'tie', 'on', 'this', 'one', 'makes', 'it', 'super', 'flattering', ',5,1,0', 'general', 'tops', 'blouses'] ['9765,1072,32', 'color', 'not', 'as', 'shown', 'the', 'dress', 'is', 'very', 'pretty', 'but', 'the', 'sequins', 'are', 'dark', 'blue', 'i', 'imagined', 'they', 'would', 'be', 'silver/gold', 'given', 'the', 'photo', 'but', 'the', 'dress', 'is', 'essentially', 'light', 'pink', 'and', 'blue', ',2,1,3', 'general', 'dresses', 'dresses'] ['9766,850,39', ',it', "'s", 'not', 'a', 'bad', 'concept', 'but', 'i', 'wished', 'for', 'more', 'i', 'wish', 'this', 'tunic', 'was', 'a', 'different', 'material', 'as', 'it', 'was', 'wrinkley', 'and', 'drop-waist', 'design', 'instead', 'of', 'at', 'the', 'waist', 'too', 'bad', 'i', 'wanted', 'to', 'love', 'it', 'but', 'it', 'will', 'go', 'back.,2,0,6', 'general', 'tops', 'blouses'] ['9767,850,34', ',i', 'was', 'hesitant', 'to', 'get', 'this', 'piece', 'but', 'for', 'the', 'price', 'i', 'could', "n't", 'resist', 'and', 'i', "'m", 'so', 'glad', 'i', 'got', 'it', 'it', 'is', 'beautiful', 'in', 'person', 'and', 'can', 'be', 'worn', 'so', 'many', 'different', 'ways', 'it', 'really', 'makes', 'you', 'look', 'slim', 'too', 'i', 'got', 'the', 'size', 'small', 'and', 'i', 'am', '5', '4', 'and', '130', 'lbs', 'and', 'it', "'s", 'a', 'perfect', 'fit', ',5,1,0', 'general', 'tops', 'blouses'] ['9768,1075,34', 'cute', 'and', 'comfy', 'i', 'wore', 'this', 'dress', 'to', 'a', 'couple', 'different', 'summer', 'parties', 'already', 'and', 'i', 'love', 'it', 'it', 'looks', 'better', 'belted', 'on', 'my', 'curvy', 'frame', 'i', 'really', 'like', 'that', 'the', 'straps', 'are', 'adjustable', 'and', 'the', 'versatility', 'of', 'this', 'dress'] ['perfect', 'lightweight', 'material', 'in', 'this', 'summer', 'heat'] ['i', "'m", 'not', 'sure', 'why', 'reviews', 'say', 'its', 'sheer-', 'its', 'not', 'sheer', 'at', 'all', 'the', 'fabric', 'is', "n't", 'hugging', 'your', 'body', 'at', 'all', 'and', 'you', 'just', 'need', 'nude', 'colored', 'undergarments', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['9769,895,46', 'love', 'this', 'sweater', 'i', 'have', 'it', 'in', 'both', 'colors', 'it', "'s", 'lightweight', 'a', 'nice', 'late', 'summer/early', 'fall', 'option', 'the', 'sleeves', 'are', 'really', 'long', 'which', 'i', 'love', 'because', 'it', "'s", 'a', 'loose', 'knit', 'it', 'will', 'snag', 'somewhat', 'easily', 'so', 'be', 'a', 'little', 'careful', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['9770,850,22', 'i', 'love', 'this', 'top', 'fits', 'like', 'a', 'dream', 'i', 'bought', 'this', 'top', 'in', 'black', 'and', 'it', 'fits', 'my', 'body', 'type', 'really', 'well', 'it', 'is', 'probably', 'one', 'of', 'my', 'favorite', 'purchases', 'from', 'retailer', 'recently', 'the', 'black', 'top', 'is', 'really', 'slimming', 'and', 'is', 'a', 'great', 'cut', 'i', 'usually', 'have', 'trouble', 'finding', 'tops', 'that', 'are', 'long', 'enough', 'for', 'me', 'but', 'this', 'top', 'is', 'definitely', 'a', 'great', 'length', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['9771,1075,40', 'light', 'and', 'airy', 'i', 'really', 'love', 'the', 'feel', 'of', 'the', 'fabric', 'on', 'this', 'dress', 'when', 'you', 'first', 'take', 'it', 'from', 'the', 'package', 'it', 'resembles', 'a', 'tent', 'but', 'once', 'you', 'figure', 'out', 'how', 'to', 'scrunch', 'the', 'front', 'and', 'back', 'around', 'the', 'straps', 'it', 'resembles', 'the', 'photo', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'the', 'indigo', 'colors', 'are', 'amazing', 'this', 'dress', 'is', 'perfect', 'over', 'a', 'swimsuit', 'or', 'for', 'casual', 'gatherings', 'you', 'can', 'even', 'dress', 'it', 'up', 'with', 'a', 'belt', 'it', 'is', 'somewhat', 'sheer', 'but', 'does', 'look', 'cute', 'with', 'a', 'cropped', 'jacked', 'over', 'it', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['9772,895,37', 'wow', 'size', 'down', '2', 'sizes', 'soft', 'and', 'cozy', 'the', 'orange', 'is', 'vibrant', 'the', 'green', 'is', 'more', 'subtle', 'and', 'has', 'gray', 'tones', 'usually', 'wear', 'a', 'small', 'bought', 'the', 'xxs', 'too', 'full', 'and', 'too', 'sloppy', 'in', 'the', 'xs', 'ad', 'small', ',5,1,5', 'general', 'tops', 'fine', 'gauge'] ['9773,1072,26', 'not', 'as', 'pictured', 'i', 'bought', 'this', 'dress', 'for', 'a', 'holiday', 'party', 'and', 'the', 'sequins', 'on', 'the', 'dress', 'were', 'so', 'much', 'more', 'blue', 'that', 'what', 'it', 'looks', 'like', 'in', 'the', 'photo', 'i', 'still', 'liked', 'it', 'but', 'when', 'i', 'went', 'to', 'try', 'it', 'on', 'it', 'was', 'just', 'not', 'working', 'i', 'thought', 'this', 'was', 'more', 'of', 'a', 'loosely', 'fitted', 'look', 'but', 'the', 'upper', 'bodice', 'and', 'waist', 'seam', 'are', 'very', 'tightly', 'fitted', 'i', 'would', 'recommend', 'sizing', 'up', 'but', 'be', 'aware', 'that', 'the', 'top', 'straps', 'shoulder', 'to', 'breast', 'are', 'too', 'loose', 'to', 'begin', 'with', 'so', 'they', 'may', 'sag'] [] ['overall', 'i', 'would', "n't", 'recommend', 'this', 'dress', 'for', 'the', 'curren', ',2,0,0', 'general', 'dresses', 'dresses'] ['9774,850,50', 'missing', 'drawstring', 'this', 'top', 'is', 'exactly', 'what', 'i', 'was', 'hoping', 'for', 'except', 'it', 'is', 'missing', 'the', 'drawstring', 'so', 'disappointing', 'mailing', 'it', 'back', ',2,1,0', 'general', 'petite', 'tops', 'blouses'] ['9775,826,26', 'nice', 'top', 'strange', 'fit', 'i', 'have', 'a', 'curvy', 'figure', 'and', 'this', 'top', 'is', 'not', 'for', 'me', 'it', 'fits', 'loose', 'at', 'the', 'top', 'and', 'is', 'tight', 'at', 'the', 'bottom', 'it', 'is', 'also', 'short', 'i', 'think', 'this', 'top', 'works', 'best', 'on', 'slender', 'figures', ',3,0,3', 'general', 'tops', 'blouses'] ['9776,835,39', 'fun', 'top', 'top', 'fiits', 'true', 'to', 'size-', 'i', "'m", '5', '6', '132', 'and', 'avg', 'bra', 'size', 'i', 'orderd', 'a', '4', 'and', 'it', 'is', 'great.i', 'love', 'the', 'colors', 'and', 'the', 'fabric', 'is', 'realy', 'nice-', 'what', 'i', 'would', 'expect', 'for', 'this', 'price', 'point', 'the', 'slit', 'at', 'the', 'neck', 'is', 'not', 'too', 'low', 'to', 'be', 'revealing', 'this', 'would', 'work', 'well', 'with', 'jeans', 'and', 'just', 'as', 'well', 'with', 'dress', 'pants', 'for', 'work', ',5,1,1', 'general', 'tops', 'blouses'] ['9777,895,51', 'beautiful', 'sweater', 'but', 'i', 'love', 'this', 'sweater', 'so', 'why', 'a', 'lower', 'rating', 'while', 'i', 'love', 'the', 'material', 'and', 'the', 'color', 'it', 'lost', 'all', 'of', 'its', 'shape', 'before', 'i', 'even', 'left', 'the', 'house', 'i', 'am', 'a', 'size', '6', 'small', 'and', 'it', 'looked', 'clownish', 'on', 'me', 'before', 'i', 'ever', 'got', 'to', 'my', 'dinner', 'party', 'i', 'plan', 'to', 'wash', 'it', 'this', 'evening', 'and', 'i', 'really', 'hope', 'that', 'this', 'brings', 'it', 'back', 'to', 'its', 'original', 'shape', 'and', 'keeps', 'it', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['9778,1072,20', 'color', 'is', 'not', 'as', 'it', 'appears', 'in', 'the', 'photo', 'i', 'was', 'very', 'surprised', 'to', 'see', 'such', 'dark', 'blue', 'sequence', 'on', 'this', 'dress', 'it', 'did', 'not', 'appear', 'as', 'it', 'did', 'on', 'the', 'photo', 'i', 'was', 'pretty', 'disappointed', 'by', 'the', 'color', 'the', 'photo', 'of', 'the', 'dress', 'is', 'much', 'more', 'impressive.,2,0,3', 'general', 'dresses', 'dresses'] ['9779,933,64', 'great', 'style', 'and', 'fit', 'will', 'look', 'great', 'with', 'jeans', 'skirt', 'or', 'leggings', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9780,741,34', ',i', 'am', 'a', 'true', 'to', 'size', '4', 'and', 'when', 'this', 'bathing', 'suit', 'arrived', 'it', 'looks', 'like', 'it', "'s", 'a', 'kids', '4.', 'i', 'will', 'exchange', 'for', 'an', '8', 'and', 'hope', 'for', 'the', 'best', 'the', 'quality', 'looks', 'great', 'and', 'the', 'styling', 'is', 'beautiful', 'but', 'i', 'could', 'barely', 'get', 'into', 'the', 'suit.,3,0,5', 'initmates', 'intimate', 'swim'] ['9781,933,55', 'love', 'the', 'color', 'i', 'got', 'this', 'in', 'the', 'teal', 'and', 'the', 'color', 'is', 'beautiful', 'and', 'i', 'get', 'so', 'many', 'compliments', 'definitely', 'size', 'down', 'i', 'am', 'athletic', 'and', 'usually', 'a', 'm', 'and', 'i', 'ordered', 'a', 'small.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9782,933,43', 'i', 'love', 'this', 'sweater', 'thus', 'sweater', 'is', 'perfect', 'the', 'fit', 'is', 'exactly', 'as', 'i', 'expected', 'it', 'from', 'other', 'reviews', 'it', 'is', 'super', 'soft', 'and', 'not', 'at', 'all', 'itchy', 'i', 'have', 'worn', 'it', 'over', 'a', 'tank', 'top', 'with', 'jeans', 'and', 'boots', 'as', 'well', 'as', 'to', 'work', 'over', 'a', 'dress', 'the', 'fact', 'that', 'i', 'can', 'wash', 'it', 'is', 'an', 'added', 'bonus', 'i', 'have', "n't", 'dried', 'it', 'yet', 'as', 'i', 'am', 'worried', 'it', 'could', 'shrink', 'i', 'bought', 'this', 'with', 'a', 'discount', 'but', 'it', 'is', 'totally', 'worth', 'full', 'price.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9783,824,42', 'darker', 'in', 'person', 'the', 'embroidery', 'on', 'this', 'top', 'is', 'pretty', 'but', 'i', 'think', 'blue', 'is', 'more', 'of', 'a', 'navy/grey', 'in', 'person', 'and', 'the', 'embroidery', 'seemed', 'darker', 'brown', 'i', "'m", '5', '6', 'and', 'tried', 'an', 'xs', 'and', 'small', 'the', 'small', 'definitely', 'fit', 'better', 'in', 'length', 'the', 'body', 'of', 'thr', 'blouse', 'is', 'loose', 'almost', 'boxy', 'cute', 'top', 'just', 'not', 'what', 'i', "'m", 'looking', 'for', ',4,1,7', 'general', 'petite', 'tops', 'blouses'] ['9784,944,52', 'beautiful', 'sweater', 'but', 'strangely', 'cut', 'this', 'sweater', 'is', 'beautiful', 'and', 'well', 'made', 'but', 'i', 'found', 'the', 'cut', 'strange', 'and', 'unflattering', 'i', 'ordered', 'it', 'in', 'my', 'usual', 'size', 'small', 'and', 'it', 'was', 'too', 'big', 'in', 'the', 'shoulders', 'and', 'arms', 'with', 'a', 'lot', 'of', 'fabric', 'bunching', 'up', 'under', 'my', 'arms', 'but', 'it', 'just', 'fit', 'me', 'in', 'the', 'chest', 'and', 'would', 'be', 'too', 'tight', 'if', 'i', 'sized', 'down', 'this', 'might', 'work', 'for', 'you', 'if', 'you', 'are', 'not', 'busty', 'and', 'order', 'a', 'size', 'down', 'from', 'your', 'usual', ',3,1,0', 'general', 'tops', 'sweaters'] ['9785,933,41', ',i', 'really', 'like', 'the', 'warmth', 'and', 'loose', 'cut', 'of', 'this', 'sweater', 'it', 'is', 'great', 'for', 'layering', 'and', 'looks', 'nice', 'dressed', 'up', 'or', 'down', 'my', 'only', 'gripe', 'is', 'i', 'would', 'love', 'for', 'it', 'to', 'have', 'a', 'second', 'fastening', 'if', 'it', 'had', 'another', 'snap', 'a', 'little', 'further', 'down', 'the', 'body', 'you', 'keep', 'keep', 'it', 'more', 'securely', 'closed', 'other', 'than', 'that', 'it', 'was', 'a', 'really', 'great', 'purchase.,4,1,8', 'general', 'petite', 'tops', 'sweaters'] ['9786,933,23', 'cozy', 'soft', 'this', 'sweater', 'is', 'buttery', 'soft', 'and', 'warm', 'it', 'is', 'long', 'and', 'you', 'will', 'want', 'every', 'color', 'i', 'bought', 'the', 'sky', 'blue', 'and', 'it', 'looks', 'fabulous', 'with', 'so', 'many', 'outfits', 'i', 'had', 'to', 'get', 'the', 'gray', 'color', 'also', 'the', 'sleeves', 'are', 'a', 'soft', 'fitted', 'rib', 'material', 'and', 'the', 'body', 'is', 'long', 'and', 'roomy', 'love', 'love', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9787,933,31', 'wanted', 'in', 'too', 'many', 'colors', 'love', 'this', 'cozy', 'sweater', 'for', 'layering', 'i', 'purchased', 'the', 'green', 'have', 'the', 'cream', 'saved', 'in', 'my', 'cart', 'and', 'also', 'love', 'the', 'coral', 'and', 'blue', 'too', '5', '5', '135lbs', '34c', 'ordered', 'size', 'small', 'which', 'was', 'perfect', ',5,1,6', 'general', 'petite', 'tops', 'sweaters'] ['9788,944,38', 'soft', 'like', 'a', 'puppy', 'eyelash', 'sweaters', 'are', 'all', 'so', 'soft', 'and', 'cuddly', 'but', 'this', 'is', 'the', 'only', 'one', 'i', "'ve", 'found', 'what', 'does', "n't", 'make', 'me', 'look', 'like', 'a', 'bear', 'the', 'shoulder', 'cut-outs', 'really', 'help', 'create', 'a', 'flattering', 'silhouette', 'i', "'m", '36-30-40', 'the', 'medium', 'fits', 'well', 'slightly', 'loose', 'so', 'the', 'sleeve', 'below', 'the', 'cut', 'out', 'hangs', 'slightly', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['9789,933,32', 'so', 'soft', 'love', 'love', 'love', 'it', "'s", 'the', 'perfect', 'cozy', 'comfy', 'piece', 'for', 'a', 'bitterly', 'cold', 'day', 'and', 'the', 'color', 'is', 'such', 'a', 'nice', 'shade', 'for', 'the', 'dreary', 'winter', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9790,933,67', 'love', 'this', 'sweater', 'this', 'gorgeous', 'sky', 'blue', 'sweater', 'was', 'already', 'in', 'the', 'dressing', 'room', 'to', 'try', 'on', 'i', 'was', 'not', 'shopping', 'for', 'anything', 'like', 'this', 'whatsoever', 'well', 'i', 'tried', 'it', 'on', 'and', 'decided', 'it', 'was', 'a', 'must-buy', 'i', 'usually', 'need', 'a', 'petite', 'in', 'sweaters', 'and', 'coats', 'but', 'this', 'one', 'because', 'i', 'prefer', 'a', 'longer', 'length', 'fits', 'just', 'fine', 'and', 'the', 'sleeves', 'are', 'not', 'too', 'long', 'the', 'color', 'is', 'beautiful', 'it', 'seems', 'to', 'be', 'warm', 'enough', 'for', 'sf', 'evenings', 'it', 'think', 'the', 'price', 'is', 'quite', 'reasonable', 'for', 'a', 'sweater/coat', 'like', 'this', 'a', 'great', 'purchase', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['9791,933,39', 'much', 'softer', 'than', 'anticipated', 'there', 'was', 'a', 'blue', 'one', 'in', 'my', 'store', 'sale', 'room', 'and', 'i', 'decided', 'to', 'try', 'it', 'on', 'as', 'i', 'had', 'read', 'great', 'review', 'bummer', 'is', 'i', 'really', 'do', 'need', 'hte', 'petite', 'in', 'this', 'cut', 'is', 'flattering', 'adn', 'material', 'softer', 'that', 'i', 'thought', 'next', 'year', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9792,944,35', 'comfy', 'so', 'incredibly', 'comfortable', 'the', 'sweater', 'was', "n't", 'flattering', 'on', 'me', 'i', "'m", 'super', 'busty', 'so', 'i', 'sent', 'it', 'back', 'but', 'it', 'was', 'a', 'tough', 'call', 'because', 'of', 'how', 'incredibly', 'soft.,4,1,0', 'general', 'tops', 'sweaters'] ['9793,741,30', 'runs', 'very', 'small', 'i', 'usually', 'wear', 'a', 'size', '2-4', 'and', 'ordered', 'a', '4', 'here', 'it', 'was', 'way', 'too', 'small', 'it', 'seems', 'like', 'a', 'nice', 'suit', 'so', 'i', "'m", 'ordering', 'a', 'size', '6', 'and', '8', 'to', 'try', 'but', 'definitely', 'heed', 'the', 'warnings', 'and', 'order', 'at', 'least', 'one', 'size', 'up', ',4,1,0', 'initmates', 'intimate', 'swim'] ['9794,933,41', 'very', 'pretty', 'sweater', 'i', 'love', 'this', 'sweater', 'the', 'sky', 'color', 'is', 'very', 'flattering', 'in', 'person', 'i', 'love', 'that', 'it', 'looks', 'good', 'open', 'or', 'closed', 'i', 'bought', 'one', 'for', 'my', 'mom', 'and', 'me', 'i', 'think', 'it', 'will', 'be', 'very', 'versatile', 'i', 'think', 'it', 'runs', 'mostly', 'true', 'to', 'size', 'possibly', 'runs', 'just', 'slightly', 'big', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9795,583,21', 'perfect', 'summer', 'maxi', 'maxi', 'dresses', 'are', 'always', 'my', 'summer', 'staple', 'and', 'moss', 'has', 'been', 'my', 'favorite', 'wardrobe', 'color', 'lately', 'so', 'this', 'dress', 'was', 'a', 'must', 'buy', 'i', "'m", 'petite', 'and', 'this', 'came', 'about', 'two', 'inches', 'above', 'my', 'feet', 'i', 'would', 'be', 'cautious', 'if', 'you', "'re", 'more', 'chesty', 'i', 'wear', 'a', 'c', 'cup', 'and', 'typically', 'am', 'a', '0/2', 'at', 'retailer', 'but', 'the', 'extra', 'small', "'s", 'bust', 'line', 'did', "n't", 'hit', 'under', 'my', 'bust', 'properly', 'and', 'was', 'too', 'high', 'up', 'i', "'m", 'hoping', 'sizing', 'up', 'will', 'fix', 'the', 'problem', 'if', 'the', 'small', 'comes', 'back', 'in', 'stock', 'online', 'besides', 'sizing', 'issues', 'on', 'my', 'part', 'this', 'dress', 'was', 'nice', 'and', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['9796,741,46', 'beautiful', 'timeless', 'basic', 'gorgeous', 'suit', 'one', 'of', 'the', 'most', 'well', 'made', 'suits', 'i', "'ve", 'ever', 'owned', 'sexy', 'yet', 'provides', 'great', 'coverage', 'do', 'note', 'the', 'sizing', 'is', 'per', 'australian', 'standards', 'i', 'had', 'to', 'order', 'a', 'size', 'up.,5,1,1', 'initmates', 'intimate', 'swim'] ['9797,933,40', 'love', 'it', 'this', 'is', 'an', 'amazing', 'sweater', 'thick', 'but', 'not', 'overly', 'thick', 'the', 'material', 'is', 'beautiful', 'and', 'the', 'colors', 'rich', 'i', 'love', 'the', 'collar', 'and', 'the', 'way', 'it', 'closes', 'as', 'well', 'as', 'the', 'pockets', 'and', 'the', 'back', 'being', 'different', 'from', 'the', 'front', 'i', 'hope', 'it', 'washes', 'well', 'i', 'bought', 'the', 'moss', 'it', 'fits', 'nicely', 'and', 'is', 'very', 'slimming', 'i', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9798,933,23', ',cute', 'sweater', 'snap', 'was', 'broken', 'when', 'i', 'received', 'it', 'and', 'i', 'looked', 'for', 'it', 'at', 'local', 'stores', 'and', 'they', 'are', 'all', 'out', 'of', 'stock', 'ugh', ',1,0,2', 'general', 'petite', 'tops', 'sweaters'] ['9799,933,43', 'could', 'work', 'for', 'another', 'body', 'type', 'this', 'was', 'too', 'big', 'in', 'the', 'arms', 'i', 'did', "n't", 'like', 'how', 'there', 'was', 'only', 'one', 'button', 'toward', 'the', 'top', 'so', 'that', 'it', 'made', 'your', 'body', 'look', 'hippy', 'little', 'too', 'itchy', 'too', 'best', 'thing', 'about', 'it', 'was', 'the', 'look', 'of', 'the', 'slouchy', 'collar.,3,1,3', 'general', 'petite', 'tops', 'sweaters'] ['9800,583,49', 'love', 'love', 'love', 'possibly', 'my', 'favorite', 'retailer', 'purchase', 'ever', 'like', 'wearing', 'a', 'cloud', 'fit', 'perfectly', 'if', 'you', "'re", 'busty', 'not', 'sure', 'about', 'it', 'but', 'otherwise', 'wow', 'told', 'my', 'husband', 'hope', 'you', 'like', 'it', 'because', 'you', "'ll", 'be', 'seeing', 'it', 'all', 'the', 'time', 'he', 'not', 'only', 'agreed', 'but', 'wanted', 'to', 'know', 'if', 'they', 'made', 'pajamas', 'for', 'men.,5,1,3', 'initmates', 'intimate', 'lounge'] ['9801,933,48', 'cute', 'sweater', 'coat', 'this', 'sweater', 'coat', 'is', 'really', 'cute', 'and', 'soft', 'i', 'hate', 'itchy', 'sweaters', 'the', 'blue', 'is', 'lovely', 'and', 'the', 'cut', 'is', 'flattering', 'i', "'m", 'going', 'to', 'check', 'it', 'out', 'in', 'other', 'colors', 'as', 'well', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['9802,583,26', 'perfect', 'for', 'summer', 'nights', 'i', 'love', 'this', 'dress', 'it', "'s", 'cotton', 'but', 'thicker/', 'higher', 'quality', 'i', "'m", 'going', 'to', 'wear', 'it', 'for', 'nights', 'out', 'and', 'to', 'dinner', 'this', 'summer', 'and', 'it', "'s", 'thicker', 'material', 'so', 'i', 'wo', "n't", 'even', 'have', 'to', 'wear', 'a', 'bra', 'with', 'it', 'it', "'s", 'a', 'little', 'lower', 'cut', 'so', 'be', 'careful', 'i', "'m", '5', '3', 'and', 'the', 'extra', 'small', 'hits', 'me', 'right', 'above', 'my', 'ankle', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['9803,933,29', 'great', 'purchase', 'i', 'originally', 'bought', 'this', 'in', 'a', 'petite', 'xs', 'i', 'am', '5', '4', 'tall', 'on', 'a', 'good', 'day', 'sometimes', 'longer', 'sweaters', 'can', 'overwhelm', 'me', 'but', 'the', 'petite', 'was', 'almost', 'a', 'bit', 'snug', 'and', 'short', 'in', 'the', 'arms', 'i', 'exchanged', 'it', 'for', 'a', 'regular', 'xs', 'and', 'while', 'i', 'now', 'have', 'to', 'cuff', 'the', 'sleeves', 'the', 'overall', 'look', 'is', 'much', 'better', 'i', 'bought', 'the', 'gray', 'but', 'really', 'liked', 'the', 'blue', 'and', 'moss', 'too', 'will', 'be', 'very', 'nice', 'for', 'the', 'frigid', 'days', 'we', 'have', 'in', 'ohio', 'looks', 'great', 'with', 'leggings', 'tucked', 'into', 'boots', 'i', 'think', 'a', 'winner', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['9804,933,56', 'big', 'comfy', 'sweater', 'so', 'soft', 'and', 'comfy', 'looks', 'equally', 'good', 'buttoned', 'as', 'open', 'can', 'be', 'worn', 'as', 'a', 'tunic', 'top', 'over', 'leggings', 'or', 'jeans', 'the', 'charcoal', 'color', 'is', 'chic', 'and', 'i', 'liked', 'the', 'different', 'patterns', 'on', 'back', 'and', 'front.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9805,583,50', 'oh', 'so', 'sexy', 'love', 'it', 'ca', "n't", 'wait', 'for', 'warmer', 'weather', 'to', 'wear', 'this', 'sassy', 'number'] ['i', "'m", 'not', 'sure', 'what', 'kind', 'of', 'bra', 'to', 'wear', 'if', 'any', 'but', 'it', 'it', 'fits', 'so', 'nicely', 'around', 'my', 'bust', 'line', 'that', 'it', 'looks', 'tasteful', ',5,1,17', 'initmates', 'intimate', 'lounge'] ['9806,933,31', 'not', 'for', 'apple', 'shapes', 'i', 'wanted', 'to', 'give', 'this', 'a', 'glowing', 'review', 'but', 'i', 'ended', 'up', 'returning', 'this', 'cardigen', 'the', 'folds', 'on', 'top', 'added', 'too', 'much', 'to', 'my', 'frame', 'i', 'do', 'not', 'suggest', 'this', 'for', 'heavier', 'apple', 'shapes', 'for', 'all', 'others', 'it', 'is', 'incredibly', 'soft', 'and', 'warm', 'the', 'tan', 'color', 'was', 'weird', 'but', 'they', 'others', 'are', 'simply', 'gorgeous', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['9807,1052,52', 'love', 'this', 'piece', 'i', 'love', 'this', 'onesie', 'i', 'get', 'a', 'lot', 'of', 'complements', 'when', 'i', 'wear', 'it', 'the', 'only', 'issue', 'is', 'that', 'it', "'s", 'slightly', 'too', 'short', 'in', 'the', 'mid', 'section', 'it', 'tends', 'to', 'give', 'a', 'tiny', 'bit', 'of', 'a', 'wedgie', 'but', 'it', "'s", 'not', 'nearly', 'significant', 'enough', 'to', 'give', 'it', 'a', 'bad', 'review', 'or', 'return', 'it', 'overall', 'it', "'s", 'comfortable', 'i', 'did', 'have', 'to', 'size', 'up', 'because', 'of', 'that', 'issue', 'but', 'it', 'still', 'looks', 'great.,4,1,0', 'general', 'bottoms', 'pants'] ['9808,583,58', 'perfect', 'and', 'pockets', 'i', 'was', 'leery', 'when', 'i', 'ordered', 'this', 'as', 'i', 'read', 'the', 'reviews', 'and', 'i', "'m", 'busty', 'it', 'is', 'perfect', 'for', 'me-', 'just', 'wear', 'a', 'little', 'bandeau', 'underneath', 'i', "'m", '5', '1', '1/2', ',135', 'lbs', 'and', '34d', 'bra', 'size', 'also', 'the', 'length', 'is', 'perfect', 'i', "'ll", 'be', 'wearing', 'this', 'little', 'number', 'winter', 'and', 'summer', 'here', 'in', 'fl', 'will', 'look', 'just', 'as', 'cute', 'with', 'boots', 'and', 'long', 'sweater', 'and', 'did', 'i', 'mention', 'it', 'has', 'pockets', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['9809,1052,31', 'amazing', 'i', "'ve", 'never', 'bought', 'a', 'jumpsuit', 'and', 'loved', 'this', 'online', 'so', 'i', 'took', 'the', 'chance', 'and', 'ordered', 'it', 'i', "'m", '5', '7', 'and', '130lbs', 'i', 'bought', 'the', 'small', 'and', 'it', 'fits', 'great', 'i', 'love', 'the', 'plastic', 'around', 'the', 'neckline', 'to', 'keep', 'the', 'top', 'in', 'place', 'the', 'draping', 'fabric', 'on', 'the', 'chest', 'is', 'great', 'for', 'my', 'small', 'chest', 'gives', 'the', 'look', 'of', 'a', 'fuller', 'chest', 'absolutely', 'love', 'this', 'great', 'buy', 'and', 'a', 'great', 'price', ',5,1,4', 'general', 'bottoms', 'pants'] ['9810,933,33', 'comfy', 'and', 'lux', 'feel', 'just', 'as', 'described', 'by', 'others', 'soft', 'great', 'fabric', 'and', 'so', 'comfy', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9811,933,26', 'lounge', 'chic', 'i', 'loved', 'the', 'contrast', 'of', 'the', 'front', 'panels', 'and', 'sleeves/back', 'of', 'this', 'sweater', 'it', 'has', 'a', 'coat', 'look', 'with', 'the', 'ease', 'of', 'a', 'sweater', 'the', 'arms', 'seem', 'very', 'long', 'and', 'i', 'wish', 'i', 'went', 'with', 'an', 'xs', 'as', 'where', 'i', 'live', 'not', 'much', 'laying', 'is', 'needed', 'but', 'overall', 'this', 'is', 'a', 'lovely', 'sweater', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9812,933,35', 'too', 'itchy', 'for', 'me', 'i', 'was', 'searching', 'for', 'an', 'ivory', 'cardigan', 'and', 'i', 'ordered', 'this', 'in', 'my', 'usual', 'size', 'small', 'and', 'an', 'extra', 'small', 'after', 'trying', 'them', 'both', 'on', 'the', 'xs', 'looked', 'better', 'i', 'like', 'a', 'more', 'fitted', 'look', 'a', 'tad', 'tight', 'i', 'the', 'arms', 'when', 'layered', 'but', 'otherwise', 'would', 'have', 'been', 'a', 'good', 'fit', 'but', 'the', 'acrylic', 'in', 'this', 'garment', 'was', 'too', 'itchy', 'for', 'me', 'around', 'the', 'neck', 'i', 'thought', 'this', 'might', 'be', 'the', 'case', 'but', 'took', 'a', 'chance', 'anyway', 'also', 'the', 'pockets', 'add', 'a', 'bit', 'of', 'bulk', 'in', 'the', 'hip', 'area', 'definitely', 'not', 'something', 'i', 'want', ',4,1,4', 'general', 'petite', 'tops', 'sweaters'] ['9813,828,39', 'cute', 'tunic', 'to', 'throw', 'on', 'and', 'go', 'this', 'tunic', 'is', 'simple', 'and', 'well', 'made', 'it', 'was', 'not', 'as', 'long', 'as', 'on', 'the', 'model', 'as', 'on', 'me', 'but', 'i', 'am', "5'-9", ',3,1,0', 'general', 'tops', 'blouses'] ['9814,933,52', 'cute', 'sweater', 'overall', 'i', 'like', 'this', 'sweater', 'but', 'it', 'does', 'have', 'a', 'couple', 'flaws', 'the', 'sweater', 'looks', 'better', 'snapped', 'unfortunately', 'it', 'only', 'has', 'one', 'snap', 'on', 'the', 'front', 'there', 'should', 'be', 'another', 'one', 'inside', 'after', 'a', 'couple', 'wears', 'my', 'snap', 'started', 'to', 'come', 'loose', 'probably', 'because', 'it', 'pulls', 'so', 'much', 'the', 'sweater', 'is', 'a', 'bit', 'oversized', 'and', 'i', 'probably', 'ordered', 'the', 'wrong', 'size', 'i', "'m", '5', '7', 'and', '140', 'lbs', 'i', 'ordered', 'a', 'medium', 'should', 'have', 'ordered', 'a', 'small', 'all', 'that', 'being', 'said', 'i', 'still', 'love', 'the', 'look', 'and', 'color', 'moss', 'green', 'of', 'the', 'sweater', 'and', 'would', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9815,933,83', 'comfortable', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'fell', 'in', 'love', 'with', 'it', 'i', 'did', "n't", 'buy', 'it', 'at', 'first', 'but', 'i', 'could', "n't", 'stop', 'thinking', 'about', 'how', 'comfortable', 'it', 'was', 'so', 'i', 'went', 'back', 'and', 'purchased', 'it', 'its', 'soft', 'and', 'very', 'comfortable', 'im', 'glad', 'i', 'went', 'back', 'for', 'it', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['9816,933,64', 'two', 'versions', 'i', 'love', 'the', 'color', 'and', 'style', 'of', 'this', 'sweater', 'and', 'was', 'very', 'eager', 'to', 'wear', 'it', 'which', 'i', "'ve", 'now', 'done', 'on', 'two', 'occasions', 'but', 'now', 'i', "'m", 'concerned', 'about', 'the', 'quality', 'and', 'also', 'wondering', 'if', 'there', 'is', 'a', 'long', 'version', 'of', 'this', 'sweater', 'and', 'a', 'shorter', 'version', 'i', 'am', '5', '6', 'and', 'thin', 'but', 'the', 'sweater', 'does', "n't", 'hit', 'me', 'mid', 'thigh', 'only', 'goes', 'to', 'upper', 'thigh', 'and', 'i', 'measured', '25', 'in', 'length', 'on', 'my', 'sweater', 'rather', 'than', '30', 'which', 'seems', 'to', 'indicate', 'a', 'shorter', 'length', 'than', 'on', 'the', 'model', 'i', 'wish', 'it', 'were', 'longer', 'more', 'a', 'problem', 'is', 'that', 'the', 'fuzzy', 'pa', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['9817,933,39', 'like', 'it', 'alright', 'i', 'like', 'this', 'sweater', 'but', 'i', "'m", 'not', 'in', 'love', 'the', 'rib', 'knit', 'on', 'the', 'sleeves', 'are', 'too', 'form', 'fitting', 'not', 'restrictive', 'on', 'my', 'chubby', 'arms', 'so', 'it', 'does', "n't", 'look', 'flattering', 'when', 'i', 'wear', 'long', 'sleeves', 'i', 'do', 'appreciate', 'the', 'mixed', 'patterns', 'and', 'the', 'soft', 'moss', 'colorway', 'it', "'s", 'very', 'pretty', 'together', 'i', 'purchased', 'the', 'medium', 'petite', 'and', 'the', 'length', 'looks', 'good', 'maybe', 'i', 'need', 'the', 'large', 'because', 'of', 'my', 'body', 'type', 'i', "'ll", 'give', 'it', 'another', 'chance', 'when', 'my', 'paquerette', 'gets', 'here', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['9818,933,47', 'nice', 'and', 'cozy', 'i', 'love', 'sweaters', 'like', 'this', 'it', "'s", 'perfect', 'over', 'a', 'tank', 'top', 'for', 'a', 'casual', 'every', 'day', 'look', 'it', "'s", 'soft', 'comfy', 'and', 'i', 'love', 'the', 'length', 'one', 'more', 'thing', 'i', 'like', 'is', 'that', 'while', 'it', 'looks', 'great', 'just', 'open', 'there', 'is', 'a', 'snap', 'to', 'fasten', 'it', 'if', 'you', 'want', 'to', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['9819,824,44', 'i', 'love', 'the', 'overall', 'design', 'of', 'the', 'top', 'the', 'embroidery', 'is', 'very', 'nice', 'as', 'well', 'i', 'would', 'agree', 'with', 'the', 'past', 'reviews', 'that', 'it', 'runs', 'large', 'i', 'am', 'between', 'a', 'small', 'and', 'medium', 'so', 'i', 'ordered', 'the', 'small', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['9820,933,41', 'there', "'s", 'wool', 'in', 'this', 'whimper', 'this', 'cardigan', 'is', 'utterly', 'gorgeous', 'way', 'prettier', 'on', 'than', 'i', 'feared', 'my', 'only', 'issue', 'is', 'it', 'felt', 'a', 'little', 'itchy', 'in', 'the', 'arms', 'and', 'so', 'i', 'finally', 'looked', 'closely', 'at', 'the', 'tag', 'the', 'tag', 'says', 'the', 'back', 'section', 'which', 'looks', 'exactly', 'like', 'the', 'weave', 'on', 'the', 'arms', 'has', 'a', 'measly', '5', 'wool', 'snuck', 'into', 'the', 'fabric', 'content', 'why', 'retailer', 'why', 'wool', 'i', 'am', 'so', 'sensitive', 'to', 'it', 'my', 'eyes', 'have', 'been', 'demon', 'red', 'and', 'itchy', 'all', 'day', 'classic', 'symptoms', 'that', 'led', 'to', 'my', 'getting', 'rid', 'of', 'anything', 'in', 'my', 'wardrobe', 'with', 'wool', 'in', 'it'] [] ['now', 'i', 'have', 'a', 'problem', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['9821,933,65', 'gorgeous', 'and', 'decent', 'price', 'for', 'the', 'quality', 'the', 'other', 'reviewers', 'have', 'already', 'adequately', 'praised', 'this', 'very', 'attractive', 'sweater', 'but', 'i', "'d", 'like', 'to', 'add', 'that', 'the', 'sizing', 'is', 'large', 'i', 'fit', 'perfectly', 'into', 'a', 'regular', 'small', 'although', 'regular', 'medium', 'is', 'my', 'usual', 'size', 'i', 'am', '5/1', '130', '34f', 'size', '8', 'top', 'the', 'medium', 'swamped', 'me', 'the', 'shoulders', 'and', 'sleeves', 'were', 'comical', 'and', 'the', 'body', 'too', 'big', 'i', 'imagine', 'many', 'of', 'you', 'are', 'scoping', 'out', 'this', 'lovely', 'comfy', 'piece', 'you', "'ll", 'want', 'to', 'hit', 'the', 'right', 'size', 'the', 'first', 'time', 'my', 'store', 'did', "n't", 'get', 'the', 'coral', 'so', 'i', 'ca', "n't", 'speak', 'for', 'that', 'b', ',5,1,14', 'general', 'petite', 'tops', 'sweaters'] ['9822,933,66', 'petite', 'size', 'is', 'perfect', 'i', 'am', '5', '4', 'and', 'the', 'regular', 'sweater', 'i', 'tried', 'in', 'the', 'store', 'was', 'too', 'long', 'i', 'ordered', 'the', 'petite', 'online', 'and', 'it', 'is', 'perfect', 'it', "'s", 'warm', 'and', 'comfortable', 'and', 'can', 'be', 'worn', 'different', 'ways', 'which', 'makes', 'it', 'great', 'for', 'stretching', 'my', 'wardrobe', 'love', 'it', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['9823,1089,46', 'comfortable', 'and', 'colorful', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'an', 'early', 'fall', 'wedding', 'i', 'usually', 'wear', 'a', 'size', '14', 'and', 'bought', 'a', 'large', 'it', 'was', 'loose', 'and', 'swingy', 'very', 'comfortable', 'almost', 'too', 'big', 'i', 'would', 'size', 'down', 'if', 'you', 'are', 'in', 'between', 'this', 'dress', 'was', 'so', 'easy', 'to', 'wear', 'i', 'would', 'definitely', 'bring', 'it', 'on', 'vacation', 'you', 'can', 'pair', 'any', 'type', 'of', 'shoes-', 'flats', 'sandals', 'heels', 'wedges', 'would', 'all', 'look', 'good', ',4,1,1', 'general', 'dresses', 'dresses'] ['9824,944,57', 'better', 'than', 'expected', 'i', 'was', 'surprised', 'at', 'how', 'soft', 'this', 'is', 'it', 'also', 'has', 'snaps', 'under', 'each', 'arm', 'for', 'definition', 'and', 'on', 'front', 'for', 'closure', 'did', "n't", 'know', 'that', 'and', 'love', 'it', 'got', 'yesterday', 'in', 'mail', 'wore', 'out', 'last', 'night', 'highly', 'recommend', ',5,1,2', 'general', 'tops', 'sweaters'] ['9825,1080,33', 'short', 'i', 'really', 'loved', 'this', 'dress', 'it', 'ran', 'small', 'but', 'it', 'was', 'also', 'shorter', 'than', 'i', 'imagined', 'which', 'was', 'only', 'worsened', 'because', 'i', "'m", 'curvier', 'on', 'top', 'would', 'be', 'great', 'for', 'slender', 'figures.,3,0,5', 'general', 'dresses', 'dresses'] ['9826,1078,56', 'dark', 'pink', 'and', 'short', 'length', 'i', 'wanted', 'to', 'wear', 'this', 'for', 'my', 'journey', 'to', 'cuncun', 'and', 'i', 'wanted', 'the', 'blight', 'pink', 'as', 'photo', 'however', 'it', 'was', 'a', 'dark', 'pink', 'which', 'did', "n't", 'fit', 'to', 'me', 'unfortunately', 'but', 'the', 'design', 'was', 'pretty', ',3,1,4', 'general', 'petite', 'dresses', 'dresses'] ['9827,872,39', 'great', 'staple', 'soft', 'and', 'cozy', 'every', 'day', 'tee', 'that', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'casually', 'only', 'compliant', 'is', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9828,872,53', 'pretty', 'soft', 'sheer', 'got', 'this', 'in', 'wine', 'very', 'pretty', 'and', 'soft', 'but', 'so', 'sheer', 'even', 'with', 'the', 'dark', 'color', 'one', 'would', 'have', 'to', 'wear', 'a', 'cami', 'returning', 'for', 'this', 'reason', 'having', 'to', 'wear', 'a', 'cami', 'wrecks', 'the', 'otw', 'ultra-comfort', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['9829,1078,40', 'i', 'love', 'this', 'romper', 'it', 'has', 'a', 'retro', 'look', 'to', 'it', 'is', 'super', 'soft', 'and', 'has', 'a', 'whimsical', 'retailer', 'print', 'the', 'pink', 'color', 'is', 'the', 'perfect', 'shade', 'too', 'the', 'fit', 'is', 'great', 'and', 'i', 'had', 'no', 'problems', 'getting', 'it', 'on', 'or', 'off', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9830,1135,46', 'sizing', 'medium', 'is', 'equivalent', 'to', 'eu', 'size', '40.', 'the', 'pants', 'have', 'the', 'eu', 'tag', 'and', 'i', 'would', 'have', 'ordered', 'differently', 'if', 'i', 'had', 'known', 'this', 'great', 'quality', 'pant', 'just', 'order', 'according', 'to', 'your', 'european', 'equivalent.,4,1,2', 'general', 'trend', 'trend'] ['9831,1056,58', 'these', 'pants', 'are', 'much', 'cuter', 'on', 'than', 'in', 'the', 'picture', 'i', 'love', 'the', 'fit', 'snug', 'legs', 'and', 'normal', 'waist', 'will', 'order', 'again', 'in', 'another', 'color', ',5,1,1', 'general', 'bottoms', 'pants'] ['9832,1078,20', 'retro', 'diner', 'girl', 'chic', 'when', 'i', 'first', 'tried', 'on', 'this', 'romper', 'i', 'grabbed', 'a', '6', 'my', 'normal', 'size', 'but', 'because', 'of', 'my', 'bust', 'size', 'i', 'could', 'not', 'even', 'get', 'the', 'top', 'half', 'to', 'cover', 'me', 'at', 'all', 'i', 'decided', 'to', 'give', 'this', 'romper', 'another', 'go', 'a', 'month', 'later', 'and', 'tried', 'on', 'the', '8', 'it', 'made', 'all', 'the', 'difference', 'i', 'love', 'it', 'it', 'fits', 'amazing', 'and', 'it', 'is', 'just', 'too', 'cool', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9833,1089,54', 'flattering', 'and', 'comfortable', 'i', 'ordered', 'this', 'in', 'a', 'size', 'small', 'for', 'a', 'pre-wedding', 'brunch', 'in', 'dc', 'in', 'october', 'i', 'am', '5', '4', 'and', 'usually', 'wear', 'a', 'm', 'in', 'dresses', 'and', 'a', 's', 'in', 'retailer', 'tops', 'this', 'dress', 'is', 'full', 'and', 'flowy', 'but', 'the', 'top', 'is', 'less', 'generous', 'if', 'you', 'are', 'full-busted', 'i', 'am', 'a', '34', 'dd', 'and', 'the', 'top', 'of', 'the', 'dress', 'is', 'almost', 'too', 'small', 'i', 'love', 'it', 'so', 'much', 'and', 'it', 'is', 'so', 'flattering', 'and', 'fun', 'so', 'i', 'decided', 'to', 'keep', 'it', 'i', 'can', 'see', 'wearing', 'this', 'on', 'many', 'more', 'occasions', ',5,1,0', 'general', 'dresses', 'dresses'] ['9834,1078,39', 'cute', 'and', 'flattering', 'just', 'not', 'the', 'right', 'color', 'for', 'my', 'skin', 'tone', 'though', 'lovely', 'pink', 'i', 'did', "n't", 'see', 'the', 'green', 'in', 'person', 'but', 'probably', 'nice', 'too'] [] ['the', 'cut', 'is', 'well', 'fitted', 'at', 'the', 'waist', 'elastic', 'band', 'i', 'will', 'say', 'however', 'that', 'it', 'was', 'almost', 'hard', 'to', 'pull', 'the', 'shoulders', 'over', 'does', "n't", 'unbutton', 'past', 'waist', 'fabric', 'is', 'soft', 'and', 'flowey', 'length', 'on', 'the', 'regular', 'was', 'mid-though', 'for', 'me', 'i', 'am', 'a', 'tad', 'oder', 'so', 'it', 'was', 'nice', 'if', 'i', 'were', 'younger', 'i', 'would', 'get', 'petite'] [] ['for', 'reference', '115', 'lbs', '30', 'dd', '26.5', 'inch', 'waist', ',4,1,15', 'general', 'petite', 'dresses', 'dresses'] ['9835,1078,77', 'cute', 'but', 'difficult', 'i', 'thought', 'the', 'design', 'was', 'adorable', 'i', 'ordered', 'up', 'bc', 'of', 'reviews', 'and', 'i', 'am', 'glad', 'i', 'did', 'i', 'am', 'a', 'size', '6', 'so', 'i', 'ordered', 'a', 'size', '8.', 'the', 'upsize', 'is', 'needed', 'so', 'u', 'can', 'get', 'into', 'the', 'top', 'part', 'of', 'the', 'romper', 'otherwise', 'it', 'would', 'be', 'mission', 'impossible', 'it', "'s", 'a', 'pain', 'to', 'get', 'on', 'and', 'off', 'as', 'all', 'rompers', 'are', 'but', 'it', "'s", 'soo', 'cute', 'it', "'s", 'worth', 'it', 'had', 'compliments', 'on', 'it', 'the', 'first', 'day', 'i', 'wore', 'it.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9836,1080,24', 'odd', 'fit', 'the', 'dress', 'looks', 'beautiful', 'online', 'and', 'fits', 'the', 'model', 'great', 'when', 'i', 'got', 'mine', 'the', 'arm', 'holes', 'were', 'incredibly', 'too', 'tight', 'everything', 'else', 'about', 'the', 'fit', 'was', 'perfect', 'length', 'bust/waist', 'but', 'i', 'could', 'barely', 'drop', 'my', 'arms', 'down', 'when', 'i', 'tried', 'it', 'on', 'unfortunately', 'it', 'will', 'be', 'going', 'back', ',4,1,0', 'general', 'dresses', 'dresses'] ['9837,1078,24', 'classy', 'and', 'cool', 'this', 'is', 'a', 'great', 'piece', 'to', 'add', 'to', 'your', 'wardrobe', 'the', 'flowy', 'and', 'light', 'feel', 'of', 'the', 'fabric', 'is', 'great', 'i', 'got', 'the', 'pink', 'which', 'surprised', 'me', 'because', 'i', 'wear', 'so', 'much', 'black', 'the', 'length', 'fits', 'longer', 'than', 'most', 'rompers', 'which', 'is', 'great', 'it', 'makes', 'it', 'a', 'classic', 'fit', 'i', 'definitely', 'recommend', 'this', 'and', 'suggest', 'trying', 'a', 'size', 'up-', 'the', 'waist', 'has', 'elastic', 'but', 'it', "'s", 'snug', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['9838,1082,59', 'much', 'shorter', 'than', 'in', 'photo', 'shoulders', 'tight', 'fabric', 'is', 'not', 'as', 'rich', 'as', 'shown', 'in', 'photo', 'dress', 'much', 'shorter', 'than', 'shown', 'in', 'photo', 'shoulder', 'area', 'is', 'tight', 'and', 'really', 'does', "n't", 'blend', 'with', 'the', 'material', 'below', 'this', 'is', "n't", 'going', 'to', 'work', 'on', 'very', 'many', 'people', 'pear', 'shape', 'just', 'not', 'what', 'i', "'ve", 'come', 'to', 'expect', 'from', 'retailer.,2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['9839,1082,47', 'shapeless', 'in', 'the', 'words', 'of', 'my', 'husband', 'looks', 'like', 'you', "'re", 'wearing', 'a', 'bag', 'i', "'m", 'althetic', 'and', 'short', 'maybe', 'this', 'works', 'best', 'on', 'tall', 'and', 'very', 'slim', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9840,1080,40', 'quite', 'possibly', 'one', 'of', 'the', 'most', 'flattering', 'beautiful', 'and', 'effortlessly', 'romantic', 'dresses', 'i', 'have', 'ever', 'tried', 'on', 'and', 'to', 'top', 'it', 'off', 'it', 'has', 'a', 'sweet', 'surprise', 'the', 'silk', 'slip', 'on', 'the', 'inside', 'of', 'the', 'dress', 'has', 'the', 'same', 'print', 'as', 'the', 'outside', 'shell', 'and', 'it', 'is', 'so', 'lovely', 'that', 'if', 'you', 'feel', 'like', 'wearing', 'something', 'short', 'and', 'sweet', 'you', 'can', 'wear', 'the', 'slip', 'as', 'its', 'own', 'dress'] [] ['runs', 'true', 'to', 'size', 'to', 'maybe', 'just', 'a', 'little', 'bit', 'big', 'if', 'you', 'have', 'a', 'smaller', 'bustline', 'and', 'narrow', 'hips', 'you', 'might', 'be', 'able', 'to', 'size', 'down'] [] ['it', "'s", 'cr', ',5,1,5', 'general', 'dresses', 'dresses'] ['9841,899,45', 'looks', 'great', 'from', 'the', 'front', 'but', 'from', 'the', 'side', 'it', 'looks', 'like', 'a', 'maternity', 'top', ',3,0,2', 'general', 'tops', 'fine', 'gauge'] ['9842,1078,38', 'makes', 'you', 'instantly', 'feel', 'like', 'betty', 'grable', 'i', "'ve", 'been', 'hesitant', 'to', 'try', 'on', 'rompers', 'in', 'part', 'because', 'they', 'seem', 'complicated', 'and', 'i', 'also', 'too', 'worry', 'that', 'i', 'would', 'look', 'a', 'bit', 'like', 'mutton', 'disguised', 'as', 'lamb', 'in', 'one', 'of', 'them', 'however', 'i', 'saw', 'this', 'romper', 'and', 'fell', 'in', 'love', 'with', 'the', 'pattern', 'and', 'had', 'to', 'try', 'it', 'on'] ['the', 'pattern', 'and', 'color', 'are', 'wonderful', 'and', 'i', 'instantly', 'felt', 'glamorous', 'like', 'betty', 'grable', 'in', 'a', 'cute', 'cheesecake', 'photograph', 'i', 'had', 'to', 'buy', 'it', 'and', 'have', 'since', 'received', 'tons', 'of', 'compliments', 'on', 'it', 'and', 'i', 'have', 'yet', 'to', 'feel', 'that', 'i', 'am', 'too', 'one', 'foot', 'in', 'the', 'grave', 't', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9843,1080,66', 'true', 'to', 'description', 'lovely', 'details', 'this', 'is', 'a', 'lovely', 'embroidered', 'hard', 'to', 'see', 'in', 'the', 'pictures', 'shift', 'that', 'i', 'purchased', 'to', 'wear', 'to', 'a', 'fancy', 'fundraiser', 'it', 'has', 'vintage', "'60s", 'lines', 'that', 'are', 'fun', 'very', 'forgiving', 'fit', 'i', 'am', '5', '5', '125', 'lbs', 'with', 'a', '32dd', 'bust', 'and', 'purchased', 'a', '4', 'petite', 'for', 'a', 'great', 'price', 'i', 'might', 'alter', 'it', 'so', 'it', 'has', 'a', 'bit', 'of', 'a', 'waist', 'curve', 'but', 'that', 'is', 'minor', ',4,1,0', 'general', 'dresses', 'dresses'] ['9844,899,38', 'cute', 'shirt', 'i', 'thought', 'this', 'shirt', 'was', 'really', 'interesting', 'online', 'and', 'it', 'does', "n't", 'disappoint', 'in', 'person', 'i', 'love', 'the', 'uniqueness', 'of', 'the', 'shirt', 'but', 'wish', 'the', 'quality', 'of', 'the', 'white', 'fabric', 'was', 'a', 'little', 'higher', 'overall', 'though', 'this', 'was', 'a', 'great', 'find', 'and', 'i', 'know', 'i', "'ll", 'wear', 'it', 'again', 'and', 'again.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['9845,1078,41', 'cute', 'but', 'a', 'struggle', 'this', 'romper', 'is', 'cute', 'i', 'wo', "n't", 'deny', 'that', 'however', 'the', 'rayon', 'fabric', 'made', 'me', 'really', 'feel', 'like', 'i', 'was', 'wearing', 'pajamas', 'i', 'was', 'afraid', 'it', 'would', 'wrinkle', 'horribly', 'however', 'the', 'real', 'problem', 'with', 'this', 'romper', 'is', 'how', 'hard', 'it', 'is', 'to', 'get', 'on', 'and', 'off', 'your', 'shoulders', 'i', "'m", 'short', 'but', 'have', 'a', 'little', 'wider', 'shoulders', 'so', 'perhaps', 'that', 'was', 'the', 'issue', 'it', 'seems', 'like', 'another', 'reviewer', 'had', 'the', 'same', 'problem', 'there', 'are', 'only', 'two', 'snaps', 'from', 'the', 'waist', 'up', 'and', 'nothing', 'to', 'open', 'it', 'further', 'from', 'the', 'waist', 'down', 'so', 'i', 'had', 'to', 'do', 'some', 'cont', ',3,0,5', 'general', 'petite', 'dresses', 'dresses'] ['9846,944,40', 'way', 'to', 'big', 'and', 'boxy', 'this', 'sweater', 'looks', 'great', 'in', 'the', 'picture', 'but', 'when', 'it', 'came', 'in', 'the', 'mail', 'turned', 'out', 'to', 'be', 'enormous', 'i', 'tried', 'it', 'with', 'a', 'belt', 'on', 'like', 'in', 'the', 'picture', 'but', 'that', 'just', 'made', 'the', 'whole', 'sweater', 'bunch', 'up', 'everywhere', 'the', 'quality', 'is', 'nice', 'maybe', 'sizing', 'down', 'would', 'help', 'but', 'the', 'medium/large', 'is', 'going', 'back', 'i', 'am', 'normally', 'a', 'medium.,2,0,0', 'general', 'tops', 'sweaters'] ['9847,1056,19', 'great', 'fit', 'they', 'look', 'good', 'in', 'the', 'front', 'as', 'well', 'the', 'back', 'i', 'would', 'go', 'a', 'size', 'down', 'in', 'them', 'though', 'as', 'they', 'stretch', 'out', 'throughout', 'the', 'day', 'i', 'love', 'hei', 'hei', 'and', 'would', 'recommend', 'this', 'pant,4,1,1', 'general', 'bottoms', 'pants'] ['9848,1056,42', 'potential', 'but', 'sizing', 'is', 'inconsistent', 'ordered', 'these', 'in', 'two', 'colors', 'moss', 'and', 'bronze', 'same', 'size', '26', 'the', 'moss', 'fit', 'perfectly', 'and', 'the', 'bronze', 'i', 'ca', "n't", 'even', 'button', 'so', 'very', 'frustrating', 'particularly', 'when', 'shipping', 'fees', 'are', 'involved', 'i', "'m", 'keeping', 'the', 'pair', 'that', 'fit', 'but', 'was', 'hoping', 'to', 'have', 'a', 'couple', 'pairs', 'perhaps', 'i', "'ll", 'try', 'on', 'another', 'pair', 'in', 'the', 'store', 'its', 'a', 'nice', 'lean', 'slimming', 'pant', 'that', 'will', 'work', 'from', 'fall', 'through', 'spring', 'the', 'material', 'is', 'a', 'bit', 'thick', 'for', 'summer', 'soft', 'and', 'a', 'tad', 'stretchy', 'to', 'allow', 'ease', 'of', 'movement', 'looking', 'forward', 'to', 'wearing', 'with', ',3,0,1', 'general', 'bottoms', 'pants'] ['9849,1078,64', 'difficult', 'to', 'get', 'in-and-out', 'of', 'i', 'ordered', 'this', 'in', 'lime', 'which', 'is', 'one', 'of', 'my', 'fave', 'colors', 'the', 'garment', 'was', 'loose', 'and', 'roomy', 'and', 'had', 'the', 'designer', 'used', 'elastic', 'anywhere', 'on', 'the', 'waist', 'i', 'would', 'have', 'been', 'in', 'love', 'the', 'shoulders', 'were', 'only', 'tight', 'due', 'to', 'the', 'lack', 'of', 'flexibility', 'in', 'the', 'bottom', 'no', 'elastic', 'at', 'the', 'waist', 'and', 'no', 'placket', 'below', 'the', 'waist', 'to', 'increase', 'the', 'ease', 'of', 'mobility', 'taking', 'the', 'garment', 'on', 'and', 'off', 'so', 'if', 'i', 'had', 'to', 'use', 'the', 'ladies', 'room', 'i', 'had', 'to', 'plan', 'ahead'] [] ['i', 'took', 'it', 'on', 'a', 'trip', 'and', 'did', "n't", 'have', 'time', 'to', 'try', 'on', 'prior', 'to', 'leaving', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9850,1056,26', 'fall', 'pants', 'these', 'pants', 'are', 'perfect', 'for', 'crisp', 'fall', 'weather', 'and', 'comfortable', 'i', 'wear', 'them', 'with', 'flats', 'to', 'dress', 'down', 'or', 'heels', 'to', 'dress', 'up', 'recommended', 'for', 'all', 'shapes', ',5,1,2', 'general', 'bottoms', 'pants'] ['9851,1089,58', 'buy', 'it', 'now', 'i', 'got', 'this', 'dress', 'on', 'sale', 'under', '20', 'dollars', 'but', 'i', 'would', 'pay', 'more', 'it', 'runs', 'very', 'large', 'i', 'got', 'a', 'medium', 'which', 'is', 'roomy', 'irl', 'i', 'wear', 'a', 'large', 'vanity', 'sizing', 'i', 'suppose', 'the', 'colors', 'are', 'so', 'pretty', 'it', 'is', 'lined', 'so', 'you', 'do', "n't", 'need', 'a', 'slip', 'or', 'cami', 'highly', 'recommend', ',5,1,0', 'general', 'dresses', 'dresses'] ['9852,1089,54', 'this', 'dress', 'is', 'gorgeous', 'buy', 'it', 'buy', 'it', 'right', 'now', 'this', 'dress', 'is', 'gorgeous', 'and', 'would', 'be', 'on', 'anyone', 'i', 'do', "n't", 'care', 'what', 'size', 'you', 'are', 'it', "'s", 'so', 'pretty', 'that', 'you', 'feel', 'pretty', 'in', 'it', 'i', 'loved', 'wearing', 'it', 'and', 'since', 'i', 'am', 'in', 'florida', 'i', 'can', 'wear', 'it', 'all', 'year', 'long', 'so', 'it', "'s", 'worth', 'it', 'happy', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'dresses', 'dresses'] ['9853,1078,32', 'i', 'like', 'the', 'color', 'and', 'design', 'it', 'looked', 'super', 'cute', 'when', 'i', 'tried', 'it', 'on', 'but', 'when', 'i', 'brought', 'it', 'home', 'i', 'washed', 'it', 'in', 'the', 'washing', 'mashine', 'and', 'hung', 'it', 'to', 'dry', 'and', 'it', 'shrank', 'before', 'i', 'even', 'got', 'to', 'wear', 'it', 'be', 'careful', 'with', 'washing', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9854,1089,31', 'runs', 'big', 'i', 'am', 'pretty', 'standard', 'size', '8', '36c', '5', 'amp', '39', '6', 'amp', 'quot', '150', 'lbs', 'i', 'ordered', 'the', 'small', 'and', 'the', 'bust', 'fit', 'well', 'but', 'the', 'whole', 'thing', 'was', 'like', 'a', 'tent', 'and', 'way', 'too', 'flowy', 'for', 'my', 'taste', 'it', 'was', 'also', 'long', 'so', 'everything', 'was', 'very', 'covered', 'i', 'didn', 'amp', '39', 't', 'feel', 'it', 'flattered', 'my', 'build', 'i', 'returned', ',3,0,0', 'general', 'dresses', 'dresses'] ['9855,1080,31', 'worth', 'every', 'penny', 'after', 'multiple', 'purchase', 'and', 'returns', 'from', 'other', 'sites', 'i', 'decided', 'to', 'splurge', 'on', 'a', 'dress', 'for', 'my', 'college', 'graduation', 'located', 'beach', 'side', 'this', 'dress', 'was', 'better', 'than', 'i', 'could', 'have', 'hoped', 'the', 'fit', 'is', 'very', 'flattering', 'loose', 'tight', 'in', 'all', 'the', 'right', 'places', 'the', 'adjustable', 'straps', 'underneath', 'the', 'overlay', 'ensure', 'the', 'silk', 'lays', 'perfectly', 'the', 'colors', 'are', 'gorgeous', 'and', 'the', 'fabric', 'is', 'light', 'as', 'a', 'feather', 'the', 'slight', 'train', 'back', 'buttons', 'adds', 'elegance', 'to', 'an', 'otherwise', 'casual', 'floral', 'pattern', 'i', 'would', 'highly', 'recommend', ',5,1,7', 'general', 'dresses', 'dresses'] ['9856,1135,44', 'runs', 'big', 'i', 'loved', 'the', 'idea', 'of', 'these', 'pants', 'as', 'i', "'ve", 'been', 'looking', 'for', 'an', 'updated', 'pair', 'of', 'tuxedo', 'pants', 'i', 'wear', '26', 'in', 'most', 'of', 'my', 'jeans', 'i', "'m", 'not', 'super', 'skinny', 'consider', 'my', 'legs', 'medium', 'not', 'too', 'skinny', 'not', 'too', 'athletic', 'i', 'tried', 'these', 'on', 'in', 'xs', '36', 'european', 'as', 'marked', 'on', 'them', 'they', 'were', 'big', 'around', 'the', 'waist', 'hip', 'area', 'there', 'was', 'so', 'much', 'gap', 'in', 'the', 'back', 'which', 'made', 'them', 'look', 'frumpy', 'i', 'did', 'however', 'liked', 'the', 'length', 'the', 'fabric', 'is', 'nice', 'heavy', 'which', 'i', 'also', 'loved', 'sadly', 'these', 'did', "n't", 'work', 'for', 'me', 'though', 'really', 'wish', 't', ',4,1,0', 'general', 'trend', 'trend'] ['9857,1056,43', 'color', 'bleeds', 'and', 'discolors', 'the', 'pant.', 'this', 'is', 'a', 'problem', 'i', 'have', 'had', 'with', 'the', 'pilcro', 'hyphen', 'cargos', 'with', 'the', 'color', 'dye'] ['the', 'dyes', 'in', 'these', 'pants', 'are', 'the', 'same', 'thing', 'i', 'wore', 'the', 'purple', 'color', 'and', 'washed', 'in', 'cold', 'gentle', 'cycle', 'and', 'they', 'were', 'stained/'] [] ['i', 'will', 'return', 'these', '-it', "'s", 'too', 'bad', 'because', 'they', 'were', 'pretty', 'comfortable', 'and', 'flattering', 'pants', ',2,0,0', 'general', 'bottoms', 'pants'] ['9858,944,36', 'although', 'the', 'design', 'and', 'quality', 'were', 'great', 'this', 'did', 'not', 'work', 'for', 'me', 'it', 'was', 'boxy', 'square', 'and', 'overwhelmed', 'my', 'petite', 'frame', 'if', 'you', 'are', 'taller', 'or', 'have', 'a', 'longer', 'torso', 'this', 'may', 'be', 'a', 'great', 'basic', 'staple', 'for', 'your', 'wardrobe', ',3,0,0', 'general', 'tops', 'sweaters'] ['9859,1078,57', 'runs', 'big', 'i', 'love', 'rompers', 'and', 'this', 'one', 'is', 'really', 'cute', 'i', 'usually', 'wear', 'size', '12', 'but', 'should', 'have', 'got', 'a', '10', 'it', 'runs', 'big', 'it', 'seems', 'too', 'long', 'and', 'i', "'m", '5', '9', 'the', 'prints', 'cute', 'but', 'a', 'little', 'blah', 'i', 'paid', '158', 'which', 'is', 'too', 'much', 'since', 'i', 'have', "n't", 'worn', 'it', 'yet', 'i', 'should', 'have', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', ',4,1,0', 'general', 'dresses', 'dresses'] ['9860,1078,45', 'cute', 'comfy', 'romper', 'love', 'this', 'romper', 'once', 'on', 'feels', 'comfy', 'like', 'pjs', 'but', 'looks', 'put', 'together', 'i', 'find', 'bending', 'forward', 'at', 'the', 'waist', 'helps', 'to', 'get', 'it', 'off', 'and', 'on', 'tiny', 'complaint', 'is', 'that', 'the', 'top', 'snap', 'shows', 'even', 'when', 'closed', 'that', 'is', 'minor', 'the', 'rest', 'is', 'all', 'good', ',5,1,0', 'general', 'dresses', 'dresses'] ['9861,1056,33', 'perrfect', 'pants', 'i', 'absolutely', 'love', 'these', 'pants', 'they', 'are', 'so', 'incredibly', 'comfortable', 'and', 'fit', 'is', 'amazing', 'they', 'look', 'awesome', 'with', 'sandals', 'and', 'boots', 'and', 'will', 'transition', 'perfectly', 'into', 'fall', 'i', 'definitely', 'recommend', 'sizing', 'down', 'like', 'the', 'other', 'reviewers', 'have', 'suggested', 'i', 'originally', 'purchased', 'my', 'normal', 'size', '27', 'but', 'they', 'were', 'loose', 'after', 'wearing', 'a', 'little', 'around', 'the', 'house', 'i', 'decided', 'to', 'exchange', 'them', 'for', 'a', '26', 'and', 'they', 'were', 'a', 'little', 'snug', 'at', 'first', 'but', 'stretched', 'out', 'and', 'fit', 'perfect', ',5,1,1', 'general', 'bottoms', 'pants'] ['9862,1056,63', 'great', 'comfy', 'pant', 'needed', 'a', 'pair', 'of', 'grey', 'pants', 'to', 'go', 'with', 'some', 'of', 'my', 'jewel', 'colored', 'tops'] ['hei', 'hei', 'is', 'my', 'favorite', 'brand', 'of', 'pants', 'and', 'these', 'did', 'not', 'disappoint', 'they', 'fit', 'like', 'a', 'glove', 'and', 'are', 'true', 'to', 'size', 'i', 'do', "n't", 'think', 'the', 'picture', 'does', 'them', 'justice', 'if', 'you', 'like', 'comfort', 'you', 'certainly', 'will', 'not', 'go', 'wrong', 'with', 'these', 'pants', 'you', 'can', 'wear', 'them', 'year', 'round', 'except', 'in', 'the', 'heat', 'of', 'the', 'summer', 'i', 'would', 'not', 'hesitate', 'to', 'purchase', 'them', ',5,1,0', 'general', 'bottoms', 'pants'] ['9863,1078,30', 'impossible', 'to', 'put', 'on', 'the', 'bottom', 'part', 'of', 'this', 'romper', 'is', 'easy', 'to', 'put', 'on', 'but', 'the', 'top', 'is', 'very', 'poorly', 'designed', 'it', 'needs', 'a', 'zipper', 'at', 'the', 'side', 'or', 'less', 'of', 'a', 'yoke', 'along', 'the', 'back', 'you', 'have', 'to', 'wrangle', 'your', 'limbs', 'in', 'somehow', 'and', 'i', 'was', 'afraid', 'it', 'might', 'tear', 'once', 'i', 'got', 'it', 'on', 'it', 'fit', 'perfectly', 'though', 'getting', 'out', 'of', 'it', 'was', 'a', 'disaster', 'i', 'had', 'to', 'ask', 'a', 'saleswoman', 'for', 'help', 'and', 'was', 'so', 'afraid', 'it', 'might', 'rip', 'overall', 'i', 'was', 'crushed', 'that', 'it', 'did', "n't", 'work', 'out', 'because', 'the', 'print', 'is', 'super', 'cute', 'and', 'it', 'is', 'very', 'flattering', ',2,0,1', 'general', 'dresses', 'dresses'] ['9864,1056,28', 'perfect', 'pant', 'i', 'picked', 'these', 'up', 'the', 'other', 'day', 'looking', 'for', 'a', 'good', 'jeans', 'alternative', 'i', 'love', 'them', 'they', 'are', 'the', 'perfect', 'fit', 'of', 'slim', 'but', 'not', 'skinny', 'i', 'went', 'with', 'my', 'normal', 'size', '26', 'and', 'so', 'far', 'after', 'one', 'wear', 'they', 'are', 'still', 'in', 'good', 'shape', 'a', 'little', 'bit', 'of', 'stretch', 'but', 'not', 'too', 'much', 'the', 'moss', 'color', 'is', 'so', 'crisp', 'and', 'goes', 'with', 'a', 'lot', 'they', 'will', 'be', 'perfect', 'for', 'transitioning', 'into', 'fall', ',5,1,1', 'general', 'bottoms', 'pants'] ['9865,1078,26', 'so', 'this', 'is', 'just', 'the', 'most', 'lovely', 'romper', 'beautifully', 'made', 'flowey', 'very', 'comfortable', 'until', 'you', 'have', 'to', 'take', 'it', 'off'] ['this', 'is', 'the', 'review', 'i', 'posted', 'on', 'facebook'] ['so', 'no', 'man', 'i', 'know', 'has', 'ever', 'ever', 'ever', 'experienced', 'the', 'abject', 'terror', 'or', 'maybe', 'has', 'not', 'shared', 'with', 'me', 'that', 'moment', 'when', 'you', 'can', 'not', 'get', 'out', 'of', 'because', 'it', 'has', 'turned', 'into', 'a', 'straight', 'jacket', 'that', 'otherwise', 'cute', 'romper', 'and', 'again', 'maybe', 'a', 'man', 'invented', 'it', ',3,1,6', 'general', 'dresses', 'dresses'] ['9866,1078,28', 'whimsical', 'romper', 'a', 'fun', 'casual', 'romper', 'i', 'loved', 'the', 'pink', 'color', 'not', 'usually', 'my', 'thing', 'which', 'looks', 'great', 'with', 'darker', 'skin', 'like', 'another', 'reviewer', 'said', 'the', 'waist', 'is', 'quite', 'small', 'so', 'i', 'would', 'recommend', 'sizing', 'up', 'one', 'or', 'two', 'sizes', 'i', 'took', 'a', 'size', '6', 'in', 'this', 'but', 'am', 'usually', 'a', '2/4', 'this', 'will', 'make', 'the', 'top', 'part', 'a', 'bit', 'blousy', 'but', 'i', 'think', 'that', 'adds', 'to', 'the', 'appeal/', 'look', ',5,1,5', 'general', 'dresses', 'dresses'] ['9867,1056,40', 'not', 'colorfast', 'i', "'m", 'so', 'bummed', 'i', 'absolutely', 'loved', 'the', 'pair', 'of', 'these', 'i', 'bought', 'in', 'the', 'bronze', 'color', 'great', 'fit', 'great', 'color', 'so', 'comfortable', 'however', 'i', 'just', 'washed', 'them', 'and', 'could', 'tell', 'right', 'away', 'when', 'i', 'laid', 'them', 'flat', 'to', 'dry', 'that', 'they', 'had', 'lost', 'color', 'in', 'areas', 'where', 'they', 'had', 'wrinkled', 'in', 'the', 'wash', 'machine', 'so', 'now', 'they', 'have', 'strange', 'lighter', 'lines', 'running', 'along', 'them', 'not', 'acceptable'] [] ['i', 'will', 'say', 'that', 'the', 'two', 'lighter', 'colors', 'may', 'not', 'have', 'this', 'issue', 'for', 'reference', 'see', 'my', 'stats', 'i', 'bought', 'a', '26', ',2,0,0', 'general', 'bottoms', 'pants'] ['9868,1078,34', 'so', 'dang', 'cute', 'love', 'this', 'quirky', 'romper', 'i', "'m", 'normally', 'a', 'm/l', 'or', '10/12', 'and', 'took', 'a', 'large', 'in', 'this', 'as', 'the', 'other', 'reviews', 'stated', 'it', "'s", 'a', 'bit', 'of', 'a', 'contortion', 'act', 'to', 'get', 'into', 'and', 'out', 'of', 'this', 'but', 'when', 'in', 'it', 'fits', 'well', 'is', 'flattering', 'and', 'oh', 'so', 'cute', ',5,1,0', 'general', 'dresses', 'dresses'] ['9869,872,65', 'soft', 'as', 'silk', 'really', 'this', 'top', 'feels', 'like', 'a', 'wonderfully', 'expensive', 'soft', 'silk', 'knit', 'it', 'is', 'just', 'so', 'very', 'soft', 'the', 'drape', 'is', 'really', 'nice', 'and', 'there', 'is', 'stretch', 'to', 'it', 'making', 'it', 'very', 'comfortable', 'it', 'does', 'have', 'a', 'tendency', 'to', 'fall', 'towards', 'the', 'body', 'even', 'though', 'it', "'s", 'loose', 'so', 'i', "'d", 'buy', 'your', 'regular', 'size'] [] ['it', "'s", 'a', 'thin', 'material', 'but', 'i', 'do', "n't", 'think', 'it', "'s", 'sheer', 'at', 'all', 'i', 'bought', 'the', 'dark', 'red/wine', 'color', 'and', 'it', "'s", 'so', 'classy', 'i', 'love', 'it', 'this', 'will', 'fit', 'taller', 'women', 'easily', 'because', 'the', 'arms', 'and', 'total', 'length', 'are', 'on', 'the', 'long', 'side', 'i', 'sup', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9870,1056,41', 'love', 'these', 'i', 'really', 'love', 'this', 'pair', 'of', 'fitted', 'cargos', 'i', "'m", '5', '1', '103', 'pounds', 'and', 'bought', 'a', '25p', 'since', 'that', 'what', 'i', 'take', 'in', 'most', 'jeans', 'at', 'retailer', 'it', 'is', 'quite', 'fitted', 'like', 'it', 'shows', 'on', 'the', 'model', 'so', 'some', 'may', 'prefer', 'to', 'size', 'down', 'for', 'a', 'comfortable', 'fit', 'i', 'bought', 'the', 'grey', 'color', 'and', 'is', 'a', 'lovely', 'neutral', 'color', 'love', 'these', 'and', 'may', 'have', 'to', 'go', 'for', 'another', 'color', ',5,1,3', 'general', 'bottoms', 'pants'] ['9871,1089,56', 'great', 'style', 'this', 'dress', 'is', 'timeless', 'so', 'cute', 'on', 'and', 'fits', 'easily', 'i', 'like', 'that', 'it', 'has', 'long', 'sleeves', 'yet', 'it', 'is', 'a', 'light', 'fabric', 'comfortable', 'and', 'stylish', 'that', 'is', 'for', 'me', 'i', 'am', 'taking', 'it', 'this', 'weekend', 'to', 'nyc', 'for', 'a', 'trip', 'i', 'think', 'i', 'will', 'fit', 'right', 'in', ',5,1,1', 'general', 'dresses', 'dresses'] ['9872,1078,28', 'love', 'this', 'romper', 'is', 'fabulous', 'i', 'bought', 'it', 'in', 'lime', 'and', 'the', 'color', 'is', 'great', 'and', 'perfect', 'for', 'summer', 'i', 'do', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'it', "'s", 'hard', 'to', 'get', 'in', 'and', 'out', 'of', 'the', 'sleeves', 'hence', 'giving', 'it', 'only', '4', 'starts', 'for', 'quality', 'but', 'the', 'struggle', 'is', 'worth', 'it', 'the', 'fabric', 'is', 'lightweight', 'and', 'silky', 'so', 'it', 'feels', 'cool', 'and', 'soft', 'it', 'feels', 'like', 'wearing', 'pjs', 'it', "'s", 'also', 'very', 'flattering', 'with', 'the', 'bow', 'just', 'at', 'the', 'waist', 'it', 'hides', 'a', 'not-so-flat', 'tummy', 'i', "'m", '5', '4', 'between', '135', 'and', '140', 'and', 'curvy', 'very', 'busty', 'specifically', 'a', ',5,1,3', 'general', 'dresses', 'dresses'] ['9873,825,26', 'gorgeous', 'print', 'poor', 'fit', 'i', 'saw', 'this', 'top', 'in', 'the', 'box', 'and', 'was', 'excited', 'to', 'try', 'it', 'on', 'the', 'print', 'is', 'absolutely', 'stunning', 'and', 'gorgeous', 'i', 'could', 'not', 'wait', 'when', 'i', 'tried', 'it', 'on', 'it', 'is', 'such', 'a', 'loose', 'top', 'and', 'a', 'tad', 'short', 'it', 'was', 'flowy', 'all', 'over', 'i', 'expected', 'it', 'to', 'be', 'loose', 'from', 'the', 'picture', 'but', 'not', 'like', 'this', 'it', 'would', 'work', 'best', 'on', 'a', 'very', 'slender', 'figure', 'with', 'white', 'pants', 'or', 'leggings', 'i', 'do', "n't", 'recommend', 'it', 'for', 'a', 'curvy', 'figure', 'just', 'not', 'flattering', 'makes', 'everything', 'look', 'big', 'what', 'a', 'waste', 'because', 'the', 'print', 'is', 'so', 'nice', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['9874,1056,28', ',,5,1,0', 'general', 'bottoms', 'pants'] ['9875,1115,75', 'classic', 'upscale', 'coat', 'this', 'is', 'a', 'beautiful', 'coat', 'no', 'one', 'has', 'mentioned', 'how', 'beautifully', 'the', 'pattern', 'matches', 'even', 'across', 'the', 'arms', 'coordinating', 'with', 'the', 'front', 'i', 'love', 'the', 'lower', 'button', 'as', 'it', 'allows', 'for', 'arm', 'movement', 'and', 'contributes', 'to', 'the', 'casual', 'slouch', 'the', 'only', 'complaint', 'i', 'have', 'is', 'there', 'is', 'a', 'slight', 'dark', 'spot', 'above', 'both', 'pockets', 'this', 'appears', 'to', 'be', 'a', 'sewer', "'s", 'mark', 'for', 'placement', 'i', 'think', 'i', 'have', 'figured', 'out', 'how', 'to', 'disguise', 'it', 'without', 'marring', 'the', 'fabric', 'but', 'second', 'item', 'from', 'retailer', 'with', 'marks', 'quality', 'control', 'i', 'am', 'keeping', 'th', ',5,1,1', 'general', 'jackets', 'outerwear'] ['9876,860,61', 'totally', 'cute', 'top', 'i', 'tried', 'this', 'top', 'on', 'before', 'it', 'went', 'on', 'sale', 'but', 'thought', 'the', 'price', 'was', 'too', 'high', 'as', 'soon', 'as', 'it', 'went', 'on', 'sale', 'i', 'scooped', 'it', 'up', 'and', 'i', "'m", 'glad', 'i', 'did', 'i', "'m", 'usually', 'always', 'a', 'small', 'in', 'retailer', 'tops', 'and', 'this', 'was', 'no', 'exception', 'i', "'m", 'tall', 'and', 'thin', 'with', 'a', 'large', 'bust', 'but', 'this', 'top', 'does', 'not', 'pull', 'or', 'bind', 'in', 'the', 'chest', 'because', 'it', "'s", 'cut', 'on', 'the', 'bias', 'it', 'is', 'a', 'little', 'low', 'but', 'i', "'ve", 'been', 'wearing', 'it', 'for', 'parties', 'it', 'might', 'be', 'too', 'low', 'for', 'work', 'depending', 'on', 'the', 'setting', 'i', 'do', "n't", 'usually', 'wear', 'green', 'but', 'this', 'is', 'a', 'very', 'muted', 'and', 'pretty,5,1,0', 'general', 'tops', 'knits'] ['9877,1084,58', 'i', 'loved', 'the', 'dress', 'but', 'just', 'not', 'dressy', 'enough', 'after', 'rethinking', 'what', 'i', 'needed', 'very', 'easy', 'order', 'and', 'return', 'thanks', ',1,1,5', 'general', 'petite', 'dresses', 'dresses'] ['9878,860,44', 'this', 'shirt', 'drapes', 'beautifully', 'forgiving', 'fabric', 'in', 'a', 'beautiful', 'taupe', 'it', 'is', 'a', 'bit', 'low', 'cut', 'i', 'wear', 'a', 'camisole', 'underneath', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['9879,1008,35', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['9880,860,27', 'beautiful', 'blouse', 'the', 'green', 'color', 'is', 'beautiful', 'i', 'love', 'the', 'cut', 'and', 'material', 'it', 'feels', 'luxurious', 'definitely', 'needs', 'ironing', 'before', 'wear', 'but', 'is', 'a', 'must', 'have,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9881,1115,41', 'i', 'love', 'this', 'coat', 'but', 'it', 'does', 'not', 'work', 'for', 'my', 'body', 'type', 'it', 'is', 'a', 'beautiful', 'coat', 'and', 'of', 'very', 'good', 'quality', 'it', 'has', 'a', 'wonderful', 'lining', 'which', 'is', 'so', 'nice', 'to', 'see', 'as', 'many', 'of', 'the', 'coats', 'retailer', 'is', 'carrying', 'right', 'now', 'are', 'not', 'lined', 'the', 'coat', 'is', 'soft', 'and', 'feels', 'so', 'good', 'it', 'seems', 'to', 'run', 'true', 'to', 'size', 'i', 'would', 'have', 'purchased', 'this', 'if', 'the', 'button', 'placement', 'were', 'higher', 'up', 'the', 'button', 'closure', 'is', 'right', 'at', 'my', 'hips', 'i', 'am', '5', '6', 'for', 'reference', 'and', 'i', 'am', 'pretty', 'curvy', 'when', 'open', 'the', 'coat', 'looked', 'great', 'but', 'when', 'i', 'trie', ',4,1,22', 'general', 'jackets', 'outerwear'] ['9882,961,31', 'vest', 'obsessed', 'i', "'m", 'in', 'love', 'i', "'m", 'in', 'love', 'and', 'i', 'do', "n't", 'care', 'who', 'knows', 'it', 'i', 'bought', 'this', 'vest', 'on', 'a', 'whim', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', "'s", 'so', 'soft', 'and', 'cozy', 'the', 'medium', 'brown', 'color', 'makes', 'it', 'highly', 'versatile', 'as', 'well', 'i', "'ve", 'tried', 'the', 'faux', 'fur', 'vests', 'and', 'they', 'are', 'too', 'bulky', 'for', 'my', 'taste', 'but', 'this', 'was', 'not', 'bulky', 'at', 'all', 'warm', 'and', 'hangs', 'well', 'i', 'am', '5', '5', '135lbs', 'curvy/athletic', 'frame', 'and', 'the', 'small', 'was', 'just', 'right', 'try', 'this', 'vest', 'on', 'i', 'promise', 'you', 'will', 'be', 'in', 'love', ',5,1,9', 'general', 'jackets', 'jackets'] ['9883,895,31', 'loved', 'so', 'much', 'i', 'bought', '2', 'not', 'usually', 'one', 'for', 'a', 'turtleneck', 'even', 'a', 'mock', 'turtleneck', 'but', 'this', 'so', 'soft', 'and', 'did', 'not', 'fit', 'super', 'tight', 'around', 'the', 'neck', 'so', 'i', 'bought', 'it', 'then', 'i', 'bought', 'the', 'other', 'one', 'because', 'i', 'loved', 'it', 'so', 'much', 'my', 'only', 'gripe', 'is', 'that', 'i', 'wish', 'it', 'was', 'a', 'smidge', 'longer', 'i', 'am', '5', '5', '135lbs', 'curvy/athletic', 'build', '34c', 'and', 'the', 'small', 'fit', 'perfect', ',5,1,11', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9884,1115,26', 'elegant', 'and', 'warm', 'coat', 'love', 'this', 'coat', 'beautiful', 'pattern', 'and', 'thick', 'enough', 'to', 'keep', 'you', 'warm', 'with', 'a', 'lining', 'inside', 'i', 'am', 'short', 'so', 'i', 'got', 'the', 'petite', 'and', 'it', 'fits', 'perfectly', 'in', 'the', 'arms', 'and', 'overall', 'length', 'i', 'read', 'other', 'comments', 'about', 'the', 'button', 'being', 'too', 'low', 'but', 'i', 'did', "n't", 'find', 'this', 'to', 'be', 'true', 'i', 'liked', 'the', 'lower', 'button', 'as', 'it', 'allows', 'you', 'to', 'show', 'some', 'of', 'what', 'you', 'have', 'underneath.,5,1,2', 'general', 'jackets', 'outerwear'] ['9885,1115,59', 'beautiful', 'coat-', 'shedding', 'could', 'be', 'a', 'deal', 'breaker', 'i', 'really', 'love', 'this', 'coat', 'i', 'usually', 'wear', 'a', 'size', '8', 'but', 'ordered', 'up', 'a', 'size', 'because', 'i', 'just', 'wanted', 'that', 'look', 'it', 'is', 'a', 'very', 'warm', 'coat', 'was', "n't", 'expecting', 'that', 'it', 'is', 'very', 'soft', 'and', 'i', 'love', 'it', 'one', 'problem', 'it', 'sheds', 'like', 'crazy', 'bummer', 'i', 'wore', 'it', 'over', 'a', 'black', 'turtle', 'neck', 'sweater', 'and', 'when', 'i', 'took', 'my', 'coat', 'off', 'it', 'looked', 'like', 'i', 'had', 'a', 'white', 'cat', 'living', 'in', 'my', 'house', 'my', 'sweater', 'was', 'covered', 'i', "'m", 'hoping', 'it', 'will', 'shed', 'less', 'as', 'i', 'wear', 'it', 'longer', 'having', 'said', 'that', 'i', 'still', 'love', 'the', 'look', 'and', 'warmth', 'i', 'will', 'just', 'need', 'to', 'plan', ',4,1,1', 'general', 'jackets', 'outerwear'] ['9886,860,56', 'stunning', 'color', 'this', 'top', 'is', 'lightweight', 'and', 'flows', 'nice', 'i', 'usually', 'take', 'a', 'medium', 'or', 'large', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'is', 'slightly', 'large', 'so', 'if', 'you', 'are', 'between', 'sizes', 'i', 'would', 'go', 'down', 'i', 'will', 'keep', 'the', 'medium', 'because', 'it', 'is', "n't", 'the', 'type', 'of', 'blouse', 'that', 'should', 'hug', 'your', 'body', 'the', 'green', 'is', 'stunning', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['9887,794,38', 'lovely', 'but', 'not', 'one', 'size', 'fits', 'all', 'i', 'love', 'this', 'sweatshirt', 'it', "'s", 'super', 'chic', 'and', 'sexy', 'and', 'for', 'those', 'of', 'us', 'that', 'need', 'actual', 'support', 'it', 'looks', 'great', 'with', 'a', 'strappy', 'sports', 'bra', 'that', 'said', 'selling', 'this', 'as', 'one', 'size', 'fits', 'all', 'is', 'misleading', 'at', 'best', 'i', "'m", '5', '2', '~160', 'a', 'lot', 'of', 'it', 'muscle', 'but', 'i', 'enjoy', 'chorizo', 'a', '34ddd', 'and', 'this', 'fit', 'me', 'perfectly', 'but', 'i', 'ca', "n't", 'imagine', 'it', 'would', 'work', 'for', 'anyone', 'much', 'larger', 'than', 'a', 'size', '12.', 'just', 'be', 'real', 'this', 'is', 'a', 'smedium'] [] ['one', 'star', 'removed', 'for', 'the', 'one', 'size', 'fits', 'all', 'fallacy', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['9888,588,63', 'birthday', 'gift', 'i', 'purchased', 'for', 'my', 'daughter', 'who', 'is', 'mid', '30', "'s", 'and', 'she', 'loved', 'the', 'romper'] ['i', "'m", 'going', 'to', 'list', 'her', 'size', 'since', 'that', 'is', 'appropriate', 'for', 'who', 'is', 'wearing', 'the', 'item', ',4,1,0', 'general', 'bottoms', 'shorts'] ['9889,588,32', 'nope.', 'the', 'picture', 'makes', 'the', 'shorts', 'look', 'structured', 'i', 'assumed', 'they', 'were', 'made', 'of', 'a', 'heavier', 'cotton', 'material', 'i', 'was', 'disappointed', 'when', 'they', 'turned', 'out', 'to', 'be', 'a', 'light', 'weight', 'polyester'] [] ['also', 'this', 'runs', 'way', 'too', 'big', 'i', 'am', 'busty', 'and', 'did', 'not', 'fill', 'out', 'the', 'top', 'of', 'the', 'xs'] [] ['i', 'would', "n't", 'even', 'buy', 'this', 'at', 'the', 'sale', 'price', ',1,0,0', 'general', 'bottoms', 'shorts'] ['9890,860,23', 'very', 'pretty', 'very', 'easy', 'this', 'top', 'is', 'a', 'very', 'comfortable', 'very', 'easy', 'top', 'to', 'wear', 'it', 'is', 'perfect', 'for', 'laying', 'with', 'work', 'clothes', 'or', 'styling', 'a', 'bit', 'more', 'casually', 'for', 'just', 'wearing', 'out', 'and', 'about', 'i', 'ordered', 'it', 'in', 'the', 'light', 'blue', 'color', 'and', 'it', 'is', 'beautiful-', 'very', 'soft', 'and', 'feminine', 'the', 'ruffle', 'lays', 'really', 'well', 'down', 'the', 'front', 'which', 'i', 'was', 'concerned', 'about', 'because', 'of', 'how', 'busty', 'i', 'am', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fits', 'just', 'right', 'i', 'think', 'the', 'knit', 'back', 'really', 'helps', 'with', 'that', 'very', 'nice', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['9891,895,63', 'tried', 'to', 'like', 'it', 'i', 'purchased', 'the', 'stripped', 'blouse', 'and', 'it', 'was', 'very', 'large', 'around', 'the', 'armhole', 'it', 'bulged', 'open', 'as', 'if', 'it', 'needed', 'a', 'dart', 'i', 'even', 'washed', 'it', 'to', 'see', 'if', 'it', 'would', 'shrink', 'to', 'fit', 'and', 'it', 'was', 'better', 'but', 'not', 'good', 'enough', 'i', 'hate', 'my', 'bra', 'showing', 'through', 'the', 'armhole', 'it', "'s", 'going', 'back', 'cute', 'blouse', 'except', 'for', 'that', 'i', 'love', 'sleeveless', 'blouses', 'with', 'turtlenecks.,3,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9892,860,70', 'not', 'a', 'wow', 'i', 'bought', 'the', 'bronze', 'color', 'which', 'was', 'nice', 'but', 'the', 'cut', 'just', 'hung', 'like', 'a', 'dust', 'rag', 'no', 'fit', 'no', 'drape'] ['very', 'unfinished', 'looking', 'though', 'i', 'bought', 'it', 'on', 'sale', 'on', 'sale', 'it', 'is', 'not', 'worth', 'keeping', 'over', 'all', 'it', 'was', 'not', 'a', 'worthwhile', 'blouse', 'to', 'keep', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['9893,1084,21', 'lovely', 'but', 'way', 'too', 'small', 'this', 'dress', 'is', 'lovely', 'albeit', 'darker', 'than', 'it', 'appears', 'on', 'the', 'website', 'but', 'i', 'had', 'to', 'return', 'it', 'runs', 'way', 'small', 'i', 'usually', 'comfortably', 'where', 'an', 'l', 'or', 'xl', 'in', 'maeve', 'this', 'brand', 'and', 'could', 'not', 'even', 'get', 'this', 'l', 'on', 'would', 'really', 'only', 'recommend', 'for', 'xs', 'or', 's', 'ladies', 'maybe', 'm', 'who', 'have', 'the', 'possibility', 'of', 'going', 'larger', 'if', 'you', 'do', 'purchase', 'absolutely', 'size', 'up', '1-2', 'sizes', ',3,0,16', 'general', 'petite', 'dresses', 'dresses'] ['9894,860,64', 'nice', 'fit', 'i', "'m", 'not', 'usually', 'a', 'fan', 'of', 'ruffles', 'but', 'this', 'blouse', 'has', 'a', 'very', 'smooth', 'and', 'flowing', 'front', 'it', "'s", 'flattering', 'and', 'feminine', 'without', 'looking', 'frilly', 'easy', 'to', 'dress', 'up', 'or', 'down', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['9895,1115,34', 'more', 'gorgeous', 'than', 'functional', 'this', 'coat', 'is', 'absolutely', 'beautiful', 'an', 'instant', 'stunner', 'the', 'style', 'is', 'very', 'classy', 'and', 'timeless', 'it', 'is', 'definitely', 'more', 'of', 'a', 'lightweight', 'coat', 'than', 'true', 'cold', 'weather', 'wear', 'yes', 'it', 'does', 'run', 'large', 'but', 'that', 'is', 'the', 'cozy', 'look', 'of', 'it', 'it', 'is', 'not', 'meant', 'to', 'be', 'form-fitting', 'my', 'one', 'gripe', 'is', 'that', 'especially', 'at', 'the', 'price', 'point', 'if', 'it', "'s", 'not', 'going', 'to', 'be', 'especially', 'warm', 'it', 'should', 'at', 'least', 'be', 'otherwise', 'functional', 'the', 'coat', 'i', 'received', 'has', 'pockets', 'cut', 'on', 'the', 'outside', 'but', 'they', 'are', 'sewn', 'shut', 'a', 'coat', 'without', 'pockets', ',3,0,5', 'general', 'jackets', 'outerwear'] ['9896,1008,83', 'beautiful', 'skirt', 'saw', 'this', 'skirt', 'online', 'and', 'ordered', 'immediately'] ['it', 'is', 'even', 'more', 'beautiful', 'in', 'person'] ['stunning', 'hemline', 'and', 'a', 'gorgeous', 'shade', 'of', 'teal'] ['i', 'ordered', 'my', 'usual', 'size', 'and', 'it', 'fits', 'to', 'perfection', 'very', 'very', 'true', 'to', 'size', ',5,1,2', 'general', 'bottoms', 'skirts'] ['9897,941,63', 'while', 'i', 'do', 'love', 'this', 'sweater', 'it', 'did', 'not', 'fit', 'me', 'as', 'is', 'pictured', 'the', 'wrap', 'does', 'not', 'lay', 'as', 'smooth', 'and', 'i', 'had', 'to', 'adjust', 'frequently', 'when', 'transitioning', 'from', 'a', 'sitting', 'to', 'standing', 'position', 'nice', 'weight', ',5,1,5', 'general', 'tops', 'sweaters'] ['9898,1115,30', 'well', 'designed', 'this', 'coat', 'is', 'super', 'yummy', 'i', "'m", 'always', 'in', 'need', 'of', 'something', 'stylish', 'and', 'warm', 'at', 'the', 'same', 'time', 'definitely', 'was', 'happy', 'with', 'the', 'weight', 'and', 'lining', 'on', 'this', 'garment'] [] ['highlight', 'i', 'always', 'get', 'compliments', 'on', 'it', 'when', 'i', "'m", 'out', ',5,1,3', 'general', 'jackets', 'outerwear'] ['9899,868,40', 'very', 'boxy', 'this', 'top', 'had', 'potential', 'but', 'the', 'cut', 'is', 'very', 'boxy', 'and', 'not', 'fitted', 'at', 'all', 'like', 'the', 'front', 'picture', 'shows', 'the', 'picture', 'from', 'the', 'back', 'is', 'much', 'more', 'representative', 'of', 'what', 'it', 'looks', 'like', 'i', "'m", '5', '7', '135lbs', 'and', 'normally', 'wear', 'either', 'an', 'xs', 'or', 's', 'and', 'the', 'xs', 'in', 'this', 'was', 'still', 'huge', 'and', 'boxy', 'but', 'very', 'short', 'with', 'tight', 'sleeves', 'i', 'have', 'small', 'arms', 'so', 'hardly', 'ever', 'have', 'an', 'issue', 'with', 'tight', 'sleeves', 'the', 'small', 'fit', 'better', 'as', 'far', 'as', 'length', 'and', 'and', 'sleeves', 'but', 'still', 'very', 'boxy', 'the', 'pattern', 'and', 'cutouts', 'are', 'very', 'cute', 'but', 'thi', ',3,0,9', 'general', 'petite', 'tops', 'knits'] ['9900,588,35', 'least', 'flattering', 'romper', 'ever', 'do', "n't", 'be', 'fooled', 'by', 'the', 'image', 'unless', 'you', 'have', 'a', 'c/d', 'chest', 'this', 'romper', 'has', 'masses', 'of', 'draped', 'fabric', 'right', 'around', 'your', 'middle', 'exactly', 'where', 'you', 'want', 'it', 'least', 'very', 'unflattering', 'and', 'rather', 'expensive', 'for', 'the', 'poor', 'quality', 'back', 'it', 'goes', ',1,0,0', 'general', 'bottoms', 'shorts'] ['9901,860,34', 'this', 'surprised', 'me', 'i', 'do', "n't", 'ever', 'do', 'ruffles', 'i', "'m", 'a', '36ddd', 'but', 'these', 'laid', 'so', 'nicely', 'and', 'the', 'vertical', 'ruffle', 'is', 'very', 'flattering', 'for', 'a', 'less', 'than', 'flat', 'tummy', 'the', 'knit', 'back', 'is', 'so', 'soft', 'and', 'makes', 'this', 'easy', 'to', 'wear', 'it', 'will', 'be', 'easy', 'to', 'dress', 'up', 'with', 'a', 'necklace', 'blazer', 'and', 'dressy', 'pants', 'but', 'it', 'will', 'go', 'just', 'as', 'nicely', 'on', 'it', "'s", 'on', 'with', 'jeans', 'for', 'a', 'casual', 'look', 'if', 'there', 'had', 'been', 'the', 'mint', 'color', 'in', 'my', 'size', 'i', 'would', 'have', 'gotten', 'it', 'too', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9902,1115,56', 'love', 'this', 'coat', 'it', 'fits', 'very', 'well', 'i', "'m", '5', '6', 'and', 'typically', 'wear', 'an', '8.', 'it', 'is', 'a', 'bit', 'broad', 'in', 'the', 'shoulders', 'like', 'the', 'other', 'reviewers', 'mention', 'but', 'that', "'s", 'part', 'of', 'its', 'tailored', 'look', 'this', 'gorgeous', 'coat', 'breaks', 'up', 'any', 'boring', 'winter', 'outfit', 'so', 'happy', 'with', 'this', 'purchase', ',5,1,3', 'general', 'jackets', 'outerwear'] ['9903,1084,39', 'beautiful', 'dress', 'but', 'the', 'dress', 'is', 'beautiful', 'but', 'runs', 'small', 'so', 'unfortunately', 'i', 'have', 'to', 'return', 'it.,4,1,10', 'general', 'petite', 'dresses', 'dresses'] ['9904,860,39', 'lovely', 'this', 'blouse', 'is', 'a', 'great', 'combination', 'of', 'silky', 'and', 'professional', 'in', 'the', 'front', 'and', 'more', 'casual', 't-shirt', 'like', 'in', 'the', 'back', 'the', 'ruffle', 'lies', 'nicely', 'and', 'it', "'s", 'very', 'feminine', 'i', 'got', 'the', 'light', 'blue', 'color', 'and', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'be', 'warm', 'enough', 'to', 'wear', 'this', 'to', 'work', ',5,1,0', 'general', 'tops', 'knits'] ['9905,864,47', ',the', 'shirt', 'cuts', 'too', 'high', 'up', 'and', 'is', 'very', 'awkward', 'looking', 'on', 'sent', 'it', 'back', 'would', "n't", 'buy', 'even', 'on', 'sale.,1,0,0', 'general', 'tops', 'knits'] ['9906,1115,29', 'gorgeous', 'coat', 'i', 'have', 'had', 'my', 'eye', 'on', 'this', 'coat', 'for', 'a', 'while', 'and', 'then', 'my', 'size', '0', 'was', 'sold', 'out', 'when', 'it', 'popped', 'back', 'i', 'ordered', 'it', 'i', 'am', '5', '4', 'and', 'i', 'had', 'wondered', 'if', 'i', 'needed', 'the', 'petite', 'petite', '0', 'was', 'sold', 'out', 'because', 'of', 'all', 'the', 'reviews', 'i', 'had', 'read', 'however', 'the', 'sleeve', 'length', 'is', 'perfect', 'in', 'a', 'petite', 'the', 'sleeves', 'would', 'be', 'too', 'short', 'i', 'do', "n't", 'have', 'long', 'arms', 'so', 'i', 'am', 'surprised', 'some', 'reviewers', 'have', 'complained', 'about', 'the', 'sleeves', 'being', 'too', 'long', 'the', 'button', 'placement', 'is', 'not', 'at', 'the', 'waist', 'but', 'that', 'is', 'the', 'style', 'the', 'lapels', 'are', 'long', ',5,1,2', 'general', 'jackets', 'outerwear'] ['9907,1115,31', 'classic', 'yet', 'surprising', 'i', 'wanted', 'this', 'coat', 'from', 'the', 'first', 'moment', 'i', 'saw', 'it', 'in', 'the', 'catalogue', 'i', 'tend', 'to', 'gravitate', 'toward', 'dark', 'colors', 'but', 'this', 'looked', 'timeless', 'and', 'beautiful', 'like', 'something', 'my', 'grandmother', 'would', 'have', 'cherished', 'and', 'i', 'would', 'have', 'coveted', 'i', 'was', 'not', 'disappointed', 'the', 'coat', 'is', 'carefully', 'lined', 'and', 'the', 'mohair', 'is', 'divinely', 'soft', 'the', 'silhouette', 'is', 'not', 'fitted', 'but', 'comes', 'off', 'surprisingly', 'chic', 'do', 'note', 'that', 'this', 'is', 'not', 'a', 'coat', 'for', 'heavy', 'duty', 'weather', 'i', "'ve", 'even', 'been', 'a', 'bit', 'chilly', 'wearing', 'it', 'at', 'nights', 'in', 'la', 'also', 'heed', 't', ',5,1,2', 'general', 'jackets', 'outerwear'] ['9908,895,50', 'not', 'for', 'me', 'maybe', 'for', 'another', 'the', 'high', 'neck', 'and', 'square-ness', 'did', 'not', 'work', 'for', 'me', 'but', 'might', 'for', 'someone', 'else', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9909,961,21', ',,5,1,0', 'general', 'jackets', 'jackets'] ['9910,860,47', 'beautiful', 'blouse', 'i', 'purchased', 'the', 'green', 'in', 'xs', 'and', 'it', 'fits', 'perfect', 'it', "'s", 'very', 'flattering', 'also', 'i', 'purchased', 'the', 'blue', 'in', 'xxsp', 'only', 'size', 'available', 'but', 'it', 'was', 'too', 'short', ',5,1,0', 'general', 'tops', 'knits'] ['9911,860,42', 'great', 'find', 'i', 'usually', 'pass', 'on', 'ruffles', 'but', 'this', 'top', 'is', 'great', 'luckily', 'i', 'walked', 'by', 'this', 'in', 'the', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'the', 'material', 'is', 'very', 'soft', 'and', 'can', 'easily', 'be', 'converted', 'from', 'work', 'to', 'a', 'night', 'out', 'the', 'v-neck', 'is', 'flattering', 'and', 'the', 'ruffles', 'lay', 'nicely-', 'i', 'purchased', 'this', 'in', 'the', 'taupe', 'but', 'the', 'green', 'is', 'beautiful', 'too', 'and', 'will', 'purchase', 'it', 'as', 'well.,5,1,11', 'general', 'tops', 'knits'] ['9912,1074,27', 'in', 'love', 'shirtdresses', 'are', 'a', 'warm', 'weather', 'favorite', 'for', 'me', 'and', 'this', 'one', 'will', 'surely', 'make', 'its', 'way', 'into', 'my', 'regular', 'rotation', 'the', 'outer', 'cotton', 'eyelet', 'is', 'intricate', 'and', 'beautiful', 'the', 'color', 'cornflower', 'blue', 'is', 'endlessly', 'flattering', 'for', 'many', 'complexions', 'the', 'cut', 'is', 'classic', 'with', 'the', 'twist', 'of', 'the', 'handkerchief', 'hemline', 'and', 'the', 'length', 'is', 'work', 'appropriate', 'per', 'a', 'previous', 'reviewer', 'i', 'sized', 'up', 'to', 'ensure', 'a', 'fit', 'across', 'the', 'bust', 'and', 'am', 'glad', 'i', 'did', 'overall', 'the', 'fit', 'is', 'not', 'totally', 'perfect', 'on', 'me', 'but', 'it', "'s", 'still', 'great', 'and', 'gar', ',5,1,0', 'general', 'dresses', 'dresses'] ['9913,860,35', 'beautiful', 'color', 'and', 'flattering', 'design', 'beautiful', 'color', 'and', 'flattering', 'design'] ['cons', 'tends', 'to', 'get', 'wrinkled', 'and', 'you', 'have', 'to', 'be', 'careful', 'about', 'ironing', 'i', 'ended', 'up', 'buying', 'the', 'shirt', 'twice', 'because', 'i', 'burned', 'a', 'hole', 'in', 'it', 'while', 'trying', 'to', 'use', 'a', 'poor', 'quality', 'hotel', 'iron', 'i', 'did', "n't", 'even', 'have', 'a', 'chance', 'to', 'wear', 'it', 'but', 'i', 'loved', 'the', 'shirt', 'so', 'much', 'that', 'i', 'bought', 'it', 'again', 'since', 'it', 'was', 'a', 'good', 'sale', 'price', ',4,1,0', 'general', 'tops', 'knits'] ['9914,860,51', 'wonderful', 'spring', 'top', 'i', 'was', 'taking', 'my', 'time', 'with', 'this', 'purchase', 'i', 'needed', 'a', 'top', 'for', 'a', 'pair', 'of', 'ombrã©', 'silk', 'pants', 'that', 'i', 'had', 'tailored', 'to', 'fit', 'but', 'everytime', 'i', 'put', 'these', 'pants', 'on', 'i', 'could', "n't", 'find', 'any', 'top', 'to', 'come', 'close', 'to', 'match', 'especially', 'since', 'the', 'pants', 'are', 'for', 'a', 'more', 'sophisticated', 'look', 'well', 'this', 'top', 'fits', 'that', 'perfectly', 'and', 'i', "'m", 'excited', 'to', 'pair', 'them', 'for', 'a', 'nice', 'dinner', 'out', 'plus', 'i', 'was', 'equally', 'excited', 'when', 'i', 'could', 'pair', 'the', 'top', 'with', 'my', 'jeans', 'and', 'sandals.,4,1,0', 'general', 'tops', 'knits'] ['9915,895,26', 'just', 'what', 'i', 'was', 'hoping', 'for', 'i', 'got', 'this', 'top', 'on', 'a', 'fantastic', 'deal', 'it', 'is', 'comfortable', 'fits', 'well', 'slightly', 'large', 'to', 'size', 'but', 'i', 'prefer', 'that', 'and', 'really', 'on-trend', 'such', 'a', 'great', 'staple', 'i', 'bought', 'in', 'the', 'other', 'colorway', 'as', 'well', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['9916,1115,71', 'i', 'thought', 'this', 'would', 'be', 'so', 'clean', 'looking', 'in', 'a', 'theory/vince', 'menswear', 'way', 'but', 'unfortunately', 'the', 'cut', 'of', 'the', 'coat', 'is', 'super', 'unflattering', 'i', 'waiver', 'between', 'a', '2', 'and', 'a', '4', 'at', 'retailer', 'and', 'erred', 'on', 'the', 'side', 'of', 'caution', 'and', 'went', 'with', 'the', '4.', 'the', 'shoulders', 'are', 'way', 'off', 'the', 'mark', 'sleeves', 'are', 'too', 'long', 'and', 'the', 'button', 'hits', 'about', '3', 'inches', 'too', 'low', 'it', "'s", 'just', 'baggy', 'in', 'a', 'way', 'that', 'the', 'size', 'itself', 'is', 'not', 'the', 'issue', 'alas', 'this', 'is', 'going', 'back', 'and', 'my', 'search', 'for', 'the', 'perfect', 'coat', 'continues', ',3,0,44', 'general', 'jackets', 'outerwear'] ['9917,1115,35', 'nice', 'jacket', 'but', 'too', 'large', 'this', 'jacket', 'is', 'made', 'well', 'and', 'looks', 'great', 'but', 'sadly', 'i', 'ordered', 'the', 'size', '00p', 'and', 'it', 'was', 'still', 'too', 'large', 'if', 'it', 'had', 'of', 'been', 'smaller', 'i', "'d", 'love', 'it', 'but', 'it', 'was', "n't", 'so', 'i', 'had', 'to', 'return', 'it', ',4,1,1', 'general', 'jackets', 'outerwear'] ['9918,588,25', 'i', 'was', 'disappointed', 'when', 'i', 'got', 'this', 'romper', 'in', 'the', 'mail', 'the', 'picture', 'looks', 'much', 'cuter', 'than', 'in', 'person', 'although', 'it', "'s", 'true', 'to', 'size', 'it', 'looks', 'pretty', 'baggy', 'on', 'also', 'i', 'thought', 'the', 'grey', 'top', 'and', 'blue', 'bottom', 'were', 'too', 'similarly', 'colored', 'more', 'contrast', 'would', 'have', 'been', 'nice', 'i', "'m", 'returning', 'this', 'item', ',2,0,0', 'general', 'bottoms', 'shorts'] ['9919,1084,33', 'stunning', 'color', 'this', 'is', 'a', 'gorgeous', 'dress', 'the', 'color', 'is', 'absolutely', 'stunning', 'and', 'looks', 'true', 'to', 'the', 'photos', 'online', 'the', 'dress', 'is', 'a', 'little', 'too', 'short', 'and', 'tight', 'for', 'a', 'work', 'dress', 'but', 'too', 'thick', 'for', 'a', 'summer', 'dress', 'it', 'would', 'be', 'perfect', 'for', 'a', 'date', 'night', 'but', 'since', 'i', 'have', 'enough', 'date', 'dresses', 'and', 'not', 'that', 'many', 'dates', 'i', 'opted', 'not', 'to', 'purchase', 'it', 'is', 'gorgeous', 'but', 'i', 'would', 'suggest', 'sizing', 'up', 'because', 'i', 'could', 'barely', 'zip', 'in', 'my', 'standard', 'size', 'and', 'the', 'seams', 'would', 'definitely', 'give', 'after', 'sitting', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['9920,860,30', 'meh', 'this', 'shirt', 'was', 'on', 'sale', 'and', 'it', 'was', 'a', 'good', 'price', 'that', 'is', 'where', 'the', 'goods', 'ended', 'the', 'shirt', 'was', 'not', 'flattering', 'i', 'sent', 'it', 'back', 'asap', ',2,0,0', 'general', 'tops', 'knits'] ['9921,961,59', 'fabulous', 'vest', 'this', 'vest', 'kept', 'catching', 'my', 'eye', 'online', 'i', 'was', 'ordering', 'moth', 'cashmere', 'cowlneck', 'sweater', 'which', 'is', 'fabulous', 'when', 'i', 'noticed', 'pictures', 'posted', 'of', 'women', 'wearing', 'both', 'the', 'vest', 'sweater', 'the', 'more', 'i', 'looked', 'at', 'these', 'pictures', 'the', 'more', 'i', 'fell', 'in', 'love', 'with', 'the', 'vest', 'needless', 'to', 'say', 'i', 'purchased', 'the', 'vest', 'in', 'my', 'usual', 'size', 'xs', 'which', 'fits', 'tts', 'it', "'s", 'incredibly', 'soft', 'a', 'great', 'piece', 'to', 'add', 'to', 'your', 'wardrobe', ',5,1,0', 'general', 'jackets', 'jackets'] ['9922,1115,41', 'unique', 'and', 'beautiful', 'this', 'coat', 'is', 'spectacular', 'it', 'was', 'love', 'at', 'first', 'sight', 'but', 'it', 'was', 'only', 'after', 'trying', 'it', 'on', 'in', 'a', 'store', 'that', 'i', 'decided', 'i', 'really', 'wanted', 'it', 'even', 'at', 'the', 'full', 'price', 'the', 'design', 'is', 'unique', 'and', 'gorgeous', 'you', 'do', "n't", 'see', 'coats', 'like', 'this', 'on', 'the', 'street', 'not', 'a', 'cookie-cutter', 'it', "'s", 'very', 'soft', 'yet', 'warm', 'and', 'has', 'a', 'gorgeous', 'ochre', 'colored', 'lining', 'making', 'it', 'very', 'easy', 'to', 'put', 'on', 'and', 'a', 'standout', 'when', 'a', 'bit', 'of', 'the', 'lining', 'is', 'revealed'] ['it', 'seems', 'the', 'fit', 'is', 'what', 'most', 'reviewers', 'complain', 'about', 'and', 'i', 'can', 'see', 'that', 'i', 'tried', 'size', '2', ',5,1,5', 'general', 'jackets', 'outerwear'] ['9923,860,39', 'pretty', 'blouse', 'very', 'cute', 'but', 'a', 'little', 'short', 'currently', 'pregnant', 'so', 'i', "'m", 'hoping', 'it', 'will', 'hang', 'better', 'in', 'a', 'few', 'months,4,1,0', 'general', 'tops', 'knits'] ['9924,1084,62', 'too', 'heavy', 'the', 'design', 'is', 'beautiful', 'but', 'it', 'was', 'thick', 'and', 'too', 'warm', 'for', 'a', 'summer', 'event', 'i', 'was', 'planning', 'on', 'wearing', 'it', 'to'] ['also', 'the', 'seam', 'below', 'the', 'chest', 'was', 'uncomfortable'] ['needed', 'to', 'return', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['9925,895,23', 'soft', 'cozy', 'and', 'perfect', 'for', 'the', 'holidays', 'i', 'love', 'this', 'piece', 'because', 'of', 'its', 'flattering', 'stripes.i', 'am', '5', '9', '150', 'lbs', 'and', 'ordered', 'a', 'medium', 'the', 'large', 'was', 'just', 'too', 'big', 'the', 'small', 'too', 'short', 'and', 'tight', 'but', 'the', 'medium', 'fit', 'well', 'however', 'the', 'sleeves', 'are', 'a', 'little', 'large', 'which', 'was', 'a', 'disappointment', 'and', 'because', 'of', 'this', 'there', "'s", 'an', 'awkward', 'excess', 'of', 'fabric', 'on', 'the', 'front', 'next', 'to', 'the', 'armpits', 'i', 'also', 'experienced', 'that', 'the', 'shirt', 'is', 'not', 'long', 'enough', 'to', 'tuck', 'in', 'how', 'the', 'model', 'has', 'done', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['9926,1115,65', 'fab', 'coat', 'this', 'is', 'a', 'beautiful', 'coat', 'and', 'the', 'fit', 'and', 'weight', 'are', 'perfect', 'my', 'only', 'hesitation', 'in', 'giving', 'it', '5', 'stars', 'is', 'that', 'the', 'lapel', "'s", 'do', "n't", 'lay', 'perfectly', 'flat', 'i', 'read', 'some', 'complaints', 'about', 'the', 'placement', 'of', 'the', 'button', 'but', 'it', 'does', "n't", 'bother', 'me', 'otherwise', 'it', "'s", 'a', 'gem', 'and', 'i', "'m", 'going', 'to', 'keep', 'it.,4,1,0', 'general', 'jackets', 'outerwear'] ['9927,961,40', 'best', 'thing', 'since', 'sliced', 'bread', 'google', 'mr', 'burns', 'see', 'my', 'vest', 'because', 'that', "'s", 'me', 'wearing', 'this', 'vest', 'dancing', 'around', 'the', 'house', 'singing', 'because', 'this', 'vest', 'is', 'wonderful', 'my', 'three', 'year', 'old', 'nephew', 'declared', 'it', 'cozy', 'and', 'anytime', 'i', 'wear', 'it', 'he', 'cuddles', 'up', 'to', 'the', 'vest', 'bonus', 'it', "'s", 'flattering', 'comfortable', 'warm', 'machine', 'washable', 'and', 'goes', 'with', 'nearly', 'everything', 'i', 'would', 'like', 'a', 'onesie', 'made', 'of', 'this', 'material', ',5,1,0', 'general', 'jackets', 'jackets'] ['9928,860,52', 'fun', 'andfestive', 'fancy', 'and', 'fun', 'i', 'love', 'the', 'green', 'and', 'the', 'texture', 'shiny', 'outside', 'and', 'soft', 'inside', 'flattering', 'fit', 'and', 'a', 'little', 'whimsical', 'and', 'dressy', 'or', 'casual.,4,1,0', 'general', 'tops', 'knits'] ['9929,1115,35', 'stylish', 'and', 'strange', 'as', 'others', 'have', 'mentioned', 'the', 'proportions', 'of', 'this', 'coat', 'are', 'a', 'bit', 'strange', 'but', 'i', 'do', 'like', 'the', 'oversized', 'feel', 'and', 'the', 'low', 'button', 'it', 'is', 'really', 'soft', 'and', 'i', 'like', 'the', 'beige', 'lining', 'too', 'there', "'s", 'room', 'for', 'a', 'sweater', 'under', 'it', 'so', 'layered', 'it', 'is', 'probably', 'warm', 'enough', 'for', 'temperatures', 'in', 'the', 'high', 'thirties', 'and', 'warmer', 'what', 'makes', 'me', 'a', 'little', 'crazy', 'about', 'it', 'i', 'almost', 'returned', 'it', 'because', 'of', 'this', 'is', 'that', 'the', 'stripes', 'do', "n't", 'match', 'up', 'on', 'the', 'seams', 'they', 'are', 'slightly', 'off', 'and', 'i', 'think', 'the', 'coat', 'cost', 'enough', 'that', 'a', 'mistake', ',4,1,0', 'general', 'jackets', 'outerwear'] ['9930,1115,62', 'stunning', 'coat', 'i', 'received', 'this', 'coat', 'today', 'and', 'i', "'m", 'ecstatic', 'about', 'my', 'purchase', 'i', 'am', 'a', 'true', 'petite', 'and', 'the', 'petite', 'large', 'in', 'this', 'coat', 'fit', 'perfectly', 'i', 'was', 'a', 'little', 'worried', 'about', 'the', 'sizing', 'based', 'on', 'the', 'other', 'reviews', 'yes', 'the', 'button', 'is', 'low', 'but', 'that', 'is', 'the', 'style', 'i', 'strongly', 'suggest', 'ordering', 'a', 'petite', 'if', 'you', 'are', 'short', 'otherwise', 'the', 'fit', 'may', 'be', 'completely', 'off', ',5,1,17', 'general', 'jackets', 'outerwear'] ['9931,860,49', 'lovely', 'in', 'sky', 'blue', 'i', 'love', 'this', 'top', 'which', 'gives', 'you', 'the', 'look', 'of', 'a', 'blouse', 'but', 'the', 'ease', 'of', 'a', 't-shirt', 'the', 'sky', 'blue', 'color', 'is', 'spectacular', 'the', 'details', 'of', 'this', 'top', 'are', 'beautiful', 'and', 'very', 'flattering', 'i', 'am', 'tall', 'at', '5', '8', 'and', 'it', 'was', 'plenty', 'long', 'enough', 'i', 'ordered', 'my', 'typical', 'size', 's', 'and', 'it', 'was', 'perfect', 'it', 'is', 'cut', 'to', 'follow', 'the', 'lines', 'of', 'the', 'body', 'i', 'ca', "n't", 'wait', 'until', 'the', 'spring', 'so', 'i', 'can', 'wear', 'it', 'it', 'would', 'be', 'great', 'if', 'it', 'was', 'available', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['9932,860,34', 'like', 'a', 'mullet', 'i', 'love', 'the', 'front', 'of', 'this', 'shirt', 'but', 'i', 'really', 'should', 'have', 'paid', 'more', 'attention', 'to', 'the', 'details', 'of', 'it', 'i', 'would', 'have', 'realized', 'the', 'front', 'and', 'back', 'are', 'different', 'materials', 'which', 'i', 'am', 'not', 'a', 'fan', 'of', 'i', 'would', 'have', 'preferred', 'the', 'entire', 'thing', 'was', 'made', 'of', 'the', 'dressier', 'front', 'material', 'instead', 'of', 'the', 'jersey', 'back', 'it', "'s", 'like', 'a', 'mullet', 'business', 'in', 'the', 'front', 'and', 'party', 'in', 'the', 'back', 'it', "'s", 'got', 'great', 'drape', 'and', 'is', 'a', 'beautiful', 'blue', 'though', 'so', 'into', 'rotation', 'it', 'goes', ',3,1,0', 'general', 'tops', 'knits'] ['9933,864,44', 'ugly', 'shirt', 'really', 'unattractive', 'shirt', 'nothing', 'good', 'i', 'can', 'say', 'about', 'it', 'horrible', 'fit', 'i', 'ca', "n't", 'imagine', 'this', 'would', 'look', 'good', 'on', 'anyone.,1,0,0', 'general', 'tops', 'knits'] ['9934,794,54', 'love', 'this', 'super', 'soft', 'fabric', 'the', 'opening', 'in', 'the', 'back', 'makes', 'it', 'very', 'chic.,5,1,1', 'initmates', 'intimate', 'lounge'] ['9935,860,43', 'not', 'what', 'it', 'appears', 'i', 'did', 'not', 'have', 'the', 'same', 'experience', 'as', 'the', 'reviewers', 'this', 'shirt', 'is', 'not', 'what', 'i', 'thought', 'the', 'front', 'is', 'low', 'cut', 'and', 'i', 'would', 'have', 'to', 'wear', 'something', 'under', 'it', 'i', 'could', 'not', 'wear', 'this', 'to', 'work', 'and', 'i', 'would', 'not', 'wear', 'it', 'in', 'public', 'the', 'fabric', 'is', "n't", 'bad', 'but', 'feels', 'flimsy.the', 'fit', 'is', 'tight', 'i', 'wear', 'a', 'small', 'or', 'xs', 'in', 'most', 'shirts', 'and', 'this', 'was', 'ordered', 'in', 'a', 'small', 'and', 'it', 'was', 'tight', 'i', 'did', 'like', 'the', 'green', 'though', 'and', 'the', 'color', 'in', 'person', 'is', 'nicer', 'than', 'what', 'is', 'pictured', ',3,0,5', 'general', 'tops', 'knits'] ['9936,961,57', 'love', 'this', 'is', 'even', 'cuter', 'in', 'person', 'than', 'it', 'is', 'in', 'the', 'picture', 'it', 'was', 'hanging', 'on', 'a', 'rack', 'by', 'the', 'dressing', 'room', 'so', 'i', 'tried', 'it', 'on', 'on', 'a', 'whim', 'and', 'loved', 'it', 'so', 'so', 'soft', 'too', 'runs', 'true', 'to', 'size', 'i', 'am', '5', '2', 'and', '125', 'and', 'got', 'a', 'small', ',5,1,0', 'general', 'jackets', 'jackets'] ['9937,860,48', 'gorgeous', 'top', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'the', 'minute', 'i', 'saw', 'it', 'best', 'of', 'all', 'i', 'was', 'not', 'disappointed', 'when', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'is', 'soft', 'and', 'looks', 'classy', 'the', 'color', 'is', 'a', 'rich', 'and', 'deep', 'emerald', 'green', 'and', 'the', 'quality', 'is', 'really', 'nice', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'depending', 'on', 'the', 'occasion', 'this', 'top', 'will', 'look', 'gorgeous', 'with', 'a', 'nice', 'pair', 'of', 'jeans', 'or', 'a', 'dressy', 'skirt', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['9938,860,35', 'so', 'cute', 'i', 'just', 'love', 'this', 'blouse', 'it', 'fits', 'well', 'and', 'is', 'really', 'feminine', 'and', 'pretty', 'i', 'paired', 'it', 'with', 'a', 'skirt', 'and', 'received', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'tops', 'knits'] ['9939,1115,62', 'delicious', 'coat', 'this', 'windowpane', 'coat', 'is', 'so', 'striking', 'and', 'it', 'looks', 'even', 'better', 'on', 'than', 'in', 'the', 'photos', 'i', 'love', 'it', 'it', 'has', 'great', 'styling', 'including', 'the', 'button', 'placement', 'the', 'beautiful', 'fall', 'brown', 'lining', 'it', 'is', 'quite', 'warm', 'over', 'a', 'thin', 'sweater', 'the', 'fabric', 'is', 'amazingly', 'soft', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'two', 'friends', 'have', 'already', 'purchased', 'it', 'i', 'normally', 'might', 'take', 'a', '12', 'but', 'a', '10', 'was', 'just', 'fine', 'this', 'is', 'a', 'great', 'coat', ',5,1,8', 'general', 'jackets', 'outerwear'] ['9940,873,43', 'comfortable', 'and', 'relaxed', 'look', 'the', 'quality', 'and', 'design', 'of', 'this', 'top', 'is', 'great', 'and', 'it', 'goes', 'well', 'with', 'my', 'skinny', 'jeans', 'and', 'wide-leg', 'linen', 'trousers', 'only', 'thing', 'is', 'that', 'it', 'does', 'need', 'to', 'air', 'dry', 'or', 'i', 'imagine', 'it', 'will', 'shrink', 'up', 'which', 'would', 'not', 'be', 'good', 'for', 'taller', 'frames', 'i', "'m", 'slim', '5', '8', 'and', 'got', 'an', 'xs', 'and', 'it', 'fits', 'just', 'right', 'the', 'carbon', 'color', 'appears', 'to', 'have', 'hints', 'of', 'blue/purple', 'on', 'screen', 'but', 'it', "'s", 'actually', 'a', 'plain', 'dark', 'gray', ',4,1,2', 'general', 'tops', 'knits'] ['9941,1115,33', 'great', 'purchase', 'great', 'purchase', 'i', 'bought', 'the', 'coat', 'to', 'wear', 'to', 'work.,4,1,1', 'general', 'jackets', 'outerwear'] ['9942,899,73', 'pretty', 'design', 'this', 'cardigan', 'is', 'just', 'the', 'right', 'length', 'i.e', 'not', 'too', 'long', 'as', 'so', 'many', 'are', 'these', 'days', 'but', 'the', 'sleeves', 'are', 'ridiculously', 'long', 'will', 'have', 'to', 'shorten', 'them', 'for', 'sure', 'fabric', 'is', 'definitely', 'not', 'heavy', 'pretty', 'color', 'i', 'do', 'like', 'it', 'overall', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['9943,1035,25', 'waist', 'gets', 'baggy', 'with', 'wear', 'i', 'really', 'liked', 'these', 'jeans', 'initially', 'but', 'by', 'the', 'end', 'of', 'the', 'day', 'the', 'waist', 'is', 'really', 'baggy', 'the', 'fabric', 'stretches', 'with', 'wear', 'and', 'takes', 'a', 'wash', 'to', 'get', 'back', 'to', 'its', 'original', 'shape', ',3,0,1', 'general', 'bottoms', 'jeans'] ['9944,1035,36', 'comfortable', 'and', 'flattering', 'i', 'love', 'these', 'jeans', 'i', 'really', 'like', 'the', 'way', 'they', 'fit', 'and', 'have', "n't", 'had', 'problems', 'with', 'them', 'stretching', 'out', 'like', 'other', 'reviewers', 'have.,5,1,0', 'general', 'bottoms', 'jeans'] ['9945,1080,55', 'cute', 'cute', 'comfortable', 'easy', 'to', 'wear', 'even', 'on', 'my', 'hourglass', 'figure', 'ca', "n't", 'decide', 'the', 'best', 'shoes', 'to', 'wear', 'with', 'this', 'so', 'it', 'does', "n't", 'look', 'frumpy', ',4,1,0', 'general', 'dresses', 'dresses'] ['9946,1035,62', ',best', 'jeans', 'fit', 'is', 'amazing', 'buy', 'them', 'you', 'wo', "n't", 'regret', 'it', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9947,862,52', 'feels', 'like', 'comfy', 'pajamas', 'the', 'smocking', 'is', 'beautiful', 'the', 'fabric', 'is', 'soft', 'and', 'flowy', 'it', 'is', 'not', 'too', 'sheer', 'for', 'work', 'the', 'blouse', 'fits', 'tts', 'i', 'have', 'this', 'in', '3', 'colors', 'and', 'take', 'the', 'xs', 'and', 'have', 'even', 'bought', 'the', 'xxs', 'for', 'reference', 'i', 'am', 'a', '32', 'b.5', '8', 'and', '110lbs', 'it', 'is', 'a', 'nice', 'layering', 'length', 'and', 'is', 'not', 'boxy', 'the', 'armholes', 'fit', 'nicely', 'i', 'wish', 'they', 'still', 'had', 'the', 'blue', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9948,1022,47', 'the', 'perfect', 'pair', 'of', 'jeans', 'the', 'perfect', 'pair', 'i', 'am', '5', '6', '130lb', 'and', 'ordered', 'size', '28', 'and', 'it', 'fits', 'just', 'right', 'it', 'is', 'a', 'little', 'stretchy', 'so', 'molds', 'to', 'your', 'shape', 'the', 'legs', 'are', 'slender', 'but', 'not', 'too', 'fitted', 'no', 'stitching', 'along', 'the', 'seems', 'makes', 'these', 'jeans', 'classy', 'enough', 'to', 'work', 'with', 'a', 'dressy', 'shirt', ',5,1,3', 'general', 'bottoms', 'jeans'] ['9949,1022,46', 'great', 'fit', 'love', 'these', 'jeans', 'fit', 'and', 'style', 'the', 'wash', 'is', 'a', 'makes', 'them', 'almost', 'more', 'navy', 'blue', 'than', 'blue', 'jean', 'color', 'but', 'they', 'are', 'soft', 'and', 'fit', 'perfectly', 'another', 'reviewer', 'described', 'them', 'as', 'mid', 'rise', 'but', 'they', 'do', "n't", 'fit', 'me', 'that', 'way', 'at', 'all', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9950,1022,39', 'wish', 'they', 'were', 'a', 'tad', 'shorter', 'i', 'ordered', 'the', 'petites', 'hoping', 'the', 'length', 'would', 'fits', 'ankle', 'length', 'but', 'htey', 'do', 'go', 'all', 'the', 'way', 'down', 'on', 'a', 'muscular', 'bottom/thighs', 'these', 'a', 'snug', 'on', 'the', 'model', 'they', 'look', 'loose', 'but', 'i', 'still', 'do', 'like', 'them', 'to', 'wear', 'with', 'longer', 'tops', 'i', 'ordered', '25p', 'for', '115lbs', ',4,1,1', 'general', 'bottoms', 'jeans'] ['9951,899,41', 'gorgeous', 'knitted', 'cardi', 'this', 'cardigan', 'did', 'not', 'disappoint', 'i', 'purchased', 'the', 'orange', 'which', 'is', 'a', 'beautiful', 'deep', 'red', 'orange', 'that', 'is', 'perfect', 'for', 'fall', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', 'length', 'of', 'the', 'cardigan', 'is', 'nice', 'hitting', 'at', 'mid', 'hip', 'the', 'ruffles', 'hang', 'well', 'and', 'are', 'not', 'too', 'bulky', 'or', 'overwhelming', 'on', 'my', 'petite', 'frame', 'it', 'looks', 'great', 'from', 'the', 'side', 'as', 'well', 'i', 'love', 'the', 'knitted', 'details', 'the', 'scallops', 'and', 'the', 'subtle', 'gathers', 'the', 'only', 'flaw', 'is', 'that', 'the', 'sleeves', 'are', 'way', 'too', 'long', 'to', 'be', 'practical', 'they', 'come', 'to', 'my', 'fingertips', 'so', 'get', 'in', 'the', 'w', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['9952,1022,39', 'great', 'color', 'these', 'were', 'fabulous', 'and', 'a', 'great', 'color', 'in', 'person', 'true', 'to', 'a', 'normal', 'ag', 'fit', 'i', 'am', '5', '1', 'and', 'the', 'regular', 'size', 'was', 'too', 'long', 'so', 'i', 'am', 'exchanging', 'them', 'for', 'the', 'petite', 'version', 'in', 'the', 'same', 'size', 'really', 'hoping', 'they', 'fit', 'the', 'same', 'as', 'the', 'regular', 'version', ',5,1,1', 'general', 'bottoms', 'jeans'] ['9953,1035,33', 'super', 'comfortable', 'these', 'may', 'be', 'my', 'new', 'go-to', 'pair', 'of', 'jeans', 'they', 'have', 'just', 'enough', 'stretch', 'and', 'softness', 'that', 'i', 'can', 'be', 'comfortable', 'in', 'these', 'all', 'day', 'however', 'i', 'noticed', 'after', 'the', '2nd', 'time', 'i', 'wore', 'them', 'there', 'were', 'pills', 'in', 'the', 'inner', 'thigh', 'area', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9954,1022,40', 'great', 'jeans', 'but', 'i', 'bought', 'my', 'first', 'pair', 'of', 'ag', 'stevie', 'jeans', 'at', 'retailer', 'six', 'years', 'ago', 'and', 'have', 'been', 'in', 'love', 'with', 'them', 'ever', 'since', 'still', 'love', 'the', 'style', 'and', 'fit', 'but', 'have', 'never', 'been', 'able', 'to', 'find', 'another', 'pair', 'made', 'of', 'the', 'same', 'jean', 'material', 'my', 'first', 'pair', 'are', 'just', 'a', 'wear', 'away', 'from', 'having', 'holes', 'and', 'was', 'hoping', 'this', 'new', 'pair', 'would', 'be', 'the', 'perfect', 'replacement', 'but', 'although', 'great', 'just', 'not', 'the', 'same', ',4,1,1', 'general', 'bottoms', 'jeans'] ['9955,1035,58', 'best', 'jeans', 'ever', 'i', 'was', 'so', 'lucky', 'to', 'find', 'these', 'jeans', 'in', 'store', 'yesterday', 'and', 'they', 'are', 'the', 'most', 'comfortable', 'jeans', 'i', "'ve", 'ever', 'had', 'the', 'fit', 'is', 'amazing', 'and', 'wish', 'they', 'were', "n't", 'sold', 'out', 'online', 'or', 'i', 'would', 'buy', 'more', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9956,1022,39', 'i', 'just', 'received', 'these', 'jeans', 'and', 'the', 'fit', 'it', 'good', 'but', 'they', 'smell', 'like', 'moth', 'balls', 'and', 'i', 'have', 'washed', 'them', 'twice', 'already', 'i', 'hope', 'it', 'will', 'go', 'away', 'otherwise', 'i', 'wasted', '100', ',3,0,0', 'general', 'bottoms', 'jeans'] ['9957,1022,37', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['9958,1111,31', 'very', 'romantic', 'and', 'pretty', 'i', 'bought', 'this', 'dress', 'for', 'my', 'upcoming', 'rehearsal', 'dinner', 'in', 'early', 'fall', 'i', 'love', 'the', 'romantic', 'lace', 'and', 'ivory', 'color', 'for', 'the', 'occasion', 'i', 'ordered', 'my', 'typical', 'size', '10.', 'it', 'hits', 'me', 'right', 'where', 'it', 'does', 'on', 'the', 'model', 'and', 'it', 'fits', 'well', 'on', 'top', 'but', 'the', 'dress', 'bells', 'more', 'than', 'the', 'images', 'let', 'on', 'i', 'did', "n't", 'want', 'to', 'size', 'down', 'in', 'fear', 'that', 'the', 'neck', 'would', 'be', 'too', 'tight', 'so', 'i', 'took', 'it', 'to', 'an', 'alterations', 'specialist', 'to', 'get', 'a', 'lot', 'of', 'the', 'lace', 'fabric', 'trimmed', 'off', 'she', 'took', 'it', 'in', 'a', 'little', 'at', 'the', 'waste', 'and', 'the', 'underarm', 'and', 'hacked', 'q', ',4,1,2', 'general', 'dresses', 'dresses'] ['9959,1022,32', 'fits', 'like', 'a', 'glove', 'these', 'pants', 'fit', 'wonderfully', 'perfect', 'for', 'casual', 'day', 'i', 'had', 'planned', 'at', 'a', 'music', 'festival', 'when', 'it', 'was', 'still', 'a', 'little', 'chilly', 'out', 'they', 'fit', 'just', 'like', 'my', 'skinny', 'ag', 'jeans', 'but', 'have', 'a', 'more', 'relaxed', 'feel', 'in', 'that', 'they', 'uber', 'skinny', 'held', 'up', 'well', 'all', 'day', ',4,1,0', 'general', 'bottoms', 'jeans'] ['9960,1035,33', 'look', 'and', 'fit', 'great', 'but', 'low', 'quality', 'i', 'love', 'pilcro', 'jeans', 'and', 'usually', 'wear', 'the', 'stet', 'fit', 'this', 'is', 'the', 'first', 'pair', 'that', 'i', "'ve", 'owned', 'that', 'had', 'so', 'much', 'stretch', 'they', 'stretch', 'and', 'do', 'lose', 'their', 'shape', 'slightly', 'but', 'bounce', 'back', 'after', 'a', 'wash.', 'my', 'main', 'complaint', 'may', 'be', 'stretch-related', 'after', 'the', 'first', 'wear', 'the', 'inner', 'thigh', 'area', 'was', 'covered', 'in', 'pills', 'granted', 'my', 'inner', 'thighs', 'touch', 'when', 'i', 'walk', 'but', 'this', 'has', 'never', 'happened', 'with', 'any', 'other', 'pair', 'of', 'pilcro', 'that', 'i', "'ve", 'owned', 'i', 'still', 'have', 'a', 'pair', 'of', 'black', 'stet', 'that', 'i', 'bought', '4yrs', 'ago', 'and', 'they', "'ve", 'never', 'shown', ',4,0,5', 'general', 'bottoms', 'jeans'] ['9961,1022,29', 'not', 'great', 'fit', 'for', 'those', 'with', 'long', 'legs', 'i', 'finally', 'ordered', 'a', 'pair', 'of', 'these', 'jeans', 'after', 'seeing', 'so', 'many', 'rave', 'reviews', 'and', 'when', 'they', 'went', 'on', 'sale', 'i', "'m", 'leaving', 'this', 'review', 'for', 'women', 'who', 'share', 'my', 'body', 'type'] [] ['i', "'m", 'slim', 'with', 'longer', 'legs', 'and', 'do', "n't", 'really', 'have', 'curves', 'i', 'typically', 'do', "n't", 'purchase', 'jeans', 'with', 'an', 'inseam', 'shorter', 'than', '30', 'for', 'reference', 'i', 'really', 'love', 'the', 'fit', 'of', 'paige', 'and', 'm.i.h', 'jeans'] [] ['these', 'jeans', 'have', 'an', 'inseam', 'of', '31', 'which', 'i', 'thought', 'would', 'be', 'fine', 'but', 'for', 'me', 'the', 'cut', 'was', "n't", 'flattering', 'at', 'all', 'i', 'typically', 'look', 'for', 'jeans', 'that', ',2,0,1', 'general', 'bottoms', 'jeans'] ['9962,1111,31', 'love', 'this', 'dress', 'i', 'am', '6', '2', 'and', 'athletically', 'built', 'and', 'i', 'usually', 'have', 'issues', 'with', 'dresses', 'being', 'long', 'enough', 'for', 'me', 'but', 'this', 'beauty', 'has', 'the', 'perfect', 'fit', 'and', 'perfect', 'length', 'it', 'is', 'very', 'flattering', 'the', 'weight', 'of', 'the', 'dress', 'allows', 'it', 'to', 'move', 'with', 'you', 'it', 'is', 'form-fitting', 'but', 'loose', 'at', 'the', 'same', 'time', 'so', 'your', 'body', 'does', "n't", 'look', 'lost', 'in', 'the', 'material', 'you', 'can', 'dress', 'it', 'up', 'with', 'heels', 'or', 'wear', 'it', 'with', 'boots', 'or', 'sandals', 'to', 'be', 'a', 'bit', 'more', 'casual', ',5,1,0', 'general', 'dresses', 'dresses'] ['9963,862,43', 'make', 'it', 'in', 'more', 'colors', 'this', 'is', 'one', 'of', 'the', 'best', 'tops', 'i', "'ve", 'ordered', 'it', 'fits', 'well', 'it', 'can', 'be', 'worn', 'dressy', 'or', 'casual', 'what', 'is', 'pictured', 'is', 'what', 'you', 'get', 'if', 'you', 'are', 'considering', 'this', 'top', 'it', 'can', 'be', 'worn', 'all', 'year', 'round', 'the', 'price', 'is', 'not', 'outrageous', 'and', 'the', 'quality', 'seems', 'it', 'could', 'last', 'for', 'more', 'than', 'one', 'season', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['9964,899,57', 'interesting', 'cut', 'interesting', 'and', 'different', 'cut', 'sleeves', 'are', 'very', 'long', 'as', 'pictured', 'and', 'that', 'goes', 'for', 'xs', 'and', 'i', 'have', 'long', 'arms', '-hit', 'the', 'end', 'of', 'fingertips', 'the', 'orange', 'is', 'burnt', 'orange', 'and', 'on', 'the', 'brighter', 'side', 'did', "n't", 'really', 'work', 'for', 'me', '-did', "n't", 'want', 'to', 'be', 'bothered', 'with', 'the', 'sleeve', 'thang.,4,1,2', 'general', 'tops', 'fine', 'gauge'] ['9965,1080,34', 'foiled', 'once', 'again', 'by', 'my', 'petite-ness', 'i', 'ordered', 'this', 'in', 'a', 'small', 'petite', 'with', 'tracy', 'reese', 'i', 'never', 'really', 'know', 'what', 'to', 'expect', 'in', 'terms', 'of', 'sizing', 'i', "'m", '5', 'ft', 'tall', 'about', '118', 'pounds', 'i', "'m", 'in', 'between', 'a', '4', 'petite', 'and', 'a', '6', 'petite', 'depending', 'on', 'the', 'brand', 'broad', 'shouldered', 'slim', 'hipped', 'and', 'very', 'short', 'waisted', 'i', 'found', 'this', 'dress', 'to', 'fit', 'a', 'little', 'large', 'it', 'was', 'quite', 'shapeless', 'on', 'me', 'though', 'i', 'did', 'like', 'the', 'wide', 'scoop', 'neck'] [] ['i', "'m", 'sending', 'this', 'back', 'sadly', 'quality', 'is', 'nice', 'though', 'a', 'bit', 'thin', 'for', 'winter', 'time', ',3,1,2', 'general', 'dresses', 'dresses'] ['9966,1111,39', ',take', 'a', 'look', 'at', 'this', 'dress', 'in', 'person', 'or', 'on', 'instagram', 'the', 'model', 'photos', 'on', 'this', 'website', 'make', 'it', 'look', 'washed', 'out', 'and', 'bridal', 'irl', 'the', 'lace', 'is', 'a', 'gorgeous', 'ivory', 'tone', 'that', 'looks', 'great', 'casual', 'and', 'dressed', 'up', 'i', "'ll", 'be', 'wearing', 'this', 'with', 'leather', 'and', 'denim', 'i', 'chose', 'the', 'smallest', 'of', 'my', 'size', 'range', 'and', 'it', 'fits', 'very', 'comfortably', 'if', 'you', 'are', 'busty', 'you', 'may', 'want', 'to', 'size', 'up', 'i', 'am', '135', '36c', '38/27/35', 'and', 'i', 'bought', 'size', '8.,5,1,0', 'general', 'dresses', 'dresses'] ['9967,899,42', 'bulky', 'and', 'itchy', 'this', 'is', 'really', 'cute', 'but', 'does', 'run', 'large', 'if', 'your', 'in', 'between', 'sizes', 'size', 'down', 'the', 'fabric', 'at', 'the', 'front', 'is', 'super', 'bulky', 'but', 'with', 'a', 'smaller', 'size', 'could', 'be', 'ok', 'it', 'is', 'so', 'itchy', 'imo', 'uncomfotably', 'so', 'i', 'would', 'have', 'returned', 'for', 'a', 'smaller', 'size', 'had', 'it', 'not', 'been', 'so', 'uncomfortable', 'ugh', 'why', 'i', 'loved', 'the', 'sleeves', 'very', 'cute', 'bell', 'and', 'the', 'back', 'hung', 'nicely', 'they', 'need', 'to', 'make', 'this', 'in', 'a', 'cotton', 'vocoder', 'and', 'no', 'wool', 'loved', 'bit', 'couldnt', 'bear', 'it', ',3,0,2', 'general', 'tops', 'fine', 'gauge'] ['9968,1062,30', 'interesting', 'cut', 'these', 'have', 'a', 'very', 'interesting', 'cut', 'it', 'seems', 'like', 'they', 'were', 'made', 'for', 'someone', 'extremely', 'tall', 'i', "'m", 'about', '5', '5', 'and', 'the', 'size', '4', 'fit', 'in', 'the', 'waist', 'but', 'fell', 'way', 'below', 'where', 'they', 'do', 'on', 'the', 'model', 'on', 'the', 'picture', 'it', "'s", 'hard', 'to', 'imagine', 'who', 'they', 'would', 'look', 'good', 'on', 'they', "'re", 'also', 'very', 'poofy', 'right', 'below', 'the', 'waist', ',2,0,0', 'general', 'bottoms', 'pants'] ['9969,1022,32', 'i', 'returned', 'it', 'it', 'is', 'a', 'good', 'item', 'just', 'not', 'what', 'i', 'was', 'looking', 'for', 'if', 'you', 'want', 'a', 'medium', 'waist', 'and', 'straight', 'at', 'the', 'bottom', 'it', 'is', 'great', 'i', 'am', 'more', 'of', 'a', 'high', 'waist', 'skinny', 'bottom', ',4,1,1', 'general', 'bottoms', 'jeans'] ['9970,1035,30', 'perfect', 'for', 'petites', 'please', 'keep', 'making', 'these', 'i', 'just', 'tried', 'these', 'jeans', 'on', 'out', 'of', 'the', 'box', 'and', 'they', 'fit', 'like', 'a', 'dream', 'i', "'m", '5', '0', '100lbs', 'and', 'the', '25petite', 'my', 'usual', 'size', 'fit', 'me', 'exactly', 'right', 'as', 'full-length', 'skinny', 'jeans', 'they', 'taper', 'perfectly', 'no', 'hemming', 'required', 'they', 'are', 'super', 'comfy', 'and', 'nice', 'and', 'thick', 'they', 'feel', 'durable', 'and', 'high', 'quality'] [] ['two', 'suggestions', 'for', 'improvement', '1', 'i', 'wish', 'is', 'that', 'they', 'were', 'a', 'uniform', 'dark', 'blue', 'wash', 'but', 'the', 'fadng', 'and', 'whiskering', 'is', 'barely', 'noticeable', '2', 'i', 'also', 'wish', 'they', "'d", 'place', 'the', 'butt', 'pockets', 'a', 'little', 'higher', 'especia', ',5,1,1', 'general', 'bottoms', 'jeans'] ['9971,1080,19', ',great', 'spring', 'colors', 'that', 'you', 'really', 'can', 'wear', 'just', 'about', 'any', 'time', 'of', 'year', 'with', 'the', 'right', 'foot', 'wear', 'the', 'fabric', 'is', 'a', 'fluid', 'jersey', 'that', 'drapes', 'well', 'the', 'neck', 'line', 'is', 'a', 'substantial', 'scoop', 'which', 'is', 'very', 'flattering', 'i', 'am', 'very', 'happy', 'with', 'this', 'online', 'purchase', ',5,1,2', 'general', 'dresses', 'dresses'] ['9972,990,52', 'not', 'as', 'advertised', 'there', 'is', 'no', 'back', 'zip', 'on', 'this', 'skirt', 'and', 'therefore', 'it', 'does', 'not', 'lay', 'flat', 'as', 'it', 'would', 'if', 'there', 'were', 'a', 'zip', 'instead', 'it', 'has', 'an', 'elastic', 'waist', 'it', 'is', 'very', 'nice', 'quality', 'but', 'i', 'never', 'would', 'have', 'purchased', 'this', 'skirt', 'if', 'i', 'knew', 'it', 'had', 'an', 'elastic', 'waist', 'i', 'am', '5', '6', 'and', 'a', 'size', '6.', 'it', 'runs', 'a', 'bit', 'large', 'i', 'think', 'this', 'is', 'due', 'to', 'the', 'elastic', 'waste', ',3,0,5', 'general', 'bottoms', 'skirts'] ['9973,1111,64', 'never', 'say', 'never', 'i', 'did', 'not', 'even', 'pause', 'over', 'this', 'dress', 'on', 'line', 'a', 'white', 'lace', 'dress', 'now', 'well', 'my', 'local', 'retailer', 'at', 'lenox', 'atlanta', 'which', 'has', 'a', 'petites', 'department', 'had', 'this', 'dress', 'in', 'the', 'window', 'with', 'a', 'jean', 'jacket', 'being', 'a', 'lace', 'geek', 'i', 'went', 'in', 'to', 'find', 'it', 'i', 'am', 'a', 'big', 'fan', 'of', 'the', 'feminine', 'and', 'dressy', 'dressed', 'down', 'great', 'window', 'display', 'idea'] [] ['this', 'picture', 'does', 'not', 'do', 'anything', 'for', 'the', 'dress', 'except', 'wash', 'out', 'the', 'true', 'color', 'the', 'lining', 'is', 'ivory', 'that', 'vintage', 'sepia', 'photo', 'look', 'ivory', 'the', 'lace', 'is', 'lovely', 'ivory', 'too', 'and', 'the', ',5,1,14', 'general', 'dresses', 'dresses'] ['9974,1035,46', 'great', 'winter', 'jeans', 'love', 'these', 'pilcro', 'jeans', 'my', 'usual', 'size', 'fit', 'nice', 'like', 'skinny', 'jeans', 'i', 'know', 'if', 'i', 'had', 'gone', 'down', 'a', 'size', 'they', 'would', 'look', 'too', 'tight', 'in', 'the', 'legs', 'they', 'are', 'not', 'supposed', 'to', 'be', 'leggings', 'they', 'did', 'not', 'stretch', 'out', 'too', 'much', 'all', 'day', 'slightly', 'in', 'the', 'waist', 'not', 'enough', 'to', 'size', 'down', 'the', 'dark', 'color', 'is', 'perfect', 'for', 'winter', 'they', 'are', 'very', 'comfortable', 'love', 'pilcro', 'jeans', ',5,1,0', 'general', 'bottoms', 'jeans'] ['9975,1028,26', 'i', 'think', 'i', 'like', 'these', 'they', 'fit', 'over', 'my', 'fatty', 'belly', 'and', 'make', 'my', 'legs', 'look', 'good', 'comfy', 'nice', 'and', 'not', 'cheezy', 'with', 'a', 'bunch', 'of', "'look", 'more', 'than', 'i', 'would', 'normally', 'pay', 'but', 'i', 'like', 'them', ',5,1,4', 'general', 'bottoms', 'jeans'] ['9976,864,35', 'how', 'could', 'you', 'say', 'no', 'to', 'this', 'shirt', 'it', "'s", 'amazing'] [] ['i', 'did', 'size', 'down', 'on', 'this', 'one', 'but', 'i', 'did', "n't", 'have', 'to', 'that', 'depends', 'on', 'the', 'kind', 'of', 'fit', 'you', 'are', 'looking', 'for', 'sizing', 'down', 'did', 'make', 'the', 'shirt', 'more', 'form', 'fitting', 'in', 'my', 'chest', 'area', 'but', 'also', 'did', 'make', 'the', 'garment', 'somewhat', 'less', 'comfortable', 'in', 'the', 'armpit', 'area', 'for', 'being', 'tighter', 'but', 'not', 'too', 'tight', 'my', 'normal', 'size', 'would', 'have', 'alleviated', 'this', 'problem', 'but', 'also', 'would', 'have', 'left', 'the', 'shirt', 'with', 'not', 'a', 'whole', 'lot', 'of', 'shape', 'i', 'opted', 'to', 'have', 'a', 'little', 'shape', 'and', 'deal', 'with', 'the', 'fabric', 'slightly', 'digging', 'into', 'my', ',5,1,7', 'general', 'tops', 'knits'] ['9977,965,20', 'eye', 'spy', 'a', 'great', 'vest', 'i', 'purchased', 'this', 'in', 'my', 'usual', 'small', 'size', '4-6', 'and', 'it', 'fits', 'just', 'the', 'way', 'it', 'shows', 'in', 'the', 'photo', 'it', 'is', 'very', 'flowy', 'which', 'is', 'th', 'point', 'i', 'wore', 'it', 'over', 'a', 'black', 'romper', 'and', 'it', 'looked', 'great', 'i', 'can', 'also', 'wear', 'with', 'jeans', 'and', 'a', 'simple', 'black', 'tank', 'keep', 'the', 'vest', 'open', 'or', 'use', 'the', 'hook', 'and', 'eye', 'and', 'close', 'it', 'up', 'seeing', 'the', 'black', 'through', 'the', 'sheer', 'white', 'is', 'simply', 'dreamy'] ['glad', 'i', 'purchased', 'it', 'during', 'the', 'sale', 'on', 'sale', 'promotion', 'it', 'is', 'a', 'classic', 'piece', 'for', 'sure', ',4,1,4', 'general', 'jackets', 'jackets'] ['9978,1110,37', 'pretty', 'but', 'photo', 'misleading', 'this', 'is', 'a', 'very', 'pretty', 'delicate', 'comfortable', 'dress', 'i', 'think', 'it', 'fits', 'tts', 'maybe', 'even', 'a', 'little', 'large', 'i', 'got', 'the', 'ps', 'which', 'is', 'my', 'usual', 'size', 'and', 'it', 'fit', 'perfectly'] ['the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'the', 'photo', 'is', 'misleading', 'on', 'the', 'dress', 'i', 'received', 'there', 'was', 'nothing', 'to', 'hook', 'the', 'buttons', 'into', 'no', 'loops', 'as', 'in', 'the', 'photo', 'so', 'the', 'whole', 'front', 'of', 'the', 'dress', 'has', 'to', 'be', 'unbuttoned', 'i', 'wish', 'i', 'was', 'able', 'to', 'button', '1', 'or', '2', 'as', 'in', 'the', 'photo', ',4,1,17', 'general', 'dresses', 'dresses'] ['9979,1110,60', 'fun', 'and', 'flowing', 'this', 'cute', 'dress', 'has', 'a', 'built', 'in', 'slip', 'so', 'no', 'need', 'for', 'a', 'slip', 'i', 'think', 'it', 'has', 'a', 'flattering', 'fit', 'and', 'the', 'colors', 'are', 'pretty'] ['i', 'feel', 'like', 'i', 'could', 'wear', 'this', 'dress', 'to', 'a', 'shower', 'out', 'to', 'dinner', 'or', 'just', 'for', 'a', 'fun', 'look', 'to', 'shop', 'on', 'a', 'nice', 'day', ',5,1,0', 'general', 'dresses', 'dresses'] ['9980,1110,36', 'omg', 'so', 'gorgeous', 'just', 'buy', 'this', 'dress', 'the', 'slip', 'the', 'hem', 'the', 'print', 'everything', 'about', 'it', ',5,1,9', 'general', 'dresses', 'dresses'] ['9981,1110,39', 'easy', 'breezy', 'love', 'everything', 'about', 'the', 'dress', 'my', 'only', 'issue', 'is', 'when', 'i', 'washed', 'it', 'cold', 'water', 'and', 'hand', 'wash', 'cycle', 'is', 'shrank', 'about', 'a', 'half', 'a', 'size', 'i', 'only', 'washed', 'the', 'inner', 'slip', 'portion', 'and', 'let', 'it', 'air', 'dry', 'as', 'well', 'so', 'its', 'fits', 'a', 'little', 'snug', 'but', 'fortunately', 'the', 'outer', 'part', 'is', 'very', 'flowy', 'so', 'it', 'does', "n't", 'look', 'too', 'tight', ',4,1,0', 'general', 'dresses', 'dresses'] ['9982,1110,36', ',,5,1,0', 'general', 'dresses', 'dresses'] ['9983,1110,25', 'gorgeous', 'and', 'sexy', 'best', 'dress', 'ever', 'maeve', 'does', 'it', 'again', 'tts', 'and', 'can', 'be', 'worn', 'all', '3', 'seasons', 'here', 'in', 'sacramento'] ['love', 'it', 'and', 'can', 'be', 'worn', 'with', 'a', 'denim', 'jacket', 'or', 'cardigan', ',5,1,30', 'general', 'dresses', 'dresses'] ['9984,1110,27', 'love', 'it', 'such', 'a', 'cute', 'dress', 'i', 'ordered', 'the', 'black', 'version', 'i', "'m", 'large', 'busted', 'dd', 'and', 'the', 'slip', 'thankfully', 'fit', 'sometimes', 'it', 'does', "n't", 'i', "'m", '5', '4', 'and', 'went', 'ahead', 'with', 'the', 'regular', 'not', 'petite', 'version', 'and', 'i', 'have', 'to', 'say', 'i', 'think', 'the', 'petite', 'would', 'have', 'been', 'too', 'short', 'the', 'dress', 'comes', 'to', 'the', 'top', 'of', 'my', 'knees', 'as', 'photographed', 'on', 'the', 'model', 'highly', 'recommend', ',5,1,2', 'general', 'dresses', 'dresses'] ['9985,1110,59', 'adorable', 'dress', 'saw', 'this', 'in', 'the', 'catalog', 'and', 'had', 'to', 'have', 'it', 'i', 'paid', 'full', 'price', 'while', 'the', 'buttons', 'are', "n't", 'functional', 'it', 'is', 'not', 'too', 'revealing', 'i', 'work', 'in', 'a', 'casual', 'office', 'and', 'it', 'will', 'be', 'perfectly', 'appropriate', 'especially', 'paired', 'with', 'a', 'jean', 'jacket', 'the', 'length', 'is', 'right', 'above', 'knee', 'i', 'am', '5', '6', '122', 'and', 'went', 'with', 'the', 'xs', ',5,1,2', 'general', 'dresses', 'dresses'] ['9986,1110,55', 'simple', 'and', 'cute', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'still', 'look', 'good', 'in', 'it', 'i', 'wear', 'leggings', 'under', 'it', 'to', 'keep', 'my', 'legs', 'warm', 'since', 'the', 'material', 'is', 'thin', 'and', 'i', 'live', 'near', 'the', 'ocean', 'this', 'is', 'my', 'new', 'standard', 'summer', 'dress', 'i', 'bought', 'an', 'xxs', 'since', 'i', 'am', 'petite', 'weighing', '95lbs', 'and', 'stand', '5', '1', ',5,1,2', 'general', 'dresses', 'dresses'] ['9987,863,44', 'hits', 'the', 'mark', 'this', 'tshirt', 'hits', 'at', 'a', 'great', 'length', 'not', 'too', 'long', 'so', 'it', 'does', "n't", 'make', 'me', 'feel', 'top', 'heavy', 'but', 'it', 'flows', 'enough', 'to', 'hide', 'any', 'imperfections', 'i', 'ordered', 'a', 'medium.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['9988,1110,30', 'cute', 'and', 'comfortable', 'i', 'just', 'received', 'this', 'dress', 'after', 'ordering', 'it', 'online', 'and', 'i', "'m", 'already', 'in', 'love', 'the', 'fit', 'is', 'perfect', 'i', 'tend', 'to', 'have', 'issues', 'with', 'bust', 'areas', 'of', 'dresses', 'being', 'too', 'small', 'and', 'this', 'fits', 'just', 'right', 'the', 'material', 'is', 'light', 'and', 'perfect', 'for', 'southwest', 'florida.,5,1,3', 'general', 'dresses', 'dresses'] ['9989,1110,38', 'pretty', 'but', 'shapeless', 'this', 'dress', 'is', 'pretty', 'but', 'there', 'were', 'a', 'few', 'things', 'i', 'disliked'] [] ['the', 'overdress', 'is', 'fairly', 'shapeless', 'however', 'the', 'slip', 'is', 'fitted', 'and', 'well', 'above', 'the', 'knee', 'since', 'the', 'overdress', 'is', 'sheer', 'the', 'shortness', 'of', 'the', 'slip', 'is', 'visible', 'the', 'fabric', 'of', 'the', 'overdress', 'felt', 'rough', 'on', 'my', 'skin', 'i', 'did', 'like', 'the', 'contrast', 'of', 'textures', 'between', 'the', 'overdress', 'the', 'slip', 'and', 'the', 'lace', 'finally', 'as', 'other', 'reviewers', 'have', 'shared', 'the', 'buttons', 'are', 'not', 'functional', 'and', 'the', 'v-neck', 'of', 'the', 'overdress', 'is', 'deep'] [] ['i', 'recommend', 'trying', 'the', 'dress', ',3,0,0', 'general', 'dresses', 'dresses'] ['9990,965,48', 'flowy', 'and', 'fun', 'i', 'recently', 'purchased', 'this', 'vest', 'and', 'unlike', 'other', 'reviews', 'i', 'found', 'it', 'to', 'be', 'tts', 'with', 'that', 'being', 'said', 'i', 'am', 'typically', 'a', 'medium', 'in', 'retailer', 'tops', 'or', '8/10', 'i', 'have', 'broad', 'shoulders', '5', '9', '145lbs', 'i', 'purchased', 'the', 'medium', 'and', 'it', 'fit', 'perfect', 'through', 'the', 'shoulders', 'it', 'is', 'meant', 'to', 'be', 'flowy', 'and', 'gives', 'some', 'volume', 'in', 'a', 'good', 'way', 'if', 'that', "'s", 'the', 'look', 'you', 'are', 'going', 'for', 'this', 'is', 'the', 'top', 'for', 'you', 'had', 'i', 'gone', 'down', 'a', 'size', 'i', 'would', 'not', 'have', 'been', 'able', 'to', 'hook', 'the', 'top', 'i', 'am', 'going', 'to', 'be', 'wearing', 'this', 'with', 'blue', 'jeans', 'and', 'white', 's', ',4,1,0', 'general', 'jackets', 'jackets'] ['9991,1110,33', 'one', 'of', 'my', 'favorites', 'absolutely', 'love', 'everything', 'about', 'this', 'dress', 'i', "'m", '5', '9', '138lbs', 'purchased', 'a', 'small', 'hits', 'just', 'slightly', 'above', 'the', 'knee', 'has', 'a', 'fun', 'flow', 'to', 'it', 'absolutely', 'love', 'the', 'chest', 'detail', 'cute', 'buttons', 'and', 'the', 'embroidered', 'detail', 'is', 'amazing', ',5,1,0', 'general', 'dresses', 'dresses'] ['9992,1110,53', 'so', 'cute', 'i', 'get', 'tons', 'of', 'compliments', 'whenever', 'i', 'wear', 'it', 'very', 'comfortable', 'i', 'ordered', 'a', 'petite', 'l', 'and', 'it', "'s", 'a', 'little', 'big', 'i', 'usually', 'buy', 'the', 'petite', 'm', 'but', 'due', 'to', 'the', 'under', 'slip', 'i', 'was', "n't", 'sure', ',5,1,0', 'general', 'dresses', 'dresses'] ['9993,1110,37', 'hand', 'wash', 'slip', 'this', 'dress', 'is', 'wonderful', 'word', 'to', 'the', 'wise', 'it', 'says', 'that', 'you', 'can', 'machine', 'wash', 'the', 'dress', 'on', 'cold', 'which', 'i', 'did', 'the', 'dress', 'came', 'out', 'fine', 'but', 'the', 'slip', 'is', 'now', 'basically', 'a', 'shirt', 'there', 'are', 'no', 'washing', 'instructions', 'on', 'the', 'slip', 'but', 'i', 'assumed', 'it', 'would', 'be', 'the', 'same', 'it', 'is', 'not', 'it', 'still', 'looks', 'ok', 'under', 'the', 'top', 'part', 'but', 'i', 'will', 'have', 'to', 'wear', 'a', 'half', 'slip', 'under', 'the', 'bottom', ',5,1,0', 'general', 'dresses', 'dresses'] ['9994,1110,45', ',this', 'is', 'a', 'great', 'dress', 'very', 'different', 'and', 'light', 'but', 'cute', 'details,5,1,0', 'general', 'dresses', 'dresses'] ['9995,1110,60', 'cute', 'but', 'runs', 'large', 'this', 'dress', 'is', 'quite', 'adorable', 'the', 'pattern', 'slip', 'and', 'bottom', 'lace', 'trim', 'are', 'very', 'nice', 'i', 'found', 'that', 'this', 'ran', 'large', 'particularly', 'in', 'the', 'bust', 'i', 'am', 'a', '34c', 'and', 'felt', 'that', 'the', 'xs', 'was', 'still', 'a', 'bit', 'too', 'big', 'i', 'decided', 'to', 'pass', 'due', 'to', 'the', 'fit', 'and', 'the', 'price', 'but', 'i', 'will', 're-visit', 'if', 'it', 'makes', 'it', 'to', 'the', 'sale', 'room', 'also', 'note', 'that', 'the', 'front', 'buttons', 'are', 'purely', 'decorative', 'and', 'ca', "n't", 'be', 'buttoned', 'to', 'tighten', 'the', 'top', 'up', ',4,1,1', 'general', 'dresses', 'dresses'] ['9996,1110,41', 'lovely', 'dress', 'love', 'this', 'dress', 'bodice', 'and', 'lace', 'at', 'bottom', 'gives', 'is', 'a', 'cute', 'layered', 'look', 'there', 'are', 'buttons', 'on', 'the', 'front', 'see', 'pic', 'but', 'it', 'does', 'not', 'button', 'up', 'i', "'m", 'a', 'bit', 'on', 'the', 'hippy', 'side', 'physically', 'hippy', 'that', 'is', 'and', 'this', 'dress', 'did', 'a', 'great', 'job', 'of', 'downplaying', 'my', 'hips', 'i', "'m", '5', '4', 'and', 'this', 'dress', 'hit', 'just', 'above', 'my', 'knees', 'a', 'bit', 'longer', 'than', 'on', 'the', 'model', 'in', 'the', 'photo', 'would', 'look', 'cute', 'with', 'a', 'jean', 'or', 'military', 'jacket', 'i', 'am', 'wearing', 'a', 'small', '5', '4', '130lbs', '32b', 'chest', ',5,1,3', 'general', 'dresses', 'dresses'] ['9997,863,42', 'gorgeous', 'the', 'cut', 'is', 'perfect', 'and', 'the', 'rose', 'color', 'is', 'so', 'pretty', 'it', 'fits', 'like', 'the', 'typical', 'left', 'of', 'center', 'sizing', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['9998,863,47', 'perfect', 'tee', 'i', 'love', 'this', 'shirt', 'so', 'i', 'bought', 'both', 'colors', 'i', 'wish', 'they', 'had', 'more', 'colors', 'fits', 'great', 'and', 'very', 'comfy.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['9999,817,49', 'flight', 'pattern', 'tunic', 'i', 'adore', 'this', 'top', 'it', "'s", 'comfortable', 'and', 'cute', 'the', 'sleeve', 'length', 'is', 'great', 'for', 'wearing', 'bracelets', 'it', "'s", 'well-made', 'just', 'perfect.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['10000,863,65', 'do', "n't", 'recommend', 'this', 't', 'is', 'a', 'beautiful', 'color', 'and', 'i', 'wish', 'it', 'had', 'worked', 'it', 'is', 'quite', 'flimsy', 'however', 'very', 'thin', 'cotton', 'fabric', 'without', 'the', 'nice', 'drape', 'that', 'would', 'have', 'made', 'this', 'look', 'good', 'on', 'i', 'also', 'think', 'it', 'should', 'have', 'been', 'cut', 'a', 'little', 'longer', 'it', 'flares', 'out', 'right', 'at', 'the', 'hips', 'so', 'instead', 'of', 'covering', 'them', 'it', 'highlights', 'them', 'i', "'m", 'disappointed', 'and', 'am', 'returning', 'it', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['10001,1110,35', 'fun', 'feminine', 'versatile', 'this', 'dress', 'is', 'my', 'new', 'favorite', 'the', 'style', 'is', 'trendy', 'and', 'feminine', 'while', 'forgiving', 'in', 'the', 'tummy', 'area', 'without', 'looking', 'maternity', 'or', 'too', 'baggy', 'it', 'is', 'so', 'versatile', 'because', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'it', "'s", 'a', 'great', 'transitional', 'dress', 'b/c', 'once', 'it', 'cools', 'down', 'it', 'will', 'look', 'great', 'with', 'a', 'denim', 'jacket', 'cardi', 'booties', 'etc', 'i', 'normally', 'wear', 'a', 'm', 'sometimes', 'a', 'l', 'i', "'m", '5', '7', '36dd', 'but', 'the', 'm', 'fits', 'great', 'the', 'slip', 'is', 'a', 'little', 'snug', 'across', 'the', 'chest', 'but', 'i', 'definitely', 'could', "n't", 'size', 'up', 'b/c', 'then', 'the', 'dress', 'would', 'be', 'too', 'bi', ',5,1,0', 'general', 'dresses', 'dresses'] ['10002,1028,42', 'perfect', 'high', 'rise', 'citizens', 'of', 'humanity', 'jeans', 'are', 'excellent', 'i', 'prefer', 'high', 'rise', 'this', 'brand', 'is', 'my', 'favorite', 'i', 'like', 'the', 'clean', 'lines', 'plain', 'design', 'the', 'material', 'is', 'comfortable-', 'substantial', 'with', 'just', 'enough', 'stretch', 'in', 'the', 'material', 'which', 'makes', 'them', 'super', 'comfortable', 'i', "'m", 'not', 'constantly', 'pulling', 'these', 'jeans', 'up', 'they', 'hold', 'their', 'shape', 'really', 'well', 'wash', 'well', 'too', 'they', 'run', 'tts', ',5,1,4', 'general', 'bottoms', 'jeans'] ['10003,589,35', 'just', 'what', 'i', 'wanted', 'could', 'not', 'wait', 'to', 'try', 'this', 'on', 'when', 'it', 'arrived', 'jumpers', 'are', 'tricky', 'in', 'the', 'way', 'they', 'can', 'ride', 'up', 'and', 'become', 'unflattering', 'not', 'the', 'case', 'here', 'i', 'usually', 'wear', 'a', 'size', '8', 'but', 'i', 'decided', 'to', 'order', 'a', 'size', 'down', 'for', 'a', 'size', '6.', 'i', 'am', '5', '5', 'and', '150', 'lb', 'being', 'the', 'fact', 'that', 'i', 'am', 'in', 'the', 'midst', 'of', 'losing', 'weight', 'i', 'thought', 'i', 'would', 'rather', 'it', 'be', 'more', 'snug', 'and', 'this', 'really', 'was', 'just', 'right', 'the', 'pockets', 'make', 'it', 'casual', 'and', 'cute', 'while', 'the', 'print', 'and', 'bare', 'shoulder', 'make', 'it', 'fresh', 'and', 'chic', 'you', 'will', 'love', ',5,1,8', 'general', 'petite', 'bottoms', 'pants'] ['10004,1110,59', 'lovely', 'but', 'not', 'quite', 'as', 'pictured', 'this', 'is', 'a', 'charming', 'dress', 'with', 'lots', 'of', 'quality', 'touches', 'and', 'something', 'which', 'is', 'easy', 'to', 'wear', 'and', 'appropriate', 'for', 'many', 'occasions', 'however', 'the', 'dress', 'i', 'received', 'was', "n't", 'quite', 'like', 'the', 'dress', 'pictured', 'in', 'the', 'catalog', 'and', 'main', 'website', 'photos', 'the', 'bottom', 'buttons', 'of', 'the', 'over-dress', 'do', 'not', 'have', 'matching', 'holes', 'so', 'you', 'ca', "n't", 'button', 'it', 'this', 'makes', 'the', 'v', 'lower', 'and', 'the', 'bodice', 'looser', 'it', 'is', 'like', 'the', 'photo', 'with', 'the', 'brunette', 'model', 'on', 'the', 'website', 'rather', 'than', 'the', 'primary', 'photos', 'with', 'the', 'blonde', 'lady', 'personally', 'i', 'w', ',4,1,2', 'general', 'dresses', 'dresses'] ['10005,1110,34', 'new', 'go-to', 'dress', 'there', 'are', "n't", 'enough', 'great', 'words', 'to', 'describe', 'this', 'dress', 'tried', 'on', 'the', 'black', 'one', 'in', 'store', 'yesterday', 'and', 'knew', 'immediately', 'i', 'was', 'going', 'to', 'purchase', 'everything', 'is', 'perfection', 'not', 'tight', 'slip', 'underneath', 'that', 'even', 'has', 'the', 'strap', 'snap', 'closures', 'to', 'hold', 'it', 'in', 'place', 'at', 'the', 'shoulders', 'not', 'too', 'low', 'cut', 'hits', 'right', 'above', 'knee', 'so', 'not', 'too', 'short', 'light', 'weight', 'flattering', 'etc', 'and', 'machine', 'washable', 'can', 'dress', 'up', 'or', 'down', 'could', 'even', 'wear', 'to', 'work', 'with', 'a', 'jacket', 'or', 'cardi', 'can', 'wear', 'all', 'seasons', 'ca', "n't", 'wait', 'to', 'pair', 'wi', ',5,1,9', 'general', 'dresses', 'dresses'] ['10006,863,52', 'love', 'this', 'top', 'great', 'pop', 'of', 'color', 'i', 'purchased', 'the', 'rosy', 'color', 'and', 'great', 'piece', 'you', 'can', 'add', 'layers', 'to', 'it', 'drapes', 'beautifully', 'may', 'run', 'a', 'tad', 'larger', 'but', 'not', 'enough', 'to', 'size', 'down', 'light', 'weight', 'so', 'wear', 'alone', 'for', 'warmer', 'fall', 'days', 'or', 'as', 'we', 'get', 'into', 'spring', 'and', 'with', 'a', 'scarf', 'and', 'jacket', 'for', 'cooler', 'days', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10007,1110,26', 'beautiful', 'dress', 'odd', 'fit', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'quality', 'is', 'great', 'and', 'the', 'overall', 'look', 'is', 'so', 'lovely', 'however', 'i', 'tried', 'two', 'different', 'sizes', 'petite', 's', 'and', 'petite', 'xs', 'and', 'it', 'still', 'looked', 'too', 'baggy/big', 'the', 'upper', 'part', 'is', 'wider', 'than', 'it', 'appears', 'also', 'the', 'photos', 'shows', 'the', 'bottom', 'two', 'buttons', 'buttoned', 'up', 'however', 'the', 'dress', 'does', "n't", 'actually', 'have', 'any', 'loop', 'holes', 'or', 'button', 'holes', 'so', 'it', 'just', 'hangs', 'open', 'very', 'sad', 'to', 'have', 'to', 'return', 'both', 'dresses', ',3,0,3', 'general', 'dresses', 'dresses'] ['10008,1110,50', 'love', 'love', 'love', 'i', 'purchased', 'the', 'mauve', 'dress', 'from', 'an', 'retailer', 'store', 'last', 'weekend', 'during', 'their', '20', 'off', 'sale', 'i', 'absolutely', 'can', 'not', 'say', 'enough', 'great', 'things', 'about', 'this', 'dress', 'it', 'fits', 'beautifully', 'the', 'pattern', 'on', 'the', 'material', 'is', 'so', 'pretty', 'and', 'feminine', 'once', 'i', 'got', 'home', 'from', 'the', 'store', 'and', 'tried', 'the', 'dress', 'on', 'again', 'i', 'immediately', 'purchased', 'the', 'black', 'one', 'also', 'i', 'had', 'to', 'have', 'it', 'in', 'black', 'too', 'such', 'a', 'great', 'dress', 'to', 'wear', 'to', 'parties', 'date', 'night', 'friends', 'outings', 'we', 'are', 'going', 'to', 'california', 'in', 'september', 'and', 'will', 'be', 'wearing', 'these', ',5,1,1', 'general', 'dresses', 'dresses'] ['10009,817,41', 'little', 'pricey', 'it', 'lays', 'very', 'nicely', 'on', 'your', 'body', 'very', 'flattering', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['10010,1110,43', 'great', 'transitional', 'piece', 'this', 'is', 'a', 'great', 'dress', 'from', 'moving', 'to', 'summer', 'into', 'fall', 'it', "'s", 'great', 'right', 'now', 'with', 'the', 'warm', 'temps', 'but', 'a', 'throw', 'on', 'a', 'jacket', 'and', 'some', 'booties', 'and', 'you', 'have', 'a', 'fall', 'outfit', 'it', "'s", 'very', 'comfortable', 'also', 'there', 'is', 'a', 'slip', 'underneath', 'which', 'is', 'what', 'you', 'see', 'with', 'the', 'buttons', 'open', 'in', 'the', 'front', 'i', 'wish', 'the', 'slip', 'was', 'a', 'little', 'longer', 'and', 'the', 'dress', 'is', 'see', 'through', 'maybe', 'you', 'can', 'adjust', 'it', 'at', 'the', 'straps', 'some', 'at', 'any', 'rate', 'it', "'s", 'a', 'nice', 'dress', 'and', 'i', "'m", 'keeping', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['10011,1110,39', 'beautiful', 'just', 'as', 'the', 'others', 'have', 'reviewed', 'i', 'agree', 'this', 'dress', 'is', 'flowy', 'and', 'so', 'feminine', 'i', 'got', 'it', 'today', 'and', 'i', 'am', 'wearing', 'it', 'now', 'so', 'light', 'i', 'usually', 'wear', 'a', 'large', 'or', 'a', '12', 'in', 'dresses', 'i', 'am', 'pear', 'shaped', '36b', 'bust', 'and', 'large', 'hips', 'it', 'is', 'flattering', 'and', 'feels', 'great', 'on', 'the', 'slip', 'underneath', 'fits', 'perfect', 'on', 'me', 'grab', 'this', 'before', 'it', 'becomes', 'iso', ',5,1,3', 'general', 'dresses', 'dresses'] ['10012,1110,37', 'sigh', 'so', 'dreamy', 'i', 'caught', 'a', 'sneak', 'peak', 'of', 'this', 'beautiful', 'dress', 'on', 'a', 'local', 'retailer', 'instagram', 'page', 'and', 'i', 'was', 'so', 'excited', 'when', 'it', 'arrived', 'at', 'my', 'store', 'i', 'love', 'this', 'dress', 'i', 'went', 'with', 'the', 'black', 'because', 'i', 'loved', 'how', 'bold', 'it', 'was', 'it', "'s", 'ultra', 'feminine', 'and', 'flowy', 'the', 'slip', 'underneath', 'has', 'the', 'prettiest', 'embroidered', 'print', 'and', 'the', 'overlay', 'is', 'light', 'and', 'airy', 'the', 'bottom', 'is', 'hemmed', 'with', 'a', 'little', 'lace', 'peekaboo', 'and', 'it', 'is', 'wonderful', 'i', 'tried', 'this', 'on', 'in', 'both', 'a', 'l', 'and', 'an', 'xl', 'the', 'xl', 'fit', 'well', 'but', 'the', 'dress', 'was', 'a', 'little', 'long', 'on', 'top', 'so', 'i', 'wen', ',5,1,22', 'general', 'dresses', 'dresses'] ['10013,1110,39', 'time', 'machine', 'dress', 'the', 'print', 'layers', 'and', 'fit', 'of', 'this', 'dress', 'remind', 'me', 'of', 'the', '1990', "'s", 'but', 'in', 'a', 'good', 'way', 'the', 'outer', 'dress', 'is', 'voluminous', 'and', 'flowy', 'so', 'i', 'understand', 'why', 'some', 'reviewers', 'feel', 'the', 'dress', 'runs', 'large', 'the', 'embroidered', 'slip', 'is', 'tts', 'and', 'quite', 'the', 'cherry', 'on', 'top', 'i', 'really', 'appreciate', 'that', 'styling', 'detail', '140', '36dd', '5', '3', 'and', 'i', 'chose', 'medium', 'regular', 'length', 'not', 'petite', 'since', 'i', "'m", 'older', 'and', 'wanted', 'the', 'length', ',5,1,1', 'general', 'dresses', 'dresses'] ['10014,1110,46', 'violetta', 'dress', 'thin', 'for', 'this', 'late', 'in', 'the', 'season', 'but', 'the', 'colors', 'are', 'so', 'pretty', 'i', "'m", 'going', 'to', 'layer', 'it', 'over', 'a', 'long', 'sleeve', 't', 'top', 'with', 'a', 'cardi', 'and', 'pair', 'with', 'leggings', 'runs', 'large', 'love', 'the', 'the', 'unconnected', 'slip', '5', 'stars', ',5,1,0', 'general', 'dresses', 'dresses'] ['10015,1110,67', 'so', 'pretty', 'got', 'this', 'dress', 'in', 'the', 'mail', 'today', 'and', 'it', "'s", 'definitely', 'a', 'keeper', 'the', 'material', 'is', 'high', 'quality', 'and', 'i', 'can', 'see', 'wearing', 'this', 'dress', 'on', 'all', 'but', 'the', 'coldest', 'days', 'of', 'winter', 'it', "'ll", 'be', 'great', 'to', 'wear', 'today', 'in', '90', 'degree', 'weather', 'and', 'with', 'a', 'cardigan', 'and', 'booties', 'it', 'will', 'easily', 'transition', 'into', 'cool', 'weather', 'the', 'colors', 'patterns', 'and', 'lace', 'are', 'all', 'just', 'beautiful', 'for', 'reference', 'i', 'always', 'order', 'xs', 'for', 'loose', 'fitting', 'dresses', 'and', 'a', 'size', '4', 'for', 'close', 'fitting', 'styles', 'the', 'xs', 'in', 'this', 'dress', 'is', 'perfect', ',5,1,3', 'general', 'dresses', 'dresses'] ['10016,1110,41', 'how', 'can', 'i', 'add', 'length', 'so', 'i', 'can', 'keep', 'love', 'this', 'dress', 'it', "'s", 'a', 'little', 'roomy', 'on', 'me', 'i', 'maybe', 'should', 'have', 'gone', 'with', 'the', 'medium', 'i', "'m", "5'11", 'and', 'about', '165', 'so', 'usually', 'wear', 'a', 'large', 'my', 'problem', 'is', 'with', 'the', 'length', 'i', 'knew', 'it', 'was', 'a', 'gamble', 'but', 'the', 'other', 'color', 'images', 'on', 'the', "5'10", 'model', 'gave', 'me', 'the', 'hope', 'that', 'the', 'dress', 'would', 'come', 'close', 'to', 'being', 'near', 'my', 'knees', 'nope', 'it', "'s", 'a', 'good', '6', 'above', 'them', 'and', 'i', 'could', "n't", 'wear', 'this', 'to', 'work', 'so', 'being', 'the', 'crafty', 'sort', 'i', "'m", 'pondering', 'adding', 'a', 'few', 'more', 'lace', 'layers', 'to', 'the', 'hem', ',4,1,3', 'general', 'dresses', 'dresses'] ['10017,1110,44', 'great', 'maeve', 'dress', 'i', 'started', 'buying', 'maeve', 'dresses', 'about', 'five', 'years', 'ago', 'and', 'love', 'every', 'last', 'one', 'that', 'i', 'own', 'this', 'one', 'is', 'no', 'exception', 'i', 'bought', 'it', 'in', 'black', 'last', 'week', 'size', 's', 'for', 'my', 'birthday', 'treat', 'and', 'it', 'was', 'so', 'wonderfully', 'light', 'during', 'the', 'week', 'of', '99', 'f', 'heat', 'in', 'the', 'district', 'it', "'s", 'feminine', 'and', 'delicate', 'in', 'appearance', 'yet', 'the', 'material', 'is', 'of', 'good', 'quality', 'and', 'super', 'comfortable', 'it', "'s", 'awesome', 'just', 'a', 'perfect', 'summer', 'and', 'probably', 'fall', 'dress', ',5,1,2', 'general', 'dresses', 'dresses'] ['10018,1110,29', 'love/hate', 'relationship', 'with', 'this', 'dress', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'the', 'fitting', 'could', 'use', 'some', 'work', 'the', 'top', 'layer', 'could', 'be', 'slightly', 'more', 'fitted', 'but', 'overall', 'it', 'looks', 'adorable', 'as', 'other', 'reviewers', 'have', 'mentioned', 'the', 'top', 'does', 'not', 'have', 'any', 'button', 'loops'] [] ['my', 'biggest', 'issue', 'with', 'the', 'dress', 'is', 'the', 'quality', 'of', 'the', 'material', 'one', 'time', 'through', 'the', 'wash', 'on', 'the', 'gentle', 'cycle', 'and', 'the', 'slip', 'underneath', 'has', 'shrunk', 'at', 'least', 'a', 'full', 'size', 'for', 'the', 'price', 'of', 'this', 'dress', 'i', 'do', "n't", 'expect', 'disposable', 'clothing', 'if', 'i', 'had', 'known', 'it', 'would', 'shrink', 'i', 'would', "'ve", 'hand', 'wa', ',3,1,5', 'general', 'dresses', 'dresses'] ['10019,965,48', 'gorgeous', 'eyelet', 'i', 'must', 'be', 'the', 'lone', 'dissenter', 'but', 'i', 'am', 'in', 'love', 'with', 'this', 'piece', 'a', 'dark', 'cami', 'underneath', 'really', 'make', 'the', 'eyelet', 'pop', 'i', 'probably', 'would', 'not', 'have', 'liked', 'it', 'if', 'it', 'did', 'not', 'have', 'the', 'clasp', 'as', 'it', 'does', 'run', 'wide', 'however', 'with', 'skinny', 'jeans', 'or', 'slim', 'pants', 'this', 'works', 'b/c', 'it', "'s", 'loose', 'in', 'the', 'right', 'ways', 'it', 'may', 'not', 'be', 'for', 'everyone', 'but', 'it', "'s", 'one', 'of', 'my', 'faves', 'right', 'now', ',5,1,1', 'general', 'jackets', 'jackets'] ['10020,1110,57', 'the', 'essence', 'of', 'femininity', 'simply', 'beautiful', 'if', 'you', 'begin', 'with', 'the', 'pattern', 'of', 'the', 'dress', 'you', 'become', 'drawn', 'to', 'it', 'then', 'as', 'you', 'look', 'closer', 'and', 'see', 'the', 'slip', 'with', 'its', 'creamy', 'detailed', 'embroidery', 'and', 'immediately', 'you', 'see', 'how', 'the', 'dress', 'opens', 'at', 'the', 'bodice', 'with', 'tiny', 'set', 'buttons', 'you', 'soon', 'realize', 'that', "'s", 'not', 'all', 'the', 'bottom', 'of', 'this', 'fine', 'piece', 'of', 'art', 'continues', 'with', 'soft', 'delicate', 'chiffon', 'trim', 'with', 'a', 'bonus', 'layer', 'of', 'the', 'most', 'beautiful', 'lace', 'to', 'finish', 'it', 'off', 'i', 'bought', 'it', 'on', 'sight', 'and', 'just', 'love', 'it', 'i', 'was', ',5,1,27', 'general', 'dresses', 'dresses'] ['10021,960,34', 'the', 'perfect', 'summer', 'blazer', 'this', 'is', 'a', 'must', 'have', 'for', 'summer', 'i', "'m", 'always', 'hot', 'but', 'sometimes', 'a', 'sweater', 'just', 'does', "n't", 'look', 'right', 'the', 'short', 'sleeves', 'are', 'just', 'what', 'i', "'ve", 'been', 'looking', 'for', 'every', 'jacket', 'i', 'own', 'runs', 'smaller', 'on', 'me', 'around', 'the', 'bust', 'and', 'arms', 'so', 'i', 'think', 'for', 'everyone', 'else', 'your', 'normal', 'jacket', 'size', 'should', 'be', 'perfect', ',5,1,9', 'general', 'petite', 'jackets', 'jackets'] ['10022,1037,29', 'love', 'these', 'vegan', 'leathers', 'i', 'bought', 'these', 'pants', 'to', 'wear', 'while', 'riding', 'on', 'the', 'back', 'of', 'my', 'husbands', 'motorcycle', 'i', 'wanted', 'something', 'that', 'was', 'more', 'chic', 'than', 'typical', 'motorcycle', 'women', "'s", 'clothing', 'and', 'these', 'were', 'perfect', 'they', 'block', 'the', 'wind', 'but', 'are', 'stretchy', 'on', 'the', 'back', 'side', 'so', 'they', 'are', 'super', 'comfortable', 'to', 'wear', 'all', 'day', 'i', 'also', 'wear', 'these', 'to', 'work', 'on', 'fridays', 'i', 'bought', 'a', 'size', '28', 'and', 'they', 'fit', 'great', 'i', 'usually', 'wear', 'a', '6', 'in', 'us', 'sizing.,5,1,0', 'general', 'bottoms', 'jeans'] ['10023,1087,38', 'versatile', 'dress', 'great', 'dress', 'can', 'be', 'styled', 'up', 'or', 'down', 'for', 'more', 'casual', 'look', 'it', 'ran', 'a', 'bit', 'large', 'for', 'me', 'especially', 'up', 'top', 'the', 'armholes', 'were', 'droopy', 'unfortunately', 'i', 'ordered', 'the', 's', 'but', 'returned', 'the', 'xs', 'will', 'hopefully', 'be', 'better', 'for', 'reference', 'i', "'m", 'usually', 'a', 's', '5', '5', '127lb', ',4,1,1', 'general', 'dresses', 'dresses'] ['10024,1081,52', 'versatile', 'dress', 'i', 'ordered', 'this', 'dress', 'in', 'two', 'colors', 'and', 'i', "'m", 'happy', 'that', 'i', 'did', 'very', 'cute', 'and', 'great', 'fit', 'flattering', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10025,829,44', 'love', 'this', 'top', 'for', 'work', 'loose', 'flattering', 'and', 'enough', 'detail', 'to', 'be', 'noticed', 'fits', 'tts', 'and', 'goes', 'with', 'everything', ',5,1,0', 'general', 'tops', 'blouses'] ['10026,1081,49', 'just', 'perfect', 'bought', 'this', 'in', 'the', 'white', 'in', 'the', 'store', 'came', 'home', 'and', 'ordered', 'the', 'blue', 'wish', 'they', 'had', 'my', 'size', 'in', 'the', 'orange'] ['maybe', 'this', 'is', 'enough', 'said', 'this', 'is', 'so', 'comfortable', 'so', 'well', 'made', 'so', 'easy', 'to', 'wear', 'might', 'be', 'the', 'perfect', 'dress', 'ever', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10027,1087,47', 'i', 'typically', 'wear', 'a', '4', 'in', 'dresses', 'and', 'sized', 'up', 'to', 'a', '6', 'because', 'of', 'the', 'other', 'reviews', 'i', "'m", 'bigger', 'on', 'bottom', 'than', 'on', 'top', 'and', 'the', '6', 'fit', 'me', 'fine', 'snug', 'but', 'fine', 'on', 'the', 'bottom', 'but', 'the', 'top', 'was', 'a', 'bit', 'big', 'there', 'was', 'too', 'much', 'material', 'in', 'the', 'arm', 'hole', 'area', 'it', "'s", 'very', 'pretty', 'and', 'good', 'quality', 'but', 'not', 'a', 'good', 'fit', 'for', 'pear-shapes', ',4,1,0', 'general', 'dresses', 'dresses'] ['10028,1037,60', 'not', 'worth', 'it', 'for', 'the', 'price', 'they', 'are', 'beautiful', 'in', 'person', 'until', 'you', 'put', 'the', 'on', 'the', 'fit', 'was', 'a', 'bit', 'weird', 'tighter', 'in', 'the', 'waist', 'roomy', 'in', 'the', 'crotch', 'the', 'fabrics', 'work', '100', 'against', 'one', 'another', 'the', 'vegan', 'leather', 'especially', 'the', 'detail', 'pieces', 'at', 'the', 'outer', 'side', 'seams', 'is', 'too', 'stiff', 'the', 'back', 'is', 'thin', 'and', 'has', 'far', 'too', 'much', 'elasticity', 'at', '150', 'i', 'passed', 'these', 'will', 'only', 'enter', 'my', 'closet', 'on', 'sale', ',3,0,0', 'general', 'bottoms', 'jeans'] ['10029,1037,62', 'realllllly', 'wanted', 'to', 'love', 'i', 'am', 'a', 'huge', 'fan', 'of', 'pilcro', 'pants', 'and', 'was', 'so', 'excited', 'to', 'see', 'them', 'make', 'a', 'pair', 'of', 'vegan', 'leather', 'pants', 'the', 'idea', 'is', 'great', 'leather', 'in', 'the', 'front', 'fully', 'stretchy', 'fabric', 'in', 'the', 'back', 'to', 'give', 'a', 'fitted', 'but', 'comfortable', 'look', 'however', 'i', 'could', "n't", 'get', 'past', 'the', 'way', 'the', 'seams', 'and', 'leather', 'felt', 'on', 'my', 'knees', 'really', 'stiff', 'and', 'uncomfortable', 'when', 'you', 'start', 'walking', 'around', 'ca', "n't", 'bend', 'the', 'leg', 'all', 'the', 'way', 'weird', 'creasing', 'and', 'bunching', 'behind', 'the', 'knee', 'the', 'fit', 'was', 'perfect', 'everywhere', 'else', 'sadly', 'these', 'had', 'to', 'go', 'back', ',3,0,1', 'general', 'bottoms', 'jeans'] ['10030,829,61', 'cute', 'top', 'i', 'liked', 'this', 'top', 'but', 'found', 'it', 'to', 'be', 'a', 'little', 'dowdy', 'fit', 'was', 'slightly', 'boxy', 'and', 'not', 'a', 'good', 'look', 'for', 'me', 'may', 'look', 'better', 'on', 'a', 'different', 'body', 'type.,3,1,0', 'general', 'tops', 'blouses'] ['10031,1081,20', 'absolutely', 'love', 'this', 'dress', 'this', 'was', 'my', 'first', 'purchase', 'from', 'this', 'site', 'and', 'as', 'per', 'the', 'usual', 'i', 'was', 'worried', 'about', 'the', 'sizing', 'but', 'the', 'fit', 'could', "n't", 'be', 'better', 'definitely', 'wo', "n't", 'be', 'the', 'last', 'material', 'is', 'heavenly', 'and', 'has', 'a', 'double', 'layering', 'that', 'was', 'a', 'nice', 'surprise', 'very', 'warm', 'and', 'soft', 'high', 'quality', 'stuff', 'i', 'could', 'have', 'gotten', 'my', 'usual', 'size', 'in', 'petite', 'but', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'too', 'short', 'i', "'m", 'glad', 'i', 'did', 'this', 'is', 'the', 'perfect', 'dress', 'for', 'work', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10032,1087,26', 'this', 'dress', 'is', 'everything', 'i', 'hoped', 'it', 'would', 'be', 'it', 'is', 'soft', 'and', 'comfortable', 'and', 'flattering', 'even', 'though', 'it', "'s", 'not', 'tight', 'fitting', 'true', 'to', 'size', 'as', 'well', ',5,1,0', 'general', 'dresses', 'dresses'] ['10033,1037,46', 'love', 'these', 'pants', 'but', 'they', 'broke', 'my', 'heart', 'they', 'are', 'beautiful', 'they', 'fit', 'amazingly', 'they', 'ripped', 'on', 'a', 'seam', 'the', 'third', 'time', 'i', 'wore', 'them', 'i', 'kept', 'wearing', 'them', 'because', 'again', 'the', 'fit', 'the', 'style', 'alas', 'about', 'the', 'fifth', 'time', 'i', 'wore', 'them', 'the', 'other', 'leg', 'ripped', 'at', 'the', 'knee', 'seam', 'they', 'are', 'just', 'totally', 'falling', 'apart', 'it', "'s", 'so', 'very', 'sad', 'i', 'would', 'wear', 'them', 'alllll', 'the', 'time', 'if', 'they', 'could', 'bear', 'it', 'i', "'m", 'actually', 'thinking', 'of', 'buying', 'another', 'pair', 'because', 'i', 'love', 'them', 'soooo', 'but', 'it', 'would', 'likely', 'be', 'wasted', 'cash', 'as', 'i', 'believe', 'there', 'is', 'a', 'real', 'manufacturing', 'issue', 'here', 'w', ',3,0,1', 'general', 'bottoms', 'jeans'] ['10034,1037,38', 'vegan', 'pilcro', 'i', 'initially', 'walked', 'right', 'by', 'these', 'pants', 'when', 'i', 'saw', 'them', 'on', 'the', 'rack', 'then', 'i', 'saw', 'them', 'on', 'the', 'fitting', 'room', 'attendant', 'they', 'looked', 'amazing', 'i', 'ended', 'up', 'purchasing', 'them', 'and', 'i', 'love', 'them', 'the', 'great', 'thing', 'about', 'them', 'is', 'the', 'the', 'leather', 'is', 'only', 'in', 'the', 'front', 'which', 'makes', 'it', 'great', 'for', 'moving', 'around', 'and', 'sitting', 'down', 'the', 'back', 'is', 'kinda', 'legging', 'like', 'i', 'had', 'to', 'size', 'down', 'in', 'these.,5,1,0', 'general', 'bottoms', 'jeans'] ['10035,1037,34', 'not', 'flattering', 'for', 'my', 'body', 'type', 'i', 'really', 'wanted', 'to', 'like', 'these', 'but', 'they', 'just', 'did', "n't", 'look', 'right', 'on', 'my', '5', '3', 'sorta', 'bulky', 'frame', 'i', 'have', 'big', 'thighs', 'and', 'always', 'feel', 'out', 'of', 'place', 'wearing', 'leggings', 'so', 'maybe', 'i', "'m", 'just', 'not', 'the', 'right', 'target', 'for', 'these', 'but', 'they', 'looked', 'so', 'cute', 'and', 'i', 'wanted', 'to', 'give', 'them', 'a', 'try', 'the', 'waist', 'was', 'too', 'high', 'for', 'my', 'liking', 'and', 'the', 'leg', 'openings', 'were', 'too', 'big', 'and', 'gave', 'me', 'a', 'stumpified', 'look', ',2,0,1', 'general', 'bottoms', 'jeans'] ['10036,829,53', 'again', 'my', 'bad', 'for', 'not', 'looking', 'at', 'description', 'i', 'did', 'not', 'like', 'this', 'top', 'at', 'all-but', 'had', 'i', 'looked', 'at', 'the', 'fabric', 'prior', 'to', 'purchasing', 'i', 'would', 'not', 'have', 'it', 'is', 'polyester-i', 'thought', 'it', 'was', 'cotton', 'so', 'there', "'s", 'the', 'first', 'reason', 'i', 'did', "n't", 'like', 'it', 'secondly', 'there', 'is', 'a', 'piece', 'of', 'fabric', 'behind', 'the', 'laces', 'presumably', 'for', 'modesty', 'that', 'refuses', 'to', 'lay', 'flat', 'it', 'wrinkles', 'up', 'behind', 'the', 'lacing', 'making', 'it', 'appear', 'as', 'if', 'one', 'is', 'wearing', 'an', 'undershirt', 'or', 'cami', 'that', 'is', 'not', 'appropriate', 'for', 'the', 'top', 'it', 'is', 'too', 'long', 'for', 'me', 'the', 'top', 'hitting', 'at', 'top', 'of', 'thigh'] ['this', 'top', 'is', 'just', 'reall', ',2,0,1', 'general', 'tops', 'blouses'] ['10037,1087,22', 'great', 'dress', 'but', 'not', 'my', 'style', 'i', 'am', 'sadly', 'returning', 'this', 'dress', 'but', 'i', 'would', 'recommend', 'it', 'it', 'is', 'soft', 'and', 'i', 'loved', 'the', 'design', 'of', 'the', 'dress', 'very', 'comfortable', 'the', 'only', 'reason', 'i', 'am', 'returning', 'it', 'is', 'due', 'to', 'my', 'figure', 'it', 'is', 'a', 'fitted', 'dress', 'and', 'was', 'a', 'little', 'more', 'revealing', 'that', 'i', 'would', 'have', 'liked', ',4,1,0', 'general', 'dresses', 'dresses'] ['10038,1081,48', 'super', 'flattering', 'fit', "n'flare", 'i', 'think', 'this', 'is', 'a', 'really', 'flattering', 'dress', 'i', 'like', 'the', 'length', 'of', 'the', 'sleeves', 'they', "'re", 'not', 'long', 'like', 'in', 'retailer', "'s", 'very', 'first', 'navy', 'photo', 'but', 'all', 'the', 'other', 'pics', 'are', 'accurate', 'in', 'my', 'opinion', 'in', 'my', 'photo', 'i', "'m", 'wearing', 'an', 'xs', 'regular', 'so', 'i', "'d", 'say', 'it', "'s", 'shorter', 'than', '35', 'because', 'i', "'m", 'only', '5', '3', 'and', 'it', "'s", 'above', 'my', 'knee', 'it', 'may', 'run', 'slightly', 'small', 'because', 'i', "'m", 'a', '34aa', 'with', 'a', '26', 'waist', '34', 'hips', 'and', 'usually', 'wear', 'xspetite', 'in', 'retailer', 'but', 'this', 'xs', 'fits', 'me', 'fine', 'although', 'to', 'get', 'it', 'to', 'be', 'fitted', 'at', 'the', 'waist', 'xxs', 'might', 'be', 'bet', ',5,1,37', 'general', 'petite', 'dresses', 'dresses'] ['10039,1037,49', 'love', 'i', 'absolutely', 'love', 'the', 'look', 'and', 'fit', 'of', 'these', 'pants', 'what', 'is', 'even', 'better', 'is', 'that', 'they', 'do', "n't", 'stretch', 'out', 'while', 'wearing', 'them', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10040,1103,62', 'looks', 'like', 'lemonade', 'and', 'ice', 'cream', 'such', 'a', 'pretty', 'dress', 'and', 'the', 'colors', 'are', 'just', 'so', 'summery', 'it', "'s", 'very', 'flattering', 'on', 'but', 'i', 'will', 'have', 'to', 'return', 'it', 'unfortunately', 'i', 'ordered', 'the', '6p', 'because', 'the', '8p', 'was', 'sold', 'out', 'and', 'although', 'the', 'top', 'fits', 'quite', 'well', 'its', 'just', 'too', 'snug', 'on', 'the', 'hips', 'if', 'the', '8p', 'was', 'available', 'i', 'would', 'definitely', 'exchange', 'it', 'for', 'that', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10041,829,32', ',,4,1,0', 'general', 'tops', 'blouses'] ['10042,1037,41', 'unique', 'black', 'pants', 'i', 'tried', 'it', 'on', 'and', 'it', 'fit', 'like', 'a', 'glove', 'it', 'was', 'a', 'little', 'strange', 'having', 'a', 'different', 'fabric', 'on', 'the', 'back', 'but', 'it', 'worked', 'and', 'i', 'am', 'keeping', 'it', ',4,1,0', 'general', 'bottoms', 'jeans'] ['10043,1037,34', 'great', 'pants', 'with', 'a', 'catch', 'these', 'are', 'such', 'a', 'great', 'alternative', 'to', 'actual', 'leather', 'pants', 'they', 'have', 'the', 'perfect', 'amount', 'of', 'stretch', 'and', 'breath-ability', 'i', "'ve", 'always', 'found', 'leather', 'pants', 'to', 'be', 'too', 'hot', 'got', 'the', 'holly', 'color', 'unfortunately', 'the', 'p', 'size', 'was', 'sold', 'out', 'but', 'as', 'another', 'reviewer', 'noted', 'these', 'are', 'easy', 'to', 'roll', 'up', 'i', 'noticed', 'some', 'of', 'the', 'complaints', 'about', 'quality', 'and', 'these', 'not', 'holding', 'up', 'but', 'given', 'the', 'use', 'of', 'two', 'different', 'materials', 'pu', 'and', 'a', 'stretchy', 'material', 'i', 'think', 'it', "'s", 'only', 'natural', 'that', 'these', 'would', 'tear', 'along', 'the', 'seams', 'aft', ',5,1,2', 'general', 'bottoms', 'jeans'] ['10044,1087,25', 'simple', 'and', 'versatile', 'love', 'the', 'versatility', 'of', 'the', 'dress', 'very', 'easy', 'to', 'dress', 'either', 'up', 'or', 'down', 'i', "'ve", 'been', 'able', 'to', 'wear', 'it', 'out', 'for', 'a', 'casual', 'day', 'with', 'a', 'denim', 'jacket', 'and', 'booties', 'just', 'like', 'the', 'stock', 'photo', 'or', 'even', 'wear', 'it', 'to', 'work', 'with', 'a', 'black', 'jacket', 'and', 'flats', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfortable', 'absolutely', 'love', 'the', 'cut', 'and', 'design', 'of', 'the', 'dress', 'on', 'top', 'only', 'thing', 'i', 'would', 'mention', 'is', 'that', 'the', 'dress', 'is', 'a', 'bit', 'form', 'fitting', 'than', 'expected', 'it', 'definitely', 'hugs', 'your', 'curves.,5,1,0', 'general', 'dresses', 'dresses'] ['10045,1037,22', 'must', 'have', 'but', 'absolutely', 'love', 'these', 'pants', 'i', 'have', 'had', 'these', 'pilcos', 'for', 'about', 'two', 'months', 'now', 'and', 'it', 'has', 'been', 'a', 'staple', 'in', 'my', 'fall', 'wardrobe', 'i', 'have', 'worn', 'them', 'at', 'least', 'once', 'a', 'week', 'the', 'only', 'downfall', 'is', 'the', 'button', 'has', 'already', 'fallen', 'off', 'and', 'the', 'seam', 'in', 'the', 'knee', 'has', 'recently', 'torn', 'apart', 'given', 'the', 'leather', 'i', "'m", 'not', 'sure', 'if', 'they', 'can', 'be', 'fixed', 'these', 'are', 'fabulous', 'but', 'the', 'quality', 'is', 'just', 'not', 'there', 'very', 'disappointing', ',3,1,1', 'general', 'bottoms', 'jeans'] ['10046,1103,62', 'rehearsal', 'dinner', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'a', 'dinner', 'after', 'my', 'daughter', "'s", 'wedding', 'rehearsal', 'it', 'is', 'perfect', 'it', 'is', 'dressy', 'enough', 'for', 'the', 'occasion', 'it', 'also', 'has', 'a', 'casual', 'look', 'to', 'it', 'i', 'think', 'it', 'is', 'very', 'versatile', 'i', 'fell', 'in', 'love', 'with', 'the', 'colors', 'material', 'and', 'the', 'quality', 'i', 'am', 'more', 'excited', 'about', 'this', 'dress', 'then', 'the', 'dress', 'i', 'am', 'wearing', 'to', 'the', 'wedding', 'buy', 'it', 'you', "'ll", 'love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10047,1103,43', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10048,1087,38', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10049,1081,52', 'too', 'short', 'but', 'otherwise', 'great', 'i', 'really', 'liked', 'this', 'dress', 'when', 'i', 'tried', 'the', 'navy', 'on', 'in', 'the', 'store', 'i', 'am', '5', '4', '140', 'lb', 'and', 'the', 'medium', 'fit', 'me', 'really', 'well', 'unfortunately', 'i', 'am', 'not', 'comfortable', 'showing', 'a', 'lot', 'of', 'leg', 'so', 'the', 'dress', 'was', 'just', 'too', 'short', 'for', 'me', 'if', 'it', 'had', 'come', 'to', 'the', 'tops', 'of', 'my', 'knees', 'i', 'would', 'have', 'gone', 'for', 'it', 'but', 'it', 'was', 'well', 'above', 'my', 'knees', 'the', 'fit', 'and', 'color', 'were', 'great', 'though', 'i', 'loved', 'the', 'neckline', 'and', 'the', 'material', 'was', 'very', 'soft', 'and', 'comfortable', 'i', 'tried', 'the', 'large', 'but', 'while', 'it', 'was', 'a', 'little', 'longer', 'the', 'larger', 'size', 'made', 'it', 'lose', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['10050,1081,53', 'great', 'casual', 'dress', 'i', "'m", 'so', 'happy', 'i', 'decided', 'to', 'order', 'this', 'dress', 'i', 'am', '5', '3', '120', 'lbs', 'and', 'normally', 'buy', 'xs', 'petite', 'but', 'the', 'comments', 'said', 'the', 'dress', 'is', 'a', 'little', 'short', 'so', 'i', 'went', 'with', 'a', 'xs', 'regular', 'in', 'navy', 'i', 'am', 'glad', 'i', 'did', 'it', 'hits', 'me', 'about', '2-3', 'inches', 'above', 'the', 'knee', 'the', 'material', 'is', 'very', 'soft', 'and', 'seems', 'well', 'constructed', 'a', 'bit', 'thicker', 'than', 'your', 'average', 'summer', 'dress', 'but', 'i', 'like', 'that', 'very', 'flattering', 'overall', 'and', 'for', 'the', 'price', 'it', "'s", 'a', 'great', 'steal', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10051,1037,41', ',,3,0,0', 'general', 'bottoms', 'jeans'] ['10052,1037,55', 'favorite', 'pant', '-until', 'they', 'ripped', 'as', 'a', 'tall', 'girl', 'i', 'was', 'thrilled', 'to', 'see', 'that', 'these', 'pants', 'come', 'in', 'longs', 'they', 'are', 'amazing', 'for', 'dressing', 'up', 'or', 'sassing', 'up', 'and', 'outfit', 'i', 'anxiously', 'anticipated', 'their', 'arrival', 'and', 'wore', 'them', 'the', 'very', 'first', 'night', 'i', 'bought', 'them', 'however', 'as', 'someone', 'previously', 'mentioned', 'the', 'quality', 'is', 'poor', 'after', 'wearing', 'them', 'to', 'they', 'symphony', 'the', 'knee', 'tore', 'while', 'i', 'was', 'sitting', 'in', 'my', 'seat', 'i', 'really', 'do', "n't", 'see', 'a', 'way', 'to', 'avoid', 'this', 'from', 'happening', 'since', 'i', 'had', 'not', 'moved', 'i', "'m", 'sooo', 'upset', 'because', 'i', 'absolutely', 'loved', 'these', 'pants', ',2,0,5', 'general', 'bottoms', 'jeans'] ['10053,1081,32', 'cute', 'basic', 'found', 'it', 'to', 'be', 'tts', 'as', 'you', 'can', 'tell', 'from', 'the', 'pictures', 'it', "'s", 'nothing', 'fancy', 'i', 'think', 'this', 'dress', 'will', 'get', 'a', 'lot', 'of', 'wear', 'for', 'everyday', 'living', 'simple', 'and', 'comfy', 'reviewers', 'said', 'it', 'ran', 'pretty', 'small', 'so', 'i', 'sized', 'up', 'but', 'wished', 'i', 'had', "n't", 'it', 'is', 'not', 'very', 'fit', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10054,1081,51', 'perfect', 'grab', 'go', 'i', 'bought', 'this', 'dress', 'in', 'ivory', 'and', 'then', 'bought', 'the', 'navy', 'on', 'sale', 'i', 'loved', 'it', 'so', 'much', 'i', "'m", '5', '4', '117', 'and', 'the', 'petite', 'medium', 'was', 'perfect', 'love', 'the', 'kicky', 'flare', 'and', 'the', 'lining', 'makes', 'it', 'so', 'comfortable', 'an', 'effortless', 'fun', 'dress', 'perfect', 'for', 'hot', 'summer', 'lunch', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10055,1037,43', 'fun', 'and', 'versatile', 'they', 'are', 'very', 'comfortable', 'and', 'have', 'kept', 'their', 'shape', 'after', 'a', 'couple', 'of', 'wearings', 'the', 'pants', 'can', 'be', 'used', 'for', 'informal', 'or', 'on', 'the', 'dressier', 'side', 'the', 'spandex', 'in', 'them', 'is', 'contributes', 'to', 'the', 'comfort.,5,1,0', 'general', 'bottoms', 'jeans'] ['10056,1081,25', 'perfect', 'travel/summer', 'dress', 'i', 'bought', 'the', 'navy', 'color', 'in', 'xs', 'petite', 'i', "'m", '5', '1', '115', 'w/', 'athletic', 'build', 'i', 'thought', 'the', 'fit', 'was', 'perfectly', 'fine', 'with', 'a', 'belt', 'the', 'dress', 'is', 'about', '3', 'inches', 'above', 'my', 'knee', 'the', 'dress', 'is', 'made', 'very', 'soft/breathable', 'fabric', 'and', 'has', 'a', 'slip', 'underneath', 'bonus', 'the', 'dress', 'is', 'made', 'in', 'the', 'usa', 'i', "'ll", 'be', 'buying', 'the', 'white', 'and', 'red', 'once', 'they', "'re", 'marked', 'down', 'a', 'bit', 'more', 'very', 'satisfied', 'with', 'this', 'dress', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10057,1081,61', 'the', 'regular', 'size', 'fit', 'my', 'petite', 'frame', 'well', 'i', 'purchased', 'the', 'navy', 'size', 'small', 'and', 'was', 'delighted', 'with', 'the', 'fit', 'the', 'waist', 'line', 'is', 'perfectly', 'proportioned', 'for', 'a', 'petite', 'i', 'think', 'this', 'means', 'that', 'the', 'waist', 'line', 'will', 'be', 'high', 'on', 'a', 'woman', 'who', 'needs', 'regular', 'sizing', 'i', 'like', 'the', 'lining', 'it', 'adds', 'a', 'substantial', 'look', 'to', 'the', 'dress', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10058,1037,35', 'fell', 'apart', 'after', '3', 'wearings', 'i', 'loved', 'these', 'pants', 'the', 'minute', 'i', 'put', 'them', 'on', 'and', 'was', 'so', 'happy', 'i', "'d", 'ordered', 'them', 'but', 'i', 'wore', 'them', 'only', '3', 'times', 'and', 'only', 'at', 'dinners', 'with', 'friends', 'not', 'even', 'for', 'full', 'days', 'and', 'the', 'seams', 'on', 'both', 'legs', 'ripped', 'open', 'i', 'think', 'the', 'faux', 'leather', 'just', 'is', "n't", 'equipped', 'to', 'handle', 'the', 'stretch', 'of', 'fitted', 'leggings', 'i', 'was', 'super-bummed', 'about', 'this', 'because', 'these', 'pants', 'are', 'so', 'insanely', 'cute', 'but', 'if', 'they', 'ca', "n't", 'hold', 'up', 'to', 'a', 'few', 'casual', 'wears', 'then', 'there', "'s", 'just', 'no', 'way', 'thankfully', 'retailer', 'was', 'true', 'to', 'their', 'brilliant', 'custom', ',1,0,1', 'general', 'bottoms', 'jeans'] ['10059,1103,39', 'tts', 'or', 'runs', 'big', 'very', 'beautiful', 'sheath', 'dress', 'that', 'will', 'be', 'perfect', 'for', 'summer', 'weddings', 'and', 'spring', 'events', 'because', 'of', 'the', 'delicious', 'sorbet', 'pallette', 'it', "'s", 'a', 'substantial', 'weight', 'fabric', 'that', 'will', 'nip', 'you', 'in', 'and', 'give', 'the', 'illusion', 'of', 'curves', 'where', 'none', 'exist', 'in', 'a', 'good', 'way.', 'pattern', 'is', 'actually', 'knit', 'into', 'the', 'fabric', 'not', 'printed', 'size', '8p', 'is', 'the', 'smaller', 'of', 'my', 'size', 'range', 'so', 'for', 'others', 'who', 'are', 'slender', 'on', 'top', 'may', 'want', 'to', 'size', 'down', 'if', 'you', 'have', 'prominent', 'hips', 'stay', 'tts', 'or', 'size', 'up', 'if', 'you', 'are', 'very', 'busty', 'it', "'s", 'tts', 'or', 'size', 'up', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10060,1037,42', 'must', 'have', 'i', 'love', 'these', 'pants', 'i', 'have', 'them', 'in', 'the', 'black', 'and', 'green', 'they', 'are', 'comfortable', 'and', 'look', 'great', 'on', 'my', 'curvy', 'figure', 'i', 'am', '5', '2', '120lbs', 'and', 'got', 'the', 'size', '27,5,1,0', 'general', 'bottoms', 'jeans'] ['10061,1171,30', 'fun', 'bottom', 'fits', 'true', 'to', 'size', 'with', 'good', 'coverage', 'stayed', 'put', 'when', 'i', 'was', 'in', 'the', 'pool.,5,1,1', 'initmates', 'intimate', 'swim'] ['10062,829,65', 'light', 'airy', 'pretty', 'i', 'said', 'this', 'ran', 'large', 'because', 'i', 'bought', 'a', '16', 'and', 'i', 'normally', 'need', 'a', 'size', '18', 'i', "'m", 'busty', 'if', 'the', 'item', 'does', "n't", 'stretch', 'but', 'a', 'size', '16', 'fit', 'me', 'it', "'s", 'more', 'straight', 'and', 'less', 'blousy', 'but', 'it', 'does', 'fit', 'so', 'if', 'you', 'like', 'your', 'tops', 'a', 'little', 'less', 'full', 'of', 'fabric', 'and', 'more', 'tailored', 'but', 'loose', 'imho', 'you', 'can', 'size', 'down'] [] ['the', 'fabric', 'is', 'rayon/polyester', 'that', "'s", 'light', 'and', 'cool', 'it', 'is', 'semi-sheer', 'but', 'a', 'white', 'bra', 'or', 'nude', 'bra', 'would', 'be', 'fine', 'the', 'top', 'has', 'a', 'double', 'layer', 'in', 'front', 'one', 'solid', 'and', 'the', 'over-lay', 'of', 'the', 'embroidery', 'th', ',5,1,0', 'general', 'tops', 'blouses'] ['10063,1081,52', 'simple', 'yet', 'sexy', 'and', 'feminine', 'i', 'bought', 'this', 'today', 'in', 'navy', 'and', 'loved', 'it', 'the', 'second', 'i', 'put', 'it', 'on', 'it', 'feels', 'great', 'on', 'is', 'well', 'made', 'and', 'flattering', 'you', 'can', 'wear', 'it', 'anywhere', 'and', 'look', 'pulled', 'together', 'much', 'cuter', 'in', 'real', 'life', 'too', 'it', 'does', 'run', 'a', 'little', 'small', 'id', 'go', 'up', 'a', 'size', 'if', 'you', "'re", 'getting', 'the', 'white', 'so', 'it', 'wo', "n't", 'cling', 'too', 'much', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10064,1037,48', 'love', 'love', 'love', 'received', 'these', 'in', 'the', 'green', 'holly', 'color', 'beautiful', 'color', 'for', 'christmas,5,1,0', 'general', 'bottoms', 'jeans'] ['10065,1081,24', 'i', 'bought', 'the', 'navy', 'version', 'of', 'this', 'dress', 'in', 'the', 'store', 'and', 'thought', 'it', 'looked', 'pretty', 'nice', 'i', 'am', "5'10", 'and', '145', 'pounds', 'and', 'the', 'small', 'fit', 'me', 'great', 'i', 'think', 'that', 'the', 'dress', 'looks', 'exactly', 'like', 'it', 'does', 'in', 'the', 'pictures', 'at', 'least', 'for', 'the', 'particular', 'color', 'that', 'i', 'bought', 'the', 'length', 'comes', 'about', 'mid-thigh', 'as', 'shown', 'and', 'i', 'would', 'definitely', 'have', 'worn', 'it', 'to', 'work', 'after', 'looking', 'in', 'the', 'mirror', 'for', 'a', 'few', 'more', 'days', 'though', 'i', 'decided', 'to', 'return', 'the', 'dress', 'because', 'i', 'did', "n't", 'feel', 'like', 'the', 'shape', 'of', 'it', 'was', 'especially', 'sensati', ',4,0,7', 'general', 'petite', 'dresses', 'dresses'] ['10066,1037,52', 'these', 'pants', 'are', 'to', 'die', 'for', 'i', 'have', 'thicker', 'thighs', 'and', 'do', "n't", 'usually', 'find', 'that', 'i', 'can', 'wear', 'this', 'kind', 'of', 'thing', 'these', 'on', 'the', 'other', 'hand', 'are', 'hot', 'hot', 'hot', 'and', 'are', 'even', 'somehow', 'slimming', 'for', 'my', 'thighs', 'i', 'just', 'adore', 'them', 'i', "'m", 'waiting', 'for', 'the', 'green', 'color', 'to', 'go', 'on', 'sale', 'so', 'i', 'can', 'buy', 'them', 'too', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10067,1171,26', 'love', 'retailer', 'bathing', 'suits', 'perfect', 'fit', 'and', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'i', 'buy', 'all', 'my', 'suits', 'from', 'here', 'now', ',5,1,0', 'initmates', 'intimate', 'swim'] ['10068,1081,52', 'runs', 'really', 'small', 'i', "'m", '5', 'feet', '120', 'and', 'hourglass', 'figure', 'i', 'literally', 'burst', 'out', 'laughing', 'when', 'i', 'opened', 'the', 'package', 'i', 'ordered', 'my', 'usual', 'small', 'petite', 'the', 'dress', 'is', 'so', 'short', 'and', 'small', 'you', 'would', 'have', 'to', 'be', '4', 'feet', '90', 'pounds', 'returning.,2,0,57', 'general', 'petite', 'dresses', 'dresses'] ['10069,863,64', 'comfy', 'and', 'cute', 'i', 'have', 'this', 'top', 'in', '3', 'colors', 'and', 'am', 'waiting', 'for', 'the', 'black', 'to', 'arrive', 'very', 'soft', 'on', 'the', 'body', 'we', 'live', 'in', 'fl', 'so', 'lightweight', 'is', 'appreciated', 'stylish', 'fit', 'that', 'is', 'not', 'ordinary', 'great', 'colors', 'will', 'pack', 'well', 'and', 'can', 'be', 'dressed', 'up', 'with', 'a', 'scarf', 'sleeves', 'run', 'long.,5,1,0', 'general', 'tops', 'knits'] ['10070,1110,51', 'pretty', 'but', 'cheaply', 'made', 'so', 'i', 'have', 'had', 'to', 'return', 'this', 'once', 'so', 'far', 'because', 'the', 'stitching', 'ripped', 'out', 'when', 'i', 'sat', 'down', 'the', 'little', 'slip', 'thing', 'that', 'goes', 'underneath', 'if', 'cheaply', 'made', 'i', 'really', 'wish', 'this', 'were', 'just', 'lined', 'dress', 'i', 'wear', 'it', 'with', 'a', 'blank', 'tank', 'top', 'and', 'leggings', 'underneath', 'not', 'worth', 'the', 'money', 'but', 'i', 'needed', 'something', 'to', 'wear', 'that', 'was', 'transitional', ',2,0,3', 'general', 'dresses', 'dresses'] ['10071,498,48', ',,2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['10072,863,37', ',love', 'this', 'top', 'i', 'bought', 'it', 'in', '2', 'colors', 'it', "'s", 'a', 'great', 'twist', 'on', 'a', 'basic', 'tee', 'love', 'love', 'love', ',5,1,0', 'general', 'tops', 'knits'] ['10073,1110,36', 'fun', 'and', 'flowy', 'i', 'am', '5', '0', '109lbs', '32d', 'and', 'the', '0', 'petite', 'fit', 'tts', 'the', 'fabric', 'is', 'comfortable', 'and', 'the', 'dress', 'well', 'made', 'my', 'only', 'complaint', 'would', 'be', 'that', 'the', 'picture', 'of', 'the', 'model', 'and', 'the', 'dress', 'i', 'have', 'in', 'my', 'possession', 'do', 'not', 'have', 'the', 'same', 'coloured', 'slip', 'my', 'dress', 'arrived', 'with', 'a', 'nude', 'slip', 'i', 'was', 'a', 'little', 'confused', 'at', 'first', 'but', 'when', 'i', 'tried', 'on', 'the', 'dress', 'i', 'realized', 'it', 'was', 'not', 'a', 'bad', 'thing', 'the', 'lace', 'actually', 'stands', 'out', 'all', 'in', 'all', 'a', 'greal', 'buy', 'discounts', 'make', 'it', 'worth', 'it', 'too', ',5,1,8', 'general', 'dresses', 'dresses'] ['10074,1036,45', 'pricey', 'but', 'bam', 'these', 'jeans', 'look', 'amazing', 'on', 'hug', 'every', 'curve', 'in', 'just', 'the', 'right', 'way', 'the', 'long', 'length', 'with', 'flare', 'add', 'a', 'platform', 'heel', 'and', 'i', 'look', 'like', 'i', 'have', 'legs', 'for', 'days', 'and', 'my', 'booty', 'will', 'definitely', 'turn', 'some', 'heads', 'total', 'splurge', 'but', 'for', 'a', 'great', 'pair', 'of', 'jeans', 'totally', 'worth', 'it', 'ordered', 'my', 'usual', 'size', '27', 'and', 'they', 'fit', 'like', 'a', 'dream', 'hope', 'they', 'do', "n't", 'stretch', 'out', 'after', 'wearing', 'a', 'few', 'hours', 'the', 'amount', 'of', 'stretch', 'feels', 'nice', 'so', 'i', 'think', 'they', "'ll", 'continue', 'to', 'hug', 'your', 'body', 'if', 'you', 'want', '1', 'pair', 'of', 'flares', 'in', 'your', 'wardrobe', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['10075,881,32', 'flattering', 'and', 'stylish', 'i', 'love', 'the', 'crisscross', 'detail', 'that', 'makes', 'this', 'a', 'stylish', 'and', 'also', 'flattering', 'piece', 'lovely', 'soft', 'material', 'that', 'drapes', 'well', 'and', 'hides', 'imperfections', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['10076,1110,39', 'such', 'a', 'disappointment', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'but', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'i', 'was', 'really', 'surprised', 'to', 'see', 'that', 'unlike', 'the', 'picture', 'online', 'the', 'slip', 'underneath', 'is', 'a', 'nude', 'color', 'it', 'fit', 'well', 'and', 'i', 'decided', 'to', 'keep', 'it', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'and', 'felt', 'great', 'in', 'it', 'i', 'was', 'driving', 'with', 'my', 'son', 'in', 'the', 'back', 'seat', 'i', 'turned', 'to', 'hand', 'him', 'something', 'and', 'the', 'entire', 'right', 'side', 'of', 'the', 'dress', 'where', 'the', 'crocheting', 'is', 'ripped', 'open', 'i', 'can', 'not', 'believe', 'how', 'poor', 'the', 'quality', 'is', 'at', 'this', 'price', ',1,0,2', 'general', 'dresses', 'dresses'] ['10077,863,47', 'cute', 'and', 'comfy', 'tee', 'i', 'have', 'a', 'few', 'of', 'these', 'tees', 'in', 'the', 'short', 'sleeve', 'version', 'and', 'found', 'myself', 'wearing', 'them', 'pretty', 'often', 'so', 'i', 'jumped', 'on', 'the', 'long', 'sleeve', 'option', 'when', 'it', 'went', 'on', 'sale', 'i', 'bought', 'the', 'black', 'and', 'red', 'which', 'is', 'more', 'of', 'an', 'orangey', 'red', 'i', 'love', 'them', 'as', 'well', 'this', 'top', 'drapes', 'nicely', 'and', 'has', 'a', 'little', 'more', 'style', 'than', 'just', 'a', 'plain', 'tee', 'the', 'material', 'is', 'thin', 'and', 'while', 'that', 'is', 'nice', 'for', 'breeziness', 'sake', 'i', 'do', "n't", 'anticipate', 'this', 'will', 'last', 'that', 'long', 'but', 'thats', 'cool', 'its', 'not', 'a', 'real', 'investment', 'piece', 'but', 'rather', 'a', 'cute', 'casual', 't', ',4,1,0', 'general', 'tops', 'knits'] ['10078,498,44', 'love', 'the', 'petite', 'this', 'is', 'the', 'perfect', 'tank', 'it', "'s", 'super', 'soft', 'great', 'colors', 'and', 'with', 'a', 'shape', 'that', 'allows', 'you', 'to', 'wear', 'a', 'regular', 'bra', 'best', 'of', 'all', 'it', 'was', 'offered', 'in', 'petitie', 'sizes', 'for', 'me', 'that', 'means', 'i', 'finally', 'have', 'a', 'tank', 'that', 'does', "n't", 'gap', 'at', 'the', 'arms', 'or', 'scoop', 'too', 'low', 'or', 'flood', 'me', 'with', 'excess', 'length', 'thank', 'you', 'retailer', 'for', 'remembering', 'us', 'petitie', 'girls', 'with', 'this', 'wonderful', 'tank', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['10079,498,36', 'soft', 'these', 'tanks', 'are', 'very', 'soft', 'i', 'have', 'two', 'black', 'and', 'one', 'coral', 'i', 'had', 'to', 'return', 'the', 'white', 'as', 'it', 'was', 'see', 'through', 'they', 'do', 'shrink', 'in', 'the', 'wash', 'even', 'without', 'drying', 'all', 'the', 'way', 'and', 'on', 'low', 'heat', 'so', 'maybe', 'size', 'up', 'if', 'you', "'re", 'in', 'between', 'sizes', 'i', 'recommend', 'these', 'tanks', 'for', 'sure,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['10080,863,66', 'nice', 'tee', 'flattering', 'love', 'the', 'cut', 'of', 'this', 't-shirt', 'just', 'loose', 'enough', 'but', 'not', 'big', 'and', 'boxy', 'like', 'so', 'many', 'other', 'tees', 'but', 'not', 'fitted', 'either', 'nice', 'weight', 'the', 'hemline', 'is', 'interesting', 'overall', 'happy', 'with', 'it', 'just', 'hope', 'it', 'does', "n't", 'shrink', ',5,1,0', 'general', 'tops', 'knits'] ['10081,975,39', 'trend', 'of', 'he', 'seson', 'i', 'was', 'surprised', 'to', 'find', 'this', 'jacket', 'on', 'sale', 'and', 'i', 'do', "n't", 'mind', 'it', "'s", 'a', 'trend', 'of', 'the', 'season', 'and', 'i', 'absolutely', 'do', "n't", 'mind', 'to', 'look', 'like', 'a', 'mattress', 'or', 'wear', 'robe', 'the', 'garment', 'runs', 'large', 'so', 'i', 'wear', 'usually', '6', 'and', 'have', 'to', 'get', 'xs', 'i', 'am', '5', '6', '146', 'lbs', 'usually', 'wear', 's/m', 'in', 'jackets', 'it', 'hits', 'me', '2', 'inches', 'below', 'my', 'knee', 'i', 'love', 'it', ',5,1,2', 'general', 'jackets', 'jackets'] ['10082,835,39', 'was', "n't", 'sure', 'at', 'first', 'but', 'when', 'i', 'saw', 'this', 'top', 'in', 'person', 'urged', 'by', 'my', 'stylist', 'when', 'they', 'got', 'it', 'in', 'i', 'decided', 'to', 'try', 'it', 'on', 'they', 'had', 'xs', 'in', 'store', 'my', 'former', 'normal', 'size', 'xs', 'or', 'xsp', 'that', 'was', 'too', 'big', 'though', 'not', 'being', 'sure', 'how', 'the', 'petite', 'would', 'look', 'and', 'not', 'sure', 'if', 'smaller', 'would', 'work', 'i', 'decided', 'to', 'order', 'all', 'three', 'xxs', 'xsp', 'and', 'xxsp'] [] ['verdict', 'on', 'size', 'xxsp', 'was', 'pulling', 'at', 'the', 'arm', 'holes', 'kind', 'of', 'small', 'there', 'xxs', 'regular', 'was', 'almost', 'right', 'but', 'arm', 'holes', 'were', 'a', 'little', 'high', 'not', 'as', 'comfortable'] ['xsp', 'ended', 'up', 'being', 'the', 'right', 'c', ',5,1,0', 'general', 'tops', 'blouses'] ['10083,1110,38', 'beautiful', 'but', 'i', 'loved', 'this', 'dress', 'and', 'ordered', 'it', 'online', 'i', 'found', 'the', 'colors', 'to', 'be', 'a', 'bit', 'more', 'muted', 'than', 'i', 'expected', 'and', 'unfortunately', 'the', 'fabric', 'quality', 'seemed', 'low', 'considering', 'the', 'price', 'point', 'ultimately', 'i', 'decided', 'to', 'return', 'it', 'as', 'i', 'could', "n't", 'justify', 'spending', '178', 'on', 'a', 'dress', 'that', 'did', "n't", 'seem', 'as', 'well', 'made', 'as', 'i', 'would', 'expect', 'from', 'retailer', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['10084,863,46', 'sloppy', 'looking', 'but', 'pretty', 'colors', 'i', 'ordered', 'this', 'style', 'in', 'the', 'blue', 'red', 'yellow', 'and', 'white', 'for', 'the', 'sale', 'price', 'they', 'all', 'fit', 'true', 'to', 'size', 'matching', 'the', 'model', "'s", 'photos', 'but', 'the', 'quality', 'is', 'poor', 'the', 'hems', 'are', 'frayed', 'they', 'wrinkle', 'easily', 'they', "'re", 'just', 'a', 'mess', 'the', 'model', "'s", 'photos', 'show', 'a', 'messy', 'look', 'so', 'you', 'know', 'what', 'you', "'re", 'getting', 'the', 'positives', 'are', 'the', 'colors', 'the', 'blue', 'is', 'especially', 'gorgeous', 'the', 'yellow', 'is', 'like', 'a', 'spicy', 'mustard', 'shade', 'they', 'are', 'all', 'comfortable', 'just', 'sloppy', 'looking', 'the', 'sale', 'price', 'matches', 'the', 'quality', 'they', 'do', 'stretch', 'out', 't', ',2,0,1', 'general', 'tops', 'knits'] ['10085,1095,63', 'beautiful', 'spring', 'dress', 'perfect', 'for', 'luncheons', 'or', 'any', 'occasion', 'so', 'very', 'pretty', 'lovely', 'fabric', 'and', 'good', 'fit', 'you', 'will', 'definitely', 'feel', 'pretty', 'in', 'this', 'dress', 'y', 'daughter', 'is', '5', '3', 'and', 'the', 'length', 'was', 'perfect', ',4,1,0', 'general', 'dresses', 'dresses'] ['10086,863,45', ',,5,1,0', 'general', 'tops', 'knits'] ['10087,498,34', ',,4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['10088,863,41', 'sloppy', 'top', 'i', 'wanted', 'to', 'like', 'this', 'top', 'especially', 'because', 'of', 'its', 'comfortable', 'material', 'and', 'color', 'but', 'the', 'asymmetrical', 'shape', 'did', "n't", 'hang', 'well', 'on', 'me', 'it', 'also', 'runs', 'big', 'i', 'got', 'a', 'small', 'and', 'although', 'the', 'bodice', 'fit', 'okay', 'the', 'sleeves', 'were', 'long', 'and', 'the', 'bottom', 'of', 'the', 'top', 'looked', 'mishaped', 'and', 'dumpy', 'this', 'top', 'will', 'be', 'going', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['10089,863,45', 'versatile', 'everyday', 'tee', '-dress', 'up', 'or', 'dress', 'down', 'though', 'i', 'am', 'a', 'true', 'size', 'medium', 'i', 'do', 'not', 'like', 'fitted', 'tees', 'so', 'generally', 'i', 'buy', 'a', 'large', 'based', 'upon', 'other', 'reviews', 'i', 'decided', 'to', 'give', 'the', 'medium', 'a', 'try', 'hoping', 'that', 'it', 'would', 'be', 'loose', 'enough', 'though', 'i', 'am', 'on', 'the', 'cusp', 'of', 'petite', '5', '3', '1/2', 'i', 'decided', 'to', 'go', 'with', 'the', 'regular', 'medium', 'since', 'i', 'prefer', 'longer', 'tunic', 'length', 'tops', 'the', 'medium', 'does', 'run', 'big', 'imo', 'and', 'fits', 'me', 'like', 'a', 'large', 'would', 'it', 'is', 'loose', 'flowy', 'and', 'long', 'enough', 'to', 'cover', 'my', 'entire', 'backside', 'the', 'sleeves', 'are', 'long', 'and', 'i', 'do', 'have', 'to', 'roll', 'them', 'up', 'perhap', ',4,1,0', 'general', 'tops', 'knits'] ['10090,1110,53', 'this', 'is', 'polyester', 'first', 'problem-i', 'would', 'not', 'have', 'ordered', 'this', 'at', 'all', 'had', 'the', 'description', 'been', 'correct', 'the', 'fabric', 'description', 'is', 'cotton', 'which', 'the', 'dress', 'is', 'most', 'certainly', 'not', 'secondly', 'it', 'has', 'a', 'really', 'funky', 'cheap', 'unfinished', 'raw-hemmed', 'slip', 'which', 'is', 'simply', 'not', 'fitting', 'for', 'the', 'dress', 'the', 'keyhole', 'in', 'the', 'front', 'is', 'super', 'long-again', 'does', 'not', 'seem', 'to', 'fit', 'the', 'dress', 'i', 'am', 'not', 'happy', 'with', 'this', 'piece', 'at', 'all', 'but', 'it', 'did', 'fit', 'tts', 'length', 'is', 'just', 'above', 'knee', 'i', 'am', '5', '5', '142', 'lbs', '34d', 'and', 'the', 'six', 'was', 'a', 'good', 'fit', 'sending', 'this', 'home', 't', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10091,863,35', 'completely', 'disappointed', 'i', 'never', 'write', 'reviews', 'but', 'i', 'just', 'purchased', 'this', 'top', 'at', 'full', 'price', 'last', 'week', 'in', 'the', 'store', 'it', "'s", 'not', 'a', 'have', 'to', 'have', 'top', 'just', 'to', 'look', 'at', 'it', 'but', 'once', 'i', 'put', 'it', 'on', 'i', 'had', 'to', 'have', 'it', 'it', "'s", 'extremely', 'comfortable', 'and', 'i', 'am', 'able', 'to', 'wear', 'it', 'while', 'running', 'around', 'with', 'my', 'boys', 'and', 'still', 'feel', 'as', 'though', 'i', "'m", 'put', 'together'] [] ['i', "'ve", 'worn', 'this', 'top', 'now', '2', 'times', 'and', 'after', 'the', '2nd', 'wear', 'i', 'have', '3', 'holes', 'in', 'the', 'area', 'where', 'the', 'waist', 'line', 'of', 'my', 'jeans', 'sits', 'the', 'first', 'time', 'i', 'wore', 'this', 'top', 'it', 'was', 'for', 'only', 'and', 'hour', 'or', 'so', 'what', 'a', ',4,0,5', 'general', 'tops', 'knits'] ['10092,498,43', 'great', 'colors', 'wide', 'straps', 'sheer', 'i', 'ordered', 'the', 'tangerine', 'color', 'of', 'this', 'tank', 'it', "'s", 'a', 'great', 'color', 'slightly', 'heathered'] [] ['what', 'i', 'like', 'most', 'about', 'this', 'tank', 'are', 'the', 'riders', 'straps', 'and', 'the', 'depth', 'of', 'the', 'scoop', 'neck', 'it', 'allows', 'for', 'a', 'normal', 'bra', 'and', 'could', 'be', 'dressed', 'up', 'or', 'down'] [] ['i', 'wore', 'the', 'tank', 'out', 'and', 'about', 'and', 'it', 'was', 'comfy', 'and', 'pretty', 'later', 'though', 'my', 'husband', 'came', 'home', 'and', 'asked', 'if', 'i', 'knew', 'it', 'was', 'see', 'through', 'eek', 'sure', 'enough', 'it', 'is', 'pretty', 'sheer', 'in', 'certain', 'lights', 'next', 'time', 'i', 'will', 'wear', 'a', 'cami', 'underneath', 'though', 'i', 'wish', 'it', 'were', 'a', 'bit', ',4,1,8', 'general', 'petite', 'intimate', 'lounge'] ['10093,1074,45', 'classy', 'adorable', 'this', 'dress', 'is', 'gorgeous', 'the', 'quality', 'is', 'high', 'runs', 'true', 'to', 'size', 'and', 'is', 'very', 'flattering', 'my', 'only', 'issue', 'is', 'the', 'tule', 'i', 'already', 'have', 'hips', 'so', 'the', 'tule', 'makes', 'the', 'dress', 'over-flare', 'i', 'am', 'going', 'to', 'have', 'the', 'tailor', 'remove', 'the', 'tule', 'and', 'it', 'will', 'be', 'perfect', 'for', 'those', 'who', 'are', 'not', 'an', 'hourglass', 'shape', 'naturally', 'this', 'will', 'help', 'provide', 'the', 'extra', 'shaping'] [] ['overall', 'i', 'love', 'this', 'dress', 'and', 'will', 'be', 'keeping', 'it', ',4,1,6', 'general', 'dresses', 'dresses'] ['10094,863,48', 'super', 'soft', 'these', 'shirts', 'are', 'fantastic', 'lightweight', 'sleeves', 'for', 'summer', 'wear', 'i', 'go', 'back', 'and', 'forth', 'between', 'xs', 'and', 'small', 'i', 'have', 'broad', 'shoulders', 'and', 'ordered', 'one', 'of', 'each', 'i', 'like', 'both', 'the', 'shirt', 'has', 'give', 'so', 'the', 'xs', 'is', 'fine', 'but', 'the', 'variation', 'in', 'size', 'gives', 'the', 'two', 'shirts', 'very', 'different', 'looks'] [] ['the', 'color', 'is', 'fantastic', 'and', 'true', 'to', 'the', 'photos', 'not', 'always', 'the', 'case', 'with', 'online', 'purchasing', 'so', 'i', 'loved', 'that', ',5,1,0', 'general', 'tops', 'knits'] ['10095,1110,49', 'size', 'down', 'on', 'this', 'one.', 'i', 'ordered', 'a', 'regular', 'size', '6', 'because', 'the', 'petite', 'size', '6', 'was', 'sold', 'out', 'it', 'was', 'too', 'large', 'for', 'me', 'maybe', 'the', '4', 'would', 'have', 'worked', 'in', 'part', 'because', 'the', 'size', 'was', 'off', 'it', 'looked', 'frumpy', 'on', 'me', 'with', 'the', 'poofs', 'and', 'flowers', 'however', 'i', 'did', 'like', 'that', 'it', 'is', 'cotton', 'and', 'has', 'its', 'own', 'beige-colored', 'slip', 'that', 'snaps', 'on', 'at', 'the', 'shoulders', 'i', 'have', 'no', 'doubt', 'this', 'could', 'look', 'very', 'nice', 'on', 'someone', 'if', 'the', 'size', 'was', 'just', 'right', 'i', 'like', 'the', 'black', 'crochet-type', 'details', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10096,937,43', 'really', 'cute', 'sweater', 'well', 'made', 'but', 'so', 'intensely', 'itchy', 'i', 'could', "n't", 'keep', 'it', 'on', 'for', 'more', 'than', '30', 'seconds', ',1,0,1', 'general', 'tops', 'sweaters'] ['10097,1110,34', 'poor', 'quality', 'for', 'price', 'i', 'was', 'really', 'excited', 'about', 'this', 'dress-', 'the', 'style', 'looked', 'like', 'it', 'would', 'be', 'a', 'spring/summer', 'staple', 'in', 'my', 'retailer-heavy', 'wardrobe', 'i', 'was', 'really', 'surprised', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'the', 'dress', 'is', 'quite', 'thin', 'cotton', 'fabric', 'and', 'feels', 'cheaply', 'made', 'for', 'the', 'price', 'i', 'could', 'purchase', 'a', 'much', 'higher', 'quality', 'dress', 'elsewhere', 'that', 'would', 'hold', 'up', 'better', 'i', "'ve", 'been', 'an', 'retailer', 'fan', 'for', 'more', 'than', 'an', 'decade', 'but', 'this', 'trend', 'of', 'higher', 'prices', 'for', 'lower', 'quality', 'is', 'disappointing', 'and', 'insirpring', 'me', 'to', 'leave', 'a', 'review', 'for', 'the', 'f', ',2,0,10', 'general', 'petite', 'dresses', 'dresses'] ['10098,863,39', 'great', 'comfy', 'shirt', 'long', 'enough', 'that', 'i', 'can', 'wear', 'it', 'with', 'leggings', ',5,1,0', 'general', 'tops', 'knits'] ['10099,975,55', 'disappointed', 'should', 'have', 'listened', '2', 'a', 'previous', 'review', 'while', 'this', 'is', 'a', 'very', 'well', 'made', 'garment', 'it', 'really', 'does', 'remind', 'me', 'of', 'a', 'bathrobe', 'and', 'will', 'be', 'returning', 'too', 'bad', 'because', 'the', 'fabric', 'and', 'stripes', 'are', 'really', 'great', 'also', 'this', 'runs', 'very', 'large', 'the', 'extra', 'small', 'was', 'more', 'like', 'a', 'medium', ',2,0,1', 'general', 'jackets', 'jackets'] ['10100,863,29', 'beautiful', 'color', 'this', 'shirt', 'is', 'such', 'a', 'beautiful', 'color', 'the', 'lavender', 'is', 'a', 'really', 'lovely', 'addition', 'to', 'spring', 'wardrobe', 'and', 'goes', 'with', 'more', 'than', 'imagined', 'it', 'has', 'a', 'bit', 'of', 'an', 'oversized', 'fit', 'although', 'it', 'falls', 'really', 'nicely', 'on', 'slimmer', 'silhouettes', 'it', "'s", 'also', 'incredibly', 'comfy', 'and', 'stylish', 'with', 'an', 'updated', 'look', 'even', 'to', 'the', 'most', 'casual', 'of', 'attire.,5,1,0', 'general', 'tops', 'knits'] ['10101,881,49', 'cant', 'wait', 'to', 'wear', 'this', 'i', 'received', 'this', 'top', 'yesterday', 'and', 'love', 'it', 'sexy', 'yet', 'not', 'too', 'revealing', 'and', 'great', 'for', 'date', 'night', 'i', 'like', 'the', 'way', 'it', 'fits', 'across', 'the', 'chest', 'and', 'is', "n't", 'too', 'short', 'in', 'the', 'waist', 'very', 'soft', 'fabric.,5,1,1', 'general', 'tops', 'knits'] ['10102,863,36', 'a', 'great', 'classic', 't-shirt', 'with', 'flare', 'i', 'was', 'looking', 'for', 'a', 'classic', 'white', 't-shirt', 'that', 'was', "n't", 'too', 'big', 'i.e', 'a', 'tunic', 'or', 'too', 'fitted', 'this', 'was', 'perfect', 'i', 'love', 'the', 'irregular', 'hemline', 'and', 'the', 'fit', 'it', "'s", 'not', 'too', 'tight', 'but', 'not', 'too', 'big', 'either', 'where', 'it', 'looks', 'messy', 'just', 'a', 'perfect', 'little', 'tee', 'for', 'any', 'wardrobe', 'runs', 'true', 'to', 'size', 'i', "'m", 'a', '34d', 'size', '10', 'and', 'ordered', 'the', 'medium', 'it', 'fit', 'great', ',4,1,3', 'general', 'tops', 'knits'] ['10103,863,57', 'wanted', 'to', 'like', 'it', 'i', 'wanted', 'to', 'like', 'this', 'one', 'really', 'but', 'it', 'was', 'just', 'plain', 'sloppy', 'looking', 'i', 'returned', 'it.,1,0,0', 'general', 'tops', 'knits'] ['10104,863,61', 'so', 'soft', 'and', 'comfy', 'got', 'this', 'in', 'the', 'pretty', 'springy', 'blue', 'already', 'wore', 'it', 'with', 'white', 'jeans', 'and', 'loved', 'it', 'love', 'the', 'loose', 'longer', 'swingy', 'style', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'again', 'i', 'may', 'have', 'to', 'get', 'another', 'color', ',5,1,1', 'general', 'tops', 'knits'] ['10105,498,55', 'perfect', 'tank', 'i', 'own', 'this', 'tank', 'in', 'three', 'different', 'colors', 'and', 'have', 'been', 'wearing', 'them', 'since', 'the', 'weather', 'warmed', 'up', 'they', 'are', 'soft', 'good', 'quality', 'and', 'wash', 'up', 'well', 'i', "'ve", 'taken', 'them', 'on', 'vacation', 'as', 'they', 'take', 'up', 'no', 'room', 'in', 'my', 'suitcase', 'and', 'also', 'have', 'used', 'them', 'as', 'little', 'camisole', 'shirts', 'they', 'do', "n't", 'fit', 'too', 'tight', 'on', 'just', 'right', 'i', 'think', 'you', 'could', 'also', 'use', 'them', 'with', 'pajama', 'bottoms', 'to', 'sleep', 'in', ',5,1,4', 'general', 'petite', 'intimate', 'lounge'] ['10106,863,42', 'cute', 'nice', 'weight', 'tee', 'i', 'was', 'looking', 'for', 'a', 'tee', 'that', 'i', 'could', 'wear', 'on', 'the', 'weekends', 'without', 'looking', 'sloppy', 'and', 'also', 'have', 'a', 'little', 'coverage', 'for', 'when', 'i', "'m", 'feeling', 'a', 'little', 'bloated', 'come', 'on', 'that', "'s", 'what', 'happens', 'sometimes', 'on', 'weekends', 'ha', 'this', 'tee', 'is', 'great', 'because', 'it', "'s", 'got', 'some', 'coverage', 'and', 'it', "'s", 'also', 'not', 'sloppy', 'looking', 'or', 'oversized', 'while', 'still', 'being', 'flowy', 'and', 'flattering'] [] ['the', 'shoulders', 'and', 'arms', 'are', 'fairly', 'tts', 'and', 'there', "'s", 'a', 'slight', 'a-line', 'shape', 'to', 'this', 'tee', 'so', 'its', 'flattering', 'without', 'being', 'a', 'tent', 'or', 'frumpy', 'looking', 'i', 'did', 'si', ',4,1,68', 'general', 'tops', 'knits'] ['10107,937,29', 'itchy', 'this', 'jacket', 'is', 'beautiful', 'the', 'color', 'is', 'so', 'nice', 'and', 'the', 'cut', 'of', 'the', 'jacket', 'is', 'perfect', 'however', 'one', 'i', 'put', 'it', 'on', 'i', 'could', "n't", 'wait', 'to', 'get', 'it', 'off', 'it', "'s", 'so', 'itchy', 'i', 'tried', 'putting', 'on', 'a', 'long', 'sleeve', 'shirt', 'under', 'it', 'but', 'was', 'still', 'uncomfortable', 'especially', 'around', 'my', 'neck', 'i', 'would', "n't", 'recommend', 'this', 'jacket', 'based', 'on', 'the', 'material', 'alone', 'also', 'the', 'jacket', 'runs', 'large', 'i', "'m", '5', '1', '130', 'lbs', '34d', 'and', 'i', 'ordered', 'the', 'small', 'i', 'would', 'definitely', 'size', 'down', ',3,0,7', 'general', 'tops', 'sweaters'] ['10108,1110,50', 'cute', 'design', 'poor', 'material', 'i', 'loved', 'the', 'fact', 'that', 'this', 'dress', 'is', 'cotton', 'it', 'is', 'a', 'thin', 'cotton', 'and', 'you', 'can', 'see', 'in', 'the', 'photos', 'that', 'she', 'is', 'wearing', 'a', 'black', 'slip', 'with', 'a', 'thicker', 'strap', 'mine', 'came', 'with', 'a', 'nude', 'slip', 'i', "'m", 'thinking', 'they', 'all', 'come', 'with', 'a', 'nude', 'slip', 'i', "'m", 'not', 'sure', 'why', 'they', 'showed', 'the', 'dress', 'with', 'the', 'black', 'thick', 'strap', 'slip', 'unless', 'it', 'was', 'to', 'show', 'the', 'dress', 'as', 'a', 'thicker', 'cotton', 'than', 'what', 'it', 'actually', 'is', 'the', 'dress', 'is', 'adorable', 'though', 'which', 'makes', 'it', 'hard', 'for', 'me', 'to', 'decide', 'whether', 'to', 'keep', 'it', 'and', 'hope', 'mine', 'wo', "n't", 'tear', 'easily', 'or', 'to', 'retur', ',2,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10109,863,63', 'adorable', 'summer', 'top', 'the', 'geometrical', 'shape', 'makes', 'this', 'top', 'interesting', 'it', 'looks', 'much', 'better', 'on', 'then', 'in', 'the', 'picture', 'displayed', 'it', "'s", 'soft', 'flowing', 'and', 'covers', 'all', 'flaws', 'the', 'gold', 'color', 'is', 'beautiful', 'and', 'vibrant', 'i', 'know', 'i', 'will', 'purchase', 'this', 'in', 'other', 'colors', 'the', 'long', 'back', 'really', 'sets', 'it', 'off', 'if', 'you', 'are', 'looking', 'for', 'comfort', 'do', "n't", 'hesitate', 'this', 'top', 'is', 'perfect', ',5,1,3', 'general', 'tops', 'knits'] ['10110,863,29', 'comfortable', 'long-sleeved', 'tee', 'very', 'pretty', 'top', 'runs', 'a', 'bit', 'large', 'i', 'generally', 'take', 'an', 'xs', 'and', 'the', 'xs', 'in', 'this', 'top', 'fits', 'me', 'a', 'little', 'longer', 'and', 'larger', 'than', 'on', 'the', 'model', 'comfortable', 'and', 'easy', 'to', 'wear', 'nice', 'cut', 'with', 'angled', 'front', 'and', 'bit', 'longer', 'back', 'did', 'develop', 'a', 'small', 'hole', 'very', 'quickly', 'as', 'some', 'thinner', 'and', 'tissue', 'tees', 'do', 'but', 'hoping', 'that', "'s", 'unusual', 'as', 'i', 'did', 'buy', 'two', 'different', 'colors', 'of', 'this', 'tee', 'shirt', 'and', 'will', 'be', 'totally', 'disappointed', 'if', 'this', 'happens', 'to', 'both', 'especially', 'at', 'this', 'price', ',4,1,4', 'general', 'tops', 'knits'] ['10111,975,60', 'when', 'i', 'tried', 'it', 'on', 'it', 'looked', 'like', 'a', 'stiff', 'bathrobe', 'straight', 'too', 'boxy', ',3,0,16', 'general', 'jackets', 'jackets'] ['10112,863,38', 'easy', 'top', 'this', 'top', 'is', 'semi', 'fitted', 'and', 'then', 'stretches', 'as', 'you', 'wear', 'it', 'i', 'love', 'the', 'design', 'and', 'color', 'choices.,5,1,0', 'general', 'tops', 'knits'] ['10113,996,40', 'beautiful', 'skirt', 'loved', 'this', 'skirt', 'it', 'reminded', 'me', 'of', 'the', 'styles', 'that', 'i', 'saw', 'visiting', 'paris', 'this', 'past', 'summer.,5,1,0', 'general', 'bottoms', 'skirts'] ['10114,863,40', 'stylish', 'tee', 'this', 'tee', 'is', 'so', 'comfortable', 'and', 'stylish', 'you', 'can', 'easily', 'dress', 'it', 'up', 'i', 'love', 'how', 'the', 'back', 'covers', 'your', 'assets', 'and', 'the', 'sleeves', 'are', 'long', 'enough', 'for', 'tall', 'girls', 'a', 'great', 'buy', 'on', 'sale', 'i', 'bought', 'a', 'small', 'and', 'bought', '3', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['10115,1036,41', 'wow', 'bought', 'these', 'jeans', 'after', 'reading', 'others', 'reviews', 'and', 'was', 'not', 'disapointed', 'these', 'are', 'the', 'most', 'flatering', 'jeans', 'they', 'give', 'you', 'legs', 'for', 'days', 'while', 'providing', 'amazing', 'shape', 'oh', 'and', 'did', 'i', 'mention', 'their', 'soft', 'as', 'butter', 'huge', 'win', 'for', 'me', 'as', 'jeans', 'are', 'one', 'of', 'the', 'most', 'difficult', 'items', 'for', 'me', 'to', 'my', 'as', 'my', 'waist', 'is', '1-2', 'sized', 'smaller', 'than', 'my', 'hips', 'and', 'thes', 'stretch', 'marvilously', 'to', 'fit', 'your', 'body', 'they', 'are', 'on', 'the', 'pricier', 'side', 'and', 'well', 'worth', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10116,863,27', 'love', 'it', 'great', 'with', 'leggings', 'and', 'skinny', 'jeans', 'it', "'s", 'comfortable', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['10117,965,39', 'cute', 'this', 'vest', 'is', 'cute', 'the', 'colors', 'are', 'as', 'pictured', 'and', 'the', 'lace', 'detail', 'on', 'the', 'back', 'is', 'adorable', 'it', 'is', 'summery', 'and', 'versatile', 'however', 'it', 'was', 'really', 'big', 'on', 'me', 'i', 'usually', 'wear', 'and', 'xs', 'but', 'it', 'just', 'swallowed', 'me', 'now', 'i', 'have', 'to', 'consider', 'whether', 'to', 'exchange', 'for', 'an', 'xs', 'petite', ',4,1,1', 'general', 'jackets', 'jackets'] ['10118,835,26', 'like', 'it', 'but', 'it', 'is', 'too', 'loose', 'i', 'like', 'this', 'top', 'in', 'the', 'photo', 'the', 'white', 'in', 'the', 'print', 'stands', 'out', 'in-person', 'the', 'white', 'areas', 'of', 'the', 'print', 'not', 'embroidery', 'is', 'dull', 'more', 'like', 'beige', 'the', 'flowers', 'and', 'embroidery', 'itself', 'looks', 'good', 'the', 'print', 'looks', 'good', 'it', 'is', 'a', 'swing', 'top', 'looks', 'better', 'on', 'a', 'slender', 'frame', 'such', 'loose', 'fitting', 'tops', 'just', 'do', "n't", 'look', 'good', 'on', 'my', 'curvy', 'frame', 'i', 'sized', 'down', 'could', 'have', 'tried', '2', 'sizes', 'down', 'but', 'the', 'shoulder', 'area', 'was', 'more', 'fitted', 'i', 'recommend', 'the', 'top', 'for', 'a', 'more', 'slender', 'frame', 'or', 'if', 'you', 'like', 'very', 'loose', 'fitting', 'tops', ',3,1,6', 'general', 'tops', 'blouses'] ['10119,937,52', 'itchy', 'itchy', 'beautiful', 'color', 'design', 'and', 'fit', 'but', 'i', 'could', "n't", 'wait', 'to', 'get', 'it', 'off', 'i', 'do', "n't", 'have', 'sensitive', 'skin', 'and', 'do', "n't", 'recall', 'ever', 'putting', 'a', 'jacket', 'on', 'that', 'felt', 'like', 'steel', 'wool', ',2,0,0', 'general', 'tops', 'sweaters'] ['10120,1110,46', 'this', 'dress', 'is', 'more', 'lovely', 'in', 'person', 'than', 'in', 'the', 'picture', 'the', 'lace', 'details', 'show', 'beautifully', 'against', 'its', 'nude', 'slip', 'i', "'m", '5', '1', '130', 'and', 'regular', 'size', '2', 'fits', 'perfectly', 'and', 'hits', 'at', 'my', 'knees', 'it', "'s", 'a', 'very', 'flattering', 'dressy-casual', 'dress', 'it', "'s", 'a', 'bit', 'pricey', 'for', 'a', 'cotton', 'dress', 'but', 'worth', 'it', 'at', 'the', '20', 'retailer', 'promo', ',4,1,23', 'general', 'petite', 'dresses', 'dresses'] ['10121,560,45', 'wonderful', 'work', 'to', 'dinner', 'dress', 'fantastic', 'quality', 'i', 'agree', 'the', 'material', 'is', 'heavier', 'and', 'may', 'be', 'too', 'hot', 'for', 'summer', 'in', 'sc', 'but', 'will', 'be', 'perfect', 'for', 'ac', 'cooled', 'offices', 'the', 'fit', 'is', 'tts', 'i', 'am', 'smaller', 'on', 'top', 'than', 'the', 'bottom', 'and', 'size', '2', 'fit', 'well', 'everywhere', 'thanks', 'to', 'the', 'somewhat', 'stretchy', 'material', '32-24-36.', 'i', 'never', 'write', 'reviews', 'but', 'this', 'dress', 'really', 'is', 'fantastic', 'and', 'at', 'a', 'great', 'price', 'point', 'given', 'the', 'high', 'quality', 'of', 'the', 'fabric', 'and', 'design', 'i', 'could', "n't", 'tell', 'from', 'the', 'pics', 'but', 'the', 'back', 'bottom', 'is', 'not', 'a', 'single', 'center', 'slit', 'but', 'a', 'double', 'slit', 'i', 'rea', ',5,1,3', 'general', 'trend', 'trend'] ['10122,820,53', 'i', 'love', 'it', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'purchased', 'it', 'right', 'on', 'the', 'spot', 'did', "n't", 'even', 'see', 'the', 'reviews', 'until', 'now', 'i', 'can', 'wear', 'either', 'a', 'small', 'or', 'x-small', 'in', 'retailer', 'but', 'for', 'this', 'top', 'the', 'x-small', 'was', 'a', 'better', 'fit', 'as', 'it', 'draped', 'nicely', 'and', 'was', 'still', 'very', 'loose', 'on', 'me', 'i', "'m", '5', '4', '125', 'lbs', '34b', 'i', 'was', 'worried', 'that', 'the', 'opening', 'was', 'too', 'wide', 'but', 'it', 'was', 'perfect', 'i', 'like', 'the', 'elbow', 'length', 'sleeves', 'and', 'the', 'fact', 'that', 'the', 'blouse', 'is', 'lined', 'which', 'mean', 'it', "'s", 'not', 'sheer', 'and', 'do', "n't", 'have', 'to', 'wear', 'a', 'camisole', 'i', 'usually', 'stick', 'with', 'the', 'classics', 'i', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['10123,839,35', 'western', 'shirt', 'with', 'a', 'feminine', 'flare', 'this', 'shirt', 'is', 'actually', 'not', 'as', 'fitted', 'as', 'it', 'looks', 'on', 'the', 'model', 'the', 'shirt', 'actually', 'flares', 'out', 'a', 'bit', 'and', 'giving', 'more', 'room', 'to', 'large', 'chested', 'women', 'like', 'myself', 'the', 'arms', 'and', 'chest', 'area', 'are', 'a', 'tat', 'small', 'but', 'the', 'non-fitted', 'style', 'accommodated', 'that', 'nicely', 'great', 'color', 'great', 'design', 'with', 'the', 'butterflies', 'and', 'easy', 'to', 'wash.', 'looks', 'great', 'with', 'skinny', 'bell', 'bottoms', 'or', 'even', 'jean', 'shorts', 'in', 'the', 'summer', 'and', 'some', 'cowboy', 'boots', 'very', 'sexy', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['10124,820,54', 'pretty', 'blouse', 'most', 'peasant', 'tops', 'have', 'a', 'lot', 'of', 'detail', 'at', 'the', 'chest', 'such', 'as', 'gathering', 'yoke', 'inlay', 'ties', 'etc', 'i', 'like', 'this', 'peasant', 'blouse', 'because', 'it', 'has', 'a', 'simple', 'top', 'part', 'so', 'it', 'does', 'not', 'add', 'volume', 'to', 'the', 'chest', 'good', 'for', 'busty', 'figures', 'pretty', 'top', 'though', 'colors', 'a', 'bit', 'more', 'autumnal', 'than', 'pictured', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['10125,1081,45', 'runs', 'large', 'this', 'was', 'really', 'big', 'on', 'me', 'i', 'am', 'usually', 'a', '10', 'and', 'even', 'the', '8', 'would', "n't", 'stay', 'up', 'around', 'the', 'chest', 'i', 'would', 'need', 'to', 'have', 'straps', 'sewn', 'on', 'to', 'make', 'this', 'work', 'on', 'the', 'plus', 'side', 'the', 'material', 'is', 'absolutely', 'gorgeous', 'rich', 'saturated', 'color', 'too', 'bad', 'about', 'the', 'fit', 'maybe', 'really', 'busty', 'girls', 'will', 'have', 'better', 'luck', 'but', 'this', 'is', 'going', 'back', 'too', 'expensive', 'to', 'justify', 'keeping', 'it', 'if', 'i', 'need', 'to', 'spend', 'money', 'having', 'it', 'remade/tailored', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10126,820,33', 'horrible', 'this', 'looks', 'nothing', 'like', 'it', 'does', 'on', 'the', 'website', 'it', 'runs', 'small', 'and', 'the', 'colors', 'are', 'so', 'muddy', 'it', 'does', "n't", 'drape', 'nicely', 'and', 'i', 'a', 'musually', 'an', 'xs', 'and', 'this', 'was', 'short', 'stiff', 'and', 'plain', 'ugly', 'sent', 'it', 'back', 'immediately', ',1,0,4', 'general', 'petite', 'tops', 'blouses'] ['10127,820,34', 'could', 'be', 'cute', 'on', 'the', 'right', 'person', 'i', 'wanted', 'to', 'love', 'this', 'shirt', 'it', "'s", 'not', 'my', 'usual', 'style', 'buy', 'it', 'looked', 'so', 'great', 'online', 'unfortunately', 'the', 'actual', 'shirt', 'is', 'much', 'more', 'brown', 'in', 'color', 'and', 'design', 'than', 'i', 'thought', 'looking', 'online', 'i', "'m", 'fair', 'coloring', 'it', 'just', 'was', "n't", 'flattering', 'i', "'m", 'thin', 'but', 'have', 'a', 'larger', 'chest', 'and', 'this', 'style', 'just', 'was', "n't", 'right', 'for', 'me', 'could', 'definitely', 'be', 'cute', 'on', 'someone', 'else', 'but', 'not', 'a', 'good', 'match', 'for', 'me.,2,1,3', 'general', 'petite', 'tops', 'blouses'] ['10128,829,37', 'beautiful', 'transition', 'piece', 'love', 'this', 'top', 'and', 'i', 'think', 'it', 'is', 'a', 'great', 'transition', 'piece', 'i', 'live', 'in', 'texas', 'so', 'our', 'temps', 'stay', 'high', 'until', 'october', 'this', 'top', 'in', 'the', 'purple', 'motif', 'color', 'is', 'perfect', 'since', 'the', 'colors', 'are', "n't", 'look', 'too', 'summery', 'but', 'the', 'fabric', 'is', 'lightweight', 'this', 'top', 'is', 'a', 'little', 'bit', 'boxy', 'but', 'drapes', 'nicely', 'so', 'it', 'wo', "n't", 'make', 'you', 'look', 'wide', 'as', 'with', 'most', 'holding', 'horses', 'tops', 'this', 'runs', 'a', 'little', 'big', 'so', 'size', 'down', 'unless', 'you', 'need', 'the', 'length', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['10129,872,53', 'great', 'casual', 'top', 'love', 'this', 'top', 'for', 'casual', 'days', 'fits', 'perfectly', 'fabric', 'feels', 'quality', 'and', 'color', 'is', 'bright', 'but', 'not', 'too', 'bright', 'good', 'length', 'just', 'touches', 'top', 'of', 'my', 'thighs', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10130,820,42', 'inconsistent', 'all', 'the', 'way', 'around', 'i', 'saw', 'this', 'blouse', 'in', 'the', 'store', 'a', 'few', 'weeks', 'ago', 'and', 'thought', 'it', 'was', 'really', 'pretty-', 'great', 'colors', 'and', 'fun', 'beading', 'around', 'the', 'wrists', 'hem', 'went', 'online', 'to', 'order', 'the', 'petite', 'size', 'and', 'when', 'it', 'arrived', 'i', 'literally', 'could', "n't", 'believe', 'it', 'was', 'the', 'same', 'shirt', 'it', 'was', 'so', 'washed', 'out', 'compared', 'to', 'the', 'one', 'in', 'the', 'store', 'and', 'the', 'petite', 'size', 'is', 'very', 'short', 'and', 'i', "'m", 'only', '5', 'feet', 'tall', 'so', 'that', "'s", 'saying', 'something', 'the', 'neckline', 'is', 'very', 'wide', 'and', 'open-', 'not', 'even', 'sure', 'what', 'kind', 'of', 'bra', 'would', "n't", 'show', 'sadly', 'i', 'wasted', 'the', 'shipping', 'c,3,0,0', 'general', 'petite', 'tops', 'blouses'] ['10131,829,66', 'love', 'it', 'i', 'absolutely', 'love', 'this', 'top', 'it', 'washed', 'up', 'nicely', 'and', 'is', 'perfect', 'for', 'body', 'style', 'short', 'waist', 'nice', 'soft', 'colors', 'i', 'ordered', 'another', 'top', 'that', 'is', 'this', 'style', 'perfect', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'so', 'many', 'compliments', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['10132,872,31', 'amazing', 'canary', 'yellow', 'but', 'a', 'little', 'transparent', 'i', 'love', 'this', 'shirt', "'s", 'color', 'which', 'is', 'a', 'lovely', 'yellow', 'the', 'fit', 'is', 'nice', 'and', 'flowing', 'i', 'usually', 'wear', 'xs', 'but', 'intentionally', 'bought', 's', 'so', 'that', 'it', 'would', 'be', 'a', 'little', 'lose', 'and', 'i', 'may', 'wear', 'with', 'leggings', 'my', 'one', 'issue', 'is', 'how', 'transparent', 'it', 'is', 'i', 'opt', 'to', 'wear', 'a', 'spaghetti', 'strap', 'underneath', 'it', 'however', 'some', 'women', 'might', 'be', 'ok', 'wearing', 'it', 'alone', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10133,820,58', 'beautiful', 'blouse', 'i', 'fell', 'in', 'love', 'with', 'this', 'blouse', 'the', 'minute', 'i', 'saw', 'it', 'in', 'the', 'store', 'the', 'colors', 'are', 'a', 'little', 'deeper', 'than', 'how', 'they', 'appear', 'in', 'the', 'catalog', 'but', 'the', 'greens', 'and', 'browns', 'are', 'beautiful', 'and', 'will', 'be', 'great', 'for', 'fall', 'it', 'fit', 'very', 'true', 'to', 'size', 'i', 'usually', 'wear', '8-10', 'and', 'the', 'm', 'fit', 'perfect', 'the', 'gold', 'beading', 'on', 'the', 'sleeves', 'and', 'neck', 'are', 'a', 'nice', 'extra', 'love', 'this', 'top', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['10134,1066,60', 'if', 'they', 'still', 'have', 'your', 'size', 'buy', 'these', 'i', 'got', 'these', 'on', 'sale', 'mid-summer', 'at', 'retailer', 'and', 'they', 'quickly', 'became', 'my', 'go-to', 'summer', 'slacks', 'for', 'the', 'office', 'i', 'work', 'in', 'washington', 'dc', 'and', 'jerusalem', 'two', 'really', 'hot', 'cities', 'and', 'these', 'are', 'comfortable', 'yet', 'professional', 'with', 'a', 'sleeveless', 'blouse', 'jacket', 'and', 'heeled', 'sandals', 'they', 'are', 'professional', 'with', 'flat', 'sandals', 'and', 'a', 't-shirt', 'perfect', 'for', 'a', 'weekend', 'they', 'travel', 'quite', 'well', 'and', 'do', "n't", 'instantly', 'wrinkle', 'the', 'way', 'most', 'linen', 'slacks', 'do', 'think', 'ahead', 'to', 'next', 'summer', 'and', 'grab', 'them', ',4,1,0', 'general', 'bottoms', 'pants'] ['10135,1066,58', 'cooommfey', 'these', 'pants', 'fit', 'me', 'perfectly', 'i', 'am', '5', '7', 'and', '134', 'most', 'days', 'and', 'wore', 'a', '4', 'they', 'are', 'so', 'comfortable', 'i', 'could', 'sleep', 'in', 'them', 'they', 'do', 'stretch', 'a', 'little', 'after', 'wearing', 'linen', 'which', 'can', 'be', 'a', 'good', 'thing', 'to', 'some', 'they', 'are', 'a', 'heavier', 'linen', 'so', 'good', 'for', 'mild', 'winters', 'almost', 'look', 'denim', 'if', 'they', 'came', 'in', 'more', 'colors', 'i', 'would', 'get', 'more', 'they', 'also', 'remind', 'me', 'of', 'my', 'old', 'hippie', 'days', 'which', 'was', 'fun', ',5,1,0', 'general', 'bottoms', 'pants'] ['10136,820,44', 'not', 'at', 'all', 'as', 'it', 'looks', 'online', 'material', 'is', 'awful', 'not', 'soft', 'at', 'all', 'colors', 'are', 'much', 'darker', 'than', 'shows', 'online', 'it', 'is', 'actually', 'very', 'short', 'not', 'at', 'all', 'as', 'it', 'looks', 'on', 'the', 'model', 'it', 'went', 'back.,2,0,2', 'general', 'petite', 'tops', 'blouses'] ['10137,872,43', 'love', 'this', 'shirt', 'i', 'bought', 'this', 'shirt', 'at', 'the', 'store', 'and', 'after', 'going', 'home', 'and', 'trying', 'it', 'on', 'i', 'promptly', 'went', 'online', 'and', 'ordered', 'two', 'more', 'i', "'ve", 'gotten', 'multiple', 'compliments', 'anytime', 'i', 'wear', 'any', 'of', 'them', 'great', 'for', 'looking', 'put', 'together', 'with', 'no', 'fuss'] ['people', 'that', 'have', 'commented', 'there', "'s", 'were', 'destroyed', 'in', 'the', 'wash', 'did', "n't", 'read', 'the', 'care', 'label', 'which', 'says', 'dry', 'clean', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10138,872,38', 'love', 'this', 'basic', 'with', 'a', 'twist', 'i', 'loved', 'this', 'top', 'the', 'color', 'is', 'true', 'to', 'screen', 'the', 'cut', 'is', 'cute', 'it', "'s", 'a', 'lovely', 'basic', 'top', 'that', 'has', 'just', 'the', 'right', 'twist', 'to', 'it', 'i', 'loved', 'the', 'fabric', 'it', 'is', 'see-through', 'but', 'if', 'you', 'wear', 'a', 'nude', 'colored', 'bra', 'under', 'it', 'nothing', 'shows.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['10139,820,66', 'too', 'bad', 'i', 'just', 'ca', "n't", 'get', 'past', 'how', 'different', 'the', 'blouse', 'i', 'got', 'is', 'from', 'the', 'photo', 'mine', 'has', 'dark', 'colors', 'really', 'dark', 'colors', 'this', 'top', 'fits', 'a', 'bit', 'large', 'and', 'the', 'neck', 'is', 'quite', 'wide', 'i', 'thought', 'it', 'flowed', 'well', 'and', 'fit', 'nicely', 'in', 'my', 'regular', 'size', 'large', 'i', 'liked', 'the', 'length', 'and', 'the', 'fact', 'that', 'it', "'s", 'shorter', 'than', 'shown', 'it', 'still', 'covered', 'my', 'bum', 'the', 'back', 'has', 'a', 'cute', 'peplum', 'ruffle', 'and', 'there', 'are', 'little', 'bronze', 'colored', 'beads', 'along', 'the', 'bottom', 'edge', 'in', 'both', 'the', 'front', 'and', 'back', 'i', 'would', 'have', 'kept', 'it', 'had', 'been', 'the', 'blouse', 'shown', 'in', 't', ',2,0,4', 'general', 'petite', 'tops', 'blouses'] ['10140,839,60', 'stunning', 'classic', 'this', 'is', 'such', 'a', 'beautiful', 'shirt', 'for', 'me', 'tts', 'i', 'bought', 'the', 'size', '4', '34b', 'it', 'is', 'a', 'very', 'detailed', 'and', 'tailored', 'shirt', 'so', 'i', 'can', 'understand', 'if', 'your', 'busty', 'why', 'you', 'may', 'have', 'to', 'size', 'up', 'the', 'attention', 'to', 'detail', 'along', 'with', 'the', 'embroidered', 'butterflies', 'sets', 'this', 'shirt', 'a', 'step', 'above', 'average', 'the', 'color', 'is', 'an', 'odd', 'shade', 'of', 'olive', 'but', 'i', 'like', 'it', 'and', 'the', 'butterflies', 'have', 'areas', 'that', 'you', 'can', 'see', 'through', 'but', 'not', 'in', 'an', 'im-modest', 'way', 'i', 'do', 'not', 'feel', 'the', 'need', 'to', 'wear', 'anything', 'under', 'it', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['10141,990,62', 'painful', 'but', 'beautiful', 'this', 'picture', 'does', 'not', 'do', 'this', 'skirt', 'justice', 'it', 'is', 'gorgeous', 'however', 'the', 'waist', 'was', 'so', 'small', 'that', 'the', 'sequins', 'dug', 'into', 'my', 'waist', 'making', 'me', 'think', 'of', 'a', 'medieval', 'torture', 'device', 'unfortunately', 'it', 'was', 'the', 'largest', 'size', 'so', 'i', 'ca', "n't", 'size', 'up', 'i', "'m", "4'11", 'so', 'the', 'length', 'was', 'perfect', 'it', 'came', 'to', 'right', 'above', 'my', 'knees', 'i', 'love', 'the', 'skirt', 'so', 'much', 'that', 'i', "'m", 'considering', 'liposuction', ',3,1,1', 'general', 'bottoms', 'skirts'] ['10142,829,50', 'such', 'a', 'cute', 'top', 'i', 'ordered', 'this', 'in', 'the', 'darker', 'color', 'i', 'was', 'excited', 'to', 'try', 'it', 'on', 'when', 'it', 'arrived', 'the', 'fabric', 'was', 'really', 'nice', 'good', 'quality', 'and', 'the', 'design', 'is', 'so', 'cute', 'sadly', 'it', 'did', 'not', 'work', 'for', 'me', 'there', 'is', 'a', 'lot', 'of', 'volume', 'especially', 'in', 'the', 'back', 'which', 'does', 'not', 'work', 'for', 'my', 'curvy', 'shape', 'i', 'can', 'see', 'this', 'top', 'working', 'well', 'on', 'a', 'straighter', 'figure', 'but', 'the', 'volume', 'and', 'length', 'really', 'just', 'did', 'not', 'flatter', 'my', 'hips', 'and', 'thighs', 'i', 'will', 'be', 'sending', 'this', 'back', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['10143,837,63', 'great', 'fabric', 'but', 'i', 'like', 'what', 'they', 'were', 'going', 'for', 'here', 'and', 'the', 'fabric', 'but', 'it', 'falls', 'short', 'in', 'that', 'i', 'ca', "n't", 'wear', 'it', 'to', 'work', '-the', 'back', 'keyhole', 'is', 'massive', 'so', 'i', 'ca', "n't", 'wear', 'my', 'normal', 'bras', 'and', 'the', 'very', 'wide', 'neck', 'also', 'shows', 'bra', 'straps', 'so', 'unless', 'i', 'want', 'to', 'go', 'with', 'a', 'strapless', 'bra', 'it', "'s", 'not', 'useful', 'for', 'me', 'i', 'want', 'to', 'feel', 'loose', 'and', 'soft', 'and', 'summer', 'comfy', 'and', 'my', 'strapless', 'bras', 'are', 'anything', 'but', 'that', 'i', "'d", 'go', 'without', 'but', 'that', 'is', 'a', 'no-no', 'where', 'i', 'work', 'i', 'may', 'try', 'getting', 'a', 'size', 'smaller', 'i', 'wear', 'a', 'med', 'and', 'i', 'got', 'a', 'small', 'and', 'mayb', ',3,1,1', 'general', 'tops', 'blouses'] ['10144,872,33', 'linen', 'tee', 'fits', 'really', 'nicely', 'and', 'i', "'m", 'picky', 'about', 'sleeves', 'but', 'these', 'are', 'just', 'right', 'a', 'little', 'see', 'through', 'but', 'i', 'do', "n't", 'have', 'to', 'wear', 'anything', 'under', 'it', 'because', 'the', 'seams', 'and', 'piecing', 'cover', 'well', 'love', 'the', 'fit', 'not', 'too', 'blousy', 'in', 'the', 'waist', 'and', 'the', 'assymetrical', 'hem', 'is', 'nice.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['10145,872,36', 'would', 'not', 'have', 'picked', 'this', 'out', 'online', 'but', 'it', 'caught', 'my', 'eye', 'in', 'the', 'store', 'the', 'blue', 'color', 'is', 'gorgeous', 'it', "'s", 'a', 'flattering', 'style', 'that', 'drapes', 'well', 'and', 'will', 'pair', 'with', 'just', 'about', 'any', 'short', 'jean', 'capri', 'or', 'summer', 'weight', 'pant', 'and', 'a', 'number', 'of', 'chic', 'accessories', 'you', 'will', 'not', 'be', 'disappointed', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['10146,820,53', 'so', 'disappointed', 'this', 'top', 'is', 'much', 'stiffer', 'more', 'baby-doll', 'and', 'boxier', 'than', 'pictured', 'lining', 'is', 'stiff', 'too', 'and', 'colors', 'more', 'muddy', 'than', 'shown', 'i', 'wear', 'boho', 'tops', 'all', 'the', 'time', 'and', 'this', 'looked', 'terrible', 'on', 'me', 'i', 'have', 'broad-ish', 'shoulders', 'and', 'a', 'chest', 'i', 'thought', 'it', 'would', 'be', 'a', 'fun', 'drapey', 'top', 'for', 'transition', 'to', 'fall', 'but', 'unfortunately', 'it', "'s", 'going', 'back', ',3,0,14', 'general', 'petite', 'tops', 'blouses'] ['10147,820,56', 'another', 'floreat', 'top', 'misses', 'the', 'mark', 'i', "'ve", 'been', 'shopping', 'at', 'retailer', 'since', '2007', 'and', 'floreat', 'used', 'to', 'be', 'my', 'favorite', 'designer', 'but', 'for', 'the', 'past', 'year', 'or', 'more', 'floreat', 'mostly', 'misses', 'the', 'mark', 'this', 'blouse', 'looks', 'nothing', 'like', 'it', 'does', 'on', 'the', 'model'] ['1.', 'it', 'is', 'long', 'on', 'her', 'not', 'so', 'in', 'real', 'life', 'this', 'is', 'probably', 'the', 'worst', 'part', 'about', 'this', 'blouse', 'if', 'it', 'were', 'not', 'for', 'this', 'i', 'might', 'try', 'on', 'a', 'size', 'm', 'and', 'give', 'it', 'another', 'chance'] ['2.', 'it', 'runs', 'very', 'large', 'i', 'usually', 'take', 'a', 'l', 'or', 'xl', 'i', 'think', 'i', 'would', 'need', 'a', 'm', 'in', 'this', 'as', 'mentioned', 'above'] ['3.', 'in', 'the', 'picture', 't', ',1,0,24', 'general', 'petite', 'tops', 'blouses'] ['10148,872,47', 'a', 'versatile', 'keeper', 'a', 'great', 'casual', 'top', 'for', 'warm', 'weather', 'the', 'linen', 'ensures', 'its', 'structure', 'stands', 'out', 'and', 'the', 'structure', 'gives', 'it', 'more', 'interest', 'than', 'a', 'plan', 'tee', 'does', 'a', 'fine', 'job', 'of', 'hiding', 'minor', 'midsection', 'lumpiness', 'can', 'be', 'dressed', 'up', 'a', 'bit', 'if', 'worn', 'with', 'linen', 'or', 'cotton', 'trousers', 'i', 'bought', 'the', 'yellow', 'and', 'was', 'pleased', 'to', 'find', 'it', 'was', "n't", 'too', 'transparent', 'i', 'bought', 'the', 'small', 'and', 'found', 'it', 'tts', 'for', 'an', 'american', 'small', 'bigger', 'than', 'a', 'uk', 'or', 'european', 'small', 'a', 'versatile', 'keeper', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10149,839,45', 'love', 'it', 'i', 'have', 'to', 'agree', 'with', 'previous', 'reviewers', 'in', 'that', 'it', 'is', 'a', 'bit', 'short', 'on', 'the', 'top', 'but', 'i', 'kind', 'of', 'like', 'that', 'as', 'i', 'am', 'petite', 'and', 'most', 'tops', 'come', 'way', 'too', 'long', 'on', 'me', 'however', 'go', 'up', 'a', 'size', 'if', 'you', 'have', 'any', 'breasts', 'at', 'all', 'likely', 'they', 'will', 'not', 'fit', 'in', 'you', 'standard', 'size', 'however', 'i', 'just', 'love', 'this', 'shirt', 'soooo', 'adorable', 'the', 'color', 'is', 'a', 'bit', 'more', 'olive', 'than', 'brown', 'to', 'me', 'though', 'than', 'what', 'is', 'in', 'the', 'pic', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['10150,872,35', 'love', 'this', 'shirt', 'is', 'so', 'comfortable', 'and', 'looks', 'very', 'nice', 'with', 'jeans', 'or', 'work', 'pants', 'it', "'s", 'a', 'great', 'shirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10151,829,44', 'too', 'boxy', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'i', 'love', 'the', 'plaid', 'and', 'design', 'but', 'found', 'it', 'too', 'boxy', 'and', 'short', 'the', 'front', 'was', 'cut', 'too', 'low', 'as', 'well.,4,0,1', 'general', 'petite', 'tops', 'blouses'] ['10152,872,39', 'it', "'s", 'always', 'sunny', 'it', "'s", 'always', 'sunny', 'when', 'i', 'wear', 'this', 'sunshine', 'yellow', 'tee', 'love', 'the', 'color', 'and', 'they', 'way', 'it', 'was', 'pieced', 'together', 'has', 'a', 'flattering', 'feminine', 'fit', 'whole', 'still', 'feeling', 'relaxed', 'and', 'casual', 'it', "'s", 'slightly', 'sheer', 'but', 'not', 'obscene', 'all', 'linen', 'and', 'a', 'little', 'scratchy', 'so', 'if', 'you', "'re", 'sensitive', 'be', 'aware', 'i', 'purchased', 'medium', 'and', 'i', "'m", '39/28/35', '140', '5', '3', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10153,820,39', 'so', 'unflattering', 'nothing', 'like', 'picture', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'this', 'top', 'is', 'completely', 'disappointing', 'in', 'every', 'way', 'i', 'could', 'not', 'believe', 'it', 'was', 'the', 'same', 'top', 'i', 'pulled', 'from', 'the', 'bag', 'where', 'to', 'begin'] ['it', 'runs', 'really', 'big'] ['it', "'s", 'short', 'and', 'boxy', 'not', 'at', 'all', 'like', 'it', 'appears', 'on', 'the', 'model', 'this', 'must', 'be', 'pinned', 'a', 'lot', 'in', 'this', 'picture'] ['colors', 'are', 'completely', 'dull', 'in', 'person', 'i', 'really', 'think', 'this', 'picture', 'was', 'lightened', 'a', 'great', 'deal'] ['fabric', 'feels', 'cheap', 'and', 'stiff'] ['lining', 'is', 'stuff', 'and', 'poorly', 'sewn'] ['i', 'have', "n't", 'one', 'positive', 'thing', 'to', 'say', 'about', 't', ',1,0,4', 'general', 'petite', 'tops', 'blouses'] ['10154,829,64', 'so', 'cute', 'the', 'style', 'plaid', 'colors', 'cotton', 'fabric', 'really', 'appealed', 'to', 'me', 'in', 'the', 'pics', 'looks', 'like', 'it', 'will', 'be', 'very', 'cool', 'airy', 'for', 'these', 'brutal', 'hot', 'days', 'ordered', 'both', 'the', 'blue', 'purple', 'in', 'the', 'size', '6', 'for', 'length', 'did', 'not', 'disappoint', 'at', 'all', 'looks', 'pretty', 'much', 'on', 'me', 'as', 'in', 'the', 'pic', 'a', 'little', 'surprise', 'is', 'that', 'both', 'tops', 'have', 'a', 'thin', 'metallic', 'pinstripe', 'spaced', 'abt', '3-4', 'thruout', 'the', 'plaid', 'it', "'s", 'a', 'silver', 'metallic', 'on', 'the', 'blue', 'raspberry', 'on', 'the', 'purple', 'plaid', 'not', 'obvious', 'from', 'far', 'away', 'but', 'noticeable', 'up', 'close', 'a', 'cute', 'feature', ',5,1,15', 'general', 'petite', 'tops', 'blouses'] ['10155,872,39', 'another', 'basic', 'tee', 'cute', 'and', 'simple', 'nice', 'fabric', 'it', "'s", 'a', 'looser', 'fit', 'so', 'if', 'you', "'re", 'in', 'between', 'sizes', 'i', "'d", 'recommend', 'the', 'smaller', 'size,4,1,0', 'general', 'petite', 'tops', 'knits'] ['10156,820,52', 'fall', 'boho', 'as', 'other', 'reviewers', 'have', 'said', 'the', 'colors', 'are', 'more', 'muted', 'but', 'good', 'fall', 'colors', 'quality', 'top', 'with', 'lining', 'and', 'bead', 'detail', 'on', 'hem', 'and', 'sleeves', 'flowy', 'loose', 'fit', 'very', 'cute', 'with', 'skinny', 'jeans', 'and', 'booties', 'i', 'would', 'size', 'down', 'if', 'you', 'are', 'small', 'chested', 'great', 'boho', 'top', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['10157,872,45', 'versatile', 'great', 'color', 'and', 'fabric', 'a', 'bit', 'on', 'the', 'sheer', 'side', 'but', 'not', 'completely', 'see-through', 'perfect', 'for', 'spring', 'summer', 'and', 'even', 'into', 'fall', 'wore', 'it', 'on', 'a', 'weekend', 'trip', 'to', 'the', 'beach', 'with', 'capris', 'and', 'then', 'to', 'work', 'with', 'a', 'cropped', 'blazer', 'planning', 'on', 'ordering', 'it', 'in', 'additional', 'colors', 'if', 'it', "'s", 'still', 'available', 'a', 'good', 'staple', 'for', 'your', 'wardrobe', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10158,820,36', 'beautiful', 'peasant', 'top', 'i', 'ordered', 'this', 'top', 'in', 'xsp', 'and', 'xs', 'i', 'do', "n't", 'think', 'i', 'let', 'the', 'xsp', 'top', 'breathe', 'long', 'enough', 'because', 'i', 'thought', 'it', 'was', 'too', 'short', 'and', 'sent', 'it', 'back', 'there', 'is', 'no', 'retailer', 'near', 'me', 'i', 'kept', 'the', 'xs', 'and', 'at', 'first', 'thought', 'the', 'same', 'thing', 'about', 'it', 'not', 'fitting', 'right', 'but', 'by', 'the', 'end', 'of', 'the', 'day', 'it', 'stretched', 'just', 'enough', 'and', 'felt', 'just', 'right', 'really', 'pretty', 'top', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'on', 'it', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['10159,877,62', 'love', 'this', 'tunic', 'really', 'cute', 'over', 'my', 'white', 'cropped', 'pilcro', 'jeans', 'or', 'as', 'a', 'beach', 'cover', 'up', 'over', 'a', 'bathing', 'suit', 'i', 'want', 'this', 'in', 'more', 'colors', ',5,1,11', 'general', 'tops', 'knits'] ['10160,1005,53', 'wish', 'it', 'was', "n't", 'suede', 'this', 'skirt', 'is', 'stunning', 'but', 'i', 'really', 'wish', 'it', 'was', 'cotton', 'canvas', 'maybe', 'by', 'summer', 'retailer', 'could', 'make', 'one', ',5,1,6', 'general', 'bottoms', 'skirts'] ['10161,877,49', 'seems', 'to', 'run', 'a', 'bit', 'small', 'i', 'love', 'the', 'length', 'of', 'this', 'and', 'that', 'i', 'can', 'wear', 'it', 'with', 'skinny', 'jeans', 'or', 'leggings', 'but', 'it', 'does', 'seem', 'to', 'run', 'a', 'little', 'small', 'and', 'it', 'is', 'not', 'as', 'long', 'as', 'on', 'the', 'model', 'i', 'do', 'think', 'it', 'is', 'a', 'cute', 'addition', 'to', 'my', 'wardrobe', 'though', ',3,1,0', 'general', 'tops', 'knits'] ['10162,376,38', 'super', 'soft', 'great', 'really', 'soft', 'hoodie', 'i', 'got', 'an', 'xxs', 'petite', 'and', 'it', "'s", 'still', 'a', 'little', 'big', 'but', 'it', 'works', 'i', "'m", '5', '1', '95lbs', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['10163,1104,40', 'awesome', 'dress', 'this', 'dress', 'is', 'fantastic', 'super', 'flattering', 'and', 'unique', 'i', 'get', 'a', 'compliment', 'every', 'time', 'i', 'wear', 'it', 'i', 'encourage', 'retailer', 'to', 'source', 'more', 'dresses', 'from', 'this', 'brand/designer', 'lovely', 'i', 'am', 'picky', 'and', 'nevery', 'give', 'a', 'perfect', 'rating', 'this', 'dress', 'got', 'all', '5', 'stars', ',5,1,0', 'general', 'dresses', 'dresses'] ['10164,862,57', 'fit', 'is', 'slimming', 'i', 'love', 'this', 'tee', 'very', 'soft', 'and', 'easy', 'care', 'gentle', 'cycle', 'hand', 'to', 'dry.,5,1,1', 'general', 'tops', 'knits'] ['10165,936,49', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'jackets', 'took', 'a', 'chance', 'with', 'the', 'small', 'in', 'this', 'coat', 'it', 'fits', 'well', 'the', 'arms', 'are', 'a', 'bit', 'snug', 'but', 'not', 'too', 'snug', 'beautiful', 'design', 'though', 'biggest', 'disappointment', 'was', 'quality', 'i', 'thought', 'the', 'jacket', 'would', 'be', 'thick', 'and', 'warm', 'it', "'s", 'pretty', 'thin', 'will', 'test', 'out', 'warmth', 'soon', 'overall', 'decent', 'purchase', 'would', 'buy', 'again', ',4,1,0', 'general', 'tops', 'sweaters'] ['10166,936,40', 'very', 'beautiful', 'just', 'as', 'pictured', 'this', 'wool', 'jacket', 'actually', 'feels', 'more', 'as', 'a', 'cardigan', 'its', 'a', 'little', 'too', 'thin', 'for', 'a', 'jacket', 'but', 'looks', 'about', 'the', 'same', 'as', 'pictured', 'its', 'very', 'pretty', 'i', 'ordered', 'a', 'l', 'and', 'it', 'was', 'true', 'to', 'size', 'sleeves', 'are', 'cropped', 'the', 'wool', 'material', 'is', 'surprisingly', 'soft', 'and', 'comfortable', 'very', 'nice', 'and', 'colorful', 'addition', 'to', 'my', 'closet', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['10167,1096,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10168,862,47', 'soft', 'tee', 'with', 'nice', 'details', 'i', 'bought', 'one', 'of', 'these', 'tees', 'for', 'myself', 'and', 'one', 'as', 'a', 'gift', 'both', 'in', 'green', 'which', 'is', 'really', 'a', 'beautiful', 'dark', 'teal', 'color', 'as', 'pictured', 'the', 'fabric', 'is', 'so', 'soft', 'that', 'the', 'gift', 'recipient', 'said', 'she', 'wanted', 'an', 'entire', 'jumpsuit', 'made', 'of', 'this', 'fabric', 'the', 'shirt', 'is', 'long', 'enough', 'loose', 'enough', 'and', 'substantial', 'enough', 'to', 'wear', 'untucked', 'as', 'pictured', 'but', 'lightweight', 'enough', 'to', 'tuck', 'in', 'to', 'a', 'pencil', 'skirt', 'i', 'am', 'usually', 'an', 'xs', 'or', 'an', 's', 'in', 'tops', 'and', 'i', 'ordered', 'the', 's', 'in', 'this', 'one', 'the', 'larger', 'size', 'gives', 'the', 'slightly', 'loose', 'fit', ',5,1,9', 'general', 'tops', 'knits'] ['10169,147,58', 'pleasant', 'dreamy', 'pjs', 'i', 'saw', 'these', 'in', 'the', 'connecticut', 'retailer', 'but', 'did', "n't", 'want', 'to', 'pay', 'full', 'price', 'the', 'very', 'next', 'week', 'they', 'went', 'on', 'sale', 'i', 'ordered', 'xs', 'i', "'m", '5', '4', 'small', 'frame', '120lbs', 'while', 'the', 'length', 'is', 'perfect', 'the', 'waist', 'is', 'a', 'bit', 'tight', 'for', 'pjs', 'though', 'not', 'tight', 'enough', 'to', 'return', 'as', 'i', 'love', 'everything', 'else', 'about', 'these', 'they', "'re", 'like', 'wearing', 'a', 'painting', 'of', 'fine', 'art', 'light', 'weight', 'flannel', 'hope', 'they', 'hold', 'up', 'well', 'iin', 'cold', 'water', 'wash', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['10170,1123,53', 'awesome', 'jacket', 'i', 'just', 'purchased', 'this', 'amazing', 'jacket', 'in', 'the', 'moss', 'color', 'in', 'my', 'regular', 'size', 'small', '34d-27-35', 'at', 'the', 'store', 'because', 'my', 'husband', 'had', 'commented', 'about', 'how', 'cool', 'it', 'looked', 'and', 'i', 'absolutely', 'love', 'it', 'this', 'is', 'the', 'softest', 'jacket', 'ever', 'and', 'you', 'would', "n't", 'even', 'know', 'it', "'s", 'not', 'real', 'leather', 'the', 'moss', 'is', 'more', 'of', 'a', 'cross', 'between', 'a', 'dark', 'grey', 'and', 'green', 'and', 'it', "'s", 'so', 'neat', 'how', 'it', 'goes', 'with', 'so', 'many', 'outfits', 'the', 'moss', 'green', 'does', 'not', 'make', 'it', 'difficult', 'at', 'all', 'to', 'match', 'up', 'with', 'so', 'many', 'other', 'colors', 'like', 'you', 'would', 'think', 'due', 'to', "it's,5,1,2", 'general', 'jackets', 'outerwear'] ['10171,862,32', 'wonderful', 'top', 'to', 'dress', 'up', 'or', 'down', 'i', "'m", 'super', 'into', 'this', 'top', 'i', 'bought', 'the', 'evergreen', 'color', 'in', 'store', 'as', 'it', 'fit', 'true', 'to', 'size', 'and', 'was', 'very', 'flattering', 'i', 'went', 'to', 'buy', 'an', 'item', 'that', 'was', 'available', 'online', 'only', 'and', 'decided', 'to', 'also', 'buy', 'this', 'top', 'in', 'black', 'my', 'favorite', 'aspect', 'about', 'this', 'shirt', 'is', 'that', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'material', 'is', 'slightly', 'stretchy', 'though', 'it', 'does', 'not', 'cling', 'i', 'can', 'wear', 'a', 'chunky', 'necklace', 'and', 'dressy', 'skinny', 'pants', 'and', 'look', 'ready', 'for', 'a', 'nice', 'dinner', 'on', 'the', 'other', 'hand', 'this', 'top', 'can', 'be', 'thrown', 'on', 'with', 'a', 'pair', 'of', 'comfy', 'jeans', ',5,1,6', 'general', 'tops', 'knits'] ['10172,1096,49', 'gorgeous', 'this', 'dress', 'is', 'amazing', 'quality', 'with', 'stunning', 'details', 'its', 'flowy', 'and', 'absolutely', 'beautiful'] ['i', 'plan', 'on', 'wearing', 'it', 'whilst', 'im', 'in', 'the', 'depths', 'of', 'the', 'mongolian', 'mountains', 'while', 'singing', 'operatic', 'arias'] ['i', 'ordered', 'a', 'size', 'two', 'regular', 'even', 'though', 'i', 'am', 'petite', 'for', 'the', 'sole', 'purpose', 'of', 'dress', 'length'] ['in', 'the', 'picture', 'the', 'dress', 'comes', 'down', 'to', 'an', 'awkward', 'length', 'on', 'the', 'model', 'the', 'sleeves', 'are', '3/4', 'and', 'it', 'doesnt', 'look', 'as', 'good', 'as', 'it', 'could', 'if', 'the', 'length', 'settled', 'down', 'to', 'where', 'their', 'ankles', 'are', 'or', 'if', 'the', 'sleeves', 'reache', ',5,1,5', 'general', 'dresses', 'dresses'] ['10173,1076,54', 'i', 'loved', 'it', 'i', 'was', 'looking', 'for', 'something', 'to', 'wear', 'for', 'an', 'event', 'at', 'an', 'art', 'gallery', 'i', 'actually', 'really', 'loved', 'this', 'dress', 'i', 'think', 'it', 'hides', 'body', 'flaws', 'i', 'tired', 'on', 'the', 'xs', 'but', 'the', 'small', 'was', 'a', 'little', 'more', 'flowing', 'it', 'was', 'comfortable', 'and', 'very', 'fun', 'to', 'wear', 'i', 'am', 'short', 'so', 'the', 'length', 'was', 'great', 'for', 'me', 'i', 'wore', 'a', 'different', 'full', 'length', 'black', 'slip', 'under', 'it', 'which', 'was', 'more', 'comfortable', 'for', 'me', 'go', 'try', 'it', 'on', 'too', 'see', 'if', 'it', 'fits', 'for', 'your', 'body', 'style', 'it', 'was', 'great', 'for', 'me', ',5,1,1', 'general', 'dresses', 'dresses'] ['10174,1123,49', 'nice', 'jacket', 'very', 'soft', 'for', 'vegan', 'leather', 'very', 'stylish', 'i', 'thought', 'it', 'ran', 'slightly', 'small', 'for', 'size', 'indicated', 'on', 'jacket', 'daughter', 'is', '8-10', 'but', 'medium', 'was', 'tight.,4,1,0', 'general', 'jackets', 'outerwear'] ['10175,376,51', 'beautiful', 'for', '1', 'day', 'this', 'hoodie', 'is', 'beautiful', 'soft', 'and', 'flattering', 'but', 'the', 'soft', 'fabric', 'pilled', 'badly', 'after', 'one', 'wearing', 'and', 'it', "'s", 'probably', 'going', 'to', 'look', 'ratty', 'after', 'a', 'few', 'washings', 'i', 'might', 'accept', 'pilling', 'in', 'a', '30', 'sweatshirt', 'but', 'not', 'at', 'this', 'price', 'i', 'do', "n't", 'really', 'want', 'to', 'take', 'it', 'back', 'but', 'i', 'will', 'i', "'ve", 'complained', 'to', 'retailer', 'employees', 'in', 'the', 'past', 'about', 'other', 'clothes', 'pilling', 'and', 'poor', 'quality', 'and', 'they', "'ve", 'always', 'said', 'i', 'could', 'bring', 'it', 'back', ',3,0,9', 'initmates', 'intimate', 'lounge'] ['10176,1076,39', 'cute', 'need', 'tall', 'boots', 'i', 'tried', 'on', 'the', 'dress', 'that', 'was', 'returned', 'at', 'my', 'store', 'in', 'xxs', 'p', 'i', 'would', 'not', 'have', 'based', 'on', 'reviews', 'but', 'my', 'stylist', 'asked', 'me', 'to', 'try', 'it', 'on', 'it', 'does', 'look', 'nice', 'you', 'just', 'have', 'to', 'cinch', 'it', 'all', 'the', 'way', 'perhaps', 'most', 'people', 'do', 'need', 'to', 'size', 'down', 'for', 'my', '115', 'lbs', '30dd', '26.5in', 'waist', 'i', 'would', "n't", 'go', 'up', 'to', 'xs', 'p', 'to', 'give', 'an', 'idea'] ['material', 'is', 'nice', 'and', 'sturdy', 'give', 'ti', 'a', 'try', ',4,1,0', 'general', 'dresses', 'dresses'] ['10177,1096,41', 'channeling', 'laura', 'ingalls', 'wilder', 'this', 'is', 'a', 'beautiful', 'dress', 'all', 'that', "'s", 'missing', 'is', 'a', 'bonnet', ',3,0,0', 'general', 'dresses', 'dresses'] ['10178,86,48', 'size', 'up', 'it', "'s", 'beautiful', 'but', 'more', 'sheer', 'on', 'bottom', 'than', 'it', 'appears', 'in', 'photo', 'size', 'up', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['10179,877,27', 'cute', 'shirt', 'great', 'for', 'a', 'lazy', 'day', 'off', 'i', 'got', 'an', 'xs', 'but', 'i', 'thought', 'this', 'was', 'a', 'bit', 'lose', 'especially', 'around', 'the', 'waist', 'the', 'shirt', 'is', 'good', 'quality', 'the', 'material', 'is', 'heavier', 'great', 'for', 'spring/fall', 'it', 'goes', 'well', 'with', 'leggings', 'and', 'a', 'jacket', ',4,1,2', 'general', 'tops', 'knits'] ['10180,1123,70', 'awesome', 'jacket', 'i', 'was', "n't", 'sure', 'the', 'shorter', 'length', 'in', 'the', 'back', 'was', 'working', 'until', 'i', 'tried', 'it', 'on', 'this', 'jacket', 'totally', 'worked', 'for', 'me', 'the', 'brown', 'color', 'can', 'be', 'easily', 'matched', 'with', 'other', 'colors', 'i', 'got', 'the', 'jacket', 'in', 'medium', 'size', 'i', 'usually', 'in', 'between', 'size', 'the', 'medium', 'size', 'allow', 'more', 'space', 'on', 'the', 'chest', 'area', 'however', 'the', 'sleeve', 'becomes', 'a', 'bit', 'too', 'long', 'for', 'me', ',5,1,0', 'general', 'jackets', 'outerwear'] ['10181,881,61', 'perfect', 'top', 'this', 'top', 'is', 'so', 'cute', 'it', "'s", 'my', 'go', 'to', 'top', 'dress', 'up', 'or', 'down', 'looks', 'really', 'cute', 'with', 'skinny', 'skirt', 'i', 'have', 'the', 'ivory', 'and', 'just', 'ordered', 'the', 'dark', 'grey', 'one', 'great', 'thing', 'this', 'top', 'has', 'pockets', 'i', 'would', 'buy', 'this', 'in', 'many', 'colors', 'if', 'i', 'could', 'yes', 'it', "'s", 'full', 'but', 'a', 'cute', 'full', 'but', 'i', 'love', 'full', 'tops', 'i', 'think', 'this', 'is', 'true', 'to', 'size', 'it', "'s", 'not', 'tight', 'and', 'i', 'do', "n't", 'think', 'it', 'would', 'be', 'as', 'cute', 'tight', 'i', 'actually', 'like', 'mine', 'on', 'me', 'better', 'than', 'the', 'one', 'on', 'the', 'model.lol', 'washes', 'like', 'a', 'dream', 'and', 'you', 'can', 'dry', 'it', 'in', 'the', 'dryer.,5,1,0', 'general', 'tops', 'knits'] ['10182,1096,58', 'sister', 'wife', 'this', 'dress', 'is', 'really', 'good', 'quality', 'and', 'the', 'beading', 'is', 'adorable', 'but', 'the', 'sleeves', 'combined', 'with', 'the', 'maxi', 'skirt', 'made', 'me', 'look', 'like', 'i', 'was', 'a', 'sister', 'wife', 'and', 'not', 'in', 'a', '250', 'dress', 'i', 'still', 'gave', 'it', 'four', 'stars', 'though', 'because', 'i', 'am', 'having', 'it', 'hemmed', 'to', 'above', 'the', 'knee', 'because', 'i', 'like', 'the', 'top', 'part', 'so', 'much', 'i', 'ordered', 'the', '00p', 'am', '5', '1', '110', 'lbs', 'and', 'the', 'waist', 'fit', 'perfect', 'the', 'skirt', 'was', 'about', 'three', 'inches', 'above', 'my', 'ankles', 'perhaps', 'someone', 'with', 'a', 'more', 'boho', 'style', 'might', 'find', 'the', 'length', 'of', 'the', 'skirt', 'cute', 'but', 'i', 'just', 'found', 'i', ',4,1,24', 'general', 'dresses', 'dresses'] ['10183,862,35', 'i', 'love', 'this', 'shirt', 'i', 'got', 'the', 'red-', 'it', 'is', 'a', 'great', 'color', 'this', 'is', 'one', 'of', 'those', 'thin', 'soft', 't', 'shirts', 'it', 'drapes', 'really', 'nicely', 'and', 'dresses', 'up', 'or', 'dresses', 'down', 'the', 'only', 'downside', 'for', 'me', 'is', 'that', 'it', 'takes', 'a', 'little', 'extra', 'effort', 'in', 'the', 'washing', 'department', 'but', 'really', 'not', 'much-', 'just', 'have', 'to', 'line', 'dry', ',5,1,1', 'general', 'tops', 'knits'] ['10184,376,35', 'i', 'saw', 'this', 'in', 'my', 'local', 'retailer', 'and', 'was', 'blown', 'away', 'by', 'how', 'soft', 'it', 'was', 'the', 'minute', 'i', 'tried', 'it', 'on', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'for', 'being', 'a', 'boxy', 'cut', 'it', 'was', 'surprisingly', 'flattering', 'i', 'have', 'a', 'large', 'chest', 'and', 'normally', 'wear', 'an', 'xl', 'in', 'retailer', 'clothes', 'but', 'i', 'could', 'easily', 'zip', 'the', 'size', 'large', 'all', 'the', 'way', 'up', 'this', 'is', 'the', 'perfect', 'hoodie', 'to', 'wear', 'running', 'errands', 'on', 'the', 'weekend', 'or', 'with', 'a', 'pretty', 'blouse', 'on', 'under', 'it', 'at', 'work', 'i', 'know', 'i', "'ll", 'get', 'a', 'ton', 'of', 'use', 'out', 'of', 'it', 'so', 'i', 'recommend', 'it', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['10185,264,29', 'my', 'favorite', 'invisible', 'socks', 'i', 'purchased', 'this', 'sock', 'in', 'another', 'print', 'before', 'and', 'wear', 'them', 'all', 'the', 'time', 'i', 'was', 'happy', 'to', 'see', 'a', 'new', 'pair', 'on', 'the', 'website', 'and', 'purchased', 'them', 'again', 'these', 'liner', 'socks', 'actually', 'stay', 'on', 'my', 'feet', 'others', 'brands', 'i', "'ve", 'tried', 'before', 'slip', 'off', 'my', 'heel', 'but', 'these', 'stay', 'hidden', 'and', 'stay', 'put', 'plus', 'a', 'fun', 'design', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['10186,1076,32', 'not', 'as', 'pictured', 'this', 'dress', 'is', 'not', 'flattering', 'the', 'slip', 'is', 'very', 'small', 'and', 'short', 'and', 'the', 'dress', 'is', 'big', 'and', 'billowy', 'like', 'the', 'other', 'reviewer', 'said', 'its', 'more', 'like', 'a', 'tablecloth', 'that', 'you', 'stick', 'your', 'head', 'through', 'it', 'was', 'really', 'hard', 'to', 'figure', 'out', 'how', 'to', 'cinch', 'in', 'the', 'waist', 'but', 'it', 'did', "n't", 'help', 'regardless', 'the', 'length', 'is', 'not', 'accurate', 'either', 'i', 'would', 'say', 'it', "'s", 'a', 'pretty', 'short', 'dress', 'mid', 'thigh', 'but', 'that', 'probably', 'depends', 'on', 'the', 'person', 'it', 'also', 'makes', 'you', 'look', 'very', 'horizontal', 'i', 'was', 'really', 'excited', 'about', 'this', 'dress', 'but', 'it', "'s", 'getting', 'r', ',1,0,9', 'general', 'dresses', 'dresses'] ['10187,1076,62', 'a', 'huge', 'miss', 'that', 'could', "'ve", 'been', 'a', 'hit', 'what', 'a', 'shame', 'this', 'dress', 'is', 'i', 'wear', 'xl', 'and', 'am', '5', '2', 'but', 'the', 'dress', 'in', 'the', 'store', 'in', 'the', 'size', 'xs', 'looked', 'just', 'the', 'right', 'size', 'yup', 'xs', 'was', 'just', 'the', 'right', 'size', 'i', 'ca', "n't", 'imagine', 'anyone', 'who', 'wears', 'm', 'or', 's', 'finding', 'this', 'dress', 'fit', 'flattering', 'it', 'would', 'look', 'like', 'a', 'sack', 'it', 'is', 'an', 'inch', 'or', 'two', 'too', 'short', 'in', 'the', 'front', 'for', 'me', 'so', 'i', "'ll", 'be', 'returning', 'it', ',2,0,0', 'general', 'dresses', 'dresses'] ['10188,831,38', 'happy', 'birthday', 'to', 'me', 'another', 'winner', 'for', 'me', 'this', 'top', 'drapes', 'wonderfully', 'the', 'lace', 'is', 'beautiful', 'and', 'looks', 'fabulous', 'on', 'i', 'would', 'highly', 'recommend', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['10189,1076,34', 'love', 'this', 'boho', 'dress', 'i', 'love', 'this', 'unique', 'piece', 'it', 'is', 'slightly', 'over', 'sized', 'which', 'is', 'intended', 'cinches', 'allow', 'you', 'to', 'tighten', 'the', 'waist', 'area/providing', 'more', 'definition', 'will', 'look', 'great', 'with', 'booties', 'in', 'the', 'fall', 'great', 'boho', 'dress', 'the', 'included', 'slip', 'runs', 'small', 'and', 'short', 'however', 'if', 'it', "'s", 'a', 'piece', 'you', 'love', 'you', 'could', 'easily', 'wear', 'a', 'different', 'slip', 'if', 'you', 'wanted', 'something', 'a', 'little', 'longer', ',4,1,1', 'general', 'dresses', 'dresses'] ['10190,147,48', ',so', 'cheerful', 'and', 'colorful', 'love', 'these', 'cozy', 'pj', 'pants', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['10191,1096,46', 'swiss', 'milkmaid', 'this', 'dress', 'is', 'very', 'good', 'quality', 'with', 'beautiful', 'beading', 'on', 'the', 'bodice', 'it', "'s", 'a', 'heavier', 'material', 'than', 'i', 'was', 'expecting', 'but', 'that', 'was', 'a', 'pleasant', 'surprise', 'unfortunately', 'when', 'i', 'put', 'it', 'on', 'and', 'looked', 'in', 'the', 'mirror', 'i', 'laughed', 'out', 'loud', 'because', 'i', 'looked', 'like', 'a', 'fancy', 'swiss', 'milkmaid', 'the', 'shoulders', 'are', 'puffier', 'than', 'shown', 'on', 'the', 'model', 'and', 'combined', 'with', 'the', 'overall', 'design', 'and', 'length', 'i', 'could', "n't", 'think', 'of', 'anywhere', 'to', 'wear', 'it', 'this', 'is', 'an', 'easy', 'return', 'for', 'me', 'the', 'dress', 'runs', 'very', 'true', 'to', 'size', 'and', 'the', 'bodice', 'is', 'fit', ',3,1,6', 'general', 'dresses', 'dresses'] ['10192,909,60', 'quality', 'classy', 'sweater', 'excited', 'to', 'get', 'this', 'sweater', 'i', "'m", 'a', '38c', 'and', 'usually', 'wear', 'a', 'size', '14', 'blouse', 'so', 'i', 'ordered', 'an', 'xl', 'as', 'i', 'do', "n't", 'like', 'clingy', 'sweaters', 'this', 'was', 'perfect', 'fitted', 'but', 'not', 'tight', 'i', "'ll", 'be', 'able', 'to', 'wear', 'this', 'with', 'jeans', 'and', 'cute', 'boots', 'for', 'lunches', 'or', 'nice', 'slacks', 'and', 'heels', 'for', 'a', 'dinner', 'date', 'wish', 'i', 'could', "'ve", 'gotten', 'it', 'for', 'the', '25', 'off', 'free', 's/h', 'but', 'glad', 'i', 'did', "n't", 'wait', 'this', 'size', 'was', 'sold', 'out', 'first.,5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10193,1096,63', 'dress', 'review', 'i', 'fist', 'saw', 'this', 'dress', 'in', 'the', 'window', 'in', 'alexandria', 'va', 'olde', 'towne', 'and', 'i', 'immediately', 'said', 'that', 'i', 'have', 'to', 'have', 'it', 'upon', 'receiving', 'it', 'in', 'the', 'mail', 'i', 'was', 'surprised', 'by', 'the', 'quality', 'of', 'the', 'dress', 'this', 'dress', 'is', 'made', 'very', 'well', 'after', 'trying', 'it', 'on', 'it', 'did', 'look', 'like', 'i', 'was', 'going', 'to', 'be', 'dancing', 'with', 'the', 'hippies', 'in', 'woodstock', 'but', 'i', 'love', 'the', 'dress', 'and', 'plan', 'on', 'wearing', 'it', 'soon', 'good', 'quality', ',5,1,0', 'general', 'dresses', 'dresses'] ['10194,1076,60', 'adorable', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'had', 'to', 'write', 'my', 'own', 'i', 'think', 'this', 'dress', 'is', 'adorable', 'it', 'is', 'a', 'tunic', 'and', 'advertised', 'as', 'such', 'i', 'think', 'the', 'drawcord', 'and', 'the', 'way', 'it', 'is', 'styled', 'is', 'really', 'different', 'and', 'gives', 'the', 'dress', 'some', 'pop', 'i', 'am', '5', '4', 'so', 'the', 'length', 'is', 'good', 'for', 'me', 'i', 'did', "n't", 'have', 'trouble', 'with', 'the', 'arms', 'as', 'some', 'did', 'the', 'slip', 'was', 'a', 'problem', 'too', 'small', 'especially', 'considering', 'the', 'dress', 'is', 'a', 'tunic', 'and', 'fits', 'as', 'a', 'tunic', 'the', 'dress', 'fits', 'me', 'as', 'it', 'does', 'the', 'model', 'with', 'a', 'pair', 'of', 'cute', 'boots', 'this', 'dress', 'rocks', ',4,1,1', 'general', 'dresses', 'dresses'] ['10195,1076,67', 'how', 'do', 'i', 'use', 'my', 'arms', 'i', 'loved', 'the', 'look', 'of', 'this', 'dress', 'online', 'so', 'i', 'went', 'to', 'retailer', 'to', 'try', 'it', 'on', 'in', 'the', 'dressing', 'room', 'area', 'we', 'were', 'all', 'laughing', 'because', 'i', 'tried', 'on', 'a', 'small', 'when', 'i', 'got', 'it', 'tied', 'to', 'the', 'point', 'where', 'it', 'looked', 'like', 'the', 'model', 'online', 'i', 'could', "n't", 'raise', 'my', 'arms', 'the', 'distance', 'between', 'the', 'cuff', 'and', 'the', 'waist', 'is', 'inches', 'even', 'if', 'you', 'manage', 'to', 'lift', 'your', 'arms', 'the', 'whole', 'dress', 'will', 'go', 'with', 'it', 'and', 'expose', 'you', 'as', 'much', 'as', 'if', 'you', 'were', "n't", 'wearing', 'a', 'dress', 'at', 'all', 'but', 'a', 'shirt', 'too', 'bad', 'poor', 'design', 'for', 'sure', 'and', 'such', 'a', 'shame', 'when', 'th', ',2,0,1', 'general', 'dresses', 'dresses'] ['10196,1135,37', 'love', 'this', 'skirt', 'my', 'skirt', 'arrived', 'this', 'week', 'and', 'its', 'beautiful', 'i', "'m", 'so', 'happy', 'i', 'splurged', 'on', 'it', 'i', "'m", 'usually', 'a', 'size', '6', 'and', 'the', 'medium', 'fits', 'perfect', 'although', 'it', 'is', 'quite', 'long', 'i', "'m", '5', '2', 'though', 'i', 'will', 'probably', 'get', 'it', 'hemmed', 'but', 'went', 'ahead', 'and', 'wore', 'it', 'anyway', 'and', 'actually', 'found', 'i', 'like', 'it', 'a', 'bit', 'long', 'and', 'its', 'very', 'comfortable', 'the', 'fabric', 'is', 'very', 'high', 'quality', 'and', 'the', 'color', 'is', 'stunning', ',5,1,3', 'general', 'trend', 'trend'] ['10197,865,39', 'unflattering', 'fit', 'large', 'and', 'the', 'material', 'is', 'too', 'bulky', 'i', 'returned', 'it.,1,0,0', 'general', 'tops', 'knits'] ['10198,1076,22', 'this', 'dress', 'looks', 'like', 'it', 'could', 'be', 'cute', 'on', 'but', 'when', 'you', 'put', 'it', 'on', 'its', 'just', 'blah', 'i', 'saw', 'someone', 'else', 'trying', 'it', 'on', 'in', 'the', 'fitting', 'room', 'and', 'she', 'felt', 'the', 'same', 'not', 'cute', 'not', 'flattering', 'the', 'model', 'photo', 'is', 'deceiving', 'would', 'not', 'recommend', 'although', 'it', 'looks', 'airy', 'and', 'comfy', ',1,0,0', 'general', 'dresses', 'dresses'] ['10199,936,68', 'just', 'received', 'this', 'beautiful', 'jacket', 'of', 'quality', 'wool', 'and', 'superior', 'design', 'i', 'love', 'it', 'and', 'wore', 'it', 'christmas', 'eve', 'with', 'tailored', 'black', 'pants', 'the', 'fit', 'is', 'perfect', 'in', 'the', 'shoulders', 'sleeve', 'length', 'and', 'generous', 'in', 'the', 'hips', 'waist', 'i', 'used', 'the', 'tie', 'to', 'gather', 'it', 'in', 'a', 'bit', 'at', 'the', 'waist', 'but', 'plan', 'to', 'have', 'an', 'inch', 'or', 'so', 'taken', 'in', 'on', 'either', 'side', 'at', 'the', 'hip', 'to', 'avoid', 'my', 'looking', 'too', 'wide', 'a', 'matter', 'of', 'preference', 'but', 'i', 'have', 'most', 'things', 'tailored', 'a', 'must', 'at', 'my', 'age', 'i', 'felt', 'young', 'and', 'attractive', 'rather', 'than', 'old', 'and', 'non-descri', ',5,1,1', 'general', 'tops', 'sweaters'] ['10200,1059,40', 'love', 'this', 'jumpsuit', 'i', "'m", 'in', 'love', 'with', 'this', 'jumpsuit', 'i', "'m", '39', 'y/old', '5.5', '140lbs', 'and', 'ordered', 'the', '6', 'petite', 'my', 'legs', 'are', 'a', 'little', 'challenged', 'in', 'the', 'length', 'department', 'it', 'fits', 'perfectly', 'and', 'i', 'get', 'complimented', 'every', 'time', 'i', 'wear', 'it', 'simple', 'yet', 'elegant', 'and', 'stylish', ',5,1,0', 'general', 'bottoms', 'pants'] ['10201,147,36', 'sleeping', 'in', 'comfort', 'beauty', 'george', 'venson', 'of', 'vousta', 'has', 'designed', 'a', 'pair', 'of', 'pajama', 'bottoms', 'that', 'are', 'beautifully', 'designed', 'comfy', 'to', 'lounge', 'sleep', 'in', 'they', 'are', 'a', 'light', 'weight', 'flannel', 'that', 'fit', 'true', 'to', 'size', 'wash', 'extremely', 'well', 'the', 'design', 'on', 'these', 'pj', "'s", 'are', 'like', 'no', 'other', 'a', 'white', 'background', 'with', 'red', 'birds', 'polar', 'bears', 'deer', 'all', 'with', 'tree', 'branches', 'running', 'through', 'the', 'length', 'of', 'the', 'pant', 'they', "'re", 'just', 'delightful', 'you', 'must', 'try', 'them', ',5,1,11', 'initmates', 'intimate', 'sleep'] ['10202,909,44', 'very', 'nice', 'but', 'it', "'s", 'not', 'for', 'tall', 'girls', 'i', "'m", 'a', 'petite', 'girl', '5', 'and', '100lbs', 'ordered', 'regular', 'size', 'xs', 'since', 'others', 'mentioned', 'this', 'being', 'short', 'or', 'cropped', 'this', 'sweater', 'is', 'adorable', 'not', 'itchy', 'in', 'my', 'opinion', 'and', 'the', 'lenght', 'is', 'just', 'right', 'not', 'short', 'not', 'long', 'however', 'it', 'may', 'be', 'a', 'bit', 'short', 'for', 'tall', 'girls', 'still', 'think', 'it', "'s", 'worth', 'a', 'try', ',5,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10203,1096,59', 'gorgeous', 'imaginative', 'dress', 'i', 'really', 'love', 'this', 'dress', 'the', 'fit', 'is', 'flattering', 'and', 'comfortable', 'the', 'fabric', 'has', 'a', 'pale', 'art', 'nouveau', 'background', 'with', 'indian', 'and', 'middle', 'eastern', 'prints', 'over', 'it', 'the', 'beadwork', 'does', 'really', 'pop', 'and', 'the', 'whole', 'is', 'greater', 'than', 'the', 'sum', 'of', 'its', 'parts', 'for', 'lovers', 'of', 'etro', "'s", 'bohemian', 'style', 'who', 'do', "n't", 'want', 'to', 'spent', 'thousands', 'of', 'dollars', 'on', 'a', 'dress', ',5,1,8', 'general', 'dresses', 'dresses'] ['10204,1076,37', 'i', 'really', 'do', "n't", 'have', 'enough', 'bad', 'things', 'to', 'say', 'i', "'ll", 'start', 'by', 'saying', 'over', 'the', 'years', 'i', 'get', 'more', 'and', 'more', 'frustrated', 'by', 'the', 'lowered', 'quality', 'of', 'retailer', "'s", 'products', 'this', 'dress', 'represents', 'all', 'of', 'my', 'frustration', 'cheap', 'cheap', 'cheap', 'material', 'low', 'thread', 'count', 'elastic', 'around', 'the', 'end', 'of', 'the', 'sleeves', 'that', 'rubs', 'the', 'cheap', 'fabric', 'against', 'your', 'arm', 'i', 'mean', 'this', 'dress', 'is', 'a', 'total', 'disaster', 'and', 'looks', 'nothing', 'like', 'the', 'photograph', 'shown', ',1,0,3', 'general', 'dresses', 'dresses'] ['10205,1096,43', 'probably', 'not', 'for', 'everyone', 'when', 'i', 'first', 'put', 'this', 'dress', 'on', 'i', 'immediately', 'thought', 'oh', 'no', 'i', 'ca', "n't", 'pull', 'this', 'off', 'at', 'least', 'not', 'without', 'a', 'cow', 'to', 'milk', 'but', 'this', 'dress', 'is', 'so', 'comfortable', 'the', 'material', 'feels', 'divine', 'and', 'the', 'quality', 'really', 'is', 'excellent', 'for', 'the', 'price', 'the', 'pattern', 'of', 'the', 'panel', 'on', 'the', 'bodice', 'creates', 'a', 'slimming', 'effect', 'so', 'it', 'is', 'also', 'very', 'flattering', 'if', 'you', 'can', 'get', 'the', 'waist', 'to', 'hit', 'right', 'i', 'had', 'to', 'try', 'on', 'a', 'few', 'different', 'bras', 'to', 'make', 'this', 'happen', 'fits', 'true', 'to', 'size', 'i', 'got', 'a', 'size', '2', 'my', 'usual', 'size', 'and', 'i', 'have', 'gained', 'a', 'fe', ',5,1,6', 'general', 'dresses', 'dresses'] ['10206,877,33', 'love', 'it', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'order', 'it', 'i', 'am', 'glad', 'i', 'did', 'it', 'is', 'a', 'great', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['10207,1096,40', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'dress', 'i', 'got', 'a', 'petite', '4', 'as', 'i', 'am', '5', '2', 'it', 'was', 'very', 'hard', 'to', 'zip', 'up', 'the', 'side', 'zipper', 'but', 'not', 'impossible', 'it', 'did', "n't", 'look', 'good', 'on', 'me', 'the', 'waist', 'line', 'was', 'a', 'bit', 'too', 'high', 'maybe', 'a', 'regular', 'would', 'have', 'looked', 'better', 'also', 'i', 'thought', 'it', 'was', 'a', 'cotton', 'dress', 'but', 'it', 'is', "n't", 'also', 'i', 'looked', 'like', 'i', 'was', 'going', 'to', 'a', 'nordic', 'folk', 'festival', 'to', 'do', 'a', 'traditional', 'dance', 'i', 'had', 'been', 'so', 'excited', 'to', 'receive', 'this', 'but', 'sadly', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'and', 'i', 'had', 'to', 'send', 'it', 'back', ',2,0,0', 'general', 'dresses', 'dresses'] ['10208,927,46', 'really', 'lovely', 'sweater', 'coat', 'i', 'love', 'the', 'patterns', 'and', 'the', 'colors', 'easy', 'to', 'dress', 'up', 'or', 'down', 'i', 'ordered', 'a', 'small', 'and', 'just', 'ordered', 'a', 'can', 'to', 'compare', 'them', 'the', 'cut', 'is', 'great', 'as', 'the', 'sides', 'still', 'meet', 'even', 'though', 'there', "'s", 'no', 'closure', 'it', "'s", 'a', 'good', 'weight', 'for', 'this', 'weather', 'and', 'winter', 'i', 'live', 'in', 'sweater', 'coats', 'where', 'i', 'am', 'and', 'this', 'is', 'a', 'great', 'addition'] ['it', "'s", 'a', 'little', 'itchy', 'that', "'s", 'the', 'only', 'flaw', ',5,1,1', 'general', 'tops', 'sweaters'] ['10209,936,38', 'stunning', 'absolutely', 'perfect', 'and', 'worth', 'every', 'penny', 'i', 'am', '5', '8', 'and', 'normally', 'between', 'a', '4', 'and', '6', 'in', 'jackets', 'while', 'the', 'small', 'fit', 'i', 'ended', 'up', 'purchasing', 'a', 'medium', 'so', 'i', 'had', 'more', 'room', 'in', 'the', 'arms', 'insanely', 'comfortable', 'and', 'truly', 'stunning', 'on', 'expect', 'compliments', 'when', 'you', 'are', 'wearing', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['10210,936,50', 'lovely', 'jacket', 'the', 'collar', 'on', 'this', 'jacket', 'is', 'amazing', 'there', 'is', 'so', 'much', 'you', 'can', 'do', 'with', 'it', 'to', 'create', 'different', 'styles', 'and', 'looks', 'it', 'gives', 'it', 'a', 'glamorous', 'edge', 'with', 'a', 'classic', 'uniqueness', 'the', 'print', 'contains', 'vibrant', 'colors', 'perfect', 'for', 'holiday', 'parties', 'as', 'well', 'as', 'for', 'work', 'and', 'other', 'occasions', 'when', 'you', 'snap', 'it', 'the', 'material', 'gets', 'bunchy', 'and', 'awkward-fitting', 'so', 'it', "'s", 'best', 'to', 'wear', 'it', 'as', 'a', 'wrap', 'it', 'is', 'a', 'little', 'pricey', 'in', 'my', 'opinion', 'and', 'i', 'am', 'guessing', 'it', 'is', 'due', 'to', 'the', 'perfect', 'and', 'flawless', 'design', 'that', 'stands', 'apart', 'from', 'some', 'of', ',4,1,15', 'general', 'tops', 'sweaters'] ['10211,936,47', 'another', 'timeless', 'piece', 'i', 'agree', 'with', 'almost', 'everything', 'the', 'previous', 'reviewer', 'said', 'with', 'one', 'notable', 'exception', 'probably', 'because', 'she', 'and', 'i', 'have', 'very', 'different', 'figures', 'i', 'am', 'able', 'to', 'wear', 'the', 'sweater', 'fully', 'snapped', 'with', 'the', 'belt', 'cinching', 'my', 'waist', 'creating', 'a', 'peplum', 'effect', 'i', 'wore', 'this', 'jacket', 'to', 'a', 'party', 'as', 'a', 'top', 'over', 'a', 'black', 'band', 'aid', 'skirt', 'code', 'for', 'tight-fitting', 'and', 'tastefully', 'short', 'with', 'black', 'semi-opaque', 'tights', 'and', 'black', 'booties', 'the', 'look', 'was', 'classy', 'but', 'edgy', 'having', 'paired', 'a', 'delicate', 'floral', 'pattern', 'and', 'unusually', 'feminine', 'n', ',5,1,6', 'general', 'tops', 'sweaters'] ['10212,1096,56', 'late', '1960s', 'eastern', 'european-looking', 'beautiful', 'i', 'loved', 'this', 'on', 'the', 'cover', 'of', 'the', 'august', 'catalog', 'when', 'i', 'saw', 'the', 'pictures', 'online', 'i', 'was', 'a', 'bit', 'hesitant', 'because', 'the', 'background', 'of', 'the', 'dress', 'looked', 'white', 'and', 'i', 'wondered', 'whether', 'it', 'would', 'be', 'too', 'washed', 'out', 'for', 'me', 'not', 'so', 'i', 'love', 'it', 'it', 'fits', 'beautifully', 'the', 'waistline', 'is', 'very', 'flattering', 'it', 'looks', 'like', 'a', 'dress', 'a', 'model', 'would', 'wear', 'in', 'the', '1960s', 'not', 'a', 'hippie', 'but', 'a', 'model', 'in', 'a', 'high', 'fashion', 'magazine', 'it', 'looks', 'great', 'with', 'boots', 'the', 'fabric', 'is', 'soft', 'to', 'the', 'touch', 'so', 'luxurious', 'i', 'am', 'of', 'polish', 'and', 'lithuanian', 'd', ',5,1,22', 'general', 'dresses', 'dresses'] ['10213,1096,53', 'exotic', 'i', 'love', 'the', 'fabric', 'and', 'details', 'of', 'this', 'dress', 'i', 'was', 'thrilled', 'to', 'see', 'it', 'in', 'person', 'i', 'plan', 'on', 'wearing', 'it', 'when', 'the', 'weather', 'gets', 'colder', 'because', 'of', 'the', 'styling', 'of', 'the', 'dress', 'i', 'am', 'choosing', 'to', 'keep', 'the', 'hem', 'where', 'it', 'is', 'and', 'thus', 'prefer', 'it', 'as', 'a', 'colder', 'months', 'dress', 'the', 'poppy', 'flowers', 'really', 'pop', 'in', 'this', 'dress-', 'love', ',5,1,7', 'general', 'dresses', 'dresses'] ['10214,936,38', 'did', "n't", 'work', 'for', 'my', 'curvy', 'hips', 'this', 'jacket', 'is', 'really', 'pretty', 'and', 'unique', 'unfortunately', 'the', 'material', 'around', 'the', 'waist', 'area', 'does', 'not', 'lay', 'flat', 'like', 'it', 'does', 'in', 'the', 'picture', 'i', "'m", '5', 'ft', '6', 'in', 'and', 'a', 'size', '6.', 'i', 'ordered', 'the', 'medium', 'it', 'fit', 'well', 'but', 'the', 'material', 'around', 'the', 'waist', 'area', 'jutted', 'out', 'making', 'me', 'look', 'really', 'wide', 'disappointed', 'to', 'have', 'to', 'return', 'this.,4,1,9', 'general', 'tops', 'sweaters'] ['10215,936,49', 'a', 'signature', 'piece', 'absolutely', 'beautiful', 'jacket', 'the', 'craftsmanship', 'is', 'amazing', 'and', 'the', 'colors', 'remind', 'me', 'of', 'a', 'impressionist', 'water', 'color', 'the', 'jacket', 'runs', 'true', 'to', 'size', 'i', "'m", '5', '7', 'and', '115', 'pounds', 'with', 'a', '30e', 'bust', 'and', 'the', 'extra', 'small', 'fit', 'perfectly', 'unlike', 'the', 'other', 'reviewers', 'i', 'did', "n't", 'have', 'issue', 'with', 'the', 'bottom', 'not', 'lying', 'flat', 'or', 'the', 'collar', 'bunching', 'up', 'i', 'wore', 'it', 'with', 'a', 'green', 'leather', 'pencil', 'skirt', 'and', 'suede', 'stilettos', 'but', 'you', 'can', 'also', 'wear', 'it', 'with', 'skinny', 'jeans', 'as', 'well.i', 'got', 'this', 'very', 'deeply', 'discounted', 'and', 'although', 'it', 'is', 'i', ',5,1,1', 'general', 'tops', 'sweaters'] ['10216,1123,41', 'gorgeous', 'jacket', 'i', 'was', 'lucky', 'enough', 'to', 'see', 'this', 'in', 'store', 'when', 'it', 'went', 'on', 'sale', 'and', 'although', 'i', 'rarely', 'wear', 'leather/vegan', 'jackets', 'i', 'tried', 'it', 'on', 'i', 'am', 'torn', 'on', 'sizing', 'i', "'m", 'normally', 'a', 'm', 'or', '8/10', 'in', 'retailer', 'but', 'the', 'm', 'fit', 'slightly', 'tight', 'in', 'the', 'waist', 'and', 'the', 'l', 'was', 'slightly', 'loose', 'i', 'ended', 'up', 'with', 'the', 'l', 'in', 'the', 'moss', 'color', 'since', 'i', 'can', 'layer', 'and', 'do', "n't", 'really', 'want', 'the', 'jacket', 'too', 'cropped', 'i', 'also', 'saw', 'the', 'brown', 'and', 'tried', 'that', 'on', 'but', 'for', 'me', 'the', 'moss', 'color', 'was', 'much', 'richer', ',4,1,3', 'general', 'jackets', 'outerwear'] ['10217,877,39', 'laid', 'back', 'and', 'stylish', 'this', 'piece', 'is', 'comfortable', 'and', 'easy', 'to', 'pair', 'with', 'leggings', 'or', 'denim', 'soft', 'and', 'not', 'too', 'heavy.,4,1,0', 'general', 'tops', 'knits'] ['10218,1135,49', 'gorgeous', 'consider', 'sizing', 'up', 'this', 'is', 'just', 'as', 'it', 'looks', 'a', 'minimalist', 'elegant', 'dark', 'navy', 'skirt', 'that', 'provides', 'a', 'classic', 'feminine', 'shape', 'and', 'looks', 'like', 'it', 'could', 'last', 'for', 'years', 'it', 'is', 'straight', 'so', 'you', 'might', 'want', 'to', 'consider', 'sizing', 'up', 'unless', 'you', "'re", 'quite', 'slender', 'i', "'m", "5'10", 'and', '160', 'and', 'am', 'sending', 'back', 'a', 'm', 'for', 'a', 'l.', 'excited', 'to', 'get', 'my', 'new', 'skirt', 'and', 'to', 'wear', 'it', ',5,1,6', 'general', 'trend', 'trend'] ['10219,1092,31', 'disappointing', 'i', 'wanted', 'to', 'love', 'this', 'because', 'it', "'s", 'all', 'my', 'favorites', 'simple', 'chic', 'design', 'pure', 'silk', 'gorgeous', 'color', 'in', 'reality', 'the', 'dress', 'was', '100', 'see-through', 'very', 'thin', 'and', 'poor', 'quality', 'silk', 'i', 'posted', 'pictures', 'of', 'me', 'wearing', 'this', 'dress', 'with', 'a', 'nude', 'slip', 'on', 'underneath', 'that', 'i', 'brought', 'along', 'for', 'shopping', 'elsewhere', 'for', 'business', 'dresses', 'despite', 'the', 'thin', 'quality', 'of', 'the', 'silk', 'i', 'was', 'still', 'considering', 'spending', 'this', 'dress', 'despite', 'it', "'s", 'unreasonably', 'high', 'for', 'the', 'quality', 'but', 'after', 'trying', 'it', 'on', 'i', 'was', 'really', 'disappoin', ',3,0,4', 'general', 'dresses', 'dresses'] ['10220,1096,30', 'such', 'a', 'beautiful', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['10221,1076,58', 'totally', 'off', 'the', 'mark', 'i', 'did', "n't", 'have', 'a', 'problem', 'anticipating', 'the', 'fit', 'of', 'this', 'dress', 'i', 'felt', 'with', 'the', 'drawstrings', 'on', 'each', 'side', 'i', 'could', 'make', 'it', 'work', 'i', 'usually', 'take', 'a', 'large', 'and', 'even', 'ordered', 'a', 'medium', 'as', 'i', 'had', 'read', 'all', 'the', 'reviews', 'of', 'it', 'running', 'big', 'when', 'i', 'got', 'the', 'dress', 'i', 'was', 'beyond', 'disappointed', 'it', 'is', 'a', 'heavy', 'itchy', 'polyester-like', 'fabric', 'not', 'a', 'thin', 'rayon', 'looking', 'texture', 'like', 'the', 'picture', 'shows', 'it', 'is', 'also', 'a', 'deep', 'black', 'not', 'the', 'plum', 'color', 'in', '4/5', 'photos', 'but', 'most', 'importantly', 'i', 'am', '5', '8', 'and', 'the', 'dress', 'is', 'very', 'short', 'on', 'me', 'it', ',1,0,1', 'general', 'dresses', 'dresses'] ['10222,877,65', ',it', 'does', 'snag', 'easily', 'which', 'stinks', 'because', 'it', "'s", 'darling', 'and', 'i', 'love', 'it', 'to', 'pieces', 'i', 'just', 'hope', 'it', 'does', "n't", 'end', 'up', 'in', 'pieces', ',4,1,5', 'general', 'tops', 'knits'] ['10223,1096,39', 'read', 'beardedlady', "'s", 'review', 'the', 'previous', 'review', 'by', 'beardedlady', 'said', 'it', 'best', 'yes', 'i', 'do', 'still', 'feel', 'like', 'a', 'little', 'girl', 'playing', 'dress', 'up', 'in', 'it', 'but', 'i', 'do', "n't", 'care', 'this', 'is', 'a', 'fun', 'creative', 'dress', 'to', 'be', 'worn', 'on', 'the', 'days', 'when', 'you', 'feel', 'like', 'having', 'a', 'julie', 'andrews', 'moment'] [] [] ['in', 'my', 'own', 'opinion', 'i', 'do', "n't", 'think', 'i', 'can', 'wear', 'this', 'without', 'a', 'topper', 'covering', 'the', 'poufy', 'shoulders', 'so', 'i', "'m", 'happy', 'that', 'i', 'own', 'the', 'dara', 'moto', 'jacket', 'in', 'plum', 'to', 'toughen', 'up', 'the', 'look', 'i', 'am', '38-27-35/36c/135', 'and', 'the', 'bodice', 'feels', 'a', 'little', 'loose', 'all', 'over', 'with', 'the', 'size', '10', 're', ',5,1,1', 'general', 'dresses', 'dresses'] ['10224,147,46', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['10225,1123,49', 'incredible', 'quality', 'and', 'style', 'i', 'had', 'my', 'eye', 'on', 'this', 'jacket', 'in', 'moss', 'for', 'awhile', 'i', 'was', 'afraid', 'the', 'vegan', 'leather', 'would', "n't", 'feel', 'natural', 'or', 'soft', 'but', 'i', 'was', 'wrong', 'it', "'s", 'wonderfully', 'soft', 'so', 'much', 'so', 'that', 'every', 'time', 'i', 'wear', 'it', 'and', 'tell', 'someone', 'it', "'s", 'vegan', 'leather', 'they', 'feel', 'compelled', 'to', 'touch', 'it', 'and', 'ca', "n't", 'get', 'over', 'the', 'quality', 'the', 'detailing', 'is', 'great', 'and', 'the', 'back', 'adds', 'a', 'special', 'interesting', 'touch', 'it', "'s", 'become', 'my', 'go-to', 'jacket', 'and', 'works', 'just', 'as', 'well', 'with', 'jeans', 'as', 'it', 'does', 'with', 'a', 'nice', 'dress', 'and', 'who', 'does', "n't", 'love', 'getting', 'a', 'compliment', 'every', ',5,1,0', 'general', 'jackets', 'outerwear'] ['10226,1123,52', 'beautiful', 'jacket', 'feels', 'like', 'leather', 'this', 'jacket', 'feels', 'like', 'quality', 'and', 'has', 'beautiful', 'detailing', 'one', 'thing', 'to', 'note', 'though', 'the', 'proportions', 'are', 'a', 'little', 'odd', 'it', 'is', 'cut', 'very', 'high', 'in', 'the', 'back', 'at', 'the', 'waist', 'and', 'the', 'sleeves', 'seem', 'over-long', ',5,1,0', 'general', 'jackets', 'outerwear'] ['10227,936,57', 'lovely', 'soft', 'elegant', 'beautiful', 'and', 'makes', 'me', 'feel', 'special', 'what', 'more', 'could', 'one', 'ask', 'for', 'fit', 'is', 'true', 'to', 'size', 'and', 'has', 'various', 'styling', 'options', 'best', 'retailer', 'purchase', 'in', 'some', 'time', ',5,1,0', 'general', 'tops', 'sweaters'] ['10228,877,57', 'versatile', 'comfort', 'great', 'wardrobe', 'staple', 'at', '119', 'i', 'ordered', 'the', 's', 'and', 'the', 'fit', 'was', 'great', 'you', 'can', 'wear', 'this', 'so', 'many', 'ways', 'and', 'it', "'s", 'soft', ',5,1,2', 'general', 'tops', 'knits'] ['10229,935,23', 'hooded', 'ludlow', 'vest', 'this', 'vest', 'is', 'the', 'best', 'even', 'though', 'it', 'has', 'no', 'sleeves', 'it', 'truly', 'keeps', 'you', 'warm', 'it', 'feels', 'like', 'you', "'re", 'wearing', 'a', 'soft', 'blanket', 'around', 'you', 'it', 'is', 'my', 'favorite', ',5,1,0', 'general', 'tops', 'sweaters'] ['10230,1096,22', 'love', 'one', 'word', 'obsessed', 'feel', 'like', 'a', 'carrie', 'bradshaw', 'bohemian', 'queen', 'sturdy', 'and', 'luxurious', 'pretty', 'fancy', 'definitely', 'queen-worthy', 'i', 'amp', 'amp', '39', 'm', 'walzing', 'around', 'my', 'house', 'in', 'this', 'dress', 'listening', 'to', 'john', 'mayer', 'and', 'feeling', 'fab', ',5,1,0', 'general', 'dresses', 'dresses'] ['10231,1096,34', 'so', 'beautiful', 'this', 'dress', 'is', 'stunning', 'it', 'may', 'be', 'my', 'new', 'favorite', 'thing', 'i', "'m", 'not', 'sure', 'where', 'you', 'are', 'to', 'wear', 'this', 'as', 'it', 'is', 'really', 'fancy', 'but', 'i', 'will', 'wear', 'it', 'to', 'work', 'and', 'church', 'anyways', 'even', 'if', 'it', 'is', 'a', 'bit', 'on', 'the', 'dressed', 'up', 'side', 'the', 'fit', 'it', 'true', 'to', 'size', 'i', 'am', '5', '8', 'and', 'the', 'length', 'is', 'similar', 'to', 'that', 'on', 'the', 'model', 'in', 'the', 'photo', 'zipper', 'troubles', 'i', 'can', 'zip', 'it', 'off', 'of', 'my', 'body', 'but', 'when', 'one', 'when', 'it', 'comes', 'to', 'the', 'thicker', 'part', 'where', 'the', 'zipper', 'is', 'i', 'can', 'not', 'zip', 'it', 'decided', 'could', 'zip', 'halfway', 'and', 'still', 'shimmy', 'in.,4,1,0', 'general', 'dresses', 'dresses'] ['10232,877,34', 'i', 'love', 'the', 'look', 'might', 'snag', 'i', 'love', 'the', 'long', 'tunic', 'with', 'high', 'slits', 'it', "'s", 'such', 'a', 'great', 'design', 'i', 'bought', 'this', 'on', 'sale', 'on', 'a', 'whim', 'i', 'did', 'see', 'that', 'there', 'was', 'already', 'a', 'small', 'snag', 'on', 'the', 'one', 'i', 'purchased', 'right', 'after', 'i', 'took', 'it', 'out', 'of', 'the', 'bag', 'must', 'have', 'missed', 'that', 'when', 'i', 'looked', 'at', 'it', 'in', 'the', 'store', 'i', 'still', 'love', 'it', 'just', 'a', 'little', 'worried', 'based', 'on', 'other', 'reviews', 'that', 'i', 'wo', "n't", 'be', 'able', 'to', 'keep', 'from', 'snagging', 'in', 'the', 'future', 'at', 'the', 'sale', 'price', 'i', 'would', 'say', 'still', 'worth', 'it', 'though', ',4,1,1', 'general', 'tops', 'knits'] ['10233,1104,25', 'so', 'soft', 'i', 'was', 'somewhat', 'hesitant', 'to', 'purchase', 'this', 'dress', 'based', 'on', 'the', 'previous', 'reviews', 'for', 'me', 'it', 'fit', 'perfect', 'the', 'blouse', 'was', 'fine', 'not', 'too', 'much', 'fabric', 'the', 'skirt', 'is', 'soft', 'and', 'stretchy', 'the', 'fit', 'was', 'tts', 'for', 'reference', 'i', 'am', '120lbs', '34c', 'and', 'i', 'purchased', 'the', '4p', 'it', 'fits', 'great', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10234,975,32', 'fabric', 'split', 'apart', 'after', 'one', 'day', 'of', 'wear', 'i', 'wore', 'this', 'blazer', 'for', 'one', 'day', 'did', "n't", 'do', 'anything', 'strenuous', 'and', 'the', 'fabric', 'started', 'to', 'disintegrate', 'along', 'the', 'back', 'next', 'to', 'the', 'center', 'seam', 'it', "'s", 'completely', 'unfixable', 'since', 'it', "'s", 'not', 'the', 'seam', 'that', 'split', 'but', 'the', 'fabric', 'itself', 'what', 'a', 'waste', 'of', 'money'] [] ['as', 'to', 'the', 'fit', 'it', 'is', 'a', 'boxy', 'cut', 'through', 'the', 'waist', 'it', 'looks', 'better', 'unbuttoned', 'than', 'buttoned', 'the', 'jacket', 'also', 'shows', 'a', 'lot', 'of', 'the', 'shirt', 'you', 'have', 'under', 'it', 'so', 'it', "'s", 'good', 'over', 'something', 'cute'] [] ['or', 'it', 'would', 'be', 'if', 'it', 'did', "n't", 'fall', 'apart', ',1,0,6', 'general', 'jackets', 'jackets'] ['10235,131,23', 'comfy', 'chic', 'i', 'saw', 'this', 'romper', 'online', 'and', 'knew', 'i', 'needed', 'it', 'as', 'i', 'love', 'flannels', 'and', 'i', 'love', 'rompers', 'it', "'s", 'super', 'comfy', 'i', 'bought', 'with', 'the', 'intention', 'of', 'wearing', 'it', 'out', 'not', 'just', 'around', 'the', 'house', 'i', 'think', 'in', 'the', 'fall', 'it', 'will', 'be', 'cute', 'with', 'high', 'socks', 'and', 'boots', 'but', 'as', 'i', 'just', 'got', 'it', 'i', "'ve", 'been', 'opting', 'for', 'tights', 'lots', 'of', 'compliments', 'so', 'far', 'i', 'got', 'a', 'small', 'because', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'too', 'short', 'it', 'fits', 'well', ',5,1,0', 'general', 'bottoms', 'shorts'] ['10236,131,31', 'wanted', 'to', 'love', 'i', 'wanted', 'to', 'love', 'this', 'romper', 'but', 'it', 'just', 'wasted', 'right', 'for', 'me', 'i', 'am', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'ordered', 'size', 'small', 'i', 'may', 'have', 'liked', 'it', 'better', 'with', 'more', 'room', 'in', 'the', 'medium', 'decided', 'to', 'return', 'i', 'still', 'recommend', 'trying', 'this', 'product', 'but', 'it', 'was', "n't", 'for', 'me', 'and', 'my', 'hips', ',3,1,4', 'general', 'bottoms', 'shorts'] ['10237,880,45', 'joliette', 'i', 'purchased', 'this', 'top', 'in', 'both', 'colors', 'while', 'on', 'sale', 'it', 'fits', 'true', 'to', 'size', 'the', 'material', 'is', 'heavier', 'than', 'i', 'expected', 'but', 'that', 'just', 'means', 'it', 'should', 'hold', 'up', 'for', 'a', 'long', 'time', 'recommend', ',4,1,2', 'general', 'tops', 'knits'] ['10238,870,39', 'casual', 'but', 'with', 'sparkle', 'this', 'si=hirt', 'actually', 'has', 'a', 'shimmer', 'to', 'the', 'fabric', 'it', 'is', 'more', 'of', 'sweatshirt', 'material', 'but', 'i', 'like', 'the', 'thickness', 'not', 'too', 'thick', 'not', 'too', 'thin', 'the', 'color', 'is', 'nice', 'in', 'person', 'and', 'has', 'a', 'shimmer', 'to', 'it', 'i', 'like', 'the', 'detail', 'in', 'the', 'neck', 'too', 'with', 'the', 'sequins', 'reason', 'i', 'did', "n't", 'get', 'it', 'is', 'it', 'felt', 'a', 'little', 'big', 'on', 'me', 'smallest', 'is', 'xs', 'and', 'also', 'the', 'color', 'was', "n't", 'optimal', 'i', 'am', 'rather', 'pale', 'otherwise', 'i', 'do', 'like', 'the', 'shirt', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['10239,895,39', 'red', 'for', 'me', 'i', 'meant', 'to', 'order', 'both', 'red', 'and', 'blue', 'and', 'added', 'to', 'red', 'in', 'my', 'basket', 'by', 'accident', 'oops', 'meant', 'to', 'be', 'the', 'color', 'is', 'very', 'nice', 'not', 'too', 'bright', 'holiday', 'red', 'but', 'nice', 'rich', 'red', 'the', 'cut', 'is', 'very', 'flattering', 'too', 'i', 'did', "n't", 'expect', 'to', 'love', 'it', 'as', 'much', 'on', 'i', 'ordered', 'the', 'xxs', 'p', 'length', 'was', 'not', 'too', 'high/cropped', 'perfect', 'the', 'asymmetrical', 'hem', 'gives', 'some', 'visual', 'interest', 'to', 'the', 'sweater', 'so', 'does', 'the', 'fun', 'neckline', 'with', 'keyhole', 'on', 'the', 'side', 'fun', 'take', 'on', 'a', 'sweater', 'for', 'me', 'the', 'fabric', 'was', 'comfortable', 'i', 'am', '115', 'lbs', '30dd', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['10240,895,35', 'great', 'fit', 'i', 'saw', 'this', 'online', 'and', 'was', 'pleased', 'they', 'had', 'it', 'in', 'blue', 'at', 'the', 'store', 'the', 'blue', 'is', 'more', 'of', 'a', 'gray', 'but', 'it', "'s", 'a', 'great', 'color', 'i', 'tried', 'on', 'the', 'small', 'and', 'my', 'daughter', 'said', 'you', 'look', 'pretty', 'mommy', 'i', 'was', 'sold', 'i', 'love', 'the', 'cascade', 'on', 'the', 'side', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10241,592,58', 'lovely', 'but', 'i', 'have', 'been', 'staring', 'at', 'these', 'shorts', 'since', 'they', 'first', 'appeared', 'and', 'finally', 'decided', 'to', 'treat', 'myself', 'to', 'them', 'for', 'my', 'birthday', 'when', 'they', 'came', 'in', 'the', 'mail', 'i', 'was', 'so', 'excited', 'and', 'they', 'in', 'person', 'are', 'even', 'more', 'beautiful', 'and', 'well', 'made', 'then', 'in', 'the', 'picture', 'but', 'be', 'warned', 'these', 'shorts', 'are', 'rather', 'short', 'so', 'if', 'you', 'do', "n't", 'mind', 'showing', 'a', 'bit', 'of', 'leg', 'these', 'will', 'be', 'right', 'up', 'your', 'alley.,4,1,0', 'general', 'bottoms', 'shorts'] ['10242,592,44', 'favorite', 'shorts', 'i', 'absolutely', 'love', 'these', 'shorts', 'i', 'do', 'however', 'feel', 'they', 'run', 'on', 'the', 'large', 'side', 'i', 'am', '5', '1', 'and', 'normally', 'wear', 'a', '24', '25', '0', 'or', '00', 'and', 'bought', 'these', 'in', 'an', 'xs', 'i', 'would', 'have', 'gotten', 'an', 'xxs', 'if', 'they', 'were', 'available', 'but', 'that', 'was', 'not', 'an', 'option', 'they', 'are', 'a', 'little', 'baggy', 'but', 'they', 'are', 'so', 'great', 'i', 'could', 'not', 'pass', 'them', 'up', 'these', 'are', 'too', 'good', 'to', 'pass', 'on', ',5,1,0', 'general', 'bottoms', 'shorts'] ['10243,895,58', 'unique', 'and', 'comfortable', 'design', 'very', 'happy', 'with', 'the', 'fit', 'of', 'this', 'sweater', 'which', 'is', 'flattering', 'and', 'unique', 'the', 'ruffle', 'elevates', 'the', 'piece', 'very', 'soft', 'and', 'a', 'good', 'length', 'for', 'me', 'i', 'got', 'a', 'medium', 'in', 'both', 'the', 'sleeves', 'and', 'the', 'body', 'the', 'hole', 'at', 'the', 'neck', 'gaps', 'a', 'little', 'which', 'may', 'bug', 'me', 'as', 'time', 'goes', 'on', 'but', 'otherwise', 'i', 'am', 'so', 'pleased', 'with', 'this', 'sweater', 'that', 'i', 'am', 'willing', 'to', 'put', 'up', 'with', 'it', 'i', 'ordered', 'this', 'in', 'the', 'red', 'which', 'is', 'more', 'of', 'an', 'orangey', 'red', 'which', 'does', 'not', 'suit', 'my', 'skin', 'tone', 'i', 'will', 'exchange', 'for', 'the', 'blue/gray', 'version', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['10244,895,41', 'perfect', 'ruffle', 'pullover', 'this', 'sweater', 'is', 'perfect', 'for', 'cool', 'days', 'the', 'fit', 'is', 'true', 'to', 'size', 'though', 'a', 'bit', 'longer', 'than', 'in', 'the', 'photos', 'especially', 'the', 'sleeves', 'i', "'m", 'petite', 'i', 'actually', 'liked', 'the', 'length', 'so', 'did', 'not', 'order', 'petite', 'the', 'sweater', 'is', 'a', 'relatively', 'soft', 'cotton', 'blend', 'it', 'is', 'comfortable', 'and', 'the', 'ruffle', 'adds', 'just', 'the', 'right', 'amount', 'of', 'finesse', 'the', 'ruffle', 'is', 'stitched', 'on', 'all', 'the', 'way', 'so', 'it', 'does', "n't", 'open', 'in', 'front', 'which', 'is', 'a', 'plus', 'the', 'blue', 'grey', 'is', 'marled', 'and', 'more', 'grey', 'than', 'blue', 'the', 'red', 'is', 'beautiful', 'and', 'as', 'pictured', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10245,880,41', 'well', 'made', 'good', 'fit', 'this', 'is', 'a', 'very', 'well', 'made', 'top', 'i', 'like', 'the', 'cut', 'and', 'it', 'fits', 'true', 'to', 'size', 'very', 'nice', 'quality', 'and', 'the', 'colors', 'schemes', 'are', 'unique', 'i', "'m", 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['10246,843,33', 'design', 'flaw', 'loved', 'the', 'look', 'of', 'this', 'shirt', 'online', 'i', 'tried', 'it', 'on', 'and', 'was', 'sad', 'to', 'see', 'that', 'the', 'frontal', 'view', 'is', 'all', 'wrong', 'the', 'cool', 'shoulder', 'design', 'is', 'almost', 'too', 'exaggerated', 'almost', 'looks', 'as', 'if', 'i', "'m", 'ready', 'for', 'take', 'off', 'unfortunately', 'none', 'of', 'the', 'featured', 'photos', 'on', 'the', 'product', 'page', 'display', 'the', 'frontal', 'view', 'of', 'the', 'model', 'i', 'really', 'wish', 'the', 'shoulder', 'design', 'was', 'slightly', 'smaller', 'in', 'shape', 'and', 'size', 'i', 'would', 'have', 'loved', 'it', 'looks', 'great', 'from', 'the', 'side', 'but', 'sadly', 'i', 'ca', "n't", 'walk', 'around', 'like', 'that', ',1,0,0', 'general', 'tops', 'blouses'] ['10247,863,39', 'great', 'product', 'not', 'so', 'great', 'fabric', 'i', 'love', 'this', 'brand', 'i', 'literally', 'live', 'in', 'their', 'tops', 'this', 'one', 'is', 'a', 'bit', 'of', 'a', 'disappointment', 'it', 'is', 'made', 'out', 'of', 'fabric', 'that', 'feels', 'cheap', 'reminding', 'me', 'of', 'a', 'tissue', 'tee', 'instead', 'of', 'the', 'normal', 'thicker', 'quality', 'of', 'all', 'their', 'other', 'products', 'it', "'s", 'very', 'thin', 'and', 'see', 'through', 'unless', 'wearing', 'a', 'camisole/slip', 'underneath', 'you', 'have', 'to', 'have', 'the', 'perfect', 'bra', 'and', 'pants', 'situation', 'going', 'on', 'underneath-', 'no', 'muffin', 'tops', 'or', 'back', 'fat', 'i', 'got', 'the', 'black', 'and', 'am', 'keeping', 'it', 'only', 'because', 'i', 'love', 'the', 'design', 'need', 'a', 'black', 'top', 'desperat', ',2,0,10', 'general', 'petite', 'tops', 'knits'] ['10248,895,42', 'great', 'sweater', 'this', 'looks', 'just', 'as', 'good', 'in', 'person', 'as', 'it', 'does', 'online', 'true', 'to', 'size', 'definitely', 'warm', 'but', 'not', 'too', 'heavy', 'comfortable', 'as', 'well', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['10249,131,37', 'great', 'design', 'but', 'poor', 'quality', 'this', 'romper', 'fits', 'well', 'and', 'is', 'flattering', 'i', 'love', 'the', 'relaxed', 'style', 'the', 'quality', 'is', 'quite', 'poor', 'though', 'one', 'leg', 'ripped', 'the', 'second', 'time', 'i', 'wore', 'it', 'and', 'the', 'fabric', 'while', 'soft', 'and', 'comfortable', 'is', 'fraying', 'and', 'pilling', 'like', 'crazy', 'after', 'only', 'two', 'brief', 'wears', 'the', 'romper', 'looks', 'cheap', 'and', 'old', 'i', 'expect', 'much', 'better', 'quality', 'at', 'this', 'pricepoint', 'really', 'disappointed', ',3,0,0', 'general', 'bottoms', 'shorts'] ['10250,592,37', 'these', 'are', 'gorgeous', 'and', 'not', 'too', 'short', 'or', 'too', 'long', 'which', 'is', 'oddly', 'hard', 'to', 'find', 'they', "'re", 'mostly', 'tts', 'but', 'if', 'you', "'re", 'between', 'sizes', 'i', "'d", 'go', 'up', 'a', 'size', 'because', 'the', 'small', 'was', 'slightly', 'snug', 'on', 'me', 'and', 'i', "'m", 'a', '4/6', 'i', "'m", 'hopeful', 'that', 'they', "'ll", 'stretch', 'a', 'little', 'with', 'wear', 'because', 'i', 'think', 'the', 'medium', 'would', 'be', 'too', 'loose', ',5,1,0', 'general', 'bottoms', 'shorts'] ['10251,592,34', 'love', 'and', 'hate', 'i', 'was', 'excited', 'when', 'i', 'saw', 'these', 'shorts', 'in', 'my', 'local', 'retailer', 'store', 'i', 'wear', 'a', '25', 'sometimes', '26', 'and', 'i', 'grabbed', 'an', 'xs', 'however', 'when', 'i', 'tried', 'these', 'shorts', 'on', 'i', 'was', 'sad', 'to', 'see', 'that', 'they', 'run', 'big', 'and', 'looked', 'baggy', 'on', 'me', 'they', 'fit', 'but', 'are', 'really', 'loose', 'i', 'am', 'probably', 'going', 'to', 'have', 'to', 'return', 'these', 'because', 'they', 'do', "n't", 'come', 'in', 'an', 'xxs', 'they', 'are', 'great', 'shorts', 'and', 'a', 'perfect', 'length', 'but', 'make', 'sure', 'you', 'size', 'down', ',4,1,2', 'general', 'bottoms', 'shorts'] ['10252,870,31', 'i', 'bought', 'this', 'sweater', 'on', 'sale', 'and', 'love', 'it', 'it', "'s", 'very', 'sweet', 'comfortable', 'and', 'unique', 'it', 'fits', 'true', 'to', 'size', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['10253,880,56', 'excellent', 'top', 'this', 'is', 'an', 'adorable', 'top', 'i', 'purchased', 'both', 'the', 'green', 'and', 'the', 'blue', 'the', 'colors', 'and', 'look', 'are', 'so', 'much', 'nicer', 'than', 'the', 'photos', 'of', 'it', 'this', 'is', 'a', 'stock', 'up', 'item.,5,1,2', 'general', 'tops', 'knits'] ['10254,131,45', 'outdoor', 'guilt', 'i', 'truly', 'feel', 'guilty', 'wearing', 'these', 'outdoors', 'it', 'is', 'incredibly', 'comfortable', 'so', 'much', 'so', 'that', 'i', 'asked', 'the', 'sales', 'girl', 'if', 'these', 'were', 'pjs', 'or', 'actually', 'worn', 'out', 'i', "'m", 'usually', 'between', 'a', 's', 'and', 'm.', 'both', 'fit', 'fine', 'but', 'i', 'went', 'with', 'the', 'm', 'to', 'have', 'a', 'bit', 'more', 'room', 'and', 'allow', 'the', 'top', 'to', 'be', 'a', 'bit', 'more', 'flannel', 'flowy', 'the', 'top', 'has', 'enough', 'length', 'that', 'i', 'can', 'actually', 'let', 'it', 'droop', 'over', 'the', 'waist', 'bet', 'a', 'bit', 'the', 'length', 'is', 'definitely', 'upper', 'thigh', 'on', 'me', '5', '8', '145', 'but', 'rest', 'assured', 'nothing', 'is', 'hanging', 'out', 'it', "'s", 'actually', 'the', 'p', ',5,1,1', 'general', 'bottoms', 'shorts'] ['10255,975,49', 'unflattering', 'cut', 'i', 'was', 'excited', 'to', 'see', 'this', 'offered', 'by', 'retailer', 'because', 'i', 'have', 'been', 'looking', 'for', 'a', 'light', 'blue', 'summer', 'jacket', 'or', 'blazer', 'that', 'is', "n't", 'a', 'denim', 'jacket', 'and', 'this', 'seemed', 'to', 'fit', 'the', 'bill', 'i', "'ve", 'ordered', 'several', 'cartonnier', 'blazers', 'in', '00p', 'as', 'early', 'as', '2013', 'and', 'as', 'late', 'as', 'spring', '2015', 'and', 'have', 'been', 'very', 'happy', 'with', 'them', 'on', 'the', 'plus', 'side', 'i', 'would', 'say', 'that', 'the', 'color', 'is', 'depicted', 'accurately', 'and', 'it', 'does', 'seem', 'like', 'a', 'high', 'quality', 'jacket', 'but', 'while', 'the', 'shoulders', 'and', 'sleeves', 'were', 'a', 'pretty', 'standard', 'fit', 'for', '00p', 'it', 'was', 'much', 'too', ',3,0,21', 'general', 'jackets', 'jackets'] ['10256,895,38', 'prettier', 'in', 'person', 'i', 'first', 'saw', 'this', 'online', 'and', 'was', 'worried', 'the', 'design', 'might', 'look', 'awkward', 'in', 'real', 'life', 'not', 'on', 'a', 'model', 'but', 'tired', 'it', 'on', 'in', 'store', 'and', 'it', 'looks', 'great', 'it', 'has', 'a', 'tighter', 'fit', 'and', 'seems', 'to', 'flair', 'out', 'in', 'just', 'the', 'right', 'place', 'just', 'the', 'right', 'thickness', 'not', 'too', 'thin', 'or', 'thick', 'i', 'am', '5', '6', '124lb', '34b', 'and', 'got', 'the', 'xs', 'i', 'did', 'not', 'try', 'on', 'the', 's', 'for', 'comparison', 'as', 'i', 'thought', 'the', 'xs', 'fit', 'great', 'i', "'m", 'always', 'either', 'an', 'xs', 'or', 's', 'with', 'retailer', 'tops', 'blue', 'is', 'definitely', 'more', 'steel', 'interesting', 'piece', 'will', 'not', 'disappointed', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10257,895,47', 'adorable', 'better', 'in', 'person', 'this', 'is', 'cute', 'i', 'was', 'hesitant', 'to', 'buy', 'but', 'glad', 'i', 'did', 'it', 'has', 'a', 'unique', 'cut', 'the', 'fit', 'is', 'tighter', 'to', 'the', 'body', 'but', 'it', "'s", 'very', 'flattering', 'i', 'purchased', 'a', 'xxs', 'petite', 'in', 'the', 'blue', 'color', 'the', 'blue', 'seems', 'more', 'on', 'the', 'gray', 'side', 'to', 'me', 'but', 'it', 'is', 'mottled', 'and', 'really', 'pretty', 'the', 'neckline', 'comes', 'all', 'the', 'way', 'up', 'as', 'shown', 'the', 'detail', 'on', 'the', 'neckline', 'and', 'the', 'ruffle', 'shown', 'at', 'a', 'bias', 'is', 'really', 'cool', 'i', 'love', 'it', 'pair', 'it', 'with', 'a', 'skirt', 'or', 'jeans', 'adorable', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['10258,131,48', 'a', 'must', 'have', 'for', 'every', 'wardrobe', 'this', 'is', 'the', 'softest', 'flannel', 'ever', 'while', 'i', 'do', "n't", 'think', 'i', "'d", 'wear', 'it', 'outside', 'it', 'is', 'super', 'comfy', 'just', 'lounging', 'around', 'it', 'runs', 'very', 'large', 'but', 'since', 'it', "'s", 'a', 'flannel', 'romper', 'not', 'a', 'problem', 'absolutely', 'recommend', 'for', 'all', 'shapes', 'and', 'sizes', ',5,1,1', 'general', 'bottoms', 'shorts'] ['10259,1033,21', 'you', 'had', 'me', 'at', 'hello', 'i', 'am', 'very', 'particular', 'about', 'jeans', 'it', "'s", 'not', 'just', 'the', 'look', 'it', 's', 'the', 'feel', 'and', 'the', 'quality', 'of', 'the', 'fabric', 'that', 'won', 'me', 'over', 'the', 'mid-rise', 'wide-leg', 'crop', 'is', 'perfection', 'i', "'m", '5', '7', 'and', 'a', 'size', '8.', 'these', 'are', 'extremely', 'flattering', 'and', 'versatile', 'to', 'go', 'casual', 'or', 'incorporate', 'into', 'a', 'more', 'professional', 'feel', 'great', 'way', 'to', 'show', 'off', 'some', 'of', 'the', 'fabulous', 'fall', 'footwear', 'options', 'as', 'well', 'i', 'highly', 'recommend', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10260,860,30', 'comfy', 'but', 'sexy', 'very', 'comfortable', 'fit', 'over', 'my', 'muscle-y', 'and', 'flabby', 'arms', 'very', 'pretty', ',5,1,0', 'general', 'tops', 'knits'] ['10261,1056,20', 'roll-ups', 'that', 'are', 'versitile', 'these', 'are', 'great', 'pants', 'i', 'sized', 'up', 'from', 'my', 'typical', 'size', '28', 'because', 'i', 'found', 'the', 'rise', 'to', 'be', 'a', 'little', 'low', 'for', 'me', 'i', 'tend', 'to', 'like', 'my', 'pants', 'a', 'little', 'higher', 'on', 'my', 'waist', 'the', 'sa', 'said', 'these', 'ran', 'a', 'little', 'smaller', 'for', 'most', 'when', 'i', 'got', 'home', 'i', 'put', 'them', 'up', 'to', 'my', 'size', '28', "'s", 'and', 'they', 'were', 'the', 'same', 'what', 'woman', 'likes', 'to', 'go', 'up', 'a', 'size', 'i', 'purchased', 'the', 'black', 'great', 'for', 'work', 'and', 'play', 'i', 'would', 'like', 'the', 'holly', 'too', 'but', 'i', 'am', 'waiting', ',5,1,3', 'general', 'bottoms', 'pants'] ['10262,1110,57', 'beautiful', 'love', 'this', 'dress', 'i', 'tried', 'it', 'on', 'at', 'the', 'store', 'and', 'loved', 'how', 'it', 'felt', 'on', 'i', 'put', 'it', 'on', 'hold', 'to', 'think', 'about', 'it', 'and', 'returned', 'later', 'that', 'day', 'to', 'purchase', 'i', 'am', 'glad', 'i', 'did', 'the', '1st', 'day', 'i', 'wore', 'it', 'i', 'received', 'numerous', 'compliments', ',5,1,1', 'general', 'dresses', 'dresses'] ['10263,1116,53', 'absolutely', 'keeping', 'this', 'one', 'this', 'is', 'the', 'one', 'the', 'faux', 'fur', 'i', 'have', 'been', 'looking', 'for', 'it', 'is', 'plush', 'and', 'heavy', 'so', 'that', 'it', 'should', 'keep', 'me', 'warm', 'and', 'toasty', 'during', 'the', 'dreaded', 'new', 'england', 'winter', 'i', 'love', 'the', 'richly', 'saturated', 'jewel', 'tones', 'over', 'a', 'base', 'of', 'black', 'there', 'are', 'only', 'two', 'snaps', 'to', 'close', 'the', 'front', 'but', 'there', 'is', 'enough', 'fabric', 'to', 'overlap', 'to', 'keep', 'the', 'cold', 'away', 'maybe', 'winter', 'wo', "n't", 'be', 'so', 'bad', 'after', 'all'] ['one', 'caveat', 'is', 'that', 'the', 'item', 'description', 'is', 'not', 'truly', 'accurate'] ['i', 'initially', 'ordered', 'a', 'petite', 'since', 'the', 'length', 'stated', 'was', 'almost', '37', 'i', ',5,1,15', 'general', 'jackets', 'outerwear'] ['10264,860,40', 'gorgeous', 'top', 'this', 'top', 'is', 'gorgeous', 'dress', 'it', 'up', 'for', 'work', 'or', 'wear', 'with', 'jeans', 'for', 'a', 'more', 'casual', 'look', 'the', 'top', 'fits', 'true', 'to', 'size', 'and', 'the', 'lace', 'is', 'not', 'overdone', 'i', 'would', 'recommend', 'this', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it.,5,1,0', 'general', 'tops', 'knits'] ['10265,1110,53', 'a', 'classic', 'made', 'for', 'modern', 'times', 'this', 'dress', 'embodies', 'the', 'retailer', 'brand', 'the', 'design', 'is', 'unique', 'and', 'form', 'fitting', 'for', 'just', 'about', 'any', 'body', 'type', 'beautiful', 'saturated', 'colors', 'and', 'a', 'great', 'cut', 'make', 'it', 'an', 'all', 'around', 'classic', 'i', 'wish', 'for', 'more', 'of', 'these', 'designs', 'i', 'originally', 'ordered', 'my', 'usual', 'size', '4', 'but', 'went', 'down', 'to', 'a', '2.', 'this', 'dress', 'runs', 'large', 'looks', 'great', 'with', 'heels', 'or', 'boots', 'as', 'pictured', 'i', 'am', '5', '6', '134', 'lb', 'this', 'dress', 'has', 'a', 'timeless', 'quality', 'that', 'you', 'will', 'wear', 'for', 'years', 'to', 'come', 'at', 'my', 'age', 'i', 'try', 'to', 'buy', 'things', 'that', 'i', 'will', 'wear', 'for', 'many', 'sea', ',5,1,1', 'general', 'dresses', 'dresses'] ['10266,858,29', 'perfect', 'for', 'spring', 'adorable', 'true', 'to', 'size', 'and', 'just', 'as', 'pictured', 'there', 'is', 'no', 'hook', 'and', 'eye', 'clasp', 'as', 'stated', 'but', 'still', 'cute', 'light', 'weight', 'and', 'will', 'be', 'perfect', 'over', 'dresses', 'and', 'summer', 'tanks', 'wish', 'there', 'were', 'additional', 'colors', 'i', 'love', 'the', 'white', 'though', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10267,1033,41', 'love', 'everything', 'about', 'these', 'except', 'for', 'the', 'butt', 'as', 'other', 'reviewers', 'have', 'pointed', 'out', 'the', 'bum', 'is', 'not', 'flattering', 'the', 'pockets', 'are', 'wide', 'and', 'the', 'fit', 'sort', 'of', 'flattens', 'you', 'out', 'bummer', 'literally', 'too', 'bad', 'i', 'wanted', 'these', 'to', 'work', 'more', 'than', 'then', 'coh', "'s", 'parker', 'cropped', 'the', 'coh', "'s", 'win', 'my', 'wallet', 'loses', ',3,0,1', 'general', 'bottoms', 'jeans'] ['10268,1110,51', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10269,950,31', 'beautiful', 'but', 'fit', 'awkwardly', 'beautiful', 'detail', 'and', 'soft', 'sweater', 'i', 'ordered', 'a', 'medium', 'and', 'the', 'toro', 'so', 'fit', 'well', 'but', 'was', 'short', 'arms', 'were', 'long', 'and', 'baggy', 'in', 'comparison', 'given', 'the', 'fit', 'i', 'did', "n't", 'think', 'the', 'small', 'would', 'work', 'really', 'wanted', 'this', 'to', 'work', 'but', 'unfortunately', 'it', 'is', 'going', 'back', ',3,0,1', 'general', 'tops', 'sweaters'] ['10270,1110,49', 'beautiful', 'cut', 'and', 'so', 'comfortable', 'can', 'easily', 'be', 'worn', 'with', 'boots', 'or', 'sandals', 'multi', 'season', 'dress', 'comfortable', 'flattering', 'cut', 'slightly', 'roomy', 'but', 'pretty', 'true', 'to', 'size', ',5,1,1', 'general', 'dresses', 'dresses'] ['10271,916,42', 'light', 'and', 'versatile', 'easy', 'to', 'wear', 'and', 'layer', 'thin', 'and', 'light', 'casual', 'fabric', 'not', 'itchy', 'great', 'basic', 'addition', 'to', 'my', 'closet', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10272,619,36', 'the', 'fabric', 'is', 'beautiful', 'did', "n't", 'wrinkle', 'so', 'much', 'after', '8', 'hours', 'in', 'a', 'suitcase', 'as', 'opposed', 'to', 'the', 'other', 'reviewer', 'mine', 'arrived', 'neatly', 'stripes', 'match', 'nicely', 'i', 'am', 'kind', 'of', 'thick', 'waisted', 'and', 'the', 'size', '6', 'was', 'still', 'perfect', 'for', 'me', 'i', 'am', 'currently', '130', 'lbs', '34-28-35.', 'love', 'the', 'colors', 'and', 'the', 'fabric', 'a', 'nice', 'cotton', 'twill', 'lined', 'pockets', 'pretty', 'bow', 'belt', 'i', 'am', 'not', 'a', 'fan', 'of', 'the', 'size', 'zipper', 'style', 'but', 'it', 'is', 'not', 'a', 'deal', 'breaker', 'glad', 'i', 'have', 'them', ',5,1,6', 'general', 'bottoms', 'shorts'] ['10273,1056,33', 'perfect', 'these', 'pants', 'fit', 'the', 'bill', 'they', "'re", 'soft', 'and', 'very', 'comfortable', 'easy', 'to', 'wear', 'day', 'and', 'night', 'these', 'are', 'a', 'little', 'higher', 'on', 'the', 'waist', 'which', 'i', 'love', 'purchased', 'two', 'pair', 'i', 'purchased', 'the', 'regular', 'and', 'they', 'come', 'to', 'my', 'ankles', ',5,1,1', 'general', 'bottoms', 'pants'] ['10274,1033,45', 'great', 'alternative', 'to', 'your', 'skinny', 'jeans', 'love', 'these', 'crops', 'fitted', 'through', 'hips', 'with', 'full', 'legs', 'at', '5', '7', 'and', '125', 'the', '27', 'fit', 'perfect', 'these', 'look', 'great', 'with', 'block', 'heels', 'and', 'wedges', 'denim', 'is', 'lightweight', 'perfect', 'for', 'fall', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10275,916,33', 'mini', 'version', 'i', 'think', 'i', 'received', 'a', 'mislabeled', 'vest', 'when', 'i', 'opened', 'the', 'package', 'i', 'thought', 'it', 'was', 'some', 'sort', 'of', 'joke', 'i', 'was', 'expecting', 'what', 'the', 'stock', 'photos', 'show', 'a', 'longer', 'length', 'flowy', 'sweater', 'vest', 'mine', 'was', 'literally', 'child', 'sized', 'i', "'m", 'not', 'a', 'big', 'person', 'at', 'all', 'i', "'m", '5', '6', '135', 'lbs', 'and', 'wear', 'a', '6/8', 'i', 'ordered', 'this', 'in', 'a', 'm/l', 'thinking', 'i', 'would', 'like', 'it', 'loose', 'i', 'tried', 'it', 'on', 'thinking', 'maybe', 'it', 'will', 'look', 'longer', 'once', 'on', 'no', 'not', 'even', 'i', 'looked', 'ridiculous', 'the', 'front', 'hit', 'above', 'the', 'waist', 'of', 'my', 'jeans', 'and', 'the', 'back', 'hit', 'middl', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10276,860,74', 'classy', 'bought', 'this', 'blouse', 'in', 'white', 'fits', 'great', 'can', 'be', 'worn', 'with', 'many', 'things', 'dressed', 'up', 'or', 'down.,5,1,1', 'general', 'tops', 'knits'] ['10277,964,46', 'denim', 'joy', 'my', 'daughter', 'had', 'one', 'and', 'wore', 'it', 'with', 'everything.i', 'ended', 'up', 'getting', 'one', 'myself.it', 'is', 'a', 'perfect', 'weight.,5,1,0', 'general', 'jackets', 'jackets'] ['10278,1056,66', 'favorite', 'new', 'pants', 'bought', 'these', 'over', 'the', 'weekend', 'and', 'i', 'am', 'in', 'love', 'they', 'are', 'very', 'soft', 'extremely', 'flattering', 'and', 'the', 'rich', 'green', 'color', 'is', 'fantastic', 'i', 'may', 'go', 'back', 'for', 'the', 'black', 'i', 'went', 'with', 'my', 'usual', 'size', '28', 'for', 'reference', 'and', 'the', 'fit', 'is', 'great', 'these', 'will', 'be', 'a', 'fall', 'staple', 'for', 'sure', ',5,1,2', 'general', 'bottoms', 'pants'] ['10279,1056,53', 'most', 'comfortable', 'pants', 'ever.', 'these', 'are', 'amazing', 'so', 'comfortable', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', '29', 'in', 'pilcro', 'and', 'ag', 'and', 'bought', 'these', 'in', 'a', '29', 'i', 'have', 'curvy', 'thighs', 'and', 'a', 'smaller', 'waist', 'but', 'did', "n't", 'get', 'a', 'gap', 'situation', 'with', 'these', 'the', 'only', 'issue', 'i', 'have', 'is', 'the', 'length', 'i', "'m", '5', '6', 'and', 'wish', 'they', 'were', 'a', 'tiny', 'bit', 'shorter', 'they', 'hit', 'right', 'at', 'the', 'top', 'of', 'my', 'foot', 'so', 'i', 'keep', 'debating', 'if', 'i', 'should', 'cuff', 'them', 'or', 'not', 'since', 'the', 'length', 'looks', 'more', 'flattering', 'cuffed', 'but', 'then', 'the', 'actual', 'cuff', 'looks', 'a', 'little', 'weird', 'i', 'bought', 'them', 'in', 'black', 'for', 'work', 'and', 'now', ',5,1,1', 'general', 'bottoms', 'pants'] ['10280,860,55', 'this', 'top', 'is', 'pretty', 'and', 'i', 'did', 'not', 'find', 'it', 'sheer', 'at', 'all', 'but', 'i', 'am', 'returning', 'it', 'due', 'to', 'the', 'lace', 'sleeves', 'are', 'tight', 'but', 'i', 'do', 'have', 'large', 'arms', 'other', 'than', 'the', 'sleeves', 'i', 'would', 'keep', 'it', ',3,1,16', 'general', 'tops', 'knits'] ['10281,626,39', 'meh', 'not', 'doing', 'it', 'for', 'me', 'maybe', 'if', 'i', 'sized', 'down', 'to', 'a', 'small', 'i', "'d", 'like', 'them', 'better', 'they', 'look', 'ok', 'from', 'the', 'front', 'but', 'it', 'seems', 'like', 'the', 'leg', 'was', 'cut', 'way', 'too', 'wide', 'there', 'is', 'exceess', 'material', 'in', 'the', 'back', 'and', 'leg', 'hole', 'they', 'are', 'not', 'all', 'flattering', 'to', 'my', 'rear', 'end', 'overall', 'kind', 'of', 'shapeless', 'and', 'the', 'fabric', 'is', 'prone', 'too', 'wrinkling', 'too', 'expensive', 'with', 'the', 'added', 'shipping', 'fee', 'for', 'an', 'online', 'exclusive', 'for', 'the', 'lack', 'of', 'structure', 'and', 'simplicity.,3,0,5', 'general', 'petite', 'bottoms', 'pants'] ['10282,1110,56', ',ca', "n't", 'love', 'this', 'dress', 'enough', 'i', 'have', 'to', 'force', 'myself', 'not', 'to', 'wear', 'too', 'often', 'i', 'get', 'stopped', 'every', 'single', 'time', 'i', 'wear', 'it', 'to', 'get', 'complimented', 'i', "'m", 'usually', 'a', 'size', '6', 'or', '8', 'in', 'dresses', 'went', 'with', 'the', '8', 'after', 'trying', 'both', 'on', 'i', 'found', 'the', 'arms', 'fit', 'better', 'with', 'the', '8.', 'i', "'m", 'pretty', 'athletic', 'and', '5', '5', 'around', '140', 'lbs.,5,1,0', 'general', 'dresses', 'dresses'] ['10283,858,62', 'i', 'love', 'this', 'sweater', 'it', "'s", 'so', 'soft', 'and', 'it', 'seems', 'to', 'mold', 'to', 'my', 'body', 'more', 'every', 'time', 'i', 'wear', 'it', 'it', 'runs', 'true', 'to', 'size', 'but', 'i', 'have', 'noticed', 'that', 'as', 'i', 'wear', 'it', 'more', 'and', 'more', 'it', 'seems', 'to', 'stretch', 'a', 'little', 'overall', 'i', 'am', 'very', 'happy', 'with', 'it', 'and', 'would', 'definitely', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10284,1033,46', 'take', 'the', 'crop', 'jean', 'plunge', 'i', 'have', 'a', 'love', 'affair', 'with', 'pilcro', 'and', 'these', 'jeans', 'make', 'my', 'heart', 'throb', 'i', "'ve", 'been', 'stalking', 'these', 'jeans', 'online', 'and', 'tried', 'them', 'on', 'in', 'the', 'store', 'yesterday', 'i', "'m", '5', '9', 'curvy', 'and', 'was', 'concerned', 'that', 'they', 'would', 'make', 'my', 'legs', 'look', 'like', 'tree', 'trunks', 'swathed', 'in', 'denim', 'with', 'miniature', 'cartoon', 'feet', 'protruding', 'from', 'below', 'the', 'hem', 'not', 'so', 'they', 'fit', 'like', 'a', 'glove', 'rested', 'perfectly', 'at', 'my', 'lower', 'calf', 'hugged', 'around', 'the', 'hips', 'and', 'waist', 'and', 'flared', 'without', 'looking', 'like', 'church', 'bells', 'seriously', 'if', 'you', "'re", 'a', 'cropped', 'pants', 'fan', ',5,1,28', 'general', 'bottoms', 'jeans'] ['10285,964,39', 'fun', 'pretty', 'piece', 'but', 'tight', 'around', 'the', 'chest', 'i', 'ordered', 'xs', 'petite', 'after', 'trying', 'on', 'xxs', 'petite', 'and', 'both', 'are', 'a', 'tad', 'tight', 'on', 'the', 'chest', 'area', 'kept', 'xs', 'petites', 'as', 'bigger', 'would', 'be', 'too', 'much', 'fabric', 'everywhere', 'else', 'green', 'color', 'is', 'classic', 'and', 'the', 'back', 'is', 'longer', 'than', 'the', 'front', 'overall', 'flattering', 'if', 'with', 'the', 'right', 'outfit', 'i', "'m", '30', 'dd', 'and', '115', 'lbs', 'for', 'reference', ',5,1,0', 'general', 'jackets', 'jackets'] ['10286,1033,53', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['10287,1110,31', 'cute', 'dress', 'quality', 'is', 'only', 'ok', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'but', 'wish', 'the', 'bottom', 'was', 'lined', 'like', 'the', 'top', 'is', 'it', "'s", 'a', 'little', 'sheer', 'without', 'the', 'lining.,4,1,0', 'general', 'dresses', 'dresses'] ['10288,950,41', 'perfect', 'for', 'fall', 'this', 'sweater', 'is', 'just', 'as', 'pictured', 'the', 'fit', 'is', 'true', 'to', 'size', 'though', 'it', 'is', 'a', 'looser', 'style', 'rather', 'than', 'fitted', 'sweater', 'it', 'is', 'short', 'though', 'not', 'cropped', 'and', 'the', 'sleeves', 'are', '1-2', 'too', 'long', 'but', 'it', 'is', 'still', 'flattering', 'it', 'hits', 'at', 'the', 'top', 'of', 'my', 'hip', 'and', 'it', 'looks', 'great', 'with', 'high-waisted', 'flares', 'the', 'scallop', 'detail', 'is', 'perfect', 'just', 'enough', 'interest', 'but', 'not', 'overbearing', 'the', 'material', 'is', 'soft', 'and', 'heavier', 'than', 'expected', 'it', 'is', 'a', 'good', 'weight', 'for', 'fall', 'i', 'wish', 'it', 'was', 'made', 'of', 'natural', 'fibers', 'instead', 'of', 'synthetics', 'but', ',5,1,0', 'general', 'tops', 'sweaters'] ['10289,1033,55', 'fun', 'jeans', 'love', 'these', 'new', 'jeans', 'they', 'fit', 'perfect', 'and', 'are', 'extremely', 'flattering', 'they', 'look', 'great', 'with', 'a', 'crop', 'style', 'top', 'and', 'flats', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10290,1116,37', 'beautiful', 'colors', 'but', 'poor', 'quality', 'and', 'bulky', 'i', 'was', 'excited', 'to', 'receive', 'this', 'coat', 'for', 'my', 'annual', 'travel', 'to', 'switzerland', 'but', 'hesitated', 'to', 'order', 'it', 'online', 'without', 'seeing', 'it', 'first', 'due', 'to', 'the', 'price', 'it', 'arrived', 'last', 'night', 'with', 'the', 'buttons', 'falling', 'off', 'and', 'a', 'large', 'hole', 'in', 'the', 'front', 'pocket', 'the', 'lining', 'inside', 'is', 'has', 'a', 'very', 'cheap', 'plasticky', 'feel', 'and', 'i', 'can', 'also', 'see', 'small', 'rips', 'possibly', 'forming', 'in', 'the', 'lining', 'in', 'addition', 'the', 'collar', 'on', 'the', 'coat', 'is', 'extremely', 'bulky', 'and', 'the', 'shoulders', 'are', 'padded', 'underneath', 'the', 'fur', 'which', 'makes', 'ones', 'shoulders', 'appear', 'like', 'a', 'lineba', ',2,0,4', 'general', 'jackets', 'outerwear'] ['10291,916,32', 'long', 'simple', 'vest', 'i', 'liked', 'this', 'bc', 'it', 'is', 'long', 'ivory', 'and', 'thin', 'i', 'think', 'it', 'will', 'be', 'a', 'versatile', 'piece', 'to', 'wear', 'with', 'tees', 'casual', 'dresses', 'it', 'has', 'a', 'little', 'hook', 'button', 'closure', 'up', 'on', 'one', 'shoulder', 'if', 'you', 'wish', 'to', 'wear', 'it', 'more', 'as', 'a', 'wrap', 'looks', 'cute', 'that', 'way', 'too', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10292,860,46', 'cute', 'tee', 'with', 'a', 'bit', 'extra', 'i', 'bought', 'this', 'top', 'in', 'the', 'black', 'color', 'and', 'it', "'s", 'great', 'the', 'lace', 'sleeves', 'are', 'so', 'soft-', 'not', 'itchy', 'at', 'all', 'and', 'it', 'is', 'very', 'flattering.,5,1,5', 'general', 'tops', 'knits'] ['10293,1056,32', 'soft', 'and', 'flattering', 'these', 'pants', 'are', 'so', 'flattering', 'comfortable', 'and', 'silky', 'smooth', 'a', 'versatile', 'fall', 'staple', 'for', 'sure', 'i', 'bought', 'my', 'usual', '28', 'and', 'they', 'fit', 'perfectly', ',5,1,3', 'general', 'bottoms', 'pants'] ['10294,860,52', ',nice', 'twist', 'on', 'a', 'basic', 't-shirt', 'pictures', 'do', "n't", 'tell', 'the', 'full', 'tale', 'better', 'in', 'person', 'bought', 'the', 'cream', 'one', 'loving', 'it.,4,1,0', 'general', 'tops', 'knits'] ['10295,858,53', 'oh', 'my', 'this', 'is', 'the', 'best', 'cardigan', 'ever', 'quality', 'is', 'superb', 'and', 'so', 'soft', 'i', 'am', 'between', 'a', '12', 'and', '14', 'so', 'i', 'ordered', 'the', 'xl', 'this', 'cardigan', 'fits', 'true', 'to', 'size', 'will', 'order', 'more', 'if', 'more', 'colors', 'become', 'available', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10296,1094,31', 'very', 'cute', 'i', 'really', 'like', 'this', 'dress', 'i', 'was', "n't", 'sure', 'what', 'to', 'expect', 'when', 'i', 'ordered', 'it', 'but', 'was', 'pleasantly', 'surprised', 'when', 'it', 'arrived', 'it', 'fits', 'well', 'and', 'it', "'s", 'very', 'cute', 'and', 'different', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10297,148,48', 'adorable', 'whimsical', 'soft', 'wonderful', 'purchased', 'as', 'a', 'gift', 'for', 'someone', 'who', 'needs', 'to', 'up', 'her', 'pj', 'ante', 'soft', 'cute', 'fun,5,1,0', 'initmates', 'intimate', 'sleep'] ['10298,860,56', 'not', 'for', 'large', 'busts', 'this', 'top', 'is', 'very', 'sweet', 'and', 'looks', 'lovely', 'on', 'the', 'model', 'it', 'was', 'not', 'flattering', 'for', 'my', 'larger', 'bust', 'with', 'the', 'inverted', 'pleat', 'opening', 'at', 'my', 'bustline', 'and', 'spreading', 'out', 'over', 'my', 'waist', 'the', 'quality', 'is', 'nice', 'the', 'fit', 'in', 'the', 'shoulders', 'is', 'snug', 'the', 'length', 'is', 'a', 'bit', 'short', 'for', 'me', 'but', 'it', 'may', 'lay', 'better', 'on', 'a', 'different', 'body', 'type', ',3,0,0', 'general', 'tops', 'knits'] ['10299,1110,50', 'unique', 'i', 'love', 'everything', 'about', 'this', 'dress', 'the', 'coloring', 'fabric', 'and', 'flow', 'of', 'it', 'it', "'s", 'so', 'much', 'better', 'in', 'person', 'than', 'on-line', 'it', "'s", 'true', 'to', 'size', 'and', 'very', 'comfortable', 'a', 'great', 'price', 'as', 'well', ',5,1,1', 'general', 'dresses', 'dresses'] ['10300,1033,36', 'cute', 'these', 'pants', 'were', 'pretty', 'different', 'then', 'my', 'typical', 'style', 'but', 'i', 'love', 'them', 'they', 'come', 'down', 'a', 'bit', 'longer', 'then', 'i', 'think', 'they', 'are', 'supposed', 'to', 'because', 'i', 'have', 'shorter', 'legs', 'but', 'i', 'still', 'think', 'they', 'are', 'cute-', 'especially', 'with', 'a', 'heel', 'or', 'clog', 'good', 'quality', 'well', 'made', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10301,1116,40', 'fabulous', 'my', 'title', 'says', 'it', 'all', 'this', 'coat', 'is', 'sure', 'to', 'turn', 'heads', 'everywhere', 'you', 'go', 'the', 'colors', 'in', 'the', 'coat', 'are', 'beautiful', 'jewel', 'tones', 'and', 'differnt', 'then', 'you', 'will', 'see', 'anywhere', 'it', 'is', 'so', 'soft', 'and', 'warm', 'and', 'makes', 'me', 'feel', 'fabulous', 'i', 'feel', 'it', 'fits', 'tts', 'i', 'am', 'short', 'and', 'the', 'regular', 'lent', 'was', 'fine', 'on', 'me', 'get', 'this', 'before', 'it', "'s", 'gone.,5,1,0', 'general', 'jackets', 'outerwear'] ['10302,964,36', 'light', 'and', 'sweet', 'online', 'this', 'jacket', 'is', 'supposedly', 'an', 'online', 'exclusive', 'but', 'i', 'saw', 'it', 'in', 'green', 'at', 'my', 'local', 'store', 'i', 'had', 'to', 'try', 'it', 'on', 'and', 'i', 'loved', 'it', 'it', 'does', 'swing', 'but', 'is', 'not', 'to', 'much', 'fabric', 'the', 'drape', 'is', 'really', 'nice', 'it', 'is', 'shorter', 'in', 'the', 'front', 'and', 'longer', 'in', 'the', 'back', 'it', 'sort', 'of', 'shows', 'that', 'on', 'the', 'model', 'but', 'is', 'much', 'more', 'noticeable', 'in', 'person', 'this', 'jacket', 'is', 'not', 'lined', 'and', 'i', 'would', 'say', 'more', 'of', 'a', 'shirt', 'this', 'is', 'perfect', 'for', 'spring', 'or', 'cooler', 'summer', 'nights', 'or', 'over', 'a', 'tank', 'or', 'short', 'sleeve', 'in', 'the', 'winter', 'i', 'also', 'love', 'lyocell', 'it', 'j', ',5,1,10', 'general', 'petite', 'jackets', 'jackets'] ['10303,1110,46', 'simply', 'beautiful', 'this', 'is', 'a', 'beautiful', 'dress', 'and', 'i', 'would', 'recommend'] ['but', 'it', 'was', 'short', 'on', 'me', 'tall', 'not', 'the', 'midi', 'i', 'was', 'hoping', 'for', 'and', 'a', 'little', 'too', 'low', 'cut', 'too', 'much', 'cleavage', 'i', "'m", 'a', 'd', 'cup'] ['since', 'i', 'paid', 'full', 'price', 'i', 'have', 'to', 'be', 'completely', 'pleased', 'with', 'my', 'purchase', 'for', 'this', 'reason', 'i', 'will', 'return'] ['maybe', 'if', 'i', 'had', 'bought', 'it', 'on', 'sale', 'price', 'then', 'i', 'would', 'keep', ',4,1,0', 'general', 'dresses', 'dresses'] ['10304,619,53', 'runs', 'about', '2', 'sizes', 'too', 'small', 'i', 'ca', "n't", 'believe', 'how', 'small', 'these', 'are', 'i', 'almost', 'wondered', 'if', 'the', 'size', 'was', 'marked', 'incorrectly', 'these', 'are', 'so', 'pretty', 'and', 'such', 'a', 'shame', 'because', 'i', 'love', 'them', 'the', 'rise', 'in', 'the', 'crotch', 'is', 'also', 'very', 'short', 'very', 'full', 'in', 'the', 'legs', 'and', 'one', 'is', 'longer', 'than', 'the', 'other', 'the', 'stripes', 'do', "n't", 'line', 'up', 'in', 'places', 'which', 'is', 'also', 'disappointing', 'for', 'this', 'price', ',3,0,14', 'general', 'bottoms', 'shorts'] ['10305,1033,46', 'disappointed', 'ordered', 'a', 'petite', 'and', 'it', 'was', 'not', 'as', 'dark', 'of', 'a', 'denim', 'like', 'the', 'picture', 'the', 'pockets', 'on', 'the', 'backside', 'are', 'wide', 'and', 'are', 'not', 'flattering', 'if', 'you', 'have', 'any', 'curve', 'to', 'your', 'rear', 'makes', 'you', 'look', 'wider', 'than', 'you', 'are', 'pocket', 'on', 'front', 'are', 'also', 'large', 'which', 'accentuate', 'thighs', 'these', 'were', 'returned', 'immediately', 'as', 'it', 'did', 'not', 'work', 'for', 'me', ',3,0,3', 'general', 'bottoms', 'jeans'] ['10306,860,49', 'has', 'some', 'good', 'things', 'going', 'for', 'it', 'but', 'did', "n't", 'wow', 'i', 'tried', 'the', 'green', 'one', 'on', 'in', 'the', 'store', 'as', 'my', 'store', 'only', 'had', 'the', 'green', 'the', 'lace', 'was', 'sort', 'of', 'fuzzy-looking', 'and', 'i', 'could', "n't", 'tell', 'if', 'the', 'items', 'were', 'shop-worn', 'or', 'if', 'the', 'lace', 'was', 'supposed', 'to', 'look', 'like', 'that', 'since', 'they', 'all', 'looked', 'that', 'way', 'i', 'decided', 'it', 'was', 'the', 'look', 'of', 'the', 'original', 'fabric', 'and', 'i', 'tried', 'it', 'on', 'i', 'do', 'like', 'the', 'combination', 'of', 'the', 'lace', 'sleeves', 'and', 'v-neck', 'a', 'bit', 'dressy', 'but', 'casual', 'also', 'although', 'i', 'sometimes', 'appreciate', 'a', 'little', 'forgiveness', 'in', 'the', 'tummy', 'area', 'in', 'this', 'case', 'the', 'design', 'was', 'too', 'loose', 'a', ',4,1,0', 'general', 'tops', 'knits'] ['10307,860,43', 'exceeded', 'expectations', 'i', 'ordered', 'this', 'shirt', 'online', 'in', 'green', 'size', 'small', 'i', 'am', '5', '4', 'and', '120', 'lbs'] ['i', 'was', 'a', 'little', 'worried', 'the', 'small', 'might', 'be', 'too', 'long', '/or', 'tentlike', 'i', 'probably', 'would', 'have', 'ordered', 'a', 'petite', 'small', 'had', 'it', 'been', 'available', 'but', 'it', 'fits', 'great'] ['i', 'love', 'the', 'earthy', 'color', 'combined', 'with', 'feminine', 'lace', 'unique', 'comfy', 'gorgeous', ',5,1,0', 'general', 'tops', 'knits'] ['10308,1033,55', 'i', 'love', 'these', 'jeans.', 'i', 'just', 'love', 'everything', 'about', 'these', 'jeans', 'and', 'everyone', 'that', 'sees', 'them', 'on', 'me', 'seems', 'to', 'as', 'well', 'i', "'m", 'short', '5', '2', 'and', 'was', 'concerned', 'about', 'the', 'length', 'on', 'me', 'because', 'they', 'did', "n't", 'have', 'the', 'petite', 'in', 'my', 'size-', 'but', 'these', 'seem', 'to', 'be', 'just', 'fine', 'i', 'wear', 'them', 'with', 'a', 'bit', 'of', 'a', 'heel', 'so', 'that', 'helps', 'they', 'fit', 'snugly', 'but', 'not', 'too', 'tight', 'in', 'all', 'the', 'right', 'places', 'i', 'have', 'a', 'bit', 'of', 'a', 'backside', 'so', 'that', "'s", 'a', 'plus', 'for', 'me', 'because', 'of', 'the', 'higher', 'waist', 'they', 'also', 'do', "n't", 'ride', 'down', 'except', 'for', 'the', 'shorter', 'length', 'they', 'remind', 'me', 'a', 'l', ',5,1,2', 'general', 'bottoms', 'jeans'] ['10309,1110,66', 'lots', 'of', 'compliments', 'bought', 'this', 'dress', 'as', 'good', 'transition', 'piece', 'into', 'our', 'hot', 'fall', 'do', "n't", 'usually', 'go', 'for', 'the', 'uneven', 'hemline', 'but', 'got', 'so', 'many', 'compliments', 'i', "'m", 'expanding', 'my', 'comfort', 'zone', ',4,1,0', 'general', 'dresses', 'dresses'] ['10310,1056,40', 'get', 'this', 'pants', 'stat', 'these', 'pants', 'are', 'so', 'perfect', 'i', 'bought', '3', 'pairs', 'perfect', 'for', 'casual', 'friday', "'s", 'a', 'night', 'out', 'or', 'the', 'weekend', ',5,1,2', 'general', 'bottoms', 'pants'] ['10311,1110,40', 'beautiful', 'and', 'unique', 'this', 'dress', 'is', 'gorgeous', 'in', 'color', 'and', 'print', 'i', 'think', 'it', 'can', 'be', 'styled', 'as', 'eclectic', 'or', 'elegant', 'as', 'you', "'d", 'like', 'definitely', 'runs', 'big', 'in', 'the', 'shoulder/bodice', 'area', 'so', 'i', 'sized', 'down', ',5,1,2', 'general', 'dresses', 'dresses'] ['10312,860,58', 'beautiful', 'black', 'top', 'this', 'top', 'is', 'beautiful', 'on', 'i', 'did', 'not', 'find', 'it', 'to', 'be', 'sheer', 'in', 'either', 'the', 'black', 'or', 'the', 'ivory', 'of', 'which', 'i', 'tried', 'both', 'on', 'i', 'purchased', 'the', 'black', 'as', 'it', 'was', 'more', 'stunning', 'i', 'am', 'a', 'medium', 'and', 'it', 'fit', 'absolutely', 'perfect', 'it', 'has', 'a', 'nice', 'pleat', 'in', 'the', 'front', 'in', 'case', 'you', 'have', 'a', 'teeny', 'bit', 'of', 'tummy', 'i', 'found', 'it', 'to', 'be', 'very', 'flattering', 'and', 'will', 'wear', 'it', 'as', 'a', 'date', 'top', 'it', 'will', 'look', 'awesome', 'with', 'skinny', 'jeans', 'or', 'ponte', 'ankle', 'leggings', 'the', 'body', 'fabric', 'is', 'a', 'lighter', 'cotton', 'i', 'am', '5', '4', 'and', 'it', 'hits', 'at', 'hip', 'length', 'it', 'does', 'not', 'have', ',5,1,19', 'general', 'tops', 'knits'] ['10313,1033,46', 'super', 'cute', 'these', 'jeans', 'are', 'adorable', 'i', 'wear', 'a', '10p', 'and', 'the', '30', 'petite', 'fit', 'perfectly', 'great', 'quality', 'and', 'will', 'look', 'cute', 'with', 'a', 'boxy', 'crop', 'top', 'and', 'flats.,5,1,16', 'general', 'bottoms', 'jeans'] ['10314,1080,67', 'pretty', 'pretty', 'i', 'wanted', 'a', 'dress', 'that', 'made', 'me', 'feel', 'pretty', 'while', 'traveling', 'when', 'we', 'went', 'out', 'in', 'the', 'evening', 'nothing', 'really', 'fancy', 'but', 'nice', 'i', 'saw', 'this', 'right', 'when', 'it', 'came', 'out', 'and', 'the', 'colors', 'and', 'cut', 'were', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'am', '5', '3', 'and', 'normally', 'a', 'size', '6', 'in', 'retailer', 'dresses', 'but', 'i', 'have', 'a', 'dd34', 'chest', 'and', 'a', 'little', 'broader', 'ribcage', 'even', 'though', 'my', 'shoulders', 'and', 'hips', 'are', 'small', 'which', 'can', 'be', 'tricky', 'the', 'fit', 'and', 'flare', 'style', 'helps', 'a', 'lot', 'but', 'only', 'if', 'the', 'torso', 'is', 'not', 'too', 'tight', 'i', 'went', 'back', 'and', 'forth', 'over', 'the', 'si', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['10315,860,37', 'light', 'and', 'breezy', 'this', 'top', 'is', 'very', 'light', 'and', 'soft', 'for', 'summer', 'even', 'the', 'lace', 'is', 'soft', 'it', "'s", 'not', 'sheer', 'and', 'does', "n't", 'require', 'layering', 'true', 'to', 'size', 'i', "'m", '5', '4', '34dd', '150', 'lbs-', 'm', 'fits', 'well', 'my', 'arms', 'are', 'not', 'tiny', 'and', 'yet', 'the', 'lace', 'were', "n't", 'tight', 'for', 'me', 'but', 'the', 'quality', 'of', 'the', 'material', 'is', 'average', 'and', 'it', 'feels', 'like', 'it', 'will', 'last', 'barely', 'one', 'summer', 'it', "'s", 'good', 'if', 'you', 'are', 'paying', 'the', 'sale', 'price', ',3,1,0', 'general', 'tops', 'knits'] ['10316,1110,22', 'this', 'dress', 'is', 'seriously', 'gorgeous', 'and', 'even', 'more', 'so', 'in', 'person', 'the', 'cut', 'at', 'the', 'bottom', 'is', 'so', 'flattering', 'for', 'curvy', 'pear', 'shaped', 'and', 'hourglass', 'shaped', 'women', 'i', 'sized', 'down', 'so', 'that', 'the', 'dress', 'gave', 'me', 'more', 'of', 'a', 'waist', 'than', 'you', 'can', 'see', 'on', 'the', 'model', 'and', 'it', 'was', 'so', 'much', 'more', 'flattering', 'love', 'the', 'fabric', 'fit', 'and', 'style', 'of', 'this', 'dress', ',5,1,2', 'general', 'dresses', 'dresses'] ['10317,1033,45', 'just', 'great', 'you', 'do', 'not', 'want', 'to', 'know', 'how', 'many', 'cropped', 'wide-leg', 'jeans', 'i', "'ve", 'tried', 'on', 'all', 'the', 'rest', 'make', 'me', 'look', 'ridiculous', 'for', 'various', 'reasons', 'it', "'s", 'not', 'easy', 'to', 'get', 'this', 'style', 'right', 'apparently', 'these', 'are', 'great', 'comfy', 'make', 'my', 'legs', 'look', 'cute', 'not', 'chopped', 'off', 'they', 'are', 'not', 'mysteriously', 'tight', 'in', 'the', 'upper', 'thigh', 'why', 'do', 'some', 'do', 'that', 'they', 'act', 'like', 'trousers', 'with', 'a', 'jean', "'s", 'casual', 'edge', 'the', 'let', 'out', 'hem', 'is', 'super', 'cute', 'and', 'they', 'are', 'soft', 'and', 'comfortable', 'perfect', 'with', 'tucked', 'in', 'or', 'shorter', 'blouse', 'styles'] [] ['i', 'bought', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10318,1056,25', 'really', 'great', 'these', 'pants', 'are', 'so', 'great', 'i', 'was', 'debating', 'between', 'them', 'and', 'some', 'sateen', 'denim', 'style', 'pants', 'from', 'another', 'store', 'but', 'these', 'definitely', 'take', 'the', 'cake', 'the', 'fit', 'is', 'awesome', 'although', 'i', 'am', 'a', '26', 'in', 'the', 'green', 'and', 'a', '27', 'in', 'the', 'black', 'so', 'that', "'s", 'kind', 'of', 'weird', ',5,1,6', 'general', 'bottoms', 'pants'] ['10319,1110,51', 'versatile', 'dress', 'fun', 'transitional', 'dress', 'for', 'fall', 'that', 'can', 'be', 'worn', 'with', 'ballet', 'flats', 'boots', 'or', 'booties', 'true', 'to', 'size', 'for', 'reference', 'i', 'am', '5', '9', '138', 'with', 'an', 'athletic', 'build', ',5,1,3', 'general', 'dresses', 'dresses'] ['10320,1110,38', 'cute', 'dress', 'but', 'runs', 'large', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'the', 'sizing', 'was', 'too', 'large', 'for', 'me', 'overwhelming', 'my', 'frame', 'i', 'am', 'very', 'petite', 'for', 'reference', '5', '2', '24', 'waist', '30', 'and', 'usually', 'get', 'an', 'xxsp', 'or', '00p', 'but', 'even', 'the', '00p', 'was', 'too', 'large', 'in', 'both', 'the', 'waist', 'and', 'especially', 'in', 'the', 'shoulder', 'area', 'at', 'minimum', 'for', 'fit', 'i', 'would', 'have', 'had', 'to', 'have', 'the', 'dress', 'taken', 'up', 'but', 'required', 'too', 'much', 'alteration', 'the', 'skirt', 'is', 'not', 'lined', 'which', 'i', 'found', 'disappointing', 'given', 'the', 'price', 'the', 'colors', 'and', 'handkerchief', 'like', 'hem', 'is', 'really', 'cute', 'though', 'but', 'i', 'returned', ',3,0,3', 'general', 'dresses', 'dresses'] ['10321,1033,41', 'wanted', 'to', 'love', 'these', 'jeans', 'i', 'really', 'did', 'want', 'to', 'love', 'these', 'jeans', 'but', 'i', 'had', 'to', 'return', 'them'] ['im', 'a', 'size', '10', 'and', 'a', 'little', 'heavier', 'in', 'the', 'thighs', 'and', 'got', 'a', '30.', 'the', 'rise', 'is', 'just', 'to', 'high', 'for', 'me', 'and', 'the', 'thigh', 'was', 'very', 'tight'] [] ['the', 'denim', 'felt', 'fabulous', 'they', 'just', 'fit', 'me', 'a', 'bit', 'funky', ',4,1,1', 'general', 'bottoms', 'jeans'] ['10322,1080,50', 'odd', 'skirt', 'i', 'had', 'mixed', 'feelings', 'about', 'this', 'dress', 'the', 'material', 'is', 'lovely', 'but', 'the', 'skirt', 'is', 'really', 'odd', 'it', 'has', 'two', 'slips', 'one', 'that', 'fits', 'close', 'and', 'a', 'second', 'that', "'s", 'a', 'bit', 'too', 'puffy', 'so', 'the', 'skirt', 'did', "n't", 'sit', 'well', 'and', 'i', 'thought', 'it', 'made', 'my', 'hips', 'look', 'bigger', 'the', 'odd', 'length', 'made', 'it', 'unflattering', 'it', 'might', 'be', 'nicer', 'without', 'the', 'puffy', 'slip', 'but', 'i', 'did', "n't", 'want', 'to', 'risk', 'it', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10323,1033,60', 'new', 'favorite', 'jeans', 'love', 'these', 'loose', 'and', 'comfy', 'everywhere', 'delighted', 'to', 'have', 'found', 'a', '32', 'and', 'delighted', 'that', 'they', 'are', 'roomy', 'even', 'at', 'the', 'waist', 'i', 'exchanged', 'another', 'pair', 'of', 'pilcro', "'s", 'and', 'was', 'afraid', 'of', 'a', 'shipping/pricing', 'conflict', 'but', 'as', 'usual', 'retailer', 'customer', 'service', 'was', 'excellent', 'earlier', 'sale', 'price', 'was', 'honored', 'easy', 'returns', 'in', 'the', 'orignal', 'shipping', 'bag'] ['retailer', 'design', 'fashion', 'and', 'company', 'attitude', 'excels', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10324,619,31', 'runs', '1-2', 'sizes', 'too', 'small', 'i', 'am', '5', '7', 'approx', '135', 'lbs', '27-28', 'in', 'jeans', 'size', '4', 'in', 'dresses', 'purchased', 'these', 'in', 'a', 'size', '8.', 'i', 'would', 'suggest', 'sizing', 'up', 'between', 'one', 'to', 'two', 'sizes', 'as', 'a', 'result', 'the', 'upper', 'thigh', 'portion', 'of', 'the', 'shorts', 'do', 'appear', 'a', 'little', 'baggier', 'plus', 'pleats', 'can', 'be', 'overwhelming', 'in', 'terms', 'of', 'material', 'but', 'not', 'so', 'baggy', 'that', 'it', 'would', 'make', 'it', 'circus', 'tent', '-like', 'do', 'not', 'expect', 'these', 'to', 'be', 'fitted.definitely', 'a', 'fun', 'pair', 'of', 'shorts', 'seems', 'like', 'it', 'will', 'go', 'well', 'with', 'sandals', 'espadrilles', 'wedges', 'paired', 'with', 'either', 'a', 'front-tucke', ',4,1,1', 'general', 'bottoms', 'shorts'] ['10325,626,33', 'good', 'short', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'and', 'was', 'unsure', 'about', 'sizing', 'once', 'they', 'went', 'on', 'sale', 'i', 'bought', 'the', 'xs', 'and', 'have', 'already', 'worn', 'them', 'twice.good', 'transitional', 'grey', 'colored', 'short', 'into', 'fall', 'need', 'to', 'be', 'ironed', 'or', 'steamed', 'after', 'wearing', 'for', 'a', 'while', 'but', 'comfy', 'and', 'smooth', 'out', 'easily.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10326,1033,44', 'awesome', 'jeans', 'as', 'with', 'my', 'other', 'pilcro', 'pants', 'i', 'love', 'the', 'fit', 'of', 'these', 'jeans', 'very', 'soft', 'fabric', 'but', 'do', "n't", 'stretch', 'out', 'too', 'much', 'after', 'first', 'wearing', 'the', 'fabric', 'is', 'distressed', 'but', 'not', 'so', 'much', 'that', 'i', 'worry', 'about', 'holes', 'forming', ',5,1,2', 'general', 'bottoms', 'jeans'] ['10327,626,24', ',i', 'loved', 'these', 'and', 'wore', 'them', 'once', 'i', 'bought', 'the', 'red', 'ones', 'and', 'the', 'stained', 'my', 'furniture', 'and', 'my', 'shirt', 'so', 'i', 'washed', 'them', 'a', 'few', 'times', 'in', 'hopes', 'of', 'getting', 'out', 'all', 'the', 'extra', 'dye-', 'ruined', 'yet', 'another', 'chair', 'so', 'annoyed', 'i', 'loved', 'them', 'but', 'they', 'are', 'not', 'worth', 'it.,2,0,4', 'general', 'petite', 'bottoms', 'pants'] ['10328,1110,60', 'fun', 'great', 'design', 'if', 'it', 'was', 'a', 'solid', 'or', 'small', 'print', 'the', 'only', 'negative', 'about', 'this', 'dress', 'was', 'the', 'placement', 'of', 'the', 'stripe', 'across', 'your', 'stomach,4,1,0', 'general', 'dresses', 'dresses'] ['10329,148,49', 'tea', 'time', 'sleep', 'pant', 'i', 'absolutely', 'love', 'these', 'sleep', 'pants', 'they', 'are', 'very', 'comfortable', 'and', 'the', 'cute', 'tea', 'cups', 'print', 'makes', 'them', 'fun', 'i', 'have', 'washed', 'them', 'and', 'put', 'them', 'in', 'the', 'dryer', 'and', 'they', 'did', "n't", 'fade', 'or', 'shrink', 'grab', 'a', 'pair', 'while', 'you', 'still', 'can', 'you', 'wo', "n't", 'regret', 'it.,5,1,1', 'initmates', 'intimate', 'sleep'] ['10330,619,31', 'the', 'fabric', 'quality', 'and', 'style', 'are', 'amazing', 'the', 'fabric', 'is', 'very', 'high', 'quality', 'and', 'so', 'soft', 'and', 'the', 'style', 'is', 'nice', 'for', 'an', 'adult', 'i', 'generally', 'do', "n't", 'wear', 'shorts', 'because', 'of', 'length', 'style', 'and', 'other', 'problems', 'but', 'i', 'can', 'wear', 'these', 'without', 'feeling', 'like', 'a', 'high', 'schooler', 'i', 'usually', 'wear', 'a', '24/00', 'in', 'pants', 'i', 'ordered', 'the', '0', 'and', 'was', 'worried', 'that', 'it', 'would', 'be', 'too', 'loose', 'and', 'look', 'sloppy', 'on', 'me', 'but', 'it', 'fits', 'amazingly', 'one', 'of', 'my', 'favorite', 'purchases', 'ever', ',5,1,1', 'general', 'bottoms', 'shorts'] ['10331,1110,43', 'nice', 'flow', 'this', 'dress', 'is', 'cut', 'perfectly', 'to', 'have', 'a', 'lot', 'of', 'movement', 'love', 'the', 'colors', 'i', 'went', 'with', 'my', 'usual', 'size', '2', 'and', 'it', 'fit', 'generously', 'i', 'am', '5.4', 'and', 'the', 'size', '2', 'hit', 'about', 'the', 'same', 'as', 'the', 'model'] [] ['my', 'only', 'complaint', 'it', 'came', 'really', 'wrinkled', 'and', 'will', 'definitely', 'not', 'make', 'a', 'travel', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['10332,619,35', 'size', 'up', 'i', 'followed', 'the', 'advice', 'of', 'the', 'other', 'reviewer', 'and', 'went', '2', 'sizes', 'up', 'i', "'m", 'so', 'glad', 'that', 'i', 'did', 'i', "'m", 'usually', 'an', '8', 'and', 'i', 'ordered', 'a', '12', 'and', 'they', 'are', 'just', 'right', 'the', 'pleats', 'made', 'them', 'very', 'flowy', 'in', 'the', 'hip', 'so', 'it', 'gives', 'a', 'little', 'wider', 'look', 'on', 'me', 'than', 'i', 'really', 'want', 'but', 'i', 'really', 'love', 'these', 'shorts', 'so', 'it', "'s", 'not', 'a', 'deal', 'breaker', 'overall', 'i', 'am', 'happy', 'with', 'them', 'but', 'definitely', 'size', 'up', ',4,1,2', 'general', 'bottoms', 'shorts'] ['10333,1110,33,100', 'gorgeous', 'wore', 'it', 'this', 'weekend', 'and', 'the', 'compliments', 'were', 'overflowing', 'it', "'s", 'exceptionally', 'flattering', 'for', 'busty', 'women', 'i', "'m", 'a', '32dd', 'i', 'had', 'to', 'size', 'down', 'from', 'an', '8', 'to', 'a', '6', 'but', 'even', 'the', '8', 'looked', 'good', 'just', 'a', 'bit', 'loose', 'in', 'the', 'bodice', 'v', 'neck', 'is', 'just', 'right', 'not', 'too', 'low', 'not', 'too', 'high', 'print', 'is', 'gorgeous', 'in', 'person', 'colors', 'are', 'much', 'richer', 'than', 'the', 'online', 'photo', 'the', 'flowy', 'skirt', 'is', 'very', 'slimming', 'and', 'forgiving', 'for', 'hourglass', 'and', 'pear', 'shaped', 'body', 'types', 'but', 'if', 'you', 'have', 'slim', 'hips', 'you', 'might', 'feel', 'like', 'you', "'re", 'swimming', 'in', 'fabr', ',5,1,16', 'general', 'dresses', 'dresses'] ['10334,1056,40', 'greatest', 'pants', 'ever-too', 'bad', 'retailer', 'planned', 'poorly', 'i', 'love', 'these', 'pants', 'best', 'fitting', 'pants', 'i', "'ve", 'ever', 'owned', 'flattering', 'stretchy/do', "n't", 'stretch', 'out', 'i', 'am', 'so', 'sad', 'that', 'retailer', 'did', "n't", 'plan', 'well', 'and', 'stock', 'enough', 'i', 'bought', 'the', 'black', 'want', 'the', 'gray', 'and', 'all', 'sizes', 'but', '25', 'and', '31', 'are', 'sold', 'out', 'i', 'might', 'just', 'buy', 'another', 'black', 'pair', 'so', 'i', 'can', 'have', 'another', 'i', 'really', 'wish', 'retailer', 'would', 're-stock', 'these', 'although', 'these', 'are', '5star', 'pants', 'i', 'rated', 'them', 'a', '3', 'for', 'retailers', 'poor', 'low', 'stock', 'quantity', ',3,1,1', 'general', 'bottoms', 'pants'] ['10335,860,41', ',this', 'top', 'runs', 'a', 'little', 'bit', 'larger', 'and', 'if', 'you', 'have', 'bat', 'wings', 'you', 'might', 'want', 'to', 'stay', 'true', 'to', 'size', 'i', 'have', "n't", 'washed', 'or', 'dry', 'cleaned', 'yet', 'although', 'most', 'retailer', 'shirts', 'i', 'have', 'come', 'to', 'find', 'new', 'to', 'be', 'dry', 'cleaned', 'otherwise', 'fit', 'is', 'great', 'so', 'is', 'the', 'overall', 'aesthetic.,4,1,0', 'general', 'tops', 'knits'] ['10336,148,54', 'live', 'this', 'so', 'nice', 'lightweight', 'flannel', 'with', 'precious', 'contrasting', 'gingham', 'cuffs', 'will', 'look', 'stylish', 'on', 'all', 'heights', 'very', 'impressed', 'with', 'the', 'styling', 'and', 'construction', 'fits', 'slightly', 'larger', 'than', 'tts', 'but', 'figured', 'that', 'was', 'to', 'account', 'for', 'potential', 'shrinkage.,5,1,20', 'initmates', 'intimate', 'sleep'] ['10337,1110,47', 'stunning', 'this', 'dress', 'is', 'quite', 'the', 'stunner', 'i', 'love', 'the', 'mix', 'of', 'patterns', 'and', 'the', 'asymmetrical', 'hem', 'four', 'stars', 'in', 'quality', 'though', 'as', 'it', 'could', 'have', 'a', 'bit', 'of', 'pure', 'cotton', 'in', 'the', 'fabric', 'composition', 'as', 'opposed', 'to', 'rayon', 'viscose', 'only', 'still', 'a', 'versatile', 'dress', 'for', 'day', 'or', 'night', 'i', 'love', 'the', 'length', 'of', 'the', 'petite', 'size', 'please', 'note', 'i', "'m", '5', '4', 'the', 'shortest', 'part', 'of', 'the', 'hem', 'hits', 'right', 'at', 'the', 'knees', 'a', 'keeper', ',5,1,1', 'general', 'dresses', 'dresses'] ['10338,619,33', 'comically', 'bad', 'these', 'looked', 'really', 'interesting', 'online', 'and', 'with', 'the', 'multicolor', 'stripes', 'i', 'thought', 'it', 'would', 'pair', 'nicely', 'with', 'many', 'tops'] [] ['the', 'fabric', 'is', 'nice', 'and', 'sturdy', 'the', 'colors', 'are', 'more', 'vibrant', 'than', 'online'] [] ['the', 'design', 'however', 'is', 'terrible', 'when', 'i', 'put', 'them', 'on', 'i', 'double', 'checked', 'to', 'make', 'sure', 'they', 'were', "n't", 'on', 'backwards-', 'the', 'back', 'is', 'flat', 'as', 'a', 'board', 'but', 'the', 'front', 'has', 'these', 'poofy', 'pockets', 'the', 'poor', 'fit', 'with', 'the', 'bright', 'stripes', 'gives', 'a', '1920s', 'circus', 'diaper', 'look', 'which', 'is', 'not', 'good'] [] ['they', "'re", 'also', 'really', 'tight', 'compar', ',2,0,0', 'general', 'bottoms', 'shorts'] ['10339,1033,55', 'jean', 'of', 'my', 'dreams', 'these', 'jeans', 'are', 'perfect', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'i', 'was', 'afraid', 'the', 'rise', 'might', 'be', 'too', 'high', 'but', 'it', 'was', 'just', 'right', 'well', 'below', 'the', 'belly', 'button', 'i', 'abhor', 'anything', 'resembling', 'a', 'mom', 'jean', 'rise', 'they', 'will', 'look', 'really', 'chic', 'with', 'boots', 'as', 'well', 'as', 'sandals', 'or', 'flats', 'i', 'have', 'lots', 'of', 'pants', 'in', 'my', 'wardrobe', 'but', 'i', 'have', 'a', 'feeling', 'this', 'will', 'be', 'a', 'favorite', 'pair', ',5,1,2', 'general', 'bottoms', 'jeans'] ['10340,1110,45', 'perfect', 'dress', 'for', 'almost', 'any', 'occasion', 'this', 'dress', 'is', 'beautifully', 'tailored', 'and', 'so', 'flattering', 'i', 'feel', 'very', 'comfortable', 'wearing', 'it', 'to', 'work', 'because', 'of', 'the', 'sleeves', 'and', 'neckline', 'but', 'think', 'it', 'would', 'also', 'be', 'good', 'to', 'wear', 'out', 'i', "'m", 'so', 'happy', 'i', 'bought', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['10341,619,31', 'super', 'cute', 'and', 'super', 'small', 'i', 'adore', 'eva', 'franco', 'but', 'these', 'are', 'just', 'not', 'thoughtfully', 'designed', 'regarding', 'fit', 'i', 'wear', 'a', 'size', '12', 'and', 'took', 'the', 'risk', 'of', 'ordering', 'the', '12', 'as', 'a', 'popback', 'but', 'they', 'do', 'fit', '1-2', 'sizes', 'small', 'i', 'could', 'get', 'them', 'zipped', 'but', 'it', "'s", 'not', 'a', 'good', 'look', 'i', 'feel', 'like', 'the', 'waist', 'would', 'fit', 'if', 'the', 'rise', 'were', "n't", 'so', 'short', 'for', 'reference', 'i', 'have', 'a', '33', 'waist', 'and', '42', 'hips', ',3,0,0', 'general', 'bottoms', 'shorts'] ['10342,844,31', 'boho', 'chic', 'at', 'it', "'s", 'finest', 'i', 'love', 'this', 'top', 'i', 'typically', 'wear', 'small', 'in', 'most', 'retailer', 'tops', 'and', 'decided', 'to', 'size', 'down', 'in', 'this', 'to', 'an', 'xs', 'and', 'i', "'m", 'glad', 'i', 'did', 'well', 'made', 'and', 'cute', 'floral', 'design', 'that', 'can', 'be', 'worn', 'year', 'round.,5,1,2', 'general', 'tops', 'blouses'] ['10343,1110,41', 'super', 'unique', 'great', 'fall', 'dress', 'this', 'dress', 'is', 'simply', 'unique', 'beautiful', 'i', 'said', 'it', 'runs', 'large', 'but', 'that', 'only', 'because', 'the', 'bodice', 'is', 'a', 'little', 'looser', 'than', 'anticipated', 'i', 'decided', 'to', 'stick', 'with', 'my', 'normal', 'size', '0', 'though', 'so', 'i', 'could', 'have', 'a', 'little', 'extra', 'room', 'for', 'those', 'wishing', 'for', 'a', 'tight', 'fit', 'size', 'down', 'i', 'love', 'the', 'colors', 'in', 'this', 'dress', 'i', 'typically', 'shy', 'away', 'from', 'bright', 'colors', 'and', 'pinks', 'but', 'paired', 'with', 'the', 'muted', 'yellow/brown', ',5,1,3', 'general', 'dresses', 'dresses'] ['10344,1094,34', 'extremely', 'soft', 'and', 'comfortable', 'i', 'saw', 'this', 'in', 'the', 'sales', 'rack', 'and', 'decided', 'to', 'try', 'it', 'on', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', 'looks', 'very', 'ordinary', 'on', 'the', 'hanger', 'but', 'in', 'fact', 'it', "'s", 'a', 'very', 'surprising', 'find', 'as', 'others', 'have', 'mentioned'] ['_____________'] ['pros'] ['a-line', 'so', 'you', 'could', 'go', 'down', 'a', 'size', 'for', 'a', 'slimmer', 'fit'] ['the', 'zipper', 'in', 'the', 'back', 'has', 'an', 'attached', 'pleather-like', 'tag', 'to', 'help', 'in', 'zipping', 'the', 'dress', 'up', 'i', 'found', 'this', 'extremely', 'considerate', 'and', 'smart', 'most', 'dresses', 'do', "n't", 'have', 'this'] ['lots', 'of', 'stretch', 'and', 'very', 'very', 'comfortable', 'i', 'can', 'see', 'myself', 'wearing', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10345,950,38', 'heavy', 'and', 'boxy', 'i', 'love', 'this', 'sweater', "'s", 'rich', 'color', 'and', 'good', 'quality', 'but', 'the', 'fabric', 'is', 'very', 'thick', 'and', 'heavy', 'the', 'neck', 'opening', 'is', 'too', 'wide', 'and', 'the', 'length', 'is', 'too', 'short', 'to', 'be', 'flattering', 'not', 'on', 'my', 'tall', 'not', 'model', 'skinny', 'frame', ',3,0,1', 'general', 'tops', 'sweaters'] ['10346,1056,47', 'very', 'nice', 'and', 'versatile', 'pants', 'i', "'m", 'typically', 'a', '27.', 'this', '27', 'seems', 'snug', 'but', 'there', 'is', "n't", 'a', '28', 'in', 'petite', 'so', 'i', "'m", 'keeping', 'these', '27', 'petites', 'i', 'ordered', '27', 'regular', 'also', 'and', 'they', 'are', 'too', 'long', 'i', "'m", '5', '4', '128lbs', 'they', 'are', 'very', 'comfortable', 'hope', 'they', 'stretch', 'just', 'a', 'tad', ',4,1,0', 'general', 'bottoms', 'pants'] ['10347,1056,59', 'great', 'travel', 'pant', 'i', 'travel', 'a', 'lot', 'and', 'like', 'to', 'wear', 'something', 'other', 'than', 'jeans', 'when', 'i', 'go', 'out', 'in', 'europe', 'these', 'pants', 'are', 'comfortable', 'and', 'yet', 'i', 'can', 'dress', 'them', 'up', 'great', 'fit', 'and', 'really', 'nice', 'fabric', 'i', 'bought', 'these', 'in', 'two', 'colors.,5,1,1', 'general', 'bottoms', 'pants'] ['10348,1110,36', 'a', 'stunner', 'gorgeous', 'colors', 'high', 'quality', 'my', 'only', 'word', 'of', 'caution', 'is', 'that', 'the', 'top', 'part', 'is', 'very', 'tight', 'if', 'you', 'have', 'a', 'large', 'chest', 'c+', 'this', 'is', 'going', 'to', 'be', 'snug', 'or', 'not', 'fit', 'at', 'all', 'i', "'m", 'wearing', 'it', 'now', 'in', 'pregnancy', 'but', 'i', 'think', 'it', 'will', 'also', 'look', 'great', 'post-partum', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['10349,1116,53', 'awesome', 'tracy', 'reese', 'always', 'pleases', 'this', 'coat', 'is', 'absolutely', 'awesome', 'it', 'is', 'gorgeous', 'the', 'faux', 'fur', 'is', 'soft', 'and', 'cozy', 'this', 'coat', 'is', 'warm', 'i', 'love', 'the', 'snap', 'closure', 'this', 'is', 'the', 'sort', 'of', 'attire', 'that', 'makes', 'you', 'feel', 'lovely', 'and', 'is', 'cheerful', 'for', 'those', 'dull', 'winter', 'days', 'so', 'happy', 'to', 'have', 'in', 'my', 'wardrobe', 'a', 'collector', "'s", 'item', 'for', 'sure', ',5,1,0', 'general', 'jackets', 'outerwear'] ['10350,1033,41', 'i', 'love', 'these', 'jeans', 'at', 'first', 'i', 'was', 'unsure', 'of', 'what', 'shoes', 'to', 'wear', 'with', 'the', 'length', 'of', 'the', 'crop', 'i', 'do', "n't", 'wear', 'block', 'high', 'heels', 'as', 'pictured', 'everyday', 'chasing', 'after', 'my', 'boys', 'but', 'once', 'i', 'figured', 'out', 'which', 'shoes', 'looked', 'cute', 'i', 'was', 'in', 'heaven', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'it', 'will', 'be', 'a', 'great', 'jean', 'for', 'everyday', 'fun', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10351,1110,54', 'the', 'look', 'this', 'dress', 'has', 'a', 'charming', 'carefree', 'look', 'that', 'invites', 'fall', ',5,1,0', 'general', 'dresses', 'dresses'] ['10352,1110,45', 'beautiful', 'this', 'dress', 'is', 'absolutely', 'beautiful', 'i', 'wear', 'with', 'with', 'a', 'flat', 'shoes', 'gold', 'i', 'got', 'a', 'lot', 'of', 'complaints', 'i', 'was', 'witing', 'the', 'fall', 'season', 'finale', 'antro', 'bringing', 'what', 'i', 'want.,5,1,7', 'general', 'dresses', 'dresses'] ['10353,1080,44', 'vintage', 'princess', 'i', 'am', 'a', 'big', 'tracy', 'reese', 'fan', 'she', 'knows', 'how', 'to', 'cut', 'a', 'dress', 'to', 'flatter', 'the', 'best', 'and', 'hides', 'the', 'worst', 'of', 'a', 'woman', "'s", 'body', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'and', 'size', 'regular', '4', 'fits', 'very', 'well', 'it', 'makes', 'my', 'waist', 'look', 'tiny', 'which', 'is', 'awesome', 'and', 'the', 'length', 'is', 'right', 'at', 'my', 'knees', 'the', 'v', 'neck', 'is', 'a', 'bit', 'low', 'cut', 'so', 'i', 'would', 'need', 'a', 'camisole', 'if', 'worn', 'to', 'work', 'i', 'like', 'the', '2', 'layer', 'skirt', 'slip', 'but', 'the', 'ruffle', 'part', 'at', 'the', 'hem', 'needs', 'to', 'be', 'steamed', 'straight', 'or', 'the', 'dress', 'would', 'look', 'too', 'bumpy', 'colors', 'are', 'rich', 'and', 'unique', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10354,1110,65', 'what', 'a', 'fun', 'dress', 'to', 'wear', 'it', 'feels', 'great', 'and', 'looks', 'great', 'i', 'feel', 'good', 'when', 'i', 'wear', 'it', 'if', 'i', 'was', 'a', 'kid', 'i', 'would', 'wear', 'it', 'everyday', 'ha', 'ha', ',5,1,17', 'general', 'dresses', 'dresses'] ['10355,860,58', 'i', "'m", 'in', 'between', 'a', 'medium', 'and', 'a', 'large', 'and', 'i', 'ended', 'up', 'with', 'a', 'large', 'because', 'of', 'the', 'sleeves', 'which', 'are', 'fitted', 'the', 'sleeve', 'looks', 'loose', 'on', 'the', 'model', 'but', 'i', 'have', 'some', 'muscle', 'on', 'my', 'bones', 'the', 'v-neck', 'is', 'a', 'little', 'low', 'and', 'i', 'will', 'probably', 'war', 'a', 'cami', 'underneath', 'something', 'i', 'would', 'have', 'done', 'in', 'a', 'medium', 'as', 'well', 'overall', 'i', 'like', 'the', 'top', 'i', 'got', 'the', 'green', 'it', 'has', 'a', 'nice', 'style', 'and', 'will', 'stand', 'alone', 'in', 'warmer', 'months', 'without', 'a', 'jacket', 'or', 'sweater', 'over', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['10356,1094,43', ',pleasantly', 'surprised', 'with', 'how', 'cute', 'and', 'flattering', 'this', 'dress', 'is', 'i', "'m", 'about', 'a', 'size', '12', 'and', 'the', 'size', 'l', 'fit', 'perfectly', 'the', 'bit', 'of', 'a', 'line', 'to', 'the', 'skirt', 'is', 'very', 'flattering', 'and', 'the', 'knit', 'is', 'not', 'too', 'clingy.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10357,1033,36', 'my', 'new', 'every', 'day', 'jeans', 'i', 'just', 'wore', 'these', 'for', 'the', 'first', 'time', 'and', 'they', 'are', 'so', 'comfortable', 'the', 'mid', 'rise', 'waist', 'is', 'not', 'too', 'tight', 'as', 'many', 'jeans', 'are', 'on', 'me', 'and', 'the', 'fitted', 'hips', 'keeps', 'the', 'wide', 'leg', 'crop', 'cut', 'from', 'being', 'frumpy', 'i', 'wore', 'them', 'with', 'sandals', 'and', 'i', 'think', 'they', 'will', 'wear', 'well', 'with', 'booties', 'and', 'boots', 'as', 'the', 'weather', 'gets', 'cooler', 'too', 'they', 'are', 'a', 'substantial', 'weight', 'jean', 'not', 'just', 'for', 'summer', 'these', 'jeans', 'will', 'be', 'seeing', 'a', 'lot', 'of', 'wear.,5,1,1', 'general', 'bottoms', 'jeans'] ['10358,1033,48', 'more', 'faded', 'than', 'they', 'look', 'here', 'i', 'stopped', 'into', 'a', 'store', 'near', 'me', 'specifically', 'to', 'try', 'these', 'on', 'given', 'how', 'adorable', 'they', 'look', 'here', 'while', 'i', 'liked', 'them', 'i', 'did', "n't", 'love', 'them', 'i', 'love', 'some', 'stretch', 'so', 'that', 'part', 'was', 'good', 'however', 'the', 'denim', 'was', 'much', 'thinner', 'and', 'lighter', 'colored', 'than', 'they', 'look', 'to', 'me', 'online', 'here'] [] [] ['i', 'really', 'want', 'to', 'love', 'them', 'though', 'their', 'light', 'color', 'has', 'me', 'less', 'enthusiastic', 'another', 'reviewer', 'also', 'mentioned', 'a', 'butt-flattening', 'effect', 'which', 'i', 'noticed', 'also', 'i', 'might', 'have', 'sprung', 'for', 'them', 'anyway', 'they', 'do', 'have', 'a', 'cute', 'shape', 'bu', ',3,0,0', 'general', 'bottoms', 'jeans'] ['10359,964,24', 'unexpectedly', 'in', 'love', 'i', 'at', 'first', 'only', 'intended', 'to', 'try', 'this', 'jacket', 'on', 'and', 'get', 'a', 'feel', 'for', 'the', 'fit', 'and', 'style', 'as', 'i', "'ve", 'been', 'looking', 'for', 'spring/fall', 'in-between', 'weather', 'outerwear', 'but', 'i', 'unexpectedly', 'and', 'maybe', 'unfortunately', 'for', 'my', 'bank', 'account', 'fell', 'in', 'love', 'instantly', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'the', 'cut', 'is', 'cute', 'stylish', 'and', 'flattering', 'the', 'quality', 'seems', 'good', 'and', 'the', 'fit', 'is', 'perfect', 'i', 'ordered', 'an', 'xs', 'regular', 'in', 'the', 'moss', 'color', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['10360,1033,55', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['10361,1072,33', 'cute', 'but', 'thin', 'i', 'was', 'very', 'excited', 'to', 'get', 'this', 'but', 'very', 'disappointed', 'once', 'it', 'arrived', 'the', 'fabric', 'on', 'the', 'back', 'is', 'thin', 'and', 'clingy', 'i', 'think', 'you', "'d", 'have', 'to', 'wear', 'a', 'slip', 'underneath', 'cute', 'design', 'on', 'the', 'front', 'but', 'sadly', 'it', "'s", 'going', 'back.,3,0,0', 'general', 'dresses', 'dresses'] ['10362,996,59', ',beautiful', 'skirt', 'but', 'runs', 'small', 'not', 'for', 'eveyone-', 'this', 'is', 'for', 'those', 'with', 'flat', 'stomachs', 'i', 'had', 'to', 'size', 'up', 'from', 'a', '6', 'to', 'an', '8', 'for', 'my', 'stomach', 'to', 'not', 'stick', 'out', 'in', 'this', 'skirt', 'and', 'then', 'it', 'looked', 'to', 'wide', 'on', 'the', 'bottom', 'and', 'lost', 'the', 'slick', 'pencil', 'look', 'if', 'you', 'are', 'fit', 'and', 'firm', 'this', 'is', 'a', 'gorgeous', 'skirt', 'it', 'is', 'lined', 'and', 'fabric', 'somewhat', 'heavy.,4,1,10', 'general', 'bottoms', 'skirts'] ['10363,1020,52', 'great', 'color', 'great', 'skirt', 'overall', 'quite', 'good', 'red', 'skirt', 'though', 'a', 'little', 'clingy', 'material', 'good', 'that', 'it', 'has', 'lining', 'the', 'waist', 'is', 'elastic', 'xs', 'fits', 'great', 'on', 'me', '5', '4', '120lbs', ',5,1,0', 'general', 'bottoms', 'skirts'] ['10364,1039,44', 'do', "n't", 'bother', 'these', 'are', 'terribly', 'unflattering', 'the', 'wash', 'looks', 'dirty', 'and', 'the', 'rise', 'is', 'not', '10.5', 'like', 'the', 'description', 'says', 'which', 'is', 'the', 'only', 'reason', 'i', 'gambled', 'on', 'these', 'it', 'is', '13', ',1,0,0', 'general', 'bottoms', 'jeans'] ['10365,1094,29', 'great', 'quality', 'and', 'flattering', 'i', "'m", 'a', 'new', 'mom', 'and', 'am', 'thrilled', 'at', 'the', 'structure', 'and', 'quality', 'of', 'this', 'dress', 'it', 'gives', 'me', 'a', 'great', 'shape', 'very', 'flattering', 'i', 'can', 'wear', 'it', 'to', 'work', 'with', 'a', 'jacket', 'or', 'dress', 'it', 'up', 'with', 'jewelry', 'for', 'a', 'fancier', 'event', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10366,1111,26', 'beautiful', 'in', 'the', 'pic', 'fits', 'kind', 'of', 'funny', 'in', 'person', 'i', 'was', 'really', 'hoping', 'that', 'this', 'dress', 'would', 'fit', 'perfectly', 'because', 'it', 'looks', 'beautiful', 'on', 'the', 'model', 'however', 'when', 'i', 'put', 'the', 'dress', 'on', 'there', 'is', 'a', 'seam', 'where', 'the', 'top', 'portion', 'meets', 'the', 'bottom', 'portion', 'and', 'it', 'made', 'the', 'skirt', 'stick', 'out', 'a', 'ton', 'i', 'ordered', 'the', '0p', 'and', 'i', 'am', '5', '4', '110lbs', 'maybe', 'ordering', 'this', 'dress', 'in', 'a', 'larger', 'size', 'would', 'prevent', 'the', 'skirt', 'from', 'looking', 'so', 'full', 'at', 'the', 'top', ',3,0,0', 'general', 'dresses', 'dresses'] ['10367,1020,62', 'tried', 'this', 'skirt', 'on', 'in', 'the', 'store', 'and', 'loved', 'it', 'so', 'pretty', 'feminine', 'and', 'versatile', 'except', 'for', 'the', 'color', 'although', 'its', 'a', 'gorgeous', 'color', 'and', 'i', 'do', 'love', 'red', 'how', 'often', 'do', 'people', 'wear', 'red', 'skirts', 'i', 'would', 'have', 'snatched', 'it', 'up', 'if', 'it', 'were', 'offered', 'in', 'other', 'colors', 'unlike', 'the', 'other', 'reviewer', 'i', 'think', 'the', 'ruching', 'is', 'great', 'as', 'it', 'gives', 'you', 'the', 'option', 'to', 'wear', 'the', 'skirt', 'higher', 'or', 'lower', 'on', 'your', 'waist', 'and', 'adds', 'the', 'axtra', 'interest', 'factor', 'as', 'this', 'would', 'be', 'a', 'totally', 'frivolous', 'buy', 'i', "'m", 'going', 'to', 'resist', 'and', 'try', 'to', 'wait', 'for', ',4,1,2', 'general', 'bottoms', 'skirts'] ['10368,1033,41', 'i', 'love', 'the', 'cut', 'of', 'these', 'pants', 'kind', 'of', 'a', 'flare', 'kind', 'of', 'a', 'boot', 'cut', 'and', 'super', 'flattering', 'they', 'are', 'long', 'so', 'really', 'need', 'heels', 'to', 'keep', 'a', 'nice', 'leg', 'they', 'have', 'tons', 'of', 'stretch', 'so', 'i', 'could', 'wear', 'two', 'different', 'size', 'i', 'choose', 'the', 'smaller', 'for', 'a', 'little', 'less', 'length', 'in', 'the', 'leg', 'i', 'consider', 'them', 'more', 'pants', 'then', 'denim', ',5,1,14', 'general', 'bottoms', 'jeans'] ['10369,1094,22', 'great', 'cut', 'this', 'dress', 'is', 'a', 'beautiful', 'cut', 'and', 'thankfully', 'it', 'comes', 'in', 'petite', 'so', 'it', 'fit', 'my', 'frame', 'i', 'ordered', 'it', 'in', 'my', 'usual', 'size', 'in', 'both', '2r', 'and', '2p', 'and', 'will', 'be', 'returning', 'the', 'r.', 'checks', 'are', 'cute', 'and', 'can', 'be', 'dressed', 'up', 'for', 'work', 'or', 'for', 'social', 'event', 'depending', 'on', 'goal', 'fabric', 'is', 'a', 'little', 'scratchy', 'but', 'texture', 'and', 'cut', 'are', 'great', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10370,1072,25', 'i', "'m", 'not', 'normally', 'one', 'to', 'spend', '89.99', 'on', 'a', 'dress', 'from', 'retailer', 'but', 'when', 'this', 'dress', 'arrived', 'in', 'the', 'mail', 'it', 'was', 'a', 'no-brainer', 'that', 'i', 'would', 'keep', 'it', 'it', 'hangs', 'beautifully', 'on', 'your', 'body', 'and', 'the', 'fabric', 'is', 'extremely', 'comfortable', 'the', 'tie', 'at', 'the', 'waist', 'is', 'really', 'flattering', 'and', 'the', 'neckline', 'adds', 'a', 'little', 'bit', 'of', 'fun', 'i', 'imagine', 'it', 'can', 'go', 'from', 'season', 'to', 'season', 'pretty', 'easily', 'springtime', 'with', 'a', 'cardigan', 'and', 'flats', 'summer', 'with', 'wedges', 'fall', 'with', 'tights', 'and', 'boots', 'i', 'love', 'pieces', 'that', 'can', 'serve', 'different', 'purposes', 'a', ',5,1,1', 'general', 'dresses', 'dresses'] ['10371,1056,42', 'i', 'heart', 'this', 'i', 'purchased', 'this', 'jumpsuit', 'for', 'christmas', 'parties', 'this', 'year', 'and', 'have', 'received', 'so', 'many', 'compliments', 'it', "'s", 'a', 'great', 'fit', 'and', 'very', 'comfortable', 'i', 'especially', 'love', 'the', 'pockets', 'very', 'flattering.,5,1,4', 'general', 'bottoms', 'pants'] ['10372,1020,26', 'the', 'skirt', 'i', 'honestly', 'ca', "n't", 'say', 'enough', 'wonderful', 'things', 'about', 'this', 'beautiful', 'skirt', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'very', 'flowy', 'and', 'flattering', 'i', 'have', 'a', 'smaller', 'waist', 'but', 'wider', 'hips', 'and', 'this', 'accentuates', 'all', 'of', 'my', 'best', 'features', 'i', 'highly', 'recommend', 'this', 'skirt', 'for', 'any', 'occasion', 'i', 'wore', 'it', 'to', 'my', 'bridal', 'shower', 'and', 'got', 'soo', 'many', 'compliment', 'and', 'i', 'really', 'could', "n't", 'stop', 'touching', 'the', 'material', 'what', 'a', 'wonderful', 'addition', 'to', 'my', 'closet', ',5,1,0', 'general', 'bottoms', 'skirts'] ['10373,1094,39', 'flattering', 'and', 'rich', 'colors', 'the', 'burgundy', 'and', 'black', 'dress', 'is', 'stunning', 'on', 'beautiful', 'cut', 'and', 'colors', 'i', 'think'] ['i', 'do', 'need', 'the', 'petite', 'however', 'the', 'material', 'is', 'not', 'as', 'stretchy', 'as', 'other', 'dresses', 'but', 'the', 'dress', 'does', 'keep', 'its', 'shape', ',4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['10374,1094,38', 'vintage', 'classic', 'style', 'i', 'bought', 'this', 'dress', 'online', 'because', 'it', 'looked', 'interesting', 'and', 'on', 'sale', 'for', '30', 'why', 'not', 'i', 'think', 'it', 'looks', 'unassuming', 'on', 'the', 'hanger', 'but', 'on', 'it', 'is', 'fantastic', 'i', 'am', '5', '3', '150', 'pounds', '34d', 'and', 'the', '8', 'fit', 'me', 'perfectly', 'it', 'accentuates', 'the', 'curves', 'without', 'revealing', 'anything', 'will', 'be', 'perfect', 'for', 'fall/winter', 'but', 'am', 'going', 'to', 'wear', 'it', 'to', 'a', 'wedding', 'in', 'june', 'where', 'the', 'bride', 'is', 'a', 'vintage', 'loving', 'person', 'so', 'i', 'think', 'with', 'the', 'right', 'shoes', 'and', 'jewelry', 'it', 'will', 'be', 'perfect', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10375,1020,36', 'luxurious', 'fits', 'great', 'and', 'just', 'as', 'pictured', 'the', 'material', 'is', 'very', 'smooth', 'and', 'slinky.,5,1,0', 'general', 'bottoms', 'skirts'] ['10376,1094,52', ',perfect', 'slimming', 'fit', 'wore', 'it', 'to', 'work', 'and', 'then', 'on', 'to', 'a', 'holiday', 'party', 'received', 'multiple', 'compliments', 'throughout', 'the', 'day', 'and', 'evening', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10377,1094,35', 'completely', 'agree', 'not', 'worth', 'it', 'the', 'design', 'is', 'very', 'flattering', 'and', 'holiday', 'appropriate', 'but', 'like', 'many', 'maeve', 'dresses', 'it', 'is', 'absurdly', 'overpriced', 'for', 'the', 'cheap', 'materials', 'used', 'although', 'figure', 'flattering', 'the', 'zipper', 'is', 'so', 'cheap', 'that', 'it', 'runs', 'along', 'the', 'left', 'side', 'it', 'bubbles', 'out', 'ruining', 'the', 'sleek', 'look', 'of', 'the', 'bodycon', 'dress', 'and', 'the', 'rough', 'cheap', 'poly', 'is', 'not', 'worth', 'what', 'they', "'re", 'asking', 'for', 'it', 'maybe', 'find', 'this', 'on', 'the', 'sale', 'rack', 'but', 'not', 'at', 'retail', ',2,0,9', 'general', 'petite', 'dresses', 'dresses'] ['10378,1094,36', 'i', 'loved', 'the', 'fabric', 'design', 'the', 'fabric', 'itself', 'is', 'a', 'bit', 'strange', 'to', 'the', 'touch', 'i', "'m", 'hoping', 'it', 'will', 'soften', 'with', 'time', 'and', 'the', 'smell', 'from', 'the', 'fabric', 'is', 'a', 'bit', 'strange', 'however', 'i', 'love', 'the', 'fit', 'and', 'cut', 'and', 'pattern', 'i', 'will', 'gently', 'hand', 'wash', 'it', 'and', 'hope', 'for', 'the', 'best', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10379,1020,40', 'love', 'it', 'it', "'s", 'a', 'beautiful', 'skirt', 'the', 'color', 'is', 'vivid', 'and', 'the', 'skirt', 'is', 'flattering.,5,1,2', 'general', 'bottoms', 'skirts'] ['10380,1094,32', 'got', 'the', 'wine', 'color', 'and', 'love', 'it', 'the', 'design', 'definitely', 'is', 'slimming', '5', '1', '120lb', 'got', 'size', '4', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10381,941,55', 'beautiful', 'periwinkle', 'softness', 'this', 'sweater', 'is', 'gorgeous', 'the', 'color', 'is', 'a', 'true', 'periwinkle', 'which', 'really', 'attracted', 'me', 'to', 'it', 'the', 'bell', 'sleeves', 'are', 'a', 'nice', 'change', 'i', 'have', 'very', 'long', 'arms', 'and', 'they', 'fit', 'perfectly', 'i', 'could', 'wear', 'this', 'sweater', 'out.,5,1,2', 'general', 'tops', 'sweaters'] ['10382,1020,38', 'beautiful', 'cut', 'fabric', 'not', 'so', 'great', 'i', 'love', 'the', 'skirt', 'the', 'color', 'is', 'beautiful', 'but', 'i', 'did', "n't", 'love', 'the', 'fabric', 'it', "'s", 'too', 'delicate', 'and', 'not', 'great', 'for', 'a', 'mom', 'with', 'two', 'busy', 'boys', ',4,1,0', 'general', 'bottoms', 'skirts'] ['10383,1033,38', 'lean', 'and', 'long', 'love', 'the', 'high', 'rise', 'and', 'stretch', 'of', 'this', 'jean-', 'i', 'feel', 'long', 'and', 'lean', 'which', 'is', 'tough', 'for', 'a', 'short', 'curvy', 'girl', 'i', 'feel', 'these', 'run', 'a', 'little', 'small', 'for', 'pilcro-', 'i', 'went', 'up', 'a', 'size.,5,1,2', 'general', 'bottoms', 'jeans'] ['10384,830,41', ',this', 'top', 'is', 'so', 'pretty', 'the', 'fabric', 'is', 'absolutely', 'gorgeous', 'and', 'the', 'lace', 'on', 'the', 'collar', 'and', 'back', 'add', 'an', 'elegant', 'old', 'world', 'vibe', 'to', 'this', 'beautiful', 'blouse', 'it', 'is', 'very', 'light', 'and', 'flowy', 'and', 'i', 'can', 'imagine', 'it', 'will', 'be', 'nice', 'and', 'cool', 'for', 'those', 'hot', 'summer', 'days', 'to', 'come', 'i', 'am', 'rather', 'large', 'chested', 'so', 'it', 'does', 'look', 'a', 'little', 'tent', 'like', 'from', 'the', 'side', 'but', 'that', 'is', 'not', 'the', 'case', 'fron', 'the', 'front', 'and', 'honestly', 'i', 'really', 'do', "n't", 'care', 'because', 'it', 'is', 'so', 'comfortable', 'and', 'pretty', 'i', 'know', 'i', 'will', 'wear', 'this', 'top', 'quite', 'a', 'bit', 'this', 'summer.,5,1,2', 'general', 'tops', 'blouses'] ['10385,1094,64', 'wine', 'color', 'extremely', 'drab', 'styling', 'unflattering', 'i', 'wanted', 'this', 'dress', 'in', 'wine', 'for', 'a', 'holiday', 'party', 'but', 'it', 'just', 'has', 'no', 'life', 'whatsoever', 'unlike', 'prior', 'reviewer', 'i', 'found', 'nothing', 'to', 'dislike', 'about', 'the', 'fabric', 'the', 'fabric', 'is', 'fine', 'and', 'the', 'fit', 'is', 'fine', 'i', "'m", 'sometimes', 'an', '8', 'and', 'sometimes', 'a', '6', 'took', 'this', 'in', 'an', '8', 'and', 'definitely', 'would', 'not', 'size', 'down', 'it', "'s", 'relatively', 'close-', 'and', 'well-fitting', 'but', 'the', 'sleeves', 'and', 'neckline', 'further', 'ruined', 'it', 'for', 'me', 'the', 'sleeves', 'are', 'shapeless', 'long', 'and', 'baggy', 'the', 'neckline', 'is', 'just', 'blah', 'it', 'needs', 'to', 'be', 'neater', 'trimmer', 'more', 'cut', 'the', 'ruc', ',3,0,25', 'general', 'petite', 'dresses', 'dresses'] ['10386,1008,40', 'this', 'is', 'interesting', 'material-', 'very', 'heavy', 'and', 'smooth', 'it', 'is', 'fits', 'great', 'i', 'was', 'able', 'to', 'size', 'down', 'the', 'color', 'is', 'a', 'brown/copper', 'and', 'should', 'match', 'most', 'things', 'overall', 'it', 'is', 'a', 'great', 'skirt', 'for', 'colder', 'weather', 'since', 'it', 'is', 'thick', 'material', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['10387,1094,45', 'great', 'fit', 'i', 'needed', 'a', 'modest', 'dress', 'with', 'sleeves', 'for', 'a', 'few', 'events', 'and', 'when', 'this', 'went', 'on', 'sale', 'i', 'thought', 'it', 'might', 'fit', 'the', 'bill', 'it', 'does', 'and', 'at', 'under', '30', 'it', 'was', 'a', 'no-brainer', 'flattering', 'fit', 'attractive', 'tts', 'and', 'the', 'gathers', 'over', 'the', 'middle', 'hide', 'my', 'mommy', 'tummy', 'i', 'like', 'that', 'i', 'can', 'wear', 'a', 'normal', 'bra', 'with', 'it', 'too', 'i', 'can', 'see', 'what', 'other', 'reviewers', 'are', 'saying', 'about', 'the', 'weird', 'feel', 'of', 'the', 'fabric', 'but', 'it', 'does', "n't", 'bother', 'me', 'this', 'dress', 'will', 'work', 'well', 'for', 'evening', 'and', 'winter', 'events', 'and', 'i', "'m", 'glad', 'it', "'s", 'in', 'my', 'closet', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10388,1094,62', 'curves', 'ahead', 'i', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'creative', 'checked', 'lace', 'the', 'silhouette', 'is', 'figure', 'flattering', 'work', 'appropriate', 'and', 'can', 'wear', 'it', 'for', 'dinner', 'with', 'a', 'change', 'of', 'shoes', 'and', 'jewelry.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10389,1072,52', 'love', 'love', 'love', 'love', 'this', 'dress', 'the', 'color', 'is', 'a', 'beautiful', 'blue', 'grey', 'and', 'the', 'peach', 'embroidery', 'has', 'just', 'a', 'tiny', 'bit', 'of', 'sparkle', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['10390,1085,43', 'expect', 'it', 'to', 'be', 'the', 'same', 'length', 'as', 'on', 'model', 'it', 'was', 'a', 'little', 'shorter', 'than', 'i', 'expected', 'i', 'am', '5', '8', 'and', '125', 'pounds', 'i', 'ordered', 'the', 'extra', 'small', 'and', 'it', 'was', 'a', 'perfect', 'fit', 'aside', 'from', 'length', 'at', '42', 'yrs', 'old', 'i', 'ca', "n't", 'wear', 'mid', 'thigh', 'dresses', 'to', 'work', 'hit', 'hit', 'me', 'at', 'the', 'same', 'length', 'it', 'hit', 'the', 'model', 'in', 'the', 'picture', 'even', 'though', 'she', 'is', "5'10", 'if', 'you', 'are', '5', '6', 'and', 'below', 'this', 'is', 'a', 'beautiful', 'dress', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10391,1013,31', 'lovely', 'fabric', 'unsure', 'of', 'fit', 'the', 'fabric', 'of', 'this', 'skirt', 'is', 'absolutely', 'beautiful', 'however', 'the', 'fit', 'albeit', 'unique', 'is', 'not', 'extremely', 'flattering', 'in', 'my', 'opinion', 'it', 'may', 'be', 'because', 'i', 'am', 'somewhat', 'of', 'a', 'pear/hourglass', 'shape', 'rather', 'than', 'a', 'more', 'straight', 'shape', 'but', 'the', 'fit', 'is', 'a', 'little', 'off', 'imo', 'i', 'am', '5', '8', 'and', '135', 'and', 'ordered', 'both', 'the', '6', '8', 'and', 'felt', 'the', '8', 'fit', 'a', 'little', 'better', ',3,1,0', 'general', 'bottoms', 'skirts'] ['10392,1033,57', 'black', 'pilcor', 'pants', 'these', 'are', 'called', 'jeans', 'but', 'they', 'are', "n't", 'exactly', 'jean', 'material', 'they', 'are', 'black', 'with', 'a', 'nice', 'stretch', 'to', 'the', 'fabric', 'a', 'bit', 'tighter', 'on', 'the', 'thighs', 'than', 'the', 'flare', 'jeans', 'but', 'the', 'stretch', 'to', 'the', 'fabric', 'makes', 'it', 'work', 'i', 'like', 'these', 'very', 'much', 'a', 'very', 'slimming', 'effect', 'mid', 'rise-', 'which', 'looks', 'very', 'chic.highly', 'recommend', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10393,1094,49', ',love', 'the', 'perfectly', 'placed', 'ruching', 'the', 'red', 'lace', 'over', 'black', 'and', 'elegant', 'fits', 'like', 'a', 'glove', 'gives', 'me', 'great', 'curves,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10394,941,46', 'beautiful', 'sweater', 'this', 'beautiful', 'blue', 'sweater', 'was', 'exactly', 'what', 'i', 'wanted', ',5,1,0', 'general', 'tops', 'sweaters'] ['10395,1072,51', 'loved', 'how', 'the', 'front', 'looked.', 'i', 'liked', 'the', 'way', 'the', 'dress', 'looked', 'in', 'the', 'front', 'but', 'the', 'material', 'in', 'the', 'back', 'was', 'knit', 'and', 'very', 'clingy', 'i', 'did', 'not', 'think', 'it', 'was', 'flattering', 'on', 'me', ',4,1,0', 'general', 'dresses', 'dresses'] ['10396,1008,26', 'simple', 'lovely', 'color', 'interesting', 'neoprene', 'fabric', 'i', 'usually', 'wear', 'size', '4', 'but', 'the', '2', 'was', 'perfect', '4', 'would', 'have', 'definitely', 'been', 'loose', 'really', 'nice', 'zipper', 'in', 'the', 'back', 'this', 'skirt', 'is', 'thick', 'and', 'has', 'a', 'stiff/bouncy', 'construction', 'to', 'it', 'due', 'to', 'the', 'neoprene', 'which', 'i', 'was', 'worried', 'would', 'make', 'me', 'look', 'large', 'but', 'it', 'is', 'still', 'soft', 'enough', 'that', 'it', 'does', "n't", 'do', 'that', 'i', 'usually', 'have', 'to', 'get', 'petite', 'for', 'retailer', 'and', 'this', 'was', 'no', 'exception', 'the', 'nonpetite', 'goes', 'beyond', 'my', 'knees', 'awkwardly'] [] ['strangely', 'enough', 'my', 'only', 'criticism', 'for', 'this', 'is', 'that', 'the', 'outer', 'shell', 'seems', 'to', 'get', 'largish', 'w', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['10397,1033,46', 'love', 'these', 'as', 'always', 'these', 'pilcro', 'pants', 'did', 'not', 'disappoint', 'i', 'can', 'always', 'order', 'a', 'size', '26', 'and', 'know', 'they', 'will', 'fit', 'like', 'a', 'custom', 'pant', 'i', 'actually', 'like', 'the', 'fit', 'on', 'me', 'better', 'than', 'shown', 'on', 'the', 'model', 'there', 'is', 'no', 'crotch', 'hang', 'like', 'in', 'the', 'photo', 'i', 'need', 'to', 'wear', 'heels', 'with', 'these', 'because', 'of', 'the', 'length', 'but', 'heels', 'and', 'flares', 'are', 'very', 'slimming.,5,1,1', 'general', 'bottoms', 'jeans'] ['10398,1094,45', 'elorn', 'will', 'be', 'worn', 'great', 'dress', 'for', 'a', 'party', 'or', 'a', 'more', 'conservative', 'event', 'love', 'the', 'style', 'and', 'fit', 'a', 'little', 'hard', 'to', 'get', 'on', 'and', 'off', ',4,1,1', 'general', 'dresses', 'dresses'] ['10399,1020,44', 'simply', 'sweet', 'skirt', 'i', 'was', 'so', 'surprised', 'to', 'find', 'this', 'in', 'the', 'sale', 'it', 'is', 'beautiful', 'light', 'and', 'airy', 'while', 'lined', 'the', 'color', 'is', 'bright', 'and', 'fun', 'it', 'is', 'so', 'comfortable', 'i', 'ordered', 'an', 'xs', 'based', 'on', 'reviews', 'this', 'is', 'my', 'typical', 'size', 'in', 'this', 'type', 'of', 'style', 'and', 'it', 'fit', 'great', 'i', 'ordered', 'the', 'regular', 'length', 'even', 'though', 'i', 'am', 'only', '5', '4', 'i', 'am', 'about', '120', 'will', 'be', 'an', 'easy', 'go', 'to', 'skirt', 'to', 'throw', 'on', 'for', 'a', 'casual', 'look', 'or', 'can', 'be', 'dressed', 'up', 'did', 'i', 'mention', 'comfortable', ',5,1,0', 'general', 'bottoms', 'skirts'] ['10400,1094,48', 'good', 'dress', 'makes', 'your', 'figure', 'look', 'great', 'this', 'dress', 'worked', 'well', 'on', 'me', 'not', 'too', 'curvy', 'it', "'s", 'fitted', 'and', 'enhances', 'curves', 'in', 'a', 'nice', 'way', 'the', 'patterns', 'looked', 'nice', 'too', ',4,1,2', 'general', 'dresses', 'dresses'] ['10401,1020,48', 'good', 'skirt', 'this', 'is', 'a', 'good', 'skirt', 'although', 'i', 'think', 'the', 'fabric', 'keeps', 'it', 'from', 'being', 'great', 'it', 'fits', 'well', 'has', 'a', 'good', 'shape', 'and', 'drapes', 'nicely', 'the', 'synthetic', 'material', 'is', 'ok', 'and', 'i', "'ll", 'keep', 'it', 'but', 'it', 'may', 'limit', 'the', 'use', 'i', "'ll", 'wear', 'it', 'to', 'work', 'but', 'probably', 'not', 'to', 'nicer', 'events', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['10402,941,45', 'thick', 'and', 'cozy', 'i', 'love', 'this', 'sweater', 'especially', 'the', 'sleeves', 'i', "'m", '5', '2', 'and', 'athletic', 'so', 'i', 'do', "n't", 'feel', 'that', 'it', 'is', 'the', 'most', 'flattering', 'for', 'my', 'figure', 'but', 'i', 'love', 'it', 'so', 'much', 'that', 'i', 'kept', 'it', ',4,1,0', 'general', 'tops', 'sweaters'] ['10403,1094,36', 'nothing', 'special', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'it', 'looked', 'frumpy', 'the', 'ruching', 'was', 'not', 'flattering', 'the', 'fabric', 'felt', 'cheap', 'i', 'think', 'for', 'the', 'price', 'there', 'are', 'plenty', 'of', 'other', 'options', 'for', 'dresses', 'than', 'can', 'give', 'you', 'a', 'wow', 'look', 'i', "'m", '5', '1', '107lbs', 'and', 'the', '0p', 'fit', 'fine', ',3,0,0', 'general', 'dresses', 'dresses'] ['10404,941,48', 'itchy', 'cute', 'but', 'very', 'itchy', 'have', 'to', 'wear', 'a', 'long', 'sleeve', 'tee', 'underneath', ',2,0,0', 'general', 'tops', 'sweaters'] ['10405,1020,75', 'the', 'color', 'is', 'nice', 'and', 'the', 'material', 'is', 'what', 'you', 'might', 'find', 'used', 'by', 'a', 'high', 'school', 'drama', 'club', 'with', 'a', 'low', 'budget', 'a', 'very', 'cheap', 'polyester', 'on', 'top', 'of', 'that', 'it', 'is', 'unhemmed', 'and', 'unfinished', 'in', 'any', 'way', 'so', 'you', 'can', 'bet', 'that', 'about', 'the', 'second', 'or', 'third', 'wearing', 'there', 'are', 'going', 'to', 'be', 'runs', 'all', 'through', 'the', 'thing', 'i', "'ve", 'attached', 'a', 'picture', 'of', 'the', 'hem', 'below', 'on', 'top', 'of', 'that', 'the', 'ruching', 'is', 'awkward', 'as', 'mentioned', 'by', 'another', 'reviewers', 'all', 'in', 'all', 'kind', 'of', 'terrible', ',1,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['10406,1039,44', 'mom', 'jeans', 'worthy', 'of', 'a', 'snl', 'skit', 'woah', 'these', 'jeans', 'looked', 'ridiculous', 'on', 'me', 'i', 'felt', 'as', 'though', 'it', 'was', '1987', 'and', 'i', 'was', 'raiding', 'my', 'mom', "'s", 'closet', 'the', 'combination', 'of', 'the', 'light', 'wash', 'the', 'crop', 'leg', 'and', 'high', 'waist', 'with', 'the', 'odd', 'stitching', 'around', 'the', 'midsection', 'make', 'this', 'a', 'no', 'it', 'really', 'accentuates', 'any', 'pouch', 'you', 'may', 'have', 'i', 'was', 'looking', 'for', 'a', 'high', 'waisted', 'denim', 'but', 'these', 'are', 'very', 'unflattering', 'i', 'am', '5', '3', '140', 'curvy', 'no', 'no', 'no', ',2,0,6', 'general', 'bottoms', 'jeans'] ['10407,1072,29', 'this', 'is', 'a', 'beautiful', 'dress', 'blend', 'of', 'materials', 'give', 'it', 'a', 'great', 'feel', 'the', 'cut', 'and', 'style', 'are', 'very', 'flattering', 'colors', 'allow', 'it', 'to', 'be', 'carried', 'over', 'multiple', 'seasons', 'either', 'on', 'its', 'own', 'or', 'layered', 'for', 'colder', 'weather', 'very', 'happy', 'with', 'this', 'investment', ',5,1,0', 'general', 'dresses', 'dresses'] ['10408,1094,24', ',,1,0,0', 'general', 'dresses', 'dresses'] ['10409,941,42', 'for', 'people', 'with', 'really', 'long', 'arms', 'i', 'am', '5', '3', 'and', 'the', 'arms', 'of', 'this', 'sweater', 'run', 'at', 'least', '2', 'inches', 'past', 'my', 'finger', 'tips', 'if', 'the', 'arms', 'were', 'not', 'quite', 'so', 'rediculously', 'long', 'then', 'i', 'would', 'definitely', 'keep', 'it', 'but', 'unless', 'you', 'are', 'tall', 'it', 'just', 'does', "n't", 'work', 'also', 'i', 'felt', 'the', 'length', 'of', 'the', 'waste', 'was', 'a', 'little', 'shorter', 'than', 'what', 'is', 'pictured', 'online', 'sigh', ',2,0,0', 'general', 'tops', 'sweaters'] ['10410,941,28', 'nothing', 'to', 'rave', 'about', 'this', 'sweater', 'is', 'ok.', 'i', 'love', 'love', 'love', 'bell', 'sleeves', 'so', 'i', 'thought', 'for', 'sure', 'this', 'would', 'be', 'perfect', 'i', 'thought', 'it', 'would', 'be', 'a', 'great', 'sweater', 'to', 'transition', 'from', 'winter', 'to', 'spring', 'but', 'once', 'it', 'arrived', 'i', 'knew', 'i', 'had', 'to', 'return', 'the', 'sleeves', 'are', 'not', 'only', 'bell', 'but', 'very', 'long', 'and', 'the', 'sweater', 'fits', 'chunky', 'on', 'your', 'midsection', 'i', 'like', 'my', 'sweaters', 'more', 'flowy', 'if', 'you', 'like', 'fitted-style', 'sweaters', 'that', 'are', 'a', 'bit', 'roomy', 'you', 'would', 'like', 'this', 'once', 'also', 'it', "'s", 'a', 'bit', 'itchy', 'for', 'me-but', 'i', "'m", 'rather', 'sensitive', 'and', 'if', 'i', "'d", 'loved', 'this', 'on', ',3,0,2', 'general', 'tops', 'sweaters'] ['10411,1020,33', 'flexible', 'forgiving', 'lightweight', 'great', 'summer', 'skirt', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'band', 'top', 'is', 'weird', 'but', 'you', 'do', "n't", 'have', 'to', 'style', 'it', 'as', 'pictured', 'i', 'may', 'get', 'the', 'top', 'hemmed', 'down', 'the', 'road'] [] ['i', 'have', 'a', '32', 'waist', 'and', 'got', 'a', 'size', 'large', ',3,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['10412,1033,37', 'loved', 'the', 'style/did', "n't", 'work', 'for', 'me', 'i', 'love', 'the', 'style', 'but', 'it', 'did', "n't", 'work', 'for', 'me', 'i', 'ordered', 'the', 'r', 'size', 'they', 'were', 'way', 'too', 'too', 'long', 'i', 'generally', 'wear', 'size', '26', 'and', 'the', 'r', 'length', 'works', 'with', 'most', 'retailer', 'pants', 'with', 'this', 'particular', 'pant', 'i', 'could', 'barely', 'pull', 'up', 'the', 'zipper', 'i', "'m", 'not', 'sure', 'what', 'happened', 'bc', 'i', 'have', "n't", 'gained', 'any', 'additional', 'weight', 'i', 'am', '5', '2', 'and', '110', 'lbs', 'unfortunately', 'i', 'had', 'to', 'return', 'the', 'pants', 'i', 'think', 'the', 'design', 'is', 'for', 'supermodels', 'maybe', 'a', 'petite', 'size', 'would', 'have', 'worked', 'the', 'p', 'was', 'out', 'of', 'stock', 'good', 'luck', ',3,0,0', 'general', 'bottoms', 'jeans'] ['10413,1020,33', 'simply', 'beautiful', 'love', 'this', 'skirt', 'super', 'soft', 'and', 'flowy', 'the', 'red', 'color', 'is', 'beautiful', 'i', 'love', 'the', 'detailed', 'raunching', 'for', 'the', 'waist', 'band', 'the', 'length', 'is', 'perfect', 'at', 'my', 'knee', 'is', 'i', 'wear', 'it', 'empire', 'waist', 'style', 'or', 'below', 'my', 'knees', 'if', 'i', 'wear', 'on', 'my', 'hips.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['10414,1094,48', 'pretty', 'and', 'simple', 'while', 'being', 'stylish', 'the', 'dress', 'is', 'well', 'made', 'and', 'comfortable.,5,1,0', 'general', 'dresses', 'dresses'] ['10415,1020,65', 'gorgeous', 'skirt', 'this', 'skirt', 'is', 'so', 'ladylike', 'and', 'light', 'as', 'air', 'the', 'cherry', 'red', 'color', 'is', 'beautiful', 'just', 'as', 'pictured', 'i', 'can', 'imagine', 'so', 'many', 'opportunities', 'to', 'wear', 'this', 'skirt', 'with', 'a', 'sweater', 'and', 'tights', 'now', 'and', 'maybe', 'a', 'striped', 'tee', 'and', 'sandals', 'in', 'the', 'spring'] ['i', "'m", 'sure', 'i', "'ll", 'have', 'this', 'gorgeous', 'classic', 'in', 'my', 'wardrobe', 'for', 'a', 'very', 'long', 'time', 'to', 'come', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['10416,1072,35', 'beautiful', 'but', 'needs', 'alterations', 'i', 'tried', 'the', 'size', 'small', 'on', 'at', 'my', 'regular', 'store', 'and', 'thought', 'the', 'subtle', 'sophisticated', 'color', 'and', 'the', 'embroidered', 'pattern', 'were', 'beautiful', 'though', 'the', 'dress', 'was', 'clearly', 'too', 'long', 'for', 'me', 'in', 'the', 'shoulders', 'neckline', 'and', 'armholes', 'and', 'the', 'lower', 'hem'] [] ['i', 'ordered', 'the', 'small', 'petite', 'online', 'hoping', 'that', 'it', 'would', 'fit', 'perfectly', 'but', 'the', 'top', 'of', 'the', 'dress', 'fit', 'the', 'same', 'as', 'the', 'regular', 'size', 'had', 'in', 'the', 'store', 'the', 'only', 'difference', 'was', 'that', 'the', 'bottom', 'hem', 'was', 'a', 'little', 'shorter', 'and', 'a', 'better', 'length', 'for', 'me'] [] ['i', 'bought', 'the', 'dress', ',4,1,1', 'general', 'dresses', 'dresses'] ['10417,1056,47', 'flattering', 'great', 'material', 'beautiful', 'emerald', 'green', 'color', 'in', 'a', 'lovely', 'silk', 'i', 'suggest', 'one', 'size', 'down', 'if', 'you', "'re", 'small', 'chested', 'as', 'the', 'arm', 'holes', 'will', 'fit', 'more', 'snugly.,5,1,1', 'general', 'bottoms', 'pants'] ['10418,1072,26', 'love', 'this', 'dress', 'love', 'this', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'a', 'nice', 'nursing', 'friendly', 'dress', 'for', 'a', 'while', 'and', 'this', 'one', 'is', 'perfect', 'its', 'so', 'soft', 'and', 'hangs', 'nicely', 'its', 'very', 'versatile', 'and', 'can', 'be', 'worn', 'for', 'multiple', 'seasons', 'i', 'ordered', 'a', 'size', 'small', 'which', 'fits', 'nicely', 'but', 'could', 'have', 'done', 'an', 'xs', 'or', 'small', 'petite', 'for', 'reference', 'i', 'am', '5', '2', '118', 'lbs', ',5,1,0', 'general', 'dresses', 'dresses'] ['10419,996,38', 'color', 'is', 'too', 'muted', 'and', 'material', 'is', 'odd', 'it', 'does', 'run', 'a', 'little', 'small', 'my', 'regular', '2', 'fit', 'but', 'snug', 'the', 'colors', 'were', 'drab', 'and', 'the', 'material', 'felt', 'like', 'straw', 'the', 'lining', 'is', 'really', 'silky', 'and', 'nice', 'just', 'did', "n't", 'work', 'for', 'me', '.,3,0,5', 'general', 'bottoms', 'skirts'] ['10420,1020,31', 'awkward', 'ruching', 'at', 'waist', 'this', 'skirt', 'looked', 'absolutely', 'beautiful', 'in', 'store', 'and', 'took', 'my', 'breath', 'away', 'i', 'immediately', 'headed', 'to', 'the', 'fitting', 'room', 'to', 'try', 'it', 'on', 'but', 'was', 'disappointed', 'by', 'the', 'awkward', 'ruching', 'if', 'this', 'skirt', 'has', 'removed', 'that', 'upper', 'portion', 'and', 'kept', 'a', 'normal', 'waistband', 'thereby', 'also', 'shortening', 'it', 'to', 'knee', 'length', 'it', 'would', 'have', 'been', 'lovely', 'it', 'should', 'be', 'noted', 'that', 'this', 'is', 'midi-length', 'which', 'is', 'awkward', 'on', 'me', 'i', 'was', 'unable', 'to', 'find', 'a', 'cute', 'way', 'to', 'wear', 'this', 'which', 'is', 'disappointing', 'since', 'it', 'could', 'have', 'been', 'lovely', ',2,0,10', 'general', 'petite', 'bottoms', 'skirts'] ['10421,1072,48', 'super', 'cute', 'i', 'am', 'typically', 'a', '14-16', 'and', 'the', 'dress', 'is', 'true', 'to', 'size', 'xl', 'i', 'live', 'that', 'the', 'embroidery', 'runs', 'the', 'full', 'length', 'of', 'the', 'dress', 'i', 'also', 'like', 'the', 'shimmery', 'side', 'seam', 'detail', 'the', 'front', 'cut', 'near', 'the', 'shoulders', 'is', 'very', 'flattering', 'on', 'one', 'minor', 'issue', 'is', 'a', 'gap', 'in', 'the', 'bosom', 'area', 'due', 'to', 'button', 'placement', 'however', 'i', 'plan', 'to', 'add', 'a', 'snap', 't', 'i', 'fix', 'i', 'often', 'have', 'this', 'issue', 'as', 'i', 'am', 'large', 'in', 'that', 'area', 'the', 'length', 'is', 'flattering', 'as', 'well', 'and', 'provides', 'great', 'coverage', 'in', 'the', 'rear', 'lightweight', 'and', 'flows', 'nicely', 'the', 'color', 'is', 'wond', ',4,1,1', 'general', 'dresses', 'dresses'] ['10422,1072,23', 'comfortable', 'lovely', 'this', 'dress', 'is', 'incredibly', 'soft', 'comfortable', 'and', 'essentially', 'lined', 'i', 'mean', 'look', 'at', 'all', 'that', 'intricate', 'embroidery', 'your', 'skin', 'has', 'no', 'idea', 'it', 'is', 'there', 'the', 'colors', 'are', 'lovely', 'the', 'embroidery', 'is', 'sort', 'of', 'a', 'soft', 'peachy', 'cream', 'lined', 'with', 'gold', 'and', 'the', 'dress', 'is', 'even', 'prettier', 'in', 'person', 'the', 'neckline', 'is', 'low', 'but', 'not', 'too', 'revealing', 'and', 'though', 'i', 'normally', 'avoid', 'shirts', 'without', 'sleeves', 'the', 'cut', 'is', 'flattering', 'around', 'my', 'arms', 'the', 'cut', 'of', 'the', 'hem', 'is', 'also', 'flattering', 'in', 'some', 'ways', 'the', 'belt', 'seems', 'like', 'an', 'extra', 'pie', ',5,1,1', 'general', 'dresses', 'dresses'] ['10423,1094,47', 'sale', 'fantastic', 'price', 'right', 'now', 'and', 'very', 'flattering', 'cute', 'and', 'sexy', 'dress', 'that', 'hugs', 'but', 'its', 'forgiving', ',5,1,0', 'general', 'dresses', 'dresses'] ['10424,1078,41', 'love', 'it', 'very', 'versatile', 'dress', 'runs', 'a', 'bit', 'large', 'i', 'am', '5', 'foot', '2', '105', 'lbs', 'and', 'ordered', 'the', 'xs', 'petite', 'and', 'it', 'fit', 'perfectly', ',5,1,0', 'general', 'dresses', 'dresses'] ['10425,1078,42', 'runs', 'very', 'large', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'online', 'but', 'it', 'just', 'does', "n't", 'look', 'as', 'nice', 'in', 'person', 'first', 'of', 'all', 'it', "'s", 'huge', 'i', 'usually', 'take', 'a', '4-6', 'in', 'dresses', 'i', 'ordered', 'a', 'size', '4', 'in', 'this', 'and', 'it', 'was', 'like', 'a', 'sack', 'on', 'me', 'i', 'would', 'have', 'needed', 'at', 'least', 'two', 'sizes', 'smaller', 'however', 'after', 'seeing', 'it', 'in', 'person', 'i', 'did', "n't", 'love', 'it', 'enough', 'to', 'order', 'a', 'smaller', 'size', 'to', 'get', 'a', 'better', 'fit', ',3,0,0', 'general', 'dresses', 'dresses'] ['10426,1078,37', 'a', 'unique', 'fun', 'piece', 'i', 'really', 'like', 'this', 'dress', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'i', 'had', 'to', 'take', 'it', 'home', 'with', 'me', 'the', 'print', 'is', 'fun', 'and', 'bright', 'and', 'interesting', 'without', 'being', 'over', 'the', 'top', 'the', 'grommets', 'give', 'it', 'a', 'little', 'bit', 'of', 'edgy', 'balance', 'to', 'the', 'sweet', 'flowy', 'shape'] [] ['a', 'note', 'on', 'the', 'the', 'fit', 'i', 'am', 'a', '12/14', 'and', 'the', '12', 'fit', 'well', 'it', 'is', 'a', 'bit', 'loose', 'in', 'some', 'places', 'like', 'the', 'waist', 'but', 'it', 'certainly', 'does', "n't", 'look', 'like', 'a', 'maternity', 'dress', 'i', 'think', 'the', 'looseness', 'is', 'a', 'good', 'part', 'of', 'the', 'overall', 'look', 'i', 'am', 'high-waisted', 'and', 'the', 'waistline', 'hit', ',5,1,2', 'general', 'dresses', 'dresses'] ['10427,1038,47', 'comfy', 'these', 'are', 'very', 'comfy', 'and', 'look', 'great', 'on', 'i', 'would', 'like', 'to', 'get', 'a', 'second', 'pair', 'in', 'the', 'lighter', 'color.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10428,819,40', ',super', 'cute', 'plaid', 'top', 'i', 'love', 'the', 'colors', 'they', 'are', 'vibrant', 'and', 'go', 'well', 'with', 'my', 'fair', 'complexion', 'it', 'is', 'a', 'short', 'top', 'and', 'would', 'pair', 'well', 'with', 'high', 'waisted', 'jeans', 'or', 'skirts.,5,1,0', 'general', 'tops', 'blouses'] ['10429,1078,41', 'slightly', 'annoyed', 'as', 'with', 'other', 'maeve', 'dresses', 'the', 'fit', 'is', 'great', 'i', 'love', 'the', 'empire', 'waist', 'with', 'stud', 'details', 'the', 'slip', 'is', 'nice', 'and', 'stretchy', 'and', 'i', 'really', 'like', 'the', 'flowy', 'chiffon', 'look', 'over', 'a', 'fitted', 'slip', 'i', "'m", 'not', 'too', 'keen', 'on', 'the', 'way', 'the', 'sleeves', 'tie', 'and', 'find', 'that', 'the', 'ties', 'get', 'in', 'the', 'way', 'of', 'everything', 'when', 'i', 'first', 'saw', 'this', 'online', 'i', 'was', 'super', 'excited', 'to', 'find', 'it', 'in', 'the', 'stores', 'because', 'i', 'loved', 'the', 'big', 'orange', 'snake', 'that', 'is', 'on', 'the', 'back', 'of', 'the', 'dress', 'shown', 'online', 'however', 'only', 'the', 'smallest', 'size', 'had', 'the', 'great', 'snake', 'on', 'the', 'back', ',3,1,6', 'general', 'dresses', 'dresses'] ['10430,1126,33', 'cute', 'jacket', 'but', 'not', 'good', 'quality', 'this', 'jacket', 'is', 'really', 'cute', 'however', 'the', 'mesh', 'is', 'really', 'fragile', 'i', "'ve", 'had', 'the', 'jacket', 'for', 'a', 'month', 'and', 'noticed', 'a', 'huge', 'tear', 'down', 'the', 'back', 'shoulder', 'it', 'does', "n't", 'fit', 'me', 'tight', 'so', 'i', "'m", 'not', 'sure', 'how', 'it', 'happened', 'every', 'time', 'i', 'wear', 'it', 'i', "'m", 'super', 'paranoid', 'about', 'snagging', 'it', 'on', 'something', 'like', 'i', 'mentioned', 'before', 'the', 'jacket', 'is', 'cute', 'it', "'s", 'lightweight', 'and', 'the', 'design', 'is', 'unique', 'but', 'if', 'you', 'want', 'to', 'get', 'more', 'than', 'an', 'occasional', 'wearing', 'out', 'of', 'this', 'then', 'do', "n't", 'bother', 'i', "'m", 'hoping', 'i', 'can', 'return', 'it', 'otherwise', 'that', "'s", 'a', 'lot', 'of', ',4,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['10431,862,50', 'beautiful', 'love', 'love', 'love', 'this', 'blouse', 'the', 'cut', 'outs', 'at', 'the', 'top', 'just', 'add', 'to', 'it', "'s", 'elegance,5,1,0', 'general', 'tops', 'knits'] ['10432,1078,39', 'like', 'enough', 'but', 'passed', 'i', 'ordered', 'the', '00', 'p', 'after', 'trying', 'on', 'the', 'regular', '0', 'and', 'that', 'was', 'better', 'it', 'runs', 'wide', 'the', 'lining', 'is', 'true', 'to', 'size', 'but', 'the', 'overlay', 'is', 'loose', 'the', 'colors', 'are', 'pretty', 'the', 'design', 'is', 'nice', 'but', 'i', 'did', "n't", 'love', 'it', 'as', 'much', 'as', 'other', 'ones'] [] ['likes', 'the', 'studs', 'add', 'an', 'edgier', 'look', 'to', 'a', 'almost', 'dainty', 'look', 'flow', 'y', 'sheer', 'fabric', 'the', 'cut', 'is', 'flattering', 'if', 'you', 'get', 'the', 'right', 'size', 'recommend', 'one', 'size', 'down'] [] ['no', 'big', 'dislikes', 'why', 'i', 'would', 'still', 'recommend'] [] ['115', 'lbs', '30dd', 'chest', '26.5', 'in', 'waist', '00p', ',4,1,0', 'general', 'dresses', 'dresses'] ['10433,819,39', 'very', 'cute', 'short', 'this', 'is', 'very', 'cute', 'in', 'person', 'i', 'love', 'the', 'colors', 'a', 'tiny', 'bit', 'brighter', 'in', 'person', 'it', 'is', 'very', 'feminine', 'with', 'the', 'ruffles', 'but', 'with', 'an', 'edge', 'not', 'too', 'foo-foo', 'i', 'tried', 'no', 'the', 'regular', 'size', 'and', 'it', 'was', 'a', 'little', 'short', 'even', 'on', 'me', 'i', 'would', 'have', 'to', 'wear', 'with', 'higher', 'rise', 'pants', 'or', 'show', 'some', 'belly', 'no', 'petite', 'on', 'this', 'one', 'the', 'size', '0', 'fit', 'me', 'at', '115', 'lbs', 'and', '30dd', 'chest', 'the', 'material', 'is', 'light', 'and', 'airy', 'so', 'great', 'for', 'warmer', 'days', 'love', 'it', 'but', 'in', 'my', 'wish', 'list', 'did', "n't", 'get', 'it', 'yet', 'though', 'the', 'day', 'it', 'showed', 'up', 'at', 'my', 'loca', ',5,1,5', 'general', 'tops', 'blouses'] ['10434,1078,31', 'misleading', 'product', 'photos', 'this', 'was', 'the', 'dress', 'i', 'was', 'most', 'excited', 'about', 'in', 'the', 'new', 'arrivals', 'but', 'sadly', 'it', 'did', "n't", 'live', 'up', 'to', 'expectations', 'unlike', 'the', 'first', 'two', 'product', 'photos', 'the', 'dress', 'is', 'baggy', 'and', 'empire', 'waisted', 'and', 'the', 'black', 'trim', 'is', 'the', 'thin', 'one', 'shown', 'in', 'the', 'last', 'two', 'product', 'photos', 'the', 'dress', 'is', 'slip', 'on', 'with', 'no', 'zipper', 'or', 'tie', 'and', 'on', 'me', 'there', 'were', 'about', '4+', 'inches', 'to', 'spare', 'at', 'the', 'waist', 'all', 'in', 'all', 'it', 'felt', 'sloppy', 'such', 'a', 'shame', 'as', 'i', 'would', 'have', 'loved', 'the', 'original', 'design', 'online'] [] ['anyhow', 'i', 'wanted', 'to', 'share', 'photos', 'of', 'the', 'real', ',3,0,2', 'general', 'dresses', 'dresses'] ['10435,1038,48', 'love', 'these', 'i', 'just', 'love', 'these', 'i', 'ordered', 'these', 'in', 'both', 'the', 'lighter', 'and', 'darker', 'denim', 'in', 'my', 'usual', 'size', '28.', 'they', 'fit', 'just', 'right', 'just', 'like', 'my', 'other', 'pilcro', 'jeans', 'i', "'m", 'only', '5', 'and', 'the', 'petite', 'version', 'was', 'not', 'available', 'so', 'i', 'will', 'have', 'to', 'get', 'them', 'altered', 'but', 'that', "'s", 'typical', 'i', 'love', 'the', 'wash', 'in', 'each', 'of', 'them', 'and', 'the', 'distressing', 'is', 'good', 'not', 'over-the-top', 'i', "'m", 'so', 'glad', 'i', 'got', 'these', 'and', 'the', 'sale', 'price', 'was', 'a', 'bonus', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10436,1078,55', 'awesome', 'dress', 'i', 'received', 'many', 'compliments', 'on', 'this', 'dress', 'for', 'a', 'maeve', 'dress', 'it', 'did', 'run', 'large', 'i', 'normally', 'take', 'a', '4', 'or', '6', 'in', 'maeve', 'but', 'with', 'this', 'dress', 'i', 'bought', 'the', 'size', '2', 'and', 'it', 'fits', 'perfect', 'i', 'am', '5', '2', 'and', '120', 'lbs', 'i', 'have', 'a', 'little', 'belly', 'and', 'this', 'dress', 'hides', 'it', 'well', 'beautiful', 'colors', 'and', 'nice', 'shape', 'it', 'also', 'hits', 'at', 'my', 'knee', 'so', 'it', 'is', 'perfect', 'for', 'work', ',5,1,1', 'general', 'dresses', 'dresses'] ['10437,1078,41', 'love', 'it', 'i', 'saw', 'this', 'dress', 'and', 'fell', 'in', 'love', 'right', 'away', 'this', 'is', 'right', 'up', 'my', 'alley', 'super', 'comfy', 'perfect', 'fit', 'and', 'love', 'the', 'stud', 'detail', 'ca', "n't", 'wait', 'to', 'wear', ',5,1,1', 'general', 'dresses', 'dresses'] ['10438,819,34', 'nice', 'light', 'weight', 'top', 'for', 'summer', 'i', 'found', 'this', 'top', 'really', 'flattering', 'on', 'i', 'originally', 'ordered', 'a', '6', 'and', 'found', 'it', 'a', 'little', 'too', 'big', 'the', '4', 'fit', 'perfectly', 'it', 'falls', 'around', 'your', 'belly', 'button', 'area', 'so', 'a', 'little', 'of', 'your', 'stomach', 'will', 'show', 'it', 'has', 'a', 'flattering', 'scoop', 'neckline', 'and', 'the', 'ruffles', 'give', 'it', 'that', 'extra', 'flare', 'very', 'light', 'weight', 'for', 'the', 'summer', 'colors', 'are', 'brighter/better', 'in', 'person', ',5,1,0', 'general', 'tops', 'blouses'] ['10439,1126,71', 'incredible', 'find', 'i', 'originally', 'bought', 'this', 'jacket', 'in', 'a', 'medium', 'but', 'the', 'sleeves', 'were', 'a', 'bit', 'long', 'and', 'overall', 'fit', 'a', 'little', 'big', 'i', 'decided', 'to', 'exchange', 'for', 'a', 'small', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'this', 'jacket', 'feels', 'great', 'and', 'the', 'sleeves', 'hit', 'at', 'just', 'the', 'right', 'spot', 'in', 'the', 'small', 'size', 'i', 'normally', 'wear', 'a', '6', ',5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['10440,1078,35', 'pretty', 'and', 'flowy', 'very', 'cute', 'and', 'would', 'transition', 'well', 'season', 'to', 'season', 'with', 'different', 'boots/booties', 'did', "n't", 'lay', 'well', 'on', 'chest', 'for', 'me', 'returned', 'it.,3,1,0', 'general', 'dresses', 'dresses'] ['10441,819,69', ',this', 'was', 'a', 'very', 'odd', 'fitting', 'top', 'i', 'should', 'have', 'read', 'the', 'description', 'more', 'closely', 'the', 'colors', 'are', 'beautiful', 'but', 'the', 'cut', 'hit', 'me', 'in', 'all', 'the', 'wrong', 'places.,1,0,1', 'general', 'tops', 'blouses'] ['10442,1116,53', 'run', 'and', 'buy', 'this', 'coat', 'today', 'i', 'ordered', 'this', 'coat', 'as', 'it', 'was', 'on', 'sale', 'but', 'it', 'was', 'so', 'nice', 'it', 'would', 'have', 'been', 'worth', 'full', 'price', 'i', 'am', '5', 'feet', '1', 'and', '110', 'pounds', 'i', 'ordered', 'a', '4', 'petite', 'as', 'i', 'like', 'jackets', 'a', 'little', 'larger', 'for', 'a', 'sweater', 'underneath', 'but', 'i', 'could', 'have', 'used', 'the', '2', 'petite', 'as', 'well', 'this', 'coat', 'is', 'heavy', 'so', 'also', 'very', 'warm', 'it', 'is', 'a', 'little', 'shorter', 'than', 'on', 'the', 'model', 'the', 'colors', 'are', 'more', 'vivid', 'the', 'blue', 'is', 'a', 'denim', 'wash', 'blue', 'not', 'navy', 'blue', 'it', 'fits', 'fabulously', 'and', 'the', 'quality', 'is', 'great', 'i', 'wore', 'it', 'to', 'dinner', 'with', 'a', 'navy', 'turtleneck', 'and', 'must', ',5,1,1', 'general', 'jackets', 'outerwear'] ['10443,1078,39', 'love', 'this', 'dress', 'i', 'purchased', 'this', 'dress', 'for', 'a', 'special', 'occasion', 'and', 'am', 'delighted', 'it', "'s", 'exactly', 'what', 'i', 'was', 'hoping', 'for', 'everything', 'from', 'the', 'way', 'it', 'fits', 'to', 'the', 'way', 'it', 'feels', 'is', 'perfect', 'i', 'highly', 'recommend', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['10444,862,60', ',this', 'top', 'is', 'lovely', 'to', 'look', 'at', 'and', 'to', 'wear', 'one', 'to', 'reach', 'for', 'frequently,5,1,2', 'general', 'tops', 'knits'] ['10445,1116,60,5', 'star', 'perfection', 'run', 'to', 'purchase', 'this', 'jacket', 'i', 'am', 'in', 'love', 'it', 'surpassed', 'my', 'wildest', 'expectations', 'when', 'it', 'arrived', 'beautiful', 'coloration', 'comfortable', 'fit', 'fantastic', 'fabric', 'and', 'gorgeous', 'collar', 'i', 'am', 'so', 'glad', 'that', 'i', 'ordered', 'it', 'please', 'use', 'this', 'exact', 'same', 'design', 'and', 'offer', 'this', 'same', 'jacket', 'in', 'other', 'colors', 'and', 'patterns', 'i', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'this', 'item', ',5,1,5', 'general', 'jackets', 'outerwear'] ['10446,873,48', 'luxurious', 'i', 'just', 'received', 'the', 'acacia', 'swing', 'tank', 'and', 'when', 'i', 'pulled', 'it', 'out', 'i', 'felt', 'like', 'it', 'was', 'christmas', 'day', 'all', 'over', 'it', 'hangs', 'nicely', 'and', 'felt', 'luxurious', 'on', 'my', 'skin', 'even', 'my', 'husband', 'was', 'dazzled', 'the', 'detailing', 'of', 'the', 'flowers', 'is', 'delicate', 'and', 'feminine', 'the', 'cutaway', 'gives', 'you', 'a', 'sexy', 'casual', 'chic', 'appearance', 'that', 'you', 'can', 'dress', 'up', 'or', 'down', 'i', 'ca', "n't", 'wait', 'to', 'unveil', 'this', 'new', 'piece', 'at', 'work', ',5,1,1', 'general', 'tops', 'knits'] ['10447,888,46', ',,3,0,0', 'general', 'tops', 'knits'] ['10448,827,26', 'too', 'billowy', 'this', 'was', 'really', 'billowy', 'but', 'not', 'in', 'a', 'good', 'way', 'i', 'had', 'to', 'return', 'it', 'looks', 'great', 'in', 'the', 'photo', 'but', 'not', 'so', 'much', 'in', 'person.,3,0,0', 'general', 'petite', 'tops', 'blouses'] ['10449,862,46', 'love', 'it', 'soft', 'and', 'romantic', 'i', 'love', 'it', 'just', 'like', 'pictured', 'and', 'i', 'wear', 'a', 'cami', 'under', 'dress', 'up', 'or', 'down,5,1,0', 'general', 'tops', 'knits'] ['10450,862,37', 'wanted', 'to', 'love', 'but', 'could', "n't", 'bought', 'this', 'shirt', 'on-line', 'wanted', 'to', 'love', 'it', 'but', 'just', 'could', "n't", 'i', 'ordered', 'the', 'xs', 'and', 'it', 'was', 'huge', 'and', 'way', 'too', 'unstructured', 'for', 'my', 'style', 'just', 'did', "n't", 'have', 'enough', 'shape', 'had', 'to', 'send', 'it', 'back.,2,0,1', 'general', 'tops', 'knits'] ['10451,1078,23', 'great', 'it', 'is', 'one', 'of', 'my', 'favorites', 'from', 'retailer', 'i', 'received', 'so', 'many', 'compliments', 'while', 'wearing', 'it', 'i', 'usually', 'wear', 'a', '6', 'but', 'i', 'sized', 'down', 'to', 'a', '4', 'and', 'still', 'had', 'plenty', 'of', 'room.,5,1,1', 'general', 'dresses', 'dresses'] ['10452,1035,41', 'love', 'love', 'love', 'fell', 'in', 'love', 'with', 'these', 'instantly', 'in', 'the', 'dressing', 'room', 'it', 'was', 'more', 'than', 'i', 'wanted', 'to', 'spend', 'but', 'i', 'do', "n't", 'regret', 'it', 'quality', 'is', 'great', 'denim', 'is', 'just', 'the', 'right', 'thickness', 'i', 'love', 'the', 'wash', 'will', 'be', 'wearing', 'these', 'a', 'lot', 'just', 'like', 'my', 'other', 'pilcros', 'i', "'m", '5', '8', '125', 'lbs', 'size', '28', 'fits', 'perfect', 'and', 'the', 'length', 'is', 'just', 'right', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10453,819,33', 'drive-in', 'plaid', 'tank', 'i', "'m", 'so', 'disappointed', 'with', 'the', 'fit', 'of', 'this', 'top', 'it', 'is', 'extremely', 'short', 'even', 'for', 'my', '5', '2', 'frame', 'sizing', 'up', 'will', 'not', 'fix', 'the', 'length', 'too', 'bad', 'because', 'the', 'shirt', 'is', 'cute', ',3,0,3', 'general', 'tops', 'blouses'] ['10454,1116,40', 'very', 'attractive', 'coat', 'this', 'was', 'a', 'holiday', 'splurge', 'and', 'combined', 'with', 'a', 'sale', 'discount', 'it', 'was', 'a', 'good', 'price', 'i', 'love', 'this', 'coat', 'i', 'agree', 'with', 'some', 'of', 'the', 'shapelessness', 'in', 'the', 'back', 'but', 'it', "'s", 'not', 'a', 'deal', 'breaker', 'for', 'me', 'the', 'overall', 'cuteness', 'won', 'me', 'over', ',4,1,0', 'general', 'jackets', 'outerwear'] ['10455,1126,28', 'i', 'love', 'the', 'look', 'of', 'this', 'jacket', 'it', "'s", 'incredibly', 'soft', 'and', 'fits', 'tts', 'i', 'love', 'how', 'it', "'s", 'a', 'little', 'different', 'and', 'fun', 'however', 'it', "'s", 'already', 'pilling', 'after', '3', 'wears', 'probably', 'have', 'gotten', 'a', 'total', 'of', '15', 'hours', 'of', 'wear', 'out', 'of', 'it', 'i', 'am', 'so', 'disappointed', 'for', 'this', 'price', 'point', 'i', 'would', 'have', 'expected', 'better', 'quality', ',3,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['10456,1116,47', 'beautiful', 'but', 'too', 'wide', 'for', 'my', 'petite', 'frame', 'this', 'is', 'a', 'beautiful', 'well', 'made', 'jacket', 'also', 'it', "'s", 'very', 'cozy', 'and', 'warm', 'unfortunately', 'for', 'me', 'it', 'was', 'too', 'short', 'and', 'wide', 'i', 'ordered', 'the', 'petite', 'but', 'it', 'was', 'still', 'too', 'wide', 'which', 'also', 'made', 'it', 'look', 'too', 'short', 'not', 'flattering', 'for', 'my', 'small', 'frame', ',4,1,0', 'general', 'jackets', 'outerwear'] ['10457,1116,47', 'great', 'quality', 'coat', 'very', 'pretty', 'colors', 'and', 'love', 'the', 'sleeves', 'i', 'would', 'have', 'given', '5', 'stars', 'but', 'like', 'other', 'reviewers', 'stated', 'this', 'coat', 'does', 'she', "'d", 'best', 'not', 'to', 'wear', 'black', 'it', 'is', 'a', 'slight', 'swing', 'style', 'coat', 'so', 'it', "'s", 'not', 'fitted', 'at', 'the', 'waist', 'and', 'hips', 'but', 'very', 'stylish', 'i', 'found', 'it', 'best', 'to', 'size', 'down', 'i', "'m", '5', '4', '118lb', 'but', 'i', "'m", 'large', 'chested', '32dd', 'i', 'usually', 'wear', 'a', 'size', '6', 'coat', 'or', 'blazer', 'so', 'it', 'fits', 'my', 'chest', 'but', 'the', 'six', 'was', 'too', 'big', 'the', 'size', '4', 'fit', 'great', 'across', 'my', 'chest', 'and', 'still', 'room', 'for', 'a', 'sweater', ',4,1,0', 'general', 'jackets', 'outerwear'] ['10458,819,30', 'confusing', 'sizing', 'i', 'love', 'this', 'shirt', 'tried', 'in', 'on', 'in', 'stores', 'i', "'m", 'typically', 'a', 'medium', 'across', 'the', 'board', 'i', "'m", '5', '6', '137lbs', '34d', 'i', 'went', 'for', 'the', 'size', '6', 'figuring', 'the', '4', 'would', 'be', 'too', 'small', 'the', '6', 'fit', 'but', 'it', "'s", 'short', 'like', 'everyone', 'else', 'said', 'not', 'crop', 'top', 'short', 'but', 'definitely', 'raise', 'your', 'arms', 'and', 'stomach', 'is', 'exposed', 'short', 'i', 'did', "n't", 'buy', 'it', 'for', 'the', '50', 'price', 'tag', 'because', 'of', 'the', 'shortness', 'but', 'now', 'that', 'it', "'s", '30', 'i', 'might', 'spring', 'for', 'it', 'regardless', 'of', 'the', 'weird', 'cut', 'it', "'s", 'super', 'cute', 'otherwise', ',3,1,2', 'general', 'tops', 'blouses'] ['10459,1078,50', 'i', 'disagree', 'with', 'the', 'other', 'reviews', 'the', 'colors', 'on', 'this', 'dress', 'are', 'great', 'bright', 'against', 'the', 'black', 'and', 'the', 'studs', 'are', 'super', 'cute', 'and', 'the', 'ties', 'at', 'the', 'cuff', 'are', 'a', 'cute', 'touch', 'fun', 'dress', 'i', 'think', 'it', "'s", 'as', 'fitted', 'or', 'not', 'as', 'you', 'want', 'drives', 'me', 'crazy', 'when', 'people', 'get', 'hung', 'up', 'on', 'their', 'size', 'to', 'judge', 'clothes', 'go', 'up', 'or', 'down', 'if', 'it', 'does', "n't", 'fit', 'the', 'way', 'you', 'want', 'i', 'like', 'it', 'to', 'flow', 'a', 'little', 'so', 'i', 'sized', 'accordingly', ',5,1,11', 'general', 'dresses', 'dresses'] ['10460,1038,48', 'huge', 'these', 'are', 'way', 'oversized', 'i', 'have', 'several', 'pairs', 'of', 'pilcro', 'jeans', 'and', 'these', 'run', 'way', 'too', 'large', 'wasted', 'money', 'on', 'shipping', 'wo', "n't", 'do', 'that', 'again', ',1,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['10461,1116,48', 'very', 'nice', 'i', 'received', 'this', 'jacket', 'in', 'an', '8.', 'fits', 'great', 'with', 'room', 'i', 'am', 'a', '34dd', 'chest', 'for', 'reference', 'as', 'i', 'was', 'not', 'sure', 'if', 'i', 'needed', 'a', '10', 'but', 'the', '8', 'is', 'perfect', 'see', 'my', 'pictures', 'as', 'i', 'feel', 'the', 'website', 'photos', 'are', 'more', 'bright', 'as', 'the', 'actual', 'jacket', 'is', 'more', 'muted', 'buttons', 'are', 'very', 'nice', 'but', 'the', 'pocket', 'flaps', 'hit', 'right', 'at', 'the', 'boob', 'area', 'so', 'it', 'my', 'bother', 'some', 'very', 'high', 'quality', 'lined', 'and', 'will', 'look', 'great', 'over', 'some', 'retailer', 'dresses', 'in', 'the', 'same', 'color', 'way', 'i', 'purchased', 'last', 'year', 'depending', 'on', 'the', 'season', 'this', 'jacket', 'would', 'do', 'fine', ',5,1,7', 'general', 'jackets', 'outerwear'] ['10462,862,48', 'disappointing', 'back', 'is', 'yellowish', 'and', 'looks', 'strange', 'the', 'front', 'view', 'is', 'cute', 'but', 'does', "n't", 'match', 'the', 'fabric', 'on', 'the', 'back', 'at', 'all', 'ca', "n't", 'imagine', 'why', 'you', 'would', 'do', 'that', ',2,0,5', 'general', 'tops', 'knits'] ['10463,1038,51', 'best', 'jeans', 'ever.', 'i', 'love', 'these', 'jeans', 'perfect', 'amount', 'of', 'stretch', 'perfect', 'color', 'perfect', 'weekend'] ['i', 'bought', 'two', 'sizes', 'smaller', 'than', 'normal', 'a', 'little', 'snug', 'when', 'they', 'come', 'out', 'of', 'the', 'dryer', 'but', 'within', 'an', 'hour', 'they', 'are', 'the', 'perfect', 'fit', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10464,1088,48', 'stunner', 'the', 'color', 'of', 'this', 'dress', 'is', 'amazing', 'even', 'though', 'it', "'s", 'not', 'lined', 'the', 'fabric', 'looks', 'and', 'feels', 'like', 'silk', 'charmeuse', 'and', 'is', 'so', 'light', 'and', 'comfy', 'on', 'your', 'skin', 'more', 'of', 'a', 'maxi', 'than', 'a', 'midi', 'on', 'me', 'i', "'m", 'considering', 'shortening', 'it', 'elegant', 'and', 'breezy', 'at', 'the', 'same', 'time', 'love', 'it', ',4,1,1', 'general', 'dresses', 'dresses'] ['10465,862,43', 'runs', 'large', 'and', 'is', 'not', 'flattering', 'when', 'i', 'saw', 'this', 'blouse', 'online', 'i', 'thought', 'it', 'was', 'so', 'cute', 'i', 'love', 'the', 'floral', 'detail', 'unfortunately', 'it', 'looks', 'much', 'cuter', 'online', 'than', 'it', 'does', 'in', 'person', 'it', 'has', 'no', 'shape', 'so', 'it', 'is', 'not', 'flattering', 'to', 'the', 'figure', 'it', 'might', 'look', 'better', 'tucked', 'in', 'or', 'partially', 'tucked', 'in', 'as', 'shown', 'in', 'the', 'picture', 'but', 'it', 'did', 'not', 'look', 'good', 'completely', 'tucked', 'out', 'i', 'was', 'also', 'not', 'a', 'fan', 'of', 'the', 'fabric', 'in', 'the', 'picture', 'the', 'fabric', 'looks', 'dressier', 'than', 'it', 'is', 'the', 'front', 'is', 'more', 'polyester', 'and', 'is', 'a', 'little', 'dressier', 'but', 'not', 'what', 'i', 'envisioned', 't', ',2,0,15', 'general', 'tops', 'knits'] ['10466,1078,53', 'beautiful', 'feminine', 'flowy', 'dress', 'love', 'the', 'brass', 'button', 'detail', 'at', 'neckline', 'and', 'around', 'waist-gives', 'the', 'otherwise', 'delicate', 'dress', 'a', 'pop', 'of', 'edge', 'had', 'to', 'detach', 'the', 'slip', 'to', 'get', 'it', 'on', 'but', 'glad', 'it', 'is', 'included', 'with', 'the', 'dress', 'i', 'purchased', 'the', 'small', 'and', 'fits', 'like', 'a', 'glove', '5', '8', '135lbs', '34d', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['10467,1116,43', 'for', 'the', 'woman', 'who', 'is', 'vibrant', 'and', 'dynamic', 'i', 'bought', 'this', 'for', 'my', 'girlfriend', 'with', 'the', 'hope', 'that', 'my', 'presumptive', 'intuition', 'about', 'her', 'style', 'preferences', 'and', 'the', 'fit', 'itself', 'would', 'prove', 'successful', 'fortunately', 'she', 'loves', 'it', 'and', 'looks', 'amazing', 'in', 'it'] [] ['the', 'colors', 'are', 'vibrant', 'and', 'the', 'unique', 'texture', 'really', 'lends', 'itself', 'toward', 'a', 'clothing', 'item', 'that', 'is', 'special-', 'even', 'for', 'retailer'] [] ['recommend', 'it', 'highly', ',5,1,1', 'general', 'jackets', 'outerwear'] ['10468,1078,51', 'the', 'snake', 'and', 'the', 'studs', 'they', 'make', 'the', 'dress', 'sadly', 'the', 'snake', 'is', 'hard', 'to', 'find', 'as', 'mentioned', 'in', 'another', 'review', 'this', 'dress', 'also', 'runs', 'large', 'i', "'m", 'usually', 'a', '12', 'and', 'went', 'down', 'to', '10.', 'the', 'images', 'are', 'misleading', 'too', 'two', 'pics', 'show', 'a', 'small', 'fitted', 'look', 'and', 'the', 'other', 'two', 'show', 'a', 'full', 'swing', 'look', 'i', "'m", 'trying', 'to', 'make', 'this', 'work', 'but', 'it', 'may', 'have', 'to', 'go', ',3,1,4', 'general', 'dresses', 'dresses'] ['10469,1038,37', 'super', 'comfy', 'and', 'stylish', 'jeans', 'i', 'originally', 'purchased', 'these', 'in', 'a', 'size', '27', 'and', 'they', 'were', 'big', 'i', 'returned', 'them', 'and', 'got', 'a', 'size', '26', 'and', 'they', 'did', 'stretch', 'out', 'after', 'wearing', 'them', 'once', 'to', 'the', 'point', 'where', 'i', 'could', 'probably', 'have', 'gone', 'done', 'to', 'a', 'size', '25.', 'the', 'cut', 'color', 'fabric', 'and', 'distressing', 'are', 'great', 'i', 'am', '5', '3', 'and', 'the', 'pants', 'are', 'a', 'tad', 'too', 'long', 'for', 'me', 'to', 'wear', 'them', 'with', 'ankle', 'booties', 'without', 'looking', 'odd', 'overall', 'i', 'love', 'these', 'jeans', 'and', 'wear', 'them', 'a', 'lot', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10470,818,80', 'completely', 'sheer', 'please', 'be', 'awate', 'that', 'although', 'this', 'blouse', 'is', 'beautiful', 'and', 'the', 'color', 'is', 'gorgeous', 'it', 'is', 'completely', 'sheer', 'it', 'just', 'does', "n't", 'match', 'up', 'with', 'the', 'price', 'point', ',3,0,0', 'general', 'tops', 'blouses'] ['10471,873,34', ',the', 'material', 'is', 'beautiful', 'and', 'high', 'quality', 'however', 'the', 'cut', 'is', 'so', 'awful', 'it', 'lays', 'very', 'weird', 'near', 'the', 'neck', 'and', 'shoulder', 'area', 'it', 'kind', 'of', 'forms', 'this', 'square', 'but', 'if', 'you', 'are', 'larger', 'in', 'the', 'bust', 'area', 'it', 'causes', 'the', 'top', 'to', 'slant', 'making', 'it', 'lay', 'awkward.,1,0,3', 'general', 'tops', 'knits'] ['10472,1078,57', 'fun', 'and', 'flattering', 'i', 'loved', 'this', 'dress', 'on', 'the', 'hanger', 'and', 'loved', 'it', 'more', 'when', 'i', 'tried', 'it', 'on', 'i', 'am', 'usually', 'an', '8', 'but', 'purchased', 'the', '6', 'in', 'this', 'dress', 'i', 'preferred', 'the', 'empire', 'waist', 'to', 'be', 'more', 'fitted', 'which', 'the', '6', 'provided', 'you', 'can', 'decide', 'which', 'look', 'you', 'prefer', 'both', 'looked', 'good', 'i', 'just', 'wanted', 'a', 'less', 'baggy', 'look', 'as', 'one', 'reviewer', 'mentioned', 'the', 'print', 'is', 'cut', 'different', 'on', 'all', 'of', 'the', 'dresses', 'i', 'think', 'the', 'colors', 'pictured', 'online', 'are', 'accurate', 'regarding', 'the', 'snake', 'on', 'the', 'fabric', 'i', 'have', 'several', 'snakes', 'on', 'my', 'dress', 'but', 'not', 'on', 'the', 'back', 'a', ',5,1,1', 'general', 'dresses', 'dresses'] ['10473,1078,51', 'very', 'pretty', 'but', 'truly', 'gigantic', 'this', 'is', 'a', 'very', 'pretty', 'particularly', 'youthful', 'dress', 'but', 'do', 'be', 'forewarned', 'it', 'is', 'gigantic', 'size', 'down', 'even', 'if', 'you', 'never', 'do', 'and', 'get', 'a', 'petite', 'if', 'you', 'are', 'even', 'a', 'little', 'short', 'i', 'did', "n't", 'size', 'down', 'enough', 'and', 'it', 'was', 'both', 'wide', 'and', 'long', 'it', 'looked', 'ridiculous', 'i', 'am', 'petite', 'and', 'the', 'hem', 'went', 'way', 'below', 'my', 'knees', 'and', 'the', 'dress', 'was', 'considerably', 'longer', 'than', 'the', 'slip', ',4,1,0', 'general', 'dresses', 'dresses'] ['10474,1035,42', 'nice', 'but', 'a', 'little', 'skinny', 'i', 'probably', 'have', '10', 'pairs', 'of', 'pilcro', 'jeans', 'and', 'pants', 'and', 'most', 'of', 'the', 'jeans', 'are', 'the', 'skinny', 'fit', 'i', 'wanted', 'something', 'that', 'was', "n't", 'a', 'skinny', 'fit', 'so', 'i', 'thought', 'i', 'would', 'try', 'these', 'straight', 'fit', 'jeans', 'thinking', 'they', 'would', 'be', 'skinny', 'but', 'they', 'also', 'would', "n't", 'be', 'loose', 'just', 'got', 'them', 'today', 'and', 'when', 'i', 'tried', 'them', 'on', 'they', 'were', 'tighter', 'then', 'the', 'skinny', 'jeans', 'i', 'just', 'took', 'off', 'i', 'guess', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'they', 'fit', 'like', 'a', 'glove', 'so', 'if', 'that', "'s", 'what', 'you', "'re", 'looking', 'for', 'these', 'will', 'be', 'great.,4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['10475,1078,35', 'love', 'this', 'dress', 'light', 'and', 'breezy', 'but', 'i', "'m", 'wearing', 'it', 'with', 'tights', 'and', 'a', 'jacket', 'for', 'a', 'winter', 'look', ',5,1,1', 'general', 'dresses', 'dresses'] ['10476,1078,45', 'great', 'dress', 'i', "'m", 'anxious', 'to', 'wear', 'this', 'dress', 'with', 'boots', 'i', 'love', 'the', 'colors', 'and', 'print', 'perfect', 'for', 'work', 'and', 'evenings', 'out.,5,1,2', 'general', 'dresses', 'dresses'] ['10477,1078,36', 'gorgeous', 'print', 'i', 'bought', 'this', 'online', 'because', 'i', 'love', 'the', 'print', 'on', 'the', 'dress', 'and', 'i', 'was', 'not', 'disappointed', 'it', 'is', 'gorgeous', 'the', 'waist', 'on', 'the', 'dress', 'is', 'much', 'looser', 'than', 'in', 'the', 'picture', 'but', 'i', 'am', 'fine', 'with', 'that', 'i', 'am', '5', '9', 'and', 'the', 'dress', 'length', 'is', 'accurate', 'as', 'shown', 'in', 'the', 'picture', ',5,1,2', 'general', 'dresses', 'dresses'] ['10478,862,37', 'beautiful', 'top', 'this', 'is', 'a', 'great', 'staple', 'piece', 'for', 'your', 'closet', 'i', 'do', 'agree', 'that', 'it', 'runs', 'large', 'i', 'am', 'usually', 'a', 'small', 'and', 'ordered', 'this', 'in', 'an', 'xsmall', 'and', 'that', 'was', 'perfect', 'for', 'the', 'billowy-ness', 'of', 'the', 'top', 'i', 'have', 'a', 'long', 'torso', 'and', 'arms', 'so', 'going', 'with', 'an', 'xsmall', 'made', 'the', 'arms', 'slightly', 'short', 'on', 'me', 'i', 'do', 'not', 'see', 'this', 'as', 'an', 'issue', 'as', 'i', 'just', 'pull', 'them', 'up', 'to', '3/4', 'length', 'on', 'my', 'arm', 'the', 'sleeves', 'are', 'elastic', 'so', 'this', 'is', 'possible', 'i', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'this', 'top', 'it', 'is', 'beautiful', 'and', 'comfortable', 'i', 'definitely', 'recommen', ',4,1,0', 'general', 'tops', 'knits'] ['10479,873,42', 'love', 'this', 'beautiful', 'blouse', 'very', 'flattering', 'if', 'you', 'run', 'larger', 'in', 'the', 'bust', 'you', 'might', 'want', 'to', 'select', 'one', 'size', 'larger', 'than', 'you', 'usually', 'wear', ',5,1,0', 'general', 'tops', 'knits'] ['10480,862,47', 'not', 'bad-', 'basic', 'simple', 'versatile', 'i', 'wore', 'untucked', 'with', 'skinny', 'black', 'pants', 'comfy', 'too', 'cotton', 'knit', 'like', 'materials', ',4,1,1', 'general', 'tops', 'knits'] ['10481,1080,30', 'i', 'wanted', 'to', 'love', 'this', 'i', 'had', 'my', 'eye', 'on', 'this', 'dress', 'for', 'months', 'i', 'came', 'into', 'some', 'extra', 'cash', 'and', 'bought', 'it', 'at', 'full', 'price', 'online', 'and', 'picked', 'it', 'up', 'in', 'the', 'store', 'the', 'purple', 'pattern', 'is', 'nowhere', 'near', 'as', 'soft', 'as', 'pictures', 'it', 'was', 'very', 'bright', 'which', 'disappointed', 'me', 'it', "'s", 'also', 'made', 'for', 'more', 'busty', 'women', 'at', 'a', '34d', 'i', 'could', 'in', 'no', 'way', 'fill', 'this', 'dress', 'out', 'the', 'result', 'made', 'it', 'look', 'so', 'frumpy', 'and', 'unflattering', 'i', 'felt', 'like', 'an', 'old', 'lady', 'in', 'a', 'bag.,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10482,1080,53', 'worth', 'the', 'wait', 'i', 'ordered', 'this', 'when', 'i', 'first', 'saw', 'it', 'on', 'line', 'but', 'it', 'was', 'backordered', 'it', 'just', 'arrived', 'today', 'and', 'i', 'am', 'so', 'very', 'happy', 'with', 'it', 'so', 'feminine', 'kind', 'of', 'vintage', 'yet', 'modern', 'the', 'epitome', 'of', 'the', 'retailer', 'aesthetic', 'i', 'typically', 'wear', 'a', '0p', '32', 'a', '-26-35', '5', 'ft', '2', 'in', 'in', 'tracy', 'reese', 'and', 'the', '0p', 'is', 'perfect', 'i', 'gave', 'a', '4', 'for', 'quality', 'only', 'because', 'it', 'is', 'polyester', 'however', 'that', 'also', 'keeps', 'the', 'price', 'down', 'it', 'seems', 'that', 'every', 'summer', 'plenty', 'by', 'tracy', 'reese', 'comes', 'out', 'with', 'a', 'dress', 'that', 'becomes', 'my', 'go', '-to', 'favorite', 'and', 'this', 'year', 'is', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10483,574,26', ',,4,1,0', 'initmates', 'intimate', 'layering'] ['10484,1110,31', 'dreamy', 'dress', 'perfect', 'summer', 'dress', 'feminine', 'cool', 'with', 'just', 'the', 'right', 'flow', 'hides', 'the', 'bad', 'and', 'has', 'a', 'nice', 'shape', ',5,1,2', 'general', 'dresses', 'dresses'] ['10485,929,56', 'very', 'simple', 'but', 'adorable', 'form', 'i', 'ordered', 'xs', 'petite', 'the', 'base', 'of', 'the', 'neck', 'was', 'itchy', 'if', 'you', 'wear', 'a', 'turtle', 'neck', 'sweater', 'inside', 'it', 'should', 'be', 'fine', 'the', 'other', 'parts', 'were', 'very', 'soft', ',4,1,7', 'general', 'tops', 'sweaters'] ['10486,1110,57', 'looks', 'like', 'a', 'painting', 'i', 'wanted', 'this', 'immediately', 'after', 'seeing', 'it', 'in', 'the', 'catalog', 'i', 'could', "n't", 'wait', 'for', 'it', 'to', 'get', 'to', 'my', 'store', 'so', 'i', 'ordered', 'it', 'and', 'it', 'did', 'not', 'disappoint', 'it', 'is', 'extremely', 'flattering', 'on', 'my', 'hourglass', 'figure', 'the', 'pattern', 'and', 'colors', 'are', 'amazing', 'the', 'unlined', 'lower', 'half', 'does', 'not', 'bother', 'me', 'i', 'will', 'be', 'wearing', 'this', 'with', 'a', 'denim', 'jacket', 'light', 'sweater', 'wedges', 'then', 'booties', 'in', 'the', 'fall', 'i', 'fell', 'like', 'this', 'dress', 'will', 'be', 'able', 'to', 'be', 'worn', 'for', 'years', 'to', 'come', ',5,1,3', 'general', 'dresses', 'dresses'] ['10487,1080,35', 'great', 'dress', 'bought', 'this', 'for', 'a', 'summer', 'wedding', 'it', 'fit', 'great', 'and', 'i', 'got', 'a', 'lot', 'of', 'compliments', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10488,860,53', 'nice', 'basic', 'i', 'like', 'the', 'shirtsleeves', 'for', 'south', 'florida', 'and', 'the', 'material', 'the', 'design', 'is', 'great', 'too', 'hits', 'high', 'up', 'on', 'my', 'waist', 'which', 'i', 'like', 'i', 'ordered', 'the', 'black', 'but', 'had', 'to', 'send', 'it', 'back', 'as', 'the', 'medium', 'was', 'too', 'big', 'i', 'usually', 'take', 'a', 'medium', 'but', 'the', 'small', 'fits', 'perfect', 'like', 'white', 'a', 'lot', 'and', 'ordered', 'the', 'gold', 'too', ',4,1,0', 'general', 'tops', 'knits'] ['10489,909,48', 'disappointed', 'in', 'quality', 'i', 'love', 'the', 'style', 'of', 'this', 'top', 'hand', 'washed', 'before', 'wearing', 'and', 'it', 'looks', 'like', 'a', 'rag', 'before', 'i', 'even', 'got', 'to', 'wear', 'it', 'very', 'disappointed', 'since', 'i', 'thought', 'it', 'would', 'be', 'a', 'very', 'practical', 'tank.,3,0,6', 'general', 'tops', 'fine', 'gauge'] ['10490,254,69', 'this', 'will', 'not', 'fit', 'bustier', 'women', 'i', 'so', 'wanted', 'to', 'love', 'the', 'striped', 'peplum', 'top', 'however', 'i', 'have', 'a', 'petite', 'frame', 'with', 'a', 'large', 'chest', 'and', 'there', 'was', 'absolutely', 'no', 'support', 'in', 'the', 'top', 'not', 'flattering', 'in', 'the', 'least', 'for', 'a', 'd-dd', 'cup', 'will', 'be', 'returning', 'i', 'imagine', 'this', 'would', 'be', 'perfect', 'for', 'someone', 'with', 'a', 'frame', 'like', 'mary', 'kate', 'or', 'ashley', 'olsen', ',2,0,2', 'initmates', 'intimate', 'swim'] ['10491,833,50', 'fun', 'summer', 'top', 'love', 'it', 'it', 'does', 'run', 'big', 'so', 'i', 'had', 'to', 'return', 'for', 'smaller', 'size', 'fabric', 'is', 'nice', 'very', 'true', 'to', 'picture,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['10492,1080,33', 'perfect', 'summer', 'wedding', 'dress', 'i', 'saw', 'this', 'online', 'and', 'ended', 'up', 'driving', 'over', 'an', 'hour', 'to', 'pick', 'it', 'up', 'from', 'a', 'neighboring', 'retailer', 'store', 'that', 'had', '1', 'more', 'left', 'in', 'my', 'size', 'it', 'fits', 'true', 'to', 'size', 'for', 'me', 'with', 'the', 'waist', 'band', 'fitting', 'my', '27', 'inches', 'perfectly', 'with', 'no', 'real', 'give-', 'so', 'keep', 'that', 'in', 'mind', 'the', 'top', 'does', 'seem', 'a', 'little', 'blousey', 'which', 'i', 'typically', 'avoid', '34d', 'already', 'but', 'this', 'was', 'still', 'super', 'flattering', 'overall', 'it', 'is', 'a', 'gorgeous', 'dress', 'that', 'looks', 'good', 'on-', 'one', 'of', 'those', 'dresses', 'that', 'makes', 'you', 'feel', 'good', 'wearing', 'it', ',5,1,20', 'general', 'petite', 'dresses', 'dresses'] ['10493,1080,50', ',i', 'ordered', 'this', 'online', 'and', 'was', 'completely', 'underwhelmed', 'in', 'person', 'the', 'pattern', 'did', "n't", 'pop', 'at', 'all', 'and', 'the', 'fit', 'was', 'just', 'ok.', 'it', 'kind', 'of', 'bunched', 'weird', 'in', 'the', 'breast', 'area', 'i', 'usually', 'love', 'plenty', 'but', 'this', 'is', 'a', 'return.,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10494,1110,52', 'not', 'polyester', 'allelujah', 'this', 'was', 'my', 'first', 'dress', 'purchase', 'this', 'year', 'quite', 'late', 'i', "'ve", 'been', 'disappointed', 'with', 'a', 'lot', 'of', 'polyester/rayon/viscose', 'dresses', 'so', 'far', 'if', 'it', "'s", '100', 'silk', 'or', 'cotton', 'it', "'s", 'quite', 'expensive', 'this', 'dress', 'meets', 'all', 'my', 'tick', 'marks', 'no', 'synthetic', 'beautiful', 'pattern', 'well-made', 'flattering', 'to', 'the', 'figure', 'i', 'have', 'a', 'silk', 'slip', 'so', 'the', 'absence', 'of', 'lining', 'was', 'not', 'an', 'issue', 'for', 'me', 'fits', 'true', 'to', 'my', 'petite', 'sizing', 'it', "'s", 'a', 'very', 'easy', 'to', 'wear', 'dress', 'no', 'tugging', 'with', 'straps', 'or', 'a', 'belt', 'it', "'s", 'slimming', 'and', 'skims', 'the', 'figure', 'properly', ',5,1,11', 'general', 'dresses', 'dresses'] ['10495,1022,40', 'new', 'favorite', 'jeans', 'these', 'jeans', 'fit', 'like', 'a', 'glove', 'while', 'being', 'flatteringly', 'stretchy', 'i', 'am', '5ft', '7in', '125', 'lbs', 'and', 'i', 'have', 'a', 'size', '26.', 'these', 'are', 'my', 'second', 'pair', 'of', 'ag', 'stevie', 'ankle', 'jeans', 'and', 'i', 'ca', "n't", 'wait', 'to', 'get', 'more', 'they', 'are', 'a', 'beautiful', 'deep/dark', 'blue', 'love', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10496,254,43', 'love', 'love', 'love', 'not', 'being', 'into', 'bright', 'neon', 'colors', 'i', 'love', 'this', 'top', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'helps', 'to', 'hide', 'my', 'tummy', 'it', "'s", 'super', 'cute', 'and', 'very', 'flattering', ',5,1,1', 'initmates', 'intimate', 'swim'] ['10497,1080,34', 'not', 'a', 'good', 'fit', 'i', 'ordered', 'this', 'dress', 'online', 'the', 'colors', 'are', 'pretty', 'if', 'you', 'like', 'pastels', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'however', 'it', 'fits', 'very', 'much', 'like', 'a', 'maternity', 'dress', 'for', 'those', 'of', 'you', 'rocking', 'a', 'baby', 'bump', 'this', 'is', 'a', 'good', 'choice', 'for', 'others', 'who', 'are', 'not', 'it', "'s", 'just', 'not', 'flattering', 'my', 'figure', 'got', 'lost', 'in', 'the', 'dress', 'and', 'the', 'high', 'waist', 'did', 'not', 'look', 'good', 'on', 'me', 'i', 'returned', 'it', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['10498,1080,24', 'wanted', 'to', 'love', 'it', 'i', 'waited', 'six', 'weeks', 'for', 'this', 'dress', 'to', 'arrive', 'and', 'was', 'so', 'disappointed', 'loved', 'the', 'skirt', 'part', 'of', 'it', 'but', 'the', 'top', 'which', 'i', 'guess', 'i', 'did', "n't", 'see', 'in', 'photo', 'was', 'pleated', 'as', 'well', 'made', 'my', 'bust', 'look', 'huge', 'and', 'it', 'puffed', 'out', 'on', 'sides', 'would', 'have', 'been', 'a', 'wonderful', 'summer', 'dress', 'flowing', 'and', 'cool', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10499,1110,45', 'beautiful', 'dress', 'but', 'needs', 'a', 'slip', 'i', 'bought', 'this', 'dress', 'in', 'a', 'store', 'and', 'it', 'suits', 'the', 'body', 'better', 'than', 'on', 'the', 'picture', 'the', 'pattern', 'is', 'exquisite', 'and', 'beautiful', 'i', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'it', 'is', 'made', 'of', 'silk', 'which', 'is', 'a', 'preferred', 'alternative', 'to', 'polyester', 'but', 'as', 'other', 'reviewers', 'mentioned', 'it', 'needs', 'a', 'slip', 'and', 'for', 'an', 'expensive', 'dress', 'it', 'should', 'come', 'with', 'one', 'or', 'should', 'be', 'fully', 'lined', 'it', 'is', 'only', 'lined', 'on', 'top', 'the', 'peep', 'hole', 'is', 'deep', 'but', 'on', 'my', 'body', 'it', 'does', "n't", 'gap', 'much', 'i', "'m", '5', '7', '142', 'lbs', 'a', 'keeper', 'for', 'me', 'for', 'its', 'beauty', ',4,1,0', 'general', 'dresses', 'dresses'] ['10500,254,39', 'not', 'for', 'the', 'long', 'waisted', 'great', 'quality', 'top', 'i', 'do', 'wish', 'it', 'fit', 'me', 'i', "'m", 'really', 'long', 'waisted', 'and', 'this', 'top', 'was', 'too', 'short', 'had', 'to', 'return,3,0,5', 'initmates', 'intimate', 'swim'] ['10501,254,45', 'lovely', 'flattering', 'comfortable', 'it', "'s", 'very', 'pretty', 'i', 'purchased', 'mine', 'in', 'the', 'floral', 'romantic', 'floral', 'the', 'peplum', 'is', 'true', 'to', 'photos', 'it', 'is', "n't", 'short', 'as', 'many', 'are', 'the', 'print', 'is', 'gorgeous', 'and', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'and', 'the', 'styling', 'is', 'perfect,5,1,1', 'initmates', 'intimate', 'swim'] ['10502,1080,39', 'too', 'many', 'pleats', 'there', 'were', 'just', 'too', 'many', 'pleats', 'to', 'this', 'thing', 'it', 'was', 'not', 'flattering', 'it', 'looks', 'fantastic', 'on', 'this', 'model', 'but', 'not', 'on', 'me', 'oh', 'well.,2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10503,1022,32', 'ag', 'wins', 'again', 'ag', 'is', 'my', 'go-to', 'brand', 'for', 'comfortable', 'high', 'quality', 'jeans', 'these', 'fit', 'the', 'bill', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10504,1080,33', 'maximizes', 'bust', 'if', 'that', "'s", 'what', 'you', 'want', 'i', 'love', 'everything', 'about', 'this', 'dress', 'but', 'the', 'bust', 'area', 'the', 'bottom', 'is', 'so', 'light', 'and', 'flowey', 'with', 'the', 'pleating', 'makes', 'you', 'want', 'to', 'twirl', 'the', 'color', 'is', 'light', 'but', 'not', 'as', 'light', 'as', 'the', 'photo', 'it', 'does', 'not', 'wash', 'me', 'out', 'the', 'problem', 'is', 'the', 'bust', 'it', 'has', 'pleats', 'that', 'billow', 'out', 'near', 'the', 'armpit', 'area', 'making', 'you', 'look', 'top', 'heavy', 'the', 'bottom', 'is', 'slimming', 'the', 'top', 'make', 'you', 'look', 'buxom', 'the', 'v', 'neck', 'is', 'also', 'higher', 'than', 'i', 'would', 'like', 'which', 'again', 'adds', 'to', 'the', 'fullness', 'of', 'the', 'chest', 'area', 'i', 'am', 'still', 'debating', 'keeping', 'this', 'or', 're', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10505,1080,42', 'feminine', 'dress', 'i', 'love', 'this', 'dress', 'the', 'colors', 'are', 'so', 'pretty', 'and', 'the', 'fit', 'is', 'very', 'flattering.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10506,929,47', 'on', 'the', 'right', 'person', 'maybe', 'this', 'was', "n't", 'for', 'me', 'i', 'have', 'a', 'short', 'neck', 'and', 'am', '5.3', 'the', 'length', 'was', 'fine', 'on', 'the', 'one', 'i', 'tried', 'on', 'but', 'other', 'proportions', 'were', 'off', 'it', 'was', 'too', 'big', 'around', 'in', 'the', 'middle', 'yet', 'tighter', 'at', 'the', 'bottom', 'on', 'me', 'this', 'made', 'it', 'resemble', 'a', 'large', 'bag', 'the', 'neckline', 'stood', 'up', 'on', 'mine', 'even', 'when', 'i', 'pushed', 'it', 'down', 'to', 'resemble', 'the', 'picture', 'here', 'with', 'the', 'model', 'it', 'still', 'felt', 'like', 'a', 'whiplash', 'collar', 'coming', 'up', 'over', 'my', 'chin', 'i', 'gave', 'it', 'four', 'stars', 'for', 'quality', 'since', 'the', 'material', 'is', 'so', 'soft', ',2,0,8', 'general', 'tops', 'sweaters'] ['10507,1080,39', 'cute', 'i', 'finally', 'ordered', 'this', 'after', 'looking', 'at', 'it', 'many', 'times', 'had', 'to', 'order', 'the', '00p', 'as', 'they', 'were', 'out', 'of', 'all', 'other', 'petite', 'sizes', 'and', 'to', 'my', 'surprise', 'it', 'totally', 'fits', 'me', 'why', 'i', 'put', 'larger', 'both', 'colors', 'are', 'equally', 'nice', 'but', 'due', 'to', 'my', 'pale', 'skin', 'and', 'only', 'petite', 'available', 'i', 'ordered', 'the', 'yellow', 'one', 'brighter', 'colors', 'cut', 'is', 'flattering', 'love', 'the', 'pleat', 'detail', 'in', 'the', 'skirt', 'the', '00p', 'fit', 'my', '30dd', 'chest', 'and', '26.5', 'inch', 'waist', 'the', 'length', 'is', 'perfect', 'above', 'the', 'knee', 'in', 'front', 'and', 'lower', 'in', 'the', 'back', 'good', 'choice', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10508,833,39', 'beautiful', 'tank', 'to', 'wear', 'for', 'years', 'i', 'was', 'urged', 'to', 'try', 'this', 'on', 'by', 'my', 'usual', 'stylist', 'as', 'she', 'thought', 'it', 'would', 'look', 'nice', 'with', 'shorts', 'i', 'purchased', 'or', 'jeans', 'or', 'pencil', 'skirt', 'i', 'own', 'she', 'knows', 'a', 'lot', 'of', 'what', 'i', 'own', 'it', 'is', 'truly', 'pretty', 'love', 'the', 'embroidered', 'cut', 'outs', 'makes', 'the', 'tank', 'look', 'stylish', 'the', 'cut', 'is', 'also', 'flattering', 'though', 'i', 'think', 'i', "'ll", 'have', 'to', 'wear', 'a', 'strapless', 'bra', 'color', 'is', 'also', 'warm', 'enough', 'to', 'work', 'on', 'pale', 'skin', 'like', 'me', 'or', 'a', 'golden', 'tan', 'i', 'purchased', 'the', '0', 'regulr', 'tried', 'on', 'petite', 'but', 'i', 'found', 'it', 'was', 'short', 'and', 'flared', 'too', 'much', 'i', 'am', '115', 'lbs', '30', ',5,1,11', 'general', 'petite', 'tops', 'blouses'] ['10509,1110,28', 'beautifully', 'made', 'lovely', 'pattern', 'and', 'colors', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'the', 'fabric', 'is', 'light', 'and', 'comfortable', 'the', 'colors', 'are', 'even', 'more', 'vibrant', 'in', 'person', 'it', 'has', 'a', 'keyhole', 'opening', 'in', 'front', 'which', 'might', 'not', 'be', 'for', 'everyone', 'but', 'which', 'i', 'really', 'liked', 'the', 'only', 'things', 'i', 'would', 'caution', 'buyers', 'about', 'is', 'that', 'it', 'is', 'not', 'lined', 'and', 'for', 'shorter', 'buyers', 'i', "'m", '5', '3', 'it', 'runs', 'a', 'bit', 'long', 'so', 'if', 'you', 'can', 'pick', 'up', 'the', 'petite', 'that', 'might', 'mean', 'a', 'better', 'fit', ',5,1,1', 'general', 'dresses', 'dresses'] ['10510,1110,47', 'beautiful', 'dress', 'the', 'print', 'on', 'the', 'fabric', 'of', 'this', 'dress', 'is', 'stunning', 'it', 'is', 'lighter', 'weight', 'than', 'i', 'anticipated', 'and', 'the', 'photo', 'did', "n't", 'show', 'the', 'keyhole', 'opening', 'in', 'the', 'front', 'which', 'i', 'like', 'but', 'may', 'not', 'be', 'for', 'everyone', 'i', 'am', 'pear', 'shaped', 'and', 'on', 'the', 'tall', 'side', 'so', 'the', 'shape', 'works', 'nicely', 'on', 'me', 'not', 'too', 'snug', 'in', 'the', 'middle', 'or', 'rear', 'not', 'sure', 'about', 'someone', 'not', 'as', 'tall', 'or', 'more', 'busty', 'i', 'typically', 'wear', 'a', 'larger', 'size', 'on', 'the', 'bottom', 'than', 'the', 'top', 'so', 'i', 'ordered', 'in', 'the', 'larger', 'size', 'which', 'fit', 'well', ',5,1,17', 'general', 'dresses', 'dresses'] ['10511,1080,28', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10512,1080,36', 'pretty', 'dress', 'for', 'the', 'right', 'skin', 'tone', 'this', 'dress', 'is', 'easy', 'to', 'wear', 'lined', 'and', 'feels', 'like', 'it', 'could', 'be', 'a', 'wonderful', 'summer', 'staple', 'i', 'love', 'that', 'it', "'s", 'so', 'colorful', 'but', 'for', 'some', 'reason', 'the', 'pops', 'of', 'color', 'on', 'the', 'white', 'background', 'did', 'not', 'look', 'great', 'on', 'my', 'very', 'pale', 'skin', 'i', "'m", 'sure', 'on', 'someone', 'else', 'this', 'will', 'be', 'beautiful', 'i', 'also', 'thought', 'it', 'ran', 'just', 'slightly', 'large', 'in', 'the', 'bust', 'although', 'to', 'be', 'fair', 'i', 'am', 'small-chested', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10513,860,51', 'love', 'it', 'i', 'love', 'this', 'top', 'fits', 'perfectly', 'and', 'not', 'too', 'long', 'i', "'m", '5', '4', '112', 'lbs', 'and', 'a', '32dd', 'and', 'the', 'small', 'fits', 'like', 'a', 'gem.not', 'too', 'fitted', 'but', 'not', 'boxy', 'i', 'like', 'that', 'it', 'covers', 'my', 'waist', 'but', 'is', "n't", 'too', 'long', 'either', 'i', 'may', 'order', 'another', 'one', 'i', 'love', 'it', 'so', 'much', ',5,1,0', 'general', 'tops', 'knits'] ['10514,1080,40', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10515,254,28', 'not', 'cute', 'just', 'not', 'cute', 'i', 'do', "n't", 'know', 'how', 'else', 'to', 'describe', 'this', 'top', 'i', 'am', 'a', '34dd', 'and', 'ordered', 'a', 'large', 'it', 'fit', 'and', 'was', 'comfortable', 'but', 'the', 'peplum', 'had', 'way', 'too', 'much', 'fabric', 'it', 'actually', 'made', 'me', 'look', 'much', 'bigger', 'than', 'i', 'am', 'i', 'would', 'possibly', 'have', 'tried', 'a', 'medium', 'but', 'it', 'was', "n't", 'in', 'store', 'so', 'i', 'returned.,2,1,2', 'initmates', 'intimate', 'swim'] ['10516,574,26', 'good', 'not', 'great', 'this', 'is', 'a', 'cute', 'top', 'not', 'perfectly', 'made', 'a', 'little', 'boxy', 'but', 'also', 'not', 'a', 'crop', 'top', 'on', 'me', '5', '5', 'it', 'looks', 'cute', 'with', 'high', 'waisted', 'jeans', ',4,1,0', 'initmates', 'intimate', 'layering'] ['10517,1110,44', 'beautiful', 'dress', 'so', 'excited', 'to', 'wear', 'it', 'i', 'saw', 'this', 'dress', 'in', 'the', 'catalog', 'and', 'had', 'to', 'have', 'it', 'when', 'i', 'went', 'to', 'the', 'store', 'it', 'was', 'sold', 'out', 'so', 'i', 'had', 'them', 'order', 'and', 'ship', 'it', 'to', 'me', 'in', 'two', 'sizes', 'my', 'regular', 'and', 'one', 'size', 'larger', 'when', 'i', 'got', 'them', 'i', 'tried', 'on', 'my', 'regular', 'size', 'first', 'and', 'it', 'was', 'just', 'perfect', 'beautiful', 'pattern', 'and', 'material', 'light', 'and', 'airy', 'sexy', 'with', 'the', 'low-cut', 'keyhole', 'i', 'am', 'sooo', 'happy', 'with', 'my', 'purchase', ',1,1,0', 'general', 'dresses', 'dresses'] ['10518,860,29', 'cute', 'turtleneck', 'i', 'love', 'the', 'design', 'of', 'this', 'top', 'short', 'and', 'swingy', 'with', 'a', 'cute', 'mock', 'turtleneck', 'and', 'interesting', 'textured', 'pattern', 'definitely', 'runs', 'large', 'if', 'you', "'re", 'between', 'sizes', 'definitely', 'go', 'for', 'the', 'smaller', 'one', 'it', 'also', 'has', 'pretty', 'large', 'armholes', 'so', 'you', 'can', 'kind', 'of', 'see', 'your', 'bra', 'from', 'the', 'side', ',5,1,3', 'general', 'tops', 'knits'] ['10519,254,34', 'wanted', 'to', 'love', 'it', 'but', 'it', "'s", 'too', 'short', 'i', 'was', 'in', 'love', 'with', 'this', 'suit', 'from', 'the', 'pictures', 'unfortunately', 'the', 'top', 'is', 'a', 'little', 'too', 'short', 'so', 'the', 'peplum', 'skirt', 'hits', 'right', 'at', 'my', 'widest', 'part', 'and', 'does', "n't", 'meet', 'the', 'bikini', 'bottoms.,2,0,1', 'initmates', 'intimate', 'swim'] ['10520,909,27', 'fabric', 'felt', 'cheap', 'the', 'product', 'looked', 'more', 'or', 'less', 'as', 'expected', 'but', 'the', 'fabric', 'felt', 'very', 'cheap', 'not', 'the', 'quality', 'i', 'would', 'expect', 'from', 'retailer', 'the', 'shirt', 'is', 'also', 'very', 'short', 'which', 'did', 'not', 'bother', 'me', 'but', 'is', 'something', 'others', 'should', 'be', 'aware', 'of', ',2,0,9', 'general', 'tops', 'fine', 'gauge'] ['10521,860,54', 'love', 'the', 'top', 'but', 'the', 'armholes', 'i', 'bought', 'this', 'top', 'in', 'black', 'it', 'is', 'high', 'quality', 'material', 'and', 'i', 'love', 'the', 'mock', 'neck', 'and', 'zipper', 'in', 'back', 'however', 'not', 'only', 'are', 'the', 'armholes', 'are', 'too', 'large', 'the', 'shirt', 'is', 'cut', 'too', 'short', 'if', 'i', 'size', 'down', 'for', 'smaller', 'armholes', 'it', 'becomes', 'a', 'crop', 'top', 'not', 'a', 'flattering', 'look', 'for', '50-something', 'me', 'i', 'really', 'wanted', 'this', 'to', 'work', 'but', 'alas', 'it', 'went', 'back', ',2,0,1', 'general', 'tops', 'knits'] ['10522,1080,24', 'floral', 'dress', 'one', 'of', 'my', 'favorite', 'dresses', 'in', 'retailer'] ['floral', 'prints', 'caught', 'my', 'eye', 'at', 'the', 'first', 'sight', 'so', 'i', 'had', 'been', 'desperate', 'to', 'have', 'it'] ['it', 'looks', 'pale', 'on', 'picture', 'but', 'in', 'reality', 'it', 'is', 'brighter', 'than', 'you', 'imagine', 'it', 'would', 'be'] ['along', 'with', 'soft', 'floral', 'pretty', 'color', 'i', 'like', 'the', 'design', 'of', 'skirt'] ['compared', 'to', 'the', 'front', 'length', 'is', 'longer', 'on', 'the', 'back'] ['it', 'fringes', 'nicely', 'so', 'it', 'looks', 'elegant', 'when', 'i', 'walk'] ['and', 'the', 'last', 'thing', 'i', "'d", 'like', 'to', 'point', 'out'] ['because', 'of', 'the', 'textile', 'it', 'is', 'quite', 'easy', 'to', 'fold', 'into', 'appr', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10523,1110,63', 'the', 'print', 'is', 'a', 'work', 'of', 'art', 'i', 'love', 'this', 'dress', 'the', 'delicate', 'print', 'and', 'coloring', 'are', 'stunning', 'i', 'also', 'like', 'the', 'length', 'and', 'fit', 'and', 'am', 'really', 'enjoying', 'this', 'dress'] ['the', 'key', 'hole', 'opening', 'was', 'a', 'little', 'low', 'and', 'showed', 'my', 'bra', 'so', 'i', 'had', 'to', 'sew', 'up', 'the', 'bottom', 'inch', 'i', 'also', 'agree', 'with', 'an', 'earlier', 'comment', 'that', 'a', 'full', 'lining', 'would', 'be', 'nice'] [] ['this', 'is', 'the', 'first', 'dress', 'i', 'have', 'bought', 'from', 'retailer', 'because', 'i', 'generally', 'find', 'dresses', 'are', 'too', 'short', 'and', 'do', 'not', 'provide', 'enough', 'coverage', 'at', 'the', 'top', 'i', 'hope', 'that', 'future', 'collections', 'will', 'include', 'midi', 'dresses', 'and', 'hemlines', ',5,1,2', 'general', 'dresses', 'dresses'] ['10524,1022,45', 'love', 'love', 'these', 'jeans', 'i', 'love', 'ag', 'stevie', 'jeans', 'but', 'these', 'are', 'my', 'favorite', 'super', 'soft', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'they', 'keep', 'their', 'fit', 'and', 'do', "n't", 'stretch', 'out', 'the', 'very', 'dark', 'wash', 'makes', 'them', 'extremely', 'flattering', 'i', "'m", 'petite', 'and', 'a', 'bit', 'curvy', 'and', 'these', 'are', 'extremely', 'comfortable.,5,1,1', 'general', 'bottoms', 'jeans'] ['10525,1080,36', 'as', 'pictured', 'the', 'dress', 'is', 'just', 'perfect', 'it', "'s", 'fits', 'true', 'to', 'size', 'and', 'the', 'colors', 'are', 'as', 'pictured', 'also', 'a', 'bonus', 'it', 'travels', 'well', 'despite', 'having', 'so', 'many', 'pleats', 'it', 'folds', 'nicely', 'and', 'can', 'be', 'worn', 'right', 'out', 'of', 'the', 'bag', 'very', 'happy', 'i', 'got', 'it', 'while', 'on', 'sale', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10526,1080,27', 'feminine', 'and', 'adorable', 'i', 'bought', 'this', 'dress', 'for', 'an', 'upcoming', 'bridal', 'shower', 'i', 'am', 'attending', 'it', 'fits', 'great', 'is', 'flattering', 'and', 'i', 'can', 'also', 'wear', 'it', 'to', 'work', 'since', 'it', 'is', 'long', 'enough'] [] ['overall', 'it', 'was', 'a', 'great', 'purchase', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10527,1110,43', 'lovely', 'easy', 'dress', 'i', 'am', "5'10", '150lbs', 'and', 'size', '8', 'fits', 'me', 'perfectly'] ['the', 'print', 'is', 'lovely', 'and', 'the', 'fabric', 'has', 'a', 'nice', 'flow', 'to', 'it'] ['at', 'this', 'price', 'point', 'the', 'dress', 'should', 'have', 'a', 'lining', ',4,1,6', 'general', 'dresses', 'dresses'] ['10528,860,49', 'nice', 'but', 'not', 'true', 'white', 'love', 'this', 'but', 'it', 'is', 'not', 'a', 'true', 'white', 'it', "'s", 'slightly', 'ivory', 'winter', 'white', 'please', 'be', 'accurate', 'with', 'color', 'descriptions', 'it', "'s", 'extremely', 'frustrating', 'when', 'online', 'retailers', 'do', "n't", 'describe', 'colors', 'accurately', 'it', 'can', 'be', 'hard', 'to', 'see', 'subtle', 'color', 'differences', 'in', 'photos', 'especially', 'with', 'the', 'color', 'white', 'due', 'to', 'lighting', 'of', 'the', 'shot', 'we', 'rely', 'on', 'descriptions', 'when', 'ordering', 'online', 'it', "'s", 'not', 'difficult', 'to', 'do', 'really', 'it', "'s", 'not'] [] ['that', 'said', 'i', 'did', "n't", 'have', 'any', 'armhole', 'trouble', 'as', 'others', 'did', 'they', 'were', 'sized', 'just', 'right', ',4,1,0', 'general', 'tops', 'knits'] ['10529,929,45', 'i', 'really', 'wanted', 'to', 'love', 'this', 'but', 'it', 'was', 'just', 'too', 'big', 'in', 'the', 'regular', 'size', 'and', 'too', 'short', 'in', 'petite', 'the', 'proportion', 'was', 'off', 'i', 'bought', 'a', 'similar', 'sweater', 'last', 'year', 'in', 'a', 'blue', 'color', 'that', 'i', 'wore', 'constantly', 'and', 'was', 'hoping', 'this', 'would', 'be', 'like', 'it', 'i', 'think', 'if', 'you', 'are', 'very', 'tall', 'you', 'might', 'pull', 'this', 'off', 'i', "'m", '5,4', 'and', 'even', 'the', 'extra', 'small', 'regular', 'hung', 'below', 'my', 'booty', ',3,0,12', 'general', 'tops', 'sweaters'] ['10530,1074,33', 'had', 'high', 'hopes', 'i', 'had', 'sized', 'down', 'because', 'i', "'m", 'usually', 'a', 'petite', 'but', 'did', "n't", 'have', 'the', 'option', 'for', 'petite', 'here', 'and', 'it', 'was', 'still', 'too', 'big', 'a', 'petite', 'or', 'an', 'additional', 'size', 'down', 'could', 'have', 'helped', 'the', 'fit', 'but', 'in', 'the', 'end', 'the', 'style', 'was', "n't", 'what', 'i', 'was', 'going', 'for', 'the', 'dress', 'has', 'a', 'little', 'more', 'texture', 'going', 'on', 'than', 'what', 'is', 'revealed', 'in', 'the', 'photo', 'here', 'on', 'the', 'site', 'i', 'thought', 'it', 'was', 'a', 'luxurious', 'brocade', 'fabric', 'but', 'the', 'shininess', 'actually', 'comes', 'from', 'silky', 'threads', 'on', 'a', 'mesh-ish', 'overlay', 'it', "'s", 'a', 'lovely', 'quality', 'dress', 'and', 'the', 'color', 'is', ',4,0,8', 'general', 'dresses', 'dresses'] ['10531,929,53', 'too', 'boxy', 'i', 'am', 'a', 'sweater', 'girl', 'so', 'i', 'was', 'really', 'looking', 'forward', 'to', 'this', 'cozy-looking', 'piece', 'like', 'other', 'reviewers', 'i', 'found', 'the', 'fit', 'to', 'be', 'very', 'strange', 'and', 'not', 'as', 'pictured', 'i', 'am', '5', '1', 'and', '107', 'lbs', 'and', 'typically', 'wear', 'xxsp', 'or', 'xsp', 'i', 'ordered', 'this', 'in', 'the', 'xxsp', 'because', 'of', 'the', 'loose', 'fit', 'it', 'did', 'not', 'fit', 'like', 'the', 'model', 'at', 'all', 'the', 'sleeves', 'were', 'shorter', 'and', 'stuck', 'out', 'oddly', 'the', 'length', 'was', 'not', 'as', 'long', 'as', 'pictured', 'but', 'it', 'would', 'have', 'been', 'fine', 'for', 'me', 'had', 'the', 'sweater', 'not', 'also', 'been', 'as', 'wide', 'as', 'it', 'was', 'long', 'others', 'suggested', 'sizi', ',3,0,4', 'general', 'tops', 'sweaters'] ['10532,833,47', 'beautiful', 'huge', 'armholes', 'the', 'design', 'is', 'stunning', 'the', 'color', 'is', 'universally', 'super-flattering', 'it', "'s", 'a', 'lovely', 'top', 'so', 'much', 'so', 'that', 'i', 'tried', 'it', 'on', 'even', 'though', 'it', 'was', 'pricey', 'but', 'the', 'armholes', 'are', 'huge', 'you', 'can', 'see', 'it', 'on', 'the', 'model', 'who', 'is', 'definitely', 'not', 'wearing', 'a', 'bra', 'on', 'me', 'there', 'was', 'a', 'lot', 'of', 'side', 'bra', 'exposure', 'if', 'they', "'d", 'had', 'smaller', 'sizes', 'at', 'the', 'berkeley', 'store', 'i', 'would', "'ve", 'given', 'them', 'a', 'shot', 'but', 'my', 'true', 'size', 'was', 'a', 'really', 'poor', 'fit', ',4,1,3', 'general', 'tops', 'blouses'] ['10533,833,51', 'bright', 'but', 'boxy', 'there', 'is', 'simply', 'no', 'way', 'to', 'wear', 'a', 'bra', 'with', 'this', 'top', 'that', 'being', 'said', 'the', 'cotton', 'is', 'substantive', 'and', 'crisp', 'the', 'embroidery', 'striking', 'the', 'coral', 'color', 'bright', 'and', 'summery', 'it', 'hits', 'me', 'exactly', 'where', 'my', 'hips', 'begin', 'to', 'broaden', 'which', 'i', 'honestly', 'kind', 'of', 'hate', 'but', 'the', 'top', 'is', 'so', 'lovely', 'no', 'one', "'s", 'going', 'to', 'be', 'assessing', 'your', 'hips', 'if', 'you', 'have', 'narrow', 'hips', 'and', 'perky', 'breasts', 'though', 'what', 'a', 'perfect', 'summer', 'top', 'although', 'i', 'suppose', 'if', 'those', 'are', 'your', 'features', 'every', 'top', 'is', 'perfect', ',5,1,4', 'general', 'tops', 'blouses'] ['10534,929,30', 'the', 'color', 'and', 'quality', 'of', 'this', 'sweater', 'are', 'fantastic', 'the', 'reason', 'i', 'only', 'gave', 'it', 'two', 'stars', 'is', 'that', 'the', 'height', 'of', 'the', 'neck', 'did', "n't", 'seem', 'right', 'to', 'me', 'it', 'looked', 'awkward', 'and', 'too', 'high', 'to', 'be', 'left', 'standing', 'upright', 'but', 'when', 'folded', 'over', 'i', 'wished', 'it', 'were', 'higher', 'so', 'it', 'formed', 'more', 'of', 'a', 'turtleneck/cowl', 'i', 'will', 'be', 'returning', 'the', 'sweater', 'because', 'of', 'that', ',2,0,1', 'general', 'tops', 'sweaters'] ['10535,1110,55', 'gorgeous', 'and', 'flattering', 'i', 'know', 'you', "'ve", 'heard', 'it', 'before', 'but', 'this', 'dress', 'is', 'so', 'much', 'more', 'beautiful', 'in', 'person', 'i', "'m", 'petite', 'usually', 'size', '4', 'but', 'busty', 'so', 'i', 'tried', 'the', '4', 'and', 'the', '6', 'in', 'the', 'store', 'the', '4', 'fit', 'perfectly', 'except', 'it', 'was', 'a', 'bit', 'snug', 'at', 'the', 'bust', 'so', 'the', 'the', 'slit', 'pulled', 'open', 'revealing', 'a', 'bit', 'more', 'cleavage', 'than', 'i', 'wanted', 'the', '6', 'fit', 'perfectly', 'through', 'the', 'bust', 'and', 'although', 'it', 'was', 'a', 'bit', 'loose', 'through', 'the', 'body', 'the', 'cut', 'was', 'still', 'very', 'flattering', 'i', 'also', 'tried', 'the', '6p', 'which', 'fit', 'but', 'i', 'preferred', 'the', 'longer', 'length', 'of', 'the', 'regular', '6', ',5,1,0', 'general', 'dresses', 'dresses'] ['10536,1022,54', 'love', 'these', 'jeans', 'this', 'is', 'the', '4th', 'pair', 'of', 'ag', 'stevie', 'jeans', 'i', 'have', 'bought', 'from', 'retailer', 'the', 'petite', 'sizing', 'fit', 'me', 'great', 'i', "'m", '5', '1', 'and', '112', 'lbs', 'the', 'quality', 'is', 'fabulous', 'and', 'worth', 'the', 'price', 'i', 'have', '2', 'denim', '1', 'white', 'and', 'just', 'purchased', 'these', 'dark', 'wave', 'i', 'went', 'to', 'the', 'ag', 'store', 'and', 'they', 'do', 'not', 'carry', 'petities', 'this', 'jean', 'is', 'made', 'exclusively', 'for', 'retailer', 'love', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10537,1110,34', 'does', "n't", 'flare', 'at', 'bottom', 'just', 'wanted', 'to', 'let', 'readers', 'know', 'that', 'the', 'dress', 'does', "n't", 'flare', 'out', 'at', 'the', 'bottom', 'like', 'it', 'shows', 'on', 'the', 'model', 'for', 'me', 'that', "'s", 'a', 'good', 'thing', 'it', 'definitely', 'sways', 'and', 'swishes', 'but', 'does', "n't", 'flare', 'out', 'you', 'definitely', 'have', 'to', 'wear', 'a', 'slip', 'with', 'it', 'not', 'because', 'it', "'s", 'see-through', 'at', 'all', 'it', "'s", 'not', 'but', 'because', 'of', 'the', 'static'] [] ['also', 'this', 'is', 'the', 'perfect', 'dress', 'for', 'belt-lovers', ',5,1,3', 'general', 'dresses', 'dresses'] ['10538,1080,44', 'beautiful', 'this', 'dress', 'is', 'wonderful', 'and', 'the', 'petite', 'sizing', 'is', 'really', 'for', 'petites', 'i', 'have', 'recently', 'returned', 'two', 'dresses', 'and', 'a', 'skirt', 'that', 'were', 'way', 'too', 'large', 'in', 'the', 'petite', 'offering', 'so', 'i', 'was', 'not', 'really', 'expecting', 'this', 'dress', 'to', 'fit', 'so', 'well', 'i', 'ordered', 'in', 'the', '2p', 'i', 'am', '5', '4', 'about', '120', 'it', 'fits', 'beautifully', 'even', 'though', 'it', "'s", 'a', 'tad', 'bit', 'loose', 'in', 'the', 'arm', 'openings', 'and', 'i', 'think', 'i', 'could', 'have', 'sized', 'down', 'to', 'the', '0p', 'it', 'is', 'no', 'longer', 'available', 'though', 'but', 'this', 'dress', 'drapes', 'so', 'lovely', 'and', 'the', 'material', 'is', 'so', 'thin', 'that', 'there', 'is', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10539,860,67', 'just', 'as', 'shown', 'very', 'versatile', 'tank', 'i', 'will', 'wear', 'it', 'with', 'slacks', 'skirts', 'culottes', 'jeans', 'it', 'is', 'soft', 'and', 'the', 'pattern', 'is', 'more', 'noticeable', 'than', 'in', 'the', 'picture', 'i', 'ordered', 'the', 'white', 'and', 'i', 'may', 'order', 'the', 'black', 'too', 'i', 'am', '5', '4', '130', 'lbs', 'ordered', 'in', 'small', 'the', 'armholes', 'are', 'perfect', 'no', 'gap', 'at', 'all', ',5,1,12', 'general', 'tops', 'knits'] ['10540,1110,70', 'lovely', 'unique', 'dress', 'i', 'really', 'like', 'this', 'dress', 'it', 'does', 'not', 'bother', 'me', 'that', 'it', 'is', 'not', 'lined', 'i', 'feel', 'very', 'feminine', 'wearing', 'it', 'i', 'plan', 'to', 'get', 'a', 'shrug', 'to', 'wear', 'with', 'it.,5,1,0', 'general', 'dresses', 'dresses'] ['10541,1080,37', ',this', 'dress', 'is', 'to', 'die', 'for', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'so', 'pretty', 'and', 'dainty', 'perfect', 'dress', 'for', 'a', 'wedding.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10542,1080,53', 'better', 'in', 'person', 'this', 'dress', 'is', 'gorgeous', 'it', 'is', 'better', 'in', 'person', 'than', 'online', 'i', 'love', 'the', 'detail', 'of', 'the', 'pleats', 'and', 'the', 'waist', 'it', 'is', 'light', 'weight', 'and', 'perfectly', 'lines', 'and', 'a', 'beautiful', 'dress', 'for', 'twirling', 'with', 'a', 'martini', 'in', 'hand', 'in', 'fact', 'my', 'sister', 'tried', 'to', 'steal', 'it', 'from', 'during', 'a', 'recent', 'trip', 'to', 'europe', 'it', 'is', 'that', 'adorable', 'and', 'flattering', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10543,833,45', 'gorgeous', 'top', 'with', 'the', 'right', 'bra', 'or', 'lack', 'thereof', 'this', 'top', 'is', 'so', 'pretty', 'even', 'better', 'in', 'person', 'it', "'s", 'made', 'really', 'well', 'and', 'i', 'love', 'that', 'it', "'s", 'washable', 'i', 'did', 'have', 'some', 'initial', 'reservations', 'with', 'the', 'fit', 'i', "'m", 'petite', 'and', 'small', 'chested', 'so', 'i', 'typically', 'like', 'to', 'wear', 'a', 'bra', 'to', 'get', 'a', 'bit', 'of', 'extra', "'help", 'but', 'with', 'the', 'way', 'this', 'top', 'is', 'cut', 'swingy', 'and', 'slightly', 'bell', 'shaped', 'i', 'found', 'that', 'wearing', 'a', 'bra', 'even', 'one', 'with', 'light', 'foam', 'cups', 'not', 'even', 'pushup', 'was', 'making', 'the', 'shape', 'of', 'the', 'top', 'look', 'really', 'weird', 'once', 'i', 'took', 'off', 'the', 'bra', 'the', 'top', 'actually', 'looked', 'great', 'i', 'got', ',5,1,0', 'general', 'tops', 'blouses'] ['10544,860,27', 'beautiful', 'top', 'but', 'large', 'arm', 'holes', 'i', 'loved', 'everything', 'about', 'this', 'shirt', 'except', 'the', 'harm', 'holes', 'are', 'oddly', 'large', 'i', 'tried', 'on', 'a', 'medium', 'and', 'the', 'arm', 'holes', 'were', 'very', 'large', 'so', 'i', 'thought', 'a', 'small', 'would', 'fit', 'better', 'but', 'it', 'did', "n't", 'the', 'fabric', 'is', 'beautiful', 'and', 'the', 'diamond', 'pattern', 'looks', 'amazing', 'up', 'close', 'but', 'i', 'decided', 'to', 'return', 'the', 'top', 'because', 'the', 'arm', 'holes', 'just', 'stuck', 'out', 'so', 'awkwardly', ',3,0,1', 'general', 'tops', 'knits'] ['10545,1135,44', 'simple', 'elegant', 'you', 'just', 'ca', "n't", 'go', 'wrong', 'with', 'a', 'perfect', 'white', 'top', 'i', "'m", 'usually', 'xs', 'or', 's', 'and', 'got', 'this', 'top', 'in', 'xs', 'the', 'fit', 'is', 'perfect', 'the', 'bottom', 'is', 'a', 'very', 'subtle', 'bubble', 'hem', 'that', 'you', 'ca', "n't", 'really', 'see', 'in', 'the', 'picture', 'the', 'top', 'is', 'boxy', 'but', 'not', 'too', 'overwhelming', 'since', 'the', 'proportions', 'are', 'just', 'right', 'thesis', 'a', 'great', 'transitional', 'top', 'that', 'will', 'go', 'with', 'skinny', 'jeans', 'pencil', 'skirts', 'or', 'even', 'a', 'pair', 'of', 'utility', 'pants', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', ',5,1,1', 'general', 'trend', 'trend'] ['10546,1110,51', 'a', 'monet', 'painting', 'the', 'fabric', 'and', 'cut', 'of', 'the', 'dress', 'is', 'beautiful', 'i', 'am', 'writing', 'a', 'review', 'so', 'i', 'can', 'share', 'my', 'experience', 'regarding', 'size', 'i', 'ordered', 'the', 'dress', 'in', 'size', '2', 'my', 'normal', 'size', 'for', 'this', 'designer', 'it', 'fit', 'ok', 'but', 'was', 'a', 'little', 'large', 'in', 'the', 'bust', 'area', 'for', 'reference', 'i', 'am', 'a', '34', 'a.', 'i', 'i', 'returned', 'it', 'and', 'ordered', 'a', 'size', '0', 'which', 'fits', 'perfectly', ',5,1,4', 'general', 'dresses', 'dresses'] ['10547,833,26', 'my', 'newest', 'go', 'to', 'i', 'love', 'love', 'love', 'this', 'top', 'the', 'color', 'is', 'beautiful', 'a', 'pinkish-orange', 'about', 'exactly', 'how', 'it', 'looks', 'online', 'it', 'is', 'soft', 'and', 'light', 'weight', 'for', 'summers', 'it', 'does', 'run', 'a', 'little', 'big', 'i', 'debated', 'between', 'a', '0', 'and', 'a', '2', 'and', 'ended', 'up', 'with', 'a', '2', 'i', "'m", 'almost', '5', '7', 'and', '130lbs', 'for', 'reference', 'it', 'wings', 'out', 'on', 'the', 'sides', 'at', 'first', 'once', 'i', 'steamed', 'it', 'at', 'home', 'and', 'relaxed', 'the', 'fabric', 'a', 'bit', 'it', 'draped', 'nicely', 'so', 'do', "n't", 'let', 'that', 'turn', 'you', 'off', 'from', 'it', 'when', 'trying', 'it', 'on', 'part', 'of', 'the', 'design', 'is', 'cut', 'out', 'through', 'out', 'as', 'a', 'warning', ',5,1,18', 'general', 'tops', 'blouses'] ['10548,1028,41', 'new', 'favorite', 'jeans', 'these', 'jeans', 'are', 'very', 'comfortable', 'with', 'the', 'higher', 'waist', 'they', 'have', 'a', 'slight', 'stretch', 'and', 'keep', 'their', 'shape', 'i', 'also', 'like', 'that', 'the', 'inside', 'is', 'a', 'darker', 'color', 'which', 'looks', 'good', 'when', 'rolled', 'up', ',5,1,3', 'general', 'bottoms', 'jeans'] ['10549,860,30', 'wear', 'this', 'tank', 'anywhere', 'i', 'love', 'this', 'tank', 'top', 'i', 'was', 'looking', 'for', 'a', 'mockneck', 'tank', 'for', 'a', 'while', 'and', 'this', 'totally', 'fit', 'the', 'bill', 'i', 'wear', 'it', 'to', 'work', 'and', 'out', 'and', 'feel', 'great', 'in', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['10550,860,63', 'huuuuuuge', 'armholes', 'beautiful', 'top', 'marred', 'only', 'by', 'the', 'armholes', 'i', 'tried', 'a', 'small', 'and', 'a', 'medium', 'but', 'alas', 'my', 'bra', 'showed', 'under', 'the', 'arms', 'i', 'my', 'be', 'overly', 'endowed', 'for', 'this', 'top', 'but', 'the', 'way', 'it', 'cuts', 'you', 'would', 'have', 'to', 'be', 'braless', 'to', 'wear', 'it', 'not', 'for', 'me', 'but', 'wish', 'it', 'worked', 'it', 'is', 'really', 'pretty', ',3,1,5', 'general', 'tops', 'knits'] ['10551,254,27', 'i', 'am', '5', '4', 'a', 'size', '8-10', 'size', '29/30', 'and', 'my', 'figure', 'is', 'apple-ish', 'i', 'ca', "n't", 'pull', 'off', 'peplum', 'tops', 'because', 'they', 'are', 'too', 'tight', 'for', 'my', 'shape', 'and', 'they', 'flare', 'out', 'at', 'an', 'unflattering', 'spot', 'all', 'of', 'those', 'rules', 'go', 'out', 'the', 'window', 'with', 'this', 'tankini'] [] ['first', 'swimsuits', 'are', 'supposed', 'to', 'be', 'tight', 'so', 'that', 'problem', 'is', 'eliminated', 'right', 'away'] ['second', 'the', 'flare-out', 'is', 'perfect', 'for', 'women', 'that', 'want', 'to', 'hide', 'their', 'tummies', 'i', 'do', "n't", 'like', 'how', 'swimsuits', 'are', 'generally', 'tight', 'in', 'the', 'tummy', 'that', "'s", 'the', 'area', 'that', 'i', "'d", 'like', 'to', 'hide', 't', ',5,1,28', 'initmates', 'intimate', 'swim'] ['10552,1022,26', 'so', 'comfy', 'my', 'favorite', 'pair', 'of', 'ags', 'i', 'normally', 'wear', 'sz26', 'but', 'i', 'have', 'awkward', 'proportions', 'when', 'it', 'comes', 'to', 'finding', 'jeans', 'that', 'are', 'actually', 'ankle', 'length', 'on', 'me', 'i', 'orders', 'these', 'in', 'a', 'petite', 'and', 'went', 'a', 'size', 'up', 'to', 'be', 'safe', 'it', 'does', "n't", 'seem', 'like', 'they', "'ve", 'stretch', 'out', 'any', 'and', 'they', 'fit', 'exactly', 'how', 'i', 'want', 'i', 'love', 'the', 'dark', 'wash', 'bc', 'they', 'can', 'be', 'both', 'dressed', 'up', 'and', 'down', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10553,833,56', 'beautiful', 'but', 'wide', 'i', 'see', 'other', 'reviewers', 'are', 'like', 'me', 'we', 'are', 'wondering', 'why', 'antho', 'has', 'so', 'many', 'waistless', 'big', 'flowy', 'tops', 'please', 'more', 'tops', 'with', 'a', 'defined', 'waist', 'please'] ['i', 'love', 'this', 'top', 'it', "'s", 'a', 'gorgeous', 'color', 'and', 'a', 'lot', 'of', 'work', 'to', 'it', 'very', 'retro', 'antho', 'not', 'just', 'a', 't-shirt', 'like', 'so', 'many', 'are', 'these', 'days', 'to', 'my', 'delight', 'it', 'runs', 'large', 'i', 'usually', 'wear', 'a', '14', 'or', '16', 'but', 'the', 'store', 'had', 'a', '12', 'in', 'the', 'sale', 'room', 'and', 'not', 'only', 'did', 'it', 'fit', 'but', 'i', 'plan', 'to', 'have', 'my', 'seamstress', 'taper', 'the', 'waistline', 'and', 'cut', 'off', 'the', 'wings', 'that', 'flare', 'off', 'on', 't', ',4,1,1', 'general', 'tops', 'blouses'] ['10554,1074,56', 'the', 'perfect', 'red', 'dress', 'i', 'have', 'been', 'searching', 'my', 'entire', 'marriage', '11', 'years', 'for', 'the', 'perfect', 'christmas', 'and', 'valentine', "'s", 'day', 'dress', 'it', 'had', 'to', 'be', 'red', 'it', 'had', 'to', 'be', 'the', 'right', 'red', 'and', 'it', 'had', 'to', 'be', 'my', 'style', 'there', 'were', 'several', 'i', 'saw', 'over', 'the', 'years', 'that', 'were', 'either', 'too', 'burgundy', 'or', 'too', 'matronly', 'when', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'my', '11-year', 'search', 'was', 'over', 'this', 'is', 'the', 'most', 'beautiful', 'and', 'elegant', 'red', 'special-occasion', 'dress', 'i', 'have', 'ever', 'seen', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'for', 'christmas', 'i', 'think', 'retailer', 'should', 'have', 'reordered', 'thi', ',5,1,4', 'general', 'dresses', 'dresses'] ['10555,1022,36', 'great', 'fit', 'ag', 'jeans', 'are', 'the', 'only', 'brand', 'that', 'fit', 'my', 'body', 'type', 'for', 'reference', 'i', "'m", '5', '4', 'short-waisted', 'with', 'larger', 'athletic', 'thighs', 'smaller', 'waist', 'bigger', 'behind', 'or', 'pear-shaped', 'and', 'shorter', 'legs', 'this', 'is', 'first', 'time', 'i', 'did', "n't", 'have', 'to', 'cut', 'off', 'several', 'inches', 'in', 'length', 'though', 'i', 'may', 'need', 'to', 'hem', 'a', 'few', 'inches', 'as', 'these', 'jeans', 'hit', 'right', 'below', 'ankle', 'not', 'above', 'like', 'model', 'photo', 'i', 'usually', 'wear', 'a', '29', 'in', 'ag', 'but', 'went', 'up', 'one', 'size', 'based', 'on', 'other', 'reviewers', 'comments', 'ag', 'jeans', 'are', 'worth', 'the', 'price', 'great', 'quality', 'and', 'made', 'in', 'the', ',5,1,4', 'general', 'bottoms', 'jeans'] ['10556,254,32', 'this', 'product', 'fits', 'well', 'i', 'love', 'this', 'top', 'it', "'s", 'so', 'hard', 'for', 'me', 'to', 'find', 'conservative', 'comfortable', 'and', 'yet', 'not', 'mom-isn', 'swimsuits', 'this', 'top', 'is', 'amazing', 'it', "'s", 'comfortable', 'and', 'soft', 'and', 'great', 'quality', 'i', "'m", 'excited', 'to', 'use', 'this', 'suit', 'this', 'season', ',5,1,1', 'initmates', 'intimate', 'swim'] ['10557,574,60', 'looks', 'nothing', 'like', 'the', 'photo', 'very', 'poorly', 'made-', 'wide', 'and', 'short', 'very', 'unflattering', 'the', 'material', 'is', 'advertised', 'as', 'cotton', 'but', 'it', 'felt', 'very', 'synthetic', ',1,0,3', 'initmates', 'intimate', 'layering'] ['10558,860,40', 'loved', 'the', 'style', 'but', 'was', 'too', 'short', 'on', 'me', 'i', 'loved', 'the', 'pattern', 'color', 'and', 'mock', 'turtleneck', 'style', 'of', 'this', 'top', 'but', 'it', 'was', 'just', 'too', 'short', 'on', 'me', 'i', 'purchased', 'the', 'xs', 'in', 'the', 'ivory', 'color', 'i', 'am', '5', '5', '32d', '110', 'lbs', 'for', 'reference', 'i', 'had', 'planned', 'to', 'layer', 'this', 'under', 'jackets', 'for', 'work', 'but', 'every', 'time', 'i', 'raised', 'my', 'arms', 'you', 'could', 'see', 'my', 'stomach', 'i', 'would', 'not', 'have', 'felt', 'comfortable', 'wearing', 'it', 'to', 'work', 'because', 'of', 'this', 'the', 'fit', 'was', 'slightly', 'boxy', 'also', 'and', 'it', 'was', 'not', 'flattering', 'when', 'i', 'tucked', 'it', 'into', 'a', 'skirt', 'because', 'the', 'boxy', 'shape', 'caused', 'the', 'shirt', 'to', 'bunch', 'up', 's', ',3,1,0', 'general', 'tops', 'knits'] ['10559,1080,34', 'beautiful', 'flowy', 'dress', 'i', 'purchased', 'this', 'dress', 'in', 'yellow', 'in', 'a', 'size', '8', 'and', '10', 'since', 'i', "'m", 'between', 'sizes', 'and', 'the', '8', 'fits', 'like', 'a', 'dream', 'i', 'love', 'this', 'dress', 'it', "'s", 'a', 'nice', 'length', 'hitting', 'just', 'below', 'my', 'knees', 'and', 'i', 'can', 'pull', 'off', 'strappy', 'sandals', 'as', 'well', 'as', 'wedge', 'heels', 'and', 'it', 'all', 'looks', 'great', 'i', 'also', 'like', 'that', 'the', 'top', 'is', 'situated', 'so', 'that', 'i', 'can', 'wear', 'a', 'regular', 'bra', 'with', 'it', 'i', 'was', 'concerned', 'that', 'the', 'pleats', 'would', 'look', 'tacky', 'in', 'person', 'but', 'they', 'give', 'the', 'dress', 'a', 'nice', 'amount', 'of', 'movement', 'and', 'swing', 'highly', 'recommend', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10560,1110,24', ',so', 'much', 'prettier', 'in', 'person', 'beautiful', 'colors', 'matched', 'together', 'so', 'light', 'and', 'relaxing', 'love', 'at', 'first', 'sight', ',5,1,5', 'general', 'dresses', 'dresses'] ['10561,1022,33', 'as', 'always', 'these', 'ag', 'stevies', 'are', 'perfect', 'i', 'was', 'worried', 'they', 'would', 'run', 'small', 'but', 'they', 'are', 'true', 'to', 'size', 'on', 'me', 'i', "'m", 'about', '5', '2', 'and', 'ordered', 'the', 'petite', 'length', 'and', 'the', 'length', 'looks', 'like', 'the', 'model', 'on', 'me', 'just', 'above', 'the', 'ankles', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10562,909,48', 'pretty', 'and', 'lightweight.', 'very', 'pretty', 'and', 'a', 'nice', 'fit', 'lighter', 'weight', 'than', 'i', 'expected', 'at', 'this', 'price', 'but', 'as', 'long', 'as', 'it', 'holds', 'up', 'i', "'ll", 'be', 'happy.,5,1,4', 'general', 'tops', 'fine', 'gauge'] ['10563,1080,30', 'might', 'work', 'for', 'narrow', 'hips', 'this', 'dress', 'is', 'very', 'pretty', 'colorwise', 'but', 'the', 'fit', 'did', 'not', 'work', 'for', 'me', 'i', 'could', 'see', 'this', 'working', 'on', 'girls', 'with', 'narrow', 'hips', 'but', 'it', 'did', "n't", 'flatter', 'my', 'narrow', 'waist/wide', 'hip', 'frame', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10564,929,62', 'stylish', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'sweater', 'might', 'swallow', 'you', 'up', 'unless', 'you', 'are', 'tall', 'it', "'s", 'soft', 'not', 'itchy', 'well', 'made', 'comfy', 'and', 'stylish', 'i', 'want', 'it', 'to', 'get', 'cold', 'out', 'so', 'i', 'can', 'wear', 'it', ',5,1,2', 'general', 'tops', 'sweaters'] ['10565,1080,58', ',beautiful', 'and', 'high', 'quality', 'unfortunately', 'it', 'made', 'me', 'look', 'top-heavy', 'i', 'am', 'a', '36dd', '.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10566,860,61', 'who', 'was', 'the', 'petite', 'fit', 'model', 'for', 'this', 'i', 'wanted', 'to', 'love', 'this', 'so', 'much', 'that', 'i', 'ordered', 'in', 'both', 'a', 'mp', 'and', 'sp', 'both', 'have', 'gone', 'back', 'i', "'m", 'petite', 'and', 'curvy', 'particularly', 'on', 'top', 'i', 'wear', 'petites', '90', 'of', 'the', 'time', 'this', 'did', "n't", 'fit', 'like', 'a', 'petite', 'it', 'was', 'cut', 'like', 'full', 'size', 'in', 'every', 'way', 'particularly', 'the', 'arm', 'holes', 'and', 'length', 'when', 'the', 'mp', 'did', "n't", 'fit', 'i', 'always', 'start', 'trying', 'on', 'in', 'the', 'larger', 'size', 'i', 'thought', 'well', 'surely', 'the', 'small', 'will', 'be', 'better', 'i', 'considered', 'keeping', 'because', 'i', 'would', 'wear', 'it', 'with', 'jackets', 'over', 'it', 'then', 'decided', 'that', 'was', 'crazy', 'disappoin', ',2,0,5', 'general', 'tops', 'knits'] ['10567,860,54', 'this', 'product', 'runs', 'too', 'small.', 'thought', 'i', 'would', 'love', 'this', 'product', 'but', 'i', 'had', 'to', 'return', 'it', 'the', 'fabric', 'and', 'design', 'were', 'very', 'nice', 'but', 'the', 'length', 'was', 'very', 'short', 'and', 'the', 'neck', 'too', 'tight', 'i', 'ordered', 'a', 'xxsp', 'which', 'is', 'usually', 'the', 'size', 'i', 'get', 'if', 'i', 'had', 'known', 'i', 'would', 'have', 'ordered', 'a', 'regular', 'xxs', 'not', 'sure', 'if', 'this', 'would', 'have', 'solved', 'the', 'problem', 'might', 'be', 'worth', 'going', 'to', 'the', 'store', 'to', 'try', ',3,1,1', 'general', 'tops', 'knits'] ['10568,1110,40', ',great', 'dress', 'bit', 'see', 'through', 'on', 'the', 'skirt', 'need', 'to', 'wear', 'slip', 'with', 'it.,4,1,0', 'general', 'dresses', 'dresses'] ['10569,929,38', 'great', 'fall', 'piece', 'i', 'bought', 'the', 'holly', 'color', 'which', 'appears', 'almost', 'granite/slate', 'color', 'in', 'natural', 'light', 'overall', 'great', 'transitional', 'sweater', 'piece', 'for', 'fall', 'i', "'m", 'considering', 'exchanging', 'it', 'for', 'an', 'xs', 'since', 'the', 's', 'seems', 'a', 'bit', 'large', 'comfy/cozy', 'yet', 'breathable', ',4,1,0', 'general', 'tops', 'sweaters'] ['10570,1110,39', 'gorgeous', 'print', 'great', 'job', 'from', 'the', 'fabricators', 'in', 'creating', 'such', 'a', 'gorgeous', 'print', 'on', 'light-as-air', 'silk', 'i', "'m", 'so', 'happy', 'with', 'the', 'dress', 'and', 'can', 'stare', 'at', 'it', 'for', 'hours', 'that', "'s", 'how', 'pretty', 'it', 'is', 'the', 'fit', 'is', 'perfect', 'on', 'me', 'and', 'disguised', 'my', 'figure', 'flaws', 'since', 'it', "'s", 'an', 'a-line', 'skirt', 'that', 'does', "n't", 'cling', 'yes', 'the', 'skirt', 'is', 'sheer', 'and', 'unlined', 'and', 'for', 'the', 'price', 'a', 'slip', 'should', 'have', 'been', 'included', 'fortunately', 'i', 'own', 'a', 'silky', 'half', 'slip', 'that', 'complements', 'nicely', 'i', "'m", 'a', 'top', 'heavy', '36dd', 'large', 'rib', 'cage', '140', 'with', 'a', 'square', 'waist', 'and', 'no', 'hips', 'and', ',5,1,3', 'general', 'dresses', 'dresses'] ['10571,1080,39', 'very', 'femme', 'i', 'love', 'tracy', 'reese', 'designs', 'because', 'they', 'are', 'so', 'feminine', 'and', 'figure', 'flattering', 'this', 'dress', 'almost', 'hits', 'the', 'target', 'it', "'s", 'just', 'a', 'bit', 'off', 'on', 'the', 'bodice', 'especially', 'at', 'the', 'back', 'and', 'sides', 'the', 'pleating', 'balloons', 'out', 'too', 'much', 'i', "'m", 'sure', 'a', 'little', 'tailoring', 'will', 'fix', 'this', 'it', "'s", 'up', 'to', 'the', 'buyer', 'if', 'that', "'s", 'worth', 'the', 'money', 'to', 'do', 'it', 'for', 'myself', 'i', "'m", 'just', 'wearing', 'a', 'thin', 'cropped', 'cardi', 'to', 'hide', 'the', 'billow', 'since', 'petite', 'was', 'sold', 'out', 'i', 'took', 'a', 'regular', 'size', '8', 'which', 'is', 'the', 'smaller', 'of', 'my', 'size', 'range', 'the', 'length', 'makes', 'this', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10572,860,30', 'love', 'the', 'top', 'i', 'love', 'this', 'top', 'so', 'much', 'that', 'i', 'ordered', 'it', 'in', 'second', 'color', 'it', 'is', 'shorter', 'but', 'still', 'works', 'with', 'skirts', 'and', 'pants', 'the', 'material', 'is', 'a', 'fun', 'texture', 'i', 'did', "n't", 'have', 'any', 'problems', 'with', 'the', 'arm', 'holes', 'but', 'this', 'may', 'be', 'due', 'to', 'being', 'less', 'full', 'in', 'the', 'bust', 'area', ',5,1,0', 'general', 'tops', 'knits'] ['10573,929,46', 'a', 'new', 'wardrobe', 'staple', 'love', 'this', 'sweater', 'i', 'purchased', 'both', 'the', 'green', 'and', 'gray', 'versions', 'and', 'will', 'wear', 'them', 'constantly', 'this', 'winter', 'although', 'some', 'reviews', 'were', 'critical', 'of', 'the', 'feel', 'of', 'the', 'yarn', 'i', 'do', 'not', 'find', 'this', 'to', 'be', 'a', 'problem', 'so', 'happy', 'with', 'these', 'products', 'for', 'reference', 'to', 'size', 'i', 'bought', 'the', 'm', 'and', 'am', "5'11", 'the', 'sweater', 'hits', 'me', 'exactly', 'where', 'it', 'does', 'on', 'the', 'model', ',5,1,1', 'general', 'tops', 'sweaters'] ['10574,860,59', 'love', 'the', 'fit', 'i', 'purchased', 'a', 'medium', 'and', 'like', 'the', 'room', 'it', 'gives', 'not', 'snug', 'against', 'my', 'body', 'the', 'waistline', 'cut', 'is', 'my', 'favorite', 'purchased', 'three', 'colors', 'black', 'white', 'and', 'mustard', 'all', 'are', 'very', 'flattering', 'for', 'my', 'age', '60', 'and', 'i', 'wear', 'with', 'my', 'skinny', 'jeans', ',5,1,0', 'general', 'tops', 'knits'] ['10575,929,44', 'chunky/cute', 'this', 'is', 'a', 'chunky', 'boxy', 'sweater', 'it', 'runs', 'big', 'the', 'pictures', 'do', "n't", 'really', 'show', 'how', 'over', 'sized', 'the', 'cowl', 'neck', 'is', 'i', 'love', 'it', 'and', 'think', 'it', 'looks', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings', 'but', 'the', 'over-sized', 'shape', 'might', 'not', 'work', 'with', 'every', 'body', 'type', ',4,1,5', 'general', 'tops', 'sweaters'] ['10576,1080,43', 'yay', 'this', 'is', 'such', 'a', 'flattering', 'easy', 'to', 'wear', 'dress', 'i', 'am', 'a', 'size', '6', 'with', 'a', '32g', 'bust', 'and', 'this', 'dress', 'fits', 'me', 'perfectly', 'so', 'if', 'you', "'re", 'busty', 'this', 'should', 'work', 'for', 'you', 'too', 'soft', 'flowy', 'feminine', 'looking', 'forward', 'to', 'warm', 'weather', ',5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['10577,1080,61', 'absolutely', 'adore', 'the', 'simplicity', 'and', 'style', 'of', 'this', 'dress', 'dress', 'is', 'quite', 'flowy', 'the', 'fabric', 'under', 'the', 'pleats', 'is', 'very', 'soft', 'making', 'is', 'quite', 'comfortable', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10578,254,31', 'size', 'l', 'is', 'true', 'to', 'size', 'and', 'flattering', 'swimsuit', 'shopping', 'can', 'be', 'the', 'worst', 'it', "'s", 'difficult', 'to', 'find', 'bathing', 'suits', 'that', 'fit', 'well', 'and', 'are', 'flattering', 'this', 'swim', 'top', 'is', 'a', 'winner', 'the', 'straps', 'are', 'comfortable', 'and', 'the', 'scoop', 'in', 'the', 'front', 'was', 'not', 'too', 'low', 'for', 'a', '36d', 'cup', 'the', 'best', 'part', 'is', 'the', 'higher', 'back', 'a', 'lot', 'of', 'swimwear', 'dips', 'in', 'the', 'back', 'but', 'this', 'does', 'not', 'read', 'eliminates', 'the', 'dreaded', 'back', 'fat', 'my', 'only', 'concern', 'was', 'that', 'it', 'is', "n't", 'super', 'supportive', 'for', 'larger', 'busts', 'but', 'i', "'m", 'keeping', 'it', 'because', 'i', 'love', 'the', 'straps', 'and', 'how', 'it', 'flatters', 'overall', 'this', 'wou', ',5,1,2', 'initmates', 'intimate', 'swim'] ['10579,1080,50', 'beautiful', 'this', 'dress', 'has', 'a', 'marilyn', 'feel', 'to', 'it', 'felt', 'like', 'a', 'dream', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10580,1080,34', 'ah-mazing', 'dress', 'just', 'bought', 'this', 'for', 'easter', 'and', 'it', 'fits', 'beautifully', 'not', 'only', 'is', 'the', 'cut', 'very', 'flattering', 'but', 'the', 'colors', 'and', 'fabric', 'are', 'perfect', 'for', 'spring', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10581,1080,49', 'gorgeous', 'on', 'anyone', 'as', 'long', 'as', 'you', 'are', "n't", 'pale', 'the', 'cut', 'of', 'this', 'dress', 'is', 'designed', 'for', 'any', 'figure', 'the', 'back', 'hem', 'sweeps', 'as', 'you', 'walk', 'and', 'the', 'pleats', 'prevent', 'the', 'material', 'clinging', 'to', 'places', 'you', 'want', 'to', 'downplay', 'such', 'as', 'bulges', 'even', 'flat', 'chested', 'women', 'can', 'look', 'curvy', 'and', 'lovely', 'in', 'this', 'dress', 'only', 'downside', 'if', 'any', 'is', 'the', 'lavender', 'coloring', 'which', 'does', "n't", 'do', 'much', 'for', 'impact', 'if', 'you', 'are', 'pale', 'skinned', 'and', 'fair', 'i', "'m", 'blonde', 'and', 'while', 'i', 'got', 'lots', 'of', 'compliments', 'on', 'the', 'becoming', 'flow', 'of', 'the', 'dress', 'even', 'i', 'can', 'see', 'it', 'does', "n't", 'say', 'wow', 'because', 'i', 'kind', 'of', 'fade', 'away', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10582,1022,59', 'perfection', 'i', 'am', 'a', 'huge', 'fan', 'of', 'ag', 'stevie', 'ankles', 'and', 'own', 'at', 'least', 'a', 'dozen', 'pair', 'i', 'am', '5', '4', 'so', 'this', 'style', 'is', 'perfect', 'for', 'me', 'this', 'particular', 'wash', 'is', 'a', 'fantastic', 'and', 'flattering', 'fit', 'it', 'hits', 'right', 'above', 'my', 'ankle', 'and', 'fits', 'beautifully', 'through', 'the', 'hips', 'and', 'legs', 'i', 'am', 'going', 'to', 'buy', 'a', '2nd', 'pair', 'as', 'i', 'know', 'i', 'will', 'be', 'wearing', 'these', 'all', 'the', 'time', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10583,1080,64', 'ca', "n't", 'wait', 'for', 'warmer', 'weather', 'this', 'is', 'the', 'second', 'of', 'the', 'new', 'dress', 'batch', 'i', 'have', 'purchased', 'and', 'it', 'is', 'lovely', 'this', 'catalog', 'shot', 'does', 'not', 'do', 'it', 'justice'] [] ['the', 'colors', 'are', 'brighter', 'but', 'not', 'neon', 'lots', 'of', 'indigo', 'and', 'coral', 'there', 'is', 'a', 'tad', 'of', 'yellow', 'the', 'bodice', 'makes', 'my', 'aa', 'size', 'look', 'much', 'more', 'the', 'bodice', 'fits', 'me', 'perfectly', 'as', 'the', 'top', 'pleating', 'is', 'flat', 'the', 'v', 'neck', 'is', 'just', 'right', 'not', 'too', 'low', 'and', 'the', 'back', 'is', 'even', 'prettier'] [] ['the', 'dress', 'just', 'fell', 'gracefully', 'out', 'of', 'the', 'package', 'without', 'a', 'wrinkle', 'and', 'without', 'a', 'mussed', 'pleat', 'that', 'was', 'a', 'sh', ',5,1,65', 'general', 'dresses', 'dresses'] ['10584,254,35', ',,4,1,0', 'initmates', 'intimate', 'swim'] ['10585,895,32', 'great', 'shirt', 'for', 'work', 'this', 'top', 'is', 'really', 'comfortable', 'but', 'dressy', 'enough', 'for', 'a', 'business/casual', 'office', 'the', 'fit', 'is', 'nice', 'and', 'loose', 'without', 'making', 'you', 'look', 'larger', 'than', 'you', 'are', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'every', 'time', 'i', 'wear', 'this.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['10586,1080,37', 'perfect', 'summer', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'perfect', 'for', 'a', 'wedding', 'brunch', 'with', 'friends', 'or', 'even', 'work', 'it', 'is', 'beautifully', 'made', 'and', 'is', 'comfortable', 'i', 'have', 'it', 'in', 'the', 'yellow', 'colorway', 'but', 'i', 'am', 'tempted', 'to', 'go', 'back', 'and', 'purchase', 'it', 'in', 'the', 'purple', 'colorway', 'as', 'well', ',5,1,0', 'general', 'dresses', 'dresses'] ['10587,1080,39', 'elegant', 'this', 'dress', 'is', 'much', 'prettier', 'in', 'person', 'colors', 'are', 'more', 'vibrant', 'and', 'do', "n't", 'need', 'to', 'iron', 'the', 'neckline', 'was', 'too', 'low', 'for', 'me', 'so', 'wore', 'a', 'light', 'purple', 'cami', 'underneath', 'which', 'matched', 'the', 'purplish', 'shade', 'of', 'the', 'dress', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['10588,1022,26', 'fit', 'like', 'a', 'dream', 'these', 'are', 'a', 'perfect', 'staple', 'piece', 'you', 'can', 'dress', 'them', 'up', 'or', 'down', 'and', 'they', "'re", 'insanely', 'comfortable', 'even', 'if', 'you', 'hold', 'a', 'lot', 'of', 'your', 'weight', 'in', 'your', 'butt', 'and', 'thighs', 'like', 'i', 'do', 'i', 'feel', 'like', 'these', 'pants', 'do', 'such', 'a', 'nice', 'job', 'of', 'being', 'form-fitting', 'and', 'flattering', 'without', 'squeezing', 'the', 'life', 'out', 'of', 'you', 'i', 'have', 'always', 'loved', 'any', 'and', 'all', 'retailer', 'pants', 'in', 'this', 'style', 'because', 'they', 'just', 'fit', 'so', 'well', 'and', 'last', 'a', 'really', 'long', 'time', 'i', 'will', 'continue', 'to', 'buy', 'these', 'for', 'many', 'many', 'years', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10589,929,45', 'cozy', 'love', 'the', 'color', 'of', 'this-', 'a', 'rich', 'dark', 'green-', 'it', 'is', 'super', 'cozy', 'and', 'perfect', 'to', 'throw', 'a', 'long', 'sleeved', 'shirt', 'under-', 'it', 'is', 'roomy', 'not', 'fitted', 'i', 'ordered', 'a', 'small', 'then', 'thought', 'i', 'should', 'have', 'ordered', 'an', 'xs', 'so', 'then', 'i', 'ordered', 'an', 'xs', 'as', 'well', 'i', 'go', 'between', 'xs', 'and', 'small', 'but', 'because', 'this', 'is', 'not', 'fitted', 'the', 'xs', 'is', 'perfect', 'material', 'is', 'nice-', 'soft', 'and', 'super', 'cozy', ',5,1,2', 'general', 'tops', 'sweaters'] ['10590,1110,28', 'beautiful.', 'the', 'colors', 'including', 'the', 'deep', 'blue', 'in', 'the', 'background', 'are', 'as', 'vibrant', 'and', 'harmonious', 'in', 'person', 'as', 'you', 'would', 'hope', 'it', 'looks', 'like', 'an', 'oil', 'pastel', 'drawing', 'the', 'print', 'itself', 'is', 'very', 'well', 'done', 'i', "'m", 'so', 'picky', 'about', 'the', 'quality', 'and', 'resolution', 'but', 'even', 'up', 'close', 'every', 'part', 'is', 'beautiful'] [] ['the', 'cut', 'is', 'great', 'it', 'does', "n't", 'show', 'too', 'much', 'of', 'the', 'armpit', 'the', 'straps', 'and', 'sides', 'cover', 'a', 'normal', 'bra', 'and', 'the', 'neckline', 'just', 'shows', 'the', 'collarbones'] [] ['the', 'feel', 'is', 'very', 'light', 'and', 'floaty', 'some', 'sites', 'mislabel', 'the', 'material', 'but', 't', ',5,1,7', 'general', 'dresses', 'dresses'] ['10591,1110,61', 'may', 'be', 'for', 'you', 'but', 'not', 'me', 'this', 'is', 'a', 'lovely', 'dress', 'that', 'i', 'would', 'consider', 'to', 'purchase', 'if', 'the', 'dress', 'is', 'lined', 'and', 'the', 'key', 'hole', 'is', 'not', 'deep', 'tts,3,1,14', 'general', 'dresses', 'dresses'] ['10592,860,55', ',the', 'arm', 'holes', 'are', 'a', 'little', 'large', 'but', 'not', 'to', 'a', 'point', 'i', 'can', 'not', 'deal', 'with', 'them', 'it', 'hits', 'just', 'at', 'the', 'right', 'place', 'on', 'my', 'body', 'and', 'is', 'very', 'flattering', 'i', 'love', 'the', 'print', 'and', 'it', 'is', 'going', 'to', 'be', 'a', 'staple', 'with', 'jackets', 'and', 'alone', ',5,1,0', 'general', 'tops', 'knits'] ['10593,1080,34', 'great', 'dress', 'too', 'big', 'in', 'the', 'chest', 'i', "'m", 'a', 'slightly', 'pear', 'shaped', 'girl', 'a', 'c', 'chest', 'with', 'size', '14', 'hips', 'the', 'dress', 'fit', 'great', 'around', 'my', 'waist', 'and', 'would', 'have', 'been', 'perfect', 'except', 'the', 'space', 'in', 'the', 'chest', 'area', 'was', 'too', 'big', 'it', 'looked', 'odd', 'on', 'me', 'with', 'all', 'the', 'extra', 'fluff', 'in', 'the', 'chest', 'fabric', 'is', 'nice', 'and', 'flowy', 'the', 'dress', 'is', 'lined.,4,1,0', 'general', 'dresses', 'dresses'] ['10594,879,45', 'perfect', 'lightweight', 'sweater', 'for', 'spring', 'i', 'was', "n't", 'sure', 'what', 'to', 'expect', 'when', 'i', 'ordered', 'this', 'but', 'when', 'it', 'arrived', 'i', 'was', 'pleasantly', 'surprised', 'that', 'it', "'s", 'by', 'postmark', 'and', 'has', 'an', 'interesting', 'cut', 'i', 'ordered', 'the', 'xl', 'in', 'the', 'hope', 'that', 'it', 'would', 'be', 'oversized', 'and', 'slouchy', 'it', 'is', 'that', 'and', 'more', 'the', 'lightweight', 'sweater', 'like', 'material', 'is', 'truly', 'perfect', 'for', 'the', 'transition', 'to', 'spring', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'tomorrow', ',5,1,9', 'general', 'tops', 'knits'] ['10595,1009,22', 'sweet', 'and', 'romantic', 'little', 'piece', 'my', 'local', 'retailer', 'had', 'one', 'of', 'these', 'skirts', 'in', 'store', 'presumably', 'a', 'return', 'i', 'was', 'so', 'excited', 'when', 'i', 'found', 'out', 'that', 'it', 'was', 'in', 'my', 'size', 'i', "'m", '5', '7', 'and', 'usually', 'a', '2', 'or', '4', 'at', 'retailer', 'and', 'bought', 'the', '2', 'for', 'reference', 'the', 'skirt', 'is', 'made', 'of', 'a', 'heavy', 'fabric', 'and', 'the', 'pockets', 'are', 'lined', 'with', 'paisley', 'fabric', 'the', 'seams', 'look', 'really', 'sturdy', 'and', 'the', 'skirt', 'moves', 'well', 'it', "'s", 'very', 'cute', 'and', 'super', 'easy', 'to', 'wear', 'i', 'styled', 'it', 'with', 'brown', 'boots', 'an', 'retailer', 'belt', 'and', 'a', 'white', 'button', 'down', 'great', 'for', 'spring/summer', 'xx', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['10596,1068,38', 'great', 'pants', 'these', 'are', 'great', 'casual', 'comfy', 'pants', 'for', 'summer', 'i', "'m", '5', '1', '95lbs', 'usually', 'a', '25', 'or', '26', 'in', 'pants', 'the', 'reg', '25', 'was', 'a', 'better', 'fit', 'than', 'the', '26p', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['10597,879,44', 'go-to', 'throw', 'over', 'anything', 'sweater', 'this', 'is', 'more', 'a', 'sweater', 'than', 'a', 'sweatshirt', 'but', 'it', 'also', 'feels', 'more', 'casual', 'like', 'a', 'sweatshirt', 'i', 'put', 'it', 'on', 'and', 'immediately', 'felt', 'comfortable', 'it', "'s", 'stylish', 'but', 'not', 'frumpy', 'and', 'it', 'will', 'work', 'for', 'me', 'running', 'around', 'town', 'doing', 'errands', 'or', 'going', 'out', 'for', 'a', 'casual', 'lunch', 'or', 'dinner', 'it', "'s", 'a', 'perfect', 'weight', 'sweater', 'to', 'throw', 'on', 'in', 'the', 'cool', 'cali', 'evenings', ',4,1,19', 'general', 'tops', 'knits'] ['10598,1025,35', 'lovely', 'jeans', 'lovely', 'jeans', 'love', 'the', 'details', 'in', 'the', 'cuff', 'bottoms', 'the', 'front', 'of', 'the', 'jeans', 'the', 'relaxed', 'boyfriend', 'part', 'was', 'just', 'too', 'relaxed', 'for', 'me', 'too', 'much', 'material', 'there', 'that', 'it', 'was', 'unflattering', 'otherwise', 'cute', ',3,1,0', 'general', 'bottoms', 'jeans'] ['10599,284,36', ',,1,0,0', 'initmates', 'intimate', 'intimates'] ['10600,862,37', 'neck', 'tight', 'this', 'is', 'a', 'very', 'pretty', 'color', 'loved', 'the', 'flow', 'and', 'the', 'length', 'of', 'this', 'top', 'however', 'the', 'neck', 'hole', 'seemed', 'too', 'small', 'for', 'the', 'top', 'all', 'the', 'embroidering', 'is', 'at', 'the', 'neck', 'and', 'makes', 'that', 'part', 'very', 'stiff', 'going', 'back,3,1,2', 'general', 'petite', 'tops', 'knits'] ['10601,1009,35', 'perfect', 'everyday', 'skirt', 'i', 'was', "n't", 'sure', 'what', 'size', 'to', 'get', 'in', 'this', 'and', 'how', 'it', 'would', 'fit', 'since', 'there', 'were', "n't", 'any', 'reviews', 'but', 'i', 'ordered', 'it', 'in', 'a', 'size', '10', 'and', 'it', 'fits', 'really', 'well', 'i', 'usually', 'get', 'dresses', 'in', 'a', 'size', '8', 'but', 'those', 'flow', 'a', 'bit', 'more', 'and', 'this', 'on', 'my', 'waist', 'am', 'curvy', 'on', 'bottom', 'i', 'needed', 'to', 'get', 'the', '10', 'it', 'sits', 'well', 'on', 'my', 'waist', 'and', 'i', 'do', "n't", 'have', 'to', 'hike', 'it', 'up', 'the', 'material', 'is', 'chino', 'like', 'so', 'it', 'does', 'get', 'a', 'bit', 'wrinkled', 'but', 'it', 'has', 'a', 'nice', 'weight', 'and', 'the', 'pleats', 'give', 'it', 'a', 'pretty', 'flow', 'not', 'too', 'boxy', 'making', 'my', 'hips', 'look', 'bigger', 'it', 'has', 'bel', ',4,1,6', 'general', 'petite', 'bottoms', 'skirts'] ['10602,1086,33', 'great', 'color', 'and', 'length', 'love', 'this', 'tunic', 'very', 'comfortable', 'and', 'a', 'perfect', 'length', 'to', 'the', 'knee', 'i', 'wore', 'it', 'to', 'a', 'birthday', 'party', 'with', 'brown', 'booties', 'the', 'green', 'moss', 'color', 'is', 'perfect', 'for', 'the', 'fall', 'in', 'new', 'england', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10603,838,57', ',better', 'than', 'the', 'picture', 'i', 'like', 'the', 'layered', 'look', 'and', 'the', 'texture', 'of', 'the', 'fabric', 'great', 'top.,5,1,4', 'general', 'tops', 'blouses'] ['10604,838,32', 'this', 'product', 'has', 'a', 'cute', 'design', 'and', 'nice', 'fabric.', 'this', 'layered', 'top', 'fits', 'true', 'to', 'size', 'the', 'style', 'is', 'trendy', 'and', 'cute', 'the', 'type', 'of', 'fabric', 'is', 'nice', 'i', 'love', 'the', 'design', 'of', 'the', 'back', 'i', 'would', 'definitely', 'recommend', 'it', 'it', "'s", 'worth', 'the', 'money.,5,1,8', 'general', 'tops', 'blouses'] ['10605,1100,31', 'too', 'much', 'fabric', 'for', 'reference', '5', '3', '130', 'athletic/muscular', 'body', 'type', 'broad', 'shoulders', 'slim', 'hips'] ['i', 'ordered', 'the', 'small', 'and', 'i', 'was', 'absolutely', 'swimming', 'in', 'it', 'perhaps', 'the', 'petite', 'would', 'have', 'been', 'better', 'but', 'there', 'was', 'just', 'too', 'much', 'fabric', 'everywhere', 'the', 'sleeves', 'were', 'ridiculous', 'on', 'me', 'and', 'even', 'cinching', 'the', 'waist', 'with', 'a', 'belt', 'just', 'would', "n't", 'have', 'slimmed', 'the', 'silhouette', 'for', 'me', 'i', 'have', 'muscular', 'shoulders', 'and', '34d', 'chest', 'so', 'the', 'top', 'fit', 'as', 'it', 'should', 'just', 'everything', 'became', 'way', 'too', 'much', 'elsewhere', 'the', 'fabric', 'was', 'soft', 'and', 'sw', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10606,877,38', 'nothing', 'special', 'this', 'really', 'was', 'nothing', 'special', 'for', '68', 'there', 'are', 'much', 'cuter', 'tops', 'at', 'retailer', 'it', 'was', "n't", 'particularly', 'flattering', 'as', 'it', 'was', 'very', 'boxy', 'so', 'it', 'added', 'volume', 'it', 'was', 'soft', 'and', 'felt', 'like', 'decent', 'quality', 'which', 'was', 'nice', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'the', 'ruffles', 'feel', 'too', 'big', 'overall', 'this', 'was', 'just', 'a', 'miss', 'for', 'me', ',2,1,3', 'general', 'tops', 'knits'] ['10607,157,30', 'soft', 'comfy', 'and', 'well', 'made', 'i', 'love', 'these', 'tights', 'they', "'re", 'thick', 'and', 'durable', 'and', 'the', 'pattern', 'is', 'super', 'cute.,5,1,0', 'initmates', 'intimate', 'legwear'] ['10608,1068,59', 'hard', 'to', 'top', 'great', 'summer', 'pants', 'nice', 'material', 'easy', 'to', 'take', 'care', 'of', 'i', "'m", '5', '6', 'and', 'usually', 'wear', 'a', 'size', '29', 'which', 'i', 'purchased', 'the', 'neutral', 'they', 'might', 'be', 'a', 'little', 'bit', 'loose', 'but', 'they', 'fit', 'great', 'and', 'best', 'of', 'all', 'they', 'truly', 'are', 'slimming', 'i', 'love', 'them', 'so', 'much', 'that', 'i', 'just', 'ordered', 'the', 'green', 'hard', 'to', 'top', 'the', 'sale', 'price', ',4,1,4', 'general', 'petite', 'bottoms', 'pants'] ['10609,862,41', 'beautiful', 'embroidery', 'detail', 'i', 'bought', 'this', 'top', 'in', 'the', 'gray', 'color', 'and', 'my', 'usual', 'size', 'large', 'the', 'fit', 'is', 'perfect', 'i', 'do', "n't", 'have', 'the', 'tight', 'neck', 'issue', 'that', 'another', 'reviewer', 'had', 'there', 'is', 'an', 'odd', 'knitted', 'neck', 'that', 'you', 'ca', "n't", 'see', 'on', 'the', 'model', 'since', 'her', 'hair', 'covers', 'it', 'i', 'love', 'the', 'softness', 'fit', 'and', 'embroidery', 'of', 'the', 'top', 'but', 'was', 'debating', 'on', 'returning', 'because', 'of', 'that', 'weird', 'stiff', 'neck', 'knitting', 'my', 'husband', 'said', 'that', 'he', 'really', 'liked', 'it', 'so', 'i', 'gave', 'it', 'a', 'shot', 'i', "'m", 'wearing', 'it', 'right', 'now', 'and', 'it', "'s", 'super', 'comfortable', 'i', 'do', "n't", 'notice', 'the', 'nec', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['10610,879,27', 'love', 'the', 'style', 'this', 'was', 'way', 'too', 'big', 'on', 'me', 'so', 'i', 'gave', 'it', 'to', 'a', 'friend', 'not', 'only', 'does', 'it', 'fit', 'her', 'really', 'well', 'and', 'look', 'great', 'but', 'it', 'has', 'become', 'her', 'new', 'favorite', 'sweater', 'love', 'the', 'casual', 'everyday', 'style', 'and', 'am', 'tempted', 'to', 'order', 'one', 'in', 'a', 'smaller', 'size', 'for', 'myself', ',5,1,1', 'general', 'tops', 'knits'] ['10611,157,66', 'love', 'plaid', 'love', 'these', 'tights', 'fabric', 'feels', 'great', 'soft', 'and', 'comfy', 'took', 'large', 'so', 'they', 'fit', 'perfectly', 'at', 'true', 'waist', 'for', '5', '6', 'height', 'some', 'retailer', 'tights', 'i', 'have', 'bought', 'in', 'large', 'but', 'they', 'are', 'too', 'short', 'for', '5', '6', 'person'] ['the', 'color', 'of', 'this', 'paid', 'is', 'a', 'subtle', 'green', 'looks', 'great', 'with', 'black', 'skirt', 'and', 'green', 'sweater', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['10612,838,52', 'very', 'boxy', 'unfortunately', 'this', 'one', 'is', 'going', 'back', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'the', 'underlying', 'layer', 'is', 'very', 'revealing', 'in', 'the', 'back.,2,0,2', 'general', 'tops', 'blouses'] ['10613,1028,41', 'love', 'the', 'wide', 'legs', 'i', "'m", 'not', 'nearly', 'as', 'tall', 'as', 'the', 'model', 'so', 'these', 'hit', 'right', 'just', 'right', 'for', 'flats', 'i', 'love', 'the', 'fit', 'of', 'the', 'wide', 'leg', 'and', 'found', 'the', 'color', 'matching', 'the', 'photo', 'and', 'the', 'light', 'color', 'cords', 'very', 'soft', 'i', 'did', 'try', 'the', 'blue', 'color', 'on', 'at', 'a', 'different', 'store', 'and', 'found', 'them', 'a', 'bit', 'short', 'i', "'m", 'really', 'pleased', 'with', 'these', 'and', 'the', 'sale', 'on', 'sale', 'certainly', 'helped.,4,1,0', 'general', 'bottoms', 'jeans'] ['10614,1028,53', 'absolutely', 'perfect', 'i', 'got', 'both', 'colors', 'as', 'i', "'m", 'not', 'sure', 'when', 'a', 'style', 'that', 'is', 'so', 'perfect', 'for', 'me', 'will', 'come', 'around', 'again', 'these', 'are', 'beautifully', 'designed', 'and', 'very', 'slimming', 'they', 'are', 'described', 'as', 'crops', 'but', 'i', 'am', '5', '5', 'tall', 'and', 'the', 'length', 'is', 'perfect', 'approximately', '1/2', 'above', 'the', 'heel', 'of', 'my', 'shoe', 'no', 'alterations', 'required', 'usually', 'retailer', 'pants', 'are', 'extremely', 'long', 'for', 'me', 'but', 'these', 'citizens', 'of', 'humanity', 'cords', 'are', 'the', 'perfect', 'length', 'the', 'colors', 'are', 'just', 'as', 'pictured-i', 'was', 'surprised', 'by', 'another', 'review', 'that', 'described', 'the', 'navy', 'as', ',4,1,0', 'general', 'bottoms', 'jeans'] ['10615,157,48', 'as', 'pictured', 'but', 'not', 'slimming', 'as', 'i', 'hoped', 'these', 'are', 'cute', 'comfy', 'and', 'just', 'as', 'pictured', 'a', 'soft', 'greenish-gray', 'but', 'i', 'did', "n't", 'find', 'them', 'to', 'be', 'super', 'flattering', 'on', 'me', 'or', 'at', 'least', 'not', 'slimming', 'in', 'my', 'view', 'i', "'m", '5', '3', 'about', '105', 'lbs.', 'and', 'got', 'them', 'in', 's/m', 'which', 'fit', 'just', 'right', 'but', 'they', 'do', 'go', 'all', 'the', 'way', 'up', 'to', 'my', 'true', 'waist', 'they', 'are', 'tube', 'legs', 'meaning', 'they', "'re", 'not', 'contoured', 'tights', 'so', 'there', "'s", 'excess', 'fabric', 'at', 'the', 'toe', 'it', "'d", 'be', 'all', 'bunched', 'in', 'flats', 'and', 'there', "'s", 'a', 'tiny', 'bit', 'of', 'looseness', 'at', 'the', 'ankle', 'there', "'s", 'also', 'no', 'distinguishable', 'front', 'or', 'back', 'and', 'no', ',4,1,1', 'initmates', 'intimate', 'legwear'] ['10616,1068,42', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'these', 'pants', 'are', 'so', 'comfy', 'and', 'perfectly', 'casual', 'without', 'being', 'sloppy', 'they', "'re", 'the', 'perfect', 'summer', 'pants.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10617,1028,91', 'pajama', 'jeans', 'i', 'love', 'the', 'coh', 'fleetwood', 'jeans', 'and', 'since', 'i', 'was', 'looking', 'for', 'a', 'pair', 'of', 'not-so-skinny', 'skinny', 'jeans', 'i', 'thought', 'these', 'would', 'be', 'great', 'but', 'unlike', 'the', 'fleetwoods', 'which', 'are', 'a', 'substantial', 'weight', 'denim', 'these', 'are', 'very', 'soft', 'too', 'soft', 'and', 'bag', 'out', 'in', 'the', 'first', '5', 'minutes', 'the', 'style', 'is', 'okay', 'but', 'the', 'fabric', 'makes', 'them', 'unflattering', 'maybe', 'if', 'you', "'re", 'looking', 'for', 'jeans', 'you', 'can', 'lounge', 'in', 'these', 'will', 'be', 'for', 'you', 'because', 'they', 'do', 'have', 'the', 'comfort', 'equivalent', 'of', 'sweats', ',2,0,3', 'general', 'bottoms', 'jeans'] ['10618,877,29', 'unique', 'little', 'sweatshirt', 'top', 'it', 'is', 'a', 'little', 'boxy', 'but', 'it', 's', 'not', 'unflattering', 'in', 'my', 'opinion', 'the', 'sweatshirt', 'material', 'is', 'soft', 'the', 'ruffles', 'keep', 'their', 'shape', 'and', 'position', 'and', 'aren', 't', 'too', 'overwhelming', 'on', 'my', 'small', 'frame', 'i', 'like', 'the', 'small', 'slits', 'on', 'the', 'sides', 'they', 'allow', 'the', 'sweater', 'to', 'drape', 'nicely', 'it', 'also', 'hit', 'at', 'a', 'flattering', 'spot', 'a', 'little', 'below', 'the', 'hip', '5', '1', '100', 'lbs', 'and', 'got', 'the', 'xxs', 'petite', 'this', 'fit', 'true', 'to', 'size', 'for', 'me', ',4,1,4', 'general', 'tops', 'knits'] ['10619,1068,46', 'my', 'go', 'to', 'these', 'pants', 'have', 'quickly', 'become', 'my', 'go', 'to', 'spring', 'pant', 'comfortable', 'and', 'a', 'long', 'enough', 'crop', 'for', 'my', '5', '8', 'legs', 'almost', 'closer', 'to', 'the', 'ankle', 'which', 'i', 'prefer', 'i', 'wore', 'them', '3', 'times', 'with', 'out', 'washing', 'and', 'they', 'did', 'stretch', 'out', 'a', 'bit', 'but', 'there', 'is', 'a', 'set', 'of', 'buttons', 'in', 'the', 'hip', 'if', 'i', 'really', 'needed', 'them', 'tighter', 'there', 'i', 'bought', 'the', 'darker', 'color', 'its', 'a', 'mossy', 'green/grey', 'it', 'looks', 'sharp', 'with', 'the', 'tla', 'black', 'v-neck', 't', 'shirt', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['10620,838,41', 'really', 'wanted', 'to', 'like', 'it', 'looks', 'great', 'on', 'the', 'photo', 'and', 'from', 'previous', 'reviews', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'the', 'material', 'seems', 'cheap', 'and', 'stiff', 'would', 'not', 'fit', 'my', 'frame', 'well.,2,0,1', 'general', 'tops', 'blouses'] ['10621,838,34', 'photos', 'on', 'model', 'misleading', 'the', 'concept', 'of', 'this', 'top', 'is', 'cool', 'and', 'the', 'outer', 'fabric', 'is', 'nice', 'the', 'inner', 'layer', 'is', 'sheer', 'but', 'as', 'long', 'as', 'you', "'re", 'wearing', 'a', 'nude-colored', 'bra', 'no', 'big', 'deal', 'however', 'i', 'did', 'find', 'the', 'inner', 'layer', 'to', 'be', 'scratchy', 'they', 'must', "'ve", 'photoshopped', 'the', 'fit', 'of', 'the', 'top', 'on', 'the', 'model', 'or', 'altered', 'the', 'top', 'because', 'it', 'looks', 'like', 'it', 'hangs', 'straight', 'on', 'her', 'i', 'ordered', 'an', 'xs', 'and', 'when', 'you', 'pull', 'it', 'out', 'of', 'the', 'package', 'it', 'clearly', 'flares', 'out', 'is', 'a-line', 'so', 'as', 'a', 'previous', 'reviewer', 'stated', 'it', 'looks', 'huge', 'from', 'the', 'front', 'if', 'it', 'had', 'fit', 'the', ',2,0,1', 'general', 'tops', 'blouses'] ['10622,1100,36', 'polyester', 'urrrrgh', 'dear', 'retailer', 'designers'] ['just', 'want', 'a', 'nice', 'dress', 'that', 'is', "n't", 'made', 'from', 'polyester', 'do', "n't", 'mind', 'paying', 'bigger', 'bucks', 'for', 'quality', 'fabrics', 'but', 'please-', 'enough', 'of', 'the', 'polyester'] ['love'] ['your', 'customers', ',2,0,8', 'general', 'petite', 'dresses', 'dresses'] ['10623,877,41', 'cute', 'but', 'a', 'bit', 'too', 'long', 'i', 'bought', 'the', 'xs', 'regular', 'and', 'it', 'was', 'a', 'little', 'too', 'long', 'and', 'wide', 'i', 'was', 'unable', 'to', 'find', 'a', 'petite', 'version', 'in', 'the', 'store', 'or', 'online', 'the', 'ruffles', 'were', 'also', 'bigger', 'than', 'how', 'they', 'appear', 'on', 'the', 'model', 'i', 'am', '5', '1', 'tall', 'and', 'weigh', '110', 'lbs', 'i', 'believe', 'the', 'petite', 'would', 'have', 'been', 'a', 'much', 'better', 'fit', 'i', 'regret', 'not', 'discovering', 'this', 'top', 'sooner', 'when', 'more', 'size', 'options', 'were', 'available', ',2,1,0', 'general', 'tops', 'knits'] ['10624,877,53', 'cute', 'on', 'the', 'model', 'but', 'not', 'in', 'person', 'i', 'totally', 'agree', 'with', 'the', 'first', 'review', 'i', 'thought', 'this', 'was', 'soooo', 'cute', 'on', 'the', 'model', 'but', 'it', "'s", 'loose', 'fitting', 'and', 'has', 'no', 'shape', 'to', 'it', ',3,1,4', 'general', 'tops', 'knits'] ['10625,877,42', 'size', 'down', 'this', 'top', 'is', 'really', 'cute', 'online', 'but', 'that', "'s", 'about', 'it', 'it', 'runs', 'large', 'but', 'even', 'if', 'i', 'sized', 'down', 'the', 'ruffles', 'were', 'a', 'bit', 'much', 'and', 'the', 'top', 'was', 'a', 'little', 'boxy', 'surprisingly', ',3,0,6', 'general', 'tops', 'knits'] ['10626,1060,53', 'finally', 'pants', 'for', 'real', 'women', 'these', 'are', 'the', 'best', 'trousers', 'i', 'have', 'bought', 'in', 'a', 'long', 'time', 'i', "'m", '5', '8', 'and', '145', 'pounds', 'and', 'the', '8', 'fit', 'with', 'a', 'bit', 'of', 'extra', 'room', 'in', 'the', 'waist', 'not', 'enough', 'to', 'size', 'down', 'i', 'love', 'that', 'they', 'are', 'not', 'skinny', 'so', 'over', 'the', 'skinny', 'fit', 'i', 'plan', 'to', 'wear', 'these', 'with', 'black', 'heels', 'white', 'tee', 'and', 'the', 'vegan', 'black', 'leather', 'jacket', 'i', 'purchased', 'at', 'the', 'same', 'time', 'oh', 'and', 'a', 'statement', 'necklace', 'always', 'a', 'statement', 'necklace', 'these', 'are', 'a', 'must', 'for', 'every', 'fall', 'wardrobe', 'more', 'pants', 'like', 'these', 'please', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['10627,1036,66', 'way', 'too', 'tight', 'i', 'wear', 'a', '32', 'and', 'sometimes', 'a', '31', 'but', 'i', 'could', 'barely', 'squeeze', 'these', 'on', 'in', 'a', '32.', 'the', 'fabric', 'is', 'thick', 'with', 'lots', 'of', 'stretch', 'but', 'these', 'are', 'super', 'skinny', 'all', 'the', 'way', 'to', 'the', 'ankle', 'like', 'a', 'legging', 'and', 'not', 'a', 'jean', 'made', 'for', 'much', 'thinner', 'frames', 'than', 'mine.,3,1,1', 'general', 'bottoms', 'jeans'] ['10628,879,61', 'i', 'was', 'disappointed.', 'the', 'sweater', 'material', 'was', 'fragile', 'there', 'were', 'already', 'two', 'picks', 'in', 'the', 'fabric', 'when', 'it', 'arrived', 'i', 'felt', 'like', 'it', 'would', 'not', 'wear', 'or', 'wash', 'well', 'i', 'was', 'also', 'disappointed', 'in', 'the', 'shaping', 'or', 'how', 'it', 'hung', 'on', 'my', 'body', 'i', 'am', 'returning', 'the', 'sweater.,2,0,0', 'general', 'tops', 'knits'] ['10629,836,50', 'beautiful', 'and', 'elegant', 'tank', 'i', 'totally', 'disagree', 'with', 'previous', 'reviewer', 'on', 'sizing', 'i', 'am', 'usually', 'a', 'medium', 'sometimes', 'small', 'in', 'various', 'retailer', 'tops', 'and', 'i', 'purchased', 'this', 'top', 'in', 'a', 'small', 'i', 'could', 'barely', 'get', 'it', 'over', 'my', 'head', 'i', 'then', 'ordered', 'the', 'medium', 'and', 'large', 'i', 'tried', 'the', 'large', 'on', 'first', 'and', 'it', 'fits', 'perfectly', 'like', 'the', 'model', 'shot', 'so', 'i', 'would', 'say', 'this', 'definitely', 'runs', 'small', 'i', 'never', 'wear', 'a', 'large', 'for', 'reference', 'i', 'am', '36c', 'broad', 'shoulder', 'the', 'gold', 'beading', 'on', 'the', 'top', 'is', 'very', 'pretty', 'and', 'the', 'gold', 'embroidery', 'thread', 'really', 'pops', 't', ',5,1,6', 'general', 'tops', 'blouses'] ['10630,1036,50', 'my', 'new', 'favorite', 'jean', 'i', 'have', 'been', 'a', 'paige/pilcro', 'lover', 'for', 'years', 'these', 'mcguire', 'jeans', 'went', 'on', 'sale', 'and', 'i', 'loved', 'the', 'neutral', 'color', 'so', 'i', 'ordered', 'my', 'usual', 'size', '28.', 'they', 'fit', 'perfectly', 'as', 'a', 'previous', 'reviewer', 'started', 'they', 'are', 'tight', '.they', 'are', 'skinny', 'jeans', 'and', 'are', 'meant', 'to', 'be', 'tight', 'they', 'hug', 'in', 'the', 'right', 'place', 'are', 'not', 'too', 'high', 'waisted', 'and', 'are', 'a', 'sturdy', 'denim', 'for', 'reference', 'i', 'am', '5', '2', '120', 'short', 'waisted', 'and', 'usually', 'wear', 'a', '28', 'in', 'paige/pilcro', 'these', 'mcguire', "'s", 'sized', '28', 'were', 'a', 'great', 'fit', 'good', 'length', 'no', 'hemming', 'required', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10631,1068,34', 'comfortable', 'versatile', 'these', 'pants', 'are', 'so', 'great', 'very', 'comfortable', 'true', 'to', 'size', 'and', 'i', 'can', 'see', 'myself', 'wearing', 'these', 'all', 'spring', 'and', 'summer', 'i', "'m", '5', '1', '120', 'lbs', 'and', 'my', 'usual', '26', 'petite', 'fit', 'great', 'these', 'would', 'also', 'make', 'excellent', 'travel', 'pants', 'i', 'purchased', 'the', 'green', 'color', 'and', 'will', 'be', 'purchasing', 'the', 'tan', 'color', 'once', 'i', 'get', 'done', 'writing', 'this', 'review', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['10632,879,37', 'just', 'did', "n't", 'work', 'for', 'me', 'i', 'do', "n't", 'know', 'what', 'the', 'problem', 'with', 'this', 'sweater', 'was', 'on', 'me', 'but', 'it', 'just', 'did', "n't", 'work', 'it', 'was', 'too', 'wide', 'across', 'the', 'breastline', 'i', 'think', 'creating', 'a', 'boxy', 'shape', 'that', 'just', 'did', "n't", 'look', 'flattering', 'outside', 'of', 'that', 'the', 'sweater', 'was', 'lightweight', 'and', 'seemed', 'well', 'made', 'i', 'was', 'sad', 'to', 'send', 'it', 'back', 'especially', 'at', 'the', 'sale', 'price', ',3,1,1', 'general', 'tops', 'knits'] ['10633,879,51', 'lightweight', 'sweater', 'this', 'lightweight', 'sweater', 'arrived', 'within', 'a', 'few', 'days', 'of', 'ordering', 'and', 'was', 'packaged', 'well', 'its', 'fit', 'is', 'true', 'to', 'size', 'and', 'will', 'be', 'perfect', 'for', 'slightly', 'cool', 'days', 'and', 'evenings', 'the', 'navy', 'blue', 'color', 'is', 'accurately', 'represented', 'in', 'the', 'picture', 'my', 'only', 'issue', 'with', 'this', 'item', 'is', 'that', 'one', 'of', 'the', 'small', 'lace', 'panels', 'at', 'the', 'hem', 'on', 'the', 'hip', 'is', 'not', 'sewn', 'in', 'all', 'the', 'way', 'i', 'will', 'keep', 'it', 'since', 'it', 'was', 'on', 'sale', 'but', 'i', 'need', 'to', 'decide', 'whether', 'to', 'have', 'it', 'fixed', 'or', 'to', 'just', 'remove', 'both', 'of', 'them', 'as', 'they', 'are', 'very', 'small', 'and', 'do', "n't", 'add', 'much', ',4,1,3', 'general', 'tops', 'knits'] ['10634,1060,35', 'highest', 'quality', 'trousers', 'i', "'ve", 'found', 'this', 'fall', 'i', "'ve", 'returned', 'multiple', 'pairs', 'of', 'trousers', 'this', 'fall', 'because', 'they', 'were', 'low', 'quality/', 'wrinkle-prone', 'wool', 'and', 'unlined', 'the', 'material', 'on', 'these', 'however', 'is', 'high', 'quality', 'and', 'weighty', 'wearable', 'in', 'fall', 'but', 'also', 'great', 'for', 'our', 'much', 'colder', 'winters', 'the', 'herringbone', 'is', 'gorgeous', 'dark', 'grey', 'and', 'black', 'with', 'subtle', 'flecks', 'of', 'red', 'dark', 'pink', 'and', 'gold', 'they', 'are', 'also', 'beautifully', 'lined', 'so', 'will', 'keep', 'their', 'shape', 'and', 'not', 'itch', 'true', 'to', 'size', 'for', 'cartonnier', 'got', 'a', '2', 'and', 'tried', 'a', '2', 'in', 'the', 'monica', 'flannel', 'trousers', 'gorgeous', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10635,1068,39', 'perfect', 'summer', 'pants', 'these', 'are', 'the', 'perfect', 'light', 'weight', 'relaxing', 'summer', 'pants'] ['the', 'fabric', 'is', 'soft', 'and', 'light', 'and', 'has', 'some', 'stretch', 'so', 'i', 'think', 'they', 'can', 'be', 'worn', 'more', 'fitted', 'way', 'too'] ['i', 'do', "n't", 'want', 'to', 'show', 'off', 'my', 'bottom', 'half', 'of', 'my', 'body', 'shape', 'so', 'these', 'are', 'perfect', 'ones', 'to', 'be', 'a', 'bit', 'loose', 'to', 'covers', 'the', 'silhouette', 'but', 'still', 'looks', 'feminine', 'not', 'too', 'loose'] ['i', 'm', '5', '3', '115', 'lb', 'and', 'usually', 'wear', '25-26', 'jeans', '25', 'petite', 'gave', 'me', 'the', 'perfect', 'relaxed', 'look', 'without', 'losing', 'the', 'feminine', 'look', 'i', 'think', '24', 'could', 'fit', 'as', 'well', 'but', 'would', 'sn', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10636,862,43', 'more', 'beautiful', 'in', 'person', 'this', 'top', 'is', 'much', 'more', 'beautiful', 'in', 'person', 'than', 'in', 'the', 'photo', 'the', 'embroidery', 'is', 'exquisite', 'and', 'there', 'is', 'the', 'tiniest', 'bit', 'of', 'sparkle', 'amidst', 'the', 'design', 'soft', 'flowing', 'and', 'flattering', 'definitely', 'a', 'keeper', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['10637,838,34', ',i', 'loved', 'this', 'top', 'even', 'more', 'in', 'person', 'it', 'is', 'made', 'well', 'and', 'beatiful', 'the', 'sheer', 'under', 'layer', 'adds', 'a', 'sexyness', 'to', 'the', 'design', 'the', 'back', 'of', 'the', 'shirt', 'is', 'open', 'i', 'really', 'like', 'this', 'detail', ',5,1,1', 'general', 'tops', 'blouses'] ['10638,862,24', ',prettier', 'in', 'person', 'so', 'pretty', 'i', "'m", '5', '6', '120', 'lbs', 'and', 'the', 'xxs', 'fit', 'well', 'i', 'normally', 'wear', 'a', '0-2.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['10639,1068,29', 'great', 'find', 'i', 'am', 'so', 'glad', 'i', 'got', 'these', 'pants', 'the', 'quality', 'is', 'great', 'and', 'the', 'fit', 'is', 'perfect', 'they', 'are', 'very', 'flattering', 'and', 'comfortable', 'i', 'have', 'worn', 'them', 'with', 'flip', 'flops', 'on', 'a', 'casual', 'day', 'and', 'have', 'also', 'worn', 'them', 'with', 'black', 'heels', 'for', 'a', 'date', 'night', 'worth', 'the', 'purchase', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10640,879,40', 'snags', 'easily', 'i', 'was', 'very', 'disappointed', 'in', 'the', 'quality', 'of', 'this', 'top', 'the', 'first', 'time', 'i', 'wore', 'it', 'it', 'snagged', 'right', 'in', 'the', 'front', 'i', 'had', 'to', 'pull', 'the', 'thread', 'under', 'so', 'it', 'was', "n't", 'exposed', 'i', 'put', 'it', 'in', 'the', 'wash', 'in', 'the', 'gentle', 'cycle', 'and', 'it', 'was', 'destroyed', 'with', 'several', 'more', 'snags', 'when', 'i', 'removed', 'it', 'from', 'the', 'machine', 'this', 'top', 'is', 'extremely', 'delicate', 'and', 'does', "n't", 'withstand', 'normal', 'everyday', 'casual', 'wear', 'although', 'it', "'s", 's', 'casual', 'lightweight', 'sweater', 'now', 'it', "'s", 'just', 'a', 'wear', 'around', 'the', 'house', 'ratty', 'throw', 'around', 'shirt.,1,0,0', 'general', 'tops', 'knits'] ['10641,1068,38', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10642,838,30', 'unique', 'gorgeous', 'and', 'timeless', 'saw', 'this', 'top', 'online', 'and', 'knew', 'i', 'had', 'to', 'have', 'it', 'it', "'s", 'unique', 'and', 'gorgeous', 'with', 'the', 'split', 'back', 'and', 'two-layer', 'design', 'the', 'top', 'layer', 'is', 'thicker', 'and', 'almost', 'like', 'a', 'brocade/tapestry', 'design', 'with', 'rich', 'purple', 'and', 'yellow', 'tones', 'the', 'under', 'layer', 'is', 'sheer', 'and', 'lightweight', 'i', 'was', 'able', 'to', 'wear', 'this', 'early', 'in', 'my', 'pregnancy', 'and', 'it', 'totally', 'disguised', 'any', 'bump', 'i', 'had', 'from', 'co-workers', 'this', 'is', 'def', 'one', 'of', 'my', 'top', '10', 'fav', 'tops', 'now', ',5,1,0', 'general', 'tops', 'blouses'] ['10643,877,46', 'choral', 'ruffle', 'top', 'in', 'the', 'photo', 'and', 'from', 'far', 'away', 'this', 'top', 'looks', 'more', 'elegant', 'than', 'it', 'truly', 'is', 'wearing', 'it', 'feels', 'like', 'something', 'better', 'suited', 'for', 'sleeping', 'in', 'it', "'s", 'a', 'sweatshirt', 'with', 'the', 'sleeves', 'torn', 'off', 'and', 'raw', 'edges', 'which', 'looks', 'rather', 'cheap', 'and', 'sloppy', ',3,0,0', 'general', 'tops', 'knits'] ['10644,771,35', ',adorable', 'romper', 'the', 'only', 'thing', 'is', 'the', 'sleeves', 'are', 'a', 'little', 'shorter', 'than', 'portrayed', 'in', 'the', 'picture', 'they', 'come', 'to', 'about', 'mid-forearm', 'on', 'me', 'and', 'i', "'m", 'a', 'petite', 'person', 'still', 'cute', 'but', 'def', 'not', 'if', 'you', "'re", 'looking', 'for', 'a', 'full', 'sleeve.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10645,879,44', 'disappointed', 'i', 'wanted', 'to', 'love', 'this', 'top', 'it', 'was', 'huge', 'and', 'i', 'did', "n't", 'like', 'the', 'material', 'it', 'felt', 'like', 'it', 'should', 'have', 'been', 'much', 'less', 'expensive', 'than', 'it', 'was.,3,0,3', 'general', 'tops', 'knits'] ['10646,1025,55', 'i', 'am', 'so', 'happy', 'i', 'got', 'these', 'amazing', 'jeans', 'i', 'just', 'received', 'these', 'jeans', 'today', 'after', 'buying', 'them', 'online', 'last', 'week', 'i', 'was', "n't", 'sure', 'how', 'they', 'would', 'fit', 'but', 'i', 'am', 'so', 'very', 'happy', 'i', 'got', 'them', 'and', 'on', 'sale', 'too', 'i', 'am', '5', '2', 'and', 'about', '128', 'pounds', 'athletic', 'and', 'curvy', 'but', 'petite', 'too', 'i', 'bought', 'the', 'size', '4', 'and', 'they', 'are', 'a', 'perfect', 'fit', 'in', 'the', 'length', 'too', 'they', 'are', 'button', 'up', 'boyfriend', 'style', 'but', 'not', 'too', 'baggy', 'the', 'detail', 'on', 'the', 'cuff', 'is', 'perfect', 'and', 'they', 'have', 'a', 'unique', 'unusual', 'but', 'expensive', 'look', 'what', 'a', 'steal', 'i', 'would', 'have', 'paid', 'full', 'price', 'for', 'jeans', 'that', 'fit', 'this', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10647,862,26', 'gorgeous', 'embroidery', 'this', 'top', 'has', 'gorgeous', 'embroidery', 'very', 'very', 'nice', 'looks', 'good', 'in', 'both', 'wine', 'and', 'grey', 'it', 'runs', 'large', 'i', 'kept', 'it', 'around', 'not', 'sure', 'whether', 'i', 'should', 'keep', 'it', 'i', 'usually', 'wear', 'xl', 'i', 'ordered', 'l', 'and', 'it', 'still', 'was', 'loose', 'at', 'the', 'bottom', 'but', 'fitted', 'at', 'the', 'top', 'i', 'have', 'a', 'big', 'bust', 'and', 'the', 'embroidery', 'ended', 'at', 'the', 'top', 'of', 'my', 'bust', 'making', 'the', 'entire', 'look', 'unflattering', 'because', 'the', 'bust', 'juts', 'out', 'in', 'a', 'strange', 'way', 'below', 'the', 'embroidery', 'the', 'arms', 'also', 'tend', 'to', 'look', 'wider', 'due', 'to', 'the', 'style', 'i', 'do', "n't", 'like', 'the', 'fit', 'at', 'all', ',3,1,0', 'general', 'tops', 'knits'] ['10648,1028,34', 'i', 'have', 'now', 'purchased', 'these', 'pants', 'online', 'three', 'times', 'in', 'the', 'ivory', 'i', 'first', 'ordered', 'them', 'in', 'a', '28', 'as', 'it', 'was', 'the', 'only', 'size', 'available', 'and', 'i', 'thought', 'that', 'size', 'would', 'fit', 'me', 'in', 'this', 'brand', 'wrong', 'i', 'was', 'swimming', 'in', 'them', 'great', 'pants', 'but', 'too', 'large', 'in', 'the', 'waist', 'i', 'kept', 'checking', 'online', 'and', 'they', 'popped', 'back', 'in', 'a', '27', 'which', 'i', 'thought', 'would', 'fit', 'wrong', 'again', 'they', 'arrived', 'a', 'couple', 'of', 'days', 'ago', 'and', 'still', 'they', 'are', 'too', 'large', 'in', 'the', 'waist', 'but', 'since', '27', 'was', 'the', 'only', 'size', 'available', 'i', 'thought', 'that', 'i', 'would', 'keep', 'the', ',4,1,0', 'general', 'bottoms', 'jeans'] ['10649,1068,37', 'perfect', 'casual', 'pant', 'love', 'these', 'they', 'are', 'my', 'new', 'favorite', 'weekend', 'pant', 'they', 'are', 'comfortable', 'versatile', 'and', 'cute', 'the', 'fit', 'and', 'cut', 'are', 'great', 'too', 'a', 'must', 'have', 'for', 'your', 'wardrobe', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['10650,877,43', 'great', 'design', 'this', 'is', 'so', 'much', 'better', 'than', 'wearing', 'a', 'grey', 'sweatshirt', 'i', 'love', 'it', 'and', 'it', 'makes', 'me', 'feel', 'pretty.,4,1,1', 'general', 'tops', 'knits'] ['10651,1083,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10652,1078,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10653,1083,45', 'worth', 'every', 'penny', 'purchased', 'to', 'speak', 'at', 'an', 'event', 'not', 'only', 'is', 'it', 'very', 'eye', 'catching', 'and', 'i', 'garnered', 'many', 'compliments', 'it', 'fit', 'like', 'it', 'was', 'made', 'for', 'me', 'and', 'was', 'comfortable', 'to', 'wear', 'i', 'questioned', 'ordering', 'a', '4', 'and', 'possibly', 'could', 'have', 'worn', 'a', '6', 'but', 'with', 'the', 'elasticity', 'to', 'the', 'material', 'there', 'was', 'no', 'problem', 'with', 'movement', 'or', 'sitting', 'and', 'i', 'felt', 'hugged', 'in', 'in', 'all', 'the', 'right', 'places', ',5,1,0', 'general', 'dresses', 'dresses'] ['10654,1083,41', 'amazing', 'dress', 'remarkable', 'dress', 'so', 'much', 'so', 'that', 'people', 'stop', 'me', 'to', 'remark', 'about', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['10655,1083,42', 'classic', 'and', 'timeless', 'i', 'wore', 'this', 'to', 'a', 'wedding', 'yesterday', 'and', 'received', 'several', 'compliments', 'the', 'dress', 'is', 'well', 'made', 'and', 'very', 'comfortable', 'i', 'know', 'i', 'will', 'wear', 'it', 'again.,5,1,6', 'general', 'dresses', 'dresses'] ['10656,1083,27', 'boom', 'wore', 'it', 'to', 'a', 'cousins', 'wedding', 'loved', 'it', 'probably', 'one', 'of', 'the', 'best', 'dresses', 'that', 'i', 'have', 'ever', 'worn', 'lots', 'of', 'compliments', 'felt', 'great', 'dancing', 'the', 'night', 'away.,5,1,0', 'general', 'dresses', 'dresses'] ['10657,1083,30', 'beautiful', 'dress', 'i', 'was', 'so', 'excited', 'to', 'get', 'the', 'dress', 'it', "'s", 'extremely', 'beautiful', 'and', 'comfortable', 'the', 'size', 'i', 'picked', 'was', 'unfortunately', 'too', 'big', 'for', 'me', 'though', 'i', 'just', 'had', 'a', 'baby', 'so', 'it', "'s", 'hard', 'to', 'figure', 'out', 'what', 'size', 'i', 'am', 'now', 'details', 'were', 'exquisite', ',5,1,0', 'general', 'dresses', 'dresses'] ['10658,1083,44', 'such', 'a', 'great', 'fit', 'i', 'don', 'amp', '39', 't', 'write', 'many', 'reviews', 'but', 'i', 'loved', 'this', 'dress', 'and', 'had', 'to', 'share', 'i', 'amp', '39', 'm', 'normally', 'about', 'a', 'true', '6', 'and', 'have', 'been', 'finding', 'a', 'lot', 'of', 'retailer', 'dresses', 'running', 'rather', 'large', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'a', '2', 'and', 'because', 'of', 'the', 'stretch', 'in', 'it', 'it', 'fit', 'my', 'hourglass', 'shape', 'really', 'well', 'i', 'have', 'a', 'melodies', 'that', 'pencil', 'dress', 'in', 'a', '6p', 'that', 'fits', 'great', 'so', 'this', 'style', 'i', 'think', 'runs', 'a', 'bit', 'larger', 'i', 'wore', 'it', 'to', 'a', 'date', 'night', 'and', 'it', 'helped', 'make', 'the', 'evening', 'special', ',5,1,0', 'general', 'dresses', 'dresses'] ['10659,1083,56', 'gorgeous', 'black', 'dress', 'this', 'dress', 'is', 'a', 'beautiful', 'classic', 'dress', 'that', 'is', 'figure', 'flattering', 'and', 'as', 'stunning', 'in', 'person', 'as', 'it', 'is', 'in', 'the', 'photo', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['10660,1083,29', 'perfect', 'black', 'dress', 'love', 'this', 'dress', 'sexy', 'but', 'still', 'appropriate', 'very', 'elegant', 'i', "'m", '5', '6', '125', 'pounds', 'and', 'the', 'size', '2', 'fit', 'me', 'great', 'it', 'is', 'a', 'little', 'long', 'so', 'i', 'am', 'considering', 'ordering', 'the', 'size', '2', 'petite', 'definitely', 'worth', 'the', 'money', ',5,1,7', 'general', 'dresses', 'dresses'] ['10661,1083,26', 'unique', 'compliment', 'getter', 'great', 'dress', 'received', 'tons', 'of', 'compliments', 'downside', 'to', 'the', 'dress', 'is', 'it', 'stretched', 'a', 'bit', 'and', 'was', 'feeling', 'a', 'bit', 'loose', 'by', 'the', 'end', 'of', 'the', 'evening', ',5,1,0', 'general', 'dresses', 'dresses'] ['10662,1083,44', 'fabulous', 'this', 'gorgeous', 'dress', 'arrived', 'today', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'based', 'on', 'other', 'reviews', 'i', 'ordered', 'a', '6', 'petite', 'even', 'though', 'i', "'m", '5', '6', 'because', 'i', 'wanted', 'the', 'skirt', 'to', 'hit', 'just', 'above', 'my', 'knee', 'it', "'s", 'perfect', 'i', 'usually', 'wear', 'a', '4', 'or', '6', 'and', 'the', '6p', 'fits', 'well', 'not', 'snug', 'but', 'not', 'big', 'either', 'maybe', 'a', '6r', 'would', 'be', 'larger', 'i', 'do', "n't", 'know', 'if', 'you', 'are', 'worried', 'about', 'the', 'skirt', 'being', 'too', 'long', 'then', 'definitely', 'try', 'a', 'petite', 'size'] [] ['the', 'dress', 'is', 'risquã©', 'because', 'it', "'s", 'faux', 'see', 'through', 'but', 'still', 'very', 'classy', 'and', 'elegant', 'it', "'s", 'sexy', 'w', ',5,1,8', 'general', 'dresses', 'dresses'] ['10663,1083,40', ',this', 'dress', 'fits', 'like', 'a', 'dream', 'and', 'looks', 'gorgeous', 'on', 'i', "'m", 'sure', 'it', 'will', 'be', 'a', 'go', 'to', 'for', 'many', 'occasions.,5,1,1', 'general', 'dresses', 'dresses'] ['10664,1083,44', 'not', 'a', '300', 'dress', 'i', 'had', 'high', 'hopes', 'after', 'reading', 'all', 'of', 'the', 'reviews', 'but', 'as', 'you', 'can', 'see', 'the', 'dress', 'did', "n't", 'live', 'up', 'to', 'them', 'i', 'ordered', 'a', 'size', '8', 'and', 'maybe', 'a', '6', 'would', "'ve", 'fit', 'better', 'but', 'i', "'m", 'not', 'going', 'to', 'find', 'out', 'the', 'sheer', 'area', 'on', 'the', 'model', 'really', 'stands', 'out', 'it', 'does', 'not', 'in', 'real', 'life', 'there', 'were', 'loose', 'threads', 'throughout', 'and', 'there', 'really', 'should', "n't", 'be', 'at', 'this', 'price', 'point', 'i', 'was', 'going', 'to', 'wear', 'this', 'to', 'a', 'wedding', 'but', 'as', 'a', 'member', 'of', 'the', 'wedding', 'party', 'i', 'do', "n't", 'think', 'it', 'would', 'picture', 'well', 'at', 'all', 'i', "'m", 'sorry', 'that', 'it', "'s", 'headed', ',3,0,15', 'general', 'dresses', 'dresses'] ['10665,1078,42', 'cute', 'dress', 'very', 'cute', 'summer', 'dress', 'it', 'runs', 'a', 'bit', 'large', 'and', 'it', 'does', "n't", 'give', 'you', 'shape', 'but', 'it', "'s", 'good', 'for', 'me', 'to', 'hide', 'my', 'belly', 'fat', 'the', 'dress', 'is', 'so', 'comfortable', 'to', 'wear', 'i', 'did', "n't", 'know', 'that', 'it', 'has', 'pockets', 'so', 'that', 'was', 'a', 'pleasant', 'surprise', 'i', 'always', 'love', 'pockets', 'overall', 'it', "'s", 'a', 'perfect', 'summer', 'dress', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10666,1083,60', 'carissima', 'sheath', 'this', 'dress', 'is', 'amazing', 'i', 'bought', 'it', 'for', 'an', 'afternoon', 'wedding', 'i', "'m", 'attending', 'it', "'s", 'perfect', 'it', 'fits', 'like', 'a', 'glove', 'and', 'the', 'lace', 'is', 'so', 'delicate', 'the', 'nude', 'sheath', 'really', 'allows', 'the', 'lace', 'and', 'all', 'the', 'details', 'to', 'stand', 'out', 'love', 'it', 'in', 'the', 'black', ',5,1,3', 'general', 'dresses', 'dresses'] ['10667,1083,30', 'beautiful', 'dress', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'love', 'love', 'love', 'i', 'am', '5', '2', 'and', 'the', 'petite', 'sizing', 'was', 'perfect', ',5,1,9', 'general', 'dresses', 'dresses'] ['10668,1083,37', 'another', 'beautiful', 'byron', 'lars', 'dress', 'this', 'is', 'my', '4th', 'byron', 'lars', 'dress', 'and', 'i', 'just', 'love', 'this', 'designer', 'his', 'dresses', 'all', 'fit', 'the', 'same', 'as', 'far', 'as', 'i', 'can', 'tell', 'i', 'had', 'bought', 'this', 'dress', 'as', 'my', 'sister', 'in', 'law', 'recommended', 'it', 'so', 'much', 'and', 'she', 'was', 'right', 'it', 'is', 'stunning', ',5,1,1', 'general', 'dresses', 'dresses'] ['10669,1083,37', 'beautiful', 'idea', 'i', 'ordered', 'my', 'normal', 'size', 'in', 'this', 'dress', 'i', 'am', '6', 'foot', 'tall', 'but', 'the', 'regular', 'sizes', 'were', 'too', 'large', 'and', 'too', 'long', 'mid-calf', 'i', 'returned', 'the', 'dress', 'for', 'a', 'size', 'smaller', 'in', 'petite', 'for', 'a', 'more', 'flattering', 'hemline', 'the', 'dress', 'is', 'lovely', 'especially', 'on', 'the', 'models', 'in', 'the', 'pictures', 'but', 'did', "n't", 'quite', 'work', 'out', 'for', 'me', 'also', 'it', 'feels', 'like', 'there', 'are', 'hundreds', 'of', 'closure', 'hooks', 'that', 'make', 'putting', 'on/taking', 'off', 'the', 'dress', 'seem', 'to', 'take', 'an', 'unusually', 'long', 'time', ',3,1,0', 'general', 'dresses', 'dresses'] ['10670,1083,34', 'stunning', 'this', 'black', 'dress', 'is', 'stunning', 'i', "'ve", 'already', 'worn', 'it', 'to', 'a', 'fashion', 'show', 'and', 'a', 'wedding', 'and', 'i', 'received', 'so', 'many', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['10671,1083,28', 'great', 'lbd', 'this', 'is', 'a', 'very', 'flattering', 'dress', 'that', 'is', 'perfect', 'for', 'those', 'little', 'black', 'dress', 'occasions', 'two', 'other', 'people', 'in', 'my', 'family', 'own', 'this', 'dress', 'and', 'love', 'it', 'it', "'s", 'now', 'my', 'turn', 'to', 'add', 'it', 'to', 'my', 'collection', 'the', 'dress', 'is', 'quite', 'long', 'for', 'my', '5', '6', 'frame', 'so', 'i', 'have', 'reordered', 'it', 'in', 'a', 'petite', 'size', 'for', 'a', 'little', 'better', 'fit', 'and', 'length', 'the', 'lace', 'is', 'very', 'detailed', 'and', 'the', 'nude', 'slip', 'underneath', 'keeps', 'the', 'lace', 'from', 'being', 'too', 'revealing', 'very', 'elegant', 'a', 'little', 'chanel', 'like', 'and', 'by', 'the', 'way', 'the', 'belt', 'is', 'included', 'as', 'another', 'reviewer', ',5,1,0', 'general', 'dresses', 'dresses'] ['10672,1083,25', 'beautiful', 'dress', 'disappointing', 'fit', 'i', 'had', 'really', 'high', 'hopes', 'for', 'this', 'dress', 'based', 'on', 'the', 'reviews', 'i', "'m", 'on', 'the', 'curvier', 'side', 'but', 'was', 'surprised', 'to', 'find', 'that', 'my', 'usual', 'size', '12', 'was', 'very', 'loose', 'and', 'long', 'the', 'hem', 'hit', 'just', 'below', 'my', 'knee', 'instead', 'of', 'feeling', 'sexy', 'the', 'weird', 'fit', 'just', 'made', 'me', 'feel', 'matronly', 'i', "'m", 'going', 'to', 'exchange', 'for', 'a', '10', 'petite', 'which', 'will', 'hopefully', 'be', 'a', 'little', 'more', 'figure-hugging', 'and', 'not', 'as', 'long', 'despite', 'my', 'fit', 'issues', 'the', 'design', 'is', 'stunning', 'intricate', 'and', 'unusual', 'i', "'m", 'hoping', 'that', 'the', 'new', 'size', 'will', 'do', 'it', 'more', 'justice', ',4,1,3', 'general', 'dresses', 'dresses'] ['10673,1083,47', 'beautiful', 'but', 'i', 'generally', 'wear', 'a', 'size', '6', 'and', 'am', '5', 'ft', '3', 'in', 'in', 'height', 'the', 'size', '6', 'fell', 'below', 'the', 'knees', 'and', 'did', 'not', 'look', 'right', 'the', 'fit', 'of', 'the', '6', 'petite', 'is', 'beautiful', 'and', 'flattering', 'the', 'dress', 'is', 'indeed', 'lovely', 'and', 'i', 'really', 'want', 'to', 'love', 'this', 'dress', 'as', 'much', 'as', 'others', 'do', 'however', 'i', 'am', 'conflicted', 'i', 'am', 'modest', 'in', 'my', 'style', 'and', 'even', 'though', 'nothing', 'is', 'revealed', 'the', 'strategic', 'placement', 'of', 'lace', 'panels', 'makes', 'it', 'a', 'bit', 'suggestive', 'and', 'takes', 'it', 'out', 'of', 'my', 'comfort', 'zone', ',4,1,2', 'general', 'dresses', 'dresses'] ['10674,1002,58', 'versital', 'and', 'comfortable', 'this', 'skirt', 'is', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'the', 'print', 'is', 'sophisticated', 'and', 'style', 'flattering', 'on', 'any', 'body', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'could', 'be', 'worn', 'most', 'of', 'the', 'year', 'maybe', 'not', 'on', 'those', 'hot', 'summer', 'days', 'but', 'mild', 'ones', 'for', 'sure', 'with', 'a', 'pop', 'of', 'color', 'tank', 'or', 't.', ',5,1,0', 'general', 'bottoms', 'skirts'] ['10675,1083,38', 'perfectly', 'delightful', 'this', 'dress', 'is', 'absolutely', 'perfectly', 'delightful', 'fits', 'like', 'a', 'glove', 'and', 'is', 'stunning', 'on', 'i', 'could', "n't", 'be', 'happier', 'with', 'this', 'purchase', 'i', 'wore', 'it', 'to', 'a', 'wedding', 'in', 'october', 'and', 'felt', 'beautiful', 'and', 'sexy', 'all', 'at', 'the', 'same', 'time', 'i', 'usually', 'struggle', 'with', 'dresses', 'because', 'i', 'am', 'under', '5', 'feet', 'i', 'purchased', 'a', '0p', 'and', 'it', 'fits', 'very', 'well', 'no', 'tailoring', 'needed', 'only', 'problem', 'was', 'that', 'once', 'i', 'was', 'on', 'the', 'dance', 'floor', 'the', 'hooks', 'in', 'the', 'front', 'of', 'the', 'dress', 'began', 'to', 'come', 'undone', 'yikes', 'i', 'had', 'to', 'leave', 'the', 'dance', 'floor', 'a', 'couple', 'of', 'times', 'and', ',4,1,4', 'general', 'dresses', 'dresses'] ['10676,1083,45', 'fits', 'like', 'a', 'glove', 'i', 'bought', 'this', 'dress', 'for', 'the', 'kentucky', 'derby', 'i', 'was', 'worried', 'about', 'wearing', 'navy', 'to', 'an', 'event', 'known', 'for', 'bright', 'colors', 'but', 'the', 'gorgeous', 'lace', 'and', 'rosettes', 'are', 'light', 'and', 'beautiful', 'i', 'paired', 'it', 'with', 'a', 'lavender', 'hat', 'and', 'i', 'was', 'ready', 'for', 'a', 'mint', 'julep', 'i', 'usually', 'wear', 'a', '2', 'or', 'a', '4', 'so', 'i', 'ordered', 'both', 'the', '2', 'fit', 'best', 'i', 'will', 'be', 'wearing', 'this', 'dress', 'to', 'a', 'wedding', 'in', 'the', 'fall', 'and', 'for', 'many', 'events', 'for', 'years', 'to', 'come', 'stunning', ',5,1,4', 'general', 'dresses', 'dresses'] ['10677,1078,29', 'adorable', 'i', 'was', 'looking', 'for', 'the', 'perfect', 'july', '4th', 'weekend', 'dress', 'with', 'enough', 'room', 'to', 'be', 'comfy', 'and', 'eat', 'while', 'also', 'being', 'chic', 'and', 'feeling', 'cute'] [] ['i', 'got', 'countless', 'compliments', 'on', 'this', 'dress', 'the', 'design', 'is', 'adorable', 'and', 'the', 'fit', 'is', 'really', 'flattering', 'i', "'m", '5', '4', 'and', 'i', 'weigh', 'about', '128', 'i', 'normally', 'would', 'have', 'worn', 'a', 'small', 'but', 'i', 'had', 'to', 'spring', 'for', 'the', 'petite', 'xs', 'the', 'design', 'is', 'a', 'bit', 'big', 'and', 'billowy', 'and', 'anything', 'else', 'would', 'have', 'swallowed', 'me', 'up'] [] ['overall', 'great', 'purchase', 'i', 'am', 'in', 'love', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10678,632,35', 'great', 'beach', 'shorts', 'i', "'ve", 'been', 'looking', 'for', 'white', 'beach', 'shorts', 'and', 'these', 'are', 'perfect', 'as', 'another', 'reviewer', 'said', 'they', 'are', 'in', 'fact', 'see-through', 'because', 'they', 'are', 'meant', 'to', 'be', 'a', 'cover', 'up', 'not', 'real', 'shorts', 'the', 'hem', 'detail', 'is', 'very', 'cute', 'and', 'they', "'re", 'super', 'comfortable', 'my', 'size', 'small', 'fit', 'tts', 'and', 'the', '3', 'hem', 'is', 'nice', 'for', 'tall', 'women', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['10679,1083,26', 'just', 'incredible', 'got', 'this', 'dress', 'in', 'the', 'mail', 'today', 'and', 'i', 'am', 'blown', 'away', 'the', 'fit', 'is', 'amazing', 'normally', 'i', 'would', 'get', 'an', '8', 'in', 'dresses', 'sometimes', 'a', '6', 'i', 'got', 'a', '6', 'in', 'this', 'one', 'and', 'it', "'s", 'perfect', 'hugs', 'in', 'all', 'the', 'right', 'places', 'everyone', 'needs', 'this', 'dress', 'i', 'feel', 'like', 'with', 'the', 'style', 'and', 'fit', 'of', 'this', 'dress', 'it', 'should', 'be', 'a', 'little', 'more', 'snug', 'so', 'i', 'recommend', 'sizing', 'down', 'can', 'not', 'wait', 'to', 'wear', 'this', 'one', ',5,1,2', 'general', 'dresses', 'dresses'] ['10680,1078,36', 'adorable', 'i', 'love', 'this', 'dress', 'it', "'s", 'very', 'cute', 'and', 'comfortable', 'i', 'belted', 'it', 'to', 'give', 'me', 'more', 'of', 'a', 'waistline', 'because', 'otherwise', 'the', 'tented', 'shape', 'overwhelms', 'my', 'short', 'stature', 'i', 'love', 'the', 'strap', 'design', 'at', 'the', 'neckline', 'the', 'off', 'the', 'shoulder', 'sleeves', 'are', 'comfortable', 'i', 'have', 'an', 'xsp', 'which', 'is', 'true', 'to', 'size', 'for', 'me.,5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10681,1022,39', 'love', 'these', 'jeans', 'i', 'am', 'fortunate', 'to', 'work', 'in', 'an', 'environment', 'where', 'i', 'can', 'wear', 'jeans', 'just', 'about', 'every', 'day', 'so', 'i', 'am', 'always', 'looking', 'for', 'a', 'good', 'pair', 'to', 'add', 'to', 'my', 'collection', 'i', 'bought', 'this', 'style', 'on', 'a', 'relatively', 'quick', 'shopping', 'trip', 'with', 'not', 'a', 'lot', 'of', 'thought', 'well', '2', 'weeks', 'later', 'i', 'was', 'back', 'buying', 'a', 'second', 'pair'] [] ['the', 'color', 'is', 'great', 'a', 'little', 'darker', 'with', 'that', 'warn', 'in', 'look', 'but', 'no', 'whiskering', 'with', 'a', 'fit', 'that', 'is', 'tts', 'i', 'like', 'the', 'higher', 'waist', 'to', 'cover', 'my', 'mommy-tummy', 'and', 'my', 'butt', 'looks', 'pretty', 'fabulous', 'but', 'the', 'best', 'thing', 'about', 'th', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10682,1083,34', 'wonderful', 'incredibly', 'flattering', 'and', 'going', 'to', 'be', 'useful', 'for', 'multiple', 'occasions', 'i', 'needed', 'a', "'default", 'black', 'dress', 'and', 'this', 'is', 'it'] [] ['only', 'downside', 'it', "'s", 'pictured', 'with', 'a', 'beautiful', 'grosgrain', 'ribbon', 'at', 'the', 'waist', 'but', 'does', 'not', 'actually', 'come', 'with', 'the', 'ribbon', 'i', "'ll", 'be', 'trying', 'to', 'find', 'something', 'similar', 'at', 'a', 'ribbon/embroidery', 'shop', 'as', 'the', 'dress', 'would', 'really', 'benefit', 'from', 'a', 'slightly', 'cinched', 'waist', ',5,1,2', 'general', 'dresses', 'dresses'] ['10683,1083,32', 'showstopper', 'this', 'dress', 'has', 'been', 'on', 'retailer', "'s", 'site', 'for', 'a', 'while', 'now', 'years', 'and', 'i', 'finally', 'grabbed', 'one', 'during', 'a', 'recent', 'member', 'sale', 'i', 'ca', "n't", 'believe', 'i', 'waited', 'so', 'long', 'it', "'s", 'so', 'gorgeous', 'on', 'classy', 'but', 'still', 'distinctly', 'sexy', 'i', "'m", "5'10", '160', 'and', 'the', 'size', '8', 'fits', 'great', 'definitely', 'fitted', 'through', 'the', 'hips', 'and', 'thighs', 'and', 'roomy', 'enough', 'on', 'top', 'i', 'considered', 'taking', 'it', 'in', 'beautiful', 'dress', 'overall', ',5,1,0', 'general', 'dresses', 'dresses'] ['10684,907,53', 'i', 'am', 'so', 'happy', 'with', 'this', 'i', 'was', 'pleasantly', 'surprised', 'upon', 'receiving', 'it', 'as', 'i', 'expected', 'it', 'to', 'be', 'of', 'lesser', 'quality', 'than', 'what', 'i', 'found', 'it', 'to', 'be', 'it', 'is', 'a', 'medium', 'weight', 'weave', 'grey', 'sweater', 'with', 'a', 'beautiful', 'design', 'and', 'texture', 'one', 'of', 'those', 'pieces', 'that', 'you', 'will', 'tire', 'of', 'long', 'before', 'it', 'wears', 'out', 'it', 'is', 'a', 'great', 'layering', 'piece', 'but', 'not', 'over', 'bulky', 'or', 'structured', 'tops', 'as', 'it', 'is', 'very', 'smooth', 'fitting', 'without', 'a', 'whole', 'lot', 'of', 'give', 'that', 'is', 'to', 'say', 'it', 'is', 'not', 'loosely', 'woven', 'so', 'it', 'is', 'better', 'over', 'a', 'snug', 'fitting', 'item', 'the', 'colo', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['10685,1083,41', ',this', 'dress', 'is', 'really', 'lovely', 'it', 'looks', 'so', 'fragile', 'online', 'but', 'in', 'person', 'is', 'rather', 'structured', 'and', 'substantial', 'it', 'runs', 'very', 'large', 'i', 'just', 'returned', 'mine', 'for', '2', 'sizes', 'down', 'i', 'also', 'like', 'the', 'zipper', 'up', 'the', 'back', 'so', 'that', 'the', 'eye', 'hooks', 'on', 'the', 'front', 'are', 'not', 'necessary', 'to', 'use', 'to', 'put', 'on', 'the', 'interior', 'lining', 'is', 'affixed', 'so', 'there', 'is', 'no', 'slipping', 'like', 'a', 'typical', 'under', 'slip', 'if', 'you', 'are', 'on', 'the', 'fence', 'at', 'least', 'try', 'it', 'i', 'am', 'glad', 'i', 'did.,5,1,0', 'general', 'dresses', 'dresses'] ['10686,1002,91', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['10687,1083,45', 'ladylike', 'but', 'sexy', 'i', 'was', "n't", 'looking', 'for', 'a', 'little', 'black', 'dress', 'but', 'i', 'could', "n't", 'resist', 'this', 'one', 'it', "'s", 'as', 'stunning', 'in', 'person', 'as', 'it', 'is', 'in', 'the', 'pictures', 'online', 'the', 'front', 'has', 'a', 'corset-like', 'closure', 'which', 'i', 'did', "n't", 'realize', 'until', 'it', 'arrived', 'it', "'s", 'very', 'classy', 'though', 'not', 'cheap', 'looking', 'the', 'lace', 'detail', 'is', 'really', 'beautiful', 'i', 'was', 'a', 'bit', 'concerned', 'about', 'how', 'the', 'sheer', 'looking', 'areas', 'would', 'look', 'because', 'i', 'was', 'hoping', 'to', 'wear', 'the', 'dress', 'for', 'a', 'dressy', 'work', 'function', 'it', "'s", 'definitely', 'a', 'sexy', 'dress', 'but', 'the', 'fact', 'that', 'there', "'s", 'so', 'much', 'coverage', 'ma', ',5,1,2', 'general', 'dresses', 'dresses'] ['10688,1083,32', 'i', 'love', 'love', 'this', 'dress', 'this', 'is', 'truly', 'the', 'best', 'black', 'dress', 'you', 'can', 'wear', 'to', 'sooo', 'many', 'things', 'a', 'long', 'time', 'keeper', 'for', 'the', 'closet', 'i', 'felt', 'it', 'ran', 'a', 'little', 'bit', 'big', 'i', 'am', 'normally', 'an', '8-10', 'i', 'bought', 'both', 'sizes', '8', 'and', '10', 'kept', 'the', '8', 'but', 'felt', 'i', 'could', 'even', 'get', 'away', 'with', 'a', '6', 'but', 'did', "n't", 'want', 'to', 'pay', 'shipping', 'again', 'for', 'another', 'size', 'i', 'am', '5', '7', 'and', '155lbs', 'it', 'is', 'truly', 'a', 'flattering', 'dress', 'for', 'any', 'figure', ',5,1,1', 'general', 'dresses', 'dresses'] ['10689,1083,34', 'looking', 'for', 'another', 'reason', 'to', 'wear', 'it', 'i', 'love', 'this', 'dress', 'i', 'found', 'it', 'to', 'run', 'one', 'size', 'big', 'i', 'am', '5', '8', '128lbs', 'and', 'went', 'down', 'a', 'size', 'to', 'a', '2.', 'i', 'purchased', 'both', 'a', '4', 'and', '2', 'then', 'tried', 'them', 'on', 'a', 'few', 'times', 'and', 'the', 'smaller', 'size', 'did', "n't", 'pull', 'at', 'all', 'because', 'it', 'fit', 'me', 'right', 'the', 'larger', 'one', 'hung', 'lower', 'and', 'did', "n't", 'look', 'right', 'i', 'received', 'compliments', 'all', 'night', 'when', 'i', 'wore', 'this', 'and', 'paired', 'it', 'with', 'black', 'heels', 'and', 'a', 'small', 'back', 'clutch', 'very', 'comfortable', 'too', ',5,1,5', 'general', 'dresses', 'dresses'] ['10690,1083,32', 'amazing', 'dress', 'i', 'do', "n't", 'know', 'that', 'there', 'needs', 'to', 'be', 'more', 'reviews', 'but', 'here', 'goes'] [] ['the', 'dress', 'is', 'gorgeous', 'i', 'have', 'never', 'received', 'so', 'many', 'compliments', 'on', 'a', 'dress', 'of', 'mine', 'and', 'i', 'have', 'some', 'really', 'lovely', 'ones', 'strangers', 'and', 'friends', 'alike', 'were', 'complimenting', 'me', 'i', 'had', 'been', 'eyeing', 'this', 'online', 'but', 'never', 'pulled', 'the', 'trigger', 'thinking', 'i', "'d", 'never', 'need', 'a', 'dress', 'like', 'this', 'anytime', 'soon', 'then', 'i', 'came', 'across', 'this', 'in', 'person', 'at', 'my', 'local', 'store', 'and', 'i', 'instantly', 'fell', 'in', 'love', 'do', "n't", 'hesitate', 'and', 'if', 'you', "'re", 'lucky', 'that', 'retailer', 'is', 'having', 'o', ',5,1,1', 'general', 'dresses', 'dresses'] ['10691,1083,36', 'love', 'love', 'this', 'dress', 'the', 'fit', 'is', 'amazing', 'i', 'wore', 'it', 'to', 'church', 'for', 'my', 'brother', "'s", 'wedding', 'and', 'got', 'so', 'many', 'compliments', 'it', 'looks', 'great', 'in', 'photos', 'too', ',5,1,2', 'general', 'dresses', 'dresses'] ['10692,1083,34', 'i', 'would', 'not', 'have', 'spent', 'this', 'much', 'on', 'a', 'dress', 'without', 'a', 'gift', 'card', 'but', 'it', 'absolutely', 'lives', 'up', 'to', 'the', 'hype', ',5,1,2', 'general', 'dresses', 'dresses'] ['10693,1083,47', 'form-fitting', 'yet', 'forgiving', 'i', "'ve", 'eyed', 'this', 'dress', 'forever', 'and', 'finally', 'decided', 'to', 'buy', 'it', 'i', 'literally', 'read', 'every', 'single', 'review', 'to', 'make', 'sure', 'i', 'ordered', 'the', 'right', 'size', 'i', "'m", '5', '4-3/4', '36c-32-37', 'with', 'a', 'drop-waist', 'that', 'measures', '34.', 'based', 'on', 'the', 'reviews', 'i', 'ordered', 'a', 'regular', 'size', '6.', 'i', 'tried', 'it', 'on', 'with', 'a', 'bra', 'and', 'also', 'without', 'and', 'the', 'dress', 'fits', 'so', 'well', 'and', 'beautifully', 'both', 'ways', 'but', 'for', 'complete', 'comfort', 'i', "'ll", 'probably', 'go', 'without', 'the', 'bra', 'the', 'lining', 'and', 'design', 'do', "n't", 'show', 'anything', 'you', 'do', "n't", 'want', 'seen', 'sitting', 'in', 'it', 'feels', 'great', 'too', 'i', ',5,1,0', 'general', 'dresses', 'dresses'] ['10694,1083,25', 'this', 'dress', 'makes', 'me', 'look', '20', 'years', 'younger', 'i', 'disagree', 'with', 'reviewers', 'who', 'said', 'the', 'dress', 'looked', 'cheap', 'cavernous', 'or', 'stiff', 'quite', 'the', 'opposite', 'i', 'wore', 'this', 'to', 'my', '32nd', 'anniversary', 'dinner', 'and', 'two', 'women', 'stopped', 'me', 'to', 'say', 'i', 'was', 'stunning', 'i', 'am', 'an', 'average', 'medium', 'hourglass', 'the', 'dress', 'arrived', 'in', '2', 'weeks', 'and', 'was', 'true', 'to', 'size', 'i', 'wore', 'a', 'nude', 'lace', 'strapless', 'bra', 'underneath', 'the', 'hem', 'reaches', 'the', 'bottom', 'of', 'my', 'kneecaps', 'the', 'lace', 'sleeves', 'were', 'not', 'tight', 'on', 'my', 'fleshy', 'arms', 'the', 'neckline', 'lays', 'flat', 'the', 'dress', 'zips', 'in', 'back', 'and', 'the', 'silver', 'hooks', 'in', 'front', 'are', 'most', ',5,1,2', 'general', 'dresses', 'dresses'] ['10695,1083,76', 'here', 'amp', '39', 's', 'a', 'tip', 'fabulous', 'dress'] ['clip', 'off', 'the', 'tags', 'because', 'they', 'show', 'through', 'the', 'lace', 'on', 'the', 'back', 'you', 'can', 'see', 'this', 'on', 'the', 'back', 'photo', 'of', 'one', 'recent', 'reviewer', ',5,1,0', 'general', 'dresses', 'dresses'] ['10696,1083,63', 'my', 'go-to', 'dress', 'for', 'everything', 'i', 'love', 'this', 'dress', 'and', 'am', 'strongly', 'considering', 'buying', 'the', 'white', 'too', 'but', 'i', 'wish', 'it', 'came', 'in', 'another', 'color', 'other', 'than', 'white', 'or', 'black', 'because', 'i', 'would', 'get', 'that', 'goes', 'great', 'for', 'nice', 'dinners', 'dates', 'weddings', 'almost', 'anything', 'it', "'s", 'not', 'ball-gown', 'fancy', 'but', 'just', 'fitted', 'and', 'nice', 'enough', 'to', 'wear', 'for', 'work', 'or', 'a', 'nice', 'evening', 'out', 'only', 'problem', 'i', 'have', 'are', 'with', 'the', 'clips', 'in', 'the', 'front', 'i', 'have', 'a', 'hard', 'time', 'using', 'the', 'loo', 'because', 'it', 'is', 'very', 'fitted', 'you', 'have', 'to', 'un', 'clip', 'them', 'and', 'then', 're-clip', 'but', 'it', "'s", 'worth', 'the', 'effort', ',5,1,0', 'general', 'dresses', 'dresses'] ['10697,1083,64', ',this', 'is', 'a', 'unique', 'beautiful', 'dress', 'and', 'it', 'fits', 'like', 'a', 'glove.,5,1,1', 'general', 'dresses', 'dresses'] ['10698,1083,50', 'meh', 'pretty', 'but', 'matronly', 'i', 'so', 'wanted', 'to', 'love', 'this', 'but', 'was', 'underwhelmed', 'ii', 'am', 'tall', 'but', 'yet', 'it', 'hit', 'below', 'my', 'knee', 'in', 'that', 'awkward', 'spot', 'that', 'is', 'just', 'a', 'tad', 'too', 'long', 'to', 'be', 'hip', 'stylish', 'and', 'too', 'short', 'to', 'be', 'evening', 'cocktail', 'just', 'felt', 'looked', 'frumpy', 'i', 'do', 'think', 'it', 'looks', 'great', 'on', 'other', 'reviewers', 'though', 'so', 'may', 'just', 'be', 'that', 'if', 'was', "n't", 'a', 'good', 'fit', 'for', 'my', 'body', 'type', 'i', 'wore', 'my', 'normal', 'size', '6', 'and', 'it', 'just', 'did', "n't", 'flatter', 'made', 'me', 'feel', '10', 'years', 'older,3,0,0', 'general', 'dresses', 'dresses'] ['10699,1083,38', 'i', 'love', 'this', 'dress', 'i', 'purchased', 'a', 'size', 'down', 'from', 'my', 'normal', 'dress', 'size', 'after', 'reading', 'the', 'reviews', 'i', "'m", '5', '9', '148lbs', '34dd', 'and', 'the', 'size', '6', 'fit', 'perfect', 'the', 'attached', 'slip', 'is', 'a', 'tad', 'darker', 'than', 'my', 'very', 'fair', 'skin', 'color', 'but', 'it', 'still', 'works', 'ca', "n't", 'wait', 'to', 'dress', 'it', 'up', 'with', 'some', 'nice', 'heels', ',5,1,1', 'general', 'dresses', 'dresses'] ['10700,907,64', 'very', 'nice', 'this', 'sweater', 'is', 'light', 'gray', 'as', 'shown', 'in', 'the', 'photo', 'not', 'dark', 'gray', 'as', 'the', 'description', 'states', 'i', 'went', 'up', 'from', 'my', 'usual', 'size', 'so', 'would', 'say', 'it', 'runs', 'small', 'it', 'is', 'lightweight', 'enough', 'that', 'i', 'think', 'i', 'will', 'get', 'adequate', 'use', 'out', 'of', 'it', 'this', 'winter', 'in', 'fl', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['10701,1083,50', 'i', 'purchased', 'this', 'dress', 'for', 'my', '50th', 'birthday', 'bash', 'it', 'was', 'stunning', 'the', 'fit', 'was', 'perfect', 'i', 'did', 'buy', 'it', 'a', 'size', 'up', 'but', 'could', 'have', 'worn', 'my', 'regular', 'size', 'it', 'is', 'incredibly', 'flattering', 'and', 'elegant', 'very', 'well', 'made', 'one', 'of', 'my', 'go', 'to', 'black', 'dresses', 'for', 'the', 'summer', ',5,1,4', 'general', 'dresses', 'dresses'] ['10702,871,55', 'pleasant', 'surprise', 'the', 'picture', 'does', "n't", 'do', 'this', 'blouse', 'any', 'justice', 'the', 'fabric', 'is', 'really', 'nice', 'and', 'the', 'back', 'is', 'really', 'what', 'makes', 'this', 'blouse', 'the', 'bows', 'down', 'the', 'back', 'of', 'the', 'blouse', 'make', 'it', 'pop', ',5,1,0', 'general', 'tops', 'knits'] ['10703,1083,31', 'can', 'i', 'wear', 'this', 'everyday', 'amaze', 'this', 'dress', 'is', 'gorjuss', 'i', 'thought', 'i', 'would', 'be', 'in', 'between', 'a', '10-12', 'but', 'after', 'trying', 'on', 'the', '8', 'in', 'the', 'store', 'i', "'m", 'a', 'perfect', '10.', 'i', 'was', 'a', 'little', 'nervous', 'about', 'the', 'price', 'but', 'then', 'i', 'said', 'treat', 'yoself', 'and', 'made', 'the', 'leap', 'and', 'did', "n't", 'look', 'back', 'i', 'felt', 'so', 'confident', 'wearing', 'this', 'to', 'a', 'wedding', 'and', 'received', 'so', 'many', 'compliments', 'i', 'wanted', 'a', 'dress', 'that', 'made', 'me', 'feel', 'sexy', 'without', 'showing', 'so', 'much', 'skin', 'this', 'achieved', 'it', 'all', 'make', 'the', 'purchase', 'you', 'wo', "n't", 'regret', 'it'] [] ['i', "'m", '5', '8', '195lbs', 'and', 'the', '10', 'was', 'spot', 'on', ',5,1,5', 'general', 'dresses', 'dresses'] ['10704,1022,31', 'buyer', 'beware-', 'stretches', 'out', 'significantly', 'i', 'am', 'obsessed', 'with', 'denim', 'and', 'have', 'two', 'other', 'pairs', 'of', 'ag', 'jeans', 'from', 'retailer', 'that', 'i', 'am', 'very', 'happy', 'with', 'my', 'recent', 'preference', 'has', 'been', 'for', 'high-rise', 'skinny', 'jeans', 'and', 'decided', 'to', 'give', 'these', 'a', 'try', 'because', 'of', 'the', 'versatile', 'medium', 'wash.', 'when', 'i', 'tried', 'these', 'on', 'in', 'my', 'normal', 'size', 'they', 'were', 'so', 'cute', 'that', 'i', 'bought', 'them', 'full-priced', 'i', 'could', 'tell', 'that', 'the', 'material', 'was', 'pretty', 'stretchy', 'which', 'is', 'what', 'makes', 'them', 'soft', 'and', 'comfortable', 'but', 'was', 'not', 'expecting', 'them', 'to', 'stretch', 'out', 'and', 'sag', 'after', 'a', 'few', 'hours', 'by', 'th', ',2,0,2', 'general', 'bottoms', 'jeans'] ['10705,1083,39', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'the', 'cut', 'is', 'strange', 'i', 'am', 'a', 'proportionate', '5', '4', '39', 'year', 'old', 'and', 'thought', 'this', 'dress', 'would', 'look', 'great', 'it', "'s", 'a-line', 'and', 'looks', 'a', 'lot', 'like', 'the', 'kind', 'of', 'dresses', 'that', 'usually', 'fit', 'me', 'nicely', 'i', 'bought', 'it', 'in', 'an', '8p', 'which', 'is', 'my', 'normal', 'size', 'the', 'hips', 'were', 'a', 'little', 'too', 'big', 'but', 'not', 'bad', 'the', 'top', 'part', 'however', 'was', 'enormous', 'the', 'cut', 'in', 'the', 'shoulders/neckline', 'was', 'way', 'too', 'wide', 'the', 'lace', 'sleeves', 'were', 'way', 'too', 'big', 'there', 'was', 'too', 'much', 'room', 'in', 'the', 'bust', 'my', 'c', 'cup', 'was', 'inadequate', 'etc', 'this', 'dress', 'would', 'look', 'nice', 'on', 'someone', 'who', 'is', 'thicker/vol', ',3,0,7', 'general', 'dresses', 'dresses'] ['10706,936,42', 'huge', 'this', 'is', 'a', 'gorgeous', 'sweater', 'but', 'huge', 'and', 'when', 'i', 'say', 'huge', 'i', 'mean', 'gigantic', 'i', "'m", 'usually', 'a', 'size', 'large', 'and', 'i', 'do', "n't", 'even', 'think', 'the', 'small', 'would', 'be', 'small', 'enough', 'the', 'cowl', 'neck', 'and', 'fabric', 'overall', 'is', 'great', 'although', 'stretches', 'out', 'which', 'is', 'why', 'it', 'becomes', 'so', 'overwhelming', 'but', 'the', 'sweater', 'just', 'hung', 'on', 'me', 'like', 'a', 'short', 'blanket', 'the', 'armholes', 'are', 'very', 'big', 'deceiving', 'on', 'the', 'model', 'returning', ',4,0,1', 'general', 'petite', 'tops', 'sweaters'] ['10707,1083,32', 'amazing', 'i', 'was', 'feeling', 'defeated', 'in', 'my', 'search', 'for', 'a', 'dress', 'for', 'some', 'upcoming', 'holiday', 'parties', 'while', 'shopping', 'today', 'i', 'saw', 'this', 'dress', 'in', 'the', 'dressing', 'room', 'as', 'another', 'customer', 'was', 'trying', 'it', 'on', 'she', 'was', 'a', 'shorter', 'petite', 'woman', 'and', 'this', 'dress', 'looked', 'amazing', 'on', 'her', 'it', 'instantly', 'caught', 'my', 'eye', 'and', 'it', 'looked', 'great', 'on', 'her', 'i', 'went', 'and', 'was', 'lucky', 'enough', 'to', 'find', 'a', 'size', '10.', 'lately', 'i', "'ve", 'been', 'closer', 'to', 'a', '12', 'sadly', 'and', 'was', 'worried', 'this', 'was', 'going', 'to', 'be', 'another', 'bust', 'i', "'m", '5/11', 'and', 'much', 'curvier', 'than', 'the', 'woman', 'i', 'saw', 'in', 'the', 'dressi,5,1,5', 'general', 'dresses', 'dresses'] ['10708,632,60', 'cute', 'cover-up', 'or', 'summer', 'top', 'shorts', 'lightweight', 'soft', 'cotton', 'top', 'and', 'shorts', 'i', 'think', 'it', "'s", 'meant', 'to', 'be', 'a', 'beach', 'cover-up', 'but', 'i', "'m", 'wearing', 'it', 'as', 'a', 'thin', 'light-weight', 'summer', 'outfit', 'on', 'these', 'hot', 'hot', 'days', 'the', 'top', 'has', 'a', 'loose', 'elastic', 'around', 'the', 'bottom', 'which', 'i', 'did', "n't", 'realize', 'when', 'i', 'ordered', 'it', 'but', 'i', 'like', 'it', 'and', 'it', 'matches', 'the', 'look', 'in', 'the', 'photos', 'and', 'the', 'shorts', 'are', 'very', 'low-cut', 'do', "n't", 'expect', 'them', 'up', 'around', 'your', 'waist', 'again', 'i', 'like', 'that', 'some', 'might', 'want', 'to', 'wear', 'a', 'cami', 'underneath', 'because', 'it', "'s", 'a', 'thin', 'cotton', 'but', 'i', "'m", 'fine', 'as-is', 'i', 'bought', 'it', 'i', ',5,1,8', 'initmates', 'intimate', 'lounge'] ['10709,1083,40', 'beautiful', 'but', 'i', 'think', 'this', 'dress', 'is', 'beautiful', 'i', 'ordered', 'it', 'for', 'my', 'brother', "'s", 'wedding', 'but', 'the', 'nude', 'slip', 'underneath', 'made', 'the', 'dress', 'look', 'a', 'bit', 'too', 'revealing', 'i', 'may', 'keep', 'it', 'for', 'a', 'holiday', 'party', 'though', 'because', 'it', 'really', 'is', 'gorgeous', 'and', 'super', 'flattering', 'it', 'dies', 'run', 'large', 'typically', 'i', "'m", 'a', '10', 'and', 'the', '8', 'fit', 'perfectly', ',4,1,1', 'general', 'dresses', 'dresses'] ['10710,1083,26', 'epitome', 'of', 'elegent', 'i', 'tried', 'this', 'dress', 'on', 'in', 'store', 'and', 'i', 'realized', 'it', 'is', 'true', 'to', 'size', 'in', 'every', 'way', 'i', 'am', '5', '1', 'and', 'needed', 'a', 'petite', 'for', 'it', 'to', 'land', 'just', 'above', 'my', 'knee', 'this', 'dress', 'was', 'elegant-', 'i', 'wore', 'it', 'to', 'a', 'wedding', 'and', 'some', 'thought', 'it', 'was', 'a', 'rent', 'the', 'runway', 'dress', 'ha', 'i', "'m", 'way', 'to', 'classy', 'for', 'that', 'for', 'all', 'you', 'ladies', 'who', 'want', 'to', 'look', 'sophisticated', 'in', 'those', 'cooler', 'evening', 'events', 'this', 'is', 'your', 'dress', 'i', 'felt', 'so', 'elegant', 'and', 'danced', 'the', 'night', 'away', 'and', 'had', 'no', 'issues', 'the', 'clasps', 'go', 'all', 'the', 'way', 'down', 'the', 'dress', 'so', 'i', 'do', 'suggest', 'li', ',5,1,3', 'general', 'dresses', 'dresses'] ['10711,1022,53', 'great', 'jean', 'best', 'jeans', 'ever', 'i', 'have', '2', 'pairs', 'now', 'after', 'getting', 'my', 'first', 'pair', 'last', 'year', 'i', 'knew', 'i', 'would', 'be', 'needing', 'another', 'most', 'comfortable', 'form', 'fitting', 'and', 'flattering', 'jean', 'ever', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10712,1022,39', 'super', 'comfortable', 'and', 'look', 'great', 'i', 'love', 'these', 'jeans', 'well', 'worth', 'the', 'price', 'waist', 'hits', 'just', 'right', 'the', 'stretch', 'is', 'great', 'i', 'can', 'wear', 'them', 'with', 'riding', 'boots', 'booties', 'and', 'flats', 'i', 'love', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10713,1083,55', 'i', 'have', 'purchased', 'over', '7', 'byron', 'lars', 'dresses', 'i', "'m", 'addicted', 'to', 'his', 'style', 'and', 'perfect', 'fit', 'for', 'the', 'curvy', 'woman', 'whether', 'you', 'are', 'a', '2', 'or', '12', 'you', 'will', 'feel', 'beautiful', 'and', 'if', 'you', 'care', 'to', 'present', 'yourself', 'on', 'the', 'occasion', 'as', 'a', 'most', 'lovely', 'lady', 'that', 'oozes', 'of', 'mystery', 'wear', 'this', 'dress', 'throw', 'your', 'next', 'day', 'dirty', 'hair', 'up', 'with', 'any', 'classic', 'retailer', 'pins', 'barrettes', 'or', 'headband', 'along', 'with', 'a', 'strong', 'lip', 'color', 'with', 'earrings', 'only', 'or', 'go', 'nude', 'lips', 'smoky', 'eyes', 'and', 'heels', 'this', 'dress', 'carries', 'itself', 'do', "n't", 'over', 'accessorize', 'with', ',5,1,7', 'general', 'dresses', 'dresses'] ['10714,1083,57', 'absolutely', 'stunning', 'i', 'wore', 'this', 'to', 'an', 'engagement', 'party', 'and', 'got', 'compliments', 'all', 'night', 'it', 'is', 'absolutely', 'gorgeous', 'and', 'very', 'slimming', 'i', 'got', 'a', 'petite', '4', 'and', 'it', 'fit', 'perfectly', 'for', 'reference', 'i', 'am', '5', '2', 'and', '125', 'lbs', 'you', 'ill', 'not', 'regret', 'buying', 'this', 'dress', ',5,1,6', 'general', 'dresses', 'dresses'] ['10715,1083,31', 'parisienne', 'chic', 'bought', 'this', 'dress', 'for', 'a', 'friend', "'s", 'wedding', 'i', 'have', 'since', 'worn', 'it', 'to', 'two', 'others', 'and', 'the', 'opera', 'numerous', 'times', 'it', "'s", 'my', 'favorite', 'little', 'black', 'dress', 'as', 'it', "'s", 'sexy', 'and', 'modest', 'at', 'the', 'same', 'time', 'i', 'receive', 'numerous', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'it', "'s", 'easy', 'to', 'get', 'into', 'the', 'zipper', 'is', 'sturdy', 'and', 'the', 'fabric', 'is', 'breathable', 'stretchy', 'but', 'not', 'clingy', ',5,1,4', 'general', 'dresses', 'dresses'] ['10716,867,34', ',,5,1,0', 'general', 'tops', 'knits'] ['10717,865,45', 'i', 'really', 'liked', 'the', 'casual', 'style', 'of', 'this', 'top', 'but', 'i', 'was', 'disappointed', 'when', 'i', 'put', 'it', 'on', 'it', "'s", 'cut', 'weird-', 'the', 'shoulder', 'cut-outs', 'are', 'smaller', 'than', 'pictured', 'and', 'just', 'do', "n't", 'seem', 'to', 'hang', 'right', 'they', 'do', "n't", 'hit', 'where', 'they', "'re", 'supposed', 'to', 'and', 'the', 'sleeves', 'were', 'also', 'not', 'as', 'pictured', 'more', 'like', '3/4', 'which', 'i', 'did', "n't", 'like', 'the', 'color', 'is', 'really', 'nice', 'and', 'i', 'liked', 'the', 'fabric', 'but', 'the', 'fit', 'was', 'just', 'off', 'i', 'tried', 'xs', 'and', 's.', 'both', 'fit', 'weird', ',2,0,4', 'general', 'tops', 'knits'] ['10718,1066,29', 'too', 'flare', 'too', 'small', 'too', 'flare', 'nice', 'thick', 'fabric', 'not', 'my', 'favorite', 'pant.,2,0,1', 'general', 'bottoms', 'pants'] ['10719,867,40', 'this', 'is', 'a', 'really', 'cute', 'sweater', 'it', "'s", 'thick', 'enough', 'to', 'keep', 'you', 'warm', 'but', 'it', 'just', 'did', "n't", 'look', 'right', 'on', 'me', 'it', 'made', 'me', 'look', 'frumpy', ',4,1,2', 'general', 'tops', 'knits'] ['10720,87,39', 'the', 'fit', 'is', 'gorgeous', 'but', 'i', 'did', "n't", 'realize', 'it', 'was', 'completely', 'transparent', 'when', 'it', 'says', 'mesh', 'it', 'means', 'mesh', 'i', 'was', 'thinking', 'the', 'mesh', 'part', 'was', 'on', 'the', 'bottom', 'because', 'of', 'how', 'it', 'is', 'cut', 'high', 'on', 'the', 'shoulders', 'you', 'ca', "n't", 'wear', 'a', 'cami', 'underneath', 'to', 'provide', 'coverage', 'very', 'cute', 'but', 'not', 'practical', ',3,0,1', 'initmates', 'intimate', 'intimates'] ['10721,867,61', 'so', 'comfy', 'bought', 'this', 'in', 'my', 'usual', 'size', 'small', 'and', 'it', 'fits', 'well', 'i', 'wear', 'it', 'around', 'the', 'house', 'constantly', 'to', 'stay', 'warm', 'this', 'winter', 'it', 'is', 'so', 'very', 'warm', 'and', 'comfortable', 'very', 'easy', 'to', 'wear', 'could', 'be', 'worn', 'out', 'but', 'i', 'prefer', 'it', 'with', 'lounge', 'pants', 'due', 'to', 'the', 'comfort', 'and', 'warmth', 'it', 'provides', 'it', 'is', 'a', 'nice', 'neutral', 'and', 'can', 'be', 'worn', 'with', 'many', 'other', 'retailer', 'casual', 'clothes', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['10722,456,44', ',,4,1,0', 'general', 'bottoms', 'shorts'] ['10723,865,30', 'flowy', 'lightweight', 'and', 'easy', 'i', 'typically', 'wear', 'a', 'medium', 'but', 'went', 'with', 'a', 'large', 'because', 'i', 'am', 'pregnant', 'and', 'tall', 'i', 'think', 'i', 'could', 'have', 'used', 'the', 'medium', 'in', 'width', 'but', 'like', 'the', 'length', 'of', 'the', 'large', 'it', 'is', 'a', 'wider', 'fit', 'and', 'is', 'significantly', 'shorter', 'in', 'the', 'front', 'than', 'the', 'back', 'but', 'i', 'think', 'works', 'with', 'the', 'look', 'of', 'the', 'top', 'i', 'think', 'you', 'could', 'dress', 'it', 'up', 'or', 'down', 'and', 'the', 'fabric', 'is', 'cozy', 'i', 'would', 'highlight', 'that', 'it', 'has', 'a', 'wider', 'fit', 'but', 'i', 'think', 'that', 'is', 'the', 'design', 'of', 'the', 'top', 'overall', 'i', 'am', 'pleased', 'and', 'i', 'think', 'meets', 'my', 'search', 'for', 'an', 'off', 'the', 'should', ',4,1,0', 'general', 'tops', 'knits'] ['10724,1037,48', 'run', 'small', 'i', 'really', 'like', 'these', 'but', 'my', 'usual', 'size', '29', 'did', 'not', 'fit', 'i', 'always', 'wear', 'that', 'size', 'in', 'pilcro', 'but', 'these', 'were', 'at', 'least', 'a', 'size', 'two', 'small', 'and', 'i', 'have', 'to', 'return', 'them', 'regretfully', 'they', 'are', 'out', 'of', 'size', '30', 'so', 'i', 'lose', 'out', 'wish', 'there', 'had', 'been', 'previous', 'reviews', 'to', 'let', 'me', 'know', 'so', 'i', "'m", 'doing', 'so', 'now', 'for', 'anyone', 'thinking', 'of', 'ordering', ',4,1,20', 'general', 'petite', 'bottoms', 'jeans'] ['10725,1037,50', 'underwhelming', 'i', 'was', 'really', 'disappointed', 'with', 'these', 'pants', 'they', 'were', 'a', 'thinner', 'fabric', 'than', 'expected', 'with', 'little', 'to', 'no', 'stretch', 'they', 'were', 'very', 'tight', 'around', 'my', 'legs', 'and', 'huge', 'at', 'the', 'waist', 'sadly', 'they', 'will', 'be', 'going', 'back', ',2,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['10726,456,62', 'wide', 'legs', 'but', 'good', 'quality', 'the', 'color', 'and', 'the', 'fabric', 'in', 'these', 'shorts', 'is', 'quite', 'nice', 'as', 'is', 'the', 'length', 'i', 'did', "n't", 'order', 'the', 'pilcro', 'bermudas', 'because', 'another', 'reviewer', 'said', 'the', 'legs', 'were', 'quite', 'wide', 'unfortunately', 'these', 'shorts', 'also', 'have', 'wide', 'legs', 'i', "'m", 'going', 'to', 'have', 'them', 'tailored', 'so', 'they', 'hug', 'the', 'legs', 'as', 'in', 'the', 'picture', 'rather', 'than', 'billowing', 'out', 'i', 'do', 'not', 'have', 'skinny', 'thighs', 'do', "n't", 'i', 'wish', 'and', 'i', 'was', 'surprised', 'that', 'the', 'fit', 'was', 'not', 'as', 'pictured', 'if', 'you', "'re", 'ok', 'with', 'wide', 'legs', 'or', 'can', 'get', 'them', 'at', 'a', 'price', 'at', 'which', 'you', "'re", 'ok', 'spending', 'extra', 'for', ',4,1,3', 'general', 'bottoms', 'shorts'] ['10727,1009,38', 'not', 'quite', 'cinderella', 'i', 'thought', 'this', 'skirt', 'would', 'fit', 'just', 'over', 'the', 'knee', 'with', 'a', 'nice', 'flowy', 'build', 'instead', 'it', 'fit', 'rather', 'baggy', 'and', 'was', 'longer', 'than', 'i', 'expected', 'i', 'felt', 'dowdy', 'in', 'it.,2,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['10728,865,40', ',i', 'really', 'like', 'this', 'top', 'is', 'casual', 'and', 'easy', 'to', 'wear', 'with', 'short', 'right', 'now', 'and', 'will', 'be', 'super', 'cute', 'with', 'jeans', 'when', 'it', 'gets', 'cooler.,4,1,0', 'general', 'tops', 'knits'] ['10729,1066,45', 'i', "'m", '5', '4', 'usually', 'a', 'small', 'in', 'retailer', 'sizes', '6-8', 'pants', 'i', 'purchased', 'the', '8', 'petite', ',3,0,0', 'general', 'bottoms', 'pants'] ['10730,456,64', 're-ordering', 'two', 'sizes', 'down', 'i', 'wore', 'out', 'a', 'pair', 'of', 'level', '99', 'shorts', 'a', 'couple', 'of', 'years', 'ago', 'ordered', 'these', 'in', 'the', 'same', 'size', 'and', 'they', 'are', 'huge', 'so', 'i', 'am', 'sending', 'them', 'in', 'for', 'exchange', 'and', 'hope', 'i', "'m", 'guessing', 'right', 'linen', 'and', 'tencel', 'are', 'my', 'two', 'favorite', 'summer', 'fabrics', 'love', 'the', 'length', 'which', 'can', 'be', 'adjusted', 'by', 'rolling', 'good', 'pockets', 'gorgeous', 'somewhat', 'dusty', 'plum', 'color', 'belt', 'loops', 'if', 'needed', 'though', 'i', 'rather', 'hope', 'they', "'re", 'not.,5,1,1', 'general', 'bottoms', 'shorts'] ['10731,1037,63', 'beautiful', 'just', 'got', 'these', 'in', 'black', 'and', 'they', 'look', 'great', 'they', 'are', 'a', 'great', 'combination', 'of', 'classy', 'and', 'casual', 'with', 'the', 'added', 'bonus', 'of', 'being', 'super', 'soft', 'they', 'are', 'however', 'very', 'fitting/slender', 'but', 'give', 'a', 'little', 'with', 'wear', 'as', 'others', 'have', 'mentioned', 'they', 'do', 'run', 'a', 'little', 'small', 'so', 'sizing', 'up', 'one', 'was', 'the', 'right', 'decision', 'at', '5', '5', 'they', 'fall', 'at', 'just', 'right', 'place', 'on', 'my', 'ankle', 'great', 'pant', 'overall', 'always', 'love', 'pilcro', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10732,1066,64', 'a', 'formal', 'yoga', 'pant', 'the', 'other', 'reviews', 'seemed', 'promising', 'and', 'so', 'i', 'ordered', 'these', 'in', 'a', '10', 'petite', 'i', 'am', '5', '4', 'and', 'the', 'length', 'was', 'still', 'long', 'and', 'would', 'either', 'need', 'to', 'be', 'worn', 'with', 'a', 'heel', 'or', 'altered', 'the', 'length', 'was', 'not', 'what', 'made', 'me', 'send', 'them', 'back', 'though', 'the', 'quality', 'is', 'very', 'very', 'nice', 'and', 'the', 'fabric', 'thick', 'stretchy', 'and', 'well', 'made', 'however', 'the', 'body', 'hugging', 'fit', 'and', 'flare', 'make', 'these', 'look', 'exactly', 'like', 'a', 'yoga', 'pant', 'but', 'made', 'from', 'nice', 'material', 'if', 'i', 'were', 'a', 'bit', 'more', 'confident', 'to', 'wear', 'these', 'outside', 'of', 'the', 'gym', 'then', 'they', 'would', 'be', 'great', ',2,0,0', 'general', 'bottoms', 'pants'] ['10733,886,53', 'not', 'a', 'sweatshirt', 'if', 'you', "'re", 'expecting', 'a', 'sweatshirt', 'when', 'you', 'order', 'this', 'you', 'might', 'be', 'disappointed', 'it', "'s", 'actually', 'more', 'like', 'a', 'banded', 't-shirt', 'which', 'i', 'do', "n't", 'mind', 'i', "'m", '5', '2', 'and', 'the', 'length', 'comes', 'just', 'below', 'the', 'button', 'on', 'my', 'jeans', 'perfect', 'length', 'for', 'us', 'shorter', 'gals', 'sleeves', 'are', 'quite', 'long', 'on', 'me', 'but', 'i', 'like', 'to', 'wear', 'them', 'pushed', 'up', 'anyways', 'and', 'they', 'actually', 'stay', 'up', 'i', 'would', "n't", 'pay', 'full', 'price', 'for', 'this', 'but', 'it', "'s", 'a', 'nice', 'top', 'at', 'the', 'sale', 'price', 'cute', 'with', 'destroyed', 'jeans', 'or', 'black', 'leggings', ',4,1,0', 'general', 'tops', 'knits'] ['10734,865,36', ',not', 'sure', 'why', 'it', 'has', 'gotten', 'good', 'ratings', 'and', 'or', 'why', 'sold', 'out', 'online', 'periodically', 'awkward', 'fit', 'and', 'flares', 'quit', 'a', 'bit', 'at', 'waist', 'also', 'has', 'extra', 'material', 'at', 'waist', 'line', 'so', 'does', 'not', 'look', 'flattering.,3,0,1', 'general', 'tops', 'knits'] ['10735,865,27', 'perfect', 'for', 'fall', 'this', 'sweater', 'is', 'a', 'hit', 'the', 'color', 'is', 'fantastic', 'and', 'the', 'shoulder', 'cutouts', 'add', 'a', 'feminine', 'and', 'unique', 'touch', 'looks', 'amazing', 'paired', 'with', 'booties', 'a', 'statement', 'necklace', 'and', 'jeans', 'definitely', 'affordable', 'too', 'highly', 'recommend', ',5,1,1', 'general', 'tops', 'knits'] ['10736,1037,37', 'amazing', 'as', 'usual', 'i', "'ve", 'always', 'been', 'a', 'pilcro', 'fan', 'and', 'they', 'always', 'seem', 'to', 'fit', 'just', 'right', 'this', 'pair', 'of', 'velvety', 'pants', 'was', 'no', 'different', 'lightweight', 'velvet', 'and', 'a', 'great', 'cut', 'yay', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10737,1037,59', 'my', 'newest', 'best', 'leggings', 'stellar', 'i', 'wish', 'i', 'had', 'purchased', 'these', 'earlier', 'in', 'the', 'winter', 'season', 'because', 'i', 'could', 'wear', 'them', 'every', 'single', 'day', 'they', 'are', 'phenomenal', 'plus', 'i', 'got', 'them', 'during', 'a', 'great', 'sale', 'the', 'reviews', 'i', 'read', 'said', 'they', 'run', 'small', 'so', 'i', 'went', 'a', 'full', 'size', 'up', 'and', 'they', 'fit', 'perfectly', 'i', 'usually', 'wear', 'a', '4', 'bought', 'a', '6', 'one', 'of', 'the', 'best', 'winter', 'wardrobe', 'purchases', 'i', "'ve", 'ever', 'made', 'totally', 'versatile', 'and', 'because', 'they', "'re", 'black', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10738,867,45', 'lost', 'in', 'translation', 'i', 'loke', 'the', 'idea', 'of', 'this', 'jacket', 'but', 'it', 'was', 'executed', 'poorly', 'it', 'makes', 'me', 'look', 'like', 'a', 'football', 'player', 'i', 'am', '5', '8', '135/athletic', 'build', 'and', 'i', 'was', 'swimming', 'in', 'the', 'm.', 'i', 'tried', 'a', 'small', 'on', 'in', 'store', 'and', 'it', 'still', 'looked', 'like', 'i', 'was', 'wearing', 'shoulder', 'pads', 'it', 'hangs', 'and', 'gaps', 'awkwardly', 'the', 'sleeves', 'are', 'freakishly', 'long', 'and', 'the', 'overall', 'length', 'was', 'too', 'short.,2,0,0', 'general', 'tops', 'knits'] ['10739,1037,42', 'runs', 'small', 'these', 'are', 'beautiful', 'pants', 'the', 'wine', 'color', 'is', 'rich', 'and', 'they', 'are', 'very', 'soft', 'they', 'just', 'run', 'really', 'small', 'i', 'normally', 'wear', 'a', '25', 'regular', 'but', 'often', 'i', 'have', 'to', 'roll', 'the', 'length', 'up', 'a', 'bit', 'so', 'this', 'time', 'i', 'ordered', 'a', '25p', 'thinking', 'it', 'would', 'be', 'the', 'same', 'just', 'shorter', 'but', 'i', 'could', 'hardly', 'even', 'pull', 'them', 'over', 'my', 'slinder', 'size', '6', 'foot', 'i', 'am', 'going', 'to', 'exchange', 'them', 'for', 'a', '26', 'regular', 'i', 'so', 'hope', 'that', 'they', 'fit', 'they', 'are', 'so', 'lovely'] ['i', 'totally', 'recommend', 'just', 'order', 'a', 'size', 'or', 'maybe', 'two', 'up', 'though', 'to', 'be', 'fair', 'maybe', 'peti', ',5,1,12', 'general', 'bottoms', 'jeans'] ['10740,1067,41', 'beautiful', 'i', 'love', 'this', 'jumpsuit', 'i', "'ve", 'worn', 'it', 'twice', 'and', 'received', 'many', 'compliments', 'both', 'times', 'absolutely', 'gorgeous', 'i', 'could', "n't", 'be', 'happier', '5', '5', '135', '34c-6', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['10741,477,24', 'this', 'is', 'cuter', 'in', 'person', 'more', 'of', 'a', 'brown', 'than', 'a', 'cream', 'like', 'in', 'the', 'picture', 'it', 'runs', 'a', 'little', 'smaller', 'than', 'i', 'was', 'expecting', 'but', 'that', "'s", 'actually', 'good', 'for', 'me', 'as', 'things', 'usually', 'are', 'a', 'little', 'loose', 'up', 'top', 'i', "'m", '5', '6', '120', 'lbs', '32c', 'and', 'an', 'xs', 'fit', 'well', 'for', 'a', 'sexier', 'look', 'but', 'if', 'you', "'re", 'wanting', 'it', 'a', 'little', 'looser', 'i', 'would', 'go', 'up', 'one', 'size', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['10742,838,39', 'nice', 'details', 'this', 'is', 'a', 'great', 'shirt', 'with', 'cute', 'details', 'including', 'the', 'ruffled', 'back', 'i', 'am', 'petite', 'and', 'needed', 'to', 'shorten', 'the', 'sleeves', 'but', 'otherwise', 'the', 'fit', 'was', 'true', 'to', 'size', 'and', 'not', 'too', 'baggy', 'or', 'too', 'tight', 'the', 'material', 'feels', 'avergage', 'in', 'quality', 'but', 'looks', 'polished', 'with', 'navy', 'blue', 'pants', 'i', 'received', 'several', 'compliments', 'during', 'my', 'first', 'wear', 'overall', 'a', 'very', 'cute', 'shirt', ',5,1,1', 'general', 'tops', 'blouses'] ['10743,886,29', 'crop', 'top', 'or', 'not', 'color', 'fabric', 'blend', 'and', 'pattern', 'are', 'even', 'more', 'beautiful', 'in', 'person', 'unfortunately', 'i', 'wont', 'be', 'keeping', 'this', 'due', 'to', 'length', 'i', 'am', 'only', '5', '3', 'and', 'this', 'top', 'dropped', 'only', 'to', 'about', '2', 'inches', 'below', 'my', 'navel', 'if', 'you', 'have', 'a', 'short', 'torso', 'or', 'like', 'the', 'short', 'look', 'i', 'would', 'recommend', 'this', ',4,1,1', 'general', 'tops', 'knits'] ['10744,1067,32', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10745,1066,35', ',i', 'recommend', 'this', 'product', 'if', 'you', 'are', 'tall', 'the', 'pants', 'fit', 'great', 'but', 'they', 'are', 'too', 'long', 'im', '5', '7', 'and', 'they', 'drag', 'on', 'the', 'ground.,4,1,0', 'general', 'bottoms', 'pants'] ['10746,1037,52', 'great', 'look', 'these', 'pants', 'fit', 'great', 'the', 'velvet', 'material', 'is', 'a', 'sleek', 'look', 'these', 'pants', 'can', 'be', 'casual', 'by', 'day', 'and', 'are', 'easily', 'dressed', 'up', 'in', 'the', 'evening.,5,1,0', 'general', 'bottoms', 'jeans'] ['10747,1066,38', 'my', 'new', 'favorite', 'pant', 'these', 'pants', 'are', 'amazing', 'i', 'love', 'that', 'they', 'zip', 'in', 'the', 'back', 'and', 'the', 'material', 'is', 'just', 'right', 'i', 'am', '5', '7', 'and', 'they', 'are', 'the', 'perfect', 'length', 'i', 'bought', 'the', 'black', 'and', 'now', 'buying', 'the', 'gray', 'i', 'hope', 'they', 'come', 'out', 'with', 'more', 'colors', ',5,1,0', 'general', 'bottoms', 'pants'] ['10748,1008,72', 'love', 'i', 'was', 'very', 'hesitant', 'to', 'purchase', 'this', 'with', 'such', 'a', 'high', 'price', 'tag', 'but', 'i', 'just', 'received', 'it', 'in', 'the', 'mail', 'and', 'it', 'is', 'absolutely', 'beautiful', 'feels', 'and', 'looks', 'high', 'quality', 'and', 'i', 'ca', "n't", 'wait', 'to', 'pair', 'it', 'with', 'the', 'top', 'the', 'model', 'is', 'wearing', 'in', 'the', 'photos', 'definitely', 'worth', 'it', ',5,1,9', 'general', 'bottoms', 'skirts'] ['10749,1037,64', 'nice', 'velvet', 'leggings', 'i', 'have', 'other', 'pilcro', 'cord', 'leggings', 'the', 'black', 'ponte', 'knit', 'leggings', 'in', 'my', 'usual', 'size', '28', 'in', 'this', 'brand', 'they', 'fit', 'well', 'have', 'a', 'nice', 'stretch', 'very', 'comfy', 'i', 'ordered', 'these', 'velvet', 'leggings', 'in', 'the', '28', 'the', 'blue', 'the', 'wine', 'they', 'just', 'do', "n't", 'fit', 'the', 'same', 'as', 'the', 'others', 'these', 'are', 'a', 'little', 'short', 'in', 'the', 'crotch', 'area', 'the', 'legs', 'feel', 'restrictive', 'not', 'much', 'give', 'i', 'have', 'skinny', 'legs', 'length', 'is', 'perfect', 'though', 'at', 'the', 'ankle', 'these', 'same', 'exact', 'pants', 'were', 'just', 'in', 'at', 'the', 'store', 'in', 'black', 'fit', 'a', 'little', 'better', 'but', 'i', 'don', ',5,1,17', 'general', 'bottoms', 'jeans'] ['10750,886,25', 'a', 'little', 'short', 'i', 'ordered', 'this', 'online', 'expecting', 'more', 'of', 'a', 'heavier', 'sweater', 'its', 'really', 'more', 'like', 'a', 't-shirt', 'which', 'is', 'actually', 'fine', 'its', 'super', 'comfortable', 'and', 'it', "'s", 'really', 'cute', 'my', 'only', 'complaint', 'is', 'that', 'it', 'is', 'pretty', 'short', 'i', "'m", '5', '7', 'and', 'i', 'would', 'love', 'it', 'if', 'it', 'were', 'just', 'an', 'inch', 'or', 'two', 'longer', 'in', 'the', 'torso', 'other', 'than', 'that', 'it', "'s", 'a', 'great', 'shirt', ',4,1,0', 'general', 'tops', 'knits'] ['10751,704,35', 'perfectly', 'sexy', 'and', 'sweet', 'my', 'bridesmaids', 'gifted', 'this', 'to', 'me', 'at', 'my', 'bridal', 'shower', 'and', 'of', 'all', 'the', 'lingerie', 'i', 'received', 'that', 'day', 'this', 'was', 'the', 'most', 'memorable', 'it', 'is', 'equally', 'romantic', 'and', 'sexy', 'as', 'it', 'is', 'subtly', 'sheer', 'the', 'delicate', 'eyelash', 'lace', 'detail', 'adds', 'so', 'much', 'flair', 'i', 'have', 'this', 'in', 'size', 'small', 'and', 'it', 'fits', 'tts', 'love', 'this', 'piece', 'i', 'plan', 'to', 'wear', 'this', 'for', 'my', 'boudoir', 'shoot', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['10752,456,42', 'great', 'color', 'great', 'fit', 'bring', 'on', 'the', 'sun', 'i', 'love', 'the', 'pilcro', 'pants', 'and', 'so', 'when', 'i', 'saw', 'these', 'level', '99', 'shorts', 'i', 'just', 'had', 'to', 'order', 'they', 'arrived', 'and', 'are', 'as', 'good', 'as', 'i', 'hoped', 'the', 'fit', 'is', 'great', 'the', 'length', 'is', 'great', 'i', 'do', "n't", 'like', 'shorty', 'shorts', 'and', 'i', 'love', 'the', 'color', 'the', 'photo', 'is', 'very', 'true', 'to', 'life', 'in', 'regard', 'to', 'color', 'i', 'will', 'definitely', 'get', 'a', 'lot', 'of', 'use', 'from', 'these', 'this', 'coming', 'summer', ',5,1,2', 'general', 'bottoms', 'shorts'] ['10753,864,54', 'cute', 'cute', 'blouse', 'great', 'price', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['10754,1037,37', 'so', 'soft', 'incredibly', 'soft', 'and', 'comfortable', 'not', 'as', 'fitted', 'as', 'i', 'would', 'like', 'this', 'often', 'happens', 'to', 'me', 'with', 'skinny', 'pants', 'though', 'i', 'want', 'to', 'wear', 'these', 'guys', 'everyday', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10755,945,32', ',,4,1,0', 'general', 'tops', 'sweaters'] ['10756,960,37', 'classic', 'really', 'great', 'best', 'nice', 'substantial', 'material', 'and', 'great', 'fit', 'will', 'be', 'able', 'to', 'wear', 'with', 'many', 'things.,5,1,0', 'general', 'jackets', 'jackets'] ['10757,864,34', 'runs', 'big', 'but', 'cute', 'buy', 'on', 'sale', 'loved', 'this', 'shirt', 'but', 'it', 'runs', 'pretty', 'big', 'i', "'m", 'normally', 'a', 'sm/med', 'due', 'to', 'bust', 'size', '34ddd', 'and', 'ordered', 'a', 'small', 'based', 'on', 'other', 'reviews', 'could', 'have', 'gotten', 'an', 'x-small', 'debating', 'going', 'to', 'exchange', 'i', 'ordered', 'it', 'in', 'three', 'colors', 'bc', 'it', 'was', 'on', 'sale', 'better', 'quality', 'than', 'some', 'at', 'retailer.,3,1,1', 'general', 'petite', 'tops', 'knits'] ['10758,1030,45', 'runs', 'large', 'very', 'stretchy', 'nice', 'wash.', 'mine', 'had', 'more', 'holes', 'and', 'fraying', 'in', 'the', 'legs', 'than', 'i', 'expected', 'i', 'returned', 'them', 'because', 'i', 'got', 'the', 'wrong', 'size', 'and', 'smaller', 'sizes', 'are', 'sold', 'out', 'otherwise', 'a', 'cute', 'jean', 'and', 'with', 'the', 'sale', 'certainly', 'worth', 'it', ',3,1,0', 'general', 'bottoms', 'jeans'] ['10759,1030,37', 'runs', 'at', 'least', '2', 'sizes', 'small', 'these', 'run', 'at', 'least', '2', 'sizes', 'smaller', 'than', 'other', 'styles', 'of', 'the', 'same', 'brand', 'mother', 'such', 'a', 'bummer', 'because', 'the', 'quality', 'is', 'totally', 'on', 'point', 'i', "'m", 'going', 'to', 'exchange', 'them', 'for', 'a', 'huge', 'size', 'i', 'guess', 'whatever', 'i', 'do', "n't", 'mind', 'having', 'a', 'size', 'that', "'s", 'so', 'much', 'larger', 'than', 'all', 'my', 'other', 'jeans', 'i', 'just', 'mind', 'the', 'complete', 'hassle', 'of', 'the', 'exchange', 'process', 'i', 'wish', 'mother', 'would', 'get', 'their', 'sizing', 'issues', 'under', 'control', 'it', "'s", 'not', 'retailer', "'s", 'fault', 'so', 'annoyed', ',2,0,4', 'general', 'bottoms', 'jeans'] ['10760,1037,64', 'great', 'color', 'comfortable', 'these', 'corduroys', 'are', 'comfortable', 'and', 'fit', 'true', 'to', 'size', 'i', 'am', 'just', 'over', '5', 'feet', 'tall', '106', 'lbs', 'with', 'long', 'legs', 'for', 'my', 'height', 'and', 'the', '25', 'fits', 'really', 'well', 'they', 'wash', 'and', 'dry', 'well', 'with', 'minimal', 'if', 'any', 'shrinkage', 'as', 'long', 'as', 'you', 'use', 'low', 'temperatures', 'i', 'gave', 'them', '4', 'stars', 'instead', 'of', '5', 'because', 'i', 'feel', 'the', 'material', 'could', 'be', 'more', 'substantial', 'than', 'it', 'is', 'the', 'green', 'is', 'actually', 'a', 'very', 'attractive', 'mossy', 'brown', ',4,1,1', 'general', 'bottoms', 'jeans'] ['10761,864,32', 'simple', 'and', 'easy', 'this', 'shirt', 'is', 'amazing', 'i', 'bought', 'it', 'in', 'white', 'and', 'found', 'i', 'was', 'wearing', 'it', 'with', 'everything', 'so', 'i', 'went', 'back', 'to', 'get', 'the', 'gold', 'which', 'is', 'yellow', 'the', 'dit', 'runs', 'big', 'so', 'order', 'a', 'size', 'down', 'love', 'the', 'riffle', 'around', 'the', 'sleeve', 'and', 'the', 'little', 'dot', 'trim', 'very', 'cute', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10762,1081,35', 'nice', 'casual', 'dress', 'cute', 'casual', 'dress', 'i', 'especially', 'love', 'the', 'thick', 'fabric', 'as', 'i', 'think', 'it', 'will', 'hold', 'up', 'well', 'the', 'fit', 'is', 'slightly', 'boxy', 'but', 'it', "'s", 'short', 'enough', 'for', 'it', 'not', 'to', 'matter', 'as', 'much', 'and', 'the', 'waist', 'tie', 'helps', 'give', 'the', 'dress', 'a', 'little', 'shape', 'i', 'was', 'surprised', 'that', 'the', 'the', 'petite', 'xs', 'was', 'off', 'for', 'me', 'proportionally', 'usually', 'i', 'wear', 'petite', 'sizing', 'at', 'retailer', 'but', 'the', 'regular', 'xs', 'fit', 'much', 'better', ',4,1,0', 'general', 'dresses', 'dresses'] ['10763,864,56', 'feminine', 'flattering', 'and', 'comfortable', 'i', 'love', 'this', 'top', 'it', 'gives', 'a', 'little', 'bit', 'of', 'a', 'sleeveless', 'look', 'yet', 'is', 'more', 'flattering', 'on', 'the', 'arms', 'for', 'those', 'who', 'do', "n't", 'normally', 'wear', 'sleeveless', 'tops', 'i', 'think', 'it', 'runs', 'very', 'large', 'i', "'m", 'normally', 'a', 'size', 's/m', 'and', 'the', 'extra', 'small', 'was', 'right', 'it', "'s", 'loose', 'around', 'the', 'waist', 'yet', 'has', 'a', 'feminine', 'fit.the', 'tiny', 'balls', 'around', 'the', 'neck', 'button', 'at', 'the', 'back', 'flutter', 'sleeves', 'and', 'linen', 'fabric', 'are', 'all', 'cute', 'details', 'that', 'make', 'this', 'top', 'unique', 'i', 'also', 'like', 'how', 'the', 'fluttering', 'goes', 'down', 'the', 'sides', 'and', 'not', 'just', 'around', 'the', 'sleeve', ',5,1,9', 'general', 'petite', 'tops', 'knits'] ['10764,1081,28', 'shapeless', 'i', 'got', 'this', 'dress', 'in', 'the', 'mail', 'and', 'while', 'i', 'loved', 'the', 'concept', 'of', 'it', 'it', 'really', 'is', 'too', 'boxy', 'the', 'tie', 'is', 'very', 'superficial', 'and', 'does', 'not', 'really', 'nip', 'you', 'in', 'at', 'the', 'waist', 'it', 'is', 'more', 'so', 'for', 'show', 'it', 'is', 'fully', 'lined', 'which', 'was', 'interesting', 'and', 'to', 'me', 'made', 'the', 'dress', 'seem', 'boxier', 'the', 'quality', 'is', 'good', 'but', 'i', 'am', 'an', 'hourglass', 'and', 'this', 'was', 'completely', 'unflattering', 'i', 'would', 'have', 'had', 'to', 'size', 'up', 'to', 'make', 'it', 'look', 'like', 'the', 'model', 'shot', 'but', 'it', 'would', 'have', 'still', 'been', 'a', 'shapeless', 'dress', 'just', 'bigger', 'it', 'does', 'fit', 'true', 'to', 'size', ',3,0,1', 'general', 'dresses', 'dresses'] ['10765,864,26', 'pj', "'s", 'for', 'the', 'win', 'i', 'love', 'this', 'pajama', 'combo', 'it', 'is', 'super', 'cute', 'and', 'comfortable', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['10766,864,39', 'sale', 'win', 'pretty', 'top', 'i', 'like', 'the', 'flutter', 'sleeve', 'design', 'the', 'linen', 'is', 'thin-', 'too', 'sheer', 'to', 'not', 'wear', 'a', 'cami', 'underneath', 'the', 'white', 'nice', 'for', 'the', 'sale', 'price', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['10767,1037,42', 'great', 'fit', 'and', 'nice', 'color', 'i', 'got', 'them', 'in', 'green', 'and', 'the', 'color', 'is', 'very', 'nice'] ['the', 'waist', 'is', 'a', 'little', 'higher', 'than', 'the', 'ag', 'cords', 'but', 'that', 'only', 'makes', 'them', 'comfortable', 'and', 'holds', 'the', 'tummy', 'in', 'a', 'little'] ['good', 'length', 'and', 'the', 'pant', 'holds', 'up', 'nice', 'thru', 'out', 'the', 'day', 'no', 'sagging', 'yet', 'in', 'the', 'knee', 'and', 'behind', 'area', ',4,1,1', 'general', 'bottoms', 'jeans'] ['10768,864,35', ',this', 'top', 'is', 'beautiful', 'and', 'the', 'color', 'yellow', 'is', 'gorgeous', 'i', 'highly', 'recommend', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['10769,1037,22', 'feel', 'like', 'leggings', 'these', 'pants', 'are', 'so', 'soft', 'and', 'stretchy', 'they', 'feel', 'like', 'leggings', 'i', 'love', 'the', 'ankle', 'length', 'as', 'they', 'are', 'perfect', 'to', 'wear', 'with', 'both', 'flats', 'and', 'booties', 'i', 'am', '5', '5', 'with', 'fairly', 'long', 'legs', 'and', 'these', 'hit', 'right', 'at', 'my', 'ankle', 'they', 'are', 'so', 'comfortable', 'i', 'have', 'ordered', 'in', 'the', 'green', 'red', 'and', 'gray', 'my', 'go', 'to', 'pants', 'this', 'winter', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10770,960,67', 'had', 'to', 'have', 'this', 'i', 'first', 'saw', 'this', 'online', 'and', 'as', 'a', 'long-time', 'wearer', 'of', 'vests', 'this', 'really', 'caught', 'my', 'eye', 'once', 'it', 'came', 'into', 'the', 'store', 'i', 'was', 'able', 'to', 'try', 'it', 'on', 'in', 'grey', 'small', 'and', 'it', 'was', 'perfection', 'it', 'just', 'was', "n't", 'in', 'the', 'budget', 'so', 'i', 'decided', 'to', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'watch', 'the', 'website', 'every', 'day', 'we', 'have', '5', 'stores', 'in', 'my', 'area', 'and', 'when', 'it', 'got', 'down', 'to', 'only', '2', 'having', 'limited', 'availability', 'for', 'a', 'small', 'i', 'sprang', 'into', 'action', 'the', 'largest', 'store', 'had', 'put', 'it', 'on', 'the', 'almost', 'gone', 'rack', 'and', 'they', 'had', 'only', '2', 'smalls', 'i', 'tried', 'them', ',5,1,2', 'general', 'jackets', 'jackets'] ['10771,960,26', 'a', 'classic', 'piece', 'i', 'got', 'this', 'vest', 'for', 'my', 'birthday', 'and', 'it', 'is', 'my', 'favorite', 'it', 'has', 'a', 'very', 'clean', 'design', 'well', 'structured', 'and', 'you', 'can', 'really', 'tell', 'the', 'product', 'is', 'high', 'quality', 'from', 'the', 'look', 'and', 'touch', 'i', 'would', 'expect', 'this', 'to', 'stay', 'in', 'my', 'closet', 'for', 'years', 'to', 'come', ',5,1,2', 'general', 'jackets', 'jackets'] ['10772,209,25', 'fun', 'this', 'little', 'pantie', 'is', 'fun', 'and', 'playful', 'its', 'a', 'deep', 'maroon', 'color', 'with', 'small', 'shimmering', 'lace', 'details', 'the', 'back', 'is', 'sheer', 'but', 'the', 'front', 'is', 'more', 'filled', 'in', 'and', 'opaque', 'the', 'ribbons', 'on', 'the', 'sides', 'can', 'actually', 'be', 'untied', 'which', 'is', 'a', 'big', 'plus', 'for', 'me', 'i', "'m", 'a', 'small', 'lass', 'but', 'i', 'have', 'a', 'big', 'bum', 'so', 'i', 'got', 'a', 'medium', 'and', 'it', 'fits', 'perfectly', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['10773,864,34', 'feminine', 'flow', 'however', 'slightly', 'large', 'such', 'soft', 'material', 'love', 'the', 'little', 'details', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['10774,864,39', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['10775,1081,38', 'easy', 'summer', 'dress', 'i', 'found', 'this', 'dress', 'to', 'be', 'shapeless', 'on', 'even', 'when', 'the', 'belt', 'was', 'tied', 'i', 'love', 'the', 'tshirt', 'material', 'and', 'the', 'fact', 'it', 'has', 'short', 'sleeves', 'it', "'s", 'just', 'too', 'boxy.,4,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10776,960,34', 'a', 'staple', 'piece', 'in', 'your', 'closest', '-like', 'others', 'i', 'agree', 'that', 'this', 'is', 'a', 'staple', 'that', 'will', 'pair', 'with', 'many', 'many', 'outfits', 'it', 'is', 'really', 'well-constructed', 'classic', 'comfortable', 'and', 'a', 'wonderful', 'length', 'for', 'us', 'taller', 'gals', 'as', 'you', 'can', 'see', 'from', 'my', 'stats', 'i', "'m", 'rather', 'tall', 'at', '5', '9', 'so', 'it', "'s", 'hard', 'to', 'find', ',5,1,1', 'general', 'jackets', 'jackets'] ['10777,1037,34', 'great', 'cords', 'i', 'ordered', 'my', 'normal', 'size', '32.', 'they', 'were', 'a', 'little', 'tight', 'however', 'i', "'m", 'glad', 'because', 'they', 'normally', 'stretch', 'out', 'quite', 'a', 'bit', 'so', 'i', "'m", 'assuming', 'they', 'should', 'fit', 'perfect', 'after', 'one', 'wearing', 'the', 'length', 'is', 'fine', 'for', 'my', '5', '9', 'height', 'and', 'they', 'are', 'very', 'soft', 'i', "'m", 'so', 'happy', 'with', 'the', 'light', 'red', 'color', 'it', "'s", 'almost', 'a', 'rust', 'which', 'i', 'love', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10778,1037,32', 'quality', 'cords', 'i', 'ordered', 'two', 'pairs', 'of', 'the', 'red', 'cords', 'one', 'my', 'typical', 'size', 'one', 'a', 'size', 'smaller', 'in', 'case', 'i', 'found', 'that', 'the', 'pants', 'stretched', 'out', 'they', 'run', 'true', 'to', 'size', 'and', 'have', 'a', 'nice', 'fit', 'with', 'a', 'high', 'er', 'rise', 'waist', 'the', 'color', 'is', 'beautiful', 'i', 'did', 'not', 'find', 'that', 'the', 'pants', 'stretched', 'out', 'but', 'they', 'do', 'seem', 'to', 'bunch', 'somewhat', 'which', 'may', 'come', 'from', 'the', 'thickness', 'of', 'the', 'material', ',4,1,2', 'general', 'bottoms', 'jeans'] ['10779,867,34', 'lovely', 'blouse', 'the', 'the', 'v', 'is', 'far', 'too', 'deep', 'the', 'fabric', 'and', 'cut', 'of', 'this', 'blouse', 'are', 'beautiful', 'but', 'the', 'v', 'was', 'so', 'deep', 'i', 'could', 'never', 'wear', 'it', 'without', 'a', 'cami', 'and', 'i', 'think', 'that', 'would', 'ruin', 'the', 'look', 'i', 'have', 'a', 'large', 'chest', 'but', 'the', 'similarly', 'cut', 'blouse', 'without', 'the', 'textured', 'fabric', 'from', 'the', 'same', 'designer', 'fit', 'me', 'fine', 'this', 'one', 'is', 'just', 'cut', 'differently', 'i', 'even', 'tried', 'sizing', 'up', 'and', 'down', 'to', 'no', 'avail', 'the', 'photo', 'on', 'the', 'model', 'seems', 'misleading', 'because', 'i', 'do', "n't", 'see', 'how', 'the', 'neck', 'would', 'lay', 'flat', 'or', 'stay', 'that', 'high', 'on', 'anyone', 'even', 'with', 'a', 'smaller', 'chest', 'i', 'was', 'so', ',2,0,0', 'general', 'tops', 'knits'] ['10780,960,56', 'not', 'for', 'petites', 'unfortunately', 'had', 'to', 'return', 'this', 'i', 'loved', 'it', 'but', 'just', 'does', "n't", 'work', 'for', 'my', 'petite', 'size.,4,1,0', 'general', 'jackets', 'jackets'] ['10781,864,62', 'feminine', 'and', 'pretty', 'love', 'this', 'top', 'have', 'two', 'of', 'them', 'they', 'are', 'comfy', 'light-weight', 'and', 'extremely', 'flattering', 'love', ',5,1,0', 'general', 'tops', 'knits'] ['10782,1110,43', 'looks', 'better', 'than', 'the', 'picture', 'i', 'love', 'this', 'dress', 'i', 'was', 'trying', 'on', 'some', 'dresses', 'in', 'the', 'store', 'and', 'the', 'sales', 'girl', 'put', 'this', 'one', 'in', 'just', 'for', 'fun', 'i', 'would', 'have', 'never', 'picked', 'this', 'dress', 'out', 'i', 'did', "n't", 'look', 'awesome', 'on', 'the', 'hanger', 'but', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'i', 'ended', 'up', 'getting', 'two', 'other', 'dresses', 'at', 'that', 'time', 'but', 'i', 'could', "n't", 'stop', 'thinking', 'about', 'how', 'much', 'i', 'loved', 'the', 'way', 'i', 'looked', 'and', 'felt', 'in', 'this', 'dress', 'so', 'i', 'did', 'what', 'any', 'girl', 'would', 'do', 'and', 'bought', 'it', 'online', 'it', 'took', 'me', 'a', 'while', 'to', 'find', 'it', 'online', 'because', 'the', 'picture', 'on', 'line', 'does', "n't", 'do', 'the', 'dres,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10783,904,46', 'very', 'sheer', 'sides', 'i', 'really', 'like', 'the', 'idea', 'behind', 'this', 'top', 'but', 'at', 'least', 'for', 'me', 'the', 'execution', 'was', "n't", 'quite', 'there', 'i', 'was', 'hoping', 'it', 'would', 'be', 'something', 'i', 'could', 'wear', 'to', 'work', 'but', 'the', 'sheerness', 'of', 'the', 'sides', 'makes', 'it', 'in', 'appropriate', 'for', 'my', 'workplace', 'when', 'it', 'gaps/you', 'move', 'you', 'can', 'see', 'a', 'lot', 'if', 'you', 'do', "n't", 'move', 'the', 'front', 'panel', 'is', 'pretty', 'opaque', 'which', 'is', 'good', 'i', 'think', 'it', 'would', 'look', 'odd', 'with', 'a', 'cami', 'underneath', 'and', 'i', 'do', "n't", 'feel', 'comfortable', 'with', 'the', 'sheerness', 'so', 'i', 'returned', 'it', 'i', 'also', 'thought', 'the', 'finish', 'on', 'the', 'sleeves', 'looked', ',3,0,3', 'general', 'tops', 'fine', 'gauge'] ['10784,1110,47', 'cute', 'and', 'comfortable', 'paired', 'with', 'tights', 'and', 'boots', 'for', 'work', 'will', 'also', 'look', 'cute', 'with', 'flats', 'or', 'sandals', 'in', 'the', 'spring', 'the', 'fabric', 'is', 'a', 'nice', 'weigh', 'not', 'too', 'flimsy', 'might', 'be', 'a', 'bit', 'short', 'on', 'a', 'taller', 'gal', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10785,1110,28', 'flirty', 'and', 'fun', 'this', 'dress', 'is', 'very', 'versatile', 'and', 'i', 'plan', 'to', 'use', 'in', 'all', 'year', 'round', 'with', 'some', 'tights', 'and', 'boots', 'in', 'the', 'fall/winter', 'and', 'strappy', 'sandals', 'in', 'spring/summer', 'i', 'originally', 'purchased', 'this', 'dress', 'in', 'a', 'm', 'but', 'had', 'to', 'size', 'down', 'for', 'a', 'more', 'snug', 'and', 'flattering', 'fit', 'the', 'navy', 'is', 'much', 'darker', 'than', 'the', 'picture.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10786,1038,57', 'stylist', 'these', 'pilcro', 'jeans', 'are', 'so', 'very', 'cute', 'i', 'usually', 'wait', 'for', 'a', 'sale', 'to', 'purchase', 'the', 'pilco', 'jeans', 'but', 'i', 'did', "n't", 'want', 'to', 'chance', 'them', 'not', 'being', 'available', 'in', 'my', 'size', 'the', 'pilco', 'jeans', 'seems', 'to', 'sell', 'out', 'fast', 'the', 'cotton', 'material', 'is', 'very', 'soft', 'but', 'not', 'sloppy', 'you', 'will', 'love', 'the', 'embroidery', 'down', 'the', 'side', 'of', 'the', 'leg', 'they', 'do', 'run', 'a', 'bit', 'big', 'i', 'purchased', 'them', 'in', 'one', 'size', 'smaller', 'for', 'a', 'slimmer', 'fit', 'i', 'would', 'suggest', 'one', 'size', 'up', 'if', 'you', 'like', 'them', 'more', 'baggy', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['10787,1078,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10788,907,48', 'perfect', 'cropped', 'sweater', 'found', 'this', 'cute', 'little', 'black', 'sweater', 'on', 'the', 'sale', 'rack', 'in', 'a', 'small', 'and', 'it', 'fit', 'perfect', 'it', 'is', 'flattering', 'and', 'will', 'look', 'great', 'over', 'a', 'tank', 'top', 'or', 'strappy', 'dress', 'the', 'little', 'details', 'of', 'chiffon', 'around', 'the', 'collar', 'and', 'the', 'tiny', 'cutout', 'holes', 'around', 'the', 'back', 'the', 'softness', 'and', 'the', 'little', 'detail', 'on', 'the', 'back', 'bottom', 'make', 'this', 'a', 'perfect', 'go', 'to', 'sweater', 'for', 'me', 'i', 'only', 'say', 'it', 'runs', 'small', 'because', 'it', 'is', 'a', 'cropped', 'style', 'so', 'expect', 'it', 'to', 'be', 'short', 'but', 'i', 'would', 'agree', 'that', 'the', 'arms', 'are', 'more', 'to', 'the', 'snug', 'side', 'than', 'the', 'loose', 'fi', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10789,1020,32', ',it', 'is', 'a', 'very', 'pretty', 'skirt', 'but', 'arrived', 'extremely', 'wrinkled', 'and', 'the', 'waist', 'is', 'very', 'fitted', 'overall', 'i', 'probably', 'would', 'not', 'have', 'purchased', 'it', 'if', 'i', 'had', 'actually', 'seen', 'it', 'in', 'the', 'store.,3,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['10790,907,28', 'love', 'the', 'style', 'however', 'was', 'a', 'disappointment', 'i', 'usually', 'wear', 'a', 'size', 'medium', 'in', 'angel', 'of', 'the', 'north', 'but', 'this', 'was', 'very', 'small', 'i', 'would', 'need', 'to', 'have', 'ordered', 'a', 'size', 'large', 'or', 'xl', 'to', 'have', 'it', 'fit', 'pretty', 'but', 'returning.,2,0,0', 'general', 'tops', 'fine', 'gauge'] ['10791,996,48', 'ethereal', 'and', 'feminine.', 'such', 'a', 'lovely', 'skirt', 'i', 'plan', 'on', 'wearing', 'it', 'to', 'a', 'formal', 'event', 'but', 'could', 'definitely', 'see', 'dressing', 'it', 'down', 'with', 'a', 'jean', 'jacket', 'it', 'is', 'so', 'feminine', 'and', 'beautiful', 'well', 'made', 'and', 'fits', 'fine', ',5,1,0', 'general', 'bottoms', 'skirts'] ['10792,907,26', 'cute', 'but', 'this', 'is', 'really', 'cute', 'sweater', 'soft', 'cozy', 'around', 'the', 'chest', 'bit', 'small', 'went', 'up', 'size', 'but', 'the', 'shape', 'looked', 'the', 'same', 'i', "'m", 'keep', 'it', 'because', 'of', 'softness', 'warmth', 'and', 'versatile', 'i', 'got', 'it', 'in', 'black', 'would', 'recommend', 'it', 'or', 'at', 'least', 'try', 'it', 'for', 'yourself', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['10793,1110,36', 'super', 'cute', 'on', 'colors', 'completely', 'faded', 'love', 'this', 'dress', 'wore', 'it', 'last', 'night', 'for', 'a', 'musical', 'event', 'came', 'home', 'and', 'put', 'it', 'on', 'the', 'hand', 'wash', 'setting', 'in', 'the', 'washer', 'with', 'cold', 'water', 'just', 'as', 'the', 'label', 'states', 'pulled', 'the', 'dress', 'out', 'and', 'guess', 'what', 'the', 'design', 'is', 'completely', 'faded', 'it', 'looks', '5', 'years', 'old', 'so', 'sad', 'i', "'m", 'going', 'to', 'call', 'retailer', 'and', 'ask', 'for', 'a', 'refund', 'i', 'live', 'two', 'hours', 'away', ',2,0,1', 'general', 'dresses', 'dresses'] ['10794,1110,39', 'fun', 'and', 'flirty', 'so', 'pretty', 'love', 'hte', 'design', 'on', 'this', 'one'] ['i', 'tried', 'on', 'hte', 'regualr', 'size', 'adn', 'will', 'not', 'need', 'a', 'petite', 'it', 'hit', 'me', 'jsut', 'above', 'my', 'knee', 'younger', 'gals', 'may', 'oprefer', 'shorter', 'however'] [] ['the', 'aottern', 'is', 'also', 'nice', 'the', 'cut', 'is', 'flowy', 'and', 'flattering', 'nothing', 'bad', 'to', 'say', 'about', 'htis', 'dress', ',5,1,4', 'general', 'dresses', 'dresses'] ['10795,868,39', 'soft', 'rich', 'blue', 'i', 'ordered', 'the', 'xxs', 'because', 'it', 'seems', 'like', 'a', 'flowy', 'top', 'and', 'glad', 'i', 'did', 'it', 'fits', 'perfectly', 'love', 'the', 'blue', 'color', 'very', 'rich', 'material', 'is', 'super', 'soft', 'cut', 'is', 'very', 'flattering', 'and', 'i', 'love', 'the', 'back', 'i', 'tried', 'it', 'on', 'with', 'my', 'strapless', 'since', 'that', 'is', 'what', 'i', 'was', 'wearing', 'but', 'not', 'sure', 'if', 'straps', 'show', 'on', 'a', 'regular', 'bra', '30dd', 'for', 'info', ',5,1,0', 'general', 'tops', 'knits'] ['10796,315,40', 'while', 'the', 'print', 'is', 'cute', 'the', 'fit', 'is', 'a', 'disaster', 'if', 'you', 'are', 'a', 'c', 'cup', 'or', 'fuller', 'the', 'bottom', 'band', 'does', 'not', 'lay', 'flat', 'as', 'pictured', 'on', 'the', 'model', 'it', 'rides', 'up', 'under', 'your', 'boobs', 'and', 'the', 'whole', 'cup', 'area', 'tips', 'forward', 'it', "'s", 'not', 'really', 'molded', 'like', 'a', 'bra', 'more', 'flat', 'foam', 'insert', 'immediately', 'went', 'back', 'hopefully', 'if', 'retailer', 'continues', 'to', 'do', 'swimwear', 'they', "'ll", 'take', 'a', 'look', 'at', 'adjusting', 'the', 'designs', 'to', 'make', 'sure', 'they', "'re", 'also', 'workable', 'for', 'fuller', 'cup', 'sizes', 'underwire', 'please', ',1,0,7', 'initmates', 'intimate', 'swim'] ['10797,315,43', 'nice', 'fit', 'but', 'colors', 'vary', 'i', 'tried', 'this', 'in', 'the', 'fish', 'print', 'and', 'the', 'pallas', 'stripe', 'i', 'did', 'not', 'like', 'the', 'fit', 'of', 'the', 'fish', 'print', 'but', 'the', 'stripe', 'is', 'perfect', 'so', 'try', 'more', 'than', 'one', 'color', 'if', 'you', 'are', 'interested', 'in', 'this', 'style', 'also', 'try', 'more', 'than', 'one', 'size', 'of', 'course', 'i', 'almost', 'always', 'order', 'up', 'in', 'a', 'swimsuit', 'and', 'this', 'time', 'was', 'no', 'different', 'the', 'medium', 'fit', 'great', 'although', 'i', 'am', 'a', 'xs-s', 'according', 'to', 'the', 'size', 'guide', 'i', 'am', 'a', '34b', 'for', 'reference', 'but', 'i', 'think', 'my', 'rib', 'cage', 'is', 'somewhat', 'wide', 'i', 'do', 'not', 'like', 'to', 'feel', 'constricted', 'but', 'i', 'still', 'want', 'the', 'top', 'to', ',5,1,0', 'initmates', 'intimate', 'swim'] ['10798,1003,29', 'meh', 'there', 'is', 'nothing', 'special', 'about', 'this', 'skirt', 'it', "'s", 'plain', 'and', 'incredibly', 'dowdy', 'looking', 'long', 'and', 'wide', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'medium', 'after', 'reading', 'the', 'other', 'review', 'that', 'said', 'the', 'waist', 'ran', 'small', 'i', 'went', 'with', 'a', 'medium', 'it', 'fit', 'fine', 'in', 'the', 'waist/hips.,3,0,0', 'general', 'bottoms', 'skirts'] ['10799,1104,44', 'mixed', 'bag', 'great', 'cut', 'and', 'fit', 'tts', 'size', '6', 'fit', 'my', '5', '5', '135', 'pound', 'frame', '34b/c', 'bust', 'wonderfully', 'my', 'sister', 'and', 'best', 'friend', 'loved', 'it', 'on', 'but', 'i', "'m", 'returning', 'the', 'color', 'is', 'more', 'of', 'a', 'very', 'bright', 'orange', 'than', 'red', 'i', 'would', 'want', 'to', 'wear', 'this', 'in', 'the', 'middle', 'of', 'summer', 'but', 'the', 'all-polyester', 'fabric', 'is', 'hot', 'i', 'have', 'too', 'many', 'dresses', 'in', 'my', 'closet', 'cute', 'as', 'it', 'is', 'i', "'d", 'just', 'never', 'pick', 'this', 'one', 'love', 'to', 'see', 'this', 'design', 'in', 'lighter', 'fabric', 'and', 'different', 'color', 'options', '1-2', 'longer', 'would', 'also', 'be', 'a', 'slightly', 'better', 'length', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10800,1110,25', 'perfect', 'dress', 'for', 'work', 'very', 'flattering', 'and', 'flowy', 'dress', 'would', 'pair', 'this', 'dress', 'with', 'cowboy', 'boots', 'or', 'navy', 'wedges.,4,1,0', 'general', 'dresses', 'dresses'] ['10801,22,30', 'please', 'bring', 'this', 'shirt', 'back', 'this', 'is', 'my', 'favorite', 'shirt', 'ever', 'i', "'ve", 'had', 'it', 'for', 'years', 'and', 'it', 'still', 'looks', 'great', 'please', 'please', 'bring', 'it', 'back', ',5,1,0', 'general', 'tops', 'knits'] ['10802,125,35', 'romantic', 'top', 'this', 'top', 'is', 'well', 'made', 'and', 'the', 'pleats', 'give', 'it', 'a', 'whimsical', 'feel', 'i', "'m", 'still', 'debating', 'on', 'keeping', 'it', 'as', 'it', "'s", 'slight', 'boxy.,4,1,0', 'initmates', 'intimate', 'layering'] ['10803,868,56', 'comfortable', 'and', 'flattering', 'this', 'unique', 'blouse', 'is', 'very', 'comfortable', 'and', 'looks', 'beautiful', 'on', 'the', 'body', 'it', 'flowy', 'and', 'flattering', 'and', 'looks', 'great', 'with', 'my', 'tan', 'dress', 'up', 'or', 'down', 'it', "'s", 'a', 'staple', 'in', 'my', 'summer', 'wardrobe', ',5,1,0', 'general', 'tops', 'knits'] ['10804,907,67', 'perfect', 'little', 'sweater', 'this', 'sweater', 'is', 'just', 'the', 'cutest-', 'sweet', 'and', 'feminine', 'with', 'interesting', 'details', 'especially', 'in', 'the', 'back', 'it', "'s", 'very', 'figure', 'flattering', 'worn', 'closed', 'there', 'are', '3', 'adorable', 'little', 'buttons', 'or', 'it', 'can', 'be', 'worn', 'open', 'over', 'a', 'dress', 'or', 'a', 'cami'] ['it', 'runs', 'very', 'small', 'i', 'usually', 'wear', 'a', 'small', 'or', 'extra', 'small', 'but', 'i', 'bought', 'this', 'one', 'in', 'a', 'medium', 'mindful', 'of', 'the', 'reviews', 'i', "'m", 'so', 'glad', 'i', 'did', 'since', 'in', 'addition', 'to', 'running', 'small', 'the', 'sweater', 'did', 'shrink', 'a', 'little', 'when', 'i', 'washed', 'it', 'even', 'though', 'i', 'hand', 'washed', 'it', 'in', 'cold', 'water', 'it', 'was', "n't", 'a', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['10805,1078,83', 'lovely', 'i', 'adore', 'this', 'dress'] ['the', 'fabrics', 'are', 'elegant', 'and', 'unique', 'and', 'combine', 'for', 'a', 'stunning', 'look'] ['tried', 'with', 'a', 'belt', 'and', 'looks', 'wonderful', 'with', 'or', 'without', 'so', 'many', 'options'] ['perfect', 'dress', 'for', 'warm', 'autumn', 'days'] ['ordered', 'my', 'usual', 'size', 'and', 'fits', 'very', 'true', 'to', 'size'] ['a', 'must', 'have', ',5,1,1', 'general', 'dresses', 'dresses'] ['10806,907,53', 'this', 'is', 'a', 'soft', 'light', 'sweater', 'that', 'will', 'take', 'you', 'through', 'fall', 'i', 'got', 'the', 'raspberry', 'which', 'seems', 'more', 'like', 'a', 'cinnamon', 'color', 'to', 'me', 'the', 'design', 'is', 'really', 'cute', 'with', 'the', 'fabric', 'inset', 'in', 'the', 'back', 'i', 'got', 'three', 'of', 'these', 'in', 'different', 'colors', 'so', 'obviously', 'i', 'really', 'like', 'them', 'for', 'layering', 'and', 'can', 'recommend', 'them', 'it', 'seems', 'tts', 'i', 'am', '5', '5', 'and', '140', 'lbs', 'medium', 'is', 'perfect', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['10807,907,40', 'this', 'sweater', 'was', 'not', 'as', 'featured', 'in', 'the', 'picture', 'the', 'front', 'is', 'completely', 'cropped', 'while', 'the', 'back', 'is', 'regular', 'length', 'the', 'front', 'barely', 'reached', 'the', 'middle', 'of', 'my', 'stomach', 'also', 'the', 'color', 'was', 'not', 'as', 'vibrant', 'as', 'shown', 'in', 'the', 'picture', 'this', 'sweater', 'will', 'be', 'going', 'back', ',1,0,1', 'general', 'tops', 'fine', 'gauge'] ['10808,907,35', 'feminine', 'sweater', 'super', 'cute', 'in', 'raspberry', 'and', 'very', 'flattering', 'i', 'paired', 'it', 'with', 'the', 'reversible', 'tank', 'in', 'dark', 'gray', 'skinny', 'jeans', 'and', 'fringe', 'boots', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10809,1110,42', 'love', 'at', 'first', 'sight', 'not', 'only', 'was', 'it', 'love', 'at', 'first', 'sight', 'when', 'i', 'saw', 'it', 'online', 'but', 'i', 'fell', 'even', 'more', 'in', 'love', 'at', 'first', 'touch', 'everything', 'about', 'this', 'dress', 'is', 'perfection', 'i', 'got', 'the', 'black', 'motif', 'the', 'colors', 'are', 'just', 'lovely', 'the', 'weight', 'feel', 'of', 'the', 'dress', 'are', 'nice', 'the', 'length', 'is', 'great', 'i', 'added', 'a', 'skinny', 'black', 'belt', 'for', 'more', 'waist', 'definition', 'but', 'it', "'s", 'cute', 'with', 'or', 'without', 'it', 'i', 'am', 'more', 'than', 'pleased', 'with', 'this', 'purchase', ',5,1,1', 'general', 'dresses', 'dresses'] ['10810,437,39', 'great', 'romper', 'this', 'romper', 'is', 'so', 'flattering', 'i', 'normally', 'do', "n't", 'like', 'how', 'short', 'rompers', 'are', 'but', 'this', 'fits', 'and', 'flares', 'at', 'the', 'perfect', 'spots', 'on', 'me', 'not', 'to', 'mention', 'that', 'it', "'s", 'super', 'comfortable', 'i', 'wore', 'it', 'last', 'weekend', 'and', 'got', 'a', 'ton', 'of', 'complements', 'very', 'happy', 'i', 'bought', 'it', 'i', 'normally', 'wear', 'a', 'medium', 'but', 'the', 'small', 'fit', 'me', 'perfectly', 'i', "'d", 'recommend', 'sizing', 'down', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10811,1110,66', 'beautiful', 'but', 'too', 'big', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'even', 'though', 'i', 'got', 'a', 'small', 'it', 'was', 'still', 'too', 'big', 'i', 'also', 'do', "n't", 'think', 'the', 'horizontal', 'pattern', 'was', 'a', 'good', 'look', 'for', 'me', 'other', 'than', 'that', 'it', 'is', 'beautiful', 'and', 'the', 'fabric', 'felt', 'nice', ',5,1,1', 'general', 'dresses', 'dresses'] ['10812,907,60', 'very', 'pretty', 'but', 'did', "n't", 'work', 'this', 'is', 'the', 'prettiest', 'little', 'sweater', 'with', 'such', 'nice', 'details', 'but', 'it', 'will', 'not', 'work', 'well', 'on', 'a', 'person', 'like', 'me', 'with', 'a', 'full', 'bust', '38d', 'even', 'in', 'a', 'larger', 'size', 'than', 'i', 'normally', 'wear', 'it', 'is', 'also', 'very', 'very', 'short', 'in', 'the', 'body', 'i', 'would', 'recommend', 'it', 'for', 'a', 'petite', 'person', 'with', 'a', 'small', 'bust', 'though', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['10813,437,36', 'modern', 'meets', 'vintage', 'cool', 'romper', 'love', 'love', 'this', 'piece', 'for', 'the', 'moment', 'i', 'saw', 'it', 'i', 'noted', 'anther', 'catalog', 'i', 'knew', 'i', 'had', 'to', 'try', 'it', 'on', 'im', '5', '9', 'and', '130', 'and', 'the', 'xs', 'fits', 'me', 'perfectly', 'i', 'love', 'the', 'way', 'it', 'is', 'tailored', 'it', 'is', 'also', 'lined', 'with', 'a', 'nice', 'fabric', 'overall', 'a', 'very', 'well', 'made', 'summer', 'go', 'to', 'piece', ',5,1,7', 'general', 'petite', 'bottoms', 'pants'] ['10814,1110,41', 'perfect', 'this', 'is', 'just', 'adorable', 'on', 'i', 'go', 'between', 'a', 'small', 'and', 'medium', 'and', 'the', 'small', 'was', 'perfect', 'for', 'me', 'i', 'wore', 'this', 'with', 'tights', 'and', 'boots', 'but', 'can', 'also', 'see', 'this', 'working', 'in', 'warmer', 'weather', 'with', 'sandals', 'or', 'peep-toe', 'booties', ',5,1,0', 'general', 'dresses', 'dresses'] ['10815,907,53', 'sweet', 'little', 'cardie', 'i', 'bought', 'this', 'lovely', 'cardigan', 'in', 'the', 'orange', 'color', 'it', 'is', 'so', 'beautiful', 'and', 'feminine', 'i', 'wore', 'it', 'buttoned', 'over', 'a', 'slim', 'tank', 'and', 'got', 'several', 'compliments', 'right', 'off', 'the', 'bat', 'it', 'is', 'a', 'sweet', 'and', 'unique', 'take', 'on', 'the', 'classic', 'cardigan', 'in', 'a', 'way', 'only', 'found', 'at', 'retailer', 'i', 'usually', 'wear', 'a', 'small', 'and', 'it', 'fits', 'true', 'to', 'size', 'i', 'did', 'have', 'to', 'return', 'the', 'one', 'i', 'purchased', 'because', 'it', 'had', 'a', 'hole', 'in', 'the', 'sleeve', 'but', 'thankfully', 'was', 'able', 'to', 'order', 'another', 'on', 'sale', 'it', "'s", 'a', 'no', 'brainer', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['10816,1110,46', 'very', 'cute', 'and', 'comfy', 'i', 'really', 'like', 'the', 'dress', 'it', 'is', 'cute', 'and', 'comfortable', 'the', 'only', 'problem', 'i', "'m", 'having', 'is', 'finding', 'leggings', 'that', 'match', 'the', 'way', 'i', 'want', 'dress', 'will', 'be', 'cute', 'with', 'leggings', 'and', 'boots', 'or', 'sandals', 'in', 'the', 'spring', 'it', 'is', 'very', 'casual.,4,1,2', 'general', 'dresses', 'dresses'] ['10817,907,62', 'nice', 'sweater', 'on', 'sale', 'too', 'ca', "n't", 'say', 'about', 'fit', 'just', 'yet', 'since', 'it', 'is', 'a', 'gift', 'color', 'is', 'soft', 'green', 'and', 'versatile', 'finishing', 'touches', 'around', 'edges', 'and', 'in', 'back', 'make', 'it', 'a', 'stand', 'out', 'sweater', 'that', 'dresses', 'up', 'jeans', 'but', 'also', 'nice', 'over', 'a', 'dress', 'or', 'with', 'skirt,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10818,315,38', ',,4,1,0', 'initmates', 'intimate', 'swim'] ['10819,1020,22', 'bright', 'and', 'colorful', 'such', 'a', 'fun', 'and', 'beautiful', 'skirt', 'absolutely', 'love', 'the', 'cut', 'and', 'the', 'way', 'it', 'flows', 'when', 'walking', 'it', 'is', 'very', 'very', 'bright', 'in', 'my', 'opinion', 'and', 'not', 'so', 'much', 'my', 'style', 'so', 'i', 'will', 'be', 'wearing', 'it', 'sparingly', 'got', 'a', 'ton', 'of', 'compliments', 'the', 'first', 'time', 'wearing', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['10820,907,60', 'did', "n't", 'work', 'for', 'me', 'seemed', 'pretty', 'shapeless', 'which', 'surprised', 'me', 'because', 'of', 'the', 'design', 'perhaps', 'it', 'was', 'just', 'too', 'big', 'returned', 'it.,1,0,0', 'general', 'tops', 'fine', 'gauge'] ['10821,1110,34', 'cute', 'dress', 'cute', 'dress', 'can', 'be', 'worn', 'with', 'boots', 'flats', 'or', 'heels', 'i', 'am', '5', '1', '112', 'lbs', '34', 'b', 'chest', 'and', 'i', 'got', 'this', 'dress', 'in', 'size', 'petite', 'small', 'i', 'am', 'pear', 'shape', 'with', 'a', 'bigger', 'bottom', 'and', 'love', 'how', 'dress', 'enhances', 'my', 'shape', 'my', 'style', 'is', 'more', 'classic', 'but', 'i', 'really', 'like', 'this', 'dress', ',5,1,3', 'general', 'dresses', 'dresses'] ['10822,1110,32', 'cute', 'and', 'functional=win', 'win', 'i', 'was', 'at', 'first', 'a', 'bit', 'leery', 'of', 'this', 'dress', 'because', 'of', 'the', 'shape', 'baggy', 'is', 'in', 'but', 'it', "'s", 'not', 'always', 'flattering', 'i', 'am', 'usually', 'a', 'big', 'small-medium', 'and', 'the', 'medium', 'was', 'too', 'fluffy', 'i', 'realize', 'it', "'s", 'supposed', 'to', 'be', 'loose', 'but', 'not', 'that', 'loose', 'i', "'m", '5', '8', 'and', '146', 'lbs', 'and', 'the', 'small', 'was', 'the', 'best', 'option', 'perfect', 'amount', 'of', 'looseness', 'but', 'still', 'gave', 'a', 'hint', 'of', 'shape', 'it', 'has', 'pockets', 'and', 'is', 'so', 'comfortable', 'i', "'m", 'a', 'school', 'teacher', 'so', 'i', 'try', 'to', 'find', 'clothes', 'that', 'i', 'can', 'wear', 'in', 'both', 'worlds', 'this', 'is', 'definitely', 'a', 'keeper', 'i', 'will', 'for', ',5,1,4', 'general', 'dresses', 'dresses'] ['10823,1020,58', 'beautiful', 'skirt', 'but', 'runs', 'small', 'the', 'colors', 'and', 'design', 'of', 'this', 'skirt', 'are', 'beautiful', 'the', 'fabric', 'hangs', 'nicely', 'the', 'color', 'i', 'more', 'burnt', 'orange', 'than', 'red', 'i', 'ordered', 'my', 'usual', 'size', '6', 'but', 'it', 'is', 'too', 'small', ',4,1,8', 'general', 'petite', 'bottoms', 'skirts'] ['10824,907,23', 'this', 'sweater', 'has', 'every', 'special', 'element', 'i', 'could', 'want', 'form', 'fitting', 'feminine', 'and', 'attention', 'to', 'detail', 'i', 'ordered', 'it', 'in', 'turquoise', 'which', 'is', 'a', 'lovely', 'muted', 'turquoise', 'that', 'works', 'well', 'when', 'dressed', 'up', 'or', 'down', 'with', 'a', 'cream', 'cami', 'because', 'i', 'am', 'petite', 'the', 'fitted', 'waist', 'detail', 'in', 'back', 'hits', 'me', 'just', 'in', 'the', 'right', 'spot', 'thank', 'you', 'retailer', 'for', 'another', 'timeless', 'addition', 'to', 'my', 'collection', 'of', 'yours', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10825,1110,35', 'this', 'dress', '3', 'i', "'ve", 'been', 'wanting', 'to', 'try', 'on', 'this', 'dress', 'since', 'it', 'popped', 'up', 'online', 'we', 'visited', 'san', 'francisco', 'this', 'weekend', 'i', 'finally', 'got', 'my', 'chance', 'it', 'fit', 'great', 'was', 'flattering', 'i', 'am', 'currently', 'pregnant', 'it', 'worked', 'with', 'my', 'growing', 'belly', 'but', 'will', 'also', 'look', 'good', 'when', 'i', 'do', 'not', 'have', 'a', 'belly', 'i', 'would', 'definitely', 'recommend', '3', ',5,1,1', 'general', 'dresses', 'dresses'] ['10826,907,31', 'i', 'wanted', 'to', 'love', 'this', 'sweater', 'and', 'it', 'has', 'some', 'nice', 'distinctive', 'features', 'that', 'make', 'it', 'more', 'interesting', 'than', 'your', 'average', 'cardigan', 'unfortunately', 'however', 'i', 'found', 'that', 'flared', 'in', 'an', 'unflattering', 'manner', 'over', 'my', 'stomach', 'the', 'chest', 'fit', 'well', 'though', 'it', 'was', 'very', 'low', 'cut', 'but', 'then', 'if', 'i', 'buttoned', 'the', 'sweater', 'it', 'made', 'me', 'look', 'like', 'at', 'least', 'three', 'sizes', 'larger'] [] ['the', 'quality', 'seemed', 'okay', 'but', 'a', 'bit', 'thin', 'and', 'i', 'was', 'afraid', 'that', 'this', 'would', 'not', 'hold', 'up', 'for', 'long', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['10827,1003,33', 'please', 'and', 'thank', 'you', 'so', 'this', 'skirt', 'is', 'everything', 'the', 'only', 'downside', 'is', 'that', 'it', "'s", 'not', 'in', 'a', 'petite', 'sizing', 'so', 'i', "'m", 'going', 'to', 'have', 'to', 'get', 'this', 'altered', 'i', "'m", '5', '3', 'the', 'sizing', 'is', 'appropriate', 'usually', 'wear', 'an', '8', 'or', '10', 'in', 'pants', 'and', 'got', 'a', 'size', 'medium', 'for', 'the', 'skirt', 'the', 'material', 'is', 'thick', 'enough', 'for', 'spring', 'or', 'summer', 'weather', 'the', 'color', 'is', 'just', 'right', 'not', 'too', 'light', 'the', 'pockets', 'are', 'adorable', 'and', 'i', 'feel', 'like', 'i', "'m", 'channeling', 'some', '70', "'s", 'realness', 'sits', 'higher', 'on', 'your', 'waist', 'and', 'is', 'super', 'comfortable', 'i', 'know', 'i', "'m", 'going', 'to', 'get', 'a', 'lot', 'of', 'use', 'o', ',4,1,5', 'general', 'bottoms', 'skirts'] ['10828,1038,57', 'stunning', 'and', 'worth', 'the', 'full', 'price.', 'absolutely', 'beautiful', 'and', 'well', 'made', 'this', 'pair', 'of', 'jeans', 'is', 'perfect', 'no', 'flaws', 'whatsoever', 'i', 'usually', 'wear', 'size', '27', 'but', 'bought', 'the', '26', 'as', 'it', 'fits', 'better', '27', 'is', 'very', 'slightly', 'loose', 'but', 'i', 'think', 'it', 'supposed', 'to', 'be', 'like', 'that', 'for', 'a', 'boyfriend', 'jeans', 'i', 'prefer', 'it', 'nice', 'and', 'fitted', 'so', '26', 'works', 'better', 'i', "'m", 'lucky', 'to', 'find', 'them', 'still', 'available', 'in', 'the', 'store', 'while', 'it', "'s", 'not', 'online', 'i', 'did', "n't", 'hesitate', 'to', 'buy', 'at', 'full', 'price', 'which', 'i', 'rarely', 'did', 'i', "'m", 'so', 'in', 'love', 'with', 'my', 'new', 'purchase', 'very', 'happy', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10829,1110,57', 'cute', 'dress', 'for', 'work', 'and', 'play', 'great', 'style', 'can', 'be', 'dressed', 'up', 'or', 'down.,5,1,0', 'general', 'dresses', 'dresses'] ['10830,907,29', 'not', 'your', 'mother', "'s", 'cardigan', 'gorgeous', 'purchased', 'in', 'red', 'color', 'is', 'glowing', 'if', 'you', 'have', 'warm', 'complexion/cool', 'undertones.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['10831,1110,45', 'hidden', 'beauty', 'this', 'dress', 'looks', 'so', 'plain', 'on', 'this', 'model', 'you', "'d", 'never', 'guess', 'it', 'looks', 'so', 'adorable', 'on', 'i', 'saw', 'it', 'as', 'i', 'walked', 'into', 'my', 'local', 'retailer', 'and', 'tried', 'it', 'on', 'quickly', 'over', 'skinny', 'jeans', 'i', 'was', 'wearing', 'with', 'grey', 'suede', 'boots', 'and', 'it', 'looked', 'amazing', 'it', "'s", 'a', 'perfect', 'teacher', 'dress', 'wear', 'it', 'over', 'tights', 'or', 'jeans', 'during', 'colder', 'weather', 'chunky', 'sandals', 'during', 'warmer', 'weather', 'it', 'has', 'side', 'pockets', 'i', 'absolutely', 'love', 'you', 'must', 'try', 'it', 'on', 'to', 'believe', 'it', 'the', 'fabric', 'is', 'soft', 'and', 'of', 'great', 'quality', ',5,1,17', 'general', 'dresses', 'dresses'] ['10832,1078,20', 'not', 'for', 'me', 'this', 'dress', 'is', 'absolutely', 'hideous', 'on', 'my', 'physique', 'ordered', 'a', 'size', '6', 'and', 'it', 'hung', 'on', 'me', 'like', 'a', 'cheaply', 'made', 'tent', 'i', 'have', 'an', 'athletic', 'built', 'am', 'a', '34d', 'it', 'is', 'going', 'back', 'asap.,1,0,0', 'general', 'dresses', 'dresses'] ['10833,1110,30', 'new', 'favorite', 'dress', 'i', 'had', 'only', 'planned', 'to', 'check', 'out', 'this', 'dress', 'at', 'the', 'store', 'but', 'ended', 'up', 'buying', 'it', 'then', 'and', 'there', 'not', 'a', 'deal', 'breaker', 'but', 'there', 'were', 'extra', 'threads', 'hanging', 'from', 'some', 'parts', 'of', 'the', 'dress', 'it', 'made', 'me', 'a', 'bit', 'concern', 'that', 'the', 'stitching', 'would', 'unravel', 'during', 'wear', 'so', 'far', 'so', 'good', 'i', 'wish', 'they', 'had', 'paid', 'more', 'attention', 'to', 'little', 'details', 'like', 'that', ',5,1,1', 'general', 'dresses', 'dresses'] ['10834,1038,53', 'very', 'cute', 'nice', 'details', 'good', 'fit', 'i', 'think', 'these', 'jeans', 'are', 'much', 'better', 'in', 'person', 'than', 'on', 'the', 'picture', 'on', 'the', 'model', 'they', 'look', 'a', 'bit', 'boxy', 'and', 'too', 'loose', 'for', 'my', 'taste', 'i', 'am', 'tall', 'slim/athletic', 'and', 'they', 'fit', 'like', 'made', 'for', 'me', 'in', 'my', 'usual', 'size', 'they', 'have', 'some', 'give', 'and', 'tend', 'to', 'get', 'looser', 'while', 'you', 'wear', 'them', 'but', 'because', 'they', 'are', 'midrise', 'they', 'wo', "n't", 'slide', 'down', 'they', 'are', 'a', 'slightly', 'relaxed', 'swlim', 'fit', 'on', 'me', 'the', 'demin', 'is', 'solid', 'the', 'color', 'a', 'nice', 'medium', 'dark', 'sky', 'blue', 'the', 'emobroidery', 'and', 'the', 'beads', 'are', 'beautiful', 'and', 'look', 'like', 'they', 'will', 'hold', 'up', ',5,1,11', 'general', 'bottoms', 'jeans'] ['10835,1038,47', 'buy', 'them', 'these', 'jeans', 'are', 'fantastic', 'i', "'ve", 'worn', 'them', 'once', 'and', 'got', 'many', 'compliments', 'definitely', 'keepers', 'i', 'am', '5', '8', 'and', 'weigh', 'about', '135.', 'normally', 'i', 'wear', 'a', '29', 'but', 'i', 'sized', 'down', 'based', 'on', 'reviews', 'to', 'a', '28.', 'they', 'fit', 'perfectly', 'at', 'the', 'start', 'of', 'the', 'day', 'but', 'as', 'all', 'jeans', 'with', 'a', 'bit', 'of', 'stretch', 'do', 'they', 'get', 'bigger', 'as', 'the', 'day', 'goes', 'on', 'but', 'because', 'they', "'re", 'a', 'boyfriend', 'cut', 'it', 'all', 'works', 'really', 'happy', 'with', 'this', 'purchase', 'my', 'only', 'regret', 'is', 'that', 'i', 'did', "n't", 'get', 'two', 'pair', ',5,1,0', 'general', 'bottoms', 'jeans'] ['10836,1110,73', 'too', 'thick', 'for', 'spring', 'summer', 'i', 'bought', 'this', 'dress', 'for', 'spring/early', 'summer', 'thinking', 'it', 'was', 'light', 'and', 'airy', 'but', 'the', 'fabric', 'is', 'too', 'heavy', 'because', 'the', 'color', 'is', 'dark', 'even', 'with', 'the', 'flecks', 'of', 'peach', 'combined', 'with', 'the', 'heavy', 'fabric', 'it', "'s", 'too', 'much', 'for', 'spring', 'this', 'dress', 'is', 'perfect', 'for', 'early', 'fall', 'weather', 'the', 'dress', 'fits', 'fabulous', 'and', 'very', 'flattering', 'i', 'love', 'the', 'side', 'pockets', 'it', 'hits', 'all', 'the', 'right', 'places', 'i', "'m", 'hourglass', 'shaped', 'full', 'figured', 'i', 'normally', 'wear', 'size', '14/16', 'and', 'i', 'bought', 'this', 'dress', 'in', 'lg', 'again', 'it', 'fits', 'great', 'but', 'too', 'heavy', 'for', ',4,1,1', 'general', 'dresses', 'dresses'] ['10837,1078,39', 'style', 'dilemma', 'i', 'love', 'the', 'way', 'this', 'dress', 'looks', 'on', 'me', 'it', 'skims', 'my', 'figure', 'to', 'hide', 'my', 'flaws', 'the', 'bright', 'embroidery', 'is', 'eye', 'catching', 'the', 'layers', 'flow', 'when', 'i', 'walk', 'it', "'s", 'a', 'great', 'midi', 'length', 'and', 'it', 'does', "n't", 'make', 'me', 'look', 'wider', 'in', 'profile', 'i', "'m", 'not', 'having', 'the', 'see-through', 'issue', 'since', 'the', 'patterns', 'are', 'busy', 'and', 'my', 'lingerie', 'matches', 'i', 'purchased', '10', 'petite', 'and', 'my', 'measurements', 'are', '39-28-35'] [] [] ['my', 'dilemma', 'is', 'three', 'fold', 'the', 'material', 'is', 'polyester', 'rayon', 'causing', 'some', 'uncomfortable', 'heat', 'to', 'generate', 'when', 'sitting', 'then', 'there', "'s", ',4,1,4', 'general', 'dresses', 'dresses'] ['10838,1110,39', 'someone', 'please', 'trade', 'me', 'your', 'medium', 'i', "'ve", 'been', 'craving', 'this', 'dress', 'in', 'the', 'brown', 'pattern', 'for', 'a', 'while', 'and', 'should', 'have', 'jumped', 'the', 'gun', 'before', 'the', 'sale', 'so', 'now', 'i', 'was', 'left', 'with', 'size', 'sp', 'and', 'i', 'look', 'like', 'a', 'fool', 'like', 'i', "'m", 'trying', 'to', 'wear', 'a', 'top', 'from', 'junior', 'high', 'and', 'pass', 'it', 'off', 'as', 'a', 'dress', 'my', 'shoulders,5,1,0', 'general', 'dresses', 'dresses'] ['10839,1078,66', 'an', 'original', 'i', 'saw', 'this', 'dress', 'on', 'the', 'cashier', 'at', 'retailer', 'and', 'had', 'to', 'order', 'it', 'it', 'is', 'as', 'one', 'of', 'the', 'reviewers', 'said', 'like', 'having', 'two', 'dresses', 'in', 'one', 'the', 'bottom', 'dress', 'is', 'a', 'full', 'dress', 'and', 'the', 'top', 'lays', 'over', 'it', 'not', 'quite', 'skimming', 'but', 'not', 'quite', 'loose', 'either', 'i', 'love', 'the', 'dress', 'as', 'i', 'am', 'a', 'pear', 'shaped', 'size', '14', 'and', 'this', 'helps', 'to', 'camouflage', 'some', 'bumps', 'nicely', 'this', 'dress', 'reminds', 'of', 'the', 'dresses', 'some', 'peasant', 'women', 'wear', 'in', 'rural', 'countries', ',5,1,0', 'general', 'dresses', 'dresses'] ['10840,1110,33', 'great', 'find', 'and', 'buy', 'i', 'was', 'doubtful', 'when', 'i', 'first', 'tried', 'this', 'on', 'the', 'holding', 'horses', 'brand', 'tends', 'to', 'not', 'quite', 'fit', 'me', 'very', 'well', 'more', 'so', 'in', 'dresses', 'than', 'tops', 'also', 'it', 'looks', 'cute', 'but', 'not', 'great', 'on', 'the', 'hanger', 'this', 'a', 'must-try-on', 'dress', 'it', "'s", 'just', 'flowy', 'enough', 'to', 'not', 'look', 'sloppy', 'or', 'maternity', 'but', 'also', 'feel', 'easy', 'to', 'wear', 'the', 'print', 'and', 'cut', 'are', 'flattering', 'it', 'has', 'pockets', 'also', 'the', 'length', 'is', 'nice', 'close', 'to', 'knee', 'length', 'the', 'fabric', 'is', 'good', 'quality', 'does', "n't", 'wrinkle', 'easily', 'i', "'m", 'surprised', 'how', 'quickly', 'i', 'fell', 'in', 'love', 'with', 'this', 'dr', ',5,1,5', 'general', 'dresses', 'dresses'] ['10841,1078,40', 'not', 'quite', 'happening', 'the', 'outer', 'layer', 'runs', 'large', 'up', 'top', 'also', 'the', 'orange', 'stitching', 'the', 'flowers', 'on', 'the', 'outer', 'layer', 'are', 'extremely', 'bright', 'orange', 'rather', 'then', 'a', 'fall', 'brownish', 'orange', 'that', 'would', 'match', 'the', 'layer', 'underneath', 'i', "'m", 'returning', 'it', 'because', 'for', 'the', 'price', 'i', 'do', "n't", 'love', 'it', ',3,1,3', 'general', 'dresses', 'dresses'] ['10842,1110,37', 'super', 'cute', 'and', 'worth', 'the', 'splurge', 'i', 'saw', 'this', 'dress', 'at', 'my', 'local', 'retailer', 'and', 'passed', 'it', 'the', 'first', 'time', 'one', 'week', 'later', 'i', 'stopped', 'by', 'and', 'skimmed', 'through', 'the', 'store', 'and', 'went', 'back', 'to', 'the', 'dress', 'and', 'decided', 'to', 'try', 'it', 'on', 'boy', 'oh', 'boy', 'i', 'grabbed', 'a', 'small', 'and', 'a', 'medium', 'i', 'usually', 'wear', 'a', 'medium', 'and', 'the', 'small', 'fit', 'perfectly', 'the', 'fabric', 'is', 'thick', 'and', 'feels', 'so', 'soft', 'and', 'nice', 'i', 'love', 'the', 'pockets', 'worth', 'the', 'splurge', 'and', 'like', 'the', 'other', 'reviewer', 'said-', 'it', "'s", 'not', 'maternity', 'like', 'at', 'all', 'i', 'plan', 'to', 'wear', 'it', 'with', 'brown', 'boots', 'or', 'brown', 'heels', ',5,1,10', 'general', 'dresses', 'dresses'] ['10843,1078,65', ',,5,1,0', 'general', 'dresses', 'dresses'] ['10844,1078,64', 'sad', 'sack', 'well', 'this', 'is', 'on', 'me', 'as', 'i', 'saw', 'this', 'hanging', 'in', 'the', 'store', 'but', 'way', 'off', 'on', 'my', 'size', 'which', 'is', 'xxs', 'petite'] [] ['i', 'looked', 'too', 'quickly', 'and', 'got', 'a', 'nice', 'sa', 'to', 'order', 'it', 'for', 'me'] [] ['both', 'pieces', 'are', 'transparent', 'no', 'opaque', 'lining', 'at', 'all', 'is', 'inside', 'both', 'pieces', 'are', 'made', 'of', 'fragile', 'clingy', 'materials', 'there', 'is', 'no', 'flow', 'just', 'cling', 'the', 'size', 'is', 'much', 'too', 'big', 'so', 'the', 'resulting', 'look', 'is', 'of', 'two', 'bad', 'pieces', 'hanging', 'oddly', 'without', 'any', 'real', 'shape'] [] ['this', 'may', 'be', 'the', 'first', 'time', 'i', 'really', 'just', 'not', 'recommend', 'a', 'piece', 'at', 'all', 'bes', ',1,0,9', 'general', 'dresses', 'dresses'] ['10845,1110,32', 'excellent', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'window', 'and', 'had', 'to', 'try', 'it', 'on', 'and', 'it', 'is', 'perfect', 'it', "'s", 'lined', 'got', 'pockets', 'can', 'wash', 'at', 'home', 'and', 'is', 'a', 'work', 'appropriate', 'length', 'it', "'s", 'cold', 'in', 'the', 'northeast', 'right', 'now', 'so', 'i', "'m", 'wearing', 'it', 'with', 'tights', 'boots', 'and', 'a', 'cardi', 'i', 'really', 'like', 'that', 'it', 'is', "n't", 'fitted', 'but', 'is', 'form', 'flattering', 'overall', 'win', ',5,1,1', 'general', 'dresses', 'dresses'] ['10846,907,34', 'goes', 'with', 'everything', 'better', 'than', 'a', 'regular', 'boring', 'cardigan', 'goes', 'with', 'short', 'sleeves', 'and', 'dresses', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['10847,1110,65', 'outstanding', 'i', 'noticed', 'this', 'dress', 'in', 'the', 'highlighted', 'area', 'and', 'then', 'read', 'the', 'reviews', 'i', 'probably', 'would', "n't", 'have', 'thought', 'much', 'about', 'it', 'just', 'scrolling', 'through', 'the', 'dress', 'pages', 'and', 'now', 'i', "'m", 'so', 'glad', 'i', 'bought', 'it', 'i', 'have', 'worn', 'this', 'dress', 'several', 'times', 'and', 'never', 'fail', 'to', 'get', 'compliments', 'on', 'it', 'i', 'know', 'i', 'will', 'wear', 'it', 'again', 'come', 'next', 'fall', 'i', 'am', 'petite', 'but', 'ordered', 'the', 'regular', 'and', 'find', 'that', 'length', 'to', 'be', 'perfect', 'i', "'m", 'a', 'teacher', 'and', 'this', 'dress', 'helps', 'me', 'maintain', 'a', 'classy', 'yet', 'modern', 'look', 'i', 'purchased', 'the', 'small', 'usually', 'wear', 'size', ',5,1,0', 'general', 'dresses', 'dresses'] ['10848,125,34', 'beautiful', 'top', 'ruined', 'by', 'styling', 'this', 'top', 'is', 'beautiful', 'even', 'more', 'so', 'in', 'person', 'however', 'like', 'a', 'previous', 'reviewer', 'the', 'fit', 'is', 'very', 'boxy', 'there', 'is', 'so', 'much', 'excess', 'fabric', 'that', 'poofs', 'out', 'on', 'the', 'sides', 'that', 'you', 'ca', "n't", 'see', 'in', 'the', 'photos', 'due', 'to', 'the', 'model', "'s", 'cardigan', 'and', 'arms', 'if', 'this', 'top', 'had', 'been', 'a', 'bit', 'longer', 'and', 'more', 'fitted', 'without', 'all', 'the', 'excess', 'fabric', 'at', 'the', 'bottom', 'it', 'would', 'have', 'been', 'perfect', 'again', 'the', 'color', 'the', 'lace', 'the', 'fabric', 'and', 'the', 'pleating', 'is', 'all', 'gorgeous', 'would', 'love', 'it', 'if', 'the', 'designer', 'took', 'this', 'into', 'consideration', 'and', 'came', ',2,0,0', 'initmates', 'intimate', 'layering'] ['10849,437,48', 'chesty', 'women', 'need', 'to', 'size', 'up', 'i', 'saw', 'this', 'in', 'the', 'store', 'a', 'few', 'weeks', 'back', 'and', 'desperately', 'wanted', 'it', 'when', 'it', 'wet', 'on', 'sale', 'i', 'grabbed', 'it', 'i', 'normally', 'wear', 'an', 'xs', 'or', 'petite', 's', 'but', 'with', 'this', 'one', 'the', 'petite', 'm', 'was', 'the', 'winner', 'i', 'am', 'chesty', 'and', 'the', 'top', 'would', 'not', 'have', 'zipped', 'up', 'had', 'i', 'gone', 'any', 'smaller', 'it', 'is', 'a', 'bit', 'wide', 'on', 'the', 'bottom', 'and', 'i', 'agree', 'with', 'the', 'reviewer', 'who', 'said', 'it', 'should', 'be', 'a', 'bit', 'more', 'tailored', 'on', 'the', 'bottom', 'still', 'with', 'some', 'awesome', 'heels', 'this', 'is', 'a', 'great', 'summer', 'piece', 'the', 'lining', 'is', 'great', 'quality', 'love', 'it', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['10850,854,61', 'love', 'this', 'tee', 'i', 'love', 'everything', 'about', 'this', 'tee', 'it', 'has', 'wonderful', 'detailing', 'that', 'makes', 'it', 'different', 'from', 'other', 'tees', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'tee', 'is', 'very', 'comfortable', 'i', 'disagree', 'with', 'some', 'of', 'the', 'other', 'reviews', 'about', 'the', 'colors', 'i', 'actually', 'love', 'both', 'colors', 'the', 'red', 'is', 'a', 'nice', 'slightly', 'brownish', 'red', 'i', 'wore', 'that', 'color', 'with', 'a', 'pair', 'of', 'plaid', 'white', 'teal', 'taupe', 'shorts', 'and', 'i', 'got', 'compliments', 'on', 'my', 'outfit', 'the', 'color', 'will', 'go', 'with', 'more', 'than', 'one', 'might', 'think', 'i', 'have', "n't", 'worn', 'the', 'green', 'one', 'yet', 'i', 'hope', 'this', 'tee', 'comes', 'bac', ',5,1,0', 'general', 'tops', 'knits'] ['10851,854,69', 'nice', 'design', 'runs', 'large', 'i', 'am', 'a', 'large', 'in', 'knit', 'tees', 'this', 'is', 'the', 'first', 'tee', 'where', 'the', 'large', 'was', 'just', 'too', 'big', 'it', 'kind', 'of', 'hung', 'on', 'me', 'the', 'band', 'across', 'the', 'back', 'also', 'hung', 'down', 'so', 'all', 'over', 'it', 'looked', 'like', 'it', 'was', 'just', 'too', 'big', 'a', 'size', 'for', 'me', 'the', 'army', 'green', 'turned', 'out', 'to', 'be', 'not', 'a', 'flattering', 'shade', 'of', 'green', 'for', 'me', 'so', 'i', 'returned', 'it', 'i', 'liked', 'the', 'whole', 'design', 'a', 'lot', 'especially', 'the', 'front', 'macrame', 'part', 'but', 'for', 'me', 'it', 'did', 'not', 'work', 'at', 'all', 'also', 'too', 'expensive', 'for', 'a', 'tee', ',3,0,0', 'general', 'tops', 'knits'] ['10852,1081,35', 'lovely', 'dress', 'this', 'dress', 'is', 'quite', 'lovely', 'but', 'there', 'are', 'a', 'few', 'things', 'to', 'know'] [] ['the', 'blue', 'color', 'is', 'much', 'more', 'of', 'a', 'dark', 'teal', 'with', 'more', 'of', 'a', 'dull', 'green', 'tinge', 'than', 'i', 'expected', 'still', 'pretty', 'but', 'definitely', 'not', 'a', 'pure', 'blue', 'i', 'loved', 'the', 'look', 'of', 'the', 'blue', 'online', 'but', 'i', 'think', 'the', 'pink', 'might', 'have', 'worked', 'a', 'little', 'better', 'with', 'my', 'coloring'] ['the', 'dress', 'is', 'a', 'bit', 'low', 'in', 'front', 'not', 'inappropriately', 'low', 'but', 'if', 'you', 'are', 'hoping', 'to', 'be', 'able', 'to', 'adjust', 'by', 'pulling', 'the', 'shoulders', 'back', 'a', 'bit', 'or', 'something', 'be', 'aware', 'that', 'the', 'bodice', 'drapi', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10853,1081,35', 'my', 'my', 'my', 'is', 'this', 'dress', 'ever', 'flattering', 'i', 'have', 'seen', 'many', 'variations', 'of', 'this', 'kind', 'of', 'dress-some', 'where', 'they', 'will', 'kris-cross', 'over', 'the', 'breast', 'area', 'some', 'where', 'they', 'will', 'have', 'a', 'single', 'twist-but', 'i', 'never', 'have', 'seen', 'one', 'like', 'this', 'with', 'a', 'double', 'twist', 'and', 'oh', 'what', 'a', 'difference', 'it', 'makes', 'i', 'particularly', 'love', 'this', 'in', 'blue-which', 'was', 'a', 'very', 'bright', 'royal', 'color', 'in-store', 'i', 'am', 'not', 'very', 'chesty', 'so', 'the', 'accenting', 'in', 'that', 'area', 'is', 'very', 'flattering', 'on', 'me', 'and', 'made', 'me', 'fall', 'in', 'love', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['10854,939,57', 'great', 'piece', 'love', 'this', 'sweater', 'very', 'soft', 'and', 'can', 'be', 'dressy', 'or', 'casual.,5,1,0', 'general', 'tops', 'sweaters'] ['10855,854,44', 'this', 'top', 'was', 'fun', 'casual', 'with', 'flair', 'it', 'is', 'a', 'little', 'strange', 'that', 'it', 'is', 'see', 'through', 'down', 'to', 'the', 'stomach', 'almost', 'but', 'i', 'would', 'just', 'wear', 'a', 'bra', 'of', 'the', 'same', 'color', 'and', 'do', "n't", 'think', 'anyone', 'would', 'notice', 'i', 'did', "n't", 'buy', 'because', 'even', 'the', 'sale', 'price', 'is', 'too', 'much', 'for', 'a', 'casual', 'tee', 'in', 'my', 'opinion', ',5,1,0', 'general', 'tops', 'knits'] ['10856,1081,33', 'i', 'love', 'this', 'dress', 'as', 'a', 'taller', 'long-torsoed', 'woman', 'the', 'sleeves', 'are', 'long', 'enough', 'and', 'the', 'length', 'is', 'perfect', 'the', 'overall', 'fit', 'is', 'also', 'quite', 'flattering', 'but', 'i', 'can', 'imagine', 'it', 'might', 'not', 'be', 'if', 'you', "'re", 'shorter'] [] ['the', 'material', 'is', 'really', 'lovely', 'and', 'luxurious-looking', 'for', 'jersey', 'it', 'seems', 'like', 'it', 'should', 'wear', 'well'] [] ['a', 'great', 'work-to-evening', 'option', 'as', 'well', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['10857,1025,45', 'perfect', 'black', 'jeans', 'a', 'sales', 'associate', 'handed', 'these', 'to', 'me', 'while', 'i', 'was', 'trying', 'other', 'things', 'on', 'i', 'had', 'never', 'tried', 'the', 'hoxton', 'before', 'i', 'have', 'found', 'my', 'perfect', 'black', 'jean', 'they', 'are', 'so', 'comfortable', 'and', 'they', 'do', "n't", 'stretch', 'out', 'like', 'others', 'i', 'have', 'tried', 'i', 'am', '5', '4', 'and', 'i', 'roll', 'them', 'a', 'few', 'times', 'but', 'i', 'like', 'that', 'look', 'i', 'am', 'usually', 'a', '25', 'and', 'that', 'is', 'what', 'i', 'took', 'in', 'these.,5,1,0', 'general', 'bottoms', 'jeans'] ['10858,743,31', 'this', 'nightgown', 'looked', 'so', 'comfy', 'and', 'cute', 'i', 'ordered', 'a', 'large', 'and', 'it', 'was', 'so', 'uncomfortably', 'tight.i', "'m", '5', '3', 'and', '150lbs', 'it', 'was', 'such', 'a', 'shame', 'size', 'large', 'should', 'not', 'just', 'be', 'really', 'a', 'medium', ',2,0,3', 'initmates', 'intimate', 'intimates'] ['10859,1025,45', 'my', 'new', 'favorite', 'jean', 'paige', 'denim', 'has', 'done', 'it', 'again', 'with', 'this', 'version', 'of', 'the', 'hoxton', 'high', 'rise', 'no', 'matter', 'how', 'many', 'times', 'i', 'tell', 'myself', 'that', 'i', 'will', 'find', 'a', 'less', 'expensive', 'pair', 'of', 'jeans', 'i', 'never', 'can', 'find', 'jeans', 'that', 'fit', 'as', 'well', 'and', 'last', 'as', 'long', 'as', 'my', 'paige', 'jeans', 'this', 'is', 'a', 'sleek', 'pair', 'of', 'skinny', 'jeans', 'with', 'the', 'added', 'benefit', 'of', 'being', 'high', 'waisted', 'as', 'a', 'mom', 'who', 'hates', 'always', 'having', 'to', 'worry', 'about', 'spilling', 'over', 'the', 'top', 'of', 'my', 'jeans', 'no', 'matter', 'how', 'thin', 'or', 'fit', 'you', 'are', 'i', "'m", 'sorry', 'ladies', 'this', 'problem', 'is', 'real', 'the', 'hoxton', 'high', 'rise', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10860,863,33', 'great', 'color', 'and', 'drape', 'this', 'cardigan', "'s", 'color', 'is', 'great', 'it', 'goes', 'with', 'a', 'lot', 'of', 'items', 'surprisingly', 'the', 'fit', 'is', 'a', 'little', 'large/loose', 'but', 'that', "'s", 'nice', 'for', 'being', 'able', 'to', 'wear', 'various', 'shirts', 'underneath', 'i', "'ve", 'received', 'lots', 'of', 'compliments', 'on', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['10861,1081,48', 'comfort', 'and', 'style', 'very', 'comfortable', 'feels', 'like', 'you', "'re", 'wearing', 'pjs', 'while', 'being', 'dressed', 'up', 'fits', 'true', 'to', 'size', 'very', 'elegant', 'dress', 'rich', 'navy', 'blue', 'color', 'versatile', 'can', 'wear', 'with', 'heels', 'boots', 'or', 'flats', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10862,1081,54', 'the', 'blue', 'dress', 'is', 'lovely', 'fit', 'true', 'to', 'size', 'and', 'a', 'good', 'all', 'around', 'comfy', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10863,860,30', 'cute', 'super', 'cute', 'and', 'simple', 'shirt', 'as', 'other', 'reviewer', 'said', 'lol', 'but', 'she', 'was', 'right', 'i', 'have', 'another', 'shirt', 'from', 'this', 'brand', 'and', 'it', "'s", 'one', 'of', 'my', 'favorites', 'it', 'runs', 'true', 'to', 'size', 'it', "'s", 'a', 'nice', 'casual', 'wear', 'with', 'jeans', 'kind', 'of', 'shirt', 'and', 'great', 'for', 'fall', 'it', 'may', 'be', 'a', 'little', 'short', 'for', 'someone', 'with', 'a', 'long', 'torso', 'and/or', 'tall', 'as', 'i', "'m", 'only', '5', '2', 'and', 'i', 'would', "n't", 'want', 'it', 'to', 'be', 'any', 'shorter.,5,1,0', 'general', 'tops', 'knits'] ['10864,992,57', 'unique', 'pretty', 'asymmetric', 'skirt', 'i', 'saw', 'this', 'skirt', 'in', 'retailer', 'several', 'months', 'ago', 'and', 'while', 'it', 'caught', 'my', 'eye', 'it', 'was', 'pricey', 'so', 'i', 'waited', 'until', 'it', 'went', 'on', 'sale', 'and', 'pounced', 'unfortunately', 'i', 'ordered', 'a', 'size', '6', 'which', 'is', 'enroute', 'i', 'happened', 'to', 'stop', 'by', 'our', 'local', 'store', 'today', 'and', 'decided', 'to', 'try', 'on', 'the', '6', 'and', 'ended', 'up', 'getting', 'a', 'size', '4.', 'so', 'i', "'ll", 'have', 'to', 'return', 'the', 'size', '6', 'when', 'it', 'arrives', 'i', 'think', 'it', 'runs', 'tts', 'i', "'ve", 'lost', 'alot', 'of', 'weight', 'recently'] ['the', 'colors', 'are', 'vibrant', 'and', 'it', 'has', 'a', 'nice', 'weight', 'with', 'some', 'stretch', 'in', 'the', 'fabric', 'it', "'s", 'a', ',5,1,1', 'general', 'bottoms', 'skirts'] ['10865,1081,39', 'unforgetable', 'dress', 'i', 'saw', 'this', 'dress', 'couple', 'weeks', 'ago', 'and', 'i', 'really', 'liked', 'its', 'color', 'the', 'dress', 'was', 'ok', 'untill', 'i', 'wore', 'it', 'well', 'it', "'s", 'one', 'of', 'those', 'dresses', 'which', 'are', 'not', 'great', 'on', 'hanger', 'but', 'great', 'on', 'you', 'well', 'the', 'color', 'is', 'awesome', 'matches', 'with', 'other', 'bright', 'colors', 'mustard', 'yellow', 'wine', 'or', 'black', 'the', 'material', 'is', 'very', 'thin', 'so', 'if', 'you', 'put', 'size', 'down', 'it', 'will', 'fit', 'but', 'make', 'sure', 'that', 'you', 'see', 'yourself', 'in', 'the', 'mirror', 'and', 'see', 'your', 'back', 'i', 'saw', 'many', 'ladies', 'which', 'put', 'the', 'dress', 'which', 'fits', 'them', 'but', 'it', 'does', 'not', 'fit', 'the', 'way', 'it', 'supposed', 'to', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10866,1081,34', ',beautiful', 'color', 'and', 'super', 'comfy', 'it', 'runs', 'large', 'but', 'the', 'gathers', 'still', 'allow', 'for', 'it', 'to', 'have', 'shape', 'on', 'the', 'top.,5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['10867,863,61', 'a', 'staple', 'in', 'my', 'wardrobe', 'now', 'i', 'paid', 'full', 'price', 'for', 'this', 'cardigan', 'and', 'have', 'not', 'regretted', 'purchase', 'for', 'one', 'minute', 'having', 'worn', 'it', 'almost', 'every', 'day', 'this', 'summer', 'it', 'is', 'the', 'perfect', 'weight', 'for', 'cool', 'summer', 'evenings', 'seaside', 'strolls', 'chilly', 'restaurants', 'or', 'for', 'a', 'sunblock', 'layer', 'when', 'you', 'have', 'to', 'be', 'outside', ',5,1,0', 'general', 'tops', 'knits'] ['10868,1081,39', 'long', 'sleeves', 'and', 'too', 'long', 'for', 'shorter', 'gals', 'i', 'tried', 'on', 'the', 'regular', 'size', 'at', 'my', 'store', 'and', 'it', 'was', 'too', 'long', 'for', 'me', 'te', 'sleeves', 'were', 'enourmous', 'and', 'the', 'dress', 'fell', 'mid-calf', 'but', 'i', 'love', 'the', 'feel', 'of', 'hte', 'mateiral', 'and', 'if', 'it', 'were', 'to', 'fit', 'properly', 'is', 'very', 'falttering', 'i', 'will', 'order', 'the', 'petite', 'size', 'later', 'on', 'to', 'try', 'i', 'liked', 'it', 'enough', 'for', 'that', 'the', 'blue', 'is', 'a', 'nice', 'teal', 'color', 'double', 'layer', 'and', 'extremely', 'comfortable', 'the', 'finish', 'is', 'laser', 'cut', 'no', 'stichting', ',4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['10869,863,30', 'just', 'bought', 'this', 'cardigan', 'today', 'i', "'m", 'already', 'a', 'fan', 'of', 'left', 'of', 'center', 'and', 'was', 'happy', 'with', 'this', 'piece', 'it', "'s", 'soft', 'has', 'more', 'interest', 'to', 'it', 'than', 'your', 'average', 'cardi', 'the', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'it', "'s", 'not', 'a', 'dealbreaker', 'i', 'imagine', 'it', 'will', 'be', 'a', 'great', 'transitional', 'piece', 'from', 'summer', 'to', 'fall', 'and', 'then', 'for', 'spring', 'time', ',5,1,1', 'general', 'tops', 'knits'] ['10870,1099,54', 'beautiful', 'color', 'bought', 'a', 'small', 'i', 'am', "5'10", 'and', '145', 'pounds', 'the', 'length', 'is', 'the', 'only', 'thing', 'that', 'is', 'usually', 'a', 'problem', 'on', 'size', 'small', 'for', 'me', 'however', 'the', 'chest', 'area', 'was', 'extremely', 'tight', 'and', 'ill', 'fitting', 'i', 'thought', 'i', 'am', 'only', 'a', '34b', 'i', "'m", 'returning', 'it', 'i', 'did', 'think', 'it', 'was', 'pricey', 'for', 'what', 'you', 'get', 'as', 'well', 'the', 'color', 'was', 'by', 'far', 'the', 'best', 'thing', 'about', 'this', 'dress', 'it', 'could', 'have', 'been', 'better', 'quality', 'and', 'fit', ',4,0,0', 'general', 'dresses', 'dresses'] ['10871,863,56', 'bright', 'light', 'this', 'is', 'a', 'nice', 'year', 'round', 'weight', 'sweater'] ['i', 'am', 'thrilled', 'with', 'small', 'details', 'true', 'to', 'retailer', 'pieces', ',5,1,0', 'general', 'tops', 'knits'] ['10872,1081,44', 'love', 'it', 'i', 'oot', 'this', 'dress', 'in', 'the', 'blue', 'it', 'fits', 'great', 'hits', 'at', 'the', 'knee', 'not', 'too', 'short', 'or', 'awkwardly', 'long', 'i', 'just', 'wish', 'they', 'had', 'it', 'in', 'short', 'sleeve', 'so', 'i', 'could', 'wear', 'one', 'for', 'the', 'summer', 'beautiful', 'and', 'easy', 'to', 'wear', 'for', 'work', 'or', 'fun', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10873,1099,37', 'my', 'new', 'favorite', 'i', 'love', 'everything', 'about', 'this', 'dress', 'beautiful', 'vibrant', 'color', 'and', 'fabric', 'i', 'got', 'the', 'sp', 'which', 'is', 'a', 'perfect', 'length', 'for', 'me', 'to', 'wear', 'with', 'the', 'jasper', 'jeera', 'nijar', 'sandles', 'it', 'is', 'very', 'flowy', 'and', 'full', 'but', 'i', 'love', 'that', 'about', 'it', 'happy', 'i', 'was', 'able', 'to', 'snag', 'a', 'petite', 'size', 'but', 'i', 'think', 'the', 'regular', 'would', 'have', 'been', 'ok.', 'i', 'could', 'have', 'gotten', 'away', 'with', 'an', 'xs', 'but', 'the', 'small', 'fits', 'great', ',5,1,1', 'general', 'dresses', 'dresses'] ['10874,860,25', 'runs', 'small', 'i', 'was', 'sad', 'that', 'this', 'was', 'only', 'online', 'because', 'i', 'wanted', 'to', 'try', 'on', 'the', 'xs', 'and', 'small', 'to', 'compare', 'i', 'usually', 'wear', 'an', 'xs', 'in', 'most', 'antrho', 'clothes', 'and', 'i', 'decided', 'to', 'get', 'an', 'xs', 'because', 'i', 'was', 'afraid', 'the', 'peplum', 'part', 'would', 'be', 'large', 'however', 'when', 'i', 'got', 'it', 'in', 'the', 'mail', 'the', 'xs', 'is', 'too', 'small', 'i', 'tried', 'to', 'get', 'it', 'in', 'a', 'size', 'up', 'but', 'i', 'could', "n't", 'find', 'it', 'it', "'s", 'a', 'cute', 'shirt', 'but', 'it', 'runs', 'small', 'even', 'the', 'length', 'of', 'the', 'shirt', 'is', 'shorter', 'than', 'i', 'would', 'have', 'liked', 'if', 'they', 'had', 'the', 'correct', 'size', 'i', 'would', 'have', 'gotten', 'it', 'but', 'this', 'shir', ',4,1,1', 'general', 'tops', 'knits'] ['10875,119,48', ',seafolly', 'is', 'my', 'favorite', 'swim/beach', 'brand', 'the', 'quality', 'is', 'always', 'great', 'this', 'is', 'a', 'colorful', 'sheer', 'kaftan', 'that', 'will', 'get', 'much', 'use', 'this', 'summer.,4,1,0', 'initmates', 'intimate', 'swim'] ['10876,119,30', 'great', 'product', 'for', 'a', 'great', 'price', 'love', 'love', 'love', 'this', 'piece', 'very', 'flowy', 'but', 'made', 'of', 'good', 'material', 'glad', 'i', 'purchased', 'this', 'item', ',5,1,0', 'initmates', 'intimate', 'swim'] ['10877,1081,46', 'love', 'the', 'fabric', 'and', 'colors', 'but', 'i', 'bought', 'the', 'rose', 'and', 'the', 'sapphire', 'during', 'the', 'xtr', '40', 'off', 'clearance', 'i', "'m", 'just', 'under', '5', '4', 'curvy', 'usually', 'wear', 'med', 'petite', 'in', 'retailer', 'dresses', 'i', 'ordered', 'a', 'mr', 'because', 'being', 'sale', 'items', 'only', 'regular', 'sizing', 'was', 'available', 'a', 'sp', 'would', 'have', 'been', 'much', 'better', 'the', 'dress', 'hit', 'about', '3', 'below', 'my', 'knee', 'and', 'the', 'crisscross', 'top', 'made', 'my', 'bust', 'look', 'matronly', 'a', 'snugger', 'fit', 'would', 'have', 'been', 'sexier', 'the', 'rose', 'was', 'darker', 'than', 'pictured', 'pretty', 'but', 'eh', 'on', 'me', 'however', 'the', 'sapphire', 'was', 'gorgeous', 'i', "'m", 'sad', 'about', 'returning', 'it', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['10878,860,25', 'perfect', 'lightweight', 'tee', 'i', 'love', 'love', 'this', 'top', 'it', "'s", 'the', 'perfect', 'peplum', 'tee', 'i', 'would', 'get', 'more', 'if', 'this', 'was', 'offered', 'in', 'more', 'color', 'combos', 'the', 'stripes', 'add', 'a', 'cute', 'effect', 'to', 'the', 'tee', 'and', 'it', "'s", 'a', 'perfect', 'soft', 'cotton', 'ca', "n't", 'say', 'enough', 'about', 'this', 'one', ',5,1,0', 'general', 'tops', 'knits'] ['10879,1099,36', 'i', 'have', 'to', 'agree', 'with', 'the', 'first', 'reviewer', 'i', 'really', 'loved', 'the', 'color', 'of', 'this', 'dress', 'and', 'could', 'almost', 'have', 'overlooked', 'the', 'lack', 'of', 'a', 'lining', 'but', 'when', 'i', 'felt', 'the', 'fabric', 'expecting', 'a', 'nice', 'lush', 'silk', 'instead', 'getting', 'what', 'felt', 'like', 'a', 'polyster', 'instead', 'i', 'could', "n't", 'justify', 'it', 'for', 'the', 'price', 'i', 'really', 'liked', 'the', 'fact', 'that', 'a', 'maxi', 'came', 'in', 'petite', 'sizes', 'as', 'well', 'but', 'just', 'could', "n't", 'get', 'over', 'the', 'poor', 'quality', 'for', 'that', 'price', 'so', 'back', 'it', 'goes'] [] ['i', 'hope', 'the', 'team', 'members', 'or', 'buyers', 'at', 'retailer', 'are', 'reading', 'these', 'reviews', ',1,0,2', 'general', 'dresses', 'dresses'] ['10880,863,45', 'great', 'sweater', 'love', 'the', 'weight', 'something', 'i', 'can', 'wear', 'winter', 'and', 'spring.,4,1,0', 'general', 'tops', 'knits'] ['10881,1081,35', 'beautiful', 'cobalt', 'blue', 'dress'] ['i', 'wore', 'it', 'for', 'christmas', 'and', 'had', 'many', 'compliments', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10882,854,37', 'perfect', 'summer', 'staple', 'i', 'love', 'this', 'top', 'i', 'love', 'the', 'detail', 'in', 'the', 'front', 'and', 'the', 'v', 'back', 'it', "'s", 'simple', 'and', 'sexy', 'easy', 'to', 'dress', 'up', 'or', 'wear', 'casually', 'i', 'ordered', 'an', 'xs', 'and', 'found', 'it', 'to', 'fit', 'perfect', 'i', "'m", '5', '5', 'and', '112lbs', 'i', 'ordered', 'the', 'olive', 'green', 'color', 'which', 'i', 'love', 'i', 'do', "n't", 'typically', 'wear', 'red', 'so', 'that', 'was', "n't", 'an', 'option', 'for', 'me', 'i', 'do', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,1', 'general', 'tops', 'knits'] ['10883,863,66', 'great', 'find', 'love', 'this', 'sweater', 'ordered', 'white', 'size', 'large', 'great', 'light', 'layer', 'the', 'weave', 'in', 'the', 'yarn', 'is', 'really', 'pretty', 'the', 'variations', 'in', 'texture', 'have', 'an', 'almost', 'burnout', 'look', 'the', 'silver', 'buttons', 'are', 'unusual', 'really', 'stand', 'out', 'and', 'complement', 'the', 'overall', 'look', 'of', 'the', 'sweater', 'it', 'has', 'an', 'uneven', 'hem', 'that', 'drapes', 'beautifully', 'at', 'the', 'back', 'and', 'sides', 'great', 'value', 'on', 'sale', 'one', 'of', 'those', 'basics', 'that', 'everyone', 'needs', 'in', 'their', 'wardrobe', ',5,1,1', 'general', 'tops', 'knits'] ['10884,1081,42', 'soft', 'love', 'bailey', '44.', 'this', 'dress', 'does', 'not', 'disappoint', 'the', 'blue', 'is', 'beautiful', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'the', 'material', 'is', 'really', 'soft', 'and', 'the', 'dress', 'is', 'very', 'comfortable.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10885,960,64', 'is', 'this', 'top', 'orange', 'or', 'red', 'wish', 'this', 'site', 'had', 'ask', 'a', 'question', 'about', 'the', 'product', 'feature', 'like', 'amazon', 'does', 'just', 'wondering', 'if', 'anyone', 'has', 'seen', 'this', 'product', 'in', 'person', 'to', 'verify', 'color', 'it', 'looks', 'orange', 'but', 'descriptor', 'says', 'red', 'would', 'appreciate', 'feedback', 'thank', 'you', 'for', 'your', 'help', ',5,1,0', 'general', 'jackets', 'jackets'] ['10886,1081,49', 'an', 'elegant', 'comfortable', 'dress', 'better', 'than', 'the', 'picture', 'right', 'chest', 'neck', 'line', 'not', 'too', 'low', 'comfortable', 'material', 'and', 'the', 'cut', 'is', 'just', 'right', 'bought', 'two', 'in', 'different', 'color', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10887,1081,23', 'love', 'it', 'i', 'bought', 'this', 'dress', 'in', 'blue', 'it', "'s", 'a', 'light', 'jersey', 'material', 'but', 'it', 'is', 'lined', 'i', 'find', 'it', 'very', 'flattering', 'i', 'have', 'found', 'more', 'occasions', 'to', 'wear', 'it', 'than', 'i', 'expected', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10888,1081,43', 'great', 'dress', 'got', 'this', 'dress', 'on', 'sale', 'it', 'fits', 'great', 'i', 'am', '5', '8', 'small', 'bust', 'small', 'waist', 'but', 'bigger', 'hips', 'and', 'this', 'dress', 'makes', 'all', 'those', 'areas', 'look', 'great', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10889,863,57', ',,4,1,0', 'general', 'tops', 'knits'] ['10890,1026,49', 'lots', 'of', 'stretch', 'in', 'fabric', 'so', 'pants', 'fit', 'well', 'length', 'is', 'perfect', 'for', 'me', 'i', "'m", 'almost', '5ft', '6', 'in', 'and', 'they', 'hit', 'at', 'bottom', 'of', 'ankles', 'with', 'slightly', 'extra', 'fabric', 'so', 'flats', 'heels', 'or', 'boots', 'work', 'great', 'with', 'these', 'pants', 'i', 'bought', 'size', '29', 'and', 'i', "'m", '135', 'lbs'] ['colors', 'in', 'pants', 'are', 'beautiful', 'many', 'different', 'colored', 'tops', 'go', 'well', 'with', 'them', ',5,1,1', 'general', 'bottoms', 'jeans'] ['10891,1081,39', 'gorgeous', 'dress', 'i', 'love', 'wearing', 'this', 'dress', 'and', 'have', 'had', 'many', 'compliments', 'it', "'s", 'a', 'great', 'color', 'and', 'a', 'fabulous', 'fit,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10892,863,39', 'great', 'lightweight', 'piece', 'i', 'bought', 'in', 'white', 'great', 'for', 'a', 'lightweight', 'cover', 'up', 'well', 'made', 'and', 'cozy', ',5,1,1', 'general', 'tops', 'knits'] ['10893,1099,40', 'not', 'lined', 'and', 'low', 'quality', 'silk', 'disappointed', 'the', 'cut', 'of', 'this', 'dress', 'is', 'gorgeous', 'and', 'it', 'could', 'be', 'great', 'if', 'it', 'were', 'made', 'of', 'quality', 'silk', 'and', 'was', 'lined', 'although', 'the', 'color', 'is', 'beautiful', 'the', 'cheap', 'fabric', 'has', 'no', 'variation', 'is', 'too', 'saturated', 'and', 'lacks', 'any', 'sheen', 'of', 'quality', 'silk'] ['shocked', 'at', 'the', 'price', 'i', 'still', 'have', 'beautiful', 'silk', 'dresses', 'from', 'retailer', 'pre', '2010', 'being', 'back', 'the', 'quality', ',2,0,8', 'general', 'dresses', 'dresses'] ['10894,1099,44', 'beautiful', 'but', 'not', 'lined.', 'i', 'love', 'this', 'dress', 'it', 'feels', 'great', 'on', 'it', "'s", 'very', 'light', 'the', 'color', 'is', 'absolutely', 'gorgeous', 'the', 'only', 'thing', 'i', 'was', 'disappointed', 'in', 'was', 'that', 'there', 'was', 'no', 'lining', 'for', 'the', 'cost', 'of', 'this', 'dress', 'it', 'should', 'at', 'least', 'be', 'lined', ',4,1,0', 'general', 'dresses', 'dresses'] ['10895,863,37', 'left', 'of', 'center', 'always', 'does', 'it', 'right', 'if', 'you', "'ve", 'been', 'an', 'retailer', 'lover', 'for', 'awhile', 'you', 'have', 'at', 'least', 'one', 'of', 'the', 'left', 'of', 'center', 'thermals', 'every', 'single', 'year', 'they', 'come', 'out', 'with', 'them', 'and', 'they', 'are', 'best', 'sellers', 'so', 'when', 'i', 'saw', 'this', 'is', 'could', "n't", 'believe', 'it', 'it', "'s", 'just', 'like', 'the', 'left', 'of', 'center', 'thermal', 'shirt', 'but', 'a', 'cardigan', 'soft', 'warm', 'but', 'thin', 'enough', 'that', 'it', 'would', 'be', 'a', 'perfect', 'layer', 'for', 'the', 'summer', 'be', 'warned', 'that', 'this', 'fabric', 'does', 'grow', 'with', 'wear', 'definitely', 'size', 'down', 'a', 'bit', 'the', 'body', 'is', 'full', 'and', 'the', 'sleeves', 'are', 'fitted', 'lots', 'of', 'stretch', 'and', 'very', 'v', ',5,1,16', 'general', 'tops', 'knits'] ['10896,863,65', 'bright', 'and', 'fun', 'this', 'sweater', 'is', 'a', 'nice', 'weight', 'and', 'may', 'run', 'a', 'little', 'on', 'the', 'large', 'size', 'the', 'orange', 'is', 'a', 'nice', 'tone', 'more', 'on', 'the', 'blue', 'side', 'which', 'suits', 'my', 'coloring', 'more', 'than', 'a', 'more', 'yellow-orange', 'it', 'is', 'bright', 'i', 'think', 'it', 'will', 'look', 'great', 'over', 'black', 'top', 'and', 'slacks', 'or', 'light', 'color', 'top', 'and', 'jeans', 'nice', 'weight', 'for', 'fall', 'a', 'bit', 'on', 'the', 'stretchy', 'side', 'so', 'i', 'hope', 'it', 'wo', "n't", 'stretch', 'too', 'much', 'out', 'of', 'shape.,4,1,0', 'general', 'tops', 'knits'] ['10897,119,20', 'super', 'cute', 'very', 'light', 'and', 'flowy', 'i', 'ordered', 'the', 'black', 'packs', 'well', 'was', "n't", 'wrinkly', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'suitcase'] ['i', 'ordered', 'the', 'black', 'so', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'initmates', 'intimate', 'swim'] ['10898,860,26', 'not', 'if', 'you', "'re", 'busty', 'i', 'am', 'a', '32dd', '5', '4', 'and', '125lbs', 'and', 'this', 'top', 'was', 'way', 'too', 'baggy', 'it', 'looked', 'awful', 'this', 'is', 'shapeless', 'and', 'oversized', 'i', 'would', 'size', 'down', 'or', 'just', 'pass', ',2,0,0', 'general', 'tops', 'knits'] ['10899,1081,41', 'great', 'for', 'many', 'occasions', 'i', 'recently', 'purchased', 'this', 'dress', 'and', 'am', 'so', 'happy', 'with', 'it', 'the', 'gathered', 'area', 'over', 'the', 'bust', 'is', 'visually', 'interesting', 'and', 'is', "n't", 'too', 'revealing', 'the', 'jersey', 'material', 'hangs', 'beautifully', 'i', 'also', 'appreciate', 'it', 'being', 'lined.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10900,1081,43', 'my', 'new', 'favorite', 'dress', 'i', 'own', 'a', 'couple', 'of', 'bailey', '44', 'dresses', 'and', 'am', 'a', 'huge', 'fan', 'of', 'their', 'comfort', 'and', 'ability', 'to', 'flatter', 'my', 'figure', 'when', 'i', 'saw', 'this', 'one', 'on', 'a', 'special', 'promo', 'i', 'knew', 'i', 'had', 'to', 'try', 'it', 'on', 'once', 'i', 'did', 'i', 'knew', 'it', 'had', 'to', 'come', 'home', 'with', 'me', 'i', 'wore', 'it', 'to', 'a', 'work', 'event', 'last', 'night', 'and', 'look', 'forward', 'to', 'wearing', 'it', 'on', 'a', 'date', 'night', 'soon', 'i', 'am', 'a', 's', 'or', 'm', 'and', 'took', 'a', 's', 'in', 'this', 'dress', 'i', 'went', 'with', 'cobalt', 'and', 'paired', 'it', 'with', 'gold', 'jewelry', 'as', 'in', 'the', 'photo', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10901,1026,37', 'love', 'i', 'am', 'a', 'big', 'pilcro', 'fan', 'i', 'have', 'a', 'really', 'tough', 'time', 'finding', 'pants', 'that', 'fit', 'are', 'comfortable', 'and', 'flattering', 'all', 'at', 'once', 'and', 'these', 'did', "n't", 'disappoint', 'the', 'colors', 'are', 'beautiful', 'and', 'saturated', 'and', 'just', 'like', 'they', 'appear', 'in', 'the', 'photos', 'i', 'got', 'my', 'usual', 'pilcro', 'size', 'and', 'the', 'colors', 'give', 'me', 'endless', 'styling', 'ideas', 'i', 'also', 'got', 'them', 'in', 'the', 'black', 'and', 'ivory', 'print', ',5,1,2', 'general', 'bottoms', 'jeans'] ['10902,759,66', 'underwhelming', 'fabric', 'felt', 'and', 'looked', 'cheap', 'hem', 'was', 'completely', 'frayed', 'all', 'the', 'way', 'around', 'perhaps', 'purposely', 'but', 'ratty', 'looking', 'all', 'the', 'same', ',1,0,0', 'initmates', 'intimate', 'lounge'] ['10903,1081,34', 'looks', 'great', 'the', 'material', 'feels', 'great', 'but', 'when', 'i', 'put', 'this', 'dress', 'on', 'for', 'the', 'first', 'time', 'today', 'it', 'fell', 'apart', 'at', 'the', 'seams', 'in', 'the', 'rib', 'cage', 'area', 'total', 'disappointment', 'i', 'had', 'purchased', 'this', 'on', 'sale', 'for', 'my', 'graduation', 'and', 'was', 'getting', 'ready', 'to', 'walk', 'out', 'the', 'door', 'when', 'i', 'saw', 'two', 'holes', 'on', 'each', 'side', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10904,815,26', 'pretty', 'back', 'like', 'the', 'previous', 'reviewer', 'the', 'biggest', 'problem', 'with', 'this', 'shirt', 'is', 'how', 'short', 'it', 'is', 'i', "'m", '5', '4', 'and', 'ordered', 'a', '12', 'which', 'is', 'usually', 'what', 'i', 'wear', 'at', 'retailer', 'even', 'only', 'being', '5', '4', 'this', 'shirt', 'is', 'much', 'shorter', 'than', 'i', 'anticipated', 'it', 'fits', 'everywhere', 'else', 'though', 'i', "'m", 'obsessed', 'with', 'the', 'back', 'so', 'i', "'m", 'going', 'to', 'keep', 'it', 'and', 'wear', 'it', 'i', "'d", 'say', 'it', "'s", 'worth', 'it', 'at', 'the', 'sale', 'price', ',3,1,0', 'general', 'tops', 'blouses'] ['10905,1081,58', 'after', 'reading', 'reviews', 'i', 'ordered', 'a', 'medium', 'instead', 'of', 'a', 'large', 'even', 'though', 'i', 'am', 'typically', 'a', 'size', '12.', 'it', 'was', 'definitely', 'the', 'right', 'decision', 'a', 'very', 'flattering', 'dress', 'in', 'a', 'beautiful', 'color', 'if', 'you', 'order', 'in', 'the', 'right', 'size', 'it', 'is', 'not', 'at', 'all', 'dowdy', 'it', 'is', 'forgiving', 'in', 'the', 'belly', 'area', 'which', 'is', 'great', 'for', 'me', 'it', 'can', 'be', 'worn', 'with', 'tights', 'or', 'without', 'tights', 'so', 'really', 'quite', 'versatile', 'i', 'am', 'sure', 'that', 'i', 'will', 'wear', 'it', 'a', 'lot', 'also', 'it', 'is', 'very', 'comfortable', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['10906,1025,47', 'perfect', 'fit', 'i', 'have', 'trouble', 'finding', 'pants', 'that', 'are', 'long', 'enough', 'and', 'also', 'narrow', 'enough', 'on', 'my', 'hips', 'these', 'fit', 'like', 'a', 'glove', 'and', 'never', 'stretch', 'out.,5,1,0', 'general', 'bottoms', 'jeans'] ['10907,1081,34', 'spanx', 'super', 'soft', 'pretty', 'blue', 'green', 'color', 'packs', 'super', 'well', 'for', 'traveling.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10908,1081,24', 'i', 'love', 'this', 'dress', 'it', 'is', 'so', 'comfortable', 'and', 'elegant', 'at', 'the', 'same', 'time', 'i', 'try', 'to', 'not', 'buy', 'dry', 'clean', 'only', 'pieces', 'but', 'i', 'had', 'to', 'make', 'an', 'exception', 'here', 'perfect', 'for', 'early', 'spring', 'days', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10909,992,45', 'i', 'was', 'really', 'pleased', 'with', 'this', 'skirt', 'the', 'lightness', 'of', 'the', 'fabric', 'is', 'nice', 'and', 'the', 'colors', 'matched', 'the', 'photos', 'i', 'was', 'initially', 'concerned', 'that', 'it', 'might', 'be', 'stiff', 'and', 'uncomfortable', 'but', 'it', 'feels', 'like', 'it', 'has', 'a', 'bit', 'of', 'stretch', 'and', 'offers', 'some', 'good', 'movement', 'sometimes', 'retailer', 'skirts', 'seem', 'to', 'run', 'small', 'to', 'me', 'but', 'this', 'fit', 'perfectly', 'in', 'my', 'regularl', 'size', ',5,1,9', 'general', 'bottoms', 'skirts'] ['10910,1099,30', 'beautiful', 'dress', 'runs', 'long', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'color', 'is', 'really', 'great', 'and', 'i', 'love', 'the', 'cut', 'flattering', 'around', 'the', 'neckline', 'and', 'loose', 'and', 'flowy'] [] ['the', 'one', 'downside', 'is', 'that', 'it', 'is', 'pretty', 'long', 'i', 'am', '5', '6', 'and', 'usually', 'somewhere', 'between', 'and', 'xs', 'and', 's', 'for', 'dresses', 'so', 'went', 'with', 'the', 'xs', 'the', 'size', 'is', 'great', 'but', 'it', "'s", 'just', 'a', 'tad', 'long', 'for', 'wearing', 'with', 'flats', 'i', 'actually', 'think', 'if', 'i', 'was', 'bustier', 'the', 'length', 'would', 'be', 'fine', 'but', 'since', 'i', "'m", 'pretty', 'flat', 'there', "'s", 'nothing', 'to', 'fill', 'the', 'dress', 'i', 'wish', 'i', 'had', 'been', 'able', 'to', 'snag', 'a', 'petite', 'but', 'they', 'w', ',4,1,0', 'general', 'dresses', 'dresses'] ['10911,1081,34', 'great', 'dress', 'but', 'runs', 'large', 'this', 'gathered', 'jersey', 'dress', 'is', 'beautiful', 'and', 'flows', 'in', 'just', 'the', 'right', 'places', 'however', 'it', 'runs', 'large', 'i', 'normally', 'wear', 'a', 'small', 'in', 'many', 'retailer', 'dresses', 'however', 'i', 'ordered', 'an', 'xs', 'petite', 'in', 'this', 'dress', 'based', 'on', 'other', 'reviews', 'i', "'m", 'glad', 'i', 'did', 'because', 'it', 'fits', 'perfectly', 'the', 'dress', 'is', 'very', 'flattering', 'in', 'the', 'bust', 'and', 'the', 'rest', 'of', 'the', 'dress', 'hangs', 'and', 'flows', 'nicely', 'this', 'can', 'be', 'dressed', 'up', 'with', 'statement', 'jewelry', 'or', 'down', 'depending', 'on', 'the', 'occasion', 'i', "'m", 'happy', 'with', 'my', 'purchase', 'so', 'much', 'so', 'that', 'i', 'bought', 'one', 'in', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10912,1081,52', 'elegant', 'for', 'work', 'or', 'night', 'out', 'i', 'do', 'not', 'see', 'this', 'as', 'frumpy', 'if', 'you', 'wear', 'it', 'with', 'heels', 'i', 'think', 'the', 'bodice', 'is', 'very', 'flattering.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10913,1027,35', 'slightly', 'disappointed', 'i', 'have', 'been', 'searching', 'high', 'and', 'low', 'for', 'some', 'good', 'quality', 'jeans', 'sadly', 'i', 'do', "n't", 'think', 'these', 'are', 'it', 'i', 'love', 'the', 'design', 'and', 'style', 'of', 'these', 'jeans', 'great', 'length', 'great', 'cut', 'great', 'color', 'unfortunately', 'in', 'the', '3', 'weeks', 'that', 'i', 'have', 'had', 'them', 'they', 'are', 'balling', 'and', 'looking', 'like', 'i', "'ve", 'had', 'them', 'for', '3', 'years', 'i', "'m", 'so', 'disappointed', 'and', 'will', 'have', 'to', 'continue', 'on', 'my', 'search', 'apparently', 'they', 'do', "n't", 'make', 'jeans', 'like', 'they', 'used', 'too', ',3,0,0', 'general', 'bottoms', 'jeans'] ['10914,863,56', 'soft', 'and', 'playful', 'i', 'got', 'the', 'sweater', 'in', 'red', 'i', "'d", 'call', 'it', 'more', 'orange', 'it', "'s", 'a', 'bit', 'of', 'a', 'baggy', 'fit', 'not', 'tight', 'which', 'i', 'love', 'i', 'feel', 'like', 'this', 'will', 'be', 'a', 'perfect', 'cover', 'up', 'for', 'cool', 'summer', 'evenings', 'i', 'got', 'a', 'medium', 'i', 'go', 'between', 'small', 'and', 'medium', 'and', 'i', 'love', 'the', 'fit', 'i', 'could', 'have', 'gotten', 'a', 'small', 'but', 'i', 'liked', 'it', 'looser', 'the', 'buttons', 'are', 'special', 'too', ',5,1,16', 'general', 'tops', 'knits'] ['10915,854,36', ',,5,1,0', 'general', 'tops', 'knits'] ['10916,815,62', 'the', 'blouse', 'is', 'absolutely', 'beautiful', 'i', 'am', '5', 'and', 'the', 'length', 'is', 'perfect', 'even', 'though', 'it', 'fit', 'a', 'little', 'snug', 'across', 'the', 'chest', 'it', "'s", 'a', 'keeper', 'i', "'ll", 'wear', 'it', 'open', 'on', 'the', 'top', 'with', 'a', 'nice', 'cami', 'underneath', ',5,1,0', 'general', 'tops', 'blouses'] ['10917,854,40', 'pretty', 'details', 'i', 'have', 'this', 'shirt', 'in', 'the', 'gray', 'and', 'in', 'the', 'orange', 'and', 'i', 'just', 'love', 'the', 'details', 'on', 'front.,4,1,0', 'general', 'tops', 'knits'] ['10918,960,48', 'gorgeous', 'color', 'and', 'material', 'this', 'is', 'a', 'wonderful', 'layering', 'piece', 'for', 'the', 'office', 'the', 'material', 'is', 'so', 'soft', 'like', 'a', 'thick', 'velvet', 'but', 'not', 'quite', 'it', 'is', 'cute', 'with', 'a', 'sleeveless', 'body', 'skimming', 'top', 'underneath', 'b/c', 'it', 'fits', 'loosely', 'not', 'for', '90', 'degree', 'days', 'as', 'it', 'is', 'a', 'bit', 'of', 'a', 'heavier', 'summer', 'material', 'the', 'orange-peach-coral', 'color', 'is', 'really', 'unique', ',4,1,1', 'general', 'jackets', 'jackets'] ['10919,1083,53', 'beautiful', 'this', 'is', 'my', 'third', 'dress', 'by', 'this', 'designer', 'i', 'love', 'his', 'work', 'this', 'will', 'be', 'the', 'most', 'versatile', 'and', 'classic', 'of', 'the', 'three'] ['i', 'love', 'how', 'wearing', 'his', 'dresses', 'makes', 'me', 'feel', 'my', 'best', 'and', 'comfortable', 'unique', 'and', 'well', 'made', ',5,1,1', 'general', 'dresses', 'dresses'] ['10920,1086,69', 'cute', 'but', 'not', 'for', 'me', 'this', 'is', 'a', 'pretty', 'red', 'dress', 'the', 'back', 'is', 'beautiful', 'i', 'ordered', 'it', 'online', 'and', 'was', 'excited', 'when', 'it', 'arrived', 'however', 'as', 'soon', 'as', 'i', 'took', 'it', 'out', 'of', 'the', 'package', 'i', 'saw', 'that', 'it', 'had', 'a', 'snag', 'on', 'the', 'front', 'bodice', 'i', 'also', 'did', 'not', 'realize', 'the', 'dress', 'material', 'was', 'not', 'as', 'heavy', 'as', 'i', 'was', 'hoping', 'for', 'it', 'to', 'be', 'given', 'those', 'two', 'details', 'i', 'decided', 'to', 'return', 'it', 'maybe', 'if', 'it', 'had', 'arrived', 'in', 'perfect', 'condition', 'i', 'would', 'have', 'kept', 'it', 'sigh', ',4,0,0', 'general', 'dresses', 'dresses'] ['10921,1092,56', 'pretty', 'dress', 'i', 'love', 'this', 'dress', 'but', 'sadly', 'for', 'me', 'it', 'did', "n't", 'look', 'good', 'on', 'my', 'body', 'type', 'i', "'m", 'a', '36', 'dd', 'and', 'not', 'thin', 'so', 'it', 'made', 'me', 'look', 'like', 'a', 'beached', 'whale', 'i', 'saw', 'it', 'on', 'two', 'different', 'sales', 'clerks', 'in', 'the', 'stoe', 'and', 'they', 'both', 'looked', 'adorable.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10922,1092,21', 'bold', 'and', 'beautiful', 'not', 'only', 'is', 'this', 'dress', 'incredibly', 'comfortable', 'but', 'it', 'can', 'be', 'accessorized', 'for', 'any', 'occasion', 'i', 'jazzed', 'it', 'up', 'for', 'a', 'wedding', 'but', 'a', 'cardigan', 'and', 'flats', 'also', 'makes', 'it', 'easy', 'saturday', 'perfect', 'only', 'way', 'this', 'dress', 'could', 'be', 'improved', 'pockets', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10923,1094,28', 'fits', 'weird', 'i', "'m", '5', '3', '115', 'lbs', 'and', 'ordered', 'an', 'xs', 'petite', 'i', 'have', 'other', 'dresses', 'from', 'maeve', 'in', 'xs', 'petite', 'and', 'xxs', 'petite', 'that', 'fit', 'really', 'well', 'but', 'this', 'one', 'was', 'weirdly', 'big', 'at', 'the', 'top', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['10924,1083,56', 'beautiful', 'wonderful', 'dress', 'thank', 'you', 'for', 'making', 'a', 'fun', 'and', 'sassy', 'dress', 'that', 'actually', 'fits', 'me', 'normally', 'this', 'sort', 'of', 'dress', 'would', "n't", 'fit', 'with', 'it', 'failing', 'me', 'in', 'the', 'bust', 'but', 'it', 'fit', 'quite', 'well', 'in', 'most', 'cases', 'i', 'would', 'end-up', 'in', 'a', '12', 'petite', 'to', 'accommodate', 'my', 'bust', 'but', 'with', 'it', 'then', 'too', 'large', 'in', 'the', 'shoulders', 'or', 'the', 'dress', 'would', 'have', 'run', 'so', 'small', 'i', 'would', "n't", 'have', 'been', 'able', 'to', 'button', 'it', 'in', 'most', 'places', 'i', 'was', 'pleasantly', 'surprised', 'not', 'only', 'with', 'the', 'fit', 'but', 'the', 'quality', 'as', 'well'] [] ['as', 'described', 'by', 'other', 'reviewers', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['10925,1083,41', 'beautiful', 'dress', 'love', 'this', 'dress', 'i', "'m", '5', '4', '110', 'lbs', 'i', 'ordered', '2p', 'the', 'dress', 'is', 'stretchy', 'at', 'all', 'the', 'right', 'places', 'and', 'accentuates', 'your', 'curves', 'it', "'s", 'very', 'well-made', 'i', 'usually', 'like', 'loose', 'fitting', 'clothes', 'but', 'i', 'feel', 'this', 'dress', 'needs', 'to', 'be', 'snug', 'but', 'not', 'tight', 'i', 'tried', '4p', 'and', 'it', 'was', 'just', 'a', 'bit', 'loose', 'this', 'dress', 'is', 'well-worth', 'the', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['10926,1092,33', 'two', 'dresses', 'in', 'one', 'i', 'had', 'been', 'hearing', 'a', 'bit', 'of', 'hype', 'around', 'this', 'dress', 'it', 'had', 'seemed', 'that', 'most', 'were', 'either', 'loving', 'or', 'hating', 'it', 'which', 'can', 'be', 'true', 'for', 'a', 'lot', 'of', 'swing', 'dresses', 'as', 'some', 'give', 'off', 'that', 'baby', 'bump', 'vibe', 'i', 'saw', 'a', 'friend', 'try', 'one', 'on', 'in', 'petite', 'and', 'we', 'both', 'agreed', 'it', 'ran', 'a', 'little', 'short', 'even', 'for', 'us', 'at', 'just', 'over', '5', 'feet', 'tall'] [] ['when', 'i', 'finally', 'made', 'it', 'into', 'a', 'store', 'i', 'noticed', 'that', 'they', 'had', 'quite', 'a', 'few', 'in', 'regular', 'sizing', 'in', 'stock', 'i', 'grabbed', 'a', 'xs', 'regular', 'to', 'try', 'on', 'and', 'i', 'loved', 'it', 'with', 'heels', 'it', 'falls', 'perfectly', 'and', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10927,1083,37', 'beautiful', 'dress', 'i', 'received', 'so', 'many', 'compliments', 'on', 'this', 'dress', 'i', 'purchased', 'my', 'usual', 'size', '12', 'and', 'it', 'fit', 'fine', 'i', 'agree', 'with', 'some', 'other', 'reviewers', 'that', 'i', 'could', 'have', 'probably', 'gone', 'a', 'size', 'down', 'for', 'a', 'more', 'snug', 'fit.,5,1,0', 'general', 'dresses', 'dresses'] ['10928,1086,33', 'quality', 'issues', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'a', 'cute', 'flattering', 'red', 'dress', 'for', 'ages', 'and', 'snapped', 'this', 'up', 'on', 'sale', 'online', 'thinking', 'it', 'was', 'finally', 'the', 'one', 'when', 'i', 'tried', 'it', 'on', 'i', 'found', 'the', 'shape', 'flattering', 'even', 'to', 'my', 'recently', 'pregnant', 'figure', 'other', 'than', 'that', 'i', 'was', 'highly', 'disappointed', 'for', 'two', 'reasons', 'one', 'quality', 'issues', 'as', 'mentioned', 'by', 'a', 'previous', 'reviewer', 'the', 'slip', 'is', 'sewn', 'in', 'totally', 'unevenly', 'resulting', 'in', 'it', 'sticking', 'up', 'above', 'the', 'neckline', 'on', 'one', 'side', 'with', 'several', 'threads', 'poking', 'up', 'above', 'th', ',3,0,0', 'general', 'dresses', 'dresses'] ['10929,1083,35', 'beautiful', 'dress', 'beautiful', 'dress', 'and', 'so', 'delicately', 'well', 'made'] ['5', '1', '95lb', 'xxs', 'petite', 'or', 'the', 'smallest', 'size', 'possible', 'worked', 'for', 'me'] ['it', 'accentuates', 'one', "'s", 'curvy', 'body', 'and', 'covers', 'up', 'any', 'excess', 'skin', 'in', 'the', 'belly', 'area', 'i', 'could', 'eat', 'on', 'freely', 'at', 'a', 'formal', 'occasion', 'words', 'just', 'can', 'not', 'describe', 'how', 'beautiful', 'this', 'dress', 'is', ',5,1,1', 'general', 'dresses', 'dresses'] ['10930,1083,30', 'gorgeous', 'dress', 'but', 'received', 'it', 'damaged', 'i', 'ordered', 'this', 'dress', 'in', 'my', 'usual', 'size', 'and', 'unfortunately', 'when', 'it', 'arrived', 'it', 'was', 'damaged', 'and', 'also', 'a', 'little', 'too', 'big', 'the', 'fabric', 'had', 'lots', 'of', 'pulls', 'in', 'it', 'like', 'it', 'had', 'been', 'tried', 'on', 'many', 'times'] [] ['i', 'called', 'customer', 'service', 'and', 'requested', 'a', 'replacement', 'in', 'a', 'smaller', 'size', 'it', 'fit', 'great', 'and', 'looked', 'beautiful', 'but', 'there', 'was', 'a', 'rip', 'in', 'the', 'sleeve'] [] ['this', 'is', 'a', 'gorgeous', 'dress', 'and', 'very', 'flattering', 'and', 'well', 'fitting', 'if', 'you', 'size', 'down', 'but', 'i', 'had', 'to', 'return', 'both', 'and', 'wear', 'something', 'else', 'to', 'a', 'holiday', 'party'] [] ['i', "'d", 'only', 'recomme', ',3,0,0', 'general', 'dresses', 'dresses'] ['10931,1083,41', 'the', 'lower', 'part', 'of', 'dress', 'bunches', 'where', 'buttons', 'are', 'so', 'the', 'dress', 'does', "n't", 'look', 'flushed', 'from', 'top', 'to', 'bottom', 'i', 'ended', 'up', 'returning', 'it', ',3,0,0', 'general', 'dresses', 'dresses'] ['10932,1094,39', 'interesting', 'neckline', 'i', 'like', 'this', 'dress', 'a', 'lot', 'the', 'fabric', 'is', 'nice', 'the', 'necklines', 'are', 'unusual', 'and', 'flattering', 'but', 'there', 'is', 'definitely', 'some', 'added', 'volume', 'at', 'the', 'hips', 'with', 'the', 'pockets', 'really', 'comfortable', 'dress', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10933,1083,62', 'beautiful', 'but', 'overpriced', 'i', 'had', 'been', 'admiring', 'this', 'dress', 'for', 'over', 'a', 'year', 'and', 'finally', 'treated', 'myself', 'to', 'it', 'for', 'the', 'holidays', 'first', 'it', 'is', 'gorgeous', 'and', 'very', 'thoughtfully', 'designed', 'to', 'make', 'you', 'look', 'amazing', 'where', 'things', 'fall', 'off', 'the', 'rails', 'for', 'me', 'is', 'the', 'fabric', 'choice', 'for', 'the', 'sleeves', 'they', 'are', 'sooo', 'delicate', 'and', 'evidently', 'snag', 'far', 'too', 'easily', 'the', 'dress', 'that', 'i', 'received', 'in', 'the', 'mail', 'had', 'two', 'large', 'snags', 'one', 'in', 'each', 'sleeve', 'that', 'were', 'already', 'running', 'a', 'bit', 'to', 'me', 'that', 'was', 'a', 'huge', 'red', 'flag', 'that', 'i', 'should', "n't", 'be', 'spending', 'so', 'much', 'money', 'o', ',4,1,0', 'general', 'dresses', 'dresses'] ['10934,1092,48', 'great', 'quality', 'amazing', 'dress', 'swing', 'dresses', 'can', 'be', 'so', 'iffy', 'but', 'this', 'one', 'is', 'fantastic', 'i', 'sized', 'down', 'to', 'an', 'xs', 'due', 'to', 'the', 'chest', 'area', 'i', "'m", 'usually', 'a', 's/6', 'up', 'top', '36b', 'and', 'it', 'fits', 'perfectly', 'the', 'dress', 'is', 'so', 'comfortable', 'and', 'stylish', 'without', 'feeling', 'like', 'you', "'re", 'wearing', 'a', 'tent', 'this', 'is', 'the', 'most', 'i', "'ve", 'ever', 'spent', 'on', 'a', 'casual', 'dress', 'and', 'it', 'is', 'worth', 'ever', 'penny', 'could', 'not', 'be', 'more', 'happy', 'with', 'my', 'purchase.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10935,1092,64', 'amazing', 'dress', 'i', "'m", 'a', 'pear', 'shape', 'and', 'this', 'dress', 'is', 'a', 'very', 'complimentary', 'cut', 'for', 'me', 'it', "'s", 'also', 'not', 'too', 'short', 'the', 'color', 'print', 'on', 'the', 'dress', 'are', 'amazing', 'i', "'m", 'very', 'happy', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10936,1092,42', 'buy', 'this', 'dress', 'now.', 'i', 'tried', 'it', 'on', 'while', 'out', 'of', 'town', 'i', 'was', 'concerned', 'about', 'getting', 'it', 'home', 'but', 'i', 'kept', 'thinking', 'about', 'it', 'i', 'purchased', 'it', 'online', 'once', 'i', 'got', 'home', 'the', 'colors', 'are', 'beautiful', 'it', "'s", 'a', 'swing', 'dress', 'with', 'quite', 'a', 'bit', 'of', 'swing', 'this', 'is', 'perfect', 'for', 'me', 'because', 'i', "'m", 'sensitive', 'about', 'my', 'mid', 'section', 'i', 'wore', 'mine', 'with', '3.5in', 'brown', 'sandals', 'my', 'husband', 'said', 'i', 'had', 'legs', 'for', 'days', 'i', "'ll", 'take', 'that', 'as', 'a', 'great', 'compliment', 'i', 'usually', 'wear', 'a', 'medium', 'but', 'could', 'have', 'worn', 'the', 'small', 'in', 'this', 'dress', 'i', 'preferred', 'the', 'medium', 'because', 'it', 'w', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10937,1083,35', 'spring', 'for', 'this', 'dress', 'now', 'simply', 'put', 'this', 'dress', 'will', 'make', 'you', 'feel', 'like', 'joan', 'from', 'mad', 'men', 'in', 'all', 'the', 'best', 'ways', 'amazingly', 'form-fitting', 'and', 'impeccably', 'constructed', 'like', 'you', 'imagine', 'clothes', 'used', 'to', 'be', 'it', "'s", 'true', 'there', 'are', 'hook', 'eye', 'closures', 'between', 'each', 'button', 'from', 'about', 'the', 'waist', 'up', 'yes', 'they', 'are', 'a', 'bit', 'tedious', 'but', 'they', "'re", 'essential', 'to', 'the', 'flawless', 'gapless', 'fit', 'of', 'this', 'button-up', 'style', 'i', "'m", '5', '4', '120-125', 'and', 'got', 'the', '2p', 'based', 'on', 'reading', 'every', 'single', 'review', 'posted', 'it', "'s", 'a', 'tinge', 'tight', 'but', 'i', "'m", 'very', 'happy', 'with', 'it', 'and', 'the', ',5,1,0', 'general', 'dresses', 'dresses'] ['10938,1083,39', 'pretty', 'but', 'short', 'i', 'tried', 'on', 'the', '00p', 'in', 'the', 'store', 'as', 'a', 'return', 'adn', 'though', 'it', 'would', 'fit', 'super', 'stretchy', 'hte', 'dress', 'ended', 'up', 'mid', 'thigh', 'for', 'me', 'gorgeous', 'design', 'and', 'make', 'though', 'the', 'buttoning', 'is', 'incredible', 'buttons', 'and', 'clasps', 'to', 'keep', 'the', 'dress', 'closed', 'love', 'love', 'wish', 'htey', 'still', 'had', 'my', 'size', '0p', 'or', '2p', 'to', 'try', 'if', 'hte', 'length', 'would', 'be', 'better', 'or', 'regular', 'size', ',4,1,0', 'general', 'dresses', 'dresses'] ['10939,1092,39', 'too', 'much', 'fabric', 'for', 'me', 'i', 'love', 'the', 'colors', 'and', 'saw', 'the', 'xxs', 'p', 'in', 'a', 'store', 'so', 'tried', 'it', 'on', 'but', 'sadly', 'that', 'was', 'still', 'a', 'lot', 'of', 'fabric', 'on', 'me', 'i', 'think', 'if', 'you', 'have', 'very', 'small', 'thin', 'arms', 'that', 'may', 'work', 'but', 'with', 'muscles', 'it', 'just', 'made', 'me', 'look', 'bigger', 'than', 'i', 'am', 'the', 'design', 'pattern', 'is', 'really', 'nice', 'though', '115', 'lbs', '30', 'dd', 'flat', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10940,1094,69', 'disappointed', 'i', 'though', 'this', 'dress', 'would', 'be', 'similar', 'to', 'the', 'turtleneck', 'swing', 'dress', 'by', 'maeve', 'it', "'s", 'not', 'first', 'of', 'all', 'it', 'runs', 'very', 'large', 'i', 'purchased', 'a', 'small', 'i', 'am', 'usually', 'a', 'xs', 'or', 'small', 'in', 'maeve', 'i', 'purchased', 'a', 'small', 'in', 'the', 'turtleneck', 'swing', 'dress', 'the', 'shoulders', 'were', 'very', 'wide', 'you', 'had', 'to', 'manually', 'cross', 'the', 'fabric', 'around', 'your', 'neck', 'but', 'it', 'did', "n't", 'lay', 'as', 'flat', 'as', 'what', 'i', 'wanted', 'around', 'my', 'chest', 'and', 'it', 'was', 'quite', 'large', 'around', 'my', 'rib', 'cage', 'and', 'stomach', 'making', 'it', 'rather', 'shapeless', 'i', 'really', 'wanted', 'this', 'dress', 'to', 'work', 'i', 'love', ',2,0,8', 'general', 'petite', 'dresses', 'dresses'] ['10941,1086,34', 'the', 'best', 'dress', 'ever', 'i', 'am', 'currently', 'wearing', 'this', 'dress', 'i', 'wear', 'it', 'whenever', 'i', 'can', 'get', 'away', 'with', 'it', 'i', 'have', 'it', 'in', 'red', 'and', 'it', 'works', 'incredible', 'on', 'my', 'coloring', 'the', 'front', 'is', 'modest', 'enough', 'for', 'work', 'while', 'the', 'back', 'is', 'sweet', 'and', 'unexpected.,5,1,0', 'general', 'dresses', 'dresses'] ['10942,1092,47', 'lovely', 'and', 'comfortable', 'i', 'love', 'this', 'dress', 'i', 'get', 'so', 'many', 'compliments', 'from', 'strangers', 'every', 'time', 'i', 'where', 'it', 'must', 'buy.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10943,172,70', 'soft', 'and', 'beautiful', 'looks', 'better', 'in', 'person', 'than', 'the', 'pictures', 'online', 'very', 'soft', 'and', 'comfortable', 'if', 'you', 'are', 'between', 'sizes', 'size', 'down', 'it', 'is', 'roomy', 'with', 'a', 'lot', 'of', 'material', 'that', 'drapes', 'in', 'the', 'front', 'just', 'know', 'that', 'this', 'sweater', 'is', 'short', 'in', 'the', 'back', 'and', 'does', 'not', 'cover', 'your', 'backside', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['10944,1092,37', 'just', 'perfect', 'i', 'very', 'rarely', 'buy', 'at', 'full', 'price', 'but', 'had', 'to', 'have', 'this', 'on', 'and', 'it', 'is', 'worth', 'it', 'i', 'sized', 'down', 'and', 'fits', 'great', 'tons', 'of', 'compliments', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10945,172,37', 'cozy', 'bought', 'as', 'a', 'gift', 'really', 'soft', 'and', 'cozy', 'i', 'am', 'sure', 'she', 'will', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['10946,172,20', 'so', 'comfortable', 'i', 'absolutely', 'love', 'this', 'product', 'it', 'is', 'so', 'versatile', 'and', 'i', 'can', 'wear', 'it', 'up', 'or', 'dress', 'it', 'down', 'absolutely', 'perfect', 'paired', 'with', 'leggings', 'to', 'sit', 'in', 'classes', 'all', 'day', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['10947,1107,47', 'cute', 'but', 'not', 'for', 'me', 'it', "'s", 'a', 'nice', 'drop-waist', 'embroidered', 'lightweight', 'dress', 'for', 'summer', 'my', 'problem', 'was', 'that', 'the', 'armholes', 'were', 'too', 'large', 'for', 'me', 'and', 'i', 'found', 'that', 'to', 'be', 'unflattering', 'it', "'s", 'a', 'swing', 'style', 'so', 'it', "'s", 'forgiving', 'in', 'the', 'hips', 'and', 'belly', ',4,1,2', 'general', 'dresses', 'dresses'] ['10948,1092,25', 'the', 'perfect', 'swing', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'the', 'right', 'swing', 'dress', 'for', 'a', 'long', 'time', 'and', 'this', 'one', 'is', 'perfect', 'one', 'of', 'my', 'favorite', 'features', 'is', 'the', 'design', 'at', 'the', 'hem', 'of', 'the', 'dress', 'it', 'looks', 'even', 'better', 'in', 'person', 'the', 'material', 'is', 'a', 'thicker', 'almost', 'canvas-y', 'type', 'of', 'fabric', 'which', 'i', 'love', 'because', 'it', 'makes', 'the', 'dress', 'feel', 'higher', 'quality', 'to', 'me', 'i', 'love', 'how', 'comfortable', 'the', 'dress', 'is', 'and', 'it', "'s", 'so', 'easy', 'to', 'throw', 'it', 'on', 'and', 'look', 'amazing', 'i', 'tried', 'on', 'two', 'sizes', 'at', 'two', 'different', 'stores', 'and', 'received', 'compliments', 'from', 'staff', 'and', 'customers', 'both', 'ti', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['10949,1107,43', 'this', 'is', 'not', '39', 'from', 'shoulder', 'i', 'do', "n't", 'know', 'if', 'i', 'was', 'sent', 'a', 'petite', 'by', 'mistake', 'but', 'this', 'is', 'not', '39', 'inches', 'long', 'i', 'realize', 'it', 'says', 'swing', 'dress', 'but', 'i', 'thought', 'if', 'the', 'length', 'was', 'accurate', 'and', 'the', 'fabric', 'heavy', 'enough', 'the', 'weight', 'would', 'make', 'it', 'flattering', 'on', 'me', 'as', 'it', 'was', 'in', 'reality', 'short', 'and', 'light-weight', 'fabric', 'it', 'poofed', 'out', 'in', 'an', 'unattractive', 'way', 'too', 'bad', 'as', 'the', 'print', 'is', 'lovely', ',3,1,5', 'general', 'dresses', 'dresses'] ['10950,1092,65', 'great', 'dress', 'this', 'is', 'a', 'fantastic', 'dress', 'i', 'wore', 'it', 'for', 'a', 'recent', 'wedding', 'and', 'received', 'many', 'compliments', 'the', 'fit', 'is', 'phenomenal', 'the', 'dress', 'is', 'extremely', 'comfortable', 'and', 'flattering', 'i', 'am', 'full-figured', 'and', 'it', 'fit', 'beautifully', 'and', 'was', 'very', 'true', 'to', 'size', 'this', 'dress', 'would', 'look', 'good', 'on', 'an', '18', 'year', 'old', 'or', 'a', '70', 'year', 'old', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10951,1083,54', 'gorgeous', 'dress', 'this', 'is', 'one', 'of', 'the', 'most', 'special', 'dresses', 'i', 'have', 'ever', 'owned', 'and', 'i', 'am', 'kind', 'of', 'a', 'dress', 'person', 'this', 'one', 'has', 'beautiful', 'detailing', 'sheer', 'sleeves', 'but', 'the', 'bodice', 'and', 'bottom', 'half', 'are', 'lined', 'fits', 'beautifully', 'i', 'am', 'a', 'little', 'busty', 'so', 'i', 'was', 'worried', 'about', 'all', 'the', 'buttons', 'in', 'the', 'front', 'not', 'buttoning', 'or', 'popping', 'open', 'but', 'in', 'addition', 'to', 'the', 'buttons', 'there', 'are', 'hidden', 'hooks', 'to', 'ensure', 'it', 'stays', 'closed', 'which', 'is', 'unusual', 'and', 'a', 'reflection', 'of', 'the', 'quality', 'of', 'the', 'dress', 'i', 'am', '5', '6', 'and', 'the', 'length', 'was', 'just', 'right', 'abou', ',5,1,0', 'general', 'dresses', 'dresses'] ['10952,1083,37', 'beautiful', 'elegant', 'and', 'new', 'spin', 'on', 'lbd', 'i', 'have', 'been', 'on', 'the', 'search', 'for', 'a', 'perfect', 'lbd', 'for', 'years', 'and', 'have', 'wasted', 'money', 'on', 'dresses', 'that', 'i', 'had', 'to', 'settle', 'for', 'but', 'when', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'it', 'was', 'love', 'at', 'first', 'sight', 'the', 'things', 'i', 'love', 'about', 'this', 'dress', 'the', 'built', 'in', 'shaper/slip', 'holds', 'your', 'junk', 'in', 'place', 'the', 'lace', 'detailing', 'is', 'perfect', 'in', 'all', 'the', 'right', 'places', 'and', 'the', 'button', 'and', 'hook', 'eye', 'makes', 'you', 'feel', 'secure', 'great', 'dress', 'that', 'you', 'will', 'love', ',4,1,0', 'general', 'dresses', 'dresses'] ['10953,1083,50', 'i', 'love', 'this', 'dress', 'i', 'do', 'love', 'this', 'dress', 'i', 'wore', 'it', 'for', 'my', '20th', 'anniversary', 'party', 'and', 'received', 'numerous', 'compliments', 'it', "'s", 'great', 'for', 'embracing', 'your', 'curves', 'it', 'has', 'a', 'wonderful', 'vintage-made-modern', 'flair', 'that', 'classic', 'retailer', 'pieces', 'always', 'have', 'you', 'do', 'have', 'to', 'be', 'careful', 'when', 'wearing', 'it', 'jewelry', 'or', 'belts', 'may', 'snag', 'the', 'intricate', 'lacework', 'i', 'am', 'definitely', 'the', 'type', 'of', 'shopper', 'who', 'waits', 'for', 'a', 'sale', 'this', 'is', 'one', 'of', 'the', 'few', 'pieces', 'i', 'felt', 'i', 'could', 'splurge', 'on', 'it', 'is', 'just', 'that', 'unique', 'i', 'hope', 'that', 'retailer', 'continues', 'to', 'carry', 'these', 't', ',5,1,0', 'general', 'dresses', 'dresses'] ['10954,1094,52', 'dress', 'it', 'up', 'or', 'down', 'the', 'top', 'of', 'this', 'dress', 'is', 'very', 'flattering', 'there', 'is', 'a', 'lot', 'of', 'fabric', 'on', 'the', 'bottom', 'half', 'of', 'dress', 'if', 'you', 'want', 'something', 'which', 'hugs', 'curves', 'this', 'is', 'not', 'it', 'however', 'one', 'of', 'the', 'things', 'i', 'like', 'about', 'this', 'dress', 'is', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'wore', 'to', 'a', 'wedding', 'and', 'got', 'several', 'compliments', 'very', 'comfortable', ',5,1,3', 'general', 'dresses', 'dresses'] ['10955,1092,43', 'beautiful', 'dress', 'but', 'not', 'exactly', 'as', 'expected', 'this', 'is', 'a', 'beautiful', 'dress', 'except', 'i', 'expected', 'it', 'to', 'be', 'more', 'flowy', 'the', 'fabric', 'is', 'much', 'more', 'stuff', 'than', 'i', 'thought', 'it', 'would', 'be.,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['10956,1092,49', 'disappointing', 'i', 'had', 'been', 'looking', 'at', 'this', 'dress', 'on-line', 'hoping', 'for', 'a', 'pop-back', 'and', 'when', 'i', 'went', 'into', 'my', 'local', 'store', 'today', 'there', 'were', 'two', 'on', 'the', 'rack', 'and', 'one', 'was', 'my', 'size', 'i', 'found', 'the', 'colors', 'and', 'print', 'a', 'bit', 'blah', 'i', 'felt', 'like', 'it', 'could', 'use', 'a', 'little', 'detail', 'for', 'the', 'price', 'bead', 'detail', 'or', 'embroidery', 'in', 'real', 'life', 'and', 'i', 'did', "n't", 'love', 'the', 'fabric', 'in', 'my', 'opinion', 'it', 'is', 'a', 'bit', 'too', 'stiff', 'and', 'does', "n't", 'drape', 'particularly', 'well', 'things', 'got', 'worse', 'in', 'the', 'dressing', 'room', 'it', 'was', 'a', 'disaster', 'on', 'me', 'i', "'m", 'busty', 'and', 'while', 'the', 'top', 'fit', 'because', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10957,986,33', 'cute', 'kimono', 'super', 'cute', 'no', 'complaints', 'fun', 'print', 'light', 'weight', 'soft', 'material', ',5,1,0', 'general', 'jackets', 'jackets'] ['10958,1086,35', 'great', 'style', 'and', 'comfort', 'the', 'moment', 'i', 'saw', 'this', 'i', 'knew', 'i', 'had', 'to', 'try', 'it', 'on', 'it', "'s", 'a', 'definite', 'power', 'dress', 'made', 'me', 'feel', 'like', 'marvel', "'s", 'agent', 'carter', 'i', 'could', 'take', 'over', 'the', 'world', 'in', 'this', 'dress', 'planning', 'to', 'wear', 'it', 'to', 'work', 'more', 'casually', 'and', 'as', 'my', 'holiday', 'party', 'dress', 'it', "'s", 'easy', 'to', 'dress', 'up', 'or', 'down', 'and', 'is', 'incredibly', 'comfortable', ',5,1,2', 'general', 'dresses', 'dresses'] ['10959,1083,55', 'not', 'good', 'for', 'florida', 'read', 'all', 'the', 'reviews', 'i', 'did', "n't", 'really', 'understand', 'that', 'it', 'really', 'had', 'real', 'shape', 'wear', 'in', 'the', 'skirt', 'i', 'live', 'in', 'florida', 'and', 'found', 'the', 'dress', 'to', 'be', 'too', 'confining', 'and', 'hot', 'i', 'would', 'never', 'get', 'any', 'wear', 'out', 'of', 'it', 'much', 'better', 'for', 'someone', 'up', 'north', 'had', 'to', 'return', 'it.,3,1,0', 'general', 'dresses', 'dresses'] ['10960,1053,52', 'super', 'cute', 'summer', 'romper', 'saw', 'this', 'on', 'line', 'and', 'bought', 'right', 'away', 'perfect', 'romper', 'for', 'summer-', 'color', 'is', 'great', 'and', 'fabric', 'is', 'soft-', 'like', 'all', 'cloth', 'and', 'stone', 'chambray', 'it', 'fits', 'pretty', 'true', 'to', 'size', 'maybe', 'a', 'little', 'small', 'when', 'putting', 'on', 'but', 'i', 'think', 'it', 'will', 'stretch', 'out', 'a', 'little', 'i', 'did', "n't", 'want', 'it', 'baggy', 'fits', 'great', 'through', 'hips', 'and', 'booty', 'looks', 'good', 'i', 'will', 'wear', 'with', 'flip', 'flops', 'sandals', 'or', 'wedge', 'i', 'also', 'got', '15', 'off', 'which', 'made', 'deal', 'even', 'better', ',5,1,8', 'general', 'bottoms', 'pants'] ['10961,1086,25', 'i', 'love', 'the', 'fit', 'of', 'this', 'dress', 'the', 'fabric', 'is', 'thick', 'and', 'the', 'shape', 'of', 'it', 'is', 'so', 'adorable', 'i', 'usually', 'do', "n't", 'like', 'bright', 'colors', 'but', 'i', 'got', 'it', 'in', 'red', 'and', 'it', "'s", 'just', 'so', 'charming', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'out', ',5,1,0', 'general', 'dresses', 'dresses'] ['10962,1094,52', 'love', 'just', 'received', 'and', 'tried', 'it', 'on', 'right', 'away', 'really', 'flattering', 'fit', 'and', 'comfortable', 'unusual', 'neckline', 'that', 'you', 'can', 'wear', 'plain', 'or', 'accessorize', 'i', "'m", 'so', 'happy', 'i', 'decided', 'to', 'take', 'a', 'chance', 'on', 'this', 'one', ',5,1,0', 'general', 'dresses', 'dresses'] ['10963,1092,41', 'dainty', 'and', 'darling', 'this', 'dress', 'ladies', 'is', 'simply', 'amazing', 'and', 'perfect', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10964,1083,36', 'gor-geous', 'this', 'dress', 'is', 'absolutely', 'fantastic', 'beautiful', 'high-quality', 'and', 'fits', 'like', 'a', 'glove', 'even', 'better', 'than', 'i', 'could', 'have', 'imagined', ',5,1,0', 'general', 'dresses', 'dresses'] ['10965,1086,36', 'flattering', 'classic', 'with', 'a', 'bit', 'of', 'flair', 'because', 'of', 'how', 'much', 'i', 'have', 'been', 'buying', 'recently', 'i', 'did', "n't", 'want', 'to', 'like', 'this', 'dress', 'i', 'just', 'tried', 'it', 'on', 'because', 'it', "'s", 'such', 'a', 'classic', 'dress', 'i', "'ll", 'probably', 'wear', 'it', 'all', 'year-round', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', "'ll", 'probably', 'last', 'for', 'ages', 'so', 'i', 'tried', 'it', 'and', 'it', "'s", 'cute', 'and', 'flattering', 'and', 'practical', 'and', 'the', 'scallop', 'neckline', 'in', 'the', 'back', 'is', 'just', 'enough', 'of', 'a', 'tease', 'to', 'be', 'fun', 'without', 'being', 'too', 'obvious', 'it', 'does', 'get', 'a', 'bit', 'cold', 'though', 'so', 'adding', 'a', 'scarf', 'is', 'recommended', 'though', 'maybe', 'not', 'the', 'davy', 'crockett', 'one', 'the', ',4,1,2', 'general', 'dresses', 'dresses'] ['10966,1094,47', 'fit', 'is', 'nothing', 'like', 'the', 'photo', 'i', 'was', 'so', 'excited', 'to', 'purchase', 'this', 'dress', 'i', 'love', 'all', 'shades', 'of', 'grey', 'for', 'winter', 'clothing', 'i', 'love', 'knits', 'and', 'i', 'have', 'loved', 'other', 'maeve', 'dresses', 'however', 'i', 'simply', 'can', 'not', 'fathom', 'how', 'poorly', 'this', 'is', 'designed', 'it', 'fits', 'absolutely', 'nothing', 'like', 'it', 'appears', 'to', 'on', 'the', 'model', 'to', 'the', 'point', 'that', 'i', 'wonder', 'if', 'i', 'might', 'have', 'received', 'a', 'defective', 'dress'] [] ['for', 'reference', 'i', 'am', '5', '5', 'slender', 'and', 'small-boned', 'but', 'also', 'curvy', 'hourglass', 'my', 'bust', 'is', '36', 'c', 'hips', 'about', '37-38.', 'i', 'normally', 'wear', 'a', 'small', 'in', 'maeve', 'dresses', 'maybe', 'it', "'s", 'j', ',1,0,16', 'general', 'dresses', 'dresses'] ['10967,1092,42', 'too', 'much', 'fabric', 'horrible', 'design', 'love', 'the', 'print', 'and', 'was', 'looking', 'forward', 'to', 'this', 'dress', 'the', 'length', 'and', 'bust', 'are', 'just', 'right', 'in', 'normal', 'sizing', 'however', 'the', "'swing", 'effect', 'is', 'all', 'off', 'there', "'s", 'so', 'much', 'fabric', 'its', 'like', 'wearing', 'a', 'moo', 'moo', 'not', 'at', 'all', 'flattering', 'disappointed', 'in', 'this', 'one', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10968,1092,38', 'high', 'quality', 'dress', 'tried', 'it', 'on', 'at', 'the', 'local', 'store', 'today', 'it', 'is', 'very', 'pretty', 'i', 'believe', 'i', 'runs', 'large', 'i', 'am', 'usually', 'a', 'small', 'but', 'they', 'only', 'had', 'an', 'xs', 'and', 'it', 'fit', 'perfectly', 'it', 'is', 'made', 'of', 'thick', 'linen', 'and', 'has', 'a', 'lining', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10969,1008,33', 'different', 'in', 'person', 'the', 'first', 'surprise', 'is', 'that', 'in', 'person', 'the', 'material', 'is', 'actually', 'kind', 'of', 'woolen', 'at', 'least', 'i', 'would', 'definitely', 'call', 'it', 'a', 'winter', 'knit', 'the', 'colors', 'are', 'also', 'a', 'little', 'different', 'so', 'much', 'so', 'that', 'i', 'did', "n't", 'recognize', 'it', 'in', 'the', 'store', 'i', "'m", 'not', 'sure', 'if', 'the', 'one', 'i', 'tried', 'on', 'was', 'stretched', 'out', 'but', 'it', 'definitely', 'ran', 'large', 'on', 'me', 'the', 'waistband', 'is', 'elastic', 'so', 'i', 'would', 'worry', 'about', 'is', 'stretching', 'over', 'time', 'i', 'would', 'have', 'been', 'curious', 'to', 'see', 'what', 'the', 'petite', 'option', 'looked', 'like', 'on', 'me', 'as', 'the', 'regular', 'version', 'was', 'longer', 'tha', ',3,0,1', 'general', 'bottoms', 'skirts'] ['10970,1092,35', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'material', 'is', 'beautiful', 'but', 'sadly', 'i', 'agree', 'with', 'other', 'reviewer', 'the', 'model', 'definitely', 'has', 'this', 'pinned', 'back', 'i', 'am', 'on', 'the', 'small', 'side', '5', '5', '120', 'lbs', 'straight', 'figure', 'very', 'tiny', 'girls', 'and', 'this', 'dress', 'looked', 'awful', 'totally', 'swallowed', 'what', 'little', 'shape', 'i', 'have', 'and', 'the', 'swing', 'did', 'make', 'me', 'look', 'prego', 'in', 'front', 'and', 'back', 'the', 'fabric', 'is', 'stiff', 'so', 'i', 'think', 'that', 'adds', 'to', 'the', 'sticking', 'out', 'oddly', 'as', 'far', 'as', 'sizing', 'the', 'arm', 'jokes', 'fit', 'great', 'xs', 'ordered', 'and', 'length', 'was', 'good', 'but', 'wish', 'the', 'swin', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['10971,1083,61', 'gorgeous', 'lace', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'it', 'is', 'very', 'body', 'conscious', 'but', 'has', 'some', 'give', 'to', 'it', 'the', 'sleeves', 'and', 'lines', 'are', 'beautiful', 'very', 'well', 'constructed', 'sexy', 'without', 'being', 'overtly', 'so', 'i', 'find', 'it', 'very', 'elegant', ',5,1,0', 'general', 'dresses', 'dresses'] ['10972,934,56', 'gorgeous', 'and', 'comfy', 'this', 'sweater', 'runs', 'oversized', 'very', 'soft', 'and', 'comfortable', 'and', 'colors', 'are', 'spot', 'on', 'for', 'fall', 'love', 'the', 'sleeve', 'length.,5,1,0', 'general', 'tops', 'sweaters'] ['10973,172,36', 'great', 'travel', 'piece', 'the', 'pictures', 'do', "n't", 'do', 'this', 'justice', 'it', "'s", 'so', 'beautiful', 'on', 'drapes', 'incredibly', 'the', 'cream', 'color', 'is', 'a', 'warm', 'creamy', 'bright', 'off', 'white', 'looks', 'really', 'nice', 'incredibly', 'comfortable', 'i', 'could', 'see', 'this', 'being', 'an', 'excellent', 'item', 'to', 'wear', 'on', 'planes', 'super', 'cozy', 'and', 'chic', 'a', 'must', 'have', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['10974,1092,47', 'did', "n't", 'work', 'for', 'me', 'so', 'sad', 'this', 'beautiful', 'dress', 'which', 'i', 'have', 'been', 'waiting', 'to', 'receive', 'did', "n't", 'work', 'for', 'me', 'i', "'m", 'a', '5', '7', 'hourglass', 'girl', 'and', 'it', 'just', 'made', 'me', 'look', 'big', 'but', 'i', 'love', 'the', 'pattern', 'and', 'the', 'way', 'it', 'looks', 'on', 'the', 'photo', 'online', 'so', 'sad', 'but', 'will', 'return', 'it', '0', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['10975,1092,48', ',i', 'absolutely', 'love', 'this', 'dress', 'i', 'am', '5', '0', 'and', '167', 'pounds', 'and', 'the', 'extra', 'large', 'was', 'way', 'too', 'big', 'the', 'large', 'was', 'perfect', 'the', 'fabric', 'is', 'substantial', 'but', 'the', 'fit', 'is', 'loose', 'and', 'swingy', 'so', 'it', 'is', 'good', 'for', 'the', 'atlanta', 'heat', 'and', 'humidity', 'i', 'want', 'to', 'wear', 'this', 'every', 'day.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10976,1092,21', 'beautiful', 'dress', 'i', 'love', 'this', 'dress', 'it', "'s", 'definitely', 'an', 'investment', 'but', 'well', 'worth', 'the', 'price', 'i', 'get', 'so', 'many', 'compliments', 'on', 'it', 'every', 'time', 'i', 'wear', 'it', 'and', 'it', 'can', 'definitely', 'be', 'dressed', 'up', 'or', 'down', 'for', 'casual', 'or', 'formal', 'events', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10977,1086,66', 'amazing', 'i', 'tried', 'this', 'dress', 'in', 'store', 'and', 'was', 'in', 'love', 'immediately', 'i', 'had', 'to', 'special', 'order', 'a', 'petite', 'size', 'but', 'fits', 'wonderfully', 'for', 'me', 'ran', 'a', 'little', 'large', 'i', "'m", '5', '2', 'and', '105', 'and', 'ended', 'up', 'with', 'a', 'petite', 'xxs', 'and', 'it', 'fits', 'great', ',5,1,0', 'general', 'dresses', 'dresses'] ['10978,1008,43', 'beautiful', 'beautiful', 'skirt', 'love', 'the', 'colors', 'so', 'glad', 'i', 'bought', 'this', 'runs', 'a', 'little', 'big', ',5,1,1', 'general', 'bottoms', 'skirts'] ['10979,1092,38', 'preggers', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'love', 'the', 'colors', 'and', 'the', 'design', 'of', 'the', 'dress', 'unfortunately', 'i', 'have', 'to', 'agree', 'with', 'one', 'of', 'the', 'other', 'reviewers', 'that', 'this', 'dress', 'makes', 'you', 'look', 'pregnant', 'it', "'s", 'so', 'voluminous', 'that', 'it', "'s", 'not', 'flattering', 'at', 'all', 'also', 'agree', 'that', 'the', 'lining', 'is', 'scratchy', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['10980,1092,37', 'oh', 'my', 'goodness', 'when', 'i', 'saw', 'this', 'dress', 'online', 'it', 'was', 'a', 'must', 'have', 'i', 'preordered', 'immediately', 'and', 'had', 'my', 'fingers', 'crossed', 'that', 'i', "'d", 'get', 'it', 'thankfully', 'it', 'did', 'this', 'dress', 'has', 'blown', 'me', 'away', 'it', 'exceeds', 'all', 'expectations', 'i', 'ordered', 'an', 'xl', 'which', 'is', 'a', 'normal', 'size', 'for', 'me', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'body', 'is', 'very', 'swingy', 'but', 'the', 'top', 'is', 'true', 'to', 'size', 'the', 'print', 'is', 'magical', 'whimsical', 'bold', 'bohemian', 'and', 'transitional', 'into', 'every', 'single', 'season', 'i', 'am', '5', '8', 'and', 'the', 'dress', 'hits', 'just', 'above', 'my', 'knees', 'i', 'feel', 'gorgeous', 'in', 'it', 'the', 'woven', 'cotton', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['10981,1092,41', 'comfortable', 'and', 'fun', 'when', 'i', 'saw', 'this', 'i', 'had', 'to', 'have', 'it', 'i', 'was', 'pleasantly', 'surprised', 'that', 'i', 'was', 'actually', 'able', 'to', 'go', 'down', 'a', 'size', 'normally', 'a', 'l', 'for', 'the', 'bust', 'but', 'was', 'able', 'to', 'get', 'into', 'the', 'medium', 'with', 'some', 'room', 'across', 'the', 'chest', 'it', 'drapes', 'nicely', 'and', 'the', 'inner', 'liner', 'is', 'not', 'tight', 'but', 'flows', 'along', 'with', 'the', 'dress', 'so', 'many', 'compliments', 'each', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10982,172,22', 'comfy', 'but', 'not', 'cohesive', 'this', 'product', 'is', 'incredibly', 'comfy', 'and', 'perfect', 'for', 'getting', 'cozy', 'however', 'the', 'sleeves', 'were', 'sort', 'of', 'loose', 'and', 'did', 'not', 'look', 'cohesive', 'with', 'the', 'grey', 'props', 'on', 'the', 'draping', 'though', 'that', 'was', 'lovely', ',3,0,0', 'initmates', 'intimate', 'sleep'] ['10983,1092,75', 'gorgeous', 'oh', 'how', 'i', 'love', 'this', 'dress', 'i', 'was', 'worried', 'because', 'i', 'am', 'very', 'busty', 'and', 'sometimes', 'that', 'translated', 'to', 'looking', 'pregnant', 'in', 'swing', 'dresses', 'but', 'this', 'incredible', 'i', 'am', 'wearing', 'it', 'with', 'either', 'blue', 'strappy', 'sandals', 'or', 'red', 'heels', 'and', 'it', 'is', 'quite', 'the', 'perfect', 'summer', 'dress', 'the', 'material', 'is', 'thick', 'and', 'feels', 'elegant', 'the', 'colors', 'are', 'vibrant', 'today', 'is', 'my', 'first', 'day', 'wearing', 'it', 'and', 'i', 'have', 'already', 'received', '4', 'compliments', 'no', 'kidding', 'wonderful', 'maeve', 'clothing', 'i', 'love', 'you', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10984,1092,43', 'lovely', 'in', 'person-check', 'stores', 'for', 'availability', 'was', 'enchanted', 'by', 'this', 'dress', 'from', 'the', 'moment', 'i', 'saw', 'it', 'online', 'i', 'was', 'able', 'to', 'find', 'it', 'at', 'my', 'local', 'retailer,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10985,1107,41', 'cute', 'not', 'for', 'me', 'it', 'looks', 'so', 'cute', 'and', 'i', 'love', 'the', 'detail', 'on', 'this', 'dress', 'but', 'it', 'was', 'not', 'flattering', 'on', 'me', 'light', 'summer', 'dress', 'and', 'that', 'was', 'exactly', 'what', 'i', 'needed', 'but', 'i', 'had', 'to', 'exchange', 'it', 'with', 'something', 'else.,3,1,0', 'general', 'dresses', 'dresses'] ['10986,1092,49', 'not', 'quite', 'what', 'i', 'expected', 'while', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'did', 'not', 'like', 'the', 'scratchy', 'lining', 'i', 'also', 'did', 'not', 'like', 'that', 'the', 'scratchy', 'lining', 'was', 'considerably', 'smaller', 'than', 'the', 'overall', 'swing', 'of', 'the', 'dress', 'so', 'it', 'clung', 'to', 'my', 'curves', 'uncomfortably', 'i', 'wish', 'this', 'had', 'been', 'done', 'in', 'silk', 'would', 'have', 'been', 'a', 'much', 'nicer', 'material', 'i', 'returned', 'it', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['10987,1092,36', 'this', 'dress', 'is', 'beautiful', 'it', 'is', 'tts', 'but', 'since', 'it', 'is', 'so', 'flowy', 'is', 'not', 'form', 'fitting', 'i', 'am', 'petite', '5', '4', '115lbs', 'and', 'this', 'is', 'a', 'lot', 'of', 'dress', 'for', 'a', 'shorter/smaller', 'person', 'if', 'it', 'were', 'less', 'flowy', 'i', 'would', 'keep', 'it', 'the', 'design', 'material', 'and', 'overall', 'product', 'is', 'however', 'amazing', 'this', 'dress', 'would', 'be', 'a', 'beautiful', 'addition', 'to', 'any', 'closet', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10988,1092,40', 'soooo', 'pretty', 'this', 'is', 'an', 'amazing', 'dress', 'it', 'did', 'stretch', 'out', 'a', 'little', 'so', 'although', 'i', 'got', 'the', 'large', 'i', 'probably', 'could', "'ve", 'gotten', 'the', 'medium', 'beautiful', 'feel', 'fully', 'lined', 'on', 'the', 'really', 'hot', 'days', 'this', 'is', 'what', 'i', 'grab', 'and', 'i', 'stay', 'cool', 'all', 'day', 'i', 'get', 'so', 'many', 'compliments', 'on', 'this', 'dress', 'the', 'colors', 'are', 'gorgeous', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10989,1092,53', ',i', 'love', 'this', 'dress', 'the', 'colors', 'are', 'eye', 'catching', 'if', 'flows', 'nicely.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10990,1092,35', 'love', 'everything', 'i', 'loved', 'the', 'look', 'of', 'this', 'dress', 'online', 'and', 'it', "'s", 'everything', 'i', 'hoped', 'and', 'more', 'in', 'person'] ['i', "'m", "5'10", '155', 'and', 'pear-shaped'] ['while', 'the', 'bottom', 'of', 'this', 'dress', 'is', 'voluminous', 'it', 'definitely', 'did', 'not', 'have', 'a', 'pregnant', 'fit', 'on', 'my', 'body', 'shape'] ['the', 'length', 'was', 'absolutely', 'perfect', 'it', 'was', "n't", 'scratchy', 'in', 'the', 'least', 'i', 'got', 'compliments', 'on', 'the', 'dress', 'all', 'day', 'long', 'wore', 'with', 'a', 'pair', 'of', 'cowboy', 'boots', 'while', 'wine', 'tasting', 'in', 'napa', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['10991,1092,43', 'obsessed', 'i', "'m", 'obsessed', 'with', 'this', 'dress', 'it', "'s", 'so', 'pretty', 'and', 'love', 'that', 'it', 'has', 'a', 'lining', 'i', "'m", '5', '1', 'and', 'got', 'a', 'small', 'i', 'had', 'dry', 'cleaner', 'take', 'it', 'in', 'from', 'the', 'sides', 'so', 'i', 'did', "n't", 'look', 'swallowed', 'up', 'in', 'dress', 'and', 'now', 'it', "'s", 'perfect', 'still', 'has', 'the', 'swing', 'but', 'not', 'as', 'bulky', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'out', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10992,1083,36', 'classic', 'sexy', 'dress', 'this', 'dress', 'is', 'beautiful', 'and', 'i', 'received', 'so', 'many', 'compliments', 'it', "'s", 'form', 'fitting', 'but', 'comfortable', 'it', 'is', 'just', 'the', 'right', 'mix', 'of', 'classy', 'and', 'sexy', 'you', 'can', 'easily', 'dress', 'it', 'up', 'for', 'a', 'formal', 'occasion', 'or', 'keep', 'it', 'simple', 'i', 'am', '5', '6', '150lb', 'with', 'an', 'athletic', 'build', 'and', 'a', 'size', '8', 'fit', 'perfectly', 'i', 'will', 'be', 'wearing', 'this', 'dress', 'for', 'years', 'to', 'come', ',5,1,0', 'general', 'dresses', 'dresses'] ['10993,1092,41', 'striking', 'print', 'comfy', 'swing', 'i', "'ve", 'been', 'looking', 'for', 'a', 'comfortable', 'summer', 'dress', 'with', 'a', 'fun', 'print', 'that', 'i', 'can', 'wear', 'to', 'a', 'variety', 'of', 'occasions', 'while', 'being', 'able', 'to', 'wear', 'a', 'normal', 'bra', 'this', 'is', 'it'] [] ['it', "'s", 'a', 'cotton/', 'linen', 'blend', 'so', 'the', 'fabric', 'has', 'a', 'slightly', 'heavier', 'body', 'to', 'it', 'which', 'holds', 'the', 'swing', 'shape', 'beautifully', 'but', 'may', 'have', 'contributed', 'to', 'what', 'some', 'reviewers', 'said', 'makes', 'them', 'look', 'pregnant', 'and', 'the', 'scratchiness', 'from', 'the', 'linen', 'which', 'does', "n't", 'bother', 'me', 'i', "'m", '5', '7', 'and', 'find', 'the', 'length', 'to', 'be', 'perfect', 'to', 'show', 'off', 'some', 'legs', 'while', 'b', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['10994,1086,60', 'just', 'ok', 'material', 'cheap', 'too', 'small', 'good', 'idea', 'for', 'design', 'love', 'princess', 'cut', 'but', 'bad', 'material', 'good', 'idea', 'though', 'sending', 'back,2,0,0', 'general', 'dresses', 'dresses'] ['10995,172,42', 'cozy', 'in', 'the', 'front', 'the', 'front', 'material', 'is', 'soft', 'and', 'cozy', 'but', 'i', 'was', 'surprised', 'to', 'find', 'that', 'the', 'back', 'and', 'the', 'arms', 'were', 'a', 'waffle', 'knit', 'like', 'long', 'john', 'material', 'very', 'thin', 'and', 'tight', 'in', 'the', 'arms', 'can', 'not', 'wear', 'a', 'shirt', 'underneath', 'it', 'only', 'tank', 'top', 'other', 'than', 'that', 'it', "'s", 'a', 'great', 'deal', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['10996,1092,36', 'worth', 'the', 'wait', 'it', 'looks', 'like', 'the', 'stores', 'are', 'finally', 'receiving', 'their', 'supply', 'of', 'this', 'really', 'pretty', 'dress', 'i', "'ve", 'been', 'watching', 'its', 'availability', 'online', 'and', 'was', 'getting', 'frustrated', 'my', 'local', 'store', 'had', 'ample', 'supply', 'it', "'s", 'a', 'beautiful', 'dress', 'as', 'per', 'an', 'earlier', 'review', 'it', 'does', 'run', 'a', 'little', 'large', 'i', 'love', 'that', 'it', "'s", 'made', 'of', 'cotton', 'so', 'it', 'will', 'be', 'perfect', 'in', 'the', 'summer', 'and', 'beyond', 'it', "'s", 'a', 'full', 'skirt', 'but', 'looks', 'really', 'pretty', 'on', 'my', 'local', 'store', 'showed', 'it', 'belted', 'which', 'looked', 'good', 'too', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['10997,172,46', 'cozy', 'wrap', 'sweatshirt', 'first', 'of', 'all', 'it', 'arrived', 'rolled', 'in', 'a', 'tight', 'ball', 'the', 'size', 'of', 'a', 'large', 'starbucks', 'coffee', 'i', 'do', "n't", 'know', 'why', 'they', 'do', 'that', 'you', "'re", 'not', 'going', 'to', 'be', 'immediately', 'impressed', 'by', 'something', 'that', 'is', 'packaged', 'like', 'it', "'s", 'cheap', 'second', 'i', "'m", 'usually', 'a', '0-4', 'in', 'retailer', 'and', 'mine', 'is', 'no', 'where', 'near', 'as', 'loose-fitting', 'as', 'the', 'photo', 'also', 'he', 'sleeves', 'and', 'back', 'are', 'a', 'very', 'thin', 'waffle', 'knit', 'like', 'a', 'flimsy', 't-shirt', 'and', 'see-thru', 'the', 'sleeves', 'form-fit', 'to', 'my', 'arms', 'so', 'i', 'could', "n't", 'layer', 'under', 'it', 'but', 'i', 'could', "n't", 'wear', 'it', 'alone', 'with', 'the', 'fa', ',2,0,4', 'initmates', 'intimate', 'sleep'] ['10998,1008,33', 'elegant', 'modern', 'and', 'fun', 'i', 'ordered', 'this', 'beautiful', 'sweater', 'skirt', 'in', 'petite', 'because', 'i', "'m", 'too', 'short', '5', '3', 'for', 'the', 'asymmetrical', 'hemline', 'i', 'love', 'the', 'geometric', 'pattern', 'on', 'this', 'skirt', 'and', 'the', 'gold', 'flecked', 'waistband', 'and', 'the', 'light', 'sweater', 'material', 'make', 'this', 'a', 'perfect', 'skirt', 'for', 'my', 'california', 'fall/winter', ',5,1,2', 'general', 'bottoms', 'skirts'] ['10999,1086,39', 'perfect', 'winter', 'shift', 'heavy', 'in', 'weight', 'but', 'not', 'uncomfortable', 'to', 'wear', 'because', 'it', "'s", 'fully', 'lined', 'and', 'has', 'an', 'easy', 'fit', 'that', 'skims', 'without', 'looking', 'like', 'a', 'potato', 'sack', 'fits', 'a', 'little', 'large', 'but', 'mainly', 'tts', 'if', 'you', "'re", 'between', 'sizes', 'then', 'i', 'would', 'size', 'down', 'unless', 'you', "'re", 'very', 'blessed', 'from', 'the', 'waist', 'down', 'i', 'am', 'a', 'm/l', 'on', 'top', 'and', 's/m', 'on', 'bottom', 'and', 'bought', 'the', 'medium', 'it', "'s", 'a', 'relaxed', 'dress', 'like', 'a', 'shift', 'suppose', 'to', 'be', 'that', 'i', 'can', 'wear', 'a', 'turtleneck', 'under', 'without', 'feeling', 'stuffed', ',5,1,3', 'general', 'dresses', 'dresses'] ['11000,1086,48', 'perfect', 'in', 'every', 'way', 'when', 'i', 'saw', 'another', 'shopper', 'holding', 'up', 'this', 'dress', 'for', 'assessment', 'in', 'my', 'local', 'retailer', 'store', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'bought', 'it', 'in', 'the', 'red', 'color', 'and', 'it', 'is', 'gorgeous', 'the', 'fit', 'was', 'perfect', 'very', 'flattering', 'style', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'shoes', 'and', 'jewelry', 'or', 'boots', 'and', 'a', 'scarf', 'the', 'detail', 'of', 'the', 'scalloped', 'v', 'in', 'the', 'back', 'is', 'a', 'beautiful', 'addition', 'perfect', 'for', 'the', 'holidays', 'or', 'even', 'dinner', 'out', 'with', 'friends', 'beautiful', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['11001,1086,44', 'lovely', 'look', 'but', 'disappointing', 'quality', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'i', 'ordered', 'the', 'red', 'and', 'it', "'s", 'a', 'beautiful', 'vibrant', 'festive', 'color', 'i', 'am', 'small-busted', '5', '3', 'and', '120', 'lbs', 'and', 'i', 'got', 'the', 'regular', 'xs', 'which', 'fit', 'very', 'well', 'fitted', 'but', 'not', 'too', 'tight', 'i', 'normally', 'order', 'petite', 'but', 'i', 'wanted', 'the', 'dress', 'to', 'hit', 'a', 'little', 'lower', 'on', 'me', 'than', 'on', 'the', 'model', 'it', 'ended', 'up', 'just', 'above', 'my', 'knee', 'and', 'i', 'was', 'happy', 'with', 'that', 'the', 'shape', 'is', 'very', 'flattering', 'and', 'i', 'really', 'like', 'the', 'scallop', 'detail', 'on', 'the', 'back', 'v.', 'the', 'fabric', 'looks', 'substantial', 'but', 'is', "n't", 'super', 'heavy', 'an', ',3,0,3', 'general', 'dresses', 'dresses'] ['11002,986,34', 'airy', 'and', 'light', 'perfect', 'for', 'summer', 'nights', 'makes', 'any', 'outfit', 'that', 'much', 'special', ',5,1,1', 'general', 'jackets', 'jackets'] ['11003,1086,26', 'amazing', 'dress', 'this', 'dress', 'is', 'magical', 'i', 'wore', 'it', 'to', 'a', 'christmas', 'party', 'and', 'felt', 'like', 'the', 'belle', 'of', 'the', 'ball', 'my', 'dress', 'swirled', 'around', 'me', 'as', 'i', 'spun', 'on', 'the', 'dance', 'floor', 'later', 'i', 'spilled', 'a', 'tequila-ginger', 'all', 'over', 'the', 'front', 'i', 'was', 'devastated', 'but', 'it', 'almost', 'instantly', 'dried', 'and', 'there', 'are', 'no', 'stains', 'you', 'ca', "n't", 'even', 'tell', 'i', 'spilled', 'it', 'is', 'hand-washable', 'which', 'is', 'great', 'as', 'well', 'i', 'am', "4'11", 'and', '100lbs', 'the', 'xxsp', 'fit', 'like', 'a', 'glove'] [] ['highly', 'recommend', 'any', 'other', 'dress', 'would', 'have', 'been', 'ruined', 'but', 'this', 'one', 'was', 'literally', 'magical', ',5,1,0', 'general', 'dresses', 'dresses'] ['11004,1083,44', 'stunning', 'this', 'dress', 'is', 'even', 'better', 'in', 'person', 'the', 'attention', 'to', 'detail', 'and', 'craftsmanship', 'are', 'amazing', 'i', 'received', 'compliments', 'all', 'night', 'from', 'total', 'strangers.,5,1,0', 'general', 'dresses', 'dresses'] ['11005,990,39', 'great', 'comfy', 'basic', 'this', 'skirt', 'is', 'perfect', 'it', 'just', 'pulls', 'on', 'and', 'lays', 'nice', 'and', 'smooth', 'the', 'fabric', 'is', 'soft', 'and', 'just', 'the', 'right', 'thickness', 'and', 'stretch', 'i', 'wore', 'it', 'with', 'black', 'tights', 'and', 'knee', 'high', 'boots', 'for', 'new', 'year', "'s", 'eve', 'and', 'had', 'many', 'compliments', 'it', 'runs', 'a', 'tad', 'big', 'i', 'am', 'about', '130lb', 'and', 'the', 'small', 'fits', 'great', 'although', 'a', 'tad', 'larger', 'than', 'i', 'would', 'have', 'expected', 'i', 'assume', 'it', 'might', 'srink', 'in', 'the', 'wash', 'a', 'little', 'anyway', 'my', 'new', 'favorite', ',5,1,1', 'general', 'bottoms', 'skirts'] ['11006,1092,32', 'love', 'very', 'comfortable', 'and', 'cute', 'i', 'had', 'fallen', 'in', 'love', 'with', 'this', 'in', 'the', 'catalog', 'and', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', 'was', 'disappointed', 'however', 'after', 'trying', 'it', 'on', 'i', 'had', 'to', 'have', 'it', 'very', 'flattering', 'and', 'comfortable', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11007,1092,35', 'i', 'do', "n't", 'want', 'to', 'take', 'it', 'off', 'ever', 'i', 'just', 'bought', 'this', 'dress', 'today', 'and', 'i', "'m", 'in', 'love', 'i', 'ca', "n't", 'wait', 'for', 'the', 'wedding', 'i', 'am', 'wearing', 'it', 'to', 'so', 'i', 'can', 'wear', 'it', 'to', 'other', 'fun', 'things', 'too', 'looks', 'even', 'more', 'amazing', 'in', 'heels.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11008,1086,35', 'disappointed', 'ordered', 'this', 'dress', 'and', 'still', 'have', "n't", 'recieved', 'it', 'but', 'went', 'to', 'my', 'local', 'store', 'today', 'and', 'tried', 'it', 'on', 'in', 'the', 'size', 'i', 'ordered', 'it', 'was', 'too', 'big', 'and', 'now', 'i', 'ca', "n't", 'get', 'it', 'in', 'my', 'size', 'so', 'that', 'stinks', 'quality', 'was', 'good', 'and', 'the', 'dress', 'was', 'comfortable', 'with', 'stretch', 'i', 'know', 'in', 'going', 'to', 'have', 'to', 'return', 'it', 'once', 'it', 'comes', ',5,1,0', 'general', 'dresses', 'dresses'] ['11009,172,24', 'a', 'dream', 'this', 'sweater', 'is', 'a', 'dream', 'come', 'true', 'for', 'me', 'when', 'i', 'first', 'spotted', 'it', 'during', 'the', '40', 'off', 'sale', 'i', 'did', "n't", 'place', 'my', 'order', 'in', 'time', 'to', 'receive', 'one', 'but', 'then', 'it', 'came', 'back', 'a', 'few', 'weeks', 'later', 'and', 'i', 'snatched', 'one', 'up', 'needless', 'to', 'say', 'the', 'disappointment', 'and', 'wait', 'was', 'well', 'worth', 'it'] [] ['the', 'material', 'is', 'incredibly', 'soft', 'the', 'fit', 'is', 'just', 'about', 'right', 'i', "'m", 'a', 'size', 'xs', 'at', 'retailer', 'without', 'fail', 'and', 'this', 'was', 'probably', 'the', 'snuggest', 'fit', 'out', 'of', 'all', 'the', 'tops', 'i', 'have'] [] ['a', 'few', 'other', 'reviews', 'says', 'that', 'it', 'runs', 'big', 'because', 'of', 'all', 'the', 'e', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['11010,1066,59', 'i', 'so', 'wanted', 'to', 'like', 'these', 'pants', 'i', 'wear', 'a', 'lot', 'of', 'genie', 'pants', 'because', 'they', "'re", 'comfortable', 'the', 'problem', 'with', 'these', 'is', 'that', 'they', "'re", 'too', 'narrow', 'towards', 'the', 'ankle', 'but', 'the', 'worst', 'is', 'the', 'fabric', 'its', 'old', 'lady', 'fabric', 'i', 'was', 'hoping', 'for', 'a', 'pair', 'of', 'blousy', 'joggers', 'in', 'a', 'light', 'denim', 'and', 'this', 'fabric', 'was', 'disgraceful', 'i', 'knew', 'the', 'minute', 'i', 'saw', 'them', 'that', 'they', 'were', 'going', 'back', 'i', "'ll", 'keep', 'looking', 'and', 'hoping', ',3,0,10', 'general', 'petite', 'bottoms', 'pants'] ['11011,1093,32', 'love', 'it', 'love', 'everything', 'about', 'this', 'dress', 'it', "'s", 'true', 'to', 'size', 'flows', 'nicely', 'great', 'quality', 'it', "'s", 'just', 'amazing', ',5,1,2', 'general', 'dresses', 'dresses'] ['11012,943,75', ',,3,0,0', 'general', 'tops', 'sweaters'] ['11013,1093,58', 'gorgeous', 'dress', 'this', 'dress', 'is', 'beautiful', 'the', 'pictures', 'do', 'not', 'do', 'it', 'justice', 'i', 'love', 'the', 'fabric', 'and', 'overall', 'feel', 'of', 'the', 'dress', 'light', 'and', 'airy', 'i', 'have', 'very', 'broad', 'shoulders', 'and', 'i', 'did', 'not', 'feel', 'like', 'it', 'look', 'good', 'on', 'me', 'so', 'i', 'am', 'sending', 'it', 'back', 'too', 'bad', 'for', 'me', 'i', 'think', 'the', 'dress', 'is', 'perfect', 'for', 'weddings', 'parties', 'and', 'even', 'everyday', 'wear', ',5,1,4', 'general', 'dresses', 'dresses'] ['11014,825,65', 'loved', 'the', 'blouse', 'but', 'it', 'runs', 'super', 'small', 'i', 'wear', 'a', 'medium', 'for', 'everything', 'but', 'could', "n't", 'come', 'close', 'to', 'buttoning', 'this', 'the', 'buttons', 'were', 'about', '4', 'inches', 'apart', 'horizontally'] [] ['probably', 'should', 'have', 'ordered', 'an', 'extra', 'large', 'in', 'order', 'to', 'fit', 'the', 'quality', 'and', 'styling', 'seemed', 'great', 'but', 'ordering', 'online', 'requires', 'truth', 'in', 'sizing', ',2,1,0', 'general', 'tops', 'blouses'] ['11015,1094,56', 'beautiful', 'silk', 'shirtdress', 'the', 'fabric', 'of', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'from', 'the', 'design', 'to', 'the', 'colors', 'i', 'usually', 'wear', 'a', 'size', 'large', 'in', 'most', 'retailer', 'clothing', 'but', 'i', 'ordered', 'this', 'is', 'l', 'and', 'xl', 'because', 'these', 'dresses', 'tend', 'to', 'disappear', 'fast', 'in', 'the', 'larger', 'sizes', 'i', 'ended', 'up', 'keeping', 'the', 'xl', 'cause', 'the', 'buttons', 'pulled', 'across', 'the', 'chest', 'on', 'the', 'l.', 'this', 'dress', 'has', 'a', 'slim', 'cut', 'and', 'i', 'would', 'say', 'if', 'you', 'have', 'a', 'small', 'bust', 'and', 'are', 'slender', 'this', 'runs', 'true', 'to', 'size', 'if', 'you', 'have', 'a', 'larger', 'chest', 'size', 'up', 'because', 'this', 'is', 'the', 'type', 'of', 'dress', 'you', 'want', 'to', 'fl', ',5,1,16', 'general', 'petite', 'dresses', 'dresses'] ['11016,1093,40', 'many', 'compliments', 'i', 'wore', 'this', 'dress', 'to', 'a', 'baby', 'shower', 'it', 'fit', 'nicely', 'and', 'i', 'received', 'many', 'compliments', 'i', 'liked', 'the', 'weight', 'it', 'flowed', 'while', 'walking', 'and', 'it', 'was', 'quite', 'sweet', ',5,1,2', 'general', 'dresses', 'dresses'] ['11017,1093,51', 'beautiful', 'dress', 'love', 'this', 'dress', 'purchased', 'in', 'white', 'runs', 'true', 'to', 'size', 'made', 'well.,5,1,0', 'general', 'dresses', 'dresses'] ['11018,1086,29', 'better', 'online', 'i', 'have', 'been', 'lusting', 'after', 'this', 'dress', 'and', 'though', 'tit', 'would', 'be', 'great', 'for', 'thanksgiving', 'the', 'fit', 'for', 'me', 'however', 'is', 'totally', 'wrong', 'for', 'reference', 'i', "'m", '32dd', '5', '8', '140', 'lbs', 'and', 'am', 'a', 's', 'or', '4.', 'the', 'small', 'fit', 'well', 'in', 'the', 'body', 'area', 'but', 'felt', 'a', 'little', 'small', 'in', 'my', 'upper', 'arms', 'the', 'arm', 'length', 'was', 'more', 'of', 'a', '3/4', 'sleeve', 'on', 'me', 'which', 'looked', 'terrible', 'because', 'the', 'sleeves', 'are', 'baggy', 'the', 'quality', 'felt', 'like', 'it', 'was', 'lacking', 'too', 'the', 'material', 'felt', 'like', 'it', 'would', 'pill', 'easily', 'order', 'with', 'caution', ',3,1,0', 'general', 'dresses', 'dresses'] ['11019,1035,51', 'not', 'like', 'the', 'old', 'pilcro', 'i', 'am', 'a', 'curvy', 'girl', 'and', 'bought', 'these', 'jeans', 'in', 'a', 'size', '31.', 'i', 'do', "n't", 'have', 'stick', 'legs', 'and', 'the', 'jeans', 'have', 'worn', 'right', 'through', 'were', 'my', 'thighs', 'rub', 'together', 'with', 'the', 'old', 'pilcro', 'material', 'this', 'did', 'not', 'happen', 'this', 'is', 'a', 'super', 'soft', 'jean', 'and', 'although', 'the', 'fit', 'was', 'good', 'they', 'just', 'did', "n't", 'last', ',2,0,10', 'general', 'petite', 'bottoms', 'jeans'] ['11020,877,40', 'worth', 'every', 'penny', 'walked', 'in', 'intending', 'to', 'purchase', 'another', 'jacket', 'and', 'ended', 'up', 'leaving', 'with', 'this', 'one', 'the', 'color', 'is', 'advertised', 'as', 'grey', 'but', 'it', "'s", 'actually', 'more', 'like', 'a', 'light', 'mocha', 'the', 'slightly', 'darker', 'fabric', 'on', 'the', 'side', 'and', 'around', 'the', 'waist', 'accentuated', 'my', 'curves', 'and', 'i', 'believe', 'it', 'would', 'help', 'give', 'the', 'illusion', 'of', 'an', 'hourglass', 'figure', 'to', 'those', 'who', 'are', 'more', 'straight', 'and', 'slender', 'i', 'generally', 'wear', 'a', 'size', '12', 'and', 'm', 'or', 'l', 'size', 'tops', 'depending', 'on', 'the', 'designer', 'i', 'purchased', 'the', 'l', 'in', 'this', 'case', 'because', 'that', "'s", 'all', 'that', 'was', 'available', 'at', ',5,1,6', 'general', 'tops', 'knits'] ['11021,1035,32', ',where', 'o', 'where', 'did', 'the', 'old', 'pilcro', 'ankle', 'stet', 'go', 'these', 'are', 'a', 'cheap', 'impersonator', 'the', 'denim', 'used', 'to', 'be', 'thick', 'which', 'really', 'did', 'wonders', 'for', 'the', 'fit', 'and', 'overall', 'appearance', 'of', 'how', 'the', 'denim', 'lays', 'over', 'your', 'lower', 'half', 'the', 'last', '3', 'pairs', 'of', 'pilcro', 'stets', 'i', "'ve", 'ordered', 'have', 'gone', 'right', 'back', 'because', 'they', 'are', 'nowhere', 'close', 'to', 'the', 'greatness', 'they', 'were', 'originally', 'the', 'pockets', 'on', 'these', 'jeans', 'sit', 'so', 'so', 'low-', 'completely', 'unflattering', 'the', 'ankles', 'are', 'significantly', 'smaller', 'circumferentially', 'the', 'old', 'stet', 'ankle', 'jeans', 'ha,1,0,28', 'general', 'petite', 'bottoms', 'jeans'] ['11022,1093,42', 'this', 'dress', 'is', 'really', 'pretty', 'i', 'went', 'with', 'the', 'navy', 'the', 'detail', 'on', 'the', 'bottom', 'is', 'very', 'detailed', 'it', 'does', 'run', 'very', 'large', 'i', 'went', 'down', 'two', 'sizes', 'there', 'is', 'a', 'lot', 'of', 'material', 'and', 'my', 'size', 'made', 'me', 'look', 'like', 'a', 'tent', 'once', 'i', 'sized', 'down', 'it', 'was', 'much', 'more', 'flattering', 'and', 'nice', 'couple', 'details'] ['the', 'slip', 'is', 'strechable', 'and', 'may', 'have', 'to', 'be', 'fitted', 'if', 'you', 'size', 'down', 'but', 'you', 'ca', "n't", 'see', 'it', 'since', 'it', "'s", 'lose', 'on', 'the', 'outer', 'layer', 'also', 'you', 'need', 'a', 'different', 'bra', 'since', 'the', 'cut', 'is', 'cloer', 'to', 'the', 'neck', 'revealing', 'the', 'bra', 'straps', 'i', 'am', ',4,1,0', 'general', 'dresses', 'dresses'] ['11023,943,27', 'while', 'it', 'has', "n't", 'been', 'cold', 'enough', 'to', 'wear', 'this', 'out', 'i', 'really', 'like', 'this', 'sweater', 'i', 'love', 'the', 'pattern', 'with', 'the', 'uneven', 'hem', 'and', 'stripes', 'or', 'bands', 'it', "'s", 'also', 'super', 'soft', 'and', 'cozy', 'feeling', 'it', 'does', 'run', 'a', 'little', 'big', 'and', 'while', 'that', 'is', 'part', 'of', 'the', 'aesthetic', 'i', 'do', 'wish', 'it', 'was', 'a', 'drop', 'smaller', 'i', 'ordered', 'my', 'normal', 'top', 'size', 'medium', 'and', 'it', "'s", 'a', 'little', 'big/looser', 'which', 'i', 'do', "n't", 'mind', 'except', 'for', 'the', 'long', 'sleeves', 'if', 'you', 'like', 'things', 'with', 'a', 'tighter', 'fit', 'i', 'might', 'order', 'a', 'size', 'down'] [] ['though', 'it', "'s", 'cashmere', 'it', 'still', 'seems', ',4,1,1', 'general', 'tops', 'sweaters'] ['11024,1035,64', 'they', 'are', 'tapered', 'why', 'waist', 'is', 'tight', 'and', 'thighs', 'and', 'legs', 'are', 'not', '-not', 'flattering-', 'ankle', 'opening', 'is', 'too', 'small', 'and', 'they', 'have', 'a', 'funny', 'smell', ',1,0,2', 'general', 'petite', 'bottoms', 'jeans'] ['11025,1050,66', 'this', 'is', 'such', 'a', 'pretty', 'romper', 'i', 'love', 'the', 'fabric', 'unfortunately', 'it', "'s", 'pretty', 'roomy', 'and', 'the', 'cut', 'did', "n't", 'flatter', 'my', 'figure', 'the', 'straps', 'are', 'adjustable', 'which', 'is', 'great', 'but', 'even', 'so', 'the', 'xs', 'was', 'still', 'a', 'tad', 'too', 'big', 'on', 'the', 'sides', 'for', 'reference', 'i', "'m", '126', 'lbs', '5', '6', 'and', 'a', '34b', 'chest', 'the', 'cut', 'of', 'the', 'butt', 'thighs', 'is', 'also', 'quite', 'generous', 'stylistically', 'this', 'adds', 'to', 'the', 'design', 'and', 'looks', 'cool', 'if', 'you', 'have', 'a', 'few', 'curves', 'to', 'fill', 'it', 'out', 'i', 'have', 'slim', 'hips', 'and', 'not', 'much', 'of', 'a', 'butt', 'so', 'it', 'looked', 'a', 'little', 'dumpy', 'on', 'me', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['11026,830,66', 'strange', 'fit', 'for', 'a', 'couple', 'weeks', 'i', 'debated', 'making', 'this', 'purchase', 'in', 'fear', 'that', 'my', 'size', 'would', 'no', 'longer', 'be', 'available', 'i', 'ordered', 'this', 'lovely', 'top', 'when', 'it', 'arrived', 'i', 'was', 'immediately', 'disappointed', 'with', 'its', 'colors', 'unlike', 'the', 'vibrant', 'colors', 'in', 'the', 'photo', 'the', 'top', "'s", 'colors', 'were', 'dull', 'more', 'a', 'brown', 'than', 'orange', 'and', 'gray', 'rather', 'than', 'lavender', 'had', 'the', 'fit', 'been', 'better', 'i', 'would', 'have', 'kept', 'this', 'item', 'despite', 'of', 'its', 'color', 'it', "'s", 'cut', 'weird', 'though', 'it', 'runs', 'slightly', 'large', 'i', 'felt', 'the', 'top', 'was', 'ill', 'fitted', 'through', 'the', 'upper', 'bust', 'and', ',2,0,6', 'general', 'petite', 'tops', 'blouses'] ['11027,830,27', 'gorgeous', 'and', 'feminine', 'i', 'love', 'this', 'top', 'but', 'make', 'sure', 'to', 'size', 'down', 'i', 'am', 'usually', 'a', 'small', 'in', 'blouses', 'and', 'the', 'size', 's', 'was', 'like', 'a', 'tent', 'returned', 'for', 'an', 'xs', 'overall', 'the', 'fabric', 'is', 'a', 'great', 'quality', 'and', 'the', 'colors', 'are', 'stunning', 'the', 'orange', 'is', "n't", 'too', 'harsh', 'a', 'keeper', 'for', 'sure', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['11028,143,38', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['11029,872,35', 'cute', 'top', 'this', 'top', 'is', 'really', 'pretty', 'i', 'think', 'i', 'will', 'be', 'happy', 'when', 'i', 'pull', 'it', 'out', 'in', 'the', 'spring', 'to', 'wear', 'it', 'the', 'only', 'complaint', 'is', 'that', 'the', 'front', 'is', 'very', 'sheer', 'you', 'have', 'to', 'wear', 'an', 'under', 'shirt', 'of', 'some', 'kind.,4,1,0', 'general', 'tops', 'knits'] ['11030,877,49', 'comfortable', 'and', 'stylish', 'layering', 'piece', 'i', 'like', 'the', 'warm', 'neutral', 'color', 'of', 'this', 'piece', 'and', 'the', 'figure-skimming', 'shape', 'with', 'waist', 'definition', 'it', 'is', 'a', 'soft', 'and', 'warm', 'layering', 'piece', 'sadly', 'the', 'sleeves', 'were', 'too', 'long', 'for', 'me', 'and', 'have', 'long', 'zippers', 'at', 'the', 'cuffs', 'so', 'rolling', 'them', 'up', 'did', "n't", 'work', 'i', 'wish', 'i', 'had', 'caught', 'this', 'piece', 'while', 'they', 'still', 'had', 'my', 'size', 'in', 'petite', ',5,1,1', 'general', 'tops', 'knits'] ['11031,823,66', 'sleeves', 'destroy', 'this', 'beautiful', 'blouse', 'this', 'is', 'exactly', 'the', 'same', 'cut', 'as', 'the', 'breton', 'peasant', 'blouse', 'which', 'i', 'also', 'ordered', 'it', "'s", 'extremely', 'tight', 'thru', 'the', 'bust', 'and', 'the', 'sleeves', 'are', 'very', 'wide', 'at', 'the', 'top', 'which', 'adds', 'width', 'to', 'the', 'look', 'of', 'this', 'blouse', 'it', 'added', '20', 'pounds', 'the', 'print', 'is', 'beautiful', 'the', 'ruffles', 'are', 'trimmed', 'with', 'a', 'golden', 'colored', 'thread', 'which', 'is', 'a', 'beautiful', 'detail', 'i', 'ordered', 'size', 'large', 'and', 'am', 'well', 'endowed', 'steer', 'clear', 'if', 'you', 'have', 'a', 'bust', ',1,0,0', 'general', 'tops', 'blouses'] ['11032,872,64', 'great', 'buy', 'love', 'this', 'top', 'especially', 'the', 'back', 'the', 'back', 'makes', 'the', 'whole', 'top.,5,1,0', 'general', 'tops', 'knits'] ['11033,1093,63', 'this', 'dress', 'is', 'gorgeous', 'the', 'store', 'only', 'had', 'a', 'size', '12', 'so', 'i', 'am', 'waiting', 'for', 'my', 'size', '8', 'to', 'arrive', 'very', 'pretty', 'navy', 'color'] ['super', 'cute', 'love', 'all', 'the', 'embroidery', 'detail', 'my', 'niece', 'is', 'getting', 'married', 'in', 'june', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it'] ['i', 'normally', 'wear', 'a', '6', 'or', '8.', 'judging', 'by', 'the', 'fit', 'i', 'think', 'the', '8', 'will', 'be', 'perfect', ',5,1,22', 'general', 'dresses', 'dresses'] ['11034,877,28', 'love', 'it', 'this', 'is', 'a', 'really', 'unique', 'jacket', 'the', 'suede-like', 'darker', 'fabric', 'is', 'so', 'soft', 'and', 'brings', 'great', 'character', 'to', 'the', 'jacket', 'i', 'love', 'the', 'neutral', 'color', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'only', 'minor', 'complaint', 'i', 'have', 'is', 'that', 'the', 'band', 'at', 'the', 'bottom', 'of', 'the', 'jacket', 'flares', 'out', 'a', 'little', 'making', 'it', 'wider', 'and', 'a', 'little', 'odd', 'looking', 'but', 'i', 'have', 'learned', 'to', 'ignore', 'this', 'because', 'all', 'of', 'the', 'other', 'features', 'are', 'so', 'awesome', 'would', 'recommend', ',5,1,1', 'general', 'tops', 'knits'] ['11035,1093,53', 'gorgeous', 'but', 'not', 'flattering', 'very', 'pretty', 'dress', 'and', 'nicely', 'made', 'the', 'embroidery', 'is', 'quite', 'lovely', 'and', 'double', 'lining', 'as', 'mentioned', 'by', 'the', 'other', 'reviewers', 'is', 'awesome', 'but', 'not', 'a', 'good', 'shape', 'for', 'me', 'and', 'my', 'hourglass', 'figure', 'like', 'a', 'lot', 'of', 'swing', 'dresses', 'it', 'has', 'no', 'structure', 'and', 'it', "'s", 'not', 'a', 'good', 'look', 'on', 'someone', 'a', 'little', 'busty', 'as', 'i', 'am', 'in', 'all', 'honesty', 'i', 'thought', 'the', 'sack-like', 'shape', 'of', 'the', 'dress', 'made', 'me', 'look', '20', 'lbs', 'heavier', 'than', 'i', 'am', 'i', 'am', 'a', 'medium', 'size', '6-8', 'and', 'took', 'the', '8', 'based', 'on', 'the', 'other', 'reviews', 'i', 'probably', 'could', 'have', 'sized', 'down', 'to', ',3,1,0', 'general', 'dresses', 'dresses'] ['11036,1093,62', 'beautiful', 'but', 'this', 'dress', 'is', 'gorgeous', 'in', 'person', 'and', 'very', 'flattering', 'but', 'i', 'was', 'surprised', 'at', 'the', 'weight', 'and', 'i', 'found', 'the', 'armholes', 'especially', 'with', 'the', 'picot', 'edge', 'detail', 'too', 'tight', 'and', 'a', 'bit', 'irritating', 'i', 'do', 'have', 'a', '32', 'dd', 'bust', 'so', 'i', "'m", 'not', 'sure', 'if', 'that', 'was', 'the', 'problem', 'but', 'i', "'ve", 'never', 'had', 'that', 'problem', 'in', 'any', 'of', 'the', 'retailer', 'dresses', 'i', "'ve", 'purchased', 'in', 'the', 'last', 'few', 'years', 'and', 'there', 'were', 'a', 'lot', 'of', 'them', 'i', 'tried', 'on', 'my', 'regular', 'petite', 'small', 'and', 'that', 'was', 'the', 'correct', 'size', ',4,1,2', 'general', 'dresses', 'dresses'] ['11037,1050,36', 'i', "'m", 'tall', 'and', 'it', "'s", 'perfect', 'i', "'m", 'always', 'scared', 'of', 'rompers', 'because', 'of', 'my', 'height', 'and', 'long', 'legs', 'but', 'this', 'one', 'was', 'perfect', 'it', 'did', "n't", 'ride', 'up', 'or', 'hit', 'in', 'a', 'weird', 'spot', 'on', 'the', 'hips', 'it', "'s", 'very', 'flattering.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['11038,830,51', 'beautiful', 'top', 'this', 'top', 'is', 'absolutely', 'gorgeous', 'it', 'fits', 'true', 'to', 'size', 'to', 'slightly', 'large', 'i', "'d", 'say', 'size', 'down', 'if', 'you', 'are', 'between', 'sizes', 'it', 'has', 'a', 'nice', 'weight', 'to', 'it', 'not', 'too', 'heavy', 'but', 'for', 'a', 'winter', 'season', 'top', 'it', 'is', 'not', 'too', 'thin', 'colors', 'are', 'as', 'pictured', 'i', 'can', 'pair', 'this', 'with', 'black', 'pants', 'or', 'with', 'skinny', 'jeans', 'it', 'is', 'a', 'top', 'that', 'i', 'will', 'wear', 'for', 'years', 'to', 'come', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['11039,1093,34', 'did', 'not', 'look', 'good', 'on', 'me', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'quality', 'is', 'excellent', 'the', '3', 'layers', 'and', 'the', 'embroidery', 'are', 'beautiful', 'however', 'it', 'just', 'did', "n't", 'look', 'right', 'on', 'me', 'it', 'looked', 'like', 'a', 'maternity', 'dress', 'i', 'am', 'very', 'petite', 'short', 'with', 'a', 'big', 'bust', 'and', 'it', 'just', 'did', 'nothing', 'for', 'me', 'i', 'think', 'this', 'style', 'would', 'look', 'best', 'on', 'a', 'tall', 'woman', 'with', 'a', 'smaller', 'bust', 'unfortunately', 'i', 'will', 'be', 'returning', 'this', 'dress', ',2,0,0', 'general', 'dresses', 'dresses'] ['11040,1050,30', 'very', 'cute', 'but', 'runs', 'large', 'loved', 'this', 'jumper', 'i', 'usually', 'wear', 'between', 'a', 'small', 'and', 'a', 'medium', 'in', 'retailer', 'with', 'jumpers', 'it', "'s", 'mainly', 'because', 'of', 'my', 'hips', 'and', 'where', 'the', 'midline', 'sits', 'on', 'my', 'stomach', 'so', 'thought', 'this', 'one', 'would', 'probably', 'be', 'a', 'medium', 'but', 'it', 'was', 'definitely', 'baggy/lose', 'otherwise', 'i', 'would', "'ve", 'totally', 'kept', 'it', ',3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['11041,1050,77', 'my', 'favorite', 'new', 'item', 'for', 'spring/summer', 'i', 'love', 'this', 'jumpsuit', 'i', 'ordered', 'it', 'unsure', 'but', 'i', 'am', 'so', 'glad', 'i', 'did', 'it', 'is', 'super', 'comfy', 'and', 'fit', 'perfectly', 'i', 'loved', 'the', 'length', 'can', 'dress', 'up', 'or', 'down', 'it', 'is', 'super', 'flattering', 'as', 'well', 'as', 'i', 'am', 'curvy', 'on', 'the', 'bottom', 'and', 'was', 'told', 'i', 'looked', 'trim', 'my', 'mom', 'friends', 'and', 'complete', 'strangers', 'complimented', 'me', 'when', 'i', 'wore', 'this', 'and', 'that', "'s", 'when', 'you', 'know', 'you', 'scored', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['11042,1093,46', 'gorgeous', 'dress', 'but', 'a', 'little', 'heavy', 'for', 'a', 'hot', 'day', 'ordered', 'this', 'online', 'in', 'a', 'petite', '4', 'i', "'m", '5', '3', '/130', 'fits', 'very', 'nicely', 'but', 'for', 'the', 'amount', 'of', 'fabric', 'this', 'dress', 'has', '3', 'layers', 'total', 'i', 'think', 'a', '2p', 'will', 'be', 'a', 'better', 'choice', 'and', 'not', 'look', 'as', 'full', 'maybe', 'a', 'little', 'more', 'fitted', 'which', 'will', 'be', 'more', 'attractive', 'at', 'the', 'top', 'on', 'me'] [] ['however', 'the', 'detailing', 'on', 'the', 'dress', 'is', 'really', 'beautiful', 'and', 'high', 'quality', 'the', 'dress', 'has', 'quite', 'a', 'bit', 'of', 'weight', 'to', 'it', 'with', 'the', 'top', 'swingy', 'layer', 'a', 'tulle', 'like', 'layer', 'for', 'shape', 'and', 'then', 'the', 'sheath', 'like', 'slip', 'the', 'colors', 'are', 'all', 'very', 'dark', ',5,1,4', 'general', 'dresses', 'dresses'] ['11043,12,28', 'beautiful', 'staple', 'item', 'love', 'this', 'striped', 'top', 'it', "'s", 'perfect', 'to', 'throw', 'on', 'with', 'black', 'skinnies', 'and', 'a', 'denim', 'jacket', 'or', 'long', 'grey', 'cardigan', 'it', 'also', 'pairs', 'well', 'with', 'camel', 'it', 'is', 'super', 'soft', 'runs', 'big', 'imo', 'even', 'though', 'other', 'reviewers', 'said', 'small', 'like', 'most', 'bordeaux', 'i', 'took', 'an', 'xs', 'whereas', 'i', 'wear', 'a', 'small', 'in', 'most', 'other', 'retailer', 'brands', 'similar', 'to', 'the', 'photo', 'although', 'much', 'looser', 'on', 'me', ',5,1,0', 'general', 'tops', 'knits'] ['11044,877,37', 'great', 'jacket', 'this', 'jacket', 'has', 'been', 'a', 'fun', 'addition', 'to', 'my', 'wardrobe', 'it', 'has', 'a', 'very', 'cute', 'fit', 'and', 'i', 'like', 'that', 'it', 'pulls', 'in', 'a', 'bit', 'at', 'the', 'sides', 'to', 'give', 'it', 'a', 'form', 'fitted', 'look', 'best', 'of', 'all', 'it', 'stretches', 'well', 'despite', 'the', 'form', 'fit', 'you', 'can', 'cross', 'your', 'arms', 'or', 'raise', 'them', 'up', 'and', 'you', 'do', "n't", 'feel', 'like', 'your', 'movement', 'is', 'restricted', 'i', 'really', 'like', 'the', 'soft', 'suede-like', 'material', 'on', 'the', 'inside', 'of', 'the', 'arms', 'and', 'the', 'sides', 'of', 'the', 'jacket', 'it', 'fits', 'true', 'to', 'size', 'can', 'be', 'worn', 'casual', 'or', 'dressed', 'up', 'a', 'bit', 'highly', 'recommend', ',5,1,7', 'general', 'tops', 'knits'] ['11045,1093,42', 'very', 'pretty', 'just', 'not', 'for', 'me', 'i', "'ve", 'been', 'eyeing', 'this', 'dress', 'for', 'a', 'while', 'now', 'i', 'decided', 'to', 'purchase', 'it', 'in', 'the', 'rose', 'color', 'which', 'has', 'absolutely', 'beautiful', 'embroidery', 'here', "'s", 'why', 'i', 'will', 'most', 'likely', 'return', 'this', 'dress', 'i', "'m", '5', '7', 'and', 'it', 'is', 'very', 'short', 'on', 'me', 'almost', 'like', 'a', 'long', 'shirt', 'it', 'is', 'extremely', 'roomy', 'so', 'it', 'does', "n't", 'flatter', 'me', 'in', 'any', 'way', 'if', 'it', 'belt', 'it', 'it', 'gets', 'even', 'shorter', 'and', 'the', 'embroidery', 'gets', 'a', 'bit', 'lost', 'in', 'the', 'folds', 'i', "'m", 'sad', 'to', 'return', 'it', 'but', 'i', 'will', 'wait', 'for', 'the', 'next', 'wow', 'piece', 'rather', 'than', 'have', 'this', 'sit', 'in', 'my', 'closet', ',4,1,0', 'general', 'dresses', 'dresses'] ['11046,1093,39', 'i', "'m", 'serious', 'i', "'m", 'seriously', 'in', 'awe', 'of', 'this', 'fun', 'dress', 'the', 'beading', 'fuzzy', 'flowers', 'and', 'embroidery', 'on', 'the', 'peachy', 'dress', 'make', 'me', 'very', 'happy', 'it', "'s", 'nice', 'to', 'wear', 'by', 'itself', 'with', 'a', 'simple', 'necklace', 'but', 'i', 'love', 'it', 'more', 'with', 'my', 'cropped', 'jackets', 'my', 'dark', 'denim', 'for', 'a', 'casual', 'air', 'or', 'the', 'tailored', 'tuxedo', 'black', 'for', 'date', 'night', 'like', 'others', 'have', 'said', 'this', 'dress', 'has', 'many', 'layers', 'and', 'is', 'surprisingly', 'heavy', 'definitely', 'not', 'for', 'hot', 'humid', 'weather', 'or', 'i', "'d", 'melt', 'and', 'cry'] [] [] ['thank', 'you', 'so', 'much', 'to', 'the', 'reviewer', 'who', 'advised', 'sizing', 'up', 'for', 'the', 'ar', ',5,1,1', 'general', 'dresses', 'dresses'] ['11047,1094,39', 'why', 'is', "n't", 'this', 'sold', 'out', 'stunning', 'beautiful', 'elegant', 'comfortable', 'and', 'all', 'silk', 'the', 'print', 'is', 'very', 'mesmerizing', 'as', 'are', 'all', 'the', 'hemant', 'nandita', 'pieces', 'i', 'own', 'i', "'m", 'shocked', 'that', 'there', 'are', "n't", 'more', 'reviews', 'i', 'found', 'this', 'fit', 'perfectly', 'on', 'my', 'body', 'skimming', 'over', 'my', 'flaws', 'and', 'keeping', 'my', 'temperature', 'moderate', 'i', 'am', '5', '3', '140', '39-28-35', 'and', 'purchased', 'size', 'mp', 'please', 'retailer', 'offer', 'the', 'other', 'versions', 'of', 'this', 'dress', 'as', 'shown', 'on', 'the', 'uk', 'retailer', 'site', ',5,1,1', 'general', 'dresses', 'dresses'] ['11048,356,27', 'super', 'comfortable', 'i', 'love', 'this', 'with', 'skinny', 'jeans', 'it', 'is', 'comfortable', 'and', 'soft', 'it', 'fits', 'well.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11049,1093,34', 'gorgeous', 'can', 'be', 'dressed', 'up', 'or', 'down', 'details', 'are', 'pretty', 'without', 'being', 'gaudy', 'i', 'got', 'an', '00p', 'which', 'fits', 'well', 'i', 'can', 'wear', 'it', 'with', 'a', 'belt', 'to', 'give', 'it', 'some', 'shape', 'too', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['11050,1050,35', 'runs', 'large', 'good', 'for', 'ego', 'this', 'is', 'such', 'a', 'cute', 'jumper', 'i', 'bought', 'it', 'to', 'wear', 'to', 'a', 'beach', 'wedding', 'i', 'took', 'a', 'chance', 'trying', 'on', 'a', 'medium', 'i', "'m", 'a', 'true', 'large', 'and', 'was', 'pleasantly', 'surprised', 'by', 'how', 'well', 'it', 'fit', 'very', 'excited', 'to', 'add', 'this', 'to', 'my', 'spring/summer', 'repertoire', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['11051,1093,36', 'beautiful', 'dress', 'i', 'am', '5', '4', 'so', 'i', 'feel', 'i', "'m", 'on', 'the', 'cusp', 'of', 'petite/regular', 'sizing', 'i', 'ordered', '2p', 'about', '125-130lbs', 'and', 'the', 'dress', 'fit', 'perfectly', 'it', "'s", 'so', 'pretty', 'i', 'got', 'blue', 'i', 'ordered', 'this', 'for', 'my', 'upcoming', 'trip', 'for', 'our', 'anniversary', 'i', 'feel', 'like', 'i', 'can', 'wear', 'with', 'sandals', 'or', 'heels', 'with', 'leggings', 'or', 'no', 'leggings', 'beautifully', 'made', 'kind', 'of', 'pricey', 'but', 'worth', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['11052,1050,26', 'comfy', 'and', 'stylish', 'i', 'received', 'tons', 'of', 'compliments', 'on', 'this', 'adorable', 'jumper', 'and', 'felt', 'like', 'i', 'was', 'wearing', 'comfy', 'pajamas', 'i', 'wore', 'it', 'to', 'a', 'baby', 'shower', 'and', 'it', 'was', 'a', 'hit', 'i', "'m", '5', '4', 'and', 'it', 'was', 'a', 'bit', 'long', 'and', 'needed', 'to', 'be', 'hemmed', 'otherwise', 'it', "'s", 'perfect', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['11053,1103,43', 'adorable', 'versatile', 'maxi', 'great', 'for', 'tall', 'girls', 'i', 'really', 'love', 'this', 'dress', 'it', 'runs', 'very', 'true', 'to', 'size', 'and', 'is', 'nice', 'and', 'long', 'but', 'could', 'be', 'easily', 'hemmed', 'i', 'am', "5'10", 'and', 'have', 'room', 'for', 'heels', 'the', 'waist', 'runs', 'just', 'slightly', 'high', 'and', 'causes', 'a', 'slight', 'flare', 'out', 'of', 'the', 'fabric', 'at', 'the', 'hips', 'but', 'it', 'is', 'not', 'a', 'deal', 'breaker', 'the', 'cotton', 'is', 'super', 'light', 'weight', 'and', 'perfect', 'for', 'summer', 'some', 'jersey', 'fabric', 'maxi', "'s", 'can', 'be', 'super', 'hot', 'i', 'was', 'surprised', 'by', 'the', 'cost', 'for', 'the', 'actual', 'quality', 'of', 'the', 'dress', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['11054,866,45', 'gorgeous', 'and', 'elegant', 'i', 'originally', 'ordered', 'this', 'top', 'in', 'the', 'black', 'and', 'it', "'s", 'been', 'on', 'back', 'order', 'for', 'a', 'month', 'i', 'decided', 'to', 'go', 'ahead', 'and', 'try', 'the', 'wine', 'and', 'i', 'am', 'so', 'glad', 'that', 'i', 'did', 'the', 'fit', 'is', 'flattering', 'with', 'a', 'longer', 'peplum', 'to', 'accommodate', 'my', 'long', 'torso', 'the', 'fabric', 'is', 'a', 'nice', 'mid', 'weight', 'with', 'a', 'very', 'subtle', 'brocade', 'pattern', 'the', 'back', 'of', 'the', 'neck', 'has', 'a', 'classic', 'zipper', 'detail', 'the', 'bell', 'sleeves', 'are', 'not', 'too', 'long', 'and', 'the', 'color', 'is', 'gorgeous', 'for', 'fall/winter', 'i', 'highly', 'recommend', 'this', 'top', 'for', 'all', 'body', 'types', ',5,1,0', 'general', 'tops', 'knits'] ['11055,1092,45', 'i', 'had', 'high', 'hopes', 'for', 'this', 'dress', 'but', 'unfortunately', 'was', 'disappointed', 'and', 'returned', 'the', 'dress', 'it', 'flares', 'out', 'with', 'too', 'much', 'material', 'under', 'the', 'gathered', 'waist', 'it', "'s", 'so', 'odd', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['11056,866,51', 'lovely', 'falls', 'beautifully', 'and', 'the', 'color', 'is', 'vibrant', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'casually', 'texture', 'adds', 'even', 'more', 'uniqueness', 'a', 'little', 'heavy', 'but', 'this', 'is', 'outweighed', 'by', 'its', 'other', 'lovely', 'features.,4,1,0', 'general', 'tops', 'knits'] ['11057,664,34', 'very', 'cute', 'comfy', 'this', 'is', 'a', 'great', 'pullover', 'very', 'cute', 'for', 'lounging', 'at', 'home', 'or', 'running', 'errands', 'it', 'does', 'run', 'large', 'i', 'ordered', 'an', 'xs', 'it', "'s", 'pretty', 'big', 'for', 'reference', 'i', "'m", '5', '7', '125', 'lbs', '34', 'b.', 'it', 'is', 'also', 'a', 'little', 'pricey', 'for', 'lounge', 'wear', 'but', 'i', 'am', 'keeping', 'it', 'because', 'it', 'is', 'so', 'cute', ',4,1,4', 'initmates', 'intimate', 'sleep'] ['11058,1092,53', 'sweet', 'printed', 'dress', 'i', 'just', 'bought', 'this', 'dress', 'on', 'the', 'half', 'off', 'sale', 'price', 'which', 'is', 'practically', 'a', 'steal', 'and', 'i', 'must', 'say', 'i', 'absolutely', 'adore', 'it', 'it', 'runs', 'pretty', 'tts', 'but', 'all', 'they', 'had', 'available', 'was', 'one', 'size', 'up', 'from', 'my', 'usual', '6', 'so', 'i', 'bought', 'the', '8', 'and', 'it', 'fits', 'just', 'fine', '34d-27-35', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'look', 'of', 'the', 'dress', 'is', 'very', 'vintage', "30's/40", "'s", 'and', 'so', 'cute', 'i', 'did', "n't", 'find', 'the', 'sleeves', 'to', 'stick', 'out', 'at', 'all', 'on', 'me', 'so', 'maybe', 'i', 'just', 'got', 'lucky', 'and', 'the', 'print', 'is', 'just', 'adorable', 'on', 'this', 'i', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11059,866,43', 'beautiful', 'and', 'soft', 'this', 'top', 'fits', 'great', 'maybe', 'a', 'tad', 'on', 'the', 'large', 'side', 'but', 'not', 'enough', 'to', 'go', 'down', 'a', 'size', 'i', 'love', 'the', 'fit', 'the', 'bell', 'sleeves', 'and', 'peplum', 'are', 'so', 'flattering', 'definitely', 'worth', 'the', 'price', 'too', ',5,1,1', 'general', 'tops', 'knits'] ['11060,403,36', 'love', 'my', 'new', 'workout', 'clothes', 'i', 'am', 'loving', 'these', 'new', 'leggings', 'and', 'i', 'dont', 'even', 'surf', 'i', 'just', 'wear', 'them', 'to', 'the', 'gym', 'and', 'at', 'home', 'and', 'to', 'run', 'errands', 'with', 'a', 'cute', 'tunic', 'top', 'etc', 'they', 'make', 'me', 'feel', 'sunny', 'and', 'happy', 'fabric', 'is', 'light', 'and', 'flexible', 'but', 'stays', 'in', 'place', 'went', 'running', 'in', 'them', 'size', 'is', 'accurate', 'i', 'am', 'usually', 'a', '2', 'on', 'retailer', 'pants/skirts', '27', 'on', 'jeans', 'and', 'the', 'small', 'was', 'perfect', ',5,1,1', 'initmates', 'intimate', 'swim'] ['11061,1103,52', 'craftsmanship', 'i', 'so', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'bought', 'it', 'in', 'a', 'size', '4', 'and', 'in', 'both', 'petite', 'and', 'regular', 'as', 'i', "'m", 'kind', 'of', 'in', 'between', 'and', 'have', 'a', 'long', 'torso', 'and', 'short', 'legs', 'anyway', 'i', "'m", '5', '5', 'tall', 'and', '130', 'lbs', 'the', 'regular', 'fit', 'my', 'torso', 'well', 'and', 'length', 'not', 'was', 'too', 'bad', 'with', 'heals', 'it', 'might', 'have', 'worked', 'without', 'hemming', 'here', 'is', 'where', 'it', 'all', 'fell', 'apart', 'while', 'understand', 'that', 'only', 'really', 'expensive', 'designer', 'clothing', 'can', 'afford', 'to', 'seam', 'a', 'pattern', 'perfectly', 'i', 'felt', 'that', 'the', 'dot', 'seam', 'in', 'the', 'front', 'of', 'the', 'dress', 'was', 'in', 'a', 'bad', 'place', ',3,0,23', 'general', 'petite', 'dresses', 'dresses'] ['11062,831,31', 'beautiful', 'detail', 'but', 'delicate', 'the', 'detail', 'on', 'the', 'fabric', 'of', 'this', 'blouse', 'is', 'beautiful', 'and', 'unique', 'especially', 'the', 'peachy/pink', 'and', 'orange', 'detailing', 'which', 'is', 'hard', 'to', 'see', 'in', 'the', 'picture', 'the', 'fabric', 'and', 'seam', 'are', 'quite', 'delicate', 'though', 'so', 'it', 'just', 'needs', 'to', 'be', 'worn', 'and', 'handled', 'with', 'care', 'fits', 'true', 'to', 'size', '5', '5', '135lbs', '34c', 'and', 'the', 'small', 'is', 'perfect', ',4,1,6', 'general', 'petite', 'tops', 'blouses'] ['11063,868,52', 'warm', 'and', 'comfortable', 'i', 'love', 'wearing', 'my', 'boatneck', 'pullover', 'the', 'unique', 'part', 'of', 'this', 'item', 'is', 'the', 'back', 'with', 'buttons', 'the', 'shirts', 'appears', 'to', 'be', 'inside', 'out', 'however', 'its', 'not', 'its', 'soft', 'comfortable', 'stylish', 'and', 'warm', 'i', 'really', 'like', 'how', 'it', "'s", 'longer', 'in', 'the', 'back', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11064,791,53', 'love', 'the', 'big', 'front', 'pocket', 'these', 'pants', 'are', 'very', 'comfortable', 'i', 'love', 'putting', 'my', 'phone', 'and', 'wallet', 'in', 'the', 'front', 'big', 'pocket', 'so', 'cool', 'the', 'linen', 'is', 'soft', 'fits', 'great'] ['the', 'tie', 'dye', 'is', 'very', 'unique', 'love', 'it', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['11065,1092,35', 'love', 'this', 'dress', 'fit', 'and', 'flare', 'pullover', 'style', 'that', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'wish', 'other', 'colors', 'were', 'available', 'online', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11066,866,41', 'nice', 'quality', 'peplum', 'top', 'for', 'fall', 'i', 'bought', 'this', 'top', 'in', 'my', 'usual', 'size', 'large', 'based', 'on', 'other', 'reviews', 'and', 'it', 'fit', 'perfectly', 'i', 'have', 'long', 'arms', 'and', 'the', 'sleeves', 'are', 'the', 'perfect', 'length', 'the', 'fabric', 'is', 'a', 'slightly', 'stretchy', 'jacquard', 'and', 'very', 'nice', 'quality', 'the', 'top', 'is', 'definitely', 'more', 'fitted', 'with', 'a', 'significant', 'amount', 'of', 'fabric', 'at', 'the', 'peplum', 'portion', 'i', 'wish', 'that', 'this', 'was', 'a', 'bit', 'less', 'which', 'is', 'why', 'i', 'only', 'gave', 'it', '4', 'stars', 'otherwise', 'it', "'s", 'a', 'great', 'top', 'for', 'fall', 'that', 'can', 'be', 'dressed', 'up', 'with', 'a', 'pencil', 'skit', 'or', 'more', 'casually', 'with', 'jeans', 'definitely', ',4,1,2', 'general', 'tops', 'knits'] ['11067,866,38', 'beautiful', 'peplum', 'i', 'absolutely', 'adore', 'peplum', 'tops', 'although', 'some', 'of', 'them', 'are', 'made', 'for', 'individuals', 'with', 'short', 'torsos', 'this', 'one', 'is', 'beautifully', 'designed', 'with', 'a', 'long', 'torso', 'and', 'flowing', 'wrists', 'there', 'is', 'a', 'nice', 'balance', 'between', 'the', 'fitted', 'torso', 'and', 'then', 'the', 'flowing', 'peplum', 'and', 'sleeves', 'the', 'best', 'thing', 'of', 'all', 'is', 'the', 'fabric', 'which', 'is', 'a', 'stretchy', 'mid-weight', 'jacquard', 'it', 'is', 'easy', 'to', 'get', 'on', 'with', 'a', 'zipper', 'in', 'the', 'back', 'i', 'am', 'sure', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'as', 'the', 'weather', 'turns', 'cooler', 'and', 'i', 'plan', 'on', 'pairing', 'it', 'with', 'pencil', 'ski', ',5,1,9', 'general', 'tops', 'knits'] ['11068,403,43', 'fun', 'and', 'oh', 'so', 'soft', 'the', 'color', 'and', 'pattern', 'are', 'so', 'cute', 'and', 'fun', 'they', 'are', 'also', 'very', 'soft', 'and', 'comfortable', 'most', 'important', 'these', 'pants', 'still', 'keep', 'everything', 'covered', 'when', 'i', 'bend', 'into', 'a', 'forward', 'fold', ',4,1,1', 'initmates', 'intimate', 'swim'] ['11069,1086,53', 'love', 'this', 'tried', 'it', 'on', 'at', 'the', 'store', 'must', 'of', 'been', 'a', 'return', 'at', 'first', 'i', 'was', "n't", 'thrilled', 'with', 'this', 'dress', 'have', 'a', 'little', 'bit', 'of', 'a', 'pouch', 'and', 'would', 'never', 'think', 'i', 'could', 'wear', 'a', 'tight', 'dress', 'like', 'this', 'the', 'cut', 'was', 'perfect', 'for', 'that', 'imperfect', 'belly', 'went', 'to', 'a', '5', 'hour', 'dinner', 'that', 'night', 'and', 'was', 'so', 'comfortable', 'not', 'itchy', 'and', 'i', 'felt', 'very', 'pretty', 'in', 'it', 'husband', 'loved', 'it', 'and', 'was', 'happy', 'for', 'me', 'to', 'show', 'my', 'curves', 'again', 'would', 'not', 'of', 'ordered', 'this', 'online', 'so', 'glad', 'it', 'was', 'in', 'store', 'much', 'more', 'vibrant', 'in', 'person', 'try', 'it', 'you', 'will', 'lik', ',5,1,4', 'general', 'dresses', 'dresses'] ['11070,1086,47', 'amazing', 'highly', 'recommend', 'i', 'am', 'not', 'a', 'fan', 'of', 'sweater', 'dresses', 'and', 'did', 'not', 'pay', 'attention', 'to', 'this', 'one', 'when', 'looking', 'at', 'it', 'on-line', 'however', 'it', 'immediately', 'caught', 'my', 'attention', 'in', 'a', 'store', 'i', 'decided', 'to', 'put', 'it', 'on', 'and', 'the', 'dress', 'looked', 'amazing', 'soft', 'warm', 'skin', 'hugging', 'material', 'long', 'skinny', 'sleeves', 'and', 'more', 'importantly', 'i', 'looked', 'amazing', 'in', 'this', 'dress.i', 'think', 'colors', 'are', 'more', 'vibrant', 'design', 'is', 'more', 'lively', 'in', 'person', 'than', 'in', 'picture', 'i', 'am', "5'10", '145lb', 'so', 'i', 'loved', 'that', 'intricate', 'dress', 'pattern', 'broken', 'lines', 'in', 'front', 'made', 'me', 'not', 'look', 'li', ',5,1,2', 'general', 'dresses', 'dresses'] ['11071,1103,43', 'maxi', 'polka', 'dots', 'great', 'strapless', 'maxi', 'purchased', 'for', 'a', 'late', 'august', 'wedding', 'being', 'held', 'at', 'a', 'yacht', 'club', 'will', 'fit', 'the', 'nautical', 'theme', 'perfectly', 'i', "'m", 'typically', 'a', 'size', '8', 'and', 'ordered', 'the', 'medium', 'size', 'fit', 'is', 'a', 'little', 'snug', 'on', 'top', 'for', 'my', '34dd', 'chest', 'but', 'waist', 'and', 'hips', 'are', 'spot', 'on', 'length', 'is', 'long', 'totally', 'skims', 'the', 'floor', 'for', 'my', '5', '6', 'height', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'red', 'patent', 'leather', 'wedges', 'so', 'it', "'ll", 'help', 'keep', 'the', 'hem', 'off', 'the', 'floor', 'and', 'make', 'me', 'look', 'longer', 'quality', 'is', 'outstanding', 'strong', 'zipper', 'quality', 'fabric', 'excell', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11072,1092,27', 'does', 'not', 'look', 'good', 'in', 'person-', 'strawberry', 'shortcake', 'this', 'dress', 'looks', 'amazing', 'on-line', 'in', 'person', 'the', 'arm', 'ruffles', 'are', 'much', 'larger', 'and', 'stick', 'out', 'and', 'the', 'dress', 'at', 'the', 'bottom', 'makes', 'you', 'look', 'like', 'strawberry', 'shortcake', 'too', 'much', 'all', 'over', 'ruffling', 'at', 'the', 'chest', 'and', 'is', 'not', 'flattering', 'pattern', 'is', 'dizzying', 'in', 'person'] [] ['very', 'thin', 'multi', 'layer', 'dress', 'should', 'be', 'better', 'material', 'and', 'quality', 'for', 'this', 'price', 'save', 'your', 'money', 'and', 'shipping', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['11073,1086,39', 'pretty', 'pleasing', 'very', 'pleased', 'with', 'this', 'vibrant', 'and', 'colorful', 'sweater', 'dress', 'the', 'color', 'combinations', 'are', 'very', 'beautiful', 'and', 'it', 'seems', 'as', 'if', 'the', 'threads', 'used', 'have', 'an', 'inherent', 'shimmer', 'the', 'fit', 'is', 'body', 'skimming', 'without', 'highlighting', 'trouble', 'spots', 'i', 'am', 'a', 'm/l', 'on', 'top', 'and', 'a', 's/m', 'on', 'bottom', 'and', 'the', 'size', 'medium', 'fits', 'perfectly', 'the', 'cut', 'adds', 'the', 'illusion', 'of', 'proportion', 'to', 'my', 'disproportionate', 'body', 'there', 'are', 'some', 'problems', 'but', 'workable', 'slip', 'is', 'sewn-in', 'which', 'i', 'wish', 'was', 'detachable', 'the', 'scoop', 'neck', 'is', 'too', 'low', 'for', 'my', '36ddd', 'bust', 'weave,5,1,0', 'general', 'dresses', 'dresses'] ['11074,628,60', 'cute', 'cover-up', 'or', 'summer', 'top', 'shorts', 'lightweight', 'soft', 'cotton', 'top', 'and', 'shorts', 'i', 'think', 'it', "'s", 'meant', 'to', 'be', 'a', 'beach', 'cover-up', 'but', 'i', "'m", 'wearing', 'it', 'as', 'a', 'thin', 'light-weight', 'summer', 'outfit', 'on', 'these', 'hot', 'hot', 'days', 'the', 'top', 'has', 'a', 'loose', 'elastic', 'around', 'the', 'bottom', 'which', 'i', 'did', "n't", 'realize', 'when', 'i', 'ordered', 'it', 'but', 'i', 'like', 'it', 'and', 'it', 'matches', 'the', 'look', 'in', 'the', 'photos', 'and', 'the', 'shorts', 'are', 'very', 'low-cut', 'do', "n't", 'expect', 'them', 'up', 'around', 'your', 'waist', 'again', 'i', 'like', 'that', 'some', 'might', 'want', 'to', 'wear', 'a', 'cami', 'underneath', 'because', 'it', "'s", 'a', 'thin', 'cotton', 'but', 'i', "'m", 'fine', 'as-is', 'i', 'bought', 'it', 'i', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['11075,664,60', 'the', 'entire', 'set', 'is', 'so', 'cute', 'i', 'got', 'the', 'shirt', 'the', 'cami', 'and', 'the', 'shorts', 'and', 'they', 'are', 'all', 'great', 'super', 'comfortable', 'fabric', 'really', 'well', 'made', 'and', 'really', 'cute', 'love', 'them', 'all', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['11076,866,57', 'classic', 'very', 'flattering', 'sliming', 'and', 'feminine', 'i', 'particularly', 'like', 'the', 'flutter', 'sleeves', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'for', 'fall', ',4,1,2', 'general', 'tops', 'knits'] ['11077,831,49', 'better', 'in', 'person', 'i', 'probably', 'would', 'have', 'never', 'purchased', 'this', 'blouse', 'is', 'i', 'had', 'only', 'seen', 'it', 'online', 'but', 'i', 'was', 'at', 'our', 'local', 'store', 'looking', 'for', 'something', 'else', 'and', 'spotted', 'it', 'hanging', 'all', 'the', 'way', 'on', 'the', 'other', 'end', 'of', 'the', 'store', 'a', 'salesperson', 'encouraged', 'me', 'to', 'try', 'it', 'on', 'and', 'it', 'is', 'beautiful', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'you', 'can', 'tie', 'the', 'bow', 'in', 'multiple', 'ways', 'or', 'leave', 'it', 'hanging', 'it', 'is', 'sheer', 'but', 'the', 'pattern', 'obscures', 'the', 'transparency', 'so', 'no', 'camisole', 'is', 'needed', 'it', 'embraces', 'the', '70', "'s", 'vibe', 'in', 'a', 'modern', 'way', 'i', 'absolutely', 'love,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['11078,90,41', ',love', 'the', 'fit', 'and', 'feel', 'of', 'these', 'and', 'super', 'stylish', 'too', 'i', 'want', 'in', 'more', 'colors', 'if', 'i', 'can', 'get', 'it.,5,1,0', 'initmates', 'intimate', 'legwear'] ['11079,876,56', 'great', 'peasant', 'top', 'i', 'love', 'this', 'peasant', 'top', 'i', 'did', "n't", 'expect', 'it', 'to', 'be', 'made', 'from', 'such', 'nice', 'fabric', 'usually', 'i', 'have', 'to', 'wear', 'a', 'camisole', 'under', 'a', 'lot', 'of', 'retailer', 'tops', 'but', 'not', 'this', 'one', 'i', 'bought', 'a', 'petite', 'xs', 'and', 'if', 'fits', 'perfectly', 'thank', 'you', 'to', 'retailer', 'for', 'selling', 'petite', 'clothes', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11080,873,47', 'soft', 'delicate', 'casual', 'top', 'i', 'just', 'purchased', 'this', 'at', 'my', 'local', 'retailer', 'the', 'online', 'pix', 'does', 'not', 'do', 'it', 'justice', 'so', 'pretty', 'delicate', 'casual', 'comfortable', 'fitting', 'hits', 'right', 'at', 'the', 'hips', ',5,1,2', 'general', 'tops', 'knits'] ['11081,1030,56', 'run', 'two', 'sizes', 'too', 'small', 'these', 'run', 'so', 'small', 'i', 'was', 'dissapointed', 'with', 'having', 'to', 'return', 'my', 'pair', 'i', "'m", 'hoping', 'they', 'are', 'replenished', 'back', 'in', 'stock', 'so', 'i', 'can', 'get', 'the', 'proper', 'size.,5,1,0', 'general', 'bottoms', 'jeans'] ['11082,90,41', 'i', 'ordered', 'both', 'the', 'black', 'the', 'dark', 'grey', 'the', 'dark', 'grey', 'arrived', 'first', 'they', 'are', 'very', 'comfortable', 'flattering', 'there', 'is', 'a', 'nice', 'thigh', 'slimming', 'effect', 'i', 'purchased', 'the', 'size', 'small', 'regular', 'length', 'they', 'hit', 'me', 'at', 'my', 'ankle', '5,5', '130lbs', 'i', 'ca', "n't", 'wait', 'for', 'the', 'second', 'pair', 'to', 'arrive', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['11083,90,27', ',these', 'leggings', 'are', 'great', 'in', 'quality', 'and', 'are', 'thick', 'enough', 'to', 'wear', 'as', 'pants', 'the', 'rise', 'is', 'perfect', 'the', 'only', 'issue', 'is', 'that', 'they', 'stretch', 'during', 'wear', 'and', 'end', 'up', 'being', 'a', 'size', 'larger.,3,1,0', 'initmates', 'intimate', 'legwear'] ['11084,90,62', 'the', 'perfect', 'leggings', 'i', "'ve", 'been', 'looking', 'for', 'the', 'right', 'leggings', 'that', 'are', 'of', 'good', 'quality', 'thick', 'enough', 'to', 'feel', 'appropriately', 'covered', 'and', 'a', 'good', 'price', 'point', 'these', 'are', 'those', 'leggings', 'need', 'more', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['11085,90,39', 'better', 'than', 'leggings', 'i', "'d", 'describe', 'these', 'as', 'a', 'hybrid', 'pant/legging', 'they', 'are', 'very', 'comfortable', 'flattering', 'and', 'versatile', 'i', 'got', 'the', 'large', 'because', 'medium', 'was', 'sold', 'out', 'but', 'they', 'fit', 'nice', 'not', 'super', 'tight', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['11086,208,31', 'must', 'see', 'in', 'person', 'a', 'whim', 'of', 'a', 'purchase', 'on', 'a', 'tops', 'sale', 'i', 'spotted', 'the', 'black', 'but', 'went', 'for', 'the', 'mauve', 'it', "'s", 'great', 'in', 'person', 'fits', 'loosely', 'and', 'hangs', 'nicely', 'for', 'layering', 'i', 'will', 'buy', 'the', 'black', 'too', 'when', 'in', 'goes', 'on', 'sale', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'the', 'small', 'was', 'perfect', 'and', 'every', 'a', 'little', 'roomy', 'on', 'me', ',5,1,6', 'initmates', 'intimate', 'layering'] ['11087,872,31', 'great', 'but', 'need', 'something', 'under', 'it', 'love', 'the', 'shape', 'of', 'this', 'top', 'i', 'bought', 'in', 'white', 'and', 'a', 'friend', 'bought', 'in', 'the', 'neutral', 'pink', 'we', 'both', 'required', 'a', 'tank/cami', 'to', 'layer', 'under', 'it', 'i', 'am', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'ordered', 'a', 'size', 'small', ',4,1,8', 'general', 'tops', 'knits'] ['11088,90,37', 'great', 'fabric', 'nice', 'legging', 'substantial', 'fabric', 'more', 'structured', 'than', 'a', 'typical', 'legging', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['11089,829,39', 'see-through', 'i', 'am', 'torn', 'about', 'this', 'top', 'on', 'the', 'one', 'hand', 'it', 'is', 'beautiful', 'in', 'all', 'aspects'] ['flattering', 'cut'] ['beautiful', 'detail', 'at', 'neck', 'victorian', 'neckline'] ['ivory', 'color', 'flattering', 'on', 'most', 'skin', 'tones', 'including', 'my', 'very', 'pale', 'skin'] ['speck', 'of', 'gold', 'in', 'fabric', 'it', 'is', 'lines', 'with', 'gold', 'thread'] [] ['bummers', 'it', 'is', 'see-through', 'as', 'in', 'you', 'can', 'see', 'through', 'the', 'neck', 'part', 'the', 'picture', 'online', 'shows', 'a', 'more', 'covered', 'look', 'i', 'think', 'the', 'model', 'ash', 'a', 'shirt', 'underneath', 'on', 'me', 'you', 'really', 'see', 'the', 'skin', 'through', 'so', 'i', 'will', 'have', 'to', 'try', 'with', 'a', 'nude', 'b', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['11090,872,55', 'great', 'fall', 'top', 'originally', 'ordered', 'a', 'large', 'but', 'it', 'was', 'huge', 'the', 'medium', 'fit', 'perfectly', 'i', "'m", '165lbs', '5', '7', 'lovely', 'material', 'and', 'interesting', 'side', 'details', 'the', 'sides', 'do', 'come', 'up', 'quite', 'high', 'but', 'a', 'camo', 'or', 'tank', 'underneath', 'does', 'the', 'trick', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'tops', 'knits'] ['11091,90,30', 'great', 'leggings', 'wonderful', 'fit', 'love', 'that', 'these', 'have', 'a', 'bit', 'of', 'texture', 'to', 'them', 'and', 'the', 'structure', 'is', 'perfect', 'easy', 'to', 'wear', 'with', 'ankle', 'boots', 'or', 'flats', 'and', 'thick', 'enough', 'that', 'you', 'do', "n't", 'have', 'to', 'worry', 'about', 'see-through', 'incidents', 'the', 'only', 'issue', 'that', 'i', 'have', 'is', 'that', 'the', 'elastic', 'in', 'the', 'waistband', 'is', "n't", 'secured', 'so', 'it', 'tends', 'to', 'twist', 'around', 'just', 'a', 'minor', 'annoyance', 'and', 'wouldnt', 'stop', 'me', 'from', 'ordering', 'these', 'in', 'another', 'color', ',4,1,1', 'initmates', 'intimate', 'legwear'] ['11092,829,50', 'soft', 'beautiful', 'top', 'this', 'blouse', 'is', 'gorgeous', 'on', 'i', 'purchased', 'at', 'my', 'local', 'store', 'i', 'noticed', 'it', 'was', '29.99', '30', '21.00', 'omg', 'it', "'s", 'so', 'nice', 'on', 'it', "'s", 'soft', 'and', 'comfortable', 'and', 'the', 'gold', 'threading', 'make', 'it', 'sunning', 'it', 'does', 'run', 'a', 'little', 'small', 'in', 'the', 'chest', 'area,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11093,873,21', 'super', 'pretty', 'not', 'sure', 'how', 'to', 'wear', 'the', 'front', 'cream', 'panel', 'is', 'completely', 'transparent.i', 'did', "n't", 'purchase', 'because', 'my', 'bra', 'showed', 'and', 'it', 'would', 'ruin', 'the', 'look', 'with', 'a', 'cami', 'underneath'] [] ['i', 'wish', 'the', 'fabric', 'were', 'translucent', 'not', 'so', 'see', 'through', ',2,1,3', 'general', 'tops', 'knits'] ['11094,873,41', 'beautiful', 'but', 'too', 'short', 'i', "'m", '5', '7', 'with', 'a', 'dd', 'bust', 'and', 'this', 'top', 'in', 'a', 'medium', 'does', "n't", 'even', 'hit', 'at', 'my', 'hip', 'i', "'m", 'not', 'sure', 'why', 'so', 'many', 'of', 'these', 'tops', 'are', 'being', 'made', 'so', 'short', 'i', 'just', 'purchased', 'another', 'peasant', 'lace', 'top', 'that', 'has', 'the', 'same', 'problem', 'it', 'ends', 'up', 'being', 'very', 'boxy', 'looking', 'adding', 'a', 'few', 'inches', 'in', 'length', 'would', 'have', 'made', 'this', 'top', 'perfection', 'debating', 'about', 'ordering', 'a', 'large', 'just', 'to', 'add', 'length', 'but', 'otherwise', 'the', 'tops', 'fits', 'everywhere', 'else', 'it', "'s", 'so', 'pretty', 'though', 'the', 'lace', 'detail', 'and', 'the', 'nude', 'panel', 'are', 'so', 'delicate', 'and', 'the', 'mater', ',4,1,2', 'general', 'tops', 'knits'] ['11095,1030,42', 'these', 'jeans', 'are', 'so', 'adorable', 'and', 'so', 'soft', 'i', 'really', 'wish', 'they', 'fit', 'unfortunately', 'even', 'the', 'next', 'size', 'up', 'was', 'too', 'snug', 'for', 'me', ',4,1,0', 'general', 'bottoms', 'jeans'] ['11096,873,39', ',,5,1,0', 'general', 'tops', 'knits'] ['11097,829,39', 'really', 'pretty', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'decided', 'to', 'order', 'a', 'larger', 'size', 'online', 'the', 'fabric', 'by', 'the', 'buttons', 'is', 'very', 'thin', 'so', 'any', 'pulling', 'will', 'cause', 'tears', 'the', 'one', 'i', 'tried', 'on', 'in', 'store', 'was', 'shredded', 'by', 'someone', 'else', 'trying', 'it', 'i', "'m", 'a', '34', 'dd', 'and', 'bought', 'a', '14.', 'before', 'trying', 'it', 'on', 'i', 'noticed', 'the', 'fabric', 'is', 'already', 'pulling', 'a', 'little', 'right', 'out', 'of', 'the', 'package', 'trying', 'to', 'decide', 'if', 'it', 'is', 'worth', 'keeping', 'or', 'will', 'be', 'destroyed', 'from', 'wearing', 'it', 'really', 'is', 'very', 'cute', 'on.,3,1,0', 'general', 'petite', 'tops', 'blouses'] ['11098,873,34', 'very', 'cute', 'this', 'shirt', 'is', 'a', 'very', 'cute', 'dressed', 'up', 'casual', 'kind', 'of', 'top', 'the', 'lace', 'detail', 'in', 'the', 'front', 'and', 'the', 'back', 'make', 'a', 'plain', 'long', 'sleeve', 'black', 'top', 'look', 'elegant', 'the', 'material', 'on', 'the', 'shirt', 'is', 'pretty', 'light', 'so', 'it', 'is', 'for', 'fall', 'or', 'spring', ',5,1,5', 'general', 'tops', 'knits'] ['11099,873,35', 'beautiful', 'blouse', 'love', 'this', 'top', 'the', 'material', 'is', 'so', 'comfy', 'yet', 'it', 'looks', 'dressy', 'great', 'for', 'a', 'night', 'out', 'with', 'black', 'pants', 'or', 'a', 'skirt', 'i', "'m", '5ft8inches', '38-27-38', 'and', 'a', 'small', 'fit', 'perfectly', 'which', 'seems', 'true', 'to', 'retailer', 'sizing', 'flattering', 'yet', 'hides', 'a', 'little', 'post', 'holiday', 'belly', 'i', 'wore', 'a', 'nude', 'rackerback', 'bra', 'with', 'the', 'top', 'and', 'that', 'works', 'perfectly', 'with', 'the', 'design', ',5,1,0', 'general', 'tops', 'knits'] ['11100,90,52', 'good', 'basic', 'great', 'pair', 'of', 'black', 'pants', 'a', 'step', 'up', 'from', 'basic', 'leggings', 'nice', 'weight', 'and', 'a', 'little', 'ribbed', 'detail', 'on', 'the', 'sides', 'would', 'recommend', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['11101,1110,29', 'nearly', 'perfect', 'this', 'is', 'the', 'little', 'black', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'for', 'years', 'great', 'slim', 'fit', 'runs', 'small', 'i', 'usually', 'get', 'sized', 'out', 'but', 'the', '00', 'was', 'a', 'snug', 'fit', 'eye-catching', 'design', 'like', 'the', 'other', 'reviewer', 'i', 'think', 'solid', 'black', 'panels', 'rather', 'than', 'floral', 'brocade', 'would', 'have', 'been', 'classier', 'but', 'overall', 'a', 'chic', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['11102,90,48', 'stylish', 'perfect', 'fit', 'nice', 'detailing', 'best', 'feature', 'is', 'that', 'they', 'do', 'not', 'bag', 'out'] ['after', 'wearing', 'for', 'a', 'short', 'time', 'good', 'lines', 'in', 'back', 'so', 'they', 'are', 'more'] ['dressy', 'than', 'a', 'regular', 'legging', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['11103,873,49', 'beauty', 'meets', 'comfort', 'i', 'love', 'this', 'top', 'the', 'details', 'at', 'the', 'neck', 'and', 'shoulders', 'are', 'lovely', 'both', 'front', 'and', 'back', 'it', "'s", 'also', 'very', 'comfortable', 'and', 'soft', 'allowing', 'you', 'look', 'nicely', 'dressed', 'while', 'feeling', 'like', 'you', 'are', 'wearing', 'a', 'soft', 'tee-shirt', 'the', 'sleeves', 'are', 'a', 'good', 'length', 'with', 'some', 'elastic', 'at', 'the', 'cuffs', 'so', 'you', 'can', 'push', 'them', 'up', 'sadly', 'it', "'s", 'sold', 'out', 'in', 'in', 'my', 'size', 'online', 'and', 'in', 'the', 'stores', 'otherwise', 'i', 'would', 'certainly', 'snap', 'it', 'up', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'tops', 'knits'] ['11104,876,43', 'rediculously', 'small', 'this', 'top', 'is', 'beautiful', 'online', 'and', 'in', 'person', 'i', 'am', 'in', 'no', 'way', 'a', 'large', 'full', 'figured', 'gal', 'but', 'i', 'did', 'order', 'an', 'xl', 'reading', 'the', 'past', 'review', 'and', 'wanting', 'an', 'airy', 'fit', 'i', 'ordered', 'a', 'larger', 'size', 'this', 'shirt', 'is', 'horribly', 'tiny', 'in', 'person', 'the', 'xl', 'regular', 'fit', 'looked', 'like', 'an', 'xs', 'have', 'no', 'idea', 'if', 'this', 'particular', 'shirt', 'sent', 'to', 'me', 'was', 'miss', 'sized', 'or', 'what', 'will', 'take', 'back', 'other', 'than', 'fit', 'the', 'shirt', 'is', 'very', 'beautiful', 'in', 'every', 'way', ',1,0,6', 'general', 'petite', 'tops', 'knits'] ['11105,829,50', 'rather', 'cheap', 'looking', 'cute', 'in', 'the', 'on', 'line', 'photo', 'but', 'in', 'person', 'it', 'looks', 'cheap', 'and', 'has', 'gold', 'running', 'through', 'it', 'if', 'you', 'look', 'really', 'close', 'in', 'the', 'photo', 'you', 'can', 'see', 'it.,2,0,11', 'general', 'petite', 'tops', 'blouses'] ['11106,829,70', 'i', 'loved', 'this', 'blouse', 'except', 'for', 'the', 'sizing', 'i', 'loved', 'this', 'blouse', 'but', 'had', 'to', 'return', 'i', 'am', '5', '2', '127', 'lbs', '36d', 'i', 'found', 'that', 'the', 'blouse', 'was', 'tight', 'in', 'the', 'bust', 'and', 'very', 'wide', 'in', 'the', 'shoulders', 'the', 'sleeves', 'are', 'puffy', 'which', 'is', 'fine', 'but', 'the', 'wideness', 'is', 'from', 'edge', 'of', 'the', 'bib', 'to', 'where', 'the', 'sleeve', 'is', 'attached', 'and', 'therefore', 'the', 'top', 'did', 'not', 'lay', 'flat', 'if', 'you', 'have', 'wide', 'shoulders', 'and', 'a', 'small', 'bust', 'this', 'blouse', 'will', 'be', 'perfect', 'for', 'you', 'i', 'liked', 'the', 'material', 'it', 'was', 'thin', 'but', 'perfect', 'for', 'a', 'summer', 'nights', ',3,1,1', 'general', 'petite', 'tops', 'blouses'] ['11107,90,36', 'love', 'them', 'they', 'are', 'a', 'perfect', 'thickness', 'fits', 'comfortably', 'like', 'leggings', 'but', 'look', 'like', 'a', 'nice', 'pair', 'of', 'office/', 'outside', 'pant', 'got', 'them', 'in', 'the', 'grey', 'am', 'thrilled', 'w', 'the', 'texture', 'i', 'typically', 'wear', 'a', 'large', 'in', 'pants', 'and', 'they', 'are', 'tts', 'not', 'see', 'through', 'either', 'would', 'definitely', 'recommend', 'them', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['11108,872,42', 'super', 'nice', 'can', 'use', 'as', 'is', 'or', 'layer', 'it', 'all', 'the', 'colors', 'are', 'beautiful', 'the', 'white', 'is', 'a', 'true', 'white', 'i', 'got', 'the', 'gray', 'one', 'it', 'runs', 'large', 'so', 'i', 'would', 'recommend', 'sizing', 'down', 'unless', 'you', 'plan', 'on', 'layering', 'using', 'thicker', 'fabrics', 'underneath', ',5,1,0', 'general', 'tops', 'knits'] ['11109,90,43', 'too', 'much', 'like', 'jodphurs', 'good', 'quality', 'fabric', 'and', 'structure', 'but', 'the', 'mix', 'media', 'details', 'and', 'lines', 'make', 'them', 'seem', 'more', 'like', 'jodphurs', 'than', 'leggings', 'it', "'s", 'hard', 'to', 'see', 'where', 'i', 'would', 'wear', 'them', 'sorry', 'but', 'they', 'have', 'to', 'go', 'back.,2,0,0', 'initmates', 'intimate', 'legwear'] ['11110,90,51', 'best', 'leggings', 'ever', 'after', 'reading', 'the', 'reviews', 'these', 'leggings', 'seemed', 'to', 'be', 'the', 'best', 'leggings', 'ever', 'i', "'m", 'usually', 'not', 'a', 'leggings', 'gal', 'but', 'decided', 'these', 'might', 'be', 'the', 'ones', 'to', 'take', 'me', 'through', 'winter', 'with', 'long', 'cozy', 'sweaters', 'i', 'read', 'the', 'profile', 'of', 'those', 'who', 'purchased', 'and', 'were', 'happy', 'with', 'the', 'fit', 'before', 'making', 'my', 'purchase', 'i', "'m", '5', '2', '134lbs', 'and', 'bought', 'a', 'medium', 'while', 'they', 'fit', 'nicely', 'through', 'the', 'waist', 'and', 'thighs', 'from', 'the', 'knees', 'down', 'they', "'re", 'baggy', 'and', 'really', 'do', "n't", 'fit', 'like', 'a', 'legging', 'in', 'the', 'photo', 'you', 'can', 'see', 'some', 'slack', 'around', 't', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['11111,873,40', 'the', 'beauty', 'is', 'in', 'the', 'details', 'i', 'love', 'design', 'of', 'this', 'top', 'it', 'will', 'look', 'beautiful', 'on', 'many', 'body', 'types', 'the', 'black', 'material', 'is', 'thin', 'and', 'for', 'my', 'personal', 'level', 'of', 'comfort', 'i', 'will', 'definitely', 'wear', 'a', 'cami', 'under', 'the', 'details', 'are', 'gorgeous', 'and', 'the', 'neutral', 'colors', 'easy', 'to', 'combine', 'with', 'casual', 'or', 'dressy', 'bottoms', 'the', 'top', 'ran', 'true', 'to', 'size', 'for', 'me', ',5,1,1', 'general', 'tops', 'knits'] ['11112,829,23', 'beautiful', 'design', 'way', 'too', 'large', 'i', 'love', 'almost', 'all', 'tops', 'from', 'retailer', 'however', 'this', 'one', 'was', 'just', 'enormous', 'it', 'is', 'beautifully', 'designed', 'but', 'it', 'was', 'so', 'huge', 'when', 'i', 'tried', 'it', 'on', 'that', 'i', 'could', "n't", 'believe', 'it', 'was', 'sized', '0.', 'i', 'even', 'checked', 'the', 'tag', 'to', 'see', 'if', 'maybe', 'they', 'placed', 'a', 'size', '0', 'tag', 'on', 'an', 'xl', 'shirt', 'for', 'reference', 'i', 'am', '5', '2', 'and', '110lbs', 'i', 'would', 'have', 'loved', 'this', 'shirt', 'if', 'it', 'had', "n't", 'been', 'so', 'big', ',2,0,1', 'general', 'petite', 'tops', 'blouses'] ['11113,90,58', 'stretched', 'out', 'upon', 'receipt', 'i', 'opened', 'these', 'when', 'i', 'got', 'them', 'yesterday', 'and', 'immediately', 'tried', 'them', 'on', 'the', 'knees', 'were', 'totally', 'stretched', 'out', 'and', 'due', 'to', 'the', 'panel', 'at', 'the', 'knee', 'it', 'looked', 'like', 'i', 'had', 'growths', 'popping', 'out', 'between', 'my', 'legs', 'at', 'my', 'knees', 'someone', 'had', 'received', 'these', 'before', 'me', 'and', 'sent', 'them', 'back', 'after', 'they', 'tried', 'them', 'on', 'or', 'wore', 'them', 'then', 'returned', 'them', 'they', 'were', 'obviously', 'too', 'small', 'for', 'whoever', 'did', 'that', 'these', 'never', 'should', 'have', 'been', 'resent', 'to', 'another', 'customer', 'they', 'are', 'obviously', 'very', 'misshapen', 'they', 'are', 'going', 'back', 'on', 'a', 'bet', ',1,0,0', 'initmates', 'intimate', 'legwear'] ['11114,829,37', 'stunning', 'this', 'shirt', 'is', 'so', 'stunning', 'the', 'photo', 'does', 'this', 'shirt', 'no', 'justice', 'what', 'you', 'ca', "n't", 'see', 'from', 'the', 'image', 'are', 'the', 'tiny', 'gold', 'threads', 'that', 'are', 'woven', 'throughout', 'the', 'shirt', 'they', 'run', 'vertically.and', 'are', 'very', 'subtle', 'and', 'seen', 'only', 'up', 'close', 'so', 'pretty', 'also', 'the', 'detail', 'in', 'the', 'chest', 'area', 'is', 'perfect', 'i', 'love', 'this', 'shirt.,5,1,12', 'general', 'petite', 'tops', 'blouses'] ['11115,873,56', 'beautiful', 'casual', 'or', 'dressy', 'for', 'an', 'athro', 'top', 'this', 'is', 'a', 'good', 'price', 'point', 'especially', 'for', 'such', 'a', 'beautiful', 'piece', 'it', "'s", 'really', 'just', 'a', 'basic', 'tee', 'but', 'the', 'lace', 'insets', 'bring', 'it', 'up', 'several', 'notches', 'and', 'it', "'s", 'much', 'prettier', 'than', 'the', 'picture', 'shows', 'i', 'think', 'it', 'fits', 'very', 'true', 'to', 'size', 'i', "'m", 'normally', 'a', 'size', 'small', 'and', 'got', 'that', 'size', 'with', 'this', '34d', '124', 'lbs.', '5', '4', '36-26-35.', 'although', 'the', 'lace', 'is', 'very', 'sheer', 'i', 'really', 'could', "n't", 'see', 'my', 'nude', 'bra', 'through', 'it', 'so', 'do', "n't", 'feel', 'i', "'ll", 'need', 'a', 'cami', 'because', 'that', 'would', 'ruin', 'the', 'delicate', 'design', 'of', 'this', ',5,1,2', 'general', 'tops', 'knits'] ['11116,876,51', 'great', 'peasant-style', 'top', 'i', 'think', 'this', 'is', 'the', 'first', 'peasant', 'top', 'i', "'ve", 'found', 'that', 'does', "n't", 'fit', 'like', 'a', 'tent', 'i', 'did', 'size', 'down', 'to', 'a', 'small', 'although', 'i', "'m", 'normally', 'between', 'small', 'and', 'medium', 'i', 'even', 'found', 'that', 'the', 'shape', 'of', 'this', 'top', 'is', 'quite', 'flattering', 'maybe', 'the', 'darker', 'embroidery', 'helps', 'i', "'m", 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11117,829,46', 'buttondown', 'on', 'the', 'hanger', 'i', 'thought', 'this', 'had', 'a', 'chance', 'but', 'oh', 'geez', 'puffy', 'sleeves', 'itchy', 'metallic', 'thread', 'lace', 'what', 'a', 'mess', 'and', 'thin', 'and', 'uncomfortable', 'no', 'no', 'no', ',2,0,1', 'general', 'petite', 'tops', 'blouses'] ['11118,829,37', 'beautiful', 'beautiful', 'shirt', 'i', 'recently', 'purchased', 'this', 'on', 'sale', 'and', 'it', 'has', 'been', 'marked', 'down', 'even', 'further', 'so', 'definitely', 'buy', 'it', 'it', 'is', 'very', 'pretty', 'with', 'the', 'gold', 'interwoven', 'in', 'the', 'material', 'the', 'peplum', 'is', 'also', 'not', 'overwhelming', 'it', 'looks', 'great', 'with', 'a', 'pair', 'of', 'jeans', 'and', 'heels', 'my', 'husband', 'immediately', 'commented', 'on', 'this', 'shirt', 'and', 'he', 'does', 'not', 'notice', 'anything', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['11119,90,34', 'feel', 'like', 'leggings', 'look', 'like', 'pants', 'soooooo', 'cute', 'fit', 'like', 'a', 'dream', 'look', 'like', 'regular', 'pants', 'could', 'dress', 'up', 'or', 'dress', 'down', 'i', 'bought', 'the', 'grey', 'and', 'the', 'slight', 'herringbone', 'pattern', 'was', 'so', 'adorable', 'going', 'to', 'buy', 'in', 'the', 'black', 'as', 'well', 'normally', 'wear', 'size', '4-6', 'got', 'the', 'small', 'and', 'fits', 'perfect.,5,1,2', 'initmates', 'intimate', 'legwear'] ['11120,1075,43', 'special', 'special', 'special', 'love', 'this', 'piece', 'lots', 'of', 'versatility', 'and', 'the', 'pattern', 'is', 'lovely', 'wear', 'it', 'alone', 'or', 'with', 'leggings', 'and', 'boots.,5,1,1', 'general', 'dresses', 'dresses'] ['11121,820,72', 'much', 'prettier', 'in', 'person', 'i', 'bought', 'this', 'top', 'for', 'my', 'mom', 'for', 'christmas', 'i', 'was', "n't", 'sure', 'if', 'she', 'would', 'like', 'it', 'but', 'it', 'is', 'really', 'nice', 'in', 'person', 'and', 'she', 'loved', 'it', 'it', 'fit', 'true', 'to', 'size', 'and', 'can', 'be', 'dressed', 'down', 'as', 'it', 'is', 'on', 'the', 'model', 'or', 'dressed', 'up', 'i', 'am', 'so', 'glad', 'i', 'decided', 'to', 'get', 'this', 'top', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11122,862,39', 'soft', 'long', 'and', 'beautiful', 'i', 'love', 'this', 'shirt', 'wore', 'it', 'today', 'and', 'got', 'many', 'compliments', 'i', 'bought', 'the', 'mauve', 'looks', 'lilac', 'to', 'me', 'it', "'s", 'very', 'comfy', 'and', 'long', 'its', 'got', 'a', 'lovely', 'swing', 'feel', 'which', 'is', 'great', 'for', 'covering', 'my', 'baby', 'belly.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['11123,906,41', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11124,906,42', 'beautiful', 'this', 'is', 'perfection', 'in', 'the', 'color', 'sky', 'get', 'you', 'one', 'now', 'you', 'will', 'not', 'regret', 'it', 'it', 'is', 'super', 'soft', 'and', 'flattering', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11125,996,39', 'beautiful', 'material', 'and', 'taupe', 'color', 'the', 'slits', 'are', 'pretty', 'high', 'on', 'both', 'sides', 'so', 'just', 'be', 'aware', 'of', 'that', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['11126,862,35', 'quality', 'was', 'not', 'that', 'great.', 'as', 'much', 'as', 'i', 'had', 'wanted', 'this', 'to', 'work', 'for', 'me', 'it', 'did', "n't", 'fabric', 'is', 'not', 'as', 'soft', 'as', 'i', 'had', 'expected', 'and', 'quality', 'is', 'just', 'bad', 'i', 'purchased', 'this', 'online', 'on', 'sale', 'at', '29.95', 'and', 'i', 'had', 'envisioned', 'this', 'to', 'be', 'comfy', 'stretchy', 'and', 'swingy', 'with', 'a', 'flow', 'i', 'sent', 'this', 'back', 'to', 'the', 'store', 'as', 'it', 'did', "n't", 'seem', 'fit', 'even', 'at', 'the', 'low', 'price', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['11127,1080,66', 'pretty', 'but', 'poofy', 'yes', 'i', 'love', 'the', 'color', 'the', 'fabric', 'and', 'the', 'fit', 'up', 'top', 'the', 'skirt', 'however', 'is', 'very', 'poofy', 'i', 'am', 'going', 'to', 'let', 'it', 'hang', 'for', 'awhile', 'it', 'was', 'an', 'online', 'order', 'and', 'see', 'if', 'some', 'of', 'that', 'relaxes', 'otherwise', 'i', 'will', 'need', 'to', 'return', 'it', ',4,1,4', 'general', 'dresses', 'dresses'] ['11128,1025,34', 'most', 'comfortable', 'jeans', 'probably', 'the', 'most', 'comfortable', 'jeans', 'i', 'have', 'ever', 'owned', 'they', 'are', 'more', 'comfortable', 'even', 'than', 'yoga', 'leggings', 'they', 'look', 'and', 'fit', 'like', 'real', 'jeans', 'while', 'feeling', 'like', 'loungewear', 'i', 'have', 'nothing', 'negative', 'to', 'say', 'about', 'them.,5,1,2', 'general', 'bottoms', 'jeans'] ['11129,1075,62', 'flattering', 'design', 'this', 'dress', 'is', 'as', 'cute', 'as', 'represented', 'in', 'the', 'picture', 'the', 'adjustable', 'ties', 'on', 'the', 'sides', 'allow', 'your', 'dress', 'to', 'be', 'form', 'fitting', 'or', 'a', 'looser', 'more', 'casual', 'look', 'the', 'colors', 'of', 'the', 'dress', 'and', 'the', 'beading', 'are', 'beautiful', 'the', 'dress', 'looks', 'great', 'paired', 'with', 'a', 'pair', 'of', 'black', 'ankle', 'boots', ',5,1,1', 'general', 'dresses', 'dresses'] ['11130,862,47', 'too', 'wide', 'and', 'short', 'i', 'ordered', 'this', 'in', 'white', 'and', 'it', "'s", 'quite', 'sheer', 'as', 'others', 'have', 'noted', 'it', 'is', 'really', 'full', 'and', 'it', 'hits', 'at', 'mid-hip', 'which', 'does', "n't", 'work', 'on', 'my', 'figure', 'if', 'it', 'had', 'been', 'a', 'few', 'inches', 'longer', 'and', 'more', 'of', 'a', 'tunic', 'or', 'less', 'voluminous', 'it', 'could', 'have', 'worked', 'but', 'nope', ',2,0,1', 'general', 'tops', 'knits'] ['11131,862,35', 'awesome', 'fabric', 'wonderfully', 'flattering', 'cut', 'love', 'the', 'blue', 'and', 'green', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['11132,1025,48', 'outstanding', 'i', 'live', 'in', 'blue', 'jeans', 'and', 'i', "'m", 'extremely', 'particular', 'about', 'style', 'fit', 'and', 'fabric', 'an', 'eternal', 'fan', 'of', 'ag', 'i', 'tried', 'these', 'on', 'the', 'recommendation', 'of', 'a', 'sales', 'association', 'in', 'the', 'past', 'week', 'i', "'ve", 'dressed', 'them', 'up', 'dressed', 'them', 'down', 'and', 'wished', 'i', 'could', 'wear', 'them', 'to', 'work', 'the', 'wash', 'is', 'an', 'especially', 'versatile', 'shade', 'of', 'indigo', 'incredibly', 'flattering', 'fit', 'if', 'you', "'re", 'going', 'to', 'splurge', 'on', 'one', 'essential', 'this', 'season', 'these', 'paige', 'jeans', 'are', 'definitely', 'a', 'candidate', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11133,1020,53', 'attractive', 'skirt', 'runs', 'small', 'unlike', 'the', 'other', 'reviewer', 'i', 'found', 'this', 'skirt', 'to', 'run', 'small', 'very', 'small', 'i', 'am', 'pear-shaped', 'and', 'always', 'wear', 'a', '12', 'or', 'size', '31.', 'the', 'size', '12', 'in', 'this', 'could', 'barely', 'go', 'over', 'my', 'hips', 'and', 'was', 'very', 'snug', 'around', 'the', 'waist', 'another', 'inch', 'in', 'the', 'zipper', 'would', 'be', 'nice', 'there', 'is', 'no', 'spandex', 'in', 'this', 'skirt', 'just', 'cotton', 'so', 'there', 'is', "n't", 'any', 'give', 'to', 'the', 'fabric', 'either', 'i', 'ordered', 'the', 'size', '14', 'which', 'fit', 'like', 'a', 'glove', 'but', 'i', 'would', 'really', 'like', 'to', 'see', 'if', 'the', '16', 'would', 'be', 'better', 'embarrassing', 'but', 'i', 'am', 'just', 'worried', 'that', 'with', '100', ',4,1,4', 'general', 'bottoms', 'skirts'] ['11134,1078,24', 'lovely', 'flow', 'and', 'fabric', 'this', 'is', 'a', 'beautiful', 'dress', 'i', 'love', 'the', 'bohemian', 'style', 'and', 'flow', 'works', 'well', 'with', 'dressing', 'up', 'or', 'dressing', 'down', 'very', 'quality.,5,1,0', 'general', 'dresses', 'dresses'] ['11135,1028,40', 'love', 'these', 'jeans', 'i', 'have', 'two', 'pair', 'of', 'these', 'jeans', 'one', 'at', 'the', 'original', 'length', 'for', 'heels', 'and', 'one', 'hemmed', 'for', 'flats', 'i', "'m", 'ordering', 'another', 'pair', 'because', 'i', 'wear', 'them', 'constantly.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11136,862,40', 'so', 'comfortable', 'so', 'easy', 'to', 'put', 'on', 'for', 'a', 'casual', 'day', 'washes', 'great', ',5,1,6', 'general', 'tops', 'knits'] ['11137,575,25', 'better', 'than', 'i', "'d", 'hoped', 'i', 'saw', 'this', 'online', 'yesterday', 'and', 'i', 'was', 'in', 'the', 'store', 'today', 'to', 'try', 'it', 'on', 'i', 'assumed', 'it', 'would', 'look', 'average', 'or', 'below', 'average', 'on', 'me', 'and', 'i', 'could', 'just', 'walk', 'away', 'no', 'problem', 'by', 'no', 'means', 'am', 'i', 'in', 'the', 'financial', 'bracket', 'to', 'be', 'spending', 'this', 'much', 'money', 'on', 'a', 'jumpsuit', 'yet', 'here', 'i', 'am', 'at', 'home', 'wearing', 'it', 'as', 'i', 'write', 'this', 'review', 'it', 'is', 'surprisingly', 'flattering', 'i', 'am', '5', 'feet', 'tall', 'and', 'have', 'a', 'petite', 'frame', 'so', 'wide', 'leg', 'pants', 'never', 'work', 'on', 'me', 'but', 'this', 'somehow', 'did', 'without', 'making', 'me', 'look', 'bulky', 'given', 'my', 'height', 'it', 'comes', 'to', 'ab', ',5,1,3', 'general', 'trend', 'trend'] ['11138,1078,49', 'wanted', 'to', 'love', 'it', 'the', 'colors', 'in', 'this', 'dress', 'are', 'beautiful', 'the', 'green/blue', 'version', 'but', 'the', 'fabric', 'is', 'a', 'very', 'see', 'through', 'mesh', 'and', 'feels', 'flimsy', 'i', 'purchased', 'it', 'online', 'and', 'was', "n't", 'expecting', 'it', 'to', 'be', 'so', 'sheer', 'the', 'particular', 'empire', 'cut', 'combined', 'with', 'the', 'fabric', 'makes', 'it', 'feel', 'more', 'like', 'a', 'nightgown', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'it', "'s", 'going', 'back', ',2,0,0', 'general', 'dresses', 'dresses'] ['11139,862,38', 'cute', 'tunic', 'with', 'interesting', 'neckline', 'super', 'soft', 'and', 'colors', 'are', 'great', 'i', 'got', 'the', 'navy', 'and', 'plan', 'to', 'wear', 'with', 'white', 'jeans', 'and', 'platforms', 'similar', 'to', 'the', 'photo', 'would', 'also', 'look', 'great', 'with', 'black', 'skinny', 'pants', 'worth', 'it', 'for', 'the', 'sale', 'price', ',4,1,1', 'general', 'tops', 'knits'] ['11140,1078,24', ',,5,1,0', 'general', 'dresses', 'dresses'] ['11141,1115,30', 'favorite', 'coat', 'ever', 'i', 'received', 'this', 'coat', 'as', 'a', '30th', 'birthday', 'present', 'from', 'my', 'mother', 'and', 'i', 'have', 'to', 'say', 'this', 'is', 'the', 'best', 'present', 'she', 'has', 'ever', 'bought', 'me', 'the', 'inside', 'of', 'the', 'jacket', 'is', 'the', 'softest', 'sheerling', 'i', "'ve", 'felt', 'and', 'is', 'pure', 'bliss', 'to', 'wear', 'around', 'town', 'the', 'coat', 'is', 'actually', 'a', 'lot', 'warmer', 'then', 'i', 'expected', 'which', 'i', "'m", 'not', 'going', 'to', 'complain', 'about', 'the', 'print', 'is', 'lovely', 'and', 'i', 'appreciate', 'the', 'faux', 'leather', 'edge', 'on', 'the', 'cuffs', 'giving', 'it', 'a', 'more', 'finished', 'look', 'the', 'fit', 'is', 'fantastic', 'i', "'m", 'a', 'bit', 'curvy', 'and', 'the', 'cinched', 'waist', 'with', 'the', 'belt', 'g', ',5,1,3', 'general', 'jackets', 'outerwear'] ['11142,1025,45', 'perfect', 'skinny', 'jean', 'i', "'m", 'in', 'love', 'the', 'cut', 'fit', 'and', 'fabric', 'of', 'this', 'jean', 'have', 'made', 'it', 'my', 'favorite', 'everyday', 'pair', 'they', "'re", 'mostly', 'rayon', 'followed', 'by', 'equal', 'parts', 'polyester', 'and', 'cotton', 'with', 'a', 'touch', 'of', 'spandex', 'thrown', 'in', 'the', 'right', 'combination', 'for', 'fit', 'softness', 'and', 'durability', 'these', 'hold', 'their', 'shape', 'well', 'so', 'i', 'do', "n't", 'have', 'to', 'wash', 'them', 'every', 'other', 'time', 'i', 'wear', 'them', 'the', 'ankle', 'length', 'hits', 'me', 'at', 'the', 'top', 'of', 'my', 'ankle', 'bone', 'perfect', 'i', "'m", '5', '6', '125', 'pounds', 'ordered', 'size', '27', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11143,1075,51', 'beautiful', 'and', 'stylish', 'looks', 'amazing', 'with', 'my', 'new', 'black', 'suede', 'over', 'the', 'knee', 'boots', 'i', 'am', '4-6', 'on', 'top', 'and', 'curvy', '6-8', 'on', 'bottom', 'so', 'aline', 'skirt', 'is', 'great', 'interior', 'slip', 'is', 'tight', 'straight', 'skirt', 'rather', 'than', 'a-line', 'which', 'dropped', 'one', 'star', ',4,1,2', 'general', 'dresses', 'dresses'] ['11144,1075,34', 'this', 'is', 'an', 'absolutely', 'beautiful', 'dress', 'but', 'arrived', 'with', 'several', 'holes', 'in', 'it', ',1,0,0', 'general', 'dresses', 'dresses'] ['11145,1028,66', 'perfect', 'jeans', 'i', "'ve", 'been', 'shopping', 'with', 'retailer', 'over', '10', 'years', 'and', 'this', 'is', 'my', 'first', 'review', 'i', 'almost', 'did', "n't", 'order', 'after', 'reading', 'negative', 'reviews', 'from', 'petite', 'ladies', 'i', "'m", '5', '2', 'and', 'these', 'jeans', 'are', 'perfection', 'they', 'look', 'amazing', 'with', 'a', '2-3', 'inch', 'heel', 'i', 'do', "n't", 'think', 'they', 'are', 'meant', 'to', 'wear', 'with', 'flats', 'since', 'petite', 'people', 'look', 'ridiculous', 'in', 'flats', 'with', 'boot', 'cut', 'or', 'wide', 'leg', 'anyway', 'love', 'these', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['11146,862,41', 'lots', 'of', 'material', 'i', 'ordered', 'this', 'in', 'a', 'medium', 'and', 'although', 'the', 'details/design', 'of', 'the', 'shirt', 'were', 'cute', 'the', 'swing', 'did', 'not', 'work', 'for', 'me', 'this', 'time', 'around', 'i', 'typically', 'like', 'looser', 'fitting', 'tops', 'but', 'with', 'this', 'shirt', 'i', 'felt', 'like', 'there', 'was', 'just', 'too', 'much', 'material', 'and', 'made', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'a', 'tent', ',3,1,3', 'general', 'tops', 'knits'] ['11147,1078,42', 'great', 'color', 'i', 'ordered', 'this', 'dress', 'online', 'in', '8', 'p', 'in', 'the', 'orange', 'color', 'the', 'length', 'was', 'perfect', 'but', 'the', 'dress', 'seemed', 'big', 'it', 'was', 'a', 'lot', 'of', 'dress', 'so', 'i', 'went', 'into', 'the', 'store', 'and', 'tried', 'on', 'a', 'regular', '6', 'but', 'the', 'dress', 'was', 'a', 'little', 'long', 'they', 'didn', '39', 't', 'have', 'petite', 'in', 'stock', 'so', 'they', 'had', 'it', 'shipped', 'to', 'me', 'and', 'it', 'fit', 'perfectly', 'i', 'am', '5', '39', '3', 'and', '150', 'pounds', 'i', 'don', '39', 't', 'think', 'this', 'dress', 'would', 'work', 'if', 'you', 'have', 'a', 'big', 'bust', 'i', '39', 'm', 'a', '36b', 'so', 'it', 'fits', 'nicely', 'around', 'the', 'chest', 'area', 'the', 'length', 'of', 'the', 'dress', 'was', 'also', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['11148,862,39', 'classy', 'and', 'comfortable.', 'classy', 'tunic', 'can', 'be', 'worn', 'with', 'jeans', 'or', 'leggings', 'neckline', 'is', 'small', 'but', 'stretches', 'so', 'it', 'goes', 'on', 'easily', 'color', 'is', 'perfect', 'for', 'spring', 'my', 'only', 'word', 'of', 'caution', 'the', 'design', 'can', 'add', 'a', 'bit', 'of', 'bulk', 'around', 'the', 'middle', 'so', 'probably', 'not', 'your', 'best', 'bet', 'if', 'you', 'are', 'tummy', 'conscious.,5,1,1', 'general', 'tops', 'knits'] ['11149,862,33', 'my', 'favorite', 'shirt', 'i', 'wear', 'it', 'when', 'i', 'do', "n't", 'want', 'to', 'be', 'in', 'the', 'sun', 'too', 'long', 'it', 'has', 'breathable', 'material', 'in', 'the', 'armpit', 'i', 'loved', 'so', 'much', 'ordered', 'in', 'other', 'colors', 'i', 'wish', 'they', 'would', 'make', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['11150,862,43', 'great', 'purchase', 'really', 'pretty', 'color', 'light', 'breathable', 'fabric', 'and', 'i', 'love', 'the', 'high', 'neck', 'on', 'this', 'tunic', 'i', 'wear', 'this', 'tunic', 'with', 'black', 'leggings', 'a', 'black', 'tank', 'and', 'black', 'sandals', 'i', "'m", 'not', 'the', 'smallest', 'girl', 'so', 'i', 'love', 'that', 'this', 'tunic', 'is', 'a', 'bit', 'longer', 'and', 'has', 'a', 'bit', 'of', 'a', 'belt', 'wonderful', 'pick', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['11151,906,43', 'great', 'cowl', 'tunic', 'this', 'looks', 'awesome', 'with', 'leggings', 'jeggings', 'and', 'booties', 'or', 'slip', 'ons', 'great', 'buy', 'its', 'a', 'wee', 'big', 'but', 'there', 'are', 'slits', 'up', 'the', 'sides', 'pretty', 'high', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11152,1115,41', 'so', 'cozy', 'and', 'lovely', 'i', 'absolutely', 'love', 'this', 'jacket', 'it', "'s", 'one', 'of', 'the', 'best', 'things', 'i', "'ve", 'bought', 'this', 'season', 'the', 'interior', 'is', 'so', 'unbelievably', 'soft', 'i', 'just', 'want', 'to', 'wrap', 'myself', 'in', 'it', 'with', 'nothing', 'but', 'a', 'tank', 'top', 'on', 'underneath', 'so', 'i', 'can', 'really', 'feel', 'the', 'texture', 'against', 'my', 'skin', 'the', 'fit', 'is', 'beautiful', 'as', 'is', 'the', 'pattern', 'it', "'s", 'even', 'better', 'in', 'person', 'than', 'in', 'the', 'photo', 'it', 'is', 'pricey', 'but', 'for', 'the', 'longevity', 'and', 'pleasure', 'that', 'i', 'can', 'imagine', 'myself', 'getting', 'out', 'of', 'it', 'it', "'s", 'well', 'worth', 'it', ',5,1,6', 'general', 'jackets', 'outerwear'] ['11153,1075,53', 'pretty', 'dress', 'i', 'tried', 'hard', 'to', 'make', 'this', 'work', 'because', 'it', 'is', 'beautiful', 'but', 'ended', 'up', 'returning', 'it', 'first', 'it', 'is', 'very', 'delicate', 'material', 'i', 'was', 'terrified', 'trying', 'it', 'on', 'second', 'i', 'just', 'could', "n't", 'make', 'the', 'drawstring', 'work', 'for', 'me', 'to', 'achieve', 'the', 'fit', 'i', 'wanted', 'third', 'it', 'was', 'too', 'low', 'for', 'me', 'and', 'would', 'need', 'a', 'cami', 'over', 'the', 'slip', 'while', 'i', 'did', "n't", 'think', 'the', 'colors', 'were', 'as', 'deep', 'as', 'the', 'picture', 'it', 'was', 'still', 'pretty', 'i', 'could', 'have', 'possibly', 'gone', 'down', 'a', 'size', 'to', 'fix', 'some', 'of', 'my', 'concerns', 'but', 'then', 'i', 'know', 'it', 'would', 'have', 'been', 'too', 'short', 'for', ',4,0,2', 'general', 'dresses', 'dresses'] ['11154,1075,60', 'boxy', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'because', 'the', 'fabric', 'is', 'fun', 'but', 'i', 'could', 'not', 'find', 'a', 'way', 'to', 'make', 'the', 'drawstring', 'waist', 'look', 'like', 'anything', 'but', 'a', 'potato', 'sack.the', 'model', 'has', 'her', 'hands', 'hiding', 'the', 'lack', 'of', 'a', 'waistline', ',1,0,1', 'general', 'dresses', 'dresses'] ['11155,1020,36', 'perfect', 'adorable', 'skirt', 'thought', 'it', 'would', 'be', 'snug', 'so', 'ordered', 'up', 'but', 'had', 'to', 'send', 'back', 'and', 're-order', 'in', 'normal', 'size', 'fits', 'perfect', 'found', 'it', 'to', 'be', 'slimming', 'on', 'the', 'backside', 'yay', 'this', 'will', 'be', 'a', 'wardrobe', 'staple', 'for', 'many', 'years', 'to', 'come', ',5,1,3', 'general', 'bottoms', 'skirts'] ['11156,862,37', 'basic', 'beautiful', 'effortless', 'in', 'the', 'fall', 'i', 'purchased', 'every', 'single', 'color', 'of', 'the', 'left', 'of', 'center', 'swing', 'top', 'long', 'sleeve', 'great', 'colors', 'and', 'very', 'easy', 'to', 'wear', 'when', 'i', 'saw', 'these', 'i', 'swooned', 'these', 'are', 'very', 'similar', 'knit', 'to', 'the', 'left', 'of', 'center', 'but', 'the', 'swing', 'is', 'bigger', 'and', 'the', 'linen', 'insets', 'on', 'the', 'side', 'make', 'this', 'easy', 'top', 'even', 'more', 'beautiful', 'these', 'run', 'true', 'to', 'size', 'basically', 'you', 'are', 'only', 'fitting', 'your', 'arms', 'and', 'chest', 'this', 'top', 'will', 'definitely', 'has', 'a', 'little', 'give', 'with', 'wear', 'which', 'will', 'just', 'add', 'to', 'the', 'shape', 'and', 'effortlessness', 'the', 'linen', 'ins', ',5,1,21', 'general', 'tops', 'knits'] ['11157,862,42', 'cute', 'flattering', 'and', 'comfortable', 'i', 'was', 'looking', 'for', 'a', 'new', 'spring/summer', 'tee', 'that', 'still', 'gave', 'coverage', 'for', 'chillier', 'mornings', 'and', 'nights', 'and', 'this', 'is', 'it', 'it', 'has', 'a', 'nice', 'swing', 'to', 'it', 'that', 'is', "n't", 'too', 'wide', 'think', 'a', 'flattering', 'a-line', 'cut', 'that', 'has', 'some', 'movement', 'towards', 'the', 'bottom', 'hem', 'it', 'is', 'fitted', 'and', 'flattering', 'where', 'it', 'needs', 'to', 'be', 'the', 'shoulders', 'and', 'ribcage', 'run', 'fitted', 'and', 'tts', 'which', 'means', 'you', 'do', "n't", 'get', 'lost', 'in', 'the', 'top', 'it', "'s", 'not', 'boxy', 'or', 'oversized', 'but', 'if', 'you', 'want', 'a', 'fitted', 'and', 'more', 'flattering', 'look', 'you', 'can', 'definitely', 'size', 'down', 'easily', 'parti', ',4,1,2', 'general', 'tops', 'knits'] ['11158,862,22', 'classic', 'everyday', 'tee', 'i', 'love', 'this', 'shirt', 'beautiful', 'casual', 'wear', 'great', 'with', 'jeans', ',5,1,2', 'general', 'tops', 'knits'] ['11159,1025,26', 'my', 'staple', 'jean', 'highly', 'recommend', 'these', 'jeans', 'they', 'are', 'ultra-soft', 'and', 'fit', 'your', 'body', 'like', 'a', 'dream', 'the', 'wash', 'is', 'flattering', 'on', 'them', 'as', 'well', 'i', 'was', 'looking', 'for', 'a', 'pair', 'of', 'jeans', 'to', 'be', 'my', 'go', 'to', 'and', 'ultimately', 'landed', 'on', 'these', 'they', 'do', 'runa', 'little', 'big', 'but', 'they', 'do', 'not', 'stretch', 'out', 'much', 'so', 'i', 'went', 'with', 'my', 'usual', 'size.,5,1,1', 'general', 'bottoms', 'jeans'] ['11160,1078,62', 'house', 'dress', 'this', 'is', 'much', 'prettier', 'online', 'than', 'on', 'me', 'too', 'much', 'dress', 'even', 'though', 'i', 'sized', 'down', ',2,0,0', 'general', 'dresses', 'dresses'] ['11161,906,29', 'versatile', 'i', 'have', 'received', 'several', 'compliments', 'when', 'wearing', 'this', 'sweater', 'perfect', 'to', 'dress', 'up', 'or', 'dress', 'down', 'purchased', 'it', 'in', 'black', 'and', 'red', 'does', 'run', 'on', 'large', 'i', 'am', '5', '3', 'roughly', '110', 'lbs', 'ordered', 'an', 'xs', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11162,1020,39', 'great', 'summer', 'skirt', 'this', 'is', 'a', 'really', 'cute', 'skirt', 'and', 'it', 'seems', 'well-made', 'good', 'stitch-work', 'and', 'enough', 'weight', 'to', 'the', 'fabric', 'that', 'i', "'m", 'not', 'worried', 'about', 'underwear', 'show-through', 'but', 'not', 'too', 'heavy', 'for', 'a', 'summer', 'skirt', 'i', 'sized', 'up', 'from', 'an', '8', 'to', 'a', '10', 'because', 'it', 'was', 'difficult', 'to', 'get', 'the', 'skirt', 'over', 'my', 'bum', 'also', 'the', 'zipper', 'does', "n't", 'lay', 'flat', 'when', 'i', 'have', 'it', 'in', 'the', 'back', 'of', 'the', 'skirt', 'so', 'i', 'just', 'shifted', 'it', 'to', 'the', 'side', 'still', 'looks', 'great', 'imo', 'i', 'think', 'if', 'you', 'have', 'hips', 'or', 'a', 'booty', 'you', 'might', 'want', 'to', 'size', 'up', 'on', 'this', 'skirt', 'color', 'is', 'true', 'to', ',4,1,2', 'general', 'bottoms', 'skirts'] ['11163,996,38', 'i', 'have', 'to', 'send', 'the', 'skirt', 'back', 'i', 'agree', 'with', 'other', 'reviewers', 'who', 'say', 'the', 'slits', 'are', 'extremely', 'high', 'the', 'underskirt', 'bunches', 'and', 'the', 'fabric', 'snags', 'easily', 'additionally', 'the', 'yarn', 'was', 'already', 'fraying', 'at', 'the', 'top', 'of', 'the', 'slits', 'and', 'the', 'label', 'was', 'stitched', 'on', 'the', 'outside', 'of', 'the', 'waist', 'band', 'disappointed', 'in', 'the', 'quality', 'of', 'this', 'skirt', 'given', 'the', 'pretty', 'steep', 'price', ',3,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['11164,996,43', 'pull', 'on', 'sexy', 'comfort', 'side', 'slit', 'goes', 'up', 'far', 'when', 'seated', 'so', 'beware', 'wear', 'on', 'a', 'non', 'bloated', 'day'] ['but', 'very', 'comfy', 'and', 'unforced', 'sexified'] ['wore', 'it', 'with', 'a', 'fluffy', 'sweater', 'lots', 'of', 'looks', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['11165,862,54', 'comfortable', 'hi', 'i', 'bought', 'these', 'in', 'moss', 'for', 'both', 'of', 'my', 'daughters', 'they', 'love', 'them', 'the', 'material', 'is', 'substantial', 'and', 'washes', 'beautifully', 'the', 'fit', 'is', 'straight', 'up', 'and', 'down', 'and', 'is', 'not', 'forgiving', 'on', 'figure', 'flaws', 'i', 'would', 'recommend', 'this', 'to', 'a', 'thin', 'figured', 'girl', ',5,1,1', 'general', 'tops', 'knits'] ['11166,1078,66', 'confused', 'i', 'love', 'this', 'dress', 'and', 'bought', 'it', 'in', 'the', 'store', 'in', 'the', 'orange', 'without', 'trying', 'it', 'on', 'as', 'i', 'usually', 'wear', 'a', '12', 'in', 'this', 'brand', 'the', 'over-dress', 'is', 'beautiful', 'however', 'the', 'under-slip', 'is', 'very', 'tight', 'and', 'is', 'apparently', 'made', 'for', 'some', 'one', 'who', 'has', 'no', 'bust', 'at', 'all', 'i', 'am', 'so', 'sad', 'and', 'am', 'considering', 'returning', 'it', 'or', 're-sewing', 'the', 'slip', 'in', 'some', 'way', 'so', 'that', 'it', 'fits', 'not', 'sure', 'what', 'to', 'do', 'do', "n't", 'want', 'to', 'spoil', 'the', 'color', 'combo', 'by', 'wearing', 'something', 'different', 'underneath', 'but', 'it', 'is', 'so', 'sheer', 'you', 'need', 'something', ',3,1,0', 'general', 'dresses', 'dresses'] ['11167,906,66', 'love', 'it', 'but', 'i', 'read', 'the', 'reviews', 'before', 'i', 'bought', 'this', 'sweater', 'online', 'one', 'person', 'did', 'mention', 'that', 'the', 'side', 'slits', 'were', 'cut', 'very', 'high', 'but', 'i', 'had', 'no', 'idea', 'when', 'i', 'tried', 'the', 'xs', 'on', 'at', 'home', 'i', 'was', 'quite', 'surprised', 'by', 'just', 'how', 'high', 'up', 'those', 'side', 'slits', 'were', 'with', 'just', 'a', 'pair', 'of', 'jeans', 'you', 'could', 'see', 'flesh', 'at', 'first', 'i', 'thought', 'it', 'maybe', 'would', "n't", 'work', 'but', 'i', 'decided', 'to', 'keep', 'it', 'because', 'everything', 'else', 'about', 'the', 'sweater', 'is', 'lovely', 'i', "'ll", 'be', 'layering', 'this', 'with', 'a', 'tank', 'underneath', 'it', "'s", 'a', 'bit', 'quirky', 'and', 'funky', 'and', 'that', 'appeals', 'to', 'me', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11168,862,40', 'fina', 'tie', 'tunic', 'i', 'was', 'extremely', 'disappointed', 'with', 'the', 'quality', 'of', 'this', 'product', 'as', 'soon', 'as', 'i', 'put', 'this', 'tunic', 'the', 'right', 'tie', 'loop', 'detached', 'from', 'the', 'garment', 'i', 'could', 'return', 'it', 'but', 'the', 'point', 'of', 'shopping', 'online', 'was', 'to', 'avoid', 'the', 'hassle', 'of', 'going', 'to', 'the', 'store', 'the', 'price', 'of', 'the', 'item', 'does', 'not', 'justify', 'the', 'low', 'quality', 'of', 'the', 'final', 'product', ',1,0,4', 'general', 'tops', 'knits'] ['11169,862,29', 'beautiful', 'top', 'this', 'is', 'such', 'a', 'pretty', 'top', 'i', 'do', 'not', 'feel', 'it', 'runs', 'big', 'as', 'another', 'review', 'mentioned', 'to', 'fit', 'the', 'sleeves', 'comfortably', 'i', 'do', 'not', 'have', 'large', 'arms', 'at', 'all', 'i', 'did', 'choose', 'to', 'take', 'a', 'small', 'over', 'my', 'usual', 'xs', 'so', 'the', 'body', 'is', 'a', 'bit', 'llonger', 'than', 'shown', 'on', 'the', 'model', 'a', 'bit', 'more', 'of', 'a', 'tunic', 'fit', 'on', 'me', 'it', 'is', 'really', 'a', 'pretty', 'top', 'either', 'way', 'the', 'xs', 'fitting', 'like', 'it', 'does', 'in', 'the', 'picture', 'on', 'the', 'model', 'and', 'the', 's', 'fitting', 'a', 'bit', 'longer', 'worried', 'just', 'a', 'bit', 'that', 'it', 'might', 'develop', 'holes', 'as', 'some', 'tissue', 'tees', 'do', ',5,1,3', 'general', 'tops', 'knits'] ['11170,1075,34', 'stunning', 'print', 'i', "'m", 'in', 'love', 'with', 'this', 'print', 'the', 'fabric', 'feels', 'wonderful-', 'this', 'is', 'such', 'a', 'perfect', 'transition', 'dress', 'the', 'adjustable', 'waist', 'tie', 'makes', 'the', 'dress', 'fit', 'great', ',5,1,7', 'general', 'dresses', 'dresses'] ['11171,1025,66', 'most', 'comfortably', 'jeans', 'ever', 'these', 'are', 'literally', 'the', 'most', 'comfortable', 'and', 'the', 'softest', 'jeans', 'i', 'have', 'ever', 'owned', 'i', 'just', 'got', 'them', 'a', 'few', 'weeks', 'ago', 'and', 'i', "'m", 'already', 'obsessed', 'with', 'them', 'they', 'have', 'the', 'perfect', 'amount', 'of', 'stretch', 'that', 'makes', 'them', 'flattering', 'and', 'comfortable', 'but', 'they', 'do', "n't", 'stretch', 'out', 'like', 'all', 'my', 'other', 'jeans', 'do', 'i', 'ordered', 'my', 'usual', 'size', '28', 'and', 'they', 'fit', 'great', 'ca', "n't", 'recommend', 'these', 'enough', ',5,1,2', 'general', 'bottoms', 'jeans'] ['11172,862,75', 'very', 'strange', 'i', 'had', 'this', 'shirt', 'in', 'mauve', 'and', 'loved', 'it', 'so', 'i', 'ordered', 'it', 'in', 'navy', 'i', 'love', 'the', 'lightweight', 'material', 'i', 'love', 'the', 'way', 'it', 'fits', 'however', 'all', 'the', 'seams', 'are', 'sewn', 'quite', 'obviously', 'inside', 'out', 'only', 'after', 'i', 'received', 'the', 'navy', 'shirt', 'where', 'it', 'is', 'extremely', 'obvious', 'did', 'i', 'check', 'the', 'mauve', 'one', 'those', 'seams', 'are', 'also', 'inside', 'out', 'but', 'done', 'in', 'a', 'much', 'tidier', 'fashion', 'so', 'that', 'it', 'was', "n't", 'really', 'noticable', 'i', 'was', 'unhappy', 'with', 'the', 'sloppiness', 'of', 'the', 'seams', 'on', 'the', 'navy', 'shirt', 'but', 'because', 'i', 'love', 'the', 'style', 'and', 'the', 'fit', 'i', 'kept', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['11173,996,49', 'not', 'what', 'you', 'think', 'this', 'skirt', 'looks', 'cute', 'online', 'but', 'it', 'has', 'several', 'issues', '1', 'the', 'slit', 'is', 'very', 'high', 'this', 'photo', 'is', 'deceptive', 'look', 'closely', 'the', 'slit', 'is', 'actually', 'to', 'her', 'finger', 'tips', 'you', 'cant', 'wear', 'any', 'kind', 'of', 'spanx', 'or', 'control', 'top', 'tights', '2', 'slits', 'on', 'both', 'sides', 'so', 'when', 'you', 'walk', 'they', 'fly', 'away', '3', 'the', 'micro', 'mini', 'slip', 'bunches', '4', 'the', 'fine', 'knit', 'is', 'very', 'snag-able', '5', 'the', 'skirt', 'is', 'very', 'long', 'it', 'is', 'going', 'back', ',2,0,7', 'general', 'petite', 'bottoms', 'skirts'] ['11174,1025,48', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['11175,1075,39', 'gorgeous', 'versatile', 'i', 'love', 'everything', 'about', 'this', 'tunic', 'dress', 'it', "'s", 'versatile', 'and', 'can', 'be', 'styled', 'a', 'few', 'ways', 'loose', 'like', 'a', 'shift', 'blouson', 'when', 'cinched', 'or', 'eliminate', 'the', 'liner', 'and', 'wear', 'as', 'a', 'layer', 'over', 'whatever', 'you', 'want', 'all', 'the', 'little', 'details', 'make', 'it', 'stand', 'out', 'and', 'give', 'it', 'a', 'glamorous', 'bohemian', 'vibe', 'there', 'are', 'tiny', 'beads', 'sequins', 'and', 'subtle', 'micro', 'pleating', 'the', 'fabric', 'is', 'airy', 'and', 'quite', 'delicate', 'be', 'careful', 'the', 'drawstrings', 'at', 'the', 'waist', 'are', 'adjustable', 'for', 'both', 'sides', 'slip', 'is', 'tts', 'and', 'the', 'outer', 'dress', 'has', 'a', 'subtle', 'oversize', 'd', ',5,1,10', 'general', 'dresses', 'dresses'] ['11176,906,39', ',,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11177,1078,39', 'autumn', 'morning', 'glory', 'if', 'you', 'already', 'own', 'at', 'least', 'one', 'of', 'the', 'four', 'versions', 'of', 'the', 'morning', 'glory', 'dress', 'then', 'you', 'will', 'know', 'what', 'size', 'of', 'the', 'canna', 'swing', 'dress', 'to', 'buy', 'sleeves', 'are', 'slightly', 'full', 'with', 'button', 'closures', 'slip', 'is', 'tts', 'and', 'the', 'outer', 'dress', 'is', 'huge', 'easy', 'to', 'cinch', 'if', 'you', 'want', 'a', 'fit', 'flare', 'style', 'just', 'know', 'what', 'you', 'like', 'complainers', 'about', 'how', 'baggy', 'this', 'dress', 'is', 'are', 'forewarned', 'those', 'who', 'really', 'want', 'to', 'size', 'down', 'are', 'slim/slender/petite', 'types', 'if', 'you', 'do', "n't", 'want', 'to', 'wear', 'the', 'tent-like', 'swing', 'style', 'size', 'down', 'one', 'or', 'tw', ',5,1,21', 'general', 'petite', 'dresses', 'dresses'] ['11178,996,29', 'perfectly', 'comfortable', 'subtlety', 'sexy', 'just', 'received', 'yesterday', 'i', 'love', 'this', 'skirt', 'it', "'s", 'crazy', 'soft', 'very', 'flow-y', 'and', 'the', 'higher', 'slits', 'on', 'each', 'side', 'let', 'it', 'be', 'more', 'sexy', 'than', 'hippie-looking', 'which', 'i', 'appreciate', 'great', 'to', 'pair', 'with', 'a', 'funky', 'pair', 'of', 'tights', 'underneath', 'sits', 'nicely', 'on', 'your', 'body', 'hugs', 'your', 'curves'] [] ['only', 'annoyance', 'is', 'it', "'s", 'a', 'bit', 'awkward', 'to', 'walk', 'in', 'as', 'the', 'material', 'moves', 'around', 'your', 'legs', 'gets', 'caught', 'a', 'bit', 'you', 'definitely', 'have', 'to', 'be', 'conscious', 'of', 'it', 'as', 'you', 'walk'] [] ['i', 'bought', 'a', 'm', 'in', 'gray', 'which', 'fit', 'perfectly', 'i', "'m", '5', '9', 'usually', 'a', '6', 't', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['11179,1075,57', 'tunic', 'has', 'a', 'beautiful', 'print', 'sparkle', 'detail', 'this', 'tunic', 'is', 'true', 'to', 'size', 'i', 'ordered', 'the', 'xxs', 'as', 'i', 'am', '5', '5', '110', 'lbs', 'it', 'fit', 'perfectly', 'and', 'hit', 'me', 'about', '4', 'inches', 'above', 'the', 'knee', 'similar', 'to', 'model', 'photo', 'i', 'have', 'long', 'torso', 'it', 'has', 'a', 'very', 'sparingly', 'done', 'cluster', 'of', 'sparkle', 'sequence', 'the', 'draw', 'string', 'waist', 'has', 'a', 'tie', 'on', 'each', 'side', 'to', 'adjust', 'length', 'i', 'actually', 'returned', 'it', 'only', 'because', 'it', 'seemed', 'a', 'little', 'to', 'young', 'a', 'look', 'for', 'me', 'i', 'was', 'sorry', 'to', 'do', 'so', ',5,1,1', 'general', 'dresses', 'dresses'] ['11180,1078,48', 'i', 'tried', 'the', 'other', 'dresses', 'by', 'this', 'brand', 'and', 'they', 'were', 'short', 'and', 'did', "n't", 'fit', 'well', 'but', 'this', 'dress', 'fit', 'better', 'i', 'bought', 'the', 'orange', 'size', '8', 'and', 'it', 'fit', 'good', 'with', 'a', 'swing', 'to', 'the', 'bottom', 'for', 'reference', 'i', 'am', '5', '9', '34dd', 'and', 'thin', 'and', 'this', 'fit', 'well', 'with', 'some', 'room', 'this', 'time', 'they', 'got', 'the', 'slip', 'right', 'and', 'its', 'not', 'tight', 'and', 'the', 'length', 'hits', 'right', 'above', 'the', 'knee', 'which', 'give', 'an', 'overall', 'better', 'look', 'plus', 'the', 'long', 'sleeve', 'balances', 'out', 'the', 'dress', 'i', "'m", 'going', 'to', 'wear', 'mine', 'with', 'tall', 'brown', 'boots', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['11181,1025,80', 'best', 'denim', 'ever.', 'i', 'tell', 'everyone', 'i', 'know', 'to', 'try', 'these', 'jeans', 'that', 'they', 'are', 'so', 'worth', 'the', 'price', 'tag', 'i', "'ve", 'been', 'an', 'ag', 'super', 'fan', 'for', 'years', 'but', 'i', 'fell', 'in', 'love', 'with', 'paige', 'the', 'moment', 'i', 'tried', 'these', 'on', 'i', 'still', 'love', 'ag', 'for', 'their', 'colored', 'and', 'patterned', 'ankle', 'denim', 'and', 'cords', 'i', 'have', 'worn', 'these', 'over', '50', 'times', 'without', 'ever', 'having', 'to', 'wash', 'them', 'i', 'never', 'understood', 'the', 'idea', 'that', 'you', "'re", 'not', 'supposed', 'to', 'wash', 'denim', 'but', 'now', 'i', 'realize', 'that', 'it', "'s", 'feasible', 'they', 'do', "n't", 'stretch', 'out', 'and', 'still', 'hug', 'me', 'like', 'a', 'second', 'skin', 'without', 'feeling', ',5,1,3', 'general', 'bottoms', 'jeans'] ['11182,820,59', 'beautiful', 'blouse', 'in', 'truth', 'it', 'looks', 'better', 'in', 'the', 'photo', 'i', 'am', 'sure', 'it', 'was', 'a', 'great', 'value', 'for', 'the', 'money', 'i', 'spent', 'however', 'i', 'am', 'keeping', 'it', 'because', 'it', 'will', 'match', 'perfectly', 'with', 'a', 'pair', 'of', 'satin', 'pants', 'i', 'want', 'to', 'wear', 'to', 'holiday', 'parties', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['11183,996,65', 'awsome', 'skirt', 'this', 'is', 'a', 'very', 'sexy', 'skirt', 'very', 'slimming', 'a', 'great', 'basic', 'long', 'skirt', 'to', 'have', 'in', 'your', 'wardrobe', 'dress', 'it', 'up', 'or', 'down'] ['the', 'slits', 'are', 'high', 'so', 'you', 'are', 'exposed', 'like', 'a', 'short', 'shirt', ',5,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['11184,1025,33', 'love', 'paige', 'denim', 'these', 'paige', 'skinny', 'jeans', 'are', 'lightweight', 'snug', 'super', 'soft', 'and', 'extremely', 'flexible', 'allowing', 'for', 'tons', 'of', 'movement', 'great', 'for', 'dressing', 'up', 'or', 'down', 'and', 'a', 'great', 'addition', 'to', 'any', 'ladies', 'closet', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11185,862,37', 'beautiful', 'and', 'flattering', 'this', 'color', 'is', 'gorgeous', 'this', 'could', 'be', 'dressed', 'up', 'or', 'down', 'great', 'buy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11186,820,26', 'looks', 'better', 'online', 'runs', 'small', 'this', 'top', 'does', 'look', 'better', 'online', 'and', 'one', 'reviewer', 'said', 'it', 'also', 'looks', 'good', 'in-person', 'but', 'runs', 'small', 'i', 'usually', 'wear', 'xl', 'in', 'some', 'cases', 'l.', 'i', 'tried', 'l', 'it', 'was', 'small', 'so', 'i', 'sent', 'it', 'back', 'for', 'xl', 'the', 'xl', 'fit', 'perfectly', 'at', 'the', 'top', 'but', 'was', 'tight', 'at', 'the', 'bottom', 'the', 'bottom', 'pulled', 'at', 'the', 'seams', 'so', 'i', 'am', 'sending', 'it', 'back', 'the', 'embroidery', 'itself', 'is', 'very', 'pretty', 'it', 'is', 'a', 'nice', 'dressy', 'top', 'that', 'can', 'be', 'worn', 'with', 'multiple', 'colored', 'pants', 'or', 'leggings', 'it', 'just', 'did', "n't", 'fit', 'me', 'at', 'the', 'bottom', 'i', 'think', 'it', 'would', 'work', 'better', 'for', 'a', 'lea', ',4,1,7', 'general', 'petite', 'tops', 'blouses'] ['11187,1078,65', 'not', 'as', 'pictured', 'i', 'just', 'received', 'this', 'dress', 'wadded', 'up', 'in', 'a', 'bag', 'it', 'is', 'nothing', 'like', 'the', 'colors', 'shown', 'on', 'line', 'in', 'the', 'picture', 'it', 'appears', 'blue', 'and', 'white', 'in', 'actuality', 'it', 'is', 'teal', 'and', 'a', 'funky', 'color', 'of', 'beigey', 'pink', 'the', 'top', 'is', 'see', 'though', 'but', 'it', 'does', 'see', 'have', 'a', 'slip', 'under', 'the', 'skirt', 'will', 'be', 'sending', 'it', 'back', 'and', 'again', 'remind', 'myself', 'why', 'i', 'should', "n't", 'try', 'to', 'buy', 'a', 'dress', 'on', 'line.,1,0,4', 'general', 'petite', 'dresses', 'dresses'] ['11188,1024,55', 'cute', 'jeans', 'these', 'are', 'very', 'cute', 'but', 'very', 'very', 'stiff', 'have', 'washed', '3x', 'and', 'still', 'not', 'relaxing', 'not', 'a', 'bad', 'thing', 'but', 'they', 'are', 'a', 'little', 'uncomfortable', 'the', 'first', 'hour', 'of', 'wear', 'my', 'waist', 'is', 'smaller', 'and', 'generally', 'have', 'gap', 'in', 'waist', 'to', 'get', 'fit', 'right', 'in', 'hips', 'super', 'cute', 'with', 'sandals', 'mules', 'duck', 'boots', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11189,375,39', ',i', 'think', 'it', "'s", 'a', 'little', 'on', 'the', 'long', 'side', 'and', 'the', 'sleeves', 'are', 'a', 'little', 'tight', 'but', 'otherwise', 'i', 'really', 'like', 'this', 'jacket', 'it', "'s", 'lightweight', 'for', 'summer', 'and', 'yet', 'more', 'stylish', 'than', 'the', 'other', 'long', 'sleeve', 'things', 'i', 'grab', 'in', 'case', 'i', 'get', 'cold.,4,1,0', 'initmates', 'intimate', 'lounge'] ['11190,111,35', 'excellent', 'fit', 'and', 'quality', 'as', 'a', 'dancer', 'and', 'yoga', 'enthusiast', 'i', 'have', 'tried', 'my', 'fair', 'share', 'of', 'leggings', 'these', 'are', 'probably', 'the', 'best', 'i', "'ve", 'ever', 'found', 'pure', 'good', 'makes', 'top', 'quality', 'well', 'fitting', 'leggings', 'that', 'do', 'not', 'slide', 'down', 'shift', 'around', 'or', 'become', 'see-through', 'regardless', 'of', 'the', 'physicality', 'of', 'your', 'movement', 'they', 'breathe', 'wonderfully', 'and', 'have', 'survived', 'one', 'washing', 'with', 'no', 'ill-effects', 'they', 'are', 'high', 'enough', 'in', 'the', 'rise', 'that', 'i', 'never', 'have', 'to', 'worry', 'about', 'revealing', 'anything', 'i', 'do', "n't", 'want', 'nor', 'do', 'i', 'constantly', 'have', 'to', 'adjust', 'them', 'to', 'keep', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11191,375,32', 'my', 'new', 'favorite', 'cozy', 'and', 'stylish', 'go-to', 'piece', 'for', 'everything', 'from', 'park', 'with', 'the', 'kiddos', 'to', 'mat', 'class', 'to', 'impromptu', 'financial', 'meetings', ',5,1,11', 'initmates', 'intimate', 'lounge'] ['11192,864,37', ',,5,1,0', 'general', 'tops', 'knits'] ['11193,375,48', ',this', 'jacket', 'is', 'stylish', 'and', 'unique', 'love', 'the', 'lines', 'and', 'the', 'fit', 'is', 'very', 'flattering.coral', 'is', 'a', 'bit', 'more', 'orange/dk', 'peach', 'than', 'what', 'i', 'think', 'of', 'as', 'typical', 'coral', 'fun', 'color', 'for', 'spring', 'i', 'sized', 'up', 'from', 'my', 'typical', 's', 'to', 'm.,5,1,4', 'initmates', 'intimate', 'lounge'] ['11194,872,38', ',love', 'this', 'tank', 'it', "'s", 'super', 'soft', 'and', 'has', 'a', 'lovely', 'drape', 'i', 'got', '3', 'colors', 'on', 'sale', 'and', 'am', 'so', 'glad', 'i', 'did', ',5,1,0', 'general', 'tops', 'knits'] ['11195,864,44', 'great', 'summer', 'top', 'lightweight', 'and', 'comfy', 'fabric', 'very', 'flattering', 'on', 'except', 'runs', 'a', 'bit', 'big', 'through', 'the', 'body', 'i', 'normally', 'wear', 'a', '12/14', 'and', 'a', 'l', 'at', 'most', 'stores', 'but', 'retailer', 'seems', 'to', 'run', 'large', 'on', 'me', 'so', 'i', 'needed', 'to', 'exchange', 'this', 'for', 'a', 'smaller', 'size', 'as', 'the', 'fabric', 'width', 'on', 'the', 'body', 'was', 'just', 'too', 'much', ',4,1,8', 'general', 'tops', 'knits'] ['11196,375,49', 'puts', 'me', 'right', 'in', 'the', 'mood', 'for', 'spring', 'the', 'peach', 'color', 'is', 'beautiful', 'on', 'this', 'jacket', 'and', 'the', 'quality', 'and', 'comfort', 'is', 'perfect', 'i', 'wear', 'a', 'medium', 'and', 'the', 'sizing', 'was', 'spot-on', 'i', 'may', 'get', 'in', 'another', 'color', 'if', 'a', 'sale', 'comes', 'around', 'again', ',5,1,12', 'initmates', 'intimate', 'lounge'] ['11197,375,29', 'wardrobe', 'staple', 'for', 'me', 'super', 'soft', 'and', 'stylish', 'it', "'s", 'a', 'major', 'step', 'up', 'from', 'my', 'overly', 'casual', 'fleece', 'jackets', 'love', 'it', 'i', 'think', 'the', 'sizing', 'is', 'dead', 'on', 'so', 'i', 'would', 'disagree', 'with', 'a', 'review', 'that', 'it', 'runs', 'small', 'i', "'m", "5'10", 'and', '142lbs', 'typically', 'wear', 'a', 'size', 's', 'but', 'sometimes', 'have', 'to', 'size', 'up', 'to', 'a', 'm.', 'i', 'got', 'a', 's.', 'fits', 'great', 'not', 'too', 'tight', 'sleeves', 'are', 'plenty', 'long', 'enough', 'i', 'typically', 'wear', 'this', 'with', 'skinny', 'jeans', 'to', 'work', 'aka', 'grad', 'school', 'and', 'i', 'like', 'that', 'it', 'functions', 'as', 'a', 'jacket', 'on', 'chilly', 'mornings', 'but', 'its', 'not', 'too', 'bulky', 'so', 'i', 'can', 'keep', 'it', 'on', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['11198,949,39', 'soft', 'and', 'fun', 'i', 'ordered', 'the', 'xxs', 'i', 'think', 'retailer', 'has', 'gone', 'on', 'the', 'bigger', 'size', 'again', 'and', 'i', 'went', 'from', 'small', 'to', 'xs', 'to', 'xxs', 'so', 'true', 'to', 'size', 'in', 'that', 'sense', 'i', 'love', 'the', 'color', 'nude', 'and', 'it', 'is', 'pretty', 'soft', 'and', 'comfortable', 'the', 'cut', 'is', 'flattering', 'the', 'cowl', 'neck', 'is', 'pretty', 'the', 'sleeves', 'are', 'shorter', 'and', 'the', 'hem', 'is', 'wider', 'aka', 'swing', 'this', 'would', 'look', 'totally', 'adorable', 'with', 'my', 'flare', 'or', 'wide', 'leg', 'jeans', 'i', 'think', 'ti', 'would', 'look', 'nice', 'too', 'with', 'skinnies', 'if', 'you', 'have', 'leaner', 'legs'] [] ['for', 'reference', '30dd', '26.5', 'in', 'waist', '115', 'lbs', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['11199,872,68', ',,5,1,0', 'general', 'tops', 'knits'] ['11200,858,52', 'sooo', 'comfortable', 'and', 'slouchy/drapey', 'in', 'good', 'ways', 'this', 'is', 'what', 'i', "'d", 'been', 'looking', 'for', 'without', 'even', 'knowing', 'it', 'it', "'s", 'long', 'without', 'being', 'too', 'long', 'and', 'most', 'importantly', 'its', 'soft', 'not', 'scratchy', 'the', 'way', 'so', 'many', 'winter', 'clothes', 'can', 'be', 'i', 'was', "n't", 'sure', 'if', 'i', 'should', 'order', 'the', 'small', 'or', 'the', 'medium', 'so', 'i', 'went', 'with', 'the', 'medium', 'and', 'it', 'fits', 'great', 'the', 'weave', 'is', 'just', 'slightly', 'wide', 'but', 'not', 'to', 'the', 'point', 'where', 'you', 'have', 'to', 'wear', 'a', 'cami', 'or', 'tee', 'underneath', 'but', 'the', 'fit', 'is', 'loose', 'enough', 'that', 'you', 'can', 'if', 'you', 'want', 'to', 'for', 'added', 'warmth', 'i', 'really', 'like', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11201,558,27', 'great', 'basic', 'the', 'shirt', 'fits', 'true', 'to', 'size', 'the', 'length', 'of', 'the', 'top', 'is', 'great', 'not', 'too', 'short', 'wo', "n't", 'show', 'your', 'midrift', 'when', 'you', 'raise', 'your', 'arms', 'not', 'too', 'long', 'this', 'is', 'a', 'shirt', 'not', 'a', 'dress', 'this', 'is', 'a', 'great', 'top', 'for', 'a', 'casual', 'day', 'in', 'jeans', 'or', 'a', 'flirty', 'day', 'with', 'skirt', 'to', 'dress', 'it', 'up.,5,1,0', 'initmates', 'intimate', 'layering'] ['11202,1095,33', ',this', 'dress', 'is', 'one', 'of', 'a', 'kind', 'i', 'saw', 'it', 'on', 'sale', 'and', 'immediately', 'snatched', 'it', 'for', 'a', 'very', 'reasonable', 'price', 'i', 'could', 'not', 'be', 'happier', 'i', "'ve", 'already', 'had', 'the', 'chance', 'to', 'wear', 'it', 'at', 'an', 'event', 'and', 'felt', 'like', 'miss', 'mary', 'from', 'downton', 'abby', 'very', 'classy', 'and', 'elegant.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11203,830,32', 'classic', 'elegant', 'this', 'top', 'is', 'gorgeous', 'in', 'person', 'i', "'m", 'in', 'love', 'with', 'it', 'it', "'s", 'perfect', 'for', 'the', 'holiday', 'season', 'it', 'runs', 'a', 'little', 'big', 'and', 'long', 'so', 'i', 'suggest', 'going', 'down', 'a', 'size', 'for', 'a', 'more', 'tailored', 'fit.,5,1,0', 'general', 'tops', 'blouses'] ['11204,375,55', 'not', 'true', 'to', 'size', 'i', 'saw', 'this', 'jacket', 'in', 'the', 'store', 'and', 'thought', 'it', 'was', 'really', 'cute', 'and', 'finally', 'a', 'nice', 'length', 'ordered', 'the', 'xl', 'because', 'l', 'and', 'was', 'afraid', 'of', 'shrinkage', 'and', 'it', 'is', 'no', 'larger', 'than', 'the', 'l.', 'runs', 'at', 'least', 'a', 'size', 'small', 'with', 'not', 'alot', 'of', 'give', 'i', 'will', 'unfortunately', 'have', 'to', 'bring', 'it', 'back.,3,0,5', 'initmates', 'intimate', 'lounge'] ['11205,872,40', 'love', 'love', 'love', 'wish', 'i', 'had', 'gotten', 'this', 'in', 'every', 'color', 'the', 'absolute', 'most', 'perfect', 'tank', 'with', 'just', 'the', 'right', 'amount', 'of', 'flow', 'i', 'am', '5', '3', 'with', '34d', 'chest', 'and', 'the', 'medium', 'is', 'great', ',5,1,0', 'general', 'tops', 'knits'] ['11206,864,20', 'huge', 'and', 'very', 'unflattering', 'this', 'top', 'runs', 'extremely', 'large', 'and', 'has', 'a', 'very', 'unflattering', 'cut', 'for', 'those', 'without', 'a', 'straight', 'figure', 'i', 'have', '36ddd', 'boobs', 'and', 'a', 'muscular', 'curvy', 'frame', 'this', 'top', 'adds', 'about', '20lbs', ',2,0,0', 'general', 'tops', 'knits'] ['11207,375,51', 'runs', 'two', 'sizes', 'too', 'small', 'wow', 'had', 'to', 'check', 'label', 'to', 'see', 'if', 'a', 'm', 'was', 'shipped', 'by', 'accident'] [] ['nice', 'details'] [] ['too', 'bad', ',4,1,19', 'initmates', 'intimate', 'lounge'] ['11208,375,57', 'cute', 'jacket.', 'great', 'jacket', 'for', 'a', 'cool', 'morning', 'not', 'too', 'heavy', 'and', 'i', 'found', 'it', 'to', 'run', 'true', 'to', 'size', 'nice', 'little', 'details.,5,1,0', 'initmates', 'intimate', 'lounge'] ['11209,872,36', 'runs', 'big', 'cute', 'tank', 'runs', 'big', 'i', 'purchased', 'the', 'mango', 'and', 'it', "'s", 'a', 'bit', 'sheer', ',4,1,0', 'general', 'tops', 'knits'] ['11210,872,56', 'soft', 'comfy', 'and', 'looks', 'great', 'this', 'tank', 'is', 'wonderful', 'for', 'those', 'with', 'full', 'hips', 'because', 'it', 'hangs', 'just', 'right', 'to', 'cover', 'any', 'flaws', 'the', 'colors', 'are', 'bright', 'and', 'the', 'material', 'is', 'soft', 'there', 'is', 'a', 'band', 'at', 'the', 'end', 'that', 'elevates', 'the', 'tank', 'so', 'you', 'can', 'wear', 'it', 'out', 'if', 'you', 'would', 'like', 'not', 'too', 'low', 'in', 'the', 'front', 'and', 'overall', 'the', 'tank', 'runs', 'true', 'to', 'size', 'i', 'suppose', 'if', 'you', 'wanted', 'a', 'tighter', 'fit', 'you', 'could', 'size', 'down', '1', 'size', 'but', 'i', 'like', 'the', 'way', 'it', 'hangs', 'in', 'my', 'regular', 'size', 'i', "'m", 'very', 'busty', 'and', 'hippy', 'and', 'this', 'top', 'makes', 'both', 'look', 'slim', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['11211,830,43', 'versatile', 'blouse', 'i', 'just', 'got', 'it', 'in', 'the', 'mail', 'and', 'i', 'love', 'it', 'very', 'versatile', 'piece', 'wear', 'with', 'skinny', 'jeans', 'and', 'heels', 'or', 'tucked', 'into', 'a', 'skirt', 'i', 'usually', 'wear', 'a', 'size', 'small', 'but', 'went', 'with', 'what', 'the', 'other', 'review', 'said', 'about', 'a', 'small', 'being', 'tailored', 'and', 'got', 'the', 'medium', 'so', 'i', 'could', 'tuck', 'the', 'front', 'into', 'jeans', 'i', 'am', '5', '5', ',125lbs', 'a', '32dd', 'and', 'wear', 'a', 'size', '4', 'or', '27', 'in', 'jeans', ',5,1,1', 'general', 'tops', 'blouses'] ['11212,872,39', 'perfect', 'flowing', 'lounge', 'top', 'this', 'top', 'is', 'so', 'soft', 'and', 'luxuriously', 'comfy', 'i', 'love', 'wearing', 'it', 'around', 'the', 'house', 'have', "n't", 'really', 'dressed', 'it', 'up', 'yet', 'with', 'jeans', 'or', 'jewelry', 'it', 'runs', 'slightly', 'big', 'but', 'if', 'you', 'like', 'the', 'oversized', 'look', 'this', 'is', 'definitely', 'perfect', ',4,1,0', 'general', 'tops', 'knits'] ['11213,872,52', 'super', 'soft', 'tank', 'i', 'bought', 'this', 'tank', 'to', 'wear', 'with', 'the', 'pilcro', 'linen', 'wide', 'leg', 'pants', 'in', 'navy', 'what', 'a', 'great', 'outfit', 'this', 'tank', 'is', 'very', 'flowy', 'but', 'not', 'overly', 'large', 'and', 'hangs', 'beautifully', 'over', 'pants', 'it', "'s", 'casual', 'yet', 'can', 'be', 'worn', 'under', 'a', 'nice', 'sweater', 'or', 'jacket', 'and', 'look', 'great', 'i', 'bought', 'the', 'white', 'and', 'had', 'no', 'issues', 'with', 'transparency', 'when', 'i', 'wore', 'a', 'nude', 'colored', 'bra', 'i', 'bought', 'it', 'in', 's', 'and', 'could', "'ve", 'gone', 'with', 'an', 'xs', 'but', 'did', "n't", 'want', 'it', 'to', 'be', 'tight', 'i', "'m", 'going', 'back', 'to', 'my', 'local', 'retailer', 'store', 'today', 'to', 'buy', 'it', 'in', 'at', 'least', 'one', 'other', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['11214,1068,57', 'low', 'waisted', 'weird', 'liner', ',3,0,0', 'general', 'bottoms', 'pants'] ['11215,1126,31', ',,5,1,0', 'general', 'jackets', 'outerwear'] ['11216,375,47', 'sizing', 'inconsistency', 'in', 'coral', 'but', 'love', 'had', 'the', 'same', 'inconsistent', 'sizing', 'issue', 'in', 'coral', 'as', 'miss', 'janeausten', 'i', 'ordered', '2', 'corals', 'one', 'in', 's', 'one', 'in', 'xs', 'the', 's', 'was', 'very', 'much', 'smaller', 'than', 'the', 'xs', 'as', 'i', 'could', 'barely', 'get', 'my', 'arms', 'into', 'the', 's', 'while', 'my', 'arms', 'were', 'loose', 'in', 'the', 'xs', 'keeping', 'the', 'larger', 'than', 's', 'xs', 'coral', 'the', 'color', 'is', 'just', 'lovely', 'also', 'ordered', 'the', 'ivory', 'in', 'both', 'ps', 'pm', 'keeping', 'the', 'pm', 'as', 'i', 'like', 'the', 'longer', 'arm', 'length', 'to', 'cover', 'my', 'hands', 'for', 'sun', 'protection', 'when', 'i', 'want/need', 'because', 'you', 'can', 'cinch', 'the', 'waist', 'tightly', 'a', 'looser', 'jacket', 'sti', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11217,872,32', 'love', 'this', 'i', 'am', '5', '4', '170lbs', '34dd', 'and', 'a', 'medium', 'fits', 'beautifully', 'in', 'this', 'top', 'the', 'mint', 'green', 'is', 'very', 'pretty', 'and', 'a', 'nude', 'bra', 'under', 'it', 'works', 'without', 'showing', 'and', 'without', 'it', 'being', 'see-thru', 'it', 'is', 'super', 'soft', 'and', 'pretty', 'and', 'does', "n't", 'cling', 'i', 'love', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['11218,1068,47', 'love', 'these', 'i', 'just', 'received', 'them', 'blue', 'and', 'wore', 'them', 'today', 'i', 'got', 'so', 'many', 'compliments', 'they', 'are', 'comfy', 'and', 'very', 'flattering', 'i', 'would', 'not', 'call', 'the', 'fabric', 'cheap', 'at', 'all', 'it', 'is', 'super', 'soft', 'and', 'washes', 'and', 'wears', 'nicely', 'i', 'ordered', 'the', 'medium', 'and', 'they', 'fit', 'perfectly', 'even', 'though', 'i', 'am', 'on', 'the', 'large', 'side', 'of', 'medium', 'i', "'m", 'ordering', 'the', 'other', 'color', 'right', 'now', ',5,1,0', 'general', 'bottoms', 'pants'] ['11219,558,41', ',,5,1,0', 'initmates', 'intimate', 'layering'] ['11220,375,34', 'purchased', 'coral', 'and', 'cream', 'i', 'purchased', 'both', 'the', 'coral', 'and', 'cream', 'the', 'coral', 'is', 'more', 'rustic', 'than', 'vibrant', 'and', 'to', 'me', 'more', 'orange', 'than', 'a', 'true', 'coral', 'but', 'for', 'summer', 'is', 'probably', 'super', 'cute', 'i', 'found', 'this', 'ran', 'large', 'for', 'reference', 'i', 'am', '5', '8', '128lbs', 'and', 'purchased', 'a', 'small', 'my', 'usual', 'size', 'in', 'retailer', 'i', 'kept', 'the', 'small', 'in', 'the', 'cream', 'but', 'if', 'i', 'were', 'to', 'keep', 'the', 'coral', 'i', 'would', 'have', 'sized', 'down', 'to', 'xs', 'you', 'can', 'adjust', 'a', 'little', 'but', 'the', 'arms', 'were', 'loose', 'and', 'coral', 'did', "n't", 'look', 'as', 'good', 'if', 'not', 'fitted', 'super', 'cute', 'with', 'jeans', 'and', 'a', 'tee', 'with', 'yoga', 'pants', ',5,1,8', 'initmates', 'intimate', 'lounge'] ['11221,375,28', 'nice', 'lightweight', 'jacket', 'i', "'m", '34a', '125', 'lbs', '5', '8'] ['purchased', 'small'] [] ['jacket', 'fits', 'well', 'and', 'is', 'not', 'too', 'heavy', 'did', "n't", 'feel', 'tight', 'in', 'the', 'arms', 'great', 'to', 'wear', 'on', 'a', 'cool', 'spring', 'day', 'i', 'bought', 'the', 'white', 'and', 'grey', 'jacket', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11222,872,34', 'love', 'this', 'shirt', 'this', 'is', 'a', 'great', 'shirt', 'but', 'it', 'was', 'big', 'for', 'its', 'size', 'i', "'m", 'also', 'short', 'so', 'maybe', 'the', 'petite', 'size', 'would', 'have', 'fit', 'me', 'better,5,1,0', 'general', 'tops', 'knits'] ['11223,872,34', 'versatile', 'tank', 'this', 'tank', 'top', 'is', 'great', 'under', 'cardigans', 'or', 'worn', 'over', 'shorts', 'the', 'pocket', 'and', 'the', 'seam', 'along', 'the', 'bottom', 'give', 'it', 'enough', 'detail', 'to', 'be', 'worn', 'as', 'a', 'stand', 'alone', 'but', 'not', 'too', 'much', 'to', 'overshadow', 'a', 'stylish', 'sweater', 'layered', 'over', 'it', 'i', 'bought', 'the', 'white', 'one', 'in', 'the', 'store', 'in', 'a', 'medium', 'and', 'it', 'fit', 'great', 'then', 'i', 'purchased', 'two', 'more', 'online', 'mango', 'and', 'pink', 'in', 'the', 'same', 'size', 'and', 'they', 'run', 'a', 'bit', 'smaller', 'than', 'the', 'one', 'in', 'the', 'store', 'i', 'thought', 'the', 'mango', 'was', 'a', 'soft', 'yellow', 'from', 'the', 'photo', 'online', 'but', 'it', "'s", 'pretty', 'bright', 'as', 'is', 'the', 'p', ',4,1,0', 'general', 'tops', 'knits'] ['11224,872,29', 'nice', 'has', 'flaws', 'had', 'to', 'take', 'a', 'needle', 'and', 'pull', 'threads', 'to', 'the', 'back', 'so', 'not', 'visible', 'and', 'i', 'see', 'this', 'as', 'an', 'ongoing', 'problem.,3,1,8', 'general', 'tops', 'knits'] ['11225,375,42', 'versatile', 'jacket', 'this', 'caught', 'my', 'eye', 'in', 'the', 'store', 'last', 'week', 'and', 'i', 'decided', 'to', 'try', 'it', 'on', 'it', "'s", 'the', 'perfect', 'lightweight', 'jacket', 'the', 'photos', 'here', 'show', 'it', 'as', 'activewear', 'but', 'i', 'think', 'the', 'details', 'on', 'it', 'allow', 'it', 'to', 'be', 'much', 'more', 'versatile', 'it', "'s", 'very', 'flattering', 'and', 'i', 'found', 'it', 'to', 'run', 'true', 'to', 'size', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11226,375,51', 'awesome', 'i', 'ordered', 'the', 'orange', 'color', 'too', 'these', 'are', 'perfect', 'for', 'throwing', 'on', 'over', 'workout', 'clothes', 'and', 'then', 'running', 'errands.,5,1,2', 'initmates', 'intimate', 'lounge'] ['11227,1126,43', 'still', 'on', 'the', 'fence', 'i', "'m", 'all', 'over', 'this', 'trend', 'but', 'this', 'vest', 'is', 'quite', 'thick/poufy', 'and', 'on', 'me', 'i', 'feel', 'like', 'it', 'triangles', 'out', 'and', 'all', 'you', 'see', 'is', 'furball', 'i', 'love', 'it', 'but', 'i', 'think', 'you', 'need', 'some', 'height', 'for', 'this', 'to', 'look', 'its', 'best', 'on', 'me', 'a', 'sweater', 'vest', 'would', 'perhaps', 'be', 'better', 'i', 'am', 'chesty', 'but', 'i', 'cant', 'decide', 'its', 'really', 'cute', 'if', 'you', "'re", 'taller', 'than', '5', '4', 'do', "n't", 'hesitate', ',3,1,1', 'general', 'jackets', 'outerwear'] ['11228,872,37', 'flowy', 'yet', 'flattering', 'great', 'top', 'lately', 'i', "'ve", 'been', 'sizing', 'down', 'from', 'my', 'usual', 'xs', 'to', 'xxs', 'with', 'pure', 'good', 'tops', 'but', 'in', 'this', 'one', 'the', 'xs', 'was', 'best', 'i', 'bought', 'this', 'in', '3', 'colors', 'and', 'they', "'re", 'my', 'go', 'to', 'tanks', 'for', 'summer', 'the', 'mint', 'is', 'a', 'bit', 'sheer', 'but', 'not', 'bad', 'i', 'did', 'not', 'get', 'try', 'the', 'yellow', 'or', 'white', 'one', ',5,1,0', 'general', 'tops', 'knits'] ['11229,949,39', 'not', 'quite', 'close', 'but', 'no', 'cigar', 'the', 'design', 'and', 'color', 'were', 'cute', 'the', 'sweater', 'itself', 'was', 'too', 'warm', 'for', 'me', 'and', 'itchy', 'the', 'top', 'fit', 'snugly', 'in', 'the', 'chest', 'and', 'shoulders', 'but', 'it', 'came', 'out', 'a', 'little', 'strangely', 'at', 'the', 'bottom', 'it', 'almost', 'had', 'strange', 'fold', 'in', 'the', 'front', 'look', 'closely', 'at', 'some', 'of', 'the', 'photos', 'and', 'you', "'ll", 'see', 'what', 'i', 'mean', 'sadly', 'it', 'went', 'back', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['11230,1068,44', 'disappointed', 'bummed', 'out', 'this', 'is', 'super', 'cheaply', 'made', 'and', 'very', 'expensive', 'the', 'design', 'is', 'different', 'the', 'color', 'is', 'beautiful', 'but', 'the', 'material', 'is', 'a', 'different', 'story', 'it', 'should', 'be', 'priced', 'at', 'the', 'most', '30', 'bucks', 'not', '128', 'i', "'m", 'returning', 'them', 'also', 'they', 'run', 'very', 'big', ',1,0,15', 'general', 'bottoms', 'pants'] ['11231,872,44', 'simple', 'perfection', 'this', 'is', 'the', 'perfect', 'simple', 'tank', 'for', 'summer', 'not', 'clingy', 'and', 'hangs', 'really', 'nicely', 'but', 'not', 'so', 'billowy', 'that', 'you', 'ca', "n't", 'layer', 'a', 'nice', 'wrap', 'or', 'cardigan', 'over', 'it', 'fabric', 'feels', 'like', 'a', 'great', 'quality', 'i', 'got', 'it', 'in', 'white', 'and', 'it', "'s", 'a', 'bit', 'sheer', 'but', 'i', 'typically', 'layer', 'my', 'tanks', 'anyway', 'tempted', 'to', 'get', 'this', 'in', 'every', 'color', ',5,1,1', 'general', 'tops', 'knits'] ['11232,864,38', 'quality', 'blouse', 'runs', 'very', 'large', 'i', "'m", 'an', 'xl', 'in', 'all', 'retailer', 'tops', 'and', 'sometimes', 'the', 'xl', 'are', 'still', 'too', 'small', 'to', 'fit', 'loosely', 'i', 'do', "n't", 'like', 'to', 'wear', 'tight', 'clothes', 'having', 'said', 'that', 'i', 'had', 'to', 'purchase', 'this', 'top', 'in', 'a', 'size', 'small', 'because', 'it', 'was', 'just', 'cut', 'so', 'large', 'the', 'sleeves', 'hang', 'a', 'bit', 'odd', 'if', 'you', 'do', "n't", 'get', 'the', 'correct', 'size', 'i', 'love', 'the', 'feel', 'of', 'the', 'blouse', 'the', 'fabric', 'is', 'a', 'nice', 'quality', 'i', 'recommend', 'giving', 'it', 'a', 'try', 'but', 'have', 'patience', 'during', 'the', 'process', 'of', 'figuring', 'out', 'the', 'size', 'that', 'will', 'look', 'best', 'on', 'you', 'in', 'this', 'blouse', ',4,1,2', 'general', 'tops', 'knits'] ['11233,872,34', 'nice', 'loose', 'casual', 'tank', 'love', 'this', 'tank', 'it', "'s", 'nice', 'and', 'loose', 'and', 'looks', 'great', 'with', 'all', 'kinds', 'of', 'bottoms', 'it', "'s", 'very', 'forgiving', 'if', 'you', 'have', 'a', 'midsection', 'it', "'s", 'soft', 'and', 'great', 'colors', 'really', 'nice', 'for', 'spring', 'casual', 'looks', ',5,1,12', 'general', 'tops', 'knits'] ['11234,872,33', 'great', 'tank', 'bought', 'this', 'in', 'the', 'turquoise', 'color', 'and', 'it', 'is', 'awesome', 'for', 'those', 'worried', 'about', 'it', 'being', 'see-through', 'i', "'m", 'wearing', 'a', 'black', 'bra', 'and', 'you', 'ca', "n't", 'see', 'it', 'it', "'s", 'the', 'perfect', 'weight', 'super', 'bummed', 'that', 'the', 'green', 'is', 'sold', 'out', 'but', 'may', 'check', 'in', 'stores', ',5,1,0', 'general', 'tops', 'knits'] ['11235,872,35', 'love', 'the', 'colors', 'the', 'colors', 'are', 'beautiful,5,1,0', 'general', 'tops', 'knits'] ['11236,558,35', 'great', 'casual', 'henley', 'i', 'bought', 'this', 'on', 'sale', 'and', 'at', 'the', 'sale', 'price', 'it', 'is', 'a', 'steal', 'great', 'style', 'feel', 'and', 'fit', 'maybe', 'would', "n't", 'feel', 'as', 'good', 'about', 'it', 'at', 'full', 'price', 'but', 'wish', 'i', 'had', 'one', 'is', 'every', 'color', ',5,1,0', 'initmates', 'intimate', 'layering'] ['11237,872,60', 'nice', 'light', 'flowing', 'tank', 'i', 'ordered', 'both', 'the', 'green', 'and', 'the', 'pink', 'and', 'needed', 'the', 'extra', 'extra', 'small', 'petite', 'in', 'the', 'shirt', 'to', 'make', 'it', 'work', 'for', 'me'] ['nice', 'light', 'material', 'cute', 'fit'] ['unfortunately', 'did', "n't", 'like', 'the', 'pink', 'color', 'was', 'too', 'bright', 'for', 'me', 'and', 'although', 'i', 'ordered', 'an', 'extra', 'extra', 'small', 'petite', 'they', 'sent', 'me', 'an', 'extra', 'small', 'petite', 'which', 'is', 'just', 'slightly', 'too', 'big', 'and', 'saw', 'the', 'mango', 'in', 'the', 'store', 'which', 'i', 'also', 'did', "n't", 'like', 'the', 'color', ',5,1,2', 'general', 'tops', 'knits'] ['11238,375,29', 'ended', 'up', 'with', 'all', '3', 'i', 'first', 'got', 'the', 'coral', 'one', 'and', 'was', 'so', 'in', 'love', 'with', 'it', 'that', 'i', 'ended', 'up', 'getting', 'the', 'other', 'colors', 'it', "'s", 'just', 'so', 'cute', 'flattering', 'so', 'cute', 'with', 'a', 'long', 'necklace', 'and', 'i', 'just', 'love', 'how', 'the', 'back', 'dips', 'down', 'and', 'covers', 'your', 'butt', 'i', "'ve", 'been', 'heavily', 'contemplating', 'getting', 'a', 'second', 'coral', 'one', 'i', "'m", 'so', 'worried', 'if', 'something', 'happens', 'to', 'it', 'lol', 'i', "'m", 'weird', 'like', 'that', 'it', "'s", 'always', 'the', 'good', 'stuff', 'that', 'ca', "n't", 'be', 'replaced', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['11239,872,78', ',this', 'product', 'is', 'perfect', 'for', 'early', 'fall', 'wear', 'when', 'the', 'weather', 'is', 'a', 'little', 'cooler', 'a', 'shell', 'worn', 'under', 'it', 'will', 'be', 'fabulous,5,1,0', 'general', 'tops', 'knits'] ['11240,558,25', 'so', 'soft', 'this', 'is', 'one', 'of', 'the', 'softest', 'shirts', 'ever', 'i', 'agree', 'with', 'another', 'reviewer', 'about', 'the', 'shirt', 'not', 'worth', 'the', 'original', 'price', 'but', 'once', 'this', 'shirt', 'hit', 'the', 'sale', 'item', 'totally', 'worth', 'it', ',4,1,1', 'initmates', 'intimate', 'layering'] ['11241,1068,50', 'interesting', 'i', 'love', 'the', 'color', 'and', 'the', 'design', 'of', 'this', 'pant', 'looks', 'very', 'bohemian', 'it', 'runs', 'large', 'and', 'it', 'has', 'sort', 'of', 'a', 'short', 'inside', 'of', 'it', 'that', 'is', 'made', 'of', 'a', 'silky', 'polyester', 'so', 'it', "'s", 'not', 'as', 'loose', 'on', 'the', 'inside', 'as', 'you', 'would', 'think', 'this', 'short', 'is', 'not', 'a', 'bad', 'thing', 'but', 'it', "'s", 'something', 'that', 'is', 'good', 'to', 'know', 'i', 'love', 'them', 'and', 'will', 'definitely', 'be', 'wearing', 'them', 'very', 'soon', ',4,1,0', 'general', 'bottoms', 'pants'] ['11242,375,35', 'love', 'the', 'coral', 'color', 'i', "'m", '5', '5', '130', 'lbs', 'and', 'tried', 'this', 'on', 'a', 'small', 'at', 'my', 'store', 'and', 'then', 'ordered', 'it', 'in', 'a', 'small', 'petite', 'i', 'like', 'the', 'petite', 'better', 'even', 'though', 'there', 'is', "n't", 'much', 'of', 'a', 'difference', 'the', 'petite', 'is', 'about', '28', 'inches', 'long', 'it', 'still', 'covers', 'the', 'bum', 'but', 'i', 'was', 'hoping', 'to', 'wear', 'it', 'with', 'shorts', 'and', 'i', 'think', 'it', "'s", 'too', 'long', 'for', 'that', 'i', 'love', 'the', 'beautiful', 'coral', 'color', 'received', 'a', 'compliment', 'on', 'the', 'color', 'the', 'first', 'time', 'i', 'wore', 'it', 'the', 'quality', 'is', 'superb', 'the', 'only', 'downside', 'is', 'i', 'do', "n't", 'like', 'the', 'way', 'it', 'looks', 'when', 'zipped', 'it', 'does', "n't", 'give', 'mu', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['11243,864,36', 'nice', 'shirt', 'but', 'huge', 'very', 'nice', 'top', 'like', 'the', 'linen', 'fabric', 'i', 'ordered', 'my', 'regular', 'size', 'm', 'and', 'its', 'huge', 'makes', 'me', 'look', 'larger', 'than', 'i', 'am', 'and', 'i', 'will', 'be', 'returning', 'it', 'i', 'would', 'like', 'a', 'size', 's', 'i', 'think', 'just', 'not', 'a', 'flattering', 'oversize', 'fit', 'for', 'me', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['11244,830,38', 'what', 'a', 'stunning', 'top', 'i', 'am', 'so', 'glad', 'that', 'i', 'ordered', 'this', 'top', 'it', 'is', 'kind', 'of', 'shimmering', 'and', 'looks', 'so', 'pretty', 'in', 'person', 'it', 'is', 'nicely', 'lined', 'and', 'i', 'love', 'the', 'sweetheart', 'shape', 'at', 'the', 'front', 'i', 'am', '5', '2', '34b', 'broad', 'shoulder', 'ordered', 'size', 's', 'and', 'm', 'and', 'they', 'both', 'fit', 'quite', 'nicely', 'the', 'size', 's', 'is', 'more', 'like', 'a', 'trailered', 'fit', 'on', 'me', 'while', 'the', 'size', 'm', 'gives', 'more', 'room', 'for', 'my', 'arms', 'and', 'shoulder', 'also', 'extra', 'length', 'that', 'i', 'can', 'tuck', 'it', 'in', 'my', 'low-raise', 'demin', 'i', 'ended', 'up', 'keeping', 'size', 'm', 'since', 'i', 'like', 'my', 'tops', 'to', 'fit', 'a', 'bit', 'more', 'flowy', 'i', 'can', 'see', 'myself', ',5,1,2', 'general', 'tops', 'blouses'] ['11245,872,84', 'perfect', 'everyday', 'tank', 'i', 'live', 'in', 'a', 'hot', 'and', 'humid', 'climate', 'so', 'this', 'tank', 'is', 'perfect', 'for', 'everyday', 'use', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'the', 'lightweight', 'material', 'keeps', 'you', 'cool', 'i', 'bought', 'it', 'in', '2', 'colors', 'and', 'may', 'go', 'back', 'for', 'more', 'i', 'wish', 'i', 'would', 'have', 'found', 'them', 'sooner.,5,1,0', 'general', 'tops', 'knits'] ['11246,375,61', 'cute', 'jacket', 'i', 'just', 'received', 'this', 'jacket', 'in', 'the', 'cream', 'color', 'it', 'is', 'so', 'cute', 'you', 'can', 'change', 'it', 'from', '3/4', 'to', 'full', 'length', 'sleeves', 'i', 'ordered', 'both', 'an', 'xs', 'and', 's', 'and', 'kept', 'the', 's', 'after', 'i', 'saw', 'that', 'i', 'could', 'cinch', 'the', 'waist', 'to', 'fit', 'better', 'in', 'the', 'picture', 'it', 'looks', 'a', 'bit', 'boxier', 'than', 'it', 'really', 'is', 'possibly', 'because', 'not', 'cinched', 'the', 'material', 'is', 'good', 'quality', 'and', 'the', 'jacket', 'is', 'complete', 'with', 'attention', 'to', 'detail', 'from', 'the', 'buttons', 'to', 'the', 'jean', 'contrast', 'pull', 'on', 'the', 'zipper', 'i', 'love', 'this', 'jacket', 'it', 'is', 'a', 'good', 'cross', 'over', 'from', 'athletic', 'to', 'cas,5,1,0', 'initmates', 'intimate', 'lounge'] ['11247,1087,39', 'statuesque', 'for', 'once', 'i', "'m", 'glad', 'i', 'listened', 'to', 'my', 'instincts', 'once', 'again', 'regarding', 'maeve', 'maxidress', 'the', 'stretchiness', 'of', 'this', 'knit', 'jersey', 'fabric', 'allows', 'me', 'to', 'comfortably', 'size', 'down', 'from', 'my', 'usual', 'medium/large', 'since', 'the', 'fabric', 'relaxes', 'so', 'much', 'as', 'you', 'wear', 'it', 'i', 'adore', 'the', 'color', 'pattern', 'slim', 'profile', 'and', 'cut', 'in', 'arm', 'holes', 'wearing', 'this', 'makes', 'my', 'short', 'self', 'feel', 'statuesque', 'and', 'sofisticated', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11248,1009,32', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['11249,375,52', 'love', 'it', 'so', 'pretty', 'comfortable', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11250,872,32', 'cute', 'and', 'comfy', 'the', 'tank', 'top', 'fits', 'well', 'i', 'usually', 'boarded', 'between', 'a', 'large', 'and', 'an', 'xl', 'and', 'i', 'got', 'a', 'large', 'in', 'this', 'shirt', 'which', 'was', 'perfect', 'it', 'is', 'kind', 'of', 'thin', 'material', 'so', 'i', 'wear', 'a', 'white', 'tank', 'under', 'it', 'it', "'s", 'not', 'too', 'big', 'in', 'the', 'armpits', 'which', 'is', 'nice', 'so', 'my', 'bra', 'does', "n't", 'show', 'material', 'is', 'really', 'soft', 'and', 'comfortable', 'it', 'fits', 'loose', 'but', 'not', 'baggy.,4,1,0', 'general', 'tops', 'knits'] ['11251,872,54', 'i', 'have', 'several', 'of', 'these', 'tanks', 'from', 'last', 'year', 'and', 'bought', 'new', 'colors', 'this', 'year', 'i', 'have', 'found', 'the', 'fit', 'to', 'be', 'easy', 'and', 'relaxed', 'but', 'not', 'baggy', 'they', 'are', 'very', 'flattering', 'i', 'wear', 'them', 'thru', 'the', 'fall', 'and', 'winter', 'as', 'layering', 'pieces', 'under', 'sweaters', 'and', 'flannel', 'shirts', 'as', 'well', 'i', 'was', 'them', 'in', 'cold', 'water', 'delicate', 'cycle', 'hang', 'to', 'dry', 'and', 'they', 'are', 'good', 'to', 'go', 'they', 'have', 'held', 'up', 'well', 'even', 'the', 'ones', 'that', 'are', '2+', 'years', 'old', 'are', 'still', 'going', 'strong', 'with', 'no', 'holes', 'or', 'tears', ',5,1,0', 'general', 'tops', 'knits'] ['11252,864,65', 'so', 'fun', 'this', 'fits', 'tts', 'it', 'is', 'body-hugging', 'as', 'shown', 'on', 'the', 'model', 'the', 'knit', 'is', 'thin', 'soft', 'with', 'tons', 'of', 'stretch', 'i', 'bought', 'the', 'navy', 'which', 'is', 'the', 'color', 'shown', 'in', 'the', 'photo', 'as', 'you', 'can', 'see', 'it', "'s", 'not', 'really', 'navy', 'it', "'s", 'a', 'strange', 'blue', 'that', "'s", 'more', 'like', 'a', 'faded', 'dark', 'mallard', 'blue', 'but', 'it', "'s", 'still', 'blue'] [] ['the', 'sleeves', 'are', 'long', 'on', 'me', 'so', 'you', 'taller', 'girls', 'wo', "n't", 'have', 'issues', 'the', 'ruffles', 'move', 'and', 'are', 'so', 'fun', 'the', 'fabric', 'however', 'is', 'not', 'finished', 'off', 'it', "'s", 'raw', 'cut', 'material', 'which', 'is', 'why', 'i', 'gave', 'it', '4', 'stars', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['11253,872,64', 'love', 'the', 'look-', 'could', "n't", 'resist', 'the', 'uniqueness', 'of', 'this', 'top', 'caught', 'my', 'eye', 'online', 'i', 'normally', 'wld', 'not', 'want', 'a', 'long', 'sleeve', 'top', 'in', 'the', 'summer', 'a', 'bit', 'warm', 'to', 'wear', 'outside', 'now', 'but', 'i', 'like', 'the', 'casual', 'but', 'unique', 'style', 'of', 'it', 'it', "'s", 'a', 'top', 'i', 'can', 'wear', 'now', 'but', 'only', 'indoors', 'with', 'a/c', 'the', 'regular', 'small', 'fits', 'fine', 'a', 'little', 'oversized', 'sleeves', 'a', 'little', 'long', 'as', 'in', 'the', 'pic', 'the', 'color/style/detaling', 'is', 'exactly', 'as', 'in', 'the', 'pic', 'no', 'surprises', 'soft', 'comfy', 'a', 'little', 'opaque', 'but', 'a', 'nude', 'bra', 'will', 'work', 'fine', 'i', 'do', "n't", 'see', 'the', 'need', 'for', 'a', 'tank/cami', 'under', 'it', 'i,5,1,3', 'general', 'tops', 'knits'] ['11254,864,41', 'feel', 'good', 'top', 'i', 'bough', 'this', 'top', 'in', 'blue', 'and', 'i', 'really', 'like', 'the', 'color', 'style', 'and', 'fabric', 'i', 'also', 'bough', 'the', 'necklace', 'as', 'styled', 'in', 'the', 'photo', 'and', 'they', 'look', 'well', 'together', 'it', "'s", 'a', 'departure', 'from', 'more', 'tailored', 'clothing', 'for', 'me'] ['i', 'keep', 'on', 'trying', 'linen', 'tops', 'and', 'up', 'to', 'now', 'this', 'seems', 'the', 'best', 'cut', 'for', 'linen', 'as', 'the', 'fabric', 'stretches', 'it', 'will', 'still', 'fall', 'nicely', ',5,1,7', 'general', 'petite', 'tops', 'knits'] ['11255,864,28', 'large', 'it', 'runs', 'large', 'loose', 'or', 'oversized', 'tops', 'do', "n't", 'bother', 'me', 'so', 'i', 'thought', 'it', 'would', 'be', 'fine', 'but', 'this', 'just', 'made', 'me', 'look', 'wider', 'then', 'i', 'am', 'is', 'thin', 'and', 'too', 'sheer', 'for', 'me', 'as', 'well', 'it', 'was', 'just', 'so', 'unflattering', 'i', 'had', 'to', 'return', 'it', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['11256,864,50', 'this', 'shirt', 'is', 'nice', 'and', 'flowy', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'very', 'lightweight', 'for', 'summer', 'but', 'the', 'color', 'will', 'work', 'for', 'early', 'fall', 'too', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['11257,872,34', 'so', 'soft', 'and', 'comfy', 'i', 'ordered', 'the', 'moss', 'green', 'color', 'i', 'love', 'it', 'the', 'color', 'is', 'really', 'cool', 'the', 'length', 'is', 'longer', 'and', 'the', 'fabric', 'is', 'soft', 'great', 'summer', 'option', ',5,1,2', 'general', 'tops', 'knits'] ['11258,375,69', 'love', 'it', 'ordered', 'online', 'in', 'white', 'just', 'received', 'it', 'love', 'i', 'i', 'wear', 'm', 'in', 'most', 'clothing', 'size', '6', 'dress', 'jacket', 'fits', 'perfectly', 'would', 'love', 'one', 'in', 'the', 'peach', 'color', 'shown', 'in', 'the', 'pic', 'but', 'from', 'the', 'reviews', 'stating', 'it', 'is', 'much', 'deeper', 'in', 'colour', 'decided', 'against', 'it', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11259,830,44', 'sizing', 'is', 'good', 'i', 'thought', 'i', 'would', 'need', 'a', 'medium', 'in', 'this', 'top', 'but', 'it', 'was', 'sold', 'out', 'so', 'i', 'crossed', 'my', 'fingers', 'on', 'a', 'small', 'it', 'fits', 'very', 'well', 'much', 'like', 'it', 'fits', 'on', 'the', 'model', 'loose', 'and', 'length', 'is', 'good', 'and', 'i', 'am', 'not', 'as', 'slender', 'as', 'that', 'model', 'i', 'am', '5', '6', '140', 'lbs', 'the', 'sweetheart', 'neckline', 'dips', 'a', 'little', 'more', 'than', 'i', 'would', 'like', 'in', 'the', 'front', 'but', 'i', 'will', 'figure', 'that', 'out', 'the', 'top', 'is', 'really', 'unique', 'and', 'i', 'love', 'the', 'shimmery', 'dots', ',5,1,0', 'general', 'tops', 'blouses'] ['11260,864,34', 'love', 'it', 'love', 'everything', 'about', 'this', 'top', 'the', 'ruffles', 'give', 'the', 'top', 'a', 'great', 'edgy', 'style', 'will', 'look', 'great', 'with', 'some', 'skinny', 'jeans', 'and', 'boots.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['11261,1022,54', 'best', 'for', 'tallettes', 'fit', 'review', 'i', 'ordered', 'the', 'size', '27', 'as', 'i', 'read', 'alexa', 'chung', 'jeans', 'run', 'small', 'and', 'my', 'usual', 'size', 'in', 'ag', 'stevie', 'is', 'a', '26', 'in', 'cords', '27', 'in', 'some', 'jeans'] [] ['i', "'m", '5', '2', 'currently', '25', 'waist', '33', 'high', 'hip', '37.25', 'at', 'the', 'widest', '29', 'inseam', 'i', 'have', 'more', 'of', 'a', 'pear', 'shape', 'than', 'an', 'hourglass', 'flatter', 'stomach', 'bigger', 'upper', 'thighs', 'and', 'bottom', 'i', "'m", 'long-waisted', 'and', 'do', 'have', 'some', 'high-rise', 'trousers', 'that', 'look', 'great', 'which', 'is', 'why', 'i', 'risked', 'paying', 'shipping', 'on', 'these'] [] ['the', '27', 'was', 'loose', 'at', 'my', 'natural', 'waist', 'the', 'jeans', 'measuring', '29.5', ',4,1,6', 'general', 'bottoms', 'jeans'] ['11262,872,37', 'summer', 'staple', 'love', 'this', 'tank', 'everyone', 'should', 'own', 'it', 'in', 'every', 'color', 'it', 'is', 'soft', 'has', 'a', 'great', 'shape', 'and', 'is', 'super', 'cute', 'it', 'goes', 'great', 'with', 'so', 'many', 'of', 'the', 'pants/shorts', 'from', 'retailer', 'as', 'well', 'summer', 'staple', 'for', 'sure', ',5,1,0', 'general', 'tops', 'knits'] ['11263,375,48', 'casual', 'and', 'slimming', 'great', 'weekend', 'toss', 'around', 'piece', 'or', 'with', 'gym', 'clothes', 'the', 'cut', 'is', 'flattering', 'yet', 'not', 'tight', 'i', 'purchased', 'in', '2', 'colos', 'b/c', 'i', 'liked', 'it', 'so', 'much', 'and', 'was', 'looking', 'for', 'a', 'piece', 'like', 'this', 'for', 'a', 'very', 'long', 'time', 'cute', 'with', 'yoga', 'legging', 'jeans', 'sweats', 'etc', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['11264,872,33', 'nice', 'casual', 'tank', 'i', 'bought', 'this', 'in', 'two', 'colors', 'the', 'green', 'which', 'i', 'love', 'and', 'the', 'washed', 'out', 'look', 'adds', 'some', 'interest', 'to', 'make', 'this', 'other', 'than', 'a', 'plain', 'tank', 'i', 'also', 'bought', 'this', 'in', 'white', 'and', 'it', 'is', 'completely', 'see', 'through', 'i', 'will', 'never', 'understand', 'why', 'designers', 'do', "n't", 'pay', 'attention', 'to', 'how', 'fabric', 'would', 'look', 'as', 'soon', 'as', 'you', 'put', 'a', 'bra', 'on', 'if', 'you', 'want', 'to', 'wear', 'a', 'tank', 'under', 'your', 'tank', 'then', 'get', 'the', 'lighter', 'colors', 'otherwise', 'i', 'would', 'stick', 'with', 'the', 'green', 'honestly', 'debating', 'on', 'whether', 'to', 'buy', 'the', 'bright', 'blue', 'color', 'but', 'i', 'fear', 'it', "'s", 'just', 'n,4,1,12', 'general', 'tops', 'knits'] ['11265,1045,35', 'beautiful', 'color', 'gorgeous', 'chic', 'design', 'and', 'great', 'material', ',5,1,0', 'general', 'bottoms', 'pants'] ['11266,1096,22', 'gorgeous', 'comfy', 'i', "'m", 'barely', '5', '4', 'and', 'rarely', 'find', 'a', 'maxi', 'that', 'is', "n't", 'far', 'too', 'long', 'or', 'the', 'other', 'extreme', 'i', 'prefer', 'mine', 'to', 'just', 'barely', 'reach', 'the', 'ground', 'as', 'opposed', 'to', 'rising', '5', 'inches', 'from', 'the', 'floor', 'for', 'example', 'this', 'one', 'is', 'perfect', 'with', 'flat', 'sandals', 'i', 'tried', 'on', 'the', '4', 'and', 'chuckled', 'b/c', 'it', 'was', '6', 'too', 'long', 'tried', 'on', 'the', '2', 'and', 'not', 'only', 'was', 'it', 'the', 'perfect', 'length', 'the', 'bodice', 'fit', 'like', 'a', 'glove', 'i', 'would', 'say', 'i', "'m", 'average', 'bust', 'size', 'always', 'fluctuating', 'but', 'not', 'generally', 'flat-chested', 'i', 'prefer', 'more', 'conservative', 'sleeveless', 'dresses', 'an', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['11267,1094,54', ',love', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11268,829,33', 'tent', 'this', 'item', 'is', 'huge', 'i', "'m", 'normally', 'a', 'medium', 'sized', 'down', 'to', 'a', 'small', 'still', 'massive', 'could', "n't", 'go', 'too', 'much', 'smaller', 'because', 'the', 'buttons', 'would', 'pull', 'at', 'the', 'chest', 'but', 'the', 'sleeves', 'are', 'very', 'wide', 'as', 'is', 'the', 'waist', 'way', 'too', 'much', 'fabric', 'i', 'had', 'high', 'hopes', 'for', 'this', 'one', 'but', 'it', 'just', 'does', "n't", 'work', 'for', 'reference', 'i', 'love', 'billowy', 'and', 'flowy', 'tops', 'but', 'this', 'was', 'a', 'tent', ',2,0,0', 'general', 'tops', 'blouses'] ['11269,1096,48', 'colorful', 'maxi', 'this', 'is', 'the', 'first', 'maxi', 'i', 'purchased', 'this', 'summer', 'i', 'went', 'with', 'a', 'petite', 'as', 'the', 'regular', 'length', 'would', 'need', 'to', 'be', 'altered', 'and', 'i', 'did', "n't", 'want', 'to', 'lose', 'some', 'of', 'the', 'pattern', 'on', 'the', 'bottom', 'it', 'is', 'a', 'beautiful', 'flowy', 'dress', 'no', 'need', 'for', 'a', 'slip', 'it', 'has', 'beads', 'on', 'the', 'bodice', 'i', 'kept', 'the', 'dress', 'but', 'it', 'is', 'tight', 'at', 'the', 'chest', 'area', 'and', 'sizing', 'up', 'would', "n't", 'have', 'made', 'that', 'much', 'of', 'a', 'difference', 'kinda', 'uncomfortable', 'in', 'the', 'chest', 'area', 'has', 'yet', 'to', 'be', 'worn', 'so', 'may', 'return', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11270,1096,32', 'too', 'much', 'this', 'dress', 'could', 'have', 'been', 'great', 'but', 'for', 'me', 'there', 'was', 'too', 'much', 'design', 'on', 'the', 'top', 'part/', 'front', 'i', 'wish', 'the', 'neckline', 'was', 'different', 'or', 'just', 'less', 'beadwork/', 'design', 'near', 'my', 'face'] ['all', 'in', 'all', 'its', 'a', 'maxi', 'dress', 'and', 'was', 'returned', 'because', 'approx', '250', 'was', 'too', 'much', 'to', 'spend', 'on', 'this', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11271,1096,45', 'maxi', 'dress', 'i', 'really', 'loved', 'the', 'dress', 'in', 'the', 'picture', 'it', 'is', 'really'] ['nice', 'quality', 'unfortunately', 'it', 'was', 'really', 'long', 'i', 'am'] ['5', '4', 'and', 'it', 'was', 'about', '8', 'inches', 'too', 'long', 'hemming', 'it'] ['would', 'have', 'ruined', 'the', 'details', 'of', 'the', 'dress', 'they', 'were'] ['backordered', 'on', 'petites', 'in', 'my', 'size', 'so', 'i', 'just', 'returned', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11272,829,36', 'it', "'s", 'growing', 'on', 'me', 'lovely', 'material', 'and', 'the', 'white', 'is', 'like', 'a', 'milky', 'white', 'which', 'i', 'love', 'it', 'hangs', 'beautifully', 'irons', 'well', 'and', 'fits', 'great', 'i', 'am', "5'-6", 'an', 'a', 'cup', '150', 'lbs', 'and', 'ordered', 'the', 'small', 'i', "'ve", 'already', 'received', 'a', 'lot', 'of', 'compliments', 'on', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['11273,829,37', 'very', 'bulky', 'at', 'the', 'bottom', 'i', 'love', 'the', 'color', 'of', 'this', 'top', 'but', 'the', 'style', 'is', 'not', 'flattering', 'i', 'normally', 'wear', 'a', 'l', 'or', 'xl', 'in', 'retailer', 'clothes', 'and', 'i', 'ordered', 'a', 'l', 'in', 'this', 'and', 'it', 'was', 'massive', 'i', 'went', 'into', 'the', 'store', 'to', 'try', 'on', 'a', 'medium', 'and', 'it', 'fit', 'much', 'better', 'but', 'is', 'still', 'very', 'bulky', 'around', 'the', 'middle', 'where', 'the', 'ruffles', 'are', 'and', 'it', 'is', 'very', 'wide', 'bummer,2,0,2', 'general', 'tops', 'blouses'] ['11274,829,66', 'way', 'too', 'big', 'i', 'loved', 'the', 'design', 'and', 'look', 'to', 'this', 'shirt', 'but', 'it', 'ran', 'way', 'big', 'for', 'me', 'i', 'loved', 'the', 'forgiving', 'fit', 'but', 'it', 'just', 'was', "n't", 'flattering', 'at', 'all', 'i', 'even', 'went', 'down', 'one', 'size', 'and', 'it', 'still', 'was', 'huge', 'sad', 'to', 'send', 'this', 'one', 'back', ',1,0,0', 'general', 'tops', 'blouses'] ['11275,829,39', 'adorable', 'just', 'received', 'this', 'in', 'the', 'mail', 'and', 'i', 'love', 'it', 'the', 'fit', 'is', 'wide', 'and', 'flowy', 'but', 'i', 'would', "n't", 'say', 'it', 'runs', 'large', 'i', 'do', "n't", 'think', 'i', 'could', 'have', 'sized', 'down', 'in', 'the', 'shoulders', 'perfect', 'easy', 'breezy', 'fall', 'top', 'can', 'not', 'wait', 'to', 'wear', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['11276,829,62', 'cute', 'i', 'had', 'a', 'hunch', 'that', 'this', 'would', 'run', 'big', 'based', 'on', 'the', 'style', 'and', 'brand', 'so', 'ordered', 'an', 'xs', 'instead', 'of', 'my', 'normal', 's', 'and', 'it', 'was', 'perfect', 'the', 'fit', 'on', 'me', 'is', 'exactly', 'like', 'the', 'model', 'shot', 'swingy', 'but', 'still', 'cute', 'and', 'falls', 'nicely', 'i', 'am', '5', '7', '128', '34a', 'for', 'reference', 'i', 'got', 'the', 'orange', 'color', 'and', 'would', 'say', 'it', 'is', 'a', 'little', 'more', 'on', 'the', 'reddish/burnt', 'orange', 'side', 'than', 'what', 'is', 'pictured', 'it', "'s", 'very', 'cute', 'i', "'m", 'happy', 'to', 'keep', 'it', 'at', 'the', 'promo', 'price', ',4,1,28', 'general', 'tops', 'blouses'] ['11277,829,42', 'modern', 'baby', 'doll', 'style', 'purchased', 'the', 'cream', 'color', 'in', 'my', 'local', 'store', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'leggings', 'i', "'ve", 'worn', 'it', 'with', 'a', 'bright', 'cami', 'underneath', 'with', 'a', 'couple', 'of', 'buttons', 'open', 'and', 'it', 'looked', 'really', 'cute', 'too', 'it', 'is', 'very', 'comfortable', 'runs', 'big', 'but', 'it', "'s", 'meant', 'to', 'not', 'be', 'fitted', 'the', 'addition', 'of', 'pockets', 'that', 'do', "n't", 'stick', 'out', 'makes', 'me', 'love', 'it', 'even', 'more', 'i', 'will', 'be', 'wearing', 'this', 'from', 'fall', 'to', 'spring', 'great', 'design', 'retailer', ',5,1,0', 'general', 'tops', 'blouses'] ['11278,872,35', 'precious', 'this', 'shirt', 'is', 'just', 'precious', 'i', 'can', 'not', 'wait', 'to', 'pair', 'it', 'with', 'a', 'pair', 'of', 'white', 'skinny', 'jeans', 'and', 'wedges', 'in', 'the', 'spring', 'i', "'m", 'so', 'in', 'love', 'with', 'it', 'the', 'detail', 'is', 'just', 'beautiful.,5,1,3', 'general', 'tops', 'knits'] ['11279,1096,46', 'wonderful', 'but', 'a', 'bit', 'long', 'beautiful', 'detail', 'in', 'the', 'bodice', 'but', 'i', "'m", 'either', 'too', 'short', 'or', 'it', "'s", 'a', 'bit', 'too', 'long', 'for', 'me', 'have', 'not', 'yet', 'decided', 'if', 'i', 'can', 'keep', 'it', 'material', 'is', 'elegant', 'details', 'are', 'beautiful', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11280,1094,39', 'unique', 'piece', 'i', 'ordered', 'this', 'online', 'with', 'fingers', 'crossed', 'in', 'my', 'usual', 'size', 'm.', 'it', 'fits', 'well', 'albeit', 'a', 'tad', 'snug', 'although', 'very', 'flattering', 'on', 'my', 'curvy', 'frame', 'it', 'is', 'an', 'unusual', 'color', 'for', 'me', 'but', 'i', 'ended', 'up', 'loving', 'it', 'in', 'person', 'where', 'you', 'can', 'really', 'appreciate', 'all', 'the', 'detailed', 'woven', 'patterns', 'in', 'the', 'fabric', 'there', 'is', 'a', 'slip', 'underneath', 'which', 'ends', 'several', 'inches', 'above', 'the', 'hem', ',5,1,0', 'general', 'dresses', 'dresses'] ['11281,829,35', 'tight', 'sleeves', 'seems', 'there', 'was', 'a', 'design', 'defect', 'in', 'this', 'item', 'sleeves', 'are', 'way', 'too', 'tight', 'and', 'hardly', 'go', 'on', 'without', 'ripping', 'the', 'shirt', 'i', 'have', 'pretty', 'thin', 'arms', 'so', 'it', "'s", 'hard', 'to', 'imagine', 'this', 'not', 'happening', 'on', 'anyone', 'too', 'bad', 'because', 'it', "'s", 'otherwise', 'a', 'very', 'nice', 'top.,1,0,0', 'general', 'tops', 'blouses'] ['11282,1096,55', 'beautiful', 'maxi', 'i', 'am', 'an', 'retailer', 'employee', 'i', 'immediately', 'fell', 'in', 'love', 'with', 'this', 'dress', 'i', 'tried', 'it', 'on', 'and', 'it', 'was', 'way', 'to', 'long', 'as', 'always', 'with', 'regular', 'store', 'sizes', 'i', 'am', 'short', '5', '0', 'i', 'wanted', 'to', 'order', 'but', 'it', 'was', 'backordered', 'for', 'about', 'a', 'month', 'i', 'ordered', 'it', 'anyway', 'my', 'husband', 'and', 'i', 'took', 'a', 'mini', 'vacation', 'to', 'chicago', 'over', 'easter', 'weekend', 'and', 'in', 'the', 'miracle', 'mile', 'store', 'they', 'had', 'the', 'dress', 'in', 'my', 'petite', 'size', 'i', 'was', 'in', 'heaven', 'as', 'they', 'had', 'an', 'awesome', 'petite', 'area', 'in', 'the', 'store', 'there', 'i', 'purchased', 'a', '2', 'petite', 'which', 'is', 'the', 'size', 'i', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['11283,829,38', 'i', 'love', 'this', 'top', 'i', 'actually', 'did', "n't", 'read', 'the', 'reviews', 'prior', 'and', 'ordered', 'a', 'small', 'the', 'retailer', 'tag', 'on', 'mine', 'says', 'small', 'but', 'the', 'tag', 'in', 'the', 'shirt', 'is', 'xs', 'it', 'does', 'run', 'large', 'so', 'the', 'mix-up', 'was', 'fine', 'by', 'me', 'the', 'style', 'of', 'the', 'shirt', 'is', 'meant', 'to', 'be', 'loose', 'and', 'light', 'i', 'love', 'it', ',5,1,4', 'general', 'tops', 'blouses'] ['11284,829,52', 'adorable', 'but', 'runs', 'large', 'i', 'think', 'this', 'blouse', 'looks', 'better', 'in', 'real', 'life', 'than', 'it', 'does', 'on', 'line', 'and', 'i', "'m", 'glad', 'i', 'decided', 'to', 'try', 'it', 'on', 'i', 'bought', 'an', 'extra', 'small', 'in', 'the', 'red', 'which', 'i', 'think', 'is', 'the', 'best', 'color', 'the', 'white', 'looks', 'like', 'a', 'nightgown', 'too', 'bad', 'there', 'were', 'not', 'more', 'darker', 'fall', 'prints', 'because', 'i', 'would', 'have', 'bought', 'more', 'than', 'one', 'i', 'think', 'this', 'style', 'would', 'look', 'best', 'on', 'someone', 'that', 'is', 'tall', 'and', 'thin', 'a', 'petite', 'person', 'might', 'get', 'away', 'with', 'turning', 'it', 'into', 'a', 'dress', 'i', 'would', 'buy', 'a', 'longer', 'version', 'of', 'this', 'as', 'it', 'is', 'it', 'is', 'a', 'fun', 'feminine', 'casu', ',5,1,0', 'general', 'tops', 'blouses'] ['11285,1096,36', 'beautiful', 'dress', 'this', 'dress', 'is', 'super', 'feminine', 'and', 'pretty', 'wore', 'to', 'my', 'nephew', "'s", 'birthday', 'party', 'fit', 'is', 'spot', 'on', 'i', "'m", 'a', '34c', '5', '7', 'and', '135', 'and', 'size', '4', 'fit', 'true', 'to', 'size', 'my', 'only', 'complaint', 'is', 'that', 'the', 'dress', 'not', 'come', 'with', 'extra', 'beads', 'i', 'only', 'wore', 'once', 'and', 'already', 'lost', 'a', 'bead', 'form', 'the', 'bodice', 'for', 'this', 'price', 'range', 'extra', 'beads', 'should', 'be', 'included', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11286,1094,37', 'fits', 'like', 'a', 'glove', 'i', 'love', 'this', 'dress', 'it', 'flatters', 'so', 'nicely', 'i', "'m", '5', '3', 'and', 'pretty', 'thin', 'it', 'hugs', 'all', 'my', 'curves', 'snugly.,5,1,0', 'general', 'dresses', 'dresses'] ['11287,829,25', 'runs', 'large', 'this', 'top', 'looks', 'adorable', 'in', 'the', 'product', 'photos', 'so', 'i', 'had', 'high', 'hopes', 'i', 'think', 'i', 'might', 'be', 'too', 'short', 'to', 'pull', 'it', 'off', 'but', 'like', 'another', 'reviewer', 'said', 'i', 'found', 'it', 'to', 'be', 'like', 'a', 'tent', 'on', 'me', 'billowing', 'out', 'in', 'all', 'directions', 'it', 'was', 'just', 'overall', 'too', 'big', 'on', 'me', 'i', 'even', 'considered', 'whether', 'i', 'could', 'wear', 'it', 'as', 'a', 'dress', 'but', 'the', 'sleeves', 'were', 'also', 'too', 'billowy', 'on', 'me', 'i', 'am', '5', '4', '120', 'lbs', 'and', 'tried', 'the', 'xs', ',3,0,0', 'general', 'tops', 'blouses'] ['11288,829,53', 'soft', 'and', 'swinging', 'the', 'color', 'and', 'fabric', 'are', 'really', 'soft', 'and', 'lovely', 'it', 'runs', 'big', 'so', 'you', 'can', 'get', 'away', 'with', 'a', 'size', 'smaller', 'of', 'even', '2', 'sizes', 'smaller', 'it', 'would', 'look', 'great', 'paired', 'with', 'leggings', 'and', 'boots', 'and', 'a', 'long', 'sweater', 'coat', 'or', 'with', 'skinny', 'jeans', 'and', 'sandals', 'this', 'is', 'going', 'to', 'be', 'my', 'new', 'favorite.,4,1,0', 'general', 'tops', 'blouses'] ['11289,1096,35', 'do', "n't", 'listen', 'to', 'other', 'reviews-', 'this', 'runs', 'large', 'not', 'small', 'i', 'have', 'a', '34d', 'and', 'i', 'usually', 'wear', 'a', '4', 'in', 'most', 'retailer', 'dresses', 'therefor', 'after', 'reading', 'the', 'reviews', 'i', 'ordered', 'a', '6.', 'i', 'was', 'swimming', 'in', 'it', 'just', 'ordered', 'a', '2p', 'and', '2', 'to', 'see', 'which', 'will', 'fit', 'the', 'design', 'is', 'stunning', 'and', 'it', "'s", 'very', 'well', 'made', 'i', "'m", 'hoping', 'for', 'the', 'perfect', 'fit', 'once', 'the', 'dresses', 'arrive', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11290,1096,42', 'ugh', 'no', 'this', 'dress', 'is', 'great', 'if', 'you', "'re", 'very', 'skinny', 'and', 'have', 'no', 'chest', 'otherwise', 'it', 'makes', 'you', 'look', 'dowdy', 'the', 'colors', 'are', 'also', 'quite', 'washed', 'out', 'and', 'do', 'nothing', 'for', 'my', 'complexion'] [] ['this', 'one', 'is', 'going', 'back', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11291,873,34', ',love', 'this', 'top', 'purchased', 'for', 'family', 'photos', 'and', 'i', 'think', 'it', "'s", 'great', 'personally', 'i', 'do', "n't", 'think', 'the', 'model', 'shot', 'is', 'doing', 'it', 'justice', 'it', "'s", 'much', 'prettier', 'in', 'person', 'runs', 'true', 'to', 'size', 'for', 'retailer', 'i', 'am', 'a', '34d', 'and', 'i', 'purchased', 'a', 'small.,5,1,17', 'general', 'tops', 'knits'] ['11292,1094,57', 'fools', 'you', 'ordered', 'this', 'dress', 'in', 'an', 'xs', 'that', 'is', 'the', 'size', 'i', 'usually', 'wear', 'this', 'runs', 'small', 'but', 'not', 'only', 'that', 'it', 'is', 'the', 'way', 'it', 'is', 'cut', 'very', 'small', 'through', 'the', 'hips', 'thighs', 'and', 'legs', 'hard', 'to', 'walk', 'in', 'it', 'the', 'material', 'felt', 'kind', 'of', 'cheap', 'to', 'me', 'i', 'thought', 'it', 'looked', 'really', 'good', 'on', 'the', 'model', 'but', 'got', 'it', 'home', 'and', 'did', "n't", 'like', 'it', 'at', 'all', 'it', 'went', 'back', ',2,0,6', 'general', 'dresses', 'dresses'] ['11293,829,32', 'perfect', 'fall', 'tunic', 'this', 'tunic', 'is', 'perfection', 'this', 'tunic', 'will', 'be', 'perfect', 'with', 'jeans', 'or', 'leggings', 'and', 'can', 'be', 'dressed', 'up', 'or', 'be', 'worn', 'casual', 'it', 'does', 'run', 'big', 'i', 'am', 'normally', 'a', 'medium/large', 'in', 'shirts', 'and', 'took', 'a', 'medium', 'with', 'room', 'to', 'spare', 'i', 'probably', 'could', 'have', 'worn', 'a', 'small', 'too', 'but', 'smalls', 'tend', 'to', 'be', 'tight', 'on', 'my', 'shoulders', 'this', 'is', 'a', 'must', 'buy', ',5,1,4', 'general', 'tops', 'blouses'] ['11294,829,33', 'adorable', 'comfortable', 'tunic', 'i', 'am', 'petite', '5', '2', 'and', 'i', 'ordered', 'the', 'xxsp', 'i', 'think', 'it', 'is', 'so', 'adorable', 'on', 'and', 'looks', 'great', 'with', 'skinny/slim', 'pants', 'or', 'leggings', 'i', 'do', 'not', 'think', 'it', 'runs', 'that', 'large', 'it', 'is', 'suppose', 'to', 'be', 'loose', 'and', 'flowy', 'and', 'it', 'looks', 'on', 'me', 'exactly', 'how', 'it', 'looks', 'on', 'the', 'model', 'i', 'got', 'the', 'gray', 'print', 'and', 'it', 'is', 'quite', 'pretty', ',5,1,1', 'general', 'tops', 'blouses'] ['11295,868,64', 'not', 'worth', 'the', 'money', 'i', 'love', 'the', 'idea', 'of', 'this', 'top', 'and', 'ordered', 'it', 'in', 'white', 'it', 'is', 'a', 'great', 'design', 'and', 'proportion', 'is', 'nice', 'with', 'jeans', 'the', 'front', 'is', 'off', 'white', 't', 'shirt', 'material', 'with', 'a', 'pocket', 'and', 'the', 'back', 'is', 'a', 'light', 'grey', 'heathered', 'panel', 'i', 'am', 'returning', 'it', 'as', 'it', 'is', 'very', 'thin', 'and', 'the', 'quality', 'is', 'cheap', 'looking', 'if', 'the', 'grade', 'of', 'material', 'had', 'been', 'a', 'bit', 'thicker', 'and', 'better', 'made', 'then', 'it', 'would', 'have', 'been', 'a', 'winner', ',1,0,9', 'general', 'tops', 'knits'] ['11296,873,37', 'flattering', 'fit', 'great', 'top', 'for', 'all', 'seasons', 'hides', 'imperfections', 'flatters', 'hourglass', 'shapes', 'and', 'great', 'thickness/weight', 'to', 'fabric', 'i', "'m", 'wearing', 'it', 'to', 'a', 'concert', 'with', 'skinny', 'moto', 'jeans', 'and', 'booties', 'side', 'zip', 'is', 'excellent', 'feature', 'and', 'great', 'quality', ',5,1,0', 'general', 'tops', 'knits'] ['11297,1096,36', 'only', 'for', 'no', 'chested', 'women', 'this', 'is', 'a', 'beautiful', 'dress', 'but', 'unfortunately', 'it', 'is', 'only', 'for', 'women', 'who', 'are', 'not', 'well', 'endowed', 'it', 'is', 'extremely', 'well', 'fitted', 'in', 'the', 'chest', 'the', 'high', 'waste', 'also', 'poufs', 'out', 'due', 'to', 'a', 'lot', 'of', 'extra', 'material', 'and', 'the', 'double', 'lining', 'a', 'beautiful', 'dress', 'but', 'a', 'very', 'very', 'poor', 'construction', 'also', 'there', 'are', 'bright', 'blue', 'and', 'yellow', 'beads', 'in', 'the', 'chest', 'area', 'that', 'are', 'a', 'bizarre', 'combo', 'to', 'the', 'corals', 'and', 'browns', 'of', 'the', 'fabric', 'i', 'am', 'normally', 'a', '4/6', 'at', 'retailer', 'and', 'the', '8', 'was', 'extremely', 'small.,2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['11298,829,46', 'soft', 'feminine', 'and', 'fun', 'pockets', 'i', 'love', 'this', 'tunic', 'purchased', 'the', 'dark', 'orange', 'in', 'medium', 'i', 'am', '5', '9', 'and', '140', 'lbs', 'tried', 'the', 'small', 'and', 'almost', 'kept', 'it', 'but', 'i', 'felt', 'seams', 'around', 'my', 'arm', 'pits', 'a', 'tad', 'so', 'went', 'with', 'the', 'medium', 'and', 'glad', 'i', 'did', 'this', 'top', 'should', 'be', 'comfortable', 'feels', 'very', 'fall', 'and', 'perfect', 'for', 'casual', 'get-togethers', 'and', 'running', 'around', 'town', 'only', 'comment', 'is', 'that', 'it', 'is', 'rayon', 'and', 'for', 'me', 'anyway', 'rayon', 'does', "n't", 'wash', 'too', 'well', 'so', 'we', 'shall', 'see', 'how', 'this', 'one', 'fairs', ',5,1,0', 'general', 'tops', 'blouses'] ['11299,829,58', 'excellent', 'but', 'flowy', 'i', 'bought', 'this', 'in', 'a', 'large', 'i', "'m", 'normally', 'an', 'xl', 'it', 'is', 'a', 'very', 'large', 'on', 'the', 'bottom', 'i', 'really', 'like', 'that', 'style', 'so', 'the', 'extra', 'fabric', 'was', 'good', 'i', 'tried', 'on', 'the', 'white', 'and', 'orange', 'the', 'white', 'is', 'sheer', 'and', 'i', 'did', "n't", 'like', 'the', 'fabric', 'as', 'much', 'the', 'orange', 'way', 'really', 'cute', 'though', ',5,1,3', 'general', 'tops', 'blouses'] ['11300,829,69', 'easy', 'to', 'wear', 'yes', 'this', 'runs', 'big', 'but', 'i', 'sized', 'down', 'from', 'med', 'to', 'small', 'and', 'it', 'works', 'i', 'like', 'the', 'gray/white', 'pattern', 'received', 'compliments', 'upon', 'first', 'wearing', 'and', 'know', 'i', "'ll", 'wear', 'it', 'often', 'i', 'knocked', 'off', 'a', 'star', 'because', 'of', 'the', 'rayon', 'fabric', 'which', 'wrinkles', 'so', 'easily', 'this', 'top', 'always', 'looks', 'rumpled', 'in', 'the', 'back', 'from', 'sitting', 'still', 'i', "'m", 'glad', 'to', 'have', 'it', 'in', 'my', 'fall', 'wardrobe', ',4,1,1', 'general', 'tops', 'blouses'] ['11301,1096,50', 'beautiful', 'dress', 'this', 'dress', 'is', 'really', 'lovely', 'and', 'the', 'quality', 'seems', 'excellent', 'the', 'bodice', 'of', 'the', 'dress', 'fits', 'tight', 'and', 'that', 'is', 'why', 'i', 'knocked', 'off', 'one', 'star', 'i', 'am', 'a', '34', 'a', '5', '6', 'and', '123', 'lbs.', 'ordered', 'the', '2', 'my', 'usual', 'size', 'the', 'top', 'part', 'is', 'very', 'snug', 'and', 'it', 'hugs', 'tightly', 'around', 'my', 'neck', 'which', 'i', 'do', "n't", 'like', 'i', 'may', 'try', 'going', 'up', 'a', 'size', 'but', 'it', 'fits', 'so', 'perfectly', 'everywhere', 'else', 'the', 'length', 'is', 'perfect', 'it', 'just', 'touches', 'the', 'ground', 'no', 'need', 'to', 'hem', 'it', 'even', 'with', 'flats', 'the', 'color', 'may', 'be', 'a', 'bit', 'more', 'of', 'a', 'peachy', 'color', 'in', 'person', 'but', 'overall', 't', ',4,1,42', 'general', 'petite', 'dresses', 'dresses'] ['11302,829,65', 'perfect', 'maternity', 'top', 'could', 'not', 'wait', 'for', 'this', 'to', 'come', 'and', 'so', 'disappointed', 'first', 'of', 'all', 'it', "'s", 'not', 'a', 'happy', 'orange', 'it', 'a', 'darker', 'rust', 'second', 'it', 'is', 'huge', 'fits', 'in', 'the', 'shoulders', 'and', 'is', 'super', 'comfy', 'and', 'cute', 'but', 'would', 'be', 'a', 'dynamite', 'maternity', 'top', 'you', 'could', 'go', 'to', 'term', 'in', 'this', 'blouse', 'back', 'it', 'goes', 'so', 'sad', ',2,0,0', 'general', 'tops', 'blouses'] ['11303,830,66', 'cute', 'shirt', 'was', 'surprised', 'by', 'the', 'cute', 'factor', 'and', 'great', 'fit', 'the', 'fabric', 'is', 'soft', 'it', 'flows', 'perfectly', 'and', 'is', "n't", 'too', 'long', 'it', 'covers', 'my', 'rear', 'no', 'gapping', 'at', 'the', 'chest', 'and', 'i', "'m", 'large', 'busted', 'i', 'got', 'a', 'large', 'the', 'shirt', 'is', 'black', 'and', 'the', 'florals', 'in', 'the', 'pattern', 'are', 'a', 'soft', 'muted', 'white', 'those', 'little', 'balls', 'are', 'small', 'and', 'more', 'noticeable', 'from', 'the', 'back', 'looks', 'great', 'under', 'a', 'jean', 'jacket', ',5,1,2', 'general', 'tops', 'blouses'] ['11304,829,37', 'so', 'pretty', 'i', 'bought', 'two', 'of', 'these', 'in', 'xs', 'i', 'am', "5'11", 'and', '150lbs', 'i', 'started', 'with', 'the', 'size', 'small', 'but', 'that', 'was', 'to', 'big', 'so', 'down', 'to', 'a', 'size', 'xs', 'and', 'that', 'was', 'perfect', 'the', 'color', 'ivory/white', 'is', 'really', 'nice', 'is', 'not', 'see', 'through', 'i', 'wear', 'nude', 'bras', 'and', 'it', 'goes', 'with', 'everything', 'i', 'also', 'did', "n't", 'see', 'any', 'loose', 'strings', 'falling', 'out', 'of', 'it', 'like', 'another', 'reviewer', 'said', 'quality', 'material', 'the', 'burnt', 'orange', 'is', 'really', 'nice', 'too', 'perfect', 'for', 'fall', 'love', 'the', 'pockets', 'just', 'make', 'sure', 'you', 'size', 'down', 'one', 'or', 'two', 'i', 'am', 'usually', 'a', 'size', 'medium', 'to', 'a', 'lar', ',5,1,0', 'general', 'tops', 'blouses'] ['11305,877,69', ',this', 'top', 'has', 'dry', 'clean', 'only', 'did', "n't", 'like', 'the', 'fabric', 'plus', 'mine', 'was', 'a', 'return', 'i', 'also', 'returned', 'it', 'because', 'the', 'left', 'arm', 'has', 'a', 'hole', 'now', 'it', "'s", 'for', 'sale', 'again', 'if', 'your', 'looking', 'to', 'buy', 'a', 'large', "don't.,3,0,0", 'general', 'petite', 'tops', 'knits'] ['11306,1096,48', 'fabulous', 'maxi', 'dress', 'i', 'love', 'this', 'dress', 'i', "'m", '5', '5', 'and', 'it', "'s", 'just', 'long', 'enough', 'to', 'be', 'dramatic', 'and', 'graze', 'my', 'feet', 'without', 'dragging', 'on', 'the', 'ground', 'with', 'flat', 'sandals', 'the', 'print', 'is', 'lovely', 'and', 'the', 'beading', 'is', 'subtle', 'as', 'some', 'have', 'mentioned', 'the', 'neck', 'is', 'high', 'it', "'s", 'definitely', 'noticeable', 'but', 'i', 'did', "n't", 'find', 'it', 'uncomfortable', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11307,873,31', 'really', 'cute', 'very', 'different', 'i', 'love', 'the', 'unique', 'design', 'and', 'it', 'is', 'appropriate', 'for', 'various', 'settings', '.,5,1,0', 'general', 'tops', 'knits'] ['11308,829,30', 'beautiful', 'but', 'thin', 'material', 'is', 'so', 'thin', 'this', 'shirt', 'ripped', 'in', 'three', 'places', 'after', 'wearing', 'only', 'once'] [] ['got', 'a', 'size', 'larger', 'than', 'i', 'needed', 'as', 'i', 'have', 'a', 'larger', 'chest', 'and', 'even', 'though', 'it', "'s", 'a', 'bit', 'lose', 'the', 'thread', 'has', 'ripped', 'material', 'on', 'my', 'chest', 'and', 'in', 'the', 'armpits', ',2,0,0', 'general', 'tops', 'blouses'] ['11309,986,43', 'this', 'is', 'a', 'beautiful', 'kimono', 'but', 'just', 'is', "n't", 'made', 'well', 'the', 'one', 'i', 'received', 'already', 'had', 'a', 'couple', 'small', 'holes', 'and', 'a', 'pull', 'in', 'the', 'thread', 'that', 'was', 'very', 'noticeable', 'after', 'reading', 'the', 'additional', 'reviewer', 'who', 'wore', 'it', 'an', 'hour', 'and', 'it', 'was', 'already', 'pilling', 'it', 'is', 'going', 'back', 'for', 'good', 'such', 'a', 'shame', ',1,0,14', 'general', 'jackets', 'jackets'] ['11310,1094,71', 'dress', 'is', 'fabulous', 'but', 'i', 'loved', 'this', 'dress', 'and', 'the', 'color', 'i', 'wanted', 'to', 'wear', 'it', 'to', 'my', 'niece', "'s", 'wedding', 'i', 'usually', 'wear', 'a', 'medium', 'but', 'could', "n't", 'get', 'it', 'on', 'the', 'large', 'was', 'perfect', 'in', 'the', 'top', 'but', 'too', 'tight', 'in', 'the', 'hips', 'for', 'a', 'wedding', 'even', 'with', 'spanks', 'the', 'xl', 'was', 'perfect', 'is', 'the', 'hips', 'in', 'that', 'it', 'did', "n't", 'cut', 'but', 'the', 'top', 'was', 'huge', 'i', 'really', 'do', "n't", 'understand', 'the', 'sizing', 'of', 'this', 'dress', 'at', 'all', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['11311,986,57', 'not', 'a', 'kimono.', 'this', 'is', 'not', 'a', 'kimono', 'it', "'s", 'a', 'cocoon', 'there', "'s", 'a', 'huge', 'difference'] [] ['it', "'s", 'also', 'not', 'made', 'very', 'well', ',1,0,6', 'general', 'jackets', 'jackets'] ['11312,873,59', 'love', 'the', 'shape', 'this', 'is', 'an', 'awesome', 'shirt', 'gorgeous', 'quality', 'and', 'design', 'can', 'be', 'dressed', 'up', 'or', 'down', 'it', 'runs', 'slightly', 'large', 'i', 'ordered', 'a', 'small', 'i', 'would', 'still', 'order', 'a', 'small', 'but', 'if', 'you', 'are', 'trying', 'to', 'decide', 'between', 'a', 'small', 'and', 'an', 'extra', 'small', 'i', 'would', 'get', 'the', 'extra', 'small.,5,1,1', 'general', 'tops', 'knits'] ['11313,829,37', 'perfect', 'tunic', 'my', 'store', 'got', 'this', 'great', 'tunic', 'in', 'white', 'and', 'i', 'loved', 'it', 'so', 'much', 'perfect', 'tunic', 'length', 'swingy', 'detailed', 'but', 'as', 'soon', 'as', 'i', 'saw', 'the', 'orange', 'option', 'i', 'knew', 'i', 'had', 'to', 'wait', 'for', 'it', 'i', 'just', 'got', 'it', 'and', 'im', 'in', 'love', 'the', 'orange', 'print', 'is', 'so', 'lovely', 'the', 'perfect', 'fall', 'color', 'and', 'the', 'print', 'is', 'timeless', 'the', 'fabric', 'is', 'light', 'and', 'easy', 'the', 'fit', 'is', 'definitely', 'bigger', 'but', 'i', 'usually', 'wear', 'a', 'l', 'or', 'xl', 'in', 'retailer', 'tops', 'and', 'i', 'preferred', 'the', 'xl', 'i', 'have', 'a', 'lot', 'of', 'curves', 'so', 'i', 'love', 'a', 'top', 'that', 'has', 'some', 'room', 'but', 'i', 'needed', 'the', 'xl', 'for', 'room', 'i', ',5,1,2', 'general', 'tops', 'blouses'] ['11314,829,39', 'fits', 'weird', 'i', 'wanted', 'to', 'love', 'this', 'as', 'i', 'love', 'holding', 'horses', 'but', 'it', 'fits', 'weird', 'slender', 'in', 'arms', 'but', 'baggy', 'in', 'the', 'torso', 'i', 'will', 'be', 'returning', ',2,0,0', 'general', 'tops', 'blouses'] ['11315,831,34', 'wish', 'it', 'were', 'made', 'out', 'of', 'cotton', 'it', "'s", 'sheer', 'the', 'design', '/print', 'is', 'casual', 'but', 'on', 'silk', 'like', 'material', 'had', 'it', 'been', 'made', 'out', 'of', 'cotton', 'would', 'have', 'definitely', 'kept', 'it', 'who', 'is', 'going', 'to', 'wear', 'this', 'in', 'the', 'blazing', 'heat', 'of', 'summer', ',1,0,7', 'general', 'petite', 'tops', 'blouses'] ['11316,873,38', 'beautiful', 'peplum', 'top', 'great', 'fit', 'wonderfully', 'made', 'and', 'priced', 'just', 'right', ',5,1,0', 'general', 'tops', 'knits'] ['11317,829,74', 'great', 'for', 'summer', 'i', 'tried', 'this', 'tunic', 'at', 'a', 'store', 'and', 'loved', 'it', 'i', 'had', 'to', 'buy', 'a', 'much', 'bigger', 'size', 'because', 'the', 'sleeves', 'are', 'so', 'narrow'] ['the', '12', 'fit', 'ok', 'but', 'the', 'sleeves', 'are', 'so', 'tight', 'it', 'hurt', 'i', 'have', 'normal', 'arms', 'and', 'i', 'am', 'so', 'glad', 'i', 'was', 'at', 'a', 'store', 'to', 'try', 'a', 'bigger', 'size', ',4,1,18', 'general', 'tops', 'blouses'] ['11318,1094,31', 'pretty', 'in', 'pictures', 'awkward', 'in', 'person', 'although', 'this', 'is', 'a', 'very', 'lovely', 'dress', 'in', 'the', 'pictures', 'and', 'it', 'has', 'a', 'lovely', 'quality', 'in', 'person', 'the', 'shape', 'and', 'orientation', 'of', 'the', 'dress', 'is', 'very', 'awkward', 'the', 'attached', 'slip', 'makes', 'it', 'tricky', 'to', 'put', 'on', 'and', 'the', 'sizing', 'between', 'the', 'top', 'and', 'the', 'hips', 'seems', 'inconsistent', 'tight', 'in', 'the', 'hips', 'large', 'in', 'the', 'top', 'not', 'quite', 'for', 'my', 'body', 'type', 'maybe', 'better', 'for', 'someone', 'with', 'slim', 'hips', 'and', 'a', 'bigger', 'bust', ',3,0,10', 'general', 'petite', 'dresses', 'dresses'] ['11319,829,56', 'comfy', 'cute', 'i', 'think', 'i', "'ll", 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'this', 'you', 'will', 'be', 'able', 'to', 'size', 'down', 'it', 'will', 'still', 'hide', 'a', 'host', 'of', 'sins', 'it', "'s", 'very', 'comfortable', 'and', 'stylish.,4,1,0', 'general', 'tops', 'blouses'] ['11320,829,43', 'luscious', 'luster', 'i', 'bought', 'the', 'silvery', 'blue', 'tunic', 'it', 'is', 'very', 'light', 'grey', 'with', 'a', 'hint', 'of', 'blue', 'it', 'is', 'so', 'shapely', 'coverage', 'without', 'being', 'boxy', 'or', 'maternity-like', 'it', 'covers', 'your', 'bum', 'perfectly', 'and', 'looks', 'great', 'with', 'a', 'dark', 'pair', 'of', 'skinny', 'jeans', 'the', 'color', 'can', 'really', 'take', 'you', 'through', 'autumn', 'winter', 'and', 'even', 'spring', 'depending', 'on', 'where', 'you', 'live', 'i', 'love', 'the', 'sleeve', 'length', 'too', ',5,1,0', 'general', 'tops', 'blouses'] ['11321,1094,43', 'sexy', 'dress', 'i', 'just', 'received', 'this', 'dress', 'and', 'i', "'m", 'glad', 'i', 'read', 'previous', 'reviews', 'and', 'ordered', 'a', 'size', 'up', 'i', 'normally', 'wear', 'an', 'xs', 'or', 's', 'and', 'ordered', 'a', 'medium', 'it', 'fits', 'perfectly', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'dress', 'is', 'unique', 'ca', "n't", 'wait', 'to', 'find', 'a', 'special', 'event', 'to', 'wear', 'it.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11322,829,63', 'was', 'going', 'to', 'order', 'this', 'top', 'in', 'orange', 'but', 'could', 'not', 'decide', 'what', 'size', 'i', 'am', 'either', 'a', 'large', 'or', 'xl', 'i', 'found', 'that', 'the', 'top', 'was', 'in', 'stock', 'in', 'a', 'local', 'retailer', 'in', 'white', 'and', 'went', 'to', 'try', 'it', 'for', 'size', 'first', 'the', 'top', 'is', 'huge', 'i', 'tried', 'the', 'large', 'on', 'and', 'it', 'fit', 'me', 'across', 'the', 'bust', 'and', 'shoulders', 'nicely', 'the', 'rest', 'of', 'the', 'top', 'was', 'like', 'a', 'large', 'tent', 'the', 'white', 'is', 'an', 'off', 'white', 'and', 'really', 'is', 'not', 'attractive', 'looking', 'in', 'fact', 'in', 'the', 'store', 'it', 'was', 'displayed', 'with', 'a', 'jacket', 'over', 'it', 'online', 'the', 'orange', 'looks', 'completely', 'different', ',2,0,24', 'general', 'tops', 'blouses'] ['11323,872,45', 'beautiful', 'top', 'this', 'top', 'is', 'exactly', 'as', 'pictured', 'and', 'the', 'fit', 'is', 'perfect', 'the', 'knit', 'is', 'a', 'nice', 'quality', 'and', 'the', 'embroidery', 'is', 'striking', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'it', 'will', 'look', 'great', 'with', 'skinny', 'jeans.,5,1,1', 'general', 'tops', 'knits'] ['11324,1096,20', 'most', 'beautiful-and', 'unique-dress', 'i', 'own', 'gorgeous', 'dress', 'soft', 'silky', 'material', 'and', 'flattering', 'on', 'most', 'body', 'types', 'best', 'purchase', 'i', "'ve", 'made', 'at', 'retailer', 'in', 'a', 'long', 'time', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11325,873,34', 'just', 'did', "n't", 'work', 'for', 'me', '-i', 'normally', 'do', "n't", 'go', 'for', 'these', 'tops', 'because', 'with', 'my', 'hourglass', 'frame', 'and', 'wider', 'hips', 'it', 'only', 'makes', 'me', 'look', 'wider', 'however', 'like', 'others', 'i', 'was', 'drawn', 'to', 'the', 'fabric', 'and', 'feel.the', 'bottom', 'half', 'really', 'is', 'lovely', 'and', 'looks', 'expensive', 'and', 'the', 'top', 'half', 'is', 'stretchy', 'an', ',4,1,3', 'general', 'tops', 'knits'] ['11326,829,36', 'new', 'favorite', 'love', 'love', 'love', 'this', 'top', 'love', 'the', 'ruffled', 'tiers', 'at', 'the', 'bottom', 'love', 'the', 'longer', 'length', 'the', 'top', 'does', 'indeed', 'run', 'large', 'normally', 'i', "'m", 'between', 'a', 'medium', 'and', 'small', 'but', 'bought', 'the', 'xs', 'love', 'the', 'pockets', 'the', 'orange', 'color', 'seems', 'like', 'a', 'nicer', 'fabric', 'and', 'is', 'versatile', 'with', 'both', 'jeans', 'and', 'leggings', ',5,1,0', 'general', 'tops', 'blouses'] ['11327,829,23', 'lovely', 'tunic', 'i', 'was', 'headed', 'out', 'of', 'my', 'local', 'retailer', 'store', 'when', 'i', 'spotted', 'this', 'beauty', 'i', 'had', 'been', 'looking', 'for', 'a', 'dress/tunic', 'like', 'this', 'for', 'some', 'time', 'i', 'got', 'the', 'lovely', 'soft', 'grey/white', 'combo', 'and', 'it', 'is', 'lovely', 'on', 'normally', 'an', 'xl', 'in', 'tops', 'from', 'retailer', 'the', 'large', 'in', 'this', 'holding', 'horses', 'tunic', 'fit', 'perfect', 'also', 'a', 'note', 'for', 'women', 'with', 'bigger', 'arms', 'and', 'shoulders', 'this', 'should', 'work', 'well', 'for', 'you', 'as', 'this', 'is', 'usually', 'a', 'problem', 'for', 'me', 'and', 'not', 'the', 'case', 'with', 'this', 'piece', 'easily', 'dresses', 'up', 'or', 'down', 'both', 'jeans', 'and', 'leggings', 'work', 'well', ',5,1,2', 'general', 'tops', 'blouses'] ['11328,1096,36', 'love', 'this', 'dress', 'what', 'a', 'beautiful', 'dress', 'a', 'size', '2', 'fit', 'me', 'perfectly-', '5', '5', '120lbs', 'i', 'have', 'a', 'small', 'ribcage', 'so', 'it', 'works', 'on', 'me', 'but', 'it', 'might', 'be', 'too', 'tight', 'for', 'someone', 'with', 'a', 'larger', 'one', 'the', 'fabric', 'is', 'of', 'amazing', 'quality', 'and', 'i', 'was', 'so', 'glad', 'to', 'see', 'there', 'is', 'a', 'liner', 'under', 'the', 'skirt', 'the', 'top', 'has', 'some', 'delicate', 'beading', 'which', 'looks', 'great', 'but', 'i', 'am', 'concerned', 'it', 'will', 'fall', 'off', 'at', 'some', 'point', 'i', 'have', 'found', 'that', 'retailer', 'clothing', 'tends', 'to', 'have', 'loose', 'buttons', 'and', 'beading', 'i', 'have', 'not', 'washed', 'it', 'yet', 'so', 'i', 'am', 'hoping', 'it', 'holds', 'up', 'otherwise', 'i', 'am', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11329,1081,39', 'wow', 'i', 'feel', 'so', 'lucky', 'to', 'have', 'caught', 'this', 'as', 'a', 'popback', 'this', 'dress', 'is', 'killer', 'it', "'s", 'casual', 'style', 'and', 'simple', 'design', 'can', 'be', 'found', 'at', 'other', 'retailers', 'but', 'the', 'quality', 'and', 'details', 'and', 'fit', 'can', 'only', 'be', 'made', 'by', 'retailer', 'and', 'dolan', 'it', "'s", 'body', 'skimming', 'but', 'lined', 'so', 'it', 'does', "n't", 'cling', 'to', 'flaws', 'the', 'knit', 'itself', 'is', 'substantial', 'and', 'it', "'s", 'a', 'mockneck', 'not', 'a', 'turtleneck', 'i', 'would', 'say', 'this', 'dress', 'runs', 'small', 'because', 'i', 'usually', 'buy', 'medium', 'and', 'this', 'fit', 'in', 'a', 'large', 'because', 'of', 'weight', 'and', 'lining', 'this', 'is', 'a', 'spring', 'and', 'early', 'fall', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11330,1096,35', 'beautiful', 'dress', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'and', 'was', 'so', 'bummed', 'to', 'see', 'it', 'on', 'backorder', 'online', 'until', 'may', 'i', 'went', 'to', 'my', 'local', 'store', 'and', 'they', 'had', 'it', 'in', 'stock', 'so', 'i', 'immediately', 'tried', 'it', 'on', 'i', "'m", 'not', 'usually', 'a', 'big', 'fan', 'of', 'maxi', 'dresses', 'but', 'this', 'dress', 'is', 'so', 'pretty', 'and', 'the', 'quality', 'is', 'amazing', 'the', 'fabric', 'is', 'light', 'and', 'airy', 'but', 'not', 'too', 'delicate', 'and', 'the', 'subtle', 'beading', 'on', 'the', 'top', 'adds', 'an', 'extra', 'special', 'touch', 'the', 'waist', 'is', 'a', 'little', 'high', 'it', "'s", 'similar', 'to', 'the', 'picture', 'online', 'but', 'i', "'m", 'also', "5'10", 'so', 'it', 'mi,5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['11331,829,37', 'pregnant', 'ladies', 'this', 'definitely', 'works', 'for', 'you', 'think', 'fabric', 'great', 'quality', 'and', 'i', "'m", '25', 'weeks', 'and', 'i', 'think', 'i', "'ll", 'be', 'able', 'to', 'use', 'this', 'to', 'the', 'end', 'got', 'my', 'normal-ish', 'size', 'would', 'never', 'have', 'kept', 'this', 'if', 'i', 'was', "n't", 'pregnant', 'cause', 'you', 'can', 'definitely', 'accommodate', 'a', 'pregnancy', 'or', 'maybe', 'go', 'down', 'two', 'sizes', 'if', 'not', 'this', 'is', 'not', 'my', 'first', 'baby', 'either', 'love', 'for', 'my', 'pregnancy', ',4,1,0', 'general', 'tops', 'blouses'] ['11332,1096,34', 'beautiful', 'beading', 'details', 'i', 'ordered', 'this', 'dress', 'online', 'and', 'did', 'not', 'realize', 'it', 'had', 'beaded', 'details', 'on', 'the', 'bodice', 'gorgeous', 'dress', 'perfect', 'for', 'festival', 'season.,4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['11333,829,32', ',,3,0,0', 'general', 'tops', 'blouses'] ['11334,829,65', 'love', 'this', 'tunic', 'this', 'looks', 'sooooo', 'much', 'better', 'on', 'than', 'on', 'the', 'hanger/in', 'the', 'picture', 'i', 'bought', 'the', 'grey', 'and', 'it', 'is', 'the', 'most', 'comfortable', 'tunic', 'i', "'ve", 'ever', 'worn', 'it', 'is', 'light', 'airy', 'and', 'so', 'easy', 'to', 'wear', 'i', 'wish', 'it', 'came', 'in', 'more', 'prints/colors', 'cause', 'i', "'d", 'buy', 'another', 'one', 'in', 'a', 'skinny', 'minute', 'if', 'you', 'do', "n't", 'try', 'this', 'on', 'you', "'re", 'missing', 'out', 'on', 'a', 'surprisingly', 'awesome', 'wardrobe', 'piece', 'you', 'can', 'wear', 'it', 'year-round', 'with', 'jeans', 'pants', 'a', 'vest', 'wrap', 'scarves', 'leggings', 'boots', 'sandals', 'or', 'anything', 'else', 'and', 'it', 'looks', 'chic', 'and', 'whimsical', 'go', ',5,1,1', 'general', 'tops', 'blouses'] ['11335,873,52', 'prettier', 'than', 'the', 'photo', 'great', 'top', 'to', 'dress', 'further', 'up', 'or', 'down', 'it', 'does', 'however', 'run', 'large', 'and', 'the', 'straps', 'seem', 'too', 'long', 'if', 'you', 'are', 'a', 'petite', 'you', 'will', 'not', 'be', 'able', 'to', 'wear', 'a', 'regular', 'without', 'alterations', ',4,1,3', 'general', 'tops', 'knits'] ['11336,1096,25', 'beautiful', 'maxi', 'love', 'this', 'maxi', 'gorgeous', 'print', 'flowy', 'and', 'romantic', 'in', 'my', 'opinion', 'runs', 'a', 'bit', 'tight', 'in', 'the', 'chest-', 'i', 'sized', 'up', 'from', 'my', 'usual', '6', 'to', 'an', '8', 'and', 'it', 'was', 'perfect', 'i', 'am', '5', '7', 'and', 'it', 'was', 'floor', 'length', 'without', 'tripping', 'me', 'up', 'looks', 'great', 'on', 'darker', 'skin', 'i', 'am', 'on', 'the', 'fair', 'side', 'winter', 'skin', 'and', 'the', 'beige', 'color', 'down', 'the', 'middle', 'looked', 'flesh-toned', 'and', 'washed', 'me', 'out', 'a', 'bit', 'but', 'with', 'a', 'tan', 'this', 'dress', 'will', 'be', 'perfect', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['11337,829,64', 'huge', 'and', 'then', 'some', 'i', 'bought', 'the', 'orange', 'in', 'xxs', 'petite', 'and', 'the', 'cream', 'in', 'the', 'xsp', 'as', 'it', 'did', 'not', 'come', 'in', 'xxs'] [] ['i', 'like', 'a', 'swing', 'style', 'but', 'this', 'is', 'a', 'tent', 'the', 'material', 'in', 'the', 'cream', 'is', 'fairly', 'sheer', 'and', 'i', 'found', 'hanging', 'threads', 'that', 'came', 'from', 'suspect', 'seams', 'the', 'overall', 'effects', 'was', 'being', 'lost', 'in', 'all', 'the', 'fabric', 'they', 'rather', 'skew', 'old', 'school', 'maternity', 'in', 'summation', 'mine', 'are', 'going', 'back', ',3,0,44', 'general', 'tops', 'blouses'] ['11338,829,65', 'boho', 'perfect', 'if', 'you', 'love', 'the', 'boho', 'style', 'then', 'this', 'too', 'is', 'for', 'you', 'it', 'is', 'very', 'pretty', 'and', 'pairs', 'well', 'with', 'skinny', 'jeans', 'leggings', 'sandals', 'boots', 'and', 'booties', 'i', 'bought', 'it', 'in', 'the', 'orange', 'color', 'which', 'is', 'more', 'of', 'a', 'burnt', 'orange', 'which', 'is', 'perfect', 'for', 'fall', 'it', 'does', 'run', 'big', 'which', 'is', 'the', 'style', 'so', 'you', 'could', 'size', 'down', 'and', 'still', 'have', 'room', 'to', 'hide', 'flaws', 'for', 'reference', 'i', "'m", '5', '3', 'and', 'bought', 'the', 'pm', 'but', 'needed', 'the', 'ps', 'i', 'have', 'recievied', 'tons', 'of', 'compliments', 'and', 'i', "'m", 'thinking', 'of', 'getting', 'the', 'silver', 'one', 'too', ',5,1,0', 'general', 'tops', 'blouses'] ['11339,1096,38', 'hmmmm', 'disappointed', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'everything', 'about', 'it', 'was', 'so', 'beautiful', 'except', 'the', 'fit', 'the', 'length', 'the', 'neckline', 'i', 'tried', 'on', 'a', '4', '6', 'and', 'petite', '4.', 'i', "'m", '5', '5', '130', '32dd', 'the', 'top', 'of', 'the', 'dress', 'runs', 'small/tight', 'so', 'i', 'needed', 'to', 'try', 'it', 'on', 'without', 'a', 'bra'] ['the', 'length', 'on', 'the', 'regular', 'is', 'to', 'the', 'floor/with', 'the', 'petite', 'to', 'my', 'ankles', 'the', 'print', 'was', 'beautiful', 'and', 'like', 'in', 'the', 'photo', 'it', 'flowed', 'nicely', 'but', 'there', 'was', 'just', 'too', 'much', 'fabric', 'maybe', 'it', 'was', 'just', 'the', 'design', 'for', 'me', 'it', 'did', 'nothing', 'for', 'my', 'figure', 'at', 'all', ',4,0,1', 'general', 'petite', 'dresses', 'dresses'] ['11340,829,59', 'new', 'favorite', 'i', 'love', 'this', 'tunic', 'it', 'is', 'so', 'comfortable', 'and', 'looks', 'great', 'with', 'leggings', 'and', 'boots', 'perfect', 'fall', 'look.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11341,829,53', 'cute', 'top', 'i', 'was', 'looking', 'for', 'a', 'layering', 'piece', 'to', 'go', 'over', 'leggings', 'or', 'skinny', 'jean', 'to', 'cover', 'my', 'backside', 'i', 'really', 'like', 'this', 'swingy', 'top', 'i', 'agree', 'that', 'it', 'does', 'run', 'large', 'but', 'i', 'was', 'looking', 'for', 'something', 'flowy', 'so', 'i', 'love', 'it', 'the', 'cream', 'is', 'a', 'litttle', 'more', 'sheer', 'than', 'i', 'expected', 'so', 'i', "'m", 'wearing', 'a', 'cami', 'underneath', 'maybe', 'being', 'taller', '5', '8', 'helps', 'it', 'not', 'seem', 'so', 'much', 'like', 'a', 'tent', 'well', 'made', 'and', 'just', 'what', 'i', 'thought', 'it', 'would', 'be', 'from', 'the', 'website', 'model', 'photo', 'i', 'used', 'a', '20', 'coupon', 'so', 'help', 'easy', 'the', 'pain', 'of', 'the', 'price', 'of', 'this', 'top', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11342,831,48', 'piece', 'did', "n't", 'make', 'sense', 'this', 'piece', 'did', "n't", 'make', 'sense', 'to', 'me', 'maybe', 'it', "'s", 'bc', 'i', "'m", 'a', 'yankee', 'fan', 'but', 'it', 'reminded', 'me', 'of', 'a', 'high', 'end', 'baseball', 'jersey', 'that', 'was', 'sheer', 'i', 'did', "n't", 'think', 'it', 'was', 'office', 'appropriate', 'but', 'too', 'dressy', 'for', 'casual', 'wear', 'it', 'went', 'back.,2,0,0', 'general', 'petite', 'tops', 'blouses'] ['11343,829,61', 'i', 'joined', 'the', 'holding', 'horses', 'fan', 'club', 'i', 'visited', 'my', 'local', 'retailer', 'store', 'to', 'purchase', 'a', 'dress', 'and', 'left', 'with', 'two', 'of', 'these', 'tunics', 'i', 'love', 'browsing', 'the', 'retailer', 'store', 'its', 'a', 'feast', 'for', 'my', 'senses', 'the', 'pavin', 'buttyondown', 'tunics', 'are', 'much', 'more', 'appealing', 'in', 'person.all', 'three', 'feel', 'different', 'due', 'to', 'their', 'color', 'and', 'pattern', 'to', 'me', 'the', 'burned', 'orange', 'feels', 'like', 'country', 'and', 'fall', 'the', 'pastel', 'grey', 'one', 'feels', 'spring', 'like', 'and', 'more', 'elegant', 'and', 'the', 'white', 'one', 'feels', 'like', 'summer', 'they', 'all', 'look', 'very', 'cute', 'on.i', 'did', 'size', 'down', 'and', 'still', 'got', 'the', 'oversize', 'flowing', 'look.this', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['11344,829,45', 'too', 'small', 'this', 'shirt', 'is', 'so', 'small', 'i', 'am', 'not', 'sure', 'who', 'came', 'up', 'with', 'the', 'sizing', 'but', 'you', 'have', 'to', 'go', 'up', 'several', 'sizes', 'to', 'get', 'a', 'comfortable', 'fit', 'do', "n't", 'waste', 'your', 'time', 'on', 'this', 'shirt', 'such', 'a', 'shame', 'it', 'could', 'have', 'been', 'very', 'cute', ',1,0,1', 'general', 'petite', 'tops', 'blouses'] ['11345,1086,26', 'fun', 'summer', 'dress', 'i', 'purchased', 'this', 'dress', 'in', 'white', 'and', 'i', 'love', 'the', 'color', 'i', 'think', 'it', "'s", 'a', 'great', 'casual', 'look', 'and', 'it', "'s", 'really', 'fun', 'to', 'wear', 'my', 'experience', 'has', 'been', 'that', 'this', 'runs', 'true', 'to', 'size', 'i', "'m", '5', '4', '120', 'lbs', 'and', 'i', 'ordered', 'a', 'size', 'xs', ',4,1,4', 'general', 'dresses', 'dresses'] ['11346,956,35', 'i', 'love', 'this', 'poncho', 'it', 'is', 'flattering', 'who', 'would', 'have', 'thought', 'i', 'would', 'use', 'that', 'word', 'in', 'the', 'same', 'sentence', 'as', 'a', 'poncho', 'and', 'offers', 'enough', 'room', 'for', 'warm', 'clothes', 'underneath'] [] ['it', 'is', 'stiffer', 'and', 'thicker', 'than', 'i', 'had', 'originally', 'anticipated', 'and', 'the', 'material', 'is', 'somewhat', 'itchy', 'so', 'i', 'would', 'recommend', 'long', 'sleeves', 'and', 'clothes', 'with', 'more', 'covering', 'underneath', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['11347,1086,34', 'great', 'dress', 'nice', 'thick', 'material', 'cream', 'has', 'lining', 'underneath', 'which', 'i', 'appreciated', 'so', 'that', 'it', "'s", 'not', 'sheer', 'in', 'the', 'light', 'flattering', 'design', ',5,1,2', 'general', 'dresses', 'dresses'] ['11348,1086,48', 'amazing', 'find', 'i', 'saw', 'this', 'dress', 'and', 'i', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'that', 'night', 'that', 'you', 'do', "n't", 'feel', 'like', 'wearing', 'just', 'jeans', 'yet', 'you', 'do', "n't", 'want', 'to', 'be', 'overdressed', 'the', 'dress', 'is', '100', 'cotton', 'and', 'is', 'extremely', 'comfortable', 'i', 'paired', 'with', 'an', 'open', 'toe', 'wide', 'heeled', 'bootie', 'and', 'a', 'long', 'necklace', 'the', 'dress', 'has', 'a', 'slight', 'a', 'line', 'bottom', 'but', 'fits', 'close', 'to', 'the', 'body', 'in', 'chest', 'and', 'arms', 'extremely', 'flattering', 'for', 'all', 'body', 'types', 'and', 'the', 'color', 'is', 'a', 'pretty', 'blue', 'a', 'dress', 'for', 'all', 'seasons', ',5,1,35', 'general', 'dresses', 'dresses'] ['11349,561,20', 'does', "n't", 'fit', 'as', 'tight/as', 'slimming', 'as', 'you', 'think', 'it', 'would', 'by', 'looking', 'at', 'the', 'picture', 'definitely', 'order', 'one', 'size', 'down', 'if', 'you', 'want', 'it', 'to', 'fit', 'tight', ',3,1,0', 'general', 'petite', 'trend', 'trend'] ['11350,1022,43', 'cute', 'but', 'not', 'universally', 'flattering', 'i', 'love', 'ag', 'jeans', 'i', 'own', 'several', 'pair', 'and', 'i', 'think', 'they', 'wash', 'well', 'and', 'wear', 'well', 'that', 'being', 'said', 'i', "'d", 'never', 'purchased', 'a', 'pair', 'of', 'the', 'stevie', 'cut', 'before', 'they', 'have', 'the', 'same', 'quality', 'one', 'would', 'expect', 'from', 'ag', 'and', 'i', 'like', 'that', 'the', 'ankles', 'are', "n't", 'true', 'skinny', 'jeans', 'but', 'have', 'a', 'little', 'width', 'it', "'s", 'more', 'on-trend', 'for', 'this', 'season', 'for', 'me', 'the', 'issue', 'was', 'more', 'with', 'the', 'color', 'i', 'order', 'pink', 'when', 'they', 'arrived', 'they', 'were', 'beautiful', 'in', 'the', 'little', 'plastic', 'bag', 'my', 'heart', 'skipped', 'a', 'beat', 'hooray', 'cute', 'new', 'jeans', 'except', 'w', ',3,1,1', 'general', 'bottoms', 'jeans'] ['11351,975,39', 'pretty', 'sweet', 'vest.', 'yes', 'it', 'runs', 'a', 'little', 'large', 'i', 'usually', 'get', 'a', 's', 'or', 'm', 'in', 'tops', 'but', 'for', 'this', 'i', 'bought', 'a', 's.', 'i', 'am', '5', '2', '130', 'lbs', 'and', 'i', 'did', 'not', 'get', 'the', 'petite-', 'i', 'feel', 'like', 'the', 'regular', 'hits', 'me', 'at', 'the', 'same', 'area', 'as', 'the', 'model', 'in', 'picture', 'i', 'went', 'into', 'retailer', 'looking', 'for', 'a', 'dress', 'and', 'walked', 'out', 'with', 'this', 'vest', 'too', 'had', 'to', 'have', 'versatile', 'stylish', 'pockets', 'good', 'quality', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['11352,1022,34', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['11353,1022,27', 'perfect', 'fit', 'love', 'these', 'pants', 'they', 'are', 'a', 'perfect', 'color', 'are', 'of', 'a', 'good', 'weight', 'i', 'sometimes', 'worry', 'that', 'light-colored', 'pants', 'are', 'going', 'to', 'be', 'see', 'through', 'and', 'fit', 'wonderfully', 'they', 'are', 'true', 'to', 'size', 'and', 'are', 'narrow', 'down', 'the', 'leg', 'perfect', 'for', 'flats', 'boots', 'booties', 'or', 'sandals', 'for', 'summer', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11354,1022,27', 'love', 'these', 'pants', 'i', 'bought', 'these', 'about', 'a', 'month', 'ago', 'in', 'the', 'sky', 'blue', 'gorgeous', 'color', 'i', 'was', 'a', 'little', 'disappointed', 'because', 'they', 'fit', 'bigger', 'than', 'i', 'normally', 'wear', 'my', 'pants', 'but', 'i', 'decided', 'to', 'keep', 'them', 'anyway', 'they', 'are', 'the', 'most', 'comfortable', 'pants', 'i', "'ve", 'ever', 'worn', 'butter', 'soft', 'i', 'have', 'dressed', 'them', 'up', 'with', 'a', 'nice', 'top', 'and', 'suede', 'booties', 'and', 'also', 'worn', 'casual', 'with', 'a', 'baggy', 'sweater', 'and', 'toms', 'i', 'highly', 'recommend', 'these', 'pants', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11355,731,30', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['11356,1086,47', 'great', 'idea', 'poor', 'execution', 'pretty', 'color', 'but', 'i', 'was', 'hoping', 'for', 'a', 'thicker', 'higher', 'quality', 'material', 'for', 'the', 'price', 'the', 'material', 'is', 'lightweight', 'and', 'is', "n't", 'tailored', 'well', 'looks', 'kind', 'of', 'sloppy', ',2,0,5', 'general', 'dresses', 'dresses'] ['11357,1086,32', 'found', 'this', 'randomly', 'in', 'the', 'store', 'online', 'return', 'and', 'did', "n't", 'expect', 'to', 'like', 'it', 'but', 'tried', 'it', 'on', 'and', 'fell', 'in', 'love', 'with', 'it', 'extremely', 'comfortable', 'dress', 'but', 'also', 'has', 'a', 'unique/special', 'design', 'that', 'makes', 'you', 'feel', 'great', 'wearing', 'it', 'will', 'be', 'perfect', 'to', 'wear', 'out', 'when', 'do', "n't", 'want', 'to', 'look', 'too', 'dressed', 'up', 'or', 'like', 'trying', 'too', 'hard', ',5,1,2', 'general', 'dresses', 'dresses'] ['11358,995,34', 'mixed', 'feelings', 'i', 'fell', 'in', 'love', 'with', 'this', 'skirt', 'when', 'i', 'saw', 'it', 'on', 'display', 'so', 'i', 'had', 'the', 'store', 'order', 'me', 'an', 'xspetite', 'it', 'seemed', 'like', 'the', 'perfect', 'lightweight', 'summer', 'skirt', 'that', 'would', 'go', 'with', 'everything', 'it', 'arrived', 'today', 'and', 'i', 'was', 'a', 'bit', 'underwhelmed', 'with', 'the', 'way', 'it', 'actually', 'fit', 'on', 'me', 'it', 'is', 'kind', 'of', 'a', 'thick', 'linen/cottony', 'material', 'and', 'just', 'did', "n't", 'lay', 'down', 'well', 'bunching', 'out', 'on', 'the', 'sides', 'in', 'a', 'way', 'i', 'did', "n't", 'find', 'to', 'be', 'very', 'flattering', 'so', '5', 'stars', 'for', 'print', 'and', 'whimsy', 'and', 'charm', 'but', '3', 'stars', 'for', 'actual', 'fit', 'on', 'alas', 'it', 'is', 'going', ',3,1,8', 'general', 'bottoms', 'skirts'] ['11359,956,37', 'love', 'i', 'fell', 'in', 'love', 'with', 'this', 'poncho', 'at', 'first', 'sight', 'the', 'colors', 'are', 'neutral', 'so', 'it', 'can', 'be', 'worn', 'with', 'a', 'lot', 'i', "'m", 'a', 'typical', 'm', 'and', 'it', 'does', 'run', 'large', 'so', 'i', 'went', 'with', 'a', 's', 'and', 'it', "'s", 'perfect', 'long', 'enough', 'to', 'cover', 'leggings', 'and', 'great', 'for', 'the', 'in', 'between', 'seasons', 'i', "'ve", 'worn', 'it', 'at', 'least', 'five', 'times', 'since', 'purchase', 'and', 'get', 'compliments', 'every', 'time.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['11360,1022,51', 'perfect', 'fit', 'i', 'love', 'ag', 'jeans', 'and', 'these', 'are', 'fabulous', 'i', 'ca', "n't", 'say', 'enough', 'about', 'how', 'well', 'ag', 'jeans', 'fit', 'and', 'hold', 'up', 'over', 'time', 'i', 'have', 'several', 'pair', 'i', 'purchased', 'the', 'royal', 'blue', 'color', 'in', 'the', 'store', 'they', 'held', 'their', 'shape', 'all', 'day', 'and', 'were', 'super', 'comfy', 'i', 'decided', 'to', 'purchased', 'two', 'more', 'pairs', 'with', 'the', 'online', 'sale', 'because', 'i', 'know', 'i', 'will', 'be', 'wearing', 'these', 'for', 'a', 'long', 'time.,5,1,0', 'general', 'bottoms', 'jeans'] ['11361,1022,38', 'great', 'fabric', 'i', 'love', 'how', 'the', 'white', 'and', 'beige', 'were', 'not', 'see', 'through', 'and', 'actually', 'very', 'forgiving', 'to', 'people', 'with', 'cellulite', 'love', 'love', 'the', 'fit', 'highly', 'recommend', 'i', "'m", 'always', 'a', '30', 'but', 'in', 'these', 'i', 'even', 'fit', 'into', 'the', '29.', 'i', 'would', 'say', 'if', 'you', "'re", 'in', 'between', 'size', 'down', 'i', 'love', 'the', 'fit', 'so', 'much', 'that', 'i', 'got', 'the', 'beige', 'and', 'white', 'highly', 'recommend', 'hit', 'at', 'my', 'ankle', 'for', 'me', 'at', '5', '6', ',5,1,10', 'general', 'bottoms', 'jeans'] ['11362,1086,41', 'beautiful', 'dress', 'i', "'m", 'super', 'happy', 'with', 'this', 'dress', 'it', "'s", 'extremely', 'well', 'made', 'very', 'light', 'and', 'comfortable', 'and', 'the', 'shoulder', 'cutouts', 'are', 'tastefully', 'done', 'this', 'dress', 'is', 'cotton', 'but', 'does', "n't", 'look', 'cheap', 'or', 'too', 'casual', 'it', "'s", 'one', 'of', 'those', 'rare', 'finds', 'that', 'will', 'look', 'great', 'dressed', 'up', 'or', 'down', 'this', 'will', 'absolutely', 'work', 'across', 'seasons', 'with', 'leggings', 'and', 'boots/booties', 'or', 'bare', 'legs', 'and', 'sandals', 'when', 'spring', 'comes', 'around', 'i', 'do', 'feel', 'like', 'it', 'runs', 'a', 'little', 'large', 'but', 'again', 'it', "'s", '100', 'cotton', 'so', 'i', 'know', 'there', 'will', 'be', 'some', 'shrinking', 'when', 'wash', ',5,1,14', 'general', 'dresses', 'dresses'] ['11363,1089,37', 'just', 'ok', 'looks', 'better', 'online', 'than', 'in', 'person', 'material', 'makes', 'it', 'look', 'a', 'little', 'puffy,3,0,0', 'general', 'dresses', 'dresses'] ['11364,956,83', 'great', 'gift', 'got', 'this', 'poncho', 'for', 'christmas', 'and', 'loved', 'it', 'the', 'moment', 'i', 'got', 'it', 'out', 'of', 'the', 'box', 'great', 'quality', 'and', 'looks', 'great', 'cant', 'go', 'wrong', 'with', 'this', 'purchase.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['11365,975,26', 'gigantic', 'i', 'ordered', 'this', 'vest', 'in', 'xxs', 'since', 'i', 'am', 'usually', 'an', 'xs', 'and', 'was', 'looking', 'for', 'a', 'bit', 'of', 'a', 'tighter', 'fit', 'on', 'such', 'a', 'loose', 'vest', 'even', 'then', 'the', 'vest', 'looked', 'like', 'a', 'large', 'not', 'only', 'was', 'it', 'incredibly', 'loose', 'much', 'looser', 'than', 'in', 'looks', 'in', 'the', 'picture', 'but', 'the', 'arm', 'holes', 'were', 'huge', 'too', 'it', 'just', 'looked', 'too', 'big', 'not', 'artfully', 'drapey', ',2,0,8', 'general', 'petite', 'jackets', 'jackets'] ['11366,1086,46', 'oversized', 'tshirt', 'i', 'really', 'wanted', 'to', 'like', 'this', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'a', 'nice', 'shade', 'of', 'blue', 'but', 'that', "'s", 'where', 'the', 'positives', 'end', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'was', 'huge', 'wide', 'shapeless', 'and', 'way', 'too', 'long', 'i', "'m", '105lbs', 'and', '5', '1', 'even', 'if', 'it', 'came', 'in', 'petite', 'i', "'m", 'not', 'sure', 'it', "'s", 'worth', 'the', 'price', 'because', 'i', 'can', 'imagine', 'the', 'thin', 'material', 'losing', 'its', 'shape', 'and', 'getting', 'stretched', 'out', ',2,0,16', 'general', 'dresses', 'dresses'] ['11367,1022,25', 'favorite', 'style', 'of', 'jeans', 'i', 'absolutely', 'love', 'ag', 'stevie', 'ankle', 'jeans', 'and', 'own', 'them', 'in', 'three', 'different', 'colors', 'i', "'m", 'on', 'the', 'shorter', 'side', 'so', 'in', 'terms', 'of', 'length', 'i', "'m", 'able', 'to', 'wear', 'them', 'as', 'regular', 'jeans', 'the', 'fabric', 'is', 'comfy', 'and', 'stretchy', 'and', 'the', 'range', 'of', 'colors', 'is', 'great', 'for', 'wardrobe', 'diversity', 'and', 'mixing', 'and', 'matching', 'this', 'particular', 'style', 'is', 'my', 'absolute', 'favorite', 'although', 'ag', 'jeans', 'are', 'on', 'the', 'pricier', 'side', 'after', 'i', 'bought', 'my', 'first', 'pair', 'i', 'was', 'a', 'convert', 'as', 'opposed', 'to', 'other', 'brands', 'i', 'find', 'that', 'they', 'are', 'a', 'worthwhile', 'investment', 'as', 'other', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11368,995,33', 'versatile', 'summer', 'skirt', 'i', 'am', '5', '3', 'and', 'weigh', 'around', '150', 'and', 'the', 'medium', 'fit', 'me', 'perfectly', 'hit', 'me', 'just', 'below', 'the', 'knee', 'cap', 'it', "'s", 'cotton/linen', 'but', 'not', 'as', 'prone', 'to', 'wrinkles', 'as', 'i', 'thought', 'it', 'would', 'be', 'it', "'s", 'double', 'lined', 'made', 'from', 'a', 'quality', 'fabric', 'thicker', 'but', 'still', 'very', 'much', 'breathable', 'will', 'see', 'how', 'this', 'holds', 'up', 'in', 'kansas', 'city', "'s", '95', 'degree', 'summers', 'but', 'so', 'far', 'mid-80', "'s", 'it', "'s", 'been', 'just', 'fine', 'i', "'d", 'definitely', 'recommend', 'this', 'skirt', 'the', 'only', 'thing', 'that', 'this', 'skirt', 'is', 'missing', 'is', 'pockets', ',5,1,9', 'general', 'bottoms', 'skirts'] ['11369,933,40', 'fun', 'fall', 'vest', 'this', 'vest', 'is', 'a', 'great', 'fall', 'item', 'the', 'asymmetrical', 'design', 'and', 'unusual', 'buttons', 'really', 'give', 'it', 'interest', 'even', 'though', 'it', 'is', 'black', 'you', 'could', 'wear', 'it', 'open', 'or', 'closed', 'both', 'look', 'cute', 'appears', 'to', 'be', 'high', 'quality', ',5,1,1', 'general', 'tops', 'sweaters'] ['11370,1086,40', 'great', 'on-trent', 'dress', 'i', 'bought', 'this', 'dress', 'because', 'i', 'love', 'the', 'cut-out', 'shoulder', 'look', 'and', 'had', 'been', 'wanting', 'to', 'find', 'something', 'with', 'this', 'trend', 'that', 'i', "'d", 'feel', 'comfortable', 'wearing', 'the', 'dress', 'fits', 'well', 'and', 'the', 'shoulder', 'cut-out', 'gives', 'it', 'a', 'trendy', 'look', 'i', 'love', 'the', 'classic', 'navy', 'color', 'i', 'was', 'originally', 'hesitant', 'to', 'buy', 'it', 'because', 'of', 'the', 'slub', 'material', 'which', 'i', "'ve", 'always', 'thought', 'to', 'be', 'a', 'cheaper', 'thin', 'cotton', 'the', 'slub', 'is', 'more', 'substantial', 'than', 'other', 'slub', 'tops', 'i', "'ve", 'seen', 'elsewhere', 'so', 'i', 'was', 'happy', 'about', 'that', 'still', 'it', 'is', 'made', 'with', 'slub', ',4,1,6', 'general', 'dresses', 'dresses'] ['11371,1086,46', 'loved', 'the', 't', 'shirt', 'and', 'want', 'this', 'to', 'work', 'i', 'have', 'the', 't', 'shirt', 'from', 'last', 'year', 'and', 'i', 'love', 'it', 'so', 'could', 'not', 'wait', 'to', 'try', 'the', 'dress', 'why', 'did', "n't", 'you', 'make', 'it', 'in', 'petite', 'it', 'can', 'work', 'with', 'some', 'tailoring', 'but', 'petite', 'sizing', 'esp', 'since', 'this', 'runs', 'on', 'the', 'big', 'side', 'would', 'have', 'been', 'ideal', 'love', 'the', 'navy', 'will', 'try', 'the', 'white', 'how', 'about', 'some', 'more', 'colors', 'and', 'petite', 'please', 'more', 't', 'shirt', 'dresses', 'in', 'general', 'too', 'please', ',4,1,2', 'general', 'dresses', 'dresses'] ['11372,1086,55', 'love', 'this', 'dress', 'i', 'have', 'been', 'looking', 'for', 'a', 'cold', 'shoulder', 'dress', 'for', 'a', 'while', 'but', 'have', "n't", 'been', 'able', 'to', 'find', 'anything', 'i', 'really', 'liked', 'i', 'ordered', 'this', 'and', 'picked', 'it', 'up', 'at', 'the', 'local', 'store', 'it', 'is', 'very', 'comfortable', 'and', 'seemed', 'a', 'little', 'big', 'at', 'first', 'so', 'i', 'washed', 'and', 'dried', 'it', 'and', 'it', 'seemed', 'to', 'shrink', 'just', 'a', 'little', 'to', 'fit', 'well', 'i', 'love', 'the', 'open', 'shoulders', 'i', 'wore', 'it', 'with', 'gray', 'tights', 'and', 'gray', 'boots', 'for', 'valentine', "'s", 'day', 'and', 'it', 'was', 'perfect', 'for', 'the', 'cold', 'winter', 'weather', 'i', 'think', 'it', 'is', 'a', 'bit', 'overpriced', 'but', 'i', 'still', 'love', 'it', 'it', "'s", 'a', 'nice', ',4,1,5', 'general', 'dresses', 'dresses'] ['11373,1089,34', 'perfect', 'fit', 'for', 'gals', 'with', 'hips', 'and', 'hourglass', 'shape', 'i', 'noticed', 'half', 'of', 'the', 'reviews', 'on', 'here', 'were', 'from', 'women', 'with', 'a', 'slim/straight', 'and/or', 'petite', 'figure', 'fit-and-flare', 'dresses', 'simply', 'will', 'not', 'work', 'for', 'you', 'it', "'s", 'the', 'entire', 'purpose', 'behind', 'the', 'flare', 'shape', 'at', 'the', 'hip', 'it', 'will', 'be', 'too', 'large', 'for', 'women', 'without', 'wider', 'hips'] [] ['that', 'said', 'i', 'found', 'this', 'perfect', 'for', 'me', 'in', 'every', 'way', 'after', 'having', 'a', 'baby', 'it', "'s", 'hard', 'to', 'find', 'a', 'dress', 'that', 'fits', 'my', 'more', 'curvy', 'shape', 'where', 'most', 'of', 'my', 'weight', 'fell', 'on', 'the', 'hips', 'and', 'bust', 'i', 'wish', 'this', 'dress', 'was', 'a', 'tad', 'long', ',5,1,5', 'general', 'dresses', 'dresses'] ['11374,731,46', 'cute', 'comfy', 'very', 'sweet', 'color', 'will', 'go', 'with', 'everything', 'soft', 'material', 'generously', 'sized', 'but', 'cut', 'is', 'meant', 'to', 'be', 'comfy', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['11375,1022,56', 'great', 'fit', 'cute', 'colored', 'jeans', 'ordered', 'the', 'sky', 'color', 'when', 'it', 'arrived', 'the', 'color', 'was', 'a', 'medium', 'moss', 'green', 'color', 'the', 'color', 'was', 'beautiful', 'but', 'was', 'expecting', 'a', 'light', 'blue', 'so', 'sadly', 'i', 'returned', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11376,1022,27', ':my', 'favorite', 'brand', 'and', 'style', 'i', 'love', 'these', 'jeans', 'you', 'can', 'dress', 'them', 'up', 'or', 'down.,5,1,0', 'general', 'bottoms', 'jeans'] ['11377,1022,33', 'love', 'these', 'bought', 'them', 'in', 'store', 'and', 'have', 'worn', 'them', 'twice', 'very', 'flattering', 'they', 'have', 'maintained', 'their', 'shape', 'through', 'the', 'day', 'i', "'m", '5/4', 'and', 'usually', 'wear', 'a', '31', 'inseam', 'and', 'these', 'are', 'perfect', 'ankle', 'length', 'i', "'m", 'tempted', 'to', 'buy', 'another', 'color', ',5,1,2', 'general', 'bottoms', 'jeans'] ['11378,995,33', 'runs', 'too', 'small', 'i', 'bought', 'this', 'skirt', 'in', 'my', 'usual', 'xxs', 'petite', 'and', 'the', 'waist', 'was', 'way', 'too', 'small', 'i', 'could', 'not', 'even', 'pull', 'the', 'skirt', 'all', 'the', 'way', 'up', 'returned,2,0,1', 'general', 'bottoms', 'skirts'] ['11379,1022,44', 'great', 'jeans', 'love', 'another', 'pair', 'of', 'ag', 'stevie', "'s", ',5,1,0', 'general', 'bottoms', 'jeans'] ['11380,1086,54', 'a', 'good', 'go-to', 'dress', 'i', 'purchased', 'this', 'dress', 'in', 'white', 'and', 'am', 'quite', 'happy', 'with', 'the', 'fit', 'and', 'design', 'not', 'too', 'fancy', 'but', 'definitely', 'not', 'casual', 'either', 'easy', 'to', 'dress', 'up', 'or', 'down', 'and', 'can', 'be', 'worn', 'for', 'various', 'occasions', 'the', 'fit', 'is', 'great', 'but', 'i', 'do', 'wish', 'it', 'was', 'not', 'so', 'lose', 'around', 'the', 'belly', 'it', 'truly', 'is', 'fine', 'though', 'has', 'more', 'of', 'the', 'hanging', 'feel', 'than', 'the', 'fitted', 'feel', 'very', 'comfortable', 'for', 'an', 'evening', 'out', ',5,1,3', 'general', 'dresses', 'dresses'] ['11381,933,26', 'very', 'nice', 'vest', 'but', 'itchy', 'this', 'vest', 'is', 'very', 'nice', 'and', 'fashionable', 'very', 'stylish', 'i', 'like', 'it', 'a', 'lot', 'however', 'it', 'is', 'too', 'itchy', 'the', 'opening', 'in', 'the', 'front', 'did', "n't", 'allow', 'me', 'to', 'close', 'as', 'many', 'buttons', 'as', 'i', 'like', 'but', 'i', 'would', 'totally', 'wear', 'this', 'stylish', 'vest', 'even', 'though', 'it', 'is', 'not', 'as', 'functional', 'when', 'it', 'is', 'cold', 'however', 'the', 'itchiness', 'is', 'too', 'much', 'i', 'do', "n't", 'wear', 'wool', 'unless', 'it', 'is', 'ultra', 'soft', 'or', 'mixed', 'with', 'cashmere', 'so', 'i', 'could', 'not', 'imaging', 'wearing', 'this', 'vest', 'it', 'is', 'too', 'itchy', 'why', 'ruin', 'such', 'a', 'good', 'thing', ',3,1,0', 'general', 'tops', 'sweaters'] ['11382,1022,54', 'thin', 'and', 'no', 'longer', 'the', 'same', 'ag', 'quality', 'these', 'ag', 'stevie', 'ankle', 'jeans', 'only', 'have', '50', 'cotton.tthe', 'rest', 'is', '41', 'lyocell', 'a', 'rayon', '7', 'polyester', 'and', '2', 'polyurethane', 'result', 'thin', 'and', 'clingy', 'jeans', 'that', 'show', 'every', 'lump', 'and', 'stretch', 'out'] [] ['these', 'are', 'no', 'longer', 'the', 'same', 'lovely', 'ags', 'in', 'twill', 'when', 'they', 'were', 'at', '80', 'cotton', '18', 'modal', '2', 'pu', 'it', 'seems', 'ag', 'has', 'also', 'stopped', 'making', 'denim', 'and', 'corduroy', 'with', '98', 'cotton', 'at', 'least', 'in', 'the', 'stevies'] [] ['i', "'m", 'sure', 'these', 'will', 'be', 'a', 'great', 'choice', 'for', 'someone', 'looking', 'for', 'very', 'soft', 'and', 'thin', 'pants', 'that', 'feel', 'like', 'pjs', 'b', ',2,0,22', 'general', 'bottoms', 'jeans'] ['11383,1081,43', 'cute', 'with', 'boots', 'and', 'tights', 'for', 'winter', 'this', 'is', 'definitely', 'one', 'that', 'looks', 'better', 'on', 'than', 'on', 'the', 'hanger', 'i', 'am', "5'10", 'so', 'it', 'is', 'a', 'little', 'too', 'short', 'for', 'me', 'to', 'wear', 'with', 'bare', 'legs', 'it', 'tends', 'to', 'ride', 'up', 'but', 'it', 'looks', 'great', 'with', 'boots', 'and', 'tights', 'i', 'love', 'the', 'raw', 'edges', 'of', 'the', 'striped', 'a-line', 'part', 'i', 'have', 'also', 'worn', 'it', 'belted', 'and', 'that', 'is', 'also', 'a', 'very', 'cute', 'look', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11384,895,46', 'beautiful', 'sweater', 'but', 'odd', 'fit', 'the', 'colors', 'are', 'amazing', 'the', 'fabric', 'is', 'beautiful', 'my', 'only', 'complaint', 'is', 'the', 'cut', 'i', 'am', '5', '8', '130', 'lb', 'and', 'always', 'a', 'medium', 'i', 'put', 'the', 'sweater', 'on', 'and', 'the', 'armhole', 'area', 'was', 'short', 'so', 'it', 'kept', 'riding', 'up-', 'it', 'almost', 'fit', 'like', 'a', 'petite', 'with', 'the', 'higher', 'cut', 'in', 'waist', 'tailoring', 'i', 'liked', 'the', 'sweater', 'color', 'and', 'fabric', 'so', 'much', 'i', 'exchanged', 'for', 'a', 'large', ',4,1,5', 'general', 'tops', 'fine', 'gauge'] ['11385,1025,27', 'great', 'jeans', 'these', 'pants', 'are', 'perfect', 'they', 'are', 'amazingly', 'comfortable', 'and', 'soft', 'i', 'could', 'wear', 'them', 'all', 'the', 'time', 'i', "'m", '5', '2', 'and', 'have', 'been', 'looking', 'for', 'shorter', 'jeans', 'to', 'wear', 'with', 'ankle', 'booties', 'which', 'has', 'been', 'pretty', 'tough', 'i', 'ordered', '29', 'petite', 'and', 'the', 'description', 'said', 'the', 'inseam', 'would', 'be', '24', 'i', 'do', "n't", 'know', 'if', 'that', "'s", 'true', 'since', 'they', 'fall', 'right', 'at', 'my', 'ankle', 'and', 'usually', 'that', "'s", 'around', 'a', '26', 'inseam', 'but', 'definitely', 'a', 'great', 'length', 'and', 'i', 'do', "n't", 'need', 'to', 'hem', 'the', 'leg', 'opening', 'is', "n't", 'too', 'big', 'so', 'i', 'can', 'roll', 'it', 'up/cuff', 'them', 'to', 'get', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11386,1094,31', 'neat', 'fabric', 'but', 'too', 'much', 'poof', 'i', 'loved', 'the', 'blue', 'brocade', 'since', 'it', "'s", 'a', 'little', 'unusual', 'paired', 'with', 'a', 'top', 'that', 'brings', 'an', 'otherwise', 'formal', 'fabric', 'into', 'something', 'you', 'could', 'wear', 'out', 'to', 'dinner', 'plus', 'a', 'little', 'pop', 'of', 'extra', 'color', 'from', 'the', 'ribbon', 'my', 'biggest', 'fear', 'ordering', 'online', 'was', 'that', 'the', 'top', 'would', 'look', 'cheap', 'fortunately', 'it', 'does', "n't", 'the', 'top', 'of', 'the', 'dress', 'was', 'fitted', 'i', 'wore', 'my', 'usual', 'size', 'what', 'i', 'did', "n't", 'expect', 'though', 'is', 'the', 'skirt', 'is', 'really', 'poofs', 'out', 'a', 'lot', 'below', 'the', 'ribbon', 'which', 'runs', 'just', 'below', 'the', 'bust', 'the', 'photo', 'online', 'shows', 'a', 'li', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11387,1025,23', 'stylish', 'comfort', 'the', 'best', 'thing', 'about', 'these', 'pants', 'is', 'the', 'material', 'if', 'you', 'are', 'expecting', 'a', 'bleached', 'denim-material', 'these', 'are', 'not', 'for', 'you', 'these', 'are', 'far', 'better', 'they', 'are', 'extremely', 'soft', 'and', 'have', 'some', 'give', 'to', 'them', 'but', 'not', 'so', 'much', 'that', 'they', 'stretch', 'out', 'while', 'wearing', 'them', 'as', 'guaranteed', 'on', 'the', 'tag', 'although', 'because', 'they', 'are', 'a', 'less', 'rigid', 'material', 'the', 'pants', 'do', 'show', 'stretching', 'as', 'can', 'be', 'seen', 'at', 'the', 'knee', 'area', 'in', 'the', 'photo', 'if', 'you', 'normally', 'get', 'short-sized', 'pants', 'the', 'regular', 'fit', 'will', 'fit', 'like', 'regular', 'non-ankle', 'pants', 'but', ',4,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['11388,1025,36', 'perfect', 'for', 'the', 'vertically', 'challenged', 'i', 'purchased', 'these', 'jeans', 'because', 'they', 'were', 'on', 'sale', 'and', 'i', 'figured', 'they', "'d", 'be', 'a', 'good', 'alt', 'to', 'my', 'other', 'white', 'denim', 'jeans', 'these', 'have', 'by', 'far', 'exceeded', 'my', 'expectations', 'my', 'fav', 'jeans', 'period', 'i', "'m", '5', '2', '1/2', 'but', 'have', 'a', 'long', 'torso', 'and', 'though', 'west', 'size', '25', 'am', 'athletic', 'and', 'curvy', 'so', 'petite', 'jeans', 'do', "n't", 'really', 'work', 'for', 'me', 'these', 'are', 'just', 'the', 'best', 'cut', 'and', 'fit', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11389,1081,54', 'cute', 'and', 'easy', 'i', 'was', 'excited', 'to', 'find', 'this', 'on', 'sale', 'because', 'i', 'just', 'love', 'baily', '44', 'their', 'designs', 'are', 'always', 'simple', 'beautiful', 'and', 'comfortable', 'and', 'this', 'one', 'just', 'like', 'the', 'other', '2', 'baily', '44', 'dresses', 'i', 'own', 'is', 'perfect', 'i', 'am', '5', '9', '125', 'pounds', 'and', '34b', 'bra', 'size', 'and', 'got', 'my', 'usual', 'size', 'xs', 'unlike', 'my', 'other', 'baily', '44', 'dresses', 'this', 'one', 'has', 'a', 'more', 'relaxed', 'fit', 'up', 'top', 'and', 'then', 'has', 'a', 'form', 'fitting', 'layer', 'that', 'shows', 'off', 'your', 'curves', 'on', 'the', 'bottom', 'i', 'personally', 'do', "n't", 'think', 'it', "'s", 'too', 'short', 'but', 'then', 'again', 'plan', 'to', 'wear', 'tights', 'with', 'this', 'pi', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11390,967,33', 'gorgeous', 'great', 'piece', 'for', 'work', 'love', 'love', 'love', 'i', 'tried', 'it', 'on', 'a', 'whim', 'when', 'returning', 'a', 'shipped', 'item', 'it', "'s", 'gorgeous', 'and', 'incredibly', 'flattering', 'runs', 'large', 'it', "'s", 'drapey', 'and', 'would', 'likely', 'look', 'good', 'in', 'your', 'normal', 'size', 'since', 'you', 'can', 'synch', 'the', 'waist', 'but', 'probably', 'best', 'to', 'size', 'down', 'as', 'it', 'seemed', 'large', 'in', 'the', 'bust', 'size', 'which', 'is', "n't", 'an', 'issue', 'i', 'usually', 'run', 'into'] [] ['it', "'s", 'quickly', 'become', 'a', 'great', 'staple', 'for', 'work', 'definitely', 'pair', 'it', 'with', 'bodycon', 'pants/', 'leggings/', 'skinny', 'jeans', 'and', 'it', 'looks', 'unique', 'and', 'very', 'professional', ',5,1,0', 'general', 'jackets', 'jackets'] ['11391,1074,59', 'makes', 'me', 'happy', 'just', 'received', 'this', 'been', 'eyeing', 'it', 'and', 'with', 'free', 'shipping', 'and', '15', 'off', 'due', 'to', 'online', 'survey', 'i', 'took', 'i', 'bought', 'it', 'it', "'s", 'flattering', 'the', 'color', 'and', 'design', 'is', 'very', 'pretty', 'i', 'just', 'really', 'like', 'it', ',4,1,3', 'general', 'dresses', 'dresses'] ['11392,1094,52', ',this', 'is', 'the', 'most', 'beautiful', 'dress', 'i', 'am', 'so', 'happy', 'that', 'i', 'got', 'it', 'it', 'is', 'very', 'comfortable', 'and', 'the', 'colors', 'are', 'brilliant', 'it', "'s", 'completely', 'appropriate', 'for', 'a', 'holiday', 'party', 'which', 'is', 'what', 'i', 'got', 'it', 'for', 'and', 'i', "'ll", 'be', 'wearing', 'it', 'to', 'a', 'wedding', 'in', 'may', 'also.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11393,1081,28', 'in', 'love', 'i', 'was', "n't", 'all', 'that', 'impressed', 'with', 'this', 'dress', 'on', 'the', 'hanger', 'but', 'i', 'am', 'so', 'glad', 'i', 'tried', 'it', 'on', 'it', 'is', 'super', 'comfortable', 'very', 'flattering', 'and', 'can', 'be', 'worn', 'multiple', 'ways', 'spot', 'on', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11394,1074,23', 'beautiful', 'color', 'this', 'dress', 'is', 'such', 'a', 'crazy', 'beautiful', 'color', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'i', 'ordered', 'this', 'right', 'when', 'i', 'saw', 'it', 'and', 'i', 'almost', 'love', 'it', 'the', 'color', 'is', 'very', 'bright', 'and', 'the', 'fabric', 'seems', 'nice', 'but', 'i', 'just', 'did', "n't", 'find', 'it', 'flattering', 'at', 'all', 'the', 'slip', 'was', "n't", 'the', 'nicest', 'but', 'completely', 'not', 'a', 'deal', 'breaker', 'i', 'did', "n't", 'think', 'it', 'was', 'overly', 'flattering', 'on', 'the', 'model', 'either', 'so', 'i', 'was', 'hoping', 'by', 'some', 'miracle', 'that', 'i', 'would', 'like', 'it', 'anyway', 'but', 'something', 'about', 'the', 'way', 'it', "'s", 'cut', 'is', 'just', 'a', 'little', 'off', 'for', 'me', 'it', 'was', 'very', 'tru', ',3,0,18', 'general', 'dresses', 'dresses'] ['11395,1022,33', 'my', 'new', 'favorite', 'jeans', 'these', 'jeans', 'look', 'great', 'with', 'everything', 'and', 'fit', 'great', 'i', 'can', 'dress', 'them', 'up', 'with', 'wedges', 'or', 'throw', 'them', 'on', 'with', 'flip', 'flops', 'and', 'they', 'are', 'so', 'comfortable', 'too', 'i', "'ve", 'had', 'many', 'compliments', 'already', ',5,1,2', 'general', 'bottoms', 'jeans'] ['11396,847,33', 'boxy', 'i', 'try', 'to', 'find', 'something', 'to', 'like', 'about', 'everything', 'i', 'buy', 'even', 'if', 'it', 'turns', 'out', 'to', 'be', 'a', 'disappointment', 'for', 'me', 'the', 'neckline', 'of', 'this', 'shirt', 'is', 'absolutely', 'beautiful', 'and', 'super', 'flattering', 'it', 'was', 'one', 'of', 'the', 'only', 'things', 'that', 'made', 'me', 'want', 'to', 'keep', 'the', 'shirt', 'but', 'unfortunately', 'it', 'was', 'not', 'enough', 'this', 'shirt', 'is', 'super', 'boxy', 'and', 'runs', 'large', 'i', 'would', 'recommend', 'sizing', 'down', 'for', 'those', 'who', 'want', 'to', 'try', 'this', 'if', 'you', 'have', 'a', 'larger', 'chest', 'it', 'might', 'be', 'worth', 'ordering', 'your', 'regular', 'size', 'so', 'that', 'the', 'buttons', 'wo', "n't", 'pull', 'at', 'the', 'ch', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['11397,1074,71', 'love', 'this', 'this', 'dress', 'looks', 'great', 'on', 'feminine', 'and', 'swishy', 'color', 'is', 'bright', 'and', 'the', 'underslip', 'is', 'nicely', 'attached', 'which', 'i', 'appreciate', 'no', 'fighting', 'with', 'straps', 'etc', 'i', 'ordered', 'a', 'six', 'for', 'my', '5', '4', '130', 'lb', '34dd', 'self', 'and', 'it', 'fits', 'like', 'a', 'dream', 'the', 'extra', '5', 'lbs', 'i', 'support', 'with', 'lots', 'of', 'food', 'is', 'on', 'my', 'tummy', 'just', 'to', 'give', 'you', 'an', 'idea', 'of', 'my', 'shape', ',5,1,9', 'general', 'dresses', 'dresses'] ['11398,1081,54', 'perfect', 'winter', 'outfit', 'i', 'love', 'love', 'love', 'this', 'dress', 'it', 'fits', 'perfectly', 'it', 'is', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'get', 'compliments', 'on', 'it', 'every', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11399,1070,39', 'wardrobe', 'staple', 'not', 'what', 'i', 'was', 'expecting', 'but', 'pleasantly', 'surprised', 'was', 'envisioning', 'a', 'more', 'structured/tailored', 'trouser', 'but', 'these', 'are', 'closer', 'to', 'leggings', 'albeit', 'very', 'substantial', 'ones', 'with', 'real', 'pant', 'touches', 'like', 'a', 'zip/button', 'front', 'and', 'faux', 'pockets', 'they', "'re", 'form', 'fitting', 'soft', 'yet', 'supportive', 'stretchy', 'incredibly', 'comfortable', 'and', 'tts', 'i', "'m", 'a', 'pretty', 'legit', '10', 'in', 'pants', '30/31', 'and', 'the', '10', "'s", 'near', 'perfect', 'with', 'the', 'rise', 'coming', 'right', 'to', 'my', 'belly', 'button', 'think', 'i', "'ll", 'grab', 'another', 'pair', 'now', 'while', 'they', "'re", 'available', ',5,1,0', 'general', 'bottoms', 'pants'] ['11400,1081,29', 'perfect', 'for', 'maternity', 'and', 'beyond', 'i', "'m", 'bought', 'this', 'dress', 'at', '16', 'weeks', 'pregnant', 'and', 'am', 'loving', 'it', 'the', 'top', 'drapes', 'but', 'is', 'still', 'form-fitting', 'enough', 'to', 'show', 'off', 'a', 'little', 'bump', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'the', 'skirt', 'is', 'short', 'but', 'i', 'love', 'it', 'makes', 'legs', 'look', 'great', 'with', 'tights', 'i', 'sized', 'up', 'a', 'little', 'to', 'allow', 'for', 'room', 'to', 'grow', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11401,1074,69', 'so', 'pretty', 'i', 'ordered', 'this', 'dress', 'to', 'wear', 'to', 'a', 'summer', 'wedding', 'in', 'san', 'francisco', 'i', 'liked', 'that', 'it', 'had', 'sleeves', 'a', 'plus', 'when', 'i', 'was', 'trying', 'it', 'on', 'i', 'found', 'that', 'it', 'was', 'a', 'little', 'snug', 'then', 'realized', 'it', 'was', 'the', 'slip', 'which', 'is', 'not', 'too', 'tight', 'at', 'all', 'once', 'the', 'dress', 'is', 'on', 'it', 'helps', 'to', 'smooth', 'those', 'little', 'bumps', 'it', 'is', 'drop', 'waist', 'style', 'which', 'skims', 'the', 'torso', 'then', 'flares', 'out', 'prettily', 'all', 'in', 'all', 'very', 'complimentary', 'beautiful', 'color', 'well', 'made', 'very', 'pleased', 'it', 'will', 'be', 'comfortable', 'and', 'perfect', 'at', 'the', 'wedding', ',5,1,2', 'general', 'dresses', 'dresses'] ['11402,834,28', 'very', 'nice', 'i', "'m", '5', '5', 'and', 'curvy', 'body', 'shape', 'bought', 'size', '6', 'because', 'i', 'want', 'it', 'to', 'be', 'a', 'bit', 'loose', 'turns', 'out', 'i', 'could', 'go', 'with', 'size', '4', 'too', 'beautiful', 'detail', 'and', 'amazing', 'fabric', 'this', 'come', 'with', 'a', 'crop', 'tank', 'top', 'to', 'go', 'inside', 'the', 'lace', 'blouse', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11403,1030,45', 'great', 'fit', 'i', 'decided', 'to', 'splurge', 'i', 'would', 'not', 'normally', 'spend', '200', 'for', 'a', 'pair', 'of', 'jeans', 'but', 'when', 'they', 'went', 'on', 'sale', 'i', 'decided', 'to', 'go', 'for', 'it', 'i', 'am', 'so', 'glad', 'that', 'i', 'did', 'mother', 'has', 'a', 'customer', 'for', 'life', 'these', 'jeans', 'are', 'the', 'best', 'by', 'far', 'i', 'normally', 'wear', 'a', 'size', '4', '27', 'in', 'most', 'jeans', 'but', 'wear', 'a', '28', 'in', 'j', 'brand', 'and', 'some', 'others', 'so', 'i', 'was', 'a', 'little', 'nervous', 'by', 'previous', 'reviewers', 'not', 'just', 'on', 'this', 'website', 'i', 'decided', 'to', 'go', 'with', 'the', '28', 'since', 'in', 'mother', 'brand', 'this', 'is', 'actually', 'a', '4/6', 'they', 'fit', 'great', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11404,1081,52', 'great', 'dress', 'love', 'this', 'layered', 'turtleneck', 'dress', 'super', 'cute', 'and', 'super', 'comfy', 'love', 'the', 'contrastin', 'pattern', 'and', 'fabric', 'of', 'the', 'top', 'half', 'and', 'the', 'skirt', 'also', 'the', 'skirt', 'is', 'very', 'hip', 'hugging', 'as', 'shown', 'in', 'the', 'photo', 'with', 'the', 'result', 'being', 'flattering', 'i', 'wore', 'it', 'to', 'work', 'with', 'sweater', 'tights', 'and', 'boots', 'winter', 'in', 'seattle', 'and', 'felt', 'completely', 'put', 'together', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11405,895,42', 'great', 'potential', 'but', 'i', 'love', 'the', 'pattern', 'and', 'style', 'of', 'this', 'top', 'it', 'is', 'a', 'flattering', 'cut', 'however', 'it', 'was', 'way', 'too', 'short', 'i', 'am', '5', '6', 'and', 'small', 'usually', 'fits', 'me', 'without', 'issue', 'sadly', 'enough', 'i', 'had', 'to', 'return', 'it', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11406,572,43', 'cheaply', 'made', 'i', 'had', 'loved', 'this', 'on-line', 'when', 'i', 'saw', 'the', 'pretty', 'floral', 'pattern', 'however', 'in', 'person', 'it', 'is', 'such', 'a', 'disappointment', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'the', 'fit', 'are', 'just', 'very', 'poor', ',1,0,4', 'general', 'trend', 'trend'] ['11407,834,23', 'beautiful', 'top', 'in', 'the', 'photos', 'i', 'have', 'a', 'different', 'tank', 'underneath', 'than', 'the', 'one', 'that', 'comes', 'with', 'the', 'shirt', 'i', 'am', 'wearing', 'a', 'medium', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40.,4,1,14', 'general', 'petite', 'tops', 'blouses'] ['11408,834,34', 'one', 'of', 'the', 'best', 'tops', 'i', "'ve", 'ever', 'owned', 'this', 'is', 'an', 'amazing', 'top', 'fits', 'perfectly', 'beautiful', 'detail', 'and', 'amazing', 'fabric', 'i', 'actually', 'came', 'back', 'to', 'the', 'site', 'just', 'so', 'i', 'could', 'order', 'it', 'in', 'all', 'available', 'colors', 'but', 'unfortunately', 'it', "'s", 'only', 'in', 'navy', 'do', "n't", 'hesitate', 'to', 'buy', 'this', ',5,1,18', 'general', 'petite', 'tops', 'blouses'] ['11409,967,27', 'staple', 'item', 'like', 'everyone', 'else', 'i', 'ignored', 'this', 'vest', 'in', 'the', 'store', 'my', 'mom', 'actually', 'gave', 'it', 'to', 'me', 'to', 'try', 'on', 'and', 'practically', 'forced', 'me', 'to', 'buy', 'it', 'it', 'was', "n't", 'until', 'i', 'got', 'home', 'that', 'i', 'discovered', 'its', 'versatility', 'i', 'got', 'it', 'in', 'the', 'beginning', 'of', 'june', 'so', 'have', "n't", 'been', 'able', 'to', 'wear', 'it', 'much', 'but', 'fall', 'is', 'quickly', 'approaching', 'and', 'i', 'already', 'have', 'at', 'least', 'ten', 'outfits', 'to', 'wear', 'with', 'it', 'it', "'s", 'classy', 'and', 'can', 'dress', 'up', 'any', 'outfit', ',5,1,0', 'general', 'jackets', 'jackets'] ['11410,1074,52', 'gorgeous', 'beautiful', 'color', 'and', 'flattering', 'fit', 'on', 'me', 'i', 'bought', 'the', 'size', '4', 'and', 'it', 'fits', 'my', '5', '5', '125', 'lb', 'frame', 'perfectly', 'i', 'love', 'that', 'it', 'has', 'sleeves', 'no', 'worries', 'about', 'upper', 'arms', 'it', 'is', 'light', 'and', 'silky', 'even', 'though', 'it', 'is', 'not', 'made', 'of', 'silk', 'it', 'is', 'elegant', 'and', 'casual', 'at', 'the', 'same', 'time', 'thus', 'versatile', 'i', 'will', 'wear', 'it', 'to', 'three', 'different', 'weddings', 'this', 'summer', 'and', 'can', 'make', 'it', 'work', 'for', 'the', 'office', 'too', 'love', 'it', 'worth', 'every', 'penny', ',5,1,4', 'general', 'dresses', 'dresses'] ['11411,1094,40', 'gorgeous', 'colors', 'unlike', 'some', 'of', 'the', 'other', 'reviewers', 'i', 'found', 'this', 'dress', 'to', 'be', 'true', 'to', 'size', 'post', 'pregnancy', 'i', 'am', 'a', '6', 'on', 'top', 'and', 'an', '8', 'on', 'the', 'bottom', 'ordered', 'a', '6', 'and', 'it', 'is', 'perfect', '140', 'lbs', 'and', '34c', 'perhaps', 'that', "'s", 'because', 'i', "'m", 'long', 'waisted', 'and', 'the', 'waistline', 'hits', 'right', 'below', 'my', 'rib', 'cage'] [] ['the', 'colors', 'materials', 'and', 'quality', 'are', 'wonderful', 'i', 'can', 'see', 'wearing', 'this', 'in', 'the', 'winter', 'and', 'summer', 'in', 'fact', 'it', 'will', 'look', 'lovely', 'against', 'sun', 'kissed', 'skin'] [] ['one', 'thing', 'the', 'top', 'portion', 'appeared', 'to', 'be', 'a', 'knit', 'in', 'the', 'pictures', 'online', 'howeve', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11412,1025,44', 'soft', 'great', 'fit', 'these', 'are', 'great', 'they', 'fit', 'tts', 'i', "'m", 'a', '26', 'in', 'most', 'denim', 'brands', 'that', "'s", 'the', 'size', 'i', 'got', 'the', 'material', 'has', 'some', 'give', 'but', 'does', "n't", 'stretch', 'out', 'the', 'color', 'is', 'not', 'super', 'white', 'so', 'you', 'can', 'actually', 'wear', 'them', 'in', 'the', 'colder', 'weather', 'season', 'as', 'well', 'at', '5', '4', 'they', 'were', 'a', 'little', 'longer', 'on', 'me', 'than', 'shown', 'on', 'the', 'model', 'i', 'find', 'them', 'very', 'comfortable', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11413,1081,21', 'great', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'so', 'comfortable', 'and', 'easy', 'to', 'wear', 'i', 'was', 'able', 'to', 'wear', 'it', 'to', 'work', 'and', 'look', 'nice', 'but', 'stylish', 'it', 'was', 'nice', 'that', 'it', 'is', "n't", 'too', 'heavy', 'but', 'the', 'turtleneck', 'kept', 'me', 'warm', 'enough.,5,1,0', 'general', 'dresses', 'dresses'] ['11414,1070,59', 'slenderizing', 'fine', 'fit', 'i', "'m", 'a', 'curvy', 'size', '8', 'and', 'these', 'pants', 'fit'] ['beautifully'] ['they', "'re", 'a', 'fairly', 'narrow', 'cropped', 'leg', 'with', 'a', 'slight', 'flare', 'i', "'m", 'happy', 'and', 'ordering', 'another', 'pair', ',5,1,1', 'general', 'bottoms', 'pants'] ['11415,1030,65', 'i', 'like', 'them', 'but', 'nice', 'soft', 'jeans', 'cute', 'style', 'and', 'i', 'wish', 'i', 'could', 'keep', 'them', 'they', 'just', 'are', 'too', 'small', 'on', 'me', 'not', 'sure', 'if', 'i', "'ve", 'gained', 'weight', 'which', 'i', 'do', "n't", 'think', 'i', 'have', 'because', 'i', 'had', 'on', 'a', 'size', '28', 'pair', 'of', 'pants', 'today', 'but', 'i', 'ordered', 'a', 'size', '29', 'in', 'these', 'jeans', 'and', 'they', 'zipped', 'but', 'just', 'too', 'snug', 'around', 'the', 'waist', 'i', 'would', 'honestly', 'need', 'a', '30', 'or', '31.', 'looks', 'like', 'they', 'are', 'selling', 'out', 'quickly', 'so', 'i', 'doubt', 'i', "'ll", 'be', 'able', 'to', 'get', 'the', 'size', 'i', 'need'] ['if', 'you', 'have', 'a', 'small', 'waist', 'i', 'think', 'they', 'would', 'be', 'fine', 'but', 'they', 'do', "n't", 'fit', 'my', 'body', 'type', ',3,1,3', 'general', 'bottoms', 'jeans'] ['11416,1074,57', 'pretty', 'flown', 'dress', 'this', 'is', 'a', 'very', 'light', 'flowy', 'dress', 'the', 'lining', 'is', 'very', 'fitted', 'but', 'the', 'dress', 'is', 'actually', 'not', 'fitted', 'it', 'has', 'a', 'nice', 'flow', 'but', 'hits', 'right', 'at', 'the', 'thigh', 'area', 'before', 'flowing', 'out', 'plan', 'to', 'wear', 'it', 'to', 'work.the', 'color', 'is', 'very', 'bright', 'and', 'pretty', ',3,1,2', 'general', 'dresses', 'dresses'] ['11417,895,46', 'cropped', 'fit', 'this', 'top', 'is', 'lovely', 'but', 'fits', 'like', 'a', 'crop', 'top', 'and', 'i', "'m", 'very', 'short-waisted', 'i', 'wore', 'it', 'with', 'high-waisted', 'jeans', 'and', 'was', 'tugging', 'at', 'it', 'all', 'day', 'i', 'think', 'it', 'will', 'probably', 'work', 'better', 'with', 'a', 'skirt', 'the', 'colors', 'are', 'beautiful', 'it', 'has', 'a', 'nice', 'retro', 'vibe', 'recommended', 'if', 'you', 'do', "n't", 'mind', 'the', 'crop', 'factor', ',3,1,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11418,1081,39', 'better', 'than', 'expected', 'i', 'ordered', 'this', 'on', 'the', 'black', 'friday', 'sale', 'one', 'reviewer', 'mentions', 'that', 'the', 'fabric', 'is', 'thin', 'and', 'i', 'ordered', 'it', 'anyway', 'because', 'the', 'design', 'was', 'unique', 'besides', 'i', 'have', 'another', 'bailey', '44', 'dress', 'and', 'felt', 'that', 'i', 'knew', 'what', 'to', 'expect', 'on', 'quality', 'when', 'it', 'arrived', 'i', 'was', 'pleasantly', 'surprised', 'while', 'not', 'thick', 'the', 'fabric', 'is', 'a', 'better', 'quality', 'than', 'my', 'other', 'dress', 'plus', 'the', 'style', 'is', 'unique', 'and', 'flattering', 'i', 'am', '5', '4', 'and', 'it', 'hits', '2-3', 'inches', 'above', 'my', 'knee', 'i', 'will', 'definitely', 'wear', 'it', 'to', 'work', 'with', 'knee', 'boots', ',5,1,2', 'general', 'dresses', 'dresses'] ['11419,572,40', 'flower', 'sack', 'this', 'dress', 'was', 'so', 'pretty', 'on', 'the', 'hanger', 'but', 'a', 'saggy', 'sack', 'on', 'even', 'the', 'sz', '0', 'was', 'too', 'loose', 'and', 'shapeless', 'there', 'is', 'no', 'waist', 'as', 'pictured', 'the', 'hi-low', 'hem', 'loose', 'fit', 'and', 'wavy', 'waist', 'seam', 'see', 'in', 'the', 'third', 'close-up', 'picture', 'make', 'it', 'look', 'like', 'the', 'dress', 'shrunk', 'oddly', 'in', 'the', 'wash.', 'it', "'s", 'really', 'too', 'bad', 'it', "'s", 'such', 'a', 'pretty', 'combination', 'of', 'patterns', ',2,0,10', 'general', 'trend', 'trend'] ['11420,1022,35', 'runs', 'small', 'these', 'cuff', 'jeans', 'are', 'very', 'good', 'looking', '4', 'stars', 'bc', 'of', 'price', 'they', 'run', 'small', 'too', 'i', 'wear', '29', 'in', 'pilcro', 'for', 'ref', 'and', 'these', 'were', 'best', 'for', 'me', 'in', 'a', '31.', 'the', 'rise', 'is', 'very', 'short', 'so', 'if', 'you', 'are', 'tall', 'beware', 'i', "'m", '5', '9', 'and', 'the', '29', 'i', 'tried', 'was', 'super', 'uncomfy', 'in', 'the', 'crotch', 'area', 'i', 'have', "n't", 'worn', 'them', 'all', 'day', 'yet', 'so', 'they', 'might', 'stretch', 'a', 'bit', ',4,1,9', 'general', 'bottoms', 'jeans'] ['11421,868,35', 'i', 'should', 'have', 'listened', 'to', 'the', 'reviews', 'that', 'said', 'this', 'top', 'was', 'too', 'boxy', 'but', 'i', 'did', "n't", 'believe', 'them', 'and', 'bought', 'it', 'anyway', 'i', 'was', 'wrong', 'this', 'top', 'is', 'so', 'boxy', 'and', 'wide', 'just', 'awful', ',1,0,3', 'general', 'petite', 'tops', 'knits'] ['11422,861,28', ',,3,1,0', 'general', 'tops', 'knits'] ['11423,1072,26', 'this', 'is', 'a', 'great', 'casual', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'very', 'cute', 'and', 'comfortable', 'and', 'great', 'for', 'football', 'games', 'everyday', 'wear', 'it', 'is', 'a', 'little', 'long', 'which', 'is', 'great', 'for', 'me', 'since', 'i', "'m", 'taller', ',5,1,0', 'general', 'dresses', 'dresses'] ['11424,1072,50', 'cutest', 'dress', 'ever.', 'i', "'ve", 'been', 'looking', 'for', 'an', 'off', 'the', 'shoulder', 'trend', 'item', 'and', 'this', 'one', 'fits', 'the', 'bill', 'perfectly', 'the', 'denim', 'is', 'a', 'nice', 'color', 'and', 'weight', 'love', 'love', 'the', 'pockets', 'the', 'neckline', 'is', 'not', 'too', 'frilly', 'the', 'sleeves', 'are', 'fluttery', 'but', 'not', 'over', 'the', 'top', 'ruffled', 'i', 'wore', 'this', 'dress', 'to', 'lunch', 'with', 'cute', 'flat', 'sandals', 'and', 'i', 'must', 'say', 'it', 'looked', 'adorable', 'sad', 'i', 'did', "n't", 'find', 'this', 'earlier', 'in', 'the', 'summer', 'but', 'will', 'wear', 'when', 'i', 'can', 'my', 'only', 'concern', 'is', 'that', 'it', 'will', 'shrink', 'in', 'length', 'i', "'m", 'hoping', 'not', 'this', 'one', 'will', 'def', 'be', 'taken', 'to', 'the', 'dry', ',5,1,1', 'general', 'dresses', 'dresses'] ['11425,1104,49', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11426,868,65', 'cute', 'top', 'but', 'poor', 'quality', 'super', 'cute', 'basic', 'top', 'but', 'after', 'washing', 'it', 'once', 'according', 'to', 'tag', 'instructions', 'it', 'is', 'pilling', 'like', 'a', 'well-worn', 'sweater', 'would', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['11427,825,40', 'loose', 'and', 'unflattering', 'i', "'m", 'normally', 'a', 'small', 'in', 'retailer', 'tops', 'i', 'ordered', 'a', 'small', 'and', 'the', 'top', 'fit', 'well', 'in', 'the', 'shoulders', 'and', 'in', 'the', 'upper', 'more', 'fitted', 'part', 'it', 'all', 'went', 'horribly', 'wrong', 'from', 'there', 'the', 'top', 'billowed', 'out', 'at', 'the', 'bottom', 'and', 'fit', 'like', 'a', 'circus', 'tent', 'instantly', 'adding', 'a', 'good', '50', 'pounds', 'to', 'my', 'frame', 'this', 'was', 'such', 'a', 'disappointment', 'as', 'the', 'pattern', 'is', 'beautiful', 'and', 'the', 'fabric', 'is', 'high', 'quality', ',1,0,2', 'general', 'tops', 'blouses'] ['11428,1104,36', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11429,1022,37', 'unique', 'style', 'these', 'are', 'nice', 'cords', 'albeit', 'they', 'look', 'slightly', 'more', 'faded', 'in', 'person', 'i', 'like', 'the', 'style', 'high', 'waist', 'and', 'the', 'cropped', 'flare', 'which', 'actually', 'fit', 'me', 'perfectly', 'as', 'regular', 'length', 'since', 'i', 'am', '5', '1', 'they', 'do', 'run', 'small', 'i', 'am', 'normally', 'a', '25-26', 'and', 'the', '27', 'fit', 'perfectly', ',4,1,1', 'general', 'bottoms', 'jeans'] ['11430,1104,59', 'very', 'disappointed', 'that', 'i', 'ordered', 'this', 'dress', 'and', 'a', 'large', 'was', 'too', 'big', 'returned', 'and', 'asked', 'for', 'an', 'exchange', 'to', 'a', 'size', 'medium', 'it', 'was', 'apparently', 'not', 'available', 'in', 'the', 'medium', 'i', 'was', 'charged', 'a', '5.95', 'fee', 'for', 'return', 'shopping', 'so', 'i', 'immediately', 'went', 'to', 'website', 'medium', 'available', 'and', 'i', 'had', 'to', 'pay', 'another', '12.95', 'for', 'shipping', 'seems', 'a', 'bit', 'unreasonable', 'but', 'really', 'liked', 'the', 'dress', ',2,1,10', 'general', 'petite', 'dresses', 'dresses'] ['11431,903,43', 'i', 'love', 'this', 'i', 'was', 'pleasantly', 'surprised', 'with', 'this', 'cardigan', 'i', 'get', 'so', 'many', 'compliments-', 'i', 'can', 'easily', 'see', 'me', 'carrying', 'this', 'into', 'my', 'fall', 'wardrobe', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11432,1104,44', 'love', 'this', 'dress', 'it', 'is', 'a', 'little', 'pricey', 'for', 'what', 'it', 'is', 'but', 'i', 'love', 'it', 'so', 'much', 'that', 'i', 'am', 'keeping', 'it', 'i', 'am', 'normally', 'size', '4-6', 'and', 'the', 's', 'fits', 'great', 'the', 'rope', 'straps', 'are', 'just', 'adorable', ',5,1,19', 'general', 'petite', 'dresses', 'dresses'] ['11433,868,55', 'lovely', 'summer', 'blouse', 'this', 'is', 'a', 'really', 'well', 'made', 'great', 'looking', 'blouse', 'the', 'details', 'are', 'charming', 'i', 'like', 'that', 'it', 'is', 'a', 'good', 'weight', 'not', 'too', 'sheer', 'the', '3/4', 'sleeves', 'are', 'perfect', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'is', 'a', 'good', 'fit', 'overall', 'so', 'glad', 'i', 'put', 'it', 'in', 'my', 'shopping', 'cart', 'to', 'try', 'it', "'s", 'a', 'keeper', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['11434,868,52', 'cute', 'and', 'striped', 'i', 'really', 'like', 'the', 'style', 'and', 'cute', 'stripes', 'and', 'i', 'love', 'the', 'versatility', 'of', 'the', 'design', 'of', 'this', 'shirt', 'fits', 'true', 'to', 'size', 'and', 'hides', 'my', 'stomach', 'just', 'in', 'the', 'right', 'places,5,1,0', 'general', 'petite', 'tops', 'knits'] ['11435,868,24', 'romantic', 'ruffled', 'tee', 'this', 'ruffle', 'tee', 'is', 'adorable', 'on', 'the', 'fabric', 'is', 'light', 'but', 'not', 'thin', 'and', 'the', 'styling', 'is', 'very', 'flattering', 'to', 'any', 'figure', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'as', 'a', 'transition', 'piece', 'as', 'it', 'stays', 'warm', 'long', 'into', 'fall', 'in', 'the', 'south.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['11436,1072,39', 'cute', 'but', 'wide', 'i', 'tried', 'on', 'the', 'xs', 'and', 'the', 'shoulder', 'are', 'fit', 'but', 'the', 'body', 'seemed', 'so', 'wide', 'on', 'me', 'it', 'took', 'me', 'over', 'i', 'do', "n't", 'know', 'if', 'xxs', 'would', 'have', 'worked', 'but', 'it', 'is', 'not', 'available', 'and', 'petite', 'either', 'fabric', 'is', 'soft', 'enough', 'for', 'denim', 'color', 'is', 'nice', 'overall', 'really', 'pretty', 'dress', 'just', 'unfortunately', 'big'] [] ['and', 'i', 'have', 'wide', 'shoulders'] [] ['30dd', 'chest', '26.5', 'in', 'wasit', 'big', 'legs', '115', 'lbs', ',4,1,3', 'general', 'dresses', 'dresses'] ['11437,868,46', 'love', 'this', 'tee', 'i', 'think', 'when', 'this', 'is', 'new', 'it', 'runs', 'big', 'and', 'then', 'shrinks', 'to', 'the', 'right', 'size', 'that', "'s", 'what', 'it', 'did', 'for', 'me', 'anyway', 'it', 'did', 'shrink', 'after', 'one', 'wash', 'but', 'not', 'significantly', 'i', 'bought', 'it', 'in', 'm', 'and', 'feel', 'it', 'stayed', 'within', 'that', 'range', 'super', 'cute', 'with', 'shorts', 'airy', 'light', 'love', 'the', 'white', 'ordering', 'another', 'color', ',5,1,8', 'general', 'petite', 'tops', 'knits'] ['11438,868,46', 'well-made', 'but', 'widening', 'i', 'ordered', 'one', 'of', 'each', 'color', 'in', 'size', 'xl', 'the', 'fit', 'is', 'true', 'to', 'size', 'it', 'matches', 'the', 'model', "'s", 'photos', 'there', "'s", 'a', 'lot', 'of', 'material', 'so', 'it', "'s", 'flowy', 'but', 'it', 'shrunk', 'with', 'air-drying', 'the', 'colors', 'are', 'very', 'pretty', 'in', 'person', 'the', 'white', 'is', 'bright', 'i', 'decided', 'to', 'keep', 'mine', 'even', 'though', 'they', "'re", 'truthfully', 'unflattering', 'to', 'wear', 'the', 'way', 'the', 'sleeves', 'are', 'slightly', 'gathered', 'and', 'cut', 'make', 'my', 'shoulders', 'arms', 'look', 'huge', 'i', 'do', "n't", 'have', 'the', 'shape', 'to', 'pull', 'this', 'off', 'but', 'for', 'wearing', 'at', 'home', 'in', 'the', 'summer', 'they', "'re", 'worth', 'having', 'the', 'm', ',3,0,34', 'general', 'tops', 'knits'] ['11439,868,29', 'short', 'and', 'wide', 'i', 'tried', 'on', 'this', 'shirt', 'in', 'the', 'small', 'and', 'the', 'xxs', 'both', 'were', 'ridiculously', 'wide', 'they', 'were', 'also', 'both', 'cut', 'really', 'short', 'the', 'peplum', 'basically', 'started', 'right', 'below', 'my', 'boobs', 'though', 'the', 'small', 'was', 'maybe', 'a', 'little', 'bit', 'longer', 'than', 'the', 'eex', 'the', 'stripes', 'are', 'really', 'cute', 'the', 'cut', 'is', 'just', 'very', 'strange'] [] ['for', 'reference', 'the', 'black', 'and', 'white', 'is', 'the', 'small', 'the', 'taupe', 'is', 'the', 'xxs', ',3,0,3', 'general', 'tops', 'knits'] ['11440,868,29', 'bought', 'this', 'shirt', 'because', 'i', 'loved', 'the', 'cut', 'and', 'the', 'stripes', 'had', 'little', 'to', 'no', 'shape', 'to', 'it', 'some', 'may', 'think', 'it', 'runs', 'big', 'but', 'it', 'appears', 'that', 'is', 'the', 'look', 'this', 'top', 'is', 'going', 'for', 'i', 'feel', 'like', 'being', 'short', 'i', 'just', 'looked', 'kind', 'of', 'dumpy', 'on', 'me', 'fabric', 'is', 'nice', 'but', 'borders', 'on', 'see', 'through', 'it', 'was', 'just', 'ok', 'nothing', 'exciting', ',3,0,4', 'general', 'tops', 'knits'] ['11441,1072,35', 'love', 'the', 'way', 'this', 'looked', 'online/on', 'model', 'would', 'not', 'recommend', 'for', 'a', 'shorter', 'or', 'curvy', 'person', 'such', 'as', 'myself', 'it', 'just', 'ended', 'up', 'looking', 'like', 'a', 'very', 'chic', 'potato', 'sack', 'on', 'me', 'and', 'was', 'not', 'flattering', ',4,1,0', 'general', 'dresses', 'dresses'] ['11442,825,56', 'not', 'for', 'the', 'busty', 'pros', 'pretty', 'nicely', 'made'] [] ['cons', 'the', 'fabric', 'is', 'stiffer', 'than', 'i', 'was', 'expecting', 'and', 'the', 'blouse', 'cuts', 'in', 'under', 'the', 'arms', 'i', 'do', "n't", 'mean', 'that', 'it', 'is', 'tight', 'or', 'digs', 'in', 'but', 'it', 'cuts', 'in', 'you', 'ca', "n't", 'tell', 'in', 'the', 'angle', 'of', 'the', 'photo', 'the', 'blouse', 'is', 'short', 'as', 'well', 'and', 'as', 'i', 'am', 'curvy', 'it', 'really', 'stuck', 'out', 'all', 'around', 'at', 'the', 'waist', 'worth', 'trying', 'on', 'if', 'you', 'have', 'a', 'straighter', 'figure', ',3,0,5', 'general', 'tops', 'blouses'] ['11443,1072,33', 'wanted', 'to', 'love', 'the', 'quality', 'and', 'fabric', 'are', 'fabulous', 'but', 'it', "'s", 'just', 'too', 'voluminous', 'for', 'my', 'figure', '5', '8', '155', 'lbs', 'would', 'look', 'great', 'on', 'someone', 'more', 'slender', ',2,0,0', 'general', 'dresses', 'dresses'] ['11444,868,41', 'i', 'love', 'it', 'i', 'am', 'very', 'self', 'conscience', 'of', 'my', 'tummy', 'and', 'this', 'covers', 'it', 'up', 'without', 'being', 'too', 'baggy', 'there', 'is', 'plenty', 'of', 'room', 'i', 'originally', 'bought', 'a', 'small', 'then', 'went', 'to', 'an', 'extra', 'small', 'then', 'went', 'back', 'to', 'a', 'small', 'i', 'wear', 'a', 'small', 'in', 'most', 'things', 'great', 'nicer', 'looking', 'tee', ',4,1,2', 'general', 'tops', 'knits'] ['11445,868,29', 'flowy', 'spring', 'top', 'this', 'is', 'a', 'vary', 'cute', 'blouse', 'i', 'ordered', 'both', 'colors', 'in', 'my', 'typical', 'medium', 'intending', 'to', 'give', 'one', 'to', 'my', 'sister', 'i', 'could', "n't", 'decide', 'what', 'color', 'to', 'keep', 'but', 'went', 'with', 'the', 'black', 'simply', 'because', 'it', 'fit', 'my', 'style', 'better', 'looks', 'great', 'with', 'dark', 'jeans', 'the', 'tan', 'stripe', 'is', 'very', 'cute', 'a', 'little', 'more', 'summery', 'and', 'looked', 'better', 'on', 'the', 'sis', 'than', 'me', ',4,1,3', 'general', 'tops', 'knits'] ['11446,868,48', 'loved', 'it', 'so', 'much', 'i', 'bought', 'both', 'colors', 'cute', 'swing', 'tee', 'fit', 'for', 'me', 'is', 'perfect', 'i', 'am', '5', '5', 'and', '140', 'lbs', 'and', 'i', 'bought', 'my', 'usual', 'small', 'length', 'is', 'nice', 'fits', 'me', 'just', 'at', 'my', 'hips', 'i', 'can', 'wear', 'to', 'work', 'and', 'on', 'the', 'weekends', 'a', 'little', 'concerned', 'the', 'fabric', 'may', 'pill', 'so', 'i', "'m", 'taking', 'extra', 'care', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'either', 'color', 'love', ',5,1,1', 'general', 'tops', 'knits'] ['11447,1022,53', 'this', 'product', 'needs', 'a', 'bit', 'of', 'tweaking', 'these', 'jeans', 'fit', 'perfectly', 'however', 'the', 'distress', 'at', 'the', 'knee', 'was', 'a', 'bit', 'too', 'distressed', 'for', 'my', 'taste', 'i', 'would', 'recommend', 'these', 'jeans', 'for', 'a', 'younger', 'demographic', ',3,1,0', 'general', 'bottoms', 'jeans'] ['11448,868,36', ',this', 'shirt', 'runs', 'large', 'i', 'ordered', 'it', 'before', 'it', 'was', 'sold', 'in', 'stores', 'so', 'i', 'did', "n't", 'return', 'it', 'the', 'style', 'is', 'really', 'cute', 'the', 'shirt', 'does', 'pill.,3,1,0', 'general', 'tops', 'knits'] ['11449,868,43', 'love', 'it', 'this', 'top', 'is', 'so', 'comfortable', 'and', 'better', 'quality', 'than', 'i', 'expected', 'ruffles', 'fall', 'nicely', 'over', 'your', 'sholulder', 'and', 'there', 'is', 'a', 'fabric', 'underarm', 'i', 'do', "n't", 'have', 'to', 'wear', 'a', 'tank', 'top', 'underneath', 'like', 'i', 'normally', 'would', 'with', 'tops', 'with', 'wide', 'opening', 'around', 'arms', 'color', 'is', 'beautiful', 'too', 'i', 'really', 'love', 'it', 'true', 'to', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['11450,868,31', 'classic', 'and', 'cute', 'i', 'am', 'always', 'searching', 'for', 'effortless', 'items', 'this', 'is', 'a', 'cute', 'and', 'classic', 'shirt', 'that', 'meets', 'all', 'those', 'requirements', 'i', 'actually', 'really', 'like', 'the', 'sleeves', 'it', 'take', 'a', 'basic', 'tee', 'and', 'elevates', 'the', 'style', 'i', 'bought', 'the', 'teal', 'but', 'am', 'also', 'thinking', 'about', 'ordering', 'the', 'white', 'too', 'ca', "n't", 'go', 'wrong', 'with', 'a', 'classic', 'white', 'tee.,4,1,13', 'general', 'tops', 'knits'] ['11451,1072,33', 'just', 'so', 'big', 'material', 'is', 'nice', 'design', 'would', 'be', 'so', 'great', 'if', 'it', 'did', "n't", 'fit', 'so', 'large', 'i', 'am', '5', '4', '118lbs', 'athletic', 'build', 'the', 'dress', 'could', 'be', 'belted', 'i', 'think', 'a', 'very', 'slim', 'girl', 'at', 'retailer', 'did', 'this', 'but', 'it', 'is', 'not', 'worth', '158', 'in', 'my', 'opinion', 'if', 'on', 'sale', 'i', 'might', 'keep', 'it', 'due', 'to', 'the', 'hastle', 'of', 'returning', 'it', 'however', 'it', 'is', 'not', 'flowy', 'it', 'fits', 'okay', 'in', 'the', 'shoulders', 'almost', 'too', 'loose', 'and', 'the', 'rest', 'looks', 'like', 'a', 'potato', 'sack', 'so', 'disappointed', ',3,0,0', 'general', 'dresses', 'dresses'] ['11452,1022,48', 'nice', 'jeans', 'just', 'fyi', 'they', 'look', 'more', 'slimly', 'fitted', 'in', 'the', 'photo', 'than', 'they', 'actually', 'are', 'when', 'you', 'get', 'them', 'that', "'s", 'why', 'i', 'returned', 'them', 'otherwise', 'fine', ',3,1,0', 'general', 'bottoms', 'jeans'] ['11453,868,46', 'cute', 'and', 'comfortable', 'i', 'bought', 'the', 'green', 'and', 'white', 'and', 'waiting', 'to', 'see', 'how', 'these', 'wash', 'based', 'on', 'previous', 'reviews', 'they', 'are', 'definitely', 'not', 'figure', 'flattering', 'and', 'make', 'you', 'a', 'bit', 'boxy', 'you', 'could', 'belt', 'it', 'but', 'i', 'wo', "n't", 'i', "'ll", 'just', 'wear', 'for', 'errands', 'and', 'lounging', 'better', 'than', 'my', 'sports', 'tees', 'i', 'bought', 'mediums', 'because', 'if', 'it', 'shrinks', 'a', 'tad', 'the', 'small', 'might', 'be', 'too', 'short', 'in', 'the', 'arms', 'and', 'i', 'wanted', 'a', 'bit', 'more', 'arm', 'coverage', ',4,1,3', 'general', 'tops', 'knits'] ['11454,868,71', 'adorable', 'i', 'thought', 'this', 'top', 'would', 'make', 'me', 'look', 'extremely', 'boxy', 'but', 'i', 'could', "n't", 'resist', 'the', 'stripes', 'and', 'the', 'cut', 'of', 'the', 'top', 'i', 'did', 'size', 'down', 'and', 'so', 'glad', 'i', 'did', 'adorable', 'fun', 'and', 'flattering', 'and', 'that', "'s", 'coming', 'from', 'a', 'curvy', 'girl', 'with', 'a', 'ddd', 'bust', 'soo', 'soft', ',5,1,16', 'general', 'tops', 'knits'] ['11455,861,49', 'basic', 'black', 't', 'i', 'got', 'this', 'in', 'black', 'and', 'it', "'s", 'a', 'great', 'basic', 't-shirt-', 'the', 'v-neck', 'is', 'just', 'right', 'in', 'depth', 'and', 'the', 'material', 'is', 'very', 'soft', 'and', 'lightweight', 'the', 'fit', 'is', 'good', 'the', 'back', 'is', 'long', 'which', 'can', 'be', 'good', 'or', 'not-so-good', 'depending', 'on', 'how', 'you', 'want', 'to', 'wear', 'it', 'i', 'really', 'like', 'the', 'la', 't', 'shirts', 'because', 'the', 'material', 'has', 'a', 'nice', 'soft', 'drape', 'and', 'they', 'seem', 'to', 'fit', 'exceptionally', 'well', ',5,1,0', 'general', 'tops', 'knits'] ['11456,701,32', 'well-made', 'but', 'lacks', 'structure', 'i', 'love', 'the', 'style', 'of', 'this', 'swimsuit', 'on', 'the', 'model', 'when', 'i', 'purchased', 'is', 'i', 'did', "n't", 'realize', 'that', 'there', 'was', 'no', 'support', 'wire/', 'padding/', 'lining', 'in', 'the', 'chest', 'the', 'rest', 'of', 'the', 'swimsuit', 'was', 'great', 'but', 'i', 'did', 'not', 'like', 'the', 'look', 'in', 'the', 'chest', 'it', 'provided', 'no', 'support', 'i', 'ended', 'up', 'returning', 'it.,3,1,5', 'initmates', 'intimate', 'swim'] ['11457,1065,24', 'perfection', 'minus', 'one', 'thing', 'this', 'jumpsuit', 'is', 'fabulous', 'in', 'person', 'it', 'is', 'elegant', 'and', 'easy', 'and', 'very', 'figure', 'flattering', 'i', 'have', 'a', 'very', 'curvy', 'shape', 'but', 'a', '34', 'ddd', 'bust', 'so', 'i', 'would', 'say', 'i', 'am', 'a', 'top', 'heavy', 'hourglass', 'this', 'jumpsuit', 'does', 'me', 'right', 'the', 'only', 'thing', 'i', 'would', 'say', 'is', 'i', 'do', "n't", 'think', 'it', 'would', 'be', 'very', 'comfortable', 'on', 'a', 'person', 'with', 'a', 'long', 'torso', 'i', 'am', '5', '3', 'and', 'bought', 'this', 'in', '6', 'regular', 'and', 'the', 'length', 'is', 'perfect', 'with', 'heels', 'but', 'the', 'whole', 'top', 'half', 'fits', 'me', 'perfectly', 'but', 'shows', 'alot', 'of', 'boob', 'if', 'i', "'m", 'not', 'careful', 'but', 'i', 'do', "n't", 'think', 'it', 'would', 'be', 's', ',4,1,0', 'general', 'bottoms', 'pants'] ['11458,868,42', 'perfect', 'striped', 'top', 'i', 'love', 'the', 'loose', 'vibe', 'of', 'this', 'top', 'the', 'bold', 'stripes', 'are', 'super', 'cute', 'i', 'can', 'dress', 'this', 'up', 'or', 'wear', 'with', 'jeans', 'and', 'sneakers', 'get', 'this', 'top', 'ladies', ',5,1,4', 'general', 'tops', 'knits'] ['11459,868,60', 'perfect', 'lady', 'tee', 'this', 'top', 'takes', 'every', 'other', 'tee', 'and', 'blows', 'it', 'out', 'of', 'the', 'water', 'it', 'appears', 'subtle', 'on', 'the', 'hanger', 'but', 'it', 'looks', 'so', 'lady', 'like', 'on', 'the', 'flutter', 'sleeve', 'are', 'darling', 'the', 'top', 'does', 'have', 'a', 'lot', 'of', 'volume', 'but', 'the', 'drape', 'is', 'so', 'lovely', 'it', 'adds', 'some', 'shape', 'it', 'is', 'perfect', 'to', 'wear', 'everyday', 'and', 'dress', 'up', 'i', 'bought', 'to', 'wear', 'with', 'the', 'bryden', 'skirt', 'for', 'reference', 'i', 'purchased', 'ordered', 'the', 'xs', 'though', 'i', 'am', 'wearing', 'a', 's', 'in', 'the', 'photo', 'and', 'i', 'am', '34c', '26', 'waist', 'the', 'shoulder', 'fit', 'okay', 'with', 'easter', 'size', 'but', 'there', 'was', 'a', 'little', 'less', 'v', ',5,1,3', 'general', 'tops', 'knits'] ['11460,868,50', 'love', 'it', 'i', 'just', 'bought', 'this', 'top', 'in', 'size', 'medium', 'and', 'i', 'love', 'it', 'super', 'comfortable', 'and', 'flowy', 'if', 'you', 'want', 'to', 'dry', 'it', 'in', 'the', 'machine', 'just', 'put', 'cold', 'air', 'and', 'it', 'wo', "n't", 'shrink', 'do', "n't", 'use', 'hot', 'air', ',5,1,10', 'general', 'tops', 'knits'] ['11461,1072,63', 'love', 'this', 'dress.', 'you', 'know', 'how', 'you', 'hope', 'that', 'a', 'dress', 'that', 'you', 'order', 'online', 'is', 'as', 'good', 'as', 'you', 'think', 'it', 'will', 'be', 'well', 'this', 'one', 'is', 'better', 'then', 'i', 'had', 'hoped', 'it', 'fits', 'beautifully', 'it', 'is', 'crafted', 'beautifully', 'there', 'is', 'nothing', 'i', 'do', "n't", 'like', 'about', 'it', 'i', 'was', 'pleasantly', 'surprised', 'at', 'how', 'light', 'the', 'fabric', 'is', 'i', 'thought', 'it', 'might', 'be', 'a', 'heavier', 'denim', 'but', 'it', 'is', 'perfect', 'not', 'so', 'light', 'that', 'you', 'can', 'see', 'through', 'it', 'but', 'cool', 'and', 'breezy', 'even', 'in', 'the', 'florida', 'heat', 'do', 'yourself', 'a', 'favor', 'and', 'grab', 'this', 'one', 'before', 'it', "'s", 'gone', ',5,1,3', 'general', 'dresses', 'dresses'] ['11462,1072,61', 'great', 'little', 'denim', 'dress', 'love', 'this', 'dress', 'it', 'is', 'very', 'comfortable', 'and', 'stylish', 'looks', 'great', 'with', 'flats', 'or', 'wedges', 'material', 'is', 'soft', 'and', 'comfy', 'definitely', 'worth', 'the', 'price.,5,1,0', 'general', 'dresses', 'dresses'] ['11463,1072,39', ',adorable', 'denim', 'dress', 'fabric', 'is', 'lighter', 'than', 'i', 'imagined', 'but', 'is', 'very', 'flattering', 'perfect', 'length', 'this', 'is', 'not', 'a', 'form', 'fitting', 'dress', 'at', 'all', 'so', 'if', 'you', "'re", 'going', 'for', 'that', 'pass', 'on', 'the', 'dress', 'or', 'possibly', 'order', 'a', 'size', 'down.,5,1,0', 'general', 'dresses', 'dresses'] ['11464,868,34', 'lovely', 'this'] ['an', 'unexpected', 'purchase', 'i', 'found', 'this', 'on', 'my', 'way', 'to', 'the', 'dressing', 'room'] ['the', 'fit', 'is', 'stunning', 'i', 'sized', 'way', 'down', 'i.e', 'normally', 'wear', '10/12', 'curvy', 'and', 'bought', 'a', 'small'] ['it', 'accentuates', 'my', 'curves', 'and', 'is', 'incredibly', 'flattering', 'i', 'bought', 'the', 'navy', 'and', 'will', 'be', 'adding', 'another', 'color', 'soon'] ['the', 'material', 'is', 'viscose', 'blend', 'soft', 'and', 'flowy', 'it', "'s", 'a', 'nice', 'addition', 'to', 'my', 'work', 'wardrobe', ',5,1,1', 'general', 'tops', 'knits'] ['11465,1072,44', 'so', 'darling', 'but', 'so', 'huge', 'i', 'am', 'very', 'frustrated', 'i', 'ordered', 'the', 'pxs', 'and', 'pxxs', 'back', 'in', 'may', 'at', 'the', 'time', 'they', 'were', 'both', 'on', 'back', 'order', 'until', 'early', 'august', 'last', 'week', 'i', 'received', 'an', 'email', 'that', 'the', 'pxxs', 'was', 'no', 'longer', 'available', 'i', 'emailed', 'customer', 'service', 'and', 'got', 'the', 'reply', 'that', 'the', 'shipment', 'of', 'pxxs', 'was', 'damaged', 'and', 'so', 'that', "'s", 'why', 'they', 'were', 'no', 'longer', 'available', 'i', 'did', 'receive', 'the', 'pxs', 'and', 'while', 'the', 'length', 'is', 'good', 'for', 'me', 'at', '5', '4', 'it', 'is', 'enormous', 'through', 'the', 'entire', 'body', 'shoulders', 'down', 'to', 'the', 'hemline', 'i', 'know', 'the', 'pxxs', 'is', 'the', 'size', 'i', 'needed', ',4,1,4', 'general', 'dresses', 'dresses'] ['11466,1025,40', 'best', 'jeans', 'ever', 'i', 'love', 'these', 'they', 'are', 'so', 'soft', 'the', 'high', 'waist', 'is', 'awesome', 'and', 'fits', 'like', 'a', 'glove', 'they', 'do', "n't", 'stretch', 'out', 'i', 'wear', 'with', 'a', 'heel', 'and', 'get', 'tons', 'of', 'compliments', 'they', 'make', 'my', 'hips', 'look', 'smaller', 'than', 'they', 'are.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11467,903,44', 'sending', 'this', 'one', 'back', 'the', 'photos', 'online', 'make', 'it', 'look', 'like', 'a', 'comfortable', 'relaxed', 'lightweight', 'early', 'fall/spring', 'cardigan', 'when', 'it', 'arrived', 'it', 'looked', 'very', 'wrinkly', 'and', 'there', 'is', 'no', 'shimmer', 'as', 'far', 'as', 'i', 'can', 'tell', 'i', 'tried', 'using', 'my', 'steamer', 'to', 'get', 'some', 'of', 'the', 'wrinkles', 'out', 'but', 'it', 'did', "n't", 'work', 'it', 'looks', 'too', 'rumpled', 'and', 'i', 'do', "n't", 'want', 'to', 'wear', 'something', 'that', 'looks', 'like', 'i', 'just', 'rolled', 'out', 'of', 'bed', ',1,0,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11468,1072,54', 'this', 'is', 'one', 'of', 'my', 'absolute', 'favorite', 'dresses', 'of', 'the', 'season', 'fun', 'flirty', 'and', 'fashionable', 'i', 'wore', 'it', 'with', 'a', 'chunky', 'necklace', 'floppy', 'hat', 'and', 'sandals', 'one', 'time', 'and', 'with', 'wedges', 'and', 'dangly', 'earrings', 'the', 'other', 'time', 'it', 'is', 'a', 'must', 'own', 'dress', ',5,1,15', 'general', 'dresses', 'dresses'] ['11469,1025,32', 'worth', 'every', 'penny', 'i', 'was', 'a', 'little', 'nervous', 'to', 'buy', 'these', 'because', 'they', 'are', 'such', 'a', 'statement', 'piece', 'but', 'i', 'love', 'them', 'they', 'are', 'so', 'comfortable', 'which', 'is', 'rare', 'for', 'jeans', 'they', 'create', 'the', 'optical', 'illusion', 'that', 'i', 'am', 'a', 'super', 'model', 'so', 'i', 'will', 'wear', 'them', 'as', 'often', 'as', 'possible', 'very', 'flattering', 'and', 'comfy=win', 'win', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11470,1025,26', 'the', 'most', 'flattering', 'pants', 'in', 'your', 'closet', 'paige', 'jeans', 'are', 'obviously', 'known', 'for', 'their', 'luxurious', 'feel', 'and', 'amazing', 'fit', 'these', 'jeans', 'are', 'the', 'best', 'new', 'addition', 'to', 'your', 'collection', 'the', 'perfect', 'high', 'rise', 'and', 'not', 'as', 'extreme', 'flair', 'these', 'might', 'beat', 'out', 'your', 'skinny', 'jeans', 'for', 'your', 'nights', 'out', 'they', 'do', 'come', 'extremely', 'long', 'so', 'they', 'will', 'most', 'likely', 'need', 'to', 'be', 'hemmed', 'i', 'get', 'huge', 'compliements', 'when', 'i', 'wear', 'them', 'and', 'told', 'how', 'they', 'compliement', 'my', 'legs', 'in', 'the', 'best', 'way', 'if', 'you', "'re", 'debating', 'on', 'whether', 'to', 'jump', 'onto', 'the', 'flair', 'trend', 'i', "'d", 'go', 'with', 'these', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11471,1022,47', 'great', 'fit', 'i', "'m", 'petite', 'and', 'bought', 'size', '29.', 'my', 'hips', 'and', 'waist', 'differ', 'by', '10', 'so', 'i', "'m", 'very', 'curvy', 'i', 'love', 'the', 'fit', 'and', 'look', 'just', 'by', 'rolling', 'them', 'up', 'my', '1st', 'pair', 'of', 'ag', 'jeans', 'and', 'i', 'will', 'definitely', 'buy', 'more', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11472,903,62', 'scratchy', 'knit', 'i', 'so', 'wanted', 'to', 'keep', 'this', 'sweater', 'but', 'the', 'invisible', 'metallic', 'threads', 'that', 'give', 'the', 'sweater', 'its', 'crinkled', 'appearance', 'are', 'super', 'scratchy', 'and', 'irritating', 'it', 'definitely', 'requires', 'a', 'long', 'sleeved', 'top', 'to', 'prevent', 'the', 'irritation', 'as', 'shown', 'in', 'the', 'online', 'photo', 'it', 'is', 'lightweight', 'and', 'i', 'planned', 'to', 'wear', 'it', 'over', 'sleeveless', 'summer', 'tops/dresses', 'i', 'have', 'averaged', 'size', 'arms', 'and', 'there', 'was', 'plenty', 'of', 'upper', 'arm', 'room', 'in', 'fact', 'extra', 'room', 'is', 'designed', 'into', 'the', 'sleeves', 'one', 'plus', 'for', 'those', 'with', 'upper', 'arm', 'fit', 'concerns', 'the', 'lower,3,0,30', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11473,1025,67', 'my', 'search', 'for', 'high-rise', 'jeans', 'is', 'over', 'i', 'have', 'been', 'searching', 'for', 'months', 'to', 'find', 'a', 'pair', 'of', 'top-quality', 'slim', 'fit', 'high-waisted', 'jeans', 'either', 'straight', 'leg', 'or', 'flare', 'my', 'search', 'has', 'ended', 'with', 'these', 'flare', 'jeans', 'from', 'paige', 'thanks', 'to', 'retailer', 'the', 'fabric', 'is', 'incredibly', 'soft', 'yet', 'has', 'that', 'little', 'snap', 'of', 'stretchiness', 'we', 'have', 'all', 'come', 'to', 'expect', 'in', 'expensive', 'jeans', 'i', 'also', 'like', 'the', 'dark', 'wash', 'and', 'the', 'fact', 'that', 'there', 'are', "n't", 'those', 'odd', 'color', 'striations', 'across', 'the', 'hips', 'i', 'bought', 'size', '27', 'which', 'fits', 'me', 'perfectly', 'virtually', 'all', 'my', 'other', 'jeans', 'a', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['11474,825,33', 'delicate', 'yet', 'boxy', 'lovely', 'blouse', 'very', 'well', 'made', 'i', 'had', 'a', 'baby', 'last', 'year', 'and', 'recently', 'weaned', 'so', 'my', 'bust', 'line', 'is', 'changing', 'right', 'now', 'somewhere', 'between', 'a', '36d', 'and', 'c.', 'the', 'medium', 'was', 'a', 'little', 'roomy', 'for', 'i', 'could', "'ve", 'easily', 'sized', 'down', 'but', 'i', 'like', 'the', 'airy', 'look', 'so', 'i', 'think', 'i', 'will', 'keep', 'it', 'this', 'size', 'quality', 'fabric', 'very', 'comfortable', 'yet', 'dressy', 'i', "'d", 'definitely', 'recommend', 'this', 'blouse', ',5,1,1', 'general', 'tops', 'blouses'] ['11475,868,33', 'just', 'ok', 'i', 'ordered', 'this', 'in', 'tan', 'and', 'white', 'but', 'ended', 'up', 'returning', 'it', 'the', 'material', 'is', 'a', 'bit', 'thin', 'but', 'soft', 'the', 'shape', 'of', 'the', 'top', 'was', 'decent', 'i', 'did', "n't", 'think', 'it', 'was', 'too', 'boxy', 'but', 'i', 'did', "n't", 'like', 'how', 'the', 'seams', 'looked', 'on', 'the', 'sides', 'ultimately', 'i', 'did', "n't", 'think', 'it', 'was', 'worth', 'the', 'price', ',3,0,1', 'general', 'tops', 'knits'] ['11476,1025,57', 'classy', 'these', 'jeans', 'are', 'buttery', 'soft', 'and', 'very', 'flattering', 'unlike', 'many', 'jeans', 'these', 'do', 'not', 'ride', 'down', 'my', 'waist', 'as', 'i', 'wear', 'them', 'i', 'am', 'a', 'bit', 'concerned', 'about', 'them', 'long', 'term', 'as', 'they', 'list', 'rayon', 'as', 'the', 'primary', 'fabric', 'which', 'means', 'they', 'have', 'to', 'be', 'washed', 'very', 'carefully', 'still', 'i', 'highly', 'recommend', ',4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['11477,868,36', ',,3,1,0', 'general', 'tops', 'knits'] ['11478,868,29', ',nice', 'stretchy', 'shirt', 'nothing', 'special', 'so', 'i', 'would', "n't", 'pay', 'more', 'than', 'sale', 'price.,4,1,1', 'general', 'tops', 'knits'] ['11479,861,65', 'fine', 't', 'shirt', 'i', 'ordered', 'this', 'online', 'it', "'s", 'fine', 'i', 'am', 'usually', 'a', 'small', 'in', 'tops', 'and', 'it', 'fits', 'true', 'to', 'the', 'size', 'good', 'material', 'no', 'complaints', 'looks', 'good', 'layered.,4,1,0', 'general', 'tops', 'knits'] ['11480,1025,43', ',super', 'soft', 'and', 'flattering', 'fit', 'i', "'m", '5', 'feet', '4', 'inches', 'and', 'petite', 'was', 'the', 'perfect', 'length.,5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['11481,868,35', 'i', 'love', 'the', 'look', 'and', 'the', 'simplicity', 'of', 'this', 'top', 'it', "'s", 'very', 'casual', 'but', 'also', 'super', 'cute', 'my', 'only', 'issue', 'with', 'it', 'was', 'the', 'fabric', 'started', 'to', 'ball', 'up', 'after', 'a', 'few', 'wears', 'but', 'i', 'still', 'love', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['11482,868,55', 'love', 'the', 'sleeves', 'but', 'it', 'runs', 'quite', 'large', 'i', 'ordered', 'this', 'on-line', 'i', 'love', 'the', 'sleeves', 'and', 'the', 'pleat', 'in', 'the', 'back', 'but', 'the', 'top', 'runs', 'large', 'i', 'ordered', 'a', 'small', 'but', 'it', 'is', 'too', 'big', 'other', 'reviews', 'say', 'that', 'the', 'top', 'shrinks', 'when', 'you', 'wash', 'it', 'however', 'i', "'m", 'not', 'sure', 'if', 'the', 'store', 'would', 'let', 'me', 'return', 'a', 'washed', 'item', 'if', 'it', 'does', "n't", 'shrink', 'enough', 'for', 'my', 'taste', 'i', 'think', 'i', 'will', 'probably', 'be', 'returning', 'this', 'top', ',4,1,1', 'general', 'tops', 'knits'] ['11483,868,41', ',,4,1,0', 'general', 'tops', 'knits'] ['11484,868,60', 'fantastic', 'top', 'purchased', 'this', 'top', 'in', 'the', 'store', 'on', 'sale', 'love', 'the', 'material', 'very', 'soft', 'and', 'comfortable', 'love', 'the', 'black', 'and', 'white', 'combination', 'i', 'am', 'petite', 'so', 'the', 'top', 'is', 'a', 'great', 'length', 'on', 'me', 'i', 'can', 'see', 'that', 'if', 'you', 'are', 'tall', 'it', 'might', 'be', 'to', 'short.,5,1,0', 'general', 'tops', 'knits'] ['11485,825,57', 'lovely', 'print', 'i', 'received', 'this', 'tank', 'today', 'and', 'i', 'fell', 'in', 'love', 'with', 'it', 'immediately', 'i', 'am', 'petite', '5', '3', '/36b/108', 'lbs', 'and', 'purchased', 'this', 'in', 'the', 'only', 'size', 'left', 'which', 'was', 'a', 'small', 'yes', 'it', 'is', 'very', 'billowy', 'but', 'i', 'do', 'a', 'half', 'tuck', 'into', 'my', 'pants', 'and', 'that', 'solves', 'the', 'problem', 'perfectly', 'and', 'looks', 'great', 'i', 'have', 'very', 'well', 'toned', 'arms', 'and', 'the', 'way', 'this', 'is', 'cut', 'just', 'accentuatea', 'this', 'yay', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'overall', 'look', 'is', 'super', 'feminine', 'so', 'very', 'happy', 'with', 'my', 'purchase', 'plan', 'on', 'wearing', 'with', 'jeans', 'shorts/cropped', 'jeans/', ',5,1,1', 'general', 'tops', 'blouses'] ['11486,939,52', 'very', 'classy', 'look', 'fits', 'like', 'a', 'dream', 'i', 'have', 'a', 'thick', 'middle', 'and', 'tend', 'to', 'have', 'problems', 'with', 'anything', 'that', 'flairs', 'out', 'so', 'i', 'was', 'so', 'happy', 'that', 'it', 'hung', 'beautifully', 'on', 'me', 'even', 'though', 'i', 'was', "n't", 'really', 'looking', 'for', 'a', 'sweater', 'to', 'take', 'on', 'a', 'trip', 'to', 'europe', 'in', 'a', 'few', 'weeks', 'i', 'bought', 'it', 'on', 'the', 'spot', 'i', 'bought', 'it', 'in', 'neutral', 'which', 'is', 'the', 'only', 'color', 'the', 'store', 'had', 'and', 'after', 'seeing', 'the', 'darker', 'color', 'am', 'happy', 'with', 'it', 'i', 'love', 'the', 'belt', 'since', 'most', 'sweaters', 'do', "n't", 'have', 'anything', 'to', 'close', 'them', 'and', 'the', 'belt', 'lays', 'perfectly', 'as', 'well', ',5,1,2', 'general', 'tops', 'sweaters'] ['11487,868,34', 'nice', 'shirt', 'but', 'runs', 'wide', 'i', 'chose', 'to', 'ignore', 'the', 'other', 'reviews', 'saying', 'this', 'shirt', 'was', 'too', 'wide', 'thinking', 'that', 'my', 'wider', 'shoulders', 'would', 'fill', 'it', 'out', 'but', 'that', "'s", 'not', 'the', 'case', 'the', 'shirt', 'is', 'adorable', 'and', 'soft', 'and', 'cute', 'on', 'but', 'just', 'too', 'wide', 'around', 'the', 'armpit/chest', 'area', 'and', 'with', 'the', 'horizontal', 'stripes', 'it', 'just', 'did', "n't", 'look', 'attractive', 'i', 'would', 'love', 'to', 'try', 'the', 'next', 'size', 'down', 'to', 'see', 'if', 'it', 'works', 'but', 'the', 'black', 'and', 'white', 'xxs', 'is', 'sold', 'out', 'so', 'back', 'it', 'went', 'i', 'am', 'only', '5', '4', 'with', 'a', 'shorter', 'torso', 'so', 'the', 'length', 'was', 'fine', 'for', 'me', ',4,1,0', 'general', 'tops', 'knits'] ['11488,1025,36', 'perfection', 'i', 'am', 'always', 'on', 'the', 'hunt', 'for', 'jeans', 'and', 'regularly', 'buy', 'paige', 'these', 'jeans', 'are', 'different', 'than', 'the', 'regular', 'paige', 'styles', 'in', 'all', 'the', 'best', 'ways', 'they', 'are', 'made', 'with', 'super', 'soft', 'denim', 'that', 'is', 'comfortable', 'and', 'very', 'flattering', 'the', 'waist', 'is', 'high', 'so', 'my', 'tush', 'does', "n't", 'hang', 'out', 'when', 'i', 'sit', 'i', 'love', 'them', 'i', 'am', '5', '8', 'and', '140lbs', 'and', 'these', 'are', 'long', 'i', 'can', 'only', 'wear', 'them', 'with', 'heels', 'but', 'i', 'was', 'looking', 'for', 'a', 'dress', 'up', 'jean', 'and', 'these', 'are', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11489,868,40', ',,5,1,0', 'general', 'tops', 'knits'] ['11490,868,60', 'meh', 'this', 'is', 'just', 'okay', 'for', 'me', 'the', 'top', 'is', 'soft', 'and', 'surprisingly', 'flattering', 'especially', 'from', 'the', 'side', 'but', 'the', 'front', 'rides', 'up', 'and', 'the', 'neckline', 'never', 'lays', 'flat', 'it', 'washes', 'well', 'and', 'the', 'tan/white', 'combo', 'is', 'cute', 'but', 'a', 'little', 'transparent', ',3,0,0', 'general', 'tops', 'knits'] ['11491,868,36', 'lovely', 'top', 'with', 'one', 'flaw', 'the', 'quality', 'of', 'this', 'top', 'is', 'wonderful', 'thick', 'enough', 'to', 'prevent', 'see-through', 'but', 'thin', 'enough', 'to', 'create', 'a', 'beautiful', 'drape', 'the', 'fringe', 'details', 'are', 'lovely', 'the', 'top', 'is', 'slightly', 'roomy', 'ranks', 'between', 'true', 'to', 'size', 'and', 'runs', 'large', 'i.e.', 'leaves', 'room', 'in', 'the', 'back', 'when', 'i', 'clasp', 'my', 'hands', 'together', 'and', 'stretch', 'them', 'out', 'in', 'front', 'of', 'me', 'but', 'not', 'really', 'enough', 'to', 'size', 'up', 'i', "'m", "5'-4", '120', 'lbs.', 'athletic', 'build', 'and', 'the', 'small', 'fits', 'well', 'my', 'only', 'issue', 'with', 'the', 'aesthetic', 'is', 'that', 'the', 'pattern', 'of', 'the', 'lace', 'on', 'the', 'upper', 'pa', ',4,1,0', 'general', 'tops', 'knits'] ['11492,868,40', 'cute', 'casual', 'top', 'this', 'is', 'definitely', 'a', 'cute', 'top', 'i', 'am', '5', '1', '34a', 'and', 'bought', 'the', 'extra', 'small', 'it', 'fits', 'well', 'very', 'flowy', 'a', 'little', 'shorter', 'than', 'i', 'like', 'but', 'it', 'still', 'looks', 'cute', 'it', "'s", 'thin', 'but', 'soft', 'and', 'comfortable', 'i', 'wore', 'it', 'just', 'like', 'the', 'model', 'with', 'my', 'long', 'jeans', 'and', 'some', 'wedge', 'sandals', 'and', 'it', 'looks', 'great', 'for', 'a', 'spring', 'day', ',4,1,2', 'general', 'tops', 'knits'] ['11493,1072,54', 'bare', 'shouldered', 'babe', 'love', 'this', 'dress', 'really', 'nice', 'quality', 'timeless', 'design', 'not', 'to', 'mention', 'the', 'flared', 'sleeves', 'are', 'so', 'flattering', 'this', 'dress', 'makes', 'me', 'feel', 'so', 'cute', 'and', 'tiny', 'i', 'normally', 'struggle', 'to', 'function', 'in', 'off', 'the', 'shoulder', 'tops', 'but', 'deal', 'with', 'it', 'because', 'i', 'love', 'the', 'way', 'that', 'they', 'look', 'but', 'this', 'one', 'really', 'is', 'the', 'perfect', 'fit', 'and', 'has', 'just', 'the', 'right', 'amount', 'of', 'give', 'without', 'being', 'too', 'loose', 'the', 'body', 'size', 'and', 'length', 'does', 'run', 'large', 'so', 'size', 'down', 'on', 'this', 'one', 'now', 'i', 'understand', 'why', 'the', 'petites', 'were', 'all', 'sold', 'out', 'whatever', 'modes', ',5,1,0', 'general', 'dresses', 'dresses'] ['11494,868,55', 'fun', 'and', 'feminine', 'i', 'got', 'this', 'shirt', 'because', 'of', 'the', 'flutter', 'sleeves', 'and', 'i', "'m", 'not', 'disappointed', 'it', 'is', 'a', 'classic', 't', 'with', 'that', 'little', 'bit', 'of', 'an', 'edge', 'due', 'to', 'the', 'sleeves', 'it', 'is', 'not', 'fitted', 'which', 'is', 'what', 'i', 'was', 'looking', 'for', 'it', 'also', 'covers', 'my', 'bum', 'which', 'i', 'do', "n't", 'always', 'like', 'hanging', 'out', 'there', 'in', 'all', 'it', "'s", 'perfect', 'for', 'my', 'needs', 'i', 'got', 'the', 'turquoise', 'one', 'and', 'i', 'may', 'get', 'the', 'white', 'one', 'too', ',5,1,4', 'general', 'tops', 'knits'] ['11495,1104,42', 'great', 'warm', 'weather', 'dress', 'dress', 'is', 'so', 'comfortable', 'great', 'for', 'town', 'or', 'resort', '5', '7', 'size', '6', '34a', 'and', 'i', 'got', 'a', 'size', 'small', ',5,1,15', 'general', 'dresses', 'dresses'] ['11496,868,48', 'pretty', 'if', 'you', 'have', 'an', 'alterations', 'whiz', 'gorgeous', 'sleeves', 'flattering', 'neckline', 'and', 'a', 'voluminous', 'torso', 'i', 'loved', 'the', 'fit', 'of', 'the', 'top', 'portion', 'so', 'much', 'i', 'decided', 'to', 'buy', 'it', 'knowing', 'it', 'would', 'require', 'alteration', 'the', 'seamstress', 'removed', 'a', 'significant', 'amount', 'of', 'bulk', 'and', 'added', 'vintage', 'buttons', 'to', 'clasp', 'the', 'inverted', 'pleat', 'i', 'find', 'many', 'of', 'these', 'easy', 'breezy', 'tops', 'create', 'a', 'shapeless', 'look', 'extra', 'volume', 'in', 'both', 'the', 'front', 'and', 'back', 'creates', 'a', 'needlessly', 'rotund', 'profile', 'despite', 'excellent', 'posture', 'i', 'looked', 'both', 'hunched', 'and', 'pregnant', 'in', 'the', 'unaltered', 'silh', ',3,0,0', 'general', 'tops', 'knits'] ['11497,939,57', 'loved', 'the', 'back', 'detail', 'easy', 'to', 'wear', 'with', 'black', 'or', 'grey', 'i', 'will', 'wear', 'as', 'a', 'work', 'jacket', 'not', 'necessarily', 'just', 'an', 'outwear', 'piece', ',5,1,0', 'general', 'tops', 'sweaters'] ['11498,862,74', 'lovely', 'i', 'am', 'a', 'fan', 'of', 'flutter', 'sleeves', 'always', 'have', 'been', 'however', 'at', '42', 'years', 'old', 'i', 'sometimes', 'feel', 'as', 'if', 'i', 'ca', "n't", 'carry', 'them', 'off', 'not', 'the', 'case', 'with', 'this', 'shirt', 'bordeaux', 'has', 'found', 'a', 'way', 'to', 'balance', 'just', 'sleeve', 'with', 'femininity', 'and', 'maturity', 'i', "'m", 'a', 'size', '12', 'in', 'jeans', 'and', 'tops', 'i', 'ordered', 's', 'large', 'and', 'it', 'fit', 'beautifully', 'very', 'flattering', ',4,1,3', 'general', 'petite', 'tops', 'knits'] ['11499,941,47', 'great', 'price', 'on', 'sale', 'but', 'sheds', 'too', 'much', 'loved', 'the', 'sweater', 'and', 'the', 'sale', 'price', 'was', 'great', 'but', 'i', 'could', 'not', 'take', 'the', 'shedding', 'even', 'after', 'just', 'trying', 'it', 'on', 'the', 'first', 'time', 'my', 'jeans', 'and', 'top', 'had', 'shedding', 'all', 'over', 'them', 'this', 'was', '2', 'minutes', 'i', 'could', 'not', 'imagine', 'what', 'i', 'would', 'look', 'like', 'if', 'i', 'wore', 'it', 'all', 'day', 'had', 'to', 'return', ',2,0,0', 'general', 'tops', 'sweaters'] ['11500,1081,36', 'yes', 'please', 'exactly', 'as', 'pictured', 'great', 'and', 'lightweight', 'for', 'summer', 'but', 'long', 'enough', 'with', 'the', 'cowl', 'neck', 'to', 'layer', 'for', 'colder', 'seasons', 'so', 'comfy', 'and', 'easy.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11501,941,35', ',love', 'love', 'love', 'this', 'sweater', 'lots', 'of', 'compliments', 'as', 'well', ',5,1,1', 'general', 'tops', 'sweaters'] ['11502,941,48', 'gorgeous', 'but', 'sheds', 'horribly', 'this', 'sweater', 'is', 'the', 'perfect', 'sweater', 'except', 'for', 'one', 'thing', 'it', 'sheds', 'everywhere', 'i', 'can', 'simply', 'pick', 'up', 'the', 'sweater', 'and', 'shake', 'it', 'in', 'one', 'hand', 'and', '40', 'large', 'pieces', 'of', 'lint', 'go', 'everywhere', 'on', 'the', 'ground', 'and', 'on', 'you', 'if', 'you', 'like', 'dark', 'jeans-', 'do', "n't", 'purchase', 'before', 'i', 'walked', 'out', 'of', 'the', 'store-', 'the', 'salesperson', 'had', 'to', 'use', 'a', 'delineator', 'on', 'me-', 'it', 'was', 'hysterical', 'sheds', 'so', 'much,1,0,3', 'general', 'tops', 'sweaters'] ['11503,1081,34', 'will', 'get', 'lots', 'of', 'wear', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'a', 'medium', 'by', 'accident', 'thinking', 'that', 'it', 'was', 'a', 'large', 'i', 'loved', 'it', 'even', 'though', 'the', 'front', 'was', 'way', 'too', 'short', 'on', 'me', 'and', 'the', 'elastic', 'waist', 'was', 'way', 'too', 'tight', 'the', 'store', 'did', "n't", 'have', 'the', 'next', 'size', 'up', 'and', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'decided', 'to', 'order', 'my', 'standard', 'xl', 'online', 'its', 'a', 'keeper', 'i', 'am', 'plus', 'sized', 'and', 'have', 'an', 'ample', 'mid', 'section', 'and', 'this', 'was', 'still', 'flattering', 'on', 'me', 'i', 'plan', 'to', 'wear', 'it', 'with', 'a', 'black', 'duster', 'sweater', 'leggings', 'and', 'boots', 'all', 'winter', 'long', 'and', 'then', 'when', 'the', 'wea', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11504,862,34', 'order', 'up', 'this', 'shirt', 'seemed', 'to', 'run', 'really', 'small', 'especially', 'in', 'the', 'chest', 'i', "'m", 'debating', 'exchanging', 'for', 'a', 'new', 'size', 'bc', 'this', 'was', 'really', 'cute', 'but', 'i', "'m", 'not', 'sure', 'if', 'i', 'need', 'to', 'go', 'up', '1', 'or', '2', 'sizes', 'it', 'was', 'so', 'tight', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['11505,941,23', 'not', 'for', 'me', 'i', 'ordered', 'this', 'to', 'arrive', 'at', 'my', 'store', 'and', 'was', 'so', 'excited', 'to', 'try', 'it', 'on', 'it', 'was', 'soft', 'and', 'cuddly', 'but', 'a', 'little', 'baggy', 'under', 'the', 'arms', 'and', 'it', 'shed', 'everywhere', 'underwhelmed', ',3,0,2', 'general', 'tops', 'sweaters'] ['11506,941,60', 'great', 'sweater', 'i', 'just', 'got', 'this', 'sweater', 'and', 'it', 'really', 'is', 'a', 'great', 'fall', 'weight', 'i', 'disagree', 'with', 'other', 'reviewers', 'that', 'it', 'is', 'oversized', 'and', 'that', 'the', 'sleeves', 'are', 'long', 'i', 'found', 'the', 'sleeves', 'to', 'be', 'just', 'right', 'and', 'it', 'to', 'fit', 'normally', 'i', 'almost', 'wish', 'i', 'got', 'a', 'medium', 'just', 'so', 'it', 'would', 'be', 'a', 'little', 'baggier', 'and', 'the', 'sleeves', 'would', 'be', 'a', 'little', 'longer', 'i', 'got', 'the', 'green', 'and', 'am', 'really', 'happy', 'with', 'the', 'color.,5,1,0', 'general', 'tops', 'sweaters'] ['11507,941,28', 'pretty', 'blush', 'sweater', 'for', 'fall', 'pretty', 'blush', 'color', 'that', 'is', 'still', 'neutral', 'enough', 'to', 'wear', 'with', 'just', 'about', 'any', 'outfit', 'runs', 'true', 'to', 'size', 'imo', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'fall/winter.,5,1,1', 'general', 'tops', 'sweaters'] ['11508,1081,29', 'beautiful', 'versatile', 'dress', 'i', 'recently', 'came', 'across', 'this', 'dress', 'in', 'store', 'and', 'decided', 'to', 'try', 'it', 'on', 'i', 'immediately', 'fell', 'in', 'love', 'my', 'husband', 'was', 'patiently', 'waiting', 'outside', 'the', 'dressing', 'area', 'to', 'see', 'it', 'and', 'give', 'his', 'opinion', 'but', 'i', 'knew', 'i', 'was', 'going', 'to', 'get', 'it', 'regardless', 'of', 'his', 'thoughts', 'this', 'dress', 'could', 'be', 'worn', 'with', 'heel', 'flats', 'sandals', 'booties', 'etc', 'the', 'one', 'drawback', 'i', 'have', 'is', 'the', 'high', 'cut', 'of', 'the', 'wrapover', 'in', 'front', 'as', 'other', 'reviewers', 'have', 'said', 'i', 'plan', 'on', 'wearing', 'this', 'places', 'where', 'i', 'wo', "n't", 'be', 'sitting', 'for', 'long', 'periods', 'of', 'time', 'because', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11509,941,27', 'fix', 'the', 'shedding', 'i', 'see', 'that', 'many', 'of', 'you', 'like', 'myself', 'fell', 'in', 'love', 'with', 'the', 'look', 'and', 'feel', 'of', 'this', 'sweater', 'and', 'reluctantly', 'bought', 'it', 'even', 'though', 'it', 'sheds', 'like', 'crazy', 'i', 'just', 'wanted', 'to', 'let', 'you', 'all', 'in', 'on', 'a', 'little', 'trick', 'to', 'stop', 'the', 'shedding', 'it', 'will', 'sound', 'strange', 'but', 'it', 'worked', 'like', 'a', 'charm', 'fold', 'up', 'the', 'sweater', 'seal', 'it', 'in', 'a', 'ziploc', 'bag', 'and', 'pop', 'it', 'in', 'the', 'freezer', 'for', '24', 'hours', 'bam', 'it', 'will', 'shed', 'no', 'more', 'now', 'i', 'can', 'completely', 'love', 'this', 'sweater', ',5,1,0', 'general', 'tops', 'sweaters'] ['11510,941,46', 'beautiful', 'and', 'soft', 'but', 'fragile', 'i', 'bought', 'this', 'sweater', 'in', 'the', 'green', 'and', 'loved', 'it', 'so', 'much', 'i', 'ended', 'up', 'ordering', 'the', 'pink', 'also', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'with', 'a', 'pencil', 'skirt', 'the', 'silhouette', 'is', 'flattering', 'and', 'the', 'sleeves', 'though', 'big', 'do', "n't", 'get', 'in', 'the', 'way', 'while', 'i', "'m", 'working', 'i', "'m", 'a', 'little', 'worried', 'about', 'the', 'looseness', 'of', 'the', 'knit', 'and', 'the', 'amount', 'of', 'lint', 'it', 'shed', 'at', 'first', 'so', 'i', 'do', "n't", 'know', 'how', 'long', 'it', 'will', 'look', 'and', 'feel', 'new', 'also', 'one', 'of', 'the', 'buttons', 'on', 'the', 'pink', 'one', 'was', 'hanging', 'by', 'a', 'thread', 'when', 'i', 'first', 'pulled', 'it', 'out', 'of', 'the', 'package', 'at', 'this', ',4,1,0', 'general', 'tops', 'sweaters'] ['11511,1081,36', 'cozy', 'and', 'versatile', 'i', 'really', 'love', 'how', 'comfortable', 'and', 'versatile', 'this', 'dress', 'is', 'the', 'midi', 'length', 'is', 'perfect', 'for', 'booties', 'or', 'flats', 'and', 'the', 'cowl', 'neck', 'is', 'loose', 'and', 'fluid', 'so', 'it', 'lays', 'well', 'the', 'only', 'complaint', 'i', 'had', 'and', 'it', "'s", 'minor', 'is', 'the', 'tulip', 'skirt', 'does', "n't", 'stay', 'closed', 'well', 'when', 'i', 'walk', 'or', 'sit', 'which', 'reveals', 'more', 'inner', 'thigh', 'than', 'i', 'am', 'comfortable', 'showing', 'i', 'have', 'to', 'be', 'very', 'mindful', 'of', 'the', 'skirt', 'all', 'day', 'i', 'teach', 'high', 'school', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11512,1081,33', 'cute', 'dress', 'i', 'found', 'this', 'at', 'my', 'local', 'store', 'on', 'sale', 'and', 'immediately', 'snatched', 'it', 'up', 'i', 'did', 'not', 'think', 'of', 'the', 'wrap', 'flying', 'open', 'until', 'i', 'got', 'home', 'and', 'tried', 'it', 'on', 'again', 'luckily', 'i', 'was', 'able', 'to', 'sew', 'it', 'up', 'enough', 'without', 'compromising', 'the', 'drape', 'and', 'movement', 'of', 'the', 'dress', 'and', 'without', 'causing', 'anyou', 'pulling', 'or', 'puckering', 'which', 'is', "n't", 'always', 'easy', 'when', 'working', 'with', 'jersey'] [] ['that', 'said', 'i', 'really', 'like', 'the', 'dress', 'otherwise', 'it', "'s", 'super', 'soft', 'and', 'i', 'think', 'i', "'ll", 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'when', 'i', 'want', 'something', 'cute', 'and', 'comfy', 'to', 'put', 'on', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11513,1081,56', ',i', 'bought', 'this', 'dress', 'for', 'a', 'cruise', 'i', "'m", 'going', 'on', 'in', 'january', 'it', "'s", 'so', 'light', 'and', 'comfortable', 'i', "'m", "5'10", 'and', 'the', 'length', 'is', 'perfect', 'it', 'will', 'look', 'really', 'cute', 'with', 'a', 'jean', 'jacket', 'and', 'some', 'booties', 'great', 'price', 'for', 'this', 'dress', 'you', 'ca', "n't", 'pass', 'this', 'up', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11514,1066,38', 'makes', 'me', 'look', 'dumpy', 'i', 'do', 'not', 'love', 'these', 'pants', 'while', 'the', 'fabric', 'is', 'nice', 'they', 'make', 'me', 'look', 'rather', 'dumpy', 'i', 'highly', 'recommend', 'the', 'essential', 'taper', 'pant', 'instead', 'which', 'has', 'beautiful', 'tapering', 'legs', 'and', 'made', 'me', 'look', 'more', 'slender', 'these', 'pants', 'make', 'me', 'look', 'like', 'i', "'ve", 'put', 'on', '20', 'pounds', 'and', 'they', 'also', 'make', 'me', 'look', 'rather', 'squat', 'perhaps', 'they', 'would', 'look', 'good', 'on', 'someone', 'tall', 'but', 'at', '5', '6', 'these', 'are', 'a', 'miss', 'for', 'me', ',3,0,15', 'general', 'petite', 'bottoms', 'pants'] ['11515,1081,21', 'fantastic', 'i', 'love', 'this', 'incredibly', 'soft', 'fabric', 'it', "'s", 'well', 'designed', 'and', 'very', 'flattering', 'i', 'am', '6', 'tall', 'with', 'a', 'large', 'bustline', 'dresses', 'can', 'be', 'difficult', 'as', 'the', 'waistline', 'usually', 'hits', 'in', 'the', 'wrong', 'spot', 'but', 'not', 'this', 'dress', 'it', "'s", 'hits', 'the', 'spot', 'and', 'the', 'high-lo', 'hemline', 'flatters', 'my', 'legs', 'bought', 'this', 'to', 'wear', 'to', 'hawaii', 'paired', 'with', 'a', 'panama', 'hat', 'and', 'a', 'pair', 'of', 'flatform', 'sandels', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11516,941,48', 'sweater', 'time', 'i', 'have', 'not', 'worn', 'yet', 'but', 'excited', 'to', 'try', 'it', 'out', 'soon', 'with', 'jeans', 'and', 'boots', 'comfy', 'but', 'has', 'a', 'nice', 'sweater', 'look', 'not', 'too', 'casual', 'sleeves', 'are', 'very', 'long', 'but', 'do', "n't", 'think', 'i', 'want', 'to', 'downsize.,4,1,0', 'general', 'tops', 'sweaters'] ['11517,862,66', 'not', 'for', 'me', 'beautiful', 'top', 'but', 'the', 'angles', 'emphasized', 'my', 'widest', 'fluffy', 'bits', 'in', 'an', 'unattractive', 'way', 'i', 'ordered', 'size', 'large', 'the', 'material', 'fabric', 'and', 'lace', 'are', 'pretty', 'and', 'well', 'done', 'my', 'arms', 'looked', 'huge', 'too', 'and', 'the', 'piece', 'under', 'the', 'arm', 'hit', 'below', 'my', 'bra', 'and', 'it', 'was', 'clearly', 'visible', 'by', 'a', 'couple', 'inches', 'i', 'carry', 'my', 'weight', 'in', 'my', 'mid', 'section', 'and', 'am', 'short', 'waisted', 'think', 'this', 'would', 'look', 'best', 'on', 'taller', 'thinner', 'bods', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['11518,1066,21', 'beautiful', 'pant', 'great', 'structure,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['11519,1131,22', 'does', "n't", 'look', 'the', 'same', 'as', 'picture', 'i', 'was', 'so', 'excited', 'for', 'this', 'coat', 'when', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'but', 'disappointed', 'when', 'it', 'got', 'to', 'stores', 'the', 'faux', 'fur', 'pictured', 'both', 'here', 'and', 'in', 'the', 'catalog', 'looked', 'much', 'more', 'of', 'a', 'burnt', 'red', 'brown', 'color', 'than', 'the', 'straight', 'up', 'maroon', 'that', 'it', 'actually', 'is', 'in', 'store', 'i', "'d", 'say', 'it', 'even', 'looks', 'a', 'bit', 'purple', 'the', 'nice', 'thing', 'is', 'that', 'it', 'is', 'detachable', 'and', 'you', 'can', 'replace', 'it', 'with', 'something', 'else', 'if', 'you', 'really', 'do', "n't", 'like', 'the', 'color', 'i', 'have', 'decided', 'to', 'buy', 'it', 'anyways', 'because', 'the', 'fit', 'of', 'the', 'coat', 'is', 'lovely', 'and', 'simply', 'stunning', ',3,1,1', 'general', 'jackets', 'outerwear'] ['11520,941,53', 'love', 'this', 'sweater', 'but', 'it', 'sheds', 'on', 'my', 'cloths', 'something', 'fierce', 'not', 'much', 'i', 'can', 'do', 'as', 'i', 'do', "n't", 'want', 'to', 'return', 'it', 'because', 'i', 'love', 'it', 'so', 'i', 'love', 'the', 'longer', 'panel', 'in', 'the', 'back', 'and', 'the', 'side', 'slits', 'nice', 'weight', 'and', 'feel', 'i', 'just', 'wish', 'it', 'did', "n't", 'shed', 'so', 'much', ',4,1,2', 'general', 'tops', 'sweaters'] ['11521,141,26', 'great', 'basic', 'leggings', 'soft', 'versatile', 'comfort', 'what', 'more', 'could', 'you', 'want', 'in', 'a', 'legging', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['11522,941,33', 'great', 'cozy', 'all-weather', 'sweater', 'i', 'bought', 'this', 'for', 'an', 'upcoming', 'late-september', 'seaside', 'trip', 'because', 'it', 'looked', 'like', 'it', 'would', 'be', 'warm', 'enough', 'for', 'cooler', 'nights', 'but', 'not', 'too', 'warm', 'because', 'of', 'the', 'open', 'weave', 'i', 'just', 'received', 'it', 'yesterday', 'and', 'i', 'adore', 'it', 'i', 'got', 'the', 'pink', 'color', 'and', 'was', 'really', 'torn', 'between', 'the', 'green', 'and', 'the', 'pink', 'i', 'was', 'hoping', 'the', 'pink', 'would', 'look', 'more', 'beige', 'from', 'far', 'away', 'per', 'one', 'of', 'the', 'other', 'reviews', 'and', 'i', 'was', 'happy', 'that', 'it', 'does', 'up', 'close', 'you', 'can', 'really', 'see', 'the', 'pink', 'but', 'from', 'an', 'arm', "'s", 'length', 'away', 'or', 'more', 'it', 'looks', 'beige', 'wi', ',5,1,7', 'general', 'tops', 'sweaters'] ['11523,965,55', 'cute', 'vest', 'but', 'cheap', 'material.', 'this', 'vest', 'looked', 'so', 'cute', 'online', 'what', 'you', 'ca', "n't", 'see', 'however', 'is', 'the', 'vertical', 'seaming', 'under', 'the', 'arms', 'does', 'not', 'have', 'any', 'fringe', 'about', '3', 'wide', 'that', 'material', 'in', 'the', 'seaming', 'area', 'looked', 'like', 'cheap', 'polyester', 'and', 'it', 'pulled', 'slightly', 'near', 'the', 'side', 'pockets', 'so', 'it', 'did', "n't", 'lay', 'nicely', 'also', 'the', 'top', 'of', 'the', 'vest', 'where', 'it', 'comes', 'together', 'also', 'does', 'not', 'lay', 'well', 'and', 'it', 'falls', 'awkwardly', 'open', 'again', 'showing', 'the', 'cheapy', 'material', 'that', 'it', "'s", 'lined', 'with', 'fits', 'true', 'to', 'size', 'i', 'usually', 'wear', 'a', 's/m', 'in', 'retailer', 'and', 'purchased', 'the', ',3,0,7', 'general', 'jackets', 'jackets'] ['11524,941,52', 'nice', 'addition', 'to', 'my', 'fall', 'wardrobe', 'well', 'fitted', 'kinda', 'slouchy', 'sweater', 'matches', 'photo', 'and', 'product', 'description', 'looking', 'forward', 'to', 'cooler', 'temps', ',5,1,1', 'general', 'tops', 'sweaters'] ['11525,941,48', 'disappointed', 'by', 'shedding', 'i', 'tried', 'this', 'on', 'in-store', 'because', 'i', 'needed', 'a', 'cozy', 'cardigan', 'but', 'i', 'did', 'not', 'buy', 'it', 'because', 'i', 'felt', 'the', 'quality', 'was', 'poor', 'it', 'shed', 'all', 'over', 'everything', 'i', 'tried', 'on', 'with', 'it', 'and', 'i', 'left', 'the', 'store', 'with', 'little', 'balls', 'of', 'sweater', 'flufff', 'all', 'over', 'my', 'pants', 'disappointed', ',3,0,0', 'general', 'tops', 'sweaters'] ['11526,1081,49', ',purchased', 'this', 'item', 'on', 'sale-received', 'it', 'and', 'it', 'had', 'two', 'huge', 'holes', 'on', 'the', 'side.not', 'possible', 'to', 'repair', 'very', 'disappointed', 'in', 'lack', 'of', 'quality', 'control', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11527,941,39', 'love', 'at', 'first', 'site', 'i', 'am', 'in', 'love', 'with', 'this', 'sweater', 'i', 'am', '5', '4', 'and', 'wear', 'a', 'size', '8', 'and', 'bought', 'a', 'large', 'perfect', 'length', 'and', 'fit', 'will', 'wear', 'with', 'jeans', 'or', 'leggings', 'the', 'quality', 'was', 'amazing', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,2', 'general', 'tops', 'sweaters'] ['11528,1131,40', 'great', 'addition', 'to', 'your', 'coat', 'closet', 'i', 'ca', "n't", 'wait', 'for', 'it', 'to', 'get', 'colder', 'so', 'i', 'can', 'wear', 'this', 'out', 'love', 'the', 'ochre', 'color', 'paired', 'with', 'the', 'maroon', 'faux', 'fur', 'lapel', 'i', 'especially', 'love', 'the', 'detail', 'at', 'the', 'pocket', 'edges', 'very', 'well', 'made', 'the', 'faux', 'fur', 'is', 'luxuriously', 'soft', 'and', 'removable', 'this', 'will', 'go', 'great', 'with', 'denim', 'and', 'long', 'skirts', 'the', 'wool', 'is', 'a', 'bit', 'stiff', 'in', 'my', 'opinion', 'but', 'that', "'s", 'okay', 'this', 'will', 'make', 'a', 'great', 'addition', 'to', 'your', 'autumn', 'and', 'winter', 'closet', 'most', 'of', 'my', 'outerwear', 'are', 'blacks', 'or', 'dark', 'blues', 'or', 'dark', 'greys', 'so', 'it', "'s", 'nice', 'to', 'be', 'able', 'to', 'wear', 'a', 'bit', 'of,5,1,2', 'general', 'jackets', 'outerwear'] ['11529,862,35', 'fell', 'short', 'of', 'expectations', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'but', 'sadly', 'it', 'was', 'not', 'meant', 'to', 'be', 'it', 'was', 'tts', 'i', "'m", '5', '3', 'and', 'usually', 'wear', 'a', 'small', 'but', 'the', 'material', 'was', 'horribly', 'scratchy', 'both', 'the', 'body', 'of', 'the', 'top', 'as', 'well', 'as', 'the', 'sleeves', 'and', 'the', 'design', 'is', "n't", 'all', 'that', 'flattering', 'it', 'made', 'me', 'look', 'really', 'wide', 'at', 'the', 'bottom', 'and', 'i', 'definitely', 'am', 'not', 'in', 'real', 'life', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['11530,862,37', 'style', 'style', 'style', 'this', 'shirt', 'makes', 'me', 'feel', 'stylish', 'without', 'trying', 'i', 'can', 'put', 'this', 'on', 'and', 'feel', 'like', 'a', 'fashion', 'blogger', 'without', 'trying', 'it', 'is', 'comfortable', 'and', 'fits', 'true', 'to', 'size', 'it', 'is', 'flattering', 'at', 'the', 'bottom', 'without', 'too', 'much', 'width/peplum.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['11531,941,49', 'good', 'staple', 'love', 'the', 'color', 'weight', 'and', 'styling', 'on', 'this', 'sweater', 'it', 'is', 'soft', 'and', 'comfortable', 'and', 'i', 'will', 'wear', 'it', 'a', 'lot', 'the', 'only', 'downfall', 'is', 'that', 'it', 'sheds', 'so', 'it', 'can', 'not', 'be', 'worn', 'with', 'leggings', 'or', 'you', 'will', 'end', 'up', 'with', 'fuzz', 'everywhere', ',4,1,1', 'general', 'tops', 'sweaters'] ['11532,941,26', 'soft', 'comfy', 'and', 'cute', 'this', 'is', 'just', 'the', 'perfect', 'sweater', 'in', 'my', 'opinion', 'i', 'got', 'it', 'in', 'the', 'rose', 'which', 'is', 'a', 'gorgeous', 'subtle', 'color', 'that', 'will', 'go', 'with', 'just', 'about', 'anything', 'i', 'love', 'the', 'knit', 'pattern', 'and', 'the', 'buttons', 'and', 'the', 'sleeves', 'are', 'nice', 'and', 'long', 'which', 'is', 'crucial', 'for', 'me', 'at', 'my', 'height', "5'11", 'overall', 'i', 'just', 'see', 'myself', 'throwing', 'this', 'on', 'over', 'everything', 'so', 'i', "'m", 'sure', 'i', 'will', 'treasure', 'this', 'for', 'years', 'to', 'come', ',5,1,10', 'general', 'tops', 'sweaters'] ['11533,1119,69', ',just', 'lovely', 'gift', 'for', 'my', 'daughter', 'who', 'has', 'two', 'other', 'vegan', 'leather', 'jackets', 'from', 'retailer', ',5,1,1', 'general', 'jackets', 'outerwear'] ['11534,867,43', 'great', 'layering', 'top', 'i', 'love', 'the', 'fabric', 'of', 'this', 'shirt', 'and', 'particularly', 'the', 'blousy', 'back', 'it', 'is', 'slightly', 'boxy', 'on', 'me', 'and', 'i', 'wish', 'it', 'was', 'just', 'a', 'little', 'longer', 'looks', 'really', 'cute', 'under', 'cardigans.,4,1,0', 'general', 'tops', 'knits'] ['11535,867,65', 'comfy', 'absolutely', 'love', 'this', 'top', 'it', 'can', 'be', 'worn', 'with', 'jeans', 'or', 'a', 'nice', 'pair', 'of', 'pants', 'material', 'is', 'so', 'soft', 'love', 'the', 'length', 'little', 'longer', 'in', 'the', 'back', 'definitely', 'would', 'buy', 'in', 'another', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['11536,949,35', 'the', 'bold', 'and', 'the', 'beautiful', 'i', 'love', 'this', 'sweater', 'it', "'s", 'vivid', 'soft', 'and', 'high', 'quality', 'it', "'s", 'a', 'little', 'shorter', 'than', 'i', "'d", 'normally', 'go', 'for', 'but', 'it', 'will', 'look', 'great', 'with', 'a', 'mid', 'to', 'high', 'rise', 'jean', 'it', 'runs', 'true', 'to', 'size', 'and', 'meant', 'to', 'be', 'roomy', 'the', 'red', 'is', 'very', 'vibrant', ',5,1,1', 'general', 'tops', 'sweaters'] ['11537,867,45', 'tee', 'this', 'top', 'looked', 'really', 'cute', 'when', 'i', 'received'] ['it', 'the', 'fit', 'was', 'not', 'flattering', 'it', 'is', 'snug', 'on', 'top', 'and', 'very', 'loose'] ['on', 'the', 'bottom', 'with', 'an', 'excess', 'amount', 'of', 'material', 'it', 'made', 'me'] ['look', 'very', 'disproportionate', 'i', 'returned', 'it', ',4,0,0', 'general', 'tops', 'knits'] ['11538,667,29', 'runs', 'big', 'this', 'is', 'an', 'adorable', 'top', 'sweet', 'back', 'detail', 'thin', 'material', 'but', 'soft', 'the', 'top', 'is', 'two', 'sizes', 'too', 'big', 'i', "'m", 'normally', 'a', 'large', 'and', 'a', 'small', 'fits', 'i', 'know', 'it', 'is', 'supposed', 'to', 'be', 'baggy', 'but', 'the', 'large', 'was', 'inches', 'too', 'big', 'under', 'each', 'arm', 'size', 'down', 'and', 'petite', 'ladies', 'will', 'be', 'sized', 'out', 'love', 'this', 'though', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['11539,863,52', ',this', 'top', 'is', 'just', 'lovely', 'the', 'bow', 'on', 'the', 'back', 'is', 'so', 'unusual', 'i', 'am', 'so', 'glad', 'i', 'bought', 'it', 'i', 'washed', 'it', 'on', 'gentle', 'and', 'it', 'turned', 'out', 'great', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['11540,863,32', 'love', 'the', 'bow', 'just', 'a', 'cute', 'casual', 'tee', 'that', 'i', 'grabbed', 'on', 'sale', 'but', 'i', 'love', 'the', 'bow', 'in', 'the', 'back', 'something', 'unique', 'for', 'an', 'otherwise', 'plain', 'tee', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['11541,867,31', 'soft', 'cotton', 'front', 'slightly', 'more', 'coarse', 'back', 'shoulders', 'run', 'slimmer', 'than', 'bottom', 'which', 'flares', 'out', 'bought', 'on', 'sale', 'as', 'a', 'cute', 'pajama', 'top', 'which', 'will', 'definitely', 'work', 'well', 'could', 'also', 'imagine', 'with', 'skinny', 'jeans', 'normally', 'wear', 'a', 's', 'ordered', 'an', 'xs', ',3,1,0', 'general', 'tops', 'knits'] ['11542,998,39', 'so', 'nice', 'for', 'fall', 'i', 'decided', 'to', 'order', 'this', 'skirt', 'to', 'look', 'at', 'it', 'and', 'regret', 'it', 'now', 'as', 'i', 'want', 'to', 'keep', 'it', 'one', 'bummer', 'is', 'the', 'smallest', 'size', 'xs', 'runs', 'big', 'the', 'skirt', 'falls', 'on', 'my', 'lower', 'waist', 'aka', 'hips', 'on', 'me', 'not', 'on', 'my', 'waist', 'bu', 'i', 'love', 'the', 'look', 'it', 'has', 'pockets', 'where', 'the', 'pattern', 'reverts', 'the', 'fabric', 'is', 'soft', 'and', 'thick', 'making', 'the', 'skirt', 'structured', 'the', 'length', 'was', 'nice', 'on', 'me', 'though', 'ti', 'is', 'a', 'mini', 'and', 'there', 'is', 'no', 'petite', 'size', 'the', 'hem', 'still', 'was', 'above', 'my', 'knee', 'and', 'therefore', 'was', 'acceptably', 'flattering', 'the', 'colors', 'are', 'also', 'nice', 'for', 'fal', ',4,1,2', 'general', 'bottoms', 'skirts'] ['11543,998,39', 'super', 'cute', 'this', 'skirt', 'is', 'super', 'cute', 'and', 'versatile', 'dressed', 'up', 'but', 'still', 'pretty', 'casual', 'with', 'a', 'sweater', 'tights', 'and', 'boots', 'i', "'d", 'say', 'true', 'to', 'size', 'or', 'maybe', 'runs', 'a', 'little', 'on', 'the', 'large', 'side', 'definitely', 'does', "n't", 'run', 'small', 'love', 'it', ',5,1,0', 'general', 'bottoms', 'skirts'] ['11544,867,48', 'run', 'very', 'large', 'i', 'ordered', 'an', 'xl', 'because', 'most', 'retailer', 'button', 'ups', 'i', 'need', 'a', '12', 'and', 'sometime', '14', 'due', 'to', 'my', 'shoulders', 'and', 'chest', 'but', 'this', 'was', 'huge.,3,0,0', 'general', 'tops', 'knits'] ['11545,949,99', 'great', 'quality', 'i', 'did', "n't", 'expect', 'the', 'neck', 'to', 'be', 'so', 'wide', 'but', 'it', 'still', 'looks', 'nice', ',4,1,4', 'general', 'tops', 'sweaters'] ['11546,995,60', 'wish', 'it', 'was', 'like', 'the', 'picture', 'i', 'anticipated', 'receiving', 'this', 'skirt', 'as', 'i', 'love', 'a', 'longer', 'pencil', 'skirt', 'and', 'this', 'looks', 'beautiful', 'i', 'opened', 'it', 'tried', 'it', 'on', 'sent', 'it', 'back', 'it', 'is', 'well', 'made', 'but', 'has', 'too', 'many', 'negatives', 'first', 'it', 'is', 'very', 'thick', 'i', 'ordered', 'size', '6', '5', '2', '140', 'lbs.', 'the', 'size', 'was', 'good', 'but', 'it', 'is', 'so', 'thick', 'that', 'it', 'adds', 'lots', 'of', 'extra', 'fluff', 'around', 'the', 'waist', 'and', 'abdomen', 'it', 'is', 'also', 'very', 'stretchy', 'and', 'fits', 'in', 'an', 'unflattering', 'way', 'finally', 'and', 'most', 'importantly', 'it', 'has', 'a', 'back', 'and', 'front', 'vent', 'and', 'both', 'are', 'vented', 'all', 'the', 'way', 'up', 'to', 'the', 'c', ',2,0,5', 'general', 'petite', 'bottoms', 'skirts'] ['11547,667,39', 'soft', 'i', 'like', 'this', 'so', 'much', 'that', 'i', 'ordered', 'it', 'in', 'both', 'colors', 'it', 'is', 'soft', 'can', 'be', 'worn', 'both', 'ways', 'and', 'i', 'like', 'the', 'crisscross', 'detail', 'very', 'comfortable', 'not', 'formfitting', 'i', 'usually', 'order', 'a', 'medium', 'or', 'a', 'large', 'and', 'in', 'this', 'one', 'sized', 'down', 'to', 'a', 'small', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11548,949,38', 'sweater', 'love', 'this', 'has', 'instantaneously', 'become', 'my', 'favorite', 'sweater', 'in', 'my', 'closet', 'the', 'fit', 'is', 'great-', 'a', 'little', 'oversized', 'which', 'makes', 'it', 'very', 'cozy', 'i', 'purchased', 'my', 'usual', 'size', 'xs', 'the', 'shade', 'of', 'red', 'is', 'perfection', 'i', 'wished', 'it', 'was', 'a', 'tad', 'bit', 'softer', 'but', 'would', 'buy', 'again', 'and', 'again', ',5,1,10', 'general', 'tops', 'sweaters'] ['11549,863,61', 'so', 'cute', 'the', 'only', 'problem', 'with', 'this', 'top', 'is', 'that', 'it', 'only', 'comes', 'in', 'two', 'colors', 'this', 'is', 'a', 'lightweight', 'easy', 'to', 'wear', 'top', 'that', 'surprises', 'you', 'with', 'the', 'cute', 'design', 'details', 'it', 'will', 'be', 'easy', 'to', 'wear', 'in', 'the', 'heat', 'of', 'my', 'hometown', 'i', 'do', "n't", 'think', 'it', 'is', 'too', 'thin', 'and', 'i', 'wo', "n't", 'need', 'to', 'add', 'a', 'camisole', 'i', 'am', '5', '2', 'and', 'weigh', '120', 'and', 'i', 'got', 'a', 'small', 'perfect', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['11550,867,54', 'a', 'tee', 'to', 'live', 'in', 'i', 'love', 'this', 'tee', 's', 'much', 'i', 'bought', '3', 'different', 'colors', 'the', 'back', 'is', 'beautiful', 'it', 'is', 'so', 'comfy', 'and', 'soft', 'but', 'its', 'added', 'spice', 'makes', 'it', 'perfect', 'for', 'those', 'times', 'you', 'want', 'a', 'little', 'more', 'style.,5,1,0', 'general', 'tops', 'knits'] ['11551,867,37', 'basic', 't-shirt', 'with', 'something', 'extra', 'this', 't-shirt', 'is', 'perfect', 'for', 'summer', 'light', 'breezy', 'easy', 'i', "'m", '5', '4.5', '34dd', '150', 'lbs-', 'm', 'fits', 'well', 'the', 'front', 'and', 'the', 'arms', 'fit', 'like', 'a', 't-shirt', 'which', 'means', 'it', 'looks', 'busty', 'for', 'me', 'but', 'that', "'s", 'how', 't-shirts', 'always', 'are', 'for', 'me', 'the', 'back', 'has', 'something', 'extra', 'and', 'that', "'s", 'the', 'reason', 'i', "'m", 'keeping', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['11552,1119,22', 'perfect', 'vegan', 'jacket', 'love', 'this', 'jacket', 'really', 'wish', 'it', 'came', 'in', 'real', 'leather', 'as', 'well', 'but', 'ca', "n't", 'beat', 'this', 'price', 'point', 'great', 'cut', 'fit', 'and', 'love', 'that', 'the', 'zipper', 'is', 'black', 'looks', 'like', 'it', 'is', 'worn', 'in', 'leather', 'most', 'peoppe', 'ca', "n't", 'tell', 'that', 'it', "'s", 'vegan', ',5,1,2', 'general', 'jackets', 'outerwear'] ['11553,867,37', 'really', 'wanted', 'to', 'like', 'it', 'the', 'sides', 'scooped', 'up', 'a', 'bit', 'too', 'much', 'on', 'me', 'i', 'was', 'hoping', 'to', 'be', 'able', 'to', 'tuck', 'this', 'into', 'a', 'skirt', 'and', 'wear', 'to', 'work', 'but', 'there', 'were', 'definitely', 'some', 'gaps', 'that', 'showed', 'the', 'side', 'of', 'my', 'midriff', 'back', 'it', 'goes', ',2,0,2', 'general', 'tops', 'knits'] ['11554,667,24', 'amazing', 'casul', 'top', 'i', 'absolutely', 'adore', 'this', 'top', 'i', 'got', 'it', 'in', 'the', 'blue', 'and', 'went', 'back', 'a', 'few', 'days', 'later', 'and', 'got', 'the', 'gray', 'as', 'well', 'it', "'s", 'super', 'soft', 'and', 'casual', 'but', 'still', 'really', 'cute', 'it', "'s", 'a', 'little', 'long', 'i', "'m", '5', '4', 'but', 'i', 'tuck', 'in', 'the', 'front', 'or', 'tie', 'a', 'knot', 'on', 'the', 'side', 'and', 'it', 'looks', 'good', 'i', 'wish', 'they', 'had', 'more', 'colors', 'so', 'i', 'could', 'have', 'a', 'few', 'more', 'of', 'these', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11555,858,29', 'average', 'top', 'this', 'is', 'an', 'average', 'top', 'i', 'thought', 'it', 'would', 'be', 'a', 'good', 'work', 'shirt', 'my', 'office', 'is', 'very', 'causal', 'but', 'it', 'was', 'just', 'too', 'loungey', 'looking', 'fit', 'is', 'true', 'to', 'size', 'the', 'fabric', 'is', 'thin-', 'a', 'little', 'see', 'through', 'not', 'worth', '108', 'in', 'my', 'opinion', 'i', 'returned', 'it', ',3,0,3', 'general', 'tops', 'knits'] ['11556,863,40', 'disappointing', 'maybe', 'it', "'s", 'because', 'i', "'m", '40', 'but', 'this', 'top', 'was', 'underwhelming', 'i', 'felt', 'like', 'it', 'was', 'a', 'cheap', 'tee', 'with', 'a', 'big', 'obnoxious', 'bow', 'on', 'the', 'back', 'it', 'does', 'look', 'cute', 'on', 'the', 'model', 'so', 'maybe', 'it', "'s", 'a', 'younger', 'top', 'i', 'would', 'have', 'felt', 'silly', 'wearing', 'it', ',2,0,3', 'general', 'petite', 'tops', 'knits'] ['11557,667,42', 'loose', 'flowy', 'top', 'very', 'flattering', 'cut', 'very', 'loose', 'flowy', 'runs', 'a', 'little', 'big', 'for', 'a', 'small', 'but', 'fits', 'well', 'for', 'someone', 'who', 'sometimes', 'fits', 'medium', 'depending', 'on', 'the', 'cut', 'i', 'need', 'to', 'wear', 'a', 'bralette', 'with', 'this', 'top.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11558,867,38', 'nice', 'color', 'love', 'the', 'coral', 'color', 'of', 'this', 'shirt', 'only', 'wish', 'it', 'was', 'a', 'little', 'longer', 'in', 'the', 'front', 'falls', 'right', 'to', 'my', 'jeans', 'waistline.,4,1,0', 'general', 'tops', 'knits'] ['11559,867,54', 'comfortable', 'top', 'i', 'have', 'these', 'tops', 'in', 'white', 'and', 'blue', 'very', 'comfotable', 'to', 'wear', 'the', 'back', 'part', 'swings', 'with', 'movements', 'and', 'is', 'flattering', 'good', 'price', 'so', 'i', 'got', 'one', 'for', 'my', 'daughter', ',5,1,0', 'general', 'tops', 'knits'] ['11560,949,55', 'lovely', 'warm', 'sweater', 'excellent', 'quality', 'fits', 'as', 'shown', 'on', 'model', ',5,1,4', 'general', 'tops', 'sweaters'] ['11561,867,39', 'cute', 'tee', 'i', 'saw', 'this', 'in', 'the', 'kelly', 'green', 'color', 'one', 'size', 'larger', 'than', 'my', 'normal', 'it', 'did', "n't", 'look', 'much', 'but', 'i', 'was', 'so', 'drawn', 'to', 'the', 'very', 'pretty', 'green', 'color', 'so', 'i', 'tried', 'it', 'on', 'anyway', 'boy', 'am', 'i', 'really', 'glad', 'i', 'did', 'this', 'is', 'more', 'than', 'just', 'your', 'basic', 'everyday', 'tee', 'the', 'back', 'has', 'a', 'very', 'cute', 'gingham', 'pleating', 'detail', 'that', 'hangs', 'well', 'when', 'paired', 'with', 'a', 'skinny', 'jean', 'or', 'leggings', 'material', 'was', 'pretty', 'substantial', 'for', 'a', 'tee', 'and', 'definitely', 'not', 'see-through', 'i', 'am', 'a', 'true', 'm', 'on', 'most', 'retailer', 'tops', 'and', 'this', 'one', 'is', 'pretty', 'true', 'to', 'size', 'the', 'on', ',5,1,0', 'general', 'tops', 'knits'] ['11562,1119,56', 'just', 'what', 'i', 'was', 'looking', 'for', 'i', 'love', 'this', 'jacket', 'it', 'is', 'a', 'perfect', 'moto', 'style', 'jacket', 'without', 'being', 'overly', 'aggressive', 'looking', 'because', 'it', 'does', "n't", 'have', 'the', 'silver', 'hardware', 'instead', 'all', 'the', 'hardware', 'is', 'black', 'which', 'gives', 'it', 'a', 'cleaner', 'minimalist', 'look', 'it', 'is', 'not', 'super', 'heavy', 'it', 'also', 'has', 'a', 'cute', 'blue', 'and', 'white', 'striped', 'lining', 'which', 'if', 'you', 'turn', 'up', 'the', 'sleeves', 'adds', 'a', 'surprise', 'i', 'bought', 'it', 'in', 'a', 'size', 'small', 'so', 'that', 'it', 'was', 'comfortable', 'and', 'i', 'would', 'be', 'able', 'to', 'put', 'a', 'light', 'sweater', 'under', 'it', 'if', 'i', 'wanted', 'to', 'i', 'generally', 'take', 'an', 'xs', 'or', 'sometimes', 'a', 's', ',5,1,18', 'general', 'jackets', 'outerwear'] ['11563,863,34', 'this', 'top', 'is', 'simple', 'but', 'super', 'cute', 'and', 'comfortable', 'the', 'bow', 'in', 'the', 'back', 'adds', 'a', 'feminine', 'touch', 'and', 'it', 'fits', 'well', 'no', 'gaping', 'arm', 'holes', 'and', 'not', 'too', 'tight', 'or', 'too', 'loose', 'the', 'white', 'color', 'is', 'slightly', 'see-through', 'but', 'not', 'enough', 'to', 'wear', 'a', 'cami', 'with', 'my', 'neutral', 'racer-back', 'bra', 'the', 'xs', 'fit', 'me', 'perfectly', 'for', 'reference', 'i', "'m", '5', '6', 'small', 'busted', 'and', '125', 'lbs', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['11564,863,58', 'very', 'cute', 'top', 'i', 'ordered', 'the', 'white', 'it', 'is', 'thin', 'so', 'you', 'might', 'want', 'to', 'wear', 'a', 'cami', 'with', 'it', 'will', 'look', 'very', 'cute', 'with', 'jeans', 'shorts', 'or', 'skirts', 'love', 'the', 'back', 'wish', 'it', 'came', 'in', 'more', 'colors', 'would', 'definitely', 'order', 'it', 'in', 'black', ',5,1,9', 'general', 'petite', 'tops', 'knits'] ['11565,863,59', 'more', 'colors', 'please', 'this', 'top', 'is', 'perfect', 'i', 'love', 'the', 'fit', 'and', 'the', 'length', 'and', 'the', 'weight', 'of', 'the', 'fabric', 'it', 'is', 'thin', 'without', 'being', 'sheer', 'i', 'just', 'wish', 'there', 'were', 'other', 'fun', 'colors', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['11566,867,55', 'perfect', 'dressy', 't', 'this', 'is', 'the', 'perfect', 'little', 'shirt', 'when', 'you', 'want', 'more', 'than', 'an', 'ordinary', 't-shirt', 'the', 'pattern', 'on', 'the', 'back', 'panel', 'adds', 'a', 'nice', 'little', 'extra', 'touch', 'the', 'blue', 'tone', 'is', 'very', 'rich', 'looking', 'and', 'could', 'be', 'dressed', 'up', 'or', 'down', ',4,1,0', 'general', 'tops', 'knits'] ['11567,1119,39', 'i', 'usually', 'pick', 'the', 'large', 'size', 'when', 'it', 'comes', 'to', 'fitted', 'jackets', 'but', 'in', 'this', 'case', 'i', 'decided', 'to', 'go', 'with', 'size', 'medium', 'i', 'have', 'a', 'broad', 'back', 'and', 'round', 'shoulders', 'and', 'large', 'upper', 'arms', 'when', 'i', 'put', 'the', 'size', 'large', 'on', 'the', 'body', 'of', 'the', 'jacket', 'looked', 'too', 'boxy', 'on', 'me', 'the', 'medium', 'is', 'much', 'more', 'flattering', 'but', 'i', 'can', 'not', 'put', 'a', 'thick', 'layer', 'on', 'underneath', 'when', 'the', 'weather', 'gets', 'cooler', 'i', 'am', 'pairing', 'this', 'with', 'my', 'herbalist', 'dress', 'and', 'my', 'other', 'sleeveless', 'garments', 'i', 'am', '135', '36d', '38/28/35', ',5,1,0', 'general', 'jackets', 'outerwear'] ['11568,667,45', 'cute', 'two', 'way', 'top', 'this', 'top', 'is', 'adorable', 'i', 'love', 'it', 'i', 'could', "n't", 'figure', 'out', 'which', 'way', 'to', 'wear', 'it', 'so', 'i', 'just', 'wear', 'it', 'both', 'ways.the', 'tag', 'is', 'on', 'the', 'side', 'which', 'allows', 'you', 'to', 'wear', 'it', 'either', 'way', 'it', 'does', 'run', 'big', 'i', 'normally', 'wear', 'a', 'medium', 'and', 'i', 'could', 'have', 'used', 'a', 'small', 'but', 'kept', 'the', 'medium', 'because', 'i', 'like', 'very', 'loose', 'clothing', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11569,667,24', 'this', 'is', 'a', 'great', 'casual', 'shirt', 'this', 'is', 'a', 'great', 'casual', 'shirt', 'that', 'works', 'great', 'for', 'a', 'day', 'at', 'the', 'beach', 'and', 'is', 'also', 'comfortable', 'enough', 'to', 'wear', 'to', 'sleep', 'wore', 'this', 'shirt', 'to', 'school', 'one', 'day', 'with', 'an', 'undershirt', 'underneath', 'and', 'wore', 'it', 'again', 'hiking', 'several', 'days', 'later', 'with', 'just', 'a', 'sports', 'bra', 'underneath.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['11570,862,41', 'weird', 'color', 'not', 'flattering', 'and', 'not', 'the', 'color', 'it', 'appears', 'online', 'this', 'is', 'really', 'a', 'pink', 'shirt.,2,0,1', 'general', 'tops', 'knits'] ['11571,835,35', 'maybe', 'swing', 'is', 'for', 'me', 'i', 'love', 'swing', 'dresses', 'but', 'they', 'never', 'seem', 'to', 'work', 'out', 'for', 'me', 'however', 'lately', 'i', 'have', 'been', 'trying', 'on', 'swing', 'tops', 'like', 'this', 'one', 'and', 'they', 'are', 'super', 'scores', 'i', 'love', 'this', 'top', 'in', 'my', 'store', 'they', 'had', 'a', 'rack', 'of', 'test', 'materials', 'where', 'they', 'do', "n't", 'have', 'the', 'full', 'line', 'but', 'they', 'have', 'a', 'look', 'at', 'some', 'online', 'features', 'or', 'clothes', 'that', 'are', 'very', 'new', 'releases', 'this', 'was', 'on', 'the', 'rack', 'i', 'knew', 'it', 'was', "n't", 'my', 'size', 'but', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'i', 'am', 'absolutely', 'in', 'love', 'i', 'am', 'waiting', 'for', 'a', 'sale', 'as', 'always', 'but', 'i', 'am', 'going', 'to', 'get', 'this', 'i', ',5,1,17', 'general', 'tops', 'blouses'] ['11572,983,48', 'unique', 'jacket', 'this', 'is', 'a', 'very', 'cute', 'and', 'unique', 'cropped', 'jacket', 'the', 'attention', 'to', 'detail', 'is', 'excellent', 'i', 'am', 'normally', 'a', 'small', 'but', 'had', 'to', 'size', 'down', 'to', 'an', 'xs', 'as', 'the', 'style', 'is', 'a', 'bit', 'boxy', 'and', 'to', 'make', 'it', 'more', 'fitted/tailored', 'an', 'xs', 'looked', 'better', 'i', 'am', '5', '5', '118', 'lbs', '34c', 'slim', 'athletic', 'build', 'it', 'is', 'a', 'chic', 'alternative', 'to', 'a', 'cardigan', 'on', 'a', 'cooler', 'day', ',4,1,0', 'general', 'jackets', 'jackets'] ['11573,835,59', 'beautiful', 'very', 'feminine', 'fun', 'and', 'if', 'you', 'like', 'this', 'style', 'i', 'highly', 'recommend', 'i', 'am', 'a', '6/8', 'and', 'both', 'fit', 'the', 'same', 'so', 'i', 'went', 'with', 'the', '6-', '36c', 'bust', '29', 'waist-short', 'torso', 'fabric', 'nice', 'and', 'light', 'and', 'i', 'need', 'no', 'cami', 'very', 'attractive', 'blouse', 'and', 'very', 'retailer', ',5,1,7', 'general', 'tops', 'blouses'] ['11574,835,48', 'pretty', 'and', 'feminine', 'but', 'definitely', 'size', 'up', 'i', 'am', 'not', 'usually', 'one', 'for', 'super', 'girly', 'tops', 'but', 'i', 'could', 'not', 'resist', 'this', 'top', 'the', 'material', 'is', 'beautiful', 'and', 'this', 'top', 'can', 'definitely', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'think', 'it', 'is', 'extremely', 'versatile', 'it', 'is', 'a', 'little', 'bit', 'see-through', 'but', 'if', 'you', 'just', 'wear', 'a', 'nude', 'bra', 'it', "'s", 'perfect', 'i', 'usually', 'wear', 'a', '00', 'or', '0', 'but', 'i', 'got', 'a', '2', 'in', 'this', 'top', 'because', 'it', 'is', 'a', 'little', 'tight', 'in', 'the', 'sleeves/across', 'the', 'shoulders', 'but', 'if', 'you', 'size', 'up', 'you', 'should', 'be', 'perfect', 'super', 'cute', 'and', 'i', 'definitely', 'recommend', 'you', 'get', 'before', 'it', 'sells', 'out', ',5,1,4', 'general', 'tops', 'blouses'] ['11575,862,64', 'love', 'it', 'i', 'love', 'this', 'shirt', 'it', "'s", 'such', 'a', 'beautiful', 'striking', 'color', 'yet', 'still', 'simple', 'enough', 'to', 'not', 'take', 'the', 'spotlight', 'the', 'peekaboo', 'shoulders', 'are', 'totally', 'cute', 'i', 'bought', 'another', 'one', 'of', 'these', 'when', 'it', 'went', 'on', 'sale', 'so', 'now', 'i', 'have', 'two', 'just', 'in', 'case', 'haha', ',5,1,0', 'general', 'tops', 'knits'] ['11576,824,25', 'adorable', 'take', 'from', 'the', 'typical', 'flannel', 'love', 'this', 'top', 'b/c', 'it', "'s", 'very', 'feminine', 'got', 'this', 'at', '20', 'off', 'and', 'it', "'s", 'very', 'flattering', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11577,824,31', 'cute', 'and', 'quirky', 'this', 'is', 'a', 'cute', 'and', 'quirky', 'feminine', 'top', 'with', 'the', 'ruffle', 'detailing', 'and', 'polka', 'dot', 'flannel', 'inside', 'the', 'sleeve', 'cuffs', 'i', 'wish', 'it', 'was', 'little', 'longer', 'and', 'maybe', 'not', 'flannel', 'then', 'it', 'would', 'be', 'perfect', 'but', 'overall', 'i', 'liked', 'it', 'i', 'am', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'plus', 'a', 'relatively', 'short', 'torso', 'and', 'the', 'small', 'fit', 'throughout', 'the', 'shoulders', 'and', 'chest', ',4,1,11', 'general', 'petite', 'tops', 'blouses'] ['11578,1110,36', 'lovely', 'the', 'design', 'and', 'quality', 'are', 'fantastic'] ['i', 'had', 'to', 'order', 'a', 'little', 'larger', 'because', 'of', 'my', 'bust', 'and', 'shoulders', 'it', "'s", 'still', 'flattering', 'though', 'can', 'be', 'dressed', 'up', 'or', 'casual', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,14', 'general', 'petite', 'dresses', 'dresses'] ['11579,862,39', 'lovely', 'romantic', 'blouse', 'i', 'was', 'a', 'bit', 'apprehensive', 'about', 'buying', 'the', 'top', 'after', 'reading', 'the', 'reviews', 'surprisingly', 'i', 'love', 'the', 'shirt', 'it', "'s", 'very', 'feminine', 'soft', 'light', 'for', 'the', 'hot', 'months', 'and', 'figure', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['11580,862,30', 'just', 'got', 'this', 'top', 'and', 'i', 'love', 'it', 'it', "'s", 'color', 'is', 'more', 'saturated', 'in', 'person', 'which', 'i', 'like', 'more', 'of', 'a', 'pinky-purple', 'very', 'sweet', 'and', 'feminine', 'i', 'still', 'have', 'a', 'bit', 'of', 'a', 'mommy', 'tummy', 'and', 'the', 'style', 'hides', 'that', 'pretty', 'well', 'it', "'s", 'very', 'soft', 'and', 'comfortable', 'as', 'well', 'overall', 'happy', 'with', 'this', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['11581,824,39', 'nice', 'colors', 'warm', 'but', 'a', 'bit', 'boxy', 'so', 'i', 'recommend', 'wearing', 'with', 'something', 'more', 'fitted', 'or', 'with', 'a', 'flare', 'jeans', 'or', 'tucked', 'in', 'like', 'the', 'picture', 'i', 'love', 'the', 'detail', 'of', 'hte', 'polka', 'dot', 'on', 'the', 'sleeves', 'and', 'collar', 'inside', 'so', 'if', 'you', 'leave', 'the', 'collar', 'open', 'or', 'roll', 'the', 'sleeves', 'up', 'a', 'bit', 'you', 'see', 'hte', 'contrast'] ['it', 'is', 'a', 'bit', 'short', 'and', 'i', 'am', 'petite', 'i', 'ended', 'up', 'with', 'regular', 'size', 'anyway', 'otherwise', 'it', 'may', 'have', 'been', 'too', 'short'] [] ['colors', 'are', 'nice', 'and', 'i', 'love', 'the', 'material', 'it', 'is', 'very', 'soft', 'and', 'hoepfulyl', 'warm', 'my', 'orffice', 'is', 'freezing', 'should', 'ahve', 'grabbed', 'it', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11582,1078,39', 'love', 'this', 'i', 'am', 'not', 'sure', 'why', 'the', 'first', 'reviewed', 'hated', 'this', 'dress', 'so', 'much', 'i', 'personally', 'like', 'that', 'it', 'looks', 'a', 'tad', 'retro', 'length', 'is', 'shorter', 'but', 'not', 'mini', 'or', 'too', 'short', 'i', 'ordered', 'the', 'xxs', 'p', 'and', 'it', 'looked', 'ok', 'on', 'me', 'and', 'i', 'am', 'older', 'the', 'colors', 'are', 'fun', 'and', 'appropriate', 'for', 'fall', 'or', 'winter', 'the', 'sparkle', 'golden', 'thread', 'can', 'bring', 'this', 'dress', 'into', 'the', 'holiday', 'season', 'and', 'beyond', 'i', 'love', 'the', 'turtleneck', 'part', 'only', 'thing', 'is', 'it', 'is', 'really', 'high', 'and', 'the', 'embroidery', 'gets', 'a', 'little', 'lost', 'in', 'it', 'top', 'of', 'the', 'design', 'feel', 'is', 'thick', 'no', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['11583,903,39', 'cute', 'and', 'fun', 'love', 'the', 'pattern', 'i', 'thought', 'i', 'would', 'be', 'hosed', 'and', 'need', 'a', 'petite', 'but', 'the', 'regular', 'xs', 'fits', 'nicely', 'it', 'is', 'on', 'the', 'thiner', 'side', 'so', 'great', 'for', 'summer', 'office', 'is', 'cooold'] ['love', 'subtle', 'squares', 'glad', 'they', 'still', 'had', 'my', 'size', 'at', 'sale', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11584,1110,63', ',great', 'very', 'flattering', 'bohemian', 'dress', 'and', 'it', "'s", 'silk', ',5,1,0', 'general', 'dresses', 'dresses'] ['11585,835,24', 'all', 'around', 'a', 'beautiful', 'top', 'except', 'for', 'sizing', 'it', "'s", 'a', 'cute', 'top', 'but', 'the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'it', 'is', 'difficult', 'for', 'me', 'take', 'off', 'it', 'goes', 'on', 'easily', 'but', 'i', 'get', 'always', 'have', 'a', 'bit', 'of', 'a', 'struggle', 'trying', 'to', 'take', 'it', 'off', 'my', 'shoulders', 'tend', 'to', 'get', 'stuck', 'so', 'i', 'ca', "n't", 'pull', 'my', 'arms', 'out', 'easily', 'i', 'just', 'wish', 'the', 'top', 'had', 'an', 'extra', 'button', 'or', 'two', 'on', 'the', 'back', 'or', 'was', 'made', 'with', 'material', 'that', 'allowed', 'for', 'some', 'stretch', 'without', 'fear', 'of', 'destroying', 'the', 'lacework', 'i', 'did', "n't", 'want', 'to', 'size', 'up', 'another', 'size', 'because', 'i', 'have', 'a', 'petite', 'body', 'shape', 'that', 'would', "'ve", 'been', 'overwhelmed', 'b', ',4,1,4', 'general', 'tops', 'blouses'] ['11586,862,21', 'beautiful', 'i', 'really', 'love', 'this', 'top', 'it', 'looks', 'so', 'sweet', 'and', 'beautiful', 'and', 'is', 'perfect', 'for', 'dressing', 'up', 'a', 'pair', 'of', 'jeans', 'if', 'you', 'are', 'on', 'the', 'short', 'size', 'it', 'may', 'be', 'a', 'little', 'long', 'so', 'keep', 'that', 'in', 'mind', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['11587,862,46', 'terrible', 'pattern', 'placement', 'of', 'flowers', 'on', 'chest', 'i', 'ordered', 'this', 'top', 'based', 'on', 'the', 'photos', 'this', 'looked', 'unique', 'and', 'beautiful', 'plus', 'i', "'ve", 'loved', 'past', 'designs', 'by', 'this', 'brand', 'i', 'thought', 'this', 'would', 'be', 'nice', 'for', 'summer', 'there', 'is', "n't", 'a', 'straight-on', 'view', 'of', 'the', 'front', 'of', 'the', 'top', 'for', 'a', 'reason', 'the', 'model', 'is', 'turned', 'to', 'the', 'side', 'and', 'there', 'is', 'one', 'black', 'flower', 'that', 'stands', 'out', 'below', 'her', 'chest', 'away', 'from', 'the', 'border', 'of', 'the', 'rest', 'of', 'the', 'flowers', 'the', 'flower', 'looks', 'kind', 'of', 'like', 'a', 'bee', 'i', 'believe', 'she', 'is', 'either', 'wearing', 'a', 'size', 'larger', 'or', 'pulling', 'down', 'the', 'top', 'to', 'mask', 'the', 'problem', ',1,0,37', 'general', 'tops', 'knits'] ['11588,824,46', 'unfortunately', 'did', "n't", 'work', 'in', 'xl', 'i', 'ordered', 'the', 'xl', 'and', 'the', 'colors', 'are', 'just', 'as', 'pictured', 'the', 'material', 'is', 'so', 'soft', 'the', 'problems', 'too', 'short', 'and', 'too', 'small', 'i', "'m", 'a', 'little', 'over', '5', 'ft.', '5', 'inches', 'and', 'this', 'top', 'ran', 'so', 'short', 'on', 'me', 'i', 'wish', 'there', 'were', 'three', 'more', 'inches', 'of', 'material', 'and', 'then', 'it', 'would', 'have', 'been', 'great', 'it', 'was', 'cut', 'a', 'little', 'tight', 'along', 'the', 'shoulder', 'line', 'too', 'i', 'was', 'so', 'disappointed', 'that', 'this', 'could', "n't", 'work', 'on', 'me', 'i', 'like', 'a', 'romantic', 'style', 'especially', 'for', 'comfortable', 'basics', 'but', 'this', 'was', 'a', 'pass', 'for', 'me', 'i', 'had', 'to', 'return', 'it', 'the', 'ruffles', 'on', 't', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['11589,835,46', 'elegantly', 'beautiful', 'i', 'have', 'the', 'pineapple', 'dress', 'from', 'last', 'year', 'when', 'i', 'saw', 'this', 'top', 'with', 'the', 'lemons', 'i', 'was', 'in', 'love', 'i', 'do', "n't", 'usually', 'pay', 'this', 'much', 'for', 'a', 'top', 'but', 'i', 'had', 'a', 'special', 'event', 'coming', 'up', 'i', 'searched', 'and', 'searched', 'but', 'nothing', 'compared', 'to', 'the', 'lemon', 'top', 'so', 'with', 'my', 'birthday', 'discount', 'i', 'bit', 'the', 'bullet', 'and', 'ordered', 'it', 'my', 'first', 'thought', 'was', 'that', 'it', 'did', "n't", 'seem', 'very', 'substantial', 'for', 'the', 'price', 'i', 'decided', 'to', 'keep', 'it', 'though', 'because', 'it', 'is', 'such', 'a', 'unique', 'piece', 'i', 'wore', 'a', 'beige', 'cami', 'underneath', 'along', 'with', 'a', 'beige', 'skirt', 'and', 'it', ',5,1,3', 'general', 'tops', 'blouses'] ['11590,903,47', 'bummer', 'beautiful', 'sweater', 'very', 'delicate', 'fabric', 'unique', 'design', 'but', 'it', 'runs', 'very', 'small', 'i', 'usually', 'wear', 'a', 'm', 'but', 'ordered', 'a', 'large', 'based', 'on', 'the', 'previous', 'review', 'hoping', 'that', 'would', 'do', 'the', 'trick', 'the', 'sizing', 'along', 'with', 'being', 'long', 'waisted', 'is', "n't", 'a', 'good', 'combination', 'unfortunately', 'i', "'m", 'returning', 'the', 'sweater', ',4,1,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11591,835,41', 'kelby', 'swing', 'tank', 'this', 'is', 'a', 'beautiful', 'shirt', 'however', 'the', 'cut', 'and', 'drape', 'were', 'off', 'i', "'m", 'only', '104', 'pounds', 'but', 'this', 'top', 'made', 'me', 'look', 'pregnant', 'the', 'fabric', 'jutted', 'out', 'at', 'the', 'front', 'it', "'s", 'a', 'shame', 'because', 'it', 'really', 'is', 'lovely', 'i', 'sent', 'it', 'back', ',3,0,10', 'general', 'tops', 'blouses'] ['11592,903,63', 'a', 'delicate', 'dainty', 'delight', 'this', 'is', 'a', 'very', 'stylish', 'cardigan', 'but', 'it', 'runs', 'small', 'i', 'usually', 'take', 'a', 'small', 'but', 'i', 'took', 'a', 'medium', 'in', 'this', 'for', 'reference', 'i', 'am', '130', 'lbs', 'chest', '36c', 'i', 'fell', 'so', 'in', 'love', 'with', 'it', 'once', 'i', 'put', 'it', 'on', 'but', 'you', 'have', 'to', 'watch', 'for', 'snags', 'as', 'it', 'is', 'extremely', 'delicate', 'got', 'the', '20', 'off', 'today', 'and', 'could', "n't", 'be', 'happier', 'with', 'this', 'purchase', ',5,1,11', 'general', 'petite', 'tops', 'fine', 'gauge'] ['11593,1110,29', 'weird', 'sleeves', 'i', 'so', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'the', 'bell', 'sleeves', 'were', 'enormous', 'if', 'you', "'re", 'standing', 'completely', 'still', 'with', 'your', 'arms', 'down', 'they', 'look', 'cool', 'but', 'if', 'you', 'move', 'your', 'arms', 'at', 'all', 'it', 'looks', 'like', 'you', 'have', 'wings', 'the', 'rest', 'of', 'the', 'dress', 'was', 'beautiful', 'though', 'and', 'a', 'flattering', 'swingy', 'shape', 'even', 'on', 'an', 'hourglass/pear', 'shaped', 'figure', 'i', 'would', 'recommend', 'sizing', 'down', 'as', 'the', 'dress', 'runs', 'large', ',3,0,2', 'general', 'dresses', 'dresses'] ['11594,950,46', 'great', 'sweater', 'i', 'saw', 'someone', 'else', 'wearing', 'this', 'sweater', 'and', 'had', 'to', 'find', 'it', 'i', "'m", '5', '5', 'and', '118', 'lbs', 'and', 'ordered', 'the', 'small', 'the', 'back', 'of', 'the', 'sweater', 'hits', 'a', 'few', 'inches', 'above', 'my', 'back', 'pockets', 'i', "'ve", 'been', 'wearing', 'it', 'with', 'a', 'tank', 'underneath', 'and', 'it', "'s", 'been', 'the', 'perfect', 'sweater', 'for', 'fall', 'weather', 'i', 'was', 'worried', 'the', 'poncho', 'effect', 'might', 'make', 'it', 'hard', 'to', 'wear', 'this', 'sweater', 'with', 'a', 'jacket', 'but', 'it', "'s", 'actually', 'less', 'bulky', 'than', 'other', 'real', 'sweaters', 'i', 'have', ',5,1,0', 'general', 'tops', 'sweaters'] ['11595,1078,41', 'this', 'dress', 'is', 'beautiful', 'however', 'it', 'should', 'be', 'noted', 'that', 'there', 'is', 'a', 'gold', 'threading', 'detail', 'throughout', 'the', 'dress', 'which', 'is', 'not', 'pictured', 'the', 'dress', 'appears', 'to', 'be', 'a', 'solid', 'cream', 'print', 'in', 'the', 'pics', 'but', 'in', 'person', 'it', 'has', 'gold', 'and', 'cream', 'i', 'sized', 'up', 'bc', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'too', 'fitted', 'i', "'m", 'between', 'a', '6', 'snd', '8', 'so', 'i', 'went', 'w', 'medium', 'it', 'fits', 'will', 'but', 'slightly', 'big', 'i', "'d", 'say', 'tts', 'though', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['11596,939,44', 'love', 'the', 'cut', 'beautiful', 'sweater', 'cool', 'enough', 'to', 'wear', 'on', 'a', 'florida', 'evening', 'and', 'it', 'will', 'be', 'perfect', 'for', 'vacation', 'the', 'sleeves', 'hit', 'right', 'above', 'the', 'wrist', 'bone', 'exactly', 'as', 'shown', 'on', 'the', 'model', 'and', 'i', 'really', 'like', 'that', 'sheer', 'fabric', 'but', 'still', 'a', 'sweater', 'you', 'will', 'need', 'a', 'cami', 'or', 'tank', 'underneath', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,4', 'general', 'tops', 'sweaters'] ['11597,950,30', 'i', 'just', 'received', 'this', 'sweater', 'in', 'the', 'mail', 'and', 'when', 'i', 'first', 'opened', 'the', 'packaging', 'i', 'questioned', 'as', 'to', 'whether', 'or', 'not', 'they', 'sent', 'to', 'correct', 'color', 'be', 'aware', 'that', 'this', 'brown', 'is', 'actually', 'gray', 'i', 'checked', 'the', 'site', 'to', 'see', 'if', 'it', 'was', 'even', 'offered', 'in', 'gray', 'which', 'it', 'is', 'not', 'additionally', 'the', 'sweater', 'is', 'quite', 'a', 'bit', 'shorter', 'than', 'the', 'picture', 'on', 'the', 'model', 'implies', 'i', 'still', 'love', 'it', 'the', 'comfy', 'coziness', 'of', 'it', 'will', 'be', 'great', 'for', 'fall', 'in', 'new', 'england', 'looking', 'forward', 'to', 'wearing', 'it', ',4,1,10', 'general', 'tops', 'sweaters'] ['11598,1078,71', 'retro', 'i', 'have', 'always', 'bought', 'interesting', 'pretty', 'wearable', 'dresses', 'for', 'my', 'daughters', 'at', 'retailer', 'now', 'the', 'dresses', 'are', 'just', 'retro', 'funky', 'sad', 'to', 'see', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11599,835,31', 'a', 'very', 'special', 'blouse', 'the', 'pictures', 'do', 'not', 'do', 'this', 'blouse', 'justice', 'the', 'pleat', 'in', 'the', 'front', 'is', 'so', 'flattering', 'that', 'i', 'did', 'a', 'double', 'take', 'this', 'detail', 'does', "n't", 'come', 'through', 'the', 'images', 'which', 'is', 'a', 'shame', 'as', 'it', 'is', 'the', 'most', 'beautiful', 'element', 'of', 'this', 'blouse', 'the', 'collar', 'that', 'stands', 'up', 'just', 'enough', 'is', 'something', 'unexpected', 'and', 'the', 'sleeve', 'length', 'is', 'fun', 'yet', 'sophisticated', 'i', 'am', 'madly', 'in', 'love', 'with', 'this', 'blouse', 'and', 'highly', 'recommend', 'it', 'to', 'anyone'] [] ['it', 'is', 'extremely', 'see-through', 'so', 'unless', 'you', 'want', 'to', 'show', 'off', 'your', 'nips', 'you', 'should', 'expect', ',5,1,26', 'general', 'tops', 'blouses'] ['11600,858,45', 'i', 'kept', 'this', 'top', 'only', 'because', 'i', 'needed', 'a', 'plain', 'black', 'tank', 'but', 'there', 'is', 'nothing', 'special', 'about', 'it', 'i', 'found', 'it', 'a', 'bit', 'large', 'and', 'thin', 'cheap', 'material', ',3,0,5', 'general', 'tops', 'knits'] ['11601,862,41', 'soft', 'feminine', 'and', 'flattering', 'this', 'is', 'really', 'a', 'lovely', 'top', 'but', 'the', 'color', 'online', 'is', 'not', 'quite', 'what', 'the', 'color', 'actually', 'is', 'in', 'person', 'this', 'was', 'a', 'find', 'in', 'my', 'store', 'today', 'and', 'it', 'is', 'a', 'little', 'more', 'lilac', 'than', 'the', 'picture', 'shows', 'the', 'cut', 'is', 'extremely', 'flattering', 'and', 'the', 'fabric', 'is', 'very', 'soft', 'as', 'is', 'the', 'case', 'with', 'most', 'one', 'september', 'items', 'the', 'one', 'recommendation', 'that', 'i', 'have', 'for', 'this', 'is', 'that', 'because', 'the', 'main', 'fabric', 'is', 'a', 'soft', 'knit', 'the', 'proper', 'undergarments', 'are', 'really', 'needed', 'i', 'tried', 'it', 'with', 'a', 'lace', 'bra', 'and', 'you', 'could', 'see', 'a', 'lot', 'the', 'details', 'of', 'the', ',5,1,41', 'general', 'tops', 'knits'] ['11602,835,68', 'strange', 'cut', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'the', 'material', 'and', 'pattern', 'are', 'lovely', 'but', 'the', 'fit', 'is', 'strange', 'it', 'looks', 'like', 'a', 'maternity', 'top', 'on', 'me', 'and', 'as', 'another', 'reviewer', 'said', 'it', 'is', 'right', 'across', 'the', 'back', 'but', 'loose', 'at', 'arms', 'and', 'midsection', 'for', 'the', 'price', 'i', 'returned', 'it.,3,0,0', 'general', 'tops', 'blouses'] ['11603,862,48', 'beautiful', 'pink', 'top', 'comfortable', 'love', 'the', 'color', 'and', 'print', 'style', 'and', 'sleeves', 'good', 'quality', 'did', "n't", 'have', 'the', 'issues', 'with', 'the', 'placement', 'of', 'the', 'bees', 'over', 'my', 'breasts', 'that', 'other', 'reviewers', 'did', 'the', 'bees', 'were', 'at', 'the', 'sides', 'of', 'my', 'breasts', 'covered', 'my', 'butt', 'for', 'the', 'most', 'part', 'in', 'jeans', 'flattering', 'cut', 'i', 'got', 'an', 'xs', '5', '2', '34b', '115', ',5,1,2', 'general', 'tops', 'knits'] ['11604,862,46', 'looks', 'great', 'on', 'me', 'i', 'read', 'the', 'previous', 'reviews', 'but', 'decided', 'to', 'try', 'it', 'out', 'since', 'retailer', 'was', 'having', '40', 'off', 'sale', 'items'] ['it', 'looks', 'very', 'flattering', 'on', 'me', 'and', 'great', 'fit', 'for', 'my', 'body', 'type'] ['i', 'would', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['11605,835,27', 'love', 'it', 'beautiful', 'material', 'great', 'design', 'get', 'a', 'bigger', 'size', ',5,1,3', 'general', 'tops', 'blouses'] ['11606,983,30', 'hopeful', 'runs', 'huge', 'returning', 'the', 'm', 'for', 'a', 's', 'normally', 'a', 'm', 'top', 'and', 's', 'bottom', 'in', 'sizing', 'very', 'soft', 'wonderful', 'colour', ',4,1,0', 'general', 'jackets', 'jackets'] ['11607,835,61', 'out', 'of', 'proportion', 'this', 'was', 'my', 'favorite', 'shirt', 'before', 'i', 'ordered', 'it', 'i', 'absolutely', 'could', "n't", 'wait', 'to', 'wear', 'it', 'but', 'i', 'was', 'so', 'disappointed', 'at', '5', '2', 'and', '120', 'i', 'have', 'a', 'athletic', 'frame', 'the', 'small', 'was', 'tight', 'in', 'the', 'shoulders', 'but', 'had', 'so', 'much', 'extra', 'fabric', 'that', 'i', 'felt', 'lost', 'i', 'was', "n't", 'wearing', 'the', 'shirt', 'it', 'was', 'wearing', 'me', ',3,0,1', 'general', 'tops', 'blouses'] ['11608,1110,50', 'dress', 'love', 'the', 'color', 'of', 'this', 'dress', 'however', 'found', 'it', 'a', 'little', 'boxy', 'and', 'the', 'arms', 'are', 'too', 'tight', 'i', 'ordered', 'up', 'a', 'size', 'm', 'which', 'is', 'probably', 'why', 'it', 'is', 'boxy', 'and', 'i', 'can', 'hardly', 'get', 'it', 'over', 'my', 'arm', 'i', 'am', 'very', 'athletic', 'probably', 'should', 'have', 'sent', 'it', 'back', ',4,1,1', 'general', 'dresses', 'dresses'] ['11609,824,46', 'i', 'love', 'this', 'top', 'was', 'not', 'immediately', 'in', 'love', 'with', 'it', 'when', 'i', 'saw', 'it', 'on', 'line', 'but', 'when', 'i', 'saw', 'it', 'in', 'store', 'the', 'other', 'day', 'and', 'got', 'to', 'try', 'it', 'on', 'i', 'fell', 'in', 'love', 'the', 'colors', 'at', 'a', 'little', 'deeper', 'in', 'person', 'which', 'i', 'loved', 'it', 'is', 'a', 'traditional', 'soft', 'flannel', 'top', 'it', 'is', 'fitted', 'and', 'flattering', 'a', 'must', 'have', 'for', 'fall/winter', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11610,950,33', 'the', 'brown/gray', 'version', 'is', 'cropped', 'the', 'photos', 'do', "n't", 'look', 'it', 'but', 'the', 'one', 'i', 'received', 'was', 'a', 'cropped', 'length', 'the', 'bottom', 'of', 'the', 'sweater', "'s", 'longest', 'parts', 'did', "n't", 'even', 'reach', 'the', 'top', 'of', 'my', 'mid-rise', 'pants', 'and', 'i', "'m", '5', '3', 'so', 'it', 'was', "n't", 'that', 'the', 'model', 'is', 'a', 'lot', 'shorter', 'than', 'me', 'unless', 'their', 'models', 'are', '4', 'tall'] [] ['disappointed', 'since', 'i', 'wasted', 'my', 'retailer', 'discount', 'on', 'this', ',1,0,2', 'general', 'tops', 'sweaters'] ['11611,824,26', 'loved', 'it', 'so', 'much', 'i', 'bought', 'a', 'second', 'this', 'shirt', 'runs', 'true', 'to', 'size', 'i', "'m", 'an', 'xl', 'and', 'it', 'fit', 'perfectly', 'that', 'is', 'my', 'first', 'reason', 'for', 'loving', 'it', 'it', 'is', 'super', 'soft', 'and', 'so', 'comfortable', 'i', 'do', "n't", 'want', 'to', 'take', 'it', 'off', 'the', 'trim', 'inside', 'the', 'cuffs', 'and', 'button', 'line', 'is', 'navy', 'with', 'large', 'white', 'polka', 'dots', 'which', 'i', 'love', 'the', 'ruffle', 'of', 'the', 'shoulders', 'i', "'m", 'not', 'super', 'wild', 'on', 'but', 'it', 'does', 'give', 'it', 'a', 'touch', 'of', 'different', 'the', 'color', 'of', 'the', 'photo', 'is', 'very', 'accurate', 'i', 'love', 'the', 'muted', 'pink', 'in', 'the', 'plaid', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['11612,835,39', 'love', 'it', 'i', 'love', 'this', 'more', 'than', 'my', 'pineapple', 'top', 'i', 'am', '128lbs', 'and', 'wear', 'between', 'a', 'size', '2-4', 'in', 'tops', 'got', 'this', 'in', 'size', '4', 'same', 'as', 'the', 'pineapple', 'and', 'fits', 'perfectly', 'and', 'comfotably', 'the', 'color', 'is', 'white', 'and', 'has', 'a', 'lovely', 'lace', 'pattern', 'i', 'would', 'say', 'it', 'runs', 'a', 'litle', 'on', 'the', 'small', 'side', 'material', 'is', 'a', 'bit', 'more', 'stiff', 'than', 'my', 'pineapple', 'top', 'but', 'i', 'love', 'the', 'way', 'it', 'feels', 'in', 'my', 'opinion', 'this', 'is', 'a', 'staple', 'top', 'you', 'can', 'dress', 'it', 'up', 'for', 'a', 'wedding', 'or', 'just', 'going', 'out', 'its', 'super', 'lovely', 'they', 'were', 'so', 'popular', 'at', 'the', 'retailer', 'near', 'me', 'tw,5,1,5', 'general', 'tops', 'blouses'] ['11613,983,65', 'trendy', 'alternative', 'to', 'jean', 'jacket.', 'purchased', 'as', 'a', 'gift', 'but', 'needed', 'to', 'return', 'due', 'to', 'recipient', 'weight', 'challenged', 'in', 'past', '6', 'months', 'heavier', 'material', 'of', 'neutral', 'tone', 'with', 'detailing', 'of', 'epaulets', 'pairs', 'well', 'with', 'dresses', 'skirts', 'jeans', 'jeggings', 'and', 'whatever', 'style', 'of', 'boots', 'veratile', 'garment', 'and', 'will', 're-purchase', 'for', 'self', 'in', 'future', ',5,1,0', 'general', 'jackets', 'jackets'] ['11614,1110,35', 'gorgeous', 'surprise', 'i', 'spend', 'a', 'lot', 'of', 'time', 'on', 'the', 'retailer', 'website', 'it', 'never', 'occurred', 'to', 'me', 'to', 'try', 'this', 'dress', 'a', 'salesperson', 'suggested', 'it', 'in', 'the', 'store', 'and', 'i', 'tried', 'it', 'on', 'it', 'is', 'really', 'cute', 'on', 'i', 'bought', 'a', 'thrift', 'store', 'denim', 'jacket', 'to', 'throw', 'over', 'it', 'the', 'only', 'con', 'is', 'the', 'sleeves', 'i', 'am', '5', '3', 'and', 'my', 'arms', 'are', 'not', 'very', 'long', 'the', 'bell', 'sleeves', 'are', 'a', 'little', 'crazy', 'on', 'me', 'but', 'they', 'will', 'be', 'hidden', 'under', 'the', 'jacket', ',4,1,1', 'general', 'dresses', 'dresses'] ['11615,862,40', 'different', 'from', 'picture', 'what', 'a', 'pity', 'this', 'blouse', 'has', 'a', 'beautiful', 'design', 'however', 'it', 'does', "n't", 'fit', 'well', 'on', 'the', 'body', 'it', "'s", 'not', 'really', 'a', 'size', 'problem', 'it', "'s", 'just', 'not', 'a', 'well', 'fitted', 'blouse', 'the', 'color', 'is', 'very', 'deceptive', 'it', 'looks', 'white', 'on', 'the', 'picture', 'but', 'it', "'s", 'actually', 'pink', 'i', "'m", 'probably', 'going', 'to', 'return', 'it', ',2,0,0', 'general', 'tops', 'knits'] ['11616,1078,49', 'sassy', 'saw', 'this', 'in', 'the', 'greenville', 'sc', 'store', 'and', 'it', 'caught', 'my', 'eye', 'i', 'ordered', 'a', 'petite', 'a', 'week', 'later', 'and', 'i', 'adore', 'it', 'nice', 'embroidery', 'a', 'little', 'sparkle', 'the', 'sleeves', 'are', 'voluminous', 'but', 'it', 'makes', 'me', 'feel', 'sassy', ',4,1,0', 'general', 'dresses', 'dresses'] ['11617,939,53', 'summer', 'simple', 'picked', 'this', 'up', 'on', 'sale', 'was', 'on', 'the', 'fence', 'about', 'the', 'bright', 'reddish/orange', 'coloration', 'but', 'it', 'really', 'says', 'summer', 'and', 'goes', 'so', 'easily', 'with', 'multiple', 'summer', 'pieces', 'it', 'is', 'generously', 'cut', 'and', 'made', 'very', 'well', 'i', "'ve", 'worn', 'it', 'on', 'cooler/rainy', 'days', 'and', 'it', 'really', 'brightens', 'everything', 'up', 'best', 'part', 'is', 'that', 'it', 'launders', 'well', 'too', ',4,1,1', 'general', 'tops', 'sweaters'] ['11618,840,72', 'flowy', 'and', 'fun.', 'this', 'top', 'hangs', 'very', 'nicely', 'on', 'me', 'i', 'got', 'the', 'blue', 'and', 'have', 'received', 'compliments', 'every', 'single', 'time', 'i', 'have', 'worn', 'it', 'it', 'may', 'help', 'that', 'i', "'m", 'tallish', 'with', 'long', 'legs', 'i', 'usually', 'wear', 'it', 'with', 'black', 'leggings', 'and', 'ankle', 'boots', 'love', 'love', 'love', 'it', ',5,1,5', 'general', 'tops', 'blouses'] ['11619,862,58', 'i', 'love', 'this', 'top', 'it', "'s", 'me', 'soft', 'and', 'unique', 'love', 'the', 'sleeves', 'my', 'usual', 'size', 'medium', 'fits', 'perfectly', 'per', 'the', 'other', 'reviewer', 'i', 'guess', 'my', 'bust', 'is', 'large', 'enough', 'for', 'the', 'flowers', 'to', 'be', 'on', 'the', 'side', 'and', 'not', 'directly', 'on', 'breasts', 'my', 'only', 'wish', 'is', 'that', 'it', 'has', 'some', 'embroidery', 'on', 'it', 'love', ',5,1,1', 'general', 'tops', 'knits'] ['11620,862,57', 'retro', 'and', 'pretty', 'this', 'top', 'has', 'a', 'bit', 'of', 'a', 'retro', 'flare', 'but', 'so', 'adorable', 'on', 'looks', 'really', 'cute', 'with', 'a', 'pair', 'of', 'faded', 'boot', 'cut', 'jeans.,5,1,0', 'general', 'tops', 'knits'] ['11621,1078,51', 'amazing', 'detail', 'love', 'this', 'dress', 'from', 'the', 'great', 'fabric', 'soft', 'yet', 'substantial', 'that', "'s", 'similar', 'to', 'sweater', 'material', 'to', 'the', 'amazing', 'detail', 'of', 'the', 'flower', 'design', 'it', "'s", 'really', 'so', 'unique', 'and', 'i', 'mean', 'that', 'in', 'a', 'good', 'way', 'to', 'the', 'color', 'a', 'tan', 'with', 'gold', 'flecking', 'and', 'lastly', 'to', 'the', 'really', 'flattering', 'fit', 'not', 'to', 'mention', 'those', 'retro', 'bell', 'sleeves', 'all', 'around', 'a', 'fun', 'dress', 'it', 'was', 'true', 'to', 'size', 'and', 'not', 'too', 'short', 'hitting', 'my', '5', '4', 'height', 'about', '2', 'above', 'my', 'knees', ',5,1,0', 'general', 'dresses', 'dresses'] ['11622,862,32', 'not', 'quite', 'what', 'i', 'expected', 'but', 'i', "'m", 'keeping', 'this', 'top', 'is', 'a', 'mix', 'of', 'materials', 'a', 'silk', 'and', 'more', 'of', 'a', 't', 'shirt', 'material', 'i', 'purchased', 'for', 'dressier', 'wear', 'but', 'the', 'material', 'makes', 'it', 'more', 'casual', 'i', 'like', 'the', 'sale', 'price', 'so', 'i', "'m", 'keeping', 'size', 'down', 'runs', 'a', 'tad', 'loose', ',4,1,0', 'general', 'tops', 'knits'] ['11623,862,38', 'sleeve', 'color', 'does', "n't", 'match', 'rest', 'of', 'blouse', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'the', 'xl', 'fit', 'as', 'expected', 'in', 'this', 'blouse', 'however', 'the', 'elastic', 'cinched', 'in', 'such', 'a', 'way', 'under', 'my', 'bust', 'that', 'it', 'did', 'not', 'look', 'flattering', 'the', 'cut', 'in', 'the', 'sleeves', 'hang', 'open', 'too', 'much', 'for', 'me', 'and', 'makes', 'it', 'more', 'of', 'a', 'costume', 'i', 'also', 'had', 'issues', 'that', 'the', 'chiffon', 'type', 'sleeves', 'did', 'not', 'match', 'the', 'color', 'of', 'the', 'knit', 'fabric', 'used', 'in', 'the', 'rest', 'of', 'the', 'blouse', 'the', 'blouse', 'is', 'a', 'good', 'quality', 'but', 'there', 'were', 'too', 'many', 'other', 'issues', 'for', 'me', 'to', 'keep', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['11624,983,45', 'no', 'shape', 'this', 'jacket', 'has', 'cute', 'details', 'i', 'like', 'the', 'front', 'pockets', 'and', 'color', 'it', 'has', 'no', 'shape', 'and', 'is', 'about', '1', 'size', 'bigger', 'than', 'marked', 'i', 'felt', 'like', 'a', 'sack', 'of', 'potatoes', 'in', 'it.,2,0,0', 'general', 'jackets', 'jackets'] ['11625,835,26', 'high', 'hopes', 'i', 'really', 'wanted', 'to', 'love', 'this', 'sadly', 'the', 'first', 'thing', 'i', 'noticed', 'was', 'how', 'tight', 'it', 'was', 'in', 'the', 'arms', 'and', 'across', 'the', 'back', 'size', 'up', 'maybe', 'even', 'two', 'sizes', 'secondly', 'it', "'s", 'see', 'through', 'a', 'top', 'like', 'this', 'looses', 'it', "'s", 'finesse', 'to', 'me', 'once', 'i', 'can', 'see', 'my', 'pant', 'line', 'and', 'bra', 'it', "'s", 'very', 'difficult', 'to', 'do', 'the', 'three', 'buttons', 'in', 'the', 'back', 'yourself', 'and', 'finally', 'good', 'luck', 'taking', 'it', 'off', 'without', 'getting', 'make', 'up', 'all', 'over', 'the', 'neckline', 'someone', 'dubbed', 'it', 'the', 'poor', 'man', "'s", 'pineapple', 'top', 'i', 'could', "n't", 'agree', 'more', 'sigh', 'i', 'really', 'did', 'want', ',3,0,7', 'general', 'tops', 'blouses'] ['11626,835,43', 'lovely', 'lace', 'i', 'thought', 'this', 'blouse', 'ran', 'a', 'bit', 'large-swinging', 'wide', 'at', 'the', 'hips', 'it', 'does', 'bunch', 'in', 'the', 'bust', 'area', 'if', 'you', 'are', 'larger', 'a', 'correct', 'undergarment', 'fixed', 'this', 'problem', 'i', 'am', 'a', '36ddd', 'and', 'thought', 'the', 'size', '4', 'was', 'perfect.,5,1,0', 'general', 'tops', 'blouses'] ['11627,983,26', 'nice', 'cropped', 'jacket', 'this', 'jacket', 'was', 'a', 'little', 'shorter', 'than', 'i', 'had', 'expected', 'but', 'i', 'still', 'really', 'enjoy', 'the', 'cut', 'and', 'fit', 'of', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['11628,950,41', 'beautiful', 'despite', 'being', 'batwing', 'and', 'sort', 'of', 'poncho-like', 'this', 'sweater', 'is', 'quite', 'flattering', 'on', 'hangs', 'just', 'right', 'unique', 'cut', 'and', 'soft', 'fabric', ',5,1,3', 'general', 'tops', 'sweaters'] ['11629,835,47', 'pretty', 'but', 'tight', 'fit', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'i', "'m", 'usually', 'a', '6', 'in', 'tops', 'but', 'it', 'was', 'tight', 'across', 'the', 'chest', 'i', 'sized', 'up', 'to', 'an', '8', 'and', 'it', 'was', 'still', 'tight', 'i', 'would', 'have', 'considered', 'the', '10', 'but', 'with', 'the', '8', 'there', 'was', 'too', 'much', 'fabric', 'on', 'the', 'bottom', 'overall', 'design', 'and', 'material', 'were', 'good', 'but', 'the', 'sizing', 'was', 'off.,3,1,6', 'general', 'tops', 'blouses'] ['11630,840,53', 'i', 'got', 'm', 'in', 'black', 'with', 'white', 'it', "'s", 'ok.', 'material', 'is', 'soft', 'and', 'nice', 'classy', 'plan', 'to', 'return', 'it', 'since', 'color', 'is', 'not', 'flattering', 'makes', 'me', 'look', 'old', ',4,1,0', 'general', 'tops', 'blouses'] ['11631,1078,50', 'i', 'bought', 'this', 'dress', 'during', 'the', 'retailer', 'weekend', 'and', 'i', "'m", 'so', 'happy', 'i', 'did', 'this', 'is', 'a', 'very', 'well-made', 'well-designed', 'dress', 'that', 'is', 'quite', 'figure', 'flattering', 'the', 'marriage', 'of', 'artsy', 'and', 'colorful', 'on', 'a', 'neutral', 'background', 'makes', 'sense', 'and', 'the', 'combination', 'of', 'colors', 'and', 'the', 'style', 'of', 'the', 'dress', 'work', 'well', 'together', 'the', 'wearer', 'will', 'definitely', 'have', 'several', 'options', 'for', 'footwear', 'pairings', 'this', 'dress', 'is', 'as', 'fun', 'and', 'playful', 'as', 'it', 'is', 'classy', 'i', 'ca', "n't", 'wait', 'for', 'an', 'occasion', 'to', 'wear', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['11632,983,34', 'great', 'little', 'jacket', 'ordered', 'this', 'in', 'my', 'normal', 'size', 'large', 'in', 'taupe', 'the', 'jacket', 'fit', 'tts', 'the', 'length', 'was', 'cropped', 'but', 'just', 'long', 'enough', 'hit', 'just', 'below', 'my', 'belly', 'button', 'to', 'feel', 'comfortable', 'and', 'not', 'too', 'short', 'for', 'my', '5', '9', 'height', 'the', 'quality', 'feels', 'good.,5,1,0', 'general', 'jackets', 'jackets'] ['11633,1110,59', 'argh', 'o.k', 'i', 'soo', 'wanted', 'to', 'love', 'this', 'dress', 'if', 'you', 'are', 'slim', 'and', 'small', 'chested', 'it', 'is', 'true', 'to', 'size', 'and', 'lovely', 'i', 'am', 'slim', 'and', 'tall', '5', '9', 'but', 'am', 'large', 'chested', 'a', '36d', 'i', 'usually', 'wear', 'an', '8/10', 'so', 'bought', 'a', '10.', 'it', 'was', 'too', 'tight', 'around', 'my', 'chest', 'and', 'back', 'so', 'i', 'went', 'up', 'a', 'size', 'to', 'a', '12.', 'it', 'was', 'better', 'but', 'not', 'exactly', 'comfortable', 'i', 'could', 'get', 'away', 'with', 'it', 'but', 'for', 'the', 'price', 'had', 'to', 'send', 'it', 'back', 'the', 'idea', 'of', 'going', 'up', 'another', 'size', 'yet', 'again', 'was', 'a', 'thought', 'but', 'i', 'worried', 'it', 'would', "n't", 'solve', 'my', 'issue.,3,1,4', 'general', 'dresses', 'dresses'] ['11634,840,28', ',got', 'this', 'in', 'the', 'blue/floral', 'and', 'absolutely', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['11635,862,28', 'nope', 'ugh', 'i', 'was', 'so', 'disappointed', 'with', 'this', 'shirt', 'i', 'was', 'so', 'excited', 'when', 'i', 'saw', 'it', 'online', 'and', 'thought', 'it', 'would', 'be', 'a', 'perfect', 'summer', 'shirt', 'with', 'the', 'light', 'colors', 'and', 'the', 'flower', 'print', 'unfortunately', 'it', 'falls', 'flat', 'and', 'i', 'understand', 'now', 'why', 'they', 'do', "n't", 'have', 'a', 'straight', 'on', 'photo', 'of', 'the', 'shirt', 'its', 'very', 'plain', 'and', 'lays', 'very', 'unflatteringly', 'it', "'s", 'definitely', 'missing', 'something', 'in', 'the', 'front', 'i', 'typically', 'wear', 'a', 'small', 'to', 'an', 'extra', 'small', 'and', 'i', 'ordered', 'this', 'in', 'an', 'extra', 'small', 'and', 'would', 'have', 'needed', 'an', 'xxs', 'if', 'i', 'had', "n't", 'returned', 'i', ',1,0,12', 'general', 'tops', 'knits'] ['11636,939,64', 'beautiful', 'i', "'ve", 'wondered', 'abt', 'this', 'swtr', 'but', 'hesitated', 'to', 'order', 'being', 'it', 'has', 'dolman', 'sleeves', 'decided', 'to', 'wait', 'for', 'it', 'to', 'come', 'in', 'at', 'the', 'local', 'store', 'yesterday', 'i', 'spotted', 'it', 'in', 'the', 'store', 'tried', 'on', 'the', 'orange', 'labeled', "'red", 'online', 'i', 'was', 'really', 'looking', 'for', 'the', "'cream", 'but', 'the', 'store', 'did', 'not', 'have', 'it', 'well', 'the', 'orange', 'is', 'really', 'much', 'prettier', 'in', 'person', 'fit', 'is', 'perfect', 'in', 'my', 'usual', 'size', 's.', 'overall', 'body', 'fit', 'length', 'is', 'generous', 'sleeves', 'are', 'wrist', 'length', 'i', "'m", 'only', '5', '3', 'most', 'likely', 'the', 'sleeves', 'will', 'be', 'shorter', 'on', 'taller', ',5,0,23', 'general', 'tops', 'sweaters'] ['11637,835,44', 'totally', 'sublime', 'lol', 'on', 'the', 'previous', 'comment', 'about', 'it', 'being', 'a', 'poor', 'man', 's', 'pineapple', 'blouse', 'i', 'think', 'the', 'pineapple', 'blouse', 'prints', 'are', 'too', 'large', 'on', 'a', 'petite', 'person', 'like', 'me', 'i', 'm', '5', '2', 'thus', 'i', 'prefer', 'this', 'blouse', 'i', 'concur', 'with', 'the', 'previous', 'reviewer', 'about', 'getting', 'makeup', 'on', 'the', 'blouse', 'due', 'to', 'the', 'narrow', 'collar', 'if', 'you', 'wear', 'makeup', 'like', 'i', 'do', 'you', 'must', 'find', 'a', 'trick', 'to', 'taking', 'it', 'on', 'and', 'off', 'for', 'me', 'i', 'put', 'it', 'on', 'prior', 'to', 'putting', 'on', 'makeup', 'i', 'even', 'put', 'tissue', 'paper', 'around', 'the', 'collar', 'while', 'putting', 'on', 'makeup', 'and', 'don', 't', 'even', 'think', ',5,1,6', 'general', 'tops', 'blouses'] ['11638,1078,41', 'a', 'pretty', 'one', 'it', 'does', "n't", 'work', 'with', 'me', 'only', 'because', 'i', 'have', 'very', 'skinny', 'arm', 'i', 'can', 'not', 'handle', 'the', 'arm', 'part', 'of', 'the', 'dress', 'it', 'is', 'still', 'very', 'pretty', 'though', 'i', 'would', 'keep', 'it', 'if', 'i', 'fit', 'the', 'arm', ',3,1,0', 'general', 'dresses', 'dresses'] ['11639,824,36', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11640,858,54', 'nice', 'little', 't', 'this', 't', 'fits', 'perfect', 'and', 'looks', 'great', 'with', 'just', 'about', 'anything', 'my', 'only', 'concern', 'is', 'the', 'fabric', 'is', 'super', 'light', 'not', 'enough', 'to', 'be', 'see', 'through', 'but', 'just', 'enough', 'to', 'make', 'me', 'question', 'the', 'quality', 'i', 'like', 'it', 'and', 'i', 'have', 'worn', 'it', 'a', 'couple', 'of', 'times', 'now', 'with', 'no', 'issues', 'though', 'the', 'drape', 'is', 'nice', 'and', 'not', 'super', 'revealing', 'discreet', 'enough', 'for', 'work', 'i', 'ordered', 'the', 'white', 'and', 'if', 'it', 'holds', 'up', 'i', 'will', 'certainly', 'order', 'another', 'color', 'because', 'it', 'is', 'very', 'versatile', ',4,1,0', 'general', 'tops', 'knits'] ['11641,950,38', ',,4,1,0', 'general', 'tops', 'sweaters'] ['11642,840,40', 'surprisingly', 'lovely', 'i', 'was', 'on', 'the', 'fence', 'about', 'this', 'top', 'because', 'i', 'do', "n't", 'typically', 'do', 'longer', 'tunic', 'styles', 'however', 'it', 'really', 'is', 'quite', 'lovely', 'i', 'paired', 'it', 'with', 'long', 'jeans', 'wedge', 'sandals', 'and', 'a', 'delicate', 'necklace', 'so', 'pretty', 'it', 'fits', 'very', 'nicely', 'and', 'i', 'was', 'surprised', 'at', 'how', 'much', 'i', 'liked', 'the', 'length', ',5,1,0', 'general', 'tops', 'blouses'] ['11643,862,42', 'print', 'the', 'print', 'does', "n't", 'necessarily', 'works', 'for', 'everybody.,1,0,0', 'general', 'tops', 'knits'] ['11644,835,55', 'beautiful', 'but', 'this', 'top', 'is', 'beautiful', 'and', 'i', 'really', 'wanted', 'to', 'be', 'able', 'to', 'keep', 'it', 'i', "'ve", 'tried', 'it', 'on', '3', 'times', 'it', 'is', 'not', 'for', 'big-chested', 'girls', '34ddd', 'it', 'hangs', 'like', 'i', "'m", '20', 'months', 'pregnant', 'because', 'the', 'top', 'area', 'lands', 'on', 'top', 'of', 'my', 'chest', 'sadly', 'this', 'will', 'be', 'going', 'back', 'it', 'is', 'beautiful', 'and', 'flowing', 'and', 'a', 'perfect', 'weight.,4,0,4', 'general', 'tops', 'blouses'] ['11645,824,40', ',love', 'the', 'feminine', 'take', 'on', 'flannel', 'and', 'how', 'it', 'fits', 'like', 'a', 'tailored', 'shirt', 'i', 'am', 'a', 'bit', 'long', 'waisted', 'and', 'the', 'side', 'slit', 'reveals', 'a', 'little', 'too', 'much', 'when', 'i', 'lift', 'my', 'arms', 'if', 'the', 'shirt', 'was', 'just', 'a', 'little', 'longer', 'it', 'would', 'be', 'perfect.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['11646,835,50', 'gorgeous', 'but', 'very', 'small', 'across', 'back', 'i', "'ve", 'been', 'coveting', 'the', 'first', 'edition', 'of', 'this', 'top', 'pineapples', 'and', 'was', 'thrilled', 'to', 'find', 'this', 'same', 'style', 'with', 'lemons', 'i', 'called', 'my', 'local', 'store', 'and', 'put', 'a', 'few', 'sizes', 'on', 'hold', 'so', 'i', 'could', 'ensure', 'the', 'perfect', 'fit', 'good', 'job', 'i', 'did', 'the', 'top', 'is', 'beautiful', 'but', 'it', "'s", 'super', 'tight', 'across', 'the', 'back', 'fine', 'if', 'you', 'want', 'to', 'stand', 'still', 'look', 'pretty', 'if', 'however', 'you', 'want', 'to', 'go', 'about', 'your', 'usual', 'activities', 'like', 'eat', 'for', 'example', 'i', "'d", 'suggest', 'you', 'size', 'up', 'for', 'reference', 'i', "'m", 'usually', 'a', '2-4', 'in', 'retailer', 'tops', '34b', '5', '5', 'and', '130lbs', ',4,1,81', 'general', 'tops', 'blouses'] ['11647,835,54', 'all', 'the', 'boxes', 'checked', 'i', 'purchased', 'this', 'is', 'off', 'white', 'and', 'it', 'is', 'a', 'stunner', 'feminine', 'check', 'stylish', 'check', 'hem', 'hits', 'at', 'a', 'flattering', 'part', 'of', 'the', 'body', 'check', 'great', 'with', 'jeans', 'or', 'tailored', 'pants', 'check', 'i', 'can', 'not', 'say', 'anything', 'bad', 'about', 'this', 'blouse-well', 'maybe', 'the', 'button', 'back', 'is', 'a', 'little', 'convenient', 'but', 'it', 'sure', 'looks', 'pretty', 'i', 'am', '5', '21/2', 'and', '110', 'pounds', 'and', 'usually', 'wear', 'a', '0', 'or', '2', 'but', 'i', 'purchased', 'in', 'a', 'size', '4', 'and', 'it', 'fits', 'perfectly', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'with', 'my', 'olive', 'green', 'skinny', 'jeans', ',5,1,0', 'general', 'tops', 'blouses'] ['11648,868,35', 'comfortable', 'casual', 'tank', 'i', 'ordered', 'this', 'in', 'blue', 'and', 'loved', 'the', 'color', 'i', "'m", 'not', 'typically', 'into', 'the', 'flowing', 'top', 'style', 'but', 'i', 'tried', 'a', 'few', 'items', 'on', 'my', 'last', 'order', 'this', 'being', 'one', 'it', "'s", 'unseamed', 'at', 'the', 'bottom', 'which', 'was', 'my', 'primary', 'reason', 'for', 'returning', 'it', 'i', 'could', "n't", 'see', 'that', 'in', 'the', 'photo', 'online', 'but', 'if', 'that', 'is', 'your', 'style', 'this', 'item', 'is', 'good', 'quality', 'soft', 'comfortable', 'material', 'and', 'a', 'great', 'spring', 'or', 'fall', 'blue', ',3,1,1', 'general', 'tops', 'knits'] ['11649,1078,27', 'great', 'fit', 'wrong', 'color.', 'the', 'fit', 'and', 'style', 'of', 'this', 'dress', 'are', 'beautiful', 'it', "'s", 'a', 'bouncy', 'fabric', 'that', 'is', 'light', 'and', 'comfortable', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'the', 'color', 'just', 'did', "n't", 'work', 'for', 'me', 'the', 'pictures', 'make', 'it', 'look', 'like', 'it', "'s", 'a', 'nice', 'cream', 'color', 'but', 'it', "'s", 'very', 'tan', 'and', 'i', 'ca', "n't", 'pull', 'it', 'off', 'with', 'my', 'coloring', ',4,1,10', 'general', 'dresses', 'dresses'] ['11650,693,40', ',love', 'so', 'comfy', 'i', 'wish', 'they', 'came', 'in', 'more', 'colors', 'i', "'d", 'order', 'every', 'one', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['11651,850,59', 'beautiful', 'design', 'i', "'ve", 'been', 'searching', 'for', 'a', 'pretty', 'and', 'unique', 'party', 'top', 'and', 'thought', 'this', 'was', 'it', 'it', 'is', 'beautiful', 'and', 'unique', 'but', 'much', 'too', 'cropped', 'for', 'me', 'and', 'i', "'m", 'only', '5', '3', 'sadly', 'i', 'had', 'to', 'return', 'maybe', 'would', 'be', 'more', 'appropriate', 'on', 'someone', 'younger', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['11652,1022,39', 'pleasantly', 'surprised', 'i', 'ordered', 'these', 'jsut', 'coz', 'they', 'were', 'on', 'sale', 'i', 'now', 'wish', 'my', 'size', 'was', 'offered', 'in', 'more', 'colors', 'only', 'mossy-sage', 'was', 'left', 'though', 'nice', 'neutral', 'color', 'really0'] [] ['the', 'fit', 'is', 'great', 'stretchy', 'but', 'stil', 'lslightly', 'structured', 'i', 'ordered', 'the', '25p', 'and', 'that', 'was', 'perfect', 'length', 'fine', 'too', 'i', 'am', '5', '1.5', '115', 'lbs'] [] ['looked', 'really', 'nice', 'with', 'a', 'pair', 'of', 'red', 'heel', 'i', 'was', 'trying', 'on', 'too', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11653,1022,50', 'such', 'comfort', 'i', 'wear', 'jeans', 'so', 'much', 'therefore', 'i', 'love', 'to', 'a', 'variety', 'in', 'color', 'these', 'jeans', 'are', 'so', 'comfortable', 'they', 'are', 'like', 'wearing', 'sweat', 'pants', 'but', 'they', 'truly', 'keep', 'their', 'shape', 'so', 'well', 'i', 'bought', 'the', 'red', 'which', 'is', 'a', 'year', 'around', 'red', 'kind', 'of', 'a', 'bright', 'apple', 'red', 'i', 'will', 'definitely', 'be', 'buying', 'another', 'pair', 'of', 'these', 'ag', 'jeans', ',5,1,4', 'general', 'bottoms', 'jeans'] ['11654,861,46', 'cute', 'top', 'i', 'really', 'like', 'this', 'top', 'for', 'reference', 'i', 'am', 'usually', 'an', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'since', 'many', 'of', 'them', 'run', 'large', 'however', 'in', 'this', 'top', 'i', 'ordered', 'a', 'size', 'm', 'and', 'it', 'fit', 'nicely', 'in', 'any', 'brand', 'other', 'than', 'retailer', 'my', 'usual', 'size', 'is', 'm', 'as', 'i', 'am', '36d', 'bust', '132', 'lbs.', '5', '5', ',5,1,0', 'general', 'tops', 'knits'] ['11655,850,57', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11656,868,31', ',this', 'top', 'is', 'a', 'little', 'big', 'but', 'i', 'sized', 'down', 'and', 'liked', 'it', 'a', 'lot', 'can', 'be', 'casual', 'or', 'can', 'dress', 'it', 'up', 'with', 'a', 'statement', 'necklace', 'perfect', 'fall', 'shirt,4,1,1', 'general', 'tops', 'knits'] ['11657,1078,33', ',i', 'love', 'this', 'dress', 'i', 'have', 'an', 'hour', 'glass', 'figure', 'and', 'the', 'dress', 'is', 'very', 'flattering', 'on', 'me', 'i', 'did', "n't", 'encounter', 'a', 'problem', 'with', 'the', 'colors', 'or', 'pattern', 'as', 'others', 'have', 'stated.,5,1,0', 'general', 'dresses', 'dresses'] ['11658,850,37', 'short', 'but', 'wide', 'this', 'is', 'a', 'crop', 'top', 'but', 'super', 'boxy', 'and', 'wide', 'i', 'expected', 'it', 'to', 'be', 'more', 'fitted', 'in', 'the', 'waist', 'since', 'it', 'sits', 'out', 'away', 'a', 'from', 'the', 'body', 'a', 'lot', 'it', 'was', 'not', 'flattering', 'i', 'also', 'felt', 'the', 'stitching', 'to', 'be', 'a', 'bit', 'matronly', 'for', 'me', 'too', 'bad', 'as', 'i', 'am', 'having', 'such', 'a', 'hard', 'time', 'finding', 'tops', 'and', 'i', "'m", 'willing', 'to', 'pay', 'full', 'price', 'for', 'something', 'that', 'works', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['11659,868,69', 'pretty', 'color', 'i', 'like', 'to', 'wear', 'swing', 'tops', 'because', 'they', 'are', 'comfortable', 'not', 'confining', 'this', 'is', 'definitely', 'true', 'for', 'this', 'top-', 'i', 'have', 'an', 'xs', 'and', 'it', 'is', 'quite', 'spacious', 'and', 'boxy', 'shaped', 'this', 'is', 'a', 'simple', 'cotton', 'shirt', 'but', 'the', 'ruffle', 'adds', 'a', 'nice', 'detail', 'and', 'without', 'being', 'too', 'much', 'ruffle', 'either', 'great', 'to', 'throw', 'on', 'with', 'jeans', ',4,1,0', 'general', 'tops', 'knits'] ['11660,1022,42', 'ok', 'if', 'looking', 'for', 'a', 'loose', 'fit', 'bought', 'these', 'for', 'the', 'color', 'however', 'these', 'just', 'did', 'not', 'work', 'for', 'me', 'the', '26', 'was', 'too', 'small', 'and', 'the', '27', 'was', 'baggy', 'i', "'m", '5', '3', 'and', 'typically', 'wear', 'a', '26.', 'beautiful', 'color', 'and', 'good', 'denim', 'if', 'you', 'are', 'looking', 'for', 'a', 'looser', 'fit', 'more', 'of', 'a', 'straight', 'leg', 'fit', 'this', 'is', 'a', 'good', 'jean', 'with', 'a', 'fun', 'pop', 'of', 'color', ',3,0,0', 'general', 'bottoms', 'jeans'] ['11661,964,36', 'love', 'it', 'love', 'this', 'jacket', 'it', 'is', 'soooo', 'soft', 'and', 'goes', 'with', 'everything', 'you', 'will', 'want', 'to', 'wear', 'it', 'every', 'day', 'loved', 'it', 'so', 'much', 'i', 'bought', 'my', 'mother', 'one', 'too', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['11662,1078,28', 'wife', 'loves', 'it', 'got', 'this', 'for', 'my', 'wife', 'for', 'christmas', 'and', 'she', 'is', 'very', 'happy', 'with', 'it', 'the', 'size', 'is', 'perfect', 'for', 'her', 'and', 'she', 'regularly', 'orders', 'things', 'as', 'a', 'medium', 'from', 'this', 'store.,4,1,2', 'general', 'dresses', 'dresses'] ['11663,861,38', 'cute', 'pattern', 'but', 'feels', 'cheap', 'really', 'liked', 'the', 'fan', 'pattern', 'and', 'the', 'cut', 'was', 'cute', 'and', 'flattering', 'but', 'the', 'material', 'is', 'thin', 'and', 'all', 'the', 'edges', 'are', 'not', 'finished', 'and', 'look', 'frayed', 'making', 'the', 'shirt', 'look', 'and', 'feel', 'cheap', 'would', 'have', 'kept', 'if', 'thicker', 'material', 'and', 'the', 'edges', 'were', 'finished', 'not', 'worth', 'full', 'price,3,0,10', 'general', 'tops', 'knits'] ['11664,1022,26', 'give', 'your', 'blue', 'jeans', 'a', 'day', 'off', 'i', 'bought', 'these', 'in', "'vintage", 'sage', 'and', 'i', 'grab', 'for', 'them', 'as', 'often', 'as', 'my', 'favorite', 'skinny', 'jeans', 'if', 'you', 'are', 'just', 'dipping', 'your', 'toe', 'in', 'colored', 'pants', 'i', 'would', 'reccomend', 'the', 'same', 'color', 'it', 'is', 'undertsated', 'and', 'easily', 'paired', 'with', 'so', 'many', 'other', 'colors', 'the', 'legs', 'run', 'a', 'little', 'big', 'but', 'the', 'waist', 'is', 'tru', 'to', 'size', 'so', 'for', 'comfort', 'i', 'went', 'with', 'my', 'usual', 'size', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11665,1078,51', 'fabric', 'pattern', 'can', 'be', 'askew', 'this', 'fabric', 'is', 'the', 'same', 'as', 'the', 'turtleneck', 'swing', 'dress', 'by', 'maeve', 'it', "'s", 'lightweight', 'and', 'stretchy', 'the', 'problem', 'with', 'this', 'particular', 'dress', 'is', 'the', 'pattern', 'in', 'the', 'fabric', 'will', 'be', 'a', 'little', 'different', 'on', 'each', 'dress', 'depending', 'on', 'how', 'the', 'pattern', 'was', 'cut', 'when', 'it', 'was', 'made', 'i', 'had', 'to', 'try', 'on', '5', 'different', 'dresses', 'to', 'find', 'one', 'that', 'was', 'cut', 'so', 'the', 'pattern', 'looked', 'and', 'fell', 'in', 'the', 'right', 'spots', 'when', 'wearing', 'the', 'dress', 'hence', '4', 'stars', 'the', 'bodice', 'is', 'lined', 'but', 'the', 'skirt', 'itself', 'is', 'not', 'it', 'is', 'not', 'see', 'through', 'i', "'m", '5', '4', 'and', '120', ',4,1,20', 'general', 'dresses', 'dresses'] ['11666,901,62', 'lightweight', 'cashmere', 'i', 'have', 'only', 'worn', 'this', '3', 'times', 'with', 'no', 'signs', 'of', 'pilling', 'yet', 'it', 'is', 'good', 'for', 'cool', 'spring', 'days/evenings', 'for', 'me', 'it', "'ll", 'be', 'the', 'cooler', '3-seasons', 'sweater', 'i', 'wear', 'a', 'size', 'large', 'and', 'it', 'fits', 'properly', 'i', 'have', 'worn', 'lightweight', 'long', 'sleeve', 'knit', 'tees', 'under', 'this', 'with', 'ease', 'in', 'the', 'sleeves', 'i', 'think', 'a', 'slim', 'sleeved', 'shirt/blouse', 'would', 'work', 'equally', 'well', 'while', 'i', 'like', 'the', 'idea', 'of', 'the', 'pockets', 'i', 'think', 'they', "'ll", 'stretch', 'out', 'easily', 'beyond', 'a', 'tissue', 'or', 'quick', 'hand', 'warming', 'i', 'removed', '1', 'star', 'due', 'to', 'the', 'high', 'price', 'and', 'i', 'receive', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['11667,1078,37', 'i', 'also', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'it', "'s", 'important', 'to', 'try', 'on', 'a', 'couple', 'due', 'to', 'pattern', 'differences', 'this', 'dress', 'has', 'a', 'beige', 'base-', 'the', 'photo', 'is', 'a', 'little', 'misleading', 'i', 'ended', 'up', 'returning', 'it', 'because', 'the', 'colors', 'did', "n't", 'do', 'much', 'for', 'me', 'i', 'think', 'they', 'look', 'great', 'on', 'the', 'model', 'but', 'that', "'s", 'because', 'the', 'beige', 'does', "n't", 'blend', 'into', 'her', 'at', 'all', 'i', 'also', 'think', 'it', "'s", 'a', 'little', 'overpriced', 'for', 'what', 'the', 'dress', 'is-', 'a', 'great', 'summer', 'day', 'dress', ',4,1,6', 'general', 'dresses', 'dresses'] ['11668,1022,40', 'perfect', 'love', 'these', 'jeans', 'fit', 'great', 'i', "'ve", 'had', 'other', 'colored', 'denim', 'from', 'ag', 'that', 'stretched', 'out', 'too', 'much', 'were', 'too', 'thin', 'but', 'these', 'are', 'a', 'nice', 'thicker', 'fabric', 'i', 'ordered', 'the', 'red', 'and', 'the', 'moss', 'and', 'the', 'red', 'fit', 'a', 'little', 'better', 'than', 'the', 'moss', 'in', 'the', 'same', 'size', 'not', 'sure', 'if', 'the', 'dye', 'process', 'affects', 'the', 'fabric', 'but', 'the', 'red', 'pair', 'seemed', 'a', 'bit', 'more', 'substantial', 'the', 'moss', 'is', 'great', 'too', 'though', 'so', 'i', 'may', 'keep', 'both', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11669,868,35', 'best', 'shirt', 'ever-', 'should', 'have', 'bought', 'more', 'colors', 'i', 'wish', 'i', 'could', 'buy', 'this', 'is', 'more', 'colors', 'so', 'easy', 'to', 'dress', 'up', 'or', 'dress', 'down,5,1,1', 'general', 'tops', 'knits'] ['11670,682,61', 'not', 'skirted', 'but', 'has', 'nylon', 'over', 'shorts', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'i', 'di', "n't", 'notice', 'any', 'fit', 'problems', 'after', 'taking', 'a', 'quick', 'look', 'in', 'the', 'mirror', 'the', 'first', 'day', 'i', 'wore', 'them', 'to', 'my', 'muscle', 'training', 'class', 'this', 'garment', 'is', 'more', 'skin', 'revealing', 'than', 'i', 'really', 'like', 'but', 'i', 'need', 'to', 'stay', 'cool', 'in', 'the', 'summer', 'heat', 'during', 'the', 'work-out', 'i', 'noticed', 'that', 'the', 'leg', 'edges', 'of', 'the', 'shorts', 'showed', 'fat', 'bulges', 'this', 'was', 'ugly', 'embarrassing', 'and', 'unnecessary', 'since', 'i', 'do', 'not', 'have', 'overly', 'fatty', 'legs', 'later', 'i', 'noticed', 'that', 'the', 'low-waist', 'line', 'of', 'the', 'shorts', 'showed', 'bulging', 'fat', 'a', ',4,1,3', 'initmates', 'intimate', 'lounge'] ['11671,850,34', 'although', 'the', 'material', 'of', 'this', 'top', 'is', 'beautiful', 'and', 'the', 'quality', 'is', 'nice', 'as', 'well', 'it', 'really', 'did', 'not', 'lay', 'right', 'on', 'me', 'i', "'m", 'a', '34d', 'and', 'i', 'got', 'my', 'usual', 'size', 'in', 'a', 'small', 'the', 'arm', 'holes', 'were', 'a', 'bit', 'too', 'big', 'the', 'waist', 'was', 'too', 'wide', 'and', 'it', 'overall', 'looked', 'like', 'a', 'bib', 'on', 'me', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['11672,693,51', 'awkward', 'fit', 'i', 'was', 'so', 'excited', 'to', 'try', 'these', 'on', 'at', 'my', 'local', 'retailer', 'i', "'m", 'so', 'glad', 'i', 'did', 'before', 'i', 'ordered', 'them', 'online', 'because', 'i', 'found', 'the', 'fit', 'to', 'be', 'totally', 'off', 'the', 'pants', 'bulged', 'around', 'my', 'hips', 'and', 'looked', 'very', 'awkward', 'they', 'were', 'also', 'not', 'as', 'soft', 'as', 'i', 'expected', 'them', 'to', 'be.,2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['11673,693,36', 'i', 'love', 'these', 'pants', 'like', 'obsessively', 'love', 'like', 'did', "n't", 'want', 'to', 'take', 'them', 'off', 'to', 'wash', 'them', 'love', 'annnnd', 'i', 'wish', 'i', 'had', "n't", 'because', 'they', 'came', 'out', 'of', 'a', 'delicate', 'cycle', 'cold', 'water', 'wash', 'with', 'a', 'huge', 'part', 'of', 'the', 'leg', 'seam', 'ripped', 'apart', 'like', 'a', 'spider', 'web', 'maybe', 'i', 'just', 'got', 'a', 'bad', 'pair', 'but', 'i', 'was', "n't", 'prepared', 'to', 'have', 'to', 'patch', 'them', 'after', 'one', 'wash', 'for', 'the', 'price', ',3,0,1', 'general', 'petite', 'intimate', 'lounge'] ['11674,1078,44', ',the', 'colors', 'on', 'this', 'are', "n't", 'as', 'vibrant', 'as', 'i', 'hoped', 'love', 'the', 'cutouts', 'on', 'the', 'arms', 'though', 'great', '4', 'season', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['11675,1092,53', ',love', 'this', 'dress', 'must', 'try', 'on', 'to', 'see', 'how', 'cute', 'is', 'really', 'is.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11676,825,31', 'gorgeous', 'top', 'finally', 'a', 'top', 'that', 'fits', 'true', 'to', 'size', 'is', 'comfortable', 'and', 'is', 'the', 'quality', 'i', 'expect', 'when', 'shopping', 'at', 'retailer', 'i', 'can', 'not', 'recommend', 'this', 'top', 'more', 'if', 'it', 'came', 'in', 'other', 'color', 'motifs', 'i', 'would', 'buy', 'them', 'too', 'perfect', 'fall', 'transition', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['11677,825,62', 'gorgeous', 'gosh', 'this', 'is', 'a', 'beauty', 'maeve', 'can', 'be', 'a', 'little', 'iffy', 'on', 'sizing', 'but', 'i', 'find', 'this', 'to', 'fit', 'tts', 'beautiful', 'details', 'fit', 'is', 'comfortable', 'yet', 'elegant', 'nice', 'length', 'i', 'have', 'zero', 'complaints', 'on', 'this', 'it', 'is', 'sheer', 'enough', 'to', 'need', 'something', 'underneath', 'but', 'the', 'fabric', 'is', 'lightweight', 'enough', 'that', 'the', 'extra', 'layer', 'does', "n't", 'seem', 'bothersome', 'nice', 'quality', 'piece', 'not', 'overly', 'delicate', 'despite', 'the', 'lacy', 'details', 'and', 'sheerish', 'fabric', ',5,1,5', 'general', 'tops', 'blouses'] ['11678,830,25', 'in', 'love', 'love', 'this', 'blouse', 'looks', 'like', 'a', 'fp', 'blouse', 'yet', 'a', 'bit', 'cheaper', 'and', 'well', 'made', 'looks', 'feminine', 'and', 'edgy', 'on', 'may', 'size', 'out', 'for', 'taller', 'gals', 'b/c', 'it', 'is', 'a', 'bit', 'on', 'the', 'shorter', 'length', 'i', 'am', '5', '5', 'and', 'the', 'length', 'is', 'just', 'right', 'on', 'me', 'untucked', 'the', 'lace', 'on', 'the', 'sleeves', 'are', 'gorgeous', 'and', 'neckline', 'is', 'not', 'too', 'high', ',5,1,10', 'general', 'tops', 'blouses'] ['11679,830,39', 'nice', 'enough', 'i', 'liked', 'the', 'top', 'it', 'is', 'cute', 'but', 'i', 'did', "n't", 'keep', 'it', 'as', 'i', 'have', 'similar', 'tops', 'like', 'it', 'and', 'i', 'had', 'better', 'options', 'however'] [] ['color', 'it', 'is', 'true', 'that', 'htere', 'are', 'differentials', 'in', 'the', 'coloring', 'of', 'fabrics', 'in', 'this', 'top', 'but', 'that', 'is', 'not', 'necessairly', 'a', 'bad', 'thing', 'it', 'kind', 'of', 'gives', 't', 'personality'] [] ['lace', 'part', 'this', 'is', 'where', 'i', 'have', 'a', 'similr', 'one', 'tank', 'all', 'alce', 'like', 'that', 'darker', 'ivory', 'drkest', 'part', 'of', 'hte', 'shirt', 'cut', 'to', 'neck', 'is', 'flatetering', 'and', 'different', 'from', 'the', 'low', 'lunging', 'things', 'we', 'see', 'a', 'lot', 'of'] [] ['body', 'true', 'to', 'size', 'i', ',4,1,0', 'general', 'tops', 'blouses'] ['11680,1078,26', 'it', 'is', 'a', 'pretty', 'dress', 'but', 'not', 'what', 'i', 'had', 'hoped', 'for', 'i', 'ordered', 'it', 'online', 'i', 'like', 'slits', 'on', 'sleeves', 'but', 'the', 'dress', 'does', "n't", 'fit', 'me', 'well', 'so', 'i', 'plan', 'to', 'return', 'it'] ['p.s', 'it', 'has', 'pockets', ',4,1,0', 'general', 'dresses', 'dresses'] ['11681,825,32', 'pretty', 'top', 'i', 'usually', 'wear', 'either', 'an', 'xs', 'or', 'a', 'small', 'and', 'i', 'went', 'with', 'the', 'small', 'because', 'i', 'wanted', 'it', 'flowy', 'and', 'long', 'because', 'i', 'am', '5', '9', 'it', 'is', 'a', 'great', 'fit', 'but', 'it', 'is', 'a', 'little', 'sheer', 'i', 'will', 'probably', 'have', 'to', 'wear', 'a', 'cami', 'underneath', ',5,1,0', 'general', 'tops', 'blouses'] ['11682,825,33', 'this', 'is', 'the', 'best', 'shirt', 'i', 'got', 'this', 'shirt', '2', 'weeks', 'ago', 'and', 'have', 'already', 'worn', 'it', '4', 'times', 'i', 'love', 'it', 'and', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'compliments', 'on', 'it', 'it', 'is', 'so', 'flattering', 'with', 'jeans', 'or', 'nice', 'fitted', 'black', 'pants', 'if', 'you', 'are', 'wavering', 'about', 'getting', 'this', 'shirt', 'get', 'it', 'i', 'promise', 'you', 'will', 'love', 'it.,5,1,0', 'general', 'tops', 'blouses'] ['11683,825,42', 'so', 'pretty', 'not', 'sure', 'where', 'to', 'start', 'with', 'this', 'top', 'it', "'s", 'that', 'good', 'i', 'am', 'usually', 'a', 'large', 'in', 'most', 'maeve', 'tops', 'and', 'that', "'s", 'sizing', 'up', 'for', 'extra', 'flow', 'i', 'ended', 'up', 'grabbing', 'this', 'piece', 'of', 'perfection', 'in', 'an', 'xl', 'only', 'because', 'it', 'ran', 'a', 'little', 'shorter', 'than', 'i', 'anticipated', 'and', 'was', 'kind', 'of', 'tight', 'through', 'my', 'shoulders', 'i', 'wanted', 'more', 'flow', 'as', 'always', 'so', 'i', 'went', 'up', 'in', 'size', 'for', 'that', 'reason', 'i', 'feel', 'it', 'runs', 'pretty', 'true', 'to', 'size', 'this', 'is', 'the', 'perfect', 'transition', 'piece', 'from', 'summer', 'to', 'fall', 'and', 'is', 'definitely', 'a', 'must', 'have', 'it', 'has', 'sold', 'out', 'with,5,1,0', 'general', 'tops', 'blouses'] ['11684,830,41', 'too', 'short', 'again', 'frustrated', 'that', 'retailer', 'tops', 'have', 'been', 'so', 'short', 'lately', 'i', "'m", '5', '7', 'and', 'it', 'hits', 'at', 'the', 'top', 'of', 'my', 'pants', 'makes', 'me', 'look', 'a', 'bit', 'boxy', 'so', 'disappointing', 'because', 'i', 'wanted', 'it', 'for', 'family', 'photos', 'otherwise', 'the', 'design', 'is', 'gorgeous', 'having', 'a', 'hard', 'time', 'returning', 'it', 'but', 'for', 'the', 'price', 'point', 'it', 'probably', 'has', 'to', 'go', 'back', ',5,1,3', 'general', 'tops', 'blouses'] ['11685,825,41', 'poor', 'design', 'if', 'you', 'have', 'anything', 'larger', 'than', 'an', 'a', 'cup', 'this', 'shirt', 'will', 'likely', 'not', 'fit', 'right', 'it', 'is', 'very', 'pretty', 'but', 'the', 'seem', 'on', 'the', 'front', 'runs', 'directly', 'in', 'the', 'middle', 'of', 'the', 'chest', 'it', 'literally', 'runs', 'right', 'through', 'the', 'center', 'of', 'the', 'breasts', 'what', 'were', 'they', 'thinking', 'if', 'it', 'had', 'been', 'three', 'inches', 'higher', 'or', 'lower', 'it', 'would', 'have', 'been', 'perfect', 'for', 'reference', 'i', "'m", 'approximately', '105lb', 'and', 'have', 'a', 'dd', 'cup', ',2,0,5', 'general', 'tops', 'blouses'] ['11686,457,39', ',,5,1,0', 'initmates', 'intimate', 'legwear'] ['11687,1078,31', ',looks', 'great', 'it', 'is', 'more', 'off', 'white/tan', 'then', 'white', 'though,5,1,0', 'general', 'dresses', 'dresses'] ['11688,825,27', 'maeve', 'never', 'disappoints', 'this', 'is', 'sure', 'to', 'become', 'my', 'favorite', 'shirt', 'this', 'shirt', 'is', 'feminine', 'and', 'the', 'fit', 'is', 'perfect', 'the', 'white', 'lace', 'is', 'strategically', 'placed', 'so', 'you', 'do', 'not', 'have', 'to', 'wear', 'a', 'cami', 'on', 'those', 'hot', 'summer', 'days', 'but', 'you', 'can', 'for', 'the', 'work', 'day', 'i', 'can', 'not', 'wait', 'to', 'wear', 'this', ',5,1,0', 'general', 'tops', 'blouses'] ['11689,830,41', 'lovely', 'this', 'top', 'is', 'so', 'pretty', 'i', 'love', 'the', 'lace', 'details', 'and', 'the', 'embroidery', 'which', 'really', 'makes', 'this', 'top', 'something', 'special', 'it', "'s", 'true', 'that', 'it', 'is', 'on', 'the', 'shorter', 'side', 'but', 'that', 'seems', 'to', 'be', 'an', 'intentional', 'aspect', 'of', 'the', 'style', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'too', 'short', 'sitting', 'well', 'below', 'my', 'waist', 'line', 'i', "'m", "5'10", 'i', 'usually', 'wear', 'a', 'medium', 'in', 'retailer', 'clothes', 'and', 'this', 'top', 'is', 'no', 'exception', 'it', 'fit', 'perfectly', 'i', 'know', 'this', 'will', 'be', 'one', 'piece', 'i', 'wear', 'quite', 'often', ',5,1,3', 'general', 'tops', 'blouses'] ['11690,1078,56', 'no', 'shape', 'i', 'loved', 'the', 'idea', 'of', 'this', 'dress', 'but', 'i', 'find', 'that', 'it', 'is', "n't", 'very', 'flattering', 'i', 'think', 'the', 'arm', 'holes', 'are', 'actually', 'very', 'interesting', 'but', 'i', "'m", '5', '5', 'and', '135lbs', 'and', 'the', 'dress', 'made', 'me', 'look', 'fat', 'and', 'gave', 'me', 'no', 'shape', 'at', 'all', 'maybe', 'it', 'would', 'look', 'better', 'on', 'a', 'different', 'body', 'type'] [] ['the', 'material', 'is', 'soft', 'but', 'a', 'bit', 'stuffy', 'and', 'i', 'could', 'tell', 'it', 'would', 'give', 'me', 'crazy', 'static', 'in', 'my', 'hair', ',3,0,0', 'general', 'dresses', 'dresses'] ['11691,1092,45', 'so', 'feminine', 'and', 'dainty', 'i', 'just', 'loved', 'this', 'online', 'and', 'love', 'it', 'in', 'person', 'so', 'feminine', 'and', 'delicate', 'just', 'perfect', 'for', 'summer', 'get', 'togethers.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11692,1078,82', 'unique', 'and', 'comfortable', 'i', 'wore', 'this', 'dress', 'yesterday', 'for', 'the', 'first', 'time', 'and', 'got', 'several', 'compliments', 'its', 'unique', 'and', 'super-pretty', 'in', 'person', 'it', 'hides', 'flaws', 'well', 'and', 'the', 'material', 'is', 'nice', 'i', 'must', 'have', 'bigger', 'arms', 'than', 'the', 'model', 'because', 'you', 'can', 'barely', 'tell', 'from', 'the', 'picture', 'what', 'the', 'arm', 'slits', 'look', 'like', 'i', 'do', "n't", 'mind', 'the', 'way', 'they', 'look', 'but', 'the', 'way', 'the', 'piece', 'of', 'fabric', 'there', 'grazed', 'on', 'my', 'arms', 'all', 'day', 'kept', 'making', 'me', 'feel', 'like', 'my', 'bra', 'strap', 'had', 'fallen', 'down', 'speaking', 'of', 'bra', 'straps', 'the', 'neckline', 'is', 'wide', 'and', 'i', 'felt', 'like', 'i', 'kept', 'havin', ',5,1,0', 'general', 'dresses', 'dresses'] ['11693,1028,39', 'wash', 'diff', 'in', 'person', 'fit', 'diff', 'than', 'black', 'hawk', 'vers', 'the', 'fit', 'on', 'these', 'is', 'starkly', 'different', 'than', 'the', 'black', 'hawk', 'version', 'also', 'being', 'sold', 'online', 'i', 'could', 'barely', 'get', 'my', 'leg', 'in', 'those', 'i', 'typically', 'wear', 'a', '27-29', 'a', '28-29', 'in', 'this', 'brand', 'of', 'jeans', 'and', 'the', '29', 'fit', 'great', 'i', 'have', 'very', 'large', 'calves', 'so', 'most', 'kick', 'out', 'cop', 'flares', 'do', "n't", 'really', 'provide', 'the', 'full', 'effect', 'for', 'my', 'body', 'type', 'but', 'these', 'worked', 'really', 'well', 'and', 'i', 'could', 'definitely', 'see', 'the', 'flare', 'at', 'the', 'bottom', 'i', 'am', '5', '8', 'and', 'these', 'hit', 'right', 'above', 'my', 'ankle', 'just', 'as', 'pictured', 'online'] [] ['what', 'made', 'me', ',4,1,9', 'general', 'bottoms', 'jeans'] ['11694,1028,40', 'love', 'these', 'pants', 'are', 'great', 'as', 'is', 'the', 'case', 'with', 'most', 'c', 'of', 'h', 'jeans', 'they', 'are', 'a', 'perfect', 'length', 'if', 'you', 'are', '5', '39', '5', 'quot', 'or', 'shorter', 'i.e', 'you', 'don', '39', 't', 'need', 'to', 'cuff', 'them', 'several', 'times', 'i', 'love', 'the', 'relaxed', 'but', 'chic', 'look', 'they', 'run', 'large', 'so', 'definitely', 'size', 'down', 'at', 'least', 'one', 'size', 'so', 'happy', 'they', 'were', 'on', 'sale', ',4,1,0', 'general', 'bottoms', 'jeans'] ['11695,825,29', ',,5,1,0', 'general', 'tops', 'blouses'] ['11696,1078,65', 'great', 'and', 'fun', 'dress', 'i', 'bought', 'this', 'to', 'celebrate', 'my', 'birthday', 'i', 'get', 'a', 'new', 'suit', 'every', 'year', 'it', 'was', 'a', 'milestone', 'birthday', 'and', 'this', 'dress', 'did', 'not', 'disappoint', ',5,1,0', 'general', 'dresses', 'dresses'] ['11697,1028,59', 'dirty', 'look', 'does', 'fade', 'over', 'time', 'i', 'wanted', 'to', 'comment', 'about', 'the', 'wash.', 'yes', 'these', 'jeans', 'look', 'really', 'dirty', 'when', 'you'] ['pull', 'them', 'out', 'of', 'the', 'package', 'but', 'after', 'a', 'few', 'months', 'of', 'washing', 'the', 'dirty', 'color', 'has', 'really'] ['mellowed', 'also', 'i', 'am', 'a', 'usual', '26', 'in', 'jeans', 'purchased', 'these', 'in', '25', 'and', 'could', 'have', 'fit', 'into'] ['the', '24.', 'i', 'may', 'purchase', 'another', 'pair', 'these', 'jeans', 'are', 'really', 'unique', 'comfortable', 'great'] ['for', 'the', 'summer', 'with', 'sandals', 'or', 'converse', ',4,1,2', 'general', 'bottoms', 'jeans'] ['11698,1078,52', 'lovely', 'i', 'got', 'this', 'dress', 'and', 'think', 'it', "'s", 'just', 'great', 'it', "'s", 'a', 'bit', 'formal', 'but', 'a', 'bit', 'whimsical', 'at', 'the', 'same', 'time', 'i', 'really', 'disagree', 'with', 'others', 'said', 'about', 'the', 'opening', 'along', 'the', 'arms', 'i', 'think', 'they', 'are', 'barely', 'noticeable', 'but', 'are', 'nice', 'surprise', 'this', 'is', 'a', 'perfect', 'california', 'winter', 'dress', 'i', 'could', 'see', 'how', 'a', 'woman', 'in', 'colder', 'parts', 'of', 'the', 'country', 'might', 'not', 'appreciate', 'the', 'slits', 'on', 'the', 'arms', 'but', 'i', 'think', 'it', "'s", 'nice', 'to', 'show', 'a', 'little', 'skin', 'in', 'a', 'conservative', 'way', 'i', 'plan', 'to', 'wear', 'it', 'to', 'a', 'classical', 'music', 'concert', 'soon', 'and', 'i', 'got', 'i', ',4,1,0', 'general', 'dresses', 'dresses'] ['11699,1092,37', 'love', 'at', 'first', 'site', 'fits', 'perfect', 'i', "'m", '5', '3', 'and', 'the', 'size', '2', 'regular', 'fit', 'perfect', 'not', 'too', 'long', 'it', 'too', 'short', 'just', 'perfect', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11700,1028,66', 'good', 'dirty', 'i', 'laughed', 'to', 'myself', 'as', 'i', 'pulled', 'these', 'jeans', 'on', 'in', 'the', 'dressing', 'room', 'expecting', 'them', 'to', 'look', 'ridiculous', 'instead', 'i', 'was', 'amazed', 'at', 'how', 'well', 'they', 'fit', 'how', 'cool', 'they', 'looked', 'and', 'how', 'comfortable', 'they', 'were', 'two', 'sizes', 'smaller', 'than', 'my', 'usual', 'yes', 'this', '66', 'yo', 'woman', 'rocked', 'these', 'jeans', 'i', 'love', 'the', 'intricate', 'whiskering', 'raw', 'leg', 'opening', 'and', 'worn', 'dirty', 'wash.', 'usually', 'i', 'do', 'not', 'like', 'the', 'dirty', 'look', 'but', 'this', 'is', 'good', 'dirty', 'try', 'them', 'on', 'you', 'may', 'just', 'fall', 'for', 'them', ',5,1,8', 'general', 'bottoms', 'jeans'] ['11701,825,44', ',,5,1,0', 'general', 'tops', 'blouses'] ['11702,1078,53', 'beautiful', 'colors', 'i', 'loved', 'this', 'dress', 'and', 'i', 'really', 'loved', 'it', 'more', 'after', 'i', 'bought', 'it', 'on', 'sale', 'i', 'am', '5', '3', '100lbs', 'and', 'the', 'only', 'thing', 'that', 'bothers', 'me', 'is', 'that', 'the', 'arm', 'of', 'it', 'are', 'somewhat', 'tight', 'when', 'i', 'reach', 'out', 'to', 'get', 'something', 'other', 'wise', 'the', 'dress', 'is', 'great', 'and', 'get', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'i', 'paired', 'it', 'with', 'black', 'nylons', 'and', 'black', 'plain', 'leather', 'booties', 'and', 'it', 'looked', 'great', ',4,1,0', 'general', 'dresses', 'dresses'] ['11703,1025,38', 'way', 'too', 'long', 'for', 'me', 'i', 'have', 'been', 'looking', 'for', 'flares', 'that', 'are', 'not', 'tight', 'through', 'the', 'thigh', 'and', 'these', 'are', 'definitely', 'them', 'but', 'for', 'me', 'they', 'were', 'so', 'long', 'that', 'to', 'hem', 'them', 'would', 'ruin', 'the', 'style', 'of', 'the', 'pants', 'i', "'m", '5', '5', 'and', 'have', 'long', 'legs', 'but', 'i', 'would', 'need', 'a', 'high', 'heel', 'to', 'maintain', 'the', 'intended', 'style', 'and', 'that', "'s", 'not', 'what', 'i', 'was', 'looking', 'for', 'otherwise', 'beautiful', ',3,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['11704,1025,48', 'loved', 'these', 'jeans', 'love', 'these', 'jeans', 'the', 'material', 'is', 'soft', 'and', 'very', 'flattering', 'on', 'the', 'hips.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['11705,1078,36', 'great', 'tunic', 'love', 'the', 'pattern', 'of', 'this', 'tunic', 'it', "'s", 'comfy', 'and', 'unique.,4,1,0', 'general', 'dresses', 'dresses'] ['11706,1099,27', 'great', 'work', 'dress', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'work', 'love', 'it', 'great', 'buy,5,1,0', 'general', 'dresses', 'dresses'] ['11707,867,52', 'cute', 'top', 'this', 'is', 'exactly', 'as', 'pictured', 'and', 'fits', 'as', 'it', 'does', 'on', 'the', 'model', 'in', 'the', 'last', 'picture', 'my', 'only', 'hang-up', 'is', 'that', 'it', "'s", 'a', 'little', 'pricey', 'for', 'a', 't-shirt', 'the', 'fabric', 'is', 'standard', 't-shirt', 'material', 'not', 'stiff', 'but', 'also', 'not', 'super', 'soft', 'which', 'i', 'was', 'hoping', 'for', 'my', 'hubby', 'had', 'no', 'idea', 'what', 'the', 'pattern', 'was', 'til', 'i', 'pointed', 'it', 'out', ',4,1,1', 'general', 'tops', 'knits'] ['11708,1036,38', 'lovely', 'jean', 'nice', 'dark', 'indigo', 'with', 'minimal', 'fading', 'medium', 'denim', 'thickness', 'with', 'stretch', 'i', 'bought', 'size', '25', 'and', 'it', 'is', 'snug', 'but', 'does', "n't", 'squeeze', 'my', 'hip', 'is', '34.5', 'and', '28', 'waist', 'love', 'these', 'i', 'will', 'be', 'getting', 'them', 'hemmed', 'up', 'to', 'ankle', 'length', 'i', 'am', '5', '5', 'and', 'find', 'the', 'little', 'kick', 'out', 'at', 'the', 'ankle', 'from', 'getting', 'them', 'shortened', 'to', 'be', 'very', 'cute', 'and', 'classy', 'if', 'you', 'keep', 'them', 'full', 'length', 'to', 'your', 'shoe', 'they', 'will', 'have', 'a', 'slightly', 'baggier', 'bootcut', 'look', 'these', 'remind', 'me', 'of', 'my', 'point', 'sur', 'hightower', 'straight', 'leg', 'jeans', 'with', 'maybe', 'an', ',5,1,3', 'general', 'bottoms', 'jeans'] ['11709,1078,28', 'super', 'casual', 'and', 'comfortable', 'i', 'love', 'this', 'dress', 'it', 'is', 'a', 'very', 'casual', 'and', 'loose', 'fit', 'which', 'makes', 'it', 'super', 'comfortable', 'i', 'highly', 'recommend', 'it', 'since', 'it', 'is', 'versatile', 'for', 'fall', 'and', 'spring', 'and', 'can', 'be', 'styled', 'quite', 'a', 'few', 'ways', ',5,1,1', 'general', 'dresses', 'dresses'] ['11710,867,48', 'so', 'cute', 'and', 'soft', 'i', 'purchased', 'this', 'tee', 'in', 'the', 'blue', 'and', 'it', 'is', 'so', 'very', 'cute', 'its', 'such', 'a', 'soft', 'thin', 'tee', 'and', 'a', 'delight', 'to', 'wear', 'on', 'these', 'hot', 'summer', 'days', 'i', 'went', 'with', 'xs', 'on', 'this', 'one', 'and', 'i', 'still', 'have', 'plenty', 'of', 'room', 'i', 'have', 'paired', 'it', 'with', 'jean', 'shorts', 'capris', 'and', 'it', 'goes', 'really', 'well', 'with', 'the', 'pilcro', 'hypen', 'chino', 'shorts', ',5,1,0', 'general', 'tops', 'knits'] ['11711,867,56', 'cute', 'print', 'i', 'bought', 'this', 'tee', 'for', 'the', 'cute', 'print', 'otherwise', 'this', 'tee', 'is', 'nothing', 'special', 'i', 'usually', 'wear', 'an', 'xs', 'but', 'bought', 'an', 'xxs', 'based', 'on', 'how', 'loose', 'the', 'tee', 'looks', 'on', 'the', 'model', 'it', "'s", 'pretty', 'thin', 'and', 'more', 'like', 'a', 'slub', 'cotton', 'i', 'think', 'i', 'will', 'hand', 'wash', 'it', 'just', 'in', 'case', ',4,1,2', 'general', 'tops', 'knits'] ['11712,1078,41', 'i', 'was', "n't", 'sure', 'about', 'this', 'dress', 'when', 'i', 'ordered', 'it', 'online', 'but', 'thought', 'i', 'would', 'give', 'it', 'a', 'try', 'i', 'am', '5', '2', 'ordered', 'an', 'xs', 'and', 'thought', 'i', 'may', 'be', 'too', 'short', 'to', 'pull', 'something', 'like', 'this', 'off', 'and', 'that', 'it', 'might', 'look', 'like', 'a', 'moo-moo', 'or', 'maternity', 'dress', 'on', 'me', 'but', 'i', 'absolutely', 'love', 'it', 'my', 'husband', 'does', 'too', 'very', 'sexy', 'and', 'low-key', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'and', 'received', '5', 'compliments', 'within', 'an', 'hour', 'this', 'is', 'going', 'to', 'be', 'one', 'of', 'my', 'favorites', ',5,1,1', 'general', 'dresses', 'dresses'] ['11713,815,43', 'so', 'feminine', 'i', 'love', 'this', 'top', 'it', "'s", 'very', 'delicate', 'and', 'pretty', 'flattering', 'cut', 'the', 'fabric', 'is', 'sheer', 'so', 'wear', 'with', 'a', 'cami', 'or', 'a', 'pretty', 'bra', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11714,867,29', 'very', 'cute', 'tee', 'i', 'ordered', 'an', 'xsp', 'online', 'which', 'is', 'my', 'usual', 'size', 'and', 'it', 'fit', 'perfectly', 'it', "'s", 'that', 'unique', 'and', 'cute', 'kinda', 'piece', 'you', 'expect', 'from', 'retailer', 'if', 'you', "'re", 'going', 'to', 'wear', 'a', 't-shirt', 'might', 'as', 'well', 'still', 'have', 'a', 'little', 'detail', 'and', 'style', ',5,1,2', 'general', 'tops', 'knits'] ['11715,960,24', 'perfect', 'transition', 'vest', 'for', 'fall', 'beautiful', 'color', 'and', 'soft', 'texture', 'this', 'piece', 'is', 'flattering', 'and', 'can', 'be', 'worn', 'in', 'many', 'seasons.,5,1,0', 'general', 'jackets', 'jackets'] ['11716,927,39', 'cute', 'i', 'agree', 'with', 'others', 'that', 'the', 'shape', 'is', 'not', 'perfect', 'it', 'does', 'billow', 'a', 'bit', 'by', 'the', 'hips', 'but', 'the', 'xxs', 'petite', 'someone', 'returned', 'was', 'good', 'on', 'me', 'length', 'was', 'perfect', 'sleeve', 'were', 'not', 'too', 'tights', '30dd', '26.5', 'in', 'waist', '35', 'in', 'hips', '115', 'lbs'] ['colors', 'are', 'subdued', 'making', 'the', 'jacket', 'more', 'neutral', 'keeping', 'in', 'mind', 'for', 'later', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['11717,850,39', 'beautiful', 'and', 'soft', 'this', 'top', 'definitely', 'drew', 'my', 'attention', 'when', 'i', 'walked', 'into', 'the', 'store', 'i', 'loved', 'the', 'back', 'and', 'the', 'fabric', 'is', 'super', 'soft/silky', 'i', 'tried', 'it', 'one', 'and', 'the', 'usual', '0', 'fit', 'nicely', 'i', 'do', "n't", 'have', 'petite', 'to', 'compare', 'or', '00', 'but', 'i', 'decided', 'to', 'stick', 'with', '0.', 'it', 'will', 'look', 'so', 'nice', 'with', 'white', 'shorts', 'or', 'navy', 'or', 'jeans', 'or', 'even', 'my', 'denim', 'pencil', 'skirt', 'why', 'i', 'decided', 'to', 'buy', 'it', 'i', 'really', 'must', 'avoid', 'the', 'store'] [] ['115', 'lbs', 'for', 'reference', ',5,1,22', 'general', 'petite', 'tops', 'blouses'] ['11718,867,46', 'blue', 'beach', 'scene', 'in', 'xl', 'is', 'cute', 'i', 'ordered', 'the', 'xl', 'in', 'the', 'blue', 'version', 'and', 'the', 'fit', 'is', 'true', 'to', 'size', 'it', 'matches', 'the', 'model', "'s", 'photos', 'the', 'material', 'is', 'very', 'thin', 'definitely', 'need', 'a', 'tank/cami', 'underneath', 'the', 'pattern', 'is', 'adorable', 'the', 'colors', 'are', 'much', 'brighter', 'in', 'person', 'it', "'s", 'such', 'a', 'fun', 'tee', 'for', 'summer', 'i', 'just', 'wish', 'they', 'had', "n't", 'sewn', 'the', 'sleeves', 'in', 'the', 'various', 'places', 'it', "'s", 'a', 'little', 'awkward', 'it', 'shrank', 'while', 'washing', 'air-drying', 'so', 'it', 'needed', 'to', 'be', 'reshaped', 'if', 'you', 'get', 'it', 'and', 'it', "'s", 'running', 'a', 'bit', 'big', 'washing', 'it', 'will', 'help', 'with', 'the', 'fit', 'i', 'like', 'pa', ',4,1,1', 'general', 'tops', 'knits'] ['11719,850,61', 'unique', 'back', 'i', 'was', 'attracted', 'to', 'the', 'colors', 'when', 'i', 'first', 'saw', 'it', 'then', 'i', 'saw', 'the', 'back', 'of', 'it', 'the', 'largest', 'sz', 'in', 'the', 'store', 'was', 'an', '8.i', 'had', 'to', 'order', 'it', 'and', 'got', 'a', 'sz', '10.', 'i', 'then', 'returned', 'it', 'for', 'a', '12', 'in', 'order', 'for', 'it', 'to', 'drape', 'properly', 'in', 'front', 'shorter', 'than', 'i', 'usually', 'wear', 'but', 'worn', 'with', 'a', 'higher', 'waist', 'bottom', 'it', 'fits', 'nicely', 'and', 'that', 'back', 'not', 'only', 'is', 'is', 'striking', 'i', 'am', 'able', 'to', 'wear', 'my', 'regular', 'bra', 'under', 'it', 'and', 'the', 'straps', 'do', "n't", 'hang', 'out', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11720,1078,35', 'confortable', 'i', 'wanted', 'something', 'for', 'the', 'hot', 'summers', 'here', 'and', 'this', 'fits', 'the', 'ticket', 'very', 'lightweight', 'and', 'airy', 'it', "'s", 'somewhat', 'of', 'a', 'strange', 'design', 'short', 'in', 'the', 'front', 'hitting', 'an', 'inch', 'or', 'two', 'above', 'the', 'knee', 'but', 'the', 'back', 'is', 'unusually', 'long', 'the', 'lining', 'is', 'awkward', 'and', 'kind', 'of', 'tight', 'and', 'difficult', 'to', 'get', 'into', 'the', 'material', 'is', 'very', 'thin', 'and', 'although', 'i', 'have', "n't", 'noticed', 'any', 'strings', 'or', 'unraveling', 'like', 'other', 'reviewers', 'it', "'s", 'not', 'the', 'highest', 'quality', 'overall', 'the', 'dress', 'is', 'nice', 'and', 'lightweight', 'but', 'not', 'the', 'greatest', 'quality', ',3,1,0', 'general', 'dresses', 'dresses'] ['11721,927,46', 'awkward', 'and', 'large', 'fit', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'beautiful', 'coat', 'it', 'does', 'seem', 'well', 'made', 'and', 'is', 'very', 'soft', 'unfortunately', 'the', 'fit', 'is', 'completely', 'off', 'and', 'is', 'overall', 'large', 'i', 'ordered', 'a', 'small', 'as', 'this', 'coat', 'appears', 'slightly', 'more', 'snug', 'on', 'top', 'a-line', 'on', 'the', 'bottom', 'with', 'three', 'buttons', 'i', 'am', '5', '6', 'and', 'weigh', 'approximately', '145.', 'i', 'was', 'expecting', 'this', 'coat', 'to', 'be', 'body-skimming', 'instead', 'it', 'was', 'overall', 'large', 'and', 'the', 'bottom', 'of', 'the', 'coat', 'awkwardly', 'flared', 'the', 'pleat', 'on', 'the', 'back', 'is', 'unflattering', 'sadly', 'going', 'back', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['11722,975,29', 'bad', 'fit', 'and', 'bad', 'construction', 'the', 'fit', 'is', 'so', 'bad', 'and', 'the', 'construction', 'is', 'very', 'poor', 'i', "'m", '5', '1', '100', 'lbs', 'ordered', 'xxs', 'petite'] [] ['first', 'of', 'all', 'when', 'i', 'button', 'this', 'there', 'is', 'extreme', 'gaping', 'going', 'on', 'the', 'vest', 'runs', 'narrow', 'yet', 'tall', 'it', 'shifts', 'up', 'my', 'torso', 'if', 'i', 'move', 'at', 'all', 'making', 'the', 'gaping', 'even', 'worse'] [] ['the', 'skirt', 'at', 'the', 'bottom', 'is', 'made', 'of', 'a', 'very', 'cheap', 'thin', 'slightly', 'sheeny', 'material', 'that', 'you', 'would', 'find', 'at', 'a', 'flea', 'market', 'it', 'arrived', 'unbelievably', 'wrinkled', 'and', 'crumpled', 'and', 'it', 'was', 'just', 'so', 'thin', 'it', 'did', 'not', 'meet', 'as', 'closely', 'in', 'the', 'middl', ',1,0,9', 'general', 'jackets', 'jackets'] ['11723,1078,49', 'tent-like', 'but', 'cozy', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'it', 'fit', 'like', 'a', 'tent', 'on', 'me', 'it', 'does', "n't", 'help', 'that', 'i', "'m", '5', '1', 'and', 'the', 'store', 'did', "n't", 'have', 'the', 'petite', 'sizes', 'maybe', 'on', 'a', 'teller', 'person', 'it', 'would', 'work', 'better', 'or', 'maybe', 'if', 'i', 'had', 'been', 'able', 'to', 'try', 'the', 'petite', 'size', 'it', 'would', 'have', 'more', 'wearable', 'it', 'is', 'a', 'comfy', 'style', 'and', 'the', 'natural', 'fiber', 'is', 'a', 'plus', 'i', 'have', 'another', 'holding', 'horses', 'dress', 'that', 'i', 'love', 'which', 'also', 'runs', 'large', 'i', 'did', 'not', 'mark', 'this', 'as', 'runs', 'large', 'because', 'the', 'sleeves', 'are', 'more', 'true', 'to', 'size', 'while', 'the', 'bodice', 'is', 'very', 'billowy', 'i', 'wo', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['11724,867,72', 'great', 'look', 'got', 'for', 'a', 'mother', 'day', 'gift', 'think', 'she', 'will', 'like', 'it', 'because', 'she', 'always', 'at', 'the', 'beach', 'and', 'is', 'very', 'happy', 'go', 'lucky', 'new', 'mother.,5,1,5', 'general', 'tops', 'knits'] ['11725,850,70', 'beautiful', 'fabric', 'and', 'design', 'i', 'was', 'immediately', 'drawn', 'to', 'this', 'top', 'in', 'the', 'catalog', 'when', 'my', 'local', 'retailer', 'had', 'it', 'in', 'stock', 'and', 'in', 'my', 'size', 'i', 'tried', 'it', 'on', 'it', 'fit', 'so', 'well', 'the', 'front', 'was', "n't", 'too', 'low', 'and', 'the', 'back', 'was', 'fantastic', 'with', 'its', 'multiple', 'straps', 'i', 'wore', 'it', 'the', 'same', 'week', 'to', 'a', 'dinner', 'with', 'friends', 'i', 'like', 'the', 'multiple', 'prints', 'and', 'the', 'navy', 'blue', 'edging', 'i', 'bought', 'the', 'turquoise', 'necklace', 'too', 'because', 'it', 'topped', 'off', 'the', 'look', 'so', 'well', 'the', 'fabric', 'is', 'silky', 'but', 'washable', 'the', 'top', 'is', 'very', 'well', 'made', 'and', 'fun', 'to', 'wear', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11726,1117,36', 'looked', 'better', 'in', 'the', 'picture', 'initially', 'i', 'bought', 'this', 'because', 'i', 'liked', 'the', 'color', 'and', 'style', 'of', 'this', 'trench', 'coat', 'i', 'thought', 'it', 'could', 'look', 'very', 'chic', 'and', 'polished', 'the', 'problem', 'was', 'it', 'was', 'too', 'large', 'and', 'too', 'wrinkly', 'i', "'m", '5', '2', '115', 'lbs', 'and', 'ordered', 'an', 'xs', 'because', 'petite', 'sizes', 'were', 'unavailable', 'but', 'i', 'realize', 'that', 'a', 'petite', 'xs', 'would', "'ve", 'been', 'a', 'better', 'fit', 'also', 'the', 'sleeves', 'were', 'too', 'long', 'even', 'with', 'an', 'xs', 'i', "'ve", 'already', 'returned', 'the', 'product', ',3,0,1', 'general', 'petite', 'jackets', 'outerwear'] ['11727,867,43', 'i', 'need', 't-shirts', 'these', 'seem', 'cute', 'a', 'small', 'runs', 'loose', 'but', 'it', "'s", 'comfortable', 'and', 'it', 'does', 'fit', 'i', 'am', 'turned', 'off', 'by', 'the', 'little', 'side', 'slits', 'on', 'all', 'of', 'this', 'brand', "'s", 'printed', 'tees', 'if', 'i', 'want', 'to', 'do', 'a', 'partial', 'tuck', 'to', 'give', 'myself', 'a', 'waist', 'because', 'these', 'shirts', 'are', 'cut', 'generously', 'the', 'little', 'slits', 'just', 'throw', 'the', 'whole', 'look', 'off', 'i', 'tried', 'a', 'few', 'in', 'the', 'store', 'but', 'left', 'them', 'all', 'there', ',3,0,15', 'general', 'tops', 'knits'] ['11728,960,66', 'not', 'as', 'good', 'as', 'i', 'hoped', 'this', 'was', 'a', 'fail', 'for', 'me', 'although', 'i', 'ordered', 'size', 'large', 'it', 'barely', 'fit', 'my', 'midsection', 'when', 'tied', 'and', 'was', 'too', 'small', 'in', 'the', 'waist', 'the', 'fabric', 'is', 'nice', 'though', 'best', 'on', 'thinner', 'frames', 'than', 'mine.,3,1,6', 'general', 'jackets', 'jackets'] ['11729,927,35', 'disappointed', 'i', 'had', 'high', 'hopes', 'for', 'this', 'coat', 'but', 'it', 'was', 'a', 'miss', 'for', 'me', 'while', 'the', 'wool', 'is', 'soft', 'and', 'not', 'itchy', 'the', 'colors', 'are', 'a', 'lot', 'duller', 'in', 'person', 'and', 'the', 'embroidery', 'looks', 'messy', 'also', 'the', 'fit', 'runs', 'large', 'with', 'an', 'unflattering', 'poof', 'in', 'the', 'back', 'where', 'the', 'pleat', 'is', 'located', 'i', 'thought', 'about', 'keeping', 'it', 'since', 'i', 'liked', 'how', 'soft', 'the', 'wool', 'was', 'but', 'alas', 'i', 'just', 'could', 'not', 'get', 'over', 'the', 'poor', 'tailoring', 'for', 'reference', 'i', 'am', 'usually', 'a', 'pxxs', '5ft2in', '105', 'lbs', 'and', 'it', 'was', 'big', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['11730,1078,31', 'pretty', 'but', 'not', 'as', 'pretty', 'as', 'i', 'thought', 'i', 'thought', 'the', 'colors', 'would', 'be', 'brighter', 'and', 'i', 'did', "n't", 'realize', 'the', 'lace', 'would', 'be', 'see', 'through', 'i', 'returned', 'it', 'because', 'it', 'was', 'also', 'shorter', 'that', 'i', 'expected', 'but', 'overall', 'it', 'was', 'a', 'nice', 'dress', 'just', 'not', 'for', 'me', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11731,850,46', 'love', 'this', 'so', 'colorful', 'and', 'cute', 'will', 'look', 'great', 'with', 'shorts', 'this', 'summer', 'and', 'will', 'keep', 'me', 'cool', 'in', 'the', 'city', 'in', 'the', 'summer', 'heat', 'thanks', 'retailer', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11732,960,69', ',love', 'the', 'fabric', 'comfortable', 'to', 'wear', 'with', 'jeans', 'or', 'a', 'dress', 'good', 'for', 'those', 'cool', 'fall', 'mornings.,5,1,4', 'general', 'jackets', 'jackets'] ['11733,850,43', 'beautiful', 'collage', 'of', 'colors', 'i', 'was', 'drawn', 'to', 'this', 'blouse', 'because', 'it', 'was', 'silk', 'and', 'looked', 'so', 'well', 'made', 'the', 'color', 'palette', 'is', 'an', 'added', 'bonus', 'i', 'knew', 'for', 'my', 'height', 'to', 'size', 'up', 'because', 'it', 'looked', 'short', 'i', 'tried', 'on', 'the', '12', 'felt', 'it', 'was', 'still', 'to', 'short', 'i', 'would', 'have', 'to', 'wear', 'a', '14', 'or', '16', 'to', 'get', 'the', 'length', 'i', 'would', 'like', 'i', 'think', 'overall', 'this', 'would', 'be', 'a', 'great', 'buy', 'for', 'a', 'person', 'with', 'a', 'smaller', 'bust', 'or', 'shorter', 'i', 'am', '5', '8', '1/2', 'a', '36d.,5,1,14', 'general', 'petite', 'tops', 'blouses'] ['11734,850,44', 'even', 'more', 'lovely', 'in', 'person', 'i', "'ve", 'been', 'stalking', 'this', 'top', 'online', 'and', 'finally', 'went', 'into', 'the', 'store', 'today', 'to', 'see', 'it', 'i', "'m", 'so', 'glad', 'i', 'did', 'the', 'colors', 'are', 'very', 'vibrant', 'and', 'the', 'material', 'is', 'soft', 'and', 'very', 'lightweight', 'the', 'cut', 'covers', 'a', 'regular', 'bra', 'pretty', 'well', 'a', 'big', 'plus', 'and', 'makes', 'my', 'arms', 'look', 'good', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'it', 'will', 'be', 'a', 'perfect', 'dressy', 'top', 'for', 'the', 'higher', 'heat', 'days', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11735,867,33', 'whimsical', 'and', 'fun', 'omg', 'so', 'i', 'never', 'pay', 'full', 'price', 'for', 'a', 't-shirt', 'because', 'it', "'s", 'just', 'a', 't-shirt', 'but', 'there', 'are', 'exceptions', 'for', 'every', 'rule', 'i', 'ca', "n't", 'believe', 'i', 'am', 'saying', 'this', 'but', 'this', 'shirt', 'was', 'worth', 'it', 'it', 'is', 'true', 'to', 'size', 'a', 'relaxed', 'fit', 'so', 'if', 'you', 'are', 'in', 'between', 'sizes', 'you', 'could', 'comfortably', 'size', 'down', 'the', 'colors', 'are', 'just', 'so', 'darling', 'love', 'this', 'not', 'disappointed', ',5,1,3', 'general', 'tops', 'knits'] ['11736,1078,32', 'so', 'cute', 'other', 'reviews', 'are', 'right', 'it', 'is', 'a', 'little', 'short', 'in', 'front', 'but', 'it', "'s", 'such', 'an', 'adorable', 'dress', 'that', 'i', 'do', "n't", 'care', 'i', 'love', 'the', 'material', 'super', 'soft', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11737,850,45', 'lovely', 'and', 'unusual', 'this', 'is', 'a', 'beautiful', 'blouse', 'great', 'colors', 'and', 'detailing', 'i', 'absolutely', 'love', 'the', 'design', 'in', 'the', 'back', 'will', 'look', 'great', 'with', 'white', 'skinny', 'jeans', 'it', 'does', 'run', 'a', 'bit', 'on', 'the', 'short', 'side', 'but', 'i', 'have', 'a', 'long', 'torso', 'and', 'it', 'still', 'works', 'i', 'waffled', 'between', 'the', '6', 'and', '8', 'am', 'usually', 'an', '8', 'and', 'a', 'full', 'b', 'cup', 'in', 'sleeveless', 'tops', 'i', 'really', 'like', 'the', 'arm', 'holes', 'to', 'be', 'snug', 'enough', 'to', 'cover', 'that', 'unattractive', 'part', 'between', 'the', 'underarm', 'and', 'breast', 'so', 'i', 'was', 'considering', 'the', '6', 'but', 'ultimately', 'decided', 'the', '8', 'did', 'so', 'with', 'a', 'bit', 'more', 'comf', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11738,867,30', 'cute', 'little', 'top', 'i', 'love', 'this', 'top', 'the', 'beachy', 'print', 'is', 'very', 'cute', 'my', 'only', 'complaint', 'is', 'that', 'it', 'does', 'run', 'large', 'it', 'is', 'definitely', 'not', 'a', 'fitted', 't-shirt', 'and', 'bought', 'the', 'medium', 'and', 'it', "'s", 'a', 'little', 'baggy', 'on', 'me', 'i', "'m", 'hoping', 'that', 'a', 'wash', 'and', 'dry', 'will', 'shrink', 'it', 'up', 'a', 'bit', 'if', 'not', 'that', "'s", 'okay', 'still', 'very', 'cute', ',4,1,0', 'general', 'tops', 'knits'] ['11739,960,46', 'vest', 'love', 'i', 'like', 'this', 'layer', 'for', 'fall', 'for', 'many', 'reasons', 'first', 'of', 'all', 'the', 'color', 'is', 'a', 'beautiful', 'fall', 'color', 'the', 'design', 'of', 'the', 'vest', 'is', 'flattering', 'when', 'wore', 'with', 'skinny', 'jeans', 'or', 'leggings', 'the', 'weight', 'of', 'the', 'vest', 'is', 'perfect', 'for', 'the', 'cooler', 'weather', 'it', 'is', 'not', 'too', 'heavy', 'it', "'s", 'fairly', 'lightweight', 'i', 'am', 'a', 'size', '6', 'and', 'the', 'small', 'fit', 'perfectly', ',5,1,0', 'general', 'jackets', 'jackets'] ['11740,1078,28', 'love', 'this', 'dress', 'flowy', 'comfy', 'plaid', 'dress', 'perfect', 'for', 'the', 'fall', 'or', 'winter', 'front', 'is', 'much', 'shorter', 'than', 'the', 'back', 'at', '5', '8', 'the', 'front', 'is', 'nearly', 'too', 'short', 'on', 'me', 'but', 'works', 'with', 'a', 'pair', 'of', 'tights', 'dress', 'has', 'a', 'cami', 'slip', 'underneath', 'which', 'is', 'needed', 'as', 'the', 'blue', 'detailing', 'across', 'the', 'chest', 'and', 'down', 'the', 'center', 'is', 'sheer', 'adding', 'to', 'how', 'special', 'the', 'dress', 'is', 'can', 'be', 'made', 'more', 'or', 'less', 'casual', 'based', 'on', 'accessories', 'and', 'footwear', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['11741,1078,52', 'adorable', 'dress', 'but', 'poor', 'quality', 'i', 'just', 'think', 'this', 'dress', 'is', 'so', 'cute', 'i', 'love', 'it', 'with', 'booties'] ['here', 'are', 'the', 'fit', 'details', 'i', "'m", '5', '4', '1/2', 'and', 'the', 'front', 'of', 'the', 'dress', 'hits', 'just', 'above', 'my', 'knees', 'i', 'was', 'concerned', 'that', 'it', 'would', 'be', 'too', 'short', 'for', 'my', 'lifestyle', 'based', 'on', 'the', 'photo', 'the', 'sleeves', 'roll', 'up', 'and', 'have', 'a', 'tab', 'to', 'button', 'however', 'the', 'button', 'is', 'very', 'low', 'therefore', 'the', 'sleeve', 'rolls', 'up', 'not', 'mid', 'arm', 'but', 'actually', 'about', 'three', 'inches', 'above', 'my', 'wrist', 'it', "'s", 'still', 'super', 'cute', 'just', 'nowhere', 'near', 'my', 'elbow', 'just', 'letting', 'you', 'know'] ['final', 'detail', 'that', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['11742,960,38', 'beautiful', 'fall', 'vest', 'the', 'material', 'is', 'velvety', 'smooth', 'and', 'not', 'quite', 'so', 'pink', 'as', 'pictured', 'on', 'the', 'website', 'more', 'of', 'a', 'dusty', 'brown', 'rose', 'well', 'made', 'nice', 'fit', 'flattering', 'on', 'my', 'petite', 'frame', 'a', 'wonderful', 'third', 'piece', 'to', 'complete', 'or', 'elevate', 'an', 'outfit', ',5,1,7', 'general', 'jackets', 'jackets'] ['11743,960,51', 'love', 'i', 'absolutely', 'love', 'this', 'vest', 'it', 'fits', 'extremely', 'well', 'and', 'falls', 'nicely', 'i', 'find', 'the', 'collar/lapel', 'billows', 'or', 'flaps', 'out', 'and', 'away', 'from', 'the', 'interior', 'of', 'the', 'vest', 'and', 'i', 'wish', 'they', 'were', 'sewn', 'or', 'secured', 'down', 'when', 'you', 'tie', 'the', 'string', 'around', 'your', 'waist', 'the', 'lapel', 'does', "n't", 'lay', 'flat', 'but', 'if', 'you', 'style', 'it', 'like', 'the', 'online', 'model', 'and', 'tie', 'the', 'string', 'off', 'to', 'tighten', 'around', 'your', 'waist', 'you', 'get', 'a', 'very', 'flattering', 'look', 'the', 'color', 'and', 'fabric', 'is', 'great', 'quality', 'and', 'really', 'nice', 'in', 'person', 'i', "'m", 'overall', 'really', 'happy', 'with', 'this', 'vest', ',5,1,1', 'general', 'jackets', 'jackets'] ['11744,1038,53', 'very', 'nice', 'these', 'embroidered', 'jeans', 'are', 'very', 'nice', 'they', 'also', 'exist', 'in', 'a', 'lighter', 'wash', 'which', 'i', 'prefer', 'because', 'it', 'shows', 'off', 'the', 'embroidery', 'better', 'the', 'embroidery', 'is', 'dark', 'navy', 'which', 'is', 'almost', 'not', 'visible', 'in', 'these', 'darker', 'jeans', 'i', 'guess', 'if', 'you', 'like', 'something', 'very', 'subtle', 'these', 'jeans', 'are', 'for', 'you', 'i', 'personally', 'would', 'have', 'like', 'a', 'more', 'contrasting', 'color', 'either', 'white', 'or', 'red', 'for', 'the', 'embroidery', 'these', 'jeans', 'are', 'loose', 'and', 'expand', 'with', 'wear', 'it', 'is', 'perfectly', 'ok', 'to', 'size', 'down', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['11745,1078,36', 'surpassed', 'my', 'expectations', 'i', 'really', 'was', "n't", 'sure', 'if', 'this', 'dress', 'would', 'work', 'for', 'me', 'so', 'i', 'was', 'very', 'excited', 'when', 'i', 'fell', 'in', 'love', 'with', 'it', 'i', 'have', "n't", 'experienced', 'any', 'quality', 'or', 'tearing', 'issues', 'with', 'it', 'as', 'one', 'reviewer', 'noted', 'thank', 'goodness', 'i', 'love', 'the', 'color', 'scheme', 'and', 'versatility', 'of', 'this', 'dress', 'i', 'have', 'worn', 'it', 'with', 'tights', 'a', 'belt', 'and', 'short-heeled', 'ankle', 'booties', 'to', 'make', 'it', 'a', 'little', 'more', 'dressy', 'but', 'i', 'most', 'love', 'it', 'with', 'some', 'funky', 'jewelry', 'and', 'leggings', 'wearing', 'it', 'more', 'tunic', 'style', 'the', 'slip', 'underneath', 'is', 'a', 'great', 'feature', 'as', 'well', 'it', 'does', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11746,867,29', 'really', 'cute', 'for', 'summer', 'i', 'had', 'to', 'call', 'so', 'many', 'stores', 'to', 'track', 'this', 'shirt', 'down', 'and', 'in', 'the', 'end', 'it', 'was', "n't", 'worth', 'it', 'i', 'got', 'an', 'xs', 'and', 'it', 'was', 'quite', 'baggy', 'i', 'never', 'buy', 'petite', 'shirts', 'because', 'i', 'feel', 'like', 'they', 'are', 'too', 'short', 'but', 'in', 'this', 'case', 'i', 'think', 'the', 'shirt', 'would', 'have', 'been', 'perfect', 'in', 'whatever', 'the', 'smallest', 'petite', 'size', 'is', 'for', 'someone', 'who', "'s", 'bigger', 'i', "'d", 'definitely', 'check', 'this', 'shirt', 'out.,3,1,0', 'general', 'tops', 'knits'] ['11747,927,28', 'terrible', 'fit', 'looked', 'good', 'in', 'pictures', 'i', 'even', 'ordered', 'an', 'xxs', 'petite', 'and', 'it', 'was', 'huge', 'although', 'the', 'sweater', 'has', 'interesting', 'textures', 'and', 'is', 'very', 'beautiful', 'it', 'is', 'very', 'awkward', 'and', 'poor', 'fit', 'will', 'be', 'sending', 'back', ',1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['11748,867,65', 'so', 'soft', 'the', 'fabric', 'on', 'this', 'tee', 'is', 'a', 'very', 'very', 'soft', 'thin', 'cotton', 'knit', 'it', "'s", 'perfect', 'for', 'those', 'hot', 'muggy', 'summers', 'esp', 'in', 'the', 'southern', 'area', 'of', 'the', 'us'] [] ['the', 'sizing', 'runs', 'larger', 'i', 'am', 'normally', 'an', 'xl', 'and', 'because', 'of', 'the', 'other', 'reviews', 'saying', 'it', 'ran', 'big', 'i', 'got', 'this', 'in', 'a', 'l.', 'and', 'it', 'fits', 'me', 'fine', 'and', 'there', "'s", 'room', 'to', 'spare', 'so', 'if', 'you', 'are', 'a', 'size', '16', 'or', '18', 'this', 'will', 'fit', 'in', 'a', 'l', 'nicely'] [] ['it', "'s", 'thin', 'but', 'i', 'do', "n't", 'think', 'it', "'s", 'immodest', 'or', 'too', 'sheer', 'a', 'white', 'or', 'beige', 'bra', 'would', 'not', 'show', 'through', 'this', 'easily', 'at', 'all', 'the', 'leng', ',5,1,0', 'general', 'tops', 'knits'] ['11749,1078,25', 'love', 'this', 'dress', 'this', 'dress', 'is', 'so', 'pretty', 'on', 'i', 'almost', 'did', "n't", 'try', 'it', 'on', 'because', 'on', 'the', 'hanger', 'it', 'did', "n't", 'look', 'like', 'it', 'would', 'have', 'any', 'shape', 'well', 'it', 'is', 'super', 'drapey', 'and', 'flowy', 'and', 'it', 'looks', 'great', 'on', 'almost', 'swing', 'style', 'it', 'is', 'doubled', 'up', 'on', 'fabric', 'and', 'with', 'the', 'longer', 'sleeves', 'i', 'was', 'scared', 'it', 'would', 'make', 'me', 'too', 'hot', 'but', 'the', 'fabric', 'is', 'light', 'and', 'breathable', 'it', 'will', 'be', 'a', 'perfect', 'transitional', 'dress', 'for', 'fall', 'and', 'early', 'spring', 'fyi', 'the', 'eyelet', 'strip', 'on', 'the', 'front', 'and', 'back', 'are', 'see', 'through', 'did', "n't", 'realize', 'that', 'the', 'first', 'time', 'i', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11750,1078,39', 'beautiful', 'fabric', 'the', 'colors', 'and', 'fabric', 'on', 'this', 'dress', 'are', 'really', 'pretty', 'the', 'lace', 'is', 'a', 'soft', 'blue', 'instead', 'of', 'white', 'i', 'have', 'other', 'dresses', 'like', 'this', 'from', 'this', 'brand', 'and', 'really', 'wanted', 'to', 'keep', 'it', 'but', 'it', 'runs', 'larger', 'than', 'the', 'others', 'i', 'have', 'also', 'it', 'does', "n't", 'have', 'pockets', 'if', 'it', 'fits', 'you', 'properly', 'i', 'think', 'you', 'will', 'love', 'it', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['11751,867,38', 'adorable', 'summer', 'tee', 'i', 'bought', 'the', 'white', 'with', 'the', 'colorful', 'stripes', 'i', 'am', 'not', 'disappointed', 'the', 'sleeves', 'are', 'rolled', 'and', 'tacked', 'it', 'seems', 'to', 'run', 'a', 'little', 'big', 'in', 'the', 'torso', 'all', 'in', 'all', 'a', 'great', 'summer', 'tee', ',4,1,5', 'general', 'tops', 'knits'] ['11752,1078,45', 'maternity', 'dress', 'this', 'was', 'just', 'not', 'flattering', 'for', 'me', 'looked', 'too', 'much', 'like', 'a', 'maternity', 'dress', 'i', 'ca', "n't", 'really', 'do', 'a', 'belted', 'waist', 'so', 'perhaps', 'that', 'would', 'make', 'this', 'dress', 'more', 'versatile', 'for', 'someone', 'else', 'i', 'was', 'sorry', 'to', 'have', 'to', 'return', 'because', 'it', 'goes', 'well', 'with', 'sandals', 'and', 'boots', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['11753,850,48', 'great', 'material', 'love', 'it', 'got', 'a', 'lot', 'of', 'compliments', 'with', 'it'] ['buy', 'it', 'it', "'s", 'worth', 'it', 'especially', 'with', 'the', 'sale', 'price', 'right', 'now', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11754,960,35', 'love', 'this', 'vest', 'to', 'be', 'fair', 'i', "'ve", 'never', 'met', 'a', 'vest', 'i', 'did', "n't", 'like', 'though', 'this', 'color', 'is', 'so', 'versatile', 'i', 'have', 'tried', 'it', 'with', 'many', 'retailer', 'dresses', 'and', 'it', 'looks', 'awesome', 'with', 'each', 'one', 'this', 'vest', 'has', 'made', 'my', 'bailey', '44', 'gathered', 'stripes', 'dress', 'church', 'appropriate', 'i', 'am', 'happy', 'with', 'my', 'purchase', 'at', 'sale', 'price', ',5,1,1', 'general', 'jackets', 'jackets'] ['11755,818,54', 'the', 'top', 'is', 'cute', 'but', 'when', 'i', 'received', 'it', 'it', 'did', 'not', 'feel', 'like', 'cotton', 'the', 'tag', 'says', '100', 'viscose', 'i', 'hope', 'retailer', 'can', 'be', 'more', 'accurate', 'with', 'fabric', 'content', 'in', 'the', 'future', 'on', 'the', 'plus', 'side', 'the', 'return', 'was', 'no', 'problem', ',2,0,1', 'general', 'tops', 'blouses'] ['11756,868,39', 'unique', 'top', 'too', 'much', 'material', 'on', 'bottom', 'i', 'thought', 'this', 'was', 'a', 'pretty', 'and', 'unique', 'top', 'the', 'material', 'looks', 'and', 'feels', 'like', 'a', 'basic', 't-shirt', 'made', 'into', 'a', 'striking', 'fitted', 'top', 'this', 'is', "n't", 'apparent', 'in', 'the', 'online', 'pictures', 'the', 'side', 'seams', 'are', 'slitted', 'open', 'nearly', 'up', 'to', 'the', 'waist', 'so', 'it', 'is', 'a', 'bit', 'revealing', 'my', 'only', 'problem', 'with', 'this', 'shirt', 'was', 'that', 'the', 'bottom', 'part', 'flared', 'out', 'too', 'much', 'away', 'from', 'my', 'body', 'and', 'there', 'is', 'a', 'lot', 'of', 'material', 'there', 'so', 'i', 'was', "n't", 'sure', 'if', 'i', 'could', 'get', 'it', 'tailored', 'to', 'look', 'good', 'on', 'me', ',4,1,0', 'general', 'tops', 'knits'] ['11757,1022,32', 'so', 'soft', 'and', 'comfortable', 'these', 'relaxed', 'fit', 'jeans', 'are', 'super', 'soft', 'they', 'do', 'run', 'a', 'size', 'large', 'i', 'am', 'a', 'size', '26', 'in', 'the', 'stilt', 'style', 'and', 'the', '25', 'in', 'these', 'fit', 'well', 'with', 'a', 'little', 'room', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11758,518,55', 'as', 'cute', 'in', 'person', 'as', 'the', 'picture', 'shows', 'good', 'quality', 'worth', 'the', 'money', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['11759,1079,55', 'beautiful', 'and', 'unique', 'after', 'a', 'long', 'wait', 'for', 'this', 'dress', 'to', 'come', 'in', 'i', 'finally', 'received', 'it', 'the', 'wait', 'was', 'worth', 'it'] [] ['the', 'colors', 'and', 'pattern', 'are', 'just', 'like', 'they', 'are', 'online', 'the', 'length', 'comes', 'right', 'to', 'to', 'the', 'top', 'of', 'my', 'knees', 'i', 'am', '5', '7', 'a', 'couple', 'of', 'things', 'to', 'note', 'the', 'sleeves', 'are', 'narrow', 'if', 'you', 'have', 'skinny', 'arms', 'no', 'problem', 'the', 'fit', 'across', 'the', 'bust', 'is', 'snug', 'enough', 'that', 'if', 'you', 'have', 'a', 'large', 'bust', 'there', 'will', 'probably', 'be', 'a', 'gap', 'at', 'the', 'buttons', 'there', 'are', 'gathers', 'at', 'the', 'shoulder', 'giving', 'the', 'sleeve', 'a', 'slight', 'puffed', 'shoulder', 'if', 'you', ',5,1,7', 'general', 'dresses', 'dresses'] ['11760,1022,30', 'love', 'them', 'my', 'favorite', 'jeans', 'i', 'have', 'ever', 'purchased', 'they', 'fit', 'just', 'right', 'i', 'wear', 'them', 'everywhere.,5,1,0', 'general', 'bottoms', 'jeans'] ['11761,907,33', 'fun', 'find', 'i', 'had', "n't", 'seen', 'this', 'sweater/jacket', 'online', 'or', 'in', 'store', 'before', 'shopping', 'today', 'i', 'purchased', 'the', 'ivory', 'it', 'fits', 'without', 'being', 'bulky', 'whether', 'or', 'not', 'it', 'is', 'zipped', 'great', 'fit-', 'true', 'to', 'size.the', 'asymmetric', 'zipper', 'is', 'a', 'stylish', 'detail', 'the', 'pockets', 'are', 'well', 'placed', 'also', 'it', 'is', 'a', 'perfect', 'spring', 'weight', 'jacket', 'or', 'i', 'suspect', 'a', 'comfy', 'fall', 'to', 'winter', 'sweater', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['11762,1079,46', 'buttons', 'broke', 'before', 'i', 'even', 'got', 'it', 'on', 'i', "'m", 'so', 'disappointed', 'the', 'dress', 'looked', 'lovely', 'in', 'the', 'box', 'but', 'when', 'i', 'started', 'to', 'unbutton', 'it', 'to', 'try', 'it', 'on', 'two', 'buttons', 'split', 'in', 'half', 'it', "'s", 'going', 'right', 'back', ',1,0,0', 'general', 'dresses', 'dresses'] ['11763,1022,42', 'summer', 'jeans', 'love', 'these', 'jeans', 'for', 'summer', 'i', 'followed', 'the', 'advice', 'of', 'previous', 'reviewers', 'and', 'sized', 'down', 'to', 'a', '26.', 'after', 'wearing', 'these', 'for', 'a', 'few', 'hours', 'they', 'stretched', 'a', 'little', 'and', 'fit', 'great', 'they', 'look', 'sweet', 'with', 'the', 'palo', 'alto', 'blouse', 'and', 'the', 'embroidered', 'edessa', 'top', 'highly', 'recommend', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11764,868,27', 'the', 'peplum', 'hit', 'me', 'very', 'high', 'on', 'my', 'torso', 'the', 'peplum', 'for', 'this', 'time', 'hit', 'me', 'in', 'the', 'middle', 'of', 'my', 'rib', 'cage', 'not', 'at', 'my', 'natural', 'waist', 'so', 'it', 'looked', 'very', 'odd', 'when', 'it', 'flared', 'out', 'with', 'the', 'peplum', 'so', 'high', 'up', 'i', 'am', 'busty', 'so', 'it', "'s", 'possible', 'this', 'would', 'not', 'be', 'the', 'case', 'for', 'everyone', 'but', 'i', 'generally', 'can', 'wear', 'peplum', 'tops', 'with', 'no', 'problem', 'i', 'was', 'disappointed', 'to', 'return', 'it', 'the', 'fabric', 'was', 'very', 'nice', 'and', 'the', 'concept', 'behind', 'the', 'shirt', 'was', 'a', 'good', 'one', ',2,0,14', 'general', 'tops', 'knits'] ['11765,1079,62', 'gorgeous', 'dress', 'but', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', '8', 'my', 'normal', 'size', 'at', 'retailer', 'it', 'is', 'a', 'lovely', 'dress', 'and', 'so', 'feminine', 'but', 'it', 'is', 'incorrectly', 'sized', 'i', 'could', "n't", 'begin', 'to', 'button', 'it', 'i', 'reordered', 'it', 'in', 'size', '12', 'if', 'that', 'tells', 'you', 'anything', 'buyer', 'beware', 'unless', 'you', 'are', 'itsy', 'bitsy', 'you', 'need', 'to', 'size', 'up', 'i', 'will', 'say', 'that', 'as', 'pretty', 'as', 'the', 'photos', 'are', 'the', 'dress', 'is', 'even', 'more', 'lovely', 'in', 'person', ',2,1,1', 'general', 'dresses', 'dresses'] ['11766,986,36', 'perfect', 'summer', 'wardrobe', 'addition', 'i', "'ve", 'been', 'eyeing', 'this', 'for', 'months', 'and', 'finally', 'bit', 'the', 'bullet', 'and', 'am', 'so', 'happy', 'i', 'did', 'before', 'it', 'sold', 'out', 'i', 'love', 'it', 'i', 'was', 'afraid', 'i', 'could', "n't", 'pull', 'it', 'off', 'because', 'i', "'m", '5', '3', 'and', 'very', 'petite', 'but', 'i', 'do', "n't", 'think', 'it', 'matters', 'it', 'feels', 'so', 'light', 'and', 'airy', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'at', 'the', 'pool', 'and', 'the', 'beach', 'as', 'well', 'as', 'over', 'some', 'white', 'tank', 'tops', 'and', 'jean', 'shorts', 'great', 'piece', ',5,1,1', 'general', 'jackets', 'jackets'] ['11767,1079,37', 'cute', 'but', 'not', 'right', 'for', 'me', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'it', 'was', 'not', 'right', 'for', 'me', 'made', 'my', 'curvy', 'body', 'look', 'shapeless', 'also', 'had', 'a', 'button', 'crack', 'before', 'i', 'even', 'put', 'it', 'on', 'returned', 'it.,2,0,1', 'general', 'dresses', 'dresses'] ['11768,1079,39', 'as', 'unique', 'as', 'expected', 'this', 'dress', 'is', 'indeed', 'so', 'lovely', 'in', 'person', 'i', 'am', 'so', 'glad', 'i', 'ordered', '2', 'sizes', '0p', 'and', '2p', 'based', 'on', 'the', 'straighter-looking', 'cut', 'i', 'am', '115', 'lbs', '5', '1.5', 'adn', '30dd', 'bra', 'size', 'verdict', 'the', '2p', 'fit', 'better', 'why', 'the', 'cehst', 'area', 'is', 'a', 'little', 'snug', 'and', 'hte', 'buttons', 'kept', 'trying', 'to', 'open', 'and', 'did', 'i', 'would', 'have', 'ahd', 'to', 'leave', 'it', 'pen', 'and', 'wear', 'a', 'tank', 'under', 'this', 'dress', 'not', 'an', 'option', 'with', 'such', 'a', 'unique', 'piece'] [] ['other', 'things', 'color', 'wow', 'very', 'nice', 'in', 'person', 'i', 'was', 'afraid', 'that', 'the', 'colr', 'would', 'wash', 'me', 'out', 'but', 'no', 'i', 'have', 'very', 'p', ',5,1,8', 'general', 'dresses', 'dresses'] ['11769,1022,39', 'like', 'but', 'not', 'love', 'long', 'on', 'petite', 'i', 'tried', 'these', 'on', 'to', 'compare', 'with', 'a', 'different', 'style', 'and', 'did', "n't", 'like', 'this', 'one', 'a', 'much', 'also', 'ag', 'brand', 'these', 'fit', 'better', 'at', 'the', 'waist', 'but', 'seemed', 'long', 'on', 'me', 'and', 'made', 'me', 'look', 'frump', 'ear', 'i', 'think', 'they', 'are', 'really', 'comfortable', 'adn', 'on', 'the', 'longer', 'legs', 'would', 'be', 'great', 'buy', 'f', 'you', 'are', 'taller', 'than', '5', 'foot', '1.5', 'inches', 'reference', 'i', 'am', '115', 'lbs', 'and', 'tried', 'on', 'the', '25', ',4,1,3', 'general', 'bottoms', 'jeans'] ['11770,829,34', 'little', 'house', 'on', 'the', 'prairie', 'top', 'really', 'wanted', 'to', 'love', 'this', 'top', 'but', 'the', 'proportion', 'was', 'not', 'right', 'for', 'my', 'body', 'type', 'also', 'the', 'print', 'with', 'the', 'silhouette', 'was', 'a', 'bit', 'too', 'country', 'bumpkin', 'for', 'me.,2,1,0', 'general', 'petite', 'tops', 'blouses'] ['11771,1054,28', 'cute', 'and', 'comfortable', 'the', 'blue', 'on', 'this', 'jumpsuit', 'is', 'actually', 'a', 'little', 'darker', 'than', 'pictured', 'it', "'s", 'very', 'cute', 'on', 'but', 'i', 'would', 'order', 'a', 'size', 'down', 'for', 'a', 'more', 'fitted', 'look', 'my', 'usual', '0', 'petite', 'had', 'some', 'extra', 'fabric', 'that', 'layed', 'awkwardly', 'on', 'my', 'body.,4,1,0', 'general', 'bottoms', 'pants'] ['11772,865,29', 'obsessed.', 'i', 'would', 'wear', 'this', 'everyday', 'if', 'i', 'could', 'the', 'red', 'color', 'is', 'so', 'rich', 'and', 'the', 'cut', 'and', 'structure', 'of', 'the', 'top', 'is', 'perfect', 'and', 'flattering', 'i', "'ve", 'worn', 'to', 'work', 'out', 'or', 'dressed', 'down', 'with', 'jeans', 'and', 'flip', 'flops', ',5,1,0', 'general', 'tops', 'knits'] ['11773,986,38', 'easy', 'flowy', 'addition', 'the', 'only', 'thing', 'i', 'did', "n't", 'like', 'about', 'this', 'is', 'i', 'wish', 'it', 'was', 'a', 'little', 'bit', 'shorter', 'but', 'otherwise', 'great', 'throw', 'it', 'on', 'with', 'pants', 'and', 'add', 'a', 'bit', 'of', 'color', 'and', "spring/summer'ness", 'to', 'your', 'outfit', ',4,1,3', 'general', 'jackets', 'jackets'] ['11774,1022,45', 'love', 'these', 'i', "'ve", 'never', 'spent', 'this', 'much', 'on', 'a', 'pair', 'of', 'jeans', 'but', 'per', 'another', 'customer', 'review', 'that', 'they', 'were', 'worth', 'every', 'penny', 'i', 'took', 'the', 'plunge', 'so', 'glad', 'i', 'did', 'and', 'also', 'glad', 'i', 'sized', 'down', 'one', 'size', 'be', 'careful', 'when', 'you', 'put', 'them', 'on', 'i', 'keep', 'putting', 'my', 'toe', 'through', 'the', 'hole', 'at', 'the', 'knee', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11775,829,39', 'maeve', 'is', 'hands', 'down', 'my', 'favorite', 'clothing', 'brand', 'so', 'i', 'am', 'a', 'little', 'biased', 'but', 'this', 'is', 'just', 'the', 'cutest', 'top', 'i', 'saw', 'so', 'many', 'pics', 'of', 'this', 'top', 'in', 'the', 'gallery', 'that', 'i', 'had', 'to', 'have', 'it', 'i', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'ordered', 'it', 'in', 'my', 'usual', 'size', '6', 'which', 'normally', 'is', 'perfect', 'in', 'maeve', 'tops', 'this', 'is', 'just', 'a', 'little', 'snug', 'in', 'the', 'shoulders', 'but', 'not', 'enough', 'to', 'send', 'back', 'for', 'an', 'exchange', 'if', 'your', 'on', 'the', 'fence', 'go', 'for', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11776,829,29', 'mock', 'neck', 'rocks', 'i', 'love', 'this', 'top', 'i', 'waited', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'it', 'was', 'well', 'worth', 'it', 'it', 'has', 'a', 'peplum', 'bottom', 'and', 'it', 'is', 'slightly', 'longer', 'in', 'the', 'back', 'i', 'found', 'it', 'to', 'be', 'true', 'to', 'size', 'but', 'if', 'you', 'are', 'going', 'to', 'but', 'reaching', 'up', 'the', 'arms', 'do', 'run', 'a', 'little', 'tight', 'overall', 'the', 'mock', 'neck', 'button', 'closure', 'on', 'the', 'back', 'and', 'the', 'feminine', 'flare', 'of', 'this', 'top', 'create', 'a', 'beautiful', 'classic', 'look', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11777,1052,33', ',i', 'was', 'so', 'excited', 'to', 'get', 'these', 'i', 'paid', 'for', 'two', 'day', 'shipping', 'and', 'ordered', 'medium', 'and', 'large', 'sadly', 'they', 'did', 'not', 'fit', 'i', 'usually', 'wear', 'medium', 'but', 'ordered', 'both', 'just', 'in', 'case', 'i', "'m", 'very', 'disappointed', 'that', 'they', 'run', 'so', 'small', 'and', 'are', 'not', 'true', 'to', 'size', 'they', 'are', 'super', 'cute', 'from', 'someone', 'skinny.,2,1,8', 'general', 'petite', 'bottoms', 'pants'] ['11778,1022,38', 'ag', 'awesome', 'jeans', 'cute', 'and', 'comfortable', 'size', 'down', 'as', 'they', 'run', 'a', 'little', 'big.,5,1,0', 'general', 'bottoms', 'jeans'] ['11779,1054,29', 'perfect', 'jumpsuit', 'i', 'wore', 'this', 'jumpsuit', 'to', 'a', 'newport', 'wedding', 'and', 'got', 'so', 'many', 'compliments', 'i', "'m", '5', '2', '105', 'lbs', 'and', 'the', '0', 'petite', 'was', 'perfect', 'with', 'heels', ',5,1,1', 'general', 'bottoms', 'pants'] ['11780,1079,55', 'just', 'a', 'little', 'disappointed.', 'this', 'dress', 'is', 'beautiful', 'it', 'was', 'on', 'back', 'order', 'and', 'i', 'waited', 'about', 'three', 'weeks', 'to', 'receive', 'it', 'i', 'usually', 'wear', 'a', 'size', '8', 'in', 'retailer', 'but', 'because', 'it', 'was', 'a', 'button', 'down', 'dress', 'i', 'ordered', 'a', 'size', '10.', 'the', 'bottom', 'is', 'a', 'great', 'fit', 'but', 'the', 'top', 'is', 'difficult', 'to', 'button', 'it', 'is', 'a', 'heavier', 'weight', 'so', 'i', 'feel', 'it', 'is', 'better', 'for', 'the', 'spring', 'than', 'the', 'summer', 'season', ',4,1,1', 'general', 'dresses', 'dresses'] ['11781,865,25', 'elegant', 'i', 'love', 'this', 'shirt', 'it', 'is', 'classic', 'and', 'elegant', 'it', 'is', 'versatile', 'and', 'can', 'go', 'with', 'lots', 'of', 'different', 'things', 'be', 'mindful', 'it', 'is', 'see-through', 'so', 'you', 'must', 'wear', 'a', 'tank', 'underneath', 'i', 'got', 'it', 'in', 'white', 'and', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'like', 'how', 'the', 'sleeves', 'are', 'slightly', 'longer', 'than', 'your', 'average', 'shirt', 'definitely', 'recommend', ',5,1,2', 'general', 'tops', 'knits'] ['11782,1054,33', ',,4,0,0', 'general', 'bottoms', 'pants'] ['11783,868,45', 'peplum', 'hits', 'very', 'high', 'i', "'m", '5', '5', 'and', 'i', 'think', 'fairly', 'proportioned', '120', 'lbs', '34b', 'and', 'the', 'peplum', 'hit', 'well', 'above', 'my', 'waist', 'since', 'having', 'kids', 'i', "'m", 'a', 'little', 'obsessive', 'about', 'avoiding', 'any', 'shirt', 'that', 'could', 'double', 'as', 'maternity', 'and', 'this', 'struck', 'me', 'as', 'one', 'it', "'s", 'a', 'cute', 'too', 'but', 'once', 'it', "'s", 'on', 'i', 'do', "n't", 'feel', 'it', "'s", 'very', 'flattering', ',3,0,0', 'general', 'tops', 'knits'] ['11784,1052,38', 'as', 'soon', 'as', 'i', 'pulled', 'these', 'pants', 'from', 'their', 'packaging', 'i', 'feel', 'in', 'love', 'with', 'them', 'the', 'fabric', 'was', 'so', 'soft', 'i', 'could', 'not', 'wait', 'to', 'get', 'them', 'on', 'yeah', 'that', 'was', 'not', 'going', 'to', 'happen', 'i', 'could', 'not', 'pull', 'them', 'on', 'not', 'even', 'a', 'little', 'bit', 'these', 'pants', 'run', 'incredibly', 'small', 'i', 'ordered', 'them', 'twice', 'once', 'in', 'my', 'regular', 'size', 'and', 'again', 'in', 'a', 'larger', 'size', 'unfortunately', 'i', 'am', 'sized', 'out', 'of', 'these', 'beauties', ',2,0,1', 'general', 'petite', 'bottoms', 'pants'] ['11785,829,34', 'something', 'a', 'little', 'different', 'this', 'top', 'is', 'a', 'departure', 'from', 'my', 'usual', 'style', 'but', 'i', 'had', 'to', 'give', 'it', 'a', 'try', 'because', 'it', 'looked', 'so', 'comfy', 'yet', 'structured', 'i', 'wish', 'the', 'material', 'was', 'less', 'sheer', 'as', 'i', 'have', 'to', 'wear', 'a', 'cami', 'underneath', 'when', 'i', 'wear', 'it', 'to', 'work', 'i', "'m", '5', '3', '135lb', 'and', 'the', '6', 'fits', 'just', 'fine', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['11786,1079,49', 'worth', 'the', 'trouble', 'this', 'is', 'a', 'gorgeous', 'dress', 'but', 'i', 'did', 'title', 'my', 'review', 'worth', 'the', 'trouble', 'because', 'of', 'the', 'buttons', 'which', 'a', 'few', 'other', 'people', 'mentioned', 'i', 'ordered', 'this', 'from', 'the', 'website', 'and', 'when', 'i', 'tried', 'it', 'on', 'at', 'home', 'a', 'button', 'snapped', 'right', 'in', 'half', 'my', 'mother', 'put', 'on', 'all', 'new', 'buttons', 'that', 'were', 'stronger', 'but', 'look', 'exactly', 'the', 'same', 'of', 'course', 'i', 'should', "n't", 'have', 'to', 'do', 'that', 'to', 'be', 'able', 'to', 'wear', 'the', 'dress', 'but', 'i', 'love', 'eyelet', 'and', 'was', 'willing', 'the', 'new', 'buttons', 'cost', 'about', '2.00', 'so', 'not', 'a', 'big', 'deal', 'in', 'the', 'end'] ['i', 'agree', 'with', 'another', 'revi', ',5,1,1', 'general', 'dresses', 'dresses'] ['11787,1052,36', 'wish', 'they', 'worked', 'the', 'design', 'and', 'quality', 'were', 'great', 'i', 'really', 'wanted', 'them', 'to', 'fit', 'but', 'they', 'ran', 'large', 'i', "'m", '5', '4', 'and', '120', 'lbs', 'and', 'orderd', 'the', 'small', 'unfortunately', 'the', 'fit', 'seemed', 'off', 'as', 'well', 'and', 'i', 'wo', "n't", 'be', 'trying', 'a', 'size', 'down', 'the', 'waist', 'and', 'hips', 'were', 'huge', 'but', 'the', 'thigh', 'area', 'was', 'fitted', 'enough', 'that', 'a', 'smaller', 'size', 'would', 'have', 'been', 'awkward', 'sadly', 'these', 'went', 'back.,2,0,5', 'general', 'petite', 'bottoms', 'pants'] ['11788,695,32', 'this', 'product', 'has', 'a', 'beautiful', 'print', 'this', 'was', 'a', 'gift', 'for', 'a', 'bachelorette', 'very', 'pretty', 'and', 'sexy', 'without', 'being', 'too', 'over', 'the', 'top', 'love', 'the', 'print', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['11789,1079,55', 'lovely.', 'absolutely', 'adore', 'this', 'dress', 'details', 'fabric', 'and', 'deep', 'pockets', 'here', 'is', 'the', 'caveat', 'at', 'least', 'for', 'me', 'i', 'am', 'a', 'typical', 'size', '6', 'and', 'ordered', 'the', 'dress', 'in', 'a', 'size', '8', 'for', 'a', 'little', 'looser', 'casual', 'fit', 'the', '8', 'is', 'so', 'small', 'i', 'can', 'barely', 'place', 'over', 'my', 'shoulders', 'and', 'can', 'not', 'button', 'i', 'have', 'reordered', 'a', 'size', '12', 'and', '14.', 'perhaps', 'the', 'dress', 'i', 'received', 'is', 'not', 'tagged', 'properly', 'so', 'disappointed', 'as', 'the', 'item', 'is', 'on', 'backorder', ',5,1,4', 'general', 'dresses', 'dresses'] ['11790,865,62', ',this', 'top', 'is', 'the', 'very', 'same', 'top', 'meadow', 'rue', 'had', 'a', 'couple', 'of', 'years', 'ago', 'i', 'have', 'that', 'top', 'and', 'it', 'is', 'identical', 'so', 'my', 'guess', 'is', 'meadow', 'rue', 'and', 'deletta', 'are', 'owned', 'by', 'the', 'same', 'company.,5,1,1', 'general', 'tops', 'knits'] ['11791,1079,66', 'that', 'special', 'dress', 'i', 'was', 'looking', 'for', 'a', 'dress', 'that', 'would', 'make', 'me', 'feel', 'as', 'special', 'as', 'i', 'would', 'feel', 'when', 'i', 'attend', 'my', 'daughter', "'s", 'baby', 'shower', 'this', 'design', 'featuring', 'a', 'variety', 'of', 'spring', 'influenced', 'flower', 'motifs', 'embossed', 'upon', 'an', 'eyelet', 'fabric', 'was', 'exactly', 'what', 'my', 'mind', "'s", 'eye', 'envisioned', 'the', 'use', 'of', 'the', 'solid', 'colored', 'shirtdress', 'button', 'line', 'and', 'cuffs', 'softly', 'pulled', 'all', 'the', 'elements', 'of', 'this', 'unique', 'work', 'beautifully', 'together', 'i', 'found', 'the', 'fit', 'to', 'be', 'almost', 'costumed', 'made', 'for', 'my', 'figure', 'the', 'number', 'of', 'compliments', 'i', 'received', 'on', 'the', 'da', ',5,1,1', 'general', 'dresses', 'dresses'] ['11792,1052,47', 'nice', 'casual', 'pant', 'if', 'the', 'fit', 'and', 'color', 'worked', 'i', 'ordered', 'these', 'in', 'the', 'taupe', 'which', 'is', 'more', 'like', 'a', 'rust', 'color', 'they', 'are', 'really', 'cute', 'on', 'but', 'they', 'run', 'a', 'little', 'big', 'and', 'long', 'so', 'i', 'had', 'to', 'return', 'them', 'they', 'would', 'be', 'great', 'casual', 'pants', 'for', 'the', 'weekend', 'though', 'if', 'the', 'color', 'and', 'fit', 'were', 'better', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['11793,829,53', 'great', 'weekender', 'this', 'is', 'about', 'the', 'cutest', 'thing', 'since', 'well', 'i', 'do', "n't", 'know', 'but', 'it', "'s", 'pretty', 'cute', 'yes', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'who', 'said', 'it', 'looked', 'better', 'in', 'hand', 'than', 'on', 'the', 'web', 'has', 'cute', 'soft', 'ruffle', 'just', 'above', 'hip', 'and', 'the', 'stripes', 'are', 'soft', 'pastels', 'the', 'buttons', 'at', 'the', 'nape', 'of', 'the', 'neck', 'are', 'sweet', 'there', "'s", 'the', 'word-sweet-that', "'s", 'the', 'perfect', 'descriptive', 'for', 'this', 'quirky', 'laid', 'back', 'feminine', 'piece', 'tts-nothing', 'weird', 'or', 'uncomfortable', 'about', 'the', 'fit', 'but', 'it', 'does', 'seem', 'a', 'bit', 'shorter', 'than', 'the', 'picture', 'shows', 'i', 'am', '140', 'lbs', ',5,1,0', 'general', 'tops', 'blouses'] ['11794,907,39', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['11795,907,37', 'nice', 'but', 'too', 'expensive', 'for', 'what', 'it', 'is', 'this', 'jacket', 'is', 'extremely', 'soft', 'and', 'comfortable', 'with', 'a', 'heavier', 'textured', 'fabric', 'i', 'think', 'it', 'is', 'expensive', 'for', 'what', 'it', 'is', '138', 'probably', 'best', 'to', 'wait', 'for', 'a', 'sale', ',3,1,9', 'general', 'tops', 'fine', 'gauge'] ['11796,1054,33', 'insanely', 'adorable', 'and', 'comfortable', 'i', 'saw', 'this', 'en', 'route', 'to', 'the', 'dressing', 'room', 'at', 'an', 'retailer', 'store', 'and', 'picked', 'it', 'up', 'to', 'try', 'on', 'despite', 'the', 'store', 'only', 'carrying', 'this', 'in', 'petites', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'it', "'s", 'very', 'wearable', 'and', 'comfortable', 'the', 'sides', 'have', 'boning', 'which', 'keeps', 'the', 'fabric', 'from', 'riding', 'up', 'or', 'down', 'i', 'have', 'a', 'little', 'postpartum', 'tummy', 'and', 'the', 'shape', 'and', 'pattern', 'conceals', 'that', 'nicely'] [] ['i', "'m", '5', '6', '160', 'lbs', 'and', '36c', 'i', 'typically', 'wear', 'a', '10', 'and', 'bought', 'this', 'in', 'a', '10p', 'the', 'length', 'waist', 'and', 'bust', 'fit', 'perfectly', ',5,1,0', 'general', 'bottoms', 'pants'] ['11797,1022,44', 'ag', 'fan', 'i', "'m", 'super', 'happy', 'with', 'the', 'way', 'these', 'jeans', 'fit', 'i', 'typically', 'buy', 'ag', 'jeans', 'for', 'fit', 'and', 'quality', 'this', 'pair', 'is', 'extremely', 'comfy', 'with', 'the', 'right', 'amount', 'of', 'stretch', 'yet', 'still', 'somewhat', 'relaxed', 'they', 'do', 'run', 'a', 'big', 'large', 'so', 'i', 'sized', 'down', 'and', 'they', 'still', 'fit', 'great', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'bottoms', 'jeans'] ['11798,829,34', 'very', 'cute', 'fall', 'top', 'this', 'top', 'is', 'a', 'keeper', 'subtle', 'plaid', 'flowy', 'fit', 'so', 'cute', 'with', 'skinny', 'jeans', 'and', 'booties', 'i', 'would', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'blouses'] ['11799,1054,26', 'petite', 'fits', 'perfectly', 'i', 'had', 'been', 'looking', 'at', 'the', 'dresses', 'and', 'jumpsuits', 'from', 'this', 'designer', 'for', 'a', 'while', 'and', 'decided', 'to', 'order', 'this', 'jumpsuit', 'i', "'m", 'usually', 'an', 'extra', 'small', 'in', 'jumpsuits', 'and', 'was', "n't", 'sure', 'to', 'get', 'the', '0petite', 'or', '2petite', 'i', "'m", '5', '3', 'and', 'about', '115', 'lbs', 'and', 'the', '2', 'petite', 'is', 'perfect', 'in', 'the', 'legs', 'and', 'waist', 'but', 'a', 'little', 'wide', 'across', 'the', 'chest', 'i', "'m", 'a', '32c', 'the', 'material', 'is', 'soft', 'and', 'feels', 'very', 'nice', 'and', 'like', 'good', 'quality', 'it', "'s", 'perfect', 'for', 'dressing', 'up', 'a', 'little', 'in', 'the', 'summer', 'and', 'i', "'m", 'going', 'to', 'think', 'of', 'ways', 'to', 'transition', 'it', 'to', 'the', 'f', ',5,1,0', 'general', 'bottoms', 'pants'] ['11800,1054,26', 'i', 'ordered', 'this', 'online', 'and', 'was', 'pleasantly', 'surprised', 'when', 'i', 'received', 'it', 'i', "'m", 'about', '5', '5', 'and', '140', 'lbs', 'and', 'the', 'small', 'fit', 'perfectly', 'it', 'is', 'very', 'flattering', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,2', 'general', 'bottoms', 'pants'] ['11801,1079,42', 'pretty', 'my', 'main', 'complaint', 'is', 'that', 'the', 'button', 'holes', 'are', 'too', 'tight', 'for', 'such', 'delicate', 'buttons', 'one', 'button', 'shattered', 'when', 'i', 'tried', 'to', 'get', 'it', 'undone', 'and', 'what', "'s", 'even', 'more', 'crazy', 'is', 'that', 'mine', 'did', 'not', 'come', 'with', 'any', 'extras', 'so', 'i', 'guess', 'i', "'ll", 'have', 'to', 'go', 'to', 'the', 'fabric', 'store', 'to', 'find', 'a', 'match', 'i', "'ll", 'be', 'sure', 'to', 'get', 'a', 'bunch', 'just', 'in', 'case', 'a', 'couple', 'of', 'minor', 'notes', 'it', 'smells', 'like', 'chemicals', 'and', 'i', 'wo', "n't", 'be', 'able', 'to', 'wear', 'a', 'bra', 'because', 'the', 'chest', 'is', 'a', 'tad', 'tight', 'however', 'the', 'dress', 'is', 'cute', 'enough', 'that', 'i', "'ll", 'deem', 'it', 'worthy', 'to', 'we', ',4,1,6', 'general', 'dresses', 'dresses'] ['11802,907,41', 'this', 'is', 'a', 'truly', 'beautiful', 'jacket', 'that', 'goes', 'with', 'so', 'much', 'dressed', 'up', 'or', 'even', 'over', 'something', 'casual', 'and', 'either', 'way', 'it', 'is', 'comfortable', 'without', 'looking', 'frumpy', 'soft', 'and', 'conforms', 'to', 'your', 'shape', 'without', 'being', 'sloppy', 'i', 'would', 'say', 'it', 'does', 'have', 'more', 'of', 'a', "'sweater", 'feel', 'to', 'it', 'but', 'with', 'the', 'zipper', 'can', 'easily', 'pass', 'as', 'a', 'jacket', 'it', "'s", 'lightweight', 'but', 'enough', 'to', 'keep', 'you', 'warm', 'on', 'a', 'spring', 'or', 'fall', 'day', 'i', 'would', 'say', 'it', 'fits', 'pretty', 'true', 'to', 'size', 'i', 'got', 'the', 'ivory', 'during', 'the', 'big', 'weekend', 'sale', 'extra', '40', 'off', 'but', 'even', 'at', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['11803,1079,31', 'very', 'cute', 'but', 'runs', 'small', 'and', 'buttons', 'break', 'i', 'saw', 'this', 'dress', 'online', 'and', 'i', 'thought', 'it', 'was', 'perfectly', 'cute', 'however', 'once', 'i', 'tried', 'it', 'on', 'at', 'home', 'it', 'just', 'did', "n't", 'work', 'one', 'of', 'the', 'buttons', 'broke', 'in', 'half', 'as', 'i', 'tried', 'unbuttoning', 'and', 'once', 'i', 'got', 'it', 'on', 'the', 'dress', 'was', 'so', 'small', 'that', 'the', 'cuffs', 'cut', 'off', 'circulation', 'to', 'my', 'forearm', 'i', "'m", '5', '7', 'and', '~126', 'lbs', 'and', 'purchased', 'in', 'size', '2', 'i', 'did', "n't", 'even', 'try', 'buttoning', 'all', 'the', 'way', 'i', 'took', 'it', 'back', 'and', 'i', 'do', "n't", 'even', 'think', 'i', 'want', 'a', 'larger', 'size', 'the', 'buttons', 'are', 'just', 'too', 'fragile', ',2,0,3', 'general', 'dresses', 'dresses'] ['11804,907,41', 'super', 'versatile', 'jacket', 'this', 'is', 'a', '3-season', 'item', 'that', 'can', 'function', 'as', 'a', 'cardigan', 'or', 'a', 'jacket', 'and', 'will', 'look', 'equally', 'good', 'with', 'jeans', 'or', 'with', 'work', 'slacks', 'the', 'seaming', 'gives', 'it', 'a', 'bit', 'of', 'structure', 'the', 'asymmetrical', 'zipper', 'gives', 'it', 'a', 'little', 'twist', 'the', 'texture', 'gives', 'it', 'interest', 'i', 'bought', 'it', 'in', 'navy', 'and', 'i', "'m", 'considering', 'the', 'ivory.,5,1,3', 'general', 'tops', 'fine', 'gauge'] ['11805,1079,43', 'the', 'cotton', 'the', 'print', 'and', 'the', 'online', 'presentation', 'of', 'this', 'dress', 'are', 'beautiful', 'i', 'ordered', 'right', 'away', 'but', 'there', 'are', 'some', 'discrepancies', 'the', 'shoulders', 'have', 'a', 'puff', 'to', 'them', 'that', 'i', 'do', "n't", 'notice', 'on', 'the', 'model', 'and', 'that', 'does', "n't", 'flatter', 'athletic', 'shoulders', 'the', 'buttons', 'are', 'cheap', 'difficult', 'to', 'button', 'the', 'waist', 'sits', 'much', 'lower', 'on', 'the', 'model', 'than', 'it', 'must', 'on', 'anyone', 'else', 'it', "'s", 'nearly', 'empire', 'on', 'me', 'and', 'there', 'is', 'a', 'lot', 'more', 'volume', 'in', 'the', 'skirt', 'of', 'the', 'dress', 'than', 'is', 'shown', 'in', 'any', 'photo', 'because', 'the', 'dress', 'is', 'tig', ',3,1,11', 'general', 'dresses', 'dresses'] ['11806,1079,47', 'adorable', 'but', 'runs', 'tight', 'this', 'is', 'a', 'lovely', 'dress', 'it', 'is', 'on', 'the', 'heavy', 'side', 'and', 'lined', 'so', 'i', 'would', 'not', 'recommend', 'for', 'hot', 'summer', 'wear', 'but', 'the', 'material', 'and', 'style', 'are', 'adorable', 'the', 'skirt', 'is', 'definitely', 'a-line', 'not', 'sheath', 'but', 'i', 'prefer', 'that', 'it', 'runs', 'a', 'tad', 'too', 'tight', 'in', 'the', 'chest', 'so', 'if', 'you', "'re", 'between', 'sizes', 'in', 'the', 'bust', 'i', "'d", 'order', 'up', 'that', 'said', 'a', '6', 'would', 'be', 'too', 'big', 'for', 'me', 'i', "'m", '5', '4', '120', 'lbs', 'and', '34c', 'and', 'usually', 'wear', 'a', '4', ',4,1,3', 'general', 'dresses', 'dresses'] ['11807,868,44', 'while', 'i', 'agree', 'with', 'the', 'previous', 'review', 'that', 'the', 'peplum', 'hits', 'a', 'bit', 'high', 'i', 'like', 'this', 'top', 'it', 'has', 'other', 'features', 'that', 'i', 'really', 'like', 'the', 'dip', 'in', 'the', 'back', 'of', 'the', 'peplum', 'is', 'great', 'and', 'i', 'love', 'the', 'longer', 'sleeves', 'i', 'have', 'it', 'in', 'both', 'the', 'black', 'and', 'the', 'mauve', 'and', 'they', 'are', 'becoming', 'quick', 'staples', 'in', 'my', 'wardrobe', 'i', 'have', 'a', 'fuller', 'figure', 'and', 'feel', 'good', 'in', 'this', 'top', ',4,1,2', 'general', 'tops', 'knits'] ['11808,1079,57', ',although', 'beautiful', 'colors', 'this', 'eyelet', 'dress', 'is', 'quite', 'heavy', 'and', 'the', 'buttons', 'have', 'no', 'give-', 'one', 'of', 'them', 'literally', 'cracked', 'when', 'i', 'tried', 'to', 'unbutton', 'it', 'unbuttoning', 'it', 'was', 'difficult', 'due', 'to', 'the', 'tight', 'weave', 'it', 'just', 'misses', 'the', 'mark', 'and', 'will', 'be', 'going', 'back.,1,0,27', 'general', 'dresses', 'dresses'] ['11809,865,24', 'unique+flattering+easy', 'this', 'top', 'is', 'great', 'for', 'those', 'days', 'when', 'you', 'have', 'nothing', 'to', 'wear', 'just', 'throw', 'this', 'on', 'and', 'get', 'ready', 'for', 'the', 'compliments', ',5,1,1', 'general', 'tops', 'knits'] ['11810,695,27', 'looks', 'exactly', 'as', 'it', 'does', 'in', 'the', 'pictures', 'very', 'comfortable', 'loose', 'flowing', 'and', 'has', 'a', 'slip', 'underneath', 'it', 'i', "'m", 'personally', 'a', 'little', 'hesitant', 'to', 'buy', 'clothes', 'online', 'because', 'it', "'s", 'always', 'a', 'guessing', 'game', 'when', 'it', 'comes', 'to', 'figuring', 'out', 'what', 'size', 'with', 'that', 'i', 'have', 'wide', 'hips/big', 'thighs', 'so', 'i', 'tend', 'to', 'vary', 'between', 'medium', 'and', 'large', 'but', 'thankfully', 'the', 'medium', 'fits', 'like', 'a', 'glove', ',5,1,3', 'initmates', 'intimate', 'intimates'] ['11811,829,37', 'cute', 'top', 'this', 'top', 'looks', 'better', 'on', 'than', 'on', 'the', 'hanger', 'i', "'ve", 'been', 'looking', 'for', 'a', 'feminine', 'plaid', 'top', 'and', 'this', 'is', 'the', 'one', 'it', "'s", 'a', 'flirty', 'and', 'innocent', 'look', 'in', 'one', 'i', 'would', 'say', 'size', 'up', 'it', 'runs', 'a', 'little', 'tight', 'around', 'the', 'upper', 'arm', 'shoulders', 'area', 'when', 'stretching', 'arms', 'out', 'i', 'normally', 'wear', 'a', 'size', '2-4', 'depending', 'on', 'the', 'top', 'and', 'the', '6', 'felt', 'better', ',4,1,0', 'general', 'tops', 'blouses'] ['11812,1079,46', 'runs', 'small', 'i', 'am', '5', '4', 'and', '120', 'lbs', 'and', 'ordered', 'a', 'size', '0.', 'the', 'dress', 'fit', 'perfectly', 'in', 'the', 'shoulders', 'and', 'arms', 'and', 'below', 'the', 'waist', 'but', 'i', 'could', 'barely', 'fit', 'my', '32a', 'size', 'chest', 'in', 'the', 'dress', 'the', 'other', 'reviewers', 'are', 'not', 'kidding', 'about', 'the', 'chest', 'area', 'being', 'very', 'narrow', 'i', 'have', 'had', 'to', 'order', 'a', 'size', '2', 'instead', 'we', "'ll", 'see', 'if', 'that', 'works', ',4,1,1', 'general', 'dresses', 'dresses'] ['11813,868,38', 'lovely', 'top', 'peplum', 'hit', 'weird', 'on', 'me', 'i', 'wanted', 'to', 'love', 'this', 'blouse', 'but', 'the', 'peplum', 'came', 'too', 'high', 'up', 'on', 'my', 'waist', 'i', 'have', 'a', 'short', 'torso', 'and', 'i', "'m", 'busty', 'so', 'the', 'placement', 'of', 'the', 'peplum', 'just', 'did', "n't", 'work', 'for', 'me', 'it', 'is', 'a', 'very', 'pretty', 'color', 'and', 'fit', 'fine', 'in', 'my', 'normal', 'size', 'but', 'the', 'peplum', 'just', 'did', "n't", 'work', 'on', 'my', 'short', 'torso', 'i', 'think', 'this', 'would', 'be', 'a', 'very', 'pretty', 'blouse', 'for', 'people', 'with', 'a', 'different', 'body', 'type', 'than', 'mine', ',5,1,0', 'general', 'tops', 'knits'] ['11814,518,25', 'cute', 'and', 'comfy', 'mom', 'loves', 'these', 'and', 'she', 'looks', 'great', 'going', 'to', 'the', 'gym', 'the', 'cut-outs', 'are', 'so', 'cute', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['11815,1079,70', 'pretty', 'but', 'heavy', 'buttonholes', 'too', 'small', 'really', 'like', 'this', 'dress', 'but'] ['the', 'dress', 'is', 'lined', 'in', 'a', 'heavy', 'fabric', 'and', 'weighs', 'a', 'lot', 'for', 'a', 'summer', 'dress'] ['worst', 'of', 'all', 'there', 'is', 'no', 'chance', 'at', 'all', 'of', 'getting', 'the', 'buttons', 'through', 'the', 'button', 'holes'] ['impossible'] ['has', 'to', 'go', 'back', ',2,0,1', 'general', 'dresses', 'dresses'] ['11816,829,35', 'cute', 'super', 'cute', 'casual', 'top', 'i', "'m", 'usually', 'a', 'medium', 'and', 'this', 'fit', 'perfectly', '5', '9', '145', 'lbs', 'it', "'s", 'not', 'quite', 'as', 'long', 'as', 'it', 'is', 'on', 'the', 'model', 'but', 'cute', 'nonetheless', ',5,1,0', 'general', 'tops', 'blouses'] ['11817,1079,50', 'beautiful', 'but', 'poor', 'fit', 'i', 'loved', 'this', 'dress', 'the', 'moment', 'i', 'saw', 'it', 'pre-ordered', 'it', 'but', 'when', 'it', 'arrived', 'the', 'fit', 'was', 'off'] ['i', 'am', 'almost', 'always', 'a', 'size', '4p', 'in', 'retailer', 'clothing', 'this', 'fit', 'wonderfully', 'everywhere', 'except', 'the', 'shoulders', 'and', 'chest', 'were', 'very', 'small', 'i', 'am', '5', '2', 'and', '120', 'lb', 'with', 'a', 'small', 'bosom', 'a', 'cup', 'the', 'shoulders', 'were', 'too', 'tight', 'and', 'the', 'chest', 'gaped', 'and', 'sadly', 'i', 'had', 'to', 'return', 'this', 'dress'] ['i', 'may', 'try', 'to', 'find', 'it', 'in', 'the', 'store', 'to', 'try', 'on', 'multiple', 'sizes', 'for', 'the', 'right', 'fit', ',4,1,5', 'general', 'dresses', 'dresses'] ['11818,829,63', 'beautiful', 'i', 'saw', 'this', 'top', 'online', 'and', 'loved', 'it', 'i', 'was', "n't", 'sure', 'about', 'sizing', 'and', 'because', 'i', 'do', "n't", 'live', 'near', 'a', 'store', 'i', 'decided', 'to', 'order', 'two', 'sizes', 'i', "'m", '5', '8', 'and', 'typically', 'wear', 'an', '8', 'or', 'medium', 'in', 'tops', 'the', '8', 'in', 'this', 'top', 'though', 'was', 'much', 'too', 'tight', 'in', 'the', 'shoulders', 'i', 'sized', 'up', 'to', 'a', '10', 'and', 'it', 'fit', 'beautifully', ',5,1,0', 'general', 'tops', 'blouses'] ['11819,1022,56', 'super', 'cute', 'i', 'am', 'a', 'brand', 'loyal', 'ag', 'fan', 'best', 'washes', 'best', 'pocket', 'placement', 'and', 'these', 'are', 'no', 'exception', 'they', 'do', 'run', 'a', 'little', 'big', 'i', 'usually', 'wear', 'a', '26', 'or', '27', 'in', 'the', 'stilts', 'depending', 'on', 'the', 'fabric', 'content', 'i', 'tried', 'these', 'in', 'the', '26', 'and', '25.', 'both', 'fit', 'but', 'i', 'went', 'with', 'the', '25', 'because', 'these', 'will', 'stretch', 'at', 'least', '1/2', 'size', 'the', 'distressing', 'is', 'the', 'right', 'amount', 'however', 'i', 'gave', '4', 'stars', 'because', 'one', 'area', 'is', 'directly', 'over', 'the', 'knee', 'which', 'i', 'do', "n't", 'care', 'for', 'solved', 'it', 'by', 'having', 'a', 'seamstress', 'reinforce', 'the', 'back', 'of', 'it', 'with', 'a', 'similar', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['11820,1079,40', 'tiny', 'buttons', 'break', 'this', 'is', 'a', 'cute', 'dress', 'but', 'the', 'buttons', 'are', 'tiny', 'and', 'the', 'top', 'one', 'cracked', 'in', 'half', 'before', 'i', 'could', 'even', 'put', 'the', 'dress', 'on', 'i', 'ca', "n't", 'risk', 'the', 'buttons', 'breaking', 'off', 'while', 'i', 'am', 'wearing', 'it', 'especially', 'since', 'the', 'dress', 'seems', 'designed', 'for', 'an', 'a', 'cup', 'anything', 'larger', 'will', 'be', 'more', 'than', 'those', 'little', 'fragile', 'buttons', 'can', 'handle', ',3,0,1', 'general', 'dresses', 'dresses'] ['11821,1138,33', 'wanted', 'to', 'love', 'it', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'wool', 'is', 'lightweight', 'yet', 'warm', 'and', 'drapes', 'beautifully', 'the', 'plaid', 'print', 'is', 'rich', 'however', 'it', 'is', 'much', 'darker', 'in', 'color', 'than', 'shown', 'in', 'the', 'photos', 'the', 'dress', 'runs', 'very', 'large', 'i', 'ordered', 'it', 'in', 'my', 'typical', 'size', 'and', 'it', 'was', 'too', 'big', 'dolman', 'sleeve', 'dresses', 'usually', 'look', 'great', 'on', 'me', 'but', 'the', 'cut', 'of', 'this', 'dress', 'while', 'beautiful', 'was', 'nothing', 'remarkable', 'for', 'as', 'expensive', 'as', 'it', 'is', 'it', 'would', 'have', 'had', 'to', 'be', 'an', 'amazing', 'dress', 'for', 'me', 'to', 'keep', 'it', 'sadly', 'it', 'did', "n't", 'quite', 'make', 'the', 'cut', 'it', "'s", 'a', 'sham', ',4,1,5', 'general', 'trend', 'trend'] ['11822,1052,44', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['11823,1079,70', 'i', 'love', 'this', 'dress', 'and', 'had', 'so', 'hoped', 'to', 'wear', 'it', 'to', 'a', 'wedding', 'in', 'june', 'the', 'fabric', 'is', 'a', 'perfect', 'weight', 'very', 'nice', 'cotton', 'i', 'only', 'wish', 'i', 'could', 'have', 'kept', 'it', 'i', 'am', '5', '3', '133', 'lbs', 'and', 'usually', 'wear', 'a', 'size', '6', 'which', 'is', 'what', 'i', 'ordered', 'it', 'was', 'fine', 'in', 'the', 'skirt', 'but', 'the', 'top', 'was', 'at', 'least', 'a', 'size', 'if', 'not', 'two', 'sizes', 'too', 'small', 'for', '32', 'chest', 'i', 'did', 'not', 'want', 'to', 'wear', 'it', 'open', 'with', 'a', 'tee', 'and', 'so', 'had', 'to', 'send', 'it', 'back', 'the', 'wedding', 'date', 'does', 'not', 'allow', 'for', 'the', 'new', 'available', 'date', 'for', 'the', 'dress', ',3,1,2', 'general', 'dresses', 'dresses'] ['11824,1099,25', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'sadly', 'the', 'styling', 'was', 'wrong', 'the', 'stripes', 'on', 'the', 'bottom', 'half', 'did', 'not', 'line', 'up', 'with', 'the', 'top', 'and', 'the', 'pleats', 'did', "n't", 'help', 'it', 'just', 'threw', 'everything', 'off', 'and', 'made', 'me', 'look', 'distorted', ',4,0,0', 'general', 'dresses', 'dresses'] ['11825,865,37', 'great', 'details', 'no', 'liner.', 'beautiful', 'color', 'is', 'true', 'to', 'pictures', 'no', 'stretch', 'no', 'liner', 'looks', 'good', 'with', 'white', 'or', 'nude', 'tank.,4,1,11', 'general', 'tops', 'knits'] ['11826,1022,36', ',super', 'soft', 'and', 'comfy', 'so', 'far', 'not', 'stretching', 'out', 'but', 'still', 'recommend', 'buying', 'down', 'a', 'size.,4,1,0', 'general', 'bottoms', 'jeans'] ['11827,823,53', 'not', 'worth', 'the', 'price', 'i', 'ordered', 'this', 'blouse', 'as', 'a', 'gift', 'for', 'my', 'mom', 'it', 'is', 'too', 'pricey', 'to', 'live', 'up', 'to', 'my', 'expectations', 'it', 'is', 'quite', 'sheer', 'and', 'the', 'hem', 'of', 'the', 'sleeves', 'are', 'unfinished', 'which', 'you', 'ca', "n't", 'see', 'in', 'the', 'pictures', 'this', 'makes', 'a', 'very', 'expensive', 'blouse', 'look', 'cheap', 'it', 'is', 'made', 'of', 'viscose', 'and', 'dry', 'clean', 'only', 'the', 'material', 'used', 'is', 'not', 'on', 'par', 'with', 'the', 'price', 'in', 'my', 'opinion', 'if', 'it', 'had', 'been', 'real', 'silk', 'or', 'another', 'natural', 'fiber', 'ok.', 'but', 'for', 'me', 'this', 'and', 'the', 'unfinished', 'hem', 'along', 'with', 'the', 'price', 'is', 'a', 'deal', 'breaker', 'for', 'me', ',3,0,6', 'general', 'tops', 'blouses'] ['11828,1079,44', 'unique', 'and', 'lovely', 'this', 'dress', 'is', 'unique', 'and', 'lovely', 'it', 'is', 'a', 'one', 'of', 'a', 'kind', 'dress', 'i', 'found', 'it', 'to', 'be', 'true', 'to', 'size', 'the', 'only', 'downside', 'is', 'the', 'quality', 'of', 'the', 'buttons.,5,1,0', 'general', 'dresses', 'dresses'] ['11829,1079,46', 'bloomed', 'eyelet', 'shirtdress', 'i', "'m", 'keeping', 'this', 'dress', 'but', 'it', "'s", 'going', 'straight', 'to', 'the', 'dry', 'cleaner', 'because', 'right', 'out', 'of', 'the', 'bag', 'it', 'has', 'a', 'very', 'strong', 'chemical', 'smell', 'like', 'it', 'had', 'been', 'stored', 'in', 'a', 'gas', 'station', 'then', 'i', "'m", 'replacing', 'all', 'the', 'buttons', 'the', 'fabric', 'is', 'a', 'thick', 'eyelet', 'folded', 'over', 'with', 'these', 'teeny', 'thin', 'shell', 'buttons', 'that', 'are', 'a', 'complete', 'design', 'fail', 'two', 'were', 'broken', 'right', 'out', 'of', 'the', 'package', 'also', 'i', "'m", 'a', 'size', '0', 'in', 'most', 'retailer', 'dresses', 'and', 'this', 'dress', 'has', 'plenty', 'of', 'room', 'in', 'the', 'waist', 'almost', 'too', 'much', 'space', 'but', 'the', 'top', 'i', 'hav', ',4,1,8', 'general', 'dresses', 'dresses'] ['11830,1079,38', 'brunch', 'anyone', 'this', 'is', 'a', 'very', 'comfortable', 'dress', 'i', 'absolutely', 'love', 'the', 'design', 'the', 'feel', 'structured', 'and', 'has', 'weight', 'and', 'the', '3/4', 'sleeves', 'perfect', 'dress', 'for', 'brunch', 'and', 'work', 'the', 'fit', 'is', 'not', 'giving', 'in', 'the', 'chest', 'area', 'i', 'needed', 'to', 'go', 'up', 'a', 'size', 'due', 'to', 'the', 'inflexibility', 'of', 'the', 'material', 'even', 'tried', 'it', 'without', 'a', 'bra', 'nope', 'was', "n't", 'a', 'happening', 'i', 'ordered', 'a', 'size', 'up', 'and', 'love', 'it'] [] ['the', 'only', 'con', 'are', 'the', 'buttons', 'they', 'are', 'very', 'thin', 'and', 'not', 'a', 'good', 'choice', 'for', 'the', 'heavy', 'fabric', 'broke', 'one', 'in', 'the', 'fitting', 'room', ',4,1,0', 'general', 'dresses', 'dresses'] ['11831,1098,34', ',,5,1,0', 'general', 'dresses', 'dresses'] ['11832,1022,29', 'your', 'new', 'favorite', 'pair', 'of', 'jeans', 'the', 'nolan', "'s", 'are', 'my', 'favorite', 'pair', 'of', 'jeans', 'from', 'any', 'brand', 'they', 'are', 'skinny', 'leg', 'but', 'not', 'too', 'tight', 'and', 'the', 'material', 'is', 'oh', 'so', 'soft', 'i', 'buy', '1-2', 'sizes', 'down', 'as', 'they', 'stretch', 'out', 'a', 'lot.,5,1,0', 'general', 'bottoms', 'jeans'] ['11833,865,33', 'beautiful', 'top', 'fits', 'a', 'little', 'large', 'love', 'this', 'timeless', 'piece', 'but', 'it', 'was', 'a', 'bit', 'looser', 'fitting', 'than', 'i', 'expected', 'i', 'consistently', 'wear', 'xs', 'so', 'i', 'had', 'an', 'idea', 'of', 'how', 'i', 'thought', 'it', 'would', 'fit', 'i', 'still', 'kept', 'it', 'though', 'because', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'it', 'will', 'never', 'go', 'out', 'of', 'style', ',4,1,0', 'general', 'tops', 'knits'] ['11834,1079,56', 'adorable', 'i', 'loved', 'this', 'dress', 'and', 'i', 'am', 'usually', 'a', '2', 'or', '4', 'in', 'dresses', 'this', 'was', 'cut', 'too', 'small', 'on', 'the', 'bust', 'i', "'m", 'a', '32c', 'and', 'it', 'pulled', 'at', 'the', 'chest', 'i', 'did', "n't", 're-order', 'it', 'because', 'i', 'felt', 'it', 'would', 'look', 'more', 'like', 'a', 'house', 'dress', 'and', 'be', 'too', 'baggy', 'in', 'the', 'hips.,4,1,0', 'general', 'dresses', 'dresses'] ['11835,829,58', 'very', 'flattering', 'this', 'top', 'is', 'perfect', 'to', 'dress', 'up', 'and', 'dress', 'down', 'pair', 'it', 'with', 'high', 'wasted', 'pants', 'and', 'you', 'are', 'set', ',5,1,0', 'general', 'tops', 'blouses'] ['11836,907,53', 'classy', 'sweater', 'i', 'got', 'this', 'sweater', 'in', 'white', 'and', 'i', 'love', 'it', 'the', 'photo', 'online', 'does', "n't", 'do', 'it', 'justice', 'it', "'s", 'not', 'frumpy', 'at', 'all', 'and', 'looks', 'looks', 'great', 'zipped', 'up', 'because', 'of', 'the', 'slanted', 'zipper', 'my', 'boyfriend', 'calls', 'it', 'my', 'claire', 'underwood', 'sweater', ',5,1,4', 'general', 'tops', 'fine', 'gauge'] ['11837,1079,46', 'a', 'jewel', 'in', 'the', 'crown', 'this', 'dress', 'has', 'a', 'flattering', 'and', 'fitted', 'cut', 'which', 'perfectly', 'compliments', 'the', 'unique', 'eyelet', 'fabric', 'it', 'is', 'at', 'once', 'elegant', 'yet', 'casual', 'perfect', 'for', 'the', 'office', 'or', 'better', 'yet', 'afternoon', 'tea', 'in', 'a', 'far', 'flung', 'british', 'colony', 'of', 'yesteryear', 'which', 'brings', 'me', 'to', 'the', 'buttons', 'putting', 'on', 'this', 'dress', 'makes', 'one', 'wish', 'one', 'had', 'a', 'ladies', 'maid', 'but', 'the', 'effort', 'is', 'well', 'worth', 'it', 'for', 'this', 'stunner', 'of', 'a', 'dress', 'as', 'others', 'have', 'said', 'it', 'runs', 'small', 'and', 'tight', 'in', 'the', 'chest', 'and', 'is', 'not', 'for', 'the', 'well', 'endowed', 'i', 'am', 'a', 'petite', '5', '2', 'and', 'fit', ',4,1,1', 'general', 'dresses', 'dresses'] ['11838,872,52', 'very', 'comfortable', 'cute', 'without', 'being', 'cutesy', 'this', 'is', 'a', 'wonderful', 'top', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'with', 'a', 'beautiful', 'drape', 'the', 'pattern', 'is', 'very', 'pretty', 'the', 'curved', 'hems', 'are', 'very', 'flattering', 'and', 'the', 'top', 'is', 'versatile', 'it', 'can', 'be', 'worn', 'with', 'shorts', 'as', 'shown', 'or', 'a', 'skirt', 'with', 'a', 'belt', 'or', 'pants', 'i', 'have', 'pilcro', 'wide', 'leg', 'pants', 'in', 'orange', 'yellow', 'and', 'green', 'and', 'this', 'top', 'looked', 'amazing', 'with', 'all', 'of', 'them', 'a', 'great', 'little', 'find', ',5,1,3', 'general', 'tops', 'knits'] ['11839,872,35', 'pretty', 'tank', 'with', 'fun', 'details', 'love', 'this', 'tank', 'i', 'am', 'petite', 'and', 'this', 'was', 'the', 'perfect', 'length', 'for', 'me', 'i', 'wore', 'it', 'with', 'white', 'jeans', 'and', 'a', 'blazer', 'love', 'the', 'print', ',5,1,0', 'general', 'tops', 'knits'] ['11840,872,44', 'love', 'this', 'super', 'cute', 'and', 'comfortable', 'soft', 'fabric', 'drapes', 'nicely', 'i', 'wear', 'this', 'with', 'an', 'orange', 'skirt', 'white', 'shirts', 'or', 'jeans', 'i', 'get', 'lots', 'of', 'compliments', 'on', 'this', 'top', 'and', 'get', 'more', 'use', 'out', 'of', 'it', 'than', 'expected', 'i', "'m", 'so', 'glad', 'i', 'tried', 'it', 'on', 'a', 'nice', 'surprise', ',4,1,2', 'general', 'tops', 'knits'] ['11841,872,28', ',,4,1,0', 'general', 'tops', 'knits'] ['11842,1111,47', 'beautiful', 'dress', 'beautiful', 'color', 'and', 'design', 'as', 'the', 'other', 'reviewer', 'says', 'it', 'has', 'an', 'expose', 'good', 'quality', 'gold', 'color', 'zipper', 'on', 'the', 'back', 'that', 'does', "n't", 'show', 'in', 'the', 'picture', 'however', 'it', 'adds', 'to', 'its', 'style', 'and', 'beauty', 'i', 'love', 'the', 'dress', 'and', 'so', 'happy', 'that', 'found', 'it', 'in', 'my', 'size', 'finally', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['11843,333,54', 'beautiful', 'fit', 'and', 'design.', 'these', 'shorts', 'are', 'great', 'both', 'the', 'design', 'and', 'fit', 'are', 'beautiful', 'i', 'would', 'say', 'that', 'these', 'run', 'true', 'to', 'size', 'i', 'bought', 'my', 'usual', 'size', '26', 'and', 'they', 'fit', 'perfectly', 'they', 'fit', 'a', 'little', 'high', 'waisted', 'which', 'i', 'love', 'the', 'material', 'is', 'so', 'soft', 'and', 'are', 'so', 'comfortable', 'i', 'would', 'recommend', 'these', 'shorts', 'if', 'you', "'re", 'thinking', 'about', 'it', ',5,1,0', 'general', 'bottoms', 'shorts'] ['11844,1059,47', 'very', 'cute', 'it', "'s", 'simply', 'a', 'super', 'cute', 'and', 'versatile', 'jumpsuit', 'you', 'can', 'wear', 'it', 'as', 'is', 'or', 'over', 'a', 'shirt', 'or', 't-neck', 'drapes', 'well', 'hangs', 'well', 'looks', 'good', 'from', 'the', 'front', 'and', 'the', 'back', 'i', 'am', '5-5', '120', 'lb', 'size', '4', 'fits', 'perfectly', 'only', 'drawback', 'has', 'to', 'be', 'dry', 'cleaned', ',4,1,0', 'general', 'bottoms', 'pants'] ['11845,872,47', 'so', 'pretty', 'and', 'flattering', 'it', "'s", 'my', 'new', 'favorite', 'blouse', 'it', "'s", 'also', 'really', 'comfortable', 'i', 'do', 'not', 'tuck', 'this', 'one', 'in', 'i', 'love', 'the', 'knit', 'material', 'makes', 'it', 'extra', 'comfy', 'and', 'breathable', 'the', 'colors', 'are', 'very', 'pretty', 'and', 'wearable', 'the', 'quality', 'and', 'cratsmanship', 'are', 'impressive', 'it', 'has', 'a', 'straight', 'bottom', 'hem', 'and', 'slight', 'boxy', 'cut', 'which', 'i', 'like', 'i', 'am', '5', '3', 'and', 'weight', '126', 'lbs', 'i', 'ordered', 'the', 'small', 'but', 'i', 'was', 'going', 'go', 'a', 'slightly', 'bigger', 'comfy', 'fit', 'i', 'could', "n't", 'be', 'happier', 'with', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11846,872,52', ',love', 'this', 'top', 'got', 'xs', 'fits', 'perfectly', 'wish', 'it', 'came', 'in', 'more', 'designs,5,1,2', 'general', 'petite', 'tops', 'knits'] ['11847,333,36', 'beautiful', 'shorts', 'i', "'m", '5', '3', '130', 'lbs', 'and', 'athletic/muscular', 'build', 'the', '4', 'fit', 'perfect', 'which', 'is', 'my', 'true', 'size', 'great', 'print', 'that', 'will', 'go', 'with', 'plenty', 'of', 'different', 'colors', 'i', 'feel', 'like', 'you', 'can', 'dress', 'it', 'up', 'or', 'go', 'more', 'casual', ',5,1,3', 'general', 'bottoms', 'shorts'] ['11848,872,39', 'another', 'great', 'top', 'tried', 'this', 'on', 'to', 'see', 'if', 'the', 'size', 'works', 'in', 'regular', 'size', 'and', 'i', 'love', 'the', 'fir', 'it', 'si', 'very', 'feminine', 'and', 'flattering', 'i', 'will', 'have', 'to', 'go', 'back', 'for', 'it', 'both', 'apttenrs', 'are', 'really', 'nice', 'and', 'it', 'also', 'comes', 'in', 'balck', 'in', 'my', 'store'] [] ['neckline', 'is', 'super', 'flattering', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['11849,872,46', 'comfortable', 'fit', 'cute', 'style', 'i', 'ordered', 'this', 'top', 'in', 'xl', 'in', 'the', 'navy', 'print', 'it', 'fits', 'true', 'to', 'size', 'it', "'s", 'made', 'of', 'two', 'very', 'soft', 'materials', 'the', 'printed', 'part', 'looks', 'like', 'sailboats', 'to', 'me', 'it', 'does', "n't", 'wrinkle', 'or', 'have', 'a', 'static', 'problem', 'the', 'solid', 'knit', 'portion', 'is', 'a', 'good', 'quality', 'too', 'i', 'love', 'the', 'styling', 'details', 'of', 'the', 'ruffled', 'neck', 'and', 'the', 'middle', 'pleat', 'it', "'s", 'flattering', 'i', 'like', 'how', 'the', 'details', 'make', 'this', 'a', 'dressy', 'version', 'of', 'a', 't-shirt', 'while', 'being', 'very', 'comfortable', 'too.,5,1,17', 'general', 'petite', 'tops', 'knits'] ['11850,333,39', ',,3,1,0', 'general', 'bottoms', 'shorts'] ['11851,872,47', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['11852,1045,33', 'best', 'fitting', 'jumpsuit', 'ever', 'this', 'jumpsuit', 'has', 'the', 'best', 'fit', 'i', 'could', 'ever', 'imagine', 'for', 'a', 'jumpsuit', 'jumpsuits', 'are', 'always', 'tricky', 'for', 'me', 'but', 'this', 'one', 'fits', 'like', 'a', 'dream', 'i', 'would', 'say', 'it', 'runs', 'true', 'to', 'size', 'with', 'the', 'exception', 'of', 'being', 'a', 'little', 'bit', 'big', 'in', 'the', 'chest', 'you', 'could', 'go', 'braless', 'with', 'this', 'jumpsuit', 'as', 'there', 'are', 'nice', 'little', 'cups', 'for', 'the', 'girls', 'but', 'i', 'put', 'on', 'a', 'strapless', 'bra', 'just', 'to', 'fill', 'out', 'the', 'top', 'part', 'that', "'s", 'not', 'typically', 'a', 'problem', 'for', 'me', 'being', 'a', '32d', 'i', 'do', "n't", 'think', 'i', 'could', 'size', 'down', 'though', 'or', 'it', 'would', 'be', 'too', 'tight', 'in', 'the', 'wais', ',5,1,0', 'general', 'bottoms', 'pants'] ['11853,1059,30', 'the', 'only', 'jumpsuit', 'i', 'own', 'i', 'am', 'not', 'really', 'a', 'fan', 'of', 'jumpsuits/rompers/etc', 'but', 'i', 'love', 'this', 'jumpsuit', 'very', 'good', 'quality', 'and', 'design', 'fits', 'well', 'but', 'i', 'thought', 'the', '4', 'was', 'pretty', 'large', 'for', 'a', '4.', 'i', 'mean', 'i', 'probably', 'should', 'have', 'gotten', 'a', '2', 'which', 'was', 'sold', 'out', 'but', 'i', 'do', "n't", 'usually', 'have', 'to', 'get', 'a', '4', 'tailored', 'i', 'did', 'in', 'this', 'case', 'but', 'it', 'was', 'still', 'worth', 'it', ',5,1,0', 'general', 'bottoms', 'pants'] ['11854,1054,60', 'love', 'these', 'pants', 'are', 'fabulous', 'i', 'want', 'more', 'colors'] ['and', 'i', 'got', 'them', 'on', 'sale', ',5,1,0', 'general', 'bottoms', 'pants'] ['11855,872,48', 'very', 'nice', 'tip', 'i', 'will', 'find', 'myself', 'reaching', 'for', 'this', 'top', 'time', 'and', 'time', 'again,5,1,1', 'general', 'tops', 'knits'] ['11856,333,34', 'pretty', 'cute', 'shorts', 'i', 'tried', 'these', 'on', 'in', 'a', '6', 'which', 'is', 'my', 'usual', 'size', 'in', 'bottoms', 'that', 'are', 'not', 'designer', 'jeans', 'and', 'they', 'fit', 'ok.', 'they', 'were', 'a', 'little', 'short', 'waisted', 'but', 'i', 'have', 'a', 'long', 'torso', 'sizing', 'up', 'to', 'an', '8', 'helped', 'but', 'then', 'they', 'were', 'fairly', 'wide', 'in', 'the', 'legs', 'they', 'are', 'meant', 'to', 'flare', 'out', 'a', 'bit', 'i', 'believe', 'but', 'it', 'was', 'too', 'much', 'for', 'me', 'i', 'like', 'them', 'but', 'i', 'do', "n't", 'love.,4,1,2', 'general', 'bottoms', 'shorts'] ['11857,872,32', 'adorable', 'tank', 'great', 'cut', 'and', 'high', 'quality', 'fabric', 'the', 'top', 'gives', 'you', 'a', 'nice', 'hourglass', 'shape', 'and', 'i', 'love', 'the', 'way', 'it', 'hangs', 'half-way', 'down', 'your', 'butt.,5,1,1', 'general', 'tops', 'knits'] ['11858,872,50', 'comfortable', 'and', 'stylish', 'i', 'purchased', 'the', 'blue', 'one', 'it', "'s", 'a', 'very', 'brilliant', 'royal', 'blue', 'nice', 'color', 'the', 'patterned', 'portion', 'is', 'quite', 'heavy', 'which', 'provides', 'a', 'nice', 'drape', 'hangs', 'really', 'well', 'without', 'being', 'clingy', 'or', 'too', 'loose', 'great', 'top', 'for', 'jeans', ',4,1,1', 'general', 'tops', 'knits'] ['11859,872,44', 'fun', 'top', 'i', 'got', 'the', 'purple', 'version', 'in', 'a', 'xs', 'i', 'purchased', 'it', 'on', 'sale', 'so', 'it', 'was', 'a', 'great', 'deal', 'i', 'usually', 'do', "n't", 'wear', 'large', 'prints', 'but', 'i', 'loved', 'the', 'print', 'and', 'the', 'ruffle', 'detail', 'very', 'feminine', 'it', 'also', 'hides', 'the', 'tummy', 'roll', 'so', 'that', 'is', 'always', 'a', 'plus', 'i', "'ve", 'worn', 'it', 'a', 'few', 'times', 'and', 'threads', 'are', 'already', 'unraveling', 'but', 'easy', 'fix', ',4,1,0', 'general', 'tops', 'knits'] ['11860,872,49', 'cute', 'top', 'this', 'is', 'a', 'cute', 'top', 'and', 'i', 'did', 'not', 'even', 'need', 'my', 'usual', 'petite', 'size', 'thanks', 'to', 'the', '3/4', 'length', 'sleeves', 'i', 'liked', 'the', 'semi-abstract', 'sailboat', 'pattern', 'and', 'the', 'style', 'is', 'comfortable', 'to', 'wear', 'however', 'the', 'tie', 'at', 'the', 'neckline', 'did', "n't", 'appeal', 'to', 'me', 'so', 'ultimately', 'i', 'did', 'not', 'buy', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['11861,879,56', 'a', 'structured', 't', 'shirt', 'finally', 'tts', 'for', 'most', 'this', 'must', 'be', 'the', 'only', 'structured', 't', 'shirt', 'at', 'retailer', 'at', 'the', 'time', 'of', 'this', 'review', 'i', 'love', 'it', 'the', 'neckline', 'is', 'perfection', 'the', 'ruched', 'sleeves', 'are', 'long', 'enough', 'to', 'cover', 'my', 'upper', 'arms', 'i', 'found', 'it', 'a', 'bit', 'see', 'through', 'and', 'added', 'a', 'white', 'cami'] [] ['sizing', 'i', 'ordered', 'an', 'xs', 'normally', 'i', 'wear', 'a', 'small', 'in', 'retailer', 'brands', 'and', 'a', 'med', 'in', 'most', 'other', 'brands', 'size', 'small', 't', "'s", 'have', 'been', 'too', 'large', 'lately', 'i', "'m", '5', '5', 'tall', '135', 'lbs', '35-29-36', '34d', 'long', 'torso', 'narrow', 'across', 'the', 'shoulders', 'and', 'short', 'arms'] [] ['fit', 'loose', 'fitting', 't', "'s", 'l', ',5,1,19', 'general', 'petite', 'tops', 'knits'] ['11862,872,34', 'super', 'cute', 'an', 'adorable', 'tank', 'wearing', 'it', 'right', 'now'] ['fits', 'this', 'curvy', 'girl', 'well', 'though', 'may', 'consider', 'wearing', 'a', 'tank', 'underneath', 'as', 'the', 'keyhole', 'does', 'show', 'a', 'bit', 'of', 'cleavage'] ['if', 'in', 'between', 'sizes', 'consider', 'sizing', 'down'] ['perfect', 'print', 'for', 'summer', ',5,1,0', 'general', 'tops', 'knits'] ['11863,1059,39', 'amazing', 'i', 'am', 'a', 'jumpsuit', 'convert', 'i', 'tried', 'it', 'on', 'just', 'in', 'case', 'but', 'was', 'amazed', 'at', 'how', 'easy', 'and', 'effortlessly', 'adorable', 'it', 'is', 'i', 'purchased', 'the', 'black', 'petite', '4', 'and', 'love', 'that', 'it', 'is', 'super', 'versatile', 'in', 'terms', 'of', 'seasonality', 'and', 'styling', 'options', 'i', 'have', 'an', 'hourglass', 'figure', 'and', 'the', 'draping', 'and', 'fit', 'of', 'the', 'piece', 'work', 'very', 'well', ',5,1,19', 'general', 'bottoms', 'pants'] ['11864,333,44', 'love', 'love', 'love', 'this', 'was', 'my', 'first', 'time', 'to', 'try', 'this', 'brand', 'and', 'they', 'fit', 'so', 'well', 'and', 'are', 'super', 'comfortable', 'i', 'love', 'the', 'pockets', 'also', 'i', 'am', '5', '1', '108', 'and', 'i', 'got', 'a', '2p', 'and', 'they', 'fit', 'just', 'right', ',4,1,1', 'general', 'bottoms', 'shorts'] ['11865,879,50', 'not', 'flattering', 'i', 'put', 'on', 'this', 't-shirt', 'and', 'my', 'husband', 'said', 'it', 'makes', 'you', 'look', 'old', 'he', 'was', 'right', 'i', "'m", 'not', 'sure', 'if', 'it', "'s", 'the', 'cut', 'or', 'the', 'pattern', 'but', 'i', 'found', 'it', 'completely', 'unflattering', 'on', 'my', 'petite', 'frame', 'and', 'it', 'looked', 'cheap', 'too', 'perhaps', 'on', 'someone', 'else', 'it', 'would', 'look', 'different', 'the', 'pattern', 'is', 'overwhelming', 'and', 'the', 'sleeps', 'are', 'a', 'bit', 'too', 'look', 'and', 'ruched', 'for', 'my', 'liking', 'it', 'may', 'look', 'better', 'on', 'someone', 'taller.,2,0,2', 'general', 'petite', 'tops', 'knits'] ['11866,872,37', 'light', 'and', 'comfy', 'i', 'bought', 'this', 'top', 'in', 'lavender', 'this', 'top', 'is', 'light', 'and', 'smooth', 'on', 'your', 'body', 'and', 'true', 'to', 'size', 'i', "'m", '5', '4', '34dd', '150', 'lbs-', 'm', 'fits', 'well', 'it', 'hides', 'the', 'imperfections', 'in', 'the', 'tummy', 'area', 'and', 'i', 'find', 'myself', 'going', 'for', 'this', 'top', 'a', 'lot', 'it', "'s", 'a', 'very', 'easy', 'to', 'put', 'on', 'and', 'take', 'to', 'it', 'off', ',5,1,2', 'general', 'tops', 'knits'] ['11867,818,40', 'one', 'of', 'the', 'worst', 'shirts', 'i', "'ve", 'tried', 'in', 'a', 'long', 'time', 'i', 'do', "n't", 'know', 'how', 'they', 'managed', 'to', 'give', 'it', 'a', 'little', 'shape', 'on', 'the', 'model', 'in', 'person', 'it', 'is', 'sleeveless', 'huge', 'short', 'and', 'wide', ',1,0,31', 'general', 'tops', 'blouses'] ['11868,872,31', 'runs', 'large', 'love', 'the', 'print', 'and', 'comfort', 'of', 'this', 'tank', 'however', 'it', 'does', 'run', 'about', '2', 'sizes', 'larger', 'than', 'normal', 'it', 'is', 'also', 'not', 'a', 'fitted', 'tank', 'it', 'has', 'some', 'flow', 'which', 'is', 'not', 'exactly', 'what', 'i', 'was', 'looking', 'for', ',3,1,6', 'general', 'tops', 'knits'] ['11869,1022,42', 'love', 'these', 'jeans', 'i', 'really', 'ca', "n't", 'say', 'enough', 'about', 'them', 'they', 'have', 'the', 'perfect', 'amount', 'of', 'stretch', 'are', 'so', 'comfortable', 'and', 'they', 'keep', 'their', 'shape', 'really', 'well', 'i', 'would', 'say', 'that', 'you', 'could', 'wear', 'them', '3', 'times', 'before', 'washing', 'also', 'the', 'color', 'is', 'perfect', 'they', 'are', 'tts', 'and', 'even', 'allow', 'for', 'a', 'little', 'extra', 'holiday', 'weight', 'without', 'becoming', 'a', 'torture', 'device', ',5,1,1', 'general', 'bottoms', 'jeans'] ['11870,879,66', 'love', 'it', 'since', 'there', 'is', "n't", 'one', 'where', 'i', 'live', 'i', 'ran', 'into', 'retailer', 'while', 'waiting', 'for', 'my', 'daughter', 'to', 'pick', 'me', 'up', 'saw', 'this', 'and', 'bought', 'it', 'off', 'the', 'rack', 'w/out', 'trying', 'on', 'had', 'to', 'get', 'a', 'm', 'as', 'they', 'were', 'out', 'of', 's', 'and', 'yes', 'it', "'s", 'a', 'tad', 'large', 'on', 'me', 'but', 'still', 'glad', 'i', 'got', 'it', 'i', 'think', 'it', 'will', 'be', 'a', 'nice', 'transition', 'piece', 'into', 'fall', 'in', 'hot', 'texas', 'love', 'how', 'the', 'linen', 'drapes', 'and', 'it', 'makes', 'me', 'feel', 'a', 'bit', 'more', 'dressed', 'up', 'than', 'a', 'cotton', 'tee', 'the', 'ruching', 'on', 'the', 'sleeves', 'is', 'an', 'extra', 'nice', 'touch', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['11871,872,31', 'perfect', 'summer', 'basic', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'on', 'a', 'whim', 'it', 'is', 'so', 'flattering', 'soft', 'and', 'pretty', 'i', 'generally', 'wear', 'a', 'size', '12', 'and', 'bought', 'a', 'l', 'although', 'the', 'm', 'might', 'have', 'fit', 'also', 'it', "'s", 'got', 'plenty', 'of', 'room', 'the', 'chiffon', 'yoke', 'is', 'not', 'particularly', 'sheer', 'and', 'a', 'nude', 'bra', 'strap', 'is', 'basically', 'invisible', 'the', 'jersey', 'is', 'adequately', 'opaque', 'so', 'no', 'camisole', 'needed', 'my', 'dimensions', 'are', 'about', '40', 'bust', 'x', '33', 'waist', ',5,1,0', 'general', 'tops', 'knits'] ['11872,1117,33', 'i', "'m", 'in', 'love', 'i', "'ve", 'been', 'stalking', 'this', 'beauty', 'since', 'it', 'came', 'out', 'and', 'when', 'i', 'saw', 'it', 'went', 'on', 'sale', 'with', 'an', 'extra', 'percent', 'off', 'code', 'i', 'knew', 'i', 'had', 'to', 'purchase', 'well', 'worth', 'the', 'price', 'i', 'paid', 'a', 'bit', 'steep', 'at', 'full', 'price'] [] ['i', 'went', 'with', 'a', 'size', 'medium-', 'i', 'usually', 'take', 'a', 'small/2-4', 'in', 'retailer', 'tops', 'and', 'these', 'days', 'i', "'m", 'around', 'a', '32c', 'i', "'m", 'also', 'tall', 'with', 'long', 'arms', 'the', 'design', 'is', 'very', 'forgiving', 'with', 'the', 'cropped', 'sleeve', 'and', 'non-closing', 'front', 'so', 'you', 'have', 'some', 'wiggle', 'room', 'it', 'fits', 'me', 'like', 'it', 'was', 'custom', 'made'] [] ['the', 'material', 'is', 'a', 'lightwei', ',5,1,1', 'general', 'jackets', 'outerwear'] ['11873,872,40', 'geometric', 'top', 'i', 'purchased', 'the', 'blue', 'version', 'in', 'store', 'it', "'s", 'a', 'nice', 'royal', 'blue', 'not', 'navy', 'although', 'the', 'it', 'could', 'be', 'worn', 'with', 'navy', 'i', 'thought', 'the', 'fit', 'was', 'flattering', 'the', 'middle', 'piece', 'pleat', 'is', 'less', 'obvious', 'on', 'the', 'blue', 'than', 'the', 'purple', 'the', 'tie', 'at', 'the', 'neck', 'can', 'be', 'untied', 'and', 'it', 'is', 'still', 'not', 'too', 'low', 'cut', ',4,1,2', 'general', 'tops', 'knits'] ['11874,1054,61', 'cute', 'and', 'comfortable', 'note', 'the', 'inseam', 'runs', 'a', 'little', 'longer', 'than', 'stated', 'above', 'if', 'you', 'are', 'truly', 'a', '29', 'inseam', 'you', 'may', 'want', 'to', 'get', 'the', 'petite', 'size', 'i', 'purchased', 'the', 'petite', 'small', 'my', 'inseam', 'is', '27', 'and', 'the', 'trousers', 'hit', 'the', 'ground', 'in', 'stocking', 'feet', 'however', 'the', 'length', 'can', 'be', 'changed', 'depending', 'on', 'where', 'you', 'wear/place', 'them', 'on', 'your', 'hip'] ['i', "'ve", 'worn', 'these', 'trousers', 'at', 'home', 'and', 'around', 'town', 'with', 'ease', 'they', 'are', 'a', 'wonderful', 'cold', 'weather', 'go-to', 'wardrobe', 'staple', 'i', 'wear', 'a', 'nylon', 'trouser', 'slip', 'with', 'them', 'to', 'prolong', 'the', 'need', 'for', 'cleaning', ',5,1,12', 'general', 'bottoms', 'pants'] ['11875,936,77', 'perfect', 'for', 'fall', 'i', 'saw', 'this', 'in', 'my', 'local', 'store', 'last', 'night', 'and', 'was', 'instantly', 'drawn', 'to', 'the', 'color', 'it', 'is', 'more', 'greenish', 'than', 'yellow', 'i', 'say', 'this', 'alot', 'but', 'this', 'was', 'so', 'much', 'prettier', 'in', 'person', 'i', 'would', 'not', 'look', 'twice', 'at', 'it', 'online-', 'the', 'picture', 'does', 'it', 'no', 'justice', 'i', 'am', 'not', 'a', 'pancho', 'person', 'but', 'this', 'looks', 'very', 'luxurious', 'and', 'expensive', 'and', 'it', 'feels', 'so', 'soft', 'and', 'warm', 'i', 'tried', 'the', 'xs/s', 'and', 'it', 'fit', 'perfect', 'i', 'am', 'typically', 'a', 'medium', 'in', 'other', 'brands', 'at', 'antrho', 'it', 'is', 'boxy', 'but', 'that', 'is', 'the', 'point', 'of', 'a', 'sweater', 'of', 'this', 'type', 'it', 'will', 'be', 'p', ',5,1,1', 'general', 'tops', 'sweaters'] ['11876,1059,41', 'i', 'tried', 'on', 'this', 'jumpsuit', 'in', 'black', 'and', 'it', 'was', 'absolutely', 'beautiful', 'i', 'liked', 'that', 'it', 'looked', 'sort', 'of', 'like', 'a', 'tuxedo', 'i', 'wore', 'it', 'one', 'time', 'and', 'received', 'so', 'many', 'compliments', 'when', 'i', 'washed', 'it', 'however', 'it', 'shrunk', 'almost', '1', 'size', 'the', 'pant', 'legs', 'were', 'high', 'water', 'i', 'even', 'tried', 'washing', 'and', 'restretching', 'it', 'because', 'i', 'loved', 'the', 'jumpsuit', 'but', 'it', 'would', "n't", 'budge', 'i', 'think', 'because', 'rayon', 'is', 'not', 'stretchable', 'material', 'to', 'my', 'disappointment', 'i', 'returned', 'it', 'i', 'really', 'wished', 'it', 'would', 'have', 'worked', 'out', ',1,0,2', 'general', 'bottoms', 'pants'] ['11877,872,36', 'great', 'basic', 'with', 'some', 'flair', 'great', 'causal', 'tank', 'the', 'back', 'is', 'a', 'bitter', 'longer', 'than', 'the', 'front', 'i', "'m", '5', '6', 'and', 'the', 'back-model', 'shot', 'was', 'right', 'on', 'for', 'where', 'it', 'his', 'me', 'at', 'the', 'hip/butt', 'the', 'material', 'is', 'a', 'poly/spandex/rayon', 'mix', 'that', 'feels', 'predominately', 'like', 'polyester', 'and', 'rayon', 'and', 'has', 'a', 'little', 'bit', 'of', 'give'] [] ['i', 'go', 'between', 'a', 'medium', 'and', 'small', 'in', 'most', 'retailer', 'tanks', 'and', 'like', 'to', 'achieve', 'a', 'look', 'that', 'is', 'somewhere', 'in', 'between', 'form-fitting', 'and', 'flowy', 'quick', 'stats', '130', 'lbs', '34c', 'and', 'the', 'small', 'was', 'perfect', 'without', 'being', 'too', 'tight', 'across', 'the', 'chest', ',5,1,13', 'general', 'tops', 'knits'] ['11878,872,66', 'darling', 'i', 'ca', "n't", 'wait', 'for', 'our', 'warmer', 'weather', 'to', 'arrive', 'here', 'in', 'minnesota', 'so', 'i', 'can', 'wear', 'this', 'lovely', 'tank', 'top', 'the', 'style', 'is', 'so', 'flattering', 'it', 'does', "n't", 'bag', 'out', 'to', 'make', 'you', 'look', 'pregnant', 'the', 'back', 'yoke', 'is', 'solid', 'navy', 'blue', 'chiffon', 'which', 'is', 'a', 'nice', 'touch', 'soft', 'fabric', 'drapes', 'beautifully', 'the', 'armholes', 'are', 'not', 'oversized', 'the', 'fabric', 'is', 'opaque', 'so', 'no', 'camisole', 'required'] [] ['i', 'am', '5', '5', 'and', '120', 'lbs', 'and', '36a', 'i', 'purchased', 'size', 'small', ',5,1,2', 'general', 'tops', 'knits'] ['11879,872,44', 'pattern', 'not', 'attractive', 'in', 'person', 'i', 'ordered', 'this', 'online', 'and', 'was', 'surprised', 'to', 'see', 'yellow', 'in', 'the', 'pattern', 'when', 'it', 'arrived', 'i', 'ca', "n't", 'see', 'that', 'in', 'the', 'online', 'photo', 'i', 'did', "n't", 'like', 'the', 'pattern', 'at', 'all', 'when', 'i', 'saw', 'it', 'for', 'real', 'the', 'shirt', 'is', 'very', 'loose', 'fits', 'much', 'like', 'the', 'model', 'photo', 'i', 'ordered', 'a', 'small', '5', '6', '140lbs', 'just', 'looks', 'kind', 'of', 'frumpy', 'and', 'the', 'pleat', 'down', 'the', 'front', 'makes', 'the', 'front', 'hang', 'heavily', ',3,0,11', 'general', 'tops', 'knits'] ['11880,868,57', 'well', 'made', 'but', 'huge', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'knit', 'and', 'the', 'top', 'generally', 'well', 'made', 'unfortunately', 'the', 'fit', 'was', 'enormous', 'i', "'ve", 'an', 'athletic', 'build', 'w/', 'big', 'boobs', 'normally', 'wear', 'l', 'in', 'retailer', 'tops', ',2,0,1', 'general', 'tops', 'knits'] ['11881,964,32', ',love', 'it', 'goes', 'well', 'with', 'a', 'lot', 'super', 'soft,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['11882,829,59', ',beautiful', 'colors', 'lovely', 'style', 'feminine', 'and', 'has', 'a', 'nice', 'flow', 'fiattering', 'fit', 'in', 'back', 'also', 'nice', 'holiday', 'blouse', 'really', 'very', 'pretty.,5,1,2', 'general', 'tops', 'blouses'] ['11883,868,59', 'loose', 'fit', 'beautiful', 'color', 'and', 'style', 'this', 'is', 'a', 'beautiful', 'color', 'and', 'nice', 'heavier', 'fabric', 'love', 'the', 'style', 'armholes', 'not', 'too', 'big', 'the', 'body', 'is', 'loose', 'fitting', 'at', 'torso', 'but', 'chest', 'area', 'is', 'fitted', 'at', '36', 'c', 'size', 'small', 'i', 'love', 'this', 'top', 'with', 'skinny', 'jeans', 'or', 'pencil', 'skirt', 'as', 'shown', 'on', 'model', 'top', 'looks', 'just', 'like', 'it', 'does', 'on', 'model', 'as', 'far', 'as', 'fit.,5,1,9', 'general', 'tops', 'knits'] ['11884,872,34', ',fabric', 'is', 'so', 'comfy', 'color', 'is', 'gorgeous', 'fit', 'is', 'flattering', 'for', 'large', 'chests.,5,1,0', 'general', 'tops', 'knits'] ['11885,872,44', 'good', 'staple', 'this', 'top', 'is', 'an', 'amazing', 'go', 'to', 'piece', 'and', 'yes', 'i', 'have', 'all', 'the', 'colors', 'i', 'could', 'grab', 'my', 'hands', 'onto', 'i', 'will', 'say', 'that', 'under', 'the', 'arms', 'small', 'little', 'balls', 'of', 'fabric', 'begin', 'to', 'appear', 'with', 'wear', 'therefore', 'it', 'will', 'need', 'a', 'quick', 'once', 'over', 'with', 'your', 'sweater', 'shaver', 'from', 'time', 'to', 'time', 'good', 'staple', 'for', 'a', 'great', 'price', ',5,1,0', 'general', 'tops', 'knits'] ['11886,860,26', 'not', 'great', 'for', 'smaller', 'chests', 'the', 'fabric', 'is', 'lovely', 'color', 'was', 'great', 'but', 'unfortunately', 'it', 'ran', 'a', 'bit', 'large', 'this', 'might', 'be', 'a', 'case', 'of', 'girls', 'with', 'boobs', 'vs.', 'girls', 'without', 'i', 'have', 'a', 'small', 'chest', 'so', 'for', 'me', 'this', 'just', 'did', "n't", 'stay', 'in', 'place', 'i', 'was', 'worried', 'about', 'the', 'arms', 'squeezing', 'me', 'so', 'i', 'got', 'a', 'small', 'rather', 'than', 'my', 'usual', 'xs', 'bad', 'choice', 'the', 'diamond', 'in', 'the', 'middle', 'pooches', 'out', 'rather', 'than', 'hugging', 'your', 'body', 'which', 'was', 'what', 'i', 'was', 'hoping', 'for', 'when', 'i', 'raise', 'my', 'arms', 'the', 'whole', 'shirt', 'ends', 'up', 'riding', 'up', 'pretty', 'awkward', 'there', "'s", 'also', 'a', 'lot', 'of', 'fabric', ',3,1,0', 'general', 'tops', 'knits'] ['11887,854,27', 'beautiful', 'but', 'boxy', 'i', 'thought', 'this', 'top', 'was', 'absolutely', 'beautiful', 'online', 'and', 'it', 'does', "n't", 'disappoint', 'in', 'person', 'the', 'fabric', 'is', 'divine', 'and', 'i', 'just', 'love', 'the', 'paisley', 'design', 'after', 'putting', 'it', 'on', 'though', 'it', 'did', 'look', 'just', 'a', 'tad', 'boxy', 'but', 'not', 'enough', 'to', 'return', 'it', 'i', 'would', 'definitely', 'recommend', 'the', 'top', 'and', 'maybe', 'a', 'cute', 'belt', 'to', 'accompany', ',4,1,0', 'general', 'tops', 'knits'] ['11888,860,40', 'i', 'really', 'like', 'this', 'top', 'i', 'am', 'usually', 'a', 'medium', 'in', 'retailer', 'clothing', 'and', 'so', 'i', 'ordered', 'this', 'in', 'medium', 'it', 'did', 'not', 'fit', 'right', 'across', 'my', 'chest', 'the', 'empire', 'part', 'cut', 'right', 'across', 'my', 'breast', 'and', 'not', 'underneath', 'like', 'it', 'is', 'supposed', 'to', 'i', 'returned', 'the', 'top', 'for', 'a', 'large', 'and', 'it', 'fits', 'just', 'right', 'in', 'that', 'area', 'other', 'than', 'that', 'this', 'top', 'is', 'light', 'and', 'airy', 'flowy', 'and', 'pretty', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['11889,854,41', 'beautiful', 'top', 'lovely', 'silky', 'top', '100', 'poly', 'i', 'typically', 'look', 'better', 'in', 'more', 'cool', 'tones', 'this', 'top', 'is', 'neutral', 'enough', 'that', 'i', 'could', 'pull', 'it', 'off', 'it', 'really', 'has', 'three', 'very', 'pretty', 'complimentary', 'patterned', 'fabrics', 'the', 'front', 'v', 'is', 'very', 'deep', 'and', 'the', 'arm', 'holes', 'are', 'quite', 'roomy', 'so', 'either', 'size', 'down', 'or', 'plan', 'on', 'wearing', 'a', 'cami', 'to', 'conceal', 'cleavage', 'and', 'bra', ',5,1,5', 'general', 'tops', 'knits'] ['11890,872,39', 'nice', 'colors', 'i', 'had', 'a', 'hard', 'time', 'deciding', 'to', 'order', 'red', 'or', 'turquoise', 'as', 'both', 'colors', 'are', 'really', 'nice', 'in', 'person', 'the', 'black', 'of', 'course', 'is', 'a', 'classic', 'another', 'reviewer', 'found', 'the', 'top', 'to', 'be', 'small', 'but', 'i', 'found', 'it', 'to', 'be', 'a', 'little', 'big', 'on', 'me', 'in', 'my', 'usual', 'size', 'not', 'too', 'bad', 'but', 'a', 'little', 'bigger', 'than', 'expected'] [] ['teh', 'neck', 'part', 'is', 'effortless', 'as', 'there', 'is', 'stiching', 'to', 'help', 'the', 'colw', 'effect', 'stay', 'in', 'place', 'the', 'fabric', 'is', 'thin', 'though', 'so', 'may', 'show', 'things', 'thinking', 'bra', 'ripples', 'and', 'perhaps', 'some', 'other', 'ripples', 'in', 'front', 'tummmy', 'keeping', 'it', ',5,1,4', 'general', 'tops', 'knits'] ['11891,872,45', 'nice', 'top', 'but', 'runs', 'small', 'i', 'like', 'the', 'fabric', 'and', 'aesthetic', 'of', 'this', 'top', 'and', 'really', 'wanted', 'to', 'like', 'it', 'however', 'i', 'wish', 'it', 'were', 'longer', 'i', 'am', 'a', 'size', 'small', 'or', 'med', 'in', 'all', 'retailer', 'clothes', 'but', 'even', 'the', 'medium', 'felt', 'short', 'and', 'clingy', 'however', 'that', 'might', 'be', 'because', 'i', "'m", 'curvy', 'with', 'a', 'long', 'torso', 'so', 'i', "'d", 'definitely', 'recommend', 'trying', 'this', 'on', 'rather', 'than', 'buying', 'online', ',3,0,6', 'general', 'tops', 'knits'] ['11892,872,56', 'beautiful', 'cowlneck', 'true', 'to', 'size'] ['neckline', 'is', 'not', 'too', 'low', 'so', 'it', "'s", 'great', 'for', 'work'] ['got', 'the', 'red', 'and', 'it', "'s", 'a', 'lush', 'deep', 'color'] ['quite', 'happy', 'with', 'this', 'purchae', ',5,1,1', 'general', 'tops', 'knits'] ['11893,196,32', 'so', 'comfy', 'this', 'is', 'a', 'very', 'comfy', 'dress/tunic', 'i', 'like', 'to', 'wear', 'it', 'with', 'leggings', 'washed', 'well', 'nice', 'color', 'looks', 'nice', 'with', 'boots', 'nice', 'find', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['11894,964,32', ',,1,0,0', 'general', 'petite', 'jackets', 'jackets'] ['11895,854,39', 'too', 'low-cut', 'the', 'pattern', 'and', 'colors', 'are', 'very', 'pretty', 'and', 'the', 'material', 'is', 'soft', 'and', 'silky', 'i', 'returned', 'it', 'though', 'because', 'it', 'is', 'very', 'low-cut', 'in', 'the', 'front', 'it', 'comes', 'down', 'to', 'between', 'my', 'breasts', 'which', 'is', 'not', 'going', 'to', 'work', 'for', 'me', ',2,0,4', 'general', 'tops', 'knits'] ['11896,196,67', 'picture', 'does', "n't", 'do', 'it', 'justice', 'this', 'is', 'a', 'beautiful', 'tunic', 'dress', 'and', 'the', 'detail', 'makes', 'it', 'so', 'soft', 'and', 'feminine', 'i', 'would', 'never', 'have', 'bought', 'it', 'online', 'because', 'it', 'looks', 'so', 'plain', 'but', 'in', 'the', 'store', 'today', 'just', 'could', "n't", 'believe', 'how', 'pretty', 'i', "'m", 'mature', 'so', 'i', 'plan', 'to', 'wear', 'with', 'black', 'leggings', 'and', 'a', 'nice', 'scarf', 'but', 'could', 'easily', 'be', 'worn', 'alone', 'or', 'with', 'jeans', 'i', 'think', 'it', 'will', 'transition', 'into', 'spring', 'for', 'two', 'season', 'wear', 'i', "'m", 'small', 'but', 'large', 'busted', 'size', '6', '32', 'h', 'bra', 'and', 'the', 'small', 'was', 'perfect', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['11897,872,53', 'beautifully', 'basic', 'i', 'am', 'pleased', 'with', 'this', 'modal', 'cowl', 'neck', 'top', 'it', 'is', 'a', 'very', 'basic', 'but', 'is', 'a', 'nice', 'addition', 'to', 'my', 'wardrobe', 'the', 'cowl', 'is', 'just', 'right-not', 'overly', "'chunky", 'or', 'awkward', 'it', 'drapes', 'nicely', 'and', 'lies', 'flat', 'against', 'my', 'chest', 'this', 'blouse', "'softens", 'the', 'face-just', 'what', 'i', 'was', 'looking', 'for-i', 'needed', 'a', 'soft-looking', 'black', 'tee', 'to', 'go', 'with', 'a', 'skirt', 'i', 'have', 'and', 'wanted', 'a', 'bit', "'more", 'than', 'a', 'basic', 'tee', 'but', 'nothing', 'overly', 'frilly', 'or', 'ruffled', 'this', 'blouse', 'filled', 'the', 'bill', 'quite', 'nicely', 'it', 'is', 'a', 'very', 'soft', 'modal', 'fabric', 'and', 'fits', 'tts', 'i', 'am', '5', '5', ',5,1,0', 'general', 'tops', 'knits'] ['11898,866,44', 'boxy', 'like', 'the', 'idea', 'but', 'the', 'tee', 'was', 'was', 'very', 'boxy', 'i', 'tried', 'the', 'size', 'small', 'and', 'it', 'fit', 'at', 'the', 'shoulders', 'but', 'the', 'body', 'was', 'very', 'big', 'i', 'would', 'say', 'they', 'pinned', 'it', 'for', 'the', 'product', 'photo'] ['i', "'m", '34a', 'usually', 'a', 'size', 'small', 'it', 'was', 'soft', 'and', 'fun', 'but', 'a', 'no', 'for', 'me', 'at', 'this', 'price', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['11899,854,46', 'pretty', 'top', 'was', "n't", 'sure', 'what', 'to', 'expect', 'but', 'got', 'this', 'on', 'sale', 'and', 'glad', 'i', 'did'] ['it', 'is', 'much', 'prettier', 'in', 'person', 'soft', 'and', 'silky'] ['great', 'fit', 'also', 'and', 'versatile', 'mix', 'and', 'match', ',5,1,0', 'general', 'tops', 'knits'] ['11900,1052,46', 'going', 'back', 'i', 'am', 'sure', 'these', 'pants', 'are', 'right', 'for', 'someone', 'just', 'not', 'me', 'i', 'am', 'wider', 'in', 'the', 'hips', 'and', 'they', 'just', 'were', 'really', 'unflatering', 'the', 'fabric', 'is', 'very', 'lightweight', 'which', 'i', 'was', "n't", 'expecting', 'and', 'so', 'while', 'the', 'pleats', 'are', 'interesting', 'with', 'my', 'hips', 'they', 'ended', 'up', 'hitting', 'in', 'just', 'the', 'wrong', 'place', 'the', 'waist', 'was', 'also', 'much', 'lower', 'than', 'i', 'expected', 'not', 'low', 'rise', 'but', 'i', "'m", 'used', 'to', 'thinking', 'high', 'waist', 'with', 'wide', 'legs', 'in', 'short', 'these', 'pants', 'are', 'probably', 'great', 'on', 'some', 'body', 'types', 'just', 'not', 'mine', 'also', 'very', 'long', 'i', "'m", '5-8', 'and', 'a', ',3,0,6', 'general', 'petite', 'bottoms', 'pants'] ['11901,860,39', ',,5,1,0', 'general', 'tops', 'knits'] ['11902,860,46', ',,5,1,0', 'general', 'tops', 'knits'] ['11903,872,47', 'just', 'average', 'online', 'this', 'top', 'looks', 'fabulous', 'but', 'in', 'person', 'not', 'so', 'great', 'great', 'color', 'nice', 'quality', 'for', 'a', 'lightweight', 'top', 'but', 'when', 'i', 'tried', 'it', 'on', 'the', 'neck', 'does', 'not', 'lay', 'nicely', 'too', 'much', 'sloppy', 'wrinkled', 'material', 'just', 'hanging', 'awkwardly', 'around', 'the', 'neck', 'and', 'i', 'love', 'cowl', 'neck', 'i', 'found', 'for', 'me', 'it', 'dipped', 'very', 'low', 'showing', 'cleavage', 'and', 'i', 'have', 'a', 'large', 'chest', 'so', 'did', "n't", 'work', 'for', 'reference', 'i', "'m", '5', '4', '118', 'and', 'usually', 'wear', 'a', 'small', 'in', 'retailer', 'tops', 'because', 'it', 'seems', 'the', 'majority', 'of', 'their', 'clothes', 'run', 'large', 'i', 'purchased', 'a', 'smal', ',3,0,2', 'general', 'tops', 'knits'] ['11904,964,52', 'i', 'saw', 'this', 'jacket', 'in', 'stores', 'but', 'did', 'not', 'buy', 'it', 'i', 'went', 'home', 'but', 'could', 'not', 'get', 'this', 'trendy', 'jacket', 'out', 'of', 'my', 'head', 'i', 'returned', 'to', 'the', 'store', 'the', 'very', 'next', 'day', 'and', 'purchased', 'this', 'item', 'i', 'am', 'very', 'pleased', 'with', 'the', 'quality', 'and', 'think', 'that', 'the', 'fit', 'could', 'go', 'well', 'on', 'most', 'body', 'types', 'i', 'got', 'the', 'denim', 'color', 'which', 'may', 'not', 'be', 'the', 'best', 'color', 'for', 'all', 'but', 'i', 'love', 'it', 'because', 'denim', 'is', 'timeless', 'and', 'very', 'versatile', 'i', 'would', 'suggest', 'this', 'to', 'anyone', 'and', 'could', 'not', 'be', 'happier', 'with', 'this', 'go', 'out', 'and', 'buy', 'it', 'now', 'you', 'wo', "n't", 're', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['11905,196,53', 'i', 'bought', 'this', 'during', 'the', '25', 'off', 'dress', 'sale', 'but', 'alas', 'it', 'is', 'a', 'chemise', 'and', 'not', 'a', 'dress', 'nevertheless', 'i', 'love', 'it', 'in', 'a', 'smaller', 'size', 'i', 'exchanged', 'an', 'xs', 'for', 'an', 'xxs', 'it', 'is', 'much', 'more', 'flattering', 'and', 'has', 'more', 'shape', 'the', 'different', 'fabrics', 'make', 'it', 'interesting', 'and', 'fun', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['11906,1089,31', 'a', 'bit', 'big', 'this', 'is', 'a', 'lovely', 'dress', 'the', 'shape', 'is', 'really', 'flattering', 'and', 'it', "'s", 'light', 'and', 'easy', 'to', 'wear', 'the', 'only', 'problem', 'i', 'have', 'is', 'it', 'runs', 'a', 'little', 'big', 'i', "'m", 'normally', 'a', '6-8', 'and', 'i', "'m", 'sizing', 'down', 'to', 'a', '4.', 'otherwise', 'it', "'s", 'pretty', 'perfect', 'the', 'length', 'is', 'good', 'for', 'taller', 'women', 'i', "'m", "5'11", 'and', 'the', 'bodice', 'is', 'sturdy', 'enough', 'that', 'smaller', 'cup', 'sizes', 'wo', "n't", 'need', 'a', 'bra', 'definitely', 'recommend', 'this', ',4,1,12', 'general', 'dresses', 'dresses'] ['11907,829,56', 'love', 'this', 'top', 'this', 'is', 'a', 'great', 'top', 'so', 'beautiful', 'with', 'bright', 'colors', 'and', 'sheen', 'my', 'only', 'complaint', 'was', 'i', 'am', 'dd', 'and', 'it', 'was', 'tight', 'so', 'i', 'had', 'to', 'size', 'up', 'otherwise', 'my', 'brests', 'would', 'spill', 'up', 'and', 'out', '.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11908,1052,48', 'had', 'to', 'alter', 'waist', 'i', 'am', '5', '3', '28/38', 'and', 'i', 'ordered', 'the', 'regular', 's.', 'if', 'i', 'left', 'it', 'the', 'way', 'it', 'came', 'it', 'would', 'have', 'been', 'low-waisted', 'and', 'too', 'long', 'so', 'i', 'am', 'having', 'the', 'waist', 'taken', 'in', 'a', 'couple', 'of', 'inches', 'so', 'it', 'is', 'now', 'high', 'waisted', 'and', 'the', 'length', 'is', 'fine', 'with', 'heels', 'i', 'did', 'not', 'opt', 'to', 'exchange', 'for', 'a', 'smaller', 'size', 'as', 'the', 'derriere', 'fit', 'fine', 'it', 'anyway', 'does', 'not', 'define', 'your', 'shape', 'much', 'in', 'the', 'rear', 'agree', 'that', 'fabric', 'is', 'lighter', 'than', 'expected', 'but', 'the', 'color', 'and', 'drape', 'are', 'nice', 'it', 'has', 'stitched-in', 'shorts', 'that', 'fall', 'above', 'the', 'knee', 'i', 'think', 'wi', ',4,1,6', 'general', 'petite', 'bottoms', 'pants'] ['11909,872,37', 'classy', 'i', 'really', 'love', 'this', 'shirt', 'fits', 'just', 'like', 'the', 'picture', 'shows', 'and', 'runs', 'tts', 'the', 'color', 'is', 'a', 'beautiful', 'red', 'a', 'bitter', 'richer/darker', 'in', 'person', 'than', 'it', 'looks', 'online.,4,1,1', 'general', 'tops', 'knits'] ['11910,860,52', 'love', 'this', 'shirt', 'great', 'fir', 'and', 'very', 'flattering', 'keep', 'in', 'mind', 'that', 'it', "'s", 'a', 'little', 'low', 'cut', 'some', 'bras', 'may', 'not', 'be', 'low', 'enough', 'or', 'may', 'show.,4,1,0', 'general', 'tops', 'knits'] ['11911,860,45', 'comfy', 'and', 'great', 'for', 'large', 'breasts.', 'this', 'is', 'a', 'nice', 'and', 'comfortable', 'shirt', 'i', "'m", '5', '7', 'and', 'i', 'have', 'triple', 'd', 'size', 'bra', 'and', 'i', 'got', 'my', 'shirt', 'in', 'size', 'm.', 'it', 'fits', 'perfectly', 'and', 'my', 'breasts', 'are', 'not', 'showing', 'too', 'big', 'and', 'the', 'shirt', 'is', 'not', 'too', 'tight', 'it', "'s", 'more', 'of', 'a', 'casual', 'style', 'possibly', 'because', 'of', 'the', 'fabric', 'that', 'was', 'made', 'of', 'nothing', 'fancy', 'but', 'a', 'very', 'nice', 'every-day', 'shirt', 'to', 'go', 'with', 'skinny', 'jeans', 'or', 'a', 'skirt', 'it', 'covers', 'belly', 'really', 'well', 'and', 'it', 'does', 'look', 'nice', 'and', 'slim', 'around', 'the', 'waist', 'i', "'m", 'pretty', 'pleased', 'with', 'my', 'purchase', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['11912,78,43', 'beautiful', 'runs', 'very', 'small', 'this', 'bra', 'is', 'beautiful', 'the', 'lace', 'is', 'so', 'lovely', 'and', 'soft', 'and', 'looks', 'fabulous', 'on', 'my', 'only', 'criticism', 'is', 'it', 'runs', 'very', 'small', 'i', 'am', 'a', '32', 'a', 'and', 'order', 'the', 'size', '1', 'and', 'it', 'is', 'snug', 'just', 'order', 'a', 'size', 'up', 'or', 'two', 'and', 'it', 'should', 'be', 'perfect.,4,1,0', 'initmates', 'intimate', 'intimates'] ['11913,1089,30', 'in', 'love', 'this', 'dress', 'is', 'perfect', 'and', 'so', 'sweet', 'i', 'do', 'agree', 'with', 'other', 'reviewers', 'in', 'that', 'it', 'runs', 'about', '1/2', 'to', 'one', 'size', 'large', 'i', 'run', 'anywhere', 'from', '6-8', 'in', 'retailer', 'dresses', 'and', 'i', 'ordered', 'the', '6.', 'if', 'you', 'are', 'usually', 'in', 'between', 'sizes', 'definitely', 'order', 'the', 'smaller', 'size', 'the', 'smaller', 'size', 'also', 'allows', 'me', 'to', 'go', 'braless', 'even', 'though', 'i', 'have', 'a', 'larger', '34dd', 'chest', 'because', 'of', 'the', 'well-constructed', 'bodice', 'length', 'is', 'nice', 'for', 'us', 'tall', 'girls', 'as', 'well', ',5,1,1', 'general', 'dresses', 'dresses'] ['11914,860,63', 'great', 'top', 'for', 'old', '70', "'s", 'chicks', 'i', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'depending', 'on', 'the', 'cut', 'but', 'this', 'one', 'only', 'worked', 'in', 'a', 'large', 'with', 'or', 'without', 'a', 'bra', 'it', 'was', 'not', 'too', 'low', 'and', 'covers', 'all', 'the', 'middle', 'area', 'flaws', 'beautifully', 'bust', 'size', 'average', 'and', 'i', 'have', 'muscular', 'not', 'sticks', 'arms', 'and', 'a', 'fairly', 'wide', 'back', 'nice', 'and', 'drapey', 'pretty', 'green', 'color', 'great', 'sale', 'price', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['11915,860,23', 'i', 'ordered', 'this', 'top', 'in', 'red', 'gorgeous', 'color', 'and', 'detail', 'however', 'just', 'was', "n't", 'flattering', 'on', 'my', 'more', 'curvy', 'shape', 'felt', 'like', 'it', 'looked', 'like', 'a', 'maternity', 'top', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['11916,860,61', 'my', 'favorite', 'cut', 'and', 'style', 'for', 'me', 'i', 'loved', 'the', 'fabric', 'cut', 'and', 'style', 'of', 'these', 'shirts', 'the', 'diamond', 'gather', 'in', 'the', 'front', 'is', 'a', 'problem', 'though', 'i', 'just', 'went', 'under', 'and', 'snipped', 'the', 'elastic', 'that', 'is', 'sewn', 'on', 'that', 'design', 'to', 'relax', 'it', 'a', 'bit', 'this', 'shirt', 'washes', 'and', 'wears', 'wonderfully'] ['please', 'make', 'again'] ['maybe', 'fix', 'the', 'diamond', 'area', 'so', 'it', 'is', 'not', 'sewn', 'with', 'as', 'much', 'continuous', 'elastic', 'a', 'space', 'in', 'the', 'sewing', 'on', 'both', 'sides', 'would', 'alleviate', 'that', 'pucker'] ['sill', 'i', 'love', 'this', 'top', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['11917,342,28', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['11918,829,52', 'pretty', 'but', 'fussy', 'drawn', 'to', 'the', 'colors', 'i', 'tried', 'on', 'the', 'top', 'in', 'my', 'regular', 'size', 'm.', 'fyi', '36c', 'broad', 'shoulders/back', 'short', 'waist', 'size', '10/12', 'or', 'l', 'in', 'fitted', 'tops'] ['this', 'top', 'is', 'a', 'cropped', 'even', 'for', 'my', 'short-waisted', 'body', 'i', 'would', 'have', 'to', 'wear', 'a', 'cami', 'under', 'this', 'is', 'not', 'just', 'because', 'of', 'the', 'cropped', 'length', 'top', 'rides', 'up', 'w/', 'any', 'movement', 'but', 'the', 'burn-out', 'velvet', 'is', 'quite', 'sheer', 'the', 'top', 'is', 'full', 'so', 'it', 'easily', 'exposes', 'with', 'any', 'movement', 'the', 'back', 'of', 'slides', 'up', 'too', 'the', 'quality', 'is', 'an', 'issue', 'with', 'exposed', 'threads', 'and', 'irregular', 'seams', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['11919,872,48', 'i', 'love', 'this', 'fabric', 'it', 'is', 'comfortable', 'and', 'forgiving', 'as', 'i', 'prefer', 'jewel', 'tone', 'colors', 'and', 'the', 'red', 'is', 'beautiful', 'i', 'thought', 'the', 'sleeve', 'length', 'on', 'this', 'might', 'be', 'odd', 'but', 'it', "'s", 'fabulous', 'the', 'only', 'reason', 'i', 'have', "n't", 'given', 'it', 'five', 'stars', 'is', 'that', 'i', 'have', "n't", 'laundered', 'it', 'enough', 'to', 'verify', 'the', 'quality', ',4,1,0', 'general', 'tops', 'knits'] ['11920,854,38', 'pretty', 'and', 'flowy', 'this', 'shirt', 'is', 'very', 'pretty', 'in', 'person', 'although', 'more', 'orange', 'than', 'it', 'appears', 'in', 'picture', 'i', 'got', 'it', 'for', '25', 'off', 'the', 'sale', 'price', 'which', 'was', 'definitely', 'worth', 'it', 'but', 'i', 'would', "n't", 'have', 'paid', 'more', 'than', 'that', 'the', 'back', 'has', 'a', 'soft', 'tshirt', 'jersey', 'material', 'with', 'a', 'gray', 'and', 'white', 'print', 'the', 'neckline', 'is', 'a', 'little', 'weird', 'gathers', 'kind', 'of', 'strangely', 'but', 'other', 'than', 'that', 'a', 'really', 'pretty', 'top', ',4,1,0', 'general', 'tops', 'knits'] ['11921,829,48', 'valo', 'burnout', 'top', 'gorgeous', 'but', 'just', 'too', 'short', 'in', 'length', 'for', 'anyone', 'with', 'a', 'long', 'torso', 'i', 'sized', 'up', 'to', 'get', 'more', 'length', 'but', 'then', 'the', 'neck', 'opening', 'was', 'way', 'too', 'big', 'and', 'hung', 'open', 'to', 'expose', 'well', 'everything', 'up', 'top', 'wearing', 'a', 'cami', 'would', 'be', 'an', 'option', 'but', 'would', 'take', 'away', 'from', 'the', 'dressiness', 'of', 'the', 'top', 'i', 'had', 'to', 'leave', 'without', 'this', 'item', 'but', 'was', 'disappointed', 'because', 'i', 'love', 'the', 'colors', 'and', 'cut', 'otherwise', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['11922,860,52', 'another', 'deletta', 'beauty', 'i', 'have', 'literally', 'dozens', 'of', 'deletta', 'tops', 'just', 'four', 'things', 'to', 'know', 'very', 'unique/attractive', 'run', 'large/stretch', 'out', 'size', 'down', 'poor', 'quality', 'fabric', 'and', 'usually', 'low', 'cut', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['11923,196,51', 'love', 'it', 'very', 'pleased', 'with', 'my', 'purchase', 'the', 'subtle', 'details', 'within', 'the', 'dress', 'add', 'to', 'its', 'simple', 'elegance', 'very', 'soft', 'and', 'comfortable', 'definitely', 'recommend', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['11924,872,30', 'perfect', 'black', 'blouse', 'this', 'is', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'a', 'simple', 'black', 'blouse', 'to', 'pair', 'with', 'a', 'bold', 'pair', 'of', 'pants', 'or', 'skirt', 'falls', 'nicely', 'and', 'the', 'material', 'is', 'quite', 'stretchy', 'making', 'it', 'super', 'comfortable.,5,1,0', 'general', 'tops', 'knits'] ['11925,860,26', 'gorgeous', 'top', 'this', 'top', 'came', 'in', 'the', 'mail', 'today', 'and', 'did', 'not', 'disappoint', 'it', 'feels', 'very', 'light', 'and', 'luxurious', 'and', 'the', 'color', 'is', 'just', 'divine', 'i', 'got', 'the', 'deep', 'red', 'color', 'and', 'it', 'is', 'beautiful', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'ordered', 'my', 'usual', 'small', 'and', 'it', 'fit', 'tts.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['11926,79,54', 'perfectly', 'flattering', 'i', 'managed', 'to', 'find', 'this', 'huit', 'eden', 'lagoon', 'fixed', 'straps', 'foam', 'bandeau', 'swimsuit', 'in', 'a', 'size', '32c', 'and', 'it', 'fits', 'perfectly', 'my', 'current', 'measurements', 'are', '33-25-37', 'or', '38', 'hips', 'and', 'i', 'normally', 'wear', 'a', '30d', 'or', '32c', 'bra'] [] ['i', 'have', 'a', 'longish', 'torso', 'yet', 'this', 'does', "n't", 'ride', 'up', 'fits', 'like', 'on', 'the', 'model', 'there', 'is', 'a', 'thin', 'strip', 'of', 'silicone', 'around', 'the', 'back', 'to', 'keep', 'it', 'from', 'sliding', 'down', 'the', 'v-shape', 'is', 'held', 'by', 'a', 'hard', 'wire', 'but', 'it', 'does', "n't", 'cut', 'in', 'anywhere', 'the', 'soft', 'black', 'straps', 'are', 'sewn', 'in', 'and', 'not', 'adjustable', 'but', 'do', 'hold', 'their', 'shap', ',5,1,0', 'initmates', 'intimate', 'swim'] ['11927,196,52', 'cute', 'dress', 'this', 'dress', 'is', 'very', 'comfortable', 'i', 'bought', 'both', 'the', 'small', 'xsmall', 'and', 'ended', 'up', 'keeping', 'the', 'xsmall', 'i', 'am', '5', '4', '125', 'lbs', '34c', ',5,1,4', 'initmates', 'intimate', 'sleep'] ['11928,829,67', 'style', 'with', 'a', 'kick', 'this', 'is', 'a', 'stylish', 'blouse', 'with', 'classic', 'features', 'as', 'well', 'as', 'quirky', 'features', 'such', 'as', 'pleats', 'and', 'gathers', 'very', 'flattering', 'fit', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11929,829,24', 'cute', 'pattern', 'but', 'design', 'was', "n't", 'flattering', 'i', 'was', 'really', 'excited', 'to', 'get', 'this', 'top', 'in', 'the', 'mail', 'unlike', 'other', 'reviewers', 'i', 'did', "n't", 'find', 'that', 'the', 'top', 'fit', 'small', 'but', 'i', 'thought', 'that', 'the', 'tight', 'fit', 'across', 'the', 'shoulders', 'and', 'chest', 'did', "n't", 'look', 'good', 'with', 'the', 'billow-y', 'torso', 'of', 'the', 'top', 'i', 'think', 'this', 'top', 'would', 'be', 'flattering', 'on', 'really', 'thin', 'girls', 'but', 'i', "'m", 'very', 'tall', 'and', 'broad', 'shouldered', 'so', 'it', 'did', "n't", 'look', 'as', 'good', 'on', 'me', ',2,0,1', 'general', 'petite', 'tops', 'blouses'] ['11930,868,20', 'just', 'dreamy', 'purchased', 'in', 'a', 'small', 'usually', 'a', '4-6-8.', 'i', 'layered', 'over', 'a', 'sleeveless', 'dress', 'and', 'i', 'felt', 'amazing', 'great', 'for', 'those', 'tighter', 'dresses', 'the', 'fabric', 'is', 'sheer', 'but', 'not', 'super', 'see', 'through', 'the', 'tassle', 'in', 'the', 'back', 'is', 'so', 'creative', 'it', 'closes', 'enough', 'in', 'the', 'back', 'to', 'not', 'look', 'weird', 'i', 'have', 'so', 'many', 'plans', 'for', 'this', 'piece', 'black', 'is', 'the', 'perfect', 'color', 'too', 'the', 'collar', 'colors', 'are', 'perfect', 'too.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['11931,829,44', ',i', 'eyed', 'this', 'for', 'so', 'long', 'hoping', 'it', 'would', 'go', 'on', 'sale', 'i', 'finally', 'bought', 'it', 'during', 'the', '20', 'off', 'retailer', 'members', 'day', 'sized', 'up', 'from', 'my', 'usual', 'size', '4', 'to', 'avoid', 'the', 'buttons', 'on', 'the', 'bust', 'looking', 'like', 'they', 'were', 'about', 'to', 'burst', 'free', 'the', 'rest', 'still', 'fits', 'way', 'i', 'absolutely', 'can', 'not', 'wait', 'for', 'the', 'next', 'rainy', 'day', 'to', 'wear', 'this', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11932,829,33', 'cute', 'patterns', 'but', 'gaps', 'at', 'buttons', 'i', 'had', 'the', 'same', 'problem', 'i', 'usually', 'have', 'with', 'button-front', 'shirts', 'when', 'i', 'tried', 'this', 'on', 'gapping', 'at', 'the', 'buttons', 'over', 'the', 'bust', 'i', 'tried', 'on', 'the', 'striped', 'motif', 'in', 'my', 'usual', 'size', 'it', 'was', 'also', 'a', 'little', 'snug', 'in', 'the', 'underarms', 'but', 'fit', 'very', 'nicely', 'everywhere', 'else', 'i', 'just', 'ca', "n't", 'justify', 'sizing', 'up', 'to', 'fit', 'my', 'bust', 'when', 'it', 'means', 'i', "'ll", 'have', 'to', 'have', 'the', 'shirt', 'tailored', 'to', 'fit', 'everywhere', 'else'] [] ['the', 'stripe', 'pattern', 'and', 'navy', 'pattern', 'the', 'one', 'with', 'the', 'birds', 'are', 'true', 'to', 'the', 'online', 'pictures', 'the', 'black', 'one', 'was', 'disappointing', 'i', ',4,1,29', 'general', 'petite', 'tops', 'blouses'] ['11933,815,25', 'awesome', 'print', 'but', 'horrible', 'fit', 'i', 'own', 'two', 'poodles', 'and', 'love', 'anything', 'poodle', 'print', 'i', 'was', 'estatic', 'to', 'see', 'this', 'and', 'i', 'snagged', 'it', 'on', 'sale', 'but', 'it', 'is', 'horrible', 'the', 'fit', 'is', 'like', 'wearing', 'a', 'pillowcase', 'it', 'was', 'about', '5', 'inches', 'too', 'wide', 'on', 'each', 'side', 'while', 'the', 'arms', 'fit', 'it', 'looked', 'like', 'it', 'was', 'attempting', 'to', 'have', 'a', 'dolman', 'shape', 'but', 'it', 'was', 'way', 'too', 'short', 'wide', 'and', 'wrong', 'i', 'was', 'in', 'love', 'with', 'the', 'print', 'however', 'i', 'had', 'to', 'return', 'it', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['11934,829,35', 'i', "'m", 'petite', 'and', 'i', 'ordered', 'the', 'smallest', 'size', 'possible', 'online', '5', '1', '95lb', 'i', 'ordered', 'the', 'rain/umbrella', 'pattern', 'which', 'is', 'cute', 'and', 'very', 'retailer', 'in', 'my', 'opinion', 'for', 'those', 'who', 'are', 'experiencing', 'gapping', 'at', 'the', 'buttons', 'over', 'bust', 'area', 'wear', 'a', 'tank', 'inside', 'and', 'problem', 'is', 'solved', 'hoping', 'they', 'would', 'come', 'out', 'with', 'cuter', 'prints', 'in', 'the', 'future', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11935,829,62', 'why', 'we', 'love', 'maeve', 'another', 'great', 'whimsical', 'print', 'by', 'maeve', 'as', 'of', 'late', 'this', 'brand', 'has', 'really', 'fallen', 'all', 'over', 'the', 'board', 'for', 'me', 'but', 'this', 'top', 'had', 'the', 'right', 'fabric', 'fit', 'and', 'pattern', 'to', 'hold', 'onto', 'the', 'parrot', 'print', 'it', 'looks', 'great', 'loose', 'or', 'tucked', 'in', 'the', 'parrot', 'print', 'has', 'plenty', 'of', 'accent', 'colors', 'to', 'make', 'this', 'match', 'with', 'many', 'things', 'cute', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['11936,868,25', 'so', 'beautiful', 'this', 'is', 'top', 'makes', 'me', 'feel', 'happy', 'and', 'pretty', 'with', 'a', 'saturday/sunday', 'black', 'tank', 'or', 'any', 'cami', 'you', 'will', 'love', 'yourself', 'in', 'it', 'tts', 'and', 'matches', 'most', 'any', 'skirt', 'good', 'price', 'too', 'can', 'wear', 'with', 'skirts', 'or', 'pants', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['11937,829,23', 'no', 'more', 'rainy', 'day', 'blues', 'i', 'had', 'my', 'eye', 'on', 'the', 'umbrella', 'print', 'shirt', 'for', 'a', 'while', 'i', 'was', 'able', 'to', 'scoop', 'it', 'at', 'a', 'small', 'discount', 'i', 'typically', 'get', 'a', '2', 'in', 'maeve', 'tops', 'but', 'per', 'the', 'reviews', 'i', 'got', 'a', '4', 'i', 'definitely', 'could', 'have', 'done', 'with', 'a', '2', 'but', 'i', "'ll", 'probably', 'stay', 'with', 'what', 'i', 'have', 'adorable', 'print', 'comfortable', 'well', 'made', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11938,829,29', 'perfect', 'perfect', 'shirt', 'for', 'a', 'low-key', 'day', 'at', 'the', 'office', 'bought', 'in', 'the', 'umbrella/rain', 'white', 'print', 'maeve', 'blouses', 'tend', 'to', 'run', 'a', 'little', 'big', 'on', 'me', 'but', 'that', "'s", 'what', 'i', 'love', 'about', 'them', 'material', 'is', 'nice', 'recommend', 'hand', 'wash', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11939,824,33', 'love', 'it', 'such', 'a', 'cute', 'take', 'on', 'a', 'henley/button', 'down', 'shirt', 'i', 'first', 'bought', 'the', 'green', 'and', 'blue', 'version', 'in', 'my', 'typical', 'size', 'medium', 'and', 'while', 'it', 'was', 'bigger', 'than', 'i', 'expected', 'it', 'to', 'be', 'i', 'kept', 'it', 'because', 'i', 'liked', 'the', 'oversized/tunic', 'look', 'i', 'got', 'with', 'some', 'skinny', 'jeans', 'and', 'boots', 'i', 'decided', 'to', 'order', 'this', 'color', 'in', 'a', 'small', 'to', 'get', 'a', 'different', 'look', 'i', "'m", 'just', 'as', 'pleased', 'with', 'the', 'fit', 'of', 'the', 'smaller', 'size', 'i', 'think', 'this', 'size', 'will', 'work', 'better', 'for', 'tucking', 'in', 'and', 'more', 'tailored', 'looks', 'yea', 'these', 'shirts', 'are', 'so', 'soft', 'and', 'made', 'of', 'substan,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11940,829,37', 'as', 'depicted', 'but', 'not', 'for', 'me', 'this', 'shirt', 'looks', 'just', 'like', 'it', 'does', 'in', 'the', 'picture', 'and', 'my', 'favorite', 'detail', 'was', 'the', 'buttons', 'i', 'was', 'a', 'little', 'disappointed', 'in', 'the', 'stitching', 'of', 'the', 'front', 'tucks', 'as', 'it', 'looked', 'sloppy', 'at', 'the', 'ends', 'but', 'you', 'might', 'find', 'that', 'rustic/charming', 'this', 'is', 'a', 'great', 'top', 'for', 'spring/summer', 'i', 'ordered', 'an', '8p', 'and', 'it', 'fit', 'well', 'everywhere', 'except', 'the', 'chest', 'so', 'i', "'m", 'returning', 'it', 'my', 'bust', 'is', 'about', '37', '32ddd', 'and', 'it', 'was', 'slightly', 'too', 'tight', 'if', 'i', 'go', 'up', 'a', 'size', 'it', 'will', 'probably', 'make', 'me', 'look', 'bigger', 'than', 'i', 'am', 'nevermind', 'the', 'horizont', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['11941,473,36', 'lovely', 'these', 'shorts', 'are', 'divine', 'the', 'fabric', 'is', 'sturdy', 'and', 'there', 'is', 'a', 'weave', 'of', 'sparkle', 'that', 'i', 'did', 'not', 'perceive', 'from', 'the', 'picture.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['11942,829,54', 'this', 'brand', 'has', 'odd', 'fitting', 'of', 'late', 'i', 'normally', 'wear', 'a', 'm', 'in', 'retailer', 'tops', 'but', 'i', 'had', 'to', 'size', 'up', 'to', '12', 'on', 'this', 'shirt', 'as', 'it', 'was', 'tight', 'across', 'my', 'chest', 'i', 'am', 'a', 'b', 'cup', 'and', 'had', 'a', 'sports', 'bra', 'on', 'when', 'i', 'tried', 'it', 'brought', 'it', 'home', 'and', 'tried', 'on', 'with', 'a', 'regular', 'non', 'pushup', 'bra', 'and', 'it', 'pulls', 'slightly', 'i', 'might', 'return', 'it', 'because', 'my', 'guess', 'is', 'that', 'it', 'will', 'shrink', 'when', 'washed', 'otherwise', 'its', 'a', 'cute', 'tunic', 'style', 'top', ',3,0,24', 'general', 'petite', 'tops', 'blouses'] ['11943,829,39', 'so', 'much', 'fun', 'i', 'am', 'rarely', 'disappointed', 'by', 'maeve', 'and', 'this', 'was', 'no', 'exception', 'i', 'am', 'a', '32b', 'and', 'broad', 'shouldered', 'and', 'my', 'normal', 'size', '6', 'fit', 'like', 'a', 'dream', 'the', 'white', 'print', 'is', 'opaque', 'so', 'no', 'bra', 'see-through', 'such', 'a', 'cute', 'fun', 'print', 'the', 'fabric', 'has', 'a', 'really', 'soft', 'hand', 'too', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['11944,829,64', 'beautiful', 'colors', 'fabric', 'this', 'top', 'is', 'so', 'pretty', 'and', 'the', 'fabric', 'is', 'really', 'soft', 'but', 'it', 'does', 'fit', 'a', 'little', 'bit', 'small', 'in', 'the', 'bust', 'i', 'am', 'not', 'extremely', 'large', 'busted', 'but', 'the', 'buttons', 'gap', 'open', 'just', 'a', 'little', 'and', 'it', "'s", 'tight', 'across', 'my', 'back', 'otherwise', 'i', 'love', 'this', 'top', 'and', 'the', 'colors', 'are', 'really', 'really', 'nice', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['11945,829,52', 'true', 'to', 'size', 'like', 'it', 'so', 'much', 'i', 'bought', '2', 'i', 'had', 'no', 'issues', 'with', 'size', 'or', 'length', 'i', "'m", '5', '9', '34c', 'bust', 'and', 'i', 'bought', 'the', 'striped', 'shirt', 'in', 'a', '4', 'and', 'the', 'umbrella', 'print', 'in', 'a', '2.', 'the', '2', 'was', 'ever', 'so', 'slightly', 'tight', 'at', 'the', 'second', 'button', 'but', 'i', 'was', 'wearing', 'a', 'heavy', 'cotton', 'cami', 'i', 'could', 'have', 'worn', 'a', '2', 'in', 'the', 'striped', 'top', 'as', 'well', 'i', 'am', 'broad', 'shouldered', 'and', 'the', 'shoulder', 'seam', 'in', 'the', 'size', '4', 'dropped', 'a', 'little', 'so', 'there', 'was', 'plenty', 'of', 'room', 'these', 'shirts', 'are', 'adorable', 'i', 'usually', 'do', "n't", 'like', 'button', 'downs', 'but', 'this', 'style', 'is', 'very', 'flattering', 'the', 'material', 'is', 'light', 'and', 'drapes', 'w,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11946,829,39', 'very', 'cute', 'shirt', 'i', 'purchased', 'this', 'shirt', 'in', 'the', 'black', 'and', 'it', 'looks', 'great', 'it', 'fits', 'well', 'and', 'the', 'design', 'with', 'the', 'different', 'color', 'dots', 'adds', 'character', 'this', 'shirt', 'can', 'be', 'worn', 'with', 'anything', 'and', 'for', 'just', 'about', 'any', 'occasion', 'thanks', 'retailer', 'for', 'another', 'winner', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['11947,941,82', 'great', 'sweater', 'this', 'sweater', 'is', 'beautifully', 'made', 'from', 'quality', 'yarn', 'if', 'you', 'are', 'between', 'sizes', 'you', 'might', 'want', 'to', 'order', 'a', 'size', 'down', 'i', 'usually', 'fit', 'between', 'a', 'size', 'm', 'and', 'l', 'depending', 'on', 'the', 'brand', 'in', 'this', 'sweater', 'i', 'took', 'the', 'medium', 'but', 'i', 'am', 'debating', 'returning', 'for', 'a', 'small', 'as', 'i', 'would', 'prefer', 'a', 'petite', 'length', 'and', 'the', 'sweater', 'is', 'slightly', 'wide', 'across', 'the', 'upper', 'back', 'i', "'m", 'hoping', 'it', 'may', 'be', 'restocked', 'as', 'i', 'would', 'buy', 'this', 'sweater', 'again', ',4,1,3', 'general', 'petite', 'tops', 'sweaters'] ['11948,829,33', 'umbrellas', 'to', 'brighten', 'up', 'your', 'rainy', 'day', 'cute', 'top', 'well', 'constructed', 'was', 'surprised', 'at', 'the', 'various', 'gatherings', 'i', 'had', "n't", 'noticed', 'before', 'ordering', 'really', 'like', 'the', 'billowy', 'aspect', 'on', 'the', 'bottom', 'received', 'lots', 'of', 'compliments', ',4,1,0', 'general', 'tops', 'blouses'] ['11949,829,43', 'darling', 'top', 'i', 'love', 'this', 'top', 'and', 'bought', 'my', 'usual', 'xs', 'i', 'do', "n't", 'have', 'any', 'issues', 'with', 'the', 'buttons', 'gaping', 'but', 'am', '34b', 'so', 'i', "'m", 'not', 'a', 'busty', 'girl', 'i', 'got', 'the', 'adorable', 'umbrella', 'print', 'and', 'living', 'in', 'a', 'rain', 'forest', 'in', 'southeast', 'alaska', 'it', 'could', 'not', 'be', 'cuter.,5,1,1', 'general', 'tops', 'blouses'] ['11950,829,63', 'love', 'the', 'print', 'i', 'also', 'found', 'this', 'blouse', 'fits', 'well', 'and', 'runs', 'true', 'to', 'size', 'a', 'size', '2', 'was', 'perfect', 'not', 'too', 'tight', 'and', 'not', 'too', 'full', 'the', 'umbrellas', 'and', 'raindrops', 'are', 'so', 'cute', 'and', 'bright', 'i', 'will', 'wear', 'with', 'jeans', 'or', 'dressier', 'slim', 'pants', 'what', 'fun', ',5,1,0', 'general', 'tops', 'blouses'] ['11951,829,66', 'beautiful', 'but', 'too', 'big', 'based', 'on', 'reviews', 'i', 'got', 'the', 'medium', 'pink', 'size', '8', 'petite', 'because', 'some', 'said', 'it', 'was', 'tight', 'in', 'the', 'bust', 'area', 'and', 'pulled', 'at', 'the', 'buttons', 'creating', 'a', 'gap', 'i', "'m", '5', '6', 'and', '32d', 'i', 'figured', 'the', '8', 'petite', 'would', 'be', 'big', 'enough', 'in', 'the', 'bust', 'area', 'and', 'the', 'petite', 'would', 'be', 'shorter', 'it', 'was', 'too', 'big', 'and', 'even', 'though', 'it', 'was', 'petite', 'still', 'too', 'long', 'wanted', 'to', 'like', 'it', 'but', 'at', 'full', 'price', 'decided', 'to', 'return', ',5,1,1', 'general', 'tops', 'blouses'] ['11952,829,49', 'fun', 'patterns', 'and', 'prints', 'for', 'a', 'rainy', 'day', 'i', 'bought', 'the', 'umbrella', 'print', 'in', 'the', 'petite', 'length', 'i', "'m", 'pleased', 'with', 'the', 'whimsical', 'print', 'and', 'crisp', 'colors', 'the', 'fit', 'is', 'just', 'right', 'for', 'me', 'although', 'the', 'style', 'runs', 'a', 'bit', 'wide', 'at', 'the', 'waist', 'it', "'s", 'a', 'casual', 'loose', 'fit', 'more', 'fitted', 'on', 'top', 'at', 'the', 'bust', 'shoulders', 'and', 'sleeves', 'and', 'flaring', 'out', 'below', 'the', 'waist', 'i', 'would', 'wear', 'it', 'untucked', 'over', 'jeans', 'or', 'a', 'narrow', 'skirt', 'the', 'only', 'thing', 'i', "'m", 'not', 'crazy', 'about', 'is', 'the', 'rayon', 'fabric', 'though', 'it', 'is', 'a', 'substantial', 'weight', 'and', 'machine', 'washable', ',4,1,1', 'general', 'tops', 'blouses'] ['11953,824,35', 'pretty', 'this', 'top', 'was', 'a', 'great', 'purchase', 'even', 'though', 'it', "'s", 'a', 'bit', 'expensive', 'love', 'the', 'colors', 'and', 'the', 'fit.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11954,869,40', ',this', 'is', 'more', 'of', 'an', 'undershirt', 'than', 'a', 'shirt', 'the', 'material', 'is', 'very', 'very', 'thin', 'and', 'it', 'shows', 'everything', 'it', 'was', 'beyond', 'unflattering', 'on', 'me', 'do', "n't", 'buy', 'this', 'unless', 'you', 'have', 'a', 'knockout', 'thin', 'body.,1,0,1', 'general', 'tops', 'knits'] ['11955,1077,33', 'beautiful', 'design', 'but', 'fabric', 'falls', 'flat', 'i', 'found', 'the', 'fit', 'of', 'this', 'dress', 'to', 'be', 'true', 'to', 'size', 'with', 'a', 'flattering', 'bust', 'and', 'waistline', 'however', 'the', 'fabric', 'feels', 'cheap', 'and', 'does', "n't", 'drape', 'as', 'nicely', 'as', 'i', "'d", 'hope', 'for', 'the', 'price', 'this', 'would', 'be', 'a', 'lovely', 'dress', 'in', 'a', 'better', 'quality', 'fabric', 'for', 'sizing', 'reference', 'i', "'m", '5', '5', '122', 'lbs', '30dd', 'and', 'took', 'my', 'usual', 'size', 'xs', 'though', 'i', "'m", 'busty', 'for', 'my', 'size', 'the', 'top', 'provides', 'nice', 'coverage', ',3,0,0', 'general', 'dresses', 'dresses'] ['11956,829,34', 'not', 'great', 'the', 'shape', 'is', 'awkward', 'too', 'loose', 'not', 'flattering', 'my', 'body', 'just', 'disappears', 'under', 'all', 'the', 'fabric', 'and', 'the', 'bird', 'print', 'was', "n't", 'as', 'cute', 'as', 'online', 'returning', 'this', 'one', ',2,0,1', 'general', 'tops', 'blouses'] ['11957,829,37', 'great', 'shirt', 'i', 'have', 'many', 'maeve', 'shirts', 'and', 'this', 'one', 'does', 'not', 'disappoint', 'i', 'purchased', 'the', 'blue', 'and', 'love', 'it', 'i', 'do', 'agree', 'with', 'other', 'reviews', 'though', 'that', 'the', 'chest', 'is', 'a', 'little', 'tight', 'while', 'the', 'rest', 'of', 'the', 'fit', 'is', 'small.,5,1,2', 'general', 'tops', 'blouses'] ['11958,1077,51', 'so', 'flattering', 'i', 'love', 'the', 'way', 'this', 'dress', 'fits', 'and', 'flares', 'in', 'all', 'the', 'right', 'places', 'making', 'it', 'one', 'of', 'the', 'most', 'flattering', 'dresses', 'i', "'ve", 'tried', 'in', 'a', 'while', 'for', 'me', 'maeve', 'dresses', 'tend', 'to', 'run', 'a', 'bit', 'big', 'so', 'i', 'sized', 'down', 'to', 'a', 'small', 'i', "'m", 'typically', 'an', '8-10', 'the', 'colors', 'are', 'a', 'little', 'deeper/richer', 'in', 'person', 'which', 'made', 'me', 'very', 'happy', 'i', 'love', 'the', 'flounce', 'in', 'the', 'skirt', 'it', 'adds', 'more', 'swing', 'to', 'the', 'dress', 'the', 'only', 'draw', 'back', 'was', 'the', 'v-neck', 'came', 'down', 'a', 'bit', 'low', 'easy', 'fix', 'with', 'a', 'cami', 'for', 'work', ',5,1,0', 'general', 'dresses', 'dresses'] ['11959,829,43', 'love', 'the', 'stripes', 'i', 'love', 'this', 'cut', 'of', 'shirt', 'the', 'stripes', 'are', 'fun', 'i', 'did', 'have', 'to', 'go', 'up', 'a', 'size', 'due', 'to', 'my', 'bust', '34dd', 'which', 'made', 'the', 'lower', 'part', 'a', 'little', 'bit', 'more', 'flow-y', 'regardless', 'i', 'still', 'love', 'this', 'top', 'so', 'much', 'that', 'i', 'have', 'bought', '3', 'of', 'the', 'prints', 'available', ',5,1,2', 'general', 'tops', 'blouses'] ['11960,829,56', 'striped', 'version', 'adorable', 'contrary', 'to', 'what', 'previous', 'reviewers', 'have', 'said', 'i', 'think', 'this', 'top', 'fits', 'really', 'well', 'and', 'is', 'very', 'flattering', 'i', 'also', 'do', "n't", 'find', 'it', 'too', 'long', 'at', 'all', 'i', 'normally', 'wear', 'a', 'size', 'small', 'and', 'got', 'this', 'in', 'a', 'size', '4.', 'no', 'gapping', 'at', 'the', 'chest', 'and', 'i', "'m", 'a', '34d', '5', '4', '124', 'lbs', '36-27-35', 'and', 'the', 'colors', 'in', 'the', 'striped', 'version', 'are', 'really', 'pretty', 'i', 'plan', 'to', 'wear', 'it', 'now', 'and', 'right', 'through', 'spring', 'i', 'did', 'have', 'a', 'quality', 'issue', 'however', 'the', 'first', 'one', 'i', 'received', 'had', 'bunched', 'up', 'stitching', 'where', 'the', 'pleats', 'begin', 'right', 'below', 'the', 'po', ',5,1,5', 'general', 'tops', 'blouses'] ['11961,829,46', 'cute', 'and', 'springy', 'this', 'is', 'a', 'really', 'cute', 'shirt', 'for', 'spring', 'i', 'love', 'the', 'colored', 'striping', 'and', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'have', 'not', 'worn', 'it', 'yet', 'waiting', 'for', 'it', 'to', 'get', 'a', 'little', 'warmer.,5,1,1', 'general', 'tops', 'blouses'] ['11962,829,36', 'buy', 'in', 'multiple', 'colors', 'i', "'m", 'a', 'huge', 'maeve', 'enthusiast', 'tried', 'this', 'on', 'in', 'three', 'different', 'colors', 'and', 'although', 'these', 'types', 'of', 'maeve', 'tops', 'have', 'had', 'sizing', 'differences', 'from', 'season', 'to', 'season', 'this', 'top', 'is', 'more', 'true-to-size', 'than', 'others', 'have', 'been', 'more', 'recently', 'the', 'petite', 'size', 'for', 'me', 'was', 'too', 'short', 'to', 'tuck', 'in', 'but', 'the', 'regular', 'worked', 'perfectly', 'the', 'top', 'is', 'roomy', 'flowy', 'and', 'the', 'white', 'version', 'is', 'sheer', 'but', 'a', 'white', 'tank', 'under', 'it', 'would', 'be', 'perfect', 'the', 'green', 'umbrellas', 'are', 'adorable', 'a', 'great', 'way', 'to', 'spruce', 'up', 'your', 'wardrobe', 'for', 'spring', ',5,1,2', 'general', 'tops', 'blouses'] ['11963,829,31', 'so', 'many', 'compliments', 'i', 'love', 'this', 'shirt', 'it', 'is', 'so', 'feminine', 'and', 'comfortable', 'will', 'be', 'on', 'repeat', ',5,1,1', 'general', 'tops', 'blouses'] ['11964,829,43', 'did', "n't", 'work', 'i', 'saw', 'this', 'very', 'shirt', 'online', 'thought', 'it', 'was', 'so', 'pretty', 'in', 'person', 'the', 'shirt', 'seems', 'flimsy', 'the', 'buttons', 'look', 'as', 'though', 'they', "'d", 'fall', 'off', 'i', 'also', 'did', "n't", 'like', 'the', 'cut', 'of', 'the', 'shirt', 'it', 'seemed', 'to', 'be', 'tighter', 'on', 'top', 'looser', 'on', 'the', 'bottom', 'had', 'to', 'return', 'i', 'could', "n't", 'justify', 'the', 'cost', 'with', 'the', 'quality', ',1,0,2', 'general', 'petite', 'tops', 'blouses'] ['11965,1077,40', 'tiered', 'dress', 'this', 'dress', 'has', 'a', 'very', 'flattering', 'cut', 'for', 'hourglass', 'ladies', 'i', 'am', 'an', '8/10', 'and', 'got', 'the', 'medium', 'the', 'sleeves', 'are', 'a', 'little', 'blousy', 'otherwise', 'it', 'is', 'just', 'about', 'perfect', 'it', 'will', 'look', 'great', 'with', 'boots', 'or', 'booties', 'for', 'fall', 'i', 'will', 'wear', 'a', 'thin', 'tank', 'with', 'it', 'to', 'work', 'because', 'the', 'neckline', 'is', 'a', 'little', 'deep', ',5,1,0', 'general', 'dresses', 'dresses'] ['11966,824,61', 'simply', 'beautiful', 'this', 'top', 'is', 'beautiful', 'it', 'is', 'comfortable', 'soft', 'and', 'relaxed', 'without', 'being', 'baggy', 'colors', 'are', 'just', 'as', 'seen', 'on', 'the', 'website', 'if', 'not', 'prettier', 'it', 'is', 'a', 'versatile', 'and', 'flattering', 'top', 'tucked', 'in', 'or', 'not', 'sleeves', 'rolled', 'up', 'or', 'not', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11967,869,66', 'new', 'favorite', 'summer', 'blouse', 'the', 'details', 'on', 'this', 'blouse', 'lace', 'inset', 'in', 'front', 'and', 'sheer', 'back', 'look', 'just', 'as', 'great', 'in', 'person', 'as', 'they', 'do', 'in', 'the', 'photos', 'the', 'fabric', 'is', 'wonderful', 'too', 'the', 'knit', 'has', 'enough', 'heft', 'that', 'it', 'does', "n't", 'show', 'every', 'body', 'imperfection', 'or', 'detail', 'in', 'your', 'bra', 'it', 'held', 'up', 'well', 'through', 'its', 'first', 'wash', 'and', 'ironing', 'as', 'well', 'as', 'others', 'have', 'noted', 'the', 'style', 'is', 'versatile', 'easy', 'to', 'wear', 'with', 'a', 'cardigan', 'or', 'blazer', 'at', 'work', 'or', 'to', 'pair', 'with', 'skinny', 'jeans', 'or', 'shorts', 'on', 'the', 'weekend', 'i', 'was', 'also', 'positively', 'impressed', 'by', 'the', 'color', 'sin', ',5,1,5', 'general', 'tops', 'knits'] ['11968,829,66', 'tight', 'across', 'chest', 'love', 'the', 'colors', 'love', 'the', 'stripes', 'great', 'shape', 'great', 'style', 'but', 'i', 'am', 'normally', 'a', '12', 'on', 'top', 'and', 'this', 'pulled', 'across', 'my', 'back', 'so', 'i', 'have', 'it', 'in', 'for', 'an', 'exchange', 'for', 'a', '14.', 'sometimes', 'i', 'have', 'to', 'do', 'that', 'i', 'have', 'a', 'broad', 'back', 'we', 'will', 'see', 'how', 'it', 'fits', 'but', 'what', 'an', 'adorable', 'shirt', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['11969,829,44', 'amazing', 'must', 'have', 'top', 'i', 'adore', 'this', 'top', 'the', 'fit', 'is', 'amazing', 'the', 'colors', 'are', 'vibrant', 'and', 'will', 'transition', 'beautifully', 'into', 'spring', 'i', 'think', 'it', 'looks', 'great', 'with', 'skinny', 'jeans', 'i', 'am', 'built', 'small', 'up', 'top', 'size', 'm', 'and', 'the', '6', 'fit', 'perfectly', 'the', 'buttons', 'did', 'not', 'gape', 'at', 'all.,5,1,3', 'general', 'petite', 'tops', 'blouses'] ['11970,824,32', 'pretty', 'but', 'lots', 'of', 'fabric', 'i', 'grabbed', 'this', 'during', 'a', '20', 'off', 'sale', 'so', 'i', 'will', 'state', 'first', 'that', 'i', 'do', "n't", 'think', 'this', 'top', 'is', 'worth', 'full', 'price', 'and', 'even', 'at', '20', 'off', 'i', 'was', "n't", 'wowed', 'enough', 'to', 'pay', 'that', 'much', 'for', 'it', 'the', 'colors', 'are', 'more', 'saturated', 'in', 'person', 'and', 'very', 'pretty', 'however', 'the', 'cut-', 'both', 'the', 'length', 'and', 'the', 'width-', 'just', 'made', 'it', 'too', 'overwhelming', 'on', 'my', 'size', '14/16', 'frame', 'i', 'ordered', 'the', 'xl', 'and', 'it', 'was', 'wayyyy', 'too', 'big', 'through', 'the', 'chest', 'but', 'sizing', 'down', 'to', 'a', 'large', 'meant', 'that', 'it', 'did', "n't", 'flow', 'over', 'my', 'hips', 'as', 'well', 'because', 'it', "'s", 'so', 'long', 'i', 'think', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['11971,872,32', 'great', 'tee', 'i', 'got', 'this', 'in', 'the', 'dark', 'coral', 'color', 'it', 'is', 'lovely', 'i', "'m", 'taking', 'it', 'to', 'hawaii', ',5,1,0', 'general', 'tops', 'knits'] ['11972,829,38', 'love', 'this', 'top', 'love', 'this', 'top', 'flattering', 'on', 'my', 'post', 'baby', 'body', 'its', 'feminine', 'and', 'soft', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11973,872,52', 'casual', 'comfortable', 'but', 'not', 'sloppy', 'tee', 'sizing', 'i', "'m", 'have', 'broad', 'shoulders/back', '36c', '34d', 'short', 'waist', 'and', 'i', 'usually', 'wear', 'a', 'm', 'in', 'a', 'knit', 'top', 'that', "'s", 'what', 'i', 'bought', 'so', 'i', "'d", 'say', 'that', 'this', 'tee', 'is', 'tts', 'it', 'is', 'a', 'little', 'longer', 'in', 'the', 'back', 'than', 'front', 'but', 'not', 'as', 'a', 'high/low', 'top', 'would', 'be', 'rather', 'it', "'s", 'sort', 'of', 'tunic-like', 'in', 'style', 'i', 'have', 'worn', 'it', 'over', 'leggings', 'with', 'and', 'without', 'a', 'sweater', 'and', 'the', 'added', 'length', 'covers', 'me', 'i', 'admit', 'that', 'i', "'m", 'a', 'tad', 'on', 'the', 'short', 'side', 'at', '5', '2', 'and', 'that', 'i', 'have', 'no', 'hips', 'straight', 'up', 'and', 'down', 'and', 'no', 'waist', 'my', 'shape', 'is', 'an', 'upsid', ',5,1,7', 'general', 'tops', 'knits'] ['11974,824,58', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11975,1077,48', 'monaco', 'tiered', 'dress', 'so', 'flattering', 'the', 'length', 'is', 'perfect', 'and', 'hits', 'just', 'above', 'the', 'knee', 'in', 'front', 'slightly', 'longer', 'on', 'sides', 'i', 'was', 'looking', 'for', 'a', 'versatile', 'dress', 'that', 'could', 'be', 'worn', 'to', 'church', 'work', 'luncheons', 'or', 'casual', 'evening', 'events', 'this', 'one', 'fits', 'the', 'bill', 'i', 'love', 'that', 'it', 'pays', 'homage', 'to', 'the', 'boho/peasant', 'trend', 'without', 'being', 'shapeless', 'or', 'making', 'me', 'look', 'too', 'wide', 'i', 'am', '5', '6', 'long', 'torso', '132', 'lbs', '32d', 'and', 'the', 'small', 'fit', 'perfectly', 'i', 'got', 'the', 'black', 'motif', 'print', ',5,1,0', 'general', 'dresses', 'dresses'] ['11976,964,24', 'the', 'blazer', 'is', 'boxy', 'and', 'less', 'dressy', 'that', 'it', 'seemed', 'online', 'i', 'could', 'only', 'really', 'wear', 'this', 'in', 'casual', 'situations', 'and', 'i', 'was', 'hoping', 'to', 'be', 'able', 'to', 'wear', 'it', 'to', 'work', 'as', 'well', 'it', 'does', 'have', 'an', 'interesting', 'hemline', 'the', 'shoulders', 'are', 'a', 'bit', 'too', 'narrow', 'for', 'me', 'but', 'i', 'do', 'have', 'shoulders', 'on', 'the', 'broader', 'side', 'i', 'do', "n't", 'hate', 'it', 'but', 'i', 'do', "n't", 'love', 'it', 'either', 'but', 'it', 'is', 'interesting', 'enough', 'that', 'i', "'m", 'going', 'to', 'keep', 'it', 'i', 'ordered', 'a', 'small', ',3,0,0', 'general', 'jackets', 'jackets'] ['11977,829,66', 'wonderful', 'this', 'is', 'a', 'great', 'blouse', 'the', 'fabric', 'is', 'a', 'fine', 'rayon', 'which', 'is', 'soft', 'and', 'has', 'a', 'lovely', 'drape', 'to', 'it', 'i', 'have', 'found', 'rayon', 'to', 'be', 'a', 'good', 'fabric', 'all', 'year', 'and', 'quite', 'cool', 'in', 'the', 'summer', 'i', 'am', '5', '7', 'long', 'waisted', 'and', '127', 'lbs', 'with', 'a', 'slender', 'build', 'so', 'i', 'usually', 'wear', 'a', 'size', '6', 'this', 'fits', 'perfectly', 'as', 'well', 'as', 'being', 'quite', 'flattering', 'it', 'can', 'be', 'worn', 'loose', 'or', 'belted', 'with', 'a', 'contrasting', 'or', 'black', 'belt', 'over', 'skinny', 'jeans', 'it', 'would', 'also', 'be', 'swell', 'with', 'a', 'pencil', 'skirt', 'it', 'will', 'cover', 'any', 'fashion', 'flaws', 'i', 'usually', 'like', 'to', 'shop', 'the', 's', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11978,829,57', 'easy', 'breezy', 'comfort', 'that', 'looks', 'great', 'love', 'this', 'blouse', 'it', 'fits', 'well', 'with', 'a', 'slight', 'flare', 'at', 'the', 'bottom', 'does', "n't", 'wrinkle', 'much', 'and', 'washes', 'in', 'cold', 'water', 'perfectly', 'have', 'had', 'compliments', 'on', 'the', 'style', 'and', 'design', 'a', 'definite', 'buy', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['11979,473,36', 'beautiful', 'and', 'stylish', 'these', 'are', 'the', 'perfect', 'way', 'to', 'battle', 'the', 'california', 'heat', 'in', 'style-', 'more', 'beautiful', 'than', 'on', 'the', 'picture', 'you', 'ca', "n't", 'see', 'but', 'there', 'are', 'gold', 'threads', 'running', 'through', 'the', 'fabric', 'pair', 'with', 'a', 'sandal', 'and', 'a', 'flow', 'top', 'and', 'i', "'m", 'good', 'to', 'go', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['11980,829,38', 'these', 'are', 'the', 'cutest', 'prints', 'but', 'the', 'cute', 'simply', 'does', "n't", 'work', 'for', 'me', 'this', 'is', 'longer', 'than', 'the', 'conversationalist', 'shirt', 'which', 'is', 'an', 'improvement', 'as', 'far', 'as', 'i', "'m", 'concerned', 'nevertheless', 'both', 'my', 'appropriate', 'size', 'which', 'i', 'still', 'felt', 'was', 'too', 'short', 'and', 'the', 'size', 'up', 'which', 'hit', 'at', 'a', 'flattering', 'spot', 'were', 'twice', 'as', 'wide', 'as', 'as', 'my', 'midsection', 'so', 'while', 'the', 'arms', 'and', 'shoulders', 'seem', 'true', 'to', 'size', 'the', 'shirt', 'runs', 'very', 'wide', ',3,0,38', 'general', 'petite', 'tops', 'blouses'] ['11981,829,40', 'great', 'top', 'love', 'this', 'top', 'kept', 'looking', 'online', 'but', 'really', 'wanted', 'to', 'try', 'on', 'so', 'once', 'i', 'made', 'it', 'to', 'a', 'store', 'i', 'was', 'so', 'happy', 'they', 'had', 'my', 'size', 'i', "'m", '5', '1', 'but', 'prefer', 'regular', 'sizes', 'in', 'retailer', 'for', 'the', 'length', 'i', 'got', 'the', 'xs', 'and', 'it', 'is', 'a', 'lovely', 'fit', 'tts', 'love', 'the', 'colors', 'in', 'the', 'pink', 'top', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['11982,824,37', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11983,829,35', 'surprisingly', 'comfy', 'for', 'a', 'button', 'down', 'i', 'am', 'a', '10', 'm', 'and', 'got', 'the', '10.', 'it', 'fits', 'perfectly', 'and', 'there', 'is', 'room', 'in', 'the', 'bust', 'i', "'m", '36/38', 'c', 'the', 'shirt', 'feels', 'very', 'nice', 'and', 'silky', 'up', 'to', 'the', 'skin', 'i', "'m", 'just', 'not', 'sure', 'about', 'the', 'print-', 'i', 'got', 'the', 'umbrellas', 'it', "'s", 'cute', 'but', 'maybe', 'a', 'little', 'too', 'cartoonish', 'it', 'does', 'look', 'good', 'with', 'a', 'green', 'or', 'blue', 'puffy', 'vest', 'for', 'colder', 'days', 'still', 'trying', 'to', 'decide', 'if', 'i', 'should', 'keep', 'or', 'return', 'but', 'only', 'b/c', 'of', 'the', 'print', 'i', "'d", 'love', 'this', 'in', 'some', 'solid', 'colors', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['11984,831,42', 'beautiful', 'detail', 'i', 'ordered', 'this', 'top', 'on', 'sale', 'and', 'so', 'glad', 'that', 'i', 'did', 'i', 'am', 'usually', 'a', 'small', 'in', 'tops', 'but', 'had', 'read', 'that', 'it', 'runs', 'small', 'i', 'went', 'with', 'a', 'medium', 'and', 'wish', 'that', 'i', 'picked', 'the', 'small', 'it', 'is', 'definitely', 'a', 'swing', 'top', 'it', "'s", 'best', 'feature', 'is', 'the', 'detailing', 'it', "'s", 'gorgeous', 'i', 'paired', 'it', 'with', 'jeans', 'and', 'a', 'white', 'denim', 'jacket', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['11985,1031,53', 'super', 'comfy', 'a', 'tad', 'long', 'love', 'these', 'pants', 'the', 'are', 'super', 'comfy', 'and', 'very', 'flattering', 'but', 'they', 'are', 'very', 'long', 'i', 'did', 'manage', 'to', 'have', 'them', 'altered', 'but', 'you', 'may', 'risk', 'losing', 'the', 'flare', 'which', 'is', 'unfortunate', 'considering', 'the', 'price', ',5,1,4', 'general', 'bottoms', 'jeans'] ['11986,804,72', 'beautiful', 'fall', 'color', 'i', 'am', 'somewhere', 'between', 'a', 'size', '6', 'or', '8', 'so', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', 'small', 'mistake', 'too', 'small', 'the', 'color', 'of', 'this', 'dress', 'is', 'so', 'lovely', 'it', "'s", 'between', 'red', 'and', 'orange', 'will', 'probably', 'order', 'it', 'in', 'medium', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['11987,1077,26', 'lovely', 'i', 'really', 'love', 'this', 'dress', 'because', 'it', 'can', 'be', 'dressed', 'up', 'with', 'wedges', 'or', 'heels', 'for', 'a', 'wedding', 'or', 'cocktail', 'party', 'but', 'could', 'also', 'be', 'dressed', 'down', 'with', 'a', 'cute', 'pair', 'of', 'gladiators', 'i', 'love', 'the', 'pockets', 'too', 'i', "'m", 'very', 'happy', 'with', 'my', 'purchase', 'and', 'would', 'recommend', 'to', 'anyone', 'who', 'needs', 'a', 'go-to', 'summer', 'dress', 'for', 'many', 'occasions', ',5,1,0', 'general', 'dresses', 'dresses'] ['11988,602,56', 'fits', 'well', 'and', 'good', 'for', 'relaxing', 'i', 'was', 'looking', 'for', 'a', 'romper', 'for', 'a', 'long', 'time', 'which', 'i', 'do', "n't", 'need', 'to', 'care', 'whether', 'to', 'wear', 'bras', 'after', 'taking', 'shower', 'and', 'relax', 'because', 'of', 'its', 'design', 'with', 'a', 'line', 'on', 'the', 'top', 'no', 'worries', 'for', 'a', 'relaxed', 'romper', 'the', 'texture', 'was', 'not', 'as', 'silky', 'as', 'i', 'wished', 'but', 'you', 'will', 'like', 'this', 'if', 'you', 'want', 'a', 'light', 'on', 'weight', ',5,1,11', 'general', 'bottoms', 'shorts'] ['11989,820,28', 'gorgeous', 'i', 'ca', "n't", 'believe', 'these', 'are', "n't", 'sold', 'out', 'yet', 'i', 'had', 'no', 'problem', 'getting', 'this', 'over', 'my', 'head', 'this', 'top', 'has', 'such', 'beautiful', 'colors', 'and', 'embroidery', 'quality', 'is', 'good', 'flattering', 'on', 'at', 'this', 'price', 'it', 'is', 'probably', 'the', 'best', 'deal', 'i', "'ve", 'gotten', 'on', 'anything', 'from', 'retailer', 'i', 'would', 'recommend', 'this', 'top', 'absolutely', ',5,1,0', 'general', 'tops', 'blouses'] ['11990,1077,52', 'gorgeous', 'but', 'challenging', 'for', 'buxom', 'beauties', 'love', 'love', 'love', 'but', 'alas', 'had', 'to', 'return', 'gorgeous', 'fabric', 'and', 'elegant', 'design', 'i', 'purchased', 'for', 'an', 'evening', 'summer', 'wedding', 'however', 'the', 'cut', 'of', 'this', 'dress', 'is', 'more', 'suited', 'to', 'a', 'small', 'bust', 'line', 'and', 'a', 'short', 'waist', 'i', 'felt', 'like', 'it', 'hit', 'at', 'my', 'rib', 'cage', 'and', 'not', 'my', 'natural', 'waist', 'and', 'my', 'top', 'half', 'was', 'spilling', 'out', 'of', 'the', 'neckline', 'it', 'was', 'slightly', 'loose', 'so', 'i', 'do', "n't", 'think', 'sizing', 'up', 'would', 'have', 'helped', 'maybe', 'i', 'needed', 'to', 'size', 'down', 'i', "'m", '5', '6', '145', 'lbs', 'and', 'had', 'the', '10.', 'loved', 'but', 'it', 'did', "n't", 'fit', 'me', 'properly', 'also', 'noticed', 'the', ',4,1,0', 'general', 'dresses', 'dresses'] ['11991,303,51', 'a', 'great', 'wake', 'up', 'call', 'this', 'sweatshirt', 'is', 'the', 'perfect', 'solution', 'to', 'chilly', 'mornings', 'or', 'evenings', 'sundry', "'s", 'lightweight', 'fleece', 'is', 'never', 'too', 'warm', 'or', 'cool', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'short', 'sleeves', 'look', 'even', 'cuter', 'rolled', 'up', 'once', 'or', 'twice', 'i', 'know', 'i', 'will', 'be', 'getting', 'a', 'lot', 'of', 'use', 'from', 'this', 'top', 'once', 'early', 'summer', 'comes', 'along', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['11992,1077,25', 'cute', 'and', 'comfortable', 'i', 'really', 'liked', 'the', 'style', 'of', 'this', 'dress', 'the', 'top', 'was', 'nice', 'and', 'stretchy', 'and', 'the', 'bottom', 'is', 'so', 'soft', 'and', 'silky', 'i', 'love', 'lace', 'and', 'thought', 'that', 'was', 'a', 'nice', 'detail', 'for', 'the', 'top', 'the', 'colors', 'are', 'a', 'little', 'brighter', 'in', 'person', 'the', 'red', 'in', 'the', 'pictures', 'here', 'is', 'more', 'of', 'a', 'hot', 'pink', 'in', 'person', 'i', "'m", 'planning', 'on', 'buying', 'some', 'hot', 'pink', 'flats', 'to', 'wear', 'with', 'it', 'at', 'a', 'wedding', 'this', 'summer'] [] ['one', 'reviewer', 'said', 'she', 'did', "n't", 'like', 'the', 'placement', 'where', 'the', 'dress', 'fell', 'i', 'have', 'a', 'short', 'torso', 'and', 'long', 'legs', 'so', 'i', 'like', 'to', 'try', 'to', 'emphasize', 'a', ',5,1,0', 'general', 'dresses', 'dresses'] ['11993,1077,43', 'wedding', 'season', 'and', 'another', 'addition', 'to', 'my', 'wedding', 'guest', 'wardrobe', 'the', 'skirt', 'print', 'is', 'gorgeous', 'and', 'i', 'ca', "n't", 'wait', 'to', 'shop', 'for', 'the', 'perfect', 'shoe', 'and', 'accessories', 'i', "'m", 'very', 'hippy', 'with', 'a', 'thinner', 'waist', 'and', 'this', 'hides', 'that', 'i', 'love', 'the', 'pockets', 'and', 'the', 'fact', 'that', 'i', 'can', 'wear', 'a', 'regular', 'comfortable', 'bra', 'all-around', 'a', 'great', 'purchase', ',4,1,0', 'general', 'dresses', 'dresses'] ['11994,1077,39', 'lovely', 'dress', 'i', 'was', 'going', 'to', 'order', 'a', 'size', '2', 'online', 'but', 'decided', 'to', 'check', 'my', 'local', 'store', 'first', 'hate', 'paying', 'for', 'shipping', 'especially', 'when', 'so', 'many', 'retailers', 'offer', 'free', 'shipping', 'regardless', 'of', 'the', 'purchase', 'amount', 'all', 'that', 'was', 'left', 'was', 'a', '0', 'and', '10.', 'i', 'decided', 'to', 'go', 'ahead', 'and', 'try', 'the', '0', 'just', 'for', 'size', 'comparison', 'i', "'m", 'usually', 'a', 'size', '2', 'but', 'this', 'dress', 'fit', 'perfect', 'in', 'the', '0.', 'a', '2', 'probably', 'would', 'have', 'been', 'ok', 'but', 'may', 'have', 'been', 'a', 'bit', 'looser', 'in', 'the', 'top', 'i', 'love', 'the', 'lace', 'fabric', 'on', 'the', 'top', 'and', 'the', 'contrast', 'it', 'provides', 'to', 'the', 'skir,5,1,1', 'general', 'dresses', 'dresses'] ['11995,1008,37', 'beautiful', 'this', 'is', 'a', 'very', 'beautiful', 'and', 'well-made', 'skirt', 'it', 'looks', 'a', 'little', 'like', 'ribbon', 'material', 'it', 'is', 'very', 'think', 'and', 'lush', 'and', 'the', 'pockets', 'add', 'a', 'little', 'extra', 'special', 'to', 'it', 'the', 'waist', 'band', 'is', 'very', 'sturdy', 'and', 'it', 'wears', 'very', 'flattering', 'even', 'putting', 'my', 'hands', 'in', 'the', 'pockets', 'feels', 'very', 'thick', 'and', 'silky', 'i', 'am', '5', '1', 'with', 'a', '27in', 'waist', 'and', 'the', 'size', '2', 'fit', 'really', 'well', 'just', 'above', 'the', 'knee', ',5,1,0', 'general', 'bottoms', 'skirts'] ['11996,1042,32', ',,3,0,0', 'general', 'bottoms', 'pants'] ['11997,804,39', 'pretty', 'sloft', 'and', 'silky', 'i', 'tried', 'on', 'the', 'xs', 'in', 'store', 'in', 'crimson', 'i', 'would', 'need', 'petite', 'the', 'color', 'and', 'fit', 'were', 'very', 'flattering', 'on', 'me', 'pale', 'skin', 'the', 'dress', 'feels', 'very', 'silky', 'i', 'love', 'the', 'back', 'how', 'it', 'ties', 'and', 'how', 'high', 'the', 'neckline', 'was', 'on', 'me', 'in', 'the', 'front', 'the', 'little', 'flutter', 'at', 'the', 'bottom', 'of', 'the', 'dress', 'is', 'also', 'a', 'nice', 'touch', 'my', 'only', 'concern', 'was', 'whether', 'this', 'looked', 'like', 'a', 'negligee', 'i', 'think', 'i', 'would', 'buy', 'it', 'if', 'i', 'had', 'somewhere', 'to', 'go', 'just', 'not', 'sure', 'the', 'fabric', 'is', 'appropriate', 'for', 'work'] [] ['reference', '115', 'lbs', '30dd', '26.5', 'in', 'waist', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['11998,602,36', 'not', 'what', 'i', 'expected', 'this', 'romper', 'was', 'not', 'what', 'i', 'expected', 'when', 'i', 'originally', 'purchased', 'it', 'is', 'much', 'more', 'casual', 'looking', 'in', 'person', 'and', 'as', 'soon', 'as', 'i', 'got', 'it', 'out', 'of', 'the', 'bag', 'one', 'of', 'the', 'buttons', 'fell', 'off', 'it', 'did', 'look', 'good', 'on', 'and', 'fit', 'well', 'but', 'i', 'will', 'be', 'returning', 'because', 'it', 'is', 'too', 'casual', 'for', 'the', 'occasion', 'i', 'bought', 'it', 'for', ',3,0,0', 'general', 'bottoms', 'shorts'] ['11999,831,53', 'nice', 'top', 'runs', 'small', 'i', 'am', 'normally', 'a', 'size', 'medium', 'or', 'small', 'at', 'retailer', 'depending', 'on', 'the', 'bust', 'and', 'could', 'not', 'even', 'get', 'the', 'medium', 'in', 'this', 'top', 'past', 'my', 'neck', 'it', 'runs', 'very', 'small', 'unfortunately', 'the', 'size', 'large', 'was', 'not', 'in', 'stock', 'for', 'me', 'to', 'try', 'truthfully', 'i', 'might', 'have', 'needed', 'the', 'xl', 'in', 'this', 'it', 'runs', 'that', 'small', 'for', 'reference', 'i', 'am', '5', '6', '145', 'lbs', '34dd', 'also', 'the', 'beading', 'on', 'the', 'top', 'i', 'tried', 'was', 'coming', 'loose', 'and', 'some', 'was', 'already', 'missing', 'seems', 'to', 'be', 'a', 'common', 'fault', 'based', 'on', 'what', 'other', 'reviewers', 'have', 'said', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['12000,602,39', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['12001,1094,38', 'beautiful', 'dress', 'the', 'quality', 'and', 'aesthetic', 'of', 'this', 'dress', 'is', 'wonderful', 'the', 'fit', 'and', 'look', 'are', 'classic', 'i', 'am', "5'10", 'and', 'the', 'dress', 'falls', 'mid', 'thigh', 'this', 'is', 'a', 'beautiful', 'dress', 'for', 'a', 'special', 'event', 'simple', 'but', 'with', 'sparkle', 'at', 'the', 'neckline', 'and', 'an', 'unusual', 'print', 'i', 'am', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,3', 'general', 'dresses', 'dresses'] ['12002,602,30', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['12003,831,83', 'stunning', 'ordered', 'this', 'top', 'the', 'second', 'i', 'saw', 'it'] ['i', 'wear', 'a', 'small', 'or', 'med', 'depending', 'on', 'the', 'cut', 'and', 'fabric', 'noticed', 'it', 'is', 'cotton', 'and', 'went', 'with', 'a', 'medium'] ['so', 'happy', 'i', 'went', 'with', 'the', 'larger', 'size', 'runs', 'very', 'small', 'especially', 'in', 'the', 'chest', 'and', 'there', 'is', 'no', 'give', 'in', 'the', 'fabric'] ['stunning', 'top', 'but', 'would', 'go', 'up', 'one', 'possibly', 'two', 'sizes', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['12004,1077,35', 'adorable', 'i', 'love', 'this', 'dress', 'its', 'feminine', 'sassy', 'and', 'very', 'comfortable', 'it', 'fit', 'my', 'body', 'type', 'well', 'i', "'d", 'say', 'i', 'have', 'more', 'of', 'an', 'athletic', 'build', 'broad', 'shoulders', '36c', 'straight', 'in', 'waist/hips', 'plus', 'i', 'have', 'a', 'lovely', 'left', 'over', 'tummy', 'from', 'two', 'babies', 'the', 'top', 'has', 'stretch', 'and', 'is', 'a', 'higher', 'waist', 'which', 'is', 'slimming', 'on', 'my', 'body', 'the', 'bottom', 'material', 'is', 'a', 'thick', 'and', 'high', 'quality', 'with', 'a', 'design', 'that', 'is', 'beautiful', 'in', 'person', 'it', 'sits', 'out', 'from', 'my', 'waist', 'and', 'hips', 'and', 'easily', 'covers', 'the', 'left', 'over', 'tummy', 'and', 'is', 'super', 'easy', 'to', 'move', 'in', 'po', ',4,1,1', 'general', 'dresses', 'dresses'] ['12005,1031,32', 'beautiful', 'jeans', 'but', 'way', 'too', 'small', 'they', 'were', 'way', 'way', 'too', 'small', 'i', 'bought', 'a', '32', 'and', 'they', 'would', 'probably', 'fit', 'someone', 'that', 'usually', 'wears', 'a', '28.', 'i', 'was', 'so', 'sad', 'to', 'send', 'them', 'back', 'because', 'i', 'loved', 'them.,4,1,0', 'general', 'bottoms', 'jeans'] ['12006,1031,44', 'super', 'super', 'long', 'i', 'love', 'these', 'jeans', 'and', 'want', 'to', 'keep', 'them', 'but', 'they', 'are', 'so', 'long', 'im', '5', '7', 'and', 'they', 'wrap', 'all', 'the', 'way', 'under', 'my', 'feet', 'so', 'i', 'cant', 'even', 'have', 'them', 'altered', 'because', 'it', 'would', 'cut', 'the', 'flare', 'out', 'its', 'kind', 'of', 'crazy', 'how', 'long', 'they', 'are.,4,1,4', 'general', 'bottoms', 'jeans'] ['12007,602,49', 'amoret', 'romper', 'adorable', 'comfortable', 'piece', 'runs', 'slightly', 'big', ',4,1,0', 'general', 'bottoms', 'shorts'] ['12008,1008,39', 'quality', 'matetial', 'for', 'reference', 'i', 'am', '5', '3', 'and', '120-123lbs', 'i', 'wear', 'a', 'size', '6-8.', 'the', 'quality', 'of', 'material', 'on', 'this', 'skirt', 'is', 'very', 'good', 'and', 'quite', 'heavy', 'the', 'waistband', 'has', 'a', 'little', 'stretch', 'and', 'the', 'skirt', 'is', 'lined', 'there', 'are', 'pockets', 'longer', 'on', 'me', 'than', 'the', 'model', 'which', 'is', 'fine', 'because', 'i', "'m", 'wearing', 'it', 'to', 'work', 'this', 'skirt', 'has', 'no', 'black', 'it', "'s", 'dark', 'navy', 'and', 'brown', 'in', 'it', 'and', 'will', 'not', 'look', 'good', 'with', 'black', 'tights', 'which', 'how', 'i', 'wear', 'skirts', 'to', 'work', 'can', 'be', 'worn', 'with', 'no', 'tights', 'it', "'s", 'a', 'made', 'of', 'substantial', 'curtain', 'like', 'material', 'i', "'m", 'keeping', 'i,4,1,0', 'general', 'bottoms', 'skirts'] ['12009,1077,30', 'lovely', 'dress', 'wore', 'this', 'dress', 'for', 'my', 'bridal', 'shower', 'and', 'got', 'a', 'ton', 'of', 'compliments', 'it', 'fits', 'great', 'and', 'is', 'very', 'well', 'made', ',5,1,1', 'general', 'dresses', 'dresses'] ['12010,1008,31', 'so', 'soft', 'very', 'soft', 'and', 'luxe', 'materials', 'and', 'really', 'well', 'made', 'pockets', 'a', 'nice', 'detail', 'and', 'otherwise', 'a', 'great', 'cut', 'and', 'length', 'petticoat', 'underneath', 'a', 'cool', 'detail', 'too.,5,1,0', 'general', 'bottoms', 'skirts'] ['12011,1077,29', 'great', 'dress', 'fits', 'nicely', 'i', "'m", 'a', 'standard', 'size', '4', 'most', 'places', 'also', 'perfect', 'for', 'those', 'in-between', 'occasions', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'worn', 'with', 'flats', 'or', 'heels', ',4,1,0', 'general', 'dresses', 'dresses'] ['12012,820,55', 'comfortable', 'and', 'beautiful', 'to', 'boot', 'i', 'do', "n't", 'understand', 'the', 'low', 'rating', 'the', 'head', 'opening', 'in', 'my', 'size', '2', 'is', 'perfect', 'and', 'i', 'do', "n't", 'have', 'a', 'small', 'head'] ['the', 'style', 'is', 'both', 'flattering', 'on', 'many', 'shapes', 'and', 'very', 'comfortable', 'the', 'embroidery', 'is', 'gorgeous', 'and', 'the', 'blue', 'hue', 'can', 'be', 'paired', 'with', 'many', 'colors', 'it', 'be', 'worn', 'with', 'jeans', 'on', 'the', 'weekend', 'and', 'also', 'dresses', 'up', 'beautifully', 'for', 'the', 'office', 'if', 'worn', 'with', 'a', 'jacket', 'and', 'a', 'pair', 'of', 'slacks', 'i', 'wore', 'it', 'with', 'an', 'olive', 'jacket', 'and', 'jeans', 'last', 'week', 'and', 'received', 'compliments'] ['the', 'caveat', 'is', 'that', 'it', 'wrinkles', 'a', 'lot', ',4,1,0', 'general', 'tops', 'blouses'] ['12013,831,61', 'very', 'pretty', 'and', 'very', 'lightweight', 'fabric', 'fabric', 'was', 'a', 'little', 'more', 'shear', 'than', 'i', 'thought', 'it', 'would', 'be', 'while', 'not', 'a', 'big', 'deal', 'it', 'was', 'missing', 'a', 'few', 'of', 'the', 'silver', 'beads', 'along', 'the', 'front', 'line', 'of', 'the', 'top', 'returned,3,1,3', 'general', 'petite', 'tops', 'blouses'] ['12014,1077,34', ',,4,1,0', 'general', 'dresses', 'dresses'] ['12015,1077,29', 'love', 'it', 'when', 'i', 'saw', 'this', 'dress', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'loved', 'the', 'colors', 'and', 'design', 'i', 'am', 'a', 'wedding', 'planner', 'and', 'dresses', 'with', 'pockets', 'are', 'my', 'uniform'] ['i', 'was', 'a', 'little', 'concerned', 'after', 'reading', 'some', 'of', 'the', 'other', 'reviews', 'but', 'i', 'ordered', 'anyway', 'and', 'am', 'glad', 'i', 'did', 'it', 'fits', 'perfect', 'and', 'looks', 'just', 'like', 'the', 'photo', ',5,1,0', 'general', 'dresses', 'dresses'] ['12016,602,51', 'cute', 'but', 'not', 'sewn', 'well', 'i', 'too', 'was', 'dubious', 'about', 'the', 'dry', 'clean', 'only', 'label', 'but', 'purchased', 'it', 'anyway', 'because', 'it', 'was', 'really', 'cute', 'and', 'comfortable', 'the', 'shorts', 'part', 'is', 'lined', 'which', 'is', 'nice', 'not', 'see', 'through', 'the', 'waist', 'is', 'a', 'smocking', 'with', 'elastic', 'it', "'s", 'also', 'very', 'thin', 'thread', 'the', 'first', 'one', 'i', 'tried', 'on', 'had', 'a', 'couple', 'of', 'stitches', 'ripped', 'in', 'this', 'waistband', 'and', 'because', 'of', 'that', 'the', 'fabric', 'sort', 'of', 'bubbled', 'out', 'i', 'bought', 'a', 'different', 'one', 'knowing', 'it', 'was', 'delicate', 'this', 'is', "n't", 'a', 'romper', 'your', 'going', 'to', 'want', 'to', 'shimmy', 'over', 'your', 'hips', 'because', 'of', ',3,1,3', 'general', 'bottoms', 'shorts'] ['12017,1042,34', 'love', 'on', 'first', 'try', 'great', 'for', 'hot', 'weather', 'dress', 'up', 'and', 'dress', 'down', 'do', "n't", 'need', 'to', 'decide', 'what', 'to', 'match', 'with', 'and', 'bottom', 'or', 'top', ',5,1,4', 'general', 'bottoms', 'pants'] ['12018,1042,30', 'beautiful', 'piece', 'this', 'runs', 'huge', 'not', 'large', 'huge', 'and', 'hung', 'in', 'quite', 'a', 'baggy', 'way', 'bought', 'a', 'medium', "5'10", '150', 'lbs', 'and', 'i', 'could', 'have', 'gotten', 'an', 'x-tra', 'small', 'maybe', 'if', 'there', 'were', 'free', 'shipping', 'i', 'would', 'have', 'reordered', 'but', 'now', 'its', 'just', 'too', 'much', 'of', 'a', 'hassle', ',3,1,0', 'general', 'bottoms', 'pants'] ['12019,1008,35', 'this', 'skirt', 'is', 'so', 'comfortable', 'this', 'skirt', 'is', 'exactly', 'as', 'i', 'had', 'hoped', 'it', 'would', 'be', 'the', 'zipper', 'works', 'great', 'the', 'material', 'feels', 'nice', 'and', 'the', 'liner', 'is', 'attached', 'to', 'the', 'skirt', 'so', 'there', 'is', 'no', 'bunching', 'effect', 'after', 'the', 'first', 'time', 'i', 'wore', 'the', 'skirt', 'i', 'went', 'out', 'and', 'bought', 'more', 'tops', 'to', 'go', 'with', 'it', 'i', 'highly', 'recommend', 'this', 'skirt', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12020,602,50', 'great', 'for', 'tall', 'frames', 'the', 'style', 'and', 'material', 'are', 'nice', 'but', 'what', 'i', 'love', 'is', 'that', 'it', 'does', 'not', 'give', 'me', 'a', 'wedgie', 'and', 'i', 'think', 'it', 'would', 'still', 'fold', 'nicely', 'on', 'shorter', 'frames', ',4,1,0', 'general', 'bottoms', 'shorts'] ['12021,1008,31', 'cute', 'comfortable', 'and', 'practical', 'i', "'m", 'a', 'little', 'heavier', 'than', 'i', "'d", 'like', 'due', 'to', 'postpartum', 'fluff', 'and', 'have', 'to', 'gradually', 'lose', 'because', 'of', 'breastfeeding', 'so', 'i', 'look', 'for', 'bottoms', 'with', 'enough', 'give', 'in', 'the', 'waist', 'that', 'will', 'still', 'fit', 'once', 'i', 'reach', 'my', 'goal', 'weight', 'for', 'reference', 'i', "'m", 'about', '33', 'waist', 'x', '44', 'hips', 'with', 'a', 'goal', 'of', '31', 'waist', 'x', '40', 'hips', 'so', 'roughly', 'a', 'size', '12/14', 'getting', 'back', 'to', 'an', '8/10', 'i', 'bought', 'a', 'medium', 'and', 'it', 'stretches', 'enough', 'to', 'fit', 'this', 'skirt', 'is', 'a', 'solid', 'staple', 'and', 'the', 'colors', 'are', 'just', 'lovely', 'the', 'flat', 'elastic', 'in', 'the', 'waistband', 'does', "n't", 'rol', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12022,1008,45', 'saw', 'this', 'skirt', 'in', 'the', 'sale', 'room', 'and', 'figured', 'i', "'d", 'give', 'it', 'a', 'try', 'i', "'m", 'always', 'looking', 'for', 'comfortable', 'skirts', 'that', 'are', "n't", 'too', 'tight', 'around', 'the', 'waist', 'once', 'i', 'zipped', 'it', 'up', 'i', 'knew', 'it', 'would', 'be', 'a', 'keeper', 'the', 'waist', 'band', 'is', 'super', 'comfortable', 'and', 'it', 'has', 'a', 'hook/eye', 'closure', 'as', 'well', 'the', 'material', 'is', 'a', 'little', 'heavier', 'weight', 'but', 'that', "'s", 'fine', 'it', 'can', 'work', 'for', 'winter', 'as', 'well', 'it', "'s", 'soft', 'yet', 'structured', 'the', 'pockets', 'are', 'always', 'a', 'plus', 'if', 'you', 'want', 'to', 'step', 'away', 'from', 'the', 'normal', 'shapes', 'and', 'colors', 'this', 'is', 'out', 'of', 'the', 'box', ',4,1,0', 'general', 'bottoms', 'skirts'] ['12023,831,57', 'in', 'love', 'with', 'nala', 'i', 'paired', 'this', 'gorgeous', 'top', 'with', 'a', 'black', 'v-neck', 'cardigan', 'mother', 'lookers', 'and', 'black', 'booties', 'and', 'felt', 'and', 'looked', 'so', 'totally', 'feminine', 'and', 'amazing', 'i', 'honestly', 'lost', 'count', 'of', 'the', 'compliments', 'that', 'i', 'received', 'beading', 'is', 'sewn', 'on', 'tightly', 'and', 'the', 'stitching', 'on', 'the', 'embroidery', 'has', 'no', 'loose', 'ends', 'i', 'am', '5', '3', '/108', 'and', 'took', 'the', 'regular', 'size', 'small', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12024,602,55', 'fun', 'super', 'comfy', 'easy', 'to', 'put', 'on', 'and', 'super', 'cute', 'you', 'can', 'dress', 'it', 'up', 'and', 'dress', 'it', 'down', 'i', "'m", 'usually', 'a', 'size', 's', 'and', 'the', 'small', 'fits', 'fine', 'but', 'i', 'think', 'the', 'xs', 'would', 'have', 'fit', 'better', ',5,1,0', 'general', 'bottoms', 'shorts'] ['12025,1008,43', 'sweet', 'stripes', 'skirt', 'love', 'this', 'skirt', 'very', 'fun', 'and', 'feminine', 'it', 'is', 'a', 'great', 'fit', 'and', 'i', 'love', 'the', 'layering', 'contrast', 'of', 'stripes', 'length', 'goes', 'right', 'to', 'below', 'my', 'knees', 'which', 'is', 'perfect', 'for', 'me', 'i', 'am', 'petite', 'and', 'curvy', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12026,1077,52', 'odd', 'fabric', 'combination', 'odd', 'fit', 'in', 'the', 'photo', 'of', 'the', 'dress', 'you', 'might', 'have', 'a', 'hard', 'time', 'telling', 'that', 'the', 'top', 'half', 'of', 'the', 'dress', 'is', 'the', 'lace', 'part', 'and', 'is', 'a', 'stretchy', 'knit', 'fabric', 'while', 'the', 'bottom', 'half', 'is', 'polyester', 'and', 'not', 'stretchy', 'at', 'all'] ['fyi', '36c', '34d', 'short', 'waist', 'broad', 'shoulders/back', 'usually', 'a', '10/12', 'in', 'a', 'fitted', 'top/dress'] ['the', 'navy', 'lace', 'of', 'the', 'top', 'as', 'i', 'said', 'is', 'knit', 'therefore', 'it', 'was', 'too', 'stretchy', 'and', 'the', 'straps', 'actually', 'were', 'already', 'too', 'long', 'it', 'was', 'so', 'loose', 'that', 'i', 'needed', 'the', 'smaller', 'size', 'in', 'the', 'top', 'half', 'of', 'the', 'dress', '10', ',3,1,10', 'general', 'petite', 'dresses', 'dresses'] ['12027,1077,31', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12028,1077,52', 'very', 'high', 'waisted', 'i', 'am', '5', '2', 'and', 'got', 'this', 'in', 'a', '6p', 'i', 'would', 'say', 'it', 'fits', 'tts', 'the', 'top', 'also', 'has', 'some', 'give', 'but', 'the', 'waist', 'is', 'just', 'a', 'few', 'inches', 'away', 'from', 'being', 'empire', 'i', 'think', 'the', 'dress', 'on', 'the', 'model', 'is', 'pulled', 'down', 'to', 'de-emphasize', 'this', 'even', 'so', 'it', 'is', 'a', 'very', 'cute', 'dress', 'plan', 'to', 'wear', 'it', 'with', 'a', 'navy', 'velvet', 'jacket', 'for', 'easter', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['12029,1042,38', 'perfect', 'jumper', 'great', 'material', 'quality', 'and', 'versatility', 'is', 'there', 'it', 'is', 'easy', 'to', 'get', 'in', 'and', 'out', 'of', 'which', 'is', 'hard', 'to', 'find', 'and', 'the', 'fit', 'is', 'adjustable', 'at', 'the', 'waist.,5,1,0', 'general', 'bottoms', 'pants'] ['12030,831,26', 'too', 'loose', 'at', 'bottom', 'this', 'top', 'is', 'not', 'for', 'a', 'curvy', 'figure', 'the', 'embroidered', 'part', 'is', 'gorgeous', 'very', 'stunning', 'but', 'the', 'loose', 'bottom', 'part', 'is', 'awful', 'i', 'am', 'curvy', 'and', 'usually', 'wear', 'l', 'or', 'xl', 'this', 'top', 'was', 'fitted', 'at', 'the', 'top', 'but', 'very', 'loose', 'at', 'the', 'bottom', 'made', 'me', 'feel', 'like', 'i', 'had', 'a', 'big', 'tummy', 'and', 'was', 'a', 'tad', 'short', 'i', 'am', 'sending', 'this', 'back', 'this', 'would', 'look', 'better', 'on', 'a', 'more', 'slender', 'frame', ',3,0,5', 'general', 'petite', 'tops', 'blouses'] ['12031,602,28', 'finally', 'a', 'romper', 'for', 'all', 'body', 'types', 'i', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'this', 'romper', 'i', 'am', 'curvey', 'on', 'the', 'bottom', 'and', 'have', 'never', 'been', 'able', 'to', 'get', 'on', 'board', 'with', 'the', 'romper', 'trend', 'because', 'all', 'the', 'ones', 'i', 'had', 'tried', 'were', 'too', 'short', 'or', 'were', 'clearly', 'made', 'for', 'models', 'and', 'teenagers', 'this', 'romper', 'is', 'a', 'great', 'length', 'and', 'style', 'for', 'all', 'ages', 'and', 'body', 'types', 'the', 'material', 'is', 'so', 'soft', 'and', 'is', 'the', 'kind', 'of', 'material', 'that', 'wo', "n't", 'easily', 'wrinkle', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'for', 'a', 'night', 'out', 'with', 'wedges', 'and', 'jewelry', 'or', 'dressed', 'down', 'for', 'day', 'with', 'flats', 'and', 'maybe', 'eve,5,1,5', 'general', 'bottoms', 'shorts'] ['12032,776,56', 'really', 'comfy', 'socks', 'yes', 'you', 'need', 'these', 'so', 'comfortable', 'and', 'wash', 'up', 'perfectly', 'workout', 'walking', 'or', 'great', 'to', 'sleep', 'in', ',5,0,0', 'initmates', 'intimate', 'legwear'] ['12033,1077,56', 'cute', 'pattern', 'but', 'weird', 'fit', 'i', 'was', 'so', 'sure', 'i', 'was', 'going', 'to', 'love', 'this', 'dress', 'when', 'i', 'saw', 'it', 'on', 'the', 'rack', 'i', 'was', 'so', 'disappointed', 'by', 'how', 'poofy', 'on', 'the', 'bottom', 'it', 'was', 'not', 'flattering', 'at', 'all', 'i', "'d", 'love', 'to', 'see', 'this', 'pattern', 'back', 'with', 'a', 'better', 'fit.,2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['12034,872,38', 'feminine', 'light', 'weight', 'summer', 'shirt', 'great', 'summer', 'shirt', 'loose', 'fitting', 'but', 'especially', 'wide', 'the', 'button', 'gather', 'in', 'back', 'is', 'a', 'nice', 'detail', ',4,1,0', 'general', 'tops', 'knits'] ['12035,1059,40', 'this', 'might', 'be', 'my', 'new', 'favorite', 'i', 'would', 'of', 'paid', 'double', 'the', 'amount', 'for', 'this', 'romper', 'i', 'am', 'a', 'medium', 'and', 'the', 'medium', 'fits', 'perfect', 'i', 'am', 'a', 'little', 'long', 'in', 'the', 'torso', 'so', 'some', 'rompers', 'are', "n't", 'comfortable', 'but', 'this', 'one', 'is', 'this', 'is', 'going', 'to', 'be', 'a', 'summer', 'staple', 'for', 'sure', ',5,1,1', 'general', 'bottoms', 'pants'] ['12036,872,37', ',,4,1,0', 'general', 'tops', 'knits'] ['12037,872,43', 'too', 'wide', 'i', 'do', "n't", 'know', 'why', 'this', 'piece', 'is', 'so', 'wide', 'around', 'the', 'body', 'the', 'fabric', 'is', 'very', 'good', 'just', 'the', 'design', 'is', 'way', 'boxy', 'i', 'get', 'xsp', 'still', 'boxy', ',3,0,2', 'general', 'tops', 'knits'] ['12038,872,62', 'great', 'top', 'cute', 'top', 'for', 'jeans', 'or', 'capri', 'pants', 'love', 'the', 'sleeve', 'length.,4,1,1', 'general', 'tops', 'knits'] ['12039,863,28', 'love', 'perfect', 'for', 'end', 'of', 'summer', 'going', 'into', 'fall', 'very', 'soft', 'and', 'pairs', 'great', 'with', 'skinnies', 'and', 'sandals', 'or', 'booties', 'still', 'trying', 'to', 'find', 'a', 'sweater', 'to', 'layer', 'it', 'with', 'runs', 'true', 'to', 'size', 'i', 'am', 'an', 'xs/0', 'and', 'got', 'the', 'xs', 'i', 'was', 'a', 'little', 'worried', 'because', 'i', 'am', 'so', 'petite', 'i', 'usually', 'swim', 'in', 'tops', 'like', 'this', 'it', 'fits', 'perfectly', 'and', 'comfortably.,5,1,0', 'general', 'tops', 'knits'] ['12040,1092,63', 'perfect', 'slim', 'fit', 'i', "'m", '32b-26-36', 'straight', 'and', 'slim', 'and', 'the', '0', 'fits', 'like', 'a', 'glove', 'it', "'s", 'a', 'nice', 'change', 'from', 'all', 'these', 'loose', 'billowy', 'sometimes', 'sack', 'or', 'tent', 'like', 'dresses', 'if', 'you', 'are', 'busty', 'or', 'have', 'a', 'broad', 'rib', 'cage', 'you', "'ll", 'need', 'to', 'size', 'up', 'for', 'sure', 'the', 'slip', 'is', 'fitted', 'and', 'im', 'wondering', 'if', 'it', 'will', 'stay', 'put', 'love', 'all', 'the', 'colors', 'in', 'this', 'dress', 'navy', 'was', 'better', 'for', 'me', 'the', 'white', 'washed', 'me', 'out', 'and', 'was', 'just', 'underwhelming', 'the', 'band', 'of', 'lace', 'hits', 'high', 'on', 'my', 'waist', 'at', 'a', 'spot', 'that', 'is', 'flattering', 'and', 'slimming', 'which', 'does', "n't", 'happen', 'of', ',4,1,3', 'general', 'dresses', 'dresses'] ['12041,1059,41', 'finally', 'a', 'jumper', 'that', 'works', 'for', 'me', 'i', 'am', '5', '6', 'but', 'i', 'have', 'a', 'long', 'torso', 'so', 'most', 'jumpers', 'ride', 'up', 'in', 'an', 'uncomfortable', 'way', 'this', 'one', 'is', 'perfect', 'the', 'material', 'is', 'light', 'and', 'perfect', 'for', 'warm', 'weather', 'the', 'top', 'is', 'very', 'adjustable', 'for', 'all', 'different', 'chest', 'sizes', 'i', 'personally', 'think', 'the', 'pant', 'length', 'looks', 'better', 'if', 'you', 'are', 'under', '5', '8', 'because', 'it', 'comes', 'down', 'closer', 'to', 'the', 'ankle', 'but', 'then', 'again', 'if', 'you', 'have', 'long', 'thin', 'legs', 'you', 'might', 'not', 'mind', 'the', 'bottom', 'hitting', 'at', 'your', 'calf', 'i', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'this', 'jum', ',5,1,11', 'general', 'bottoms', 'pants'] ['12042,1092,33', 'soft', 'and', 'sweet', 'this', 'is', 'a', 'very', 'cute', 'dress', 'with', 'a', 'comfortable', 'fit', 'my', 'only', 'gripe', 'is', 'that', 'i', 'could', 'not', 'get', 'the', 'top', 'of', 'the', 'v-neck', 'slip', 'to', 'stop', 'shifting', 'to', 'the', 'side', ',4,1,9', 'general', 'dresses', 'dresses'] ['12043,1059,39', 'love', 'the', 'back', 'and', 'button', 'shoulder', 'straps', 'i', 'tried', 'on', 'xs', 'regular', 'and', 'xxs', 'petite', 'i', 'would', 'need', 'xs', 'petite', '115', 'lbs', '30dd', 'chest', '5', '1.5'] [] ['love', 'the', 'cut', 'very', 'cute', 'and', 'flattering', 'the', 'tie', 'back', 'is', 'styling', 'but', 'this', 'piece', 'is', 'very', 'trendy', 'and', 'so', 'i', 'decided', 'to', 'pass', 'as', 'i', 'am', 'not', 'sure', 'how', 'often', 'i', 'could', 'wear', 'it', 'to', 'work', 'will', 'wait', 'to', 'see', 'if', 'it', 'goes', 'on', 'sale', 'patter', 'is', 'very', 'fun', 'nice', 'for', 'the', 'beach', 'or', 'casual', 'brunch', 'with', 'the', 'girls', 'i', 'do', 'still', 'like', 'it', ',4,1,6', 'general', 'bottoms', 'pants'] ['12044,863,46', 'great', 'find', 'on', 'sale', 'i', 'ca', "n't", 'believe', 'this', 'top', 'has', "n't", 'sold', 'out', 'it', 'is', 'a', 'great', 'casual', 'top', 'that', 'will', 'go', 'well', 'with', 'anything', 'i', 'agree', 'with', 'previous', 'reviewer', 'that', 'talked', 'about', 'sizing', 'up', 'to', 'cover', 'straps', 'i', 'did', 'size', 'up', 'to', 'a', 'large', 'but', 'it', 'did', "n't", 'get', 'huge', 'around', 'the', 'midsection', 'i', 'got', 'the', 'red', 'and', 'it', 'will', 'go', 'great', 'with', 'pilcro', 'khakis', 'or', 'denim.,5,1,0', 'general', 'tops', 'knits'] ['12045,872,33', 'nice', 'try', 'this', 'top', 'was', 'so', 'pretty', 'online', 'unfortunately', 'it', 'did', 'not', 'work', 'for', 'me-', 'the', 'front', 'was', 'a', 'bit', 'more', 'shapeless', 'in', 'person', 'though', 'the', 'back', 'was', 'gorgeous', 'with', 'a', 'button', 'gather', 'at', 'center', 'the', 'color', 'appeared', 'yellow', 'online', 'but', 'was', 'a', 'bit', 'more', 'green', 'in', 'person', 'also', 'the', 'armholes', 'were', 'very', 'low', 'so', 'it', 'would', 'need', 'a', 'camisole', 'or', 'no', 'bra', ',3,0,0', 'general', 'tops', 'knits'] ['12046,1080,46', 'fantastic', 'everyday', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'an', 'easy', 'throw', 'on', 'and', 'go', 'dress', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'the', 'cut', 'is', 'faltering', 'fit', 'is', 'true', 'to', 'size.,5,1,1', 'general', 'dresses', 'dresses'] ['12047,1080,32', 'tweed', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'my', 'sister', "'s", 'bridal', 'shower', 'and', 'it', 'was', 'a', 'hit', 'i', 'was', 'a', 'little', 'bit', 'surprised', 'when', 'it', 'arrived', 'because', 'i', 'did', 'think', 'it', 'was', 'going', 'to', 'be', 'actual', 'tweed', 'it', 'is', 'not', 'it', 'is', 'simply', 'a', 'tweed', 'pattern', 'i', 'think', 'it', 'makes', 'a', 'little', 'bit', 'more', 'casual', 'but', 'it', 'was', 'a', 'fun', 'dress', 'for', 'an', 'afternoon', 'bridal', 'brunch', 'one', 'thing', 'i', 'wish', 'it', 'had', 'pockets', ',4,1,1', 'general', 'dresses', 'dresses'] ['12048,1110,49', 'love', 'not', 'sure', 'why', 'this', 'says', 'online', 'exclusive', 'as', 'i', 'bought', 'it', 'in', 'green', 'in', 'the', 'store', 'i', 'also', 'saw', 'it', 'in', 'a', 'mustard', 'color', 'at', 'another', 'location', 'but', 'in', 'any', 'case'] ['this', 'is', 'an', 'adorable', 'and', 'flattering', 'dress', 'fabric', 'is', 'kind', 'of', 'a', 'chino', 'weighty', 'but', 'not', 'too', 'heavy', 'great', 'color', 'and', 'design', 'runs', 'a', 'bit', 'small', 'my', 'normal', 'size', 'was', 'snug', 'and', 'i', 'thought', 'that', 'in', 'the', 'summer', 'heat', 'i', 'would', 'not', 'want', 'it', 'that', 'clingy', 'so', 'went', 'up', 'a', 'size', 'i', 'love', 'it', 'and', 'would', 'buy', 'it', 'in', 'more', 'colors', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12049,1080,38', 'great', 'dress', 'this', 'is', 'a', 'great', 'dress', 'it', "'s", 'cut', 'nicely', 'is', 'flattering', 'and', 'it', "'s", 'not', 'too', 'short', 'if', 'i', 'put', 'it', 'on', 'i', 'look', 'put', 'together', 'in', 'a', 'matter', 'of', 'seconds', 'the', 'dress', 'fits', 'true', 'to', 'size', 'one', 'thing', 'i', 'would', 'agree', 'with', 'the', 'other', 'review', 'that', 'this', 'is', 'not', 'really', 'tweed', 'instead', 'it', 'is', 'made', 'out', 'of', 'a', 'patterned', 'stretchy', 'material', 'that', 'is', 'a', 'little', 'thinner', 'than', 'tweed', 'the', 'colors', 'are', 'really', 'beautiful', 'and', 'while', 'the', 'blues', 'and', 'reds', 'are', 'more', 'intense', 'in', 'real', 'life', 'it', 'looks', 'terrific', ',5,1,2', 'general', 'dresses', 'dresses'] ['12050,863,39', ',,5,1,0', 'general', 'tops', 'knits'] ['12051,1092,53', 'sweet', 'and', 'pretty', 'i', 'found', 'this', 'to', 'be', 'a', 'very', 'feminine', 'and', 'flattering', 'dress', 'it', 'is', 'prettier', 'in', 'person', 'i', 'have', 'the', 'ivory', 'and', 'black', 'print', 'i', 'agree', 'that', 'it', 'takes', 'a', 'bit', 'of', 'effort', 'to', 'get', 'the', 'slip', 'positioned', 'properly', 'i', 'might', 'wear', 'a', 'different', 'slip', 'however', 'i', 'was', 'able', 'to', 'get', 'the', 'slip', 'to', 'stay', 'in', 'place', 'the', 'print', 'and', 'fabric', 'are', 'a', 'nice', 'quality', 'i', 'typically', 'wear', 'an', 'xxsp', 'or', 'a', '0p', 'i', 'bought', 'this', 'in', 'the', '0', 'regular', 'because', 'i', 'like', 'my', 'dresses', 'a', 'little', 'bit', 'longer', 'i', 'think', 'it', 'runs', 'just', 'a', 'little', 'bit', 'small', ',5,1,4', 'general', 'dresses', 'dresses'] ['12052,828,39', 'super', 'soft', 'and', 'relaxed', 'got', 'this', 'in', 'the', 'dark', 'blue', 'wash', 'there', 'is', 'significantly', 'less', 'color', 'variation', 'than', 'pictured', 'online', 'it', "'s", 'a', 'medium', 'wash', 'and', 'incredibly', 'soft', 'i', 'typically', 'wear', 'm', 'or', 'l', 'in', 'this', 'brand', 'due', 'to', 'very', 'broad', 'shoulders', 'and', 'muscular', 'biceps', 'if', 'you', 'have', 'a', 'similar', 'frame', 'and', 'you', 'typically', 'wear', 'one', 'of', 'two', 'sizes', 'go', 'with', 'your', 'larger', 'size'] ['this', 'feels', 'incredibly', 'silky', 'it', "'s", 'lightweight', 'so', 'it', 'can', 'be', 'worn', 'almost', 'year-round', 'and', 'will', 'layer', 'well', 'over', 'say', 'a', 'tissue-style', 'turtleneck', 'in', 'the', 'winter', 'it', "'s", 'longer', 'in', 'the', 'b', ',5,1,16', 'general', 'tops', 'blouses'] ['12053,668,54', 'perfect', 'for', 'when', 'you', "'re", 'a', 'guest', 'at', 'someone', "'s", 'home', 'having', 'guests', 'or', 'just', 'lounging', 'prettiest', 'set', 'you', "'ll", 'ever', 'own', 'you', "'ll", 'feel', 'as', 'if', 'your', 'on', 'vacation', 'even', 'if', 'you', "'re", 'not', 'i', 'would', "n't", 'travel', 'without', 'this', 'set', 'highly', 'recommend', 'love', ',5,1,8', 'initmates', 'intimate', 'sleep'] ['12054,1092,42', ',horrible', 'fit', 'not', 'true', 'to', 'size', 'again', 'aline', 'outside', 'of', 'the', 'dress', 'and', 'a', 'very', 'tight', 'camisole', 'underneath,1,0,15', 'general', 'dresses', 'dresses'] ['12055,863,69', ',this', 'was', 'my', 'first', 'time', 'ordering', 'or', 'even', 'knowing', 'about', 'retailers', 'what', 'a', 'pleasant', 'surprise', 'i', 'will', 'shop', 'often', ',5,1,0', 'general', 'tops', 'knits'] ['12056,872,20', 'casual', 'or', 'dressy', 'this', 'is', 'a', 'really', 'great', 'top', 'it', 'is', 'really', 'soft', 'and', 'made', 'very', 'well', 'it', 'could', 'be', 'a', 'casual', 'top', 'with', 'jeans', 'or', 'dress', 'up', 'with', 'some', 'chunky', 'jewelry', 'and', 'cute', 'heels', 'i', 'was', "n't", 'sure', 'which', 'size', 'to', 'get', 'because', 'i', 'mostly', 'get', 'mediums', 'amd', 'i', 'sometimes', 'get', 'a', 'large', 'i', 'ended', 'up', 'going', 'with', 'a', 'large', 'and', 'it', 'seemed', 'to', 'be', 'just', 'a', 'little', 'too', 'big', 'but', 'it', 'does', "n't", 'have', 'that', 'look', 'at', 'all', 'it', 'looks', 'so', 'much', 'better', 'in', 'person', 'than', 'on', 'the', 'computer', 'overall', 'a', 'very', 'cute', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['12057,1027,44', 'great', 'pants', 'these', 'are', 'such', 'under-rated', 'pants', 'i', 'love', 'the', 'fit', 'style', 'fabric', 'everything', 'about', 'them', 'they', 'are', 'the', 'perfect', 'weight', 'can', 'be', 'worn', 'with', 'boots', 'sandals', 'flats', 'etc', 'they', 'run', 'tts', 'i', 'got', 'my', 'usual', '26.', 'get', 'yourself', 'a', 'pair', 'while', 'they', 'last', 'you', 'wo', "n't", 'regret', 'it', ',5,1,2', 'general', 'bottoms', 'jeans'] ['12058,1092,54', 'very', 'tight', 'on', 'top', 'the', 'design', 'and', 'workmanship', 'of', 'this', 'dress', 'are', 'outstanding', 'the', 'fit', 'may', 'be', 'tricky', 'for', 'some', 'i', 'am', 'small', 'busted', 'and', 'the', 'bust', 'and', 'even', 'the', 'neckline', 'are', 'very', 'tight', 'and', 'fitted', 'still', 'flattering', 'though', 'i', 'typically', 'wear', 'a', '0', 'or', '2', 'in', 'dresses', 'and', 'purchased', 'this', 'in', 'a', '2.', 'i', 'could', 'have', 'worn', 'a', '4', '5', '8', '127lbs', 'the', 'length', 'is', 'perfect', 'as', 'i', 'purchased', 'this', 'in', 'navy', 'for', 'a', 'wedding', 'the', 'navy', 'cami', 'slip', 'underneath', 'is', 'top', 'quality', 'with', 'adjustable', 'straps', 'and', 'snaps', 'to', 'hold', 'them', 'in', 'place', 'at', 'your', 'shoulder', 'overall', 'a', 'sweet', 'and', 'dr', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12059,1059,39', 'perfect', 'summer', 'statement', 'piece', 'i', "'ve", 'had', 'a', 'hard', 'time', 'finding', 'the', 'right', 'jumpsuit', 'and', 'have', "n't", 'ha', 'a', 'lot', 'of', 'luck', 'with', 'retailer', 'clothing', 'lately', 'but', 'this', 'is', 'perhaps', 'my', 'favorite', 'retailer', 'purchase', 'of', 'all', 'time', 'i', "'m", 'petite', 'and', 'busty', '5', '2', '34c/d', 'and', 'was', 'pleasantly', 'supposed', 'at', 'how', 'well', 'this', 'fits', 'the', 'pattern', 'is', 'a', 'bit', 'faded', 'like', 'the', 'best', 'kind', 'of', 'vintage', 'find', 'so', 'it', 'works', 'for', 'someone', 'short', 'like', 'me', 'and', 'because', 'the', 'back', 'has', 'a', 'tie', 'closure', 'it', 'can', 'adjust', 'as', 'needed', 'i', "'ll", 'be', 'wearing', 'it', 'with', 'a', 'sports', 'bra', 'that', 'crosses', 'in', 'back', 'with', '4', 'straps', 'whic', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12060,1059,41', 'perfect', 'i', 'do', "n't", 'have', 'anything', 'but', 'raves', 'here', 'this', 'is', 'a', 'perfectly', 'proportioned', 'jumpsuit', 'of', 'high', 'quality', 'fabric', 'in', 'a', 'neutral', 'color', 'which', 'is', 'like', 'a', 'denim', 'looking', 'blue', 'color', 'with', 'a', 'beige', 'starburst', 'pattern', 'much', 'much', 'nicer', 'in', 'person', 'than', 'in', 'the', 'product', 'photo', 'and', 'has', 'a', 'really', 'neat', 'slightly', 'nubby', 'texture', 'that', 'adds', 'interest', 'it', "'s", 'easy', 'to', 'get', 'in', 'and', 'out', 'of', 'the', 'back', 'of', 'the', 'waistband', 'is', 'elastic', 'and', 'stretches', 'so', 'the', 'only', 'thing', 'you', 'have', 'to', 'do', 'is', 'tie', 'the', 'back', 'which', 'is', 'really', 'easy', 'the', 'top', 'as', 'someone', 'menti', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['12061,872,25', 'one', 'of', 'my', 'favorites', 'this', 'is', 'one', 'of', 'the', 'most', 'flattering', 'tops', 'i', "'ve", 'ever', 'owned', 'i', "'m", 'a', 'little', 'confused', 'by', 'the', 'other', 'reviews', 'because', 'the', 'model', 'in', 'the', 'photo', 'does', "n't", 'have', 'it', 'tacked', 'in', 'the', 'back', 'you', 'can', 'see', 'on', 'the', 'photo', 'of', 'the', 'back', 'there', "'s", 'a', 'button', 'to', 'pull', 'it', 'in', 'which', 'makes', 'it', 'so', 'incredibly', 'flattering', 'it', "'s", 'soft', 'and', 'beautiful', 'but', 'very', 'delicate', 'i', "'d", 'wash', 'it', 'separately', 'and', 'carefully', 'and', 'rarely', 'i', 'actually', 'had', 'to', 'return', 'my', 'first', 'one', 'because', 'of', 'a', 'hole', 'in', 'the', 'material', 'overall', 'one', 'of', 'my', 'new', 'favorite', 'tops', ',5,1,1', 'general', 'tops', 'knits'] ['12062,872,25', 'very', 'cute', 'this', 'is', 'a', 'very', 'cute', 'top', 'my', 'only', 'reservation', 'is', 'that', 'where', 'the', 'elastic', 'is', 'on', 'the', 'side', 'sticks', 'out', 'a', 'little', 'more', 'than', 'i', 'would', 'like', 'it', "'s", 'not', 'that', 'big', 'of', 'a', 'deal', 'though.,4,1,0', 'general', 'tops', 'knits'] ['12063,1092,48', 'i', 'love', 'this', 'dress', 'it', 'is', 'beautiful', 'feminine', 'and', 'fits', 'perfectly', 'i', 'am', 'a', '4', 'in', 'a', 'dress', 'size', 'i', 'have', 'long', 'wait', '5,7.', 'very', 'happy', 'in', 'this', 'simple', 'yet', 'unique', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12064,1080,33', 'did', "n't", 'meet', 'my', 'expectations', 'the', 'dress', 'did', "n't", 'meet', 'my', 'expectations', 'specifically', 'the', 'color', 'the', 'texture', 'and', 'the', 'cut', 'of', 'the', 'dress', 'although', 'the', 'dress', 'was', 'very', 'well', 'made', 'it', 'just', 'was', "n't", 'right', 'for', 'me', ',2,1,1', 'general', 'dresses', 'dresses'] ['12065,1059,36', 'easy', 'breezy', 'beautiful', 'this', 'is', 'my', 'favorite', 'jumpsuit', 'purchase', 'of', 'the', 'season', 'flattering', 'casual', 'look', 'well', 'made', 'light', 'material', 'easy', 'to', 'dress', 'up', 'or', 'down', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12066,1080,28', 'adorable', 'dress', 'but', 'different', 'than', 'pictured', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'dress', 'does', "n't", 'look', 'like', 'the', 'picture', 'so', 'retailerpligie', 'should', 'really', 'change', 'it', 'out', 'however', 'i', "'m", 'keeping', 'the', 'dress', 'since', 'it', 'does', 'look', 'cute', 'on', 'definitely', 'more', 'yellow', 'in', 'it', 'than', 'you', 'can', 'see.,4,1,0', 'general', 'dresses', 'dresses'] ['12067,1059,37', 'very', 'light', 'and', 'comfy', 'but', 'runs', 'large', 'i', 'usually', 'do', "n't", 'do', 'jumpsuits', 'because', 'i', "'m", '6', 'ft', 'tall', 'and', 'the', 'torso', 'is', 'usually', 'too', 'short', 'i', 'saw', 'this', 'one', 'in', 'a', 'store', 'though', 'and', 'decided', 'to', 'try', 'it', 'on', 'it', "'s", 'very', 'light', 'and', 'soft', 'cotton', 'and', 'fit', 'great', 'lengthwise', 'overall', 'the', 'fit', 'is', 'way', 'too', 'large', 'though', 'i', "'m", 'usually', 'a', 'size', '12', 'or', '14', 'and', 'i', 'was', 'swimming', 'in', 'the', 'xl', 'as', 'in', 'the', 'waistband', 'was', 'at', 'least', '4', 'inches', 'too', 'big', 'the', 'back', 'of', 'the', 'waistband', 'has', 'elastic', 'so', 'if', 'you', 'are', "n't", 'sure', 'what', 'size', 'to', 'get', 'size', 'down', 'i', 'got', 'a', 'size', 'l', 'and', 'it', "'s", 'still', 'a', 'bit', 'too', 'big', 'the', 'back', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12068,1092,39', 'laura', 'ingalls', 'eat', 'your', 'heart', 'out', 'retailer', 'is', 'totally', 'killing', 'my', 'wallet', 'because', 'i', 'ca', "n't", 'resist', 'these', 'modern-city-meets-prairie-boho', 'dresses', 'i', 'bow', 'down', 'to', 'the', 'textile', 'designers', 'who', 'created', 'this', 'print', 'it', "'s", 'stunning', 'as', 'for', 'reality', 'vs.', 'model', 'shoot', 'it', "'s", 'pretty', 'much', 'what', 'you', 'see', 'the', 'colors', 'are', 'spot', 'on', 'the', 'outer', 'dress', 'is', 'sheer', 'the', 'bodice', 'is', 'slightly', 'fitted', 'with', 'a', 'fuller', 'skirt', 'that', 'does', "n't", 'poof', 'too', 'much', 'all', 'poly', 'construction', 'with', 'no', 'stretch', 'whatsoever', 'i', 'had', 'a', 'bit', 'of', 'a', 'struggle', 'getting', 'the', 'outer', 'dress', 'over', 'my', 'shoulders', 'but', 'once', 'a', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['12069,1110,39', 'soft', 'i', 'like', 'the', 'soft', 'green', 'color', 'the', 'chino', 'fabric', 'and', 'the', 'casual', 'vibe', 'this', 'dress', 'exudes', 'perfect', 'for', 'spring', 'and', 'early', 'summer', 'runs', 'tts', 'but', 'may', 'be', 'snug', 'for', 'bustier', 'gals', 'wish', 'this', 'had', 'pockets', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12070,1110,38', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12071,1059,52', 'perfect', 'jumpsuit', 'for', 'all', 'sizes', 'i', 'have', 'an', 'upside-down', 'triangle', 'shape', 'i', 'am', 'a', '4/6', 'on', 'the', 'bottom', 'and', 'a', '10/12', 'on', 'top', 'i', 'have', 'a', 'short', 'waist', 'i', 'have', 'very', 'slim', 'hips', 'and', 'virtually', 'no', 'waist', 'so', 'a', 'typical', 'jumpsuit', 'or', 'romper', 'really', 'does', "n't", 'fit', 'me', 'this', 'one', 'is', 'the', 'exception', 'likely', 'because', 'it', 'ties', 'in', 'the', 'back', 'but', 'the', 's', 'fit', 'me', 'perfectly', 'the', 'bottom', 'half', 'is', 'easy', 'but', 'not', 'oversized', 'the', 'top', 'half', 'of', 'the', 'jumpsuit', 'is', 'adjustable', 'so', 'there', 'is', 'no', 'issue', 'with', 'size', 'i', 'am', '36c', 'on', 'top', 'but', 'i', 'think', 'that', 'i', 'could', 'pull', 'off', 'the', 'top', 'without', 'a', 'bra', 'you', 'can', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12072,1033,40', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['12073,633,25', ',sleeves', 'were', 'a', 'bit', 'too', 'long', 'and', 'the', 'size', 'was', 'too', 'big', 'but', 'it', "'s", 'really', 'cute', 'and', 'if', 'they', 'had', 'a', 'smaller', 'size', 'i', 'would', 'definitely', 'have', 'exchanged', ',4,1,1', 'general', 'bottoms', 'shorts'] ['12074,1059,53', 'wanted', 'a', 'jumpsuit', 'that', 'did', "n't", 'look', 'stupid', 'on', 'a', '50+', 'year', 'old', 'this', 'is', 'it', 'ordered', 'a', 'large', 'and', 'it', 'is', 'a', 'little', 'loose', 'around', 'the', 'waist', 'but', 'still', 'fits', 'and', 'is', 'comfortable', 'extremely', 'well', 'made', 'and', 'very', 'cute', 'the', 'only', 'complaint', 'is', 'that', 'it', 'is', 'difficult', 'to', 'tie', 'the', 'back', ',5,1,1', 'general', 'bottoms', 'pants'] ['12075,1059,55', 'way', 'too', 'big', 'i', 'usually', 'buy', 'xs', 'or', 's', 'in', 'retailer', 'clothing', 'and', 'the', 'pieces', 'usually', 'fit', 'perfectly', 'this', 'time', 'i', 'purchased', 'my', 'first', 'petite', 'item', 'because', 'i', 'was', 'worried', 'the', 'length', 'of', 'the', 'pant', 'leg', 'would', 'fall', 'at', 'an', 'unusual', 'spot', 'if', 'i', 'did', "n't", 'i', "'m", '5', '4', 'and', 'i', 'ordered', 'a', 'petite', 'small', 'i', 'was', 'swimming', 'in', 'it', 'the', 'elastic', 'in', 'the', 'back', 'was', 'so', 'loose', 'you', 'could', 'see', 'directly', 'down', 'my', 'pants', 'i', 'wanted', 'to', 'love', 'this', 'but', 'unfortunately', 'the', 'size', 'did', 'not', 'work', 'for', 'me.,2,0,0', 'general', 'bottoms', 'pants'] ['12076,1092,36', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'the', 'second', 'i', 'saw', 'it', 'in', 'store', 'i', 'have', "n't", 'experienced', 'any', 'of', 'the', 'issues', 'others', 'have', 'i', 'love', 'the', 'short', 'flowy', 'feminine', 'look', 'and', 'i', 'think', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'it', 'would', 'be', 'great', 'for', 'a', 'summer', 'wedding', 'or', 'cocktail', 'event', 'or', 'dressed', 'down', 'as', 'a', 'day', 'dress', 'with', 'a', 'jean', 'jacket', 'i', "'ve", 'received', 'compliments', 'every', 'time', 'i', "'ve", 'worn', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12077,872,64', 'a', 'unique', 'style', 'ter', 'i', 'love', 'wearing', 'this', 'it', 'is', 'a', 'little', 'slice', 'of', 'summer', 'which', 'i', 'am', 'desperately', 'hanging', 'on', 'to', 'the', 'color', 'pops', 'it', "'s", 'so', 'very', 'comfortable', 'the', 'back', 'is', 'a', 'work', 'of', 'art', 'can', 'be', 'dressed', 'up', 'with', 'a', 'pencil', 'summer', 'skirt', 'or', 'down', 'with', 'capri', 'style', 'pants', ',5,1,0', 'general', 'tops', 'knits'] ['12078,1080,22', 'spandex', 'not', 'tweed', 'dress', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'dress', 'only', 'to', 'come', 'find', 'out', 'that', 'it', 'was', 'not', 'tweed', 'not', 'the', 'same', 'colors', 'as', 'the', 'picture', 'spandex', 'material', 'the', 'fit', 'runs', 'smaller', 'than', 'most', 'of', 'their', 'dresses', 'and', 'the', 'sleeves', 'are', 'capped', 'i', 'love', 'retailer', 'and', 'prefer', 'their', 'clothes', 'above', 'all', 'other', 'brands', 'but', 'i', 'was', 'extremely', 'disappointed', 'in', 'this', 'dress', ',1,0,0', 'general', 'dresses', 'dresses'] ['12079,985,32', 'so', 'comfy', 'and', 'stylish', 'i', 'bought', 'this', 'for', 'myself', 'and', 'my', 'mom', 'and', 'we', 'both', 'love', 'it', 'i', 'got', 'it', 'in', 'a', 'small', 'and', 'almost', 'wish', 'i', 'had', 'gotten', 'it', 'in', 'an', 'xsmall', 'it', "'s", 'super', 'comfy', 'and', 'appropriate', 'for', 'work.,5,1,0', 'general', 'jackets', 'jackets'] ['12080,734,39', 'beautiful', 'but', 'sheer', 'these', 'pajama', 'pants', 'are', 'beautiful', 'but', 'very', 'sheer', 'and', 'very', 'delicate', 'not', 'ideal', 'for', 'a', 'mom', 'with', 'kids,3,0,0', 'general', 'petite', 'intimate', 'lounge'] ['12081,933,68', 'wonderful', 'sweater', 'the', 'sweater', 'is', 'a', 'great', 'fit', 'and', 'the', 'styling', 'is', 'very', 'original', 'and', 'wonderful', 'it', 'will', 'be', 'great', 'with', 'leggings', 'jeans', 'or', 'even', 'a', 'straight', 'skirt', 'i', 'would', 'definitely', 'recommend', 'this', 'sweater', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12082,1046,46', 'disappointed', 'these', 'leggings', 'are', 'loose', 'fitting', 'and', 'the', 'quality', 'is', 'just', 'not', 'there', 'i', 'am', 'returning', 'the', 'item.,2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['12083,1055,74', 'love', 'it', 'thee', 'are', 'beautiful', 'pants', 'so', 'soft', 'to', 'the', 'touch', 'true', 'to', 'color', 'ca.t', 'wait', 'to', 'wear', 'them', 'in', 'the', 'fall.,5,1,0', 'general', 'bottoms', 'pants'] ['12084,1094,39', 'nice', 'enough', 'for', 'a', 'special', 'occasion', 'but', 'i', 'did', "n't", 'keep', 'mine'] [] ['i', 'ordered', 'petite', 'and', 'it', 'was', 'short', 'on', 'me', 'too', 'short', 'for', 'my', 'comfort'] ['color', 'is', 'nice', 'rsty', 'burgundy', 'i', 'expected', 'it', 'a', 'little', 'more', "'red"] ['fastening', 'is', 'a', 'little', 'more', 'complicated', 'though', 'you', 'do', "n't", 'have', 'to', 'make', 'it', 'complicated', 'it', 'has', 'hooks', 'at', 'each', 'end', 'of', 'the', 'hole', 'in', 'the', 'back'] [] ['but', 'it', 'is', 'a', 'nice', 'cut', 'flattering', 'to', 'the', 'silhouette', 'i', 'might', 'order', 'a', 'regualr', 'size', 'if', 'i', 'needed', 'it', 'the', 'body', 'is', 'structured', 'mateiral', 'is', 'not', 'stiff', 'but', 'also', 'not', 'soft', 'the', 'arms', 'is', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12085,1055,57', 'great', 'cut', 'i', 'love', 'the', 'cut', 'of', 'these', 'pants', 'i', "'m", 'very', 'curvy', 'and', 'the', 'high', 'waist', 'and', 'wide', 'leg', 'is', 'perfect', 'for', 'me', 'these', 'hang', 'off', 'the', 'hips', 'beautifully', 'i', "'m", '5', '2', 'and', 'the', 'petite', 'is', 'perfect', 'with', 'heels', 'i', 'did', "n't", 'have', 'to', 'hem', 'them', 'the', 'one', 'drawback', 'is', 'that', 'they', 'get', 'very', 'static', 'clingy', 'which', 'is', 'frustrating', 'i', 'wear', 'them', 'with', 'a', 'cream', 'tie', 'blouse', 'and', 'wedges', 'they', "'re", 'really', 'comfortable', ',4,1,0', 'general', 'bottoms', 'pants'] ['12086,1095,35', 'beautiful', 'but', 'wo', "n't", 'work', 'for', 'me', 'this', 'dress', 'is', 'beautiful', 'the', 'fabric', 'is', 'light', 'weight', 'but', 'textured', 'and', 'interesting', 'and', 'the', 'purple', 'is', 'gorgeous', 'the', 'soft', 'pink', 'was', 'a', 'bit', 'more', 'orange', 'than', 'i', 'expected', 'but', 'not', 'a', 'deal', 'breaker', 'the', 'problem', 'i', 'had', 'with', 'the', 'dress', 'was', 'fit', 'around', 'the', 'arms', 'i', 'sized', 'up', 'and', 'was', 'glad', 'that', 'i', 'did', 'because', 'it', 'runs', 'small', 'up', 'top', 'but', 'because', 'the', 'straps', 'come', 'in', 'a', 'bit', 'around', 'the', 'arm', 'holes', 'it', 'creates', 'armpit', 'fat', 'which', 'is', 'not', 'a', 'problem', 'i', 'usually', 'have', 'i', 'could', 'wear', 'the', 'dress', 'with', 'a', 'sweater', 'but', 'you', 'would', "n't", 'be', 'able', 'to', 'se', ',3,0,0', 'general', 'dresses', 'dresses'] ['12087,1095,31', 'beautiful', 'dress', 'just', 'not', 'for', 'me', 'for', 'reference', '5', '3', '130', 'athletic/muscular', 'body', 'type', 'broad', 'shoulders', 'slim', 'hips'] ['i', 'bought', 'my', 'usual', 'size', '4', 'and', 'it', 'fit', 'perfectly', 'like', 'other', 'reviewers', 'said', 'this', 'is', 'a', 'very', 'fine', 'corduroy', 'fabric', 'the', 'thicker', 'fabric', 'really', 'helps', 'smooth', 'any', 'bumps', 'and', 'bulges', 'and', 'the', 'a-line', 'skirt', 'was', 'flattering', 'overall', 'i', 'liked', 'this', 'dress', 'but', 'the', 'color', 'did', "n't", 'do', 'much', 'for', 'me', 'because', 'it', 'just', 'was', "n't", 'wow', 'on', 'me', 'i', 'found', 'little', 'things', 'to', 'nitpick', 'the', 'bodice', 'is', 'very', 'flattering', 'but', 'the', 'way', 'it', 'cuts', 'in', 'shows', 'bra-straps', ',4,1,3', 'general', 'dresses', 'dresses'] ['12088,985,34', 'great', 'cozy', 'sweater', 'i', 'initially', 'bought', 'the', 'red', 'and', 'blue', 'sweater', 'in', 'a', 'medium', 'i', 'usually', 'wear', 'a', 'large', 'and', 'the', 'medium', 'fits', 'perfectly', 'and', 'is', 'still', 'a', 'bit', 'baggy', 'i', "'m", 'tall', '5', '9', 'and', 'so', 'i', 'love', 'the', 'length', 'of', 'the', 'sleeves', 'when', 'they', 'are', 'unrolled', 'it', "'s", 'a', 'very', 'versatile', 'piece', 'with', 'sleeves', 'rolled', 'down', 'you', 'can', 'fold', 'the', 'collar', 'so', 'the', 'red', 'is', 'out', 'of', 'sight', 'and', 'just', 'have', 'a', 'navy', 'blue', 'sweater', 'either', 'look', 'is', 'nice', 'i', 'loved', 'it', 'so', 'much', 'i', 'bought', 'the', 'black', 'and', 'brown', 'version', 'also', 'the', 'fabric', 'does', "n't", 'feel', 'thick', 'but', 'it', 'is', 'very', 'insulating', 'and', ',5,1,0', 'general', 'jackets', 'jackets'] ['12089,985,59', 'this', 'is', 'a', 'must', 'have', 'i', 'absolutely', 'love', 'this', 'shawl/jacket', 'i', 'usually', 'use', 'it', 'as', 'outerwear', 'and', 'it', 'is', 'the', 'perfect', 'piece', 'for', 'those', 'in', 'between', 'weather', 'days', 'in', 'new', 'england', 'when', 'it', "'s", 'too', 'cold', 'for', 'winter', 'wear', 'and', 'not', 'warm', 'enough', 'to', 'go', 'without', 'a', 'jacket', 'the', 'black/brown', 'works', 'great', 'with', 'whatever', 'you', "'re", 'wearing', 'so', 'versatile', 'and', 'i', 'love', 'that', 'it', 'has', 'pockets', ',5,1,0', 'general', 'jackets', 'jackets'] ['12090,501,41', 'this', 'robe', 'is', 'so', 'pretty', 'i', 'kind', 'of', 'feel', 'like', 'a', 'movie', 'star', 'when', 'i', 'wear', 'it', 'the', 'embroidered', 'flowers', 'and', 'trim', 'are', 'a', 'very', 'nice', 'touch', 'the', 'fabric', 'is', 'very', 'light', 'and', 'soft', 'i', "'m", 'sure', 'it', 'will', 'feel', 'nice', 'and', 'cool', 'on', 'those', 'hot', 'summer', 'nights', 'ahead', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'is', 'actually', 'a', 'bit', 'longer', 'than', 'what', 'is', 'shown', 'on', 'the', 'model', 'i', 'am', 'extremely', 'happy', 'i', 'decided', 'to', 'make', 'this', 'purchase', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['12091,1022,44', 'love', 'these', 'so', 'comfortable', 'i', 'usually', 'wear', 'stevie', "'s", 'in', 'ag', 'but', 'when', 'i', 'saw', 'the', 'prima', 'was', 'on', 'sale', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'and', 'i', 'm', 'so', 'glad', 'i', 'did', 'they', 'came', 'today', 'and', 'i', 'tried', 'them', 'on', 'i', 'will', 'say', 'the', 'rise', 'feels', 'a', 'little', 'higher', 'than', 'mid-rise', 'but', 'it', "'s", 'so', 'soft', 'and', 'stretchy', 'i', 'did', "n't", 'really', 'care', 'they', "'re", 'definitely', 'skinny', 'but', 'with', 'so', 'much', 'stretch', 'they', 'feel', 'like', 'a', 'comfortable', 'legging', 'that', 'does', "n't", 'fit', 'quite', 'so', 'tightly', 'the', 'color/wash', 'is', 'great', 'too', 'for', 'this', 'price', 'these', 'are', 'awesome', 'i', 'ordered', 'a', '29', 'same', 'as', 'my', 'stevies', 'and', 'it', 'fit', 'per', ',5,1,2', 'general', 'bottoms', 'jeans'] ['12092,1094,25', 'gorgeous', 'i', 'ordered', 'this', 'dress', 'for', 'a', 'special', 'event', 'and', 'i', 'am', 'so', 'incredibly', 'happy', 'with', 'it', 'i', 'am', '5', '1', '97', 'lbs', '32b', 'and', 'ordered', 'a', '0', 'petite', 'fits', 'like', 'a', 'glove', 'the', 'dress', 'has', 'a', 'slight', 'give', 'to', 'it', 'but', 'main', 'dress', 'fabric', 'is', 'a', 'thick', 'material', 'so', 'order', 'your', 'usual', 'size', 'fits', 'close', 'through', 'the', 'waist', 'and', 'flares', 'out', 'below', 'the', 'length', 'hit', 'above', 'the', 'knee', 'so', 'not', 'too', 'short', 'although', 'i', 'would', "n't", 'want', 'it', 'any', 'shorter', 'my', 'main', 'worry', 'was', 'whether', 'my', 'bra', 'would', 'show', 'in', 'the', 'back', 'but', 'i', 'had', 'no', 'issue', 'overall', 'the', 'dress', 'is', 'stunning', 'with', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12093,501,60', 'buy', 'this', 'robe', 'buy', 'this', 'robe', 'before', 'its', 'gone', 'my', 'friend', 'and', 'i', 'each', 'bought', 'this', 'robe', 'it', 'feels', 'amazing', 'and', 'makes', 'a', 'girl', 'feel', 'pretty', 'i', 'bought', 'the', 'xs/s', '34c', '26', 'waist', 'but', 'i', 'tried', 'on', 'the', 'm/l', 'and', 'could', 'have', 'made', 'that', 'work', 'too', 'love', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['12094,1095,38', 'cute', 'dress', 'but', 'courderoy', 'is', 'too', 'heavy', 'feeling', 'the', 'pattern', 'is', 'cute', 'and', 'vibrant', 'and', 'the', 'shillouette', 'is', 'simple', 'but', 'the', 'courderoy', 'felt', 'too', 'heavy', 'and', 'stiff', 'and', 'it', 'was', 'too', 'small', 'around', 'the', 'chest', 'for', 'me', '36dd', ',4,1,2', 'general', 'dresses', 'dresses'] ['12095,933,52', 'extra', 'sleeves', 'cute', 'enough', 'but', 'i', 'could', "n't", 'figure', 'out', 'what', 'to', 'do', 'with', 'the', 'tie', 'that', 'did', "n't", 'make', 'it', 'look', 'like', 'an', 'extra', 'set', 'of', 'sleeves', 'oddly', 'placed', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['12096,1055,64', 'loved', 'them', 'but', 'i', 'love', 'these', 'pants', 'for', 'reference', 'i', 'am', '5', '1', '1/2', 'and', '104lbs', 'so', 'definitely', 'petite', 'i', 'ordered', 'the', 'extra', 'small', 'petite-', 'way', 'too', 'long', 'and', 'huge', 'around', 'the', 'hips.-', 'i', 'checked', 'to', 'see', 'if', 'maybe', 'they', 'sent', 'the', 'wrong', 'size', 'hemming', 'would', 'not', 'have', 'been', 'a', 'problem', 'and', 'i', 'even', 'considered', 'having', 'them', 'altered', 'but', 'it', 'would', 'have', 'been', 'too', 'difficult', 'with', 'the', 'pockets', 'and', 'the', 'pleats', 'unfortunately', 'they', 'do', 'not', 'come', 'in', 'xxs', 'p', 'so', 'sadly', 'they', 'are', 'going', 'back', 'order', 'a', 'size', 'down', ',4,1,2', 'general', 'bottoms', 'pants'] ['12097,501,29', ',i', "'ve", 'been', 'looking', 'for', 'a', 'nice', 'affordable', 'robe', 'for', 'awhile', 'and', 'this', 'is', 'the', 'one', 'it', "'s", 'so', 'soft', 'and', 'the', 'design', 'makes', 'you', 'feel', 'fancy', 'when', 'you', 'wear', 'it', 'perfect', 'for', 'lounging', 'doing', 'my', 'nails', 'or', 'wearing', 'a', 'face', 'mask.,5,1,0', 'initmates', 'intimate', 'sleep'] ['12098,1094,25', 'great', 'quality', 'but', 'not', 'for', 'my', 'age', 'this', 'dress', 'is', 'well', 'made', 'and', 'of', 'good', 'quality', 'it', 'just', 'looked', 'a', 'little', 'too', 'old', 'on', 'me', 'the', 'skirt', 'was', 'heavy', 'and', 'the', 'fabric', 'was', 'cozy', 'perfect', 'for', 'a', 'fall', 'outfit', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12099,985,67', 'love', 'this', 'love', 'this', 'sweater/jacket', 'fit', 'is', 'good', 'and', 'the', 'colors', 'are', 'just', 'right', 'not', 'to', 'bright', 'and', 'not', 'boring', 'the', 'shawl', 'color', 'takes', 'a', 'wee', 'bit', 'of', 'adjusting', 'but', 'is', 'worth', 'the', 'extra', 'minute', 'or', 'so', 'also', 'has', 'a', 'hood', 'built', 'into', 'shawl', 'that', 'when', 'not', 'in', 'use', 'can', 'not', 'be', 'seen', 'very', 'cool', 'have', 'worn', 'it', 'a', 'couple', 'of', 'times', 'and', 'always', 'get', 'compliments', ',5,1,0', 'general', 'jackets', 'jackets'] ['12100,1095,55', 'stunning', 'late', 'summer', 'sun', 'dress', 'this', 'dress', 'is', 'a', 'keeper', 'fits', 'true', 'to', 'size', 'comfortable', 'and', 'love', 'the', 'pockets', 'it', 'can', 'be', 'a', 'casual', 'day', 'dress', 'or', 'add', 'some', 'jewelry', 'for', 'a', 'night', 'time', 'dinner', 'out', 'i', 'was', 'concerned', 'with', 'the', 'fabric', 'being', 'a', 'velvet', 'material', 'but', 'is', 'very', 'light', 'and', 'comfortable', ',5,1,0', 'general', 'dresses', 'dresses'] ['12101,711,61', 'very', 'light', 'and', 'lovely', 'this', 'pullover', 'blouse', 'is', 'a', 'real', 'winner', 'it', 'is', 'soft', 'and', 'figure', 'flattering', 'but', 'not', 'too', 'clingy', 'the', 'neck', 'looks', 'good', 'open', 'or', 'closed', 'with', 'the', 'small', 'button', 'all', 'in', 'all', 'it', "'s", 'just', 'a', 'very', 'good', 'design'] ['note', 'that', 'the', 'notched', 'thumb', 'holes', 'are', 'completely', 'optional', 'the', 'holes', 'disappear', 'without', 'being', 'visible', 'into', 'the', 'sleeve', 'when', 'they', 'are', 'not', 'being', 'used', 'also', 'the', 'sleeve', 'pulls', 'down', 'when', 'the', 'thumb', 'holes', 'are', 'used', 'so', 'there', 'is', 'no', 'extra', 'length', 'in', 'the', 'sleeves', 'as', 'may', 'be', 'suggested', 'in', 'the', 'photo', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['12102,933,43', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12103,501,46', 'lune', 'embroidered', 'robe', 'really', 'striking', 'even', 'prettier', 'in', 'person', 'color', 'is', 'beautiful', 'told', 'my', 'husband', 'this', 'is', 'a', 'half-way-to-christmas', 'present', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['12104,1022,53', 'winner', 'i', 'love', 'ag', 'jeans', 'these', 'jeans', 'fit', 'snug', 'but', 'not', 'confining', 'they', 'have', 'some', 'stretch', 'to', 'the', 'material', 'so', 'that', 'you', 'can', 'move', 'with', 'ease', 'i', 'love', 'the', 'way', 'they', 'fit', 'my', 'body', 'with', 'one', 'exception', 'unfortunately', 'they', 'did', 'not', 'have', 'the', 'petite', 'available', 'so', 'the', 'length', 'is', 'about', '3', 'to', '4', 'inches', 'too', 'long', 'on', 'my', '5', '3', 'frame', 'the', 'dark', 'blue', 'makes', 'it', 'acceptable', 'for', 'casual', 'friday', 'yay', 'i', 'am', '5', '3', '102lbs', 'and', 'even', 'though', 'i', 'will', 'have', 'to', 'hem', 'them', 'the', 'overall', 'fit', 'was', 'great', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12105,629,53', 'felt', 'short', 'and', 'i', "'m", 'short', 'i', 'tried', 'this', 'in', 'a', 'size', 'medium', 'i', 'have', 'purchased', 'several', 'rompers', 'this', 'summer', 'and', 'that', "'s", 'usually', 'the', 'size', 'that', 'fits', 'i', "'m", '5', '4', 'and', 'hover', 'around', '130lbs', 'i', "'m", 'short', 'waisted', 'i', 'do', "n't", 'have', 'a', 'long', 'torso', 'but', 'this', 'just', 'fit', 'if', 'you', 'look', 'at', 'the', 'model', 'in', 'the', 'pic', 'she', "'s", 'bent', 'to', 'one', 'side', 'giving', 'the', 'look', 'of', 'blousing', 'at', 'the', 'top', 'but', 'if', 'you', 'stand', 'upright', 'it', "'s", 'very', 'straight', 'and', 'smooth', 'i', 'could', 'get', 'it', 'to', 'blouse', 'over', 'the', 'waist', 'but', 'then', 'i', 'had', 'to', 'pull', 'the', 'bottom', 'up', 'so', 'high', 'the', 'shorts', 'became', 'way', 'to', 'short', 'i', 'like', 'the', 'm', ',3,1,3', 'general', 'bottoms', 'shorts'] ['12106,1095,49', 'lovely', 'pink', 'and', 'purple', 'for', 'august', 'it', "'s", 'impossible', 'to', 'tell', 'but', 'this', 'dress', 'is', 'made', 'from', 'very', 'fine', 'wale', 'corduroy', 'the', 'neckline', 'is', 'very', 'flattering', 'for', 'a', 'smaller', 'chested', 'woman', 'with', 'a', 'sharp', 'cut', 'that', 'makes', 'a', 'strapless', 'bra', 'required', 'for', 'peace', 'of', 'mind', 'the', 'dress', 'does', 'have', 'snaps', 'to', 'hold', 'your', 'bra', 'straps', 'in', 'but', 'i', 'went', 'ahead', 'with', 'a', 'strapless', 'the', 'back', 'has', 'a', 'neat', 'square', 'cut', 'the', 'skirt', 'is', 'slightly', 'longer', 'on', 'both', 'sides', 'which', 'gives', 'the', 'dress', 'movement', 'even', 'though', 'the', 'material', 'is', 'heavier', 'than', 'typically', 'used', 'for', 'this', 'season', 'or', 'cut', 'i', 'wore', 'it', ',4,1,3', 'general', 'dresses', 'dresses'] ['12107,1095,54', 'i', 'wanted', 'to', 'love', 'this', 'the', 'color', 'in', 'the', 'picture', 'is', 'pretty', 'true-to-life', 'the', 'top', 'fit', 'well', 'if', 'a', 'bit', 'smaller', 'than', 'usual', 'but', 'the', 'skirt', 'piece', 'was', 'way', 'too', 'flared', 'for', 'my', 'petite', '5', 'frame', 'it', 'was', 'too', 'voluminous', 'compared', 'to', 'the', 'top', 'of', 'the', 'dress', 'the', 'material', 'is', 'very', 'soft', 'but', 'thin', 'and', 'is', 'lined', 'which', 'was', 'a', 'pleasant', 'surprise', 'sadly', 'a', 'return', 'for', 'me', ',4,1,2', 'general', 'dresses', 'dresses'] ['12108,1095,42', 'goofy', 'skirt', 'on', 'this', 'dress.', 'this', 'dress', 'has', 'pretty', 'colors', 'the', 'top', 'fit', 'well', 'but', 'the', 'bottom', 'looked', 'like', 'an', 'upside', 'down', 'umbrella', 'it', 'has', 'enough', 'material', 'to', 'make', '2', 'skirts', 'and', 'the', 'big', 'pockets', 'on', 'the', 'sides', 'make', 'the', 'skirt', 'stick', 'out', 'sideways', 'the', 'photo', 'of', 'model', 'is', 'from', 'side', 'not', 'the', 'front', 'very', 'unflattering', 'on', 'me', ',1,0,0', 'general', 'dresses', 'dresses'] ['12109,985,63', 'love', 'it', 'easy', 'to', 'wear', 'true', 'to', 'size', 'there', 'is', 'a', 'slight', 'texture', 'which', 'makes', 'it', 'very', 'cozy', ',5,1,0', 'general', 'jackets', 'jackets'] ['12110,1095,39', 'color', 'not', 'as', 'pictured', 'i', 'returned', 'the', 'dress', 'because', 'the', 'color', 'was', 'not', 'as', 'pictured', 'in', 'the', 'online', 'photo', 'i', 'did', 'not', 'like', 'the', 'color.,2,0,0', 'general', 'dresses', 'dresses'] ['12111,872,47', 'i', 'purchased', 'this', 'top', 'in', 'the', 'navy', 'the', 'picture', 'makes', 'the', 'top', 'look', 'like', 'an', 'interesting', 'blue', 'with', 'some', 'purple', 'in', 'it', 'but', 'in', 'person', 'the', 'top', 'is', 'just', 'navy', 'the', 'lace', 'and', 'fabric', 'are', 'soft', 'it', 'fits', 'true', 'to', 'size', 'i', 'almost', 'always', 'wear', 'a', 'small', 'and', 'the', 'small', 'fit', 'fine', 'it', 'was', "n't", 'quite', 'my', 'style', 'but', 'it', "'s", 'a', 'pretty', 'top', 'that', 'will', 'be', 'great', 'for', 'spring', 'and', 'summer', ',4,1,8', 'general', 'tops', 'knits'] ['12112,872,39', 'love', 'the', 'color', 'and', 'style', 'i', 'bought', 'this', 'in', 'the', 'sable', 'green', 'you', 'can', 'wear', 'this', 'blouse', 'tucked', 'in', 'or', 'out', 'if', 'you', "'re", 'wearing', 'something', 'lie', 'leggings', 'it', 'is', 'comfortable', 'and', 'the', 'color', 'is', 'very', 'flattering', ',5,1,2', 'general', 'tops', 'knits'] ['12113,872,38', ',beautiful', 'lace', 'detail', 'and', 'very', 'soft', 'material', 'runs', 'a', 'little', 'big.,4,1,0', 'general', 'tops', 'knits'] ['12114,935,28', 'wanted', 'to', 'love', 'it', 'unfortunately', 'this', 'sweater', 'let', 'me', 'down', 'i', 'love', 'retailer', 'especially', 'their', 'sweaters', 'but', 'this', 'one', 'fell', 'flat', 'it', 'was', 'tight', 'on', 'the', 'arms', 'and', 'did', "n't", 'hang', 'well', 'on', 'my', 'body', 'it', 'was', 'odd', 'in', 'length', 'and', 'added', 'about', '20lb', 'to', 'my', 'frame', 'i', 'kept', 'it', 'because', 'i', 'wanted', 'to', 'force', 'it', 'to', 'work', 'alas', 'i', 'just', 'donated', 'it', 'hopefully', 'it', 'fits', 'someone', 'else', 'better', 'than', 'me', ',2,0,0', 'general', 'tops', 'sweaters'] ['12115,872,28', 'too', 'baggy', 'tried', 'on', 'the', 'xxs', 'petite', 'and', 'still', 'felt', 'that', 'it', 'looked', 'too', 'boxy', 'and', 'baggy', 'on', 'me', 'cute', 'concept', 'but', 'poor', 'execution,3,0,0', 'general', 'tops', 'knits'] ['12116,872,65', 'this', 'top', 'was', 'originally', 'way', 'overpriced', 'so', 'i', 'ordered', 'it', 'on', 'sale', 'for', 'half', 'price', 'still', 'overpriced', 'it', 'arrived', 'yesterday', 'and', 'frankly', 'i', 'am', 'disappointed', 'the', 'quality', 'is', 'not', 'great', 'it', 'is', 'like', 'a', 'jersey', 'type', 'material', 'does', "n't", 'look', 'like', 'the', 'photograph', 'at', 'all', 'i', 'like', 'the', 'color', 'but', 'frankly', 'that', "'s", 'about', 'it', ',2,0,4', 'general', 'tops', 'knits'] ['12117,1126,43', 'yes', 'but', 'i', 'am', 'keeping', 'this', 'because', 'i', 'got', 'a', 'great', 'deal', '30', 'off', 'sale', 'price', 'it', 'fits', 'great', 'i', 'alternate', 'between', 'xs', 'and', 's', 'went', 'with', 's', 'and', 'overall', 'it', 'has', 'nice', 'quality', 'thick', 'fabric', 'secure', 'toggles', 'etc', 'but', 'what', 'is', 'with', 'the', 'lack', 'of', 'lining', 'i', 'would', 'hesitate', 'to', 'buy', 'anything', 'from', 'this', 'brand', 'at', 'full', 'price', 'because', 'of', 'that', 'there', 'are', 'just', 'large', 'seams', 'on', 'the', 'inside', 'which', 'is', 'tolerable', 'because', 'of', 'the', 'type', 'of', 'fabric', 'but', 'come', 'on', ',4,1,3', 'general', 'jackets', 'outerwear'] ['12118,1126,37', 'surprised', 'it', 'has', "n't", 'sold', 'out', 'i', 'received', 'my', 'coat', 'today', 'in', 'love', 'it', 'is', 'so', 'flattering', 'in', 'so', 'many', 'ways', 'it', 'may', 'not', 'be', 'form', 'fitting', 'but', 'i', 'love', 'all', 'the', 'details', 'and', 'i', "'m", 'a', 'sucker', 'for', 'hoods', 'this', 'is', 'a', 'great', 'fall/winter', 'coat', 'especially', 'if', 'you', 'live', 'in', 'the', 'south', 'it', 'will', 'probably', 'only', 'work', 'as', 'a', 'late', 'spring/early', 'fall', 'coat', 'for', 'you', 'northern', 'ladies', 'my', 'only', 'compliant', 'is', 'that', 'the', 'arms', 'are', 'too', 'long', 'but', 'i', "'m", 'only', '5', 'so', 'it', "'ll", 'possibly', 'be', 'the', 'perfect', 'fit', 'for', 'someone', 'else', ',5,1,0', 'general', 'jackets', 'outerwear'] ['12119,872,48', 'go', 'anywhere', 'top', 'this', 'is', 'a', 'great', 'go', 'to', 'top', 'it', 'is', "n't", 'too', 'low', 'too', 'tight', 'too', 'dressy', 'or', 'too', 'casual', 'i', "'m", '5', '1', 'and', 'ordered', 'a', 'small', 'petite', 'it', 'fits', 'perfectly', 'especially', 'under', 'the', 'arms', 'where', 'tops', 'always', 'show', 'my', 'bra', 'it', 'does', "n't", 'go', 'too', 'low', 'i', 'have', 'to', 'admit', 'i', 'purchased', 'the', 'dusty', 'rose', 'color', 'i', "'m", 'not', 'sure', 'how', 'great', 'it', 'complements', 'my', 'olive', 'skin', 'but', 'i', 'love', 'it', 'anyway', ',5,1,0', 'general', 'tops', 'knits'] ['12120,872,31', 'not', 'ideal', 'ordered', 'this', 'online', 'in', 'the', 'pinkish', 'color', 'the', 'material', 'is', 'a', 'little', 'thin', 'as', 'a', 'busty', 'curvy', 'lady', 'this', 'one', 'just', 'did', "n't", 'sit', 'right', 'ran', 'a', 'tad', 'large', 'and', 'looked', 'boxy', 'if', 'you', 'have', 'a', 'thinner', 'frame', 'may', 'be', 'a', 'better', 'look', 'for', 'you', 'detailing', 'is', 'nice', ',3,0,0', 'general', 'tops', 'knits'] ['12121,872,42', 'great', 'gift', 'i', 'ordered', 'this', 'for', 'my', 'friend', 'and', 'she', 'loved', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['12122,872,64', 'cute', 'top', 'but', 'not', 'worth', 'full', 'price', 'i', "'m", 'a', 'bit', 'disappointed', 'in', 'this', 'top', 'i', "'m", 'keeping', 'because', 'retailer', "'s", 'shipping', 'rates', 'are', 'obnoxious', 'and', 'i', 'do', "n't", 'have', 'a', 'store', 'near', 'me', 'by', 'the', 'time', 'i', 'pay', 'for', 'shipping', 'both', 'ways', 'i', 'could', 'have', 'paid', 'for', '1/2', 'the', 'shirt', 'the', 'loft', 'has', 'some', 'very', 'similar', 'tops', 'for', 'about', '1/2', 'the', 'price', 'i', 'love', 'meadow', 'rue', 'and', 'their', 'material', 'is', 'fabulous', 'but', 'the', 'design', 'is', 'off', 'on', 'this', 'one', 'you', 'ca', "n't", 'size', 'down', 'because', 'the', 'armholes', 'and', 'top', 'are', 'fitted', 'but', 'the', 'bottom', 'is', 'a', 'tent', 'not', 'my', 'usual', 'style', 'as', 'i', "'m", 'short', 'with', 'a', 'short', 'waist', 'this', ',3,1,11', 'general', 'tops', 'knits'] ['12123,868,32', 'gorgeous', 'white', 'summer', 'tank', 'i', 'got', 'this', 'in', 'white', 'and', 'was', 'surprised', 'to', 'see', 'that', 'it', 'fits', 'me', 'i', 'am', 'very', 'petite', 'but', 'with', 'a', '32d', 'bust', 'and', 'purchased', 'the', 'xxs', 'this', 'fit', 'me', 'perfectly', 'the', 'fabric', 'is', 'soft', 'and', 'kind', 'of', 'silky', 'the', 'straps', 'were', 'not', 'too', 'long', 'the', 'hem', 'hit', 'just', 'at', 'my', 'hip', 'line', 'i', 'am', 'buying', 'the', 'other', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['12124,1126,36', 'lovely', 'fall', 'coat', 'i', 'just', 'received', 'this', 'coat', 'and', 'love', 'it', 'the', 'only', 'downside', 'is', 'that', 'online', 'the', 'color', 'looks', 'like', 'a', 'royal', 'blue', 'which', 'i', 'wanted', 'but', 'in', 'truth', 'the', 'coat', 'is', 'a', 'basic', 'navy', 'this', 'was', 'not', 'a', 'deal', 'breaker', 'for', 'me', 'i', 'love', 'the', 'details', 'it', 'is', 'not', 'lined', 'as', 'someone', 'mentioned', 'earlier', 'but', 'it', "'s", 'not', 'meant', 'to', 'be', 'a', 'heavy', 'winter', 'coat', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'jeans', 'boots', 'and', 'a', 'striped', 'or', 'plaid', 'tunic', ',4,1,0', 'general', 'jackets', 'outerwear'] ['12125,868,28', 'sent', 'straight', 'back', 'i', 'ordered', 'this', 'top', 'online', 'during', 'the', 'mother', "'s", 'day', 'sale', 'thinking', 'i', 'had', 'found', 'the', 'perfect', 'white', 'staple', 'tank', 'i', 'wanted', 'for', 'summer', 'i', 'had', 'this', 'top', 'on', 'for', 'barely', 'five', 'seconds', 'before', 'i', 'knew', 'it', 'was', 'going', 'straight', 'back', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'the', 'overall', 'design', 'are', 'both', 'very', 'good', 'but', 'the', 'problem', 'is', 'that', 'the', 'top', 'comes', 'with', 'an', 'under-layer', 'up', 'top', 'this', 'is', 'normally', 'a', 'good', 'thing', 'extra', 'coverage', 'in', 'a', 'sumer', 'top', 'generally', 'means', 'you', 'ca', 'go', 'braless', 'the', 'problem', 'is', 'that', 'the', 'top', 'layer', 'of', 'the', 'shirt', 'is', 'so', 'shee', ',1,0,2', 'general', 'tops', 'knits'] ['12126,1072,36', 'beautiful', 'i', 'love', 'this', 'dress', 'even', 'more', 'in', 'person', 'than', 'in', 'the', 'photo', 'it', 'is', 'more', 'sleek', 'and', 'fitted', 'than', 'it', 'appears', 'on', 'the', 'model', 'the', 'seams', 'are', 'flattering', 'and', 'the', 'fabric', 'is', 'lovely.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12127,868,50', 'just', 'ok', 'very', 'voluminous', 'purchased', 'this', 'should', 'in', 'the', 'blue', 'motif', 'in', 'size', 'small', 'i', 'am', 'usually', 'between', 'a', 'small', 'and', 'medium', 'in', 'shirts', '36c', 'broad', 'shoulders', 'the', 'fit', 'was', 'fine', 'in', 'the', 'small', 'however', 'i', 'had', 'a', 'few', 'issues', 'with', 'the', 'top', '1', 'the', 'blue', 'motif', 'looked', 'actually', 'like', 'a', 'faded', 'blue', 'as', 'if', 'it', 'had', 'been', 'washed', 'quite', 'a', 'few', 'times', 'and', 'looked', 'worn', '2', 'the', 'front', 'mid/bottom', 'section', 'laid', 'strangely', 'and', 'gave', 'me', 'a', 'maternity', 'look', 'and', '3', 'the', 'back', 'has', 'alot', 'of', 'fabric', 'see', 'back', 'of', 'tank', 'in', 'white', 'motif', 'and', 'was', 'very', 'voluminous', 'for', 'me', 'it', 'wasn', ',3,0,6', 'general', 'tops', 'knits'] ['12128,1009,46', 'perfect', 'retailer', 'i', 'fell', 'in', 'love', 'with', 'this', 'online', 'and', 'i', "'m", 'so', 'thrilled', 'that', 'it', "'s", 'even', 'more', 'beautiful', 'in', 'person', 'it', 'is', 'a', 'stunning', 'very', 'dark', 'teal', 'velvet', 'with', 'the', 'most', 'gorgeous', 'embroidery', 'perfect', 'fit', 'quality', 'and', 'nicely', 'lined', 'a', 'keeper', 'for', 'years', 'to', 'come', 'i', 'think', 'it', "'s", 'true', 'to', 'size', 'for', 'reference', 'i', "'m", '5', '1', '100', 'lbs', 'and', 'the', '0p', 'fits', 'perfectly', ',5,1,2', 'general', 'bottoms', 'skirts'] ['12129,964,19', 'great', 'layering', 'piece', 'i', 'bought', 'this', 'vest', 'hoping', 'to', 'be', 'able', 'to', 'throw', 'it', 'over', 'long', 'sleeve', 'tops', 'for', 'fall', 'and', 'it', "'s", 'perfect', 'for', 'that-', 'it', 'adds', 'a', 'bit', 'of', 'detail', 'with', 'the', 'buttons', 'and', 'pockets', 'on', 'the', 'vest', ',5,1,0', 'general', 'jackets', 'jackets'] ['12130,519,37', 'love', 'these', 'yoga', 'crops', 'unbelievably', 'soft', 'fabric', 'that', 'does', "n't", 'feel', 'like', 'it', 'will', 'pill', 'i', 'ordered', 'dark', 'grey', 'i', "'m", '5', '3', '130', 'just', 'after', 'baby', 'and', 'size', 'm', 'fits', 'well', 'super-flattering', 'does', "n't", 'smash', 'my', 'buns', 'the', 'seams', 'are', 'in', 'all', 'the', 'right', 'places', 'to', 'flatter', 'styling', 'is', 'between', 'ballerina', 'and', 'badass', 'as', 'i', 'think', 'the', 'ankle', 'wraps', 'look', 'a', 'little', 'tough', 'i', 'highly', 'recommend', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12131,872,54', 'classy', 'hi', 'this', 'top', 'is', 'absolutely', 'gorgeous', 'in', 'my', 'opinion', 'very', 'feminine', 'it', 'has', 'a', 'small', 'amount', 'of', 'swing', 'without', 'a', 'large', 'amount', 'of', 'fabric', 'love', 'it', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['12132,872,44', 'great', 'top', 'love', 'this', 'top', 'looks', 'much', 'better', 'on', 'than', 'the', 'hanger', 'the', 'color', 'and', 'fabric', 'are', 'very', 'nice.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12133,868,36', 'so', 'comfortable', 'and', 'airy', 'i', 'was', 'hesitant', 'to', 'buy', 'this', 'top', 'after', 'reading', 'previous', 'reviews', 'but', 'i', 'love', 'it', 'granted', 'i', 'am', 'two', 'months', 'postpartum', 'so', 'i', 'am', 'looking', 'for', 'tops', 'that', 'are', 'airy', 'it', "'s", 'summer', 'in', 'socal', 'but', 'cover', 'up', 'my', 'tummy', 'the', 'material', 'is', 'soft', 'and', 'stretchy', 'and', 'it', 'does', 'have', 'a', 'loose', 'shelf', 'bra', 'type', 'inset', '-so', 'not', 'a', 'real', 'bra', 'but', 'at', 'least', 'something', 'there', 'i', 'wore', 'a', 'free', 'people', 'bralette', 'with', 'it', 'and', 'it', 'looked', 'perfect', 'really', 'happy', 'with', 'this', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['12134,872,48', 'very', 'cute', 'runs', 'large', 'i', 'like', 'the', 'casual', 'yet', 'detailed', 'look', 'of', 'this', 'piece', 'it', 'looks', 'great', 'with', 'crops', 'the', 'casual', 'tie', 'string', 'makes', 'the', 'piece', 'feel', 'very', 'laid', 'back', 'but', 'the', 'details', 'are', 'so', 'pretty', 'i', 'have', 'it', 'in', 'lavender', 'it', 'looks', 'way', 'better', 'in', 'person', 'saw', 'it', 'at', 'the', 'store', 'and', 'grabbed', 'it', 'immediately', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['12135,1078,35', 'absolutely', 'in', 'love', 'with', 'this', 'dress', 'perfect', 'to', 'wear', 'to', 'work', 'or', 'for', 'a', 'casual', 'brunch', 'or', 'cookout', 'i', "'m", 'a', '34b', '27', 'waist', 'and', '36', 'hip', 'and', '5', '3', 'and', 'went', 'with', 'the', 'xsp', 'very', 'impressed', 'with', 'the', 'quality', 'and', 'well', 'worth', 'the', 'sale', 'price', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12136,828,49', 'very', 'nice', 'this', 'top', 'works', 'very', 'well', 'with', 'a', 'white', 'or', 'green', 'cardigan', 'for', 'work', 'the', 'color', 'is', 'more', 'green', 'than', 'in', 'the', 'photo', 'and', 'it', 'is', 'wider', 'on', 'the', 'bottom', 'it', 'hides', 'a', 'non-flat', 'stomach', 'very', 'well', 'without', 'looking', 'matronly', 'i', 'ordered', 'a', 'small', 'petite', 'but', 'i', 'am', 'heavy', 'on', 'top', 'so', 'i', 'did', 'not', 'find', 'the', 'armhole', 'problem', 'that', 'the', 'other', 'reviewer', 'had', 'my', 'only', 'con', 'is', 'that', 'i', 'do', "n't", 'love', 'the', 'high-low', 'thing', 'that', 'every', 'retailer', 'top', 'seems', 'to', 'have', 'these', 'days', 'but', 'i', 'can', 'live', 'with', 'it', ',4,1,1', 'general', 'tops', 'blouses'] ['12137,827,44', 'great', 'material', 'that', 'drapes', 'nicely', 'super', 'comfy', 'feels', 'cool', 'but', 'it', "'s", 'a', 'thick', 'material', 'not', 'at', 'all', 'see', 'through', 'so', 'happy', 'i', 'purchased', 'this', 'and', 'super', 'easy', 'with', 'the', 'snap', 'buttons', 'but', 'the', 'shirt', 'is', 'very', 'well', 'made', 'and', 'high-quality', 'material', 'would', 'look', 'great', 'on', 'all', 'sizes', 'and', 'shapes', 'i', "'m", '5', '4', 'and', 'about', '140', 'small', 'chest', 'normally', 'i', "'m", 'a', 's', 'or', 'm', 'with', 'tops', 'but', 'bought', 'this', 'in', 'a', 'm', 'because', 'i', 'like', 'a', 'slightly', 'oversized', 'shirt', 'though', 'it', "'s", 'also', 'made', 'to', 'be', 'looser', 'and', 'longer', 'still', 'at', '5', '4', 'i', "'m", 'not', 'swimming', 'in', 'a', 'm.', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['12138,865,37', 'runs', 'big', 'pretty', 'design', 'and', 'good', 'quality', 'but', 'the', 'medium', 'was', 'very', 'balloony', 'at', 'the', 'bottom', 'fit', 'my', 'chest', 'alright', '34c', 'but', 'flared', 'out', 'way', 'too', 'much', 'at', 'the', 'bottom.,2,0,0', 'general', 'tops', 'knits'] ['12139,1068,73', 'love', 'these', 'pants', 'i', 'am', 'petite', 'so', 'ordered', 'in', 'the', 'store', 'and', 'they', 'shipped', 'to', 'my', 'home', 'i', 'ordered', 'a', '24p', 'and', 'they', 'fit', 'great', 'they', 'stretch', 'a', 'tiny', 'bit', 'goes', 'with', 'a', 'lot', 'of', 'tops', 'and', 'they', 'are', 'light', 'weight', 'which', 'is', 'great', 'with', 'houston', 'westher,4,1,0', 'general', 'bottoms', 'pants'] ['12140,563,56', 'absolutely', 'gorgeous', 'this', 'gorgeous', 'dress', 'is', 'what', 'retailer', 'is', 'all', 'about', 'natural', 'fibers', 'like', 'silk', 'and', 'rayon', 'and', 'cotton', 'unusual', 'beautiful', 'prints', 'and', 'colors', 'not', 'your', 'average', 'day', 'to', 'day', 'find', 'i', 'bought', 'this', 'in', 'my', 'usual', 'size', 'l', 'and', 'while', 'i', 'could', 'use', 'a', 'bit', 'more', 'room', 'in', 'the', 'top', 'it', 'works', 'either', 'unbuttoned', 'one', 'button', 'which', 'shows', 'the', 'beautiful', 'turquoise', 'slip', 'that', 'comes', 'with', 'it', 'or', 'i', 'am', 'going', 'to', 'stitch', 'it', 'down', 'the', 'front', 'so', 'the', 'buttons', 'wo', "n't", 'open', 'and', 'the', 'top', 'wo', "n't", 'gap', 'at', 'the', 'bust', 'i', 'am', '5', '5', 'and', 'the', 'dress', 'is', 'a', 'perfect', 'l', ',5,1,8', 'general', 'trend', 'trend'] ['12141,865,26', 'material', 'too', 'flimsy', 'i', 'wanted', 'to', 'love', 'this', 'as', 'i', 'love', 'bright', 'colored', 'patterns', 'however', 'when', 'i', 'received', 'the', 'pattern', 'was', 'different', 'than', 'the', 'one', 'pictured', 'and', 'did', "n't", 'appear', 'as', 'bright', 'and', 'the', 'material', 'was', 'much', 'different', 'than', 'i', 'expected', 'could', 'almost', 'see', 'through', 'the', 'shirt', 'where', 'it', 'is', 'white', 'and', 'is', 'very', 'thin'] [] ['also', 'i', 'have', 'a', 'larger', 'chest', 'and', 'a', 'smaller', 'waistline', 'and', 'the', 'cut', 'of', 'the', 'where', 'the', 'peplum', 'began', 'made', 'me', 'look', 'larger', 'than', 'i', 'actually', 'am', 'i', 'am', 'a', '36ddd', 'and', 'i', 'normally', 'where', 'a', 'size', 'medium', 'a', 'medium', 'fit', 'but', 'like', 'i', 'said', 'made', ',2,0,1', 'general', 'tops', 'knits'] ['12142,865,35', 'cheap', 'fabric', 'and', 'terrible', 'fit', 'i', 'bought', 'this', 'shirt', 'to', 'wear', 'under', 'a', 'black', 'skirt', 'suit', 'the', 'fabric', 'does', 'have', 'some', 'stretch', 'to', 'it', 'however', 'if', 'you', 'have', 'a', 'normal', 'to', 'above', 'boob', 'size', 'beware', 'i', 'have', 'a', '36d', 'chest', 'and', 'the', 'front', 'of', 'the', 'shirt', 'hit', 'me', 'to', 'the', 'point', 'that', 'i', 'then', 'looked', 'preggers', 'it', 'was', 'one', 'of', 'those', 'situations', 'which', 'reminded', 'me', 'why', 'i', 'do', 'not', 'buy', 'empire', 'dresses', 'in', 'addition', 'the', 'fabric', 'felt', 'like', 'something', 'my', 'grandmother', 'would', 'have', 'used', 'back', 'in', 'the', '60', "'s", 'it', 'was', 'a', 'thick', 'polyester', 'type', 'material', 'i', 'think', 'this', 'shirt', 'would', 'still', 'work', 'f,1,0,0', 'general', 'tops', 'knits'] ['12143,1068,50', 'light', 'weight', 'capri', 'these', 'are', 'nice', 'and', 'light', 'weight', 'and', 'comfortable,4,1,3', 'general', 'bottoms', 'pants'] ['12144,862,54', 'no', 'this', 'top', 'did', 'not', 'look', 'at', 'all', 'like', 'it', 'did', 'on', 'the', 'model', 'i', 'thought', 'it', 'would', 'be', 'slightly', 'loose', 'through', 'the', 'hips', 'but', 'instead', 'it', 'was', 'snug', 'on', 'top', 'and', 'very', 'very', 'very', 'loose', 'great', 'for', 'someone', 'who', 'is', 'pregnant', 'which', 'i', 'am', 'not'] ['returning', ',3,0,6', 'general', 'tops', 'knits'] ['12145,865,27', 'cute', 'this', 'top', 'is', 'cute', 'it', 'adds', 'a', 'pop', 'of', 'color', 'to', 'my', 'day', 'and', 'seems', 'to', 'be', 'of', 'high', 'quality', 'the', 'colors', 'seem', 'more', 'vibrant', 'in', 'person', 'and', 'the', 'material', 'is', 'quite', 'soft', 'and', 'stretchy', 'as', 'another', 'reviewer', 'pointed', 'out', 'the', 'peplum', 'is', 'only', 'in', 'the', 'front', 'it', 'sounds', 'really', 'weird', 'but', 'i', 'do', "n't", 'really', 'mind', 'the', 'look', 'because', 'i', "'ll", 'be', 'wearing', 'a', 'jacket', 'over', 'it', 'i', "'m", 'usually', 'a', 'size', '12/14', 'with', 'a', '36dd', 'bust', 'and', 'the', 'large', 'fits', 'beautifully', ',4,1,1', 'general', 'tops', 'knits'] ['12146,865,53', 'nice', 'fit.', 'this', 'is', 'a', 'very', 'slimming', 'well-made', 'nice', 'fitting', 'top-i', 'just', 'disliked', 'the', 'colors', 'they', 'did', 'not', 'look', 'good', 'on', 'me', 'otherwise', 'this', 'is', 'a', 'very', 'nice', 'piece', ',2,1,0', 'general', 'tops', 'knits'] ['12147,857,54', 'mis-sized', 'this', 'is', 'a', 'great', 'looking', 'top', 'but', 'the', 'sizing', 'is', 'way', 'off', 'in', 'the', 'photo', 'it', 'looks', 'a', 'little', 'oversized', 'i', 'am', 'normally', 'a', 'medium', 'but', 'this', 'one', 'was', 'very', 'small', 'sleeves', 'several', 'inches', 'too', 'short', 'and', 'it', 'is', 'more', 'like', '25', 'long', 'instead', 'of', 'the', '35', 'listed', 'on', 'the', 'description', 'in', 'the', 'right', 'size', 'i', 'think', 'it', 'will', 'be', 'great', 'but', 'i', "'m", 'not', 'sure', 'whether', 'to', 'go', 'up', 'one', 'size', 'or', 'two', ',4,1,8', 'general', 'petite', 'tops', 'knits'] ['12148,865,64', 'beautiful', 'print', 'weird', 'fit', 'i', 'love', 'the', 'peplum', 'tanks', 'that', 'retailer', 'puts', 'out', 'but', 'sadly', 'this', 'one', 'did', 'not', 'work', 'for', 'me', 'the', 'print', 'is', 'vibrant', 'and', 'the', 'colors', 'are', 'even', 'brighter', 'in', 'person', 'the', 'the', 'material', 'made', 'it', 'look', 'cheap', 'the', 'fit', 'in', 'the', 'bust', 'was', 'off', 'i', 'felt', 'that', 'it', 'cut', 'too', 'much', 'into', 'the', 'bra', 'area', 'and', 'the', 'poof', 'part', 'of', 'the', 'peplum', 'hit', 'me', 'at', 'a', 'weird', 'spot', 'on', 'my', 'torso', 'really', 'wanted', 'it', 'to', 'work', 'but', 'maybe', 'it', 'would', 'look', 'better', 'on', 'someone', 'more', 'slender/taller', 'than', 'me', 'for', 'reference', 'i', "'m", "4'10", 'and', 'usually', 'wear', 'size', 'l', 'in', 'retailer', ',3,0,0', 'general', 'tops', 'knits'] ['12149,287,53', 'nothing', 'special', 'it', "'s", 'so', 'hard', 'to', 'tell', 'exactly', 'what', 'this', 'sweatshirt', 'looks', 'like', 'from', 'the', 'online', 'photos', 'it', 'has', 'a', 'white', 'and', 'pale', 'sky', 'blue', 'tie', 'dye', 'look', 'all', 'over', 'with', 'a', 'sea', 'foam', 'green', 'floral', 'print', 'runs', 'tts', 'the', 'floral', 'print', 'is', "n't", 'centered', 'on', 'the', 'one', 'i', 'received', 'but', 'for', '11', 'i', "'ll", 'be', 'keeping', 'it', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['12150,865,59', 'not', 'for', 'busty', 'women', 'when', 'i', 'got', 'this', 'top', 'in', 'the', 'mail', 'i', 'was', 'impressed', 'by', 'the', 'colors', 'they', 'were', 'very', 'vibrant', 'and', 'i', 'loved', 'the', 'feel', 'of', 'the', 'material', 'as', 'well', 'however', 'the', 'top', 'did', 'not', 'look', 'good', 'on', 'i', 'have', 'an', 'hourglass', 'figure', 'with', 'a', 'dd+', 'bust', 'and', 'the', 'peplum', 'just', 'made', 'me', 'look', 'like', 'i', 'did', "n't", 'have', 'a', 'waist', 'the', 'arm', 'holes', 'were', 'also', 'very', 'big', 'and', 'showed', 'my', 'bra', 'overall', 'i', 'think', 'this', 'is', 'a', 'very', 'cute', 'top', 'but', 'would', 'probably', 'be', 'better', 'on', 'women', 'with', 'more', 'athletic', 'figures', ',4,1,0', 'general', 'tops', 'knits'] ['12151,1078,35', 'snags', 'easily', 'i', "'m", '5', '2', 'and', 'bought', 'the', 'dress', 'in', 'a', 'petite', 'medium', 'i', 'like', 'to', 'buy', 'clothes', 'that', 'i', 'can', 'wear', 'to', 'work', 'and', 'this', 'dress', 'was', 'almost', 'too', 'short', 'if', 'it', 'were', 'any', 'shorter', 'it', 'would', "n't", 'have', 'worked', 'if', 'i', 'were', 'to', 'buy', 'it', 'again', 'i', "'d", 'probably', 'go', 'with', 'a', 'non-petite', 'size', 'also', 'i', 'ordered', 'the', 'dress', 'online', 'and', 'i', 'found', 'two', 'snags', 'in', 'it', 'as', 'soon', 'as', 'i', 'pulled', 'it', 'out', 'of', 'the', 'box', 'i', 'do', "n't", 'think', 'they', 'will', 'be', 'terribly', 'noticeable', 'but', 'just', 'beware', 'that', 'this', 'dress', 'will', 'apparently', 'snag', 'easily', 'i', 'plan', 'to', 'wear', 'it', 'with', 'a', 'purse', 'without', 'meta', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12152,1068,41', 'not', 'the', 'same', 'i', 'usually', 'buy', 'a', 'pair', 'of', 'these', 'kind', 'of', 'pants', 'every', 'year', 'from', 'this', 'brand', 'they', 'are', 'lightweight', 'sturdy', 'and', 'very', 'flattering', 'to', 'my', 'curvier', 'body', 'this', 'brand', 'can', 'run', 'big', 'so', 'i', 'usually', 'buy', 'a', 'size', '2', 'rather', 'than', 'my', 'normal', 'size', '4.', 'i', 'was', 'going', 'to', 'wait', 'it', 'out', 'and', 'let', 'someone', 'else', 'try', 'them', 'first', 'but', 'then', 'i', 'caved', 'and', 'ordered', 'them', 'in', 'two', 'sizes', '26', 'and', '27', 'because', 'they', 'did', "n't", 'label', 'them', '2', '4', '6', 'etc', 'anymore', 'these', 'pants', 'still', 'look', 'well', 'made', 'and', 'have', 'cute', 'little', 'details', 'but', 'they', 'are', 'bigger', 'than', 'ever', 'the', '27', "'s", ',2,0,6', 'general', 'bottoms', 'pants'] ['12153,287,32', 'new', 'fav', 'spring', 'top', 'i', 'picked', 'this', 'up', 'on', 'sale', 'and', 'was', 'glad', 'i', 'did', 'the', 'material', 'is', 'just', 'the', 'right', 'thickness', 'for', 'some', 'of', 'the', 'chilly', 'days', 'we', 'have', 'here', 'in', 'spring', 'in', 'the', 'northeast', 'the', 'fit', 'is', 'right', 'on', 'but', 'size', 'up', 'if', 'you', 'are', 'unsure', 'or', 'inbetween', 'the', 'detail', 'down', 'the', 'back', 'is', 'adorable', 'and', 'adds', 'a', 'point', 'of', 'interest', 'to', 'this', 'sweatshirt', 'the', 'fit', 'is', 'boxy', 'but', 'i', 'think', 'it', 'compliments', 'and', 'balances', 'the', 'overall', 'girly', 'design', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['12154,1068,42', 'great', 'casual', 'crop', 'great', 'casual', 'pant', 'for', 'the', 'summer', 'wish', 'there', 'were', 'more', 'colors', 'white', 'or', 'beige', 'would', 'be', 'great', 'comfortable', 'great', 'fit', 'sizing', 'is', 'consistent', 'with', 'my', 'normal', 'designer', 'denim', 'sizing', '26.', 'i', "'m", 'also', '5', '3', 'and', 'the', 'regular', 'size', 'pant', 'is', 'just', 'right', 'for', 'me.,5,1,0', 'general', 'bottoms', 'pants'] ['12155,91,27', 'so', 'disappointing', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'robe', 'in', 'the', 'mail', 'but', 'was', 'beyond', 'disappointed', 'when', 'i', 'opened', 'the', 'package', 'the', 'fabric', 'is', 'extremely', 'stiff', 'and', 'thin', 'the', 'fabric', 'felt', 'like', 'something', 'curtains', 'would', 'be', 'made', 'out', 'of', 'and', 'the', 'white', 'background', 'was', 'see', 'through', 'the', 'robe', 'is', 'very', 'short', 'and', 'cut', 'small', 'in', 'the', 'shoulders', 'therefore', 'it', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'piece', 'of', 'children', "'s", 'clothing', 'i', 'also', 'ordered', 'the', 'matching', 'pj', 'pants', 'but', 'did', "n't", 'even', 'take', 'them', 'out', 'of', 'the', 'package', 'after', 'seeing', 'how', 'rough', 'and', 'see', 'through', 'the', 'mater', ',1,0,12', 'initmates', 'intimate', 'sleep'] ['12156,828,32', 'runs', 'large', 'muted', 'colors', 'i', 'bought', 'this', 'tank', 'for', 'work', 'but', 'the', 'color', 'of', 'the', 'print', 'is', 'slightly', 'muted', 'compared', 'to', 'the', 'photo', 'i', 'usually', 'wear', 'a', 'xxs', 'or', 'xs', 'i', 'am', '100', 'lbs', '5', '1', 'and', 'i', 'got', 'the', 'xs', 'thinking', 'it', 'will', 'be', 'loose', 'which', 'i', 'wanted', 'the', 'arm', 'holes', 'were', 'down', 'to', 'my', 'waist', 'and', 'it', 'was', 'also', 'unusually', 'wide', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'nice', 'though', 'not', 'to', 'heavy', 'and', 'not', 'too', 'thin', ',3,1,1', 'general', 'tops', 'blouses'] ['12157,1068,42', 'cute', 'pants', 'but', 'size', 'down', 'i', 'just', 'received', 'these', 'in', 'the', 'mail', 'but', 'had', 'to', 'send', 'them', 'back', 'to', 'the', 'store', 'because', 'they', 'are', 'too', 'big', 'i', 'usually', 'wear', 'a', '28', 'and', 'sometimes', 'even', 'a', '29', 'in', 'most', 'ag', 'and', 'mother', 'jeans', 'the', '28', 'in', 'these', 'were', 'loose', 'in', 'the', 'waist', 'and', 'overall', 'baggier', 'than', 'shown', 'in', 'the', 'picture', 'i', 'ordered', 'size', '27', 'so', 'hopefully', 'these', 'will', 'fit', 'just', 'right', 'since', 'they', 'are', 'really', 'cute', 'the', 'beige', 'color', 'is', 'just', 'as', 'pictured', 'and', 'almost', 'a', 'rust', 'color', 'which', 'goes', 'well', 'with', 'a', 'dark', 'grey', 'top', 'as', 'shown', ',5,1,5', 'general', 'bottoms', 'pants'] ['12158,1078,34', 'too', 'boxy', 'but', 'nice', 'idea', 'this', 'dress', 'did', 'not', 'work', 'well', 'on', 'my', 'figure', 'i', 'have', 'a', 'small', 'waist', 'and', 'broad', 'hips', 'and', 'the', 'dress', 'size', 'm', 'for', '140', 'lbs', '5', '8', 'was', 'too', 'boxy', 'i', 'did', "n't", 'have', 'objections', 'to', 'the', 'fabric', 'like', 'other', 'reviewers', 'honestly', 'even', 'if', 'there', 'were', 'a', 'snag', 'or', 'two', 'the', 'fabric', 'is', 'kind', 'of', 'rustic', 'and', 'i', 'do', "n't", 'think', 'a', 'snag', 'would', 'look', 'terrible', 'depending', 'on', 'where', 'it', 'is', 'i', 'should', 'note', 'that', 'one', 'of', 'the', 'ornamental', 'buttons', 'immediately', 'fell', 'off', 'the', 'dress', 'upon', 'arrival', 'my', 'friend', 'got', 'the', 'same', 'dress', 'in', 'a', 'size', 's', 'and', 'it', 'worked', 'better', 'f', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12159,865,47', 'not', 'sure', 'i', 'love', 'the', 'colors', 'of', 'this', 'top', 'it', 'does', 'run', 'very', 'large', 'though', 'when', 'i', 'received', 'my', 'usual', 'small', 'i', 'felt', 'like', 'i', 'was', 'swimming', 'in', 'the', 'top', 'not', 'fitted', 'at', 'all', 'the', 'material', 'is', 'a', 'bit', 'funky', 'too', 'seems', 'a', 'little', 'lower', 'quality', 'because', 'of', 'the', 'fabric', 'will', 'return', 'and', 'try', 'a', 'smaller', 'size', 'if', 'there', 'is', 'one', 'available', 'at', 'the', 'store', 'and', 'see', 'if', 'i', 'change', 'my', 'mind', ',3,0,0', 'general', 'tops', 'knits'] ['12160,1078,53', 'beautiful', 'and', 'classy', 'wore', 'this', 'dress', 'for', 'easter', 'dinner', 'and', 'received', 'many', 'compliments', 'it', 'is', 'delicate', 'and', 'if', 'not', 'careful', 'the', 'diamond', 'pattern', 'can', 'snag', 'i', 'loved', 'the', 'comfort', 'and', 'ability', 'to', 'dress', 'up', 'or', 'down', 'i', 'ordered', 'the', 'regular', 'instead', 'of', 'petite', 'as', 'i', 'wanted', 'the', 'length', 'at', 'my', 'knees', 'not', 'thigh', 'high', 'and', 'it', 'fit', 'perfect', 'at', '5', '4.,4,1,5', 'general', 'petite', 'dresses', 'dresses'] ['12161,563,53', 'beautiful', 'and', 'unusual', 'this', 'dress', 'is', 'beautiful', 'and', 'unusual', 'i', 'think', 'the', 'colors', 'shown', 'in', 'the', 'picture', 'are', 'a', 'little', 'brighter', 'than', 'the', 'dress', 'i', 'bought', 'the', 'turquoise', 'and', 'gold', 'seem', 'slightly', 'more', 'muted', 'in', 'person', 'which', 'is', "n't", 'necessarily', 'a', 'bad', 'thing', 'there', 'are', 'sequins', 'along', 'the', 'shoulders', 'of', 'the', 'dress', 'that', 'you', 'also', 'ca', "n't", 'see', 'in', 'the', 'picture', 'but', 'they', 'are', "n't", 'gaudy', 'or', 'too', 'stevie', 'nicks-bohemian', 'i', 'did', "n't", 'find', 'the', 'bodice', 'of', 'the', 'size', 'm', 'too', 'tight', 'as', 'another', 'reviewer', 'noted', 'it', "'s", 'my', 'normal', 'size', 'and', 'though', 'i', "'m", 'a', 'little', 'chesty', '32-34', ',5,1,0', 'general', 'trend', 'trend'] ['12162,1078,52', 'classic', 'design', 'with', 'drawbacks', 'i', 'ordered', 'this', 'dress', 'in', 'two', 'sizes', 'pxs', 'and', 'ps', 'they', 'both', 'arrived', 'in', 'a', 'timely', 'manner', 'but', 'the', 'pxs', 'was', 'snagged', 'upon', 'arrival', 'there', 'were', 'a', 'few', 'other', 'reviewers', 'that', 'stated', 'the', 'dress', 'snagged', 'easily', 'but', 'i', 'loved', 'the', 'classic', 'look', 'of', 'this', 'dress', 'so', 'i', 'thought', 'i', 'would', 'take', 'the', 'chance', 'unfortunately', 'i', 'had', 'to', 'take', 'both', 'back', 'to', 'the', 'store', 'because', 'the', 'potential', 'for', 'snagging', 'the', 'fabric', 'was', 'too', 'high', 'even', 'considering', 'the', 'sale', 'price', 'also', 'the', 'dress', 'comes', 'with', 'a', 'cotton', 'slip', 'but', 'the', 'slip', 'for', 'the', 'pxs', 'was', 'tiny', 'while', 'the', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['12163,287,52', 'unique', 'take', 'on', 'sweatshirt', 'i', 'liked', 'that', 'this', 'was', 'a', 'unique', 'take', 'on', 'a', 'sweatshirt', 'pretty', 'seam', 'down', 'the', 'back', 'and', 'weight', 'of', 'material', 'i', "'m", 'going', 'to', 'return', 'it', 'because', 'i', 'wish', 'it', 'was', 'a', 'little', 'more', 'of', 'a', 'loose/baggy', 'fit', 'and', 'under-pattern', 'is', 'darker', 'than', 'i', 'thought.,3,1,0', 'initmates', 'intimate', 'lounge'] ['12164,1078,35', 'big', 'blue', 'sack', 'this', 'dress', 'hangs', 'like', 'a', 'sack', 'it', 'really', 'needs', 'a', 'belt', 'to', 'give', 'it', 'some', 'shape', 'i', 'tried', 'to', 'style', 'it', 'with', 'one', 'but', 'then', 'did', "n't", 'look', 'right', 'either', 'i', 'did', 'like', 'the', 'slip', 'that', 'came', 'with', 'it', 'i', "'ll", 'be', 'returning', 'it', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12165,857,45', 'nothing', 'like', 'the', 'picture', 'i', 'thought', 'this', 'was', 'more', 'like', 'an', 'oversized', 'sweatshirt', 'not', 'at', 'all', 'i', "'m", 'either', 'a', 'm', 'or', 'l', 'and', 'i', 'bought', 'a', 'large', 'and', 'that', 'was', 'too', 'small', 'and', 'too', 'tight', 'it', 'is', 'more', 'fitted', 'if', 'you', 'are', 'looking', 'for', 'something', 'more', 'comfy', 'do', "n't", 'buy', 'however', 'if', 'you', 'want', 'more', 'of', 'a', 'fitted', 'blouse', 'feel', 'then', 'go', 'for', 'it', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['12166,857,35', 'so', 'cute', 'too', 'small.', 'so', 'wanted', 'to', 'love', 'this', 'top', 'love', 'the', 'look', 'entirely', 'but', 'the', 'medium', 'was', 'beyond', 'snug', 'so', 'i', 'sent', 'it', 'back', 'for', 'a', 'large', 'hopefully', 'the', 'bigger', 'size', 'will', 'make', 'it', 'a', 'keeper', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['12167,287,53', 'cute', 'and', 'warm', 'material', 'is', 'thick', 'and', 'warm', 'print', 'is', 'very', 'pretty', 'i', 'received', 'complements', 'from', 'all', 'age', 'groups', 'fits', 'a', 'little', 'boxy', 'but', 'it', 'works.,5,1,1', 'initmates', 'intimate', 'lounge'] ['12168,865,33', 'ok', 'top', 'very', 'nice', 'material', 'soft', 'and', 'feminine', 'colors', 'however', 'the', 'waist', 'sat', 'higher', 'than', 'my', 'natural', 'waist', 'and', 'was', 'uncomfortable', 'unfortunately', 'it', "'s", 'going', 'back', ',3,1,0', 'general', 'tops', 'knits'] ['12169,1078,19', 'so', 'cute', 'but', 'quality', 'not', 'good', 'this', 'dress', 'is', 'so', 'cute', 'and', 'so', 'flattering', 'i', 'loved', 'the', 'shape', 'but', 'i', 'wore', 'it', 'wonce', 'and', 'the', 'fabric', 'was', 'pulling', 'on', 'everything', 'just', 'holding', 'a', 'purse', 'while', 'walking', 'managed', 'to', 'pull', 'out', 'a', 'ton', 'of', 'the', 'fabric', 'when', 'you', 'spend', 'so', 'much', 'money', 'on', 'something', 'you', 'think', 'the', 'quality', 'would', 'be', 'better', ',3,0,17', 'general', 'petite', 'dresses', 'dresses'] ['12170,1068,47', 'love', 'these', 'pants', 'ordered', 'my', 'regular', 'size', '27.', 'they', 'were', 'tight', 'when', 'they', 'arrived', 'but', 'they', 'stretch', 'a', 'lot', 'i', 'like', 'the', 'looser', 'style', 'so', 'was', 'vey', 'pleased', 'but', 'think', 'they', 'are', 'at', 'least', 'a', 'size', 'larger', 'after', 'one', 'wear.,5,1,0', 'general', 'bottoms', 'pants'] ['12171,865,34', 'not', 'as', 'expected', 'i', 'really', 'loved', 'the', 'colors', 'and', 'style', 'of', 'this', 'top', 'unfortunately', 'it', 'runs', 'a', 'bit', 'small', 'and', 'was', 'too', 'short', 'on', 'me', 'i', "'m", '5', '9', 'some', 'mentioned', 'they', 'did', "n't", 'like', 'fabric', 'but', 'i', 'thought', 'it', 'was', 'good', ',2,0,1', 'general', 'tops', 'knits'] ['12172,1078,48', 'petite', 'and', 'busty-', 'avoid', 'i', 'wanted', 'to', 'like', 'this', 'so', 'much', 'it', "'s", 'a', 'great', 'good', 'girl', 'dress', 'church', 'dress', 'however', 'it', 'makes', 'no', 'sense', 'it', "'s", 'a', 'summer', 'dress', 'with', 'massively', 'thick', 'lining', 'that', 'snags', 'i', "'m", 'petite', 'and', 'busty', 'and', 'it', 'made', 'me', 'look', 'and', 'feel', 'very', 'wide', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12173,862,31', 'more', 'of', 'a', 'baby-doll', 'shape', 'than', 'it', 'appears', 'online', 'i', 'was', 'excited', 'to', 'try', 'this', 'on', 'in', 'the', 'store', 'today', 'the', 'zipper', 'details', 'on', 'the', 'shoulder', 'are', 'really', 'cute', 'and', 'the', 'ribbing', 'pattern', 'is', 'flattering', 'i', 'was', 'disappointed', 'when', 'i', 'put', 'it', 'on', 'though', 'because', 'it', 'fits', 'like', 'a', 'baby-doll', 'pregnancy', 'top', 'it', "'s", 'snug', 'around', 'the', 'bust', 'and', 'then', 'flares', 'out', 'pretty', 'widely', 'through', 'the', 'lower', 'half', 'you', 'ca', "n't", 'really', 'see', 'that', 'on', 'the', 'model', 'i', 'was', 'hoping', 'it', 'was', 'more', 'of', 'a', 'fitted', 'tee', 'but', 'sadly', 'that', 'was', "n't", 'the', 'case', ',3,0,9', 'general', 'tops', 'knits'] ['12174,828,57', 'versatile', 'this', 'is', 'one', 'great', 'button', 'up', 'shirt', 'the', 'fringe', 'hem', 'is', 'a', 'fun', 'little', 'detail', 'that', 'gives', 'this', 'shirt', 'some', 'serious', 'versatility', 'it', 'looks', 'great', 'layered', 'under', 'jackets', 'and', 'sweaters', 'with', 'a', 'came', 'underneath', 'or', 'all', 'on', 'its', 'own', 'the', 'fabric', 'could', 'be', 'a', 'bit', 'thicker', 'i', 'am', 'between', 'a', 'small', 'and', 'a', 'medium', 'a', '6', 'or', 'an', '8', 'and', 'bought', 'this', 'in', 'a', 'small', ',5,1,2', 'general', 'tops', 'blouses'] ['12175,828,52', 'favorite', 'everyday', 'shirt', 'love', 'this', 'shirt', 'it', 'is', 'great', 'quality', 'and', 'fits', 'true', 'to', 'size', 'in', 'a', 'comfy', 'not', 'too', 'fitted', 'way', 'that', 'a', 'button', 'down', 'should', 'fit', 'i', 'love', 'that', 'it', 'is', 'a', 'classic', 'white', 'cotton', 'shirt', 'with', 'a', 'modern', 'edge', 'with', 'the', 'little', 'bit', 'of', 'fringing', 'on', 'the', 'bottom', 'and', 'sleeve', 'cuffs', 'it', "'s", 'great', 'to', 'wear', 'with', 'jeans', 'or', 'leggings', 'and', 'i', 'can', 'even', 'see', 'dressing', 'it', 'up', 'or', 'down', 'depending', 'on', 'the', 'accessories', 'worn', 'i', 'have', 'already', 'gotten', 'lots', 'of', 'compliments', 'when', 'wearing', 'it', 'everyone', 'wants', 'to', 'get', 'it', 'for', 'themselves', 'i', "'d", 'even', 'get', 'it', 'in', 'another', 'co,5,1,2', 'general', 'tops', 'blouses'] ['12176,1068,35', 'these', 'are', 'so', 'comfortable', 'and', 'surprisingly', 'flattering', 'i', 'bought', 'the', 'taupe', 'in', 'sp', 'for', 'reference', 'i', "'m", '5', '2', '115', 'lbs.', 'curvy', 'on', 'bottom', 'i', 'was', 'afraid', 'it', 'would', 'give', 'me', 'a', 'bubble', 'butt', 'and', 'it', 'did', "n't", 'could', 'be', 'dressed', 'up', 'with', 'right', 'shoes/accessories', ',5,1,8', 'general', 'bottoms', 'pants'] ['12177,1074,50', 'so', 'gorgeous', 'i', 'did', 'the', 'happy', 'dance', 'when', 'the', 'dress', 'arrived', 'but', 'the', 'very', 'sad', 'dance', 'when', 'i', 'tried', 'it', 'on', 'unfortunately', 'instead', 'of', 'following', 'my', 'instincts', 'i', 'took', 'the', 'review', 'here', 'and', 'reviews', 'from', 'some', 'other', 'sites', 'to', 'heart', 'and', 'ordered', 'a', 'size', 'bigger', 'than', 'usual', 'huge', 'mistake', 'as', 'in', 'this', 'dress', 'was', 'huge', 'much', 'too', 'big', 'to', 'alter', 'and', 'keep', 'the', 'integrity', 'of', 'design', 'for', 'reference', 'i', "'m", '5', '7', '130lbs', '34c', 'i', 'usually', 'wear', 'an', '8', 'dress', 'due', 'to', 'a', 'very', 'large', 'rib', 'cage', 'i', 'ordered', 'the', '10', 'but', 'was', 'literally', 'swimming', 'i', 'think', 'a', '6', 'woul', ',5,1,2', 'general', 'dresses', 'dresses'] ['12178,869,42', ',,5,1,0', 'general', 'tops', 'knits'] ['12179,869,54', 'i', 'was', 'intrigued', 'by', 'this', 'top', 'it', "'s", 'very', 'cute', 'but', 'i', 'feel', 'that', 'the', 'tassels', 'are', 'just', 'slightly', 'too', 'big', 'and', 'if', 'the', 'fringe', 'would', 'have', 'been', 'a', 'little', 'more', 'subtle', 'the', 'top', 'would', 'be', 'cuter', 'i', "'m", 'still', 'on', 'the', 'fence', 'with', 'this', 'one', ',4,1,1', 'general', 'tops', 'knits'] ['12180,895,46', 'perfect', 'orange', 'cardigan', 'i', 'ordered', 'the', 'red', 'in', 'a', 'size', 'xl', 'the', 'fit', 'is', 'perfect', 'it', 'matches', 'the', 'model', "'s", 'photos', 'the', 'material', 'is', 'so', 'soft', 'it', "'s", 'definitely', 'a', 'cozy', 'fabric', 'the', 'red', 'color', 'description', 'is', 'wrong', 'but', 'the', 'photo', 'accurately', 'shows', 'how', 'it', "'s", 'really', 'an', 'orange', 'shade', 'the', 'color', 'is', 'cheery', 'since', 'it', "'s", 'bright', 'it', 'will', 'be', 'great', 'to', 'use', 'on', 'cold', 'days', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['12181,1075,51', 'stylish', 'and', 'unique', 'i', 'bought', 'this', 'dress', 'for', 'a', 'christmas', 'party', 'and', 'received', 'lots', 'of', 'compliments', 'at', '50', 'even', 'though', 'i', 'live', 'in', 'a', 'cold', 'climate', 'i', 'was', 'looking', 'for', 'something', 'not', 'black', 'stylish', 'and', 'comfortable', 'that', 'i', 'would', 'not', 'roast', 'in', 'at', 'a', 'party', 'it', 'is', 'a', 'beautiful', 'green', 'color', 'with', 'nice', 'embroidery', 'front', 'and', 'back', 'and', 'the', 'shape', 'is', 'very', 'boho', 'i', 'like', 'my', 'dresses', 'a', 'little', 'more', 'fitted', 'so', 'i', 'bought', 'the', 'xs', 'and', 'i', 'am', 'usually', 'a', 'small', 'so', 'size', 'down', 'and', 'had', 'the', 'waist', 'nipped', 'in', 'a', 'bit', 'by', 'my', 'seamstress', 'to', 'give', 'it', 'more', 'of', 'a', 'flatteri', ',5,1,2', 'general', 'dresses', 'dresses'] ['12182,869,34', 'perfect', 'for', 'fall', 'i', 'love', 'this', 'top', 'tassels', 'are', 'not', 'too', 'big', 'material', 'is', 'thick', 'i', 'wish', 'is', 'was', 'a', 'little', 'longer', 'though.,5,1,0', 'general', 'tops', 'knits'] ['12183,869,43', 'very', 'fun', 'top', 'i', 'really', 'like', 'this', 'top', 'a', 'nice', 'spin', 'on', 'a', 'class', 'sweatshirt', 'fun', 'with', 'a', 'pair', 'of', 'jeans', 'or', 'cords', ',5,1,1', 'general', 'tops', 'knits'] ['12184,1083,29', 'great', 'everyday', 'dress', 'i', 'bought', 'a', 'small', '5', '9', '135lbs', 'and', 'it', 'really', 'fits', 'nicely', ',5,1,1', 'general', 'dresses', 'dresses'] ['12185,895,38', 'love', 'it', 'this', 'is', 'the', 'cutest', 'cardigan', 'i', 'purchased', 'it', 'in', 'the', 'red', 'i', 'wish', 'there', 'were', 'more', 'colors,5,1,5', 'general', 'tops', 'fine', 'gauge'] ['12186,828,63', 'updated', 'white', 'shirt', 'first', 'tried', 'on', 'a', 'large', 'but', 'wanted', 'a', 'little', 'more', 'room', 'which', 'an', 'xl', 'gave', 'me', 'it', 'is', 'just', 'what', 'i', 'wanted', 'to', 'update', 'my', 'wardrobe.,4,1,4', 'general', 'tops', 'blouses'] ['12187,895,42', 'lovely', 'sweater', 'bought', 'the', 'camel', 'color', 'and', 'love', 'it', 'nice', 'for', 'cool', 'evenings', 'and', 'mornings', 'spring', 'through', 'fall', 'soft', 'and', 'comfortable', 'delicate', 'yet', 'not', 'too', 'much', 'so', 'that', 'you', 'would', "n't", 'wear', 'often.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['12188,186,39', 'perfect', 'with', 'jeans', 'great', 'with', 'leggings.perfect', 'with', 'cold', 'weather', 'hard', 'to', 'find', 'if', 'you', 'have', 'large', 'calves', '.retailer', 'is', 'only', 'place', 'i', 'could', 'find', 'leg', 'warmers', 'to', 'fit', 'they', 'are', 'nice', 'and', 'thick', 'and', 'warm', 'and', 'true', 'to', 'color.,5,1,0', 'initmates', 'intimate', 'legwear'] ['12189,1083,39', 'pretty', 'and', 'flattering', 'dress', 'i', 'really', 'love', 'this', 'dress', 'it', "'s", 'very', 'flattering', 'and', 'comfortable', 'and', 'all', 'the', 'buttons', 'keep', 'the', 'wrap', 'in', 'check', 'i', "'ve", 'gotten', 'lots', 'of', 'compliments', 'on', 'it', 'also', 'it', "'s", 'got', 'pockets', ',5,1,1', 'general', 'dresses', 'dresses'] ['12190,869,22', 'love', 'it', 'love', 'the', 'shirt', 'fits', 'great', 'and', 'is', 'so', 'cute', 'a', 'must', 'have', 'for', 'fall', ',5,1,1', 'general', 'tops', 'knits'] ['12191,1068,43', 'amazing', 'pants', 'you', 'wo', "n't", 'be', 'sorry', 'you', 'got', 'i', 'ordered', '3', 'different', 'styles', 'of', 'jogger', 'pants', 'and', 'these', 'were', 'definitely', 'the', 'ones', 'to', 'keep', 'true', 'to', 'size', 'and', 'instantly', 'comfortable', 'due', 'to', 'the', 'soft', 'material', 'they', 'are', 'made', 'from', 'the', 'taupe', 'color', 'i', 'got', 'will', 'go', 'with', 'a', 'lot', 'too', 'these', 'are', 'great', 'pants', 'that', 'you', 'wo', "n't", 'be', 'sorry', 'you', 'bought', ',5,1,0', 'general', 'bottoms', 'pants'] ['12192,895,40', 'beautiful', 'sweater', 'perfect', 'length', 'surprisingly', 'warm', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['12193,895,35', 'great', 'gift', 'i', 'ordered', 'two', 'of', 'these', 'in', 'orange', 'as', 'holiday', 'gifts', 'this', 'year', 'both', 'were', 'loved', 'great', 'style', 'and', 'quality', 'will', 'hopefully', 'make', 'this', 'a', 'go-to', 'sweater', 'for', 'both', 'recipients.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['12194,869,66', 'good', 'and', 'bad', 'i', 'would', 'have', 'loved', 'this', 'tee', 'but', 'the', 'color', 'did', "n't", 'love', 'me', 'it', "'s", 'sort', 'of', 'a', 'mustard', 'orange', 'the', 'embroidery', 'is', 'beautifully', 'done', 'but', 'i', 'felt', 'the', 'size', 'of', 'the', 'yarn', 'tassels', 'were', 'too', 'big', 'and', 'looked', 'a', 'bit', 'odd', 'but', 'i', 'have', 'a', 'large', 'bust', 'so', 'do', "n't", 'like', 'to', 'draw', 'attention', 'there', 'it', "'s", 'a', 'sweatshirt', 'and', 'not', 'a', 'tee', 'shirt', 'but', 'it', 'flows', 'and', 'does', "n't", 'grab', 'anywhere', 'it', 'looked', 'so', 'nice', 'under', 'a', 'jean', 'jacket', 'if', 'it', 'were', "n't", 'for', 'the', 'color', 'and', 'tassels', 'it', 'would', 'be', 'a', 'keeper', 'for', 'me', ',4,1,3', 'general', 'tops', 'knits'] ['12195,1083,32', 'beautiful', 'dress', 'believe', 'the', 'reviews', 'this', 'dress', 'is', 'very', 'flattering', 'great', 'quality', 'and', 'an', 'excellent', 'print', 'i', 'got', 'the', 'polka', 'dot', 'i', 'was', 'concerned', 'about', 'the', 'wrap', 'front', 'since', 'i', 'am', 'busty', '32dd', 'but', 'this', 'looks', 'great', 'is', 'appropriate', 'for', 'work', 'love', ',5,1,1', 'general', 'dresses', 'dresses'] ['12196,869,79', 'love', 'but', 'second', 'time', "'s", 'a', 'charm', 'on', 'sizing', 'i', 'love', 'the', 'mustard', 'color', 'and', 'fun', 'boho', 'details', 'of', 'this', 'shirt', 'however', 'the', 'sizing', 'was', 'a', 'little', 'weird', 'i', 'ordered', 'the', 'small', 'petite', 'first', 'and', 'it', 'was', 'just', 'too', 'short', 'which', 'is', 'rarely', 'a', 'problem', 'i', 'have', 'so', 'i', 'ordered', 'it', 'in', 'the', 'regular', 'small', 'it', "'s", 'perfect', 'in', 'length', 'but', 'a', 'little', 'loose', 'on', 'top', 'which', 'i', "'m", 'fine', 'with', 'overall', 'very', 'happy', 'with', 'this', 'purchase', 'and', 'have', 'received', 'many', 'compliments', 'on', 'it', ',5,1,1', 'general', 'tops', 'knits'] ['12197,895,27', 'warm', 'cardigan', 'nice', 'warm', 'long', 'cardigan', 'that', 'can', 'work', 'for', 'many', 'seasons', 'works', 'well', 'over', 'a', 'dress.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['12198,966,41', 'great', 'quality', 'structured', 'vest', 'this', 'vest', 'looks', 'exactly', 'as', 'in', 'pictures', 'which', 'is', 'a', 'good', 'thing', 'for', 'online', 'exclusives', 'i', 'love', 'the', 'fact', 'that', 'it', "'s", 'lined', 'and', 'the', 'texture', 'and', 'color', 'of', 'the', 'fabric', 'is', 'very', 'nice', 'has', 'a', 'good', 'solid', 'quality', 'feel', 'to', 'it', 'it', 'does', 'not', 'have', 'any', 'buttons', 'or', 'belt', 'that', 'comes', 'with', 'it', 'but', 'looks', 'perfectly', 'fine', 'just', 'left', 'opened', 'i', 'wore', 'it', 'with', 'belt', 'as', 'well', 'and', 'it', 'add', 'to', 'the', 'structured', 'styling', 'of', 'the', 'vest', 'more', 'on', 'the', 'conservative', 'side', 'of', 'retailer', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['12199,828,50', 'i', 'have', 'been', 'searching', 'for', 'the', 'perfect', 'white', 'shirt', 'this', 'is', 'it', 'i', 'love', 'how', 'the', 'collar', 'lays', 'and', 'the', 'longer', 'length', 'and', 'frayed', 'hem', 'are', 'perfection', 'the', 'fabric', 'is', 'super', 'soft', 'too', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', ',5,1,2', 'general', 'tops', 'blouses'] ['12200,895,46', 'long', 'cardigan', 'great', 'sweater', 'for', 'casual', 'days', 'just', 'the', 'right', 'length', 'and', 'fabric', 'weight', 'very', 'versatile', 'fit', 'is', 'true', 'to', 'size', 'not', 'oversized.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['12201,828,38', 'time', 'will', 'tell', 'this', 'is', 'a', 'cute', 'top', 'although', 'it', 'runs', 'fairly', 'large', 'i', 'have', 'washed', 'it', 'once', 'and', 'the', 'fray', 'did', 'ok', 'however', 'i', "'m", 'a', 'bit', 'concerned', 'about', 'how', 'the', 'shirt', 'will', 'wash', 'over', 'time', 'with', 'the', 'frayed', 'edges', ',4,1,1', 'general', 'tops', 'blouses'] ['12202,869,32', ',,5,1,0', 'general', 'tops', 'knits'] ['12203,869,33', 'unique', 'and', 'flattering', 'love', 'love', 'love', 'this', 'top', 'it', "'s", 'got', 'a', 'little', 'bit', 'of', 'a', 'native', 'american', 'vibe', 'without', 'being', 'over-the-top', 'i', 'tend', 'to', 'wear', 'a', 'small', 'in', 'retailer', 'but', 'the', 'medium', 'was', 'the', 'way', 'to', 'go', 'for', 'me', 'it', "'s", 'not', 'long', 'and', 'the', 'style', 'errs', 'on', 'the', 'not-tight', 'side', 'if', 'you', 'can', 'go', 'between', 'two', 'sizes', 'do', "n't", 'get', 'the', 'smaller', 'one', 'and', 'i', 'love', 'the', 'shade', 'of', 'yellow', ',5,1,3', 'general', 'tops', 'knits'] ['12204,1083,40', 'a', 'perfect', 'wrap', 'dress.', 'a', 'great', 'wrap', 'dress', 'with', 'many', 'buttons', 'the', 'dress', 'stays', 'on', 'better', 'than', 'any', 'other', 'wrap', 'dress', 'i', 'ever', 'owned', ',5,1,0', 'general', 'dresses', 'dresses'] ['12205,828,35', 'beach', 'business', 'great', 'for', 'the', 'beachy', 'business', 'look', 'classy', 'but', 'immensely', 'comfortable', 'i', 'feel', 'like', 'i', 'look', 'sharp', 'without', 'having', 'to', 'sit', 'poker-straight', ',5,1,4', 'general', 'tops', 'blouses'] ['12206,869,52', 'unique', 'quality', 'fabric', 'this', 'top', 'is', 'as', 'pictured', 'i', "'m", '5', 'feet', '120', 'pounds', 'the', 'small', 'petite', 'was', 'a', 'great', 'fit', 'the', 'material', 'is', 'cozy', 'soft', 'and', 'somewhat', 'thick', 'dress', 'it', 'casual', 'with', 'jeans', 'or', 'elevate', 'it', 'with', 'slacks', ',5,1,4', 'general', 'tops', 'knits'] ['12207,1083,33', 'lovely', 'take', 'on', 'the', 'classic', 'shirt', 'dress', 'received', 'this', 'dress', 'for', 'christmas', 'and', 'fell', 'in', 'love', 'the', 'detail', 'and', 'fit', 'is', 'perfection', 'the', 'buttons', 'go', 'all', 'the', 'way', 'to', 'the', 'bottom', 'of', 'the', 'skirt', 'so', 'no', 'concern', 'for', 'pesky', 'flyaway', 'exposure', 'should', 'the', 'wind', 'blow', 'the', 'detail', 'on', 'the', 'arms', 'w', 'the', 'buttons', 'is', 'also', 'cute', 'and', 'i', 'personally', 'loved', 'the', 'longer', 'sleeve', 'that', 'almost', 'comes', 'to', 'my', 'elbow', 'it', "'s", 'very', 'flattering', 'overall', 'a', 'great', 'little', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['12208,1091,38', 'perfect', 'winter', 'dress', 'i', 'came', 'into', 'the', 'store', 'to', 'try', 'another', 'dress', 'on', 'and', 'was', 'given', 'this', 'dress', 'to', 'try', 'it', 'is', 'perfect', 'i', 'paired', 'it', 'with', 'black', 'tights', 'and', 'tall', 'boots', 'for', 'a', 'family', 'photo', 'i', 'got', 'it', 'in', 'the', 'wine', 'color', 'highly', 'recommend', 'and', 'very', 'fun', 'for', 'winter', 'it', 'does', 'run', 'really', 'large', 'i', 'usually', 'wear', 'a', 'small', 'but', 'got', 'an', 'extra', 'small.,5,1,12', 'general', 'dresses', 'dresses'] ['12209,1110,36', 'retro', 'with', 'a', 'modern', 'twist', 'it', 'is', 'such', 'a', 'cute', 'dress', 'the', 'mulit-colored', 'aspect', 'allows', 'me', 'to', 'wear', 'many', 'different', 'color', 'shoes', 'with', 'it', 'the', 'dress', 'can', 'be', 'formal', 'or', 'informal', 'and', 'it', 'works', 'for', 'a', 'myriad', 'of', 'occasions', 'please', 'purchase', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['12210,927,60', 'lovely', 'sweater', 'this', 'is', 'a', 'lovely', 'sweater', 'the', 'moss', 'color', 'however', 'is', 'really', 'camel', 'which', 'is', 'what', 'the', 'photo', 'indicates', 'it', 'fits', 'tts', 'is', 'all', 'cashmere', 'and', 'is', 'knit', 'in', 'a', 'brioche', 'stitch', 'that', 'gives', 'it', 'loft', 'and', 'texture', 'that', 'can', 'be', 'seen', 'well', 'in', 'the', 'detail', 'photo', 'i', 'am', 'generally', 'not', 'a', 'fan', 'of', 'raglan', 'sleeves', 'but', 'in', 'this', 'case', 'it', 'works', 'with', 'the', 'overall', 'construction', 'of', 'the', 'sweater', 'one', 'that', 'features', 'interesting', 'decreases', 'lines', 'and', 'angles', 'it', 'is', 'very', 'soft', 'warm', 'and', 'lightweight', 'and', 'can', 'be', 'worn', 'as', 'a', 'casual', 'piece', 'or', 'dressed', ',5,1,3', 'general', 'tops', 'sweaters'] ['12211,1091,28', 'runs', 'very', 'big', 'i', 'was', 'excited', 'to', 'see', 'this', 'dress', 'as', 'i', "'d", 'bought', 'the', 'sparrow', 'boiled', 'wool', 'sheath', 'dress', 'in', 'xs', 'last', 'year', 'and', 'loved', 'the', 'fit', 'however', 'this', 'dress', 'does', 'not', 'fit', 'the', 'same', 'way', 'the', 'top', 'fits', 'fine', 'but', 'the', 'waist', 'and', 'the', 'bottom', 'are', 'way', 'too', 'big', 'i', 'laid', 'it', 'over', 'my', 'sparrow', 'dress', 'from', 'last', 'year', 'and', 'the', 'bottom', 'is', 'at', 'least', 'an', 'inch', 'wider', 'two', 'inches', 'if', 'you', 'go', 'by', 'the', 'total', 'circumference', 'i', "'m", 'planning', 'to', 'exchange', 'for', 'an', 'xxs', 'and', 'see', 'if', 'that', 'one', 'fits', 'better', ',4,1,1', 'general', 'dresses', 'dresses'] ['12212,1091,74', 'comfortable', 'and', 'versatile', 'i', 'purchased', 'this', 'in', 'grey', 'and', 'wine', 'and', 'both', 'are', 'wonderful', 'the', 'boiled', 'wool', 'is', 'light', 'but', 'warm', 'and', 'not', 'itchy', 'fits', 'nicely', 'through', 'the', 'bodice', 'and', 'flares', 'out', 'to', 'create', 'a', 'nice', 'shape', 'the', 'pockets', 'are', 'terrific', 'and', 'lay', 'nice', 'and', 'flat', 'i', "'m", 'short', 'but', 'the', 'petite', 'was', 'well', 'above', 'my', 'knee', 'i', 'could', 'have', 'worn', 'petite', 'small', 'just', 'fine', 'it', 'fit', 'nicely', 'in', 'the', 'bodice', 'the', 'smaller', 'size', 'brought', 'the', 'seaming', 'up', 'a', 'bit', 'higher', 'to', 'form', 'a', 'more', 'empire', 'waist', 'but', 'i', 'chose', 'the', 'petite', 'medium', 'because', 'i', 'wanted', 'it', 'loose', 'through', 'the', 'wais', ',5,1,1', 'general', 'dresses', 'dresses'] ['12213,301,33', 'amazing', 'swimsuit', 'i', 'bought', 'this', 'on', 'a', 'whim', 'i', 'have', 'a', 'difficult', 'time', 'finding', 'a', 'great', 'fitting', 'suit', 'especially', 'online'] [] ['this', 'suit', 'is', 'structured', 'so', 'well', 'the', 'material', 'will', 'seemingly', 'last', 'way', 'longer', 'than', 'most', 'of', 'my', 'other', 'suits', 'that', 'are', 'priced', 'much', 'higher', 'the', 'material', 'i', 'feel', 'holds', 'in', 'my', 'stomach', 'i', 'have', 'a', 'large', 'bust', 'and', 'it', 'is', 'comfortably', 'supported', 'in', 'this'] [] ['the', 'design', 'is', 'so', 'cute', 'and', 'i', 'love', 'the', 'way', 'the', 'way', 'crisscrossed', 'it', 'makes', 'a', 'one', 'piece', 'feel', 'less', 'like', 'a', 'one', 'piece', ',5,1,1', 'initmates', 'intimate', 'swim'] ['12214,1091,36', 'great', 'look', 'this', 'dress', 'in', 'coral', 'is', 'a', 'beautiful', 'color', 'and', 'awesome', 'material', 'only', 'problem', 'is', 'it', 'runs', 'a', 'little', 'big-', 'i', 'am', 'a', 'pretty', 'true', 'to', 'size', 'small', 'and', 'should', "'ve", 'ordered', 'an', 'xs-', 'the', 'hips', 'are', 'a', 'little', 'wide', 'and', 'v', 'in', 'the', 'neck', 'a', 'little', 'low', 'instead', 'of', 'sending', 'back', 'i', 'just', 'wore', 'a', 'camisole', 'and', 'leggings', 'w', 'ankle', 'boots', 'and', 'it', 'looked', 'very', 'cute', 'regardless.,3,1,0', 'general', 'dresses', 'dresses'] ['12215,1091,31', 'not', 'flattering', 'on', 'straight', 'figures', 'unfortunately', 'this', 'dress', 'ran', 'very', 'large', 'on', 'me', 'please', 'no', 'more', 'vanity', 'sizing', 'and', 'minimized', 'what', 'few', 'curves', 'i', 'have', 'my', 'store', 'did', "n't", 'have', 'this', 'in', 'petite', 'so', 'i', 'tried', 'a', 'regular', 'xs', 'the', 'neckline', 'was', 'low', 'and', 'there', 'were', 'at', 'least', '4', 'inches', 'of', 'space', 'at', 'the', 'waist', 'it', 'also', 'flares', 'out', 'quite', 'a', 'bit', 'you', 'can', 'see', 'this', 'in', 'the', 'catalog', 'shot', 'while', 'this', 'was', "n't", 'flattering', 'on', 'me', 'it', 'may', 'work', 'better', 'on', 'curvier', 'figures', ',3,0,4', 'general', 'dresses', 'dresses'] ['12216,879,36', 'nice', 'this', 'piece', 'is', 'very', 'comfortable', 'and', 'feels', 'well', 'made', 'it', 'is', 'not', 'slimming.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['12217,1091,35', 'i', 'love', 'this', 'dress', 'i', 'have', 'had', 'a', 'lot', 'of', 'complements', 'while', 'wearing', 'this', 'dress', 'i', 'purchased', 'it', 'in', 'the', 'grey', 'other', 'reviews', 'felt', 'that', 'this', 'dress', 'ran', 'large', 'i', 'agree', 'that', 'it', 'might', 'be', 'a', 'little', 'larger', 'than', 'other', 'retailer', 'purchases', 'i', 'have', 'made', 'but', 'not', 'by', 'much', 'i', 'purchased', 'it', 'in', 'small', 'usually', 'what', 'i', 'wear', 'in', 'dresses', 'i', "'m", 'very', 'tall', 'at', '5', '9', 'mostly', 'legs', 'and', 'the', 'length', 'is', 'great', 'also', 'the', 'neck', 'line', 'is', 'perfect', 'on', 'me', 'and', 'i', 'have', 'a', 'fairly', 'average', 'torso', 'length', 'i', 'am', 'very', 'happy', 'with', 'the', 'purchase', ',5,1,0', 'general', 'dresses', 'dresses'] ['12218,1091,47', 'warm', 'dress', 'with', 'a', 'few', 'issues', 'first', 'i', 'love', 'wool', 'if', 'it', "'s", '100', 'wool', 'i', 'love', 'it', 'if', 'wool', 'is', "n't", 'your', 'thing', 'then', 'this', 'dress', 'is', "n't", 'for', 'you', 'i', 'ordered', 'this', 'dress', 'online', 'in', 'the', 'burgundy', 'it', 'is', 'not', 'itchy', 'it', 'falls', 'above', 'my', 'knees', 'and', 'i', 'am', '5', '3', 'it', 'is', 'warm', 'and', 'cozy', 'with', 'pockets', 'which', 'i', 'love', 'with', 'the', 'sleeves', 'being', 'short', 'i', 'am', 'wearing', 'a', 'long', 'frilly', 'cardigan', 'over', 'it', 'i', 'ordered', 'the', 'small', 'did', 'not', 'notice', 'a', 'size', 'chart', 'with', 'this', 'product', 'i', 'am', 'usually', 'a', 'size', '4', 'or', '6.', 'it', 'fits', 'great', 'in', 'the', 'bodice', 'but', 'runs', 'large', 'through', 'the', 'hips', 'however', ',3,1,9', 'general', 'dresses', 'dresses'] ['12219,927,41', 'soft', 'and', 'cozy', 'this', 'is', 'a', 'deliciously', 'soft', 'and', 'cozy', 'cashmere', 'sweater', 'the', 'cashmere', 'is', 'thick', 'and', 'knitted', 'with', 'a', 'ribbed', 'brioche', 'stitch', 'the', 'sweater', 'is', 'true', 'to', 'size', 'though', 'a', 'bit', 'boxy', 'so', 'i', 'did', 'size', 'down', 'for', 'a', 'slightly', 'more', 'fitted', 'and', 'flattering', 'look', 'the', 'sweater', 'is', 'a', 'little', 'on', 'the', 'short', 'side', 'but', 'i', "'m", 'petite', 'so', 'i', 'thought', 'the', 'regular', 'xxs', 'was', 'perfect', 'the', 'stitch', 'details', 'are', 'lovely', 'and', 'it', 'it', 'so', 'soft', 'i', 'want', 'to', 'wear', 'it', 'every', 'day', 'it', 'did', 'start', 'to', 'pill', 'after', 'one', 'wear', 'but', 'this', 'is', 'the', 'nature', 'of', 'cashmere', 'i', "'m", 'very', 'pleased', ',5,1,2', 'general', 'tops', 'sweaters'] ['12220,927,59', 'not', 'worth', 'the', 'money', 'i', 'did', 'not', 'like', 'this', 'cashmere', 'sweater', 'at', 'all', 'i', 'ordered', 'the', 'pink', 'which', 'was', 'more', 'of', 'a', 'peach', 'color', 'although', 'the', 'color', 'was', 'very', 'pretty', 'the', 'material', 'was', 'very', 'thin', 'and', 'cheap', 'looking', 'it', 'was', 'also', 'very', 'short', 'not', 'worth', 'the', 'money', 'even', 'at', '40', 'off.,1,0,4', 'general', 'tops', 'sweaters'] ['12221,1091,40', 'wished', 'it', 'fit', 'loved', 'that', 'this', 'was', 'an', '100', 'boiled', 'wool', 'dress', 'but', 'unfortunately', 'runs', 'very', 'large', 'i', 'tried', 'the', 'small', 'and', 'extra', 'small', 'both', 'were', 'really', 'large', 'in', 'the', 'hips', 'i', 'will', 'maybe', 'try', 'the', 'xxs', 'was', 'hoping', 'to', 'make', 'this', 'is', 'winter', 'staple.,3,1,0', 'general', 'dresses', 'dresses'] ['12222,927,42', 'unflattering', 'cut', 'love', 'the', 'warm', 'fuzzies', 'of', 'this', 'sweater', 'did', 'not', 'love', 'the', 'unflattering', 'cut', 'the', 'sweater', 'hung', 'lifelessly', 'from', 'my', 'bust', 'line', 'down', 'plus', 'it', 'was', 'a', 'little', 'short', 'in', 'the', 'front', 'i', 'have', 'to', 'send', 'it', 'back', ',3,0,3', 'general', 'tops', 'sweaters'] ['12223,301,35', 'good', 'not', 'great', 'i', 'had', 'ordered', 'another', 'retailer', 'suit', 'awhile', 'back', 'in', 'an', 'xl', 'because', 'my', 'usual', 'lg', 'was', 'not', 'available', 'and', 'lets', 'say', 'i', 'was', 'swimming', 'in', 'the', 'xl', 'much', 'to', 'big', 'so', 'when', 'this', 'suit', 'came', 'up', 'for', 'sale', 'i', 'snatched', 'it', 'up', 'in', 'lg', 'when', 'i', 'compare', 'the', 'two', 'the', 'lg', 'is', 'over', '4inches', 'smaller', 'than', 'the', 'xl', 'seems', 'like', 'quite', 'a', 'big', 'jump', 'in', 'the', 'sizing', 'the', 'suit', 'fits', 'in', 'the', 'body', 'quite', 'well', 'however', 'it', "'s", 'a', 'bit', 'snug', 'in', 'the', 'side', 'bust', 'area', 'strangely', 'the', 'suit', 'has', 'boning', 'on', 'the', 'side', 'of', 'the', 'bust', 'and', 'also', 'the', 'silicone', 'grip', 'on', 'the', 'top', 'edge', ',3,0,2', 'initmates', 'intimate', 'swim'] ['12224,879,43', 'nice', 'style', 'detail', 'i', 'love', 'this', 'shirt', 'it', "'s", 'super', 'comfy', 'and', 'i', 'love', 'the', 'design', 'and', 'detail', 'it', 'does', 'run', 'large', 'so', 'order', 'a', 'size', 'down', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['12225,1110,29', 'flowing', 'summer', 'dress', 'this', 'dress', 'is', 'really', 'beautiful', 'i', 'have', 'already', 'worn', 'it', 'to', 'both', 'an', 'engagement', 'party', 'fancy', 'and', 'just', 'out', 'to', 'dinner', 'casual', 'it', 'fits', 'most', 'occasions', 'depending', 'on', 'what', 'you', 'pair', 'it', 'with', 'which', 'always', 'makes', 'me', 'feel', 'like', 'i', 'have', 'gotten', 'my', 'full', 'money', "'s", 'worth', 'i', "'ve", 'gotten', 'several', 'compliments', 'on', 'it', 'the', 'best', 'one', 'being', 'that', 'it', 'looks', 'as', 'though', 'i', 'was', 'wearing', 'a', 'piece', 'of', 'art', 'the', 'outside', 'material', 'of', 'the', 'dress', 'is', 'silky', 'in', 'texture', 'and', 'has', 'a', 'nice', 'sheen', 'to', 'it', 'it', 'looks', 'true', 'to', 'the', 'picture', 'on', 'the', 'website', 'the', 'dres', ',5,1,12', 'general', 'dresses', 'dresses'] ['12226,1091,31', 'undecided', 'the', 'dress', 'is', 'great', 'for', 'pear', 'shapes', 'however', 'i', 'do', 'feel', 'it', 'runs', 'larger', 'than', 'typical', 'retailer', 'sizing', 'ordered', 'a', 'small', '5', '8', '140', 'and', 'i', 'still', 'think', 'it', 'may', 'be', 'a', 'bit', 'big', 'the', 'material', 'is', 'very', 'comfortable', 'not', 'too', 'thick', 'or', 'thin', 'however', 'i', 'feel', 'the', 'shaping', 'on', 'the', 'bottom', 'is', 'a', 'little', 'bulky', 'due', 'to', 'the', 'fabric', 'see', 'the', 'attached', 'photo', ',3,0,25', 'general', 'dresses', 'dresses'] ['12227,1091,41', 'beautiful', 'sweater', 'dress', 'i', 'love', 'this', 'dress', 'so', 'much', 'that', 'i', 'purchased', 'it', 'in', 'both', 'grey', 'and', 'wine', 'i', 'find', 'the', 'cut', 'very', 'flattering', 'and', 'slimming', 'and', 'love', 'the', 'pockets', 'it', 'works', 'great', 'for', 'northern', 'california', 'winters', 'with', 'tights', 'boots', 'boiled', 'wool', 'sweatercoat', 'over', 'it', 'while', 'outdoors', 'and', 'on', 'its', 'own', 'indoors', 'i', 'wish', 'there', 'was', 'a', 'long-sleeved', 'version', 'i', 'feel', 'exceptionally', 'cute', 'and', 'cozy', 'while', 'wearing', 'it', 'good', 'job', 'sparrow', 'btw', 'i', 'bought', 'the', 'other', 'currently', 'offered', 'sparrow', 'wool', 'dress', 'the', 'mock-neck', 'dress', 'and', 'this', 'one', 'is', 'just', 'an', 'inc', ',5,1,0', 'general', 'dresses', 'dresses'] ['12228,301,44', 'love', 'this', 'but', 'wish', 'a', 'few', 'things', 'were', 'different', 'overall', 'this', 'swimsuit', 'is', 'what', 'i', 'needed', 'and', 'have', 'been', 'looking', 'for', 'i', 'normally', 'wear', 'bikinis', 'but', 'i', 'needed', 'a', 'one', 'piece', 'and', 'i', 'wanted', 'something', 'unique', 'and', 'different', 'i', 'ordered', 'the', 'chevron', 'print', 'and', 'i', 'do', 'love', 'the', 'colors', 'and', 'retro', 'look', 'of', 'the', 'swimsuit', 'if', 'i', 'could', 'change', 'a', 'couple', 'of', 'things', 'i', 'would', 'have', 'the', 'legs', 'and', 'booty', 'slightly', 'more', 'high', 'cut', 'but', 'not', 'much', 'and', 'i', 'might', 'have', 'wanted', 'the', 'option', 'to', 'take', 'off', 'some', 'if', 'not', 'all', 'of', 'the', 'straps', 'other', 'than', 'that', 'i', 'do', 'love', 'it', 'and', 'i', 'doubt', 'that', 'anyone', 'else', ',5,1,2', 'initmates', 'intimate', 'swim'] ['12229,903,60', 'runs', 'really', 'large', 'i', 'really', 'liked', 'the', 'design', 'ordered', 'a', 'medium', 'which', 'was', 'huge', 'also', 'thought', 'i', 'would', 'not', 'be', 'able', 'to', 'tolerate', 'it', 'because', 'of', 'the', 'material', 'a', 'bit', 'itchy', 'returned', 'it.,1,0,0', 'general', 'tops', 'fine', 'gauge'] ['12230,903,74', 'lovely', 'sweater', 'runs', 'large', 'love', 'this', 'sweater', 'but', 'it', "'s", 'too', 'large', 'will', 'exchange', 'for', 'smaller', 'size', 'because', 'i', 'really', 'want', 'it.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['12231,1074,61', 'perfection', 'such', 'a', 'unique', 'mix', 'of', 'prints', 'but', 'it', 'totally', 'works', 'much', 'better', 'and', 'more', 'vibrant', 'in', 'person', 'true', 'to', 'size', 'fits', 'more', 'like', 'a', 'maxi', 'on', 'me', 'since', 'i', "'m", '5', '1', ',5,1,0', 'general', 'dresses', 'dresses'] ['12232,927,59', 'another', 'fabulous', 'cashmere', 'sweater', 'the', 'sweater', 'is', 'very', 'soft', 'it', 'has', 'an', 'interesting', 'pattern', 'i', 'purchased', 'the', 'neutral', 'color', 'in', 'size', 'xs', 'which', 'runs', 'tts', 'it', "'s", 'definitely', 'a', 'cozy', 'sweater', 'to', 'wear', 'this', 'winter.,5,1,8', 'general', 'tops', 'sweaters'] ['12233,879,36', ',this', 'top', 'is', 'super', 'cute', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'lace', 'detail', 'is', 'very', 'feminine', 'im', 'a', '36c', 'and', 'got', 'the', 'size', 'small', 'it', 'fits', 'great.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12234,1091,50', 'great', 'color', 'runs', 'big', 'i', 'agree', 'with', 'some', 'of', 'the', 'other', 'reviewers', 'this', 'dress', 'runs', 'very', 'large', 'when', 'i', 'tried', 'on', 'the', 'xs', 'in', 'my', 'local', 'store', 'i', 'loved', 'the', 'color', 'and', 'thought', 'i', 'could', 'work', 'with', 'it', 'with', 'the', 'right', 'bra', 'or', 'camisole', 'but', 'it', 'was', 'just', 'cut', 'far', 'too', 'low', 'in', 'the', 'front', 'and', 'when', 'i', 'tried', 'it', 'on', 'at', 'home', 'it', 'was', 'just', 'too', 'roomy', 'and', 'not', 'fitted', 'enough', 'i', 'ordered', 'both', 'an', 'xsp', 'and', 'an', 'xxs', 'today', 'so', 'we', 'will', 'see', 'if', 'they', 'fit', 'better', 'it', 'is', 'an', 'adoreable', 'design', 'cut', 'and', 'color', 'it', 'just', 'runs', 'way', 'big', 'so', 'size', 'down', 'if', 'you', 'decide', 'to', 'get', 'it', ',3,1,0', 'general', 'dresses', 'dresses'] ['12235,1091,28', 'beautiful', 'color', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'bought', 'the', 'cranberry', 'color', 'and', 'it', 'really', 'is', 'gorgeous', 'the', 'cut', 'was', 'wrong', 'for', 'my', 'body', 'type', 'it', 'is', 'a', 'bit', 'roomier', 'than', 'expected', 'but', 'i', 'wear', 'a', 'size', '36ddd', 'so', 'the', 'seams', 'on', 'the', 'chest', 'hit', 'at', 'a', 'very', 'awkward', 'spot', 'i', "'m", 'sure', 'it', 'would', 'look', 'great', 'on', 'someone', 'with', 'a', 'smaller', 'chest,3,1,0', 'general', 'dresses', 'dresses'] ['12236,301,42', 'love', 'it', 'this', 'bathing', 'suit', 'is', 'so', 'cute', 'it', 'fits', 'me', 'great', 'i', "'m", "5'10", 'and', 'about', '130', 'and', 'ordered', 'a', 'medium', 'my', 'only', 'complaint', 'is', 'that', 'the', 'outside', 'straps', 'sometimes', 'fall', 'off', 'my', 'shoulders', 'which', 'could', 'be', 'annoying', 'if', 'you', 'are', 'doing', 'anything', 'active', 'but', 'overall', 'a', 'great', 'modest', 'and', 'cute', 'swimsuit', ',5,1,3', 'initmates', 'intimate', 'swim'] ['12237,879,36', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12238,1110,39', 'larkhill', 'swing', 'part', 'deaux', 'les', 'fauves', 'is', 'another', 'version', 'of', 'last', 'years', 'larkhill', 'swing', 'dress', 'but', 'better', 'one', 'the', 'swing', 'has', 'less', 'to', 'swing', 'but', 'in', 'a', 'good', 'way', 'they', 'reduced', 'the', 'voluminous', 'amount', 'of', 'material', 'while', 'retaining', 'the', 'fun', 'swing', 'aspect', 'two', 'the', 'dress', 'is', 'shorter', 'so', 'it', "'s", 'more', 'flattering', 'to', 'the', 'vertically', 'challenged', 'like', 'me', 'what', "'s", 'the', 'same', 'still', 'wonderful', 'silk', 'discreet', 'pockets', 'beautiful', 'abstract', 'floral', 'print', 'and', 'those', 'horrid', 'little', 'buttons', 'that', 'are', 'difficult', 'to', 'fasten', 'on', 'the', 'back', 'of', 'a', 'tight', 'neckband', 'collar', 'i', 'h', ',5,1,1', 'general', 'dresses', 'dresses'] ['12239,1074,39', 'slayed', 'the', 'moment', 'i', 'laid', 'eyes', 'on', 'this', 'beauty', 'i', 'was', 'mesmerized', 'there', "'s", 'so', 'much', 'going', 'on', 'with', 'the', 'print', 'but', 'it', 'all', 'works', 'it', "'s", 'so', 'fun', 'and', 'flattering', 'and', 'versatile', 'since', 'the', 'variety', 'of', 'colors', 'go', 'with', 'just', 'about', 'every', 'thing', 'i', 'own', 'in', 'my', 'closet', 'it', 'can', 'be', 'fancied', 'up', 'or', 'casualed', 'down', 'depending', 'on', 'your', 'shoes', 'and', 'accessories', 'like', 'the', 'first', 'reviewer', 'recommended', 'size', 'down', 'i', 'bought', 'an', '8', 'instead', 'of', '10', 'and', 'my', 'bust', 'is', '36dd', 'with', 'a', 'wide', 'rib', 'cage', 'i', 'really', 'wish', 'this', 'was', 'a', 'midi', 'on', 'me', 'but', 'alas', 'no', 'petite', 'sizes', 'w', ',5,1,1', 'general', 'dresses', 'dresses'] ['12240,964,46', 'collared', 'cadet', 'coat', 'the', 'collar', 'from', 'a', 'distance', 'looks', 'like', 'it', 'has', 'seen', 'better', 'days', 'very', 'scruffy', 'but', 'it', 'is', 'so', 'silky', 'soft', 'and', 'the', 'slight', 'sheen', 'to', 'the', 'jacket', 'is', 'a', 'nice', 'twist', 'to', 'an', 'ordinary', 'army', 'type', 'the', 'fabric', 'is', 'definitely', 'thinner', 'than', 'i', 'expected', 'but', 'it', '39', 's', 'also', 'softer', 'and', 'better', 'for', 'layering', ',4,1,0', 'general', 'jackets', 'jackets'] ['12241,964,44', 'shirt', 'and', 'or', 'jacket', 'with', 'a', 'flair', 'i', 'dig', 'this', 'jacket', 'very', 'much', 'because', 'i', 'can', 'wear', 'it', 'like', 'a', 'thick', 'shirt', 'or', 'as', 'a', 'jacket', 'and', 'the', 'removable', 'collar', 'gives', 'even', 'more', 'versatility', 'i', 'am', 'short', 'so', 'i', 'opted', 'for', 'regular', 'xs', 'i', "'m", '5ft2in', '34b', '26', 'waist', '36', 'hips', 'the', 'bit', 'of', 'spandex', 'stretch', 'helps', 'me', 'achieve', 'the', 'fitted', 'look', 'without', 'looking', 'too', 'tight', 'i', 'love', 'military', 'green', 'color', 'it', "'s", 'a', 'happier', 'neutral', 'than', 'black', 'or', 'brown', 'without', 'saying', 'it', 'goes', 'with', 'everything', 'and', 'flatters', 'all', 'body', 'types', ',5,1,0', 'general', 'jackets', 'jackets'] ['12242,1110,55', 'disappointed', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'ordered', 'it', 'when', 'there', 'was', 'a', '20', 'percent', 'off', 'special', 'and', 'could', "n't", 'wait', 'to', 'get', 'it', 'the', 'colors', 'are', 'as', 'depicted', 'and', 'the', 'dress', 'fit', 'true', 'to', 'size', 'i', 'also', 'liked', 'that', 'it', 'was', "n't", 'too', 'short', 'what', 'i', 'didnt', 'like', 'was', 'that', 'the', 'dress', 'is', 'lined', 'in', 'white', 'which', 'you', 'can', 'plainly', 'see', 'in', 'the', 'picture', 'but', 'i', 'didnt', 'notice', 'before', 'ordering', 'i', 'just', 'think', 'it', 'would', 'have', 'been', 'much', 'prettier', 'lined', 'in', 'black', 'im', 'disappointed', 'and', 'the', 'dress', 'is', 'going', 'back', ',3,0,0', 'general', 'dresses', 'dresses'] ['12243,1078,37', 'even', 'better', 'in', 'person', 'i', "'m", '5', '120', 'and', 'the', '4p', 'fit', 'like', 'a', 'glove', 'i', 'have', 'a', 'bigger', 'chest', 'and', 'there', 'is', 'no', 'pulling', 'on', 'the', 'buttons', 'the', 'colors', 'and', 'fit', 'on', 'the', 'dress', 'are', 'perfect', 'i', 'had', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12244,1110,34', 'beautiful', 'print', 'i', 'loved', 'this', 'dress', 'before', 'putting', 'it', 'on', 'but', 'it', 'was', 'just', 'not', 'the', 'right', 'cut', 'or', 'style', 'for', 'my', 'body', 'type', 'it', 'is', 'very', 'roomy', 'and', 'full', 'and', 'looked', 'like', 'a', 'maternity', 'dress', 'which', 'was', 'not', 'a', 'look', 'i', 'was', 'going', 'for', 'sadly', 'this', 'will', 'be', 'going', 'back', 'i', 'loved', 'the', 'print', 'and', 'the', 'feel', 'of', 'the', 'material', 'just', 'not', 'a', 'flattering', 'cut', 'for', 'me', ',2,0,0', 'general', 'dresses', 'dresses'] ['12245,1110,48', 'beautiful', 'print', 'found', 'this', 'dress', 'at', 'my', 'local', 'retailer', 'it', 'was', 'one', 'of', 'those', 'dresses', 'that', 'just', 'catches', 'your', 'eye', 'very', 'very', 'beautiful', 'print', 'the', 'dress', 'is', 'loose', 'and', 'flowy', 'and', 'feels', 'so', 'comfortable', 'on', 'i', 'purchased', 'it', 'without', 'a', 'second', 'thought', 'i', 'am', '5', '1', 'and', 'usually', 'wear', 'a', '0', 'or', '2', 'and', 'the', '2', 'was', 'a', 'better', 'fit', 'for', 'me', 'so', 'breezy', 'and', 'cool', 'for', 'summer', ',5,1,2', 'general', 'dresses', 'dresses'] ['12246,1078,47', 'this', 'dress', 'does', 'run', 'large', 'but', 'i', "'m", 'wearing', 'it', 'loose', 'and', 'flowy', 'bought', 'it', 'for', 'desert', 'trip', 'music', 'festival', 'with', 'booties', 'and', 'a', 'hat', 'or', 'headband', 'very', 'hippie', 'chic', 'my', 'husband', 'thinks', 'it', "'s", 'adorable', 'the', 'prints', 'are', 'darling', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12247,110,64', 'cute', 'with', 'reservations', 'first', 'one', 'i', 'received', 'was', 'ripping', 'apart', 'already', 'in', 'the', 'sleeve', 'opening', 'at', 'wrist', 'warning', 'very', 'tight', 'sleeves', 'plus', '2', 'of', 'the', 'green', 'shiny', 'band', 'detail', 'was', 'missed', 'altogether', 'by', 'whomever', 'sewed', 'this', 'particular', 'one-', 'just', 'left', 'unstitched', 'and', 'long', 'threads', 'were', 'hanging', 'in', 'several', 'places', 'this', 'is', 'by', 'no', 'means', 'a', 'quality', 'piece', 'and', 'is', 'severely', 'overpriced', 'on', 'the', 'positive', 'side', 'it', 'is', 'very', 'cute', 'and', 'i', "'m", 'keeping', 'the', 'replacement', 'one', 'but', 'know', 'that', 'it', 'is', 'also', 'delicate', 'after', 'one', 'use', 'there', 'is', 'a', 'snag', 'on', 'the', 'inside', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['12248,1078,49', 'love', 'this', 'dress', 'so', 'cute', 'so', 'comfortable', 'so', 'pretty', 'so', 'i', 'guess', 'i', 'love', 'everything', 'about', 'it', 'it', 'is', 'not', 'too', 'short', 'on', 'me', 'and', 'i', 'think', 'you', 'can', 'wear', 'it', 'in', 'many', 'ways', 'thought', 'of', 'adding', 'a', 'vest', 'thought', 'of', 'boots', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'agree', 'the', 'material', 'is', 'substantial', 'so', 'it', 'is', "n't", 'flimsy', 'for', 'fall', 'or', 'winter', 'happy', 'with', 'this', 'purchase', 'runs', 'true', 'to', 'size', 'i', 'went', 'with', 'the', 'op', 'i', 'sometimes', 'chose', 'regular', 'length', 'but', 'this', 'one', 'is', 'just', 'right', 'in', 'the', 'petite', 'i', 'have', 'long', 'arms', 'but', 'these', 'sleeves', 'are', 'just', 'right', 'i', 'am', '5', 'ft.', 'tall', 'b', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12249,1059,71', 'this', 'jumpsuit', 'is', 'cuter', 'than', 'it', 'looks', 'online', 'my', 'store', 'displayed', 'it', 'with', 'a', 'brown', 'belt', 'which', 'dresses', 'it', 'up', 'it', 'is', 'perfect', 'for', 'our', 'hot', 'summers', 'with', 'brown', 'or', 'silver', 'sandals', 'i', 'will', 'wear', 'it', 'with', 'a', 'short', 'sleeve', 'white', 'cotton', 'tee', 'i', "'m", '5', '7', 'and', 'bought', 'the', 'extra', 'small', 'pricey', 'but', 'worth', 'it', 'so', 'stylish', 'so', 'retailer', ',4,1,4', 'general', 'bottoms', 'pants'] ['12250,112,89', 'love', 'it', 'great', 'piece', 'using', 'as', 'a', 'night', 'gown', 'slept', 'in', 'it', 'last', 'night', 'like', 'a', 'dream.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['12251,1078,39', 'pretty', 'and', 'sturdy', 'i', 'like', 'the', 'make', 'of', 'this', 'dress', 'the', 'fabric', 'is', 'thick', 'and', 'light', 'at', 'the', 'same', 'time'] ['the', 'cut', 'is', 'loose', 'and', 'flattering', 'the', 'different', 'patterns', 'are', 'also', 'very', 'fun', 'colors', 'are', 'gorgeous', 'nice', 'details', 'the', 'buttons', 'are', 'sturdy'] ['i', 'tried', 'on', 'both', '0p', 'and', '00p', 'not', 'much', 'difference', 'in', 'the', '2', 'i', 'would', 'go', 'petite', 'if', 'you', 'are', 'on', 'the', 'short', 'side', 'the', '00p', 'was', 'just', 'a', 'bit', 'snugger', 'near', 'the', '=chest', 'but', 'did', "n't", 'gape', 'the', 'waist', 'is', 'definitely', 'meant', 'to', 'be', 'looser', 'so', 'do', "n't", 'expect', 'a', 'fitted', 'dress', 'length', 'was', 'slightly', 'above', 'the', 'knee', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12252,1110,53', 'love', 'the', 'dress', 'very', 'quick', 'delivery', 'ordered', 'sunday', 'and', 'in', 'my', 'mailbox', 'tuesday', 'before', 'noon', 'nice', 'fit', 'length', 'is', 'perfect', 'i', "'m", '5', '3', 'and', 'the', 'regular', 'size', '6', 'hits', 'just', 'above', 'the', 'knee', 'one', 'thing', 'is', 'the', 'nice', 'little', 'button', 'in', 'the', 'back', 'fell', 'off', 'just', 'as', 'i', 'was', 'going', 'to', 'try', 'it', 'on', 'found', 'on', 'the', 'floor', 'and', 'i', 'will', 'just', 'sew', 'it', 'back', 'on', 'other', 'than', 'that', 'i', 'love', 'the', 'print', 'and', 'everything', 'about', 'the', 'dress', 'true', 'to', 'size', 'retailer', ',5,1,0', 'general', 'dresses', 'dresses'] ['12253,1110,39', 'i', 'love', 'the', 'unusual', 'print', 'but', 'the', 'cut', 'did', "n't", 'work', 'for', 'me', 'i', "'ve", 'got', 'a', 'round', 'back', 'side', 'and', 'a', 'sway', 'back', 'and', 'the', 'dress', 'made', 'me', 'look', 'twice', 'as', 'big', 'front', 'to', 'back', 'than', 'i', 'actually', 'am', 'because', 'there', "'s", 'no', 'shaping', 'to', 'help', 'it', 'adjust', 'to', 'the', 'curves', 'so', 'sad', ',3,1,2', 'general', 'dresses', 'dresses'] ['12254,377,38', 'great', 'basic', 'tank', 'great', 'basic', 'tank', 'with', 'a', 'bit', 'of', 'a', "'flair", 'at', 'bottom', 'that', 'makes', 'it', 'super', 'cute', 'will', 'layer', 'with', 'cute', 'bra', 'most', 'likely', 'the', 'coral', 'color', 'is', 'great', 'too', 'very', 'pretty', 'i', 'also', 'got', 'the', 'white', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12255,1110,46', 'great', 'maternity', 'dress', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'went', 'into', 'retailer', 'in', 'sb', 'to', 'try', 'it', 'on', 'and', 'when', 'i', 'saw', 'it', 'on', 'the', 'rack', 'it', 'looked', 'beautiful', 'both', 'the', 'print', 'and', 'the', 'material', 'then', 'i', 'tried', 'it', 'on', 'and', 'it', 'fit', 'like', 'a', 'tent', 'i', 'am', 'just', 'under', '5', '5', 'and', 'it', 'hit', 'right', 'below', 'my', 'knees', 'not', 'like', 'shown', 'in', 'the', 'picture', 'here', 'on', 'that', 'note', 'i', 'passed', 'on', 'this', 'one', 'due', 'to', 'the', 'fit', 'i', 'think', 'this', 'would', 'make', 'a', 'fantastic', 'maternity', 'dress', 'though', ',3,0,2', 'general', 'dresses', 'dresses'] ['12256,868,35', 'an', 'immediate', 'return', 'the', 'fit', 'on', 'this', 'shirt', 'is', 'bizarre', 'it', 'very', 'much', 'resembles', 'a', 'nursing', 'top', 'but', 'would', "n't", 'actually', 'work', 'for', 'that', 'purpose', 'the', 'side', 'visible', 'in', 'the', 'picture', 'is', 'nicely', 'draped', 'but', 'the', 'other', 'side', 'can', 'flap', 'open', 'and', 'is', 'completely', 'different', 'i', 'tried', 'two', 'different', 'sizes', 'and', 'both', 'were', 'equally', 'unfortunate', ',1,0,5', 'general', 'tops', 'knits'] ['12257,1110,41', 'perfect', 'this', 'dress', 'is', 'even', 'more', 'beautiful', 'in', 'person', 'it', 'fits', 'true', 'to', 'size', 'and', 'drapes', 'nicely', 'from', 'the', 'body', 'without', 'being', 'tent-like', 'as', 'some', 'swing', 'dresses', 'are', 'prone', 'to', 'be', 'the', 'material', 'is', 'very', 'nice', 'and', 'the', 'pattern', 'is', 'stunning', 'and', 'unique', 'as', 'someone', 'else', 'mentioned', 'you', 'can', 'pair', 'this', 'with', 'a', 'cardi', 'for', 'work', 'it', "'s", 'also', 'perfect', 'for', 'a', 'night', 'out', 'it', "'s", 'easily', 'dressed', 'up', 'or', 'down', 'and', 'looks', 'amazing', 'with', 'a', 'skinny', 'belt', 'i', "'m", 'happy', 'i', 'bought', 'this', 'one', ',5,1,1', 'general', 'dresses', 'dresses'] ['12258,1078,28', ',love', 'this', 'dress', 'thought', 'the', 'colors', 'would', 'be', 'too', 'much', 'but', 'it', 'actually', 'is', "n't", 'and', 'is', 'just', 'so', 'cute', 'got', 'a', 'ton', 'of', 'compliments', 'on', 'it', 'when', 'i', 'wore', 'it', 'the', 'material', 'is', 'light', 'but', 'not', 'see', 'through', 'at', 'all', 'the', 'length', 'is', 'perfect', 'and', 'comfortable', 'to', 'sit', 'around', 'in', 'this', 'will', 'be', 'my', 'go', 'to', 'dress', 'this', 'fall', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12259,1078,46', 'awe', 'love', 'oh', 'my', 'this', 'dress', 'fits', 'wonderfully', 'on', 'so', 'ready', 'for', 'autumn', 'i', 'have', 'a', 'big', 'bust', 'this', 'dress', 'does', 'not', 'split', 'at', 'the', 'buttons', ',5,1,15', 'general', 'petite', 'dresses', 'dresses'] ['12260,377,25', 'sturdy', 'basic', 'got', 'this', 'in', 'gray', 'pretty', 'good', 'quality', 'all', 'around', 'good', 'basic', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['12261,377,37', 'perfect', 'tank', 'i', 'know', 'this', 'is', 'labeled', 'under', 'activewear', 'but', 'the', 'fabric', 'is', 'a', 'dream', 'it', "'s", 'incredibly', 'flattering', 'and', 'could', 'absolutely', 'be', 'worn', 'in', 'any', 'outfit', 'i', 'just', 'bought', 'the', 'moss', 'and', 'may', 'end', 'up', 'getting', 'the', 'other', 'colors', 'too', 'i', 'generally', 'am', 'a', 'l', 'or', 'xl', 'and', 'the', 'large', 'fit', 'well', 'it', "'s", 'alined', 'and', 'has', 'a', 'bit', 'of', 'stretch', 'to', 'it', 'it', "'s", 'so', 'comfortable', 'highly', 'recommend', ',5,1,8', 'initmates', 'intimate', 'lounge'] ['12262,1059,55', 'lovely', 'and', 'comfortable', 'i', 'tried', 'on', 'this', 'jumpsuit', 'on', 'a', 'whim', 'thinking', 'it', 'be', 'a', 'great', 'throwback', 'to', 'the', '70s', 'it', 'is', 'actually', 'very', 'flattering', 'on', 'with', 'the', 'lines', 'running', 'down', 'vertical', 'giving', 'a', 'slimming', 'look', 'to', 'any', 'figure', 'it', 'is', 'also', 'very', 'soft', 'and', 'comfortable', 'on', 'and', 'has', 'nice', 'large', 'pockets', 'on', 'the', 'sides', 'it', 'does', "n't", 'look', 'dated', 'at', 'all', 'once', 'on', 'and', 'i', "'m", 'sure', 'will', 'get', 'plenty', 'of', 'use', 'as', 'the', 'weather', 'warms', 'up', 'for', 'reference', 'i', "'m", '5', '7', 'tall', 'and', 'weigh', 'close', 'to', '130', 'lbs.', 'and', 'found', 'the', 'small', 'fit', 'well', 'the', 'only', 'drawback', 'was', 'the', 'pice', 'but', 'i', ',5,1,7', 'general', 'bottoms', 'pants'] ['12263,377,56', 'pure', 'perfection', 'this', 'is', 'a', 'great', 'top', 'i', 'almost', 'walked', 'right', 'by', 'it', 'because', 'it', 'is', 'so', 'simplistic', 'compared', 'to', 'the', 'other', 'things', 'in', 'retailer', 'i', 'just', 'wanted', 'something', 'super', 'casual', 'and', 'this', 'fits', 'the', 'bill', 'the', 'fabric', 'is', 'a', 'dream', 'and', 'it', 'has', 'a', 'nice', 'drape', 'without', 'being', 'overly', 'voluminous', 'i', 'usually', 'love', 'white', 'tops', 'but', 'the', 'white', 'was', 'my', 'least', 'favorite', 'i', 'ended', 'up', 'getting', 'the', 'moss', 'and', 'the', 'gray', 'i', 'could', 'have', 'gotten', 'either', 'the', 'xs', 'or', 'the', 's.', 'i', 'went', 'with', 'the', 'small', 'because', 'it', 'was', 'a', 'little', 'longer', 'and', 'had', 'a', 'wee', 'bit', 'more', 'room', 'in', 'the', 'upper,5,1,3', 'initmates', 'intimate', 'lounge'] ['12264,1030,52', 'perfect', 'fit.', 'i', 'generally', 'wear', 'a', '27.', 'jeans', 'fit', 'perfectly', 'skinny', 'but', 'not', 'too', 'skinny', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12265,1059,57', 'just', 'okay', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'romper', 'it', "'s", 'a', 'great', 'material', 'but', 'it', "'s", 'actually', 'a', 'bit', 'drab', 'the', 'colors', 'are', 'very', 'bland', 'and', 'the', 'flowers', 'just', 'hang', 'it', "'s", 'not', 'flattering', 'as', 'it', 'is', 'very', 'roomy', ',3,0,0', 'general', 'bottoms', 'pants'] ['12266,1110,37', 'flattering', 'dress', 'saw', 'this', 'dress', 'in', 'the', 'retailer', 'catalog', 'and', 'tried', 'on', 'in', 'store', 'did', "n't", 'need', 'a', 'dress', 'but', 'ended', 'up', 'purchasing', 'as', 'will', 'be', 'wearable', 'for', 'summer/early', 'fall', 'seems', 'like', 'a', 'print', 'dress', 'cut', 'and', 'style', 'that', 'will', 'be', 'used', 'for', 'many', 'seasons', 'outer', 'fabric', 'is', 'a', 'bit', 'delicate/may', 'snag', 'and', 'a', 'bit', 'wrinkly', 'as', 'another', 'reviewer', 'said', 'but', 'works', 'with', 'the', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['12267,377,40', 'see', 'through', 'and', 'strange', 'i', 'own', 'some', 'pure', 'and', 'good', 'cotton', 'tanks', 'similar', 'to', 'this', 'in', 'black', 'that', 'i', 'live', 'in', 'teaching', 'dance', 'i', 'was', 'hoping', 'these', 'would', 'be', 'the', 'same', 'i', 'ordered', 'the', 'pale', 'blue', 'and', 'it', 'is', 'completely', 'see', 'through', 'and', 'fits', 'tight', 'in', 'the', 'back', 'and', 'loose', 'in', 'the', 'front', 'i', 'have', 'no', 'desire', 'to', 'have', 'a', 'bra/sports', 'bra', 'show', 'whether', 'out', 'the', 'sides', 'or', 'through', 'the', 'fabric', 'it', 'is', 'tacky', ',1,0,8', 'initmates', 'intimate', 'lounge'] ['12268,112,46', 'easy', 'comfortable', 'and', 'beachy', 'chic', 'this', 'dress', 'is', 'very', 'comfortable', 'and', 'casual', 'but', 'in', 'a', 'high', 'quality', 'fabric', 'that', 'makes', 'it', 'great', 'for', 'a', 'summer', 'dinner', 'with', 'dressy', 'sandals', 'i', 'do', "n't", 'think', 'a', 'bra', 'can', 'be', 'worn', 'with', 'it', 'which', 'i', 'do', "n't", 'mind', 'at', 'all', 'but', 'might', 'be', 'a', 'problem', 'for', 'others', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['12269,1028,67', 'versatile', 'yet', 'stylish', 'cropped', 'denim', 'these', 'citizens', 'of', 'humanity', 'jeans', 'are', 'indeed', 'pricy', 'but', 'worth', 'the', 'money', 'they', 'fit', 'slim', 'through', 'the', 'hips', 'and', 'not', 'too', 'loose', 'in', 'the', 'legs', 'to', 'make', 'you', 'feel', 'like', 'they', 'are', 'huge', 'very', 'versatile', 'and', 'look', 'fabulous', 'with', 'a', 'cropped', 'sweater', 'or', 'even', 'a', 'hip', 'length', 'top', 'add', 'a', 'pair', 'of', 'chunky', 'shoes', 'and', 'you', 'have', 'a', 'great', 'look', 'i', 'even', 'tried', 'them', 'with', 'dansko', 'clogs', 'and', 'they', 'looks', 'cute', 'it', "'s", 'a', 'great', 'break', 'from', 'skinny', 'jeans', 'and', 'much', 'more', 'chic', 'than', 'boyfriend', 'jeans.,5,1,1', 'general', 'bottoms', 'jeans'] ['12270,1110,39', 'pretty', 'but', 'underwhelmed', 'i', 'think', 'this', 'dress', 'is', 'very', 'pretty', 'and', 'i', 'like', 'that', 'it', "'s", 'made', 'of', 'silk', 'i', 'also', 'like', 'the', 'way', 'it', 'fits', 'since', 'it', 'skims', 'over', 'my', 'figure', 'flaws', 'without', 'being', 'too', 'poufy', 'what', 'i', 'do', "n't", 'like', 'is', 'the', 'sloppiness', 'of', 'how', 'the', 'print', 'was', 'stitched', 'on', 'my', 'dress', 'the', 'print', 'frame', 'is', 'offset', 'and', 'details', 'are', 'cut', 'off', 'in', 'both', 'the', 'front', 'and', 'back', 'you', 'can', 'see', 'similar', 'in', 'the', 'model', 'shot', 'from', 'behind', 'for', 'the', 'price', 'i', 'was', 'expecting', 'a', 'little', 'more', 'quality', 'control', 'i', 'also', 'do', 'not', 'care', 'for', 'the', 'lining', 'i', 'do', 'not', 'think', 'the', 'off', 'white', 'is,3,1,3', 'general', 'dresses', 'dresses'] ['12271,377,51', 'comfy', 'cool', 'what', 'a', 'great', 'purchase', 'especially', 'on', 'sale', 'as', 'this', 'tank', 'ca', "n't", 'get', 'more', 'comfy', 'the', 'material', 'is', 'soft', 'and', 'great', 'to', 'wear', 'during', 'those', 'warm', 'weather', 'months', 'love', 'it', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['12272,1078,40', 'darling', 'dress', 'i', 'stumbled', 'upon', 'this', 'dress', 'yesterday', 'at', 'the', 'store', 'and', 'fell', 'in', 'love', 'with', 'it', 'i', 'wore', 'it', 'today', 'with', 'boots', 'and', 'received', 'tons', 'of', 'compliments', 'it', 'is', 'light', 'comfortable', 'and', 'flattering', 'i', 'love', 'that', 'it', 'is', 'machine', 'washable', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12273,1110,64', 'gorgeous', 'this', 'is', 'a', 'beautiful', 'dress', 'it', 'fits', 'true', 'to', 'size', 'i', 'have', 'some', 'issues', 'around', 'the', 'middle', 'and', 'this', 'just', 'flows', 'away', 'from', 'the', 'body', 'i', 'am', '5', '5', 'and', 'it', 'falls', 'to', 'the', 'knee', 'on', 'me', 'longer', 'than', 'pictured', 'on', 'the', 'model', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'that', 'can', 'be', 'worn', 'three', 'seasons', 'the', 'print', 'is', 'pretty', 'and', 'romantic', 'i', "'m", 'planning', 'to', 'wear', 'this', 'to', 'my', 'daughter', "'s", 'very', 'informal', 'wedding', 'and', 'know', 'i', "'ll", 'be', 'comfortable', 'and', 'look', 'put', 'together', 'this', 'was', 'a', 'lucky', 'find', ',5,1,5', 'general', 'dresses', 'dresses'] ['12274,377,35', 'better', 'than', 'it', 'looks', 'i', 'saw', 'this', 'top', 'online', 'and', 'fell', 'in', 'love', 'with', 'it', 'as', 'i', 'live', 'in', 'white', 'cotton', 'comfy', 'tanks', 'but', 'i', 'was', 'concerned', 'that', 'it', 'might', 'make', 'me', 'look', 'like', 'i', 'was', 'wearing', 'a', 'tent', 'from', 'the', 'side', 'profile', 'since', 'i', 'am', 'top', 'heavy', '36d', 'and', 'i', 'happen', 'to', 'have', 'this', 'problem', 'with', 'some', 'tops', 'and', 'dresses', 'so', 'i', 'went', 'into', 'the', 'store', 'to', 'try', 'it', 'on', 'in', 'a', 'size', 'l', 'and', 'i', 'was', 'shocked', 'how', 'not', 'only', 'did', 'it', 'not', 'look', 'like', 'a', 'tent', 'it', 'had', 'a', 'slimming', 'effect', 'i', 'felt', 'so', 'attractive', 'in', 'it', 'i', 'had', 'a', 'hard', 'time', 'looking', 'at', 'myself', 'in', 'the', 'mirror', 'believe', 'me', 'this', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['12275,1078,38', 'lovely', 'dress', 'i', 'loved', 'this', 'dress', 'when', 'i', 'saw', 'it', 'online', 'i', 'could', 'not', 'wait', 'until', 'i', 'see', 'in', 'one', 'of', 'the', 'local', 'stores', 'i', 'bought', 'it', 'today', 'unlike', 'other', 'reviews', 'i', 'think', 'this', 'dress', 'runs', 'large', 'i', 'am', 'a', '4', 'and', 'bought', 'the', 'zero', 'maeve', 'tends', 'to', 'run', 'large', 'on', 'me', 'i', 'would', 'suggest', 'that', 'you', 'try', 'a', 'size', 'smaller', 'it', 'looks', 'very', 'flattering', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12276,1078,38', 'my', 'new', 'favorite', 'dress', 'this', 'dress', 'rules', 'so', 'comfy', 'and', 'versatile', 'flattering', 'cut', 'great', 'with', 'flats', 'wedges', 'booties', 'boots', 'with', 'tights', 'easily', 'my', 'new', 'fav', 'runs', 'large', 'i', 'am', 'usually', 'a', '6/8', 'and', 'the', '4', 'was', 'perfect', 'after', 'i', 'steamed', 'it', 'no', 'button', 'gap', 'either', 'i', 'am', 'a', '34c', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12277,377,21', 'i', 'got', 'one', 'of', 'these', 'tanks', 'and', 'went', 'back', 'and', 'bought', 'two', 'more', 'online', 'i', 'have', 'the', 'gray', 'green', 'and', 'white', 'the', 'white', 'requires', 'a', 'undershirt', 'for', 'me', 'but', 'that', "'s", 'no', 'problem', 'the', 'shirts', 'are', 'darling', 'they', "'re", 'under', 'activewear', 'and', 'i', 'think', 'they', 'could', 'be', 'used', 'that', 'way', 'but', 'i', 'definitely', 'do', "n't", 'they', "'re", 'simple', 'but', 'have', 'a', 'nice', 'flow', 'and', 'the', 'front', 'and', 'back', 'are', 'perfect', 'i', 'love', 'the', 'material', 'and', 'the', 'colors', 'i', 'would', 'buy', 'more', 'if', 'there', 'was', 'more', 'in', 'more', 'natural', 'tones', 'i', 'do', "n't", 'love', 'bright', 'colors', 'but', 'i', 'love', 'the', 'green', 'white', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12278,1078,38', 'there', 'should', 'be', 'more', 'loved', 'it', 'i', 'am', 'curvy', 'and', 'it', 'is', 'very', 'hard', 'to', 'find', 'a', 'dress', 'that', 'looks', 'easy', 'and', 'at', 'the', 'same', 'time', 'shapes', 'you', 'the', 'various', 'cuts', 'of', 'the', 'different', 'prints', 'are', 'placed', 'in', 'the', 'right', 'place', 'in', 'the', 'body', 'easy', 'dress', 'and', 'beautiful', 'there', 'should', 'be', 'more', 'dresses', 'in', 'this', 'style', 'in', 'different', 'color', 'combos.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12279,1059,53', 'pretty', 'not', 'flattering', 'i', "'m", '5', '8', 'and', '130', 'and', 'this', 'made', 'me', 'look', 'huge', 'it', 'was', 'a', 'small', 'but', 'too', 'billowy', 'it', 'is', 'pretty', 'nice', 'fabric', 'and', 'well', 'made', 'but', 'i', 'returned', ',3,0,0', 'general', 'bottoms', 'pants'] ['12280,488,43', 'great', 'leggings', 'i', 'bought', 'a', 'xs', 'in', 'black', 'i', 'like', 'the', 'weight', 'texture', 'and', 'thickness', 'of', 'this', 'fabric', 'it', 'feels', 'like', 'it', 'smoothes', 'over', 'and', 'holds', 'the', 'lines', 'of', 'my', 'body', 'in', 'well', 'may', 'be', 'the', 'other', 'reviewer', 'got', 'a', 'pair', 'out', 'of', 'an', 'odd', 'batch', 'which', 'could', 'mean', 'there', 'are', 'inconsistencies', 'i', 'would', 'like', 'to', 'see', 'how', 'the', 'color', 'and', 'the', 'stretch', 'holds', 'up', 'with', 'future', 'washes', 'it', 'would', 'have', 'gotten', 'five', 'stars', 'since', 'if', 'it', 'came', 'in', 'petitte', 'length', 'but', 'i', 'will', 'pick', 'up', 'a', 'couple', 'of', 'more', 'if', 'it', 'hits', 'sale', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['12281,1081,51', 'short', 'dress', 'but', 'great', 'theory', 'i', 'love', 'this', 'dress', 'but', 'it', 'is', 'inches', 'shorter', 'than', 'the', 'description', 'says', 'or', 'shows', 'i', 'am', 'only', '5', '7', 'and', 'it', 'is', '2', 'to', '3', 'inches', 'above', 'my', 'knee', 'otherwise', 'it', 'is', 'a', 'loose', 'fit', 'and', 'hides', 'all', 'problem', 'areas', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12282,1134,53', 'fun', 'fur', 'a', 'seasonal', 'must', 'have', 'nicely', 'made', 'medium', 'weight', 'cozy', 'buttons', 'to', 'half', 'way', 'down', 'i', 'am', 'petite', 'and', 'the', 'xs', 'fits', 'with', 'enough', 'room', 'for', 'layers', 'underneath', 'highly', 'recommend.,5,1,0', 'general', 'jackets', 'outerwear'] ['12283,1081,25', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12284,875,28', 'fit', 'is', 'oversized', 'but', 'intentional', 'flattering', 'on', 'love', 'the', 'neckline', 'modesty', 'might', 'call', 'for', 'a', 'tank', 'top', 'underneath', 'if', 'bending', 'over', 'fabric', 'is', 'soft', 'stretchy', 'and', 'has', 'a', 'good', 'quality', 'heft', 'to', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['12285,873,45', 'bunches', 'up', 'i', 'saw', 'this', 'on', 'sale', 'and', 'it', 'looked', 'lovely', 'online', 'i', 'really', 'wanted', 'to', 'love', 'it', 'when', 'i', 'received', 'it', 'it', 'looked', 'great', 'but', 'once', 'i', 'tried', 'it', 'on', 'it', 'bunches', 'up', 'in', 'the', 'back', 'it', 'looks', 'awkward', 'the', 'lace', 'and', 'small', 'details', 'are', 'pretty', 'but', 'the', 'fit', 'is', 'just', 'off', 'returned', 'it', 'in', 'the', 'store', ',2,0,0', 'general', 'tops', 'knits'] ['12286,1081,32', 'cute', 'and', 'easy', 'piece', 'to', 'wear', 'wish', 'this', 'worked', 'for', 'me', 'i', 'am', '5', '9', 'it', 'is', 'much', 'shorter', 'than', 'it', 'looks', 'in', 'the', 'photo', 'and', 'the', 'pockets', 'did', 'not', 'hit', 'my', 'hips', 'or', 'torso', 'in', 'the', 'right', 'spot', 'the', 'neck', 'was', 'kind', 'of', 'tight', 'on', 'me', 'too', 'i', 'love', 'the', 'idea', 'of', 'this', 'dress', 'but', 'need', 'it', 'longer', 'the', 'dress', 'is', 'very', 'roomy', 'overall.,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12287,258,46', 'cozy', 'these', 'pants', 'are', 'comfortable', 'and', 'cozy', 'great', 'for', 'lounging', 'around', 'and', 'cute', 'enough', 'to', 'wear', 'out', 'of', 'the', 'house', 'to', 'coffee', 'or', 'running', 'errands', 'i', "'ll", 'be', 'wearing', 'them', 'a', 'lot.,5,1,0', 'initmates', 'intimate', 'sleep'] ['12288,1080,52', 'nice', 'but', 'the', 'dress', 'is', 'very', 'pretty', 'however', 'the', 'description', 'is', 'deceiving', 'i', 'purchased', 'it', 'not', 'just', 'for', 'the', 'look', 'but', 'because', 'it', 'was', 'listed', 'as', 'silk', 'but', 'that', 'is', 'not', 'exactly', 'true', 'the', 'under-slip', 'is', 'silk', 'but', 'the', 'outer', 'dress', 'what', 'you', 'see', 'is', 'definitely', 'not', 'it', 'is', 'a', 'cheap', 'thin', 'material', 'on', 'top', 'skirt', 'is', 'stiff', 'not', 'loose', 'or', 'flowy', 'as', 'the', 'picture', 'would', 'have', 'you', 'think', 'i', 'will', 'keep', 'it', 'very', 'happy', 'i', 'did', 'not', 'pay', 'full', 'price', ',4,1,0', 'general', 'dresses', 'dresses'] ['12289,868,39', 'too', 'wide', 'this', 'would', 'have', 'been', 'cute', 'if', 'it', 'was', 'more', 'fitted', 'i', 'am', '5', '7', 'and', '125', 'lbs', 'and', 'the', 'small', 'was', 'too', 'wide', 'i', 'did', "n't", 'try', 'the', 'xs', 'because', 'the', 'small', 'was', 'almost', 'too', 'short', 'in', 'the', 'sleeves', 'and', 'so', 'was', 'the', 'length.,2,0,2', 'general', 'tops', 'knits'] ['12290,873,36', 'love', 'love', 'love', 'this', 'top'] ['perfect', 'under', 'a', 'jacket', 'for', 'work', 'or', 'on', 'its', 'own', 'for', 'date', 'night', 'i', 'have', 'a', 'long', 'torso', 'and', 'the', 'length', 'is', 'perfect', 'so', 'dainty', 'and', 'different', ',5,1,0', 'general', 'tops', 'knits'] ['12291,1081,53', 'this', 'product', 'ran', 'short', 'in', 'length', 'i', 'purchased', 'this', 'dress', 'for', 'myself', 'however', 'when', 'i', 'tried', 'it', 'on', 'at', 'home', 'the', 'length', 'was', 'too', 'short', 'i', 'gave', 'the', 'dress', 'to', 'a', 'relative', 'who', 'is', 'petite', 'and', 'the', 'dress', 'fit', 'her', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12292,509,41', 'pretty', 'spring', 'flowers', 'i', 'have', 'been', 'eyeing', 'these', 'pants', 'for', 'about', 'a', 'month', 'or', 'so', 'every', 'time', 'i', 'stopped', 'by', 'my', 'local', 'retailer', 'store', 'i', 'would', 'check', 'them', 'out', 'but', 'never', 'actually', 'bought', 'them', 'well', 'today', 'i', 'finally', 'went', 'for', 'it', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'the', 'floral', 'pattern', 'is', 'very', 'feminine', 'yet', 'unique', 'and', 'the', 'colors', 'are', 'uplifting', 'and', 'cheerful', 'for', 'spring', 'the', 'material', 'is', 'very', 'soft', 'light', 'and', 'flowy', 'and', 'i', "'m", 'sure', 'will', 'be', 'comfortable', 'in', 'the', 'heat', 'of', 'summer', 'the', 'only', 'drawback', 'i', 'found', 'was', 'that', 'the', 'fabric', 'is', 'not', 'very', 'stretchy', 'and', 'i', 'like', 'to', 'be', 'a', ',5,1,2', 'initmates', 'intimate', 'sleep'] ['12293,996,40', 'flattering', 'skirt', 'this', 'cut', 'and', 'shape', 'of', 'this', 'skirt', 'is', 'very', 'flattering', 'i', 'am', 'normally', 'a', 'medium', 'but', 'the', 'small', 'fit', 'and', 'looked', 'much', 'better-', 'less', 'bulky', 'the', 'material', 'is', 'nice', 'almost', 'sweater', 'like', 'but', 'not', 'so', 'heavy', 'it', "'s", 'a', 'very', 'versatile', 'skirt', 'highly', 'recommend.,5,1,0', 'general', 'bottoms', 'skirts'] ['12294,569,46', 'it', "'s", 'like', 'a', 'work', 'of', 'art', 'but', 'sadly', 'not', 'flattering', 'it', "'s", 'like', 'a', 'work', 'of', 'art', 'but', 'sadly', 'not', 'flattering', 'on', 'me', 'i', 'absolutely', 'loved', 'the', 'look', 'and', 'even', 'considered', 'taking', 'it', 'to', 'a', 'tailor', 'but', 'the', 'material', 'overall', 'is', 'very', 'stiff', 'if', 'you', "'re", 'teeny', 'tiny', 'and', 'need', 'something', 'to', 'give', 'you', 'the', 'illusion', 'of', 'hips', 'you', 'might', 'love', 'it', 'very', 'sad', 'to', 'return', 'this', ',2,0,1', 'general', 'trend', 'trend'] ['12295,509,50', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['12296,1081,31', ',love', 'this', 'dress', 'going', 'to', 'wear', 'it', 'for', 'thanksgiving', 'love', 'the', 'material.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12297,509,53', 'a', 'few', 'problems', 'these', 'are', 'very', 'pretty', 'but', 'i', 'have', 'had', 'a', 'few', 'problems', 'with', 'them', 'out', 'of', 'the', 'package', 'i', 'found', 'them', 'to', 'be', 'true', 'to', 'size', 'i', 'think', 'i', 'purchased', 'the', 'pxxs', 'or', 'the', 'pxs', 'however', 'even', 'though', 'they', 'are', 'machine', 'washable', 'i', 'feel', 'that', 'they', 'shrunk', 'upon', 'washing', 'and', 'are', 'now', 'too', 'short', 'i', 'am', 'barely', 'over', '5', 'tall', 'also', 'the', 'elastic', 'waistband', 'keeps', 'twisting', 'within', 'the', 'casing', 'which', 'drives', 'me', 'crazy', 'i', 'have', 'to', 'keep', 'straightening', 'it', 'i', 'think', 'there', 'are', 'better', 'options', 'for', 'sleep', 'pants', ',2,0,2', 'initmates', 'intimate', 'sleep'] ['12298,569,55', 'gorgeous', 'lace', 'top', 'design', 'fail', 'i', 'recommend', 'this', 'topper', 'but', 'with', 'reservations', 'it', 'is', 'beautiful', 'looking', 'especially', 'the', 'lace', 'portion'] ['it', 'is', 'also', 'very', 'wide', 'the', 'gathered', 'portion', 'is', 'a', 'complete', 'design', 'fail', 'it', 'balloons', 'up', 'right', 'below', 'the', 'bust', 'making', 'one', 'look', 'wide', 'and', 'pretty', 'ridiculous', 'it', "'s", 'obvious', 'that', 'the', 'model', 'is', 'hiding', 'the', 'gathered', 'poof', 'by', 'placing', 'her', 'arms', 'close', 'to', 'her', 'body', 'but', 'i', 'knew', 'this', 'from', 'the', 'other', 'reviews', 'posted', 'here', 'so', 'it', 'was', 'no', 'surprise'] ['i', 'ordered', 'size', 's', 'the', 'smallest', 'available', 'and', 'it', 'fit', 'very', 'wide', 'more', 'like', 'a', ',3,1,2', 'general', 'trend', 'trend'] ['12299,873,43', 'elegant', 'top', 'i', 'was', 'shopping', 'for', 'a', 'holiday', 'outfit', 'today', 'at', 'my', 'retailer', 'store', 'and', 'my', 'sales', 'associate', 'suggested', 'i', 'try', 'on', 'this', 'top', 'i', 'have', 'lo', 'idea', 'where', 'it', 'was', 'on', 'the', 'store', 'l', 'yet', 'it', "'s", 'a', 'very', 'pretty', 'top', 'that', 'stands', 'out', 'when', 'you', 'have', 'it', 'on', 'i', 'took', 'this', 'in', 'a', 'small', 'because', 'it', "'s", 'meant', 'to', 'run', 'shorter', 'i', 'felt', 'xs', 'would', 'have', 'been', 'too', 'small', 'i', 'purchased', 'it', 'to', 'wear', 'with', 'jeans', 'or', 'dress', 'pants', 'pretty', 'detail', 'blouse', 'shows', 'off', 'my', 'arms', 'and', 'minimizes', 'my', 'waist', 'i', 'love', 'it', ',4,1,7', 'general', 'tops', 'knits'] ['12300,569,64', 'i', 'was', 'so', 'excited', 'about', 'this', 'top', 'and', 'so', 'disappointed', 'when', 'it', 'arrived', 'today', 'the', 'lace', 'part', 'is', 'lovely', 'but', 'the', 'skirt', 'part', 'is', 'a', 'crinoline', 'type', 'fabric', 'that', 'balloons', 'out', 'at', 'the', 'sides', 'it', 'is', 'gathered', 'at', 'the', 'sides', 'rather', 'than', 'pleated', 'and', 'there', 'is', 'no', 'way', 'to', 'get', 'it', 'to', 'lay', 'flat', 'the', 'back', 'center', 'section', 'is', 'pleated', 'why', 'could', "n't", 'they', 'have', 'had', 'the', 'pleats', 'all', 'around', 'this', 'will', 'be', 'going', 'back', 'with', 'much', 'regret', ',1,0,13', 'general', 'trend', 'trend'] ['12301,899,50', 'really', 'oddly', 'shaped', 'sweater', 'i', 'want', 'to', 'like', 'this', 'sweater', 'the', 'color', 'is', 'lovely', 'more', 'of', 'a', 'grayish', 'blue', 'and', 'the', 'design', 'is', 'nice', 'the', 'quality', 'is', 'amazingly', 'good', 'as', 'it', "'s", 'thick', 'without', 'being', 'too', 'thick', 'and', 'very', 'soft', 'but', 'the', 'design', 'is', 'odd', 'and', 'quite', 'unflattering', 'i', 'got', 'the', 'xsmall', 'but', 'it', "'s", 'two', 'big', 'the', 'sleeves', 'have', 'a', 'very', 'low', 'shoulder', 'so', 'they', 'almost', 'have', 'a', 'wing', 'like', 'look', 'it', 'does', "n't", 'look', 'like', 'it', 'does', 'on', 'this', 'model', 'the', 'waist', 'area', 'is', 'a', 'lot', 'bigger', 'so', 'it', 'does', 'sit', 'on', 'your', 'hips', 'however', 'the', 'sweater', 'is', "n't", 'slimming', 'cause', 'of', 'the', 'odd', 'shape', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['12302,509,69', 'juneberry', 'sleep', 'pants', 'perfect', 'fit', 'i', 'love', 'these', 'sleep', 'pants', 'they', 'are', 'the', 'perfect', 'length', 'i'] ['am', "5'10", 'and', 'slim', 'these', 'fit', 'great', 'its', 'so', 'hard', 'to', 'find', 'pants', 'that', 'fit', 'tall', 'slender', 'women', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['12303,569,58', 'fly', 'away', 'sides', 'i', 'waited', 'a', 'long', 'time', 'to', 'get', 'this', 'top', 'unfortunately', 'i', 'will', 'be', 'returning', 'the', 'sides', 'are', 'gathered', 'and', 'stick', 'out', 'a', 'lot', 'on', 'the', 'sides', 'not', 'as', 'pictured', 'the', 'sides', 'should', 'have', 'been', 'pleated', 'it', 'runs', 'smaller', 'in', 'the', 'bust', 'and', 'when', 'closed', 'it', 'was', 'a', 'little', 'snug', 'afraid', 'this', 'might', 'shrink', 'with', 'dry', 'cleaning', 'or', 'washing', 'the', 'design', 'is', 'unique', 'and', 'wish', 'this', 'top', 'would', 'of', 'worked.,2,0,7', 'general', 'trend', 'trend'] ['12304,1033,60', 'great', 'fit', 'wish', 'they', 'were', 'ankle', 'length', 'these', 'jeans', 'fit', 'great', 'but', 'i', 'think', 'getting', 'the', 'right', 'size', 'is', 'key', 'i', 'bought', 'my', 'usual', 'denim', 'size', '26', 'and', 'at', 'first', 'i', 'thought', 'they', 'were', 'too', 'tight', 'but', 'as', 'the', 'day', 'wore', 'on', 'they', 'softened', 'and', 'conformed', 'to', 'my', 'body', 'and', 'fit', 'like', 'a', 'glove', 'if', 'i', 'bought', 'them', 'in', 'a', 'larger', 'size', 'i', "'m", 'afraid', 'they', "'d", 'bag', 'out', 'like', 'jeans', 'tend', 'to', 'do', 'i', 'think', 'it', "'s", 'the', 'legging', 'style', 'that', 'makes', 'them', 'so', 'form', 'fitting', 'i', 'wish', 'they', 'were', 'ankle', 'length', 'like', 'on', 'the', 'model', 'but', 'i', "'m", '5', '5', 'and', 'they', 'are', 'quite', 'a', 'bit', 'longer', 'on', 'me', 'than', 'the', 'model', ',4,1,0', 'general', 'bottoms', 'jeans'] ['12305,1081,33', 'not', 'what', 'i', 'expected', 'it', 'was', 'quite', 'a', 'bit', 'shorter', 'on', 'me', 'than', 'what', 'it', 'shows', 'on', 'the', 'model', 'who', 'is', 'the', 'same', 'height', 'the', 'pull-on', 'styling', 'is', 'a', 'fail', 'as', 'i', 'could', 'barely', 'get', 'my', 'head', 'through', 'the', 'neck', 'opening', 'i', 'was', 'afraid', 'it', 'might', 'rip', 'a', 'seam', 'the', 'fabric', 'seems', 'low', 'quality', 'like', 'it', 'would', 'stretch', 'out', 'and', 'degrade', 'faster', 'than', 'others', 'overall', 'not', 'the', 'dress', 'or', 'quality', 'i', 'expected', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['12306,569,53', 'pretty', 'bad', 'in', 'real', 'life', 'when', 'i', 'unwrapped', 'this', 'a', 'chemical', 'stink', 'hit', 'me', 'that', 'amost', 'knocked', 'me', 'over', 'it', 'was', 'really', 'unbearable', 'and', 'i', 'm', 'not', 'overly', 'sensitive', 'to', 'smells', 'second', 'it', 'was', 'way', 'too', 'large', 'with', 'a', 'boxy', 'unflattering', 'cut', 'the', 'waist', 'sits', 'very', 'high', 'at', 'elbow', 'height', 'and', 'every', 'below', 'the', 'waist', 'the', 'material', 'balloons', 'out', 'in', 'a', 'rediculous', 'manner', 'i', 'wonder', 'if', 'they', 'had', 'it', 'pinned', 'down', 'somehow', 'on', 'the', 'picture', 'here', 'with', 'a', 'more', 'flattering', 'cut', 'i', 'might', 'have', 'decided', 'to', 'wash', 'it', 'a', 'few', 'times', 'to', 'get', 'the', 'stink', 'out', 'i', 'do', 'not', 'recommend', 'this', 'fo', ',1,0,9', 'general', 'trend', 'trend'] ['12307,873,45', 'i', 'have', 'been', 'looking', 'at', 'this', 'top', 'online', 'today', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'in', 'a', 'size', 'small', 'and', 'xs', 'regular', 'i', 'am', '5', '3', '120', 'lbs', '34b', 'and', 'the', 'xs', 'fit', 'better', 'than', 'small', 'in', 'the', 'small', 'the', 'armholes', 'were', 'too', 'low', 'showed', 'my', 'bra', 'this', 'is', 'the', 'regular', 'cut', 'not', 'even', 'petite', 'note', 'i', 'am', 'on', 'the', 'shorter', 'side', 'the', 'length', 'was', 'a', 'few', 'inches', 'shorter', 'than', 'i', 'would', 'like', 'glad', 'i', 'did', "n't", 'order', 'this', 'online', 'in', 'petite', 'i', 'love', 'the', 'detail', 'the', 'material', 'looks', 'wellmade', 'with', 'the', 'exception', 'of', 'the', 'beading', 'in', 'one', 'spot', 'was', 'alrea', ',3,0,9', 'general', 'tops', 'knits'] ['12308,1078,20', ',,5,1,0', 'general', 'dresses', 'dresses'] ['12309,1081,68', 'very', 'cute', 'dress', 'but', 'fabric', 'is', 'very', 'flimsy', 'and', 'seams', 'were', 'very', 'puckered', 'which', 'could', "n't", 'be', 'pressed', 'out', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12310,1081,33', 'great', 'for', 'shorter', 'clients', 'i', 'love', 'this', 'dress', 'but', 'it', 'is', 'too', 'short', 'to', 'keep', 'i', 'am', '5', '8', 'and', 'weigh', '124lbs', 'most', 'of', 'my', 'cloths', 'from', 'retailer', 'are', 'either', 'a', 'size', '4', 'or', 'a', 'small', 'but', 'this', 'dress', 'is', 'substantially', 'shorter', 'than', 'other', 'dresses', 'purchased', 'from', 'retailer', 'it', 'looks', 'adorable', 'on', 'but', 'it', 'is', 'just', 'too', 'short', 'about', '3', 'inches', 'above', 'my', 'knees', 'to', 'be', 'considered', 'professional', 'enough', 'to', 'wear', 'to', 'work', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12311,1134,64', 'lovely', 'but', 'runs', 'large', 'i', 'ordered', 'this', 'coat', 'in', 'a', 'size', 'xs', 'during', 'the', 'promo', 'it', 'just', 'arrived', 'is', 'too', 'big', 'sleeves', 'way', 'too', 'long', 'big', 'under', 'the', 'arms', 'it', "'s", 'labeled', 'xs', 'but', 'looks', 'more', 'like', 'a', 'm.', 'i', 'do', "n't", 'mind', 'an', 'oversized', 'fit', 'having', 'the', 'sleeves', 'altered', 'but', 'this', 'is', 'just', 'not', 'working', 'if', 'petite', 'were', 'available', 'it', 'may', 'work', 'for', 'me', 'it', 'is', 'nicely', 'made', 'soft', 'comfy', 'button', 'front', 'which', 'i', 'prefer', 'instead', 'of', 'snaps', 'i', 'think', 'it', 'wld', 'be', 'super', 'cozy', 'on', 'a', 'cold', 'day', 'love', 'the', 'print', 'i', 'am', 'of', 'small', 'build', '5', '3', '115', 'usually', 'a', 'xs-s', 'occas', 'petite', ',4,1,0', 'general', 'jackets', 'outerwear'] ['12312,996,45', 'gorgeous', 'first', 'mermaid-ish', 'skirt', 'ever', 'that', "'s", 'flattering', 'enough', 'to', 'pull', 'off', 'with', 'a', 'curvy', 'lower', 'body', 'the', 'material', 'is', 'light-weight', 'sweater', 'knit', 'that', 'hugs', 'in', 'all', 'the', 'right', 'places', 'and', 'its', 'unique', 'cut', 'along', 'the', 'bottom', 'make', 'it', 'very', 'in', 'the', 'moment', 'the', 'color', 'is', 'a', 'rich', 'deep', 'gorgeous', 'brown', 'with', 'subtle', 'highlights', 'that', 'draw', 'from', 'whatever', 'top', 'you', 'pear', 'with', 'it', 'runs', 'large', 'so', 'size', 'down', ',5,1,4', 'general', 'bottoms', 'skirts'] ['12313,509,35', 'not', 'for', 'petites', 'length', 'too', 'long', 'and', 'waist', 'to', 'high', 'these', 'are', 'not', 'sized', 'for', 'petites.,2,0,5', 'initmates', 'intimate', 'sleep'] ['12314,873,31', 'cute', 'comfy', 'i', 'had', 'higher', 'hopes', 'for', 'this', 'top', 'and', 'thought', 'it', 'would', 'be', 'fanicer', 'but', 'as', 'a', 'previous', 'reviewer', 'mentioned', 'the', 'quality', 'of', 'the', 'material', 'and', 'elastic', 'waistband', 'makes', 'the', 'top', 'look', 'a', 'little', 'cheaper', 'in', 'person', 'i', "'m", 'glad', 'i', 'got', 'it', 'on', 'sale', 'with', 'the', 'extra', '25', 'off'] [] ['i', 'was', 'hoping', 'to', 'exchange', 'it', 'for', 'a', 'small', 'but', 'it', "'s", 'sold', 'out', 'by', 'now', 'the', 'top', 'runs', 'a', 'little', 'large', 'normally', 'i', "'m", 'between', 'a', 'small', 'and', 'a', 'medium', 'but', 'i', 'think', 'a', 'small', 'might', 'even', 'be', 'too', 'big', 'i', 'put', 'it', 'on', 'this', 'morning', 'in', 'the', 'dark', 'and', 'by', 'the', 'time', 'i', 'got', 'to', 'work', ',4,1,0', 'general', 'tops', 'knits'] ['12315,471,54', 'vibrant', 'colors', 'sweet', 'side', 'detail', 'love', 'the', 'mara', 'hoffman', 'basketweave', 'bikini', 'bottoms', 'in', 'fractals', 'red', 'i', 'went', 'to', 'her', 'website', 'for', 'the', 'size', 'chart', 'and', 'got', 'these', 'in', 'a', 'size', "'m", 'very', 'good', 'fit', 'just', 'a', 'bit', 'cheekier', 'than', 'her', 'classic', 'cut', 'bikini', 'bottoms', 'i', 'got', 'them', 'with', 'the', 'matching', 'basketweave', 'bikini', 'top'] [] ['i', "'m", '5', '2', 'currently', '33-25-37', 'to', '38', 'depending', 'on', 'where', 'i', 'measure', 'upper', 'hipbones', 'are', '34', 'fuller', 'thighs', 'and', 'bottom', 'so', 'i', 'never', 'know', 'what', 'to', 'order', 'i', 'think', 'a', 'size', "'s", 'would', 'be', 'too', 'skimpy', 'so', 'i', 'hope', 'these', 'hold', 'up', 'well', 'in', 'the', 'waves'] [] ['co', ',5,1,0', 'initmates', 'intimate', 'swim'] ['12316,1074,48', 'not', 'recommended', 'if', 'petite', 'i', 'disliked', 'this', 'dress', 'it', 'did', "n't", 'fall', 'on', 'me', 'the', 'way', 'it', 'falls', 'on', 'the', 'model', 'pictured', 'i', 'think', 'it', 'would', 'work', 'well', 'for', 'tall', 'thin', 'women', 'with', 'a', 'smaller', 'chest', 'i', 'am', 'petite', 'with', 'a', 'larger', 'chest', 'and', 'it', 'accentuated', 'my', 'chest', 'in', 'an', 'unflattering', 'way', 'and', 'managed', 'to', 'make', 'me', 'look', 'frumpy', 'at', 'the', 'same', 'time', 'not', 'recommended', 'for', 'petite', 'women', ',2,0,1', 'general', 'dresses', 'dresses'] ['12317,875,65', 'softness', 'and', 'comfort', 'this', 'is', 'a', 'beautiful', 'well', 'designed', 'top', 'the', 'pattern', 'is', 'laid', 'out', 'to', 'match', 'on', 'each', 'side', 'the', 'back', 'has', 'a', 'narrow', 'center', 'insert', 'of', 'sheer', 'fabric', 'for', 'an', 'interesting', 'detail', 'with', 'wonderful', 'construction', 'this', 'sheer', 'fabric', 'is', 'also', 'added', 'to', 'the', 'bottom', 'as', 'an', 'edging', 'this', 'measures', 'only', '1', '1/4', 'wide', 'and', 'lays', 'flat', 'and', 'finished', 'off', 'well', 'the', 'sleeves', 'have', 'excess', 'fabric', 'for', 'comfort', 'but', 'do', 'not', 'make', 'one', "'s", 'arms', 'look', 'heavy', 'the', 'unusual', 'neckline', 'shape', 'in', 'the', 'front', 'is', 'well', 'sewn', 'and', 'lays', 'flat', 'nicely', 'i', 'think', 'this', 'top', 'is', ',5,1,1', 'general', 'tops', 'knits'] ['12318,1012,75', 'my', 'new', 'holiday', 'skirt', 'i', 'love', 'this', 'skirt', 'but', 'it', 'is', 'so', 'long', 'that', 'i', 'have', 'ordered', 'the', 'petite', 'as', 'well', 'to', 'see', 'which', 'one', 'i', 'will', 'keep', 'i', 'am', 'tall', 'but', 'even', 'pulled', 'up', 'higher', 'than', 'my', 'waist', 'there', 'is', 'at', 'least', '3', 'inches', 'too', 'much', 'in', 'length', 'and', 'i', 'want', 'to', 'wear', 'a', 'flat', 'shoe', 'or', 'boot', 'with', 'it', 'if', 'i', 'keep', 'this', 'one', 'it', 'will', 'need', 'to', 'be', 'altered'] ['it', 'has', 'pockets', 'which', 'i', 'love', 'it', 'is', 'an', 'effortless', 'long', 'skirt', 'which', 'i', 'will', 'wear', 'christmas', 'day', 'for', 'sure', 'the', 'pattern', 'is', 'stunning', 'with', 'the', 'mixed', 'prints', 'the', 'fabric', 'is', 'silky', 'it', 'can', 'be', 'dressed', 'down', 'with', 'a', ',4,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['12319,1081,33', 'stylish', 'versatile', 'dress', 'i', 'ordered', 'this', 'dress', 'looking', 'for', 'something', 'to', 'wear', 'out', 'for', 'an', 'evening', 'after', 'seeing', 'the', 'other', 'reviews', 'i', 'was', "n't", 'sure', 'about', 'it', 'but', 'i', 'was', 'very', 'pleased', 'when', 'it', 'arrived', 'i', 'find', 'it', 'is', 'elegant', 'and', 'sexy', 'but', 'also', 'modest', 'enough', 'when', 'i', 'sized', 'up', 'by', '1.', 'i', 'normally', 'wear', 'an', 'xs', 'in', 'dresses', 'but', 'found', 'the', 'small', 'fit', 'perfectly', 'it', 'is', 'form-fitting', 'particularly', 'in', 'the', 'waist', 'and', 'back', 'without', 'being', 'too', 'tight', 'i', "'m", 'excited', 'to', 'wear', 'it', 'and', 'think', 'it', 'would', 'look', 'beautiful', 'with', 'a', 'long', 'necklace', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['12320,1022,33', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['12321,1060,23', 'so', 'many', 'compliments', 'all', 'of', 'my', 'friends', 'loved', 'these', 'pants-', 'as', 'did', 'i', 'these', 'are', 'so', 'gorgeous', 'the', 'sequins', 'seem', 'well', 'stitched', 'the', 'small', 'fit', 'me', 'well-', 'hanging', 'straight', 'as', 'pictured', 'not', 'too', 'snug', 'or', 'uncomfortable', 'they', 'hit', 'me', 'at', 'the', 'ankle', 'there', 'are', 'back', 'pockets', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['12322,1022,38', 'the', 'pants', 'are', 'see-through', 'i', 'ca', "n't", 'stand', 'buying', 'pants', 'and', 'i', 'can', 'see', 'the', 'pockets', 'lining', 'and', 'my', 'darker', 'skin', 'through', 'the', 'fabric', 'i', 'do', "n't", 'consider', 'that', 'high-quality.,2,0,1', 'general', 'bottoms', 'jeans'] ['12323,1022,54', 'retailer', 'please', 'bring', 'these', 'back', 'in', 'black', 'these', 'have', 'been', 'a', 'staple', 'for', 'me', 'the', 'last', 'three', 'years', 'i', 'have', 'owned', 'three', 'pairs', 'of', 'them', 'in', 'black', 'i', 'have', "n't", 'been', 'able', 'to', 'find', 'them', 'in', 'black', 'for', 'some', 'time', 'and', 'i', 'need', 'these', 'back', 'in', 'my', 'life', 'please', 'please', 'bring', 'them', 'back', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12324,1060,59', 'love', 'these', 'these', 'are', 'true', 'to', 'size', 'and', 'photo', 'i', 'wore', 'them', 'to', 'the', 'opera', 'and', 'cant', 'wait', 'to', 'wear', 'them', 'with', 'sandals', 'and', 'a', 'tee', 'this', 'summer', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12325,868,34', 'depends', 'on', 'body', 'type', 'i', 'think', 'this', 'shirt', 'would', 'be', 'really', 'cute', 'on', 'the', 'right', 'body', 'type', 'just', 'not', 'mine', 'i', "'m", '5', '5', '125', 'and', 'a', '34ddd', 'a', 'couple', 'weeks', 'post', 'partum', 'thought', 'this', 'could', 'be', 'a', 'good', 'shirt', 'while', 'i', "'m", 'nursing', 'bc', 'it', "'s", 'flowy', 'but', 'stylish', 'unfortunately', 'it', 'did', 'nothing', 'for', 'me', 'when', 'i', 'put', 'it', 'on', 'the', 'cut', 'drew', 'all', 'attention', 'to', 'my', 'big', 'chest', '-not', 'in', 'a', 'good', 'way', 'and', 'distracted', 'from', 'my', 'smaller', 'lower', 'half', 'made', 'me', 'look', 'much', 'bigger', 'and', 'heavier', 'than', 'i', 'actually', 'am', 'probably', 'good', 'for', 'small', 'chested', 'girls', 'very', 'tall', 'girls', 'or', 'curvy', 'on', 'the', ',2,0,7', 'general', 'tops', 'knits'] ['12326,1022,32', 'great', 'fit', 'these', 'pants', 'fit', 'true', 'to', 'size', 'i', 'have', 'a', 'small', 'waist', 'and', 'curvy', 'hips', 'and', 'while', 'i', 'have', 'always', 'loved', 'the', 'low', 'rise', 'ag', 'stevie', 'these', 'offer', 'more', 'coverage', 'at', 'the', 'back', 'with', 'the', 'same', 'great', 'slim', 'fit', 'through', 'the', 'leg', 'the', 'length', 'is', 'also', 'great', 'for', 'those', 'of', 'us', 'who', 'are', 'not', 'super', 'tall', 'the', 'have', 'some', 'stretch', 'but', 'i', 'wore', 'them', 'several', 'times', 'without', 'washing', 'and', 'the', 'never', 'got', 'baggy', 'in', 'the', 'knees', 'or', 'other', 'stretch', 'points', 'i', 'own', 'two', 'other', 'pairs', 'of', 'ag', 'stevie', 'in', 'traditional', 'denim', 'and', 'they', 'still', 'look', 'great', 'after', 'years', 'of', 'wea', ',5,1,1', 'general', 'bottoms', 'jeans'] ['12327,868,41', 'beautiful', 'and', 'very', 'comfortable', 'top', 'i', 'bought', 'this', 'top', 'on', 'the', 'advice', 'of', 'another', 'tall', 'reviewer', 'and', 'i', "'m", 'so', 'happy', 'that', 'i', 'did', 'this', 'is', 'the', 'perfect', 'top', 'for', 'tall', 'girls', 'i', 'did', 'size', 'down', 'from', 'my', 'usual', 'large', 'to', 'a', 'medium', 'the', 'top', 'was', 'still', 'oversized', 'but', 'in', 'a', 'very', 'pretty', 'way', 'i', 'love', 'the', 'material', 'this', 'top', 'is', 'so', 'soft', 'and', 'extremely', 'comfortable', 'the', 'v', 'neckline', 'is', 'very', 'pretty', 'and', 'not', 'too', 'low', 'i', 'can', 'see', 'myself', 'dressing', 'this', 'up', 'with', 'nicer', 'pants', 'for', 'work', 'or', 'with', 'skinny', 'jeans', 'for', 'a', 'more', 'casual', 'look', 'if', 'you', 'are', 'a', 'tall', 'girl', 'this', 'top', 'is', 'a', 'must', 'h', ',5,1,0', 'general', 'tops', 'knits'] ['12328,1060,30', 'these', 'looked', 'so', 'fun', 'i', 'had', 'to', 'have', 'them', 'i', 'usually', 'wear', 'a', '14', 'in', 'pants', 'but', 'the', 'large', 'fit', 'well', 'despite', 'a', 'lack', 'of', 'thigh', 'gap', 'and', 'walking', 'in', 'these', 'all', 'night', 'i', 'did', "n't", 'lose', 'a', 'single', 'sequin', 'they', "'re", 'comfortable', 'and', 'get', 'a', 'ton', 'of', 'compliments', 'if', 'you', "'re", 'considering', 'them', 'i', 'definitely', 'recommend', 'going', 'for', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12329,999,41', 'silk', 'meadow', 'mini', 'this', 'silk', 'skirt', 'was', 'not', 'the', 'best', 'look', 'for', 'me', 'but', 'may', 'work', 'for', 'others', 'i', 'purchased', 'the', 'med', 'which', 'fit', 'fine', 'i', 'just', 'was', "n't", 'in', 'love', 'with', 'the', 'print/colors', 'the', 'skirt', 'has', 'quality', 'material', 'and', 'is', 'well', 'made', 'it', "'s", 'very', 'light', 'and', 'airy', 'i', 'did', 'return', 'it', ',3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['12330,1060,37', 'cute', 'i', 'wish', 'these', 'zipped', 'up', 'instead', 'of', 'the', 'drawstring', 'they', 'are', 'super', 'cute', 'but', 'do', "n't", 'care', 'for', 'the', 'way', 'they', 'sit', 'on', 'the', 'hips.,3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12331,868,60', 'relaxed', 'and', 'soft', 'what', 'a', 'great', 'top', 'i', 'am', '5', '9', '136', 'lbs', 'with', 'a', '34d', 'chest', 'and', 'this', 'top', 'looks', 'and', 'feels', 'great', 'on', 'i', 'am', 'usually', 'a', '6', 'and', 'the', 'small', 'fit', 'perfectly', 'i', 'purchased', 'the', 'grey', 'and', 'it', 'is', 'a', 'nice', 'medium', 'grey', 'color', 'the', 'v', 'in', 'front', 'hits', 'in', 'a', 'great', 'spot', 'not', 'too', 'low', 'but', 'just', 'low', 'enough', 'to', 'look', 'feminine', 'i', 'have', "n't", 'washed', 'and', 'dried', 'the', 'top', 'yet', 'so', 'i', 'hope', 'it', 'looks', 'as', 'good', 'after', 'washing', 'as', 'it', 'does', 'brand', 'new', 'i', 'was', 'hesitant', 'to', 'order', 'because', 'of', 'the', 'earlier', 'reviews', 'but', 'i', 'find', 'this', 'top', 'really', 'works', 'for', 'me', 'so', 'i', 'am', 'glad', ',5,1,0', 'general', 'tops', 'knits'] ['12332,1022,36', 'these', 'are', 'great', 'pants', 'i', 'was', 'nervous', 'because', 'when', 'i', 'saw', 'them', 'at', 'the', 'store', 'they', 'looked', 'pretty', 'linty', 'but', 'after', 'wearing', 'them', 'a', 'number', 'of', 'times', 'they', 'are', 'not', 'bad', 'i', 'have', 'to', 'run', 'a', 'lint', 'roller', 'over', 'them', 'occasionally', 'but', 'not', 'more', 'than', 'other', 'black', 'pants', 'i', 'wear', 'these', 'to', 'work', 'and', 'they', 'are', 'very', 'comfortable', 'kind', 'of', 'stretchy', 'but', 'very', 'flattering', 'the', 'higher', 'rise', 'than', 'the', 'other', 'stevies', 'makes', 'them', 'work', 'really', 'well', 'for', 'work-allows', 'them', 'to', 'look', 'less', 'jean', 'like', 'i', 'highly', 'recommend', 'these-ca', "n't", 'believe', 'they', 'aren', ',5,1,3', 'general', 'bottoms', 'jeans'] ['12333,1022,38', 'great', 'fabric', 'and', 'perfect', 'length', 'i', 'love', 'these', 'jeans', 'cant', 'believe', 'i', 'never', 'purchased', 'them', 'earlier', 'i', "'m", 'always', 'a', '30', 'in', 'paige', 'and', 'ag', 'and', 'this', 'was', 'no', 'different', 'i', 'will', 'say', 'that', 'i', 'did', 'fit', 'into', 'the', '29', 'so', 'it', 'could', 'be', 'that', 'they', 'run', 'slightly', 'large', 'the', 'fabric', 'is', 'amazing', 'and', 'the', 'white', 'is', 'perfect', 'love', 'that', 'it', 'is', 'not', 'see', 'through', 'and', 'fabric', 'is', 'substantial.the', 'length', 'for', 'me', 'at', '5', '5', 'was', 'at', 'my', 'ankle', 'i', 'loved', 'them', 'so', 'much', 'that', 'i', 'bought', 'them', 'in', 'white', 'and', 'beige/cream', 'highly', 'recommend', ',5,1,10', 'general', 'bottoms', 'jeans'] ['12334,1022,47', 'flattering', 'i', 'was', 'returning', 'some', 'things', 'when', 'i', 'saw', 'these', 'jeans', 'and', 'had', 'to', 'try', 'them', 'on', 'they', 'must', 'be', 'magical', 'pants', 'because', 'they', 'are', 'slimming', 'and', 'very', 'flattering', 'amazing', 'jeans', ',5,1,4', 'general', 'bottoms', 'jeans'] ['12335,823,52', 'very', 'see', 'through', 'i', 'ordered', 'this', 'shirt', 'online', 'and', 'did', "n't", 'even', 'try', 'it', 'on', 'it', 'is', 'super', 'see', 'through', 'and', 'i', 'would', 'need', 'to', 'wear', 'a', 'tank', 'underneath', 'and', 'i', 'do', "n't", 'want', 'to', 'have', 'that', 'extra', 'layer', 'in', 'the', 'summer'] ['it', 'is', 'cute', 'though', ',2,1,0', 'general', 'petite', 'tops', 'blouses'] ['12336,1022,49', 'best', 'jeans', 'ever', 'i', 'spend', 'most', 'of', 'my', 'time', 'searching', 'for', 'the', 'perfect', 'pair', 'of', 'jeans', 'okay', 'maybe', 'a', 'slight', 'exaggeration', 'but', 'only', 'slight', 'finally', 'the', 'the', 'ag', 'stevie', "'s", 'are', 'it', 'this', 'is', 'my', 'third', 'pair', 'now', 'for', 'more', 'colors', ',5,1,1', 'general', 'bottoms', 'jeans'] ['12337,868,45', 'loose', 'and', 'comfy', 'i', 'love', 'the', 'neckline', 'on', 'this', 'sharp', 'enough', 'for', 'work', 'but', 'cute', 'for', 'a', 'fun', 'night', 'out', 'too', 'only', 'complaint', 'is', 'it', "'s", 'soooo', 'flowy', 'on', 'the', 'bottom', 'i', 'could', 'hide', 'a', 'baby', 'under', 'here', 'for', 'sure', 'i', 'got', 'the', 'medium', 'thank', 'goodness', 'or', 'it', 'would', 'have', 'been', 'ridiculous', 'i', "'m", '5', '8', '160lbs', 'great', 'for', 'fall', ',4,1,0', 'general', 'tops', 'knits'] ['12338,1081,50', 'average', 'and', 'plain', 'i', 'agree', 'with', 'the', 'first', 'reviewer', 'this', 'dress', 'is', 'just', 'ok', 'nothing', 'to', 'write', 'home', 'about', 'if', 'you', 'need', 'a', 'throw', 'on', 'dress', 'in', 'a', 'pinch', 'it', "'s", 'nice', 'to', 'have', 'on', 'hand', 'but', 'there', 'are', 'probably', 'a', 'lot', 'of', 'other', 'retailer', 'dresses', 'that', 'fit', 'the', 'bill', 'that', 'are', 'better', 'quality', 'than', 'this', 'one', 'it', 'is', 'also', 'very', 'body', 'conscious', 'in', 'the', 'back', 'the', 'material', 'is', 'a', 'thin', 'ribbed', 'rayon', 'on', 'the', 'cheap', 'side', 'overall', 'it', "'s", 'a', 'comfortable', 'piece', 'but', 'it', "'s", 'more', 'like', 'a', 'thin', 'long-sleeve', 't-shirt', 'rather', 'than', 'a', 'quality', 'dress', 'it', 'would', 'have', 'been', 'a', 'gr', ',3,1,5', 'general', 'dresses', 'dresses'] ['12339,823,62', 'fabric', 'is', 'flimsy', 'it', 'is', 'a', 'proper', 'fitting', 'oversized', 'shirt', 'however', 'it', 'is', 'very', 'flimsy', 'and', 'even', 'see-through', 'as', 'a', 'summer', 'weight', 'shirt', 'i', 'returned', 'it', 'because', 'i', 'do', "n't", 'want', 'to', 'wear', 'a', 'tank', 'or', 'cami', 'under', 'it', 'during', 'hot', 'weather', ',3,0,3', 'general', 'petite', 'tops', 'blouses'] ['12340,868,71', 'neckline', 'i', 'love', 'the', 'way', 'the', 'neckline', 'is', 'open', 'not', 'too', 'low', 'it', 'also', 'falls', 'on', 'your', 'hips', 'just', 'right'] [] ['great', 'buy', ',5,1,0', 'general', 'tops', 'knits'] ['12341,1022,52', 'ag', 'stevie', 'jeans', 'i', 'think', 'these', 'jeans', 'are', 'amazing', 'they', 'are', 'very', 'flattering', 'and', 'most', 'of', 'all', 'comfortable', 'i', 'often', 'will', 'go', 'up', 'a', 'size', 'when', 'buying', 'white', 'but', 'i', 'did', "n't", 'have', 'to', 'with', 'these', 'they', 'also', 'relax', 'very', 'nicely', 'as', 'you', 'wear', 'them', 'buying', 'white', 'jeans', 'has', 'always', 'been', 'a', 'challenge', 'often', 'they', 'are', 'to', 'thin', 'and', 'not', 'that', 'flattering', 'i', 'do', "n't", 'feel', 'the', 'same', 'about', 'these', 'they', 'are', 'the', 'perfect', 'summer', 'white', 'jean', 'i', 'think', 'i', 'need', 'another', 'pair', ',5,1,2', 'general', 'bottoms', 'jeans'] ['12342,1022,42', 'really', 'soft', 'i', 'have', 'owned', 'a', 'lot', 'of', 'stevies', 'in', 'the', 'past', 'the', 'only', 'problem', 'with', 'them', 'for', 'me', 'has', 'been', 'the', 'rise', 'i', 'have', 'always', 'thought', 'they', 'would', 'have', 'been', 'perfect', 'with', 'a', 'bit', 'of', 'a', 'higher', 'rise', 'voila', 'these', 'have', 'the', 'perfect', 'mid', 'rise', 'for', 'me', 'they', 'are', 'really', 'soft', 'too', 'long', 'for', 'my', '29', 'inch', 'inseam', 'they', 'bunch', 'at', 'the', 'ankles', 'but', 'do', "n't", 'drag', 'i', 'would', 'love', 'for', 'them', 'to', 'have', 'a', 'skinnier', 'ankle', 'but', 'i', 'also', 'think', 'they', "'re", 'fine', 'how', 'they', 'are', 'i', 'bought', 'my', 'normal', 'size', 'they', 'may', 'turn', 'out', 'to', 'be', 'a', 'tiny', 'bit', 'loose', 'after', 'wearing', 'them', 't', ',5,1,1', 'general', 'bottoms', 'jeans'] ['12343,823,49', 'might', 'as', 'well', 'wear', 'my', 'husband', "'s", 'shirt', 'this', 'shirt', 'is', 'enormous', 'and', 'as', 'the', 'title', 'of', 'my', 'review', 'suggests', 'it', 'looks', 'like', 'a', 'men', "'s", 'button', 'down', 'the', 'fabric', 'is', 'quite', 'sheer', 'but', 'that', "'s", 'actually', 'what', 'i', 'liked', 'best', 'about', 'it', 'i', 'just', 'looked', 'completely', 'shapeless', 'in', 'this', 'top', 'wish', 'i', 'had', 'realized', 'it', 'before', 'i', 'wore', 'it', 'out', 'because', 'i', 'would', 'definitely', 'have', 'returned', 'it', 'perhaps', 'if', 'i', 'had', 'bought', 'it', '2', 'sizes', 'smaller', 'i', 'might', 'have', 'liked', 'it', 'better', 'it', 'did', "n't", 'fit', 'anything', 'like', 'the', 'model', 'photos', 'suggest', 'it', "'s", 'huge', 'not', 'easy/slouchy', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['12344,415,31', 'beautiful', 'suit', 'i', 'had', 'been', 'eyeing', 'this', 'one', 'for', 'weeks', 'and', 'finally', 'decided', 'to', 'just', 'buy', 'the', 'darn', 'thing'] ['it', 'is', 'tiny', 'just', 'beware', 'as', 'in', 'it', 'does', "n't", 'cover', 'much', 'especially', 'on', 'the', 'booty', 'not', 'a', 'bad', 'thing', 'but', 'buyer', 'beware', 'if', 'you', 'are', 'looking', 'for', 'more', 'coverage', 'size', 'up', 'i', 'wear', 'a', '32d', 'and', 'ordered', 'a', 'medium', 'top', 'good', 'thing', 'i', 'did', "n't", 'get', 'a', 'small', 'i', 'have', 'to', 'get', 'the', 'band', 'taken', 'in', 'a', 'bit', 'but', 'i', 'need', 'the', 'coverage', 'in', 'the', 'cup'] ['for', 'the', 'bottoms', 'i', 'also', 'got', 'a', 'medium', 'and', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'in', 'swimwear', 'bo', ',4,1,0', 'initmates', 'intimate', 'swim'] ['12345,817,35', 'adorable', 'i', 'saw', 'this', 'top', 'at', 'my', 'local', 'store', 'and', 'tried', 'it', 'on', 'a', 'whim', 'it', 'is', 'so', 'much', 'cuter', 'in', 'person', 'than', 'it', 'looks', 'online', 'i', 'would', "n't", 'have', 'given', 'it', 'a', 'second', 'look', 'based', 'on', 'these', 'pictures', 'it', 'perhaps', 'runs', 'a', 'tiny', 'bit', 'large', 'but', 'i', 'stuck', 'with', 'my', 'usual', 'size', 'small', 'since', 'it', 'hung', 'nicer', 'on', 'my', 'body', 'than', 'the', 'xs', 'did', 'if', 'you', "'re", 'thin', 'you', 'may', 'want', 'to', 'size', 'down', 'i', 'have', 'a', 'decent', 'amount', 'of', 'padding', 'that', 'keeps', 'me', 'from', 'wanting', 'to', 'wear', 'anything', 'fitted', '5', '4', '130', 'lbs', 'the', 'little', 'dots', 'are', 'more', 'prevalent', 'in', 'person', 'and', 'the', 'peplu', ',5,1,11', 'general', 'petite', 'tops', 'blouses'] ['12346,868,37', 'gorgeous', 'color', 'plum', 'and', 'is', 'very', 'comfy', 'the', 'lace', 'at', 'the', 'top', 'is', 'just', 'enough', 'to', 'be', 'feminine', 'but', 'not', 'too', 'much', 'to', 'be', 'trashy'] ['like', 'many', 'of', 'the', 'other', 'reviewers', 'i', 'sized', 'this', 'down', 'and', 'am', 'glad', 'that', 'i', 'did', 'i', 'think', 'the', 'larger', 'size', 'would', 'have', 'been', 'tent', 'like', ',4,1,0', 'general', 'tops', 'knits'] ['12347,822,56', 'gorgeous', 'peasant', 'top', 'the', 'dahlia', 'bell', 'sleeve', 'blouse', 'is', 'absolutely', 'gorgeous', 'in', 'my', 'opinion', 'i', 'have', 'already', 'worn', 'it', 'several', 'times', 'with', 'white', 'cropped', 'denim', 'or', 'the', 'cropped', 'fringed', 'pilcro', 'denim', 'jeans', 'it', 'also', 'looks', 'great', 'with', 'the', 'pilcro', 'rolled', 'shorts', 'in', 'navy', 'or', 'white', 'i', 'took', 'my', 'usual', 'size', 'large', 'and', 'though', 'the', 'fabric', 'seems', 'like', 'it', 'may', 'be', 'sheer', 'if', 'you', 'wear', 'a', 'nude', 'bra', 'you', 'do', 'not', 'need', 'a', 'cami', 'beneath', 'the', 'blue', 'band', 'hits', 'right', 'about', 'the', 'waist', 'of', 'your', 'jeans', 'so', 'your', 'jeans', 'do', "n't", 'show', 'thru', 'either', 'this', 'blouse', 'is', 'lightweight', 'and', 'v', ',5,1,7', 'general', 'tops', 'blouses'] ['12348,868,67', 'april', 'fools', 'i', 'do', 'not', 'even', 'know', 'where', 'to', 'begin', 'with', 'this', 'product', 'i', 'ordered', 'a', 'small', 'i', 'go', 'between', 'small', 'and', 'medium', 'and', 'felt', 'that', 'would', 'be', 'a', 'good', 'fit', 'after', 'trying', 'on', 'the', 'shirt', 'i', 'would', 'have', 'opted', 'for', 'the', 'xxxxxxxxs', 'or', 'whatever', 'the', 'smallest', 'size', 'is', 'this', 'shirt', 'is', 'very', 'boxy', 'i', 'know', 'its', 'supposed', 'to', 'have', 'a', "'flow", 'to', 'it', 'but', 'this', 'shirt', 'is', 'too', 'much', 'it', 'needs', 'to', 'be', 'taken', 'in', 'or', 'have', 'a', 'belt', 'wrapped', 'around', 'it', 'i', 'tried', 'the', 'belt', 'look', 'but', 'it', 'did', 'not', 'look', 'flattering', 'i', 'found', 'this', 'color', 'to', 'be', 'very', 'blah', 'overall', 'i', 'am', 'slig', ',1,0,0', 'general', 'tops', 'knits'] ['12349,850,28', 'simple', 'structured', 'classic', 'cute', 'staple', 'in', 'classic', 'style', 'overall', 'fabric', 'weight', 'is', 'good', 'will', 'be', 'able', 'to', 'get', 'by', 'with', 'nude', 'bra', 'many', 'wardrobe', 'options', 'with', 'this', 'staple', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['12350,868,33', 'cute', 'but', 'i', 'can', 'usually', 'be', 'counted', 'on', 'to', 'love', 'a', 'pretty', 'top', 'with', 'lace', 'detail', 'and', 'a', 'bit', 'of', 'flow', 'this', 'one', 'has', 'those', 'qualities', 'but', 'it', 'does', 'not', 'look', 'great', 'on', 'me', 'perhaps', 'it', 'is', 'too', 'flowy', 'because', 'i', 'am', '5', '3', 'or', 'possibly', 'the', 'fabric', 'is', 'too', 'soft', 'a', 'look', 'on', 'me', 'i', 'did', 'size', 'down', 'as', 'reviewers', 'suggested', 'maybe', 'one', 'size', 'was', 'not', 'enough', 'i', 'must', 'return', 'it.,3,0,0', 'general', 'tops', 'knits'] ['12351,868,66', 'love', 'love', 'this', 'top', 'is', 'fabulous', 'so', 'comfy', 'and', 'the', 'lace', 'at', 'the', 'top', 'is', 'just', 'right', 'it', 'does', 'run', 'a', 'little', 'big', 'but', 'drapes', 'so', 'well', 'it', 'looks', 'fine', 'i', 'got', 'the', 'plum', 'but', 'tempted', 'to', 'get', 'the', 'ivory', 'especially', 'at', 'the', 'sale', 'price', 'a', 'steal', ',5,1,0', 'general', 'tops', 'knits'] ['12352,1078,39', 'on', 'my', 'wish', 'list', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'regular', 'size', 'i', 'often', 'need', 'petite', 'i', 'think', 'on', 'this', 'one', 'i', 'could', 'go', 'either', 'way'] [] ['the', 'cut', 'is', 'flattering', 'fit', 'and', 'flare', 'and', 'the', 'colors', 'are', 'rich', 'i', 'like', 'the', 'flowery', 'design', 'good', 'spring', 'piece', 'in', 'my', 'opinion', 'as', 'it', 'has', 'components', 'of', 'all', 'kinds', 'of', 'seasons', 'sleeveless', 'and', 'see-though', 'material', 'buthe', 'design', 'part', 'is', 'almost', 'like', 'a', 'fine', 'corduroy', 'very', 'soft', 'not', 'too', 'flimsy', 'iether', ',4,1,13', 'general', 'petite', 'dresses', 'dresses'] ['12353,868,39', ',huge', 'normally', 'wear', 'a', 'medium', 'and', 'this', 'was', 'huge', 'and', 'very', 'unflattering.,2,0,0', 'general', 'tops', 'knits'] ['12354,933,59', 'spectacular', 'cardigan', 'this', 'cardigan/sweater/jacket', 'is', 'splendidly', 'soft', 'wonderfully', 'warm', 'and', 'super', 'stylish', 'i', 'wear', 'it', 'with', 'a', 'navy', 'pencil', 'skirt', 'or', 'leggings', 'this', 'piece', 'will', 'be', 'timeless', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['12355,868,46', 'comfortable', 'shrinks', 'after', 'washing', 'i', 'ordered', 'the', 'ivory', 'in', 'xl', 'when', 'i', 'received', 'it', 'there', 'was', 'more', 'material', 'than', 'i', 'expected', 'but', 'after', 'washing', 'air-drying', 'it', 'shrunk', 'a', 'lot', 'it', "'s", 'pretty', 'and', 'comfortable', 'worth', 'getting', 'on', 'sale', ',4,1,0', 'general', 'tops', 'knits'] ['12356,822,43', 'not', 'great', 'liked', 'the', 'netting', 'around', 'the', 'collar', 'but', 'the', 'whole', 'blouse', 'was', 'very', 'baggy', 'order', 'size', 'down.,3,0,1', 'general', 'tops', 'blouses'] ['12357,985,47', 'excellent', 'sweater', 'jacket', 'this', 'sweater', 'jacket', 'is', 'beautiful', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'works', 'very', 'well', 'with', 'a', 'tank', 'underneath', 'and', 'a', 'skirt', 'or', 'over', 'a', 'knee', 'length', 'dress', 'wore', 'with', 'boots', 'and', 'received', 'many', 'compliments', 'it', "'s", 'classy.,5,1,2', 'general', 'jackets', 'jackets'] ['12358,868,27', 'a', 'little', 'disappointed', 'i', 'loved', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'and', 'ordered', 'it', 'right', 'away', 'however', 'the', 'fit', 'is', 'way', 'off', 'i', 'am', 'always', 'a', 'size', 'medium', 'always', 'but', 'i', 'was', 'swimming', 'in', 'this', 'and', 'had', 'to', 'return', 'it', 'even', 'if', 'it', 'had', 'fit', 'i', 'was', "n't", 'thrilled', 'with', 'it', 'i', 'thought', 'it', 'would', 'be', 'something', 'i', 'could', 'dress', 'up', 'especially', 'with', 'the', 'lace', 'detail', 'but', 'instead', 'it', 'looked', 'really', 'frumpy', 'i', 'would', 'recommend', 'this', 'top', 'as', 'long', 'as', 'you', 'know', 'to', 'order', 'a', 'smaller', 'size', 'and', 'are', 'looking', 'for', 'something', 'a', 'little', 'more', 'casual', ',3,1,0', 'general', 'tops', 'knits'] ['12359,1078,65', 'very', 'cute', 'dress', 'the', 'dress', 'is', 'very', 'cute', 'probably', 'more', 'on', 'the', 'casual', 'side', 'i', 'ordered', 'the', '2', 'petite', 'and', 'it', 'hits', 'me', 'a', 'few', 'inches', 'above', 'the', 'knee', 'which', 'is', 'what', 'i', 'wanted', 'the', 'material', 'of', 'the', 'dress', 'and', 'under', 'slip', 'is', 'a', 'little', 'thin', 'but', 'it', 'looked', 'nice', 'after', 'i', 'ironed', 'it', 'the', 'top', 'part', 'of', 'the', 'dress', 'looks', 'great', 'and', 'shows', 'off', 'my', 'shoulders', 'nicely', ',4,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12360,822,46', 'flattering', 'and', 'colorful', 'looks', 'great', 'with', 'jeans', 'for', 'a', 'more', 'bohemian', 'look', 'i', 'normally', 'wear', 'a', 'medium', 'but', 'went', 'large', 'to', 'accommodate', 'a', '6', 'month', 'pregnant', 'belly', 'the', 'blouse', 'is', 'loose', 'enough', 'i', 'probably', 'could', 'have', 'stayed', 'with', 'the', 'medium.,5,1,1', 'general', 'tops', 'blouses'] ['12361,817,69', 'easy', 'breezy', 'and', 'pretty', 'this', 'is', 'very', 'comfortable', 'and', 'pretty', 'top', 'i', 'love', 'the', 'pleated', 'peplum', 'and', 'the', 'flutter', 'sleeves', 'the', 'v-neck', 'is', 'the', 'right', 'height', 'and', 'the', 'embroidered', 'polka-dots', 'are', 'very', 'sweet', 'i', 'got', 'many', 'complements', 'wearing', 'this', 'perfect', 'for', 'summer', 'top', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['12362,868,44', 'great', 'top', 'super', 'cute', 'runs', 'a', 'little', 'big', 'i', 'usually', 'purchase', 'l', 'but', 'the', 'm', 'fit', 'better', 'it', "'s", 'thin', 'but', 'not', 'see', 'through', 'so', 'it', 'lays', 'well', ',5,1,0', 'general', 'tops', 'knits'] ['12363,868,35', 'not', 'my', 'favorite', 'i', 'was', 'hoping', 'to', 'love', 'this', 'tunic', 'but', 'it', 'is', "n't", 'what', 'i', 'was', 'hoping', 'for', 'the', 'material', 'is', 'cute', 'but', 'the', 'piece', 'itself', 'is', 'a', 'little', 'too', 'baggy', 'and', 'just', 'does', "n't", 'do', 'anything', 'for', 'my', 'shape', 'just', 'made', 'me', 'look', 'boxy', 'all', 'around', 'it', 'felt', 'more', 'like', 'a', 'poncho', 'than', 'a', 'tailored', 'tunic', 'unfortunately', 'it', 'has', 'to', 'go', 'back', ',3,0,1', 'general', 'tops', 'knits'] ['12364,822,39', 'everyday', 'perfect', 'i', 'absolutely', 'love', 'the', 'dahlia', 'bell-sleeve', 'blouse', 'this', 'blouse', 'has', 'a', 'lovely', 'flow', 'perfect', 'for', 'fall', 'sleeves', 'have', 'a', 'slight', 'bell', 'that', 'hang', 'nicely', 'i', 'would', 'recommend', 'this', 'blouse', 'to', 'everyone', ',5,1,2', 'general', 'tops', 'blouses'] ['12365,868,62', 'so', 'fun', 'and', 'comfy', 'i', 'purchased', 'this', 'in', 'the', 'ivory', 'color', 'in', 'store', 'and', 'liked', 'it', 'so', 'much', 'i', 'ordered', 'the', 'plum', 'color', 'on-line', 'i', 'am', 'almost', 'always', 'an', 'xl', 'but', 'this', 'fit', 'better', 'in', 'the', 'l', 'size', 'it', "'s", 'very', 'soft', 'and', 'comfy', 'and', 'i', 'love', 'the', 'swingy', 'style', 'will', 'be', 'wearing', 'it', 'a', 'lot', ',5,1,0', 'general', 'tops', 'knits'] ['12366,903,47', 'super', 'soft', 'and', 'pretty', 'i', "'m", 'happy', 'with', 'this', 'sweater', 'a', 'few', 'things', 'that', 'may', 'help', 'others', '1', 'the', 'detail', 'on', 'the', 'yoke', 'is', 'made', 'from', 'a', 'silky', 'taupe-colored', 'fiber', '2', 'it', 'is', 'ivory', 'not', 'white', 'and', '3', 'although', 'the', 'fit', 'is', 'true', 'to', 'size', 'the', 'sweater', 'runs', 'short', 'so', 'if', 'you', 'prefer', 'a', 'longer', 'fit', 'you', 'may', 'want', 'to', 'size', 'up', ',4,1,4', 'general', 'tops', 'fine', 'gauge'] ['12367,839,60', 'this', 'is', 'one', 'of', 'my', 'favorite', 'tops', 'it', 'is', 'comfortable', 'and', 'an', 'easy', 'throw', 'and', 'go', 'top', 'i', 'am', 'a', 'big', 'fan', 'of', 'denim', 'tops', 'and', 'the', 'lace', 'on', 'the', 'back', 'gives', 'it', 'that', 'extra', 'detail', 'and', 'flare', 'very', 'pleased', ',5,1,0', 'general', 'tops', 'blouses'] ['12368,850,31', 'elegant', 'i', 'got', 'this', 'top', 'in', 'white', 'and', 'absolutely', 'love', 'it', 'the', 'top', 'can', 'be', 'tucked', 'in', 'or', 'worn', 'out', 'it', 'is', 'very', 'elegant', 'and', 'will', 'go', 'well', 'with', 'skirts', 'as', 'well', 'as', 'pants', 'and', 'even', 'jeans', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12369,868,38', 'comfy', 'and', 'pretty', 'and', 'run', '2', 'sizes', 'too', 'big.', 'i', "'m", 'always', 'an', 'xl', 'in', 'retailer', 'blouses', 'and', 'to', 'be', 'quite', 'honest', 'sometimes', 'the', 'xl', 'are', 'too', 'tight', 'to', 'keep', 'however', 'in', 'this', 'blouse', 'the', 'size', 'medium', 'fits', 'me', 'like', 'a', 'normal', 'size', 'xl', 'would', 'meaning', 'i', 'had', 'to', 'go', 'down', '2', 'sizes', 'even', 'at', 'size', 'medium', 'the', 'blouse', 'is', 'still', 'very', 'loose', 'and', 'flowy', 'the', 'body', 'is', 'cut', 'like', 'a', 'trapeze', 'a-line', 'so', 'very', 'forgiving', 'the', 'fabric', 'has', 'a', 'lot', 'of', 'stretch', 'to', 'it', 'so', 'the', 'arms', 'are', "n't", 'tight', 'the', 'fabric', 'is', 'very', 'comfortable', 'and', 'the', 'lace', 'detail', 'is', 'nice', 'just', 'a', 'heads', 'up', 'for', 'anyone', 'who', 'would', 'c', ',5,1,9', 'general', 'tops', 'knits'] ['12370,868,37', 'cozy', 'elegance', 'first', 'off', 'this', 'top', 'is', 'super', 'cozy', 'i', 'adore', 'an', 'easy', 'top', 'that', 'has', 'beautiful', 'detail', 'and', 'this', 'one', 'does', 'the', 'fabric', 'is', 'a', 'lot', 'like', 'a', 'thermal', 'shirt', 'but', 'not', 'too', 'warm', 'it', "'s", 'very', 'stretchy', 'not', 'sure', 'if', 'it', 'will', 'stretch', 'out', 'with', 'wear', 'but', 'you', 'could', 'easily', 'size', 'down', 'the', 'body', 'has', 'a', 'ton', 'of', 'room', 'because', 'of', 'the', 'cute', 'cut', 'you', 'could', 'wear', 'it', 'oversized', 'without', 'it', 'drowning', 'you', 'or', 'you', 'could', 'size', 'down', 'to', 'keep', 'it', 'more', 'slim', 'the', 'lace', 'is', 'simple', 'and', 'even', 'more', 'beautiful', 'in', 'person', 'i', 'highly', 'recommend', 'this', 'one', 'especia', ',5,1,15', 'general', 'tops', 'knits'] ['12371,868,39', 'runs', 'very', 'large', 'i', "'m", 'not', 'sure', 'i', 'recommend', 'this', 'shirt', 'but', 'i', 'did', 'purchase', 'the', 'plum', 'yesterday', 'i', "'m", 'always', 'always', 'a', 'm', 'and', 'had', 'to', 'size', 'down', 'to', 'an', 'xs', 'on', 'this', 'one', 'that', "'s", 'how', 'large', 'it', 'was', 'even', 'the', 'xs', 'had', 'plenty', 'of', 'room', 'i', "'m", '5', '6', '145', 'lbs', '36b', 'for', 'reference', 'the', 'material', 'look', 'like', 'it', 'will', 'stretch', 'out', 'even', 'further', 'but', 'i', 'got', 'it', 'anyway', 'it', 'was', 'on', 'sale', 'plus', '25', 'off', 'and', 'for', 'that', 'price', 'i', 'can', 'use', 'it', 'for', 'casual', 'days', 'on', 'the', 'weekends', 'it', "'s", 'comfortable', 'on', 'and', 'loved', 'the', 'lace', 'detail.,3,0,0', 'general', 'tops', 'knits'] ['12372,934,72', 'enormous', 'ordered', 'this', 'in', 'my', 'usual', 'medium', 'knowing', 'it', 'was', 'meant', 'to', 'be', 'over-sized', 'but', 'i', 'could', 'easily', 'have', 'put', 'another', 'of', 'me', '138', 'lbs', 'with', 'junk', 'in', 'the', 'trunk', 'inside', 'it', 'so', 'i', "'m", 'returning', 'it', 'for', 'a', 'small', 'feeling', 'sure', 'that', 'there', "'ll", 'still', 'be', 'enough', 'extra', 'for', 'a', 'slouchy', 'look', ',4,1,3', 'general', 'tops', 'sweaters'] ['12373,985,41', 'very', 'loose', 'fit', 'this', 'is', 'a', 'very', 'loose', 'fitting', 'style', 'jacket', 'if', 'you', 'like', 'your', 'jackets', 'oversized', 'get', 'your', 'regular', 'size', 'if', 'you', 'prefer', 'the', 'slightly', 'loose', 'but', 'not', 'baggy', 'fit', 'like', 'the', 'product', 'photo', 'size', 'down', 'as', 'noted', 'by', 'another', 'reviewer', 'the', 'sleeves', 'are', 'incredibly', 'long', 'i', 'would', 'say', 'if', 'you', 'are', 'a', 'typical', 'size', '0', 'or', '2', 'unless', 'you', 'like', 'the', 'oversized', 'fit', 'you', 'are', 'likely', 'sized', 'out', 'of', 'this', 'jacket', 'it', "'s", 'a', 'shame', 'because', 'the', 'quality', 'is', 'great', 'and', 'the', 'windowpane', 'print', 'is', 'beautiful', 'i', "'m", 'sadly', 'sized', 'out', ',4,1,0', 'general', 'jackets', 'jackets'] ['12374,868,39', 'pretty', 'but', 'run', 'large', 'i', 'bought', 'the', 'neutral', 'color', 'this', 'is', 'a', 'lightweight', 'tunic', 'sweater', 'that', 'can', 'be', 'worn', 'during', 'spring', 'the', 'lace', 'detail', 'is', 'so', 'pretty', 'i', 'ordered', 'my', 'normal', 'size', 'small', 'and', 'would', 'have', 'preferred', 'an', 'extra', 'small', 'the', 'top', 'flows', 'nice', 'but', 'would', "'ve", 'been', 'a', 'better', 'overall', 'fit', 'if', 'i', 'sized', 'down', 'i', "'m", '5', '7', '140', 'lbs', 'for', 'reference', 'make', 'sure', 'you', 'size', 'down', 'at', 'least', '1', 'size.,4,1,0', 'general', 'tops', 'knits'] ['12375,1078,31', 'perfect', 'this', 'dress', 'is', 'super', 'flattering', 'i', 'love', 'everything', 'about', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12376,868,38', 'five', 'of', 'me', 'could', 'fit', 'in', 'this', 'top', 'i', 'am', '6', 'and', 'typically', 'wear', 'a', 'size', '8-10.', 'i', 'am', 'a', 'rather', 'busty', 'kind', 'of', 'gal', '36h', 'so', 'i', 'usually', 'order', 'larges', 'in', 'tops', 'so', 'that', 'i', 'am', 'sure', 'there', 'is', 'no', 'pull', 'across', 'my', 'chest', 'i', 'ordered', 'a', 'large', 'in', 'this', 'top', 'in', 'the', 'plum', 'color', 'when', 'i', 'received', 'the', 'top', 'i', 'could', 'not', 'stop', 'laughing', 'at', 'how', 'huge', 'it', 'was', 'the', 'fit', 'in', 'the', 'chest', 'area', 'is', 'fine', 'but', 'i', 'can', 'wrap', 'the', 'sides', 'around', 'me', 'and', 'tie', 'them', 'into', 'a', 'bow', 'at', 'least', 'half', 'of', 'the', 'material', 'needs', 'to', 'be', 'removed', 'despite', 'how', 'huge', 'the', 'top', 'is', 'it', 'is', 'very', 'cute', 'otherwise', 'i', 'just', 'mail', ',3,0,0', 'general', 'tops', 'knits'] ['12377,1078,30', 'better', 'in', 'person', 'the', 'print', 'and', 'detail', 'on', 'this', 'dress', 'are', 'so', 'much', 'better', 'in', 'person', 'especially', 'the', 'neckline', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'in', 'that', 'it', 'felt', 'spring-timey', 'to', 'me', 'flattering', 'fit', 'and', 'flare', 'however', 'the', 'top', 'runs', 'extremely', 'small', 'i', 'am', 'usually', 'a', '6', 'in', 'retailer', 'dresses', 'and', 'i', 'could', 'barely', 'zip', 'the', '8', 'over', 'my', 'bust', 'but', 'the', '10', 'was', 'enormous', 'rest', 'of', 'the', 'dress', 'fit', 'fine', 'but', 'if', 'you', 'are', 'large', 'up', 'top', 'you', 'might', 'want', 'to', 'size', 'up', 'fabric', 'does', 'not', 'stretch', 'overall', 'too', 'cute', 'to', 'pass', 'up', 'for', 'reference', 'i', 'am', 'a', '34dd', ',4,1,12', 'general', 'dresses', 'dresses'] ['12378,1078,32', 'versatile', 'great', 'spring', 'winter', 'color', 'color', 'of', 'the', 'dress', 'matches', 'color', 'on', 'my', 'monitor', 'the', 'neckline', 'is', 'sheer', 'i', 'am', '5', '4', ',125', 'lbs', '32d', 'and', 'ordered', 'a', 'size', '6.', 'i', 'thought', 'it', 'fit', 'perfect', 'this', 'is', 'a', 'great', 'spring/summer', 'dress', 'and', 'can', 'be', 'worn', 'with', 'dress', 'heels', 'or', 'flats', 'for', 'a', 'dressier', 'look', 'it', 'can', 'also', 'be', 'worm', 'with', 'tennis', 'shoes', 'white', 'converse', 'are', 'my', 'choice', 'for', 'a', 'more', 'casual', 'look'] [] ['i', 'think', 'this', 'dress', 'could', 'also', 'transition', 'to', 'a', 'fall/winter', 'piece', 'paired', 'with', 'tights', 'and', 'a', 'suit', 'jacket', 'or', 'cardigan'] [] ['also', 'i', 'love', 'the', 'pockets', 'though', 'i', 'do', 'see', 'ho', ',5,1,1', 'general', 'dresses', 'dresses'] ['12379,868,63', 'what', 'a', 'beautiful', 'flowing', 'top', 'i', 'am', 'either', 'a', 'large', 'or', 'xl', 'in', 'tops', 'but', 'only', 'needed', 'a', 'large', 'in', 'this', 'top', 'i', 'purchased', 'it', 'in', 'the', 'neutral', 'color', 'but', 'will', 'probably', 'get', 'it', 'in', 'plum', 'if', 'you', 'have', 'some', 'flaws', 'in', 'your', 'middle', 'this', 'conceals', 'everything', 'the', 'material', 'is', 'so', 'soft', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'wear', 'it', 'from', 'now', 'until', 'late', 'fall', 'the', 'plum', 'color', 'was', 'beautiful', 'but', 'i', 'have', 'more', 'to', 'wear', 'with', 'neutral', 'a', 'great', 'versatile', 'top', ',5,1,28', 'general', 'tops', 'knits'] ['12380,1078,19', ',really', 'cute', 'stress', 'i', 'love', 'the', 'pattern', 'and', 'feel', 'that', 'this', 'dress', 'you', 'can', 'easily', 'dress', 'up', 'or', 'dress', 'down', 'the', 'neckline', 'is', 'the', 'main', 'reason', 'why', 'i', 'bought', 'the', 'dress', 'it', 'is', 'a', 'dress', 'that', 'hits', 'above', 'my', 'knees', 'so', 'i', 'like', 'how', 'modest', 'it', 'is', 'the', 'slightly', 'open', 'back', 'is', 'also', 'a', 'nice', 'touch', 'it', "'s", 'a', 'dress', 'that', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'perfect', 'spring', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['12381,868,38', 'comfy', 'and', 'stylish', 'i', "'m", '7months', 'preggars', 'and', 'this', 'top', 'actually', 'compliments', 'my', 'belly', 'extremely', 'comfortable.,5,1,0', 'general', 'tops', 'knits'] ['12382,850,24', 'great', 'basic', 'tank', 'i', "'m", 'always', 'on', 'the', 'hunt', 'for', 'good', 'white', 'blouses', 'to', 'pair', 'with', 'business', 'casual', 'attire', 'or', 'everyday', 'wear', 'this', 'was', 'a', 'great', 'tank', 'i', 'love', 'the', 'fabric', 'it', "'s", 'nice', 'and', 'sturdy', 'and', 'you', 'do', "n't", 'have', 'to', 'worry', 'about', 'wearing', 'a', 'cami', 'beneath', 'it', 'this', 'fabric', 'does', 'wrinkle', 'some', 'so', 'bear', 'that', 'in', 'mind', 'i', 'really', 'like', 'the', 'shape', 'of', 'the', 'top', 'near', 'the', 'shoulders', 'it', "'s", 'a', 'great', 'conservative', 'cut', 'the', 'little', 'criss', 'cross', 'detail', 'on', 'the', 'back', 'adds', 'a', 'bit', 'of', 'charm', 'to', 'the', 'top', 'i', 'would', 'definitely', 'recommend', 'this', 'to', 'others.,4,1,1', 'general', 'petite', 'tops', 'blouses'] ['12383,1078,34', 'my', 'new', 'favorite', 'dress', 'this', 'dress', 'fits', 'me', 'perfect', 'the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'it', 'was', 'a', 'little', 'snug', 'around', 'the', 'neck', 'every', 'now', 'and', 'then', 'it', 'was', 'a', 'little', 'snug', 'getting', 'in', 'and', 'out', 'of', 'the', 'dress', 'too', 'overall', 'the', 'design', 'is', 'beautiful', 'and', 'it', 'is', 'definitely', 'my', 'new', 'favorite', ',5,1,2', 'general', 'dresses', 'dresses'] ['12384,822,45', 'subtle', 'bohemian', 'usually', 'the', 'whole', 'boho', 'style', 'looks', 'funny', 'on', 'me', 'but', 'the', 'cut', 'and', 'print', 'were', 'subtle', 'enough', 'for', 'me', 'to', 'pull', 'it', 'off', 'the', 'colors', 'are', 'beautiful', 'probably', 'flattering', 'against', 'any', 'hair', 'or', 'skin', 'tones', 'i', 'took', 'my', 'usual', 'small', 'because', 'the', 'shoulders', 'were', 'generous', 'enough', 'word', 'of', 'caution', 'this', 'is', 'dry', 'clean', 'only', ',5,1,2', 'general', 'tops', 'blouses'] ['12385,817,42', 'had', 'such', 'promise', 'i', 'was', 'really', 'excited', 'after', 'finding', 'this', 'top', 'online', 'and', 'reading', 'the', 'reviews', 'the', 'combination', 'of', 'peplum', 'cap', 'sleeves', 'and', 'color', 'seemed', 'too', 'good', 'to', 'be', 'true', 'i', 'ordered', 'a', 'size', 'medium', 'but', 'unfortunately', 'this', 'top', 'is', 'on', 'the', 'short', 'side', 'so', 'wearing', 'it', 'with', 'pants', 'or', 'jeans', 'did', 'not', 'work', 'out', 'in', 'addition', 'the', 'fabric', 'was', 'more', 'sheer', 'than', 'it', 'looks', 'in', 'the', 'picture', 'and', 'the', 'v-neck', 'in', 'front', 'dipped', 'a', 'little', 'lower', 'too', 'a', 'camisole', 'might', 'have', 'solved', 'both', 'of', 'those', 'problems', 'but', 'i', 'did', "n't", 'bother', 'i', 'returned', 'it', 'to', 'the', 'store', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['12386,822,45', 'beautiful', 'print', 'and', 'colors', 'this', 'is', 'a', 'really', 'pretty', 'shirt', 'the', 'colors', 'are', 'beautiful', 'it', 'runs', 'large', 'and', 'it', "'s", 'semi-sheer', 'shape', 'is', 'loose', 'and', 'boxy', 'but', 'because', 'it', "'s", 'more', 'sheer', 'it', 'did', "n't", 'seem', 'as', 'boxy', 'i', "'m", 'tall', 'and', 'this', 'was', 'long', 'enough', 'only', 'change', 'would', 'be', 'to', 'make', 'the', 'sleeves', 'a', 'little', 'less', 'bell', 'like', 'not', 'tight', 'but', 'lose', 'some', 'of', 'the', 'volume', ',4,1,0', 'general', 'tops', 'blouses'] ['12387,868,24', 'nice', 'spring', 'top', 'i', 'do', 'a', 'lot', 'of', 'online', 'shopping', 'and', 'consequently', 'a', 'lot', 'of', 'returning', 'when', 'i', 'saw', 'this', 'shirt', 'online', 'i', 'was', 'really', 'excited', 'about', 'it', 'it', 'just', 'looks', 'very', 'elegant', 'nice', 'and', 'airy', 'when', 'the', 'shirt', 'arrived', 'i', 'almost', 'thought', 'that', 'i', 'should', 'return', 'it', 'because', 'there', 'was', 'blue', 'lint', 'all', 'over', 'the', 'body', 'and', 'sleeves', 'turns', 'out', 'that', 'this', 'is', 'part', 'of', 'the', 'shirt', 'if', 'you', 'zoom', 'in', 'you', 'can', 'see', 'the', 'blue', 'specs', 'woven', 'in', 'i', 'did', "n't", 'end', 'up', 'returning', 'the', 'shirt', 'because', 'it', "'s", 'extremely', 'comfortable', 'and', 'i', 'still', 'get', 'a', 'lot', 'of', 'complimen', ',4,1,0', 'general', 'tops', 'knits'] ['12388,1078,26', 'kentucky', 'derby', 'dress', 'really', 'love', 'the', 'print', 'of', 'this', 'dress', 'and', 'the', 'eyelet', 'detailing', 'around', 'the', 'neck', 'very', 'flattering', ',4,1,1', 'general', 'dresses', 'dresses'] ['12389,868,34', 'be', 'careful', 'how', 'you', 'wash', 'this', 'shirt', 'is', 'beautiful', 'it', 'is', 'flowy', 'and', 'light', 'a', 'perfect', 'piece', 'for', 'transitioning', 'from', 'winter', 'to', 'spring', 'however', 'do', 'not', 'follow', 'the', 'washing', 'instructions', 'on', 'the', 'tag', 'it', 'says', 'you', 'can', 'machine', 'wash', 'tumble', 'dry', 'low', 'and', 'despite', 'going', 'one', 'step', 'further', 'and', 'washing', 'on', 'my', 'gentle', 'cycle', 'in', 'cold', 'water', 'and', 'drying', 'it', 'on', 'extra', 'low', 'it', 'came', 'out', 'of', 'the', 'wash', 'so', 'small', 'that', 'a', 'child', 'could', 'barely', 'wear', 'it', 'it', 'went', 'from', 'being', 'a', 'tunic', 'to', 'an', 'inappropriate', 'crop', 'top', 'i', 'will', 'never', 'wear', 'again', 'if', 'you', 'do', 'order', 'please', 'take', 'the', ',2,0,16', 'general', 'tops', 'knits'] ['12390,1033,56', 'great', 'cords', 'i', 'love', 'these', 'pants', 'these', 'pants', 'are', 'perfect', 'if', 'you', 'like', 'a', 'slim', 'style', 'but', 'ca', "n't", 'comfortably', 'wear', 'skinnies', 'i', 'like', 'the', 'heavy', 'weight', 'corduroy', 'fabric', 'and', 'seaming', 'details', 'i', 'bought', 'the', 'wine', 'color', 'but', 'as', 'pictured', 'it', 'really', 'is', 'rust', 'or', 'copper', 'colored', 'which', 'i', 'prefer', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12391,936,47', 'great', 'alternative', 'to', 'a', 'sweat', 'shirt', 'i', 'love', 'wearing', 'this', 'pullover', 'with', 'leggings', 'and', 'boots', 'it', "'s", 'soft', 'comfortable', 'and', 'loose', 'fitting', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12392,863,36', ',,5,1,0', 'general', 'tops', 'knits'] ['12393,839,63', 'very', 'cute', 'top', 'the', 'blue', 'is', 'not', 'see', 'though', 'at', 'all', 'and', 'the', 'length', 'is', 'perfect', 'so', 'many', 'tops', 'now', 'are', 'on', 'the', 'longer', 'side', 'or', 'have', 'the', 'high/low', 'hems', 'this', 'one', 'is', 'great', 'love', 'it', 'kinda', 'want', 'the', 'white', 'one', 'now', ',5,1,0', 'general', 'tops', 'blouses'] ['12394,839,28', 'pretty', 'but', 'very', 'short', 'this', 'is', 'a', 'beautiful', 'and', 'well-made', 'top', 'sadly', 'it', 'just', 'did', "n't", 'work', 'for', 'me', 'i', "'m", '5', '1', 'with', 'a', 'pretty', 'short', 'waist', 'and', 'even', 'on', 'me', 'it', 'was', 'too', 'short', 'the', 'shortness', 'might', "'ve", 'worked', 'if', 'it', 'was', "n't", 'as', 'baggy', 'as', 'it', 'was', 'i', 'do', "n't", 'mind', 'baggy', 'loose-fitting', 'tops', 'but', 'this', 'was', 'so', 'much', 'so', 'that', 'it', 'was', 'just', 'unflattering', 'it', 'looked', 'a', 'bit', 'boxy', 'as', 'well', ',3,0,0', 'general', 'tops', 'blouses'] ['12395,839,34', 'cute', 'top', 'but', 'short', 'and', 'boxy', 'nicely', 'made', 'pretty', 'details', 'but', 'it', "'s", 'cropped', 'fairly', 'short', 'and', 'is', 'rather', 'boxy', 'wore', 'with', 'orange', 'linen', 'pants', 'and', 'it', 'was', 'cute', ',3,1,1', 'general', 'tops', 'blouses'] ['12396,863,43', 'great', 'shirt', 'bought', 'this', 'shirt', 'in', 'the', 'black', 'runs', 'tts', 'very', 'comfortable', 'and', 'flattering', 'past', 'left', 'of', 'center', 'shirts', 'in', 'this', 'style/fabric', 'seem', 'to', 'run', 'a', 'little', 'large', 'but', 'i', 'bought', 'this', 'in', 'my', 'usual', 'retailer', 'm', 'and', 'it', "'s", 'great', 'very', 'similar', 'to', 'last', 'years', 'style', 'but', 'perhaps', 'a', 'tad', 'more', 'fitted', 'i', 'gave', 'it', 'a', '4', 'for', 'quality', 'b/c', 'i', 'have', 'noticed', 'a', 'little', 'bit', 'of', 'pilling', 'under', 'the', 'arm', 'area', 'but', 'overall', 'it', 'holds', 'up', 'pretty', 'well', ',5,1,3', 'general', 'tops', 'knits'] ['12397,45,26', 'cute', 'pants', 'but', 'short', 'these', 'pants', 'have', 'a', 'really', 'cute', 'design', 'however', 'they', 'are', 'a', 'bit', 'short', 'and', 'i', "'m", 'only', '5', '4', 'i', "'m", 'still', 'happy', 'i', 'purchased', 'them', 'but', 'i', 'thought', 'i', 'was', 'purchasing', 'full', 'length', 'pants', 'as', 'shown', 'on', 'the', 'model', 'and', 'not', 'capris', ',4,1,0', 'general', 'bottoms', 'casual', 'bottoms'] ['12398,863,40', 'good', 'material', 'i', 'am', '5', '3', '118', 'lbs', 'and', 'fit', 'perfect', 'in', 'size', 's', 'petite', 'good', 'material', 'and', 'flatting', ',4,1,2', 'general', 'tops', 'knits'] ['12399,839,25', 'cute', 'in', 'theory', 'this', 'is', 'a', 'gorgeous', 'top', 'however', 'it', 'is', 'very', 'sheer', 'and', 'see', 'through', 'maybe', 'the', 'fabric', 'would', 'have', 'been', 'better', 'if', 'it', 'was', 'a', 'bit', 'thicker', ',3,1,23', 'general', 'tops', 'blouses'] ['12400,863,45', 'another', 'great', 'one', 'from', 'left', 'of', 'center', 'love', 'this', 'top', 'such', 'a', 'pretty', 'color', 'and', 'so', 'comfy', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'fits', 'pretty', 'true', 'like', 'most', 'left', 'of', 'center', 'washes', 'and', 'dries', 'in', 'the', 'dryer', 'very', 'nicely', ',5,1,0', 'general', 'tops', 'knits'] ['12401,863,38', 'a', 'shirt', 'to', 'live', 'in', 'but', 'inconsistent', 'sizing', 'i', 'liked', 'this', 'shirt', 'so', 'much', 'i', 'ordered', 'a', 'second', 'one', 'online', 'in', 'the', 'same', 'size', 'but', 'different', 'color', 'unfortunately', 'the', 'second', 'one', 'is', 'much', 'shorter', 'than', 'the', 'first', 'and', 'looks', 'less', 'like', 'a', 'tunic', 'or', 'more', 'like', 'a', 'cropped', 'flowy', 'top', 'not', 'a', 'good', 'look', 'so', 'the', 'second', 'one', 'is', 'going', 'back', 'otherwise', 'the', 'shirt', 'would', 'get', '5', 'stars', 'washes', 'well', 'super', 'soft', 'and', 'comfy', 'and', 'looks', 'great', 'with', 'all', 'kinds', 'of', 'bottoms', 'jeans', 'cords', 'leggings', 'wish', 'it', 'came', 'in', 'more', 'colors', 'i', 'typically', 'wear', 'a', 'm', 'or', 'l', 'in', 'retailer', 'tops', 'and', 'took', 'the', 'l', 'in', 'th', ',4,1,2', 'general', 'tops', 'knits'] ['12402,863,39', 'soft', 'and', 'comfy', 'perfect', 'for', 'the', 'weekend', 'purchased', 'the', 'purple', 'it', 'is', 'a', 'nice', 'soft', 'purple', 'great', 'with', 'jeans', 'xs', 'petite', 'was', 'perfect', '115', 'lbs', ',5,1,0', 'general', 'tops', 'knits'] ['12403,839,52', ',loved', 'it', 'i', 'have', 'receive', 'so', 'many', 'compliments', 'when', 'i', 'wear', 'this', 'it', 'fit', 'great.,5,1,1', 'general', 'tops', 'blouses'] ['12404,863,46', 'perfect', 'long-sleeved', 'tee', 'i', 'ordered', 'the', 'orange', 'version', 'in', 'size', 'xl', 'it', 'fits', 'true', 'to', 'size', 'the', 'fit', 'on', 'me', 'matches', 'the', 'online', 'photos', 'it', "'s", 'so', 'comfortable', 'to', 'wear', 'i', 'love', 'the', 'unique', 'details', 'of', 'it', 'i', "'ve", 'washed', 'air-dried', 'it', 'too', 'it', 'retained', 'its', 'size', 'the', 'color', 'is', 'outstanding', 'it', "'s", 'such', 'a', 'pretty', 'shade', 'that', 'looks', 'more', 'red', 'online', 'than', 'it', 'does', 'in', 'person', 'there', "'s", 'more', 'of', 'a', 'darker', 'orange', 'tint', 'to', 'it', 'i', "'ve", 'gotten', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'tee', 'hopefully', 'it', "'ll", 'come', 'back', 'in', 'the', 'fall', 'in', 'more', 'colors.,5,1,0', 'general', 'tops', 'knits'] ['12405,829,28', 'beautiful', 'piece', 'i', "'m", 'in', 'love', 'with', 'this', 'print', 'the', 'fabric', 'is', 'very', 'soft', 'too', 'as', 'others', 'have', 'noted', 'it', 'is', 'small', 'in', 'some', 'odd', 'spots', 'and', 'a', 'little', 'big', 'in', 'others', 'but', 'overall', 'my', 'usual', 'size', 'worked', 'out', 'great', 'i', 'wear', 'it', 'with', 'a', 'cute', 'belt', 'to', 'enhance', 'an', 'hourglass', 'look', 'because', 'it', "'s", 'pretty', 'drapey', 'really', 'versatile', 'lovely', 'tunic', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12406,863,41', 'great', 'top', 'this', 'top', 'is', 'a', 'cross', 'between', 'a', 'shirt', 'and', 'sweater', 'great', 'length', 'and', 'very', 'soft', 'it', 'does', 'run', 'a', 'little', 'large', 'so', 'size', 'down', 'if', 'you', 'are', 'n', 'the', 'fence', 'hangs', 'nicely', 'in', 'the', 'back.,5,1,2', 'general', 'tops', 'knits'] ['12407,863,71', 'good', 'fit', 'was', 'looking', 'for', 'a', 'top', 'with', 'this', 'style', 'i', 'ordered', 'this', 'top', 'wondering', 'if', 'it', 'would', 'fit', 'in', 'the', 'hip', 'area', 'after', 'reading', 'the', 'size', 'chart', 'it', 'showed', 'a', 'close', 'fit', 'the', 'answer', 'is', 'yes', 'there', "'s", 'room', 'to', 'spare', 'which', 'is', 'a', 'good', 'thing', 'i', 'like', 'the', 'nubby', 'front', 'material', 'and', 'the', 'hemline', "'s", 'asymmetrical', 'style', 'i', "'ll", 'be', 'layering', 'this', 'top', 'with', 'sweaters', 'and', 'jackets', 'all', 'winter', 'very', 'soft', 'feeling', 'fabric', 'would', "n't", 'mind', 'another', 'one', 'in', 'a', 'different', 'color', ',5,1,3', 'general', 'tops', 'knits'] ['12408,863,36', 'pretty', 'and', 'comfortable', 'i', 'bought', 'the', 'grey', 'which', 'is', 'a', 'gorgeous', 'color', 'i', 'like', 'the', 'long', 'length', 'in', 'the', 'arms', 'though', 'i', 'tried', 'it', 'on', 'in', 'different', 'colors', 'and', 'the', 'arm', 'length', 'did', 'very', 'soft', 'and', 'pretty', 'i', 'like', 'the', 'length', 'the', 'back', 'does', 'wrinkle', 'but', 'i', 'still', 'like', 'the', 'shirt', 'it', "'s", 'loose', 'casual', 'and', 'flattering', ',5,1,2', 'general', 'tops', 'knits'] ['12409,828,32', 'from', 'a', 'petite', 'love', 'this', 'shirt', 'it', "'s", 'a', 'little', 'roomy', 'but', 'this', 'shirt', 'is', 'spectacular', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'on', 'this', 'one', 'whether', 'worn', 'with', 'jeans', 'work', 'pants', 'or', 'shorts', 'all-weather', 'as', 'other', 'reviewers', 'have', 'said', 'the', 'material', 'is', 'sort', 'of', 'sleek-feeling', 'not', 'traditional', 'cotton', 'for', 'me', 'i', 'love', 'that', 'as', 'i', "'ve", 'been', 'able', 'to', 'wash', 'stains', 'out', 'of', 'this', 'shirt', 'more', 'easily', 'than', 'i', 'otherwise', 'would', 'i', 'am', 'normally', 'a', 'tiny', 'tiny', 'petite', 'but', 'i', 'ended', 'up', 'buying', 'this', 'in', 'the', 'xs', 'regular', 'because', 'the', 'style', 'worked', 'even', 'though', 'it', "'s", 'a', 'bit', 'loose', ',5,1,0', 'general', 'tops', 'blouses'] ['12410,829,59', 'fun', 'shirt', 'for', 'work', 'or', 'weekend', 'wear', 'this', 'top', 'is', 'great', 'to', 'wear', 'to', 'work', 'or', 'for', 'enjoying', 'brunch', 'or', 'dinner', 'with', 'friends', 'it', 'is', 'very', 'comfortable', 'and', 'pairs', 'great', 'with', 'jeans', 'for', 'a', 'dressed', 'down', 'look', 'i', 'sometimes', 'wear', 'it', 'under', 'a', 'chambray', 'dress', 'and', 'have', 'gotten', 'a', 'ton', 'of', 'compliments', 'great', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12411,839,56', 'sweet', 'shirt', 'this', 'is', 'a', 'light', 'so', 'fun', 'to', 'wear', 'shirt', 'it', "'s", 'delicate', 'and', 'can', 'be', 'worn', 'to', 'dress', 'up', 'jeans', 'i', 'would', 'very', 'much', 'recommend', 'it', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['12412,863,46', 'not', 'in', 'love', 'with', 'the', 'color', 'ordered', 'this', 'online', 'and', 'thought', 'it', 'was', 'more', 'of', 'a', 'red', 'than', 'the', 'true', 'orange', 'that', 'it', 'is,4,0,0', 'general', 'tops', 'knits'] ['12413,863,31', 'medora', 'tee', 'i', 'love', 'this', 'shirt', 'i', 'have', 'it', 'in', 'black', 'and', 'purple', 'i', 'found', 'the', 'fit', 'tts', 'and', 'looks', 'great', 'casually', 'with', 'a', 'scarf', 'or', 'dressed', 'up', 'with', 'a', 'nice', 'necklace', 'you', 'ca', "n't", 'go', 'wrong', 'with', 'a', 'cute', 'long', 'sleeve', 'shirt', 'that', 'is', 'soft', 'i', 'like', 'the', 'length', 'goes', 'just', 'past', 'my', 'bottom', 'in', 'the', 'back', 'but', 'not', 'overwhelming'] ['it', 'is', 'more', 'fitted', 'than', 'last', 'years', 'style', ',5,1,2', 'general', 'tops', 'knits'] ['12414,863,49', 'so', 'comfy', 'i', 'bought', 'this', 'shirt', 'in', 'black', 'and', 'green', 'and', 'now', 'bought', 'the', 'orange', 'it', 'is', 'casual', 'and', 'stylish', 'at', 'the', 'same', 'time', 'material', 'is', 'soft', 'great', 'shirt', ',5,1,0', 'general', 'tops', 'knits'] ['12415,863,54', 'super', 'soft', 'i', 'was', 'undecided', 'whether', 'to', 'get', 'regular', 'or', 'petite', 'i', 'am', '5', '4', 'but', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'sloppy', 'long', 'ordered', 'the', 'petite', 'xs', 'as', 'other', 'reviewers', 'suggested', 'ordering', 'down', 'and', 'its', 'perfect', 'length', 'falls', 'on', 'me', 'same', 'as', 'the', 'model', 'above', 'not', 'heavy', 'and', 'very', 'soft', 'casual', 'but', 'not', 'sloppy', 'sleeves', 'are', 'a', 'tad', 'long', 'which', 'i', 'prefer', ',5,1,0', 'general', 'tops', 'knits'] ['12416,839,53', 'gorgeous', 'white', 'blouse', 'i', 'love', 'a', 'good', 'white', 'blouse', 'and', 'this', 'shirt', 'does', 'not', 'disappoint', 'the', 'detailing', 'of', 'the', 'lace', 'and', 'bead', 'work', 'make', 'it', 'extra', 'special', 'i', 'just', 'love', 'it', 'it', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'with', 'jeans', 'it', 'runs', 'a', 'bit', 'wide', 'i', 'normally', 'do', "n't", 'buy', 'a', 'petite', 'in', 'tops', 'because', 'i', 'am', 'long', 'in', 'the', 'body', 'but', 'i', 'did', 'with', 'this', 'one', 'after', 'i', 'tried', 'the', 'regular.,5,1,1', 'general', 'tops', 'blouses'] ['12417,936,25', 'great', 'fit', 'love', 'this', 'top', 'the', 'material', 'is', 'very', 'comfortable', 'and', 'it', "'s", 'loose', 'fitting', 'which', 'is', 'what', 'i', 'was', 'looking', 'for', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['12418,863,56', 'a', 'staple', 'this', 'is', 'so', 'comfortable', 'i', 'had', 'to', 'buy', 'another', 'one', 'looks', 'great', 'under', 'sleeveless', 'sweaters', 'interesting', 'texture', 'adds', 'interest', ',5,1,0', 'general', 'tops', 'knits'] ['12419,839,44', ',,5,1,0', 'general', 'tops', 'blouses'] ['12420,839,43', 'well', 'made', 'cute', 'top', 'so', 'this', 'top', 'is', 'kind', 'of', 'short', 'but', 'that', 'is', 'pictured', 'it', 'hits', 'right', 'where', 'it', 'does', 'in', 'the', 'photo', 'which', 'i', 'like', 'it', 'is', 'a', 'sheer', 'material', 'not', 'terribly', 'so', 'but', 'you', 'will', 'most', 'likely', 'need', 'a', 'cami', 'which', 'you', 'could', 'pair', 'a', 'long', 'one', 'with', 'to', 'offset', 'the', 'shorter', 'top', 'if', 'you', 'do', "n't", 'like', 'the', 'shortness', 'i', 'love', 'the', 'top', 'it', "'s", 'very', 'pretty', 'detailing', 'cute', 'just', 'as', 'pictured', 'i', 'ordered', 'a', 'size', '2', 'and', 'it', 'fits', 'great', 'i', 'usually', 'wear', 'petites', 'but', 'you', 'really', 'do', "n't", 'need', 'to', 'get', 'a', 'petite', 'because', 'it', "'s", 'short', 'as', 'it', 'is', 'i', 'have', 'broad', 'sho', ',5,1,1', 'general', 'tops', 'blouses'] ['12421,267,48', 'shimmer', 'v', 'love', 'this', 'but', 'the', 'one', 'thing', 'that', 'made', 'me', 'buy', 'this', 'is', 'that', 'if', 'you', 'look', 'at', 'the', 'pic', 'the', 'girl', 'has', 'her', 'hand', 'in', 'a', 'pocket', 'there', 'is', 'no', 'pocket', 'which', 'makes', 'me', 'bring', 'the', 'rating', 'down', 'some', 'one', 'else', 'had', 'noted', 'that', 'the', 'v', 'is', 'deep', 'they', 'are', 'very', 'right', 'be', 'prepared', 'to', 'shift', 'the', 'shirt', 'lots', 'unless', 'you', 'wear', 'something', 'under', 'it', 'is-', 'other', 'than', 'that', 'i', 'really', 'like', 'it', ',3,1,2', 'initmates', 'intimate', 'sleep'] ['12422,829,30', 'great', 'shirt', 'i', 'ordered', 'this', 'shirt', 'last', 'week', 'and', 'i', 'wore', 'it', 'as', 'soon', 'as', 'it', 'arrived', 'it', 'is', 'a', 'beautiful', 'shirt', 'with', 'an', 'original', 'design', 'it', 'is', 'rather', 'casual', 'but', 'you', 'can', 'dress', 'it', 'up', 'with', 'the', 'right', 'accessories', 'the', 'print', 'appears', 'to', 'be', 'navy', 'it', 'was', 'advertised', 'as', 'black', 'and', 'it', 'looks', 'great', 'with', 'jeans', 'i', 'would', 'certainly', 'recommend', 'this', 'item', ',5,1,0', 'general', 'tops', 'blouses'] ['12423,839,52', 'cute', 'but', 'not', 'for', 'me', 'beautiful', 'in', 'white', 'and', 'beautiful', 'to', 'look', 'at', 'but', 'as', 'the', 'other', 'reviewer', 'mentioned', 'the', 'fabric', 'is', 'very', 'sheer', 'and', 'see', 'thru', 'not', 'a', 'deal', 'breaker', 'if', 'worn', 'over', 'a', 'cami', 'however', 'the', 'reason', 'i', 'am', 'returning', 'it', 'is', 'the', 'fit', 'there', 'is', 'too', 'much', 'fabric', 'flaring', 'right', 'at', 'my', 'waist', 'it', 'looks', 'like', 'a', 'tent', 'on', 'me', 'in', 'addition', 'some', 'of', 'the', 'beading', 'is', 'already', 'coming', 'off', 'and', 'i', 'ca', "n't", 'imagine', 'what', 'it', 'will', 'look', 'like', 'after', 'one', 'wash.', 'that', "'s", 'too', 'bad', 'but', 'i', 'ca', "n't", 'justify', 'paying', 'this', 'much', 'money', 'for', 'a', 'sweet', 'top', 'that', 'is', 'beautiful', ',4,0,13', 'general', 'tops', 'blouses'] ['12424,863,59', ',,5,1,0', 'general', 'tops', 'knits'] ['12425,863,29', 'great', 'basic', 'this', 'is', 'a', 'really', 'great', 'tunic', 'purchased', 'it', 'in', 'black', 'and', 'it', 'is', 'very', 'flattering', 'i', 'love', 'the', 'side', 'slit', 'detail', 'the', 'material', 'may', 'seem', 'very', 'casual', 'but', 'it', 'is', 'extremely', 'comfortable', 'and', 'can', 'be', 'dressed', 'up', 'i', "'m", '5', '3', '130lbs', 'and', 'a', 's', 'fits', 'perfect', ',5,1,0', 'general', 'tops', 'knits'] ['12426,839,48', 'shirt', 'looks', 'better', 'than', 'in', 'the', 'photo', 'i', 'am', 'not', 'a', 'big', 'fan', 'of', 'lace', 'but', 'this', 'shirt', 'has', 'just', 'enough', 'it', 'actually', 'looks', 'better', 'than', 'the', 'photo', 'and', 'it', 'looks', 'even', 'better', 'when', 'you', 'wear', 'it', 'i', 'have', 'received', 'numerous', 'compliments', 'on', 'this', 'shirt', 'everytime', 'i', "'ve", 'worn', 'it.,4,1,2', 'general', 'tops', 'blouses'] ['12427,815,40', 'unique', 'this', 'blouse', 'is', 'made', 'out', 'of', 'a', 'high-quality', 'material', 'flows', 'beautifully', 'and', 'the', 'neutral', 'flower', 'pattern', 'makes', 'its', 'yellow/green', 'base', 'pop', 'i', 'played', 'with', 'a', 'bow', 'and', 'decided', 'that', 'it', 'looks', 'the', 'best', 'tied', 'lower', 'than', 'on', 'the', 'model', 'to', 'form', 'v', 'shaped', 'neckline', 'this', 'piece', 'will', 'transition', 'easily', 'from', 'one', 'season', 'to', 'the', 'next', 'and', 'from', 'causal', 'to', 'dressy', 'for', 'the', 'reference', 'size', '12', 'was', 'the', 'best', 'fit', 'form', 'my', 'curvy', '36dd', 'frame', ',5,1,2', 'general', 'tops', 'blouses'] ['12428,863,45', 'love', 'it', 'but', 'i', 'love', 'this', 'top', 'so', 'cute', 'and', 'comfy', 'but', 'i', 'wore', 'it', 'twice', 'washed', 'it', 'once', 'on', 'gentle', 'and', 'layed', 'to', 'dry', 'now', 'there', 'are', '2', 'small', 'holes', 'in', 'the', 'front', 'for', 'as', 'much', 'as', 'it', 'cost', 'i', 'would', 'have', 'expected', 'it', 'to', 'be', 'more', 'durable', 'very', 'disappointing', 'especially', 'since', 'i', 'do', "n't", 'live', 'near', 'an', 'retailer', 'and', 'ca', "n't", 'take', 'it', 'back', 'easily', ',2,0,1', 'general', 'tops', 'knits'] ['12429,839,28', 'very', 'detail', 'lace', 'and', 'beading', 'design', 'comfortable', 'i', 'was', 'eyeing', 'this', 'blouse', 'when', 'the', 'catelog', 'was', 'mailed', 'to', 'me', 'earlier', 'this', 'year', 'i', 'never', 'got', 'a', 'chance', 'to', 'try', 'it', 'on', 'in', 'stores', 'but', 'when', 'i', 'saw', 'it', 'online', 'and', 'on', 'sale', 'i', 'snagged', 'it', 'what', 'i', 'did', "n't", 'realize', 'was', 'the', 'intricate', 'design', 'of', 'this', 'blouse', 'ithas', 'really', 'pretty', 'lace', 'all', 'over', 'the', 'top', 'and', 'then', 'fine', 'beading', 'securely', 'sewn', 'on', 'the', 'blouse', 'has', 'crochet', 'sleeve', 'designs', 'and', 'also', 'a', 'very', 'pretty', 'neck', 'bib', 'area', 'it', 'fits', 'me', 'tts', 'and', 'very', 'comfortably', 'i', 'love', 'the', 'airy', 'feeling', 'of', 'it', 'and', 'it', 'actually', 'also', 'is', "n't", 'too', 'long', 'on', ',5,1,0', 'general', 'tops', 'blouses'] ['12430,267,45', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['12431,936,48', 'cozy', 'and', 'perfect', 'for', 'a', 'southern', 'winter', 'love', 'this', 'sweater', 'it', "'s", 'perfect', 'for', 'chilly', 'florida', 'evenings', 'love', 'the', 'loose', 'boxy', 'shape', 'and', 'it', "'s", 'very', 'cozy', 'not', 'itchy', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12432,863,51', 'thermal', 'elegance', 'luv', 'the', 'loose', 'fit', 'and', 'quality', 'fabric', 'great', 'piece', 'for', 'layering.,5,1,0', 'general', 'tops', 'knits'] ['12433,828,36', 'staple', 'buttondowns', 'a', 'must', 'for', 'every', 'closet', 'very', 'flattering', 'fit', 'although', 'i', 'think', 'the', 'white', 'is', 'slightly', 'boxier', 'than', 'the', 'chambray.,5,1,0', 'general', 'tops', 'blouses'] ['12434,839,41', 'very', 'short', 'shirt', 'gorgeous', 'for', 'shorter', 'folks', 'i', 'loved', 'this', 'shirt', 'online', 'and', 'went', 'to', 'my', 'local', 'retailer', 'store', 'the', 'other', 'day', 'and', 'wanted', 'to', 'try', 'it', 'on', 'i', 'did', "n't", 'even', 'get', 'past', 'the', 'hold', 'it', 'up', 'and', 'measure', 'the', 'length', 'test', 'we', 'tall', 'people', 'often', 'do', 'as', 'it', 'was', 'incredibly', 'short', 'there', 'is', 'no', 'way', 'i', 'could', 'wear', 'this', 'shirt', 'at', "5'11"] [] ['unless', 'you', 'have', 'a', 'short', 'torso', 'and', 'want', 'to', 'rock', 'the', 'icky', 'high-waisted', 'pants', 'that', 'are', 'everywhere', 'right', 'now', 'this', 'beautiful', 'top', 'might', 'not', 'work', 'for', 'you'] [] ['oh', 'and', 'it', "'s", 'sheer', 'camisole', 'needed', 'for', 'white', 'and', 'navy', ',4,1,21', 'general', 'tops', 'blouses'] ['12435,829,50', 'super', 'cute', 'super', 'cute', 'and', 'flow', 'mine', 'had', 'a', 'bit', 'of', 'stitching', 'problem', 'so', 'i', 'am', 'exchanging', 'it', 'for', 'the', 'same', 'thing', 'fabric', 'feels', 'great', 'def', 'recommend,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12436,863,42', 'nice', 'tee', 'a', 'great', 'everyday', 'tee', 'dress', 'it', 'up', 'a', 'bit', 'with', 'a', 'great', 'gold', 'necklace', 'looks', 'nice', 'with', 'jeans', 'and', 'brown', 'boots', ',5,1,0', 'general', 'tops', 'knits'] ['12437,936,66', 'love', 'love', 'love', 'i', 'love', 'this', 'sweater', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'it', 'is', 'so', 'comfortable', 'and', 'unique', 'i', 'am', 'planning', 'on', 'ordering', 'the', 'same', 'sweater', 'in', 'another', 'color', 'i', 'wear', 'a', 'small', 'and', 'ordered', 'a', 'small', 'it', 'fit', 'me', 'perfectly', 'i', 'shop', 'at', 'retailer', 'for', 'a', 'lot', 'of', 'my', 'clothes', 'because', 'they', 'are', 'well', 'made', 'and', 'different.,5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['12438,936,52', 'zippery-do-dah', 'zippery-day', 'my', 'oh', 'my', 'sweater', 'this', 'sweater', 'is', 'very', 'cute', 'it', 'looks', 'great', 'with', 'a', 'blouse', 'underneath', 'and', 'open', 'the', 'zipper', 'or', 'it', 'is', 'great', 'with', 'a', 'camisole', 'you', 'will', 'need', 'something', 'underneath', 'especially', 'if', 'the', 'temperatures', 'are', 'low', 'as', 'it', 'is', 'a', 'wee', 'bit', 'shear', 'i', 'am', 'a', 'small/medium', 'ordinarily', 'but', 'it', 'depends', 'upon', 'the', 'designer', 'this', 'runs', 'a', 'little', 'large', 'but', 'keep', 'that', 'in', 'mind', 'if', 'you', 'plan', 'on', 'layering', 'the', 'price', 'is', 'right', 'and', 'the', 'zipper', 'is', 'aesthetically', 'pleasing', 'i', 'have', 'the', 'blue', 'and', 'oatmeal/beige', 'color', 'both', 'are', 'great', 'pieces', 'to', 'any', 'wardrobe.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12439,936,60', 'shapeless', 'i', 'am', '5', '4', '1/2', '125', 'lbs.', 'and', 'ordered', 'a', 'm', 'in', 'this', 'i', "'m", 'usually', 'between', 'a', 's', 'and', 'm.', 'it', 'was', 'too', 'big', 'and', 'did', "n't", 'have', 'any', 'shape', 'to', 'it', 'i', 'do', "n't", 'think', 'a', 's', 'would', 'fit', 'much', 'better', 'also', 'i', 'ordered', 'the', 'pink', 'but', 'it', 'was', 'really', 'a', 'coral', 'if', 'my', 'local', 'store', 'had', 'a', 's', 'i', 'would', 'probably', 'try', 'it', 'on', 'in', 'a', 'different', 'color', 'but', 'they', 'do', "n't", 'i', "'ll", 'have', 'to', 'return', 'this', 'it', 'looks', 'so', 'cute', 'online', ',3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['12440,936,22', 'good', 'sweater', 'i', 'really', 'like', 'this', 'sweater', 'it', 'runs', 'a', 'little', 'larger', 'than', 'expected', 'but', 'i', 'like', 'my', 'sweaters', 'big', 'super', 'super', 'comfortable', 'and', 'not', 'itchy', 'at', 'all', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12441,927,54', 'wanted', 'to', 'love', 'it', 'bells', 'out', 'to', 'much', 'i', 'had', 'to', 'send', 'it', 'back,3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12442,1035,52', 'fits', 'awesome', 'love', 'these', 'jeans', 'they', 'fit', 'great', 'they', 'feel', 'great', 'i', 'am', '5', '9.5', '135', 'pounds', 'they', 'fit', 'everywhere', 'you', 'would', 'like', 'them', 'to', 'unroll', 'them', 'and', 'they', 'are', 'long', 'love', 'love', 'love', 'so', 'wonderful', 'i', 'just', 'bought', 'my', 'second', 'pair', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12443,936,75', 'perfect', 'versatile', 'sweater', 'this', 'cream', 'sweater', 'is', 'a', 'great', 'addition', 'to', 'your', 'wardrobe', 'the', 'length', 'hits', 'below', 'the', 'waist', 'and', 'the', 'zipper', 'adds', 'an', 'updated', 'touch', 'to', 'the', 'look', 'is', 'a', 'bit', 'itchy', 'but', 'there', "'s", 'room', 'for', 'a', 'light', 'layer', 'underneath.,5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12444,936,55', 'too', 'boxy', 'i', 'have', 'been', 'looking', 'at', 'this', 'sweater', 'online', 'since', 'it', 'first', 'came', 'out', 'and', 'i', 'finally', 'ordered', 'it', 'when', 'it', 'was', '40', 'off', 'i', 'ordered', 'a', 'size', 'm', 'petite', 'sadly', 'when', 'it', 'arrived', 'and', 'i', 'tried', 'it', 'on', 'it', 'was', 'very', 'boxy', 'stiff', 'like', 'and', 'did', 'not', 'flow', 'like', 'it', 'looked', 'on', 'the', 'model', 'online', 'so', 'i', 'sent', 'it', 'back', ',1,0,1', 'general', 'petite', 'tops', 'sweaters'] ['12445,936,41', ',i', 'can', 'only', 'review', 'the', 'ivory', 'as', 'that', 'was', 'the', 'only', 'color', 'in', 'my', 'local', 'store', 'this', 'sweater', 'is', 'very', 'flattering', 'as', 'it', 'is', 'fitted', 'on', 'top', 'but', 'has', 'a', 'nice', 'flow', 'over', 'the', 'hips', 'plus', 'the', 'zipper', 'allows', 'for', 'more', 'room', 'or', 'to', 'show', 'off', 'an', 'underlying', 'top', 'the', 'material', 'is', 'soft', 'and', 'the', 'ivory', 'is', 'very', 'pretty', 'in', 'person.,5,1,19', 'general', 'petite', 'tops', 'sweaters'] ['12446,936,42', 'i', 'bought', 'the', 'ivory', 'sweater', 'lovely', 'color', 'and', 'softness', 'the', 'zipper', 'is', 'a', 'great', 'unique', 'feature', 'that', 'i', 'love', 'the', 'bottom', 'has', 'a', 'wavy', 'shape', 'with', 'extra', 'fabric', 'definitely', 'creates', 'a', 'bell', 'shape', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12447,1035,45', 'my', 'new', 'go-to', 'jeans', 'just', 'got', 'these', 'jeans', 'last', 'week', 'love', 'the', 'quality', 'which', 'is', 'typical', 'of', 'pilcro', 'jeans', 'i', 'usually', 'have', 'to', 'get', 'a', 'tall', 'size', 'being', "5'10", 'however', 'they', 'sold', 'out', 'quickly', 'so', 'i', 'decided', 'to', 'order', 'the', 'regular', 'inseam', 'in', 'my', 'usual', 'size', 'they', 'fit', 'great', 'since', 'they', 'are', 'more', 'of', 'a', 'boyfriend', 'jean', 'they', 'do', "n't", 'fit', 'too', 'snug', 'so', 'i', "'m", 'able', 'to', 'get', 'away', 'with', 'the', 'regular', 'inseam', 'i', "'m", 'usually', 'a', '26-27', 'tall', 'and', 'the', '27', 'regular', 'works', 'love', 'the', 'cuffs', 'and', 'rise', 'in', 'the', 'jeans', 'i', "'ve", 'worn', 'with', 'booties', 'heels', 'and', 'am', 'waiting', 'for', 'warm', 'w', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['12448,823,58', 'stunning', 'perfection', 'absolutely', 'stunning', 'the', 'color', 'the', 'pattern', 'the', 'quality', 'i', 'love', 'everything', 'about', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12449,936,60', 'stylish', 'love', 'the', 'style', 'of', 'this', 'sweater', 'and', 'it', 'just', 'happens', 'to', 'be', 'warm', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12450,858,65', 'just', 'alright', 'i', 'was', 'really', 'excited', 'to', 'get', 'this', 'top', 'but', 'unfortunately', 'its', 'going', 'to', 'have', 'to', 'go', 'back', 'i', 'am', '5', '6', '120', 'and', 'usually', 'a', 's', 'fits', 'however', 'this', 'was', 'really', 'tight', 'also', 'the', 'material', 'is', 'really', 'really', 'thin', 'for', 'the', '90', 'price-tag', 'save', 'yourself', 'some', 'money', 'and', 'avoid', 'this', 'one', ',3,0,1', 'general', 'tops', 'knits'] ['12451,872,66', 'great', 'versatile', 't-shirt', 'i', 'love', 'this', 'top', 'it', 'has', 'a', 'relaxed', 'fit', 'without', 'being', 'frumpy', 'and', 'it', 'looks', 'great', 'with', 'boyfriend', 'jeans', 'or', 'skinny', 'jeans', 'and', 'boots', 'it', "'s", 'a', 'great', 'soft', 'fabric', 'that', 'does', "n't", 'require', 'a', 'cami', 'underneath', 'wish', 'there', 'were', 'other', 'colors', ',5,1,1', 'general', 'tops', 'knits'] ['12452,936,46', 'soft', 'warm', 'cozy', 'i', 'was', 'pleasantly', 'surprised', 'by', 'this', 'beautiful', 'sweater', 'being', 'that', 'it', "'s", 'a', 'wool', 'blend', 'i', 'thought', 'it', 'would', 'be', 'itchy', 'against', 'my', 'skin', 'to', 'my', 'surprise', 'it', 'is', 'quite', 'the', 'opposite', 'very', 'cozy', 'and', 'soft', 'with', 'plenty', 'of', 'wiggle', 'room', 'i', "'m", 'very', 'tall', 'and', 'having', 'enough', 'length', 'for', 'my', 'arms', 'is', 'always', 'a', 'concern', 'the', 'sleeves', 'are', 'long', 'and', 'comfortable', 'this', 'sweater', 'is', 'quickly', 'becoming', 'one', 'of', 'my', 'new', 'favorite', 'go', 'to', 'pieces', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12453,862,48', 'this', 'top', 'has', 'great', 'detailing', 'and', 'color', 'does', 'run', 'a', 'little', 'big', 'but', 'adds', 'to', 'the', 'style', 'and', 'movement', 'of', 'the', 'tank', 'the', 'stitching', 'around', 'the', 'bottom', 'makes', 'it', 'cute', 'for', 'layering', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12454,1035,44', 'i', 'hoped', 'i', 'would', 'hate', 'these', 'because', 'i', 'have', 'a', 'zillion', 'pairs', 'of', 'jeans', 'as', 'i', 'suspected', 'they', "'re", 'amazing', 'and', 'quickly', 'became', 'my', 'favorite', 'they', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'so', 'flattering', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12455,936,61', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12456,862,49', 'in', 'pursuit', 'of', 'individual', 'style', 'i', 'remember', 'the', 'first', 'time', 'i', 'walked', 'into', 'an', 'retailer', 'store', 'like', 'walking', 'into', 'a', 'dream', 'of', 'all', 'my', 'favorite', 'things', 'i', "'ve", 'finally', 'found', 'a', 'store', 'whose', 'products', 'help', 'me', 'to', 'express', 'myself', 'as', 'a', 'writer', 'i', 'love', 'whimsical', 'out', 'of', 'the', 'ordinary', 'i', 'have', 'found', 'my', 'honey', 'hole', 'every', 'time', 'one', 'of', 'the', 'pastel', 'bags', 'w/ribbon', 'handles', 'is', 'past', 'over', 'the', 'counter', 'or', 'i', 'push', "'add", 'to', 'cart', 'on', 'my', 'computer', 'i', 'do', 'a', 'little', 'happy', 'dance', 'in', 'my', 'heart', 'my', 'closet', 'is', 'like', 'a', 'candy', 'store', 'filled', 'with', 'sweets', 'treats', 'thank', 'you', 'retailerp', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12457,1035,36', 'so', 'cute', 'i', 'really', 'love', 'these', 'jeans', 'they', 'are', 'so', 'comfortable', 'and', 'are', 'very', 'flattering', 'i', 'am', "5'10", 'and', 'a', 'size', '6.', 'i', 'bought', 'the', '28', 'regular', 'and', 'they', 'fit', 'perfectly', 'i', 'have', 'high', 'hips', 'so', 'i', 'appreciate', 'the', 'mid', 'rise', 'in', 'these', 'the', 'length', 'was', 'perfect', 'too', 'so', 'i', "'m", 'glad', 'i', 'did', 'not', 'purchase', 'the', 'tall', 'the', 'length', 'was', 'the', 'same', 'on', 'me', 'as', 'in', 'the', 'picture', 'the', 'jeans', 'arrived', 'uncuffed', 'and', 'they', 'look', 'just', 'as', 'cute', 'without', 'the', 'cuff', 'as', 'they', 'do', 'with', 'i', 'will', 'definitely', 'wear', 'them', 'with', 'and', 'without', 'a', 'cuff', 'for', 'different', 'looks', 'i', 'am', 'very', 'happy', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12458,862,45', 'huge', 'runs', 'very', 'large', 'ordered', 'a', 'smaller', 'size', 'due', 'to', 'other', 'reviews', 'but', 'should', 'have', 'ordered', 'several', 'sizes', 'smaller,2,0,0', 'general', 'petite', 'tops', 'knits'] ['12459,936,56', 'i', 'bought', 'this', 'sweater', 'for', 'my', 'future', 'daughter-in-law', 'for', 'her', 'birthday', 'in', 'coral', 'she', 'lover', 'it', 'the', 'contrast', 'of', 'color', 'in', 'the', 'yarn', 'is', 'hard', 'to', 'see', 'in', 'the', 'photos', 'grey', 'and', 'bright', 'coral', 'just', 'beautiful', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12460,927,43', 'like', 'the', 'swing', 'shape', 'do', "n't", 'like', 'the', 'color', 'i', 'got', 'this', '25', 'off', 'before', 'christmas', 'i', 'immediately', 'started', 'wearing', 'it', 'thinking', 'it', 'would', 'be', 'a', 'staple', 'i', 'like', 'the', 'swing', 'shape', 'the', 'shape', 'feels', 'just', 'right', 'not', 'too', 'baggy', 'but', 'the', 'material', 'is', 'more', 'washed', 'out', 'looking', 'than', 'the', 'picture', 'reveals', 'collects', 'lint', 'like', 'crazy', 'and', 'out', 'of', 'the', 'box', 'the', 'sweater', 'looks', 'like', 'it', 'has', 'been', 'laundered', 'several', 'times', 'also', 'there', 'is', 'a', 'particularly', 'prominent', 'hole', 'in', 'the', 'chest', 'area', 'as', 'you', 'can', 'see', 'in', 'retailer', "'s", 'picture', 'it', 'looks', 'out', 'of', 'place', 'in', 'person', 'i', "'m", 'left', 'loving', 'the', 's', ',3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12461,823,33', 'love', 'just', 'received', 'this', 'top', 'in', 'the', 'mail', 'purchased', 'at', 'the', 'sale', 'price', 'beautiful', 'classic', 'piece', 'that', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'excellent', 'quality', 'fits', 'tts', 'for', 'reference', 'i', "'m", '5', '5', '120lbs', 'ordered', 'the', 'sp', 'xs', 'i', 'kept', 'the', 'xs', 'the', 'sp', 'had', 'an', 'elastic', 'waist', 'there', 'was', 'no', 'drawstring', 'not', 'sure', 'if', 'this', 'applies', 'to', 'all', 'petite', 'sizes', 'or', 'just', 'the', 'one', 'i', 'received', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12462,1072,37', 'cute', 'idea', 'horrible', 'fit', 'this', 'was', 'exactly', 'the', 'item', 'i', 'was', 'looking', 'for', 'simple', 'black', 'stylish', 'unfortunately', 'the', 'fit', 'is', 'terrible', 'and', 'proportions', 'completely', 'off', 'the', 'upper', 'arms', 'chest', 'and', 'hips', 'were', 'ridiculously', 'tight', 'and', 'the', 'whole', 'look', 'was', 'uncomfortable', 'and', 'flattering', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12463,1108,28', 'let', 'me', 'preface', 'this', 'by', 'saying', 'im', 'totally', 'keeping', 'this', 'dress'] [] ['it', 'is', 'kind', 'of', 'a', 'weird', 'design', 'but', 'intriguing', 'i', 'received', 'it', 'in', 'the', 'mail', 'yesterday', 'i', 'am', '5', '6', '125', 'lbs', 'and', 'have', 'hips', 'as', 'a', 'previous', 'reviewer', 'mentioned', 'this', 'dress', 'is', 'more', 'fitted', 'than', 'a', 'swing', 'dress', 'as', 'it', 'appears', 'fortunately', 'the', 'xs', 'fit', 'me', 'just', 'right', 'but', 'i', 'can', 'not', 'gain', 'another', 'lb'] [] ['my', 'husband', 'said', 'that', 'i', 'looked', 'like', 'i', 'was', 'in', 'a', 'choir', 'because', 'of', 'the', 'higher', 'neck', 'design', 'and', 'bell', 'sleeves', 'but', 'he', 'too', 'found', 'the', 'dress', 'somewhat', 'alluring', ',5,1,0', 'general', 'dresses', 'dresses'] ['12464,862,37', 'i', 'second', 'that', 'above', 'review', 'who', 'states', 'worst', 'blouse', 'i', "'ve", 'ever', 'ordered', ',1,0,14', 'general', 'tops', 'knits'] ['12465,936,41', 'when', 'i', 'saw', 'this', 'sweater', 'online', 'i', 'honestly', 'did', "n't", 'think', 'it', 'was', 'really', 'anything', 'special', 'however', 'when', 'i', 'saw', 'it', 'in', 'my', 'local', 'retailer', 'store', 'i', 'really', 'liked', 'the', 'knit', 'as', 'well', 'as', 'the', 'color', 'kind', 'of', 'an', 'off', 'white/', 'pinkish', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'i', 'have', 'to', 'say', 'that', 'i', 'really', 'like', 'this', 'sweater', 'a', 'lot', 'the', 'cut', 'is', 'quite', 'flattering', 'even', 'though', 'it', 'is', 'baggy', 'and', 'it', 'is', 'very', 'soft', 'i', 'think', 'it', 'will', 'look', 'very', 'cute', 'with', 'a', 'pair', 'of', 'skinny', 'jeans', 'and', 'boots', 'this', 'winter', 'glad', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12466,927,36', 'love', 'this', 'vest', 'i', 'have', 'been', 'looking', 'for', 'a', 'vest', 'this', 'winter', 'and', 'i', 'saw', 'this', 'one', 'online', 'i', 'am', 'a', 'huge', 'fan', 'of', 'swing', 'tops', 'i', 'do', "n't", 'care', 'for', 'super', 'fitted', 'clothes', 'the', 'knit', 'says', 'part', 'wool', 'so', 'i', 'was', 'expecting', 'it', 'to', 'be', 'a', 'little', 'scratchier', 'however', 'when', 'i', 'got', 'it', 'it', 'is', 'so', 'soft', 'and', 'more', 'cotteny', 'feel', 'to', 'it', 'than', 'wool', 'but', 'has', 'the', 'warmth', 'of', 'wool', 'when', 'wearing', 'it', 'i', 'really', 'have', 'to', 'try', 'not', 'to', 'wear', 'it', 'everyday', 'just', 'love', 'this', 'vest', 'it', "'s", 'my', 'favorite', 'purchase', 'this', 'season', 'i', 'am', 'a', 'size', '10', 'in', 'tops', 'and', 'i', 'can', 'either', 'do', 'a', 'med', 'or', 'a', 'large', 'i', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12467,936,56', 'stylish', 'sweater', 'this', 'sweater', 'is', 'so', 'much', 'better', 'in', 'person', 'it', 'is', 'a', 'heavy', 'soft', 'knit', 'that', 'fits', 'perfectly.i', 'am', 'petite', 'and', 'thin', 'and', 'took', 'the', 'reg', 'xs', 'it', 'is', 'very', 'flattering', 'and', 'drops', 'just', 'below', 'the', 'hips', 'the', 'bottom', 'is', 'a', 'bit', 'flowy', 'i', 'bought', 'the', 'beige', 'and', 'bright', 'pink', 'color', 'the', 'pink', 'is', 'very', 'dark', 'and', 'bright', 'and', 'has', 'an', 'orangy', 'tint', 'to', 'it', 'i', 'wear', 'a', 'dark', 'beige', 'cami', 'underneath', 'super', 'cute', 'with', 'cuffed', 'dark', 'jeans', 'and', 'black', 'booties', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12468,936,64', ',love', 'this', 'sweater', 'bought', 'it', 'in', 'pink', 'and', 'grey', 'and', 'it', 'looks', 'great', 'with', 'jeans', 'great', 'quality', 'and', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12469,1035,57', 'great', 'fit', 'i', 'need', 'to', 'fix', 'cuffs.', 'great', 'fit', 'in', 'waist', 'hips', 'and', 'butt', 'i', 'wore', 'them', 'all', 'day', 'and', 'they', 'did', 'not', 'stretch', 'out'] [] ['i', 'am', 'tall', 'but', 'the', 'length', 'of', 'the', 'jeans', 'with', 'the', 'cuff', 'is', 'a', 'tiny', 'bit', 'past', 'my', 'ankle', 'bone', 'i', 'want', 'it', 'just', 'above', 'the', 'ankle', 'bone', 'so', 'i', 'am', 're-doing', 'the', 'cuff', 'slightly', 'and', 'then', 'i', 'must', 'send', 'these', 'to', 'my', 'tailor', 'to', 'close', 'the', 'cuff', 'completely', 'they', 'look', 'silly', 'when', 'the', 'big', 'cuff', 'is', "n't", 'at', 'least', 'tacked', 'in', 'place', 'perhaps', 'by', 'design', 'they', 'were', 'left', 'this', 'way', 'so', 'each', 'of', 'us', 'buyers', 'could', 'find', 'the', 'proper', 'length', 'and', 'close', 'the', 'cuff', 'ourselves', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['12470,936,68', 'purchased', 'this', 'sweater', 'in', 'pink', 'which', 'is', 'a', 'beautiful', 'blend', 'of', 'grey', 'and', 'pink', 'i', 'purchased', 'my', 'usual', 'size', 'xs', 'and', 'it', 'fits', 'great', 'through', 'the', 'shoulders', 'sleeves', 'and', 'body', 'i', 'did', 'try', 'on', 'a', 's', 'and', 'the', 'body', 'was', 'too', 'boxy', 'also', 'i', 'tried', 'a', 'couple', 'of', 'different', 'ones', 'in', 'my', 'xs', 'along', 'with', 'other', 'colors', 'and', 'found', 'them', 'to', 'run', 'a', 'little', 'differently', 'so', 'you', 'may', 'want', 'to', 'check', 'this', 'out', 'the', 'sweater', 'is', 'beautiful', 'and', 'easy', 'to', 'wear', 'the', 'zipper', 'adds', 'a', 'unique', 'detail', 'which', 'can', 'be', 'unzipped', 'part', 'way', 'to', 'show', 'a', 'tank', 'or', 'just', 'to', 'draw', 'a', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12471,1035,38', 'great', 'all', 'around', 'jeans', 'great', 'jeans', 'especially', 'since', 'i', "'m", 'getting', 'tired', 'of', 'my', 'skinny', 'jeans', 'length', 'is', 'great', 'for', 'someone', 'tall', 'like', 'me', "5'10", 'unless', 'you', 'wear', 'heels', 'with', 'them', 'but', 'these', 'are', 'more', 'sneaker/sandal', 'jeans', ',4,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['12472,936,30', 'the', 'sweater', 'looks', 'cute', 'if', 'you', 'get', 'the', 'right', 'size', 'it', 'meant', 'to', 'look', 'a', 'little', 'oversized', 'i', 'think', 'the', 'color', 'is', 'pretty', 'in', 'person', 'however', 'it', 'looks', 'different', 'online', 'and', 'in', 'person', 'so', 'keep', 'that', 'in', 'mind', 'the', 'material', 'is', 'very', 'warm', 'and', 'a', 'little', 'itchy', 'you', 'will', 'need', 'to', 'wear', 'it', 'over', 'a', 'long', 'sleeve', 'undershirt', 'the', 'look', 'is', 'nice', 'but', 'it', 'is', 'for', 'a', 'cold', 'day', ',4,1,4', 'general', 'petite', 'tops', 'sweaters'] ['12473,936,51', 'soft', 'roomy', 'and', 'classy', 'i', 'just', 'ordered', 'this', 'item', 'and', 'wore', 'it', 'yesterday', 'received', 'compliments', 'from', 'my', 'friends', 'truly', 'a', 'great', 'sweater', 'feels', 'soft', 'to', 'the', 'touch', 'i', 'love', 'the', 'cut', 'and', 'how', 'it', 'falls', 'around', 'my', 'hips', 'sleeves', 'were', 'nice', 'and', 'long', 'i', 'am', 'a', 'tall', 'lady', 'with', 'long', 'arms', 'almost', '6', 'ft', 'weighing', 'about', '155.', 'i', 'got', 'the', 'med', 'which', 'was', 'a', 'perfect', 'fit', 'for', 'me', 'love', 'the', 'off', 'white', 'almost', 'thinking', 'of', 'getting', 'the', 'peachy', 'pink', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12474,1170,34', 'small', 'i', 'got', 'an', 'xs', 'in', 'this', 'suit', 'i', 'am', '5', '1', '100', 'a32', 'this', 'was', 'much', 'much', 'too', 'small', 'it', 'was', 'very', 'tight', 'around', 'the', 'chest', 'and', 'i', 'am', 'only', 'a', '32a', 'it', 'is', 'however', 'a', 'good', 'looking', 'suit', 'i', 'suggest', 'sizing', 'up', ',3,1,0', 'initmates', 'intimate', 'swim'] ['12475,936,64', 'love', 'it', 'this', 'sweater', 'is', 'really', 'pretty', 'i', 'love', 'the', 'way', 'it', 'looks', 'on', 'but', 'it', 'is', 'a', 'bit', 'itchy', 'and', 'scratch', 'if', 'you', 'do', "n't", 'wear', 'something', 'under', 'it.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12476,605,33', 'the', 'are', 'so', 'comfortable', 'flattering', 'and', 'i', 'feel', 'i', 'can', 'wear', 'them', 'with', 'a', 'lot', 'of', 'styles', 'dress', 'them', 'up', 'or', 'down', 'it', 'all', 'looks', 'good', 'great', 'product', 'make', 'more', 'like', 'this', 'please', ',5,1,0', 'general', 'bottoms', 'shorts'] ['12477,1072,66', 'beautiful', 'dress', 'ordered', 'size', '12', 'it', 'fits', 'but', 'pulls', 'a', 'tiny', 'bit', 'in', 'the', 'midsection', 'also', 'way', 'too', 'long', 'hits', 'below', 'my', 'knees', 'the', 'dress', 'is', 'beautiful', 'crisp', 'black', 'color', 'nice', 'fabric', 'great', 'neck', 'it', "'s", 'also', 'the', 'kind', 'of', 'dress', 'that', 'must', 'fit', 'well', 'to', 'look', 'good', 'i', 'had', 'to', 'return', 'mine', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12478,936,55', ',not', 'flattering', 'if', 'your', 'have', 'large', 'top', 'made', 'well', 'and', 'very', 'cute', 'for', 'thin', 'no', 'boob', 'person,3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['12479,936,40', 'beautiful', 'ivory', 'sweater', 'the', 'pictures', 'of', 'this', 'sweater', 'do', 'not', 'do', 'it', 'justice', 'i', 'would', 'have', 'passed', 'it', 'over', 'online', 'but', 'it', 'immediately', 'caught', 'my', 'eye', 'in', 'the', 'store', 'the', 'yarn', 'is', 'soft', 'and', 'cozy', 'and', 'the', 'flair', 'at', 'the', 'bottom', 'adds', 'a', 'feminine', 'touch', 'zipper', 'is', 'cute', 'v-neck', 'is', 'just', 'right', 'it', 'is', 'not', 'too', 'low', 'i', 'know', 'i', 'will', 'be', 'wearing', 'this', 'sweater', 'a', 'lot', 'very', 'happy', 'with', 'this', 'purchase', 'i', 'did', "n't", 'see', 'the', 'pink', 'or', 'navy', 'in', 'the', 'store.,5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['12480,936,35', 'just', 'what', 'i', 'was', 'looking', 'for', 'on', 'the', 'real', 'i', 'needed', 'a', 'sweater', 'they', 'gave', 'my', 'tummy', 'some', 'room', 'what', 'yes', 'i', "'d", 'love', 'some', 'more', 'pumpkin', 'pie', 'know', 'what', 'im', 'saying', 'what', 'appeared', 'to', 'be', 'lack', 'of', 'constriction', 'in', 'the', 'belly', 'region', 'of', 'a', 'tiny', 'model', 'made', 'me', 'hope', 'with', 'fingers', 'crossed', 'it', 'would', 'look', 'like', 'that', 'on', 'me', 'please', 'please', 'just', 'swing', 'and', 'not', 'cling', 'mmmmm', 'k.', 'the', 'majority', '70', 'of', 'the', 'fabric', 'content', 'is', 'natural', 'and', 'a', 'sale', 'was', 'going', 'on', 'so', 'i', 'went', 'for', 'it', 'and', 'purchased', 'this', 'sweater', 'online', 'so', 'glad', 'i', 'did', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12481,936,42', 'comfy', 'casual', 'and', 'dress', 'up', 'this', 'is', 'a', 'fun', 'cozy', 'sweater', 'i', 'feel', 'you', 'can', 'dress', 'it', 'up', 'and', 'use', 'it', 'casual', 'too', 'i', 'bought', 'the', 'ivory', 'in', 'size', 's', 'i', "'m", '5', '2', 'although', 'i', 'put', 'it', 'runs', 'true', 'to', 'size', 'it', "'s", 'is', 'a', 'tad', 'tight', 'around', 'my', 'upper', 'arms', 'not', 'uncomfortable', 'i', 'have', 'normal', 'to', 'somewhat', 'skinny', 'arms', 'so', 'i', 'do', "n't", 'think', 'it', 'was', 'my', 'body', 'type', 'i', 'did', "n't", 'check', 'other', 'sweaters', 'in', 'the', 'same', 'size', 'to', 'see', 'if', 'it', 'was', 'an', 'isolated', 'case', 'it', 'is', 'to', 'be', 'worn', 'loose', 'it', 'has', 'quite', 'a', 'bit', 'of', 'material', 'all', 'around', 'mid', 'to', 'lower', 'part', 'just', 'fyi', ',5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['12482,872,54', 'love', 'this', 'top', 'totally', 'my', 'style', 'i', 'love', 'how', 'it', 'hangs', 'and', 'is', 'so', 'soft', 'and', 'comfy', 'material', 'is', 'thin', 'enough', 'to', 'be', 'fairly', 'lightweight', 'and', 'i', 'was', 'worried', 'about', 'it', 'being', 'clingy', 'so', 'happy', 'it', "'s", 'not', 'body', 'skimming', 'and', 'very', 'flattering', 'for', 'full', 'bust', 'v-neck', 'helps', 'here', 'if', 'like', 'me', 'you', 'do', "n't", 'like', 'tight', 'chested', 'clothing', 'also', 'love', 'the', 'length', 'of', 'this', 'top', 'i', "'m", '5', '4', 'and', '36ddd', 'size', 'l', 'fits', 'me', 'just', 'how', 'i', 'like', 'it', ',5,1,3', 'general', 'tops', 'knits'] ['12483,1035,57', 'not', 'for', 'curvy', 'girls', 'my', 'normal', 'size', '30', 'in', 'the', 'hyphen', 'chinos', 'fits', 'my', 'size', '10', 'body', 'very', 'well', 'these', 'selvage', 'jeans', 'were', 'too', 'tight', 'in', 'the', 'hips', 'too', 'loose', 'in', 'the', 'waist', 'and', 'too', 'tight', 'in', 'the', 'knees', 'and', 'i', 'do', "n't", 'have', 'big', 'knees', 'also', 'the', 'cuff', 'was', 'down', 'to', 'the', 'floor', 'instead', 'of', 'ankle', 'length', 'cuffed', 'they', 'seem', 'to', 'have', 'a', '32', 'inch', 'inseam', 'and', 'these', 'were', 'regular', 'not', 'tall', 'basically', 'i', 'think', 'you', 'need', 'to', 'have', 'a', 'straight', 'up', 'and', 'down', 'shape', 'with', 'no', 'curves', 'and', 'very', 'long', 'legs', 'for', 'this', 'jean', 'to', 'work', ',3,0,5', 'general', 'petite', 'bottoms', 'jeans'] ['12484,936,39', 'cozy', 'sweater', 'the', 'sweater', 'looked', 'different', 'on', 'each', 'model', 'so', 'i', 'was', "n't", 'sure', 'what', 'to', 'expect', 'luckily', 'it', 'fitted', 'me', 'similar', 'to', 'the', 'one', 'i', 'was', 'hoping', 'it', 'would', 'the', 'cream', 'sweater', 'model', 'i', "'m", '5', '6', 'and', 'got', 'a', 'size', 'small', 'i', 'like', 'that', 'it', 'hangs', 'just', 'past', 'my', 'hips', 'and', 'the', 'long', 'sleeves', 'also', 'the', 'v-neck', 'is', "n't", 'too', 'low', 'so', 'i', 'do', "n't", 'have', 'to', 'wear', 'a', 'camisole.it', "'s", 'very', 'cozy', 'and', 'does', "n't", 'itch', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['12485,936,60', 'cute', 'with', 'zipper', 'this', 'sweater', 'runs', 'a', 'bit', 'large/bulky', 'around', 'the', 'bottom', 'area', 'you', 'can', 'kind', 'of', 'see', 'in', 'picture', 'i', 'purchased', 'this', 'online', 'in', 'medium', 'as', 'i', "'m", '5', '9', 'so', 'normally', 'wear', 'that', 'size', 'i', 'could', 'probably', 'have', 'ordered', 'a', 'small', 'but', 'will', 'keep', 'the', 'medium', 'just', 'a', 'little', 'too', 'full', 'around', 'the', 'hem', 'also', 'the', 'v', 'neck', 'is', 'somewhat', 'low', 'cut', 'pink', 'color', 'is', 'nice', 'and', 'pale', 'pink', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12486,48,33', 'gorgeous', 'and', 'flattering', 'i', 'found', 'this', 'set', 'once', 'while', 'browsing', 'the', 'website', 'i', 'fell', 'in', 'love', 'with', 'it', 'and', 'kept', 'a', 'photo', 'of', 'the', 'set', 'so', 'i', 'could', 'save', 'up', 'to', 'purchase', 'it', 'as', 'luck', 'would', 'have', 'it', 'my', 'mom', 'surprised', 'me', 'with', 'a', 'gift', 'card', 'so', 'i', 'applied', 'it', 'to', 'my', 'purchase', 'i', "'m", 'so', 'happy', 'with', 'the', 'set', 'it', "'s", 'wonderfully', 'flattering', 'and', 'makes', 'me', 'feel', 'sexy', 'i', 'want', 'one', 'in', 'every', 'color', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['12487,936,71', 'winter', 'sweater', 'great', 'sweater', 'heavy', 'without', 'being', 'too', 'warm', 'great', 'layering', 'piece.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12488,605,36', 'cute', 'shorts', 'for', 'the', 'length', 'hard', 'to', 'find', 'longer', 'shorts', 'that', 'i', 'like', 'these', 'are', 'really', 'cute', 'i', 'thought', 'from', 'the', 'pictures', 'that', 'the', 'backside', 'would', 'be', 'faded', 'and', 'lighter', 'which', 'i', 'was', "n't", 'thrilled', 'about', 'but', 'willing', 'to', 'order', 'and', 'give', 'a', 'try', 'great', 'to', 'discover', 'this', 'is', 'not', 'the', 'case-', 'nice', 'regular', 'color', 'on', 'back', 'and', 'no', 'fading', 'really', 'cute', 'shorts', ',5,1,6', 'general', 'bottoms', 'shorts'] ['12489,936,53', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12490,936,49', 'nice', 'swing', 'sweater', 'this', 'sweater', 'is', 'heavier', 'and', 'has', 'more', 'of', 'a', 'swing', 'shape', 'to', 'it', 'than', 'i', 'had', 'expected', 'but', 'it', 'is', 'fitted', 'enough', 'at', 'the', 'top', 'that', 'it', 'still', 'fit', 'the', 'bill', 'the', 'pink', 'is', 'woven', 'with', 'a', 'taupey', 'color', 'and', 'the', 'effect', 'is', 'great', 'almost', 'a', 'little', 'retro', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12491,927,51', ',recommend', 'this', 'vest', 'nice', 'design', 'fabric', 'is', 'thicker', 'than', 'expected', 'might', 'suggest', 'a', 'size', 'smaller', 'plenty', 'of', 'room', 'in', 'loose', 'styling,3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12492,862,57', 'very', 'large', 'not', 'worth', 'sale', 'price', 'i', 'usually', 'wear', 'small', 'ordered', 'xs', 'and', 'it', "'s", 'still', 'way', 'too', 'large', 'quality', 'not', 'that', 'great', 'just', 'meh', 'returning', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['12493,1108,56', 'love', 'this', 'dress', 'when', 'i', 'wore', 'this', 'dress', 'i', 'got', 'tons', 'of', 'compliments', 'the', 'quality', 'is', 'great', 'along', 'with', 'the', 'style.,5,1,2', 'general', 'dresses', 'dresses'] ['12494,1035,46', 'good', 'for', 'long', 'lean', 'legs', 'i', 'think', 'these', 'jeans', 'are', 'good', 'for', 'people', 'with', 'long', 'lean', 'legs', 'i', "'m", '5', '7', '155', 'lbs', 'and', 'the', 'wide', 'cuff', 'made', 'my', 'legs', 'look', 'short', 'and', 'stubby', 'the', 'weight', 'of', 'the', 'jeans', 'is', 'a', 'little', 'on', 'the', 'heavier', 'side', 'i', 'usually', 'like', 'soft', 'denim', 'i', 'usually', 'wear', 'a', '31', 'and', 'thought', 'they', 'were', 'true', 'to', 'size', ',3,0,5', 'general', 'petite', 'bottoms', 'jeans'] ['12495,936,68', 'shapeless', 'and', 'itchy', 'sweater', 'i', 'ordered', 'this', 'sweater', 'in', 'the', 'pink', 'color', 'in', 'a', 'small', 'and', 'xsmall', 'in', 'order', 'to', 'see', 'which', 'was', 'the', 'best', 'fit', 'i', 'was', 'really', 'looking', 'forward', 'to', 'getting', 'it', 'because', 'it', 'looked', 'so', 'great', 'online', 'like', 'it', 'had', 'a', 'nice', 'flow', 'the', 'cute', 'zipper', 'and', 'was', 'a', 'good', 'match', 'for', 'a', 'pink', 'and', 'grey', 'skirt', 'that', 'i', 'have', 'i', 'was', 'really', 'disappointed', 'the', 'sweater', 'does', "n't", 'flow', 'like', 'it', 'does', 'in', 'the', 'picture', 'it', 'kind', 'of', 'billows', 'out', 'in', 'the', 'front', 'and', 'back', 'and', 'is', "n't", 'flattering', 'i', 'have', 'a', 'small', 'build', 'and', 'frankly', 'i', 'usually', 'look', 'good', 'in', 'sweaters', ',2,0,14', 'general', 'petite', 'tops', 'sweaters'] ['12496,1035,40', 'perfect', 'these', 'jeans', 'are', 'perfect', 'in', 'every', 'way', 'i', 'found', 'that', 'i', 'took', 'one', 'size', 'smaller', 'than', 'i', 'do', 'in', 'the', 'pilcro', 'chinos', 'they', 'are', 'comfortable', 'and', 'have', 'a', 'small', 'amount', 'of', 'stretch', 'to', 'them', 'i', 'knew', 'i', 'was', 'buying', 'them', 'the', 'instant', 'i', 'put', 'them', 'on', 'they', 'look', 'great', 'highly', 'recommend.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12497,1035,27', 'great', 'jeans', 'i', 'have', 'a', 'hard', 'time', 'finding', 'jeans', 'that', 'fit', 'and', 'these', 'ones', 'are', 'just', 'right', 'i', 'am', '5', '8', '125ish', 'lbs', 'and', 'the', '26s', 'fix', 'perfectly', 'they', 'hug', 'in', 'all', 'the', 'right', 'places', 'and', 'they', 'are', 'the', 'perfect', 'length', 'i', 'will', 'be', 'wearing', 'them', 'uncuffed', 'there', 'is', 'no', 'effort', 'required', 'to', 'uncuff', 'them', 'they', "'re", 'not', 'sewn', 'or', 'anything', 'they', 'have', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'and', 'love', 'the', 'little', 'cute', 'details', 'throughout', 'them', 'thank', 'you', 'retailer', 'for', 'always', 'helping', 'me', 'find', 'great', 'jeans', ',5,1,19', 'general', 'petite', 'bottoms', 'jeans'] ['12498,862,53', 'nice', 'maternity', 'tunic', 'after', 'reading', 'other', 'reviews', 'i', 'ordered', 'a', 'small', 'my', 'usual', 'size', 'is', 'a', 'm.', 'it', 'was', 'huge', 'all', 'around', 'it', "'s", 'a', 'beautiful', 'print', 'but', 'i', 'think', 'it', 'would', 'make', 'a', 'nice', 'maternity', 'top.,3,0,0', 'general', 'tops', 'knits'] ['12499,1035,36', 'love', 'these', 'love', 'these', 'jeans', 'comfortable', 'fit', 'and', 'material', 'is', 'soft', 'fit', 'true', 'to', 'size', 'and', 'have', 'a', 'good', 'rise', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12500,936,33', 'cute', 'i', 'think', 'this', 'sweater', 'is', 'well', 'executed', 'for', 'what', 'it', 'is', 'a', 'chunky', 'knit', 'trapeze', 'sweater', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'i', 'would', 'ignore', 'this', 'product', 'online', 'but', 'it', 'caught', 'my', 'eye', 'in', 'person', 'there', 'was', 'only', 'one', 'of', 'the', 'pink', 'sweaters', 'left', 'in', 'store', 'the', 'interwoven', 'peachy', 'heathery', 'color', 'is', 'sweet', 'and', 'flattering', 'since', 'i', "'m", '5', '1', 'i', 'ordered', 'had', 'the', 'petite', 'version', 'to', 'try', 'hope', 'it', 'works', 'out', "'cuz", 'i', "'m", 'eager', 'to', 'own', 'something', 'relaxed', 'and', 'cozy', 'that', "'s", 'actually', 'flattering', 'and', 'is', "n't", 'a', 'sweatshirt', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12501,927,35', 'versatile', 'like', 'the', 'swingy', 'fit', 'looks', 'nice', 'with', 'a', 'long', 'fitted', 'tee', 'underneath', 'and', 'skinny', 'jeans', 'the', 'color', 'online', 'says', 'black', 'but', 'it', 'looks', 'more', 'like', 'a', 'faded', 'black', 'like', 'it', 'has', 'been', 'washed', 'too', 'many', 'times.,4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12502,1108,30', 'perfect', 'lbd', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'online', 'i', 'knew', 'i', 'wanted', 'it', 'i', 'was', 'immediately', 'drawn', 'to', 'the', 'belled', 'sleeves', 'and', 'lace', 'embellishment', 'along', 'the', 'neck/shoulders', 'i', 'ordered', 'online', 'and', 'was', 'so', 'happy', 'with', 'the', 'fit', 'and', 'quality', 'of', 'the', 'dress', 'i', 'am', '5', '5', 'and', 'it', 'hits', 'just', 'an', 'inch', 'above', 'my', 'knee', 'it', "'s", 'the', 'perfect', 'little', 'black', 'dress', 'for', 'a', 'fun', 'date', 'night', 'or', 'an', 'event', ',5,1,0', 'general', 'dresses', 'dresses'] ['12503,936,33', 'nice', 'sweater', 'got', 'so', 'many', 'complements', 'really', 'comfy', 'but', 'runs', 'big', 'i', "'m", 'usually', 'a', 'large', 'and', 'i', 'wish', 'i', 'had', 'gotten', 'the', 'small.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12504,936,40', 'color', 'not', 'as', 'pictured', 'on', 'website', 'i', 'wish', 'i', 'had', 'read', 'the', 'other', 'review', 'about', 'the', 'color', 'of', 'the', 'pink', 'version', 'of', 'this', 'sweater', 'before', 'i', 'ordered', 'it', 'she', 'was', 'absolutely', 'right', 'the', 'color', 'is', 'completely', 'different', 'in', 'person', 'it', 'is', 'this', 'garish', 'pink', 'and', 'brown', 'that', 'looks', 'like', 'it', 'was', 'knit', 'together', 'with', 'remaindered', 'yarn', 'it', "'s", 'too', 'bad', 'because', 'the', 'cut', 'of', 'the', 'sweater', 'is', 'cute', 'and', 'the', 'zipper', 'adds', 'a', 'funky', 'touch', 'maybe', 'the', 'blue', 'is', 'better', 'in', 'person', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['12505,835,51', 'exquisite', 'this', 'top', 'is', 'beautiful', 'everything', 'about', 'it', 'is', 'beautiful', 'it', 'has', 'lovely', 'detail', 'on', 'the', 'back', 'as', 'well', 'as', 'the', 'front', 'i', 'chose', 'a', 'size', '12', 'which', 'seems', 'to', 'run', 'true', 'it', 'fit', 'however', 'regretfully', 'i', 'had', 'to', 'return', 'the', 'top', 'i', 'came', 'back', 'here', 'hoping', 'i', 'could', 'find', 'it', 'in', 'ivory', 'or', 'black', 'but', 'there', "'s", 'only', 'one', 'color', 'the', 'dusky', 'rose', 'is', 'lovely', 'but', 'i', "'m", 'blonde', 'and', 'true', 'pink', 'is', 'fine', 'this', 'shade', 'not', 'so', 'good', 'although', 'as', 'someone', 'else', 'here', 'commented', 'it', 'is', 'a', 'stunning', 'shade', 'of', 'pink', 'very', 'unusual', 'like', 'old', 'dried', 'roses', 'i', 'l', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12506,862,41', 'runs', 'long', 'i', 'had', 'been', 'eyeing', 'this', 'top', 'for', 'awhile', 'so', 'decided', 'to', 'snag', 'it', 'when', 'it', 'went', 'on', 'sale', 'i', "'m", 'still', 'on', 'the', 'fence', 'i', 'love', 'the', 'material', 'and', 'pattern', 'but', 'it', 'is', 'really', 'long', 'and', 'i', "'m", "5'10", 'it', 'looks', 'very', 'roomy', 'with', 'jeans', 'but', 'i', 'still', 'want', 'to', 'try', 'it', 'with', 'tights', 'and', 'boots', 'to', 'see', 'if', 'that', 'looks', 'better', 'overall', 'i', 'think', 'it', 'is', 'a', 'great', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['12507,1108,41', 'lovely', 'drape', 'slim', 'skirt', 'this', 'is', 'a', 'beautiful', 'piece', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'and', 'the', 'cut', 'of', 'the', 'lace', 'across', 'the', 'shoulders', 'is', 'flattering', 'the', 'sleeves', 'are', 'dramatic', 'but', 'not', 'overly', 'fussy', 'sadly', 'i', 'returned', 'the', 'dress', 'because', 'although', 'it', 'is', 'a', 'swing', 'style', 'no', 'waistline', 'it', 'has', 'a', 'very', 'straight', 'cut', 'i', 'was', 'hoping', 'it', 'was', 'more', 'of', 'an', 'a-line', 'silhouette', 'to', 'accommodate', 'my', 'hips', 'but', 'alas', 'if', 'you', 'self-identify', 'as', 'a', 'pear', 'this', 'may', 'not', 'be', 'the', 'dress', 'for', 'you', ',5,1,4', 'general', 'dresses', 'dresses'] ['12508,975,66', 'love', 'it', 'the', 'linen', 'fabric', 'is', 'elegantly', 'thin', 'feels', 'and', 'looks', 'lovely,5,1,3', 'general', 'jackets', 'jackets'] ['12509,1035,39', 'a', 'must', 'have', 'in', 'nature', 'pilco', 'fashion', 'these', 'jeans', 'are', 'amazing', 'i', 'wear', 'them', 'rolled', 'down', 'they', 'have', 'a', 'slight', 'boot', 'cut', 'but', 'not', 'overly', 'i', 'am', "5'10", 'and', 'the', 'bottoms', 'fall', 'right', 'to', 'my', 'heel-', 'meaning', 'the', 'hem', 'does', "n't", 'drag', 'on', 'the', 'ground-finally', 'the', 'perfect', 'pair', 'of', 'jeans', 'they', 'also', 'do', 'not', 'stretch', 'out', 'and', 'keep', 'shape', 'after', 'wearin', 'all', 'day', 'highly', 'recommend', 'although', 'a', 'little', 'pricy', 'for', 'pilcro', 'worth', 'the', 'splurge', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['12510,862,36', 'worst', 'blouse', 'i', "'ve", 'ordered', 'ever', 'there', 'were', 'no', 'reviews', 'it', "'s", 'an', 'online', 'exclusive', 'and', 'thought', 'it', 'might', 'look', 'good', 'with', 'a', 'nice', 'skirt', 'at', 'an', 'upcoming', 'wedding', 'the', 'spandex', 'jersey', 'back', 'looks', 'like', 'sweat', 'shirt', 'material', 'on', 'the', 'white', 'version', 'of', 'this', 'it', 'is', 'mismatched', 'with', 'an', 'oatmeal', 'color', 'and', 'white', 'that', 'just', 'looks', 'awful', 'as', 'a', 'busty', '36d', 'i', 'was', 'stunned', 'to', 'find', 'myself', 'swimming', 'in', 'a', 'medium', 'it', 'does', 'not', 'look', 'like', 'the', 'photograph', 'and', 'the', 'sleeve', 'billow', 'out', 'i', 'feel', 'like', 'this', 'had', 'to', 'have', 'been', 'clipped', 'and', 'tucked', 'in', 'for', 'this', 'photograph', 'i', "'m", 'an', 'anth', ',1,0,43', 'general', 'tops', 'knits'] ['12511,1072,45', 'super', 'stylish', 'dress', 'this', 'is', 'a', 'darling', 'dress', 'it', 'is', 'super', 'flattering', 'except', 'if', 'you', 'are', 'a', 'swimmer', 'and', 'have', 'broad', 'shoulders', 'unfortunately', 'i', 'had', 'to', 'return', 'it', 'because', 'it', 'pulled', 'so', 'tightly', 'across', 'my', 'shoulders/chest', 'i', 'ordered', 'a', 'size', '4', 'and', 'it', 'was', 'actually', 'true', 'to', 'size', 'other', 'than', 'failing', 'to', 'accomodate', 'for', 'an', 'athletic', 'upper', 'body', 'i', "'m", '5', '4', '118', 'lbs', 'wish', 'i', 'could', 'have', 'kept', 'this', 'one', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12512,1108,38', 'overwhelmed', 'me', 'i', 'am', 'petite', '5', 'even', 'the', 'xsmall', 'petite', 'looked', 'sloppy', 'on', 'me', 'i', 'also', 'disliked', 'the', 'nude', 'fabric', 'under', 'the', 'lace-', 'it', 'made', 'it', 'look', 'cheap', 'i', 'wanted', 'this', 'to', 'be', 'the', 'perfect', 'lbd', 'i', 'just', 'could', "n't", 'make', 'it', 'work', 'on', 'my', 'body', ',1,0,5', 'general', 'dresses', 'dresses'] ['12513,936,47', 'gorgeous', 'sweater', 'i', 'purchased', 'all', 'three', 'colors', 'this', 'sweater', 'is', 'gorgeous', 'i', 'love', 'it', 'it', "'s", 'made', 'well', 'all', 'three', 'colors', 'are', 'beautiful', 'and', 'it', 'fits', 'great', 'it', "'s", 'definitely', 'true', 'to', 'size', 'i', "'m", 'thrilled', 'with', 'this', 'sweater', 'adorable', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12514,936,25', 'awkward', 'fit', 'this', 'sweater', 'was', 'a', 'little', 'bit', 'of', 'a', 'let', 'down', 'i', 'ordered', 'the', 'pink', 'and', 'it', 'is', 'actually', 'a', 'tan', 'sweater', 'with', 'bright', 'coral', 'material', 'woven', 'throughout', 'it', 'was', "n't", 'the', "'soft", 'pink/coral', 'color', 'that', 'it', 'appeared', 'to', 'be', 'online', 'while', 'the', 'material', 'is', 'very', 'cozy', 'the', 'sweater', 'itself', 'is', 'short', 'and', 'boxy', 'i', 'would', "'ve", 'like', 'the', 'width', 'better', 'if', 'the', 'length', 'would', "'ve", 'been', 'a', 'little', 'more', 'proportionate', 'i', 'am', '5', '0', 'and', 'ordered', 'a', 'petite', 'small', 'probably', 'returning', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['12515,936,21', 'pretty', 'but', 'not', 'for', 'me', 'this', 'sweater', 'is', 'very', 'pretty', 'i', 'love', 'the', 'knit', 'and', 'the', 'cream', 'color', 'for', 'some', 'reason', 'it', 'just', 'did', "n't", 'flow', 'the', 'way', 'i', 'wanted', 'it', 'to', 'and', 'i', 'did', "n't", 'love', 'the', 'v', 'neck', 'just', 'did', "n't", 'pull', 'me', 'in', 'completely', ',3,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12516,1059,39', 'love', 'it', 'this', 'is', 'a', 'love', 'at', 'first', 'sight', 'item', 'bought', 'that', 'home', 'after', 'seeing', 'it', 'on', 'the', 'model', 'very', 'soft', 'and', 'lovely', 'especially', 'love', 'the', 'tie', 'back', 'i', 'wore', 'it', 'with', 'a', 't', 'shirt', 'underneath', 'i', 'am', '5', '4', 'and', 'size', 'small', 'i', 'bought', 'xs', 'and', 'still', 'a', 'bit', 'long', 'wish', 'they', 'have', 'petite', 'at', 'the', 'store', ',5,1,3', 'general', 'bottoms', 'pants'] ['12517,175,30', 'very', 'pretty', 'swimsuit', 'this', 'swimsuit', 'is', 'very', 'well', 'made', 'and', 'even', 'prettier', 'in', 'person', 'i', "'m", '5', '8', 'and', 'about', '145', 'pounds', 'i', 'usually', 'wear', 'a', 'size', '6.', 'i', 'wear', 'a', '34d', 'bra', 'i', 'found', 'the', 'suit', 'to', 'run', 'a', 'bit', 'small', 'i', 'returned', 'it', 'because', 'despite', 'how', 'much', 'i', 'liked', 'the', 'style', 'it', 'just', 'was', "n't", 'flattering', 'on', 'my', 'body', 'type', ',3,1,0', 'initmates', 'intimate', 'swim'] ['12518,1060,29', 'i', 'purchased', 'these', 'on', 'sale', 'and', 'am', 'only', 'keeping', 'them', 'because', 'they', 'were', 'such', 'a', 'low', 'price', 'i', 'ordered', 'the', '2', 'petite', 'but', 'they', 'do', 'not', 'actually', 'seem', 'to', 'be', 'made', 'for', 'a', 'petite', 'person', 'they', 'are', 'still', 'very', 'long', 'to', 'my', 'ankles', 'and', 'the', 'legs', 'are', 'very', 'wide', 'the', 'waist', 'fits', 'fine', 'though', ',3,0,0', 'general', 'bottoms', 'pants'] ['12519,883,34', ',good', 'quality', 'tank', 'very', 'flowy', 'and', 'longer', 'if', 'you', 'are', 'short.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12520,911,70', 'i', 'ended', 'up', 'returning', 'it', 'just', 'because', 'it', 'did', "n't", 'do', 'much', 'for', 'my', 'current', 'postnatal', 'figure', 'but', 'otherwise', 'this', 'top', 'is', 'just', 'so', 'pretty', 'and', 'unique', ',3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['12521,1059,32', 'love', 'i', 'tried', 'on', 'this', 'jumpsuit', 'on', 'a', 'whim', 'and', 'bought', 'it', 'immediately', 'finding', 'a', 'jumpsuit', 'for', 'my', 'body', 'type', 'is', 'hard', 'small', 'chest', 'rounder', 'in', 'the', 'middle', 'and', 'hips', 'like', 'whoa', 'but', 'i', 'have', 'to', 'say', 'this', 'one', 'is', 'ridiculously', 'flattering', 'love', 'the', 'quality', 'and', 'feel', 'of', 'the', 'fabric', 'i', "'ve", 'worn', 'it', 'both', 'braless', 'and', 'with', 'a', 'bandeau', 'and', 'have', 'not', 'needed', 'to', 'wear', 'a', 'shirt', 'underneath', 'but', 'then', 'again', 'it', 'is', "n't", 'a', 'piece', 'i', 'plan', 'to', 'wear', 'to', 'work', 'i', "'m", 'usually', 'a', 'sz', '8/10', 'and', 'got', 'the', 'medium', 'regular', 'which', 'is', 'perfect', 'i', "'m", '5', '5', 'and', 'the', 'bottom', 'hit', ',5,1,2', 'general', 'bottoms', 'pants'] ['12522,1059,25', 'adorable', 'on', 'this', 'is', 'so', 'cute', 'with', 'a', 'shirt', 'or', 'tee', 'under', 'neath', 'the', 'look', 'is', 'better', 'with', 'a', 'shirt', 'underneath', 'very', 'adorable', 'for', 'many', 'occassions', 'i', 'ordered', 'the', 'petite', 'sizing', 'b/c', 'i', 'like', 'my', 'pants', 'more', 'cropped.,5,1,3', 'general', 'bottoms', 'pants'] ['12523,1060,41', ',i', 'love', 'a', 'cropped', 'pant', 'but', 'these', 'do', 'not', 'hit', 'the', 'mark', 'the', 'pant', 'would', 'have', 'been', 'more', 'flattering', 'if', 'they', 'hit', 'just', 'above', 'the', 'ankle', 'instead', 'of', 'the', 'calf', 'i', 'think', 'they', 'make', 'the', 'leg', 'look', 'stunted', 'the', 'material', 'was', 'a', 'nice', 'weight', 'and', 'good', 'quality', 'but', 'the', 'bow', 'being', 'attached', 'was', 'a', 'big', 'design', 'flaw', 'it', 'look', 'cute', 'tied', 'but', 'would', 'have', 'been', 'much', 'nicer', 'if', 'you', 'could', 'remove', 'it', 'when', 'needed.,3,0,16', 'general', 'bottoms', 'pants'] ['12524,1081,35', 'so', 'flattering', 'i', 'am', 'in', 'between', 'sizes', 'and', 'styles', 'after', 'having', 'a', 'baby', 'this', 'dress', 'looks', 'great', 'on', 'my', 'curvy', 'figure', 'and', 'enhances', 'my', 'look', 'with', 'the', 'cinching', 'of', 'the', 'belt', 'and', 'the', 'detail', 'of', 'the', 'flutter', 'sleeves', 'perfect', 'length', 'and', 'really', 'fits', 'well', 'i', 'am', 'very', 'happy', 'with', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['12525,936,53', 'fun', 'versatile', 'sweater', 'this', 'sweater', 'is', 'a', 'great', 'oversized', 'warm', 'and', 'very', 'soft', 'cozy', 'winter', 'treasure', 'it', 'is', 'very', 'comfortable', 'to', 'wear', 'and', 'looks', 'cute', 'on', 'i', 'really', 'believe', 'it', 'would', 'be', 'flattering', 'on', 'almost', 'anyone', 'i', 'highly', 'recommend', 'it', 'especially', 'now', 'that', 'it', 'is', 'on', 'sale', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12526,1081,42', 'beautiful', 'dress', 'fits', 'horribly', 'i', 'purchased', 'this', 'and', 'another', 'eva', 'franco', 'dress', 'during', 'retailer', "'s", 'recent', '20', 'off', 'sale', 'i', 'was', 'looking', 'for', 'dresses', 'that', 'were', 'work', 'appropriate', 'but', 'that', 'would', 'also', 'transition', 'well', 'to', 'happy', 'hour', 'or', 'date', 'night', 'they', 'both', 'seemed', 'to', 'be', 'just', 'what', 'i', 'was', 'looking', 'for', 'i', 'ordered', 'a', '4', 'regular', 'and', 'a', '6', 'regular', 'as', 'i', 'am', 'usually', 'in', 'between', 'sizes', 'the', '4', 'was', 'definitely', 'too', 'small', 'the', '6', 'fit', 'technically', 'but', 'was', 'very', 'ill', 'fitting', 'not', 'only', 'is', 'the', 'dress', 'itself', 'short', 'but', 'it', 'is', 'very', 'short-waisted', 'i', 'am', 'only', '5', '3', 'but', 'it', 'fe', ',2,0,3', 'general', 'dresses', 'dresses'] ['12527,883,37', 'beautiful', 'comfortable', 'top', 'this', 'top', 'is', 'so', 'comfortable', 'to', 'wear', 'the', 'way', 'that', 'it', 'hangs', 'makes', 'it', 'as', 'light', 'as', 'air', 'wonderful', 'for', 'hot', 'weather', 'the', 'pattern', 'is', 'beautiful', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12528,862,52', 'love', 'the', 'cuffs', 'this', 'shirt', 'style', 'is', 'boxy', 'however', 'the', 'material', 'is', 'soft', 'and', 'this', 'shirt', 'is', 'very', 'comfortable', 'i', 'love', 'the', 'look', 'of', 'the', 'cuffs', 'this', 'is', 'a', 'fun', 'shirt', 'to', 'wear', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12529,824,57', 'love', 'this', 'buttondown', 'sorry', 'but', 'i', 'disagree', 'with', 'a', 'previous', 'reviewer', 'who', 'wrote', 'that', 'this', 'buttondown', 'is', 'sheer', 'and', 'runs', 'large', 'as', 'for', 'sizing', 'i', 'purchased', 'my', 'usual', 'size', 'small', 'the', 'fit', 'is', 'intended', 'to', 'be', 'a', 'bit', 'slouchy', 'and', 'it', 'fits', 'perfectly', 'through', 'the', 'shoulders', 'and', 'the', 'bust', 'love', 'the', 'high/low', 'hemline', 'and', 'the', 'back', 'is', "n't", 'too', 'tight', 'across', 'my', 'bum', 'i', "'ll", 'also', 'note', 'that', 'i', "'m", '57', 'years', 'of', 'age', 'and', 'might', 'tend', 'to', 'be', 'a', 'little', 'more', 'modest', 'when', 'it', 'comes', 'to', 'sheer', 'fabrics', 'the', 'see-through', 'factor', 'is', 'not', 'an', 'issue', 'with', 'this', 'buttondown', 'i', "'m", ',5,1,13', 'general', 'petite', 'tops', 'blouses'] ['12530,1059,46', 'i', 'love', 'this', 'jumpsuit', 'i', 'love', 'this', 'jumpsuit'] [] ['i', 'would', 'like', 'to', 'first', 'say', 'that', 'while', 'a', 'gorgeous', 'model', 'i', 'actually', 'think', 'this', 'piece', 'looks', 'even', 'better', 'on', 'different', 'body', 'shapes'] [] ['sizing'] ['i', 'love', 'the', 'shape', 'the', 'style', 'and', 'the', 'comfort', 'i', 'tried', 'it', 'on', 'in', 'a', 'dressing', 'room', 'where', 'it', 'turns', 'out', 'another', 'woman', 'was', 'trying', 'it', 'as', 'well', 'i', 'am', '5', '5', 'and', 'usually', 'wear', 'a', '4', 'or', '6', 'and', 'got', 'the', 'small', 'she', 'was', 'a', 'bit', 'shorter', 'and', 'pettte', 'and', 'it', 'looked', 'fabulous', 'on', 'her', 'it', 'is', 'loose', 'all', 'over', 'and', 'so', 'flow', 'and', 'fabulous', 'it', 'hits', 'me', 'where', 'it', 'hits', 'the', 'mod', ',5,1,4', 'general', 'bottoms', 'pants'] ['12531,883,34', ',this', 'top', 'is', 'so', 'pretty', 'in', 'person', 'it', 'bells', 'out', 'at', 'the', 'bottom', 'just', 'the', 'right', 'amount.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12532,1059,63', 'picture', 'is', 'misleading', 'actually', 'a', 'versatile', 'piece', 'i', 'bought', 'this', 'in', 'store', 'size', 'xs', 'i', 'weigh', '125-130.', 'it', 'was', 'displayed', 'with', 'a', 'white', 'blouse', 'i', 'can', 'not', 'imagine', 'wearing', 'it', 'as', 'pictured', 'i', 'bought', 'it', 'for', 'work', 'it', 'has', 'nice', 'detailing', 'back', 'side', 'pockets', 'the', 'straps', 'that', 'tie', 'so', 'cutely', 'in', 'the', 'back', 'is', 'what', 'adjusts', 'it', 'to', 'your', 'body', 'even', 'at', '5', '5', 'it', 'is', 'still', 'cropped', 'i', 'look', 'forward', 'to', 'playing', 'with', 'it', 'in', 'regards', 'to', 'flats', 'heels', 'boots', 'long', 'sleeve', 't-shirts', 'turtle', 'neckes', 'even', 'sleevless', 'stuff', ',5,1,11', 'general', 'bottoms', 'pants'] ['12533,1059,46', 'great', 'jumpsuit', 'great', 'material', 'creative', 'design', 'luckily', 'i', 'am', 'small-busted', 'and', 'will', 'be', 'able', 'to', 'get', 'away', 'with', 'nothing', 'underneath', 'the', 'closure/knotting', 'on', 'back', 'is', 'innovative', 'a', 'sexy', 'jumper', ',4,1,0', 'general', 'bottoms', 'pants'] ['12534,1081,38', 'perfect', 'wear', 'to', 'all', 'spring', 'dress', 'easter', 'mother', "'s", 'day', 'tea', 'baby', 'shower'] ['i', "'m", '5', '2', '120', 'and', 'ordered', 'a', '4p', 'true', 'to', 'size', 'beautifully', 'made', 'flowy', 'feminine', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', ',5,1,9', 'general', 'dresses', 'dresses'] ['12535,1060,43', 'these', 'are', 'such', 'quirky', 'pants', 'they', "'re", 'a', 'lot', 'of', 'fun', 'well', 'made', 'and', 'i', 'love', 'the', 'wide', 'cropped', 'legs', 'they', 'do', 'run', 'small', 'though', 'most', 'reviewers', 'say', 'they', 'are', 'true', 'to', 'size', 'i', 'wear', 'a', '4/6', 'or', '28', 'and', 'in', 'these', 'i', 'had', 'to', 'get', 'a', 'size', '10.', 'very', 'tight', 'at', 'the', 'waist', 'even', 'though', 'the', 'rest', 'of', 'the', 'pant', 'flows', 'easily', 'and', 'is', 'loose', 'great', 'color', 'they', "'ll", 'be', 'perfect', 'for', 'spring', 'and', 'fall', 'and', 'you', 'can', 'probably', 'pair', 'with', 'boots', 'in', 'the', 'winter', 'just', 'a', 'fun', 'staple', 'to', 'my', 'wardrobe', ',5,1,0', 'general', 'bottoms', 'pants'] ['12536,1059,44', 'so', 'stylish', 'if', 'only', 'by', 'butt', 'were', 'flatter', 'probably', 'should', 'have', 'noticed', 'the', 'material', 'this', 'jumpsuit', 'is', 'made', 'of', 'before', 'buying', 'tencel', 'thus', 'little', 'to', 'no', 'give', 'kind', 'of', 'like', 'linen', 'and', 'silk', 'beautiful', 'material', 'soft', 'with', 'a', 'slight', 'sheen', 'the', 'top', 'portion', 'fits', 'well', 'and', 'the', 'triangles', 'cover', 'the', 'girls', 'well', '36dd', 'unfortunately', 'there', 'is', 'no', 'give', 'on', 'the', 'back', 'end', 'for', 'my', 'bottom', 'which', 'is', 'quite', 'round', 'and', 'its', 'tight', 'around', 'my', 'thighs', 'which', 'are', "n't", 'small', 'either', 'l/xl', 'and', '14', 'and', 'sadly', 'an', 'xl', 'would', 'be', 'too', 'big', 'upstairs', 'and', 'baggy', 'around', 'the', 'middle', 'sigh', 'oh', 'well', ',4,1,0', 'general', 'bottoms', 'pants'] ['12537,936,45', 'comfy', 'this', 'is', 'a', 'nice', 'heavy', 'sweater', 'for', 'cold', 'days', 'and', 'lounging', 'in', 'jeans', 'very', 'comfortable', 'and', 'flattering', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12538,883,59', 'pretty', 'summer', 'top', 'i', 'saw', 'this', 'in', 'the', 'store', 'today', 'tried', 'on', 'a', 'small', 'and', 'a', 'medium', 'and', 'a', 'medium', 'fit', 'me', 'better', 'which', 'is', 'unusual', 'usually', 'i', 'am', 'a', 'small', 'this', 'top', 'is', 'fitted', 'around', 'the', 'chest', 'and', 'flowing', 'at', 'the', 'bottom', 'a', 'little', 'longer', 'than', 'usual', 'but', 'the', 'pattern', 'is', 'so', 'pretty', 'that', 'i', 'got', 'it', 'i', 'am', '5', '4', '135', 'pounds', 'and', 'got', 'a', 'medium', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['12539,1060,31', 'beautiful', 'but', 'very', 'short', 'in', 'the', 'waist', 'i', 'loved', 'the', 'color', 'and', 'lines', 'of', 'this', 'jumpsuit', 'but', 'found', 'it', 'to', 'be', 'far', 'too', 'short', 'in', 'the', 'torso', 'and', 'about', '8', 'too', 'long', 'in', 'the', 'leg', 'but', 'that', "'s", 'a', 'lot', 'easier', 'to', 'fix', 'i', 'tried', 'sizing', 'up', 'but', 'it', 'still', 'was', "n't", 'working', 'for', 'me', 'i', "'m", 'only', '5', '7', 'and', 'while', 'i', "'m", 'long-waisted', 'i', 'can', 'usually', 'make', 'jumpsuits', 'work', 'if', 'you', 'have', 'a', 'short', 'torso', 'and', 'long', 'legs', 'this', 'is', 'a', 'beautiful', 'option', 'otherwise', 'i', 'ca', "n't", 'recommend', 'it', ',3,0,0', 'general', 'bottoms', 'pants'] ['12540,862,48', 'this', 'top', 'is', 'beautifully', 'made', 'and', 'designed'] ['material', 'is', 'soft', 'and', 'comfortable', 'however', 'it', "'s", 'very', 'boxy', 'the', 'details', 'on', 'the', 'side', 'stick', 'out'] ['i', 'just', 'found', 'it', 'not', 'very', 'flattering', 'for', 'me', ',2,0,6', 'general', 'tops', 'knits'] ['12541,1060,35', 'super', 'comfy', 'super', 'soft', 'super', 'comfy', 'pants', 'pain', 'in', 'the', 'butt', 'to', 'iron', 'out', 'the', 'wrinkles', 'they', 'came', 'with', ',4,1,1', 'general', 'bottoms', 'pants'] ['12542,1060,34', 'amazing', 'i', 'fell', 'in', 'love', 'with', 'this', 'jumpsuit', 'at', 'first', 'sight', 'the', 'color', 'is', 'stunning', 'and', 'very', 'striking', 'i', 'found', 'it', 'to', 'run', 'a', 'bit', 'large', 'so', 'would', 'suggest', 'sizing', 'down', 'for', 'optimal', 'fit', 'but', 'all', 'in', 'all', 'a', 'great', 'piece', 'for', 'summer', 'that', 'will', 'transition', 'nicely', 'into', 'early', 'fall', ',4,1,11', 'general', 'bottoms', 'pants'] ['12543,1081,40', 'flattering', 'quality', 'dress', 'this', 'is', 'such', 'a', 'pretty', 'dress', 'i', 'was', 'worried', 'the', 'arm', 'holes', 'would', 'be', 'too', 'big', 'since', 'it', 'was', 'hard', 'to', 'see', 'them', 'in', 'the', 'pictures', 'but', 'they', 'are', 'perfect', 'there', 'is', 'a', 'built', 'in', 'red', 'slip', 'underneath', 'it', 'is', 'so', 'cute', 'on', 'and', 'really', 'flattering', 'by', 'itself', 'or', 'even', 'with', 'some', 'white', 'skinny', 'crop', 'jeans', 'underneath', ',5,1,3', 'general', 'dresses', 'dresses'] ['12544,883,24', 'cool', 'tank', 'but', 'may', 'need', 'courage', 'to', 'wear', 'i', 'tried', 'wearing', 'it', 'however', 'i', 'thought', 'i', 'needed', 'courage', 'to', 'wear', 'this', 'tank'] ['unfortunately', 'i', 'did', 'not', 'purchase', 'this', 'tank', 'although', 'i', 'liked', 'color', 'and', 'design'] ['first', 'it', 'runs', 'small', 'than', 'the', 'regular', 'size'] ['it', 'feels', 'even', 'smaller', 'because', 'my', 'size', 'is', 'xs'] ['in', 'addition', 'it', 'tends', 'to', 'exaggerate', 'a', 'body', 'line'] ['i', 'am', 'not', 'quite', 'sure', 'why', 'this', 'happens', 'but', 'maybe', 'it', 'is', 'just', 'the', 'way', 'this', 'tank', 'is'] ['if', 'you', 'are', 'confident', 'about', 'your', 'upper', 'body', 'posture', 'then', 'yes', 'it', 'would', 'look', 'very', 'cool'] ['however', 'if', 'you', 'have', 'thin', 'postur', ',2,0,3', 'general', 'petite', 'tops', 'knits'] ['12545,1060,55', 'feel', 'great', 'pants', 'this', 'pants', 'are', 'comfortable', 'and', 'classy', 'they', 'go', 'fantastic', 'with', 'tall', 'booties', 'as', 'it', 'gets', 'colder.,4,1,1', 'general', 'bottoms', 'pants'] ['12546,883,41', 'swingy', 'and', 'flirty', 'very', 'nice', 'soft', 'fabric', 'has', 'a', 'nice', 'swingy', 'drape', 'and', 'flair', 'i', 'use', 'it', 'to', 'work', 'out', 'in', 'sleep', 'in', 'and', 'just', 'hang', 'out', 'around', 'the', 'house', 'could', 'be', 'paired', 'with', 'white', 'pink', 'or', 'black', 'leggings', 'and', 'a', 'scarf', 'too', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12547,883,45', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['12548,936,21', 'have', 'to', 'have', 'it', 'i', 'absolutley', 'love', 'this', 'sweater', 'is', 'is', 'very', 'cozy', 'and', 'warm', 'and', 'can', 'be', 'paired', 'with', 'many', 'different', 'outfits', 'i', 'am', 'upset', 'i', 'did', "n't", 'get', 'one', 'in', 'every', 'color', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12549,1030,45', 'nice', 'but', 'still', 'on', 'the', 'fence', 'i', 'was', 'lucky', 'enough', 'to', 'get', 'these', 'on', 'sale', 'with', 'an', 'additional', '40', 'off', 'making', 'them', 'a', 'fabulous', 'deal', 'they', 'are', 'nicely', 'made', 'and', 'the', 'shade', 'of', 'blue', 'is', 'very', 'pretty', 'my', 'only', 'complaint', 'and', 'the', 'reason', 'i', "'m", 'on', 'the', 'fence', 'is', 'that', 'they', 'are', 'so', 'big', 'i', 'usually', 'buy', 'a', '31', 'in', 'the', 'ag', 'stevie', 'jeans', 'occasionally', 'a', '32', 'so', 'i', 'figured', 'i', "'d", 'be', 'safe', 'sizing', 'down', 'to', 'a', '30.', 'wrong', 'i', 'could', 'have', 'gone', 'to', 'a', '29', 'and', 'possibly', 'even', 'a', '28', 'they', "'re", 'that', 'big', 'i', 'do', 'like', 'them', 'though', 'and', 'may', 'just', 'try', 'shrinking', 'them', 'in', 'the', 'dryer', ',4,1,0', 'general', 'bottoms', 'jeans'] ['12550,1059,44', 'love', 'it', 'i', 'bought', 'this', 'in-store', 'after', 'seeing', 'it', 'online', 'and', 'am', 'in', 'love', 'with', 'the', 'shape', 'the', 'cropped', 'legs', 'give', 'it', 'a', 'style', 'advantage', 'in', 'my', 'opinion', 'for', 'reference', 'i', "'m", '5', '6', '120lbs', 'and', 'a', 'bcup', 'i', 'got', 'the', 'xs'] ['the', 'torso', 'was', 'too', 'baggy', 'and', 'lost', 'it', "'s", 'shape', 'with', 'a', 'small'] ['as', 'one', 'reviewer', 'mentioned', 'it', 'seems', 'to', 'be', 'meant', 'to', 'be', 'worn', 'with', 'a', 'shirt', 'underneath', 'i', "'ve", 'tried', 'with', 'longer', 'sleeved', 'tops', 'and', 'with', 'tank', 'tops', 'and', 'they', 'both', 'look', 'great', 'especially', 'white'] [] ['it', 'has', 'a', 'modern', 'cut', 'and', 'is', 'very', 'versatile', 'i', 'plan', 'to', 'wear', ',5,1,2', 'general', 'bottoms', 'pants'] ['12551,824,28', 'sheer', 'top', 'runs', 'big', 'usually', 'i', "'m", 'a', 'size', 'medium', 'but', 'got', 'small', 'in', 'these'] ['very', 'pretty', 'great', 'summer', 'top', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12552,936,22', 'loved', 'it', 'i', 'got', 'the', 'small', 'even', 'though', 'i', 'usually', 'order', 'a', 'medium', 'for', 'sweaters', 'because', 'i', 'prefer', 'them', 'bigger', 'and', 'i', "'m", 'glad', 'i', 'got', 'the', 'small', 'the', 'sleeves', 'are', 'very', 'long', 'which', 'i', 'love', 'and', 'the', 'sweater', 'is', 'also', 'loose', 'fitting', 'also', 'love', 'the', 'color', 'is', 'gorgeous', 'and', 'it', 'is', 'thick', 'but', 'super', 'soft', 'i', 'would', "n't", 'wear', 'anything', 'underneath', 'it', 'unless', 'tucked', 'in', 'because', 'the', 'front', 'just', 'comes', 'to', 'the', 'top', 'of', 'my', 'pants', 'overall', 'it', "'s", 'gorgeous', 'and', 'i', 'would', 'definitely', 'recommend', 'this', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12553,936,23', 'too', 'short', 'in', 'front', '40', 'sweaters', 'i', 'could', "n't", 'pass', 'it', 'up', 'unfortunately', 'when', 'i', 'raise', 'my', 'arms', 'my', 'tummy', 'shows', 'i', "'m", '5', '6', 'so', 'i', 'had', 'to', 'return', 'it', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['12554,862,37', ',,1,0,0', 'general', 'petite', 'tops', 'knits'] ['12555,936,65', 'fun', 'sweater', 'this', 'sweater', 'was', 'exactly', 'what', 'i', 'was', 'hoping', 'for', 'it', 'is', 'true', 'to', 'size', 'it', 'actually', 'is', 'cozy', 'which', 'i', 'love', 'in', 'the', 'winter', 'the', 'color', 'is', 'so', 'pretty', 'the', 'quality', 'is', 'good', 'it', 'is', 'fun', 'and', 'stylish', 'i', 'do', 'recommend', 'it', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12556,1060,28', 'beautiful', 'garment', 'i', 'love', 'the', 'look', 'of', 'this', 'garment', 'from', 'the', 'color', 'to', 'the', 'detailed', 'design', 'it', 'is', 'just', 'awesome', 'looking', 'i', 'tried', 'this', 'in', '3', 'sizes', '2regular', '2petite', 'and', '0', 'regular', 'i', 'often', 'order', 'petite', 'pants', 'and', 'they', 'work', 'but', 'for', 'this', 'item', 'the', 'crotch', 'was', 'too', 'high', 'for', 'me', 'to', 'wear', 'a', 'petite', 'size', 'and', 'the', 'legs', 'were', 'short', 'enough', 'to', 'look', 'awkward', 'i', 'returned', 'it', 'for', 'the', '0', 'regular', 'which', 'fit', 'me', 'best', 'i', "'m", '5', '5', '110', 'lbs', 'i', 'have', "n't", 'worn', 'it', 'out', 'yet', 'but', 'am', 'excited', 'to', 'wear', 'it', 'to', 'a', 'couple', 'weddings', 'this', 'season', 'one', 'fallback', 'is', 'that', 'i', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12557,936,50', ',probably', 'one', 'of', 'my', 'favorite', 'turtle', 'neck', 'sweaters', 'it', 'looks', 'so', 'chic', 'and', 'cute', 'on', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12558,936,54', 'when', 'i', 'saw', 'this', 'item', 'online', 'i', 'ordered', 'it', 'right', 'away', 'loved', 'the', 'color', 'and', 'the', 'oversized', 'comfy', 'look', 'to', 'it', 'the', 'pros', 'very', 'soft', 'the', 'color', 'a', 'deep', 'cranberry', 'as', 'pictured', 'the', 'cons', 'the', 'low', 'back', 'in', 'the', 'photo', 'the', 'model', "'s", 'arms', 'cover', 'it', 'up', 'when', 'i', 'put', 'it', 'on', 'it', 'looked', 'like', 'an', 'oversized', 'flap', 'that', 'stuck', 'out', 'on', 'the', 'sides', 'and', 'was', 'very', 'visible', 'from', 'the', 'front', 'and', 'because', 'the', 'material', 'is', 'unstructured', 'that', 'made', 'it', 'look', 'worse', 'i', 'loved', 'it', 'except', 'for', 'this', 'one', 'feature', 'but', 'because', 'it', 'was', 'so', 'detracting', 'i', 'had', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['12559,1081,57', 'beautiful', 'i', 'love', 'this', 'dress', 'so', 'very', 'much', 'i', 'wish', 'i', 'could', 'keep', 'it', 'but', 'it', 'does', "n't", 'look', 'right', 'on', 'me', 'i', 'am', '5', '2', '100lbs', '32b', '24', 'waist', '33', 'hip', 'dress', 'fit', 'me', 'well', 'except', 'for', 'the', 'fact', 'that', 'it', 'made', 'me', 'look', 'very', 'wide', 'i', 'think', 'the', 'combination', 'of', 'the', 'ruffles', 'on', 'the', 'sleeves', 'with', 'the', 'blousey-ness', 'and', 'my', 'short', 'stature', 'was', 'not', 'a', 'great', 'combo', 'it', 'will', 'be', 'amazing', 'on', 'tall', 'slender', 'women', 'but', 'did', 'not', 'flatter', 'my', 'short', 'frame'] ['otherwise', 'beautiful', ',4,1,9', 'general', 'dresses', 'dresses'] ['12560,883,44', 'loved', 'this', 'cute', 'tank', 'this', 'fit', 'me', 'perfectly', 'i', "'m", 'petite', 'and', 'it', 'is', 'a', 'little', 'long', 'but', 'i', 'like', 'the', 'length', 'it', "'s", 'perfect', 'so', 'cute,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12561,824,54', 'cute', 'summer', 'blouse', 'this', 'top', 'is', 'really', 'great', 'for', 'the', 'summer', 'the', 'fabric', 'is', 'light', 'and', 'gauzy', 'so', 'it', "'s", 'perfect', 'for', 'hot', 'days', 'i', 'do', "n't", 'like', 'to', 'wear', 'a', 'cami', 'in', 'the', 'summer', 'and', 'this', 'shirt', 'does', 'not', 'require', 'one', 'when', 'worn', 'with', 'a', 'nude', 'bra', 'i', 'love', 'the', 'window', 'pane', 'pattern-', 'and', 'the', 'light', 'pink', 'color', 'is', 'very', 'flattering', 'and', 'subtle', 'i', "'m", '5', '5', '124', 'lb', 'with', 'fairly', 'broad', 'shoulders', 'and', 'wear', 'either', 'a', 'small', 'or', 'medium', 'i', 'ordered', 'the', 'medium', 'in', 'this', 'shirt', 'and', 'found', 'it', 'a', 'bit', 'large', 'so', 'the', 'small', 'would', 'have', 'worked', 'as', 'well', 'i', 'would', 'say', 'that', 'your', 're', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12562,1059,31', 'suffer', 'for', 'modern', 'fashion', 'i', "'ve", 'worn', 'this', 'twice', 'now', 'the', 'first', 'time', 'was', 'after', 'trying', 'it', 'on', 'and', 'realizing', 'it', 'was', 'perfect', 'immediately', 'purchased', 'and', 'never', 'took', 'it', 'off', 'the', 'second', 'time', 'wore', 'it', 'to', 'my', 'internship', 'office', 'followed', 'by', 'museum', 'and', 'a', 'concert', 'incredibly', 'versatile', 'constant', 'compliments', '5', '7', '135', 'pounds', '34', 'c', '27/28', 'waist', 'meant', 'to', 'be', 'loose', 'carefree', 'incredibly', 'modern', 'does', 'wrinkle', 'after', 'long', 'periods', 'of', 'sitting', 'but', 'not', 'enough', 'to', 'dislike', 'the', 'biggest', 'complaint', 'for', 'me', 'and', 'my', 'retailer', 'coworkers', 'is', 'that', 'it', 'is', 'an', 'incred', ',5,1,1', 'general', 'bottoms', 'pants'] ['12563,1059,35', 'adorable', 'comfy', 'and', 'stylish', 'after', 'a', 'few', 'months', 'of', 'coveting', 'i', 'received', 'this', 'jumpsuit', 'as', 'a', 'gift', 'apparently', 'my', 'longing', 'was', "n't", 'too', 'subtle', 'and', 'was', 'delighted', 'to', 'find', 'it', 'did', "n't", 'disappoint', 'at', 'all', 'the', 'material', 'has', 'a', 'nice', 'weight', 'and', 'falls', 'away', 'from', 'the', 'body', 'but', 'still', 'is', 'very', 'swingy', 'and', 'light', 'it', 'is', 'great', 'for', 'our', 'slightly', 'chilly', 'spring', 'yet', 'i', 'expect', 'it', 'will', 'be', 'fantastic', 'as', 'the', 'weather', 'warms', 'up', 'i', 'am', '5', '6', 'and', 'usually', 'a', '26', 'or', 'size', '2', 'in', 'bottoms', 'and', 'an', 'xs', 'or', 's', 'on', 'top', 'i', 'got', 'this', 'jumpsuit', 'in', 'an', 'xs', 'and', 'it', 'fits', 'very', 'loosely', 'much', 'lik', ',5,1,2', 'general', 'bottoms', 'pants'] ['12564,1059,42', 'love', 'it', 'but', 'it', 'is', 'soooo', 'cute', 'i', "'m", 'trying', 'to', 'figure', 'a', 'few', 'things', 'before', 'deciding', 'to', 'keep', 'how', 'one', 'goes', 'to', 'the', 'bathroom', 'when', 'wearing', 'it', 'i', 'ca', "n't", 'figure', 'out', 'how', 'to', 'get', 'it', 'on', 'without', 'help', 'tying', 'the', 'straps', 'in', 'the', 'back', ',4,1,5', 'general', 'bottoms', 'pants'] ['12565,936,50', 'i', 'am', 'allergic', 'to', 'wool', 'and', 'have', 'a', 'hard', 'time', 'finding', 'winter', 'sweaters', 'was', 'really', 'excited', 'when', 'i', 'read', 'material', 'content', 'on', 'this', 'item', 'only', 'to', 'be', 'disappointed', 'upon', 'arrival', 'to', 'note', 'that', 'sweater', 'is', '10', 'wool', 'also', 'found', 'it', 'to', 'be', 'very', 'tight', 'in', 'arm', 'area', 'for', 'reference', 'i', 'am', "5'10", '130', 'lbs', 'and', 'would', 'say', 'have', 'slender', 'arms', 'cute', 'design', 'that', 'will', 'work', 'for', 'some', ',3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['12566,1060,29', 'the', 'color', 'though', 'i', 'really', 'love', 'this', 'piece', 'because', 'it', "'s", 'classic', 'and', 'the', 'style', 'transitions', 'from', 'day-to-night', 'the', 'color', 'caught', 'my', 'eye', 'first', 'but', 'once', 'i', 'tried', 'it', 'on', 'it', 'was', 'knotting', 'the', 'tie', 'in', 'front', 'and', 'seeing', 'the', 'elegant', 'texture', 'it', 'created', 'down', 'each', 'pant', 'leg', 'that', 'sold', 'me', 'i', 'felt', 'too', 'comfortable', 'to', 'be', 'stylish', 'but', 'there', 'i', 'was', 'multi-tasking', 'my', 'full-time', 'passions', 'in', 'the', 'retailer', 'dressing', 'room', 'no', 'big', 'deal'] [] ['i', 'am', 'a', 'tall', 'size', '4/6', 'woman', 'for', 'taller', 'girls', 'like', 'me', 'who', 'a', 'intend', 'to', 'wear', 'a', 'small', 'heel', 'with', 'the', 'piece', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12567,1030,46', 'super', 'soft', 'and', 'thin', 'jeans', 'these', 'are', 'great', 'for', 'summer', 'except', 'you', 'need', 'to', 'size', 'down', 'unless', 'the', 'pair', 'i', 'received', 'was', 'an', 'anomaly', 'these', 'run', 'very', 'large', ',3,1,0', 'general', 'bottoms', 'jeans'] ['12568,1030,45', 'sooooo', 'comfy', 'i', 'tried', 'these', 'jeans', 'on', 'at', 'the', 'suggestion', 'of', 'the', 'salesperson', 'and', 'could', "n't", 'walk', 'out', 'of', 'the', 'store', 'without', 'buying', 'them', 'even', 'at', 'full', 'price', 'of', 'over', '200', 'which', 'i', 'do', "n't", 'usually', 'spend', 'on', 'jeans', 'first', 'of', 'all', 'the', 'material', 'is', 'so', 'buttery', 'soft', 'you', 'ca', "n't", 'believe', 'you', 'are', 'wearing', 'jeans', 'secondly', 'i', 'could', 'actually', 'find', 'a', 'pair', 'that', 'would', 'fit', 'my', 'smaller', 'waist', 'in', 'comparison', 'to', 'my', 'larger', 'than', 'i', 'wish', 'hips', '27-28', 'waist', '38-39ish', 'hips', '5-4', 'i', 'ended', 'up', 'with', 'size', '26', 'they', 'are', 'very', 'thin', 'and', 'i', 'worry', 'about', 'how', 'they', 'will', ',4,1,1', 'general', 'bottoms', 'jeans'] ['12569,936,66', 'hi', 'lo', 'tneck', 'i', 'bought', 'this', 'in', 'the', 'plum', 'love', 'the', 'color', 'i', 'got', 'this', 'in', 'xs', 'which', 'is', 'my', 'usual', 'size', 'it', "'s", 'a', 'little', 'bit', 'baggy', 'but', 'i', 'think', 'this', 'is', 'the', 'style', 'of', 'the', 'sweater', 'the', 'front', 'on', 'me', 'is', 'not', 'as', 'long', 'as', 'pictured', 'but', 'just', 'covers', 'the', 'top', 'of', 'my', 'pants', 'my', 'daughter', 'liked', 'it', 'so', 'much', 'she', 'bought', 'the', 'exact', 'same', 'one.,4,1,4', 'general', 'petite', 'tops', 'sweaters'] ['12570,862,34', 'well', 'made', 'however', 'too', 'large', 'for', 'me', 'this', 'is', 'a', 'very', 'nice', 'top', 'however', 'it', 'was', 'too', 'large', 'for', 'me', 'i', 'ordered', 'a', 'medium', 'and', 'needed', 'a', 'small', 'i', 'am', '5', '9', ',145', 'lbs.i', 'will', 'try', 'again', 'with', 'a', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12571,1060,26', ',super', 'cute', 'pants', 'but', 'pleats', 'fan', 'out', 'too', 'much', 'when', 'you', 'are', 'pear', 'shaped', 'i', 'would', 'also', 'need', 'to', 'shorten', 'pants', 'too', 'look', 'like', 'the', 'picture.,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['12572,1059,40', 'ca', "n't", 'be', 'worn', 'as', 'pictured', 'ah', 'i', 'wanted', 'to', 'love', 'this', 'but', 'without', 'anything', 'under', 'it', 'as', 'pictured', 'the', 'petite', 'sizing', 'reveals', 'way', 'too', 'much', 'side', 'boob', 'i', 'am', '5', '3', 'and', 'a', 'small', 'b', 'cup', 'i', 'ordered', 'an', 'xs', 'petite', 'it', 'fits', 'but', 'there', 'is', "n't", 'enough', 'material', 'under', 'the', 'armpits', 'the', 'fabric', 'and', 'design', 'is', 'great', 'other', 'than', 'this', 'flaw', 'sadly', 'returning', ',1,0,17', 'general', 'bottoms', 'pants'] ['12573,1060,37', 'pretty', 'on', 'the', 'hanger', 'weird', 'on', 'me', 'i', 'tried', 'this', 'on', 'in', 'a', 'store', 'and', 'it', 'was', 'beautiful', 'except', 'the', 'sizing', 'was', 'way', 'off', 'i', "'m", "5'11", 'and', 'usually', 'a', '12', 'or', '14.', 'the', '12', 'was', 'skin-tight', 'and', 'the', '14', 'was', 'so', 'loose', 'it', 'was', 'comical', 'and', 'even', 'on', 'my', 'super', 'long', 'legs', 'the', 'cuffs', 'dragged', 'on', 'the', 'floor', 'plus', 'the', 'lacy', 'panels', 'in', 'the', 'cleavage', 'area', 'are', 'totally', 'see-through', 'and', 'my', 'bra', 'was', 'very', 'visible', 'i', 'was', 'totally', 'bummed', 'also', 'incidentally', 'this', 'did', "n't", 'seem', 'the', 'best', 'quality', 'there', 'were', 'strings', 'hanging', 'out', 'of', 'the', 'lacy', 'areas', 'and', 'the', 'waist', 'tie', 'ties', 'way', 'higher', 'than', ',3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['12574,824,34', 'sheer', 'and', 'runs', 'large', 'saw', 'this', 'on', 'the', 'mannequin', 'and', 'tried', 'it', 'on', 'just', 'for', 'kicks'] ['________'] ['pros'] ['breathable', 'fabric', 'all', 'cotton', 'with', 'a', 'lovely', 'color'] ['________'] ['cons'] ['runs', 'large', 'which', 'is', 'the', 'style', 'of', 'the', 'top', 'anyhow', 'however', 'i', 'was', 'swimming', 'in', 'the', 'medium', 'and', 'i', 'normally', 'fit', 'in', 'size', '10/12', 'or', 'm/l', 'tops', 'with', 'retailer', 'stuff', 'you', 'can', 'easily', 'size', 'down', 'and', 'have', 'plenty', 'of', 'room', 'left', 'but', 'if', 'you', 'like', 'it', 'really', 'baggy', 'then', 'stick', 'with', 'your', 'normal', 'size', 'for', 'reference', 'i', "'m", 'a', '36c', 'and', 'hourglass', 'and', 'had', 'ample', 'room', 'in', 'a', 'medium'] ['s', ',3,1,19', 'general', 'petite', 'tops', 'blouses'] ['12575,936,24', 'amazing', 'fit', 'at', '4', '11', 'i', 'usually', 'have', 'to', 'order', 'items', 'in', 'petite', 'and', 'sometimes', 'still', 'have', 'trouble', 'fitting', 'properly', 'into', 'items', 'but', 'i', 'was', 'able', 'to', 'buy', 'this', 'sweater', 'in', 'an', 'xs', 'i', 'figured', 'with', 'the', 'high', 'front', 'and', 'low', 'back', 'i', 'would', "n't", 'be', 'able', 'to', 'fit', 'it', 'but', 'it', 'looks', 'great', 'on', 'not', 'only', 'is', 'the', 'fit', 'amazing', 'but', 'it', 'feels', 'amazing', 'as', 'well', 'it', "'s", 'such', 'an', 'easy', 'wear', 'and', 'the', 'high/low', 'look', 'is', 'effortlessly', 'chic', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['12576,936,43', 'love', 'it', 'i', 'love', 'everything', 'about', 'this', 'sweater', 'it', "'s", 'well', 'made', 'the', 'color', 'is', 'lovely', 'and', 'best', 'of', 'all', 'i', 'can', 'wear', 'it', 'with', 'skinny', 'jeans', 'without', 'feel', 'overexposed', 'in', 'the', 'back', 'i', 'think', 'my', 'husband', 'thought', 'it', 'was', 'rather', 'shapeless', 'but', 'i', 'like', 'the', 'look', 'of', 'a', 'bigger', 'sweater', 'with', 'a', 'skinny', 'pant', 'a', 'must', 'buy', 'at', 'this', 'great', 'price', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12577,883,40', 'beautiful', 'print', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'colors', 'are', 'bright', 'it', 'fits', 'well', 'over', 'the', 'shoulders', 'and', 'the', 'neckline', 'is', 'placed', 'just', 'right', 'on', 'the', 'chest', 'the', 'bottom', 'portion', 'of', 'the', 'tank', 'is', 'more', 'of', 'a', 'swing', 'style', 'item', 'than', 'a', 'form', 'fitting', 'tank', 'i', 'am', 'very', 'pleased', 'with', 'the', 'top', 'and', 'will', 'wear', 'it', 'often.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['12578,1060,51', 'cute', 'pants', 'i', "'ve", 'been', 'wanting', 'to', 'try', 'the', 'cropped', 'pleated', 'pants', 'style', 'and', 'i', 'like', 'these', 'the', 'material', 'is', 'nice', 'comfortable', 'and', 'the', 'bow', 'adds', 'whimsy', 'compared', 'to', 'other', 'brands', 'i', "'ve", 'tried', 'these', 'pants', 'fit', 'the', 'best', 'the', 'waistband', 'goes', 'up', 'higher', 'in', 'the', 'back', 'so', 'there', "'s", 'no', 'gapping', 'a', 'big', 'plus', 'for', 'me', 'just', 'one', 'thing', 'i', 'find', 'cartonnier', 'to', 'run', 'small', 'so', 'i', 'would', 'suggest', 'ordering', 'one', 'size', 'bigger', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['12579,1059,38', 'best', 'summer', 'piece', 'this', 'was', 'my', 'favorite', 'piece', 'of', 'apparel', 'i', 'have', 'purchased', 'in', 'a', 'very', 'long', 'time', 'fun', 'trendy', 'and', 'comfy', 'yet', 'dressy', 'piece', 'dress', 'it', 'up', 'or', 'down', 'based', 'on', 'the', 'occasion', ',5,1,0', 'general', 'bottoms', 'pants'] ['12580,883,39', 'caught', 'my', 'eye', 'because', 'of', 'the', 'colorful', 'graphic', 'print', 'in', 'my', 'closet', 'because', 'of', 'the', 'super', 'sale', 'price', 'it', 'fits', 'as', 'expected', 'in', 'size', 'medium', 'a', 'little', 'bit', 'long', 'since', 'i', "'m", 'short', 'i', "'m", 'unsure', 'of', 'the', 'longevity', 'since', 'it', "'s", 'a', 'viscose', 'mix', 'feels', 'a', 'little', 'scratchy', 'so', 'if', 'you', "'re", 'sensitive', 'be', 'aware', 'i', 'do', "n't", 'really', 'wear', 'tank', 'tops', 'without', 'layers', 'so', 'this', 'is', 'a', 'great', 'addition', 'to', 'my', 'casual', 'wardrobe', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['12581,1060,87', ',fits', 'perfectly', 'and', 'is', 'quite', 'adorable', 'too', 'keep', 'in', 'mind', 'is', 'that', 'where', 'it', "'s", 'cut', 'off', 'on', 'the', 'leg', 'is', 'a', 'bit', 'awkward', 'if', 'you', "'re", 'not', 'wearing', 'heels.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12582,1060,39', 'i', 'tried', 'this', 'in', 'an', 'xxsp', 'i', 'am', 'normally', 'an', 'ssxp', 'or', 'xsp', 'it', 'fit', 'me', 'well', 'everywhere', 'except', 'in', 'the', 'crotch', 'where', 'i', 'was', 'given', 'a', 'slight', 'wedgie', 'not', 'the', 'look', 'i', 'was', 'going', 'for', 'if', 'i', 'sized', 'up', 'the', 'rest', 'of', 'the', 'jumpsuit', 'would', 'be', 'too', 'large', 'on', 'my', 'frame'] [] ['also', 'i', 'don', 't', 'feel', 'the', 'quality', 'matched', 'the', 'price', 'point', 'the', 'one', 'i', 'received', 'had', 'a', 'lot', 'of', 'loose', 'stings', 'already', 'and', 'it', 'was', 'unopened', 'previously', 'that', 'being', 'said', 'it', 'is', 'a', 'beautiful', 'color', 'and', 'on', 'the', 'right', 'body', 'the', 'style', 'would', 'work', 'well', 'it', 'just', 'wasn', 't', 'for', 'me', ',3,1,3', 'general', 'petite', 'bottoms', 'pants'] ['12583,1060,28', 'needs', 'some', 'work', 'i', 'love', 'the', 'style', 'and', 'color', 'of', 'this', 'jumpsuit', 'i', 'ordered', 'a', 'petite', 'and', 'with', 'tall', 'shoes', 'it', "'s", 'still', 'about', '3', 'too', 'long', 'the', 'side', 'seam', 'needs', 'to', 'be', 'taken', 'out', 'at', 'the', 'bottom', 'to', 'hem', 'it', 'so', 'that', "'s", 'a', 'pain', 'in', 'the', 'rear'] ['also', 'this', 'has', 'a', 'side', 'zipper', 'but', 'you', 'step', 'through', 'the', 'neckline', 'to', 'put', 'it', 'on', 'if', 'any', 'part', 'of', 'me', 'was', 'even', 'a', 'tiny', 'bit', 'larger', 'this', 'would', 'never', 'work'] ['the', 'biggest', 'issue', 'is', 'that', 'it', 'armholes/bust', 'gaps', 'a', 'lot', 'there', 'should', 'have', 'been', 'a', 'dart', 'from', 'the', 'armhole', 'down', 'towards', 'the', 'bust', 'i', "'m", 'hoping', 'to', 'be', ',3,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12584,936,47', 'awesome', 'sweater', 'for', 'winter', 'after', 'reading', 'the', 'reviews', 'i', 'was', 'hoping', 'to', 'be', 'able', 'to', 'try', 'this', 'on', 'in', 'store', 'i', 'was', 'able', 'to', 'try', 'on', 'a', 'xxs', 'and', 'a', 'xs', 'in', 'the', 'store', 'on', 'the', 'sale', 'rack', 'i', 'tried', 'both', 'on', 'and', 'i', 'usually', 'will', 'take', 'an', 'xs', 'or', 'small', 'in', 'sweaters', 'funny', 'but', 'the', 'xxs', 'seemed', 'to', 'be', 'a', 'little', 'longer', 'in', 'the', 'front', 'and', 'the', 'fit', 'is', 'nicer', 'on', 'me', 'after', 'reading', 'others', 'review', 'of', 'this', 'sweater', 'i', 'thought', 'for', 'sure', 'it', 'would', 'be', 'super', 'short', 'on', 'the', 'xxs', 'but', 'it', 'was', "n't", 'just', 'goes', 'to', 'show', 'you', 'should', 'always', 'try', 'on', 'first', 'i', 'did', 'not', 'feel', 'that', 'the', 'sleeves', 'were', 'l', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12585,646,41', 'great', 'fit', 'so', 'comfortable', 'i', 'love', 'love', 'love', 'this', 'dress', 'it', "'s", 'comfy', 'light', 'weight', 'but', 'not', 'see', 'through', 'and', 'transitional', 'it', 'drapes', 'well', 'and', 'accents', 'all', 'those', 'parts', 'of', 'me', 'that', 'i', 'like', 'accented', 'it', "'s", 'good', 'for', 'lounging', 'with', 'the', 'kids', 'a', 'run', 'to', 'the', 'grocery', 'store', 'and', 'then', 'sipping', 'wine', 'at', 'a', 'beach', 'would', 'buy', 'more', 'if', 'there', 'were', 'more', 'colors', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12586,820,59', 'lovely', 'embellishments', 'this', 'tunic', 'has', 'nice', 'soft', 'fabric', 'and', 'nicely', 'done', 'embroidery', 'that', 'make', 'it', 'stand', 'out', 'it', "'s", 'comfortable', 'and', 'the', 'fabric', 'is', 'very', 'nice', 'but', 'it', 'is', 'not', 'flannel', 'as', 'advertised', 'the', 'tunic', 'is', 'made', 'out', 'of', 'a', 'double-gauze', 'cotton', 'which', 'is', 'a', 'great', 'fabric', 'with', 'a', 'casual', 'look', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['12587,833,68', 'stunning', 'this', 'is', 'a', 'very', 'flattering', 'blouse', 'gorgeous', 'detail', 'with', 'the', 'beading', ',5,1,0', 'general', 'tops', 'blouses'] ['12588,937,35', 'favorite', 'new', 'fall', 'sweater', 'this', 'sweater', 'is', 'absolutely', 'adorable', 'i', 'was', 'worried', 'about', 'the', 'layers', 'looking', 'too', 'frumpy', 'but', 'they', 'were', 'not', 'i', 'normally', 'wear', 'a', 'size', 'medlum', '8', 'but', 'i', 'sized', 'down', 'on', 'this', 'sweater', 'on', 'a', 'gut', 'feeling', 'and', 'bought', 'a', 'small', 'i', 'did', "n't", 'want', 'it', 'to', 'be', 'too', 'loose', 'or', 'billowy', 'and', 'it', 'fits', 'perfectly', 'will', 'be', 'so', 'cute', 'with', 'jeans', 'but', 'also', 'with', 'skirts', 'for', 'work', 'you', 'will', 'be', 'so', 'happy', 'you', 'bought', 'this', 'one', ',5,1,17', 'general', 'tops', 'sweaters'] ['12589,862,29', 'love', 'i', 'love', 'this', 'i', 'agree', 'with', 'previous', 'post', 'that', 'say', 'it', 'is', 'much', 'better', 'in', 'person', 'the', 'fabric', 'is', 'high', 'quality', 'but', 'not', 'too', 'thick', 'i', 'bought', 'this', 'to', 'have', 'something', 'light', 'to', 'wear', 'on', 'a', 'trip', 'to', 'italy', 'and', 'it', 'will', 'be', 'perfect', 'the', 'color', 'is', 'so', 'lovely', 'and', 'the', 'flowy', 'detail', 'at', 'the', 'hem', 'makes', 'it', 'unique', 'it', "'s", 'a', 'basic', 'without', 'being', 'basic', 'i', "'m", 'so', 'glad', 'i', 'added', 'it', 'to', 'my', 'wardrobe.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['12590,862,35', 'soft', 'great', 'fit', 'thin', 'i', 'tried', 'this', 'on', 'at', 'antho', 'today', 'and', 'loved', 'it', 'the', 'pictures', 'online', 'are', 'not', 'doing', 'this', 'garment', 'any', 'favors', 'it', 'is', 'flattering', 'in', 'person', 'the', 'fabric', 'is', 'a', 'light', 'fabric-i', 'was', 'a', 'little', 'disappointed', 'in', 'this', 'since', 'i', 'like', 'things', 'to', 'be', 'a', 'little', 'warmer', 'but', 'this', 'is', 'probably', 'better', 'anyway', 'with', 'spring', 'coming', 'it', 'is', 'coming', 'right', '-today', 'it', "'s", 'snowing', 'i', 'like', 'the', 'under-layer', 'that', 'is', 'kind', 'of', 'silky', 'which', 'i', 'think', 'adds', 'a', 'special', 'touch', 'to', 'it', 'it', 'is', 'versatile', 'and', 'could', 'be', 'paired', 'with', 'anything', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['12591,833,59', ',feminine', 'with', 'beading', 'in', 'front', 'love', 'the', 'neckline', 'and', 'flow', 'nice', 'fall', 'colors', 'sleeves', 'button', 'really', 'nice', 'fit', 'in', 'shoulders', 'if', 'you', 'like', 'this', 'style', 'it', 'is', 'absolutely', 'beautiful', 'on', 'may', 'be', 'short', 'on', 'those', 'with', 'long', 'torsos.,5,1,7', 'general', 'tops', 'blouses'] ['12592,937,37', ',,5,1,0', 'general', 'tops', 'sweaters'] ['12593,984,46', 'the', 'best', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'on', 'a', 'whim', 'then', 'had', 'to', 'have', 'it', 'i', "'m", 'normally', 'a', 'small', 'but', 'really', 'loved', 'the', 'way', 'the', 'medium', 'fit', 'good', 'thing', 'because', 'it', 'was', 'the', 'last', 'jacket', 'like', 'it', 'in', 'the', 'store', 'super', 'soft', 'comfy', 'a', 'great', 'purchase', 'fur', 'is', 'removable', 'for', 'easy', 'washing', 'or', 'a', 'different', 'look', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12594,820,50', 'easy', 'cool', 'awesome', 'this', 'is', 'such', 'a', 'great', 'piece', 'throw', 'this', 'top', 'on', 'with', 'a', 'pair', 'of', 'skinnies', 'and', 'some', 'booties', 'and', 'you', "'re", 'dressed', 'it', 'walks', 'the', 'line', 'between', 'too', 'tight', 'and', 'too', 'loose', 'beautifully', 'for', 'my', 'figure', 'love', 'the', 'contrast', 'lining', 'it', 'washes', 'beautifully', 'i', 'hang', 'to', 'dry', 'i', 'wore', 'it', 'twice', 'the', 'first', 'week', 'i', 'owned', 'it', 'size', 's', 'was', 'best', 'for', 'me', 'i', "'m", '5', '4', '140lb', '34b', 'and', 'generally', 'a', 'size', '6', ',5,1,3', 'general', 'tops', 'blouses'] ['12595,824,25', 'runs', 'a', 'bit', 'large', 'and', 'hits', 'below', 'my', 'waist', 'just', 'far', 'enough', 'to', 'make', 'my', 'thighs', 'look', 'enormous', 'i', 'think', 'how', 'it', 'fits', 'depends', 'alot', 'on', 'body', 'type', 'the', 'material', 'is', 'nice', 'color', 'pretty', 'not', 'cheap', 'looking', 'so', 'i', 'will', 'keep', 'it', 'but', 'must', 'wear', 'a', 'topper', 'to', 'slim', 'down', 'thise', 'ugly', 'thighs', 'of', 'mine', ',2,1,0', 'general', 'petite', 'tops', 'blouses'] ['12596,370,40', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['12597,1022,32', 'comfy', 'jeans', 'i', 'ordered', 'these', 'jeans', 'on', 'sale', 'based', 'on', 'the', 'great', 'reviews', 'but', 'when', 'the', 'arrived', 'the', 'color', 'looked', 'different', 'from', 'the', 'online', 'pictures', 'i', 'do', "n't", 'love', 'the', 'color', 'but', 'decided', 'to', 'try', 'them', 'on', 'anyway', 'since', 'i', "'ve", 'never', 'tried', 'ag', 'before', 'well', 'they', 'are', 'so', 'soft', 'and', 'comfortable', 'and', 'fit', 'great', 'i', 'did', "n't", 'want', 'to', 'take', 'them', 'off', 'so', 'i', 'ended', 'up', 'keeping', 'them', 'now', 'ag', 'is', 'my', 'favorite', 'brand', 'for', 'jeans', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12598,1147,35', 'a', 'delightful', 'piece', 'i', "'m", 'in', 'love', 'with', 'siyu', 'i', 'saw', 'this', 'jacket/cape', 'and', 'the', 'brilliant', 'colors', 'drew', 'me', 'in', 'i', 'had', 'to', 'have', 'it', 'i', "'m", 'so', 'glad', 'i', 'purchased', 'it', 'it', 'is', 'wonderful', 'i', 'would', 'say', 'that', 'the', 'colors', 'are', 'a', 'bit', 'more', 'muted', 'than', 'in', 'the', 'puctures', 'but', 'still', 'a', 'brilliant', 'statement', 'piece', 'i', 'was', 'considering', 'getting', 'the', 'sleeveless', 'golden', 'mock', 'turtleneck', 'to', 'go', 'with', 'it', 'but', 'glad', 'i', 'did', "n't", 'the', 'neck', 'of', 'the', 'jacket', 'comes', 'up', 'fairly', 'high', 'and', 'it', 'probably', 'would', "n't", 'have', 'shown', 'the', 'wool', 'material', 'is', 'very', 'fine', 'not', 'scratchy', 'and', 'a', 'bit', 'stretchy', ',5,1,7', 'general', 'petite', 'trend', 'trend'] ['12599,984,68', 'too', 'many', 'ideas', 'i', 'was', 'hesitant', 'to', 'buy', 'this', 'because', 'it', 'is', 'double', 'breasted', 'which', 'is', "n't", 'my', 'first', 'choice', 'that', 'was', 'the', 'least', 'of', 'the', 'problems', 'with', 'this', 'jacket', 'i', 'love', 'sparkle', 'and', 'i', 'love', 'beautiful', 'detail', 'none', 'of', 'the', 'elements', 'by', 'themselves', 'was', 'a', 'problem', 'the', 'sum', 'of', 'the', 'parts', 'did', "n't", 'work', 'though', 'the', 'end', 'result', 'was', 'an', 'unflattering', 'confusing', 'mess', 'the', 'silhouette', 'plus', 'the', 'frayed', 'edges', 'plus', 'the', 'sequins', 'plus', 'the', 'vent', 'in', 'back', 'plus', 'the', 'huge', 'buttons', 'plus', 'the', 'double', 'breast', 'plus', 'the', 'zipper', 'were', 'just', 'too', 'many', 'things', 'to', 'go', 't', ',2,0,1', 'general', 'petite', 'jackets', 'jackets'] ['12600,1024,68', 'great', 'jeans', 'i', 'have', "n't", 'worn', 'a', 'pair', 'of', 'levis', 'in', 'ages', 'and', 'had', 'forgotten', 'how', 'great', 'they', 'are', 'i', 'have', 'recently', 'lost', 'weight', 'and', 'i', 'have', 'to', 'say', 'they', 'are', 'very', 'flattering', 'i', 'was', "n't", 'sure', 'at', 'first', 'how', 'i', 'would', 'ilike', 'the', 'frayed', 'hems', 'but', 'they', 'are', 'growing', 'on', 'me', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12601,1111,31', 'bold', 'color', 'trendy', 'dress', 'this', 'dress', 'is', 'really', 'cute', 'it', "'s", 'not', 'a', 'complete', 'bag', 'on', 'you', 'i', 'read', 'that', 'other', 'reviewers', 'complained', 'about', 'the', 'fact', 'that', 'it', 'is', 'see-through', 'and', 'that', 'is', 'the', 'case', 'but', 'i', 'own', 'multiple', 'pairs', 'of', 'skin-toned', 'underwear', 'and', 'did', 'not', 'find', 'this', 'to', 'be', 'a', 'problem', 'the', 'fabric', 'is', 'lightweight', 'but', 'perfect', 'for', 'the', 'summer', 'it', 'does', 'wrinkle', 'but', 'a', 'steamer', 'is', 'your', 'best', 'friend', ',5,1,0', 'general', 'dresses', 'dresses'] ['12602,1081,28', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'i', 'could', "n't", 'it', 'ran', 'large', 'and', 'heavy', 'rather', 'than', 'a', 'sleek', 'cocktail', 'dress', 'it', 'felt', 'more', 'like', 'a', 'heavy', 'sack', 'once', 'i', 'put', 'it', 'on', 'there', 'was', 'one', 'upside', 'the', 'drape', 'in', 'the', 'back', 'did', 'not', 'appear', 'to', 'drop', 'quite', 'as', 'low', 'so', 'finding', 'a', 'bra', 'to', 'wear', 'under', 'the', 'dress', 'might', 'be', 'easier', 'than', 'if', 'it', 'draped', 'as', 'low', 'as', 'it', 'appears', 'in', 'the', 'picture', ',1,0,5', 'general', 'dresses', 'dresses'] ['12603,996,27', 'love', 'this', 'skirt', 'this', 'skirt', 'is', 'not', 'only', 'cute', 'but', 'really', 'comfy', 'i', 'really', 'like', 'the', 'materials', 'it', "'s", 'made', 'of', 'and', 'the', 'way', 'it', 'seems', 'to', 'hug', 'my', 'body', 'in', 'a', 'flattering', 'way', 'i', "'m", '5', '2', 'so', 'the', 'only', 'down', 'side', 'is', 'that', 'i', 'wish', 'it', 'came', 'in', 'petite', 'but', 'i', 'still', 'kept', 'it', 'because', 'it', 'looked', 'great', 'hitting', 'me', 'right', 'above', 'my', 'knees', 'and', 'high', 'at', 'my', 'waist', 'love', 'this', 'skirt', ',5,1,2', 'general', 'bottoms', 'skirts'] ['12604,984,47', 'runs', 'small', 'especially', 'the', 'arms', 'i', 'love', 'this', 'jacket', 'it', "'s", 'the', 'prettiest', 'and', 'most', 'stylish', 'jean', 'jacket', 'i', "'ve", 'ever', 'owned', 'the', 'sleeves', 'run', 'small', 'i', "'m", 'an', 'xs', 'but', 'chose', 'a', 'small', 'so', 'i', 'can', 'button', 'it', 'and', 'wear', 'thin', 'sweaters', 'underneath.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12605,862,39', 'soft', 'but', 'felt', 'like', 'robe', 'more', 'importatn', 'super', 'soft', 'matieral', 'and', 'comfortbale', 'hwoever', 'when', 'i', 'put', 'it', 'on', 'ilfelt', 'like', 'i', 'was', 'wearing', 'a', 'robe', 'i', 'do', 'like', 'the', 'detial', 'in', 'the', 'fabric', 'but', 'jsut', "dind't", 'feel', 'right', 'as', 'cardigan', 'maybe', 'purchase', 'if', 'you', 'are', 'looking', 'for', 'a', 'light', 'robe'] [] ['true', 'to', 'size', 'tried', 'on', 'xs', 'maybe', 'petite', 'would', 'work', 'too', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['12606,104,56', 'very', 'thin', 'fabric', 'not', 'worth', '90', 'the', 'pants', 'are', 'pretty', 'and', 'run', 'true', 'to', 'size', 'but', 'the', 'fabric', 'is', 'bathing', 'suit', 'like', 'very', 'thin', 'and', 'sheers', 'in', 'the', 'butt', 'when', 'you', 'squat', 'i', 'would', "n't", 'recommend', 'for', 'anything', 'but', 'waking', ',2,0,0', 'initmates', 'intimate', 'lounge'] ['12607,937,41', 'poorly', 'placed', 'ruffles', 'this', 'sweater', 'is', 'a', 'pretty', 'color', 'and', 'style', 'and', 'is', 'really', 'soft', 'and', 'comfortable', 'i', 'really', 'wanted', 'it', 'to', 'work', 'a', 'small', 'fit', 'my', '5', '7', '140', 'lb', 'frame', 'well', '32dd', 'but', 'the', 'ruffles', 'on', 'the', 'hips', 'were', 'not', 'a', 'wanted', 'addition', 'unfortunately', 'tried', 'it', 'on', 'three', 'separate', 'times', 'to', 'try', 'to', 'change', 'my', 'mind', 'but', 'in', 'the', 'end', 'it', "'s", 'going', 'back', 'i', 'would', 'not', 'suggest', 'it', 'if', 'you', 'have', 'an', 'athletic', 'or', 'hourglass', 'figure', 'with', 'even', 'a', 'little', 'hip', ',4,0,3', 'general', 'tops', 'sweaters'] ['12608,1100,29', 'runs', 'small', 'this', 'is', 'a', 'pretty', 'dress', 'although', 'it', 'runs', 'smaller', 'and', 'the', 'colors', 'are', "n't", 'as', 'vibrant', 'as', 'on', 'the', 'website', 'the', 'waist', 'ran', 'very', 'small', 'for', 'me', 'in', 'a', 'size', '10', 'which', 'is', 'my', 'normal', 'size', 'and', 'normally', 'runs', 'looser', 'in', 'the', 'waist', 'area', 'as', 'i', 'have', 'an', 'hour', 'glass', 'figure', 'this', 'probably', 'will', 'look', 'very', 'nice', 'on', 'someone', 'smaller', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12609,833,52', 'not', 'worth', 'the', 'price', 'i', 'tried', 'this', 'blouse', 'on', 'in', 'the', 'store', 'and', 'chose', 'not', 'to', 'purchase', 'it', 'i', 'did', 'not', 'think', 'the', 'fabric', 'or', 'design', 'warranted', 'the', 'price', 'point', 'as', 'it', 'felt', 'a', 'bit', 'cheap', 'and', 'there', "'s", 'not', 'much', 'to', 'the', 'design', 'it', 'is', 'true', 'to', 'size', 'my', 'usual', 'size', '4', 'fit', 'well', 'enough', 'i', "'m", 'on', 'the', 'tall', 'side', 'with', 'an', 'average', 'bust', 'and', 'i', 'did', 'not', 'find', 'it', 'short', 'my', 'friend', 'was', 'shopping', 'with', 'me', 'and', 'she', 'thought', 'it', 'looked', 'maternity', 'on', 'her', 'as', 'she', 'is', 'thin', 'but', 'very', 'well', 'endowed', 'she', 'also', 'thought', 'it', 'made', 'her', 'shoulders', 'look', 'broad', 'personally', 'i', 'liked', 'it', 'on,3,1,2', 'general', 'tops', 'blouses'] ['12610,937,31', 'strange', 'cut', 'the', 'image', 'online', 'does', "n't", 'depict', 'this', 'blouse', 'well', 'my', 'complaint', 'is', 'that', 'the', 'sweater', 'portion', 'looks', 'crooked', 'and', 'shrunken', 'where', 'it', 'has', 'been', 'cut', 'at', 'waist', 'level', 'and', 'the', 'ruffles', 'have', 'been', 'attached', 'at', 'the', 'hips', 'maybe', 'i', 'received', 'a', 'flawed', 'piece', 'either', 'way', 'i', "'ll", 'be', 'sending', 'it', 'in', 'for', 'return', ',3,0,0', 'general', 'tops', 'sweaters'] ['12611,1111,31', 'thin', 'material', 'i', 'wanted', 'so', 'badly', 'to', 'love', 'this', 'dress', 'but', 'i', 'could', "n't", 'get', 'past', 'the', 'thin', 'material', 'that', 'you', 'can', 'actually', 'see', 'through', 'not', 'for', 'this', 'price', 'anyhow', 'the', 'dress', 'is', 'shorter', 'than', 'i', 'had', 'anticipated', 'and', 'more', 'fitted', 'around', 'the', 'waistline', 'flaring', 'out', 'at', 'the', 'bottom', 'which', 'i', 'feel', 'is', "n't", 'accurately', 'portrayed', 'in', 'the', 'photo', 'on', 'the', 'positive', 'though', 'the', 'color', 'is', 'beautiful', 'and', 'the', 'neck', 'line', 'stunning', 'but', 'alas', 'will', 'be', 'returning', ',2,0,3', 'general', 'dresses', 'dresses'] ['12612,937,83', 'beautiful', 'and', 'unique.', 'love', 'this', 'sweater'] ['soft', 'and', 'cozy', 'and', 'the', 'ruffles', 'are', 'not', 'overwhelming', 'just', 'a', 'touch', 'of', 'pretty'] ['it', 'will', 'look', 'pretty', 'with', 'a', 'turquoise', 'necklace', 'for', 'a', 'pop', 'of', 'color'] ['classic', 'comfy', 'and', 'classy'] ['an', 'anhtro', 'a'] ['runs', 'very', 'true', 'to', 'size', 'ordered', 'my', 'usual', 'size', 'an', 'it', 'fits', 'perfectly', ',5,1,4', 'general', 'tops', 'sweaters'] ['12613,752,57', 'all', 'day', 'whenever', 'possible', 'my', 'daughter', 'loves', 'these', 'she', 'wears', 'them', 'around', 'the', 'house', 'all', 'day', 'when', 'she', 'does', "n't", 'have', 'to', 'go', 'out', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['12614,1100,43', 'lovely', 'print', 'nice', 'for', 'athletic', 'build', 'i', 'have', 'another', 'paper', 'crown', 'dress', 'that', 'is', 'a', 'favorite', 'this', 'dress', 'has', 'the', 'same', 'quality', 'and', 'i', 'love', 'the', 'print', 'which', 'is', 'somewhere', 'between', 'abstract', 'and', 'almost', 'animal', 'unfortunately', 'the', 'fit', 'did', 'not', 'work', 'for', 'me', 'i', 'am', 'large-busted', 'and', 'need', 'a', 'bra', 'this', 'dress', 'cuts', 'in', 'at', 'the', 'shoulders', 'and', 'did', 'not', 'work', 'with', 'any', 'of', 'my', 'bras', 'except', 'strapless', 'also', 'the', 'waist', 'cinches', 'but', 'without', 'a', 'defined', 'band', 'this', 'looked', 'a', 'bit', 'more', 'frumpy', 'again', 'i', 'suspect', 'the', 'fault', 'is', 'in', 'my', 'figure', 'not', 'the', 'dress'] [] ['for', 'someone', 'with', 'a', 'smaller', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12615,728,59', 'love', 'them', 'bought', 'a', 'pair', 'of', 'these', 'with', 'a', 'gift', 'card', 'i', 'got', 'for', 'my', 'birthday', 'just', 'ordered', 'another', 'pair', 'i', 'love', 'them', 'for', 'everyday', 'use', 'and', 'working', 'out,5,1,0', 'initmates', 'intimate', 'legwear'] ['12616,1111,47', 'fit', 'and', 'flare', 'that', 'swings', 'this', 'dress', 'is', 'adorable', 'the', 'material', 'is', 'thin', 'and', 'wrinkles', 'easily', 'but', 'it', 'is', 'so', 'flattering', 'the', 'cut', 'is', 'a', 'little', 'flowy', 'like', 'typical', 'off-the-shoulder', 'dresses', 'but', 'this', 'one', 'is', 'cut', 'in', 'at', 'the', 'waist', 'so', 'your', 'figure', 'is', 'not', 'swallowed', 'up', 'it', 'combines', 'the', 'sexy', 'summer', 'vibe', 'of', 'an', 'off-the-shoulder', 'look', 'but', 'flatters', 'like', 'a', 'fit', 'and', 'flare', 'dress', 'it', 'is', 'fairly', 'short', 'while', 'i', 'am', 'only', '5', '4', 'in', 'an', 'xs', 'it', 'falls', 'just', 'a', 'bit', 'further', 'up', 'on', 'my', 'legs', 'than', 'the', 'model', 'pictured', 'makes', 'no', 'sense', 'to', 'me', 'the', 'color', 'is', 'a', 'rich', 'coral', 'pink', 'a', ',5,1,0', 'general', 'dresses', 'dresses'] ['12617,984,21', ',,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12618,820,51', ',,5,1,0', 'general', 'tops', 'blouses'] ['12619,860,57', 'not', 'impressed', 'cute', 'design', 'runs', 'big', 'in', 'neckline', 'falls', 'off', 'shoulder', 'exposing', 'bra', 'straps', 'fabric', 'is', 'very', 'thin', 'sloppy', 'look', 'on', 'short', 'petite', 'frame', '5', '1', '142lbs', '34-36', 'c/d', 'purchased', 'a', 'medium', 'have', "n't", 'washed', 'it', 'yet', 'but', 'the', 'fabric', 'does', "n't", 'look', 'like', 'it', 'will', 'hold', 'up', 'well', 'i', 'have', 'kept', 'it', 'to', 'wear', 'as', 'a', 'sleep', 'shirt', 'with', 'thin', 'gray', 'sleep', 'sweats', ',3,0,0', 'general', 'tops', 'knits'] ['12620,1024,52', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['12621,833,53', 'dressing', 'inspiration', 'i', 'saw', 'this', 'in', 'the', 'store', 'on', 'a', 'beautiful', 'autumn', 'saturday', 'afternoon', 'and', 'was', 'inspired', 'for', 'what', 'i', 'wanted', 'to', 'add', 'to', 'my', 'wardrobe', 'for', 'the', 'season', 'this', 'blouse', 'is', 'just', 'fun', 'without', 'being', 'loud', 'or', 'overpowering', 'the', 'coloration', 'works', 'beautifully', 'with', 'my', 'wardrobe', 'and', 'i', 'can', 'wear', 'this', 'dressed', 'up', 'or', 'dressed', 'down', 'with', 'skirts', 'leggings', 'trousers', 'jeans', 'with', 'a', 'vest', 'jacket', 'or', 'sweater', 'or', 'on', 'its', 'own', 'it', 'is', 'substantial', 'enough', 'not', 'to', 'wrinkle', 'and', 'look', 'sloppy', 'it', 'is', 'easy', 'to', 'launder', 'and', 'will', 'travel', 'well', 'with', 'my', 'capsule', ',5,1,0', 'general', 'tops', 'blouses'] ['12622,820,53', 'mid', 'winter', 'addition', 'i', 'picked', 'this', 'tunic', 'up', 'on', 'sale', 'it', 'works', 'wonderfully', 'with', 'several', 'of', 'my', 'cardigans', 'and', 'vests', 'just', 'add', 'skinny', 'jeans', 'or', 'leggings', 'and', 'some', 'boots', 'for', 'a', 'fun', 'super', 'comfortable', 'look', 'the', 'sleeves', 'are', 'oddly', 'extra', 'long', 'but', 'not', 'a', 'deal', 'breaker', 'as', 'rolling', 'them', 'up', 'gives', 'that', 'unfinished', 'cool', 'look', 'i', 'hate', 'ironing', 'but', 'i', 'will', 'iron', 'this', 'top', 'as', 'its', 'so', 'much', 'fun', 'to', 'wear', 'the', 'embroidered', 'and', 'beaded', 'detail', 'is', 'quite', 'nice', ',4,1,0', 'general', 'tops', 'blouses'] ['12623,1081,38', 'a', 'total', 'dud', 'was', 'really', 'excited', 'for', 'this', 'dress', 'and', 'could', "n't", 'be', 'more', 'disappointed', 'does', "n't", 'look', 'anything', 'like', 'the', 'pictures'] [] ['the', 'fabric', 'feels', 'cheap', 'it', 'came', 'wadded', 'up', 'in', 'a', 'ball', 'and', 'is', 'a', 'wrinkled', 'mess'] [] ['looking', 'beyond', 'that', 'i', 'tried', 'it', 'on', 'and', 'thought', 'i', 'had', 'put', 'it', 'on', 'incorrectly', 'unfortunately', 'not', 'the', 'top', 'half', 'does', "n't", 'sit', 'correctly', 'it', "'s", 'so', 'bizarre', 'that', 'it', 'seems', 'like', 'a', 'flaw', 'in', 'the', 'design', 'it', 'does', "n't", 'sit', 'on', 'your', 'shoulders', 'but', 'does', "n't", 'look', 'right', 'off', 'your', 'shoulders', 'the', 'neckline', 'is', 'very', 'high', 'also', 'front', 'b', ',1,0,17', 'general', 'dresses', 'dresses'] ['12624,1024,54', 'cute', 'and', 'trendy', 'these', 'jeans', 'really', 'look', 'very', 'nice', 'on', 'they', 'are', '99', 'cotton', 'and', '1', 'elastaine', 'if', 'you', 'want', 'the', 'look', 'that', 'you', 'see', 'on', 'this', 'model', 'order', 'one', 'size', 'up', 'i', 'am', '5', '9', '/136', 'lbs', 'bought', 'both', '27', 'and', '28.', 'decided', 'to', 'keep', 'the', '28.', 'mainly', 'because', 'the', 'lower', 'part', 'of', 'the', 'leg', 'was', 'fitting', 'too', 'tight', 'in', 'the', '27', 'looked', 'more', 'like', 'a', 'skinny', 'jean', 'but', 'bunched', 'up', 'at', 'the', 'knee', 'they', 'are', 'tapered', 'i', 'also', 'own', 'a', 'pair', 'of', '100', 'cotton', 'levi', "'s", 'wedgie', 'in', 'foot', 'hills', 'in', 'size', '27', 'which', 'fit', 'a', 'bit', 'different', 'than', 'these', 'the', 'foot', 'hills', 'definitel', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12625,820,60', ',quirky', 'tunic', 'length', 'top', 'has', 'a', 'windowpane', 'print', 'on', 'the', 'inside', 'and', 'the', 'grey', 'plaid', 'looks', 'like', 'flannel', 'but', 'is', 'cotton', 'the', 'red', 'burgandy', 'embroidery', 'adds', 'punch', 'and', 'it', 'has', 'a', 'boho', 'flair', 'size', 'down', 'one', 'size', 'runs', 'big.,5,1,1', 'general', 'tops', 'blouses'] ['12626,868,66', 'cute', 'top', 'great', 'buy', 'on', 'sale', 'i', 'wanted', 'a', 'foundation', 'tee', 'to', 'wear', 'under', 'cardigans', 'and', 'it', "'s", 'great', 'for', 'that', 'perfect', 'length', 'interesting', 'textured', 'fabric', 'i', 'got', 'the', 'white', 'in', 'a', 'large', 'fits', 'well', 'a', 'bit', 'oversized', 'but', 'in', 'a', 'good', 'way', 'stick', 'to', 'your', 'normal', 'size', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['12627,370,37', 'great', 'love', 'these-although', 'i', "'m", 'exchanging', 'mine', 'for', 'a', 'size', 'larger', 'they', 'are', 'definitely', 'wide', 'leg', 'have', 'plenty', 'of', 'length', 'i', "'m", '5', '6', 'and', 'there', 'is', 'a', 'good', 'inch', 'of', 'extra', 'length', 'but', 'i', 'found', 'the', 'waist', 'band', 'to', 'fit', 'snug', 'without', 'a', 'ton', 'of', 'give', 'i', 'also', 'am', 'working', 'off', 'extra', 'baby', 'weight', 'in', 'the', 'stomach/hip', 'area', 'though', 'but', 'thought', 'it', 'was', 'worth', 'mentioning', 'i', "'m", 'pretty', 'curvey', 'probably', 'a', 'size', '31', 'in', 'jeans', 'right', 'now', 'and', 'exchanged', 'a', 'l', 'for', 'a', 'xl', 'great', 'quality', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['12628,984,49', 'lovely', 'jacket', 'i', 'really', 'like', 'this', 'denim', 'jacket', 'with', 'the', 'plaid', 'underneath', 'i', 'also', 'like', 'the', 'removable', 'fur', 'lining', 'being', 'that', 'i', 'live', 'in', 'florida', 'i', 'really', 'do', "n't", 'need', 'that', 'i', 'ordered', 'a', 'size', 'small', 'which', 'is', 'my', 'normal', 'size', 'and', 'a', 'medium', 'the', 'small', 'was', 'tight', 'in', 'the', 'arms', 'so', 'i', 'decided', 'to', 'keep', 'the', 'medium', 'i', 'am', 'really', 'glad', 'that', 'i', 'followed', 'the', 'others', 'review', 'in', 'regards', 'to', 'sizing', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12629,820,53', 'maybe', 'not', 'for', 'petites', 'i', 'ordered', 'xs', 'petite', 'and', 'was', 'pretty', 'excited', 'when', 'this', 'arrived', 'based', 'on', 'the', 'reviews', 'however', 'and', 'maybe', 'it', "'s", 'just', 'me', 'the', 'top', 'was', 'really', 'really', 'large', 'on', 'me', 'especially', 'around', 'the', 'shoulders', 'and', 'upper', 'arms', 'so', 'the', 'shape', 'was', 'not', 'flattering', 'sorry', 'to', 'have', 'to', 'return', 'this', 'item', ',4,1,1', 'general', 'tops', 'blouses'] ['12630,1081,30', 'i', 'was', "n't", 'sure', 'how', 'this', 'dress', 'would', 'be', 'sized', 'so', 'i', 'ordered', 'it', 'in', 'two', 'different', 'sizes', 'and', 'kept', 'the', 'smaller', 'one', 'i', 'would', 'say', 'it', 'does', 'run', 'a', 'little', 'bit', 'large', 'but', 'not', 'much'] ['i', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'dress', 'came', 'kind', 'of', 'wrinkled', 'but', 'overall', 'the', 'dress', 'is', 'like', 'it', 'was', 'pictured'] ['i', 'think', 'that', 'this', 'dress', 'might', 'be', 'better', 'for', 'taller', 'women', 'i', 'am', '5', '8', 'and', 'i', 'think', 'it', 'fits', 'well', 'but', 'i', 'could', 'see', 'how', 'it', 'would', 'not', 'be', 'flattering', 'if', 'i', 'were', 'much', 'shorter', 'overall', 'i', 'am', 'excited', 'to', 'wear', 'this', ',4,1,3', 'general', 'dresses', 'dresses'] ['12631,1081,90', 'disappointed', 'i', 'was', 'really', 'looking', 'forward', 'to', 'this', 'dress', 'i', 'tried', 'it', 'on', 'and', 'it', 'does', 'not', 'wow', 'like', 'the', 'picture', 'it', 'came', 'wrinkled', 'but', 'i', 'think', 'even', 'pressed', 'it', 'would', 'fall', 'weird', 'the', 'side', 'swoop', 'falls', 'funny', 'and', 'you', 'can', 'see', 'the', 'seams', 'underneath', 'and', 'the', 'top', 'front', 'falls', 'funny', 'not', 'quite', 'sure', 'what', 'to', 'do', 'with', 'it', 'it', 'almost', 'looks', 'like', 'a', 'mock', 'turtleneck', 'until', 'you', 'fold', 'it', 'down', 'again', 'maybe', 'if', 'you', 'get', 'it', 'pressed', 'that', 'would', 'be', 'better', 'the', 'back', 'is', 'still', 'beautiful', 'though', 'i', "'m", '5', '3', '115lbs', 'ordered', 'a', '0.', 'maybe', 'on', 'someone', 'talle', ',2,0,15', 'general', 'dresses', 'dresses'] ['12632,862,26', 'so', 'comfy', 'love', 'this', 'fits', 'great', 'warm', 'and', 'soft', 'would', 'recommend,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12633,824,70', ',too', 'pricey', 'for', 'the', 'quality', 'of', 'this', 'imported', 'product.,3,0,4', 'general', 'tops', 'blouses'] ['12634,820,49', 'too', 'big', 'love', 'the', 'colors', 'in', 'this', 'top', 'it', "'s", 'a', 'shame', 'it', 'was', 'so', 'big', 'and', 'baggy', 'i', "'m", 'not', 'that', 'big', 'a', 'person', 'but', 'really', 'made', 'me', 'look', 'big', 'and', 'frumpy', 'i', 'am', '5', '6', '130', 'athlete', 'size', 'small', 'was', 'way', 'too', 'much', 'material', 'for', 'my', 'frame', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['12635,28,29', 'please', 'make', 'in', 'more', 'florals', 'and', 'patterns', 'this', 'suit', 'is', 'perfect', 'in', 'every', 'way', 'the', 'leg', 'opening', 'could', 'be', 'a', 'little', 'bigger', 'for', 'the', 'size', 'i', 'would', 'be', 'a', 'small', 'if', 'the', 'leg', 'openings', 'were', 'a', 'bit', 'bigger'] [] ['please', 'please', 'offer', 'another', 'suit', 'before', 'december', '2015', 'so', 'i', 'can', 'buy', 'for', 'our', 'cruise', ',5,1,0', 'initmates', 'intimate', 'swim'] ['12636,984,48', 'really', 'cute', 'i', 'saw', 'this', 'a', 'few', 'months', 'back', 'and', 'wanted', 'it', 'then', 'and', 'now', 'i', 'bought', 'it', 'i', 'missed', 'a', 'few', 'promos', 'but', 'i', 'ended', 'up', 'getting', 'it', 'at', 'full', 'price', 'in', 'a', 'large', 'my', 'usual', 'size', 'i', 'like', 'in', 'the', 'pilcro', 'denim', 'jacket', 'line', 'i', 'love', 'pilcro', 'and', 'have', 'several', 'of', 'this', 'brands', 'denim', 'jackets', 'and', 'each', 'one', 'is', 'very', 'special', 'i', 'love', 'the', 'use', 'of', 'the', 'plaid', 'details', 'it', 'has', 'a', 'weathered', 'appearance', 'the', 'denim', 'and', 'my', 'distressed', 'treatments', 'are', 'not', 'too', 'severe', 'as', 'some', 'reviewers', 'have', 'commented', 'on', 'the', 'holes', 'i', 'will', 'say', 'this', 'jacket', 'runs', 'small', ',5,1,2', 'general', 'petite', 'jackets', 'jackets'] ['12637,862,41', 'cuter', 'in', 'person', 'i', 'tried', 'this', 'cardigan', 'on', 'today', 'at', 'retailer', 'and', 'i', 'absolutely', 'loved', 'it', 'it', "'s", 'much', 'cuter', 'in', 'real', 'life', 'than', 'it', 'looks', 'online', 'it', "'s", 'a', 'perfect', 'sweater', 'for', 'my', 'skinny', 'jeans', 'long', 'sweater', 'tall', 'boots', 'winter', 'uniform.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['12638,984,33', ',,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12639,820,39', 'fun', 'fall', 'tunic', 'i', 'am', 'curvy', 'on', 'bottom', 'i', 'am', '5ft', '9', 'and', 'this', 'is', 'very', 'long', 'it', "'s", 'ok', 'to', 'wear', 'with', 'jeans', 'or', 'leggings', 'and', 'the', 'longer', 'tunics', 'are', 'stylish', 'these', 'days', 'however', 'it', "'s", 'long', 'enough', 'to', 'be', 'a', 'dress', 'i', 'bought', 'a', 'large', 'my', 'usual', 'size', 'i', 'gave', 'it', '4', 'stars', 'because', 'it', 'is', 'sized', 'bigger', 'then', 'a', 'large.it', 'is', '100', 'cotton', 'so', 'maybe', 'it', 'will', 'shrink', 'a', 'little', 'i', 'am', 'ok', 'with', 'it', 'though', 'it', 'is', 'very', 'loose', 'and', 'a', 'relaxed', 'fit', 'the', 'embroidery', 'on', 'the', 'neckline', 'has', 'pretty', 'little', 'beadwork', 'all', 'over', 'the', 'stitching', 'very', 'cute', 'detail', 'i', 'love', 'the', 'patter,4,1,28', 'general', 'petite', 'tops', 'blouses'] ['12640,862,40', 'i', 'agree', 'with', 'the', 'other', 'viewers', 'that', 'this', 'cardigan', 'is', 'significantly', 'better', 'looking', 'in', 'person', 'i', 'am', '5', '7', '126', 'lbs', 'and', 'bought', 'the', 'medium', 'it', 'is', 'more', 'fitted', 'than', 'how', 'it', 'is', 'on', 'the', 'model', 'it', 'keeps', 'its', 'shape', 'after', 'multiple', 'wears', 'and', 'is', 'very', 'comfortable', 'i', "'m", 'glad', 'i', 'have', 'it', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['12641,820,49', 'huge', 'size', 'down', 'this', 'is', 'a', 'really', 'unique', 'floreat', 'top', 'unfortunately', 'the', 'petite', 'sizes', 'sold', 'out', 'so', 'i', 'went', 'with', 'an', 'xs', 'this', 'was', 'too', 'big', 'too', 'wide', 'in', 'the', 'shoulders', 'and', 'chest', 'all', 'around', 'actually', 'my', 'other', 'issue', 'is', 'that', 'it', "'s", 'a', 'heavy', 'material', 'i', 'just', 'feel', 'like', 'if', 'i', 'was', 'wearing', 'it', 'around', 'all', 'day', 'i', 'might', 'burn', 'up', 'in', 'it', 'it', 'did', 'not', 'feel', 'like', 'it', 'was', 'breathable', 'and', 'finally', 'i', "'m", '5', '2', 'even', 'the', 'xs', 'was', 'too', 'long', 'in', 'the', 'back'] [] ['i', 'could', 'see', 'how', 'this', 'could', 'look', 'really', 'cool', 'on', 'the', 'right', 'person', 'i', "'m", 'just', 'not', 'that', 'person', 'to', 'pull', 'it', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['12642,1057,47', 'beautiful', 'suede', 'but', 'colors', 'are', 'not', 'correct', 'just', 'received', 'these', 'and', 'they', 'fit', 'perfectly', 'but', 'the', 'panels', 'are', 'different', 'shades', 'of', 'gray', 'the', 'color', 'is', 'not', 'consistent', 'and', 'it', 'make', 'them', 'look', 'bad', 'they', 'are', 'perfect', 'otherwise', 'but', 'sadly', 'they', 'are', 'not', 'wearable', 'i', 'will', 'be', 'returning', ',2,0,0', 'general', 'petite', 'bottoms', 'pants'] ['12643,984,46', 'pilcro', 'faux', 'fur', 'denim', 'jacket', 'denim', 'faux', 'fur', 'flannel', 'hooray', 'i', 'absolutely', 'love', 'this', 'jacket', 'and', 'i', "'ll", 'wear', 'it', 'all', 'winter', 'even', 'under', 'my', 'warmer', 'winter', 'coat', 'i', "'m", '5', '6', '/130', 'and', 'usually', 'a', '2-4', 'in', 'retailer', 'and', 'the', 'small', 'in', 'this', 'coat', 'was', 'plenty', 'big', 'in', 'the', 'waist/chest', 'and', 'even', 'had', 'room', 'underneath', 'to', 'add', 'a', 'second', 'shirt', 'or', 'light', 'sweater', 'it', 'seems', 'a', 'little', 'shorter', 'on', 'me', 'than', 'in', 'the', 'photo', 'maybe', 'that', "'s", 'the', 'only', 'drawback', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['12644,370,41', 'great', 'wide', 'leg', 'sweatpants', 'retailerpologists', 'has', 'always', 'carried', 'the', 'best', 'sweatpants', 'i', 'wish', 'they', 'sold', 'these', 'in', 'more', 'colors', 'very', 'flattering', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['12645,862,32', 'great', 'addition', 'to', 'my', 'wardrobe', 'this', 'is', 'a', 'great', 'piece', 'you', 'can', 'do', 'many', 'things', 'with', 'it', 'i', 'wore', 'it', 'to', 'work', 'and', 'church', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['12646,752,38', 'great', 'pajama', 'pants', 'i', 'love', 'pajama', 'pants', 'by', 'this', 'company', 'i', 'have', 'a', 'couple', 'now', 'and', 'they', 'are', 'all', 'so', 'soft', 'and', 'lightweight.,5,1,0', 'initmates', 'intimate', 'sleep'] ['12647,1057,53', 'love', 'these', 'pants', 'i', 'bought', 'these', 'immediately', 'after', 'trying', 'them', 'on', 'i', 'was', 'totally', 'surprised', 'to', 'see', 'these', 'very', 'cool', 'edgy', 'pants', 'at', 'retailer', 'the', 'color', 'and', 'details', 'are', 'spot', 'on', 'great', 'quality', 'i', 'wore', 'them', 'with', 'a', 'blaclk', 'leather', 'high', 'platform', 'boot', 'and', 'black', 'top', 'tucked', 'in', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'these', 'look', 'like', 'they', 'should', 'come', 'from', 'europe', 'i', 'just', 'wish', 'retailer', 'would', 'buy', 'better', 'quality', 'and', 'more', 'interesting', 'things', 'like', 'these', 'pants', ',5,1,9', 'general', 'petite', 'bottoms', 'pants'] ['12648,820,39', 'really', 'cute', 'this', 'tunic', 'has', 'really', 'cute', 'detail', 'it', 'is', 'hard', 'to', 'see', 'in', 'online', 'photos', 'but', 'there', 'is', 'dark', 'brownish', 'beading', 'over', 'the', 'embroidery', 'the', 'fabric', 'is', 'not', 'as', 'soft', 'as', 'i', 'would', 'have', 'liked', 'but', 'it', "'s", 'still', 'a', 'keeper', 'because', 'of', 'the', 'two', 'patterns', 'embroidery', 'and', 'beading', 'also', 'it', 'is', 'long', 'and', 'does', 'run', 'large', 'but', 'i', 'think', 'the', 'measurements', 'given', 'in', 'the', 'description', 'are', 'accurate', 'it', 'is', 'a', 'tunic', 'after', 'all', 'i', 'ordered', 'an', 'xs', 'petite', 'and', 'it', 'will', 'be', 'very', 'cute', 'with', 'leggings', 'and', 'boots', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['12649,866,35', 'cute', 'top', 'the', 'lace', 'front', 'is', 'more', 'detailed', 'than', 'i', 'expected', 'but', 'in', 'a', 'good', 'way', 'the', 'sleeves', 'are', 'softer', 'on', 'the', 'outside', 'but', 'the', 'inside', 'is', 'not', 'too', 'scratchy', 'as', 'others', 'have', 'said', 'in', 'my', 'opinion', 'it', 'is', 'comfy', 'but', 'i', 'feel', 'that', 'the', 'lace', 'part', 'is', 'fragile', 'and', 'i', 'will', 'need', 'to', 'be', 'mindful', 'of', 'where', 'i', "'m", 'sitting', 'when', 'wearing', 'it', 'not', 'a', 'deal', 'breaker', 'though', ',4,1,0', 'general', 'tops', 'knits'] ['12650,875,42', 'love', 'this', 'top', 'i', 'am', 'a', 'teacher', 'and', 'love', 'finding', 'cute', 'comfortable', 'clothes', 'i', 'wore', 'this', 'for', 'the', 'first', 'time', 'today', 'and', 'got', 'compliments', 'all', 'day', 'long', 'i', 'felt', 'so', 'stylish', 'and', 'i', 'was', 'still', 'able', 'to', 'do', 'what', 'i', 'needed', 'to', 'do', ',5,1,1', 'general', 'tops', 'knits'] ['12651,875,20', 'fall', 'transition', 'i', 'sized', 'down', 'from', 'my', 'typical', 'size', 'small', 'beautiful', 'detail', 'on', 'the', 'back', 'slightly', 'sheer', 'in', 'front', 'but', 'dark', 'bra', 'or', 'cami', 'fixes', 'that', 'shorter', 'in', 'front', 'than', 'back', 'but', 'not', 'too', 'short', 'goes', 'with', 'jeans', 'and', 'pants', 'plus', 'a', 'shorter', 'cardigan', 'or', 'denim', 'jacket', 'would', 'look', 'great.,4,1,1', 'general', 'tops', 'knits'] ['12652,875,44', 'perfect', 'fall', 'piece', 'i', 'saw', 'this', 'and', 'had', 'to', 'have', 'it', 'it', 'is', 'so', 'beautiful', 'it', 'has', 'pops', 'of', 'color', 'that', 'can', 'be', 'paired', 'with', 'so', 'many', 'options', 'i', 'like', 'the', 'uniqueness', 'of', 'the', 'flowers', 'being', 'on', 'the', 'backside', 'it', 'is', 'thinner', 'fabric', 'so', 'i', 'will', 'have', 'to', 'wear', 'a', 'black', 'cami', 'underneath', 'but', 'i', 'have', 'no', 'problem', 'with', 'that', 'especially', 'going', 'into', 'cooler', 'weather', 'anyway', 'it', 'is', 'very', 'flattering', 'on', 'this', 'one', 'will', 'go', 'fast', 'thank', 'you', 'retailer', ',4,1,7', 'general', 'tops', 'knits'] ['12653,875,54', 'love', 'this', 'top', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'on', 'this', 'top', 'it', 'does', 'run', 'very', 'large-', 'i', "'m", 'normally', 'a', 'large', 'returned', 'for', 'a', 'medium', 'which', 'is', 'still', 'a', 'bit', 'on', 'the', 'large', 'size', 'the', 'small', 'was', 'even', 'still', 'large', 'but', 'much', 'shorter', 'so', 'i', 'loved', 'it', 'so', 'much', 'i', 'just', 'took', 'the', 'medium', 'it', "'s", 'a', "'tent", 'style', 'or', "'trapeze", 'style', 'which', 'does', "n't", 'completely', 'show', 'in', 'the', 'images', 'super', 'nice', 'thin', 'linen-like', 'cotton', 'and', 'absolutely', 'beautiful', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['12654,875,39', 'lovely', 'transitional', 'piece', 'this', 'top', 'is', 'lovely', 'and', 'so', 'perfect', 'for', 'this', 'time', 'of', 'year', 'when', 'you', 'want', 'to', 'look', 'fall-ish', 'but', 'when', 'it', "'s", 'still', 'too', 'hot', 'to', 'wear', 'long', 'sleeves', 'but', 'i', "'m", 'pretty', 'sure', 'it', "'s", 'navy', 'not', 'black', 'very', 'dark', 'navy', 'yes', 'still', 'not', 'black', 'compared', 'to', 'every', 'other', 'black', 'top', 'in', 'my', 'closet', 'it', 'looks', 'navy', 'so', 'that', 'was', 'a', 'little', 'disappointing', 'but', 'i', "'m", 'keeping', 'it', 'because', 'i', "'m", 'a', 'sucker', 'for', 'a', 'flowy', 'top', 'and', 'i', 'can', 'wear', 'it', 'right', 'now', ',4,1,0', 'general', 'tops', 'knits'] ['12655,875,46', 'fun', 'top', 'this', 'top', 'is', 'fun', 'to', 'wear', 'looks', 'great', 'with', 'black', 'grey', 'or', 'my', 'wine', 'color', 'jeans', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['12656,875,37', 'boxy', 'or', 'large', 'i', "'m", 'not', 'entirely', 'sure', 'if', 'this', 'shirt', 'just', 'runs', 'large', 'or', 'if', 'it', 'fits', 'oddly/boxy', 'the', 'flowered', 'material', 'puffs', 'out', 'on', 'the', 'sides', 'a', 'couple', 'of', 'inches', 'under', 'my', 'arms', 'i', "'m", 'usually', 'a', 'pretty', 'solid', 'size', 'medium', 'but', 'i', 'think', 'i', "'m", 'going', 'to', 'try', 'to', 'exchange', 'this', 'for', 'a', 'small', 'to', 'see', 'if', 'that', 'solves', 'that', 'weird', 'fit', 'issue', 'because', 'it', 'is', 'a', 'nice', 'idea', 'of', 'a', 'design', 'and', 'comfortable', 'overall', 'but', 'if', 'that', 'does', "n't", 'solve', 'the', 'trick', 'if', 'not', 'recommend', 'b/c', 'that', 'side', 'puffiness', 'is', "n't", 'flattering', ',4,1,2', 'general', 'tops', 'knits'] ['12657,762,35', 'love', 'love', 'love', 'this', 'i', 'went', 'into', 'the', 'store', 'to', 'try', 'this', 'one', 'on', 'bc', 'of', 'my', 'broad', 'shoulders', 'and', 'muscular', 'build', 'in', 'arms', 'as', 'sometimes', 'the', 'open', 'shoulder', 'pieces', 'fit', 'snug', 'this', 'dress', 'was', 'perfect', 'and', 'so', 'soft', 'fit', 'me', 'like', 'a', 'glove', 'i', 'have', 'a', 'long', 'torso', 'and', 'am', '5', '8', 'so', 'it', "'s", 'a', 'little', 'short', 'but', 'throw', 'on', 'some', 'tights', 'and', 'booties', 'and', 'it', "'s", 'perfect', 'i', "'m", 'a', 'size', '10/12', 'and', 'got', 'a', 'large', ',5,1,3', 'general', 'petite', 'intimate', 'lounge'] ['12658,875,44', 'pretty', 'blouse', 'i', 'bought', 'this', 'blouse', 'with', 'the', '30', 'off', 'price-', 'i', 'do', "n't", 'think', 'i', 'would', 'pay', 'full', 'price', 'for', 'it', 'but', 'for', 'the', 'sale', 'price', 'i', 'think', 'it', "'s", 'fair', 'as', 'the', 'other', 'reviewers', 'have', 'said', 'it', "'s", 'definitely', 'navy', 'in', 'front', 'not', 'black', 'but', 'it', "'s", 'a', 'nice', 'color', 'combination', 'and', 'can', 'be', 'worn', 'with', 'dark', 'jeans', 'or', 'with', 'black', 'pants', 'for', 'a', 'more', 'casual', 'work', 'look', 'it', "'s", 'sheer', 'but', 'a', 'dark', 'cami', 'underneath', 'fixes', 'the', 'problem', 'i', 'think', 'it', 'fits', 'true', 'to', 'size', 'with', 'the', 'understanding', 'that', 'it', "'s", 'supposed', 'to', 'be', 'flow-y', 'and', 'loose', ',4,1,0', 'general', 'tops', 'knits'] ['12659,1059,60', 'gorgeous', 'unique', 'oh', 'my', 'gosh', 'do', 'i', 'love', 'this', 'jumpsuit', 'i', 'am', 'so', 'glad', 'that', 'i', 'bought', 'it', 'it', 'is', 'beautiful', 'and', 'fits', 'perfectly', 'classy', 'and', 'beautiful', 'and', 'made', 'in', 'the', 'perfect', 'color', 'the', 'design', 'is', 'slimming', 'as', 'well.there', 'is', 'nothing', 'that', 'i', 'would', 'change', 'about', 'it', 'i', 'may', 'be', 'wearing', 'this', 'for', 'my', '60th', 'birthday', 'this', 'month', 'and', 'am', 'sure', 'i', 'will', 'be', 'getting', 'it', 'out', 'for', 'other', 'occasions', 'in', 'the', 'future', 'i', 'love', 'it.,5,1,2', 'general', 'bottoms', 'pants'] ['12660,1110,57', 'nice', 'shape', 'and', 'fabric-', 'very', 'stylish', 'this', 'dress', 'fits', 'true', 'to', 'size-', 'i', 'ordered', 'an', '8', 'and', 'it', 'fits', 'like', 'a', 'glove', 'it', 'is', 'a', 'bit', 'shorter', 'than', 'i', 'thought', 'i', "'m", '5', '8', 'but', 'will', 'be', 'perfect', 'with', 'leggings', 'in', 'the', 'winter', 'and', 'for', 'the', 'weekend', 'in', 'spring', 'it', 'is', 'a', 'nice', 'weight', 'linen', 'not', 'too', 'thin', 'the', 'dots', 'are', "n't", 'white', 'they', "'re", 'more', 'light', 'blue', 'very', 'cute', 'dress', ',4,1,18', 'general', 'dresses', 'dresses'] ['12661,866,36', 'not', 'great', 'in', 'person', 'i', 'was', 'really', 'hopeful', 'that', 'this', 'top', 'would', 'work', 'on', 'me', 'because', 'it', 'is', 'so', 'cute', 'online', 'however', 'i', 'was', 'very', 'disappointed', 'when', 'i', 'finally', 'received', 'it', 'the', 'sleeves', 'look', 'soft', 'and', 'snuggy', 'in', 'the', 'picture', 'but', 'are', 'actually', 'a', 'bit', 'stiff', 'and', 'scratchy', 'in', 'person', 'i', 'could', 'almost', 'get', 'over', 'the', 'sleeves', 'but', 'the', 'white', 'part', 'of', 'the', 'shirt', 'was', 'horrible', 'i', 'am', "5'10", 'and', 'a', 'size', '6.', 'i', 'wear', 'a', 'size', 'small', 'at', 'retailer', 'and', 'i', 'got', 'a', 'small', 'in', 'this', 'top', 'the', 'bottom', 'of', 'the', 'shirt', 'was', 'a', 'tad', 'short', 'on', 'me', 'and', 'hit', 'just', 'below', 'my', 'belt', 'line', 'which', 'i', ',2,0,38', 'general', 'tops', 'knits'] ['12662,1059,28', 'i', 'really', 'wanted', 'this', 'jumpsuit', 'to', 'be', 'my', 'holiday', 'staple', 'i', 'ordered', 'this', 'jumpsuit', 'in', 'a', 'sz', '4', 'my', 'typical', 'size', 'the', 'jumpsuit', 'does', "n't", 'have', 'a', 'waist', 'i', 'suppose', 'the', 'ribbon', 'created', 'the', 'illusion', 'of', 'a', 'waist', 'most', 'jumpsuits', 'are', 'super', 'slimming', 'because', 'of', 'having', 'a', 'waistband', 'and', 'this', 'does', 'not', 'besides', 'the', 'bow', 'also', 'what', 'i', 'found', 'strange', 'is', 'the', 'back', 'zipper', 'goes', 'all', 'the', 'way', 'down', 'passed', 'your', 'bottom', 'it', "'s", 'the', 'longest', 'zipper', 'i', "'ve", 'ever', 'seen', 'it', "'s", 'very', 'body', 'hugging', 'so', 'it', 'shows', 'your', 'curves', 'if', 'you', 'have', 'any', 'i', 'will', 'sadl', ',3,0,10', 'general', 'bottoms', 'pants'] ['12663,999,53', 'runs', 'small', 'would', 'be', 'a', 'bit', 'of', 'an', 'understatement', 'it', 'is', 'a', 'shame', 'when', 'a', 'product', 'such', 'as', 'this', 'is', 'left', 'on', 'the', 'website', 'after', 'so', 'many', 'comments', 'reveal', 'the', 'item', 'to', 'be', 'more', 'defective', 'in', 'production', 'than', 'an', 'opinion', 'of', 'size', 'proportion', 'i', 'read', 'the', 'reviews', 'so', 'had', 'expected', 'the', 'item', 'to', 'run', 'small', 'so', 'i', 'ordered', 'accordingly', 'this', 'does', 'not', 'run', 'small-this', 'is', 'not', 'representative', 'of', 'any', 'of', 'the', 'three', 'categories', 'one', 'associates', 'with', 'women', "'s", 'apparel', 'sizing', 'i', 'am', 'usually', 'a', 'small', 'and', 'the', 'description', 'by', 'previous', 'reviewers', 'described', 'the', 'fit', 'as', 'being', 'perfect', 'for', 'me-very', 'small,1,0,1', 'general', 'bottoms', 'skirts'] ['12664,1059,59', 'beautiful', 'i', 'm', 'going', 'to', 'a', 'wedding', 'in', 'dec', 'and', 'looking', 'for', 'something', 'different', 'thats', 'where', 'my', 'retailer', 'comes', 'in', 'their', 'is', 'this', 'beautiful', 'lace', 'jumpsuit', 'staring', 'me', 'in', 'the', 'face', 'saying', 'im', 'what', 'u', 'r', 'looking', 'for', 'i', "'m", '5', '4', '117', 'and', 'the', 'petite', 'size', '6', 'fit', 'perfect', 'love', 'the', 'navy', 'blue', 'color', 'all', 'set', 'i', 'am', 'ready', ',5,1,3', 'general', 'bottoms', 'pants'] ['12665,999,44,100', 'cotton', 'no', 'lycra', 'in', 'this', 'skirt', 'says', 'my', 'label', 'ignore', 'the', 'website', 'description', 'it', "'s", '100', 'cotton', 'so', 'no', 'stretch'] [] ['me', '28-29', 'waist', 'and', '36', 'hips', 'the', 'medium', 'is', 'a', 'snug', 'fit', 'on', 'my', 'true', 'waist', 'i', 'love', 'it', 'and', 'will', 'be', 'tucking', 'in', 'shirts', 'tees', 'when', 'i', 'wear', 'it', 'otherwise', 'it', 'seems', 'true', 'to', 'the', 'pictures', 'dark', 'and', 'long', 'the', 'slit', 'opens', 'above', 'my', 'knees', 'i', "'m", '5', '6'] [] ['the', 'pockets', 'are', 'in', 'a', 'kind', 'of', 'odd', 'position', 'in', 'the', 'very', 'front', 'but', 'the', 'trick', 'of', 'that', 'is', 'they', 'add', 'no', 'bulk', 'to', 'hips', 'so', 'it', "'s", 'a', 'win', ',4,1,1', 'general', 'bottoms', 'skirts'] ['12666,1030,54', 'great', 'jeans', 'i', 'was', 'specifically', 'looking', 'for', 'a', 'nice', 'pair', 'of', 'high-waisted', 'jeans', 'and', 'this', 'pair', 'fit', 'the', 'bill', 'i', 'am', 'a', 'little', 'unsure', 'about', 'the', 'unfinished', 'hem', 'hence', 'the', '4', 'rating', 'on', 'design', 'i', 'would', 'have', 'preferred', 'a', 'finished', 'hem', 'i', 'am', '5', '4', 'and', 'they', 'are', 'a', 'tad', 'shorter', 'than', 'i', 'normally', 'like', 'to', 'wear', 'my', 'jeans', 'i', 'have', 'had', 'them', 'for', 'a', 'couple', 'of', 'days', 'still', 'deciding', 'whether', 'to', 'keep', 'them', 'despite', 'the', 'fact', 'that', 'i', 'really', 'love', 'them', 'other', 'than', 'these', 'two', 'issues', ',5,1,1', 'general', 'bottoms', 'jeans'] ['12667,875,31', 'great', 'fall', 'piece', 'the', 'longer', 'back', 'makes', 'this', 'one', 'of', 'my', 'favorite', 'pieces', 'for', 'fall', 'the', 'navy', 'blue', 'pairs', 'well', 'with', 'the', 'floral', 'accents', 'on', 'the', 'back', 'this', 'blouse', 'is', 'a', 'little', 'too', 'sheer', 'for', 'my', 'liking', 'but', 'nothing', 'a', 'cami', 'can', 'not', 'fix', ',4,1,0', 'general', 'tops', 'knits'] ['12668,1059,75', 'this', 'is', 'a', 'comfortable', 'beautiful', 'piece', 'this', 'jumpsuit', 'is', 'absolutely', 'beautiful', 'it', 'fit', 'like', 'a', 'glove', 'and', 'made', 'me', 'feel', 'incredibly', 'classy', 'and', 'sexy', 'at', 'the', 'same', 'time', 'i', 'am', '5', '4', 'and', '~120lbs', 'and', 'the', '4', 'fit', 'like', 'a', 'glove', 'and', 'right', 'at', 'my', 'ankles', 'and', 'above', 'my', 'elbows', 'the', '6', 'fit', 'a', 'bit', 'more', 'loose', 'and', 'below', 'my', 'ankles', 'and', 'right', 'at', 'my', 'elbows', 'it', 'is', 'so', 'different', 'and', 'easy', 'to', 'wear', ',5,1,8', 'general', 'bottoms', 'pants'] ['12669,1110,42', 'beautiful', 'shape', 'this', 'is', 'a', 'beautiful', 'dress', 'the', 'dress', 'is', 'a', 'lighter', 'blue', 'when', 'compared', 'to', 'the', 'picture', 'and', 'the', 'fabric', 'is', 'thick', 'but', 'the', 'shape', 'is', 'beautiful', 'the', 'waist', 'is', 'very', 'fitted', 'but', 'it', 'did', "n't", 'feel', 'uncomfortable', 'i', 'did', "n't", 'think', 'the', 'fabric', 'was', 'itchy', 'as', 'others', 'mentioned', 'i', 'do', 'think', 'it', 'is', 'a', 'bit', 'short', 'on', 'the', 'front', 'it', 'is', 'a', 'high', 'low', 'dress', 'but', 'at', '5', '4', 'that', 'is', 'not', 'a', 'problem', 'for', 'me', 'it', 'was', 'true', 'to', 'size', 'for', 'me', '135', 'lbs', '34c', ',5,1,1', 'general', 'dresses', 'dresses'] ['12670,1110,48,10', 'lbs', 'no', 'thanks', 'i', 'was', 'very', 'excited', 'to', 'receive', 'this', 'dress', 'because', 'of', 'the', 'cute', 'photo', 'however', 'upon', 'arrival', 'i', 'was', 'completely', 'disappointed', 'the', 'color', 'is', 'much', 'more', 'drab', 'than', 'the', 'photo', 'the', 'smudged', 'polkadots', 'were', "n't", 'attractive', 'there', 'were', 'many', 'little', 'bumps', 'and', 'pulls', 'in', 'the', 'linen', 'the', 'dress', 'is', 'super', 'heavy', 'the', 'pleats', 'around', 'the', 'waist', 'did', 'not', 'lay', 'correctly'] ['and', 'it', 'adds', '10', 'pounds', 'to', 'your', 'hips', 'super', 'sad', 'i', 'am', 'sending', 'it', 'back', ',1,0,25', 'general', 'dresses', 'dresses'] ['12671,1110,24', 'surprising', 'find', 'i', 'ordered', 'this', 'dress', 'on', 'a', 'whim', 'in', 'my', 'normal', 'size', '8', 'and', 'if', 'fits', 'perfectly', 'i', 'felt', 'so', 'pretty', 'when', 'i', 'put', 'it', 'on', 'i', 'love', 'the', 'volume', 'of', 'the', 'skirt', 'with', 'the', 'tighter', 'top', 'it', 'was', 'very', 'flattering', 'to', 'me', 'the', 'linen', 'thickness', 'was', 'nice', 'but', 'not', 'for', 'summer', 'in', 'florida', 'maybe', 'spring', 'but', 'its', 'lovely', ',5,1,0', 'general', 'dresses', 'dresses'] ['12672,1059,64', 'love', 'this', 'purchased', 'this', 'for', 'new', 'years', 'eve', 'and', 'an', 'early', 'january', 'wedding', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'it', 'the', 'lace', 'fabric', 'is', 'soft', 'with', 'the', 'perfect', 'weight', 'the', 'style', 'is', 'slimming', 'and', 'flattering', 'although', 'i', 'am', 'short', 'i', 'have', 'a', 'full', 'bustline', 'and', 'ordered', 'regular', 'rather', 'than', 'petite', 'and', 'it', 'fits', 'perfectly', 'pants', 'are', 'very', 'easy', 'to', 'hem', 'if', 'needed'] ['needs', 'very', 'little', 'by', 'way', 'of', 'accessories', 'because', 'the', 'lace', 'edging', 'is', 'so', 'beautiful.4', 'seasons', 'appropriate', ',5,1,3', 'general', 'bottoms', 'pants'] ['12673,875,50', 'surprisingly', 'flattering', 'these', 'tailored', 'front', 'flowy', 'back', 'tops', 'do', "n't", 'always', 'work', 'this', 'is', 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'and', 'quite', 'flattering,5,1,0', 'general', 'tops', 'knits'] ['12674,1110,21', 'great', 'fit', 'great', 'textile', 'i', 'ordered', 'this', 'after', 'falling', 'in', 'love', 'with', 'the', 'near-identically-patterned', 'red', 'linen', 'shirtdress', 'this', 'dress', 'has', 'almost', 'exactly', 'the', 'same', 'construction', 'but', 'the', 'cloth', 'is', 'slightly', 'heavier-weight', 'and', 'there', 'is', 'no', 'slip', 'because', 'the', 'fabric', 'is', 'thick', 'enough', 'to', 'not', 'need', 'one', 'a', 'few', 'other', 'reviewers', 'mentioned', 'that', 'the', 'cut', 'was', 'ill-fitting', 'or', 'unflattering', 'obviously', 'that', 'depends', 'on', 'the', 'wearer', "'s", 'build', 'this', 'dress', 'seems', 'cut', 'for', 'relatively', 'small-busted', 'people', 'so', 'i', 'lucked', 'out', 'i', 'love', 'the', 'classic', 'a-frame', 'outlin', ',5,1,5', 'general', 'dresses', 'dresses'] ['12675,875,51', 'sadly', 'nothing', 'as', 'shown', 'on', 'model', 'the', 'models', 'pose', 'and', 'description', 'are', 'misleading', 'this', 'top', 'has', 'absolutely', 'no', 'shape', 'to', 'it', 'the', 'front', 'of', 'the', 'shirt', 'is', 'kind', 'of', 'like', 'a', 'slub', 'shirt', 'texture', 'plain', 'black', 'the', 'back', 'print', 'is', 'nice', 'just', 'more', 'faded', 'than', 'shown', 'in', 'picture', 'the', 'entire', 'design', 'has', 'no', 'form', 'it', 'is', 'huge', 'also', 'cheaply', 'made', ',3,0,0', 'general', 'tops', 'knits'] ['12676,1110,30', 'two', 'silhouettes', 'in', 'one', 'this', 'dress', 'was', 'an', 'adorable', 'a-line', 'in', 'the', 'front', 'and', 'a', 'shift', 'dress', 'no', 'pleats', 'in', 'the', 'back', 'tack', 'onto', 'that', 'a', 'high-low', 'hemline', 'and', 'it', "'s", 'just', 'trying', 'to', 'be', 'too', 'many', 'things', 'would', "'ve", 'loved', 'to', 'see', 'this', 'dress', 'as', 'a', 'true', 'a-line/fit-and-flare', 'it', 'would', "'ve", 'been', 'perfect', 'fits', 'true', 'to', 'size.,3,1,1', 'general', 'dresses', 'dresses'] ['12677,937,34', 'lovely', 'cozy', 'and', 'stylish', 'sweater', 'it', "'s", 'a', 'cozy', 'sweater', 'that', 'does', "n't", 'make', 'me', 'feel', 'frumpy', 'still', 'stylish', 'and', 'it', "'s", 'not', 'too', 'heavy', 'but', 'still', 'warm', 'enough', 'it', "'s", 'like', 'wearing', 'a', 'blanket', 'sort', 'of', 'definitely', 'sheer', 'with', 'the', 'big', 'loom', 'wear', 'a', 'camisole', 'under', 'it', 'i', 'got', 'compliments', 'the', 'first', 'day', 'i', 'wore', 'it', ',5,1,1', 'general', 'tops', 'sweaters'] ['12678,937,38', 'so', 'pleased', 'i', 'bought', 'this', 'sweater', 'on', 'a', 'whim', 'in', 'the', 'store', 'without', 'trying', 'it', 'on', 'when', 'i', 'got', 'home', 'i', 'decided', 'it', 'would', 'probably', 'lose', 'it', "'s", 'shape', 'and', 'it', 'seemed', 'a', 'big', 'clunky', 'sweater', 'and', 'i', 'planned', 'to', 'return', 'it', 'a', 'few', 'days', 'later', 'desperate', 'for', 'something', 'to', 'wear', 'i', 'grabbed', 'it', 'and', 'decided', 'to', 'keep', 'it', 'merely', 'to', 'have', 'something', 'to', 'wear', 'that', 'day', 'i', "'m", 'so', 'glad', 'i', 'did'] [] ['this', 'is', 'a', 'great', 'sweater', 'layered', 'with', 'a', 'cami', 'it', 'looks', 'fantastic', 'it', 'does', 'not', 'lose', 'its', 'shape', 'or', 'grow', 'it', 'is', 'structured', 'so', 'it', 'does', "n't", 'feel', 'sloppy', 'it', 'has', 'w', ',5,1,5', 'general', 'tops', 'sweaters'] ['12679,875,30', 'great', 'light', 'and', 'flowy', 'top', 'love', 'the', 'design', 'fabric', 'is', 'very', 'light', 'and', 'flowy', 'i', 'like', 'a', 'tank', 'underneath', 'for', 'a', 'little', 'extra', 'coverage', 'runs', 'a', 'little', 'wide', 'size', 'down', 'such', 'a', 'fun', 'top', 'i', "'ve", 'had', 'tons', 'of', 'compliments', 'i', 'usually', 'wear', 'a', 'size', '8', 'and', 'i', 'purchased', 'a', 'medium', 'but', 'wish', 'that', 'i', 'had', 'sized', 'down', 'to', 'a', 'small', ',5,1,0', 'general', 'tops', 'knits'] ['12680,875,40', 'might', 'work', 'for', 'someone', 'else', 'i', 'thought', 'this', 'was', 'a', 'sweet', 'design', 'but', 'it', 'is', 'too', 'boxy', 'for', 'me.,3,0,0', 'general', 'tops', 'knits'] ['12681,1059,29', 'awesome', 'every', 'time', 'i', 'turned', 'around', 'received', 'another', 'complement', 'it', 'was', 'perfect', 'for', 'a', 'december', 'wedding', 'great', 'for', 'a', 'holiday', 'party', 'and', 'fit', 'the', 'bill', 'for', 'christmas', 'eve', 'very', 'comfortable', 'and', 'slimming', 'i', "'m", 'still', 'amazed', 'at', 'the', 'number', 'of', 'complements', 'received', 'the', 'navy', 'blue', 'lace', 'is', 'elegant', 'and', 'comfortable', 'not', 'scratchy', 'like', 'some', 'lace', 'the', 'v', 'in', 'back', 'of', 'the', 'jumpsuit', 'makes', 'it', 'easy', 'to', 'zip', 'and', 'unzip', 'i', 'have', 'some', 'some', 'imitations', 'and', 'thought', 'i', 'might', 'have', 'a', 'problem', 'zipping', 'up', 'the', 'jumpsuit', 'not', 'a', 'problem', 'absolutely', 'a', ',5,1,1', 'general', 'bottoms', 'pants'] ['12682,875,66', 'my', 'dreams', 'were', 'dashed', 'i', 'thought', 'this', 'top', 'was', 'so', 'pretty', 'and', 'airy', 'but', 'it', 'just', 'did', "n't", 'work', 'out', 'i', 'typically', 'wear', 'an', 'xl', 'in', 'retailer', 'and', 'was', 'able', 'to', 'size', 'down', 'to', 'a', 'l', 'in', 'this', 'top', 'i', 'ended', 'up', 'returning', 'because', 'the', 'front', 'is', 'pretty', 'sheer', 'and', 'the', 'black', 'tented', 'out', 'in', 'a', 'weird', 'way', 'about', 'half-way', 'down', 'there', 'is', 'a', 'seam', 'across', 'and', 'without', 'this', 'it', 'would', 'have', 'hung', 'perfectly', 'disappointed', ',3,0,0', 'general', 'tops', 'knits'] ['12683,618,28', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['12684,937,45', 'sexy', 'sweater', 'i', 'would', 'never', 'have', 'noticed', 'this', 'from', 'the', 'product', 'shot', 'it', 'was', 'on', 'the', 'one', 'of', 'a', 'kind', 'rack', 'at', 'my', 'store', 'the', 'open', 'work', 'that', 'shows', 'off', 'your', 'bralette', 'or', 'a', 'cami', 'is', 'sexy', 'and', 'it', 'has', 'just', 'the', 'right', 'amount', 'of', 'slouch', 'super', 'comfy', 'i', 'loved', 'it', 'bought', 'a', 'medium', ',5,1,1', 'general', 'tops', 'sweaters'] ['12685,210,46', 'scooped', 'knit', 'slip', 'does', "n't", 'feel', 'like', 'cotton', 'jersey', 'feels', 'like', 'a', 'thin', 'version', 'of', 'the', 'seamless', 'cami', 'it', "'s", 'not', 'soft', 'as', 'i', 'expected', 'it', "'s", 'much', 'thinner', 'than', 'expected', 'too.,2,0,2', 'initmates', 'intimate', 'layering'] ['12686,304,34', 'perfect', 'soft', 'and', 'comfy', 'without', 'being', 'too', 'thick', 'or', 'too', 'warm', 'flattering', 'cut', 'quality', 'material', 'and', 'construction', 'fully', 'opaque', 'so', 'no', 'show-though', 'true', 'to', 'size', 'i', "'m", '5', '8', '140', 'lbs', 'my', 'usual', 'size', 'small', 'is', 'perfect', 'could', 'not', 'improve', 'upon', 'these', 'joggers', 'love', 'love', 'love', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12687,866,50', ',such', 'a', 'cute', 'top', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'wore', 'it', 'on', 'sting', 'break', 'and', 'had', 'many', 'compliments.,4,1,0', 'general', 'tops', 'knits'] ['12688,875,40', 'very', 'cute', 'but', 'will', 'shrink', 'i', 'loved', 'this', 'shirt', 'flattering', 'and', 'pretty', 'it', "'s", 'hand', 'wash', 'only', 'or', 'dry', 'clean', 'i', 'hand', 'washed', 'it', 'and', 'the', 'blue', 't-shirt', 'part', 'of', 'the', 'shirt', 'shrank', 'and', 'now', 'the', 'front', 'of', 'the', 'shirt', 'is', 'too', 'short', 'for', 'me', 'would', 'not', 'recommend', 'due', 'to', 'shrinkage', 'too', 'bad', ',2,0,0', 'general', 'tops', 'knits'] ['12689,875,64', 'nice', 'surprise', 'i', 'tried', 'this', 'one', 'with', 'the', 'free', 'ship/20', 'without', 'much', 'expectation', 'so', 'i', 'was', 'surprised', 'by', 'this', 'nice', 'piece', 'i', 'am', 'not', 'usually', 'a', 'fan', 'of', 'sheer', 'shirts', 'but', 'this', 'one', 'manages', 'to', 'be', 'sheer', 'yet', 'not', 'see', 'through', 'the', 'black', 'color', 'works', 'that', 'magic', 'the', 'linen', 'makes', 'this', 'a', 'nicer', 'material', 'rather', 'than', 'the', 'usual', 'knit', 'i', 'am', 'not', 'usually', 'a', 'linen', 'fan', 'as', 'it', 'gives', 'me', 'the', 'itches', 'but', 'this', 'is', 'soft', 'and', 'light', 'the', 'back', 'is', 'really', 'beautiful', 'and', 'brighter', 'colors', 'in', 'person', 'the', 'balance', 'between', 'the', 'front', 'and', 'back', 'lengths', 'does', 'work', 'a', ',5,1,13', 'general', 'tops', 'knits'] ['12690,866,33', 'comfortable', 'very', 'comfortable', 'runs', 'a', 'little', 'large', 'purchased', 'a', 'medium', 'and', 'probably', 'should', 'have', 'gone', 'with', 'a', 'small.,4,1,1', 'general', 'tops', 'knits'] ['12691,875,55', 'wanted', 'to', 'love', 'it', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'but', 'the', 'fit', 'was', 'really', 'strange', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'but', 'it', 'is', 'huge', 'the', 'sides', 'of', 'the', 'top', 'are', 'very', 'wide', 'and', 'boxy', 'and', 'the', 'back', 'hangs', 'far', 'from', 'my', 'body', 'very', 'droopy', 'even', 'if', 'i', 'got', 'a', 'smaller', 'size', 'the', 'design/fit', 'is', 'not', 'for', 'me', 'i', 'like', 'the', 'linen', 'front', 'of', 'the', 'blouse', 'though', 'it', 'is', 'quite', 'sheer', 'the', 'fabric', 'on', 'the', 'back', 'has', 'a', 'pretty', 'design', 'but', 'it', 'appears', 'to', 'be', 'stamped', 'on', 'thin', 'black', 'cloth', 'rather', 'than', 'the', 'richly-colored', 'fabric', 'i', 'saw', 'in', 'the', 'picture', 'i', 'am', 'truly', 'disap', ',3,0,0', 'general', 'tops', 'knits'] ['12692,1082,57', 'perfect', 'in', 'plaid', 'i', 'could', "n't", 'wait', 'to', 'try', 'this', 'on', 'because', 'i', 'love', 'the', 'brand', 'holding', 'horses', 'this', 'dress', 'did', 'not', 'disappoint', 'although', 'i', 'detest', 'the', 'difficulty', 'with', 'side', 'zippers', 'why', 'ca', "n't", 'they', 'simply', 'return', 'to', 'the', 'back', 'seam', 'i', 'was', 'easily', 'able', 'to', 'pull', 'this', 'dress', 'on', 'because', 'it', 'had', 'some', 'give', 'to', 'the', 'fabric', 'once', 'on', 'the', 'dress', 'has', 'a', 'very', 'flattering', 'fit', 'over', 'the', 'bust', 'the', 'wrap', 'over', 'bodice', 'is', 'already', 'secured', 'with', 'a', 'stitch', 'and', 'through', 'the', 'tummy', 'i', 'believe', 'these', 'were', 'sized', 's', 'm', 'l', 'so', 'i', 'took', 'my', 'regular', 'medium'] ['length', 'wise', 'par', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['12693,1051,36', 'i', 'love', 'jumpsuits', 'in', 'general', 'however', 'it', 'is', 'usually', 'either', 'a', 'yay', 'or', 'a', 'nay', 'and', 'this', 'was', 'definitely', 'a', 'yay', 'i', 'am', 'currently', 'wearing', 'it', 'right', 'now', 'as', 'i', 'write', 'this', 'review', 'the', 'waistband', 'hits', 'perfectly', 'on', 'me', 'i', 'am', '5', '7', 'and', 'about', '160', 'and', 'i', 'bought', 'the', 'large', 'super', 'easy', 'to', 'throw', 'on', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['12694,1082,45', 'it', "'s", 'a', 'keeper', 'i', "'d", 'been', 'eyeing', 'this', 'dress', 'for', 'a', 'while', 'wondering', 'if', 'it', 'could', 'work', 'for', 'me', 'i', 'wound', 'up', 'ordering', 'the', 'sp', 'size', 'when', 'it', 'went', 'on', 'sale', 'its', 'pretty', 'perfect-i', 'am', '5', '4', 'and', 'currently', '130', 'lbs', 'it', 'fits', 'well', 'if', 'a', 'touch', 'loose', 'in', 'the', 'waist', 'but', 'i', 'think', 'if', 'i', 'had', 'purchased', 'the', 'xsp', 'it', 'might', 'be', 'too', 'snug', 'through', 'the', 'bust', 'as', 'it', "'s", 'fairly', 'fitted', 'there', 'the', 'neckline', 'comes', 'a', 'little', 'lower', 'than', 'i', 'usually', 'wear', 'which', 'is', 'part', 'of', 'why', 'i', 'wanted', 'to', 'order', 'the', 'petite', 'size', 'rather', 'than', 'the', 'regular', 'that', 'and', 'the', 'length', 'but', 'i', 'can', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12695,868,59', 'best', 'in', 'cream', 'i', 'ordered', 'this', 'in', 'grey', 'first', 'but', 'did', "n't", 'care', 'for', 'the', 'black', 'lace', 'so', 'decided', 'to', 'try', 'the', 'cream/beige/neutral', 'and', 'i', 'just', 'love', 'it', 'i', 'have', 'areas', 'i', 'am', 'trying', 'to', 'cover', 'up', 'and', 'this', 'really', 'fits', 'the', 'bill', 'without', 'looking', 'too', 'much', 'like', 'an', 'oversized', 'tunic', 'the', 'back', 'is', 'the', 'clincher', 'different', 'and', 'surprising', 'washes', 'excellently', 'but', 'i', 'did', 'line', 'dry', 'as', 'i', 'was', 'afraid', 'of', 'shrinkage', 'if', 'there', 'are', 'any', 'left', 'you', 'wo', "n't", 'be', 'sorry', 'and', 'the', 'neutral', 'color', 'looks', 'good', 'on', 'almost', 'everyone', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['12696,1051,62', 'elevenses', 'knows', 'a', 'good', 'jumpsuit', 'i', 'have', 'come', 'to', 'scoop', 'up', 'basically', 'ever', 'elevenses', 'jumpsuit', 'that', 'they', 'release', 'because', 'they', 'are', 'perfection', 'always', 'the', 'perfect', 'fit', 'and', 'quality', 'fabric', 'i', "'m", 'on', 'the', 'taller', 'side', 'at', '5', '7', 'and', 'found', 'this', 'to', 'fit', 'perfectly', 'yet', 'somehow', 'it', 'looks', 'equally', 'as', 'perfect', 'on', 'shorter', 'ladies', 'i', 'saw', 'in', 'the', 'dressing', 'room', 'awesome', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12697,1110,69', 'a', 'disappointment', 'this', 'dress', 'is', 'just', 'very', 'unattractive', 'it', 'is', 'quite', 'short-waisted', 'almost', 'empire', 'and', 'so', 'the', 'pockets', 'hit', 'in', 'an', 'odd', 'place', 'also', 'it', 'is', 'very', 'long', 'midi', 'length', 'and', 'the', 'skirt', 'is', 'very', 'wide', 'the', 'effect', 'is', 'matronly', 'not', 'cute', 'at', 'all', 'size-wise', 'it', 'fit', 'true', 'to', 'size', 'and', 'it', 'is', 'a', 'nice', 'medium', 'weight', 'denim', 'and', 'the', 'construction', 'is', 'good', ',1,0,24', 'general', 'dresses', 'dresses'] ['12698,829,40', 'fun', 'top', 'i', 'ordered', 'this', 'top', 'on', 'a', 'whim', 'and', 'never', 'in', 'a', 'million', 'years', 'did', 'i', 'expect', 'to', 'love', 'it', 'as', 'much', 'as', 'i', 'did', 'while', 'it', 'is', 'by', 'no', 'means', 'work', 'appropriate', 'it', 'is', 'a', 'fun', 'top', 'for', 'a', 'night', 'out', 'the', 'material', 'is', 'light', 'and', 'flowy', 'and', 'it', 'drapes', 'perfectly', 'over', 'my', 'post', 'baby', 'tummy', 'i', 'tried', 'it', 'on', 'with', 'jeans', 'shorts', 'and', 'white', 'pants', 'and', 'it', 'really', 'looked', 'great', 'with', 'all', 'items', 'wish', 'this', 'came', 'in', 'a', 'few', 'other', 'colors', 'for', 'reference', 'i', 'am', 'a', '36dd', 'and', 'a', 'size', '12', 'took', 'the', 'large', 'and', 'it', 'looked', 'flowy', 'without', 'being', 'maternity', 'topish', ',5,1,12', 'general', 'petite', 'tops', 'blouses'] ['12699,1110,46', 'jeans', 'dress', 'oh', 'yes.', 'i', 'admit', 'i', 'did', 'not', 'intend', 'to', 'buy', 'a', 'jean-dress', 'but', 'the', 'cut', 'i', 'could', 'not', 'pass', 'it', 'up', 'classic', 'and', 'vintage', 'dress', 'style', 'the', 'fringy', 'hem', 'and', 'more', 'conservative', 'length', 'is', 'so', 'fun', 'and', 'makes', 'the', 'strapless', 'top', 'stand', 'out', 'with', 'a', 'stunning', 'necklace', 'this', 'will', 'be', 'a', 'versatile', 'piece', 'no', 'doubt', ',5,1,2', 'general', 'dresses', 'dresses'] ['12700,866,32', 'beautiful', 'top', 'i', 'first', 'saw', 'this', 'shirt', 'on', 'one', 'of', 'the', 'workers', 'at', 'the', 'retailer', 'stores', 'and', 'it', 'looked', 'beautiful', 'i', 'loved', 'it', 'so', 'much', 'i', 'had', 'to', 'order', 'it', 'when', 'it', 'came', 'on', 'sale', 'the', 'fit', 'is', 'a', 'little', 'too', 'short', 'for', 'my', 'liking', 'but', 'i', 'think', 'i', 'can', 'make', 'it', 'work', 'also', 'it', 'does', 'fit', 'a', 'little', 'snug', 'around', 'the', 'arms', 'but', 'it', 'at', 'least', 'it', 'does', "n't", 'show', 'your', 'undergarments', 'overall', 'i', 'think', 'it', 'is', 'absolutely', 'beautiful', 'the', 'fabric', 'has', 'a', 'beautiful', 'shimmer', 'to', 'it', 'and', 'it', 'looks', 'easy', 'to', 'dress', 'up', 'for', 'a', 'day', 'at', 'the', 'office', 'or', 'a', 'night', 'on', 'the', 'town', 'or', 'paired', ',4,1,2', 'general', 'tops', 'knits'] ['12701,1082,33', 'surprised', 'i', 'went', 'into', 'the', 'store', 'not', 'expecting', 'to', 'walk', 'out', 'with', 'this', 'dress', 'i', 'just', 'happened', 'to', 'try', 'it', 'on', 'in', 'an', 'xs', 'and', 'i', 'loved', 'it', 'i', 'probably', 'could', 'have', 'gone', 'with', 'a', 'petite', 'because', 'it', "'s", 'long', 'but', 'it', 'did', "n't", 'bother', 'me', 'enough', 'and', 'i', 'did', "n't", 'want', 'to', 'wait', 'for', 'it', 'to', 'be', 'ordered', 'it', "'s", 'nicely', 'fitted', 'through', 'the', 'waist', 'and', 'definitely', 'looks', 'better', 'with', 'a', 'belt', 'the', 'downside', 'is', 'that', 'the', 'lining', 'is', 'short', 'mid', 'thigh', 'and', 'tends', 'to', 'bunch', 'up', 'underneath', 'which', 'then', 'makes', 'it', 'puff', 'out', 'slightly', 'this', 'did', "n't", 'bother', 'me', 'enough', 'to', 'return', 'i,4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['12702,1082,44', 'i', 'am', 'mad', 'for', 'plaid', 'this', 'dress', 'is', 'my', 'new', 'favorite', 'why', 'i', "'ll", 'tell', 'you', 'the', 'picture', 'online', 'does', 'not', 'do', 'it', 'justice', 'but', 'you', 'must', 'add', 'a', 'belt', 'the', 'dress', 'is', 'cut', 'lower', 'in', 'the', 'front', 'but', 'has', 'a', 'great', 'stitch', 'to', 'keep', 'it', 'from', 'gaping', 'open', 'over', 'my', 'd', 'cup', 'chest', 'the', 'material', 'is', 'soft', 'and', 'breathable', 'the', 'xsp', 'was', 'perfect', 'for', 'my', '5', '2', 'frame', 'my', 'typical', 'size', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['12703,1051,56', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'you', 'know', 'how', 'sometimes', 'you', 'put', 'something', 'on', 'and', 'do', "n't", 'even', 'have', 'to', 'look', 'in', 'the', 'mirror', 'to', 'know', 'you', 'like', 'it', 'well', 'this', 'is', 'that', 'piece', 'of', 'clothing', 'i', 'bought', 'a', 'jumpsuit', 'last', 'year', 'at', 'retailer', 'and', 'wore', 'it', 'all', 'the', 'time', 'so', 'i', 'wanted', 'to', 'get', 'a', 'new', 'one', 'this', 'year', 'i', 'saw', 'this', 'on', 'the', 'website', 'and', 'liked', 'it', 'all', 'the', 'way', 'through', 'when', 'i', 'put', 'it', 'on', 'at', 'the', 'store', 'comfy', 'casual', 'not', 'too', 'young', 'for', 'my', '56-year-old', 'self', 'the', 'right', 'length', 'and', 'i', 'can', 'comfortably', 'wear', 'a', 'regular', 'bra', 'with', 'it', 'perfect', 'on', 'all', 'counts', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12704,866,63', 'different', 'interesting', 'and', 'cool', 'this', 'top', 'is', 'adorable', 'fits', 'like', 'a', 'glove', 'which', 'makes', 'me', 'a', 'little', 'nervous', 'there', 'were', 'no', 'washing', 'instructions', 'attached', 'so', 'i', 'will', 'hope', 'for', 'the', 'best', 'the', 'quality', 'of', 'your', 'garments', 'are', 'always', 'excellent', 'its', 'only', 'the', 'risk', 'of', 'buying', 'on', 'line', 'sizing', 'which', 'makes', 'me', 'hold', 'my', 'breath', 'until', 'i', 'can', 'try', 'my', 'order', 'on', 'it', 'is', 'a', 'joy', 'to', 'get', 'items', 'that', 'fit', 'from', 'retailer', 'my', 'favorite', 'online', 'store', ',4,1,1', 'general', 'tops', 'knits'] ['12705,1110,53', 'strapless', 'denim', 'a-line', 'dress', 'such', 'an', 'adorable', 'and', 'comfortable', 'dress', 'just', 'love', 'the', 'fit', 'the', 'design', 'and', 'the', 'comfort', 'of', 'the', 'denim', 'fabric', 'it', "'s", 'quite', 'flattering', 'fit', "'s", 'true', 'to', 'size', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'to', 'casual', 'parties', 'all', 'summer', 'long', 'highly', 'recommend', 'lots', 'of'] ['options', 'too', 'with', 'dressing', 'it', 'up', 'a', 'bit', 'more', 'with', 'fun', 'high', 'healed', 'sandals', 'or', 'a', 'pretty', 'shrug', 'and', 'just', 'as', 'nice', 'to', 'wear', 'with', 'flip', 'flops', 'or', 'keds', 'i', '5', '5', 'and', 'usually', 'a', 'size', '4', 'and', 'it', 'fit', 'true', 'to', 'size', 'grab', 'it', 'while', 'you', 'still', 'can', ',4,1,1', 'general', 'dresses', 'dresses'] ['12706,1082,49', 'casual', 'chic', 'dress', 'i', 'like', 'the', 'natural', 'fiber', 'of', 'this', 'dress-', 'both', 'the', 'lining', 'and', 'outer', 'layer', 'are', 'comfortable', 'breathable', 'cotton', 'the', 'dress', 'has', 'a', 'casual', 'contemporary', 'vibe', 'with', 'the', 'plaid', 'weave', 'and', 'asymmetrical', 'hem', 'but', 'is', 'surprisingly', 'fitted', 'in', 'some', 'areas', 'the', 'bust', 'of', 'the', 'xsp', 'was', 'too', 'tight', 'for', 'me', 'and', 'as', 'a', '34', 'b', 'i', 'do', "n't", 'usually', 'have', 'the', 'problem', 'of', 'being', 'too', 'busty', 'for', 'my', 'clothes', 'i', 'normally', 'wear', 'an', 'xsp', 'in', 'a', 'dress', 'that', 'seems', 'loose', 'and', 'flowy', 'like', 'this', 'one', 'but', 'this', 'dress', 'is', 'more', 'fitted', 'than', 'you', 'might', 'suspect', 'from', 'the', 'webs', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12707,829,42', 'awesome', 'shirt', 'this', 'shirt', 'is', 'a', '10', 'i', "'ve", 'been', 'looking', 'for', 'an', 'off', 'the', 'shoulder', 'top', 'that', 'i', 'can', 'wear', 'a', 'bra', 'with', 'i', 'almost', 'never', 'spend', 'full', 'price', 'on', 'retailer', 'items', 'but', 'this', 'one', 'is', 'worth', 'every', 'penny', 'do', "n't", 'hesitate', 'just', 'buy', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12708,1110,50', 'buy', 'this', 'dress', 'i', 'studied', 'this', 'dress', 'for', 'weeks', 'before', 'i', 'finally', 'bought', 'it', 'i', 'am', 'soooo', 'glad', 'i', 'bought', 'it', 'much', 'more', 'fabulous', 'than', 'the', 'picture', 'soft', 'quality', 'denim', 'that', 'is', 'not', 'too', 'heavy', 'for', 'summer', 'very', 'fitted', 'on', 'top', 'love', 'the', 'pockets', 'and', 'the', 'torn', 'hem', ',5,1,1', 'general', 'dresses', 'dresses'] ['12709,868,44', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12710,1110,45', 'good', 'idea', 'but', 'this', 'dress', 'has', 'great', 'potential', 'i', 'happen', 'to', 'have', 'a', 'longer', 'torso', 'so', 'the', 'fit', 'was', 'off', 'as', 'a', 'previous', 'review', 'stated', 'it', "'s", 'short', 'waisted', 'and', 'a', 'lot', 'a', 'skirt', 'which', 'i', 'agree', 'the', 'hem', 'is', 'also', 'funky', 'i', 'am', 'still', 'deciding', 'if', 'i', 'want', 'to', 'keep', 'it', 'but', 'if', 'i', 'do', 'i', 'plan', 'on', 'altering', 'the', 'skirt', 'to', 'be', 'narrower', 'and', 'hemming', 'it', 'a', 'bit', 'shorter', 'too', 'for', 'reference', 'i', "'m", '5', '3', 'and', 'weigh', '110', 'and', 'i', 'purchased', 'a', 'size', '0', ',3,1,3', 'general', 'dresses', 'dresses'] ['12711,1051,37', 'highly', 'recommend', 'for', 'jumpsuit-hesistant', 'ladies', 'i', 'have', 'been', 'unable', 'to', 'find', 'a', 'jumpsuit', 'that', 'looks', 'good', 'likely', 'due', 'to', 'my', 'long', 'torso', 'this', 'is', 'the', 'first', 'one', 'that', 'does', "n't", 'make', 'me', 'look', 'like', 'i', 'am', 'a', 'tall', 'five-year-old', 'easy', 'to', 'dress', 'it', 'up', 'with', 'a', 'statement', 'necklace', 'and', 'fits', 'perfectly', 'i', 'am', '5', '6', '120', 'pds', 'and', 'bought', 'my', 'normal', 'xs', 'highly', 'recommend', 'especially', 'with', 'the', 'current', 'extra', 'off', 'promotion', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12712,868,36', 'flattering', 'loungewear', 'this', 'sweatshirt', 'is', 'very', 'cute', 'on', 'it', 'works', 'well', 'with', 'leggings', 'or', 'skinny', 'jeans', 'it', "'s", 'the', 'perfect', 'thing', 'to', 'wear', 'when', 'you', 'want', 'to', 'be', 'comfortable', 'but', 'still', 'look', 'feminine.,5,1,11', 'general', 'petite', 'tops', 'knits'] ['12713,1110,41', 'great', 'dress', 'but', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'about', 'the', 'versatility', 'and', 'the', 'fit', 'of', 'the', 'dress', 'i', 'am', '5', '9', 'and', 'yes', 'the', 'pockets', 'hit', 'just', 'a', 'tad', 'high', 'but', 'the', 'fit', 'of', 'the', 'bodice', 'and', 'bust', 'is', 'so', 'great', 'that', 'i', 'am', 'willing', 'to', 'overlook', 'this', 'small', 'flaw', 'the', 'only', 'thing', 'that', 'has', 'really', 'bothered', 'me', 'about', 'the', 'dress', 'that', 'i', 'have', "n't", 'seen', 'anyone', 'else', 'comment', 'on', 'is', 'the', 'slightly', 'strange', 'odor', 'from', 'the', 'denim', 'maybe', 'it', 'just', 'happens', 'to', 'be', 'my', 'particular', 'dress', 'but', 'i', 'have', 'noticed', 'this', 'strange', 'smell', 'from', 'a', 'pair', 'of', 'seven', 'jeans', 'i', 'had', 'purcha', ',4,1,0', 'general', 'dresses', 'dresses'] ['12714,829,33', 'i', 'was', 'excited', 'to', 'receive', 'this', 'top', 'and', 'wanted', 'to', 'love', 'it', 'however', 'the', 'side', 'ruffles', 'flared', 'out', 'more', 'than', 'i', 'expected', 'it', 'did', "n't", 'look', 'right', 'on', 'me', 'so', 'had', 'to', 'return', 'it', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['12715,1082,47', 'i', 'loved', 'this', 'dress', 'the', 'second', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'and', 'had', 'to', 'have', 'it', 'i', 'had', 'been', 'looking', 'for', 'a', 'plaid', 'dress', 'for', 'awhile', 'but', 'could', "n't", 'find', 'anything', 'that', 'i', 'fell', 'in', 'love', 'with', 'till', 'this', 'one', 'i', 'love', 'the', 'front', 'of', 'the', 'dress', 'and', 'the', 'asymmetrical', 'details', 'it', "'s", 'just', 'beautiful', 'my', 'only', 'complaint', 'would', 'be', 'that', 'the', 'back', 'of', 'the', 'dress', 'is', 'pretty', 'blah', 'after', 'all', 'the', 'awesome', 'going', 'on', 'in', 'front', 'i', 'was', 'disappointed', 'in', 'the', 'view', 'from', 'behind', 'but', 'i', 'still', 'love', 'this', 'dress', 'and', 'will', 'be', 'keeping', 'it', 'and', 'wearing', 'it', 'for', 'a', 'lon', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12716,866,50', 'it', "'s", 'going', 'back', 'this', 'tank', 'in', 'black', 'is', 'nice', 'quality', 'most', 'of', 'the', 'fringe', 'hangs', 'straight', 'and', 'seems', 'to', 'be', 'attached', 'well', 'it', "'s", 'just', 'too', 'short', 'and', 'too', 'boxy', 'for', 'my', 'figure', 'curvy/hips', 'would', 'look', 'good', 'on', 'someone', 'who', 'has', 'straight', 'hips', 'and', 'is', 'not', 'long', 'waisted', 'since', 'that', 'does', "n't", 'describe', 'me', 'it', 'has', 'to', 'go', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['12717,1082,60', 'bohemian', 'tartan', 'palid', 'when', 'i', 'saw', 'this', 'dress', 'the', 'model', 'was', 'standing', 'in', 'an', 'outdoor', 'setting', 'and', 'i', 'fell', 'in', 'love', 'with', 'it', 'but', 'then', 'i', 'noticed', 'the', 'model', 'in', 'an', 'indoors', 'photo', 'the', 'dress', 'looked', 'different', 'as', 'i', 'studied', 'the', 'difference', 'it', 'was', 'the', 'way', 'the', 'plaid', 'fell', 'on', 'each', 'dress', 'the', 'one', 'i', 'liked', 'fell', 'more', 'vertically', 'giving', 'it', 'a', 'slimming', 'effect', 'and', 'the', 'others', 'were', 'horizontal', 'giving', 'it', 'a', 'widening', 'effect', 'so', 'i', 'went', 'to', 'my', 'local', 'retailer', 'to', 'see', 'they', 'had', 'the', 'one', 'i', 'liked', 'on', 'a', 'dummy', 'it', 'is', 'tts', 'and', 'the', 'plaid', 'matched', 'perfectly', 'the', 'front', 'flo', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12718,829,50', 'cute', 'top', 'very', 'forgiving', 'i', 'purchased', 'this', 'in', 'the', '6p', 'and', 'the', '8p', 'both', 'fit', 'similar', 'but', 'the', '6p', 'was', 'just', 'a', 'little', 'more', 'form', 'fitting', 'the', 'problem', 'i', 'have', 'with', 'this', 'top', 'is', 'that', 'while', 'the', 'top', 'of', 'the', 'shirt', 'and', 'the', 'shoulders', 'are', 'awesome', 'the', 'rest', 'of', 'the', 'top', 'is', 'pretty', 'boxy', 'i', 'am', 'a', '36c', 'broad', 'shoulders', 'i', 'did', 'layer', 'it', 'with', 'a', 'longer', 'necklace', 'which', 'helped', 'deter', 'the', 'boxy', 'look', 'if', 'the', 'mid', 'section', 'could', 'be', 'a', 'little', 'more', 'form', 'fitting', 'it', 'would', 'be', 'a', 'perfect', 'top', 'soft', 'cool', 'fabric', 'great', 'for', 'summer', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['12719,1082,48', 'unique', 'plaid', 'dress', 'i', "'m", 'a', 'sucker', 'for', 'plaid', 'i', 'tried', 'another', 'plaid', 'shirtdress', 'from', 'retailer', 'and', 'it', 'looked', 'like', 'a', 'housecoat', 'on', 'me', 'this', 'is', 'lovely', 'a', 'bit', 'fitted', 'but', 'very', 'relaxed', 'and', 'casual', 'i', "'ll", 'be', 'able', 'to', 'dress', 'it', 'up', 'for', 'casual', 'days', 'at', 'work', 'it', "'s", 'got', 'enough', 'lovely', 'details', 'to', 'be', 'stylish', 'i', 'think', 'the', 'waist', 'looks', 'a', 'bit', 'simple', 'so', 'a', 'belt', 'helps', 'dress', 'it', 'up', 'the', 'sleeves', 'finish', 'with', 'a', 'button', 'so', 'it', 'looks', 'polished', 'or', 'they', 'can', 'be', 'rolled', 'up', 'i', 'love', 'it', 'with', 'booties', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12720,1110,41', 'cute', 'dress', 'super', 'cute', 'dress', 'and', 'very', 'flattering', 'simple', 'fresh', 'and', 'fun', ',4,1,3', 'general', 'dresses', 'dresses'] ['12721,1110,48', 'keep', 'throwing', 'it', 'on', 'let', "'s", 'face', 'it', 'this', 'dress', 'is', "n't", 'perfect', 'for', 'all', 'body', 'types', 'but', 'fits', 'mine', 'perfectly', 'i', 'm', '5', '5', '120', 'it', 'lbs', 'i', 'love', 'the', 'cut', 'and', 'the', 'unfinished', 'bottom', 'feels', 'very', 'causal', 'when', 'need', 'be', 'or', 'a', 'little', 'more', 'refined', 'when', 'needed', 'the', 'zipper', 'has', 'a', 'long', 'denim', 'piece', 'attached', 'to', 'help', 'with', 'zipping', 'up', 'the', 'denim', 'is', 'soft', 'and', 'lays', 'nicely', 'i', 'suppose', 'the', 'fact', 'that', 'i', 'got', 'it', 'on', 'sale', 'does', 'make', 'me', 'love', 'it', 'that', 'much', 'more', 'but', 'i', 'keep', 'putting', 'it', 'on', 'with', 'a', 'closet', 'full', 'of', 'clothes', 'and', 'sun', 'dresses', 'in', 'particular', 'i', 'still', 'keep', 'pu', ',5,1,1', 'general', 'dresses', 'dresses'] ['12722,1082,50', 'very', 'tricky', 'sizing', 'i', 'love', 'the', 'pattern', 'and', 'colors', 'of', 'this', 'dress', 'the', 'quality', 'of', 'the', 'fabric', 'is', 'great', 'i', 'initially', 'ordered', 'my', 'usual', 'size', 'xs', 'but', 'found', 'it', 'a', 'bit', 'roomy', 'so', 'i', 'ordered', 'both', 'an', 'xsp', 'and', 'an', 'xxs', 'the', 'xxs', 'was', 'more', 'fitted', 'and', 'the', 'xsp', 'was', 'too', 'short', 'in', 'my', 'opinion', 'i', 'am', 'still', 'on', 'the', 'fence', 'about', 'the', 'xs', 'and', 'the', 'xxs', 'the', 'xxs', 'has', 'a', 'tighter', 'fit', 'but', 'it', 'is', 'also', 'tight', 'in', 'the', 'bust', 'and', 'i', 'wonder', 'how', 'it', 'will', 'be', 'if', 'i', 'have', 'to', 'reach', 'for', 'something', 'will', 'it', 'be', 'too', 'tight', 'even', 'though', 'the', 'xs', 'runs', 'slightly', 'big', 'i', 'can', 'still', 'work', 'with', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['12723,829,48', 'not', 'for', 'me', 'adorable', 'top', 'but', 'i', 'have', 'to', 'agree', 'with', 'what', 'two', 'other', 'reviewers', 'said', 'that', 'is', 'is', 'boxy', 'and', 'unflattering', 'i', 'have', 'a', 'similar', 'patterned', 'top', 'also', 'by', 'maeve', 'but', 'the', 'sizing', 'on', 'that', 'runs', 'small', 'medium', 'large', 'the', 's', 'petite', 'that', 'i', 'have', 'does', "n't", 'fit', 'quite', 'the', 'same', 'as', 'the', '4', 'petite', 'in', 'this', 'blouse', 'this', 'is', 'definitely', 'more', 'square', 'in', 'the', 'torso', 'and', 'the', 'ruffles', 'do', 'stick', 'out', 'more', 'very', 'flouncy', 'it', 'just', 'made', 'me', 'look', 'frumpy', 'instead', 'of', 'the', 'sexy', 'date', 'night', 'look', 'i', 'was', 'going', 'for', 'i', 'am', '5', 'and', '120', 'lbs', 'also', 'i', 'did', "n't", ',3,1,1', 'general', 'tops', 'blouses'] ['12724,1082,31', 'the', 'torso', 'runs', 'a', 'bit', 'long', 'but', 'this', 'is', 'otherwise', 'a', 'comfortable', 'and', 'cute', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12725,1082,56', 'great', 'idea', 'but', 'every', 'single', 'time', 'i', 'was', 'in', 'a', 'store', 'this', 'dress', 'caught', 'my', 'eye', 'there', 'was', 'never', 'a', 'large', 'or', 'xl', 'to', 'try', 'on', 'however', 'so', 'when', 'a', 'free', 'shipping', 'offer', 'came', 'up', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'both', 'the', 'xl', 'was', 'too', 'large', 'the', 'large', 'was', 'much', 'better', 'but', 'a', 'little', 'snug', 'so', 'if', 'it', 'shrunk', 'i', 'would', 'have', 'been', 'out', 'of', 'luck', 'if', 'i', 'would', 'have', 'kept', 'one', 'it', 'would', 'have', 'been', 'the', 'large', 'however', 'they', 'are', 'both', 'going', 'back', 'a', 'plaid', 'dress', 'sounds', 'like', 'a', 'good', 'idea', 'for', 'the', 'winter', 'when', 'you', 'look', 'at', 'it', 'on', 'the', 'hanger', 'but', 'on', 'a', 'body', 'it', 'is', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['12726,1110,34', 'perfect', 'summer', 'work', 'or', 'play', 'dress', 'the', 'dress', 'is', 'well-structured', 'and', 'refined', 'enough', 'to', 'wear', 'with', 'a', 'cardigan', 'to', 'work', 'on', 'casual', 'fridays', 'but', 'fun', 'enough', 'to', 'wear', 'on', 'its', 'own', 'to', 'a', 'summer', 'festival', 'because', 'of', 'the', 'length', 'i', 'would', 'suggest', 'wearing', 'with', 'heels', 'as', 'it', 'hits', 'below', 'the', 'knee', 'i', 'would', 'suggest', 'a', 'size', 'down', 'especially', 'if', 'you', 'are', 'smaller-busted', ',5,1,2', 'general', 'dresses', 'dresses'] ['12727,1082,35', 'this', 'is', 'my', 'third', 'dress-the', 'first', 'one', 'was', 'the', 'right', 'size', 'but', 'the', 'plaid', 'fell', 'on', 'the', 'dress', 'in', 'an', 'awkward', 'way', 'the', 'second', 'one', 'was', 'a', 'size', 'too', 'small', 'but', 'this', 'one', 'is', 'perfect', 'i', 'am', 'wearing', 'it', 'with', 'a', 'belt', 'and', 'loving', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12728,1082,36', 'love', 'this', 'dress', 'walked', 'into', 'the', 'store', 'and', 'the', 'first', 'thing', 'that', 'caught', 'my', 'eye', 'was', 'this', 'dress', 'great', 'pattern', 'and', 'fabric', 'a', 'quality', 'versatile', 'piece', 'i', 'am', 'a', 'size', '4', 'and', 'purchased', 'an', 'xs', 'petite', 'seems', 'to', 'run', 'just', 'a', 'tad', 'big', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['12729,1082,42', 'runs', 'small', 'in', 'bust', 'amazing', 'beautiful', 'dress', 'that', 'is', 'very', 'slimming', 'and', 'elegant', 'while', 'casual', 'but', 'it', 'is', 'only', 'for', 'smaller', 'busted', 'women', 'i', 'have', 'a', 'medium', 'and', 'am', 'a', '34c', 'it', "'s", 'tight', 'and', 'pulls', 'strangely', 'i', "'ve", 'seen', 'that', 'comment', 'elsewhere', 'i', 'tried', 'on', 'the', 'large', 'and', 'it', 'was', 'too', 'big', 'everywhere', 'but', 'the', 'bust', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12730,1082,35', 'great', 'fit', 'i', 'was', 'looking', 'for', 'a', 'dress', 'to', 'conceal', 'my', 'post', 'baby', 'body', 'but', 'wanted', 'to', 'be', 'able', 'to', 'wear', 'it', 'once', 'i', 'lost', 'the', 'extra', 'weight', 'and', 'this', 'dress', 'does', 'the', 'job', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'it', 'hangs', 'nicely', 'great', 'material.,5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12731,1110,49', 'could', "n't", 'wait', 'to', 'see', 'this', 'in', 'person', 'i', 'had', 'my', 'eye', 'on', 'this', 'dress', 'since', 'it', 'fist', 'came', 'out', 'but', 'hesitated', 'to', 'order', 'due', 'to', 'some', 'of', 'the', 'lower', 'reviews', 'when', 'i', 'got', 'a', 'chance', 'to', 'try', 'it', 'on', 'i', 'loved', 'it', 'i', 'did', 'go', 'up', 'a', 'size', 'i', 'am', '5', '5', 'so', 'i', 'had', 'it', 'shortened', 'to', 'above', 'the', 'knee', 'i', 'did', "n't", 'mind', 'losing', 'the', 'unfinished', 'hem', 'had', 'the', 'hem', 'match', 'that', 'of', 'the', 'pockets', 'i', 'am', 'a', '34c', 'but', 'the', 'bodice', 'is', 'stable', 'and', 'even', 'if', 'i', 'pull', 'at', 'it', 'it', 'stays', 'put', 'so', 'happy', 'to', 'find', 'this', 'especially', 'on', 'sale', 'i', 'plan', 'to', 'wear', 'it', 'at', 'our', 'company', 'party', 'which', 'is', 'help', 'on', 'a', 'large', 'charter', 'bo', ',5,1,1', 'general', 'dresses', 'dresses'] ['12732,1051,31', 'because', 'of', 'my', 'body', 'type', 'i', 'never', 'thought', 'i', 'could', 'wear', 'a', 'romper', 'i', 'tried', 'this', 'on', 'out', 'of', 'curiosity', 'and', 'am', 'so', 'glad', 'i', 'did', 'it', 'fits', 'well', 'i', 'did', 'size', 'up', 'because', 'of', 'my', 'thighs', 'is', 'comfortable', 'and', 'an', 'alternative', 'to', 'a', 'dress', 'the', 'patterned', 'bottom', 'did', 'not', 'accentuate', 'my', 'lower', 'body', 'which', 'was', 'a', 'worry', 'i', 'got', 'compliments', 'when', 'i', 'wore', 'this', 'to', 'dinner', 'with', 'a', 'pair', 'of', 'sandals', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12733,1082,35', 'ill', 'fitting', 'like', 'some', 'other', 'reviewers', 'i', 'too', 'have', 'to', 'comment', 'on', 'the', 'dress', "'s", 'fit', 'the', 'dress', 'does', "n't", 'fit', 'right', 'around', 'the', 'bust', 'or', 'the', 'waist', 'as', 'a', 'seamstress', 'myself', 'i', 'know', 'that', 'the', 'problem', 'is', 'that', 'it', 'does', "n't", 'have', 'any', 'darts', 'in', 'the', 'bust', 'and', 'thus', 'the', 'bust', 'and', 'the', 'waist', 'are', 'just', 'about', 'the', 'same', 'size', 'this', 'dress', 'really', 'just', 'needed', 'a', 'few', 'of', 'these', 'extra', 'hidden', 'details', 'to', 'fit', 'right', 'while', 'a', 'belt', 'helps', 'i', 'do', "n't", 'think', 'it', 'helps', 'enough', 'to', 'justify', 'the', 'price', 'it', "'s", 'too', 'bad', 'i', 'think', 'the', 'concept', 'of', 'it', 'is', 'cool', 'and', 'i', 'was', 'rea', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12734,1110,47', 'no', 'hemming', 'or', 'hawing', 'i', 'want', 'to', 'love', 'this', 'dress', 'it', "'s", 'cute', 'and', 'fits', 'well', 'except', 'that', 'the', 'hem', 'has', 'been', 'taken', 'out', 'it', 'looks', 'like', 'it', 'had', 'a', 'hem', 'that', 'was', 'removed', 'and', 'they', 'left', 'the', 'crease', 'remnant', 'and', 'frayed', 'edge', 'looks', 'very', 'sloppy', 'on', 'the', 'bottom', 'to', 'keep', 'this', 'dress', 'i', 'would', 'have', 'to', 'pay', 'a', 'seamstress', 'to', 'hem', 'it', 'and', 'i', 'do', "n't", 'want', 'to', 'pay', 'extra', 'money', 'for', 'something', 'that', 'should', 'already', 'be', 'done', ',3,0,10', 'general', 'dresses', 'dresses'] ['12735,1082,34', 'makes', 'you', 'look', 'skinnier', 'dress', 'is', 'awesome', 'and', 'makes', 'you', 'look', 'skinnier.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12736,1110,51', 'perfectly', 'simlpe', 'and', 'elegant', 'i', "'m", '5', '6', '125', 'lbs', 'wear', 'size', '2', 'or', '4', 'normally', 'and', 'small', 'or', 'extra', 'small', '34b', 'bra', 'i', 'tried', 'on', 'size', '2', 'and', 'it', 'fit', 'great', 'this', 'dress', 'rocks', 'i', 'live', 'the', 'soft', 'material', 'and', 'side', 'pockets', 'not', 'a', 'lover', 'of', 'a', 'line', 'skirts', 'but', 'this', 'one', 'is', 'subtle', 'i', 'do', 'need', 'a', 'strapless', 'bra', 'but', 'if', 'you', 'are', 'more', 'endowed', 'than', 'me', 'you', 'wo', "n't", 'need', 'it', 'the', 'hem', 'is', 'unseamed', 'leaving', 'it', 'a', 'bit', 'edgy', 'since', 'the', 'denium', 'is', 'light', 'i', 'can', 'wear', 'ghis', 'dress', 'now', 'and', 'into', 'summer', 'i', 'live', 'in', 'texas', 'so', 'probabley', 'wo', "n't", 'be', 'wearing', 'it', 'after', 'june', 'covering', 'my', ',5,1,1', 'general', 'dresses', 'dresses'] ['12737,1082,38', 'flattering', 'dress', 'i', 'ordered', 'this', 'online', 'with', 'out', 'previously', 'trying', 'it', 'on', 'and', 'it', 'fit', 'nicely', 'just', 'love', 'the', 'colors', 'draping', 'and', 'material', 'nice', 'and', 'light', 'good', 'spring', 'or', 'fall', 'dress', 'i', 'wore', 'it', 'with', 'black', 'flats', 'but', 'it', 'would', 'look', 'great', 'with', 'booties', 'too', 'very', 'flattering', 'i', 'received', 'a', 'ton', 'of', 'compliments', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12738,1051,38', 'soooooo', 'comfortable', 'i', 'love', 'jumpsuits', 'but', 'this', 'literally', 'feels', 'like', 'pajamas', 'it', 'does', "n't", 'look', 'like', 'pajamas', 'but', 'it', 'is', 'soft', 'and', 'cozy', 'and', 'is', "n't", 'too', 'big', 'or', 'too', 'tight', 'anywhere', 'i', 'am', '5', '6', 'and', '130', 'and', 'i', 'purchased', 'the', 'small', 'and', 'it', 'fits', 'just', 'like', 'the', 'model', 'the', 'button', 'in', 'the', 'back', 'at', 'the', 'top', 'is', 'a', 'little', 'hard', 'to', 'close', 'but', 'the', 'whole', 'thing', 'comes', 'off', 'and', 'on', 'easy', 'which', 'is', 'such', 'a', 'bonus', 'in', 'a', 'jumpsuit', 'this', 'is', 'a', 'winner', 'it', 'can', 'be', 'worn', 'casually', 'or', 'dressed', 'up', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['12739,1110,46', 'perfect', 'denim', 'dress', 'strapless', 'dresses', 'can', 'be', 'so', 'flattering', 'so', 'when', 'i', 'saw', 'this', 'on', 'retailer', 'i', 'had', 'to', 'order', 'it', 'this', 'dress', 'did', 'not', 'disappoint', 'for', 'reference', 'i', 'ordered', 'a', 'size', '4', 'and', 'i', 'am', '5', '5', '135', 'lbs', '34b', 'chest', 'in', 'the', 'chest', 'area', 'it', 'fits', 'perfectly', 'while', 'the', 'ribcage', 'area', 'is', 'a', 'little', 'snug', 'but', 'not', 'uncomfortably', 'so', 'the', 'pockets', 'are', 'great', 'the', 'denim', 'quality', 'is', 'great', 'and', 'i', 'like', 'the', 'frayed', 'bottom', 'of', 'dress', 'i', 'got', 'compliments', 'straight', 'away', 'on', 'the', 'beauty', 'of', 'the', 'dress', 'from', 'two', 'men', 'which', 'i', 'thought', 'was', 'quite', 'interesting', 'because', 'i', ',5,1,4', 'general', 'dresses', 'dresses'] ['12740,866,51', 'fun', 'in', 'black', 'and', 'ivory', 'i', 'bought', 'this', 'top', 'in', 'two', 'colors', 'because', 'i', 'need', 'more', 'statement', 'tops', 'and', 'thought', 'the', 'colors', 'were', 'different', 'enough', 'for', 'a', 'really', 'great', 'top', 'i', 'have', 'only', 'worn', 'the', 'ivory', 'so', 'far', 'and', 'love', 'it', 'comfortable', 'great', 'style', 'and', 'solid', 'quality', 'so', 'the', 'fringe', 'is', "n't", 'fraying', 'or', 'falling', 'out'] [] ['if', 'i', 'could', 'change', 'one', 'thing', 'it', 'would', 'be', 'the', 'itchiness', 'around', 'the', 'neck', 'opening', 'it', "'s", 'not', 'horrible', 'but', 'it', 'can', 'be', 'distracting', 'and', 'mildly', 'uncomfortable'] [] ['i', 'am', 'really', 'happy', 'with', 'the', 'tops', 'and', 'ca', "n't", 'wait', 'to', 'start', 'wearing', 'the', 'black', 'one', 't', ',4,1,2', 'general', 'tops', 'knits'] ['12741,1082,37', 'soft', 'very', 'comfortable', 'and', 'soft', 'i', 'wish', 'the', 'neck', 'was', 'a', 'bit', 'lower', 'and', 'it', 'runs', 'on', 'the', 'large', 'side', 'i', 'am', '5', '7', 'wear', 'a', '10/12', 'i', 'ordered', 'the', 'l', 'and', 'it', 'was', 'very', 'big', 'on', 'me', 'will', 'try', 'it', 'in', 'the', 'm', 'though', 'i', "'m", 'worried', 'that', 'it', 'will', 'be', 'too', 'high', 'in', 'the', 'waist', 'on', 'me', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12742,1082,63', 'shirtwaist', 'w', 'style', 'i', 'got', 'the', 'small', '5', '7', '150', 'lbs', 'pear', 'shaped', 'fit', 'was', 'a', 'little', 'sung', 'mainly', 'due', 'to', 'the', 'lining.i', 'wore', 'it', 'once', 'already-', 'super', 'cute.i', 'washed', 'it', 'in', 'cold', 'and', 'line', 'dried', 'it', 'as', 'i', 'was', 'afraid', 'of', 'shrinkage.i', 'thought', 'about', 'getting', 'a', 'medium', 'but', 'all', 'sizes', 'except', 'xs', 'are', 'sold', 'out', 'i', 'must', 'be', 'careful', 'not', 'to', 'gain', 'any', 'more', 'weight', 'otherwise', 'the', 'dress', 'wo', "n't", 'fit', 'me', 'anymore', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12743,1110,52', 'not', 'for', 'short', 'people', 'this', 'denim', 'dress', 'is', 'best', 'worn', 'by', 'someone', 'over', '5', '8', 'i', 'had', 'to', 'spend', 'a', 'lot', 'to', 'have', 'it', 'taken', 'up', 'and', 'it', 'still', 'does', "n't", 'look', 'that', 'great', 'so', 'if', 'you', 'do', "n't", 'want', 'to', 'pay', 'over', '200', 'once', 'altered', 'do', 'not', 'buy', 'this', 'dress'] [] ['the', 'best', 'part', 'of', 'the', 'dress', 'is', 'the', 'top', 'it', 'was', 'true', 'to', 'size', 'on', 'top', ',3,0,2', 'general', 'dresses', 'dresses'] ['12744,1110,47', 'lot', "'s", 'of', 'compliments', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', '6.', 'for', 'reference', 'i', 'am', '5', '7', '145', 'lbs', 'i', 'love', 'it', 'the', 'fit', 'is', 'perfect', 'unlike', 'other', 'reviews', 'i', 'was', 'aware', 'the', 'hem', 'was', 'unfinished', 'and', 'i', 'like', 'the', 'look', 'the', 'top', 'part', 'does', 'not', 'seem', 'to', 'short', 'the', 'style', 'to', 'me', 'is', 'kinda', 'retro', 'i', 'wore', 'the', 'dress', 'with', 'flip-flops', 'and', 'a', 'large', 'chunky', 'necklace', 'i', 'received', 'lot', "'s", 'of', 'compliments', 'it', 'is', 'my', 'favorite', 'dress', 'right', 'now', ',5,1,3', 'general', 'dresses', 'dresses'] ['12745,1110,45', 'the', 'denim', 'little', 'black', 'dress', 'love', 'i', 'need', 'to', 'start', 'by', 'saying', 'i', "'m", '5', '10', 'i', 'think', 'that', "'s", 'why', 'i', 'love', 'this', 'dress', 'so', 'much', 'it', "'s", 'not', 'too', 'short', 'on', 'me', 'like', 'so', 'many', 'it', 'is', 'a', 'classic', 'fit', 'that', 'is', 'flattering', 'on', 'me', 'the', 'raw', 'edge', 'detail', 'makes', 'it', 'a', 'little', 'more', 'fun', 'then', 'just', 'a', 'strapless', 'denim', 'dress', 'and', 'the', 'pockets', 'are', 'the', 'best', 'i', 'love', 'dresses', 'with', 'pockets', 'they', 'do', "n't", 'stick', 'out', 'weird', 'or', 'anything', 'either', 'the', 'only', 'negative', 'which', 'prevents', 'the', 'perfect', '5', 'star', 'review', 'is', 'the', 'bottom', 'is', 'fuller', 'than', 'i', 'would', 'like', 'a-line', 'is', 'a', 'little', 'misleading', 'it', "'s", 'defini', ',4,1,8', 'general', 'dresses', 'dresses'] ['12746,1051,53', 'fits', 'nice', 'cute', 'i', "'m", '5', '8', '130', 'and', 'ordered', 'a', 'small', 'it', 'fits', 'very', 'nice', 'and', 'it', "'s", 'flattering', 'my', 'daughter', 'does', "n't", 'like', 'it', 'as', 'she', 'thinks', 'it', 'looks', 'like', 'a', 't-shirt', 'tucked', 'into', 'pants', 'i', 'get', 'that', 'but', 'it', 'fits', 'nicely', 'and', 'i', 'like', 'the', 'pattern', 'and', 'tapered', 'legs', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['12747,215,45', 'such', 'a', 'comfy', 'piece', 'these', 'are', 'truly', 'slouchy', 'leggings', 'i', 'am', 'short', '5', '3', 'so', 'they', 'do', 'bunch', 'quite', 'a', 'bit', 'for', 'me', 'but', 'when', 'paired', 'with', 'a', 'long', 'chunky', 'sweater', 'they', 'are', 'perfect', 'unlike', 'the', 'other', 'review', 'i', 'felt', 'that', 'they', 'ran', 'a', 'little', 'on', 'the', 'larger', 'side', 'i', 'am', 'typically', 'an', '8/10', 'and', 'ordered', 'the', 'm/l', 'they', 'sit', 'nicely', 'on', 'my', 'lower', 'waist', 'and', 'do', 'not', 'sag', 'but', 'the', 'length', 'is', 'long', 'long', 'long', 'i', 'recommend', 'these', 'for', 'wearing', 'out', 'or', 'around', 'the', 'house', ',5,1,4', 'initmates', 'intimate', 'legwear'] ['12748,876,66', 'unusual', 'design', 'the', 'beaded', 'shoulders', 'make', 'this', 'a', 'unique', 'tee', 'shirt', 'it', 'turns', 'an', 'ordinary', 'tee', 'shirt', 'into', 'a', 'more', 'eye-catching', 'one', 'i', 'bought', '2', 'different', 'colors', 'and', 'love', 'them', 'i', 'prefer', 'the', 'little', 'boxier', 'fit', 'as', 'it', 'is', 'very', 'flattering', 'the', 'material', 'is', 'a', 'nice', 'weight', 'not', 'too', 'thin', ',5,1,1', 'general', 'tops', 'knits'] ['12749,215,31', 'beware', 'they', "'re", 'sheer', 'i', 'got', 'these', 'in', 'the', 'neutral', 'color', 'quickly', 'understood', 'why', 'they', "'re", 'categorized', 'as', 'loungewear', 'if', 'you', "'re", 'going', 'to', 'wear', 'them', 'out', 'of', 'the', 'house', 'wear', 'a', 'tunic', 'or', 'a', 'dress', 'over', 'them', 'i', 'folded', 'the', 'scrunch', 'part', 'up', 'over', 'my', 'calves', 'wore', 'them', 'like', 'boot', 'socks', 'when', 'i', 'went', 'out', 'i', 'got', 'a', 'm/l', 'they', 'fit', 'about', 'on', 'par', 'with', 'other', 'leggings', 'tights', 'of', 'that', 'size', 'range'] [] ['when', 'i', 'got', 'home', 'i', 'rolled', 'them', 'down', 'put', 'the', 'bottoms', 'over', 'my', 'heels', 'the', 'rest', 'of', 'the', 'bottoms', 'scrunched', 'around', 'my', 'ankles', 'i', 'recommend', 'them', 'for', 'around', ',4,1,2', 'initmates', 'intimate', 'legwear'] ['12750,820,59', 'stunning', 'this', 'flew', 'out', 'of', 'my', 'local', 'store', 'so', 'fast', 'i', 'had', 'to', 'order', 'on', 'line', 'simply', 'stunning', 'was', 'reluctant', 'to', 'pay', 'high', 'price', 'but', 'worth', 'it', 'will', 'get', 'much', 'wear.,5,1,4', 'general', 'tops', 'blouses'] ['12751,834,27', 'amazing', 'beautiful', 'flattering', 'blouse,5,1,0', 'general', 'tops', 'blouses'] ['12752,876,40', 'a', 'little', 'bit', 'vintage', 'a', 'little', 'bit', 'rock-n-roll', 'this', 'has', 'a', 'nice', 'vintage', 'cut', 'and', 'soft', 'feel', 'with', 'the', 'metal', 'detailing', 'of', 'a', 'blinded', 'out', 'rock', 'n', 'roll', 'tee', 'it', "'s", 'perfect', 'with', 'jeans', 'a', 'leather', 'skirt', 'or', 'even', 'lounge', 'pants', 'it', "'s", 'a', 'great', 'top', 'to', 'throw', 'in', 'an', 'overnight', 'bag', 'for', 'a', 'weekend', 'away', 'because', 'it', "'s", 'so', 'versatile', ',5,1,0', 'general', 'tops', 'knits'] ['12753,215,47', 'good', 'product', 'comfortable', 'on', 'the', 'advice', 'of', 'other', 'reviewers', 'i', 'purchased', 'the', 'm/l', 'in', 'this', 'item', 'boy', 'was', 'i', 'happy', 'i', 'did', 'i', 'am', 'normally', 'a', 'size', '6-8', 'and', 'because', 'of', 'the', 'sheerness', 'issue', 'mentioned', 'by', 'another', 'reviewer', 'i', 'purchased', 'the', 'larger', 'size', 'they', 'are', 'still', 'sheer', 'in', 'the', 'rear', 'end', 'you', 'must', 'wear', 'a', 'tunic', 'or', 'longer', 'shirt/skirt', 'with', 'these', 'if', 'you', 'are', 'hanging', 'around', 'the', 'house', 'it', 'is', 'not', 'too', 'bad', 'these', 'are', 'very', 'comfortable', 'and', 'feel', 'great', 'while', 'wearing', 'the', 'color', 'is', 'great', 'and', 'the', 'look', 'is', 'good', 'they', 'are', 'really', 'long', 'when', 'you', 'remove', 'them', 'fr,4,1,2', 'initmates', 'intimate', 'legwear'] ['12754,876,36', 'classy', 'meets', 'simple', 'i', 'love', 'this', 'shirt', 'it', 'fits', 'great', 'and', 'looks', 'awesome', 'with', 'shorts', 'or', 'skinny', 'jeans', 'i', 'love', 'the', 'beads', 'on', 'the', 'shoulders', 'i', 'liked', 'it', 'so', 'much', 'that', 'i', 'ordered', 'it', 'in', '2', 'colors.,5,1,0', 'general', 'tops', 'knits'] ['12755,1022,66', 'finally', 'i', 'can', 'not', 'even', 'tell', 'you', 'how', 'many', 'pairs', 'of', 'white', 'jeans', 'i', 'have', 'tried', 'on', 'in', 'my', 'quest', 'to', 'find', 'white', 'jeans', 'all', 'brands', 'and', 'all', 'styles', 'and', 'finally', 'i', 'took', 'a', 'chance', 'on', 'these', 'and', 'have', 'found', 'the', 'ones', 'these', 'are', 'great', 'quality', 'as', 'true', 'for', 'any', 'ag', 'pants', 'i', 'have', 'ever', 'purchased', 'they', 'are', 'a', 'crisp', 'white', 'and', 'are', 'not', 'see', 'through', 'and', 'the', 'fit', 'is', 'amazing', 'i', 'have', 'athletic', 'legs', 'and', 'with', 'my', 'muscular', 'thighs', 'and', 'calves', 'it', 'has', 'been', 'difficult', 'to', 'find', 'a', 'pair', 'of', 'white', 'jeans', 'that', 'did', "n't", 'hug', 'to', 'tightly', 'and', 'therefore', 'fitting', 'poorl', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['12756,1084,26', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'this', 'dress', 'is', 'beautiful', 'as', 'pictured', 'on', 'the', 'model', 'but', 'on', 'me', 'not', 'so', 'much', 'i', 'am', 'normally', 'a', 'size', '0/00', 'with', 'a', '32b', 'bra', 'size', 'i', 'ordered', 'this', 'dress', 'in', 'an', 'xs', 'and', 'it', 'was', 'just', 'too', 'big', 'and', 'boxy', 'i', 'also', 'thought', 'the', 'material', 'was', 'going', 'to', 'be', 'thicker', 'but', 'it', 'was', 'very', 'thin', 'and', 'did', "n't", 'seem', 'to', 'fall', 'right', 'on', 'my', 'body', 'beautiful', 'design', 'just', 'not', 'the', 'right', 'material', 'or', 'fit', ',3,0,0', 'general', 'dresses', 'dresses'] ['12757,820,39', 'beautiful', 'but', 'need', 'to', 'right', 'sizing', 'this', 'top', 'is', 'very', 'feminie', 'i', 'love', 'hte', 'pelats', 'and', 'flower', 'details', 'it', 'can', 'be', 'however', 'a', 'bit', 'boxy', 'i', 'think', 'if', 'you', 'have', 'wider', 'hips', 'i', 'might', 'avoid', 'great', 'to', 'go', 'with', 'skinny', 'pants/ejans', 'though', 'could', 'size', 'down', 'if', 'shoulders', 'are', 'not', 'too', 'wide', ',4,1,1', 'general', 'tops', 'blouses'] ['12758,215,27', 'love', 'these', 'bought', 'this', 'as', 'transitional', 'wear', 'post', 'baby', '2', 'i', 'love', 'them', 'will', 'probably', 'end', 'up', 'wearing', 'them', 'all', 'winter', 'long', 'i', 'love', 'that', 'i', "'m", '6', 'foot', 'they', 'still', 'are', 'scrunchy', 'at', 'the', 'bottom', 'which', 'i', 'honestly', 'was', "n't", 'expecting', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['12759,428,47', ',gorgeous', 'suit', 'sexy', 'cut', 'on', 'the', 'back', 'but', 'seems', 'to', 'hold', 'you', 'as', 'well', 'suit', 'runs', 'very', 'small', 'i', 'wear', 'a', '4', 'in', 'regular', 'clothing', 'i', 'bought', 'both', 'the', 'small', 'and', 'medium', 'and', 'just', 'exchanged', 'it', 'for', 'a', 'large.,4,1,4', 'initmates', 'intimate', 'swim'] ['12760,423,37', 'not', 'for', 'me', 'this', 'appears', 'much', 'more', 'pink', 'in', 'person', 'i', "'m", 'not', 'really', 'a', 'pink', 'girl', 'but', 'thought', 'i', "'d", 'try'] ['the', 'way', 'the', 'shoulders', 'are', 'cut', 'makes', 'my', 'defined', 'shoulders/arms', 'look', 'too', 'intense', 'for', 'my', 'liking', 'this', 'would', 'look', 'nicer', 'on', 'someone', 'more', 'petite', 'and', 'less', 'athletic', 'in', 'my', 'opinion', 'i', 'like', 'that', 'the', 'bust', 'has', 'slight', 'padding', 'that', 'can', 'make', 'a', 'bra', 'unnecessary', 'for', 'yoga', 'spin', 'pilates', 'ballet', 'or', 'barre', 'class', 'it', "'s", 'nice', 'and', 'fitted', 'and', 'true', 'to', 'size', 'would', 'be', 'really', 'cute', 'on', 'the', 'right', 'person', ',4,1,0', 'initmates', 'intimate', 'lounge'] ['12761,876,28', 'simple', 'but', 'fun', 'top', 'cute', 'top', 'i', 'actually', 'got', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'the', 'white', 'is', 'slightly', 'see', 'through', 'which', 'does', "n't", 'bother', 'me', 'but', 'could', 'bother', 'other', 'people', 'all', 'around', 'cute', 'casual', 'piece', ',4,1,0', 'general', 'tops', 'knits'] ['12762,876,54', 'simple', 'cute', 'tee', 'with', 'a', 'twist', 'love', 'the', 'tee', 'in', 'the', 'red', 'it', "'s", 'not', 'too', 'sheer', 'and', 'the', 'metal', 'detail', 'on', 'the', 'shoulders', 'turns', 'it', 'from', 'a', 'simple', 'tee', 'to', 'a', 'tee', 'with', 'a', 'little', 'more', 'pizazz', 'fits', 'true', 'to', 'size', 'i', 'take', 'either', 'a', 'medium', 'or', 'large', 'in', 'retailer', 'and', 'this', 'in', 'a', 'size', 'large', 'fits', 'well', 'it', 'is', 'a', 'bit', 'boxy', 'but', 'not', 'sloppy', 'on', 'sale', 'it', "'s", 'a', 'great', 'deal', ',4,1,0', 'general', 'tops', 'knits'] ['12763,876,45', 'artistic', 'goes', 'with', 'everything', 'the', 'simplicity', 'of', 'this', 't-shirt', 'will', 'go', 'with', 'jeans', 'shorts', 'or', 'anything', 'casual', 'the', 'macrame', 'and', 'bead', 'details', 'give', 'it', 'that', 'extra', 'style', 'i', 'bought', 'the', 'red', 'and', 'white', 'and', 'love', 'them', 'both', 'the', 'red', 'is', 'warm', 'and', 'bright', 'with', 'pink', 'undertones', 'despite', 'the', 'boxiness', 'of', 'the', 'fit', 'it', 'ran', 'true', 'to', 'size', 'for', 'me', 'i', 'did', 'not', 'think', 'it', 'was', 'too', 'big', 'its', 'meant', 'to', 'be', 'loose', 'and', 'slouchy', 'rather', 'than', 'fitted', ',5,1,0', 'general', 'tops', 'knits'] ['12764,834,31', 'great', 'blouse', 'this', 'blouse', 'is', 'not', 'only', 'flattering', 'but', 'a', 'great', 'way', 'to', 'dress', 'up', 'a', 'pair', 'of', 'jeans', 'fits', 'well', 'but', 'a', 'big', 'tight', 'around', 'the', 'arms', 'had', 'to', 'go', 'up', 'a', 'size', ',4,1,0', 'general', 'tops', 'blouses'] ['12765,876,29', 'perfect', 'dress', 'up-or-down', 'top', 'this', 'top', 'is', 'lovely', 'it', "'s", 'got', 'a', 'decent', 'length', 'to', 'it', 'so', 'it', 'can', 'be', 'tucked', 'into', 'nice', 'pants', 'or', 'a', 'skirt', 'the', 'gold', 'beading', 'design', 'on', 'the', 'shoulders', 'is', 'a', 'little', 'heavy', 'which', 'can', 'sometimes', 'cause', 'it', 'to', 'slip/sag', 'off', 'the', 'shoulder', 'not', 'entirely', 'off', 'but', 'enough', 'to', 'reveal', 'a', 'bra', 'strap', 'for', 'a', 'kind', 'of', 'off-shoulder', 'look', 'it', "'s", 'very', 'flattering', 'if', 'you', 'tuck', 'it', 'in', 'or', 'even', 'if', 'you', 'do', "n't", 'i', 'got', 'this', 'top', 'in', 'red', 'and', 'it', "'s", 'lovely', 'a', 'little', 'more', 'towards', 'than', 'coral', 'side', 'than', 'crimson', ',5,1,0', 'general', 'tops', 'knits'] ['12766,215,31', 'see-through', 'but', 'worth', 'it', 'i', 'am', 'a', "5'10", 'size', '4', 'or', '28', 'long', 'i', 'need', 'a', '33-34', 'inseam', 'woman', 'i', 'bought', 'the', 's/m', 'and', 'they', 'fit', 'perfectly', 'with', 'all', 'the', 'excess', 'length', 'bunching', 'at', 'my', 'ankles', 'as', 'designed', 'i', "'m", 'thrilled', 'i', 'bought', 'the', 'light', 'color', 'one', 'thing', 'wear', 'nude', 'underwear', 'and', 'lighter', 'or', 'just', 'short', 'socks', 'these', 'are', 'definitely', 'see-through', 'however', 'i', 'only', 'plan', 'to', 'wear', 'these', 'with', 'long', 'tunics', 'and', 'sweaters', 'anyways', 'something', 'always', 'reaching', 'down', 'to', 'my', 'upper', 'thighs', 'at', 'least', 'so', 'comfy', 'and', 'cozy', ',5,1,2', 'initmates', 'intimate', 'legwear'] ['12767,876,35', 'too', 'boxy', 'sizing', 'down', 'not', 'good', 'i', 'read', 'the', 'other', 'review', 'that', 'said', 'the', 'shirt', 'was', 'boxy', 'i', 'did', "n't", 'think', 'it', 'would', 'be', 'a', 'terribly', 'big', 'deal', 'unfortunately', 'it', 'is', 'normally', 'i', 'wear', 'a', 'size', 's', 'so', 'i', 'sized', 'down', 'o', 'an', 'xs', 'the', 'shirt', 'fits', 'in', 'the', 'sleeves', 'and', 'neckline', 'but', 'the', 'shirt', 'is', 'still', 'very', 'box', 'and', 'now', 'super', 'short', 'unfortunately', 'this', 'is', 'going', 'back', 'not', 'a', 'good', 'fit', 'adorable', 'details', 'but', 'the', 'fit', 'is', 'terrible', ',1,0,6', 'general', 'tops', 'knits'] ['12768,820,40', 'perfect', 'party', 'top', 'this', 'top', 'has', 'glam', 'written', 'all', 'over', 'it', 'the', 'pleating', 'gives', 'it', 'a', 'delicate', 'look', 'but', 'is', 'not', 'cheaply', 'made', 'or', 'feeling', 'it', 'lays', 'so', 'beautiful', 'i', 'would', 'say', 'this', 'runs', 'tts', 'but', 'because', 'i', 'am', 'busty', 'i', 'sized', 'up', 'to', 'give', 'it', 'more', 'of', 'flowy', 'look', 'because', 'i', 'am', 'busty', 'it', 'also', 'looks', 'like', 'high', 'low', 'blouse', 'no', 'need', 'for', 'a', 'necklace', 'the', 'flowers', 'and', 'shimmer', 'do', 'all', 'the', 'work', 'for', 'you', 'i', 'paired', 'it', 'with', 'leather', 'leggins', 'and', 'it', 'was', 'adorable.,5,1,1', 'general', 'tops', 'blouses'] ['12769,876,40', 'one', 'of', 'a', 'kind', 'i', "'m", '5', '5', '145lbs', 'and', 'i', "'m", 'usually', 'a', 'small/medium', 'depending', 'on', 'the', 'vendor', 'i', 'bought', 'this', 'shirt', 'in', 'a', 'red', 'medium', 'and', 'love', 'it', 'yes', 'it', "'s", 'boxy', 'and', 'a', 'little', 'big', 'but', 'lays', 'nicely', 'and', 'i', 'think', 'it', "'s", 'meant', 'to', 'be', 'a', 'bit', 'big', 'i', "'ve", 'worn', 'a', 'black', 'cami', 'underneath', 'and', 'the', 'shoulder', 'hangs', 'off', 'a', 'little', 'to', 'the', 'side', 'giving', 'a', 'little', 'extra', 'sexy', 'look', 'to', 'it', 'this', 'shirt', 'washes', 'well', 'per', 'instructions', 'did', "n't", 'shrink', 'or', 'loose', 'it', "'s", 'shape', 'and', 'i', "'ve", 'washed', 'it', 'three', 'times', 'now', 'i', "'ve", 'had', 'many', 'compliments', 'on', 'how', 'cute', 'this', 'shirt', 'is', 'love', ',5,1,0', 'general', 'tops', 'knits'] ['12770,876,34', ',,5,1,0', 'general', 'tops', 'knits'] ['12771,876,40', 'super', 'cute', 'shirt', 'i', 'just', 'bought', 'this', 'shirt', 'on', 'sale', 'i', "'d", 'been', 'eyeing', 'it', 'for', 'a', 'bit', 'and', 'when', 'it', 'went', 'on', 'sale', 'i', 'had', 'to', 'get', 'it', 'its', 'really', 'cute', 'and', 'comfortable', 'and', 'fits', 'really', 'nicely', 'it', "'s", 'not', 'too', 'short', 'or', 'boxy', 'and', 'the', 'detail', 'on', 'the', 'sleeves', 'is', 'great.,5,1,0', 'general', 'tops', 'knits'] ['12772,834,41', 'versitile', 'classic', 'i', 'usually', 'do', 'not', 'like', 'three', 'quarter', 'sleeve', 'shirts', 'and', 'i', 'do', 'not', 'like', 'tie', 'necks', 'of', 'any', 'sorts', 'this', 'blouse', 'has', 'both', 'and', 'i', 'love', 'it', 'i', 'loved', 'it', 'in', 'pictures', 'and', 'against', 'my', 'two', 'dislikes', 'listed', 'above', 'i', 'gave', 'it', 'a', 'chance', 'i', 'am', 'glad', 'i', 'did', 'the', 'shirt', 'is', 'lined', 'in', 'the', 'body', 'which', 'means', 'the', 'white', 'one', 'is', 'not', 'see', 'through', 'yey', 'no', 'need', 'for', 'cami', 'underneath', 'the', 'lining', 'also', 'adds', 'extra', 'warmth', 'as', 'this', 'is', 'a', 'very', 'thin', 'fabric', 'shirt', 'the', 'sleeves', 'are', 'loose', 'enough', 'so', 'that', 'the', '3/4', 'length', 'does', 'not', 'restrict', 'me', 'the', 'tie', 'some', ',5,1,0', 'general', 'tops', 'blouses'] ['12773,876,34', ',the', 'red', 'is', 'so', 'pretty', 'in-person', 'i', 'love', 'the', 'details', 'on', 'the', 'sleeves', 'only', 'complaint', 'is', 'the', 'fit', 'is', 'pretty', 'boxy', 'and', 'could', "n't", 'size', 'down', 'because', 'it', 'is', 'borderline', 'to', 'short', 'in', 'length', 'did', 'buy', 'it', 'today', 'and', 'we', 'will', 'see', 'if', 'it', 'work', 'out', ',4,1,4', 'general', 'tops', 'knits'] ['12774,215,42', 'long', 'legs', 'required', 'nice', 'quality', 'but', 'enough', 'material', 'for', 'two', 'sets', 'of', 'tights', 'can', 'scrunch', 'up', 'at', 'the', 'bottom', 'for', 'a', 'different', 'look', ',4,1,1', 'initmates', 'intimate', 'legwear'] ['12775,876,25', 'fun', 'shoulder', 'detail', 'i', 'bought', 'this', 'shirt', 'specifically', 'for', 'the', 'extra', 'details', 'on', 'the', 'shoulder', 'when', 'i', 'received', 'the', 'shirt', 'it', 'was', 'a', 'little', 'stiffer', 'than', 'i', 'expected', 'but', 'not', 'enough', 'to', 'return', 'it', 'for', 'being', 'too', 'uncomfortable', ',4,1,0', 'general', 'tops', 'knits'] ['12776,876,39', 'cute', 'design', 'cute', 'design', 'details', 'on', 'shoulder', 'make', 'the', 'tshirt', 'more', 'special', 'but', 'it', 'runs', 'large', 'so', 'that', 'kind', 'of', 'takes', 'away', 'from', 'the', 'styling', 'got', 'it', 'on', 'super', 'sale', 'so', 'i', "'ll", 'keep', 'it', 'maybe', 'a', 'wash', 'will', 'shrink', 'it', 'a', 'bit', ',4,1,0', 'general', 'tops', 'knits'] ['12777,215,28', 'love', 'the', 'ribbed', 'sweaterknit', 'leggings', 'they', "'re", 'great', 'i', 'saw', 'them', 'featured', 'in', 'one', 'of', 'the', 'marketing', 'emails', 'they', 'looked', 'comfortable', 'and', 'cute', 'different', 'with', 'the', 'leg', 'warmer', 'type', 'bottom', 'i', 'went', 'to', 'the', 'retailer', 'near', 'me', 'but', 'they', 'did', "n't", 'have', 'them', 'in', 'store', 'this', 'was', 'a', 'slight', 'disappointment', 'because', 'i', 'wanted', 'to', 'try', 'them', 'on', 'for', 'sizing', 'purposes', 'but', 'i', 'ordered', 'them', 'because', 'they', 'were', 'affordable', 'in', 'the', '30', 'range', 'cute', 'comfortable', 'and', 'stylish', 'they', 'also', 'ended', 'up', 'fitting', 'perfectly', 'as', 'well', 'nice', 'job', ',5,1,4', 'initmates', 'intimate', 'legwear'] ['12778,215,35', 'cozy', 'and', 'fun', 'i', 'love', 'these', 'with', 'tunics', 'and', 'little', 'dresses', 'they', 'hit', 'at', 'a', 'funny', 'place', 'on', 'my', 'hips', 'though', 'i', 'wish', 'they', 'were', 'a', 'bit', 'higher-up', 'since', 'the', 'waistband', 'is', 'thick', 'they', 'show', 'through', 'tops', 'unless', 'they', 'are', 'pulls', 'up', 'above', 'my', 'hips', 'and', 'they', "'re", 'a', 'bit', 'too', 'short-waisted', 'for', 'that', 'but', 'i', 'was', 'able', 'to', 'stretch', 'them', 'a', 'bit', 'and', 'i', 'love', 'them', ',4,1,3', 'initmates', 'intimate', 'legwear'] ['12779,876,66', 'great', 'hot', 'weather', 'tee', 'the', 'metal', 'detail', 'the', 'shoulders', 'is', 'the', 'perfect', 'touch', 'to', 'an', 'otherwise', 'ordinary', 'tee'] ['regarding', 'sizing', 'i', 'am', '5', '4', '36dd', 'and', 'i', 'usually', 'have', 'to', 'buy', 'l', 'in', 'tops', 'and', 'make', 'alterations', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'ordered', 'a', 'm', 's.', 'because', 'my', 'shoulders', 'are', 'narrow', 'the', 's', 'fit', 'better', 'front', 'measurement', 'shoulder', 'to', 'hem', 'is', '24', 'on', 'both', 'the', 's', 'and', 'the', 'm.', 'plenty', 'of', 'length', 'for', 'me', 'i', 'also', 'was', "n't", 'looking', 'for', 'a', 'tight', 'fit', 'around', 'the', 'waist', 'and', 'tucking', 'in', 'just', 'the', 'front', 'as', 'shown', 'on', 'the', 'model', 'looks', 'great', 'i', 'saw', 'thi', ',5,1,0', 'general', 'tops', 'knits'] ['12780,876,65', 'size', 'down', 'i', "'m", 'normally', 'an', 'xl', 'but', 'i', 'bought', 'a', 'l', 'since', 'so', 'many', 'said', 'it', 'was', 'big', 'and', 'boxy', 'the', 'l', 'fit', 'great', 'it', "'s", 'tailored', 'to', 'the', 'body', 'but', 'not', 'tight-fitting', 'just', 'as', 'shown', 'on', 'the', 'model'] [] ['the', 'detailing', 'at', 'the', 'shoulders', 'is', 'heavy', 'compared', 'to', 'the', 'light', 'knit', 'of', 'the', 'fabric', 'of', 'this', 'tee', 'so', 'it', 'pulls', 'the', 'neckline', 'forward', 'a', 'bit'] [] ['i', 'bought', 'the', 'red', 'and', 'wow', 'it', "'s", 'a', 'bright', 'fireengine', 'red', 'that', "'s", 'just', 'stunning', 'it', 'looks', 'lighter', 'in', 'the', 'photo', 'it', 'arrived', 'all', 'squished', 'up', 'in', 'a', 'little', 'tiny', 'roll', 'so', 'it', 'was', 'really', 'wrinkled', ',4,1,0', 'general', 'tops', 'knits'] ['12781,215,56', 'wonderful', 'cozy', 'feeling', 'absolutely', 'love', 'these', 'leggings', 'warm', 'comfortable', 'great', 'way', 'to', 'relax', 'after', 'a', 'long', 'day', 'snuggle', 'up', 'in', 'these', 'do', 'stretch', 'even', 'longer', 'after', 'a', 'while', 'but', 'wash', 'and', 'wear', 'again', 'is', 'easy', 'even', 'wear', 'out', 'of', 'the', 'house', 'bought', 'in', 'green', 'and', 'love', 'how', 'well', 'they', 'go', 'with', 'sweaters', 'shirts', 'etc', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['12782,834,25', 'simple', 'classic', 'top', 'for', 'the', 'sale', 'price', 'this', 'is', 'an', 'amazing', 'deal', 'i', 'tried', 'the', 'white', 'version', 'of', 'this', 'shirt', 'on', 'in', 'a', 'size', '10', 'because', 'being', 'on', 'sale', 'that', 'was', 'all', 'they', 'had', 'available', 'in', 'the', 'store', 'it', 'was', 'unfortunately', 'too', 'large', 'with', 'the', 'v', 'of', 'the', 'shirt', 'plunging', 'rather', 'low', 'and', 'the', 'sleeves', 'hanging', 'off', 'my', 'shoulders', 'and', 'i', 'did', "n't", 'buy', 'it', 'when', 'i', 'came', 'back', 'a', 'few', 'days', 'later', 'i', 'found', 'this', 'in', 'a', 'size', '6', 'in', 'black', 'i', 'honestly', 'do', "n't", 'know', 'my', 'shirt', 'size', 'in', 'numbers', 'but', 'i', "'d", 'consider', 'this', 'one', 'a', 'small', 'to', 'medium', 'so', 'i', "'d", 'say', 'it', "'s", 'fairly', 'true', ',5,1,0', 'general', 'tops', 'blouses'] ['12783,860,65', 'the', 'perfect', 'tee', 'elegant', 'i', 'slightly', 'balked', 'at', 'the', 'cost', 'but', 'i', 'am', 'completely', 'satisfied', 'and', 'glowing', 'about', 'the', 'product', 'and', 'it', 'is', 'made', 'in', 'the', 'usa', 'in', 'these', 'times', 'that', 'means', 'a', 'lot', '100', 'supima', 'cotton', 'and', 'the', 'perfect', 'design', 'with', 'reasonable', 'deep', 'v-neck', 'front', 'and', 'back', 'and', 'the', 'slightly', 'lengthened', 'sides', 'very', 'ultimate', 'design', 'for', 'a', 'tee', 'i', 'bought', 'the', 'dark', 'grey', 'the', 'tag', 'says', 'wash', 'before', 'wearing', 'which', 'is', 'one', 'extra', 'step', 'still', 'i', 'find', 'this', 'supima', 'cotton', 'tee', 'pretty', 'much', 'divine', 'i', 'bought', 'the', 'dark', 'grey', 'in', 'medium', 'my', 'usual', 'size', ',5,1,13', 'general', 'petite', 'tops', 'knits'] ['12784,820,36', 'delicate', 'and', 'beautiful', 'i', 'received', 'this', 'blouse', 'for', 'christmas', 'and', 'it', 'is', 'just', 'gorgeous', 'it', 'fit', 'true', 'to', 'size', 'and', 'goes', 'with', 'my', 'whole', 'romantic', 'feminine', 'style', 'that', 'i', 'have', 'without', 'being', 'overly', 'girly', 'not', 'too', 'sheer', 'so', 'no', 'need', 'for', 'a', 'tank', 'underneath', 'and', 'being', 'that', 'it', 'is', 'neutral', 'it', 'will', 'go', 'with', 'just', 'about', 'everything', 'i', 'own', 'love', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['12785,1008,63', 'cute', 'pencil', 'i', 'wanted', 'to', 'love', 'this', 'skirt', 'but', 'i', 'got', 'it', 'today', 'and', 'i', 'just', 'was', 'a', 'little', 'disappointed', 'i', 'read', 'all', 'the', 'reviews', 'but', 'i', 'found', 'it', 'ran', 'small', 'and', 'really', 'fitted', 'not', 'straight', 'pencil', 'like', 'on', 'the', 'model', 'it', 'is', 'a', 'knit', 'and', 'it', 'looked', 'like', 'cotton', 'has', 'a', 'lot', 'of', 'give', 'but', 'it', 'hangs', 'a', 'little', 'weird', 'the', 'panel', 'in', 'the', 'front', 'does', "n't", 'lie', 'flat', 'and', 'looks', 'a', 'little', 'funky', 'the', 'colors', 'in', 'the', 'skirt', 'look', 'exactly', 'like', 'the', 'picture', 'on', 'line', 'so', 'that', 'was', 'good', 'i', 'liked', 'it', 'but', 'did', "n't", 'love', 'it', 'and', 'for', '98.00', 'i', 'want', 'to', 'love', 'it', 'i', 'am', 'be,4,1,5', 'general', 'bottoms', 'skirts'] ['12786,1081,27', 'i', 'saw', 'this', 'dress', 'online', 'and', 'thought', 'it', 'looked', 'just', 'ok.', 'i', 'happened', 'to', 'see', 'the', 'dress', 'in', 'my', 'retailer', 'store', 'today', 'and', 'thought', 'i', 'would', 'try', 'it', 'i', "'m", 'so', 'glad', 'i', 'did', 'this', 'dress', 'looks', 'so', 'much', 'better', 'on', 'i', "'m", 'usually', 'a', '10-12', 'in', 'dresses', 'at', 'retailer', 'i', 'tried', 'this', 'in', 'a', 'large', 'it', 'fit', 'perfect', 'it', "'s", 'does', "n't", 'cling', 'to', 'you', 'but', 'it', 'does', "n't", 'hang', 'like', 'a', 'sack', 'either', 'i', 'think', 'it', 'made', 'me', 'look', 'taller', 'and', 'thin', 'woohoo', 'i', 'would', 'say', 'it', "'s", 'a', 'little', 'on', 'the', 'thinner', 'side', 'it', "'s", 'not', 'a', 'heavy', 'knit', 'it', "'s", 'two', 'layers', 'of', 'thinner', 'knit', 'as', 'yo', ',5,1,56', 'general', 'petite', 'dresses', 'dresses'] ['12787,1081,25', 'versatile', 'dress', 'wearing', 'this', 'dress', 'for', 'the', 'first', 'time', 'now', 'and', 'i', 'love', 'it', 'soft', 'material', 'comfortable', 'and', 'easy', 'to', 'dress', 'up', 'or', 'dress', 'down', 'making', 'it', 'good', 'for', 'all', 'kinds', 'of', 'different', 'occasions'] [] ['i', 'was', 'a', 'bit', 'nervous', 'about', 'the', 'initial', 'purchase', 'due', 'to', 'other', 'reviews', 'saying', 'this', 'dress', 'is', "n't", 'great', 'for', 'pear', 'shapes', 'but', 'i', 'whole-heartedly', 'disagree', 'i', 'think', 'it', 'actually', 'just', 'needs', 'a', 'belt', 'for', 'those', 'of', 'us', 'with', 'particularly', 'curvy', 'figures', 'i', "'m", 'wearing', 'a', 'belt', 'around', 'my', 'natural', 'waist', 'and', 'have', 'bloused', 'out', 'the', 'top', 'and', 'it', 'looks', 'g', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12788,1008,47', 'not', 'as', 'flattering', 'as', 'i', "'d", 'hoped', 'i', 'do', "n't", 'love', 'this', 'skirt', 'as', 'much', 'as', 'the', 'other', 'reviewers', 'do', 'it', 'fits', 'a', 'little', 'bit', 'weird', 'on', 'me', 'and', 'i', 'wanted', 'the', 'tie', 'to', 'be', 'adjustable', 'so', 'i', 'could', 'bring', 'in', 'the', 'extra', 'fabric', 'a', 'bit', 'the', 'knot', 'is', 'not', 'adjustable', 'the', 'skirt', 'is', 'borderline', 'tight', 'around', 'my', 'rear', 'and', 'legs', 'so', 'i', 'ca', "n't", 'size', 'down', 'the', 'knit', 'is', 'substantial', 'so', 'that', "'s", 'something', 'but', 'i', 'found', 'the', 'extra', 'fabric', 'around', 'my', 'middle', 'just', 'was', "n't", 'flattering', 'on', 'me', 'i', 'had', 'recently', 'bought', 'and', 'loved', 'lilke', "'s", 'tideline', 'pencil', 'skirt', 'which', 'also', 'has', 'a', 'fabric', 'tie', 'wrap', ',3,1,0', 'general', 'bottoms', 'skirts'] ['12789,1008,26', 'love', 'it', 'such', 'a', 'cute', 'skirt', 'the', 'fabric', 'is', 'comfortable', 'and', 'light', 'and', 'the', 'the', 'tie', 'in', 'the', 'front', 'helps', 'conceal', 'some', 'of', 'those', 'tummy', 'issues', 'a', 'lot', 'of', 'people', 'want', 'to', 'hide', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12790,1104,28', ',i', 'received', 'this', 'dress', 'today', 'for', 'a', 'june', 'wedding', 'i', 'was', 'so', 'excited', 'about', 'it', 'and', 'the', 'quality', 'is', 'beautiful', 'but', 'unfortunately', 'i', 'am', 'going', 'to', 'have', 'to', 'return', 'it', 'it', 'runs', 'very', 'big', 'i', 'normally', 'like', 'to', 'wear', 'items', 'a', 'bit', 'bigger/baggier', 'but', 'with', 'this', 'dress', 'it', 'needs', 'to', 'be', 'tight', 'on', 'the', 'sides', 'bummer', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12791,703,44', 'love', 'this', 'romper', 'i', 'had', 'bee', 'struggling', 'to', 'find', 'a', 'romper', 'with', 'longer', 'length', 'shorts', 'it', 'seems', 'like', 'so', 'many', 'of', 'the', 'rompers', 'have', 'short', 'shorts', 'for', 'the', 'bottom', 'half', 'and', 'i', 'wanted', 'something', 'to', 'hit', 'upper', 'mid', 'leg', 'something', 'like', 'a', '4', 'inseam', 'on', 'a', 'short', 'on', 'a', 'whim', 'i', 'ordered', 'this', 'and', 'hoped', 'it', 'would', 'be', 'long', 'enough', 'and', 'sure', 'enough', 'it', 'is', 'perfect', 'still', 'stylish', 'and', 'still', 'short', 'for', 'summer', 'without', 'it', 'being', 'so', 'short', 'on', 'the', 'bottom', 'well', 'made', 'nice', 'closure', 'at', 'bust', 'so', 'there', 'is', 'no', 'gaping', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['12792,828,37', 'perfect', 'white', 'blouse', 'i', 'bought', 'my', 'typical', 'size', 'xs', 'and', 'it', 'fits', 'perfectly', 'it', "'s", 'loose', 'but', 'not', 'overly', 'baggy', 'which', 'is', 'what', 'i', 'was', 'looking', 'for', 'the', 'material', 'seems', 'very', 'durable', 'my', 'concern', 'with', 'all', 'white', 'tops', 'is', 'being', 'too', 'thin', 'and', 'see', 'through', 'and', 'that', 'was', 'not', 'the', 'case', 'with', 'this', 'shirt', 'the', 'front', 'comes', 'right', 'above', 'my', 'crotch', 'and', 'the', 'back', 'covers', 'my', 'cushion', 'i', "'ve", 'only', 'worn', 'it', 'once', 'and', 'that', 'was', 'with', 'some', 'bootcut', 'jeans', 'booties', 'simple', 'earrings', 'and', 'a', 'statement', 'necklace', 'i', 'highly', 'recommend', 'it', ',5,1,3', 'general', 'tops', 'blouses'] ['12793,1028,39', 'love', 'a', 'little', 'long', 'still', 'but', 'loved', 'the', 'fit'] ['flattering', 'on', 'me', 'i', 'have', 'thighs', 'and', 'these', 'balanced', 'out', 'the', 'thigh', 'effect', 'color', 'wash', 'was', 'also', 'very', 'nice', 'in', 'my', 'opinion', 'can', 'be', 'wrn', 'with', 'any', 'top', 'really', 'i', 'had', 'to', 'make', 'myself', 'return', 'them', 'jsut', 'coz', 'of', 'price', 'but', 'on', 'my', 'wish', 'list', 'for', 'sure', ',5,1,1', 'general', 'bottoms', 'jeans'] ['12794,1081,39', 'nicer', 'than', 'i', 'expected', 'i', 'would', 'not', 'have', 'tried', 'this', 'on', 'or', 'ordered', 'it', 'by', 'myself', 'but', 'my', 'stylist', 'brought', 'it', 'over', 'for', 'me', 'to', 'try', 'as', 'it', 'was', 'on', 'promotion', 'well', 'ok', 'i', 'get', 'it', 'i', 'actually', 'liked', 'it', 'on', 'but', 'the', 'regular', 'size', 'was', 'too', 'big', 'in', 'the', 'arm', 'hole', 'thinking', 'of', 'it', 'i', 'should', 'have', 'ordered', 'the', 'xxs', 'maybe', 'i', 'will'] [] ['flattering', 'style', 'comfrotable', 'fabric', 'really', 'nice', 'overall', ',5,1,0', 'general', 'dresses', 'dresses'] ['12795,1081,43', 'great', 'design', 'poor', 'execution', 'i', 'was', 'really', 'excited', 'about', 'this', 'dress', 'i', 'had', 'only', 'seen', 'it', 'online', 'and', 'it', 'looked', 'like', 'the', 'perfect', 'transitional', 'piece', 'casual', 'or', 'dress', 'up', 'when', 'it', 'arrived', 'in', 'the', 'mail', 'the', 'feel', 'of', 'the', 'fabric', 'was', 'great', 'and', 'i', 'slipped', 'it', 'on', 'and', 'it', 'was', 'so', 'comfy', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'nightdress', 'unfortunately', 'it', 'hung', 'like', 'that', 'too', 'the', 'material', 'sags', 'in', 'places', 'it', 'should', "n't", 'i', 'have', 'a', '5', '8', '125', 'lb', 'frame', 'and', 'i', 'ordered', 'an', 'extra', 'small', 'and', 'both', 'my', 'husband', 'and', 'sister', 'said', 'it', 'was', 'unflattering', 'and', 'urged', 'me', 'to', 'send', 'it', 'back', ',2,0,0', 'general', 'dresses', 'dresses'] ['12796,828,51', 'a', 'nice', 'twist', 'on', 'a', 'classic', 'i', 'love', 'the', 'cut', 'of', 'this', 'shirt', 'interesting', 'back', 'and', 'it', 'hangs', 'nicely', 'surprisingly', 'flattering', 'i', "'m", 'usually', 'a', 'small', 'and', 'needed', 'the', 'xs', 'in', 'this', 'shirt', 'fyi', 'very', 'soft', 'and', 'overall', 'just', 'very', 'pleased', 'with', 'this', 'purchase', 'i', 'bought', 'it', 'in', 'the', 'denim', 'as', 'well', ',5,1,0', 'general', 'tops', 'blouses'] ['12797,1081,76', 'this', 'is', 'an', 'all-purpose', 'outfit', 'well-made', 'good', 'material', 'it', 'can', 'be', 'worn', 'many', 'ways', ',4,1,0', 'general', 'dresses', 'dresses'] ['12798,819,35', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12799,822,39', 'beautiful', 'unique', 'top', 'i', 'loved', 'this', 'top', 'when', 'i', 'laid', 'eyes', 'on', 'it', 'online', 'and', 'in', 'person', 'it', 'did', 'not', 'disappoint', 'it', 'is', 'a', 'beautiful', 'and', 'unique', 'top', 'the', 'color', 'is', 'striking', 'and', 'the', 'style', 'is', 'adorable', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'with', 'some', 'flare', 'jeans', 'and', 'espadrilles', ',5,1,1', 'general', 'tops', 'blouses'] ['12800,1028,54', 'lovely', 'option', 'if', 'you', 'are', 'petite', 'this', 'wash', 'is', 'so', 'beautiful', 'but', 'i', 'found', 'the', 'rise', 'too', 'long', 'for', 'me', 'so', 'happy', 'i', 'found', 'them', 'in', '24p', 'here', 'on', 'the', 'site', 'they', 'are', 'wonderful', 'but', 'i', "'d", 'like', 'to', 'caution', 'with', 'respect', 'to', 'proportions'] [] ['i', 'have', 'long', 'legs', 'for', 'a', 'petite', 'ha', 'and', 'a', 'petite', 'upper', 'body', 'these', 'jeans', 'almost', 'entirely', 'differ', 'with', 'respect', 'to', 'length', 'so', 'id', 'say', 'if', 'the', 'your', 'torso', 'is', 'fairly', 'true', 'to', 'a', 'regular', 'fit', 'and', 'your', 'legs', 'are', 'shorter', 'you', 'totally', 'save', 'on', 'hemming', 'the', 'regular', 'fit', 'jeans', 'like', 'another', 'reviewe', 'noted', 'hemming', 'will', 'reduce', 'the', 'fl', ',4,1,0', 'general', 'bottoms', 'jeans'] ['12801,1081,48', 'love', 'this', 'dress', 'i', 'ordered', 'this', 'dress', 'in', 'oatmeal', 'the', 'minute', 'i', 'saw', 'it', 'online', 'i', "'m", '5', '5', 'and', '115', 'lbs', 'and', 'my', 'usual', 'xs', 'fits', 'perfectly', 'i', 'would', 'say', 'this', 'dress', 'will', 'be', 'the', 'most', 'flattering', 'on', 'a', 'long', 'lean', 'body', 'type', 'it', 'will', 'show', 'bumps', 'and', 'bulges.', 'i', 'will', 'wear', 'it', 'asap', 'with', 'booties', 'and', 'a', 'jacket', 'and', 'it', 'also', 'looks', 'great', 'with', 'flip', 'flops', 'or', 'sandals', 'for', 'the', 'summer', 'very', 'happy', ',5,1,3', 'general', 'dresses', 'dresses'] ['12802,555,29', 'was', 'very', 'excited', 'about', 'this', 'dress', 'this', 'dress', 'is', 'just', 'my', 'style', 'i', 'have', 'been', 'waiting', 'for', 'it', 'to', 'go', 'on', 'sale', 'since', 'it', 'hit', 'new', 'arrivals', 'when', 'the', 'sale', 'hit', 'the', 'extra', '30', 'off', 'i', 'pulled', 'the', 'trigger', 'unfortunately', 'for', 'me', 'it', 'was', 'a', 'little', 'snug', 'in', 'the', 'bust', 'and', 'as', 'a', 'tall', 'lady', 'the', 'waist', 'hit', 'me', 'at', 'slightly', 'the', 'wrong', 'spot', 'i', 'am', '5', '9', 'and', 'am', 'a', '36d', 'so', 'if', 'you', 'are', 'tall', 'and', 'busty', 'this', 'will', 'not', 'be', 'the', 'dress', 'for', 'you', 'just', 'from', 'the', 'way', 'it', 'is', 'cut', 'and', 'manufactured', 'the', 'skirt', 'section', 'of', 'the', 'dress', 'has', 'a', 'hook', 'underneath', 'the', 'vest', 'section', 'that', 'it', 'is', 'pretty', ',4,1,2', 'general', 'trend', 'trend'] ['12803,625,34', 'wanted', 'to', 'love', 'it', 'i', 'thought', 'this', 'suit', 'would', 'be', 'the', 'perfect', 'solution', 'of', 'stylish', 'but', 'forgiving', 'of', 'my', 'new', 'mom', 'bod', 'this', 'one', 'did', "n't", 'work', 'for', 'me', 'i', 'ordered', 'the', 'medium', 'the', 'top', 'is', 'very', 'small', 'i', 'would', 'recommend', 'only', 'for', 'b', 'cup', 'or', 'smaller', 'the', 'full', 'coverage', 'bottoms', 'did', 'nothing', 'for', 'my', 'shape', 'it', 'seemed', 'to', 'make', 'me', 'seem', 'rounder', 'and', 'shorter', 'sending', 'this', 'one', 'back', 'i', 'did', 'find', 'success', 'same', 'size', 'in', 'a', 'faux', 'wrap', 'style', 'retailer', 'suit.,2,0,0', 'initmates', 'intimate', 'swim'] ['12804,1081,42', 'unique', 'dress', 'i', 'like', 'how', 'this', 'dress', 'is', 'really', 'different', 'and', 'fun', 'with', 'the', 'slit', 'up', 'the', 'front', 'and', 'the', 'short', 'layer', 'revealed', 'underneath', 'it', 'can', 'be', 'worn', 'in', 'many', 'seasons', 'i', 'wore', 'it', 'yesterday', 'with', 'sandals', 'but', 'i', 'could', 'also', 'see', 'wearing', 'it', 'with', 'booties', 'and', 'a', 'cardigan', 'cute', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['12805,1008,33', 'very', 'pretty', 'this', 'is', 'a', 'great', 'skirt', 'i', 'am', 'always', 'on', 'the', 'lookout', 'for', 'machine', 'washable', 'clothes', 'that', 'are', 'fun', 'and', 'work', 'appropriate', 'this', 'skirt', 'is', 'really', 'flattering', 'on', 'my', 'body', 'the', 'only', 'thing', 'that', "'s", 'a', 'little', 'off', 'is', 'the', 'tie', 'at', 'the', 'front', 'but', 'it', "'s", 'still', 'really', 'stunning', 'on.,5,1,0', 'general', 'bottoms', 'skirts'] ['12806,625,49', 'vintage', 'beauty', 'but', 'runs', 'short', 'this', 'suit', 'is', 'super', 'cute', 'i', 'think', 'it', 'will', 'be', 'too', 'short', 'in', 'the', 'body', 'for', 'taller', 'girls', 'i', 'am', '5', '4', '117', 'pounds', '32c', 'and', 'bought', 'the', 'medium', 'very', 'cute', 'fit', 'but', 'it', "'s", 'almost', 'slightly', 'too', 'short', 'in', 'the', 'body', 'maybe', 'if', 'you', 'are', 'smaller', 'on', 'top', 'you', 'will', 'get', 'more', 'length', 'in', 'the', 'body', 'i', 'really', 'want', 'to', 'keep', 'this', 'suit', 'i', 'might', 'consider', 'the', 'large', 'but', 'the', 'rest', 'of', 'the', 'suit', 'fits', 'perfect', ',4,1,0', 'initmates', 'intimate', 'swim'] ['12807,1008,74', 'great', 'twist', 'on', 'a', 'pencil', 'skirt', 'i', 'love', 'the', 'style', 'and', 'quality', 'of', 'this', 'skirt', 'the', 'material', 'is', 'a', 'bit', 'heavier', 'than', 'anticipated', 'so', 'it', 'works', 'well', 'in', 'cooler', 'months', 'and', 'the', 'thickness', 'makes', 'it', 'easy', 'to', 'wear', 'a', 'shirt', 'underneath', 'it', 'fits', 'true', 'to', 'size', 'my', 'usual', '6', 'is', 'form-fitting', 'without', 'being', 'overly', 'snug', 'or', 'pulled'] [] ['i', 'am', 'on', 'the', 'taller', 'side', 'and', 'the', 'skirt', 'is', 'fairly', 'long', 'it', 'comes', 'to', 'the', 'bottom', 'of', 'my', 'knee', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12808,1081,36', 'great', 'dress', 'unless', 'you', 'are', 'pear', 'shaped', 'i', 'wanted', 'to', 'love', 'this', 'but', 'if', 'you', 'carry', 'your', 'weight', 'in', 'your', 'hips', 'butt', 'or', 'thighs', 'this', 'is', 'not', 'the', 'dress', 'for', 'you', 'runs', 'tts', 'i', "'m", '5', '5', '135', 'lb', 'and', 'the', 'small', 'fit', 'but', 'made', 'my', 'lower', 'half', 'look', 'even', 'wider', 'than', 'what', 'it', 'it', 'also', 'felt', 'like', 'it', 'was', 'a', 'bit', 'too', 'long', 'in', 'length', ',3,1,17', 'general', 'dresses', 'dresses'] ['12809,1081,45', ',,5,1,0', 'general', 'dresses', 'dresses'] ['12810,828,31', ',it', 'was', 'hard', 'for', 'me', 'to', 'pay', 'full', 'price', 'for', 'basic', 'white', 'button-down', 'but', 'i', 'am', 'so', 'glad', 'i', 'did', 'the', 'high-low', 'and', 'split', 'back', 'detail', 'give', 'the', 'shirt', 'a', 'unique', 'look', 'it', 'looks', 'cute', 'with', 'jeans', 'and', 'wedges', 'as', 'a', 'dressed', 'down', 'option', 'i', 'bought', 'this', 'to', 'go', 'with', 'the', 'shoreline', 'skirt', 'and', 'it', 'looked', 'really', 'good', 'together', 'this', 'is', 'a', 'staple', 'that', 'can', 'be', 'worn', 'multiple', 'times', 'and', 'for', 'many', 'years.,5,1,0', 'general', 'tops', 'blouses'] ['12811,828,23', 'beautiful', 'shirt', 'great', 'fabric', 'seam', 'come', 'undone', 'this', 'shirt', 'flows', 'beautifully', 'and', 'the', 'fabric', 'is', 'almost', 'wrinkle', 'free', 'i', 'also', 'love', 'that', 'it', "'s", 'the', 'perfect', 'weight', 'and', 'not', 'too', 'low', 'cut', 'and', 'that', 'the', 'buttons', 'are', 'covered', 'however', 'the', 'stitching', 'started', 'to', 'come', 'undone', 'the', 'first', 'time', 'a', 'wore', 'it', 'i', 'did', "n't", 'even', 'wash', 'the', 'shirt', 'yet', 'sadly', 'i', 'do', "n't", 'think', 'i', 'can', 'recommend', 'this', 'shirt', 'though', 'maybe', 'give', 'it', 'a', 'try-', 'i', 'might', 'have', 'got', 'a', 'defective', 'one', 'oh', 'this', 'shirt', 'also', 'seems', 'to', 'run', 'a', 'bit', 'large', 'through', 'the', 'body', 'but', 'it', 'still', 'looks', 'great', 'i', 'hope', 'this', 'helps', ',3,0,3', 'general', 'tops', 'blouses'] ['12812,828,50', 'love', 'this', 'when', 'i', 'first', 'saw', 'it', 'online', 'i', 'thought', 'it', 'was', 'a', 'bit', 'pricey', 'for', 'a', 'plain', 'white', 'shirt', 'but', 'i', 'finally', 'gave', 'in', 'and', 'ordered', 'it', 'i', "'m", 'so', 'glad', 'i', 'did', 'i', "'ve", 'worn', 'it', 'twice', 'in', 'one', 'week', 'so', 'it', 'wo', "n't", 'be', 'difficult', 'to', 'get', 'my', 'money', "'s", 'worth', 'it', "'s", 'very', 'soft', 'and', 'fits', 'perfectly', 'looks', 'great', 'with', 'jeans', 'or', 'dress', 'pants', 'i', 'like', 'to', 'tuck', 'the', 'front', 'in', 'my', 'pants', 'and', 'leave', 'the', 'back', 'out', ',5,1,0', 'general', 'tops', 'blouses'] ['12813,1008,22', 'amazing', 'i', 'seriously', 'love', 'this', 'skirt', 'i', 'bought', 'it', 'for', 'my', 'college', 'graduation', 'and', 'i', 'was', 'complimented', 'by', 'everyone', 'that', 'saw', 'it', 'not', 'only', 'that', 'but', 'it', 'is', 'beyond', 'versatile', 'you', 'can', 'dress', 'it', 'up', 'make', 'it', 'casual', 'or', 'make', 'it', 'professional', 'it', 'is', 'extremely', 'ideal', 'especially', 'for', 'the', 'price', 'it', 'also', 'is', 'the', 'most', 'comfortable', 'skirt', 'i', "'ve", 'ever', 'worn', 'so', 'that', "'s", 'a', 'plus', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12814,1081,45', 'nothing', 'like', 'pictures', 'i', 'was', 'so', 'excited', 'to', 'try', 'this', 'on', 'after', 'having', 'discovered', 'it', 'on', 'the', 'retailer', 'app', 'and', 'stepping', 'into', 'the', 'store', 'and', 'seeing', 'it', 'on', 'the', 'hanger', 'it', 'looked', 'alright', 'but', 'once', 'i', 'slipped', 'it', 'on', 'it', "'s", 'like', 'everything', 'i', "'ve", 'got', 'going', 'for', 'me', 'disappeared', 'granted', 'i', "'m", 's', 'little', 'bottom', 'heavy', 'so', 'these', 'types', 'of', 'dresses', 'do', "n't", 'typically', 'flatter', 'my', 'body', 'type', 'anyways', ',3,0,23', 'general', 'dresses', 'dresses'] ['12815,555,39', 'nice', 'quality', 'this', 'dress', 'runs', 'tts', 'the', 'fabric', 'is', 'a', 'good', 'quality', 'and', 'it', 'has', 'pockets', 'i', 'am', 'about', '5', '5', 'and', 'it', 'hit', 'just', 'above', 'the', 'knee', 'i', 'really', 'wanted', 'to', 'keep', 'it', 'but', 'it', 'hit', 'me', 'at', 'an', 'odd', 'spot', 'and', 'not', 'on', 'my', 'waistline', 'this', 'made', 'the', 'dress', 'look', 'awkwardly', 'full', 'and', 'me', 'look', 'hippy', 'despite', 'the', 'fact', 'that', 'my', 'waist', 'is', '26', 'and', 'my', 'hips', 'are', '35', ',4,1,16', 'general', 'trend', 'trend'] ['12816,1081,34', ',cute', 'and', 'comfortable', 'has', 'layered', 'design', 'with', 'black', 'underneath', 'which', 'adds', 'dimension', 'and', 'warmth', 'can', 'wear', 'in', 'multiple', 'seasons', 'with', 'and', 'without', 'jacket.,5,1,0', 'general', 'dresses', 'dresses'] ['12817,300,34', 'nice', 'detailing', 'i', 'tried', 'this', 'on', 'in', 'gray', 'while', 'in', 'store', 'it', 'was', 'the', 'cuff', 'detailing', 'that', 'initially', 'attracted', 'me', 'once', 'i', 'tried', 'it', 'on', 'there', 'was', "n't", 'a', 'lot', 'i', 'loved', 'about', 'it', 'so', 'it', 'did', "n't", 'leave', 'with', 'me', 'but', 'now', 'that', 'it', "'s", 'on', 'sale', 'it', "'s", 'the', 'perfect', 'choice', 'i', "'m", 'wearing', 'a', 'medium', 'in', 'the', 'photo', 'and', 'the', 'only', 'real', 'downfall', 'is', 'how', 'long', 'the', 'arms', 'are', 'on', 'me', 'and', 'i', 'have', 'long', 'arms', 'maybe', 'sizing', 'down', 'would', 'help', 'but', 'i', 'fear', 'i', 'have', 'too', 'much', 'winter', 'weight', 'to', 'hide', 'to', 'take', 'a', 'small', 'for', 'reference', 'i', "'m", '5', '6', '145', 'lbs', 'curvy', 'hourglass', 'generous', 'hi', ',4,1,25', 'initmates', 'intimate', 'lounge'] ['12818,300,40', 'this', 'tunic', 'is', 'a', 'casual', 'comfy', 'yet', 'stylish', 'piece', 'that', 'is', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'the', 'only', 'thing', 'i', 'find', 'might', 'be', 'an', 'issue', 'is', 'the', 'thin', 'material', 'i', 'tried', 'wearing', 'a', 'tank', 'top', 'under', 'it', 'but', 'the', 'material', 'is', 'too', 'thin', 'and', 'the', 'outline', 'of', 'the', 'tank', 'was', 'too', 'noticeable', 'and', 'looked', 'odd', 'removed', 'the', 'tank', 'and', 'all', 'was', 'good', 'pairs', 'great', 'with', 'leggings', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12819,300,39', 'love', 'it', 'i', 'was', "n't", 'sure', 'how', 'this', 'would', 'look', 'on', 'but', 'it', 'is', 'very', 'flattering', 'looks', 'great', 'with', 'leggings', 'or', 'jeans', 'i', 'have', 'received', 'many', 'complements', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['12820,920,43', 'pillsville', 'comfy', 'but', 'constantly', 'picking', 'pills', 'off', 'of', 'it', 'from', 'first', 'wear', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['12821,975,66', 'warm', 'stylish', 'i', 'love', 'this', 'jacket', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'over', 'a', 'dress', 'skirt', 'or', 'jeans', 'very', 'soft', 'and', 'flattering', ',5,1,1', 'general', 'jackets', 'jackets'] ['12822,300,36', 'soft', 'stylish', 'tunic', 'this', 'tunic', 'is', 'super', 'comfy', 'and', 'will', 'look', 'great', 'with', 'leggings', 'or', 'skinny', 'jeans', 'i', 'absolutely', 'love', 'the', 'detailing', 'on', 'the', 'sleeves', 'i', 'am', 'so', 'glad', 'i', 'ordered', 'this', 'item', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12823,975,29', 'wanted', 'to', 'love', 'this', 'but', 'runs', 'incredibly', 'large', 'this', 'jacket', 'is', 'soft', 'a', 'beautiful', 'color', 'the', 'perfect', 'length', 'and', 'incredibly', 'versatile', 'a', 'fleece', 'jacket', 'that', 'doubles', 'as', 'a', 'blazer', 'but', 'i', 'was', 'swimming', 'in', 'it', 'i', 'would', "n't", 'have', 'minded', 'the', 'larger', 'size', 'but', 'the', 'sleeves', 'looked', 'ridiculous', 'i', 'wish', 'i', "'d", 'ordered', 'early', 'enough', 'to', 'try', 'a', 'petite', 'size', 'but', 'i', "'m", 'not', 'sure', 'that', 'would', "'ve", 'helped', 'sad', 'to', 'send', 'this', 'back', ',4,0,0', 'general', 'jackets', 'jackets'] ['12824,1009,39', 'bought', 'on', 'the', 'spot', 'this', 'color', 'rich', 'pattern', 'will', 'transition', 'nicely', 'into', 'the', 'fall', 'season', 'it', 'wears', 'well', 'with', 'a', 'bare', 'leg', 'and', 'will', 'look', 'great', 'with', 'opaque', 'tights', 'later', 'in', 'the', 'season', 'the', 'higher', 'waist', 'and', 'gathering', 'work', 'well', 'on', 'my', 'figure.,5,1,4', 'general', 'bottoms', 'skirts'] ['12825,975,38', 'warm', 'soft', 'but', 'looks', 'like', 'a', 'blazer', 'this', 'jacket', 'feels', 'like', 'a', 'throw', 'blanket', 'but', 'has', 'shape', 'and', 'is', 'appropriate', 'to', 'wear', 'both', 'casually', 'or', 'dressed', 'up', 'to', 'make', 'it', 'profession', 'enough', 'to', 'wear', 'to', 'the', 'office', 'the', 'jacket', 'is', 'bias', 'cut', 'and', 'longer', 'in', 'the', 'back', 'to', 'cover', 'your', 'rear', 'since', 'it', "'s", 'fleece', 'the', 'sleeves', 'roll', 'up', 'easily', 'and', 'you', 'can', 'move', 'around', 'in', 'it', 'with', 'ease', 'it', 'has', 'pockets', 'big', 'enough', 'to', 'carry', 'your', 'phone', 'i', "'m", '5', '7', '135', 'with', 'a', 'small', 'chest', 'and', 'i', 'got', 'the', 'jacket', 'in', 'my', 'normal', 'size', 'small', 'and', 'it', "'s", 'loose', 'enough', 'for', 'me', 'to', 'wear', 'layers', 'underneath', 'if', 'i', 'w', ',5,1,0', 'general', 'jackets', 'jackets'] ['12826,300,39', 'perfect', 'this', 'is', 'my', 'first', 'pure+good', 'piece', 'i', 'am', 'not', 'disappointed', 'i', 'am', '125', 'and', 'a', '34c', 'ordered', 'the', 'small', 'fits', 'like', 'a', 'dream', 'love', 'the', 'moss', 'color', 'nice', 'long', 'sleeves', 'i', 'will', 'am', 'picky', 'about', 'sleeves', 'comfortable', 'fabric', 'the', 'detail', 'at', 'the', 'cuff', 'is', 'lovely', 'i', 'can', 'see', 'this', 'versatile', 'piece', 'taking', 'me', 'through', 'the', 'entire', 'year.,5,1,2', 'initmates', 'intimate', 'lounge'] ['12827,300,37', 'comfy', 'will', 'be', 'great', 'with', 'a', 'sweater', 'or', 'vest', 'over', 'it', 'love', 'the', 'pink', 'color', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['12828,975,33', 'chic', 'and', 'comfortable', 'love', 'this', 'blazer', 'combines', 'a', 'chic', 'pulled', 'together', 'look', 'with', 'super', 'soft', 'comfortable', 'material', 'will', 'be', 'great', 'for', 'the', 'office', 'and', 'the', 'weekend', 'runs', 'a', 'little', 'big', 'am', 'typically', 'a', 'large', 'or', 'xl', 'so', 'i', 'ordered', 'the', 'xl', 'and', 'had', 'to', 'exchange', 'for', 'a', 'large', 'might', 'have', 'actually', 'been', 'able', 'to', 'size', 'down', 'to', 'a', 'medium', 'but', 'did', "n't", 'want', 'to', 'deal', 'with', 'the', 'back', 'and', 'forth', 'again', ',5,1,0', 'general', 'jackets', 'jackets'] ['12829,1100,39', 'ok', 'i', 'like', 'the', 'dress', 'on', 'line', 'color', 'flowers', 'cut', 'etc', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'just', 'meh', 'the', 'color', 'did', 'wash', 'me', 'out', 'a', 'bit', 'the', 'flowers', 'are', 'still', 'beautiful', 'but', 'the', 'cut', 'was', "n't", 'as', 'flattering', 'on', 'my', 'body', 'as', 'it', 'was', 'on', 'the', 'model', '0p', 'fit', 'ok', 'but', 'i', 'did', "n't", 'keep', 'it', 'you', 'ahve', 'to', 'tie', 'your', 'own', 'shoulder', 'straps', 'so', 'adjustable', 'i', 'guess', 'that', 'is', 'a', 'plus'] [] ['115', 'lbs', '30', 'dd', '26.5', 'in', 'waist', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12830,300,39', 'comfy', 'the', 'lengths', 'is', 'what', 'drew', 'me', 'to', 'this', 'top', 'i', 'love', 'the', 'simple', 'look', 'of', 'the', 'cowl', 'neck', 'nice', 'detail', 'to', 'the', 'sleeve', 'that', 'creates', 'a', 'more', 'than', 'casual', 'look.,4,1,2', 'initmates', 'intimate', 'lounge'] ['12831,1009,35', ',great', 'colors', 'and', 'not', 'too', 'voluminous', 'lined', 'whig', 'will', 'be', 'great', 'for', 'fall', 'but', 'the', 'downsides', 'are', 'the', 'huge', 'elastic', 'waist', 'bc', 'it', "'ll", 'require', 'a', 'belt', 'or', 'something', 'over', 'it', 'looks', 'v', 'casual', 'alone', 'and', 'even', 'with', 'a', 'perfect', 'fit', 'it', 'gives', 'a', 'bit', 'of', 'muffin', 'just', 'bc', 'it', "'s", 'a', 'huge', 'piece', 'of', 'elastic', 'i', "'ve", 'literally', 'tried', 'this', 'on', 'on', 'two', 'occasions', 'trying', 'to', 'convince', 'myself', 'it', 'it', 'lol', 'but', 'it', "'s", 'not', 'worth', 'it', 'at', 'the', 'current', 'price.,3,0,1', 'general', 'bottoms', 'skirts'] ['12832,1009,28', ',,4,1,0', 'general', 'bottoms', 'skirts'] ['12833,1059,65', 'run', 'big', 'beware', 'ladies', 'these', 'are', 'the', 'first', 'pair', 'of', 'cartonnier', 'pants', 'i', "'ve", 'tried', 'that', 'actually', 'run', 'large', 'i', 'have', 'several', 'other', 'pair', 'of', 'cartonnier', 'crops', 'that', 'are', 'sized', 'way', 'up', 'to', 'a', '10', 'my', 'normal', 'size', 'is', '6', 'or', '8', 'to', 'my', 'surprise', 'my', 'normal', 'size', '6', 'in', 'these', 'for', 'perfectly', 'the', 'fabric', 'is', 'way', 'different', 'than', 'the', 'printed', 'crops', 'i', 'got', 'the', 'bright', 'red', 'and', 'fabric', 'is', 'stretchy', 'great', 'fit', 'and', 'great', 'weight', 'for', 'summer', ',4,1,1', 'general', 'bottoms', 'pants'] ['12834,1009,38', 'versatile', 'and', 'flattering', 'perfect', 'for', 'lunch', 'with', 'the', 'girls', 'pta', 'or', 'saturdays', 'with', 'the', 'family', 'this', 'skirt', 'is', 'a', 'perfect', 'addition', 'to', 'your', 'fall', 'wardrobe', ',5,1,1', 'general', 'bottoms', 'skirts'] ['12835,300,37', 'love', 'the', 'sleeves', 'i', 'am', 'usually', 'a', 'medium', 'but', 'sized', 'down', 'to', 'a', 'small', 'for', 'a', 'more', 'fitted', 'look', 'the', 'light', 'pink', 'is', 'slightly', 'sheer', 'but', 'will', 'look', 'great', 'over', 'leggings', 'and', 'jeans', 'i', 'love', 'the', 'detail', 'on', 'the', 'sleeve', ',5,1,7', 'initmates', 'intimate', 'lounge'] ['12836,300,46', 'flattering', 'and', 'elegant', 'like', 'many', 'clothes', 'this', 'looks', 'much', 'better', 'on', 'you', 'than', 'on', 'the', 'model', 'with', 'a', 'little', 'bit', 'of', 'curve', 'it', 'is', 'not', 'shapeless', 'but', 'very', 'flattering', 'i', 'wore', 'it', 'out', 'with', 'friends', 'for', 'drinks', 'and', 'they', 'all', 'exclaimed', 'at', 'how', 'elegant', 'it', 'was', 'the', 'wrist', 'keyhole', 'is', 'a', 'nice', 'touch', 'and', 'quality', 'is', 'very', 'good', 'for', 'reference', 'i', "'m", '5', '6', '125', 'lbs', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['12837,975,37', 'love', 'thanks', 'for', 'the', 'tip', 'to', 'size', 'down', 'i', 'am', 'typically', 'a', 'm', 'or', 'a', 'l', '36d', 'and', 'i', 'sized', 'down', 'to', 'a', 's.', 'it', 'is', 'perfectly', 'structured', 'and', 'warm', 'and', 'soft', 'and', 'beautiful', 'got', 'it', 'on', 'the', '40', 'percent', 'of', 'sale', 'items', 'so', 'the', 'price', 'was', 'right', 'absolutely', 'a', 'classic', 'i', 'got', 'the', 'plum', 'color', 'thanks', 'retailer', 'for', 'another', 'wardrobe', 'staple.,5,1,0', 'general', 'jackets', 'jackets'] ['12838,837,35', 'nice', 'but', 'i', 'was', 'so', 'excited', 'to', 'receive', 'this', 'shirt', 'it', 'is', 'a', 'beautiful', 'color', 'and', 'material', 'and', 'very', 'well', 'made', 'i', 'loved', 'the', 'lace', 'detail', 'and', 'wanted', 'to', 'love', 'the', 'shirt', 'however', 'i', 'put', 'it', 'on', 'and', 'the', 'seem', 'hit', 'right', 'at', 'the', 'top', 'of', 'my', 'bust', 'it', 'broadened', 'my', 'shoulders', 'and', 'the', 'fabric', 'started', 'right', 'at', 'my', 'bust', 'so', 'it', 'flowed', 'down', 'from', 'there', 'making', 'me', 'look', 'boxy', 'and', 'wide', 'i', 'am', 'a', '32dd', '5', '3', 'and', '115', 'pounds', 'for', 'reference', 'if', 'you', 'are', 'more', 'narrow', 'and', 'do', "n't", 'have', 'a', 'chest', 'this', 'would', 'be', 'absolutely', 'adorable', 'but', 'sadly', 'for', 'me', 'it', 'had', 'to', 'go', ',3,1,1', 'general', 'tops', 'blouses'] ['12839,1059,53', 'very', 'cute', 'love', 'these', 'charlies', 'the', 'side', 'zip', 'is', 'a', 'nice', 'change', 'of', 'pace', 'and', 'the', 'dark', 'grey', 'goes', 'with', 'practically', 'everything', 'i', 'own', 'fabric', 'is', 'a', 'perfect', 'weight', 'for', 'spring', 'and', 'summer', 'too', 'i', 'ordered', 'one', 'size', 'up', 'mainly', 'because', 'i', 'put', 'on', 'a', 'couple', 'pounds', 'this', 'past', 'winter', 'like', 'usual', 'and', 'the', 'description', 'said', 'slim', 'fit', 'i', 'went', 'from', 'a', '6', 'to', 'an', '8', 'and', 'the', '8', "'s", 'were', "n't", 'big', 'at', 'all', 'so', 'they', 'might', 'run', 'a', 'tad', 'on', 'the', 'small', 'side', 'side', 'zipper', 'is', 'a', 'little', 'harder', 'to', 'zip', 'near', 'the', 'waistband', 'but', 'i', 'do', "n't", 'think', 'that', 'can', 'be', 'prevented', ',5,1,13', 'general', 'bottoms', 'pants'] ['12840,975,58', 'cute', 'and', 'cozy', 'but', 'poor', 'quality', 'fabric', 'this', 'jacket', 'is', 'cozy', 'warm', 'and', 'very', 'cute', 'but', 'after', 'the', '1st', 'washing', 'according', 'to', 'the', 'manufacturer', "'s", 'instructions', 'it', 'began', 'to', 'pill', 'and', 'has', 'worsened', 'each', 'time', ',3,0,3', 'general', 'jackets', 'jackets'] ['12841,975,46', ',beautiful', 'fall/winter', 'piece', 'so', 'soft', 'and', 'comfy', 'was', 'unsure', 'about', 'it', 'when', 'i', 'saw', 'it', 'online', 'but', 'once', 'i', 'saw', 'it', 'in', 'store', 'and', 'got', 'to', 'try', 'it', 'on', 'and', 'feel', 'it', 'i', 'could', 'not', 'put', 'it', 'down', 'i', 'felt', 'you', 'could', 'definitely', 'size', 'down', ',5,1,10', 'general', 'jackets', 'jackets'] ['12842,1059,36', 'beware', 'the', 'butt', 'sag.', 'these', 'pants', 'are', 'the', 'perfect', 'color', 'and', 'i', 'love', 'the', 'detail', 'of', 'the', 'zippered', 'pockets', 'i', 'was', 'so', 'excited', 'when', 'they', 'came', 'in', 'the', 'mail', 'and', 'fit', 'pretty', 'well', 'they', 'were', 'slightly', 'loose', 'but', 'i', 'thought', 'they', 'would', 'hold', 'their', 'shape', 'and', 'the', 'size', 'smaller', 'would', 'be', 'too', 'small', 'after', 'an', 'hour', 'of', 'wear', 'i', 'was', 'swimming', 'in', 'these', 'i', 'can', 'almost', 'pull', 'them', 'down', 'without', 'unzipping', 'them', 'and', 'the', 'seat', 'of', 'the', 'pants', 'looks', 'particularly', 'um', 'saggy', 'i', 'am', 'in-between', 'a', '4', 'and', '6', 'and', 'since', 'the', 'pants', 'are', 'detailed', 'as', 'slim', 'fit', 'i', 'thought', 'it', ',2,0,5', 'general', 'bottoms', 'pants'] ['12843,975,24', 'lovely', 'this', 'coat', 'is', 'so', 'beautiful', 'like', 'others', 'i', 'would', "n't", 'have', 'even', 'considered', 'it', 'online', 'but', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'is', 'the', 'softest', 'material', 'ever', 'and', 'is', 'so', 'flattering', 'on.,5,1,1', 'general', 'jackets', 'jackets'] ['12844,975,47', 'cute', 'jacket', 'but', 'low', 'quality', 'the', 'jacket', 'runs', 'large', 'so', 'size', 'down', 'it', "'s", 'a', 'good', 'jacket', 'to', 'throw', 'on', 'the', 'go', 'but', 'i', 'do', "n't", 'see', 'this', 'lasting', 'long', 'bc', 'after', 'he', 'first', 'wash', 'it', 'started', 'piling', 'the', 'quality', 'of', 'the', 'material', 'is', "n't", 'great', ',4,1,2', 'general', 'jackets', 'jackets'] ['12845,300,34', 'purchased', 'thought', 'about', 'it', 'and', 'returned', 'i', 'purchased', 'this', 'and', 'it', 'ended', 'up', 'sitting', 'in', 'my', 'closet', 'for', 'a', 'couple', 'of', 'weeks', 'i', 'bought', 'it', 'in', 'the', 'green', 'and', 'i', 'felt', 'it', 'did', 'nothing', 'to', 'enhance', 'my', 'figure', 'it', "'s", 'kind', 'of', 'a', 'boring', 'design', 'i', 'like', 'the', 'cowl', 'neck', 'rare', 'on', 'a', 'tunic', 'and', 'the', 'sleeve', 'details', 'the', 'colors', 'do', "n't", 'seem', 'to', 'go', 'well', 'with', 'standard', 'black', 'leggings', 'overall', 'unimpressed', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['12846,975,40', 'arrived', 'damaged', 'the', 'button', 'fell', 'off', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'bag', 'and', 'i', 'noticed', 'that', 'all', 'of', 'the', 'thread', 'had', 'unraveled', 'will', 'be', 'returning', ',2,0,0', 'general', 'jackets', 'jackets'] ['12847,975,33', 'nice', 'cut', 'but', 'cheap', 'materials', 'i', 'agree', 'with', 'a', 'previous', 'reviewer', 'who', 'said', 'that', 'it', 'was', 'very', 'nicely', 'cut', 'but', 'unfortunately', 'the', 'materials', 'are', 'so', 'cheap', 'the', 'fleece', 'material', 'that', 'it', 'is', 'made', 'out', 'of', 'feels', 'like', 'the', 'cheap', 'polyester', 'fleece', 'blankets', 'that', 'you', 'get', 'at', 'the', 'discount', 'stores', 'it', 'will', 'pill', 'easily', 'and', 'is', 'noticeable', 'even', 'in', 'the', 'dark', 'color', 'i', 'must', 'have', 'gotten', 'one', 'shipped', 'straight', 'from', 'the', 'store', 'and', 'it', 'was', 'already', 'starting', 'to', 'do', 'some', 'gnarly', 'pilling', 'i', 'do', 'love', 'the', 'cut', 'of', 'it', 'but', 'i', 'ca', "n't", 'justify', 'keeping', 'it', 'because', 'this', 'wo', "n't", 'last', ',3,0,1', 'general', 'jackets', 'jackets'] ['12848,975,48', 'big', 'and', 'boxt', 'i', 'ordered', 'a', 'small', 'but', 'it', 'was', 'way', 'to', 'big', 'it', 'was', 'very', 'soft', ',2,0,0', 'general', 'jackets', 'jackets'] ['12849,975,62', 'lovely', 'soft', 'light', 'jacket', 'i', "'ve", 'been', 'looking', 'for', 'sometime', 'for', 'a', 'spring/summer', 'jacket', 'to', 'wear', 'on', 'warm', 'days', 'over', 'light', 'clothing', 'i', 'wanted', 'something', 'feminine', 'and', 'just', 'structured', 'enough', 'to', 'move', 'beyond', 'casual', 'this', 'fits', 'the', 'ticket', 'it', 'is', 'a', 'very', 'pale', 'grey', 'and', 'a', 'soft', 'cozy', 'fabric', 'i', 'am', '5', '8', 'tall', 'and', '118', 'lbs', 'and', 'usually', 'wear', 'an', 'xs', 'in', 'many', 'items', 'but', 'a', 's', 'in', 'jackets', 'due', 'to', 'the', 'shoulders', 'these', 'shoulders', 'were', 'large', 'on', 'me', 'in', 'the', 's.', 'the', 'waist', 'was', 'also', 'large', 'but', 'worth', 'having', 'it', 'altered', 'if', 'you', 'find', 'this', 'on', 'sale', 'it', "'s", 'a', 'great', 'buy', ',5,1,0', 'general', 'jackets', 'jackets'] ['12850,1009,22', ',love', 'this', 'skirt', 'i', 'thought', 'it', 'would', 'be', 'much', 'shorter', 'but', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'the', 'perfect', 'length', 'and', 'super', 'cute', 'the', 'material', 'is', 'thick', 'but', 'not', 'uncomfortable', 'and', 'very', 'move', 'able', ',5,1,0', 'general', 'bottoms', 'skirts'] ['12851,300,31', 'buy', 'it', 'this', 'is', 'a', 'gorgeous', 'piece', 'of', 'clothing', 'true', 'to', 'size', 'simple', 'yet', 'flattering', 'lines', 'very', 'comfortable', 'it', 'has', 'such', 'flattering', 'little', 'touches', 'as', 'well', 'such', 'as', 'the', 'detail', 'work', 'on', 'the', 'sleeves', 'love', 'it', 'love', 'it', 'love', 'it', 'i', 'just', 'wish', 'it', 'were', 'machine', 'washable', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['12852,300,40', 'very', 'stylish', 'tunic-top', 'i', 'love', 'this', 'top', 'from', 'the', 'details', 'on', 'the', 'cuffs', 'to', 'the', 'draping', 'at', 'the', 'neck', 'to', 'the', 'light-weight', 'yet', 'very', 'high-quality', 'material', 'this', 'top', 'is', 'my', 'new', 'winter-spring', 'transition', 'piece', 'i', "'m", '5', '3', 'small', 'chest', 'and', 'a', 'slight', 'curve', 'in', 'the', 'hips', 'the', 'arms', 'of', 'this', 'top', 'fit', 'me', 'fine', 'but', 'because', 'the', 'fabric', 'does', "n't", 'stretch', 'you', 'may', 'find', 'the', 'sleeves', 'too', 'fitted', 'the', 'length', 'is', 'perfect', 'for', 'hiding', 'the', 'butt', 'without', 'looking', 'like', 'pajamas', 'about', 'mid-thigh', 'i', "'ve", 'paired', 'it', 'with', 'cuffed', 'jeans', 'and', 'sneakers', 'like', 'the', 'model', 'is', 'w', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['12853,975,41', 'fab', 'and', 'cozy', 'i', 'have', 'wanted', 'a', 'fleece', 'jacket', 'for', 'ages', 'for', 'warmth', 'and', 'practicality', 'but', 'i', "'m", 'not', 'the', 'sporty', 'type', 'this', 'is', 'the', 'perfect', 'alternative', 'i', 'got', 'it', 'in', 'wine', 'and', 'use', 'it', 'over', 'a', 'cardigan', 'and', 'dress', 'or', 'jeans', 'it', 'is', 'a', 'lovely', 'color', 'and', 'passes', 'as', 'wool', 'this', 'is', 'one', 'of', 'the', 'best', 'things', 'i', "'ve", 'ever', 'purchased', 'at', 'retailer', 'highly', 'recommended', 'btw', 'it', 'runs', 'quite', 'big', 'i', "'m", 'generally', 'a', 'medium', 'to', 'large', 'but', 'the', 'small', 'is', 'perfect', 'on', 'me', ',5,1,1', 'general', 'jackets', 'jackets'] ['12854,1059,37', 'stretches', 'creases', 'like', 'crazy', 'these', 'were', 'so', 'perfect', 'for', 'the', 'first', 'hour', 'or', 'so', 'i', 'was', 'convinced', 'they', 'were', 'my', 'new', 'favorite', 'pants', 'but', 'their', 'initial', 'forgiveness', 'turned', 'into', 'a', 'slovenly', 'stretch', 'and', 'they', 'creased', 'and', 'wrinkled', 'like', 'crazy', 'after', 'i', "'d", 'been', 'sitting', 'a', 'couple', 'hours', 'it', 'looked', 'downright', 'embarrassing', 'saggy', 'and', 'wrinkly', 'radiating', 'from', 'the', 'crotch', 'no', 'less', 'i', 'got', 'them', 'in', 'the', 'gray', 'and', 'it', "'s", 'possible', 'that', 'other', 'colors', 'use', 'different', 'less', 'awful', 'fabric', ',2,0,18', 'general', 'bottoms', 'pants'] ['12855,1059,61', 'great', 'pant', 'wow', 'great', 'find', 'and', 'a', 'true', 'fit', 'i', 'totally', 'dislike', 'pant', 'shopping', 'and', 'these', 'are', 'a', 'gem'] ['slimming', 'flattering', 'and', 'so', 'comfortable', 'the', 'style', 'is', 'great', 'great', 'basic', 'summer', 'pant', ',5,1,0', 'general', 'bottoms', 'pants'] ['12856,975,62', 'fabulous', 'so', 'soft', 'light', 'and', 'warm', 'will', 'work', 'as', 'an', 'outer', 'layer', 'or', 'fit', 'under', 'a', 'coat', 'the', 'wine', 'is', 'beautiful', 'with', 'a', 'subtle', 'two-tone', 'contrast', 'between', 'the', 'outside', 'and', 'slightly', 'brighter', 'inside', 'even', 'though', 'it', "'s", 'just', 'one', 'layer', 'relaxed', 'and', 'casual', 'yet', 'will', 'dress', 'up', 'a', 'tee', 'or', 'blouse'] [] ['i', "'m", 'usually', 'm', 'or', 'even', 'l', 'but', 'the', 'm', 'was', 'too', 'droopy', 'at', 'the', 'shoulders', 'so', 'went', 'for', 'the', 's', 'which', 'looks', 'less', 'slouchy', 'and', 'more', 'jacket-y', 'on', ',5,1,6', 'general', 'jackets', 'jackets'] ['12857,1009,62', 'another', 'winner', 'i', 'loved', 'the', 'mustard', 'colored', 'version', 'of', 'this', 'skirt', 'for', 'summer', 'and', 'was', 'thrilled', 'to', 'see', 'it', 'reissued', 'in', 'darker', 'hues', 'same', 'comfortable', 'fit', 'and', 'cool', 'textured', 'fabric', 'that', 'does', "n't", 'wrinkle', 'i', 'found', 'the', 'regular', 'sizing', 'to', 'still', 'be', 'above', 'the', 'knee', 'and', 'the', 'wide', 'elastic', 'waistband', 'great', 'for', 'either', 'a', 'cropped', 'top', 'or', 'a', 'belt', 'will', 'wear', 'often.,5,1,3', 'general', 'bottoms', 'skirts'] ['12858,975,73', 'cozy', 'beautiful', 'wine', 'color', 'really', 'soft', 'and', 'perfect', 'for', 'work', 'or', 'leisure', 'fits', 'a', 'little', 'large', 'but', 'ok.', 'i', 'usually', 'take', 'a', 'small', 'or', 'medium', 'size', '8', 'or', '10', 'and', 'the', 'small', 'in', 'this', 'jacket', 'fits', 'nicely', 'but', 'a', 'little', 'big', 'very', 'comfortable', 'will', 'be', 'great', 'for', 'travel.,4,1,2', 'general', 'jackets', 'jackets'] ['12859,1009,27', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['12860,1009,40', 'comfortable', 'and', 'great', 'for', 'work', 'i', 'love', 'this', 'skirt', 'and', 'was', 'so', 'happy', 'to', 'see', 'it', 'in', 'stores', 'again', 'in', 'a', 'great', 'color', 'for', 'the', 'fall', 'the', 'fit', 'is', 'great', 'for', 'me', 'because', 'i', 'do', 'not', 'have', 'a', 'flat', 'stomach', 'and', 'the', 'elastic', 'makes', 'it', 'comfortable', 'to', 'wear', 'the', 'material', 'is', 'a', 'good', 'quality', 'this', 'skirt', 'adds', 'the', 'perfect', 'pop', 'of', 'color', 'to', 'my', 'closet.,5,1,0', 'general', 'bottoms', 'skirts'] ['12861,300,56', 'comfy', 'stylish', 'long', 'thin', 'tunic', 'perfect', 'over', 'leggings', 'great', 'for', 'casual', 'day', 'but', 'look', 'pulled', 'together', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['12862,300,52', 'comfy', 'long', 'jersey', 'tunic', 'i', 'love', 'most', 'pure', 'and', 'good', 'clothing', 'pieces', 'mostly', 'because', 'the', 'fit', 'and', 'fabric', 'are', 'comfy', 'and', 'made', 'of', 'good', 'quality', 'materials', 'this', 'tunic', 'does', 'deliver', 'on', 'both', 'counts', 'but', 'i', 'is', 'very', 'very', 'long', 'and', 'straight', 'up', 'and', 'down'] ['fyi', 'i', 'have', 'a', 'boyish', 'figure', 'having', 'no', 'waist/hips', 'i', 'have', 'a', 'broad', 'shoulder/back', 'so', 'the', 'cowl', 'neckline', 'coupled', 'with', 'the', 'very', 'long', 'and', 'straight', 'tunic', 'does', "n't", 'really', 'flatter', 'my', 'body', 'it', 'would', 'be', 'okay', 'for', 'just', 'haging', 'around', 'the', 'house', 'but', 'i', 'would', "n't", 'feel', 'comfortable', 'wearing', 'this', 'tunic', 'out', ',4,1,18', 'initmates', 'intimate', 'lounge'] ['12863,74,25', 'exactly', 'as', 'pictured', 'love', 'this', 'bra', 'i', 'was', 'looking', 'for', 'something', 'feminine', 'and', 'sexy', 'and', 'this', 'is', 'perfect', 'it', "'s", 'exactly', 'as', 'pictured', 'i', 'was', 'worried', 'the', 'material', 'would', 'be', 'too', 'delicate', 'and', 'fragile', 'but', 'it', "'s", 'really', 'durable', 'my', 'only', 'issue', 'is', 'that', 'it', 'fits', 'a', 'tiny', 'bit', 'awkwardly', 'because', 'of', 'the', 'solid', 'material', 'on', 'the', 'side', 'but', 'it', 'does', "n't", 'actually', 'look', 'awkward', 'just', 'feels', 'a', 'bit', 'odd', 'at', 'first', 'i', 'highly', 'recommend', 'it', 'if', 'you', "'re", 'looking', 'for', 'something', 'sweet', 'and', 'sexy', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['12864,1059,45', 'great', 'pants', 'i', 'love', 'charlie', 'pants', 'i', "'ve", 'bought', 'a', 'few', 'in', 'the', 'past', 'and', 'i', "'ve", 'never', 'been', 'disappointed', 'with', 'quality', 'style', 'or', 'fit', 'i', 'love', 'the', 'side', 'zip', 'on', 'these', 'and', 'the', 'nice', 'flat', 'front', 'as', 'a', 'result', 'i', 'wish', 'more', 'pants', 'were', 'side', 'zip-', 'so', 'much', 'more', 'flattering', 'than', 'having', 'that', 'part', 'stick', 'out', 'under', 'fitted', 'shirts', 'i', 'got', 'these', 'in', 'a', '4', 'my', 'usual', 'size', 'and', 'while', 'they', 'fit', 'a', 'little', 'more', 'snugly', 'than', 'my', 'other', 'size', '4', 'charlie', 'pants', 'there', 'is', 'enough', 'stretch', 'that', 'they', 'do', "n't", 'look', 'or', 'feel', 'too', 'tight', 'i', 'also', 'got', 'these', 'in', 'the', 'regular', 'r', ',5,1,0', 'general', 'bottoms', 'pants'] ['12865,1100,54', 'such', 'a', 'beautiful', 'well-made', 'dress', 'the', 'color', 'of', 'the', 'dress', 'is', 'slightly', 'more', 'pink', 'in', 'person', 'a', 'very', 'pale', 'pink', 'the', 'lining', 'is', 'an', 'off-white', 'color', 'it', 'fits', 'very', 'well', 'aside', 'from', 'being', 'a', 'bit', 'long', 'i', "'m", '5', 'and', 'ordered', 'the', 'xxs', 'petite', 'so', 'glad', 'paper', 'crown', 'is', 'making', 'xxs', 'p', 'now', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['12866,300,27', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['12867,1078,39', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12868,1078,26', ',i', 'got', 'several', 'compliments', 'when', 'i', 'wore', 'this', 'dress', 'it', "'s", 'very', 'comfortable', 'and', 'will', 'be', 'great', 'for', 'fall.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12869,1020,48', 'i', 'just', 'recently', 'purchased', 'this', 'skirt', 'and', 'i', 'love', 'it'] ['it', "'s", 'cotton', 'with', 'spandex', 'incorporated', 'so', 'it', "'s", 'soft', 'and', 'not', 'stiff', 'it', 'hugs', 'your', 'waist', 'and', 'accentuates', 'your', 'butt', 'nicely', 'the', 'lace', 'up', 'is', 'unique', 'in', 'design', 'so', 'it', 'can', 'be', 'dressed', 'up', 'with', 'a', 'sparkle', 'blouse', 'or', 'dressed', 'casual', 'in', 'a', 't-shirt', 'i', "'m", '5', '1', 'in', 'height', 'so', 'the', 'length', 'is', 'very', 'flattering', 'and', 'it', 'zips', 'up', 'in', 'the', 'back', 'great', 'color', 'cream', 'and', 'excellent', 'quality', ',5,1,3', 'general', 'petite', 'bottoms', 'skirts'] ['12870,1078,48', 'wish', 'it', 'had', 'a', 'little', 'more', 'shape', 'a', 'cute', 'dress', 'i', 'did', 'not', 'have', 'the', 'issue', 'with', 'the', 'slip', 'being', 'too', 'tight', 'i', 'wish', 'it', 'had', 'a', 'little', 'more', 'shape', 'to', 'it', 'while', 'flowy', 'it', 'looks', 'a', 'tiny', 'bit', 'tent-like', 'i', 'still', 'like', 'it', 'and', 'wear', 'it', 'into', 'fall', 'with', 'booties', 'and', 'boots', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12871,1078,46', 'flowy', 'blue', 'really', 'comfortable', 'dress', 'to', 'wear', 'pretty', 'flower', 'design', 'good', 'fabric', 'and', 'ribbon', 'details', 'are', 'well', 'placed', 'thankful', 'it', 'came', 'with', 'a', 'cotton', 'under', 'slip', 'because', 'it', "'s", 'very', 'sheer', 'fabric', 'and', 'i', 'did', "n't", 'have', 'to', 'think', 'of', 'what', 'to', 'put', 'underneath', 'have', 'worn', 'it', 'twice', 'since', 'it', 'shipped', 'and', 'i', "'m", 'really', 'happy', 'with', 'my', 'purchase', 'online', 'order', 'and', 'shipment', 'was', 'super', 'fast', 'too.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12872,984,36', 'love', 'i', "'m", 'short', 'and', 'curvy', 'and', 'just', 'had', 'a', 'baby', 'love', 'this', 'cape', 'because', 'it', "'s", 'super', 'comfy', 'and', 'warm', 'but', 'not', 'too', 'warm', 'have', 'had', 'it', 'for', 'a', 'couple', 'of', 'weeks', 'now', 'and', 'it', "'s", 'my', 'go', 'to', 'for', 'running', 'around', 'during', 'the', 'day', 'the', 'description', 'says', 'grey', 'but', 'it', 'reads', 'a', 'tiny', 'bit', 'green', 'like', 'light', 'camo', 'green', 'but', 'so', 'slight', 'that', 'it', 'still', 'pairs', 'well', 'with', 'most', 'everything'] [] ['usu', 'a', 'med', 'but', 'got', 'the', 'xs/s', 'because', 'of', 'how', 'slouchy', 'it', 'is', 'anyway', 'med', 'looked', 'too', 'big', 'in', 'the', 'shoulders', ',4,1,2', 'general', 'petite', 'jackets', 'jackets'] ['12873,1030,36', 'love', 'mother', 'morher', 'jeans', 'are', 'my', 'favourite', 'they', 'are', 'soft', 'and', 'fit', 'great', 'make', 'my', 'saggy', 'butt', 'look', 'good', 'they', 'do', 'stretch', 'with', 'wears', 'but', 'shrink', 'again', 'in', 'the', 'wash.', 'they', 'do', 'shrink', 'quite', 'a', 'bit', 'so', 'do', "n't", 'dry', 'all', 'the', 'way', 'i', 'recommend', 'mother', 'to', 'all', ',5,1,0', 'general', 'bottoms', 'jeans'] ['12874,941,30', 'beautiful', 'but', 'will', 'lose', 'shape', 'this', 'top', 'was', 'a', 'disappointment', 'for', 'me', 'it', 'was', 'beautiful', 'but', 'because', 'of', 'the', 'material', 'it', 'is', 'made', 'out', 'of', 'it', 'will', 'stretch', 'out', 'as', 'you', 'wear', 'it', 'and', 'not', 'regain', 'it', "'s", 'shape', 'it', 'is', 'also', 'a', 'little', 'heavy', 'for', 'day', 'time', 'during', 'summers', 'in', 'the', 'south', 'but', 'the', 'weight', 'of', 'it', 'was', 'not', 'so', 'much', 'of', 'a', 'concern', 'as', 'the', 'ability', 'to', 'retain', 'its', 'shape', ',3,0,7', 'general', 'tops', 'sweaters'] ['12875,1078,38', 'love', 'this', 'dress', 'i', 'purchased', 'a', 'petite', 'size', 'which', 'fit', 'great', 'except', 'for', 'the', 'slip', 'the', 'slip', 'is', 'at', 'least', '2', 'inches', 'shorter', 'than', 'dress', 'super', 'comfy', 'and', 'flattering', 'perfect', 'for', 'fall', 'with', 'at', 'pair', 'of', 'booties.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12876,1078,48', 'great', 'blue', 'slimming', 'fit', 'i', 'really', 'like', 'this', 'dress', 'despite', 'the', 'somewhat', 'gathered', 'skirt', 'it', 'has', 'a', 'clean', 'line', 'and', 'does', "n't", 'add', 'a', 'lot', 'of', 'volume', 'around', 'the', 'hips', 'the', 'blue', 'is', 'a', 'great', 'color', 'the', 'length', 'is', 'well', 'above', 'the', 'knee', 'but', 'i', "'m", "5'10", 'i', 'can', 'see', 'wearing', 'this', 'dress', 'in', 'the', 'fall', 'with', 'leggings', 'or', 'tights', 'and', 'boots', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['12877,1078,49', 'wanted', 'to', 'like', 'it', 'i', 'have', 'a', 'holding', 'horses', 'dress', 'similar', 'to', 'this', 'one', 'from', 'about', 'a', 'year', 'ago', 'i', 'loved', 'the', 'swinging', 'fit', 'without', 'it', 'looking', 'like', 'a', 'maternity', 'dress', 'the', 'fit', 'and', 'style', 'of', 'this', 'dress', 'is', 'wonderful', 'it', "'s", 'the', 'color', 'that', 'killed', 'it', 'for', 'me', 'i', 'ordered', 'the', 'orange', 'because', 'i', 'liked', 'the', 'photo', 'on', 'the', 'model', 'when', 'the', 'dress', 'arrived', 'in', 'the', 'mail', 'i', 'could', 'hardly', 'take', 'it', 'out', 'of', 'the', 'package', 'and', 'try', 'it', 'on', 'the', 'color', 'is', 'almost', 'neon', 'orange', 'too', 'much', 'for', 'this', 'redhead', 'hard', 'to', 'wear', 'that', 'bright', 'neony', 'color', 'not', 'sure', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12878,1078,50', 'did', "n't", 'work', 'this', 'dress', 'ran', 'small', 'in', 'the', 'arms', 'for', 'me', 'when', 'i', 'returned', 'it', 'for', 'a', 'bigger', 'size', 'the', 'dress', 'i', 'got', 'had', 'a', 'huge', 'rip', 'in', 'the', 'decorative', 'threading', 'on', 'the', 'back', 'i', 'ca', "n't", 'believe', 'the', 'product', 'was', "n't", 'checked', 'for', 'flaws', 'this', 'huge', 'before', 'shipping', 'i', 'asked', 'for', 'another', 'one', 'in', 'the', 'same', 'size', 'we', "'ll", 'see', 'if', 'it', 'too', 'is', 'defective', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12879,984,37', 'cute', 'layering', 'piece', 'bought', 'one', 'for', 'myself', 'and', 'one', 'for', 'my', 'mom', 'we', 'both', 'love', 'it', 'super', 'soft', 'boxy', 'and', 'oversized', 'but', 'great', 'for', 'layering', 'over', 'a', 'belted', 'tunic.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['12880,984,47', 'hooded', 'utility', 'cape', 'this', 'was', 'completely', 'different', 'than', 'i', 'expected', 'the', 'xs/s', 'was', 'so', 'large', 'that', 'it', 'looked', 'messy', 'unfortunately', 'i', 'had', 'to', 'return', 'it.,2,0,0', 'general', 'petite', 'jackets', 'jackets'] ['12881,1078,32', 'had', 'to', 'return', 'i', 'loved', 'this', 'dress', 'and', 'it', 'fit', 'perfectly', 'i', 'did', 'not', 'have', 'any', 'issue', 'with', 'the', 'camisole', 'being', 'tight', 'and', 'i', 'am', 'really', 'curvy', 'i', 'did', 'however', 'have', 'a', 'problem', 'trying', 'to', 'take', 'it', 'off', 'it', 'has', 'no', 'zipper', 'and', 'in', 'order', 'for', 'me', 'to', 'get', 'it', 'over', 'my', 'head', 'i', 'had', 'to', 'stretch', 'my', 'shoulders', 'to', 'the', 'point', 'where', 'i', 'ripped', 'the', 'back', 'i', 'went', 'to', 'the', 'store', 'and', 'tried', 'on', 'the', 'larger', 'size', 'and', 'ripped', 'that', 'one', 'too', 'i', 'tried', 'to', 'take', 'it', 'off', 'more', 'delicately', 'but', 'i', 'could', "n't", 'maybe', 'it', 'was', 'me', 'but', 'this', 'dress', 'is', 'too', 'much', 'hassle', 'if', 'i', 'went', 'any', 'highe', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['12882,733,42', 'beautiful', 'as', 'a', 'nightgown', 'or', 'dress', 'tried', 'this', 'on', 'on', 'a', 'whim', 'and', 'so', 'glad', 'i', 'did', 'it', 'is', 'lovely', 'i', 'ca', "n't", 'wait', 'for', 'next', 'summer', 'now', 'as', 'i', "'ll", 'definitely', 'wear', 'this', 'as', 'a', 'dress', 'with', 'a', 'light', 'cardigan', 'seems', 'tts', '34d', 'and', '5', '2', 'i', 'bought', 'in', 'a', 'small', 'and', 'it', 'fits', 'nicely', 'a', 'bit', 'pricey', 'for', 'what', 'it', 'is', '68', 'or', '58', 'would', 'have', 'been', 'more', 'appropriate', 'i', 'think', 'so', 'try', 'to', 'get', 'it', 'on', 'sale', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['12883,936,37', 'soft', 'and', 'sexy', 'i', 'bought', 'this', 'as', 'a', 'gift', 'for', 'a', 'friend', 'that', 'is', 'getting', 'married', 'in', 'a', 'few', 'months', 'it', "'s", 'so', 'soft', 'and', 'cozy', 'i', "'m", 'tempted', 'to', 'keep', 'it', 'i', 'got', 'the', 'xs/s', 'regular', 'in', 'white', 'and', 'was', 'worried', 'it', 'would', 'be', 'too', 'long', 'but', 'hits', 'my', 'natural', 'waist', 'belly', 'button', 'and', 'i', "'ve", 'got', 'a', 'shorter', 'torso', 'and', 'am', '5', '4.5', 'i', 'got', 'this', 'during', 'the', '40', 'sweater', 'sale', 'and', 'feel', 'it', 'is', 'worth', 'the', 'full', 'price', 'a', 'fun', 'piece', 'but', 'not', 'one', 'to', 'keep', 'you', 'warm', 'on', 'a', 'cold', 'night', 'more', 'of', 'a', 'cab', 'to', 'curb', 'piece', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12884,1078,41', 'great', 'dress', 'this', 'dress', 'is', 'great', 'wear', 'now', 'and', 'into', 'fall', 'with', 'boots', 'and', 'leggings', 'it', 'seems', 'to', 'have', 'structure', 'with', 'the', 'seams', 'and', 'is', 'nicley', 'flowy.,5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['12885,1078,24', 'this', 'dress', 'can', 'be', 'casual', 'or', 'you', 'can', 'dress', 'it', 'up', 'for', 'going', 'out', 'i', 'just', 'love', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12886,984,70', 'a', 'wonderful', 'garment', 'for', 'chilly', 'days', 'what', 's', 'lovely', 'surprise', 'this', 'jacket/cape/poncho', 'is', 'first', 'it', 'is', 'a', 'substantial', 'piece', 'heavier', 'than', 'it', 'appears', 'it', 'has', 'an', 'almost', 'faux', 'suede', 'feel', 'to', 'it', 'with', 'a', 'deliciously', 'lush', 'french', 'terry', 'lining', 'it', 'looks', 'and', 'feels', 'very', 'rich', 'i', 'bought', 'both', 'colors', 'and', 'was', 'glad', 'i', 'did', 'i', 'live', 'on', 'the', 'coast', 'and', 'this', 'will', 'be', 'fantastic', 'over', 'a', 'sweater', 'for', 'morning', 'walks', 'along', 'the', 'shore', 'i', "'m", 'a', 'l/xl', 'and', 'the', 'm/l', 'size', 'is', 'a', 'perfect', 'fit', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['12887,1078,46', 'pretty', 'dress', 'very', 'pretty', 'dress', 'but', 'the', 'fit', 'is', 'not', 'great', 'i', 'have', 'to', 'get', 'help', 'to', 'take', 'it', 'off', 'because', 'it', "'s", 'tight', 'in', 'the', 'shoulders.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12888,841,60', 'dissappointed', 'in', 'this', 'blouse', 'when', 'i', 'saw', 'this', 'blouse', 'online', 'i', 'thought', 'it', 'looked', 'like', 'a', 'great', 'combination', 'of', 'casual', 'with', 'the', 'elegance', 'of', 'an', 'intricate', 'print', 'i', 'was', 'so', 'disappointed', 'when', 'it', 'came', 'the', 'print', 'is', 'not', 'centered', 'in', 'the', 'front', 'or', 'the', 'back', 'it', 'looks', 'like', 'they', 'were', 'trying', 'to', 'save', 'on', 'the', 'material', 'and', 'just', 'cut', 'it', 'out', 'wherever', 'with', 'no', 'thought', 'to', 'symmetry', 'for', 'this', 'price', 'the', 'detail', 'of', 'centering', 'the', 'design', 'was', 'expected', 'especially', 'because', 'this', 'is', 'how', 'it', 'appeared', 'in', 'the', 'picture', 'loved', 'the', 'blouse', 'but', 'i', 'will', 'be', 'returning', 'it', 'becau', ',2,0,11', 'general', 'tops', 'blouses'] ['12889,829,34', 'great', 'though', 'ok', 'so', 'this', 'is', 'adorable', 'i', 'am', '5', '3', 'and', 'medium', 'size', 'and', 'had', 'to', 'take', 'this', 'to', 'my', 'alterations', 'people', 'because', 'i', 'loved', 'it', 'so', 'much', 'but', 'it', 'fit', 'awkwardly', 'the', 'back', 'was', 'too', 'long', 'and', 'hung', 'funny', 'on', 'my', 'short', 'body', 'after', 'it', 'was', 'reworked', 'it', 'is', 'the', 'cutest', 'thing', 'i', 'own', 'they', 'also', 'made', 'the', 'little', 'belt', 'tighter', 'across', 'my', 'waist', 'it', 'is', 'super', 'versatile', 'my', 'alterations', 'people', 'ran', 'out', 'and', 'bought', 'themselves', 'one', 'after', 'they', 'saw', 'mine', 'so', 'if', 'you', 'are', 'not', 'a', 'toothpick', 'or', 'tall', 'know', 'it', 'can', 'be', 'amazing', 'with', 'a', 'little', 'attention', ',4,1,2', 'general', 'petite', 'tops', 'blouses'] ['12890,540,64', 'cute', 'but', 'tricky', 'zipper', 'these', 'are', 'super', 'cute', 'shorts', 'great', 'pattern', 'pockets', 'yay', 'and', 'really', 'nice', 'fabric', 'but', 'they', "'re", 'just', 'a', 'little', 'too', 'short', 'for', 'me', 'run', 'a', 'little', 'small', 'and', 'the', 'side', 'zipper', 'is', 'something', 'of', 'a', 'pain', 'i', 'do', "n't", 'know', 'if', 'it', 'was', 'a', 'construction', 'issue', 'on', 'the', 'pair', 'i', 'received', 'or', 'a', 'stupid', 'user', 'issue', 'but', 'it', 'seemed', 'as', 'if', 'the', 'seam', 'with', 'the', 'zipper', 'was', 'just', 'off', 'not', 'really', 'a', 'side', 'seam', 'but', 'more', 'toward', 'the', 'back', 'plus', 'the', 'zipper', 'sticks', 'on', 'the', 'waistband', 'seam', 'making', 'it', 'even', 'more', 'difficult', 'to', 'zip', 'i', 'wish', 'i', 'had', 'read', 'the', ',4,1,0', 'general', 'bottoms', 'shorts'] ['12891,1030,42', 'amazing', 'these', 'are', 'my', 'first', 'pair', 'of', 'mother', 'denim', 'and', 'certainly', 'not', 'the', 'last', 'they', 'fit', 'true', 'to', 'size', 'i', 'am', 'a', '26', 'in', 'designer', 'denim', 'such', 'as', 'j', 'brand', 'paige', 'ag', 'i', 'bought', 'these', 'in', 'a', 'size', '26', 'and', 'they', 'fit', 'perfectly', 'they', 'hug', 'my', 'curves', 'nicely', 'i', 'am', '5', '3', 'so', 'they', 'bunch', 'up', 'just', 'a', 'little', 'bit', 'at', 'the', 'ankles', 'which', 'i', 'can', 'easily', 'have', 'altered', 'but', 'honestly', 'do', "n't", 'need', 'it', 'the', 'quality', 'is', 'great', 'nice', 'denim', 'material', 'with', 'a', 'lot', 'of', 'stretch', 'to', 'it', 'i', 'love', 'my', 'skinny', 'jeans', 'tight', 'and', 'these', 'were', 'exactly', 'what', 'i', 'was', 'looking', 'for', ',5,1,7', 'general', 'bottoms', 'jeans'] ['12892,1099,36', ',as', 'the', 'other', 'reviewer', 'stated', 'the', 'dress', 'is', 'not', 'lined', 'and', 'the', 'fabric', 'feels', 'very', 'cheap', 'i', 'tried', 'the', 'sp', 'as', 'well', 'and', 'felt', 'i', 'could', 'have', 'gone', 'down', 'to', 'the', 'xsp', 'i', 'like', 'the', 'style', 'and', 'coloring', 'but', 'given', 'the', 'price', 'and', 'lack', 'of', 'quality', 'this', 'is', 'going', 'back.,1,0,4', 'general', 'petite', 'dresses', 'dresses'] ['12893,829,56', 'this', 'one', 'falls', 'short', 'saw', 'this', 'tunic', 'on', 'line', 'and', 'when', 'it', 'was', 'immediately', 'sold', 'out', 'i', 'thought', 'it', 'had', 'to', 'be', 'a', 'winner', 'after', 'several', 'days', 'of', 'trolling', 'on', 'line', 'the', '2p', 'was', 'finally', 'back', 'in', 'stock', 'now', 'comes', 'the', 'disappointment', 'yes', 'the', 'material', 'is', 'sheer', 'but', 'would', 'be', 'a', 'nice', 'weight', 'for', 'humid', 'summer', 'days', 'the', 'front', 'looked', 'exactly', 'like', 'the', 'model', 'cut', 'with', 'high', 'side', 'slits', 'that', 'truly', 'made', 'this', 'a', 'tunic', 'the', 'back', 'of', 'this', 'tunic', 'is', 'some', 'sort', 'of', 'origami', 'design', 'the', 'fabric', 'bunches', 'out', 'at', 'the', 'butt', 'area', 'it', "'s", 'bad', 'when', 'you', "'re", 'standing', 'and', 'i', ',3,0,8', 'general', 'petite', 'tops', 'blouses'] ['12894,863,44', 'nice', 't', 'but', 'not', 'super', 'soft', 'this', 'shirt', 'has', 'beautiful', 'coloring', 'but', 'the', 'material', 'was', "n't", 'as', 'soft', 'as', 'i', 'thought', 'it', 'would', 'be', 'i', 'was', 'hoping', 'they', 'would', 'be', 'the', 'super', 'soft', 'material', 'maybe', 'washing', 'them', 'would', 'help', 'but', 'i', 'did', "n't", 'want', 'to', 'chance', 'it', 'so', 'i', 'returned', 'them', ',3,0,0', 'general', 'tops', 'knits'] ['12895,991,30', 'the', 'skirt', 'is', 'totally', 'see', 'through', 'unless', 'you', 'wear', 'a', 'slip', 'even', 'though', 'it', 'has', 'a', 'built', 'in', 'slip', 'it', 'is', 'still', 'see', 'through', 'the', 'problem', 'is', 'that', 'the', 'slip', 'is', 'made', 'out', 'of', 'the', 'same', 'super', 'thin', 'polyester', 'material', 'as', 'the', 'outside', 'skirt', 'if', 'it', 'was', "n't", 'see', 'through', 'i', 'would', 'keep', 'it', ',2,0,1', 'general', 'bottoms', 'skirts'] ['12896,936,49', 'soooo', 'soft', 'this', 'is', 'a', 'delightfully', 'soft', 'and', 'fluffy', 'sweater', 'i', 'might', 'have', 'bought', 'it', 'if', 'my', 'store', 'had', 'the', 'petite', 'size', 'the', 'white', 'was', 'pretty', 'and', 'a', 'good', 'weight', 'not', 'too', 'light', 'or', 'heavy', 'and', 'comfortable', 'it', 'would', 'be', 'fun', 'to', 'layer', 'over', 'various', 'outfits', 'it', 'did', 'not', 'seem', 'to', 'shed.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['12897,936,50', 'cozy', 'and', 'pretty', 'but', 'sheds', 'a', 'lot', 'this', 'is', 'a', 'beautiful', 'and', 'warm', 'sweater', 'well', 'cut', 'and', 'easy', 'to', 'dress', 'up', 'or', 'down', 'the', 'biggest', 'problem', 'is', 'the', 'extreme', 'shedding', 'which', 'looks', 'messy', 'against', 'darker', 'clothing', 'especially', 'against', 'wool', 'or', 'cashmere', 'winter', 'coats', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['12898,941,25', 'perfect', 'fall', 'top', 'i', 'just', 'ordered', 'this', 'top', 'and', 'i', 'love', 'it', 'it', 'is', 'a', 'perfect', 'top', 'for', 'fall', 'days', 'with', 'a', 'cute', 'leather', 'jacket.,5,1,0', 'general', 'tops', 'sweaters'] ['12899,1078,36', 'cute', 'dress', 'but', 'terrible', 'design', 'flaw', 'i', 'purchased', 'this', 'dress', 'yesterday', 'and', 'it', "'s", 'cute', 'and', 'fits', 'great', 'but', 'the', 'embroidery', 'across', 'the', 'back', 'ripped', 'as', 'soon', 'as', 'i', 'moved', 'my', 'arms', 'it', "'s", 'really', 'delicate', 'and', 'strains', 'anytime', 'you', 'lift', 'your', 'arms', 'overhead', 'or', 'forward', 'i', "'m", 'keeping', 'it', 'anyway', 'because', 'the', 'supersoft', 'pretty', 'slip', 'that', 'come', 'with', 'it', 'is', 'worth', 'the', 'sale', 'price', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12900,863,51', 'i', 'loved', 'the', 'color', 'and', 'the', 'neckline', 'was', 'flattering', 'however', 'it', 'would', 'have', 'fit', 'me', 'better', 'in', 'a', 'petite', 'size', 'bc', 'i', 'am', '5', '3', 'and', 'a', '32f', 'it', 'fits', 'slim', 'so', 'to', 'fit', 'in', 'my', 'bust', 'it', 'was', 'too', 'long', 'also', 'did', "n't", 'think', 'the', 'fabric', 'was', 'good', 'quality', 'for', 'this', 'price', ',3,0,2', 'general', 'tops', 'knits'] ['12901,1078,36', 'good', 'fall', 'dress', 'nice', 'dress', 'to', 'wear', 'while', 'seasons', 'are', 'transitioning,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12902,1078,35', 'little', 'doll', 'on', 'the', 'prarie', 'loved', 'this', 'dress', 'online', 'but', 'my', 'small', 'pettie', 'stature', 'made', 'me', 'looks', 'like', 'an', 'orphan', 'from', 'the', 'prairie', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12903,1078,36', 'recommend', 'this', 'product', 'i', 'got', 'this', 'online', 'in', 'a', 'sale', 'and', 'could', "n't", 'wait', 'to', 'try', 'it', 'on', 'at', 'home', 'it', "'s", 'so', 'cute', 'the', 'fabric', 'is', 'a', 'great', 'print', 'and', 'the', 'fit', 'is', 'swingy', 'which', 'i', 'love', 'i', 'have', 'a', 'larger', 'bust', 'than', 'waist', 'and', 'i', "'m", '5', '8', '160', 'lbs', 'i', 'ordered', 'my', 'normal', 'size', '10', 'and', 'it', 'fit', 'perfectly', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'booties', 'this', 'fall', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12904,1078,32', 'pretty', 'colors', 'poor', 'fit', 'i', 'loved', 'the', 'colors', 'on', 'this', 'dress', 'but', 'i', 'do', "n't", 'like', 'the', 'way', 'it', 'fits', 'it', 'is', 'tight', 'around', 'the', 'shoulders', 'but', 'the', 'rest', 'of', 'the', 'dress', 'is', 'really', 'big', 'and', 'has', 'no', 'shape', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12905,936,44', 'sheds', 'this', 'cardigan', 'is', 'very', 'soft', 'and', 'feminine', 'it', 'looks', 'nice', 'on', 'but', 'it', 'sheds', 'everywhere', 'i', 'decided', 'to', 'pass', 'on', 'it', 'when', 'it', 'got', 'white', 'fur', 'all', 'over', 'the', 'other', 'clothes', 'in', 'the', 'fitting', 'room', 'if', 'you', 'do', "n't", 'mind', 'the', 'shedding', 'then', 'i', 'would', 'recommend', 'this', 'sweater.,3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['12906,984,57', 'unique', 'just', 'received', 'and', 'sorry', 'to', 'return', 'i', 'am', '5', '9', 'i', 'wear', 'a', 'size', '8', 'i', 'ordered', 'the', 'm/l', 'it', 'way', 'really', 'big', 'and', 'to', 'wide', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['12907,1099,60', 'cool', 'for', 'summer-adorable', 'it', 'has', 'been', 'a', 'long', 'cold', 'winter', 'and', 'spring', 'but', 'it', 'is', 'going', 'to', 'get', 'hot'] ['and', 'this', 'is', 'a', 'perfect', 'dress', 'for', 'july'] ['i', 'tried', 'this', 'on', 'and', 'did', 'not', 'feel', 'the', 'need', 'for', 'a', 'slip', 'or', 'a', 'cami', 'yes', 'it', 'is', 'lightweight', 'no', 'i', 'would', 'not', 'consider', 'it', 'for', 'work', 'but', 'when', 'it', 'gets', 'hot', 'in', 'the', 'summer', 'i', 'feel', 'like', 'this', 'will', 'be', 'a', 'perfect', 'slip', 'on', 'and', 'go', 'dress', 'for', 'days', 'or', 'casual', 'evenings'] ['i', 'wear', 'a', '12', 'and', 'the', 'medium', 'fit', 'perfectly'] ['i', 'considered', 'ordering', 'the', 'small', 'since', 'i', 'had', 'some', 'extra', 'space', 'but', 'again', 'it', 'is', 'going', 'to', 'get', 'hot', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['12908,1078,42', ',horrible', 'fit', 'i', 'do', 'not', 'understand', 'why', 'they', 'but', 'a', 'aline', 'dress', 'with', 'a', 'skin', 'non', 'aline', 'camisole', 'under', 'the', 'dress.,1,0,26', 'general', 'petite', 'dresses', 'dresses'] ['12909,1078,34', 'where', 'is', 'the', 'slip', 'was', 'excited', 'to', 'receive', 'this', 'dress', 'as', 'i', 'got', 'it', 'at', 'a', 'great', 'price', 'on', 'sale', 'the', 'colors', 'are', 'great', 'and', 'it', 'fits', 'pretty', 'good', 'but', 'it', 'came', 'without', 'a', 'slip', 'so', 'disappointing', 'to', 'not', 'receive', 'the', 'entire', 'dress', 'hence', 'the', '2', 'stars', 'may', 'send', 'it', 'back', 'for', 'this', 'reason', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12910,1078,38', 'voluminous', 'flow-y', 'material', 'but', 'falls', 'just', 'right', 'i', 'am', 'usually', 'an', 'xsp', 'or', '0p', 'but', 'i', 'ordered', 'up', 'one', 'size', '2p', 'due', 'to', 'previous', 'reviews', 'complaining', 'about', 'the', 'tight', 'slip', 'however', 'i', 'definitely', 'did', 'not', 'need', 'to', 'size', 'up', 'the', 'slip', 'is', 'fine', 'and', 'the', 'outer', "'shell", 'is', 'billowy', 'and', 'i', 'should', 'have', 'stuck', 'with', 'my', 'usual', 'size', 'when', 'i', 'put', 'it', 'on', 'i', 'was', 'not', 'in', 'love', 'due', 'to', 'the', 'dress', 'being', 'so', 'roomy', 'but', 'a', 'second', 'check', 'in', 'the', 'mirror', 'showed', 'that', 'the', 'fabric', 'seams', 'draped', 'well', 'and', 'it', 'overall', 'looked', 'pretty', 'cute', 'it', 'hits', 'about', '2', 'inches', 'above', 'my', 'knees', 'and', 'therefore', 'seems', 'pretty', 'p', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12911,829,51', 'sleeveless', 'lab', 'coat', 'tried', 'this', 'on', 'in', 'store', 'with', 'red', 'ag', 'ankle', 'jeans', 'and', 'the', 'only', 'thing', 'i', 'could', 'do', 'was', 'chuckle', 'it', 'looked', 'like', 'a', 'sleeveless', 'lab', 'coat', 'or', 'butchers', 'coat', 'take', 'your', 'pick', 'this', 'styling', 'was', 'not', 'for', 'me', 'the', 'fabric', 'is', 'nice', 'not', 'flimsy', 'you', 'can', 'see', 'whatever', 'pants', 'your', 'wearing', 'underneath', 'but', 'i', 'guess', 'that', "'s", 'a', 'moot', 'point', 'since', 'it', 'does', 'have', 'a', 'substantial', 'side', 'slit', 'it', 'does', 'run', 'tts', 'i', "'m", "5'3ish", '118', 'and', 'the', 'size', '2', 'fit', 'ok.', 'probably', 'would', 'have', 'sized', 'up', 'to', 'the', '4', 'because', 'a', 'slight', 'pull', 'at', 'the', 'chest', '34d-dd', 'in', 'the', 'end', 'i', ',3,0,14', 'general', 'petite', 'tops', 'blouses'] ['12912,863,35', 'wonderful', 'fit', 'flattering', 'easy', 'care', 'tee', 'i', 'purchased', 'all', 'the', 'colors', 'of', 'this', 'wonderful', 'tee', 'after', 'receiving', 'the', 'first', 'it', "'s", 'machine', 'wash', 'and', 'dry', 'and', 'they', "'ve", 'all', 'held', 'up', 'well', 'through', 'multiple', 'washes', 'so', 'far', 'the', 'neckline', 'and', 'fit', 'is', 'flattering', 'for', 'a', 'larger', 'bust', 'due', 'to', 'the', 'ribbing', 'but', 'would', 'be', 'great', 'on', 'a', 'more', 'athletic', 'figure', 'as', 'well', 'the', 'fabric', 'is', 'soft', 'enough', 'that', 'the', '3/4', 'sleeves', 'do', "n't", 'bug', 'me', 'like', 'some', 'other', 'tops', 'do', 'all', 'the', 'colors', 'are', 'great', 'and', 'you', "'ll", 'want', 'more', 'than', 'one', 'true', 'to', 'size', ',5,1,15', 'general', 'tops', 'knits'] ['12913,1078,39', 'cute', 'dress', 'this', 'is', 'a', 'nice', 'flowy', 'dress', 'that', 'i', 'plan', 'to', 'wear', 'in', 'the', 'fall', 'with', 'long', 'boots', 'i', 'love', 'how', 'light', 'it', 'feels.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12914,1078,34', 'the', 'pattern', 'is', 'very', 'cute', 'from', 'the', 'front', 'i', 'liked', 'it', 'but', 'when', 'i', 'turn', 'to', 'the', 'side', 'you', 'can', 'see', 'just', 'how', 'voluminous', 'it', 'is', 'it', 'ended', 'up', 'looking', 'a', 'bit', 'tenty', 'if', 'it', 'had', 'just', 'a', 'bit', 'more', 'shape', 'it', 'would', 'be', 'perfect', 'in', 'the', 'end', 'not', 'the', 'most', 'flattering', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12915,941,52', 'versitile', 'tank', 'bought', 'pink', 'and', 'cream', 'colors', 'on', 'sale', 'arm', 'holes', 'on', 'my', 'usual', 'size', 'medium', 'were', 'large', 'so', 'bought', 'smalls', 'and', 'like', 'them', 'a', 'lot', 'i', "'m", '5', '9', 'and', 'longer', 'front', 'and', 'back', 'worked', 'well', 'fabric', 'weave', 'nice', 'weight', 'and', 'good', 'for', 'summer', 'or', 'cooler', 'with', 'sweater', 'or', 'jacket', 'over', 'it', ',4,1,0', 'general', 'tops', 'sweaters'] ['12916,941,23', ',love', 'this', 'top', 'a', 'little', 'heavy', 'but', 'looks', 'great', 'with', 'shorts', 'or', 'white', 'jeans.,4,1,6', 'general', 'tops', 'sweaters'] ['12917,1078,40', 'perfect', 'fall', 'dress', 'dress', 'is', 'true', 'to', 'size', 'has', 'a', 'built', 'in', 'liner', 'with', 'thin', 'straps', 'so', 'it', 'is', 'not', 'see', 'through', 'really', 'cute', 'on.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12918,1078,55', 'my', 'new', 'fave', 'most', 'comfortable', 'and', 'great', 'looking', 'i', 'got', 'complements', 'from', 'everyone', 'literally', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12919,888,64', 'interesting', 'this', 'top', 'runs', 'large', 'an', 'entire', 'size', 'i', 'am', 'on', 'the', 'fence', 'about', 'it', 'it', 'is', 'quite', 'stylish', 'and', 'well', 'made', 'it', 'is', 'fairly', 'heavy', 'and', 'seems', 'like', 'it', 'would', 'be', 'very', 'warm', 'the', 'burgundy', 'color', 'is', 'nice', 'the', 'issue', 'i', 'am', 'having', 'with', 'it', 'is', 'the', 'way', 'the', 'lower', 'black', 'arms', 'are', 'sewn', 'in', 'the', 'upper', 'arms', 'it', 'just', 'seems', 'somewhat', 'odd', 'overall', 'though', 'it', 'is', 'very', 'forgiving', 'especially', 'with', 'the', 'black', 'border', 'around', 'the', 'entire', 'bottom', 'it', 'is', 'the', 'perfect', 'top', 'to', 'showcase', 'a', 'great', 'long', 'necklace', 'and', 'it', 'would', 'be', 'great', 'with', 'leggings', ',4,1,7', 'general', 'tops', 'knits'] ['12920,1126,37', 'cutest', 'cape', 'this', 'arrived', 'in', 'my', 'store', 'this', 'morning', 'and', 'it', 'is', 'as', 'cute', 'as', 'it', 'appears', 'online', 'i', "'m", 'a', 'curvy', 'gal', 'so', 'i', 'honestly', 'was', "n't", 'feeling', 'like', 'this', 'would', 'look', 'good', 'on', 'me', 'but', 'it', 'is', 'thick', 'and', 'the', 'fabric', 'is', 'sturdy', 'so', 'it', 'lays', 'on', 'me', 'exactly', 'the', 'way', 'it', 'does', 'on', 'the', 'model', 'the', 'fabric', 'on', 'the', 'blue', 'side', 'almost', 'has', 'a', 'vinyl', 'feel', 'to', 'it', 'like', 'it', 'would', 'be', 'rainproof', 'the', 'sherpa', 'layer', 'is', 'super', 'soft', 'and', 'in', 'my', 'opinion', 'even', 'cuter', 'than', 'the', 'blue', 'side', 'the', 'trim', 'is', 'all', 'lined', 'with', 'a', 'faux', 'leather', 'and', 'the', 'ties', 'on', 'each', 'side', 'can', 'be', 'adj', ',5,1,3', 'general', 'petite', 'jackets', 'outerwear'] ['12921,1078,37', 'too', 'billowy', 'i', 'really', 'loved', 'this', 'in', 'the', 'catalog', 'the', 'fabric', 'and', 'details', 'are', 'very', 'pretty', 'however', 'it', "'s", 'a', 'lot', 'of', 'fabric', 'without', 'much', 'form', 'my', 'husband', 'suggested', 'it', 'for', 'maternity', 'not', 'realizing', 'it', 'has', 'fitted', 'slip', 'not', 'for', 'curvy/', 'hourglass', 'had', 'to', 'send', 'it', 'back.,2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12922,733,38', 'comfy', 'and', 'cute', 'this', 'chemise', 'is', 'very', 'pretty', 'in', 'person', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'surprised', 'to', 'find', 'that', 'it', 'looks', 'more', 'like', 'a', 'sundress', 'than', 'a', 'chemise', 'the', 'material', 'is', 'kind', 'of', 'thin', 'but', 'if', 'you', 'wear', 'a', 'nude', 'colored', 'bra', 'underneath', 'it', 'it', 'wo', "n't", 'show', 'it', 'looked', 'super', 'cute', 'with', 'a', 'denim', 'jacket', 'on', 'i', 'took', 'my', 'normal', 'size', 's', 'and', 'it', 'fits', 'perfectly', 'for', 'reference', 'i', 'am', '5', '2', '34b', '120lbs', 'i', 'am', 'very', 'happy', 'with', 'this', 'purchase', 'and', 'i', 'ca', "n't", 'wear', 'it', 'as', 'a', 'chemise', 'a', 'coverup', 'or', 'a', 'hot', 'day', 'sundress', 'highly', 'recommended', ',5,1,4', 'general', 'petite', 'intimate', 'lounge'] ['12923,1099,32', 'cute', 'summer', 'dress', 'i', 'love', 'the', 'ease', 'of', 'style', 'of', 'this', 'dress', 'perfect', 'for', 'summer', 'and', 'to', 'wear', 'for', 'a', 'cruise', 'the', 'only', 'problem', 'with', 'the', 'dress', 'is', 'that', 'it', 'comes', 'unlined', 'if', 'it', 'was', 'lined', 'it', "'d", 'be', 'perfect', 'if', 'you', 'plan', 'to', 'wear', 'this', 'over', 'swimwear', 'it', "'s", 'great', 'if', 'not', 'make', 'sure', 'to', 'wear', 'neutral', 'underwear', 'since', 'it', 'is', 'partly', 'see', 'through', 'would', 'need', 'to', 'get', 'a', 'slip', 'along', 'with', 'this', 'dress'] [] ['i', "'m", '5', 'and', 'got', 'a', 's', 'p.', 'i', 'could', 'have', 'easily', 'gotten', 'the', 'xs', 'the', 'dress', 'hits', 'in', 'slightly', 'lower', 'on', 'my', 'thigh', 'than', 'what', 'is', 'seen', 'on', 'the', 'model', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['12924,936,31', 'beautiful', 'and', 'high', 'end', 'as', 'soon', 'as', 'i', 'tried', 'on', 'this', 'cardigan', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'it', 'takes', 'your', 'outfit', 'to', 'a', 'glam', 'and', 'high', 'end', 'look', 'the', 'fabric', 'is', 'oh', 'so', 'soft', 'and', 'i', 'loved', 'how', 'it', 'draped', 'the', 'sleeves', 'hang', 'low', 'and', 'give', 'you', 'a', 'vintage', 'feel', 'i', 'would', 'give', 'this', 'a', '5', 'star', 'rating', 'however', 'the', 'downside', 'to', 'this', 'cardigan', 'is', 'the', 'shedding', 'it', 'shed', 'all', 'over', 'my', 'black', 'pants', 'when', 'i', 'wore', 'it', 'and', 'on', 'my', 'friends', 'too', 'i', 'really', 'went', 'back', 'and', 'forth', 'on', 'returning', 'this', 'but', 'i', 'think', 'it', "'s", 'so', 'beautiful', 'i', 'am', 'keeping', 'it', 'i', 'am', 'hoping', 'over', 'time', 'the', 'sh', ',4,1,11', 'general', 'petite', 'tops', 'sweaters'] ['12925,1078,34', 'cute', 'casual', 'dress', 'cute', 'dress', 'to', 'throw', 'on', 'and', 'go', 'fits', 'pretty', 'true', 'to', 'size', 'except', 'for', 'the', 'slip', 'underneath', 'it', "'s", 'a', 'little', 'tight', 'and', 'i', 'felt', 'to', 'short', 'for', 'the', 'dress', 'i', 'ended', 'up', 'wearing', 'a', 'full', 'slip', 'i', 'had', 'under', 'it', 'and', 'that', 'work', 'great', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12926,1078,42', 'very', 'roomy', 'i', 'ordered', 'this', 'dress', 'is', 'in', 'the', 'yellow/orange', 'the', 'colors', 'are', 'pretty', 'the', 'pink', 'detail', 'is', 'nice', 'and', 'that', "'s", 'about', 'it', 'the', 'slip', 'underneath', 'is', 'a', 'form', 'fitting', 'yellow', 'cotton', 'no', 'big', 'deal', 'the', 'dress', 'itself', 'runs', 'very', 'large', 'and', 'in', 'an', 'unflattering', 'way', 'if', 'i', 'was', 'pregnant', 'it', 'was', 'perfect', 'the', 'material', 'feels', 'cheap', 'to', 'me', 'and', 'this', 'along', 'with', 'the', 'roomy', 'fit', 'is', 'why', 'this', 'dress', 'will', 'be', 'returned', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12927,733,39', 'why', 'rayon', 'usually', 'i', "'d", 'wait', 'for', 'a', 'sale', 'on', 'rayon', 'loungewear', 'but', 'i', 'would', 'have', 'gladly', 'paid', 'more', 'if', 'this', 'was', 'cotton', 'or', 'silk', 'despite', 'the', 'poor', 'fabric', 'the', 'design', 'is', 'light', 'and', 'beautiful', 'with', 'a', 'high', 'quality', 'floral', 'print', 'that', "'s", 'distinctive', 'and', 'elegant', 'i', 'can', 'wear', 'this', 'with', 'a', 'thin', 'strappy', 'slip', 'or', 'a', 'lacy', 'cami', 'bra', 'or', 'with', 'a', 'cardigan', 'jacket', 'and', 'lacy', 'boy', 'shorts', 'an', 'retailer', 'employee', 'wore', 'this', 'chemise', 'under', 'a', 'denim', 'shirtdress', 'and', 'belted', 'the', 'whole', 'outfit', 'together', 'it', 'was', 'perfection', 'i', 'purchased', 'size', 'm', 'and', 'my', 'figure', 'is', '39-', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['12928,733,52', 'elegant', 'comfortable', 'chemise', 'i', 'love', 'pj', "'s", 'and', 'other', 'assorted', 'lounging', 'pieces', 'and', 'this', 'one', 'is', 'exceptional', 'in', 'fact', 'i', 'plan', 'to', 'buy', 'the', 'pj', 'bottoms', 'made', 'with', 'the', 'same', 'fabric', 'i', 'tried', 'them', 'both', 'on', 'in', 'the', 'store', 'and', 'ultimately', 'decided', 'on', 'the', 'chemise', 'because', 'it', 'is', 'very', 'special'] ['the', 'fit', 'is', 'tts', 'fyi', '36c', 'short', 'waist', 'broad', 'shoulders', '5', '3'] ['i', 'normally', 'wear', 'a', 'm/l', 'in', 'a', 'chemise', 'and', 'i', 'chose', 'a', 'm', 'in', 'this', 'one', 'there', 'is', 'plenty', 'of', 'room', 'but', 'it', 'is', 'more', 'fitted', 'to', 'my', 'shape', 'as', 'a', 'chemise', 'should', 'be', 'the', 'piece', 'shows', 'curves', 'without', 'showing', 'bumps', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['12929,941,30', 'been', 'watching', 'this', 'top', 'i', 'was', 'waiting', 'for', 'this', 'top', 'to', 'go', 'on', 'sale', 'because', 'its', 'one', 'of', 'those', 'tops', 'that', 'you', 'can', 'probably', 'only', 'find', 'the', 'right', 'weather', 'to', 'wear', 'it', 'once', 'a', 'year', 'so', 'i', 'was', 'so', 'happy', 'i', 'could', 'order', 'this', 'ahead', 'of', 'time', 'and', 'pick', 'it', 'up', 'in', 'the', 'store', 'the', 'same', 'day', ',5,1,1', 'general', 'tops', 'sweaters'] ['12930,1078,34', 'great', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'fall', 'and', 'will', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'it', 'the', 'fit', 'is', 'perfect', 'loose', 'but', 'structured', 'plan', 'to', 'pair', 'with', 'booties', 'over', 'the', 'coming', 'months', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12931,941,35', 'love', 'love', 'love', 'this', 'in', 'the', 'pink', 'not', 'as', 'big', 'a', 'big', 'of', 'the', 'off-white', 'but', 'it', "'s", 'nice', 'too', ',5,1,0', 'general', 'tops', 'sweaters'] ['12932,1078,60', 'cute', 'and', 'comfortable', 'peasant', 'dress', 'i', 'sized', 'up', 'on', 'this', 'one', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'slip', 'for', 'this', 'dress', 'is', 'very', 'small', 'and', 'in', 'my', 'normal', 'size', 'i', 'doubt', 'it', 'would', "'ve", 'have', 'even', 'covered', 'what', 'needs', 'to', 'be', 'covered', 'for', 'a', 'dress', 'like', 'this', 'too', 'work', 'other', 'than', 'that', 'this', 'swing', 'dress', 'is', 'adorable', 'work', 'appropriate', 'and', 'the', 'pattern', 'is', 'sweet', 'even', 'though', 'i', 'ordered', 'a', '12', 'instead', 'of', 'my', 'usually', '10', 'the', 'sleeves', 'were', 'a', 'bit', 'constricting', 'but', 'hit', 'at', 'the', 'right', 'spot', 'i', 'see', 'myself', 'throwing', 'this', 'easy', 'little', 'number', 'on', 'a', 'lot', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12933,941,45', ',,5,1,0', 'general', 'tops', 'sweaters'] ['12934,941,53', 'saundra', 'tank', 'the', 'saundra', 'tank', 'is', 'a', 'very', 'pretty', 'and', 'feminine', 'knitted', 'top', 'it', 'is', 'soft', 'and', 'comes', 'in', 'a', 'very', 'delicate', 'pink', 'color'] ['i', 'took', 'this', 'on', 'a', 'recent', 'trip', 'and', 'it', 'paired', 'well', 'with', 'capri', 'tights', 'and', 'wedges', 'it', 'was', 'very', 'comfortable', 'to', 'wear', 'having', 'a', 'medium', 'weight', 'to', 'it', 'the', 'only', 'issue', 'that', 'i', 'had', 'was', 'that', 'the', 'cut', 'below', 'your', 'arms', 'is', 'very', 'deep', 'and', 'made', 'it', 'difficult', 'to', 'hide', 'the', 'side', 'of', 'your', 'bra', 'it', 'is', 'a', 'rather', 'loose', 'fit', 'so', 'if', 'you', 'prefer', 'something', 'more', 'form', 'fitting', 'you', 'might', 'opt', 'for', 'a', 'smaller', 'size', ',5,1,0', 'general', 'tops', 'sweaters'] ['12935,1078,25', 'great', 'dress', 'nice', 'loose-fitting', 'dress', 'to', 'wear', 'in', 'the', 'summer', 'and', 'to', 'transition', 'into', 'the', 'fall', 'i', 'had', 'no', 'problem', 'with', 'the', 'slip', 'being', 'too', 'tight', '5', '3', '118lbs', 'and', 'went', 'with', 'my', 'normal', 'size', '2.', 'it', 'was', 'loose', 'through', 'the', 'body', 'but', 'sizing', 'down', 'would', 'have', 'made', 'the', 'dress', 'too', 'tight', 'on', 'my', 'shoulders', 'it', "'s", 'great', 'with', 'boots', 'or', 'flats', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['12936,1078,65', 'this', 'is', 'a', 'beautiful', 'dress', 'however', 'it', 'looked', 'awful', 'on', 'me', 'i', 'ordered', 'the', 'medium', 'and', 'it', 'was', 'huge', 'also', 'i', 'looked', '7', 'months', 'pregnant', 'not', 'a', 'good', 'style', 'for', 'the', 'short', 'person', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['12937,1078,63', 'great', 'but', 'not', 'for', 'me.', 'the', 'dress', 'is', 'adorable', 'and', 'has', 'a', 'very', 'nice', 'fabric', 'and', 'a', 'slip', 'that', 'goes', 'underneath', 'it', 'was', 'just', 'too', 'big', 'for', 'me', 'even', 'as', 'a', 'swing', 'dress.,3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12938,936,31', 'surprisingly', 'cute', 'this', 'is', 'a', 'surprisingly', 'cute', 'faux-fur', 'coverup', 'it', "'s", 'much', 'cuter', 'in', 'person', 'than', 'on', 'the', 'model', 'i', 'will', 'be', 'wearing', 'mine', 'over', 'a', 'little', 'black', 'dress', 'for', 'the', 'holiday', 'parties', 'it', "'s", 'very', 'glam', 'perfect', 'for', 'going', 'out', 'it', "'s", 'also', 'very', 'soft', 'snuggly', 'and', 'comfy', 'most', 'faux', 'fur', 'makes', 'me', 'look', 'gigantic', 'and', 'wide', 'but', 'this', 'one', 'looks', 'a', 'bit', 'like', 'a', 'little', 'capelet', 'or', 'shrug', 'and', 'very', 'flattering', 'it', 'flares', 'out', 'nicely', 'in', 'the', 'back', 'too', 'and', 'it', 'has', 'a', 'pretty', 'lace-knit', 'stripe', 'pattern', 'on', 'the', 'back', 'it', 'does', 'shed', 'a', 'bit', 'though', 'also', ',5,1,10', 'general', 'petite', 'tops', 'sweaters'] ['12939,927,32', 'color/fabric', 'this', 'is', 'totally', 'different', 'great', 'addition', 'to', 'my', 'wardrobe', ',5,1,0', 'general', 'tops', 'sweaters'] ['12940,840,33', 'gorgeous', 'i', 'ordered', 'this', 'shirt', 'in', 'the', 'xl', 'in', 'both', 'colors', 'and', 'i', 'am', 'in', 'love', 'as', 'a', 'large', 'chested', 'lady', 'with', 'a', 'bit', 'extra', 'around', 'the', 'middle', 'this', 'shirt', 'is', 'super', 'flattering', 'and', 'perfect', 'for', 'everyday', 'summer', 'weather', 'i', "'m", 'sure', 'i', 'will', 'be', 'wearing', 'this', 'all', 'summer', 'yay', 'retailer', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12941,927,38', 'love', 'this', 'with', 'reservation', 'i', 'love', 'tunics', 'i', 'love', 'sweaters', 'i', 'love', 'turquoise', 'i', 'ordered', 'this', 'in', 'large', 'and', 'it', 'fits', 'well', 'but', 'the', 'arms', 'are', 'very', 'long', 'i', 'do', "n't", 'like', 'constantly', 'pushing', 'sleeves', 'up', 'so', 'i', 'wear', 'it', 'with', 'the', 'cuffs', 'turned', 'back', 'a', 'previous', 'reviewer', 'commented', 'on', 'the', 'length', 'and', 'another', 'about', 'the', 'bagginess', 'i', 'did', "n't", 'have', 'issues', 'with', 'either', 'it', 'hits', 'just', 'above', 'my', 'knee', '5', '5', 'and', 'it', 'is', 'appropriately', 'proportioned', 'around', 'the', 'the', 'body', 'of', 'the', 'sweater', 'so', 'what', "'s", 'my', 'reservation', 'how', 'the', 'sweater', 'is', 'more', 'delicate', 'than', 'it', 'seems', 'the', ',4,1,0', 'general', 'tops', 'sweaters'] ['12942,927,31', 'make', 'sure', 'you', 'handwash', 'or', 'dry', 'clean', 'only', 'luckily', 'i', 'bought', 'this', 'on', 'sale', 'i', 'now', 'see', 'the', 'instructions', 'online', 'say', 'to', 'hand', 'wash', 'but', 'i', 'bought', 'mine', 'in', 'the', 'store', 'the', 'instructions', 'on', 'the', 'tag', 'said', 'to', 'wash', 'delicate', 'in', 'cold', 'water', 'and', 'tumble', 'dry', 'i', 'washed', 'it', 'in', 'cold', 'water', 'and', 'it', 'shrunk', 'to', 'doll', 'size', ',1,0,2', 'general', 'tops', 'sweaters'] ['12943,872,58', 'classy', 'cowlneck', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'loved', 'the', 'feel', 'of', 'the', 'fabric', 'but', 'did', 'not', 'want', 'to', 'pay', 'full', 'price', 'i', 'was', 'very', 'happy', 'when', 'it', 'went', 'on', 'sale', 'the', 'top', 'clings', 'nicely', 'without', 'feeling', 'tight', 'i', 'got', 'sp', '5', '5', '125', 'as', 'i', 'worried', 'the', 'neckline', 'would', 'slip', 'off', 'fits', 'perfectly', 'fabric', 'has', 'a', 'very', 'slight', 'sheen', 'i', 'just', 'hope', 'it', 'holds', 'up', 'to', 'washing', 'and', 'caution', 'is', 'needed', 'as', 'you', 'may', 'create', 'pulls', 'with', 'jewelry', 'if', 'careless', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['12944,840,46', 'prettier', 'in', 'person', 'runs', 'a', 'bit', 'small', 'i', 'ordered', 'the', 'xl', 'in', 'the', 'green', 'motif', 'the', 'shirt', 'is', 'fitted', 'through', 'the', 'body', 'i', "'m", 'a', 'pear-shape', 'so', 'it', "'s", 'tight', 'around', 'my', 'hips', 'it', "'s", 'cut', 'straight', 'down', 'i', "'ll", 'need', 'to', 'wear', 'this', 'tucked', 'in', 'or', 'belt', 'it/pull', 'it', 'up', 'a', 'bit', 'closer', 'to', 'my', 'waistline', 'so', 'it', "'s", 'more', 'comfortable', 'the', 'colors', 'pattern', 'in', 'the', 'green', 'motif', 'are', 'prettier', 'in', 'person', 'i', 'love', 'orange', 'roses', 'have', "n't", 'found', 'any', 'shirt', 'or', 'dress', 'with', 'orange', 'roses', 'before', 'so', 'i', 'kept', 'it', 'i', 'used', 'my', 'birthday', 'discount', 'to', 'splurge', 'on', 'this', 'i', 'think', 'it', "'s", 'over-priced', 'for', 'what', 'it', 'i,4,1,8', 'general', 'petite', 'tops', 'blouses'] ['12945,444,33', 'beach', 'ready', 'i', 'love', 'this', 'tunic', 'perfect', 'for', 'the', 'beach', 'or', 'by', 'the', 'pool', 'gorgeous', 'design', 'and', 'even', 'better', 'in', 'person', 'light', 'weight', 'i', 'am', 'usually', 'a', 'small/medium', 'and', 'originally', 'bought', 'the', 'small', 'but', 'ended', 'up', 'returning', 'for', 'the', 'medium', 'so', 'i', 'had', 'a', 'little', 'more', 'room', 'up', 'top', 'for', 'wearing', 'over', 'my', 'swimsuit', ',5,1,3', 'initmates', 'intimate', 'swim'] ['12946,218,37', 'this', 'is', 'a', 'beautiful', 'suit', 'was', 'looking', 'for', 'a', 'one', 'piece', 'i', 'ordered', 'online', 'it', 'is', 'definitely', 'high', 'quality', 'but', 'i', 'ended', 'up', 'returning', 'it', 'the', 'colors', 'seemed', 'much', 'more', 'muted', 'than', 'the', 'picture', 'shows', 'i', 'loved', 'the', 'fit', 'just', 'was', "n't", 'as', 'striking', 'as', 'i', 'expected', ',3,0,3', 'initmates', 'intimate', 'swim'] ['12947,927,55', 'lovely', 'sweater', 'despite', 'the', 'differences', 'this', 'sweater', 'is', 'very', 'nice', 'i', 'bought', 'it', 'online', 'recently', 'with', 'a', 'discount', 'on', 'the', 'discount', 'and', 'felt', 'i', 'got', 'an', 'amazing', 'bargain', 'it', 'is', 'not', 'larger', 'than', 'expected', 'but', 'is', 'not', 'exactly', 'the', 'fit', 'the', 'model', "'s", 'picture', 'implies', 'it', 'is', 'a', 'roomier', 'design', 'nonetheless', 'it', 'is', 'well-made', 'and', 'all', 'wool', 'instead', 'of', 'that', 'mystery', 'mix', 'of', 'fibers', 'that', 'sometimes', 'is', 'the', 'case', 'with', 'things', 'described', 'as', 'wool', 'the', 'one', 'thing', 'that', 'might', 'be', 'more', 'discouraging', 'to', 'online', 'buyers', 'is', 'that', 'the', 'color', 'is', 'not', 'the', 'lovely', 'blue', 'the', 'picture', 'depicts', ',4,1,0', 'general', 'tops', 'sweaters'] ['12948,736,38', 'skimpy', 'i', 'love', 'the', 'look', 'of', 'this', 'bra', 'but', 'unfortunately', 'it', 'is', 'pretty', 'skimpy', 'and', 'sheer', 'i', 'need', 'a', 'little', 'more', 'padding', 'to', 'define', 'my', 'shape', 'and', 'i', 'wish', 'it', 'had', 'modesty', 'padding', 'this', 'was', "n't", 'for', 'me', 'so', 'i', 'returned', 'it', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['12949,872,53', 'catchy', 'towel', 'great', 'unique', 'style', 'top', 'for', 'casual', 'or', 'dress,5,1,0', 'general', 'petite', 'tops', 'knits'] ['12950,444,25', 'super', 'cute', 'light', 'weight', 'beach', 'cover', 'up', 'i', 'bought', 'this', 'for', 'a', 'beach', 'getaway', 'with', 'the', 'purpose', 'of', 'using', 'it', 'as', 'a', 'beach', 'cover', 'up', 'it', 'was', 'great', 'for', 'this', 'purpose', 'however', 'i', 'also', 'bought', 'it', 'thinking', 'that', 'i', 'could', 'use', 'it', 'as', 'a', 'dress', 'during', 'the', 'summer', 'i', 'probably', 'wo', "n't", 'be', 'using', 'it', 'for', 'purposes', 'other', 'than', 'the', 'beach', 'as', 'it', 'is', 'extremely', 'light', 'weight', 'and', 'a', 'bit', 'sheer', 'also', 'although', 'it', "'s", 'hard', 'to', 'see', 'it', 'in', 'the', 'photo', 'there', 'are', 'slits', 'on', 'the', 'side', 'of', 'the', 'dress', 'all', 'of', 'these', 'elements', 'make', 'it', 'perfect', 'for', 'the', 'beach', 'when', 'you', 'want', 'a', 'breezy', 'light-weight', 'dress', 'bu', ',4,1,1', 'initmates', 'intimate', 'swim'] ['12951,736,39', 'i', 'really', 'love', 'the', 'look', 'and', 'style', 'of', 'these', 'i', 'am', 'not', 'a', 'fan', 'of', 'thong', 'underwear', 'definitely', 'prefer', 'these', 'bikini', 'or', 'hipster', 'styles', 'but', 'sometimes', 'it', "'s", 'hard', 'to', 'find', 'them', 'in', 'attractive', 'design', 'this', 'pair', 'is', 'definitely', 'attractive', 'and', 'i', 'like', 'how', 'they', 'fit', 'and', 'look', 'a', 'lot', 'i', "'ve", 'only', 'worn', 'them', 'once', 'and', 'they', 'held', 'up', 'well', 'for', 'the', 'day', 'i', 'often', 'find', 'lace', 'can', 'rip', 'on', 'the', 'first', 'wear', 'so', 'i', 'was', 'wary', 'they', 'did', 'okay', 'but', 'i', 'do', 'worry', 'that', 'they', 'seem', 'delicate', 'enough', 'i', 'could', 'accidentally', 'stuck', 'a', 'thumb', 'through', 'it', 'and', 'rip', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['12952,872,34', 'beautiful', 'pleating', 'adds', 'a', 'touch', 'of', 'elegance', 'for', 'my', '5', '9', '36', 'c', 'bust', 'hourglass', 'frame', 'and', '170', 'lbs', 'i', 'got', 'the', 'medium', 'and', 'found', 'it', 'fit', 'well', 'a', 'bit', 'snug', 'but', 'i', 'did', "n't", 'want', 'to', 'go', 'to', 'large', 'and', 'have', 'it', 'too', 'loose', 'at', 'the', 'top', 'my', 'thoughts', 'below'] ['__________'] ['pros'] ['lots', 'of', 'stretch', 'and', 'comfortable', 'due', 'to', 'being', 'part', 'modal'] ['the', 'pleating', 'on', 'either', 'side', 'on', 'the', 'shoulders', 'just', 'drapes', 'so', 'lovely', 'with', 'the', 'cowlneck', 'it', 'just', 'gives', 'it', 'an', 'edgy', 'look', 'that', 'i', 'really', 'like'] ['this', 'grey', 'has', 'actually', 'a', 'minuscule', 'houndstooth-like', 'or', 'checkboard-like', 'appearance', 'that', "'s", 'ha', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['12953,872,52', 'heavier', 'fabric', 'flattering', 'i', 'tried', 'this', 'on', 'even', 'though', 'i', 'usually', 'am', 'not', 'interested', 'in', 'cowlneck', 'tops', 'the', 'fabric', 'is', 'heavier', 'so', 'it', 'is', 'not', 'good', 'for', 'hot', 'weather', 'the', 'fabric', 'is', 'a', 'weave', 'of', 'lighter', 'and', 'darker', 'colors', 'you', 'can', 'see', 'if', 'you', 'zoom', 'in', 'so', 'it', 'has', 'an', 'interesting', 'texture', 'very', 'flattering', 'because', 'it', 'is', 'fitted', 'and', 'not', 'boxy', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['12954,838,44', 'perfection', 'thanks', 'to', 'the', 'previous', 'reviewer', 'who', 'noted', 'the', 'details', 'and', 'size', 'of', 'the', 'blouse', 'i', 'purchased', 'this', 'blouse', 'it', "'s", 'true', 'to', 'size', 'size', 'small', 'fit', 'me', 'perfectly', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'and', 'it', 'even', 'fit', 'my', 'muscular', 'arms', 'and', 'broad', 'shoulders', 'perfectly', 'the', 'color', 'is', 'very', 'rich', 'a', 'wine', 'color', 'some', 'of', 'the', 'jars', 'of', 'jam', 'have', 'berries', 'on', 'it', 'and', 'of', 'course', 'the', 'tassels', 'have', 'spoons', 'at', 'the', 'end', 'the', 'neckline', 'is', 'so', 'perfect', 'feminine', 'yet', 'appropriate', 'for', 'work', 'how', 'cute', 'is', 'that', 'it', 'is', 'a', 'silky', 'material', 'and', 'flows', 'perfectly', ',5,1,0', 'general', 'tops', 'blouses'] ['12955,103,52', 'shimmer', 'in', 'silver/grey', 'size', 'down', 'as', 'in', 'most', 'ribbed', 'camis', 'this', 'stretches', 'out', 'so', 'size', 'down', 'it', 'is', 'very', 'pretty/delicate', 'e.g', 'fabric', 'is', 'thin', 'and', 'the', 'silver/grey', 'color', 'has', 'metalic', 'thread', 'running', 'through', 'plan', 'to', 'pair', 'it', 'with', 'an', 'retailer', 'grey', 'bolero', 'sweater', 'for', 'the', 'holidays', ',4,1,1', 'initmates', 'intimate', 'layering'] ['12956,829,35', 'maternity', 'blouse', 'i', 'was', 'planning', 'on', 'wearing', 'this', 'at', 'the', 'office', 'but', 'it', 'looks', 'like', 'a', 'maternity', 'blouse', 'not', 'flattering', 'at', 'all', 'i', 'loved', 'the', 'concept', 'silky', 'loose', 'fitting', 'professional', 'but', 'they', 'did', "n't", 'succeed', 'its', 'a', 'big', 'mess', 'return', ',2,0,0', 'general', 'petite', 'tops', 'blouses'] ['12957,859,34', 'a', 'very', 'cute', 'cropped', 'topper', 'this', 'is', 'an', 'adorable', 'topper', 'for', 'all', 'these', 'ballgowns', 'when', 'you', 'have', 'no', 'top', 'that', 'said', 'it', 'was', 'a', 'lot', 'shorter', 'on', 'me', 'than', 'i', 'expected', 'i', 'attribute', 'this', 'to', 'the', 'fact', 'that', 'i', 'have', 'a', 'chest', 'the', 'fit', 'is', 'true', 'to', 'size', 'but', 'while', 'not', 'showing', 'much', 'tightness', 'around', 'the', 'chest', 'to', 'any', 'gape', 'in', 'the', 'buttons', 'in', 'the', 'back', 'it', 'became', 'more', 'of', 'a', 'crop', 'top', 'i', 'have', 'been', 'needing', 'a', 'short', 'topper', 'so', 'i', "'m", 'definitely', 'keeping', 'this', 'the', 'back', 'button', 'detail', 'is', 'adorable', 'the', 'lace', 'for', 'me', 'is', 'soft', 'and', 'not', 'stratchy', 'or', 'irritating', 'but', 'i', 'only', 'trie', ',5,1,4', 'general', 'tops', 'knits'] ['12958,1078,53', 'great', 'vintage', 'pattern', 'but', 'what', 'were', 'they', 'thinking', 'oh', 'such', 'a', 'classic', 'retailer', 'look', 'for', 'summer', 'a', 'vintage', 'pattern', 'on', 'a', 'crisp', 'cotton', 'fabric', 'i', 'was', 'immediately', 'drawn', 'to', 'it', 'but', 'wait-', 'there', 'is', 'a', 'sort', 'of', 'wrap', 'around', 'tie', 'at', 'the', 'waist', 'creating', 'the', 'look', 'of', 'an', 'apron', 'yes', 'it', 'looks', 'like', 'one', 'is', 'wearing', 'a', 'full', 'apron', 'or', 'scrub', 'dress'] ['why', 'this', 'would', 'have', 'been', 'sooo', 'much', 'better', 'as', 'a', 'simple', 'shift', 'or', 'a', 'skirt/blouse', 'combo', ',2,0,5', 'general', 'petite', 'dresses', 'dresses'] ['12959,942,53', 'perfect', 'weight', 'while', 'there', 'are', 'a', 'countless', 'number', 'of', 'winter-white', 'wear-with', 'everything', 'sweaters', 'this', 'is', 'the', 'best', 'one', 'i', 'have', 'seen', 'yet', 'it', 'is', 'a', 'substantial', 'weight', 'without', 'being', 'coat-like', 'it', 'is', 'cozy', 'and', 'can', 'be', 'crossed', 'over', 'in', 'front', 'to', 'wrap', 'if', 'desired', 'and', 'it', 'is', 'not', 'itchy', 'as', 'it', 'is', 'cotton', 'and', 'it', "'s", 'hand', 'washable', 'i', 'would', 'say', 'it', 'runs', 'true', 'to', 'size', 'i', 'wear', 'a', '0-2', 'and', 'petite', '5', 'ft', '2', 'in', 'i', 'purchased', 'the', 'xs', 'but', 'not', 'in', 'petite', 'becasue', 'i', 'wanted', 'the', 'length', 'it', 'fits', 'fine', 'in', 'the', 'shoulders', 'but', 'the', 'sleeves', 'hit', 'me', 'at', 'my', 'knuc', ',5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['12960,1078,75', 'more', 'cons', 'than', 'pros', 'the', 'material', 'is', 'adorable', 'and', 'if', 'it', 'was', 'available', 'in', 'a', 'blouse', 'with', 'sleeves', 'i', 'would', 'buy', 'in', 'a', 'minute', 'we', 'have', 'a', 'pool', 'and', 'i', 'thought', 'it', 'would', 'be', 'cute', 'to', 'wear', 'while', 'entertaining', 'now', 'the', 'cons', 'i', 'am', 'long', 'waisted', 'and', 'this', 'strange', 'tie', 'knotted', 'high', 'under', 'the', 'bustline', 'giving', 'an', 'odd', 'lumpy', 'look', 'it', 'runs', 'short', 'and', 'i', 'ca', "n't", 'imagine', 'who', 'thought', 'this', 'design', 'was', 'a', 'good', 'idea', 'there', 'were', 'no', 'reviews', 'when', 'i', 'ordered', 'i', 'am', 'learning', 'to', 'try', 'it', 'on', 'in', 'the', 'store', 'and/or', 'read', 'the', 'reviews', 'before', 'investing', 'i', 'would', 'say', 'go', 'up', 'a', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['12961,940,34', 'warm', 'soft', 'pretty', 'what', "'s", 'not', 'to', 'love', 'this', 'sweater', 'is', 'pretty', 'fits', 'tts', 'feels', 'soft', 'against', 'the', 'skin', 'and', 'has', 'a', 'good', 'weight', 'to', 'it', 'so', 'cami', 'is', 'absolutely', 'not', 'needed', 'i', 'particularly', 'like', 'the', 'buttons', 'on', 'the', 'side', 'you', 'could', 'unbutton', 'to', 'have', 'the', 'sweater', 'feel', 'more', 'swingy', 'and', 'show', 'more', 'of', 'the', 'underlayer', 'the', 'design', 'in', 'the', 'back', 'is', 'simple', 'and', 'flattering', 'for', 'all', 'figures', 'i', 'think', 'this', 'shade', 'of', 'gray', 'is', 'also', 'appealing', 'to', 'me', 'as', 'it', "'s", 'not', 'too', 'light', 'or', 'dark', 'and', 'has', 'a', 'hint', 'of', 'periwinkle', 'undertone', 'to', 'it', 'the', 'sweater', 'is', 'on', 'the', 'shorter', 'side', 'but', 'i', 'do', 'think', ',4,1,2', 'general', 'tops', 'sweaters'] ['12962,829,51', ',beautiful', 'blouse', 'the', 'material', 'is', 'great', 'long', 'enough', 'to', 'wear', 'over', 'leggings', 'but', 'i', "'ve", 'also', 'worn', 'with', 'my', 'flare', 'jeans', 'somewhat', 'fitted', 'at', 'the', 'top', 'and', 'then', 'drapes', 'out', 'in', 'a', 'gorgeous', 'way', 'one', 'of', 'my', 'new', 'favorites.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12963,940,49', 'nice', 'the', 'sweater', 'had', 'a', 'square', 'fit', 'it', 'has', 'a', 'chiffon', 'ruffle', 'at', 'the', 'bottom', 'which', 'i', 'did', "n't", 'see', 'in', 'the', 'picture.,5,1,0', 'general', 'tops', 'sweaters'] ['12964,829,57', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12965,829,62', 'beautiful', 'absolutely', 'love', 'this', 'in', 'blue', 'the', 'cut', 'and', 'fit', 'are', 'flowy', 'while', 'still', 'having', 'a', 'flattering', 'shape', 'the', 'colors', 'and', 'pattern', 'are', 'accurate', 'on', 'screen', 'vibrant', 'and', 'rich', 'the', 'tie', 'front', 'is', 'a', 'pretty', 'detail', 'allowing', 'the', 'top', 'to', 'feel', 'a', 'little', 'dressy', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12966,829,31', 'maeve', 'has', 'done', 'it', 'again', 'maeve', 'has', 'done', 'it', 'again', 'with', 'a', 'fabulous', 'blouse', 'i', 'bought', 'in', 'the', 'blue', 'motif', 'and', 'the', 'colors', 'are', 'so', 'wonderfully', 'fall', 'the', 'length', 'is', 'great', 'for', 'skinny', 'jeans', 'and', 'leggings', 'loved', 'that', 'it', 'covered', 'the', 'rear', 'end', 'as', 'well', 'i', 'am', '5', '5', '135lbs', 'curvy/athletic', 'frame', '34c', 'and', 'the', 'size', 'small', 'fit', 'well', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['12967,661,64', 'i', "'m", 'wearing', 'it', 'as', 'a', 'top', 'i', 'bought', 'this', 'in', 'the', 'store', 'so', 'i', 'did', "n't", 'know', 'that', 'it', 'was', 'actually', 'a', 'sleep', 'chemise', 'i', 'kind', 'of', 'wondered', 'if', 'it', 'was', 'supposed', 'to', 'be', 'a', 'super-short', 'dress', 'but', 'the', 'salesgirl', 'said', 'that', 'it', 'was', 'a', 'top', 'so', 'i', 'tried', 'it', 'on', 'the', 'price', 'is', 'shocking', 'but', 'i', "'m", 'a', 'teacher', 'and', 'this', 'month', 'july', 'teachers', 'get', '15', 'off', 'so', 'that', 'helped', 'a', 'little', 'bit', 'when', 'i', 'tried', 'it', 'on', 'i', 'absolutely', 'loved', 'it', 'maybe', 'i', 'look', 'like', 'a', 'cupcake', 'but', 'i', "'m", 'a', 'very', 'happy', 'cupcake', 'with', 'tassels', 'dangling', 'from', 'my', 'sleeves', 'who', 'does', "n't", 'love', 'tassels', 'this', 'is', 'just', 'a', 've', ',5,1,8', 'general', 'petite', 'intimate', 'lounge'] ['12968,829,39', 'long', 'in', 'the', 'back', 'another', 'really', 'cute', 'iop', 'i', 'tried', 'on', 'the', 'blue', 'but', 'if', 'you', 'are', 'short', 'you', 'definitely', 'ned', 'a', 'petite', 'size', 'sofy', 'fabric', 'and', 'pretty', 'pattern', 'like', 'hte', 'tie', 'nexk', 'too', 'bad', 'they', 'sold', 'out', 'in', 'my', 'size', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['12969,1078,39', 'cute', 'lots', 'of', 'fabric', 'i', 'tried', 'the', 'regular', 'szie', 'in', 'store', 'like', 'the', 'cut', 'need', 'petite', 'though', 'too', 'long', 'and', 'a', 'lot', 'of', 'fabric', 'i', 'am', '5', '1.5', 'and', '115lbs', 'color', 'unfortunatly', 'looke', 'aweful', 'on', 'my', 'skin', 'tone', 'and', 'washed', 'me', 'out', 'would', 'need', 'to', 'be', 'more', 'red', 'the', 'striping', 'washed', 'out', 'the', 'color', 'nad', "dind't", 'look', 'flattering', 'on', 'me', 'the', 'cut', 'did', 'however'] [] ['so', 'if', 'you', 'ahge', 'a', 'good', 'hur', 'to', 'your', 'skin', 'good', 'dress', 'for', 'you', 'if', 'you', 'are', 'palelike', 'me', 'i', 'do', "n't", 'recommend'] [] ['ps', 'love', 'hte', 'tie', 'waist', 'picture', 'not', 'asflattering', 'as', 'on', 'person', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['12970,829,36', 'adorable', 'top', 'i', 'rarely', 'write', 'reviews', 'but', 'this', 'one', 'deserves', 'one', 'this', 'top', 'is', 'completely', 'utterly', 'adorable', 'it', 'flows', 'so', 'beautifully', 'which', 'makes', 'it', 'perfect', 'to', 'wear', 'with', 'leggings/skinny', 'jeans', 'i', 'wore', 'mine', 'with', 'a', 'blazer', 'for', 'a', 'work', 'holiday', 'party', 'and', 'i', 'received', 'so', 'many', 'compliments', 'this', 'top', 'makes', 'you', 'feel', 'so', 'feminine', 'and', 'pretty', 'i', 'love', 'the', 'maeve', 'brand', 'and', 'this', 'is', 'certainly', 'no', 'exception', 'i', "'d", 'love', 'to', 'get', 'it', 'in', 'multiple', 'colors', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['12971,1078,33', 'great', 'dress', 'for', 'summer', 'this', 'dress', 'is', 'gorgeous', 'i', 'took', 'the', 'advice', 'of', 'a', 'previous', 'reviewer', 'and', 'tried', 'one', 'size', 'down', 'it', 'fit', 'perfectly', 'i', 'am', 'usually', 'between', 'a', '10', 'or', '8', 'in', 'retailer', 'dresses', 'depending', 'on', 'the', 'cut', 'the', 'size', '8', 'in', 'this', 'was', 'great', 'i', 'am', 'near', 'the', 'small', 'chested', 'side', 'a', '36b', 'and', 'there', 'was', 'still', 'plenty', 'of', 'room', 'in', 'the', 'top', 'the', 'swimmers', 'on', 'the', 'dress', 'are', 'embroidered', 'and', 'i', 'did', "n't", 'really', 'notice', 'until', 'i', 'saw', 'the', 'inside', 'beautiful', 'detail', 'the', 'dress', 'is', 'a', 'lightweight', 'cotton', 'and', 'great', 'for', 'warm', 'weather', 'its', 'even', 'more', 'flattering', 'to', 'be', 'a', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['12972,661,24', 'beautiful', 'yet', 'runs', 'large', 'i', 'really', 'loved', 'the', 'material', 'and', 'the', 'feel', 'of', 'this', 'item', 'however', 'it', 'does', 'run', 'very', 'large', 'even', 'though', 'it', 'is', 'meant', 'to', 'be', 'loungewear', 'it', 'is', 'great', 'as', 'a', 'top', 'with', 'skinny', 'jeans', 'or', 'leggings', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['12973,871,36', 'the', 'shape', 'is', 'flattering', 'on', 'my', 'postpartum', 'body', 'even', 'though', 'the', 'material', 'is', 'stretchy', 'cotton', 'and', 'the', 'shirt', 'fits', 'well', 'across', 'my', 'shoulders', 'and', 'chest', 'the', 'swing', 'shape', 'hides', 'my', 'stomach', 'area', 'the', 'material', 'does', "n't", 'seem', 'particularly', 'breathable', 'so', 'you', 'might', 'want', 'to', 'avoid', 'wearing', 'it', 'in', 'really', 'hot', 'humid', 'weather', 'but', 'for', 'my', 'summers', 'in', 'the', 'pacific', 'northwest', 'it', "'ll", 'be', 'fine', ',5,1,1', 'general', 'tops', 'knits'] ['12974,865,37', 'not', 'the', 'best', 'fit', 'the', 'sweater', 'fits', 'a', 'bit', 'awkward', 'in', 'the', 'front', 'it', 'draped', 'more', 'than', 'i', 'would', 'have', 'liked', 'also', 'the', 'transition', 'from', 'the', 'stripes', 'to', 'the', 'solid', 'gray', 'felt', 'non', 'cohesive', 'because', 'of', 'the', 'stitching', 'returned', 'the', 'item', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['12975,1078,22', 'beautiful', 'dress', 'just', 'not', 'for', 'me', 'this', 'dress', 'is', 'really', 'gorgeous', 'really', 'fun', 'and', 'beautifully', 'made', 'i', "'m", 'typically', 'an', '8petite', '140lbs', '5', '4', '34dd', 'so', 'i', 'got', 'this', 'in', 'an', '8', 'and', 'it', 'was', 'huge', 'on', 'me', 'there', 'was', 'so', 'much', 'extra', 'room', 'in', 'the', 'chest', 'and', 'the', 'back', 'and', 'it', 'was', 'much', 'too', 'long', 'for', 'me', 'even', 'if', 'i', 'sized', 'down', 'it', 'feels', 'a', 'little', 'age', 'inappropriate', 'for', 'me', 'i', "'m", '21', 'and', 'it', 'felt', 'very', 'conservative', 'and', 'unflattering', 'i', 'think', 'this', 'dress', 'is', 'excellent', 'just', 'not', 'for', 'me', ',3,1,6', 'general', 'petite', 'dresses', 'dresses'] ['12976,829,24', 'love', 'the', 'fit', 'i', 'adore', 'this', 'blouse', 'i', 'bought', 'it', 'in', 'the', 'blue', 'at', 'my', 'local', 'store', 'and', 'ordered', 'the', 'white', 'so', 'cute', 'be', 'careful-', 'i', 'dried', 'my', 'blue', 'one', 'i', 'openly', 'did', 'not', 'read', 'the', 'care', 'instructions', 'haha', 'and', 'it', 'shrunk', 'a', 'little', 'still', 'beautiful', 'though', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12977,1078,29', 'beautiful', 'dress', 'terrible', 'zipper', 'i', 'loved', 'the', 'look', 'of', 'the', 'dress', 'it', "'s", 'a', 'very', 'flattering', 'design', 'however', 'i', 'absolutely', 'hate', 'the', 'side', 'zipper', 'every', 'time', 'i', 'have', 'worn', 'it', 'the', 'zipper', 'will', 'get', 'stuck', 'and', 'it', 'is', 'a', 'struggle', 'to', 'get', 'it', 'up', 'the', 'side', 'tie', 'is', 'a', 'very', 'cute', 'touch', 'but', 'you', 'definitely', 'have', 'to', 'figure', 'out', 'the', 'best', 'way', 'to', 'tie', 'it', 'so', 'you', 'do', "n't", 'have', 'a', 'huge', 'bump', 'of', 'fabric', 'on', 'your', 'back', 'having', 'said', 'all', 'this', 'i', 'still', 'did', 'get', 'a', 'lot', 'of', 'compliments', 'from', 'this', 'dress', 'i', 'do', 'wish', 'the', 'dress', 'had', 'a', 'lining', ',3,1,0', 'general', 'dresses', 'dresses'] ['12978,1078,23', 'the', 'most', 'darling', 'little', 'dress', 'i', 'bought', 'this', 'dress', 'as', 'soon', 'as', 'i', 'received', 'the', 'retailer', 'catalogue', 'i', 'rushed', 'to', 'the', 'store', 'because', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'when', 'i', 'tried', 'it', 'on', 'i', 'went', 'a', 'complete', 'size', 'down', 'i', "'m", 'usually', 'an', '8', 'but', 'i', 'snagged', 'this', 'beauty', 'in', 'a', '6.', 'the', 'top', 'part', 'really', 'does', 'run', 'larger', 'so', 'unless', 'you', 'have', 'really', 'broad', 'shoulders', 'you', "'ll", 'need', 'to', 'size', 'down', 'the', 'sleeves', 'hit', 'my', 'arms', 'at', 'a', 'nice', 'place', 'and', 'the', 'little', 'tie', 'in', 'the', 'front', 'is', 'awesome', 'because', 'not', 'only', 'is', 'it', 'an', 'interesting', 'detail', 'it', 'can', 'be', 'loosened', 'or', 'tightened', 'd', ',5,1,3', 'general', 'dresses', 'dresses'] ['12979,829,53', 'great', 'blouse', 'this', 'blouse', 'combines', 'two', 'things', 'i', 'love', 'swing', 'tops', 'and', 'bows', 'just', 'received', 'this', 'and', 'am', 'very', 'pleased', 'the', 'blue', 'version', 'is', 'very', 'pretty', 'i', 'recently', 'purchased', 'another', 'top', 'by', 'the', 'same', 'brand', 'and', 'ordered', 'a', '6.', 'for', 'this', 'i', 'ordered', 'a', 'small', 'and', 'am', 'glad', 'i', 'did', 'i', 'would', 'suggest', 'ordering', 'your', 'regular', 'size', 'the', 'top', 'is', 'fitted', 'the', 'bottom', 'is', 'very', 'fluid', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['12980,829,35', 'cute', 'top', 'they', 'were', 'sold', 'out', 'of', 'the', 'medium', 'that', 'i', 'usually', 'wear', 'in', 'tops', 'so', 'i', 'got', 'a', 'petite', 'large', 'hoping', 'that', 'would', 'work', 'it', 'obviously', 'is', "n't", 'the', 'ideal', 'fit', 'but', 'it', 'will', 'manage', 'it', "'s", 'very', 'cute', 'but', 'the', 'colors', 'are', "n't", 'as', 'vibrant', 'as', 'they', 'looked', 'in', 'the', 'pictures', 'for', 'example', 'the', 'red', 'in', 'the', 'floral', 'print', 'looks', 'more', 'like', 'a', 'rust', 'color', 'in', 'person', 'but', 'i', 'do', 'like', 'it', 'and', 'plan', 'on', 'keeping', 'it', 'will', 'look', 'cute', 'with', 'dark', 'jeans', 'and', 'brown', 'boots', ',4,1,0', 'general', 'tops', 'blouses'] ['12981,829,40', 'great', 'top', 'this', 'is', 'a', 'great', 'top', 'easy', 'breezy', 'and', 'perfect', 'for', 'fall', 'in', 'miami', 'perfect', 'top', 'for', 'spring', 'too', 'love', 'the', 'whimsical', 'pattern', 'a', 'great', 'addition', 'to', 'any', 'wardrobe.,5,1,1', 'general', 'tops', 'blouses'] ['12982,1078,25', 'adorable', 'ok', 'so', 'after', 'reading', 'the', 'other', 'reviews', 'i', "'m", 'sad', 'to', 'say', 'i', 'rated', 'this', 'as', 'runs', 'small', 'only', 'because', 'i', 'usually', 'buy', 'one', 'or', 'two', 'sizes', 'smaller', 'in', 'maeve', 'than', 'i', 'settled', 'on', 'with', 'this', 'dress', 'it', "'s", 'actually', 'an', 'adorable', 'dress', 'but', 'i', "'m", 'sure', 'you', 'have', 'to', 'have', 'the', 'right', 'figure', 'i', 'do', "n't", 'think', 'any', 'one', 'woman', 'has', 'the', 'same', 'figure', 'as', 'another', 'and', 'this', 'dress', 'is', 'made', 'for', 'someone', 'with', 'a', 'very', 'definite', 'hourglass', 'figure', 'i', 'have', 'a', 'large', 'chest', 'a', 'moderate', 'middle', 'and', 'large', 'hips', 'i', 'really', 'loved', 'both', 'sizes', 'but', 'i', 'chose', 'to', 'size', 'up', 'b', ',4,1,7', 'general', 'dresses', 'dresses'] ['12983,829,62', 'pretty', 'in', 'blue', 'i', 'ordered', 'this', 'top', 'in', 'xs', 'and', 'blue', 'its', 'subtle', 'but', 'pretty', 'on', 'as', 'the', 'style', 'gives', 'it', 'a', 'boost', 'it', 'is', 'a', 'bit', 'snug', 'in', 'the', 'shoulders', 'cut', 'a', 'little', 'snug', 'in', 'armpit', 'but', 'i', 'would', 'not', 'want', 'it', 'larger', 'it', 'does', 'not', 'affect', 'the', 'appearance', 'is', 'not', 'uncomfortable', 'just', 'noticeable', 'when', 'moving', 'arms', 'around', 'nice', 'fall', 'top', 'want', 'to', 'try', 'with', 'blue', 'or', 'white', 'jeans', 'and', 'boots', ',4,1,3', 'general', 'tops', 'blouses'] ['12984,1078,49', 'cute', 'summer', 'dress', 'really', 'cute', 'fun', 'print', 'nice', 'summer', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['12985,1078,40', 'pretty', 'print', 'strange', 'fit', 'totally', 'bummed', 'the', 'pretty', 'print', 'does', "n't", 'outweigh', 'the', 'very', 'odd', 'fit', 'of', 'this', 'dress', 'makes', 'you', 'look', 'really', 'top', 'heavy', 'and', 'even', 'the', 'print', 'which', 'looks', 'so', 'cute', 'online', 'looks', 'muddled', 'in', 'person', 'sadly', 'went', 'right', 'back', ',1,0,6', 'general', 'dresses', 'dresses'] ['12986,1081,41', 'disappointing', 'i', 'really', 'liked', 'this', 'dress', 'in', 'pictures', 'online', 'i', 'wanted', 'to', 'wear', 'it', 'to', 'work', 'on', 'casual', 'fridays', 'everything', 'about', 'this', 'dress', 'was', 'a', 'disappointment', 'especially', 'at', 'this', 'price', 'point', 'the', 'fit', 'was', 'weird', 'tight', 'in', 'some', 'places', 'too', 'loose', 'in', 'others', 'i', "'m", 'usually', 'xs', 'or', 's', 'i', 'ordered', 'this', 'one', 'is', 's', 'it', "'s", 'made', 'out', 'of', 'a', 'fairly', 'thick', 'and', 'warm', 'material', 'yet', 'the', 'neck', 'area', 'of', 'the', 'dress', 'is', 'more', 'exposed', 'than', 'it', 'appears', 'in', 'pictures', 'especially', 'in', 'the', 'back', 'making', 'it', 'awkward', 'to', 'have', 'this', 'very', 'warm', 'dress', 'with', 'neck', 'upper', 'b', ',2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['12987,1078,26', 'fun', 'day', 'dress', 'i', 'have', 'to', 'agree', 'with', 'another', 'poster', 'who', 'was', 'dissapointed', 'about', 'the', 'dress', 'not', 'being', 'lined', 'i', 'mean', 'any', 'dress', 'over', '50', 'should', 'at', 'least', 'be', 'lined', 'but', 'overall', 'this', 'is', 'an', 'adorable', 'dress', 'very', 'flattering', 'and', 'so', 'fun', 'for', 'summer', 'if', 'it', 'were', 'lined', 'i', 'would', 'have', 'purchased', 'but', 'that', "'s", 'all', 'personal', 'preference', 'as', 'i', 'can', 'not', 'stand', 'having', 'to', 'wear', 'a', 'slip', ',4,1,2', 'general', 'dresses', 'dresses'] ['12988,942,42', 'lovely', 'flattering', 'thick', 'sweater', 'i', 'love', 'this', 'sweater', 'i', 'found', 'it', 'in', 'the', 'sale', 'section', 'a', 'few', 'weeks', 'ago', 'but', 'was', "n't", 'sure', 'if', 'it', 'would', 'be', 'too', 'bulky', 'it', 'had', 'a', 'dark', 'smudge', 'on', 'the', 'collar', 'left', 'from', 'someone', 'or', 'something', 'i', 'thought', 'maybe', 'it', 'had', 'been', 'left', 'behind', 'by', 'others', 'for', 'that', 'reason', 'because', 'the', 'quality', 'was', 'so', 'nice', 'thankfully', 'i', 'washed', 'it', 'and', 'the', 'smudge', 'came', 'out'] [] [] ['i', 'live', 'in', 'houston', 'tx', 'and', 'do', "n't", 'need', 'to', 'wear', 'wool', 'or', 'cashmere', 'sweaters', 'for', 'warmth', 'this', 'is', 'mostly', 'cotton', 'it', 'is', 'well', 'made', 'the', 'sleeves', 'were', 'longer', 'on', 'me', 'than', 'the', 'model', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['12989,942,57', 'stiff', 'and', 'heavy', 'i', 'have', 'been', 'looking', 'for', 'a', 'basic', 'ivory', 'sweater', 'i', 'waited', 'for', 'this', 'one', 'to', 'go', 'on', 'sale', 'the', 'style', 'is', 'cute', 'but', 'the', 'sweater', 'itself', 'is', 'very', 'stiff', 'and', 'heavy', 'unfortunately', 'i', 'decided', 'to', 'return', 'it.,3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['12990,661,43', 'runs', 'way', 'too', 'big', 'i', 'really', 'wanted', 'to', 'love', 'this', 'piece', 'but', 'it', 'was', 'very', 'large', 'i', "'m", '5', '2', 'and', 'ordered', 'xs/s', 'and', 'i', 'have', 'return', 'due', 'to', 'size.,1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['12991,829,58', 'love', 'this', 'blouse', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'on', 'this', 'blouse', 'material', 'is', 'very', 'comfortable', 'and', 'the', 'fit', 'is', 'great', ',5,1,3', 'general', 'tops', 'blouses'] ['12992,1078,57', 'cute', 'dress', 'this', 'dress', 'is', 'cute', 'and', 'i', 'will', 'wear', 'it', 'to', 'work', 'i', 'only', 'decided', 'to', 'keep', 'it', 'because', 'i', 'got', 'the', 'sale', 'price', 'and', 'an', 'additional', '40', 'percent', 'off', 'the', 'print', 'is', 'cute', 'but', 'a', 'little', 'bit', 'odd', 'it', "'s", 'a', 'swimmer', 'in', 'a', 'cap', 'the', 'tie', 'is', 'fun', ',3,1,1', 'general', 'dresses', 'dresses'] ['12993,829,49', 'gorgeous', 'print', 'cut', 'small', 'in', 'bust', 'i', 'loved', 'the', 'print', 'on', 'this', 'top', 'in', 'navy', 'from', 'the', 'picture', 'and', 'loved', 'it', 'even', 'more', 'in', 'person', 'it', 'is', 'gorgeous', 'and', 'the', 'top', 'feels', 'high', 'quality', 'that', 'said', 'as', 'usual', 'with', 'maeve', 'clothing', 'it', 'fit', 'me', 'strangely', 'i', 'am', 'curvy', 'with', 'a', 'small', 'upper', 'body', '34', 'd', 'but', 'larger', 'bust', 'and', 'maeve', 'tops', 'are', 'almost', 'always', 'too', 'tight', 'in', 'the', 'bust', 'and', 'too', 'flowy', 'around', 'the', 'middle', 'which', 'creates', 'a', 'pregnant', 'look', 'on', 'me', 'at', 'least', 'i', 'feel', 'their', 'fit', 'model', 'must', 'be', 'small', 'busted', 'so', 'for', 'small', 'busted', 'ladies', 'this', 'top', 'would', 'be', 'lovely', 'i', 'always', ',4,1,0', 'general', 'tops', 'blouses'] ['12994,829,45', 'great', 'top', 'love', 'everything', 'about', 'the', 'top', 'it', "'s", 'very', 'versatile', 'wear', 'by', 'itself', 'or', 'with', 'a', 'cute', 'jacket', 'it', "'s", 'a', 'great', 'staple', 'to', 'have', 'in', 'your', 'closet.,5,1,1', 'general', 'tops', 'blouses'] ['12995,1078,62', 'charming', 'and', 'delightful', 'this', 'dress', 'is', 'the', 'opitome', 'of', 'summer', 'day', 'or', 'night', 'running', 'errands', 'during', 'the', 'day', 'to', 'a', 'casual', 'night', 'out', 'this', 'dress', 'will', 'be', 'that', 'go', 'to', 'favorite', 'i', 'feel', 'it', 'runs', 'small', 'on', 'the', 'top', 'i', 'am', 'large', 'busted', 'and', 'i', 'sized', 'up', 'for', 'this', 'reason', 'and', 'it', 'still', 'could', 'be', 'roomier', 'i', 'wear', 'a', 'size', '10', 'on', 'top', 'and', 'for', 'referance', 'i', 'got', 'the', '12.', 'i', 'will', 'keep', 'it', 'as', 'it', 'is', 'not', 'uncomfortable', 'but', 'for', 'a', 'drees', 'that', 'lends', 'to', 'a', 'drape', 'on', 'top', 'i', 'wish', 'they', 'would', 'have', 'made', 'it', 'roomier', 'imhave', 'never', 'had', 'this', 'issue', 'with', 'mauve', 'as', 'it', 'is', 'one', 'of', 'my', ',5,1,0', 'general', 'dresses', 'dresses'] ['12996,829,28', 'cute', 'top', 'i', 'love', 'the', 'print', 'on', 'this', 'love', 'and', 'the', 'fit', 'for', 'a', 'swing', 'blouse', 'was', 'super', 'flattering', 'typically', 'i', 'have', "n't", 'found', 'that', 'to', 'be', 'true', 'but', 'this', 'one', 'is', 'so', 'nice', 'i', 'loved', 'it', 'so', 'much', 'but', 'i', 'just', 'could', "n't", 'find', 'a', 'ton', 'of', 'outfits', 'to', 'wear', 'with', 'such', 'a', 'unique', 'piece', 'i', 'have', 'been', 'trying', 'to', 'slim', 'my', 'closet', 'so', 'i', 'did', 'return', 'this', 'but', 'perhaps', 'would', 'purchase', 'it', 'on', 'sale', 'to', 'justify', 'wearing', 'it', 'less', 'i', 'typically', 'wear', 'a', '4', 'in', 'tops', 'and', 'dresses', 'and', 'took', 'an', 'xs', ',5,1,1', 'general', 'tops', 'blouses'] ['12997,859,45', 'wow', 'beautiful', 'this', 'top', 'is', 'absolutely', 'gorgeous', 'i', 'ordered', 'in', 'xs', 'and', 'unfortunately', 'could', 'not', 'button', 'it', 'too', 'tight', 'for', 'reference', 'i', 'am', '5-3', '120', 'lbs', '34b', 'i', 'will', 'definately', 'be', 'exchanging', 'it', 'for', 'a', 'size', 's', 'i', 'just', 'love', 'how', 'classy', 'and', 'glamorous', 'this', 'top', 'is', 'i', 'do', 'wish', 'it', 'were', 'a', 'few', 'inches', 'longer', 'but', 'it', 'still', 'looks', 'so', 'nice', 'i', 'agree', 'with', 'other', 'reviewer', 'how', 'nice', 'it', 'will', 'go', 'over', 'a', 'cocktail', 'dress', 'hoping', 'the', 'size', 's', 'has', 'a', 'better', 'fit', 'on', 'me', ',5,1,2', 'general', 'tops', 'knits'] ['12998,808,52', 'sunday', 'tunic', 'i', 'love', 'this', 'very', 'comfortable', 'cute', 'dress', 'true', 'to', 'size', 'picture', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['12999,1094,39', 'flouncy', 'what', 'a', 'fun', 'print', 'to', 'have', 'on', 'a', 'dress', 'let', 'alone', 'a', 'sweet', 'off', 'white', 'lace', 'confection', 'like', 'this', 'one', 'i', 'really', 'love', 'the', 'design', 'and', 'all', 'the', 'nice', 'high', 'quality', 'touches', 'because', 'i', 'am', 'busty', 'and', 'there', 'is', 'no', 'stretch', 'i', 'sized', 'up', 'my', 'only', 'wish', 'was', 'that', 'the', 'look', 'of', 'the', 'skirt', 'was', "n't", 'so', 'innocent', 'the', 'flounce', 'looks', 'a', 'bit', 'juvenile', 'especially', 'at', 'my', 'age', 'i', "'ll", 'try', 'to', 'figure', 'out', 'how', 'to', 'flatten', 'it', 'maybe', 'wet', 'the', 'skirts', 'like', 'a', 'regency', 'lady', 'here', 'are', 'my', 'stats', 'since', 'i', 'purchased', '12p', '5', '3', '145', '36dd', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13000,661,39', 'ig', 'and', 'the', 'first', 'reviewer', 'convinced', 'me', 'to', 'buy', 'this', 'top', 'it', 'was', 'styled', 'so', 'beautifully', 'with', 'jeans', 'and', 'shorts', 'on', 'two', 'different', 'retailer', 'associates', 'i', 'wanted', 'to', 'see', 'if', 'i', 'could', 'pull', 'it', 'off', 'too', 'unfortunately', 'my', 'body', 'type', 'and', 'shortness', 'makes', 'the', 'it', 'look', 'like', 'i', "'m", 'wearing', 'short', 'peasant', 'skirt', 'as', 'a', 'top', 'really', 'disappointed', 'since', 'the', 'top', 'is', 'soft', 'beautiful', 'vibrant', 'silk', 'maybe', 'i', 'will', 'keep', 'since', 'i', "'m", 'losing', 'weight', 'and', 'will', 'try', 'it', 'on', 'again', 'generally', 'i', 'wear', 'size', 'm/l', 'and', 'i', "'m", '5', '3', '135', '38-28-35.', 'purchased', 'this', 'c', ',5,1,6', 'general', 'petite', 'intimate', 'lounge'] ['13001,940,40', ',,5,1,0', 'general', 'tops', 'sweaters'] ['13002,829,45', 'beautiful', 'color', 'the', 'color', 'is', 'just', 'beautiful', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', ',4,1,0', 'general', 'tops', 'blouses'] ['13003,1078,33', 'different', 'and', 'fun', 'i', 'really', 'liked', 'this', 'dress', 'online', 'and', 'i', 'loved', 'it', 'in', 'person', 'the', 'print', 'is', 'different', 'the', 'waist', 'is', 'synched', 'skirt', 'is', 'full', 'has', 'a', 'very', 'feminine', 'shape', 'definitely', 'a', 'special', 'piece', 'runs', 'large', 'i', "'m", 'usually', 'a', '6', 'in', 'dresses', 'and', 'an', '8', 'in', 'skirts', 'i', "'m", '5-5', '136', 's', '34c', 'and', 'then', '6', 'was', 'noticeably', 'too', 'big', 'size', '4', 'fit', 'perfect', 'and', 'i', "'m", 'no', 'size', '4', 'no', 'sleeves', 'will', 'make', 'if', 'easy', 'to', 'add', 'a', 'denim', 'jacket', 'or', 'a', 'cardigan', 'it', 'hits', 'approx', '3-4', 'above', 'the', 'knees', 'but', 'has', 'a', 'conservative', 'high', 'neckline', 'and', 'back', 'is', 'covered', 'good', 'quali', ',5,1,1', 'general', 'dresses', 'dresses'] ['13004,942,45,80', "'s", 'sweater', 'remember', 'those', 'cable-knot', 'cotton', 'sweaters', 'that', 'were', 'popular', 'in', 'the', 'eighties', 'that', "'s", 'exactly', 'what', 'this', 'sweater', 'is', 'everywhere', 'your', 'body', 'bends', 'like', 'elbows', 'is', 'emphasized', 'by', 'the', 'fact', 'that', 'cotton', 'does', 'not', 'bounce', 'back', 'like', 'other', 'finer', 'fabrics', 'like', 'wool', 'and', 'cashmere', 'i', "'ll", 'pass', 'on', 'this', ',2,0,6', 'general', 'petite', 'tops', 'sweaters'] ['13005,1081,47', 'stylish', 'and', 'comfortable', 'the', 'fabric', 'of', 'this', 'dress', 'is', 'warm', 'soft', 'and', 'comfortable', 'it', 'is', 'versatile', 'and', 'can', 'be', 'worn', 'at', 'both', 'work', 'or', 'out', 'for', 'a', 'casual', 'evening', 'date', 'it', 'is', 'cute', 'without', 'a', 'belt', 'but', 'i', 'prefer', 'one', 'just', 'to', 'give', 'it', 'more', 'shape', 'i', 'plan', 'to', 'wear', 'it', 'often', 'this', 'season', 'i', 'am', '34b/28/37', 'and', 'purchased', 'a', 'size', 'small', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['13006,1078,44', 'pretty', 'in', 'pink', 'i', 'made', 'a', 'visit', 'to', 'the', 'store', 'specifically', 'to', 'try', 'on', 'this', 'dress', 'and', 'it', 'was', 'a', 'disappointment', 'for', 'me', 'i', 'tried', 'on', 'size', '6', 'regular', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'and', 'i', 'could', 'not', 'zip', 'the', 'dress', 'up', 'half', 'way', 'the', 'zipper', 'is', 'on', 'the', 'side', 'but', 'it', "'s", 'more', 'to', 'the', 'back', 'which', 'i', 'have', 'to', 'stretch', 'my', 'arms', 'all', 'the', 'way', 'back', 'to', 'reach', 'it', 'it', 'stopped', 'at', 'my', 'waist', 'and', 'was', 'too', 'tight', 'for', 'me', 'to', 'zip', 'up', 'anymore', 'i', 'tried', 'on', 'an', '8', 'regular', 'and', 'the', 'entire', 'dress', 'was', 'huge', 'i', "'m", '34b', '26', 'waist', '36', 'hips', 'i', 'like', 'the', 'regular', 'size', 'because', 'the', 'l', ',3,1,1', 'general', 'dresses', 'dresses'] ['13007,829,65', 'i', 'love', 'this', 'top', 'it', 'is', 'soft', 'flattering', 'and', 'beautifully', 'cut/designed', 'i', 'get', 'so', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'i', 'have', 'the', 'blue', 'and', 'the', 'green', 'and', 'wish', 'they', 'had', 'the', 'white', 'in', 'my', 'size', 'beautifully', 'elegant', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'best', 'purchase', 'i', 'ever', 'made', 'at', 'retailer', ',5,1,1', 'general', 'tops', 'blouses'] ['13008,1078,48', 'great', 'summer', 'dress', 'i', 'love', 'this', 'dress', 'the', 'pattern', 'is', 'super', 'cute', 'and', 'looks', 'great', 'with', 'a', 'jean', 'jacket', 'and', 'comfy', 'sandals', 'or', 'white', 'sneakers', 'tons', 'of', 'compliments', ',5,1,1', 'general', 'dresses', 'dresses'] ['13009,1078,35', 'great', 'print', 'awkward', 'cut', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'prepared', 'to', 'buy', 'this', 'lovely', 'piece', 'i', 'feel', 'that', 'it', 'should', 'have', 'been', 'a', 'few', 'inches', 'longer', 'it', 'would', 'look', 'more', 'proportionate', 'next', 'the', 'tie', 'is', 'really', 'difficult', 'to', 'place', 'but', 'it', 'creates', 'some', 'great', 'detail', 'to', 'the', 'front', 'and', 'back', 'it', 'wrinkles', 'easily', 'i', 'can', 'see', 'it', 'would', 'need', 'to', 'be', 'ironed', 'before', 'each', 'wear', 'lastly', 'it', 'is', 'not', 'lined', 'what', 'a', 'bummer', 'at', 'least', 'the', 'skirt', 'could', 'be', 'lined', 'but', 'it', 'does', 'have', 'pockets', 'that', 'is', 'sweet', ',3,0,3', 'general', 'dresses', 'dresses'] ['13010,1078,35', 'awesome', 'dress', 'i', 'am', 'so', 'crazy', 'about', 'this', 'dress', 'i', 'got', 'it', 'in', 'the', 'mail', 'today', 'and', 'just', 'love', 'it', 'no', 'it', "'s", 'not', 'lined', 'but', 'it', "'s", 'not', 'see', 'through', 'so', 'no', 'big', 'deal', 'i', 'was', 'afraid', 'the', 'tie', 'would', 'add', 'bulk', 'but', 'i', 'look', 'very', 'thin', 'i', 'just', 'need', 'to', 'call', 'for', 'a', 'price', 'adjustment', 'since', 'i', 'payed', 'full', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['13011,1059,36', 'unique', 'trousers', 'i', 'am', '5', '0', '109lbs', 'and', 'the', '00', 'petite', 'fit', 'perfectly', 'the', 'length', 'was', 'great', 'too', 'as', 'one', 'reader', 'noted', 'the', 'zipper', 'can', 'be', 'a', 'little', 'tricky', 'but', 'dont', 'let', 'that', 'deter', 'you', 'from', 'getting', 'a', 'pair', 'of', 'these', 'sweet', 'duds', 'it', 'stretchs', 'out', 'a', 'little', 'as', 'the', 'day', 'goes', 'by', 'but', 'that', 'is', 'bearable', 'it', 'has', 'a', 'hint', 'of', 'pink', 'to', 'it', 'too', 'can', 'be', 'dressed', 'up', 'for', 'the', 'office', 'or', 'dressed', 'down', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13012,1081,41', 'runs', 'big', 'a', 'bit', 'sloppy', 'looking', 'and', 'overpriced', 'i', 'was', 'thoroughly', 'underwhelmed', 'it', 'did', 'not', 'hang', 'well', 'and', 'the', 'fit', 'seemed', 'off', 'the', 'tie', 'waist', 'just', 'sort', 'of', 'hung', 'there', 'i', 'could', 'have', 'sized', 'down', 'but', 'i', 'did', "n't", 'even', 'want', 'to', 'bother', 'it', 'was', 'pretty', 'boring', 'and', 'flimsy', 'for', '138', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13013,1192,57', 'great', 'fit', 'beautiful', 'color', 'love', 'this', 'chinos', 'they', 'fit', 'tts', 'and', 'the', 'blue', 'is', 'vibrant', 'bought', 'them', 'in', 'pink', 'too', 'for', 'reference', 'i', 'am', '5', 'amp', 'amp', 'amp', '39', '5', 'amp', 'amp', 'amp', 'quot', 'and', 'weigh', '122', 'lbs', 'and', 'bought', 'size', '27.', 'the', 'fit', 'is', 'a', 'bit', 'slouchy', 'much', 'like', 'in', 'the', 'photos.,5,1,0', 'general', 'bottoms', 'pants'] ['13014,926,39', 'warm', 'and', 'nice', 'i', 'read', 'all', 'reviews', 'and', 'i', 'decided', 'to', 'try', 'as', 'the', 'price', 'was', 'great', 'first', 'of', 'all', 'i', 'am', '5', '6', '145', 'lbs', 'athletic', 'build', 'not', 'skinny', 'but', 'have', 'muscles', 'the', 'sweater', 'fits', 'great', 'just', 'like', 'glove', 'it', 'does', 'not', 'make', 'me', 'look', 'fat', 'the', 'quality', 'is', 'great', 'sweater', 'is', 'warm', 'cozy', 'and', 'well-made', 'i', 'am', 'not', 'sure', 'about', 'color', 'as', 'it', "'s", 'brighter', 'as', 'it', 'shown', 'it', 'is', 'not', 'quite', 'coral', 'it', "'s", 'a', 'little', 'bit', 'darker', 'which', 'will', 'make', 'it', 'difficult', 'to', 'match', 'it', 'with', 'the', 'sleeves', 'run', 'small', 'so', 'if', 'you', 'are', 'taller', 'then', 'me', 'just', 'keep', 'it', 'in', 'mind', 'th', 'sw', ',3,1,0', 'general', 'tops', 'sweaters'] ['13015,1042,67', 'love', 'the', 'fit', 'i', 'was', 'fortunate', 'to', 'order', 'the', 'perfect', 'size', 'the', 'first', 'time', 'i', 'am', '5', '3', 'and', '125', 'and', 'ordered', 'the', 'size', '4.', 'it', 'is', 'a', 'great', 'fit', 'these', 'lightweight', 'pants', 'are', 'super', 'cute', 'and', 'i', 'especially', 'love', 'the', 'way', 'they', 'are', 'cut', 'to', 'dip', 'a', 'bit', 'lower', 'not', 'asymmetrical', 'just', 'talking', 'about', 'the', 'drape', 'on', 'the', 'inside', 'hem', 'so', 'outside', 'hem', 'is', 'perky', 'and', 'the', 'bottom', 'looks', 'wide', 'and', 'is', 'flattering', 'these', 'zip', 'up', 'the', 'back', 'and', 'the', 'back', 'lays', 'flat', 'which', 'is', 'also', 'flattering', 'i', 'love', 'the', 'look', 'of', 'the', 'fabric', 'so', 'if', 'i', 'have', 'a', 'complaint', 'it', "'s", 'that', 'for', 'the', ',5,1,6', 'general', 'bottoms', 'pants'] ['13016,1078,41', ',,4,0,0', 'general', 'dresses', 'dresses'] ['13017,1059,56', 'cute', 'but', 'hate', 'the', 'side', 'zipper', 'i', 'love', 'charlie', 'trousers', 'i', 'must', 'have', '8', 'pair', 'i', 'sometimes', 'have', 'bought', 'a', 'particular', 'style', 'in', 'every', 'color', 'that', 'being', 'said', 'i', 'love', 'these', 'for', 'the', 'fabric', 'and', 'general', 'overall', 'fit', 'pattern', 'is', 'on', 'trend', 'in', 'color', 'and', 'versatility', 'i', 'wore', 'them', 'out', 'on', 'saturday', 'to', 'a', 'casual', 'restaurant', 'and', 'today', 'at', 'work', 'with', 'a', 'business', 'like', 'blouse', 'and', 'cardigan', 'but', 'i', 'hate', 'the', 'side', 'zip', 'i', 'generally', 'hate', 'invisible', 'zippers', 'period', 'because', 'they', 'tend', 'to', 'get', 'caught', 'at', 'seams', 'and', 'i', 'have', 'had', 'them', 'break', 'on', 'other', 'garments', 'this', 'one', 'is', ',4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13018,1081,29', 'perfect', 'fit', 'forgiving', 'belly', 'this', 'dress', 'is', 'so', 'soft', 'and', 'fits', 'like', 'a', 'dream', 'i', "'m", 'a', 'new', 'mom', 'and', 'the', 'tie', 'perfectly', 'masks', 'what', "'s", 'left', 'of', 'my', 'mummy', 'tummy', 'while', 'still', 'helping', 'me', 'feel', 'stylish', 'for', 'fall', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['13019,1059,49', 'so', 'cute', 'loved', 'these', 'in', 'the', 'store', 'but', 'the', '00', 'was', 'sold', 'out', 'everywhere', 'and', 'i', 'noticed', 'the', 'fabric', 'was', 'very', 'stretchy', 'i', 'bought', 'the', '0', 'petite', 'online', 'and', 'was', 'worried', 'about', 'the', 'length', 'they', 'fit', 'great', 'i', "'m", '5', '5', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13020,692,39', 'perfect', 'easy', 'effortlessly', 'beautiful', 'design', 'and', 'just', 'my', 'favorite', 'pajama', 'ever', 'i', "'m", 'not', 'my', 'ideal', 'weight', 'right', 'now', 'and', 'these', 'make', 'me', 'feel', 'attractive', 'again.love', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['13021,347,29', 'worth', 'the', 'splurge', 'this', 'is', 'different', 'from', 'any', 'bra', 'i', "'ve", 'had', 'before', 'in', 'a', 'good', 'way', 'the', 'lace', 'over', 'the', 'front', 'is', 'really', 'beautiful', 'and', 'no', 'annoying', 'straps', 'means', 'it', "'s", 'comfortable', 'fit', 'and', 'support', 'are', 'both', 'great', 'i', 'did', "n't", 'notice', 'that', 'it', 'was', 'silk', 'when', 'i', 'ordered', 'so', 'it', 'was', 'a', 'nice', 'surprise', 'to', 'open', 'something', 'so', 'luxe', 'and', 'elegant', 'i', 'was', "n't", 'expecting', 'an', 'underwire', 'either', 'based', 'on', 'the', 's-m-l', 'sizing', 'but', 'it', 'has', 'one', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['13022,969,83', 'beautiful', 'basic', 'for', 'rainy', 'days', 'i', 'ordered', 'the', 'sapphire', 'it', 'is', 'simply', 'beautiful'] ['love', 'love', 'love'] ['superior', 'hunter', 'style', 'and', 'quality', 'which', 'never', 'disappoints', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['13023,1078,41', 'dainty', 'and', 'darling', 'i', 'love', 'the', 'dress', 'overall', 'however', 'found', 'it', 'a', 'tad', 'snug', 'in', 'the', 'bust', 'area', 'overall', 'a', 'beautiful', 'dress', 'to', 'own', ',4,1,7', 'general', 'dresses', 'dresses'] ['13024,926,49', 'wonderful', 'sweater', 'i', 'like', 'the', 'color', 'and', 'design', 'of', 'the', 'pullover', 'sweater', 'so', 'i', 'bought', 'it', 'as', 'a', 'christmas', 'gift', 'for', 'myself', 'it', 'arrives', 'almost', 'the', 'same', 'as', 'the', 'picture', 'the', 'only', 'complain', 'i', 'have', 'is', 'that', 'the', 'size', 'is', 'a', 'little', 'larger', 'than', 'i', 'expected', 'however', 'it', 'still', 'look', 'good', 'on', 'me', ',5,1,2', 'general', 'tops', 'sweaters'] ['13025,1059,48', 'got', 'charlie', 'trousers', 'last', 'year', 'in', 'a', 'different', 'print', 'in', 'my', 'usual', 'size', '4', '5', '2', '115', 'they', 'initially', 'fit', 'perfectly', 'but', 'stretched', 'out', 'in', 'the', 'thighs', 'and', 'waist', 'and', 'now', 'are', 'loose', 'this', 'time', 'i', 'bought', 'a', 'size', 'smaller', 'size', '2', 'they', 'were', 'snug', 'but', 'i', 'felt', 'them', 'stretch', 'during', 'the', 'first', 'wear', 'and', 'they', 'fit', 'fine', 'now', 'i', 'recommend', 'sizing', 'down', 'because', 'they', 'stretch', 'out', 'love', 'the', 'print', 'for', 'summer', 'i', 'love', 'anything', 'beachy', 'and', 'had', 'to', 'have', 'it', 'nice', 'comfortable', 'material', 'which', 'is', "n't", 'hot', 'for', 'summer', 'got', 'the', 'regular', 'si', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13026,917,46', 'super', 'cool', 'top', 'this', 'top', 'looks', 'just', 'like', 'you', 'see', 'it', 'on', 'the', 'website', 'design', 'is', 'super', 'cool', 'and', 'color', 'is', 'awesome', 'almost', 'acid', 'washed', 'in', 'areas', 'but', 'know', 'that', 'this', 'top', 'is', 'super', 'super', 'thin', 'and', 'will', 'not', 'provide', 'any', 'warmth', 'i', 'wish', 'it', 'were', 'a', 'bit', 'thicker', 'in', 'fabric', 'it', 'would', 'have', 'been', 'perfect', 'for', 'the', 'cool', 'fall', 'and', 'going', 'into', 'winter', 'especially', 'for', 'the', 'price', 'the', 'medium', 'in', 'this', 'one', 'fit', 'me', 'better', 'than', 'the', 'small', 'i', 'am', '5', '9', 'and', '140', 'lbs', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['13027,1082,51', 'perfect', 'dress', 'love', 'this', 'dress', 'it', 'can', 'be', 'worn', 'in', 'cold', 'or', 'warm', 'weather', 'with', 'tights', 'and', 'boots', 'or', 'sandals', 'and', 'bare', 'legs', 'the', 'fit', 'is', 'roomy', 'and', 'a', 'little', 'longer', 'in', 'back', 'it', 'washes', 'nicely', 'without', 'losing', 'length.,5,1,0', 'general', 'dresses', 'dresses'] ['13028,1059,27', 'adorable', 'i', 'have', 'never', 'purchased', 'printed', 'pants', 'before', 'but', 'i', 'was', 'so', 'smitten', 'with', 'the', 'cute', 'little', 'shells', 'that', 'i', 'had', 'to', 'try', 'them', 'on', 'i', 'was', 'impressed', 'with', 'the', 'fabric', 'which', 'has', 'some', 'thickness', 'to', 'it', 'but', 'will', 'still', 'be', 'perfect', 'for', 'summer', 'i', 'also', 'have', 'athletic', 'calves', 'and', 'unlike', 'other', 'cartonnier', 'pants', 'i', "'ve", 'tried', 'i', 'had', 'no', 'trouble', 'getting', 'these', 'over', 'my', 'legs', 'win', 'win', 'i', "'m", 'usually', 'a', 'size', '8', 'and', 'while', 'it', 'was', 'fitted', 'not', 'loose', 'like', 'on', 'the', 'model', 'i', 'know', 'they', 'will', 'stretch', 'being', '5', '4', 'i', "'m", 'just', 'on', 'the', 'boarder', 'of', 'having', 'mo', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['13029,917,66', 'runs', 'big', 'size', 'down', 'in', 'the', 'quest', 'to', 'find', 'comfy', 'cute', 'casual', 'tops', 'i', 'took', 'a', 'change', 'on', 'this', 'one', 'it', "'s", 'cute', 'but', 'quite', 'oversized', 'it', 'just', 'overwhelmed', 'me', 'i', 'ordered', 'the', 'large', 'and', 'generally', 'wear', 'medium', 'or', 'large', 'so', 'you', 'can', 'safely', 'size', 'down', 'at', 'least', 'a', 'size', 'or', 'two', 'and', 'still', 'get', 'the', 'fit', 'shown', 'on', 'the', 'model', 'the', 'style', 'and', 'color', 'just', 'did', "n't", 'suit', 'my', 'coloring', 'or', 'body', 'type', 'but', 'i', 'still', 'recommend', 'because', 'it', "'s", 'comfortable', 'and', 'different', 'enough', 'to', 'be', 'a', 'nice', 'addition', 'to', 'someone', 'else', "'s", 'closet', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['13030,1059,28', 'will', 'order', 'more', 'in', 'different', 'colors', 'i', 'am', '5', '5', 'about', '110', 'lbs', 'and', 'the', 'size', '0', 'regular', 'fits', 'me', 'well', 'sometimes', 'i', 'order', 'petite', 'but', 'the', 'regular', 'fit', 'me', 'just', 'right', 'they', 'are', 'higher', 'waisted', 'than', 'most', 'pants', 'i', 'wear', 'but', 'they', 'are', 'completely', 'adorable', 'and', 'comfortable', 'to', 'boot', 'love', 'the', 'pattern', 'the', 'sturdy', 'quality', 'is', 'tangible', 'definitely', 'going', 'to', 'order', 'more', 'of', 'these', 'pants', 'in', 'different', 'patterns', 'as', 'they', 'become', 'available', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13031,926,40', 'odd', 'sleeves', 'the', 'design', 'of', 'this', 'sweater', 'is', 'odd', 'it', 'made', 'me', 'feel', 'very', 'round', 'when', 'i', 'put', 'it', 'on', 'the', 'sleeves', 'were', 'wide', 'the', 'other', 'reviewers', 'were', 'correct', 'in', 'saying', 'that', 'it', "'s", 'a', 'thick', 'sweater', 'which', 'i', 'thought', 'i', "'d", 'like', 'the', 'torso', 'was', 'slimmer', 'and', 'longer', 'than', 'i', 'expected', 'it', 'really', 'was', 'the', 'odd', 'design', 'of', 'the', 'sleeves', 'that', 'made', 'me', 'not', 'like', 'this', 'sweater', ',2,0,1', 'general', 'tops', 'sweaters'] ['13032,1081,60', 'great', 'to', 'wear', 'over', 'tights', 'i', 'love', 'this', 'dress', 'which', 'for', 'me', 'will', 'double', 'as', 'tunic', 'over', 'leggings/tights', 'the', 'fabric', 'is', 'very', 'comfortable', 'for', 'fall', 'into', 'winter', 'for', 'southern', 'california', 'and', 'looks', 'super', 'cute', 'with', 'booties', 'or', 'boots', 'this', 'will', 'be', 'a', 'mainstay', 'of', 'my', 'wardrobe.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13033,1078,60', 'adorable', 'girly', 'dress', 'i', 'love', 'this', 'dress', 'it', 'is', 'exactly', 'my', 'style', 'which', 'is', 'probably', 'why', 'i', 'love', 'it', 'girly', 'frilly', 'flowy', 'i', 'love', 'how', 'much', 'material', 'it', 'has', 'it', 'flows', 'and', 'twirls', 'in', 'such', 'a', 'nice', 'way', 'because', 'of', 'the', 'amount', 'of', 'fabric', 'it', "'s", 'the', 'right', 'length', 'that', 'the', 'amount', 'of', 'material', 'is', 'not', 'overwhelming', 'i', "'m", '5', '5', 'and', 'it', 'hits', 'just', 'above', 'my', 'knees', 'i', 'am', 'currently', '6', 'months', 'pregnant', 'and', 'it', "'s", 'plenty', 'roomy', 'to', 'fit', 'now', 'and', 'will', 'also', 'mask', 'the', 'post-baby', 'belly', 'this', 'summer', 'the', 'only', '2', 'cons', 'and', 'the', 'other', 'reviewers', 'touched', 'on', 'these', 'as', ',5,1,5', 'general', 'dresses', 'dresses'] ['13034,1078,39', 'beautiful', 'and', 'unique', 'great', 'style', 'and', 'the', 'color', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'love', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['13035,1192,45', ',wish', 'i', 'would', 'have', 'bought', 'them', 'in', 'every', 'color', 'love,5,1,0', 'general', 'bottoms', 'pants'] ['13036,1059,52', 'lots', 'of', 'compliments', 'i', 'wore', 'these', 'with', 'high', 'heels', 'to', 'a', 'formal', 'gathering', 'i', 'received', 'many', 'compliments', 'perfect', 'for', 'summer', 'you', 'can', 'dress', 'them', 'up', 'with', 'heels', 'or', 'wear', 'flats', 'or', 'sandals', 'and', 'be', 'casual', 'i', 'have', 'a', 'pear', 'shape', 'so', 'i', 'think', 'they', 'fit', 'best', 'for', 'my', 'body', 'type', 'love', 'them', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13037,1033,60', 'dark', 'black', 'interesting', 'jeans', 'love', 'these', 'pants', 'it', "'s", 'hard', 'to', 'get', 'really', 'dark', 'dark', 'black', 'jeans', 'with', 'a', 'little', 'stretch', 'and', 'these', 'are', 'perfect', 'i', 'also', 'like', 'the', 'cut', 'as', 'a', 'bit', 'of', 'a', 'change', 'from', 'skin', 'tight', 'leggings', 'and', 'the', 'fabric', 'is', 'super', 'cool', 'like', 'a', 'lightweight', 'brocade', 'denim', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'them', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13038,1059,37', ',i', 'love', 'these', 'pants', 'they', 'fit', 'perfectly', 'and', 'are', 'great', 'for', 'casual', 'days', 'at', 'work', 'great', 'quality', 'too', 'love', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13039,1192,48', 'reliable', 'i', "'ve", 'been', 'buying', 'pilcro', 'for', 'years', 'they', 'are', 'good', 'quality', 'comfortable', 'and', 'wear', 'well', 'my', 'only', 'complaint', 'is', 'and', 'this', 'a', 'general', 'complaint', 'of', 'all', 'pants', 'today', 'is', 'that', 'these', 'are', 'cropped', 'i', 'have', 'a', '35', 'inseam', 'these', 'stop', 'well', 'above', 'my', 'ankle', 'but', 'i', 'love', 'the', 'color', 'and', 'the', 'general', 'fit', 'i', "'m", 'used', 'to', 'having', 'most', 'of', 'my', 'pants', 'even', 'those', 'labelled', 'tall', 'be', 'too', 'short', 'so', 'i', 'do', "n't", 'mind', 'it', 'too', 'much', 'i', 'feel', 'as', 'though', 'it', 'runs', 'a', 'little', 'big', 'due', 'to', 'how', 'much', 'stretching', 'that', 'happens', 'as', 'you', 'wear', 'them', 'it', "'s", 'pretty', 'much', 'a', 'tra', ',4,1,0', 'general', 'bottoms', 'pants'] ['13040,1078,36', 'great', 'transition', 'dress', 'very', 'charming', 'well', 'made', 'and', 'comfortable', 'it', 'is', 'a', 'heavier', 'material', 'with', 'a', 'slip', 'so', 'it', "'s", 'a', 'great', 'spring', 'dress', 'if', 'you', 'have', 'cooler', 'days', 'but', 'i', 'could', 'see', 'in', 'the', 'summer', 'if', 'you', 'have', '80f', 'temps', 'it', 'could', 'be', 'a', 'little', 'warm', 'i', 'have', 'a', '34c/d', 'chest', 'and', 'i', 'did', "n't", 'find', 'it', 'too', 'snug', 'like', 'the', 'other', 'reviewer', 'pretty', 'tts', 'for', 'maeve', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['13041,1059,42', 'lovely', 'pants', 'but', 'the', 'strecth', 'out', 'a', 'great', 'deal', 'i', 'really', 'like', 'the', 'pattern', 'and', 'the', 'cut', 'of', 'these', 'pants', 'the', 'fabric', 'is', 'nice', 'too', 'however', 'i', 'was', 'disappointed', 'how', 'much', 'they', 'stretched', 'out', 'the', 'first', 'and', 'only', 'time', 'i', 'wore', 'them', 'i', 'am', '5', '6', 'and', 'about', '150', 'lbs', 'i', 'ordered', 'size', '10', 'i', 'am', 'going', 'to', 'try', 'to', 'exchange', 'them', 'for', 'a', 'size', '8', 'since', 'they', 'stretched', 'so', 'much', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13042,1078,39', 'does', 'really', 'run', 'large', 'i', 'found', 'this', 'dress', 'to', 'run', 'large', 'like', 'the', 'other', 'reviewers', 'have', 'mentioned', 'the', 'quality', 'is', 'really', 'nice', 'and', 'the', 'sweater', 'fabric', 'is', 'a', 'nice', 'touch', 'it', 'hit', 'me', 'right', 'above', 'the', 'knee', 'and', 'i', 'an', '5', '5', 'it', 'is', 'a', 'purplish', 'pink', 'as', 'pictured', 'if', 'it', 'fits', 'you', 'properly', 'you', 'will', 'be', 'pleased', 'with', 'the', 'quality', 'color', 'and', 'unique', 'style', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13043,926,44', 'pretty', 'color', 'good', 'quality', 'lovely', 'sweater', 'good', 'quality', 'fabric', 'pretty', 'color'] ['as', 'the', 'reviewer', 'say', 'it', 'is', 'very', 'thick', 'wool', 'pile', 'if', 'warm', 'is', 'not', 'what', 'you', "'re", 'looking', 'for', 'you', 'may', 'want', 'to', 'think', 'twice', ',5,1,2', 'general', 'tops', 'sweaters'] ['13044,926,54', 'vintage', 'appeal', 'in', 'a', 'soft', 'chunky', 'knit', 'this', '1960s', 'aprã¨s-ski', 'style', 'sweater', 'is', 'made', 'of', 'an', 'amazingly', 'soft', 'pure', 'wool', 'in', 'a', 'color', 'that', 'is', 'a', 'touch', 'brighter', 'and', 'maybe', 'even', 'a', 'bit', 'more', 'coral', 'pink', 'than', 'the', 'online', 'photo', 'looks', 'to', 'me', 'there', 'is', 'a', 'large', 'button', 'under', 'the', 'collar', 'that', 'shows', 'if', 'you', 'stand', 'it', 'up', 'seems', 'to', 'be', 'of', 'a', 'very', 'high', 'quality', 'comparable', 'to', 'vintage', 'hand-knit', 'sweaters'] [] ['it', 'is', 'very', 'chunky', 'and', 'warm', 'and', 'i', 'would', 'recommend', 'taking', 'a', 'size', 'up', 'for', 'a', 'looser', 'fit', 'i', "'m", '5', '2', '33-25-37', 'narrow', 'shoulders', 'and', 'otth', 'the', 'xs', 'and', 's', 'fit', 'me', 'well', 'running', ',5,1,4', 'general', 'tops', 'sweaters'] ['13045,1081,47', 'fantastic', 'dress', 'this', 'simple', 'dress', 'will', 'turn', 'heads', 'it', 'fits', 'to', 'the', 'body', 'hugging', 'just', 'in', 'the', 'right', 'spots', 'i', 'love', 'this', 'dress', 'it', 'is', 'soft', 'and', 'feels', 'amazing', 'on', 'you', 'can', 'adjust', 'the', 'tie', 'in', 'the', 'front', 'i', 'purchased', 'the', 'copper', 'color', 'but', 'i', 'have', 'to', 'say', 'that', 'is', 'much', 'more', 'brown', 'to', 'me', 'than', 'copper', 'a', 'dark', 'brown', 'i', 'still', 'think', 'the', 'dress', 'is', 'adorable', 'looks', 'cute', 'with', 'booties', 'or', 'knee', 'high', 'boots', 'winner', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['13046,1192,35', ',i', 'have', 'been', 'searching', 'for', 'these', 'pants', 'my', 'whole', 'life', 'i', 'have', 'them', 'in', 'several', 'colors', 'i', 'wear', 'the', 'moss', 'most', 'often', 'i', "'d", 'recommend', 'your', 'normal', 'size', 'or', 'size', 'down', 'if', 'in', 'between', 'sizes', 'they', 'stretch', 'a', 'bit', 'as', 'you', 'wear', 'them', 'one', 'other', 'thing-', 'after', 'being', 'washed', 'and', 'dried', 'the', 'color', 'has', 'lightened', 'significantly.,5,1,2', 'general', 'bottoms', 'pants'] ['13047,986,35', 'beautiful', 'kimono', 'i', 'love', 'this', 'kimono', 'it', "'s", 'so', 'soft', 'very', 'beautiful', 'and', 'delicate', 'so', 'flowy', 'just', 'like', 'picture', 'gives', 'your', 'outfit', 'such', 'a', 'beautiful', 'addition', ',5,1,0', 'general', 'jackets', 'jackets'] ['13048,1020,30', 'looks', 'can', 'be', 'deceiving', 'i', 'loved', 'how', 'the', 'skirt', 'looked', 'on', 'the', 'model', 'but', 'when', 'i', 'tried', 'in', 'on', 'it', 'had', 'no', 'shape', 'on', 'me', 'i', 'usually', 'wear', 'a', 'size', '6', 'and', 'received', 'a', 'size', '4', 'which', 'was', 'large', 'on', 'me', 'also', 'the', 'material', 'feels', 'rough', 'which', 'i', 'was', 'not', 'expecting', 'as', 'it', 'is', 'advertised', 'as', 'a', 'silk', 'skirt', 'i', 'was', 'really', 'looking', 'forward', 'to', 'wearing', 'this', 'skirt', 'but', 'it', 'is', 'just', 'not', 'i', 'thought', 'it', 'was', 'i', 'expect', 'better', 'quality', 'from', 'retailer', ',3,0,0', 'general', 'bottoms', 'skirts'] ['13049,1078,29', 'so', 'cute', 'and', 'comfortable', 'i', "'m", '5', '5', 'and', 'got', 'the', 'm.', 'i', 'thought', 'i', "'d", 'need', 'the', 'petite', 'but', 'i', 'decided', 'to', 'try', 'on', 'the', 'regular', 'm', 'in', 'the', 'store', 'and', 'the', 'length', 'was', 'fine', 'mid', 'calf', 'i', 'gave', 'a', '3', 'for', 'quality', 'though', 'because', 'all', 'the', 'ones', 'in', 'my', 'store', 'were', 'tearing', 'in', 'the', 'back', 'where', 'the', 'shoulders', 'meet', 'the', 'back', 'i', 'bought', 'it', 'anyway', 'because', 'it', 'looked', 'like', 'an', 'easy', 'fix', 'and', 'it', 'was', 'so', 'darn', 'cute', 'and', 'comfortable', 'on', ',4,1,2', 'general', 'dresses', 'dresses'] ['13050,1037,46', 'great', 'pants', 'i', 'was', 'so', 'excited', 'to', 'see', 'that', 'these', 'were', 'on', 'sale', 'post', 'holidays', 'love', 'the', 'style', 'and', 'the', 'fit', 'my', 'only', 'disappointment', 'was', 'that', 'they', 'do', "n't", 'have', 'as', 'much', 'stretch', 'as', 'i', 'thought', 'they', 'would', 'i', 'wrote', 'above', 'that', 'it', 'runs', 'small', 'but', 'if', 'it', 'had', 'more', 'stretch', 'then', 'the', 'sizing', 'would', 'be', 'ok', 'for', 'reference', 'i', "'m", '5', '5', 'and', '10.', 'i', 'usually', 'wear', '25', 'in', 'pilcro', 'pants', 'but', 'these', 'felt', 'tighter', 'i', 'would', 'exchange', 'for', 'a', '26', 'but', 'they', "'re", 'sold', 'out', 'unfortunately', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13051,1094,28', 'so', 'flattering', 'i', 'bought', '2', 'i', 'am', '5', '3', 'and', '115', 'lbs', 'i', 'ordered', '2', 'on', 'a', 'whim', 'and', 'i', "'m", 'so', 'happy', 'i', 'did', 'because', 'they', "'re", 'so', 'flattering', ',4,1,0', 'general', 'dresses', 'dresses'] ['13052,933,49', 'perfect', 'fall', 'piece', 'this', 'is', 'a', 'gorgeous', 'jacket', 'love', 'the', 'softness', 'and', 'the', 'style', 'is', 'unique', 'and', 'fresh', 'the', 'color', 'is', 'going', 'to', 'keep', 'me', 'cheered', 'through', 'the', 'winter', 'this', 'will', 'look', 'great', 'with', 'a', 'scarf', 'and', 'leggings.,5,1,1', 'general', 'tops', 'sweaters'] ['13053,975,32', 'so', 'beautiful', 'the', 'photos', 'shown', 'here', 'really', 'do', 'not', 'do', 'this', 'bomber', 'jacket', 'justice', 'the', 'colors', 'of', 'the', 'embroidery', 'are', 'much', 'deeper', 'and', 'richer', 'in', 'person', 'it', 'is', 'very', 'well', 'made', 'having', 'no', 'loose', 'threads', 'whatsoever', 'the', 'retailer', 'store', 'where', 'i', 'bought', 'mine', 'featured', 'this', 'jacket', 'over', 'an', 'ivory', 'color', 'lace', 'blouse', 'and', 'it', 'looked', 'much', 'more', 'stunning', 'than', 'over', 'the', 'darker', 'color', 'that', 'they', 'show', 'it', 'here', 'with', 'it', 'does', 'run', 'true', 'to', 'size', 'as', 'the', 'other', 'reviewer', 'mentioned', 'too', 'i', 'took', 'my', 'usual', 'size', 'large', 'i', 'would', 'say', 'that', 'if', 'you', "'re", 'betwe', ',5,1,13', 'general', 'petite', 'jackets', 'jackets'] ['13054,98,32', 'great', 'for', 'summer', 'i', 'bought', 'this', 'to', 'wear', 'with', 'a', 'skirt', 'that', 'i', 'wanted', 'to', 'dress', 'down', 'i', 'needed', 'something', 'that', 'was', 'long', 'enough', 'to', 'be', 'able', 'to', 'tuck', 'it', 'in', 'without', 'having', 'that', 'awkward', 'line', 'its', 'a', 'great', 'fit.,5,1,0', 'initmates', 'intimate', 'intimates'] ['13055,1037,37', ',not', 'for', 'the', 'curvy', 'women', 'fit', 'in', 'the', 'waist', 'but', 'bunched', 'around', 'the', 'crotch,3,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13056,933,41', 'gorgeous', 'with', 'a', 'great', 'fit', 'i', 'love', 'this', 'flattering', 'and', 'comfortable', 'jacket-', 'it', 'has', 'a', 'nice', 'stretch', 'and', 'the', 'color', 'is', 'out', 'of', 'this', 'world', 'i', 'think', 'it', 'will', 'pack', 'a', 'big', 'punch', 'this', 'fall.,5,1,0', 'general', 'tops', 'sweaters'] ['13057,936,38', 'another', 'win', 'i', 'stopped', 'into', 'retailer', 'the', 'other', 'day', 'for', 'some', 'window', 'shopping', 'and', 'as', 'soon', 'as', 'i', 'saw', 'this', 'cardigan', 'it', 'was', 'love', 'and', 'i', 'had', 'to', 'try', 'it', 'on', 'the', 'sleeves', 'run', 'long', 'on', 'me', 'but', 'i', "'m", 'on', 'the', 'shorter', 'side', 'so', 'it', 'was', 'to', 'be', 'expected', 'everything', 'else', 'about', 'this', 'cardigan', 'is', 'amazing', 'i', 'ran', 'errands', 'yesterday', 'and', 'it', 'was', 'the', 'perfect', 'weight', 'for', 'our', 'cooler', 'autumn', 'weather', 'love', 'this', 'cardigan', ',5,1,14', 'general', 'petite', 'tops', 'sweaters'] ['13058,936,40', 'favorite', 'oh', 'my', 'so', 'soft', 'so', 'delicious', 'i', 'love', 'this', 'sweater'] [] ['absolutely', 'my', 'new', 'favorite', 'buy', 'this', 'you', 'wo', "n't", 'be', 'disappointed', 'the', 'neck', 'is', 'soft', 'and', 'not', 'irritating', 'at', 'all', 'like', 'the', 'other', 'reviewer', 'said'] ['love', 'love'] ['look', 'how', 'big', 'the', 'hood', 'is', 'if', 'you', 'so', 'want', ',5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['13059,1094,26', 'detail', 'ripped', 'i', 'got', 'my', 'normal', 'size', 'and', 'unfortunately', 'the', 'moment', 'i', 'tried', 'it', 'on', 'the', 'details', 'on', 'both', 'shoulders', 'ripped', 'the', 'dress', 'fit', 'fine', 'and', 'i', 'basically', 'have', 'no', 'boobs', 'so', 'i', 'do', "n't", 'think', 'it', 'was', 'a', 'case', 'of', 'it', 'being', 'too', 'small', 'i', 'guess', 'it', 'just', 'was', "n't", 'reinforced', 'enough', 'there', 'was', 'also', 'a', 'miss-stitch', 'in', 'the', 'shoulder', 'on', 'the', 'back', 'which', 'causes', 'the', 'back', 'of', 'the', 'dress', 'to', 'bunch', 'funnily', 'lastly', 'there', "'s", 'a', 'slip', 'on', 'the', 'inside', 'which', 'i', 'do', "n't", 'think', 'was', 'necessary', 'it', 'hugs', 'tight', 'to', 'the', 'body', 'and', 'makes', 'the', 'whole', 'dress', 'feel', 'oddly', 'clingy', ',3,0,0', 'general', 'dresses', 'dresses'] ['13060,828,34', 'soft', 'very', 'thin', 'material', 'perfect', 'for', 'summer', 'but', 'very', 'difficult', 'to', 'wear', 'without', 'a', 'bra', 'because', 'it', 'is', 'so', 'thin', 'it', 'shows', 'quite', 'a', 'bit', 'the', 'chest', 'is', 'tight', 'but', 'you', 'can', 'adjust', 'the', 'fit', 'by', 'the', 'neck', 'tie', 'looks', 'exactly', 'like', 'on', 'the', 'model', 'but', 'the', 'cut', 'made', 'me', 'feel', 'wide', 'had', 'to', 'take', 'it', 'back', ',4,0,1', 'general', 'tops', 'blouses'] ['13061,1094,68', 'great', 'staple', 'i', 'ordered', 'the', 'black', 'and', 'white', 'and', 'the', 'pattern', 'is', 'just', 'as', 'pictured', 'so', 'cute', 'but', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'ordered', 'a', 'size', 'up', 'and', 'i', "'m", 'glad', 'i', 'did', 'the', 'm', 'would', 'have', 'been', 'snug', 'but', 'the', 'skirt', 'in', 'the', 'l', 'fit', 'me', 'as', 'pictured', 'on', 'the', 'model', 'i', 'am', 'i', 'b', 'cup', 'and', 'the', 'top', 'was', 'snug', 'but', 'not', 'unflatteringly', 'so', 'on', 'me', 'it', "'s", 'still', 'a', 'dress', 'i', 'can', 'wear', 'to', 'work', 'and', 'even', 'wear', 'a', 'tank', 'underneath', 'if', 'i', 'wanted', 'to', 'overall', 'i', "'m", 'incredibly', 'happy', 'with', 'this', 'one', 'i', "'m", 'fairly', 'straight', 'though', 'so', 'i', 'can', 'see', 'how', 'this', 'might', 'be', ',5,1,0', 'general', 'dresses', 'dresses'] ['13062,1081,63', 'the', 'perfect', 'summer', 'dress', 'thanks', 'to', 'the', 'vertical', 'stripes', 'the', 'adjustable', 'neckline', 'the', 'bow', 'that', 'cinches', 'the', 'waist', 'and', 'the', 'free', 'flowing', 'skirt', 'this', 'dress', 'is', 'extremely', 'flattering', 'the', 'compliments', 'i', 'received', 'when', 'wearing', 'this', 'dress', 'back', 'that', 'up', 'i', 'was', 'unsure', 'if', 'i', 'should', 'order', 'a', 'medium', 'or', 'large', 'because', 'i', 'typically', 'wear', 'either/or', 'depending', 'on', 'the', 'dress', 'style', 'due', 'to', 'my', 'hips', 'i', 'ordered', 'a', 'large', 'which', 'fit', 'thanks', 'to', 'the', 'adjustable', 'neckline', 'and', 'adjustable', 'waist', 'but', 'a', 'medium', 'definitely', 'would', 'have', 'worked', 'just', 'as', 'well', 'for', 'me', 'i', 'just', ',5,1,0', 'general', 'dresses', 'dresses'] ['13063,936,42', 'great', 'fall', 'sweater', 'tried', 'it', 'on', 'in', 'store', 'and', 'had', 'to', 'have', 'it', 'so', 'soft', 'and', 'easy', 'to', 'throw', 'on', 'i', "'m", '5', '6', 'and', 'it', 'hits', 'at', 'the', 'knee', 'i', 'usually', 'wear', 'an', 'xs', 'or', 'small', 'in', 'tops', 'and', 'the', 'xs', 'fit', 'great', ',5,1,27', 'general', 'petite', 'tops', 'sweaters'] ['13064,936,37', 'i', 'just', 'love', 'sleeping', 'on', 'snow', 'sweaters', 'and', 'this', 'one', 'is', 'no', 'exception', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'very', 'warm', 'i', 'do', 'have', 'sensitive', 'skin', 'so', 'i', 'found', 'this', 'a', 'bit', 'itchy', 'right', 'away', 'but', 'that', 'went', 'away', 'after', 'i', 'wore', 'it', 'for', 'a', 'bit', 'this', 'is', 'oversized', 'but', 'in', 'a', 'great', 'way', 'you', 'could', 'size', 'down', 'if', 'you', 'wanted', 'something', 'a', 'bit', 'more', 'fitted', 'sleeves', 'are', 'long', 'and', 'pre-cuffed', 'sweater', 'hit', 'me', 'mid-lower', 'thigh', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13065,1031,39', 'wow', 'these', 'are', 'smoking', 'hot', 'worth', 'every', 'penny', 'i', 'sized', 'down', 'one', 'size', 'and', 'they', 'look', 'amazing.,5,1,0', 'general', 'bottoms', 'jeans'] ['13066,1078,42', 'i', 'can', 'wear', 'a', 'jumpsuit', 'i', 'never', 'would', 'have', 'thought', 'that', 'i', 'could', 'wear', 'a', 'jumpsuit', 'and', 'it', 'actually', 'look', 'good', 'on', 'me', 'but', 'this', 'is', 'it', 'the', 'fabric', 'is', 'weighted', 'some', 'so', 'it', 'lays', 'very', 'flattering', 'and', 'is', 'very', 'comfortable', 'the', 'sash', 'can', 'be', 'tied', 'several', 'ways-front', 'back', 'or', 'side', 'i', 'will', 'be', 'traveling', 'in', 'this', 'to', 'the', 'beach', 'and', 'pairing', 'it', 'with', 'an', 'retailer', 'wrap', 'and', 'then', 'wearing', 'it', 'alone', 'with', 'sandals', 'once', 'we', 'exit', 'the', 'freezing', 'airplanes', 'a', 'racer', 'back', 'bra', 'works', 'great', 'with', 'this', 'piece', 'and', 'the', 'pockets', 'are', 'an', 'added', 'bonus', 'it', 'looks', 'like', 'a', 'd', ',5,1,2', 'general', 'dresses', 'dresses'] ['13067,975,69', 'wow', 'makes', 'me', 'smile', 'i', 'love', 'this', 'jacket', 'let', "'s", 'be', 'clear', 'though', 'it', "'s", 'not', 'for', 'warmth', 'just', 'for', 'style', 'but', 'it', "'s", 'perfect', 'for', 'fall', 'in', 'california', 'i', 'love', 'the', 'detailed', 'work', 'and', 'have', 'already', 'tried', 'this', 'with', 'so', 'many', 'different', 'layers', 'a', 'light', 'blue', 'tank', 'off', 'white', 'shirt', 'tshirt', 'and', 'it', 'looks', 'great', 'with', 'lots', 'of', 'things', 'and', 'truly', 'makes', 'the', 'outfit', 'love', 'unique', 'pieces', 'like', 'this', 'and', 'i', 'will', 'be', 'wearing', 'it', 'often', 'i', 'bought', 'my', 'usual', 'size', 'small', 'sleeves', 'are', 'a', 'bit', 'long', 'for', 'my', '5', '4', 'frame', 'but', 'they', 'did', "n't", 'have', 'in', 'petite', 'and', 'it', 'looks', 'great', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['13068,1094,41', 'not', 'for', 'curvy', 'girls', 'i', 'got', 'this', 'dress', 'in', 'the', 'holly', 'green', 'and', 'it', "'s", 'a', 'lovely', 'shade', 'perfect', 'for', 'fall', 'and', 'winter', 'this', 'is', 'why', 'i', 'gave', 'it', 'the', 'high', 'rating', 'however', 'be', 'warned', 'that', 'the', 'lining', 'is', 'very', 'form', 'fitting', 'i', 'thought', 'the', 'dress', 'had', 'more', 'of', 'a', 'fit', 'and', 'flare', 'design', 'to', 'mask', 'flaws', 'like', 'a', 'belly', 'and', 'larger', 'backside', 'but', 'that', "'s", 'not', 'the', 'case', 'i', 'had', 'to', 'return', 'it', 'but', 'for', 'more', 'slender-shaped', 'ladies', 'the', 'dress', 'is', 'likely', 'a', 'winner', ',4,1,0', 'general', 'dresses', 'dresses'] ['13069,1081,20', 'not', 'for', 'me', 'i', 'wanted', 'a', 'casual', 'but', 'special', 'summer', 'dress', 'and', 'had', 'high', 'hopes', 'for', 'this', 'one', 'i', 'normally', 'like', 'to', 'try', 'things', 'on', 'as', 'it', 'is', 'difficult', 'to', 'tell', 'fit', 'online', 'when', 'it', 'arrived', 'i', 'was', 'disappointed', 'with', 'this', 'dress', 'it', 'is', 'very', 'full', 'in', 'the', 'skirt', 'the', 'top', 'fit', 'a', 'bit', 'odd', 'not', 'a', 'lot', 'of', 'shape', 'and', 'not', 'especially', 'flattering', 'the', 'fabric', 'was', "n't", 'very', 'exciting', 'either', 'unfortunately', 'this', 'one', 'went', 'back', ',3,0,3', 'general', 'dresses', 'dresses'] ['13070,1078,58', 'i', 'personally', 'love', 'this', 'romper', 'there', "'s", 'a', 'lot', 'of', 'fabric', 'to', 'it', 'so', 'it', 'feels', 'lush', 'and', 'substantial', 'and', 'the', 'pockets', 'they', "'re", 'so', 'roomy', 'i', 'actually', 'could', "n't", 'find', 'my', 'phone', 'for', 'a', 'hot', 'second', 'the', 'crotch', 'of', 'the', 'legs', 'because', 'yes', 'this', 'thing', 'is', 'actually', 'pants', 'is', 'very', 'long', 'and', 'so', 'i', 'was', 'very', 'comfortable', 'sitting'] [] ['the', 'two', 'things', 'i', 'do', "n't", 'love', 'about', 'this', 'piece', 'include', 'the', 'downfall', 'of', 'all', 'rompers', 'imo', 'not', 'bathroom-break', 'friendly', 'you', 'basically', 'have', 'to', 'disrobe', 'and', 'since', 'the', 'legs', 'are', 'so', 'long', 'you', 'end', 'up', 'clingi', ',3,0,1', 'general', 'dresses', 'dresses'] ['13071,1094,33', 'could', "n't", 'get', 'it', 'to', 'work', 'after', 'reading', 'every', 'review', 'i', 'was', 'certain', 'i', 'knew', 'exactly', 'what', 'i', 'was', 'getting', 'with', 'this', 'dress', 'wrong', 'i', 'sized', 'up', 'from', 'a', 'small', 'to', 'a', 'medium', 'and', 'the', 'dress', 'was', 'still', 'uncomfortably', 'tight', 'on', 'my', 'rib', 'cage', 'the', 'top', 'is', 'very', 'exposing', 'of', 'the', 'bust', 'and', 'i', "'m", 'small', 'busted', 'i', 'ca', "n't", 'stand', 'wearing', 'camis', 'so', 'there', 'no', 'way', 'i', "'d", 'be', 'able', 'to', 'wear', 'this', 'dress', 'even', 'if', 'i', 'sized', 'up', 'again', 'to', 'a', 'large', 'for', 'reference', 'i', "'m", '5', '6', 'a', 'straight', 'build', '134', 'lbs', 'and', 'wear', 'a', '6.', 'pluses', 'on', 'this', 'dress', 'are', 'i', 'loved', 'the', 'green', 'color', 'and', 'length', 'of', 'sk', ',2,0,1', 'general', 'dresses', 'dresses'] ['13072,1094,29', 'runs', 'small', 'agree', 'with', 'other', 'reviewers', 'this', 'runs', 'narrow', 'in', 'the', 'skirt', 'the', 'top', 'is', 'also', 'quite', 'low-cut', 'and', 'it', "'s", 'already', 'lined', 'so', 'i', 'ca', "n't", 'see', 'wearing', 'a', 'cami', 'or', 'slip', 'i', 'like', 'the', 'black-and-white', 'print', 'and', 'the', 'shape', 'and', 'might', 'have', 'tried', 'a', 'size', 'larger', 'in', 'the', 'store', 'finally', 'it', "'s", 'an', 'awkward', 'unflattering', 'length', 'i', "'m", '5', '4', 'and', 'it', 'hit', 'below', 'my', 'knee', ',3,1,0', 'general', 'dresses', 'dresses'] ['13073,1020,39', 'feminine', 'i', 'love', 'the', 'feminine', 'feel', 'and', 'look', 'of', 'this', 'skirt', 'it', 'is', 'unique', 'and', 'matches', 'many', 'different', 'shirts', 'and', 'looks', 'great', 'with', 'a', 'jacket', 'the', 'only', 'thing', 'is', 'it', 'does', 'run', 'large', 'i', 'ordered', 'a', '6', 'my', 'usual', 'size', 'and', 'it', 'is', 'very', 'loose', 'not', 'form', 'fitting', 'like', 'the', 'photo', 'but', 'still', 'cute', 'and', 'wearable', 'downsizing', 'would', "'ve", 'been', 'better', ',4,1,8', 'general', 'bottoms', 'skirts'] ['13074,1020,50', 'lining', 'too', 'short', 'i', 'had', 'to', 'return', 'this', 'because', 'the', 'lining', 'is', 'super', 'short', 'and', 'uneven', 'its', 'shorter', 'in', 'the', 'back', 'and', 'falls', 'weird', 'i', 'love', 'the', 'color', 'even', 'better', 'than', 'the', 'picture', 'but', 'quality', 'is', 'lacking', 'for', 'this', 'high', 'price', 'i', 'ordered', 'the', '4', 'petite', 'and', 'it', 'fit', 'but', 'the', 'elastic', 'waist', 'shows', 'any', 'bump', 'in', 'your', 'tummy', 'too', 'bummer,3,0,1', 'general', 'bottoms', 'skirts'] ['13075,1059,39', 'ok', 'i', 'get', 'it', 'now', 'this', 'was', 'a', 'return', 'in', 'my', 'sale', 'room', 'and', 'i', 'just', 'decided', 'to', 'try', 'it', 'on', 'love', 'it', 'fits', 'true', 'to', 'size', 'thought', 'kind', 'of', 'hard', 'to', 'zip', 'up', 'all', 'the', 'way', 'colors', 'are', 'great', 'got', 'the', 'petite', 'size', 'the', 'pattern', 'is', 'different', 'for', 'each', 'one', 'so', 'each', 'is', 'unique', 'mine', 'has', 'lot', 'more', 'navy', 'blue.,5,1,0', 'general', 'bottoms', 'pants'] ['13076,975,39', 'new', 'take', 'on', 'old', 'staple', 'i', 'like', 'the', 'light', 'fabric', 'and', 'embroidery', 'on', 'a', 'otherwise', 'hard', 'look', 'bomber', 'feminine', 'can', 'be', 'worn', 'casually', 'with', 'jeans', 'and', 'a', 't-shirt', 'or', 'over', 'a', 'dress', 'lovely', 'on', 'every', 'note', 'fit', 'i', 'ordered', 'botih', 'the', 'xxs', 'p', 'and', 'xsp', 'had', 'tried', 'on', 'regular', 'xs', 'in', 'store', 'tried', 'on', 'the', 'xxsp', 'first', 'and', 'kept', 'it', 'did', "n't", 'try', 'on', 'xs', 'p', 'since', 'the', 'fit', 'is', 'loose', 'bomber', 'on', 'me', 'i', 'like', 'it', 'a', 'little', 'more', 'fitted', 'there', 'is', 'enough', 'room', 'for', 'a', 'sweater'] [] ['i', 'am', '115', 'lbs', '30', 'dd', '26.5', 'in', 'waist', 'arms', 'were', 'not', 'too', 'snug', 'either', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13077,1081,39', 'cute', 'fun', 'and', 'flirty', 'i', 'tried', 'this', 'one', 'as', 'a', 'xs', 'and', 'xs', 'petite', 'and', 'of', 'course', 'the', 'petite', 'is', 'the', 'way', 'to', 'go', 'for', 'me', 'length', 'slightly', 'below', 'around', 'the', 'knee', 'if', 'i', 'pull', 'on', 'the', 'straps', 'then', 'the', 'hem', 'hits', 'the', 'knees', 'i', 'wish', 'the', 'blue', 'was', 'still', 'available', 'in', 'petite', 'now', 'that', 'it', 'is', 'on', 'sale', 'the', 'waist', 'is', 'adjustable', 'and', 'so', 'are', 'the', 'straps', 'the', 'material', 'is', 'airy', 'like', 'linen', 'pretty', 'and', 'flirty', 'and', 'appropriate', 'for', 'work', 'ca', "n't", 'go', 'wrong'] [] ['115', 'lbs', '30', 'dd', '26.5', 'in', 'waist', ',5,1,0', 'general', 'dresses', 'dresses'] ['13078,1078,39', 'comfortable', 'i', 'ordered', 'the', 'xxs', 'petite', 'only', 'size', 'in', 'petite', 'left', 'at', 'the', 'tme0', 'and', 'that', 'was', 'right', 'for', 'me', 'i', 'usually', 'should', 'say', 'used', 't', 'get', 'xs', 'but', 'with', 'the', 'looser', 'styles', 'lately', 'xxs', 'seems', 'to', 'fit', 'me', 'better', 'hte', 'leg', 'hem', 'falls', 'below', 'my', 'knee', 'but', 'not', 'too', 'low', 'on', 'the', 'calf', 'the', 'waist', 'is', 'comfortable', 'hte', 'weird', 'part', 'is', 'the', 'fabric', 'the', 'sash', 'part', 'seems', 'to', 'be', 'lighter', 'and', 'the', 'softer', 'part', 'is', 'on', 'the', 'inside', 'so', 'it', 'would', 'seem'] [] ['for', 'reference', 'i', 'am', '115', 'lbs', '30dd', '26.5', 'in', 'waist', ',4,1,0', 'general', 'dresses', 'dresses'] ['13079,1094,50', 'i', 'tried', 'but', 'odd', 'fit', 'the', 'print', 'and', 'fabric', 'are', 'great', 'but', 'this', 'dress', 'has', 'odd', 'construction', 'or', 'maybe', 'i', 'have', 'an', 'odd', 'construction', 'anyway', 'i', "'m", '5-5', 'weigh', '125-130', '36d', 'i', 'ordered', 'the', 'small', 'and', 'it', 'fit', 'perfect', 'up', 'top', 'and', 'in', 'the', 'arms', 'but', 'the', 'issue', 'was', 'in', 'the', 'hips', 'i', "'m", 'somewhere', 'between', 'athletic', 'and', 'curvy', 'the', 'skirt', 'looks', 'more', 'a-line', 'in', 'the', 'photo', 'but', 'it', "'s", 'actually', 'cut', 'pretty', 'straight', 'spanx', 'would', 'have', 'helped', 'but', 'i', "'m", 'not', 'about', 'to', 'wear', 'spanx', 'all', 'day', 'in', 'a', 'work/casual', 'dress', 'i', 'think', 'a', 'medium', 'would', 'make', 'the', 'top', 'too', 'big', 'so', 'i', ',2,0,0', 'general', 'dresses', 'dresses'] ['13080,1094,45', 'beautiful', 'but', 'runs', 'small', 'this', 'dress', 'is', 'very', 'well-made', 'fully-lined', 'and', 'overall', 'quite', 'beautiful', 'however', 'i', 'will', 'have', 'to', 'agree', 'with', 'the', 'other', 'reviewers', 'who', 'say', 'that', 'it', 'runs', 'small', 'i', 'am', 'typically', 'a', 'solid', 'medium', 'in', 'retailer', 'clothes', '5', '9', '36b', '155', 'lbs.', 'apple', 'shaped', 'long', 'torso', 'but', 'the', 'medium', 'in', 'this', 'is', 'skin', 'tight', 'not', 'a', 'good', 'look', 'the', 'large', 'fit', 'much', 'better', 'and', 'i', 'did', 'not', 'find', 'the', 'skirt', 'to', 'be', 'like', 'a', 'pencil', 'the', 'fit', 'is', 'like', 'the', 'picture', 'and', 'the', 'length', 'is', 'at', 'the', 'knee', 'anyway', 'interesting', 'that', 'there', 'is', 'a', 'such', 'a', 'huge', 'differen', ',5,1,0', 'general', 'dresses', 'dresses'] ['13081,936,36', 'soooo', 'comfy', 'this', 'sweater', 'is', 'super', 'soft', 'and', 'comfortable', 'runs', 'very', 'big', 'i', 'usually', 'wear', 'a', 'large', 'i', 'purchased', 'a', 'medium', 'and', 'it', 'is', 'almost', 'too', 'big', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13082,1094,47', 'love', 'it', 'love', 'classical', 'look', 'and', 'this', 'dress', 'may', 'look', 'great', 'on', 'not', 'so', 'much', 'curvy', 'shape', 'price', 'is', 'great', 'with', 'extra', '40', 'off', 'so', 'considering', 'to', 'get', 'dark', 'red', 'one', 'as', 'well', 'now', ',5,1,0', 'general', 'dresses', 'dresses'] ['13083,936,46', 'bulky', 'heavy', 'and', 'awkward', 'i', 'ordered', 'the', 'navy/gray', 'combo', 'in', 'size', 'xl', 'it', 'was', 'too', 'heavy', 'and', 'uncomfortable', 'to', 'wear', 'it', 'also', 'attracted', 'so', 'much', 'lint', 'the', 'one', 'i', 'received', 'must', 'have', 'come', 'from', 'a', 'store', 'because', 'it', 'already', 'had', 'a', 'lot', 'of', 'fuzz', 'on', 'it', 'it', 'added', 'weight', 'and', 'was', 'unflattering', 'for', 'my', 'shape', 'the', 'colors', 'do', 'match', 'the', 'photos', 'online', 'the', 'length', 'also', 'matches', 'the', 'model', "'s", 'photos', 'it', 'just', 'did', "n't", 'work', 'for', 'me.,3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13084,1037,33', 'love', 'wow', 'i', 'have', 'never', 'owned', 'a', 'pair', 'of', 'pants', 'that', 'fit', 'so', 'well', 'this', 'is', 'my', 'first', 'pair', 'of', 'pants', 'from', 'retailer', 'i', 'always', 'have', 'the', 'too', 'tight', 'in', 'the', 'thighs', 'and', 'gaping', 'at', 'the', 'waist', 'issue', 'but', 'not', 'with', 'these', 'at', 'all', 'i', 'was', 'so', 'surprised', 'i', 'purchases', 'size', '26', 'in', 'both', 'tan', 'and', 'blue', 'the', 'perfect', 'amount', 'of', 'stretch', 'and', 'so', 'comfortable', 'a', 'bit', 'long', 'but', 'flares', 'look', 'best', 'with', 'heals', 'anyway', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13085,1094,37', 'meh', 'i', 'tried', 'this', 'dress', 'at', 'the', 'store', 'and', 'it', 'made', 'me', 'look', '10', 'years', 'older', 'the', 'fit', 'was', 'tts', 'but', 'a', 'bit', 'odd', 'around', 'the', 'waist', 'i', 'am', '5', '4', 'and', '160', 'lbs', 'and', 'tried', 'a', 'small', ',3,0,1', 'general', 'dresses', 'dresses'] ['13086,1094,37', 'very', 'versatile', 'dress', 'this', 'dress', 'fits', 'comfortably', 'with', 'great', 'fabric', 'and', 'feels', 'sturdy', 'without', 'to', 'much', 'weight', 'i', 'love', 'the', 'color', 'the', 'fit', 'would', 'be', 'flattering', 'on', 'many', 'different', 'body', 'types', 'i', 'would', 'highly', 'reccomend', 'this', 'dress.,5,1,0', 'general', 'dresses', 'dresses'] ['13087,1037,36', 'flattering', 'and', 'comfortable', 'i', 'bought', 'these', 'in', 'light', 'grey', 'and', 'navy', 'they', 'are', 'both', 'beautiful', 'high', 'quality', 'very', 'flattering', 'and', 'so', 'comfortable', 'i', 'love', 'them', 'they', "'re", 'a', 'perfect', 'long', 'length', 'i', 'have', 'long', 'legs', 'and', 'it', 'can', 'be', 'challenging', 'finding', 'a', 'good', 'length', 'in', 'pants', 'the', 'pockets', 'are', 'deep', 'and', 'functional', 'which', 'is', 'rare', 'in', 'women', "'s", 'pants', 'they', 'are', 'more', 'than', 'i', 'like', 'to', 'spend', 'but', 'i', 'will', 'get', 'a', 'lot', 'of', 'wear', 'out', 'of', 'them', 'they', 'look', 'and', 'feel', 'fantastic', 'i', 'highly', 'recommend', 'these', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13088,1037,42', 'love', 'so', 'glad', 'i', 'was', 'able', 'to', 'snag', 'these', 'killer', "70's-ish", 'flares', 'they', 'are', 'super', 'cool', 'at', 'a', 'nice', 'length', 'love', 'the', 'button', 'detail', 'i', 'ordered', 'these', 'in', 'my', 'current', 'size', 'and', 'they', 'fit', 'right', 'out', 'of', 'the', 'box', 'love', 'them', 'so', 'much.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13089,1078,51', 'fantastic', 'this', 'is', 'really', 'flattering', 'it', "'s", 'one', 'of', 'the', 'best', 'purchases', 'i', "'ve", 'made', 'through', 'retailer', 'i', 'know', 'it', 'will', 'work', 'with', 'a', 'lot', 'of', 'different', 'body', 'types', 'the', 'medium', 'fit', 'me', 'well', 'i', 'bought', 'a', 'petite', 'version', 'by', 'mistake', 'but', 'it', 'still', 'fits.,4,1,4', 'general', 'dresses', 'dresses'] ['13090,975,60', 'it', 'jacket', 'of', 'the', 'season', 'this', 'bomber', 'is', 'absolutely', 'perfect', 'not', 'only', 'is', 'the', 'embroidery', 'beautiful', 'but', 'it', "'s", 'super', 'comfy', 'as', 'well', 'it', "'s", 'lightweight', 'nicely', 'lined', 'and', 'well', 'made', 'i', 'only', 'gave', 'it', 'four', 'stars', 'for', 'quality', 'simply', 'because', 'the', 'embroidery', 'could', 'get', 'pulled', 'and', 'frayed', 'if', 'not', 'careful', 'you', 'should', 'expect', 'that', 'with', 'any', 'silky', 'embroidered', 'fabric', 'however', 'i', 'would', 'highly', 'recommend', 'this', 'jacket', 'for', 'any', 'body', 'type', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['13091,1094,29', 'fantastic', 'dress', 'love', 'the', 'fit', 'of', 'this', 'dress', 'i', "'m", '5', '2', '120', 'and', 'the', 'petite', 'extra', 'small', 'fits', 'perfectly', 'the', 'waist', 'is', 'slimming', 'and', 'the', 'cut', 'is', 'not', 'too', 'low', 'also', 'great', 'pattern', ',5,1,0', 'general', 'dresses', 'dresses'] ['13092,1094,32', 'beautiful', 'dress', 'this', 'is', 'a', 'beautiful', 'dress', 'fits', 'true', 'to', 'size', 'very', 'flowy', 'and', 'comfortable', 'the', 'color', 'looks', 'just', 'like', 'the', 'pic.,5,1,0', 'general', 'dresses', 'dresses'] ['13093,936,65', 'i', 'may', 'regret', 'returning', 'this', 'sweater', 'because', 'it', 'would', 'be', 'lovely', 'had', 'i', 'been', 'able', 'to', 'wear', 'it', 'as', 'i', 'was', 'when', 'i', 'ordered', 'it'] ['as', 'i', 'am', 'in', 'a', 'wheelchair', 'temporarily', 'i', 'find', 'the', 'sweater', 'too', 'bulky', 'in', 'a', 'sitting', 'position'] ['if', 'you', 'are', 'slender', 'and', 'are', 'looking', 'for', 'vertical', 'lines', 'that', 'are', 'slimming', 'in', 'a', 'style', 'so', 'fashionable', 'now', 'this', 'is', 'the', 'sweater', 'for', 'you', 'the', 'neutral', 'colors', 'and', 'the', 'bulky', 'weave', 'i', 'also', 'love', 'because', 'it', 'goes', 'with', 'everything', 'a', 'go-to', 'sweater-coat', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['13094,1037,41', 'awesome', 'retro', 'cords', 'this', 'is', 'my', 'first', 'pair', 'of', 'pilcro', 'pants', 'but', 'defiantly', 'not', 'my', 'last', 'i', 'always', 'have', 'a', 'hard', 'time', 'trying', 'to', 'decide', 'between', 'a', 'regular', 'length', 'and', 'a', 'tall', 'because', 'at', "5'10", 'i', 'usually', 'fall', 'somewhere', 'in', 'between', 'i', 'ordered', 'the', 'regular', 'length', 'and', 'could', "n't", 'b', 'happier', 'they', 'are', 'just', 'long', 'enough', 'to', 'wear', 'a', 'shorter', 'heal', 'with', 'or', 'a', 'pair', 'of', 'flats', 'the', 'beige', 'color', 'is', 'really', 'nice', 'and', 'pairs', 'nicely', 'with', 'the', 'sky', 'blue', 'mock', 'turtleneck', 'sweater', 'i', 'also', 'ordered', 'from', 'retailer', 'i', 'love', 'the', 'retro', '70', "'s", 'style', 'too', 'i', 'could', "n't", 'be', 'happier', 'wi', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13095,850,38', 'super', 'cute', 'but', 'embroidery', 'is', 'stiff', 'tried', 'on', 'standard', 'xs', 'and', 'the', 'photo', 'on-line', 'is', 'slightly', 'misleading', 'as', 'i', 'thought', 'that', 'there', 'were', 'more', 'colors', 'involved', 'in', 'the', 'embroidery', 'pattern', 'in', 'person', 'the', 'pattern', 'is', 'not', 'as', 'intricate', 'with', 'only', '2', 'solid', 'colors', 'the', 'body', 'of', 'the', 'shirt', 'is', 'light', 'airy/billowy', 'not', 'as', 'form', 'grazing', 'like', 'on', 'the', 'model', 'which', 'i', 'do', "n't", 'mind', 'i', 'still', 'love', 'the', 'top', 'but', 'would', 'have', 'to', 'go', 'for', 'a', 'petite', 'xs', 'or', 'even', 'a', 'petite', 'xxs', 'so', 'that', 'it', 'would', 'be', 'a', 'little', 'more', 'fitted', 'all', 'around', 'note', 'that', 'the', 'embroidery', 'on', 'the', 'dã©colletã©', 'feels', 'lik', ',4,1,1', 'general', 'tops', 'blouses'] ['13096,1081,25', 'perfect', 'summer', 'dress', 'dressed', 'up', 'or', 'dressed', 'down', 'this', 'summer', 'dress', 'is', 'perfect', 'the', 'skirt', 'is', 'a', 'lot', 'of', 'fabric', 'like', 'others', 'have', 'said', 'but', 'it', "'s", 'part', 'of', 'what', 'makes', 'this', 'dress', 'fun', 'and', 'because', 'the', 'top', 'is', 'fitted', 'i', 'find', 'it', 'very', 'flattering', 'because', 'you', 'can', 'adjust', 'the', 'tie', 'around', 'the', 'waist', 'to', 'make', 'it', 'fitted', 'that', 'being', 'said', 'the', 'design', 'sort', 'of', 'threw', 'me', 'off', 'when', 'it', 'arrived', 'in', 'the', 'mail', 'because', 'the', 'waist', 'as', 'well', 'as', 'straps', 'around', 'the', 'shoulders', 'are', 'adjustable', 'at', 'first', 'it', 'looked', 'like', 'a', 'sack', 'but', 'when', 'it', "'s", 'on', 'and', 'adjusted', 'it', 'will', 'l', ',5,1,0', 'general', 'dresses', 'dresses'] ['13097,1081,41', 'perfect', 'summer', 'staple', 'dress.', 'this', 'dress', 'intrigued', 'me', 'a', 'bit', 'online', 'but', 'not', 'enough', 'to', 'order', 'it', 'to', 'try', 'it', 'even', 'on', 'the', 'rack', 'i', 'was', "n't", 'so', 'sure', 'about', 'it', 'but', 'decided', 'to', 'try', 'it', 'this', 'afternoon', 'i', 'could', "n't", 'have', 'been', 'more', 'pleased', 'it', 'is', 'fresh', 'flattering', 'flowy', 'light', 'and', 'beautiful', 'even', 'though', 'there', 'is', 'quite', 'a', 'bit', 'of', 'fabric', 'the', 'vertical', 'stripes', 'and', 'nipped', 'in', 'waist', 'make', 'it', 'extremely', 'flattering', 'i', 'did', "n't", 'realize', 'this', 'came', 'in', 'blue', 'as', 'well', 'i', 'may', 'add', 'that', 'one', 'to', 'my', 'wishlist', 'but', 'the', 'red', 'one', 'is', 'a', 'definite', 'winner', 'it', 'will', 'make', 'a', 'great', ',5,1,0', 'general', 'dresses', 'dresses'] ['13098,1020,40', 'just', 'okay', 'the', 'skirt', 'is', 'not', 'as', 'form', 'fitting', 'as', 'i', 'had', 'hoped', 'it', 'is', 'a', 'lot', 'of', 'material', 'that', 'is', 'flowy', 'and', 'billowy', 'not', 'straight', 'and', 'pencil-like', 'as', 'shown', 'as', 'in', 'the', 'pictures', 'the', 'material', 'and', 'design', 'is', 'just', 'okay-', 'not', 'super', 'wowed', 'by', 'it', 'i', 'did', 'size', 'down', 'but', 'feel', 'like', 'i', 'might', 'need', 'to', 'size', 'down', 'even', 'more', 'to', 'get', 'more', 'of', 'a', 'fitted', 'look', ',4,0,0', 'general', 'bottoms', 'skirts'] ['13099,1059,38', 'love', 'the', 'subtle', 'pattern', 'i', 'think', 'it', 'will', 'be', 'great', 'for', 'a', 'number', 'of', 'occasions', 'the', 'fit', 'is', 'very', 'flattering', 'not', 'lined', 'but', 'high', 'quality', 'heavyweight', 'fabric', 'does', 'not', 'seem', 'to', 'make', 'it', 'necessary', ',4,1,0', 'general', 'bottoms', 'pants'] ['13100,933,34', 'a', 'new', 'favorite', 'i', 'absolutely', 'love', 'this', 'i', "'m", '115', '5', '6', 'and', 'the', 'xs', 'is', 'roomy', 'because', 'of', 'the', 'style', 'but', 'it', 'drapes', 'very', 'nicely', 'and', 'it', "'s", 'a', 'perfect', 'fit', 'with', 'my', 'new', 'loafers', 'and', 'cropped', 'pants', 'i', "'m", 'all', 'ready', 'for', 'fall', 'he', 'slightly', 'felted', 'knit', 'is', 'a', 'nice', 'touch', 'it', "'s", 'also', 'really', 'soft', ',5,1,0', 'general', 'tops', 'sweaters'] ['13101,975,43', 'gorgeous', 'jacket', 'the', 'images', 'definitely', 'do', 'not', 'do', 'the', 'jacket', 'justice', 'the', 'detail', 'is', 'beautiful', 'and', 'the', 'fabric', 'is', 'unexpected', 'and', 'quite', 'luxurious', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13102,975,46', 'beautiful', 'bomber', 'this', 'is', 'soft', 'to', 'the', 'touch', 'and', 'just', 'beautiful'] ['it', 'is', 'a', 'little', 'roomy', 'but', 'true', 'to', 'size', 'i', 'love', 'it', 'that', 'way'] ['totally', 'on', 'trend', 'for', 'the', 'season', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13103,1020,49', 'love', 'the', 'flow', 'and', 'hem', 'on', 'this', 'skirt', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'thought', 'the', 'flowy', 'fit', 'and', 'asymmetrical', 'hem', 'were', 'great', 'the', 'fabric', 'is', 'thin', 'which', 'is', 'nice', 'for', 'summer', 'but', 'lined', 'at', 'the', 'top', 'half', 'so', 'it', "'s", 'not', 'transparent', 'except', 'below', 'the', 'knee', 'the', 'waist', 'is', 'quite', 'high', 'and', 'has', 'flexible', 'elastic', 'for', 'an', 'easy', 'fit', 'i', 'liked', 'the', 'skirt', 'a', 'lot', 'and', 'came', 'online', 'to', 'find', 'it', 'in', 'petite', 'sadly', 'it', 'is', 'sold', 'out', 'of', 'most', 'sizes', 'in', 'the', 'petite', 'length', 'i', 'wish', 'antrho', 'would', 'order', 'more', 'of', 'the', 'petite', 'sizes', 'because', 'they', 'seem', 'to', 'sell', 'out', 'fast', ',5,1,11', 'general', 'bottoms', 'skirts'] ['13104,1078,27', 'exquisite', 'this', 'is', 'one', 'of', 'those', 'rare', 'garments', 'that', 'is', 'actually', 'as', 'flattering', 'on', 'me', 'as', 'it', 'looks', 'on', 'the', 'model', 'just', 'like', 'the', 'picture', 'it', 'hangs', 'like', 'a', 'dress', 'and', 'emphasizes', 'my', 'curves', 'without', 'seeming', 'too', 'revealing', 'the', 'weight', 'of', 'the', 'fabric', 'creates', 'graceful', 'movement', 'while', 'the', 'loose', 'cut', 'keeps', 'it', 'cool', 'and', 'breezy', 'for', 'reference', 'i', 'am', '5', '4', 'and', 'curvy', '34d', '35x28x39', 'and', 'i', 'ordered', 'a', 'small', 'petite', 'this', 'is', 'a', 'smaller', 'size', 'than', 'i', 'would', 'wear', 'in', 'most', 'styles', 'but', 'it', 'fits', 'almost', 'like', 'it', 'was', 'made', 'for', 'me', 'the', 'tie', 'hits', 'slightl', ',5,1,3', 'general', 'dresses', 'dresses'] ['13105,1037,38', 'love', 'the', 'fit', 'love', 'how', 'this', 'fits', 'length', 'is', 'great', 'so', 'i', 'did', "n't", 'need', 'to', 'hem', 'you', 'would', "n't", 'be', 'able', 'to', 'flattering', 'on', 'muscular/athletic', 'legs/bottom', 'i', 'bought', 'in', 'navy', 'and', 'then', 'had', 'to', 'buy', 'it', 'in', 'another', 'color', 'it', 'fit', 'so', 'well.,5,1,0', 'general', 'bottoms', 'jeans'] ['13106,1020,57', ',the', 'material', 'is', 'beautiful', 'and', 'as', 'others', 'said', 'its', 'a', 'bit', 'fuller', 'than', 'one', 'might', 'think', 'i', 'am', 'returning', 'because', 'it', "'s", 'high', 'waisted', 'with', 'a', 'thick', 'elastic', 'waist', 'band', 'not', 'my', 'style', 'i', 'suppose', 'it', 'would', 'work', 'with', 'a', 'thick', 'belt', 'as', 'i', 'said', 'its', 'beautiful', 'just', 'not', 'my', 'style.,3,1,0', 'general', 'bottoms', 'skirts'] ['13107,1078,42', 'wonderful', 'comfy', 'this', 'lovely', 'number', 'met', 'all', 'my', 'expectations', 'ordered', 'an', 'xl', 'and', 'glad', 'i', 'did', 'the', 'fabric', 'and', 'styling', 'has', 'flattering', 'drape', 'and', 'it', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'for', 'a', 'casual', 'night', 'out', 'if', 'it', 'was', 'available', 'in', 'another', 'classic', 'color', 'or', 'a', 'subtle', 'neutral', 'pattern', 'i', "'d", 'probably', 'purchase', 'a', 'second', 'one', 'hint', 'hint', 'retailer', ',5,1,1', 'general', 'dresses', 'dresses'] ['13108,1037,47', 'fit', 'issues', 'so', 'these', 'look', 'so', 'good', 'online', 'i', 'love', 'flare', 'and', 'the', 'button', 'detail', 'however', 'on', 'me', 'they', 'were', 'very', 'long', 'which', 'i', 'knew', 'but', 'too', 'thigh-hugging', 'for', 'my', 'taste', 'and', 'the', 'buttons', 'looked', 'cheap', 'i', 'ordered', 'the', 'tan', 'color', 'thus', 'back', 'they', 'went', 'for', 'reference', 'i', 'am', '5', '5', 'and', '125', 'and', 'ordered', 'the', '6', ',2,0,0', 'general', 'bottoms', 'jeans'] ['13109,1094,36', 'great', 'price', 'for', 'a', 'cute', 'dress', 'i', 'was', 'a', 'little', 'hesitant', 'about', 'sizing', 'based', 'on', 'reviews-but', 'my', 'normal', 'small', 'fit', 'perfectly', 'it', 'is', 'a', 'little', 'low', 'cut', 'for', 'work-but', 'with', 'a', 'scarf', 'will', 'be', 'fine', 'i', 'wish', 'it', 'was', 'a', 'bit', 'shorter', 'hits', 'just', 'below', 'the', 'knees', 'on', 'me', '.but', 'overall', 'great', 'i', 'have', 'a', 'fairly', 'straight', 'body', 'type', 'and', 'think', 'dress', 'probably', 'works', 'best', 'on', 'this', 'type', 'although', 'if', 'you', 'were', 'small', 'on', 'top', 'and', 'curvy', 'on', 'bottom', 'i', 'think', 'this', 'could', 'be', 'cute', 'too', 'for', 'the', 'price', 'point', 'with', 'the', 'sale', 'its', 'definitely', 'worth', 'trying', 'i', 'got', 'the', 'black', 'and', 'white-and', 'i,5,1,0', 'general', 'dresses', 'dresses'] ['13110,1078,41', 'super', 'flattering', 'romper', 'you', 'can', 't', 'go', 'wrong', 'with', 'this', 'one', 'it', 's', 'is', 'super', 'flattering', 'the', 'size', 'medium', 'fit', 'perfectly', 'for', 'reference', 'i', 'have', 'a', '38in', 'chest', '32', 'ff', 'and', 'in', 'the', 'medium', 'i', 'was', 'not', 'over', 'exposed', 'and', 'it', 'can', 'be', 'worn', 'with', 'a', 'racing', 'back', 'bra', 'with', 'it', 'not', 'showing', 'i', 'wish', 'it', 'came', 'i', 'more', 'colors', 'please', 'retailer', 'make', 'this', 'one', 'in', 'more', 'colors', ',5,1,0', 'general', 'dresses', 'dresses'] ['13111,1081,23', 'absolutely', 'gorgeous', 'this', 'dress', 'is', 'beautiful', 'i', 'am', 'happy', 'i', 'chose', 'the', 'sky', 'blue', 'color', 'i', 'read', 'a', 'review', 'before', 'ordering', 'that', 'said', 'it', 'was', 'more', 'beautiful', 'in', 'person', 'it', 'certainly', 'is', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'the', 'only', 'issue', 'is', 'that', 'it', 'runs', 'a', 'tad', 'bit', 'too', 'big', 'i', 'am', 'very', 'thin', 'and', 'usually', 'an', 'xs', 'in', 'retailer', 'clothes', 'i', 'could', "'ve", 'fit', 'an', 'xxs', 'good', 'thing', 'the', 'straps', 'can', 'tie', 'and', 'be', 'adjusted', 'also', 'it', 'is', 'a', 'little', 'longer', 'than', 'i', 'thought', 'it', 'would', 'be', 'on', 'me', 'i', 'am', '5', '7', 'other', 'than', 'that', 'i', 'love', 'this', 'dress', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13112,1078,49', 'love', 'it', 'i', "'m", 'not', 'a', 'big', 'fan', 'of', 'rompers', 'but', 'love', 'this', 'one', 'it', 'is', 'very', 'flattering', 'and', 'comfortable', 'i', 'love', 'that', 'you', 'can', 'dress', 'it', 'up', 'with', 'some', 'heels', 'and', 'accessorizes', 'or', 'more', 'casual', 'with', 'flats.,5,1,0', 'general', 'dresses', 'dresses'] ['13113,1020,52', 'beautiful', 'and', 'comfortable', 'skirt', 'this', 'is', 'a', 'lovely', 'romantic', 'skirt', 'that', 'hangs', 'nicely', 'it', 'is', 'lined', 'except', 'for', 'the', 'ruffle', 'on', 'the', 'bottom', 'as', 'others', 'have', 'said', 'the', 'waistband', 'is', 'stretchy', 'and', 'molds', 'to', 'your', 'shape', 'it', 'is', 'high', 'waisted', 'i', 'called', 'the', 'store', 'to', 'hold', 'a', 'size', '4', 'and', '6', 'for', 'me', 'to', 'try', 'when', 'i', 'got', 'there', 'i', 'finally', 'settled', 'on', 'a', 'size', '2', 'so', 'it', 'runs', 'a', 'bit', 'large', 'i', 'have', 'a', '25', 'inch', 'waist', 'and', '36', 'inch', 'hips', 'if', 'this', 'fits', 'your', 'style', 'give', 'it', 'a', 'try', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,3', 'general', 'bottoms', 'skirts'] ['13114,1094,47', 'cute', 'dress', 'the', 'dress', 'is', 'true', 'to', 'fit', 'and', 'very', 'soft', 'you', 'can', 'dress', 'it', 'up', 'or', 'be', 'casual', 'with', 'a', 'denim', 'jacket.,5,1,0', 'general', 'dresses', 'dresses'] ['13115,1094,29', 'accidentally', 'sexy', 'on', 'the', 'hanger', 'i', 'thought', 'this', 'would', 'be', 'a', 'great', 'work', 'dress', 'but', 'on', 'my', 'curves', 'it', 'was', 'pretty', 'scandalous', 'really', 'low', 'cut', 'will', 'need', 'to', 'pin', 'it', 'and', 'hugs', 'curves', 'if', 'you', 'have', 'them', 'it', "'s", 'comfortable', 'and', 'i', 'like', 'the', 'pattern', 'i', 'have', 'a', 'number', 'of', 'maeve', "'s", 'jersey', 'dresses', 'so', 'i', "'m", 'not', 'expecting', 'it', 'to', 'last', 'incredibly', 'long', 'but', 'at', '25', 'off', 'it', 'was', 'a', 'good', 'deal', ',4,1,0', 'general', 'dresses', 'dresses'] ['13116,1078,36', 'the', 'best', 'okay', 'so', 'i', 'have', 'an', 'upcoming', 'day', 'of', 'travel', 'with', 'four', 'kids', 'a', 'husband', 'on', 'crutches', 'and', 'a', 'flight', 'leaving', 'at', '6am', 'for', 'which', 'i', 'have', 'to', 'leave', 'my', 'house', 'at', '4am', 'followed', 'immediately', 'by', 'a', 'le', 'cirque', 'show', 'upon', 'our', 'arrival', 'i', "'ve", 'been', 'looking', 'for', 'something', 'to', 'wear', 'during', 'this', 'chaos', 'and', 'this', 'is', 'it', 'the', 'fabric', 'is', 'dreamy-soft', 'and', 'the', 'drape', 'perfect', 'yes', 'it', 'looks', 'like', 'a', 'dress', 'but', 'i', 'am', 'happy', 'for', 'the', 'conservative', 'pants/jumpsuit', 'it', 'actually', 'is', 'the', 'pockets', 'hold', 'my', 'phone', 'without', 'sagging', 'and', 'i', 'can', 'wear', 'sneakers', 'du', ',5,1,2', 'general', 'dresses', 'dresses'] ['13117,1094,42', 'i', "'m", 'a', '34c', 'and', '136', 'lbs', 'the', 'dress', 'falls', 'just', 'below', 'my', 'knees', 'perfect', 'for', 'the', 'colder', 'weather', 'i', 'bought', 'this', 'in', 'm', 'in', 'two', 'colors', 'because', 'i', 'love', 'it', 'so', 'much', 'the', 'fit', 'is', 'so', 'flattering', 'and', 'the', 'material', 'is', 'so', 'soft', 'and', 'comfortable', 'i', 'continue', 'to', 'find', 'maeve', 'dresses', 'classic', 'quality', 'flattering', 'and', 'comfortable', ',5,1,0', 'general', 'dresses', 'dresses'] ['13118,1094,41', 'versatile', 'comfortable', 'got', 'several', 'compliments', 'on', 'the', 'dress', 'the', 'first', 'time', 'i', 'wore', 'it', 'and', 'know', 'it', 'will', 'work', 'well', 'for', 'both', 'the', 'office', 'church', 'and', 'even', 'a', 'holiday', 'party', 'or', 'two', 'i', "'m", 'right', 'on', 'the', 'line', 'between', 'petite', 'regular', 'sizes', 'and', 'could', 'have', 'gone', 'w/a', 'petite', 'probably', 'medium', 'size', 'instead', 'as', 'the', 'dress', 'is', 'just', 'a', 'touch', 'long', 'with', 'a', 'deeper', 'neckline', 'for', 'my', 'frame', 'otherwise', 'it', 'fits', 'well', 'and', 'the', 'color', 'is', 'great', 'even', 'if', 'it', "'s", 'not', 'quite', 'the', 'same', 'as', 'in', 'the', 'photo', 'overall', 'i', "'m", 'satisfied', 'with', 'my', 'purchase', ',4,1,0', 'general', 'dresses', 'dresses'] ['13119,975,30', 'beautiful', 'jacket', 'and', 'well', 'made', 'i', 'bought', 'this', 'jacket', 'in', 'a', 'regular', 'and', 'returned', 'it', 'to', 'the', 'store', 'where', 'they', 'had', 'a', 'petite', 'it', 'is', 'lovely', 'i', 'live', 'in', 'ca', 'so', 'it', 'is', 'perfect', 'for', 'an', 'evening', 'out', 'remember', 'not', 'to', 'buy', 'this', 'for', 'warmth', 'but', 'a', 'light', 'cover', 'up', 'it', 'makes', 'an', 'outfit', 'out', 'of', 'anything', 'else', 'you', 'might', 'want', 'to', 'wear', 'looks', 'great', 'with', 'black', 'under', 'it', 'or', 'off', 'white', 'also', 'looks', 'great', 'with', 'the', 'beautiful', 'soft', 'pinks', 'that', 'are', 'out', 'this', 'season', 'or', 'cranberry', 'you', 'will', 'love', 'it', ',5,0,0', 'general', 'petite', 'jackets', 'jackets'] ['13120,936,47', 'perfect', 'sweater', 'for', 'chilly', 'weather', 'absolutely', 'love', 'this', 'cardi', 'it', "'s", 'perfect', 'with', 'nice', 'jeans', 'and', 'boots', 'or', 'my', 'black', 'pants', 'i', 'am', 'nearly', '6', 'tall', 'and', 'a', 'medium', 'is', 'plenty', 'long', 'in', 'the', 'sleeve', 'and', 'overall', 'length', 'it', 'adds', 'warmth', 'but', 'it', "'s", 'breathable', 'so', 'it', 'does', "n't", 'give', 'you', 'the', 'super', 'hot', 'effect', 'when', 'going', 'inside', 'they', 'only', 'reason', 'i', 'gave', 'a', '4', 'in', 'quality', 'is', 'that', 'it', 'is', 'loosely', 'stitched', 'so', 'you', 'can', 'get', 'caught', 'on', 'things', 'otherwise', 'it', 'is', 'a', 'great', 'addition', 'to', 'my', 'closet', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13121,1081,43', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13122,1099,41', 'nice', 'quality', 'but', 'boxy', 'fit', 'this', 'is', 'a', 'pretty', 'dress', 'but', 'the', 'cut', 'is', 'quite', 'boxy', 'i', 'had', 'thought', 'that', 'the', 'dress', 'would', 'cut', 'in', 'a', 'bit', 'along', 'the', 'body', 'and', 'then', 'flare', 'out', 'more', 'around', 'the', 'waist', 'down', 'to', 'the', 'hem', 'however', 'the', 'dress', 'is', 'baggy', 'from', 'the', 'sleeves', 'all', 'the', 'way', 'down', 'which', 'lends', 'to', 'a', 'rather', 'unflattering', 'look', ',2,0,5', 'general', 'petite', 'dresses', 'dresses'] ['13123,1094,28', 'cute', 'though', 'thin', 'dress', 'based', 'on', 'the', 'photos', 'i', 'thought', 'this', 'dress', 'would', 'be', 'very', 'flattering', 'on', 'an', 'hourglass', 'shape', 'i', 'ordered', 'the', 'faded', 'reddish', 'pink', 'color', 'the', 'color', 'was', 'true', 'to', 'the', 'photo', 'and', 'very', 'pretty', 'and', 'soft', 'the', 'dress', 'has', 'an', 'open', 'neckline', 'fitted', 'waist', 'and', 'skirt', 'length', 'that', 'are', 'all', 'flattering', 'but', 'the', 'fabric', 'is', 'thin', 'and', 'clingy', 'making', 'the', 'dress', 'overall', 'not', 'flattering', 'on', 'anyone', 'not', 'as', 'thin', 'as', 'the', 'model', 'it', 'certainly', 'does', "n't", 'hang', 'i', 'believe', 'it', 'runs', 'true', 'to', 'size', 'i', "'m", 'generally', 'a', 'xs/s', 'and', 'i', 'ordered', 'a', 's', 'and', 'the', 'fit', 'was', ',3,0,0', 'general', 'dresses', 'dresses'] ['13124,1078,39', 'amazing', 'comfy', 'and', 'a', 'dream', 'this', 'fit', 'me', 'perfectly', 'with', 'a', 'little', 'room', 'but', 'think', 'it', "'s", 'meant', 'to', 'be', 'this', 'way', 'so', 'easier', 'to', 'get', 'on', 'and', 'off', 'this', 'feels', 'like', 'a', 'dream', 'and', 'is', 'very', 'good', 'quality', 'definitely', 'a', 'heavier', 'piece', 'but', 'i', 'like', 'that', 'it', 'is', 'so', 'very', 'flattering', 'and', 'drapes', 'beautifully', 'to', 'hide', 'my', 'tummy', 'the', 'back', 'is', 'adorable', 'too', 'retailer', 'hit', 'it', 'out', 'of', 'park', 'with', 'this', 'one', 'grab', 'it', 'before', 'it', "'s", 'too', 'late', 'i', "'m", 'a', '36ddd', 'and', 'size', '14', 'and', 'the', 'large', 'fit', 'perfectly,5,1,19', 'general', 'dresses', 'dresses'] ['13125,936,33', 'versatile', 'sweater', 'coat', 'i', 'bought', 'this', 'sweater/coat', 'as', 'a', 'gift', 'for', 'my', 'mother', 'she', 'absolutely', 'loves.it', 'it', 'does', 'seem', 'to', 'run', 'a', 'little', 'large', 'and', 'the', 'sleeves', 'are', 'especially', 'long', 'the', 'navy', 'and', 'grey', 'color', 'combo', 'is', 'very', 'nice', 'it', 'seems', 'like', 'it', 'will', 'be', 'very', 'warm', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13126,1094,26', 'i', 'love', 'this', 'dress', 'i', "'ve", 'received', 'compliments', 'from', 'everyone', 'it', "'s", 'long', 'enough', 'to', 'feel', 'appropriate', 'for', 'work', 'or', 'teaching', 'in', 'sunday', 'school', 'and', 'it', "'s", 'beautiful', ',5,1,0', 'general', 'dresses', 'dresses'] ['13127,1078,46', ',just', 'a', 'heads', 'up', 'this', 'is', 'a', 'romper', 'pants', 'and', 'not', 'a', 'dress', 'you', 'ca', "n't", 'tell', 'from', 'the', 'pictures', 'i', 'ordered', 'thinking', 'it', 'was', 'a', 'dress', 'but', 'it', "'s", 'actually', 'culottes', 'i', "'m", 'not', 'sure', 'what', 'you', 'would', 'call', 'it', 'the', 'pull', 'on', 'styling', 'was', 'awkward', 'and', 'the', 'sash', 'was', 'bulky', 'it', 'definitely', 'goes', 'back', ',3,0,42', 'general', 'dresses', 'dresses'] ['13128,975,51', 'beautiful', 'bomber', 'i', 'saw', 'this', 'on', 'one', 'of', 'the', 'gals', 'at', 'my', 'local', 'retailer', 'and', 'fell', 'in', 'love', 'it', 'is', 'the', 'coolest', 'bomber', 'and', 'i', 'instantly', 'fell', 'for', 'it', 'i', 'went', 'with', 'my', 'normal', 'l', 'and', 'i', 'will', 'be', 'wearing', 'this', 'all', 'fall', 'and', 'winter', 'long', 'it', "'s", 'just', 'so', 'unique', 'and', 'eye', 'catching,5,1,10', 'general', 'petite', 'jackets', 'jackets'] ['13129,1099,42', 'the', 'quality', 'and', 'fabric', 'of', 'this', 'dress', 'are', 'lovely', 'but', 'unfortunately', 'i', 'found', 'it', 'to', 'be', 'very', 'unflattering', 'and', 'shapeless', 'it', 'fit', 'me', 'like', 'a', 'sack', 'i', 'ordered', 'the', 'm', 'and', 'i', 'suppose', 'i', 'should', "'ve", 'sized', 'down', 'but', 'even', 'in', 'the', 's', 'i', "'m", 'afraid', 'this', 'would', 'be', 'far', 'too', 'large', 'for', 'reference', 'i', 'am', '5', '7', 'and', '135', 'lbs', 'i', 'have', 'a', 'curvy', 'build', 'so', 'this', 'shape', 'dress', 'just', 'was', "n't", 'right', 'on', 'me', 'i', 'imagine', 'it', 'will', 'look', 'cute', 'on', 'more', 'of', 'a', 'boyish', 'figure', 'returned', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['13130,975,42', 'i', 'saw', 'this', 'online', 'and', 'went', 'to', 'the', 'store', 'yesterday', 'to', 'find', 'it', 'i', 'tried', 'on', 'a', 'm', 'which', 'is', 'my', 'normal', 'size', 'and', 'a', 's', 'which', 'if', 'clothes', 'are', 'baggy', 'i', "'ll", 'buy', 'for', 'a', 'more', 'fitted', 'look', 'the', 's', 'was', 'too', 'small', 'in', 'the', 'shoulders', 'and', 'my', 'arm', 'movement', 'was', 'restricted', 'so', 'i', 'bought', 'the', 'm.', 'this', 'is', 'definitely', 'true', 'to', 'size', 'it', 'has', 'a', 'blousy', 'waist', 'to', 'it', 'so', 'no', 'amount', 'of', 'downsizing', 'will', 'make', 'this', 'a', 'fitted', 'jacket', 'notice', 'the', 'model', 'is', 'pushing', 'the', 'jacket', 'down', 'with', 'her', 'hands', 'in', 'the', 'pockets', 'to', 'make', 'it', 'look', 'like', 'it', 'has', 'a', 'more', 'defi', ',5,1,5', 'general', 'petite', 'jackets', 'jackets'] ['13131,936,29', 'must', 'have', 'my', 'favorite', 'of', 'the', 'season', 'i', 'purchased', 'the', 'grey', 'sweater', 'while', 'shopping', 'with', 'girlfriends', 'i', 'love', 'it', 'so', 'much', 'i', "'ll", 'be', 'purchasing', 'the', 'brown', 'as', 'well', 'i', 'would', 'normally', 'wear', 'a', 'm/l', 'but', 'tried', 'it', 'on', 'and', 'purchased', 'a', 's.', 'i', 'do', "n't", 'like', 'very', 'fitted', 'items', 'however', 'a', 'small', 'fit', 'perfectly', 'on', 'me', 'this', 'item', 'runs', 'big', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13132,1078,26', 'love', 'it', 'as', 'everyone', 'said', 'the', 'fabric', 'weighs', 'and', 'therefore', 'the', 'romper', 'is', 'flowing', 'gracefully', 'and', 'it', 'is', 'real', 'soft', 'you', 'can', 'wear', 'it', 'without', 'bra', 'it', 'looks', 'so', 'flattering', 'but', 'still', 'feels', 'so', 'comfortable', 'it', 'is', 'the', 'reason', 'that', 'i', 'placed', 'an', 'order', 'online', 'and', 'it', 'is', 'also', 'the', 'first', 'piece', 'out', 'of', 'the', 'package', 'that', 'i', 'paired', 'with', 'excitement', 'and', 'went', 'out', 'full', 'of', 'contentment', 'the', 'only', 'thing', 'is', 'that', 'i', 'received', 'mine', 'with', 'the', 'place', 'where', 'the', 'two', 'bands', 'meet', 'with', 'the', 'back', 'broken', 'i', 'had', 'to', 'sew', 'them', 'all', 'together', 'it', 'almost', 'felt', 'li', ',4,1,0', 'general', 'dresses', 'dresses'] ['13133,1094,41', 'great', 'staple', 'piece', 'i', 'bought', 'this', 'on', 'sale', 'in', 'all', '3', 'colors', 'it', 'does', "n't", 'look', 'like', 'much', 'in', 'the', 'photos', 'but', 'that', "'s", 'really', 'the', 'point', 'this', 'is', 'a', 'staple', 'basic', 'piece', 'layer', 'on', 'colors', 'and', 'prints', 'like', 'a', 'printed', 'jacket', 'scarf', 'or', 'bag', 'i', 'bought', 'this', 'in', 'wine', 'along', 'with', 'the', 'sweater', 'knit', 'boots', 'and', 'a', 'bag', 'with', 'a', 'print', 'that', 'ties', 'the', 'colors', 'together', 'the', 'shape', 'of', 'this', 'dress', 'is', 'great', 'fitted', 'through', 'the', 'waist', 'and', 'not', 'a', 'lot', 'of', 'extra', 'fabric', 'in', 'the', 'skirt', 'midi', 'is', 'usually', 'a', 'bad', 'length', 'for', 'me', '5', '2', 'but', 'since', 'the', 'skirt', 'is', "n't", 'overwhelming', ',5,1,2', 'general', 'dresses', 'dresses'] ['13134,1094,31', 'cute', 'and', 'comfortable', 'this', 'dress', 'is', 'easy', 'to', 'dress', 'up', 'or', 'down', 'and', 'is', 'very', 'comfortable', ',5,1,0', 'general', 'dresses', 'dresses'] ['13135,933,23', 'the', 'one', 'that', 'did', "n't", 'get', 'away', 'you', 'know', 'when', 'you', "'re", 'shopping', 'and', 'you', 'do', "n't", 'buy', 'something', 'you', 'like', 'but', 'later', 'you', 'ca', "n't", 'stop', 'thinking', 'about', 'it', 'that', 'was', 'the', 'case', 'with', 'his', 'sweater', 'i', 'saw', 'it', 'paired', 'with', 'a', 'cute', 'top', 'in', 'the', 'store', 'so', 'i', 'tried', 'it', 'on', 'on', 'a', 'whim', 'i', "'m", 'so', 'glad', 'i', 'eventually', 'got', 'it', 'it', "'s", 'toasty', 'soft', 'and', 'thick', 'with', 'the', 'perfect', 'amount', 'of', 'quirk', ',5,1,0', 'general', 'tops', 'sweaters'] ['13136,936,50', 'this', 'is', 'the', 'perfect', 'warm', 'cozy', 'boho', 'sweater', 'the', 'blue', 'trim', 'really', 'stands', 'out', 'and', 'brightens', 'up', 'the', 'grey', 'this', 'sweater', 'will', 'look', 'cute', 'over', 'any', 'outfit', 'or', 'with', 'jeans', 'i', 'have', 'long', 'arms', 'and', 'the', 'sleeves', 'almost', 'cover', 'my', 'hands', 'which', 'i', 'really', 'like', 'i', 'highly', 'recommend', 'this', 'especially', 'at', '20', 'off', ',5,1,10', 'general', 'petite', 'tops', 'sweaters'] ['13137,1020,52', 'nice', 'summer', 'skirt', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'just', 'bought', 'this', 'skirt', 'in', 'the', 'store', 'and', 'i', "'m", 'happy', 'with', 'it', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'it', 'is', 'made', 'of', 'washable', 'silk', 'so', 'it', 'does', "n't", 'require', 'dry', 'cleaning', 'but', 'it', 'should', 'be', 'hand', 'washed', 'or', 'on', 'delicate', 'cycle', 'obviously', 'it', 'fits', 'through', 'the', 'hips', 'without', 'being', 'overly', 'clingy', 'the', 'waist', 'is', 'a', 'wide', 'stretchy', 'smocking', 'style', 'so', 'there', 'is', 'some', 'give', ',5,1,16', 'general', 'bottoms', 'skirts'] ['13138,1078,35', 'great', 'concept', 'but', 'i', 'really', 'wanted', 'to', 'love', 'this', 'but', 'the', 'length', 'of', 'the', 'pants', 'was', 'so', 'awkward', 'and', 'dowdy', 'if', 'they', 'were', 'longer', 'or', 'shorter', 'this', 'would', 'be', 'a', 'win', 'nice', 'fabric', 'not', 'too', 'clingy', 'so', 'it', 'is', 'attractive', 'on', 'top', 'and', 'hips', ',3,1,1', 'general', 'dresses', 'dresses'] ['13139,975,66', 'fantastic', 'jacket', 'this', 'jacket', 'is', 'a', 'show', 'stopper', 'great', 'fabric', 'beautiful', 'embroidery', 'well', 'worth', 'the', 'price', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['13140,1078,30', 'really', 'happy', 'i', 'love', 'this', 'it', 'is', 'comfortable', 'flowing', 'and', 'reminds', 'me', 'of', 'glamorous', 'women', 'in', '1970', "'s", 'movies', 'i', 'especially', 'love', 'that', 'is', 'completely', 'looks', 'like', 'a', 'shirt', 'its', 'pants', 'because', 'i', 'do', "n't", 'have', 'to', 'worry', 'about', 'my', 'skirt', 'flying', 'up', 'as', 'i', 'race', 'around', 'the', 'city', 'bra//', 'no', 'bra', 'does', "n't", 'matter', 'which', 'i', 'love', 'as', 'someone', 'with', 'a', 'larger', 'bottom', 'then', 'top', 'and', 'am', 'pretty', 'tall', 'i', 'usually', 'have', 'trouble', 'finding', 'one', 'piece', 'items', 'that', 'are', "n't", 'too', 'short', 'in', 'the', 'crotch/waist', 'zone', 'very', 'roomy', 'without', 'looking', 'like', 'a', 'sack', ',5,1,2', 'general', 'dresses', 'dresses'] ['13141,1094,25', 'so', 'glad', 'i', 'ordered', 'a', 'size', 'up', 'i', 'originally', 'bought', 'this', 'in', 'a', 'medium', 'for', 'reference', 'i', 'am', "5'10", '155', 'lbs.', 'it', 'was', 'tiny', 'i', 'sent', 'it', 'back', 'for', 'a', 'large', 'and', 'it', 'fits', 'beautifully', 'the', 'fabric', 'is', 'incredibly', 'soft', 'and', 'the', 'dress', 'is', 'very', 'flattering', 'and', 'comfortable', 'i', 'would', 'just', 'recommend', 'ordering', 'up', 'a', 'size', ',4,1,1', 'general', 'dresses', 'dresses'] ['13142,1037,45', 'fit', 'and', 'style', 'very', 'nice', 'returned', 'because', 'way', 'too', 'long', 'and', 'bottom', 'detail', 'interfered', 'with', 'hemming', 'they', 'were', 'at', 'least', '4', 'too', 'long', 'i', 'am', '5', '8', 'so', 'heels', 'would', 'fix', 'the', 'issue', 'but', 'i', 'do', "n't", 'want', 'to', 'wear', 'them', 'with', 'a', 'comfy', 'pair', 'of', 'pants', ',3,1,0', 'general', 'bottoms', 'jeans'] ['13143,1094,64', ',,4,1,0', 'general', 'dresses', 'dresses'] ['13144,975,55', 'amazing', 'i', 'have', 'been', 'a', 'loyal', 'retailer', 'customer', 'for', 'at', 'least', '10', 'years', 'now', 'so', 'i', 'do', "n't", 'say', 'this', 'lightly', 'this', 'might', 'be', 'my', 'favorite', 'clothing', 'purchase', 'ever', 'the', 'overall', 'design', 'is', 'incredible', 'the', 'feminine', 'detail', 'in', 'the', 'embroidery', 'combined', 'with', 'the', 'traditional', 'bomber', 'style', 'is', 'done', 'so', 'well', 'i', 'somehow', 'snagged', 'a', 'medium', 'petite', 'and', 'it', 'is', 'absolutely', 'perfect', 'there', 'is', 'enough', 'room', 'to', 'fit', 'a', 'sweater', 'underneath', 'but', 'the', 'sleeves', 'and', 'waist', 'are', 'the', 'perfect', 'length', 'something', 'which', 'is', 'difficult', 'to', 'find', 'at', '5', '2', 'also', 'i', 'must', 'say', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13145,1078,63', 'great', 'first', 'romper', 'i', "'ve", 'never', 'owned', 'a', 'romper', 'and', 'never', 'had', 'any', 'desire', 'to', 'but', 'the', 'classy', 'design', 'in', 'black', 'soft', 'flowy', 'fabric', 'reeled', 'me', 'in', 'prompting', 'me', 'to', 'push', 'my', 'boundaries', 'a', 'bit', 'i', "'m", 'so', 'glad', 'i', 'did', 'i', 'do', "n't", 'think', 'i', 'have', 'any', 'other', 'piece', 'of', 'clothing', 'that', 'makes', 'me', 'feel', 'so', 'classy', 'or', 'so', 'fun', 'and', 'certainly', 'not', 'at', 'the', 'same', 'time', 'i', 'wear', 'it', 'to', 'work', 'in', 'an', 'office', 'environment', 'with', 'a', 'cardigan', 'and', 'the', 'cardigan', 'goes', 'off', 'after', 'work', 'as', 'i', 'run', 'errands', 'or', 'play', 'with', 'the', 'kids', 'i', 'love', 'it', 'and', 'it', 'even', 'has', 'pockets', 'i', "'m", 'a', 'sucker', 'for', ',5,1,2', 'general', 'dresses', 'dresses'] ['13146,1020,53', 'pretty', 'and', 'feminine', 'but', 'lightweight', 'airy', 'silk', 'it', "'s", 'not', 'shown', 'in', 'the', 'photos', 'but', 'it', 'has', 'a', 'half', 'slip', 'which', 'is', 'too', 'noticeable', 'through', 'the', 'thin', 'silk', 'it', 'looks', 'somewhat', 'cheap', 'the', 'silk', 'does', "n't", 'feel', 'smooth', 'to', 'the', 'touch', 'it', 'has', 'a', 'slight', 'roughness', 'to', 'it', 'it', 'would', 'have', 'been', 'nicer', 'if', 'they', 'had', 'used', 'thicker', 'higher', 'quality', 'silk', 'the', 'waist', 'has', 'a', 'tight', 'wide', 'elastic', 'band', 'which', 'after', 'wearing', 'for', 'awhile', 'feels', 'uncomfortable', 'the', 'color', 'of', 'the', 'skirt', 'is', 'true', 'to', 'the', 'photos', 'i', 'wanted', 'to', 'love', 'this', 'skirt', 'but', 'i', 'will', 'be', 'returning', 'it', ',3,0,0', 'general', 'bottoms', 'skirts'] ['13147,1037,34', 'super', 'cute', 'cords', 'my', 'normal', 'size', '32', 'fit', 'tts', 'the', 'length', 'is', 'great', 'i', "'m", '5', '9', 'i', 'love', 'the', 'button', 'detail', 'on', 'the', 'bottom', 'makes', 'them', 'a', 'little', 'unique', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13148,936,41', 'great', 'sweater', 'i', 'love', 'this', 'sweater', 'comfortable', 'and', 'flattering', 'great', 'for', 'going', 'out', 'causal', 'and', 'staying', 'warm', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13149,936,37', 'love', 'it', 'just', 'purchased', 'it', 'in', 'store', 'very', 'soft', 'and', 'cozy', 'great', 'neutral', 'color', 'too', 'i', 'am', 'usually', 's', 'but', 'bought', 'it', 'm', 'just', 'to', 'have', 'it', 'slightly', 'oversized', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13150,1094,39', 'perfection', 'i', 'think', 'i', "'m", 'on', 'the', 'opposite', 'side', 'of', 'the', 'fence', 'when', 'it', 'comes', 'to', 'fit', 'because', 'i', 'love', 'this', 'dress', 'it', 'may', 'be', 'because', 'i', 'do', "n't", 'have', 'much', 'hips', 'or', 'curve', 'to', 'my', 'waist', 'that', 'this', 'dress', 'is', 'not', 'tight', 'as', 'it', 'is', 'on', 'others', 'it', 'does', 'make', 'me', 'look', 'like', 'i', 'have', 'some', 'shape', 'down', 'there', 'because', 'it', 'does', "n't", 'cling', 'i', 'ordered', 'the', 'holly', 'green', 'and', 'i', 'adore', 'the', 'shoulder', 'detail', 'confused', 'as', 'to', 'why', 'that', 'same', 'detail', 'follows', 'along', 'around', 'the', 'inside', 'of', 'the', 'dress', 'across', 'the', 'shoulders', 'because', 'it', 'itches', 'a', 'little', 'i', 'do', 'have', 'to', 'wear', 'a', 'cami', ',5,1,0', 'general', 'dresses', 'dresses'] ['13151,936,39', 'roomy', 'yet', 'flattering', 'this', 'sweater', 'is', 'such', 'a', 'cozy', 'knitted', 'dream', 'the', 'mixed', 'knit', 'contrast', 'trim/hood', 'adds', 'enough', 'visual', 'interest', 'to', 'keep', 'it', 'unique', 'from', 'other', 'incarnations', 'out', 'there', 'it', "'s", 'a', 'little', 'open', 'work', 'but', 'still', 'snuggly', 'warm', 'with', 'layers', 'the', 'fit', 'is', 'very', 'roomy', 'but', 'not', 'sloppy', 'looking', 'that', "'s", 'why', 'i', 'picked', "'runs", 'large', 'as', 'you', "'d", 'have', 'to', 'size', 'down', 'for', 'a', 'somewhat', 'slimmer', 'look', 'if', 'i', 'could', 'afford', 'to', 'buy', 'the', 'other', 'color', 'now', 'i', 'would', 'i', 'wish', 'retailer', 'would', 'commission', 'a', 'green', 'version', 'and', 'a', 'brown', 'version', 'red', 'too', 'what', 'the', 'heck', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13152,1037,56', 'retro', 'cords', 'as', 'others', 'have', 'mentioned', 'they', "'re", 'quite', 'long', 'i', "'m", '5', '8', 'and', 'need', 'to', 'wear', '2', 'heels', 'to', 'make', 'sure', 'these', 'do', "n't", 'drag', 'they', "'re", 'much', 'tighter', 'in', 'the', 'butt', 'and', 'thighs', 'than', 'my', 'other', 'pilco', 'pants', 'i', 'love', 'the', 'button', 'detail', 'at', 'the', 'ankles', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13153,975,52', 'great', 'interpretation', 'of', 'the', 'classic', 'bomber', 'jacket', 'i', 'loved', 'this', 'classic', 'bomber', 'jacket', 'online', 'and', 'in', 'the', 'brochure', 'sent', 'to', 'my', 'house', 'so', 'i', 'was', 'thrilled', 'to', 'see', 'it', 'in', 'my', 'local', 'retailer', 'store', 'i', 'anticipated', 'that', 'i', 'would', 'need', 'a', 'large', 'but', 'i', 'was', 'wrong', 'the', 'm', 'fits', 'perfectly'] ['fyi', '36c', 'broad', 'shoulders/back', 'short', 'waist', 'size', '10/12', 'in', 'button-up', 'or', 'fitted', 'tops', 'and', 'dresses', 'usually', '10', 'and', 'a', 'm', 'in', 'a', 'loose-fit', 'or', 'knit', 'top'] ['the', 'm', 'fits', 'me', 'just', 'like', 'the', 'model', 'in', 'the', 'photo', 'so', 'i', 'would', 'think', 'that', 'you', 'are', 'between', 'sizes', 'like', 'i', 'usually', 'am', 'you', 'should', 'size', 'down', 'the', 'z', ',5,1,6', 'general', 'petite', 'jackets', 'jackets'] ['13154,1078,55', 'love', 'it', 'flattering', 'flowy', 'comfortable', 'the', 'back', 'strops', 'have', 'elastic', 'so', 'easy', 'on', 'and', 'off', 'flows', 'when', 'you', 'walk', 'the', 'ties', 'have', 'two', 'different', 'types', 'of', 'black', 'fabric', 'matching', 'knit', 'on', 'one', 'side', 'a', 'matte', 'crepe', 'on', 'the', 'other', 'love', 'the', 'pockets', 'very', 'versatile', 'piece', ',5,1,1', 'general', 'dresses', 'dresses'] ['13155,1037,38', 'gorgeous', 'and', 'stylish', 'these', 'corduroys', 'are', 'perfect', 'the', 'flare', 'is', 'just', 'enough', 'to', 'be', 'current', 'without', 'seeming', 'overly', 'trendy', 'or', 'costumey', 'they', 'make', 'my', 'legs', 'look', 'super', 'long', 'and', 'look', 'great', 'with', 'a', 'professional', 'top', 'or', 'my', 'favorite', 'with', 'a', 'drapery', 'tshirt', 'half', 'tucked'] ['they', 'are', 'pretty', 'long', 'i', "'m", '5', '5', 'with', 'pretty', 'long', 'legs', 'and', 'i', 'could', 'use', 'a', '1', 'hem', 'which', 'should', "n't", 'affect', 'the', 'style', 'much', 'until', 'then', 'i', "'m", 'wearing', 'them', 'with', 'a', '1.5', 'inch', 'platform', 'and', 'they', "'re", 'perfect', 'highly', 'recommend', 'if', 'they', 'still', 'had', 'my', 'size', 'in', 'other', 'colors', 'in', 'stock', 'i', 'wo', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13156,1037,42', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['13157,1094,32', 'curvy', 'girls', 'beware', 'this', 'dress', 'is', 'such', 'a', 'beautiful', 'color', 'and', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'lovely', 'it', 'would', 'be', 'stunning', 'on', 'someone', 'with', 'a', 'slim', 'figure', 'but', 'since', 'i', "'ve", 'got', 'curves/an', 'athletic', 'build', 'it', 'simply', 'did', 'not', 'work', 'too', 'bad', 'because', 'it', 'is', 'such', 'a', 'pretty', 'dress', ',3,0,0', 'general', 'dresses', 'dresses'] ['13158,933,64', 'sunny', 'surprise', 'perhaps', 'it', 'is', 'the', '69', "'s", 'vibe', 'that', 'hit', 'me', 'but', 'i', 'had', 'to', 'check', 'this', 'out', 'with', 'the', 'free', 'shipping', 'week', 'i', 'am', 'so', 'glad', 'that', 'i', 'did'] ['i', 'fear', 'wool', 'as', 'i', 'have', 'sensitive', 'skin', 'but', 'this', 'is', 'soft', 'and', 'snuggly', 'the', 'structure', 'will', 'allow', 'for', 'fit', 'over', 'many', 'different', 'types', 'of', 'under-layers', 'but', 'unlike', 'so', 'much', 'offered', 'lately', 'it', 'is', 'not', 'huge', 'or', 'tent-like', 'but', 'a', 'perfect', 'fit', 'it', 'is', 'a', 'heavier', 'weight', 'light', 'coat', 'weight', 'this', 'is', 'perfect', 'for', 'me', 'in', 'the', 'south', 'the', 'color', 'is', 'as', 'pictured', 'golden', 'in', 'my', 'xxs', 'petite', 'the', 'sleeves', 'are', 'p', ',5,1,3', 'general', 'tops', 'sweaters'] ['13159,975,53', 'embroidered', 'beauty', 'i', 'bought', 'this', 'jacket', 'recently', 'and', 'i', 'actually', 'had', 'been', 'watching', 'it', 'in', 'my', 'retailer', 'store', 'but', 'they', 'didn', '39', 't', 'have', 'my', 'size', 'someone', 'must', 'have', 'returned', 'a', 'size', 'small', 'and', 'i', 'scooped', 'it', 'up', 'i', 'probably', 'would', 'have', 'bought', 'the', 'xs', 'but', 'it', 'was', 'gone', 'i', 'went', 'with', 'it', 'a', 'little', 'oversized', 'and', 'love', 'it', 'great', 'quality', 'and', 'workmanship', 'on', 'the', 'embroidery', 'more', 'like', 'the', 'items', 'that', 'retailer', 'used', 'to', 'sell', 'in', '2004', 'and', '2005', 'super', 'cute', 'love', 'it', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['13160,1078,44', 'to', 'cute', 'i', 'went', 'to', 'my', 'local', 'retailer', 'store', 'on', 'saturday', 'to', 'pick', 'up', 'some', 'new', 'cute', 'things', 'that', 'i', 'had', 'my', 'eye', 'on'] ['after', 'collecting', 'the', 'items', 'i', 'came', 'in', 'for', 'i', 'saw', 'this', 'romper', 'i', 'tried', 'it', 'on', 'and', 'it', 'was', "'amazing"] ['comfortable', 'soft', 'and', 'so', 'versatile', 'bonus', 'i', 'left', 'so', 'tremendously', 'happy', 'it', 'will', 'be', 'a', 'win', 'for'] ['many', 'years', 'to', 'come', ',5,1,18', 'general', 'dresses', 'dresses'] ['13161,975,59', 'special', 'jacket', 'i', "'m", 'always', 'on', 'the', 'lookout', 'for', 'those', 'special', 'clothing', 'items', 'that', 'add', 'pizzazz', 'to', 'my', 'wardrobe', 'this', 'is', 'one', 'i', 'had', 'been', 'looking', 'for', 'a', 'bomber', 'jacket', 'and', 'tried', 'many', 'but', 'this', 'one', 'falls', 'elegantly', 'and', 'is', 'really', 'beautiful', 'i', 'ca', "n't", 'wait', 'to', 'show', 'it', 'off', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['13162,1078,35', 'rompers', 'are', "n't", 'for', 'me', 'i', 'ordered', 'this', 'after', 'seeing', 'the', 'rave', 'reviews', 'it', 'is', 'not', 'for', 'me', 'just', 'like', 'the', 'culottes', 'i', 'ordered', 'this', 'romper', 'makes', 'me', 'feel', 'like', 'a', 'grandma', 'i', 'said', 'i', "'d", 'recommend', 'to', 'others', 'bc', 'of', 'the', 'other', 'reviews', 'but', 'again', 'this', 'was', 'not', 'for', 'me', 'i', 'also', 'did', "n't", 'like', 'the', 'back', 'of', 'the', 'romper', 'no', 'way', 'i', 'could', 'even', 'get', 'away', 'with', 'a', 'racerback', 'bra', 'b/c', 'it', "'s", 'so', 'low', 'cut', 'the', 'good', 'though-', 'it', 'is', 'super', 'comfortable', 'and', 'is', 'a', 'nice', 'heavy', 'fabric', 'tts', 'also', 'i', "'m", 'a', 'med', '8/10', 'and', 'the', 'medium', 'was', 'correct', 'in', 'this', ',3,1,0', 'general', 'dresses', 'dresses'] ['13163,936,38', 'perfect', 'coatigan', 'this', 'has', 'quickly', 'become', 'my', 'favorite', 'sweater', 'i', 'am', 'thinking', 'of', 'getting', 'another', 'one', 'in', 'case', 'mine', 'wears', 'out', 'it', "'s", 'comfy-cozy', 'and', 'soft', 'love', 'it', 'layered', 'over', 't-shirts', 'or', 'long', 'sleeved', 'collared', 'shirts', 'and', 'am', 'looking', 'forward', 'to', 'trying', 'it', 'with', 'a', 'dress', 'and', 'bare', 'legs', 'once', 'it', "'s", 'warmer', 'out', 'it', 'runs', 'kind', 'of', 'big', 'i', "'m", '5', '8', 'and', 'usually', 'a', 'size', '6/8', 'and', 'i', 'got', 'an', 'xs', 'the', 's', 'fit', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13164,1094,67', 'great', 'dress', 'i', 'bought', 'this', 'dress', 'as', 'a', 'consolation', 'prize', 'when', 'another', 'dress', 'i', 'wanted', 'did', "n't", 'suit', 'me', 'i', 'was', 'shocked', 'by', 'how', 'flattering', 'it', 'was', 'because', 'on', 'the', 'hanger', 'it', 'was', 'just', 'meh', 'the', 'material', 'is', 'soft', 'jersey', 'heathered', 'and', 'it', 'hangs', 'well', 'it', 'has', 'a', 'simple', 'lining', 'but', 'that', 'does', "n't", 'interfere', 'with', 'the', 'fit', 'it', 'is', 'a', 'little', 'low', 'for', 'my', 'personal', 'taste', 'so', 'i', 'wear', 'a', 'cami', 'or', 'scarf', 'but', 'for', 'those', 'less', 'well', 'endowed', 'you', "'d", 'probably', 'be', 'fine', 'without', 'one', 'for', 'the', 'record', 'i', 'typically', 'wear', 'a', '2-4', '125', 'pounds', '5', '8', 'and', '32', 'ddd', 'br', ',5,1,0', 'general', 'dresses', 'dresses'] ['13165,1078,34', 'lovely', 'dress', 'for', 'all', 'seasons', 'this', 'dress', 'is', 'fantastic', 'it', "'s", 'super', 'flattering', 'and', 'very', 'versatile', 'for', 'reference', 'i', 'am', '5', '4', 'and', '155', 'lbs', 'and', 'usually', 'a', 'size', '8', '10', 'in', 'retailer', 'dresses', 'the', 'size', 'medium', 'fit', 'perfectly', 'highly', 'recommend', 'this', 'item', ',5,1,1', 'general', 'dresses', 'dresses'] ['13166,1078,45', 'great', 'spring/summer', 'dress.', 'i', 'am', 'excited', 'for', 'spring', 'so', 'i', 'can', 'wear', 'this', 'i', 'purchased', 'the', 'orange', 'it', 'is', 'actually', 'more', 'of', 'a', 'red', 'but', 'i', 'like', 'it', 'colorful', 'and', 'flattering', 'fit', ',4,1,3', 'general', 'dresses', 'dresses'] ['13167,1081,36', 'very', 'loose', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'had', 'high', 'hopes', 'but', 'it', 'did', "n't", 'live', 'up', 'to', 'them', 'have', 'no', 'doubt', 'that', 'it', 'is', 'well', 'made', 'beautiful', 'fully', 'lined', 'with', 'lovely', 'detailing', 'around', 'the', 'neck', 'i', 'am', '5', '6', '155lbs', 'with', 'a', 'postpartum', 'belly', 'that', 'i', "'d", 'like', 'to', 'hide', 'so', 'i', 'chose', 'this', 'dress', 'as', 'the', 'reviews', 'say', 'it', "'s", 'a', 'bit', 'loose', 'forgiving', 'i', 'found', 'it', 'to', 'be', 'so', 'loose', 'that', 'it', 'looks', 'big', 'entirely', 'hides', 'my', 'figure', 'i', 'considered', 'ordering', 'a', 'small', 'but', 'knew', 'that', 'it', 'was', 'simply', 'the', 'cut', 'of', 'the', 'dress', 'going', 'down', 'a', 'size', 'would', "n't", 'chang', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['13168,1095,27', 'good', 'quality', 'i', 'received', 'this', 'product', 'and', 'love', 'the', 'color', 'and', 'sheen', 'of', 'it', 'it', 'is', 'not', 'too', 'flashy', 'and', 'would', 'work', 'great', 'as', 'a', 'dress', 'to', 'an', 'event', 'day', 'or', 'night', 'with', 'the', 'right', 'accessories', 'i', 'am', 'about', '5', '7', 'and', '115', 'lbs', 'and', 'usually', 'wear', 'a', 'size', '0', 'in', 'dresses', 'the', 'size', '0', 'fit', 'but', 'was', 'a', 'little', 'loose', 'if', 'they', 'had', 'a', '00', 'it', 'probably', 'would', 'have', 'been', 'too', 'small', 'though', 'you', 'definitely', 'can', 'not', 'bend', 'over', 'in', 'this', 'dress', 'because', 'it', 'is', 'too', 'short', 'but', 'i', 'did', "n't", 'feel', 'it', 'was', 'inappropriately', 'short', 'otherwise', 'it', 'flares', 'out', 'just', 'slightly', 'on', 'the', ',4,1,0', 'general', 'dresses', 'dresses'] ['13169,1078,64', 'fabulous', 'this', 'dress', 'is', 'so', 'comfortable', 'and', 'looks', 'so', 'good', 'i', 'love', 'the', 'low', 'back', 'and', 'the', 'swing', 'in', 'the', 'skirt', 'i', 'ordered', 'the', 'tangerine', 'which', 'is', 'really', 'more', 'red', 'than', 'orange', 'this', 'is', 'a', 'simple', 'slip-on', 'dress', 'perfect', 'for', 'traveling', 'as', 'it', 'does', "n't", 'wrinkle', 'i', 'will', 'wear', 'this', 'often', 'when', 'the', 'warm', 'weather', 'arrives', ',5,1,10', 'general', 'dresses', 'dresses'] ['13170,1078,33', 'i', 'love', 'this', 'dress', 'this', 'dress', 'is', 'lovely', 'i', "'m", 'tempted', 'to', 'buy', 'it', 'in', 'all', 'of', 'the', 'patterns', 'that', 'i', 'like', 'but', 'i', "'m", 'forcing', 'myself', 'to', 'be', 'economical', 'i', 'check', 'regularly', 'to', 'see', 'if', 'it', "'s", 'on', 'sale', 'however', 'then', 'they', "'re", 'all', 'mine'] ['this', 'dress', 'is', 'soft', 'comfortable', 'classy', 'and', 'has', 'the', 'unique', 'feature', 'of', 'having', 'a', 'low-cut', 'back', 'my', 'only', 'complaint', 'is', 'that', 'the', 'holes', 'for', 'the', 'arms', 'droop', 'sometimes', 'so', 'reveal', 'my', 'bra', 'this', 'could', 'be', 'from', 'my', 'shape', 'however', 'because', 'i', 'am', 'rather', 'busty', 'the', 'dress', 'runs', 'true', 'to', 'size', 'and', 'is', 'easy', 'to', 'clean', 'it', "'s", 'one', 'o', ',5,1,0', 'general', 'dresses', 'dresses'] ['13171,850,28', 'light', 'and', 'lovely', 'but', 'not', 'for', 'me', 'this', 'is', 'a', 'well-made', 'top', 'and', 'looks', 'very', 'pretty', 'in', 'the', 'pictures', 'but', 'in', 'person', 'it', 'has', 'a', 'little', 'more', 'of', 'a', 'gauzy', 'look', 'to', 'it', 'it', 'is', 'a', 'great', 'summer', 'shirt', 'as', 'it', 'is', 'light', 'and', 'airy', 'but', 'unfortunately', 'it', 'did', "n't", 'work', 'for', 'me', 'i', 'wear', 'a', '34c', 'and', 'that', 'often', 'results', 'in', 'shirts', 'look', 'more', 'like', 'tents', 'or', 'maternity', 'wear', 'than', 'anything', 'else', 'so', 'perhaps', 'this', 'works', 'better', 'for', 'the', 'smaller', 'chested', 'additionally', 'and', 'this', 'was', "n't", 'so', 'much', 'of', 'a', 'con', 'and', 'just', 'something', 'to', 'note', 'the', 'fabric', 'is', 'pretty', 'see-through', 'it', 'works', 'for', 'the', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['13172,1084,48', 'a', 'colorful', 'big', 'box', 'since', 'this', 'sold', 'out', 'so', 'fast', 'i', 'ordered', 'an', 'xsp', 'which', 'is', 'too', 'short', 'i', "'m", '5', '5', 'it', 'also', 'is', 'too', 'big', 'the', 'empire', 'waist', 'has', 'no', 'shape', 'or', 'flatter', 'the', 'sleeves', 'are', 'huge', 'the', 'neckline', 'was', 'falling', 'off', 'my', 'shoulder', 'i', 'put', 'it', 'on', 'and', 'instantly', 'knew', 'this', 'was', 'all', 'wrong', 'the', 'print', 'is', 'very', 'fun', 'and', 'my', 'guess', 'is', 'that', "'s", 'what', 'is', 'attracting', 'everyone', 'to', 'it', 'it', 'looked', 'like', 'a', 'big', 'floppy', 'mess', 'of', 'cute', 'fabric', 'on', 'me', 'back', 'it', 'goes', ',1,0,0', 'general', 'dresses', 'dresses'] ['13173,1078,63', 'lovely', 'dress', 'fits', 'great', 'very', 'flattering', 'flirty', 'loved', 'it', 'so', 'much', 'ordered', 'another', 'one', 'in', 'a', 'different', 'color', 'ca', "n't", 'wait', 'for', 'warm', 'weather', 'so', 'i', 'can', 'wear', 'these', 'dresses', ',5,1,36', 'general', 'dresses', 'dresses'] ['13174,1095,41', 'elegant', 'i', 'ordered', 'this', 'online', 'and', 'the', 'colors', 'are', 'prettier', 'in', 'person', 'the', 'blue', 'and', 'gray', 'contrast', 'nicely', 'and', 'have', 'a', 'beautiful', 'sheen', 'to', 'them', 'i', 'am', 'usually', 'a', '2', 'at', 'retailer', 'and', 'while', 'that', 'fit', 'i', 'felt', 'i', 'could', 'size', 'down', 'i', 'am', 'slender', 'and', 'since', 'it', 'is', 'a', 'shift', 'there', 'was', 'little', 'room', 'in', 'the', 'waist/butt', 'area', 'i', 'ordered', 'a', '0', 'and', 'that', 'fit', 'perfect', 'if', 'you', 'love', 'blue', 'like', 'i', 'do', 'this', 'dress', 'is', 'for', 'you', ',5,1,6', 'general', 'dresses', 'dresses'] ['13175,1078,27', 'flimsy', 'material', 'i', 'returned', 'this', 'dress', 'because', 'the', 'material', 'is', 'so', 'flimsy', 'and', 'thin', 'i', 'was', 'expecting', 'higher', 'quality', 'especially', 'for', 'the', 'price', 'i', 'was', 'disappointed', 'it', 'is', 'a', 'pretty', 'dress', 'and', 'fit', 'great', 'but', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'tissue', 'paper', ',2,0,2', 'general', 'dresses', 'dresses'] ['13176,1081,33', 'beautiful', 'dress', 'but', 'it', 'just', 'did', "n't", 'look', 'that', 'flattering', 'on', 'me', 'the', 'quality', 'was', 'nice', 'and', 'it', 'looked', 'just', 'like', 'the', 'picture', 'unfortunately', 'it', 'just', 'looked', 'shapeless', 'on', 'me', 'so', 'i', 'had', 'to', 'return', 'it', 'the', 'dress', 'is', 'probably', 'more', 'flattering', 'if', 'you', 'have', 'long', 'legs', 'to', 'show', 'off', 'i', 'definitely', 'do', "n't", ',3,0,5', 'general', 'petite', 'dresses', 'dresses'] ['13177,1030,44', 'love', 'these', 'jeans', 'wish', 'i', 'could', 'snag', 'another', 'pair', 'because', 'the', 'fit', 'is', 'just', 'on', 'point', 'as', 'is', 'the', 'wash.', 'the', 'side', 'slit', 'at', 'the', 'ankle', 'really', 'looks', 'great', 'with', 'heels', 'a', 'definite', 'buy', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13178,1025,53', 'comfotable', 'cute', 'jeans', 'i', 'just', 'purchased', 'these', 'jeans', 'on-line', 'in', 'my', 'regular', 'petite', 'size', '27', '27-35-116lbs', 'as', 'that', "'s", 'the', 'size', 'i', 'almost', 'always', 'order', 'but', 'ended', 'up', 'exchanging', 'them', 'for', 'the', 'next', 'size', 'up', 'and', 'found', 'the', '28', "'s", 'to', 'feel', 'much', 'more', 'comfortable', 'so', 'i', "'d", 'suggest', 'sizing', 'up', 'one', 'size', 'the', 'jeans', 'run', 'a', 'bit', 'tight', 'in', 'the', 'thigh', 'and', 'waist', 'area', 'and', 'though', 'i', 'could', 'also', 'get', 'away', 'with', 'wearing', 'the', '27', "'s", 'i', 'just', 'personally', 'prefer', 'the', 'fit', 'of', 'the', '28', "'s", 'better', 'these', 'jeans', 'give', 'a', 'nice', 'shape', 'in', 'the', 'back', 'are', 'super', 'soft', 'and', 'are', 'the', 'same', 'color', ',5,1,10', 'general', 'bottoms', 'jeans'] ['13179,167,38', 'love', 'the', 'stretch', 'the', 'shorts', 'have', 'a', 'linen', 'look', 'but', 'have', 'just', 'a', 'touch', 'of', 'stretch', 'to', 'them', 'which', 'is', 'great', 'for', 'keeping', 'their', 'shape', 'i', "'m", '5.7', '140lbs', 'and', 'the', 'shorts', 'hit', 'about', '5', 'down', 'my', 'thigh', 'which', 'is', 'just', 'long', 'enough', 'to', 'cover', 'but', 'still', 'sexy', 'the', '29', "'s", 'fit', 'but', 'snug', 'all', 'over', 'the', '30', "'s", 'gave', 'a', 'looser', 'look', 'but', 'still', 'fit', 'in', 'the', 'waist', 'i', 'have', 'the', 'navy', 'and', 'the', 'mango', 'definitely', 'recommend', ',5,1,4', 'general', 'bottoms', 'shorts'] ['13180,1081,68', 'great', 'dress', 'but', 'runs', 'too', 'big', 'loved', 'pattern', 'quality', 'and', 'fine', 'details', 'on', 'this', 'dress', 'but', 'it', 'ran', 'large', 'i', 'ordered', 'petite', 'small', 'and', 'it', 'was', 'way', 'too', 'loose/baggy', '.i', 'had', 'to', 'return', 'it', 'i', 'went', 'bsck', 'to', 'order', 'a', 'petite', 'x/small', 'but', 'it', 'was', 'no', 'longer', 'available', 'in', 'this', 'size', 'on-', 'line', 'so', 'disappointed'] [] ['fyi', 'i', "'m", '5', '112-115lbs', 'and', 'small', 'boned', '-always', 'wear', 'size', 'petite', 'small', 'but', 'not', 'fir', 'this', 'dress'] [] ['this', 'dress', 'is', 'comfortable', 'well', 'made', 'lined', 'and', 'pattern', 'is', 'extremely', 'pretty', 'with', 'nice', 'border', 'which', 'is', 'hard', 'to', 'find', 'for', 'petites', '-a', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13181,1078,53', 'almost', 'like', 'raiding', 'audrey', 'hepburn', "'s", 'closet', 'first', 'of', 'all', 'a', 'caveat', 'i', 'am', 'not', 'curvy', 'at', 'all', 'i', 'am', 'average', 'height', 'but', 'petite', 'in', 'terms', 'of', 'features', 'and', 'bones', 'and', 'such', 'specifically', 'i', 'am', '5', 'feet', '6', 'inches', 'tall', 'and', 'about', '123', 'pounds', 'and', 'boyishly', 'shaped', 'with', 'a', 'feminine', 'and', 'timeless', 'style', 'all', 'this', 'means', 'that', 'i', 'can', 'get', 'overwhelmed', 'by', 'dresses/clothes', 'with', 'a', 'lot', 'of', 'fabric', 'or', 'large', 'prints', 'and', 'such', 'if', 'you', 'are', 'shaped', 'like', 'me', 'this', 'dress', 'will', 'be', 'perfect', 'for', 'you', 'it', 'highlights', 'your', 'advantages', 'slim', 'and', 'petite', 'and', 'give', 'you', 'curves', 'that', 'i', 'wish', 'i', 'had', 'natural', ',5,1,3', 'general', 'dresses', 'dresses'] ['13182,1078,39', 'fun', 'flirty', 'summery', 'love', 'the', 'color', 'sadly', 'i', 'had', 'to', 'keep', 'only', 'a', 'few', 'dresses', 'not', 'all', 'of', 'them', 'so', 'that', 'one', 'is', 'in', 'my', 'wish', 'list', 'if', 'my', 'xs', 'petite', 'goes', 'on', 'sale', 'in', 'red', 'and', 'blue', 'i', 'am', 'pal', 'so', 'that', 'is', 'hte', 'better', 'color', 'for', 'me', 'i', 'have', 'not', 'seen', 'the', 'green', 'in', 'eprson', 'but', 'the', 'neutral', 'color', 'is', 'very', 'nice', 'too', 'if', 'you', 'are', 'not', 'into', 'red'] [] ['materila', 'thin-ish', 'strecthy', 'super', 'comfortable', 'may', 'be', 'cool', 'in', 'a', 'cold', 'area', 'though', 'brr'] [] ['fit', 'xs', 'petite', 'fit', 'perfectly', 'everywhere', 'surprisingly', 'the', 'shoulders', 'are', 'capped', 'sleeves', 'i', "dind't", 'exepct', 'having', 'them', 'fall', ',5,1,2', 'general', 'dresses', 'dresses'] ['13183,1081,39', 'had', 'my', 'eye', 'on', 'this', 'but', "dind't", 'get', 'i', 'finally', 'visited', 'a', 'store', 'with', 'petite', 'and', 'this', 'dress', 'was', 'there', 'so', 'of', 'course', 'i', 'snagged', 'it', 'to', 'try', 'on', 'i', 'love', 'the', 'colors', 'i', 'mean', 'awesome', 'the', 'fabric', 'is', 'also', 'very', 'soft', 'but', 'the', 'cut', 'was', 'just', 'huh', 'on', 'me', 'nothing', 'to', 'go', 'raving', 'about', 'i', 'think', 'it', 'would', 'be', 'nice', 'for', 'a', 'casual', 'day', 'but', 'i', 'often', 'just', 'wear', 'joggers', 'or', 'yoga', 'pants', 'on', 'casual', 'days', 'so', 'for', 'the', 'price', 'i', 'left', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13184,1095,52', 'stylish', 'shift', 'i', 'was', 'concerned', 'about', 'purchasing', 'this', 'dress', 'when', 'i', 'read', 'about', 'two', 'slender', 'people', 'buying', 'it', 'i', "'m", '5', '6', '145lbs', 'and', 'athletic', 'i', 'normally', 'wear', 'a', '10', 'and', 'i', 'ordered', 'a', '10.', 'the', 'material', 'is', 'really', 'pretty', 'but', 'stiff', 'more', 'like', 'brocade', 'the', 'cut', 'is', 'different', 'and', 'it', "'s", 'not', 'form', 'fitting', 'or', 'feature', 'enhancing', 'but', 'it', "'s", 'comfortable', 'and', 'looks', 'attractive', 'the', 'arms', 'and', 'neck', 'are', 'not', 'binding', 'or', 'cutting', 'they', 'are', 'interesting', 'touches', 'that', 'make', 'this', 'different', 'from', 'other', 'shifts', 'it', "'s", 'lined', 'falls', 'a', 'bit', 'above', 'my', 'knee', 'but', 'not', ',4,1,1', 'general', 'dresses', 'dresses'] ['13185,940,46', 'go', 'to', 'sweater', 'love', 'this', 'sweater', 'you', 'can', 'wear', 'it', 'with', 'just', 'about', 'everything', 'i', 'have', 'worn', 'it', 'with', 'dresses', 'leggings', 'and', 'jeans', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'wonderful', 'quality', 'for', 'the', 'price', ',5,1,0', 'general', 'tops', 'sweaters'] ['13186,1078,43', 'easy', 'to', 'wear', 'dress', 'purchased', 'the', 'blue', 'motif', 'colorway', 'which', 'as', 'other', 'reviewers', 'mentioned', 'is', 'cream', 'mushroom', 'black', 'heavier', 'lines', 'and', 'very', 'dark', 'navy', 'grid', 'part', 'looks', 'good', 'with', 'both', 'my', 'cropped', 'and', 'duster-length', 'black', 'cardigan', 'print', 'is', 'a', 'nice', 'balance', 'between', 'neutral', 'and', 'interesting', 'a', 'lighter', 'weight', 'knit', 'but', 'still', 'opaque', 'and', 'skims', 'over', 'versus', 'clings', 'to', 'the', 'body'] [] ['the', 'fit', 'is', 'very', 'flattering', 'and', 'forgiving', 'the', 'rushed', 'midsection', 'is', 'cut', 'higher', 'and', 'lower', 'on', 'the', 'side', 'seam', 'to', 'give', 'a', 'more', 'hourglass', 'line', 'the', 'scoop', 'b', ',5,1,3', 'general', 'dresses', 'dresses'] ['13187,1081,48', 'simple', 'and', 'stunning', 'if', 'you', 'like', 'the', 'way', 'this', 'dress', 'looks', 'pictured', 'you', "'ll", 'love', 'it', 'when', 'it', 'arrives', 'the', 'patterns', 'and', 'colors', 'are', 'vibrant', 'the', 'fabric', 'is', 'of', 'high-quality', 'and', 'the', 'dress', 'is', 'lined', 'with', 'a', 'black', 'slip', 'for', 'sizing', 'i', 'm', 'a', 'size', '2', 'or', '4', 'and', 'the', 'xs', 'is', 'a', 'great', 'fit', 'while', 'i', 'often', 'order', 'petites', 'for', 'dresses', 'this', 'petite', 'was', 'short', 'enough', 'on', 'me', 'to', 'be', 'mistaken', 'for', 'a', 'tunic', 'i', "'m", '5', '3', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['13188,1078,40', 'easy', 'summer', 'dress', 'this', 'is', 'a', 'great', 'throw', 'in', 'your', 'weekend', 'bag', 'summer', 'dress', 'it', 'runs', 'a', 'bit', 'large', 'especially', 'on', 'the', 'top', 'but', 'i', "'ll", 'make', 'it', 'work', 'back', 'is', 'a', 'bit', 'low', 'so', 'a', 'cardigan', 'would', 'be', 'required', 'for', 'office', 'wear', ',4,1,0', 'general', 'dresses', 'dresses'] ['13189,1078,27', 'bit', 'disappointed', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'open', 'back', 'the', 'lightweight', 'fabric', 'and', 'fun', 'print', 'perfect', 'for', 'spring', 'and', 'summer', 'it', 'could', 'be', 'i', "'m", 'too', 'tiny', 'for', 'this', 'dress', 'but', 'the', 'front', 'of', 'the', 'dress', 'was', "n't", 'flattering', 'it', 'just', 'hung', 'and', 'there', 'was', 'an', 'odd', 'tuck', 'in', 'the', 'waist', 'that', 'made', 'it', 'look', 'like', 'it', 'ballooned', 'out', 'under', 'my', 'chest', 'above', 'my', 'waist', ',3,1,0', 'general', 'dresses', 'dresses'] ['13190,1078,61', 'easy', 'to', 'wear', 'dress', 'i', 'purchased', 'this', 'in', 'the', 'green', 'nice', 'print', 'not', 'overwhelming', 'slips', 'on', 'hides', 'a', 'bra', 'and', 'was', 'simply', 'comfortable', 'to', 'wear', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'but', 'i', 'was', 'looking', 'for', 'a', 'dress', 'that', 'i', 'could', 'slip', 'on', 'at', 'the', 'last', 'minute', 'to', 'go', 'out', 'to', 'dinner', 'with', 'friends', 'i', 'took', 'it', 'on', 'a', 'trip', 'to', 'florida', 'and', 'it', 'did', 'not', 'wrinkle', 'in', 'my', 'suitcase', 'what', 'more', 'can', 'you', 'ask', 'for', ',5,1,0', 'general', 'dresses', 'dresses'] ['13191,1078,44', 'love', 'this', 'dress', 'this', 'dress', 'is', 'so', 'flattering', 'and', 'comfortable', 'i', 'got', 'the', 'green', 'which', 'is', 'not', 'too', 'green', 'this', 'is', 'the', 'perfect', 'dress', 'for', 'a', 'spring', 'day', 'and', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down.,5,1,0', 'general', 'dresses', 'dresses'] ['13192,1025,67', 'great', 'pair', 'of', 'jeans', 'purchased', 'the', 'petite', 'size', 'of', 'these', 'jeans', 'and', 'the', 'length', 'is', 'perfect', 'for', 'my', '5', '3', 'height', 'the', 'description', 'does', "n't", 'mention', 'what', 'length', 'the', 'petite', 'size', 'is', 'but', 'i', 'believe', 'it', 'to', 'be', '31', 'inches', 'the', 'jean', 'is', 'cut', 'small', 'in', 'the', 'hips', 'and', 'snug', 'in', 'the', 'thighs', 'so', 'consider', 'going', 'up', 'a', 'size', 'if', 'you', 'are', 'curvy', 'great', 'color', 'and', 'style', 'i', 'may', 'be', '60', 'something', 'but', 'these', 'jeans', 'bring', 'me', 'back', 'to', 'my', 'youth', 'love', 'them', ',5,1,4', 'general', 'bottoms', 'jeans'] ['13193,263,23', 'very', 'comfy', 'i', 'orderd', 'this', 'product', 'in', 'a', 'size', 'large', 'because', 'i', 'was', 'afraid', 'of', 'it', 'being', 'seamless', 'would', 'make', 'it', 'too', 'tight', 'on', 'my', 'larger', 'chest', '32ddd', 'however', 'the', 'opposite', 'happened', 'because', 'it', 'does', "n't", 'have', 'any', 'kind', 'of', 'seams', 'it', 'is', 'very', 'boxy', 'and', 'not', 'skin', 'tight', 'like', 'i', 'expected', 'however', 'it', 'still', 'works', 'because', 'it', 'does', 'fit', 'me', 'around', 'my', 'chest', 'comfortably', 'and', 'when', 'worn', 'under', 'something', 'it', 'gives', 'a', 'nice', 'blouson', 'effect', 'also', 'the', 'v', 'is', 'a', 'very', 'nice', 'depth-', 'not', 'too', 'deep', 'or', 'too', 'shallow', 'overall', 'i', "'m", 'happy', 'with', 'it', 'because', 'it', "'s", 'a', 'n', ',4,1,0', 'initmates', 'intimate', 'layering'] ['13194,1078,38', 'beautiful', 'dress', 'this', 'dress', 'is', 'one', 'of', 'my', 'new', 'favorites', 'i', 'usually', 'wear', 'a', 'medium', 'petite', 'but', 'had', 'to', 'size', 'down', 'in', 'order', 'to', 'get', 'it', 'to', 'fit', 'properly', 'i', 'was', 'able', 'to', 'get', 'the', 'green', 'one', 'while', 'visiting', 'in', 'san', 'francisco', 'i', 'wish', 'more', 'stores', 'had', 'a', 'petite', 'section', 'it', 'was', 'great', 'to', 'be', 'able', 'to', 'try', 'things', 'on', ',4,1,4', 'general', 'dresses', 'dresses'] ['13195,1078,29', 'throw', 'it', 'on', 'and', 'go', 'since', 'there', 'were', 'so', 'many', 'colors', 'to', 'choose', 'from', 'and', 'the', '20', 'full', 'priced', 'items', 'sale', 'was', 'going', 'on', 'i', 'went', 'in', 'person', 'to', 'retailer', 'to', 'check', 'these', 'great', 'dresses', 'out', 'glad', 'i', 'did', 'online', 'i', 'was', 'torn', 'between', 'several', 'prints', 'but', 'in', 'the', 'dressing', 'room', 'there', 'was', 'a', 'clear', 'winner', 'for', 'me', 'just', 'for', 'personal', 'preference', 'the', 'prints', 'are', 'still', 'all', 'great', 'these', 'dresses', 'are', 'so', 'flattering', 'and', 'comfortable', 'great', 'with', 'a', 'cardigan', 'or', 'jacket', 'for', 'work', 'or', 'sandals', 'for', 'the', 'weekend', 'definitely', 'tts', 'i', 'am', 'pretty', 'much', 'always', 'a', 'm', 'in', 'e', ',5,1,0', 'general', 'dresses', 'dresses'] ['13196,1084,49', 'this', 'is', 'a', 'beautifu', 'l', 'dress', 'unfortunately', 'it', 'runs', 'extremely', 'large', 'i', 'wear', 'sized', '10-12', 'and', 'ordered', 'l.', 'i', 'was', 'lost', 'in', 'all', 'the', 'material', 'but', 'because', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', 'am', 'taking', 'a', 'chance', 'and', 'ordered', 'it', 'in', 'small', ',4,1,0', 'general', 'dresses', 'dresses'] ['13197,850,36', 'wide', 'cut', 'very', 'beautiful', 'colors', 'unfortunately', 'the', 'cut', 'is', 'much', 'too', 'tent-', 'like', 'and', 'it', 'looks', 'like', 'a', 'maternity', 'top', 'on', 'me', 'i', 'like', 'a', 'flowy', 'bohemian', 'top', 'but', 'this', 'one', 'was', 'too', 'much', 'for', 'my', 'tastes', 'sadly', 'i', 'sent', 'it', 'back', ',2,1,2', 'general', 'petite', 'tops', 'blouses'] ['13198,1078,42', 'my', 'wife', 'loves', 'this', 'dress', 'i', 'bought', 'this', 'dress', 'because', 'i', 'thought', 'it', 'would', 'look', 'good', 'on', 'her', 'and', 'it', 'does', ',5,1,0', 'general', 'dresses', 'dresses'] ['13199,1078,56', 'unreasonably', 'flattering', 'to', 'my', 'knowledge', 'this', 'dress', 'looks', 'great', 'on', 'everyone', 'the', 'fabric', 'is', 'light', 'and', 'of', 'moderate', 'quality', 'the', 'finishing', 'is', 'acceptable', 'a', 'great', 'basic', ',4,1,0', 'general', 'dresses', 'dresses'] ['13200,1078,54', 'very', 'pretty', 'fress', 'i', 'got', 'it', 'in', 'tangerine', 'beautiful', 'soft', 'material', 'very', 'flattering', 'and', 'cute', 'dress', 'i', 'am', 'petite', 'so', 'i', 'will', 'have', 'to', 'do', 'some', 'alterations', 'to', 'make', 'the', 'top', 'port', 'shorter', 'but', 'other', 'than', 'that', 'it', "'s", 'a', 'perfect', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['13201,850,24', 'very', 'cute', 'and', 'flattering', 'the', 'perfect', 'simple', 'black', 'top', 'great', 'fit', 'can', 'be', 'dressed', 'up', 'or', 'down', 'closet', 'staple', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13202,1078,39', 'pop', 'of', 'posey', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'dress', 'however', 'once', 'it', 'arrived', 'i', 'realized', 'that', 'the', 'fit', 'does', "n't", 'work', 'for', 'me', 'i', 'carry', 'my', 'weight', 'in', 'my', 'stomach', 'and', 'backside', 'and', 'the', 'dress', 'clung', 'to', 'my', 'trouble', 'areas', ',4,1,0', 'general', 'dresses', 'dresses'] ['13203,1030,64', 'more', 'like', 'leggings', 'after', 'losing', 'a', 'lot', 'of', 'weight', 'i', 'thought', 'i', "'d", 'try', 'a', 'pair', 'of', 'skinny', 'jeans', 'and', 'since', 'pilcro', 'is', 'my', 'favorite', 'jeans', 'brand', 'i', 'bought', 'my', 'usual', 'pilcro', 'size', 'but', 'wow', 'these', 'are', 'just', 'way', 'too', 'tight', 'they', 'pull', 'on', 'like', 'leggings', 'or', 'tights', 'clinging', 'to', 'every', 'part', 'of', 'your', 'leg', 'there', 'is', "n't", 'even', 'a', 'bit', 'of', 'looseness', 'around', 'the', 'calves', 'and', 'my', 'lower', 'legs', 'have', 'never', 'been', 'big', 'i', 'kept', 'thinking', 'i', "'d", 'just', 'lose', 'more', 'weight', 'and', 'they', 'would', 'fit', 'better', 'but', 'that', 'is', "n't", 'happening', 'either', 'the', 'fit', 'so', 'these', 'are', 'going', 'to', 'my', 'daughter', 'who', ',3,0,5', 'general', 'bottoms', 'jeans'] ['13204,1081,44', 'cute', 'but', 'a', 'little', 'big', 'i', 'ordered', 'this', 'in', 'a', 'large', 'and', 'its', 'a', 'super', 'cute', 'dress', 'but', 'this', 'time', 'the', 'large', 'ran', 'super', 'big', 'i', 'usually', 'wear', 'a', '10', 'so', 'sometimes', 'mediums', 'are', 'too', 'small', 'i', "'m", 'going', 'to', 'exchange', 'it', 'for', 'a', 'medium', 'and', 'see', 'if', 'that', 'fits', 'better', 'the', 'beading', 'detail', 'is', 'beautiful', 'but', 'just', 'had', 'too', 'much', 'fabric', 'down', 'below.,4,1,4', 'general', 'dresses', 'dresses'] ['13205,1033,32', 'love', 'more', 'than', 'i', 'thought', 'i', 'got', 'size', '26', 'and', 'they', 'do', "n't", 'fit', 'me', 'as', 'ankle', 'they', 'fit', 'me', 'as', 'long', 'skinnies', 'but', 'the', 'quality', 'is', 'so', 'good', 'they', "'re", 'smooth', 'and', 'stretchy', 'but', 'they', 'feel', 'thick', 'enough', 'that', 'when', 'you', 'pull', 'them', 'on', 'you', 'can', 'tell', 'it', "'s", 'quality', 'denim', 'a', 'great', 'pant', 'buy', 'if', 'you', "'re", 'looking', 'for', 'soft', 'as', 'butter', 'grey', 'jeans', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13206,850,34', 'beautiful', 'but', 'very', 'fragile', 'in', 'retailer', "'s", 'defense', 'silk', 'chiffon', 'in', 'general', 'is', 'super', 'fragile', 'got', 'the', 'top', 'in', 'turquoise', 'and', 'the', 'color', 'and', 'design', 'are', 'beautiful', 'i', "'m", '5', '3', '117', 'lbs', 'and', 'took', 'an', 'xs', 'fits', 'true', 'to', 'size', 'i', "'m", 'able', 'to', 'wear', 'a', 'nude', 'strapless', 'bra', 'with', 'the', 'top', 'and', 'looks', 'great', 'i', 'have', 'worn', 'the', 'top', 'a', 'couple', 'of', 'times', 'and', 'by', 'the', 'end', 'of', 'the', 'day', 'i', 'had', 'a', 'few', 'snags', 'i', 'was', 'able', 'to', 'pull', 'the', 'thread', 'back', 'inside', 'the', 'top', 'never', 'ever', 'cut', 'silk', 'chiffon', 'i', 'love', 'the', 'top', 'so', 'much', 'i', 'bought', 'a', 'second', 'one', 'in', 'the', 'same', 'color', 'and', 'size', 'as', 'a', 'back', 'up', 'un', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13207,1078,26', 'so', 'flattering', 'this', 'is', 'the', 'most', 'flattering', 'dress', 'i', 'have', 'bought', 'in', 'years', 'the', 'fact', 'that', 'it', "'s", 'machine', 'washable', 'was', 'a', 'huge', 'plus', 'fabric', 'is', 'so', 'comfortable', 'and', 'the', 'length', 'is', 'perfect', 'i', 'wear', 'either', 'm', 'or', 'l', 'and', 'went', 'with', 'the', 'large', 'for', 'a', 'little', 'extra', 'room', 'but', 'either', 'would', 'have', 'fit', 'well', ',5,1,0', 'general', 'dresses', 'dresses'] ['13208,1078,56', 'beautiful', 'summer', 'dress', 'i', 'saw', 'this', 'dress', 'online', 'and', 'drove', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'i', 'love', 'it', 'i', 'bought', 'the', 'tangerine', 'color', 'which', 'is', 'really', 'red', 'and', 'blue', 'not', 'black', 'i', 'am', '5', '7', '130', 'pounds', '34b', 'and', 'i', 'got', 'the', 'xs', 'the', 'small', 'was', 'too', 'loose', 'in', 'the', 'upper', 'portion', 'and', 'the', 'arm', 'holes', 'were', 'big', 'like', 'another', 'reviewer', 'reported', 'i', 'have', 'a', 'long', 'torso', 'and', 'the', 'dress', 'fit', 'perfectly', 'it', "'s", 'a', 'lovely', 'soft', 'fabric', 'and', 'i', 'will', 'take', 'it', 'traveling', 'with', 'me', 'as', 'it', 'wo', "n't", 'wrinkle', 'and', 'it', "'s", 'washable', '.the', 'back', 'is', 'cut', 'low', 'but', 'surprisingly', 'my', 'bra', 'did', "n't", 'sh', ',5,1,10', 'general', 'dresses', 'dresses'] ['13209,1078,25', 'great', 'movement', 'beautiful', 'washes', 'well', 'in', 'a', 'garment', 'bag', 'on', 'delicate', 'has', 'little', 'clips', 'in', 'the', 'shoulders', 'to', 'hold', 'bra', 'straps', 'which', 'is', 'crucial', 'with', 'the', 'scoop', 'back', 'if', 'you', 'have', 'sloped', 'shoulders', 'like', 'mine', 'i', 'normally', 'go', 'for', 'a', 'large', 'but', 'was', 'definitely', 'a', 'medium', 'in', 'this', 'dress', '32', 'waist', '32f', 'bra'] ['only', 'minor', 'complaint', 'is', 'that', 'the', 'pattern', 'at', 'least', 'on', 'the', 'red', 'though', 'probably', 'also', 'on', 'the', 'others', 'is', 'just', 'printed', 'on', 'the', 'outside', 'and', 'the', 'inside', 'is', 'faded', 'almost', 'white', 'so', 'since', 'the', 'sides', 'of', 'the', 'dress', 'are', 'slightly', 'longer', 'than', ',4,1,2', 'general', 'dresses', 'dresses'] ['13210,1078,23', 'super', 'flattering', 'beautiful', 'dress', 'this', 'is', 'my', 'favorite', 'dress', 'i', "'ve", 'bought', 'in', 'the', 'past', 'year', 'it', 'is', 'super', 'flattering', 'and', 'can', 'be', 'worn', 'for', 'work', 'or', 'casual', 'wear', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'ca', "n't", 'wait', 'till', 'the', 'weather', 'gets', 'warmer', 'so', 'i', 'can', 'start', 'wearing', 'it', 'regularly'] [] ['i', "'m", '5', '5', '145lbs', '37-29-39.', 'i', 'got', 'the', 'medium', 'petite', 'and', 'it', 'fits', 'perfectly', ',5,1,98', 'general', 'dresses', 'dresses'] ['13211,1078,64', 'lovely', 'dress', 'but', 'i', 'would', 'recommend', 'ordering', 'a', 'size', 'smaller', 'than', 'you', 'normally', 'do', ',5,1,8', 'general', 'dresses', 'dresses'] ['13212,1078,42', 'so', 'fun', 'and', 'pretty', 'i', 'had', 'to', 'return', 'my', 'original', 'order', 'to', 'size', 'down', 'the', 'bottom', 'half', 'was', 'fine', 'with', 'either', 'size', 'but', 'the', 'medium', 'was', 'baggy', 'in', 'the', 'back', 'torso', 'area', 'i', "'m", '5', '8', '150', 'i', 'bought', 'the', 'tangerine', 'version', 'which', 'really', 'is', 'more', 'red', 'than', 'orange', 'it', "'s", 'versatile', 'and', 'can', 'be', 'paired', 'with', 'various', 'third', 'pieces', 'and', 'shoes', 'i', 'do', 'have', 'a', 'long', 'torso', 'and', 'this', 'waist', 'is', 'a', 'bit', 'short', 'on', 'me', 'however', ',5,1,0', 'general', 'dresses', 'dresses'] ['13213,1078,45', 'feminine', 'and', 'flattering', 'love', 'this', 'dress', 'green-', 'feminine', 'and', 'flattering', 'love', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['13214,1078,50', 'great', 'dress', 'but', 'heavy', 'material', 'i', 'just', 'received', 'this', 'dress', 'and', 'tried', 'it', 'on', 'it', "'s", 'a', 'nice', 'dress', 'that', 'is', 'flattering', 'but', 'the', 'material', 'was', 'much', 'heavier', 'that', 'i', 'expected', 'it', 'to', 'be', 'it', "'s", 'way', 'to', 'heavy', 'to', 'wear', 'in', 'the', 'florida', 'heat', 'so', 'unfortunately', 'it', "'s", 'going', 'back.,5,1,0', 'general', 'dresses', 'dresses'] ['13215,850,50', 'statement', 'top', 'i', 'purchased', 'this', 'in', 'both', 'the', 'black', 'and', 'the', 'turquoise', 'and', 'wish', 'they', 'made', 'more', 'colors', 'this', 'top', 'is', 'perfect', 'for', 'our', 'florida', '90', 'degree', 'weather', 'i', 'am', 'usually', 'a', 'medium', 'in', 'tops', 'size', '6-8', 'broad', 'shoulders', 'size', '36c', 'and', 'i', 'purchased', 'this', 'in', 'a', '6p', 'and', 'a', '6', 'as', 'they', 'were', 'out', 'of', 'petite', 'in', 'turquoise', 'i', 'do', 'prefer', 'the', '6p', 'as', 'i', 'am', '5', '2', 'i', 'would', 'say', 'this', 'runs', 'generous', 'as', 'there', 'is', 'ample', 'room', 'to', 'move', 'i', 'wear', 'mine', 'with', 'a', 'nude', 'bra', 'on', 'the', 'turquoise', 'top', 'and', 'the', 'bra', 'straps', 'show', 'a', 'bit', 'but', 'they', 'are', 'almost', 'covered', 'by', 'the', 's', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['13216,1078,37', 'lovely', 'lines', 'this', 'dress', 'is', 'gorgeous', 'and', 'has', 'beautiful', 'lines', 'it', 'is', 'a', 'little', 'on', 'the', 'big', 'side', 'but', 'the', 'fabric', 'drapes', 'enough', 'that', 'it', 'does', "n't", 'matter', ',4,1,1', 'general', 'dresses', 'dresses'] ['13217,1078,36', 'great', 'fit', 'feel', 'i', 'love', 'this', 'dress', 'and', 'will', 'be', 'purchasing', 'it', 'in', 'other', 'patterns', 'the', 'fit', 'is', 'incredibly', 'flattering', 'and', 'the', 'fabric', 'is', 'lovely', 'does', "n't", 'wrinkle', 'easy', 'to', 'wash', 'and', 'wear', 'i', 'am', '5', '7', '190lbs', 'bottom', 'heavy', 'with', 'a', '38c', 'bra', 'size', 'i', 'purchased', 'the', 'size', 'large', 'and', 'it', 'fits', 'me', 'perfectly', 'though', 'perhaps', 'a', 'little', 'bit', 'snug', 'in', 'the', 'waist', 'if', 'i', 'wanted', 'a', 'looser', 'fit', 'an', 'xl', 'would', 'probably', 'work', 'though', 'might', 'be', 'a', 'bit', 'loose', 'on', 'the', 'top', 'the', 'low', 'back', 'hits', 'just', 'above', 'my', 'bra', 'strap', 'but', 'does', 'in', 'fact', 'cover', 'all', 'straps', 'for', 'reference', ',5,1,0', 'general', 'dresses', 'dresses'] ['13218,1078,26', 'buy', 'it', 'this', 'dress', 'is', 'amazing', 'ordered', 'one', 'with', 'a', 'discount', 'the', 'dark', 'blue', 'with', 'flowers', 'print', 'and', 'it', 'was', 'becoming', 'my', 'go-to', 'for', 'work', 'so', 'had', 'to', 'bite', 'the', 'bullet', 'and', 'order', 'two', 'other', 'colors', 'full', 'price', 'size', 'm', 'fit', 'perfect', '5', '7', '150', ',5,1,0', 'general', 'dresses', 'dresses'] ['13219,1081,41', ',i', 'ordered', 'this', 'dress', 'on', 'a', 'whim', 'because', 'of', 'the', '20', 'off', 'on', 'mother', "'s", 'day', 'weekend', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'this', 'dress', 'is', 'very', 'flattering', 'i', 'have', 'a', 'hard', 'time', 'finding', 'dresses', 'that', 'are', 'a', 'little', 'loose', 'but', 'do', "n't", 'make', 'me', 'look', 'fat', 'this', 'dress', 'has', 'just', 'the', 'right', 'cut', 'i', 'recommend', 'it', 'for', 'anyone', 'who', 'likes', 'something', 'not', 'to', 'tight', 'but', 'also', 'flattering.,5,1,15', 'general', 'dresses', 'dresses'] ['13220,1078,42', 'easy', 'comfortable', 'dress', 'purchased', 'dress', 'in', 'blue', 'motif', 'love', 'it', 'it', 'is', 'casual', 'and', 'comfortable', 'no', 'fuss', 'dress', 'love', 'the', 'sexy', 'open', 'scoop', 'back', 'that', 'is', 'just', 'high', 'enough', 'to', 'comfortably', 'cover', 'my', 'bra', 'strap', ',5,1,0', 'general', 'dresses', 'dresses'] ['13221,1078,29', 'this', 'is', 'a', 'beautiful', 'summer', 'dress', 'i', 'especially', 'love', 'the', 'exposed', 'back', 'which', 'is', 'the', 'perfect', 'cut', 'to', 'not', 'show', 'your', 'bra', 'and', 'feels', 'professional', 'enough', 'for', 'work', 'plus', 'it', "'s", 'comfortable', 'drapes', 'nicely', 'and', 'is', 'machine', 'wash', 'and', 'dry', ',5,1,0', 'general', 'dresses', 'dresses'] ['13222,1078,25', 'gorgeous', 'dress', 'i', 'am', 'so', 'glad', 'i', 'returned', 'this', 'dress', 'for', 'a', 'size', 'down', 'i', 'am', "5'10", 'and', '160', 'lbs', 'curvy', 'and', 'muscular', 'build', 'and', 'the', 'medium', 'was', 'surprisingly', 'much', 'too', 'large', 'on', 'me', 'i', 'returned', 'it', 'for', 'a', 'small', 'and', 'oh', 'my', 'it', 'is', 'perfect', 'i', 'plan', 'on', 'wearing', 'this', 'to', 'two', 'summer', 'weddings', 'this', 'year', 'and', 'will', 'then', 'wear', 'it', 'for', 'work', 'it', 'really', 'is', 'a', 'go-anywhere-do-anything', 'sort', 'of', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['13223,167,48', 'almost', 'perfect', 'check', 'sizing', 'i', 'ordered', 'the', 'mango', 'and', 'the', 'navy', 'in', 'size', '28.', 'i', 'am', '5', 'and', '130', 'lbs', 'both', 'arrived', 'with', 'the', 'size', '28', 'label', 'on', 'them', 'the', 'mango', 'fit', 'perfectly', 'perfect', 'length', 'on', 'the', 'legs', 'and', 'very', 'flattering', 'the', 'navy', 'on', 'the', 'other', 'hand', 'was', 'an', 'inch', 'shorter', 'and', 'an', 'inch', 'narrower', 'i', 'kept', 'double-checking', 'the', 'packing', 'slip', 'and', 'the', 'label', 'inside', 'the', 'shorts', 'to', 'see', 'if', 'they', 'accidentally', 'sent', 'a', '27p', 'but', 'no', 'it', 'was', 'clearly', 'a', '28.', 'i', 'brought', 'that', 'back', 'to', 'the', 'store', 'and', 'ordered', 'another', 'navy', '28', 'hoping', 'that', 'pair', 'was', 'just', 'mislabeled', '28', 'or', ',5,1,1', 'general', 'bottoms', 'shorts'] ['13224,1078,41', 'perfect', 'this', 'is', 'a', 'perfectly', 'lovely', 'jersey', 'dress', 'it', "'s", 'really', 'comfortable', 'true', 'to', 'size', 'and', 'the', 'cut', 'is', 'flattering', 'you', 'can', 'wear', 'it', 'to', 'work', 'with', 'heels', 'or', 'to', 'the', 'playground', 'with', 'your', 'kids', 'in', 'sneakers', 'or', 'sandals', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'sizing', 'is', 'straightforward', 'on', 'this', 'one', 'just', 'order', 'your', 'regular', 'size', 'there', "'s", 'nothing', 'tricky', 'about', 'sizing', 'the', 'xxsp', 'my', 'regular', 'size', 'depicted', 'here', 'was', 'just', 'above', 'the', 'knee', 'and', 'not', 'quite', 'as', 'long', 'as', 'the', 'product', 'description', 'great', 'buy', 'waiting', 'for', 'boston', 'weather', 'to', 'coope', ',5,1,6', 'general', 'dresses', 'dresses'] ['13225,1078,45', 'very', 'flattering', 'this', 'dress', 'is', 'flattering', 'in', 'so', 'many', 'ways', 'fitted', 'through', 'the', 'bodice', 'with', 'a', 'lovely', 'flare', 'from', 'the', 'waist', 'down', 'to', 'cover', 'those', 'hippy', 'hips', 'sizing', 'is', 'perfect', 'i', 'also', 'bought', 'it', 'in', 'the', 'navy/black', 'color', 'you', 'can', 'dress', 'up', 'with', 'heels', 'or', 'down', 'with', 'flip', 'flops.,5,1,0', 'general', 'dresses', 'dresses'] ['13226,1078,38', 'i', 'own', 'three', 'i', 'bought', 'this', 'dress', 'in', 'three', 'different', 'patterns', 'i', 'love', 'it', 'so', 'much', 'i', 'am', '5', '7', 'and', 'around', '135', 'pounds', 'usually', 'a', 'size', 'six', 'or', 'eight', 'in', 'dresses', 'ordered', 'the', 'small', 'and', 'fits', 'perfectly', 'if', 'a', 'little', 'bit', 'curvy', 'frame', 'great', 'for', 'women', 'on', 'the', 'busty', 'side', 'fits', 'beautiful', 'and', 'is', 'stretchy', 'but', 'not', 'too', 'clingy', ',5,1,0', 'general', 'dresses', 'dresses'] ['13227,927,38', 'runs', 'small', 'also', 'very', 'fitted', 'i', "'m", 'a', 'size', 'xl', 'and', 'i', "'m", 'busty', 'so', 'my', 'review', 'might', 'not', 'apply', 'to', 'everyone'] [] ['i', 'really', 'wanted', 'this', 'jacket', 'to', 'work', 'however', 'it', 'did', 'not', 'i', 'tried', 'this', 'jacket', 'on', 'in', 'my', 'usual', 'size', 'xl', 'and', 'it', 'was', 'nowhere', 'near', 'the', 'correct', 'size', 'this', 'jacket', 'runs', 'small', 'i', 'do', "n't", 'see', 'how', 'anyone', 'with', 'a', 'bust', 'is', 'going', 'to', 'be', 'able', 'to', 'button', 'this', 'jacket', 'the', 'jacket', 'is', 'not', 'lined', 'and', 'it', 'is', 'very', 'fitted', 'so', 'putting', 'the', 'jacket', 'on', 'and', 'taking', 'it', 'off', 'will', 'require', 'a', 'very', 'thin', 'shirt', 'to', 'be', 'worn', 'underneath'] [] ['the', 'style', 'of', 'the', 'jacket', 'is', 'very', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['13228,1078,35', 'feminine', 'dress', 'size', 'down', 'i', "'ve", 'had', 'this', 'dress', 'for', 'a', 'while', 'now', 'and', 'waited', 'to', 'write', 'a', 'review', 'glad', 'i', 'did', 'i', 'originally', 'ordered', 'the', 'mp', '5', '5', '130', 'lbs', 'while', 'it', 'looked', 'nice', 'accentuated', 'my', 'waist', 'it', 'was', 'a', 'bit', 'big', 'in', 'the', 'chest', 'area', 'it', 'probably', 'would', 'have', 'been', 'ok', 'but', 'i', 'am', 'picky', 'about', 'fit', 'after', 'debating', 'for', 'awhile', 'i', 'ordered', 'the', 'sp', 'and', 'it', 'fits', 'much', 'better', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'package', 'i', 'was', 'worried', 'it', 'was', 'too', 'short', 'but', 'it', "'s", 'not', 'it', 'hits', 'right', 'above', 'my', 'knee', 'in', 'fact', 'i', 'compared', 'both', 'dresses', 'and', 'there', 'is', 'not', 'much', 'of', 'a', 'diffe', ',5,1,0', 'general', 'dresses', 'dresses'] ['13229,1054,35', 'fabulous', 'item', 'i', 'love', 'this', 'jumpsuit', 'it', "'s", 'unique', 'comfortable', 'and', 'fits', 'true', 'to', 'size', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'depending', 'on', 'the', 'event', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'loads', 'of', 'compliments', ',5,1,0', 'general', 'bottoms', 'pants'] ['13230,1078,47', 'great', 'dress', 'super', 'easy', 'and', 'cute', 'i', 'received', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['13231,1078,29', 'perfect', 'if', 'you', 'have', 'curves', 'i', 'ordered', 'this', 'dress', 'the', 'instant', 'it', 'appeared', 'online', 'hoping', 'that', "'tangerine", 'would', 'mean', 'red', 'and', 'not', 'orange', 'and', 'what', 'luck', 'it', 'was', 'the', 'perfect', 'red', 'for', 'my', 'coloring', 'nothing', 'orange', 'or', 'bricky', 'it', 'was', 'a', 'true', 'red', 'the', 'background', 'color', 'is', 'actually', 'a', 'deep', 'navy', 'but', 'it', 'looks', 'almost', 'black', 'in', 'some', 'angles', 'the', 'fabric', 'is', 'super', 'comfortable', 'it', "'s", 'long', 'enough', 'for', 'work', 'easy', 'and', 'fun', 'enough', 'for', 'a', 'date', 'and', 'perfect', 'for', 'spring-summer', 'months'] [] ['my', 'only', 'problem', 'with', 'it', 'is', 'the', 'top', 'is', 'too', 'large', 'i', 'am', 'a', '34-a', '5ft-3', ',4,1,4', 'general', 'dresses', 'dresses'] ['13232,1078,62', 'this', 'product', 'fabric', 'feels', 'great.', 'it', 'slips', 'on', 'easily', 'is', 'soft', 'flattering', 'it', 'will', 'definitely', 'be', 'my', 'go', 'to', 'dress', ',5,1,1', 'general', 'dresses', 'dresses'] ['13233,1078,37', 'pretty', 'for', 'spring', 'and', 'summer', 'i', 'love', 'the', 'green', 'pattern', 'the', 'fabric', 'hangs', 'and', 'moves', 'beautifully', 'thick', 'enough', 'to', 'cover', 'undergarments', 'without', 'slip', 'or', 'liner', 'ballet', 'back', 'is', 'nice', 'detail', 'i', "'m", 'curvy', 'and', 'generally', 'between', 's', 'and', 'm', 's', 'has', 'a', 'little', 'room', 'to', 'spare', 'generally', 'flattering', 'piece', 'great', 'for', 'summer', ',4,1,0', 'general', 'dresses', 'dresses'] ['13234,1078,24', 'love', 'it', 'this', 'dress', 'is', 'soft', 'and', 'comfortable', 'it', "'s", 'perfect', 'for', 'summer', 'i', 'ordered', 'my', 'usual', 'size', '4', 'petite', 'and', 'it', 'fits', 'perfectly', '34', '26', '5', '1', ',5,1,5', 'general', 'dresses', 'dresses'] ['13235,1095,19', 'i', 'was', 'a', 'little', 'skeptical', 'to', 'buy', 'this', 'dress', 'at', 'first', 'because', 'of', 'the', 'pattern', 'in', 'all', 'honestly', 'i', 'am', 'so', 'happy', 'that', 'i', 'did', 'it', "'s", 'so', 'unique', 'and', 'truly', 'a', 'one', 'of', 'a', 'kind', 'design', 'when', 'tried', 'on', 'the', 'dress', 'is', 'very', 'slimming', ',5,1,0', 'general', 'dresses', 'dresses'] ['13236,850,37', ',,5,1,0', 'general', 'tops', 'blouses'] ['13237,167,47', 'pricey', 'for', 'shorts', 'but', 'worth', 'it', 'i', 'bought', 'these', 'on', 'a', 'whim', 'on', 'mother', "'s", 'day', 'when', 'i', 'was', 'out', 'shopping', 'i', 'did', "n't", 'try', 'even', 'try', 'them', 'on', 'at', 'the', 'store', 'i', 'got', 'them', 'home', 'and', 'could', "n't", 'believe', 'how', 'great', 'they', 'fit', 'and', 'how', 'comfortable', 'they', 'were', 'the', 'length', 'is', 'perfect', 'for', 'me', 'not', 'too', 'long', 'or', 'too', 'short', 'they', 'did', 'stretch', 'out', 'a', 'bit', 'upon', 'wearing', 'them', 'but', 'i', 'like', 'the', 'comfortable', 'relaxed', 'look', 'i', 'washed', 'and', 'dried', 'them', 'in', 'the', 'dryer', 'they', 'came', 'out', 'perfect', 'i', 'bought', 'the', 'coral', 'color', 'will', 'be', 'buying', 'more', 'as', 'it', 'is', 'hard', 'to', 'find', 'shorts', 'that', 'work', 'for', 'me', 'i', 'rec', ',5,1,0', 'general', 'bottoms', 'shorts'] ['13238,1078,53', 'a', 'new', 'favorite', 'i', 'absolutely', 'love', 'this', 'dress', 'the', 'color', 'is', 'beautiful', 'the', 'fit', 'is', 'flattering', 'and', 'it', 'is', 'so', 'comfy', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off', 'until', 'bedtime', 'it', 'is', 'an', 'all', 'around', 'winner', 'if', 'i', 'could', 'do', 'one', 'thing', 'to', 'make', 'it', 'absolutely', 'perfect', 'i', 'would', 'take', 'and', 'inch', 'or', 'two', 'off', 'the', 'hem', 'i', 'am', 'think', 'of', 'doing', 'that', 'but', 'seriously', 'i', 'am', 'not', 'sure', 'i', 'want', 'to', 'have', 'it', 'out', 'in', 'alterations', 'when', 'i', 'could', 'be', 'wearing', 'it', 'it', 'is', 'just', 'too', 'comfy', 'and', 'cute', ',5,1,0', 'general', 'dresses', 'dresses'] ['13239,1030,42', 'grew', 'on', 'me', 'these', 'do', 'run', 'small', 'for', 'pilcro', 'which', 'i', 'think', 'runs', 'large', 'overall', 'after', 'reading', 'other', 'reviews', 'i', 'decided', 'to', 'get', 'the', 'size', 'i', 'would', 'order', 'in', 'ag', 'or', 'coh', 'and', 'the', 'like', 'thanks', 'fellow', 'reviewers', 'because', 'i', "'m", 'pleased', 'when', 'i', 'first', 'put', 'them', 'on', 'i', 'said', 'no', 'the', 'waist', 'was', 'a', 'tad', 'big', 'but', 'comfy', 'and', 'the', 'legs', 'seemed', 'tight', 'with', 'the', 'slits', 'at', 'the', 'bottom', 'going', 'right', 'to', 'my', 'ankle', '29', 'inch', 'inseam', 'i', 'thought', 'these', 'looked', 'ridiculous', 'however', 'once', 'i', 'had', 'them', 'on', 'for', 'about', '10', 'minutes', 'they', 'just', 'sort', 'of', 'molded', 'to', 'my', 'body', 'and', 'loo', ',5,1,1', 'general', 'bottoms', 'jeans'] ['13240,1078,39', 'cute', 'summer', 'dress', 'the', 'petite', 'was', 'a', 'little', 'bit', 'long', 'on', 'me', 'i', "'m", '5', '2', 'but', 'it', 'otherwise', 'fits', 'true', 'to', 'size', 'and', 'is', 'very', 'soft', 'and', 'comfortable', 'breezy', 'covers', 'enough', 'that', 'it', 'is', 'work', 'appropriate', 'or', 'for', 'something', 'outside', 'a', 'keeper', ',4,1,0', 'general', 'dresses', 'dresses'] ['13241,167,44', ',these', 'shorts', 'are', 'really', 'cute', 'and', 'are', 'a', 'flattering', 'length', 'grey', 'color', 'has', 'a', 'silvery', 'look', 'to', 'it', 'keepers.,5,1,0', 'general', 'bottoms', 'shorts'] ['13242,1084,53', 'more', 'beautiful', 'in', 'reality', 'i', 'purchased', 'this', 'dress', 'on', 'a', 'whim', 'it', 'is', 'easy', 'to', 'wear', 'and', 'very', 'comfortable', 'the', 'empire', 'waist', 'is', 'flattering', 'however', 'the', 'dress', 'runs', 'large', 'and', 'the', 'lower', 'half', 'is', 'a-line', 'the', 'neckline', 'is', 'very', 'flattering', 'and', 'you', 'feel', 'put', 'together', 'when', 'wearing', 'this', 'dress'] ['i', 'am', 'happy', 'to', 'have', 'it', 'in', 'my', 'wardrobe', 'a', 'go-to', 'piece', 'for', 'years', 'to', 'come', ',4,1,0', 'general', 'dresses', 'dresses'] ['13243,1078,47', 'easy', 'and', 'pretty', 'this', 'dress', 'is', 'very', 'comfortable', 'lovely', 'and', 'versatile', 'i', 'know', 'i', 'will', 'wear', 'this', 'often', 'throughout', 'the', 'spring', 'and', 'summer', 'months', 'because', 'of', 'it', "'s", 'elegant', 'ease', 'i', 'purchased', 'a', 'small', 'and', 'am', 'a', '34c', 'and', '28', 'waist', 'fits', 'perfectly', ',5,1,1', 'general', 'dresses', 'dresses'] ['13244,1078,38', 'comfortable', 'easy', 'dress', 'what', 'i', 'love', 'especially', 'about', 'this', 'dress', 'are', 'the', 'comfortable', 'soft', 'fabric', 'and', 'the', 'shape', 'of', 'the', 'back', 'the', 'scoop', 'and', 'longer', 'back', 'hem', 'are', 'very', 'ballet', 'dancer', 'the', 'green', 'off', 'white', 'print', 'is', 'very', 'pretty', 'for', 'spring', 'sizing', 'is', 'a', 'little', 'tricky', 'for', 'me', 'as', 'i', "'m", 'between', 'petite', 'and', 'regular', 'sizes', 'the', 'hem', 'length', 'in', 'the', 'sp', 'is', 'perfect', 'about', '1.5', 'above', 'the', 'knee', 'in', 'front', 'but', 'the', 'waist', 'sits', 'a', 'little', 'high', 'the', 'top', 'seam', 'of', 'the', 'waist', 'section', 'is', 'above', 'my', 'natural', 'waist', 'and', 'the', 'bottom', 'seam', 'sits', 'right', 'under', 'my', 'navel', 's', ',4,1,0', 'general', 'dresses', 'dresses'] ['13245,1078,39', 'love', 'this', 'dress', 'beautiful', 'dress', 'i', 'love', 'this', 'and', 'am', 'tempted', 'to', 'buy', 'it', 'in', 'more', 'colors', 'fits', 'true', 'to', 'size', 'in', 'a', 'flattering', 'way', 'love', 'the', 'cut', 'of', 'the', 'back', 'and', 'the', 'flow', 'of', 'the', 'bottom', ',5,1,1', 'general', 'dresses', 'dresses'] ['13246,1095,27', 'cute', 'over', 'all', 'this', 'is', 'very', 'cute', 'it', 'is', 'very', 'short', 'but', 'has', 'very', 'good', 'quality', 'material.,4,1,0', 'general', 'dresses', 'dresses'] ['13247,1078,31', 'cute', 'and', 'comfy', 'this', 'dress', 'is', 'nicely', 'made', 'and', 'hangs', 'beautifully', 'i', 'did', 'find', 'the', 'shoulders', 'a', 'bit', 'too', 'wide', 'even', 'though', 'i', 'have', 'pretty', 'broad', 'shoulders', 'then', 'again', 'i', "'m", 'also', 'pretty', 'tall', 'and', 'the', 'length', 'on', 'this', 'dress', 'is', 'really', 'nice', 'so', 'i', "'ll", 'take', 'the', 'slightly', 'wide', 'shoulders', 'the', 'low', 'back', 'and', 'gathered', 'waist', 'are', 'very', 'flattering', 'a', 'perfect', 'dress', 'to', 'wear', 'in', 'the', 'summer', ',4,1,0', 'general', 'dresses', 'dresses'] ['13248,1078,61', 'just', 'right', 'great', 'dress', 'comfortable', 'to', 'wear', 'and', 'flattering', 'with', 'the', 'stretch', 'cinch', 'waist', 'and', 'the', 'soft', 'flare', 'of', 'the', 'skirt', 'i', 'feel', 'flirty', 'and', 'fun', 'with', 'its', 'open', 'scoop', 'neck', 'and', 'dipping', 'back', 'plenty', 'of', 'space', 'and', 'simplicity', 'to', 'accessorize', 'or', 'not', 'i', 'bought', 'it', 'in', 'black/white', 'and', 'red', 'each', 'with', 'its', 'own', 'feel', ',4,1,0', 'general', 'dresses', 'dresses'] ['13249,1078,27', 'extremely', 'flattering', 'and', 'comfortable', 'love', 'love', 'love', 'i', "'m", '5', '8', '122', 'lbs', '34b', 'and', 'have', 'an', 'athletic', 'frame', 'fairly', 'narrow', 'hips', 'and', 'i', 'bought', 'an', 'xs', 'in', 'red', 'usually', 'i', 'am', 'a', 's', 'with', 'retailer', 'for', 'dresses', 'although', 'occasionally', 'a', 'm', 'for', 'slimmer', 'dresses', 'but', 'i', 'found', 'that', 'the', 'top', 'part', 'of', 'this', 'dress', 'required', 'me', 'to', 'size', 'down', 'to', 'an', 'xs', 'as', 'the', 'low', 'back-design', 'of', 'the', 'dress', 'fit', 'too', 'loosely', 'with', 'the', 'size', 's', 'it', 'hung', 'so', 'that', 'it', 'showed', 'my', 'bra', 'straps', 'and', 'the', 'sleeves', 'were', 'a', 'tad', 'baggy', 'under', 'the', 'arms', 'showing', 'about', '2', 'of', 'bra', 'underneath', 'my', 'guess', 'is', 'that', 'if', 'y', ',5,1,57', 'general', 'dresses', 'dresses'] ['13250,167,36', 'first', 'shorts', 'i', "'ve", 'loved', 'in', 'a', 'while', 'fit', 'true', 'to', 'size', 'and', 'very', 'well', 'hit', 'the', 'leg', 'at', 'a', 'good', 'length', 'i', "'m", '5', '5', 'they', 'were', 'perfect.,5,1,0', 'general', 'bottoms', 'shorts'] ['13251,167,48', 'these', 'are', 'comfy', 'and', 'cool', 'i', 'got', 'the', 'blue', 'which', 'is', 'more', 'royal', 'than', 'navy', 'in', 'opinion', 'it', 'goes', 'well', 'with', 'almost', 'anything', 'i', 'can', 'wear', 'all', 'the', 'neutral', 'colors', 'in', 'addition', 'to', 'orange', 'red', 'yellow', 'and', 'patterns', 'they', 'are', 'flattering', 'and', 'like', 'other', 'reviewers', 'i', 'went', 'up', 'a', 'size', 'to', '28', 'in', 'the', 'blue', 'perfect', 'length', 'not', 'too', 'short', 'got', 'the', 'same', 'version', 'last', 'year', 'in', 'white', '27', '5', '4', '128lbs', ',5,1,0', 'general', 'bottoms', 'shorts'] ['13252,1078,52', 'flattering', 'on', 'all', 'figures', 'i', 'purchased', 'the', 'green', 'dress', 'it', 'is', 'very', 'comfortable', 'and', 'soft', 'is', 'as', 'pictured', 'highly', 'recommend', 'for', 'a', 'casual', 'everyday', 'dress', 'looks', 'like', 'good', 'quality', 'which', 'it', 'is', 'i', 'ordered', 'petite', 'small', 'it', 'is', 'perfect', 'size', 'i', "'m", 'usually', 'a', '6p.,5,1,0', 'general', 'dresses', 'dresses'] ['13253,167,30', 'the', 'best', 'shorts', 'i', 'am', 'obsessed', 'with', 'these', 'shorts', 'i', 'bought', 'blue', 'ones', 'last', 'year', 'and', 'loved', 'them', 'so', 'much', 'i', 'needed', 'another', 'pair', 'i', 'purchased', 'the', 'gray', 'ones', 'and', 'they', 'are', 'a', 'beautiful', 'hue', 'even', 'with', 'my', 'pale', 'legs', 'i', 'think', 'they', 'will', 'be', 'very', 'versatile', 'the', 'fit', 'is', 'perfect', 'hits', 'at', 'just', 'the', 'right', 'length', 'to', 'be', 'flattering', 'and', 'appropriate', 'not', 'too', 'short', 'super', 'comfy', 'i', 'am', 'fuller', 'on', 'the', 'bottom', 'so', 'shorts', 'are', 'tough', 'to', 'find', 'and', 'these', 'are', 'truly', 'amazing', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'them', 'when', 'it', 'gets', 'warmer', 'for', 'reference', 'i', 'am', '5', '4', 'about', ',5,1,0', 'general', 'bottoms', 'shorts'] ['13254,1076,74', 'dissappointed', 'was', 'very', 'surprised', 'when', 'i', 'opened', 'the', 'package', 'this', 'dress', 'is', 'very', 'thin', 'fabric', 'and', 'you', 'need', 'to', 'wear', 'a', 'half', 'slip', 'as', 'it', 'is', 'see', 'through', 'the', 'top', 'of', 'the', 'dress', 'is', 'short', 'to', 'the', 'draw', 'string', 'and', 'does', 'not', 'drape', 'bloused', 'style', 'at', 'all', 'i', 'have', 'a', 'short', 'waist', 'length', 'so', 'it', 'should', 'have', 'worked', 'the', 'color', 'is', 'a', 'little', 'darker', 'than', 'pictured', 'but', 'over', 'all', 'looks', 'cheap', 'so', 'full', 'price', 'with', 'tax', 'makes', 'it', 'way', 'over', 'priced', 'going', 'back', 'asap', ',2,0,1', 'general', 'dresses', 'dresses'] ['13255,1078,30', ',beautiful', 'dress', 'i', 'ended', 'up', 'getting', 'it', 'in', 'both', 'the', 'red', 'and', 'the', 'green', 'the', 'fit', 'is', 'absolutely', 'perfect', 'and', 'it', 'flatters', 'pretty', 'much', 'any', 'figure', 'one', 'thing', 'i', 'would', 'say', 'is', 'that', 'you', 'should', 'get', 'your', 'exact', 'size', 'if', 'possible', 'i', 'ordered', 'it', 'online', 'because', 'it', 'was', 'so', 'pretty', 'in', 'the', '4p', 'i', 'happened', 'to', 'be', 'in', 'the', 'store', 'the', 'next', 'week', 'and', 'i', 'ttried', 'on', 'the', '4r', 'in', 'the', 'store', 'just', 'to', 'see', 'how', 'it', 'looked', 'and', 'it', 'was', 'awful', 'i', 'was', 'so', 'disappointed', 'but', 'then', 'my', 'dress', 'arrived', 'in', 'the', 'mail', 'and', 'the', '4p', 'fit', 'me', 'perfectly', 'i', "'m", 'so', 'glad', 'retailer,5,1,0', 'general', 'dresses', 'dresses'] ['13256,862,36', 'gorgeous', 'top', 'this', 'is', 'so', 'pretty', 'in', 'person', 'and', 'really', 'nice', 'quality', 'with', 'soft', 'velvet', 'stitched', 'on', 'beading', 'is', 'very', 'firmly', 'sewn', 'on', 'great', 'fit', 'runs', 'a', 'tad', 'small', 'i', 'am', 'a', 'curvy', 'size', '8', 'but', 'as', 'with', 'many', 'flowy/swingy', 'retailer', 'tops', 'i', 'needed', 'a', 'small', 'to', 'not', 'be', 'swimming', 'in', 'it', 'perfect', 'with', 'skinny', 'jeans', 'and', 'booties', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'this', 'holiday', 'season', ',5,1,11', 'general', 'tops', 'knits'] ['13257,936,42', 'cute', 'cute', 'sweater', 'the', 'side', 'panels', 'are', 'perforated', 'so', 'you', 'may', 'want', 'to', 'wear', 'either', 'a', 'nude', 'bra', 'or', 'a', 'cami', 'underneath', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13258,1039,38', 'for', 'curvy', 'girls', 'these', 'did', "n't", 'work', 'for', 'me', 'because', 'i', 'am', 'too', 'straight', 'shaped', 'for', 'these', 'jeans', 'try', 'them', 'if', 'you', 'have', 'a', 'smaller', 'waist', 'and', 'curvy', 'hips', 'and', 'bottom', 'i', 'did', "n't", 'have', 'anything', 'to', 'fill', 'out', 'the', 'hips', 'and', 'seat', 'for', 'reference', 'i', 'ordered', 'size', '25', 'and', 'they', 'were', 'loose', 'in', 'hip', 'and', 'seat', 'but', 'fit', 'my', 'waist', 'my', 'hips', 'are', '34.5', 'and', 'waist', 'is', '28', 'they', 'are', 'a', 'thinner', 'stretch', 'denim', 'than', 'they', 'appear', 'but', 'not', 'jeggings', 'thin', ',4,1,0', 'general', 'bottoms', 'jeans'] ['13259,855,39', 'unique', 'but', 'a', 'little', 'short', 'i', 'was', 'thrilled', 'to', 'find', 'this', 'in', 'a', 'store', 'to', 'try', 'it', 'on', 'the', 'fabric', 'is', 'light', 'weight', 'and', 'the', 'cut', 'of', 'the', 'sleeves', 'make', 'it', 'very', 'unique', 'my', 'only', 'gripe', 'is', 'the', 'length', 'it', 'hits', 'the', 'very', 'top', 'of', 'my', 'pants', 'so', 'if', 'you', 'lift', 'your', 'arms', 'in', 'any', 'way', 'because', 'of', 'the', 'cut', 'of', 'the', 'sleeves', 'the', 'whole', 'shirt', 'lifts', 'up', 'and', 'shows', 'belly', 'but', 'i', 'loved', 'the', 'elegance', 'of', 'it', 'so', 'much', 'i', 'decided', 'that', 'i', 'can', 'live', 'with', 'the', 'shortness', 'i', 'will', 'just', 'wear', 'a', 'tucked', 'in', 'cami', 'underneath', 'this', 'fit', 'true', 'to', 'size.,4,1,14', 'general', 'tops', 'knits'] ['13260,903,35', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13261,823,49', 'love', 'this', 'top', 'did', "n't", 'even', 'wait', 'for', 'a', 'sale', 'on', 'this', 'top', 'so', 'adorable', 'and', 'fits', 'great', 'i', 'bought', 'a', 'medium', 'and', 'wear', 'a', 'small', 'in', 'most', 'things', 'i', 'like', 'that', 'it', 'is', 'a', 'touch', 'big', 'as', 'it', 'hangs', 'better', 'that', 'way.,5,1,1', 'general', 'tops', 'blouses'] ['13262,909,29', 'love', 'this', 'top', 'is', 'so', 'cute', 'a', 'little', 'cropped', 'light', 'for', 'a', 'sweater', 'tank', 'in', 'my', 'opinion', 'and', 'runs', 'a', 'little', 'big', 'so', 'i', 'sized', 'down', 'one', 'size', 'beautiful', 'fabric', 'and', 'fit', 'the', 'ruffles', 'are', 'such', 'a', 'fun', 'addition', 'definitely', 'recommend', 'with', 'a', 'high', 'waisted', 'pant', 'or', 'skirt', 'for', 'work', 'so', 'cute', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13263,903,50', 'top', 'on', 'the', 'picture', 'shows', 'the', 'belt.does', "n't", 'come', 'with', 'the', 'belt.,3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13264,936,39', 'meh', 'i', 'waited', 'and', 'got', 'this', 'sweater', 'at', 'the', 'winter', 'sale', 'i', 'ordered', 'the', 'navy', 'in', 'a', 'medium', 'the', 'design', 'is', 'pretty', 'but', 'as', 'has', 'been', 'said', 'i', 'was', 'surprised', 'at', 'how', 'short', 'it', 'is', 'i', 'do', 'love', 'the', 'detail', 'the', 'tie', 'back', 'nice', 'weight', 'i', 'have', 'not', 'found', 'it', 'to', 'be', 'itchy', 'the', 'sweater', 'i', 'received', 'was', 'a', 'store', 'return', 'and', 'it', 'was', 'a', 'little', 'wrinkled', 'and', 'fuzzy', 'but', 'for', '35', 'i', 'considered', 'my', 'hunt', 'for', 'the', 'perfect', 'navy', 'pullover', 'to', 'be', 'over', 'i', 'do', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'as', 'the', 'sides', 'are', 'more', 'revealing', 'than', 'pictures', 'the', 'first', 'day', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13265,862,34', 'extremely', 'flowy', 'i', 'like', 'flowy', 'tops', 'because', 'i', 'have', 'a', 'bit', 'of', 'a', 'belly', 'and', 'i', 'like', 'to', 'camouflage', 'it', 'but', 'this', 'top', 'was', 'really', 'flowy', 'the', 'fabric', 'is', 'great', 'and', 'the', 'embroidery', 'is', 'beautiful', 'i', 'was', 'hoping', 'for', 'this', 'to', 'be', 'a', 'holiday', 'staple', 'this', 'year', 'it', 'has', 'to', 'go', 'back', 'though', 'just', 'too', 'large', 'i', 'do', "n't", 'love', 'it', 'quite', 'enough', 'to', 'order', 'a', 'size', 'down', ',2,0,4', 'general', 'tops', 'knits'] ['13266,909,39', 'true', 'to', 'size', 'but', 'short', 'i', 'ordered', 'both', 'colors', 'in', 'xxs', 'xs', 'p', 'and', 'xxs', 'p', 'were', 'both', 'sold', 'out', 'at', 'the', 'time', 'sale', 'came', 'on', 'verdict', 'fits', 'really', 'nicely', 'but', 'short', 'i', 'would', 'have', 'to', 'wear', 'this', 'with', 'higher', 'rise', 'pants', 'or', 'pencil', 'skirt', 'like', 'the', 'red', 'one', 'is', 'pictures', 'with', 'a', 'polka', 'dot', 'skirt', 'i', 'decided', 'to', 'keep', 'the', 'red', 'one', 'because', 'it', 'is', 'a', 'bot', 'more', 'unique', 'i', 'do', 'have', 'a', 'few', 'navy', 'tops', 'the', 'xxs', 'fits', 'fitted', 'ca', "n't", 'think', 'of', 'another', 'way', 'of', 'saying', 'it', 'so', 'i', 'like', 'it', 'as', 'it', 'will', 'go', 'nicely', 'with', 'looser', 'bottoms', 'i', 'love', 'the', 'sleeves', 'the', 'ruffles', 'make', 't', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13267,936,29', 'nice', 'simple', 'sweater', 'this', 'is', 'a', 'great', 'sweater', 'just', 'to', 'throw', 'on', 'with', 'jeans', 'or', 'a', 'skirt', 'simple', 'and', 'the', 'tie', 'on', 'the', 'back', 'gives', 'it', 'a', 'feminine', 'flare,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13268,936,46', 'gorgeous', 'green', 'i', 'ordered', 'the', 'green', 'version', 'in', 'size', 'xl', 'i', 'knew', 'it', 'was', 'cropped', 'and', 'it', 'fits', 'me', 'as', 'shown', 'on', 'the', 'models', 'so', 'i', 'think', 'that', "'s", 'true', 'to', 'size', 'the', 'knit', 'is', 'very', 'soft', 'but', 'it', "'s", 'the', 'color', 'that', "'s", 'amazing', 'such', 'a', 'rich', 'bright', 'emerald', 'green', 'i', 'love', 'the', 'look', 'of', 'it', 'it', "'s", 'awkward', 'fitting', 'on', 'my', 'pear-shape', 'i', 'layer', 'a', 'long', 'tank', 'underneath', 'with', 'this', 'on', 'top', 'but', 'the', 'hemline', 'of', 'the', 'sweater', 'cuts', 'at', 'an', 'unflattering', 'place', 'still', 'the', 'softness', 'and', 'the', 'beautiful', 'color', 'make', 'it', 'a', 'staple', 'in', 'my', 'closet', 'when', 'i', "'m", 'staying', 'at', 'home', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13269,862,26', ',love', 'this', 'top', 'perfect', 'date', 'night', 'top', 'you', 'can', 'dress', 'it', 'up', 'with', 'a', 'cute', 'pair', 'of', 'heels', 'or', 'wear', 'it', 'around', 'doing', 'errands', 'in', 'some', 'flats.,5,1,0', 'general', 'tops', 'knits'] ['13270,909,46', 'great', 'best', 'sweater', 'wanted', 'to', 'get', 'this', 'sweater', 'in', 'the', 'red', 'but', 'the', 'size', 'has', 'been', 'sold', 'out', 'for', 'a', 'long', 'time', 'then', 'saw', 'the', 'navy', 'go', 'on', 'sale', 'and', 'snatched', 'it', 'up', 'great', 'fit', 'cropped', 'shorter', 'than', 'most', 'sweaters', 'very', 'classic', 'looking', 'and', 'perfect', 'for', 'layering', 'into', 'the', 'fall', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13271,936,66', ',love', 'the', 'overall', 'design', 'especially', 'the', 'tie', 'on', 'the', 'back', 'i', 'know', 'it', 'will', 'become', 'a', 'favorite', 'i', 'do', 'wish', 'it', 'were', 'a', 'tad', 'longer', 'though.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13272,909,38', 'short', 'this', 'is', 'a', 'thick', 'sweater', 'it', 'is', 'pretty', 'but', 'has', 'a', 'short', 'length', ',3,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13273,936,39', 'beautiful', 'i', 'bought', 'this', 'sweater', 'in', 'the', 'navy', 'blue', 'and', 'love', 'it', 'it', "'s", 'soft', 'and', 'not', 'itchy', 'and', 'the', 'tie', 'back', 'detailing', 'gives', 'it', 'that', 'extra', 'something', 'special', 'i', "'m", '5', '7', 'and', '38', 'd', 'waist', 'line', '27/28', 'inches', 'and', 'the', 'size', 'm', 'is', 'a', 'perfect', 'fit', 'wore', 'it', 'yesterday', 'to', 'my', 'son', "'s", '3rd', 'birthday', 'party', 'with', 'jeans', 'and', 'received', 'a', 'lot', 'of', 'compliments', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13274,995,44', 'lovely', 'skirt', 'with', 'interesting', 'design', 'i', 'love', 'it', 'the', 'fabric', 'is', 'a', 'heavier', 'denim', 'and', 'it', 'has', 'a', 'nice', 'stretch', 'being', 'tall', 'i', 'appreciate', 'the', 'length', 'the', 'sizes', 'run', 'a', 'bit', 'large', 'i', "'m", 'usually', 'a', '10/12', 'but', 'the', '8', 'is', 'perfect.,4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['13275,903,35', 'fit', 'is', 'funny.', 'cute', 'details', 'but', 'not', 'happy', 'with', 'the', 'fit', 'runs', 'wide', 'and', 'short', 'the', 'peplum', 'fabric', 'on', 'bottom', 'is', 'stiff', 'wrinkles', 'easily', 'and', 'lays', 'funny', 'returning', 'this', 'one', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13276,936,46', 'great', 'color', 'great', 'color', 'and', 'fit', 'and', 'feminine,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13277,1040,38', 'great', 'fall', 'jeans', 'the', 'fit', 'is', 'incredible', 'the', 'print', 'is', 'very', 'subtle', 'but', 'makes', 'them', 'a', 'little', 'bit', 'edgy', 'and', 'easy', 'to', 'pair', 'with', 'many', 'things', 'i', 'already', 'have', 'in', 'my', 'closet', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13278,936,40', 'fun', 'sweater', 'fun', 'light', 'weight', 'sweater', 'for', 'fall', 'or', 'sprint', 'love', 'the', 'vibrant', 'green', 'color', 'maybe', 'for', 'christmas', 'the', 'tie-back', 'makes', 'it', 'unique', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13279,936,73', 'i', 'am', 'in', 'love', 'with', 'this', 'sweater', 'i', 'have', 'worn', 'this', 'sweater', 'many', 'times', 'i', 'have', 'received', 'great', 'compliments', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13280,914,32', 'cute', 'i', 'ordered', 'this', 'in', 'black', 'and', 'loved', 'it', 'so', 'much', 'i', 'ordered', 'the', "'red", 'color', 'too', 'it', 'has', "n't", 'arrived', 'yet', 'but', 'i', "'m", 'hoping', 'its', 'tan', 'like', 'it', 'appears', 'to', 'be', 'online', 'it', 'fits', 'tts', '5', '3', 'and', '110lbs', 'the', 'xs', 'fit', 'perfectly', 'and', 'was', "n't", 'too', 'long', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13281,936,31', 'too', 'short', 'i', 'really', 'did', "n't", 'expect', 'this', 'sweater', 'to', 'be', 'so', 'short', 'i', "'m", '5', '8', 'and', 'there', 'is', 'no', 'way', 'it', 'would', 'fit', 'me', 'properly', 'i', 'honestly', 'did', "n't", 'even', 'try', 'it', 'on', 'i', 'pulled', 'it', 'out', 'of', 'the', 'bag', 'and', 'put', 'it', 'right', 'back', 'in', 'and', 'returned', 'it', 'it', 'looks', 'like', 'a', 'crop', 'top', 'i', 'bought', 'the', 'blue', 'which', 'was', 'not', 'as', 'rich', 'and', 'nice', 'looking', 'in', 'person', 'as', 'the', 'picture', 'i', 'love', 'most', 'things', 'i', 'buy', 'through', 'retailer', 'but', 'this', 'was', 'a', 'swing', 'and', 'a', 'miss', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13282,936,36', 'cute', 'but', 'very', 'lovely', 'sweater', 'lightweight', 'with', 'cute', 'detailing', 'at', 'the', 'side', 'of', 'the', 'waist', 'sweet', 'but', 'not', 'saccharine', 'bow', 'at', 'the', 'back', 'of', 'the', 'neck', 'i', 'really', 'wanted', 'to', 'love', 'this', 'sweater', 'but', 'it', 'had', 'to', 'go', 'back', 'because', 'it', 'looked', 'um', 'used', 'pilling', 'along', 'the', 'arms', 'before', 'i', 'even', 'got', 'to', 'wear', 'it', 'it', 'got', 'returned', 'sadly', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13283,936,63', 'bright', 'sweater', 'for', 'a', 'gray', 'day', 'i', 'love', 'this', 'sweater', 'it', 'is', 'classic', 'but', 'has', 'details', 'that', 'make', 'it', 'fresh', 'and', 'different', 'the', 'tie', 'in', 'the', 'back', 'offers', 'very', 'interesting', 'detail.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13284,936,67', 'i', 'love', 'this', 'sweater', 'i', 'was', 'nervous', 'after', 'reading', 'the', 'reviews', 'but', 'ordered', 'it', 'anyway', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'i', 'got', 'it', 'in', 'grey-', 'the', 'tie', 'back/v-back', 'feature', 'is', 'my', 'favorite', 'part', 'flirty', 'and', 'feminine', 'unique', 'but', 'also', 'subtle', 'i', 'do', "n't", 'think', 'the', 'material', 'is', 'scratchy', 'it', 'may', 'not', 'be', 'as', 'soft', 'as', 'some', 'of', 'my', 'other', 'retailer', 'shirts', 'but', 'i', 'would', "n't", 'call', 'it', 'scratchy', 'it', 'was', 'perfectly', 'comfortable', 'to', 'me', 'i', 'will', 'say', 'that', 'it', "'s", 'a', 'little', 'short', 'though', 'i', 'vary', 'between', 'a', 'm', 'and', 'l', 'depending', 'on', 'the', 'shirt', '5', '9', 'long', 'torso', '36c', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13285,909,38', 'perfect', 'fit', 'i', 'ordered', 'this', 'shirt', 'through', 'the', 'website', 'hoping', 'it', 'would', 'look', 'like', 'it', 'did', 'on', 'the', 'model', 'it', 'does', 'very', 'nice', 'thick', 'fabric', 'fits', 'true', 'to', 'size', 'no', 'complaints', 'at', 'all', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13286,862,43', 'romantic', 'lovely', 'holiday', 'blouse', 'flows', 'at', 'the', 'bottom', 'but', 'does', "n't", 'bell', 'out', 'like', 'some', 'tunic', 'blouses', 'the', 'arms', 'are', "n't", 'cut', 'in', 'to', 'much', 'and', 'i', 'found', 'that', 'flattering', 'to', 'my', 'shoulders', 'the', 'velvet', 'and', 'trim', 'is', 'strong', 'and', 'solid', 'while', 'the', 'bottom', 'half', 'has', 'a', 'sweet', 'little', 'polka', 'dot', 'finish', 'charming', 'and', 'romantic', ',5,1,0', 'general', 'tops', 'knits'] ['13287,710,66', 'substantial', 'leggings', 'was', "n't", 'sure', 'about', 'sizing', 'so', 'i', 'ordered', 'the', 'xl', 'and', 'they', 'fit', 'my', '5', '3', '153', 'lb', 'frame', 'they', "'d", 'work', 'for', 'any', 'height', 'because', 'they', 'gathered', 'quite', 'a', 'bit', 'around', 'my', 'ankles', 'but', 'easily', 'adjusted', 'to', 'look', 'like', 'they', 'fit', 'amazingly', 'they', 'do', "n't", 'show', 'the', 'squishy', 'bits', 'at', 'all', 'it', "'s", 'a', 'substantial', 'thick', 'knit', 'i', "'m", 'returning', 'because', 'i', 'do', "n't", 'have', 'the', 'body', 'for', 'these', 'and', 'i', "'m", 'short', 'waisted', 'so', 'the', 'top', 'wide', 'slenderizing', 'part', 'of', 'the', 'waistband', 'starts', 'well', 'above', 'the', 'area', 'where', 'i', 'carry', 'my', 'weight', 'in', 'my', 'tummy', 'mid', 'section', 'i', 'highly', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['13288,936,38', 'weird', 'fit', 'this', 'is', 'cut', 'very', 'strangely', 'i', "'m", 'short', 'waisted', 'and', 'this', 'barely', 'covered', 'my', 'belly', 'button', 'the', 'material', 'is', 'rough', 'and', 'scratchy', 'did', 'not', 'like', 'at', 'all', 'and', 'will', 'be', 'returning', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13289,710,29', 'the', 'best', 'leggings', 'super', 'comfortable', 'while', 'also', 'being', 'very', 'flattering', 'i', "'m", '5', '7', '135', 'lbs', 'and', 'ordered', 'a', 'size', 'small', 'which', 'fits', 'perfectly', 'i', 'get', 'lots', 'of', 'complements', 'on', 'the', 'color', 'which', 'is', 'as', 'pictured', 'love', 'these', 'for', 'yoga', 'climbing', 'and', 'lounging', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['13290,936,32', 'lovely', 'very', 'warm', 'not', 'form', 'fitting', 'i', 'really', 'like', 'this', 'sweater', 'it', 'is', 'surprisingly', 'warm', 'it', 'is', 'not', 'very', 'form', 'fitting', 'which', 'can', 'slenderize', 'but', 'i', 'enjoy', 'layering', 'with', 'a', 'lacy', 'tank', 'and', 'do', "n't", 'have', 'to', 'worry', 'about', 'sucking', 'in', 'the', 'guy', 'either', 'i', "'m", '5', '8', 'and', 'typically', 'wear', 'between', 'a', '6-8', 'the', 'medium', 'was', 'definitely', 'baggy', 'i', 'ended', 'up', 'with', 'a', 'small', 'in', '2', 'colors'] [] ['oh', 'and', 'the', 'bow', 'detail', 'really', 'does', 'add', 'a', 'fanciness', 'to', 'an', 'otherwise', 'comfy/snuggle', 'sweater', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13291,995,48', 'very', 'happy', 'i', 'love', 'this', 'brand', 'and', 'the', '8', 'fits', 'perfect', 'i', 'am', 'typically', 'an', '8', 'in', 'retailer', 'skirts', 'and', 'this', 'is', 'no', 'exception', 'medium', 'to', 'heavy', 'weight', 'soft', 'denim', 'which', 'is', 'more', 'of', 'a', 'darker', 'denim', 'shade', 'with', 'a', 'wide', 'a-line', 'cut', 'the', 'pockets', 'are', 'distinct', 'and', 'give', 'the', 'skirt', 'character', 'it', 'is', 'pretty', 'long', 'and', 'full', 'looking', 'on', 'my', '5', '4', 'inch', 'height', 'i', 'purchased', 'this', 'on', 'sale', 'plus', 'promo', 'and', 'very', 'happy', 'i', 'was', 'able', 'to', 'receive', 'it', 'as', 'it', 'became', 'a', 'sold', 'out', 'style', 'in', 'my', 'size', 'the', 'hem', 'is', 'a', 'wide', 'stitch', 'hem', 'and', 'gives', 'it', 'a', 'nice', 'look', 'i', 'look', 'forwar,5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['13292,823,52', 'top', 'has', 'great', 'colors', 'love', 'this', 'top', 'very', 'flattering', 'and', 'fits', 'true', 'to', 'size', 'top', 'hits', 'below', 'mid', 'thigh.,4,1,0', 'general', 'tops', 'blouses'] ['13293,936,60', 'cute', 'simple', 'sweater', 'this', 'is', 'a', 'nice', 'simple', 'understated', 'sweater', 'i', 'got', 'the', 'green', 'and', 'the', 'navy', 'and', 'they', 'look', 'different', 'enough', 'to', 'keep', 'both', 'it', 's', 'a', 'throw-it-on-over-a-shirt', 'sweater', 'with', 'the', 'right', 'length', 'to', 'let', 'whatever', 'is', 'underneath', 'show', 'and', 'the', 'ribbon', 'tie', 'on', 'the', 'back', 'is', 'a', 'nice', 'touch'] [] ['i', 'also', 'like', 'that', 'the', 'width', 'of', 'the', 'sweater', 'is', 'an', 'alternative', 'to', 'everything', 'that', "'s", 'cut', 'so', 'tightly', 'fitted', 'it', "'s", 'a', 'nice', 'width', 'with', 'some', 'room', 'without', 'being', 'boxy', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13294,936,37', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13295,936,40', 'i', 'purchased', 'this', 'sweater', 'because', 'of', 'the', 'cute', 'unique', 'diagonal', 'design', 'however', 'i', 'was', 'largely', 'disappointed', 'by', 'the', 'fiber', 'of', 'the', 'sweater', 'it', 'is', 'rather', 'coarse', 'to', 'the', 'touch', 'and', 'a', 'bad', 'fit', 'on', 'the', 'model', 'it', 'looks', 'nice', 'but', 'it', 'was', 'large', 'around', 'the', 'torso', 'yet', 'short', 'at', 'the', 'same', 'time', 'creating', 'an', 'awkward', 'and', 'unflattering', 'fit', 'i', 'shall', 'be', 'returning', 'it', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13296,862,26', 'gorgeous', 'this', 'top', 'is', 'gorgeous', 'the', 'picture', 'just', 'does', 'not', 'do', 'it', 'justice', 'i', 'bought', 'it', 'solely', 'based', 'on', 'the', 'one', 'review', 'that', 'said', 'it', 'looks', 'very', 'good', 'and', 'it', 'does', 'the', 'velvet', 'work', 'at', 'the', 'top', 'makes', 'it', 'look', 'very', 'dressy', 'the', 'sleeves', 'are', 'not', 'with', 'big', 'holes', 'that', 'show', 'too', 'much', 'the', 'top', 'and', 'sleeves', 'are', 'perfect', 'i', 'really', 'like', 'this', 'top', 'i', 'ca', "n't", 'believe', 'that', 'the', 'photo', 'does', "n't", 'show', 'it', "'s", 'gorgeousness', 'it', 'looks', 'so', 'much', 'better', 'in-person', 'i', 'so', 'wish', 'it', 'came', 'in', 'more', 'colors', ',4,1,9', 'general', 'tops', 'knits'] ['13297,930,22', 'pretty', 'at', 'first', 'glance', 'i', 'saw', 'this', 'sweater', 'online', 'and', 'have', 'been', 'looking', 'for', 'a', 'unique', 'sleevless', 'sweater', 'for', 'some', 'time', 'now', 'its', 'a', 'very', 'beautiful', 'sweater', 'so', 'i', 'ordered', 'it', 'right', 'away', 'when', 'i', 'saw', 'this', 'design', 'i', 'recieved', 'the', 'sweater', 'in', 'the', 'mail', 'and', 'really', 'wanted', 'to', 'love', 'it', 'but', 'it', 'just', 'was', "n't", 'for', 'me', 'its', 'very', 'well', 'made', 'and', 'thick', 'which', 'i', 'liked', 'but', 'i', 'usually', 'fit', 'in', 'small', 'sized', 'tops', 'for', 'retailer', 'but', 'they', 'did', "n't", 'have', 'a', 'small', 'left', 'in', 'the', 'sizes', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'still', 'ran', 'small', 'i', 'was', 'very', 'surprised', 'its', 'was', 'also', 'disappointing', ',2,0,4', 'general', 'tops', 'sweaters'] ['13298,875,45', 'beautiful', 'sweater', 'i', 'was', 'not', 'sure', 'how', 'this', 'would', 'work', 'on', 'my', 'short', 'stature', 'but', 'it', 'is', 'truly', 'cute', 'the', 'color', 'is', 'a', 'lovely', 'cranberry', 'red', 'and', 'the', 'weight', 'is', 'light', 'and', 'versatile', 'this', 'piece', 'can', 'be', 'worn', 'layered', 'in', 'fall', 'and', 'winter', 'but', 'also', 'with', 'crops', 'or', 'shorts', 'and', 'a', 'tee', 'in', 'the', 'spring', 'and', 'summer.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['13299,829,31', 'cute', 'top', 'overall', 'this', 'top', 'is', 'very', 'cute', 'it', 'needs', 'to', 'be', 'ironed', 'before', 'you', 'can', 'really', 'judge', 'it', "'s", 'cuteness', 'the', 'sleeves', 'are', 'short', 'and', 'feature', 'gold', 'toned', 'plastic', 'buttons', 'for', 'the', 'price', 'of', 'the', 'shirt', 'i', 'thought', 'the', 'buttons', 'looked', 'cheap', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['13300,1038,59', ',love', 'love', 'i', 'am', 'thick', 'in', 'waist', 'and', 'have', 'thinner', 'thighs', 'and', 'legs', 'and', 'these', 'fit', 'beautifully', 'size', 'down', 'one', 'size', 'very', 'comfy', 'no', 'muffin', 'top', 'or', 'tummy', 'rolling', 'over', 'and', 'nice', 'boyfriend', 'look', 'without', 'being', 'too', 'baggy', 'very', 'cute', 'so', 'happy', 'i', 'found', 'these', 'worth', 'trying', 'on.,5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['13301,836,38', 'winner', 'this', 'top', 'is', 'so', 'pretty', 'and', 'easy', 'to', 'wear', 'the', 'material', 'is', 'super', 'soft', 'it', "'s", 'long', 'enough', 'to', 'tuck', 'in', 'as', 'pictured', 'but', 'looks', 'fine', 'untucked', 'the', 'back', 'is', 'gorgeous', 'and', 'will', 'prompt', 'me', 'to', 'wear', 'my', 'hair', 'up', 'to', 'show', 'it', 'off', 'great', 'purchase', 'on', 'retailer', 'weekend', 'i', "'d", 'be', 'surprised', 'if', 'it', 'lasts', 'long', 'enough', 'to', 'make', 'it', 'to', 'sale', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['13302,836,38', ',love', 'this', 'shirt', 'it', 'is', 'long', 'enough', 'in', 'back', 'to', 'wear', 'with', 'leggings', 'it', 'is', 'very', 'cute', 'and', 'casual', 'on', 'not', 'fitted', 'at', 'all', 'i', 'am', '5', '2', 'and', 'ordered', 'a', 'regular', 'size', 'so', 'that', 'it', 'fits', 'longer.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13303,1035,31', 'mostly', 'good', 'i', 'have', 'a', 'curvy', 'figure', 'and', 'have', 'always', 'loved', 'the', 'way', 'pilcro', 'jeans', 'have', 'fit', 'aka', 'plenty', 'of', 'stretch', 'for', 'butt', 'and', 'thighs', 'and', 'small', 'waist', 'i', 'was', 'really', 'excited', 'to', 'try', 'their', 'skinny', 'high', 'waisted', 'version', 'first', 'i', 'do', "n't", 'like', 'the', 'faux', 'whiskering', 'on', 'the', 'jeans', 'i', 'think', 'it', 'makes', 'them', 'look', 'cheap', 'second', 'the', 'fabric', 'had', 'more', 'stretch', 'than', 'i', "'m", 'use', 'to', 'for', 'pilcro', 'denim', 'and', 'made', 'them', 'feel', 'low', 'quality', 'i', 'do', "n't", 'think', 'they', 'are', 'terrible', 'i', 'just', 'think', 'i', 'should', 'have', 'been', 'more', 'careful', 'about', 'reading', 'the', 'percentages', 'of', ',4,1,4', 'general', 'bottoms', 'jeans'] ['13304,875,74', 'versitile', 'stylish', 'great', 'color', 'great', 'fir', 'in', 'between', 'weather'] ['may', 'need', 'shortening', 'but', 'constructed', 'in', 'a', 'way', 'that', 'will', 'make', 'it', 'easy', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13305,789,53', 'cupro', 'like', 'silk', 'amazing', 'dye', 'so', 'unique'] ['you', 'can', 'put', 'in', 'washing', 'machine', 'no', 'prob', 'make', 'sure', 'you', 'put', 'in', 'dryer', 'with', 'a', 'non', 'static', 'dryer', 'sheet', 'for', 'the', 'dress', 'to', 'be', 'super', 'soft', ',5,1,5', 'initmates', 'intimate', 'lounge'] ['13306,1038,30', 'pilcro', 'jeans', 'overall', 'very', 'nice', 'pair', 'of', 'boyfriend', 'style', 'jeans', 'super', 'comfy', 'i', 'asked', 'one', 'of', 'the', 'in', 'store', 'stylist', 'for', 'help', 'styling', 'them-', 'she', 'was', 'very', 'helpful', 'and', 'showed', 'me', 'lots', 'of', 'possibilities', 'for', 'these', 'pants', 'also', 'good', 'for', 'a', 'post-partum', 'tummy', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13307,836,70', 'great', 'quality', 'chambray', 'top', 'chambray', 'top', 'that', 'is', 'soft', 'but', 'thick/heavy', 'so', 'it', 'drapes', 'well', 'and', 'is', 'very', 'flattering', 'on', 'untucked', 'the', 'top', 'is', 'shorter', 'in', 'the', 'front', 'and', 'longer', 'in', 'the', 'back', 'it', 'hangs', 'like', 'a', 'tunic', 'almost', 'a-line', 'so', 'do', 'not', 'size', 'up', 'or', 'you', 'will', 'have', 'too', 'much', 'material', 'i', 'am', 'a', 'sz', 'small', 'in', 'most', 'retailer', 'clothing', 'and', 'the', 'sz', '2', 'fit', 'nicely', 'sz', '4', 'was', 'too', 'loose', 'around', 'my', 'arms', 'and', 'the', 'sz', '0', 'was', 'too', 'tight', 'around', 'my', 'chest', 'nice', 'neckline', 'and', 'a', 'pop', 'of', 'surprise', 'with', 'the', 'gorgeous', 'lace', 'detail', 'in', 'the', 'back', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['13308,1038,38', 'love', 'them', 'i', 'sized', 'down', 'from', 'a', '27', 'p', 'to', 'a', '26', 'p', 'because', 'i', 'like', 'a', 'less', 'loose', 'fit', 'if', 'you', 'want', 'a', 'slight', 'baggy', 'look', 'then', 'go', 'with', 'your', 'usual', 'size', 'i', 'love', 'the', 'style', 'contrasting', 'hem', 'color', 'and', 'slight', 'distressing', 'look', 'great', 'for', 'end', 'of', 'summer', 'into', 'fall', ',5,1,6', 'general', 'petite', 'bottoms', 'jeans'] ['13309,864,41', 'gigantic', 'this', 'looks', 'cute', 'in', 'the', 'web', 'photo', 'unfortunately', 'it', 'is', 'absolutely', 'huge', 'in', 'person', 'i', 'got', 'the', 'small', 'and', 'have', 'to', 'return', 'it', 'because', 'it', 'is', 'not', 'wearable', 'for', 'me', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['13310,872,62', ',very', 'cute', 'top', 'the', 'sleeves', 'were', 'more', 'quarter', 'length', 'on', 'me', 'looks', 'great', 'with', 'jeans,5,1,7', 'general', 'tops', 'knits'] ['13311,1038,39', 'a', 'fun', 'and', 'sassy', 'jean', 'if', 'i', 'could', 'live', 'in', 'pilco', 'jeans', 'i', 'would', 'maybe', 'that', "'s", 'my', 'goal', 'for', '2016.', 'they', 'are', 'so', 'comfortable', 'and', 'flattering', 'i', 'sized', 'down', 'as', 'others', 'and', 'i', "'m", 'really', 'happy', 'with', 'the', 'fit', 'my', 'other', 'pilcos', 'are', 'a', 'skin', 'tight', '30', 'but', 'these', 'are', 'a', 'comfortable', '29', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['13312,1049,38', 'the', 'black', 'band', 'seemed', 'to', 'cut', 'across', 'the', 'widest', 'part', 'of', 'my', 'hips', 'emphasizing', 'them', 'the', 'pants', 'are', 'sheer', 'the', 'fabric', 'was', 'not', 'comfortable', 'against', 'my', 'skin', 'overall', 'the', 'pants', 'were', 'a', 'miss', ',2,0,2', 'general', 'bottoms', 'pants'] ['13313,836,38', 'the', 'top', 'is', 'so', 'soft', 'and', 'the', 'lace', 'detail', 'in', 'the', 'backs', 'makes', 'this', 'your', 'no-so-average', 'chambray', 'top', 'the', 'fit', 'is', 'flattering', 'for', 'a', 'curvy', 'figure', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['13314,1077,63', 'easy', 'dress', 'to', 'love', 'i', 'bought', 'the', 'xs', 'in', 'green', 'and', 'every', 'time', 'i', 'wear', 'it', 'i', 'get', 'compliments', 'all', 'day', 'it', "'s", 'a', 'more', 'youthful', 'style', 'than', 'i', 'usually', 'wear', 'but', 'i', 'could', "n't", 'resist', 'the', 'dark', 'green', 'color', 'i', 'wear', 'this', 'with', 'black', 'leggings', 'and', 'flats', 'and', 'it', "'s", 'a', 'perfect', 'dress', 'for', 'a', 'school', 'day.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13315,1038,42', 'good', 'quality', 'strange', 'fit', 'i', 'love', 'pilcros', 'and', 'tried', 'everything', 'to', 'get', 'these', 'to', 'work', 'one', 'size', 'down', 'two', 'sizes', 'down', 'no', 'matter', 'what', 'they', 'just', 'do', "n't", 'look', 'right', 'the', 'droopy', 'look', 'did', "n't", 'work', 'for', 'me', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['13316,1038,23', 'great', 'jeans', 'great', 'boyfriend', 'style', 'jeans', 'run', 'large', 'though', 'i', 'had', 'to', 'order', 'a', 'size', 'down', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13317,836,63', 'love', 'so', 'comfy', 'and', 'chic', 'this', 'top', 'is', 'so', 'beautiful', 'and', 'well', 'made', 'and', 'the', 'detailing', 'in', 'the', 'back', 'is', 'gorgeous', 'it', "'s", 'unexpected', 'and', 'makes', 'this', 'piece', 'really', 'special', 'it', 'does', 'run', 'a', 'tiny', 'bit', 'large', 'i', "'ve", 'gotten', 'retailer', 'chambray', 'a', 'before', 'and', 'they', 'usually', 'shrink', 'a', 'touch', 'in', 'the', 'wash', 'and', 'then', 'for', 'just', 'right', 'i', 'have', "n't", 'washed', 'this', 'yet', 'but', 'even', 'a', 'little', 'large', 'it', 'fits', 'well', 'and', 'hangs', 'nicely', 'without', 'being', 'overly', 'baggy', 'get', 'this', 'you', 'wo', "n't", 'regret', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13318,1077,33', 'please', 'make', 'this', 'in', 'solid', 'colors', 'i', 'love', 'this', 'silhouette', 'it', 'is', 'such', 'a', 'flattering', 'cut', 'but', 'the', 'prints', 'did', "n't", 'work', 'for', 'me', 'please', 'make', 'this', 'in', 'black', 'or', 'grey', 'or', 'any', 'solid', 'color', 'pretty', 'please', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13319,1035,42', 'not', 'so', 'flattering', 'on', 'the', 'backside', 'i', 'love', 'my', 'very', 'old', 'pilcro', 'stet', 'jeans', 'they', 'are', 'the', 'perfect', 'denim', 'weight', 'and', 'the', 'back', 'pockets', 'are', 'set', 'in', 'a', 'way', 'that', 'is', 'very', 'flattering', 'for', 'the', 'tush', 'not', 'so', 'with', 'the', 'newer', 'pilcros', 'unfortunately', 'the', 'denim', 'is', 'thinner', 'and', 'may', 'have', 'more', 'stretch', 'and', 'they', 'get', 'worn', 'and', 'pill', 'on', 'my', 'inner', 'thighs', 'and', 'the', 'back', 'pockets', 'are', 'set', 'far', 'apart', 'making', 'my', 'back', 'side', 'look', 'unnaturally', 'wide', 'it', "'s", 'a', 'bummer', ',2,0,0', 'general', 'bottoms', 'jeans'] ['13320,1077,31', 'great', 'dress', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'well', 'made', 'i', 'can', 'hardly', 'wait', 'to', 'wear', 'it', 'it', "'s", 'one', 'of', 'my', 'favorite', 'retailer', 'purchases.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13321,930,74', 'great', 'sweater', 'although', 'i', 'find', '150', 'a', 'little', 'pricey', 'for', 'a', 'sleeveless', 'sweater', 'buy', 'it', 'i', 'bought', 'a', 'size', 'medium', 'which', 'fits', 'me', 'exactly', 'it', 'is', 'an', 'off-white', 'which', 'is', 'what', 'i', 'wanted', 'i', 'will', 'be', 'wearing', 'it', 'with', 'a', 'sweater', 'skirt', 'for', 'the', 'sweater', 'dress', 'look', 'it', 'is', 'comfortable', 'and', 'versatile-also', 'with', 'a', 'jacket', ',5,1,4', 'general', 'tops', 'sweaters'] ['13322,1077,24', 'a', 'very', 'blouse-like', 'dress', 'very', 'cute', 'this', 'dress', 'is', 'very', 'cute', 'on', 'very', 'flouncy', 'i', 'know', 'it', 'looks', 'like', 'a', 'gingham', 'dress', 'but', 'it', "'s", 'a', 'more', 'like', 'a', 'silk', 'dress', 'with', 'a', 'gingham', 'pattern', 'the', 'one', 'issue', 'i', 'had', 'was', 'that', 'it', 'ballooned', 'out', 'at', 'the', 'back', 'where', 'you', 'tied', 'it', 'on', 'any', 'size', 'bug', 'or', 'small', 'and', 'i', 'am', 'larger', 'on', 'top', 'so', 'i', 'do', "n't", 'know', 'what', 'would', 'happen', 'with', 'someone', 'with', 'a', 'small', 'chest', 'i', 'would', "n't", 'have', 'minded', 'if', 'it', 'did', 'the', 'same', 'thing', 'on', 'the', 'front', 'but', 'it', 'was', 'just', 'the', 'back', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13323,1038,32', 'great', 'casual', 'i', 'was', 'initially', 'drawn', 'to', 'the', 'shade', 'of', 'blue', 'that', 'these', 'were', 'as', 'i', 'was', 'looking', 'for', 'a', 'lighter', 'late', 'summer', 'denim', 'after', 'trying', 'them', 'on', 'i', 'found', 'that', 'i', 'did', 'not', 'want', 'to', 'take', 'them', 'off', 'they', 'fit', 'well', 'and', 'did', 'not', 'squeeze', 'me', 'anywhere', 'no', 'muffin', 'top', 'as', 'another', 'reviewer', 'noted', 'they', 'are', 'definitely', 'a', 'looser', 'fit', 'so', 'size', 'down', 'i', 'probably', 'could', 'have', 'even', 'sized', 'down', 'again', 'because', 'i', 'found', 'them', 'to', 'stretch', 'out', 'after', 'a', 'while', 'leaving', 'a', 'less', 'flattering', 'fit', 'but', 'certainly', 'still', 's', 'comfortable', 'wear', 'absolutely', 'worth', 'a', 'try', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13324,1038,49', 'not', 'for', 'everyone', 'if', 'these', 'jeans', 'work', 'for', 'you', 'you', "'re", 'a', 'lucky', 'girl', 'the', 'fabric', 'is', 'really', 'thick', 'and', 'soft', 'pocket', 'detail', 'is', 'cool', 'and', 'the', 'hidden', 'multicolored', 'button', 'placket', 'is', 'a', 'nice', 'detail', 'i', 'ordered', 'down', 'a', 'size', 'they', "'re", 'tight', 'across', 'my', 'thighs', 'and', 'seem', 'shorter', 'than', 'a', '30', 'inseam', 'the', 'fit', 'is', 'boxy', 'and', 'not', 'flattering', 'on', 'me', 'but', 'pants', 'are', 'so', 'cute', 'i', 'may', 'keep', 'them', 'anyway', ',2,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13325,1049,47', ',the', 'fabric', 'is', 'quite', 'thin', 'and', 'sheer', 'it', 'runs', 'a', 'little', 'small', 'also', 'that', 'being', 'said', 'they', 'are', 'really', 'beautiful', 'pants', 'especially', 'on', 'sale,4,1,4', 'general', 'bottoms', 'pants'] ['13326,1038,31', 'cute', 'jeans', 'but', 'runs', 'large', 'i', "'m", '5', '2', 'and', '105', 'lbs', 'normally', 'a', 'size', '25', 'petite', 'for', 'most', 'jean', 'brands', 'but', 'learned', 'after', 'receiving', 'my', 'online', 'purchase', 'that', 'these', 'jeans', 'run', 'large', 'i', 'exchanged', 'them', 'for', 'a', 'size', '24', 'petite', 'and', 'thought', 'they', 'fit', 'okay', 'at', 'first', 'but', 'after', 'testing', 'them', 'around', 'the', 'house', 'they', 'kept', 'stretching', 'and', 'i', 'felt', 'like', 'they', 'were', 'going', 'to', 'fall', 'off', 'my', 'waist', 'did', "n't", 'want', 'to', 'wear', 'a', 'belt', 'with', 'these', 'because', 'it', 'distracted', 'from', 'the', 'relaxed', 'style', 'sadly', 'had', 'to', 'return', 'my', 'purchase', ',3,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['13327,1038,56', 'freshly', 'fashionable', 'comfy', 'i', 'just', 'bought', 'these', 'jeans', 'today', 'i', 'absolutely', 'love', 'them'] ['i', 'usually', 'wear', 'a', '25', 'or', '26', 'in', 'any', 'jean', 'depending', 'on', 'the', 'fit', 'i', 'bought', 'these', 'in', 'the', '25', 'regular', 'they', 'fit', 'so', 'perfect', 'they', 'definitely', 'are', 'not', 'a', 'legging', 'fit', 'nor', 'are', 'they', 'a', 'baggy', 'boyfriend', 'style', 'on', 'the', 'tag', 'these', 'jeans', 'are', 'described', 'as', 'a', 'girl', 'fit', 'slim', 'with', 'a', 'dash', 'of', 'ease', 'that', 'describes', 'the', 'fit', 'of', 'these', 'perfectly', 'they', 'are', 'not', 'tight', 'not', 'baggy', 'at', 'all', 'just', 'a', 'bit', 'of', 'ease', 'at', 'least', 'on', 'me', 'i', 'am', '5', '5', 'the', 'regular', 'length', 'is', 'perfect', 'the', 'fab', ',5,1,6', 'general', 'petite', 'bottoms', 'jeans'] ['13328,980,26', 'jacket', 'even', 'better', 'in', 'person', 'this', 'jacket', 'is', 'beautiful', 'the', 'embroidery', 'is', 'very', 'well', 'done', 'the', 'jacket', 'is', 'fully', 'lined', 'in', 'black', 'i', 'usually', 'wear', 'a', 'l/xl', 'and', 'definitely', 'needed', 'the', 'xl', 'as', 'it', 'runs', 'a', 'little', 'small.,5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['13329,1038,44', 'great', 'weekend', 'jean', 'just', 'got', 'these', 'and', 'they', 'are', 'great', 'i', 'ordered', 'mine', 'online', 'and', 'took', 'the', 'advice', 'of', 'many', 'reviewers', 'to', 'size', 'down', 'i', 'usually', 'wear', 'a', '27', 'sometimes', 'a', '26', 'but', 'got', 'these', 'in', 'a', '26', 'and', 'they', 'are', 'perfect', 'the', 'material', 'is', 'soft', 'and', 'stretchy', 'would', 'highly', 'recommend', 'these', 'to', 'all.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['13330,875,47', 'beautiful', 'color', 'i', 'kept', 'coming', 'back', 'to', 'look', 'at', 'this', 'vest', 'for', 'the', 'color', 'and', 'design', 'and', 'finally', 'gave', 'in', 'vest', 'is', 'my', 'favorite', 'when', 'dress', 'layer', 'i', 'hesitate', 'because', 'no', 'descriptions', 'about', 'the', 'model', 'height', 'the', 'vest', 'may', 'look', 'perfect', 'on', 'her', 'and', 'look', 'like', 'a', 'maxi', 'dress', 'on', 'my', '5', '4', 'body', 'it', 'turned', 'out', 'just', 'fine', 'the', 'front', 'is', 'below', 'my', 'knees', 'like', 'the', 'picture', 'of', 'the', 'model', 'i', 'love', 'the', 'beautiful', 'red', 'and', 'the', 'material', 'that', 'stretches', 'just', 'enough', 'for', 'my', 'arms', 'to', 'move', 'around', 'this', 'is', 'definitely', 'a', 'good', 'buy', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['13331,872,27', 'love', 'it', 'i', 'just', 'bought', 'this', 'shirt', 'last', 'week', 'in', 'stores', 'and', 'i', 'love', 'it', 'it', 'looks', 'different', 'on', 'me', 'i', 'bought', 'an', 'xs', 'though', 'i', "'m", '5', '8', '135lbs', 'not', 'typically', 'an', 'xs', 'though', 'i', "'m", 'pretty', 'small', 'on', 'top', 'it', "'s", '3/4', 'sleeves', 'on', 'me', 'and', 'tight', 'at', 'my', 'forarms', 'i', 'love', 'it', 'it', 'so', 'cute', 'and', 'you', 'ca', "n't", 'see', 'in', 'the', 'picture', 'but', 'the', 'design', 'has', 'a', 'tiny', 'bit', 'of', 'shimmer', 'the', 'detail', 'is', 'cut', 'out', 'but', 'not', 'really', 'see', 'though', 'so', 'i', 'do', "n't", 'feel', 'like', 'i', 'have', 'to', 'wear', 'a', 'tank', 'or', 'anything', 'under', 'it', 'as', 'long', 'as', 'i', 'wear', 'a', 'nude', 'bra', 'did', 'i', 'mention', 'i', 'love', 'it', 'i', 'hope', 'i', ',5,1,1', 'general', 'tops', 'knits'] ['13332,836,27', 'love', 'love', 'love', 'this', 'shirt', 'is', 'so', 'great', 'i', 'fell', 'in', 'love', 'with', 'it', 'once', 'i', 'saw', 'the', 'back', 'if', 'you', "'re", 'looking', 'for', 'a', 'classic', 'looking', 'shirt', 'with', 'a', 'little', 'pizzazz', 'this', 'is', 'it', 'i', 'have', 'wide', 'hips', 'and', 'this', 'tank', 'if', 'great', 'because', 'it', "'s", 'a', 'little', 'boxy', 'without', 'making', 'me', 'look', 'huge', 'it', "'s", 'excellent', 'quality', 'and', 'i', 'look', 'forward', 'to', 'wearing', 'this', 'tank', 'all', 'spring', 'and', 'summer', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13333,980,45', 'beautiful', 'substantial', 'jacket', 'i', 'pair', 'this', 'jacket', 'with', 'a', 'black', 'pencil', 'skirt', 'and', 'it', 'looks', 'very', 'put', 'together', 'the', 'embroidery', 'is', 'lovely', 'and', 'well', 'done', 'but', 'the', 'jacket', 'would', 'have', 'been', 'nicer', 'with', 'a', 'polyester', 'lining', 'because', 'it', 'clings', 'a', 'little', 'when', 'you', 'put', 'it', 'on', 'and', 'it', "'s", 'an', 'awfully', 'heavy', 'jacket', 'for', 'the', 'summer', 'but', 'overall', 'i', 'love', 'it', 'and', 'how', 'i', 'look', 'in', 'it', 'i', 'think', 'it', 'runs', 'true', 'to', 'size.,5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13334,829,46', 'beautiful', 'wow', 'i', 'got', 'this', 'top', 'in', 'blue', 'and', 'i', "'m", 'in', 'love', 'love', 'the', 'whole', 'off', 'the', 'shoulder', 'trend', 'and', 'this', 'does', 'not', 'disappoint', 'i', 'sized', 'a', 'bit', 'down', 'usually', 'get', 'a', '2', 'and', 'i', 'got', 'a', '0.', 'since', 'it', 'fits', 'a', 'bit', 'snug', 'and', 'the', 'back', 'shows', 'the', 'fau-', 'tank', 'in', 'the', 'bank', 'i', 'find', 'it', 'really', 'classy', 'like', 'your', 'on-trend', 'but', 'not', 'trying', 'to', 'bare', 'too', 'much', 'skin', 'i', 'think', 'it', 'could', 'even', 'be', 'worn', 'in', 'a', 'professional', 'setting', 'because', 'of', 'that', 'its', 'very', 'upscale', 'looking', 'in', 'the', 'navy'] ['would', 'totally', 'buy', 'different', 'colors', 'if', 'it', 'came', 'in', 'others', 'but', 'i', "'m", 'no', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['13335,1038,22', 'these', 'jeans', 'are', 'adorable', 'i', "'m", 'so', 'sad', 'they', 'did', "n't", 'fit', 'my', 'legs', 'are', 'bigger', 'than', 'the', 'rest', 'of', 'my', 'body', 'but', 'i', 'usually', 'have', 'good', 'luck', 'with', 'wide', 'leg', 'pants', 'if', 'you', 'are', 'looking', 'for', 'wide', 'legs', 'these', 'are', 'not', 'the', 'jeans', 'for', 'you', ',2,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['13336,1038,56', 'super', 'comfortable', 'and', 'flattering', 'i', 'found', 'these', 'jeans', 'to', 'be', 'more', 'fitted', 'than', 'slouchy'] ['for', 'reference', 'i', "'m", '5', '4', 'and', '160', 'i', "'m", 'heavier', 'thru', 'the', 'hips', 'and', 'thighs', 'and', 'ordered', 'both', 'the', '31', '32', 'petite', 'i', 'usually', 'take', '32', 'p', 'in', 'pilcro', 'and', 'the', '32', 'fit', 'well', 'but', 'was', 'by', 'no', 'means', 'slouchy', 'however', 'still', 'very', 'flattering', 'and', 'unique', 'i', 'had', 'purchased', 'the', 'other', 'pilcro', 'em', 'in', '32', 'p', 'and', 'they', 'did', 'fit', 'looser', 'and', 'i', 'would', 'also', 'recommend', 'that', 'style', 'always', 'count', 'on', 'pilcro', 'for', 'great', 'fit', 'and', 'style', ',4,1,6', 'general', 'petite', 'bottoms', 'jeans'] ['13337,1038,49', 'nice', 'jean', 'these', 'were', 'very', 'nice', 'but', 'had', 'to', 'return', 'i', 'have', 'a', 'hard', 'time', 'with', 'jeans', 'as', 'i', 'am', 'big', 'and', 'curvy', 'in', 'hips', 'and', 'butt', 'these', 'were', 'tight', 'in', 'those', 'places', 'and', 'big', 'in', 'the', 'waist', ',3,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['13338,988,23', 'for', 'reference', 'i', 'am', '5', '5', 'and', '145lbs', 'with', 'an', 'hourglass', 'figure', 'and', 'bought', 'a', '8', 'petite', 'instead', 'of', 'my', 'usual', '6', 'because', 'i', 'wanted', 'it', 'to', 'be', 'a', 'bit', 'shorter', 'with', 'the', 'a-line', 'design', 'the', 'skirt', 'fit', 'perfectly', 'but', 'the', 'waistband', 'is', 'not', 'stretchy', 'like', 'the', 'rest', 'of', 'the', 'skirt', 'the', 'quality', 'is', 'great', 'but', 'the', 'design', 'and', 'color', 'is', 'not', 'the', 'skirt', 'is', 'actually', 'much', 'darker', 'of', 'a', 'red', 'than', 'in', 'the', 'picture', 'more', 'like', 'a', 'dark', 'red', 'wine', 'it', 'is', 'super', 'a-line', 'which', 'was', 'not', 'flattering', 'on', 'me', 'and', 'the', 'layers', 'are', 'all', 'individual', 'pieces', 'of', 'fabric', ',3,0,15', 'general', 'petite', 'bottoms', 'skirts'] ['13339,829,38', 'love', 'but', 'difficult', 'fit', 'in', 'maeve', 'i', 'run', 'between', 'a', 'size', '2-4.', 'my', 'regular', 'size', '4', 'was', 'too', 'tight', 'in', 'the', 'shoulders', 'the', 'fabric', 'did', "n't", 'drop', 'off', 'the', 'shoulders', 'like', 'it', 'does', 'on', 'the', 'model', 'it', 'also', 'felt', 'too', 'tight', 'near', 'the', 'back', 'were', 'the', 'button', 'is', 'almost', 'as', 'if', 'there', 'was', 'not', 'enough', 'fabric', 'the', 'sleeves', 'were', 'also', 'too', 'short', 'and', 'tight', 'around', 'the', 'arms', 'sized', 'up', 'to', 'a', '6', 'and', 'all', 'those', 'issues', 'were', 'fixed', 'since', 'this', 'top', 'is', 'billowy', 'anyway', 'the', 'size', 'up', 'really', 'did', "n't", 'mess', 'with', 'the', 'shape', 'of', 'the', 'top', 'love', 'the', 'gold', 'color', 'so', 'pretty', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['13340,836,35', 'staple', 'with', 'a', 'twist', 'love', 'the', 'crochet', 'detail', 'on', 'the', 'back', 'yes', 'it', 'does', 'show', 'the', 'bottom', 'band', 'of', 'your', 'bra', 'i', 'think', 'i', "'m", 'okay', 'with', 'that', 'i', 'had', 'on', 'a', 'magenta', 'colored', 'bra', 'when', 'i', 'tried', 'this', 'on', 'and', 'it', 'was', 'a', 'nice', 'pop', 'of', 'color', 'i', 'think', 'the', 'top', 'runs', 'tts', 'to', 'slightly', 'big', 'if', 'you', "'re", 'in', 'between', 'sizes', 'i', 'would', 'go', 'down', 'i', 'am', 'a', '34b', 'and', 'i', 'ordered', 'a', 'size', '4.', 'so', 'i', 'have', "n't", 'tried', 'on', 'the', '2', 'but', 'i', 'think', 'it', 'would', 'fit', 'too', 'and', 'not', 'be', 'quite', 'as', 'loose', 'in', 'the', 'arm', 'hole', 'area', 'i', "'m", 'sure', 'this', 'top', 'will', 'sell', 'out', 'before', 'it', 'hits', 'sale', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['13341,829,54', 'love', 'this', 'top', 'i', 'wanted', 'this', 'top', 'so', 'bad', 'i', 'ordered', 'one', 'size', 'up', 'only', 'size', 'left', 'in', 'navy', 'and', 'it', 'is', 'a', 'little', 'big', 'but', 'i', 'still', 'love', 'it', 'so', 'fun', 'love', 'the', 'color', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13342,1077,71', 'beautiful', 'but', 'big', 'a', 'really', 'beautiful', 'well', 'made', 'dress', 'runs', 'extremely', 'big', 'though', 'i', "'m", 'not', 'petite', 'by', 'any', 'means', 'and', 'ordered', 'a', 'large', 'but', 'i', "'m", 'positively', 'swimming', 'in', 'it', 'an', 'oversized', 'look', 'works', 'for', 'this', 'particular', 'dress', 'but', 'i', 'think', 'it', "'s", 'supposed', 'to', 'be', 'more', 'fitted', 'so', 'i', 'would', 'recommend', 'sizing', 'down', 'from', 'what', 'you', 'might', 'normally', 'expect', 'for', 'a', 'piece', 'of', 'this', 'style', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13343,1036,40', 'so', 'mixed', 'on', 'these', 'i', "'m", 'obsessed', 'with', 'the', 'cut', 'and', 'style', 'being', "5'11", 'i', 'do', "n't", 'have', 'a', 'lot', 'of', 'good', 'jean', 'options', 'to', 'wear', 'with', 'heels', 'these', 'jeans', 'are', 'amazing', 'fit', 'beautifully', 'but', 'the', 'fabric', 'quality', 'does', "n't", 'seem', 'to', 'be', 'there', 'after', '2', 'wears', 'the', 'seam', 'started', 'separating', 'at', 'the', 'crotch', 'and', 'thus', 'was', "n't", 'the', 'case', 'where', 'i', 'was', 'trying', 'to', 'wiggle', 'into', 'pants', 'too', 'small', 'i', 'ended', 'up', 'returning', 'but', 'may', 'give', 'them', 'another', 'shot', 'at', 'some', 'point', ',4,1,4', 'general', 'bottoms', 'jeans'] ['13344,836,24', 'beautiful', 'material', 'and', 'back', 'crochet', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'grabbed', 'it', 'to', 'try', 'on', 'due', 'to', 'the', 'material', 'and', 'the', 'back', 'i', 'was', 'surprised', 'how', 'nice', 'it', 'felt', 'on', 'and', 'how', 'the', 'back', 'looked', 'i', 'had', 'a', 'blue', 'bra', 'on', 'and', 'it', 'really', 'could', 'not', 'be', 'seen', 'which', 'was', 'a', 'worry', 'i', 'loved', 'how', 'the', 'back', 'lay', 'and', 'that', 'it', 'was', 'shorter', 'in', 'the', 'front', 'even', 'for', 'the', 'sale', 'price', 'it', 'was', 'expensive', 'but', 'i', 'went', 'home', 'with', 'it', 'it', 'will', 'go', 'great', 'with', 'long', 'skirts', 'jeans', 'and', 'any', 'color', 'pants', 'i', 'was', 'very', 'happy', 'to', 'walk', 'out', 'of', 'the', 'store', 'with', 'it', 'i', 'am', '5', '4', 'and', 'about', '120.', 'i', 'have', 'a', 'slende', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13345,872,46', 'on', 'the', 'fence', 'this', 'top', 'is', 'gorgeous', 'but', 'the', 'sleeves', 'are', 'all', 'wrong', 'they', "'re", 'very', 'tight', 'for', 'about', '5', 'at', 'the', 'bottom', 'right', 'up', 'to', 'the', 'elbow', 'making', 'it', 'tight', 'when', 'i', 'bend', 'my', 'arms', 'it', "'s", 'also', 'loose', 'in', 'the', 'armpit', 'area', 'the', 'bottom', 'of', 'the', 'sleeve', 'starts', 'under', 'my', 'chest', 'and', 'is', 'styled', 'that', 'way', 'so', 'i', "'m", 'considering', 'returning', 'i', 'actually', 'drove', 'an', 'hour', 'to', 'the', 'nearest', 'store', 'to', 'size', 'up', 'but', 'the', 'sleeve', 'feels', 'even', 'more', 'tight', 'ugh', 'i', 'love', 'the', 'quality', 'looks', 'otherwise', 'and', 'the', 'front', 'is', 'double', 'layered', 'so', 'no', 'need', 'to', 'layer', 'the', 'front', 'i', ',4,1,0', 'general', 'tops', 'knits'] ['13346,803,30', 'quirky', 'cute', 'okay', 'this', 'is', 'the', 'cutest', 'sleep', 'jumper', 'i', "'ve", 'ever', 'owned', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'even', 'a', 'tiny', 'bit', 'sexy', 'i', 'give', 'it', '4', 'stars', 'because', 'it', "'s", 'a', 'little', 'on', 'the', 'thin', 'side', 'not', 'sheer', 'but', 'close', 'really', 'fun', 'little', 'piece', 'definitely', 'recommend', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['13347,1038,49', 'comfy', 'jeans', 'these', 'jeans', 'run', 'true', 'to', 'size', 'very', 'comfy', 'and', 'i', 'love', 'the', 'frayed', 'bottoms', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13348,1038,30', 'disappointing', 'these', 'jeans', 'were', 'so', 'cute', 'on-', 'wore', 'them', 'a', 'handful', 'of', 'times', 'and', 'they', "'d", 'been', 'washed', 'twice', 'put', 'them', 'on', 'and', 'rip', 'ripped', 'right', 'at', 'the', 'crotch', 'in', 'the', 'front', 'so', 'not', 'fixable-', 'and', 'on', 'vacation', 'no', 'less', 'when', 'i', 'had', 'to', 'scramble', 'to', 'find', 'something', 'else', 'to', 'wear', 'poor', 'quality', 'disappointing', 'and', 'not', 'what', 'i', 'expected', 'from', 'retailer', 'they', 'also', 'run', 'large', 'even', 'for', 'a', 'more', 'relaxed', 'fit-', 'sized', 'down', 'for', 'a', 'good', 'fit.,1,0,1', 'general', 'petite', 'bottoms', 'jeans'] ['13349,1038,29', 'loose', 'in', 'the', 'crotch', 'jegging-like', 'everywhere', 'else', 'i', 'think', 'you', 'have', 'to', 'have', 'stick', 'legs/legs', 'for', 'days', 'for', 'this', 'style', 'to', 'fit', 'as', 'pictured', 'i', 'thought', 'i', 'had', 'found', 'the', 'perfect', 'boyfriend', 'jean', 'but', 'once', 'these', 'babies', 'arrived', 'i', 'was', 'really', 'disappointed', 'the', 'color', 'is', 'slightly', 'brighter', 'than', 'the', 'picture', 'which', 'is', 'fine', 'though', 'i', 'was', 'digging', 'the', 'slightly', 'greyed', 'look'] [] ['anyway', 'these', 'were', 'loose', 'in', 'the', 'waist', 'and', 'crotch', 'and', 'fit', 'snugly', 'everywhere', 'else', 'i', 'have', 'a', 'fairly', 'athletic', 'build', 'so', 'it', "'s", 'not', 'uncommon', 'for', 'me', 'to', 'have', 'issues', 'with', 'fit', 'around', 'the', 'calves', 'and', 'thighs', ',3,0,42', 'general', 'petite', 'bottoms', 'jeans'] ['13350,1038,41', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13351,1038,41', 'comfortable', 'jeans', 'love', 'these', 'funky', 'jeans', 'they', 'are', 'a', 'little', 'baggy', 'like', 'boyfriend', 'jeans', 'i', 'wore', 'them', 'with', 'a', 'linen', 'white', 'tee', 'and', 'wore', 'them', 'dressed', 'up', 'with', 'a', 'silk', 'top', 'and', 'boots', 'for', 'casual', 'friday', 'they', 'are', 'versatile', 'love', 'these', 'jeans', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['13352,803,40', 'it', 'just', 'was', "n't", 'perfectly', 'cozy', 'i', 'love', 'the', 'concept', 'and', 'it', 'fit', 'nice', 'and', 'looked', 'cozy', 'yet', 'a', 'bit', 'sexy', 'however', 'the', 'material', 'was', 'a', 'tiny', 'bit', 'scratchy', 'and', 'warm', 'so', 'with', 'no', 'long', 'sleeves', 'you', 'would', 'have', 'to', 'wear', 'a', 'sweater', 'or', 'something', 'on', 'top', 'and', 'i', 'was', 'looking', 'for', 'a', 'simple', 'one', 'piece', 'i', 'would', 'have', 'loved', 'this', 'and', 'not', 'returned', 'it', 'if', 'the', 'fabric', 'was', 'soft', 'it', 'should', 'be', 'it', "'s", 'all', 'about', 'being', 'cozy', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['13353,1038,38', 'cute', 'jeans', 'so', 'let', 'me', 'start', 'by', 'saying', 'i', 'love', 'non-skinny', 'cut', 'jeans', 'i', "'m", 'a', 'curvy', 'athletic', 'type', 'with', 'thick', 'legs', 'so', 'when', 'a', 'jeans', 'comes', 'around', 'with', 'a', 'generous', 'fit', 'i', "'m", 'thrilled', 'these', 'jeans', 'are', 'generously', 'cut', 'through', 'the', 'hips', 'and', 'waist', 'giving', 'it', 'a', 'boyfriend', 'type', 'of', 'cut', 'the', 'denim', 'is', 'soft', 'like', 'your', 'old', 'favorite', 'pair', 'of', 'jeans', 'that', 'have', 'been', 'washed', '1000', 'times', 'i', 'did', 'size', 'down', 'one', 'size', 'and', 'probably', 'could', 'have', 'gone', 'down', 'one', 'more', 'size', 'but', 'i', 'still', 'want', 'a', 'bit', 'of', 'a', 'looser', 'cut', 'pilcro', 'denim', 'always', 'has', 'stretch', 'in', 'the', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13354,393,26', 'love', 'retailer', 'bathing', 'suits', 'perfect', 'fit', 'and', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'i', 'buy', 'all', 'my', 'suits', 'from', 'here', 'now', ',5,1,0', 'initmates', 'intimate', 'swim'] ['13355,875,52', ',love', 'this', 'so', 'much', 'i', 'have', 'received', 'so', 'manu', 'compliments', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13356,1038,56', 'good', 'alternative', 'to', 'boy', 'jeans', 'let', 'me', 'begin', 'by', 'saying', 'i', 'own', 'quite', 'few', 'pilcro', 'jeans', 'the', 'script', 'and', 'hyphen', 'to', 'name', 'a', 'few', 'absolutely', 'love', 'them', 'they', 'fit', 'tts', 'super', 'soft', 'with', 'just', 'the', 'right', 'amount', 'of', 'stretch', 'the', 'em', 'jean', 'have', 'the', 'perfect', 'retro', 'look', 'super', 'soft', 'with', 'just', 'enough', 'relaxed', 'fit', 'to', 'still', 'look', 'stylish', 'unfortunately', 'i', 'noticed', 'that', 'they', 'have', 'gone', 'up', 'in', 'price', 'a', 'bit', 'since', 'they', 'were', 'introduced', 'as', 'the', 'signature', 'jean', 'for', 'retailer', 'andddddd', 'they', 'are', 'no', 'longer', 'made', 'in', 'the', 'usa', 'but', 'in', 'china', 'so', 'you', 'may', 'need', 'to', 'try', 'on', ',4,1,8', 'general', 'petite', 'bottoms', 'jeans'] ['13357,1074,57', 'while', 'the', 'dress', 'is', 'pretty', 'it', "'s", 'a', 'lot', 'more', 'boring', 'than', 'it', 'seems', 'online', 'the', 'box', 'top', 'is', 'actually', 'a', 'completely', 'separate', 'piece', 'which', 'is', 'kind', 'of', 'neat', 'you', 'can', 'choose', 'to', 'remove', 'it', 'or', 'not', 'the', 'box', 'top', 'is', 'very', 'wide', 'much', 'wider', 'than', 'on', 'the', 'model', 'and', 'very', 'unflattering', 'also', 'the', 'dress', 'is', 'a', 'stiff', 'silk', 'fabric', 'and', 'does', "n't", 'flow', 'like', 'you', 'would', 'think', 'it', 'would', 'returning', 'it', ',3,1,28', 'general', 'dresses', 'dresses'] ['13358,870,24', 'love', 'this', 'top', 'this', 'is', 'a', 'sweet', 'lightweight', 'top', 'that', 'i', 'will', 'wear', 'again', 'and', 'again', 'nice', 'touches', 'in', 'the', 'front', 'and', 'back', 'little', 'keyhole', 'opening', 'with', 'two', 'buttons', 'at', 'the', 'neck', 'in', 'back', ',5,1,11', 'general', 'petite', 'tops', 'knits'] ['13359,870,47', 'boxy', 'short', 'and', 'unflattering', 'ordered', 'this', 'top', 'online', 'as', 'i', 'loved', 'the', 'colors', 'and', 'design', 'but', 'i', 'should', 'have', 'listened', 'to', 'the', 'other', 'reviewers', 'i', 'ordered', 'my', 'usual', 'size', 'm', 'and', 'it', 'was', 'just', 'very', 'unflattering', 'it', 'was', 'short', 'and', 'wide', 'not', 'at', 'all', 'like', 'it', "'s", 'pictured', 'on', 'the', 'model', 'needless', 'to', 'say', 'it', 'was', 'immediately', 'shipped', 'back', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['13360,870,62', 'not', 'like', 'the', 'picture', 'at', 'all', 'i', 'ordered', 'my', 'usual', 'medium', 'the', 'tops', 'length', 'came', 'only', 'to', 'my', 'waist', 'and', 'was', 'wide', 'and', 'unflatering', 'the', 'armholes', 'were', 'right', 'under', 'my', 'arms', 'too', 'bad', 'as', 'this', 'looked', 'so', 'cute', 'in', 'the', 'picture', 'i', 'returned.,2,0,6', 'general', 'petite', 'tops', 'knits'] ['13361,975,54', 'pleasant', 'surprise', 'this', 'outfit', 'was', 'online', 'for', 'months', 'with', 'no', 'review', 'so', 'i', 'was', 'skeptical', 'to', 'order', 'but', 'very', 'glad', 'i', 'did', 'as', 'it', 'is', 'better', 'in', 'person'] ['it', 'is', 'beautiful', 'high', 'quality', 'tommy', 'bahama', 'inspired', 'suit', 'i', 'am', '55', 'so', 'short', 'shorts', 'are', 'risky', 'even', 'though', 'i', 'am', 'a', 'typical', 'size', '4', 'or', '6.', 'i', 'took', 'a', '4', 'in', 'the', 'blazer', 'and', 'i', 'am', 'typically', 'a', 'high', '4', 'or', 'low', '6', 'in', 'size', 'so', 'i', 'would', 'say', 'the', 'blazer', 'is', 'very', 'true', 'to', 'size', 'i', 'took', 'the', 'size', '8', 'in', 'the', 'shorts', 'as', 'i', 'felt', 'they', 'ran', 'small', 'and', 'i', 'wanted', 'the', 'extra', 'length', 'they', 'ride', 'a', 'bit', 'lower', 'on', 'my', 'waist', 'an', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['13362,866,48', 'i', 'like', 'it', 'in', 'xxs', 'i', 'think', 'i', 'ordered', 'this', 'in', 'an', 'xxs', 'because', 'of', 'the', 'other', 'reviews', 'making', 'it', 'sound', 'like', 'it', 'ran', 'large', 'and', 'i', "'m", 'happy', 'with', 'the', 'size', 'and', 'overall', 'look', 'of', 'this', 'tee', 'on', 'me', 'i', "'m", '5', '3', 'about', '105', 'lbs', 'and', '34aa', 'i', 'generally', 'order', 'xs', 'or', 'xspetite', 'the', 'cuffs', 'of', 'the', 'sleeves', 'are', 'pretty', 'tight', 'and', 'the', 'v-neck', 'is', 'higher', 'than', 'i', "'d", 'like', 'but', 'otherwise', 'i', 'really', 'like', 'the', 'loose', 'casual', 'fit', 'there', "'s", 'no', 'armhole', 'seam', 'they', "'re", 'dolman', 'sleeves', 'the', 'tee', 'i', 'got', 'translates', 'to', 'the', 'beautiful', 'coast', 'it', 'does', 'say', 'made', 'in', 'usa', 'on', 'the', 'label', 'a', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13363,866,28', 'comfy', 'and', 'cute', 'super', 'cute', 'and', 'comfy', 'perfect', 'for', 'fall', 'and', 'winter', 'apre', 'ski', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings', 'and', 'ankle', 'boots', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13364,870,44', 'amazing.', 'i', 'had', 'my', 'eyes', 'on', 'this', 'top', 'ever', 'since', 'i', 'saw', 'it', 'online', 'i', 'could', "n't", 'be', 'happier', 'with', 'it', 'it', 'is', 'very', 'comfortable', 'flattering', 'and', 'unique', 'i', 'think', 'it', 'will', 'wear', 'well', 'into', 'the', 'fall', 'with', 'black', 'skinnies', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['13365,948,24', 'stunning', 'this', 'sweater', 'is', 'so', 'beautiful', 'on', 'it', 'is', 'thick', 'material', 'but', 'does', 'not', 'make', 'you', 'look', 'boxy', 'it', 'fits', 'so', 'nicely', 'and', 'is', 'flattering', 'the', 'design', 'is', 'just', 'gorgeous', 'if', 'you', 'are', 'considering', 'this', 'sweater', 'get', 'it', 'you', 'wo', "n't", 'regret', 'it'] [] ['i', "'m", 'normally', 'a', 'small', '4-6', 'and', 'i', 'ordered', 'a', 'small', 'it', 'fits', 'true', 'to', 'size', 'the', 'fit', 'is', 'perfect', 'so', 'if', 'you', 'want', 'it', 'slightly', 'more', 'relaxed', 'order', 'one', 'size', 'up', ',5,1,4', 'general', 'tops', 'sweaters'] ['13366,866,33', 'boxy', 'large.', 'boxy', 'unflattering', 'and', 'large'] [] ['i', "'m", '5', '2', 'and', 'a', 'curvy', '135', 'pounds', 'this', 'top', 'size', 's', 'swallowed', 'me', 'had', 'no', 'shape', 'and', 'the', 'material', 'did', "n't", 'feel', 'great', 'either', 'i', 'would', "n't", 'even', 'purchase', 'it', 'on', 'sale', 'there', 'are', 'other', 'graphic', 'tees', 'that', 'are', 'much', 'nicer', 'i', "'ll", 'be', 'sticking', 'to', 'splendid', 'and', 'sundry', ',3,0,2', 'general', 'petite', 'tops', 'knits'] ['13367,1074,45', 'cheaply', 'made', 'i', 'liked', 'it', 'online', 'but', 'i', 'did', "n't", 'want', 'to', 'pay', 'shipping', 'for', 'something', 'i', 'was', "n't", 'sure', 'if', 'it', 'is', 'good', 'when', 'i', 'saw', 'one', 'size', '4', 'in', 'the', 'store', 'i', 'was', 'excited', 'to', 'try', 'it', 'on', 'however', 'it', 'did', "n't", 'quite', 'meet', 'the', 'expectation', 'the', 'dress', 'fits', 'a', 'little', 'loose', 'donna', 'morgan', 'size', '2', 'fits', 'me', 'better', 'and', 'it', 'is', 'not', 'lined', 'at', 'all', 'the', 'separate', 'top', 'piece', 'is', 'just', 'way', 'too', 'big', 'without', 'any', 'shape', 'there', 'must', 'be', 'a', 'clip', 'on', 'the', 'back', 'of', 'the', 'top', 'shown', 'on', 'the', 'model', 'to', 'make', 'it', 'look', 'smaller', 'i', 'love', 'the', 'blue', 'floral', 'print', 'but', 'that', 'is', 'the', 'o', ',3,0,6', 'general', 'dresses', 'dresses'] ['13368,1072,43', 'retro', 'awesomeness', 'super', 'comfortable', 'and', 'cute', 'i', 'have', 'received', 'tons', 'of', 'compliments', 'one', 'this', 'dress', 'the', 'material', 'is', 'soft', 'and', 'the', 'print/colors', 'are', 'awesome', 'this', 'dress', 'will', 'get', 'a', 'lot', 'of', 'use', 'over', 'fall', 'winter', 'and', 'spring', 'runs', 'a', 'little', 'big', 'i', 'am', 'typically', 'a', 's', 'but', 'chose', 'the', 'xs', 'love', 'love', 'love', ',5,1,0', 'general', 'dresses', 'dresses'] ['13369,1099,41', 'very', 'cute', 'well', 'made', 'this', 'dress', 'is', 'short', 'but', 'super', 'flattering', 'i', 'was', 'surprised', 'when', 'i', 'tried', 'it', 'on', 'in-store', 'that', 'i', 'liked', 'it', 'as', 'much', 'as', 'i', 'did', 'the', 'lace', 'detail', 'around', 'the', 'neck', 'is', 'unique', 'and', 'beautiful', 'i', "'m", '135', '5', '8', '32dd', 'and', 'the', 'small', 'fits', 'perfectly', 'it', "'s", 'easy', 'to', 'wear', 'and', 'can', 'be', 'dressed', 'down', 'with', 'tights', 'and', 'boots', 'or', 'dressed', 'up', ',5,1,0', 'general', 'dresses', 'dresses'] ['13370,1072,64', 'love', 'this', 'dress', 'wanted', 'this', 'dress', 'several', 'months', 'ago', 'but', 'it', 'was', 'out', 'of', 'stock', 'finally', 'was', 'able', 'to', 'order', 'and', 'very', 'glad', 'i', 'did', 'it', 'is', 'perfect', 'it', 'fits', 'exactly', 'as', 'i', 'had', 'hoped', 'the', 'length', 'is', 'great', 'right', 'above', 'my', 'knee', 'and', 'it', 'hangs', 'beautifully', 'looks', 'great', 'with', 'my', 'caramel', 'colored', 'boots', 'and', 'i', 'received', 'many', 'compliments', 'just', 'hoping', 'they', 'do', 'some', 'more', 'drop', 'waist', 'dresses', 'especially', 'for', 'summer', ',5,1,0', 'general', 'dresses', 'dresses'] ['13371,909,60', 'beautiful', 'but', 'not', 'for', 'everyone', 'at', 'the', 'beginning', 'of', 'the', 'season', 'i', 'lusted', 'over', 'an', 'ivory', 'haute', 'couture', 'side-sliced', 'tunic', 'so', 'much', 'that', 'i', 'almost', 'sprang', 'for', 'the', '800', 'price', 'tag', 'when', 'i', 'saw', 'this', 'at', 'retailer', 'i', 'realized', 'it', 'was', 'similar', 'but', 'had', 'certain', 'design', 'elements', 'that', 'made', 'it', 'even', 'more', 'unique', 'than', 'the', 'other', 'i', 'just', 'received', 'it', 'and', 'i', 'was', 'not', 'disappointed', 'that', 'cable', 'neckline', 'is', 'beautiful', 'the', '3/4', 'sleeves', 'are', 'perfect', 'to', 'show', 'off', 'a', 'bracelet', 'or', 'two', 'and', 'whether', 'worn', 'with', 'skinny', 'jeans', 'as', 'shown', 'or', 'wide', 'leg', 'trousers', 'as', 'the', 'haute', ',4,1,16', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13372,909,34', 'runs', 'true', 'to', 'size', 'but', 'some', 'details', 'were', 'not', 'as', 'expected', 'the', 'slit', 'is', 'only', 'on', 'one', 'side', 'and', 'the', 'look', 'is', 'more', 'like', 'sweater', 'dress', 'than', 'sweater', 'tunic', 'the', 'length', 'is', 'not', 'as', 'long', 'as', 'pictured', 'on', 'the', 'model', 'i', "'m", '5', '7', 'and', 'the', 'sweater', 'ends', 'half', 'an', 'inch', 'below', 'knees'] ['the', 'side', 'slit', 'starts', 'too', 'high', 'my', 'waist', 'is', 'exposed', 'unless', 'i', 'wear', 'high', 'waisted', 'leggings'] ['other', 'than', 'that', 'the', 'sweater', 'is', 'darling', 'the', 'cotton', '68', 'and', 'acrylic', '32', 'thread', 'is', 'soft', 'and', 'thin', 'not', 'bulky', 'at', 'all', 'the', 'sweater', 'stretches', 'lightly', 'with', 'wear', 'a', ',4,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13373,1072,35', 'great', 'dress', 'poor', 'stitching', 'after', 'the', 'second', 'wash', 'the', 'stitching', 'in', 'the', 'armpits', 'completely', 'fell', 'apart', 'after', 'sewing', 'it', 'back', 'up', 'wearing', 'it', 'and', 'washing', 'it', 'a', 'third', 'time', 'the', 'stitching', 'in', 'the', 'other', 'armpit', 'completely', 'fell', 'apart', 'as', 'well', 'not', 'sure', 'if', 'this', 'was', 'just', 'a', 'fluke', 'but', 'it', 'was', 'very', 'disappointing', 'now', 'that', 'both', 'armpits', 'are', 'sewn', 'and', 'all', 'other', 'stitches', 'are', 'intact', 'i', 'must', 'say', 'that', 'this', 'is', 'a', 'great', 'dress', 'i', 'would', 'have', 'returned', 'the', 'dress', 'to', 'retailer', 'but', 'i', "'ve", 'already', 'washed', 'and', 'worn', 'it', 'so', 'again', 'very', 'disappointing', 'i', 'would', 'say', ',2,1,2', 'general', 'dresses', 'dresses'] ['13374,1153,42', 'hook', 'and', 'eye', 'issues', 'with', 'all', 'of', 'the', 'glowing', 'reviews', 'of', 'this', 'dress', 'i', 'so', 'badly', 'wanted', 'to', 'adore', 'this', 'very', 'special', 'cocktail', 'dress', 'it', 'fit', 'nicely', 'the', 'quality', 'was', 'great', 'but', 'there', 'is', 'a', 'decorative', 'line', 'of', 'hook', 'and', 'eyes', 'down', 'the', 'front', 'which', 'come', 'undone', 'with', 'the', 'slightest', 'movement', 'i', 'wore', 'the', 'dress', 'out', 'one', 'time', 'and', 'was', 'paranoid', 'the', 'entire', 'time', 'kept', 'glancing', 'down', 'to', 'make', 'sure', 'i', 'had', "n't", 'come', 'undressed', 'i', 'suppose', 'i', 'could', "'ve", 'gotten', 'out', 'the', 'needlenose', 'and', 'crimped', 'them', 'all', 'shut', 'but', 'decided', 'to', 'take', 'it', 'back', 'i', 'did', "n't", 'see', 'tha', ',2,0,6', 'general', 'dresses', 'dresses'] ['13375,936,28', 'so', 'cozy', 'love', 'it.', 'i', 'have', 'a', 'number', 'of', 'sweaters', 'from', 'moth', 'and', 'they', 'never', 'disappoint', 'the', 'ones', 'made', 'with', 'this', 'ultra', 'soft', 'and', 'warm', 'yarn', 'are', 'my', 'favorite', 'i', 'bought', 'both', 'colors', 'i', 'wear', 'it', 'with', 'jeans', 'or', 'dressier', 'clothes', 'i', "'d", 'say', 'it', "'s", 'very', 'versatile', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13376,936,38', 'beautifully', 'knit', 'sweater', 'the', 'ivory', 'color', 'needs', 'a', 'little', 'camisole', 'or', 'tank', 'underneath', 'the', 'sweater', 'is', 'beautifully', 'knit', 'and', 'has', 'a', 'soft', 'and', 'nubby', 'texture', 'hope', 'it', 'washes', 'well', 'maybe', 'size', 'up', 'if', 'you', 'want', 'a', 'looser', 'relaxed', 'feel', 'hits', 'me', 'right', 'around', 'the', 'hip', 'bone', 'and', 'i', 'am', '5', '8', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'with', 'accessories', ',5,1,12', 'general', 'petite', 'tops', 'sweaters'] ['13377,909,53', 'i', 'love', 'this', 'sweater', 'because', 'it', 'is', 'an', 'edge', 'to', 'it', 'fit', 'is', 'true', 'to', 'size', 'and', 'its', 'soft', 'and', 'confortable', ',5,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13378,1153,37', 'too', 'big', 'due', 'to', 'the', 'black', 'sheath', 'being', 'out', 'of', 'stock', 'in', 'all', 'sizes', 'for', 'quite', 'some', 'time', 'i', 'took', 'my', 'chances', 'ordering', 'an', '8p', 'in', 'navy', 'which', 'was', 'way', 'too', 'big', 'on', 'me', 'i', 'also', 'didnt', 'love', 'the', 'navy', 'i', 'wish', 'i', 'could', 'try', 'the', '6', 'or', '6p', 'in', 'black', 'but', 'out', 'of', 'stock', 'and', 'would', "n't", 'arrive', 'in', 'time', 'for', 'my', 'events', 'sadly', 'returning', ',3,1,1', 'general', 'dresses', 'dresses'] ['13379,1059,53', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13380,1072,31', 'comfortable', 'boho', 'dress', 'gorgeous', 'pattern', 'even', 'prettier', 'in', 'person', 'runs', 'slightly', 'large', 'in', 'my', 'opinion', 'could', 'size', 'down', 'nice', 'to', 'have', 'as', 'a', 'petite', 'option', ',5,1,1', 'general', 'dresses', 'dresses'] ['13381,1072,40', 'beautiful', 'print', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'loved', 'the', 'print', 'so', 'much', 'i', 'had', 'to', 'try', 'it', 'on', 'i', 'definitely', 'do', 'not', 'own', 'anything', 'like', 'this', 'i', 'tried', 'on', 'a', 'm', 'i', 'agree', 'that', 'it', 'runs', 'large', 'on', 'my', 'petite', 'hourglass', 'frame', 'it', 'was', 'a', 'bit', 'overwhelming', 'however', 'i', 'was', 'prepared', 'for', 'that', 'paired', 'it', 'with', 'a', 'brown', 'belt', 'absolutely', 'loved', 'it', 'the', 'belt', 'made', 'the', 'dress', 'a', 'little', 'shorter', 'definitely', 'accentuated', 'my', 'curves', 'in', 'a', 'good', 'way', 'such', 'a', 'beautiful', 'casual', 'dress', 'that', 'is', 'actually', 'comfortable', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'with', 'tights', 'with', ',5,1,0', 'general', 'dresses', 'dresses'] ['13382,1072,41', 'beautifully', 'bohemian', 'i', 'just', 'love', 'this', 'dress', 'it', 'is', 'so', 'pretty', 'and', 'feminine', 'and', 'comfortable', 'the', 'colors', 'and', 'patterns', 'are', 'perfect', 'for', 'both', 'spring', 'and', 'fall', 'and', 'i', 'know', 'that', 'this', 'is', 'one', 'piece', 'that', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'originally', 'i', 'thought', 'the', 'cut', 'would', 'be', 'a', 'bit', 'boxy', 'but', 'it', 'is', 'not', 'at', 'all', 'in', 'fact', 'the', 'fabric', 'is', 'beautiful', 'soft', 'and', 'flowy', 'with', 'a', 'lovely', 'bohemian', 'aesthetic', 'it', 'looks', 'great', 'with', 'tights', 'tall', 'boots', 'and', 'a', 'big', 'floppy', 'wool', 'hat', 'any', 'one', 'considering', 'this', 'dress', 'should', 'defiantly', 'try', 'it', 'on', 'as', 'it', 'is', 'highly', 'u', ',5,1,1', 'general', 'dresses', 'dresses'] ['13383,1153,82', 'perfect', 'lnd', 'little', 'navy', 'dress', 'i', 'originally', 'wanted', 'the', 'black', 'in', '00p', 'but', 'it', 'was', "n't", 'available', 'around', 'the', 'date', 'of', 'my', 'husband', "'s", 'company', 'party', 'i', 'was', 'bummed', 'out', 'until', 'my', '2nd', 'choice', 'the', 'navy', 'was', 'delivered', 'and', 'wow', 'i', 'love', 'this', 'dress', 'i', 'felt', 'stunning', 'without', 'having', 'to', 'show', 'much', 'skin', 'i', 'followed', 'another', 'reviewer', "'s", 'advice', 'and', 'applied', 'pliers', 'to', 'the', 'front', 'fasteners', 'the', 'zipper', 'in', 'the', 'back', 'is', 'all', 'it', 'takes', 'to', 'slip', 'in', 'to', 'this', 'hot-mama', 'piece', 'i', 'wore', 'this', 'dress', 'with', 'a', 'simple', 'gold', 'cuff', 'neutral', 'colored', 'pumps', 'and', 'a', 'gold', 'clutch', 'i', 'look', 'forwar', ',5,1,4', 'general', 'dresses', 'dresses'] ['13384,1072,26', 'beautiful', 'print', 'this', 'is', 'a', 'gorgeous', 'dress', 'the', 'print', 'is', 'beautiful', 'and', 'unique', 'however', 'because', 'it', 'is', 'baggy', 'the', 'dress', 'does', 'run', 'big', 'on', 'smaller', 'frames', 'i', 'would', 'definitely', 'recommend', 'sizing', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['13385,1153,29', 'i', 'love', 'this', 'dress', 'fabulous', 'dress', 'i', 'was', 'looking', 'for', 'that', 'one', 'dress', 'that', 'i', 'could', 'spend', 'a', 'little', 'money', 'on', 'and', 'wear', 'to', 'a', 'variety', 'of', 'events', 'mostly', 'weddings', 'i', 'received', 'tons', 'of', 'compliments', 'and', 'was', 'very', 'comfortable', 'in', 'it', 'the', 'hooks', 'on', 'the', 'front', 'of', 'the', 'dress', 'to', 'start', 'to', 'unhook', 'themselves', 'if', 'you', 'do', "n't", 'really', 'clamp', 'down', 'on', 'them', 'but', 'that', 'was', 'the', 'only', 'issue', 'i', 'do', "n't", 'know', 'how', 'flattering', 'this', 'would', 'be', 'on', 'shorter', 'ladies', 'only', 'because', 'it', 'ends', 'right', 'around', 'your', 'knees', ',5,1,1', 'general', 'dresses', 'dresses'] ['13386,811,66', 'runs', 'small', 'this', 'is', 'baby', 'soft', 'and', 'a', 'great', 'basic', 'i', 'ordered', 'my', 'normal', 'size', 'large', 'and', 'it', 'clings', 'in', 'an', 'unattractive', 'way', 'so', 'you', 'might', 'want', 'to', 'size', 'up', 'for', 'a', 'better', 'fit', 'if', 'you', "'re", 'not', 'going', 'to', 'wear', 'it', 'as', 'a', 'layer', 'the', 'black', 'color', 'is', 'saturated', 'in', 'a', 'good', 'way', 'it', "'s", 'also', 'very', 'long', 'but', 'i', "'m", 'short', 'so', 'this', 'would', 'be', 'perfect', 'for', 'taller', 'frames.,5,1,0', 'initmates', 'intimate', 'lounge'] ['13387,967,29', 'love', 'this', 'jacket', 'i', 'love', 'this', 'jacket', 'i', 'was', 'hesitant', 'to', 'order', 'but', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', "'s", 'such', 'a', 'cute', 'unique', 'blazer', 'to', 'add', 'to', 'my', 'wardrobe', 'fit', 'is', 'very', 'true', 'to', 'size', 'for', 'a', 'blazer', ',5,1,0', 'general', 'jackets', 'jackets'] ['13388,936,31', 'comfy', 'cozy', 'i', 'was', 'in', 'search', 'of', 'a', 'few', 'sweaters', 'that', 'were', 'functional', 'for', 'the', 'winter', 'but', 'also', 'fit', 'my', 'style', 'i', 'will', 'have', 'to', 'wear', 'a', 'camisole', 'underneath', 'but', 'i', 'love', 'the', 'feel', 'and', 'the', 'fit', 'i', 'always', 'have', 'a', 'problem', 'finding', 'sleeves', 'that', 'are', 'long', 'enough', 'the', 'sleeves', 'are', 'an', 'appropriate', 'length', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13389,1072,35', 'love', 'this', 'dress', 'i', 'love', 'this', 'dress', 'perfect', 'with', 'high', 'boots', 'and', 'the', 'quality', 'of', 'fabric', 'looks', 'and', 'feels', 'great', 'fits', 'just', 'like', 'it', 'shows', 'in', 'the', 'picture'] [] ['i', 'am', 'size', '6', 'and', 'i', 'ordered', 'the', 'medium', 'and', 'its', 'flows', 'well', 'on', 'me', 'i', 'like', 'it', 'a', 'little', 'looser', 'for', 'that', 'boho', 'look', ',5,1,0', 'general', 'dresses', 'dresses'] ['13390,936,25', 'thick', 'and', 'cozy', 'great', 'sweater', 'cozy', 'and', 'thick', 'the', 'bands', 'at', 'the', 'waist', 'and', 'wrists', 'help', 'keep', 'this', 'sweater', 'in', 'place', 'the', 'loopy', 'knitted', 'fabric', 'adds', 'a', 'bit', 'of', 'texture', 'to', 'the', 'gray', 'which', 'makes', 'it', 'a', 'little', 'more', 'exciting', 'than', 'your', 'average', 'gray', 'sweater', 'i', 'got', 'a', 'small', 'and', 'it', 'fit', 'perfectly.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13391,811,32', 'great', 'basic', 'i', 'have', 'this', 'in', 'the', 'blue/teal', 'color', 'and', 'i', 'love', 'it', 'so', 'far', 'i', "'m", 'considering', 'buying', 'it', 'in', 'other', 'colors', 'this', 'tee', 'is', 'stretchy', 'comfortable', 'and', 'soft', 'even', 'after', 'being', 'washed', 'a', 'few', 'times', 'it', 'fit', 'true', 'to', 'size', 'on', 'me', 'xs', 'although', 'it', "'s", 'a', 'bit', 'form-hugging', 'so', 'if', 'you', 'want', 'a', 'looser', 'fit', 'consider', 'sizing', 'up', 'the', 'only', 'thing', 'about', 'the', 'blue', 'is', 'that', 'it', "'s", 'not', 'quite', 'as', 'dark', 'as', 'in', 'the', 'photo', 'on', 'the', 'website', 'i', 'wish', 'retailer', 'would', 'make', 'these', 'kinds', 'of', 'basic', 'tees', 'more', 'often', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['13392,1072,39', 'size', 'down', 'please', 'i', 'love', 'this', 'dress', 'because', 'it', "'s", 'so', 'comfortable', 'and', 'has', 'this', 'hippie', 'peasant', 'vibe', 'that', 'i', 'do', "n't", 'generally', 'wear', 'plus', 'it', "'s", 'a', 'three', 'season', 'dress', 'with', 'pockets', 'bought', 'the', 'medium', 'but', 'i', 'should', 'have', 'sized', 'down', 'to', 'a', 'small', 'on', 'top', 'i', "'m", 'a', 'm/l', 'girl', 'and', 'the', 'medium', 'is', 'huge', 'i', "'m", 'not', 'going', 'to', 'exchange', 'since', 'i', 'wear', 'a', 'sweater', 'over', 'it', 'right', 'now', 'this', 'dress', 'looks', 'good', 'with', 'or', 'without', 'a', 'belt', 'with', 'long', 'boots', 'booties', 'and', 'sandals', 'so', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'dresses', 'dresses'] ['13393,1153,39', 'gorgeous', 'classic', 'in', 'navy', 'byron', 'lars', 'knows', 'how', 'to', 'make', 'you', 'look', 'like', 'a', 'woman', 'with', 'his', 'magical', 'dresses', 'i', 'decided', 'to', 'get', 'the', 'navy', 'i', 'also', 'own', 'the', 'sold-out', 'marguerite', 'aka', 'carissima', 'in', 'bronze', 'instead', 'of', 'the', 'black', 'or', 'white', 'since', 'everyone', 'and', 'their', 'mother', 'owns', 'it', 'already', 'the', 'lace', 'of', 'the', 'top', 'is', 'different', 'more', 'delicate', 'but', 'less', 'intricate', 'it', "'s", 'still', 'very', 'beautiful', 'my', 'body', 'type', 'is', 'inverted', 'and', 'the', 'dress', 'is', 'hourglass', 'so', 'the', 'size', '8p', 'fits', 'great', 'on', 'top', 'but', 'loose', 'on', 'my', 'hips', 'and', 'rear', 'i', "'m", 'going', 'to', 'keep', 'this', 'dress', 'and', 'do', 'mo', ',5,1,3', 'general', 'dresses', 'dresses'] ['13394,1072,61', 'huge', 'for', 'petite', 'when', 'i', 'ordered', 'this', 'online', 'i', 'should', 'have', 'paid', 'more', 'attention', 'to', 'the', 'picture', 'the', 'dress', 'comes', 'to', 'the', 'knees', 'of', 'the', "5'10", 'model', 'i', 'was', 'swimming', 'in', 'small', 'petite', 'size', 'i', 'checked', 'the', 'label', 'and', 'wondered', 'whether', 'i', 'received', 'the', 'wrong', 'size', 'nope', 'it', 'was', 'ps', 'either', 'the', 'dress', 'was', 'mislabeled', 'or', 'this', 'is', 'cut', 'huge', 'returning', 'too', 'bad', 'because', 'the', 'shape', 'and', 'color', 'are', 'cute', ',1,0,0', 'general', 'dresses', 'dresses'] ['13395,1072,44', 'this', 'dress', 'is', 'one', 'of', 'my', 'recent', 'faves', 'from', 'retailer', 'the', 'fit', 'is', 'great', 'i', "'m", '5', '8', 'and', '145.', 'i', 'ordered', 'the', 'small', 'and', 'it', "'s", 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['13396,975,64', 'disappointing', 'i', 'built', 'a', 'new', 'wardrobe', 'around', 'the', 'three', 'lovely', 'velvet', 'blazers', 'moss', 'copper', 'and', 'burgundy', 'they', 'are', 'soft', 'well-fitting', 'pretty', 'linings', 'and', 'very', 'satisfactory', 'this', 'new', 'version', 'is', 'stiff', 'material', 'and', 'ill-fitting', 'not', 'coming', 'in', 'petite', 'is', 'a', 'problem', 'and', 'it', 'may', 'fit', 'others', 'better', 'but', 'it', 'is', 'too', 'full', 'across', 'the', 'front', 'with', 'the', 'stiff', 'materials', 'this', 'is', 'a', 'bad', 'fit', 'disappointing', 'and', 'going', 'back', ',2,0,0', 'general', 'jackets', 'jackets'] ['13397,1072,52', ',,5,1,0', 'general', 'dresses', 'dresses'] ['13398,1094,44', 'it', 'does', 'work', 'for', 'busty', 'gals', 'my', 'mom', 'pointed', 'out', 'this', 'dress', 'in', 'the', 'store', 'a', 'while', 'back', 'and', 'i', 'said', 'cute', 'but', 'no', 'way', 'i', 'could', 'pull', 'that', 'off', 'i', 'am', 'a', 'short', 'curvy', 'and', 'busty', 'lady', 'and', 'have', 'never', 'been', 'able', 'to', 'wear', 'strapless', 'dresses', 'i', 'ended', 'up', 'ordering', 'it', 'for', 'a', 'wedding', 'and', 'it', 'was', 'a', 'perfect', 'fit', 'i', 'got', 'the', 'petite', 'small', 'and', 'the', 'fit', 'up', 'top', 'is', 'snug', 'but', 'comfortable', 'and', 'holds', 'the', 'ladies', 'in', 'with', 'no', 'bra', 'needed', 'amazing', 'the', 'fabric', 'is', 'dreamy', 'and', 'this', 'dress', 'is', 'so', 'easily', 'dressed', 'up', 'or', 'down', 'hides', 'flaws', 'excellent', 'all', 'around', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13399,927,36', 'buy', 'this', 'fits', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13400,927,48', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13401,1049,62', 'maybe', 'if', 'they', 'go', 'on', 'sale', 'these', 'are', 'cute', 'nice', 'overall', 'fit', 'tts', 'and', 'length', 'was', 'like', 'model', 'on', 'my', '5', '7', 'frame', 'quality', 'and', 'comfort', 'were', 'also', 'nice', 'for', 'me', 'the', 'issue', 'was', 'color', 'when', 'they', 'came', 'in', 'at', 'first', 'i', 'did', 'a', 'double-take', 'wondering', 'what', 'i', 'had', 'ordered', 'and', 'if', 'it', 'was', 'the', 'right', 'item', 'the', 'colors', 'are', 'very', 'bright', 'most', 'notably', 'an', 'almost', 'neon', 'orange', 'the', 'colors', 'plus', 'the', 'diagonal', 'lines/blue', 'hem', 'combo', 'felt', 'a', 'little', 'clown-like', 'to', 'me', 'i', 'try', 'to', 'pick', 'versatile', 'items', 'that', 'i', 'can', 'wear', 'multiple', 'ways', 'and', 'i', 'just', 'could', "n't", 'imagine', 'many', 'ways', ',4,1,5', 'general', 'bottoms', 'pants'] ['13402,927,20', 'more', 'of', 'a', 'poncho', 'than', 'a', 'sweater', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'the', 'xs', 'size', 'the', 'pattern', 'is', 'striking', 'and', 'really', 'makes', 'you', 'think', 'of', 'all', 'the', 'things', 'you', 'love', 'about', 'fall', 'having', 'said', 'that', 'i', 'did', 'not', 'buy', 'it', 'and', 'probably', 'wo', "n't", 'unless', 'i', 'find', 'it', 'on', 'the', 'sale', 'rack', 'later', 'it', 'is', 'really', 'more', 'of', 'a', 'poncho', 'than', 'a', 'sweater', 'the', 'fit', 'is', 'very', 'oversize', 'through', 'the', 'body', 'and', 'i', 'tried', 'the', 'xs', 'size', 'it', 'is', 'also', 'fairly', 'cropped', 'on', 'me', 'as', 'i', 'am', 'tall', 'i', 'would', 'only', 'wear', 'it', 'with', 'a', 'shirt', 'underneath', 'the', 'sleeves', 'and', 'not', 'attached', 'to', 'the', 'shoulder', 'but', 'start', 'further', 'do', ',3,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13403,864,23', 'cute', 'but', 'too', 'short', 'this', 'top', 'is', 'very', 'cute', 'and', 'if', 'you', 'are', 'short', 'you', 'will', 'love', 'it', 'i', 'am', 'tall', 'and', 'the', 'dividing', 'line', 'of', 'color', 'block', 'kept', 'rising', 'up', 'over', 'my', 'bust', 'so', 'it', 'looked', 'weird', 'it', 'made', 'it', 'look', 'like', 'an', 'ill', 'fitting', 'maternity', 'top', 'had', 'to', 'go', 'back.,2,0,10', 'general', 'petite', 'tops', 'knits'] ['13404,1078,35', 'unflattering', 'fit', 'this', 'dress', 'runs', 'a', 'bit', 'small', 'the', 'large', 'arm', 'holes', 'were', 'unflattering', 'to', 'my', 'small', 'chest', 'also', 'this', 'dress', 'seemed', 'to', 'make', 'my', 'belly', 'protrude', 'it', 'kind', 'of', 'made', 'me', 'look', 'pregnant', 'in', 'a', 'way', 'that', 'no', 'other', 'dress', 'has', 'i', 'could', 'see', 'this', 'dress', 'being', 'flattering', 'on', 'someone', 'with', 'a', 'very', 'flat', 'stomach', 'or', 'a', 'large', 'chest', 'not', 'me', ',3,0,0', 'general', 'dresses', 'dresses'] ['13405,864,46', 'comfy', 'tee', 'great', 'for', 'xl', 'i', 'ordered', 'the', 'navy/green', 'combo', 'in', 'xl', 'and', 'it', "'s", 'prettier', 'in', 'person', 'the', 'fit', 'matches', 'the', 'model', 'so', 'it', "'s", 'true', 'to', 'size', 'for', 'me', 'it', 'is', 'loose', 'through', 'the', 'body', 'it', "'s", 'not', 'slimming', 'but', 'not', 'widening', 'either', 'if', 'you', 'like', 'how', 'it', 'looks', 'on', 'the', 'model', 'that', "'s", 'how', 'it', 'should', 'be', 'when', 'you', 'try', 'it', 'on'] [] ['it', "'s", 'soft', 'and', 'flowy', 'and', 'perfect', 'for', 'feeling', 'comfortable', 'i', 'love', 'how', 'the', 'arms', 'and', 'chest', 'are', 'more', 'fitted', 'the', 'material', 'has', 'give', 'to', 'it', 'the', 'stitching', 'everywhere', 'was', 'well-done', 'no', 'loose', 'strands', 'it', "'s", 'a', 'great', 'basic', 'i', "'m", 'going', 't', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['13406,927,37', 'love', 'the', 'look', 'of', 'this', 'poncho', 'which', 'is', 'not', 'as', 'large/billowy', 'as', 'i', 'thought', 'it', 'would', 'be', 'i', 'tried', 'it', 'on', 'as', 'a', 'whim', 'in', 'the', 'store', 'and', 'fell', 'in', 'love', 'the', 'colors', 'are', 'more', 'beige', 'than', 'gray', 'for', 'those', 'of', 'you', 'with', 'pale/blue', 'underdone', 'complexions', 'it', 'may', 'wash', 'you', 'out', 'love', 'the', 'orange', 'knit', 'running', 'through', 'to', 'give', 'it', 'a', 'little', 'pop', 'i', "'m", '5', '9', '/132', 'pounds', 'and', 'the', 'hem', 'was', 'a', 'bit', 'cropped', 'on', 'me', 'may', 'want', 'to', 'consider', 'a', 'tank', 'top', 'or', 't-shirt', 'underneath', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13407,1110,55', 'i', 'really', 'wanted', 'to', 'like', 'it', 'but', 'the', 'dress', 'was', 'just', 'too', 'ill', 'fitting', 'and', 'bulky', 'and', 'large', 'it', 'was', 'more', 'matronly', 'looking', 'then', 'anything', 'and', 'did', 'not', 'fit', 'well', 'if', 'you', 'are', 'going', 'to', 'try', 'it', 'probably', 'size', 'down', '2', 'sizes', 'for', 'reference', 'i', "'m", '5', '4', 'and', '124', 'lbs', 'i', 'bought', 'my', 'normal', 'size', '4', 'and', 'it', 'was', 'very', 'large', 'i', 'would', 'not', 'recommend', 'as', 'it', "'s", 'just', 'not', 'flattering', 'i', 'love', 'one', 'shoulder', 'dresses', 'and', 'tops', 'so', 'was', 'very', 'disappointed', 'as', 'i', "'m", 'an', 'retailer', 'devotee', ',2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['13408,927,27', 'updated', 'classic', 'the', 'fair-isle', 'details', 'are', 'gorgeous', 'and', 'the', 'wool', 'is', 'thick', 'but', 'not', 'itchy', 'the', 'neckline', 'is', 'a', 'perfect', 'crew', 'cut', 'style-', 'not', 'too', 'tight', 'but', 'compliments', 'the', 'neck', 'itself', 'the', 'stitching', 'has', 'a', 'lot', 'of', 'beautiful', 'neutral', 'colors', 'so', 'you', 'can', 'wear', 'this', 'with', 'jeans', 'blue', 'or', 'gray', 'cords', 'etc', 'so', 'many', 'options', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13409,864,29', 'love', 'i', 'really', 'like', 'this', 'top', 'the', 'material', 'is', 'thicker', 'than', 'i', 'thought', 'which', 'is', 'a', 'good', 'thing', 'it', 'fits', 'me', 'very', 'well', 'and', 'is', 'very', 'comfortable', 'i', 'definitely', 'recommend', 'this', 'shirt', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['13410,1103,49', 'runs', 'very', 'small', 'on', 'top.', 'this', 'dress', 'is', 'quite', 'lovely', 'in', 'person', 'but', 'it', 'runs', 'very', 'small', 'particularly', 'in', 'the', 'bust', 'i', "'m", 'usually', 'okay', 'with', 'a', 'large', 'in', 'retailer', 'dresses', 'sometimes', 'medium', 'but', 'i', 'had', 'a', 'hard', 'time', 'getting', 'into', 'this', 'and', 'the', 'top', 'was', 'literally', 'about', '10', 'from', 'being', 'able', 'to', 'zip', 'up', 'granted', 'i', 'have', 'a', 'larger', 'than', 'average', 'bust', 'but', 'that', "'s", 'still', 'excessive', 'and', 'the', 'fabric', 'has', 'no', 'give', 'whatsoever'] ['the', 'online', 'pictures', 'are', 'pretty', 'accurate', 'representations', 'in', 'terms', 'of', 'look', 'and', 'shape', 'i', 'think', 'it', 'would', 'probably', 'be', 'best', 'for', 'pear', 's', ',4,1,1', 'general', 'dresses', 'dresses'] ['13411,1078,35', 'beautiful', 'dress', 'beautiful', 'dress', 'stretch', 'material', 'makes', 'sure', 'it', 'fits', 'the', 'figure', 'nicely', 'great', 'value', ',5,1,0', 'general', 'dresses', 'dresses'] ['13412,1094,46', 'dreamy', 'fabric', 'tried', 'on', 'today', 'this', 'dress', 'has', 'the', 'most', 'soft', 'dreamy', 'fabric', 'i', "'ve", 'ever', 'felt', 'unfortunately', 'for', 'me', 'strapless', 'dresses', 'are', 'not', 'flattering', 'on', 'me', 'but', 'for', 'anyone', 'looking', 'for', 'the', 'perfect', 'summer', 'strapless', 'this', 'is', 'it', 'i', 'am', 'sad', 'that', 'it', 'did', "n't", 'work', 'for', 'me', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['13413,1110,46', 'too', 'large', 'to', 'be', 'true', 'this', 'dress', 'is', 'absolutely', 'charming', 'i', 'could', 'not', 'find', 'the', 'petite', 'size', 'so', 'i', 'went', 'with', 'the', '0', 'regular', 'it', 'was', 'too', 'too', 'large', 'for', 'me', 'felt', 'more', 'like', 'a', 'size', '4.', 'i', 'am', '5', '2', 'and', '112', 'pounds', 'thought', 'the', '0', 'would', 'fit', 'the', 'fabric', 'is', 'soft', 'the', 'style', 'charming', 'and', 'it', 'is', 'easy', 'to', 'fold', 'and', 'take', 'on', 'a', 'trip-', 'it', 'did', "n't", 'wrinkle', 'in', 'the', 'package', 'it', 'was', 'shipped', 'in', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13414,927,53', 'neck', 'too', 'wide', 'i', 'wanted', 'to', 'love', 'this', 'i', 'have', 'been', 'looking', 'for', 'a', 'poncho-type', 'sweater', 'for', 'our', 'cold', 'midwestern', 'winters', 'the', 'cream', 'colored', 'one', 'that', 'i', 'really', 'wanted', 'sold', 'out', 'instantly', 'and', 'i', 'missed', 'the', 'window', 'for', 'the', 'xxsp', 'i', 'ordered', 'this', 'in', 'the', 'xs/sp', 'smallest', 'size', 'available', 'i', 'am', '5', '1', 'and', '108', 'lbs', 'with', 'small', 'shoulders', 'the', 'neck', 'opening', 'is', 'huge', 'my', 'collar', 'bones', 'and', 'a', 'seciton', 'of', 'my', 'upper', 'back', 'were', 'exposed', 'this', 'would', 'not', 'keep', 'me', 'warm', 'due', 'to', 'so', 'much', 'exposed', 'skin', 'on', 'my', 'neck', 'back', 'and', 'shoulders', 'i', 'suppose', 'i', 'could', 'get', 'a', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13415,927,32', 'super', 'frumpy', 'this', 'looks', 'so', 'gorgeous', 'on', 'the', 'model', 'on', 'the', 'site', 'so', 'i', 'ordered', 'it', 'online', 'it', 'was', 'incredibly', 'frumpy', 'when', 'i', 'tried', 'it', 'on', 'looks', 'like', 'i', 'took', 'a', 'floor', 'rug', 'cut', 'a', 'hole', 'in', 'the', 'middle', 'and', 'slipped', 'it', 'over', 'my', 'head', 'the', 'sweater', 'itself', 'is', 'so', 'pretty', 'its', 'just', 'too', 'bad', 'it', 'falls', 'so', 'awkwardly', 'on', 'me', 'i', 'normally', 'wear', 'a', 'small', 'so', 'i', 'ordered', 'the', 'xs/s', 'and', 'the', 'sleeves', 'still', 'fall', 'past', 'my', 'thumbs', 'its', 'kind', 'of', 'itchy', 'too', 'will', 'be', 'returning', 'this', 'asap', ',2,0,34', 'general', 'petite', 'tops', 'sweaters'] ['13416,1094,40', 'very', 'cute', 'i', 'tried', 'this', 'dress', 'on', 'today', 'and', 'ended', 'up', 'buying', 'it', 'its', 'a', 'thicker', 'material', 'and', 'looks', 'better', 'in', 'person', 'more', 'red', 'and', 'white', 'striped', 'with', 'an', 'uneven', 'hem', 'the', 'back', 'of', 'the', 'dress', 'is', 'a', 'bit', 'more', 'like', 'a', 'swim', 'suit', 'i', 'probably', 'is', 'best', 'for', 'smaller', 'chests', 'i', "'m", 'guessing', 'it', 'runs', 'a', 'little', 'bit', 'big', 'as', 'the', 'medium', 'fit', 'nicely', 'on', 'me', 'and', 'lately', 'i', "'m", 'a', 'large', 'medium/small', 'large.,5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['13417,1135,45', 'lovely', 'fabric', 'sophisticated', 'style', 'i', 'am', 'waist-challenged', 'i', 'like', 'a', 'narrowly', 'cut', 'structured', 'sheath', 'dress', 'sort', 'of', 'like', 'the', '60s', 'styles', 'this', 'is', 'a', 'great', 'dress', 'either', 'belted', 'or', 'loose', 'with', 'great', 'accessories', 'and', 'lovely', 'shoes', 'it', 'has', 'so', 'many', 'colors', 'in', 'the', 'pattern', 'you', 'can', 'wear', 'this', 'with', 'anything', 'and', 'the', 'fabric', 'is', 'so', 'high-end', 'and', 'quality', 'that', 'you', 'can', 'definitely', 'wear', 'this', 'to', 'work', 'with', 'a', 'jacket', 'and', 'then', 'change', 'into', 'a', 'denim', 'or', 'leather', 'jacket', 'and', 'tough', 'high', 'boots', 'and', 'go', 'out', 'for', 'the', 'evening', 'in', 'the', 'fall-winter', 'it', 'arrived', 'in', 'the', 'mail', 'and', 'righ', ',5,1,0', 'general', 'trend', 'trend'] ['13418,864,61', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'cute', 'knit', 'top', 'for', 'awhile', 'and', 'when', 'there', 'was', 'a', 'sale', 'i', 'picked', 'up', 'both', 'colors', 'they', 'fit', 'me', 'like', 'they', 'do', 'the', 'model', 'a', 'little', 'loose', 'and', 'swingy', 'but', 'not', 'overly', 'so', 'the', 'colors', 'look', 'spot-on', 'like', 'the', 'picture', 'i', 'am', 'rather', 'top', 'heavy', '34dd', 'but', 'with', 'the', 'colors', 'being', 'darker', 'on', 'the', 'top', 'portion', 'i', 'feel', 'like', 'this', 'works', 'without', 'accentuating', 'my', 'bust', 'too', 'much', 'i', 'am', '5', '4', 'and', 'weigh', '149', 'the', 'medium', 'worked', 'out', 'great', 'the', 'knit', 'is', 'soft', 'and', 'it', 'appears', 'to', 'be', 'made', 'well', 'the', 'only', 'drawback', 'is', 'a', 'rough', ',5,1,5', 'general', 'tops', 'knits'] ['13419,864,27', 'love', 'there', "'s", 'a', 'free', 'people', 'version', 'of', 'this', 'top', 'and', 'this', 'by', 'far', 'surpasses', 'the', 'fit', 'of', 'it', 'i', "'m", '5', '3', 'and', 'purchased', 'the', 'xl', 'and', 'it', 'fits', 'me', 'exactly', 'like', 'the', 'model', 'i', 'would', 'say', 'it', 'is', 'tts', 'and', 'extremely', 'soft.,5,1,0', 'general', 'tops', 'knits'] ['13420,1078,33', 'figure', 'forming', 'i', 'do', 'recommend', 'this', 'dress', 'with', 'some', 'caveats', '1', 'it', "'ll", 'be', 'difficult', 'to', 'find', 'a', 'bra', 'that', 'wo', "n't", 'show', 'straps', 'and', '2', 'it', "'s", 'very', 'figure', 'flattering', 'so', 'if', 'you', "'re", 'body', 'conscious', 'particularly', 'tummy', ',4,1,0', 'general', 'dresses', 'dresses'] ['13421,1078,43', 'very', 'snug', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'in', 'a', 'size', '4', 'and', 'it', 'was', 'too', 'tight', 'i', "'d", 'need', 'a', '6', 'or', 'possibly', 'a', '8', 'if', 'i', 'wanted', 'a', 'little', 'room', 'the', 'store', 'did', "n't", 'have', 'either', 'though', 'it', 'was', 'too', 'tight', 'it', 'was', 'very', 'flattering', 'and', 'more', 'comfortable', 'than', 'i', 'assumed', 'the', 'neckline', 'is', 'a', 'little', 'awkward', 'the', 'front', 'straps', 'of', 'my', 'racerback', 'bra', 'peeked', 'out', 'the', 'sides', 'this', 'might', 'not', 'be', 'an', 'issue', 'with', 'a', 'bigger', 'size', ',4,1,0', 'general', 'dresses', 'dresses'] ['13422,1094,28', 'very', 'flattering', 'although', 'the', 'dress', 'is', 'heavy', 'like', 'other', 'reviews', 'mentioned', 'it', 'is', 'sturdy', 'enough', 'to', 'not', 'be', 'see', 'through', 'and', 'the', 'material', 'is', 'extremely', 'soft', 'i', 'am', 'currently', 'an', 'xs', 'or', 'small', 'in', 'nearly', 'all', 'retailer', 'clothing', 'however', 'a', 'd', 'cup', 'bra', 'i', 'think', 'that', 'if', 'you', 'are', 'a', 'smaller', 'person', 'the', 'dress', 'may', 'be', 'too', 'much', 'to', 'carry', 'but', 'for', 'those', 'of', 'us', 'that', 'find', 'it', 'is', 'sometimes', 'hard', 'to', 'get', 'a', 'great', 'fit', 'on', 'top', 'and', 'still', 'fitted', 'through', 'the', 'waist', 'it', 'is', 'perfect', 'many', 'compliments', 'the', 'hem', 'is', 'so', 'fun', 'also', 'other', 'reviews', 'mentioned', 'the', 'bow', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13423,1094,53', 'perfectly', 'soft', 'fourth', 'july', 'dress', 'i', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'butter', 'soft', 'the', 'strapless', 'top', 'stays', 'in', 'place', 'and', 'it', 'hangs', 'beautifully', 'it', 'is', 'such', 'a', 'wonderfully', 'comfortable', 'summer', 'dress', 'as', 'previously', 'stated', 'i', "'m", 'in', 'love', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13424,1094,51', 'feminine', 'classic', 'beauty', 'let', "'s", 'begin', 'with', 'the', 'fabric', 'it', "'s", 'heavy', 'but', 'not', 'in', 'a', 'burdensome', 'way', 'as', 'soon', 'as', 'you', 'put', 'it', 'on', 'you', 'feel', 'like', 'you', 'have', 'a', 'quality', 'piece', 'of', 'clothing', 'on', 'next', 'aesthetics', '-this', 'dress', 'is', 'flowy', 'and', 'feminine', 'and', 'a', 'bonus', 'it', 'made', 'me', 'look', 'bustier', 'than', 'i', 'am', 'perhaps', 'because', 'of', 'the', 'stripes', 'i', 'did', "n't", 'find', 'myself', 'pulling', 'this', 'dress', 'up', 'all', 'the', 'time', 'once', 'i', 'put', 'it', 'on', 'it', 'stayed', 'in', 'place', 'perfectly', 'bottom', 'line', 'this', 'dress', 'goes', 'from', 'dressy', 'to', 'casual', 'without', 'a', 'second', 'thought', 'and', 'it', "'s", 'on', 'sale', 'grab', 'this', 'one', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13425,1094,52', 'summer', 'staple', 'maeve', 'did', 'it', 'again', 'great', 'material', 'vivid', 'color', 'and', 'amazing', 'fit', 'i', 'tried', 'this', 'dress', 'on', '2', 'weeks', 'ago', 'but', 'did', "n't", 'purchase', 'when', 'i', 'saw', 'that', 'they', 'were', 'having', 'a', 'sale', 'i', 'could', "n't", 'get', 'to', 'the', 'store', 'quick', 'enough'] ['ladies', 'if', 'you', "'re", 'bottom', 'heavy', 'like', 'i', 'am', 'then', 'this', 'dress', 'will', 'make', 'you', 'look', 'awesome', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['13426,927,40', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13427,1094,44', 'the', 'retailer', 'stylist', 'had', 'showed', 'me', 'this', 'on', 'my', 'way', 'out', 'of', 'the', 'fitting', 'room', 'and', 'i', "'m", 'so', 'glad', 'she', 'did', 'i', 'went', 'back', 'in', 'to', 'try', 'it', 'on', 'and', 'loved', 'it', 'it', 'almost', 'has', 'a', 'spanx', 'like', 'stretch', 'to', 'the', 'material', 'which', 'perfectly', 'keeps', 'its', 'shape', 'and', 'is', 'so', 'well', 'made', 'i', 'also', 'really', 'liked', 'the', 'open', 'part', 'in', 'the', 'back', 'because', 'it', 'adds', 'an', 'extra', 'something', 'to', 'the', 'dress', 'but', 'you', 'can', 'still', 'wear', 'a', 'strapless', 'bra', 'if', 'you', 'desire', 'i', 'plan', 'on', 'wearing', 'it', 'at', 'the', 'beach', 'on', 'the', '4th', 'of', 'july', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13428,1078,28', ',,5,1,0', 'general', 'dresses', 'dresses'] ['13429,1049,36', ',,5,1,0', 'general', 'bottoms', 'pants'] ['13430,10,38', 'comfy', 'and', 'cute', 'this', 'dress', 'is', 'comfortable', 'and', 'a', 'great', 'piece', 'to', 'travel', 'with', 'goes', 'with', 'ballet', 'flats', 'sandals', 'to', 'ankle', 'boots', ',4,1,0', 'initmates', 'intimate', 'chemises'] ['13431,1110,43', 'runs', 'very', 'large', 'cute', 'dress', 'but', 'way', 'too', 'big', 'i', 'ordered', 'a', '2', 'petite', 'and', 'i', "'m", 'swimming', 'in', 'it', 'i', "'m", 'usually', 'a', 'size', '2-4', 'and', '5', '4'] ['will', 'exchange', 'for', 'smaller', 'size', 'since', 'i', 'think', 'it', 'would', 'be', 'really', 'great', 'if', 'fit', 'properly', ',4,1,4', 'general', 'dresses', 'dresses'] ['13432,244,50', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['13433,927,37', 'it', "'s", 'a', 'keep', 'this', 'is', 'a', 'gorgeous', 'piece-the', 'pattern', 'and', 'color', 'combination', 'are', 'classic', 'fall', 'the', 'sleeves', 'for', 'a', 'xs/s', 'are', 'slightly', 'short', 'i', 'am', '5', '8', 'but', 'the', 'rest', 'of', 'the', 'fit', 'is', 'great', 'with', 'the', 'type', 'of', 'fabric', 'and', 'poncho-style', 'i', 'would', 'recommend', 'wearing', 'something', 'underneath', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13434,1094,35', 'gorgeous', 'dress', 'i', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'a', 'little', 'heavy', 'so', 'it', 'wo', "n't", 'blow', 'away', 'on', 'a', 'windy', 'day', 'and', 'bonus', 'even', 'with', 'my', 'triple', 'd', 'chest', 'i', "'m", 'comfortable', 'not', 'wearing', 'a', 'bra', 'with', 'this', 'but', 'may', 'not', 'be', 'what', 'you', 'want', 'to', 'wear', 'on', 'a', 'really', 'hot', 'day', 'the', 'shape', 'is', 'flattering', 'on', 'any', 'body', 'type-i', 'am', '6', 'months', 'pregnant', 'and', 'it', 'still', 'looks', 'great', 'it', 'can', 'go', 'from', 'spring', 'to', 'summer', 'to', 'fall', 'quite', 'easily', 'with', 'the', 'addition', 'of', 'a', 'jean', 'jacket', 'and', 'some', 'converse', 'or', 'vans', 'instead', 'of', 'sandals', 'i', "'d", 'absolutely', 'recommend', 'this', 'dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13435,1024,31', 'not', 'what', 'i', 'expected.', 'i', 'had', 'such', 'high', 'hopes', 'but', 'they', 'are', 'just', 'slightly', 'off', 'they', 'run', 'a', 'tad', 'large', 'so', 'i', 'suggest', 'sizing', 'down', 'i', 'usually', 'wear', 'a', '28', 'or', '29', 'and', 'the', '28', 'fit', 'nicely', 'through', 'the', 'hips', 'and', 'thighs'] ['unfortunately', 'the', 'color', 'is', 'off-', 'i', 'thought', 'they', 'were', 'going', 'to', 'be', 'a', 'dark', 'midnight', 'blue', 'but', 'they', 'are', 'actually', 'gray', 'and', 'they', 'have', 'a', 'button-fly', 'closure', 'which', 'causes', 'the', 'pants', 'to', 'protrude', 'a', 'bit', 'in', 'the', 'area', 'where', 'no', 'woman', 'wants', 'protrusion', 'i', 'will', 'be', 'returning', 'them', ',2,0,4', 'general', 'bottoms', 'jeans'] ['13436,1037,58', 'the', 'design', 'of', 'the', 'pant', 'hangs', 'nicely', 'and', 'fit', 'well', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13437,1125,40', 'gorgeous', 'coat', 'i', 'love', 'coats', 'and', 'have', 'a', 'collection', 'of', 'unique', 'ones', 'and', 'this', 'one', 'is', 'in', 'my', 'top', '3', 'wow', 'is', 'it', 'a', 'stunner', 'totally', 'different', 'and', 'very', 'classy', 'not', 'my', 'every', 'day', 'coat', 'but', 'will', 'be', 'used', 'for', 'dinner', 'outings', 'and', 'special', 'occasions', 'with', 'the', 'right', 'outfit', 'i', 'did', 'reinforce', 'the', 'buttons', 'since', 'there', 'had', 'been', 'many', 'complaints', 'about', 'that', 'which', 'is', 'why', 'i', 'only', 'gave', 'it', '4', 'stars', 'for', 'quality', 'great', 'design', 'on', 'this', 'one', 'retailer', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13438,1125,46', 'gorgeous', 'but', 'i', 'bought', 'a', '2p', 'when', 'i', 'should', "'ve", 'bought', 'a', '0p', 'i', 'was', 'swimming', 'in', 'the', '2p', 'however', 'it', 'did', "n't", 'matter', 'because', 'everything', 'was', 'itchy', 'and', 'i', "'m", 'not', 'even', 'allergic', 'to', 'wool', 'the', 'beautiful', 'buttons', 'are', 'oddly', 'placed', 'to', 'achieve', 'that', 'cool', 'design', 'and', 'just', 'like', 'other', 'reviewers', 'commented', 'you', 'have', 'to', 'twist', 'and', 'contort', 'them', 'to', 'get', 'them', 'to', 'button', 'which', 'inevitably', 'will', 'lead', 'to', 'them', 'popping', 'off', 'and', 'i', 'did', "n't", 'see', 'an', 'extra', 'one', 'in', 'case', 'that', 'happened', 'the', 'coat', 'is', 'stunning', 'there', "'s", 'no', 'argument', 'about', 'that', 'and', 'i', 'welcome', ',5,0,0', 'general', 'petite', 'jackets', 'outerwear'] ['13439,867,36', 'super', 'cute', 't', 'this', 't', 'is', 'very', 'cute', 'and', 'comfortable', 'could', 'be', 'worn', 'casually', 'or', 'dressed', 'up', 'a', 'little', 'bit', 'with', 'jeans.very', 'cute', 'pattern', 'on', 'the', 'shoulder', 'area', 'love', 'this', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['13440,1125,33', 'beautiful', 'but', 'cheaply', 'made', 'i', 'ordered', 'this', 'coat', 'because', 'like', 'others', 'i', 'was', 'taken', 'by', 'its', 'feminine', 'beauty', 'unfortunately', 'the', 'coat', 'showed', 'up', 'with', 'the', 'top', 'button', 'broken', 'off', 'and', 'missing', 'and', 'another', 'button', 'hole', 'torn', 'open', 'i', 'returned', 'that', 'coat', 'right', 'away', 'thinking', 'that', 'it', "'d", 'been', 'damaged', 'somehow', 'in', 'shipping', 'however', 'i', 'began', 'to', 'question', 'the', 'quality', 'of', 'the', 'coat', 'when', 'the', 'second', 'coat', 'showed', 'up', 'with', 'a', 'broken', 'and', 'missing', 'top', 'button', 'when', 'i', 'tried', 'on', 'the', 'coat', 'i', 'found', 'the', 'missing', 'button', 'stuffed', 'into', 'the', 'pocket', 'not', 'the', 'quality', 'i', 'expe', ',2,0,3', 'general', 'petite', 'jackets', 'outerwear'] ['13441,1037,34', ',these', 'jeans', 'are', 'so', 'comfortable', 'and', 'they', 'are', 'made', 'of', 'the', 'softest', 'fabric', 'i', 'love', 'that', 'they', 'can', 'be', 'dressed', 'up', 'or', 'down', 'love', 'these', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13442,867,57', 'pretty', 'details', 'bought', 'the', 'green', 't', 'shirt', 'very', 'pretty', 'subtle', 'floral', 'detail', 'near', 'the', 'shoulders', 'love', 'scalloped', 'neck', 'design', 'this', 't', 'is', 'more', 'sheer', 'than', 'the', 'average', 't', 'so', 'i', "'ll", 'be', 'layering', 'it', 'over', 'a', 'tank', 'fit', 'is', 'true', 'to', 'size.,5,1,1', 'general', 'tops', 'knits'] ['13443,1037,32', ',i', 'am', '5', '9', 'and', 'i', 'wear', 'my', 'usual', '27', 'like', 'i', 'always', 'do', 'in', 'pilcro', 'i', 'am', 'so', 'sad', 'that', 'they', 'are', 'too', 'short', 'they', 'are', '32.5', 'inches', 'long', 'and', 'it', "'s", 'just', 'too', 'short', 'for', 'my', 'legs', 'even', 'with', 'flats', 'the', 'fit', 'is', 'great', 'and', 'they', 'run', 'true', 'to', 'size', 'but', 'they', 'are', 'too', 'short', 'for', 'tall', 'girls', 'i', 'usually', 'buy', 'the', 'wide', 'leg', 'linen', 'pants', 'and', 'those', 'are', 'long', 'enough', 'these', 'needed', 'to', 'be', 'about', 'an', 'inch', 'longer', 'i', 'do', 'recommend', 'them', 'if', 'you', "'re", 'a', 'bit', 'shorter', ',4,1,5', 'general', 'petite', 'bottoms', 'jeans'] ['13444,1024,29', ',,3,1,0', 'general', 'bottoms', 'jeans'] ['13445,1037,34', 'love', 'the', 'fit', 'perfect', 'for', 'accomplishing', 'the', 'dressy', 'jean', 'look', 'i', 'always', 'take', 'the', 'same', 'size', 'in', 'pilcro', 'and', 'this', 'is', 'true', 'to', 'size', 'but', 'not', 'stretchy', 'as', 'in', 'some', 'of', 'the', 'other', 'pilco', 'styles', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['13446,867,45', 'opening', 'day', 'tee', 'cute', 'and', 'comfy', 'i', 'usually', 'wear', 'a', 'small', 'but', 'bought', 'a', 'medium', 'because', 'it', 'appeared', 'to', 'run', 'a', 'little', 'small.,4,1,0', 'general', 'tops', 'knits'] ['13447,1125,54', 'beautiful', 'playful', 'coat', 'this', 'coat', 'is', 'so', 'gorgeous', 'it', "'s", 'true', 'to', 'size', 'fits', 'perfectly', 'warm', 'and', 'flattering', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13448,1099,53', 'this', 'dress', 'is', 'very', 'beautiful', 'and', 'looks', 'great', 'on', 'however', 'had', 'to', 'downsize', 'one', 'size', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['13449,1125,54', ',,5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13450,1099,64', 'prettier', 'in', 'person', 'i', 'love', 'this', 'dress', 'i', 'was', 'worried', 'it', 'would', 'swallow', 'my', 'petite', 'frame', 'but', 'it', 'is', 'flowy', 'yet', 'flattering', 'i', 'have', 'worn', 'it', 'to', 'several', 'different', 'occasions', 'it', 'looks', 'great', 'with', 'tights', 'and', 'boots', 'and', 'just', 'flats', 'the', 'lace', 'detailing', 'makes', 'it', 'unique.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13451,1125,65', 'beautiful', 'coat', 'but', 'this', 'is', 'one', 'of', 'the', 'most', 'beautiful', 'coat', 'i', "'ve", 'seen', 'could', 'not', 'wait', 'to', 'wear', 'it', 'even', 'found', 'the', 'perfect', 'dress', 'boots', 'for', 'it', 'but', 'the', 'first', 'time', 'i', 'wore', 'it', 'all', 'the', 'buttons', 'broke', 'and', 'fell', 'off', 'the', 'buttons', 'have', 'a', 'thin', 'plastic', 'shank', 'that', 'you', 'can', 'break', 'just', 'by', 'buttoning', 'your', 'coat', 'extremely', 'poor', 'quality', 'i', 'had', 'to', 'have', 'all', 'the', 'buttons', 'remade', 'a', 'coat', 'this', 'pretty', 'and', 'this', 'expensive', 'should', 'at', 'least', 'have', 'decent', 'buttons', 'the', 'inside', 'of', 'the', 'coat', 'is', 'pink', 'huge', 'polka-dots-', 'really', 'cute', 'it', 'also', 'runs', 'very', 'small', 'i', 'wear', ',4,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['13452,1102,26', 'it', "'s", 'a', 'shift', 'dress', 'this', 'dress', 'is', "n't", 'as', 'fitted', 'as', 'it', 'looks', 'on', 'the', 'model', 'it', 'appear', 'to', 'be', 'more', 'of', 'a', 'shift', 'dress', 'as', 'gorgeous', 'as', 'the', 'print', 'and', 'quality', 'are', 'it', 'does', "n't", 'look', 'great', 'on', 'me', 'for', 'reference', 'i', "'m", '5', '5', '105lbs', 'and', 'bought', 'xs', 'for', 'whatever', 'reason', 'the', 'high', 'neckline', 'is', "n't", 'flattering', 'on', 'me', 'i', 'do', 'personally', 'think', 'this', 'dress', 'is', 'perfect', 'if', 'you', 'have', 'broad', 'shoulders', ',3,0,1', 'general', 'dresses', 'dresses'] ['13453,1125,60', 'love', 'the', 'coat', 'style', 'and', 'fit', 'are', 'a', 'perfect', 'fit', 'true', 'to', 'size'] ['thanks', 'for', 'the', 'previous', 'reviews', 'about', 'the', 'button', 'i', 'am', 'extra', 'careful', 'taking', 'it', 'on', 'and', 'off', 'versatile', 'take', 'the', 'collar', 'off', 'and', 'wear', 'on', 'a', 'sweater', 'or', 'whatever', 'inspires', 'you', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13454,867,25', ',,4,1,0', 'general', 'tops', 'knits'] ['13455,1125,38', 'presses', 'all', 'the', 'wrong', 'buttons', 'this', 'coat', 'is', 'so', 'lovely', 'it', 'is', 'the', 'embodiment', 'of', '1940', "'s", 'classic', 'movie', 'star', 'style', 'the', 'color', 'the', 'style', 'the', 'collar', 'add', 'a', 'subtle', 'flair', 'of', 'drama', 'that', 'you', 'definitely', 'want', 'in', 'your', 'wardrobe', 'if', 'only', 'it', 'were', "n't", 'for', 'those', 'pesky', 'buttons'] ['like', 'other', 'reviewers', 'i', 'am', 'disappointed', 'to', 'note', 'that', 'within', 'a', 'month', 'of', 'owning', 'the', 'top', 'button', 'popped', 'off', 'in', 'the', 'middle', 'of', 'a', 'dinner', 'date', 'on', 'a', 'rainy', 'night', 'in', 'a', 'french', 'restaurant', 'that', 'same', 'night', 'i', 'noticed', 'a', 'button', 'was', 'missing', 'from', 'one', 'of', 'the', 'sleeves', 'alas', 'i', 'am', 'as', 'yet', ',3,0,1', 'general', 'petite', 'jackets', 'outerwear'] ['13456,1099,42', 'adorable', 'this', 'dress', 'is', 'really', 'flattering', 'on', 'fits', 'true', 'to', 'size', 'perfect', 'length', 'i', "'m", '5', '6', 'dress', 'hits', 'just', 'a', 'few', 'inches', 'above', 'my', 'knees', 'it', "'s", 'simple', 'yet', 'versatile', 'seasonally', 'right', 'now', 'i', 'plan', 'to', 'wear', 'it', 'with', 'booties', 'sandals', 'in', 'the', 'spring', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['13457,1125,20', 'hollywood', 'chic', 'omg', 'when', 'i', 'saw', 'this', 'coat', 'in', 'the', 'baby', 'blue', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'i', 'tried', 'it', 'on', 'and', 'fell', 'madly', 'in', 'love', 'i', 'decided', 'it', 'was', 'the', 'only', 'thing', 'i', 'needed', 'in', 'this', 'world', 'it', 'is', 'soft', 'and', 'cozy', 'comfort', 'with', 'an', 'old', 'fashion', 'hollywood', 'glam', 'its', 'almost', 'sold', 'out', 'already', 'so', 'grab', 'it', 'if', 'you', 'can', 'cuz', 'its', 'divine', 'does', 'run', 'a', 'little', 'big', 'so', 'i', 'got', 'a', '0', 'instead', 'of', 'a', '2', 'and', 'its', 'perfect', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13458,867,35', 'soft', 'cute', 'the', 'fun', 'coloring', 'of', 'this', 'tee', 'gives', 'what', 'would', 'otherwise', 'be', 'a', 'basic', 'tee', 'it', "'s", 'flare', 'it', 'is', 'a', 'very', 'soft', 'shirt', 'and', 'will', 'be', 'cute', 'with', 'anything', 'the', 'length', 'is', 'good', 'too', 'you', 'can', 'tuck', 'in', 'or', 'leave', 'out', 'i', 'believe', 'it', 'is', 'tts', 'it', 'might', 'be', 'a', 'little', 'sheer', 'in', 'some', 'lights', 'but', 'i', 'think', 'you', 'could', 'pull', 'it', 'off', 'with', 'a', 'nude-colored', 'bra', 'it', "'s", 'not', 'sheer', 'enough', 'to', 'me', 'to', 'warrant', 'an', 'undershirt', ',5,1,1', 'general', 'tops', 'knits'] ['13459,253,41', 'comfortable', 'and', 'flattering', 'this', 'top', 'exceeded', 'my', 'expectations', 'i', 'got', 'it', 'in', 'the', 'gray', 'striped', 'pattern', 'size', 'small', 'it', "'s", 'probably', 'the', 'combination', 'of', 'the', 'pattern', 'and', 'the', 'removable', 'padding', 'that', 'makes', 'it', 'very', 'flattering', 'on', 'my', 'small', 'chested', 'figure', 'i', 'would', 'imagine', 'big', 'chested', 'gals', 'would', 'not', 'find', 'enough', 'support', 'in', 'this', 'one', 'though', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'comfortable', 'with', 'just', 'enough', 'stretch', 'overall', 'very', 'happy', 'with', 'this', 'top', 'but', 'does', 'it', 'have', 'to', 'be', 'so', 'expensive', 'retailer', ',5,1,6', 'initmates', 'intimate', 'swim'] ['13460,1024,51', 'not', 'for', 'everyone', 'i', 'just', 'tried', 'these', 'on', 'at', 'my', 'local', 'seattle', 'store', 'and', 'ended', 'buying', 'a', 'size', 'up', 'i', 'feel', 'they', 'ran', 'small', 'as', 'i', 'am', 'usually', 'a', '29', 'in', 'most', 'and', 'got', 'the', '31', 'in', 'these', 'the', '30', 'fit', 'tight', 'but', 'it', 'looked', 'nothing', 'special', 'just', 'like', 'a', 'very', 'high', 'rise', 'mom', 'jean', 'and', 'i', 'was', 'bursting', 'the', 'top', 'button', 'so', 'this', 'jean', 'is', 'made', 'for', 'hourglass', 'bodies', 'for', 'sure', 'the', '31', 'is', 'loose', 'and', 'slouchy', 'and', 'it', 'looked', 'really', 'different', 'in', 'a', 'good', 'way', 'so', 'it', 'came', 'home', 'with', 'me', 'they', 'are', 'a', 'washed', 'out', 'black', 'grey', 'color', 'with', 'some', 'tie', 'die', 'effects', 'did', 'not', 'care', 'fo,5,1,2', 'general', 'bottoms', 'jeans'] ['13461,1054,34', 'it', 'was', 'a', 'hard', 'decision', 'but', 'i', "'m", 'returning', 'these', 'they', "'re", 'definitely', 'pretty', 'and', 'well-made', 'they', 'drape', 'nicely', 'ultimately', 'they', 'are', 'too', 'high-waisted', 'and', 'too', 'billowy', 'for', 'most', 'of', 'my', 'tops', 'which', 'are', 'mostly', 'long', 'and', 'billowy', 'these', 'trousers', 'are', 'too', 'nice', 'to', 'wear', 'with', 'most', 'of', 'my', 'fitted', 'tanks', 'even', 'a', 'normal-length', 't-shirt', 'untucked', 'draped', 'weirdly', 'and', 'came', 'down', 'too', 'far', 'on', 'these', 'high-waisted', 'pants', 'i', 'guess', 'they', "'re", 'too', 'formal', 'for', 'what', 'i', 'had', 'in', 'mind', 'pictured', 'them', 'more', 'like', 'a', 'maxi', 'skirt', 'if', 'they', 'were', 'hal', ',3,0,0', 'general', 'bottoms', 'pants'] ['13462,1125,32', 'an', 'investment', 'piece', 'this', 'coat', 'is', 'truly', 'gorgeous', 'in', 'person', 'it', "'s", 'an', 'investment', 'coat', 'one', 'that', 'i', 'will', 'probably', 'wear', 'for', 'years', 'to', 'come', 'because', 'the', 'style', 'is', 'timeless', 'and', 'the', 'color', 'is', 'lovely', 'i', 'found', 'it', 'to', 'be', 'very', 'high', 'quality', 'in', 'fact', 'i', 'would', 'love', 'to', 'see', 'more', 'coats', 'of', 'this', 'caliber', 'from', 'retailer', 'the', 'other', 'reviews', 'had', 'me', 'hesitant', 'to', 'splurge', 'on', 'it', 'but', 'i', 'do', "n't", 'plan', 'on', 'wearing', 'it', 'buttoned', 'very', 'often', 'so', 'that', 'will', 'be', 'a', 'non-issue', 'for', 'me', 'the', 'lining', 'is', 'one', 'of', 'the', 'best', 'parts', 'of', 'the', 'coat', 'show', 'it', 'off', 'i', 'think', 'the', 'problem', ',5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['13463,1037,35', 'love', 'them', 'i', 'love', 'these', 'pants', 'they', 'are', 'very', 'flattering', 'they', 'do', 'however', 'run', 'long', 'so', 'even', 'though', 'i', "'m", '5', '5', 'the', 'regulars', 'were', 'crazy', 'long', 'on', 'me', 'and', 'the', 'petite', 'fit', 'me', 'perfectly', 'i', 'was', 'worried', 'they', 'would', 'stretch', 'out', 'a', 'lot', 'but', 'i', "'ve", 'worn', 'them', 'twice', 'and', 'they', "haven't.,5,1,0", 'general', 'petite', 'bottoms', 'jeans'] ['13464,867,36', 'cute', 'but', 'thinner', 'than', 'i', 'would', 'like', 'it', 'is', 'a', 'cute', 'top', 'and', 'i', 'loved', 'the', 'fit', 'and', 'it', "'s", 'super', 'soft', 'feel', 'but', 'i', "'m", 'kind', 'of', 'getting', 'tired', 'of', 'the', 'sheer', 'shirt', 'thing', 'this', 'year', 'i', 'bought', 'this', 'for', 'the', 'summer', 'and', 'it', "'s", 'hot', 'here', 'so', 'not', 'wanting', 'to', 'have', 'to', 'wear', 'a', 'shirt', 'under', 'my', 'shirt', 'it', "'s", 'not', 'crazy', 'sheer', 'but', 'still', 'undecided', 'if', 'you', 'live', 'in', 'a', 'state', 'with', 'no', 'sweat', 'you', "'ll", 'probably', 'be', 'fine', 'i', "'ll", 'have', 'to', 'walk', 'around', 'and', 'try', 'it', 'in', 'different', 'lighting', 'situations', 'and', 'think', 'about', 'it', ',3,1,28', 'general', 'tops', 'knits'] ['13465,1054,40', ',,3,0,0', 'general', 'bottoms', 'pants'] ['13466,921,54', 'oversized', 'and', 'itchy', 'the', 'small', 'is', 'huge', 'on', 'me', 'and', 'the', 'sweater', 'is', 'very', 'itchy', 'cute', 'idea', 'but', 'not', 'for', 'me', 'i', 'will', 'return', 'it.,3,0,0', 'general', 'tops', 'sweaters'] ['13467,253,32', 'great', 'fit', 'this', 'top', 'is', 'awesome', 'it', 'fits', 'well', 'and', 'has', 'a', 'flattering', 'shape', 'it', "'s", 'true', 'to', 'size', 'and', 'i', 'love', 'it', ',5,1,2', 'initmates', 'intimate', 'swim'] ['13468,1099,57', 'cute', 'love', 'this', 'dress', 'i', 'wear', 'a', 'size', 'large', 'but', 'had', 'to', 'return', 'and', 'order', 'a', 'medium', 'planning', 'to', 'wear', 'with', 'boots', 'it', "'s", 'a', 'light', 'dress', 'cute', 'for', 'work', 'the', 'only', 'downside', 'is', 'that', 'it', 'wrinkles', 'easily', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13469,253,42', 'delightful', 'different', 'gets', 'dirty', 'asap', 'i', 'love', 'the', 'design', 'and', 'fit', 'and', 'quality', 'have', 'been', 'looking', 'for', 'a', 'long-line', 'top', 'like', 'this', 'and', 'was', 'willing', 'to', 'pay', 'full', 'price', 'i', 'have', 'that', 'dreadful', 'little', 'roll', 'right', 'under', 'my', 'bust', 'line', 'and', 'this', 'sucks', 'everything', 'in', 'nicely', 'smooths', 'it', 'all', 'out', 'i', "'m", 'a', '38c', 'and', 'everything', 'was', 'contained', 'nicely', 'and', 'fit', 'great', 'in', 'the', 'large', 'top'] [] ['here', "'s", 'my', 'issue', 'wore', 'it', 'once', 'and', 'the', 'colors', 'ran', 'i', 'was', 'so', 'excited', 'to', 'wear', 'this', 'i', 'did', "n't", 'even', 'wash', 'the', 'top', 'i', 'rinsed', 'and', 'dried', 'the', 'bottom', 'though', 'and', 'i', "'m", 'not', 'a', 'swimmer', 'just', 'let', ',2,0,0', 'initmates', 'intimate', 'swim'] ['13470,1024,63', 'cute', 'but', 'tight', 'these', 'are', 'pretty', 'good', 'high-rise', 'jeans', 'probably', 'the', 'best', 'you', "'ll", 'find', 'for', 'the', 'price', 'they', "'re", 'all', 'one', 'color', 'no', 'whisking', 'or', 'fading', 'so', 'they', 'look', 'dressier', 'than', 'your', 'average', 'jeans', 'and', 'the', 'cut', 'through', 'the', 'leg', 'is', 'bone', 'straight', 'which', 'i', 'think', 'flatters', 'most', 'body', 'shapes', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'they', 'are', 'tight', 'i', 'got', 'these', 'in', 'a', '25', 'my', 'usual', 'size', 'and', 'they', 'squeeze', 'my', 'belly', 'i', 'probably', 'could', "'ve", 'sized', 'up', 'but', 'i', "'m", 'waiting', 'to', 'see', 'if', 'they', 'stretch', 'out', 'the', 'way', 'most', 'levi', "'s", 'do', ',4,1,0', 'general', 'bottoms', 'jeans'] ['13471,1102,29', 'nicer', 'in', 'person', 'very', 'high', 'quality', 'dress', 'there', 'are', 'two', 'layers', 'the', 'under', 'navy', 'and', 'over', 'white', 'crochet', 'which', 'makes', 'this', 'worth', 'the', 'price', 'however', 'it', 'is', 'very', 'straight', 'making', 'the', 'dress', 'fit', 'like', 'a', 'bag', 'if', 'you', 'have', 'hips', 'or', 'boobs', 'tried', 'petite', 'and', 'regular', 'and', 'both', 'were', 'too', 'baggy', 'even', 'in', 'xs', ',3,1,0', 'general', 'dresses', 'dresses'] ['13472,1125,49', 'buttons', 'have', 'not', 'been', 'fixed', 'despite', 'retailer', "'s", 'claim', 'despite', 'retailer', "'s", 'claim', 'that', 'they', 'have', 'fixed', 'the', 'button', 'issue', 'on', 'this', 'coat', 'beware', 'they', 'have', "n't", 'i', 'ordered', 'this', 'coat', 'november', '18th', 'feeling', 'safe', 'that', 'the', 'issue', 'that', 'scores', 'of', 'other', 'reviewers', 'had', 'noted', 'was', 'fixed', 'because', 'retailer', 'indicated', 'rest', 'assured', 'this', 'issue', 'has', 'been', 'fixed', 'as', 'noted', 'in', 'the', 'item', 'description', 'feeling', 'confident', 'that', 'i', "'d", 'get', 'a', 'non-defective', 'coat', 'at', 'this', 'late', 'date', 'in', 'the', 'quality', 'assurance', 'cycle', 'i', 'was', 'severely', 'disappointed', 'to', 'open', 'my', 'shipment', 'tonight', 'nov', '24th', 'immediately', 'di', ',2,0,4', 'general', 'petite', 'jackets', 'outerwear'] ['13473,1024,55', 'love', 'so', 'glad', 'to', 'see', 'high', 'waisted', 'jeans', 'again', 'very', 'soft', 'very', 'comfortable', 'and', 'the', 'raw', 'edge', 'hem', 'makes', 'them', 'just', 'edgy', 'enough', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13474,867,65', 'beautiful', 'akemi', 'and', 'kin', 'detail', 'this', 'is', 'a', 'bit', 'pricey', 'but', 'i', 'think', 'the', 'akemi', 'and', 'kin', 'quality', 'is', 'worth', 'the', 'price', 'this', 'photo', 'is', 'quite', 'inadequate', 'to', 'let', 'you', 'see', 'the', 'gorgeous', 'dye', 'color', 'and', 'floral', 'detail', 'the', 'sleeves', 'are', 'upturned', 'and', 'tacked', 'the', 'curvy', 'hem', 'is', 'very', 'flattering', 'and', 'the', 'designer', 'added', 'a', 'small', 'triangle', 'of', 'cloth', 'at', 'the', 'top', 'of', 'the', 'curvy', 'side', 'just', 'to', 'add', 'to', 'the', 'careful', 'custom', 'detail', 'the', '60', 'cotton/40', 'modal', 'is', 'deliciously', 'soft', 'the', 'fine', 'detail', 'in', 'cut', 'fit', 'artistic', 'design', 'will', 'make', 'this', 'not', 'simple', 'tee', 'a', 'divine', 'pleasure', ',5,1,10', 'general', 'tops', 'knits'] ['13475,1099,65', 'not', 'as', 'pictured', 'i', 'was', 'so', 'excited', 'to', 'see', 'this', 'yellow', 'dress', 'online', 'but', 'was', 'disappointed', 'with', 'the', 'color', 'when', 'it', 'arrived', 'the', 'yellow', 'us', 'much', 'darker', 'than', 'pictured', 'i', 'felt', 'the', 'dress', 'ran', 'true', 'to', 'size', 'but', 'if', 'you', "'re", 'short', 'you', 'definitely', 'want', 'to', 'go', 'with', 'petite', 'sizes.,3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['13476,1168,26', 'love', 'these', 'suits', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'i', "'ll", 'never', 'buy', 'a', 'bathing', 'suit', 'anywhere', 'else', 'i', 'buy', 'all', 'my', 'suits', 'from', 'here', 'now', ',5,1,0', 'initmates', 'intimate', 'swim'] ['13477,867,68', 'perfect', 'tee', 'i', 'love', 'this', 'tee', 'it', 'is', 'light', 'weight', 'and', 'fits', 'perfectly', 'the', 'additional', 'accents', 'like', 'cuff', 'work', 'and', 'detail', 'around', 'the', 'neck', 'makes', 'it', 'original.,5,1,0', 'general', 'tops', 'knits'] ['13478,1094,26', 'love', 'be', 'careful', 'the', 'color', 'choice', 'though.', 'i', 'love', 'this', 'dress', 'so', 'much', 'that', 'i', 'bought', 'it', 'in', '2', 'colors', 'one', 'in', 'blue', 'and', 'one', 'in', 'orange', 'great', 'style', 'comfortable', 'and', 'quality', 'material', 'however', 'the', 'cut', 'is', 'much', 'much', 'deeper', 'than', 'it', 'appears', 'in', 'the', 'pictures', 'women', 'with', 'bust', 'should', 'be', 'conscious', 'of', 'that'] [] ['the', 'blue', 'is', 'the', 'better', 'color', 'the', 'orange', 'looks', 'more', 'like', 'a', 'fluorescent', 'red-orange', 'still', 'cute', 'but', 'not', 'as', 'subtly', 'muted', 'as', 'it', 'appears', 'in', 'the', 'pics'] [] ['overall', 'great', 'dress', 'even', 'better', 'with', 'the', 'sale', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['13479,1094,25', 'engagement', 'photo', 'i', 'got', 'this', 'dress', 'in', 'navy', 'for', 'my', 'engagement', 'photos', 'and', 'i', 'got', 'so', 'many', 'compliments', 'on', 'the', 'design', 'and', 'fit', 'of', 'the', 'dress', 'it', "'s", 'very', 'comfortable', 'and', 'stretchy', 'so', 'i', 'got', 'a', '6', 'petite', 'and', 'it', 'fit', 'perfectly', 'where', 'normally', 'i', 'need', 'an', '8', 'or', 'a', '10', 'because', 'clothes', 'are', 'made', 'so', 'tight', 'now', 'it', 'was', 'light', 'weight', 'and', 'fit', 'great', 'in', 'the', 'bust', 'and', 'fell', 'nicely', 'over', 'the', 'hips', 'and', 'for', 'the', 'bottom', 'of', 'the', 'dress', 'being', 'white', 'it', 'surprisingly', 'was', "n't", 'see', 'through', 'i', 'would', "n't", 'go', 'wearing', 'bright', 'red', 'under', 'the', 'dress', 'but', 'there', 'is', 'definitely', 'no', ',5,1,18', 'general', 'dresses', 'dresses'] ['13480,873,64', 'cute', 'but', 'durable', 'love', 'it', 'love', 'the', 'color', 'fabric', 'and', 'buttons', 'really', 'comfortable', 'relaxed', 'fit', ',5,1,0', 'general', 'tops', 'knits'] ['13481,1094,51', 'weird', 'this', 'dress', 'just', 'fits', 'weird', 'maybe', 'it', 'works', 'for', 'somebody', 'there', 'is', 'a', 'reason', 'it', 'has', 'been', 'put', 'on', 'sale', ',1,0,1', 'general', 'dresses', 'dresses'] ['13482,1094,29', 'great', 'summer', 'staple', 'i', 'bought', 'the', 'orange', 'version', 'during', 'the', 'tag', 'sale', 'and', 'was', 'so', 'pleasantly', 'surprised', 'when', 'it', 'arrived', 'it', 'fits', 'very', 'well', 'and', 'is', 'made', 'from', 'thick', 'high', 'quality', 'material', 'i', 'only', 'wish', 'they', 'had', 'more', 'colors'] ['sizing', 'i', 'bought', 'the', '2p', 'and', 'it', 'fits', 'well', 'although', 'a', '0p', 'may', 'have', 'fit', 'better', 'the', 'dress', 'is', 'fairly', 'low', 'cut', 'on', 'me', 'although', 'i', 'am', 'small', 'chested', 'but', 'i', 'would', "n't", 'feel', 'comfortable', 'wearing', 'it', 'to', 'work', ',5,1,0', 'general', 'dresses', 'dresses'] ['13483,1094,33', 'pretty', 'dress', 'i', 'got', 'this', 'dress', 'in', 'the', 'navy', 'blue', 'and', 'it', 'fits', 'perfect', 'there', 'is', 'a', 'little', 'too', 'much', 'fabric', 'in', 'the', 'middle', 'but', 'it', 'allows', 'the', 'dress', 'the', 'stretch', 'more', 'the', 'fabric', 'on', 'the', 'button', 'is', 'a', 'little', 'thin', 'and', 'not', 'lined', 'but', 'you', 'really', 'ca', "n't", 'see', 'anything', 'through', 'it', 'i', "'m", '5', '2', 'and', 'usually', 'purchase', 'the', 'petite', 'but', 'the', 'regular', 'fit', 'just', 'fine', 'and', 'hit', 'me', 'about', 'mid', 'knee', 'the', 'petite', 'would', 'have', 'probably', 'been', 'too', 'short', ',5,1,1', 'general', 'dresses', 'dresses'] ['13484,1094,28', 'alicia', 'i', 'ordered', 'the', 'black', 'and', 'white', 'version', 'online', 'and', 'the', 'dress', 'fit', 'perfectly', 'it', 'was', 'very', 'well-made', 'with', 'a', 'nicely', 'textured', 'heavier', 'cloth', 'and', 'the', 'overall', 'appearance', 'is', 'very', 'classy', 'it', 'is', 'a', 'versatile', 'dress', 'and', 'i', 'would', 'highly', 'recommend', 'it', ',5,1,5', 'general', 'dresses', 'dresses'] ['13485,927,38', 'very', 'nicely', 'made', 'i', 'normally', 'take', 'a', 'small', 'or', 'medium', 'in', 'antrho', 'tops', 'i', 'ordered', 'the', 'xs/s', 'and', 'i', "'m", 'kind', 'of', 'swimming', 'in', 'it', 'i', 'think', 'it', "'s", 'a', 'good', 'look', 'though', 'and', 'will', 'complement', 'shorts', 'or', 'skinny', 'jeans', 'i', 'could', 'wear', 'this', 'through', 'all', 'seasons', 'in', 'the', 'pnw', 'so', 'i', 'expect', 'to', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'i', 'was', 'afraid', 'the', 'embroidered', 'shoulders', 'would', 'be', 'stiff', 'and', 'stick', 'out', 'but', 'that', 'is', "n't", 'the', 'case', 'at', 'all', 'the', 'sweater', 'is', 'all', 'soft', 'and', 'flowy', 'drapes', 'nicely', 'and', 'can', 'be', 'easily', 'dressed', 'up', 'or', 'down', 'worth', 'the', 'price', ',5,1,16', 'general', 'petite', 'tops', 'sweaters'] ['13486,927,29', 'it', "'s", 'a', 'beautiful', 'sweater', 'but', 'it', 'is', 'very', 'wide', 'much', 'wider', 'than', 'it', 'looks', 'on', 'the', 'model', 'even', 'in', 'the', 'xs/s', 'it', 'is', 'also', 'fairly', 'itchy', 'just', 'way', 'too', 'big', 'for', 'my', 'small', 'frame', 'which', 'is', 'not', 'really', 'the', 'look', 'i', 'was', 'going', 'for', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13487,927,37', ',,2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13488,909,34', 'not', 'for', 'skinny', 'girls', 'this', 'is', 'not', 'even', 'a', 'dolman', 'style', 'sweater', 'because', 'it', "'s", 'loose', 'fitting', 'everywhere', 'around', 'the', 'arm', 'the', 'point', 'of', 'a', 'dolman', 'sweater', 'is', 'that', 'the', 'sleeves', 'are', 'fitted', 'around', 'the', 'wrist/forearm', 'but', 'this', 'is', 'not', 'the', 'case', 'with', 'this', 'sweater', 'it', "'s", 'super', 'loose', 'around', 'the', 'wrist', 'area', 'i', 'can', 'fit', 'both', 'of', 'my', 'wrists', 'into', 'a', 'sleeve', ',2,0,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13489,927,30', 'beautiful', 'piece', 'as', 'soon', 'as', 'i', 'saw', 'this', 'piece', 'online', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'like', 'other', 'reviewers', 'the', 'black', 'flower', 'part', 'on', 'the', 'shoulders', 'can', 'be', 'itchy', 'underneath', 'it', 'does', 'run', 'large', 'but', 'that', "'s", 'my', 'style', 'i', 'love', 'pairing', 'pieces', 'like', 'this', 'with', 'skinny', 'jeans', 'or', 'leggings', 'and', 'booties', 'can', 'be', 'dressed', 'up', 'or', 'down', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13490,1094,29', 'love', 'this', 'dress', 'bought', 'the', 'green/blue', 'colors', 'are', 'bright', 'fabric', 'is', 'so', 'soft', 'the', 'neckline', 'is', 'just', 'right', 'for', 'a', 'small', 'chest', 'the', 'top', 'is', 'structured', 'nicely', 'giving', 'you', 'a', 'figure', 'flattering', 'fit', ',5,1,0', 'general', 'dresses', 'dresses'] ['13491,909,40', 'this', 'sweater', 'is', 'gorgeous', 'it', 'is', 'soft', 'and', 'i', 'love', 'the', 'button', 'detail', 'down', 'the', 'sides', 'of', 'the', 'sleeves', 'i', 'would', 'have', 'loved', 'the', 'blue', 'color', 'but', 'it', 'was', 'sold', 'out', 'so', 'i', 'settled', 'for', 'the', 'soft', 'peach', 'color', 'it', 'is', 'a', 'very', 'pretty', 'sweater', 'and', 'looks', 'nice', 'on', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13492,1079,43', 'cute', 'nice', 'flowy', 'dress', 'only', 'thing', 'is', 'that', 'it', 'has', 'the', 'high', 'low', 'skirt', 'which', 'i', 'think', 'is', 'getting', 'outdated', 'beyond', 'that', 'it', 'is', 'a', 'cute', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['13493,909,68', 'beautiful', 'color', 'i', 'love', 'both', 'the', 'color', 'of', 'this', 'sweater', 'as', 'well', 'as', 'the', 'buttons', 'on', 'the', 'cuffs', 'this', 'sweater', 'is', 'an', 'easy', 'pick', 'any', 'day', 'of', 'the', 'week', 'and', 'goes', 'well', 'with', 'all', 'of', 'my', 'work', 'pants', 'plus', 'the', 'soft', 'and', 'pretty', 'pink', 'adds', 'some', 'brightness', 'to', 'my', 'otherwise', 'dark', 'winter', 'wardrobe', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13494,927,54', 'this', 'poncho', 'is', 'very', 'pretty', 'and', 'unique.it', 'does', 'run', 'very', 'over-sized', 'however', 'that', "'s", 'how', 'it', 'is', 'styled', 'to', 'be', 'the', 'embroidery', 'is', 'very', 'nice', 'it', 'does', 'sit', 'back', 'on', 'the', 'should', 'a', 'little', 'further', 'than', 'pictured', 'the', 'open', 'weave', 'is', 'a', 'little', 'looser', 'than', 'the', 'picture', 'seems', 'and', 'you', 'will', 'need', 'to', 'wear', 'something', 'under', 'it', 'cami', 'tank', 'body', 'shaper', 'probably', 'will', 'pick', 'or', 'snag', 'pretty', 'easily', 'also', 'the', 'longer', 'hem', 'in', 'the', 'back', 'is', 'cute', 'but', 'if', 'you', 'are', 'on', 'the', 'shorter', 'side', 'you', 'may', 'not', 'like', 'where', 'it', 'hits', 'it', 'will', 'look', 'best', 'with', ',4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13495,1094,44', 'beautiful', 'dress', 'i', 'bought', 'the', 'blue/green', 'color', 'it', 'was', 'absolutely', 'beautiful', 'i', 'paired', 'it', 'with', 'a', 'green', 'sweater', 'jacket', 'for', 'inside', 'and', 'took', 'the', 'sweater', 'off', 'as', 'it', 'warmed', 'up', 'very', 'comfortable', 'versatile', 'flexible', 'and', 'the', 'color', 'is', 'rich', 'i', 'am', '5', '5', 'and', '147', 'pds', 'and', 'the', 'm', 'fit', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['13496,927,23', 'love', 'this', 'top', 'is', 'lovely', 'high', 'quality', 'yet', 'delicate', 'material', 'and', 'is', 'the', 'perfect', 'weight', 'to', 'transition', 'to', 'autumn', 'the', 'top', 'is', 'oversized', 'yet', 'flattering', 'paired', 'with', 'leggings', 'it', 'will', 'be', 'the', 'perfect', 'travel', 'outfit', 'for', 'my', 'upcoming', 'trip', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'over', 'and', 'over', 'again', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13497,927,30', 'super', 'cute', 'i', 'ordered', 'this', 'a', 'few', 'weeks', 'ago', 'on', 'major', 'sale', 'im', 'quite', 'tall', "5'11", 'so', 'i', 'went', 'with', 'the', 'm/l', 'to', 'ensure', 'that', 'the', 'length', 'would', 'work', 'its', 'definitely', 'long', 'enough', 'almost', 'a', 'little', 'too', 'big', 'but', 'i', 'like', 'the', 'slouchy', 'look', 'my', 'only', 'real', 'complaint', 'is', 'that', 'its', 'a', 'bit', 'itchy', 'other', 'than', 'that', 'i', 'think', 'its', 'a', 'great', 'buy', ',4,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13498,1094,34', 'i', 'ordered', 'the', 'red/orange', 'but', 'it', 'was', 'much', 'brighter', 'than', 'i', 'expected', 'felt', 'almost', 'neon', 'and', 'the', 'dress', 'felt', 'much', 'more', 'casual', 'than', 'i', 'expected', 'from', 'the', 'pictures', 'online', 'that', 'said', 'it', "'s", 'a', 'great', 'dress', 'and', 'i', 'am', 'keeping', 'it', 'just', 'adjusting', 'my', 'expectations/what', 'i', 'plan', 'to', 'wear', 'it', 'for', ',4,1,0', 'general', 'dresses', 'dresses'] ['13499,927,28', 'way', 'too', 'big', 'i', 'was', 'so', 'excited', 'to', 'try', 'this', 'sweater', 'on', 'when', 'it', 'arrived', 'but', 'to', 'my', 'disappointment', 'it', 'was', 'overly', 'large', 'i', 'was', 'pratically', 'swimming', 'in', 'it', 'really', 'love', 'the', 'design', 'and', 'the', 'way', 'it', 'looks', 'on', 'the', 'model', 'just', 'did', "n't", 'work', 'out', 'that', 'way', 'on', 'me', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13500,927,63', 'love', 'this', 'poncho', 'it', "'s", 'casual', 'has', 'a', 'bit', 'of', 'a', 'sexy', 'vibe', 'comfy', 'great', 'with', 'leggings', 'probably', 'boots', 'once', 'it', "'s", 'a', 'little', 'cooler', 'soft', 'and', 'lacey', 'lace', 'is', 'sheer', 'so', 'a', 'cami', 'is', 'needed', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['13501,909,29', 'oversized', 'bag', 'this', 'sweater', 'has', 'the', 'weirdest', 'stitching', 'although', 'the', 'buttons', 'on', 'the', 'sleeves', 'are', 'a', 'nice', 'touch', 'and', 'the', 'hunter', 'green', 'color', 'is', 'to', 'die', 'poor', 'fit', 'means', 'poor', 'sweater', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['13502,868,44', ',runs', 'very', 'big', 'i', 'ordered', 'a', 'l', 'and', 'need', 'a', 'm.', 'unfortunately', 'no', 'medium', 'left', 'great', 'top', 'with', 'lots', 'of', 'character', 'hate', 'i', 'missed', 'this', 'cute', 'top,3,1,0', 'general', 'tops', 'knits'] ['13503,1094,36', 'perfect', 'summer', 'dress', 'i', 'bought', 'this', 'in', 'the', 'orange', 'color', 'might', 'not', 'be', 'the', 'color', 'for', 'everyone', 'but', 'with', 'my', 'coloring', 'looked', 'great', 'very', 'similar', 'to', 'the', 'picture', 'online', 'fit', 'is', 'perfect', 'very', 'comfortable', 'the', 'fabric', 'is', 'night', 'stretching', 'but', 'flattering', 'bought', 'this', 'with', 'the', '30', 'off', 'sale', 'not', 'sure', 'i', 'would', 'have', 'paid', 'full', 'price', 'based', 'on', 'the', 'fabric', 'but', 'love', 'that', 'i', 'got', 'if', 'for', 'extra', 'off', 'the', 'sale', 'wish', 'the', 'others', 'were', 'in', 'stock', 'because', 'i', 'would', 'have', 'bought', 'them', 'too', ',5,1,0', 'general', 'dresses', 'dresses'] ['13504,611,29', 'flattering', 'romper', 'rompers', 'are', 'usually', 'tough', 'for', 'me', 'i', 'am', 'petite', 'especially', 'on', 'top', '5', '2', '110', 'lbs', '34a', 'but', 'have', 'a', 'healthy', 'butt', 'and', 'hips', 'which', 'can', 'make', 'sizing', 'difficult', 'in', 'this', 'romper', 'i', 'tried', 'a', 'regular', 'xs', 'and', 'found', 'the', 'fit', 'very', 'flattering', 'the', 'top', 'was', 'blouse-y', 'on', 'me', 'but', 'not', 'overly', 'so', 'and', 'the', 'arm', 'holes', 'did', "n't", 'gape', 'which', 'is', 'usually', 'an', 'issue', 'for', 'me', 'with', 'non-petite', 'sizing', 'the', 'elastic', 'waistband', 'is', 'also', 'great', 'as', 'you', 'can', 'adjust', 'it', 'to', 'hit', 'you', 'in', 'a', 'flattering', 'spot', 'and', 'keep', 'the', 'shorts', 'from', 'being', 'too', 'short', 'which', ',4,1,3', 'general', 'petite', 'bottoms', 'pants'] ['13505,1092,33', 'the', 'details', 'this', 'is', 'a', 'great', 'dress', 'that', 'i', 'was', 'eyeing', 'for', 'some', 'time', 'i', 'bought', 'it', 'after', 'new', 'year', "'s", 'with', 'the', '40', 'off', 'discount', 'unfortunately', 'the', 'dress', 'arrived', 'with', 'a', 'defect', 'so', 'i', 'have', 'to', 'have', 'it', 'fixed'] [] ['the', 'quality', 'of', 'the', 'dress', 'is', 'amazing', 'the', 'details', 'are', 'truly', 'unique', 'one', 'could', 'tell', 'that', 'the', 'dress', 'is', 'very', 'well', 'made', 'however', 'it', 'does', 'run', 'large', 'i', 'bought', 'the', 'xs', 'and', 'feel', 'that', 'i', 'could', 'have', 'downsized', 'at', 'least', 'one', 'to', 'two', 'sizes', 'it', "'s", 'very', 'comfortable', 'and', 'it', 'could', 'be', 'dressed', 'up', 'or', 'down'] [] ['overall', 'im', 'happy', 'with', 'the', 'purc', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13506,1053,42', 'finally', 'a', 'jumpsuit', 'that', 'fits', 'the', 'short', 'waisted', 'i', "'ve", 'always', 'loved', 'the', 'idea', 'of', 'jumpsuits', 'but', 'could', 'never', 'find', 'one', 'that', 'worked', 'either', 'the', 'print', 'was', 'too', 'crazy', 'or', 'the', 'length', 'was', 'too', 'long', 'or', 'the', 'waist', 'line', 'looked', 'funky', 'on', 'me', 'this', 'one', 'worked', 'perfectly', 'i', "'m", '5', '4', 'and', 'the', 'regular', 'xs', 'fit', 'nicely', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'especially', 'in', 'the', 'spring/summer', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['13507,1092,42', ',i', 'bought', 'this', 'dress', 'thinking', 'it', 'would', 'be', 'cute', 'for', 'christmas', 'in', 'florida', 'but', 'when', 'i', 'received', 'it', 'i', 'was', "n't", 'so', 'sure', 'about', 'a', 'christmas', 'dress', 'i', 'like', 'it', 'for', 'a', 'casual', 'night', 'out', 'with', 'high', 'boots', 'super', 'cute', 'i', 'received', 'many', 'compliments', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13508,1053,26', 'favorite', 'new', 'piece', 'absolutely', 'love', 'this', 'piece', '5', '6', 'and', '120', 'lbs', 'and', 'ordered', 'a', 'small', 'fits', 'perfectly', 'this', 'jumpsuit', 'has', 'become', 'a', 'regular', 'in', 'my', 'outfit', 'rotation', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13509,611,29', 'love', 'this', 'romper', 'this', 'is', 'the', 'first', 'romper', 'i', 'have', 'have', 'purchased', 'and', 'is', 'so', 'cute', 'i', 'am', 'in', 'between', 'a', 'small', 'and', 'a', 'medium', 'usually', '5', '7', '135', 'lbs', 'and', 'athletic', 'the', 'medium', 'fit', 'okay', 'but', 'with', 'some', 'extra', 'fabric', 'the', 'small', 'fit', 'better', 'and', 'was', 'much', 'more', 'flattering', 'the', 'romper', 'feel', 'well-made', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13510,942,63', 'had', 'to', 'send', 'it', 'back', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'sweater', 'i', 'thought', 'that', 'the', 'moss', 'color', 'would', 'make', 'it', 'a', 'great', 'basic', 'for', 'work', 'or', 'casual', 'days', 'ordering', 'it', 'on', 'sale', 'made', 'it', 'all', 'the', 'better', 'however', 'when', 'it', 'came', 'i', 'was', 'so', 'sad', 'to', 'see', 'how', 'muted', 'the', 'colors', 'were', 'with', 'little', 'definition', 'the', 'sweater', 'itself', 'lacks', 'definition', 'as', 'well', 'just', 'shapeless', 'and', 'hangy', 'i', 'also', 'did', 'not', 'expect', 'the', 'angora', 'like', 'hair', 'on', 'the', 'sweater', 'which', 'bothered', 'by', 'eyes', 'as', 'soon', 'as', 'i', 'tried', 'it', 'on', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['13511,927,38', 'big', 'and', 'boxy', 'this', 'sweater', 'is', 'big', 'and', 'box', 'it', 'looks', 'very', 'similar', 'on', 'as', 'it', 'does', 'on', 'the', 'model', 'as', 'other', 'reviewers', 'have', 'mentioned', 'the', 'embroidery', 'on', 'the', 'shoulders', 'is', 'a', 'bit', 'itchy', ',3,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13512,1053,27', 'effortless', 'jumpsuit', 'this', 'jumpsuit', 'is', 'great', 'i', 'finally', 'found', 'a', 'jumpsuit', 'that', 'works', 'with', 'my', 'longer', 'torso', 'the', 'fabric', 'is', 'so', 'comfortable', 'and', 'moves', 'with', 'you', 'i', "'m", 'planning', 'to', 'pair', 'a', 'thick', 'belt', 'with', 'the', 'jumpsuit', 'over', 'the', 'portion', 'with', 'the', 'tie', 'just', 'for', 'some', 'added', 'detail', 'while', 'wearing', 'the', 'piece', 'it', "'s", 'quite', 'easy', 'to', 'get', 'in', 'and', 'out', 'of', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13513,1094,34', 'great', 'day', 'dress', 'i', 'loved', 'wearing', 'this', 'outside', 'on', 'a', 'hot', 'day', 'the', 'fabric', 'is', 'a', 'nice', 'quality', 'you', 'ca', "n't", 'tell', 'in', 'the', 'photos', 'but', 'it', 'is', 'a', 'jersey/knit', 'fabric', 'the', 'color', 'labeled', 'red', 'that', 'looks', 'orange', 'is', 'actually', 'coral', 'it', "'s", 'a', 'nice', 'color', 'i', 'usually', 'wear', 'a', 'true', 'size', '2', 'and', 'that', "'s", 'what', 'i', 'ordered', 'but', 'i', 'found', 'that', 'it', 'is', 'slightly', 'big', 'i', 'can', 'wear', 'it', 'but', 'would', 'have', 'preferred', 'half', 'a', 'size', 'to', 'a', 'full', 'size', 'smaller', 'a', 'versatile', 'dress', 'that', 'you', 'can', 'wear', 'often', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13514,909,33', 'beautiful', 'sweater', 'this', 'sweater', 'is', 'absolutely', 'gorgeous', 'the', 'green', 'is', 'a', 'lovely', 'rich', 'shade', 'and', 'the', 'material', 'is', 'wonderfully', 'soft', 'i', 'love', 'the', 'slightly', 'slouchy', 'fit', 'but', 'it', "'s", 'far', 'from', 'looking', 'shapeless', 'i', 'bought', 'my', 'usual', 'size', 'small', '5', '8', '140', 'straight', 'athletic', 'build', 'size', '4/6', 'and', 'i', 'love', 'it', 'casually', 'paired', 'with', 'boyfriend', 'jeans', 'and', 'ankle', 'boots', 'or', 'a', 'little', 'elevated', 'with', 'a', 'skinny', 'and', 'heels'] [] ['i', "'m", 'so', 'happy', 'to', 'have', 'tracked', 'it', 'down', 'in', 'our', 'local', 'store', 'i', "'d", 'buy', 'them', 'all', 'if', 'there', 'was', 'more', 'in', 'stock', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['13515,909,44', 'stylish', 'soft', 'and', 'great', 'color', 'i', 'love', 'this', 'sweater', 'i', 'ordered', 'the', 'xs', 'petite', 'it', 'fits', 'perfectly', 'it', 'is', 'soft', 'i', 'hate', 'itchy', 'sweaters', 'the', 'peach', 'color', 'is', 'actually', 'more', 'pink', 'but', 'i', 'love', 'the', 'color', 'great', 'buy', 'i', "'m", 'ordering', 'another', 'one', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13516,927,31', 'looks', 'old', 'even', 'at', 'the', 'store', 'but', 'nice', 'design', 'although', 'this', 'has', 'a', 'nice', 'design', 'and', 'i', 'wanted', 'to', 'love', 'it', 'it', 'already', 'looked', 'ruined', 'in', 'the', 'store', 'with', 'pulls', 'all', 'over', 'each', 'one', 'i', 'found', 'the', 'fit', 'is', 'nice', 'but', 'i', 'would', "n't", 'buy', 'it', 'due', 'to', 'the', 'material', 'being', 'too', 'delicate', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13517,1053,68', 'just', 'purchased', 'this', 'in', 'the', 'lilac', 'color', 'in', 'the', 'store', 'in', 'my', 'usual', 'xs', 'size', 'the', 'cut', 'and', 'shape', 'are', 'very', 'flattering', 'with', 'the', 'waist', 'sitting', 'lower', 'than', 'my', 'natural', 'waist', 'in', 'person', 'the', 'color', 'looks', 'very', 'different', 'than', 'on', 'the', 'website', 'it', 'is', 'more', 'a', 'lovely', 'neutral', 'taupe', 'to', 'me', 'one', 'thing', 'is', 'that', 'the', 'snap', 'at', 'the', 'neck', 'is', 'placed', 'about', 'one', 'half', 'inch', 'off', 'in', 'order', 'for', 'the', 'neckline', 'to', 'lay', 'flat', 'since', 'this', 'jumpsuit', 'is', 'so', 'cute', 'i', 'decided', 'that', 'this', 'is', 'an', 'easy', 'fix', 'i', 'can', 'do', 'myself', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13518,927,38', 'great', 'summer-fall', 'sweater', 'i', 'really', 'like', 'this', 'sweater', 'a', 'lot', 'it', 'runs', 'huge', 'though', 'i', 'have', 'a', 'm/l', 'and', 'i', "'m", 'swimming', 'in', 'it', '5', '9', 'sz', '12-14', 'i', 'like', 'the', 'length', 'and', 'the', 'swingy-ness', 'there', "'s", 'enough', 'coverage', 'for', 'me', 'to', 'feel', 'comfortable', 'layering', 'it', 'over', 'a', 'bra', 'cami', 'and', 'leggings', 'the', 'shoulder', 'detail', 'is', 'what', 'makes', 'it', 'the', 'only', 'downside', 'is', 'that', 'the', 'threads', 'on', 'the', 'reverse', 'side', 'of', 'the', 'embroidery', 'are', 'a', 'little', 'rough', 'but', 'not', 'enough', 'to', 'bother', 'me', 'the', 'knitted', 'fabric', 'is', 'soft', 'and', 'cool', 'feeling', 'i', 'plan', 'on', 'wearing', 'it', 'into', 'fall', 'with', 'real', 'pants', 'and', ',4,1,5', 'general', 'petite', 'tops', 'sweaters'] ['13519,1094,58', 'lovely', 'dress', 'i', 'ordered', 'this', 'online', 'and', 'was', 'so', 'excited', 'to', 'try', 'it', 'unfortunately', 'it', 'did', "n't", 'work', 'for', 'me', 'maybe', 'its', 'the', 'style', 'but', 'i', 'had', 'issues', 'with', 'the', 'fit', 'maybe', 'i', "'m", 'too', 'long', 'waisted', 'it', 'just', 'did', "n't", 'seem', 'to', 'fall', 'properly', 'i', 'liked', 'the', 'fabric', 'loved', 'the', 'length', 'could', 'see', 'getting', 'a', 'lot', 'of', 'use', 'from', 'this', 'i', 'would', 'definitely', 'recommend', 'trying', 'it', 'on', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13520,1094,51', 'so', 'wanted', 'it', 'to', 'work', 'this', 'dress', 'has', 'a', 'great', 'shape', 'and', 'fabric', 'but', 'the', 'v', 'neckline', 'is', 'too', 'deep/low', 'and', 'the', 'arm', 'holes', 'are', 'also', 'cut', 'too', 'low', 'would', 'loved', 'to', 'have', 'been', 'able', 'to', 'keep', 'it', 'but', 'had', 'to', 'return.,2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['13521,1053,42', 'nice', 'idea', 'but', 'tricky', 'to', 'get', 'on', 'and', 'off', 'this', 'is', 'beautiful', 'fabric', 'and', 'a', 'good', 'fit', 'but', 'it', "'s", 'such', 'a', 'pain', 'to', 'get', 'on', 'and', 'off', 'that', 'i', 'just', 'do', "n't", 'want', 'to', 'hassle', 'with', 'it', 'the', 'button', 'is', 'in', 'the', 'back', 'and', 'very', 'tricky', 'to', 'reach', 'too', 'bad', 'because', 'otherwise', 'it', "'s", 'darling', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13522,1094,26', 'disappointing', 'this', 'is', 'a', 'really', 'nice', 'quality', 'dress', 'it', 'is', 'a', 'low-cut', 'v-neck', 'but', 'the', 'fabric', 'is', 'form', 'fitting', 'so', 'its', 'not', 'revealing', 'when', 'u', 'move', 'i', 'love', 'the', 'top', 'part', 'of', 'the', 'dress', 'but', 'the', 'skirt', 'just', 'did', 'nothing', 'for', 'me', 'it', "'s", 'a', 'soft', 'material', 'but', 'the', 'skirt', 'almost', 'resembles', 'a', 'bath', 'towel', 'in', 'look', 'and', 'feel', 'i', 'am', 'petite', 'in', 'size', '5', '0', '100lbs', 'i', 'will', 'be', 'returning', 'due', 'to', 'the', 'skirt', 'being', 'to', 'loose', 'on', 'me', 'in', 'width', 'rather', 'than', 'length', 'also', 'the', 'center', 'pleat', 'of', 'the', 'skirt', 'makes', 'it', 'look', 'a', 'bit', 'odd', 'the', 'skirt', 'hit', 'right', 'at', 'knee', 'height', ',2,0,20', 'general', 'petite', 'dresses', 'dresses'] ['13523,909,26', 'the', 'buttons', 'add', 'right', 'amount', 'of', 'detail', 'this', 'sweater', 'is', 'comfy', 'and', 'light', 'and', 'the', 'buttons', 'are', 'a', 'great', 'added', 'detail', 'i', 'bought', 'this', 'as', 'a', 'gift', 'but', 'i', 'tried', 'it', 'on', 'anyways', 'and', 'almost', 'kept', 'it', 'for', 'myself', 'great', 'for', 'early', 'spring', 'days', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13524,927,28', 'adorable', 'love', 'this', 'top', 'perfect', 'for', 'fall/winter', 'it', 'does', 'run', 'large', 'but', 'it', 'looks', 'great', 'love', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13525,927,39', ',,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13526,909,25', 'luxurious', 'this', 'sweater', 'is', 'very', 'warm', 'yet', 'light', 'the', 'pink', 'color', 'is', 'very', 'cute', 'and', 'the', 'buttons', 'are', 'detailed', 'very', 'nicely', 'it', 'hangs', 'a', 'bit', 'low', 'under', 'the', 'arms', 'and', 'definitely', 'tightens', 'at', 'the', 'wrist', 'i', 'ordered', 'the', 'xs', 'size', 'and', 'i', 'find', 'that', 'i', 'am', 'unable', 'to', 'push', 'the', 'sleeves', 'up', 'this', 'is', 'so', 'beautiful', 'and', 'has', 'a', 'subtle', 'uniqueness', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['13527,1053,29', ',,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['13528,611,69', 'way', 'cute', 'nicely', 'designed', 'romper', 'with', 'an', 'wide', 'elastic', 'waist', 'band', 'that', 'can', 'be', 'worn', 'on', 'the', 'hips', 'or', 'around', 'the', 'waist', 'not', 'too', 'short', 'for', 'this', '60+', 'body', 'and', 'very', 'comfy', 'i', 'wear', 'either', 'a', 'med', 'or', 'large', 'and', 'went', 'with', 'large', 'for', 'this', 'a', 'good', 'buy.,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13529,1094,47', 'so', 'many', 'things', 'to', 'love', 'love', 'the', 'mod', 'kind', 'of', 'style', 'the', 'forgiving', 'pleats', 'and', 'empire', 'waist', 'and', 'the', 'fabric', 'quality', 'but', 'the', 'neckline', 'is', 'just', 'way', 'too', 'deep', 'if', 'they', 'did', "n't", 'pin', 'the', 'one', 'on', 'the', 'model', 'i', "'m", 'a', 'monkey', "'s", 'uncle', 'that', 'super', 'low', 'neckline', 'takes', 'what', 'should', 'be', 'a', 'nice', 'day', 'dress', 'and', 'turns', 'it', 'into', 'something', 'you', 'ca', "n't", 'really', 'wear', 'in', 'a', 'church', 'or', 'in', 'front', 'of', 'your', 'dad', 'i', 'seriously', 'considered', 'altering', 'it', 'but', 'the', 'waist', 'is', 'already', 'so', 'high', 'i', 'felt', 'it', 'would', 'ruin', 'the', 'line', 'of', 'the', 'dress', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['13530,909,30', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13531,611,51', 'in', 'love', 'again', 'tried', 'this', 'little', 'number', 'on', 'in', 'store', 'i', 'am', '51', 'years', 'old', 'not', 'a', 'bad', 'body', 'gave', 'this', 'a', 'shot', 'it', 'looks', 'minus', 'my', 'slightly', 'wrinkled', 'knees', 'great', 'and', 'very', 'close', 'to', 'what', 'it', 'looks', 'like', 'on', 'model', 'very', 'happy', 'with', 'one', ',5,1,4', 'general', 'petite', 'bottoms', 'pants'] ['13532,1003,69', 'charming', 'skirt', 'i', 'have', 'been', 'wanting', 'this', 'skirt', 'for', 'a', 'long', 'time', 'i', 'was', 'worried', 'about', 'waist', 'which', 'is', 'fitted', 'i', 'finally', 'ordered', 'it', 'and', 'it', 'i', 'very', 'cute', 'the', 'waist', 'is', 'indeed', 'fitted', 'but', 'there', 'is', 'some', 'give', 'to', 'the', 'fabric', 'fabric', 'is', 'soft', 'cotton', 'not', 'unlike', 'denim', 'with', 'some', 'stretch', 'there', 'i', 'a', 'soft', 'cotton', 'liner', 'in', 'skirt', 'i', 'took', 'the', 'cloth', 'belt', 'off', 'because', 'i', 'can', 'not', 'retie', 'it', 'so', 'neatly', 'as', 'in', 'the', 'photo', 'also', 'i', 'just', 'do', "n't", 'want', 'a', 'bow', 'on', 'my', 'stomach', 'i', 'own', 'a', 'cute', 'narrow', 'belt', 'that', 'i', 'will', 'wear', 'with', 'skirt', 'as', 'i', 'think', 'something', 'is', 'needed', ',4,1,3', 'general', 'bottoms', 'skirts'] ['13533,873,36', ',,5,1,0', 'general', 'tops', 'knits'] ['13534,927,38', 'holy', 'enormous', 'this', 'is', 'the', 'widest', 'sweater', 'i', 'have', 'ever', 'seen', 'i', 'laughed', 'out', 'loud', 'when', 'i', 'opened', 'it', 'and', 'then', 'showed', 'it', 'around', 'my', 'office', 'and', 'everyone', 'else', 'cracked', 'up', 'too', 'it', 'is', 'comically', 'wide'] [] ['even', 'when', 'i', 'was', '9-1/2', 'months', 'pregnant', 'the', 'm/l', 'would', 'have', 'been', 'pretty', 'roomy', 'on', 'me', 'now', 'that', 'i', "'m", 'back', 'to', 'about', 'a', 'size', '10-12', 'this', 'looks', 'like', 'jared', 'from', 'subway', "'s", 'pre-weight-loss', 'pants', 'in', 'sweater', 'form', 'ridiculous', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13535,1094,58', 'cute', 'dress', 'i', 'did', "n't", 'go', 'with', 'the', 'intention', 'of', 'even', 'looking', 'at', 'a', 'dress', 'but', 'decided', 'to', 'try', 'this', 'on', 'once', 'i', 'did', 'i', 'knew', 'that', 'i', 'had', 'to', 'get', 'it', 'it', "'s", 'so', 'cute', 'i', 'got', 'the', 'one', 'listed', 'as', 'green', 'motif', 'which', 'is', 'actually', 'a', 'royal', 'blue', 'bodice', 'the', 'colors', 'are', 'vibrant', 'and', 'it', "'s", 'so', 'comfortable', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['13536,927,49', 'beautiful', 'but', 'big', 'and', 'wide', 'i', 'should', 'have', 'known', 'with', 'the', 'combined', 'sizing', 'but', 'this', 'is', 'very', 'wide', 'even', 'in', 'the', 'xs/sm', 'it', "'s", 'a', 'beautiful', 'sweater', 'a', 'thicker', 'gauge', 'of', 'yarn', 'than', 'it', 'appears', 'to', 'have', 'and', 'the', 'pointelle', 'holes', 'are', 'also', 'larger', 'than', 'they', 'appear', 'it', 'is', 'fairly', 'itchy', 'if', 'you', 'do', "n't", 'mind', 'that', 'just', 'way', 'too', 'big', 'for', 'my', 'small', 'frame', 'almost', 'falling', 'of', 'the', 'shoulders', 'which', 'is', 'not', 'the', 'look', 'i', 'was', 'going', 'for', 'if', 'you', 'want', 'a', 'wide', 'and', 'boxy', 'look', 'or', 'have', 'a', 'larger', 'frame', 'this', 'could', 'be', 'great', 'for', 'you', 'it', 'is', 'pretty', 'and', 'quite', 'unique', ',4,1,9', 'general', 'petite', 'tops', 'sweaters'] ['13537,611,48', 'hot', 'summer', 'night', 'outfit', 'i', "'m", '5', '0', '125', 'lbs', 'and', 'the', 'petite', 'small', 'fits', 'perfectly', 'i', 'love', 'the', 'length', 'of', 'the', 'shorts', 'not', 'too', 'short', 'and', 'not', 'frumpy', 'either', 'the', 'waist', 'has', 'a', 'hidden', 'band', 'so', 'it', 'hugs', 'you', 'in', 'a', 'good', 'way', 'and', 'makes', 'the', 'top', 'half', 'slightly', 'blousy', 'so', 'it', "'s", 'forgiving', 'will', 'go', 'great', 'with', 'gray', 'booties', 'black', 'wedges', 'or', 'sandals', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['13538,1094,35', 'simple', 'cute', 'dress', 'i', 'really', 'like', 'this', 'dress', 'it', 'has', 'a', 'very', 'flattering', 'cut', 'and', 'a', 'stretchy', 'forgiving', 'fit', 'so', 'you', 'could', 'go', 'your', 'normal', 'size', 'or', 'up', 'a', 'size', 'and', 'both', 'would', 'fit', 'great', 'i', 'got', 'the', 'red', 'orange', 'and', 'i', 'have', 'worn', 'it', 'once', 'and', 'got', '3', 'compliments', 'in', 'the', 'few', 'hours', 'i', 'was', 'out', 'great', 'buy', 'especially', 'on', 'sale', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13539,909,36', 'this', 'is', 'a', 'great', 'sweater', 'i', 'gave', 'it', 'four', 'instead', 'of', 'five', 'stars', 'because', 'it', 'runs', 'unusually', 'wide', 'and', 'is', 'a', 'bit', 'boxy', 'if', 'you', 'like', 'your', 'clothes', 'a', 'little', 'big', 'this', 'is', 'the', 'sweater', 'for', 'you', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['13540,611,31', 'really', 'nice', 'piece', 'of', 'work', 'i', 'love', 'this', 'romper', 'it', "'s", 'really', 'flattering', 'and', 'well', 'made', 'at', 'most', 'stores', 'i', 'wear', 'a', 'medium', 'but', 'normally', 'at', 'retailer', 'i', 'wear', 'a', 'small', 'i', 'had', 'to', 'exchange', 'the', 'small', 'for', 'a', 'medium', 'but', 'other', 'than', 'i', 'really', 'loved', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13541,909,45', 'beautiful', 'this', 'sweater', 'is', 'so', 'soft', 'beautiful', 'and', 'well', 'made', 'it', 'runs', 'just', 'a', 'bit', 'large', 'but', 'i', 'love', 'the', 'look', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13542,1094,32', 'ordered', 'a', 'size', '0', 'my', 'usual', 'at', 'retailer', 'very', 'flattering', 'fits', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13543,927,39', 'cute', 'for', 'fall', 'pretty', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'in', 'the', 'fall', 'design', 'is', 'understated', 'yet', 'pretty', 'nice', 'poncho', 'swing', 'style', 'have', "n't", 'worn', 'it', 'yet', 'so', 'i', 'ca', "n't", 'rate', 'the', 'durability', 'or', 'wash', 'experience', 'yet', 'glad', 'i', 'got', 'this', 'on', 'sale', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13544,1094,57', 'light', 'summer', 'dress', 'cute', 'light', 'summer', 'dress', 'wish', 'it', 'worked', 'for', 'me', 'the', 'tank', 'part', 'of', 'the', 'dress', 'is', 'light', 'and', 'super', 'comfy', 'the', 'bottom', 'part', 'of', 'the', 'dress', 'is', 'narrow', 'and', 'a', 'bit', 'fitted', 'does', "n't", 'work', 'for', 'a', 'curvy', 'bottomed', 'girl', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['13545,927,36', 'the', 'stitching', 'is', 'beautiful', 'but', 'the', 'sweater', 'could', 'be', 'really', 'pretty', 'but', 'it', 'is', 'huge', 'i', 'ordered', 'the', 'xs/s', 'and', 'it', 'was', 'swimming', 'on', 'me', 'it', "'s", 'too', 'bad', 'because', 'the', 'stitching', 'was', 'beautiful', 'but', 'this', 'item', 'is', 'going', 'back', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['13546,1094,40', 'could', 'have', 'been', 'better', 'i', 'grabbed', 'my', 'typical', 'size', '8', 'and', 'found', 'it', 'fit', 'snug', 'in', 'the', 'bust', 'the', 'fabric', 'has', 'plenty', 'of', 'stretch', 'so', 'the', 'snugness', 'was', 'fine', 'especially', 'because', 'it', 'meant', 'there', 'was', 'no', 'gaping', 'along', 'the', 'neckline', 'in', 'the', 'front', 'it', "'s", 'lowcut', 'but', 'i', 'did', "n't", 'feel', 'particularly', 'exposed', 'i', 'ended', 'up', 'not', 'buying', 'it', 'because', 'i', 'do', "n't", 'think', 'it', 'fit', 'my', 'body', 'right', 'the', 'distance', 'between', 'the', 'top', 'of', 'the', 'shoulder', 'and', 'the', 'bottom', 'of', 'the', 'arm', 'hole', 'was', 'too', 'long', 'for', 'me', 'a', 'significant', 'portion', 'of', 'my', 'bra', 'was', 'exposed', 'at', 'the', 'bottom', 'of', 'the', 'arm', 'hole', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13547,1094,30', 'adorable', 'timeless', 'versatile', 'i', 'was', 'drawn', 'to', 'the', 'green/blue', 'color', 'in', 'store', 'it', "'s", 'so', 'cute', 'and', 'comfortable', 'i', "'m", 'usually', 'a', 'size', '2/4', 'and', 'needed', 'the', '2.', 'the', 'bodice', 'is', 'flattering', 'and', 'the', 'length', 'was', 'perfect', 'on', 'me', 'i', "'m", 'even', '4', 'months', 'pregnant', 'with', 'my', '2nd', 'baby', 'and', 'this', 'will', 'work', 'with', 'my', 'growing', 'belly', 'for', 'another', 'month', 'or', 'so', 'it', "'s", 'got', 'great', 'stretch', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13548,868,41', 'pretty', 'but', 'swingy', 'this', 'top', 'is', 'very', 'airly', 'and', 'swingy', 'definitely', 'need', 'to', 'wear', 'skinny', 'jeans', 'to', 'off', 'set', 'the', 'volume', 'on', 'top', 'it', 'is', 'a', 'pretty', 'top', 'and', 'also', 'unique', 'so', 'i', 'kept', 'it.,4,1,1', 'general', 'tops', 'knits'] ['13549,1094,57', 'wanted', 'to', 'love', 'i', 'like', 'the', 'feel', 'stretch', 'and', 'softness', 'of', 'this', 'dress', 'it', "'s", 'very', 'comfortable', 'sadly', 'as', 'others', 'have', 'commented', 'the', 'armhole', 'openings', 'are', 'just', 'too', 'long', 'causing', 'the', 'dress', 'to', 'fit', 'and', 'look', 'a', 'little', 'off', 'around', 'the', 'chest', 'area', 'on', 'me', 'i', 'considered', 'sizing', 'down', 'to', 'a', '4', 'but', 'it', 'fit', 'beautifully', 'other', 'than', 'the', 'armhole', 'area', 'unfortunately', 'it', 'will', 'have', 'to', 'go', 'back', 'i', 'am', '5', '7', ',120', 'lbs', '34d', 'and', 'ordered', 'a', '6', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13550,927,27', 'product', 'great', 'for', 'a', 'tall', 'person', 'i', 'love', 'the', 'concept', 'of', 'an', 'airy', 'flowing', 'sweater', 'that', 'has', 'great', 'detail', 'this', 'item', 'stole', 'my', 'heart', 'online', 'however', 'i', 'am', 'fairly', 'petite', '5', '3', 'and', 'it', 'looked', 'like', 'it', 'was', 'drowning', 'me', 'the', 'neck', 'line', 'is', 'decently', 'wide', 'and', 'my', 'small', 'frame', 'could', "n't", 'hold', 'it', 'up', 'it', 'kept', 'falling', 'off', 'my', 'shoulders', 'i', 'ended', 'up', 'returning', 'i', 'think', 'it', 'would', 'look', 'and', 'feel', 'fantastic', 'though', 'if', 'i', 'were', 'taller', 'and', 'had', 'broad', 'shoulders', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['13551,611,39', 'amazing', 'i', "'m", '5', '9', 'with', 'a', 'slender', 'build', 'but', 'have', 'always', 'found', 'rompers', 'to', 'not', 'be', 'figure', 'flattering', 'however', 'this', 'one', 'was', 'perfect', 'not', 'too', 'short', 'nor', 'long', 'and', 'looks', 'great', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13552,868,26', 'oversized', 'swing', 'i', 'was', 'very', 'pleasantly', 'surprised', 'by', 'the', 'beautiful', 'intricate', 'threaded', 'material', 'of', 'this', 'shirt', 'it', 'takes', 'the', 'shirt', 'from', 'a', 'casual', 'top', 'to', 'an', 'intricate', 'and', 'unique', 'piece', 'in', 'my', 'closet', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'top', 'is', 'definitely', 'larger', 'than', 'i', 'expected', 'i', 'wear', 'a', 'size', 'small', 'ordered', 'a', 'small', 'and', 'it', "'s", 'very', 'wide', 'lots', 'of', 'extra', 'material', 'as', 'it', 'falls', 'i', 'checked', 'it', 'to', 'see', 'if', 'i', 'had', 'accidentally', 'received', 'a', 'large', 'when', 'it', 'first', 'came', 'it', 'looks', 'like', 'a', 'baby', 'doll', 'shirt', 'with', 'the', 'shirt', 'getting', 'wider', 'and', 'more', ',3,1,3', 'general', 'tops', 'knits'] ['13553,927,27', 'nice', 'casual', 'piece', 'this', 'piece', 'was', 'really', 'great', 'for', 'summer', 'you', 'can', 'wear', 'it', 'dressed', 'up', 'or', 'down', 'i', 'wore', 'it', 'over', 'another', 'green', 'retailer', 'dress', 'with', 'wedges', 'i', 'usually', 'never', 'layer', 'clothes', 'but', 'it', 'just', 'made', 'sense', 'i', 'love', 'it', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['13554,611,38', 'very', 'cute', 'i', 'was', 'not', 'sure', 'whether', 'i', 'would', 'like', 'an', 'xs', 'or', 'a', 's.', 'rompers', 'can', 'be', 'tricky', 'i', 'am', '5', '6', '123lbs', 'i', 'went', 'ahead', 'and', 'ordered', 'the', 'xs', 'and', 'it', 'is', 'perfect', 'it', 'is', 'just', 'long', 'enough', 'in', 'the', 'body', 'for', 'me', 'the', 'shorts', 'length', 'is', 'perfect', 'not', 'too', 'short', 'or', 'too', 'long', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13555,611,57', 'love', 'it', 'very', 'comfortable', 'looks', 'good', 'on', 'like', 'the', 'fabric', 'also', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['13556,1094,29', 'great', 'dress', 'this', 'dress', 'is', 'gorgeous', 'in', 'person', 'it', 'is', 'so', 'much', 'softer', 'than', 'it', 'appears', 'the', 'photo', 'and', 'the', 'fabric', 'moves', 'well', 'what', 'you', 'ca', "n't", 'see', 'from', 'the', 'picture', 'is', 'that', 'the', 'bodice', 'sort', 'of', 'overhangs', 'the', 'skirt', 'by', 'an', 'inch', 'or', 'so', 'which', 'is', 'really', 'nice', 'for', 'accentuating', 'a', 'small', 'waist', 'and', 'separates', 'the', 'top', 'from', 'the', 'bottom', 'in', 'a', 'cool', 'way'] [] ['i', 'am', '5', '6', '135', 'lbs', 'and', 'curvy', '36-26-39', 'for', 'reference', 'i', 'ordered', 'the', '4', 'and', 'it', 'is', 'loose', 'although', 'still', 'flattering', 'thanks', 'to', 'the', 'forgiving', 'cut', 'wish', 'i', 'had', 'gotten', 'a', '2', 'but', 'now', 'they', 'are', 'sold', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13557,1104,38', 'pretty', 'just', 'not', 'a', 'keeper', 'this', 'is', 'a', 'very', 'pretty', 'dress', 'the', 'previous', 'reviewers', 'helped', 'a', 'lot', 'when', 'it', 'came', 'to', 'deciding', 'which', 'size', 'to', 'order', 'typically', 'i', 'am', 'a', '0', 'or', '2', 'sometimes', 'a', '4.', 'in', 'this', 'dress', 'i', 'ordered', 'a', '6.', 'that', 'was', 'the', 'perfect', 'size'] [] ['the', 'coloring', 'is', 'cute', 'unique', 'and', 'very', 'versatile', 'for', 'me', 'it', 'was', "n't", 'a', 'keeper', 'because', 'the', 'material', 'was', 'soooo', 'heavy', 'feels', 'like', 'canvas', 'almost', 'if', 'you', "'re", 'looking', 'for', 'a', 'dress', 'to', 'layer', 'under', 'a', 'chunky', 'sweater', 'on', 'a', 'cold', 'day', 'i', 'imagine', 'this', 'would', 'work', 'but', 'for', 'me', 'it', 'was', 'a', 'no', ',4,0,1', 'general', 'petite', 'dresses', 'dresses'] ['13558,1072,32', 'so', 'versatile', 'and', 'stylish', 'i', 'noticed', 'some', 'reviewers', 'did', "n't", 'like', 'the', 'loose', 'shape', 'of', 'the', 'dress', 'it', 'is', 'indeed', 'a', 'dress', 'with', 'a', 'looser', 'silhouette', 'than', 'most', 'but', 'that', "'s", 'what', 'makes', 'it', 'unique', 'and', 'expensive', 'looking', 'i', 'loved', 'the', 'extra', 'material', 'in', 'the', 'dress', 'especially', 'in', 'the', 'back', 'it', 'flowed', 'gracefully', 'and', 'beautifully', 'i', 'can', 'imagine', 'wearing', 'this', 'dress', 'for', 'many', 'occasions', 'and', 'feeling', 'instantly', 'chic', 'with', 'minimal', 'effort', 'it', 'was', 'also', 'very', 'figure', 'flattering', 'i', 'ordered', 'the', 'size', 'l', 'and', 'it', 'was', 'a', 'perfect', 'knee', 'length', 'so', 'i', 'would', 'say', 'this', 'dres', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13559,868,35', 'lovely', 'cute', 'top', 'perfect', 'by', 'itself', 'or', 'for', 'layering', 'i', 'sensed', 'it', 'would', 'run', 'large', 'so', 'i', 'ordered', 'an', 'xxs', '115', 'lbs', '5', '2', ',5,1,12', 'general', 'tops', 'knits'] ['13560,857,41', 'my', 'best', 'retailer', 'purchase', 'ever', '36dd', 'size', '10/12', 'top', 'and', '12/14', 'bottom'] [] ['these', 'tank', 'tops', 'are', 'literally', 'the', 'best', 'thing', 'i', 'have', 'ever', 'purchased', 'from', 'retailer', 'the', 'colors', 'and', 'patterns', 'are', 'gorgeous', 'i', 'have', 'four', 'of', 'these', 'yellow', 'green', 'navy', 'birds', 'and', 'the', 'white', 'with', 'navy', 'flower', 'the', 'top', 'layer', 'and', 'middle', 'liner', 'are', 'heavy', 'high', 'quality', 'polyester', 'the', 'bottom', 'layer', 'is', 'a', 'comfortable', 'knit', 'the', 'extra', 'layers', 'make', 'this', 'top', 'warmer', 'than', 'most', 'tanks', 'it', "'s", 'perfect', 'for', 'layering', 'under', 'a', 'sweater', 'or', 'jacket', 'it', "'s", 'very', 'loose', 'and', 'flowy', 'i', 'could', 'have', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13561,1095,63', 'comfy', 'and', 'cute', 'such', 'a', 'cute', 'and', 'comfy', 'dress', 'to', 'wear', 'colors', 'are', 'vibrant', 'just', 'as', 'they', 'appear', 'in', 'the', 'picture', 'the', 'm', 'fit', 'was', 'better', 'for', 'me', 'than', 'the', 'small', '5', '7', '140lbs', 'for', 'reference', 'it', "'s", 'such', 'a', 'great', 'dress', 'to', 'throw', 'on', 'and', 'go', 'love', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13562,1080,46', 'beautiful', 'summer', 'dress', 'i', 'love', 'this', 'dress', 'i', 'bought', 'it', '2', 'weeks', 'ago', 'and', 'have', 'already', 'worn', 'it', '3', 'times', 'each', 'time', 'receiving', 'multiple', 'compliments', 'it', 'is', 'easy', 'comfortable', 'and', 'cute', 'also', 'love', 'that', 'you', 'can', 'tie', 'it', 'in', 'the', 'back', 'or', 'the', 'front', 'great', 'dress', ',5,1,4', 'general', 'dresses', 'dresses'] ['13563,1080,32', 'dress', 'in', 'catalog', 'is', 'not', 'the', 'same', 'i', 'saw', 'this', 'dress', 'in', 'the', 'catalog', 'and', 'immediately', 'ran', 'to', 'the', 'store', 'to', 'purchase', 'then', 'i', 'realized', 'the', 'dress', 'in', 'the', 'catalog', 'is', 'slightly', 'different', 'but', 'the', 'small', 'differences', 'is', 'what', 'makes', 'the', 'catalog', 'dress', 'so', 'much', 'more', 'unique', 'and', 'worth', 'the', 'money', 'look', 'at', 'the', 'top', 'the', 'stripe', 'colors', 'are', 'different', 'and', 'the', 'stripes', 'flow', 'different', 'on', 'the', 'skirt', 'part', 'as', 'well', 'and', 'the', 'dress', 'was', 'short', 'on', 'me', 'and', 'i', "'m", 'two', 'inches', 'shorter', 'than', 'the', 'model', 'bummer', ',1,0,5', 'general', 'dresses', 'dresses'] ['13564,1077,41', 'i', 'really', 'want', 'to', 'love', 'this', 'dress', 'i', "'ll", 'start', 'with', 'what', 'i', 'loved', 'this', 'dress', 'is', 'made', 'with', 'a', 'really', 'beautiful', 'quality', 'material', 'the', 'material', 'is', 'gorgeous', 'in', 'person', 'and', 'the', 'dress', 'is', 'lined', 'which', 'is', 'really', 'nice', 'however', 'the', 'fit', 'is', 'just', 'so', 'very', 'strange', 'i', 'am', '5', '6', 'and', 'curvy', 'i', 'tried', 'both', 'a', 'medium', 'and', 'a', 'small', 'for', 'reference', 'i', 'usually', 'take', 'a', 'medium', 'or', 'large/', 'size', '8', 'or', '10', 'the', 'medium', 'was', 'so', 'large', 'and', 'too', 'roomy', 'around', 'the', 'arms', 'and', 'chest', 'i', "'m", '34', 'd', 'the', 'small', 'was', 'too', 'tight', 'the', 'v', 'neck', 'lay', 'in', 'a', 'very', 'strange', 'way', 'and', 'i', "'m", 'not', 'sure', 'it', 'would', 'have', 'b', ',3,0,25', 'general', 'dresses', 'dresses'] ['13565,1077,63', 'tall', 'and', 'lean', 'this', 'dress', 'reminds', 'me', 'of', 'a', 'fabric', 'used', 'for', 'curtains', 'it', 'is', 'sturdy', 'beautiful', 'and', 'strong', 'i', 'looked', 'like', 'a', 'large', 'picture', 'window', 'in', 'it', 'if', 'i', 'was', "5'10", 'and', '120', 'pounds', 'it', 'may', 'have', 'worked', ',2,0,3', 'general', 'dresses', 'dresses'] ['13566,828,53', 'top', 'is', 'too', 'shear', 'with', 'see', 'through', 'front', 'this', 'is', 'a', 'sweet', 'top', 'as', 'it', 'is', 'shown', 'on', 'the', 'model', 'it', 'appears', 'there', 'is', 'a', 'panel', 'behind', 'the', 'lace', 'on', 'the', 'front', 'of', 'the', 'top', 'this', 'is', 'not', 'so-the', 'entire', 'front', 'of', 'the', 'top', 'is', 'see', 'through', 'one', 'would', 'need', 'to', 'wear', 'a', 'camisole', 'the', 'material', 'on', 'the', 'blouse', 'is', 'very', 'sheer-it', 'appears', 'to', 'be', 'rather', 'cheap', 'actually', 'if', 'you', 'are', 'wearing', 'a', 'top', 'this', 'sheer', 'it', 'does', 'not', 'make', 'sense', 'to', 'have', 'a', 'camisole', 'on', 'underneath', 'that', 'said', 'you', 'are', 'going', 'to', 'be', 'able', 'to', 'see', 'your', 'bra', 'and', 'skin', 'down', 'to', 'your', 'belly', 'button', 'if', 'you', 'do', 'not', 'have', 'a', 'camisol,2,0,0', 'general', 'tops', 'blouses'] ['13567,1080,28', 'flattering', 'and', 'comfortable', 'i', 'was', 'worried', 'at', 'first', 'that', 'this', 'dress', 'might', 'make', 'me', 'look', 'like', 'a', 'circus', 'tent', 'but', 'it', 'is', 'actually', 'incredibly', 'flattering', 'also', 'super', 'comfy', 'first', 'day', 'wearing', 'if', 'i', 'got', 'compliments', 'from', 'friends', 'and', 'strangers', ',5,1,0', 'general', 'dresses', 'dresses'] ['13568,1077,63', 'beautiful', 'fabric', 'but', 'nice', 'quality', 'fabric', 'and', 'design', 'but', 'found', 'the', 'armhole', 'cut', 'weirdly', 'and', 'fit', 'of', 'upper', 'bodice', 'strange', 'wanted', 'to', 'love', 'it', 'but', 'sadly', 'sent', 'it', 'back', ',2,0,1', 'general', 'dresses', 'dresses'] ['13569,1095,39', 'like', 'but', 'not', 'love', 'likes', 'colors', 'the', 'design', 'of', 'the', 'flower', 'is', 'very', 'pretty', 'the', 'color-blocking', 'is', 'a', 'nice', 'touch', 'and', 'in', 'this', 'season', 'but', 'it', 'is', 'pretty', 'short'] [] ['i', 'bought', 'thh', 'petite', 'right', 'off', 'the', 'bat', 'as', 'i', 'assumed', 'i', 'would', 'need', 'that', 'but', 'i', 'really', "dind't", 'it', 'ended', 'up', 'beign', 'too', 'short'] [] ['/4', 'sleeves', 'always', 'flattering', 'but', 'hte', 'cut', 'is', 'meant', 'to', 'be', 'comfy', 'i', 'think', 'it', 'would', 'have', 'looked', 'better', 'on', 'me', 'if', 'it', 'was', 'a', 'little', 'more', 'hourglass', 'hsaped', 'if', 'that', 'makes', 'sense'] [] ['i', 'am', 'usually', 'xs', 'and', 'that', 'was', 'fine', 'so', 'buy', 'your', 'usual', 'size', 'ok', 'one', 'siz', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13570,1104,54', 'tiny', 'gorgeous', 'but', 'so', 'so', 'small', 'recommend', 'ordering', '2', 'sizes', 'up', ',5,1,0', 'general', 'dresses', 'dresses'] ['13571,1080,37', 'this', 'is', 'not', 'only', 'comfortable', 'but', 'incredibly', 'flattering', 'being', '6', '0', 'it', "'s", 'also', 'long', 'enough', 'for', 'me', ',5,1,5', 'general', 'dresses', 'dresses'] ['13572,1077,47', 'so', 'close', 'but', 'one', 'fatal', 'flaw', 'i', 'really', 'liked', 'this', 'dress', 'in', 'so', 'many', 'ways', 'i', "'m", 'tall', 'and', 'pear-shaped', 'so', 'the', 'flowy', 'shape', 'is', 'great', 'for', 'me', 'however', 'the', 'deal-breaker', 'was', 'how', 'the', 'armholes', 'were', 'cut', 'it', 'is', "n't", 'that', 'obvious', 'in', 'the', 'photos', 'but', 'they', 'are', 'cut', 'in', 'around', 'the', 'bust', 'in', 'the', 'front', 'in', 'a', 'way', 'that', 'was', 'really', 'weird', 'looking', 'on', 'me', 'and', 'it', 'was', 'too', 'expensive', 'to', 'keep', 'something', 'that', "'s", 'unflattering', 'too', 'bad', 'if', 'they', 'had', 'just', 'had', 'a', 'normal', 'armhole', 'it', 'would', 'have', 'been', 'a', 'home', 'run', 'lovely', 'fabric', 'and', 'nice', 'that', 'it', 'has', 'pockets', ',3,1,3', 'general', 'dresses', 'dresses'] ['13573,1104,38', 'order', 'up', 'this', 'dress', 'is', 'super', 'cute', 'flattering', 'and', 'well', 'made', 'but', 'it', 'runs', 'very', 'small', 'i', 'am', 'usually', 'a', '6', 'so', 'from', 'other', 'reviews', 'i', 'ordered', 'an', '8', 'and', 'it', 'is', 'still', 'tight', 'in', 'the', 'hip', 'area', 'it', 'zips', 'but', 'the', 'fabric', 'pulls', 'a', 'bit', 'in', 'the', 'front', 'and', 'it', 'rides', 'up', 'when', 'i', 'walk', 'i', 'am', 'going', 'to', 'try', 'and', 'exchange', 'it', 'for', 'a', '10', 'because', 'i', 'think', 'i', "'ll", 'get', 'lots', 'of', 'wear', 'out', 'of', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['13574,1077,44', 'love', 'this', 'dress', 'i', 'love', 'the', 'cut', 'of', 'this', 'dress', 'i', 'can', 'see', 'how', 'some', 'would', 'not', 'like', 'the', 'way', 'the', 'arms', 'are', 'cut', 'i', 'love', 'the', 'pockets', 'and', 'the', 'way', 'this', 'dress', 'flows', 'when', 'you', 'walk', 'it', 'it', 'it', "'s", 'very', 'fun', 'to', 'wear', 'i', 'am', 'wearing', 'it', 'to', 'an', 'awards', 'show', 'and', 'was', 'a', 'little', 'worried', 'it', 'may', 'be', 'too', 'casual', 'but', 'the', 'texture', 'and', 'weight', 'of', 'the', 'fabric', 'make', 'it', 'look', 'more', 'dressy', 'i', 'will', 'be', 'getting', 'a', 'lot', 'of', 'mileage', 'out', 'of', 'this', 'dress.,5,1,1', 'general', 'dresses', 'dresses'] ['13575,1077,43', 'a', 'for', 'effort', 'just', 'not', 'for', 'everybody', 'if', 'you', 'think', 'you', 'can', 'pull', 'this', 'off', 'by', 'all', 'means', 'try', 'it', 'the', 'fabric', 'is', 'excellent', 'quality', 'thick', 'yet', 'soft', 'and', 'the', 'floral', 'print', 'is', 'lovely', 'unlike', 'a', 'lot', 'of', 'the', 'prints', 'this', 'season', 'i', 'am', 'not', 'exactly', 'short', '5', '6', 'and', 'not', 'wide', '34-26-36', 'but', 'this', 'made', 'me', 'look', 'like', 'a', 'houseboat', 'too', 'bad', 'as', 'it', 'is', 'such', 'an', 'interesting', 'cut', 'i', 'ordered', 'down', 'since', 'i', 'can', 'sometimes', 'wear', 'an', 'xs', 'but', 'the', 'bottom', 'was', 'still', 'voluminous', ',4,1,1', 'general', 'dresses', 'dresses'] ['13576,1077,41', 'beautiful', 'dress', 'runs', 'very', 'large', 'love', 'this', 'dress', 'and', 'so', 'sorry', 'it', "'s", 'not', 'available', 'in', 'xxs', 'tried', 'on', 'today', 'in', 'store', 'and', 'the', 'xs', 'was', 'very', 'large', 'in', 'the', 'upper', 'body', 'i', 'normally', 'wear', 'a', '2-4', 'so', 'this', 'was', 'surprising', 'if', 'you', 'happen', 'to', 'need', 'probably', 'size', '6', 'or', 'larger', 'you', "'re", 'in', 'luck', ',5,1,1', 'general', 'dresses', 'dresses'] ['13577,1104,36', 'runs', 'small', 'very', 'well', 'made', 'dress', 'but', 'runs', 'extremely', 'small', 'definitely', 'size', 'up', ',4,1,6', 'general', 'dresses', 'dresses'] ['13578,1077,35', 'love', 'the', 'dress', 'runs', 'very', 'big.', 'snagged', 'this', 'dress', 'in', 'store', 'today', 'the', 'only', 'reason', 'i', 'did', "n't", 'give', 'it', '5', 'stars', 'is', 'because', 'it', 'is', 'dry', 'clean', 'only', 'although', 'i', 'will', 'probably', 'attempt', 'to', 'home', 'wash.', 'it', 'runs', 'very', 'large', 'i', 'am', 'usually', 'a', 'medium', 'but', 'currently', 'nursing', 'a', 'baby', 'so', 'need', 'large', 'to', 'fit', 'the', 'chest', 'but', 'i', 'bought', 'this', 'dress', 'in', 'a', 'small', 'also', 'it', 'can', 'be', 'elegantly', 'worn', 'backward', 'so', 'the', 'zipper', 'is', 'in', 'front', 'to', 'provide', 'nirsing', 'access', 'i', 'do', "n't", 'think', 'anyone', 'but', 'you', 'would', 'know', 'you', 'are', 'wearing', 'it', 'backwards', 'very', 'heavy', 'fabric', 'which', 'makes', 'it', 'drape', 'nicel', ',4,1,3', 'general', 'dresses', 'dresses'] ['13579,1072,60', 'huge', 'tent', 'this', 'dress', 'looks', 'cute', 'online', 'but', 'it', 'is', 'enormous', 'i', 'bought', 'a', 'small', 'but', 'it', 'looked', 'more', 'like', 'a', '3x', 'plus', 'size', 'i', 'tried', 'it', 'on', 'just', 'in', 'case', 'and', 'honestly', 'it', 'looked', 'like', 'a', 'great', 'dress', 'for', 'a', 'clown', 'this', 'dress', 'must', 'have', 'had', 'two', 'feet', 'of', 'fabric', 'pinned', 'behind', 'the', 'model', 'in', 'the', 'photo', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['13580,828,41', 'not', 'for', 'the', 'broad', 'shouldered', 'loved', 'everything', 'about', 'this', 'top', 'except', 'two', 'things', 'the', 'price', 'there', 'is', 'a', 'lot', 'of', 'pretty', 'detail', 'though', 'and', 'the', 'shoulders', 'what', 'is', 'not', 'depicted', 'in', 'the', 'stock', 'photos', 'is', 'how', 'wide', 'the', 'shoulder', 'ruffles', 'are', 'i', 'have', 'an', 'athletic', 'build', 'at', '5', '7', '140', 'lbs', 'and', '32dd', 'and', 'this', 'top', 'unfortunately', 'made', 'me', 'look', 'like', 'a', 'football', 'player', 'i', 'ordered', 'a', 'small', 'and', 'the', 'fit', 'was', 'perfect', 'beware', 'that', 'this', 'top', 'is', 'on', 'the', 'shorter', 'side', 'it', 'really', 'is', 'very', 'pretty', 'but', 'i', 'would', 'steer', 'away', 'if', 'you', 'have', 'athletic', 'or', 'broad', 'shoulders', ',4,0,9', 'general', 'tops', 'blouses'] ['13581,1072,78', 'very', 'disappointing', 'i', "'ve", 'been', 'eyeing', 'this', 'dress', 'for', 'months', 'so', 'when', 'it', 'went', 'on', 'sale', 'i', 'finally', 'purchased', 'it', 'now', 'i', 'see', 'why', 'it', "'s", 'on', 'sale'] ['the', 'dress', 'runs', 'extremely', 'large', 'and', 'has', 'no', 'shape', 'looks', 'like', 'a', 'potatoe', 'sack', 'and', 'i', 'feel', 'like', 'moo', 'moo', 'in', 'it'] ['this', 'will', 'be', 'going', 'back', 'to', 'the', 'store', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['13582,1000,35', 'very', 'classy', 'skirt', 'with', 'a', 'great', 'length.', 'i', 'love', 'this', 'long', 'knit', 'skirt', 'it', 'is', 'great', 'for', 'any', 'of', 'the', 'cooler', 'seasons', 'it', 'has', 'a', 'lovely', 'somewhat', 'a-line', 'look', 'when', 'you', 'have', 'it', 'on', 'the', 'knit', 'is', 'a', 'light', 'weight', 'but', 'has', 'a', 'nice', 'feel', 'to', 'it', 'true', 'to', 'size', 'i', 'love', 'the', 'length', 'to', 'pair', 'with', 'tall', 'boots', ',5,1,5', 'general', 'bottoms', 'skirts'] ['13583,1080,37', 'gorgeous', 'summer', 'dress', 'i', 'absolutely', 'love', 'this', 'dress', 'when', 'i', 'wear', 'it', 'i', 'feel', 'so', 'graceful', 'and', 'pretty', 'the', 'belt', 'allows', 'you', 'to', 'tie', 'it', 'so', 'that', 'if', 'your', 'weight', 'fluctuates', 'up', 'or', 'down', 'it', 'still', 'looks', 'great', 'i', 'think', 'i', "'m", 'going', 'to', 'be', 'wearing', 'this', 'dress', 'all', 'summer', 'love', 'love', 'love'] [] ['i', 'think', 'my', 'only', 'quibble', 'would', 'be', 'that', 'the', 'lining', 'on', 'the', 'inside', 'fits', 'more', 'snugly', 'than', 'the', 'dress', 'itself', 'and', 'when', 'i', 'was', 'walking', 'it', 'rode', 'up', 'it', "'s", 'like', 'a', 'stretchy', 'mesh', 'type', 'material', 'but', 'i', "'m", 'carrying', 'a', 'few', 'more', 'pounds', 'than', 'i', "'d", 'like', 'right', 'now', 'once', 'i', 'lo', ',5,1,7', 'general', 'dresses', 'dresses'] ['13584,1072,43', 'pretty', 'dress', 'but', 'not', 'for', 'me', 'the', 'dress', 'is', 'pretty', 'and', 'like', 'retailer', 'it', 'is', 'nice', 'quality', 'i', 'just', 'did', "n't", 'keep', 'it', 'because', 'it', 'had', 'no', 'shape', 'on', 'me', 'and', 'even', 'with', 'a', 'belt', 'did', "n't", 'look', 'right', 'i', 'would', 'have', 'gone', 'down', 'a', 'size', 'in', 'this', 'dress', 'also', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['13585,1080,40', 'lovely', 'summer', 'dress', 'i', 'have', 'been', 'eyeing', 'this', 'dress', 'online', 'for', 'a', 'while', 'but', 'never', 'could', 'justify', 'the', 'price', 'well', 'when', 'it', 'went', 'on', 'sale', 'i', 'could', "n't", 'pass', 'up', 'the', 'opportunity', 'it', 'arrived', 'today', 'and', 'is', 'even', 'better', 'than', 'i', 'expected', 'very', 'flattering', 'cut', 'long', 'enough', 'for', 'tall', 'people', 'i', "'m", "5'10", 'and', 'beautiful', 'colors'] [] ['i', 'ordered', 's', 'my', 'usual', 'size', 'in', 'retailer', 'dresses', 'i', "'m", '145', 'lbs', '36c', 'and', 'it', 'fits', 'perfectly', 'this', 'will', 'definitely', 'be', 'my', 'go-to', 'dress', 'for', 'the', 'rest', 'of', 'the', 'summer', 'i', 'love', 'all', 'my', 'retailer', 'dresses', 'but', 'sometimes', 'find', 'them', 'a', 'tad', ',5,1,2', 'general', 'dresses', 'dresses'] ['13586,868,37', 'color', 'not', 'as', 'pictured', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'based', 'on', 'the', 'photos', 'but', 'when', 'it', 'arrived', 'it', 'is', 'a', 'very', 'thin', 'cheap', 'feeling', 'top', 'the', 'color', 'is', 'a', 'dusty', 'rose', 'color', 'that', 'has', 'a', 'yellowish', 'mottle', 'throughout', 'it', 'almost', 'like', 'a', 'tie', 'dye', 'or', 'slub', 'effect', 'not', 'pretty', 'at', 'all', ',1,0,0', 'general', 'tops', 'knits'] ['13587,868,38', 'certain', 'to', 'be', 'a', 'fav', 'love', 'this', 'top', 'it', 'is', 'fitted', 'through', 'the', 'shoulders', 'and', 'arms', 'and', 'has', 'a', 'slight', 'swing', 'the', 'peplum', 'falls', 'at', 'a', 'great', 'spot', 'and', 'the', 'material', 'lays', 'nicely', 'very', 'flattering', 'on', 'my', '5', 'months', 'postpartum', 'body', 'that', 'is', 'on', 'the', 'rebound', 'i', 'got', 'the', 'blue', 'but', 'i', 'might', 'get', 'the', 'pink', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['13588,698,33', 'i', 'love', 'this', 'caftan', 'it', 'can', 'be', 'worn', 'belted', 'as', 'a', 'dressier', 'look', 'or', 'unbelted', 'down', 'to', 'the', 'pool', 'or', 'beach', 'as', 'more', 'of', 'a', 'caftan', 'this', 'is', 'the', 'perfect', 'versatile', 'piece', 'to', 'have', 'for', 'the', 'summer', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['13589,1077,35', 'great', 'maxi', 'this', 'dress', 'is', 'very', 'cute', 'the', 'material', 'is', 'high', 'quality', 'and', 'as', 'others', 'have', 'mentioned', 'it', 'is', "n't", 'jet', 'black', 'but', 'more', 'muted', 'the', 'cut', 'of', 'the', 'neckline', 'is', 'very', 'flattering', 'and', 'the', 'pockets', 'are', 'definitely', 'a', 'bonus', 'you', 'could', 'dress', 'this', 'up', 'or', 'down', 'with', 'flats', 'or', 'heels', 'it', "'s", 'very', 'versatile', 'it', 'will', 'be', 'perfect', 'for', 'summer', 'and', 'in', 'the', 'evening', 'you', 'can', 'throw', 'a', 'sweater', 'or', 'even', 'a', 'moto', 'jacket', 'over', 'it', 'definitely', 'worth', 'every', 'penny', ',5,1,1', 'general', 'dresses', 'dresses'] ['13590,872,31', 'fabulous', 'breezy', 'top', 'i', 'was', 'a', 'little', 'nervous', 'to', 'purchase', 'this', 'top', 'as', 'there', 'were', 'no', 'previous', 'reviews', 'but', 'it', 'intrigued', 'me-', 'especially', 'with', 'the', 'sale', 'price', 'i', 'love', 'it', 'i', 'am', '5', '6', 'and', 'got', 'the', 'small', 'it', 'hits', 'just', 'at/below', 'my', 'knee', 'in', 'the', 'front', 'and', 'a', 'few', 'inches', 'above', 'my', 'ankle', 'in', 'the', 'back', 'it', 'is', 'perfect', 'with', 'a', 'pair', 'of', 'skinny', 'jeans', 'or', 'leggings', 'what', 'makes', 'it', 'go', 'from', 'a', 'frumpy', 'tunic', 'to', 'a', 'cute', 'flowy', 'top', 'is', 'the', 'slits', 'up', 'the', 'side', 'a', 'beautiful', 'touch', 'the', 'neck', 'is', 'very', 'high-', 'almost', 'a', 'cross', 'between', 'a', 'turtle', 'neck', 'and', 'a', 'hooded', 'look', 'i', 'l', ',5,1,1', 'general', 'tops', 'knits'] ['13591,868,60', 'unexpectedly', 'flattering', 'i', 'did', 'not', 'have', 'the', 'same', 'experience', 'as', 'the', 'other', 'reviewers', 'found', 'the', 'color', 'just', 'as', 'pictured', 'a', 'dusty', 'pink', 'made', 'to', 'look', 'worn', 'so', 'may', 'not', 'be', 'your', 'thing', 'fabric', 'hangs', 'nicely', 'and', 'is', 'slimming', 'on', 'me', 'long', 'enough', 'for', 'leggings', 'but', 'great', 'with', 'jeans', 'booties', 'and', 'long', 'necklace', 'needs', 'accessorizing', 'the', 'aged', 'look', 'may', 'not', 'be', 'for', 'all', 'but', 'overall', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['13592,872,39', 'material', 'not', 'what', 'i', 'exoected', 'loved', 'the', 'design', 'and', 'legnth', 'but', 'the', 'material', 'was', 'not', 'a', 'light', 'and', 'soft', 'as', 'i', 'expected', 'i', 'would', 'get', 'this', 'in', 'another', 'fabric.,4,0,0', 'general', 'tops', 'knits'] ['13593,1077,35', 'gorgeous', 'needs', 'a', 'belt', 'if', 'you', 'are', "n't", 'tiny', 'i', 'adore', 'this', 'dress', 'but', 'i', 'never', 'would', 'have', 'bought', 'it', 'if', 'i', 'did', "n't", 'wear', 'it', 'with', 'a', 'belt', 'as', 'some', 'reviewers', 'have', 'said', 'it', "'s", 'a', 'sack', 'the', 'belt', 'takes', 'care', 'of', 'this', 'it', 'still', 'is', "n't", 'a', 'slimming', 'dress', 'but', 'i', 'really', 'do', "n't", 'mind', 'the', 'elegance', 'and', 'comfort', 'make', 'up', 'for', 'it'] [] ['i', "'m", "5'10", '34c', 'and', 'curvy', 'in', 'the', 'hips', 'and', 'the', 'medium', 'fit', 'perfectly', 'i', 'could', 'see', 'this', 'fitting', 'strangely', 'if', 'you', 'were', 'larger', 'in', 'the', 'bust', ',5,1,0', 'general', 'dresses', 'dresses'] ['13594,868,31', 'colors', 'look', 'nothing', 'like', 'online', 'photos', 'when', 'i', 'saw', 'this', 'top', 'online', 'i', 'thought', 'i', "'d", 'love', 'it', 'and', 'immediately', 'ordered', 'it', 'in', 'both', 'colors', 'they', 'arrived', 'today', 'and', 'i', 'am', 'soooo', 'disappointed', 'i', 'have', 'never', 'seen', 'such', 'drab', 'colors', 'the', 'blue', 'is', 'a', 'muddy', 'grayish', 'hue', 'like', 'an', 'overcast', 'day', 'and', 'the', 'pink', 'is', 'a', 'dusty', 'shade', 'of', 'peach', 'yuck', 'and', 'i', 'was', 'hoping', 'the', 'ruffle', 'at', 'the', 'bottom', 'would', 'have', 'a', 'chiffon-like', 'flowy', 'effect', 'instead', 'the', 'ruffle', 'is', 'made', 'of', 'a', 'cheap', 'looking', 'knit', 'back', 'these', 'go', ',1,0,0', 'general', 'tops', 'knits'] ['13595,828,67', 'very', 'sheer', 'a', 'beautiful', 'blouse', 'however', 'i', 'assumed', 'from', 'the', 'photo', 'that', 'it', 'had', 'a', 'lining', 'it', 'does', 'not', 'and', 'the', 'blouse', 'is', 'very', 'sheer', 'it', 'seems', 'to', 'run', 'a', 'bit', 'small', 'also', 'and', 'if', 'i', 'add', 'a', 'camisole', 'it', 'might', 'be', 'too', 'tight', 'the', 'length', 'is', 'adequate', 'i', 'may', 'be', 'returning', 'it', 'although', 'it', 'is', 'very', 'lovely', 'and', 'feminine', ',3,1,5', 'general', 'tops', 'blouses'] ['13596,1080,26', 'not', 'for', 'short', 'people', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'i', 'am', '5', '3', '125', 'lbs', 'and', 'this', 'dress', 'was', 'about', '4', 'inches', 'too', 'long', 'the', 'hem', 'created', 'a', 'puddle', 'around', 'my', 'feet', 'i', "'ve", 'bought', 'other', 'maxis', 'from', 'retailer', 'without', 'this', 'problem', 'sadly', 'it', 'went', 'back', 'to', 'the', 'store', ',3,0,1', 'general', 'dresses', 'dresses'] ['13597,868,40', 'very', 'nice', 'great', 'color', 'great', 'length', 'will', 'go', 'perfect', 'with', 'leggings', 'and', 'skinny', 'jeans/pants', 'this', 'will', 'work', 'well', 'when', 'the', 'weather', 'transitions', 'and', 'will', 'be', 'super', 'cute', 'under', 'a', 'cardigan', 'when', 'it', 'gets', 'cold.,5,1,17', 'general', 'tops', 'knits'] ['13598,1077,45', 'a', 'wallpaper', 'potato-sack', 'the', 'title', 'says', 'it', 'all', 'while', 'the', 'quality', 'was', 'good', 'when', 'i', 'put', 'this', 'dress', 'on', 'a', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'shapeless', 'sack', 'fashioned', 'out', 'of', 'wallpaper', 'the', 'length', 'was', 'longer', 'than', 'on', 'the', 'model', 'makes', 'sense', 'since', 'i', 'am', 'only', '5', '5', 'which', 'was', 'ok', 'but', 'the', 'overall', 'fit', 'was', 'just', 'too', 'big', 'i', 'am', 'a', 'size', '2', 'and', 'tried', 'the', 'xs', 'which', 'was', 'huge', 'just', 'not', 'flattering', 'or', 'breezy', 'or', 'sexy', 'in', 'any', 'way', 'going', 'back', ',2,0,14', 'general', 'dresses', 'dresses'] ['13599,1077,40', 'beautifully', 'draped', 'dress', 'this', 'dress', 'is', 'of', 'excellent', 'quality', 'made', 'from', 'fairly', 'heavy', 'fabric', 'the', 'drape', 'of', 'the', 'dress', 'is', 'beautiful', 'the', 'dress', 'definitely', 'works', 'if', 'you', "'re", 'tall', 'and', 'slender', 'i', "'m", '5', '9', '32b', '125lbs', 'and', 'i', 'have', 'the', 'xs', ',5,1,3', 'general', 'dresses', 'dresses'] ['13600,1072,33', 'listen', 'to', 'the', 'reviews', 'pass', 'man', 'this', 'dress', 'is', 'the', 'worst', 'i', 'do', "n't", 'understand', 'how', 'it', 'looks', 'the', 'way', 'it', 'does', 'on', 'the', 'model', 'agree', 'with', 'previous', 'reviewer', 'there', 'must', 'be', 'a', 'minimum', 'of', '200', 'pins', 'pulling', 'the', 'waves', 'and', 'waves', 'of', 'extra', 'fabric', 'back', 'this', 'dress', 'looks', 'so', 'cute', 'but', 'is', 'so', 'so', 'so', 'disappointing', 'in', 'person', 'sweater', 'collar', 'and', 'cuffs', 'stiff', 'and', 'bulky', 'dress', 'billowy', 'and', 'sack-like', 'not', 'sure', 'how', 'they', 'got', 'a', 'belt', 'to', 'pull', 'it', 'all', 'in', 'save', 'yourself', 'the', 'return', 'and', 'do', 'not', 'get', 'sucked', 'in', 'by', 'the', 'sale', 'price', 'and', 'extra', 'sale', 'discount', 'like', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13601,1104,30', 'so', 'so', 'small', 'i', 'was', 'so', 'ready', 'to', 'love', 'this', 'dress', 'but', 'it', 'runs', 'extremely', 'small', 'like', 'you', 'should', 'maybe', 'purchase', 'a', 'size', '2', 'sizes', 'bigger', 'than', 'what', 'you', 'normally', 'wear.,3,0,4', 'general', 'dresses', 'dresses'] ['13602,868,72', 'blah', 'i', 'just', 'received', 'my', 'back-ordered', 'wildberry', 'top', 'in', 'blue', 'it', "'s", 'not', 'blue', 'but', 'instead', 'a', 'dull', 'mottled', 'purplish', 'hue', 'it', 'looks', 'like', 'a', 'well-worn', 'stretched', 'out', 'tee', 'shirt', 'with', 'a', 'tired', 'ruffle', 'along', 'the', 'bottom', 'so', 'disappointing', 'it', "'s", 'going', 'back', 'for', 'sure', ',2,0,0', 'general', 'tops', 'knits'] ['13603,1080,41', 'comfy', 'and', 'cute', 'i', 'wore', 'this', 'dress', 'for', 'this', 'first', 'time', 'today', 'and', 'it', 'is', 'a', 'head-turner', 'sure', 'to', 'be', 'a', 'new', 'favorite', 'i', 'received', 'several', 'compliments', 'while', 'out', 'running', 'errands', 'the', 'dress', 'is', 'flattering', 'to', 'my', 'hourglass', 'shape', 'i', 'tied', 'it', 'in', 'the', 'back', 'it', 'is', 'not', 'at', 'all', 'clingy', 'it', 'flows', 'nicely', 'the', 'top', 'of', 'the', 'dress', 'is', 'bra-friendly', 'and', 'not', 'too', 'low', 'cut', 'i', 'am', '5', '8', 'and', 'found', 'the', 'length', 'to', 'be', 'just', 'right', 'for', 'me', 'the', 'medium', 'skims', 'the', 'tops', 'of', 'my', 'feet', 'and', 'i', 'wore', 'the', 'dress', 'with', 'flat', 'sandals', 'unlike', 'another', 'reviewer', 'the', 'dress', 'i', 'rec', ',5,1,1', 'general', 'dresses', 'dresses'] ['13604,1080,44', ',light', 'and', 'distinctive', 'design', 'the', 'fabric', 'seems', 'somehow', 'synthetic', 'and', 'in', 'very', 'warm', 'weather', 'might', 'become', 'not', 'so', 'fresh,4,1,1', 'general', 'dresses', 'dresses'] ['13605,1072,43', 'wow', 'so', 'disappointed', 'i', 'love', 'retailer', 'this', 'was', 'a', 'huge', 'disappointment', 'i', 'am', '5', '3', 'and', '120', 'pounds', 'when', 'i', 'put', 'it', 'on', 'all', 'i', 'could', 'think', 'was', 'that', 'i', 'looked', 'just', 'like', 'a', 'clown', 'due', 'to', 'the', 'big', 'cowl', 'neck', 'and', 'how', 'large', 'and', 'round', 'the', 'dress', 'made', 'me', 'look', 'if', 'i', 'was', "n't", 'so', 'disappointed', 'i', 'might', 'have', 'laughed', 'this', 'had', 'to', 'have', 'been', 'a', 'design', 'mistake', 'i', "'ve", 'truly', 'never', 'seen', 'something', 'so', 'unflattering', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13606,828,38', 'cute', 'but', 'see', 'through', 'i', 'was', 'under', 'the', 'impression', 'that', 'the', 'blouse', 'is', 'lined', 'however', 'i', "'d", 'need', 'to', 'buy', 'yet', 'another', 'tank', 'to', 'go', 'underneath', 'which', 'may', 'be', 'an', 'issue', 'due', 'to', 'how', 'short', 'this', 'blouse', 'is', 'i', 'returned', 'it.,3,0,3', 'general', 'tops', 'blouses'] ['13607,1075,48', 'great', 'dress', 'such', 'a', 'great', 'dress', 'fit', 'is', 'flattering', 'the', 'small', 'v', 'cut', 'in', 'the', 'front', 'and', 'beading', 'around', 'the', 'neckline', 'keep', 'it', 'from', 'becoming', 'a', 'boring', 'lbd', 'classy', 'enough', 'to', 'wear', 'to', 'a', 'funeral', 'but', 'can', 'be', 'dressed', 'up', 'with', 'some', 'killer', 'shoes', 'thrilled', 'with', 'purchase', ',1,1,0', 'general', 'dresses', 'dresses'] ['13608,1124,50', 'love', 'it', 'i', 'love', 'this', 'faux-fur', 'coat', 'i', 'wear', 'it', 'both', 'dressed', 'up', 'down', 'i', 'usually', 'wear', 'xs', 'but', 'bought', 's', 'so', 'i', 'could', 'wear', 'sweaters', 'under', 'it', 'and', 'the', 'arms', 'would', 'still', 'be', 'long', 'i', "'m", 'happy', 'i', 'did', '5', '4', '103', 'for', 'reference', 'the', 'faux', 'is', 'soft', 'comfy', 'it', "'s", 'warm', 'but', 'not', 'blizzard', 'warm', 'i', 'get', 'loads', 'of', 'compliments', 'on', 'it', 'when', 'i', 'wear', 'it', 'where', 'did', 'you', 'get', 'that'] ['definitely', 'worth', 'the', 'purchase', 'on', 'sale', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['13609,1095,55', 'simple', 'and', 'beautiful', 'unusual', 'design', 'and', 'striking', 'color', 'make', 'this', 'the', 'perfect', 'dress', 'this', 'winter', 'season', 'the', 'fit', 'is', 'flattering', 'and', 'the', 'design', 'makes', 'it', 'perfect', 'for', 'work', 'or', 'play.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13610,1077,61', 'very', 'lovely', 'dress', 'the', 'material', 'is', 'wonderful', 'and', 'the', 'dress', 'is', 'lined', 'plenty', 'of', 'room', 'in', 'the', 'bodice', 'area', 'for', 'a', '36d', 'bust', 'will', 'be', 'wearing', 'a', 'lot', 'this', 'season.,5,1,7', 'general', 'dresses', 'dresses'] ['13611,1077,35', 'i', "'m", 'in', 'love', 'i', 'tried', 'it', 'on', 'at', 'store', 'and', 'went', 'back', 'to', 'buy', 'it', 'once', 'it', 'hit', 'the', 'sale', 'rack', 'not', 'the', 'kind', 'of', 'dress', 'that', 'grabbed', 'my', 'attention', 'online', 'but', 'once', 'i', 'put', 'it', 'on', 'i', 'knew', 'that', 'it', 'would', 'find', 'a', 'way', 'to', 'my', 'closet', 'the', 'fabric', 'is', 'high', 'quality', 'and', 'there', 'is', 'lots', 'of', 'it', 'the', 'color', 'the', 'weight', 'the', 'pockets-', 'i', 'love', 'everything', 'about', 'it', 'i', 'see', 'how', 'it', 'might', 'not', 'work', 'for', 'everyone', 'but', 'for', 'me', '5', '7', '135', 'lb', '36b', 'xs', 'is', 'a', 'great', 'fit', ',5,1,1', 'general', 'dresses', 'dresses'] ['13612,1080,40', 'my', 'first', 'maxi', 'i', 'do', "n't", 'usually', 'wear', 'maxi', 'dresses', 'because', 'i', 'am', 'tall', "5'10", 'so', 'they', 'usually', 'are', "n't", 'maxi', 'on', 'me', 'i', "'m", 'also', 'hourglass', 'shaped', 'and', 'maxis', 'with', 'no', 'waist', 'definition', 'make', 'me', 'look', 'frumpy', 'this', 'dress', 'solves', 'both', 'those', 'problems', 'it', "'s", 'very', 'long', 'and', 'the', 'waist', 'has', 'attached', 'ties', 'to', 'define', 'and', 'keep', 'it', 'from', 'being', 'too', 'billowy', 'it', "'s", 'also', 'lined', 'to', 'the', 'knees', 'so', 'you', 'can', 'wear', 'with', 'confidence', 'but', 'still', 'have', 'the', 'bottom', 'be', 'light', 'and', 'breezy', ',5,1,2', 'general', 'dresses', 'dresses'] ['13613,868,36', 'disappointing', 'the', 'pink', 'version', 'of', 'this', 'top', 'finally', 'arrived', 'nearly', '2', 'months', 'after', 'ordering', 'the', 'expected', 'delivery', 'date', 'kept', 'slipping', 'the', 'color', 'is', 'not', 'as', 'shown', 'online', 'online', 'it', 'looks', 'like', 'a', 'light', 'pink', 'the', 'actual', 'top', 'was', 'more', 'of', 'taupe', 'color', 'it', "'s", 'a', 'basic', 'tee', 'with', 'pretty', 'ruffling', 'at', 'the', 'bottom', 'not', 'enough', 'to', 'keep.,3,1,0', 'general', 'tops', 'knits'] ['13614,1077,33', 'awesome', 'and', 'unique', 'i', 'love', 'this', 'dress', 'the', 'print', 'is', 'beautiful', 'the', 'fabric', 'has', 'a', 'nice', 'heavy', 'drape', 'and', 'the', 'cut', 'is', 'simple', 'but', 'unique', 'i', "'m", 'short', 'and', 'curvy', 'so', 'generally', 'shapeless', 'dresses', 'do', "n't", 'work', 'on', 'me', 'this', 'is', 'an', 'exception'] [] ['i', 'ordered', 'the', 'regular', 'instead', 'of', 'the', 'petite', 'and', 'it', 'is', 'full', 'length', 'on', 'me', 'which', 'i', 'think', 'i', 'like', 'more', 'than', 'if', 'it', 'were', 'a', 'midi'] [] ['the', 'armholes', 'do', 'cut', 'in', 'i', 'was', "n't", 'sure', 'if', 'i', 'liked', 'that', 'until', 'i', 'sized', 'down', 'and', 'it', 'fit', 'closer'] [] ['my', 'husband', 'chuckled', 'that', 'it', "'s", 'a', 'little', 'mrs.', 'roper', 'i', 'do', "n't", 'care', 'i', "'m", 'wea', ',5,1,1', 'general', 'dresses', 'dresses'] ['13615,1080,34', 'great', 'maxi', 'easy', 'fun', 'and', 'flattering', 'fits', 'tts', 'i', 'normally', 'wear', 'a', 'm/l', 'or', '10/12', 'i', 'ordered', 'a', 'large', 'and', 'it', 'fits', 'well', 'the', 'tie', 'at', 'the', 'back', 'lets', 'you', 'wear', 'it', 'as', 'tight', 'or', 'loose', 'as', 'you', 'want', 'it', 'the', 'length', 'is', 'good', 'for', 'my', '5', '9', 'frame', ',5,1,0', 'general', 'dresses', 'dresses'] ['13616,1080,39', 'unexpected', 'delight', 'i', 'was', "n't", 'expecting', 'to', 'love', 'to', 'this', 'dress', 'as', 'much', 'as', 'i', 'do', 'the', 'length', 'and', 'horizontal', 'stripes', 'petite', 'was', 'sold', 'out', 'and', 'my', 'torso', 'is', 'square', 'are', 'automatically', 'two', 'strikes', 'but', 'the', 'sale-on-sale', 'price', 'was', 'begging', 'me', 'to', 'give', 'it', 'a', 'go', 'so', 'glad', 'i', 'did', 'the', 'cut', 'and', 'flare', 'are', 'flattering', 'the', 'self', 'to', 'tie', 'is', 'slimming', 'and', 'can', 'be', 'styled', 'different', 'ways', 'the', 'regular', 'length', 'is', 'doable', 'when', 'i', 'wear', 'platform', 'wedges', 'the', 'colors', 'scream', 'summer', 'and', 'vacation', 'fun', 'my', 'only', 'problem', 'is', 'the', 'feel', 'of', 'the', 'fabric', 'liner', 'is', 'fin,5,1,2', 'general', 'dresses', 'dresses'] ['13617,1077,62', 'gorgeous', 'material', 'beautiful', 'cut', 'i', 'am', '5', '3', '120', 'lbs', 'and', 'i', 'got', 'xs', 'petite', 'it', 'fits', 'beautifully', 'and', 'hits', 'me', 'a', 'couple', 'inches', 'above', 'my', 'ankle', 'bone', 'as', 'stated', 'in', 'my', 'review', 'title', 'the', 'material', 'is', 'quite', 'heavy', 'and', 'great', 'quality', 'which', 'helps', 'it', 'hang', 'nicely', 'cut', 'high', 'enough', 'under', 'the', 'armholes', 'and', 'snug', 'enough', 'under', 'the', 'arms', 'and', 'across', 'the', 'top', 'of', 'my', 'chest', 'so', 'the', 'fullness', 'at', 'the', 'bottom', 'is', 'proportional', 'love', 'it', 'with', 'my', 'lace-up', 'espadrilles', ',5,1,2', 'general', 'dresses', 'dresses'] ['13618,1080,32', ',,5,1,0', 'general', 'dresses', 'dresses'] ['13619,1080,24', 'beautiful', 'and', 'relaxed', 'this', 'is', 'a', 'gorgeous', 'dress', 'the', 'fabric', 'has', 'the', 'look', 'of', 'linen', 'though', 'it', 'is', 'not', 'and', 'the', 'lining', 'is', 'a', 'soft', 'mesh', 'looks', 'both', 'relaxed', 'and', 'stylish.,5,1,5', 'general', 'dresses', 'dresses'] ['13620,868,66', 'darling', 'this', 'top', 'is', 'just', 'darling', 'the', 'body', 'of', 'the', 'top', 'is', 'lightweight', 'sweatshirt', 'type', 'material', 'that', "'s", 'dyed', 'to', 'appear', 'well', 'used', 'the', 'ruffling', 'along', 'the', 'bottom', 'is', 'color', 'coordinated', 'and', 'beautifully', 'textured', 'great', 'to', 'wear', 'with', 'leggings', 'the', 'back', 'hangs', 'lower', 'than', 'the', 'front', 'so', 'your', 'rear', 'will', 'be', 'covered', 'extremely', 'comfortable', 'machine', 'washable', 'an', 'unexpectedly', 'nicer', 'than', 'it', 'looks', 'online', 'garment', 'i', 'bought', 'the', 'blue', 'version', 'which', 'looks', 'more', 'lavender', 'irl', ',5,1,0', 'general', 'tops', 'knits'] ['13621,1095,41', 'get', 'so', 'many', 'a+', 'comments', 'from', 'it', 'it', 'is', 'one', 'of', 'the', 'best', 'dress', 'for', 'the', 'season', 'light', 'nice', 'color', 'elegant', 'can', 'not', 'find', 'more', 'word', 'of', 'it', 'really', 'great', 'buy', 'this', 'brand', 'has', 'very', 'special', 'design', 'that', 'really', 'amazed', 'me', 'recently', 'just', 'want', 'to', 'give', 'a+', 'to', 'the', 'designer', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['13622,1075,54', 'i', 'can', 'not', 'say', 'enough', 'good', 'things', 'about', 'this', 'dress', 'as', 'a', 'petite', 'person', '5', '0', 'it', 'is', 'so', 'hard', 'to', 'find', 'things', 'that', 'fit', 'well', 'without', 'alterations', 'but', 'this', 'dress', 'fit', 'perfectly', 'it', "'s", 'also', 'so', 'well-made', 'the', 'fabric', 'is', 'soft', 'comfortable', 'and', 'gorgeously', 'detailed', 'and', 'the', 'dress', 'is', 'lined', 'which', 'makes', 'it', 'feel', 'durable', 'and', 'gives', 'the', 'skirt', 'some', 'volume', 'in', 'a', 'good', 'flattering', 'way', 'i', 'got', 'it', 'shortened', 'by', 'about', '2', 'but', 'this', 'dress', 'fits', 'like', 'a', 'dream', ',5,1,2', 'general', 'dresses', 'dresses'] ['13623,1072,38', 'the', 'cowl', 'and', 'cuffs', 'of', 'the', 'dress', 'are', 'thick', 'and', 'heavy', 'sweater', 'material', 'but', 'the', 'dress', 'itself', 'is', 'extremely', 'thin', 'the', 'non-belted', 'pictures', 'do', 'not', 'show', 'how', 'much', 'volume', 'there', 'is', 'to', 'the', 'dress', 'which', 'was', 'enormous', 'in', 'my', 'normal', 'size', ',2,0,10', 'general', 'petite', 'dresses', 'dresses'] ['13624,1104,28', 'such', 'a', 'cute', 'dress', 'runs', 'super', 'small', 'so', 'disappointed', 'i', 'could', "n't", 'even', 'get', 'it', 'on', 'definitely', 'order', 'a', 'size', 'up', ',4,1,1', 'general', 'dresses', 'dresses'] ['13625,1077,64', 'nice', 'if', 'it', 'fits', 'you', 'very', 'attractive', 'pattern', 'and', 'color', 'the', 'black', 'is', 'so', 'soft', 'that', 'it', 'seems', 'close', 'to', 'sepia', 'the', 'length', 'was', 'fine', 'the', 'fabric', 'meaning', 'the', 'dress', 'is', 'quite', 'heavy', 'for', 'not', 'having', 'a', 'lining', 'except', 'just', 'around', 'the', 'bra', 'area', '-even', 'though', 'the', 'facing', 'did', "n't", 'successfully', 'substitute', 'for', 'a', 'bra', 'in', 'my', 'opinion', 'the', 'arm', 'holes', 'are', 'cut', 'in', 'quite', 'a', 'bit', 'so', 'one', 'would', 'have', 'to', 'find', 'the', 'appropriate', 'bra'] ['the', 'dress', 'runs', 'very', 'large', 'i', 'ordered', 'an', 'xs', 'petite', 'it', 'was', 'about', '2', 'inches', 'too', 'large', '4', 'inches', 'total', 'on', 'either', 'side', 'across', 'the', ',3,1,31', 'general', 'dresses', 'dresses'] ['13626,1077,60', 'beautiful', 'i', 'normally', 'wear', 'a', 'size', '12', 'because', 'of', 'my', 'shoulders', 'and', 'back', 'after', 'reading', 'reviews', 'after', 'purchasing', 'dress', 'online', 'i', 'was', 'expecting', 'it', 'to', 'be', 'too', 'small', 'it', 'is', 'in', 'fact', 'somewhat', 'large', 'i', 'love', 'the', 'way', 'i', 'feel', 'in', 'it', 'i', 'am', '5', '8', 'and', 'the', 'length', 'is', 'perfect', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'the', 'black', 'is', 'so', 'soft', 'love', 'the', 'boho', 'feel', 'yet', 'classic', 'and', 'feminine', ',5,1,3', 'general', 'dresses', 'dresses'] ['13627,1080,33', 'stand', 'out', 'maxi', 'love', 'this', 'dress', 'great', 'lightweight', 'fabric', 'bold', 'colors', 'and', 'lined', 'to', 'the', 'knee', 'the', 'lining', 'makes', 'sure', 'the', 'dress', 'lies', 'smooth', 'but', 'it', 'breaths', 'well', 'so', 'it', 'does', "n't", 'add', 'extra', 'heat', 'i', 'found', 'it', 'ran', 'true', 'to', 'size', 'and', 'it', "'s", 'a', 'good', 'length', 'for', 'tall', 'girls', 'i', 'like', 'that', 'you', 'can', 'tie', 'the', 'belt', 'in', 'the', 'front', 'or', 'back', 'looks', 'great', 'on', 'it', "'s", 'own', 'or', 'dress', 'it', 'up', 'with', 'a', 'statement', 'necklace', 'there', 'is', 'also', 'a', 'nice', 'girth', 'to', 'the', 'skirt', 'giving', 'it', 'lots', 'of', 'movement', 'great', 'find', ',5,1,2', 'general', 'dresses', 'dresses'] ['13628,1078,63', 'a', 'gorgeous', 'swing', 'dress', 'this', 'is', 'an', 'amazing', 'summer', 'dress', 'so', 'pretty', 'it', 'stood', 'out', 'even', 'though', 'only', 'a', 'few', 'were', 'left', 'on', 'the', 'rack', 'it', "'s", 'light', 'airy', 'and', 'perfect', 'even', 'for', 'the', 'hottest', 'summer', 'days', 'the', 'straps', 'are', 'not', 'adjustable', 'but', 'for', 'me', 'the', 'dress', 'was', 'not', 'too', 'low', 'and', 'it', 'fit', 'just', 'like', 'on', 'the', 'model', 'pictured', 'a', 'very', 'thin', 'belt', 'comes', 'with', 'it', 'but', 'adds', 'nothing', 'only', 'detracts', 'i', 'am', 'usually', 'a', 's', 'or', 'm', 'in', 'retailer', 'sizing', 'and', 'the', 's', 'was', 'perfect'] ['for', 'ref', '5', '7', '140', 'lbs', 'this', 'dress', 'is', 'so', 'flawless', 'and', 'beautiful', 'and', 'i', 'feel', 'wonderful', 'wearing', ',5,1,22', 'general', 'dresses', 'dresses'] ['13629,1078,28', 'very', 'flowy', 'this', 'dress', 'has', 'way', 'too', 'much', 'material', 'the', 'material', 'is', 'really', 'soft', 'and', 'beautiful', 'but', 'there', "'s", 'too', 'much', 'of', 'it', 'it', 'feels', 'like', 'you', "'re", 'wearing', 'a', 'big', 'sack', 'sadly', 'i', "'ll", 'be', 'returning', 'it.,3,0,1', 'general', 'dresses', 'dresses'] ['13630,1078,49', 'love', 'this', 'dress', 'i', 'am', 'a', 'petite', 'girl', '5', '2', '/105', 'lbs-', 'i', 'bought', 'size', 's', 'and', 'it', 'fits', 'me', 'just', 'right', 'i', 'love', 'the', 'way', 'the', 'fabric', 'feels', 'on', 'my', 'body', 'i', 'tried', 'this', 'dress', 'with', 'flat', 'shoe', 'and', 'it', 'does', "n't", 'make', 'me', 'look', 'short', 'the', 'colors', 'are', 'vibrant', 'but', 'not', 'too', 'bright', 'which', 'makes', 'it', 'perfect', 'for', 'any', 'time', 'of', 'the', 'year', 'to', 'wear', ',5,1,1', 'general', 'dresses', 'dresses'] ['13631,1078,33', 'could', "n't", 'send', 'it', 'back', 'fast', 'enough', 'unlike', 'the', 'other', 'two', 'reviews', 'i', 'found', 'this', 'dress', 'horrid', 'i', 'ordered', 'a', 'xs', 'since', 'i', 'am', 'between', 'that', 'and', 'a', 's.', 'it', 'was', 'just', 'too', 'much', 'fabric', 'for', 'me', 'i', 'have', 'a', 'small', 'frame', 'so', 'it', 'was', 'just', 'so', 'overwhelming', 'the', 'armholes', 'were', 'big', 'and', 'i', 'felt', 'like', 'i', 'had', 'a', 'bag', 'on', 'me', 'colors', 'were', 'nice', 'and', 'fabric', 'was', 'soft', 'and', 'light', 'the', 'belt', 'made', 'no', 'sense', 'as', 'others', 'have', 'said', 'length', 'was', 'good', 'i', 'tried', 'it', 'on', 'as', 'soon', 'as', 'i', 'got', 'it', 'and', 'could', "n't", 'take', 'it', 'off', 'fast', 'enough', 'i', 'literally', 'ran', 'to', 'the', 'post', 'office', 'and', 'back', 'it', 'goes', 'this', 'is', 'my', ',2,0,8', 'general', 'dresses', 'dresses'] ['13632,1078,48', 'too', 'full', 'of', 'a', 'dress', 'for', 'me', 'i', 'tried', 'a', 'belt', 'and', 'it', 'is', 'then', 'too', 'chunky', 'if', 'you', 'are', 'younger', 'tall', 'and', 'slim', 'this', 'would', 'look', 'great', ',2,0,0', 'general', 'dresses', 'dresses'] ['13633,1078,35', ',,4,1,0', 'general', 'dresses', 'dresses'] ['13634,1078,26', 'swing', 'dress', 'when', 'i', 'received', 'the', 'dress', 'i', 'went', 'to', 'try', 'it', 'on', 'and', 'one', 'of', 'the', 'loops', 'for', 'the', 'string', 'to', 'cinch', 'the', 'dress', 'broke', 'guess', 'that', "'s", 'gon', 'na', 'have', 'to', 'go', 'back,3,1,0', 'general', 'dresses', 'dresses'] ['13635,1078,52', 'all', 'occasions', 'all', 'beautiful', 'all', 'quality', 'i', 'tried', 'on', 'almost', 'every', 'dress', 'in', 'the', 'shop', 'today', 'and', 'this', 'is', 'the', 'dress', 'as', 'soon', 'as', 'i', 'tried', 'it', 'on', 'i', 'started', 'twirling', 'around', 'i', 'felt', 'beautiful', 'and', 'i', 'could', "n't", 'stop', 'smiling', 'my', 'mother', 'said', 'that', 'it', 'makes', 'my', 'blue', 'eyes', 'glow', 'it', 'flatters', 'my', 'figure', 'by', 'hanging', 'perfectly', 'across', 'my', 'bust-line', 'floating', 'over', 'my', 'curves', 'and', 'camouflaging', 'my', 'little', 'unappealing', 'bumps', 'also', 'the', 'dress', 'is', 'cut', 'nicely', 'under', 'the', 'arms', 'which', 'allows', 'coverage', 'for', 'a', 'strapless', 'bra', 'i', 'chose', 'the', 'medium', 'size', 'even', 'though', 'i', 'usually', 'wear', 'a', 'large', ',5,1,8', 'general', 'dresses', 'dresses'] ['13636,1078,25', 'love', 'this', 'dress', 'the', 'other', 'reviews', 'were', 'accurate', 'it', 'is', 'a', 'lot', 'of', 'fabric', 'and', 'i', 'ca', "n't", 'decide', 'whether', 'i', 'will', 'actually', 'use', 'the', 'belt', 'that', 'it', 'came', 'with', 'but', 'i', 'think', 'it', 'would', 'be', 'a', 'great', 'beachy', 'dress', 'for', 'the', 'summer', ',5,1,1', 'general', 'dresses', 'dresses'] ['13637,1078,50', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', 'almost', 'said', 'a', 'bad', 'word', 'omg', 'i', 'am', '5', '8', 'size', '14', 'big', 'hips', 'and', 'i', 'simply', 'love', 'love', 'love', 'this', 'dress', 'when', 'i', 'first', 'saw', 'myself', 'in', 'the', 'mirror', 'i', 'just', 'loved', 'the', 'way', 'it', 'fell', 'and', 'gypsy', 'style', 'of', 'it', 'the', 'material', 'is', 'rich', 'and', 'soft', 'i', 'caught', 'it', 'on', 'sale', 'under', 'a', 'hundred', 'bucks', 'and', 'it', 'is', 'more', 'than', 'worth', 'it', ',5,1,3', 'general', 'dresses', 'dresses'] ['13638,1078,53', 'beautiful', 'dress', 'found', 'this', 'dress', 'on', 'the', 'sale', 'rack', 'but', 'the', 'store', 'did', 'not', 'have', 'my', 'size', 'fortunately', 'they', 'were', 'able', 'to', 'order', 'ship', 'it', 'free', 'the', 'colors', 'fabric', 'caught', 'my', 'eye', 'right', 'away', 'it', 'reminds', 'me', 'of', 'a', 'vintage', 'apron', 'print', 'but', 'in', 'a', 'good', 'way', 'i', "'m", 'tall', 'with', 'a', 'long', 'torso', 'i'] ['had', 'to', 'lower', 'the', 'waist', 'tie', ',4,1,0', 'general', 'dresses', 'dresses'] ['13639,1078,33', 'perfect', 'for', 'that', 'weird', 'pregnancy', 'phase', 'between', 'looking', 'fat', 'and', 'looking', 'like', 'you', 'have', 'a', 'human', 'being', 'on', 'tap', 'which', 'is', 'way', 'longer', 'than', 'you', 'would', 'imagine', 'another', 'reviewer', 'mentioned', 'that', 'this', 'makes', 'your', 'boobs', 'look', 'huge', 'when', 'cinched', 'which', 'is', 'true', 'and', 'also', 'ok', 'since', 'my', 'boobs', 'are', 'huge', 'now', 'if', 'i', 'was', "n't", 'pregnant', 'i', "'m", 'not', 'sure', 'i', 'would', 'go', 'with', 'this', 'because', 'it', 'definitely', 'has', 'a', 'lot', 'more', 'fabric', 'to', 'it', 'than', 'the', 'model', 'photos', 'make', 'it', 'appear', 'especially', 'when', 'you', 'cinch', 'but', 'for', '6', 'months', 'pregnant', 'this', 'dress', 'made', 'me', 'feel', 'fab.u.lous', 'since', 'it', 'toned', 'dow', ',4,1,7', 'general', 'dresses', 'dresses'] ['13640,436,49', 'cozy', 'and', 'soft', 'easy', 'fit', 'i', 'tried', 'these', 'on', 'in', 'the', 'store', 'and', 'they', 'are', 'super', 'cozy', 'at', '5', '1', 'they', 'hit', 'me', 'just', 'above', 'the', 'ankle', 'in', 'the', 'regular', 'length', 'i', 'came', 'to', 'the', 'website', 'to', 'get', 'the', 'petite', 'length', 'hoping', 'for', 'a', 'better', 'fit', 'in', 'the', 'rise', 'as', 'well', 'as', 'a', 'slightly', 'shorter', 'leg', 'length', 'these', 'pants', 'are', 'comfortable', 'without', 'looking', 'sloppy', ',5,1,2', 'initmates', 'intimate', 'lounge'] ['13641,1078,38', 'too', 'flowy', 'the', 'pattern', 'and', 'fabric', 'on', 'this', 'dress', 'are', 'very', 'nice', 'there', 'is', 'just', 'too', 'much', 'fabric', 'it', "'s", 'much', 'too', 'baggy', 'but', 'could', 'make', 'a', 'nice', 'maternity', 'dress', 'i', "'ll", 'be', 'returning', 'it.,3,0,0', 'general', 'dresses', 'dresses'] ['13642,1078,34', 'love', 'the', 'print', 'hate', 'the', 'fit', 'i', 'have', 'a', 'love-hate', 'relationship', 'with', 'this', 'dress', 'the', 'fabric', 'and', 'print', 'are', 'beautiful', 'but', 'like', 'most', 'swing', 'styles', 'this', 'dress', 'does', "n't", 'work', 'if', 'you', "'re", 'curvy', 'tried', 'on', 'an', 'xs', 'in', 'the', 'store', 'which', 'was', 'huge', 'ordered', 'an', 'xxsp', 'the', 'length', 'was', 'perfect', 'but', 'the', 'dress', 'does', 'nothing', 'for', 'a', 'pear-shape', 'looks', 'marginally', 'better', 'cinched', 'in', 'with', 'the', 'belt', 'but', 'i', 'was', 'lost', 'in', 'all', 'the', 'fabric', 'and', 'the', 'skimming', 'nature', 'of', 'the', 'dress', 'did', 'nothing', 'for', 'me', 'as', 'my', 'boyfriend', 'said', 'that', 'looks', 'like', 'something', 'you', "'d", 'wear', 'if', 'you', 'were', 'pregnan', ',3,1,1', 'general', 'dresses', 'dresses'] ['13643,1078,51', 'disappointed', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'i', 'saw', 'someone', 'try', 'it', 'on', 'in', 'the', 'store', 'and', 'waited', 'all', 'season', 'for', 'it', 'to', 'go', 'on', 'sale', 'i', 'loved', 'it', 'except', 'for', 'the', 'seam', 'that', 'was', 'right', 'at', 'the', 'neckline', 'in', 'the', 'front', 'they', 'did', "n't", 'even', 'try', 'to', 'match', 'up', 'the', 'fabrics', 'it', 'was', 'so', 'obvious', 'and', 'cheap', 'looking', 'that', 'i', 'had', 'to', 'send', 'this', 'dress', 'back', 'so', 'sad', ',3,0,1', 'general', 'dresses', 'dresses'] ['13644,1078,37', 'absolutely', 'love', 'this', 'dress', 'love', 'everything', 'about', 'this', 'i', 'bought', 'this', 'after', 'reading', 'other', 'reviews', 'beautiful', 'fabric', 'i', "'m", "5'10", '135', 'and', 'bought', 'the', 'small', 'and', 'fits', 'perfect', 'it', "'s", 'great', 'with', 'heels', 'or', 'flats', 'seriously', 'just', 'makes', 'you', 'want', 'to', 'twirl', 'dance', 'skip', 'you', 'name', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['13645,1078,65', 'absolutely', 'georgeous', 'i', 'bought', 'this', 'beautiful', 'dress', 'at', 'the', 'store', 'yesterday', 'and', 'had', 'some', 'assistance', 'from', 'staff', 'which', 'was', 'great', 'the', 'tie', 'that', 'another', 'reviewer', 'referred', 'to', 'is', 'essential', 'i', 'believe', 'when', 'tied', 'in', 'the', 'back', 'slightly', 'high', 'and', 'sinched', 'just', 'enough', 'to', 'define', 'smallest', 'part', 'of', 'waist', 'it', 'falls', 'beautifully', 'and', 'frames', 'the', 'center', 'panel', 'perfectly', 'i', 'personally', 'would', 'never', 'cut', 'the', 'tie', 'off', 'at', 'least', 'try', 'it', 'this', 'way', 'before', 'making', 'that', 'decision', ',5,1,3', 'general', 'dresses', 'dresses'] ['13646,1078,44', 'too', 'much', 'fabric', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'i', 'ordered', 'it', 'i', 'did', "n't", 'want', 'to', 'miss', 'out', 'on', 'it', 'i', 'loved', 'the', 'look', 'the', 'colors', 'were', 'so', 'fun', 'and', 'bright', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'my', 'perfect', 'dress', 'for', 'an', 'upcoming', 'trip', 'to', 'hawaii', 'i', 'am', '5', '4', 'about', '118', 'i', 'ordered', 'a', 'pxs', 'when', 'it', 'arrived', 'i', 'loved', 'the', 'feel', 'of', 'the', 'fabric', 'and', 'the', 'colors', 'but', 'was', 'wondering', 'what', 'it', 'would', 'look', 'like', 'on', 'as', 'it', 'was', 'a', 'lot', 'of', 'fabric', 'i', 'know', 'it', 'is', 'to', 'be', 'flowing', 'but', 'on', 'me', 'it', 'was', 'just', 'awful', 'part', 'is', 'that', 'the', 'ties', 'on', 'the', 'shoulder', 'are', 'sewn', 'in', 'place', 'so', 'i', 'c', ',2,0,12', 'general', 'dresses', 'dresses'] ['13647,934,50', 'gorgeous', 'sweater', 'but', 'runs', 'very', 'big', 'i', 'purchased', 'the', 'medium', 'in', 'this', 'sweater', 'as', 'that', 'was', 'all', 'that', 'was', 'left', 'but', 'it', 'fit', 'like', 'a', 'large', 'if', 'not', 'an', 'xlarge', 'it', "'s", 'a', 'beautifully', 'made', 'sweater', 'and', 'really', 'soft', 'i', 'now', 'think', 'i', 'know', 'why', 'it', 'suddenly', 'becomes', 'available', 'again', 'here', 'and', 'there', 'it', "'s", 'not', 'the', 'kind', 'of', 'sweater', 'you', 'want', 'to', 'wear', 'over', 'sized', 'because', 'as', 'beautifully', 'made', 'as', 'it', 'is', 'it', "'s", 'not', 'that', 'flattering', 'if', 'it', "'s", 'hanging', 'on', 'you', 'luckily', 'it', 'suddenly', 'became', 'available', 'in', 'a', 'small', 'which', 'i', 'quickly', 'ordered', 'and', 'will', 'keep', 'my', 'figures', 'crossed', 'that', 'it', "'s", 'bette', ',4,1,0', 'general', 'tops', 'sweaters'] ['13648,1078,44', 'the', 'petite', 'fits', 'great', 'got', 'the', 'petite', 'size', 'dress', 'is', 'swing', 'style', 'so', 'extra', 'fabric', 'is', 'expected', 'can', 'wear', 'a', 'nude', 'bra', 'or', 'strapless', 'dress', 'is', 'beautiful', 'in', 'person', 'more', 'so', 'than', 'online', 'very', 'comfy', 'and', 'stands', 'out', 'without', 'being', 'flashy', 'just', 'pretty', 'and', 'different', 'nice', 'silk', 'matte', 'not', 'shiny', ',5,1,0', 'general', 'dresses', 'dresses'] ['13649,1078,45', 'gorgeous', 'flattering', 'dress', 'this', 'dress', 'is', 'soft', 'comfortable', 'beautiful', 'and', 'drapes', 'so', 'nicely', 'not', 'tent-like', 'at', 'all', 'i', 'was', "n't", 'sure', 'about', 'sizing', 'and', 'went', 'with', 'some', 'reviewers', 'who', 'recommended', 'sizing', 'down', 'but', 'the', 'small', 'in', 'the', 'strap/underarm', 'area', 'so', 'i', 'am', 'exchanging', 'for', 'my', 'usual', 'medium', 'as', 'another', 'reviewer', 'noted', 'you', 'can', 'not', 'adjust', 'the', 'straps', 'they', 'are', 'stitched', 'together', 'not', 'tied', 'together', 'i', 'considered', 'having', 'it', 'altered', 'but', 'was', 'assured', 'there', 'are', 'plenty', 'in', 'stock', 'i', 'can', 'not', 'wait', 'for', 'it', 'to', 'arrive', 'perfect', 'for', 'summer', 'or', 'fall', 'with', 'a', 'c', ',5,1,1', 'general', 'dresses', 'dresses'] ['13650,1078,32', 'good', 'enough', 'i', 'purchased', 'this', 'dress', 'as', 'an', 'easy', 'option', 'to', 'throw', 'on', 'after', 'the', 'gym', 'or', 'on', 'a', 'weekend', 'trip', 'without', 'fuss', 'the', 'fabric', 'is', 'soft', 'hangs', 'well', 'and', 'it', 'is', 'well-lined', 'but', 'it', "'s", 'also', 'a', 'little', 'more', 'bilious', 'than', 'perhaps', 'necessary', 'to', 'be', 'beautiful', 'and', 'flowing', 'as', 'in', 'i', "'m", 'very', 'comfortable', 'in', 'this', 'dress', 'but', 'it', "'s", 'not', 'a', 'dress', 'i', 'receive', 'compliments', 'while', 'wearing', 'perhaps', 'it', 'reads', 'as', 'maternity', 'wear', 'without', 'the', 'belt', ',4,1,0', 'general', 'dresses', 'dresses'] ['13651,1078,40', 'i', 'found', 'it', 'unflattering', 'i', 'am', 'a', 'curvy', 'size', '8.', 'i', 'loved', 'the', 'colors', 'but', 'found', 'it', 'looked', 'maternity', 'when', 'unbelted', 'and', 'there', 'was', 'too', 'much', 'bunchy', 'fabric', 'at', 'the', 'waist', 'when', 'tied', 'i', 'tend', 'to', 'like', 'things', 'that', 'emphasize', 'my', 'waist', 'however', ',3,0,12', 'general', 'dresses', 'dresses'] ['13652,907,33', 'beautiful', 'sweater', 'beautiful', 'detail', 'sweater', 'is', 'warm', 'soft', 'and', 'very', 'comfortable', 'fits', 'perfectly', 'i', 'was', 'worried', 'without', 'having', 'seen', 'it', 'in', 'person', 'that', 'the', 'lace', 'detailing', 'would', 'be', 'fragile', 'but', 'it', 'is', 'knitted', 'into', 'the', 'underlying', 'sweater', 'material', 'i', 'have', 'worn', 'it', 'no', 'less', 'than', 'five', 'times', 'already', 'and', 'not', 'a', 'flaw', 'or', 'a', 'pull', 'in', 'it', ',5,1,2', 'general', 'tops', 'fine', 'gauge'] ['13653,1078,53', 'beautiful', 'unique', 'dress.', 'beautiful', 'colors', 'in', 'this', 'dress', 'that', 'can', 'be', 'worn', 'as', 'a', 'swing', 'dress', 'belted', 'with', 'the', 'tie', 'or', 'tied', 'in', 'the', 'back', 'stunning', ',5,1,1', 'general', 'dresses', 'dresses'] ['13654,1078,36', 'i', 'really', 'wanted', 'this', 'to', 'work', 'but', 'like', 'other', 'reviewers', 'said', 'it', 'looks', 'nothing', 'like', 'the', 'picture', 'of', 'the', 'model', 'i', 'am', '5', '3', 'and', '110', 'lbs', 'i', 'usually', 'wear', 'an', 'xs', 'in', 'maeve', 'and', 'i', 'ordered', 'the', 'xs', 'petite', 'the', 'straps', 'are', 'not', 'adjustable', 'so', 'the', 'top', 'part', 'of', 'the', 'dress', 'is', 'up', 'too', 'high', 'and', 'then', 'there', 'is', 'just', 'so', 'much', 'material', 'it', 'looks', 'like', 'i', "'m", '6', 'months', 'pregnant', 'and', 'i', 'usually', 'love', 'loose', 'dresses', 'like', 'this', 'but', 'the', 'way', 'this', 'falls', 'really', 'does', 'make', 'you', 'look', 'like', 'you', 'are', 'hiding', 'a', 'sack', 'of', 'potatoes', 'so', 'bummed', 'because', 'the', 'material', 'is', 'beautiful', 'and', 'i', 'lo', ',2,0,2', 'general', 'dresses', 'dresses'] ['13655,280,26', 'would', 'be', 'really', 'cute', 'on', 'a', 'tall', 'girl', 'i', 'so', 'wanted', 'to', 'love', 'this', 'suit', 'it', 'is', 'so', 'unique', 'and', 'cute', 'however', 'it', 'does', 'not', 'wear', 'well', 'on', 'a', 'short', 'girl', 'i', 'am', '5', '4', 'and', 'the', 'torso', 'was', 'much', 'too', 'short', 'for', 'me', 'so', 'the', 'cut', 'down', 'the', 'middle', 'looked', 'really', 'wide', 'and', 'odd', 'and', 'the', 'suit', 'just', 'made', 'me', 'look', 'stumpy', 'instead', 'of', 'sexy', 'also', 'for', 'how', 'expensive', 'this', 'suit', 'it', 'i', 'also', 'thought', 'the', 'material', 'was', 'pretty', 'thin', 'for', 'how', 'expensive', 'this', 'suit', 'is', 'i', "'m", 'sad', 'to', 'say', 'it', 'is', 'going', 'back', ',3,0,3', 'initmates', 'intimate', 'swim'] ['13656,1078,64', 'love', 'it', 'this', 'is', 'a', 'perfect', 'dress', 'for', 'summer', 'in', 'florida', 'it', 'does', 'run', 'larger', 'than', 'it', 'needs', 'to', 'be', 'even', 'for', 'a', 'swing', 'dress', 'no', 'problem', 'i', 'took', 'in', 'the', 'sides', 'several', 'inches', 'on', 'each', 'side', 'and', 'it', 'looks', 'great', 'it', "'s", 'very', 'easy', 'to', 'pick', 'the', 'stitches', 'on', 'the', 'straps', 'and', 'make', 'them', 'adjustable.it', 'has', 'a', 'nice', 'lightweight', 'full', 'lining', 'my', 'new', 'favorite', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['13657,1078,43', 'lovely', 'summer', 'dress', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'saw', 'it', 'i', 'love', 'the', 'colors', 'and', 'pattern', 'i', "'ve", 'just', 'been', 'on', 'the', 'fence', 'whether', 'it', 'complements', 'my', 'hippy', 'frame', 'i', "'m", 'a', 'size', '8/10', 'right', 'now', 'i', 'do', 'like', 'it', 'with', 'or', 'without', 'the', 'tie', 'for', 'different', 'effects', 'one', 'concern', 'is', 'that', 'the', 'website', 'says', 'hand', 'wash', 'and', 'the', 'tag', 'on', 'the', 'seam', 'says', 'dry', 'clean', 'only', 'i', 'usually', 'do', "n't", 'buy', 'dry', 'clean', 'clothes', 'but', 'might', 'make', 'an', 'exception', 'for', 'this', 'one', ',5,1,1', 'general', 'dresses', 'dresses'] ['13658,1078,32', 'close', 'but', 'no', 'i', 'really', 'really', 'wanted', 'to', 'take', 'this', 'home', 'with', 'me', 'but', 'decided', 'against', 'it', 'from', 'the', 'front', 'this', 'dress', 'looks', 'amazing', 'when', 'it', 'was', 'belted', 'and', 'i', 'love', 'the', 'colors', 'in', 'it', 'however', 'it', 'bunched', 'like', 'crazy', 'in', 'the', 'back', 'i', 'tried', 'it', 'without', 'the', 'belting', 'and', 'it', 'just', 'hung', 'like', 'a', 'sack', 'and', 'was', 'completely', 'unflattering', 'if', 'there', 'were', 'some', 'way', 'to', 'get', 'rid', 'of', 'the', 'bunching', 'in', 'the', 'back', 'then', 'i', 'would', 'have', 'taken', 'it', 'home', 'but', 'with', 'the', 'cost', 'of', 'the', 'dress', 'i', 'ca', "n't", 'justify', 'taking', 'it', 'to', 'a', 'tailor', 'so', 'it', 'stayed', 'sigh', 'so', 'close', ',3,0,1', 'general', 'dresses', 'dresses'] ['13659,877,62', 'i', 'ordered', '2', 'sizes', 'to', 'try', 'for', 'in', 'store', 'pickup', 'both', 'were', 'too', 'large', 'so', 'size', 'down', 'i', 'am', '5', '4', '125', 'lbs', 'and', 'the', 's', 'was', 'too', 'large', 'in', 'the', 'neck', 'and', 'body', 'even', 'though', 'i', 'generally', 'wear', 'things', 'large', 'also', 'the', 'collar', 'was', 'a', 'hemmed', 'flat', 'collar', 'not', 'the', 'roll', 'collar', 'depicted', 'i', 'reviewed', 'that', 'with', 'the', 'salesperson', 'as', 'well', 'we', 'were', 'both', 'at', 'a', 'loss', 'to', 'explain', 'why', 'and', 'the', 'tiger', 'embellishments', 'were', 'more', 'orange', 'yellow', 'and', 'glittery', 'on', 'the', 'ones', 'i', 'ordered', ',3,1,2', 'general', 'tops', 'knits'] ['13660,1078,39', 'gorgeous', 'silk', 'pattern', 'everything', 'about', 'this', 'dress', 'is', 'perfect', 'for', 'my', 'body', 'type', 'i', 'used', 'the', 'tie', 'belt', 'as', 'a', 'cinch', 'to', 'gather', 'the', 'fabric', 'and', 'made', 'the', 'silhouette', 'into', 'a', 'loose', 'fit', 'flare', 'i', 'have', 'a', 'large', 'upper', 'body', 'and', 'small', 'lower', 'half', 'so', 'maybe', 'the', 'excess', 'fabric', 'balances', 'out', 'my', 'body', 'but', 'looks', 'terrible', 'on', 'other', 'shapes', 'i', 'am', '36dd', '140', '5', '3', 'and', 'i', 'purchased', 'the', 'medium', 'petite', ',5,1,0', 'general', 'dresses', 'dresses'] ['13661,1078,43', 'tricky', 'to', 'wear', 'i', 'am', 'torn', 'about', 'this', 'dress', 'the', 'print', 'is', 'very', 'pretty', 'and', 'the', 'fabric', 'has', 'a', 'gentle', 'flow', 'to', 'it', 'the', 'top', 'part', 'is', 'great', 'but', 'the', 'portion', 'below', 'the', 'chest', 'reminded', 'me', 'of', 'a', 'tent', 'it', 'is', 'tricky', 'to', 'pull', 'off', 'if', 'you', 'are', 'well-endowed', 'on', 'the', 'top', 'or', 'wear', 'a', 'padded', 'bra', 'i', 'liked', 'the', 'look', 'better', 'when', 'i', 'tied', 'it', 'at', 'the', 'back', 'with', 'the', 'ultra-thin', 'belt', 'straps', 'which', 'gave', 'some', 'shape', 'to', 'the', 'waist', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'a', 'slim', 'person', 'could', 'carry', 'the', 'look', 'well', 'i', 'usually', 'do', "n't", 'return', 'online', 'purchases', 'unless', 'they,3,1,2', 'general', 'dresses', 'dresses'] ['13662,1008,42', ',love', 'love', 'this', 'skirt', 'quality', 'is', 'great', 'and', 'so', 'comfortable', 'you', 'can', 'even', 'do', 'this', 'skirt', 'with', 'boots', 'and', 'sweater', 'in', 'colder', 'months', 'so', 'glad', 'i', 'got', 'it', ',5,1,1', 'general', 'bottoms', 'skirts'] ['13663,1088,45', 'frumpy', 'this', 'dress', 'had', 'so', 'much', 'potential', 'looked', 'cute', 'when', 'i', 'received', 'it', 'put', 'it', 'on', 'could', "n't", 'wait', 'to', 'take', 'it', 'off', 'it', "'s", 'shapeless', 'top', 'heavy', 'just', 'overall', 'unflattering', 'the', 'material', 'could', 'be', 'cute', 'on', 'a', 'totally', 'different', 'dress', 'do', "n't", 'waste', 'your', 'money', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['13664,824,53', ',excellent', 'quality', 'blouse', 'and', 'sooo', 'pretyy', 'i', 'was', 'worried', 'when', 'i', 'saw', 'on-line', 'that', 'is', '100', 'cotton', 'i', 'though', 'it', 'was', 'a', 'cotton', 'blouse', 'that', 'would', 'get', 'wrinkly', 'but', 'i', 'was', 'pleasantly', 'surprised', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'it', 'is', 'a', 'substantial', 'weight', 'cotton/gauze', 'that', 'looks', 'like', 'hand', 'stitched', 'embroidery', 'i', "'d", 'say', 'it', 'fits', 'tts.,5,1,7', 'general', 'petite', 'tops', 'blouses'] ['13665,1008,33', 'midi', 'skirt', 'i', "'m", '5', '4', '120lbs', 'and', 'the', 'xs', 'fits', 'perfectly', 'the', 'skirt', 'is', 'flattering', 'and', 'quality', 'is', 'nice', 'will', 'be', 'good', 'for', 'cooler', 'days', 'in', 'the', 'fall', 'a', 'bit', 'warm', 'for', 'a', 'hot', 'summer', 'day', 'but', 'nice', 'for', 'a', 'night', 'time', 'event', ',4,1,1', 'general', 'bottoms', 'skirts'] ['13666,1022,55', 'not', 'loving', 'the', 'extra', 'stretchy', 'fabric', 'long-time', 'ag', 'jeans', 'fan', 'lately', 'though', 'i', "'m", 'finding', 'the', 'material', 'is', 'much', 'too', 'stretchy', 'i', 'wanted', 'a', 'good', 'pair', 'of', 'jeans', 'if', 'i', 'wanted', 'pajama', 'jeans', 'i', 'would', "'ve", 'ordered', 'them', 'i', 'found', 'the', 'same', 'thing', 'with', 'the', 'steve', 'capris', 'i', 'ordered', 'same', 'review', 'there'] ['so', 'back', 'both', 'pairs', 'went'] ['it', "'s", 'a', 'shame', 'because', 'the', 'color', 'was', 'as', 'pictured', 'and', 'just', 'what', 'i', 'wanted', 'if', 'only', 'they', 'had', 'been', 'made', 'out', 'of', 'actual', 'jeans', 'material', ',2,0,4', 'general', 'bottoms', 'jeans'] ['13667,806,52', 'pretty', 'color', 'but', 'wrong', 'fit', 'i', 'ordered', 'this', 'shirt', 'in', 'the', 'purple', 'stripe', 'and', 'was', 'happy', 'when', 'it', 'arrived', 'and', 'i', 'really', 'liked', 'the', 'color', 'and', 'style', 'however', 'like', 'the', 'other', 'reviewer', 'when', 'i', 'tried', 'it', 'on', 'the', 'little', 'circles', 'on', 'the', 'front', 'line', 'up', 'perfectly', 'with', 'your', 'bra', 'straps', 'i', 'even', 'tried', 'a', 'different', 'style', 'bra', 'and', 'had', 'the', 'same', 'result', 'sadly', 'i', 'returned', 'it', 'yesterday', ',3,0,0', 'general', 'petite', 'intimate', 'lounge'] ['13668,831,47', 'beautiful', 'blouse', 'with', 'lovely', 'cotton-lace', 'detail', 'i', 'bought', 'this', 'blouse', 'in', 'ivory', 'which', 'is', 'almost', 'white', 'just', 'as', 'pictured', 'it', "'s", 'pretty', 'sheer', 'as', 'shown', 'in', 'the', 'pics', 'and', 'the', 'cotton', 'lace', 'insets', 'show', 'the', 'top', 'and', 'straps', 'of', 'my', 'bra', 'despite', 'this', 'i', "'m", 'keeping', 'the', 'blouse', 'and', 'will', 'sort', 'out', 'how', 'to', 'wear', 'it', 'because', 'it', "'s", 'so', 'unusual', 'and', 'gorgeous', 'if', 'black', 'looks', 'good', 'on', 'you', 'it', "'s", 'bad', 'on', 'me', 'i', "'d", 'probably', 'go', 'with', 'that', 'colorway', 'over', 'the', 'ivory', 'because', 'it', "'s", 'easier', 'to', 'blend', 'a', 'black', 'bra', 'with', 'a', 'black', 'blouse', 'than', 'a', 'nude', 'bra', 'with', 'an', 'almost', 'white', 'blouse', 'the', 'blouse', 'runs', ',4,1,4', 'general', 'tops', 'blouses'] ['13669,1056,38', 'stunning', 'and', 'comfortable', 'i', 'needed', 'to', 'get', 'this', 'hemmed', 'about', '3-4', 'inches', 'but', 'it', 'was', 'well', 'worth', 'it', 'this', 'is', 'a', 'gorgeous', 'effortlessly', 'glam', 'outfit', 'the', 'material', 'is', 'silky', 'soft', 'with', 'some', 'stretch', 'and', 'drapes', 'beautifully', 'i', 'am', 'a', '12/14', 'and', 'got', 'an', 'xl', 'i', 'think', 'a', 'large', 'would', 'have', 'been', 'better', 'this', 'had', 'extra', 'width', 'at', 'the', 'waist', 'but', 'it', 'worked', 'with', 'the', 'tie', 'belt', 'i', 'loved', 'wearing', 'this', 'and', 'felt', 'comfortable', 'all', 'night', ',5,1,0', 'general', 'bottoms', 'pants'] ['13670,967,51', 'tight', 'under', 'arms', 'this', 'jacket', 'was', 'cute', 'however', 'i', 'am', 'normally', 'a', 'large', 'with', 'a', 'bit', 'of', 'room', 'to', 'spare', 'this', 'has', 'the', 'irritating', 'issue', 'of', 'not', 'fitting', 'under', 'the', 'arms', 'and', 'across', 'the', 'chest', 'and', 'shoulders', 'it', 'is', 'not', 'my', 'shape', 'as', 'most', 'other', 'brands', 'at', 'retailer', 'fit', 'me', 'this', 'jacket', 'is', 'not', 'sized', 'correctly', ',1,0,1', 'general', 'jackets', 'jackets'] ['13671,1088,34', 'cute', 'and', 'unusual', 'i', 'found', 'this', 'tts', 'ordered', 'a', 'm', 'i', "'m", 'an', '8', 'and', 'not', 'annoying', 'to', 'put', 'on', 'i', 'ended', 'up', 'being', 'glad', 'it', 'does', "n't", 'have', 'a', 'zipper', 'when', 'i', 'tried', 'it', 'on', 'i', 'thought', 'it', 'would', 'look', 'better', 'with', 'a', 'v-neck', 'so', 'i', 'tried', 'it', 'on', 'backwards', 'with', 'the', 'hook', 'and', 'eye', 'open', 'in', 'the', 'front', 'i', 'think', 'it', "'s", 'identical', 'back', 'and', 'front', 'except', 'for', 'that', 'and', 'it', 'looks', 'cuter', 'with', 'a', 'slightly', 'lower', 'neckline', 'especially', 'for', 'a', 'bustier', 'person', 'like', 'me', 'i', 'might', 'sew', 'down', 'the', 'flaps', 'on', 'the', 'inside', 'of', 'the', 'neck', 'so', 'it', 'makes', 'a', 'somewhat', 'high', 'v-neck', 'with', 'that', 'al', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['13672,1008,33', 'very', 'clingy', 'this', 'skirt', 'is', 'much', 'more', 'vivid', 'in', 'person', 'which', 'i', 'like', 'the', 'fit', 'though', 'was', 'off', 'for', 'me', 'i', 'ordered', 'my', 'usual', 'size', 'medium', 'i', 'wear', 'a', '6', 'or', '8', 'in', 'bottoms', 'the', 'medium', 'was', 'fitted', 'you', 'could', 'see', 'every', 'curve', 'definitely', 'not', 'comfortable', 'with', 'that', 'i', 'would', 'probably', 'have', 'a', 'better', 'fit', 'with', 'a', 'size', 'up', 'however', 'i', 'am', 'not', 'a', 'fan', 'of', 'the', 'gray', 'lining', 'that', 'you', 'can', 'see', 'on', 'the', 'inner', 'back', 'portion', 'of', 'skirt', 'so', 'i', 'think', 'i', 'will', 'pass', 'on', 'this', 'one', ',5,1,0', 'general', 'bottoms', 'skirts'] ['13673,1008,39', 'cute', 'and', 'comfy', 'the', 'skirt', 'material', 'is', 'super', 'comfortable', 'hte', 'cut', 'is', 'also', 'pretty', 'flattering', 'i', 'do', "n't", 'hink', 'this', 'picture', 'does', 'the', 'skirt', 'justice', 'the', 'regualr', 'size', 'was', 'a', 'little', 'long', 'on', 'me', 'i', 'would', 'order', 'a', 'petite', 'if', 'like', 'me', 'you', 'are', '5', '1.5', 'went', 'xs', 'at', '115', 'lbs', 'the', 'skirt', 'is', 'also', 'a', 'bit', 'stretchy', 'not', 'stiff'] [] ['color', 'is', 'way', 'prettier', 'in', 'person', 'i', 'never', 'looked', 'twice', 'at', 'th', 'skirt', 'online', 'but', 'in', 'the', 'store', 'it', 'looked', 'myuch', 'prettier', ',5,1,20', 'general', 'bottoms', 'skirts'] ['13674,1088,54', 'a', 'no', 'go', 'contrary', 'to', 'the', 'first', 'review', 'there', 'is', 'a', 'zipper', 'so', 'while', 'it', 'was', "n't", 'easy', 'to', 'get', 'on', 'it', 'did', 'fit', 'over', 'my', 'bust', 'i', 'found', 'this', 'too', 'small', 'and', 'high', 'waisted', 'and', 'i', 'already', 'have', 'a', 'high', 'waist', 'so', 'i', 'can', 'imagine', 'it', 'looking', 'empire', 'waisted', 'on', 'a', 'normal', 'torso', 'what', 'i', 'hated', 'was', 'the', 'ridiculous', 'inverted', 'pleat', 'in', 'the', 'front', 'of', 'the', 'dress', 'which', 'is', 'almost', 'impossible', 'to', 'see', 'in', 'the', 'online', 'photo', 'it', 'made', 'my', 'already', 'busty', 'frame', 'even', 'wider', 'and', 'more', 'unflattering', 'the', 'lining', 'was', 'nice', 'and', 'soft', 'and', 'the', 'sleeve', 'length', 'and', 'hemline', 'l', ',1,0,4', 'general', 'petite', 'dresses', 'dresses'] ['13675,500,50', 'quality', 'but', 'top', 'runs', 'large', 'and', 'bottoms', 'small', 'i', 'loved', 'the', 'design', 'of', 'this', 'suit', 'when', 'i', 'saw', 'it', 'online'] ['the', 'material', 'is', 'definitely', 'high', 'quality', 'and', 'the', 'bottoms', 'i', 'knew', 'would', 'stay', 'put', 'if', 'they', 'had', 'fit', 'me', 'in', 'the', 'first', 'place', 'i', 'ordered', 'a', 'size', 'medium', 'in', 'both', 'top', 'and', 'bottom', 'the', 'bottoms', 'were', 'much', 'much', 'too', 'small', 'and', 'the', 'top', 'was', 'just', 'ever', 'so', 'slightly', 'too', 'large', 'i', 'should', "'ve", 'known', 'something', 'was', 'up', 'with', 'sizing', 'because', 'all', 'of', 'the', 'larges', 'were', 'sold', 'out', 'already', 'i', 'think', 'i', 'could', "'ve", 'used', 'a', 'large', 'bottom', 'and', 'a', 'size', 'small', 'top', ',4,1,3', 'initmates', 'intimate', 'swim'] ['13676,873,74', 'gorgeous', 'top', 'classic', 'retailer', 'i', 'have', 'purchased', 'many', 'of', 'retailer', "'s", 'henley', 'tees', 'throughout', 'the', 'years', 'this', 'one', 'is', 'a', 'bit', 'special', 'and', 'just', 'so', 'feminine', 'i', 'had', 'to', 'get', 'it', 'black', 'in', 'my', 'local', 'store', 'i', 'love', 'the', 'look', 'of', 'the', 'crisp', 'white', 'but', 'it', 'was', 'too', 'sheer', 'to', 'wear', 'to', 'work', 'without', 'a', 'cami', 'and', 'i', 'can', 'not', 'layer', 'camis', 'in', 'once', 'it', 'gets', 'hot'] [] ['anyhow', 'this', 'shirt', 'is', 'made', 'in', 'my', 'favorite', 'spring/summer', 'tee', 'shirt', 'fabric', '100', 's', 'linen', 'linen', 'gets', 'so', 'soft', 'and', 'drapey', 'over', 'time', 'the', 'yoke', 'is', 'lace', 'the', 'arms', 'have', 'a', 'small', 'ruching', 'that', 'is', 'sewn', 'not', 'buttoned', 'up', 'l', ',5,1,3', 'general', 'tops', 'knits'] ['13677,1008,35', 'softest', 'fabric', 'ever', 'this', 'skirt', 'is', 'super', 'cute', 'and', 'a', 'great', 'easy', 'skirt', 'to', 'wear', 'with', 'basically', 'anything', 'but', 'what', 'is', 'truly', 'remarkable', 'is', 'the', 'softness', 'off', 'its', 'fabric', 'i', 'found', 'it', 'in', 'the', 'store', 'and', 'was', "n't", 'sure', 'i', 'needed', 'it', 'but', 'it', 'felt', 'so', 'good', 'i', 'could', 'not', 'put', 'it', 'down', ',5,1,0', 'general', 'bottoms', 'skirts'] ['13678,669,21', 'pretty', 'but', 'cheap', 'these', 'are', 'light', 'and', 'airy', 'and', 'pretty', 'they', 'also', 'tore', 'the', 'third', 'time', 'i', 'wore', 'them', 'and', 'not', 'on', 'a', 'seam', 'a', 'little', 'above', 'the', 'knee', 'while', 'i', 'was', 'lying', 'in', 'my', 'bed'] [] ['they', 'also', 'do', 'not', 'slim', 'the', 'figure', 'and', 'the', 'fabric', 'is', 'slightly', 'see-through', 'as', 'it', 'is', 'so', 'thin', 'therefore', 'if', 'you', 'are', 'looking', 'for', 'serious', 'lounge', 'pants', 'great', 'i', 'would', 'not', 'leave', 'the', 'house', 'in', 'them', 'or', 'turn', 'over', 'in', 'bed', 'in', 'them'] [] ['when', 'i', 'sit', 'the', 'slits', 'fall', 'down', 'around', 'my', 'thighs', 'my', 'son', 'complimented', 'my', 'dress', 'the', 'other', 'day', 'because', 'the', 'slits', 'give', 'way', ',1,0,6', 'general', 'petite', 'intimate', 'lounge'] ['13679,873,44', 'beautiful', 'top', 'i', 'saw', 'this', 'at', 'a', 'store', 'today', 'and', 'am', 'so', 'glad', 'i', 'tried', 'it', 'on', 'i', "'m", 'usually', 'xs', 'in', 'retailer', 'tops', 'but', 'for', 'this', 'shirt', 'i', 'preferred', 's', 'for', 'a', 'loose', 'fit', 'the', 'lace', 'detail', 'is', 'elegant', 'and', 'very', 'pretty', ',5,1,2', 'general', 'tops', 'knits'] ['13680,1088,38', 'waist', 'does', "n't", 'stretch', 'and', 'no', 'zipper', 'bought', 'the', 'dress', 'online', 'and', 'it', 'only', 'has', 'an', 'eye', 'and', 'hook', 'at', 'the', 'top', 'the', 'waist', 'has', 'no', 'stretch', 'and', 'their', 'is', "n't", 'a', 'zipper', 'you', 'have', 'to', 'be', 'a', 'contortionist', 'to', 'get', 'it', 'over', 'your', 'head', 'and', 'shoulders', 'so', 'cute', 'in', 'the', 'pic', 'but', 'not', 'realistic', 'going', 'back.,1,0,11', 'general', 'petite', 'dresses', 'dresses'] ['13681,873,41', 'great', 'trendy', 'tee', 'love', 'the', 'detailing', 'is', 'so', 'pretty', 'and', 'finally', 'it', "'s", 'a', 'top', 'that', "'s", 'comfortably', 'long', 'retailer', 'has', 'been', 'making', 'all', 'of', 'their', 'tops', 'so', 'short', 'lately', 'i', "'m", '5', '7', 'and', 'a', 'dd', 'i', 'ordered', 'a', 'large', 'simply', 'because', 'it', "'s", 'a', 'cotton', 'tee', 'and', 'i', 'did', "n't", 'want', 'a', 'fitted', 'look', 'per', 'se', 'my', 'only', 'criticism', 'would', 'be', 'that', 'the', 'material', 'is', 'a', 'little', 'thin', 'in', 'the', 'front', 'i', 'just', 'ordered', 'it', 'in', 'black', 'too', ',5,1,2', 'general', 'tops', 'knits'] ['13682,873,41', 'pretty', 'top', 'material', 'a', 'little', 'scratchy.', 'the', 'top', 'is', 'really', 'pretty', 'it', 'is', 'sheer', 'and', 'needs', 'a', 'camisole', 'wish', 'the', 'material', 'was', 'a', 'little', 'softer', 'think', 'it', 'fits', 'true', 'to', 'size.,4,1,1', 'general', 'tops', 'knits'] ['13683,1033,51', 'great', 'jeans', 'love', 'me', 'some', 'pilcro', 'jeans', 'these', 'fit', 'like', 'the', 'stet', 'jeans'] [] ['i', 'got', 'my', 'usual', 'size', '27p', 'and', 'the', 'fit', 'is', 'good', 'but', 'not', 'too', 'tight', 'i', 'am', 'not', 'crazy', 'about', 'the', 'hem', 'but', 'they', 'feel', 'so', 'good', 'that', 'they', 'are', 'worth', 'it', 'they', 'do', "n't", 'come', 'above', 'my', 'ankle', 'like', 'on', 'the', 'model', 'but', 'come', 'slightly', 'below', 'which', 'i', 'really', 'like', 'i', 'will', 'say', 'that', 'if', 'you', 'want', 'a', 'true', 'black', 'you', 'may', 'not', 'like', 'this', 'color', 'they', 'are', 'more', 'of', 'a', 'faded', 'black', ',5,1,1', 'general', 'bottoms', 'jeans'] ['13684,806,40', 'forget', 'about', 'wearing', 'a', 'bra', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'but', 'it', 'did', "n't", 'work', 'for', 'me', 'at', 'all', 'it', 'shows', 'your', 'bra', 'straps', 'perfectly', 'plus', 'it', 'was', 'so', 'big', 'and', 'boxy', 'that', 'it', 'made', 'me', 'look', 'about', '10', 'pounds', 'heavier', 'no', 'thanks', ',2,0,0', 'general', 'petite', 'intimate', 'lounge'] ['13685,1008,47', 'lovely', 'and', 'comfy', 'i', 'bought', 'this', 'in', 'the', 'pattern', 'in', 'a', 'size', 'medium', 'i', 'am', 'a', 'size', '4-6', '38', 'around', 'the', 'hips/butt', 'the', 'small', 'fit', 'but', 'felt', 'very', 'clingy', 'to', 'my', 'curves', 'the', 'medium', 'gave', 'me', 'a', 'little', 'more', 'wiggle', 'room', 'and', 'did', "n't", 'outline', 'every', 'curve', 'of', 'my', 'butt', 'the', 'material', 'is', 'very', 'soft', 'and', 'comfortable', 'but', 'it', 'did', "n't", 'feel', 'thin', 'or', 'cheap', 'or', 'see-through', 'it', 'has', 'a', 'nice', 'weight', 'to', 'it', 'i', 'am', 'tall', 'almost', '5', '9', 'and', 'it', 'fit', 'me', 'just', 'as', 'it', 'appears', 'in', 'the', 'picture', ',5,1,8', 'general', 'bottoms', 'skirts'] ['13686,1008,55', 'pretty', 'flattering', 'skirt', 'i', 'love', 'this', 'skirt', 'fits', 'great', 'snug', 'but', 'comfortable', 'and', 'the', 'length', 'is', 'perfect', 'for', 'wearing', 'with', 'ankle', 'strap', 'sandals', 'the', 'material', 'is', 'soft', 'and', 'hangs', 'nicely', 'my', 'new', 'favorite', 'skirt', 'i', 'am', '5', '8', 'and', 'curvy', 'got', 'the', 'large', 'which', 'was', 'perfect', 'for', 'my', 'fuller', 'figure', ',5,1,1', 'general', 'bottoms', 'skirts'] ['13687,824,44', 'tried', 'and', 'pictured', 'the', 'regular', 'size', 'small', 'my', 'stats', 'are', '34/35a-28-36', 'and', 'i', 'usually', 'wear', 'a', '6', 'or', 'an', '8', 'on', 'top', 'in', 'shirts', 'and', 'blazers', 'the', 'small', 'here', 'was', 'nicely', 'loose', 'so', 'it', 'might', 'run', 'a', 'bit', 'big'] ['in', 'person', 'the', 'colors', 'are', 'dark', 'navy', 'on', 'light', 'beige'] ['lovely', 'heavy', 'weight', 'cotton', 'and', 'stitching'] ['i', 'think', 'it', "'s", 'deliberately', 'a', 'bit', 'short', 'hit', 'at', 'my', 'hip', 'i', "'m", '5', '6', 'but', 'i', 'like', 'this'] ['the', '3/4', 'sleeves', 'are', 'a', 'bit', 'nowhere', 'for', 'me', 'i', 'wish', 'they', 'were', 'full', 'length', 'but', 'that', "'s", 'my', 'only', 'quibble', ',5,1,9', 'general', 'petite', 'tops', 'blouses'] ['13688,1088,37', 'a', 'winner', 'for', 'me', 'since', 'the', 'reviews', 'are', 'quite', 'polarized', 'for', 'this', 'dress', 'i', 'thought', 'i', "'d", 'throw', 'in', 'my', '0.02', 'first', 'to', 'clarify', 'there', 'is', 'indeed', 'a', 'zipper', 'it', "'s", 'well-hidden', 'under', 'the', 'l', 'arm', 'i', 'did', "n't", 'think', 'there', 'was', 'one', 'based', 'on', 'the', 'reviews', 'and', 'got', 'it', 'on', 'zipped', 'fine', 'once', 'it', 'was', 'on', 'i', 'could', 'feel', 'the', 'zipper', 'not', 'uncomfortably', 'i', 'just', 'realized', 'there', 'was', 'one', 'dress', 'does', 'not', 'have', 'a', 'lot', 'of', 'give', 'so', 'i', 'imagine', 'that', 'zipped', 'it', 'would', 'be', 'difficult', 'to', 'get', 'off', 'because', 'no', 'give', 'do', "n't", 'order', 'down', 'that', 'said', 'i', 'found', 'this', 'dress', 'to', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13689,831,60', 'perfect', 'style', 'will', 'be', 'a', 'favorite', 'this', 'is', 'going', 'to', 'be', 'a', 'favorite', 'the', 'fabric', 'is', 'substantial', 'without', 'being', 'heavy', 'it', 'has', 'a', 'beautiful', 'drape', 'this', 'blouse', 'is', 'loose', 'but', 'skims', 'the', 'body', 'closer', 'rather', 'than', 'being', 'blousy', 'it', 'works', 'perfectly', 'worn', 'with', 'a', 'skirt', 'or', 'pants', 'and', 'belted', 'or', 'tucked', 'but', 'is', 'not', 'too', 'blousy', 'if', 'left', 'unbelted', 'i', 'purchased', 'the', 'black', 'with', 'the', 'lovely', 'feather', 'pattern', 'the', 'colors', 'are', 'vibrant', 'i', "'m", 'always', 'looking', 'for', 'something', 'black', 'with', 'some', 'color', 'because', 'i', 'tend', 'to', 'wear', 'a', 'lot', 'of', 'black', 'on', 'the', 'bottom', 'this', 'fit', 'true', 'to', 'size', 'i', 'am,5,1,3', 'general', 'tops', 'blouses'] ['13690,1008,49', 'unique', 'style', 'but', 'clingy', 'this', 'is', 'a', 'nice', 'style', 'and', 'pattern', 'but', 'it', 'is', 'quite', 'clingy', 'around', 'the', 'hips', 'so', 'beware', 'if', 'you', 'do', "n't", 'like', 'to', 'reveal', 'too', 'much', 'in', 'that', 'area', 'i', 'do', 'love', 'the', 'tulip-like', 'hem', ',4,1,0', 'general', 'bottoms', 'skirts'] ['13691,873,49', 'classic', 'style', 'with', 'nice', 'details', 'this', 'is', 'a', 'very', 'pretty', 'top', 'with', 'nice', 'lace', 'details', 'the', 'linen', 'makes', 'it', 'not', 'quite', 'as', 'soft', 'as', '100', 'cotton', 'but', 'still', 'comfortable', 'and', 'breathable', 'the', 'fit', 'was', 'just', 'right', 'in', 'the', 'small', 'petite', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'was', 'very', 'tempted', 'but', 'wound', 'up', 'not', 'buying', 'it', 'because', 'i', 'have', 'other', 'similar', 'tops', 'i', 'would', 'snap', 'it', 'up', 'if', 'it', 'went', 'on', 'sale', 'or', 'if', 'i', 'needed', 'a', 'top', 'of', 'this', 'type', ',5,1,0', 'general', 'tops', 'knits'] ['13692,873,34', 'pretty', 'top', 'that', 'did', 'not', 'have', 'enough', 'back', 'room', 'shirt', 'looks', 'nice', 'standing', 'straight', 'but', 'did', 'not', 'work', 'if', 'i', 'cross', 'my', 'arms', 'i', 'felt', 'that', 'i', 'could', 'have', 'superman', "'d", 'out', 'if', 'that', 'i', 'would', 'have', 'gone', 'for', 'a', 'larger', 'size', 'of', 'it', 'was', 'available', 'but', 'sadly', 'not', ',4,1,0', 'general', 'tops', 'knits'] ['13693,831,56', 'lovely', 'tunic', 'well-made', 'and', 'well-designed', 'tunic', 'top', 'looks', 'great', 'over', 'pants', 'not', 'recommended', 'for', 'tucking', 'in', 'as', 'the', 'pin', 'tucks', 'hit', 'right', 'at', 'the', 'waistline', 'the', 'ivory', 'is', 'a', 'bit', 'see-through', 'so', 'i', 'wear', 'it', 'with', 'a', 'cami', 'underneath', 'be', 'aware', 'that', 'your', 'bra', 'will', 'likely', 'be', 'visible', 'through', 'the', 'cut-outs', 'in', 'front', 'i', 'did', "n't", 'realize', 'that', 'the', 'first', 'time', 'i', 'wore', 'it', 'and', 'was', 'amazed', 'to', 'discover', 'at', 'the', 'end', 'of', 'the', 'evening', 'how', 'tacky', 'it', 'looked', 'to', 'avoid', 'that', 'you', 'need', 'a', 'low-cut', 'bra', 'with', 'the', 'proper', 'undergarments', 'this', 'is', 'a', 'great', 'top', 'tha', ',4,1,0', 'general', 'tops', 'blouses'] ['13694,960,26', 'schoolboy', 'look', 'i', 'was', 'skeptical', 'about', 'the', 'contrasting', 'color', 'details', 'on', 'this', 'blazer', 'and', 'it', 'turns', 'out', 'i', 'was', 'right', 'to', 'be', 'this', 'blazer', 'just', 'looks', 'like', 'part', 'of', 'a', 'prep', 'school', 'uniform', 'both', 'in', 'the', 'colors', 'and', 'the', 'fit', 'which', 'is', 'very', 'boxy', 'maybe', 'this', 'is', 'someone', "'s", 'style', 'but', 'i', 'just', 'do', "n't", 'think', 'it', 'looks', 'good', ',4,0,5', 'general', 'jackets', 'jackets'] ['13695,1088,33', 'adorable', 'somewhat', 'vintage', 'looking', 'dress', 'have', 'to', 'disagree', 'with', 'previous', 'posters', 'i', 'found', 'just', 'one', 'of', 'these', 'on', 'the', 'sale', 'rack', 'in', 'my', 'local', 'retailer', 'someone', 'returned', 'it', 'from', 'online', 'and', 'it', 'was', 'adorable', 'on', 'got', 'many', 'compliments', 'in', 'the', 'dressing', 'room', 'area', 'other', 'customers', 'asked', 'if', 'there', 'were', 'more', 'available', 'but', 'it', "'s", 'turns', 'out', 'it', "'s", 'an', 'online', 'exclusive', 'it', 'does', 'have', 'a', 'zipper', 'i', 'recommend', 'sizing', 'up', 'not', 'because', 'it', 'runs', 'small', 'i', 'think', 'it', "'s", 'pretty', 'true', 'to', 'size', 'but', 'i', 'think', 'it', 'looks', 'better', 'a', 'bit', 'loose/drapery', 'fabric', 'is', 'soft', 'and', 'pretty', 'tailoring', 'is', 'f,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13696,1008,33', 'so', 'flattering', 'this', 'skirt', 'is', 'so', 'flattering', 'and', 'comfortable', ',5,1,0', 'general', 'bottoms', 'skirts'] ['13697,873,55', 'sheer', 'lovely', 'tried', 'both', 'colors', 'gorgeous', 'but', 'kept', 'the', 'white', 'as', 'it', 'offers', 'more', 'versatility', 'in', 'my', 'wardrobe', 'happened', 'to', 'have', 'an', 'retailer', 'cami', 'that', 'follows', 'the', 'lines', 'of', 'this', 'top', 'exactly', 'to', 'help', 'conceal', 'how', 'transparent', 'it', 'is', 'the', 'black', 'color', 'will', 'also', 'need', 'a', 'cami', 'strong', 'sunlight', 'or', 'a', 'camera', 'flash', 'will', 'be', 'revealing', 'a', 'lovely', 'layering', 'piece', 'under', 'sweaters', 'vests', 'jackets', 'so', 'pleased', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['13698,824,65', 'meets', 'all', 'expectations', 'this', 'shirt', 'is', 'really', 'lovely', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'and', 'the', 'embroidery', 'is', 'very', 'well', 'done', 'it', 'looks', 'great', 'with', 'jeans', 'and', 'adds', 'a', 'little', 'feminine', 'touch', 'to', 'the', 'look.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13699,1008,33', 'great', 'skirt', 'but', 'ok', 'so', 'maybe', 'i', 'am', 'too', 'picky', 'because', 'the', 'pattern', 'is', 'lovely', 'the', 'colors', 'are', 'great', 'the', 'fabric', 'is', 'quality', 'the', 'fit', 'is', 'flattering', 'the', 'sizing', 'is', 'appropriate', 'that', 'said', 'the', 'high', 'to', 'low', 'hemline', 'shows', 'the', 'inner', 'fabric', 'so', 'it', 'kinda', 'stands', 'out', 'when', 'you', 'are', 'moving', 'and', 'i', 'find', 'it', 'distracting', 'so', 'unfortunately', 'i', 'am', 'returning', 'it', 'sizing', 'reference', 'i', 'wear', 'a', 'size', '8/10', 'in', 'pants', 'i', "'m", '5', '3', 'and', 'the', 'medium', 'petite', 'fit', 'comfortably', ',4,1,4', 'general', 'bottoms', 'skirts'] ['13700,927,48', 'love', 'this', 'vest', 'found', 'this', 'vest', 'in', 'the', 'sale', 'section', 'actually', 'rolled', 'up', 'in', 'a', 'ball', 'on', 'the', 'floor', 'what', 'a', 'great', 'find', 'the', 'colors', 'and', 'texture', 'are', 'rich', 'strong', 'navy', 'blue', 'base', 'with', 'rich', 'other', 'shades', 'and', 'texture', 'yes', 'the', 'vest', 'runs', 'big', 'but', 'if', 'you', 'tie', 'it', 'from', 'the', 'back', 'the', 'bulky', 'look', 'is', 'gone', 'love', 'this', 'way', 'to', 'wear', 'a', 'cocoon', 'cut', 'vest', 'the', 'vest', 'is', 'in', 'a', 'size', 'xs/sm', 'and', 'on', 'my', 'build', 'works', 'like', 'a', 'typical', 'medium', 'would', 'be', 'perfect', 'for', 'work', 'and', 'lovely', 'with', 'jeans', 'and', 'skirts', 'washable', 'wool', 'blend', 'that', 'is', 'soft', 'with', 'nice', 'structure', 'to', ',5,1,0', 'general', 'tops', 'sweaters'] ['13701,1008,62', 'this', 'skirt', 'looks', 'better', 'in', 'person', 'great', 'fabric', 'not', 'too', 'clingy', 'and', 'provides', 'a', 'forgiving', 'sillhoette', 'very', 'comfortable', 'perfect', 'skirt', 'for', 'summer', 'get', 'togethers', 'or', 'shopping', 'may', 'be', 'a', 'little', 'long', 'if', 'you', 'are', 'on', 'the', 'short', 'side', 'one', 'thing', 'i', 'liked', 'is', 'that', 'the', 'skirt', 'draped', 'well', 'and', 'does', "n't", 'hang', 'open', 'or', 'slide', 'up', 'recommend', 'particularly', 'on', 'sale', ',4,1,0', 'general', 'bottoms', 'skirts'] ['13702,873,45', 'beautiful', 'top', 'i', 'love', 'this', 'top', 'it', 'looks', 'exactly', 'as', 'pictured', 'and', 'has', 'a', 'very', 'flattering', 'fit', 'i', 'ordered', 'the', 'black', 'and', 'it', 'is', 'somewhat', 'sheer', 'the', 'material', 'has', 'a', 'slight', 'burnout', 'effect', 'the', 'black', 'can', 'be', 'worn', 'without', 'a', 'cami', 'but', 'if', 'i', 'wear', 'it', 'to', 'work', 'i', 'will', 'need', 'to', 'add', 'one', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['13703,873,34', 'lovely', 'lace', 'design', 'but', 'sheer', 'an', 'retailer', 'associate', 'gave', 'me', 'this', 'to', 'try', 'on', 'since', 'i', 'love', 'white', 'clothing', 'and', 'lace', 'i', 'tried', 'on', 'a', 'large', 'for', 'my', '5', '9', '36c', 'hourglass', 'frame', 'and', 'found', 'it', 'to', 'be', 'a', 'tad', 'large', 'and', 'probably', 'could', 'go', 'down', 'a', 'size', 'my', 'thoughts', 'are'] ['_______________'] ['pros'] ['breathable', 'and', 'comfortable', 'fabric', 'due', 'to', 'cotton/linen', 'blend'] ['lace', 'detailing', 'at', 'the', 'top', 'is', 'lovely'] ['runs', 'tts', 'except', 'i', 'found', 'the', 'arms', 'ran', 'a', 'tad', 'small', 'and', 'i', 'have', 'smaller', 'circumference', 'but', 'there', "'s", 'enough', 'stretch'] ['_______________'] ['cons'] ['extremely', 'sheer', ',4,1,24', 'general', 'petite', 'tops', 'knits'] ['13704,873,56', ',very', 'pretty', 'top', 'with', 'beautiful', 'lace', 'detail', 'both', 'front', 'and', 'back', 'love', 'the', 'way', 'the', 'material', 'feels', 'and', 'it', 'hangs', 'very', 'nice', 'actually', 'slimming', 'i', 'purchased', 'the', 'black', 'would', 'highly', 'recommend.,5,1,6', 'general', 'petite', 'tops', 'knits'] ['13705,960,60', 'great', 'navy', 'blazy', 'with', 'extra', 'flair', 'love', 'this', 'blazer', 'it', "'s", 'a', 'heavy', 'jersey', 'fabric', 'which', 'is', 'comfortable', 'all', 'day', 'with', 'no', 'wrinkling', 'and', 'it', 'has', 'a', 'cute', 'light', 'grey', 'jersey', 'knit', 'trim', 'around', 'the', 'pockets', 'which', 'adds', 'visual', 'interest', 'and', 'keeps', 'it', 'from', 'being', 'a', 'boring', 'navy', 'blazer', 'the', 'sizing', 'is', 'correct', 'i', 'wear', 'a', '6', 'and', 'the', '6', 'fits', 'perfectly', 'it', "'s", 'got', 'a', 'slightly', 'athletic', "'boyfriend", 'fit', 'it', "'s", 'not', 'boxy', 'but', 'do', "n't", 'look', 'for', 'a', 'really', 'skinny', 'tight', 'fit', 'around', 'the', 'waste', ',5,1,11', 'general', 'jackets', 'jackets'] ['13706,873,46', 'lovely', 'dressy', 'tee', 'i', 'love', 'this', 't-shirt', 'it', "'s", 'a', 'little', 'bit', 'dressy', 'because', 'of', 'the', 'lace', 'but', 'the', 't-shirt', 'material', 'is', 'great', 'for', 'casual', 'wear', 'i', 'tried', 'on', 'the', 'white', 'but', 'ended', 'up', 'buying', 'the', 'black', 'because', 'the', 'white', 'is', 'so', 'sheer', 'i', "'ll", 'still', 'have', 'to', 'wear', 'a', 'layering', 'tank', 'with', 'it', 'but', 'the', 'black', 'just', 'feels', 'less', 'sheer', 'for', 'some', 'reason', 'really', 'cute', 'and', 'nice', 'quality', 't-shirt', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['13707,1008,36', 'casual', 'and', 'fashionable', 'i', 'got', 'this', 'in', 'black', 'will', 'probably', 'get', 'in', 'the', 'purple', 'print', 'too', 'the', 'purple', 'is', 'a', 'bit', 'more', 'casual', 'while', 'the', 'black', 'can', 'be', 'work', 'appropriate', 'if', 'with', 'a', 'nice', 'top', 'very', 'comfy', ',3,1,1', 'general', 'bottoms', 'skirts'] ['13708,927,38', 'star', 'trek', 'villain', 'this', 'top', 'is', 'really', 'beautiful', 'but', 'looks', 'absolutely', 'horrible', 'on', 'my', '5', '9', 'apple', 'shaped', 'body', 'in', 'the', 'words', 'of', 'my', 'husband', 'i', 'looked', 'like', 'a', 'star', 'trek', 'villain', ',2,0,2', 'general', 'tops', 'sweaters'] ['13709,1008,68', 'a', 'great', 'skirt', 'for', 'the', 'right', 'figure', 'this', 'midi', 'skirt', 'arrived', 'and', 'i', 'tried', 'it', 'on', 'immediately', 'the', 'fit', 'was', 'perfect', 'and', 'i', 'wanted', 'it', 'badly', 'enough', 'to', 'say', 'that', 'it', 'would', 'balance', 'my', '5', '5', 'height', 'and', '135', 'lbs', 'if', 'i', 'just', 'wore', 'a', 'higher', 'heel', 'shoe', 'then', 'i', 'saw', 'the', 'grey', 'lining', 'showing', 'from', 'the', 'back', 'of', 'the', 'skirt', 'through', 'the', 'scalloped', 'front', 'it', "'s", 'a', 'beautiful', 'skirt', 'flows', 'nicely', 'and', 'could', 'be', 'flattering', 'on', 'a', 'taller', 'person', 'who', 'can', 'forgive', 'a', 'poorly', 'designed', 'lining', 'i', 'would', 'recommend', 'giving', 'it', 'a', 'try', ',4,1,0', 'general', 'bottoms', 'skirts'] ['13710,873,37', 'pretty', 'cute', 'basic', 'white', 'shirt', 'with', 'nice', 'detail', 'i', 'love', 'meadow', 'rue', 'and', 'this', 'is', 'another', 'great', 'shirt', 'from', 'them', 'while', 'i', 'love', 'it', 'i', 'wish', 'it', 'were', 'just', 'a', 'little', 'bit', 'softer', 'i', 'am', 'a', 'sucker', 'for', 'soft', 'things', 'however', 'i', 'am', 'keeping', 'the', 'shirt', 'and', 'it', 'will', 'be', 'great', 'for', 'work', 'or', 'play', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13711,862,47', ',super', 'comfortable', 'great', 'with', 'jeans', 'or', 'leggings', 'i', 'would', 'definitely', 'order', 'a', 'size', 'down.,5,1,0', 'general', 'tops', 'knits'] ['13712,862,42', 'soft', 'and', 'comfy', 'this', 'is', 'the', 'softest', 'shirt', 'super', 'comfy', 'very', 'baggy', 'but', 'i', "'d", 'say', 'true', 'to', 'size', 'for', 'the', 'style', 'it', 'is', 'a', 'bit', 'thin', 'and', 'i', "'m", 'worried', 'how', 'it', 'will', 'hold', 'up', 'or', 'would', 'have', 'given', 'the', 'full', '5', 'stars', 'i', "'m", 'not', 'a', 'usual', 'fan', 'of', 'the', 'turtle', 'neck', 'but', 'this', 'is', 'so', 'soft', 'i', 'love', 'it', ',4,1,2', 'general', 'tops', 'knits'] ['13713,862,62', 'cozy', 'and', 'cute', 'love', 'this', 'with', 'leggings', 'or', 'jeans', 'for', 'a', 'casual', 'look', 'quality', 'seems', 'ok', 'though', 'i', "'m", 'hoping', 'for', 'no', 'shrinkage', 'after', 'i', 'wash', 'since', 'it', "'s", 'the', 'perfect', 'length', 'at', 'the', 'moment', 'i', "'m", '5', '7', 'and', 'it', 'just', 'covers', 'my', 'butt', 'good', 'sale', 'purchase', ',4,1,0', 'general', 'tops', 'knits'] ['13714,1078,51', 'beautiful', 'pattern', 'i', 'love', 'this', 'dress', 'i', 'read', 'the', 'reviews', 'on', 'it', 'before', 'i', 'purchased', 'and', 'they', 'were', 'spot', 'on', 'i', 'have', 'broad', 'shoulders', 'so', 'i', 'ordered', 'the', 'large', 'it', 'was', 'still', 'plenty', 'roomy', 'but', 'i', 'wore', 'a', 'royal', 'blue', 'sweater', 'with', 'it', 'and', 'it', 'pulled', 'the', 'waist', 'in', 'just', 'enough', 'to', 'make', 'it', 'fit', 'without', 'a', 'belt', 'i', 'would', 'buy', 'it', 'again', ',5,1,0', 'general', 'dresses', 'dresses'] ['13715,1078,34', 'gorgeous', 'dress-', 'runs', 'large', 'this', 'is', 'not', 'my', 'usual', 'style', 'but', 'the', 'print', 'is', 'gorgeous', 'and', 'the', 'dress', 'is', 'really', 'high', 'quality', 'i', "'m", 'glad', 'i', 'purchased', 'it', 'definitely', 'runs', 'big-', 'i', 'am', 'usually', 'an', 'xs', 'or', 's', 'depending', 'on', 'brand', 'but', 'i', 'ordered', 'an', 'xs', 'p.', 'it', 'fits', 'pretty', 'well', 'and', 'falls', 'at', 'the', 'perfect', 'length', 'just', 'above', 'my', 'knees', 'i', "'m", '5', '3', '110', 'it', "'s", 'a', 'little', 'shapeless', 'still', 'but', 'that', "'s", 'the', 'look', 'i', "'m", 'still', 'sort', 'of', 'wondering', 'if', 'i', 'should', 'have', 'gotten', 'an', 'xxs', 'but', 'the', 'xs', 'p', 'definitely', 'works', 'especially', 'for', 'the', 'length', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'amazing', 'sale', 'pri', ',5,1,0', 'general', 'dresses', 'dresses'] ['13716,862,23', 'this', 'shirt', 'is', 'so', 'comfortable', 'soft', 'and', 'super', 'cute', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['13717,862,39', 'recommend', 'if', 'you', 'find', 'your', 'size', 'i', 'tried', 'on', 'xs', 'in', 'the', 'store', 'returned', 'and', 'it', 'looked', 'huge', 'on', 'me', 'i', 'like', 'the', 'rushing', 'idea', 'the', 'material', 'is', 'super', 'soft', 'but', 'overall', 'could', "n't", 'justify', 'even', 'at', 'sale', 'with', '40', 'off', 'as', 'it', 'was', "n't", 'flattering', 'when', 'it', 'looks', 'big', 'blue', 'color', 'nice', 'in', 'person', ',4,1,1', 'general', 'tops', 'knits'] ['13718,862,33', 'soft', 'and', 'cozy', 'the', 'model', 'does', 'not', 'look', 'as', 'good', 'in', 'this', 'shirt', 'as', 'it', 'looks', 'in', 'real', 'life', 'it', 'is', 'flowy', 'flattering', 'and', 'elegant', 'not', 'to', 'mention', 'warm', 'and', 'soft', 'i', 'hope', 'it', 'holds', 'up', ',5,1,0', 'general', 'tops', 'knits'] ['13719,1072,26', 'cute', 'dress', 'muted', 'color', 'very', 'flattering', 'dress', 'but', 'i', 'think', 'the', 'black', 'is', 'more', 'of', 'a', 'washed', 'out', 'navy/black', 'instead', 'of', 'a', 'true', 'black', 'which', 'made', 'matching', 'this', 'with', 'other', 'black', 'times', 'cardigan', 'tights', 'etc', 'difficult', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13720,862,42', 'sheds', 'love', 'the', 'style', 'weight', 'not', 'too', 'hot', 'and', 'look', 'but', 'it', 'sheds', 'all', 'over', 'any', 'pants', 'other', 'than', 'jeans', 'i', 'also', 'wore', 'a', 'white', 'tank', 'under', 'it', 'and', 'it', 'stained', 'it', 'blue', 'very', 'disappointed', ',3,0,0', 'general', 'tops', 'knits'] ['13721,1078,23', 'great', 'dress', 'it', 'runs', 'a', 'little', 'large', 'i', 'got', 'a', 'small', 'and', 'it', 'was', 'still', 'a', 'little', 'large', 'in', 'the', 'shoulders', 'but', 'maybe', 'that', 'is', 'just', 'my', 'body', 'type', 'otherwise', 'i', 'love', 'this', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['13722,862,46', 'i', 'was', 'so', 'excited', 'when', 'i', 'purchased', 'this', 'top', 'it', 'was', 'going', 'to', 'be', 'my', 'go', 'to', 'for', 'running', 'around', 'as', 'it', 'looked', 'super', 'cute', 'with', 'leggings', 'and', 'boots', 'the', 'softness', 'alone', 'made', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'my', 'pajamas', 'so', 'comfy', 'that', 'all', 'changed', 'after', 'one', 'washing', 'it', 'is', 'now', 'pilling', 'and', 'not', 'nearly', 'as', 'soft', 'as', 'before', 'makes', 'me', 'sad', 'but', 'it', 'is', 'going', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['13723,1078,49', 'weird', 'unflattering', 'cut', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'much', 'so', 'that', 'i', 'ignored', 'earlier', 'reviews', 'and', 'purchased', 'it', 'in', 'two', 'sizes', 'to', 'see', 'if', 'i', 'could', 'make', 'it', 'work', 'the', 'fabric', 'is', 'gorgeous', 'but', 'the', 'fit', 'was', 'very', 'unflattering', 'it', "'s", 'too', 'large', 'on', 'top', 'and', 'hangs', 'awkwardly', 'in', 'both', 'sizes', 'i', 'considered', 'tailoring', 'to', 'make', 'it', 'work', 'but', 'with', 'this', 'pattern', 'i', 'felt', 'like', 'that', 'would', 'be', 'a', 'compromise', 'in', 'the', 'end', 'i', 'returned', 'both', 'sizes', 'ast', 'the', 'fabric', 'could', "n't", 'compensate', 'for', 'the', 'very', 'unflattering', 'fit', ',2,0,0', 'general', 'dresses', 'dresses'] ['13724,1078,49', 'pretty', 'but', 'odd', 'fit', 'the', 'fabric', 'is', 'nice', 'and', 'could', 'pass', 'for', 'silk', 'even', 'though', 'it', 'is', 'viscose-rayon', 'the', 'pattern', 'is', 'pretty', 'and', 'flattering', 'sadly', 'the', 'fit', 'was', 'just', 'off-', 'big', 'in', 'the', 'center', 'but', 'tight', 'at', 'the', 'hips', 'if', 'i', 'size', 'up', 'the', 'v-neck', 'might', 'be', 'too', 'wide', 'i', "'m", 'disappointed', 'that', 'i', "'ll", 'have', 'to', 'return', 'it', 'it', 'probably', 'would', 'look', 'great', 'on', 'a', 'different', 'body', 'type', 'i', 'would', 'recommend', 'it', 'for', 'apple', 'body', 'types', 'but', 'not', 'for', 'pear', 'body', 'types', ',3,1,0', 'general', 'dresses', 'dresses'] ['13725,862,36', ',i', 'agree', 'with', 'the', 'review', 'that', 'says', 'this', 'is', 'better', 'in', 'person', 'than', 'in', 'the', 'pic', 'online', 'great', 'sale', 'price', 'and', 'super', 'cozy', 'but', 'thin', 'enough', 'to', 'transition', 'to', 'spring', ',4,1,0', 'general', 'tops', 'knits'] ['13726,1078,40', 'light', 'up', 'the', 'room', 'i', 'adore', 'this', 'dress', 'it', "'s", 'so', 'charming', 'great', 'quality', 'lovely', 'fabric', 'beautiful', 'color', 'the', 'fit', 'is', 'supposed', 'to', 'be', 'boxy', 'and', 'probably', 'wo', "n't", 'work', 'on', 'a', 'beautiful', 'curvy', 'body', 'with', 'a', 'petite', 'athletic', 'body', 'i', 'feel', 'beautiful', 'in', 'it', 'i', 'wear', 'a', 'small', 'or', 'xs', 'and', 'i', 'definitely', 'needed', 'an', 'extra', 'small', 'pair', 'it', 'with', 'black', 'or', 'camel', 'sandals', 'or', 'boots', 'it', "'s", 'lovely', ',5,1,0', 'general', 'dresses', 'dresses'] ['13727,862,39', 'very', 'versatile', 'flattering', 'comfortable', 'and', 'a', 'fantastically', 'versatile', 'color', 'and', 'style', 'if', 'you', "'d", 'like', 'the', 'garment', 'to', 'fit', 'about', 'how', 'it', 'does', 'on', 'the', 'model', 'i', "'d", 'say', 'that', 'it', "'s", 'tts', 'the', 'picture', 'represents', 'the', 'color', 'accurately', 'is', 'a', 'very', 'dark', 'slate', 'grey', 'i', "'ve", 'found', 'that', 'the', 'color', 'is', 'a', 'great', 'neutral', 'i', 'can', 'wear', 'it', 'with', 'other', 'neutrals', 'or', 'with', 'colors', 'as', 'featured', 'on', 'the', 'model', 'the', 'style', 'is', 'also', 'really', 'versatile', 'i', 'can', 'wear', 'it', 'as', 'a', 'stand-alone', 't-shirt', 'or', 'under', 'a', 'blazer', 'to', 'work'] [] ['i', "'ve", 'washed', 'the', 'garment', 'once', 'on', 'the', ',5,1,4', 'general', 'tops', 'knits'] ['13728,1022,41', 'perfect', 'aside', 'from', 'length', 'fit', 'tts', 'very', 'flattering', 'and', 'slimming', 'with', 'fitted', 'thighs', 'and', 'slight', 'flare', 'can', 'be', 'dressed', 'up', 'given', 'the', 'beautiful', 'and', 'classy', 'dark', 'wash.', 'the', 'hint', 'of', 'stretch', 'makes', 'them', 'super', 'comfortable', 'the', 'only', 'thing', 'is', 'they', 'are', 'very', 'long', 'will', 'have', 'to', 'hem', 'unless', 'you', 'are', '6', 'ft', 'tall', 'in', 'my', '5', '5', 'case', 'i', "'m", 'afraid', 'the', 'hemming', 'will', 'take', 'away', 'some', 'of', 'the', 'flare', 'effect', 'ag', 'please', 'make', 'pants', 'with', 'realistic', 'length', 'still', 'very', 'happy', 'especially', 'since', 'i', 'was', 'lucky', 'to', 'get', 'my', 'size', 'during', 'a', 'promo', ',4,1,1', 'general', 'bottoms', 'jeans'] ['13729,868,44', 'pretty', 'lightweight', 'shirt', 'for', 'summer', 'but', 'huge', 'the', 'previous', 'reviewer', 'was', 'right', 'on', 'with', 'her', 'review', 'including', 'that', 'the', 'shirt', 'is', 'a', 'bit', 'darker', 'in', 'color', 'irl', 'i', "'m", 'writing', 'this', 'review', 'to', 'emphasize', 'how', 'large', 'this', 'shirt', 'runs', 'i', "'m", 'typically', 'a', 'small', 'in', 'shirts', 'usually', 'a', '4', 'and', 'occasionally', 'a', '6', 'if', 'it', "'s", 'a', 'very', 'fitted', 'style', 'i', "'m", '5', '5', '125lbs', '34b', 'and', 'i', 'went', 'with', 'the', 'xs', 'in', 'this', 'and', 'it', 'is', 'huge', 'on', 'me', 'i', 'really', 'like', 'it', 'though', 'so', 'i', "'m", 'considering', 'reordering', 'in', 'an', 'xxs', 'i', "'ve", 'never', 'worn', 'an', 'xxs', 'i', "'m", 'starting', 'to', 'get', 'frustrated', 'with', 'inconsistent', 'sizing', 'especially', ',4,1,5', 'general', 'tops', 'knits'] ['13730,862,27', 'cozy', 'pullover', 'i', 'saw', 'this', 'online', 'and', 'did', "n't", 'think', 'twice', 'about', 'it', 'but', 'then', 'i', 'came', 'across', 'it', 'at', 'my', 'local', 'store', 'and', 'it', "'s", 'so', 'much', 'better', 'in', 'person', 'it', 'is', 'incredibly', 'soft', 'and', 'cozy', 'i', 'purchased', 'the', 'gray', 'stripe', 'version', 'and', 'two', 'solid', 'color', 'versions', 'cream/forrest', 'green', 'i', 'can', 'see', 'this', 'being', 'a', 'great', 'staple', 'over', 'the', 'fall/winter', 'with', 'leggings', 'boots', 'and', 'a', 'long', 'pendant', ',5,1,4', 'general', 'tops', 'knits'] ['13731,862,53', 'great', 'product', 'extremely', 'well', 'made', 'tank', 'top', 'great', 'for', 'work', 'or', 'a', 'night', 'out.,5,1,2', 'general', 'tops', 'knits'] ['13732,862,41', 'soft', 'and', 'cozy', 'love', 'love', 'love', 'this', 'turtleneck', 'it', "'s", 'soft', 'and', 'cozy', 'and', 'i', "'ve", 'already', 'reached', 'for', 'it', 'on', 'several', 'chilly', 'days', 'it', 'definitely', 'runs', 'large', 'i', 'sized', 'down', 'and', 'it', 'still', 'has', 'an', 'oversized', 'swingy', 'shape', ',5,1,0', 'general', 'tops', 'knits'] ['13733,1078,52', 'pretty', 'colors', 'but', 'fits', 'like', 'a', 'sack', 'it', 'made', 'me', 'look', 'extra', 'thick', 'in', 'the', 'middle', 'could', 'pass', 'for', 'maternity', 'wear', 'pretty', 'colors', 'fabric', 'is', 'fine', 'it', "'s", 'just', 'too', 'shapeless', 'and', 'not', 'flattering', 'on', 'me', 'i', "'m", "5'11", 'and', 'it', 'was', 'also', 'on', 'the', 'short', 'side', 'for', 'me', 'even', 'if', 'it', 'fit', 'better', 'probably', 'too', 'short', 'for', 'my', 'age', '40s', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['13734,1078,35', 'i', "'m", 'confused', 'let', 'me', 'start', 'with', 'i', 'love', 'this', 'dress', 'but', 'i', "'m", 'totally', 'confused', 'there', 'is', 'a', 'pleat', 'in', 'the', 'center', 'of', 'the', 'dress', 'which', 'if', 'you', 'look', 'at', 'the', 'first', 'photo', 'on', 'retailer', "'s", 'website', 'you', 'can', 'see', 'that', 'the', 'model', 'has', 'the', 'pleat', 'in', 'front', 'but', 'when', 'i', 'recieved', 'the', 'dress', 'the', 'tag', 'is', 'on', 'the', 'pleat', 'side', 'meaning', 'if', 'you', 'put', 'the', 'pleat', 'in', 'front', 'you', "'re", 'wearing', 'it', 'backwards', 'then', 'other', 'pictures', 'show', 'the', 'model', 'with', 'no', 'pleat', 'in', 'front', 'i', 'tried', 'it', 'both', 'ways', 'and', 'neither', 'way', 'felt', 'wrong', 'i', 'thought', 'it', 'would', 'fit', 'funny', 'if', 'i', 'flipp', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13735,862,45', 'flattering', 'and', 'comfortable', 'surprisingly', 'flattering', 'and', 'so', 'very', 'soft', 'and', 'comfortable', 'have', 'had', 'many', 'compliments', 'on', 'this', 'super', 'cute', 'paired', 'with', 'skinny', 'jeans', 'and', 'boots', 'also', 'purchased', 'the', 'ausaria', 'infinity', 'scarf', 'in', 'navy', 'which', 'contrasts', 'nicely', 'with', 'this', 'top', 'and', 'a', 'plus', 'no', 'signs', 'of', 'pilling', 'yet.,5,1,2', 'general', 'tops', 'knits'] ['13736,1078,56', ',this', 'dress', 'fits', 'true', 'to', 'size', 'i', 'ordered', 'an', 'xs', 'like', 'i', 'usually', 'wear', 'as', 'a', 'small', 'was', 'falling', 'off', 'of', 'me', 'when', 'i', 'had', 'tried', 'on', 'in', 'store', 'the', 'colors', 'are', 'more', 'vibrant', 'in', 'person', 'it', "'s", 'a', 'really', 'pretty', 'dress', 'and', 'is', 'very', 'well', 'made', 'the', 'fabric', 'is', 'solid', 'and', 'light', 'weight', 'i', 'do', "n't", 'think', 'it', 'would', 'work', 'for', 'someone', 'with', 'a', 'lot', 'of', 'curves', 'unless', 'they', 'sized', 'up', 'though', 'as', 'it', 'is', 'a', 'really', 'straight', 'dress', 'that', 'is', 'meant', 'to', 'lay', 'free.,4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13737,1078,50', 'love', 'this', 'dress', 'this', 'dress', 'is', 'wonderful', 'fits', 'perfect', 'very', 'comfortable', 'wonderful', 'colors.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13738,1022,43', 'great', 'jeans', 'but', 'long', 'i', "'m", 'a', 'big', 'ag', 'fan', 'so', 'i', 'was', 'excited', 'to', 'receive', 'these', 'for', 'my', 'birthday', 'i', 'really', 'love', 'everything', 'about', 'them', 'but', 'boy', 'were', 'they', 'long', 'even', 'with', 'a', '3', 'inch', 'heeled', 'boot', 'i', 'was', 'stepping', 'on', 'the', 'hem', 'i', "'m", '5', '7', 'so', 'i', 'do', "n't", 'often', 'have', 'to', 'get', 'things', 'hemmed', 'but', 'that', 'was', 'a', 'must', 'with', 'these', 'jeans', 'i', 'recommend', 'these', 'jeans', 'but', 'unless', 'you', "'re", '6', 'foot', 'tall', 'plan', 'on', 'running', 'them', 'to', 'the', 'tailors', ',5,1,1', 'general', 'bottoms', 'jeans'] ['13739,862,23', 'amazing', 'versatile', 'shirt', 'has', 'to', 'be', 'one', 'of', 'my', 'favorite', 'retailer', 'purchases', 'the', 'shirt', 'is', 'so', 'soft', 'and', 'can', 'be', 'paired', 'with', 'so', 'many', 'different', 'items', 'the', 'turtle', 'neck', 'will', 'help', 'keep', 'you', 'warm', 'although', 'the', 'actual', 'material', 'is', 'a', 'little', 'thin', 'do', "n't", 'let', 'that', 'dissuade', 'you', 'though', 'you', 'wo', "n't", 'be', 'disappointed', 'by', 'this', 'purchase', 'i', "'m", 'going', 'to', 'get', 'the', 'other', 'color', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['13740,822,34', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['13741,1078,30', 'cute', 'print', 'no', 'shape', 'i', 'was', 'excited', 'about', 'this', 'dress', 'because', 'i', 'love', 'the', 'colors', 'and', 'print', 'the', 'dress', 'has', 'no', 'shape', 'though', 'and', 'not', 'in', 'a', 'good', 'way', 'it', "'s", 'not', 'flowy', 'enough', 'for', 'the', 'look', 'of', 'a', 'shape', 'dress', 'but', 'its', 'not', 'fitted', 'enough', 'to', 'be', 'flattering.,3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['13742,862,33', 'super', 'soft', 'mutliple', 'layers', 'of', 'buttery', 'softness', 'i', 'bought', 'the', 'blue', 'and', 'it', "'s", 'true', 'to', 'size', 'it', 'is', 'soo', 'soft', 'i', 'could', 'wear', 'this', 'to', 'sleep', 'it', 'drapes', 'beautifully', 'highly', 'recommend', 'it', 'now', 'i', 'want', 'to', 'buy', 'all', 'the', 'colors', ',5,1,5', 'general', 'tops', 'knits'] ['13743,1078,42', 'beautiful', 'dress', 'but', 'runs', 'large', 'great', 'quality', 'beautiful', 'print', 'definitely', 'a', 'steal', 'given', 'its', 'current', 'sale', 'price', 'it', 'does', 'run', 'large', 'order', 'a', 'size', 'smaller', 'works', 'perfect', 'with', 'a', 'belt', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13744,1078,46', 'beautiful', 'dress', 'this', 'dress', 'is', 'gorgeous', 'and', 'feels', 'so', 'soft', 'looks', 'great', 'with', 'booties', 'and', 'flats', 'can', 'be', 'paired', 'with', 'so', 'much', 'jackets', 'scarfs', 'long', 'necklaces', 'so', 'glad', 'i', 'bought', 'it', 'i', 'did', 'down', 'size', 'to', 'a', 'small', 'from', 'my', 'usual', 'medium', 'and', 'got', 'the', 'regular', 'instead', 'of', 'petite', 'fit', 'great', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13745,1078,50', 'lovely', 'worn', 'as', 'a', 'tunic', 'or', 'dress', 'this', 'tunic', 'is', 'lovely', 'and', 'versatile', 'looks', 'great', 'over', 'a', 'pair', 'of', 'jeans', 'or', 'as', 'a', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13746,1078,45', 'so', 'gorgeous', 'i', 'never', 'write', 'reviews', 'although', 'i', 'do', 'most', 'of', 'my', 'shopping', 'online', 'but', 'i', 'had', 'to', 'write', 'one', 'for', 'this', 'tunic', 'i', 'got', 'it', 'in', 'the', 'blue', 'and', 'sized', 'down', 'from', 'a', 'small', 'to', 'extra', 'small-', 'although', 'i', 'ordered', 'both', 'to', 'see', 'the', 'smaller', 'size', 'fit', 'better', 'around', 'the', 'shoulders', 'it', 'is', 'a', 'bit', 'retro', 'funky', 'and', 'elegant', 'at', 'the', 'same', 'time', 'great', 'price', 'for', 'such', 'a', 'quality', 'piece.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13747,1078,50', 'great', 'fabric', 'bought', 'this', 'for', 'my', '21', 'year', 'old', 'daughter', 'and', 'she', 'loves', 'it', 'the', 'blue', 'color', 'is', 'very', 'pretty', 'and', 'she', 'says', 'she', 'gets', 'lots', 'of', 'compliments', 'and', 'requests', 'to', 'touch', 'it', 'because', 'the', 'fabric', 'is', 'gorgeous', 'it', "'s", 'a', 'bit', 'boxy', 'and', 'a', 'little', 'short', 'to', 'wear', 'as', 'a', 'dress', 'for', 'her', '5', '9', 'height', 'she', 'says', 'she', 'risks', 'showing', 'her', 'undies', 'when', 'she', 'raises', 'her', 'arms', 'but', 'she', 'likes', 'is', 'so', 'much', 'she', "'s", 'just', 'keeping', 'her', 'arms', 'down', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13748,835,68', ',,3,1,0', 'general', 'tops', 'blouses'] ['13749,1078,46', 'cute', 'dress', 'perfect', 'dress', 'for', 'the', 'fall', 'in', 'texas', 'the', 'velvet', 'is', 'on', 'point', 'for', 'this', 'season', 'the', 'dress', 'is', 'very', 'roomy', 'on', 'the', 'bottom', 'half', 'wish', 'it', 'was', 'a', 'little', 'more', 'fitted', 'but', 'overall', 'a', 'great', 'dress', 'got', 'tons', 'of', 'compliments', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13750,872,24', 'pretty', 'top', 'runs', 'large', 'i', 'sized', 'down', 'to', 'an', 'xs', 'from', 'my', 'usual', 'size', 'small', 'and', 'it', 'fits', 'perfectly', 'it', 'is', 'cropped', 'but', 'i', 'like', 'the', 'swingy', 'shape', 'that', 'will', 'work', 'well', 'with', 'high-waisted', 'bottoms', 'i', 'did', 'have', 'to', 'get', 'a', 'replacement', 'because', 'my', 'first', 'top', 'had', 'some', 'beading', 'coming', 'off', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'but', 'this', 'new', 'one', 'seems', 'much', 'more', 'sturdy', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13751,909,54', 'great', 'weekend', 'piece', 'i', 'saw', 'this', 'in', 'the', 'store', 'on', 'a', 'mannequin', 'in', 'baltimore', 'and', 'i', 'had', 'to', 'try', 'it', 'it', 'almost', 'felt', 'more', 'like', 'a', 'sweatshirt', 'than', 'a', 'true', 'sweater', 'i', 'found', 'the', 'top', 'to', 'be', 'a', 'shaped', 'smaller', 'at', 'the', 'shoulders', 'and', 'chest', 'and', 'widening', 'as', 'it', 'went', 'down'] ['the', 'sleeves', 'were', 'rolled', 'up', 'which', 'showed', 'a', 'soft', 'peachy', 'look', 'underneath', 'which', 'was', 'cute', 'but', 'i', 'am', 'on', 'the', 'fence', 'on', 'to', 'which', 'size', 'to', 'go', 'with', 'like', 'other', 'reviewers', 'have', 'said', 'if', 'you', 'go', 'up', 'a', 'size', 'for', 'shoulder', 'comfort', 'it', 'gets', 'a', 'bit', 'too', 'swingy', 'on', 'the', 'bottom', 'the', 'length', 'was', 'n', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['13752,868,46', 'fun', 'new', 'top', 'this', 'top', 'is', 'very', 'cute', 'and', 'is', 'made', 'out', 'of', 'soft', 'material', 'that', 'is', "n't", 'clingy', 'at', 'all', 'and', 'you', 'do', "n't", 'have', 'to', 'be', 'stick', 'thin', 'for', 'it', 'to', 'look', 'good', 'i', 'do', "n't", 'like', 'to', 'show', 'my', 'arms', 'normally', 'but', 'this', 'top', 'is', 'very', 'flattering', 'all', 'around', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['13753,909,35', 'pretty', 'from', 'far', 'away', 'but', 'as', 'soon', 'as', 'you', 'get', 'up', 'close', 'to', 'this', 'sweater', 'you', 'will', 'notice', 'that', 'the', 'bird', 'on', 'the', 'front', 'is', 'of', 'an', 'interesting', 'kind', 'of', 'material-almost', 'like', 'carpet', 'that', 'has', 'been', 'shaved', 'waaaaaaaay', 'down', 'so', 'that', 'the', 'little', 'fibers', 'are', 'sticking', 'straight', 'up', 'and', 'a', 'fraction', 'of', 'a', 'millimeter', 'high', 'i', 'was', 'not', 'excited', 'about', 'this', 'texture', 'and', 'can', 'imagine', 'it', 'will', 'be', 'a', 'huge', 'magnet', 'for', 'collecting', 'lint', 'and', 'dust', 'throughout', 'the', 'day', 'the', 'fit', 'was', 'way', 'off', 'on', 'this', 'one', 'for', 'me', 'and', 'was', 'not', 'flattering', 'at', 'all', 'it', 'was', "n't", 'for', 'me', 'at', 'all', 'even', 'thou', ',2,0,5', 'general', 'tops', 'fine', 'gauge'] ['13754,868,37', 'this', 'top', 'had', 'so', 'much', 'potential', 'i', 'bought', 'the', 'striped', 'colorway', 'in', 'an', 'xs', 'which', 'is', 'my', 'normal', 'size', 'i', 'am', 'a', '32d', 'with', 'an', 'athletic', 'build', 'so', 'the', 'sleeves', 'are', 'tighter', 'on', 'my', 'arms', 'than', 'pictured', 'although', 'they', 'are', 'adjustable', 'the', 'top', 'of', 'the', 'shirt', 'fits', 'perfectly', 'but', 'the', 'bottom', 'is', 'very', 'wide', 'and', 'short', 'i', "'m", 'only', '5', '2', 'but', 'it', "'s", 'still', 'just', 'a', 'tad', 'shorter', 'than', 'i', "'d", 'like', 'i', 'wish', 'it', 'was', 'slightly', 'more', 'fitted', 'and', 'then', 'it', 'would', 'be', 'perfect', 'unfortunately', 'this', 'one', 'is', 'going', 'back', ',4,0,1', 'general', 'tops', 'knits'] ['13755,857,25', 'in', 'love', 'this', 'top', 'is', 'absolutely', 'beautiful', 'i', 'especially', 'love', 'the', 'richness', 'of', 'the', 'black', 'and', 'burgundy', 'one', 'i', 'am', 'typically', 'a', 'size', 'medium', 'but', 'purchased', 'the', 'large', 'because', 'i', 'wanted', 'it', 'to', 'fit', 'a', 'little', 'bigger', 'and', 'longer', 'i', 'was', 'going', 'for', 'more', 'of', 'a', 'tunic-style', 'if', 'you', "'re", 'broad-shouldered', 'like', 'i', 'am', 'you', 'may', 'opt', 'for', 'a', 'bigger', 'size', 'as', 'well', 'because', 'the', 'sleeves', 'can', 'look', 'a', 'little', 'silly', 'if', 'its', 'too', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13756,1078,26', 'so', 'cute', 'i', 'love', 'this', 'piece', 'they', "'re", 'calling', 'it', 'a', 'tunic', 'but', 'its', 'plenty', 'long', 'enough', 'to', 'wear', 'without', 'any', 'pants', 'i', 'usually', 'wear', 'a', 'small/xsmall', 'in', 'retailer', 'sizes', 'and', 'i', 'definitely', 'went', 'with', 'the', 'xsmall', 'size', 'down', 'to', 'avoid', 'the', 'potato', 'sack', 'look', 'i', 'think', 'this', 'piece', 'is', 'so', 'great', 'for', 'fall', 'definitely', 'a', 'must', 'buy', ',5,1,28', 'general', 'dresses', 'dresses'] ['13757,1078,32', 'fell', 'apart', 'before', 'my', 'eyes', 'was', 'excited', 'to', 'wear', 'the', 'dress', 'for', 'the', 'first', 'time', 'but', 'while', 'standing', 'in', 'front', 'of', 'the', 'mirror', 'putting', 'makeup', 'on', 'the', 'seam', 'between', 'the', 'body', 'and', 'sleeve', 'just', 'started', 'to', 'unravel', 'strangest', 'thing', 'just', 'a', 'random', 'hole', 'appeared', ',1,0,0', 'general', 'dresses', 'dresses'] ['13758,1078,52', 'beautiful', 'quality', 'of', 'fabric', 'and', 'style', 'i', 'saw', 'this', 'on', 'a', 'model', 'in', 'the', 'house', 'and', 'home', 'catalog', 'it', 'looked', 'very', 'comfy', 'but', 'with', 'an', 'edge', 'of', 'elegance', 'i', 'saw', 'it', 'in', 'store', 'in', 'the', 'navy', 'and', 'loved', 'it', 'the', 'other', 'color', 'is', 'very', 'washed', 'out', 'not', 'good', 'for', 'me', 'being', 'a', 'blonde', 'i', 'did', "n't", 'try', 'it', 'on', 'and', 'got', 'a', 'small', 'as', 'it', 'looked', 'as', 'it', 'ran', 'a', 'little', 'large', 'i', "'m", '5', '4', '130', 'lbs', 'and', 'it', 'fit', 'perfectly', 'it', 'hits', 'above', 'knee', 'a', 'little', 'longer', 'than', 'on', 'model', 'it', 'hangs', 'beautifully', 'and', 'the', 'blue', 'color', 'is', 'stunning', 'looks', 'expensive', 'i', 'received', 'a', 'few', 'complements', 'the', 'first', 'time', 'i', 'w', ',5,1,1', 'general', 'dresses', 'dresses'] ['13759,1095,24', 'best', 'sundress', 'ever.', 'the', 'cut', 'fabric', 'and', 'detail', 'on', 'this', 'dress', 'is', 'incredible', 'it', 'runs', 'a', 'bit', 'small', 'though', 'usually', 'i', 'wear', 'a', '00p', 'but', 'the', '0p', 'is', 'plenty', 'snug', '5', '4', ',110lbs,32c', 'fits', 'just', 'as', 'on', 'the', 'model', 'looks', 'much', 'like', 'photos', 'but', 'slightly', 'more', 'yellow', 'in', 'tone', ',5,1,0', 'general', 'dresses', 'dresses'] ['13760,872,45', 'cute', 'very', 'full', 'cute', 'top', 'agree', 'with', 'other', 'reviewer', 'that', 'it', 'is', 'really', 'nice', 'in', 'person', 'the', 'colors', 'are', 'rich', 'and', 'the', 'embroidery', 'is', 'beautiful', 'it', 'is', 'a', 'very', 'full', 'swing', 'top', 'but', 'be', 'aware', 'that', 'the', 'sides', 'are', 'a', 'few', 'inches', 'shorter', 'than', 'the', 'front', 'and', 'back', 'this', 'is', "n't", 'evident', 'in', 'the', 'photo', 'shown', 'i', 'usually', 'wear', 'a', 'sm', 'in', 'retailer', 'tops', 'and', 'the', 'small', 'looks', 'larger', 'on', 'me', 'than', 'how', 'it', 'fits', 'on', 'the', 'model', 'in', 'fullness', 'and', 'especially', 'in', 'the', 'arms', 'it', "'s", 'still', 'cute', 'enough', 'to', 'keep', 'but', 'i', 'personally', 'probably', 'could', 'have', 'gone', 'down', 'a', 'size', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['13761,857,30', 'different', 'and', 'flattering', 'purchased', 'this', 'shirt', 'for', 'holiday', 'photos', 'and', 'it', 'worked', 'great', 'very', 'flattering', 'and', 'a', 'fun', 'take', 'on', 'plaid', 'more', 'feminine', 'than', 'your', 'classic', 'plaid', 'button', 'down.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['13762,857,34', 'fun', 'take', 'on', 'plaid', 'i', 'was', 'looking', 'for', 'a', 'red', 'and', 'black', 'plaid', 'top', 'with', 'a', 'twist', 'and', 'this', 'tee', 'definitely', 'fits', 'the', 'bill', 'i', 'plan', 'to', 'wear', 'this', 'shirt', 'with', 'a', 'long', 'sleeve', 'tee', 'under', 'it', 'for', 'extra', 'warmth', 'for', 'casual', 'holiday', 'events', 'and', 'can', 'see', 'it', 'with', 'a', 'skirt', 'and', 'cardi', 'for', 'work', 'fabric', 'is', 'soft', 'and', 'comfortable', 'fit', 'is', 'loose', 'but', 'not', 'too', 'boxy', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13763,1078,24', 'love', 'but', 'too', 'baggy', 'if', 'petite', 'i', 'loved', 'this', 'dress', 'and', 'tried', 'on', 'the', 'xs', 'in', 'the', 'store', 'and', 'then', 'ordered', 'the', 'petite', 'i', 'thought', 'if', 'i', 'ordered', 'the', 'petite', 'it', 'would', 'not', 'be', 'as', 'baggy', 'it', 'is', 'just', 'way', 'to', 'boxy/baggy', 'for', 'someone', 'my', 'height', 'and', 'weight', 'however', 'i', 'would', 'recommend', 'to', 'someone', 'taller', 'because', 'the', 'velvet', 'is', 'great', 'quality', 'and', 'it', 'would', 'have', 'been', 'an', 'amazing', 'dress', 'to', 'have', 'for', 'fall', 'and', 'also', 'for', 'winter', 'for', 'reference', 'i', 'am', '5', '0', 'and', 'weight', '113', 'pounds', ',3,1,0', 'general', 'dresses', 'dresses'] ['13764,1104,37', 'great', 'for', 'any', 'season', 'i', 'love', 'the', 'way', 'this', 'dress', 'moves', 'on', 'you', 'and', 'the', 'high', 'low', 'a', 'medium', 'fit', 'me', 'perfectly', 'i', 'am', '5', '8', 'and', 'the', 'long', 'part', 'in', 'the', 'back', 'barely', 'touches', 'the', 'floor', 'in', 'flat', 'shoes', 'the', 'colors', 'are', 'sort', 'of', 'fall', 'but', 'the', 'top', 'is', 'like', 'a', 'sun', 'dress', 'i', 'think', 'you', 'could', 'wear', 'this', 'any', 'time', 'of', 'year', 'with', 'the', 'appropriate', 'accessories', 'i', 'wore', 'it', 'with', 'a', '3/4', 'length', 'sleeved', 'cardigan', 'and', 'sandals', 'in', 'oct.', 'and', 'it', 'was', 'perfect', 'the', 'fabric', 'feels', 'nice', 'great', 'quality', 'it', "'s", 'on', 'sale', 'so', 'you', 'have', 'nothing', 'to', 'loose', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13765,857,25', 'cute', 'different', 'i', 'bought', 'this', 'in', 'the', 'blue', 'motif', 'and', 'i', 'love', 'the', 'colors', 'of', 'the', 'plaid', 'the', 'first', 'day', 'i', 'wore', 'it', 'i', 'received', 'many', 'compliments', 'the', 'armholes', 'are', 'a', 'bit', 'low', 'but', 'i', 'wore', 'a', 'cami', 'underneath', 'i', 'do', "n't", 'think', 'it', 'is', 'that', 'noticeable', 'unless', 'your', 'arms', 'are', 'raised', 'the', 'whole', 'time', 'i', 'like', 'my', 'shirts', 'to', 'be', 'a', 'bit', 'longer', 'and', 'this', 'is', 'perfect', 'since', 'i', 'have', 'a', 'longer', 'torso', 'i', 'am', 'normally', 'a', 'size', '6/m/34b', 'and', 'the', 'med', 'fit', 'perfectly.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['13766,1095,28', 'so', 'cute', 'great', 'print', 'i', 'love', 'fitted', 'top', 'dresses', 'like', 'this', 'but', 'i', 'find', 'them', 'hard', 'to', 'fit', 'well', 'on', 'my', 'body', 'this', 'one', 'fit', 'perfectly', 'straps', 'can', 'be', 'let', 'out', 'or', 'taken', 'in', 'easily', 'and', 'i', 'get', 'tons', 'of', 'comments', 'on', 'the', 'print', ',5,1,0', 'general', 'dresses', 'dresses'] ['13767,492,23', 'so', 'soft', 'i', 'just', 'love', 'this', 'hoodie', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'i', 'am', 'usually', 'an', 'extra', 'small', 'and', 'that', 'size', 'fit', 'me', 'great', 'i', 'wish', 'it', 'did', "n't", 'have', 'the', 'brand', 'on', 'the', 'back', 'of', 'it', 'but', 'i', 'can', 'get', 'over', 'that', 'this', 'is', 'a', 'very', 'cozy', 'piece', 'that', 'i', 'will', 'wear', 'many', 'times.,5,1,1'] ['13768,492,49', 'wardrobe', 'staple', 'love', 'this', 'hoodie', 'so', 'soft', 'and', 'goes', 'with', 'everything', 'highly', 'recommend', 'for', 'comfort', 'and', 'style', 'great', 'company.,5,1,0'] ['13769,1078,27', ',i', 'wear', 'an', 'xxs', 'petite', 'and', 'this', 'dress', 'was', 'still', 'large', 'i', 'like', 'that', 'look', 'so', 'i', "'m", 'okay', 'with', 'that', 'but', 'the', 'sides', 'do', 'stick', 'out', 'a', 'little', 'bit', 'if', 'you', 'have', 'a', 'smaller', 'frame.,4,1,1', 'general', 'dresses', 'dresses'] ['13770,868,44', 'best', 'shirt', 'ever', 'go', 'get', 'it', 'i', 'bought', 'this', 'shirt', 'in', 'every', 'color', 'i', 'look', 'sexy', 'and', 'the', 'best', 'part', 'is', 'how', 'comfortable', 'it', 'is', 'it', 'is', 'very', 'versatile', 'i', 'wear', 'it', 'at', 'networking', 'semi', 'formal', 'events/', 'dinners/', 'going', 'out', 'with', 'friends', 'and', 'everywhere', 'i', 'feel', 'awesome', 'with', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13771,1078,56', 'i', "'m", 'over', '50', 'and', 'over', '150', 'lbs', 'and', 'love', 'this', 'dress', 'the', 'large', 'is', 'perfect', 'for', 'me', 'and', 'is', 'just', 'my', 'style', 'not', 'too', 'baggy', 'but', 'just', 'shapely', 'enough', 'to', 'where', 'to', 'the', 'office', 'with', 'or', 'without', 'leggings', 'as', 'the', 'fall', 'approaches', 'i', 'bought', 'the', 'blue', 'the', 'color', 'is', 'rich', 'and', 'saturated', 'the', 'material', 'is', 'soft', 'and', 'all', 'around', 'comfortable', 'which', 'is', 'my', 'number', 'one', 'factor', 'in', 'buying', 'clothes', 'love', 'its', 'versatility', 'too', 'since', 'a', 'jacket', 'and', 'scarf', 'can', 'dress', 'it', 'up', 'shoes', 'also', 'dress', 'up', 'or', 'dress', 'down', 'the', 'dress', 'all', 'in', 'all', 'a', 'bargain', ',4,1,4', 'general', 'dresses', 'dresses'] ['13772,1078,23', 'high', 'quality', 'on', 'trend', 'i', 'love', 'this', 'tunic', 'it', 'runs', 'slightly', 'large', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'i', 'am', '5', '4', '125lbs', 'and', 'it', 'is', 'a', 'looser', 'fit', 'but', 'falls', 'nicely', 'i', 'wear', 'it', 'as', 'a', 'dress', 'and', 'the', 'blue/gray', 'color', 'is', 'so', 'pretty', ',4,1,1', 'general', 'dresses', 'dresses'] ['13773,1070,27', 'love', 'these', 'leggings', 'i', "'m", '5', '3', 'and', '110', 'lbs', 'i', 'usually', 'have', 'a', 'hard', 'time', 'finding', 'pants', 'or', 'leggings', 'that', 'are', 'short', 'enough', 'and', 'fit', 'just', 'right', 'i', 'ordered', 'an', 'xs', 'and', 'these', 'fit', 'like', 'a', 'glove', 'right', 'away', 'and', 'i', 'was', 'so', 'pleased', 'i', 'ordered', 'the', 'brown', 'and', 'blue', 'motif', 'i', 'have', 'only', 'received', 'the', 'blue', 'so', 'far', 'but', 'love', 'them', 'they', 'hit', 'just', 'right', 'at', 'the', 'ankle', 'and', 'are', "n't", 'too', 'loose', 'at', 'the', 'bottom', 'it', 'seems', 'like', 'they', 'are', 'made', 'well', 'but', 'will', 'wait', 'until', 'after', 'the', 'first', 'wash.', 'i', "'m", 'someone', 'that', 'wears', 'leggings', 'all', 'the', 'time', 'but', 'love', 'that', 'these', 'look', 'like', ',4,1,0', 'general', 'bottoms', 'pants'] ['13774,1078,46', 'call', 'me', 'infatuated', 'absolutely', 'love', 'this', 'little', 'shift', 'i', 'bought', 'it', 'on', 'a', 'whim', 'really', 'it', 'just', 'harkened', 'back', 'to', 'my', 'crushed', 'velvet', 'loving', 'days', 'of', 'the', '80', "'s", 'crushed', 'velvet', 'then', 'was', 'just', 'something', 'fuzzy', 'that', 'had', 'been', 'run', 'over', 'by', 'a', 'car', 'and', 'maybe', 'thrown', 'up', 'on', 'a', 'few', 'times', 'at', 'a', 'punk', 'rock', 'bar', 'this', 'is', 'not', 'that', 'sort', 'of', 'velvet', 'it', "'s", 'also', 'not', 'some', 'cheap', 'polyester', 'looking', 'knock-off', 'of', 'true', 'velvet', 'i', 'always', 'find', 'those', 'to', 'have', 'a', 'somewhat', 'plastic', 'sheen', 'to', 'them', 'that', 'is', 'exactly', 'what', 'i', 'was', 'worried', 'about', 'judging', 'from', 'the', 'pictur', ',5,1,0', 'general', 'dresses', 'dresses'] ['13775,1095,26', ',love', 'this', 'dress', 'and', 'so', 'does', 'my', 'boyfriend', 'took', 'my', 'usual', 'size', '2', 'and', 'it', "'s", 'a', 'little', 'snug', 'but', 'the', '4', 'would', 'have', 'been', 'too', 'big.,5,1,0', 'general', 'dresses', 'dresses'] ['13776,1095,30', 'runs', 'true', 'to', 'size', 'i', 'read', 'all', 'the', 'reviews', 'before', 'purchasing', 'this', 'and', 'took', 'the', 'advice', 'of', 'others', 'on', 'sizing', 'up', 'i', 'am', '5', '4', 'hourglass', 'shape', '32d', '27', 'inch', 'waist', 'size', '28', 'pant', 'size', 'and', 'normally', 'wear', 'a', 'size', '4p', 'in', 'retailer', 'dresses', 'i', 'ordered', 'a', '6p', 'and', 'the', 'top', 'was', 'way', 'too', 'big', 'on', 'me', 'i', 'went', 'straight', 'to', 'an', 'retailer', 'store', 'to', 'try', 'on', 'a', '4', 'regular', 'and', 'the', 'top', 'half', 'was', 'perfect', 'on', 'me', 'a', 'little', 'too', 'long', 'for', 'my', 'liking', 'about', 'an', 'inch', 'below', 'my', 'knee', 'so', 'i', 're-ordered', 'it', 'in', 'a', '4p', 'this', 'dress', 'ran', 'true', 'to', 'size', 'for', 'me', 'i', 'recommend', 'trying', 'it', 'on', 'in', ',4,1,1', 'general', 'dresses', 'dresses'] ['13777,1095,26', 'proceed', 'with', 'caution', 'if', 'you', 'are', 'busty', 'i', 'absolutely', 'love', 'this', 'dress', 'it', "'s", 'a', 'great', 'summer', 'dress', 'that', "'s", 'flirty', 'and', 'fun', 'i', 'feel', 'this', 'dress', 'runs', 'pretty', 'true', 'to', 'size', 'except', 'in', 'the', 'bust', 'area', 'the', 'buttons', 'at', 'the', 'top', 'pull', 'a', 'little', 'bit', 'on', 'me', 'unless', 'i', 'wear', 'a', 'bra', 'that', 'pushes', 'the', 'girls', 'up', 'and', 'together', 'i', "'m", 'a', '32ddd', 'just', 'so', 'you', 'have', 'an', 'idea', 'i', "'m", "5'10", 'about', '145-150', 'lbs', 'and', 'i', "'m", 'a', '4-6.', 'in', 'dresses', 'i', "'m", 'usually', 'able', 'to', 'get', 'away', 'with', 'a', '4.', 'i', 'have', 'a', 'bigger', 'bust', 'and', 'bum', 'but', 'a', 'super', 'tiny', 'waist', 'i', "'m", 'just', 'barely', 'able', 'to', 'get', 'away', 'with', 'wearing', 'a', '4', 'in', 'this', 'dres', ',5,1,3', 'general', 'dresses', 'dresses'] ['13778,1095,29', 'fun', 'sundress', 'this', 'dress', 'is', 'very', 'sweet', 'and', 'summery', 'i', 'disagree', 'with', 'all', 'the', 'other', 'reviewers', 'who', 'complain', 'about', 'their', 'not', 'being', 'enough', 'room', 'in', 'the', 'chest', 'i', 'wear', 'a', 'double', 'd', 'and', 'i', 'did', "n't", 'notice', 'any', 'pulling', 'which', 'is', 'definitely', 'a', 'problem', 'i', "'ve", 'experienced', 'in', 'other', 'button', 'down', 'dresses', 'i', 'also', 'appreciated', 'that', 'the', 'straps', 'were', 'wide', 'enough', 'to', 'cover', 'a', 'bra', 'though', 'i', 'definitely', 'will', 'have', 'to', 'have', 'them', 'shortened', 'the', 'color', 'is', 'not', 'particularly', 'vibrant', 'kind', 'of', 'a', 'soft', 'yellow', 'thoat', 'might', 'not', 'be', 'flattering', 'on', 'every', 'skin', 'tone', ',5,1,5', 'general', 'dresses', 'dresses'] ['13779,1066,39', 'tts', 'but', 'long', 'i', 'ordered', 'the', '0p', 'in', 'red', 'and', 'love', 'these', 'pants', 'the', 'only', 'problem', 'is', 'even', 'in', 'petites', 'these', 'are', 'long', 'on', 'me', 'maybe', 'ok', 'with', '4', 'inch', 'heels', 'the', 'cut', 'is', 'comfortable', 'and', 'flattering', 'i', 'have', 'muscular', 'thighs', 'and', 'these', 'fall', 'nicely', 'on', 'me', 'the', 'color', 'is', 'also', 'nice', 'for', 'this', 'fall', 'i', 'purchased', 'last', 'year', "'s", 'version', 'grey', 'and', 'turquoise', 'but', 'reverse', 'from', 'what', 'is', 'offered', 'this', 'year', 'and', 'they', 'are', 'very', 'comparable', 'although', 'i', 'bought', 'them', 'too', 'big', 'last', 'year', 'fabric', 'not', 'prone', 'to', 'easy', 'wrinkling', 'highly', 'recommend', 'reference', '1', ',5,1,5', 'general', 'bottoms', 'pants'] ['13780,1095,33', 'no', 'bra', 'unicorn', 'dress', 'if', 'i', 'ever', 'find', 'something', 'i', 'can', 'wear', 'sans', 'bra', 'i', 'am', 'pretty', 'much', 'going', 'to', 'buy', 'it', 'just', 'looking', 'at', 'this', 'dress', 'i', 'would', "n't", 'think', 'it', 'possible', 'but', 'it', 'is', 'this', 'is', 'a', 'rare', 'occurrence', 'for', 'me', 'honestly', 'the', 'dress', 'is', 'a', 'little', 'tight', 'a', 'pulls', 'a', 'little', 'bit', 'across', 'the', 'chest', '32d', 'but', 'being', 'able', 'to', 'go', 'braless', 'trumps', 'that', 'for', 'me', 'hopefully', 'it', 'is', "n't", 'too', 'noticeable', 'i', 'did', 'find', 'the', 'straps', 'to', 'be', 'extremely', 'long', 'so', 'i', 'had', 'them', 'shortened', 'this', 'dress', 'is', 'adorable', 'and', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'it', "'s", 'so', 'comfortabl', ',4,1,0', 'general', 'dresses', 'dresses'] ['13781,1078,73', ',i', 'love', 'this', 'crushed', 'velvet', 'dress', 'in', 'the', 'rich', 'blue', 'color', 'i', 'plan', 'to', 'wear', 'it', 'with', 'short', 'peep', 'toe', 'boots', 'and', 'also', 'with', 'ankle', 'leggings', 'and', 'flats', 'so', 'glad', 'velvet', 'is', 'in', 'this', 'year', ',5,1,0', 'general', 'dresses', 'dresses'] ['13782,1078,45', 'definitely', 'size', 'down', 'love', 'everything', 'about', 'this', 'dress', 'except', 'it', 'runs', 'huge', 'i', 'am', 'busty', 'and', 'usually', 'wear', 'a', '12', 'in', 'dresses', 'but', 'the', 'large', 'was', 'completely', 'shapeless', 'on', 'me', 'will', 'try', 'medium', 'and', 'hope', 'it', 'is', 'better', 'bc', 'otherwise', 'i', 'love', 'the', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['13783,974,28', 'fell', 'in', 'love', 'saw', 'this', 'jacket', 'online', 'and', 'decided', 'to', 'search', 'in', 'store', 'for', 'it', 'i', 'found', 'it', 'and', 'although', 'it', 'definitely', 'looks', 'more', 'mustard', 'in', 'the', 'picture', 'online', 'compared', 'to', 'the', 'bright', 'yello', 'it', 'really', 'is', 'i', 'felt', 'it', 'fit', 'very', 'well', 'it', 'runs', 'large', 'i', 'usually', 'am', 'a', 'size', '6', 'however', 'i', 'ended', 'up', 'buying', 'a', 'size', '4', 'for', 'a', 'more', 'fitted', 'cropped', 'appearance', 'the', 'material', 'is', 'heavy', 'but', 'made', 'very', 'well', 'and', 'feels', 'great', 'on', 'i', 'recommend', 'this', 'blazer', 'for', 'any', 'female', 'that', 'wants', 'to', 'brighten', 'her', 'closet', 'up', 'for', 'spring', ',4,1,6', 'general', 'jackets', 'jackets'] ['13784,1095,31', 'beautiful', 'summer', 'frock', 'love', 'the', 'buttons', 'because', 'i', 'am', 'currently', 'nursing', 'my', '5', 'month', 'old', 'easy', 'access', 'i', "'m", 'a', '32dd', '5', '9', '147', 'and', 'it', 'fits', 'fine', 'in', 'the', 'top', 'got', 'a', 'size', '4', 'love', 'how', 'it', 'flows', 'over', 'my', 'pear', 'shaped', 'hips', 'i', 'thought', 'it', 'was', 'a', 'sunflower', 'print', 'but', 'actually', 'moths', 'haha', 'very', 'cute', 'wish', 'i', 'would', 'have', 'waited', 'and', 'got', 'the', 'sale', 'price', 'bought', 'my', 'it', 'in', 'may', 'for', 'mother', "'s", 'day', ',4,1,0', 'general', 'dresses', 'dresses'] ['13785,1070,40', 'pretty', 'but', 'totally', 'uncomfortable', 'i', "'m", '5', '8', '38', '30', '38', 'i', 'bought', 'these', 'leggings', 'in', 'a', 'size', 'large', 'blue', 'motif', 'to', 'wear', 'under', 'a', 'really', 'cozy', 'organic', 'cotton', 'tunic', 'in', 'an', 'attempt', 'to', 'create', 'a', 'sophisticated-looking', 'comfortable', 'look', 'when', 'i', 'first', 'it', 'them', 'on', 'they', 'felt', 'like', 'compression', 'leggings', 'and', 'i', 'wondered', 'if', 'they', 'were', 'too', 'small', 'i', 'wore', 'them', 'for', 'a', 'day', 'and', 'now', 'they', 'are', 'falling', 'down', 'around', 'the', 'waist', 'and', 'the', 'crotch', 'is', 'hanging', 'i', 'spend', 'so', 'much', 'time', 'trying', 'to', 'hike', 'them', 'back', 'up', 'i', "'m", 'not', 'at', 'all', 'comfortable', 'and', 'i', 'doubt', 'i', "'m", 'looking', 'sophistica', ',4,0,1', 'general', 'bottoms', 'pants'] ['13786,1070,45', 'fashionable', 'and', 'comfortable', 'love', 'these', 'leggings', 'great', 'fit', 'great', 'look', 'perfect', 'with', 'boots', 'and', 'oversized', 'sweater', 'bought', 'a', 'couple', 'of', 'different', 'fabrics', 'highly', 'recommend', ',5,1,0', 'general', 'bottoms', 'pants'] ['13787,492,48', ',,5,1,0'] ['13788,836,37', 'pretty', 'top', 'i', 'adore', 'maeve', 'tops', 'and', 'this', 'is', 'no', 'exception', 'i', "'m", 'small', 'on', 'top', '32a', 'ordered', 'my', 'usual', 'maeve', 'size', '0.', 'i', "'m", '5', '3', '105', 'lbs', 'ordered', 'regular', 'not', 'petite', 'because', 'the', 'front', 'of', 'this', 'blouse', 'is', 'already', 'short', 'fits', 'appropriarely', 'but', 'take', 'note', 'it', 'is', 'much', 'more', 'blousy', 'than', 'it', 'appears', 'in', 'the', 'photo', 'you', 'have', 'to', 'try', 'it', 'on', 'either', 'you', "'ll", 'love', 'it', 'or', 'hate', 'it', 'i', 'do', 'love', 'it', "'s", 'slightly', 'oversized', 'blousy', 'fit', 'so', 'i', 'was', 'not', 'hesitant', 'to', 'put', 'it', 'in', 'the', 'dryer', 'on', 'low', 'for', 'about', '15-20', 'minutes', 'well', 'it', 'shrunk', 'up', 'like', 'nothing', ',5,1,7', 'general', 'tops', 'blouses'] ['13789,1078,30', ',,4,1,0', 'general', 'dresses', 'dresses'] ['13790,1095,32', 'so', 'disappointing', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'dress', 'and', 'it', 'was', 'such', 'a', 'disappointment', 'it', 'looks', 'so', 'cute', 'on', 'the', 'model', 'but', 'it', 'was', 'very', 'different', 'when', 'i', 'got', 'it', 'the', 'color', 'is', 'a', 'lot', 'more', 'yellow', 'than', 'i', 'thought', 'it', 'would', 'be', 'and', 'the', 'pattern', 'just', 'looked', 'a', 'bit', 'strange', 'it', 'stood', 'out', 'more', 'against', 'the', 'yellow', 'instead', 'of', 'looking', 'neutral', 'the', 'dress', 'fit', 'really', 'awkwardly', 'on', 'the', 'top', 'the', 'straps', 'were', 'way', 'too', 'long', 'and', 'the', 'chest', 'area', 'was', 'practically', 'baggy', 'when', 'i', 'put', 'it', 'on', 'i', 'normally', 'wear', 'a', '4p', 'and', 'i', 'ordered', 'down', 'to', 'a', '2p', 'the', 'waist', ',2,0,0', 'general', 'dresses', 'dresses'] ['13791,831,59', 'grab', 'it', 'while', 'you', 'can', 'i', 'actually', 'paid', 'full', 'price', 'for', 'this', 'over', 'the', 'winter', 'and', 'i', "'m", 'not', 'sorry', 'i', 'did', 'great', 'top', 'w/lovely', 'fabric', 'i', 'usually', 'wear', 'a', 'small', 'but', 'in', 'this', 'top', 'an', 'xs', 'so', 'it', 'runs', 'a', 'bit', 'large', ',5,1,1', 'general', 'tops', 'blouses'] ['13792,1078,57', 'potato', 'sack', 'i', 'look', 'like', 'i', 'put', 'a', 'baggy', 'bag', 'over', 'my', 'head', 'also', 'the', 'material', 'really', 'seemed', 'like', 'fake', 'velvet', 'to', 'me', ',1,0,1', 'general', 'dresses', 'dresses'] ['13793,868,41', 'cute', 'top', 'very', 'cute', 'top', 'and', 'so', 'comfortable', 'it', 'runs', 'big', 'i', "'m", 'between', 'a', 'medium', 'and', 'large', 'i', 'ordered', 'the', 'large', 'and', 'it', "'s", 'definitely', 'a', 'little', 'big', 'but', 'wearable', 'i', 'probably', 'should', "'ve", 'swapped', 'it', 'for', 'a', 'medium', 'but', 'it', "'s", 'still', 'really', 'cute', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13794,1095,25', 'cute', 'dress', 'with', 'potential', 'but', 'not', 'gon', 'na', 'work', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'but', 'sadly', 'i', 'will', 'be', 'returning', 'the', 'color', 'looked', 'fairly', 'different', 'in', 'person', 'than', 'on', 'the', 'model', 'i', 'thought', 'it', 'was', 'a', 'browner/neutral', 'hue', 'but', 'the', 'dress', 'is', 'almost', 'like', 'a', 'yellow', 'seersucker-ish', 'with', 'brownish', 'moth', 'printing', 'was', 'cuter', 'than', 'expected', 'the', 'sweetheart', 'neckline', 'is', 'darling', 'but', 'that', 'is', 'where', 'it', 'fit', 'me', 'poorly', 'i', 'have', 'a', '34c', 'bust', 'and', 'the', 'cups', 'of', 'the', 'size', '4', 'were', 'gaping', 'on', 'me', 'in', 'the', 'front', 'and', 'all', 'along', 'the', 'arm', 'holes', 'the', 'straps', 'were', 'also', 'way', 'too', 'long', 'and', 'falling', 'off', 'my', ',3,0,2', 'general', 'dresses', 'dresses'] ['13795,868,46', 'soft', 'top', 'but', 'too', 'revealing', 'for', 'non-toned', 'arms', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'grey', 'is', 'pretty', 'but', 'it', 'is', 'light', 'grey', 'not', 'dark', 'grey', 'as', 'described', 'when', 'you', 'select', 'to', 'buy', 'it', 'my', 'biggest', 'issue', 'with', 'the', 'top', 'is', 'that', 'the', 'cold', 'shoulder', 'arm', 'reveals', 'the', 'entire', 'arm', 'so', 'if', 'you', 'are', "n't", 'completely', 'toned', 'with', 'your', 'tricep', 'and', 'all', 'over', 'arm', 'it', 'will', 'show', 'which', 'is', 'why', 'i', 'bought', 'this', 'to', 'hide', 'my', 'blunders', ',3,1,1', 'general', 'petite', 'tops', 'knits'] ['13796,872,42', 'pretty', 'embroidery-', 'beading', 'but', 'poor', 'shape', 'very', 'disappointed', 'when', 'i', 'received', 'this', 'the', 'colors', 'and', 'ombre', 'fabric', 'are', 'beautiful', 'beading', 'and', 'embroidery', 'make', 'it', 'a', 'even', 'more', 'unique', 'top', 'however', 'the', 'shape', 'ruins', 'all', 'of', 'that', 'first', 'it', 'is', 'nearly', 'a', 'crop', 'top', 'second', 'it', 'is', 'boxy', 'and', 'it', "'s", 'attempt', 'to', 'be', 'a', 'swing', 'top', 'only', 'makes', 'it', 'bulky', 'third', 'need', 'to', 'size', 'down', '2', 'sizes', 'had', 'to', 'return', 'this', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['13797,872,20', 'cute', 'but', 'too', 'large', 'i', 'love', 'this', 'top', 'and', 'the', 'beading', 'is', 'beautiful', 'but', 'just', 'like', 'everyone', 'else', 'it', 'was', 'way', 'too', 'large', 'i', 'normally', 'wear', 'a', 'lg', 'but', 'the', 'large', 'looks', 'and', 'feels', 'like', 'a', '3xl', 'beautiful', 'but', 'large', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['13798,1078,45', 'velvet', 'crush', 'this', 'is', 'a', 'really', 'beautiful', 'dress', 'the', 'pictures', 'do', "n't", 'capture', 'it', 'well', 'enough', 'was', 'looking', 'for', 'a', 'comfortable', 'shift', 'dress', 'that', 'is', 'versatile', 'this', 'fit', 'the', 'bill', 'for', 'reference', 'i', 'am', '5', '3', 'and', 'weigh', 'around', '113', 'lbs', 'i', 'got', 'an', 'xxs', 'and', 'it', 'was', 'a', 'bit', 'baggy', 'but', 'shift', 'are', "n't", 'supposed', 'to', 'be', 'tight', 'also', 'has', 'some', 'fun', 'details', 'look', 'forward', 'to', 'wearing', 'this', ',4,1,0', 'general', 'dresses', 'dresses'] ['13799,1078,43', 'adorable', 'and', 'funky', 'i', "'ve", 'been', 'hesitant', 'with', 'crushed', 'velvet', 'comeback', 'but', 'this', 'dress', 'is', 'adorable', 'first', 'it', 'is', 'not', 'a', 'tent', 'on', 'me', 'it', "'s", 'the', 'perfect', 'fit', 'for', 'the', 'style', 'not', 'too', 'swingy', 'but', 'definitely', 'not', 'fitted', 'this', 'is', 'the', 'dress', 'you', 'can', 'grab', 'on', 'a', 'day', 'you', 'do', "n't", 'feel', 'like', 'sucking', 'it', 'in', 'throw', 'a', 'blazer', 'over', 'it', 'if', 'you', 'need', 'you', 'look', 'professional', 'wear', 'to', 'a', 'girls', 'brunch', 'with', 'booties', 'or', 'a', 'night', 'out', 'with', 'the', 'hubs', 'the', 'little', 'extra', 'detail', 'i', 'did', "n't", 'see', 'online', 'that', 'was', 'a', 'pleasant', 'style', 'surprise', 'is', 'the', 'almost', 'strap-looking', 'piece', ',5,1,3', 'general', 'dresses', 'dresses'] ['13800,868,43', 'this', 'blouse', 'has', 'an', '80', "'s", 'vibe', 'i', 'was', "n't", 'sure', 'i', 'would', 'like', 'this', 'top', 'but', 'wanted', 'something', 'different', 'than', 'what', 'i', 'already', 'own', 'i', 'ordered', 'it', 'in', 'an', 'xs', 'my', 'usual', 'size', 'and', 'it', 'is', 'slightly', 'loose', 'which', 'i', 'knew', 'it', 'would', 'be', 'based', 'on', 'the', 'cut', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'shorts', 'i', 'purchased', 'the', 'black', 'and', 'white', 'striped', 'one', 'because', 'it', 'looks', 'more', 'interesting', 'the', 'ties', 'may', 'drive', 'me', 'crazy-', 'we', "'ll", 'see', 'i', 'like', 'the', 'weight', 'of', 'the', 'fabric', 'i', 'just', 'hope', 'it', 'does', "n't", 'pill', 'for', 'reference', 'i', 'am', '5', '3', 'and', '123lbs', 'i', 'usually', 'wear', 'a', '2/4', ',4,1,9', 'general', 'tops', 'knits'] ['13801,857,36', 'cool', 'and', 'casual', 'this', 'top', 'is', 'a', 'nice', 'piece', 'to', 'transition', 'into', 'fall', 'it', 'goes', 'well', 'with', 'jeans', 'but', 'it', 'could', 'also', 'be', 'dressed', 'up', 'with', 'black', 'pants', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['13802,1095,65', 'perfect', 'little', 'summer', 'dress', 'i', 'was', 'really', 'nervous', 'when', 'ordering', 'this', 'dress', 'because', 'of', 'the', 'other', 'reviews', 'but', 'i', 'could', "n't", 'get', 'to', 'a', 'store', 'during', 'the', 'mother', "'s", 'day', 'event', 'and', 'really', 'wanted', 'this', 'little', 'number', 'it', 'arrived', 'yesterday', 'and', 'i', "'m", 'already', 'so', 'excited', 'to', 'wear', 'it', 'especially', 'once', 'i', 'get', 'just', 'a', 'tiny', 'bit', 'of', 'a', 'tan', 'i', 'love', 'the', 'fact', 'that', 'it', 'is', 'yellow', 'and', 'white', 'stripes', 'with', 'the', 'dragonflies', 'on', 'top', 'the', 'pattern', 'is', 'so', 'much', 'cuter', 'in', 'person', 'than', 'it', 'appears', 'online', 'the', 'fabric', 'is', 'also', 'a', 'good', 'weight', 'and', 'it', 'is', 'lined', 'which', 'greatly', 'simplifie', ',5,1,0', 'general', 'dresses', 'dresses'] ['13803,1078,49', 'cute', 'runs', 'a', 'little', 'big', 'but', 'cute', 'and', 'comfortable', 'also', 'shows', 'bra', 'straps', 'a', 'bit', 'on', 'each', 'side', 'even', 'when', 'i', 'ordered', 'a', 'size', 'smaller', 'overall', 'very', 'happy', 'with', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['13804,1095,37', 'lovely', 'dress', 'but', 'may', 'need', 'to', 'alter', 'on', 'top', 'based', 'on', 'reviews', 'i', 'was', 'concerned', 'that', 'this', 'dress', 'would', 'not', 'fit', 'in', 'the', 'chest', 'area', 'however', 'i', 'find', 'that', 'i', 'have', 'ample', 'room', 'there', 'i', 'am', 'a', 'full', 'c', 'it', 'is', 'a', 'tiny', 'bit', 'tight', 'in', 'the', 'waist', 'but', 'not', 'uncomfortable', 'or', 'unflattering', 'i', 'will', 'go', 'ahead', 'and', 'say', 'that', 'it', 'runs', 'small', 'for', 'that', 'reason', 'the', 'straps', 'are', 'a', 'little', 'long', 'on', 'me', 'and', 'will', 'need', 'to', 'be', 'taken', 'up', 'also', 'there', 'is', 'no', 'zipper', 'so', 'getting', 'it', 'on', 'and', 'off', 'requires', 'unbuttoning', 'the', 'buttons', 'so', 'it', "'s", 'not', 'fast'] [] ['overall', 'quality', 'is', 'very', 'nice', 'and', 'it', 'is', 'very', 'prett', ',4,1,0', 'general', 'dresses', 'dresses'] ['13805,1078,23', 'love', 'love', 'love', 'this', 'dress', 'i', 'was', 'worried', 'the', 'velvet', 'would', 'look', 'cheap', 'but', 'it', 'absolutely', 'does', 'not', 'i', 'bought', 'an', 'xxsmall', 'and', 'it', 'is', 'a', 'little', 'tight', 'in', 'the', 'chest', 'but', 'everything', 'else', 'fits', 'perfectly', 'i', 'bought', 'this', 'in', 'the', 'slate', 'color', 'but', 'am', 'seriously', 'considering', 'buying', 'the', 'lighter', 'color', 'as', 'well', ',5,1,14', 'general', 'dresses', 'dresses'] ['13806,1078,49', 'adorable', 'after', 'reading', 'many', 'of', 'the', 'reviews', 'stating', 'the', 'dress', 'can', 'have', 'the', 'potato', 'sack', 'look', 'i', 'certainly', 'had', 'concerns', 'particularly', 'since', 'i', 'am', 'petite', 'hourglass', 'athletic', 'and', 'approaching', '50.', 'i', 'decided', 't', 'give', 'the', 'blue', 'shade', 'a', 'try', 'the', 'lighter', 'shade', 'is', 'beautiful', 'but', 'was', 'afraid', 'it', 'would', 'wash', 'me', 'out', 'with', 'my', 'darker', 'hair', 'and', 'olive-toned', 'skin', 'let', 'me', 'start', 'by', 'saying', 'the', 'blue', 'is', 'so', 'beautiful', 'and', 'rich', 'looking', 'the', 'velvet', 'has', 'such', 'dimension', 'and', 'is', 'no', 'ordinary', 'velvet', 'material', 'it', 'is', 'also', 'lined', 'when', 'i', 'first', 'tried', 'i', ',5,1,1', 'general', 'dresses', 'dresses'] ['13807,1078,24', 'loving', 'it', 'just', 'order', 'a', 'size', 'down', 'listen', 'to', 'all', 'the', 'reviews', 'size', 'down', 'i', 'got', 'the', 'dress', 'in', 'my', 'usual', 'size', 'large', 'thinking', 'it', 'would', 'fit', 'well', 'size', 'i', 'have', 'large', 'hips', 'and', 'a', 'booty', 'i', 'was', 'wrong', 'i', 'could', 'camp', 'out', 'in', 'the', 'large', 'it', 'was', 'super', 'large'] [] ['got', 'the', 'medium', 'and', 'its', 'fit', 'amazingly', 'its', 'a', 'tad', 'bit', 'tight', 'in', 'the', 'chest', 'barely', 'tight', 'but', 'im', 'a', '38dd', 'and', 'this', 'is', 'not', 'an', 'unusual', 'thing', 'for', 'i', 'just', 'need', 'to', 'wear', 'a', 'thinner', 'bra', 'and', 'it', 'will', 'be', 'perfect', 'cant', 'wait', 'to', 'wear', 'it', 'loving', 'the', 'velvet', 'trend', 'this', 'fall', 'thinking', 'about', 'getting', 'the', 'blue', 'too', ',5,1,0', 'general', 'dresses', 'dresses'] ['13808,872,55', 'cute', 'tee', 'it', 'is', 'very', 'cute', 'i', 'think', 'actual', 'one', 'is', 'much', 'better', 'than', 'the', 'picture.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['13809,1095,32', 'very', 'flattering', 'i', "'m", 'going', 'to', 'be', 'straight', 'out', 'this', 'dress', 'is', 'very', 'flattering', 'and', 'will', 'get', 'you', 'a', 'lot', 'of', 'male', 'attention', 'so', 'be', 'warned'] [] ['i', 'am', 'a', '34c', 'and', 'i', 'got', 'a', 'size', '2p', 'it', 'fit', "'s", 'tight', 'but', 'just', 'right', 'i', 'have', 'no', 'trouble', 'with', 'the', 'buttons', 'at', 'all', 'i', 'am', '5', '4', 'and', 'it', 'comes', 'above', 'my', 'knee', 'the', 'material', 'is', 'very', 'quality', 'and', 'seems', 'as', 'it', 'will', 'last', 'a', 'very', 'long', 'time', 'i', 'get', 'complimented', 'very', 'often', 'when', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13810,1095,33', 'cute', 'summer', 'dress', 'this', 'was', 'a', 'cute', 'design', 'but', 'did', "n't", 'work', 'for', 'me', 'the', 'fabric', 'was', 'slightly', 'see-through', 'and', 'too', 'tight', 'around', 'the', 'bust', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13811,831,42', 'beautiful', 'this', 'blouse', 'looks', 'even', 'better', 'in', 'person', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'lightweight', 'i', 'am', 'not', 'a', 'huge', 'fan', 'of', 'designs', 'on', 'shirts', 'and', 'usually', 'stick', 'with', 'solids', 'but', 'i', 'find', 'this', 'design', 'to', 'be', 'very', 'flattering', 'i', 'just', 'bought', 'it', 'today', 'but', 'i', 'know', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it.,5,1,3', 'general', 'tops', 'blouses'] ['13812,909,36', 'strange', 'dimensions', 'it', "'s", 'beautiful', 'lovely', 'quality', 'gorgeous', 'bird', 'but', 'the', 'fit', 'just', 'does', "n't", 'work', 'for', 'me', 'i', "'m", 'usually', 'a', 'medium', 'which', 'is', 'what', 'i', 'got', 'it', "'s", 'just', 'too', 'tight', 'in', 'the', 'chest', 'for', 'ref', '36d', 'as', 'is', 'it', 'already', 'flares', 'out', 'some', 'in', 'the', 'bottom', 'so', 'i', "'m", 'not', 'gon', 'na', 'bother', 'w', 'a', 'larger', 'size', 'unfortunately', ',2,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13813,1095,23', 'i', 'bought', 'this', 'dress', 'as', 'a', 'birthday', 'present', 'to', 'myself', 'which', 'i', 'wore', 'to', 'a', 'recent', 'weekend', 'vacation', 'to', 'dallas', 'texas', 'and', 'i', 'absolutely', 'love', 'it', 'i', 'love', 'the', 'color', 'and', 'the', 'design', 'of', 'the', 'dress', 'as', 'i', 'think', 'it', 'is', 'timeless', 'and', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'for', 'years', 'to', 'come'] ['however', 'this', 'dress', 'is', 'tight', 'in', 'the', 'chest', 'area', 'and', 'i', 'would', 'recommend', 'sizing', 'up', 'i', 'am', "5'10", '156', 'pounds', 'and', 'usually', 'wear', 'a', 'us', 'size', '6', 'but', 'when', 'i', 'tried', 'this', 'dress', 'on', 'in', 'a', 'size', '6', 'the', 'dress', 'stopped', 'buttoning', 'up', 'underneath', 'my', 'bust', 'i', 'end', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13814,1078,35', 'like', 'this', 'cute', 'and', 'different'] ['looks', 'good', 'belted'] ['will', 'try', 'with', 'lace', 'leggings', ',4,1,1', 'general', 'dresses', 'dresses'] ['13815,1078,39', 'fun', 'and', 'flirty', 'love', 'color', 'and', 'fabric', 'are', 'beautiful', 'new', 'fav,5,1,0', 'general', 'dresses', 'dresses'] ['13816,1022,36', 'love', 'i', 'am', '5', '3', '118lbs', 'with', 'short', 'legs', 'and', 'a', 'long', 'torso', 'i', 'was', 'worried', 'these', 'would', 'be', 'too', 'long', 'they', 'fit', 'to', 'perfection', 'super', 'excited', 'about', 'this', 'purchase', ',5,1,0', 'general', 'bottoms', 'jeans'] ['13817,831,63', 'pretty', 'print', 'today', 'was', 'my', 'first', 'visit', 'to', 'our', 'new', 'store', 'the', 'sales', 'person', 'had', 'this', 'on', 'and', 'i', 'liked', 'the', 'medium', 'tones', 'of', 'the', 'colors', 'many', 'times', 'i', 'hesitate', 'to', 'order', 'because', 'i', 'never', 'know', 'if', 'the', 'brand', 'will', 'run', 'small', 'and', 'this', 'does', 'not', 'if', 'you', 'wear', 'a', 'medium', 'in', 'michael', 'kors', 'shirts', 'order', 'medium', ',5,1,2', 'general', 'tops', 'blouses'] ['13818,831,26', 'universal', 'top', 'i', "'m", 'not', 'sure', 'why', 'it', "'s", 'considered', 'a', 'blue', 'motif', 'i', 'think', 'it', "'s", 'more', 'on', 'the', 'black', 'and', 'cream', 'side', 'other', 'than', 'that', 'this', 'is', 'a', 'great', 'silk', 'top', 'for', 'warmer', 'weather', 'it', "'s", 'lightweight', 'and', 'airy', 'and', 'you', "'ll", 'probably', 'want', 'to', 'wear', 'a', 'nude', 'bra', 'underneath', 'looks', 'great', 'with', 'jeans', 'and', 'heels', 'for', 'a', 'fun', 'night', 'out', 'as', 'well', 'as', 'trousers', 'for', 'work', 'i', "'m", '5', '7', 'and', 'almost', '130', 'lbs', 'with', 'a', '34a', 'bust', 'and', 'a', 'small', 'fit', 'great', ',5,1,2', 'general', 'tops', 'blouses'] ['13819,857,34', 'versatile', 'great', 'top', 'i', "'ve", 'worn', 'this', 'top', 'with', 'leggings', 'and', 'straight', 'leg', 'jeans', 'looks', 'great', 'with', 'both', 'it', "'s", 'almost', 'like', 'a', 't', 'shirt', 'but', 'not', 'as', 'clingy', 'and', 'way', 'more', 'style', 'i', "'m", '5', '3', '165', 'and', 'the', 'large', 'fit', 'great', 'it', 'hid', 'my', 'leftover', 'baby', 'belly', 'and', 'still', 'looked', 'stylish', 'with', 'flats', 'or', 'boots', 'only', 'complaintbis', 'that', 'the', 'armholes', 'are', 'cut', 'low', 'so', 'side', 'of', 'my', 'bra', 'is', 'visible', 'but', 'overall', 'it', "'s", 'well', 'worth', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13820,1078,62', 'fun', 'for', 'the', 'upcoming', 'holidays', 'love', 'the', 'crushed', 'velvet', 'and', 'tried', 'it', 'on', 'in', 'the', 'regular', 'sizing', 'in', 'blue', 'but', 'really', 'needed', 'the', 'petite', 'although', 'i', 'tried', 'on', 'the', 'xs', 'in', 'the', 'regular', 'sizing', 'i', 'was', 'afraid', 'i', "'d", 'need', 'my', 'normal', 'sp', 'so', 'i', 'ordered', 'that', 'instead', 'of', 'the', 'xsp', 'should', 'have', 'stuck', 'with', 'the', 'xsp', 'and', 'will', 'be', 'exchanging', 'it', 'for', 'that', 'size', 'it', 'definitely', 'is', 'dress', 'length', 'but', 'dowdy', 'dress', 'length', 'in', 'the', 'regular', 'for', 'me', 'at', '5', '1', 'and', 'the', 'petite', 'sizing', 'is', 'not', 'all', 'that', 'much', 'shorter', 'but', 'enough', 'to', 'be', 'cute', 'expecting', 'a', 'lot', 'of', 'use', 'especially', 'over', 'the', ',5,1,1', 'general', 'dresses', 'dresses'] ['13821,909,57', 'beautiful', 'i', 'ordered', 'this', 'sweater', 'and', 'it', 'is', 'beautiful', 'i', 'am', 'returning', 'though', 'because', 'it', 'fits', 'snug', 'through', 'chest', 'shoulders', 'and', 'upper', 'arms', 'i', 'am', 'an', 'xs', 'and', 'that', 'is', 'what', 'i', 'ordered', 'and', 'it', 'was', 'tight', 'through', 'these', 'areas', 'if', 'you', 'are', 'busty', 'it', 'would', 'be', 'a', 'definite', 'problem', ',4,1,10', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13822,974,32', 'goes', 'with', 'everything', 'this', 'is', 'a', 'beautifully', 'made', 'jacket', 'i', 'ended', 'up', 'buying', 'the', 'cream', 'color', 'as', 'the', 'yellow', 'had', 'sold', 'out', 'the', 'cream', 'goes', 'with', 'everything', 'so', 'that', 'was', 'probably', 'the', 'right', 'decision', 'the', 'inside', 'of', 'the', 'jacket', 'has', 'a', 'silk', 'lining', 'with', 'a', 'scotty', 'dog', 'pattern', 'the', 'jacket', 'fabric', 'has', 'just', 'the', 'right', 'weight', 'to', 'hang', 'properly', 'without', 'being', 'too', 'heavy', ',5,1,0', 'general', 'jackets', 'jackets'] ['13823,1078,37', 'love', 'love', 'this', 'dress', 'and', 'the', 'color,5,1,1', 'general', 'dresses', 'dresses'] ['13824,898,72', 'love', 'runs', 'small', 'great', 'quality', 'have', "n't", 'washed', 'it', 'yet', 'but', 'guessing', 'it', 'will', 'shrink', 'if', 'i', 'dry', 'it', 'awesome', 'texture-', 'waffle', 'knit', 'i', 'got', 'the', 'stripe', 'it', 'has', 'a', 'removable', 'palm', 'tree', 'pin', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['13825,1095,35', 'retro', 'sundress', 'i', 'love', 'this', 'dress', 'i', 'rarely', 'pay', 'full', 'price', 'at', 'retailer', 'and', 'could', "n't", 'take', 'the', 'risk', 'of', 'loosing', 'this', 'waiting', 'for', 'a', 'sale', 'i', 'tried', 'on', 'two', 'different', 'size', '4', 'and', 'a', '2', 'and', 'they', 'all', 'fit', 'the', 'same', 'a', 'little', 'large', 'in', 'the', 'bust', 'and', 'the', 'straps', 'a', 'tad', 'long', 'on', 'the', '4', "'s", 'i', 'typically', 'can', 'go', 'between', '2', 'and', '4', 'at', 'retailer', 'and', 'with', 'this', 'dress', 'the', '2', 'was', 'a', 'better', 'fit', 'i', "'m", '34b', 'and', 'i', 'had', 'room', 'in', 'the', 'bust', 'on', 'the', '2', 'and', 'the', '4', 'was', 'loose', 'in', 'the', 'bust', 'i', 'did', 't', 'have', 'any', 'gaping', 'issues', 'others', 'commented', 'about', 'i', "'d", 'have', 'given', 'it', '5', 'sta', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13826,1078,39', 'beautiful', 'modern', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'but', 'decided', 'to', 'think', 'about', 'it', 'because', 'of', 'price', 'i', 'ended', 'up', 'buying', 'it', 'later', 'on', 'line', 'i', 'usually', 'wear', 'a', 'medium', '5', '7', '128', 'lbs', 'wide', 'shoulders', 'but', 'got', 'a', 'small', 'in', 'this', 'dress', 'it', 'does', 'run', 'the', 'risk', 'of', 'looking', 'like', 'a', 'sack', 'but', 'sizing', 'down', 'did', 'the', 'trick', 'the', 'easy', 'going', 'loosness', 'yet', 'elegance', 'is', 'why', 'i', 'like', 'it', 'it', 'is', 'so', 'comfy', 'but', 'looks', 'lucious', 'i', 'plan', 'to', 'wear', 'it', 'often', 'this', 'fall', 'and', 'christmas', ',5,1,0', 'general', 'dresses', 'dresses'] ['13827,1078,33', 'this', 'awesome', 'dress', 'i', 'saw', 'this', 'dress', 'in', 'the', 'store', 'and', 'immediately', 'grabbed', 'it', 'i', 'think', 'that', 'if', 'i', "'d", 'only', 'seen', 'it', 'online', 'i', 'would', "n't", 'have', 'looked', 'at', 'it', 'twice', 'in', 'person', 'the', 'fabric', 'is', 'so', 'beautiful', 'a', 'shining', 'and', 'classy', 'velvet', 'crinkle', 'that', 'could', 'go', 'way', 'way', 'dressy', 'with', 'the', 'right', 'accessories', 'this', 'dress', 'runs', 'large', 'like', 'all', 'of', 'floreat', "'s", 'items', 'i', 'am', '5', '2', '110', 'and', 'normally', 'wear', 'an', 'xs', 'or', '0', 'but', 'had', 'to', 'size', 'down', 'to', 'xxs', 'petite', 'for', 'the', 'right', 'fit', 'like', 'on', 'the', 'model', 'the', 'only', 'drawback', 'is', 'dry', 'clean', 'only', 'based', 'on', 'the', 'content', 'of', 'th', ',5,1,0', 'general', 'dresses', 'dresses'] ['13828,1070,24', ',,4,1,0', 'general', 'bottoms', 'pants'] ['13829,1070,59', 'love', 'these', 'leggings', 'i', 'purchased', 'all', '4', 'of', 'the', 'color/pattern', 'offered', 'all', 'fit', 'beautifully', 'and', 'have', 'washed', 'up', 'great', 'with', 'no', 'shrinkage', 'with', 'line', 'dry', 'the', 'only', 'pair', 'i', 'had', 'retuned', 'were', 'the', 'blue', 'motif', 'because', 'they', 'were', 'made', 'from', 'a', 'very', 'different', 'material', 'with', 'not', 'near', 'as', 'much', 'stretch', 'and', 'felt', 'much', 'smaller', 'to', 'me', 'and', 'not', 'as', 'comfortable', 'the', 'pattern', 'was', 'cute', 'and', 'may', 'work', 'just', 'fine', 'with', 'those', 'who', 'have', 'a', 'different', 'build', 'i', 'felt', 'these', 'were', 'in', 'general', 'true', 'to', 'size', 'no', 'doubt', 'i', 'will', 'wear', 'these', 'all', 'winter'] ['thanks', 'antro', ',5,1,2', 'general', 'bottoms', 'pants'] ['13830,868,37', 'so', 'cute', 'i', 'love', 'the', 'off', 'the', 'shoulder', 'trend', 'but', 'do', "n't", 'like', 'having', 'to', 'wear', 'a', 'strapless', 'bra', 'so', 'this', 'style', 'caught', 'my', 'eye', 'it', 'is', 'cute', 'and', 'different', 'and', 'people', 'compliment', 'me', 'on', 'it', 'swingy', 'but', 'flattering', 'and', 'i', 'got', 'the', 'turquoise', 'but', 'i', 'like', 'it', 'so', 'much', 'i', 'just', 'ordered', 'another', 'one', 'in', 'the', 'black', 'and', 'white', 'stripe.,5,1,0', 'general', 'tops', 'knits'] ['13831,836,44', 'a', 'line', 'this', 'is', 'a', 'beautiful', 'blouse', 'very', 'pretty', 'and', 'looks', 'well', 'made', 'unfortunately', 'i', 'had', 'to', 'send', 'it', 'back', 'i', "'m", 'looking', 'for', 'a', 'more', 'classic', 'cut', 'it', 'has', 'an', 'a', 'line/tent', 'shape', 'when', 'i', 'put', 'it', 'on', 'and', 'put', 'my', 'arms', 'above', 'my', 'head', 'the', 'bottom', 'of', 'the', 'blouse', 'was', 'up', 'to', 'my', 'bra'] ['i', 'would', 'order', 'from', 'this', 'brand', 'again', ',4,1,4', 'general', 'tops', 'blouses'] ['13832,1078,36', 'wrong', 'color', 'and', 'too', 'big', 'i', 'was', 'so', 'excited', 'for', 'this', 'dress', 'to', 'come', 'i', 'am', '5', '39', '1', 'quot', 'and', '100lbs', 'so', 'i', 'ordered', 'and', 'xs', 'petite', 'it', 'was', 'literally', 'falling', 'down', 'around', 'my', 'shoulders', 'and', 'gigantic', 'all', 'around', 'maybe', 'on', 'someone', 'taller', 'this', 'would', 'have', 'looked', 'great', 'i', 'was', 'also', 'disappointed', 'that', 'the', 'blue', 'shown', 'online', 'was', 'not', 'accurate', 'my', 'dress', 'was', 'a', 'much', 'lighter', 'blue', 'back', 'to', 'the', 'store', 'it', 'goes.,2,0,0', 'general', 'dresses', 'dresses'] ['13833,909,49', 'gorgeous', 'i', 'have', 'nothing', 'but', 'positive', 'comments', 'to', 'say', 'about', 'this', 'sweater', 'i', "'m", '5', '6', '130', 'pounds', 'and', 'i', 'got', 'a', 'medium', 'because', 'my', 'shoulders', 'are', 'a', 'bit', 'wide', 'and', 'my', 'sweater', 'fits', 'me', 'just', 'as', 'it', 'does', 'the', 'model', 'it', "'s", 'not', 'bulky', 'but', 'it', 'is', 'very', 'warm', 'and', 'the', 'colors', 'are', 'out', 'of', 'this', 'world', 'a', 'very', 'high', 'quality', 'and', 'unusual', 'piece', 'that', 'will', 'be', 'in', 'my', 'wardrobe', 'for', 'many', 'years', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['13834,1078,50', 'gorgeous', 'color', 'and', 'casual', 'cool', 'the', 'blue', 'color', 'is', 'sublime', 'the', 'material', 'velvet', 'iridescent', 'cool', 'the', 'fit', 'is', 'loose', 'and', 'not', 'something', 'to', 'wear', 'to', 'show', 'off', 'your', 'figure', 'but', 'it', 'is', 'has', 'a', 'cool', 'swingy', 'boho', 'vibe', 'that', 'was', 'what', 'i', 'was', 'expecting', 'add', 'a', 'cool', 'shirt', 'jacket', 'to', 'elevate', 'it', 'and', 'give', 'it', 'more', 'structure,4,1,0', 'general', 'dresses', 'dresses'] ['13835,1095,24', 'love', 'this', 'this', 'dress', 'is', 'very', 'very', 'flattering', 'which', 'i', 'was', 'a', 'little', 'surprised', 'about', 'because', 'i', 'have', 'a', 'smaller', 'chest', 'it', 'is', 'pretty', 'long', 'coming', 'to', 'right', 'around', 'my', 'knees', 'and', 'i', 'love', 'the', 'buttons', 'i', 'would', 'say', 'that', 'the', 'quality', 'is', 'not', '100', 'there', 'it', 'is', 'very', 'thin', 'material', 'but', 'i', 'am', 'still', 'very', 'happy', 'with', 'it', 'i', 'really', 'wish', 'they', 'made', 'this', 'dress', 'in', 'other', 'colors', 'because', 'i', 'would', 'buy', 'them', 'in', 'a', 'heartbeat', 'it', 'is', 'a', 'perfect', 'summer', 'dress', 'and', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['13836,868,55', 'love', 'the', 'color', 'open', 'shoulders', 'but', 'too', 'blousy', 'i', 'love', 'the', 'color', 'coral/pink', 'and', 'the', 'open', 'shoulder', 'design', 'of', 'this', 'top', 'but', 'it', "'s", 'too', 'blousy', 'at', 'the', 'bottom', 'way', 'too', 'much', 'fabric', 'i', 'ordered', 'a', 'small', 'i', 'am', '5', '4', 'and', '120', 'lbs', 'i', 'might', 'try', 'an', 'xs', 'if', 'they', 'still', 'have', 'them', 'in', 'stock', 'fabric', 'is', 'comfortable', 'the', 'ties', 'on', 'the', 'sleeves', 'add', 'a', 'special', 'touch', ',3,1,0', 'general', 'tops', 'knits'] ['13837,1095,31', 'great', 'attention', 'to', 'detail', 'even', 'though', 'i', "'m", 'currently', 'at', 'a', '34f', 'in', 'the', 'bust', 'the', 'size', '12', 'works', 'for', 'me', 'although', 'i', 'did', 'install', '2', 'snaps', 'between', 'the', 'top', '3', 'buttons', 'to', 'keep', 'everything', 'in', 'line', 'i', "'m", '5', '5', 'and', 'my', 'torso', 'is', 'often', 'too', 'short', 'for', 'regular', 'sized', 'clothes', 'the', 'straps', 'were', 'too', 'long', 'for', 'me', 'but', 'to', 'my', 'delight', 'i', 'discovered', 'that', 'this', 'particular', 'dress', 'is', 'designed', 'to', 'unstitch', 'and', 'tailor', 'the', 'strap', 'length', 'with', 'ease', 'with', 'those', 'small', 'alterations', 'this', 'dress', 'fits', 'like', 'it', 'was', 'made', 'for', 'me', 'plus', 'the', 'pattern', 'and', 'fabric', 'are', 'top', 'notch', 'i', 'tried', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13838,1078,41', ',,3,1,0', 'general', 'dresses', 'dresses'] ['13839,1078,37', 'stunning', 'i', '39', 've', 'been', 'eyeing', 'this', 'dress', 'for', 'weeks', 'finally', 'i', 'took', 'the', 'plunge', 'and', 'bought', 'it', 'the', 'velvet', 'is', 'gorgeous', 'and', 'the', 'style', 'is', 'fun', 'and', 'playful', 'i', 'know', 'many', 'of', 'the', 'reviewers', 'said', 'it', 'was', 'running', 'large', 'but', 'i', 'had', 'to', 'order', 'an', 'xl', 'because', 'i', 'nearly', 'got', 'stuck', 'in', 'the', 'l', 'no', 'stretch', 'im', 'normally', 'a', 'size', '16', 'and', 'carry', 'most', 'of', 'my', 'weight', 'in', 'my', 'stomach', 'butt', 'and', 'hips', 'definitely', 'more', 'of', 'a', 'shift', 'than', 'a', 'swing', 'however', 'its', 'still', 'just', 'lovely', 'looking', 'forward', 'to', 'paring', 'it', 'with', 'a', 'kimono', 'for', 'a', 'wedding', 'tomorrow', ',5,1,0', 'general', 'dresses', 'dresses'] ['13840,857,38', 'happy', 'with', 'the', 'look', 'and', 'fit', 'i', 'love', 'the', 'built', 'in', 'layers', 'of', 'this', 'shirt', 'it', 'looks', 'great', 'layered', 'with', 'a', 'long', 'sleeved', 'shirt', 'underneath', 'for', 'winter', 'also', 'being', 'a', 'teen', 'in', 'the', '90s', 'it', 'reminds', 'me', 'of', 'a', 'little', 'bit', 'of', 'grunge', 'but', 'in', 'a', 'less', 'brooding', 'more', 'classy', 'way', 'if', 'only', 'i', 'still', 'had', 'my', 'doc', 'martins', 'i', 'find', 'the', 'fit', 'to', 'be', 'great', 'slightly', 'loose', 'but', 'not', 'baggy', 'and', 'the', 'fabric', 'feels', 'light', 'but', 'not', 'fragile', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['13841,1095,29', 'so', 'classic', 'great', 'little', 'dress', 'for', 'a', 'picnic', 'i', 'am', 'a', '34dd', 'and', 'did', "n't", 'have', 'a', 'problem', 'buttoning', 'the', 'dress', 'unlike', 'another', 'previous', 'reviewer', 'i', 'had', 'purchased', 'a', 'size', '8.', 'my', 'only', 'reason', 'for', 'return', 'was', 'the', 'price', 'and', 'my', 'wallet', 'otherwise', 'this', 'well-made', 'dress', 'would', 'still', 'be', 'in', 'my', 'closet', 'love', 'the', 'buttons.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13842,1078,67', 'crushing', 'on', 'crinkled', 'velvet', 'when', 'i', 'saw', 'this', 'dress', 'online', 'i', 'immediately', 'passed', 'on', 'it', 'but', 'i', 'was', 'drawn', 'to', 'it', "'s", 'faint', 'shimmer', 'and', 'soft', 'feel', 'in', 'the', 'store', 'and', 'decided', 'to', 'try', 'it', 'on', 'i', 'am', 'usually', 'xs', 's', 'in', 'dresses', 'and', 'tried', 'the', 'xs', '5', '4', '34b', '27', 'waist', 'it', 'fit', 'beautifully', 'it', 'comes', 'about', 'a', 'couple', 'of', 'inches', 'above', 'my', 'knee', 'and', 'makes', 'me', 'look', 'slim', 'from', 'the', 'side', 'which', 'is', "n't", 'typical', 'of', 'shift', 'dresses', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'flats', 'now', 'and', 'tights', 'and', 'booties', 'when', 'the', 'weather', 'gets', 'cooler', 'would', 'be', 'a', 'great', 'holiday', 'or', 'new', 'years', 'eve', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['13843,857,46', 'cute', 'and', 'versatile', 'i', 'tried', 'the', 'red', 'version', 'at', 'store', 'it', 'fit', 'really', 'good', 'and', 'i', 'loved', 'it', 'then', 'i', 'found', 'the', 'blue', 'version', 'online', 'and', 'liked', 'even', 'more', 'it', 'can', 'be', 'worn', 'for', 'business', 'and', 'casual', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13844,1070,63', 'awesome', 'love', 'these', 'leggings', 'the', 'color', 'i', 'have', "n't", 'been', 'able', 'to', 'find', 'a', 'pair', 'of', 'great', 'brown', 'leggings', 'for', 'years', 'i', 'was', 'concerned', 'the', 'small', 'might', 'not', 'fit', 'but', 'they', 'are', 'perfect,5,1,0', 'general', 'bottoms', 'pants'] ['13845,836,26', 'love', 'love', 'love', 'i', 'love', 'this', 'shirt', 'the', 'front', 'is', 'a', 'little', 'shorter', 'than', 'i', 'thought', 'it', 'would', 'be', 'but', 'overall', 'it', 'is', 'so', 'cute', 'and', 'comfy', 'wish', 'they', 'had', 'it', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'blouses'] ['13846,1078,60', 'stunning', 'fabric', 'bought', 'this', 'for', 'the', 'beautiful', 'fabric', 'and', 'easy', 'fit', 'which', 'it', 'has', 'fits', 'nicely', 'through', 'the', 'shoulder', 'area', 'and', 'is', 'a', 'little', 'on', 'the', 'baggy', 'side', 'in', 'the', 'legs', 'but', 'the', 'draping', 'fabric', 'makes', 'up', 'for', 'that', 'i', 'bought', 'it', 'in', 'petite', 'small', 'and', 'it', 'is', 'definitely', 'long', 'enough', 'for', 'a', 'dress.,4,1,2', 'general', 'dresses', 'dresses'] ['13847,836,65', 'love', 'this', 'shirt', 'it', 'runs', 'a', 'bit', 'big', 'i', 'ordered', 'the', 'petite', '4', 'and', 'its', 'a', 'bit', 'long', 'in', 'the', 'sleeves', 'if', 'i', 'do', "n't", 'roll', 'them', 'up', 'and', 'a', 'bit', 'long', 'and', 'big', 'in', 'the', 'back', 'but', 'i', 'love', 'the', 'look', 'and', 'it', 'is', 'classic', 'great', 'with', 'skinny', 'jeans', ',5,1,3', 'general', 'tops', 'blouses'] ['13848,872,42', 'werid', 'cut', 'i', 'was', 'really', 'excited', 'to', 'see', 'what', 'this', 'looked', 'like', 'in', 'person', 'when', 'i', 'unpacked', 'this', 'shirt', 'i', 'was', 'shocked', 'to', 'see', 'what', 'how', 'short', 'it', 'looked', 'the', 'colors', 'are', 'very', 'close', 'to', 'what', 'you', 'see', 'online', 'but', 'the', 'shirt', 'is', 'super', 'boxy', 'i', 'have', 'a', 'smaller', 'torso', 'and', 'it', 'barely', 'came', 'to', 'below', 'my', 'waist', 'you', 'ca', "n't", 'tell', 'by', 'the', 'picture', 'but', 'this', 'shirt', 'can', 'fit', 'at', 'least', '2', 'people', 'in', 'the', 'width', 'when', 'i', 'tried', 'it', 'on', 'it', 'did', "n't", 'look', 'as', 'boxy', 'but', 'still', 'a', 'really', 'weird', 'cut', 'it', 'was', 'disappointing', 'because', 'it', 'looks', 'so', 'cute', 'online', 'i', 'will', 'be', 'retu', ',3,0,5', 'general', 'tops', 'knits'] ['13849,1022,35', 'amazing', 'overalls', 'i', 'am', 'not', 'someone', 'who', 'normally', 'wears', 'overalls', 'this', 'is', 'actually', 'my', 'first', 'pair', 'but', 'i', "'m", 'so', 'glad', 'that', 'i', 'took', 'the', 'plunge', 'and', 'bought', 'these', 'they', 'fit', 'amazingly', 'while', 'being', 'both', 'perfectly', 'trendy', 'and', 'perfectly', 'timeless', 'if', 'you', 'are', 'on', 'the', 'fence', 'about', 'overalls', 'in', 'general', 'these', 'are', 'a', 'perfect', 'first', 'pair'] [] ['i', "'m", 'a', '25', 'in', 'most', 'denim', 'brands', 'and', 'was', 'also', 'a', '25', 'in', 'these', 'the', 'bottom', 'portion', 'fits', 'perfectly', 'and', 'does', "n't", 'look', 'sloppy', 'like', 'i', 'assumed', 'overalls', 'would', 'be', 'at', 'all', 'the', 'top', 'is', 'perfectly', 'casual'] [] ['i', "'m", 'so', 'ha', ',5,1,8', 'general', 'bottoms', 'jeans'] ['13850,1022,29', 'the', 'pefect', 'overall', 'i', 'have', 'been', 'dreaming', 'of', 'the', 'perfect', 'overall', 'that', 'i', 'can', 'live', 'in', 'this', 'spring/summer', 'these', 'overalls', 'completely', 'fit', 'the', 'bill', 'i', 'would', 'normally', 'wear', 'a', 'size', '24', 'but', 'i', 'wanted', 'the', 'fit', 'to', 'be', 'more', 'relaxed', 'with', 'a', 'slight', 'slouchy', 'look', 'i', 'went', 'with', 'a', 'a', 'size', '25', 'and', 'they', 'are', 'exactly', 'what', 'i', 'wanted', 'i', 'feel', 'like', 'i', 'can', 'move', 'around', 'feely', 'in', 'these', 'they', 'are', 'extremely', 'comfortable', 'and', 'the', 'denim', 'is', 'pretty', 'lightweight', 'i', 'highly', 'recommend', 'these', ',5,1,2', 'general', 'bottoms', 'jeans'] ['13851,1078,30', 'disappointing', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'especially', 'because', 'it', "'s", 'been', 'given', 'good', 'reviews', 'i', 'ordered', 'the', 'blue', 'and', 'tried', 'it', 'on', 'the', 'fit', 'was', 'pretty', 'good', 'and', 'the', 'color', 'is', 'pretty', 'and', 'deep', 'i', 'did', 'not', 'like', 'the', 'seam', 'that', 'ran', 'around', 'the', 'drop', 'waist', 'it', 'created', 'a', 'weird', 'allusion', 'that', 'the', 'two', 'pockets', 'in', 'front', 'was', 'actually', 'a', 'continuous', 'pouch', 'around', 'the', 'dress', 'i', 'also', 'did', 'not', 'like', 'the', 'neckline', 'there', 'is', 'fabric', 'added', 'on', 'the', 'shoulders', 'that', "'s", 'in', 'a', 'different', 'fabric', 'and', 'makes', 'it', 'look', 'like', 'you', "'re", 'wearing', 'a', 't-shirt', 'underneath', 'th', ',3,0,1', 'general', 'dresses', 'dresses'] ['13852,1078,45', 'great', 'tunic', 'dress', 'a', 'very', 'nice', 'fall', 'into', 'winter', 'tunic', 'length', 'is', 'long', 'enough', 'to', 'wear', 'along', 'line', 'as', 'a', 'dress', 'with', 'tights', 'and', 'tall', 'boots', 'i', 'found', 'it', 'true', 'to', 'size', 'the', 'color', 'of', 'slate', 'blue', 'is', 'beautiful', ',4,1,0', 'general', 'dresses', 'dresses'] ['13853,1070,40', 'great', 'pattern', 'love', 'these', 'wearing', 'them', 'today', 'with', 'a', 'longer', 'tunic', 'style', 'denim', 'shirt', 'and', 'cardigan', 'and', 'boots', 'nice', 'subtle', 'print', 'i', 'think', 'they', 'run', 'about', '1', 'size', 'small', 'i', "'m", 'normally', 'a', 'size', '0/25', 'the', 'xs', 'was', 'a', 'bit', 'snug', 'and', 'the', 'material', 'stretched', 'so', 'you', 'could', 'see', 'white', 'around', 'the', 'seams', 'where', 'the', 'print', 'pulled', 'size', 's', 'fits', 'great', 'without', 'any', 'pulling', 'and', 'waistband', 'comes', 'up', 'far', 'enough', 'incidentally', 'i', 'like', 'them', 'so', 'much', 'bought', 'the', 'same', 'leggings', 'in', 'plain', 'black', 'elsewhere', 'and', 'the', 'size', 's', 'was', 'the', 'best', 'fit', 'in', 'those', 'too', 'love', 'love', ',5,1,0', 'general', 'bottoms', 'pants'] ['13854,1066,34', 'so', 'cool', 'i', 'have', 'a', 'pair', 'of', 'elevenses', 'very', 'similar', 'to', 'the', 'turquoise', 'and', 'grey', 'pair', 'and', 'i', 'get', 'non-stop', 'compliments', 'on', 'them', 'they', 'are', 'very', 'flattering', 'and', 'drape', 'beautifully', 'the', 'fabric', 'is', 'also', 'complete', 'no-fuss', 'and', 'no-fade', 'this', 'time', 'i', 'went', 'for', 'the', 'red', 'pair', 'and', 'i', 'love', 'them', 'they', 'really', 'go', 'with', 'the', 'current', 'upscale', '70s', 'vibe', 'they', 'have', 'the', '70s', 'attitude', 'without', 'the', 'poor', 'quality', 'of', 'most', 'vintage', '70s', 'clothes', ',5,1,3', 'general', 'bottoms', 'pants'] ['13855,1095,34', 'from', 'horse', 'track', 'to', 'beach', 'day', 'i', 'purchased', 'this', 'dress', 'to', 'wear', 'to', 'a', 'horse', 'race', 'but', 'will', 'also', 'be', 'wearing', 'it', 'all', 'summer', 'long', 'the', 'material', 'is', 'light', 'weight', 'and', 'has', 'a', 'vintage', 'flare', 'to', 'the', 'print', 'the', 'button', 'in', 'the', 'center', 'of', 'the', 'dress', 'add', 'an', 'extra', 'detail', 'that', 'keeps', 'the', 'dress', 'pretty', 'and', 'casual.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13856,857,26', 'really', 'wanted', 'to', 'love', 'this', 'top', 'but', 'it', 'was', 'too', 'boxy', 'for', 'me', 'really', 'pretty', 'deep', 'wine', 'colors', 'and', 'a', 'great', 'plaid', 'but', 'overall', 'it', 'did', 'not', 'give', 'me', 'any', 'shape', 'and', 'it', 'was', 'returned', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['13857,1066,30', 'beautiful', 'but', 'consider', 'petite', 'the', 'navy', 'version', 'of', 'these', 'pants', 'are', 'beautiful', 'the', 'contrast', 'gray', 'stripe', 'is', 'subtle', 'and', 'slimming', 'and', 'continues', 'through', 'details', 'in', 'the', 'pockets'] [] ['i', 'am', '5', '6', '34-26-38', 'and', 'i', 'wore', 'a', 'size', '4', 'regular', 'and', '4', 'petite', 'the', 'regulars', 'were', 'very', 'long', 'and', 'even', 'heels', 'could', "n't", 'help', 'them', 'the', 'pant', 'leg', 'covered', 'my', 'foot', 'covered', 'my', 'toes', 'the', 'petites', 'were', 'much', 'better', 'and', 'i', 'rarely', 'order', 'petite', 'they', 'hit', 'the', 'bottom', 'of', 'my', 'foot', 'with', 'no', 'heels', 'so', 'i', 'think', 'a', 'heel', 'would', 'make', 'them', 'look', 'right', 'i', "'m", 'just', 'not', 'sure', 'if', 'the', 'petite', ',4,1,1', 'general', 'bottoms', 'pants'] ['13858,868,65', 'so', 'soft', 'but', 'tickles', 'd', 'the', 'fabric', 'is', 'divine', 'it', "'s", 'a', 'thin', 'polyester', 'knit', 'that', 'just', 'floats', 'on', 'your', 'body', 'it', "'s", 'soft', 'and', 'drapes', 'wonderfully', 'it', "'s", 'like', 'wearing', 'a', 'nightgown'] [] ['the', 'styling', 'is', 'so', 'sexy', 'it', 'looks', 'really', 'alluring', 'but', 'it', "'s", 'actually', 'just', 'a', 'plain', 'ol', 'tank', 'top', 'with', 'a', 'bit', 'of', 'a', 'sleeve', 'dangling', 'at', 'the', 'elbows', 'it', "'s", 'very', 'modest', 'really'] [] ['the', 'silly', 'thing', 'is', 'it', 'tickles', 'yeah', 'those', 'dangling', 'ties', 'tickle', 'your', 'arms', 'when', 'you', 'move', 'lol'] [] ['i', 'bought', 'the', 'grey', 'in', 'a', 'xl', 'and', 'the', 'fit', 'is', 'perfect', 'it', 'says', 'dark', 'grey', 'but', 'it', "'s", 'really', 'l', ',5,1,0', 'general', 'tops', 'knits'] ['13859,1070,26', 'grease', 'leggings', 'my', 'girlfriend', 'and', 'i', 'both', 'purchased', 'these', 'leggings', 'in', 'grey', 'we', 'love', 'the', 'color', 'because', 'it', 'goes', 'with', 'so', 'many', 'things.the', 'problem', 'is', 'they', 'do', 'not', 'fit', 'the', 'same', 'hers', 'ran', 'true', 'to', 'size', 'and', 'mine', 'ran', 'small', 'i', 'am', 'tempted', 'to', 'reorder', 'another', 'pair', 'to', 'see', 'if', 'they', 'fit', 'differently.,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['13860,1066,36', 'i', 'love', 'these', 'pants', 'they', 'are', 'a', 'great', 'addition', 'to', 'my', 'work', 'wardrobe', 'the', 'fit', 'is', 'very', 'flattering', 'with', 'the', 'wide', 'legs', 'falling', 'perfectly', 'and', 'they', 'are', 'a', 'great', 'length', 'i', 'got', 'the', 'red', 'which', 'is', 'a', 'beautiful', 'and', 'brighter', 'than', 'the', 'pics', 'the', 'fabric', 'is', 'a', 'nice', 'weight', 'perfect', 'for', 'fl', 'winters', 'i', 'personally', 'like', 'the', 'mid-rise', 'as', 'it', 'helps', 'with', 'tucking', 'in', 'shirts', 'that', 'are', 'on', 'the', 'shorter', 'side', 'i', 'highly', 'recommend', 'these', 'pants', 'as', 'a', 'nice', 'alternative', 'in', 'color', 'and', 'cut', 'for', 'the', 'office', 'i', "'m", '5', '7', 'and', '135lbs', 'and', 'i', 'purchased', 'the', ',5,1,1', 'general', 'bottoms', 'pants'] ['13861,857,46', ',awesomely', 'different', 'top', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'did', "n't", 'wash', 'it', 'so', 'it', 'was', 'big', 'on', 'me', 'it', 'shrunk', 'from', 'washing', 'so', 'it', 'fits', 'better', 'now', 'there', 'is', 'some', 'unraveling', 'of', 'the', 'frayed', 'edges', 'though.,4,1,2', 'general', 'petite', 'tops', 'knits'] ['13862,831,47', 'pretty', 'pleasant', 'i', 'like', 'this', 'on', 'the', 'model', 'so', 'i', 'ordered', 'it', 'it', 'is', 'not', 'quite', 'as', 'deep', 'in', 'color', 'as', 'online', 'but', 'still', 'pretty', 'it', 'fits', 'well', 'not', 'too', 'loose', 'and', 'not', 'tight', 'at', 'all', 'i', 'will', 'get', 'great', 'use', 'out', 'of', 'this', 'all', 'the', 'way', 'through', 'spring', ',4,1,2', 'general', 'tops', 'blouses'] ['13863,1095,37', 'cute', 'vintage', 'style', 'sundress', 'love', 'this', 'dress', 'i', 'sized', 'up', 'from', 'a', '6', 'to', 'an', '8', 'because', 'of', 'the', 'small', 'bust', 'issue', 'and', 'it', 'fits', 'perfect', 'perfect', 'casual', 'summer', 'dress', 'with', 'a', 'vintage', 'feel.,4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['13864,1095,58', 'good', 'quality', 'i', 'thought', 'i', 'would', 'take', 'a', 'chance', 'even', 'though', 'reviews', 'suggested', 'tricky', 'sizing', 'issues', 'unfortunately', 'it', "'s", 'true', 'it', 'was', 'very', 'tight', 'at', 'the', 'waist', 'and', 'bust', 'even', 'though', 'i', 'sized', 'up', 'to', 'a', 'size', '8.', 'i', 'took', 'it', 'back', 'to', 'the', 'store', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13865,1078,44', 'start', 'fall', 'with', 'this', 'piece', 'saw', 'this', 'at', 'the', 'store', 'and', 'it', 'is', 'breathtaking', 'in', 'person', 'as', 'the', 'previous', 'reviewer', 'stated', 'i', 'too', 'consider', 'this', 'a', 'dress', 'and', 'not', 'a', 'tunic', 'and', 'it', "'s", 'not', 'really', 'crinkled', 'either', 'the', 'dress', 'is', 'structured', 'very', 'soft', 'and', 'so', 'gorgeous', 'on', 'i', 'tried', 'on', 'a', 'regular', 'x-small', 'and', 'it', 'fit', 'but', 'a', 'bit', 'uncomfortable', 'at', 'the', 'mid', 'section', 'the', 'small', 'fit', 'better', 'it', "'s", 'meant', 'to', 'be', 'a', 'bit', 'loose', 'bohemian', 'looking', 'and', 'the', 'hem', 'falls', 'right', 'at', 'my', 'knees', 'which', 'is', 'perfect', 'for', 'the', 'office', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'i', 'have', 'medium', 'o', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['13866,868,55', 'just', 'adorable', 'a', 'must', 'for', 'every', 'wardrobe', 'i', 'just', 'received', 'this', 'and', 'absolutely', 'love', 'it', 'i', 'love', 'cold', 'shoulder', 'designs', 'and', 'this', 'one', 'is', 'unique', 'and', 'so', 'well', 'made', 'i', 'am', 'usually', 'a', 'size', 'small', 'and', 'it', 'fit', 'perfectly', 'i', 'would', 'say', 'it', 'runs', 'true', 'to', 'size', 'and', 'will', 'look', 'perfect', 'with', 'white', 'or', 'black', 'pants', 'and', 'a', 'cute', 'sandal', 'i', 'am', 'so', 'glad', 'i', 'got', 'it', 'love', 'the', 'quality', '.,5,1,17', 'general', 'tops', 'knits'] ['13867,831,54', 'great', 'top', 'for', 'spring', 'and', 'summer', 'i', 'was', 'a', 'bit', 'unsure', 'when', 'ordering', 'because', 'of', 'the', 'cut', 'of', 'this', 'blouse', 'i', 'have', 'a', 'lean', 'athletic', 'torso', 'but', 'i', 'am', 'a', '32dd', 'sometimes', 'tops', 'like', 'this', 'can', 'make', 'me', 'look', 'heavy', 'or', 'pregnant', 'love', 'the', 'fit', 'though', 'it', 'fits', 'lovely', 'and', 'comfy', 'it', 'goes', 'well', 'with', 'jeans', 'or', 'cream', 'colored', 'pants', 'and', 'will', 'be', 'a', 'nice', 'addition', 'to', 'my', 'spring', 'wardrobe.,5,1,4', 'general', 'tops', 'blouses'] ['13868,1078,72', 'stylish', 'and', 'artsy', 'dress', 'love', 'this', 'dress', 'i', 'ordered', 'the', 'blue', 'for', 'some', 'color', 'and', 'it', 'is', 'nicer', 'in', 'person', 'than', 'in', 'the', 'photo', 'the', 'fabric', 'and', 'color', 'are', 'beautiful', 'can', 'dress', 'this', 'up', 'or', 'wear', 'for', 'work', 'i', 'am', '5', '110', 'lbs', 'and', '35/26/35', 'and', 'got', 'the', 'size', 'xs', 'petite', 'it', 'is', 'a', 'loose', 'fit', 'but', 'not', 'too', 'loose', 'very', 'unique', 'dress', 'that', 'i', 'can', 'wear', 'all', 'fall', 'and', 'winter', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13869,1095,38', 'love', 'this', 'dress', 'but', 'definitely', 'some', 'fit', 'issues', 'super', 'cute', 'retro', 'styling', 'and', 'i', 'adore', 'the', 'pattern', 'however', 'i', 'had', 'some', 'fit', 'issues', 'that', 'were', 'worth', 'noting', 'i', 'tried', 'the', 'standard', '6', 'on', 'at', 'my', 'local', 'store', 'but', 'the', 'bodice', 'was', 'so', 'tight', 'on', 'my', '34', 'b', 'chest', 'i', 'was', 'determined', 'to', 'get', 'this', 'lovely', 'summer', 'frock', 'and', 'had', 'the', 'sa', 'order', 'an', '8p', 'to', 'be', 'shipped', 'to', 'me', 'i', "'m", 'currently', 'taking', 'my', '8p', 'for', 'a', 'spin', 'today', 'but', 'only', 'after', 'some', 'alterations', 'even', 'through', 'the', 'dress', 'was', 'quite', 'large', 'in', 'the', 'bust', 'there', 'was', 'still', 'the', 'dreaded', 'button', 'gaping', 'so', 'i', 'added', '2', 'snaps', 'in', 'between', 'some', 'of', 't', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13870,1095,38', 'cute', 'summer', 'dress', 'you', 'have', 'to', 'give', 'this', 'dress', 'a', 'try', 'yes', 'it', 'runs', 'small', 'i', "'m", 'usually', 'a', '4', 'in', 'retailer', 'dresses', '32dd', '5', '5', '130lb', 'i', 'could', "n't", 'button', 'the', 'top', 'button', 'with', 'my', 'bra', 'on', 'but', 'i', 'could', 'without', 'it', 'on', 'it', 'fit', 'perfect', 'every', 'where', 'else', 'it', 'is', 'very', 'flattering', 'in', 'every', 'way', 'it', "'s", '100', 'cotton', 'lightweight', 'and', 'soft', 'the', 'flare', 'does', 'not', 'have', 'too', 'much', 'fabric', 'and', 'is', 'actually', 'slimming', 'unlike', 'other', 'fit', 'and', 'flare', 'dresses', 'the', 'sz', '6', 'fit', 'more', 'comfortable', 'and', 'i', 'could', 'wear', 'my', 'bra', 'which', 'looked', 'better', 'and', 'gave', 'my', 'breasts', 'a', 'lift', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13871,868,54', 'love', 'the', 'cutout', 'and', 'the', 'sleeve', 'detail', 'this', 'is', 'very', 'cute', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'when', 'i', 'wore', 'it', 'i', "'m", "5'10", 'so', 'i', 'always', 'struggle', 'with', 'tops', 'being', 'too', 'short', 'but', 'this', 'was', 'ok,5,1,0', 'general', 'tops', 'knits'] ['13872,835,34', 'great', 'for', 'layering', 'at', 'work', 'cute', 'shirt', 'i', "'m", '5', '3', 'and', '120', 'lbs', 'size', 's', 'fits', 'perfectly', 'a', 'little', 'shorter', 'in', 'the', 'back', 'than', 'i', "'d", 'like', 'but', 'great', 'for', 'layering', ',4,1,0', 'general', 'tops', 'blouses'] ['13873,857,21', 'love', 'it', 'i', 'got', 'a', 'm', 'in', 'this', 'top', 'and', 'was', 'a', 'little', 'scared', 'but', 'i', 'absolutly', 'love', 'this', 'top', 'i', 'was', 'debating', 'on', 'it', 'and', 'then', 'caught', 'it', 'on', 'the', '30', 'off', 'sale', 'my', 'first', 'retailer', 'purchase', 'and', 'it', 'definitely', 'wo', "n't", 'be', 'my', 'last', 'great', 'quality', 'so', 'comfortable', 'and', 'very', 'cute', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['13874,1095,42', 'a', 'tad', 'disappointing', 'i', 'usually', 'love', 'maeve', 'and', 'generally', 'feel', 'like', 'everything', 'they', 'make', 'was', 'made', 'for', 'me', 'sadly', 'this', 'dress', 'is', 'a', 'definite', 'exception', 'which', 'could', 'easily', 'have', 'been', 'solved', 'by', 'changing', 'the', 'construction', 'of', 'the', 'dress', 'as', 'other', 'reviewers', 'stated', 'the', 'dress', 'does', 'run', 'small', 'but', 'even', 'if', 'you', 'size', 'up', 'if', 'you', 'have', 'any', 'breasts', 'at', 'all', 'the', 'dress', 'will', 'pull', 'at', 'the', 'buttons', 'causing', 'them', 'to', 'gape', 'i', "'m", 'only', 'a', 'b', 'cup', 'so', 'not', 'on', 'the', 'large', 'side', 'i', "'m", 'pretty', 'sure', 'this', 'is', 'why', 'the', 'model', 'has', 'her', 'arms', 'crossed', 'in', 'the', 'picture', 'i', 'love', ',2,0,10', 'general', 'petite', 'dresses', 'dresses'] ['13875,1078,39', 'great', 'dress', 'this', 'is', 'the', 'perfect', 'dress', 'to', 'wear', 'casual', 'or', 'dress', 'up', 'a', 'bit', 'perfect', 'for', 'fall', 'and', 'super', 'comfy', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13876,1095,38', 'super', 'cute', 'i', 'love', 'this', 'dress', 'it', 'is', 'a', 'fun', 'and', 'flirty', 'summer', 'dress', 'i', 'think', 'it', 'can', 'be', 'dressed', 'up', 'or', 'worn', 'casually', 'i', 'am', 'a', '36c', '29', 'waist', '40', 'hips', 'i', 'bought', 'a', 'size', '8', 'and', 'it', 'fits', 'me', 'great', 'as', 'others', 'said', 'it', 'is', 'a', 'little', 'snug', 'across', 'the', 'chest', 'but', 'i', 'think', 'it', 'is', 'supposed', 'to', 'be', 'with', 'the', 'proper', 'bra', 'it', 'fits', 'very', 'comfortably', 'i', 'am', 'going', 'to', 'wear', 'it', 'for', 'mother', "'s", 'day', 'brunch', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13877,868,48', 'sleeve', 'detail', 'is', 'fab', 'this', 'piece', 'is', 'a', 'winner', 'solely', 'b/c', 'of', 'the', 'sleeves', 'otherwise', 'it', "'s", 'a', 'plain', 'large', 'tee', 'however', 'the', 'sleeves', 'are', 'gorgeous', 'and', 'so', 'unique', 'had', 'they', 'had', 'my', 'size', 'left', 'i', 'would', 'have', 'purchased', 'in', 'other', 'colors', 'i', 'got', 'pink', 'it', 'runs', 'large', 'so', 'size', 'down', ',4,1,0', 'general', 'tops', 'knits'] ['13878,835,48', 'very', 'chic', 'absolutely', 'love', 'the', 'diagonal', 'zipper', 'it', 'is', 'extremely', 'flattering', 'for', 'the', 'office', 'and', 'comfortable', 'a', 'great', 'layering', 'piece', 'with', 'a', 'simple', 'blazer', 'or', 'alone', 'looks', 'high', 'quality', 'my', 'only', 'one', 'minor', 'complaint', 'is', 'that', 'the', 'bottom', 'tends', 'to', 'move', 'away', 'from', 'my', 'body', 'as', 'the', 'top', 'is', 'wide', 'on', 'the', 'bottom', 'hence', 'gives', 'you', 'a', 'lot', 'of', 'leeway', 'in', 'the', 'stomach', 'area', 'may', 'not', 'be', 'a', 'good', 'thing', 'or', 'may', 'be', 'a', 'good', 'thing', 'still', 'overall', 'a', 'keeper', ',4,1,0', 'general', 'tops', 'blouses'] ['13879,831,48', 'beautiful', 'rec', "'d", 'so', 'many', 'compliments', 'on', 'this', 'absolutely', 'beautiful', 'comfortable', 'and', 'versatile', 'try', 'it', 'with', 'white', 'crops', 'and', 'cute', 'heels', ',5,1,0', 'general', 'tops', 'blouses'] ['13880,1095,35', 'straps', 'are', 'long.', 'i', 'got', 'this', 'on', 'sale', 'i', 'sized', 'up', 'from', 'my', 'normal', '10', 'to', 'a', '12', 'based', 'on', 'reviews', 'the', '12', 'is', 'too', 'large', 'for', 'me', 'and', 'i', "'d", 'need', 'a', '10', 'which', 'is', 'sold', 'out', 'the', 'straps', 'are', 'very', 'long', 'i', 'think', 'even', 'if', 'i', 'sized', 'down', 'i', "'d", 'have', 'to', 'have', 'them', 'altered', 'also', 'the', 'dress', 'i', 'got', 'is', 'missing', 'the', 'bottom', 'button', 'sending', 'back', 'i', "'m", 'not', 'too', 'sad', 'i', 'ordered', 'the', 'pink', 'pippa', 'swing', 'dress', 'with', 'the', 'same', 'order', 'and', 'love', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13881,1078,52', 'a', 'beauty', 'i', 'have', 'featured', 'two', 'pictures', 'below', 'one', 'is', 'size', 's.', 'the', 'other', 'is', 'xs', 'petite', 'i', "'m", '5', 'feet', '120', 'and', 'a', '34', 'd.', 'i', 'highly', 'recommend', 'this', 'dress', 'i', 'definitely', 'could', 'have', 'gone', 'either', 'way', 'but', 'felt', 'sizing', 'down', 'would', 'be', 'more', 'flattering.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['13882,1075,34', 'shapeless', 'ans', 'unflattering', 'the', 'details', 'on', 'this', 'dress', 'are', 'lovely', 'the', 'embroidery', 'is', 'wonderful', 'but', 'the', 'fit', 'on', 'this', 'dress', 'is', 'just', 'not', 'for', 'me', 'it', 'is', 'very', 'baggy', 'and', 'shapeless', 'it', 'does', "n't", 'have', 'any', 'curves', 'at', 'all', 'so', 'it', 'just', 'drapes', 'down', 'me', 'and', 'looks', 'formless', 'really', 'unflattering', 'sad', 'but', 'it', "'s", 'going', 'back.,3,0,2', 'general', 'dresses', 'dresses'] ['13883,872,51', 'better', 'than', 'the', 'photo', 'i', 'actually', 'love', 'the', 'thickness', 'of', 'the', 'cotton', 'fabric', 'on', 'this', 'top', 'i', 'am', 'tired', 'of', 'too', 'thin', 'shirts', 'that', 'develop', 'holes', 'right', 'away', 'i', 'love', 'the', 'color', 'too.i', 'am', 'usually', 'a', 'medium', 'and', 'the', 'medium', 'fits', 'well', 'if', 'a', 'little', 'roomy', ',5,1,2', 'general', 'tops', 'knits'] ['13884,1030,68', ',i', 'love', 'these', 'jeans', 'their', 'fit', 'is', 'fabulous', 'and', 'they', 'are', 'very', 'comfortable', 'my', 'new', 'favorite', 'brand', 'of', 'jeans', ',4,1,0', 'general', 'bottoms', 'jeans'] ['13885,1080,41', 'perfect', 'dress', 'i', 'love', 'this', 'dress', 'it', 'fits', 'perfect', 'i', "'m", '5,3', '108', 'and', 'ordered', 'xs', 'i', 'think', 'the', 'off', 'white', 'stone', 'color', 'is', 'true', 'to', 'the', 'picture', 'i', 'will', 'be', 'wearing', 'this', 'dress', 'as', 'my', 'wedding', 'dress', 'for', 'our', 'small', 'intimidate', 'wedding', 'i', 'ca', "n't", 'wait', ',4,1,0', 'general', 'dresses', 'dresses'] ['13886,872,46', 'great', 'fun', 'top', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'today', 'and', 'i', 'love', 'it', 'its', 'adorable-', 'very', 'flattering', 'and', 'hides', 'all', 'the', 'spots', 'you', "'d", 'want', 'hidden', 'i', 'do', "n't", 'find', 'that', 'this', 'runs', 'too', 'large', 'i', 'ordered', 'my', 'usual', 'size', 'large', 'and', 'it', 'fits', 'tts', 'it', "'s", 'not', 'meant', 'to', 'fit', 'snug', 'i', 'ordered', 'this', 'in', 'the', 'navy', 'color-', 'beautiful', 'and', 'flattering', ',5,1,2', 'general', 'tops', 'knits'] ['13887,872,48', 'great', 'top', 'love', 'the', 'detail', 'quality', 'of', 'make', 'and', 'fabric', 'comfort', 'i', "'ve", 'been', 'looking', 'for', 'a', 'top', 'like', 'this', 'expect', 'that', 'it', 'will', 'wash', 'fine', 'it', "'s", 'not', 'see', 'through', 'and', 'i', 'always', 'wear', 'a', 'nude', 'bra', 'got', 'xs', 'in', 'white', 'and', 'it', 'fits', 'well', 'not', 'too', 'loose', 'and', 'billowy', 'i', "'m", '5', '2', '115', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['13888,1087,32', 'sheer', 'and', 'no', 'slip', 'i', "'m", 'not', 'sure', 'if', 'i', 'only', 'received', 'part', 'of', 'this', 'dress', 'as', 'a', 'mistake', 'but', 'i', 'received', 'the', 'chiffon', 'shell', 'but', 'there', 'was', 'no', 'slip', 'as', 'pictured', 'it', 'makes', 'it', 'kind', 'of', 'difficult', 'to', 'wear', 'when', 'the', 'entire', 'thing', 'is', 'sheer', 'i', 'had', 'high', 'hopes', 'but', 'sadly', 'this', 'is', 'being', 'returned', 'the', 'xs', 'is', 'out', 'of', 'stock', 'now', 'so', 'i', 'ca', "n't", 'even', 'reorder', 'bummer', ',1,0,2', 'general', 'dresses', 'dresses'] ['13889,960,24', 'jingle', 'all', 'the', 'wayyy', 'this', 'jacket', 'is', 'just', 'as', 'stunning', 'in', 'person', 'as', 'online', 'high', 'quality', 'and', 'just', 'overall', 'fabulous', 'design', 'as', 'much', 'as', 'i', 'loved', 'it', 'though', 'i', 'could', "n't", 'get', 'over', 'the', 'fact', 'i', 'was', 'jingling', 'every', 'time', 'i', 'moved', 'it', 'seemed', 'like', 'it', 'could', 'cause', 'piling', 'issues', 'and', 'i', 'thought', 'it', 'might', 'get', 'annoying', 'wearing', 'for', 'an', 'entire', 'day', 'i', 'loved', 'this', 'and', 'wanted', 'so', 'hard', 'to', 'keep', 'it', 'but', 'i', 'need', 'functional', 'chic', 'pieces', 'not', 'noise', 'makers', 'anyways', 'fit', 'was', 'great', 'looked', 'just', 'like', 'the', 'model', 'on', 'me', 'so', 'i', 'would', 'recommend', 'but', 'with', 'caution', 'as', 'for', 'this,4,1,0', 'general', 'jackets', 'jackets'] ['13890,281,54', 'did', "n't", 'work', 'for', 'me', 'i', "'m", 'on', 'the', 'shorter', '5', '3', 'side', 'of', 'the', 'spectrum', 'and', 'usually', 'wear', 'an', 'xs', 'in', 'retailer', 'this', 'is', 'a', 'lovely', 'suit', 'but', 'it', 'did', "n't", 'work', 'at', 'all', 'for', 'me', 'it', 'might', 'work', 'well', 'on', 'a', 'taller', 'person', 'or', 'someone', 'who', 'is', 'longer', 'waisted', 'the', 'ruching', 'and', 'fuller', 'cut', 'leg', 'was', 'not', 'flattering', 'on', 'me', 'at', 'all', 'it', 'was', 'very', 'tight', 'and', 'pinched', 'sadly', 'i', 'returned', 'it', ',2,0,0', 'initmates', 'intimate', 'swim'] ['13891,850,54', 'perfect', 'summer', 'top', 'loved', 'this', 'online', 'and', 'it', 'did', 'not', 'disappoint', 'lightweight', 'and', 'super', 'flattering', 'fabric', 'is', 'sheer', 'with', 'a', 'lovely', 'windowpane', 'pattern', 'top', 'front', 'of', 'the', 'bodice', 'is', 'lined', 'looks', 'great', 'with', 'a', 'pair', 'of', 'jeans', 'super', 'easy', 'to', 'care', 'for', 'toss', 'in', 'washer', 'in', 'a', 'mesh', 'bag', 'and', 'it', 'comes', 'our', 'perfectly', 'will', 'likely', 'be', 'a', 'go-to', 'summer', 'piece.,4,1,4', 'general', 'tops', 'blouses'] ['13892,281,50', 'this', 'is', 'a', 'gorgeous', 'swimsuit', 'the', 'design', 'and', 'fabric', 'on', 'this', 'suit', 'are', 'even', 'more', 'gorgeous', 'in', 'person', 'than', 'on-line', 'i', 'am', '5', '4', 'and', 'between', '138/140', 'and', 'ordered', 'a', 'medium', 'the', 'thing', 'i', 'especially', 'like', 'about', 'this', 'suit', 'is', 'that', 'it', 'has', 'adequate', 'cup', 'size', 'and', 'support', 'i', 'am', 'a', '36c', 'or', 'd', 'depending', 'on', 'the', 'bra', 'and', 'this', 'suit', 'is', 'very', 'flattering', 'and', 'provides', 'nice', 'coverage', 'and', 'cup', 'support', 'the', 'straps', 'can', 'be', 'shortened', 'if', 'you', 'want', 'a', 'little', 'more', 'bust', 'support', 'the', 'material', 'and', 'design', 'of', 'the', 'suit', 'itself', 'feel', 'substantial', 'and', 'even', 'without', 'the', 'straps', 'it', 'do', ',5,1,1', 'initmates', 'intimate', 'swim'] ['13893,850,48', 'go', 'up', 'a', 'size', 'if', 'you', 'are', 'busty', 'love', 'this', 'top', 'very', 'flattering', 'on', 'an', 'hour', 'glass', 'figure', 'because', 'even', 'though', 'it', 'has', 'a', 'more', 'of', 'an', 'empire', 'waist', 'it', 'is', 'not', 'so', 'volumous', 'as', 'to', 'overwhelm', 'the', 'figure', 'as', 'so', 'many', 'retailer', 'tops', 'are', 'these', 'days', 'one', 'caution', 'i', 'had', 'to', 'go', 'up', 'a', 'size', 'to', 'accommodate', 'my', 'bust', 'normally', 'a', 'size', '6', 'or', 'small', 'in', 'retailer', 'tops', 'but', 'a', '34dd', 'so', 'went', 'up', 'to', 'a', 'size', '8.', 'the', 'top', 'is', 'more', 'snug', 'around', 'the', 'bustline', 'so', 'just', 'be', 'warned', 'if', 'you', 'are', 'well', 'endowed'] ['the', 'fabric', 'is', 'sheer', 'but', 'not', 'overly', 'so', 'embroidery', 'is', 'well', 'done', 'over', 'all', 'a', 'b', ',4,1,4', 'general', 'tops', 'blouses'] ['13894,281,30', 'flattering', 'but', 'small', 'the', 'ruching', 'on', 'this', 'suit', 'is', 'super', 'flattering', 'i', 'ordered', 'the', 'medium', 'i', 'am', '5', '6', '150', 'lbs', 'and', 'usually', 'a', 'solid', 'medium', 'in', 'most', 'retailer', 'items', 'though', 'i', 'would', 'definitely', 'recommend', 'sizing', 'up', 'with', 'this', 'guy', 'i', 'was', 'able', 'to', 'get', 'it', 'on', 'and', 'it', 'certainly', 'held', 'everything', 'in', 'place', 'but', 'since', 'it', 'is', 'a', 'one', 'piece', 'pulling', 'it', 'on', 'was', 'a', 'bit', 'of', 'a', 'struggle', 'and', 'i', 'certainly', 'could', 'have', 'used', 'about', 'an', 'inch', 'more', 'fabric', 'from', 'top', 'to', 'bottom', 'i', 'will', 'be', 'returning', 'and', 'exchanging', 'for', 'a', 'large', ',5,1,3', 'initmates', 'intimate', 'swim'] ['13895,1025,60', 'i', 'was', 'really', 'excited', 'to', 'get', 'these', 'pants', 'but', 'was', 'somewhat', 'disappointed', 'when', 'i', 'received', 'them', 'the', 'fabric', 'and', 'color', 'are', 'great', 'but', 'i', 'was', 'expecting', 'a', 'more', 'traditional', 'cut', 'after', 'examining', 'the', 'ones', 'shown', 'on', 'the', 'model', 'i', 'need', 'to', 'size', 'down', 'on', 'boyfriend', 'cut', 'jeans', 'and', 'i', 'would', 'have', 'initially', 'but', 'the', 'description', 'does', "n't", 'say', 'anything', 'and', 'the', 'model', 'does', "n't", 'look', 'like', 'she', "'s", 'wearing', 'a', 'boyfriend', 'cut', 'so', 'i', 'did', "n't", 'now', 'the', 'size', 'i', 'need', 'is', 'unavailable', 'so', 'i', 'am', 'returning', 'these', 'sigh', 'i', 'so', 'wanted', 'to', 'keep', 'them', ',4,1,3', 'general', 'bottoms', 'jeans'] ['13896,1110,36', 'buyer', 'beware', 'if', 'purchasing', 'in', 'black', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'the', 'catalog', 'came', 'in', 'the', 'mail', 'and', 'jumped', 'online', 'immediately', 'to', 'order', 'it', 'the', 'dress', 'just', 'arrived', 'and', 'is', 'not', 'as', 'pictured', 'in', 'the', 'catalog', 'the', 'picture', 'of', 'the', 'model', 'walking', 'on', 'the', 'beach', 'in', 'that', 'picture', 'it', 'appears', 'to', 'have', 'black', 'lining', 'or', 'a', 'black', 'slip', 'underneath', 'when', 'in', 'reality', 'there', 'is', 'nude', 'lining', 'sewn', 'into', 'every', 'edge', 'and', 'is', "n't", 'going', 'anywhere', 'for', 'a', 'minute', 'i', 'thought', 'about', 'having', 'it', 'removed', 'by', 'a', 'tailor', 'but', 'it', 'seems', 'the', 'entire', 'dress', 'would', 'have', 'to', 'be', 're-sewn', 'some', 'of,3,1,7', 'general', 'dresses', 'dresses'] ['13897,1110,42', 'too', 'small', 'in', 'chest', 'i', 'loved', 'this', 'dress', 'i', 'kept', 'putting', 'it', 'on', 'trying', 'to', 'figure', 'out', 'how', 'to', 'get', 'my', 'boobs', 'to', 'not', 'fall', 'out', 'all', 'over', 'the', 'place', 'this', 'is', 'not', 'a', 'dress', 'for', 'larger', 'breasts', 'it', 'is', 'absolutely', 'beautiful', 'otherwise', ',5,1,0', 'general', 'dresses', 'dresses'] ['13898,1047,35', 'these', 'pants', 'are', 'beautiful', 'and', 'very', 'comfortable', 'i', 'am', '5', '3', 'and', '120', 'ordered', 'an', 'extra', 'small', 'i', 'had', 'to', 'hem', 'them', 'because', 'they', 'are', 'extremely', 'long', 'otherwise', 'the', 'fit', 'is', 'great', ',4,1,0', 'general', 'bottoms', 'pants'] ['13899,1110,25', 'such', 'a', 'fun', 'dress', 'i', 'love', 'this', 'dress', 'i', 'think', 'it', 'will', 'be', 'awesome', 'to', 'wear', 'this', 'summer', 'but', 'also', 'a', 'great', 'transition', 'piece', 'into', 'fall', 'very', 'boho', ',5,1,0', 'general', 'dresses', 'dresses'] ['13900,1110,33', 'this', 'is', 'a', 'nice', 'dress', 'but', 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'not', 'for', 'women', 'with', 'bigger', 'breasts', 'i', "'m", '36d', 'and', 'size', '10', 'did', "n't", 'fit', 'me', 'on', 'top', 'lace', 'part', 'was', 'too', 'short', 'to', 'cover', 'the', 'whole', 'area', 'other', 'than', 'that', 'color', 'is', 'great', ',3,1,0', 'general', 'dresses', 'dresses'] ['13901,1047,26', 'very', 'cute', 'by', 'very', 'long', 'i', 'purchased', 'these', 'pants', 'once', 'i', 'saw', 'them', 'go', 'on', 'sale', 'i', 'had', 'seen', 'them', 'a', 'little', 'while', 'back', 'but', 'with', 'summer', 'coming', 'to', 'an', 'end', 'i', 'did', "n't", 'want', 'to', 'spend', '88', 'for', 'a', 'pant', 'a', 'would', "n't", 'wear', 'often', 'the', '49', 'plus', '20', 'off', 'is', 'a', 'great', 'price', 'they', 'are', 'really', 'cute', 'and', 'just', 'as', 'pictured', 'good', 'quality', 'too', 'however', 'they', 'were', 'at', 'least', '3', 'inches', 'too', 'long', 'i', 'am', '110lbs', '5', '3', 'and', 'ordered', 'the', 'xs', 'like', 'i', 'always', 'do', 'they', 'fit', 'perfectly', 'except', 'for', 'the', 'length', 'worth', 'the', '20', 'to', 'get', 'hemmed', ',5,1,0', 'general', 'bottoms', 'pants'] ['13902,1047,34', 'great', 'flowy', 'pant', 'these', 'pants', 'are', 'nothing', 'short', 'of', 'amazing', 'they', 'have', 'a', 'great', 'wide', 'leg', 'with', 'plenty', 'of', 'beautiful', 'flow', 'to', 'them', 'i', 'am', '6', 'months', 'pregnant', 'and', 'can', 'wear', 'them', 'under', 'my', 'bump', 'but', 'they', 'are', 'by', 'no', 'means', 'maternity', 'pants', 'i', 'have', 'only', 'gained', '8', 'lbs', 'they', 'have', 'a', 'nice', 'silky', 'material', 'that', 'will', 'be', 'great', 'for', 'hot', 'summer', 'weather', 'and', 'will', 'be', 'great', 'comfortable', 'travel', 'pants', 'the', 'only', 'downfall', 'is', 'the', 'length', 'i', 'am', '5', '6', 'with', 'long', 'legs', 'and', 'will', 'have', 'to', 'get', '2-3', 'inches', 'chopped', 'off', ',5,1,0', 'general', 'bottoms', 'pants'] ['13903,1047,54', 'classy', 'and', 'comfortable', 'i', 'have', '2', 'of', 'these', 'now', 'by', 'the', 'same', 'designer', 'it', "'s", 'comfortable', 'and', 'will', 'be', 'a', 'staple', 'in', 'my', 'closet', 'for', 'summer', 'early', 'fall', 'and', 'spring', 'it', 'is', 'a', 'little', 'on', 'the', 'long', 'end', 'but', 'with', 'platform', 'heels', 'it', "'s", 'perfect', ',5,1,0', 'general', 'bottoms', 'pants'] ['13904,1110,52', 'perfect', 'for', 'the', 'spring/summer', 'i', 'noticed', 'the', 'reddish', 'one', 'actually', 'barney-purple', 'in', 'my', 'local', 'store', 'and', 'had', 'to', 'try', 'it', 'one', 'since', 'i', 'like', 'this', 'cut', 'of', 'dresses', 'from', 'my', 'teenage', 'years', 'the', 'color', 'was', 'my', 'main', 'concern', 'but', 'this', 'proved', 'perfect', 'overall', 'it', 'is', 'low', 'cut', 'in', 'the', 'bust', 'but', 'a', 'scarf', 'can', 'fix', 'it', 'for', 'us', 'modest', 'girls', 'there', 'were', 'quite', 'a', 'few', 'loose', 'threads', 'on', 'the', 'lace', 'and', 'stiching', 'that', 'i', 'had', 'to', 'trim', 'off', 'for', 'the', 'reference', 'i', 'am', '5', '4', '120', 'lbs', 'and', 'an', 'xs', 'was', 'perfect', ',5,1,0', 'general', 'dresses', 'dresses'] ['13905,996,26', 'runs', 'small', 'and', 'short-', 'why', 'no', 'size', '16', 'the', 'skirt', 'has', 'a', 'great', 'cute', 'design', 'and', 'great', 'colors', 'and', 'great', 'shape', 'but', 'it', 'runs', 'very', 'small', 'and', 'short', 'this', 'company', 'needs', 'to', 'provide', 'a', 'better', 'fit', 'and', 'large', 'sizes', 'if', 'they', 'run', 'small', ',4,0,4', 'general', 'bottoms', 'skirts'] ['13906,868,41', 'too', 'short', 'this', 'top', 'would', 'be', 'great', 'if', 'it', 'were', 'longer', 'and', 'the', 'neck', 'was', "n't", 'so', 'open', 'even', 'for', 'a', 'boatneck', 'the', 'neck', 'was', 'too', 'wide', 'for', 'those', 'that', 'do', "n't", 'mind', 'showing', 'their', 'stomachs', 'this', 'top', 'will', 'be', 'okay', 'the', 'material', 'is', 'nice', 'and', 'stretchy', 'and', 'i', 'like', 'the', 'stripes', 'but', 'just', 'way', 'too', 'short', 'for', 'me', ',3,0,2', 'general', 'tops', 'knits'] ['13907,825,24', 'white', 'is', 'completely', 'see', 'through', 'very', 'cute', 'shirt', 'but', 'the', 'white', 'is', 'see', 'through', 'i', 'could', 'see', 'every', 'detail', 'on', 'my', 'bra', 'i', 'returned', 'for', 'the', 'pink', 'which', 'is', 'just', 'as', 'cute', ',4,1,7', 'general', 'tops', 'blouses'] ['13908,865,57', 'fun', 'and', 'unusial', 'i', 'felt', 'comfortable', 'wearing', 'this', 'to', 'a', 'party', 'easy', 'to', 'wear', 'and', 'accessorize'] [',5,1,0', 'general', 'tops', 'knits'] ['13909,868,38', 'too', 'thick', 'this', 'sweater', 'was', 'pretty', 'short', 'beyond', 'that', 'when', 'i', 'raised', 'my', 'arms', 'the', 'thickness', 'of', 'the', 'sweater', 'caused', 'the', 'shoulders', 'to', 'rise', 'up', 'and', 'stay', 'there', 'when', 'i', 'put', 'my', 'arms', 'down', ',2,0,2', 'general', 'tops', 'knits'] ['13910,420,41', 'super', 'soft', 'comfy', 'i', 'love', 'these', 'pants', 'saw', 'them', 'in-store', 'could', "n't", 'do', 'it', 'at', 'full', 'price', 'but', 'they', "'re", 'a', 'steal', 'on', 'sale', 'super', 'soft', 'comfy', 'love', 'the', 'wide', 'leg', 'fits', 'true', 'to', 'size', 'i', "'m", '5', '2', '125', 'lbs', 'ordered', 'the', 'xs', 'bc', 'no', 'petite', 'waistband', 'fits', 'a', 'bit', 'tight', 'but', 'i', 'prefer', 'that', 'to', 'them', 'slipping', 'down', 'would', 'buy', 'again', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['13911,996,39', 'as', 'always', 'soft', 'and', 'flattering', 'only', 'thing', 'is', 'the', 'fit', 'is', 'a', 'little', 'loose', 'so', 'i', 'wish', 'the', 'xxs', 'petite', 'was', "n't", 'sold', 'out', 'or', 'that', 'there', 'was', 'a', 'xxs', 'at', '115', 'lbs', 'i', 'tried', 'on', 'e', 'xs', 'regular', 'that', 'made', 'the', 'skirt', 'a', 'maxi', 'on', 'me', '5', '1.5', 'and', 'it', 'was', 'nice', 'but', 'a', 'bit', 'loose', 'i', 'would', 'have', 'worn', 'it', 'as', 'a', 'sexy', 'strapless', 'i', 'tried', 'it', 'just', 'not', 'daring', 'enough', 'to', 'actually', 'wear', 'it', 'like', 'that', 'so', 'i', 'ordered', 'the', 'xs', 'petite', 'we', 'shall', 'see'] [] ['the', 'navy', 'and', 'beige', 'is', 'a', 'nice', 'classy', 'combo', 'i', 'could', 'see', 'it', 'being', 'pulled', 'off', 'in', 'all', 'seasons', 'depending', 'how', 'you', 'pair', 'it', ',5,1,7', 'general', 'bottoms', 'skirts'] ['13912,825,48', 'perfect', 'white', 'top', 'while', 'the', 'blue', 'color', 'pictured', 'is', 'stunning', 'i', 'purchased', 'the', 'white', 'poplin', 'in', 'store', 'two', 'best', 'features', 'the', 'ruffle', 'on', 'the', 'neckline', 'continues', 'across', 'the', 'back', 'and', 'dips', 'into', 'a', 'small', 'v', 'a', 'great', 'detail', 'especially', 'for', 'short', 'or', 'swept-up', 'hair', 'during', 'summer', 'months', 'next', 'this', 'white', 'fabric', "'s", 'crisp', 'finish', 'is', 'coupled', 'with', 'a', 'just', 'right', 'weight', 'solid', 'enough', 'to', 'be', 'opaque', 'but', 'light', 'enough', 'for', 'warm', 'days', 'plan', 'to', 'pair', 'it', 'with', 'skinny', 'jeans', 'throughout', 'spring', 'and', 'summer', 'thrilled', ',5,1,8', 'general', 'tops', 'blouses'] ['13913,996,49', 'cute', 'skirt', 'this', 'skirt', 'is', 'really', 'cute', 'it', "'s", 'body', 'conscious', 'but', 'not', 'tight', 'the', 'material', 'is', 'soft', 'and', 'stretchy', 'making', 'it', 'flattering', 'and', 'comfy', 'while', 'it', "'s", 'smooth', 'in', 'the', 'back', 'the', 'draping', 'in', 'the', 'front', 'could', 'hide', 'tummy', 'issues', 'as', 'another', 'reviewer', 'said', 'you', 'can', 'dress', 'this', 'skirt', 'up', 'or', 'down', 'i', 'typically', 'wear', 'a', 's/4', 'in', 'bottoms', 'at', 'retailer', 'and', 'the', 's', 'fit', 'tts', 'also', 'i', 'love', 'the', 'different', 'take', 'on', 'the', 'high-low', 'hem', ',5,1,1', 'general', 'bottoms', 'skirts'] ['13914,1047,40', 'cute', 'but', 'long', 'you', 'will', 'need', 'to', 'get', 'these', 'pants', 'hemmed', 'if', 'you', 'are', 'not', 'six', 'foot', 'tall', 'as', 'they', 'are', 'quite', 'long', 'but', 'they', 'are', 'so', 'cute', 'that', 'the', 'extra', 'alteration', 'expense', 'is', 'worth', 'it', 'imagine', 'wearing', 'pants', 'that', 'feel', 'like', 'pajamas', 'but', 'that', 'look', 'like', 'a', 'million', 'bucks', 'is', 'this', 'not', 'every', 'woman', "'s", 'fashion', 'fantasy', ',4,1,0', 'general', 'bottoms', 'pants'] ['13915,996,52', ',,5,1,0', 'general', 'bottoms', 'skirts'] ['13916,865,54', 'very', 'delicate', 'but', 'super', 'cute', 'i', 'really', 'love', 'this', 'top', 'but', 'am', 'afraid', 'i', 'may', 'need', 'to', 'return', 'it', 'because', 'the', 'fabric', 'is', 'so', 'delicate', 'that', 'little', 'snags', 'began', 'to', 'show', 'up', 'within', 'hours', 'of', 'wearing', 'it', 'and', 'they', 'show', 'really', 'badly', 'as', 'black', 'spots', 'because', 'the', 'fabric', 'is', 'made', 'with', 'light', 'and', 'dark', 'delicate', 'threads', 'it', 'feels', 'so', 'good', 'on', 'though', 'you', 'must', 'be', 'super', 'careful', 'with', 'it', 'i', 'have', 'no', 'idea', 'how', 'the', 'little', 'snags', 'even', 'got', 'there', ',3,1,1', 'general', 'tops', 'knits'] ['13917,865,44', 'frumpy', 'i', 'am', '5,7', '135', 'lbs', 'the', 'small', 'fit', 'well', 'in', 'the', 'bust', 'but', 'no', 'shape', 'it', 'was', 'just', 'big', 'and', 'frumpy', 'it', 'went', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['13918,825,53', 'tickled', 'tickled', 'tickled', 'yep', 'absolutely', 'tickled', 'to', 'death', 'with', 'this', 'top', 'light', 'airy', 'cotton', 'poplin', 'with', 'personality', 'plus', 'such', 'an', 'aesthetically', 'pleasing', 'piece', 'i', 'have', "n't", 'been', 'this', 'pleased', 'with', 'an', 'article', 'of', 'clothing', 'in', 'some', 'time', 'this', 'blouse', 'speaks', 'to', 'me', 'i', 'am', '5', '5', '142', 'lbs', 'and', 'the', 'size', 'eight', 'was', 'a', 'tad', 'large-might', 'have', 'gotten', 'a', 'six', 'but', 'this', 'is', 'fine', 'it', 'is', 'very', 'blousy', 'on', 'the', 'bottom', 'but', 'when', 'it', 'speaks', 'to', 'me', 'it', 'says', "'belt", 'or', "'tuck", 'anyway', 'the', 'neckline', 'is', 'just', 'too', 'much', 'it', 'gives', 'such', 'personality', 'to', 'the', 'piece', 'the', 'open', 'ne', ',5,1,1', 'general', 'tops', 'blouses'] ['13919,1047,39', 'ca', "n't", 'say', 'enough', 'about', 'these', 'pants', 'i', 'was', 'so', 'excited', 'when', 'these', 'pants', 'went', 'on', 'sale', 'tried', 'them', 'on', 'in-store', 'and', 'ordered', 'online', 'tried', 'both', 'medium', 'and', 'small', 'and', 'they', 'both', 'work', 'thanks', 'to', 'the', 'elastic', 'waistline', 'they', 'do', 'run', 'very', 'long', 'so', 'if', 'you', "'re", 'super', 'tall', 'these', 'are', 'great', 'otherwise', 'prepare', 'to', 'wear', 'very', 'tall', 'heels', 'or', 'get', 'them', 'hemmed', ',5,1,0', 'general', 'bottoms', 'pants'] ['13920,996,47', 'definitely', 'an', 'all', 'about', 'the', 'bass', 'look', 'if', 'you', 'know', 'the', 'meghan', 'trainor', 'song', 'and', 'who', 'does', "n't", 'you', "'ll", 'know', 'what', 'i', 'mean', 'i', 'could', 'tell', 'by', 'the', 'photos', 'online', 'that', 'this', 'skirt', 'would', 'enhance', 'curves', 'and', 'i', 'am', 'fine', 'with', 'that', 'however', 'it', 'is', 'very', 'snug', 'in', 'the', 'rear', 'i', 'can', 'honestly', 'say', 'i', 'had', 'made', 'it', 'to', 'my', '40s', 'without', 'ever', 'once', 'wondering', 'or', 'worrying', 'does', 'my', 'butt', 'look', 'big', 'in', 'this', 'that', 'is', 'until', 'i', 'tried', 'on', 'this', 'skirt', 'however', 'i', 'chose', 'to', 'keep', 'it', 'since', 'we', 'were', 'going', 'to', 'hawaii', 'soon', 'and', 'i', 'decided', 'it', 'would', 'be', 'fine', 'as', 'a', 'casual', 'skirt', 'and', 'cover-up', 'i', ',3,1,2', 'general', 'bottoms', 'skirts'] ['13921,1110,57', 'i', 'love', 'this', 'dress', 'good', 'for', 'work', 'or', 'social', 'occasions', 'flowy', 'fabric', 'and', 'not', 'boxy', 'the', 'length', 'is', 'perfect', 'not', 'too', 'short', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'picture', 'is', 'accurate', 'as', 'to', 'color', ',5,1,0', 'general', 'dresses', 'dresses'] ['13922,1047,32', 'these', 'pants', 'are', 'like', 'wearing', 'angel', 'wings', 'the', 'pants', 'are', 'everything', 'i', 'expected', 'and', 'much', 'more', 'the', 'material', 'is', 'a', 'delicious', 'and', 'light', 'weight', 'the', 'colors', 'are', 'beautiful-white', 'base', 'with', 'jade', 'green', 'and', 'black', 'design', 'there', 'is', 'a', 'very', 'comfortable', 'elastic', 'band', 'waist', 'with', 'tie', 'i', 'am', '5', '9', 'and', 'ordered', 'the', 'longer', 'length', 'and', 'they', 'are', 'just', 'to', 'the', 'ground', 'i', 'weigh', '140', 'and', 'have', 'a', 'slim', 'figure', 'and', 'the', 'medium', 'is', 'a', 'very', 'comfortable', 'fit', 'i', 'would', 'highly', 'recommend', 'these', 'if', 'you', 'like', 'looks', 'that', 'are', 'up', 'to', 'date', 'and', 'comfy-these', 'are', 'a', 'win-win', ',5,1,7', 'general', 'bottoms', 'pants'] ['13923,420,62', 'so', 'soft', 'i', 'wear', 'them', 'as', 'pajamas', 'i', 'really', 'love', 'these', 'pants', 'as', 'loungers', 'not', 'sure', 'i', 'would', 'wear', 'them', 'outside', 'the', 'house', 'because', 'the', 'legs', 'are', 'very', 'wide', 'yes', 'the', 'elastic', 'has', 'the', 'problem', 'that', 'others', 'have', 'mentioned', 'but', 'i', 'just', 'hold', 'it', 'in', 'place', 'when', 'i', 'pull', 'them', 'on', 'and', 'it', 'stays', 'put', 'but', 'the', 'fabric', 'is', 'so', 'soft', 'that', 'i', 'put', 'them', 'on', 'every', 'night', 'after', 'work', 'and', 'sometimes', 'do', "n't", 'take', 'them', 'off', 'before', 'bed', 'pockets', 'are', 'a', 'nice', 'touch', 'something', 'i', 'have', 'come', 'to', 'love', 'about', 'retailer', 'pants', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['13924,996,41', 'very', 'flattering', 'i', 'tried', 'this', 'skirt', 'on', 'in', 'the', 'store', 'it', 'fit', 'like', 'a', 'glove', 'that', 'does', "n't", 'happen', 'very', 'often', 'for', 'me', 'but', 'could', "n't", 'find', 'the', 'right', 'top', 'to', 'pair', 'w/', 'it', 'so', 'i', 'passed', 'on', 'it', 'but', 'when', 'i', 'got', 'home', 'i', 'found', 'the', 'perfect', 'top', 'already', 'in', 'my', 'closet', 'so', 'i', 'ordered', 'it', 'online', 'it', 'does', "n't", 'seem', 'to', 'lay', 'quite', 'as', 'nice', 'as', 'the', 'one', 'i', 'tried', 'on', 'in', 'the', 'store', 'but', 'i', "'m", 'keeping', 'it', 'regardless', 'highly', 'recommended', 'this', 'skirt', 'fits', 'tts', ',5,1,0', 'general', 'bottoms', 'skirts'] ['13925,996,31', 'this', 'skirt', 'looks', 'great', 'on', 'i', 'did', "n't", 'even', 'think', 'before', 'buying', 'it', 'planning', 'to', 'wear', 'it', 'all', 'summer', 'so', 'the', 'aesthetic', 'is', 'great', 'quality', 'and', 'design', 'not', 'so', 'much', 'you', 'get', 'exactly', 'one', 'good', 'wear', 'out', 'of', 'it', 'before', 'the', 'folding', 'absolutely', 'disintegrates', 'it', 'is', 'not', 'sewn', 'in', 'or', 'built', 'to', 'last'] [] ['then', 'it', 'looks', 'like', 'a', 'cheap', 'sarong', 'over', 'a', 'cheap', 'miniskirt', 'i', 'thought', 'the', 'dry', 'cleaner', 'might', 'be', 'able', 'to', 'fix', 'it', 'but', 'they', 'said', 'they', 'would', 'have', 'to', 'resew', 'the', 'whole', 'garment', 'not', 'exactly', 'what', 'you', 'want', 'to', 'hear', 'with', 'almost', 'bran', ',1,0,6', 'general', 'bottoms', 'skirts'] ['13926,1135,66', 'amazing', 'flannel', 'never', 'spent', 'this', 'much', 'on', 'a', 'dress', 'so', 'it', 'needs', 'to', 'be', 'amazing', 'for', 'me', 'to', 'keep', 'it', 'i', "'ve", 'never', 'seen', 'flannel', 'patterns', 'and', 'colors', 'like', 'this', 'the', 'details', 'in', 'the', 'back', 'are', 'unique', 'but', 'in', 'the', 'end', 'i', 'decided', 'to', 'return', 'because', 'it', "'s", 'too', 'long', 'and', 'although', 'it', 'fit', 'fine', 'in', 'a', 'size', 'large', 'it', 'did', "n't", 'look', 'that', 'great', 'on', 'me', 'the', 'dress', 'has', 'an', 'exaggerated', 'drop', 'waist', 'that', 'was', 'too', 'low', 'for', 'my', 'short', 'waisted', 'frame', 'the', 'fabric', 'smells', 'odd', 'i', 'tried', 'belting', 'it', 'but', 'the', 'pockets', 'and', 'back', 'buttons', 'created', 'bulk', ',4,1,0', 'general', 'trend', 'trend'] ['13927,1047,20', 'love', 'the', 'pattern', 'but', 'i', 'absolutely', 'loved', 'these', 'pants', 'when', 'i', 'tried', 'them', 'on', 'i', 'am', '5', '1', 'and', 'will', 'definitely', 'need', 'it', 'hemmed', 'because', 'they', 'are', 'so', 'so', 'long', 'but', 'i', "'m", 'fine', 'with', 'that', 'because', 'these', 'pants', 'are', 'so', 'unique', 'and', 'gorgeous', 'i', "'m", '130', 'lbs', 'usually', 'a', 'size', 'small', 'but', 'xs', 'fit', 'me', 'just', 'fine', 'i', 'will', 'have', 'to', 'say', 'though', 'i', 'am', 'very', 'upset', 'because', 'my', 'pants', 'shipped', 'with', 'a', 'huge', 'tear', 'in', 'the', 'waistband', 'the', 'only', 'way', 'i', 'was', 'able', 'to', 'try', 'them', 'on', 'was', 'because', 'the', 'last', 'bit', 'of', 'the', 'waistband', 'was', 'hanging', 'on', 'by', 'a', 'thread', 'so', 'the', 'quality', 'is', "n't", 'too', 'great', 'a', ',4,0,0', 'general', 'bottoms', 'pants'] ['13928,868,39', 'works', 'if', 'you', "'re", 'broad', 'shouldered', 'if', 'you', 'are', 'like', 'me', 'and', 'your', 'shoulders', 'are', 'broader', 'than', 'your', 'hips', 'the', 'boat-neck', 'on', 'this', 'wo', "n't", 'be', 'too', 'wide', 'on', 'you'] [] ['i', 'am', 'normally', 'a', 'm', 'or', 'l', 'in', 'retailer', 'tops', 'and', 'went', 'with', 'the', 'm', 'and', 'i', 'have', 'very', 'large', 'biceps', 'if', 'you', "'re", 'broad-shouldered', 'but', 'have', 'smaller', 'arms', 'i', 'would', 'recommended', 'sizing', 'down', 'a', 'size'] [] ['i', 'have', 'a', 'very', 'long', 'torso', 'and', 'did', "n't", 'find', 'this', 'to', 'be', 'too', 'short', 'but', 'i', 'love', 'jeans', 'with', 'a', '10', 'rise', 'if', 'you', 'are', 'going', 'to', 'pair', 'this', 'with', 'low', 'or', 'medium', '8.5', 'rise', 'jeans', 'then', 'yes', 'you', 'will', ',3,1,22', 'general', 'tops', 'knits'] ['13929,1047,69', 'hawthorne', 'wide-legs', 'these', 'are', 'huuuuge', 'i', "'m", '5', '8', '117lbs', 'i', 'ordered', 'the', 'small', 'but', 'unfortunately', 'they', 'were', 'way', 'to', 'big', 'i', 'might', 'have', 'tried', 'the', 'xs', 'however', 'did', "n't", 'care', 'for', 'the', 'pattern', 'as', 'much', 'as', 'the', 'picture', 'i', 'think', 'these', 'would', 'work', 'better', 'on', 'taller', 'fuller', 'figure', 'girls', ',3,0,3', 'general', 'bottoms', 'pants'] ['13930,825,38', 'beautifully', 'made', 'quality', 'top', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'on', 'the', 'spot', 'and', 'paid', 'full', 'price', 'for', 'it', 'which', 'is', 'a', 'rarity', 'since', 'everything', 'goes', 'on', 'sale', 'it', "'s", 'a', 'beautify', 'top', 'well', 'made', 'and', 'sits', 'well', 'on', 'me', 'i', 'am', '5', '6', 'usually', 'wear', 'a', 'size', '10', 'but', 'got', 'away', 'with', 'an', '8', 'in', 'this', 'one', 'i', 'do', 'have', 'short', 'torso', 'so', 'i', 'can', 'see', 'it', 'having', 'a', 'problem', 'for', 'someone', 'with', 'long', 'torso', 'or', 'someone', 'who', "'s", 'tall', 'what', "'s", 'even', 'better', 'is', 'that', 'it', 'went', 'on', 'sale', 'and', 'the', 'store', 'was', 'nice', 'enough', 'to', 'give', 'me', 'the', 'difference', 'back', 'i', "'m", 'thinking', 'about', 'getting', 'the', 'other', 'two', 'colors', ',5,1,3', 'general', 'tops', 'blouses'] ['13931,420,70', 'great', 'pants', 'but', 'have', 'to', 'return', 'them', 'i', 'do', 'love', 'these', 'pants', 'but', 'they', 'are', 'way', 'too', 'long', 'for', 'me', 'and', 'will', 'have', 'to', 'return', 'them', 'the', 'petite', 'sizes', 'are', 'sold', 'out', 'it', 'is', 'true', 'that', 'the', 'elastic', 'in', 'the', 'waistband', 'is', 'not', 'attached', 'to', 'the', 'waistband', 'fabric', 'and', 'does', 'get', 'twisted', 'when', 'you', 'put', 'the', 'pants', 'on', 'however', 'to', 'me', 'that', 'is', 'not', 'a', 'show-stopper', 'sorry', 'i', 'can', 'not', 'keep', 'them', 'i', 'do', 'love', 'retailer', 'and', 'will', 'continue', 'shopping', 'with', 'you', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['13932,1110,32', 'super', 'flattering', 'this', 'dress', 'was', 'a', "'maybe", 'for', 'me', 'online', 'but', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'totally', 'won', 'over', 'i', 'got', 'the', 'raspberry', 'which', 'is', 'a', 'really', 'pretty', 'color', 'i', 'have', '34dd', 'chest', 'and', 'it', 'fits', 'nicely', 'on', 'me', 'fairly', 'true', 'to', 'size', 'and', 'is', 'super', 'flattering', 'on', 'me-', 'more', 'so', 'than', 'most', 'swing', 'dresses', 'love', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['13933,1047,64', 'flattering', 'and', 'comfy', 'i', 'love', 'flowy', 'pants', 'like', 'these', 'pattern', 'looks', 'different', 'the', 'green', 'is', 'pale', 'like', 'on', 'the', 'far', 'right', 'smocking', 'is', 'a', 'beautiful', 'touch', 'and', 'they', 'are', 'a', 'nice', 'weight', 'and', 'well', 'made', 'had', 'to', 'hem', 'them', 'up', 'about', '2', 'and', 'i', "'m", '5', '8', 'about', '180.', 'xl', 'fits', 'perfectly', ',5,1,2', 'general', 'bottoms', 'pants'] ['13934,1016,36', 'really', 'great', 'might', 'be', 'for', 'taller', 'gals', 'really', 'cute', 'skirt', 'found', 'it', 'to', 'be', 'too', 'much', 'material', 'on', 'my', 'frame', '5', '4', 'would', 'look', 'really', 'great', 'on', 'someone', 'taller', 'the', 'tie', 'in', 'the', 'front', 'was', 'pretty', 'but', 'a', 'bit', 'bulky', 'on', 'me', 'and', 'ultimately', 'i', 'want', 'a', 'skirt', 'i', 'can', 'wear', 'both', 'ways', 'with', 'shirts', 'tucked', 'in', 'or', 'out', 'this', 'one', 'is', 'tuck', 'in', 'only', 'so', 'sending', 'back', 'will', 'look', 'really', 'great', 'on', 'someone', 'else', 'though', 'nice', 'knee', 'length', 'skirt', ',5,1,6', 'general', 'bottoms', 'skirts'] ['13935,865,60', 'cute', 'thin', 'sheath', 'type', 'tank', 'very', 'cute', 'adorable', 'shape', 'tank', 'top', 'but', 'extremely', 'huge'] ['does', 'not', 'come', 'in', 'petite', 'and', 'is', 'not', 'even', 'close', 'to', 'fitting', 'me'] ['extra', 'small', 'is', 'like', 'a', 'medium'] ['not', 'a', 'sky', 'color', 'like', 'the', 'picture', 'it', 'is', 'a', 'black-and-white', 'type', 'of', 'the', 'shirt', 'which', 'needs', 'a', 'thin', 'camisole', 'underneath', 'shirt', 'is', 'definitely', 'white', 'but', 'would', 'look', 'great', 'with', 'the', 'black', 'or', 'gray', 'camisole', 'underneath'] ['better', 'for', 'taller', 'larger', 'sized', 'people', ',3,1,6', 'general', 'tops', 'knits'] ['13936,1098,34', 'beautiful', 'love', 'the', 'colors', 'i', "'m", '5', '2', 'and', 'the', 'regular', 'goes', 'down', 'to', 'my', 'ankles', 'like', 'a', 'petite', 'dress', 'would', 'normally', 'if', 'you', 'get', 'petite', 'it', 'would', 'be', 'as', 'high', 'as', 'it', 'is', 'on', 'the', 'model', 'the', 'material', 'is', 'comfortable', 'and', 'i', 'can', 'see', 'this', 'as', 'a', 'pretty', 'versatile', 'piece', ',5,1,0', 'general', 'dresses', 'dresses'] ['13937,1110,44', 'awkward', 'not', 'as', 'pictured', 'i', 'purchased', 'the', '0p', 'online', 'and', 'it', 'was', 'so', 'incredibly', 'short', 'on', 'me', 'it', 'would', "n't", 'even', 'serve', 'as', 'a', 'tunic', 'it', 'was', 'also', 'so', 'tight', 'in', 'the', 'bust', 'area', 'that', 'i', 'could', 'not', 'pull', 'it', 'down', 'because', 'there', 'is', 'absolutely', 'no', 'give', 'in', 'the', 'material', 'the', 'berry', 'color', 'was', 'not', 'as', 'bright', 'as', 'it', 'had', 'appeared', 'online', 'but', 'in', 'fact', 'was', 'a', 'very', 'muddled', 'color', 'that', 'seemed', 'to', 'make', 'the', 'material', 'look', 'even', 'more', 'cheap', 'i', 'would', 'need', 'to', 'size', 'up', 'considerably', 'to', 'have', 'good', 'fit', 'without', 'give', 'in', 'the', 'bust', 'and', 'arms', 'and', 'judging', 'by', 'the', 'structure', 'of', 'the', 'dres,3,0,51', 'general', 'petite', 'dresses', 'dresses'] ['13938,1110,45', 'wrinkles', 'this', 'dress', 'is', 'gorgeous', 'as', 'displayed', 'at', 'store', 'color', 'is', 'vibrant', 'but', 'the', 'one', 'i', 'ordered', 'looked', 'dull', 'and', 'wrinkles', 'very', 'easily', 'i', 'wore', 'it', 'to', 'a', 'ceremony', 'and', 'the', 'seatbelt', 'left', 'me', 'wrinkled', 'before', 'i', 'arrived', 'the', 'top', 'is', 'very', 'wide', 'and', 'best', 'to', 'wear', 'strapless', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['13939,1110,52', 'beautiful', 'i', 'am', '5', '7', 'and', 'wanted', 'a', 'swing', 'type', 'of', 'dress', 'that', 'was', "n't", 'too', 'short', 'to', 'be', 'too', 'young', 'or', 'too', 'long', 'to', 'look', 'frumpy', 'and', 'this', 'fits', 'perfect', 'it', "'s", 'very', 'comfortable', 'it', 'has', 'nice', 'quality', 'in', 'the', 'fabric', 'not', 'all', 'polyester', 'like', 'many', 'of', 'the', 'swing', 'dresses', 'out', 'now'] [] ['it', "'s", 'a', 'bit', 'longer', 'in', 'the', 'back', 'and', 'has', 'a', 'very', 'ethereal', 'quality', 'without', 'being', 'childlike', 'it', "'s", 'pretty', 'the', 'sleeves', 'are', 'long', 'enough', 'and', 'the', 'elastic', 'fits', 'well', 'no', 'pinching', 'i', 'can', 'wear', 'a', 'full', 'bra', 'with', 'it', 'and', 'both', 'boots', 'and', 'super', 'sexy', 'heels', 'look', 'great', 'wi', ',5,1,31', 'general', 'petite', 'dresses', 'dresses'] ['13940,996,38', 'so', 'flattering', 'this', 'skirt', 'looks', 'very', 'nice', 'in', 'person', 'and', 'it', 'hugs', 'one', "'s", 'cure', 'beautifully', 'the', 'hem', 'is', 'uneven', 'which', 'makes', 'it', 'more', 'interesting', 'i', 'am', '5', '2', '120lbs', 'tried', 'it', 'in', 'the', 'navy/beige', 'color', 'in', 'size', 's', 'and', 'size', 'xs', 'and', 'i', 'found', 'size', 'xs', 'fits', 'better', 'the', 'fabric', 'is', 'soft', 'and', 'stretchy', 'and', 'it', 'drapes', 'well', 'because', 'i', 'am', 'petite', 'the', 'length', 'of', 'the', 'normal', 'size', 'fits', 'me', 'more', 'like', 'a', 'maxi', 'skirt', 'it', 'goes', 'all', 'the', 'way', 'down', 'to', 'my', 'mid', 'calf', 'unfortunately', 'the', 'petite', 'xs', 'is', 'sold', 'out', 'so', 'i', 'have', 'to', 'settle', 'with', 'the', 'normal', 'size', 'xs', 'sti', ',5,1,6', 'general', 'bottoms', 'skirts'] ['13941,1110,43', 'i', 'purchased', 'this', 'dress', 'in', 'the', 'berry', 'color', 'it', 'is', 'beautiful', 'and', 'feminine', 'the', 'length', 'fit', 'just', 'like', 'in', 'the', 'picture', 'i', 'love', 'all', 'the', 'detail', 'and', 'ease', 'of', 'this', 'dress', 'i', "'m", '5', '2', '34d', 'and', 'purchased', 'a', 'size', '2.', 'it', 'fits', 'true', 'to', 'size', ',5,1,9', 'general', 'petite', 'dresses', 'dresses'] ['13942,1110,31', 'stunning', 'lace/boho', 'dress', 'this', 'is', 'a', 'gorgeous', 'dress', 'with', 'a', 'great', 'boho', 'styling', 'the', 'color', 'in', 'person', 'is', 'exactly', 'as', 'it', "'s", 'shown', 'it', 'is', 'wearable', 'all', 'throughout', 'the', 'year', 'easily', 'paired', 'with', 'boots', 'or', 'sandals', 'while', 'the', 'fit', 'is', 'true', 'to', 'size', 'i', 'found', 'the', 'lace', 'detailing', 'has', 'no', 'stretch', 'to', 'it', 'so', 'the', 'bodice', 'is', 'a', 'little', 'tight', 'i', 'love', 'this', 'dress', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13943,420,57', 'lovely', 'yet', 'annoying', 'i', 'bought', 'these', 'almost', 'immediately', 'after', 'touching', 'them', 'in', 'store', 'they', 'were', 'so', 'soft', 'i', 'did', "n't", 'even', 'need', 'to', 'try', 'them', 'on', 'to', 'know', 'i', 'would', 'love', 'them', 'i', 'now', 'wish', 'i', 'had', 'tried', 'them', 'on', 'in', 'the', 'store', 'so', 'i', 'could', 'have', 'learned', 'that', 'the', 'elastic', 'band', 'on', 'the', 'inside', 'is', "n't", 'sown', 'in', 'meaning', 'the', 'band', 'will', 'constantly', 'twist', 'and', 'get', 'tangled', 'whenever', 'i', 'put', 'them', 'on/take', 'them', 'off', 'it', "'s", 'unbelievably', 'annoying', 'i', 'have', 'to', 'fix', 'them', 'every', 'time', 'i', 'wear', 'them', 'if', 'i', 'had', 'known', 'this', 'i', 'do', "n't", 'know', 'if', 'i', 'would', 'have', 'purchased', 'them', 'they', 'are', ',3,1,31', 'initmates', 'intimate', 'lounge'] ['13944,825,38', 'beautiful', 'color', 'short', 'waist', 'this', 'shirt', 'has', 'a', 'vibrant', 'color', 'and', 'beautiful', 'neck', 'line', 'but', 'unfortunately', 'i', 'had', 'to', 'send', 'it', 'back', 'it', 'is', 'short', 'waisted', 'with', 'a', 'lot', 'of', 'material', 'in', 'the', 'back', 'had', 'it', 'been', '1-2', 'inches', 'longer', 'it', 'may', 'flare', 'out', 'but', 'based', 'on', 'the', 'length', 'on', 'me', 'it', 'ended', 'up', 'looking', 'like', 'a', 'shrunken', 'tent', 'for', 'reference', 'i', 'am', '5', '8', 'with', 'a', 'long', 'torso', ',3,0,10', 'general', 'tops', 'blouses'] ['13945,1111,38', 'love', 'love', 'love', 'a', 'perfect', 'summer', 'dress', 'beautiful', 'print', 'and', 'is', 'extremely', 'flattering', 'for', 'a', 'curvy', 'frame', 'i', 'have', 'worn', 'this', 'dress', 'twice', 'and', 'have', 'received', 'at', 'least', '2', 'compliments', 'each', 'time', 'only', 'note', 'wearing', 'a', 'bra', 'with', 'this', 'dress', 'is', "n't", 'really', 'a', 'possibility', 'due', 'to', 'the', 'back', 'detail', 'its', 'pasties', 'or', 'if', 'you', "'re", 'okay', 'being', 'free', 'flowing', 'your', 'chest', 'is', "n't", 'too', 'large', 'you', 'can', 'get', 'away', 'with', 'it', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['13946,1098,29', 'fits', 'snug', 'this', 'dress', 'was', 'too', 'cute', 'to', 'pass', 'up', 'i', 'loved', 'it', 'online', 'but', 'when', 'i', 'got', 'it', 'home', 'it', 'was', 'so', 'tight', 'i', 'could', "n't", 'zip', 'up', 'my', 'normal', 'size', 'the', 'length', 'was', 'perfect', 'on', 'me', 'being', '5', '7', 'the', 'fabric', 'and', 'detail', 'was', 'beautiful', 'if', 'you', 'have', 'a', 'bust', 'order', 'a', 'size', 'up', 'beautiful', 'dress', 'just', 'really', 'snug', 'up', 'top', ',2,1,0', 'general', 'dresses', 'dresses'] ['13947,1110,64', 'lovely', 'spring', 'addition', 'this', 'is', 'one', 'of', 'those', 'why', 'we', 'shop', 'at', 'retailer', 'dresses'] [] ['this', 'dress', 'arrived', 'today', 'via', 'lasership', 'in', 'an', 'actual', 'box', 'both', 'deliveries', 'from', 'this', 'service', 'far', 'surpass', 'fedex', 'ups', 'and', 'certainly', 'usps', 'which', 'crams', 'an', 'expensive', 'item', 'in', 'an', 'unprotected', 'plastic', 'bag', 'into', 'the', 'mailbox', 'okay', 'off', 'my', 'soapbox', 'and', 'thanks', 'for', 'the', 'free', 'shipping', 'weekend'] [] ['raspberry', 'is', 'quite', 'beautiful', 'truly', 'as', 'pictured', 'the', 'lacework', 'should', 'be', 'more', 'resilient', 'than', 'many', 'the', 'shape', 'is', 'reigned', 'in', 'by', 'the', 'bodice', 'not', 'elastic', 'btw', 'and', 'the', ',5,1,25', 'general', 'petite', 'dresses', 'dresses'] ['13948,868,54', 'cute', 'and', 'comfortable', 'love', 'this', 'top', 'looks', 'really', 'cute', 'with', 'a', 'pair', 'of', 'high', 'waist', 'jeans', 'it', 'is', 'a', 'nice', 'thick', 'cotton', 'fabric', 'that', 'does', 'not', 'stretch', 'out', 'after', 'wearing', 'it', 'is', 'short', 'so', 'for', 'me', 'the', 'high', 'waist', 'pants', 'were', 'a', 'must', 'but', 'if', 'you', 'do', "n't", 'mind', 'showing', 'your', 'belly', 'then', 'it', 'would', 'be', 'cute', 'with', 'anything', 'the', 'boat', 'neck', 'collar', 'is', 'not', 'so', 'wide', 'that', 'it', 'shows', 'your', 'bra', 'straps', 'as', 'with', 'some', 'overall', 'it', 'was', 'a', 'good', 'fit', ',5,1,0', 'general', 'tops', 'knits'] ['13949,1047,33', 'highly', 'recommend', 'i', 'loved', 'these', 'online', 'and', 'am', 'even', 'more', 'in', 'love', 'since', 'receiving', 'them', 'in', 'the', 'mail', 'the', 'band', 'on', 'top', 'is', 'a', 'great', 'touch', 'for', 'these', 'flowy', 'pants', 'i', "'m", '5', '9', 'and', 'they', 'are', 'still', 'a', 'little', 'long', 'but', 'other', 'than', 'that', 'they', 'are', 'perfect', ',5,1,0', 'general', 'bottoms', 'pants'] ['13950,1047,38', 'amazing', 'pants', 'i', 'bought', 'these', 'yesterday', 'and', 'i', 'love', 'them', 'they', 'are', 'super', 'comfortable', 'and', 'are', 'the', 'perfect', 'length', 'and', 'size', 'i', "'m", '5', '8', 'and', '150.', 'i', 'tried', 'on', 'both', 'the', 'small', 'and', 'medium', 'small', 'for', 'kicks', 'but', 'turns', 'out', 'they', 'were', 'a', 'better', 'fit', 'the', 'medium', 'fit', 'great', 'too-albeit', 'a', 'little', 'baggy', 'on', 'the', 'thigh', 'these', 'are', 'now', 'my', 'go', 'to', 'pants', 'for', 'summer', 'and', 'travel', 'i', 'ca', "n't", 'wait', 'to', 'start', 'wearing', 'them', ',5,1,1', 'general', 'bottoms', 'pants'] ['13951,996,48', 'this', 'is', 'so', 'comfortable', 'and', 'so', 'flattering', 'i', 'got', 'it', 'in', 'two', 'colors', 'i', 'think', 'it', 'runs', 'tts', 'i', 'sized', 'up', 'so', 'i', 'could', 'wear', 'it', 'lower', 'on', 'my', 'hips', 'i', "'m", '5', '2', 'and', 'got', 'the', 'regular', 'size', 'rather', 'than', 'petite', 'and', 'it', "'s", 'more', 'of', 'a', 'maxi', 'skirt', 'on', 'me', 'way', 'longer', 'than', 'on', 'the', 'model', 'this', 'is', 'what', 'i', 'wanted', 'i', 'can', 'never', 'find', 'maxi', 'skirts', 'that', 'are', "n't", 'way', 'too', 'long', 'even', 'when', 'i', 'try', 'petite', 'but', 'if', 'you', 'want', 'it', 'more', 'midi', 'go', 'for', 'petite', 'sizing', ',5,1,1', 'general', 'bottoms', 'skirts'] ['13952,128,30', 'pills', 'horribly', 'i', 'splurged', 'on', 'this', 'pajama', 'set', 'for', 'myself', 'and', 'now', 'regret', 'it', 'even', 'though', 'the', 'design', 'is', 'adorable', 'the', 'knitted', 'fabric', 'contains', 'acrylic', 'and', 'started', 'pilling', 'a', 'lot', 'within', 'the', 'first', 'week', 'of', 'wear', 'after', 'a', 'month', 'and', 'a', 'couple', 'washes', 'it', 'looks', 'horrible', 'it', 'may', 'be', 'the', 'worst', 'case', 'of', 'pilling', 'i', "'ve", 'ever', 'seen', 'in', 'a', 'fabric', 'so', 'so', 'disappointed', 'it', 'initially', 'fit', 'true', 'to', 'size', 'but', 'has', 'stretched', 'out', 'a', 'bit', 'over', 'time', ',1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['13953,828,48', 'thin', 'lightweight', 'and', 'sheer', 'personally', 'i', 'love', 'cloth', 'and', 'stone', 'this', 'top', 'however', 'sheer', 'is', 'still', 'a', 'nice', 'top', 'to', 'have', 'in', 'my', 'rotation', 'it', 'is', 'thin', 'lightweight', 'and', 'sheer', 'but', 'with', 'a', 'cami', 'or', 'nude', 'bra', 'can', 'be', 'pulled', 'off', 'nicely', 'i', 'did', 'find', 'the', 'top', 'to', 'be', 'tts', 'for', 'me', 'but', 'the', 'sleeves', 'were', 'snug', 'i', 'purchased', 'this', 'on', 'sale', 'with', 'extra', '30', 'percent', 'off', 'so', 'i', 'was', 'justified', 'in', 'getting', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['13954,128,41', 'super', 'cute', 'and', 'comfy', 'i', 'am', '5', '2', '110', 'lbs', 'and', 'i', 'ordered', 'my', 'usual', 'size', 'xs', 'and', 'they', 'fit', 'perfectly', 'they', 'are', 'so', 'soft', 'and', 'comfortable', 'and', 'keep', 'me', 'very', 'warm', 'i', 'ca', "n't", 'wait', 'to', 'take', 'them', 'with', 'me', 'when', 'we', 'go', 'to', 'the', 'snow', 'next', 'month', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['13955,828,35', 'great', 'transition', 'from', 'work', 'to', 'evening', 'it', "'s", 'lightweight', 'which', 'is', 'perfect', 'for', 'summer', 'officewear', 'when', 'i', 'do', "n't", 'want', 'bare', 'arms', 'my', 'fear', 'with', 'buying', 'any', 'white', 'shirt', 'is', 'that', 'it', 'will', 'be', 'too', 'sheer', 'this', 'shirt', 'is', 'sheer', 'but', 'not', 'as', 'much', 'as', 'most', 'in', 'part', 'due', 'to', 'the', 'pattern', 'that', 'camouflages', 'any', 'sheer-ness', 'i', 'do', "n't", 'find', 'it', 'to', 'be', 'see', 'through', 'when', 'wearing', 'a', 'nude', 'colored', 'bra', 'that', 'matches', 'my', 'skintone', 'exactly', 'i', "'ve", 'worn', 'it', 'to', 'work', 'with', 'a', 'nude', 'bra', 'and', 'it', 'was', 'a', 'great', 'transition', 'shirt', 'between', 'the', 'office', 'and', 'happy', 'hour', 'i', 'went', 'a', 'size', 'up', 'to', 'a', 'small', 'becaus', ',5,1,2', 'general', 'tops', 'blouses'] ['13956,862,29', 'lovely', 'tee', 'with', 'great', 'back', 'detail', 'this', 'top', 'is', 'really', 'cute-', 'the', 'plum', 'is', 'a', 'lovely', 'color', 'and', 'the', 'top', 'fits', 'true', 'to', 'size', 'love', 'the', 'back', 'detailing', 'and', 'it', 'is', 'really', 'good', 't-shirt', 'quality.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['13957,343,29', ',i', 'absolutely', 'adore', 'this', 'top', 'it', 'is', 'super', 'soft', 'i', 'purchased', 'it', 'in', 'the', 'wine', 'color', 'i', 'would', 'recommend', 'this', 'for', 'anyone', 'if', 'they', 'have', 'other', 'colors', 'i', 'plan', 'on', 'buying', 'them', 'i', 'am', 'going', 'to', 'wear', 'this', 'with', 'jeans', 'and', 'my', 'furry', 'vest', 'in', 'the', 'fall/winter.,5,1,1', 'initmates', 'intimate', 'layering'] ['13958,862,46', 'too', 'much', 'material', 'maternity', 'like', 'and', 'although', 'the', 'back', 'is', 'really', 'cool', 'there', 'is', 'too', 'much', 'material', 'in', 'the', 'front', 'and', 'it', 'is', 'almost', 'like', 'thin', 'ribbed', 'long', 'underwear/pajama', 'returned', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['13959,1094,56', 'thin', 'material', 'this', 'is', 'a', 'lovely', 'dress', 'but', 'much', 'more', 'casual', 'than', 'i', 'thought', 'from', 'the', 'picture', 'the', 'material', 'is', 'very', 'thin', 'and', 'casual', 'i', 'needed', 'a', 'dressier', 'dress', 'and', 'i', 'did', "n't", 'need', 'another', 'casual', 'dress', 'so', 'i', 'sent', 'it', 'back', 'but', 'it', 'would', 'be', 'fine', 'if', 'you', 'want', 'something', 'casual', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13960,828,60', 'too', 'sheer', 'i', 'agree', 'with', 'the', 'previous', 'reviewer', 'that', 'this', 'shirt', 'is', 'way', 'to', 'sheer', 'at', 'least', 'for', 'me', 'if', 'you', 'do', "n't", 'mind', 'wearing', 'a', 'cami', 'under', 'it', 'or', 'your', 'bra', 'and', 'skin', 'showing', 'in', 'the', 'back', 'especially', 'then', 'it', 'might', 'be', 'for', 'you', 'i', 'did', 'not', 'feel', 'like', 'it', 'was', 'very', 'good', 'quality', 'either', 'the', 'print', 'is', 'really', 'cute', 'but', 'then', 'it', 'did', 'not', 'button', 'all', 'the', 'way', 'up', 'and', 'i', 'like', 'the', 'option', 'because', 'i', 'think', 'they', 'drape', 'better', 'when', 'they', 'have', 'buttons', 'to', 'the', 'top', 'wether', 'you', 'choose', 'to', 'button', 'up', ',2,0,7', 'general', 'tops', 'blouses'] ['13961,1094,45', 'cute', 'dress', 'for', 'summer', 'i', 'bought', 'this', 'dress', 'on', 'clearance', 'and', 'think', 'it', 'will', 'be', 'cute', 'next', 'summer', 'on', 'a', 'super-hot', 'day', 'with', 'ballet', 'flats', 'i', 'have', 'no', 'idea', 'what', 'it', "'s", 'doing', 'in', 'the', 'fall', 'collection', 'am', 'looking', 'forward', 'to', 'wearing', 'it', '10', 'months', 'from', 'now', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['13962,1098,31', 'high', 'quality', 'one', 'of', 'a', 'kind', 'piece', 'this', 'dress', 'had', 'my', 'attention', 'immediately', 'online', 'but', 'in', 'person', 'it', 'was', 'even', 'prettier', 'i', 'would', 'not', 'say', 'the', 'colors', 'are', 'very', 'pink', 'as', 'the', 'color', 'selection', 'indicates', 'rather', 'browns', 'with', 'possible', 'pink', 'undertones', 'and', 'yellows', 'and', 'even', 'a', 'splash', 'of', 'dark', 'green', 'in', 'the', 'print', 'here', 'and', 'there', 'there', 'is', "n't", 'a', 'ton', 'of', 'give', 'or', 'stretch', 'to', 'the', 'fabric', 'so', 'a', 'larger', 'chest', 'may', 'need', 'to', 'size', 'up', 'i', 'am', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'the', 'size', '4', 'fit', 'just', 'right', 'though', 'i', 'do', "n't", 'have', 'a', 'ton', 'of', 'extra', 'room', 'in', 'the', 'chest', ',5,1,2', 'general', 'dresses', 'dresses'] ['13963,828,62', 'great', 'for', 'summer', 'blouse', 'yes', 'it', 'is', 'thin', 'but', 'a', 'great', 'summer', 'blouse', 'the', 'body', 'runs', 'true', 'to', 'size', 'but', 'the', 'sleeves', 'are', 'tight', 'i', 'may', 'try', 'to', 'size', 'up', 'so', 'the', 'sleeves', 'can', 'be', 'more', 'comfortable', ',4,1,1', 'general', 'tops', 'blouses'] ['13964,128,63', 'perfect', 'winter', 'leggings', 'love', 'these', 'soft', 'cozy', 'leggings', 'fit', 'like', 'a', 'glove', 'perfect', 'for', 'weekends', 'lounging', 'sleeping', 'during', 'cold', 'winter', 'weather', 'want', 'more', 'of', 'the', 'same', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['13965,862,35', 'love', 'this', 'top', 'i', 'am', 'very', 'happy', 'with', 'this', 'shirt', 'i', 'do', "n't", 'like', 'skin', 'tight', 'clothes', 'i', 'bought', 'this', 'top', 'a', 'bit', 'loose', 'but', 'it', 'does', 'not', 'look', 'like', 'i', 'am', 'wearing', 'a', 'sack', 'it', 'is', 'tunic', 'length', 'on', 'me', 'so', 'i', 'have', 'worn', 'it', 'with', 'jeans', 'and', 'boots', 'i', 'love', 'the', 'way', 'it', 'flows', 'while', 'i', 'walk', 'very', 'flattering', 'on', 'would', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['13966,862,65', 'gorgeous', 'i', 'bought', 'this', 'for', 'our', 'daughter', 'i', 'tried', 'it', 'on', 'when', 'it', 'arrived', 'and', 'the', 'material', 'is', 'fabulous', 'and', 'feels', 'soooo', 'good', 'against', 'the', 'skin', 'the', 'purple', 'is', 'a', 'stunning', 'color', 'very', 'subdued', 'and', 'classy', 'if', 'she', 'does', 'not', 'like', 'it', 'on', 'christmas', 'after', 'gifts', 'are', 'opened', 'guess', 'who', 'is', 'going', 'to', 'keep', 'it', 'for', 'herself', 'if', 'she', 'loves', 'it', 'as', 'much', 'as', 'i', 'think', 'she', 'will', 'then', 'i', "'ll", 'just', 'have', 'to', 'get', 'one', 'for', 'myself', 'the', 'pleats', 'in', 'the', 'back', 'are', 'very', 'flattering', 'best', 'of', 'all', 'is', 'the', 'fabric', 'it', 'is', 'luxurious', 'thank', 'you', 'retailer', 'for', 'yet', 'another', ',5,1,1', 'general', 'tops', 'knits'] ['13967,128,40', 'amazing', 'amazing', 'they', 'are', 'like', 'those', 'cozy', 'wool', 'socks', 'they', 'are', 'true', 'to', 'size', 'they', 'do', "n't", 'stretch', 'out', 'at', 'least', 'yet', 'even', 'after', 'i', 'stretched', 'etc', 'i', 'am', 'going', 'to', 'get', 'another', 'pair', 'since', 'i', 'envision', 'wearing', 'these', 'often', 'in', 'the', 'cold', 'house', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['13968,871,34', 'love', 'it', 'very', 'pleased', 'with', 'this', 'top', 'i', 'got', 'the', 'blue', 'and', 'white', 'first', 'and', 'now', 'i', "'m", 'getting', 'the', 'red', 'and', 'white', 'the', 'material', 'is', 'comfy', 'and', 'not', 'sheer', 'and', 'the', 'slits', 'at', 'the', 'side', 'and', 'the', 'zipper', 'in', 'back', 'add', 'extra', 'style', ',5,1,1', 'general', 'tops', 'knits'] ['13969,1094,47', 'love', 'it', 'but', 'it', "'s", 'huge', 'this', 'would', 'be', 'a', 'great', 'dress', 'if', 'it', 'was', 'sized', 'correctly', 'i', 'ordered', 'my', 'usual', 'xs', 'and', 'was', 'shocked', 'at', 'how', 'large', 'it', 'was', 'sadly', 'the', 'gray/black', 'color', 'is', 'no', 'longer', 'available', 'in', 'xxs', 'a', 'size', 'i', 'would', 'never', 'typically', 'order', 'and', 'is', 'not', 'available', 'in', 'petite', 'sizes', 'i', 'liked', 'the', 'design', 'the', 'fabric', 'and', 'the', 'color', 'if', 'you', 'are', 'lucky', 'enough', 'to', 'be', 'larger', 'than', 'a', 'size', 'xs', 'i', 'recommend', 'ordering', 'one', 'size', 'smaller', 'than', 'your', 'usual'] [] ['for', 'reference', 'i', "'m", '5', '3', '111', 'lbs', '28dddd/30ddd', 'and', 'usual', 'wear', 'a', 'size', '0', 'in', 'dresses', 'and', 'pants', 'i', ',4,0,1', 'general', 'petite', 'dresses', 'dresses'] ['13970,757,38', 'really', 'disappointed', 'loved', 'how', 'this', 'draped', 'and', 'im', 'super', 'petite', '5', '1', '32b', 'bust', 'and', 'this', 'was', 'seriously', 'one', 'of', 'the', 'most', 'ill', 'fitting', 'items', 'i', 'have', 'every', 'owned', 'i', 'purchased', 'the', 'pxs', 'and', 'it', 'was', 'huge', 'i', 'hope', 'this', 'has', 'a', 'better', 'fit', 'as', 'the', 'other', 'reviewers', 'seem', 'to', 'have', 'a', 'more', 'positive', 'review', 'i', 'was', 'just', 'appalled', 'as', 'to', 'how', 'bad', 'the', 'measurements', 'were', 'off', 'unfortunately', 'the', 'straps', 'are', 'not', 'adjustable', 'so', 'this', 'went', 'below', 'my', 'chest', 'too', 'sad', 'retailer', 'please', 'get', 'the', 'fit', 'right', ',1,0,0', 'initmates', 'intimate', 'intimates'] ['13971,862,21', 'effortless', 'i', 'love', 'this', 'comfy', 'top', 'and', 'if', 'it', 'could', "n't", 'get', 'any', 'better', 'the', 'pleated', 'back', 'makes', 'it', 'extra', 'special', 'it', 'is', 'easy', 'to', 'thrown', 'on', 'and', 'still', 'feel', 'put', 'together', 'i', 'purchased', 'this', 'top', 'in', 'the', 'green', 'and', 'i', "'m", 'absolutely', 'enthralled', 'by', 'the', 'rich', 'color', 'i', 'do', 'agree', 'that', 'the', 'quality', 'of', 'the', 'pleats', 'could', 'be', 'slightly', 'better', 'however', 'i', 'believe', 'it', "'s", 'up', 'to', 'par', 'with', 'the', 'price', 'point', 'i', 'typically', 'wear', 'an', 'xs/xsp', 'and', 'ultimately', 'decided', 'to', 'go', 'with', 'a', 'small', 'for', 'a', 'more', 'oversized', 'tunic', 'top', 'look', 'but', 'otherwise', 'i', "'d", 'go', 'for', 'your', 'normal', ',5,1,6', 'general', 'tops', 'knits'] ['13972,862,35', 'pleated', 'back', 'tee', 'i', 'love', 'this', 'top', 'i', 'think', 'the', 'knit', 'rib', 'quality', 'is', 'quite', 'lovely', 'and', 'the', 'color', 'is', 'gorgeous', 'i', 'bought', 'the', 'plum', 'color', 'and', 'got', 'many', 'compliments', 'while', 'wearing', 'it', 'i', 'like', 'that', 'it', "'s", 'a', 'little', 'on', 'the', 'longer', 'side', 'i', 'wore', 'it', 'with', 'my', 'pull-on', 'ponte', 'pants', 'and', 'booties', 'very', 'cute', ',5,1,3', 'general', 'tops', 'knits'] ['13973,343,59', 'feels', 'oh', 'sooo', 'good', 'never', 'want', 'to', 'take', 'this', 'tee', 'off', 'so', 'comfy', 'neutral', 'ecru', 'stripe', 'with', 'a', 'teeny', 'bit', 'sparklecolor', 'is', 'superb', 'goes', 'with', 'a', 'ton', 'of', 'items', 'from', 'my', 'own', 'closets', 'need', 'more', 'in', 'every', 'color/print/stripe', 'just', 'feels', 'ooh', 'soooo', 'good', ',5,1,1', 'initmates', 'intimate', 'layering'] ['13974,343,53', 'love', 'it', 'i', 'bought', 'the', 'black', 'one', 'on', 'an', 'extra', '40', 'off', 'sale', 'and', 'i', 'just', 'love', 'it', 'not', 'thrilled', 'about', 'the', 'other', 'colors', 'but', 'i', 'might', 'order', 'another', 'one', 'just', 'because', 'i', 'like', 'it', 'so', 'much', 'super', 'soft', 'and', 'comfy', 'i', 'had', 'to', 'order', 'a', 'size', 'up', 'since', 'the', 'mediums', 'were', 'all', 'sold', 'out', 'but', 'i', 'like', 'the', 'way', 'it', 'fits', 'not', 'too', 'big', 'at', 'all', ',5,1,1', 'initmates', 'intimate', 'layering'] ['13975,757,49', 'this', 'is', 'a', 'great', 'layering', 'piece', 'got', 'in', 'orange', 'color', 'and', 'it', 'is', 'really', 'a', 'beautiful', 'shade', 'i', 'am', '5', '3', '36dd', 'and', 'went', 'with', 'a', 'm.', 'very', 'flowy', 'nice', 'length', 'more', 'on', 'the', 'short', 'side', 'and', 'not', 'see', 'through', 'i', 'am', 'able', 'to', 'wear', 'without', 'a', 'bra', 'where', 'the', 'ruffles', 'cover', 'any', 'possible', 'chance', 'of', 'seeing', 'anything', 'i', 'have', 'a', 'black', 'came', 'from', 'another', 'brand', 'and', 'have', 'literally', 'worn', 'it', 'to', 'pieces', 'goes', 'well', 'under', 'a', 'jacket', 'for', 'work', 'a', 'kimono', 'wrap', 'denim', 'jacket', 'just', 'anything', 'i', 'was', 'a', 'bit', 'disappointed', 'it', 'is', 'dry', 'clean', 'only', 'h', ',5,1,3', 'initmates', 'intimate', 'intimates'] ['13976,828,46', ',beautiful', 'pattern', 'and', 'shape', 'however', 'i', 'had', 'to', 'send', 'it', 'back', 'it', 'is', 'extremely', 'see', 'through', 'and', 'ran', 'very', 'small', 'i', 'even', 'sized', 'up', 'and', 'it', 'still', 'pulled', 'in', 'the', 'bust', 'area', 'maybe', 'someone', 'with', 'a', 'smaller', 'bust', 'might', 'fit', 'them', 'better', ',3,0,4', 'general', 'tops', 'blouses'] ['13977,862,41', 'lots', 'of', 'compliments', 'if', 'you', "'re", 'a', 'curvy', 'girl', 'like', 'me', 'this', 'shirt', 'is', 'very', 'flattering', 'hangs', 'nicely', 'in', 'the', 'front', 'not', 'too', 'clingy', 'also', 'has', 'that', 'accordian', 'back', 'which', 'is', 'very', 'nice', 'because', 'it', 'hides', 'my', 'back', 'fat', 'the', 'plum', 'is', 'gorgeous', 'was', 'king', 'it', 'for', 'the', 'first', 'time', 'so', 'ca', "n't", 'yet', 'comment', 'on', 'how', 'it', 'holds', 'up', 'with', 'washing', 'or', 'whether', 'the', 'back', 'retains', 'its', 'accordian', 'loom', 'with', 'the', 'hang', 'to', 'dry', 'recommendation', ',5,1,2', 'general', 'tops', 'knits'] ['13978,757,26', 'dress', 'me', 'up', 'or', 'down', 'love', 'the', 'color', 'of', 'this', 'shirt', 'i', 'wear', 'it', 'under', 'a', 'brown', 'leather', 'jacket', 'i', 'purchased', 'in', 'store', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['13979,128,48', 'cutest', 'leggings', 'ever', 'these', 'legging', 'are', 'adorable', 'i', 'love', 'that', 'i', 'was', 'able', 'to', 'get', 'them', 'in', 'a', 'petite', 'size', 'and', 'the', 'detailing', 'of', 'these', 'pants', 'are', 'awesome', 'the', 'buttons', 'at', 'the', 'ankle', 'are', 'cute', 'i', 'truly', 'feel', 'these', 'leggings', 'are', 'worth', 'the', 'price', 'i', 'paid', 'for', 'them', 'because', 'normally', 'i', 'do', "n't", 'like', 'to', 'spend', 'so', 'much', 'on', 'leggings.,5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['13980,1098,61', 'this', 'dress', 'is', 'beautifully', 'made', 'but', 'it', 'does', 'not', 'flair', 'slightly', 'as', 'in', 'the', 'photo', 'it', 'stick', 'out', 'like', 'a', 'tent', 'it', 'might', 'be', 'a', 'good', 'maternity', 'dress', 'the', 'fabric', 'is', 'somewhat', 'stiff', 'andheavy', 'with', 'a', 'slight', 'texture', ',1,0,0', 'general', 'dresses', 'dresses'] ['13981,862,27', 'unimpressed', 'this', 'shirt', 'is', 'thin', 'and', 'shapeless', 'the', 'quality', 'is', 'h', 'm', 'esque', 'unflattering', 'not', 'a', 'fan,2,0,20', 'general', 'tops', 'knits'] ['13982,863,50', 'not', 'for', 'a', 'petite', 'i', 'really', 'liked', 'the', 'style', 'of', 'this', 'top', 'but', 'it', "'s", 'way', 'oversized', 'i', "'m", 'petite', 'and', 'drowned', 'in', 'this', 'top', 'even', 'though', 'i', 'got', 'it', 'in', 'an', 'xs', 'the', 'material', 'is', 'nice', 'but', 'i', 'ca', "n't", 'see', 'i', 'had', 'a', 'feeling', 'for', 'the', 'cut', 'because', 'it', 'runs', 'so', 'big', 'this', 'one', 'is', 'going', 'back', 'to', 'the', 'store', ',3,0,0', 'general', 'tops', 'knits'] ['13983,818,32', 'classic', 'shirt', 'i', 'love', 'this', 'shirt', 'and', 'the', 'colors', 'it', 'brings', 'out', 'this', 'shirt', 'makes', 'a', 'great', 'statement', 'it', 'can', 'be', 'worn', 'with', 'jeans', 'and', 'look', 'great', 'or', 'worn', 'with', 'slacks', 'i', 'great', 'a', 'lot', 'of', 'compliments.,5,1,0', 'general', 'tops', 'blouses'] ['13984,1094,42', 'not', 'as', 'shown', 'i', 'was', 'extremely', 'disappointed', 'when', 'this', 'arrived', 'it', "'s", 'nothing', 'like', 'the', 'red', 'color', 'shown', 'rather', 'it', "'s", 'a', 'very', 'dull', 'reddish', 'color', 'as', 'other', 'reviews', 'have', 'suggested', 'it', 'is', 'very', 'thin', 'and', 'runs', 'large', 'i', 'have', 'to', 'return', ',1,0,0', 'general', 'dresses', 'dresses'] ['13985,831,31', 'super', 'cute', 'this', 'fits', 'a', 'little', 'short', 'on', 'me', 'and', 'i', "'ll", 'have', 'to', 'wear', 'a', 'shirt', 'underneath', 'even', 'with', 'a', 'high', 'waist', 'pant', 'i', 'still', 'adore', 'it', 'get', 'it', 'for', 'the', 'price', ',5,1,0', 'general', 'tops', 'blouses'] ['13986,343,25', 'sleek', 'and', 'fun', 'very', 'nice', 'long-sleeved', 'shirt', 'the', 'fabric', 'is', 'soft', 'and', 'warm', 'you', 'can', 'wear', 'it', 'on', 'its', 'own', 'or', 'easily', 'compliment', 'with', 'a', 'jacket.,5,1,1', 'initmates', 'intimate', 'layering'] ['13987,863,71', 'tie-neck', 'tee', 'love', 'it', 'material', 'is', 'soft', 'and', 'color', 'goes', 'will', 'with', 'any', 'color.,5,1,1', 'general', 'tops', 'knits'] ['13988,862,59', 'great', 'piece', 'i', 'could', "n't", 'be', 'happier', 'with', 'this', 'top', 'it', 'is', 'very', 'flattering', 'and', 'not', 'at', 'all', 'shapeless', 'as', 'suggested', 'by', 'another', 'reviewer', 'least', 'not', 'on', 'me', 'yes', 'the', 'materiel', 'is', 'somewhat', 'thin', 'but', 'it', 'is', 'advertised', 'to', 'be', 'a', 'tee', 'shirt', 'type', 'material', 'that', 'is', 'why', 'it', 'feels', 'so', 'comfortable', 'on', 'with', 'nice', 'stretch', 'and', 'softness', 'i', 'love', 'the', 'pleated', 'back', 'giving', 'it', 'neat', 'detail', 'and', 'a', 'added', 'feminine', 'touch', 'i', 'ordered', 'the', 'dark', 'purple', 'color', 'and', 'it', 'looks', 'just', 'like', 'in', 'the', 'photo'] ['thanks', 'retailer', ',5,1,2', 'general', 'tops', 'knits'] ['13989,862,33', 'great', 'flattering', 'blouse', 'this', 'blouse', 'fits', 'true', 'to', 'size', 'i', 'carry', 'alot', 'of', 'weight', 'in', 'my', 'mid', 'section', 'and', 'this', 'blouse', 'easily', 'covers', 'and', 'hides', 'my', 'mid', 'section', 'where', 'i', "'m", 'not', 'having', 'to', 'tug', 'or', 'pull', 'down', 'i', 'have', 'this', 'blouse', 'in', 'the', 'olive', 'green', 'in', 'xl', 'and', 'it', 'fits', 'perfect', 'i', 'wore', 'this', 'on', 'christmas', 'with', 'my', 'family.,5,1,3', 'general', 'tops', 'knits'] ['13990,862,40', 'green', 'pleated', 'top', 'this', 'color', 'is', 'really', 'cool', 'because', 'it', 'can', 'go', 'with', 'black', 'grey', 'or', 'tan', 'shoes', 'the', 'back', 'pleats', 'are', 'unique', 'and', 'do', 'not', 'add', 'bulk', 'the', 'back', 'is', 'also', 'lined', 'so', 'you', 'do', "n't", 'need', 'a', 'tank', 'fits', 'tts', 'and', 'i', 'thought', 'it', 'was', 'fairly', 'flattering', 'on', 'sale', 'this', 'is', 'a', 'great', 'deal', ',5,1,0', 'general', 'tops', 'knits'] ['13991,1094,36', 'great', 'design', 'but', 'thin', 'love', 'this', 'dress', 'very', 'flattering', 'fit', 'though', 'it', 'runs', 'big', 'i', 'usually', 'wear', 'a', 's/m', 'and', 'got', 'an', 'xs', 'in', 'this', 'dress', 'the', 'only', 'concern', 'is', 'the', 'fabric', 'is', 'thin', 'but', 'love', 'it', 'nonetheless', ',4,1,1', 'general', 'dresses', 'dresses'] ['13992,862,38', ',a', 'comfortable', 'shirt', 'that', 'has', 'a', 'touch', 'of', 'dressy', 'to', 'it.,4,1,2', 'general', 'tops', 'knits'] ['13993,871,43', 'well', 'made', 'but', 'go', 'a', 'size', 'up', 'i', 'like', 'this', 'top', 'but', 'it', 'does', 'not', 'fit', 'me', 'correctly', 'i', 'am', '5', '1', 'and', 'have', 'a', 'larger', 'bust', '34', 'c.', 'this', 'shirt', 'fits', 'in', 'the', 'length', 'but', 'is', 'tight', 'in', 'the', 'bust', 'i', 'would', 'have', 'to', 'buy', 'this', 'in', 'a', 'medium', 'i', 'normally', 'wear', 'an', 'xs', 'or', 's.', 'the', 'quality', 'is', 'better', 'than', 'most', 't', 'shirts', 'and', 'i', 'ordered', 'the', 'red', 'the', 'red', 'is', 'a', 'deep', 'and', 'striking', 'color', 'and', 'one', 'of', 'the', 'better', 'reds', 'i', "'ve", 'seen', 'this', 'season', 'the', 'biggest', 'problem', 'i', 'had', 'was', 'the', 'cut', 'of', 'the', 'shirt', 'the', 'top', 'cuts', 'in', 'and', 'does', "n't", 'provide', 'coverage', 'my', 'bras', 'are', 'not', 'covered', 'by', 'this', 'to', ',3,0,4', 'general', 'tops', 'knits'] ['13994,1094,48', 'versatile', 'dress', 'this', 'dress', 'is', 'very', 'versatile', 'it', 'will', 'be', 'cool', 'and', 'comfortable', 'in', 'the', 'summer', 'but', 'one', 'could', 'also', 'wear', 'it', 'with', 'leggings', 'or', 'skinny', 'jeans', 'in', 'the', 'winter', 'with', 'a', 'sweater', 'or', 'jacket', 'it', 'can', 'be', 'worn', 'casually', 'with', 'a', 'belt', 'or', 'dressed', 'up', 'with', 'a', 'statement', 'necklace', 'and', 'earrings', 'for', 'a', 'night', 'out', 'the', 'black', 'color', 'is', 'more', 'like', 'a', 'charcoal', 'grey', 'which', 'suits', 'me', 'fine', 'grab', 'it', 'while', 'you', 'can', 'it', "'s", 'a', 'good', 'deal', 'for', 'the', 'current', 'sale', 'on', 'sale', 'price', ',5,1,0', 'general', 'dresses', 'dresses'] ['13995,863,26', 'this', 't', 'shirt', 'is', 'huge', 'i', 'am', '5', 'tall', 'size', 'xs', 'and', 'i', 'am', 'swimming', 'in', 'this', 'xs', 'i', "'m", 'trying', 'a', 'size', 'down', 'it', 'is', 'meant', 'to', 'be', 'oversized', 'but', 'this', 'is', 'extreme', ',4,1,2', 'general', 'tops', 'knits'] ['13996,343,66', 'pills', 'so', 'comfortable', 'and', 'soft', 'but', 'starting', 'pilling', 'after', 'one', 'wear', 'sending', 'back.,3,0,6', 'initmates', 'intimate', 'layering'] ['13997,828,54', 'love', 'it', 'i', 'loved', 'the', 'delicate', 'and', 'feminine', 'print', 'of', 'this', 'blouse', 'at', 'first', 'sight', 'the', 'fit', 'was', 'perfect', 'just', 'enough', 'room', 'to', 'be', 'flattering', 'and', 'comfortable', 'without', 'adding', 'any', 'unnecessary', 'bulk', 'the', 'style', 'and', 'print', 'could', 'even', 'be', 'paired', 'with', 'a', 'more', 'classic', 'skirt', 'and', 'pumps', 'and', 'go', 'to', 'the', 'office', 'the', 'length', 'was', 'also', 'spot-on', 'it', "'s", 'not', 'too', 'long', 'to', 'be', 'a', 'tunic', 'yet', 'long', 'enough', 'to', 'wear', 'with', 'skinny', 'jeans', 'or', 'even', 'leggings', 'on', 'an', 'errand-running', 'day', 'the', 'blouse', 'is', 'very', 'lightweight', 'and', 'sheer', 'making', 'it', 'that', 'much', 'more', 'comfo', ',5,1,3', 'general', 'tops', 'blouses'] ['13998,128,37', 'love', 'love', 'love', 'my', 'husband', 'bought', 'me', 'this', 'set', 'for', 'christmas', 'and', 'it', 'was', 'hands', 'down', 'my', 'favorite', 'gift', 'these', 'leggings', 'let', 'me', 'tell', 'you', 'about', 'these', 'leggings', 'so', 'comfortable', 'so', 'cute', 'buttons/color/pattern', 'love', 'they', 'way', 'they', 'feel', 'on', 'my', 'legs', 'as', 'soon', 'as', 'i', 'get', 'home', 'from', 'work', 'i', 'put', 'them', 'on', 'well', 'a', 'lot', 'of', 'days', 'i', 'am', 'ordering', 'another', 'pair', 'i', 'am', 'someone', 'who', 'does', "n't", 'do', 'leggings', 'i', 'would', 'go', 'as', 'far', 'as', 'saying', 'that', 'this', 'lounge', 'set', 'actually', 'makes', 'me', 'feel', 'sexy', 'that', "'s", 'how', 'much', 'i', 'love', 'them', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['13999,863,64', 'much', 'cuter', 'than', 'i', 'expectecd', 'i', 'looked', 'at', 'this', 'top', 'online', 'thought', 'abt', 'wearing', 'w/', 'shorts', 'later', 'saw', 'that', 'it', "'s", 'cotton', 'which', 'i', 'love', 'decided', 'to', 'order', 'my', 'usual', 'size', 'small', 'in', 'the', 'black', 'the', 'moss', 'arrived', 'yesterday', 'happened', 'to', 'have', 'on', 'a', 'pair', 'of', 'leggings', 'tried', 'on', 'the', 'tops', 'wow', 'really', 'cute', 'w/', 'leggings', 'looks', 'like', 'i', 'can', 'wear', 'w/', 'skinnys', 'shorts', 'or', 'leggings', 'so', 'i', "'m", 'happy', 'w/', 'that', 'may', 'even', 'go', 'w/', 'a', 'skirt', 'or', 'slacks'] ['the', 'cap', 'sleeves', 'are', 'cute', 'the', 'top', 'flares', 'some', 'but', 'not', 'over-whelming', 'or', 'maternity-like', 'plenty', 'of', 'room', 'on', 'my', 's', ',5,1,11', 'general', 'tops', 'knits'] ['14000,863,44', 'way', 'too', 'large', 'everywhere', 'i', 'ordered', 'a', 'medium', 'in', 'this', 'and', 'it', 'definitely', 'fits', 'more', 'like', 'a', 'large', 'i', 'liked', 'the', 'color', 'the', 'sleeves', 'but', 'tying', 'the', 'tie', 'at', 'the', 'neck', 'looks', 'silly', 'on', 'me', 'and', 'leaving', 'it', 'open', 'shows', 'too', 'much', 'cleavage', 'overall', 'it', 'is', 'just', 'shapeless', 'and', 'too', 'much', 'fabric', 'on', 'me', 'i', "'m", 'sending', 'this', 'one', 'back', ',2,0,0', 'general', 'tops', 'knits'] ['14001,828,34', 'beautiful', 'but', 'extremely', 'see', 'thru', 'the', 'design', 'is', 'gorgeous', 'the', 'fit', 'is', 'great', 'and', 'the', 'fabric', 'drapes', 'beautifully', 'and', 'is', 'very', 'comfortable', 'however', 'it', "'s", 'extremely', 'see', 'thru', ',2,0,20', 'general', 'tops', 'blouses'] ['14002,757,27', 'great', 'but', 'not', 'quite', 'as', 'expected', 'i', 'really', 'love', 'this', 'camisole', 'but', 'it', "'s", 'shorter', 'than', 'i', 'expected', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['14003,1001,62', 'skirt', 'of', 'the', 'season', 'when', 'i', 'saw', 'this', 'skirt', 'on', 'line', 'i', 'was', "n't", 'impressed', 'especially', 'at', 'the', 'price', 'but', 'then', 'i', 'saw', 'it', 'in', 'the', 'store', 'and', 'i', 'had', 'to', 'have', 'it', 'it', "'s", 'beautiful', 'definitely', 'a', 'colder', 'weather', 'skirt', 'due', 'to', 'the', 'nice', 'weight', 'of', 'the', 'fabric', 'the', 'colors', 'are', 'lovely', 'and', 'subtle', 'with', 'a', 'little', 'sheen', 'ensuring', 'you', 'can', 'wear', 'it', 'with', 'many', 'tops', 'and', 'for', 'many', 'occasions', 'from', 'everyday', 'to', 'dressier', 'length', 'is', 'just', 'at', 'the', 'bottom', 'of', 'the', 'knee', 'for', 'me', '5', '7', 'with', 'a', 'flattering', 'and', 'comfortable', 'cut', ',5,1,0', 'general', 'bottoms', 'skirts'] ['14004,939,67', 'fun', 'unique', 'jacket', 'purchased', 'for', 'myself', 'and', 'loved', 'the', 'fabric', 'and', 'unique', 'design', 'it', 'runs', 'very', 'large', 'and', 'the', 'size', 'smaller', 'was', 'not', 'available', 'so', 'it', 'was', 'returned.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14005,939,44', 'very', 'cute', 'i', 'purchased', 'this', 'jacket', 'in', 'red', 'i', 'have', 'several', 'boiled', 'wool', 'jackets', 'from', 'retailer', 'and', 'this', 'one', 'did', 'not', 'disappoint', 'it', 'is', 'very', 'warm', 'and', 'appears', 'to', 'be', 'high', 'quality', 'it', 'looks', 'good', 'both', 'snapped', 'and', 'open', 'i', 'do', 'believe', 'that', 'it', 'runs', 'large', 'i', 'settled', 'on', 'an', 'xxs', 'petite', 'and', 'am', 'just', 'under', '5', '4', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14006,939,56', ',i', 'had', 'to', 'order', 'on', 'line', 'so', 'popular', 'that', 'my', 'store', 'had', 'sold', 'out', 'i', 'ordered', 'the', 'cranberry', 'colored', 'jacket', 'and', 'love', 'the', 'color', 'fortunately', 'the', 'salesperson', 'talked', 'me', 'into', 'a', 'small', 'as', 'it', 'runs', 'fairly', 'big', 'i', "'m", 'usually', 'a', 'true', 'medium', 'i', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'cool', 'off', 'so', 'i', 'can', 'wear', 'it', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['14007,903,42', 'fit', 'is', 'true', 'to', 'size', 'color', 'is', 'accurate', 'love', 'the', 'feel', 'of', 'the', 'knit', 'it', "'s", 'weightier', 'than', 'if', 'anticipated', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'this', 'to', 'my', 'pnw', 'trips', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14008,1094,53', 'fits', 'like', 'a', 'sack', 'of', 'potatoes', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'i', 'loved', 'the', 'fabric', 'and', 'color', 'but', 'the', 'fit', 'was', 'huge', 'no', 'matter', 'how', 'much', 'i', 'sized', 'down', 'there', 'are', 'full', 'dresses', 'and', 'tunics', 'that', 'are', 'supposed', 'to', 'be', 'loose', 'but', 'this', 'was', 'shapeless', 'in', 'an', 'unflattering', 'way', 'i', 'was', 'attracted', 'to', 'the', 'style', 'and', 'color', 'but', 'the', 'execution', 'left', 'much', 'to', 'be', 'desired', ',1,0,0', 'general', 'dresses', 'dresses'] ['14009,939,55', 'cute', 'jacket', 'this', 'is', 'such', 'a', 'great', 'addition', 'to', 'my', 'fall', 'wardrobe', 'this', 'is', 'so', 'cute', 'i', "'m", '5', '9', 'and', 'this', 'fits', 'perfectly', 'i', 'do', "n't", 'usually', 'do', 'well', 'with', 'some', 'of', 'the', 'cropped', 'pieces', 'but', 'this', 'one', 'has', 'such', 'a', 'complementary', 'cute', 'the', 'sleeves', 'are', 'just', 'the', 'right', 'length', 'i', "'ve", 'had', 'lots', 'and', 'lots', 'of', 'complements', 'on', 'this', 'one', 'it', "'s", 'a', 'keeper', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14010,1110,47', 'zipper', 'is', 'weird', 'i', 'ordered', 'the', 'dress', 'on-line', 'this', 'dress', 'looked', 'pretty', 'the', 'material', 'was', 'soft', 'and', 'comfortable', 'the', 'length', 'was', 'perfect', 'but', 'the', 'zipper', 'was', 'totally', 'out', 'of', 'place', 'it', 'bulged', 'out', 'in', 'a', 'weird', 'way', 'which', 'made', 'it', 'look', 'like', 'the', 'dress', 'was', 'torn', 'i', 'had', 'to', 'return', 'the', 'dress', 'i', 'normally', 'do', "n't", 'see', 'a', 'problem', 'at', 'this', 'level', 'in', 'retailer', 'clothes', ',2,0,2', 'general', 'petite', 'dresses', 'dresses'] ['14011,1081,48', ',,4,1,0', 'general', 'dresses', 'dresses'] ['14012,939,37', 'flattering', 'warmth', 'this', 'sweater', 'is', 'warm', 'and', 'cozy', 'it', 'has', 'flattering', 'lines', 'the', 'way', 'it', 'closes', 'the', 'banded', 'detail', 'at', 'the', 'hem', 'and', 'sleeve', 'details', 'please', 'remember', 'it', 'is', 'wool', 'so', 'right', 'next', 'to', 'your', 'skin', 'my', 'be', 'itchy', 'however', 'it', 'is', 'the', 'best', 'sweater', 'for', 'a', 'slim', 'flattering', 'warm', 'look', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14013,939,68', 'my', 'new', 'favorite', 'jacket', 'i', 'love', 'this', 'jacket', 'and', 'always', 'get', 'compliments', 'when', 'i', 'wear', 'it', 'i', 'have', 'the', 'green', 'version', 'and', 'the', 'color', 'is', 'lovely', 'the', 'sleeves', 'are', 'the', 'perfect', 'length', 'i', 'got', 'a', 'petite', 'size', 'and', 'it', 'is', 'very', 'flattering', 'the', 'jacket', 'is', 'not', 'warm', 'enough', 'for', 'a', 'really', 'windy', 'snowy', 'day', 'but', 'is', 'perfect', 'for', 'cool', 'fall', 'days', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14014,927,20', 'cute', 'pattern', 'soft', 'comfy', 'and', 'flattering', 'fit', 'i', 'just', 'purchased', 'this', 'sweater', 'but', 'have', 'not', 'worn', 'it', 'yet', 'as', 'it', 'is', 'still', 'very', 'hot', 'in', 'the', 'va/dc', 'area', 'the', 'print', 'is', 'super', 'cute', 'in', 'person', 'it', 'reminds', 'me', 'of', 'a', 'missoni', 'knit', 'pattern', 'the', 'color', 'is', 'described', 'as', 'gray', 'motif', 'but', 'it', "'s", 'really', 'more', 'greens', 'and', 'browns', 'very', 'fall', 'colors', 'the', 'sweater', 'is', 'soft', 'and', 'comfortable', 'the', 'knit', 'is', 'fine', 'not', 'chunky', 'and', 'does', "n't", 'add', 'bulk', 'it', 'is', 'fitted', 'through', 'the', 'chest', 'with', 'an', 'empire', 'waist', 'and', 'flowing', 'over', 'your', 'stomach', 'and', 'hip', 'area', 'wonderfully', 'forgiving', 'of', 'any', 'extra', 'bulges', 'you', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['14015,903,39', 'too', 'short', 'in', 'length', 'and', 'boxy', 'for', 'me', 'just', 'not', 'my', 'style', 'it', 'is', 'light', 'and', 'the', 'color', 'is', 'lovely', 'and', 'summery', 'but', 'the', 'cut', 'of', 'the', 'sweater', 'just', 'did', 'not', 'work', 'at', 'all', 'for', 'me', 'and', 'it', 'was', "n't", 'overly', 'soft', 'though', 'that', 'would', "n't", 'have', 'mattered', 'if', 'it', 'fit', 'me', 'better.,4,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14016,1081,53', 'definitely', 'size', 'down', 'this', 'dress', 'is', 'beautiful', 'lovely', 'colors', 'and', 'design', 'but', 'it', "'s", 'huuuge', 'i', "'m", 'usually', 'a', 's/m', 'in', 'tops', 'and', 'dresses', 'but', 'i', 'got', 'an', 'xs', 'after', 'trying', 'it', 'on', 'in', 'the', 'store', 'i', "'m", 'busty', 'and', 'have', 'hips', 'and', 'still', 'have', 'a', 'bit', 'of', 'room', 'the', 'length', 'is', 'good', 'a', 'little', 'above', 'the', 'knee', 'but', 'still', 'work', 'appropriate', 'with', 'my', 'curves', 'it', "'s", 'not', 'my', 'most', 'flattering', 'dress', 'since', 'it', 'pretty', 'much', 'falls', 'straight', 'down', 'but', 'i', 'think', 'it', "'s", 'too', 'pretty', 'not', 'to', 'keep', ',4,1,0', 'general', 'dresses', 'dresses'] ['14017,1094,56', 'easy', 'flirty', 'style', 'my', 'preference', 'is', 'clothing', 'made', 'of', 'natural', 'fibers', 'but', 'i', 'could', "n't", 'resist', 'trying', 'this', 'on', 'once', 'i', 'felt', 'it', 'the', 'cut-out', 'pattern', 'in', 'the', 'fabric', 'the', 'color', 'the', 'buttons', 'the', 'design', 'of', 'the', 'back', 'all', 'add', 'to', 'make', 'a', 'dress', 'i', "'m", 'going', 'to', 'wear', 'with', 'leather', 'flip-flops', 'during', 'the', 'day', 'or', 'wedges', 'a', 'denim', 'jacket', 'at', 'night', 'it', "'s", 'perfect', 'for', 'southern', 'california', 'fall', 'likely', 'much', 'of', 'winter', 'this', 'year', 'weather', 'i', "'m", 'a', '32d', 'wo', "n't", 'need/wear', 'a', 'bra', 'although', 'i', 'usually', 'wear', 'a', '6', 'i', 'bought', 'a', '4.', 'maeve', 'i', 'like', 'your', 'style', ',5,1,0', 'general', 'dresses', 'dresses'] ['14018,1081,46', 'perfect', 'fall', 'dress', 'very', 'cute', 'great', 'fit', 'and', 'super', 'comfortable', 'perfect', 'for', 'fall', 'with', 'tall', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['14019,1001,31', ',i', 'was', 'worried', 'this', 'skirt', 'might', 'look', 'too', 'much', 'like', 'a', 'bedspread', 'but', 'it', 'is', 'so', 'gorgeous', 'on', 'and', 'the', 'cut', 'is', 'so', 'flattering', 'i', 'ordered', 'a', 'petite', 'small', 'and', 'it', 'fits', 'perfectly', 'great', 'fall/winter', 'skirt.,5,1,0', 'general', 'bottoms', 'skirts'] ['14020,939,39', 'versatile', 'and', 'flattering', 'i', 'trired', 'this', 'one', 'and', 'lvoed', 'it', 'right', 'away', 'the', 'cut', 'is', 'flattering', 'but', 'the', 'sleeves', 'are', 'a', 'little', 'long', 'so', 'ordering', 'petite', 'the', 'red', 'color', 'is', 'like', 'a', 'wine', 'color', 'very', 'nice', 'i', 'also', 'ordered', 'green', 'to', 'see', 'the', 'color', 'in', 'person', 'i', 'am', 'not', 'sure', 'which', 'i', 'will', 'keep', 'can', 'be', 'worn', 'with', 'anything', 'really', 'jeans', 'pants', 'or', 'skirts', 'or', 'dresses', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14021,939,29', 'wool', 'to', 'drool', 'for', 'this', 'sweater', 'is', 'so', 'well', 'made', 'and', 'uniquely', 'designed', 'one', 'of', 'the', 'main', 'reasons', 'i', 'love', 'retailer', 'is', 'for', 'how', 'toy', 'make', 'wool', 'sweaters', 'timeless', 'affordable', 'and', 'versatile'] [] ['worth', 'the', 'money', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['14022,1110,50', 'simple', 'but', 'feminine', 'design', 'this', 'is', 'a', 'simple', 'design', 'but', 'feminine', 'and', 'dressy', 'enough', 'for', 'a', 'summer', 'wedding', 'this', 'dress', 'is', 'great', 'for', 'hourglass', 'shapes', 'but', 'it', 'does', 'not', 'hide', 'your', 'features', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14023,621,32', ',love', 'the', 'dress', 'but', 'ended', 'up', 'returning', 'it', 'as', 'i', "'m", 'not', 'sure', 'how', 'often', 'i', 'would', 'wear', 'it', 'the', 'only', 'down', 'fall', 'is', 'the', 'dress', 'is', 'straight', 'so', 'you', 'have', 'to', 'take', 'smaller', 'steps', 'but', 'stunning', 'dress', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['14024,828,55', 'adorable', 'i', 'wore', 'this', 'top', 'recently', 'and', 'received', 'several', 'compliments', 'it', "'s", 'a', 'great', 'top', 'with', 'the', 'off', 'the', 'shoulder', 'trend', 'plus', 'you', 'can', 'wear', 'a', 'normal', 'bra', 'underneath', 'runs', 'large', 'so', 'i', 'recommend', 'one', 'size', 'down', ',5,1,0', 'general', 'tops', 'blouses'] ['14025,864,25', 'fun', 'wardrobe', 'addition-get', 'it', 'on', 'sale', 'i', 'got', 'this', 'cute', 'tunic', 'in-store', 'in', 'the', 'coral', 'color', 'during', 'a', '25', 'off', 'sale', 'items', 'promotion', 'it', "'s", 'a', 'fun', 'quirky', 'piece', 'with', 'mixed', 'fabrics', 'and', 'can', 'be', 'worn', 'alone', 'with', 'leggings', 'or', 'layered', 'with', 'a', 'jacket', 'skinny', 'jeans', 'and', 'boots', 'a', 'versatile', 'piece', 'it', 'does', 'have', 'a', 'few', 'issues', 'i', 'found', 'he', 'armhole', 'to', 'be', 'slightly', 'large', 'on', 'my', 'petite', 'frame', 'even', 'in', 'the', 'xs', 'not', 'a', 'deal-breaker', 'but', 'a', 'bit', 'of', 'a', 'pet', 'peeve', 'for', 'me', 'i', "'ll", 'probably', 'end', 'up', 'wearing', 'cami', 'under', 'it', 'most', 'of', 'the', 'time', 'since', 'the', 'top', 'knit', 'portion', 'is', 'a', 'somewhat', 'loo', ',4,1,1', 'general', 'tops', 'knits'] ['14026,939,51', 'superb', 'statement', 'jacket', 'one', 'in', 'every', 'fifteen', 'items', 'of', 'retailer', 'clothing', 'fits', 'this', 'jacket', 'is', 'one', 'easy', 'to', 'grab', 'and', 'keep', 'chill', 'away', 'hood', 'snuggles', 'up', 'as', 'cozy', 'collar', 'when', 'not', 'worn', 'up', 'model', 'in', 'photo', 'must', 'have', 'orangutan', 'arms', 'sleeves', 'hit', 'at', 'wrist', 'on', 'this', 'wearer', 'with', 'shortish', 'arms'] [] ['boiled', 'wool', 'fabric', 'is', 'light', 'which', 'is', 'great', 'for', 'layering', 'lovely', 'transition', 'fall', 'to', 'winter', 'transition', 'piece', 'statement', 'jacket', 'that', 'will', 'live', 'on', 'next', 'season', 'and', 'beyond'] [] ['thank', 'you', 'rosie', 'neira', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14027,939,40', 'love', 'this', 'jacket', 'i', 'was', 'looking', 'for', 'a', 'cross', 'between', 'a', 'light', 'fall-wool', 'jacket', 'and', 'a', 'cardigan', 'and', 'this', 'is', 'it', 'the', 'red', 'version', 'looks', 'festive', 'in', 'the', 'winter', 'and', 'the', 'hood', 'adds', 'a', 'bit', 'of', 'spunk', 'looks', 'great', 'both', 'open', 'and', 'buttoned', 'i', 'received', 'many', 'compliments', 'on', 'this', 'the', 'first', 'time', 'i', 'wore', 'it', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14028,621,46', 'drop-dead', 'gorgeous', 'when', 'i', 'tried', 'on', 'this', 'dress', 'my', 'husband', "'s", 'jaw', 'dropped', 'to', 'the', 'ground', 'it', 'is', 'so', 'unique', 'and', 'so', 'beautiful', 'on', 'however', 'the', 'cut', 'of', 'the', 'fabric', 'fit', 'oddly', 'on', 'me', 'so', 'i', 'am', 'exchanging', 'for', 'a', 'small', 'with', 'fingers', 'crossed', 'i', 'am', 'a', 'size', '6', '5', '8', 'and', 'the', 'medium', 'just', 'felt', 'a', 'little', 'boxy', 'over', 'the', 'middle', 'section', 'my', 'six', 'year', 'old', 'son', 'said', 'that', 'it', 'was', 'the', 'most', 'beautiful', 'dress', 'he', 'had', 'ever', 'seen', 'buy', 'this', ',5,1,10', 'general', 'petite', 'intimate', 'lounge'] ['14029,621,27', 'beautiful', 'on', 'i', 'saw', 'this', 'dress', 'online', 'and', 'fell', 'in', 'love', 'with', 'it', 'it', 'is', 'just', 'as', 'beautiful', 'in', 'person', 'too', 'very', 'delicate', 'but', 'receive', 'so', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'is', 'two', 'separate', 'pieces', 'a', 'slip', 'dress', 'and', 'the', 'overlying', 'fringe', 'dress', 'i', 'am', '5', '4', 'and', 'need', 'a', '2', 'inch', 'wedge', 'heel', 'to', 'keep', 'the', 'bottom', 'from', 'dragging', 'probably', 'could', 'have', 'tried', 'to', 'order', 'the', 'petite', 'but', 'figured', 'i', "'d", 'probably', 'be', 'wearing', 'heals', 'anyway', 'i', 'normally', 'wear', 'a', '6/8', 'in', 'dresses', 'and', 'the', 'medium', 'fit', 'perfectly', 'and', 'is', 'so', 'flattering', 'the', 'top', 'half', 'is', 'flow', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14030,621,44', 'elegant', 'boho', 'chic', 'i', 'am', '5', '1', 'and', '120lb', 'with', 'curves', 'and', 'muscles', 'i', 'am', 'tiny', 'and', 'slim', 'but', 'i', 'have', 't', 'a', 'in', 'spades', 'a', '34c', 'and', 'a', 'bubble', 'but', 'that', 'said', 'this', 'dress', 'made', 'me', 'look', 'tall', 'and', 'lithe', 'i', 'took', 'the', 'xs', 'petite', 'because', 'the', 'xs', 'the', 'fringe', 'was', 'too', 'long', 'on', 'the', 'bottom', 'there', 'is', 'plenty', 'of', 'blouse', 'on', 'the', 'top', 'to', 'accommodate', 'the', 'girls', 'and', 'you', 'can', 'pull', 'the', 'dress', 'up', 'or', 'down', 'to', 'make', 'it', 'more', 'blousy', 'or', 'more', 'of', 'a', 'fitted', 'column', 'dress', 'to', 'your', 'preference', 'it', "'s", 'more', 'of', 'an', 'antique', 'ivory', 'color', 'and', 'beautiful', 'with', 'gold', 'or', 'silver', 'sandals', ',5,1,4', 'general', 'petite', 'intimate', 'lounge'] ['14031,939,56', 'cool', 'jacket', 'i', 'had', 'to', 'have', 'this', 'jacket', 'looks', 'much', 'better', 'in', 'person', 'i', 'bought', 'the', 'navy', 'color', 'the', 'fit', 'is', 'great', 'it', 'has', 'a', 'flowy', 'bottom', 'and', 'is', 'unstructured', 'i', 'wear', 'a', 'dark', 'navy', 't', 'shirt', 'or', 'cami', 'underneath', 'great', 'with', 'jeans', 'and', 'over', 'the', 'knee', 'boots', 'or', 'booties', 'its', 'a', 'bit', 'heavy', 'and', 'bulky', 'to', 'wear', 'under', 'a', 'coat.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14032,621,46', 'cool', 'dress', 'this', 'dress', 'is', 'so', 'unique', 'and', 'is', 'high', 'quality', 'it', 'came', 'nicely', 'packaged', 'and', 'unfolded', 'with', 'no', 'wrinkles', 'i', 'bought', 'it', 'as', 'a', 'cool', 'summer', 'dress', 'for', 'events', 'and', 'it', 'fits', 'the', 'bill', 'i', 'wore', 'it', 'once', 'and', 'received', 'many', 'compliments', 'the', 'only', 'issue', 'is', 'that', 'you', 'can', 'not', 'take', 'even', 'medium', 'size', 'steps', 'wearing', 'this', 'dress', 'a', 'side', 'slit', 'would', 'have', 'solved', 'the', 'problem', 'but', 'that', 'would', 'not', 'have', 'deterred', 'me', 'from', 'buying', 'it', 'the', 'straps', 'for', 'the', 'slip', 'underneath', 'are', 'great', 'so', 'that', 'i', 'could', 'adjust', 'it', 'so', 'my', 'bra', 'would', 'not', 'show', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['14033,621,56', 'should', 'carry', 'xl', 'so', 'here', "'s", 'what', 'i', 'did', 'i', 'automatically', 'knocked', 'off', 'one', 'star', 'because', 'every', 'brand', 'that', 'offers', 'size', 'xs', 'and', 'many', 'also', 'offer', 'xxs', 'should', 'also', 'care', 'about', 'us', 'size', '14/16/xls', 'as', 'well', 'i', 'ordered', 'a', 'size', 'large', 'and', 'of', 'course', 'it', 'shows', 'every', 'bump', 'and', 'love', 'handle', 'in', 'back', 'but', 'i', 'recreated', 'a', 'look', 'from', 'my', 'local', 'retailer', "'s", 'window', 'they', 'showed', 'a', 'long', 'unbuttoned', 'cotton', 'weave', 'dress', 'over', 'this', 'crochet', 'dress', 'the', 'closest', 'dress', 'pictured', 'online', 'to', 'what', 'i', 'saw', 'is', 'the', 'mabli', 'maxi', 'dress', 'but', 'imagine', 'it', 'opened', 'if', 'it', 'had', 'buttons', 'and', 'in', 'blue', 'with', ',4,0,0', 'general', 'petite', 'intimate', 'lounge'] ['14034,1094,34', 'perfect', 'fall', 'dress', 'i', 'almost', 'did', "n't", 'try', 'this', 'dress', 'i', 'walked', 'by', 'it', 'a', 'few', 'times', 'and', 'am', 'so', 'glad', 'i', 'gave', 'it', 'a', 'try', 'the', 'fit', 'is', 'amazing', 'so', 'flattering', 'the', 'color', 'and', 'material', 'for', 'fall', 'is', 'perfect', 'it', 'looks', 'great', 'with', 'booties', 'and', 'heels.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14035,939,69', 'beautiful', 'jacket', 'i', 'bought', 'this', 'online', 'in', 'dark', 'green', 'after', 'trying', 'on', 'the', 'burgundy', 'i', 'usually', 'wear', 'a', 'medium', '5', '2', '120', 'but', 'i', 'looked', 'better', 'in', 'the', 'small', 'in', 'this', 'jacket', 'the', 'combination', 'of', 'very', 'deep', 'green', 'black', 'and', 'tan', 'is', 'beautiful', 'the', 'cut', 'is', 'very', 'flattering', 'with', 'the', 'jacket', 'open', 'or', 'snapped', 'closed', 'it', 'is', 'nice', 'enough', 'to', 'wear', 'with', 'black', 'pants', 'or', 'skirt', 'but', 'looks', 'just', 'as', 'good', 'with', 'jeans', 'i', 'am', 'in', 'my', '60', "'s", 'and', 'this', 'look', 'is', 'chic', 'and', 'fresh', 'without', 'being', 'too', 'young', 'for', 'my', 'age', 'it', "'s", 'also', 'very', 'well', 'made', 'i', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14036,1110,47', 'beautiful', 'dress', 'flowing', 'but', 'not', 'too', 'much', 'volume', 'not', 'too', 'short', 'but', 'not', 'dowdy', 'gorgeous', 'deep', 'jade', 'color', 'with', 'chartreuse', 'accents', 'flattering', 'waist', 'not', 'sure', 'why', 'the', 'model', 'is', 'covering', 'that', 'part', 'up', 'but', 'it', "'s", 'a', 'nice', 'waist', 'with', 'a', 'tie', 'belt', 'i', 'think', 'it', 'looks', 'really', 'smashing', 'in', 'person', 'not', 'too', 'formal', 'perfect', 'for', 'a', 'daytime', 'event', 'like', 'a', 'bridal', 'shower', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['14037,939,43', 'amazing', 'sweater', 'what', 'a', 'cute', 'swing', 'sweater', 'and', 'so', 'easy', 'to', 'layer', 'this', 'jacket', 'looks', 'great', 'snapped', 'or', 'left', 'open', 'and', 'the', 'collar', 'and', 'hood', 'leave', 'such', 'a', 'soft', 'look', 'around', 'your', 'neck', 'this', 'has', 'such', 'great', 'elements', 'of', 'cozy', 'and', 'warmth', 'just', 'in', 'time', 'for', 'cool', 'weather', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14038,621,31', 'beautiful', 'but', 'with', 'a', 'downside', 'this', 'dress', 'is', 'gorgeous', 'with', 'fine', 'detailing', 'and', 'even', 'though', 'i', "'m", 'curvier', 'than', 'the', 'model', 'it', 'still', 'fits', 'well', 'and', 'is', 'flattering', 'please', 'see', 'attached', 'poor', 'quality', 'photos', 'i', "'m", '5', '8', '32dd', 'i', 'usually', 'wear', 'a', '6', 'and', 'the', 'small', 'is', 'great', 'my', 'only', 'complaint', 'is', 'that', 'the', 'bottom', 'of', 'the', 'skirt', 'around', 'the', 'ankles', 'is', 'super', 'tiny', 'and', 'i', 'feel', 'like', 'i', 'have', 'to', 'take', 'itty-bitty', 'steps', 'it', "'s", 'a', 'bit', 'off-putting', 'not', 'to', 'be', 'free', 'to', 'stride', 'normally', 'i', 'recommend', 'the', 'dress', 'but', 'you', 'may', 'consider', 'like', 'i', 'am', 'having', 'a', 'professional', 'add', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['14039,621,39', 'this', 'dress', 'is', 'amazing', 'the', 'color', 'is', 'a', 'little', 'darker', 'then', 'what', "'s", 'pictured', 'but', 'the', 'dress', 'is', 'great', 'very', 'delicate', 'you', 'have', 'to', 'be', 'careful', 'how', 'you', 'handle', 'it', ',5,1,20', 'general', 'petite', 'intimate', 'lounge'] ['14040,1081,40', 'great', 'fall', 'piece', 'that', "'s", 'comfortable', 'i', 'saw', 'this', 'dress', 'online', 'and', 'purchased', 'to', 'see', 'how', 'it', 'felt', 'on', 'i', 'love', 'the', 'material', 'and', 'its', 'quality', 'it', 'did', 'run', 'a', 'little', 'big', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'most', 'retailer', 'clothing', 'but', 'sized', 'down', 'per', 'other', 'reviews', 'the', 'dress', 'is', 'beautiful', 'and', 'look', 'forward', 'to', 'wearing', 'through', 'fall', 'and', 'winter', 'but', 'just', 'wish', 'it', 'tapered', 'a', 'little', 'more', 'from', 'the', 'waist', 'down', ',4,1,0', 'general', 'dresses', 'dresses'] ['14041,903,21', 'lightweight', 'and', 'breezy', 'i', 'bought', 'this', 'with', 'the', 'intention', 'of', 'taking', 'it', 'on', 'a', 'very', 'warm', 'trip', 'and', 'i', 'think', 'it', "'ll", 'do', 'just', 'fine', 'it', "'s", 'a', 'wonderful', 'open-gauge', 'knit', 'delicate', 'and', 'light', 'but', 'substantial', 'enough', 'that', 'i', 'do', "n't", 'fear', 'snagging', 'it', 'constantly', 'the', 'cloth', 'has', 'a', 'nice', 'weight', 'and', 'drape', 'and', 'while', 'the', 'fit', 'is', 'on', 'the', 'loose', 'side', 'it', 'does', 'look', 'intentional', 'wonderful', 'as', 'a', 'pullover', 'or', 'by', 'itself', 'i', 'have', 'the', 'minty', 'blue-green', 'color', 'and', 'it', "'s", 'divine', 'definitely', 'worth', 'the', 'price', ',5,1,19', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14042,1110,29', 'beautiful', '5ft', '6inches'] ['135lbs'] ['short', 'waisted', 'small', 'bust', '30dd'] ['the', 'color', 'is', 'more', 'watermelon', 'pink', 'than', 'that', 'slightly', 'orangey', 'tone', 'that', "'s", 'shown', 'on', 'the', 'website', 'i', 'ordered', 'a', 'six', 'petite', 'because', 'i', 'wanted', 'it', 'to', 'be', 'kneelength', 'the', 'four', 'petite', 'also', 'fit', 'but', 'was', 'a', 'little', 'constricted', 'in', 'the', 'bust', 'the', 'dress', 'is', 'weightless', '100', 'silk', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'about', 'the', 'bust', 'of', 'this', 'dress', 'it', "'s", 'probably', 'not', 'great', 'for', 'large', 'chests', 'because', 'of', 'the', 'ruffles', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['14043,939,67', 'comfy', 'jacket', 'i', 'love', 'this', 'jacket', 'something', 'to', 'get', 'cozy', 'in', 'on', 'cool', 'california', 'winter', 'nights', 'and', 'still', 'light', 'enough', 'to', 'wear', 'open', 'and', 'walk', 'around', 'without', 'getting', 'too', 'hot', 'i', 'am', '5', '3', 'and', 'have', 'a', 'medium', 'frame', 'but', '34', 'dd', 'on', 'top', 'i', 'bought', 'a', 'medium', 'because', 'i', 'hate', 'things', 'to', 'be', 'tight', 'around', 'my', 'chest', 'and', 'this', 'is', 'perfect', 'my', 'only', 'disappointment', 'is', 'that', 'i', 'wish', 'it', 'had', 'pockets', 'i', 'got', 'the', 'wine', 'color', 'and', 'it', 'is', 'very', 'beautiful', 'wonderful', 'unique', 'and', 'comfortable', 'jacket', 'i', 'do', 'recommend', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14044,903,36', 'feminine', 'this', 'is', 'a', 'beautiful', 'sweater', 'it', "'s", 'very', 'lightweight', 'and', 'sheer', 'so', 'best', 'to', 'wear', 'a', 'tank', 'or', 'camisole', 'underneath', 'also', 'better', 'for', 'warmer', 'months', 'i', 'ordered', 'the', 'light', 'aqua', 'color', 'and', 'it', "'s", 'lovely', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14045,903,33', 'looks', 'better', 'in', 'photos-', 'returning', 'immediately', 'i', 'had', 'high', 'hopes', 'for', 'this', 'sweater', 'and', 'when', 'i', 'found', 'it', 'on', 'sale', 'online', 'i', 'jumped', 'at', 'the', 'opportunity', 'i', 'am', "5'11", 'slender', 'and', 'always', 'wear', 'a', 'small', 'in', 'retailer', 'tops', 'i', 'purchased', 'this', 'in', 'the', 'mint', 'size', 'small', 'and', 'as', 'soon', 'as', 'i', 'opened', 'the', 'bag', 'i', 'had', 'doubts', 'the', 'fabric', 'is', 'terrible', 'thin', 'and', 'scratchy', 'it', 'is', 'not', 'soft', 'and', 'supple', 'as', 'i', 'had', 'imagined', 'the', 'mint', 'color', 'looks', 'faded', 'and', 'the', 'shape', 'is', 'awful', 'the', 'length', 'of', 'the', 'arms', 'hits', 'in', 'a', 'bizarre', 'spot', 'the', 'overall', 'length', 'of', 'the', 'sweater', 'cuts', 'me', 'off', 'at', 'the', 'torso', 'and', 'the', ',1,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14046,1001,22', ',i', 'sized', 'down', 'in', 'this', 'and', 'it', 'fit', 'perfectly', 'i', 'normally', 'opt', 'for', 'petite', 'in', 'skirts', 'but', 'i', 'stuck', 'to', 'regular', 'for', 'this', 'skirt', 'and', 'it', 'was', 'much', 'more', 'flattering', 'adorable', 'and', 'well', 'made', ',5,1,1', 'general', 'bottoms', 'skirts'] ['14047,1110,34', 'good', 'for', 'small', 'chests', 'tried', 'this', 'on', 'yesterday', 'in', 'the', 'fitting', 'room', 'and', 'i', 'really', 'wanted', 'to', 'get', 'it', 'but', 'two', 'problems', '1.', 'not', 'made', 'for', 'c', 'cup', 'bra', 'women', 'or', 'larger', 'and', '2.', 'the', 'ruffles', 'come', 'right', 'out', 'of', 'the', 'nipple', 'line', 'area', 'of', 'the', 'chest', 'so', 'when', 'you', 'see', 'yourself', 'at', 'a', 'profile', 'view', 'there', "'s", 'these', 'ruffles', 'that', 'look', 'like', 'they', "'re", 'coming', 'out', 'of', 'your', 'chest', 'just', 'sayin', 'not', 'for', 'me', ',3,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14048,621,36', 'great', 'dress', 'true', 'to', 'size', 'wore', 'it', 'to', 'dinner', 'one', 'night', 'while', 'in', 'a', 'beach', 'vacation', 'friends', 'got', 'tons', 'of', 'compliments', 'you', 'have', 'to', 'be', 'careful', 'when', 'putting', 'it', 'on', 'as', 'it', 'may', 'snag', 'otherwise', 'highly', 'recommended', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14049,864,56', 'amazing', 'perfect', 'for', 'work', 'or', 'a', 'night', 'out', 'packing', 'for', 'europe', 'wore', 'it', 'out', 'on', 'a', 'saturday', 'night', 'with', 'leggings', 'and', 'heels', 'layer', 'it', 'after', 'yoga', 'got', 'it', 'in', 'all', 'colors', 'love', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14050,939,46', 'lovely', 'cape', 'the', 'red', 'of', 'the', 'cape', 'is', 'a', 'deep', 'garnet', 'really', 'pretty', 'with', 'the', 'beige', 'lining', 'it', "'s", 'loose', 'enough', 'that', 'it', 'feels', 'and', 'flows', 'differently', 'than', 'a', 'sweater', 'the', 'boiled', 'wool', 'is', "n't", 'itchy', 'but', 'keeps', 'you', 'warm', 'on', 'a', 'fall', 'day', 'the', 'one', 'snap', 'lets', 'you', 'easily', 'take', 'it', 'on', 'and', 'off', 'i', "'m", '5', '5', 'and', '125lbs', 'the', 'xs', 'fit', 'perfectly', 'without', 'being', 'too', 'tight', 'i', "'ve", 'gotten', 'a', 'lot', 'of', 'compliments', 'on', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14051,621,31', 'great', 'goddess', 'i', 'just', 'got', 'this', 'dress', 'and', 'am', 'so', 'excited', 'to', 'have', 'it', 'hanging', 'in', 'my', 'closet', 'i', "'ve", 'been', 'eyeing', 'it', 'for', 'a', 'long', 'time', 'and', 'am', 'glad', 'i', 'got', 'it', 'on', 'sale', 'i', 'felt', 'like', 'a', 'greek', 'goddess', 'when', 'i', 'tried', 'this', 'on', 'and', 'can', 'not', 'wait', 'to', 'wear', 'it', 'it', 'fits', 'like', 'it', 'was', 'made', 'just', 'for', 'me', 'the', 'outer', 'material', 'is', 'a', 'little', 'heavier', 'than', 'expected', 'but', 'it', 'not', 'a', 'problem', 'the', 'second', 'layer', 'is', 'form', 'fitting', 'and', 'soft', 'i', 'feel', 'like', 'the', 'restricted', 'opening', 'at', 'the', 'bottom', 'forces', 'me', 'to', 'slow', 'down', 'like', 'a', 'lady', 'and', 'take', 'in', 'my', 'surroundings', 'after', 'all', 'life', ',5,1,5', 'general', 'petite', 'intimate', 'lounge'] ['14052,903,53', 'goes', 'with', 'everything', 'perfect', 'sweater', 'to', 'throw', 'on', 'with', 'anything', 'it', 'is', 'fairly', 'thin', 'i', 'wore', 'a', 'cami', 'underneath', 'the', 'sleeves', 'and', 'hem', 'are', 'rolled', 'you', 'have', 'to', 'be', 'careful', 'and', 'it', 'can', 'snag', 'easily', 'happy', 'with', 'my', 'purchase', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14053,864,51', 'better', 'looking', 'on', 'that', 'in', 'the', 'picture', 'so', 'this', 'is', 'available', 'in', 'the', 'store', 'in', 'a', 'reddish', 'coral', 'color', 'see', 'the', 'your', 'retailer', 'pictures', 'and', 'you', "'ll", 'see', 'someone', 'wearing', 'it', 'under', 'the', 'gray', 'blazer', 'anyway', 'i', 'tried', 'it', 'on', 'and', 'the', 'fit', 'was', 'very', 'flattering', 'for', 'a', 'tunic', 'the', 'front', 'of', 'the', 'sweater', 'hit', 'me', 'just', 'at', 'the', 'waist', 'and', 'the', 'front', 'draped', 'nicely', 'somehow', 'the', 'back', 'was', 'slightly', 'hugging', 'my', 'back', 'side', 'but', 'not', 'tight', 'or', 'restricted', 'i', 'ended', 'up', 'ordering', 'the', 'black', 'and', 'navy', 'online', 'because', 'the', 'fit', 'was', 'fantastic', 'and', 'will', 'go', 'with', 'so', 'many', 'things', 'nothing', 'shee', ',5,1,19', 'general', 'petite', 'tops', 'knits'] ['14054,1110,45', 'i', "'m", 'in', 'love', 'with', 'this', 'dress', 'the', 'blue', 'green', 'one', 'this', 'is', 'the', 'most', 'comfortable', 'sweet', 'beautiful', 'romantic', 'and', 'timeless', 'dress', 'i', 'bought', 'the', 'green', 'motif', 'one', 'is', 'sz', '14', 'and', 'it', 'fits', 'perfectly', 'i', 'am', 'smaller', 'chested', 'usually', 'a', '12/medium/large', 'up', 'top', 'depending', 'on', 'the', 'item', 'and', 'a', 'sz', '14/xl/33', 'for', 'pants', 'so', 'perhaps', 'this', 'dress', 'runs', 'one', 'size', 'small', 'the', 'color', 'in', 'the', 'detail', 'shot', 'is', 'most', 'accurate', 'it', "'s", 'bright', 'cheerful', 'and', 'dreamy', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14055,621,51', 'uniquely', 'beautiful', 'elegant', 'dress', 'this', 'is', 'truly', 'a', 'beautiful', 'dress', 'the', 'delicate', 'fringe-like', 'fabric', 'throughout', 'makes', 'it', 'unique', 'and', 'and', 'the', 'column', 'silhouette', 'with', 'slight', 'blouse-like', 'top', 'is', 'elegant', 'perfect', 'for', 'summer', 'with', 'comfortable', 'stretchy', 'slip', 'that', 'comes', 'with', 'the', 'dress', 'the', 'material', 'on', 'the', 'waist', 'line', 'stretches', 'and', 'is', 'very', 'comfortable', 'the', 'bottom', 'is', 'pretty', 'narrow', 'so', 'you', 'need', 'to', 'take', 'smaller', 'steps', 'it', 'does', 'run', 'large', 'i', 'am', '5', '3', '/135lbs/34b', 'and', 'an', 'xs', 'fit', 'perfect', 'throughout', 'as', 'well', 'as', 'the', 'length', 'only', 'not', 'so', 'positive', 'feature', 'is', 'how', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['14056,621,44', 'show', 'your', 'petite', 'customers', 'some', 'love', 'i', 'loved', 'the', 'look', 'of', 'this', 'dress', 'the', 'moment', 'i', 'saw', 'it', 'but', 'was', 'ridiculously', 'long', 'at', '5', '3', 'i', 'can', 'usually', 'get', 'away', 'with', 'buying', 'regular', 'length', 'longer', 'dresses', 'and', 'pants', 'with', 'the', 'help', 'of', 'heels', 'if', 'needed', 'but', 'not', 'a', 'chance', 'this', 'time', 'this', 'dress', 'does', 'not', 'come', 'in', 'petite', 'and', 'the', 'fringed', 'bottom', 'design', 'of', 'the', 'dress', 'would', 'not', 'allow', 'for', 'any', 'type', 'of', 'altering', 'either', ',5,1,3', 'general', 'petite', 'intimate', 'lounge'] ['14057,1081,30', 'boho', 'fall', 'dress', 'this', 'is', 'a', 'great', 'fall', 'boho', 'dress', 'you', 'can', 'dress', 'up', 'or', 'down', 'depending', 'on', 'the', 'shoes', 'looks', 'great', 'with', 'boots', 'but', 'definitely', 'size', 'down', ',5,1,0', 'general', 'dresses', 'dresses'] ['14058,864,41', 'much', 'more', 'flattering', 'than', 'the', 'photo', 'i', 'just', 'bought', 'this', 'and', 'tried', 'it', 'on', 'on', 'a', 'whim', 'and', 'am', 'so', 'happy', 'i', 'did', 'it', "'s", 'so', 'much', 'more', 'flattering', 'on', 'than', 'this', 'photo', 'depicts', 'i', 'think', 'it', "'ll", 'be', 'one', 'of', 'my', 'summer', 'staples', 'this', 'year', 'give', 'it', 'a', 'try', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['14059,1001,34', 'a', 'winner', 'better', 'than', 'the', 'posy', 'maxi', 'sweater', 'dress', 'i', 'tried', 'this', 'in', 'the', 'store', 'a', 'few', 'weeks', 'ago', 'when', 'it', 'just', 'came', 'out', 'because', 'i', 'loved', 'the', 'neutral', 'design', 'and', 'look', 'of', 'it', 'and', 'came', 'back', 'the', 'following', 'week', 'to', 'purchase', 'it', 'with', 'my', 'discount', 'code', 'because', 'it', 'really', 'is', 'worth', 'it'] ['_______'] ['pros'] ['true', 'a-line', 'silhouette', 'if', 'you', 'have', 'curves', 'and', 'hips', 'like', 'i', 'do', '5', '9', '36c', 'hourglass', '165', 'lbs', 'then', 'this', 'skirt', 'will', 'flatter', 'you', 'completely', 'there', "'s", 'a', 'lovely', 'swing', 'to', 'the', 'dress', 'and', 'it', 'drapes', 'wonderfully', 'because', 'it', "'s", 'a', 'thicker', 'fabric'] ['runs', 'tts', 'i', 'can', 'normally', 'wear', ',5,1,5', 'general', 'bottoms', 'skirts'] ['14060,621,62', 'stunning', 'oh', 'how', 'i', 'love', 'this', 'dress', 'i', 'was', 'pleasantly', 'surprised', 'at', 'the', 'texture', 'of', 'the', 'fabric', 'it', 'is', 'a', 'wonderful', 'feel', 'of', 'cotton', 'and', 'not', 'that', 'poly', 'that', 'sticks', 'to', 'your', 'fingers', 'it', 'fits', 'like', 'a', 'dream', 'true', 'to', 'size', 'romantic', 'and', 'flirty', 'i', 'can', 'see', 'this', 'with', 'cowboy', 'boots', 'and', 'hat', 'as', 'well', 'as', 'with', 'evening', 'sandals', 'the', 'possibilities', 'are', 'limitless', 'i', 'am', 'so', 'happy', 'i', 'was', 'finally', 'able', 'to', 'snag', 'one', 'up', 'as', 'a', 'return', 'because', 'it', 'sold', 'out', 'just', 'love', 'it', 'i', 'also', 'plan', 'to', 'wear', 'it', 'in', 'the', 'fall', 'with', 'a', 'jean', 'jacket', 'it', 'is', 'a', 'winter', 'whit', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14061,939,66', 'love', 'this', 'beautiful', 'jacket', 'i', 'do', "n't", 'care', 'because', 'i', 'like', 'be', 'it', 'so', 'much', 'but', 'make', 'no', 'mistake', 'it', 'is', 'not', 'black', 'but', 'rather', 'a', 'dark', 'navy', 'however', 'please', 'do', "n't", 'let', 'this', 'fall', 'negatively', 'on', 'your', 'decision', 'to', 'buy', 'it', 'it', "'s", 'fabulous', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['14062,25,38', 'adorable', 'and', 'cozy', 'this', 'sweater', 'is', 'the', 'best', 'sweater', 'to', 'throw', 'on', 'over', 'a', 'buttoned', 'blouse', 't-shirts', 'long', 'sleeves', 'tanks', 'i', 'always', 'get', 'comments', 'on', 'how', 'comfortable', 'and', 'adorable', 'this', 'sweater', 'is', 'a', 'worthwhile', 'buy', ',5,1,0', 'general', 'tops', 'knits'] ['14063,1081,39', 'size', 'dooooown', 'if', 'you', 'know', 'one.september', 'and', 'you', 'know', 'what', "'s", 'good', 'for', 'you', 'then', 'size', 'the', 'heck', 'down', 'maybe', 'even', 'two', 'sizes', 'if', 'your', 'particularly', 'slim', 'or', 'want', 'the', 'dress', 'to', 'fit', 'tighter', 'any', 'way', 'this', 'dress', 'is', 'simply', 'scrumptious', 'the', 'embroidery', 'at', 'the', 'bodice', 'is', 'so', 'detailed', 'and', 'pretty', 'the', 'layers', 'are', 'light', 'and', 'soft', 'like', 'silk', 'but', 'it', "'s", 'rayon/poly', 'and', 'the', 'sleeves', 'are', 'sheer', 'and', 'voluminous', 'i', 'actually', 'prefer', 'the', 'sleeves', 'rolled', 'up', 'because', 'they', 'are', 'too', 'long', 'neckline', 'features', 'a', 'slit-v', 'with', 'two', 'hooks', 'to', 'close', 'if', 'wanted', 'co', ',5,1,10', 'general', 'dresses', 'dresses'] ['14064,939,39', 'swingy', 'this', 'jacket', 'is', 'sweet', 'and', 'swingy', 'and', 'showing', 'an', 'early', 'sixties', 'vibe', 'that', 'i', 'adore', 'a', 'bit', 'cropped', 'and', 'wide', 'so', 'definitely', 'size', 'down', 'so', 'your', 'proportions', 'do', "n't", 'look', 'off', 'i', 'took', 'my', 'medium', 'and', 'it', 'was', 'way', 'too', 'wide', 'and', 'unflattering', 'so', 'i', 'switched', 'to', 'a', 'sp', 'looks', 'and', 'feels', 'great', 'with', 'layers.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14065,830,60', 'disappointing', 'loved', 'how', 'this', 'top', 'looked', 'online', 'and', 'could', "n't", 'wait', 'to', 'get', 'it', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'was', 'huge', 'and', 'also', 'very', 'short', 'in', 'length', 'compared', 'to', 'the', 'picture', 'online', 'i', 'love', 'the', 'fabric', 'and', 'design', 'but', 'the', 'fit', 'was', 'totally', 'off', 'this', 'is', 'going', 'back', ',2,0,0', 'general', 'tops', 'blouses'] ['14066,654,46', 'vitamin', 'a', 'anastasia', 'bottoms', 'these', 'run', 'tiny', 'i', 'wear', 'a', '25/26', 'in', 'pants', 'and', 'took', 'a', 'medium', 'in', 'this', 'bottom', 'and', 'i', "'m", 'still', 'not', 'completely', 'comfortable', 'with', 'the', 'fit', 'love', 'the', 'floral', 'print', 'but', 'with', 'a', 'bottom', 'this', 'small', 'you', 'do', "n't", 'really', 'see', 'much', 'of', 'the', 'flowers', 'so', 'on', 'mine', 'at', 'least', 'it', "'s", 'just', 'some', 'splashes', 'of', 'different', 'dark', 'colors', ',4,1,2', 'initmates', 'intimate', 'swim'] ['14067,927,41', 'even', 'more', 'gorgeous', 'in', 'person', 'this', 'sweater', 'totally', 'caught', 'my', 'eye', 'online', 'and', 'when', 'it', 'arrived', 'it', 'was', 'even', 'better', 'than', 'on', 'the', 'website', 'gorgeous', 'colors', '-kind', 'of', 'a', 'retro', 'look', 'but', 'more', 'modern', 'and', 'updated', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14068,1001,26', 'such', 'a', 'pretty', 'skirt', 'i', 'think', 'it', "'s", 'a', 'very', 'versatile', 'piece', 'a', 'bit', 'heavier', 'ca', "n't", 'wait', 'to', 'wear', 'when', 'it', 'cools', 'down', 'more', 'i', 'saw', 'the', 'dress', 'that', 'is', 'similar', 'to', 'the', 'skirt', 'in', 'the', 'catalog', 'last', 'month', 'and', 'loved', 'it', 'too', 'note', 'the', 'skirt', 'does', 'not', 'have', 'the', 'same', 'shine', 'in', 'the', 'fabric', 'that', 'the', 'dress', 'does', ',5,1,3', 'general', 'bottoms', 'skirts'] ['14069,1110,24', 'beautiful', 'dress', 'this', 'is', 'one', 'of', 'my', 'new', 'favorite', 'dresses', 'i', 'ordered', 'this', 'in', 'pink', 'and', 'think', 'it', 'looks', 'even', 'more', 'gorgeous', 'in', 'person', 'that', 'it', 'does', 'on', 'the', 'model', 'it', "'s", 'more', 'of', 'a', 'reddish', 'color', 'the', 'dress', 'hugs', 'my', 'body', 'in', 'a', 'flattering', 'way', 'i', "'m", 'a', '34b', 'and', 'the', 'dress', 'fits', 'very', 'comfortably', 'but', 'it', 'might', 'be', 'a', 'tight', 'fit', 'for', 'someone', 'with', 'a', 'larger', 'bust', 'i', "'m", 'usually', 'a', 'small', 'for', 'retailer', 'dresses', 'and', 'the', 'small', 'fit', 'like', 'a', 'glove', 'it', 'is', 'wonderfully', 'flowy', 'and', 'extremely', 'elegant', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'out', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['14070,1110,49', 'another', 'great', 'summer', 'style', 'from', 'hd', 'this', 'dress', 'can', 'be', 'flattering', 'on', 'any', 'figure', 'type', 'but', 'especially', 'for', 'women', 'who', 'need', 'a', 'little', 'curve', 'i', 'always', 'wear', 'a', '6', 'in', 'hd', 'and', 'this', 'fits', 'nice', 'and', 'snug', 'around', 'the', 'middle', 'with', 'a', 'becoming', 'flirty', 'skirt', 'that', 'is', 'lower', 'in', 'the', 'back', 'than', 'front', 'flat', 'chested', 'women', 'will', 'have', 'to', 'fill', 'it', 'out', 'with', 'a', 'padded', 'bra', 'it', 'may', 'not', 'be', 'a', 'great', 'cut', 'for', 'a', 'short', 'person', 'as', 'it', 'has', 'a', 'long', 'line', 'to', 'it', 'and', 'lots', 'of', 'busy-ness', 'only', 'drawback', 'which', 'depends', 'on', 'your', 'taste', 'is', 'the', 'yellow', 'pattern', 'it', "'s", 'a', 'weird', 'kind', 'of', 'greeny', 'yellow', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14071,939,39', 'beautiful', 'color', 'i', 'ordered', 'the', 'red', 'color', 'it', 'is', 'really', 'good', 'quality', 'the', 'brownish', 'accents', 'with', 'the', 'burgundy', 'is', 'beautiful', 'and', 'different', 'unfortunately', 'i', 'found', 'it', 'to', 'run', 'very', 'large', 'my', 'normal', 'size', 'fit', 'like', 'a', 'tent', 'and', 'i', 'had', 'to', 'return', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14072,864,39', 'casual', 'and', 'cute', 'tunic', 'this', 'tunic', 'is', 'comfortable', 'and', 'casual', 'it', 'is', 'as', 'pictured', 'and', 'flattering', 'the', 'two', 'materials', 'make', 'it', 'flattering', 'i', 'ordered', 'the', 'white', 'and', 'it', 'is', 'see', 'through', 'it', 'really', 'does', 'need', 'a', 'camisole', 'which', 'i', 'found', 'a', 'little', 'distracting', 'given', 'the', 'fact', 'that', 'it', 'is', 'already', 'layered', 'i', 'which', 'i', 'had', 'ordered', 'another', 'color', 'because', 'it', 'is', 'cute', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14073,939,35', 'gorgeous', 'sweater', 'this', 'was', 'such', 'an', 'impulse', 'buy-', 'i', 'bought', 'it', 'online', 'during', 'a', 'sweater', 'sale-', 'and', 'i', 'am', 'so', 'glad', 'i', 'did', 'this', 'is', 'definitely', 'one', 'of', 'my', 'favorite', 'recent', 'purchases', 'it', 'definitely', 'seems', 'more', 'like', 'a', 'coat', 'than', 'a', 'sweater', 'but', 'it', 'is', 'lightweight', 'i', 'ordered', 'the', 'red', 'and', 'it', 'is', 'beautiful', 'it', 'looks', 'great', 'buttoned', 'or', 'left', 'open', 'and', 'i', 'think', 'this', 'could', 'be', 'dressed', 'up', 'or', 'down', 'though', 'it', 'does', 'have', 'a', 'hood', 'so', 'that', 'gives', 'it', 'a', 'slightly', 'more', 'casual', 'feel', 'it', 'fits', 'true', 'to', 'size-', 'and', 'it', 'is', 'definitely', 'shorter', 'in', 'the', 'front', 'than', 'the', 'ba', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['14074,1110,54', 'raspberry', 'delight', 'of', 'a', 'dress', 'tried', 'on', 'a', 'size', '2', 'regular', 'and', 'it', 'fit', 'well', 'felt', 'incredibly', 'soft', 'and', 'airy', 'and', 'is', 'handwashable', 'i', "'m", '5', '2', 'currently', '33-25-37', 'or', '38', 'with', 'narrow', 'shoulders', 'and', 'torso', 'somewhat', 'long-waisted', 'but', 'petite', 'from', 'bust', 'to', 'shoulders', 'i', 'often', 'wear', 'a', 'size', '0p', 'or', '0', 'in', 'retailer', 'dresses', 'and', 'tops', 'the', 'arm', 'holes', 'were', 'a', 'tiny', 'bit', 'low', 'but', 'not', 'terrible', 'a', 'petite', 'would', 'have', 'been', 'shorter', 'but', 'also', 'more', 'of', 'an', 'empire', 'waist', 'the', 'pink', 'really', 'is', 'more', 'of', 'a', 'red', 'like', 'the', 'online', 'photo', 'great', 'color', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14075,1110,39', 'nice', 'dress', 'but', 'not', 'for', 'me', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'the', 'material', 'design', 'length', 'and', 'fit', 'all', 'over', 'was', 'perfect', 'except', 'for', 'the', 'armholes-', 'too', 'big', 'and', 'the', 'ruffles', 'came', 'right', 'upto', 'the', 'nipple', 'line', 'not', 'comfortable', 'with', 'that', 'sadly', 'had', 'to', 'return', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['14076,1110,31', 'beautiful', 'dress', 'but', 'zipper', 'wo', "n't", 'lay', 'flat', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'it', 'fit', 'pretty', 'much', 'perfectly', 'in', 'all', 'the', 'right', 'areas', 'except', 'that', 'the', 'top', 'of', 'the', 'zipper', 'puckered', 'away', 'from', 'my', 'body', 'and', 'did', "n't", 'lay', 'flat', 'it', 'just', 'kept', 'poking', 'my', 'arm', 'i', 'tried', 'it', 'in', 'a', 'smaller', 'size', 'to', 'see', 'if', 'that', 'was', 'the', 'issue', 'but', 'i', 'encountered', 'the', 'same', 'issue', 'too', 'bad', 'as', 'it', 'was', 'otherwise', 'lovely', 'and', 'felt', 'very', 'comfortable'] [] ['i', 'tried', 'the', 'green', 'color', 'i', 'think', 'in', 'person', 'it', "'s", 'slightly', 'more', 'rich', 'green', 'less', 'blue/aqua', 'than', 'the', 'photos', 'online', ',4,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14077,1076,34', 'correct', 'at', 'sale', 'pricing.', 'i', 'love', 'anna', 'sui', "'s", 'lines', 'makeup', 'to', 'everything', 'this', 'dress', 'is', 'beautiful', 'in', 'a', 'very', 'usual', 'sort', 'of', 'way', 'and', 'after', 'trying', 'it', 'on', 'i', 'could', "n't", 'see', 'anything', 'spectacular', 'that', 'made', 'it', 'unique', 'or', 'special', 'somehow', 'the', 'elastic', 'waist', 'does', 'make', 'this', 'dress', 'forgiving', 'and', 'it', 'runs', 'big', 'the', 'hem', 'is', 'lovely', 'scalloped', 'each', 'detail', 'is', 'very', 'nice', 'in', 'and', 'of', 'itself', 'but', 'when', 'put', 'together', 'in', 'this', 'dress', 'there', 'is', 'no', 'wow', 'that', 'justifies', 'the', 'full', 'price', 'tag', 'now', 'that', 'it', "'s", 'on', 'sale', 'i', "'ll", 'keep', 'it', 'probably', 'for', 'summer', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14078,829,52', 'there', 'is', 'no', 'care', 'instructions', 'sewn', 'into', 'this', 'garme', 'i', 'like', 'the', 'tunic', 'but', 'there', 'are', 'no', 'care', 'instructions', 'in', 'the', 'garment', 'if', 'i', 'wash', 'it', 'once', 'and', 'it', 'shrinks', 'or', 'the', 'dye', 'runs', 'it', 'will', 'be', 'going', 'back', 'please', 'send', 'care', 'instructions.,3,1,3', 'general', 'tops', 'blouses'] ['14079,927,41', 'weird', 'sizing', 'i', 'like', 'the', 'colors', 'material', 'and', 'style', 'of', 'this', 'sweater', 'but', 'not', 'a', 'fan', 'of', 'the', 'sizing', 'the', 'xs/s', 'was', 'far', 'too', 'short', 'for', 'me', 'and', 'the', 'm/l', 'was', 'great', 'in', 'length', 'but', 'had', 'a', 'tremendous', 'amount', 'of', 'extra', 'volume', 'i', 'am', "5'/6", 'size', '8', ',3,0,0', 'general', 'tops', 'sweaters'] ['14080,1076,47', 'super', 'fun', 'yet', 'comfortable', 'dress', 'i', 'love', 'the', 'fabric', 'and', 'design', 'of', 'this', 'dress', 'you', 'will', 'definitely', 'get', 'noticed', 'and', 'it', "'s", 'comfortable', 'just', 'slip', 'it', 'on', 'and', 'go', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14081,1009,37', 'love', 'this', 'skirt', 'purchased', 'it', 'in', 'a', '0', 'and', 'it', 'fit', 'fairly', 'good', 'sat', 'high', 'up', 'on', 'the', 'waist', 'which', 'i', 'like', 'however', 'now', 'that', 'i', 'have', 'worn', 'it', 'i', 'should', 'have', 'ordered', 'it', 'in', 'a', '2.', 'i', 'think', 'the', '2', 'would', 'have', 'let', 'it', 'sit', 'further', 'down', 'making', 'it', 'not', 'so', 'short', 'i', 'do', 'recommend', 'this', 'skirt', 'but', 'i', 'would', 'order', 'both', 'your', 'regular', 'size', 'and', 'one', 'size', 'up', '0', 'is', 'my', 'typical', 'size', 'in', 'full', 'skirts', ',5,1,5', 'general', 'petite', 'bottoms', 'skirts'] ['14082,1081,39', 'love', 'but', 'i', 'have', 'no', 'idea', 'where', 'i', 'would', 'wear', 'this', 'dress', 'i', 'tried', 'on', 'the', 'size', '2', 'in', 'store', 'someone', 'had', 'returned', 'it', 'but', 'i', 'always', 'loved', 'the', 'cut', 'and', 'color', 'of', 'this', 'dress', 'been', 'in', 'my', 'wish', 'list', 'so', 'i', 'tried', 'it', 'on', 'anyway', 'it', 'is', 'so', 'lovely', 'the', 'cut', 'is', 'super', 'flattering', 'the', 'bow', 'on', 'the', 'chest', 'is', 'beautiful', 'and', 'the', 'colors', 'are', 'much', 'nicer', 'in', 'person', 'pinker', 'the', 'feel', 'is', 'a', 'bit', 'satin0like', 'soft', 'i', 'would', 'need', 'the', '0', 'as', 'it', 'was', 'a', 'bit', 'wide', 'on', 'the', 'chest', 'but', 'not', 'a', 'petite', 'surprisingly', 'usually', 'do', 'need', 'petite', 'in', 'dresses'] ['if', ',5,1,1', 'general', 'dresses', 'dresses'] ['14083,980,45', 'great', 'versitle', 'jacket', 'i', 'ordered', 'this', 'jacket', 'to', 'complement', 'the', 'larkin', 'dress', 'by', 'moulinette', 'soeurs', 'which', 'i', 'planned', 'to', 'wear', 'to', 'a', 'funeral', 'the', 'pair', 'together', 'were', 'perfect', 'the', 'jacket', 'added', 'just', 'the', 'right', 'touch', 'in', 'fashion', 'and', 'practical', 'warmth', 'on', 'a', 'sunny', 'but', 'chilly', 'february', 'morning', 'in', 'alexandria', 'va.', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'it', 'fit', 'perfectly', 'if', 'not', 'a', 'tad', 'bit', 'large', 'but', 'then', 'i', "'m", 'not', 'very', 'tall', 'so', 'occasionally', 'items', 'have', 'more', 'material', 'than', 'i', 'need', 'but', 'i', 'never', 'worry', 'about', 'that', 'since', 'it', 'does', "n't", 'usually', 'affect', 'the', 'lines', 'of', 'th', ',5,1,9', 'general', 'petite', 'jackets', 'jackets'] ['14084,927,37', 'nice', 'piece', 'ordered', 'online', 'hedging', 'my', 'bets', 'on', 'size', 'chose', 'xs/s', 'because', 'i', 'have', 'broad', 'shoulders', 'and', 'muscular', 'arms', 'and', 'wear', 'anything', 'from', '2-8', 'sizes', 'depending', 'on', 'brand', 'my', 'gamble', 'paid', 'off', 'it', '39', 's', 'a', 'beautiful', 'sweater', 'soft', 'comfortable', 'nice', 'drape'] [] ['i', 'suspect', 'that', 'finer-boned', 'more', 'petite', 'customers', 'might', 'complain', 'of', 'swimming', 'in', 'this', 'but', 'it', 'worked', 'well', 'for', 'me', ',5,1,0', 'general', 'tops', 'sweaters'] ['14085,1077,38', 'cute', 'but', 'poorly', 'constructed', 'i', 'bought', 'this', 'dress', 'because', 'it', 'was', 'cute', 'swinging', 'and', 'lightweight', 'seemingly', 'perfect', 'for', 'this', 'hot', 'nyc', 'summer', 'after', 'on', 'wash', 'and', 'dry', 'the', 'dress', 'is', 'already', 'ripped', 'around', 'two', 'buttons', 'i', "'ll", 'still', 'wear', 'it', 'but', 'i', 'do', "n't", 'think', 'it', "'ll", 'last', 'until', 'next', 'summer', 'kind', 'of', 'pitiful', 'since', 'it', 'was', "n't", 'a', 'cheap-o', 'dress', 'also', 'it', 'is', 'big', 'but', 'that', 'seemed', 'to', 'be', 'sort', 'of', 'the', 'point', ',2,0,3', 'general', 'dresses', 'dresses'] ['14086,829,44', 'not', 'great', 'quality', 'after', 'reading', 'the', 'other', 'reviewers', 'i', 'decided', 'to', 'try', 'this', 'out', 'unfortunately', 'the', 'material', 'does', 'not', 'fall', 'nicely', 'on', 'me', 'and', 'the', 'belt', 'hits', 'in', 'an', 'unflattering', 'spot', 'i', 'like', 'the', 'idea', 'but', 'it', "'s", 'just', 'not', 'a', 'flattering', 'cut', 'or', 'material', 'going', 'back', ',2,0,0', 'general', 'tops', 'blouses'] ['14087,829,45', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'on', 'the', 'slimming', 'effect', 'of', 'this', 'tunic', 'and', 'ca', "n't", 'wait', 'til', 'the', 'weather', 'warms', 'up', 'so', 'i', 'can', 'wear', 'it', 'i', "'m", '5', '5', '/140lbs', 'and', 'the', '6', 'was', 'a', 'perfect', 'fit', 'one', 'thing', 'i', 'did', "n't", 'notice', 'in', 'the', 'images', 'at', 'least', 'not', 'the', 'main', 'image', 'is', 'that', 'the', 'slits', 'on', 'the', 'side', 'at', 'the', 'hip', 'are', 'pretty', 'high', 'not', 'a', 'problem', 'but', 'just', 'something', 'i', 'had', "n't", 'noticed', 'also', 'for', 'me', 'i', 'was', "n't", 'too', 'sure', 'about', 'the', 'color', 'combo', 'initially', 'but', 'it', 'works', 'in', 'person', ',4,1,6', 'general', 'tops', 'blouses'] ['14088,93,30', 'too', 'small', 'in', 'the', 'chest', 'for', 'a', 'size', 'large', 'i', 'ordered', 'a', 'size', 'large', 'however', 'as', 'a', 'large', 'my', 'chest', 'is', 'large', 'as', 'well', 'this', 'nighty', 'barley', 'covered', 'me', 'in', 'the', 'chest', 'region', 'the', 'rest', 'of', 'the', 'body', 'fit', 'well', ',2,0,0', 'initmates', 'intimate', 'sleep'] ['14089,1076,49', 'gorgeous', 'fabric', 'plain', 'silhouette', 'the', 'silk', 'sequin-adorned', 'fabric', 'of', 'this', 'dress', 'is', 'just', 'gorgeous', 'and', 'i', 'love', 'the', 'mix', 'of', 'colors', 'and', 'patterns', 'the', 'shape', 'is', 'very', 'plain', 'though', 'this', 'can', 'work', 'to', 'make', 'the', 'dress', 'less', 'formal', 'so', 'that', 'you', 'could', 'wear', 'the', 'beautiful', 'fabric', 'to', 'a', 'more', 'casual', 'event', 'but', 'i', "'m", 'not', 'sure', 'it', "'s", 'the', 'most', 'flattering', 'style', 'i', 'am', 'between', 'sizes', 'and', 'i', 'sized', 'up', 'but', 'am', 'wondering', 'if', 'i', 'should', 'have', 'gotten', 'the', 'smaller', 'size', 'maybe', 'that', 'would', 'made', 'for', 'a', 'more', 'flattering', 'fit', 'i', 'was', 'also', 'a', 'bit', 'disappointed', 'that', 'the', 'prettiest', 'parts', 'of', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14090,1009,44', 'perfect', 'addition', 'to', 'any', 'wardrobe.', 'i', 'love', 'this', 'skirt', 'maybe', 'i', 'love', 'wrap', 'skirts', 'in', 'general', 'but', 'many', 'miss', 'the', 'mark', 'this', 'one', 'is', 'just', 'right', 'it', 'does', 'not', 'have', 'elastic', 'waist', 'band', 'which', 'always', 'makes', 'me', 'look', 'frumpy', 'instead', 'it', 'is', 'a', 'side', 'zip', 'and', 'allows', 'for', 'the', 'tummy', 'to', 'stay', 'flat', 'as', 'well', 'as', 'the', 'pleats', 'the', 'embroidery', 'is', 'just', 'enough', 'and', 'you', 'may', 'not', 'be', 'able', 'to', 'see', 'the', 'design', 'of', 'black', 'on', 'black', 'in', 'the', 'fabric', 'which', 'makes', 'the', 'skirt', 'i', 'usually', 'wear', 'a', 'size', '6', 'but', 'the', '8', 'fit', 'just', 'right', 'so', 'you', 'may', 'want', 'to', 'size', 'up', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['14091,829,69', 'cute', 'and', 'unique', 'i', 'was', 'so', 'happy', 'to', 'discover', 'that', 'my', 'size', '00', 'petite', 'had', 'suddenly', 'become', 'available', 'again', 'online', 'probably', 'someone', "'s", 'return', 'and', 'i', 'was', "n't", 'disappointed', 'when', 'i', 'tried', 'the', 'tunic', 'on', 'it', 'fit', 'great', 'unlike', 'other', 'recent', 'online', 'purchases', 'from', 'retailer', 'love', 'the', 'plaid', 'and', 'the', 'style', 'the', 'cut', 'should', 'flatter', 'many', 'body', 'types', 'definitely', 'worth', 'the', 'money'] [] ['please', 'retailer', 'expand', 'your', 'inventory', 'in', 'petite', 'sizes', 'the', 'cute', 'stuff', 'sells', 'out', 'so', 'quickly', ',5,1,1', 'general', 'tops', 'blouses'] ['14092,944,32', ',,5,1,0', 'general', 'tops', 'sweaters'] ['14093,829,58', 'very', 'versatile', 'tunic', 'saw', 'this', 'tunic', 'on', 'line', 'and', 'loved', 'the', 'color', 'combo', 'tried', 'it', 'on', 'at', 'the', 'store', 'and', 'found', 'it', 'to', 'be', 'true', 'to', 'size', 'for', 'me', 'i', "'m", 'a', '34', 'dd', '5', 'ft', '4', 'and', 'the', 'regular', 'size', '10', 'fit', 'fine', 'i', 'was', 'curious', 'to', 'see', 'if', 'the', 'petite', 'size', 'would', 'fit', 'best', 'with', 'the', 'loops', 'for', 'the', 'tie', 'belt', 'being', 'a', 'little', 'higher', 'but', 'none', 'were', 'available', 'still', 'the', 'regular', '10', 'works', 'well', 'excited', 'to', 'wear', 'when', 'the', 'weather', 'gets', 'warmer', 'like', 'the', 'model', 'with', 'white', 'skinny', 'or', 'cropped', 'jeans', 'and', 'wearing', 'it', 'open', 'as', 'a', 'duster', 'with', 'a', 'tank', 'or', 'cami', 'seems', 'very', 've', ',5,1,4', 'general', 'tops', 'blouses'] ['14094,831,37', 'unique', 'and', 'good', 'quality', 'the', 'material', 'used', 'is', 'soft', 'and', 'breezy', 'and', 'good', 'for', 'summer.the', 'design', 'is', 'unique', 'and', 'catchy', 'the', 'two', 'cons', 'its', 'dry', 'clean', 'and', 'runs', 'very', 'large', 'i', 'normally', 'wear', 'm', 'from', 'retailer', 'and', 'this', 'top', 'in', 's', 'still', 'too', 'roomy', 'since', 'its', 'for', 'summer', 'i', "'m", 'keeping', 'it', 'as', 'it', 'is', ',4,1,0', 'general', 'tops', 'blouses'] ['14095,1081,34', 'beautiful', 'plaid', 'material', 'i', 'seriously', 'wanted', 'to', 'cry', 'when', 'this', 'dress', 'did', "n't", 'fit', 'me', 'i', 'knew', 'ordering', 'it', 'that', 'it', 'was', 'a', 'long', 'shot', 'i', "'m", 'a', '36d', 'and', 'strapless', 'rarely', 'works', 'this', 'was', 'no', 'different', 'the', 'dress', 'ran', 'true', 'to', 'size', 'and', 'it', 'is', 'precious', ',4,1,0', 'general', 'dresses', 'dresses'] ['14096,829,60', 'cool', 'summery', 'tunic', 'i', 'love', 'tunics', 'and', 'the', 'colors', 'of', 'this', 'one', 'is', 'what', 'caught', 'my', 'eye', 'overall', 'the', 'tunic', 'is', 'nice', 'but', 'i', 'have', 'to', 'agree', 'with', 'another', 'review', 'that', 'the', 'stitching', 'at', 'the', 'top', 'of', 'the', 'slits', 'is', 'not', 'good', 'i', 'also', 'agree', 'that', 'the', 'slits', 'are', 'to', 'high', 'they', 'should', 'have', 'made', 'them', 'stop', 'at', 'a', 'lower', 'point', 'it', 'gives', 'an', 'odd', 'effect', 'the', 'tunic', 'looks', 'good', 'especially', 'with', 'tights', 'it', 'is', 'tts', 'and', 'i', 'believe', 'the', 'top', 'probably', 'looks', 'better', 'on', 'someone', 'tall', 'because', 'the', 'length', 'of', 'it', 'is', 'so', 'long', 'compared', 'to', 'other', 'tunics', ',5,1,0', 'general', 'tops', 'blouses'] ['14097,980,34', 'does', "n't", 'look', 'like', 'the', 'photo', 'at', 'all', 'this', 'arrived', 'this', 'week', 'and', 'i', 'was', 'so', 'disappointed', 'the', 'proportions', 'are', 'all', 'wrong', 'from', 'the', 'empire', 'waist', 'to', 'the', 'dolman', 'sleeves', 'to', 'the', 'weird', 'texture', 'added', 'to', 'the', 'material', 'if', 'i', 'could', 'sum', 'up', 'this', 'jacket', 'with', 'one', 'word', 'it', 'would', 'be', 'weird', ',2,0,4', 'general', 'petite', 'jackets', 'jackets'] ['14098,1081,51', ',love', 'the', 'versatility', 'of', 'this', 'dress', 'looks', 'better', 'in', 'person', ',5,1,0', 'general', 'dresses', 'dresses'] ['14099,686,28', 'just', 'what', 'i', 'was', 'looking', 'for', 'this', 'is', 'the', 'perfect', 'lounge/sleep', 'cami', 'i', 'am', '5', '1', '120', 'lbs', 'and', 'purchased', 'the', 'dark', 'purple', 'small', 'it', "'s", 'hangs', 'a', 'bit', 'loose', 'my', 'preferred', 'fit', 'for', 'sleeping', 'shirts', 'good', 'quality', 'easy', 'washing', 'machine/delicate', 'and', 'cool', 'and', 'airy', 'for', 'hot', 'summer', 'nights', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['14100,829,31', 'love', 'the', 'colors', 'not', 'a', 'fan', 'of', 'the', 'side', 'slit', 'loved', 'almost', 'everything', 'about', 'this', 'top', 'the', 'colors', 'are', 'great', 'comfortable', 'fit', 'but', 'the', 'length', 'was', 'a', 'little', 'too', 'long', 'for', 'my', '5', '4', 'frame', 'i', 'also', 'was', "n't", 'a', 'big', 'fan', 'of', 'the', 'large', 'side', 'slit', 'i', 'would', 'still', 'recommend', 'this', 'great', 'top', ',3,1,3', 'general', 'tops', 'blouses'] ['14101,1077,63', 'great', 'dress', 'this', 'is', 'a', 'wonderful', 'style.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14102,1077,60', ',the', 'dress', 'does', 'run', 'large', 'i', "'m", '5', '4', 'and', '135', 'and', 'the', 'xs', 'fit', 'great', 'it', "'s", 'a', 'very', 'comfortable', 'summer', 'dress', 'have', 'had', 'many', 'compliments', 'on', 'it.,4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14103,1077,32', ',dress', 'runs', 'very', 'large', 'quality', 'is', 'great', 'and', 'the', 'pockets', 'are', 'a', 'great', 'addition.,3,1,8', 'general', 'petite', 'dresses', 'dresses'] ['14104,1077,28', ',it', "'s", 'a', 'bit', 'baggy', 'i', "'m", 'normally', 'a', '6/8', 'medium', 'but', 'went', 'with', 'the', 'small', 'here', 'i', 'debated', 'for', 'a', 'while', 'but', 'finally', 'went', 'for', 'it', 'on', 'sale', 'and', 'i', "'m", 'so', 'glad', 'the', 'colors', 'are', 'just', 'gorgeous', 'in', 'person', 'delicate', 'stitching', 'on', 'the', 'shoulders', 'adds', 'a', 'feminine', 'touch', 'great', 'with', 'my', 'jean', 'jacket', 'which', 'gathers', 'up', 'the', 'extra', 'material', 'just', 'right', 'looks', 'great', 'with', 'summer', 'sandals', 'and', 'booties', 'for', 'fall', 'i', 'love', 'love', 'love', 'this', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14105,829,42', 'comfortable', 'comfortable', 'with', 'leggings', 'or', 'cropped', 'skinnies', 'would', 'be', 'better', 'as', 'a', 'solid', 'as', 'opposed', 'to', 'a', 'plaid', 'print', 'breathable', 'and', 'airy', 'fabric.,4,1,1', 'general', 'tops', 'blouses'] ['14106,927,23', 'the', 'gypsy', 'version', 'of', 'a', 'patagonia', 'this', 'is', 'that', 'one', 'special', 'whimsical', 'beauty', 'that', 'you', 'hope', 'to', 'open', 'on', 'christmas', 'morning', 'super', 'comfy', 'not', 'at', 'all', 'itchy', 'and', 'the', 'pattern', 'and', 'colors', 'are', 'super', 'stunning', 'even', 'more', 'vivid', 'in', 'person', 'i', "'ve", 'never', 'seen', 'anything', 'quite', 'like', 'it', 'very', 'eye', 'catching', 'and', 'oozing', 'for', 'compliments', 'can', 'be', 'dressed', 'up', 'or', 'down', 'quite', 'easily', 'very', 'warm', 'and', 'surprisingly', 'true', 'to', 'size', 'even', 'with', 'the', 'm/l', 'combo', 'i', "'d", 'say', 'definitely', 'worth', 'the', 'price', 'it', 'is', 'expensive', 'but', 'this', 'heirloom', 'worthy', 'piece', 'is', 'worth', 'the', 'splurge', ',5,1,0', 'general', 'tops', 'sweaters'] ['14107,829,49', 'lovely', 'but', 'not', 'quite', 'right', 'i', 'definitely', 'think', 'this', 'may', 'have', 'worked', 'had', 'i', 'tried', 'on', 'a', 'petite-sized', 'version', 'for', 'the', 'length', 'i', 'was', 'not', 'at', 'one', 'of', 'the', 'stores', 'with', 'the', 'petites', 'i', 'did', 'feel', 'like', 'at', '5', '2', 'the', 'regular', 'size', 'is', 'just', 'too', 'long', 'i', 'tried', 'a', 'size', '4', 'on', 'with', 'leggings', 'and', 'that', 'did', "n't", 'look', 'right', 'the', 'size', '4', 'seemed', 'fine', '34b', 'chest', '118', 'lbs', 'maybe', 'if', 'i', 'had', 'a', 'different', 'pair', 'of', 'pants', 'on', 'but', 'the', 'slits', 'up', 'the', 'sides', 'of', 'the', 'shirt', 'made', 'it', 'look', 'not', 'quite', 'right', 'with', 'leggings', 'i', 'kept', 'thinking', 'the', 'shorter', 'size', 'would', 'have', 'helped', 'i', 'really', 'li', ',4,1,1', 'general', 'tops', 'blouses'] ['14108,829,39', 'cute', 'but', 'not', 'for', 'me', 'i', 'do', "n't", 'have', 'the', 'right', 'body', 'to', 'pull', 'this', 'off', 'too', 'many', 'awkward', 'styling', 'issues', 'length', 'slits', 'tie', 'stitch', 'quality', 'so', 'this', 'will', 'have', 'to', 'go', 'back', 'maybe', 'if', 'i', 'was', 'taller', 'and', 'slimmer', 'this', 'would', 'be', 'good', 'alas', 'it', 'is', "n't", 'meant', 'to', 'be', ',3,0,0', 'general', 'tops', 'blouses'] ['14109,829,45', 'loved', 'this', 'online', 'i', 'loved', 'this', 'top', 'online', 'and', 'even', 'more', 'when', 'i', 'opened', 'it', 'up', 'however', 'the', 'quality', 'of', 'the', 'stitching', 'is', 'poor', 'where', 'the', 'seam', 'comes', 'together', 'at', 'the', 'hip', 'on', 'both', 'sides', 'the', 'stitching', 'is', 'very', 'loose', 'and', 'appears', 'to', 'be', 'coming', 'undone', 'i', 'was', 'bummed', 'and', 'am', 'sending', 'it', 'back', 'today', ',2,0,8', 'general', 'tops', 'blouses'] ['14110,829,65', 'a', 'winner', 'for', 'sure.', 'i', 'love', 'the', 'color', 'combo', 'and', 'the', 'design', 'make', 'me', 'feel', 'tall', 'and', 'thin', 'i', 'know', 'this', 'is', 'going', 'to', 'be', 'very', 'cool', 'to', 'wear', 'on', 'a', 'hot', 'day', 'i', 'like', 'it', 'with', 'my', 'white', 'jeans', 'and', 'you', 'can', 'wear', 'it', 'a', 'number', 'of', 'ways', 'i', 'love', 'this', 'brand', 'i', 'still', 'wear', 'the', 'plaid', 'from', 'last', 'spring', 'it', "'s", 'a', 'got', 'to', 'have', ',5,1,6', 'general', 'tops', 'blouses'] ['14111,93,33', 'pretty', 'i', 'love', 'wearing', 'this', 'to', 'bed', 'and', 'it', "'s", 'really', 'pretty', 'the', 'lace', 'is', 'thin', 'and', 'delicate', 'so', 'it', 'can', 'get', 'snagged', 'easily', 'but', 'it', "'s", 'pretty', 'comfortable', 'the', 'only', 'thing', 'that', 'could', 'make', 'it', 'more', 'comfortable', 'is', 'if', 'the', 'material', 'underneath', 'the', 'bust', 'was', 'looser', 'though', 'it', 'would', "n't", 'be', 'as', 'supportive', 'overall', 'i', 'think', 'it', "'s", 'a', 'very', 'beautiful', 'chemise', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['14112,828,34', 'love', 'the', 'polka', 'dots', 'very', 'comfortable', 'fits', 'true', 'to', 'size', 'i', 'also', 'have', 'this', 'in', 'white', 'fits', 'snug', 'in', 'the', 'top', 'but', 'hangs', 'loose', 'around', 'the', 'waist', 'making', 'it', 'very', 'comfortable', 'shirt', 'is', 'very', 'flattering', 'the', 'polka', 'dots', 'add', 'a', 'playful', 'touch', 'super', 'cute.,5,1,0', 'general', 'tops', 'blouses'] ['14113,829,48', 'unique', 'long', 'piece', 'i', 'love', 'this', 'with', 'white', 'leggings', 'that', 'skim', 'my', 'legs', 'b/c', 'it', 'is', 'a', 'looser', 'top', 'that', 'you', 'can', 'cinch', 'at', 'the', 'waist', 'one', 'small', 'complaint', 'is', 'that', 'the', 'tie', 'is', 'awkward', 'with', 'the', 'side', 'slits', 'but', 'for', 'the', 'sale', 'price', 'i', 'can', 'overlook', 'this', ',4,1,0', 'general', 'tops', 'blouses'] ['14114,1077,35', 'great', 'if', 'you', 'get', 'sizing', 'right', 'in', 'person', 'the', 'colors', 'are', 'prettier', 'and', 'it', "'s", 'more', 'interesting', 'than', 'the', 'front', 'shot', 'in', 'the', 'model', 'i', 'tried', 'on', 'and', 'bought', 'my', 'regular', 'medium', 'got', 'home', 'and', 'tried', 'it', 'on', 'and', 'realized', 'it', "'s", 'too', 'big', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14115,1033,59', 'great', 'basic', 'skinny', 'jean', 'i', 'got', 'these', 'jeans', 'on', 'sale', 'and', 'have', 'been', 'very', 'happy', 'with', 'them', 'they', 'seem', 'to', 'go', 'with', 'everything', 'just', 'a', 'really', 'nice', 'basic', 'skinny', 'jean', 'to', 'have', 'lightweight', 'with', 'a', 'little', 'bit', 'of', 'give', 'they', 'fit', 'tts', 'for', 'me', 'and', 'hit', 'about', 'an', 'inch', 'and', 'a', 'half', 'longer', 'on', 'my', 'legs', 'than', 'the', 'model', 'in', 'the', 'picture', 'i', "'m", '5', '6', 'i', "'ve", 'had', 'them', 'for', 'a', 'couple', 'of', 'months', 'now', 'and', 'keep', 'expecting', 'them', 'to', 'show', 'some', 'wear', 'in', 'the', 'knees', 'bc', 'of', 'how', 'often', 'i', 'wear', 'them', 'not', 'yet', 'any', 'marks', 'on', 'them', 'have', 'come', 'off', 'easily', 'in', 'the', 'wash.', 'overall', 'very', 'happy', ',5,1,1', 'general', 'bottoms', 'jeans'] ['14116,921,74', 'tunic', 'this', 'top', 'is', 'well', 'made', 'and', 'would', 'be', 'cute', 'but', 'huge', 'this', 'top', 'has', 'no', 'shape', 'and', 'is', 'way', 'big', 'back', 'this', 'goes.j,2,0,6', 'general', 'tops', 'sweaters'] ['14117,850,33', 'patchwork', 'denim', 'tank', 'i', 'took', 'advantage', 'of', 'the', 'summer', 'tag', 'sale', 'and', 'bought', 'a', 'few', 'tops', 'including', 'this', 'one', 'i', "'ve", 'been', 'eyeing', 'this', 'online', 'for', 'quite', 'some', 'time', 'so', 'i', 'was', 'pretty', 'excited', 'to', 'get', 'it', 'at', 'such', 'a', 'good', 'price', 'it', 'came', 'in', 'the', 'mail', 'the', 'other', 'day', 'it', "'s", 'like', 'christmas', 'morning', 'when', 'you', 'see', 'an', 'retailer', 'package', 'at', 'your', 'door', 'however', 'this', 'time', 'was', "n't", 'so', 'great', 'the', 'top', 'is', 'fine', 'average', 'at', 'best', 'the', 'top', 'fits', 'true', 'to', 'size', 'maybe', 'it', "'s", 'the', 'pattern', 'or', 'the', 'cut', 'but', 'it', 'did', "n't", 'work', 'well', 'on', 'my', 'body', 'i', 'recommend', 'trying', 'this', 'on', 'first', ',2,0,6', 'general', 'petite', 'tops', 'blouses'] ['14118,1076,49', 'comfy', 'and', 'adorable', 'i', 'was', 'pleasantly', 'surprised', 'by', 'the', 'quality', 'cut', 'and', 'softness', 'of', 'this', 'dress', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'with', 'or', 'without', 'leggings/tights', 'and', 'is', 'cute', 'with', 'boots', 'or', 'flats', 'my', 'only', 'complaint', 'is', 'that', 'the', 'sleeves', 'are', 'not', 'near', 'as', 'long', 'as', 'what', 'is', 'shown', 'in', 'the', 'photo', 'i', "'d", 'say', 'more', 'like', '3/4', 'sleeves', 'thankfully', 'there', 'is', 'elastic', 'at', 'the', 'cuffs', 'so', 'the', 'sleeves', 'can', 'be', 'pushed', 'up', 'and', 'the', 'the', 'material', 'can', 'slightly', 'drape', 'over', 'the', 'elastic', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14119,1076,51', 'red', 'dress', 'dress', 'is', 'lovely', 'the', 'sleeves', 'were', 'shorter', 'than', 'i', 'thought', 'but', 'otherwise', 'nice', 'fabric', 'and', 'very', 'pretty', 'cut', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14120,1024,36', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['14121,975,53', ',,4,1,0', 'general', 'jackets', 'jackets'] ['14122,975,59', 'great', 'comfortable', 'jacket', 'love', 'this', 'jacket', 'it', 'fits', 'very', 'well', 'and', 'is', 'super', 'comfortable', 'you', 'can', 'wear', 'it', 'to', 'work', 'or', 'on', 'the', 'weekends', 'super', 'versatile', ',5,1,14', 'general', 'jackets', 'jackets'] ['14123,921,41', 'best', 'suited', 'as', 'a', 'beach', 'cover-up', 'i', 'am', 'tall', 'and', 'typically', 'wear', 'a', 'size', '10/12', 'so', 'i', 'thought', 'i', 'could', 'pull', 'this', 'off', 'even', 'if', 'it', 'was', 'large', 'as', 'the', 'other', 'review', 'noted', 'but', 'the', 'thing', 'about', 'this', 'piece', 'is', 'that', 'it', 'is', 'more', 'of', 'a', 'cover-up', 'than', 'a', 'tunic', 'it', 'fits', 'like', 'a', 'poncho', 'with', 'my', 'arms', 'at', 'my', 'sides', 'it', 'fit', 'me', 'similar', 'to', 'the', 'model', 'picture', 'but', 'if', 'i', 'lift', 'my', 'arms', 'to', 'use', 'them', 'then', 'it', 'looks', 'like', 'i', 'am', 'wearing', 'a', 'dress', 'that', 'is', 'designed', 'for', 'someone', 'twice', 'as', 'large', 'as', 'me', 'the', 'reason', 'for', 'that', 'is', 'that', 'it', 'does', "n't", 'really', 'have', 'sleeves', 'it', "'s", 'more', 'like', 'hol', ',3,1,3', 'general', 'tops', 'sweaters'] ['14124,911,49', 'huge', 'overall', 'nice', 'material', 'and', 'styling', 'but', 'be', 'prepare', 'for', 'it', 'to', 'be', 'huge', 'i', 'purposely', 'sized', 'down', 'and', 'i', 'still', 'felt', 'like', 'i', 'was', 'swimming', 'in', 'this.,3,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14125,1076,48', 'did', "n't", 'love.', 'i', 'found', 'it', 'very', 'thin', 'and', 'much', 'more', 'sheer', 'than', 'i', 'expected', 'not', 'sure', 'i', 'could', 'get', 'away', 'with', 'wearing', 'it', 'without', 'a', 'slip.sadly', 'i', "'ll", 'be', 'returning', 'it', 'also', 'runs', 'a', 'bit', 'large', 'would', 'have', 'returned', 'it', 'for', 'an', 'xs', 'if', 'i', 'loved', 'it', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['14126,921,54', 'unique', 'neckline', 'and', 'swingy', 'shape', 'merino', 'knit', 'the', 'neckline', 'is', 'beautiful', 'whether', 'pulled', 'forward', 'or', 'slipping', 'back', 'the', 'pure', 'merino', 'knit', 'is', 'very', 'fine', 'with', 'the', 'two', 'front', 'panels', 'cut', 'on', 'the', 'bias', 'raglan', 'sleeves', 'with', 'high', 'armholes', 'it', 'is', 'a', 'tiny', 'bit', 'itchy', 'and', 'normally', 'i', "'m", 'not', 'too', 'sensitive', 'but', 'that', 'may', 'improve', 'with', 'a', 'handwash', 'in', 'eucalan', 'or', 'something', 'similar'] [] ['fit', 'for', 'size', 'xs', 'on', '5', '2', 'currently', '33-25-37', '30d', 'or', '32c', 'bra', 'with', 'narrow', 'shoulders', 'and', 'torso'] ['snug', 'at', 'the', 'shoulders', 'but', 'as', 'it', 'is', 'a', 'pure', 'merino', 'knit', 'it', 'does', 'stretch', 'the', 'front', 'length', 'just', ',5,1,2', 'general', 'tops', 'sweaters'] ['14127,975,50', 'not', 'just', 'another', 'black', 'jacket', 'when', 'i', 'was', 'purchasing', 'this', 'i', 'asked', 'to', 'myself', 'do', 'i', 'really', 'need', 'another', 'black', 'jacket', 'when', 'it', 'arrived', 'i', 'realized', 'that', 'this', 'is', 'not', 'just', 'another', 'black', 'jacket', 'this', 'jacket', 'is', 'special', 'it', 'is', 'light', 'weight', 'but', 'structured', 'it', 'is', 'the', 'perfect', 'length', 'and', 'the', 'fabric', 'feels', 'amazing', 'this', 'jacket', 'is', 'my', 'new', 'favorite', ',5,1,19', 'general', 'jackets', 'jackets'] ['14128,985,31', 'exposure', 'of', 'material', "'s", 'backside', 'disappoints', 'while', 'this', 'is', 'cozy', 'and', 'well', 'made', 'the', 'problem', 'lies', 'with', 'the', 'unavoidable', 'exposure', 'of', 'the', 'inside', 'of', 'the', 'poncho', 'which', 'looks', 'unfinished', 'had', 'the', 'inside', 'been', 'lined', 'or', 'had', 'the', 'hue', 'of', 'the', 'stripes', 'continued', 'through', 'the', 'material', 'the', 'draped', 'look', 'of', 'this', 'piece', 'would', 'be', 'gorgeous', 'unfortunately', 'the', 'faded', 'backside', 'of', 'the', 'pattern', 'a', 'glimpse', 'of', 'it', 'under', 'model', "'s", 'left', 'hand', 'viewable', 'through', 'the', 'very', 'large', 'arm', 'holes', 'and', 'impossible', 'to', 'hide', 'disrupts', 'the', 'effortless', 'fluid', 'feel', 'that', 'a', 'poncho', 'should', 'have', 'i', 'was', ',2,0,5', 'general', 'petite', 'jackets', 'jackets'] ['14129,862,38', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14130,180,39', 'i', 'love', 'this', 'shirt', 'it', 'is', 'so', 'soft', 'and', 'a', 'bit', 'see', 'through', 'so', 'recommend', 'wearing', 'a', 'camisole', 'underneath', 'perfect', 'with', 'jeans', 'the', 'fit', 'is', 'slightly', 'boxy', 'but', 'works', 'well', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['14131,180,47', ',stylish', 'and', 'super', 'comfy', 'even', 'though', 'it', "'s", 'a', 'relaxed', 'oversize', 'fit', 'it', 'is', 'still', 'very', 'flattering', 'and', 'pretty', 'i', 'dressed', 'it', 'up', 'with', 'cool', 'jeans', 'and', 'my', 'fave', 'free', 'suede', 'boots', 'my', 'only', 'complaint', 'is', 'that', 'it', 'is', 'not', 'available', 'in', 'more', 'colors', 'pretty', 'please', 'make', 'more', 'color', 'variations', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['14132,985,52', 'great', 'wool', 'look', 'but', 'did', "n't", 'hang', 'well', 'loved', 'the', 'look', 'of', 'this', 'wool', 'and', 'so', 'well', 'made', 'problem', 'was', 'it', 'literally', 'would', 'have', 'been', 'better', 'on', 'a', 'bed', 'as', 'a', 'blanket', 'than', 'on', 'my', 'body', 'as', 'a', 'blanket', 'coat', 'just', 'overwhelmed', 'me', 'and', 'did', "n't", 'look', 'good', 'i', "'m", '5/9', 'and', '160', 'lbs', 'so', 'i', "'m", 'no', 'shrinking', 'violet', 'just', 'too', 'heavy', 'of', 'fabric', ',3,0,2', 'general', 'petite', 'jackets', 'jackets'] ['14133,862,44', 'did', 'not', 'fit', 'properly', 'i', 'loved', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'i', 'was', 'able', 'to', 'go', 'in', 'the', 'store', 'and', 'try', 'it', 'on', 'and', 'sadly', 'it', 'is', 'not', 'the', 'top', 'for', 'me', 'if', 'you', 'have', 'a', 'large', 'chest', 'then', 'this', 'top', 'will', 'gather', 'at', 'your', 'cleavage', 'and', 'give', 'an', 'awful', 'appearance', 'the', 'fabric', 'falls', 'in', 'and', 'even', 'the', 'sales', 'associate', 'agreed', 'that', 'it', 'was', 'unsightly', 'if', 'i', 'were', 'an', 'a', 'or', 'b', 'this', 'probably', 'would', 'have', 'worked', 'i', 'should', 'have', 'known', 'to', 'stay', 'away', 'from', 'a', 'pleated', 'top', ',3,0,3', 'general', 'petite', 'tops', 'knits'] ['14134,680,40', 'so', 'pretty', '5', '4', '115', 'lbs', 'and', 'the', 'xs', 'fits', 'perfectly', ',5,1,2', 'general', 'bottoms', 'shorts'] ['14135,862,49', 'not', 'what', 'i', 'was', 'expecting', 'i', 'was', 'expecting', 'a', 'tee', 'shirt', 'but', 'the', 'material', 'is', 'more', 'of', 'light', 'sweater', 'knit', 'in', 'the', 'end', 'it', 'was', "n't", 'the', 'fabric', 'that', 'was', 'the', 'deal', 'breaker', 'it', 'was', 'the', 'fit', 'in', 'my', 'regular', 'size', 'it', 'is', 'too', 'wide', 'and', 'boxy', 'through', 'the', 'body', 'i', 'also', 'felt', 'like', 'the', 'arms', 'are', 'too', 'big', 'as', 'well', 'it', "'s", 'going', 'back', 'and', 'i', 'am', 'not', 'going', 'to', 'bother', 'ordering', 'it', 'in', 'a', 'smaller', 'size', 'it', "'s", 'a', 'shame', 'because', 'the', 'embroidery', 'really', 'is', 'lovely', ',2,0,4', 'general', 'petite', 'tops', 'knits'] ['14136,862,49', 'some', 'things', 'going', 'for', 'it', 'but', 'overall', 'miss', 'for', 'me', 'the', 'red', 'detail', 'at', 'the', 'shoulders', 'is', 'pretty', 'and', 'i', 'liked', 'the', 'contrast', 'between', 'the', 'red', 'and', 'white', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'it', 'is', 'a', 'sweater', 'knit', 'fabric', 'more', 'substantial', 'than', 'you', 'might', 'guess', 'from', 'photos', 'the', 'sleeve', 'ruffles', 'were', 'a', 'little', 'poofy', 'for', 'me', 'and', 'combined', 'with', 'the', 'loose', 'fit', 'it', 'made', 'me', 'feel', 'a', 'little', 'too', 'girl-ish', 'this', 'could', 'work', 'for', 'you', 'if', 'you', 'are', 'looking', 'for', 'a', 'peasant', 'style', 'blouse', 'with', 'a', 'forgiving', 'shape', 'and', 'nice', 'details', 'but', 'it', 'was', "n't", 'quite', 'right', 'for', 'me', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['14137,1059,32', 'very', 'satisfied', 'these', 'pants', 'were', 'a', 'wonderful', 'addition', 'to', 'my', 'wardrobe', 'the', 'fun', 'print', 'and', 'texture', 'add', 'interest', 'but', 'at', 'the', 'same', 'time', 'are', 'not', 'too', 'busy', 'they', 'seem', 'well-made', 'and', 'they', 'have', 'a', 'slim', 'and', 'flattering', 'fit', 'the', 'side', 'zipper', 'is', 'also', 'a', 'nice', 'touch', 'i', 'would', 'definitely', 'recommend', 'this', 'item', ',5,1,0', 'general', 'bottoms', 'pants'] ['14138,534,46', 'pleasantly', 'surprised', 'i', 'saw', 'this', 'suit', 'in', 'the', 'store', 'and', 'was', 'immediately', 'drawn', 'to', 'it', 'i', 'did', 'not', 'think', 'it', 'was', 'gon', 'na', 'work', 'because', 'i', 'have', 'boobs', 'real', 'ones', 'and', 'i', 'was', 'not', 'sure', 'it', 'would', 'provide', 'enough', 'support', 'it', 'is', 'the', 'cutest', 'suit', 'ever', 'have', 'enough', 'support', 'to', 'get', 'away', 'with', 'it', 'but', 'definitely', 'could', "n't", 'go', 'for', 'a', 'jog', 'ha', 'it', 'will', 'also', 'look', 'great', 'with', 'white', 'jeans', 'and', 'double', 'as', 'a', 'bodysuit.,5,1,3', 'initmates', 'intimate', 'swim'] ['14139,862,57', 'it', "'s", 'all', 'in', 'the', 'details', 'if', 'you', 'like', 'loose', 'flowing', 'tops', 'embroidery', 'and', 'fluttery', 'sleeves', 'you', "'ll", 'adore', 'this', 'top', 'i', 'went', 'a', 'size', 'down', 'and', 'it', "'s", 'a', 'perfect', 'fit', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['14140,180,38', 'too', 'boxy', 'if', 'the', 'sweater', 'looked', 'as', 'it', 'does', 'in', 'the', 'picture', 'i', 'would', 'keep', 'it', 'however', 'it', 'was', 'very', 'boxy', 'and', 'short', 'a', 'style', 'that', 'does', 'not', 'work', 'for', 'me', 'at', 'all', 'i', "'m", '5', 'ft.', '6', 'in', 'and', 'ordered', 'the', 'medium', 'i', 'suspect', 'the', 'sweater', 'on', 'the', 'model', 'may', 'be', 'clipped', 'back', 'to', 'make', 'it', 'look', 'more', 'form', 'fitting', 'unfortunately', 'i', 'will', 'have', 'to', 'return', 'the', 'sweater', ',3,0,0', 'initmates', 'intimate', 'sleep'] ['14141,1059,50', 'these', 'pants', 'are', 'so', 'comfy', 'well-fitting', 'and', 'flattering', 'i', 'will', 'order', 'the', 'same', 'style', 'in', 'more', 'colors', 'and', 'patterns', 'because', 'i', 'can', 'tell', 'this', 'will', 'be', 'my', 'uniform', 'this', 'summer', 'true', 'to', 'size', 'if', 'you', 'like', 'a', 'close', 'fit', 'like', 'i', 'do', 'size', 'up', 'if', 'you', 'like', 'a', 'loose', 'fit', 'length', 'is', 'shorter', 'than', 'capri', 'more', 'like', 'a', '1950s', 'pedal', 'pusher', 'cute', ',5,1,5', 'general', 'bottoms', 'pants'] ['14142,872,36', ',,5,1,0', 'general', 'tops', 'knits'] ['14143,1059,42', 'comfy', 'these', 'pants', 'run', 'large', 'than', 'the', 'true', 'size', 'it', 'is', 'so', 'comfortable', 'and', 'can', 'be', 'dress', 'up', 'or', 'dressed', 'down.,4,1,0', 'general', 'bottoms', 'pants'] ['14144,534,23', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'i', 'love', 'the', 'look', 'of', 'this', 'right', 'away', 'i', 'found', 'it', 'ran', 'small', 'to', 'retailer', "'s", 'clothes', 'where', 'i', "'m", 'inexplicably', 'a', 'xs', 'or', 's', 'here', 'i', 'was', 'a', 'm', 'i', 'also', 'am', 'a', 'dd', 'so', 'would', 'have', 'appreciated', 'more', 'support', 'but', 'as', 'the', 'other', 'reviewer', 'i', 'can', 'get', 'away', 'with', 'it', 'to', 'wear', 'this', 'cute', 'suit', ',4,1,0', 'initmates', 'intimate', 'swim'] ['14145,862,35', 'beautiful', 'and', 'unique', 'top', 'this', 'top', 'is', 'beautiful', 'and', 'unique', 'but', 'also', 'i', 'predict', 'it', 'will', 'be', 'high', 'maintenance', 'with', 'the', 'sleeves', 'definitely', 'have', 'to', 'be', 'careful', 'with', 'the', 'delicate', 'sleeves', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14146,862,54', 'versatile', 'top', 'i', 'was', 'happy', 'to', 'see', 'this', 'top', 'come', 'back', 'after', 'being', 'sold', 'out', 'the', 'cream', 'is', 'a', 'pretty', 'color', 'not', 'too', 'warm', 'toned', 'the', 'cut', 'is', 'true', 'to', 'size', 'although', 'very', 'fitted', 'in', 'the', 'arm', 'hole', 'area', 'the', 'sleeves', 'rather', 'fitted', 'the', 'fabric', 'of', 'the', 'sleeves', 'is', 'fairly', 'fragile', 'but', 'should', 'be', 'doable', 'if', 'not', 'overly', 'worn', 'the', 'chest', 'fitted', 'with', 'an', 'aline', 'cut', 'rather', 'loser', 'in', 'the', 'back', 'it', 'is', 'also', 'somewhat', 'see', 'through', 'although', 'not', 'as', 'bad', 'as', 'some', 'i', 'have', 'tried', 'overall', 'it', "'s", 'a', 'really', 'great', 'top', 'but', 'would', 'need', 'to', 'be', 'worn', 'with', 'care', 'gr', ',4,1,5', 'general', 'petite', 'tops', 'knits'] ['14147,606,48', 'size', 'up', 'i', 'love', 'these', 'shorts', 'they', 'are', 'thin', 'lightweight', 'and', 'not', 'see', 'through', 'however', 'the', 'reviews', 'are', 'correct', 'i', 'am', 'usually', 'a', 'size', '2', 'or', '4', 'in', 'shorts', 'i', 'am', '5', '1', '112', 'pounds', 'and', 'i', 'had', 'to', 'size', 'up', 'to', '6', 'i', 'was', 'able', 'to', 'zip', 'the', 'shorts', 'up', 'but', 'the', 'fit', 'wa', 'a', 'little', 'tight', 'the', '6', 'offered', 'me', 'the', 'comfort', 'of', 'more', 'room', 'overall', 'nice', 'shorts', ',5,1,0', 'general', 'bottoms', 'shorts'] ['14148,606,46', 'fit', 'was', 'disappointing', 'i', "'m", '5', '4', '130', 'lbs', 'curvy', 'and', 'fit', 'i', "'m", 'usually', 'a', 'size', '6', 'but', 'when', 'i', 'tried', 'these', 'shorts', 'on', 'they', 'were', 'tight', 'i', 'sized', 'up', 'to', 'an', '8', 'and', 'they', 'looked', 'better', 'but', 'overall', 'the', 'fit', 'was', 'not', 'flattering', 'on', 'a', 'petite', 'curvy', 'frame', 'i', 'think', 'these', 'shorts', 'would', 'work', 'on', 'someone', 'taller', 'and', 'a', 'bit', 'thinner', 'in', 'the', 'thigh', 'area', ',3,0,6', 'general', 'bottoms', 'shorts'] ['14149,829,35', 'like', 'a', 'bolt', 'of', 'fabric', 'like', 'the', 'previous', 'review', 'said', 'i', 'was', 'excited', 'to', 'receive', 'this', 'top', 'i', 'had', 'grand', 'visions', 'of', 'all', 'the', 'ways', 'i', 'could', 'wear', 'it', 'to', 'my', 'chagrin', 'when', 'i', 'put', 'it', 'on', 'it', 'just', 'fell', 'right', 'down', 'and', 'pooled', 'around', 'my', 'waist', 'i', 'wish', 'there', 'were', 'smaller', 'sizes', 'to', 'order', 'sadly', 'this', 'is', 'going', 'back', ',1,0,3', 'general', 'petite', 'tops', 'blouses'] ['14150,1033,35', 'i', 'should', 'have', 'known', 'to', 'size', 'up', 'since', 'that', 'is', 'what', 'i', 'usually', 'do', 'for', 'skinny', 'jeans', 'ordered', 'a', 'size', '27', 'should', 'have', 'done', '28', 'good', 'quality', 'denim', 'just', 'too', 'tight', 'in', 'the', 'legs', 'for', 'my', 'taste', 'i', 'debated', 'trying', 'a', 'bigger', 'size', 'but', 'decided', 'i', 'just', 'do', "n't", 'love', 'the', 'distressed', 'look', 'on', 'me', 'although', 'i', 'love', 'that', 'they', 'offer', 'high-rise', 'petites', 'for', 'reference', '5', '2', '115', 'lbs.', 'curvy', 'on', 'bottom', 'usually', 'a', 'size', '4/6', 'for', 'pants', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['14151,1028,37', 'lovely', 'gray', 'jeans', 'i', 'agree', 'with', 'another', 'reviewer', 'that', 'these', 'are', 'not', 'ankle', 'jeans', 'however', 'even', 'as', 'regular', 'jeans', 'they', 'fit', 'great', 'and', 'the', 'color', 'is', 'lovely', 'and', 'very', 'versatile', 'i', 'normally', 'need', 'to', 'have', 'my', 'jeans', 'hemmed', 'but', 'the', 'length', 'on', 'these', 'is', 'perfect', 'for', 'my', '5', '4', 'frame', ',5,1,0', 'general', 'bottoms', 'jeans'] ['14152,1083,46', 'not', 'for', 'single', 'girls', 'i', 'love', 'love', 'love', 'byron', 'lars', 'dresses', 'they', 'fit', 'my', 'curves', 'like', 'a', 'glove', 'but', 'this', 'one', 'i', 'guess', 'it', 'would', 'have', 'fit', 'me', 'like', 'a', 'glove', 'but', 'i', 'live', 'alone', 'and', 'at', 'the', 'moment', 'i', 'do', "n't", 'have', 'enough', 'money', 'to', 'hire', 'a', 'lady', "'s", 'maid', 'and', 'so', 'i', 'could', "n't", 'actually', 'tell', 'it', 'buttons', 'all', 'the', 'way', 'up', 'the', 'back', 'so', 'you', 'can', 'not', 'put', 'it', 'on', 'yourself', 'unless', 'you', 'are', 'a', 'contortionist', 'wanted', 'to', 'love', 'this', 'but', 'ca', "n't", ',3,0,3', 'general', 'dresses', 'dresses'] ['14153,1083,39', 'i', 'bought', 'about', '20', 'dresses', 'online', 'in', 'an', 'attempt', 'to', 'find', 'a', 'few', 'dresses', 'for', 'derby', 'week', 'in', 'kentucky', 'this', 'was', 'one', 'of', 'the', '2', 'that', 'made', 'the', 'cut', 'i', "'m", 'usually', 'a', '6', 'and', 'i', 'bought', 'a', '6.', 'it', 'fit', 'like', 'it', 'was', 'tailor', 'made', 'for', 'me', 'i', 'questioned', 'if', 'it', 'was', 'too', 'tight', 'at', 'first', 'but', 'decided', 'it', 'was', 'just', 'right', 'and', 'felt', 'great', 'in', 'it', 'for', 'a', 'full', 'day', 'at', 'the', 'track', 'it', 'was', 'comfy', 'it', 'almost', 'felt', 'like', 'it', 'had', 'built', 'in', 'spanx', 'i', 'did', "n't", 'have', 'to', 'wear', 'a', 'bra', 'and', 'it', 'gave', 'me', 'great', 'lift', 'almost', 'like', 'a', 'bustier', 'i', 'got', 'so', 'many', 'compliments', 'mu', ',5,1,2', 'general', 'dresses', 'dresses'] ['14154,1129,38', 'cosiest', 'coat', 'while', 'i', 'have', 'to', 'agree', 'with', 'some', 'other', 'reviewers', 'that', 'this', 'is', 'not', 'the', 'most', 'flattering', 'coat', 'as', 'a', 'size', '12/14', 'with', 'hips', 'it', 'does', 'my', 'hips', 'no', 'favors', 'but', 'the', 'comfort', 'and', 'warmth', 'make', 'up', 'for', 'it', 'this', 'coat', 'is', 'so', 'soft', 'it', "'s", 'like', 'wearing', 'a', 'puffy', 'blanket', 'unlike', 'typical', 'puffer', 'coats', 'it', 'does', 'not', 'have', 'any', 'kind', 'of', 'vinyl', 'feel', 'to', 'it-', 'but', 'nor', 'does', 'it', 'have', 'any', 'wind', 'or', 'water', 'resistance', 'at', 'all', 'with', 'all', 'that', 'said', 'the', 'comfort', 'and', 'cosy', 'feel', 'won', 'me', 'over', 'i', "'ve", 'received', 'several', 'compliments', 'as', 'well', 'so', 'maybe', 'it', "'s", 'more', ',4,1,0', 'general', 'jackets', 'outerwear'] ['14155,1083,58', 'vintage', 'jewel', 'if', 'you', 'have', 'a', 'love', 'for', 'vintage', 'romantic', 'feminine', 'attire', 'this', 'is', 'the', 'dress', 'for', 'you', 'it', 'evokes', 'memory', 'of', 'days', 'gone', 'by', 'it', 'is', "n't", 'just', 'beautiful', 'the', 'quality', 'is', 'superb', 'make', 'sure', 'you', 'check', 'the', 'measurements', 'for', 'this', 'little', 'beauty', 'has', 'so', 'stretch', 'to', 'it', ',5,1,3', 'general', 'dresses', 'dresses'] ['14156,1083,45', 'classic', 'beauty', 'i', 'absoluty', 'love', 'this', 'dress', 'it', 'hugs', 'in', 'all', 'the', 'right', 'places', 'giving', 'a', 'sexy', 'yet', 'very', 'classy', 'look', 'very', 'much', 'a', 'mad', 'men', 'look', 'the', 'quality', 'is', 'fantastic', 'and', 'could', 'easily', 'pass', 'for', 'a', 'vintage', 'dress', 'that', 'has', 'been', 'kept', 'safely', 'preserved', 'i', 'would', 'recomend', 'every', 'lady', 'has', 'one', 'of', 'these', 'in', 'her', 'closet', 'especially', 'when', 'you', 'need', 'to', 'feel', 'just', 'a', 'little', 'bit', 'prettier', ',5,1,7', 'general', 'dresses', 'dresses'] ['14157,862,46', 'one', 'of', 'the', 'prettiest', 'retailer', 'sweaters', 'i', 'ordered', 'the', 'mauve', 'in', 'size', 'xl', 'and', 'it', 'fits', 'true', 'to', 'size', 'it', 'matched', 'the', 'photos', 'online', 'all', 'of', 'the', 'details', 'are', 'prettier', 'in', 'person', 'it', "'s", 'delicate', 'but', 'it', "'s", 'washed/dried', 'well', 'very', 'pretty', 'shade', 'of', 'mauve', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14158,866,29', 'runs', 'very', 'large', 'this', 'sweater', 'is', 'huge', 'i', 'usually', 'wear', 'a', 'small', 'ordered', 'an', 'extra', 'small', 'and', 'i', 'was', 'still', 'swimming', 'in', 'it', 'i', 'like', 'big', 'sweaters', 'but', 'i', 'ended', 'up', 'returning', 'it', 'because', 'the', 'sizing', 'looked', 'ridiculous', ',3,0,1', 'general', 'tops', 'knits'] ['14159,1129,43', 'love', 'this', 'coat', 'it', 'was', 'bit', 'on', 'pricey', 'side', 'but', 'it', 'was', 'love', 'at', 'first', 'sight', 'i', 'could', "n't", 'let', 'go', 'after', 'i', 'tried', 'it', 'on', 'it', 'is', 'soft', 'lightweight', 'moves', 'with', 'me', 'keeps', 'me', 'warm', 'not', 'just', 'from', 'top', 'up', 'it', 'feels', 'silky', 'to', 'the', 'touch', 'and', 'is', 'very', 'versatile', 'and', 'stylish'] [] ['runs', 'true', 'to', 'size', 'and', 'it', 'expands', 'a', 'bit', 'the', 'more', 'you', 'wear', 'it', ',5,1,2', 'general', 'jackets', 'outerwear'] ['14160,862,41', 'great', 'top', 'for', 'everday', 'i', 'love', 'to', 'shop', 'at', 'retailer', 'for', 'tops', 'that', 'i', 'can', 'wear', 'everyday', 'they', 'always', 'seem', 'to', 'have', 'pieces', 'that', 'are', 'comfortable', 'casual', 'and', 'quite', 'different', 'from', 'what', 'you', 'would', 'find', 'in', 'most', 'stores', 'this', 'top', 'is', 'exactly', 'that', 'it', 'fits', 'true', 'to', 'size', 'and', 'is', 'washable', 'all', 'you', 'need', 'are', 'jeans', 'boots', 'and', 'a', 'neutral', 'necklace', 'and', 'you', 'are', 'good', 'to', 'go', 'you', 'ca', "n't", 'go', 'wrong', 'if', 'you', 'purchase', 'this', 'top', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14161,862,49', 'love', 'it', 'but', 'need', 'a', 'larger', 'size', 'it', 'is', 'delicate', 'and', 'soft', 'the', 'sleeves', 'fit', 'great', 'on', 'my', "5'10", '130lb', 'frame', 'but', 'the', 'shoulders', 'on', 'the', 'size', 'small', 'were', 'too', 'tight', 'so', 'i', 'am', 'exchanging', 'it', 'for', 'a', 'medium', 'the', 'lining', 'is', 'unusual', 'the', 'front', 'is', 'fully', 'lined', 'but', 'the', 'back', 'is', 'only', 'lined', 'to', 'the', 'shoulder', 'blades', 'which', 'is', 'somewhat', 'noticeable', 'on', 'the', 'model', 'i', 'would', 'choose', 'to', 'wear', 'a', 'cami', 'underneath', 'for', 'extra', 'coverage', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['14162,1129,46', 're', 'super', 'cute', 'and', 'stylish', 'i', 'loved', 'this', 'the', 'minute', 'i', 'saw', 'it', 'in', 'the', 'store', 'but', 'left', 'without', 'buying', 'it', 'i', 'called', 'the', 'store', 'an', 'hour', 'later', 'and', 'asked', 'them', 'to', 'hold', 'it', 'for', 'me', 'so', 'i', 'could', 'get', 'it', 'the', 'next', 'day'] [] ['i', 'love', 'it', 'it', "'s", 'still', 'a', 'little', 'too', 'warm', 'to', 'wear', 'it', 'in', 'nyc', 'yet', 'but', 'i', 'will', 'soon', 'i', "'m", 'thinking', '40-50', "'s", 'is', 'the', 'perfect', 'temps', 'for', 'it'] [] ['i', 'rarely', 'say', 'this', 'but', 'i', 'do', "n't", 'think', 'the', 'photos', 'of', 'the', 'coat', 'above', 'do', 'it', 'justice', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14163,1030,36', ',worth', 'every', 'single', 'penny', 'size', 'up', 'they', 'are', 'very', 'tight', ',5,1,0', 'general', 'bottoms', 'jeans'] ['14164,866,29', 'comfy', 'and', 'cute', 'i', 'like', 'that', 'you', 'can', 'dress', 'this', 'shirt', 'up', 'or', 'down', 'go', 'out', 'or', 'lounge', 'in', 'it', 'very', 'comfortable', 'and', 'i', 'would', 'recommend', 'buying', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['14165,876,45', 'pretty', 'but', 'runs', 'large', 'i', 'was', 'looking', 'forward', 'to', 'trying', 'this', 'on', 'after', 'seeing', 'it', 'in', 'the', 'catalog', 'i', 'wear', 'an', 'xs', 'or', 'small', 'in', 'retailer', 'tops', 'and', 'tried', 'this', 'on', 'in', 'an', 'xs', 'it', 'was', 'huge', 'reminded', 'me', 'of', 'a', 'maternity', 'top', 'it', 'was', 'much', 'more', 'flowy', 'on', 'me', 'than', 'it', 'looks', 'on', 'the', 'model', 'the', 'material', 'was', 'nice', 'thin', 'but', 'not', 'see', 'through', 'the', 'macrame', 'detailing', 'seemed', 'well', 'made', 'i', "'d", 'recommend', 'this', 'if', 'you', "'re", 'looking', 'for', 'a', 'flowy', 'top', 'but', 'definitely', 'size', 'down', ',3,1,12', 'general', 'petite', 'tops', 'knits'] ['14166,761,62', 'nice', 'in', 'between', 'seasons', 'top', 'great', 'top', 'for', 'in', 'between', 'seasons', 'comfy/soft/roomy', 'fyi', 'the', 'pattern', 'has', 'tiny', 'holes', 'that', 'will', 'show', 'through', 'i.e.', 'bra', 'skin', 'etc', ',4,1,2', 'initmates', 'intimate', 'lounge'] ['14167,867,35', ',i', 'just', 'bought', 'this', 'today', 'so', 'i', 'ca', "n't", 'say', 'whether', 'or', 'not', 'it', 'will', 'wear', 'well', 'but', 'i', 'think', 'it', 'will', 'i', 'love', 'it', 'bc', 'it', "'s", 'different', 'and', 'super', 'comfy', 'but', 'also', 'stylish', 'i', 'know', 'that', 'when', 'i', 'wear', 'this', 'other', 'people', 'wo', "n't", 'have', 'it', 'on', 'i', 'think', 'it', 'looks', 'better', 'in', 'person', 'than', 'on', 'this', 'model', 'in', 'picture.,5,1,3', 'general', 'tops', 'knits'] ['14168,1030,46', 'great', 'jean', 'love', 'mother', 'love', 'these', 'vintage', 'soft', 'jeans', 'they', 'do', 'run', 'small', 'so', 'be', 'sure', 'get', 'a', 'size', 'larger', 'i', 'am', 'typically', 'a', '27', 'and', 'i', 'ordered', 'a', '28', 'look', 'amazing', 'with', 'boots', 'flip', 'flops', 'and', 'slip', 'ons', 'love', 'mother', 'jeans', 'work', 'every', 'time', ',5,1,1', 'general', 'bottoms', 'jeans'] ['14169,840,59', 'runs', 'large', 'the', 'buttons', 'on', 'the', 'back', 'are', 'very', 'tedious', 'you', 'will', 'need', 'someone', 'to', 'help', 'you', 'if', 'you', 'get', 'past', 'that', 'hurdle', 'then', 'you', 'have', 'the', 'look', 'of', 'a', 'little', 'girl', 'in', 'a', 'smock', 'way', 'too', 'big', 'like', 'a', 'nightgown', 'nice', 'quality', 'but', 'not', 'practical', ',1,0,0', 'general', 'petite', 'tops', 'blouses'] ['14170,876,32', 'like', 'a', 'tent', 'i', 'agree', 'with', 'everything', 'the', 'other', 'reviewer', 'stated', 'this', 'top', 'is', 'very', 'billowy', 'and', 'runs', 'large', 'it', 'would', 'be', 'nice', 'if', 'i', 'did', "n't", 'have', 'a', 'chest', 'the', 'other', 'issue', 'with', 'this', 'top', 'is', 'the', 'macrame', 'detailing', 'is', 'made', 'more', 'out', 'of', 'a', 'satin', 'like', 'material', 'and', 'i', 'wanted', 'it', 'to', 'look', 'closer', 'to', 'natural', 'raw', 'fiber', 'the', 'pink', 'is', 'slightly', 'more', 'pink', 'in', 'person', 'but', 'it', "'s", 'not', 'that', 'far', 'off', 'had', 'to', 'return', ',4,1,7', 'general', 'petite', 'tops', 'knits'] ['14171,761,32', 'light', 'weight', 'sheer/', 'great', 'for', 'layering', 'warning', 'it', "'s", 'totally', 'sheer', 'so', 'you', 'will', 'need', 'to', 'wear', 'a', 'tank', 'under', 'it', 'or', 'unless', 'you', "'re", 'very', 'confident', 'in', 'your', 'mid-section', 'you', 'can', 'wear', 'a', 'bandeau', 'or', 'just', 'a', 'bra', 'it', "'s", 'definitely', 'a', 'lounge/', 'leisure', 'wear', 'piece', 'and', 'great', 'for', 'layering', 'if', 'you', 'want', 'to', 'wear', 'it', 'out', 'it', "'s", 'lightweight', 'and', 'perfect', 'layer', 'over', 'a', 'simple', 'dress', 'or', 'top', 'i', 'live', 'in', 'this', 'over', 'the', 'weekends', 'i', 'am', 'a', 'larger', 'gal', 'broader', 'shoulder', 'and', 'purchased', 'an', 'xl', 'it', "'s", 'true', 'to', 'size', 'and', 'roomy.,5,1,2', 'initmates', 'intimate', 'lounge'] ['14172,867,34', 'weird', 'collar', 'the', 'collar', 'on', 'this', 'sweater', 'is', 'too', 'stiff', 'for', 'my', 'taste', 'the', 'color', 'and', 'fabric', 'is', 'really', 'nice', 'just', 'wish', 'the', 'collar', 'was', 'different.,3,0,2', 'general', 'tops', 'knits'] ['14173,876,48', 'not', 'raspberry', 'so', 'bummed', 'i', 'ordered', 'this', 'in', 'the', 'raspberry', 'color', 'then', 'actually', 'saw', 'it', 'in', 'a', 'store', 'before', 'it', 'arrived', 'to', 'my', 'house', 'so', 'i', 'tried', 'it', 'on', 'while', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'it', 'runs', 'big', 'in', 'some', 'areas', 'something', 'about', 'the', 'neckline', 'just', 'was', "n't", 'right', 'on', 'me', 'it', 'seemed', 'to', 'ride', 'up', 'higher', 'and', 'was', "n't", 'what', 'i', 'wanted', 'also', 'the', 'raspberry', 'color', 'is', 'almost', 'more', 'of', 'a', 'burnt', 'orange', 'when', 'i', 'think', 'of', 'raspberry', 'i', 'think', 'of', 'pink', 'or', 'red', 'this', 'was', 'neither', 'of', 'those', 'the', 'top', 'itself', 'is', 'cute', 'though', 'and', 'super', 'comfy', 'if', 'it', 'we', ',3,1,2', 'general', 'petite', 'tops', 'knits'] ['14174,1083,38', 'beautiful', 'dress', 'with', 'some', 'minor', 'flaws', 'i', 'purchased', 'this', 'dress', 'to', 'wear', 'to', 'a', 'wedding', 'in', 'june', 'i', 'am', '5', '4', '32d', 'and', '120lbs', 'i', 'bought', 'the', 'size', '2', 'and', 'it', 'fit', 'like', 'a', 'glove', 'did', "n't", 'even', 'have', 'to', 'wear', 'a', 'bra', 'the', 'quality', 'is', 'beautiful', 'the', 'fabric', 'stitching', 'and', 'detail', 'are', 'top', 'notch', 'and', 'well', 'worth', 'the', 'price', 'the', 'way', 'the', 'seaming', 'hits', 'you', 'on', 'the', 'hips', 'and', 'but', 'is', 'very', 'flattering', 'especially', 'for', 'girls', 'who', 'may', 'not', 'be', 'that', 'curvy', 'it', 'accentuates', 'your', 'curves', 'for', 'sure', 'it', 'reminds', 'me', 'of', 'an', 'old', 'hollywood', 'wiggle', 'dress'] [] ['with', 'that', 'being', 'said', 'the', 'dress', 'does', 'h', ',4,1,5', 'general', 'dresses', 'dresses'] ['14175,1083,59', 'gorgeous', 'and', 'well', 'constructed', 'dress', 'runs', 'a', 'little', 'small', 'could', "n't", 'button', 'up', 'the', 'size', '8', 'although', 'i', 'can', 'fit', 'into', 'a', 'size', '6', 'of', 'other', 'dresses', 'by', 'this', 'designer', 'also', 'the', 'back', 'buttons', 'are', 'very', 'difficult', 'to', 'button', 'especially', 'by', 'yourself', 'i', 'had', 'to', 'return', 'it', 'but', 'am', 'contemplating', 'ordering', 'it', 'in', 'a', 'size', '10', ',4,1,1', 'general', 'dresses', 'dresses'] ['14176,876,59', 'sunset', 'orange', 'not', 'raspberry', 'billowy', 'top', 'perfect', 'for', 'casual', 'comfort', 'the', 'topic', 'is', 'definitely', 'not', 'raspberry', 'it', 'is', 'a', 'sunset', 'orange', 'disappointed', 'as', 'i', 'was', 'going', 'for', 'a', 'match', 'i', 'should', 'have', 'gone', 'off', 'of', 'the', 'picture', 'and', 'not', 'the', 'color', 'name.,3,1,0', 'general', 'petite', 'tops', 'knits'] ['14177,867,30', 'great', 'style', 'and', 'easy', 'to', 'wear', 'i', "'m", 'glad', 'the', 'previous', 'reviews', 'had', 'mentioned', 'the', 'dolman', 'sleeves', 'so', 'i', 'was', 'better', 'prepared', 'for', 'how', 'it', 'would', 'fit', 'you', 'do', 'have', 'to', 'do', 'some', 'rearranging', 'of', 'the', 'fabric', 'but', 'it', 'generally', 'stays', 'put', 'and', 'is', "n't", 'bothersome', 'the', 'neckline', 'is', 'a', 'bit', 'more', 'structured', 'than', 'shown', 'in', 'the', 'pictures', 'but', 'it', 'only', 'adds', 'to', 'a', 'more', 'sophisticated', 'look', 'great', 'fabric', 'and', 'color', 'as', 'well', ',4,1,1', 'general', 'tops', 'knits'] ['14178,1083,33', 'significant', 'other', 'required', 'this', 'dress', 'is', 'beautiful', 'and', 'extremely', 'well', 'made', 'if', 'you', 'can', 'get', 'into', 'it', 'the', 'only', 'way', 'to', 'close', 'the', 'dress', 'is', 'a', 'line', 'of', 'difficult', 'to', 'button', 'buttons', 'up', 'the', 'back', 'it', "'s", 'form', 'fitting', 'so', 'you', "'d", 'better', 'be', 'on', 'your', 'yoga', 'a', 'game', 'or', 'have', 'a', 'loved', 'one', 'or', 'hand', 'maiden', 'to', 'lend', 'a', 'hand', 'i', 'thought', 'about', 'taking', 'it', 'to', 'a', 'tailor', 'to', 'install', 'a', 'hidden', 'side', 'zipper', 'but', 'it', "'s", 'soooo', 'form', 'fitting', 'i', "'m", 'afraid', 'i', 'would', "n't", 'wear', 'it', ',2,0,1', 'general', 'dresses', 'dresses'] ['14179,876,23', 'not', 'great', 'too', 'much', 'fabric', 'not', 'a', 'flattering', 'top', 'for', 'reference', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'my', 'measurements', 'are', '38-30-40', ',2,0,3', 'general', 'petite', 'tops', 'knits'] ['14180,862,33', 'unique', 'staple', 'fits', 'true', 'to', 'size', 'soft', 'material', 'and', 'unique', 'look', 'the', 'sleeves', 'and', 'overall', 'cut', 'of', 'this', 'shirt', 'are', 'flattering', 'i', 'was', 'worried', 'it', 'might', 'look', 'boxy', 'or', 'baggy', 'but', 'it', 'did', "n't", 'at', 'all', 'the', 'dark', 'gray', 'is', 'a', 'gorgeous', 'color', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'definitely', 'going', 'to', 'be', 'a', 'staple', 'in', 'my', 'closet', ',5,1,0', 'general', 'tops', 'knits'] ['14181,1028,27', 'light', 'and', 'tight', 'i', 'love', 'these', 'pants', 'they', 'fit', 'great', ',4,1,1', 'general', 'bottoms', 'jeans'] ['14182,761,33', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['14183,867,26', ',beautiful', 'sweatshirt', 'top', 'that', 'can', 'be', 'worn', 'to', 'work.,5,1,0', 'general', 'tops', 'knits'] ['14184,999,53', 'fun', 'skirt', 'to', 'wear', 'instead', 'of', 'shorts', 'this', 'is', 'very', 'cute', 'it', "'s", 'lined', 'it', "'s", 'smocked', 'it', "'s", 'longer', 'on', 'me', 'than', 'the', 'model', 'in', 'the', 'picture', 'i', 'was', 'a', 'bit', 'concerned', 'about', 'the', 'short', 'length', 'but', 'the', 'skirt', 'actually', 'came', 'to', 'just', 'above', 'my', 'knees', 'which', 'works', 'well', 'for', 'me', 'it', 'might', 'run', 'a', 'tad', 'big', 'because', 'it', 'is', 'a', 'pull', 'of', 'skirt', 'i', 'look', 'forward', 'to', 'wearing', 'this', 'light', 'weight', 'skirt', 'on', 'hot', 'days', 'his', 'summer', ',5,1,10', 'general', 'bottoms', 'skirts'] ['14185,1083,27', 'beautiful', 'dress', 'but', 'required', 'lots', 'of', 'tailoring', 'this', 'dress', 'is', 'truly', 'a', 'work', 'of', 'art', 'and', 'i', "'ve", 'received', 'many', 'compliments', 'on', 'it'] [] ['be', 'warned', 'though', 'that', 'it', 'may', 'require', 'extensive', 'tailoring', 'to', 'fit', 'you', 'i', "'m", '37-28-40', 'so', 'pretty', 'darn', 'hourglass', 'shaped', 'and', '5', 'feet', '3', 'inches', 'i', 'ordered', 'the', '8p', 'the', 'dress', 'was', 'still', 'huge', 'in', 'the', 'the', 'waist', 'and', 'not', 'flattering', 'at', 'all', 'the', 'neckline', 'also', 'was', 'too', 'low', 'for', 'my', 'comfort', 'if', 'you', "'re", 'busty', 'necklines', 'get', 'pushed', 'out', 'and', 'more', 'things', 'show', 'my', 'tailor', 'was', 'able', 'to', 'bring', 'the', 'neckline', 'up', 'by', 'adding', 'seams', 'in', 'the', 'sleeves', 'and', ',4,1,0', 'general', 'dresses', 'dresses'] ['14186,1083,25', 'beautiful', 'well', 'made', 'dress', 'but', 'little', 'flexibility', 'this', 'dress', 'is', 'gorgeous', 'the', 'fabric', 'is', 'thick', 'and', 'layered', 'with', 'well', 'designed', 'lines', 'since', 'the', 'fabric', 'is', 'thick', 'it', 'gives', 'very', 'little', 'around', 'your', 'body', 'i', 'have', 'wide', 'hips', 'a', 'big', 'butt', 'and', 'bust', 'so', 'this', 'dress', 'unfortunately', 'was', 'not', 'a', 'good', 'fit', 'for', 'me', 'i', 'usually', 'fit', 'in', 'a', '6', 'petite', 'and', 'for', 'this', 'one', 'i', 'got', 'an', '8.', 'it', 'fit', 'around', 'my', 'bust', 'and', 'hips', 'but', 'was', 'bunched', 'up', 'in', 'the', 'back', 'i', 'would', 'definitely', 'at', 'least', 'give', 'this', 'dress', 'a', 'try', 'because', 'it', 'was', 'very', 'beautiful', ',4,1,3', 'general', 'dresses', 'dresses'] ['14187,866,56', ',size', 'down', 'on', 'this', 'top', 'bought', 'it', 'online', 'and', 'when', 'i', 'took', 'out', 'of', 'the', 'packagei', 'quickly', 'put', 'it', 'back', 'in', 'you', 'could', 'have', 'put', '4', 'of', 'me', 'in', 'the', 'xs', 'i', 'think', 'even', 'an', 'xxs', 'would', 'be', 'huge', 'extremely', 'boxy', 'i', 'recommend', 'it', 'only', 'if', 'you', 'can', 'find', 'the', 'correct', 'size.,4,1,9', 'general', 'tops', 'knits'] ['14188,606,35', 'great', 'shorts', 'i', 'love', 'these', 'shorts', 'nice', 'material', 'good', 'fitting', 'and', 'great', 'look', 'i', 'sized', 'up', 'usually', 'an', '8', 'and', 'i', 'ordered', 'a', '10', 'based', 'on', 'others', 'reviews', 'and', 'it', 'was', 'the', 'right', 'choice', 'these', 'are', 'a', 'great', 'casual', 'short', 'or', 'dressed', 'up', 'with', 'shoes', 'and', 'a', 'nice', 'shirt', ',5,1,1', 'general', 'bottoms', 'shorts'] ['14189,1129,34', 'sarah', 'portland', 'i', 'wore', 'this', 'coat', 'one', 'day', 'and', 'the', 'buttons', 'started', 'falling', 'off', 'it', 'stretched', 'so', 'much', 'i', "'m", 'going', 'to', 'beg', 'my', 'local', 'store', 'to', 'take', 'back', 'it', 'should', "n't", 'fall', 'apart', 'like', 'that', 'it', "'s", 'super', 'duper', 'cozy', 'though.,3,0,0', 'general', 'jackets', 'outerwear'] ['14190,895,38', 'cute', 'cardigan', 'i', 'like', 'this', 'sweater', 'i', 'am', '5', '4', '125', 'lbs', 'and', 'bought', 'the', 'xs', 'if', 'i', 'had', 'to', 'do', 'it', 'again', 'i', "'d", 'buy', 'the', 'xxs', 'for', 'a', 'fitted', 'cardigan', 'it', 'ran', 'slightly', 'big', 'it', "'s", 'a', 'thin', 'material-', 'you', 'would', 'layer', 'it', 'over', 'a', 'tank', 'or', 'tee', ',4,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14191,1083,28', 'grandmas', 'draperies', 'dress', 'i', 'had', 'to', 'review', 'this', 'because', 'i', 'purchased', 'before', 'any', 'reviews', 'were', 'up', 'and', 'now', 'that', 'i', "'ve", 'received', 'this', 'dress', 'i', "'m", 'appalled', 'by', 'all', 'the', 'positive', 'reviews', 'this', 'dress', 'is', 'hideous', 'in', 'person', 'seriously', 'hideous', 'and', 'even', 'if', 'you', 'can', 'get', 'past', 'the', 'drapery', 'fabric', 'it', "'s", 'incredibly', 'restricting', 'the', 'picture', 'online', 'is', 'so', 'misleading', 'the', 'dress', 'is', "n't", 'even', 'an', 'ivory', 'it', "'s", 'more', 'of', 'a', 'pea', 'green', 'so', 'disappointed', ',1,0,3', 'general', 'dresses', 'dresses'] ['14192,876,38', 'so', 'this', 'top', 'is', 'adorable', 'light', 'and', 'airy', 'and', 'i', 'like', 'the', 'loose', 'fit', 'i', 'think', 'it', 'will', 'nice', 'and', 'cool', 'for', 'summer', 'the', 'red', 'is', 'very', 'flattering', 'color', 'i', 'have', 'fairer', 'skin', 'and', 'feel', 'like', 'it', 'gave', 'nice', 'color', 'without', 'being', 'overbearing', 'love', 'this', 'top', 'my', 'only', 'complaint', 'is', 'that', 'i', 'feel', 'like', 'the', 'the', 'arm', 'hole', 'is', 'a', 'bit', 'snug', 'not', 'enough', 'to', 'not', 'keep', 'just', 'wish', 'there', 'was', 'a', 'little', 'more', 'room', ',4,1,3', 'general', 'petite', 'tops', 'knits'] ['14193,876,64', 'cute', 'and', 'different', 'i', 'like', 'this', 'top', 'and', 'agree', 'that', 'it', 'does', 'run', 'large', 'i', 'find', 'the', 'fabric', 'to', 'be', 'somewhat', 'heavy', 'which', 'i', 'consider', 'a', 'good', 'thing', 'as', 'it', 'will', 'hang', 'nicely', 'and', 'do', 'a', 'good', 'job', 'of', 'hiding', 'imperfections', 'it', 'does', 'have', 'a', 'pleat', 'in', 'the', 'back', 'which', 'is', 'not', 'so', 'apparent', 'in', 'the', 'photo', 'here', 'i', 'love', 'the', 'neckline', 'a', 'slight', 'bit', 'of', 'a', 'v', 'neck.,4,1,1', 'general', 'petite', 'tops', 'knits'] ['14194,862,57', 'beautiful', 'swing', 'shirt', 'love', 'love', 'this', 'sweater/shirt', 'i', 'have', 'worn', 'it', 'out', 'to', 'dinner', 'and', 'work', 'with', 'leggings', 'it', 'is', 'soft', 'and', 'comfy', 'the', 'pleats', 'in', 'the', 'back', 'are', 'beautiful', 'and', 'do', 'not', 'require', 'constant', 'ironing', 'i', 'even', 'bought', 'it', 'in', 'the', 'pink.,5,1,1', 'general', 'tops', 'knits'] ['14195,867,34', 'varying', 'feelings', 'and', 'opinions', 'as', 'you', 'can', 'see', 'there', 'is', 'an', 'array', 'of', 'differing', 'opinions', 'on', 'here', 'and', 'i', 'share', 'sentiments', 'on', 'both'] ['_______'] ['pros'] ['the', 'texture', 'and', 'feel', 'of', 'this', 'is', 'great', 'it', 'is', 'very', 'comfortable', 'and', 'is', 'different'] ['tts', 'for', 'the', 'most', 'part', 'i', 'normally', 'can', 'wear', 'sizes', '10', 'and', '12', 'm', 'and', 'l', 'with', 'most', 'retailer', 'and', 'got', 'the', 'medium', 'and', 'the', 'fit', 'was', 'overall', 'fine', 'but', 'more', 'snug', 'at', 'the', 'hips', 'if', 'you', "'re", 'more', 'slim/straight', 'it', "'ll", 'probably', 'fit', 'you', 'like', 'on', 'the', 'model'] ['good', 'length', 'not', 'too', 'short', 'or', 'too', 'long'] ['the', 'mock', 'collar', 'is', 'ni', ',3,1,10', 'general', 'tops', 'knits'] ['14196,1030,37', 'flattering', 'these', 'have', 'a', 'great', 'fit', 'design', 'i', 'ordered', 'a', 'size', 'larger', 'after', 'reading', 'that', 'this', 'style', 'runs', 'on', 'the', 'small', 'size', 'typically', 'i', "'m", 'a', '27', 'but', 'ordered', 'a', '28.', 'the', 'wash', 'has', 'a', 'great', 'vintage', 'feel', 'about', 'it', 'i', 'also', 'love', 'that', 'these', 'do', 'not', 'lose', 'their', 'shape', 'after', 'wearing', 'all', 'day.,5,1,2', 'general', 'bottoms', 'jeans'] ['14197,876,32', 'super', 'cute', 'this', 'is', 'a', 'super', 'cute', 'tank', 'received', 'compliments', 'when', 'i', 'wore', 'it', 'to', 'work', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14198,867,49', 'so', 'pretty', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'this', 'top', 'on', 'sale', 'even', 'after', 'reading', 'the', 'troublesome', 'reviews', 'this', 'updated', 'take', 'on', 'the', 'turtleneck', 'is', 'a', 'keeper', 'for', 'me', 'the', 'purple', 'color', 'is', 'vibrant', 'and', 'the', 'collar', 'lays', 'without', 'repeated', 'fussing', 'i', 'ordered', 'the', 'xs', '116', '5', '4', 'for', 'reference', 'and', 'the', 'fit', 'was', 'tts', 'and', 'close', 'to', 'but', 'not', 'snug', 'on', 'my', 'torso', 'there', 'is', 'room', 'for', 'a', 'button', 'down', 'blouse', 'underneath', 'as', 'styled', 'in', 'a', 'gallery', 'pic', 'and', 'i', 'did', 'not', 'find', 'the', 'sleeves', 'to', 'be', 'problematic', 'as', 'it', 'fit', 'me', 'close', 'enough', 'to', 'the', 'body', 'to', 'not', 'giv', ',5,1,2', 'general', 'tops', 'knits'] ['14199,1028,39', 'not', 'petite', 'just', 'received', 'pants', 'and', 'even', 'though', 'they', 'are', 'labeled', 'petite', 'they', 'are', 'not', 'the', 'inseam', 'is', '28', 'for', 'a', 'waist', 'size', '26', 'which', 'is', 'not', 'what', 'the', 'description', 'states', ',3,1,3', 'general', 'bottoms', 'jeans'] ['14200,876,62', 'better', 'on', 'the', 'hanger', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'so', 'pretty', 'it', 'is', 'ugly', 'on', 'the', 'macrame', 'is', 'thick', 'stiff', 'and', 'rough', 'the', 'top', 'fits', 'awkward', 'on', 'top', 'where', 'the', 'macrame', 'is', 'and', 'the', 'rest', 'is', 'shapeless', 'yuk', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['14201,1129,26', 'awful', 'this', 'coat', 'is', 'awful', 'just', 'awful', 'i', 'bought', 'it', 'based', 'on', 'the', 'reviews', 'my', 'husband', 'said', 'it', 'looks', 'like', 'i', 'am', 'wearing', 'a', 'mattress', 'it', 'looked', 'awful', 'i', 'really', 'really', 'liked', 'the', 'softness', 'and', 'that', 'it', 'was', "n't", 'like', 'another', 'puffer', 'coat', 'it', 'was', 'also', 'stretchy', 'and', 'the', 'buttons', 'super', 'easy', 'to', 'wear', 'but', 'the', 'look', 'style', 'and', 'design', 'make', 'it', 'very', 'unflattering', 'it', 'looked', 'so', 'bad', 'that', 'i', 'took', 'it', 'off', 'right', 'away', 'so', 'disappointing', ',1,0,0', 'general', 'jackets', 'outerwear'] ['14202,1083,26', 'breathtaking', 'dress', 'i', 'new', 'i', 'had', 'to', 'have', 'this', 'dress', 'the', 'moment', 'i', 'saw', 'it', 'i', 'am', 'a', 'recent', 'convert', 'to', 'byron', 'lars', 'and', 'have', 'three', 'dress', 'of', 'his', 'design', 'they', 'are', 'all', '6', 'or', '6p', 'so', 'i', 'felt', 'confident', 'ordering', 'a', '6.', 'whoops', 'this', 'dress', 'fit', 'perfectly', 'up', 'to', 'the', 'waist', 'it', 'was', 'even', 'a', 'little', 'roomy', 'but', 'i', 'could', "n't", 'button', 'it', 'up', 'any', 'further', 'than', 'that', 'it', 'is', 'a', 'little', 'weird', 'since', 'i', 'always', 'thought', 'i', 'had', 'a', 'narrow', 'ribcage', 'anyway', 'i', 'will', 'have', 'to', 'exchange', 'it', 'for', 'an', '8p', 'and', 'hope', 'for', 'the', 'best', 'it', 'really', 'is', 'an', 'exquisitely', 'beautiful', 'dress', 'and', 'unbeliev', ',5,1,0', 'general', 'dresses', 'dresses'] ['14203,1077,50', 'perfect', 'i', 'took', 'this', 'into', 'the', 'dressing', 'room', 'for', 'fun', 'and', 'wow', 'so', 'glad', 'i', 'did', 'i', 'got', 'the', 'regular', 'm', 'and', 'it', 'fits', 'perfectly', 'it', 'is', 'very', 'slightly', 'roomy', 'but', 'i', 'think', 'thats', 'the', 'design', 'and', 'it', 'still', 'looks', 'great', 'as', 'a', 'petite', 'the', 'regular', 'm', 'fit', 'perfectly', 'heals', 'or', 'no', 'heals', 'its', 'comfy', 'and', 'lovely', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14204,857,40', 'i', 'bought', 'both', 'colors', 'it', "'s", 'a', 'light', 'material', 'so', 'it', 'flows', 'the', 'shine', 'is', 'just', 'enough', 'to', 'dress', 'up', 'when', 'i', 'need', 'i', "'m", 'a', '12', 'and', 'usually', 'buy', 'xl', 'of', 'any', 't-shirt', 'looking', 'style', 'but', 'the', 'large', 'fit', 'perfectly', 'i', 'am', 'however', 'not', 'large', 'breasted', ',5,1,10', 'general', 'petite', 'tops', 'knits'] ['14205,1049,64', 'cuter', 'for', 'fall', 'than', 'spring', 'cute', 'pants', 'not', 'for', 'me', 'a', 'petite', 'size', 'may', 'have', 'changed', 'my', 'mind', 'more', 'like', 'ankle', 'pants', 'on', 'my', '5', '2', 'frame', 'and', 'a', 'bit', 'large', 'all', 'over', 'that', 'said', 'the', 'fabric', 'is', 'stretchy', 'and', 'they', 'would', 'be', 'super', 'comfortable', 'love', 'the', 'snaps', 'on', 'the', 'waistband', 'classy', 'casual', ',3,1,4', 'general', 'bottoms', 'pants'] ['14206,1049,49', 'expect', 'the', 'unexpected', 'while', 'contemplating', 'on', 'purchasing', 'these', 'pants', 'after', 'receiving', 'them', 'quality', 'was', 'superb', 'waffle', 'material', '5', 'spandex', 'beautiful', 'green', 'color', 'and', '2', 'snaps', 'in', 'the', 'front', 'zipper', 'and', '2', 'front', 'and', 'back', 'pockets', 'material', 'has', 'alot', 'of', 'give', 'and', 'wide', 'legs', 'these', 'pants', 'do', "n't", 'come', 'to', 'the', 'ankle', 'so', 'do', "n't", 'expect', 'it', 'sort', 'of', 'like', 'capri', 'but', 'longer', 'lose', 'fitting', 'and', 'wide', 'legs', 'nice', 'addition', 'to', 'my', 'closet', 'i', 'hit', 'the', 'jackpot', 'now', 'and', 'again', 'w/', 'this', 'store', ',5,1,2', 'general', 'bottoms', 'pants'] ['14207,865,57', 'love', 'love', 'this', 'top', 'this', 'tank/blouse', 'is', 'flowy', 'and', 'i', 'love', 'the', 'design', 'it', 'was', 'immediately', 'comfortable', 'and', 'seemed', 'true', 'to', 'size', 'i', 'wore', 'it', 'to', 'a', 'family', 'event', 'with', 'a', 'sweater', 'black', 'leggings', 'and', 'boots', 'i', "'m", '5', '5', '36d', 'and', 'usually', 'wear', 'medium', 'in', 'retailer', 'tops', 'and', 'this', 'fit', 'beautifully', 'from', 'the', 'get', 'go', 'just', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['14208,857,39', 'i', 'bought', 'both', 'colors', 'i', 'bought', 'both', 'colors', 'thinking', 'i', 'might', 'like', 'one', 'since', 'i', 'was', "n't", 'totally', 'sold', 'on', 'colors', 'looking', 'online', 'well', 'the', 'cut', 'is', 'sooo', 'flattering', 'that', 'i', 'was', 'sold', 'and', 'had', 'to', 'keep', 'both', 'this', 'shirts', 'are', 'great.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14209,1077,29', 'so', '60s', 'and', 'mod', 'i', 'am', 'currently', 'searching', 'for', 'the', 'perfect', 'pair', 'of', 'white', 'boots', 'to', 'go', 'with', 'this', 'this', 'is', 'so', 'fun', 'i', 'used', 'to', 'wear', 'a', 'lot', 'of', 'vintage', 'clothes', 'and', 'this', 'dress', 'lit', 'the', 'fire', 'again', 'to', 'start', 'looking', 'for', 'cool', 'pieces', 'i', 'tried', 'on', 'my', 'usual', 'size', 'and', 'found', 'that', 'it', 'fit', 'pretty', 'tts', 'it', 'was', 'a', 'bit', 'roomy', 'in', 'the', 'hips', 'but', 'considering', 'the', 'cut', 'of', 'the', 'dress', 'i', 'assume', 'that', 'to', 'be', 'intentional', 'for', 'reference', 'i', 'am', '5', '9', '150', 'lbs', '36d', 'and', 'bought', 'a', 'size', '8', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14210,1077,49', 'super', 'cute', 'this', 'dress', 'is', 'adorable', 'i', 'wore', 'it', 'one', 'time', 'and', 'got', 'so', 'many', 'compliments'] ['it', "'s", 'very', 'light', 'and', 'comfortable', 'it', 'fits', 'like', 'a', 'shift', 'should', 'a', 'bit', 'loose', 'i', 'love', 'it', 'wish', 'it', 'came', 'in', 'more', 'colors', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14211,857,35', ',this', 'shirt', 'was', 'great', 'for', 'one', 'wear', 'after', 'just', 'one', 'wash', 'followed', 'instructions', 'to', 'dry', 'clean', 'it', 'lost', 'all', 'shape', 'and', 'now', 'hangs', 'like', 'a', 'bed', 'sheet', 'terrible', 'waste', 'of', 'money', 'on', 'a', 'pricey', 'top.,1,0,0', 'general', 'petite', 'tops', 'knits'] ['14212,857,43', 'splendid', 'never', 'disappoints', 'this', 'tee', 'is', 's', 'bit', 'on', 'the', 'pricey', 'side', 'but', 'well', 'with', 'it', 'soft', 'fabric', 'and', 'unique', 'mix', 'beautiful', 'colors', 'i', 'got', 'the', 'grey', 'blush', 'and', 'gold', 'that', 'will', 'offer', 'a', 'lot', 'of', 'options', 'on', 'terms', 'of', 'what', 'it', 'can', 'be', 'worn', 'with', 'i', 'love', 'splendid', 'and', 'this', 'tee', 'is', 'why', 'i', 'do', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14213,861,36', 'great', 'tee', 'i', 'took', 'a', 'chance', 'on', 'this', 'one', 'with', 'free', 'shipping', 'and', 'figured', 'i', 'had', 'nothing', 'to', 'lose', 'i', 'love', 'it', 'the', 'bottom', 'hem', 'is', 'slightly', 'flared', 'but', 'does', 'not', 'look', 'like', 'a', 'maternity', 'tee', 'i', "'m", 'going', 'to', 'wear', 'this', 'with', 'a', 'fun', 'scarf', 'skinnies', 'and', 'colorful', 'flats', 'this', 'tee', 'is', 'a', 'must', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['14214,1085,44', 'needs', 'a', 'zipper', 'so', 'i', 'ordered', 'a', '0', 'and', 'p0', 'when', 'i', 'received', 'them', 'i', 'could', 'tell', 'right', 'away', 'that', 'i', "'d", 'prefer', 'the', '0', 'and', 'it', 'looked', 'to', 'be', 'the', 'perfect', 'size', 'then', 'i', 'tried', 'to', 'slip', 'it', 'on', 'over', 'my', 'shoulders', 'it', 'was', 'tight', 'it', 'was', 'the', 'right', 'size', 'but', 'it', 'was', 'so', 'hard', 'to', 'get', 'on', 'over', 'my', 'shoulders', 'and', 'then', 'to', 'take', 'it', 'off', 'i', 'needed', 'my', 'husband', "'s", 'help', 'it', 'fit', 'great', 'otherwise', 'i', 'loved', 'the', 'feel', 'of', 'the', 'fabric', 'the', 'design', 'of', 'the', 'bodice', 'going', 'up', 'a', 'size', 'would', 'not', 'help', 'me', 'as', 'then', 'it', 'would', 'be', 'too', 'large', 'in', 'the', 'bust', 'area', 'i', "'m", 'a', '32b', 'but', 'i', 'do', 'hav,3,1,5', 'general', 'dresses', 'dresses'] ['14215,857,37', 'soft', 'comfy', 'perfect', 'summer', 'top', 'love', 'this', 'top', 'super', 'comfortable', 'great', 'fit', 'and', 'really', 'pretty', 'colors', 'probably', 'going', 'to', 'buy', 'it', 'in', 'multiple', 'colors', 'it', 'fits', 'so', 'great', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14216,857,55', 'could', "n't", 'help', 'myself', 'not', 'just', 'another', 'striped', 'tee', 'perfect', 'drape', 'lightly', 'fitted', 'at', 'the', 'bottom', 'sides', 'so', 'it', 'skims', 'the', 'body', 'is', 'super', 'flattering', 'the', 'subtle', 'shimmer', 'is', 'just', 'right', 'love', 'the', 'gray', 'very', 'versatile', 'irresistible', 'i', "'m", 'a', 'size', '4/small', 'this', 'is', 'tts.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14217,857,22', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14218,1085,50', 'cuter', 'than', 'pictured', 'i', "'m", 'glad', 'i', 'discovered', 'this', 'super', 'easy', 'to', 'wear', 'flattering', 'summer', 'dress', 'on', 'a', 'recent', 'store', 'visit', 'if', 'i', 'had', 'only', 'seen', 'it', 'online', 'i', "'m", 'not', 'sure', 'i', 'would', 'have', 'ordered', 'it', 'i', 'prefer', 'it', 'styled', 'with', 'flat', 'sandals', 'for', 'an', 'effortless', 'boho', 'look', 'i', "'m", '5', '5', 'slim', 'and', 'small', 'chested', 'and', 'xs', 'fit', 'perfectly', ',5,1,3', 'general', 'dresses', 'dresses'] ['14219,1077,72', 'beautiful', 'dress', 'looks', 'great', 'on', 'fits', 'beautifully', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14220,857,44', 'i', 'liked', 'the', 'design', 'and', 'the', 'shirt', 'did', 'fit', 'well', 'enough', 'but', 'the', 'thin', 'fabric', 'does', 'not', 'justify', 'the', 'price', 'it', 'looks', 'like', 'it', 'will', 'get', 'holes', 'in', 'it', 'after', 'a', 'wash', 'or', 'two', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['14221,861,37', 'perfect', 'top', 'this', 'is', 'really', 'my', 'favorite', 'top', 'i', 'wear', 'it', 'all', 'the', 'time', 'like', 'every', 'day', 'it', "'s", 'so', 'soft', 'a', 'beautiful', 'rich', 'color', 'blue', 'has', 'nice', 'detailing', 'and', 'so', 'flattering', 'on', 'a', 'hot', 'momma', 'like', 'me', 'who', 'still', 'has', 'a', 'little', 'tummy', 'from', 'my', 'three', 'lovely', 'children', 'snuck', 'it', 'in', 'to', 'my', 'dressy', 'office', 'on', 'a', 'friday', 'as', 'well', 'with', 'a', 'conservative', 'skirt', 'and', 'high', 'heels', 'only', 'downside', 'is', 'the', 'lack', 'of', 'other', 'nice', 'colors', 'the', 'stripe', 'is', "n't", 'cutting', 'it', 'got', 'my', 'regular', 'xs', 'and', 'it', 'fits', 'perfectly', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14222,1077,28', 'pretty', 'but', 'did', "n't", 'fit', 'me', 'well', 'disappointed', 'this', 'did', "n't", 'fit', 'better', 'the', 'pockets', 'stuck', 'out', 'on', 'the', 'sides', 'and', 'it', 'was', 'baggy', 'through', 'the', 'middle', 'you', 'could', 'also', 'see', 'the', 'pockets', 'through', 'the', 'outer', 'layer', 'of', 'the', 'dress', 'the', 'color', 'is', 'more', 'like', 'a', 'chartreuse', 'than', 'the', 'picture', 'it', "'s", 'really', 'pretty', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14223,1077,49', 'disappointing', 'i', 'saw', 'this', 'dress', 'and', 'loved', 'everything', 'about', 'it', 'i', 'was', 'so', 'sad', 'when', 'i', 'tried', 'it', 'on', 'and', 'it', 'was', 'just', 'too', 'big', 'they', 'were', 'out', 'of', 'the', 'smaller', 'size', 'so', 'i', 'had', 'to', 'return', 'it', 'the', 'dress', 'is', 'well', 'made', 'and', 'the', 'color', 'is', 'just', 'a', 'bit', 'neon', 'compared', 'to', 'the', 'picture', ',2,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14224,932,41', 'here', "'s", 'what', 'i', 'liked'] ['great', 'shape', 'through', 'body', 'cool', 'empire', 'waist', 'and', 'good', 'length'] ['loved', 'the', 'color', 'more', 'rust', 'than', 'red'] ['material', 'was', 'somewhat', 'light', 'which', 'liked', 'since', 'i', 'often', 'get', 'overheated', 'in', 'turtlenecks'] [] ['here', "'s", 'what', 'i', 'disliked'] ['the', 'sleeves', 'the', 'reason', 'they', 'only', 'show', 'the', 'model', 'with', 'her', 'arms', 'against', 'her', 'body', 'is', 'because', 'the', 'sleeves', 'are', 'ridiculous', 'they', 'are', 'just', 'too', 'big', 'and', 'too', 'flowy', 'they', 'will', 'always', 'be', 'in', 'the', 'way', 'of', 'everything', 'and', 'there', 'is', 'no', 'way', 'to', 'roll', 'or', 'push', 'up', ',3,0,10', 'general', 'tops', 'sweaters'] ['14225,867,26', 'love', 'i', 'was', 'so', 'bummed', 'to', 'see', 'how', 'quickly', 'this', 'top', 'sold', 'out', 'online', 'in', 'the', 'black', 'however', 'to', 'my', 'delight', 'i', 'happened', 'to', 'stumble', 'upon', 'the', 'shirt', 'in', 'my', 'size', 'in', 'my', 'local', 'store', 'recently', 'knowing', 'it', 'was', 'sold', 'out', 'online', 'i', 'immediately', 'grabbed', 'it', 'to', 'try', 'on', 'big', 'mistake', 'i', 'instantly', 'fell', 'in', 'love', 'i', "'m", 'a', 'curvy', 'woman', '34d', 'chest', 'wide', 'hips', 'small', 'waist', 'and', 'a', 'slight', 'tummy', 'and', 'this', 'shirt', 'fits', 'beautifully', 'in', 'my', 'usual', 'size', 'which', 'is', 'a', 'medium', 'in', 'deletta', 'hugs', 'my', 'figure', 'without', 'making', 'me', 'look', 'big', 'i', 'work', 'in', 'an', 'office', 'wh', ',5,1,8', 'general', 'tops', 'knits'] ['14226,966,37', ',,5,1,0', 'general', 'jackets', 'jackets'] ['14227,867,50,6', 'compliments', 'in', '1', 'day', 'i', 'ordered', 'this', 'top', 'black', 'in', 'both', 'small', 'and', 'medium', 'i', 'can', 'get', 'usually', 'away', 'with', 'small', 'at', 'retailer', 'but', 'am', 'size', 'medium', 'in', 'all', 'other', 'stores', 'as', 'soon', 'as', 'i', 'received', 'the', 'package', 'and', 'opened', 'it', 'up', 'i', 'knew', 'i', 'would', 'keep', 'this', 'top', 'it', 'has', 'a', 'gorgeous', 'texture', 'to', 'it', 'a', 'slight', 'sheen', 'and', 'is', 'well', 'made', 'it', "'s", 'extremely', 'comfortable', 'as', 'a', 't-shirt', 'would', 'be', 'but', 'has', 'more', 'structure', 'and', 'looks', 'very', 'chic', 'the', 'waist', 'nips', 'in', 'just', 'enough', 'to', 'give', 'the', 'flutter', 'hem', 'a', 'little', 'flare', 'at', 'the', 'hips', 'and', 'is', 'very', 'feminine', 'i', 'have', 'a', 'long', 'tor', ',5,1,2', 'general', 'tops', 'knits'] ['14228,932,43', 'runs', 'large', 'i', 'love', 'everything', 'about', 'this', 'sweater', 'except', 'the', 'sizing', 'i', 'purchased', 'the', 'deep', 'red', 'in', 'xs', 'the', 'yarn', 'weight', 'is', 'perfect', 'for', 'me', 'in', 'los', 'angeles', 'the', 'length', 'is', 'perfect', 'the', 'sleeves', 'are', 'bell', 'shaped', 'but', 'not', 'at', 'all', 'a', 'problem', 'for', 'me', 'they', "'re", 'not', 'so', 'big', 'that', 'they', 'get', 'in', 'my', 'way', 'at', 'all', 'unlike', 'another', 'reviewer', 'the', 'collar', 'can', 'be', 'folded', 'in', 'a', 'way', 'that', 'it', 'stands', 'upright', 'for', 'a', 'kind', 'of', 'retro', 'look', 'which', 'i', 'love', 'the', 'only', 'problem', 'is', 'that', 'the', 'sweater', 'is', 'way', 'too', 'big', 'i', 'can', 'handle', 'a', 'wide', 'swingy', 'style', 'but', 'with', 'the', 'sl', ',3,1,0', 'general', 'tops', 'sweaters'] ['14229,1111,38', 'beautiful', 'but', 'slip', 'is', 'small', 'i', 'ordered', 'this', 'in', 'a', 'size', '4', 'and', 'it', 'is', 'great', 'quality', 'the', 'only', 'problem', 'is', 'the', 'size', 'of', 'the', 'slip', 'the', 'top', 'is', 'very', 'tight', 'across', 'my', 'average', 'chest', 'but', 'fine', 'elsewhere', 'odd', 'fit', 'the', 'dress', 'fits', 'great', 'and', 'i', 'debated', 'finding', 'another', 'slip', 'but', 'ultimately', 'decided', 'to', 'return', 'it', ',3,1,11', 'general', 'petite', 'dresses', 'dresses'] ['14230,867,42', 'beautiful', 'shirt', 'i', 'loved', 'the', 'shirt', 'the', 'fabric', 'was', 'amazing', 'and', 'i', 'loved', 'the', 'way', 'it', 'fit', 'unfortunately', 'it', 'did', "n't", 'look', 'good', 'on', 'me', 'but', 'i', 'would', 'recommend', 'this', 'shirt', 'to', 'anyone', 'who', 'can', 'pull', 'it', 'off', 'the', 'look', 'i', 'was', 'sad', 'i', 'could', "n't", ',5,1,0', 'general', 'tops', 'knits'] ['14231,867,70', 'great', 'fit', 'and', 'styling', 'love', 'this', 'ripple-front', 'top', 'fabric', 'is', 'beautiful', 'love', 'the', 'lining', 'and', 'the', 'fit', 'is', 'perfect', 'looks', 'great', 'with', 'pants', 'and', 'skirts', 'i', 'also', 'love', 'the', 'sleeve', 'length', 'i', 'purchased', 'this', 'in', 'both', 'white', 'and', 'black', 'great', 'for', 'spring', 'and', 'summer', ',5,1,3', 'general', 'tops', 'knits'] ['14232,867,42', 'super', 'flattering', 'this', 'top', 'is', 'sold', 'out', 'in', 'my', 'size', 'online', 'but', 'i', 'was', 'fortunate', 'enough', 'to', 'snag', 'one', 'in', 'the', 'store', 'great', 'top', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'ruching', 'across', 'the', 'front', 'is', 'very', 'slimming', 'tried', 'the', 'top', 'with', 'skirts', 'and', 'pants', 'looks', 'great', 'with', 'everything', 'i', 'usually', 'wear', 'a', 'size', 'small', 'in', 'deletta', 'tops', 'but', 'sized', 'up', 'to', 'a', 'medium', 'to', 'accommodate', 'my', 'chest', 'i', 'am', 'a', 'full', 'c', 'cup', 'i', 'highly', 'recommend', 'this', 'purchase.,5,1,6', 'general', 'tops', 'knits'] ['14233,867,34', 'great', 'top', 'i', 'was', 'looking', 'for', 'a', 'comfortable', 'top', 'that', 'looks', 'put-together', 'and', 'cute', 'for', 'work', 'and', 'this', 'one', 'fits', 'the', 'bill', 'i', 'could', "n't", 'decide', 'between', 'black', 'or', 'white', 'so', 'i', 'got', 'both', 'if', 'i', 'had', 'to', 'choose', 'i', 'would', 'stick', 'with', 'the', 'black', 'because', 'it', "'s", 'more', 'slimming', 'particularly', 'for', 'those', 'of', 'us', 'with', 'a', 'large', 'bust', 'it', "'s", 'not', 'as', 'heavy', 'or', 'stiff', 'of', 'a', 'material', 'as', 'it', 'appears', 'in', 'the', 'pic', 'which', 'i', 'like', 'but', 'it', 'still', 'has', 'structure', 'great', 'basic', 'with', 'some', 'flair', 'i', 'got', 'the', 'small', 'my', 'normal', 'retailer', 'size', 'and', 'it', 'fit', 'perfectly', ',5,1,1', 'general', 'tops', 'knits'] ['14234,867,53', 'would', 'definitely', 'recommend', 'this', 'top', 'is', 'just', 'as', 'pretty', 'in', 'person', 'as', 'it', 'is', 'online', 'i', 'usually', 'buy', 'petites', 'but', 'ordered', 'this', 'one', 'in', 'the', 'regular', 'length', 'and', 'i', "'m", 'glad', 'i', 'did', 'perfect', 'on', 'me', 'at', '5', '2', 'my', 'usual', 'size', 'medium', 'fit', 'great', 'everywhere', 'else', 'too', 'love', 'their', 'fabric', 'choice', 'as', 'well', 'i', "'m", 'getting', 'really', 'tired', 'of', 'the', 'thin', 'cottons', 'and', 'slub', 'jersey', 'materials', 'being', 'used', 'so', 'often', 'now', 'deletta', 'made', 'my', 'day', 'once', 'again', ',5,1,18', 'general', 'tops', 'knits'] ['14235,966,45', 'great', 'jacket', 'love', 'this', 'jacket', 'so', 'much', 'so', 'comfy', 'and', 'great', 'for', 'traveling', 'i', 'love', 'the', 'fit', 'and', 'the', 'way', 'it', 'wears', ',5,1,1', 'general', 'jackets', 'jackets'] ['14236,966,32', 'almost', 'perfect', 'out', '6', 'items', 'i', 'purchased', 'online', 'this', 'is', 'only', 'one', 'that', 'made', 'the', 'cut', 'it', "'s", 'super', 'soft', 'and', 'cute', 'on', 'the', 'only', 'thing', 'i', 'did', "n't", 'like', 'was', 'the', 'cute', 'lining', 'is', 'attached', 'by', 'buttons', 'but', 'it', 'needs', 'more', 'attachment', 'points', 'to', 'keep', 'it', 'from', 'showing', 'i', "'m", 'going', 'to', 'fix', 'that', 'myself', 'but', 'i', 'hate', 'sewing', 'things', 'that', 'i', 'purchase', 'so', 'it', 'lost', 'a', 'star', 'for', 'that', ',4,1,0', 'general', 'jackets', 'jackets'] ['14237,867,52', 'cute', 'top', 'i', 'got', 'this', 'top', 'in', 'white', 'and', 'it', 'is', 'cute', 'the', 'fabric', 'is', 'a', 'weird', 'kind', 'of', 'polyester', 'and', 'kind', 'of', 'shiny', 'i', 'got', 'the', 'medium', 'and', 'it', 'pulls', 'a', 'little', 'around', 'the', 'chest', 'overall', 'i', 'like', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['14238,966,33', 'happy', 'i', 'am', 'very', 'happy', 'about', 'the', 'jacket', 'i', 'like', 'the', 'material', 'and', 'the', 'cut', 'i', 'was', 'able', 'to', 'wear', 'the', 'jacket', 'for', 'a', 'walk', 'on', 'a', 'rather', 'windy', 'day', 'about', '60', 'f', 'with', 'a', 'thin', 'sweater', 'underneath', 'and', 'it', 'felt', 'comfortable'] [] ['the', 'fit', 'is', 'very', 'flattering', 'i', 'would', 'prefer', 'the', 'sleeves', 'to', 'be', 'a', 'little', 'longer', '5', '7', '125', 'lb', 'got', 'size', 's', 'also', 'i', 'wish', 'the', 'lining', 'was', 'full', 'not', 'just', 'the', 'front', 'detail', 'it', 'would', 'allow', 'more', 'versatility', 'but', 'that', "'s", 'just', 'me'] [] ['overall', 'i', 'like', 'it', ',5,1,0', 'general', 'jackets', 'jackets'] ['14239,966,32', ',great', 'jacket', 'love', 'that', 'the', 'hoodie', 'insert', 'is', 'removable', 'so', 'i', 'can', 'wear', 'just', 'the', 'outer', 'jacket', 'for', 'work.,5,1,0', 'general', 'jackets', 'jackets'] ['14240,867,25', 'so', 'hot', 'love', 'this', 'top', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'and', 'it', 'looks', 'so', 'good', 'soooo', 'flattering', 'from', 'the', 'front', 'the', 'back', 'is', 'plain', 'but', 'ive', 'got', 'some', 'back', 'fat', 'so', 'i', 'wear', 'a', 'jacket', ',5,1,0', 'general', 'tops', 'knits'] ['14241,867,37', 'poufy', 'ruching', 'this', 'should', 'have', 'been', 'cute', 'but', 'the', 'fabric', 'choice', 'ruching', 'design', 'made', 'me', 'look', 'like', 'i', 'had', 'elephant', 'skin', 'rippling', 'around', 'my', 'waist', 'super', 'unflattering', ',2,0,2', 'general', 'tops', 'knits'] ['14242,867,36', 'not', 'for', 'bigger', 'busts', 'i', 'wanted', 'to', 'love', 'this', 'shirt', 'it', "'s", 'got', 'a', 'thicker', 'material', 'a', 'flattering', 'shape', 'and', 'the', 'uniqueness', 'for', 'a', 'basic', 'top', 'however', 'when', 'i', 'put', 'this', 'on', 'it', 'just', 'looked', 'like', 'it', 'was', 'ill-fitting', 'over', 'the', 'chest', 'i', 'think', 'if', 'the', 'pull', 'was', 'below', 'the', 'chest', 'it', 'would', 'be', 'much', 'better', ',3,1,1', 'general', 'tops', 'knits'] ['14243,966,43', 'cute', 'but', 'not', 'for', 'me', 'i', "'m", '5', '6', 'athletic', 'build-thought', 'it', 'was', 'cute', 'but', 'in', 'the', 'end', 'did', "n't", 'like', 'the', 'color', 'of', 'the', 'inner', 'sweatshirt', 'wish', 'it', 'was', 'black', 'or', 'white', 'send', 'it', 'back', ',3,0,0', 'general', 'jackets', 'jackets'] ['14244,867,34', 'finally', 'a', 'white', 'top', 'that', 'is', "n't", 'boxy', 'and', 'sheer', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'it', "'s", 'refreshing', 'to', 'find', 'a', 'top', 'that', 'is', "n't", 'all', 'baggy', 'or', 'sheer', 'which', 'seems', 'to', 'be', 'the', 'current', 'trend', 'right', 'now'] ['_______'] ['pros'] ['lots', 'of', 'stretch', 'this', 'was', 'so', 'comfortable', 'and', 'the', 'rayon', 'lining', 'inside', 'really', 'makes', 'this', 'breathable'] ['the', 'ruched', 'detailing', 'sleeves', 'and', 'overall', 'length', 'is', 'great'] ['no', 'cami', 'needed', 'with', 'the', 'white', 'i', 'see', 'in', 'the', 'pics', 'on', 'the', 'model', 'that', 'appears', 'to', 'be', 'cami', 'underneath', 'i', 'wrote', 'a', 'nude', 'bra', 'and', 'did', "n't", 'have', 'an', 'issue', 'at', 'the', 'front', 'because', 'it', "'s", 'two', 'la', ',4,1,12', 'general', 'tops', 'knits'] ['14245,966,46', 'love', 'it', 'i', 'love', 'this', 'blazer', 'it', "'s", 'so', 'comfortable', 'i', 'just', 'wonder', 'if', 'the', 'company', 'makes', 'more', 'inserts', 'in', 'different', 'fabrics/colors', 'i', "'d", 'love', 'to', 'be', 'able', 'to', 'change', 'it', 'up', 'a', 'bit', ',5,1,4', 'general', 'jackets', 'jackets'] ['14246,966,61', 'great', 'with', 'everything', 'it', "'s", 'a', 'great', 'light', 'jacket', 'for', 'early', 'spring', 'ideal', 'topper', 'for', 'jeans', 'or', 'denim', 'skirt.,5,1,0', 'general', 'jackets', 'jackets'] ['14247,966,43', 'versatile', 'adorable', 'jacket', 'the', 'pictures', 'online', 'do', 'not', 'do', 'this', 'jacket', 'justice', 'i', 'saw', 'it', 'hanging', 'in', 'the', 'store', 'and', 'had', 'to', 'have', 'it', 'even', 'before', 'i', 'tried', 'it', 'on', 'it', "'s", 'extremely', 'versatile', 'worn', 'as', 'shown', 'as', 'a', 'layered', 'look', 'or', 'the', 'zipped', 'liner', 'is', 'can', 'be', 'removed', 'and', 'this', 'can', 'be', 'worn', 'as', 'a', 'simple', 'blazer', 'it', "'s", 'the', 'perfect', 'weight', 'for', 'spring/fall', 'it', "'s", 'fitted', 'and', 'so', 'cute', 'this', 'jacket', 'runs', 'true', 'to', 'size', 'not', 'large', 'i', 'usually', 'wear', 'a', '4', 'and', 'the', 'small', 'fit', 'perfectly', ',5,1,11', 'general', 'jackets', 'jackets'] ['14248,966,35', 'fab', 'jacket', 'this', 'jacket', 'is', 'the', 'best', 'i', "'m", 'trying', 'to', 'step', 'up', 'my', 'work', 'wardrobe', 'game', 'while', 'still', 'maintaining', 'some', 'personality', 'and', 'this', 'blazer', 'fits', 'the', 'bill', 'it', "'s", 'soft', 'structured', 'and', 'best', 'part', 'the', 'hoodie', 'insert', 'is', 'removable', 'for', 'reference', 'i', "'m", '5', '4', '128', 'lbs', 'and', 'the', 'small', 'fit', 'perfectly', ',5,1,0', 'general', 'jackets', 'jackets'] ['14249,867,46', 'did', "n't", 'love', 'the', 'fit.', 'i', "'m", 'tall', "5'11", 'and', 'busty', 'and', 'found', 'this', 'top', 'to', 'run', 'on', 'the', 'short', 'side', 'as', 'others', 'have', 'said', 'the', 'material', 'is', 'soft', 'and', 'stretchy', 'but', 'the', 'rouching', 'created', 'a', 'bit', 'of', 'a', 'bulky', 'look', 'i', 'returned', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['14250,1124,50', ',this', 'cape', 'is', 'stunning', 'the', 'perfect', 'addition', 'to', 'any', 'closet', 'it', 'can', 'be', 'worn', 'to', 'a', 'formal', 'or', 'out', 'to', 'dinner', 'with', 'jeans', 'the', 'fur', 'is', 'so', 'soft', 'and', 'the', 'quality', 'is', 'superior', 'it', 'has', 'real', 'fur', 'hooks', 'four', 'to', 'close', 'it', 'and', 'the', 'side', 'pockets', 'are', 'adorable', 'definitely', 'a', 'buy', 'and', 'a', 'bargain', 'on', 'sale', ',5,1,0', 'general', 'petite', 'jackets', 'outerwear'] ['14251,1081,43', 'beautiful', 'flowy', 'dreamy', 'dress', 'this', 'is', 'the', 'second', 'dress', 'i', 'buy', 'at', 'retailer', 'this', 'year', 'and', 'this', 'one', 'is', 'spot', 'on', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'feminine', 'dressy', 'yet', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'the', 'circumstance', 'the', 'fabric', 'in', 'this', 'dress', 'is', 'particularly', 'gorgeous', 'very', 'comfortable', 'on', 'the', 'skin', 'very', 'flowy', 'so', 'it', 'does', "n't", 'have', 'a', 'heavy', 'quality', 'to', 'it', 'and', 'the', 'design', 'is', 'amazing', 'with', 'the', 'navy', 'ribbon', 'on', 'the', 'front', 'i', 'completely', 'fell', 'in', 'love', 'with', 'this', 'dress', 'this', 'is', 'a', 'little', 'number', 'to', 'keep', 'for', 'many', 'years', ',5,1,0', 'general', 'dresses', 'dresses'] ['14252,848,51', 'exceeded', 'expectations', 'received', 'this', 'top', 'as', 'a', 'gift', 'from', 'a', 'friend', 'with', 'great', 'taste', 'found', 'fabric', 'to', 'have', 'high', 'quality', 'feel', 'and', 'texture', 'and', 'it', 'fit', 'quite', 'well', 'love', 'how', 'the', 'flutter', 'layer', 'creates', 'a', 'different', 'look.,5,1,1', 'general', 'tops', 'blouses'] ['14253,867,35', 'this', 'is', 'a', 'nice', 'top', 'it', 'is', 'dressy', 'and', 'cute', 'tts', 'i', 'am', '8', 'or', '10', 'and', 'got', 'a', 'med', 'would', 'look', 'great', 'with', 'jeans', 'pencil', 'skirts', 'slim', 'cut', 'pants', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['14254,879,36', 'great', 'design', 'this', 'is', 'a', 'great', 'top', 'it', 'does', 'run', 'a', 'bit', 'large', 'but', 'it', "'s", 'intended', 'to', 'be', 'flowing', 'i', 'got', 'so', 'many', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'the', 'top', 'and', 'its', 'actually', 'quite', 'flattering', 'great', 'purchase', 'especially', 'on', 'sale', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14255,185,36', 'warm', 'and', 'attractive', 'but', 'too', 'tight/narrow', 'and', 'short', 'these', 'could', 'barely', 'fit', 'over', 'my', 'calf', 'and', 'did', 'not', 'even', 'broach', 'my', 'knee', 'i', 'have', 'big', 'calves', 'but', 'i', 'am', 'otherwise', 'i', 'slim', 'and', 'normal', 'sized', 'woman', 'these', 'are', 'way', 'too', 'tight', 'and', 'narrow', 'to', 'enjoy', 'or', 'to', 'get', 'much', 'use', 'out', 'of.,2,0,1', 'initmates', 'intimate', 'legwear'] ['14256,402,34', 'perfect', 'one-piece', 'swim', 'suit', 'this', 'is', 'a', 'wonderful', 'one-piece', 'swim', 'suit', 'it', "'s", 'very', 'flattering', 'on', 'and', 'the', 'colors', 'and', 'design', 'are', 'just', 'lovely', 'i', 'also', 'love', 'the', 'suit', "'s", 'vintage', 'feel', 'and', 'that', 'it', "'s", 'sexy', 'without', 'being', 'overly', 'revealing', 'i', 'seldom', 'pay', 'full', 'price', 'for', 'clothing', 'but', 'this', 'item', 'is', 'definitely', 'worth', 'every', 'penny', 'i', 'bought', 'a', 'size', 'medium', 'and', 'it', 'fit', 'perfectly', ',5,1,7', 'initmates', 'intimate', 'swim'] ['14257,879,38', 'nice', 'top', 'this', 'is', 'a', 'great', 'shirt', 'for', 'fall', 'very', 'comfortable', 'and', 'flowy', 'without', 'making', 'you', 'look', 'dumpy', 'tried', 'it', 'on', 'in', 'the', 'store', 'ended', 'up', 'waiting', 'to', 'buy', 'online', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14258,879,33', 'unique', 'and', 'comfy', 'top', 'i', 'love', 'this', 'top', 'i', "'m", '5', '7', '135', 'lb', 'and', 'the', 'small', 'fits', 'well', 'probably', 'could', 'have', 'fit', 'in', 'the', 'xs', 'it', 'is', 'more', 'fitted', 'at', 'the', 'top', 'and', 'flowy', 'at', 'the', 'bottom', 'i', 'ordered', 'it', 'in', 'orange', 'and', 'it', 'is', 'a', 'very', 'pretty', 'peachy', 'coral', 'stripe', 'highly', 'recommend', 'for', 'a', 'comfy', 'top', 'that', 'can', 'be', 'dressed', 'up', 'a', 'bit', 'more', 'than', 'your', 'average', 't-shirt', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14259,1110,41', 'unfortunate', 'design', 'construction', 'excellent', 'the', 'dress', 'was', 'pretty', 'big', 'around', 'the', 'hip', 'does', 'not', 'have', 'a', 'shape', 'like', 'seen', 'in', 'the', 'picture', 'the', 'fabric', 'was', 'beautiful', 'but', 'was', 'stiff', 'like', 'furniture', 'the', 'color', 'was', 'not', 'as', 'vibrant', 'as', 'the', 'picture', 'returned.,3,0,2', 'general', 'dresses', 'dresses'] ['14260,965,44', 'cute', 'jacket', 'but', 'small', 'i', 'really', 'like', 'the', 'look', 'of', 'this', 'jacket', 'but', 'i', 'think', 'it', 'runs', 'small', 'and', 'i', 'must', 'return', 'the', 'one', 'i', 'received', 'i', 'am', 'debating', 'about', 'ordering', 'the', 'next', 'size', 'up', 'because', 'it', 'is', 'so', 'cute', 'it', 'can', 'go', 'with', 'jeans', 'or', 'khakis', 'and', 'bright', 'or', 'white', 'shirt', 'underneath', 'it', 'seems', 'very', 'versatile', 'will', 'be', 'a', 'good', 'transition', 'piece', 'between', 'seasons', 'i', 'also', 'like', 'that', 'it', 'is', 'made', 'in', 'the', 'usa', ',4,1,2', 'general', 'jackets', 'jackets'] ['14261,879,39', ',,3,0,0', 'general', 'petite', 'tops', 'knits'] ['14262,869,38', 'beautiful', 'top', 'but', 'it', 'did', "n't", 'fit', 'i', 'am', 'small', 'chested', 'with', 'wide', 'shoulders', 'normally', 'wear', 'a', 'xs', 'or', 's', 'ordered', 'the', 'xs', 'and', 'it', 'swallowed', 'me', ',3,1,0', 'general', 'tops', 'knits'] ['14263,879,56', 'cute', 'style', 'flimsy', 'fabric', 'bought', 'this', 'shirt', 'in', 'mid-july', 'washed', 'twice', 'cold', 'delicate', 'and', 'hung', 'to', 'dry', 'already', 'holes/falling', 'apart', ',3,0,2', 'general', 'petite', 'tops', 'knits'] ['14264,895,63', 'stylish', 'little', 'sweater', 'i', 'fell', 'in', 'love', 'with', 'this', 'on-line', 'and', 'when', 'it', 'arrived', 'today', 'i', 'think', 'i', 'love', 'it', 'even', 'more', 'because', 'the', 'white', 'portion', 'of', 'this', 'sweater', 'is', 'really', 'a', 'medium', 'pink', 'color', 'which', 'looks', 'so', 'chic', 'although', 'i', 'am', 'not', 'usually', 'into', 'pink', 'this', 'looks', 'so', 'stylish', 'with', 'the', 'pink', 'instead', 'of', 'the', 'white', 'this', 'is', 'a', 'piece', 'you', 'might', 'find', 'in', 'a', 'vintage', 'store', 'in', 'the', 'village', 'in', 'nyc', 'ca', "n't", 'wait', 'for', 'it', 'to', 'get', 'chilly', 'so', 'i', 'can', 'wear', 'it', 'for', 'reference', 'i', 'am', '5', '1', '36c', 'chest', 'and', 'the', 'small', 'fit', 'perfect', 'the', 'quality', 'is', 'really', 'high', 'end', 'as', 'well', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14265,879,37', 'relaxed', 'and', 'cool', 'like', 'this', 'top', 'it', "'s", 'not', 'too', 'thin', 'but', 'still', 'remains', 'cool', 'too', 'bad', 'it', 'has', 'to', 'be', 'hand', 'washed.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['14266,879,34', 'great', 'unique', 'striped', 'tee', 'love', 'this', 'top', 'and', 'wish', 'they', 'had', 'more', 'colors', 'in', 'xs', 'but', 'the', 'sale', 'was', 'too', 'good', 'so', 'they', 'were', 'sold', 'out', 'i', "'m", "5'10", '140', 'lbs', 'an', 'xs', 'fits', 'great', 'will', 'go', 'with', 'jeans', 'or', 'leggings', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14267,139,34', 'this', 'top', 'is', 'a', 'great', 'versatile', 'long', 'sleeved', 'shirt', 'i', "'m", "5'10", 'and', 'the', 'sleeves', 'were', 'long', 'for', 'me', 'so', 'i', 'do', "n't", 'know', 'why', 'it', "'s", 'listed', 'as', '3/4', 'length', 'i', 'could', 'see', 'where', 'sleeve', 'length', 'would', 'be', 'a', 'problem', 'for', 'more', 'petite', 'ladies', 'the', 'wine', 'color', 'is', 'beautiful', 'it', 'is', 'slightly', 'more', 'fitted', 'than', 'the', 'picture', 'i', 'was', 'afraid', 'it', 'might', 'be', 'semi-sheer', 'but', 'its', 'totally', 'fine', 'i', 'wish', 'it', 'was', 'a', 'bit', 'longer', 'in', 'the', 'torso', 'but', 'it', "'s", 'not', 'short', 'like', 'some', 'sweaters', 'this', 'season', 'i', 'do', 'tend', 'to', 'have', 'a', 'shorter', 'torso', 'so', 'a', 'tall', 'lady', 'with', 'a', 'l', ',5,1,2', 'initmates', 'intimate', 'layering'] ['14268,965,34', 'perfect', 'for', 'work', 'i', 'ordered', 'this', 'blazer', 'so', 'i', 'could', 'look', 'more', 'put-together', 'for', 'work', 'but', 'still', 'feel', 'comfortable', 'it', 'checks', 'both', 'of', 'those', 'boxes', 'it', "'s", 'almost', 'like', 'a', 'sweatshirt', 'material', 'with', 'more', 'structure', 'and', 'has', 'a', 'great', 'cut/style', 'my', 'only', 'word', 'of', 'caution', 'is', 'that', 'i', 'thought', 'this', 'jacket', 'was', 'white', 'with', 'blue', 'stripes', 'but', 'the', 'white', 'part', 'is', 'actually', 'a', 'light', 'heathered', 'gray', 'i', 'think', 'i', 'would', 'have', 'preferred', 'white', 'but', 'i', 'still', 'like', 'it', 'enough', 'to', 'keep', 'got', 'my', 'normal', 'size', 'small', 'which', 'fit', 'great', ',5,1,7', 'general', 'jackets', 'jackets'] ['14269,1075,49', 'nice', 'quality', 'but', 'odd', 'fit.', 'this', 'dress', 'has', 'a', 'nice', 'soft', 'fabric', 'and', 'pretty', 'details', 'in', 'the', 'stitching', 'and', 'there', 'is', 'a', 'matching', 'slip', 'with', 'adjustable', 'straps', 'that', 'snaps', 'onto', 'the', 'inside', 'shoulders', 'i', 'found', 'the', 'length', 'in', 'petite', 'to', 'be', 'fine', 'but', 'the', 'loose', 'fit', 'to', 'be', 'unflattering', 'for', 'me', 'as', 'a', 'short', 'person', '5', '1', 'however', 'the', 'photos', 'here', 'on', 'the', 'website', 'with', 'the', 'model', 'are', 'quite', 'accurate-', 'you', 'can', 'see', 'exactly', 'how', 'it', 'fits', 'loose', 'through', 'the', 'waist', 'if', 'that', "'s", 'what', 'you', 'are', 'looking', 'for', 'go', 'for', 'it', 'but', 'personally', 'i', 'did', "n't", 'find', 'it', 'to', 'do', 'anything', 'fo', ',4,1,2', 'general', 'dresses', 'dresses'] ['14270,1094,47', 'voluminous', 'but', 'lovely', 'i', 'needed', 'to', 'size', 'down', 'to', 'a', 'small', 'it', "'s", 'very', 'flowy', 'but', 'the', 'color', 'palette', 'and', 'the', 'open', 'stitching', 'around', 'the', 'neck', 'and', 'hem', 'are', 'really', 'sophisticated', 'and', 'pretty.,4,1,1', 'general', 'dresses', 'dresses'] ['14271,879,36', 'great', 'looking', 'tee', 'great', 'looking', 'please', 'dry', 'clean', 'it', 'or', 'you', "'ll", 'ruin', 'it', 'fits', 'well', 'easy', 'to', 'make', 'an', 'outfit', 'look', 'stylish', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14272,879,35', 'stretches', 'out', 'during', 'wear', 'love', 'the', 'style', 'and', 'fit', 'but', 'it', 'does', 'stretch', 'out', 'during', 'wear', 'by', 'the', 'end', 'of', 'the', 'day', 'it', 'feels', 'big', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['14273,879,31', 'great', 'shirt', 'i', 'love', 'this', 'top', 'it', 'is', 'comfortable', 'and', 'different', 'from', 'other', 'tops', 'in', 'my', 'closet', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14274,879,31', 'kind', 'of', 'scratchy', 'the', 'material', 'was', 'a', 'little', 'itchy', 'in', 'my', 'opinion', 'the', 'fit', 'was', 'pretty', 'big', 'almost', 'a', 'night', 'shirt', 'i', "'m", '5', '3', 'and', 'i', 'will', 'probably', 'only', 'wear', 'this', 'around', 'the', 'house', 'with', 'tights', 'i', 'got', 'a', 'small', 'i', 'purchased', 'the', 'orange', 'color', 'online', 'stay', 'away', 'if', 'you', 'have', 'an', 'olive', 'skin', 'tone', 'it', "'s", 'the', 'pinkish', 'it', 'appears', 'to', 'be', 'on', 'be', 'on', 'the', 'website', 'i', "'m", '130', 'pounds', '34d', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14275,879,43', 'love', 'this', 'shirt', 'i', 'bought', 'this', 'shirt', 'at', 'the', 'store', 'and', 'after', 'going', 'home', 'and', 'trying', 'it', 'on', 'i', 'promptly', 'went', 'online', 'and', 'ordered', 'two', 'more', 'i', "'ve", 'gotten', 'multiple', 'compliments', 'anytime', 'i', 'wear', 'any', 'of', 'them', 'great', 'for', 'looking', 'put', 'together', 'with', 'no', 'fuss'] ['people', 'that', 'have', 'commented', 'there', "'s", 'were', 'destroyed', 'in', 'the', 'wash', 'did', "n't", 'read', 'the', 'care', 'label', 'which', 'says', 'dry', 'clean', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14276,1110,47', 'quality', 'dress', 'and', 'gorgeous', 'fabric', 'but', 'frumpy', 'fit', 'this', 'dress', 'has', 'gorgeous', 'fabric', 'and', 'impeccable', 'quality', 'construction', 'i', "'m", '5', '4', '118lbs', 'and', 'large', 'busted', '32.', 'dd', 'i', 'am', 'usually', 'an', 'overall', 'size', '4', 'but', 'when', 'buying', 'dresses', 'usually', 'have', 'to', 'purchase', 'a', 'six', 'to', 'accommodate', 'my', 'chest', 'i', 'ordered', 'a', 'size', '4', 'because', 'that', 'was', 'the', 'only', 'size', 'left', 'and', 'was', 'going', 'to', 'take', 'a', 'chance', 'it', 'fit', 'perfect', 'across', 'the', 'chest', 'but', 'the', 'overall', 'dress', 'is', 'enormous', 'does', 'not', 'even', 'slightly', 'silhouette', 'your', 'figure', 'it', 'is', 'like', 'a', 'giant', 'stiff', 'triangle', 'i', 'was', 'going', 'to', 'return', 'but', 'was', 'so', 'hesitant,3,1,1', 'general', 'dresses', 'dresses'] ['14277,869,36', ',,5,1,0', 'general', 'tops', 'knits'] ['14278,879,61', 'very', 'delicate', 'i', 'love', 'this', 'top', 'very', 'slimming', 'and', 'cool', 'fabric', 'only', 'problem', 'it', 'is', 'very', 'delicate', 'and', 'will', 'snag', 'as', 'a', 'mater', 'of', 'fact', 'mine', 'arrived', 'with', 'a', 'hole', 'in', 'the', 'back', 'i', "'m", 'returning', 'for', 'exchange', 'as', 'i', 'love', 'the', 'way', 'the', 'top', 'looks', 'but', 'know', 'i', 'will', 'have', 'to', 'be', 'super', 'careful', 'not', 'to', 'snag', 'the', 'fabric', ',4,1,3', 'general', 'petite', 'tops', 'knits'] ['14279,879,42', 'great', 'flattering', 'comfy', 'i', 'run', 'between', 'an', 'xs', 'and', 's', 'in', 'most', 'retailer', 'shirts', 'i', 'went', 'with', 'the', 'xs', 'in', 'this', 'one', 'and', 'was', 'glad', 'i', 'did', 'the', 'fit', 'is', 'lovely', 'and', 'flattering', 'i', 'loved', 'this', 'shirt', 'the', 'second', 'i', 'put', 'it', 'on', 'then', 'went', 'to', 'order', 'it', 'in', 'another', 'color.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14280,1110,26', 'do', 'not', 'size', 'up', 'following', 'the', 'advice', 'of', 'other', 'reviews', 'i', 'ordered', 'a', 'size', 'larger', 'than', 'normal', 'since', 'the', 'reviews', 'said', 'runs', 'small', 'in', 'the', 'bust', 'the', 'dress', 'ended', 'up', 'being', 'much', 'too', 'big', 'everywhere', 'including', 'the', 'bust'] [] ['the', 'dress', 'was', 'beautiful', 'and', 'great', 'quality', 'sad', 'i', 'ended', 'up', 'with', 'the', 'wrong', 'size', ',3,1,4', 'general', 'dresses', 'dresses'] ['14281,139,26', 'comfy', 'top', 'i', 'love', 'this', 'top', 'and', 'wear', 'it', 'all', 'the', 'time', 'it', "'s", 'a', 'gorgeous', 'pale', 'blue', 'and', 'feels', 'amazing', 'it', 'is', 'a', 'tighter', 'fitting', 'shirt', 'so', 'if', 'you', 'like', 'looser', 'clothes', 'size', 'up', ',5,1,0', 'initmates', 'intimate', 'layering'] ['14282,879,31', 'comfy', 'versatile', 'top', 'great', 'top', 'a', 'little', 'large', 'but', 'i', 'shrank', 'it', 'a', 'little', 'in', 'the', 'wash', 'and', 'it', 'fits', 'a', 'little', 'better', 'now', 'i', 'love', 'the', 'structure', 'and', 'pattern', 'of', 'this', 'top', 'as', 'well', 'as', 'the', 'lovely', 'coral/orange', 'color', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14283,139,53', 'great', 'layering', 'top', 'so', 'comfy', 'feels', 'soft', 'as', 'my', 'pjs', 'bought', 'it', 'in', '3', 'colors', ',5,1,0', 'initmates', 'intimate', 'layering'] ['14284,879,35', 'easy', 'casual', 'shirt', 'very', 'flattering', 'the', 'material', 'is', 'not', 'the', 'softest', 'but', 'it', "'s", 'an', 'easy', 'one', 'to', 'throw', 'on', 'with', 'jeans', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14285,879,25', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['14286,402,36', 'great', 'design', 'i', 'love', 'this', 'swimsuit', 'the', 'color', 'the', 'pattern', 'and', 'the', 'coverage', 'the', 'material', 'is', 'different', 'for', 'me', 'but', 'easy', 'to', 'get', 'on', 'and', 'off', 'my', 'complaint', 'is', 'that', 'although', 'the', 'backside', 'looks', 'great', 'there', 'is', 'no', 'padding', 'in', 'the', 'front', 'for', 'a', 'full', 'coverage', 'suit', 'this', 'leaves', 'little', 'to', 'the', 'imagination', 'i', "'m", 'torn', 'on', 'finding', 'justification', 'to', 'keep', 'it', ',3,1,7', 'initmates', 'intimate', 'swim'] ['14287,139,48', 'nice', 'shirt', 'shrunk', 'a', 'lot', 'in', 'length', 'after', 'washing', 'i', 'like', 'this', 'shirt', 'as', 'in', 'general', 'i', 'prefer', 'more', 'form-fitting', 'and', 'less', 'flowy', 'shirts', 'however', 'after', 'washing', 'the', 'shirt', 'and', 'hanging', 'dry', 'it', 'has', 'shrunk', 'to', 'be', 'too', 'short', 'to', 'wear', 'with', 'even', 'mid-rise', 'jeans', 'so', 'good', 'if', 'you', 'do', "n't", 'like', 'long', 't-shirts', 'bad', 'if', 'you', 'are', 'tall', 'like', 'me', '5', '8', 'and', 'do', "n't", 'want', 'to', 'wear', 'a', 'crop', 'top', ',3,1,0', 'initmates', 'intimate', 'layering'] ['14288,879,27', 'terrible', 'fabric', 'i', 'loved', 'the', 'shirt', 'until', 'i', 'washed', 'it', 'awful', 'fabric', 'quality', 'cheaply', 'made.,1,0,0', 'general', 'petite', 'tops', 'knits'] ['14289,1073,32', 'i', 'tried', 'this', 'dress', 'on', 'in', 'the', 'store', 'and', 'loved', 'it', 'it', "'s", 'unfortunately', 'out', 'my', 'price', 'range', 'but', 'if', 'i', 'could', 'have', 'afforded', 'it', 'i', 'would', 'have', 'bought', 'it', 'i', "'m", 'about', "5'10", 'and', 'the', 'length', 'of', 'the', 'size', '2', 'was', 'perfect', 'sexy', 'back', 'and', 'great', 'color', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14290,879,36', 'great', 'weekend', 'wear', 'the', 'shirt', 'is', 'very', 'comfy', 'and', 'is', 'slenderizing', 'in', 'the', 'waist', 'area.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['14291,1073,37', 'sad', 'this', 'could', "n't", 'come', 'home', 'with', 'me', 'so', 'i', 'really', 'loved', 'this', 'dress', 'i', 'am', 'tall', '6ft', 'and', 'the', 'size', '8', 'was', 'perfect', 'length', 'i', 'would', 'have', 'worn', 'it', 'with', 'flat', 'dressy', 'sandals', 'i', 'would', 'say', 'it', 'is', 'true', 'to', 'size', 'i', 'am', 'not', 'a', 'flowy', 'dress', 'kind', 'of', 'girl', 'but', 'this', 'was', 'just', 'the', 'perfect', 'amount', 'of', 'flow', 'without', 'making', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'a', 'long', 'potato', 'sack', 'the', 'back', 'is', 'just', 'gorgeous', 'and', 'unique', 'here', 'is', 'why', 'i', 'could', "n't", 'make', 'it', 'mine', 'the', 'tube', 'top', 'part', 'is', 'completely', 'detachable', 'and', 'extremely', 'thin', 'there', 'is', 'literally', 'not', 'much', 'to', 'it', 'and', 'i', "'m", 'not', 'sure', 'it', 'wou', ',2,0,7', 'general', 'petite', 'dresses', 'dresses'] ['14292,879,74', 'great', 'maternity', 'top', 'i', 'bought', 'this', 'top', 'when', 'i', 'was', '6', 'months', 'pregnant', 'and', 'wore', 'it', 'the', 'rest', 'of', 'the', 'pregnancy', 'i', 'am', '5', '4', '34d', 'and', '135', 'lbs', 'i', 'got', 'all', 'the', 'way', 'up', 'to', '172lbs', 'and', 'a', 'chest', 'size', 'of', '36dd', 'now', 'that', 'i', "'m", 'not', 'pregnant', 'i', 'do', "n't", 'think', 'it', 'flatters', 'my', 'new', 'figure', 'anymore', 'ha', 'but', 'i', 'seriously', 'wore', 'it', 'all', 'the', 'time', 'when', 'i', 'was', 'pregnant', 'so', 'got', 'ta', 'give', 'it', 'at', 'least', '4', 'stars', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14293,879,39', 'great', 'basic', 'shirt', 'it', "'s", 'hard', 'purchasing', 'clothes', 'online', 'i', 'was', 'hesitant', 'on', 'this', 'shirt', 'wondering', 'about', 'the', 'size', 'and', 'that', 'it', 'might', 'be', 'too', 'plain', 'or', 'boring', 'when', 'i', 'received', 'it', 'i', 'was', 'pleasantly', 'surprised', 'as', 'its', 'texture', 'adds', 'a', 'nice', 'bit', 'of', 'upscale', 'to', 'this', 'basic', 'tee', 'if', 'your', 'debating', 'on', 'whether', 'to', 'choose', 'a', 'larger', 'or', 'smaller', 'size', 'i', 'went', 'with', 'the', 'smaller', 'size', 'as', 'its', 'a', 'looser', 'style', 'and', 'fits', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14294,879,43', 'love', 'the', 'top', 'but', 'bought', 'this', 'early', 'in', 'the', 'season', 'probably', 'washed', 'and', 'worn', '8', 'times', 'and', 'there', 'are', 'small', 'holes', 'that', 'have', 'formed', 'in', 'the', 'front', 'towards', 'the', 'bottom', 'bummer', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['14295,965,71', 'stylish', 'and', 'comfortable', 'this', 'jacket', 'has', 'great', 'style', 'is', 'really', 'comfortable', 'and', 'looks', 'good', 'with', 'jeans', 'or', 'nice', 'pants', 'i', 'usually', 'wear', 'a', 'small', 'or', 'extra', 'small', 'in', 'all', 'clothes', 'but', 'thought', 'the', 'arms', 'were', 'tight', 'in', 'the', 'small', 'the', 'medium', 'is', 'a', 'better', 'fit', ',5,1,0', 'general', 'jackets', 'jackets'] ['14296,1047,27', 'beautiful', 'i', 'originally', 'bought', 'this', 'for', 'myself', 'but', 'it', 'was', 'way', 'too', 'big', 'on', 'my', 'backside', 'since', 'i', 'do', "n't", 'have', 'much', 'junk', 'in', 'the', 'trunk', 'i', 'decided', 'to', 'pass', 'it', 'on', 'to', 'my', 'sister', 'since', 'it', 'was', 'just', 'too', 'pretty', 'to', 'return', 'it', 'fits', 'her', 'much', 'better', 'and', 'she', "'s", 'worn', 'it', 'on', 'a', 'few', 'occasions', 'it', 'does', 'run', 'larger', 'and', 'the', 'pants', 'are', 'very', 'long', 'definitely', 'have', 'to', 'be', 'either', 'hemmed', 'or', 'always', 'worn', 'with', 'heels', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['14297,886,38', 'perfect', 'but', 'it', "'s", 'an', 'adorable', 'take', 'on', 'the', 'casual', 'sweatshirt', 'i', 'love', 'the', 'layers', 'but', 'i', 'wish', 'they', 'were', 'just', 'a', 'little', 'different', 'they', 'hang', 'a', 'little', 'strange', 'perhaps', 'if', 'the', 'bottom', 'one', 'was', 'a', 'smidge', 'longer', 'i', "'m", 'not', 'sure', 'or', 'if', 'the', 'sweatshirt', 'layer', 'was', 'a', 'little', 'longer', 'and', 'the', 'blouse', 'bit', 'was', 'therefore', 'longer', 'it', 'all', 'hangs', 'just', 'a', 'little', 'off', 'but', 'it', "'s", 'not', 'so', 'off', 'that', 'it', 'looks', 'bad', 'i', "'m", 'petite', 'so', 'it', "'s", 'cute', 'on', 'but', 'i', 'think', 'if', 'you', 'were', 'tall', 'it', 'might', 'hang', 'a', 'little', 'weird', 'a', 'warning', 'though', 'i', 'ordered', 'a', 'small', 'and', 'the', ',4,1,0', 'general', 'tops', 'knits'] ['14298,1111,55', 'lovely', 'dress', 'this', 'dress', 'is', 'lovely', 'i', 'tried', 'it', 'in', 'the', 'red', 'and', 'the', 'black', 'decided', 'to', 'keep', 'the', 'red', 'as', 'i', 'have', 'so', 'much', 'black', 'going', 'to', 'wear', 'to', 'a', 'spring', 'wedding', 'i', 'will', 'feel', 'so', 'comfortable', 'and', 'appropriate', 'just', 'looking', 'for', 'a', 'great', 'statement', 'necklace', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['14299,829,59', ',tts', 'and', 'very', 'feminine', 'and', 'flattering', 'looks', 'same', 'as', 'on', 'model', 'love', 'this', 'style', 'if', 'you', 'like', 'style', 'highly', 'recommend', 'armholes', 'not', 'too', 'big-', 'yay', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['14300,835,28', 'adorable', 'and', 'chic', 'this', 'shirt', 'is', 'structured', 'enough', 'to', 'wear', 'to', 'work', 'and', 'flirty', 'enough', 'to', 'wear', 'out', 'on', 'the', 'town', 'the', 'details', 'around', 'the', 'neck', 'and', 'the', 'bottom', 'make', 'it', 'very', 'unique', 'i', 'paired', 'it', 'with', 'a', 'chunky', 'necklace', 'and', 'got', 'tons', 'of', 'compliments', 'however', 'i', 'could', 'imagine', 'this', 'shirt', 'may', 'not', 'work', 'for', 'those', 'with', 'a', 'bigger', 'bust', 'line', 'as', 'there', 'is', "n't", 'much', 'give', 'in', 'that', 'area', ',5,1,2', 'general', 'tops', 'blouses'] ['14301,886,54', 'notta', 'for', 'me', 'i', 'had', 'high', 'hopes', 'for', 'this', 'top', 'but', 'it', 'was', 'too', 'big', 'and', 'too', 'much', 'fabric.,3,0,0', 'general', 'tops', 'knits'] ['14302,886,62', 'perfect', 'and', 'at', 'the', 'right', 'price', 'in', 'my', 'opinion', 'the', 'quality', 'and', 'uniqueness', 'of', 'this', 'piece', 'far', 'definitely', 'warrants', 'a', 'full', 'price', 'purchase', 'adorable', 'cut', 'and', 'style', 'comfortable', 'and', 'cute', 'it', "'s", 'the', 'perfect', 'flexible', 'top', 'to', 'wear', 'to', 'work', 'with', 'a', 'skirt', 'or', 'more', 'casually', 'with', 'your', 'favorite', 'pair', 'of', 'jeans', 'love', 'this', ',5,1,2', 'general', 'tops', 'knits'] ['14303,886,54', 'super', 'cute', 'really', 'cute', 'version', 'of', 'a', 'sweatshirt', 'fits', 'true', 'to', 'size', 'through', 'the', 'shoulders', 'and', 'bust', 'line', 'however', 'since', 'i', 'am', 'larger', 'in', 'the', 'bust', 'area', 'than', 'the', 'hip', 'the', 'lower', 'half', 'of', 'the', 'top', 'looks', 'slightly', 'large', 'on', 'my', 'body', 'the', 'sweatshirt', 'is', 'cut', 'very', 'straight', 'so', 'it', 'would', 'probably', 'flatter', 'a', 'person', 'with', 'a', 'pear', 'or', 'straight', 'shape', 'the', 'inside', 'material', 'of', 'the', 'sweatshirt', 'is', 'a', 'little', 'rough', 'however', 'the', 'appliquã©', 'design', 'makes', 'this', 'shirt', 'a', 'keeper', ',4,1,2', 'general', 'tops', 'knits'] ['14304,886,46', 'did', "n't", 'fit', 'well', 'for', 'me', 'but', 'well-made', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'and', 'it', 'ran', 'small', 'i', "'m", 'a', 'pear-shape', 'and', 'thought', 'this', 'style', 'would', 'be', 'flattering', 'i', 'have', 'a', 'few', 'other', 'peplum-style', 'sweatshirts', 'from', 'retailer', 'that', 'are', 'my', 'favorites', 'but', 'the', 'cut', 'on', 'this', 'is', 'tighter', 'so', 'the', 'bottom', 'layers', 'gap', 'and', 'do', "n't", 'flow', 'well', 'i', 'found', 'it', 'to', 'run', 'short', 'too', 'it', "'s", 'cut', 'one', 'size', 'too', 'small', 'i', 'would', 'have', 'sized', 'up', 'but', 'being', 'xl', 'there', "'s", 'no', 'option', 'for', 'that', 'i', "'m", 'returning', 'mine'] [] ['the', 'applique', 'is', 'done', 'well', 'and', 'is', 'cute', 'the', 'colors', 'look', 'the', 'same', 'in', 'person', ',3,0,0', 'general', 'tops', 'knits'] ['14305,677,47', 'pretty', 'dress', 'horrible', 'quality', 'i', 'read', 'the', 'reviews', 'before', 'i', 'bought', 'this', 'dress', 'and', 'had', 'trouble', 'believing', 'that', 'the', 'dress', 'literally', 'fell', 'apart', 'at', 'the', 'seams', 'so', 'i', 'bought', 'it', 'first', 'the', 'good', 'i', 'love', 'the', 'color', 'the', 'fabric', 'and', 'the', 'design', 'it', "'s", 'very', 'lightweight', 'and', 'loose-fitting', 'and', 'is', 'perfect', 'for', 'hot', 'days', 'the', 'neck', 'and', 'sleeves', 'are', 'pretty', 'on', 'i', 'can', 'wear', 'it', 'as', 'a', 'cover', 'up', 'or', 'put', 'on', 'a', 'necklace', 'and', 'sandals', 'for', 'everyday', 'errands', 'and', 'things'] ['now', 'the', 'bad', 'it', 'literally', 'falls', 'apart', 'at', 'the', 'seams', 'as', 'you', 'take', 'it', 'out', 'of', 'the', 'package', 'i', 'm', 'surprised', 'a', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['14306,886,31', 'wish', 'it', 'was', 'more', 'fitted', 'the', 'design', 'of', 'this', 'top', 'is', 'super', 'cute', 'and', 'the', 'material', 'is', 'decent', 'the', 'only', 'flaw', 'is', 'that', 'despite', 'buying', 'the', 'smallest', 'size', 'xxsp', 'it', "'s", 'still', 'very', 'boxy', 'on', 'me', 'i', 'wish', 'it', 'was', 'more', 'fitted', 'at', 'the', 'waist', 'which', 'would', 'make', 'it', 'much', 'more', 'flattering', 'however', 'since', 'i', 'am', 'actually', 'pregnant', 'this', 'actually', 'works', 'to', 'my', 'advantage', 'for', 'the', 'time', 'being', ',4,1,1', 'general', 'tops', 'knits'] ['14307,886,60', 'classic', 'retailer', 'style', 'love', 'this', 'top', 'it', 'has', 'a', 'beautiful', 'appliquã©', 'that', 'is', 'reminiscent', 'of', 'many', 'past', 'retailer', 'favorites', 'it', "'s", 'comfy', 'yet', 'cute', 'and', 'fashionable', ',5,1,2', 'general', 'tops', 'knits'] ['14308,1083,52', 'i', 'love', 'this', 'dress', 'the', 'fabric', 'and', 'overall', 'design', 'are', 'beautiful', 'however', 'the', 'dress', 'fit', 'runs', 'small', 'at', 'least', 'for', 'me', 'i', 'ordered', 'a', 'size', '10', 'based', 'on', 'the', 'reviews', 'i', 'have', 'another', 'byron', 'lars', 'dress', 'in', 'a', 'size', '8', 'that', 'fits', 'well', 'i', 'kept', 'the', 'dress', 'because', 'it', 'is', 'so', 'pretty', ',4,1,0', 'general', 'dresses', 'dresses'] ['14309,677,53', 'if', 'only', 'it', 'came', 'in', 'petite', 'i', 'love', 'this', 'tunic', 'i', 'am', 'typically', 'an', 'xxs', 'petite', 'so', 'i', 'should', 'have', 'known', 'that', 'the', 'regular', 'xs', 'would', 'be', 'too', 'large', 'but', 'i', 'took', 'a', 'chance', 'on', 'it', 'unfortunately', 'it', 'was', 'in', 'fact', 'much', 'too', 'large', 'it', 'is', 'too', 'bad', 'because', 'i', 'absolutely', 'love', 'it', 'the', 'fabric', 'is', 'soooo', 'soft', 'and', 'comfy', 'i', 'ordered', 'it', 'in', 'the', 'blue', 'and', 'it', 'is', 'prettier', 'than', 'pictured', 'this', 'is', 'a', 'great', 'dress', 'for', 'the', 'beach', 'or', 'pool-side', 'or', 'just', 'knocking', 'around', 'if', 'you', 'live', 'in', 'a', 'hot', 'climate', 'or', 'take', 'warm-weather', 'vacations', 'i', 'highly', 'recommend', 'this', 'it', 'takes', 'up', 've', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['14310,1111,47', 'riding', 'the', 'dowdy', 'line', 'this', 'is', 'one', 'of', 'those', 'dresses', 'that', 'might', 'be', 'better', 'for', 'those', 'under', '40.', 'on', 'me', 'the', 'fullness', 'of', 'the', 'pleats', 'and', 'the', 'bell', 'sleeve', 'made', 'me', 'feel', 'like', 'i', 'was', 'wearing', 'one', 'of', 'those', 'dresses', 'for', 'a', 'much', 'older', 'lady', 'i', 'miss', 'not', 'having', 'to', 'consider', 'those', 'things', 'the', 'red', 'color', 'is', 'lovely', 'and', 'the', 'dress', 'is', 'modest', 'i', 'just', 'think', 'it', 'will', 'read', 'a', 'lot', 'better', 'on', 'a', 'younger', 'chiquita', ',3,1,7', 'general', 'petite', 'dresses', 'dresses'] ['14311,862,62', 'really', 'does', 'run', 'very', 'large.', 'this', 'cardigan', 'is', 'super', 'soft', 'and', 'comfy', 'with', 'nice', 'big', 'pockets', 'and', 'an', 'easy', 'feel', 'i', 'am', 'glad', 'i', 'read', 'the', 'other', 'reviews', 'before', 'i', 'bought', 'it', 'though', 'i', 'usually', 'wear', 'an', 'xl', 'and', 'they', 'are', 'often', 'too', 'small', 'but', 'i', 'ordered', 'a', 'large', 'and', 'even', 'that', 'one', 'is', 'a', 'bit', 'on', 'the', 'generous', 'size', 'but', 'i', 'really', 'like', 'it', 'a', 'lot', ',4,1,1', 'general', 'tops', 'knits'] ['14312,886,56', 'stylish', 'and', 'easy', 'to', 'wear.', 'this', 'top', 'is', 'very', 'cute', 'and', 'appears', 'in', 'person', 'just', 'as', 'it', 'does', 'in', 'the', 'picture', 'fits', 'true', 'to', 'size', 'and', 'the', 'item', 'is', 'made', 'well', 'i', 'had', 'many', 'complements', 'and', 'it', 'was', 'fun', 'to', 'wear'] [] ['unfortunately', 'i', 'did', 'have', 'to', 'iron', 'it', 'right', 'out', 'of', 'the', 'bag', ',5,1,2', 'general', 'tops', 'knits'] ['14313,862,30', 'great', 'sweater', 'runs', 'big', 'i', 'originally', 'purchased', 'this', 'sweater', 'in', 'a', 'size', 'small', '5', '4', '125lbs', 'and', 'i', 'was', 'swimming', 'in', 'it', 'i', 'went', 'into', 'the', 'store', 'and', 'exchanged', 'it', 'for', 'a', 'size', 'xs', 'and', 'it', 'still', 'runs', 'a', 'little', 'big', 'i', 'do', 'love', 'the', 'quality', 'though', 'and', 'its', 'so', 'soft', 'it', "'s", 'made', 'of', 'a', 'sweatshirt', 'like', 'material', 'which', 'gives', 'it', 'a', 'lazy', 'sunday', 'feel', 'it', 'is', 'definitely', 'more', 'casual', 'than', 'your', 'typical', 'cardigan', 'but', 'is', 'so', 'cozy', 'this', 'is', 'quickly', 'becoming', 'a', 'go', 'to', 'for', 'after', 'yoga', 'or', 'just', 'lazy', 'sundays', 'at', 'home', 'great', 'product', ',4,1,0', 'general', 'tops', 'knits'] ['14314,1083,41', 'amazing', 'i', "'m", '5', '0', '125', 'lbs', 'and', '34d', 'i', 'ordered', 'a', '6p', 'and', 'it', 'fits', 'perfectly', 'the', 'color', 'is', 'more', 'of', 'a', 'bronze', 'mixed', 'with', 'gold', 'and', 'chocolate', 'the', 'picture', 'does', 'not', 'do', 'it', 'justice', ',5,1,0', 'general', 'dresses', 'dresses'] ['14315,949,66', 'cute', 'enough', 'i', 'got', 'the', 'grey', 'in', 'my', 'normal', 'size', 'large', 'and', 'it', 'fits', 'as', 'shown', 'love', 'the', 'cowl', 'neck', 'although', 'it', "'s", 'a', 'bit', 'awkward', 'and', 'oversized', 'the', 'cowl', 'is', 'a', 'lighter', 'shade', 'of', 'grey', 'and', 'a', 'nice', 'contrast', 'it', 'felt', 'a', 'bit', 'itchy', 'and', 'is', 'a', 'tad', 'boxy', 'and', 'short', 'i', 'decided', 'to', 'return.,4,1,0', 'general', 'tops', 'sweaters'] ['14316,1047,46', 'cute', 'but', 'strange', 'fit', 'on', 'me', 'this', 'is', 'an', 'adorable', 'piece', 'but', 'the', 'fit', 'is', 'a', 'gamble', 'the', 'crotch', 'hung', 'way', 'too', 'low', 'for', 'comfort', 'on', 'these', 'so', 'since', 'i', 'got', 'a', 'great', 'sale', 'price', 'i', 'had', 'them', 'altered', 'i', 'have', "n't", 'worn', 'them', 'yet', 'but', 'i', "'m", 'sure', 'i', "'ll", 'get', 'compliments', 'when', 'i', 'do', 'so', 'if', 'you', 'want', 'to', 'take', 'chance', 'on', 'the', 'fit', 'and/or', 'alter', 'them', 'go', 'for', 'it', ',3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['14317,862,29', 'wanted', 'to', 'love', 'it.', 'i', 'ordered', 'a', 'size', 'smaller', 'prr', 'other', 'reviewers', 'but', 'that', 'still', 'did', "n't", 'prepare', 'me', 'for', 'the', 'sweater', "'s", 'issues', 'it', 'looks', 'really', 'cute', 'but', 'the', 'quality', 'is', 'pretty', 'horrendous', 'i', 'wore', 'it', 'for', 'the', 'first', 'time', 'today', 'and', 'already', 'the', 'sweater', 'is', 'pilling', 'a', 'lot', 'on', 'my', 'back', 'seriously', 'heartbroken.,1,0,0', 'general', 'tops', 'knits'] ['14318,1083,55', 'a', 'beautiful', 'fit', 'i', 'love', 'this', 'dress', 'the', 'fit', 'is', 'spectacular', 'and', 'if', 'there', 'were', 'any', 'problems', 'with', 'the', 'hook', 'and', 'eyes', 'in', 'the', 'front', 'coming', 'undone', 'as', 'stated', 'in', 'previous', 'reviews', 'it', 'has', 'been', 'corrected', 'the', 'dress', 'does', 'not', 'come', 'undone', 'and', 'it', 'moves', 'beautifully', 'with', 'you', 'walking', 'sitting', 'and', 'bending', 'i', 'wore', 'this', 'to', 'a', 'holiday', 'party', 'and', 'the', 'color', 'is', 'just', 'amazing', 'a', 'coppery', 'and', 'brown/gold', 'pattern', 'very', 'flattering', 'i', 'will', 'purchase', 'more', 'byron', 'lars', 'dresses', 'for', 'certain', ',5,1,1', 'general', 'dresses', 'dresses'] ['14319,886,43', 'great', 'top', 'i', 'ordered', 'online', 'because', 'i', 'needed', 'a', 'white', 'top', 'that', 'i', 'could', 'get', 'away', 'with', 'wearing', 'in', 'fall', 'to', 'work', 'even', 'though', 'it', "'s", 'white', 'i', "'m", 'busty', 'and', 'normally', 'shirts', 'like', 'this', 'make', 'me', 'look', 'gigantic', 'like', 'i', "'m", 'going', 'to', 'tip', 'over', 'but', 'this', 'was', 'a', 'very', 'flattering', 'cut', 'and', 'fit', 'i', 'highly', 'recommend', 'it', 'was', 'also', 'comfortable', 'and', 'i', 'wore', 'it', 'with', 'blue', 'slacks', 'to', 'work', 'the', 'flower', 'is', 'partially', 'dark', 'blue', 'i', "'m", '5', '8', 'and', 'the', 'length', 'was', 'perfect', 'not', 'too', 'long', 'in', 'the', 'butt', 'but', 'enough', 'to', 'cover', 'it', 'subtly', ',5,1,2', 'general', 'tops', 'knits'] ['14320,1083,48', 'gorgeous', 'dress', 'i', 'just', 'got', 'this', 'in', 'the', 'mail', 'absolutely', 'gorgeous', 'the', 'hook', 'and', 'eye', 'closure', 'is', 'very', 'secure', 'i', 'have', 'no', 'problem', 'walking', 'or', 'sitting', 'in', 'this', 'dress', 'i', 'ordered', 'a', 'aize', '8', 'going', 'by', 'the', 'previous', 'reviews', 'that', 'this', 'dress', 'ran', 'small', 'i', 'could', 'have', 'ordered', 'my', 'normal', '6', 'but', 'the', '8', 'fits', 'pretty', 'good', 'just', 'a', 'tad', 'big', 'the', 'dress', 'is', 'more', 'chocolate', 'brown', 'than', 'black', 'and', 'the', 'detail', 'is', 'really', 'stunning', 'you', 'ca', "n't", 'find', 'unique', 'dresses', 'like', 'this', 'anymore', 'truly', 'beautiful', ',5,1,1', 'general', 'dresses', 'dresses'] ['14321,1083,44', 'beautiful', 'i', 'thought', 'this', 'dress', 'was', 'beautiful', 'and', 'the', 'quality', 'is', 'amazing', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'black', 'and', 'gold', 'but', 'it', 'has', 'a', 'lot', 'of', 'brown', 'in', 'it', 'as', 'well', 'i', 'ordered', 'a', 'petite', 'i', "'m", "5'61/2", 'and', 'the', 'petite', 'was', 'just', 'above', 'my', 'knees', 'whereas', 'the', 'regular', 'came', 'below', 'my', 'knees', 'this', 'is', 'a', 'dress', 'i', 'can', 'wear', 'to', 'many', 'events', ',4,1,2', 'general', 'dresses', 'dresses'] ['14322,862,28', 'cute', 'cozy', 'this', 'sweater', 'is', 'a', 'grand-dad', 'style', 'sweater', 'i', 'love', 'the', 'pattern', 'of', 'the', 'fabric', 'it', 'does', 'run', 'a', 'bit', 'large', 'especially', 'in', 'the', 'length', 'of', 'the', 'sleeves', 'it', 'definitely', 'fits', 'a', 'more', 'oversized', 'sort', 'of', 'look', 'i', 'find', 'it', 'very', 'comfortable', 'perfect', 'for', 'a', 'casual/weekend', 'outfit', ',4,1,0', 'general', 'tops', 'knits'] ['14323,829,64', 'i', 'wanted', 'to', 'love', 'i', 'received', 'this', 'yesterday', 'and', 'the', 'fit', 'for', 'me', 'is', 'so', 'strange', 'to', 'tight', 'in', 'the', 'bust', 'and', 'the', 'arms', 'were', 'to', 'big', 'for', 'me', 'i', 'am', 'so', 'bummed', 'the', 'arms', 'do', 'not', 'stay', 'on', 'my', 'shoulders', 'i', 'have', 'many', 'tops', 'but', 'maeve', 'and', 'they', 'fit', 'me', 'well', 'this', 'is', 'the', 'first', 'one', 'i', 'have', 'to', 'return', 'this', 'top', 'is', 'made', 'well', 'and', 'i', 'do', 'recommend', 'but', 'it', 'should', 'be', 'tried', 'on', 'before', 'purchasing', 'as', 'it', 'is', 'pricey', 'if', 'it', 'does', 'not', 'fit', 'you', ',3,1,2', 'general', 'petite', 'tops', 'blouses'] ['14324,1111,55', 'swam', 'on', 'me', 'i', 'ordered', 'a', 'size', '12', 'and', 'it', 'was', 'huge', 'on', 'me', 'very', 'loose', 'fitting', 'dress', 'i', 'did', "n't", 'like', 'the', 'material', 'either.,2,0,3', 'general', 'petite', 'dresses', 'dresses'] ['14325,886,20', 'great', 'versatility', 'top', 'love', 'my', 'new', 'top', 'i', 'wear', 'it', 'casually', 'with', 'skinny', 'navy', 'pants', 'and', 'dressed', 'up', 'with', 'new', 'wide', 'leg', 'winter', 'white', 'pants', 'it', "'s", 'funky', 'style', 'garnered', 'lots', 'of', 'compliments', 'as', 'a', 'mother', 'of', 'two', 'teens', 'i', 'love', 'to', 'dress', 'cute', 'and', 'appropriate', 'it', 'really', 'pairs', 'well', 'with', 'so', 'much', 'and', 'the', 'bold', 'flower', 'makes', 'it', 'stand', 'out', ',5,1,3', 'general', 'tops', 'knits'] ['14326,1083,39', 'runs', 'both', 'large', 'i', 'did', "n't", 'want', 'to', 'get', 'the', 'black', 'carissima', 'because', 'i', 'already', 'own', 'the', 'mona', 'so', 'when', 'i', 'saw', 'this', 'gorgeous', 'marguerite', 'for', 'sale', 'i', 'had', 'to', 'bite', 'the', 'main', 'colors', 'are', 'chocolate', 'brown', 'copper', 'and', 'rose', 'pink', 'such', 'a', 'beautiful', 'combination', 'the', 'hook', ',3,1,1', 'general', 'dresses', 'dresses'] ['14327,1083,26', 'fits', 'like', 'a', 'glove', 'and', 'looks', 'amazing', 'on', 'it', 'fits', 'so', 'many', 'different', 'body', 'types', 'but', 'yet', 'is', 'flattering', 'in', 'all', 'the', 'right', 'places', 'i', 'got', '00p', 'and', 'have', 'a', 'smaller', 'chest', 'and', 'hip', 'but', 'it', 'really', 'gives', 'a', 'nice', 'shape', 'got', 'compliments', 'all', 'night', 'when', 'i', 'wore', 'this', 'to', 'a', 'formal', 'dance', 'but', 'i', 'could', 'see', 'myself', 'wearing', 'this', 'again', 'and', 'again', 'for', 'holiday', 'parties', 'or', 'other', 'occasions', ',5,1,1', 'general', 'dresses', 'dresses'] ['14328,862,26', 'love', 'someone', 'else', 'mentioned', 'that', 'this', 'fit', 'like', 'a', 'grandpa', 'sweater', 'and', 'they', 'were', 'absolutely', 'right', 'it', "'s", 'definitely', 'loose', 'fitting', 'but', 'it', "'s", 'really', 'cute', 'and', 'well', 'made', 'i', 'usually', 'get', 'a', 'medium', 'size', 'in', 'tops/sweaters', 'but', 'after', 'reading', 'the', 'other', 'reviews', 'i', 'ordered', 'the', 'small', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', "'s", 'the', 'perfect', 'casual', 'cardigan', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['14329,1083,43', 'another', 'beautiful', 'byron', 'lars', 'i', 'am', 'addicted', 'to', 'these', 'dresses', 'as', 'usual', 'the', 'detail', 'is', 'amazing', 'and', 'the', 'shape', 'is', 'so', 'flattering'] ['as', 'some', 'reviewers', 'mentioned', 'the', 'dress', 'is', 'much', 'more', 'brown', 'than', 'shown', 'on', 'the', 'picture', 'so', 'if', 'you', "'re", 'looking', 'for', 'a', 'black', 'dress', 'there', 'are', 'others', 'in', 'the', 'collection', 'that', 'are', 'much', 'better', 'otherwise', 'gorgeous', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['14330,835,68', 'love', 'this', 'top', 'i', 'bought', 'this', 'top', 'in', 'a', 'large', 'i', 'washed', 'it', 'in', 'cold', 'water', 'and', 'it', 'shrank', 'just', 'enough', 'to', 'flatter', 'the', 'material', 'is', 'great', 'in', 'that', 'when', 'i', 'washed', 'it', 'the', 'blouse', 'hanged', 'quite', 'nicely', 'no', 'ironing', 'needed', 'also', 'the', 'material', 'is', 'heavy', 'enough', 'that', 'no', 'tank', 'is', 'needed', 'underneath', 'the', 'top', 'thakoon', 'had', 'made', 'the', 'same', 'top', 'last', 'summer', 'and', 'it', 'had', 'cost', 'around', '500', 'this', 'top', 'is', 'even', 'better', 'due', 'to', 'the', 'material', 'and', 'i', 'could', 'buy', 'it', 'for', 'a', 'fraction', 'of', 'the', 'price', 'highly', 'recommend', ',5,1,3', 'general', 'tops', 'blouses'] ['14331,829,47', 'great', 'fall', 'blouse', 'this', 'blouse', 'is', 'very', 'versatile', 'it', 'can', 'be', 'worn', 'with', 'jeans', 'or', 'dress', 'pants', 'great', 'fall', 'color'] ['it', 'is', 'very', 'sheer', 'and', 'you', 'will', 'need', 'to', 'wear', 'something', 'under', 'it', 'it', "'s", 'pretty', 'in', 'person', 'with', 'an', 'original', 'print', 'design', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['14332,817,29', 'great', 'work', 'blouse', 'i', 'bought', 'this', 'blouse', 'in', 'the', 'purple', 'motif', 'and', 'love', 'it', 'for', 'work', 'great', 'design', 'and', 'print'] ['based', 'on', 'the', 'existing', 'reviews', 'i', 'sized', 'down', 'from', 'my', 'normal', 'xs', 'to', 'an', 'xxs', 'and', 'i', 'actually', 'wish', 'that', 'i', 'would', 'have', 'stuck', 'with', 'the', 'xs', 'only', 'because', 'the', 'blouse', 'is', 'tighter', 'on', 'my', 'biceps', 'than', 'i', 'would', 'prefer', 'but', 'i', 'am', 'keeping', 'the', 'blouse', 'i', 'always', 'appreciate', 'this', 'in', 'other', 'reviews', 'so', 'hopefully', 'it', 'helps', 'i', "'m", '5', '2', '117', 'lbs', 'and', 'a', 'small', '32b', ',4,1,3', 'general', 'petite', 'tops', 'blouses'] ['14333,432,47', 'not', 'as', 'beautiful', 'as', 'online', 'i', "'m", 'disappointed', 'in', 'these', 'pants', 'which', 'looked', 'so', 'beautiful', 'online', 'and', 'even', 'have', 'pockets', 'in', 'person', 'the', 'pattern', 'and', 'colors', 'are', "n't", 'as', 'nice', 'the', 'fabric', 'is', 'too', 'thin', 'and', 'the', 'pants', 'look', 'cheap', 'the', 'pockets', 'are', 'pretty', 'shallow', 'the', 'fit', 'is', "n't", 'good', 'either', 'i', 'ordered', 'up', 'i', "'m", 'between', 'sizes', 'and', 'they', "'re", 'still', 'not', 'as', 'flowy', 'as', 'i', "'d", 'have', 'liked', 'these', 'are', 'too', 'pricy', 'as', 'lounge', 'pants', 'for', 'me', 'to', 'be', 'on', 'the', 'fence', 'about', 'them', 'so', 'they', "'re", 'going', 'back', 'if', 'you', 'buy', 'them', 'knowing', 'about', 'the', 'thin', 'fabric', 'and', 'snug', 'fit', 'they', 'might', 'wo', ',1,0,2', 'initmates', 'intimate', 'swim'] ['14334,1088,31', 'runs', 'small', 'but', 'good', 'quality', 'i', 'ordered', 'this', 'dress', 'online', 'but', 'it', 'turned', 'out', 'to', 'be', 'too', 'small', 'i', 'loved', 'the', 'color', 'fabric', 'and', 'overall', 'quality', 'i', 'should', 'have', 'ordered', 'one', 'size', 'up', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14335,829,62', 'super', 'cute', 'i', 'bought', 'this', 'is', 'the', 'orange/red', 'motif', 'and', 'it', 'is', 'a', 'beautiful', 'print', 'although', 'in', 'person', 'it', 'is', 'a', 'more', 'rich', 'reddish', 'color', 'than', 'the', 'washed', 'out', 'model', 'image', 'the', 'entire', 'shirt', 'is', 'sheer', 'so', 'i', 'will', 'need', 'to', 'wear', 'something', 'under', 'but', 'that', 'does', "n't", 'bother', 'me', 'i', 'have', 'a', 'small', 'chest', '34a', 'and', 'find', 'that', 'the', 'front', 'of', 'the', 'shirt', 'is', 'noticeably', 'longer', 'than', 'the', 'back', 'but', 'that', 'would', "n't", 'be', 'an', 'issue', 'if', 'i', 'was', 'a', 'little', 'better', 'endowed', 'this', 'looks', 'gorgeous', 'with', 'black', 'pants', 'and', 'a', 'blazer', 'not', 'sure', 'that', 'it', 'is', 'worth', 'full', 'price', 'b', ',4,1,11', 'general', 'petite', 'tops', 'blouses'] ['14336,829,63', 'fall', 'dots', 'great', 'transition', 'into', 'fall', 'for', 'layering', 'easy', 'breezy', 'dress', 'up', 'or', 'down-is', 'thin', 'so', 'it', 'does', 'need', 'a', 'cami,4,1,1', 'general', 'petite', 'tops', 'blouses'] ['14337,817,45', 'disappointing', 'blouse', 'i', 'was', 'intrigued', 'by', 'the', 'pattern', 'of', 'this', 'blouse', 'the', 'purple', 'version', 'but', 'the', 'design', 'is', 'terrible', 'for', 'me', 'it', "'s", 'boxy', 'i', 'did', "n't", 'like', 'the', 'fabric', 'and', 'the', 'arm', 'ruffles', 'are', 'bizarre', 'it', "'s", 'going', 'back', 'tomorrow', ',1,0,4', 'general', 'petite', 'tops', 'blouses'] ['14338,829,64', 'flowy', 'and', 'light', 'this', 'top', 'us', 'flowy', 'breathable', 'and', 'feminine', 'the', 'fabric', 'is', 'light', 'so', 'it', 'does', "n't", 'feel', 'like', 'you', "'re", 'wearing', 'a', 'swing', 'dress', 'with', 'heavy', 'fabric', 'it', 'is', 'sheer', 'so', 'a', 'cami', 'underneath', 'is', 'best', 'with', 'flowers', 'less', 'structured', 'tops', 'i', 'size', 'down', 'to', 'a', 'small', 'or', '6.', 'some', 'other', 'tops', 'i', "'d", 'go', 'to', 'medium', 'or', '8', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14339,829,38', 'perfect', 'fall', 'blouse', 'i', 'just', 'received', 'this', 'in', 'the', 'mail', 'and', 'must', 'say', 'its', 'one', 'of', 'my', 'favorite', 'purchases', 'in', 'a', 'long', 'time', 'from', 'retailer', 'the', 'navy', 'polka', 'dot', 'color', 'combo', 'is', 'classic', 'yet', 'fun', 'with', 'the', 'orange', 'looks', 'great', 'on', 'its', 'own', 'as', 'well', 'as', 'under', 'a', 'cardy', 'this', 'will', 'be', 'in', 'heavy', 'rotation.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14340,817,40', 'lovely', 'fabric', 'not', 'boxy', 'i', "'ve", 'bought', 'similar', 'blouses', 'from', 'retailer', 'before', 'that', 'i', 'did', "n't", 'love', 'as', 'much', 'as', 'this', 'it', "'s", 'not', 'boxy', 'or', 'wide', 'on', 'me', 'it', "'s", 'a', 'great', 'length', 'and', 'i', 'find', 'the', '3/4', 'bell', 'sleeves', 'to', 'be', 'elegant', 'i', 'bought', 'the', 'purple', 'one', 'on', 'sale', 'and', 'went', 'back', 'for', 'the', 'red/cream', 'my', 'only', 'complaint', 'would', 'be', 'that', 'the', 'stitching', 'could', 'be', 'of', 'better', 'quality', 'the', 'fabric', 'is', 'very', 'nice', 'love', 'the', 'print.,4,1,1', 'general', 'petite', 'tops', 'blouses'] ['14341,838,42', 'cute', 'boho', 'fall', 'blouse', 'loved', 'the', 'look', 'of', 'the', 'blouse', 'online', 'but', 'the', 'one', 'i', 'received', 'has', 'weird', 'pattern', 'placement', 'that', 'i', "'m", 'not', 'a', 'fan', 'of', 'mine', 'was', 'mostly', 'cut', 'from', 'the', 'mum/sunflower', 'patterned', 'fabric', 'and', 'none', 'of', 'the', 'pretty', 'teal', 'and', 'red', 'pattern', 'the', 'shirt', 'online', 'as', 'a', 'good', 'combo', 'of', 'patterns', 'mine', 'is', 'a', 'solid', 'mrs.', 'roper-all-over-flower', 'print', 'way', 'overboard', 'that', 'said', 'the', 'cut', 'is', 'cute', 'and', 'the', 'yoke', 'at', 'the', 'back', 'is', 'a', 'nice', 'detail', 'hoping', 'i', 'can', 'exchange', 'it', 'for', 'one', 'that', 'looks', 'more', 'like', 'the', 'online', 'pic', ',4,1,0', 'general', 'tops', 'blouses'] ['14342,829,36', 'great', 'top', 'this', 'is', 'such', 'a', 'cute', 'top', 'perfect', 'for', 'fall', 'layered', 'with', 'a', 'sweater', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14343,1094,39', 'nothing', 'special', 'i', 'was', 'excited', 'to', 'receive', 'in', 'hopes', 'to', 'wear', 'more', 'as', 'a', 'tunic', 'over', 'skinnies', 'vs', 'a', 'dress', 'for', 'fall', 'this', 'runs', 'sooo', 'very', 'large', 'the', 'material', 'is', 'thick', 'and', 'the', 'pattern', 'is', 'just', 'ok.', 'did', "n't", 'do', 'anything', 'for', 'my', 'hourglass', 'shape', 'returned', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['14344,1086,22', 'perfect', 'year', 'round', 'dress', 'this', 'dress', 'is', 'incredibly', 'soft', 'with', 'sleeves', 'that', 'can', 'be', 'rolled', 'up', 'or', 'down', 'it', 'is', 'extremely', 'versatile', 'while', 'the', 'dress', 'is', 'very', 'comfortable', 'and', 'mostly', 'fits', 'true', 'to', 'size', 'i', 'found', 'it', 'to', 'be', 'ever', 'so', 'slightly', 'snug', 'through', 'the', 'hips', 'at', 'first', 'however', 'i', 'am', 'somewhat', 'difficult', 'to', 'fit', 'with', 'an', 'accentuated', 'hourglass', 'figure', 'overall', 'i', 'am', 'very', 'happy', 'with', 'this', 'purchase', 'and', 'look', 'forward', 'to', 'wearing', 'it', 'during', 'my', 'travels', ',5,1,2', 'general', 'dresses', 'dresses'] ['14345,829,37', 'beautiful', 'this', 'blouse', 'was', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'perfect', 'for', 'those', 'last', 'balmy', 'days', 'of', 'summer', 'fabric', 'a', 'bit', 'sheer', 'but', 'it', 'flows', 'beautifully', 'and', 'the', 'pleating', 'details', 'and', 'higher', 'neckline', 'make', 'this', 'top', 'truly', 'stunning', 'it', 'is', 'very', 'flowy', 'so', 'if', 'you', "'re", 'looking', 'for', 'something', 'more', 'fitted', 'this', 'might', 'not', 'be', 'for', 'you', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14346,829,47', 'so', 'cute', 'i', 'love', 'this', 'top', 'it', 'is', 'the', 'cutest', 'top', 'i', "'ve", 'purchased', 'in', 'a', 'while', 'the', 'colors', 'are', 'so', 'fun', 'and', 'the', 'cut', 'is', 'flattering', 'it', 'will', 'go', 'with', 'plenty', 'and', 'will', 'work', 'for', 'day', 'and', 'night', 'for', 'work', 'and', 'on', 'weekends', 'you', 'need', 'to', 'get', 'this', 'top', 'before', 'it', 'sells', 'out', 'retailer', 'please', 'get', 'this', 'top', 'in', 'more', 'patterns', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14347,829,29', 'cutest', 'blouse', 'i', 'ordered', 'this', 'in', 'the', 'tangerine', 'and', 'it', 'is', 'so', 'cute', 'its', 'very', 'comfortable', 'and', 'flattering', 'i', 'wore', 'a', 'tank', 'under', 'it', 'but', 'did', "n't", 'find', 'it', 'to', 'be', 'as', 'sheer', 'as', 'other', 'reviewers', 'i', 'paired', 'it', 'with', 'slim', 'pants', 'brown', 'suede', 'ankle', 'boots', 'and', 'a', 'long', 'necklace', 'and', 'it', 'was', 'one', 'of', 'the', 'cutest', 'outfits', 'i', 'have', 'worn', 'in', 'a', 'long', 'time', 'i', 'got', 'a', 'lot', 'of', 'compliments', 'i', 'want', 'this', 'in', 'tons', 'of', 'colors/patterns', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14348,1086,36', 'comfy', 'cute', 'and', 'sexy', 'i', 'bought', 'this', 'dress', 'because', 'it', 'looked', 'sooo', 'comfy', 'and', 'it', 'is', 'the', 'fabric', 'feels', 'nice', 'and', 'it', 'fits', 'loose', 'without', 'feeling', 'like', 'a', 'burlap', 'sack', 'it', "'s", 'perfect', 'for', 'running', 'around', 'town', 'for', 'errands', 'i', 'actually', 'did', "n't", 'think', 'my', 'boyfriend', 'would', 'like', 'it', 'because', 'he', 'generally', 'likes', 'more', 'form-fitting', 'pieces', 'yes', 'big', 'surprise', 'but', 'he', 'actually', 'commented', 'out', 'of', 'the', 'blue', 'that', 'it', "'s", 'really', 'sexy', 'comfy', 'and', 'sexy', 'score', ',4,1,10', 'general', 'dresses', 'dresses'] ['14349,1081,22', 'beautiful', 'i', 'love', 'this', 'dress', 'it', 'fits', 'like', 'a', 'dream', 'and', 'is', 'incredibly', 'flattering', 'i', 'vary', 'between', 'a', '4', 'and', 'a', '6', 'in', 'dresses', 'and', 'the', '6', 'was', 'too', 'large', 'on', 'the', 'bust', 'but', 'the', '4', 'fit', 'great', 'the', 'dress', 'is', 'longer', 'than', 'in', 'the', 'picture', 'the', 'model', 'must', 'be', 'wearing', 'heels', 'but', 'it', 'does', "n't", 'quite', 'hit', 'the', 'ground', 'with', 'flats', 'the', 'fabric', 'is', 'light', 'and', 'airy', 'it', 'comes', 'across', 'a', 'little', 'more', 'formal', 'in', 'person', 'but', 'is', 'versatile', 'enough', 'to', 'be', 'worn', 'more', 'casually', 'as', 'well', ',5,1,11', 'general', 'petite', 'dresses', 'dresses'] ['14350,829,42', 'love', 'it', 'i', 'love', 'this', 'top', 'i', 'also', 'have', 'it', 'in', 'blue', 'i', 'wish', 'it', 'came', 'in', 'more', 'colors/', 'prints', 'i', 'would', 'definitely', 'buy', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14351,829,59', 'stylish', 'and', 'ready', 'for', 'layering', 'i', 'bought', 'the', 'navy', 'polka', 'dot', 'top', 'and', 'i', 'love', 'the', 'way', 'the', 'design', 'lets', 'you', 'work', 'orange', 'into', 'your', 'wardrobe', 'if', 'it', "'s", 'a', 'color', 'you', 'would', "n't", 'normally', 'wear', 'the', 'blouse', 'is', 'sheer', 'so', 'a', 'camisole', 'is', 'needed', 'underneath', 'i', "'m", 'looking', 'forward', 'to', 'layering', 'over', 'the', 'blouse', 'in', 'the', 'fall', 'to', 'add', 'a', 'pop', 'of', 'pattern', 'to', 'a', 'navy', 'sweater'] ['i', "'m", 'a', '34f', 'and', 'size', '12', 'fit', 'me', 'easily', 'with', 'extra', 'room', 'under', 'the', 'arms', 'the', 'gathering', 'stops', 'above', 'the', 'bust', 'so', 'that', 'it', 'fit', "'s", 'snug', 'above', 'and', 'loose', 'below', 'worn', 'loose', 'the', 'blouse', 'is', 'fairly', 'long', 'coverin', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14352,1081,24', 'lovely', 'dress', 'very', 'graceful', 'long', 'skirt', 'runs', 'true', 'to', 'size', 'and', 'looks', 'great', 'this', 'is', 'the', 'kind', 'of', 'dress', 'you', 'will', 'wear', 'all', 'summer', 'long', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14353,829,66', 'nope', 'loved', 'the', 'fabric', 'but', 'returning', 'because', 'the', 'armholes', 'are', 'cut', 'waaaaay', 'too', 'low', 'unless', 'you', 'have', '30', 'arms', 'all', 'you', 'get', 'is', 'an', 'unnecessary', 'showing', 'of', 'your', 'bra', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['14354,829,34', 'cute', 'blouse', 'this', 'is', 'one', 'of', 'my', 'favorite', 'recent', 'retailer', 'purchases', 'i', 'wore', 'it', 'to', 'work', 'and', 'a', 'presentation', 'many', 'people', 'commented', 'on', 'how', 'much', 'they', 'loved', 'my', 'top', 'and', 'then', 'turned', 'back', 'around', 'to', 'take', 'a', 'second', 'glance', 'to', 'realize', 'it', 'was', "n't", 'paisley', 'but', 'leopards', 'and', 'tiger', 'prints', 'it', "'s", 'really', 'fun', 'and', 'fits', 'well', 'great', 'for', 'work', 'or', 'dressed', 'down', 'with', 'jeans', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14355,174,52', 'beautiful', 'but', 'a', 'very', 'difficult', 'fit', 'i', 'bought', 'the', 's', 'came', 'with', 'a', 'tag', 'saying', 'sz', '8', 'it', 'is', 'in', 'fact', 'more', 'like', 'a', 'size', '2', 'if', 'not', '0'] [] ['the', 'bust', 'is', 'probably', 'a', '34', 'a', 'or', 'b', 'or', '32a', 'or', 'b', 'the', 'cups', 'fit', 'me', 'relatively', 'well', 'but', 'the', 'rest', 'was', 'so', 'tight', 'that', 'i', 'could', 'barely', 'manage', 'to', 'put', 'put', 'it', 'in', 'i', 'ca', "n't", 'imagine', 'wrestling', 'with', 'this', 'bathing', 'suit', 'each', 'time', 'i', 'want', 'to', 'wear', 'it', 'so', 'i', 'will', 'return', 'it'] [] ['the', 'fabric', 'design', 'is', 'as', 'spectacular', 'as', 'it', 'looks', 'though', 'very', 'good', 'quality', ',3,0,0', 'initmates', 'intimate', 'swim'] ['14356,1059,31', 'beautiful', 'aesthetic', 'crazy', 'construction', '5', '7', '34c', '28', 'jeans', '4', 'dress', 'ordered', 'a', 'small', 'and', 'a', 'medium', 'never', 'tried', 'on', 'the', 'medium', 'the', 'small', 'was', 'a', 'little', 'big', 'in', 'the', 'waist', 'but', 'what', 'threw', 'me', 'for', 'a', 'loop', 'was', 'the', 'chest', 'huge', 'could', 'work', 'if', 'it', "'s", 'meant', 'to', 'be', 'blousey', 'but', 'the', 'armholes', 'were', 'massive', 'if', 'an', 'xs', 'is', 'returned', 'i', 'might', 'give', 'it', 'a', 'shot', 'but', 'i', 'ca', "n't", 'imagine', 'what', 'women', 'who', 'are', 'smaller', 'than', 'me', 'are', 'going', 'to', 'do', 'in', 'this', 'jumpsuit', 'great', 'color', 'transitions', 'into', 'fall', 'easily', 'can', 'not', 'be', 'belted', 'or', 'wear', 'a', 'camisole', 'due', 'to', 'the', 'opening', 'at', 'the', 'stomach', 'sh', ',3,0,1', 'general', 'bottoms', 'pants'] ['14357,1025,57', 'these', 'are', 'not', 'higher', 'waisted', 'pants.', 'these', 'pants', 'are', 'more', 'like', '9', 'not', '10', 'i', 'was', 'very', 'dissappointed', 'the', 'color', 'is', 'great', 'and', 'so', 'is', 'the', 'fabric'] ['if', 'you', 'look', 'more', 'closely', 'at', 'the', 'model', 'the', 'pants', 'do', "n't", 'fit', 'her', 'either', 'they', 'are', 'too', 'small', 'i', 'have', "n't", 'decided', 'whether', 'or', 'not', 'to', 'take', 'them', 'back', 'because', 'i', 'am', 'losing', 'weight', 'i', 'am', 'a', '31', 'so', 'far', 'but', 'these', 'pants', 'are', 'like', 'a', '30.', 'i', 'need', 'the', 'color', 'because', 'they', 'go', 'perfectly', 'with', 'a', 'top', 'i', 'bought', 'from', 'retailer', ',2,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['14358,1081,23', 'eh', 'dress', 'i', 'wanted', 'to', 'love', 'the', 'stress', 'so', 'much', 'i', 'mean', 'who', 'does', "n't", 'love', 'polkadots', 'and', 'a', 'good', 'maxi', 'unfortunately', 'the', 'fit', 'was', 'too', 'awkward', 'the', 'bust', 'is', 'saggy', 'and', 'the', 'waist', 'seems', 'to', 'poof', 'out,3,0,6', 'general', 'petite', 'dresses', 'dresses'] ['14359,829,33', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14360,1086,65', 'versatile', 'fun', 'dress', 'not', 'sure', 'why', 'this', 'tunic', 'dress', 'is', 'rated', 'only', '3', 'stars', 'i', 'love', 'it', 'as', 'i', 'do', 'all', 'coth', 'stone', 'pieces', 'and', 'it', 'is', 'cloth', 'stonw', 'as', 'another', 'reviewer', 'pointed', 'out', 'the', 'material', 'is', 'great', 'and', 'fit', 'is', 'tts', 'except', 'for', 'the', 'sleeves', 'being', 'just', 'a', 'bit', 'tight', 'this', 'dress', 'does', 'not', 'run', 'large', 'as', 'do', 'some', 'c', 's', 'pieces', 'so', 'do', "n't", 'size', 'down', 'i', "'m", '5', '7', '126', 'lbs', 'and', 'slender', 'and', 'the', 'm', 'is', 'perfect', 'if', 'you', 'have', 'large', 'or', 'very', 'muscular', 'arms', 'this', 'dress', 'might', 'not', 'work', 'for', 'you', 'i', 'plan', 'to', 'layer', 'with', 'a', 'thin', 'tee', 'underneath', 'tights', 'and', 'boots', ',5,1,7', 'general', 'dresses', 'dresses'] ['14361,935,35', 'poor', 'quality', 'i', 'ordered', 'this', 'cardigan', 'on', 'sale', 'and', 'it', 'was', 'a', 'wonderful', 'fit', 'and', 'color', 'just', 'the', 'light', 'sort', 'of', 'cute', 'pullover', 'i', 'was', 'looking', 'for', 'to', 'keep', 'and', 'wear', 'at', 'work', 'unfortunately', 'it', 'is', 'poorly', 'made', 'i', 'wore', 'it', 'once', 'and', 'it', 'already', 'started', 'to', 'fray', 'and', 'fall', 'apart', 'after', 'closely', 'inspecting', 'the', 'cause', 'i', 'realized', 'that', 'the', 'threads', 'in', 'the', 'sweater', 'are', 'not', 'fully', 'sewed', 'together', 'so', 'the', 'minute', 'you', 'put', 'it', 'on', 'one', 'will', 'start', 'to', 'unravel', 'leading', 'to', 'a', 'domino', 'effect', 'it', 'is', 'a', 'shame', 'because', 'the', 'design', 'and', 'cut', 'were', 'truly', 'a', 'great', 'f', ',2,0,0', 'general', 'tops', 'sweaters'] ['14362,838,43', 'beautiful', 'peasant', 'top', 'for', 'once', 'i', 'found', 'a', 'peasant', 'top', 'that', 'was', "n't", 'a', 'balloon', 'i', "'m", '5', '1', 'and', 'curvier', 'on', 'top', 'and', 'the', 'small', 'fit', 'great', 'the', 'blouse', 'billowed', 'a', 'bit', 'but', 'it', 'did', "n't", 'make', 'me', 'look', 'like', 'a', 'hot', 'air', 'balloon', 'the', 'pattern', 'of', 'the', 'blouse', 'a', 'mix', 'of', 'various', 'floral', 'swatches', 'is', 'very', 'pretty', 'the', 'blouse', 'will', 'look', 'great', 'with', 'black', 'skinny', 'jeans', 'and', 'boots', 'for', 'fall', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['14363,829,30', 'this', 'blouse', 'is', 'a', 'perfect', 'fall', 'print', 'i', 'purchased', 'the', 'orange', 'tiger', 'print', 'and', 'absolutely', 'love', 'it', 'the', 'colors', 'and', 'pattern', 'are', 'rich', 'and', 'vibrant', 'and', 'can', 'easily', 'be', 'dressed', 'up', 'to', 'be', 'worn', 'for', 'work', 'or', 'a', 'night', 'out', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['14364,1086,53', 'cute', 'but', 'thin', 'the', 'fabric', 'is', 'flimsy', 'and', 'not', 'substantial', 'i', 'thought', 'it', 'ran', 'a', 'little', 'small', 'i', 'usually', 'wear', 'a', 'large', 'in', 'this', 'style', 'but', 'it', 'was', 'too', 'tight', ',3,1,10', 'general', 'dresses', 'dresses'] ['14365,838,47', 'runs', 'large', 'the', 'top', 'is', 'a', 'pretty', 'and', 'has', 'a', 'nice', 'pattern', 'it', 'does', 'run', 'large', 'and', 'is', 'it', 'a', 'bit', 'billowy', 'i', 'am', '5', '4', 'petite', 'and', 'ordered', 'a', 'small', 'maybe', 'the', 'xs', 'would', 'have', 'been', 'better', 'however', 'the', 'top', 'swallowed', 'me', 'up', 'and', 'was', 'unflattering', 'the', 'colors', 'are', 'true', 'to', 'the', 'picture', 'not', 'very', 'bright', 'but', 'would', 'be', 'a', 'nice', 'transition', 'to', 'fall', 'top'] ['the', 'feel', 'of', 'the', 'blouse', 'was', 'nice', 'and', 'maybe', 'if', 'i', 'was', 'taller', 'and', 'ordered', 'a', 'smaller', 'size', 'it', 'would', 'have', 'been', 'better', ',3,1,3', 'general', 'tops', 'blouses'] ['14366,1059,37', 'cute', 'but', 'runs', 'small', 'i', 'like', 'this', 'the', 'fabric', 'is', 'soft', 'and', 'a', 'little', 'less', 'orange-looking', 'than', 'in', 'the', 'photo', 'i', "'m", 'usually', 'a', 'size', '12', 'or', '14', 'and', 'the', 'size', 'l', 'is', 'very', 'small', 'on', 'me', 'as', 'in', 'i', "'d", 'have', 'to', 'lose', 'a', 'little', 'weight', 'for', 'it', 'to', 'look', 'normal', 'on', 'me', 'also', 'it', "'s", 'a', 'bit', 'annoying', 'that', 'you', 'have', 'to', 'undo', 'all', 'the', 'little', 'buttons', 'in', 'the', 'bodice', 'to', 'get', 'it', 'on', 'and', 'off', 'when', 'going', 'to', 'the', 'bathroom', 'but', 'otherwise', 'it', 'looks', 'cute', 'and', 'even', 'has', 'pockets', ',4,1,0', 'general', 'bottoms', 'pants'] ['14367,1081,59', 'too', 'much', 'gathering', 'over', 'bust-sticks', 'out', 'an', 'inch', 'the', 'dress', 'fit', 'fine', 'with', 'two', 'exceptions', 'first', 'i', 'am', '5', '1', 'and', 'i', 'ordered', 'a', 'petite', '4.', 'the', 'dress', 'was', 'dragging', 'on', 'the', 'ground', 'so', 'it', 'would', 'need', 'hemming', 'if', 'i', 'were', 'keeping', 'it', 'but', 'the', 'deal', 'breaker', 'was', 'that', 'the', 'gathering', 'of', 'the', 'outer', 'fabric', 'over', 'the', 'bust', 'stuck', 'out', 'an', 'inch', 'beyond', 'my', '34d', 'figure', 'which', 'made', 'me', 'look', 'like', 'i', 'had', 'very', 'oddly', 'shaped', 'nipples', 'i', 'made', 'the', 'assumption', 'that', 'the', 'dress', 'i', 'received', 'was', 'defective', 'so', 'sent', 'it', 'back', 'but', 'unfortunately', 'the', 'replacement', 'fit', 'the', 'same', 'way', 'the', 'lining', 'fabric', 'fit', ',3,0,2', 'general', 'dresses', 'dresses'] ['14368,1086,20', 'simple', 'and', 'cute', 'dress', 'i', 'found', 'this', 'in', 'the', 'returned', 'section', 'of', 'the', 'store', 'in', 'a', 'large', 'i', 'am', 'normally', 'a', 'm', 'but', 'the', 'fit', 'would', 'have', 'been', 'too', 'small', 'in', 'the', 'shoulders', 'it', 'is', 'very', 'light', 'weight', 'and', 'the', 'color', 'is', 'much', 'lighter', 'in', 'person', 'which', 'means', 'it', 'will', 'go', 'right', 'into', 'spring', ',5,1,0', 'general', 'dresses', 'dresses'] ['14369,829,45', 'really', 'flattering', 'cut', 'this', 'shirt', 'is', 'perfect', 'for', 'fall', 'got', 'so', 'many', 'compliments', 'the', 'first', 'time', 'i', 'wore', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14370,828,39', 'great', 'casual', 'shirt', 'i', 'love', 'this', 'shirt', 'because', 'it', "'s", 'casual', 'yet', 'fun', 'the', 'first', 'time', 'i', 'wore', 'it', 'i', 'received', 'several', 'compliments', 'because', 'of', 'the', 'fun', 'tassels.,4,1,2', 'general', 'tops', 'blouses'] ['14371,829,30', 'the', 'print.', 'i', 'love', 'the', 'tiger', 'print', 'its', 'subtlety', 'is', 'the', 'perfect', 'added', 'quirk', 'to', 'an', 'outfit.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14372,817,57', 'beautiful', 'and', 'versatile', 'i', 'bought', 'this', 'in', 'the', 'purple', 'print', 'the', 'fabric', 'is', 'soft', 'similar', 'to', 'silk', 'looks', 'great', 'with', 'black', 'burgundy', 'tan', 'pants/skirts', 'i', 'find', 'it', 'comfortable', 'and', 'received', 'compliments', 'on', 'it', 'at', 'work.i', 'have', 'not', 'washed', 'yet', 'can', 'not', 'comment', 'on', 'washability', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14373,1078,33', 'incredibly', 'flattering', 'cut', 'i', 'got', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'dress', 'to', 'a', 'friend', "'s", 'wedding', 'with', 'the', 'built', 'in', 'bra', 'you', 'do', "n't", 'have', 'to', 'add', 'extra', 'uncomfortable', 'layers', 'it', 'stays', 'put', 'with', 'or', 'without', 'the', 'straps', 'the', 'skirt', 'is', 'blissfully', 'full', 'and', 'fun', 'for', 'twirling', 'i', 'had', 'a', 'little', 'trouble', 'figuring', 'out', 'the', 'belt', 'as', 'it', 'wraps', 'around', 'multiple', 'times', 'but', 'once', 'i', 'worked', 'that', 'out', 'it', 'was', 'perfect', 'love', 'this', 'cut', 'i', 'hope', 'they', 'make', 'it', 'again', 'it', 'different', 'colors', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14374,1059,35', 'a-ma-zing', 'i', 'am', 'so', 'in', 'love', 'with', 'these', 'pants', 'i', 'generally', 'stay', 'away', 'from', 'wide', 'legged', 'pants', 'because', 'i', 'think', 'they', 'make', 'me', 'look', 'shorter', 'i', 'am', 'already', 'short', 'but', 'these', 'are', 'awesome', 'the', 'fabric', 'is', 'not', 'very', 'thick', 'so', 'they', 'are', 'moveable', 'which', 'is', 'great', 'but', 'not', 'so', 'moveable', 'that', 'they', 'feel', 'like', 'palazzo', 'pants-they', 'will', 'hold', 'their', 'shape', 'i', 'love', 'the', 'polka', 'dot', 'design', 'so', 'much', 'and', 'i', 'actually', 'really', 'love', 'the', 'whole', 'outfit', 'with', 'the', 'black', 'tie-top', 'these', 'pants', 'are', 'long', 'on', 'me', 'but', 'it', 'is', "n't", 'surprising', 'since', 'i', 'am', 'pretty', 'short', 'i', 'am', 't', ',5,1,14', 'general', 'bottoms', 'pants'] ['14375,581,35', 'long', 'on', 'me', 'but', 'i', 'loooove', 'it', 'i', 'am', 'short', 'so', 'this', 'ends', 'up', 'being', 'really', 'long', 'on', 'me', 'but', 'i', 'like', 'that', 'i', 'can', 'show', 'off', 'some', 'amazing', 'heels', 'with', 'this', 'skirt', 'lately', 'i', 'have', 'been', 'getting', 'into', 'grey', 'so', 'that', 'it', 'puts', 'more', 'attention', 'on', 'my', 'accessories', 'the', 'cut', 'of', 'this', 'skirt', 'is', 'amazing', 'and', 'the', 'thick', 'waistband', 'is', 'non-traditional', 'which', 'makes', 'something', 'that', 'normally', 'would', 'be', 'boring', 'really', 'stand', 'out', 'plus', 'it', 'helps', 'hide', 'baby', 'fat', 'the', 'fabric', 'is', 'a', 'medium', 'weight', 'but', 'it', 'does', 'flow', 'nicely', 'and', 'it', 'does', 'not', 'seem', 'to', 'wrinkle', 'easily', 'which', 'is', 'a', 'huge', 'plu', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['14376,875,44', 'sadly', 'i', 'returned', 'this', 'one', 'i', "'m", 'a', '36d', 'bra', 'size', 'and', 'this', 'shirt', 'could', 'not', 'handle', 'that', 'it', 'fit', 'around', 'my', 'chest', 'so', 'sizing', 'up', 'was', 'not', 'necessary', 'but', 'my', 'chest', 'caused', 'the', 'straps', 'to', 'shift', 'and', 'sit', 'funny', 'on', 'my', 'shoulders', 'cute', 'top', 'and', 'well', 'made', 'for', 'those', 'who', 'can', 'fit', 'into', 'it', 'better', ',3,0,1', 'general', 'tops', 'knits'] ['14377,713,29', 'love', 'gorgeous', 'wide', 'leg', 'sweats', 'i', 'did', 'wear', 'them', 'outside', 'but', 'i', 'wore', 'with', 'a', 'long', 't', 'because', 'they', 'are', 'slightly', 'see', 'through', 'if', 'they', 'are', 'snug', 'on', 'your', 'bum', 'they', 'do', "n't", 'seem', 'like', 'they', 'will', 'last', 'long', 'because', 'they', 'are', 'thin', 'but', 'the', 'cut', 'is', 'adorable', 'and', 'very', 'flattering', 'they', 'were', 'a', 'gift', 'not', 'sure', 'i', 'would', 'have', 'spent', '78', 'but', 'i', 'do', 'love', 'them', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['14378,1078,35', 'nice', 'quality', 'saw', 'this', 'in', 'store', 'and', 'could', 'hardly', 'wait', 'to', 'try', 'it', 'on', 'the', 'print', 'is', 'adorable', 'and', 'colors', 'are', 'vibrant', 'the', 'material', 'is', 'heavier', 'than', 'i', "'d", 'like', 'for', 'hot', 'phoenix', 'summers', 'but', 'decided', 'to', 'get', 'it', 'anyway', 'will', 'be', 'great', 'for', 'work', 'i', 'noticed', 'that', 'there', 'is', 'a', 'little', 'more', 'room', 'in', 'the', 'chest', 'area', 'of', 'this', 'dress', 'but', 'not', 'a', 'deal', 'breaker', 'seems', 'to', 'be', 'well', 'made', 'in', 'general', 'and', 'i', 'love', 'the', 'pockets', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14379,1078,43', 'darling', 'dress', 'this', 'dress', 'runs', 'a', 'little', 'smaller', 'than', 'most', 'maeve', 'dresses', 'but', 'it', 'is', 'so', 'cute', 'i', 'still', 'ended', 'up', 'getting', 'my', 'regular', 'size', '6', 'but', 'will', 'need', 'to', 'wear', 'spanx', 'with', 'it', 'to', 'get', 'a', 'smoother', 'line', 'nice', 'material', 'and', 'great', 'color', 'the', 'store', 'had', 'just', 'gotten', 'it', 'in', 'when', 'i', 'bought', 'it', 'and', 'everyone', 'who', 'saw', 'it', 'was', 'raving', 'over', 'it', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14380,1078,42', 'run', 'small', 'but', 'great', 'color', 'this', 'dress', 'looks', 'great', 'with', 'bright', 'color', 'but', 'size', 'runs', 'small', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14381,1078,29', 'classic', 'in', 'retailer', 'dresses', 'the', 'petites', 'usually', 'fit', 'me', 'better', 'i', "'m", 'short', 'but', 'this', 'regular', 'fit', 'well', 'looks', 'super', 'cute', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'on', 'it', 'comfortable', 'and', 'the', 'pockets', 'are', 'always', 'nice', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14382,1078,38', 'odd', 'fit', 'this', 'dress', 'had', 'an', 'odd', 'fit', 'very', 'loose', 'on', 'top', 'with', 'pointy', 'darts', 'very', 'tight', 'on', 'bottom', 'fabric', 'was', 'stiff', 'so', 'it', 'did', "n't", 'move', 'well', 'with', 'me', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['14383,1094,39', 'sweet', 'and', 'sexy', 'at', 'the', 'same', 'time', 'i', 'loved', 'this', 'dress', 'the', 'moment', 'i', 'saw', 'it', 'online', 'and', 'debated', 'ordering', 'it', 'as', 'i', 'was', "n't", 'sure', 'the', 'color', 'would', 'work', 'on', 'my', 'pale', 'skin', 'but', 'wow', 'so', 'pretty', 'it', 'fits', 'like', 's', 'glove', 'in', 'fact', 'i', 'almost', 'had', 'a', 'hard', 'time', 'zipping', 'the', 'side', 'where', 'the', 'fabric', 'changes', 'the', 'tie', 'waist', 'in', 'a', 'beautiful', 'addition', 'the', 'chest', 'seems', 'roomy', 'enough', 'i', 'am', 'a', '30', 'dd', 'and', 'the', '0', 'petite', 'fit', 'it', 'is', 'surplice', 'so', 'may', 'give', 'more', 'if', 'bigger', 'chested', 'the', 'skirt', 'is', 'a', 'kind', 'of', 'lace', 'and', 'looks', 'pleated', 'at', 'the', 'same', 'time', 'my', 'only', 'complaint', 'is', 'the', 'side', 'zipper', 'i', ',5,1,9', 'general', 'dresses', 'dresses'] ['14384,1078,39', 'can', 'you', 'say', 'legs', 'ahoy', 'wow', 'that', 'dress', 'is', 'short', 'at', 'least', 'the', 'epite', 'was', 'not', 'falttering', 'on', 'muscular', 'thighs', 'perhaps', 'a', 'regualr', 'size', 'on', 'that', 'one', 'would', 'work', 'but', 'the', 'bodice', 'was', 'a', 'perfect', 'fit', 'so', 'not', 'sure', 'there', 'i', 'decided', 'not', 'to', 'try', 'it', 'on', 'as', 'i', 'figured', 'this', 'dress', 'is', 'very', 'seasonal', 'and', 'trendy', 'otherwise', 'if', 'you', 'ahve', 'the', 'money', 'to', 'spare', 'and', 'leaner', 'legs', 'i', 'would', 'recommend', 'it', 'the', 'cut', 'was', 'actualyl', 'flattering', 'otherwise', 'i', 'did', "n't", 'have', 'bunching', 'issues', 'like', 'others', 'and', 'my', '30dd', 'boobs', 'fit', 'in', 'the', '0p', 'color', 'and', 'pattern', 'are', 'prett', ',3,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14385,1094,46', 'pretty', 'in', 'pink', 'beautiful', 'color', 'emphasizes', 'a', 'small', 'waist', 'top', 'is', 'fitted', 'so', 'if', 'you', "'re", 'curvy', 'beware', 'i', "'m", 'a', '32', 'ddd', 'and', 'size', '10.', 'skirt', 'is', 'roomy', 'agree', 'with', 'other', 'reviewer', 'that', 'zipper', 'is', 'not', 'smooth', 'reminds', 'me', 'a', 'little', 'of', 'a', 'prom', 'dress', 'i', 'had', 'in', '1987', 'which', 'could', 'be', 'good', 'or', 'bad', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['14386,1078,61', 'strangely', 'cut', 'was', 'super', 'excited', 'to', 'try', 'this', 'on', 'but', 'had', 'to', 'go', 'up', '3', 'sizes', 'from', 'my', 'normal', '6', 'and', 'the', 'waist', 'was', 'still', 'too', 'tight', 'i', 'was', 'swimming', 'in', 'the', 'top', 'as', 'well', 'just', 'a', 'very', 'strange', 'cut', 'and', 'unflattering', 'such', 'a', 'bummer', 'because', 'it', "'s", 'so', 'pretty', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['14387,862,33', 'loved', 'the', 'bright', 'pattern', 'online', 'and', 'had', 'hoped', 'it', 'had', 'a', 'similar', 'fit', 'to', 'the', 'tyla', 'ts', 'which', 'i', 'love', 'in', 'actuality', 'this', 'was', 'a', 'lot', 'boxier', 'the', 'cut', 'was', 'shorter', 'in', 'length', 'too', 'short', 'for', 'my', "5'10", 'frame', 'the', 'width', 'was', 'rather', 'boxy', 'and', 'unflattering', 'particularly', 'with', 'the', 'wide', 'arm', 'holes', 'and', 'flat', 'cuffed', 'sleeves', 'also', 'the', 'pattern', 'looked', 'a', 'little', 'cheap', 'in', 'person', 'way', 'less', 'spectacular', 'than', 'retailers', 'typical', 'gorgeous', 'vibrant', 'patterns', 'this', 'is', 'going', 'back', 'i', "'m", 'afraid', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14388,1060,50', 'perfect', 'white', 'pants', 'i', 'love', 'these', 'pants', 'purchased', 'them', 'in', 'white', 'the', 'fit', 'is', 'great', 'the', 'fabric', 'is', 'just', 'the', 'right', 'thickness', 'given', 'they', 'are', 'white', 'i', 'do', "n't", 'want', 'the', 'fabric', 'to', 'be', 'too', 'thin', 'a', 'bit', 'long', 'so', 'i', 'will', 'have', 'to', 'have', 'them', 'tailored', 'but', 'vey', 'happy', 'with', 'these', 'pants,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['14389,1094,42', 'lovely', 'absolutely', 'lovely', 'dress', 'in', 'a', 'gorgeous', 'color', 'drapes', 'well', 'the', 'perfect', 'blend', 'of', 'pretty', 'and', 'sexy', 'so', 'much', 'more', 'beautiful', 'in', 'person', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14390,1158,39', 'does', "n't", 'fit', 'fun', 'sexy', 'underwear', 'but', 'rides', 'up', 'in', 'the', 'front', 'will', 'return', ',2,0,0', 'initmates', 'intimate', 'intimates'] ['14391,713,25', 'you', 'will', 'live', 'in', 'these', 'pants', '78', 'for', 'a', 'pair', 'of', 'sweats', 'seems', 'like', 'a', 'lot', 'of', 'money', 'but', 'not', 'when', 'you', 'consider', 'the', 'amount', 'of', 'wear', 'you', 'will', 'get', 'out', 'of', 'these', 'pants', 'they', 'are', 'thin', 'and', 'a', 'little', 'on', 'the', 'long', 'side', 'but', 'very', 'flattering', 'plus', 'the', 'thin', 'material', 'makes', 'them', 'perfect', 'for', 'summer', 'nights', 'i', 'love', 'the', 'pockets', 'not', 'a', 'big', 'fan', 'of', 'the', 'tie', 'on', 'the', 'front', 'but', 'that', "'s", 'just', 'a', 'personal', 'preference', 'i', 'wo', "n't", 'just', 'be', 'wearing', 'these', 'on', 'the', 'weekend', 'i', 'found', 'lots', 'of', 'fun', 'tops', 'and', 'jackets', 'in', 'my', 'closet', 'that', 'will', 'turn', 'these', 'pants', 'into', 'something', 'i', "'ll", 'b', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['14392,1078,34', 'beautiful', 'but', 'runs', 'tiny', 'this', 'dress', 'is', 'my', 'first', 'retailer', 'purchase', 'in', 'several', 'years', 'i', 'saw', 'it', 'in', 'the', 'window', 'and', 'had', 'to', 'try', 'it', 'on', 'i', "'m", 'quite', 'small', 'usually', 'a', 'size', '0', '2', 'at', 'most', 'and', '34b', 'at', 'the', 'top', 'i', 'had', 'to', 'size', 'up', 'to', 'a', '4', 'in', 'this', 'dress', 'for', 'it', 'to', 'zip', 'up', 'and', 'be', 'moderately', 'comfortable'] [] ['i', 'love', 'the', '50s', 'vibe', 'of', 'the', 'volume', 'at', 'the', 'bottom', 'the', 'cotton', 'is', 'nice', 'glad', 'to', 'see', 'retailer', 'go', 'back', 'to', 'offering', 'natural', 'fabrics'] [] ['very', 'pretty', 'color', 'and', 'print', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['14393,862,29', 'very', 'soft', 'and', 'cute', 'design', 'the', 'material', 'is', 'so', 'soft', 'and', 'i', 'really', 'like', 'the', 'design', 'i', 'got', 'the', 'map', 'one', 'as', 'others', 'mentioned', 'sleeves', 'are', 'quite', 'short', 'almost', 'morel', 'like', 'a', 'muscle', 'tee', 'than', 'a', 't-shirt', 'but', 'i', 'do', "n't", 'mind', 'looks', 'really', 'cute', 'under', 'a', 'cardigan', 'for', 'fall', 'too', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14394,1078,36', 'striking', 'dress', 'based', 'on', 'reviewers', 'comments', 'i', 'sized', 'up', 'and', 'ordered', 'an', '8', 'normally', 'i', 'run', '4-6', 'and', 'while', 'the', 'waist', 'fit', 'pretty', 'well', 'the', 'bust', 'was', 'too', 'large', 'and', 'roomy', 'i', "'m", 'a34b', 'bust', 'i', 'eventually', 'got', 'ahold', 'of', 'a', '6', 'and', 'the', 'waist', 'still', 'fits', 'and', 'the', 'bust', 'is', 'much', 'better', 'so', 'for', 'me', 'at', 'least', 'the', 'two', 'dresses', 'i', 'got', 'are', 'true', 'to', 'fit', 'and', 'the', 'dress', 'is', 'very', 'pretty', 'and', 'i', "'m", 'excited', 'to', 'wear', 'it', 'i', 'guess', 'since', 'it', "'s", 'fall', 'i', 'may', 'have', 'to', 'wait', 'until', 'next', 'year', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14395,1078,31', 'the', 'dress', 'is', 'very', 'feminine', 'and', 'very', 'flirty', 'i', 'love', 'orange/melon-colored', 'dresses', 'this', 'one', 'does', 'not', 'disappoint', 'it', 'does', 'run', 'extremely', 'small', 'around', 'the', 'rib', 'cage', 'i', 'had', 'to', 'size', 'up', 'to', 'a', '6', 'when', 'i', 'typically', 'wear', 'a', '2', 'or', '4.', 'my', 'bra', 'size', 'is', '32', 'b.', 'nice', 'quality', 'fabric', 'lined', 'with', 'built-in', 'bustier', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14396,862,24', 'odd', 'sleeves', 'designs', 'are', 'nice', 'and', 'texture', 'feels', 'comfortable', 'but', 'sleeves', 'are', 'odd', 'because', 'they', 'are', 'angled'] ['i', 'wonder', 'what', 'i', 'should', 'do', 'to', 'look', 'cool', 'in', 'this', 't-shirt'] ['i', 'tried', 'wearing', 'neutral', 'motif', 'but', 'i', 'still', 'felt', 'odd'] ['also', 'width', 'is', 'relatively', 'wide', 'so', 'it', 'runs', 'large'] ['i', 'rated', 'average', 'for', 'overall', 'rating', 'because', 'of', 'these', 'odd', 'sleeves', 'and', 'feelings'] ['personally', 'i', 'do', 'not', 'recommend', 'this', 't-shirt', 'but', 'who', 'knows', 'it', 'may', 'be', 'right', 'for', 'you'] ['so', 'my', 'advice', 'is', 'to', 'try', 'wearing', 'it', 'in', 'a', 'fitting', 'room', 'and', 'check', 'whether', 'it', 'loo', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['14397,713,61', 'what', 'i', 'expected', 'beautiful', 'fit', 'love', 'the', 'style', 'fabric', 'somewhat', 'thin', 'but', 'did', "n't", 'bother', 'me', 'thought', 'a', 'little', 'expensive', 'however', 'but', 'i', "'m", 'keeping', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['14398,1078,67', 'beautiful', 'dress', 'poor', 'fit', 'it', 'was', 'love', 'at', 'first', 'sight', 'when', 'i', 'saw', 'this', 'dress', 'online', 'i', 'have', 'several', 'maeve', 'dresses', 'which', 'i', 'love', 'so', 'i', 'thought', 'this', 'would', 'be', 'a', 'sure', 'thing', 'i', 'was', 'really', 'excited', 'when', 'it', 'arrived', 'because', 'when', 'i', 'opened', 'the', 'package', 'the', 'dress', 'looked', 'just', 'as', 'beautiful', 'until', 'i', 'put', 'it', 'on', 'fit', 'is', 'fine', 'from', 'the', 'waist', 'down', 'but', 'the', 'upper', 'part', 'fits', 'very', 'poorly', 'especially', 'in', 'the', 'back'] ['not', 'sure', 'if', 'it', "'s", 'the', 'zipper', 'that', 'pulls', 'the', 'fabric', 'or', 'if', 'there', "'s", 'just', 'too', 'much', 'fabric', 'in', 'the', 'back', 'but', 'the', 'back', 'of', 'the', 'bodice', 'does', "n't", 'lie', 'flat', ',3,0,5', 'general', 'petite', 'dresses', 'dresses'] ['14399,862,60', ',,3,0,0', 'general', 'petite', 'tops', 'knits'] ['14400,1078,28', ',this', 'dress', 'has', 'a', 'very', 'flattering', 'cut', 'and', 'the', 'style', 'is', 'very', 'cute', 'i', 'ordered', 'a', '4', 'petite', 'and', 'i', 'typically', 'wear', 'a', '2', 'or', '4', 'regularly', 'the', '4', 'petite', 'was', 'a', 'great', 'length', 'above', 'the', 'knee', 'but', 'not', 'inappropriate', 'i', 'wore', 'to', 'a', 'bridal', 'shower', 'and', 'received', 'a', 'lot', 'of', 'compliments', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['14401,835,41', ',gosh', 'this', 'is', 'beautiful', 'but', 'it', 'is', 'way', 'wider', 'and', 'puffer', 'than', 'i', 'imagined', 'it', 'would', 'be', 'in', 'fact', 'it', 'almost', 'looks', 'like', 'a', 'costume', 'or', 'something', 'you', 'would', 'buy', 'handmade', 'i', 'would', 'just', 'feel', 'silly', 'wearing', 'this', 'out', 'to', 'dinner', 'with', 'a', 'group', 'of', 'friends', 'i', 'gave', 'it', 'high', 'ratings', 'on', 'the', 'quality', 'however', 'because', 'it', 'really', 'is', 'beautiful', 'but', 'the', 'design', 'is', 'just', 'not', 'what', 'i', 'had', 'hoped', 'for.,3,0,3', 'general', 'tops', 'blouses'] ['14402,835,41', 'dreamy', 'tunic', 'aaaaaaamazing', 'tunic', 'it', 'was', 'love', 'at', 'first', 'sight', 'and', 'the', 'detail', 'is', 'spot', 'on', 'the', 'total', 'weight', 'is', 'heavier', 'than', 'expected', 'but', 'that', 'is', 'due', 'to', 'the', 'impeccable', 'quality', 'of', 'the', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['14403,1078,45', 'bad', 'lining', 'i', 'ordered', 'this', 'dress', 'in', 'my', 'usual', 'sz', '2', 'it', 'seemed', 'to', 'be', 'tight', 'on', 'the', 'hips', 'then', 'i', 'tried', 'the', 'next', 'sz', '4', 'and', 'it', 'was', 'tight', 'because', 'i', 'realized', 'that', 'the', 'lining', 'was', 'very', 'sticky', 'and', 'would', 'bunch', 'up', 'underneath', 'making', 'the', 'dress', 'look', 'defective', 'on', 'me', 'not', 'for', 'curvy', 'on', 'bottom', 'i', 'think', 'if', 'you', 'are', 'more', 'slim', 'down', 'below', 'this', 'will', 'maybe', 'work', 'but', 'i', 'had', 'to', 'return', 'for', 'this', 'reason', 'i', 'was', 'considering', 'cutting', 'out', 'the', 'lining', 'because', 'it', 'was', 'so', 'cute', 'and', 'i', 'really', 'liked', 'the', 'look', 'of', 'the', 'dress', 'if', 'it', 'goes', 'on', 'sale', 'i', 'may', 'purch', ',2,0,4', 'general', 'petite', 'dresses', 'dresses'] ['14404,862,82', 'shirt', 'is', 'just', 'okay', 'relaxed', 'fit', 'soft', 'and', 'comfortable', 'interesting', 'design', 'but', 'material', 'is', 'extremely', 'thin', 'if', 'i', 'had', 'purchased', 'this', 'at', 'full', 'price', 'i', 'probably', 'would', 'have', 'returned', 'it', 'it', 'seems', 'more', 'like', 'a', 'pajama', 'top', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14405,862,23', 'nothing', 'special', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40.', 'i', 'did', 'not', 'purchase', 'this', 'top.,3,0,38', 'general', 'petite', 'tops', 'knits'] ['14406,1060,38', 'perfect', 'pants', 'i', "'m", 'so', 'in', 'love', 'with', 'these', 'pants', 'they', 'are', 'so', 'flattering', 'and', 'made', 'of', 'thick', 'material', 'they', 'do', 'run', 'a', 'bit', 'large', 'though', 'so', 'i', "'d", 'suggest', 'you', 'size', 'down', 'i', 'also', 'like', 'they', 'they', "'re", 'high', 'waisted', 'the', 'gold', 'button', 'details', 'are', 'gorgeous', 'as', 'well', 'great', 'pair', 'of', 'pants.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['14407,1078,38', 'not', 'worth', 'the', 'effort', 'generally', 'i', 'find', 'sizing', 'at', 'retailer', 'to', 'be', 'very', 'consistent', 'so', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'same', 'size', 'that', 'i', 'order', 'all', 'of', 'my', 'other', 'retailer', 'dresses', 'the', 'bust', 'was', 'way', 'to', 'small', 'so', 'i', 'had', 'to', 'go', 'and', 'return', 'this', 'and', 'have', 'the', 'next', 'size', 'up', 'shipped', 'to', 'me', 'it', "'s", 'till', 'way', 'too', 'small', 'in', 'addition', 'the', 'shipping', 'was', 'terrible', 'the', 'dress', 'was', 'just', 'dumped', 'into', 'a', 'bag', 'with', 'no', 'attempt', 'to', 'fold', 'this', 'and', 'the', 'right', 'strap', 'was', 'defective', 'it', "'s", 'so', 'irritating', 'that', 'i', 'have', 'to', 'return', 'this', 'again', ',1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['14408,862,50', 'nice', 't-shirt', 'but', 'odd', 'sleeves', 'i', 'like', 'the', 'pattern', 'on', 'this', 'shirt', 'and', 'the', 'fit', 'over', 'all', 'is', 'pretty', 'good', 'i', 'was', "n't", 'sure', 'if', 'i', 'liked', 'the', 'sleeves', 'as', 'they', 'are', 'very', 'angled', 'much', 'more', 'so', 'than', 'i', 'expected', 'still', 'the', 'shirt', 'is', 'nice', 'enough', 'that', 'i', "'m", 'keeping', 'it', ',4,1,18', 'general', 'petite', 'tops', 'knits'] ['14409,1078,31', 'we', 'need', 'more', 'vintage', 'retailer', 'style.', 'the', 'print', 'on', 'this', 'dress', 'harkens', 'to', 'the', 'old', 'days', 'of', 'retailer', 'if', 'you', 'miss', 'the', 'fun', 'prints', 'and', 'whimsical', 'styles', 'playful', 'textures', 'and', 'conversational', 'pieces', 'this', 'dress', 'is', 'for', 'you', 'at', '5', '7', '34c', '27-28', 'waist', 'i', 'bought', 'the', 'size', '4.', 'runs', 'tts', 'site', 'claims', 'it', "'s", 'a', 'fit', 'and', 'flare', 'but', 'i', 'think', 'it', "'s", 'more', 'of', 'a', 'sheath', 'cut', 'the', 'thicker', 'canvas', 'like', 'material', 'has', 'stretch', 'but', 'gives', 'good', 'form', 'i', 'wear', 'mine', 'as', 'a', 'jumper/pinafore', 'with', 'a', 'white', 'shirt', 'sleeve', 'blouse', 'my', 'only', 'complaint', 'is', 'that', 'as', 'a', 'dress', 'the', 'arm', 'holes', 'are', 'a', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14410,1078,33', 'unflattering', 'fit', 'this', 'vibrant', 'colors', 'in', 'this', 'dress', 'are', 'beautiful', 'but', 'the', 'fit', 'is', 'very', 'off', 'you', 'would', 'assume', 'a', 'fit', 'like', 'this', 'would', 'be', 'slimming', 'and', 'flattering', 'at', 'the', 'waist', 'but', 'it', 'somehow', 'squished', 'down', 'my', 'boobs', 'and', 'made', 'my', 'waist', 'look', 'wide', 'it', 'also', 'ran', 'small', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['14411,1060,70', ',,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['14412,1078,43', 'wrinkly', 'cotton', 'nice', 'shape', 'while', 'the', 'cut', 'drape', 'and', 'shape', 'of', 'this', 'dress', 'are', 'very', 'attractive', 'seeing', 'the', 'fabric', 'in', 'person', 'was', 'disappointing', 'to', 'me', 'it', "'s", 'clearly', 'well-made', 'and', 'there', 'are', 'abundant', 'high-quality', 'details', 'however', 'the', 'combination', 'of', 'a', 'large-ish', 'pattern', 'and', 'the', 'wrinkly', 'thin', 'cotton', 'still', 'felt', 'kind', 'of', 'limp', 'and', 'cheap', 'i', 'sent', 'it', 'back', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14413,1078,31', 'darling', 'dress', 'i', 'wore', 'this', 'sailboat', 'dress', 'with', 'blue', 'wedges', 'to', 'a', 'wedding', 'and', 'received', 'tons', 'of', 'compliments', 'from', 'men', 'women', 'and', 'children', 'i', 'love', 'the', 'material', 'pockets', 'and', 'flattering', 'cut', 'definitely', 'iron', 'it', 'beforehand', 'because', 'it', 'wrinkles', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14414,1078,46', 'so', 'fun', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'get', 'warmer', 'so', 'i', 'can', 'wear', 'this', 'one', 'as', 'others', 'have', 'said', 'the', 'material', 'is', 'heavier', 'but', 'i', 'think', 'that', "'s", 'a', 'positive', 'as', 'it', 'is', 'very', 'structured', 'and', 'slimming', 'i', "'m", 'a', 'fan', 'of', 'maeve', 'dresses', 'and', 'this', 'is', 'no', 'different', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14415,1078,36', 'pretty', 'dress', 'bad', 'fit', 'this', 'dress', 'is', 'very', 'cute', 'i', 'loved', 'it', 'the', 'quality', 'is', 'excellent', 'however', 'the', 'fit', 'is', 'off', 'i', "'m", '5', '1', '107lbs', '32c', 'this', 'dress', 'was', 'roomy', 'in', 'the', 'bust', 'and', 'was', 'a', 'little', 'too', 'broad', 'shouldered', 'it', 'was', 'tight', 'around', 'the', 'waist', 'this', 'caused', 'creasing', 'and', 'buldging', 'in', 'the', 'back', 'the', 'color', 'is', 'much', 'more', 'vibrant', 'in', 'person', 'i', 'would', 'have', 'kept', 'it', 'if', 'it', 'fit', 'properly', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14416,862,44', 'ordered', '2', 'i', 'love', 'these', 'tees', 'i', 'ordered', '2', 'of', 'the', 'map', 'shirt', 'they', 'are', 'comfortable', 'and', 'stylish', 'i', 'knew', 'that', 'i', 'would', 'wear', 'it', 'so', 'much', 'so', 'i', 'bought', 'a', 'spare', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14417,1078,39', 'great', 'dress', 'this', 'dress', 'looks', 'and', 'feels', 'classy', 'and', 'expensive', 'every', 'time', 'i', 'wear', 'it', 'out', 'i', 'get', 'compliments', 'on', 'the', 'color', 'and', 'style.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14418,1078,56', 'beautiful', 'classic', 'what', 'can', 'i', 'say', 'this', 'is', 'a', 'winner', 'it', 'is', 'stunning', 'gorgeous', 'a', 'perfect', 'summer', 'dress', 'that', 'looks', 'like', 'sunshine', 'and', 'orange', 'sorbet', 'it', 'is', 'classic', 'early', '1960s', 'look', 'which', 'is', 'exactly', 'my', 'style', 'i', 'am', 'usually', 'a', '14', 'or', 'a', '16', 'so', 'i', 'went', 'with', 'a', '16', 'based', 'on', 'the', 'reviews', 'and', 'it', 'fits', 'divinely', 'i', 'do', "n't", 'need', 'another', 'orange', 'dress', 'but', 'this', 'is', 'a', 'keeper', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['14419,1078,43', 'the', 'cut', 'of', 'the', 'bodice', 'is', 'very', 'strange', 'and', 'unflattering', 'it', 'is', 'great', 'quality', 'but', 'designed', 'poorly', 'returned', 'it', ',2,0,7', 'general', 'petite', 'dresses', 'dresses'] ['14420,1078,51', 'super', 'flattering', 'great', 'dress', 'love', 'how', 'flattering', 'it', 'is', 'and', 'that', 'it', 'has', 'a', 'little', 'bit', 'of', 'a', 'retro', 'feel', 'the', 'dress', 'is', 'well', 'made', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14421,1078,36', 'if', 'you', 'make', 'one', 'purchase', 'this', 'spring', 'buy', 'this', 'maeve', 'does', 'not', 'disappoint', 'unlike', 'many', 'of', 'the', 'tops', 'and', 'dresses', 'which', 'recently', 'have', 'been', 'billowy', 'a', 'bit', 'shapeless', 'and', 'not', 'form-fitting', 'this', 'hugs', 'all', 'the', 'right', 'curves', 'it', "'s", 'adorable', 'eye-catching', 'and', 'the', 'pattern', 'is', 'so', 'cute', 'i', 'paired', 'it', 'with', 'nude', 'heels', 'today', 'and', 'a', 'jacket', 'so', 'fun', 'just', 'like', 'the', 'wynwood', 'top', 'in', 'all', '4', 'colors', 'the', 'level', 'of', 'fun', 'and', 'playfulness', 'is', 'unmatched', 'it', "'s", 'tts', 'i', 'am', '5', '4', '115', 'and', 'got', 'the', '2.', 'thank', 'you', 'retailer', 'thank', 'you', 'maeve', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14422,831,38', 'great', 'style', 'this', 'pull', 'over', 'is', 'so', 'easy', 'to', 'wear', 'very', 'comfortable', 'and', 'has', 'a', 'great', 'bohemian', 'vibe', 'it', "'s", 'quality', 'seems', 'higher', 'than', 'what', 'i', 'was', 'expecting-', 'lots', 'of', 'details', 'tassels', 'fringe', 'and', 'hood', 'i', 'travel', 'a', 'lot', 'for', 'work', 'internationally', 'and', 'it', "'s", 'become', 'my', 'go-to', 'for', 'the', 'plane', 'dinners', 'and', 'excursions-', 'makes', 'a', 'boring', 'outfit', 'looks', 'effortlessly', 'cool', 'would', 'love', 'to', 'see', 'more', 'items', 'like', 'this', 'pullover', 'in', 'the', 'store', 'this', 'fall', ',5,1,1', 'general', 'tops', 'blouses'] ['14423,831,34', 'great', 'piece', 'this', 'pullover', 'is', 'perfect', 'for', 'spring', 'all', 'the', 'way', 'into', 'fall', 'it', 'is', 'comfortable', 'and', 'the', 'perfect', 'piece', 'to', 'throw', 'on', 'over', 'a', 'summery', 'tank', 'and', 'jeans', 'i', "'ve", 'even', 'worn', 'it', 'over', 'dresses', 'before', 'and', 'it', 'worked', 'great', 'soft', 'fabric', 'but', 'durable', 'i', "'ve", 'had', 'a', 'lot', 'of', 'compliments', 'on', 'this', 'pullover', 'and', 'recommend', 'it', 'for', 'you', ',5,1,1', 'general', 'tops', 'blouses'] ['14424,1078,44', 'fun', 'and', 'flattering', 'i', 'got', 'the', 'dress', 'with', 'the', 'boat', 'pattern-', 'such', 'a', 'fun', 'dress', 'and', 'very', 'flattering', 'it', 'is', 'definitely', 'a', 'coral', 'but', 'i', 'am', 'able', 'to', 'wear', 'this', 'with', 'my', 'fair', 'skin', 'and', 'will', 'probably', 'look', 'better', 'with', 'some', 'color', 'as', 'spring/summer', 'finally', 'arrive', 'i', 'am', 'only', '5', '2', 'so', 'the', 'length', 'is', 'great', 'for', 'me-', 'i', 'can', 'wear', 'this', 'to', 'work', 'but', 'it', 'would', 'be', 'pretty', 'short', 'for', 'a', 'tall', 'gal', 'definitely', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14425,862,43', 'liked', 'the', 'print', 'i', 'purchased', 'this', 'shirt', 'in', 'the', 'novelty', 'print', 'very', 'cute', 'the', 'shirt', 'itself', 'is', 'fine', 'slight', 'relaxed', 'fit', 'thin', 'material', 'purchased', 'in', 'a', 'small', 'normal', 'size', 'it', 'really', 'was', 'the', 'print', 'that', 'sold', 'me', 'on', 'it', 'looked', 'very', 'cute', 'and', 'just', 'really', 'liked', 'it', 'may', 'not', 'be', 'worth', 'the', '58', 'i', 'paid', 'for', 'it', 'but', 'would', 'be', 'a', 'good', 'pick', 'up', 'on', 'sale', ',4,1,17', 'general', 'petite', 'tops', 'knits'] ['14426,862,55', 'pretty', 'colors', 'comfortable', 'comfortable', 'top', 'would', 'have', 'been', 'nice', 'to', 'have', 'it', 'a', 'couple', 'inches', 'longer', 'pretty', 'colors', 'the', 'floral', 'pattern', '.,4,1,0', 'general', 'petite', 'tops', 'knits'] ['14427,1060,59', 'love', 'these', 'pants', 'been', 'wanting', 'a', 'pair', 'of', 'high', 'waisted', 'sailor', 'pants', 'for', 'a', 'while', 'and', 'these', 'are', 'perfect', 'love', 'the', 'fabric', 'will', 'be', 'able', 'to', 'wear', 'these', 'in', 'the', 'spring', 'summer', 'and', 'into', 'fall', 'bought', 'the', '2', 'petite', 'and', 'the', 'fit', 'is', 'perfect', 'nice', 'drape', 'and', 'figure', 'flattering', 'even', 'the', 'petite', 'runs', 'long', 'and', 'will', 'have', 'to', 'wear', 'with', 'a', 'high', 'heel', 'rather', 'than', 'flats', 'bought', 'the', 'black', 'and', 'thinking', 'about', 'purchasing', 'the', 'white', 'pair', 'as', 'well', 'very', 'very', 'nice', 'and', 'i', 'am', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,8', 'general', 'petite', 'bottoms', 'pants'] ['14428,875,40', 'east', 'to', 'wear', 'and', 'stylish', 'this', 'poncho', 'is', 'right', 'on', 'trend', 'falls', 'beautifully', 'and', 'looks', 'great', 'with', 'just', 'a', 't-shirt', 'underneath', 'very', 'stylish', 'and', 'versatile', 'i', 'received', 'many', 'compliments', 'on', 'it', 'when', 'i', 'wore', 'it', 'the', 'only', 'reason', 'it', 'did', "n't", 'get', '5', 'stars', 'is', 'because', 'it', 'snagged', 'fairly', 'quickly', 'after', 'i', 'put', 'it', 'on', 'the', 'first', 'time', 'it', 'only', 'happened', 'once', 'so', 'probably', 'not', 'a', 'huge', 'issue', 'i', 'love', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['14429,1094,57', 'gorgeous', 'but', 'runs', 'very', 'small', 'i', 'wish', 'his', 'dress', 'would', 'have', 'worked', 'it', 'is', 'beautiful', 'however', 'the', 'waist', 'and', 'bust', 'runs', 'very', 'small', 'the', 'bottom', 'of', 'the', 'dress', 'does', 'flare', 'out', 'a', 'bit', 'but', 'the', 'waist', 'is', 'so', 'tight', 'that', 'unless', 'you', 'are', 'a', 'stick', 'everything', 'at', 'your', 'waist', 'and', 'hips', 'will', 'stick', 'out', ',3,0,6', 'general', 'dresses', 'dresses'] ['14430,862,39', 'love', 'the', 'print', 'and', 'loose', 'fit', 'does', "n't", 'look', 'to', 'wide', 'on', 'my', 'top', 'heavy', 'torso', 'and', 'the', 'sleeves', 'do', "n't", 'cling', 'to', 'my', 'chubby', 'upper', 'arms', 'or', 'tummy', 'wore', 'all', 'day', 'today', 'first', 'with', 'shorts', 'then', 'with', 'cropped', 'jeans', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['14431,1078,42', 'kennedy', 'summer', 'dress', 'this', 'dress', 'makes', 'me', 'this', 'of', 'jackie', 'kennedy', 'on', 'the', 'beach', 'in', 'the', 'summertime', 'i', 'love', 'the', 'pattern', 'and', 'the', 'pockets', 'oh', 'my', 'goodness', 'the', 'pockets', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'ordered', 'one', 'while', 'i', 'was', 'there', 'online', 'because', 'the', 'ribbon', 'on', 'the', 'zipper', 'was', 'frayed', 'well', 'guess', 'what', 'we', 'i', 'got', 'it', 'in', 'the', 'mail', 'at', 'home', 'the', 'ribbon', 'was', 'also', 'frayed', 'ugh', 'i', 'kept', 'it', 'because', 'it', 'was', "n't", 'a', 'huge', 'deal', 'breaker', 'the', 'color', 'is', 'a', 'little', 'strange', 'not', 'a', 'true', 'red', 'more', 'of', 'a', 'orangish', 'red', 'i', 'think', 'it', "'s", 'super', 'versatile', 'and', 'hopefully', 'i', 'will', 'w', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14432,713,59', 'excellent', 'style', 'poor', 'quality', 'control', 'i', 'practically', 'live', 'in', 'lounge', 'pants', 'and', 'i', 'like', 'the', 'unique', 'style', 'of', 'this', 'wide-leg', 'version', 'i', "'m", 'generally', 'a', '6/28', 'in', 'pants', 'and', 'ordered', 'the', 'small', 'which', 'fit', 'well', 'if', 'a', 'bit', 'big', 'the', 'overall', 'fit', 'is', 'great', 'slim', 'at', 'the', 'hip', 'with', 'a', 'nice', 'wide', 'waistband', 'and', 'flatteringly-placed', 'dropped', 'pockets', 'the', 'pants', 'really', 'slim', 'my', 'hips', 'and', 'provide', 'a', 'nice', 'silhouette', 'with', 'the', 'wide', 'legs', 'the', 'fabric', 'is', 'soft', 'and', 'flows', 'and', 'i', 'did', 'not', 'experience', 'any', 'sheerness', 'as', 'for', 'color', 'i', 'would', 'call', 'these', 'a', 'deep', 'cool', 'brown', 'definitely', 'not', ',3,1,1', 'initmates', 'intimate', 'lounge'] ['14433,862,50', 'great', 'casual', 'shirt', 'got', 'this', 'shirt', 'in', 'the', 'map', 'design', 'super', 'cute', 'it', 'looks', 'great', 'with', 'jeans', 'or', 'chinos', 'in', 'different', 'colors', 'fun', 'and', 'different', 'shirt', 'fit', 'just', 'as', 'expected.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14434,1078,46', 'runs', 'small', 'yet', 'very', 'billowy', 'skirt', 'what', 'is', 'going', 'on', 'with', 'maeve', 'sizing', 'this', 'season', 'in', 'the', 'past', 'two', 'months', 'i', "'ve", 'purchased', 'two', 'maeve', 'dresses', 'that', 'run', 'very', 'small', 'particularly', 'at', 'the', 'waist', 'having', 'many', 'maeve', 'items', 'from', 'past', 'seasons', 'and', 'other', 'recent', 'retailer', 'purchases', 'it', "'s", 'impossible', 'to', 'ignore', 'that', 'maeve', "'s", 'sizing', 'is', 'quite', 'off', 'that', 'aside', 'the', 'vibrant', 'summer', 'colors', 'and', 'material', 'quality', 'are', 'great', 'the', 'skirt', 'is', 'lined', 'but', 'billowy', 'and', 'fuller', 'than', 'ideal', 'strangely', 'it', "'s", 'a', 'lot', 'of', 'dress', 'yet', 'not', 'enough', 'at', 'the', 'same', 'time', 'there', 'bodice', 'h', ',2,0,15', 'general', 'petite', 'dresses', 'dresses'] ['14435,1060,44', 'tailored', 'and', 'structured', 'these', 'pants', 'are', 'a', 'great', 'buy', 'now', 'that', 'it', "'s", 'on', 'sale', 'even', 'though', 'the', 'weather', 'is', 'warming', 'up', 'it', 'can', 'be', 'stashed', 'away', 'until', 'next', 'cold', 'season', 'because', 'it', 'is', 'timeless', 'the', 'fabric', 'is', 'thick', 'but', 'not', 'bulky', 'the', 'side', 'zip', 'is', 'flattering', 'and', 'the', 'buttons', 'add', 'a', 'touch', 'of', 'flair', 'which', 'make', 'the', 'pants', 'look', 'very', 'tailored', 'size', '6', 'regular', 'fit', 'me', 'well', 'on', 'the', 'waist', 'and', 'hips', 'i', "'m", '5', '2', '26', 'waist', '36', 'hips', 'i', 'cut', 'off', '4', 'inches', 'of', 'the', 'hem', 'so', 'i', 'can', 'wear', 'it', 'with', '3-heels', 'i', 'prefer', 'the', 'regular', 'size', 'for', 'elevenses', 'pants', 'because', 'the', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['14436,1104,19', 'i', 'have', 'a', 'different', 'perspective', 'than', 'the', 'other', 'reviewers', 'the', 'fabric', 'is', 'thin', 'and', 'silky', '-perfect', 'for', 'summer', 'it', 'is', 'a', 'pleasant', 'change', 'from', 'other', 'items', 'in', 'my', 'summer', 'closet', 'i', 'bought', 'the', 'small', 'which', 'i', 'typically', 'wear', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'with', 'heels', 'and', 'down', 'with', 'flat', 'sandals', 'finally', 'it', 'has', 'pockets', ',5,1,0', 'general', 'dresses', 'dresses'] ['14437,1078,30', 'ehhh', 'it', "'s", 'fine', 'i', 'guess', 'when', 'you', 'buy', 'a', 'dress', 'full', 'price', 'and', 'it', 'goes', 'on', 'sale', 'before', 'you', 'can', 'even', 'wear', 'it', '168', 'down', 'to', '49', 'uuuuggghhh', 'i', 'like', 'the', 'dress', 'fine', 'enough', 'but', 'it', 'has', 'a', 'weird', 'under', 'wire', 'it', 'makes', 'my', 'chest', 'look', 'strange', 'like', 'i', 'do', "n't", 'fill', 'it', 'in', 'i', 'usually', 'do', "n't", 'have', 'that', 'problem', 'as', 'a', 'c', 'cup', 'more', 'orange/red', 'then', 'yellow', 'as', 'well', 'would', "n't", 'recommend', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['14438,1060,45', 'nice', 'quality', 'is', 'great', 'fits', 'very', 'well', 'at', 'waste', 'i', 'am', '5', '4', '135lb', 'bought', 'size', '8p', 'and', 'it', "'s", 'good', 'i', 'would', 'require', 'wear', 'heels', 'as', 'it', 'reaches', 'and', 'sits', 'on', 'the', 'floor', 'they', 'are', 'more', 'fall/spring/winter', 'pants', 'as', 'material', 'quite', 'thick', 'overall', 'i', 'am', 'happy', 'with', 'them', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['14439,862,44', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['14440,1078,54', 'vintage', 'vibe', 'with', 'built-in', 'support', 'this', 'should', 'be', 'a', 'good', 'dress', 'for', 'hourglass', 'figures', 'runs', 'a', 'bit', 'narrow', 'in', 'the', 'ribcage', 'so', 'you', 'may', 'want', 'to', 'try', 'a', 'couple', 'of', 'sizes', 'i', "'m", '5', '2', 'currently', '33-25-37', 'or', '38', 'with', 'a', '28', 'underbust', '28dd/30d/32c', 'bra', 'normally', 'a', '0p', 'or', '0', 'in', 'these', 'type', 'of', 'dresses', 'the', 'size', '2', 'fit', 'not', 'sure', 'i', 'could', 'have', 'zipped', 'a', 'size', '0'] [] ['loved', 'that', 'the', 'boning', 'at', 'the', 'front', 'bust', 'and', 'sides', 'keeps', 'the', 'dress', 'up', 'and', 'in', 'place', 'without', 'the', 'straps', 'side', 'pockets', 'and', 'the', 'cotton', 'feels', 'soft', 'more', 'like', 'a', 'sateen', 'than', 'a', 'poplin', 'weave', 'lovely', 'colo', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14441,1078,25', ',as', 'soon', 'as', 'i', 'put', 'the', 'dress', 'on', 'i', 'had', 'to', 'buy', 'it', 'i', 'felt', 'like', 'it', 'looked', 'and', 'fit', 'really', 'well', 'on', 'the', 'dress', 'pictured', 'is', 'an', '8', 'and', 'was', 'a', 'bit', 'baggy', 'up', 'top', 'i', "'m", 'a', '32c', 'so', 'i', 'purchased', 'a', '6', 'and', 'it', 'fits', 'like', 'a', 'glove', 'i', "'m", '5', '8', 'and', 'it', 'hits', 'just', 'above', 'the', 'knee.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14442,713,49', ',,5,1,0', 'initmates', 'intimate', 'lounge'] ['14443,1078,35', 'beautiful', 'bright', 'color', 'form', 'fitting', 'i', 'was', "n't", 'sure', 'the', 'color', 'would', 'be', 'good', 'on', 'me', 'pale', 'with', 'reddish', 'hair', 'but', 'it', 'is', 'great', 'for', 'my', 'complexion', 'on', 'to', 'the', 'fit', 'it', 'fits', 'small', 'imo', 'i', "'m", 'a', '10', 'sometimes', '8.', 'i', 'got', 'the', '10', 'and', 'it', 'is', 'very', 'form', 'fitting', 'do', "n't", 'get', 'me', 'wrong', 'it', 'does', 'a', 'great', 'job', 'of', 'holding', 'it', 'all', 'in', 'and', 'giving', 'a', 'great', 'overall', 'silhouette', 'but', 'it', "'s", 'not', 'that', 'comfy', 'to', 'sit', 'in', 'and', 'i', 'have', 'to', 'suck', 'in', 'to', 'have', 'a', 'flat', 'belly', 'in', 'it', 'trying', 'to', 'decide', 'if', 'i', 'should', 'send', 'back', 'and', 'try', 'a', '12', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14444,1060,54', 'great', 'fit', 'but', 'too', 'long', 'for', 'petite', 'i', 'tried', 'the', 'size', '2', 'regular', 'in', 'store', 'they', 'were', 'a', 'bit', 'roomy', 'and', 'since', 'i', 'am', '5', '3', 'i', 'was', 'glad', 'that', 'they', 'were', 'offered', 'in', 'petite', 'they', 'did', 'not', 'carry', 'petites', 'in', 'the', 'store', 'so', 'they', 'ordered', 'a', 'petite', '0', 'for', 'me', 'i', 'tried', 'them', 'on', 'when', 'i', 'received', 'them', 'and', 'they', 'fit', 'like', 'they', 'had', 'been', 'tailor', 'made', 'for', 'me', 'the', 'rise', 'was', 'a', 'bit', 'short', 'but', 'not', 'a', 'deal', 'breaker', 'however', 'they', 'were', 'very', 'long', 'and', 'i', 'hoped', 'that', 'i', 'had', 'shoes', 'that', 'were', 'high', 'enough', 'i', 'often', 'hem', 'pants', 'but', 'figure', 'when', 'i', 'buy', 'petites', 'there', 'is', 'no', 'need', 'also', 'the', 'hem', ',4,1,6', 'general', 'petite', 'bottoms', 'pants'] ['14445,850,30', 'perfect', 'summer', 'blouse', 'this', 'blouse', 'is', 'perfect', 'for', 'a', 'summer', 'afternoon', 'it', 's', 'very', 'light', 'and', 'the', 'v', 'neck', 'back', 'on', 'it', 'is', 'super', 'cute', 'the', 'coloring', 'is', 'amazing', 'it', "'s", 'hard', 'to', 'find', 'anything', 'with', 'those', 'two', 'colors', 'incorporated', 'looks', 'perfect', 'with', 'jeans', 'or', 'shorts', 'and', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'am', 'a', 'solid', '12', 'in', 'everything', 'tops', 'and', 'bottoms', 'and', 'this', 'shirt', 'was', 'no', 'differemt', 'i', 'like', 'it', 'a', 'little', 'loose', 'so', 'i', 'went', 'with', 'my', 'normal', 'size', 'but', 'i', 'am', 'sure', 'i', 'could', 'have', 'gone', 'down', 'to', 'a', '10', 'as', 'well', 'do', "n't", 'pass', 'this', 'up', 'it', "'s", 'a', 'lovely', 'lovely', 'to,5,1,4', 'general', 'tops', 'blouses'] ['14446,1028,46', 'my', 'new', 'go-to', 'throw-back', 'jeans', 'these', 'beauties', 'offer', 'such', 'sweet', 'respite', 'from', 'low-rise', 'skinny', 'jeans', 'hallelujah', 'absolutely', 'love', 'the', 'high', 'waist', 'and', 'elongated', 'line', 'i', "'m", '5', '7', 'and', 'the', '25', 'are', 'a', 'great', 'fit', 'very', 'slimming', 'and', 'already', 'i', "'ve", 'dressed', 'them', 'down', 'with', 'an', 'off-the-shoulder', 'top', 'and', 'wedge', 'espadrilles', 'and', 'dressed', 'them', 'up', 'with', 'a', 'silk', 'blouse', 'and', 'heels', 'the', 'design', 'is', 'very', 'retro-fabulous', 'the', 'quality', 'top', 'notch', 'love', 'these', 'and', 'look', 'forward', 'to', 'having', 'them', 'as', 'a', 'forever', 'staple', 'in', 'my', 'denim', 'repertoire', 'i', "'ve", 'been', 'searching', 'far', 'and', 'wid', ',5,1,6', 'general', 'bottoms', 'jeans'] ['14447,378,59', 'adorable', 'suit', 'i', 'ordered', 'this', 'suit', 'online', 'which', 'is', 'something', 'i', 'never', 'do', 'i', 'am', '5', '6', '120', 'and', 'ordered', 'the', '6.', 'it', 'fits', 'perfectly', 'it', 'covers', 'up', 'nicely', 'i', 'am', 'small', 'chested', '34a', 'and', 'it', 'has', 'padded', 'cups', 'which', 'enhances', 'my', 'chest', 'the', 'ruching', 'hides', 'any', 'tummy', 'flaws', 'really', 'a', 'slimming', 'suit', 'and', 'great', 'quality', ',5,1,0', 'initmates', 'intimate', 'swim'] ['14448,1028,65', 'fabulous', 'i', 'love', 'these', 'jeans', 'they', 'are', 'super', 'soft', 'and', 'just', 'the', 'right', 'weight', 'for', 'year', 'around', 'however', 'they', 'do', 'run', 'large', 'i', 'normally', 'wear', 'a', 'size', '27.', 'i', 'am', '5', '7', 'and', 'weigh', '127', "'s", 'because', 'the', 'other', 'reviewers', 'mentioned', 'the', 'sizing', 'issue', 'i', 'ordered', 'a', 'size', 'down=26', 'they', 'were', 'too', 'large', 'and', 'i', 'sent', 'them', 'back', 'for', 'an', 'exchange', 'these', 'are', 'perfect', 'i', 'get', 'tons', 'of', 'compliments', 'when', 'i', 'wear', 'them', 'i', 'would', 'love', 'to', 'see', 'coh', 'make', 'them', 'in', 'a', 'true', 'black', ',5,1,2', 'general', 'bottoms', 'jeans'] ['14449,1008,24', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14450,378,26', 'perfect', 'for', 'post-baby', 'like', 'other', 'reviewers', 'have', 'mentioned', 'i', 'was', 'hesitant', 'to', 'spend', 'so', 'much', 'money', 'on', 'a', 'swimsuit', 'after', 'lots', 'of', 'searching', 'and', 'reading', 'reviews', 'to', 'try', 'to', 'find', 'a', 'bathing', 'suit', 'for', 'a', 'newly', 'postpartum', 'body', 'i', 'went', 'for', 'it', 'i', 'am', 'so', 'happy', 'that', 'i', 'did', 'it', 'fits', 'perfectly', 'snug', 'in', 'all', 'the', 'right', 'places', 'and', 'makes', 'my', 'extra', 'baby', 'pudge', 'seem', 'nonexistent', 'before', 'baby', 'i', 'was', 'a', 'bikini-only', 'kind', 'of', 'girl', 'so', 'i', 'was', "n't", 'sure', 'how', 'i', "'d", 'feel', 'in', 'a', 'one', 'piece', 'in', 'this', 'style', 'it', 'really', 'is', 'better', 'than', 'i', 'could', 'have', 'imagined', 'i', 'highly', 'recom', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14451,863,54', 'comfy', 'and', 'pretty', 'this', 'top', 'is', 'a', 'great', 'addition', 'to', 'my', 'summer', 'wardrobe', 'i', 'love', 'it', 'because', 'it', 'does', 'not', 'cling', 'to', 'my', 'body', 'and', 'in', 'a', 'hot', 'humid', 'summer', 'i', 'want', 'things', 'that', 'flow', 'this', 'is', 'super', 'cute', 'and', 'flattering', 'the', 'lace', 'in', 'the', 'back', 'is', 'soft', 'and', 'not', 'too', 'revealing', ',5,1,0', 'general', 'tops', 'knits'] ['14452,863,33', 'the', 'back', 'is', 'my', 'favorite', 'love', 'the', 'lace', 'on', 'the', 'back', 'it', "'s", 'a', 'sweet', 'take', 'on', 'a', 'typical', 'tee', 'comfy', 'a', 'little', 'on', 'the', 'boxier', 'side', 'but', 'a', 'great', 'tee.,5,1,0', 'general', 'tops', 'knits'] ['14453,974,29', 'cute', 'yet', 'different', 'i', 'love', 'this', 'jacket', 'i', 'was', 'waiting', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'it', 'did', 'but', 'only', 'because', 'of', 'the', 'fit'] [] ['the', 'style', 'is', 'great', 'and', 'it', 'has', 'a', 'peplum', 'that', 'goes', 'all', 'the', 'way', 'around', 'the', 'back', 'very', 'different'] [] ['however', 'it', 'runs', 'insanely', 'small', 'i', "'m", 'not', 'sure', 'where', 'the', 'others', 'are', 'saying', 'it', 'fits', 'true', 'to', 'size', 'it', 'does', 'not', 'typically', 'i', "'m", 'a', 'xs', 'or', 's', 'petite', 'i', 'wear', 'a', '0', 'or', 'a', '2.', 'this', 'jacket', 'i', 'needed', 'a', '6', 'in', 'very', 'small', 'across', 'the', 'back', ',5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['14454,378,59', ',this', 'bathing', 'suit', 'is', 'absolutely', 'fabulous', 'it', 'makes', 'me', 'feel', 'like', 'i', 'stepped', 'out', 'of', 'the', 'notebook', 'definitely', 'worth', 'every', 'penny', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14455,863,37', 'i', 'love', 'this', 'top', 'i', 'was', 'hesitant', 'about', 'purchasing', 'based', 'on', 'the', 'other', 'reviews', 'but', 'i', "'m", 'so', 'happy', 'i', 'decided', 'to', 'order', 'this', 'beautiful', 'top', 'i', "'m", '5', '4', '115lbs', 'and', 'the', 'xs', 'fits', 'great', 'it', 'does', 'run', 'a', 'lititle', 'big', 'but', 'i', 'like', 'slightly', 'over-sized', 'tops', 'with', 'skinny', 'jeans', 'the', 'xxs', 'probably', 'would', 'have', 'worked', 'as', 'well', 'i', 'definitely', 'reccomend', 'giving', 'this', 'top', 'a', 'try', 'but', 'size', 'down', 'if', 'you', 'are', 'going', 'for', 'a', 'more', 'fitted', 'look', 'the', 'lace', 'detail', 'give', 'this', 'staple', 'piece', 'a', 'nice', 'added', 'detail', ',4,1,0', 'general', 'tops', 'knits'] ['14456,859,46', 'ooooo', 'love', 'this', 'so', 'much', 'more', 'than', 'i', 'thought', 'this', 'blouse', 'is', 'beautiful', 'and', 'very', 'versatile', 'as', 'others', 'have', 'said', 'i', 'seem', 'to', 'have', 'been', 'buying', 'many', 'maeve', 'prints', 'lately', 'and', 'got', 'used', 'to', 'that', 'fit', 'this', 'blouse', 'fits', 'slimmer', 'but', 'not', 'tight', 'and', 'ends', 'up', 'extremely', 'flattering', 'the', 'arms', 'are', 'also', 'a', 'bit', 'slimmer', 'in', 'cut', 'but', 'not', 'too', 'tight', 'the', 'fabric', 'has', 'a', 'little', 'give/stretch', 'and', 'so', 'even', 'f', 'they', 'are', "n't", 'totally', 'loose', 'it', "'s", 'still', 'comfortable', 'the', 'lace', 'detail', 'is', 'subtle', 'but', 'pretty', 'i', 'am', 'going', 'to', 'wear', 'this', 'to', 'death', 'i', 'can', 'tell', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['14457,1008,23', 'beware', 'if', 'you', 'have', 'a', 'butt', 'i', 'have', 'been', 'wanting', 'this', 'skirt', 'since', 'it', 'came', 'out', 'and', 'was', 'overjoyed', 'when', 'it', 'went', 'on', 'sale', 'i', 'got', 'my', 'typical', '00', 'size', '24-26', 'waist', 'xsmall-xxsmall', 'shirts/dresses', 'but', 'when', 'i', 'tried', 'it', 'on', 'i', 'was', 'a', 'bit', 'confused', 'the', 'waist', 'is', 'a', 'little', 'roomy', 'so', 'there', "'s", 'no', 'way', 'i', 'could', 'wear', 'a', '0', 'but', 'the', 'skirt', 'hugs', 'my', 'butt', 'and', 'i', "'m", 'talking', 'in', 'that', 'weird', 'hug', 'the', 'butt', 'but', 'flares', 'out', 'awkwardly', 'below', 'way', 'now', 'i', 'do', "n't", 'consider', 'myself', 'particularly', 'gifted', 'in', 'the', 'back', 'end', 'department', 'but', 'this', 'skirt', 'sure', 'says', 'the', 'opposite', 'i', 'can', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['14458,378,26', 'i', 'love', 'it', 'i', 'was', 'hesitant', 'to', 'spend', 'so', 'much', 'on', 'a', 'suit', 'but', 'it', "'s", 'well', 'worth', 'the', 'money', 'i', "'m", '5', '3', '140', 'lbs', 'and', 'my', 'stomach', 'is', 'my', 'biggest', 'problem', 'area', 'i', 'ordered', 'a', 'size', '8', 'and', 'it', "'s", 'a', 'perfect', 'fit', 'and', 'very', 'flattering', ',5,1,9', 'initmates', 'intimate', 'swim'] ['14459,1028,41', 'instant', 'comfort', 'i', 'love', 'these', 'jeans-the', 'minute', 'you', 'put', 'them', 'on', 'they', 'feel', 'broken', 'in', 'and', 'comfortable', 'they', 'do', 'have', 'a', 'long', 'inseam', 'and', 'need', 'to', 'be', 'worn', 'with', 'a', 'stacked', 'heel', 'but', 'that', 'adds', 'to', 'the', 'aesthetic', 'i', 'ordered', 'my', 'normal', 'size-i', 'usually', 'wear', 'a', '27', 'and', 'could', 'have', 'kept', 'them-but', 'wanted', 'a', 'snugger', 'fit', 'through', 'the', 'bum', 'so', 'i', 'gave', 'them', 'to', 'a', 'friend', 'and', 'ordered', 'one', 'size', 'down', 'and', 'got', 'the', 'perfect', 'fit', 'for', 'me.,5,1,0', 'general', 'bottoms', 'jeans'] ['14460,863,37', 'vanity', 'sizing', 'loved', 'the', 'idea', 'of', 'this', 'top', 'but', 'it', 'just', 'wo', "n't", 'work', 'for', 'me', 'it', "'s", 'really', 'big', 'i', "'m", '5', '3', 'and', '125', 'lbs', 'a', 'small', 'should', 'be', 'fine', 'but', 'i', "'m", 'swimming', 'in', 'this', 'the', 'back', 'is', 'pretty', 'i', 'tried', 'it', 'on', 'with', 'a', 'white', 'cami', 'but', 'it', 'looks', 'very', 'maternity', 'on', 'me', 'tried', 'to', 'order', 'the', 'xs', 'but', 'it', "'s", 'sold', 'out', 'too', 'bad', 'was', 'a', 'cute', 'idea', 'not', 'too', 'thin', 'for', 'summer', ',3,0,2', 'general', 'tops', 'knits'] ['14461,1028,41', 'if', 'you', 'miss', 'cotton', 'jeans', 'try', 'these', 'for', 'those', 'of', 'you', 'that', 'do', "n't", 'care', 'for', 'stretch', 'jeans', 'you', 'would', 'probably', 'like', 'these', 'they', 'feel', 'like', '100', 'cotton', 'but', 'better', 'no', 'stretch', 'at', 'all', 'which', 'i', "'m", 'glad', 'i', "'m", 'not', 'a', 'fan', 'of', 'the', 'stretch', 'to', 'me', 'these', 'are', 'those', 'comfy', 'go-to', 'jeans', 'i', 'got', 'my', 'usual', 'size', '28', 'which', 'i', 'perfer', 'in', 'these', 'because', 'i', 'can', 'use', 'the', 'pockets', 'with', 'ease', 'the', 'pockets', 'are', 'lower', 'side', 'pocket', 'which', 'are', 'great', 'you', 'will', 'likely', 'need', 'to', 'hem', 'them', 'unless', 'you', 'are', 'pretty', 'tall', 'i', 'hemmed', 'mine', 'and', 'you', 'ca', "n't", 'tell', 'it', 'i', "'m", 'not', 'sure', 'how', 'much', 'these', 'could', 'be,5,1,0', 'general', 'bottoms', 'jeans'] ['14462,974,48', 'stylish', 'jacket', 'but', 'runs', 'small', 'the', 'only', 'thing', 'i', 'did', 'not', 'like', 'about', 'this', 'jacket', 'was', 'that', 'i', 'could', 'not', 'find', 'it', 'in', 'my', 'size', 'before', 'it', 'sold', 'out', 'retailer', 'please', 'bring', 'back', 'another', 'iteration', 'for', 'spring', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['14463,835,49', 'beautiful', 'top', 'this', 'top', 'is', 'beautiful', 'soft', 'and', 'silky', 'and', 'hangs', 'in', 'a', 'very', 'flattering', 'manner', 'i', 'am', 'usually', 'a', '4', 'but', 'sized', 'up', 'to', 'an', '8', 'to', 'get', 'a', 'little', 'more', 'length', 'it', 'drapes', 'really', 'nicely', 'i', 'wear', 'it', 'with', 'skinny', 'jeans', 'and', 'a', 'long', 'necklaces', 'for', 'a', 'casual', 'put-together', 'look', 'or', 'it', 'can', 'be', 'dressed', 'up', 'easily', 'too', 'i', "'m", 'not', 'sure', 'what', 'the', 'previous', 'reviewer', 'meant', 'about', 'the', 'neckline', 'it', 'lays', 'perfectly', 'on', 'me', 'highly', 'recommend', ',5,1,1', 'general', 'tops', 'blouses'] ['14464,863,62', ',this', 'is', 'a', 'darling', 'white', 'top', 'the', 'juxtaposition', 'of', 'the', 'simple', 'front', 'and', 'the', 'beautiful', 'lace', 'back', 'makes', 'this', 'a', 'unique', 'piece', 'definitely', 'size', 'down.,4,1,0', 'general', 'tops', 'knits'] ['14465,974,60', 'stunning', 'this', 'blazer', 'is', 'gorgeous', 'the', 'brocade', 'fabric', 'is', 'beautiful', 'the', 'color', 'is', 'really', 'a', 'blueish', 'purple/indigo', 'you', 'can', 'wear', 'it', 'with', 'a', 'black', 'skirt/pants', 'and', 'even', 'jeans', 'the', 'only', 'downside', 'is', 'that', 'it', 'runs', 'about', 'one', 'size', 'smaller', 'than', 'what', 'it', 'says', 'it', 'is.,4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['14466,378,34', 'love', 'i', 'love', 'this', 'swisuit', 'it', 'is', 'very', 'well', 'made', 'and', 'super', 'flattering', 'i', "'ve", 'received', 'so', 'many', 'compliments', 'on', 'it', 'i', 'have', '3', 'little', 'kids', '4', '2.5', 'and', '7', 'months', 'so', 'it', 'is', 'perfect', 'for', 'chasing', 'them', 'around', 'at', 'the', 'pool', 'or', 'beach', 'i', 'am', 'still', 'working', 'on', 'losing', 'the', 'baby', 'weight', 'so', 'the', 'rusching', 'in', 'front', 'works', 'well', 'to', 'hide', 'my', 'tummy', 'i', 'am', '5', '2', 'and', 'about', '116lbs', 'and', 'the', 'size', '4', 'works', 'well', 'i', "'m", 'hoping', 'it', 'will', 'go', 'on', 'sale', 'so', 'i', 'can', 'buy', 'another', 'one', 'but', 'i', 'imagine', 'these', 'will', 'sell', 'out', 'quickly', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14467,1028,49', 'not', 'for', 'small', 'people', 'cute', 'in', 'concept', 'so', 'large', 'in', 'reality', 'i', 'am', '5', '3', 'size', '24', 'in', 'jeans', 'i', 'was', 'swimming', 'in', 'these', 'i', 'mean', 'the', 'seat', 'is', 'huge', 'and', 'the', 'length', 'of', 'the', 'rise', 'is', 'super', 'long', 'do', "n't", 'even', 'try', 'if', 'you', 'are', 'a', 'little', 'person', 'long', 'and', 'lean', 'yes', 'would', 'probably', 'look', 'great', 'on', 'you', ',3,1,7', 'general', 'bottoms', 'jeans'] ['14468,1086,37', 'cool', 'design', 'for', 'summer', 'i', 'was', 'able', 'to', 'try', 'this', 'on', 'in', 'store', 'thanks', 'to', 'a', 'return', 'it', 'is', 'a', 'cool', 'looking', 'item', 'and', 'i', 'thought', 'the', 'fit', 'and', 'aesthetic', 'were', 'spot', 'on', 'but', 'the', 'price', 'made', 'me', 'leave', 'it', 'behind', 'even', 'on', 'sale', 'i', 'this', 'was', "n't", 'worth', 'the', 'price', 'for', 'me-', 'the', 'high-low', 'hem', 'and', 'material', 'combined', 'exclude', 'it', 'as', 'a', 'work', 'option', 'for', 'me', 'if', 'this', 'is', 'something', 'you', 'can', 'get', 'mileage', 'out', 'of', 'i', 'really', 'do', 'recommend', 'it-', 'well', 'made', 'lovely', 'colors', 'and', 'nice', 'style', ',4,1,2', 'general', 'dresses', 'dresses'] ['14469,378,41', 'believe', 'the', 'hype', 'i', 'have', 'been', 'wearing', 'tankinis', 'for', 'a', 'long', 'time', 'and', 'have', "n't", 'worn', 'a', 'one', 'piece', 'in', 'years', 'i', "'m", '40', 'and', 'let', "'s", 'be', 'honest', 'things', 'do', "n't", 'look', 'the', 'same', 'in', 'a', 'bathing', 'suit', 'as', 'they', 'did', '20', 'years', 'ago', 'this', 'suit', 'is', 'very', 'flattering', 'i', "'m", 'not', 'obese', 'but', 'i', 'do', 'have', 'a', 'bit', 'of', 'a', 'jelly', 'roll', 'in', 'the', 'stomach', 'area', 'and', 'the', 'combination', 'of', 'the', 'polka', 'dots', 'and', 'the', 'ruching', 'as', 'well', 'as', 'the', 'construction', 'of', 'the', 'suit', 'itself', 'with', 'the', 'side', 'panels', 'really', 'camouflages', 'my', 'stomach', 'area', 'although', 'there', 'is', "n't", 'underwire', 'which', 'i', 'prefer', 'i', 'do', 'f', ',5,1,10', 'initmates', 'intimate', 'swim'] ['14470,974,36', 'beautiful', 'but', 'too', 'small', 'this', 'jacket', 'is', 'absolutely', 'beautiful', 'the', 'color', 'is', 'a', 'much', 'deeper', 'navy', 'than', 'it', 'appears', 'in', 'the', 'pictures', 'and', 'the', 'brocade', 'with', 'the', 'contrasting', 'lining', 'is', 'lovely', 'however', 'as', 'another', 'reviewer', 'commented', 'the', 'back', 'across', 'the', 'shoulders', 'is', 'incredibly', 'small', 'i', 'ordered', 'up', 'from', 'my', 'normal', '2', 'to', 'a', '4', 'and', 'it', 'was', 'still', 'too', 'tight', 'there', 'is', 'no', 'way', 'i', 'could', 'even', 'lift', 'my', 'arms', 'over', 'my', 'head', 'without', 'ripping', 'out', 'the', 'back', 'of', 'the', 'jacket', 'i', 'fear', 'a', '6', 'will', 'be', 'too', 'big', 'this', 'one', 'is', 'going', 'back', 'sadly', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['14471,378,47', 'great', 'fit', 'exactly', 'as', 'expected', 'this', 'is', 'perfect', 'if', 'you', 'are', 'looking', 'for', 'comfort', 'and', 'style', 'in', 'the', 'same', 'bathing', 'suit.,5,1,2', 'initmates', 'intimate', 'swim'] ['14472,850,59', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14473,480,53', 'great', 'shorts', 'the', 'fitted', 'high', 'waist', 'with', 'the', 'wide', 'legs', 'make', 'for', 'a', 'flattering', 'and', 'comfortable', 'short', 'perfect', 'length', 'as', 'well', 'dress', 'up', 'or', 'down', 'love', 'these', 'shorts', 'and', 'wish', 'there', 'were', 'more', 'colors', ',5,1,1', 'general', 'bottoms', 'shorts'] ['14474,1080,31', 'runs', 'large', 'beautiful', 'dress', 'i', 'usually', 'wear', 'a', 'size', '4', 'regular', 'or', 'a', '6', 'petite', 'if', 'the', 'dress', 'has', 'sleeves', 'i', 'ordered', 'this', 'in', 'the', '6p', 'and', 'it', 'is', 'too', 'big', 'wish', 'i', 'could', 'exchange', 'it', 'for', 'a', '4p', 'but', 'it', "'s", 'no', 'longer', 'available', ',4,1,1', 'general', 'dresses', 'dresses'] ['14475,1008,56', 'cute', 'skirt', 'have', 'only', 'tried', 'on', 'but', 'it', 'is', 'a', 'very', 'cute', 'skirt', 'and', 'i', 'think', 'will', 'be', 'comfortable', 'to', 'wear', 'i', 'love', 'the', 'texture', 'of', 'the', 'material', 'i', 'do', 'wish', 'it', 'came', 'in', 'other', 'colors', 'it', 'is', 'a', 'little', 'heavier', 'material', 'but', 'not', 'too', 'much.,5,1,1', 'general', 'bottoms', 'skirts'] ['14476,1008,55', 'versatile', 'skirt', 'i', 'was', 'originally', 'looking', 'for', 'a', 'denim', 'skirt', 'with', 'a', 'fit', 'and', 'flare', 'shape', 'i', 'then', 'saw', 'this', 'skirt', 'and', 'decided', 'it', 'was', 'much', 'more', 'versatile', 'than', 'denim', 'it', 'is', 'a', 'mid', 'weight', 'skirt', 'lined', 'good', 'length', 'just', 'above', 'the', 'knee', 'and', 'the', 'swingy', 'shape', 'is', 'perfect', 'i', 'will', 'wear', 'it', 'now', 'with', 'boots', 'and', 'a', 'chunky', 'sweater', 'when', 'it', 'warms', 'up', 'flats', 'and', 'a', 'short', 'sleeve', 'sweater', 'will', 'be', 'cute', 'i', 'ordered', 'a', 'small', 'but', 'i', 'really', 'should', 'have', 'paid', 'more', 'attention', 'to', 'the', 'other', 'reviews', 'because', 'it', 'does', 'run', 'large', 'i', 'ordered', 'another', 'one', 'in', 'e', ',5,1,2', 'general', 'bottoms', 'skirts'] ['14477,864,42', 'awww', 'so', 'in', 'love', 'this', 'is', 'online', 'exclusive', 'so', 'i', 'ordered', 'both', 'sizes', 'xs', 'and', 's.', 'it', 'runs', 'pretty', 'large', 'so', 'i', 'kept', 'size', 'xs', 'the', 'material', 'can', 'be', 'stretched', 'but', 'i', 'like', 'the', 'feeling', 'of', 'it', 'and', 'very', 'comfortable', 'to', 'your', 'skin', 'i', 'am', 'so', 'happy', 'receiving', 'so', 'many', 'compliments', 'wherever', 'i', 'go', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14478,909,62', 'beautiful', 'i', "'m", 'always', 'nervous', 'about', 'length', 'on', 'ponchos', 'and', 'this', 'one', 'was', 'perfect', 'fit', 'like', 'the', 'model', 'and', 'i', 'am', '5', '7', 'it', 'is', 'definitely', 'a', 'thin/semi-sheer', 'knit', 'but', 'it', 'looks', 'so', 'classy', 'and', 'elegant', 'with', 'a', 'black', 'long', 'sleeve', 'under', 'it', 'and', 'jeans', 'i', 'love', 'that', 'this', 'does', "n't", 'require', 'dry', 'cleaning', 'and', 'makes', 'me', 'look', 'put-together', 'for', 'an', 'easy', 'day', 'to', 'night', 'look', 'i', "'m", '25', 'weeks', 'pregnant', 'and', 'love', 'that', 'this', 'works', 'now', 'and', 'later', 'very', 'happy', 'with', 'this', 'purchase', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['14479,109,56', 'love', 'this', 'i', 'bought', 'it', 'in', 'black', 'and', 'cream', 'great', 'weight', 'soft', 'fabric', 'beautiful', 'lace.,5,1,0', 'initmates', 'intimate', 'layering'] ['14480,109,39', 'i', 'did', "n't", 'realize', 'this', 'used', 'to', 'come', 'in', 'black', 'looks', 'really', 'nice', 'on', 'teh', 'pictures', 'i', 'tried', 'on', 'thre', 'cream', 'as', 'this', 'was', 'the', 'only', 'color', 'availalbe', 'at', 'my', 'store', 'tried', 'on', 'per', 'stylist', 'recommendation', 'it', 'is', 'very', 'thin', 'you', 'can', 'see', 'ripples', 'from', 'my', 'belly', 'lol', 'but', 'still', 'fairly', 'flattering', 'i', 'ended', 'up', 'purchasing', 'but', 'it', 'is', 'in', 'my', 'maybe', 'pile', 'for', 'now', 'wil', 'lwait', 'before', 'wearing', 'it', 'to', 'be', 'sure', 'ca', "n't", 'wear', 'a', 'grey', 'bar', 'with', 'it', 'that', 'htin', ',4,1,2', 'initmates', 'intimate', 'layering'] ['14481,1099,42', 'runs', 'little', 'big', 'beautiful', 'dress', 'loved', 'the', 'navy', 'and', 'the', 'low', 'v', 'neck', 'in', 'front', 'and', 'back', 'but', 'i', 'had', 'to', 'return', 'for', 'smaller', 'size', 'i', 'am', '5', '2', '114', 'lbs', 'i', 'ordered', 'small', 'and', 'it', 'was', 'a', 'little', 'big', 'and', 'definitely', 'long', 'i', 'returned', 'for', 'an', 'xs', 'petite', 'and', 'am', 'hoping', 'it', 'will', 'fit', 'perfectly', ',4,1,0', 'general', 'dresses', 'dresses'] ['14482,1008,54', 'this', 'skirt', 'is', 'a', 'great', 'staple', 'i', 'somewhat', 'agree', 'with', 'the', 'first', 'reviewer', 'that', 'it', 'is', 'a', 'little', 'big', 'but', 'not', 'huge', 'i', 'bought', 'a', 'm', 'which', 'is', 'my', 'regular', 'size', 'and', 'i', 'have', 'to', 'have', 'it', 'shorten', 'the', 'length', 'but', 'that', 'is', 'typical', 'for', 'me', 'since', 'i', 'am', 'very', 'short', 'but', 'i', 'liked', 'the', 'waist', 'and', 'did', "n't", 'feel', 'like', 'it', 'was', 'too', 'big', 'and', 'i', 'have', 'a', 'very', 'small', 'waist', 'i', 'do', "n't", 'like', 'tight', 'elastic', 'at', 'the', 'waist', 'and', 'this', 'sat', 'very', 'comfortably', 'on', 'me', 'nice', 'heavy', 'material', 'for', 'the', 'winter', ',4,1,1', 'general', 'bottoms', 'skirts'] ['14483,876,46', 'fun', 'sweatshirt', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'it', 'fits', 'true', 'to', 'size', 'it', 'does', 'have', 'a', 'boat', 'neckline', 'which', 'runs', 'a', 'little', 'tight', 'on', 'me', 'but', 'everything', 'else', 'feels', 'comfortable', 'i', 'know', 'this', 'is', "n't", 'a', 'flattering', 'style', 'horizontal', 'stripes', 'on', 'my', 'plus-sized', 'pear-shape', 'is', "n't", 'my', 'favorite', 'but', 'i', 'love', 'the', 'back', 'the', 'knot', 'is', "n't", 'very', 'comfortable', 'to', 'lean', 'against', 'i', 'just', 'love', 'the', 'lace', 'in', 'the', 'back', 'that', 'i', 'wear', 'it', 'when', 'running', 'short', 'errands', 'where', 'i', 'do', "n't", 'have', 'to', 'lean', 'back', 'a', 'lot', 'it', 'does', 'need', 'a', 'tank', 'underneath', 'or', 'it', "'s", 'see-through', 'in', 'the', 'b', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14484,1086,23', 'nice', 'office', 'dress', 'comfy', 'and', 'different', 'almost', 'like', 'a', 'sweater', 'fabric.,4,1,0', 'general', 'dresses', 'dresses'] ['14485,1008,39', 'love', 'i', 'bought', 'the', '0p', 'and', 'love', 'this', 'skirt', 'it', 'works', 'well', 'dressed', 'up', 'for', 'a', 'night', 'out', 'or', 'i', 'even', 'wore', 'it', 'to', 'my', 'nieces', 'baptism', 'have', 'received', 'a', 'ton', 'of', 'compliments', 'each', 'time', 'i', "'ve", 'worn', 'it.,4,1,0', 'general', 'bottoms', 'skirts'] ['14486,109,32', 'nice', 'design', 'i', 'purchased', 'this', 'top', 'in', 'the', 'oatmeal/beige', 'color', 'i', 'love', 'it', 'the', 'material', 'is', 'very', 'soft', 'and', 'it', 'fits', 'true', 'to', 'size', 'i', 'would', 'have', 'purchased', 'the', 'black', 'color', 'too', 'if', 'it', 'was', 'still', 'available.,5,1,0', 'initmates', 'intimate', 'layering'] ['14487,826,39', 'gorgeous', 'top', 'so', 'happy', 'with', 'this', 'top', 'i', 'love', 'the', 'fabric', 'the', 'colors', 'and', 'the', 'flowy', 'fit', 'definitely', 'recommend', ',5,1,0', 'general', 'tops', 'blouses'] ['14488,909,49', 'thin', 'short', 'dull', 'i', "'m", 'not', 'much', 'for', 'ponchos', 'but', 'this', 'one', 'looked', 'unique', 'it', 'is', 'thin', 'kind', 'of', 'a', 'felt', 'material', 'that', 'was', 'expected', 'but', 'i', 'was', 'surprised', 'to', 'find', 'it', 'was', 'shorter', 'at', 'waist', 'than', 'how', 'it', 'appears', 'online', 'and', 'it', 'was', 'wide', 'horizontally', 'the', 'colors', 'were', 'more', 'muted', 'and', 'the', 'design', 'was', 'slightly', 'off', 'center', 'unlike', 'pic', 'the', 'turtleneck', 'was', 'thick', 'and', 'itchy', 'it', 'was', 'a', 'return', ',3,0,0', 'general', 'tops', 'fine', 'gauge'] ['14489,1080,29', 'love', 'it', 'i', 'am', '5', '39', '4', '125-130lbs', 'c34', 'bust', 'i', 'ordered', 'this', 'dress', 'for', 'a', 'wedding', 'in', 'size', '2', 'and', 'it', 'was', 'too', 'big', 'exchanged', 'for', 'the', 'size', '0', 'and', 'it', 'fits', 'perfectly', 'order', '1', 'size', 'down', 'ladies', ',4,1,0', 'general', 'dresses', 'dresses'] ['14490,1083,62', 'perfect', 'summer', 'dress', 'i', 'love', 'this', 'dress', 'it', "'s", 'adorable', 'and', 'great', 'for', 'summer', 'with', 'a', 'unique', 'style-', 'it', "'s", 'a', 'bit', 'unusual', 'with', 'the', 'high', 'and', 'slightly', 'ruffled', 'neck', 'it', 'can', 'easily', 'be', 'dressed', 'up', 'or', 'worn', 'more', 'casually', 'this', 'is', 'the', 'most', 'flattering', 'dress', 'i', "'ve", 'found', 'this', 'season', 'particularly', 'around', 'the', 'stomach', 'area', 'i', "'m", '5', '3', 'and', 'took', 'a', 'petite', 'size', 'which', 'fit', 'perfectly', 'this', 'dress', 'is', 'a', 'bit', 'translucent', 'so', 'skin-toned', 'undergarments', 'are', 'a', 'must', ',5,1,2', 'general', 'dresses', 'dresses'] ['14491,826,34', 'pretty', 'top', 'this', 'top', 'is', 'really', 'pretty', 'and', 'flattering', 'i', 'bought', 'my', 'usual', 'size', 'and', 'its', 'loose', 'and', 'flows', 'without', 'being', 'too', 'boxy', 'the', 'pattern', 'is', 'beautiful', 'and', 'the', 'band', 'on', 'the', 'top', 'stays', 'up', 'well.,4,1,1', 'general', 'tops', 'blouses'] ['14492,1099,52', 'fantastically', 'stunning', 'but', 'try', 'before', 'buying', 'like', 'the', 'other', 'reviewer', 'i', 'was', 'super', 'lucky', 'to', 'find', 'this', 'dress', 'at', 'my', 'local', 'stores', 'i', 'tried', 'both', 'the', 'medium', 'and', 'the', 'small', 'usually', 'at', 'retailer', 'i', 'wear', 'a', 'medium', 'however', 'this', 'dress', 'in', 'a', 'medium', 'did', 'not', 'look', 'flattering', 'on', 'me', 'it', 'hung', 'off', 'my', 'shoulders', 'and', 'the', 'material', 'was', 'too', 'loose', 'in', 'between', 'the', 'velvet', 'tiers', 'making', 'my', 'bottom', 'look', 'bumpy', 'when', 'i', 'tried', 'on', 'the', 'small', 'the', 'dress', 'fit', 'and', 'flattered', 'me', 'perfectly', 'by', 'far', 'the', 'best', 'dress', 'i', 'ever', 'owned', 'i', 'truly', 'recommend', 'you', 'try', 'this', 'dress', 'on', 'before', 'purchasing', 'fo', ',5,1,1', 'general', 'dresses', 'dresses'] ['14493,864,57', 'fantabulous', 'sleeves', 'i', 'was', 'pleasantly', 'surprised', 'when', 'i', 'received', 'this', 'top', 'in', 'the', 'mail', 'i', 'expected', 'the', 'top', 'to', 'be', 'more', 'of', 'a', 'tee', 'shirt', 'but', 'it', 'is', 'very', 'soft', 'and', 'more', 'like', 'a', 'light', 'sweater', 'i', 'feel', 'the', 'sizing', 'is', 'true-to-size', 'but', 'the', 'design', 'is', 'not', 'meant', 'to', 'be', 'close', 'to', 'the', 'body', 'for', 'me', 'the', 'shoulders', 'and', 'length', 'were', 'perfect'] [] ['this', 'top', 'is', 'all', 'about', 'the', 'sleeves', 'matador', 'perhaps', 'but', 'it', 'was', 'the', 'sleeves', 'that', 'attracted', 'me', 'to', 'this', 'sweater', 'i', 'will', 'wear', 'with', 'with', 'a', 'vest', 'skinny', 'jeans', 'and', 'booties', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14494,864,42', 'sleeves', 'are', 'too', 'much', 'i', 'definitely', 'like', 'unique', 'things', 'but', 'the', 'sleeves', 'are', 'way', 'too', 'much', 'on', 'this', 'sweater', 'it', "'s", 'a', 'shame', 'because', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'but', 'overall', 'i', 'felt', 'it', 'looked', 'somewhat', 'silly', 'on', 'me', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14495,909,49', 'returned', 'the', 'fit', 'was', 'not', 'flattering', 'at', 'all', 'but', 'the', 'worst', 'part', 'was', 'the', 'colors', 'were', 'really', 'dull', 'and', 'not', 'bright', 'as', 'shown', 'in', 'the', 'online', 'photos', ',1,0,0', 'general', 'tops', 'fine', 'gauge'] ['14496,1080,42', ',not', 'sure', 'what', 'to', 'think', 'i', 'had', 'great', 'plans', 'for', 'this', 'dress,3,0,8', 'general', 'dresses', 'dresses'] ['14497,826,31', 'polyester', 'love', 'the', 'top', 'design', 'not', 'so', 'much', 'the', 'fabric', 'i', 'should', "'ve", 'read', 'the', 'top', 'was', '100', 'polyester', 'returning', 'and', 'finding', 'a', 'better', 'quality', 'top', ',3,0,3', 'general', 'tops', 'blouses'] ['14498,1099,43', 'poor', 'quality', 'unfortunately', 'the', 'dress', 'is', 'pulling', 'apart', 'after', 'the', 'first', 'wash', 'gentle', 'hand', 'wash', 'cycle', 'also', 'there', 'are', 'no', 'bra-straps', 'holders', 'and', 'my', 'bra', 'straps', 'did', 'show', 'up', 'a', 'lot', ',2,0,0', 'general', 'dresses', 'dresses'] ['14499,1080,29', 'slip', 'and', 'lace', 'overlay', 'this', 'dress', 'is', 'the', 'best', 'of', 'all', 'worlds', 'sophisticated', 'modern', 'and', 'flattering', 'i', 'was', 'surprised', 'that', 'the', 'dress', 'is', 'actually', 'two', 'separate', 'pieces', 'a', 'navy', 'blue', 'slip', 'and', 'a', 'bold', 'magenta', 'lace', 'overlay', 'which', 'will', 'be', 'perfect', 'going', 'into', 'fall', 'and', 'the', 'holiday', 'season', 'i', 'had', 'two', 'babies', 'back-to-back', 'and', 'am', 'not', 'back', 'to', 'my', 'pre-baby', 'shape', 'but', 'i', 'was', 'pleased', 'to', 'see', 'how', 'flattering', 'this', 'dress', 'was', 'i', 'will', 'be', 'wearing', 'it', 'to', 'a', 'wedding', 'in', 'a', 'couple', 'of', 'weeks', 'and', 'i', 'know', 'i', 'will', 'feel', 'comfortable', 'and', 'confident', 'in', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['14500,864,43', 'yikes', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'top', 'and', 'while', 'it', 'is', 'soooo', 'amazingly', 'soft', 'i', 'still', 'could', 'not', 'keep', 'it', 'i', 'must', 'admit', 'that', 'i', 'am', 'only', '5', '2', 'so', 'i', 'do', 'think', 'this', 'had', 'quite', 'a', 'bit', 'to', 'do', 'with', 'my', 'dislike', 'of', 'this', 'but', 'i', 'felt', 'like', 'a', 'matador', 'which', 'is', 'definitely', 'not', 'what', 'i', 'was', 'going', 'for', 'maybe', 'if', 'your', 'tall', 'and', 'lean', 'this', 'would', 'work', 'but', 'for', 'me', 'no', 'way', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['14501,909,53', 'cute', 'and', 'lightweight', 'this', 'is', 'so', 'cute', 'and', 'i', 'love', 'that', 'it', 'is', 'not', 'heavy', 'or', 'bulky.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['14502,1080,30', 'runs', 'very', 'large', 'i', 'would', 'have', 'l', 'loved', 'to', 'keep', 'it', 'but', 'even', 'the', '0p', 'was', 'big', 'i', 'have', 'pretty', 'broad', 'muscular', 'shoulders', 'and', 'back', 'and', 'i', 'was', 'swimming', 'it', 'i', 'wish', 'retailer', 'would', 'stock', 'more', 'petites', 'i', 'would', 'repurchase', 'if', 'the', '00p', 'was', 'available', 'they', 'always', 'sell', 'out', 'very', 'very', 'quickly', 'and', 'they', 'never', 'restock.,3,0,0', 'general', 'dresses', 'dresses'] ['14503,1080,38', 'love', 'this', 'love', 'this', 'dress', 'ordered', 'a', '0p', 'and', 'it', 'fit', 'perfectly.,5,1,0', 'general', 'dresses', 'dresses'] ['14504,909,50', 'very', 'thin', 'material', 'nice', 'colors', 'i', 'agree', 'with', 'the', 'other', 'reviewer', 'about', 'the', 'great', 'colors', 'but', 'when', 'i', 'took', 'this', 'off', 'the', 'rack', 'to', 'try', 'one', 'you', 'can', 'see', 'through', 'both', 'layers', 'of', 'fabric', 'i', 'thought', 'insulting', 'quality', 'for', 'the', 'price', 'i', 'imagine', 'the', 'holes', 'would', 'start', 'after', 'one', 'wearing', ',1,0,5', 'general', 'tops', 'fine', 'gauge'] ['14505,1099,35', 'beautiful', 'dress', 'i', 'wish', 'it', 'came', 'in', 'petite', 'this', 'is', 'a', 'beautiful', 'dress', 'and', 'my', 'husband', 'agrees', 'i', "'m", '5', '5', '114lb', 'and', 'the', 'xs', 'was', 'long', 'on', 'me', 'and', 'a', 'bit', 'baggy', 'on', 'top', 'i', 'looked', 'in', 'to', 'having', 'it', 'taken', 'up', 'but', 'i', 'think', 'that', 'will', 'be', 'hard', 'to', 'do', 'without', 'damaging', 'much', 'of', 'what', "'s", 'elegant', 'about', 'the', 'dress', 'i', 'hope', 'that', 'someone', 'with', 'more', 'curves', 'and', 'a', 'bit', 'more', 'height', 'is', 'able', 'to', 'enjoy', 'this', 'one', ',5,1,12', 'general', 'dresses', 'dresses'] ['14506,1086,23', 'comfy', 'and', 'flattering', 'the', 'fabric', 'is', 'more', 'sweater-like', 'than', 'it', 'appears', 'in', 'the', 'image', 'but', 'it', 'makes', 'the', 'dress', 'both', 'cozy', 'and', 'comfortable', 'the', 'skirt', 'is', 'a', 'faux', 'wrap', 'that', "'s", 'secured', 'at', 'the', 'waist', 'by', 'the', 'tie', 'overall', 'the', 'dress', 'is', 'high-quality', 'true', 'to', 'fit', 'and', 'very', 'flattering', ',5,1,0', 'general', 'dresses', 'dresses'] ['14507,109,70', 'so', 'pretty', 'this', 'turtleneck', 'is', 'already', 'wrapped', 'and', 'it', "'s", 'soon', 'going', 'under', 'the', 'tree', 'for', 'me', 'i', 'bought', 'it', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'and', 'tried', 'it', 'on', 'it', "'s", 'fitted', 'but', 'not', 'too', 'tight', 'or', 'snug', 'just', 'fitted', 'and', 'flattering', 'the', 'lace', 'cutout', 'area', 'is', 'so', 'flattering', 'and', 'unexpected', 'i', 'love', 'this', 'top', 'and', 'think', 'it', 'will', 'be', 'a', 'wardrobe', 'staple', 'both', 'for', 'dress', 'and', 'casual', 'i', "'ll", 'wash', 'it', 'carefully', 'just', 'in', 'case', 'it', 'seems', 'well', 'made', 'but', 'i', "'d", 'hate', 'to', 'snag', 'the', 'lace', ',5,1,0', 'initmates', 'intimate', 'layering'] ['14508,480,41', 'high-waist', 'comfy', 'i', 'have', 'vowed', 'to', 'only', 'purchase', 'high-waisted', 'bottoms', 'from', 'here', 'on', 'out', 'because', 'they', 'are', 'just', 'more', 'in', 'line', 'with', 'my', 'style', 'these', 'shorts', 'did', 'not', 'disappoint', 'i', 'love', 'that', 'they', "'re", 'versatile', 'enough', 'to', 'wear', 'with', 'a', 'cute', 'top', 'wedges', 'or', 'with', 'a', 't-shirt', 'and', 'flats', 'great', 'find', 'i', 'got', 'my', 'normal', 'sz', '25', 'which', 'is', 'usually', 'a', 'tight', 'fit', 'these', 'zipped', 'up', 'perfectly', 'though', ',5,1,2', 'general', 'bottoms', 'shorts'] ['14509,864,79', 'love', 'it', 'this', 'is', 'such', 'a', 'cool', 'top/sweater', 'i', 'like', 'simple', 'designs', 'with', 'a', 'twist', 'and', 'the', 'sleeves', 'add', 'that', 'great', 'with', 'skinnies', 'and', 'heels,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14510,1099,22', 'i', 'do', 'not', 'think', 'this', 'dress', 'runs', 'large', 'i', 'think', 'it', 'it', 'is', 'true', 'to', 'size', 'i', 'am', 'usually', 'a', 'size', '10', 'and', 'a', '34dd', 'definitely', 'curvy', 'and', 'tall', 'at', '5', '8', 'the', 'large', 'was', 'perfect', 'for', 'my', 'bust', 'i', 'ordered', 'a', 'med', 'also', 'and', 'it', 'looks', 'really', 'narrow', 'in', 'the', 'waist', 'length', 'is', 'below', 'knees', 'as', 'pictured', 'i', 'was', 'finding', 'that', 'the', 'zipper', 'under', 'left', 'arm', 'is', 'very', 'catchy', 'i', 'even', 'checked', 'the', 'med', 'and', 'it', 'is', 'worse', 'that', 'concerns', 'me', 'but', 'love', 'the', 'dress', 'so', 'i', 'am', 'keeping', 'the', 'large', 'length', 'is', 'so', 'hard', 'i', 'hardly', 'ever', 'find', 'a', 'dress', 'the', 'hits', 'a', 'little', ',5,1,7', 'general', 'dresses', 'dresses'] ['14511,1080,31', 'i', 'could', "n't", 'wait', 'to', 'try', 'this', 'dress', 'on', 'when', 'i', 'first', 'saw', 'it', 'featured', 'it', 'is', 'stunning', 'i', 'love', 'the', 'red', 'lace', 'over-layed', 'with', 'a', 'blue', 'slip', 'it', 'adds', 'a', 'fun', 'color', 'contrast', 'to', 'the', 'piece', 'i', 'am', 'usually', 'a', 'size', '6', 'in', 'retailer', 'clothing', 'and', 'found', 'this', 'one', 'comfortably', 'true', 'to', 'size', 'this', 'dress', 'has', 'a', 'very', 'renaissance', 'chic', 'quality', 'which', 'is', 'very', 'feminine', 'flirty', 'and', 'unique', 'a', 'great', 'find', 'for', 'fall/winter', 'parties', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it'] [] ['if', 'i', 'had', 'to', 'find', 'a', 'fault', 'with', 'this', 'dress', 'it', "'s", 'the', 'lack', 'of', 'pockets', 'retailer', 'd', ',4,1,4', 'general', 'dresses', 'dresses'] ['14512,1080,47', 'beautiful', 'and', 'femine', 'dress', 'it', 'comes', 'with', 'a', 'slip', 'which', 'is', 'a', 'big', 'plus', 'it', 'fits', 'well', 'and', 'the', 'sleeves', 'are', 'flowy', 'and', 'just', 'at', 'the', 'right', 'length', 'the', 'only', 'downside', 'is', 'that', 'the', 'bottom', 'is', 'not', 'hem', 'and', 'being', 'lace', 'it', 'is', 'delicate', 'you', 'have', 'to', 'take', 'care', 'wearing', 'this', ',5,1,2', 'general', 'dresses', 'dresses'] ['14513,1008,45', 'runs', 'very', 'big.', 'this', 'is', 'a', 'very', 'nice', 'well', 'made', 'skirt', 'but', 'beware', 'it', 'runs', 'extremely', 'large', 'in', 'size', 'around', 'the', 'waist', 'i', 'usually', 'wear', 'a', 'm', 'in', 'most', 'things', 'and', 'i', 'am', 'going', 'to', 'return', 'this', 'skirt', 'for', 'an', 'xs', ',5,1,3', 'general', 'bottoms', 'skirts'] ['14514,480,47', 'versatile', 'shorts', 'these', 'shorts', 'work', 'well', 'for', 'shopping', 'running', 'errands', 'or', 'spending', 'hours', 'on', 'dirty', 'baseball', 'bleachers', 'they', 'are', 'not', 'too', 'short', 'and', 'are', 'true', 'to', 'size', ',5,1,1', 'general', 'bottoms', 'shorts'] ['14515,642,67', 'comfort', 'and', 'style', 'in', 'one', 'pant', 'love', 'the', 'fit', 'not', 'so', 'tight', 'you', 'can', 'wear', 'a', 'short', 'top', 'with', 'these', 'but', 'not', 'slouchy', 'either', 'color', 'goes', 'with', 'everything', 'for', 'wrinkles', 'i', 'hung', 'them', 'and', 'sprayed', 'with', 'water', 'wrinkles', 'gone', 'bought', '2', 'pair', 'for', 'traveling', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['14516,642,20', 'just', 'awesome', 'these', 'joggers', 'are', 'amazing', 'they', 'fit', 'true', 'to', 'size', 'if', 'not', 'a', 'bit', 'loose', 'i', 'purchased', 'my', 'usual', 'small', 'size', '6', 'the', 'seams', 'are', 'sewn', 'perfectly', 'and', 'the', 'fabric', 'is', 'dreamy', 'i', 'wore', 'these', 'to', 'work', 'with', 'sandals', 'and', 'was', 'so', 'comfy', 'and', 'appropriate', 'all', 'day', 'in', 'the', 'hot', 'weather', 'the', 'color', 'is', 'a', 'deep', 'gray', 'and', 'goes', 'with', 'everything', 'the', 'front', 'panel', 'makes', 'them', 'a', 'bit', 'more', 'fitted', 'and', 'there', 'is', 'even', 'back', 'pockets', ',5,1,6', 'initmates', 'intimate', 'lounge'] ['14517,40,36', 'natori', 't', 'back', 'it', 'is', 'a', 'very', 'pretty', 'bra', 'light', 'weight', 'and', 'beautiful', 'lace', 'however', 'i', 'have', 'yet', 'to', 'find', 'a', 't-back', 'that', 'does', 'not', 'make', 'me', 'feel', 'like', 'i', 'am', 'going', 'to', 'spill', 'out', 'to', 'me', 'it', 'ran', 'small', 'i', 'now', 'know', 'to', 'get', 'a', '34', 'instead', 'i', 'am', 'working', 'on', 'losing', 'weight', 'perhaps', 'that', 'might', 'help', 'with', 'the', 'fit', ',3,1,1', 'initmates', 'intimate', 'intimates'] ['14518,642,40', 'throw', 'on', 'and', 'go', 'really', 'fun', 'comfortable', 'pants', 'i', 'have', "n't", 'worn', 'them', 'yet', 'as', 'its', 'hot', 'here', 'but', 'i', 'ca', "n't", 'wait', 'i', 'tried', 'them', 'on', 'with', 'wedge', 'sandals', 'a', 'lacey', 'bohemian', 'top', 'and', 'they', 'looked', 'awesome', 'i', 'also', 'tried', 'them', 'on', 'with', 'white', 'rocker', 'booties', 'and', 'my', 'vintage', 't', 'that', 'says', 'italians', 'do', 'it', 'better', 'and', 'a', 'jean', 'jacket', 'i', "'m", 'loving', 'the', 'look', 'feel', 'of', 'them', 'bring', 'on', 'the', 'cool', 'autumn', 'days', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['14519,866,35', 'not', 'as', 'flattering', 'as', 'in', 'picture', 'i', 'waited', 'impatiently', 'for', 'this', 'item', 'to', 'come', 'in', 'stock', 'and', 'when', 'it', 'did', 'i', 'had', 'it', 'overnighted', 'because', 'i', 'was', 'so', 'excited', 'to', 'receive', 'it', 'it', "'s", 'hit', 'or', 'miss', 'with', 'me', 'as', 'far', 'as', 'retailer', "'s", 'mediums', 'and', 'larges', 'depending', 'on', 'the', 'brand', 'i', 'generally', 'err', 'on', 'the', 'side', 'of', 'caution', 'so', 'i', 'ordered', 'the', 'large', 'it', 'looked', 'cute', 'out', 'of', 'the', 'package', 'but', 'when', 'i', 'put', 'it', 'on', 'i', 'was', 'terribly', 'disappointed', 'it', 'flared', 'way', 'out', 'at', 'the', 'bottom', 'and', 'was', 'not', 'as', 'fitted', 'through', 'the', 'waist', 'as', 'on', 'the', 'model', 'this', 'could', 'have', 'been', 'the', 'large', 'sizing', 'but', ',3,0,7', 'general', 'tops', 'knits'] ['14520,1086,46', 'covers', 'sins', 'this', 'is', 'so', 'flowing', 'and', 'perfect', 'to', 'hide', 'any', 'flaws.i', 'adore', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['14521,40,39', 'pretty', 'and', 'feminine', 'i', 'do', 'wish', 'this', 'came', 'in', 'a', '30dd', 'sizing', 'purchased', 'he', '32d', 'and', 'it', 'fits', 'though', 'the', 'band', 'is', 'looser', 'than', 'desired', 'i', 'am', 'still', 'keeping', 'it', 'i', 'love', 'the', 'back', 'will', 'be', 'great', 'for', 'some', 'of', 'my', 'dresses', 'ti', 'used', 'to', 'wear', 'strapless', 'bras', 'to', 'wear', 'recommend', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14522,1086,39', 'how', 'do', 'you', 'spell', 'my-mu', 'i', 'love', 'the', 'pattern', 'adn', 'color', 'combo', 'but', 'wow', 't', 'really', 'flatering', 'on', 'me', 'too', 'much', 'fabric', 'i', 'felt', 'like', 'i', 'was', 'trying', 'to', 'hide', 'wight', 'gain', 'or', 'pregnancy', 'or', 'wearing', 'a', 'mumu', 'anyway', 'not', 'for', 'me', 'but', 'others', 'might', 'toll', 'wnat', 'to', 'try', 'in', 'case', 'it', 'was', 'just', 'me', 'too', 'bad'] [] ['length', 'was', 'decent', 'in', 'regulat', 'size', 'though', 'not', 'too', 'long', 'just', 'too', 'wide', ',2,0,8', 'general', 'dresses', 'dresses'] ['14523,866,39', 'between', 'true', 'to', 'size', 'and', 'big', 'true', 'to', 'size', 'if', 'we', 'take', 'into', 'account', 'how', 'some', 'brands', 'are', 'making', 'things', 'bigger', 'for', 'hte', 'size', 'i', 'ordered', 'both', 'the', 'xxs', 'and', 'xs', 'and', 'xxs', 'was', 'more', 'flattering', 'years', 'past', 'xxs', 'would', 'be', 'way', 'too', 'snug', 'my', 'size', 'did', "n't", 'change', 'pros', 'i', 'actually', 'thought', 'the', 'cut', 'was', 'flattering', 'on', 'me', 'the', 'top', 'is', 'very', 'cute', 'hte', 'bummer', 'for', 'me', 'is', 'the', 'fabric', 'the', 'grey', 'part', 'is', 'not', 'as', 'sift', 'as', 'i', 'would', 'have', 'hoped', 'and', 'the', 'shirt', 'part', 'can', 'wrinkle', 'did', 'in', 'the', 'package', 'length', 'was', 'nice', 'for', 'both', 'sizes', 'so', 'overall', 'i', 'would', 'go', 'smaller', 'for', 'a', ',5,1,1', 'general', 'tops', 'knits'] ['14524,866,41', 'adorable', 'but', 'not', 'for', 'me', 'this', 'is', 'an', 'adorable', 'top', 'but', 'it', 'just', 'was', "n't", 'my', 'style', 'i', "'m", '40', 'and', 'felt', 'silly', 'wearing', 'a', 'big', 'bow', 'but', 'if', 'you', 'can', 'rock', 'this', 'look', 'i', "'d", 'recommend', 'it', 'the', 'top', 'is', 'a', 'thin', 'sweatshirt', 'material', 'not', 'a', 'knit', 'sweater', 'or', 'a', 'thick', 'sweatshirt', 'fabric', 'it', 'is', 'a', 'cotton', 'rayon', 'blend', 'the', 'sweatshirt', 'part', 'is', 'cropped', 'but', 'the', 'striped', 'shirt', 'details', 'come', 'to', 'a', 'good', 'length', 'the', 'shirt', 'trim', 'is', '100', 'cotton', 'the', 'fit', 'was', 'true', 'to', 'size', 'it', 'is', 'a', 'bit', 'loose', 'not', 'overly', 'fitted', 'but', 'true', 'to', 'size', 'it', 'nips', 'in', 'a', 'bit', 'at', 'the', 'waist', 'and', 'then', 'flar', ',4,0,1', 'general', 'tops', 'knits'] ['14525,1094,47', 'gorgeous', 'but', 'runs', 'small', 'as', 'in', 'the', 'other', 'review', 'this', 'dress', 'runs', 'small', 'i', "'m", 'usually', 'an', '8', 'but', 'it', 'was', 'tight', 'and', 'short', 'i', 'would', 'love', 'to', 'exchange', 'for', 'a', '10', 'but', 'it', "'s", 'out', 'of', 'stock', 'the', 'beading', 'and', 'the', 'colors', 'on', 'this', 'dress', 'are', 'breathtaking', 'i', 'was', 'so', 'disappointed', 'it', 'did', "n't", 'fit', 'the', 'background', 'is', 'more', 'taupe/nude', 'than', 'cream', 'which', 'i', 'actually', 'really', 'like', ',4,1,1', 'general', 'dresses', 'dresses'] ['14526,1035,30', 'super', 'cute', 'okay', 'these', 'are', 'seriously', 'the', 'cutest', 'black', 'jeans', 'i', "'ve", 'ever', 'put', 'on', 'my', 'body', 'i', 'ca', "n't", 'say', 'enough', 'positive', 'things', 'about', 'them', 'sure', 'the', 'color', 'bleeds', 'a', 'little', 'like', 'the', 'previous', 'review', 'stated', 'but', 'they', "'re", 'black', 'jeans', 'i', 'have', "n't", 'encountered', 'a', 'single', 'pair', 'of', 'designer', 'black', 'jeans', 'that', 'do', "n't", 'have', 'some', 'color', 'transfer'] [] ['also', 'these', 'jeans', 'are', 'really', 'stretchy', 'which', 'makes', 'them', 'a', 'dream', 'to', 'wear'] [] ['here', 'is', 'my', 'one', 'complaint', 'i', 'am', 'normally', 'a', 'size', '29-30', 'depending', 'upon', 'brand', 'cut', 'etc', 'i', 'had', 'to', 'size', 'down', 'to', 'a', ',5,1,0', 'general', 'bottoms', 'jeans'] ['14527,876,53', 'cheap', 'cheap', 'cheap', 'this', 'runs', 'very', 'small', 'and', 'has', 'a', 'beautiful', 'design', 'but', 'it', 'feels', 'very', 'cheap', 'material', 'feels', 'like', 'thinnest', 'possible', 't-shirt', 'material', 'out', 'there', 'surprised', 'with', 'retailer', 'on', 'this', 'one', 'back', 'home', 'to', 'retailer', 'it', 'goes', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14528,642,41', 'these', 'are', 'super', 'comfortable', 'i', 'love', 'feeling', 'like', 'i', "'m", 'wearing', 'pajamas', 'in', 'public', 'but', 'being', 'properly', 'dressed', 'although', 'i', 'wear', 'them', 'around', 'the', 'house', 'often', 'too', 'i', 'do', "n't", 'regret', 'spending', 'this', 'much', 'money', 'on', 'these', 'pants', 'it', 'was', 'worth', 'it', 'since', 'i', "'m", 'wearing', 'them', 'so', 'much', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['14529,1028,53', 'in', 'love', 'i', 'bought', 'the', 'denim', 'ch', 'rocket', 'high-rise', 'crop', 'last', 'spring', 'and', 'had', 'so', 'much', 'fun', 'wearing', 'them', 'that', 'i', 'had', 'to', 'scoop', 'up', 'these', 'babys', 'when', 'i', 'saw', 'black', 'same', 'fantastic', 'fit', 'only', 'i', 'had', 'to', 'size', 'up', 'so', 'i', 'assuming', 'they', 'run', 'small', 'in', 'black', 'i', 'could', 'sleep', 'in', 'these', 'they', 'are', 'this', 'comfy', 'and', 'so', 'flattering', 'i', "'ve", 'got', 'a', 'flat', 'behind', 'and', 'the', 'placement', 'of', 'the', 'pockets', 'really', 'give', 'that', 'lift', 'i', 'need', 'in', 'back', 'i', "'d", 'buy', 'one', 'in', 'every', 'color', 'if', 'i', 'could', 'so', 'worth', 'that', 'price', 'tag', ',5,1,1', 'general', 'bottoms', 'jeans'] ['14530,1112,53', 'uniquely', 'terrific', 'cape', 'i', 'stalked', 'the', 'website', 'to', 'get', 'this', 'in', 'a', 'pxxs', 'it', 'runs', 'a', 'tad', 'large', 'this', 'is', 'a', 'beautiful', 'garment', 'i', 'receive', 'many', 'many', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'in', 'fact', 'nearly', 'everyone', 'comments', 'on', 'it', 'it', 'is', 'surprisingly', 'warm', 'for', 'a', 'cape', 'i', 'love', 'that', 'it', 'works', 'so', 'well', 'over', 'my', 'bulkier', 'sweaters', 'as', 'others', 'have', 'mentioned', 'the', 'buttons', 'are', 'a', 'little', 'difficult', 'but', 'i', 'found', 'that', 'they', 'got', 'easier', 'with', 'multiple', 'wearings', 'i', 'disagree', 'with', 'the', 'reviewer', 'that', 'feels', 'the', 'collar', 'must', 'be', 'worn', 'up', 'i', 'actually', 'like', 'the', 'collar', 'down', ',5,1,1', 'general', 'petite', 'jackets', 'outerwear'] ['14531,866,52', 'stylish', 'top', 'but', 'neck', 'opening', 'too', 'small', 'i', 'was', 'so', 'excited', 'to', 'get', 'this', 'top', 'i', 'love', 'the', 'bow', 'at', 'the', 'neck', 'and', 'the', 'frill', 'sleeves', 'so', 'current', 'unfortunately', 'it', 'was', 'difficult', 'for', 'me', 'to', 'pull', 'it', 'over', 'my', 'head', 'the', 'neck', 'opening', 'is', 'too', 'small', 'and', 'there', 'are', 'no', 'buttons', 'i', 'have', 'a', 'pretty', 'small', 'head', 'and', 'very', 'fine', 'straight', 'hair', 'so', 'i', 'can', 'imagine', 'that', 'others', 'will', 'have', 'a', 'similar', 'issue', 'getting', 'it', 'on'] [] ['i', 'am', 'keeping', 'it', 'because', 'i', 'love', 'the', 'style', 'but', 'will', 'need', 'to', 'alter', 'the', 'neck', 'myself', 'the', 'rest', 'of', 'the', 'top', 'fits', 'just', 'a', 'bit', 'loose'] ['i', 'got', 'the', 'x-small', 'and', 'am', 'a', '3', ',3,0,0', 'general', 'tops', 'knits'] ['14532,876,49', 'beautiful', 'from', 'the', 'moment', 'i', 'saw', 'this', 'top', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'the', 'colors', 'of', 'the', 'embroidery', 'are', 'just', 'so', 'beautiful', 'it', 'is', 'even', 'prettier', 'in', 'person', 'than', 'it', 'is', 'online', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['14533,866,23', 'so', 'cute', 'love', 'this', 'top', 'it', 'is', 'a', 'little', 'big', 'through', 'the', 'body/waist', 'i', 'thought', 'it', 'would', 'be', 'a', 'little', 'more', 'fitted', 'but', 'i', 'still', 'love', 'it', 'the', 'bow', 'really', 'makes', 'the', 'shirt', ',5,1,0', 'general', 'tops', 'knits'] ['14534,40,43', 'functional', 'beauty', 'i', 'own', 'many', 'of', 'the', 'natori', 'feathers', 'back', 'close', 'bras', 'and', 'decided', 'to', 'try', 'the', 'front', 'close', 'version', 'for', 'spring/summer', 'tops', 'and', 'dresses', 'i', 'purchased', 'the', 'yellow', 'and', 'got', 'the', 'matching', 'hipsters', 'panty', 'i', 'no', 'longer', 'see', 'the', 'yellow', 'available', 'but', 'you', 'could', 'find', 'elsewhere', 'or', 'maybe', 'retailer', 'will', 'bring', 'this', 'color', 'back', 'it', 'is', 'lovely', 'for', 'sizing', 'i', 'tried', 'my', 'normal', 'size', '34b', 'and', 'the', 'cup', 'size', 'larger', 'per', 'other', 'reviews', 'the', '34c', 'did', 'end', 'up', 'fitting', 'better', 'so', 'i', 'also', 'recommend', 'going', 'up', 'a', 'cup', 'size', 'excited', 'for', 'warmer', 'weather', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14535,1086,43', 'beautiful', 'concept', 'failure', 'in', 'reality.', 'beautiful', 'floral', 'print', 'and', 'while', 'i', 'like', 'the', 'concept', 'of', 'this', 'dress', 'it', 'was', 'a', 'total', 'failure', 'for', 'me', 'where', 'the', 'knit', 'meets', 'the', 'print', 'hit', 'me', 'at', 'the', 'top', 'of', 'my', 'bust', 'truly', 'a', 'disastrous', 'look', 'for', 'a', 'bustier', 'figure', 'since', 'the', 'fabric', 'just', 'drapes', 'down', 'and', 'made', 'me', 'look', 'much', 'larger', 'than', 'i', 'actually', 'am', 'same', 'with', 'the', 'arms', 'if', 'the', 'white', 'knit', 'had', 'carried', 'down', 'to', 'the', 'elbow', 'it', 'would', 'have', 'elongated', 'the', 'arms', 'instead', 'of', 'cutting', 'them', 'off', 'mid', 'biceps', 'to', 'make', 'them', 'look', 'like', 'giant', 'hams', 'i', "'m", '5', '6', 'and', 'a', 'classic', 'size', '8', 'and', 'this', ',2,0,0', 'general', 'dresses', 'dresses'] ['14536,1094,50', 'vibrant', 'colors', 'great', 'dress', 'i', 'loved', 'the', 'colors', 'of', 'this', 'vibrant', 'dress', 'the', 'beading', 'is', 'fabulous', 'the', 'dress', 'does', 'run', 'small', 'i', 'sized', 'up', 'one', 'size', 'i', 'wore', 'it', 'out', 'and', 'got', 'a', 'lot', 'of', 'compliments', ',5,1,0', 'general', 'dresses', 'dresses'] ['14537,866,36', 'arms=super', 'tight', 'i', 'was', 'excited', 'to', 'nab', 'this', 'lovely', 'because', 'i', 'am', 'a', 'sucker', 'for', 'a', 'faux', 'layered', 'look', 'i', 'am', 'usually', 'an', 'xs', 'or', 's', 'depending', 'on', 'the', 'designer', 'so', 'i', 'went', 'with', 'xs', 'in', 'this', 'top', 'based', 'on', 'reviews', 'that', 'it', 'does', "n't", 'drape', 'well', 'i', 'barely', 'got', 'my', 'arms', 'into', 'the', 'sleeves', 'i', 'thought', 'maybe', 'it', 'was', 'a', 'mistake', 'and', 'i', 'received', 'a', 'child', "'s", 'size', 'i', 'eventually', 'did', 'get', 'it', 'on', 'but', 'barely', 'got', 'it', 'back', 'off', 'size', 'up', '1-2', 'for', 'comfort', 'if', 'you', 'have', 'to', 'have', 'this', 'girl', 'i', 'was', 'bummed', 'my', 'local', 'retailer', 'did', 'not', 'have', 'a', 'm', 'for', 'me', 'to', 'try', 'returned', 'for', 'ref', ',3,1,0', 'general', 'tops', 'knits'] ['14538,642,28', 'in', 'love', 'i', 'would', 'buy', 'these', 'in', 'every', 'color', 'they', "'re", 'incredibly', 'soft', 'and', 'stylish', 'and', 'feel', 'like', 'wearing', 'pj', "'s", 'in', 'public', ',5,1,4', 'initmates', 'intimate', 'lounge'] ['14539,1162,41', 'love', 'as', 'a', 'mom', 'items', 'in', 'my', 'wardrobe', 'that', 'are', 'easy', 'to', 'throw', 'on', 'in', 'a', 'flash', 'comfortable', 'to', 'run', 'around', 'in', 'with', 'my', 'kids', 'and', 'still', 'look', 'like', 'i', 'took', 'some', 'time', 'putting', 'together', 'my', 'outfit', 'are', 'priceless', 'these', 'fit', 'the', 'bill', 'on', 'all', 'counts', 'they', 'look', 'fantastic', 'with', 'a', 'pair', 'of', 'booties', 'and', 'a', 'light', 'flowing', 'top'] [] ['these', 'have', 'to', 'be', 'the', 'most', 'comfortable', 'joggers', 'ever', 'made', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['14540,876,55', ',this', 'top', 'makes', 'me', 'feel', 'like', 'the', 'artist', 'i', 'am', 'it', "'s", 'so', 'beautifully', 'embroidered', 'and', 'detailed', 'i', 'wear', 'it', 'with', 'cords', 'or', 'jeans', 'and', 'it', 'never', 'gets', 'boring', 'it', 'was', 'worth', 'every', 'penny', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['14541,876,43', 'beautiful', 'shirt', 'delicate', 'care', 'required', 'i', 'love', 'this', 'shirt', 'and', 'have', 'received', 'compliments', 'each', 'time', 'that', 'i', "'ve", 'worn', 'it', 'there', 'is', 'a', 'lot', 'of', 'visual', 'interest', 'from', 'the', 'vibrant', 'colors', 'stitching', 'and', 'mesh', 'panel', 'on', 'the', 'back', 'and', 'it', 'is', 'a', 'great', 'transitional', 'piece', 'from', 'late', 'summer', 'to', 'fall', 'and', 'into', 'winter', 'my', 'only', 'complaint', 'is', 'that', 'the', 'threads', 'pull', 'easily', 'and', 'there', 'are', 'no', 'laundering', 'instructions', 'so', 'i', 'had', 'to', 'log', 'in', 'to', 'the', 'website', 'to', 'learn', 'that', 'it', 'was', 'machine', 'washable', 'i', 'would', 'definitely', 'recommend', 'using', 'a', 'lingerie', 'bag', 'washing', 'on', 'delicate', 'and', 'not', 'pu', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['14542,866,39', 'meh', 'i', 'wanted', 'to', 'love', 'this', 'top', 'but', 'had', '2', 'major', 'problems', 'with', 'it', 'first', 'it', "'s", 'not', 'for', 'short', 'girls', 'i', "'m", 'only', '5', 'tall', 'and', 'it', 'was', 'a', 'total', 'mess', 'on', 'me', 'proportion', 'wise', 'the', 'sleeves', 'were', 'way', 'too', 'long', 'and', 'the', 'seam', 'where', 'the', 'sweater', 'and', 'peplum', 'meet', 'hit', 'right', 'in', 'the', 'middle', 'of', 'my', 'butt', 'which', 'was', 'terribly', 'unflattering', 'second', 'the', 'grey', 'fabric', 'was', 'very', 'thin', 'and', 'kinda', 'cheap', 'looking', 'no', 'regrets', 'on', 'returning', 'this', 'one', ',3,0,0', 'general', 'tops', 'knits'] ['14543,862,23', 'this', 'product', 'is', 'great', 'for', 'all', 'occasions', 'i', 'loved', 'this', 'top', 'so', 'much', 'that', 'i', 'ended', 'up', 'purchasing', 'it', 'in', 'another', 'color', 'it', 'works', 'with', 'so', 'many', 'different', 'outfits', 'both', 'casual', 'and', 'dressy', 'it', 'is', 'super', 'comfortable', 'and', 'so', 'soft', 'i', 'would', 'definitely', 'recommend', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['14544,564,53', 'flapper-esque', 'oh', 'this', 'is', 'so', 'much', 'prettier', 'in', 'person', 'what', 'you', 'ca', "n't", 'see', 'from', 'the', 'pics', 'is', 'that', 'the', 'bottom', 'flutes', 'out', 'a', 'bit', 'it', 'is', 'quite', 'charming', 'fits', 'true', 'to', 'size.,5,1,4', 'general', 'trend', 'trend'] ['14545,904,66', 'great', 'drape', 'i', 'love', 'how', 'this', 'long', 'sweater', 'drapes', 'it', "'s", 'soft', '-feels', 'great', 'on', 'and', 'looks', 'fabulous', 'over', 'leggings', 'or', 'skinnys', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14546,822,26', 'it', "'s", 'a', 'beautiful', 'top', 'but', 'not', 'for', 'the', 'price', 'very', 'thin', 'material', 'not', 'see-through', 'though', 'i', 'fear', 'it', 'may', 'easily', 'rip', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['14547,822,37', 'annoying', 'as', 'heck', 'but', 'too', 'pretty', 'to', 'return', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'i', 'love', 'tracy', 'reese', 'the', 'pattern', 'is', 'beautiful', 'and', 'the', 'yellow', 'is', 'even', 'brighter', 'in', 'person', 'i', 'ordered', 'a', 'size', 'small', 'even', 'though', 'i', 'normally', 'wear', 'an', 'xs', 'in', 'all', 'tops', 'for', 'whatever', 'reason', 'there', 'was', 'no', 'xs', 'offered', 'which', 'is', 'odd', 'the', 'straps', 'are', 'adjustable', 'which', 'is', 'good', 'but', 'unfortunately', 'you', 'absolutely', 'can', 'not', 'wear', 'this', 'top', 'without', 'fashion', 'tape', 'to', 'keep', 'the', 'straps', 'from', 'falling', 'off', 'your', 'shoulders', 'the', 'straps', 'slipped', 'off', 'my', 'shoulders', 'constantly', 'i', 'wore', 'a', 'coobie', ',4,1,4', 'general', 'petite', 'tops', 'blouses'] ['14548,1074,59', 'love', 'love', 'i', 'love', 'everything', 'about', 'this', 'dress', 'the', 'style', 'fit', 'colors', 'and', 'design', 'of', 'fabric', 'quality', 'and', 'feel', 'of', 'fabric', 'so', 'happy', 'and', 'highly', 'recommend', ',5,1,1', 'general', 'dresses', 'dresses'] ['14549,862,66', 'love', 'the', 'back', 'scoop', 'i', 'love', 'this', 'top', 'other', 'reviewers', 'have', 'mentioned', 'the', 'softness', 'of', 'the', 'material', 'and', 'the', 'cozy', 'perfect', 'for', 'fall/perfect', 'for', 'the', 'sf', 'bay', 'area', 'winter', 'but', 'i', 'would', 'like', 'to', 'call', 'out', 'my', 'favorite', 'element', 'of', 'the', 'top', 'being', 'the', 'scoop', 'in', 'the', 'back', 'it', 'adds', 'just', 'a', 'little', 'bit', 'of', 'soft', 'sexiness', 'while', 'being', 'just', 'right', 'for', 'a', 'comfortable', 'weekend', 'sweater', 'to', 'a', 'dressed', 'up', 'office', 'appropriate', 'shirt', ',5,1,2', 'general', 'tops', 'knits'] ['14550,862,41', 'super', 'soft', 'this', 'shirt', 'is', 'so', 'soft', 'and', 'very', 'flattering', 'i', 'ordered', 'the', 'navy', 'in', 'a', 'medium', '5', '10', '150', 'lbs', 'love', 'how', 'it', 'scoops', 'in', 'the', 'back', ',5,1,0', 'general', 'tops', 'knits'] ['14551,850,31', 'perfect', 'fit', 'and', 'style', 'for', 'work', 'or', 'casual', 'i', 'get', 'nervous', 'shopping', 'online', 'but', 'this', 'top', 'fit', 'perfectly', 'was', "n't", 'too', 'long', 'or', 'too', 'short', 'it', 'has', 'nice', 'flow', 'and', 'dresses', 'up', 'or', 'down', 'depending', 'on', 'the', 'look', 'you', "'re", 'going', 'for', 'i', 'got', 'the', 'off-white', 'with', 'blue', 'polka-dots', 'and', 'love', 'it', ',5,1,1', 'general', 'tops', 'blouses'] ['14552,758,61', 'not', 'as', 'pictures', 'material', 'is', 'strange', 'triangle', 'top', 'is', 'funky', 'this', 'is', 'just', 'not', 'awesome', 'in', 'any', 'way.,1,0,0', 'initmates', 'intimate', 'intimates'] ['14553,850,48', 'super', 'sweet', 'feminine', 'top', 'i', "'m", '5', '7', 'with', 'a', '36', 'b', 'bra', 'size', 'and', 'a', 'size', '4', 'fit', 'perfectly', 'and', 'could', 'not', 'have', 'been', 'more', 'comfortable', 'one', 'big', 'plus', 'for', 'me', 'is', 'that', 'it', 'is', 'virtually', 'wrinkle', 'free', 'i', 'purchased', 'the', 'orange', 'which', 'is', 'a', 'lovely', 'muted', 'orange', 'not', 'neon', 'or', 'too', 'bright', 'and', 'received', 'multiple', 'compliments', 'when', 'i', 'wore', 'it', 'to', 'work', 'the', 'first', 'time', ',5,1,2', 'general', 'tops', 'blouses'] ['14554,862,31', 'wear', 'it', 'all', 'the', 'time', 'bought', 'the', 'gray', 'online', 'just', 'to', 'try', 'it', 'and', 'i', "'ve", 'already', 'worn', 'it', '3', 'times', 'very', 'soft', 'love', 'the', 'flowiness', 'and', 'the', 'scoop', 'in', 'the', 'back', 'gives', 'it', 'a', 'slightly', 'less', 'casual', 'touch', 'without', 'losing', 'comfort', 'the', 'only', 'concern', 'i', 'have', 'is', 'that', 'it', 'may', 'pill', 'up', 'a', 'little', 'and', 'not', 'sure', 'how', 'it', 'will', 'hold', 'up', 'in', 'the', 'wash.', 'i', "'m", '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'the', 'size', 'small', 'was', 'perfect', 'true', 'to', 'size', ',5,1,10', 'general', 'tops', 'knits'] ['14555,904,23', 'love', 'the', 'style', 'this', 'top', 'runs', 'large', 'i', 'am', 'going', 'to', 'return', 'the', 'medium', 'i', 'ordered', 'for', 'a', 'small'] ['i', 'wish', 'it', 'came', 'in', 'different', 'colors', 'i', 'love', 'the', 'style', ',3,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14556,850,43', 'too', 'short', 'this', 'is', 'such', 'a', 'cute', 'design', 'but', 'it', "'s", 'so', 'short', 'it', 'barely', 'hits', 'at', 'my', 'hips', 'you', "'d", 'have', 'to', 'wear', 'a', 'layer', 'under', 'it', 'to', 'keep', 'your', 'tummy', 'from', 'being', 'exposed', 'i', "'m", 'also', 'not', 'thrilled', 'with', 'the', 'buttons', 'i', 'am', 'a', '34c', 'bra', 'size', 'and', 'the', 'second', 'button', 'was', 'gaping', 'open', 'on', 'the', 'size', '4', 'top', 'i', 'wish', 'they', "'d", 'been', 'sewn', 'shut', 'the', 'neckline', 'is', 'so', 'big', 'it', "'s", 'not', 'like', 'the', 'buttons', 'need', 'to', 'function', 'i', 'got', 'the', 'burgundy', 'with', 'pink', 'flowers', 'and', 'the', 'colors', 'are', 'great', 'too', 'bad', 'it', "'s", 'so', 'short', 'and', 'gapes', 'open', 'at', 'the', 'bust', 'going', 'back', ',3,0,19', 'general', 'tops', 'blouses'] ['14557,822,38', 'love', 'this', 'such', 'a', 'pretty', 'blouse', 'drapes', 'nicely', 'though', 'it', 'is', 'a', 'little', 'on', 'the', 'large', 'side', 'i', 'got', 'my', 'usual', 'medium', 'and', 'had', 'to', 'fix', 'the', 'straps', 'a', 'few', 'times', 'but', 'a', 'fun', 'summer', 'top', 'that', 'makes', 'you', 'feel', 'super', 'feminine', 'maybe', 'i', 'could', 'have', 'sized', 'down', 'but', 'i', 'got', 'it', 'online', 'on', 'clearance', 'so', 'i', 'did', "n't", 'have', 'the', 'chance', 'to', 'try', 'on', 'another', 'size', 'still', 'love', 'it', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['14558,850,61', 'so', 'pretty', 'i', 'ordered', 'this', 'in', 'the', 'burgundy', 'and', 'am', 'in', 'love', 'with', 'the', 'print', 'and', 'color', 'very', 'feminine', 'without', 'being', 'over', 'the', 'top'] ['i', "'m", '5', '4', '123lbs', '34a', 'and', 'the', '2', 'fit', 'perfect', 'the', 'cut', 'is', 'drapey', 'without', 'being', 'maternity', 'like', 'and', 'i', 'appreciate', 'that', "'s", 'it', 'not', 'as', 'long', 'and', 'full', 'as', 'many', 'of', 'the', 'other', 'tops', 'out', 'there', 'making', 'it', 'easier', 'to', 'wear', 'with', 'some', 'pants', 'or', 'skirts', 'it', 'even', 'has', 'little', 'snaps', 'to', 'hold', 'your', 'bra', 'strap', 'in', 'place', 'although', 'i', 'doubt', 'i', 'would', 'use', 'those', 'this', 'top', 'is', 'appropriate', 'for', 'any', 'age', 'without', 'looking', 'too', 'girly', ',5,1,1', 'general', 'tops', 'blouses'] ['14559,850,38', 'beware', 'of', 'color', 'i', 'ordered', 'this', 'in', 'both', 'the', 'white', 'and', 'navy', 'colors', 'navy', 'being', 'what', 'looks', 'like', 'an', 'ivory', 'background', 'with', 'navy', 'spots', 'when', 'i', 'received', 'the', 'blouse', 'the', 'background', 'on', 'the', 'navy', 'is', 'actually', 'a', 'light', 'grey/beige', 'color', 'that', 'makes', 'the', 'whole', 'top', 'look', 'kind', 'of', 'dingy', 'when', 'ordering', 'the', 'navy', 'version', 'be', 'aware', 'that', 'the', 'product', 'images', 'do', "n't", 'show', 'the', 'true', 'background', 'color', 'on', 'the', 'top', ',3,1,4', 'general', 'tops', 'blouses'] ['14560,740,36', 'gorgeous', 'and', 'versatile', 'just', 'received', 'this', 'in', 'black', 'and', 'am', 'in', 'love', 'it', 'has', 'a', 'stevie', 'nicks', 'vibe', 'and', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'as', 'a', 'swimsuit', 'cover', 'up', 'dress', 'with', 'black', 'slip', 'underneath', 'and', 'even', 'with', 'a', 'black', 'tank', 'and', 'skinny', 'jeans', 'it', 'really', 'is', 'beautiful', 'i', 'am', '5', '3', 'and', 'was', 'worried', 'it', 'would', 'be', 'too', 'long', 'but', 'it', 'just', 'hits', 'above', 'ground', 'with', 'flats', 'and', 'will', 'work', 'even', 'better', 'with', 'wedges'] [] ['it', 'is', 'big', 'and', 'will', 'flatter', 'a', 'variety', 'of', 'sizes', 'even', 'though', 'i', "'m", 'a', '6/8', 'i', 'do', "n't", 'feel', 'like', 'it', "'s", 'too', 'overwhelming'] [] ['my', 'only', 'concern', 'is', 'how', ',4,1,6', 'initmates', 'intimate', 'swim'] ['14561,904,37', 'beautiful', 'top', 'runs', 'large', 'i', 'purchased', 'this', 'top', 'in', 'the', 'xs', 'and', 'was', 'so', 'excited', 'to', 'receive', 'it', 'as', 'i', 'love', 'the', 'layered', 'look', 'snd', 'the', 'back', 'of', 'the', 'sweater', 'was', 'so', 'cute', 'online', 'the', 'sweater', 'itself', 'is', 'lovely', 'but', 'it', 'was', 'a', 'tent', 'on', 'me', 'waaaaay', 'too', 'big', 'for', 'my', '5', '3', 'frame', 'if', 'you', "'re", 'a', 'taller', 'gal', 'or', 'someone', 'who', 'likes', 'more', 'volume', 'in', 'their', 'swing', 'tops', 'this', 'is', 'for', 'you', 'unfortunately', 'i', 'had', 'to', 'return', 'it', ',4,0,10', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14562,850,55', ',,4,1,0', 'general', 'tops', 'blouses'] ['14563,1074,60', 'just', 'makes', 'me', 'feel', 'happy', 'this', 'is', 'such', 'a', 'fun', 'happy', 'dress', 'i', 'saw', 'it', 'in', 'the', 'store', 'on', 'the', 'rack', 'that', 'has', 'online', 'returns', 'so', 'there', 'was', 'only', 'one', 'available', 'to', 'try', 'on', 'it', 'was', 'a', 'size', '4', 'and', 'i', 'usually', 'wear', 'a', '6', 'in', 'retailer', 'brands', 'i', 'loved', 'the', 'dress', 'and', 'tried', 'it', 'anyway', 'and', 'it', 'fit', 'perfectly', 'which', 'is', 'why', 'i', 'think', 'it', 'runs', 'a', 'bit', 'large', 'for', 'reference', 'i', 'am', '5', '2', 'and', '140', 'lbs.', 'hourglass', 'shape', 'but', 'a', 'bit', 'fluffy', 'in', 'the', 'tummy', 'and', 'upper', 'arms', 'it', 'has', 'an', 'empire', 'waistline', 'and', 'a', 'zipper', 'in', 'the', 'back', 'it', 'is', 'so', 'light', 'and', 'airy', 'and', 'super', 'comfortable', 'it', 'ha', ',5,1,6', 'general', 'dresses', 'dresses'] ['14564,822,60', 'lovely', 'summer', 'top', 'comfortable', 'and', 'cool', 'for', 'hot', 'summer', 'days', 'beautiful', 'fabric', 'fits', 'tts', 'highly', 'recommend', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['14565,822,25', 'my', 'favorite', 'summer', 'top', 'i', 'just', 'love', 'the', 'bright', 'yellow', 'floral', 'pattern', 'and', 'the', 'off', 'the', 'shoulder', 'sleeves', 'the', 'loose', 'fit', 'is', 'really', 'ideal', 'for', 'when', 'i', 'just', 'want', 'to', 'throw', 'something', 'on', 'and', 'run', 'out', 'the', 'door', 'but', 'look', 'super', 'cute', 'at', 'the', 'same', 'time', 'it', 'runs', 'a', 'little', 'large', 'to', 'give', 'you', 'the', 'flowy', 'look', 'but', 'i', 'like', 'things', 'flowy', 'so', 'this', 'was', "n't", 'an', 'issue', 'for', 'me', 'but', 'a', 'plus', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14566,850,53', 'so', 'pretty', 'in', 'red', 'i', 'love', 'this', 'in', 'the', 'red', 'motif', 'looks', 'great', 'with', 'jeans', 'or', 'white', 'for', 'maeve', 'this', 'runs', 'a', 'little', 'larger', 'at', '5', '8', '130', 'lbs', 'i', 'typically', 'need', 'a', '6', 'to', 'keep', 'the', 'front', 'from', 'pulling/gaping', 'the', '6', 'in', 'this', 'was', 'roomy', 'and', 'the', '4', 'was', 'also', 'good', 'took', 'the', '6', 'for', 'a', 'little', 'extra', 'length', 'the', 'shirt', 'hits', 'be', 'about', 'like', 'the', 'model', 'in', 'length', 'and', 'while', 'a', 'little', 'cropped', 'it', 'wo', "n't", 'show', 'your', 'stomach', ',4,1,3', 'general', 'tops', 'blouses'] ['14567,862,50', 'worth', 'having', 'in', 'every', 'color', 'wow', 'great', 'top', 'i', 'have', 'all', 'the', 'colors', 'now', 'wow', 'like', 'them', 'all', 'great', 'weight', 'cozy', 'but', 'not', 'too', 'heavy', 'nice', 'that', 'no', 'pilling', 'either', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['14568,929,47', 'pretty', 'but', 'heavy', 'i', 'love', 'the', 'look', 'of', 'this', 'pullover', 'however', 'it', 'was', 'too', 'short', 'and', 'heavy', 'for', 'my', 'small', 'frame', 'with', 'narrow', 'shoulders', 'sleeves', 'were', 'too', 'long', 'as', 'well', ',3,1,1', 'general', 'tops', 'sweaters'] ['14569,1074,35', 'completely', 'amazing', 'i', 'rarely', 'buy', 'anything', 'at', 'full', 'price', 'at', 'retailer', 'but', 'after', 'trying', 'this', 'dress', 'on', 'last', 'weekend', 'i', 'had', 'to', 'buy', 'it', 'because', 'i', 'could', "n't", 'handle', 'the', 'thought', 'of', 'not', 'having', 'this', 'dress', 'in', 'my', 'life', 'i', "'m", '5', 'feet', 'tall', 'and', 'a', 'size', '12', 'so', 'this', 'was', 'definitely', 'a', 'maxi', 'on', 'me', 'but', 'there', 'is', 'just', 'enough', 'room', 'at', 'the', 'bottom', 'that', 'i', 'can', 'safely', 'wear', 'it', 'with', 'flats', 'i', "'m", 'very', 'pear-shaped', 'and', 'this', 'dress', 'is', 'extremely', 'flattering', 'on', 'me', 'even', 'my', 'husband', 'agreed', 'that', 'i', 'needed', 'to', 'buy', 'it', 'even', 'though', 'he', 'hates', 'my', 'shopping/clothing', 'add', ',5,1,17', 'general', 'dresses', 'dresses'] ['14570,441,35', 'perfect', 'i', 'purchased', 'this', 'top', 'as', 'a', 'swim', 'suit', 'cover-up', 'and', 'it', 'is', 'perfect', 'i', 'was', 'counting', 'on', 'the', 'model', 'in', 'the', 'photo', 'being', 'tall', 'so', 'that', 'the', 'top', 'would', 'be', 'longer', 'on', 'me', 'and', 'that', 'was', 'true', 'great', 'product.,5,1,0', 'initmates', 'intimate', 'swim'] ['14571,850,49', ',,4,1,0', 'general', 'tops', 'blouses'] ['14572,850,39', 'just', 'sew', 'the', 'gap', 'being', 'a', '34d', 'i', 'was', 'nervous', 'about', 'the', 'gaping', 'between', 'the', 'top', 'two', 'buttons', 'given', 'the', 'other', 'reviews', 'i', 'read', 'they', "'re", 'right', 'it', 'totally', 'gaps', 'even', 'when', 'standing', 'still', 'so', 'i', 'took', 'it', 'to', 'the', 'tailor', 'they', 'sewed', 'the', 'seam', 'between', 'the', 'top', 'two', 'buttons', 'easy', 'fix', 'for', 'a', 'blouse', 'that', 'otherwise', 'works', 'the', 'color', 'is', 'great', 'i', 'got', 'the', 'red', 'one', 'and', 'i', 'like', 'the', 'fabric', 'i', 'did', "n't", 'think', 'it', 'hit', 'awkwardly', 'at', 'the', 'bottom', 'seam', 'looks', 'great', 'with', 'skinny', 'white', 'jeans', ',5,1,2', 'general', 'tops', 'blouses'] ['14573,822,46', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14574,850,42', 'beautiful', 'swing', 'top', 'i', "'m", 'glad', 'i', 'tried', 'this', 'on', 'i', 'was', 'drawn', 'to', 'the', 'burgundy', 'and', 'pink', 'floral', 'print', 'but', 'i', 'was', "n't", 'so', 'sure', 'about', 'the', 'cut', 'or', 'style', 'of', 'the', 'top', 'once', 'it', 'was', 'on', 'however', 'i', 'loved', 'it', 'i', 'do', "n't", 'much', 'care', 'for', 'the', 'a-line', 'tops', 'that', 'remind', 'me', 'of', 'maternity', 'wear', 'they', "'re", 'cute', 'on', 'rail-thin', 'young', 'girls', 'but', 'not', 'so', 'much', 'on', 'mom-bod', 'women', 'in', 'their', '40s', 'this', 'top', 'is', 'the', 'exception', 'the', 'details', 'from', 'the', 'buttons', 'to', 'the', 'thin', 'pleats', 'the', 'unique', 'cut', 'of', 'the', 'bust-line', 'and', 'the', 'print', 'make', 'this', 'top', 'both', 'lovely', 'and', 'flattering', 'i', 'wore', ',5,1,5', 'general', 'tops', 'blouses'] ['14575,850,32', 'perfect', 'fit', 'cute', 'for', 'summer', 'i', "'m", 'a', 'big', 'fan', 'of', 'maeve', 'products', 'still', 'even', 'when', 'i', 'like', 'something', 'i', 'always', 'prefer', 'to', 'try', 'on', 'in', 'the', 'store', 'just', 'to', 'be', 'certain', 'i', 'decided', 'to', 'risk', 'it', 'this', 'time', 'and', 'was', 'so', 'happy', 'when', 'this', 'top', 'came', 'and', 'it', 'fit', 'perfectly', 'i', "'m", '5', '3', '150', 'lbs', 'but', 'carry', 'more', 'weight', 'on', 'bottom', 'so', 'i', 'ordered', 'the', '8.', 'it', "'s", 'just', 'right', 'cute', 'and', 'flowy', 'i', "'ll", 'probably', 'get', 'another', 'one', 'in', 'a', 'different', 'color', ',5,1,5', 'general', 'tops', 'blouses'] ['14576,862,54', 'soft', 'feminine', 'and', 'flowey', 'i', 'bought', 'this', 'in', 'wine', 'in', 'both', 'the', 'small', 'and', 'medium', 'both', 'fit', 'but', 'am', 'keeping', 'the', 'medium', 'since', 'it', 'drapes', 'better', 'and', 'looks', 'like', 'the', 'photo', 'with', 'longer', 'length', 'in', 'body', 'and', 'sleeves', 'light', 'material', 'is', 'a', 'great', 'weight', 'since', 'heavy', 'sweaters', 'can', 'be', 'too', 'hot', 'in', 'heated', 'offices', 'style', 'can', 'be', 'dressed', 'up', 'or', 'down', 'for', 'office', 'or', 'weekend', 'have', 'ordered', 'the', 'blue', 'and', 'grey', 'only', 'concern', 'is', 'how', 'well', 'the', 'fabric', 'will', 'launder.,4,1,1', 'general', 'tops', 'knits'] ['14577,1033,66', 'nice', 'but', 'i', 'love', 'almost', 'everything', 'about', 'these', 'jeans', 'color', 'fabric', 'and', 'rise', 'are', 'perfect', 'unfortunately', 'they', 'bag', 'at', 'the', 'knee', 'on', 'me', 'should', 'have', 'ordered', 'a', 'size', 'smaller', 'than', 'my', 'usual', 'but', 'since', 'i', 'have', 'worn', 'them', 'i', 'will', 'keep', 'them', ',4,1,0', 'general', 'bottoms', 'jeans'] ['14578,850,57', 'great', 'colour', 'looking', 'forward', 'to', 'wearing', 'this', 'on', 'a', 'beach', 'holiday', ',4,1,0', 'general', 'tops', 'blouses'] ['14579,1074,32', 'yes', 'what', 'a', 'delight', 'of', 'a', 'dress', 'i', 'saw', 'it', 'online', 'and', 'it', 'piqued', 'my', 'interest', 'in', 'person', 'too', 'with', 'only', 'one', 'size', 'available', 'i', 'was', 'limited', 'to', 'try', 'on', 'a', 'dress', 'two', 'sizes', 'too', 'small', 'so', 'i', "'ve", 'factored', 'that', 'in', 'to', 'my', 'review', 'the', 'dress', 'is', 'very', 'light', 'and', 'would', 'be', 'see', 'through', 'without', 'the', 'attached', 'slip', 'the', 'length', 'fell', 'just', 'above', 'my', 'ankle', 'with', 'the', 'design', 'allowing', 'for', 'a', 'movement', 'and', 'flow', 'to', 'the', 'bottom', 'the', 'colors', 'are', 'vibrant', 'in', 'person', 'perhaps', 'even', 'more', 'so', 'than', 'online', 'the', 'fit', 'seems', 'to', 'be', 'true', 'to', 'size', 'though', 'i', 'have', 'to', ',5,1,3', 'general', 'dresses', 'dresses'] ['14580,850,48', 'sweet', 'tank', 'i', 'got', 'this', 'in', 'the', 'green', 'blue', 'pink', 'motif', 'and', 'i', 'love', 'it', 'really', 'nice', 'flow', 'and', 'not', 'tent', 'like', 'at', 'all', '5', '8', '135', 'and', 'in', 'a', 'size', '6', 'i', 'do', "n't", 'find', 'this', 'shows', 'my', 'stomach', 'at', 'all', 'it', "'s", 'really', 'comfortable', 'and', 'i', 'love', 'the', 'colors', 'i', 'did', 'get', 'this', 'in', 'store', 'at', '15', 'off', 'and', 'i', 'think', 'it', "'s", 'a', 'little', 'pricy', 'for', 'a', 'rayon', 'shirt', 'without', 'the', 'discount', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['14581,862,28', 'very', 'comfortable', 'and', 'reversible', 'very', 'comfortable', 'sweater', 'tts', 'i', 'felt', 'the', 'back', 'was', 'a', 'little', 'too', 'low', 'to', 'wear', 'to', 'work', 'but', 'it', 'works', 'perfectly', 'reversed', 'tempted', 'to', 'buy', 'it', 'in', 'another', 'color', ',5,1,1', 'general', 'tops', 'knits'] ['14582,850,64', 'reallly', 'cute', 'loved', 'this', 'blouse', 'but', 'tried', 'on', 'size', '8', 'my', 'size', 'waaaaaay', 'too', 'big', 'tried', 'a', '6', 'still', 'big', 'but', 'the', '4', 'was', 'perfect', 'the', 'only', 'problem', 'was', 'that', 'it', 'did', 'get', 'a', 'bit', 'shorter', 'in', 'length', 'but', 'also', 'ended', 'up', 'a', 'little', 'more', 'fitted', 'which', 'i', 'really', 'liked.,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['14583,850,30', 'great', 'color', 'this', 'shirt', 'was', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'it', "'s", 'fitted', 'at', 'the', 'top', 'with', 'just', 'the', 'right', 'amount', 'of', 'swing', 'some', 'of', 'retailer', "'s", 'shirts', 'can', 'have', 'too', 'much', 'swing', 'for', 'me', 'but', 'this', 'is', 'just', 'right', 'the', 'color', 'is', 'great', 'too', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14584,862,20', 'love', 'this', 'shirt', 'i', 'agree', 'with', 'other', 'reviews', 'this', 'shirt', 'is', 'more', 'like', 'a', 'thin', 'sweater', 'it', 'is', 'so', 'soft', 'i', 'was', 'walking', 'around', 'the', 'first', 'time', 'i', 'wore', 'it', 'asking', 'people', 'to', 'pet', 'me', 'i', 'just', 'got', 'it', 'on', 'sale', 'and', 'wore', 'it', 'twice', 'this', 'week', 'already', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'i', 'bought', 'this', 'on', 'sale', 'in', 'grey', 'i', 'love', 'it', 'so', 'much', 'that', 'i', 'just', 'bought', 'a', 'navy', 'and', 'burgundy', 'one', 'too', 'it', 'runs', 'slightly', 'large', 'but', 'i', 'like', 'my', 'comfortable', 'sweaters', 'to', 'fit', 'large', 'definitely', 'an', 'important', 'staple', 'to', 'any', 'wardrobe', ',5,1,1', 'general', 'tops', 'knits'] ['14585,850,64', 'love', 'the', 'ikat', 'print', 'a', 'while', 'back', 'the', 'moss', 'ikat', 'print', 'appealed', 'to', 'me', 'online', 'but', 'sometimes', 'these', 'style', 'tops', 'look', 'maternity', 'on', 'me', 'so', 'i', 'passed', 'up', 'well', 'abt', 'a', 'month', 'ago', 'i', 'spotted', 'the', "'moss", 'in', 'the', 'store', 'had', 'to', 'try', 'it', 'it', 'really', 'is', 'cute', 'love', 'the', 'print', 'even', 'more', 'in', 'person', 'the', 'size', '4', 'was', 'fine', 'but', 'the', 'armholes', 'exposed', 'the', 'bra', 'a', 'little', 'i', 'wondered', 'if', 'it', 'wld', 'be', 'a', 'little', 'too', 'short', 'after', 'washing', 'well', 'the', 'size', '6', 'was', 'a', 'little', 'longer', 'a', 'tad', 'more', 'flowy', 'oddly', 'the', 'armholes', 'covered', 'the', 'bra', 'the', '4', 'did', "n't", 'i', 'went', 'w/', 'the', 'siz', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['14586,850,41', 'cute', 'summer', 'tank', 'this', 'is', 'such', 'a', 'cute', 'summer', 'tank', 'to', 'wear', 'with', 'capris', 'or', 'shorts', 'it', 'is', 'loose', 'fitting', 'and', 'while', 'i', 'normally', 'prefer', 'the', 'petite', 'sizing', 'at', '5', '1', 'i', 'got', 'the', '00', 'since', 'i', 'liked', 'the', 'longer', 'length', 'i', 'purchased', 'the', 'wine', 'and', 'navy', 'colors', 'and', 'the', 'neckline', 'is', "n't", 'too', 'deep', 'at', 'all', 'love', 'it', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['14587,862,42', 'great', 'sweater', 'love', 'this', 'sweater', 'one', 'of', 'my', 'favorite', 'fall', 'purchases', 'by', 'far', 'love', 'how', 'it', 'hangs', 'especially', 'the', 'low', 'back', 'it', "'s", 'simple', 'comfortable', 'yet', 'so', 'chic', 'at', 'the', 'same', 'time', 'i', 'bought', 'the', 'grey', 'and', 'goes', 'great', 'with', 'skinny', 'jeans', 'and', 'boots', ',5,1,0', 'general', 'tops', 'knits'] ['14588,441,53', 'great', 'for', 'the', 'beach', 'i', 'wore', 'this', 'tunic', 'everyday', 'on', 'vacation', 'in', 'hawaii', 'runs', 'a', 'little', 'small', 'i', "'m", 'usually', 'a', 'small', 'and', 'the', 'x-small', 'was', 'just', 'right', 'perfect', 'length', 'short', 'but', 'not', 'too', 'short', ',5,1,0', 'initmates', 'intimate', 'swim'] ['14589,1074,35', 'this', 'dress', 'ran', 'large', 'on', 'me', 'i', 'am', 'a', '10', 'sometimes', 'an', '8', 'but', 'went', 'with', 'the', '10.', 'it', 'just', 'hung', 'on', 'me', 'giving', 'me', 'no', 'shape', 'the', 'colors', 'are', 'pretty', 'and', 'the', 'dress', 'was', 'nice', 'but', 'i', 'expected', 'it', 'to', 'wow', 'me', 'more', 'for', 'the', 'price', 'sending', 'back', 'may', 'try', 'again', 'if', 'the', 'next', 'size', 'makes', 'it', 'to', 'sale', ',5,1,2', 'general', 'dresses', 'dresses'] ['14590,975,64', 'country', 'classic', 'perfect', 'fall', 'accessory', 'and', 'transitional', 'piece', 'for', 'cooler', 'days', 'classic', 'red', 'and', 'black', 'check', 'with', 'a', 'fashion', 'flair', 'great', 'with', 'jeans', 'or', 'dress', 'it', 'up', 'with', 'jewelry', 'a', 'great', 'find', ',5,1,1', 'general', 'jackets', 'jackets'] ['14591,332,29', 'love', 'these', 'i', 'was', 'hesitant', 'to', 'order', 'these', 'especially', 'because', 'they', 'did', "n't", 'have', 'a', 'petite', 'since', 'there', "'s", 'shipping', 'and', 'i', 'thought', 'i', 'might', 'have', 'to', 'return', 'them', 'i', 'know', 'that', 'most', 'shorts', 'from', 'retailer', 'run', 'a', 'little', 'big', 'i', "'m", 'usually', 'a', '4', 'but', 'in', 'retailer', 'bottoms', '0-2', 'i', 'ordered', 'the', '2', 'regular', 'since', 'there', 'were', 'no', 'petites', 'they', "'re", 'not', 'too', 'high', 'waisted', 'i', 'think', 'they', 'could', 'have', 'gone', 'higher', 'but', 'they', "'re", 'not', 'low', 'either', 'love', 'them', 'they', "'re", 'so', 'fun', 'and', 'i', 'ca', "n't", 'wait', 'to', 'break', 'them', 'out', ',5,1,0', 'general', 'bottoms', 'shorts'] ['14592,1081,35', 'flattering', 'i', 'love', 'this', 'dress-i', 'have', 'it', 'in', 'the', 'other', 'color', 'black', 'and', 'white', 'but', 'now', 'i', 'see', 'this', 'color', 'scheme', 'and', 'i', 'think', 'i', 'may', 'actually', 'like', 'this', 'one', 'better', 'i', 'love', 'the', 'wider', 'stripes', 'near', 'the', 'waistline', 'which', 'gives', 'it', 'a', 'slimming', 'appearance', 'the', 'knotted', 'look', 'gives', 'this', 'dress', 'a', 'beachy', 'feel', 'which', 'gets', 'me', 'in', 'the', 'mood', 'for', 'summertime', 'i', 'love', 'that', 'the', 'pattern', 'is', 'bold', 'but', 'the', 'color', 'scheme', 'allows', 'this', 'dress', 'to', 'still', 'stay', 'in', 'the', 'casual', 'category', 'and', 'still', 'be', 'insanely', 'flattering', 'i', 'love', 'that', 'i', 'could', 'wear', 'this', 'dress', 'eve', ',5,1,20', 'general', 'dresses', 'dresses'] ['14593,1081,63', ',versatile', 'and', 'fun', 'dress', 'color', 'is', 'better', 'in', 'person', 'than', 'picture', 'looks', 'great', 'with', 'jeans', 'jacket', 'for', 'chilly', 'moments', 'does', "n't", 'wrinkle', 'on', 'long', 'airplane', 'trip', 'and', 'rolls', 'up', 'teeny-tiny', 'for', 'packing', ',5,1,0', 'general', 'dresses', 'dresses'] ['14594,850,39', 'wrong', 'button', 'choice', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'the', 'fabric', 'is', 'beautiful', 'although', 'i', 'wish', 'they', 'would', 'start', 'making', 'blouses', 'again', 'that', 'did', "n't", 'require', 'you', 'to', 'wear', 'a', 'cami', 'underneath', 'because', 'of', 'sheerness', 'i', 'mean', 'for', 'the', 'price', 'should', "n't", 'it', 'be', 'lined', 'or', 'something', 'when', 'did', 'our', 'expectations', 'on', 'fabric', 'quality', 'get', 'so', 'low', 'but', 'i', 'knew', 'going', 'in', 'that', 'it', 'would', 'be', 'sheer', 'so', 'i', 'ca', "n't", 'really', 'complain', 'too', 'much', 'plus', 'they', 'are', 'so', 'loosely', 'sewn', 'on', 'that', 'after', '20', 'minutes', 'and', 'only', 'half', 'the', 'buttons', 'undone', 'one', 'fell', 'off', 'i', 'gave', 'up', 'at', 'that,1,0,3', 'general', 'petite', 'tops', 'blouses'] ['14595,332,60', 'fabulous', 'print', 'love', 'these', 'shorts', 'such', 'a', 'pretty', 'print', ',5,1,0', 'general', 'bottoms', 'shorts'] ['14596,960,40', 'unique', 'cape', 'i', 'love', 'the', 'design', 'of', 'this', 'cape', 'most', 'capes', 'are', 'coats', 'which', 'can', 'only', 'be', 'wore', 'in', 'the', 'fall', 'months', 'here', 'in', 'the', 'midwest', 'since', 'winter', 'is', 'too', 'cold', 'this', 'cape', 'is', 'more', 'like', 'a', 'layering', 'piece', 'for', 'indoors', 'similar', 'to', 'a', 'cardigan', 'sweater', 'which', 'i', 'like', 'it', 'can', 'be', 'wore', 'in', 'an', 'office', 'setting', 'or', 'out', 'on', 'the', 'town', 'with', 'jeans', 'the', 'constructions', 'is', 'well', 'made', 'as', 'well', ',5,1,5', 'general', 'jackets', 'jackets'] ['14597,850,45', 'the', 'buttons', 'are', 'a', 'project', 'for', 'a', 'blouse', 'this', 'beautiful', 'and', 'whimsical', 'i', 'just', 'ca', "n't", 'understand', 'why', 'the', 'little', 'button', 'loops', 'would', 'need', 'to', 'be', 'constructed', 'to', 'maintain', 'security', 'on', 'fort', 'knox', 'i', 'patiently', 'worked', 'my', 'way', 'through', 'the', 'gauntlet', 'of', 'them', 'because', 'i', 'was', 'determined', 'to', 'try', 'it', 'on', 'but', 'ultimately', 'i', 'ca', "n't", 'see', 'doing', 'this', 'again', 'for', 'a', 'pricey', 'top', 'that', 'should', "n't", 'require', 'hard', 'labor', 'to', 'access', 'the', 'fabric', 'is', 'perfect', 'a', 'beautiful', 'cotton', 'lawn', 'without', 'any', 'sheen', 'which', 'really', 'brings', 'out', 'the', 'contrast', 'of', 'colors', 'it', 'is', 'slightly', 'see', 'through', ',4,1,10', 'general', 'petite', 'tops', 'blouses'] ['14598,1081,44', 'this', 'dress', 'looks', 'so', 'beautiful', 'on', 'the', 'model', 'and', 'i', 'could', "n't", 'resist', 'ordering', 'it', 'on-line', 'i', 'have', 'an', 'athletic', 'build', 'read', 'small', 'hips', 'straight', 'i', "'m", '5', '5', 'and', '135', 'lbs', 'i', 'was', 'very', 'disappointed', 'when', 'i', 'put', 'on', 'it', "'s", 'made', 'for', 'a', 'curvy', 'build', 'the', 'dress', 'was', 'just', 'too', 'big', 'especially', 'around', 'the', 'hips', 'i', 'think', 'this', 'dress', 'is', 'probably', 'beautiful', 'on', 'a', 'curvier', 'build', ',3,1,7', 'general', 'dresses', 'dresses'] ['14599,1084,40', 'very', 'thick', 'shapless', 'runs', 'large', 'this', 'dress', 'did', "n't", 'work', 'for', 'me', 'at', 'all', 'i', "'m", '6ft', 'tall', '160lb', 'i', 'usually', 'wear', 'size', 'l', '8/10', 'but', 'based', 'on', 'the', 'reviews', 'i', 'ordered', 'an', 'm.', 'the', 'material', 'of', 'this', 'dress', 'is', 'very', 'soft', 'and', 'fuzzy', 'color', 'is', 'about', 'the', 'same', 'as', 'pictured', 'also', 'length', 'is', 'appropriate', 'dress', 'is', 'very', 'thick', 'and', 'warm', 'the', 'fabric', 'however', 'has', 'no', 'stretch', 'at', 'all', 'dress', 'is', 'very', 'specious', 'and', 'shapeless', 'there', 'is', 'allot', 'of', 'room', 'everywhere', 'except', 'shoulders', 'sleeves', 'i', 'thought', 'that', 'area', 'was', 'tight', 'snug', 'which', 'is', 'strange', 'because', 'it', 'runs', 'large', 'everywhe', ',1,0,11', 'general', 'dresses', 'dresses'] ['14600,882,45', ',this', 'shirt', 'is', 'comfortable', 'and', 'looks', 'just', 'like', 'the', 'picture', 'my', 'only', 'complaint', 'is', 'that', 'it', 'is', 'quite', 'boxy', 'so', 'not', 'very', 'flattering', 'the', 'colors', 'and', 'details', 'are', 'great', 'the', 'material', 'is', 'good', 'quality', 'and', 'thick', 'if', 'you', 'are', 'looking', 'for', 'a', 'light', 't-shirt', 'this', 'is', 'not', 'for', 'you,3,1,0', 'general', 'tops', 'knits'] ['14601,332,57', ',,5,1,0', 'general', 'bottoms', 'shorts'] ['14602,1084,40', 'can', 'i', 'select', 'runs', 'too', 'large', 'and', 'runs', 'too', 'small', 'loved', 'the', 'pattern', 'and', 'colors', 'of', 'this', 'dress', 'the', 'material', 'was', 'extremely', 'heavy', 'the', 'shoulders', 'and', 'across', 'the', 'back', 'was', 'very', 'small', 'so', 'that', 'i', 'could', "n't", 'lift', 'my', 'arms', 'or', 'put', 'them', 'out', 'straight', 'in', 'front', 'of', 'me', 'but', 'then', 'the', 'rest', 'of', 'the', 'dress', 'was', 'huge', 'and', 'shapeless', 'sadly', 'i', 'had', 'to', 'return', 'it.,3,0,1', 'general', 'dresses', 'dresses'] ['14603,882,48', 'way', 'too', 'big', 'so', 'ordered', 'online', 'tried', 'this', 'on', 'boyfriend', 'asked', 'me', 'if', 'i', 'was', 'buying', 'maternity', 'clothes'] ['back', 'it', 'goes', 'super', 'cute', 'but', 'huge', ',2,0,0', 'general', 'tops', 'knits'] ['14604,1081,39', 'i', 'knew', 'i', 'would', 'love', 'it', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'wanted', 'to', 'try', 'it', 'on', 'but', 'ran', 'out', 'of', 'time', 'a', 'week', 'or', 'so', 'ago', 'i', 'thought', 'i', 'would', 'need', 'petite', 'but', 'surprise', 'it', 'does', 'not', 'come', 'in', 'petite', 'so', 'i', 'started', 'obsxessing', 'that', 'i', 'had', 'to', 'try', 'it', 'on', 'whcich', 'i', 'did', 'yesterday', 'mistake', 'because', 'i', 'love', 'it', 'and', 'even', 'if', 'it', 'is', 'not', 'peite', 'it', 'workedc', 'with', 'heels', 'and', 'online', 'it', 'already', 'says', 'only', 'a', 'few', 'left', 'so', 'my', 'size', 'will', 'not', 'make', 'it', 'to', 'sale', 'so', 'i', 'bought', 'it', 'full', 'price'] [] ['cut', 'is', 'very', 'flattering', 'and', 'colors', 'are', 'great', 'also', 'can', 'be', 'worn', 'any', 'seas', ',5,1,20', 'general', 'dresses', 'dresses'] ['14605,850,57', 'lovely', 'fabric', 'nicely', 'tailored', 'i', 'love', 'this', 'blouse', 'the', 'shape', 'is', 'very', 'flattering', 'the', 'fabric', 'is', 'sheer', 'perfect', 'for', 'those', 'hot', 'summer', 'days', 'i', 'especially', 'like', 'the', 'way', 'the', 'sleeves', 'fall', 'just', 'enough', 'flounce', 'the', 'buttons', 'are', 'a', 'great', 'detail', 'i', 'did', "n't", 'bother', 'undoing', 'them', 'just', 'threw', 'it', 'over', 'my', 'head', 'looks', 'great', 'dressed', 'up', 'or', 'down', ',5,1,2', 'general', 'petite', 'tops', 'blouses'] ['14606,1081,27', ',,5,1,0', 'general', 'dresses', 'dresses'] ['14607,1098,56', 'very', 'pretty', 'color', 'slightly', 'darker', 'than', 'on', 'my', 'computer', 'a', 'bit', 'like', 'a', 'light', 'periwinkle/lavender', 'embroidery', 'is', 'lovely', 'and', 'the', 'dress', 'has', 'a', 'fresh', 'spring-like', 'quality', 'the', 'style', 'is', 'a', 'basic', 'shift', 'but', 'the', 'color', 'and', 'details', 'make', 'up', 'for', 'the', 'straight', 'shape', 'great', 'dress', 'for', 'the', 'spring/summer', 'months', 'good', 'quality', 'and', 'was', 'a', 'nice', 'deal', 'on', 'sale', ',5,1,4', 'general', 'dresses', 'dresses'] ['14608,1086,31', ',way', 'too', 'big', 'and', 'had', 'a', 'granny', 'like', 'styling', 'was', 'very', 'excited', 'but', 'ultimately', 'took', 'it', 'back.,2,0,1', 'general', 'dresses', 'dresses'] ['14609,850,40', ',beautiful', 'top', 'had', 'trouble', 'with', 'the', 'buttons', 'but', 'i', 'just', 'slipped', 'it', 'over', 'my', 'head', 'to', 'avoid', 'trying', 'to', 'get', 'the', 'buttons', 'loose', 'it', 'will', 'look', 'great', 'with', 'dark', 'jeans', 'and', 'mules', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14610,882,23', 'cute', 'shirt', 'i', 'bought', 'this', 'shirt', 'because', 'the', 'reviews', 'convinced', 'me', 'to', 'i', 'bought', 'it', 'in', 'the', 'blue', 'color', 'and', 'it', "'s", 'really', 'cute', 'the', 'design', 'on', 'the', 'sleeves', 'is', 'also', 'great', 'and', 'the', 'back', 'of', 'the', 'shirt', 'looks', 'cute', 'too', ',5,1,0', 'general', 'tops', 'knits'] ['14611,882,55', 'love', 'this', 'cute', 'top', 'i', 'have', 'this', 'top', 'in', 'both', 'the', 'green', 'and', 'blue', 'and', 'live', 'them', 'both', 'the', 'back', 'of', 'this', 'top', 'is', 'so', 'cute', 'and', 'makes', 'the', 'whole', 'top.the', 'embroidery', 'is', 'cute', 'too.,5,1,0', 'general', 'tops', 'knits'] ['14612,966,35', 'perfect', 'fall', 'duster', 'i', 'was', 'hesitant', 'to', 'try', 'this', 'duster', 'vest', 'because', 'i', "'m", 'on', 'the', 'shorter', 'side', '5', '1', '110', 'i', 'was', 'very', 'pleasantly', 'surprised', 'when', 'i', 'tried', 'it', 'on', 'and', 'love', 'it', 'i', 'ordered', 'a', 'xs', 'petite', 'and', 'yes', 'it', 'is', 'long', 'as', 'it', 'is', 'supposed', 'to', 'be', 'but', 'fitted', 'enough', 'that', 'it', 'looks', 'very', 'cute', 'paired', 'with', 'skinny', 'jeans', 'and', 'boots', 'the', 'fleece', 'lining', 'was', 'substantial', 'and', 'the', 'outer', 'wool', 'was', 'very', 'soft', 'definitely', 'a', 'keeper', ',5,1,3', 'general', 'jackets', 'jackets'] ['14613,332,34', 'adore', 'the', 'fabric', 'the', 'fabric', 'design', 'of', 'these', 'shorts', 'is', 'so', 'great', 'i', 'do', "n't", 'adore', 'the', 'fit', 'they', 'are', 'a', 'little', 'short', 'waisted', 'for', 'my', 'long', 'torso', 'and', 'the', 'leg', 'openings', 'flare', 'out', 'more', 'than', 'i', 'prefer', 'and', 'are', 'about', '1/2-1', 'inch', 'longer', 'than', 'i', 'would', 'like', 'but', 'i', 'can', 'fix', 'the', 'inseam', 'issue', 'by', 'hemming', 'them', 'i', 'may', 'still', 'pick', 'them', 'up', 'just', 'because', 'i', 'love', 'the', 'fabric', 'so', 'much', ',4,1,1', 'general', 'bottoms', 'shorts'] ['14614,332,37', 'love', 'these', 'shorts', 'hi', 'quality', 'fabric', 'and', 'detail', 'fit', 'really', 'well', 'i', "'m", '5.4', '120', 'and', 'they', 'will', 'be', 'a', 'staple', 'of', 'my', 'summer', 'wardrobe', ',5,1,0', 'general', 'bottoms', 'shorts'] ['14615,1084,46', 'mod', 'done', 'modern', 'i', 'found', 'this', 'dress', 'on', 'a', 'pretty', 'good', 'sale', 'i', "'d", 'never', 'pay', 'full', 'price', 'that', 'said', 'it', "'s", 'very', 'stylish', 'it', 'reminds', 'me', 'of', 'marni', 'mui', 'mui', 'or', 'prada', 'as', 'other', 'posters', 'have', 'mentioned', 'it', 'does', 'run', 'tight', 'across', 'the', 'bust', ',4,1,0', 'general', 'dresses', 'dresses'] ['14616,966,38', 'perfect', 'transitional', '3rd', 'piece', 'i', 'love', 'this', 'little', 'vest', 'such', 'an', 'easy', 'outfit', 'completer', 'just', 'throw', 'it', 'on', 'over', 'jeans', 'and', 'a', 'tank', 'or', 'long', 'sleeves', 'and', 'voila', 'effortlessly', 'chic', 'the', 'colors', 'pop', 'and', 'it', "'s", 'the', 'perfect', 'length', 'if', 'you', "'re", 'on', 'the', 'fence', 'with', 'this', 'one', 'definitely', 'give', 'it', 'a', 'try', 'you', 'wo', "n't", 'be', 'disappointed', ',5,1,0', 'general', 'jackets', 'jackets'] ['14617,1081,69', 'perfect', 'summer', 'go-to', 'this', 'is', 'the', 'first', 'thing', 'i', 'saw', 'when', 'i', 'walked', 'into', 'retailer', 'and', 'immediately', 'snagged', 'it', 'it', 'is', 'so', 'flattering', 'and', 'true', 'to', 'size', 'pretty', 'colors', 'unusual', 'styling', 'there', 'is', 'nothing', 'about', 'this', 'beauty', 'that', 'i', 'do', "n't", 'like', ',5,1,1', 'general', 'dresses', 'dresses'] ['14618,1081,58', 'this', 'dress', 'is', 'super', 'flattering', 'i', 'saw', 'this', 'at', 'my', 'retailer', 'store', 'and', 'hesitated', 'to', 'try', 'it', 'on', 'as', 'it', 'looked', 'so', 'long', 'i', "'m", 'only', '5', '1', 'so', 'it', 'goes', 'to', 'above', 'my', 'ankles', 'it', "'s", 'like', 'a', 'midi', 'dress', 'on', 'me', 'but', 'i', 'really', 'love', 'it', 'it', 'is', 'so', 'flattering', 'there', 'is', 'a', 'inner', 'lining', 'that', 'smoothes', 'out', 'anything', 'you', 'do', "n't", 'want', 'to', 'show', 'it', "'s", 'the', 'usual', 'bailey', '44', 'great', 'quality', 'so', 'slimming', 'hugs', 'the', 'booty', 'in', 'the', 'right', 'way', 'definitely', 'worth', 'the', 'money', ',5,1,25', 'general', 'dresses', 'dresses'] ['14619,882,65', 'very', 'cute', 'i', 'love', 'the', 'tie', 'dye', 'and', 'the', 'accent', 'stitching', 'back', 'detail', 'is', 'fun', ',5,1,0', 'general', 'tops', 'knits'] ['14620,850,39', 'beautiful', 'but', 'ca', "n't", 'be', 'used', 'this', 'top', 'is', 'absolutely', 'beautiful', 'the', 'fabric', 'is', 'great', 'the', 'cut', 'is', 'nice', 'etc', 'however', 'the', 'buttons', 'are', 'too', 'big', 'for', 'the', 'button', 'loops', 'which', 'do', 'not', 'have', 'any', 'stretch', 'it', 'took', 'ten', 'minutes', 'to', 'open', 'the', 'shirt', 'to', 'try', 'it', 'on', 'once', 'i', 'had', 'it', 'on', 'i', 'left', 'it', 'unbuttoned', 'i', 'returned', 'it', 'if', 'you', 'ca', "n't", 'live', 'without', 'it', 'you', 'could', 'put', 'smaller', 'buttons', 'on', 'it', 'too', 'pricey', 'for', 'a', 'non-functioning', 'top', 'too', 'bad', ',2,0,2', 'general', 'petite', 'tops', 'blouses'] ['14621,966,36', 'great', 'piece', 'i', 'was', 'wavering', 'on', 'this', 'post', 'purchase', 'but', 'then', 'decided', 'to', 'wear', 'it', 'to', 'a', 'store', 'opening', 'event', 'and', 'double', 'digit', 'people', 'asked', 'me', 'where', 'i', 'got', 'it', 'or', 'commented', 'that', 'they', 'liked', 'it', 'i', 'guess', 'i', 'made', 'the', 'right', 'decision', 'the', 'inside', 'is', 'a', 'super', 'soft', 'gray', 'jersey', 'knit', 'wears', 'great', 'with', 'black.,5,1,0', 'general', 'jackets', 'jackets'] ['14622,1081,38', ',,5,1,0', 'general', 'dresses', 'dresses'] ['14623,882,62', ',,5,1,0', 'general', 'tops', 'knits'] ['14624,882,28', 'cute', 'variation', 'on', 'a', 't', 'shirt', 'i', 'just', 'got', 'this', 'shirt', 'the', 'other', 'day', 'and', 'already', 'love', 'it', 'it', 'fits', 'like', 'a', 'basic', 'tee', 'but', 'the', 'details', 'on', 'the', 'sleeves', 'and', 'back', 'are', 'really', 'cute', 'the', 'shape', 'is', 'loose', 'at', 'the', 'bottom', 'which', 'makes', 'this', 'really', 'comfortable'] ['my', 'only', 'complaint', 'is', 'it', "'s", 'a', 'little', 'tight', 'across', 'the', 'back', 'but', 'this', 'does', 'not', 'hurt', 'the', 'overall', 'fit', 'and', 'comfort', 'of', 'the', 'top', 'this', 'is', 'a', 'little', 'thicker', 'than', 'a', 'tee', 'shirt', 'too', 'so', 'the', 'quality', 'feels', 'nice', ',4,1,10', 'general', 'tops', 'knits'] ['14625,332,33', ',so', 'cute', 'modest', 'length', 'perfect', 'with', 'a', 'flowy', 'top', 'and', 'wedges', 'for', 'date', 'night', 'or', 't-shirt', 'and', 'flip', 'flops', 'for', 'a', 'little', 'dressier', 'daytime', 'love', 'the', 'colors,5,1,0', 'general', 'bottoms', 'shorts'] ['14626,882,66', 'cute', 'this', 'is', 'a', 'great', 'tee', 'true', 'to', 'size', 'i', 'ordered', 'the', 'large', 'and', 'it', 'skims', 'nicely', 'over', 'my', 'hips', 'it', 'has', 'lovely', 'quirky', 'design', 'features', 'in', 'the', 'back', 'and', 'pinkish', 'cross', 'stitches', 'on', 'the', 'sleeves', 'and', 'shoulders', 'i', 'got', 'the', 'blue', 'and', 'it', 'looks', 'just', 'like', 'the', 'pic', 'great', 'weight', 'for', 'the', 'rest', 'of', 'summer', 'into', 'fall', 'perfect', 'addition', 'to', 'my', 'casual', 'life', 'style', ',5,1,13', 'general', 'tops', 'knits'] ['14627,850,51', 'lovely', 'blouse', 'i', "'m", 'not', 'really', 'sure', 'what', 'the', 'big', 'to-do', 'about', 'the', 'buttons', 'is', 'all', 'about', 'i', 'was', 'able', 'to', 'slip', 'the', 'blouse', 'on', 'over', 'my', 'head', 'without', 'undoing', 'any', 'of', 'them', 'with', 'no', 'problems', 'yes', 'the', 'buttons', 'are', 'difficult', 'but', 'unless', 'you', "'re", 'breastfeeding', 'they', 'should', "n't", 'be', 'a', 'deal', 'breaker', 'the', 'blouse', 'is', 'exactly', 'what', 'i', 'was', 'expecting', 'so', 'pretty', 'feminine', 'and', 'flattering', 'also', 'though', 'it', 'is', 'a', 'tiny', 'bit', 'sheer', 'i', 'plan', 'to', 'wear', 'it', 'with', 'a', 'nude', 'bra', 'and', 'no', 'cami', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14628,1081,47', 'very', 'well', 'made', 'and', 'would', 'flatter', 'the', 'right', 'body', 'type', 'i', 'sized', 'up', 'to', 'a', 'medium', 'normally', 'size', '6', 'but', 'the', 'front', 'part', 'where', 'the', 'wrap', 'came', 'together', 'did', 'not', 'cover', 'me', 'the', 'only', 'thing', 'you', 'could', 'see', 'was', 'the', 'grey', 'liner', 'i', "'m", 'not', 'sure', 'this', 'one', 'was', 'not', 'sewn', 'incorrectly', 'or', 'it', 'ran', 'terribly', 'small', 'i', 'have', 'had', 'success', 'with', 'bailey', '44', 'in', 'the', 'past', 'so', 'maybe', 'this', 'one', 'was', 'just', 'not', 'for', 'me', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'design', 'are', 'well', 'done', ',4,1,0', 'general', 'dresses', 'dresses'] ['14629,1084,49', 'cozy', 'winter', 'party', 'dress', 'i', 'bought', 'this', 'shift', 'dress', 'for', 'a', 'black', 'plaid', 'nye', 'event', 'and', 'it', 'fit', 'the', 'bill', 'perfectly', 'for', 'a', 'cold', 'winter', "'s", 'night', 'looks', 'great', 'with', 'tights', 'and', 'boots', 'has', 'pockets', 'and', 'dresses', 'up', 'nicely', 'i', 'like', 'a', 'good', 'shift', 'at', 'this', 'point', 'in', 'the', 'holiday', 'season', 'leaves', 'room', 'for', 'that', 'last', 'bit', 'of', 'seasonal', 'eating', 'and', 'drinking', 'looking', 'forward', 'to', 'wearing', 'this', 'through', 'the', 'winter', 'months', ',4,1,1', 'general', 'dresses', 'dresses'] ['14630,850,46', ',a', 'serious', 'joke', 'i', 'struggled', 'with', 'the', 'buttons', 'for', 'a', 'good', '10', 'minutes', 'and', 'gave', 'up', 'after', 'the', '3rd', 'button', 'i', "'m", 'not', 'sure', 'what', 'they', 'were', 'thinking.,1,0,5', 'general', 'petite', 'tops', 'blouses'] ['14631,82,63', 'design', 'too', 'fluorescent', 'i', 'loved', 'the', 'lavender', 'color', 'on', 'the', 'cape', 'it', 'was', 'soft', 'and', 'comfortable', 'but', 'the', 'design', 'on', 'the', 'front', 'ruined', 'it', 'for', 'me', 'it', 'took', 'me', 'all', 'of', '1', 'minute', 'to', 'know', 'it', 'was', 'going', 'back', 'it', 'looked', 'like', 'florescent', 'bird', 'feathers', 'nothing', 'wrong', 'with', 'that', 'it', 'just', 'was', "n't", 'my', 'style', 'at', 'all', 'i', 'was', 'a', 'bit', 'disappointed', 'as', 'it', 'would', 'have', 'been', 'perfect', 'for', 'cool', 'ca', 'nights', 'it', 'looked', 'more', 'subdued', 'in', 'the', 'photo', 'it', "'s", 'not', 'i', 'clicked', 'i', 'would', 'recommend', 'to', 'others', 'as', 'it', 'is', 'nicely', 'made', 'and', 'i', 'guess', 'just', 'not', 'my', 'taste', 'as', 'far', 'as', 'the', 'colors', 'an', ',3,1,0', 'initmates', 'intimate', 'lounge'] ['14632,82,70', 'glorious', 'beautiful', 'and', 'comfy', 'love', 'it', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['14633,1081,57', 'love', 'love', 'love', 'i', 'absolutely', 'love', 'this', 'dress', 'it', 'hugs', 'your', 'body', 'without', 'being', 'clingy', 'very', 'flattering', 'the', 'fabric', 'is', 'so', 'soft', 'i', 'am', '5', '7', '120', 'lbs', 'and', 'i', 'usually', 'take', 'an', 'xs', 'or', 's', 'i', 'got', 'a', 'm', 'in', 'this', 'dress', 'because', 'of', 'the', 'style', 'and', 'fit', 'and', 'it', 'was', 'perfect', ',5,1,3', 'general', 'dresses', 'dresses'] ['14634,1081,30', 'amazing', 'fit', 'i', 'gained', 'a', 'million', 'pounds', 'in', 'the', 'last', 'couple', 'years', 'so', 'now', 'i', 'usually', 'stay', 'away', 'from', 'anything', 'clingy', 'or', 'stretchy', 'but', 'this', 'dress', 'is', 'genius', 'it', 'somehow', 'looks', 'smooth', 'over', 'everything', 'while', 'clinging', 'to', 'the', 'curves', 'in', 'all', 'the', 'right', 'places', 'and', 'none', 'of', 'the', 'wrong', 'ones', 'i', "'m", '5', '5', 'about', '190', 'pounds', 'and', 'have', 'a', 'proportionate', 'hourglass', 'shape', 'the', 'm', 'actually', 'fit', 'great', 'normally', 'i', "'d", 'wear', 'a', 'large', 'but', 'the', 'stretch', 'and', 'flattering', 'cut', 'of', 'the', 'dress', 'made', 'the', 'm', 'look', 'better', 'i', 'would', 'venture', 'to', 'guess', 'most', 'people', 'could', 'size', ',5,1,5', 'general', 'dresses', 'dresses'] ['14635,1081,46', 'great', 'summer', 'dress', 'perfect', 'except', 'a', 'little', 'snug', 'around', 'the', 'hips', 'very', 'forgiving', 'silhouette.,5,1,0', 'general', 'dresses', 'dresses'] ['14636,1084,50', 'material', 'was', 'fuzzy', 'and', 'itchy', 'i', 'got', 'this', 'dress', 'and', 'the', 'material', 'was', 'super', 'fuzzy', 'and', 'itchy', 'the', 'prior', 'reviews', 'stated', 'it', 'was', 'warm', 'and', 'cozy', 'and', 'not', 'itchy', 'at', 'all', 'but', 'i', 'found', 'it', 'to', 'be', 'uncomfortably', 'so', 'the', 'dress', 'was', 'true', 'to', 'size', 'for', 'me', 'and', 'the', 'length', 'was', 'good', 'i', 'loved', 'the', 'plaid', 'in', 'the', 'material', 'just', 'wished', 'the', 'material', 'had', 'been', 'more', 'soft', 'and', 'not', 'rough', 'the', 'material', 'reminded', 'me', 'of', 'mohair', ',2,1,0', 'general', 'dresses', 'dresses'] ['14637,1081,29', ',loved', 'this', 'dress', 'and', 'was', 'even', 'happier', 'to', 'learn', 'i', 'could', 'order', 'it', 'in', 'petite', ',4,1,0', 'general', 'dresses', 'dresses'] ['14638,1081,38', 'just', 'odd', 'i', 'am', 'absolutely', 'shocked', 'that', 'so', 'many', 'people', 'love', 'this', 'dress', 'maybe', 'i', 'should', 'have', 'sized', 'up', 'and', 'reconsidered', 'but', 'i', 'still', 'do', "n't", 'think', 'it', 'would', 'have', 'worked', 'the', 'fabric', 'is', 'very', 'soft', 'but', 'that', "'s", 'where', 'it', "'s", 'qualities', 'for', 'me', 'ended', 'the', 'knot', 'felt', 'huge', 'to', 'me', 'and', 'definitely', 'added', 'unnecessary', 'size', 'to', 'my', 'already', 'curvy', 'hips', 'for', 'reference', 'i', "'m", '5', '4', 'and', '125', 'hourglass', '32dd', 'the', 'cut', 'at', 'the', 'bottom', 'also', 'felt', 'very', 'strange', 'and', 'restrictive', 'to', 'me', 'like', 'i', 'would', 'have', 'had', 'to', 'take', 'smaller', 'steps', 'to', 'walk', 'around', 'in', 'it', ',2,0,0', 'general', 'dresses', 'dresses'] ['14639,882,64', 'just', 'right', 'i', 'purchased', 'the', 'washed-out', 'blue', 'color', 'it', 'is', 'lovely', 'with', 'blue', 'or', 'black', 'jeans', 'medium', 'fit', 'great', 'it', 'is', 'heavier', 'cotton', 'and', 'ever', 'so', 'slightly', 'stretchy', 'this', 'is', 'not', 'the', 'kind', 'of', 'cotton', 'to', 'eventually', 'come', 'out', 'of', 'the', 'dryer', 'with', 'tiny', 'holes', 'around', 'the', 'bottom', 'of', 'the', 'tee', 'it', 'is', 'very', 'comfortable', 'the', 'embellishment', 'on', 'the', 'sleeves', 'is', 'a', 'nice', 'touch', 'and', 'i', 'like', 'the', 'yoke', 'with', 'loop', 'closure', 'on', 'the', 'back', 'a', 'fun', 'addition', 'to', 'my', 'casual', 'wardrobe', ',5,1,0', 'general', 'tops', 'knits'] ['14640,332,39', 'not', 'last', 'year', "'s", 'cut', 'i', 'had', 'a', 'few', 'pairs', 'of', 'these', 'high-waisted', 'beauties', 'last', 'year', 'and', 'love', 'them', 'so', 'i', 'was', 'thrilled', 'to', 'see', 'them', 'in', 'this', 'adorable', 'pattern', 'which', 'is', 'even', 'cuter', 'in', 'person', 'unfortunately', 'the', 'cut', 'is', 'different', 'the', 'sides', 'covered', 'here', 'by', 'the', 'model', "'s", 'hands', 'flare', 'out', 'a', 'bit', 'which', 'is', 'the', 'function', 'of', 'the', 'sectioning', 'that', 'the', 'piping', 'accentuates', 'the', 'top', 'is', 'not', 'the', 'definitively', 'high-wasted', 'height', 'from', 'last', 'year', 'i', 'do', "n't", 'own', 'anything', 'else', 'high-wasted', 'being', 'an', 'apple', 'i', "'m", 'generally', 'a', 'low-rider', 'owing', 'to', 'a', 'small', 'hips/butt', ',3,0,3', 'general', 'bottoms', 'shorts'] ['14641,332,36', 'perfection', 'i', 'love', 'these', 'shorts', 'love', 'that', 'the', 'inseam', 'is', 'longer', 'than', '3', 'the', 'pattern', 'is', 'awesome', 'perfect', 'for', 'spring', 'my', 'thighs', 'are', 'always', 'going', 'to', 'be', 'bigger', 'than', 'most', 'so', 'i', 'sized', 'up', '1', 'size', 'like', 'i', 'do', 'in', 'all', 'cartonnier', 'pants', 'these', 'are', 'a', 'must', 'have', 'for', 'spring/summer', ',5,1,3', 'general', 'bottoms', 'shorts'] ['14642,966,37', 'cool', 'vest', 'just', 'got', 'this', 'vest', 'in', 'my', 'store', 'yesterday', 'and', 'i', 'was', 'immediately', 'drawn', 'to', 'it', 'the', 'outside', 'of', 'the', 'vest', 'is', 'this', 'thick', 'knit', 'in', 'an', 'oatmeal', 'color', 'and', 'a', 'bright', 'cobalt', 'blue', 'even', 'brighter', 'than', 'it', 'appears', 'online', 'the', 'inside', 'is', 'a', 'jersey', 'knit', 'fabric', 'in', 'grey', 'its', 'an', 'eye', 'catcher', 'for', 'sure', 'i', 'knew', 'i', 'needed', 'to', 'try', 'it', 'on', 'the', 'vest', 'is', 'longer', 'in', 'length', 'like', 'it', 'appears', 'in', 'the', 'photos', 'my', 'only', 'gripe', 'is', 'the', 'fit', 'its', 'great', 'around', 'the', 'neck', 'nice', 'and', 'full', 'but', 'i', 'wish', 'the', 'body', 'of', 'the', 'vest', 'was', 'larger', 'it', 'fits', 'very', 'much,4,1,2', 'general', 'jackets', 'jackets'] ['14643,332,40', 'springtime', 'i', 'saw', 'these', 'shorts', 'while', 'leaving', 'the', 'store', 'and', 'immediately', 'went', 'back', 'to', 'the', 'register', 'to', 'add', 'them', 'to', 'my', 'wardrobe', 'they', 'fit', 'me', 'true', 'to', 'other', 'cartionnier', 'clothing', 'i', "'m", '5', '7', '126', 'lbs', 'and', 'took', 'a', 'size', '6.', 'there', 'is', 'a', 'significant', 'amount', 'of', 'stretch', 'in', 'them', 'but', 'do', 'not', 'grow', 'as', 'the', 'day', 'goes', 'on', 'the', 'colors', 'are', 'bright', 'and', 'fun', 'without', 'looking', 'juvenile', ',5,1,8', 'general', 'bottoms', 'shorts'] ['14644,1081,35', 'i', 'sized', 'down', 'and', 'the', 'fit', 'is', 'perfect.', 'let', 'me', 'start', 'by', 'saying', 'i', 'was', 'not', 'in', 'the', 'market', 'for', 'a', 'new', 'dress', 'i', 'bought', 'this', 'because', 'it', 'was', 'retailer', 'day', 'and', 'because', 'in', 'my', 'seasoned', 'experience', 'as', 'an', 'online', 'shopper', 'this', 'many', 'positive', 'reviews', 'is', 'rare', 'so', 'i', "'d", 'better', 'listen', 'up', 'and', 'because', 'i', 'really', 'like', 'the', 'other', 'bailey', '44', 'dress', 'i', 'own', 'wow', 'i', 'am', 'glad', 'i', 'made', 'the', 'impulse', 'decision', 'to', 'buy', 'this', 'i', 'love', 'it', 'my', 'husband', 'loves', 'it', 'and', 'it', "'s", 'comfy', 'for', 'reference', 'i', 'did', 'size', 'down', 'and', 'went', 'with', 'a', 'petite', 'had', 'i', 'not', 'i', 'think', 'the', 'dress', 'would', 'look', 'on', 'me', 'like', 'it', 'does', 'on', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['14645,1084,39', ',this', 'looked', 'nothing', 'like', 'the', 'picture', 'on', 'me', 'was', 'long', 'and', 'very', 'unflattering', 'belled', 'out', 'greatly', 'at', 'the', 'bottom', 'also', 'the', 'material', 'was', 'thick', 'which', 'is', 'why', 'i', 'give', 'it', 'three', 'starts', 'for', 'quality', 'but', 'overall', 'awkward.,2,0,0', 'general', 'dresses', 'dresses'] ['14646,332,49', 'love', 'it', 'i', 'love', 'this', 'short', 'i', 'normally', 'wear', 'size', '10', 'this', 'short', 'just', 'bit', 'larger', 'than', 'average', '10', '.it', 'is', 'not', 'to', 'short', 'not', 'to', 'long', 'just', 'perfect.,5,1,0', 'general', 'bottoms', 'shorts'] ['14647,1084,62', ',i', 'love', 'this', 'dress', 'very', 'comfortable', 'soft', 'absolutely', ',5,1,2', 'general', 'dresses', 'dresses'] ['14648,1081,54', 'one', 'more', 'fan', 'of', 'this', 'dress', 'i', 'was', 'sorry', 'to', 'miss', 'the', 'original', 'offering', 'of', 'this', 'dress', 'when', 'it', 'went', 'on', 'sale', 'so', 'i', 'jumped', 'and', 'ordered', 'the', 'gray/blue/green/black', 'stripes', 'when', 'offered', 'i', 'purchase', 'almost', 'all', 'of', 'my', 'retailer', 'clothes', 'online', 'the', 'dresses', 'i', 'am', 'interested', 'in', 'are', 'not', 'generally', 'offered', 'in', 'my', 'local', 'store', 'so', 'there', 'is', 'always', 'that', 'moment', 'of', 'truth', 'when', 'i', 'get', 'to', 'find', 'out', 'if', 'something', 'i', 'fell', 'in', 'love', 'with', 'actually', 'works', 'for', 'me', 'as', 'everyone', 'else', 'has', 'said', 'this', 'dress', 'is', 'fabulous', 'i', 'got', 'my', 'usual', 'size', '10.', 'i', 'am', '5', '5', 'small', 'busted', 'and', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14649,1081,33', 'amazing', 'fit', 'i', 'never', 'write', 'reviews', 'and', 'i', 'do', 'a', 'ton', 'of', 'online', 'shopping', 'but', 'i', 'had', 'to', 'write', 'how', 'amazing', 'this', 'dress', 'is', 'so', 'happy', 'with', 'this', 'purchase', 'totally', 'worth', 'every', 'penny', 'it', 'fits', 'like', 'a', 'dream-', 'the', 'rouching', 'on', 'the', 'side', 'is', 'so', 'pretty', 'and', 'i', 'love', 'the', 'full', 'coverage', 'at', 'the', 'top', 'such', 'he', 'pretty', 'colors', 'too', 'perfect', 'dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14650,850,36', 'awsome', 'love', 'this', 'top', 'very', 'flattering', 'and', 'form', 'figure', 'i', 'dont', 'see', 'the', 'issue', 'with', 'the', 'buttoms', 'has', 'elastized', 'back', 'enough', 'to', 'pullover', 'in', 'and', 'out', 'material', 'is', 'thin', 'yes', 'but', 'not', 'so', 'see', 'through', 'i', "'m", 'so', 'keeping', 'this', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['14651,833,43', 'great', 'top', 'this', 'is', 'a', 'very', 'stylish', 'casual', 'top', 'it', 'fits', 'great', 'i', 'plan', 'on', 'wearing', 'it', 'with', 'a', 'long', 'sleeve', 'black', 'tshirt', 'underneath', 'or', 'black', 'turtleneck', 'i', 'absolutely', 'love', 'the', 'crochet', 'detail', 'at', 'the', 'bottom', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['14652,1081,39', 'preaching', 'to', 'the', 'choir', 'at', 'the', 'altar', 'of', 'bailey', '44', 'all', 'hail', 'the', "'gathered", 'stripes', 'dress', 'because', 'it', 'can', 'do', 'nothing', 'wrong', 'especially', 'to', 'my', 'body', 'i', 'got', 'the', 'mp', 'and', 'this', 'piece', 'totally', 'enhances', 'what', 'little', 'i', "'ve", 'got', 'so', 'happy', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14653,1084,36', 'pretty', 'but', 'not', 'for', 'me', 'wanted', 'to', 'love', 'this', 'dress', 'the', 'fabric', 'is', 'very', 'nice', 'pretty', 'colors', 'great', 'quality', 'and', 'style', 'it', 'just', 'did', "n't", 'work', 'for', 'my', 'body', 'type', 'it', 'would', 'fit', 'great', 'on', 'someone', 'with', 'narrower', 'shoulders', 'probably', 'want', 'to', 'size', 'down', ',4,1,0', 'general', 'dresses', 'dresses'] ['14654,1033,29', 'great', 'fit', 'for', 'everyday', 'jeans', 'love', 'these', 'i', "'m", 'about', '5', '4', 'and', 'they', 'fit', 'right', 'at', 'the', 'ankle', 'the', 'slit', 'gives', 'them', 'a', 'little', 'more', 'detail', 'than', 'regular', 'jeans', 'i', "'ve", 'worn', 'them', 'several', 'times', 'and', 'they', 'have', "n't", 'stretched', 'out', 'at', 'all', 'perfect', 'for', 'spring', ',5,1,7', 'general', 'petite', 'bottoms', 'jeans'] ['14655,1084,34', 'do', "n't", 'lift', 'your', 'arms', 'dress', 'looks', 'awesome', 'when', 'your', 'arms', 'are', 'down', 'like', 'the', 'model', 'but', 'do', "n't", 'you', 'dare', 'lift', 'your', 'arms', 'i', "'m", 'kinda', 'tall', 'and', 'the', 'dress', 'barely', 'covers', 'my', 'bum', 'when', 'arms', 'are', 'raised', 'keeping', 'the', 'dress', 'but', 'will', 'have', 'to', 'keep', 'my', 'arms', 'down', 'maybe', ',3,1,3', 'general', 'dresses', 'dresses'] ['14656,1081,32', 'so', 'soft', 'i', 'absolutely', 'love', 'this', 'dress', 'it', 'is', 'super', 'soft', 'and', 'flattering', 'for', 'my', 'body', 'type', 'petite', 'and', 'curvy', 'though', 'i', 'wish', 'it', 'did', 'come', 'in', 'petite', 'as', 'the', 'upper', 'body', 'part', 'of', 'the', 'dress', 'would', 'fit', 'a', 'little', 'better', 'but', 'that', 'did', "n't", 'stop', 'me', 'from', 'purchasing', 'as', 'that', "'s", 'an', 'easy', 'alteration', 'very', 'flattering', 'love', 'it', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14657,1084,19', 'i', 'recommend', 'this', 'dress', 'because', 'it', 'is', 'beautiful', 'stylish', 'and', 'well', 'made', 'even', 'though', 'it', 'did', 'not', 'work', 'for', 'me', 'i', 'tried', 'the', 'small', 'and', 'extra', 'small', 'the', 'first', 'way', 'too', 'big', 'lengthwise', 'hit', 'my', 'knees', 'as', 'well', 'as', 'in', 'the', 'shoulders', 'the', 'latter', 'to', 'tight', 'across', 'the', 'chest', 'not', 'for', 'me', 'but', 'worth', 'a', 'try', 'i', 'am', 'typically', 'a', 'small', 'with', 'usually', 'never', 'have', 'a', 'problem', 'with', 'length', ',2,1,0', 'general', 'dresses', 'dresses'] ['14658,1033,39', 'cute', 'and', 'stylish', 'i', 'have', 'athletic', 'calves', 'from', 'running', 'so', 'i', 'really', 'struggle', 'with', 'straight/skinny', 'jeans', 'but', 'these', 'fit', 'me', 'just', 'fine', 'and', 'do', "n't", 'look', 'like', 'jeggings', 'i', 'think', 'the', 'slit', 'helps', 'i', 'have', 'a', '29', 'inseam', 'and', 'these', 'hit', 'just', 'above', 'the', 'ankle', 'great', 'find', 'especially', 'on', 'sale', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['14659,1081,47', 'adorable', 'better', 'in', 'person', 'i', 'was', 'lucky', 'enough', 'to', 'hit', 'retailer', 'day', 'in', 'san', 'diego', 'and', 'snagged', 'this', 'little', 'number', 'it', 'is', 'truly', 'better', 'looking', 'in', 'person', 'the', 'dress', 'hugs', 'in', 'all', 'the', 'right', 'places', 'and', 'actually', 'fits', 'tighter', 'than', 'the', 'model', 'shows', 'but', 'the', 'material', 'is', 'that', 'soft', 'but', 'stretchy', 'and', 'gently', 'molds', 'to', 'the', 'shape', 'of', 'your', 'body', 'i', 'was', 'really', 'surprised', 'i', 'would', 'have', 'never', 'tried', 'this', 'dress', 'from', 'the', 'photo', 'shown', 'so', 'glad', 'i', 'went', 'in', 'it', "'s", 'really', 'adorable', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14660,1081,35', 'hugs', 'curves', 'this', 'is', 'a', 'very', 'fitted', 'dress', 'i', 'love', 'it', 'and', 'it', 'is', 'very', 'comfortable', 'but', 'might', 'only', 'be', 'appropriate', 'for', 'date', 'night', 'as', 'it', 'really', 'hugs', 'curves', 'there', 'is', 'a', 'lining', 'of', 'the', 'same', 'material', 'underneath', 'that', 'holds', 'you', 'in', 'a', 'little', 'i', 'think', 'it', 'could', 'go', 'with', 'a', 'lot', 'of', 'different', 'shoes', 'and', 'you', 'could', 'dress', 'it', 'up', 'or', 'down', 'with', 'jewelry', 'jacket', 'even', 'a', 'large', 'sweater', 'over', 'the', 'top', 'tts', 'i', 'definitely', 'would', 'not', 'recommend', 'sizing', 'down', 'i', "'m", 'a', '8/10', 'and', 'the', 'med', 'is', 'right', 'for', 'me', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14661,1081,51', 'very', 'flattering', 'and', 'comfortable', 'does', "n't", 'show', 'undie', 'lines', 'i', 'am', '5', '7', 'and', 'it', 'hit', 'me', 'at', 'same', 'spot', 'as', 'shown', 'in', 'photo', 'a', 'keeper', 'can', 'dress', 'up', 'or', 'down', 'i', 'typically', 'wear', 'a', 'medium', 'but', 'typically', 'steer', 'away', 'from', 'body-con', 'styles', 'l', 'was', 'perfect', 'fit', 'for', 'me', 'form', 'fitting', 'but', 'not', 'skin', 'tight', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14662,863,63', 'not', 'exactly', 'what', 'i', 'expected.', 'i', 'ordered', 'this', 'top', 'in', '2', 'colors', 'because', 'i', 'thought', 'it', 'would', 'be', 'great', 'with', 'leggings', 'i', 'always', 'love', 'my', 'retailer', 'purchases', 'but', 'this', 'fell', 'a', 'little', 'short', 'i', 'think', 'it', 'may', 'be', 'the', 'type', 'fabric', 'it', 'is', 'but', 'the', 'way', 'the', 'back', 'hangs', 'so', 'low', 'on', 'my', 'frame', '5', '4', 'it', 'does', "n't", 'drape', 'nicely', 'over', 'my', 'leggings', 'the', 'style', 'of', 'the', 'top', 'is', 'very', 'cute', 'and', 'maybe', 'if', 'i', 'wanted', 'it', 'for', 'skinny', 'jeans', 'it', 'would', 'be', 'ok.', 'i', 'returned', 'them', 'both', 'to', 'the', 'store'] [] ['this', 'is', 'one', 'that', 'would', 'be', 'better', 'to', 'try', 'on', 'first', ',3,1,0', 'general', 'tops', 'knits'] ['14663,863,44', 'love', 'i', 'love', 'wearing', 'this', 'so', 'much', 'i', 'wear', 'it', 'with', 'leggings', 'jeans', 'and', 'i', 'also', 'like', 'to', 'pair', 'it', 'with', 'is', 'a', 'long', 'linen', 'skirt', 'that', 'i', 'have', 'i', 'purchased', 'it', 'in', 'plum', 'and', 'then', 'went', 'back', 'for', 'a', 'second', 'in', 'moss', 'i', 'got', 'them', 'before', 'they', 'went', 'on', 'sale', 'for', 'fear', 'they', "'d", 'be', 'out', 'of', 'my', 'size', 'i', 'am', 'very', 'happy', 'with', 'my', 'purchase', 'i', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'knits'] ['14664,1070,22', 'amazing', 'these', 'leggings', 'are', 'perfect', 'i', 'normally', 'struggle', 'to', 'find', 'pants', 'that', 'are', 'comfortable', 'and', 'flattering', 'but', 'these', 'are', 'exactly', 'what', 'i', "'ve", 'been', 'looking', 'for', 'they', 'are', 'so', 'versatile', 'they', 'can', 'be', 'worn', 'for', 'a', 'lazy', 'day', 'in', 'or', 'a', 'night', 'on', 'the', 'town', 'a', 'new', 'staple', 'in', 'my', 'wardrobe', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['14665,832,42', 'perfect', 'for', 'summer', 'sheer', 'and', 'lightweight', 'perfect', 'for', 'summer', 'great', 'detail', 'could', 'not', 'justify', 'paying', 'full', 'price.,3,1,1', 'general', 'tops', 'blouses'] ['14666,1028,40', 'great', 'jeans', 'runs', 'large', 'great', 'jeans', 'especially', 'if', 'you', 'are', 'on', 'the', 'shorter', 'side', '5', 'ft', '3', 'for', 'example', 'they', 'run', 'very', 'large', 'i', 'typically', 'buy', 'size', '28/29', 'and', 'bought', 'a', 'size', '27', 'and', 'had', 'a', 'tailor', 'take', 'in', 'the', 'waist', 'a', 'bit', 'i', "'m", 'syked', 'for', 'these', 'for', 'fall', ',5,1,1', 'general', 'bottoms', 'jeans'] ['14667,863,31', 'staple', 'this', 'tee', 'has', 'a', 'loose', 'fit', 'very', 'comfortable', 'covers', 'my', 'backside', 'with', 'inches', 'to', 'spare', 'flattering', 'fit', 'although', 'oversized', 'i', "'m", 'a', 'small-medium', 'in', 'most', 'retailer', 'tops', 'the', 'small', 'fit', 'me', 'nicely', '34dd', '140lbs', '5', '6', 'bought', 'it', 'in', 'olive', 'and', 'mustard', 'great', 'for', 'layering', 'or', 'weekends.,5,1,0', 'general', 'tops', 'knits'] ['14668,1072,42', 'beautiful', 'comfortable', 'dress', 'with', 'slight', 'fit', 'issue', 'this', 'dress', 'does', 'indeed', 'run', 'large', 'like', 'the', 'other', 'reviewers', 'mentioned', 'but', 'it', 'also', 'runs', 'small', 'in', 'the', 'shoulders', 'i', "'m", '5', '3', 'and', 'usually', 'a', 'size', '6.', 'the', 'xs', 'fit', 'perfectly', 'in', 'the', 'body', 'but', 'was', 'a', 'little', 'too', 'small', 'in', 'the', 'shoulders', 'i', 'liked', 'the', 'dress', 'enough', 'to', 'size', 'up', 'to', 'a', 'small', 'to', 'fit', 'the', 'shoulders', 'and', 'then', 'just', 'had', 'the', 'sides', 'taken', 'in', 'slightly', 'i', 'did', 'purchase', 'this', 'dress', 'during', 'the', '20', 'off', 'sale', 'so', 'that', 'helped', 'justify', 'the', 'cost', 'of', 'alterations', ',4,1,9', 'general', 'dresses', 'dresses'] ['14669,863,61', 'soft', 'fabric', 'and', 'long', 'flattering', 'perfect', 'for', 'leggings', ',5,1,0', 'general', 'tops', 'knits'] ['14670,1072,49', 'too', 'hot', 'for', 'summer', 'in', 'the', 'south', 'i', 'like', 'my', 'clothes', 'loose', 'fitting', 'but', 'even', 'for', 'me', 'this', 'ran', 'large', 'i', 'am', '5', '7', '134b', 'and', 'medium', 'fit', 'in', 'the', 'shoulders', 'but', 'was', 'too', 'big', 'overall', ',3,0,12', 'general', 'dresses', 'dresses'] ['14671,927,36', 'even', 'better', 'in', 'person', 'i', 'am', 'pleasantly', 'surprised', 'by', 'this', 'purchase', 'i', 'went', 'back', 'and', 'forth', 'on', 'buy-in', 'this', 'but', 'ended', 'up', 'trying', 'it', 'out', 'so', 'glad', 'i', 'did', 'it', 'is', 'very', 'flattering', 'and', 'a', 'very', 'nice', 'color', 'it', 'fits', 'perfectly', 'and', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'with', 'my', 'distressed', 'denim', 'and', 'boots', 'for', 'fall', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['14672,828,39', 'how', 'fun', 'i', 'love', 'the', 'cut', 'of', 'this', 'top', 'it', 'flares', 'out', 'nicely', 'and', 'is', 'very', 'stylish', 'the', 'blue', 'is', 'also', 'soft', 'on', 'every', 'skin', 'tone', 'even', 'my', 'super', 'pale', 'skin', 'i', 'like', 'that', 'it', 'has', 'some', 'detail', 'not', 'just', 'the', 'plain', 'chambray/denim', 'color', 'the', 'xs', 'was', 'nice', 'i', 'did', "n't", 'try', 'petite', 'or', 'xxs', 'just', 'bought', 'the', 'xs', 'in', 'store', 'you', 'can', 'adjust', 'how', 'tight', 'the', 'fit', 'is', 'by', 'tying', 'the', 'top', 'and', 'loose', 'is', 'nice', 'in', 'this', 'style', 'the', 'length', 'was', 'also', 'good', '115', 'lbs', '30dd', 'chest', ',5,1,12', 'general', 'tops', 'blouses'] ['14673,1004,41', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14674,927,27', 'summer', 'sweater', 'this', 'is', 'a', 'thick', 'material', 'but', 'it', 'is', 'also', 'airy', 'i', 'got', 'the', 'white', 'and', 'do', "n't", 'have', 'to', 'worry', 'about', 'it', 'being', 'see', 'through', 'it', 'is', 'a', 'little', 'boxy', 'but', 'the', 'hem', 'hits', 'a', 'good', 'length', 'and', 'does', "n't", 'bother', 'me', 'really', 'great', 'for', 'work', 'in', 'the', 'summer', 'and', 'going', 'between', 'really', 'hot', 'and', 'really', 'cold', 'temperatures', 'a', 'good', 'basic', 'piece', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'that', 'is', 'definitely', 'worth', 'getting', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['14675,863,55', 'good', 'fall/winter', 'top', 'for', 'warmer', 'climates', 'runs', 'big', 'especially', 'if', 'you', "'re", 'on', 'the', 'shorter', 'side', 'very', 'long', 'on', 'my', '5', '3', 'frame', 'even', 'in', 'extra', 'small', 'material', 'was', 'thinner', 'than', 'i', "'d", 'hoped', 'does', "n't", 'look', 'as', 'smooth', 'as', 'on', 'the', 'model', 'this', 'top', 'will', 'really', 'only', 'look', 'good', 'with', 'leggings', 'pants', 'with', 'any', 'detail', 'or', 'rear', 'pockets', 'will', 'show', 'through', 'and', 'detract', 'from', 'the', 'look', 'i', 'do', 'like', 'the', 'sleeve', 'length', 'and', 'rich', 'colors', 'for', 'fall', ',4,1,0', 'general', 'tops', 'knits'] ['14676,868,48', 'nice', 'blouse', 'it', "'s", 'soft', 'and', 'feels', 'nice', 'on', 'skin'] ['true', 'to', 'size', 'and', 'fits', 'just', 'fine', 'more', 'form', 'fitting', 'than', 'model', 'picture', ',4,1,1', 'general', 'tops', 'knits'] ['14677,1072,57', 'not', 'what', 'i', 'expected', 'although', 'i', 'love', 'retailer', 'this', 'product', 'is', "n't", 'the', 'quality', 'or', 'presentation', 'i', 'expect', 'from', 'them', 'the', 'dress', 'arrived', 'stuffed', 'into', 'a', 'small', 'plastic', 'bag', 'and', 'was', 'a', 'crumpled', 'mess', 'the', 'fabric', 'was', "n't", 'soft', 'and', 'fluid', 'as', 'i', 'expected', 'but', 'rather', 'was', 'stiff', 'and', 'a', 'little', 'scratchy', 'i', 'purchased', 'the', 'ecru', 'version', 'which', 'was', 'also', 'slightly', 'darker', 'than', 'the', 'photo', 'showed', 'i', 'returned', 'the', 'dress', 'and', 'will', 'keep', 'looking', ',1,0,3', 'general', 'dresses', 'dresses'] ['14678,927,37', 'timeless', 'top', 'but', 'try', 'on', 'first', 'i', "'m", 'thrilled', 'with', 'this', 'purchase', 'and', 'looking', 'forward', 'to', 'spending', 'many', 'years', 'with', 'this', 'classic', 'on', 'the', 'subject', 'of', 'fit', 'i', 'generally', 'wear', 'size', 'medium', 'for', 'tops', 'but', 'my', 'broad', 'shoulders', 'occasionally', 'have', 'me', 'in', 'larges', 'since', 'the', 'thick-textured', 'fabric', 'is', 'mostly', 'cotton', 'and', 'minimal', 'stretch', 'with', 'a', 'mix', 'of', 'linen', 'the', 'larger', 'size', 'will', 'provide', 'more', 'room', 'and', 'comfort', 'i', "'m", 'honoring', 'my', 'tts', 'choice', 'for', 'folks', 'who', 'prefer', 'a', 'more', 'fitted', 'look', 'overall', 'this', 'piece', 'wears', 'well', ',5,1,7', 'general', 'petite', 'tops', 'sweaters'] ['14679,1004,28', 'beautiful', 'fall', 'skirt', 'i', 'ordered', 'the', 'dark', 'turquoise', 'skirt', 'and', 'it', 'fits', 'perfectly', 'the', 'materials', 'is', 'a', 'very', 'high', 'quality', 'corduroy', 'and', 'the', 'color', 'is', 'beautiful', 'i', 'really', 'like', 'the', 'buttons', 'on', 'the', 'front', 'as', 'well', 'got', 'ta', 'love', 'warm', 'skirts', 'for', 'colder', 'climates', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14680,863,32', 'great', 'fit', 'and', 'style', 'love', 'this', 'shirt', 'so', 'comfortable', 'and', 'the', 'style', 'is', 'really', 'flattering.,5,1,0', 'general', 'tops', 'knits'] ['14681,1072,39', 'this', 'adorable', 'comfortable', 'i', "'m", '5', '3', '115', 'lbs', 'and', 'ordered', 'an', 'xs', ',5,1,0', 'general', 'dresses', 'dresses'] ['14682,828,32', 'favorite', 'summer', 'top', 'i', 'absolutely', 'love', 'this', 'top', 'it', 'is', 'soft', 'comfortable', 'and', 'perfectly', 'flowy', 'this', 'is', 'definitely', 'my', 'favorite', 'go', 'to', 'casual', 'summer', 'top', ',5,1,3', 'general', 'tops', 'blouses'] ['14683,1070,33', 'wow', 'i', 'have', 'never', 'looked', 'good', 'in', 'a', 'legging', 'stretchy', 'denim', 'jeggings', 'are', 'usually', 'the', 'most', 'i', 'can', 'get', 'away', 'with', 'but', 'i', 'am', 'amazed', 'how', 'flattering', 'these', 'are', 'the', 'fit', 'is', 'great', 'i', 'got', 'a', 'm', 'cause', 'i', "'m", 'small', 'but', 'curvy', 'in', 'my', 'hips/butt', 'the', 'material', 'is', 'thick', 'enough', 'not', 'to', 'reveal', 'too', 'much', 'and', 'the', 'faux', 'pocket', 'in', 'the', 'back', 'does', 'a', 'lot', 'to', 'make', 'one', 'feel', 'less', 'exposed', 'the', 'length', 'seems', 'like', 'it', 'would', 'be', 'a', 'great', 'compromise', 'between', 'short', 'and', 'tall', 'girls', 'too', 'i', "'m", 'pretty', 'short', 'but', 'they', 'are', "n't", 'too', 'long', 'on', 'me', 'there', "'s", 'a', 've', ',5,1,19', 'general', 'petite', 'bottoms', 'pants'] ['14684,1004,59', 'nice', 'fall', 'piece', 'i', 'just', 'tried', 'it', 'on', 'and', 'it', 'fits', 'well', 'with', 'no', 'extra', 'room', 'it', 'seems', 'like', 'a', 'nice', 'fall', 'piece', 'to', 'have', 'in', 'your', 'wardrobe', 'the', 'color', 'leans', 'more', 'towards', 'green', 'now', 'i', 'have', 'to', 'figure', 'out', 'what', 'to', 'put', 'on', 'top', 'when', 'i', 'wear', 'it'] ['i', 'think', 'it', 'will', 'be', 'cute', 'with', 'boots', ',4,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14685,1070,49', 'structured', 'leggings', 'these', 'are', 'the', 'best', 'leggings', 'i', "'ve", 'ever', 'worn', 'because', 'they', 'are', 'structured', 'and', 'substantial', 'they', 'are', 'less', 'casual', 'than', 'ordinary', 'leggings', 'i', 'bought', 'them', 'for', 'a', 'trip', 'to', 'paris', 'and', 'i', 'wore', 'them', 'many', 'times', 'they', "'re", 'sleek', 'stylish', 'comfortable', 'and', 'they', 'go', 'with', 'everything', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['14686,1004,47', 'another', 'winner', 'love', 'this', 'skirt', 'i', 'purchased', 'the', 'chino', 'skirt', 'during', 'the', 'summer', 'and', 'wore', 'it', 'weekly', 'this', 'skirt', 'is', 'the', 'fall', 'equivalent', 'flattering', 'and', 'true', 'to', 'size', 'there', 'is', 'some', 'stretch', 'to', 'it', 'so', 'it', "'s", 'very', 'comfortable', 'highly', 'recommend', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['14687,927,59', 'great', 'with', 'pilazzo', 'pants', 'nice', 'chunky', 'knit', 'cotton', 'tank', 'with', 'cut-out', 'shoulders', 'sporty', 'looking', 'armholes', 'are', 'the', 'right', 'size', 'and', 'bra', 'does', "n't", 'show', 'no', 'holes', 'to', 'see', 'through', 'even', 'in', 'white', 'tts', 'i', 'took', 'my', 'usual', 'medium', 'falls', 'to', 'about', 'hip', 'bone', 'approx', '20', 'from', 'shoulder', 'not', 'tight', 'not', 'baggy', 'but', 'has', 'a', 'nice', 'comfortable', 'drape', 'i', 'got', 'in', 'white', 'best', 'to', 'put', 'it', 'on', 'before', 'applying', 'makeup', 'this', 'goes', 'great', 'with', 'black', 'and', 'white', 'print', 'pilazzo', 'pants', 'love', 'this', 'top', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['14688,1004,63', 'cute', 'fall', 'skirt', 'bought', 'this', 'skirt', 'in', 'the', 'light', 'plum', 'color', 'nice', 'soft', 'corduroy', 'fabric'] ['it', 'fit', 'well', 'not', 'too', 'short'] ['will', 'be', 'cute', 'this', 'fall', 'with', 'a', 'sweater', 'and', 'boots'] ['my', 'only', 'complaint', 'i', 'wish', 'it', 'had', 'pockets', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['14689,1004,79', 'great', 'fall/winter', 'skirt', 'living', 'in', 'alaska', 'means', 'fall', 'starts', 'early', 'and', 'winter', 'runs', 'long', 'this', 'great', 'little', 'skirt', 'is', 'perfect', 'for', 'casual', 'fridays', 'and', 'weekends', 'i', 'am', "4'11", 'and', 'ordered', 'the', 'petite', '4', 'which', 'is', 'a', 'little', 'big', 'around', 'the', 'waist', 'but', 'could', 'tuck', 'a', 'sweater', 'or', 'shirt', 'in', 'absolutely', 'love', 'this', 'skirt', 'and', 'thinking', 'about', 'purchasing', 'in', 'another', 'color', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14690,828,60', 'summer', 'time', 'blues', 'nice', 'rendition', 'of', 'a', 'summer', 'halter', 'that', 'resembles', 'denim', 'i', 'bought', 'my', 'normal', 'small', 'but', 'could', 'have', 'downsized', 'to', 'an', 'xs', 'if', 'your', 'busty', 'stay', 'with', 'your', 'normal', 'size', 'as', 'it', 'is', 'more', 'tts', 'i', 'like', 'the', 'blue', 'plaid', 'colors', 'and', 'the', 'soft', 'cotton', 'material', 'it', "'s", 'made', 'of', 'it', 'has', 'a', 'very', 'nice', 'flow', 'with', 'the', 'cute', 'peek', 'a', 'boo', 'back', 'neckline', 'the', 'interior', 'fabric', 'lining', 'is', 'also', 'a', 'quite', 'lovely', 'chambray', 'blue', 'that', 'nicely', 'offsets', 'the', 'blue', 'plaid.,5,1,4', 'general', 'tops', 'blouses'] ['14691,863,47', 'comfy', 'shirt', 'this', 'shirt', 'is', 'so', 'pretty', 'and', 'casual', 'however', 'with', 'a', 'nice', 'scarf', 'it', 'can', 'also', 'be', 'worn', 'to', 'a', 'nicer', 'restaurant', 'it', 'also', 'hides', 'all', 'my', 'flaws', 'the', 'only', 'concern', 'i', 'have', 'is', 'it', "'s", 'a', 'bit', 'thin', 'material', 'and', 'not', 'sure', 'how', 'long', 'it', 'will', 'last', 'having', 'said', 'that', 'i', 'love', 'how', 'the', 'material', 'looks', 'and', 'falls', 'on', 'my', 'body', 'i', 'love', 'it', 'so', 'much', 'i', 'bought', 'a', 'white', 'shirt', 'as', 'well', 'as', 'the', 'lavender', ',5,1,0', 'general', 'tops', 'knits'] ['14692,863,33', 'great', 'tee', 'i', 'bought', 'this', 'top', 'on', 'sale', 'in', 'the', 'store', 'and', 'immediately', 'came', 'home', 'and', 'ordered', 'it', 'in', 'another', 'color', 'online', 'i', 'love', 'the', 'length', 'even', 'in', 'the', 'xs', 'which', 'is', "n't", 'always', 'the', 'case', 'i', 'am', '5', '9', 'and', 'a', 'size', '2', 'and', 'the', 'xs', 'fits', 'me', 'perfect', 'even', 'after', 'washing', 'and', 'drying', 'a', 'couple', 'times', 'looks', 'cute', 'under', 'sweaters', 'and', 'vests', 'can', 'wear', 'all', 'year', 'round', 'lightweight', 'and', 'good', 'neckline', ',5,1,0', 'general', 'tops', 'knits'] ['14693,863,71', 'a', 'great', 'basic', 'for', 'your', 'closet', 'i', 'bought', 'the', 'first', 'one', 'in', 'the', 'gold', 'color', 'which', 'i', 'call', 'mustard', 'i', 'really', 'love', 'the', 'high-low', 'style', 'and', 'looks', 'great', 'when', 'worn', 'with', 'a', 'long', 'necklace', 's', 'when', 'they', 'went', 'on', 'sale', 'i', 'bought', 'two', 'more', 'black', 'and', 'grey', 'i', 'love', 'that', 'they', 'are', 'perfect', 'for', 'layering', 'when', 'it', "'s", 'cold', 'but', 'that', 'i', 'can', 'also', 'wear', 'them', 'alone', 'in', 'other', 'seasons', 'thy', 'ran', 'a', 'bit', 'large', 'for', 'me', 'so', 'i', 'was', 'able', 'to', 'purchase', 'the', 'small', 'i', 'am', 'small', 'boned', 'but', 'large', 'in', 'the', 'bust', 'i', "'m", 'also', 'short', '5', '2', 'but', 'they', 'do', "n't", 'look', 'too', 'long', 'especially', 'when', 'i', 'wear', ',5,1,0', 'general', 'tops', 'knits'] ['14694,1004,51', 'great', 'fall', 'staple', 'great', 'style', 'and', 'fit', 'i', 'purchased', 'the', 'wine', 'color', 'and', 'i', "'m", 'probably', 'going', 'to', 'also', 'get', 'the', 'other', 'two', 'i', 'typically', 'wear', 'a', '10-12', 'in', 'skirts', 'bought', 'this', 'in', 'a', '12', 'and', 'it', 'fits', 'perfect', 'however', 'the', 'fabric', 'is', 'super', 'stretchy', 'so', 'a', '10', 'may', 'have', 'been', 'sufficient', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['14695,1004,58', 'great', 'skirt', 'and', 'yet', 'no', 'pockets', 'i', 'bought', 'this', 'in', 'the', 'faded', 'pink', 'rose', 'color', 'which', 'is', 'inexplicably', 'called', 'red', 'motif', 'and', 'it', 'is', 'very', 'comfortable', 'yet', 'not', 'so', 'stretchy', 'as', 'to', 'fall', 'off', 'i', 'did', 'size', 'down', 'from', '12', 'to', '10', 'there', 'is', 'a', 'bit', 'of', 'puckering', 'of', 'the', 'front', 'placket', 'but', 'i', 'believe', 'based', 'on', 'my', 'history', 'with', 'pilcro', 'that', 'there', 'will', 'be', 'enough', 'stretching', 'out', 'to', 'even', 'out', 'that', 'puckering', 'i', 'wish', 'there', 'were', 'pockets', 'though', 'i', 'can', 'see', 'it', 'may', 'be', 'a', 'design', 'decision', 'i', 'love', 'the', 'faded', 'inbetween', 'color', 'but', 'the', 'other', 'colors', 'are', 'great', 'and', 'i', 'can', 'see', 'gett', ',4,1,13', 'general', 'petite', 'bottoms', 'skirts'] ['14696,1072,52', 'green', 'is', 'beautiful', 'color', 'fit', 'too', 'baggy', 'and', 'loose', 'i', 'purchased', 'the', 'green', 'dress', 'in', 'medium', 'i', 'usually', 'wear', 'a', 'medium', 'the', 'fabric', 'is', 'pretty', 'shoulders', 'fit', 'nicely', 'sleeves', 'were', 'short', 'in', 'an', 'odd', 'length', 'but', 'that', 'is', 'indeed', 'pictured', 'accurately', 'the', 'body', 'of', 'the', 'dress', 'is', 'very', 'shapeless', 'billowy', 'and', 'wide', 'which', 'made', 'this', 'appear', 'far', 'more', 'like', 'a', 'nightgown', 'than', 'the', 'photo', 'shown', 'i', 'considered', 'altering', 'the', 'garment', 'by', 'sewing', 'in', 'the', 'sides', 'from', 'the', 'armpit', 'downward', 'but', 'i', 'decided', 'to', 'return', 'the', 'dress', ',3,0,9', 'general', 'dresses', 'dresses'] ['14697,898,47', 'crazy', 'long', 'but', 'pretty', 'love', 'the', 'material', 'more', 'natural', 'fiber', 'than', 'synthetic', 'the', 'pattern', 'and', 'the', 'colors', 'also', 'it', 'is', 'cozy', 'the', 'one', 'con', 'is', 'that', 'it', 'is', 'really', 'big', 'and', 'crazy-long', 'so', 'long', 'that', 'it', 'may', 'be', 'a', 'show-stopper', 'on', 'the', 'fence', 'about', 'that', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['14698,1004,50', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14699,1070,32', 'fine', 'they', 'were', 'fine', 'i', 'had', 'hoped', 'they', "'d", 'be', 'more', 'like', 'begging', 'a', 'though', 'more', 'structure', 'they', 'were', 'very', 'much', 'just', 'leggings', 'and', 'rather', 'unflattering', 'in', 'the', 'crotch', 'area', 'they', 'felt', 'well', 'made', 'though', 'might', 'work', 'for', 'someone', 'else', 'not', 'a', 'bad', 'legging.,4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['14700,1072,49', 'luisa', 'swing', 'dress', 'love', 'this', 'dress', 'the', 'color', 'is', 'gorgeous', 'what', 'you', 'do', "n't", 'see', 'until', 'you', 'see', 'the', 'dress', 'in', 'person', 'is', 'the', 'beautiful', 'detail', 'of', 'the', 'stitched', 'flowers', 'on', 'the', 'dress', 'i', 'received', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'dress', 'the', 'sleeves', 'are', 'sheer', 'and', 'the', 'material', 'light', 'weight', 'you', 'can', 'wear', 'this', 'dress', 'year', 'round', 'i', 'love', 'these', 'kind', 'of', 'dresses', 'retailer', 'knows', 'how', 'to', 'do', 'this', 'right', 'love', 'this', 'store', ',5,1,0', 'general', 'dresses', 'dresses'] ['14701,863,33', 'great', 'layering', 'staple', 'great', 'basic', 'item', 'can', 'be', 'worn', 'with', 'leggings', 'or', 'pants', 'dressed', 'up', 'or', 'down', 'or', 'layered', 'on', 'fit', 'and', 'color', 'are', 'true', 'to', 'size', 'and', 'picture', ',4,1,0', 'general', 'tops', 'knits'] ['14702,868,42', 'better', 'than', 'a', 'basic', 'lovely', 'feel', 'to', 'this', 'almost-cowl', 'neck', 'turtleneck', 'it', "'s", 'quite', 'thin', 'and', 'has', '3/4', 'length', 'sleeves', 'so', 'it', 'wo', "n't", 'keep', 'you', 'warm', 'but', 'the', 'fabric', 'is', 'soft', 'the', 'ribbing', 'is', 'flattering', 'and', 'the', 'fit', 'is', 'loose', 'without', 'feeling', 'frumpy', 'overall', 'a', 'good', 'staple', 'that', "'s", 'a', 'bit', 'more', 'interesting', 'the', 'mauve-ish', 'color', 'looks', 'great', 'with', 'grays', ',4,1,2', 'general', 'tops', 'knits'] ['14703,1072,68', 'super', 'cute.', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'green', 'and', 'i', 'love', 'it', 'it', 'does', 'run', 'a', 'little', 'large', 'so', 'i', 'went', 'down', 'one', 'size', 'which', 'was', 'ok', 'by', 'me', 'it', 'is', 'super', 'cute', ',5,1,0', 'general', 'dresses', 'dresses'] ['14704,927,54', 'disappointing', 'this', 'whole', 'order', 'was', 'disappointing', 'the', 'main', 'piece', 'i', 'ordered', 'was', 'cancelled', 'and', 'the', 'two', 'remaining', 'items', 'this', 'sweater', 'included', 'were', 'poorly', 'made', 'there', 'was', 'a', 'snag/thread', 'hanging', 'out', 'in', 'the', 'middle', 'of', 'the', 'front', 'of', 'the', 'sweater', 'tried', 'to', 'tuck', 'it', 'in', 'but', 'it', 'would', "n't", 'stay', 'so', 'i', "'ll", 'be', 'returning', 'it.,2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['14705,863,49', ',fits', 'great', 'and', 'goes', 'great', 'under', 'cardigans', 'and', 'jackets,5,1,0', 'general', 'tops', 'knits'] ['14706,927,46', 'coral', 'roll', 'top', 'sweater.', 'this', 'sweater', 'is', 'thick', 'and', 'does', 'cover', 'the', 'bra', 'well', 'i', 'did', 'not', 'find', 'it', 'to', 'be', 'well', 'made', 'the', 'ribbing', 'seemed', 'to', 'be', 'attached', 'loosely', 'in', 'places', 'i', 'am', 'a', 'size', 'large', 'with', 'a', 'b', 'cup', 'and', 'a', 'bit', 'thicker', 'through', 'the', 'middle', 'to', 'my', 'middle', 'age', 'dismay', 'putting', 'this', 'sweater', 'on', 'in', 'coral', 'made', 'me', 'feel', 'like', 'a', 'giant', 'peach', 'for', 'those', 'with', 'larger', 'breasts', 'it', 'is', 'likely', 'more', 'flattering.,2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['14707,863,39', 'awkward', 'length', 'in', 'front', 'it', 'seems', 'like', 'most', 'people', 'love', 'this', 'tee', 'so', 'you', 'might', 'as', 'well', 'i', 'returned', 'it', 'because', 'i', 'did', "n't", 'like', 'how', 'the', 'front', 'hung', 'if', 'the', 'front', 'was', 'as', 'long', 'as', 'the', 'back', 'i', 'would', 'have', 'kept', 'it', 'or', 'if', 'the', 'front', 'was', 'short', 'enough', 'to', 'wear', 'with', 'thick', 'pants', 'untucked', 'i', 'might', 'have', 'kept', 'it', 'seems', 'like', 'this', 'top', 'would', 'only', 'look', 'good', 'with', 'leggings', 'or', 'skirts', 'i', 'do', 'like', 'the', 'material', 'though', 'it', "'s", 'very', 'thin', 'and', 'looks', 'great', 'in', 'the', 'shoulder', 'and', 'neck', 'area', 'and', 'i', 'liked', 'how', 'the', 'back', 'of', 'the', 'shirt', 'looked', 'when', 'i', 'tried', 'wearing', 'it', ',3,0,0', 'general', 'tops', 'knits'] ['14708,832,51', 'really', 'cute', 'with', 'a', 'great', 'fit', 'this', 'top', 'is', 'super', 'cute', 'nice', 'and', 'light', 'for', 'the', 'hot', 'weather', 'with', 'a', 'tts', 'fit', 'the', 'model', 'is', 'wearing', 'a', 'light-colored', 'bra', 'so', 'it', 'shows', 'through', 'but', 'with', 'a', 'black', 'bra', 'there', 'is', 'no', 'problem', ',5,1,1', 'general', 'tops', 'blouses'] ['14709,828,44', 'so', 'cute', 'this', 'top', 'is', 'great', 'it', 'looks', 'much', 'better', 'in', 'person', 'it', "'s", 'still', 'kind', 'of', 'a', 'faded', 'look', 'but', 'it', "'s", 'not', 'as', 'light', 'as', 'shown', 'here', 'also', 'the', 'exact', 'location', 'of', 'the', 'plaid', 'is', 'different', 'on', 'each', 'top', 'it', 'runs', 'just', 'a', 'tiny', 'bit', 'large', 'but', 'i', 'liked', 'it', 'loose', 'so', 'took', 'my', 'normal', 'size', 'there', 'is', 'another', 'fabric', 'lining', 'the', 'front', 'in', 'a', 'very', 'cute', 'print', 'will', 'be', 'a', 'nice', 'loose', 'and', 'cool', 'top', 'for', 'summer', 'love', 'the', 'tie', 'in', 'the', 'back', 'as', 'well', ',5,1,0', 'general', 'tops', 'blouses'] ['14710,1004,32', ',,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['14711,927,44', 'modern', 'chic', 'the', 'tank', 'is', 'very', 'structured', 'thick', 'yet', 'breathable', 'not', 'see', 'through', 'the', 'coral', 'is', 'much', 'brighter', 'in', 'person', 'and', 'the', 'white', 'is', 'more', 'like', 'a', 'light', 'cream', 'color', 'the', 'white', 'is', 'versatile', 'for', 'all', 'seasons', 'but', 'i', 'like', 'the', 'coral', 'because', 'it', "'s", 'such', 'an', 'unusual', 'color', 'size', 'regular', 'xs', 'is', 'fitted', 'on', 'me', 'not', 'too', 'tight', 'not', 'too', 'loose', 'but', 'over', 'the', 'course', 'of', 'the', 'day', 'it', 'stretches', 'a', 'little', 'and', 'the', 'hem', 'falls', 'at', 'the', 'upper', 'hip', 'i', "'m", '5', '2', '34b', '26', 'waist', '36', 'hips', 'my', 'favorite', 'part', 'is', 'the', 'arm', 'holes', 'are', 'not', 'too', 'big', 'the', 'knit', 'a', ',5,1,14', 'general', 'petite', 'tops', 'sweaters'] ['14712,1004,44', 'hurray', 'for', 'corduroy', 'i', 'saw', 'this', 'skirt', 'at', 'my', 'local', 'retailer', 'store', 'and', 'thought', 'it', 'was', 'just', 'another', 'corduroy', 'skirt', 'until', 'i', 'got', 'up', 'close', 'and', 'personal', 'it', 'feels', 'so', 'soft', 'yet', 'there', 'is', 'structure', 'to', 'the', 'skirt', 'hurray', 'for', 'a', 'bit', 'of', 'spandex', 'for', 'movement', 'the', 'first', 'button', 'is', 'different', 'from', 'the', 'rest', 'of', 'the', 'buttons', 'and', 'i', 'appreciate', 'that', 'type', 'of', 'details', 'only', 'the', 'wine', 'color', 'was', 'available', 'in', 'the', 'store', 'and', 'it', 'is', 'shown', 'just', 'like', 'on', 'the', 'photo', 'the', 'skirt', 'falls', 'right', 'above', 'my', 'knees', 'and', 'size', 'regular', '4', 'fit', 'me', 'very', 'well', 'i', "'m", '5', '2', '26', 'waist', '3', ',5,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['14713,927,73', 'neat', 'sweater', 'i', 'like', 'this', 'top', 'it', 'fits', 'nicely', 'the', 'knit', 'is', 'thicker', 'than', 'i', 'though', 'it', 'would', 'be', 't', 'but', 'i', 'still', 'like', 'it.,4,1,3', 'general', 'petite', 'tops', 'sweaters'] ['14714,927,47', 'nice', 'tank', 'for', 'summer', 'i', 'purchased', 'this', 'tank', 'in', 'white', 'the', 'material', 'is', 'very', 'soft', 'but', 'it', 'is', 'very', 'thick', 'which', 'i', 'was', 'surprised', 'by', 'but', 'i', 'still', 'like', 'it', 'the', 'fit', 'is', 'a', 'little', 'boxy', 'i', 'have', 'an', 'xxsp', 'and', 'it', 'fits', 'a', 'little', 'large', 'hangs', 'perfectly', 'just', 'like', 'the', 'photo', 'i', 'almost', 'sent', 'it', 'back', 'just', 'because', 'of', 'the', 'boxy', 'look', 'but', 'i', 'think', 'i', 'make', 'it', 'work', 'this', 'summer', 'going', 'to', 'keep', 'it', ',4,1,3', 'general', 'petite', 'tops', 'sweaters'] ['14715,1072,35', 'not', 'at', 'all', 'what', 'i', 'expected.', 'i', 'ordered', 'the', 'ivory', 'of', 'this', 'dress', 'expecting', 'it', 'to', 'be', 'a', 'nice', 'dress', 'i', 'could', 'wear', 'into', 'my', 'second', 'trimester', 'of', 'pregnancy', 'instead', 'i', 'received', 'a', 'dress', 'that', 'looks', 'like', 'a', 'ugly', 'vintage-gone-wrong', 'curtain', 'of', 'fabric', 'the', "'ivory", 'is', 'the', 'color', 'of', 'yellowed', 'newspapers', 'the', 'fabric', 'was', 'cheap', 'and', 'had', 'thread', 'pieces', 'sticking', 'up', 'all', 'over', 'the', 'place', 'i', 'would', "'ve", 'been', 'better', 'off', 'sewing', 'myself', 'a', 'dress', 'out', 'of', 'drapes', 'a', 'la', 'gone', 'with', 'the', 'wind', 'or', 'sound', 'of', 'music', 'the', 'fit', 'is', "n't", 'that', 'great', 'either', 'big', 'and', 'boxy', 'it', 'could', 'acco', ',1,0,6', 'general', 'dresses', 'dresses'] ['14716,832,42', 'perfect', 'summer', 'top', 'light', 'weight', 'and', 'cotton', 'great', 'summer', 'top', 'runs', 'a', 'little', 'big', 'but', 'it', 'suits', 'me', 'i', "'m", 'short', 'and', 'find', 'the', 'straps', 'a', 'drop', 'loose', 'because', 'they', "'re", 'a', 'fixed', 'length', 'meant', 'for', 'someone', 'a', 'little', 'taller', 'than', '5', '1', 'me', 'but', 'they', 'are', 'not', 'falling', 'down', 'so', 'far', 'also', 'if', 'you', 'look', 'at', 'the', 'photo', 'of', 'the', 'model', 'wearing', 'the', 'top', 'in', 'black', 'you', 'can', 'see', 'through', 'the', 'lace', 'to', 'the', 'bra', 'underneath', 'if', 'you', 'just', 'wear', 'a', 'bra', 'the', 'same', 'color', 'as', 'the', 'top', 'it', "'s", 'not', 'at', 'all', 'noticeable', 'great', 'piece', 'for', 'summer', ',5,1,3', 'general', 'tops', 'blouses'] ['14717,1044,48', 'comfortable', 'white', 'ish', 'non-see-through', 'pants', 'great', 'pants', 'with', 'a', 'couple', 'of', 'quibbles'] [] ['these', 'pants', 'have', 'mini', 'blue', 'stripes', 'in', 'the', 'fabric', 'so', 'in', 'real', 'life', 'they', 'look', 'a', 'bit', 'more', 'blue', 'than', 'they', 'do', 'in', 'the', 'photos', 'these', 'are', 'not', 'white', 'pants', 'but', 'they', 'would', 'fill', 'the', 'faded', 'blue', 'denim', 'niche', 'in', 'your', 'wardrobe', 'and', 'also', 'like', 'faded', 'blue', 'denim', 'these', 'pants', 'are', 'more', 'opaque', 'than', 'most', 'lightweight', 'white', 'pants', 'are', 'these', 'days', 'you', 'would', 'not', 'want', 'to', 'wear', 'black', 'underwear', 'with', 'these', 'but', 'likewise', 'your', 'undergarment', 'choice', 'would', 'not', 'be', 'immediately', 'apparent', 'compa', ',4,1,14', 'general', 'bottoms', 'pants'] ['14718,1095,44', 'unflattering', 'and', 'uncomfortable', 'i', 'saw', 'this', 'dress', 'online', 'and', 'immediately', 'fell', 'in', 'love', 'with', 'the', 'bow', 'design', 'purchased', 'my', 'typical', 'size', '4', 'but', 'found', 'it', 'way', 'too', 'tight', 'i', 'went', 'to', 'my', 'local', 'retailer', 'to', 'exchange', 'it', 'for', 'the', 'size', '6.', 'unfortunately', 'even', 'the', 'size', '6', 'just', 'did', 'not', 'fit', 'right', 'moving', 'around', 'in', 'the', 'dress', 'was', 'challenging', 'the', 'slightest', 'shoulder/arm', 'movement', 'made', 'the', 'dress', 'ride', 'up', 'i', 'was', 'constantly', 'pulling', 'it', 'down', 'the', 'fabric', 'is', 'also', 'quite', 'stiff', 'and', 'heavy', 'overall', 'it', "'s", 'a', 'cute', 'dress', 'but', 'just', 'not', 'for', 'me', ',3,0,5', 'general', 'dresses', 'dresses'] ['14719,1095,27', 'great', 'classic', 'dress', 'bought', 'this', 'dress', 'online', 'in', 'my', 'usual', '0p', 'for', 'a', 'special', 'event', 'and', 'liked', 'the', 'cut', 'but', 'found', 'the', 'area', 'around', 'my', 'stomach', 'and', 'the', 'bottom', 'of', 'the', 'open', 'area', 'on', 'the', 'back', 'to', 'be', 'a', 'bit', 'large', 'this', 'in', 'the', 'back', 'created', 'the', 'potential', 'problem', 'of', 'flapping', 'open', 'so', 'that', 'you', 'could', 'see', 'down', 'the', 'back', 'of', 'the', 'dress', 'surprisingly', 'they', 'had', '00p', 'as', 'well', 'so', 'i', 'reordered', 'that', 'one', 'and', 'love', 'it'] [] ['keep', 'in', 'mind', 'that', 'the', 'style', 'is', 'very', 'subdued', 'and', 'elegant', 'especially', 'from', 'the', 'front', 'with', 'a', 'little', 'bit', 'of', 'fun', 'added', 'to', 'the', 'back', 'with', 'the', ',5,1,1', 'general', 'dresses', 'dresses'] ['14720,1020,63', 'disappointment', 'the', 'material', 'is', 'horrible', 'it', "'s", 'heavy', 'and', 'cheap', 'the', 'skirt', 'does', 'not', 'flow', 'as', 'it', 'appears', 'in', 'the', 'photo', 'instead', 'the', 'bottom', 'part', 'of', 'the', 'skirt', 'just', 'stands', 'out', 'like', 'ruffles', 'am', 'returning', ',1,0,12', 'general', 'bottoms', 'skirts'] ['14721,818,44', 'darling', 'top', 'i', 'love', 'this', 'top', 'it', "'s", 'classic', 'and', 'classy', 'but', 'with', 'a', 'fun', 'update', 'being', 'a', 'henley', 'the', 'gingham', 'is', 'super', 'cute', 'the', 'texture', 'of', 'the', 'fabric', 'is', 'really', 'nice', 'and', 'soft', 'and', 'thick', 'it', 'is', 'fully', 'lined', 'i', 'plan', 'to', 'layer', 'it', 'for', 'winter', 'and', 'ca', "n't", 'wait', 'to', 'pair', 'it', 'with', 'white', 'capris', 'come', 'spring', 'i', 'bought', 'my', 'usual', 'size', 'xs', 'and', 'it', "'s", 'a', 'little', 'snug', 'at', 'the', 'hips', 'where', 'i', "'m", 'more', 'curvy', 'but', 'perfect', 'overall', 'highly', 'recommend', ',5,1,1', 'general', 'tops', 'blouses'] ['14722,1095,27', 'super', 'cute', 'i', 'love', 'the', 'classy', 'design', 'and', 'the', 'little', 'surprise', 'bow', 'in', 'the', 'back', 'i', 'am', '5', '2', 'and', 'about', '107lbs', 'size', '0', 'fit', 'well', 'i', 'was', 'afraid', 'it', 'might', 'be', 'too', 'short', 'but', 'on', 'me', 'it', 'is', 'just', 'above', 'the', 'knee', 'the', 'bow', 'on', 'the', 'back', 'did', 'not', 'hide', 'the', 'bra', 'strap', 'on', 'me', 'but', 'the', 'fabric', 'is', 'thick', 'overall', 'so', 'that', 'it', 'can', 'be', 'worn', 'without', 'one', 'the', 'fit', 'is', 'great', 'once', 'on', 'but', 'it', 'is', 'a', 'little', 'hard', 'to', 'take', 'off', 'since', 'the', 'zipper', 'is', 'not', 'on', 'the', 'side', 'so', 'there', 'is', 'no', 'relief', 'in', 'the', 'arm/chest', 'area', 'the', 'color', 'is', 'beautiful', 'it', "'s", 'true', 'to', 'the', 'pictures', ',5,1,1', 'general', 'dresses', 'dresses'] ['14723,1020,40', ',i', 'bought', 'the', 'red', 'and', 'it', 'is', 'gorgeous', 'i', 'love', 'how', 'it', 'hangs', 'heavy', 'but', 'fluid', 'i', 'usually', 'wear', 'a', '4', 'but', 'i', 'bought', 'a', '6', 'and', 'it', 'was', 'perfect.,5,1,0', 'general', 'bottoms', 'skirts'] ['14724,1095,49', 'a', 'lot', 'to', 'love', 'in', 'this', 'dress', 'the', 'color', 'on', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'the', 'fabric', 'is', 'great', 'and', 'the', 'bow', 'detail', 'in', 'the', 'back', 'makes', 'the', 'dress', 'much', 'more', 'interesting', 'i', 'also', 'quite', 'liked', 'the', 'length', 'i', "'m", '5', '5', 'and', 'weigh', 'about', '132', 'and', 'bought', 'a', '6', 'regular', 'which', 'came', 'to', 'a', 'couple', 'of', 'inches', 'above', 'my', 'knee', 'not', 'as', 'short', 'as', 'it', 'looks', 'on', 'the', 'model', 'overall', 'style', 'and', 'aesthetic', 'i', 'love'] [] ['the', 'problem', 'with', 'this', 'dress', 'is', 'the', 'fit', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'starting', 'with', 'an', '8.', 'too', 'big', 'no', 'problem', 'tried', 'the', '6', 'still', 'a', 'bit', 'large', 'gap', ',4,1,1', 'general', 'dresses', 'dresses'] ['14725,1095,37', 'not', 'for', 'petite/short-waisted', 'i', 'purchased', 'the', 'dress', 'with', 'the', 'bow-back', 'shift', 'in', 'peach', 'because', 'i', 'loved', 'it', "'s", 'nautical', 'theme', 'pattern', 'when', 'i', 'recurve', 'do', 'the', 'dress', 'i', 'found', 'it', 'to', 'be', 'stiff', 'and', 'boxy', 'being', 'a', 'petite', 'short-waisted', 'person', 'the', 'top', 'portion', 'of', 'the', 'stress', 'hung', 'on', 'my', 'body', 'awkwardly', 'my', 'bra', 'strap', 'was', 'showing', 'in', 'the', 'back', 'and', 'the', 'dress', 'needed', 'to', 'be', 'pulled', 'up', 'about', '2', 'inches', 'to', 'properly', 'sit', 'on', 'my', 'frame'] ['i', 'returned', 'the', 'dress', ',2,0,0', 'general', 'dresses', 'dresses'] ['14726,1020,66', 'cute', 'skirt', 'skirt', 'fit', 'perfectly', 'nice', 'construction', 'hidden', 'zipper', 'full', 'lining', 'nicely', 'done', 'would', 'love', 'to', 'see', 'it', 'in', 'navy', 'or', 'black', ',5,1,7', 'general', 'bottoms', 'skirts'] ['14727,1075,51', 'very', 'different', 'this', 'is', 'one', 'of', 'those', 'dresses', 'that', 'hides', 'on', 'the', 'rack', 'until', 'you', 'see', 'it', 'and', 'you', 'think', 'hmmm-', 'this', 'is', 'really', 'interesting', 'and', 'then', 'you', 'try', 'it', 'on', 'and', 'all', 'the', 'ladies', 'in', 'the', 'dressing', 'room', 'say', 'whoa', 'yep', 'this', 'is', 'that', 'dress', 'much', 'more', 'fitted', 'and', 'flattering', 'on', 'my', '5', '9', '150lb', 'frame', 'it', 'oddly', 'kind', 'of', 'alludes', 'to', '70', "'s", 'caftans', 'very', 'cool', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14728,1095,28', 'no', 'good', 'for', 'larger', 'busts', 'the', 'design', 'of', 'this', 'dress', 'is', 'very', 'cute', 'but', 'if', 'you', 'have', 'an', 'average', 'to', 'large', 'bust', 'do', "n't", 'even', 'think', 'about', 'it', 'returned', 'unfortunately', ',3,0,0', 'general', 'dresses', 'dresses'] ['14729,868,32', 'best', 'beachy', 'summer', 'tunic', 'in', 'the', 'store', 'can', 'be', 'worn', 'knotted', 'at', 'the', 'hip', 'or', 'worn', 'straight', 'can', 'be', 'worn', 'over', 'jeans', 'shorts', 'a', 'bathing', 'suit', 'take', 'your', 'pick', 'wear', 'it', 'with', 'a', 'tank/cami', 'underneath', 'or', 'not', 'it', 'works', 'wither', 'way', 'asymmetrical', 'cut', 'great', 'for', 'us', 'long-legged', 'tall', 'people', 'fabulous', 'buy', 'only', 'con', 'is', 'that', 'it', "'s", 'a', 'tad', 'delicate', 'unfinished', 'hem', 'and', 'loose-knit', 'will', 'easily', 'snag', 'if', 'you', 'are', "n't", 'mindful', 'i', 'recommend', 'hand', 'wash', 'air', 'dry', ',5,1,0', 'general', 'tops', 'knits'] ['14730,1095,42', 'i', 'loved', 'this', 'dress', 'and', 'after', 'i', 'got', 'it', 'on', 'as', 'others', 'mentioned', 'it', 'is', 'difficult', 'to', 'get', 'it', 'on', 'i', 'wish', 'that', 'the', 'bow', 'snapped', 'on', 'and', 'off', 'as', 'i', 'took', 'the', 'dress', 'off', 'the', 'bow', 'came', 'off', 'itself', 'unfortunately', 'going', 'to', 'be', 'returning', 'the', 'dress', ',3,0,1', 'general', 'dresses', 'dresses'] ['14731,868,42', 'fun', 'summer', 'top', 'i', 'really', 'like', 'this', 'top', 'it', "'s", 'lightweight', 'great', 'quality', 'and', 'i', "'ve", 'worn', 'it', 'for', 'casual', 'weekend', 'outings', 'and', 'also', 'dressed', 'up', 'for', 'work', ',5,1,0', 'general', 'tops', 'knits'] ['14732,1095,19', 'pretty', 'color', 'and', 'love', 'the', 'bow', 'the', 'material', 'is', 'different', 'than', 'i', 'expected', 'but', 'i', 'like', 'it', 'a', 'lot', 'the', 'dress', 'is', 'extremely', 'tight', 'fitting', 'i', 'will', 'be', 'returning', 'it', 'if', 'i', 'ca', "n't", 'figure', 'something', 'out', 'i', "'m", 'a', '36d', 'and', 'wear', 'a', '6', 'very', 'very', 'restricting', 'in', 'the', 'chest/shoulder', 'area', 'unfortunately', 'it', 'may', 'just', 'not', 'be', 'designed', 'for', 'my', 'body', 'type', 'getting', 'the', 'dress', 'on', 'was', 'for', 'sure', 'one', 'of', 'my', 'hardest', 'workouts', 'and', 'i', 'crossfit', 'oh', 'and', 'the', 'bow', 'does', 'not', 'come', 'off', 'at', 'all', 'so', 'good', 'luck', 'with', 'that', 'the', 'red', 'color', 'is', 'gorgeous', 'i', 'hope', 'it', 'works', 'out', ',4,1,0', 'general', 'dresses', 'dresses'] ['14733,868,48', 'cute', 'breezy', 'tank', 'for', 'summer', 'love', 'this', 'tank', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fits', 'beautifully', 'i', 'am', '5', '5', 'and', '140', 'lbs', 'tank', 'is', 'sheer', 'so', 'i', 'wear', 'a', 'cami', 'underneath', 'length', 'is', 'quite', 'long', 'but', 'i', 'wear', 'it', 'with', 'skinny', 'white', 'capris', 'and', 'it', 'looks', 'chic', 'my', 'only', 'concern', 'is', 'the', 'raw', 'hem', 'edge', 'worried', 'about', 'how', 'this', 'will', 'hold', 'up', 'with', 'some', 'washings', 'other', 'than', 'that', 'i', 'love', 'it', 'i', 'received', 'many', 'compliments', 'when', 'i', 'wore', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['14734,1095,39', 'really', 'wanted', 'to', 'make', 'it', 'work', 'as', 'soon', 'as', 'i', 'saw', 'this', 'dress', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'when', 'i', 'got', 'it', 'i', 'noticed', 'it', 'was', 'slightly', 'small', 'but', 'figured', 'i', 'could', 'deal', 'with', 'it', 'i', 'was', 'packing', 'for', 'my', 'vacation', 'and', 'tried', 'it', 'on', 'again', 'just', 'last', 'night', 'and', 'i', 'noticed', 'the', 'bow', 'is', 'coming', 'off', 'the', 'back', 'i', 'could', 'fix', 'it', 'but', 'honestly', 'a', 'dress', 'should', "n't", 'start', 'falling', 'apart', 'before', 'you', 'even', 'wear', 'it', 'it', "'s", 'cut', 'on', 'the', 'small', 'side', 'wish', 'i', 'tried', 'the', 'larger', 'one', 'but', 'now', 'it', "'s", 'sold', 'out', 'and', 'i', 'was', 'kind', 'of', 'disappointed', 'there', 'were', 'no', 'pockets', 'as', 'pictured', 'i', ',2,0,1', 'general', 'dresses', 'dresses'] ['14735,1095,55', 'not', 'the', 'best', 'i', "'ve", 'rarely', 'met', 'a', 'maeve', 'item', 'i', 'didnt', 'like', 'initially', 'looking', 'at', 'this', 'dress', 'i', 'thought', 'it', 'was', 'suede', 'but', 'it', "'s", 'a', 'structured', 'cotton', 'making', 'it', 'a', 'little', 'more', 'stiff', 'than', 'i', "'d", 'like', 'i', 'feel', 'that', 'making', 'it', 'suede', 'would', "'ve", 'been', 'perfect', 'for', 'this', 'dress', 'i', 'am', '5', '2', '140', 'lbs', 'usually', 'a', '4-6', 'i', 'tried', 'on', 'the', '6', 'and', 'it', 'was', 'a', 'great', 'fit', 'except', 'for', 'the', 'chest', 'area', '34d', 'and', 'the', 'butt/hips', 'area', 'making', 'this', 'dress', 'a', 'little', 'less', 'shift', 'and', 'a', 'little', 'baggy', 'in', 'the', 'abdominal', 'region', 'i', 'then', 'tried', 'on', 'the', '8', 'and', 'it', 'was', 'way', 'too', 'big', 'all', 'a', ',3,0,4', 'general', 'dresses', 'dresses'] ['14736,868,32', 'great', 'for', 'layering', 'even', 'though', 'this', 'shirt', 'is', 'incredibly', 'thin', 'i', 'love', 'that', 'i', 'can', 'wear', 'it', 'multiple', 'ways', 'throughout', 'the', 'year', 'it', 'can', 'be', 'used', 'as', 'a', 'swimsuit', 'coverup', 'with', 'white', 'jeans', 'in', 'the', 'summer', 'over', 'skinny', 'jeans', 'and', 'with', 'a', 'sweater', 'in', 'the', 'fall/winter', 'this', 'is', 'a', 'great', 'piece', 'to', 'own', ',5,1,0', 'general', 'tops', 'knits'] ['14737,1095,29', 'very', 'stiff', 'and', 'unflattering', 'i', 'was', 'hoping', 'to', 'wear', 'this', 'dress', 'for', 'an', 'engagement', 'photoshoot', 'but', 'it', 'fit', 'terribly', 'i', "'m", '5', '0', '98', 'lbs', '32a', 'and', 'have', 'some', 'hips/butt', 'this', 'dress', 'ordered', 'xxs', 'petite', 'hugged', 'my', 'hip/butt', 'region', 'tightly', 'which', 'made', 'the', 'dress', 'ride', 'up', 'and', 'balloon', 'out', 'around', 'my', 'stomach', 'and', 'back', 'there', 'was', 'also', 'too', 'much', 'extra', 'room', 'in', 'the', 'chest', 'so', 'sizing', 'up', 'was', 'out', 'of', 'the', 'question', 'there', 'is', 'just', 'way', 'too', 'much', 'fabric', 'and', 'it', "'s", 'very', 'stiff', 'with', 'no', 'drape', 'or', 'shape', 'whatsoever', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'cardboard', 'box', 'the', 'sleeves', ',3,1,7', 'general', 'dresses', 'dresses'] ['14738,1095,41', 'do', "n't", 'buy', 'this', 'dress', 'blue', 'stained', 'my', 'dress', 'on', 'a', 'hot', 'summer', '90', 'degree', 'day', 'the', 'blue', 'ink', 'on', 'the', 'dress', 'stained', 'the', 'dress', 'and', 'my', 'new', 'tory', 'burch', 'bag', 'i', 'would', 'never', 'have', 'expected', 'that', 'the', 'blue', 'print', 'would', 'bleed', 'all', 'over', 'me', 'and', 'my', 'new', 'dress', 'great', 'dress', 'and', 'such', 'a', 'wonderful', 'fit', 'too', 'bad', 'its', 'unwearable', 'now.,1,0,0', 'general', 'dresses', 'dresses'] ['14739,349,49', 'petal', 'soft', 'and', 'pretty.', 'this', 'is', 'a', 'very', 'comfortable', 'bralette-', 'the', 'silk', 'covers', 'one', "'s", 'most', 'sensitive', 'parts', 'so', 'it', 'feels', 'like', 'you', 'are', 'wearing', 'almost', 'nothing', 'it', "'s", 'very', 'pretty', 'too', 'i', 'wear', 'a', '34b', 'bra', 'and', 'the', 'small', 'fits', 'me', 'it', 'does', "n't", 'have', 'a', 'lot', 'of', 'support', 'but', 'it', "'s", 'very', 'comfortable', 'for', 'wearing', 'at', 'home', 'or', 'on', 'errands', 'the', 'cups', 'are', 'a', 'little', 'far', 'apart', 'but', 'it', 'still', 'works', 'if', 'you', "'re", 'looking', 'for', 'something', 'pretty', 'and', 'comfortable', 'for', 'casual', 'wear', 'i', 'would', 'recommend', 'this', 'at', 'the', 'sale', 'price', ',5,1,3', 'initmates', 'intimate', 'intimates'] ['14740,868,32', 'unique', 'but', 'not', 'orange', 'this', 'has', 'a', 'unique', 'style', 'and', 'feel', 'to', 'the', 'fabric', 'which', 'i', 'like', 'however', 'the', 'color', 'is', 'not', 'orange', 'as', 'advertised', 'it', "'s", 'more', 'or', 'a', 'reddish', 'pink', 'tone', 'which', 'was', 'somewhat', 'disappointing', 'because', 'orange', 'is', 'what', 'i', 'was', 'looking', 'for', 'i', 'will', 'still', 'keep', 'it', 'to', 'pair', 'with', 'other', 'outfits', 'in', 'mind', ',4,1,0', 'general', 'tops', 'knits'] ['14741,1095,22', 'great', 'look', 'poor', 'fit', 'i', "'m", 'a', 'consistent', 'size', '6', 'ordered', 'a', 'small', 'with', 'a', 'pretty', 'athletic', 'build', 'wide', 'shoulders', 'and', 'strong', 'arms', 'and', 'this', 'dress', 'simply', 'did', 'not', 'fit', 'with', 'those', 'proportions', 'the', 'sleeves', 'and', 'back', 'were', 'far', 'too', 'tight', 'additionally', 'the', 'bow', 'did', 'not', 'cover', 'my', 'bra', 'strap', 'likely', 'because', 'it', 'is', "n't", 'made', 'for', 'someone', 'my', 'height', 'had', 'to', 'return', ',3,0,2', 'general', 'dresses', 'dresses'] ['14742,1095,24', 'lovely', 'but', 'not', 'for', 'me', 'this', 'dress', 'is', 'adorable', 'but', 'sadly', 'not', 'for', 'me', 'i', 'had', 'to', 'size', 'up', 'from', 'my', 'normal', '6/8', 'to', 'a', '10', 'regular', 'to', 'make', 'sure', 'all', 'my', 'curves', 'fit', 'in', 'comfortably', 'sadly', 'i', 'was', "n't", 'in', 'love', 'the', 'bow', 'back', 'hit', 'me', 'right', 'to', 'cover', 'my', 'bra', 'but', 'the', 'fact', 'mine', 'did', "n't", 'come', 'with', 'pockets', 'as', 'shown', 'was', 'a', 'disappointment', 'it', 'will', 'be', 'going', 'back.,4,1,0', 'general', 'dresses', 'dresses'] ['14743,1078,51', 'pretty', 'for', 'a', 'narrow', 'bohemian', 'not', 'good', 'for', 'for', 'an', 'hourglass', 'shape', 'lots', 'and', 'lots', 'of', 'pretty', 'fabric', 'but', 'the', 'waist', 'hits', 'just', 'where', 'the', 'hips', 'widen', 'very', 'bohemian', 'just', 'no', 'good', 'for', 'a', 'figure', '8', 'the', 'sizing', 'is', 'generous', 'with', 'both', 'elastic', 'and', 'a', 'zipper', 'there', "'s", 'room', 'to', 'go', 'small', 'if', 'between', 'sizes', 'be', 'aware', 'the', 'plunge', 'at', 'the', 'front', 'is', 'wide', 'and', 'dramatic', 'i', 'dropped', 'the', 'hangar', 'in', 'the', 'dressing', 'room', 'and', 'had', 'to', 'clutch', 'fabric', 'close', 'to', 'my', 'reasonably-modest', 'c-cup', 'so', 'as', 'not', 'to', 'spill', 'out', 'would', 'perhaps', 'work', 'on', 'a', 'very', 'narrow', 'person', 'who', "'s", 'completel', ',3,0,3', 'general', 'petite', 'dresses', 'dresses'] ['14744,1095,21', 'no', 'pockets', 'i', 'was', 'disappointed', 'that', 'this', 'dress', 'had', 'no', 'pockets', 'as', 'every', 'picture', 'on', 'this', 'website', 'suggests', 'otherwise', 'it', 'is', 'a', 'great', 'color', 'and', 'shape', 'still', 'sad', 'though', ',3,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14745,1095,32', 'close', 'but', 'no', 'cigar', 'i', 'love', 'the', 'design', 'of', 'this', 'dress', 'but', 'found', 'it', 'to', 'be', 'an', 'odd', 'fit', 'the', 'bow', 'in', 'back', 'did', "n't", 'cover', 'my', 'bra', 'and', 'in', 'fact', 'though', 'the', 'overall', 'fit', 'seemed', 'right', 'the', 'bust', 'was', 'tight', 'unless', 'i', 'removed', 'the', 'bra', 'which', 'is', 'not', 'an', 'option', 'in', 'my', 'book', 'i', "'m", 'not', 'large-chested', 'so', 'this', 'seemed', 'like', 'a', 'design', 'flaw', 'to', 'me', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['14746,0,26', ',,5,1,0', 'general', 'jackets', 'outerwear'] ['14747,1095,35', 'love', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'a', 'rehearsal', 'dinner', 'like', 'other', 'reviewers', 'have', 'said', 'it', 'is', 'a', 'true', 'shift', 'dress', 'i', "'m", '5', '2', '114lbs', 'and', 'the', '0', 'fit', 'me', 'like', 'a', 'glove', 'it', 'was', 'a', 'little', 'hard', 'to', 'get', 'the', 'top', 'on', 'because', 'the', 'bow', 'is', 'not', 'detachable', 'wish', 'there', 'was', 'a', 'snap', 'or', 'something', 'but', 'once', 'on', 'i', 'was', 'in', 'love', 'i', 'may', 'have', 'to', 'safety', 'pin', 'my', 'bra', 'to', 'the', 'bow', 'so', 'it', 'does', "n't", 'show', 'because', 'it', 'kept', 'showing', 'when', 'i', 'tried', 'on', 'overall', 'a', 'very', 'beautiful', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14748,1095,35', ',very', 'cute', 'dress', 'for', '5', '5', 'or', 'taller,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14749,1095,31', 'living', 'out', 'my', 'vintage', 'fantasies', 'and', 'his', 'i', 'used', 'to', 'walk', 'by', 'this', 'dress', 'thinking', 'not', 'much', 'of', 'it', 'but', 'one', 'day', 'i', 'realized', 'it', 'had', 'a', 'bow', 'which', 'im', 'a', 'complete', 'sucker', 'for', 'tried', 'it', 'on', 'fell', 'in', 'love', 'tried', 'on', 'the', '4', 'and', '6', 'went', 'with', 'the', '4', 'runs', 'tts', 'if', 'the', 'dress', 'is', 'too', 'large', 'the', 'bow', 'flips', 'down', 'and', 'you', 'can', 'see', 'too', 'much', 'gaping', 'between', 'your', 'back', 'and', 'the', 'dress', 'somewhere', 'between', 'a', 'shift', 'and', 'a', 'sheath', 'is', 'this', 'silhouette', 'with', 'my', 'hair', 'pinned', 'up', 'in', 'a', 'teased', 'out', 'japanese', 'bun', 'and', 'great', 'black', 'heels', 'my', 'valentine', 'date', 'fell', 'for', 'this', 'dress', 'too', 'he', 'said', 'it', 'r', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['14750,818,52', 'beautiful', 'quality', 'but', 'runs', 'quite', 'small', 'i', 'would', 'say', 'that', 'this', 'blouse', 'runs', '1-2', 'sizes', 'too', 'small', 'the', 'fabric', 'is', 'unique', 'it', "'s", 'like', 'gauze', 'backed', 'by', 'fine', 'netting', 'and', 'the', 'workmanship', 'is', 'excellent.,4,1,2', 'general', 'tops', 'blouses'] ['14751,818,36', 'cute', 'top', 'really', 'cute', 'top', 'normally', 'order', 'a', 's', 'or', 'xs', 'based', 'on', 'reviews', 'i', 'ordered', 'a', 'm', 'and', 'good', 'fit', ',5,1,0', 'general', 'tops', 'blouses'] ['14752,1095,45', 'weird', 'fit', 'i', 'purchased', 'this', 'dress', 'in', 'my', 'usual', 'petite', 'size', '2.', 'it', 'fit', 'me', 'quite', 'well', 'for', 'the', 'most', 'part', 'a', 'bit', 'tight', 'around', 'the', 'armpit', 'area', 'but', 'the', 'major', 'issue', 'for', 'me', 'was', 'with', 'the', 'front', 'of', 'the', 'dress', 'there', 'was', 'a', 'weird', 'pocket', 'of', 'extra', 'fabric', 'under', 'my', 'chest', 'area', 'i', "'m", 'small', 'chested', 'also', 'the', 'bow', 'across', 'the', 'back', 'did', 'not', 'cover', 'my', 'bra', 'strap', 'below', 'the', 'bow', 'which', 'made', 'me', 'think', 'i', 'needed', 'to', 'size', 'up', 'i', "'m", 'not', 'sure', 'if', 'that', 'would', 'have', 'fixed', 'the', 'weird', 'fit', 'in', 'the', 'front', 'but', 'i', 'just', 'decided', 'to', 'return', 'the', 'dress', 'in', 'the', 'end', 'the', ',3,1,14', 'general', 'petite', 'dresses', 'dresses'] ['14753,868,37', 'scoop', 'it', 'up', 'before', 'its', 'gone', 'this', 'one', 'arrived', 'at', 'my', 'store', 'and', 'was', 'sold', 'out', 'in', 'two', 'days', 'everyone', 'loves', 'it', 'the', 'fabric', 'is', 'a', 'woven', 'material', 'very', 'light', 'a', 'little', 'sheer', 'but', 'comfortable', 'and', 'really', 'airy', 'it', 'has', 'a', 'bit', 'of', 'weight', 'to', 'it', 'so', 'it', 'does', "n't", 'stick', 'at', 'all', 'which', 'is', 'a', 'win', 'for', 'me', 'the', 'colors', 'are', 'perfectly', 'neutral', 'this', 'is', 'as', 'long', 'as', 'it', 'looks', 'in', 'the', 'photos', 'tunic', 'length', 'and', 'i', 'love', 'it', 'i', 'am', '5', '8', 'and', 'it', 'hits', 'below', 'my', 'toosh', 'loved', 'wearing', 'this', 'with', 'leggings', 'and', 'jacket', 'or', 'pairing', 'it', 'with', 'denim', 'i', 'adore', 'it', 'and', 'i', "'m", 'so', 'glad', 'i', 'grabbed', ',5,1,0', 'general', 'tops', 'knits'] ['14754,868,52', 'terrible', 'quality', 'cut', 'cut', 'out', 'design', 'no', 'seems', 'or', 'hems'] ['very', 'disappointed', 'in', 'retailer', ',1,0,0', 'general', 'tops', 'knits'] ['14755,1095,40', 'comfortable', 'yet', 'beautiful', 'fit', 'love', 'the', 'bright', 'color', 'of', 'this', 'dress', 'for', 'spring', 'and', 'the', 'loose', 'fit', 'and', 'light', 'material', 'are', 'very', 'comfortable.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14756,1095,37', 'love', 'this', 'dress', 'it', 'is', 'a', 'perfect', 'weight', 'and', 'length', 'it', "'s", 'a', 'great', 'dress', 'i', 'did', 'need', 'to', 'have', 'the', 'waist', 'altered', 'bc', 'it', 'is', 'a', 'straight', 'fit.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14757,868,64', 'cute', 'but', 'wo', "n't", 'last', 'wore', 'it', 'a', 'couple', 'of', 'times', 'it', 'is', 'cool', 'and', 'comfortable', 'washed', 'it', 'and', 'the', 'raw', 'edges', 'are', 'starting', 'to', 'fray', 'i', 'might', 'get', 'one', 'or', 'two', 'more', 'wears', 'out', 'of', 'it', 'hand', 'washed', 'and', 'hung', 'dry', ',2,0,0', 'general', 'tops', 'knits'] ['14758,868,48', 'i', 'love', 'the', 'feel', 'of', 'this', 'tunic', 'i', 'was', 'so', 'excited', 'to', 'receive', 'the', 'playa', 'tunic', 'in', 'the', 'mail', 'i', 'love', 'the', 'colors', 'and', 'the', 'flowy', 'bottom', 'and', 'raw', 'edges', 'this', 'tunic', 'could', 'be', 'worn', 'as', 'a', 'dress', 'or', 'with', 'jeggings', 'jeans', 'or', 'leggings', 'this', 'is', 'a', 'wonderful', 'fall', 'transition', 'piece', ',5,1,0', 'general', 'tops', 'knits'] ['14759,868,23', 'lovely', 'tunic', 'i', 'love', 'this', 'tunic', 'with', 'that', 'said', 'the', 'reason', 'i', 'only', 'gave', '4', 'stars', 'over', 'all', 'was', 'because', 'the', 'material', 'was', "n't", 'what', 'i', 'was', 'expecting', 'it', "'s", 'more', 'like', 'a', 'thin', 'sweater', 'like', 'material', 'with', 'raw', 'edge', 'which', 'normally', 'is', 'fine', 'but', 'i', 'do', 'worry', 'about', 'how', 'long', 'this', 'will', 'last', 'the', 'design', 'and', 'colors', 'are', 'lovely', 'i', 'have', 'worn', 'it', 'with', 'leggings', 'and', 'cropped', 'jeans', 'and', 'it', 'looks', 'fantastic', 'great', 'summer', 'top/dress/tunic', ',4,1,1', 'general', 'tops', 'knits'] ['14760,1020,61', 'lovely', 'cut', 'fit', 'length', 'great', 'cut', 'fit', 'the', 'length', 'is', 'perfect', 'too', 'i', 'like', 'the', 'weight', 'of', 'the', 'skirt', 'overall', 'good', 'for', 'all', 'seasons', ',5,1,0', 'general', 'bottoms', 'skirts'] ['14761,1075,58', 'bold', 'this', 'dress', 'has', 'a', 'much', 'more', 'flattering', 'fit', 'than', 'appears', 'it', 'has', 'curves', 'and', 'fits', 'tts', 'the', 'fabric', 'is', 'fairly', 'heavy', 'nice', 'quality', 'polyester', 'and', 'will', 'be', 'just', 'the', 'right', 'weight', 'for', 'a', 'nocal', 'wedding', 'the', 'back', 'straps', 'nicely', 'cover', 'foundations', 'so', 'even', 'though', 'it', "'s", 'open', 'you', 'do', "n't", 'need', 'special', 'undergarments', 'the', 'color', 'in', 'the', 'pic', 'is', 'spot', 'on', 'do', "n't", 'be', 'deceived', 'by', 'the', 'turquoise', 'moniker', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['14762,868,38', ',i', 'am', 'usually', 'an', 'xs', 'but', 'ordered', 'an', 'xxs', 'in', 'this', 'because', 'it', 'looked', 'like', 'it', 'ran', 'large', 'glad', 'i', 'did', 'it', "'s", 'still', 'roomy', 'but', 'does', "n't", 'look', 'too', 'big', 'could', 'be', 'a', 'swim', 'cover-up', 'or', 'would', 'look', 'cute', 'with', 'jeans', 'very', 'pleased.,5,1,8', 'general', 'tops', 'knits'] ['14763,1078,50', 'beautifully', 'designed', 'i', 'love', 'this', 'dress', 'but', 'unfortunately', 'it', 'is', 'so', 'low', 'plunge', 'that', 'i', 'would', 'have', 'no', 'occasion', 'to', 'use', 'this', 'dress', 'except', 'for', 'possibly', 'a', 'pool-side', 'event'] [] ['i', 'am', 'a', 'modest', 'c', 'cup', 'and', 'could', 'not', 'get', 'away', 'with', 'wearing', 'this', 'dress', 'anywhere'] [] ['if', 'you', 'do', 'decide', 'to', 'purchase', 'the', 'dress', 'you', 'can', 'actually', 'go', 'a', 'size', 'down', 'i', "'m", 'between', 'a', '4', 'and', '6', 'and', 'purchased', 'the', '4', 'and', 'fits', 'beautifully', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14764,1022,43', 'love', 'love', 'love', 'these', 'jeans', 'they', 'are', 'as', 'comfortable', 'as', 'sweat', 'pants', 'i', 'can', 'wear', 'these', 'all', 'day', 'and', 'then', 'some', 'and', 'be', 'comfy', 'i', 'love', 'the', 'fit', 'skinny', "'s", 'can', 'be', 'hard', 'for', 'me', 'i', 'have', 'athletic', 'thighs', 'and', 'the', 'length', 'is', 'fantastic', 'i', 'want', 'more', 'pairs', 'in', 'different', 'washes', ',5,1,1', 'general', 'bottoms', 'jeans'] ['14765,194,33', ',i', 'love', 'this', 'cozy', 'jacket', 'i', 'wanted', 'a', 'neutral', 'colored', 'jacket', 'for', 'casual', 'outings', 'this', 'does', 'fit', 'true', 'to', 'size', 'i', 'am', '5', '2', 'and', '105', 'pounds', 'i', 'purchased', 'the', 'xs', 'you', 'can', 'cuff', 'the', 'sleeves', 'to', 'shorten', 'the', 'length', 'of', 'the', 'arms', 'it', 'has', 'a', 'piping', 'so', 'it', 'does', "n't", 'look', 'odd', 'if', 'cuffed', 'i', 'do', 'find', 'most', 'things/brands', 'at', 'retailer', 'run', 'big', 'on', 'me', 'but', 'not', 'this', 'item.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14766,1094,62', 'cute', 'for', 'summer', 'this', 'dress', 'is', 'comfortable', 'and', 'cute', 'i', 'wear', 'xs', 'and', 'this', 'is', 'true', 'to', 'size', 'the', 'only', 'thing', 'i', 'do', "n't", 'like', 'is', 'the', 'neckline', 'it', 'is', 'very', 'low', 'cut', 'will', 'have', 'to', 'wear', 'a', 'cami', 'underneath.,5,1,12', 'general', 'petite', 'dresses', 'dresses'] ['14767,1089,33', 'absolutely', 'awful', 'i', 'was', 'so', 'excited', 'to', 'order', 'this', 'dress', 'i', 'loved', 'that', 'it', 'had', 'a', 'normal', 'neck', 'nice', 'length', 'and', 'there', 'was', "n't", 'a', 'hole', 'in', 'the', 'back', 'but', 'this', 'dress', 'is', 'just', 'plain', 'awful', 'the', 'top', 'fit', 'tight', 'across', 'the', 'bust', 'it', 'flattened', 'me', 'out', 'like', 'i', 'was', 'wearing', 'a', 'too', 'tight', 'sports', 'bra', 'then', 'the', 'back', 'zipper', 'puckered', 'and', 'bumped', 'up', 'like', 'there', 'is', 'too', 'much', 'zipper', 'for', 'the', 'fabric', 'i', 'could', 'not', 'get', 'the', 'zipper', 'to', 'lay', 'flat', 'the', 'fabric', 'is', 'itchy', 'and', 'very', 'cheap', 'feeling', 'on', 'top', 'of', 'it', 'all', 'the', 'colors', 'are', 'much', 'brighter', 'than', 'they', 'appear', 'in', 'the', ',1,0,2', 'general', 'dresses', 'dresses'] ['14768,1022,60', 'comfy', 'stylish', 'jeans', 'i', 'like', 'these', 'jeans', 'because', 'they', 'are', 'long', 'enough', 'to', 'wear', 'with', 'any', 'kind', 'of', 'shoe', 'or', 'boot', 'and', 'they', 'have', 'enough', 'stretch', 'to', 'be', 'comfy', 'but', 'not', 'too', 'tight', 'and', 'they', 'do', 'not', 'bag', 'out', ',4,1,2', 'general', 'bottoms', 'jeans'] ['14769,194,27', 'well', 'made', 'this', 'jacket', 'looks', 'great', 'and', 'is', 'well', 'made', 'the', 'material', 'is', 'very', 'lush', 'however', 'the', 'body', 'of', 'the', 'jacket', 'runs', 'big', 'while', 'the', 'sleeves', 'are', 'tight.,3,0,0', 'general', 'petite', 'intimate', 'lounge'] ['14770,194,25', ',i', "'ve", 'been', 'wearing', 'this', 'very', 'comfortable', 'and', 'cute', 'coat', 'for', '2', 'weeks', 'it', 'is', 'already', 'tearing', 'at', 'the', 'seams', 'somehow', 'the', 'quality', 'of', 'this', 'is', 'very', 'poor.,2,0,1', 'general', 'petite', 'intimate', 'lounge'] ['14771,194,36', 'love', 'love', 'love', 'i', 'purchased', 'this', 'jacket', 'in', 'the', 'beige', 'color', 'from', 'the', 'black', 'friday', 'sale', 'and', 'have', 'already', 'worn', 'it', 'several', 'times', 'it', 'is', 'comfortable', 'warm', 'and', 'stylish', 'i', 'love', 'it', 'so', 'much', 'i', 'got', 'it', 'as', 'christmas', 'gift', 'for', 'a', 'good', 'friend', 'and', 'my', 'sister', 'as', 'for', 'sizing', 'i', 'do', 'find', 'saturday/sunday', 'brand', 'runs', 'a', 'little', 'big', 'i', 'typically', 'wear', 'medium', 'or', 'size', '8', 'in', 'tops', 'and', 'bought', 'the', 'jacket', 'in', 'a', 'size', 'small', ',5,1,9', 'general', 'petite', 'intimate', 'lounge'] ['14772,860,63', ',,1,0,0', 'general', 'petite', 'tops', 'knits'] ['14773,194,47', 'love', 'this', 'jacket', 'got', 'the', 'jacket', 'in', 'blue', 'xs', 'i', 'am', '5-1', '110', 'lbs', 'fits', 'great', 'and', 'wanted', 'the', 'beige', 'one', 'too', 'however', 'the', 'beige', 'color', 'ones', 'have', 'a', 'totally', 'different', 'fit', 'the', 'beige', 'jackets', 'run', 'big', 'and', 'i', 'was', 'swimming', 'in', 'the', 'xs', 'hence', 'the', 'mixed', 'reviews', 'from', 'other', 'peeps', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['14774,1025,39', 'cute', 'but', 'very', 'tight', 'these', 'run', 'small', 'i', 'normally', 'wear', '28', 'on', 'ag', 'stevie', "'s", 'and', 'paige', 'jeans', 'so', 'i', 'ordered', 'these', 'in', '28', 'and', 'they', 'were', 'very', 'tight', 'otherwise', 'very', 'well', 'made', 'and', 'super', 'cute', 'but', 'i', 'had', 'to', 'return', 'them.,3,0,2', 'general', 'bottoms', 'jeans'] ['14775,194,41', 'love', 'this', 'jacket', 'perfect', 'for', 'replacing', 'old', 'hoodies', 'with', 'something', 'a', 'little', 'more', 'chic', 'incredibly', 'soft', 'warm', 'and', 'cozy', 'love', 'color', 'is', 'true', 'to', 'picture', 'and', 'i', 'found', 'it', 'runs', 'true', 'to', 'size', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14776,873,64', ',a', 'nice', 'comfy', 'sweatshirt', 'i', 'do', 'wish', 'it', 'was', 'just', 'a', 'tad', 'longer', 'tends', 'to', 'run', 'a', 'little', 'short', 'and', 'therefore', 'looks', 'a', 'little', 'boxy', 'and', 'i', "'m", 'only', '5', '3', 'i', 'purchased', 'the', 'regular', 'size', 'not', 'the', 'petite', 'also', 'the', 'front', 'wool', 'insert', 'is', 'a', 'little', 'scratchy', 'as', 'it', 'is', 'not', 'lined', 'on', 'the', 'inside.,3,1,1', 'general', 'petite', 'tops', 'knits'] ['14777,1055,34', 'not', 'for', 'me', 'omg', 'i', 'laughed', 'so', 'hard', 'after', 'i', 'put', 'these', 'on', 'i', 'was', 'so', 'excited', 'to', 'get', 'them', 'i', 'ordered', 'them', 'in', 'my', 'usual', '4.', 'i', 'got', 'a', 'little', 'suspicious', 'when', 'i', 'pulled', 'them', 'out', 'and', 'noticed', 'they', 'had', 'an', 'elastic', 'waist', 'band'] [] ['they', 'were', 'a', 'little', 'too', 'small', 'for', 'me', 'and', 'even', 'if', 'they', 'were', 'not', 'it', "'s", 'hard', 'to', 'imagine', 'a', 'world', 'in', 'which', 'they', 'did', "n't", 'make', 'me', 'look', 'like', 'an', 'oompa', 'loompa', 'or', 'a', 'hobbit', 'they', 'are', 'beautifully', 'made', 'and', 'i', 'kept', 'looking', 'at', 'the', 'picture', 'and', 'wondering', 'why', 'they', 'do', "n't", 'look', 'like', 'that', 'on', 'me', 'i', 'definitely', 'have', 'a', 'curvier', 'sh', ',3,0,1', 'general', 'petite', 'bottoms', 'pants'] ['14778,1089,62', 'beautiful', 'dress', 'i', 'actually', 'bought', 'this', 'dress', 'last', 'year', 'and', 'they', 'made', 'another', 'one', 'in', 'a', 'similar', 'dark', 'floral', 'which', 'i', 'also', 'bought', 'because', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', 'wish', 'they', 'would', 'make', 'a', 'different', 'pattern', 'i', "'d", 'buy', 'a', 'third', 'one', 'the', 'online', 'picture', 'does', 'not', 'do', 'any', 'justice', 'to', 'this', 'dress', 'fits', 'like', 'a', 'dream', '-soooo', 'flattering', 'modest', 'but', 'not', 'matronly', 'at', 'all', 'flows', 'beautifully', 'i', 'have', 'received', 'tons', 'of', 'compliments', 'every', 'single', 'time', 'i', 'wear', 'this', 'dress', 'this', 'dress', 'is', 'absolutely', 'lovely', 'please', 'make', 'this', 'in', 'another', 'pattern', ',5,1,1', 'general', 'dresses', 'dresses'] ['14779,873,36', 'cute', 'sweatshirt', 'i', 'found', 'this', 'to', 'be', 'true', 'to', 'size', 'm', 'fit', 'me', 'well', '5', '7', '140', 'lb', 'usually', 'a', 'size', 'm', 'for', 'tops', 'it', 'does', 'have', 'a', 'straight', 'fit', 'and', 'it', 'hits', 'at', 'the', 'waist', 'i', 'would', "n't", 'call', 'it', 'cropped', 'but', 'if', 'you', 'prefer', 'longer', 'tops', 'you', 'may', 'want', 'to', 'layer', 'it', 'looks', 'cute', 'with', 'a', 'collared', 'shirt', 'underneath', 'and', 'you', 'can', 'pull', 'the', 'shirt', "'s", 'cuffs', 'over', 'the', 'sweatshirt', 'the', 'sleeves', 'were', 'a', 'great', 'length', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['14780,194,46', 'order', 'your', 'usual', 'size', 'so', 'cute', 'warm', 'and', 'fashionable', 'i', 'ordered', 'a', 'size', 'down', 'and', 'it', 'fit', 'like', 'i', 'was', 'in', 'a', 'sausage', 'casing', 'gave', 'that', 'size', 'to', 'my', 'daughter', 'and', 'i', 'will', 'order', 'my', 'usual', 'size', 'the', 'arms', 'are', 'small', 'and', 'the', 'rest', 'is', 'true', 'to', 'size', 'love', 'the', 'quality', 'softness', 'and', 'style', 'of', 'this', 'with', 'a', 'hood', 'for', 'the', 'win', ',5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['14781,194,33', 'sizing', 'depends', 'on', 'the', 'comor', 'i', 'was', 'a', 'bit', 'confused', 'with', 'all', 'the', 'reviews', 'here', 'some', 'said', 'this', 'runs', 'small', 'and', 'others', 'said', 'it', 'runs', 'big'] ['i', 'decided', 'to', 'go', 'to', 'the', 'store', 'and', 'try', 'it', 'i', "'m", '5', '6', 'and', '112', 'lbs', 'i', "'m", 'usually', 'size', '2', 'or', 'xs'] ['when', 'i', 'tried', 'the', 'blue', 'one', 'xs', 'is', 'very', 'tight', 'on', 'the', 'arm', 'and', 'i', 'would', 'have', 'to', 'size', 'up', 'if', 'i', 'ever', 'want', 'to', 'wear', 'a', 'sweater', 'underneath'] ['however', 'when', 'i', 'tried', 'the', 'beige', 'one', 'xs', 'fits', 'me', 'well', 'with', 'some', 'room', 'for', 'sweater'] ['either', 'one', 'is', 'beautiful', 'great', 'quality', 'as', 'you', 'would', 'expect', 'from', 'this', 'brand', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14782,1089,21', 'gorgeous', 'classic', 'i', 'ordered', 'this', 'dress', 'in', 'a', 'size', '12.', 'i', "'m", '5', '9', 'and', '180lb', 'i', 'usually', 'wear', 'size', '14', 'but', 'the', '12', 'fit', 'beautifully', 'the', 'material', 'has', 'a', 'nice', 'stretch', 'to', 'it', 'so', 'that', 'i', 'think', 'it', 'would', 'still', 'fit', 'whether', 'i', 'gained', 'or', 'loss', '10', 'lbs', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'box', 'i', 'immediately', 'thought', 'it', 'read', 'grandma', 'but', 'was', 'pleasantly', 'surprised', 'when', 'i', 'put', 'it', 'on', 'it', 'is', 'snug', 'in', 'the', 'waist', 'and', 'flares', 'out', 'nicely', 'from', 'there', 'it', 'hits', 'me', 'on', 'the', 'knee', 'exactly', 'as', 'it', 'does', 'the', 'model', 'in', 'the', 'picture', 'i', 'plan', 'on', 'wearing', 'this', 'maybe', 'for', 'christma', ',5,1,1', 'general', 'dresses', 'dresses'] ['14783,1094,26', 'this', 'just', 'might', 'be', 'the', 'perfect', 'dress', 'i', 'received', 'this', 'dress', 'as', 'a', 'birthday', 'gift', 'and', 'am', 'completely', 'in', 'love', 'with', 'it', 'there', 'are', 'some', 'things', 'about', 'it', 'that', 'i', 'wish', 'i', "'d", 'known', 'but', 'are', 'by', 'no', 'means', 'deal', 'breakers', 'first', 'you', 'can', 'kind', 'of', 'see', 'this', 'in', 'the', 'model', 'shot', 'the', 'keyhole', 'neckline', 'is', 'not', 'sewn', 'shut', 'at', 'all', 'it', "'s", 'completely', 'open', 'it', 'did', "n't", 'cause', 'problems', 'for', 'me', 'but', 'some', 'women', 'may', 'not', 'be', 'comfortable', 'with', 'that', 'my', 'dress', 'did', "n't", 'have', 'any', 'zippers', 'and', 'so', 'was', 'a', 'pullover', 'the', 'band', 'that', 'runs', 'around', 'the', 'waist', 'has', 'little', 'to', 'no', 'stretch', 'so', 'you', 'have', 't', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['14784,1053,57', 'not', 'as', 'hoped', 'i', 'wished', 'these', 'fit', 'a', 'little', 'better', 'unfortunately', 'they', 'were', 'a', 'little', 'tight', 'in', 'the', 'thighs', 'and', 'if', 'i', 'did', "n't", 'pull', 'the', 'waist', 'of', 'the', 'pants', 'up', 'i', 'had', 'sagging', 'crotch', 'and', 'the', 'pockets', 'hung', 'out', 'needless', 'to', 'say', 'i', 'made', 'a', 'return', ',1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['14785,871,19', 'pretty', 'thin', 'the', 'shirt', 'fits', 'nice', 'and', 'has', 'a', 'classic', 'cut', 'i', 'would', 'imagine', 'this', 'to', 'look', 'good', 'on', 'just', 'about', 'anyone', 'the', 'shirt', 'is', 'soft', 'and', 'comfortable', 'but', 'is', 'rather', 'thin', 'and', 'see', 'through', 'the', 'stitching', 'is', 'coming', 'undone', 'a', 'little', 'bit', 'in', 'some', 'areas', 'would', "n't", 'pay', 'full', 'price', 'for', 'it', 'but', 'it', "'s", 'worth', 'it', 'on', 'sale', ',4,1,0', 'general', 'tops', 'knits'] ['14786,871,29', 'returned', 'material', 'is', 'very', 'thin', 'and', 'although', 'this', 'is', 'apparent', 'in', 'the', 'design', 'i', 'just', 'did', "n't", 'like', 'the', 'way', 'the', 'cuffed', 'sleeves', 'felt', ',3,0,0', 'general', 'tops', 'knits'] ['14787,1089,45', 'absolutely', 'beautiful', 'dress', 'i', 'bought', 'a', 'size', '8', 'and', 'found', 'it', 'tts', 'i', 'typically', 'buy', '6/8', 'in', 'retailer', 'dresses', 'the', 'print', 'is', 'gorgeous', 'i', 'am', 'a', 'sucker', 'for', 'anything', 'with', 'poppies', 'and', 'i', 'love', 'the', 'silky', 'material', 'hugs', 'your', 'curves', 'and', 'flows', 'nicely', 'i', 'was', 'worried', 'the', 'torso', 'would', 'be', 'too', 'long', 'based', 'on', 'prior', 'reviews', 'and', 'because', 'i', 'am', 'of', 'short', 'torso', 'but', 'it', 'fits', 'well', 'would', 'definitely', 'recommend', ',5,1,1', 'general', 'dresses', 'dresses'] ['14788,1022,27', 'i', 'absolutely', 'love', 'the', 'fit', 'of', 'these', 'jeans', 'they', 'are', 'perfect', 'in', 'length', 'and', 'fit', 'nicely', 'on', 'the', 'hips', 'they', 'are', 'fitted', 'and', 'look', 'nice', 'with', 'boots', 'but', 'they', 'do', 'not', 'feel', 'tight', 'at', 'all', 'because', 'of', 'the', 'legging', 'material', 'legging', 'material', 'while', 'comfortable', 'typically', 'feels', 'thin', 'but', 'these', 'do', 'not', 'and', 'they', 'are', 'quite', 'warm'] [] ['the', 'one', 'major', 'drawback', 'is', 'that', 'the', 'pants', 'have', 'pilled', 'on', 'the', 'thighs', 'i', 'have', 'had', 'these', 'pants', 'for', 'about', '1.5', 'months', 'now', 'and', 'i', 'have', 'washed', 'them', 'and', 'have', 'hang', 'dried', 'them', 'about', '4', 'times', 'i', 'have', 'neve', ',3,1,2', 'general', 'bottoms', 'jeans'] ['14789,1089,56', 'horrifying', 'fabric', 'i', 'had', 'a', 'dress', 'that', 'felt', 'like', 'this', 'in', '1993.', 'it', 'jiggles', 'even', 'if', 'you', 'do', "n't", 'no', 'amount', 'of', 'spanx', 'can', 'cure', 'a', 'dress', 'jiggling', 'of', 'its', 'own', 'accord', 'the', 'neckline', 'that', 'i', 'had', 'thought', 'would', 'be', 'classic', 'instead', 'veered', 'into', 'frumpy', 'all', 'in', 'all', 'i', 'felt', 'like', 'it', 'belonged', 'in', 'a', 'discount', 'store', 'surrounded', 'by', 'polyester', 'brethren', ',2,0,7', 'general', 'dresses', 'dresses'] ['14790,194,43', 'i', 'saw', 'this', 'coat', 'online', 'and', 'loved', 'it', 'the', 'blue', 'collar', 'is', 'great', 'the', 'length', 'is', 'great', 'fits', 'over', 'bottom', 'it', 'is', 'quite', 'warm', 'the', 'arms', 'are', 'a', 'little', 'tight', 'but', 'they', 'loosen', 'up', 'the', 'sale', 'price', 'plus', '40', 'off', 'was', 'the', 'ticket', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14791,896,64', 'child-sized', 'the', 'small', 'zipped', 'and', 'laid', 'flat', 'measures', '16', 'across', 'at', 'the', 'bottom', 'of', 'the', 'armholes', '11', 'at', 'the', 'waist', 'and', '18', 'from', 'shoulder', 'seam', 'to', 'bottom', 'edge', 'it', "'s", 'too', 'small', 'for', 'a', 'size', '0', 'and', 'not', 'by', 'just', 'a', 'little', 'too', 'bad', 'because', 'it', 'really', 'is', 'very', 'pretty', ',1,0,12', 'general', 'tops', 'fine', 'gauge'] ['14792,1089,43', 'pretty', 'print', 'i', 'love', 'this', 'dress', 'in', 'the', 'fact', 'that', 'it', 'is', "n't", 'low', 'cut', 'is', "n't", 'several', 'inches', 'above', 'the', 'knee', 'and', 'bam', 'it', 'has', 'sleeves', 'the', 'length', 'is', 'gracious', 'and', 'the', 'all', 'over', 'print', 'flattering', 'for', 'a', 'full', 'figure', 'the', 'skirt', 'has', 'a', 'wonderful', 'swing', 'to', 'it', 'i', "'m", '5', '4', 'and', '165', 'so', 'i', 'ordered', 'the', '12', 'regular', 'it', 'does', 'fit', 'and', 'has', 'stretch', 'to', 'the', 'fabric', 'however', 'it', 'is', 'too', 'long', 'in', 'the', 'torso', 'on', 'me', 'so', 'much', 'so', 'that', 'the', 'low', 'waist', 'seam', 'pops', 'up', 'and', 'the', 'zipper', 'bumps', 'out', 'when', 'i', 'move', 'around', 'i', 'pulled', 'up', 'the', 'top', 'by', 'an', 'inch', 'or', 'two', 'and', 'the', 'd', ',4,1,11', 'general', 'dresses', 'dresses'] ['14793,1094,23', 'i', 'ordered', 'this', 'dress', 'online', 'and', 'am', 'struggling', 'to', 'decide', 'about', 'whether', 'to', 'keep', 'it', 'the', 'fabric', 'is', 'soft', 'and', 'comfortable', 'and', 'has', 'a', 'more', 'casual', 'look', 'the', 'dress', 'makes', 'my', 'boobs', 'look', 'awesome', 'but', 'does', "n't", 'do', 'much', 'for', 'the', 'rest', 'of', 'my', 'body', 'the', 'main', 'reason', 'i', "'m", 'on', 'the', 'fence', 'about', 'keeping', 'it', 'are', 'that', 'i', "'m", 'not', 'sure', 'if', 'i', 'would', 'wear', 'it', 'to', 'work', 'the', 'slit', 'goes', 'up', 'fairly', 'high', 'and', 'the', 'fit', 'draws', 'attention', 'to', 'my', 'bust', 'i', 'think', 'that', 'i', 'would', 'love', 'it', 'for', 'casual', 'wear', 'in', 'the', 'summer', 'but', 'i', 'prefer', 'to', 'invest', 'in', 'dresses', 'that', 'are', ',4,1,8', 'general', 'petite', 'dresses', 'dresses'] ['14794,1094,35', 'perfect', 'maxi', 'dress', 'i', 'love', 'love', 'love', 'this', 'dress', 'i', 'am', '5', '4', '117lbs', 'and', 'got', 'an', 'xs', 'it', "'s", 'just', 'barely', 'small', 'on', 'me', 'but', 'works', 'great', 'it', 'looks', 'amazing', 'and', 'i', 'ca', "n't", 'always', 'wear', 'maxi', 'dresses', 'they', 'do', "n't", 'always', 'work', 'with', 'my', 'body', 'type', 'this', 'one', 'is', 'perfect', 'the', 'color', 'is', 'gorgeous', 'i', 'highly', 'recommend', 'this', 'dress', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['14795,194,61', 'great', 'jacket', 'just', 'bought', 'this', 'jacket', 'on', 'sale', 'and', 'i', 'love', 'it', 'it', "'s", 'like', 'a', 'soft', 'compfy', 'sweatshirt', 'love', 'the', 'longer', 'length', 'i', 'feel', 'like', 'it', 'runs', 'pretty', 'true', 'to', 'size', 'i', 'usually', 'buy', 'an', 'xs', 'or', 'small', 'and', 'the', 'small', 'fit', 'fine', 'the', 'sleeves', 'are', 'a', 'tad', 'long', 'but', 'not', 'too', 'bad', 'the', 'model', 'has', 'them', 'scrunched', 'up', 'but', 'i', 'find', 'they', 'are', 'too', 'snug', 'to', 'do', 'that', 'i', 'would', 'highly', 'recommend', 'this', 'jacket', 'just', 'love', 'the', 'feel', 'and', 'look', 'of', 'it', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14796,1094,53', 'super', 'simple', 'summer', 'style', 'i', 'am', 'so', 'pleased', 'with', 'this', 'midi', 'dress', 'i', "'ve", 'already', 'worn', 'and', 'laundered', 'this', 'dress', 'multiple', 'times', 'and', 'i', 'can', 'not', 'express', 'how', 'comfortable', 'and', 'cute', 'this', 'dress', 'is', 'to', 'wear', 'best', 'of', 'all', 'the', 'fabric', 'is', 'just', 'substantial', 'enough', 'that', 'there', 'are', 'no', 'posterior', 'lumps', 'or', 'panty', 'lines', 'that', 'are', 'visible', 'and', 'the', 'v-neck', 'is', 'just', 'low', 'enough', 'to', 'provide', 'a', 'subtle', 'sexy', 'dã©colletage', 'i', 'love', 'the', 'length', 'of', 'this', 'dress', 'as', 'i', 'really', 'dislike', 'my', 'knobby', 'knees', 'and', 'this', 'exposes', 'enough', 'leg', 'from', 'the', 'sides', 'and', 'disguises', 'the', 'ugly', 'knees', 'for', 'me', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['14797,1022,46', ',it', "'s", 'way', 'more', 'distressed', 'than', 'it', 'looks', 'in', 'the', 'picture', 'and', 'that', 'was', 'a', 'no', 'for', 'me.,2,0,0', 'general', 'bottoms', 'jeans'] ['14798,1094,37', 'fits', 'perfectly', 'i', "'m", 'small', '5', '1', 'and', '90', 'lbs', 'and', 'the', 'petite', 'xxs', 'fits', 'really', 'well', 'the', 'fabric', 'feels', 'soft', 'too', 'i', 'ca', "n't", 'wait', 'for', 'warmer', 'weather', 'so', 'i', 'can', 'wear', 'this', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['14799,1022,27', 'my', 'favorite', 'pair', 'of', 'jeans', 'however', 'they', 'get', 'baggy', 'i', 'went', 'on', 'a', 'wild', 'goose', 'chase', 'for', 'these', 'jeans', 'as', 'they', 'were', 'sold', 'out', 'all', 'around', 'the', 'country', 'i', 'finally', 'got', 'the', 'last', 'pair', 'from', 'some', 'store', 'in', 'the', 'midwest', 'they', 'are', 'my', 'favorite', 'pair', 'of', 'jeans', 'they', 'fit', 'very', 'well', 'however', 'for', 'the', 'price', 'they', 'should', 'not', 'get', 'loose', 'and', 'baggy', 'after', '1-2', 'wears', 'i', 'hate', 'that', 'they', 'need', 'to', 'be', 'washed', 'and', 'dried', 'so', 'often', 'so', 'that', 'they', 'will', 'fit', 'properly', 'expensive', 'jeans', 'should', 'not', 'sag', 'i', 'have', 'abercrombie', 'jeggings', 'for', 'a', 'fraction', 'of', 'the', 'price', 'that', 'never', 'get', 'loose', 'even', 'after', '20', 'wears', ',3,1,2', 'general', 'bottoms', 'jeans'] ['14800,1055,39', 'adorable', 'menswear', 'look', 'i', 'was', 'a', 'little', 'hesitant', 'to', 'buy', 'these', 'given', 'that', 'i', 'am', 'just', '5', '1', 'i', 'did', "n't", 'want', 'to', 'look', 'like', 'an', 'extra', 'from', 'the', 'set', 'of', 'newsies', 'but', 'these', 'are', 'very', 'well', 'made', 'and', 'tailored', 'for', 'a', 'woman', "'s", 'body', 'the', 'trousers', 'actually', 'accentuate', 'the', 'waist', 'and', 'the', 'cropped', 'leg', 'works', 'well', 'for', 'a', 'petite', 'frame', 'they', 'are', 'nicely', 'lined', 'and', 'the', 'wool', 'blend', 'is', 'soft', 'and', 'not', 'scratchy', 'i', 'love', 'them', ',5,1,8', 'general', 'petite', 'bottoms', 'pants'] ['14801,1022,35', ',,4,1,0', 'general', 'bottoms', 'jeans'] ['14802,1094,33', 'this', 'dress', 'is', 'incredible', 'soft', 'and', 'flattering', 'it', 'sits', 'higher', 'on', 'the', 'waist', 'than', 'most', 'other', 'dresses', 'i', "'ve", 'received', 'from', 'retailer', 'which', 'is', 'actually', 'great', 'for', 'me', 'as', 'i', 'have', 'a', 'short', 'torso', 'i', 'have', 'been', 'able', 'to', 'put', 'it', 'in', 'with', 'the', 'regular', 'wash', 'cycle', 'which', 'was', 'a', 'pleasant', 'surprise', 'the', 'only', 'issue', 'was', 'with', 'the', 'overlapping', 'fabric', 'on', 'the', 'top', 'i', 'ended', 'up', 'adding', 'an', 'extra', 'stitch', 'to', 'avoid', 'being', 'totally', 'exposed', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14803,194,52', 'nice', 'and', 'cozy', 'i', 'love', 'this', 'jacket', 'and', 'the', 'price', 'was', 'a', 'great', 'bonus', 'it', 'fit', 'perfectly', 'and', 'is', 'nice', 'cozy', 'and', 'warm', 'well', 'made', 'and', 'the', 'beige', 'color', 'is', 'great.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14804,1089,32', 'the', 'best', 'dress', 'i', 'own', 'i', 'splurged', 'on', 'this', 'dress', 'when', 'it', 'was', 'first', 'in', 'stock', 'a', 'year', 'ago', 'and', 'have', "n't", 'regretted', 'it', 'for', 'a', 'minute', 'it', 'is', 'my', 'go', 'to', 'dress', 'for', 'work', 'cocktails', 'and', 'once', 'two', 'weddings', 'in', 'one', 'day', 'the', 'print', 'is', 'gorgeous', 'and', 'the', 'fabric', 'is', 'super', 'comfortable', 'i', 'love', 'twirling', 'in', 'it', 'as', 'the', 'dress', 'has', 'just', 'enough', 'stretch', 'with', 'a', 'little', 'flounce', 'the', 'length', 'is', 'ladylike', 'and', 'the', 'sleeves', 'provide', 'perfect', 'coverage', 'for', 'my', 'arms', 'the', 'seam', 'between', 'the', 'bodice', 'and', 'the', 'skirt', 'hits', 'right', 'at', 'your', 'natural', 'waist', 'and', 'the', 'look', 'really', 'flatters', ',5,1,5', 'general', 'dresses', 'dresses'] ['14805,194,32', 'you', 'want', 'to', 'buy', 'this', 'it', "'s", 'so', 'comfy', 'and', 'stylish', 'yet', 'casual', 'the', 'sale', 'price', 'is', 'amazing', 'if', 'anything', 'the', 'arms', 'of', 'the', 'coat', 'are', 'a', 'bit', 'thin', 'compared', 'to', 'the', 'body', 'of', 'the', 'coat', 'overall', 'it', 'fits', 'well', 'though', 'i', 'ordered', 'an', 'xs', 'i', 'almost', 'want', 'to', 'order', 'the', 'other', 'color', 'i', 'love', 'it', 'so', 'much', 'i', 'will', 'probably', 'wear', 'this', 'year', 'round', 'but', 'it', 'will', 'be', 'especially', 'cute', 'in', 'autumn', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14806,194,32', 'runs', 'big', 'comfy', 'jacket', 'like', 'other', 'reviewers', 'i', 'did', 'find', 'that', 'this', 'jacket', 'runs', 'big', 'i', 'am', 'usually', 'a', 'size', '2p', 'or', 'an', 'xs', 'and', 'found', 'an', 'xxs', 'in', 'store', 'and', 'fits', 'well', 'it', "'ll", 'be', 'a', 'great', 'everyday-jacket', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14807,873,43', 'versatile', 'i', 'love', 'this', 'i', 'can', 'dress', 'it', 'up', 'with', 'a', 'sharp', 'white', 'button', 'down', 'and', 'skirt', 'or', 'match', 'it', 'with', 'grey', 'leggings', 'and', 'boots', 'for', 'easy', "sunday's.,4,1,0", 'general', 'petite', 'tops', 'knits'] ['14808,1094,39', 'hard', 'to', 'get', 'this', 'dress', 'was', 'hard', 'for', 'me', 'to', 'get', 'on', 'but', 'once', 'i', 'did', 'my', 'oh', 'my', 'i', 'am', 'quite', 'top', 'heavy', 'including', 'my', 'upper', 'arms', 'and', 'back', 'so', 'forcing', 'the', 'waistband', 'over', 'my', 'shoulders', 'made', 'me', 'panic', 'a', 'bit', 'after', 'the', 'struggle', 'it', 'fits', 'like', 'a', 'glove', 'and', 'skims', 'over', 'all', 'my', 'yucky', 'parts', 'ca', "n't", 'stop', 'caressing', 'the', 'fabric', 'and', 'i', 'hope', 'my', 'date', 'aka', 'the', 'hubs', 'feels', 'the', 'same', 'dress', 'is', 'not', 'lined', 'i', 'would', "'ve", 'liked', 'a', 'soft', 'mesh', 'type', 'lining', 'similar', 'to', 'what', 'plenty', 'uses', 'petite', 'was', 'sold', 'out', 'so', 'i', 'bought', 'medium', 'regular', 'and', 'it', 'skims', 'the', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14809,194,39', 'fits', 'tts', 'small', 'large', 'this', 'great', 'casual', 'jacket', 'has', 'a', 'confusing', 'fit', 'but', 'if', 'you', 'know', 'what', 'you', 'want', 'and', 'understand', 'the', 'style', 'you', 'can', 'be', 'surely', 'happy', 'with', 'this', 'plush', 'smooth', 'stadium', 'coat', 'first', 'the', 'neutral/beige', 'fits', 'a', 'little', 'easier', 'but', 'it', 'is', 'definitely', 'larger', 'in', 'the', 'body', 'compared', 'to', 'the', 'navy', 'for', 'both', 'colors', 'the', 'shoulders', 'and', 'sleeves', 'are', 'fitted', 'perhaps', 'a', 'little', 'tight', 'while', 'the', 'body', 'has', 'an', 'a-line', 'flare', 'and', 'subtle', 'hi-lo', 'hem', 'the', 'neutral', 'really', 'flares', 'out', 'a', 'lot', 'while', 'the', 'blue', 'is', 'a', 'gentle', 'flare', 'if', 'you', 'have', 'narrow', 'shou', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14810,1089,40', 'not', 'so', 'sure', 'about', 'it', 'i', 'was', 'really', 'excited', 'for', 'this', 'dress', 'to', 'come', 'and', 'hoped', 'it', 'would', 'work', 'well', 'for', 'a', 'couple', 'of', 'holiday', 'parties', 'that', 'i', 'will', 'be', 'going', 'to', 'this', 'season', 'i', 'was', "n't", 'sure', 'what', 'i', 'thought', 'when', 'trying', 'it', 'on', 'but', 'i', 'am', 'thinking', 'it', 'will', 'go', 'back', 'since', 'i', 'still', 'am', 'not', 'super', 'excited', 'about', 'it', 'for', 'me', 'the', 'waistline', 'was', 'a', 'bit', 'high', 'and', 'it', 'had', 'a', 'bit', 'of', 'a', 'frumpy', 'feel', 'i', 'love', 'the', 'floral', 'pattern', 'but', 'overall', 'it', 'just', 'was', "n't", 'amazing', ',3,1,0', 'general', 'dresses', 'dresses'] ['14811,1022,40', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['14812,194,40', ',,4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['14813,194,39', 'great', 'runs', 'small', 'i', 'love', 'this', 'jacket', 'but', 'in', 'contrast', 'to', 'the', 'other', 'reviewers', 'find', 'it', 'to', 'run', 'a', 'little', 'small', 'i', 'usually', 'wear', 'a', 'small', 'at', 'retailer', 'and', 'got', 'a', 'size', 'medium', 'as', 'the', 'small', 'was', 'a', 'little', 'tight', 'under', 'the', 'armpits', 'this', 'might', 'be', 'because', 'i', 'have', 'a', 'large', 'chest', 'but', 'i', 'wanted', 'more', 'room', 'in', 'case', 'i', 'want', 'to', 'layer', ',5,1,10', 'general', 'petite', 'intimate', 'lounge'] ['14814,1094,44', 'great', 'dress', 'great', 'dress', 'for', 'vacations', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['14815,1094,29', 'pretty', 'i', 'love', 'the', 'style', 'of', 'this', 'dress', 'and', 'the', 'way', 'it', 'lays', 'looks', 'nice', 'on', 'just', 'wish', 'it', 'were', 'longer', 'i', 'normally', 'wear', 'size', 'small', 'but', 'had', 'to', 'return', 'for', 'a', 'medium', 'so', 'that', 'it', 'was', 'long', 'enough', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['14816,871,61', 'poor', 'quality', 'material', 'looks', 'much', 'thinner', 'and', 'cheaper', 'than', 'pictured', ',1,0,7', 'general', 'tops', 'knits'] ['14817,194,25', 'cozy', 'but', 'huge', 'this', 'coat', 'is', 'really', 'nice', 'and', 'cushy', 'and', 'warm', 'but', 'it', 'runs', 'very', 'very', 'large', 'i', 'am', 'about', '5', '7', '150', 'lbs', 'and', 'i', 'ordered', 'a', 'medium', 'and', 'i', 'probably', 'should', 'have', 'ordered', 'an', 'xs', 'because', 'it', 'was', 'ginormous', 'i', 'returned', 'it', 'in', 'favor', 'of', 'another', 'jacket', 'i', "'m", 'sure', 'i', 'would', 'have', 'loved', 'it', 'if', 'it', 'were', 'smaller', 'but', 'i', 'found', 'something', 'i', 'liked', 'more', 'in', 'the', 'interim', 'it', "'s", 'also', 'a', 'little', 'bit', 'darker', 'in', 'person', 'just', 'a', 'little', 'bit', 'i', 'was', 'expected', 'it', 'to', 'be', 'more', 'creme', 'white', 'and', 'it', 'was', 'like', 'a', 'tan', ',4,1,10', 'general', 'petite', 'intimate', 'lounge'] ['14818,1094,51', 'better', 'in', 'person', 'i', 'feel', 'in', 'love', 'when', 'i', 'tried', 'it', 'on', 'i', "'m", '5', '2', 'an', 'usually', 'have', 'to', 'hem', 'long', 'dresses', 'but', 'this', 'on', 'fits', 'perfectly', 'it', "'s", 'full', 'length', 'on', 'me', '-it', "'s", 'shorter', 'on', 'the', 'model', 'but', 'i', 'think', 'it', 'looks', 'better', 'full', 'length', 'and', 'it', "'s", 'a', 'gorgeous', 'burgundy', 'soft', 'and', 'comfortable', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,10', 'general', 'petite', 'dresses', 'dresses'] ['14819,862,26', 'easy', 'shirt', 'to', 'throw', 'on', 'love', 'to', 'just', 'throw', 'on', 'this', 'shirt', 'with', 'whatever', 'accessories', 'and', 'skinny', 'jeans', 'easy', 'to', 'wear', 'and', 'very', 'comfortable,4,1,1', 'general', 'petite', 'tops', 'knits'] ['14820,862,23', 'gorgeous', 'more', 'detail', 'than', 'shown', 'this', 'tee', 'is', 'such', 'a', 'staple', 'for', 'me', 'i', 'bought', 'it', 'in', 'the', 'green', 'and', 'it', 'is', 'such', 'an', 'elegant', 'deep', 'emerald', 'the', 'perfect', 'shade', 'the', 'shirt', 'has', 'some', 'detail', 'that', 'is', 'not', 'shown', 'there', 'is', 'stitching/seaming', 'along', 'the', 'side', 'in', 'the', 'front', 'and', 'back', 'that', 'give', 'the', 'shirt', 'a', 'good', 'structure', 'the', 'shirt', 'also', 'has', 'a', 'great', 'weight', 'to', 'it', 'the', 'knit', 'is', 'sort', 'of', 'a', 'vertically', 'ribbed', 'knit', 'but', 'thicker', 'than', 'a', 'classic', 'ribbed', 'tank', 'top', 'the', 'edges', 'of', 'the', 'material', 'are', 'also', 'open', 'almost-frayed', 'edges', 'the', 'additional', 'detail', 'on', 'this', 'shirt', 'defini', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14821,868,53', 'cute', 'spring/summer', 'top', 'i', 'was', 'just', 'at', 'the', 'store', 'and', 'purchased', 'this', 'cute', 'top', 'which', 'runs', 'tts', 'for', 'me', 'i', 'was', "n't", 'expecting', 'to', 'find', 'anything', 'at', 'the', 'store', 'but', 'the', 'beautiful', 'lace', 'and', 'adorable', 'tie', 'at', 'the', 'front', 'caught', 'my', 'eye', 'so', 'i', 'bought', 'the', 'small', 'which', 'is', 'my', 'usual', 'size', 'at', 'retailer', '34d-27-35', 'and', 'it', 'fits', 'perfectly', 'the', 'material', 'is', 'a', 'touch', 'thin', 'but', 'that', "'s", 'okay', 'with', 'me', 'since', 'i', 'do', "n't", 'want', 'heavy', 'clothes', 'for', 'the', 'warmer', 'months', 'anyway', 'i', 'also', 'do', "n't", 'find', 'this', 'top', 'particularly', 'see', 'through', 'as', 'it', "'s", 'black', 'and', 'will', 'wear', 'a', 'full', 'coverage', 'bra', 'wit,5,1,17', 'general', 'tops', 'knits'] ['14822,994,30', 'scratchy', 'i', 'loved', 'this', 'skirt', 'on', 'the', 'rack', 'but', 'it', 'was', 'not', 'lined', 'and', 'super', 'scratchy', 'when', 'worn', 'i', 'could', 'barely', 'wear', 'it', 'for', 'the', 'length', 'it', 'took', 'to', 'try', 'it', 'on', 'so', 'sad', 'such', 'a', 'gorgeous', 'skirt.,2,0,2', 'general', 'bottoms', 'skirts'] ['14823,1103,31', 'awkward', 'to', 'wear', 'this', 'dress', 'is', 'beautiful', 'made', 'with', 'high-quality', 'fabric', 'unique', 'design', 'and', 'color', 'etc'] ['but', 'it', 'fits', 'so', 'weird', 'i', 'am', 'hourglass', 'shaped', 'so', 'this', 'dress', 'seemed', 'pretty', 'ideal', 'but', 'i', 'just', 'could', "n't", 'make', 'it', 'work', 'it', 'was', 'heavy', 'and', 'awkward', 'feeling', 'when', 'on', 'the', 'clasp', 'at', 'the', 'breast', 'would', 'definitely', 'not', 'stay', 'closed', 'long', 'and', 'would', 'undoubtedly', 'need', 'replacing', 'sooner', 'than', 'later', 'the', 'sleeves', 'are', 'too', 'fluttery', 'and', 'long', 'the', 'dress', 'itself', 'is', 'just', 'too', 'bulky', 'and', 'has', 'too', 'much', 'of', 'that', 'beautiful', 'fabric', 'maybe', 'a', 'really', 'tall', 's', ',3,0,0', 'general', 'dresses', 'dresses'] ['14824,1103,54', 'i', 'feel', 'like', 'a', 'princess', 'this', 'is', 'the', 'most', 'beautiful', 'dress', 'ever', 'i', "'m", 'very', 'short', 'and', 'petite', 'with', 'an', 'hourglass', 'figure', 'and', 'a', 'rather', 'large', 'chest', 'this', 'dress', 'feels', 'like', 'it', 'was', 'made', 'for', 'me', 'i', 'often', 'have', 'a', 'difficult', 'time', 'finding', 'a', 'dress', 'that', 'flatters', 'my', 'figure', 'and', 'is', 'slimming', 'i', 'was', 'shocked', 'that', 'it', 'was', 'even', 'a', 'little', 'roomy', 'in', 'the', 'chest', 'the', 'cut', 'is', 'so', 'beautiful', 'and', 'it', 'is', 'very', 'well', 'made', 'while', 'the', 'lining', 'might', 'be', 'too', 'short', 'for', 'tall', 'girls', 'being', 'only', '5', '1', 'the', 'lining', 'is', 'perfect', 'the', 'length', 'in', 'the', 'back', 'is', 'just', 'a', 'teeny', 'bit', 'too', 'long', 'so', ',5,1,1', 'general', 'dresses', 'dresses'] ['14825,1103,41', 'gorgeous', 'gorgeous', 'gorgeous', 'the', 'photo', 'does', 'not', 'do', 'this', 'dress', 'justice', 'at', 'all', 'it', "'s", 'a', 'light', 'lavender', 'and', 'extremely', 'flattering', 'i', "'m", 'athletic', 'so', 'have', 'broader', 'shoulders', 'and', 'hips', 'and', 'this', 'is', 'an', 'amazing', 'fit', 'for', 'me', 'also', 'the', 'front', 'has', 'a', 'small', 'button', 'to', 'make', 'it', 'more', 'modest', 'which', 'is', 'closed', 'in', 'the', 'photo', 'of', 'the', 'model', 'but', 'if', 'you', 'leave', 'it', 'open', 'va-va-va-voom', 'so', 'to', 'summarize', 'beautiful', 'spring', 'lavender', 'fabulously', 'feminine', 'fit', 'get', 'it', ',5,1,7', 'general', 'dresses', 'dresses'] ['14826,1110,35', 'adorable', 'design', 'sizing', 'off', 'adorable', 'fall', 'dress', 'but', 'it', 'runs', 'huge', 'i', "'m", 'an', 'hourglass', '8', 'or', '10', 'usually', 'and', 'the', '6', 'fit', 'best', 'in', 'the', 'top', 'and', 'full', 'skirt', '36d', '30', 'waist', 'but', 'sadly', 'each', 'size', 'the', 'sleeves', 'get', 'like', '2', 'inches', 'shorter', 'since', 'these', 'are', 'blouses', 'sleeves', 'they', 'look', 'off', 'so', 'sad', 'bc', 'this', 'dress', 'is', 'adorable', 'otherwise', 'if', 'you', 'always', 'find', 'sleeves', 'too', 'long', 'for', 'you', 'snap', 'up', 'this', 'gem', 'this', 'is', 'for', 'you', ',4,0,0', 'general', 'dresses', 'dresses'] ['14827,929,30', 'itchy', 'and', 'oversized', 'i', "'m", '5', '5', 'and', '130lbs', 'and', 'i', 'was', 'swimming', 'in', 'the', 'small', 'the', 'arms', 'are', 'very', 'boxy', 'the', 'sleeves', 'too', 'long', 'and', 'and', 'it', 'just', 'was', "n't", 'a', 'flattering', 'fit', 'at', 'all', 'the', 'color', 'and', 'design', 'on', 'the', 'front', 'are', 'both', 'nice', 'the', 'sweater', 'is', 'made', 'in', 'china', 'and', 'very', 'very', 'itchy', 'i', 'own', 'wool', 'sweaters', 'and', 'wear', 'them', 'with', 'layers', 'but', 'there', 'was', 'no', 'way', 'this', 'was', 'going', 'to', 'be', 'comfortable', 'very', 'disappointed', 'especially', 'given', 'the', 'price', 'but', 'perhaps', 'that', "'s", 'why', 'there', 'are', 'so', 'many', 'left', 'at', 'the', 'end', 'of', 'the', 'season', 'and', 'on', 'sale', 'this', 'one', 'is', 'going', 'bac', ',2,0,2', 'general', 'tops', 'sweaters'] ['14828,994,58', 'so', 'i', 'was', 'super', 'excited', 'to', 'get', 'this', 'skirt', 'unfortunately', 'it', "'s", 'not', 'what', 'i', 'thought', 'it', 'would', 'be', 'the', 'color', 'is', 'much', 'different', 'then', 'what', 'pictured', 'it', 'has', 'bronze', 'threading', 'and', 'the', 'black', 'on', 'the', 'picture', 'is', 'more', 'gray', 'in', 'real', 'life', 'the', 'material', 'is', "n't", 'so', 'great', 'easier', 'i', 'thought', 'it', 'would', 'be', 'thicker', 'but', 'instead', 'it', "'s", 'pretty', 'thin', 'and', 'wrinkles', 'easy', 'the', 'design', 'is', 'very', 'cute', 'and', 'it', 'is', 'a', 'flattering', 'shape', 'but', 'the', 'material', 'is', 'just', 'too', 'poor', 'for', 'me', 'to', 'give', 'this', 'a', 'good', 'rating', 'i', 'would', "n't", 'say', 'it', "'s", 'itchy', 'like', 'the', 'other', 're', ',3,0,0', 'general', 'bottoms', 'skirts'] ['14829,1110,51', 'very', 'flattering', 'i', 'am', '5', '4', 'and', 'a', 'curvy', 'girl', 'and', 'find', 'this', 'dress', 'to', 'be', 'super', 'flattering', 'in', 'fit', 'and', 'length', 'i', 'got', 'a', 'size', '14', 'which', 'is', 'my', 'typical', 'size', 'the', 'slip', 'is', 'a', 'little', 'tight', 'in', 'the', 'bust', 'area', 'for', 'me', 'so', 'i', 'find', 'it', 'easier', 'to', 'put', 'on', 'first', 'and', 'then', 'the', 'dress', 'over', 'which', 'is', 'possible', 'because', 'it', 'snaps', 'in', 'and', 'out', 'at', 'the', 'shoulders', 'it', 'arrived', 'super', 'wrinkled', 'but', 'i', 'found', 'tossing', 'it', 'in', 'the', 'dryer', 'for', 'a', 'few', 'min', 'helped', 'is', 'it', 'dry', 'clean', 'which', 'is', 'slightly', 'high', 'maintenance', 'but', 'so', 'cute', 'it', "'s", 'worth', 'it', 'great', 'dress', 'for', 'transitioning', 'in,5,1,1', 'general', 'dresses', 'dresses'] ['14830,868,64', 'true', 'to', 'size-a', 'bit', 'big', 'but', 'a', 'great', 'casual', 'top', 'this', 'is', 'definitely', 'again', 'a', 'bit', 'big', 'i', "'m", 'usually', 'a', 'med', 'that', 'is', 'what', 'i', 'got', 'i', 'could', 'have', 'gotten', 'a', 'small', 'but', 'the', 'arm', 'holes', 'might', 'have', 'been', 'a', 'tad', 'tight', 'then', 'i', "'m", 'keeping', 'the', 'med', 'in', 'case', 'it', 'shrinks', 'as', 'it', 'is', 'part', 'rayon', 'and', 'rayon', 'always', 'shrinks', 'if', 'put', 'in', 'the', 'washer', 'it', 'is', 'a', 'great', 'casual', 'piece', 'that', 'will', 'go', 'with', 'most', 'anything', 'i', 'love', 'the', 'tie', 'as', 'you', 'can', 'then', 'tighten', 'the', 'waist', 'up', 'a', 'bit', 'or', 'leave', 'looser', 'the', 'material', 'is', 'soft', 'and', 'not', 'clingy', 'this', 'is', 'why', 'i', 'love', 'a', 'rayon', 'blend', 'it', 'hits', 'me', 'below', 'my', 'waist', ',4,1,0', 'general', 'tops', 'knits'] ['14831,868,31', 'great', 'detailing', 'comfy', 'love', 'how', 'breezy', 'this', 'shirt', 'is', 'and', 'adds', 'unique', 'texture', 'detailing', 'to', 'your', 'outfit', 'the', 'simple', 'black', 'color', 'is', 'a', 'nice', 'touch', 'so', 'the', 'color', 'does', 'not', 'compete', 'with', 'the', 'detailing.,5,1,0', 'general', 'tops', 'knits'] ['14832,917,66', 'great', 'cardigan', 'i', 'ordered', 'this', 'because', 'it', 'looked', 'to', 'be', 'a', 'good', 'fit', 'for', 'my', 'casual', 'lifestyle', 'and', 'it', 'does', "n't", 'disappoint', 'it', "'s", 'cozy', 'lightweight', 'but', 'warm', 'flows', 'well', 'and', 'looks', 'great', 'tied', 'or', 'worn', 'loose', 'i', 'ordered', 'my', 'regular', 'size', 'large', 'in', 'the', 'grey', 'it', 'fits', 'as', 'shown', 'just', 'a', 'bit', 'longer', 'because', 'i', "'m", 'short', 'the', 'color', 'is', 'more', 'of', 'a', 'blue', 'gray', 'with', 'white', 'striations', 'that', 'are', 'well', 'placed', 'it', "'s", 'really', 'striking', 'for', 'such', 'a', 'casual', 'piece', 'very', 'pretty', 'highly', 'recommend', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['14833,868,54', 'so', 'cute', 'love', 'this', 'top', 'very', 'flattering', 'love', 'it', 'so', 'much', 'i', 'actually', 'wish', 'it', 'was', 'a', 'dress', 'a', 'knit', 'summer', 'dress', 'with', 'a', 'tie', 'at', 'the', 'waist', 'would', 'be', 'perfect', 'seems', 'to', 'run', 'a', 'little', 'big', 'so', 'if', 'you', "'re", 'deciding', 'between', 'sizes', 'size', 'down', ',5,1,0', 'general', 'tops', 'knits'] ['14834,929,36', 'too', 'big', 'it', 'was', 'huge', 'material', 'looked', 'good', 'but', 'was', 'too', 'bulky', 'will', 'be', 'returning', 'it.,2,0,1', 'general', 'tops', 'sweaters'] ['14835,929,40', 'warm', 'heavy', 'sweater', 'this', 'sweater', 'runs', 'true', 'to', 'size', 'i', 'am', '5', '7', 'and', '125', 'lbs', 'and', 'ordered', 'the', 'small', 'it', 'has', 'a', 'beautiful', 'mix', 'of', 'colors', 'that', 'reminds', 'me', 'of', 'a', 'creamsicle', 'it', 'is', 'a', 'well', 'made', 'heavy', 'sweater', 'that', 'will', 'definitely', 'keep', 'you', 'warm', 'if', 'you', 'like', 'the', 'feel', 'of', 'wool', 'buy', 'it', 'if', 'not', 'pass', 'on', 'it', ',3,1,4', 'general', 'tops', 'sweaters'] ['14836,1110,42', 'i', 'loved', 'this', 'dress', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'the', 'colors', 'weight', 'fabric', 'love', 'love', 'love'] ['unfortunately', 'i', 'have', 'to', 'agree', 'with', 'other', 'reviewers', 'the', 'pockets', 'and', 'the', 'positing', 'of', 'the', 'draw', 'string', 'made', 'my', 'hips', 'look', 'unflatteringly', 'large', 'i', 'tried', 'on', 'a', 'size', '0', 'petite', 'which', 'is', 'my', 'usual', 'size', 'all', 'flowed', 'nicely', 'except', 'for', 'when', 'you', 'get', 'to', 'the', 'pockets', 'truly', 'disappointed', 'as', 'it', 'was', 'beautiful', 'in', 'every', 'other', 'way', 'but', 'in', 'the', 'end', 'i', 'had', 'to', 'pass', ',2,0,0', 'general', 'dresses', 'dresses'] ['14837,1103,38', 'feminine', 'beauty', 'i', 'wish', 'it', 'were', 'easier', 'to', 'get', 'in', 'this', 'dress', 'i', "'m", '5', '4', 'with', 'a', '36d', 'and', 'i', 'could', "n't", 'get', 'it', 'on', 'it', "'s", 'so', 'pretty', 'though.,3,0,0', 'general', 'dresses', 'dresses'] ['14838,1103,34', 'almost', 'a', 'winner', 'for', 'me', 'almost', 'i', 'saw', 'this', 'on', 'a', 'mannequin', 'at', 'the', 'store', 'and', 'was', 'instantly', 'drawn', 'in', 'by', 'all', 'the', 'beautiful', 'blue', 'lace', 'and', 'the', 'overall', 'design', 'however', 'when', 'i', 'tried', 'it', 'on', 'i', 'personally', 'found', 'a', 'few', 'things', 'that', 'just', 'did', "n't", 'work', 'for', 'me'] ['____________'] ['pros'] ['blue', 'lace', 'is', 'lovely', 'throughout', 'nicely', 'done'] ['there', "'s", 'a', 'little', 'snap', 'closure', 'at', 'the', 'front', 'of', 'the', 'dress', 'where', 'the', 'fabric', 'overlaps', 'at', 'the', 'bra', 'cups', 'i', 'can', 'only', 'assume', 'it', "'s", 'to', 'make', 'it', 'easier', 'to', 'get', 'the', 'dress', 'on', 'it', "'s", 'a', 'nice', 'little', 'detail', 'although', 'not', 'sure', 'if', 'really', ',4,1,21', 'general', 'dresses', 'dresses'] ['14839,994,19', 'this', 'skirt', 'is', 'so', 'cute', 'highly', 'recommend', 'super', 'easy', 'to', 'dress', 'up', 'or', 'to', 'dress', 'down', 'it', 'is', "n't", 'shown', 'as', 'well', 'in', 'the', 'picture', 'but', 'it', 'has', 'really', 'intricate', 'and', 'pretty', 'detailed', 'stitching', 'throughout', 'the', 'skirt', 'i', 'have', 'gotten', 'so', 'many', 'compliments', 'on', 'it', 'random', 'people', 'have', 'even', 'stopped', 'to', 'tell', 'me', 'how', 'much', 'they', 'like', 'it', 'and', 'where', 'they', 'can', 'find', 'it', 'it', 'runs', 'a', 'little', 'small', 'so', 'i', 'recommend', 'buying', 'it', 'a', 'size', 'up', 'also', 'if', 'you', "'re", 'taller', 'like', 'me', 'it', 'is', 'a', 'little', 'short', 'in', 'the', 'back', 'overall', 'a', 'great', 'buy', ',4,1,1', 'general', 'bottoms', 'skirts'] ['14840,929,40', 'beautiful', 'color', 'big', 'sleeves', 'this', 'sweater', 'is', 'beautiful', 'but', 'runs', 'big', 'i', 'got', 'the', 'xs', '5', '3', '110lbs', 'and', 'it', "'s", 'very', 'roomy', 'i', 'love', 'the', 'thickness', 'the', 'color', 'the', 'pockets', 'and', 'even', 'the', 'roominess', 'except', 'for', 'the', 'sleeves', 'they', 'are', 'very', 'long', 'and', 'very', 'wide', 'which', 'makes', 'it', 'look', 'bulky', 'if', 'sleeves', 'were', 'slimmer', 'it', 'would', 'look', 'like', 'a', 'cute', 'intentionally', 'oversized', 'style-', 'instead', 'i', 'look', 'like', 'a', 'kid', 'who', 'borrowed', 'a', 'giant', 'sweater', 'i', 'think', 'it', 'would', 'work', 'better', 'on', 'a', 'taller', 'slim', 'person', 'but', 'i', 'still', 'like', 'it', ',4,1,4', 'general', 'tops', 'sweaters'] ['14841,1035,53', 'too', 'tight', 'in', 'the', 'leg', 'area', 'i', 'do', "n't", 'think', 'they', 'are', 'an', 'easy', 'fit', 'cut', 'they', 'are', 'more', 'like', 'skinny', 'jeans', 'as', 'i', 'was', 'looking', 'for', 'something', 'more', 'relaxed', 'i', 'decided', 'to', 'return', 'them', 'the', 'quality', 'of', 'the', 'material', 'is', 'good', 'the', 'color', 'is', 'nice', ',3,1,9', 'general', 'bottoms', 'jeans'] ['14842,1110,36', 'love', 'it', 'i', 'saw', 'this', 'online', 'first', 'and', 'did', "n't", 'care', 'for', 'it', 'then', 'i', 'saw', 'it', 'in-store', 'and', 'purchased', 'it', 'with', 'little', 'memory', 'of', 'the', 'online', 'experience', 'because', 'the', 'dress', 'is', 'that', 'much', 'better', 'in', 'person', 'it', "'s", 'nearly', 'seasonless', 'looks', 'great', 'with', 'fall', 'boots', 'and', 'has', 'garnered', 'many', 'compliments', 'this', 'is', 'one', 'of', 'those', 'that', 'the', 'internet', 'ca', "n't", 'really', 'do', 'justice', 'to', 'i', 'withhold', 'a', 'star', 'for', 'quality', 'since', 'the', 'snap-in', 'keeps', 'for', 'the', 'slip', 'were', 'confusing', 'and', 'maybe', 'it', "'s", 'just', 'the', 'one', 'i', 'bought', 'one', 'of', 'the', 'keeps', 'was', 'detached', 'from', 'the', ',5,1,0', 'general', 'dresses', 'dresses'] ['14843,868,41', 'adorable', 'this', 'top', 'is', 'very', 'versatile', 'i', 'wore', 'it', 'out', 'to', 'dinner', 'with', 'skinny', 'jeans', 'on', 'a', 'friday', 'night', 'but', 'it', 'can', 'easily', 'transition', 'to', 'a', 'saturday', 'afternoon', 'stroll', 'around', 'town', 'top', ',5,1,0', 'general', 'tops', 'knits'] ['14844,1110,39', 'i', 'actually', 'love', 'this', 'dress', 'the', 'colors', 'on', 'the', 'dark', 'gray', 'are', 'mesmerizing', 'the', 'design', 'of', 'the', 'placket', 'adds', 'a', 'special', 'touch', 'to', 'the', 'look', 'my', 'issue', 'is', 'the', 'way', 'it', 'looks', 'on', 'my', 'body', 'not', 'flattering', 'i', 'already', 'have', 'a', 'squarish', 'apple', 'squarple', 'body', 'and', 'the', 'cut', 'emphasizes', 'this', 'more', 'i', 'was', 'hoping', 'the', 'fabric', 'would', 'hang', 'on', 'me', 'the', 'same', 'way', 'the', 'ivory', 'dress', 'on', 'the', 'curly', 'haired', 'model', 'does', 'so', 'i', 'sized', 'up', 'all', 'this', 'did', 'was', 'make', 'me', 'look', 'wider', 'especially', 'at', 'the', 'shoulders', 'the', 'drawstring', 'at', 'the', 'elastic', 'makes', ',3,1,7', 'general', 'dresses', 'dresses'] ['14845,466,23', 'beautiful', 'but', 'beware', 'cheeky', 'coverage', 'this', 'is', 'a', 'great', 'bikini', 'bottom', 'i', 'purchased', 'this', 'along', 'with', 'the', 'matching', 'top', 'and', 'you', 'can', 'definitely', 'tell', 'a', 'difference', 'in', 'the', 'quality', 'of', 'the', 'material', 'for', 'these', 'the', 'print', 'is', 'beautiful', 'and', 'the', 'cut', 'is', 'very', 'flattering', 'my', 'only', 'issue', 'is', 'a', 'matter', 'of', 'personal', 'preference', 'these', 'were', 'much', 'cheekier', 'on', 'me', 'than', 'the', 'photo', 'of', 'the', 'model', 'i', 'have', 'a', 'larger', 'behind', 'for', 'reference', 'i', 'am', 'usually', 'a', '6/8', '28/29', 'in', 'bottoms', 'and', 'purchased', 'a', 'medium', 'sizing', 'up', 'would', 'have', 'only', 'presented', 'an', 'issue', 'in', 'the', 'waist', 'fitting', ',4,1,0', 'initmates', 'intimate', 'swim'] ['14846,868,41', 'great', 'for', 'shorter', 'torsos', 'not', 'so', 'much', 'on', 'me', 'this', 'top', 'is', 'lovely', 'i', 'wanted', 'so', 'badly', 'to', 'make', 'it', 'work', 'for', 'me', 'but', 'it', 'is', 'just', 'too', 'short', 'and', 'makes', 'me', 'look', 'broad', 'i', 'am', '5', '11', 'and', 'have', 'a', 'long', 'torso', 'and', 'the', 'keyhole', 'where', 'the', 'tie', 'is', 'gapes', 'fixed', 'that', 'with', 'two', 'safety', 'pins', 'though', 'and', 'would', 'have', 'stitched', 'it', 'shut', 'if', 'i', 'was', 'keeping', 'this', 'lovely', 'blouse'] [] ['the', 'fact', 'that', 'i', 'can', 'not', 'lift', 'my', 'arms', 'up', 'without', 'flashing', 'my', 'tummy', 'to', 'the', 'world', 'did', "n't", 'even', 'deter', 'me', 'enough', 'to', 'return', 'it'] [] ['but', 'the', 'overall', 'fit', 'was', 'just', 'boxy', 'on', 'me', 'it', 'made', 'me', 'look', 'larger', 'overall', 'fo', ',4,1,6', 'general', 'petite', 'tops', 'knits'] ['14847,868,55', 'beautiful', 'unique', 'flattering', 'i', 'just', 'received', 'this', 'top', 'today', 'and', 'as', 'usual', 'retailer', 'does', "n't", 'disappoint', 'it', "'s", 'beautiful', 'runs', 'a', 'bit', 'generous', 'and', 'has', 'such', 'pretty', 'detail', 'i', "'m", '5', '2', '128', 'pounds', 'and', 'always', 'wear', 'a', 'size', 'small', 'this', 'small', 'fits', 'well', 'with', 'just', 'enough', 'room', 'to', 'be', 'a', 'little', 'generous', 'around', 'your', 'waist', 'what', 'a', 'steal', 'do', "n't", 'miss', 'this', 'perfect', 'addition', 'to', 'any', 'wardrobe', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['14848,1110,55', 'this', 'dress', 'is', 'a', 'great', 'weight', 'and', 'it', "'s", 'very', 'comfortable', 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'i', 'probably', 'would', 'have', 'passed', 'it', 'by', 'online', 'great', 'detail', 'lined', 'and', 'not', 'see-through', 'i', "'m", '5', '4', 'and', '115lbs', 'and', 'it', "'s", 'still', 'the', '0', 'is', 'still', 'a', 'little', 'baggy', 'but', 'that', 'is', 'the', 'style', 'of', 'this', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['14849,868,57', 'cute', 'and', 'different', 'this', 'is', 'a', 'great', 'little', 'top', 'the', 'tie', 'sits', 'right', 'at', 'the', 'waist', 'and', 'loose', 'enough', 'to', 'slide', 'over', 'top', 'of', 'pants', 'or', 'shorts', 'the', 'detailing', 'at', 'neck', 'and', 'shoulders', 'is', 'very', 'eye', 'catching', 'i', 'received', 'several', 'compliments', 'when', 'i', 'wore', 'it.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['14850,1066,37', 'surprisingly', 'versatile', 'i', 'bought', 'these', 'on', 'sale', 'for', 'a', 'great', 'price', 'online', 'without', 'seeing', 'in', 'person', 'and', 'was', 'pleased', 'to', 'find', 'that', 'they', 'are', 'very', 'versatile', 'could', 'be', 'very', 'casual', 'or', 'great', 'for', 'weekend', 'shopping', 'etc', 'the', 'purple', 'is', 'a', 'great', 'shade', 'and', 'the', 'fit', 'is', 'great', 'i', "'m", '135', 'pound', 'for', 'reference', 'and', 'i', 'purchased', 'the', 'size', '28', ',5,1,0', 'general', 'bottoms', 'pants'] ['14851,1103,38', 'my', 'dream', 'dress', 'fits', 'great', 'structured', 'but', 'still', 'comfy', 'figure', 'flattering', ',5,1,0', 'general', 'dresses', 'dresses'] ['14852,862,30', 'not', 'great', 'for', 'athletic', 'frame', 'i', 'am', '5', '7', 'with', 'an', 'athletic', 'build', 'small', 'chest', 'small', 'waist', 'muscular', 'hips/thighs', 'this', 'shirt', 'just', 'hangs', 'on', 'me', 'and', 'makes', 'me', 'look', 'much', 'larger', 'than', 'i', 'am', 'i', 'purchased', 'a', 'small', 'an', 'extra', 'small', 'would', 'be', 'way', 'too', 'short', 'i', 'could', 'see', 'how', 'it', 'works', 'for', 'fuller', 'figured', 'girls', ',3,0,1', 'general', 'tops', 'knits'] ['14853,940,44', 'hip', 'sweater', 'so', 'stylish', 'i', 'have', 'gotten', 'tons', 'of', 'compliments', 'on', 'this', 'sweater', 'i', 'absolutely', 'love', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['14854,833,42', 'lovely', 'top', 'i', "'m", '5', '1', 'and', 'this', 'top', 'was', 'too', 'long', 'for', 'me', 'it', "'s", 'pretty', 'but', 'expensive', 'for', 'what', 'it', 'is', ',3,1,0', 'general', 'tops', 'blouses'] ['14855,984,41', 'nice', 'fit', 'very', 'comfortable', 'if', 'you', 'wear', 'a', 'thin', 'shirt', 'underneath', ',5,1,0', 'general', 'jackets', 'jackets'] ['14856,833,75', 'disappointing', 'i', 'ordered', 'this', 'because', 'the', 'reviews', 'were', 'outstanding', 'i', 'am', 'returning', 'it', 'although', 'the', 'embroidery', 'looks', 'fine', 'on', 'screen', 'in', 'person', 'it', 'looks', 'cheap', 'and', 'tacky', 'moreover', 'the', 'high', 'ruffled', 'neck', 'goes', 'a', 'step', 'too', 'far', 'into', 'over-the-top', 'victorian', 'cutesy'] ['overpriced', 'to', 'boot'] ['obviously', 'mine', 'is', 'a', 'minority', 'opinion', ',2,0,5', 'general', 'tops', 'blouses'] ['14857,984,36', 'cute', 'casual', 'and', 'well-made', 'i', 'purchased', 'this', 'in', 'purple', 'and', 'agree', 'with', 'previous', 'reviewers', 'who', "'ve", 'mentioned', 'that', 'it', 'looks', 'more', 'casual', 'in', 'person', 'it', 'can', 'be', 'dressed', 'up', 'with', 'the', 'right', 'accessories', 'though', 'and', 'the', 'fabric', 'is', 'really', 'excellent', 'quality', 'soft', 'and', 'durable', 'i', 'really', 'like', 'the', 'contrasting', 'plaid', 'back', 'it', "'s", 'a', 'subtle', 'but', 'fashionable', 'detail', ',5,1,0', 'general', 'jackets', 'jackets'] ['14858,984,44', 'i', 'bought', 'the', 'delaney', 'blazer', 'in', 'size', '6', 'and', 'i', 'really', 'like', 'it', 'there', 'are', 'surprising', 'design', 'elements', 'which', 'make', 'it', 'a', 'unique', 'piece', 'the', 'buttons', 'of', 'the', 'sleeves', 'are', 'mismatched', 'the', 'back', 'material', 'is', 'different', 'from', 'the', 'front', 'it', 'has', 'some', 'exposed', 'seams', 'like', 'others', 'have', 'said', 'it', 'does', 'have', 'a', 'boxy', 'fit', 'which', 'i', 'do', "n't", 'mind', 'i', 'also', 'found', 'it', 'to', 'be', 'a', 'bit', 'short', 'if', 'both', 'of', 'these', 'things', 'are', 'fine', 'for', 'you', 'the', 'blazer', 'is', 'a', 'great', 'addition', 'to', 'a', 'casual-creative', 'professional', 'look', ',4,1,0', 'general', 'jackets', 'jackets'] ['14859,833,47', 'beautiful', 'embroidery', 'my', '16', 'year-old', 'daughter', 'fell', 'in', 'love', 'with', 'this', 'when', 'we', 'saw', 'it', 'in', 'the', 'store', 'at', 'the', 'beginning', 'of', 'the', 'summer', 'but', 'it', 'was', 'much', 'much', 'too', 'expensive', 'when', 'i', 'saw', 'it', 'on', 'sale', 'at', 'the', 'end', 'of', 'the', 'summer', 'i', 'jumped', 'on', 'it', 'she', 'loves', 'it', ',5,1,0', 'general', 'tops', 'blouses'] ['14860,382,23', ',i', 'am', 'in', 'love', 'with', 'this', 'suit', 'i', 'got', 'the', 'white', 'floral', 'it', "'s", 'beautiful', 'and', 'classy', 'it', 'feels', 'like', 'great', 'quality', 'too', 'i', 'am', 'going', 'to', 'get', 'the', 'black', 'color', 'too', 'when', 'it', "'s", 'back', 'in', 'stock', 'i', 'am', '5', '9', 'and', 'about', '140lbs', '32', 'dd', 'and', 'i', "'m", 'wearing', 'a', 'medium', 'i', 'got', 'both', 'the', 'small', 'and', 'medium', 'and', 'decided', 'to', 'keep', 'the', 'medium', 'it', 'does', 'have', 'more', 'fabric', 'with', 'the', 'medium', 'but', 'the', 'bigger', 'size', 'covers', 'my', 'chest', 'and', 'bigger', 'bottom.,5,1,2', 'initmates', 'intimate', 'swim'] ['14861,382,32', 'beautiful', 'suit', 'i', 'bought', 'a', 'suit', 'similar', 'to', 'this', 'last', 'year', 'and', 'loved', 'it', 'this', 'year', 'i', 'bought', 'the', 'pineapple', 'print', 'and', 'it', 'is', 'beautiful', 'size', '2', 'it', 'is', 'classy/sexy', 'i', 'have', 'a', 'long', 'torso', 'so', 'i', 'like', 'that', 'it', 'covers', 'me', 'better', 'than', 'most', 'one', 'piece', 'swim', 'suits', 'i', 'try', 'on', 'i', 'highly', 'recommend', 'this', 'product', ',5,1,0', 'initmates', 'intimate', 'swim'] ['14862,833,56', 'love', 'the', 'colorful', 'embroidery', 'a', 'versatile', 'pretty', 'and', 'feminine', 'addition', 'to', 'your', 'closet', 'perfect', 'with', 'black', 'pants', 'jeans', 'shorts', 'dress', 'it', 'up', 'dress', 'it', 'down', ',5,1,1', 'general', 'tops', 'blouses'] ['14863,844,37', ',material', 'was', 'a', 'tad', 'rough', 'for', 'my', 'liking', 'the', 'color', 'did', 'nothing', 'for', 'my', 'olive', 'complexion', 'given', 'the', 'price', 'of', 'this', 'shirt', 'even', 'with', '20', 'off', 'i', 'do', "n't", 'think', 'it', "'s", 'worth', 'it', 'if', 'i', "'m", 'spending', '100+', 'on', 'a', 'blouse', 'i', 'need', 'to', 'love', 'it', 'and', 'i', 'do', 'not', 'love', 'this', 'one', 'going', 'back.,2,0,2', 'general', 'tops', 'blouses'] ['14864,833,39', 'nice', 'i', 'ordered', 'both', 'colors', 'in', 'different', 'sizes', 'xs', 'and', 'xxs', 'petite', 'were', 'no', 'longer', 'available', 'so', 'ca', "n't", 'compare', 'there'] [] ['color', 'i', 'liked', 'the', 'black', 'better', 'for', 'these', 'reasons'] ['1', 'color', 'can', 'be', 'worn', 'year-round', 'just', 'add', 'a', 'nice', 'jacket', 'or', 'cardigan', 'and', 'ok', 'for', 'winter', 'season'] ['2', 'ivory', 'was', 'kind', 'of', 'see-through'] [] ['size', 'xxs', 'fit', 'me', 'better', 'the', 'xs', 'was', 'wider', 'and', 'bigger', 'arm', 'holes'] [] ['sadly', 'the', 'xxs', 'was', 'the', 'ivory', 'so', 'i', 'did', "n't", 'keep', 'either', 'of', 'them'] [] ['ref', '115', 'lbs', '30dd', '26.5', 'in', 'wasit', ',4,1,1', 'general', 'tops', 'blouses'] ['14865,833,39', 'showstopper', 'i', 'added', 'this', 'to', 'a', 'stack', 'of', 'try-ons', 'on', 'my', 'trip', 'to', 'retailer', 'today', 'not', 'expecting', 'to', 'be', 'impressed', 'by', 'this', 'number', 'but', 'was', 'blown', 'away', 'when', 'i', 'tried', 'it', 'on', '148', 'dollars', 'is', 'a', 'little', 'pricey', 'but', 'did', "n't", 'hesitate', 'it', 'was', 'so', 'beautiful', 'i', 'am', 'a', '32b', 'and', 'normally', 'wear', 'a', 'size', '6', 'and', 'the', 'small', 'fit', 'perfectly', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'on', 'vacation', 'in', 'new', 'orleans', 'in', 'a', 'couple', 'of', 'weeks', ',5,1,9', 'general', 'tops', 'blouses'] ['14866,873,46', 'favorite', 'casual', 'hoodie', 'i', 'bought', 'this', 'earlier', 'in', 'the', 'summer', 'in', 'size', 'xl', 'i', "'ve", 'gotten', 'such', 'good', 'use', 'out', 'of', 'it', 'the', 'fit', 'on', 'me', 'matches', 'the', 'model', 'the', 'details', 'of', 'the', 'crochet', 'lace', 'add', 'such', 'a', 'nice', 'touch', 'not', 'your', 'typical', 'hoodie', 'but', 'just', 'the', 'same', 'comfort', 'i', "'ve", 'washed', 'in', 'cold', 'in', 'my', 'machine', 'air', 'dried', 'it', 'has', "n't", 'shrunk', 'one', 'of', 'my', 'favorite', 'purchases', 'perfect', 'for', 'chilly', 'weather', 'or', 'when', 'you', 'go', 'into', 'a/c', 'areas', 'would', 'love', 'this', 'in', 'other', 'colors', 'great', 'piece', ',5,1,0', 'general', 'tops', 'knits'] ['14867,984,56', 'so', 'cool', 'i', 'found', 'this', 'in', 'your', 'store', 'and', 'had', 'to', 'have', 'it', 'i', 'wore', 'it', 'on', 'a', 'date', 'night', 'and', 'received', 'more', 'compliments', 'than', 'i', 'can', 'count', 'the', 'attention', 'to', 'detail', 'makes', 'this', 'jacket', 'special', 'i', 'am', '5', 'ft', '5', 'inches', '124lbs', 'and', 'a', '4fits', 'but', 'a', '6', 'is', 'perfect', 'for', 'a', 'sweater', 'underneath', 'i', 'actually', 'went', 'back', 'a', 'bought', 'the', 'other', 'color', 'worth', 'every', 'penny.,5,1,1', 'general', 'jackets', 'jackets'] ['14868,833,39', 'so', 'pretty', 'i', 'wanted', 'to', 'get', 'a', 'couple', 'tops', 'for', 'date', 'nights', 'that', 'went', 'well', 'with', 'skinny', 'jeans', 'and', 'this', 'hit', 'the', 'mark', 'as', 'mentioned', 'before', 'this', 'top', 'is', 'translucent', 'and', 'thus', 'would', 'recommend', 'using', 'a', 'cami', 'as', 'well', 'however', 'the', 'embroidery', 'is', 'beautiful', 'i', 'have', 'not', 'had', 'it', 'cleaned', 'yet', 'and', 'thus', 'can', 'not', 'comment', 'on', 'the', 'durability', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'out', ',4,1,2', 'general', 'tops', 'blouses'] ['14869,833,20', 'simply', 'pretty', 'this', 'shirt', 'is', 'simply', 'pretty', 'it', "'s", 'light', 'and', 'dresses', 'up', 'a', 'distressed', 'pair', 'of', 'jeans.,5,1,0', 'general', 'tops', 'blouses'] ['14870,382,33', ',gorgeous', 'lace', 'detail', 'on', 'this', 'classic', 'swimsuit', 'absolutely', 'love', 'it', 'fits', 'true', 'to', 'size.,5,1,0', 'initmates', 'intimate', 'swim'] ['14871,833,53', 'beautiful', 'wispy', 'flowers', 'this', 'beautiful', 'blouse', 'first', 'caught', 'my', 'eye', 'in', 'the', 'store', 'i', 'thought', 'it', 'was', 'a', 'bit', 'pricey', 'but', 'could', "n't", 'keep', 'thinking', 'about', 'it', 'walked', 'away', 'without', 'it', 'then', 'i', 'went', 'online', 'and', 'it', 'had', 'gone', 'on', 'sale', 'i', 'knew', 'i', 'had', 'to', 'have', 'it', 'the', 'large', 'fit', 'perfectly', 'i', 'got', 'so', 'many', 'compliments', 'on', 'the', 'blouse', 'i', 'wore', 'it', 'with', 'skinny', 'jeans', 'and', 'little', 'boots', 'i', 'could', "n't", 'be', 'happier', 'with', 'this', 'gorgeous', 'blouse', ',5,1,0', 'general', 'tops', 'blouses'] ['14872,833,42', ',loved', 'this', 'top', 'bought', 'it', 'during', 'the', 'recent', 'promo', 'and', 'thought', 'the', 'sale', 'price', 'more', 'fair', 'i', 'sized', 'up', 'because', 'i', 'wanted', 'a', 'swing-ier', 'silhouette', 'and', 'more', 'room', 'at', 'the', 'neckline', 'the', 'top', 'is', 'impeccably', 'made', 'and', 'the', 'embroidery', 'is', 'sturdy', 'i', 'did', 'not', 'find', 'the', 'top', 'see-thru', 'and', 'am', 'wearing', 'it', 'with', 'a', 'racer', 'back', 'black', 'bra', 'and', 'have', 'no', 'issues.,4,1,5', 'general', 'tops', 'blouses'] ['14873,382,35', 'perfect', 'i', 'love', 'this', 'great', 'quality', 'and', 'flattering', 'i', "'d", 'definitely', 'agree', 'that', 'it', 'runs', 'true', 'to', 'size', 'as', 'i', 'had', 'to', 'size', 'up', 'because', 'it', 'was', 'the', 'only', 'size', 'available', 'and', 'it', 'is', 'a', 'little', 'large', 'in', 'the', 'stomach', 'and', 'rear', 'but', 'it', 'works', 'well', 'in', 'the', 'chest', 'area', 'the', 'v', 'neck', 'is', "n't", 'too', 'low', 'and', 'the', 'sides', 'provide', 'good', 'coverage', 'up', 'top', 'also', 'it', 'covers', 'the', 'rear', 'end', 'well', 'material', 'is', 'nice', 'and', 'thick', 'and', 'the', 'seams', 'are', 'good', 'quality', 'super', 'happy', 'with', 'this', 'purchase', 'just', 'wish', 'it', 'was', 'in', 'stock', 'in', 'the', 'smaller', 'size', 'so', 'it', 'held', 'me', 'in', 'more', ',5,1,5', 'initmates', 'intimate', 'swim'] ['14874,382,30', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['14875,833,67', 'gorgeous', 'this', 'is', 'a', 'truly', 'exquisite', 'top', 'it', 'looks', 'exactly', 'as', 'it', 'does', 'online', 'with', 'cascades', 'of', 'delicately', 'embroidered', 'flowers', 'on', 'front', 'and', 'back', 'and', 'a', 'slightly', 'ruffled', 'neck', 'very', 'chic', 'and', 'versatile', 'with', 'skirts', 'or', 'pants'] ['material', 'is', 'very', 'light', 'and', 'chiffon', 'like', 'and', 'it', "'s", 'fully', 'lined', 'so', 'no', 'need', 'for', 'a', 'cami', 'it', "'s", 'ever', 'so', 'slightly', 'see-through', 'in', 'the', 'sections', 'that', 'are', 'not', 'embroidered', 'but', 'only', 'in', 'very', 'intense', 'light'] ['it', 'fits', 'tts', 'i', 'usually', 'get', 'petite', 'sizes', 'but', 'i', 'got', 'a', 'xxs', 'regular', 'because', 'i', 'wanted', 'a', 'longer', 'length', 'and', ',5,1,14', 'general', 'tops', 'blouses'] ['14876,833,35', 'beautiful', 'top', 'for', 'sizing', 'i', 'normally', 'wear', 'either', 'xs', 'or', 's', 'in', 'tops', 'i', "'m", '5', '7', '130lbs', '34a', 'i', 'tried', 'on', 'both', 'and', 'both', 'fit', 'but', 'the', 'arm', 'holes', 'were', 'a', 'little', 'too', 'tight', 'on', 'the', 'xs', 'i', 'ended', 'up', 'picking', 'the', 's', 'because', 'it', 'felt', 'most', 'comfortable', 'when', 'i', 'tried', 'on', 'the', 'ivory', 'color', 'i', 'could', 'see', 'my', 'blue', 'bra', 'underneath', 'and', 'it', 'would', 'require', 'a', 'cami', 'the', 'black', 'did', "n't", 'i', 'love', 'the', 'embroidered', 'design', 'and', 'ruffled', 'neck', 'i', 'agree', 'the', 'buttons', 'on', 'the', 'back', 'of', 'the', 'neck', 'are', 'a', 'tad', 'difficult', 'to', 'button', 'but', 'it', "'s", 'not', 'a', 'deterrent', ',5,1,0', 'general', 'tops', 'blouses'] ['14877,833,42', 'so-so', 'for', 'the', 'price', 'pretty', 'tank', 'embroidered', 'flowers', 'just', 'as', 'pictured', 'slightly', 'see', 'through', 'so', 'that', 'a', 'cami', 'would', 'be', 'a', 'must', 'for', 'the', 'price', 'should', 'be', 'more', 'of', 'a', 'show', 'stopper', 'unfortunately', 'just', 'average', ',3,0,42', 'general', 'tops', 'blouses'] ['14878,382,32', 'i', 'am', 'absolutely', 'in', 'love', 'with', 'this', 'bathing', 'suit', 'and', 'i', 'want', 'it', 'in', 'every', 'color', 'possible', 'i', 'bought', 'the', 'black', 'one', 'last', 'year', 'and', 'wore', 'it', 'all', 'summer', 'as', 'no', 'other', 'suit', 'that', 'i', 'already', 'owned', 'could', 'compare', 'i', 'get', 'compliments', 'on', 'it', 'every', 'where', 'i', 'go', 'it', "'s", 'flattering', 'comfy', 'and', 'it', "'s", 'a', 'one', 'piece', 'that', 'does', "n't", 'make', 'me', 'feel', 'frumpy', 'buy', 'this', 'suit', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14879,833,37', 'i', 'love', 'this', 'shirt', 'perfect', 'fit', 'though', 'it', 'is', 'shear', 'i', 'found', 'that', 'i', 'could', 'wear', 'it', 'without', 'a', 'cami', 'i', 'absolutely', 'recommend', 'this', 'shirt', 'it', 'fits', 'tts.,5,1,0', 'general', 'tops', 'blouses'] ['14880,445,33', 'cartagena', 'cover-up', 'i', 'love', 'this', 'cover-up', 'it', 'does', 'feel', 'big', 'when', 'you', 'first', 'put', 'it', 'on', 'however', 'you', 'just', 'pull', 'on', 'the', 'strap', 'and', 'tie', 'it', 'to', 'your', 'liking', 'i', 'am', '5', '2', 'so', 'this', 'hits', 'a', 'little', 'lower', 'than', 'on', 'the', 'model', 'in', 'the', 'picture', 'but', 'it', 'does', 'not', 'drag', 'on', 'the', 'floor', 'this', 'is', 'my', 'new', 'favorite', 'cover-up', 'now', 'all', 'i', 'need', 'is', 'the', 'sun', ',4,1,3', 'initmates', 'intimate', 'swim'] ['14881,382,37', 'stunning', 'i', 'got', 'the', 'floral', 'suit', 'and', 'honestly', 'it', "'s", 'the', 'most', 'beautiful', 'bathing', 'suit', 'i', 'have', 'ever', 'owned', 'i', 'have', 'yet', 'to', 'wear', 'it', 'to', 'the', 'pool', 'or', 'beach', 'so', 'i', 'do', "n't", 'know', 'how', 'it', 'holds', 'up', 'when', 'getting', 'wet', 'i', 'can', 'see', 'where', 'other', 'reviewers', 'have', 'said', 'there', 'is', 'no', 'support', 'in', 'the', 'chest', 'it', 'is', 'padded', 'which', 'is', 'nice', 'but', 'no', 'underwire', 'or', 'anything', 'to', 'hold', 'the', 'girls', 'up', 'if', 'you', 'are', 'big', 'chested', 'this', 'could', 'be', 'an', 'issue', 'not', 'so', 'much', 'for', 'me', 'looking', 'forward', 'to', 'wearing', 'this', 'suit', 'when', 'the', 'weather', 'gets', 'warmer', ',5,1,0', 'initmates', 'intimate', 'swim'] ['14882,844,66', 'amazing', 'ordered', 'this', 'on', 'a', 'whim', 'in', 'my', 'normal', 'size', 'large', 'and', 'so', 'glad', 'i', 'did', 'it', "'s", 'just', 'beautiful', 'the', 'color', 'is', 'a', 'tea', 'stained', 'white', 'background', 'with', 'soft', 'grey', 'blue', 'and', 'cinnamon', 'colored', 'tiny', 'flowers', 'it', 'has', 'a', 'soft', 'fairy', 'princess', 'vibe', 'that', 'could', 'be', 'dressy', 'or', 'casual', 'the', '3/4', 'sleeves', 'have', 'elastic', 'it', 'just', 'flows', 'nicely', 'over', 'the', 'body', 'and', 'is', "n't", 'oversized', 'like', 'so', 'many', 'tops', 'there', "'s", 'a', 'ruffle', 'with', 'a', 'slight', 'peplum', 'in', 'the', 'back', 'it', "'s", 'a', 'beauty', ',5,1,9', 'general', 'tops', 'blouses'] ['14883,833,31', 'amazing', 'tank', 'i', 'absolutely', 'love', 'this', 'tank', 'it', 'goes', 'great', 'with', 'a', 'pair', 'of', 'jeans', 'and', 'cute', 'booties', 'great', 'colors', 'and', 'material', 'i', 'love', 'the', 'nigh', 'neck.,5,1,0', 'general', 'tops', 'blouses'] ['14884,984,39', 'love', 'this', 'blazer', 'the', 'sleeves', 'are', 'small', 'should', 'buy', 'a', 'larger', 'size', 'than', 'usual', 'other', 'than', 'this', 'is', 'perfect.,5,1,0', 'general', 'jackets', 'jackets'] ['14885,940,74', 'nice', 'sweater.', 'like', 'it', 'but', 'it', "'s", 'quite', 'short', 'and', 'rather', 'boxy', 'i', "'ll", 'keep', 'it', 'because', 'it', "'s", 'pretty', 'versatile.,3,1,0', 'general', 'tops', 'sweaters'] ['14886,833,60', 'embroidered', 'tank', 'i', 'bought', 'this', 'top', 'for', 'my', 'sister', "'s", 'birthday', 'so', 'the', 'review', 'is', 'based', 'on', 'her', 'opinion', 'she', 'loved', 'it', 'and', 'told', 'me', 'the', 'embroidery', 'was', 'beautiful', 'she', 'said', 'it', 'was', 'tts', 'she', 'also', 'stated', 'that', 'the', 'blouse', 'was', 'so', 'versatile', 'and', 'could', 'be', 'worn', 'dressed', 'up', 'or', 'down.,5,1,1', 'general', 'tops', 'blouses'] ['14887,833,61', 'love', 'it', 'love', 'the', 'look', 'love', 'the', 'fit', 'for', 'both', 'professional', 'and', 'casual', 'looks', ',5,1,1', 'general', 'tops', 'blouses'] ['14888,382,37', 'gorgeous', 'bathing', 'suit', 'such', 'a', 'beautiful', 'pattern', 'i', 'think', 'you', 'could', 'wear', 'it', 'with', 'a', 'skirt', 'and', 'it', 'would', "n't", 'even', 'read', 'as', 'a', 'bathing', 'suit', 'love', 'the', 'lacy', 'pattern', 'in', 'front', 'great', 'fit', 'i', 'bought', 'a', 'medium', 'when', 'i', 'usually', 'wear', 'a', 'small', 'in', 'retailer', 'it', 'fits', 'a', 'little', 'loose', 'so', 'i', "'d", 'probably', 'buy', 'a', 'small', 'if', 'i', 'bought', 'another', 'one', 'but', 'it', 'all', 'depends', 'on', 'how', 'you', 'like', 'your', 'suits', 'to', 'fit', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14889,833,38', 'beautiful', 'blouse', 'unfinished', 'threads', 'to', 'sew', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'the', 'xl', 'in', 'this', 'blouse', 'fit', 'wonderfully', 'i', 'bought', 'the', 'blouse', 'in', 'black', 'but', 'will', 'also', 'probably', 'purchase', 'it', 'in', 'the', 'cream', 'the', 'blouse', 'is', 'made', 'very', 'nicely', 'however', 'i', 'had', 'to', 'deal', 'with', 'about', '6', 'embroidered', 'pieces', 'that', 'were', 'not', 'knotted', 'i', 'had', 'to', 'take', 'a', 'needle', 'and', 'thread', 'the', 'loose', 'pieces', 'to', 'the', 'back', 'of', 'the', 'blouse', 'and', 'then', 'knot', 'them', 'in', 'with', 'the', 'rest', 'of', 'the', 'embroidery', 'some', 'of', 'the', 'individual', 'flowers', 'just', 'came', 'out', 'entirely', 'however', 'this', 'is', 'such', 'a', 'stunning', 'blouse', 'and', 'i', 'feel', 'so', 'g', ',5,1,0', 'general', 'tops', 'blouses'] ['14890,833,51', 'o.m.g', 'soooo', 'beautiful', 'i', 'saw', 'this', 'top', 'at', 'my', 'local', 'retailer', 'and', 'instantly', 'fell', 'in', 'love', 'i', 'did', "n't", 'even', 'try', 'it', 'on', 'first', 'because', 'i', 'just', 'knew', 'when', 'i', 'finally', 'got', 'home', 'and', 'tried', 'it', 'on', 'it', 'did', "n't", 'disappoint', 'ultra', 'feminine', 'and', 'sexy', 'at', 'the', 'same', 'time', 'the', 'delicate', 'high', 'neck', 'coupled', 'with', 'the', 'exposed', 'cut', 'in', 'shoulders', 'really', 'sold', 'this', 'for', 'me', 'then', 'you', 'come', 'to', 'appreciate', 'the', 'beautiful', 'sewn', 'in', 'flowers', 'loved', 'this', 'one', 'so', 'much', 'prettier', 'in', 'person', 'than', 'online', ',5,1,0', 'general', 'tops', 'blouses'] ['14891,940,36', ',it', 'is', 'a', 'really', 'cute', 'sweater', 'i', 'thought', 'it', 'would', 'be', 'a', 'little', 'longer', 'based', 'on', 'the', 'picture', 'on', 'me', 'it', 'hits', 'at', 'my', 'waist', 'but', 'i', 'am', 'still', 'okay', 'with', 'it', 'the', 'design', 'is', 'unique', 'and', 'i', 'am', 'happy', 'with', 'the', 'purchase.,4,1,0', 'general', 'tops', 'sweaters'] ['14892,984,27', 'wanted', 'to', 'love', 'delaine', 'blazer', 'so', 'many', 'little', 'details', 'with', 'a', 'slight', 'bit', 'of', 'ruggedness', 'loved', 'the', 'unmatched', 'buttons', 'checkered', 'back', 'and', 'fraying', 'that', 'gave', 'this', 'piece', 'personality', 'making', 'it', 'appear', 'less', 'stuffy', 'easyily', 'dress', 'it', 'up', 'or', 'down', 'that', 'being', 'said', 'it', 'seems', 'to', 'run', 'true', 'to', 'size', 'except', 'the', 'arms', 'and', 'shoulders', 'were', 'very', 'tight', 'i', 'would', 'consider', 'going', 'up', 'a', 'size', 'if', 'more', 'of', 'an', 'athletic', 'build', 'ordered', 'a', '4', 'but', 'i', 'think', 'a', '6', 'would', 'have', 'been', 'perfect', ',3,1,0', 'general', 'jackets', 'jackets'] ['14893,382,23', 'perfect', 'swimsuit', 'this', 'swimsuit', 'is', 'amazing', 'i', 'am', '5', '4', 'and', 'about', '135', 'lbs', 'and', 'ordered', 'a', 'small', 'however', 'i', 'am', 'returning', 'it', 'for', 'an', 'extra', 'small', 'just', 'a', 'personal', 'preference', 'as', 'i', 'like', 'my', 'swimsuits', 'a', 'bit', 'snug', 'so', 'they', 'do', "n't", 'get', 'loose', 'when', 'wet', 'the', 'fabric', 'is', 'very', 'forgiving', 'and', 'stretchy', 'which', 'is', 'why', 'i', "'m", 'exchanging', 'for', 'a', 'smaller', 'size', 'i', 'can', 'slide', 'the', 'size', 'small', 'up', 'my', 'legs', 'with', 'ease', 'but', 'the', 'fabric', 'is', 'also', 'very', 'sturdy', 'so', 'it', 'seems', 'i', 'have', "n't", 'worn', 'it', 'in', 'the', 'water', 'yet', 'obviously', 'overall', 'very', 'cute', 'and', 'surprisingly', 'flatte', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14894,833,56', 'not', 'like', 'the', 'picture', 'the', 'neckline', 'is', 'very', 'tight', 'and', 'itchy', 'the', 'arm', 'holes', 'are', 'deeply', 'cut', 'the', 'length', 'is', 'not', 'as', 'long', 'in', 'person', 'as', 'it', 'is', 'on', 'the', 'model', 'in', 'the', 'picture', 'it', "'s", 'short-waisted', 'it', "'s", 'too', 'bad', 'because', 'the', 'embroidery', 'is', 'very', 'pretty.,1,0,2', 'general', 'tops', 'blouses'] ['14895,833,51', 'sotra', 'tank', 'nice', 'quality', 'beautiful', 'colors', 'so', 'nice', 'i', 'bought', 'another', 'as', 'a', 'gift', ',5,1,0', 'general', 'tops', 'blouses'] ['14896,833,65', 'love', 'it', 'i', 'bought', 'this', 'in', 'june', 'on', 'a', 'sale', 'and', 'am', 'so', 'glad', 'that', 'i', 'did', 'it', 's', 'so', 'pretty', 'and', 'classy', 'the', 'neck', 'has', 'stretch', 'so', 'it', "'s", 'not', 'tight', 'at', 'all', 'it', "'s", 'styled', 'like', 'a', 'swing', 'top', 'but', 'it', 'really', 'is', "n't", 'there', 'is', "n't", 'much', 'of', 'a', 'fabric', 'abundance', 'to', 'this', 'although', 'it', 'is', 'loose', 'and', 'cool', 'i', 'bought', 'an', 'xl', 'which', 'is', 'my', 'usual', 'size', 'and', 'the', 'fit', 'is', 'fine'] [] ['there', 'are', '2', 'layers', 'of', 'fabric', 'i', 'do', 'not', 'think', 'a', 'cami', 'is', 'needed', 'at', 'all'] [] ['i', 'bought', 'this', 'in', 'black', 'and', 'the', 'floral', 'embroidery', 'just', 'pops', 'i', "'m", 'just', 'not', 'a', 'white', 'fan', 'due', 'to', 'cleani', ',5,1,0', 'general', 'tops', 'blouses'] ['14897,382,25', 'this', 'bathing', 'suit', 'is', 'a', 'dream.', 'simply', 'perfect', 'i', 'ordered', 'the', 'white', 'floral', 'maillot', 'in', 'a', 'large', '5', '6', '-ish', '145', 'pounds', 'and', 'it', 'is', 'so', 'comfortable', 'and', 'flattering', 'that', 'i', 'do', 'not', 'want', 'to', 'take', 'it', 'off', 'the', 'colors', 'are', 'so', 'vibrant', 'and', 'accurate', 'which', 'is', 'great', 'considering', 'not', 'all', 'internet', 'item', 'photos', 'are', 'the', 'same', 'in', 'person', 'i', 'do', 'recommend', 'ordering', 'a', 'size', 'up', 'the', 'medium', 'was', 'snug', 'but', 'definitely', 'remember', 'that', 'your', 'suit', 'shrinks', 'when', 'wet', 'now', 'that', 'they', 'have', 'a', 'new', 'print', 'hello', 'fish', 'i', 'really', 'really', 'want', 'another', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14898,382,47', 'extremely', 'pretty', 'swimsuit', 'extremely', 'pretty', 'swimsuit', 'gorgeous', 'cut', 'in', 'the', 'front', 'with', 'the', 'lace', 'and', 'the', 'floral', 'print', 'very', 'flattering', 'to', 'hourglass', 'shapes', 'coverage', 'across', 'rear', 'end', 'is', 'a', 'bit', 'less', 'than', 'i', 'would', 'prefer', 'but', 'it', "'s", 'so', 'very', 'pretty', 'that', 'i', "'m", 'keeping', 'it', 'several', 'comments', 'from', 'friends', 'that', 'this', 'could', 'be', 'worn', 'as', 'a', 'tank', 'top', 'for', 'regular', 'wear', 'it', 'is', 'so', 'pretty', ',4,1,0', 'initmates', 'intimate', 'swim'] ['14899,833,39', 'sexy', 'shirt', 'this', 'top', 'is', 'feminine', 'and', 'sexy', 'it', 'can', 'be', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'love', 'it', 'and', 'will', 'hold', 'onto', 'it', 'forever.,4,1,0', 'general', 'tops', 'blouses'] ['14900,984,43', 'fun', 'twist', 'on', 'a', 'versatile', 'piece', 'i', 'love', 'this', 'blazer', 'so', 'much', 'i', 'bought', 'it', 'in', 'both', 'colors', 'i', "'m", '5', '7', '120', 'pounds', 'and', 'bought', 'the', 'size', '4', 'which', 'is', 'perfect', 'initially', 'when', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'i', 'thought', 'i', 'needed', 'the', '6', 'because', 'it', 'was', 'a', 'little', 'tight', 'in', 'the', 'arms', 'and', 'shoulders', 'the', '6', 'was', 'too', 'boxy', 'on', 'me', 'and', 'i', "'m", 'so', 'glad', 'i', 'went', 'with', 'the', '4.', 'it', 'stretched', 'especially', 'the', 'arms', 'and', 'fits', 'perfect', 'i', 'love', 'how', 'i', 'can', 'dress', 'this', 'down', 'with', 'a', 'graphic', 'tee', 'and', 'jeans', 'or', 'dress', 'up', 'with', 'a', 'blouse', 'and', 'cropped', 'black', 'pants', ',5,1,4', 'general', 'jackets', 'jackets'] ['14901,833,41', 'sheer', 'but', 'pretty', 'i', "'m", 'pretty', 'tan', 'and', 'i', 'always', 'have', 'to', 'be', 'careful', 'with', 'white', 'tops', 'or', 'pants', 'i', 'love', 'the', 'embroidery', 'detail', 'but', 'this', 'top', 'is', 'practically', 'see-through', 'for', 'me', 'it', 'is', 'double-lined', 'but', 'i', 'could', 'still', 'see', 'my', 'bra', 'very', 'pretty', 'though', 'and', 'i', 'was', 'disappointed', 'that', 'it', 'did', "n't", 'work', 'for', 'me', ',3,0,0', 'general', 'tops', 'blouses'] ['14902,833,20', 'beautiful', 'but', 'does', "n't", 'hold', 'up', 'well', 'beautiful', 'got', 'several', 'compliments', 'when', 'wearing', 'it', 'does', 'not', 'hold', 'up', 'with', 'washes', 'though', 'threads', 'unraveling', 'everywhere', 'i', 'am', 'thinking', 'of', 'returning', 'it', 'for', 'this', 'reason', 'fits', 'true', 'to', 'size', 'i', 'am', '5', '4', '118', 'lbs', 'xs', 'fit', 'i', 'am', 'smaller', 'on', 'top', ',3,0,0', 'general', 'tops', 'blouses'] ['14903,984,32', 'several', 'ways', 'to', 'wear', 'i', 'like', 'how', 'this', 'jacket', 'is', 'very', 'versatile', 'you', 'can', 'wear', 'it', 'to', 'work', 'or', 'play', 'it', 'does', 'have', 'interesting', 'detail', 'on', 'it', 'i', 'kept', 'it', 'based', 'on', 'the', 'price', 'and', 'those', 'details', 'i', 'have', 'the', 'olive', 'color', 'the', 'arms', 'are', 'a', 'little', 'tight', ',3,1,0', 'general', 'jackets', 'jackets'] ['14904,833,34', 'itchy', 'very', 'pretty', 'top', 'but', 'like', 'the', 'other', 'reviewers', 'said', 'the', 'neck', 'is', 'very', 'itchy', 'i', 'live', 'in', 'florida', 'and', 'i', 'do', "n't", 'think', 'i', 'can', 'wear', 'this', 'during', 'the', 'summer', 'unless', 'i', 'get', 'the', 'neck', 'lined', 'i', 'got', 'an', 'xxs', 'p', 'which', 'was', 'a', 'little', 'shorter', 'than', 'i', 'would', 'have', 'liked', 'so', 'i', 'am', 'returning', 'for', 'xxs', ',4,1,0', 'general', 'tops', 'blouses'] ['14905,382,19', 'pretty', 'pattern', 'lacking', 'in', 'support', 'i', 'love', 'the', 'way', 'that', 'this', 'suit', 'looked', 'however', 'i', 'found', 'that', 'it', 'was', 'lacking', 'in', 'support', 'i', 'was', 'disappointed', 'to', 'discover', 'upon', 'trying', 'it', 'on', 'that', 'it', 'just', 'does', 'not', 'cover', 'my', 'butt', 'it', 'fit', 'elsewhere', 'just', 'fine', 'but', 'the', 'slim', 'cut', 'up', 'the', 'sides', 'left', 'it', 'a', 'little', 'too', 'revealing', 'for', 'my', 'liking', 'in', 'addition', 'i', 'found', 'the', 'top', 'to', 'be', 'awkwardly', 'fitting', 'around', 'the', 'chest', 'area', 'i', 'am', 'a', '34b', 'and', 'ordered', 'a', 'small', 'and', 'it', 'seemed', 'to', 'be', 'too', 'baggy', 'at', 'the', 'top', ',3,0,2', 'initmates', 'intimate', 'swim'] ['14906,833,44', 'this', 'top', 'is', 'absolutely', 'adorable', 'i', 'can', 'not', 'express', 'how', 'much', 'i', 'love', 'it', 'paired', 'with', 'skinny', 'jeans', 'and', 'a', 'bright', 'cardi', 'for', 'the', 'spring', 'this', 'can', 'easily', 'transition', 'into', 'summer', 'it', "'s", 'actually', 'cuter', 'irl', 'than', 'in', 'the', 'picture', 'if', 'you', 'are', 'on', 'the', 'fence', 'about', 'this', 'get', 'it', 'you', 'wo', "n't", 'regret', 'it', ',5,1,4', 'general', 'tops', 'blouses'] ['14907,984,47', 'basic', 'with', 'a', 'twist', 'was', "n't", 'too', 'sure', 'about', 'this', 'jacket', 'when', 'i', 'got', 'it', 'in', 'the', 'mail', 'seemed', 'a', 'little', 'boxy', 'on', 'maybe', 'a', 'smaller', 'size', 'would', "'ve", 'worked', 'better', 'but', 'i', 'want', 'to', 'be', 'able', 'to', 'layer', 'however', 'i', "'m", 'keeping', 'it', 'because', 'it', "'s", 'versatile', 'i', 'love', 'the', 'contrast', 'of', 'the', 'front/back', 'and', 'the', 'buttons', 'on', 'the', 'sleeve', 'which', 'actually', 'button', 'and', 'un-button', 'meaning', 'they', 'are', "n't", 'just', 'for', 'show', 'and', 'the', 'sleeves', 'can', 'be', 'easily', 'rolled', 'up', 'a', 'great', 'basic', 'jacket', 'with', 'some', 'neat', 'details', ',4,1,1', 'general', 'jackets', 'jackets'] ['14908,833,59', 'love', 'this', 'top', 'this', 'has', 'been', 'my', 'go', 'to', 'top', 'every', 'time', 'i', 'go', 'out', 'lately', 'i', 'just', 'make', 'sure', 'i', 'am', 'with', 'different', 'people', 'the', 'length', 'is', 'perfect', 'and', 'not', 'too', 'long', 'i', 'wear', 'a', 'strapless', 'black', 'bra', 'and', 'you', 'can', 'not', 'see', 'through', 'the', 'shirt', 'the', 'only', 'thing', 'i', 'do', "n't", 'like', 'about', 'it', 'is', 'the', 'three', 'buttons', 'in', 'the', 'back', 'at', 'the', 'top', 'are', 'very', 'very', 'difficult', 'to', 'button', ',5,1,5', 'general', 'tops', 'blouses'] ['14909,833,47', 'a', 'beautiful', 'work', 'of', 'art', 'the', 'embroidery', 'is', 'breathtaking', 'it', 'is', 'more', 'flattering', 'and', 'interesting', 'in', 'person', 'i', 'would', 'highly', 'recommend', 'it', 'it', 'is', 'true', 'to', 'size', 'figure', 'flattering', 'and', 'unique', 'the', 'only', 'reason', 'i', 'gave', 'it', 'four', 'stars', 'for', 'quality', 'is', 'because', 'the', 'neck', 'is', 'a', 'little', 'itchy', 'if', 'you', 'are', 'looking', 'for', 'a', 'show', 'stopper', 'and', 'conversation', 'piece', 'this', 'is', 'it', ',5,1,3', 'general', 'tops', 'blouses'] ['14910,382,35', 'perfect', 'suit', 'i', 'have', 'a', 'large', 'cup', 'size', 'and', 'year', 'after', 'year', 'i', 'am', 'in', 'the', 'search', 'of', 'the', 'perfect', 'suit', 'that', 'supports', 'but', 'does', "n't", 'look', 'matronly', 'this', 'year', 'i', 'had', 'a', 'baby', 'and', 'wanted', 'to', 'move', 'to', 'a', 'one', 'piece', 'but', 'still', 'wanted', 'to', 'feel', 'sexy', 'and', 'youthful', 'i', 'thought', 'there', 'is', 'no', 'way', 'this', 'suit', 'is', 'going', 'to', 'look', 'good', 'and/or', 'support', 'a', '34ff', 'but', 'gave', 'it', 'try', 'because', 'of', 'all', 'the', '5', 'star', 'reviews', 'i', 'tried', 'it', 'on', 'and', 'my', 'husband', 'just', 'said', 'wow', 'this', 'suit', 'hugs', 'you', 'in', 'all', 'the', 'right', 'places', 'and', 'actually', 'supports', 'i', 'do', "n't", 'know', 'how', 'but', 'it', 'doe', ',5,1,1', 'initmates', 'intimate', 'swim'] ['14911,1117,43', 'not', 'as', 'pictured', 'and', 'described', 'when', 'i', 'read', 'car', 'coat', 'i', 'expect', 'a', 'little', 'more', 'weight', 'it', 'really', 'is', 'just', 'a', 'thin', 'long', 'blazer', 'also', 'the', 'colors', 'appear', 'different', 'online', 'i', 'expected', 'a', 'red/maroon', 'with', 'bue', 'and', 'white', 'stripe', 'so', 'maybe', 'i', 'mis-read', 'completely', 'it', 'is', 'actually', 'brown/mustard/beige', 'combo', 'not', 'what', 'i', 'expected', 'so', 'it', 'will', 'be', 'a', 'return', ',2,0,0', 'general', 'jackets', 'outerwear'] ['14912,1098,43', 'wish', 'it', 'was', 'a', 'different', 'color', 'i', 'loved', 'this', 'dress', 'when', 'it', 'came', 'out', 'this', 'summer', 'but', 'it', 'quickly', 'became', 'impossible', 'to', 'get', 'i', 'snagged', 'up', 'this', 'one', 'as', 'quickly', 'as', 'i', 'could', 'when', 'it', 'came', 'out', 'i', 'do', "n't", 'really', 'love', 'any', 'of', 'the', 'fall', 'colors', 'it', 'was', 'offered', 'in', 'but', 'for', 'this', 'one', 'i', 'would', 'say', 'it', 'is', 'much', 'more', 'rust', 'and', 'less', 'orange', 'in', 'person', ',4,1,0', 'general', 'dresses', 'dresses'] ['14913,1098,34', 'lovely', 'dress', 'if', 'you', 'are', 'small', 'chested', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'online', 'i', 'listened', 'to', 'the', 'reviews', 'and', 'ordered', 'a', 'size', 'up', 'i', 'got', 'it', 'in', 'the', 'mail', 'and', 'could', "n't", 'wait', 'to', 'try', 'it', 'on', 'i', 'was', 'sad', 'that', 'to', 'find', 'that', 'while', 'it', 'was', 'tight', 'across', 'the', 'chest', 'and', 'the', 'keyhole', 'in', 'the', 'back', 'seemed', 'to', 'pull', 'it', 'was', 'really', 'large', 'in', 'the', 'body', 'in', 'addition', 'while', 'the', 'lace', 'is', 'beautiful', 'it', 'is', 'very', 'fragile', 'i', 'still', 'think', 'this', 'is', 'a', 'great', 'dress', 'but', 'definitely', 'for', 'someone', 'who', 'is', 'small', 'chested', 'for', 'reference', 'i', 'am', 'a', '32dd', 'and', 'size', '2-4', 'and', 'i', 'ordered', 'a', 'medium', ',3,1,0', 'general', 'dresses', 'dresses'] ['14914,1098,33', 'worth', 'the', 'hype', 'i', 'had', 'been', 'hearing', 'about', 'this', 'dress', 'for', 'months', 'and', 'was', 'so', 'excited', 'to', 'see', 'they', 'brought', 'it', 'back', 'in', 'more', 'colors', 'the', 'reviews', 'i', 'read', 'claimed', 'it', 'runs', 'small', 'in', 'the', 'chest', 'area', 'i', "'m", 'a', 'true', 'pear', 'shape', '23b', 'i', 'normally', 'wear', 'size', '2', 'xs', 'on', 'top', 'and', 'size', '4-6', 'on', 'the', 'bottom', 'but', 'with', 'dresses', 'i', 'almost', 'always', 'get', 'size', '2', 'because', 'of', 'the', 'swing', 'a', 'nature', 'of', 'the', 'dress', 'i', 'decided', 'to', 'size', 'down', 'with', 'this', 'one', 'i', 'was', 'nervous', 'how', 'tight', 'it', 'would', 'be', 'up', 'top', 'but', 'i', 'also', 'did', "n't", 'want', 'it', 'to', 'look', 'like', 'inwas', 'wearing', 'a', 'sack', 'so', 'i', 'to', ',5,1,2', 'general', 'dresses', 'dresses'] ['14915,828,31', 'nautical', 'style', 'love', 'this', 'top', 'cloth', 'stone', 'makes', 'excellent', 'quality', 'clothes', 'that', 'are', 'durable', 'and', 'have', 'unique', 'details', 'this', 'top', 'can', 'go', 'with', 'many', 'different', 'looks', 'and', 'i', 'ca', "n't", 'wait', 'to', 'take', 'it', 'out', 'for', 'a', 'spin'] [] ['i', 'bought', 'the', 'medallion', 'crops', 'to', 'go', 'with', 'this', 'top', 'and', 'it', 'is', 'an', 'awesome', 'combo', 'i', 'would', 'definitely', 'check', 'it', 'out', ',5,1,5', 'general', 'tops', 'blouses'] ['14916,1094,33', 'comfortable', 'stretchy', 'fabric', 'both', 'colors', 'are', 'beautiful', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14917,1117,31', 'really', 'lovely', 'not', 'for', 'me', 'this', 'coat', 'is', 'wonderful', 'it', "'s", 'boxy', 'and', 'drapes', 'really', 'nicely', 'the', 'colors', 'are', 'beautiful', 'and', 'versitile', 'i', 'love', 'the', 'pockets', 'the', 'fabric', 'is', 'sturdy', 'but', 'not', 'heavy', 'i', 'have', 'nothing', 'but', 'good', 'things', 'to', 'say', 'about', 'this', 'coat', 'i', 'had', 'to', 'return', 'it', 'sadly', 'since', 'it', 'was', "n't", 'flattering', 'on', 'my', 'hourglass', 'shape', 'i', 'am', '5', '6', '34dd-27-42', 'and', 'the', 'small', 'fit', 'well', 'if', 'you', "'re", 'confident', 'enough', 'to', 'hide', 'your', 'waste', 'go', 'for', 'it', 'your', 'wo', "n't", 'regret', 'it', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14918,1010,25', ',i', 'love', 'this', 'skirt', 'i', "'m", 'trying', 'to', 'find', 'the', 'perfect', 'place', 'to', 'wear', 'it', ',5,1,3', 'general', 'bottoms', 'skirts'] ['14919,1020,25', 'adorable', 'runs', 'two', 'sizes', 'too', 'small', 'i', 'ordered', 'my', 'usual', 'size', 'however', 'when', 'it', 'arrived', 'it', 'appeared', 'to', 'fit', 'a', '9', 'year', 'old', 'the', 'color', 'and', 'style', 'are', 'adorable', 'i', 'will', 'need', 'to', 'exchange', 'it', 'for', '2', 'sizes', 'larger', 'i', 'am', 'so', 'shocked', 'at', 'maeve', "'s", 'sizing.,5,0,5', 'general', 'bottoms', 'skirts'] ['14920,1010,74', 'petites', 'please', 'i', 'absolutely', 'adore', 'this', 'skirt', 'sadly', 'it', 'was', 'a', 'lot', 'of', 'skirt', 'for', 'me-', 'i', "'m", '5', 'feet', 'nothing', 'and', 'it', 'would', 'have', 'been', 'too', 'much', 'fabric', 'to', 'hem', 'wish', 'this', 'skirt', 'came', 'in', 'a', 'petite', 'size', 'great', 'color', 'and', 'a', 'fun', 'option', 'for', 'the', 'fall', 'wedding', 'season', ',3,1,2', 'general', 'bottoms', 'skirts'] ['14921,828,65', 'great', 'top', 'i', 'just', 'received', 'this', 'top', 'and', 'love', 'it', 'the', 'fabric', 'is', 'soft', 'and', 'comfy', 'it', 'is', 'just', 'as', 'pictured', 'no', 'surprises', 'lace-up', 'fronts', 'are', 'a', 'hot', 'item', 'for', 'spring', 'for', 'reference', 'i', 'am', '5', '7', 'and', 'weigh', '127.', 'the', 'xs', 'fits', 'perfectly', ',5,1,15', 'general', 'tops', 'blouses'] ['14922,944,39', 'unexpected', 'love', 'i', 'thought', 'this', 'is', 'nice', 'when', 'it', 'was', 'a', 'new', 'arrival', 'i', 'put', 'it', 'in', 'my', 'wish', 'lsit', 'as', 'i', 'liked', 'how', 'the', 'cut', 'looked', 'on', 'the', 'modl', 'but', 'i', "dind't", 'think', 'i', 'would', 'love', 'it', 'as', 'much', 'on', 'me', 'i', 'ordered', 'it', 'when', 'it', 'hit', 'sale', 'the', 'material', 'is', 'fluffy', 'and', 'has', 'a', 'shimmer', 'you', 'ca', "n't", 'see', 'on', 'the', 'online', 'picture', 'one', 'of', 'hte', 'thread', 'will', 'need', 'to', 'be', 'cut', 'but', 'no', 'biggie', 'it', 'is', 'so', 'ute', 'the', 'beading', 'is', 'also', 'very', 'subtle', 'but', 'pretty', 'my', 'stylist', 'brught', 'it', 'in', 't', 'try', 'onin', 'the', 'store', 'loved', 'it', 'somuch', 'she', 'is', 'ordering', 'one', 'for', 'herself', 'the', 'cut', 'i', ',5,1,1', 'general', 'tops', 'sweaters'] ['14923,828,39', 'cute', 'but', 'big', 'this', 'top', 'was', 'always', 'on', 'my', 'wait', 'for', 'sale', 'list', 'now', 'it', 'is', 'and', 'i', 'had', 'to', 'pass', 'i', 'love', 'the', 'look', 'on', 'other', 'people', 'the', 'laec', 'up', 'is', 'super', 'cute', 'and', 'trendy', 'but', 'the', 'cut', 'was', 'just', 'too', 'big', 'on', 'me', 'it', 'left', 'me', 'blah', 'i', 'think', 'if', 'you', 'are', 'tall', 'and', 'are', 'looking', 'for', 'a', 'nice', 'white', 'shirt', 'then', 'go', 'for', 'it', 'it', 'looks', 'so', 'nice', 'half', 'tucked', 'with', 'skinny', 'jeans', ',4,1,1', 'general', 'tops', 'blouses'] ['14924,1117,34', 'love', 'it', 'this', 'is', 'such', 'a', 'unique', 'piece', 'and', 'could', 'be', 'dressed', 'up', 'or', 'down', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'with', 'skinny', 'jeans', 'and', 'a', 'tee', 'and', 'adding', 'a', 'statement', 'necklace', 'or', 'wearing', 'over', 'a', 'dress', 'i', 'tend', 'to', 'get', 'hot', 'so', 'i', 'like', 'how', 'light', 'weight', 'this', 'is', 'even', 'though', 'it', 'is', 'lined', 'it', 'is', 'of', 'excellent', 'quality', 'but', 'may', 'run', 'slightly', 'small', 'or', 'at', 'least', 'smaller', 'than', 'other', 'items', 'i', 'have', 'purchased', 'through', 'retailer', 'the', 'drape', 'is', 'extremely', 'flattering', 'and', 'i', 'think', 'that', 'would', 'be', 'true', 'for', 'every', 'figure', 'my', 'favorite', 'feature', 'is', 'the', 'oversized,5,1,0', 'general', 'jackets', 'outerwear'] ['14925,867,25', 'the', 'shirt', 'is', 'beautifully', 'made', 'and', 'very', 'comfortable', 'i', "'m", 'a', 'medium', 'though', 'and', 'i', 'ordered', 'as', 'such-', 'but', 'it', "'s", 'way', 'too', 'big', 'for', 'me', ',3,1,0', 'general', 'petite', 'tops', 'knits'] ['14926,828,22', 'xs', 'is', 'still', 'too', 'big', 'love', 'this', 'top', 'but', 'the', 'xs', 'is', 'still', 'way', 'too', 'big', 'swallows', 'me', '5', '1', 'petite', 'wish', 'it', 'came', 'in', 'a', 'petite', 'offering', 'sadly', 'had', 'to', 'return', 'this', 'item', ',4,1,0', 'general', 'tops', 'blouses'] ['14927,1094,62', 'comfy', 'flattering', 'i', 'love', 'this', 'dress', 'splurged', 'while', 'i', 'was', 'doing', 'my', 'christmas', 'shopping', 'to', 'get', 'this', 'for', 'myself', 'and', 'i', "'m", 'so', 'glad', 'i', 'did', 'it', "'s", 'such', 'a', 'comfortable', 'dress', 'stretchy', 'and', 'not', 'too', 'thin', 'or', 'too', 'heavy', 'of', 'a', 'fabric', 'it', 'pairs', 'well', 'with', 'tights', 'and', 'a', 'long', 'cardigan', 'in', 'the', 'winter', 'or', 'on', 'it', "'s", 'own', 'with', 'a', 'statement', 'necklace', 'style', 'and', 'fit', 'are', 'great', 'this', 'dress', 'is', 'super', 'flattering', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['14928,1098,40', 'sweet', 'dress', 'this', 'is', 'an', 'awesome', 'go', 'to', 'for', 'dressy', 'or', 'casual', 'wore', 'it', 'with', 'booties', 'for', 'a', 'dinner', 'and', 'flats', 'for', 'temple', 'and', 'was', 'perfect', 'for', 'both', 'lace', 'is', 'a', 'little', 'delicate', 'but', 'worth', 'the', 'extra', 'care', ',5,1,0', 'general', 'dresses', 'dresses'] ['14929,1084,26', 'cheshire', 'dress', 'the', 'cheshire', 'dress', 'is', 'lovely', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', 'quality', 'is', 'awesome', 'i', 'love', 'the', 'way', 'the', 'sleeves', 'lay', 'on', 'my', 'shoulders', 'i', 'would', 'definitely', 'recommend', 'this', 'dress', ',4,1,1', 'general', 'dresses', 'dresses'] ['14930,828,33', 'fits', 'well', 'i', "'m", '5', '7', '125lbs', 'and', 'the', 'small', 'fits', 'perfectly', 'the', 'sleeves', 'are', 'the', 'right', 'length', 'i', 'have', 'long', 'arms', 'and', 'legs', 'and', 'the', 'body', 'fits', 'loosely', 'without', 'looking', 'sloppy', 'at', 'my', 'height', 'the', 'small', 'is', 'not', 'long', 'enough', 'to', 'wear', 'as', 'a', 'tunic', 'which', 'is', 'fine'] [] ['unfortunately', 'the', 'shirt', 'arrived', 'with', 'makeup', 'stains', 'around', 'the', 'laces', 'and', 'the', 'inside', 'of', 'the', 'shirt', 'so', 'i', 'had', 'to', 'wash', 'it', 'before', 'wearing', 'it'] [] ['i', 'only', 'purchased', 'this', 'shirt', 'because', 'it', 'was', 'on', 'sale', ',3,1,0', 'general', 'tops', 'blouses'] ['14931,867,28', 'incredibly', 'flattering', 'this', 'top', 'is', 'gorgeous', 'and', 'flattering', 'for', 'spring', 'the', 'fit', 'is', 'beautiful', 'one', 'thing', 'i', 'find', 'that', 'the', 'seam', 'that', 'goes', 'across', 'the', 'stomach', 'does', 'chafe', 'a', 'little', 'bit', 'however', 'with', 'a', 'light', 'tank', 'underneath', 'this', 'is', 'no', 'issue', 'at', 'all', 'and', 'the', 'top', 'is', 'well', 'worth', 'it', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['14932,1117,24', 'love', 'it', 'hello', 'fall', 'love', 'this', 'jacket', 'this', 'picture', 'shows', 'the', 'sleeves', 'rolled', 'down', 'but', 'in', 'the', 'stores', 'they', 'have', 'them', 'rolled', 'up', 'and', 'i', 'have', 'to', 'say', 'that', 'is', 'how', 'you', "'ll", 'most', 'likely', 'wear', 'it', 'as', 'the', 'sleeves', 'might', 'be', 'too', 'short', 'if', 'you', 'rolled', 'them', 'down', 'however', 'it', 'is', 'still', 'a', 'fabulous', 'fall', 'coat', 'it', 'does', 'run', 'slightly', 'large', 'but', 'it', 'depends', 'on', 'how', 'you', 'want', 'it', 'to', 'fit', 'i', 'am', 'typically', 'a', 'medium', 'and', 'i', 'bought', 'the', 'm/l', 'because', 'the', 'xs/s', 'was', 'a', 'little', 'fought', 'in', 'the', 'shoulders', 'i', 'bought', 'last', 'weekend', 'and', 'already', 'wore', 'twice', 'because', 'it', 'looks', 'gre', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14933,1010,28', 'i', 'love', 'this', 'skirt', 'the', 'color', 'is', 'beautiful', 'much', 'darker', 'than', 'in', 'the', 'photo', 'the', 'only', 'issue', 'i', 'have', 'is', 'with', 'the', 'length', 'it', "'s", 'much', 'longer', 'in', 'real', 'life', 'i', "'m", 'definitely', 'going', 'to', 'need', 'to', 'have', 'it', 'shortened', ',5,1,0', 'general', 'bottoms', 'skirts'] ['14934,1098,38', 'fun', 'flirty', 'but', 'snug', 'up', 'top', 'i', "'m", 'keeping', 'this', 'cute', 'and', 'fun', 'dress', 'but', 'i', 'agree', 'that', 'the', 'top', 'is', 'tricky', 'if', 'you', 'have', 'a', 'larger', 'bust', 'or', 'shoulders', 'i', 'got', 'my', 'tts', '6', 'and', 'am', 'a', '32dd', 'with', 'broad', 'shoulders', 'and', 'can', 'wear', 'it', 'but', 'it', "'s", 'snug', 'the', 'top', 'would', 'probably', 'look', 'better', 'in', 'an', '8', 'but', 'there', "'s", 'so', 'much', 'volume', 'below', 'i', 'kept', 'the', '6.', 'i', "'m", '5', '7', 'and', 'thought', 'it', 'was', 'short', 'but', 'just', 'fine', 'for', 'anything', 'other', 'than', 'a', 'professional', 'setting', 'i', 'have', 'toddlers', 'so', 'not', 'the', 'best', 'dress', 'for', 'bending', 'over', 'but', 'fun', 'for', 'when', 'i', "'m", 'out', 'and', 'about', 'on', 'my', 'own'] [] ['big', 'compliments', ',4,1,1', 'general', 'dresses', 'dresses'] ['14935,935,36', 'flowy', 'sides', 'this', 'sweater', 'is', 'very', 'comfy', 'and', 'looks', 'great', 'with', 'tighter', 'leggins', 'beautiful', 'color,4,1,0', 'general', 'tops', 'sweaters'] ['14936,1094,45', 'love', 'the', 'dress', 'fits', 'great', 'and', 'the', 'material', 'feels', 'great', 'on', 'going', 'to', 'buy', 'a', 'second', 'one', 'in', 'a', 'different', 'pattern.,5,1,3', 'general', 'dresses', 'dresses'] ['14937,828,56', 'perfect', 'this', 'is', 'an', 'awesome', 'blouse', 'it', 'is', 'well', 'made', 'the', 'fabric', 'is', 'thick', 'and', 'soft', 'it', 'drapes', 'beautifully', 'i', 'love', 'the', 'tie', 'at', 'the', 'top', 'i', 'wish', 'it', 'came', 'in', 'other', 'colors', 'other', 'than', 'the', 'denim', 'offered', 'i', 'am', '5', '4', '115', 'pounds', 'flat', 'chested', 'the', 'xs', 'fit', 'well', ',5,1,0', 'general', 'tops', 'blouses'] ['14938,867,58', 'super', 'cute', 'the', 'online', 'picture', 'does', 'not', 'do', 'this', 'top', 'justice', 'much', 'cuter', 'in', 'person', 'soft', 'and', 'so', 'comfortable', 'got', 'this', 'in', 'my', 'usual', 'xs', 'paired', 'with', 'a', 'white', 'fluffy', 'sweater', 'and', 'jeans', 'to', 'wear', 'to', 'a', 'casual', 'charity', 'event', 'hope', 'they', 'do', 'more', 'of', 'this', 'top', 'in', 'other', 'colors', ',5,1,5', 'general', 'petite', 'tops', 'knits'] ['14939,878,41', 'runs', 'so', 'big', 'i', "'m", 'a', 'short', 'girl', 'but', 'i', 'usually', 'wear', 'tops', 'in', 'a', 'small', 'or', 'medium', 'at', 'retailer', 'for', 'me', 'i', 'would', 'have', 'needed', 'this', 'shirt', 'in', 'a', 'size', 'at', 'least', 'one', 'notch', 'smaller', 'than', 'even', 'offered', 'this', 'shirt', 'is', 'adorable', 'love', 'the', 'details', 'i', 'wanted', 'it', 'so', 'bad', 'which', 'is', 'why', 'i', 'paid', 'so', 'much', 'for', 'a', 'basic', 't-shirt', 'still', 'it', 'was', 'large', 'to', 'the', 'point', 'of', 'frumpiness', 'and', 'could', 'have', 'used', 'some', 'sort', 'of', 'scoop', 'or', 'v-neck', 'to', 'break', 'up', 'the', 'dots', ',2,1,0', 'general', 'petite', 'tops', 'knits'] ['14940,1117,42', 'so', 'cute', 'love', 'this', 'jacket', 'you', 'will', 'definitely', 'want', 'to', 'size', 'down', 'though', 'i', 'am', 'usually', 'a', 'medium/large', 'but', 'i', 'was', 'swimming', 'in', 'that', 'size', 'i', 'opted', 'for', 'the', 'xs/s', 'and', 'it', 'is', 'perfect', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14941,867,30', 'comfortable', 'and', 'unique', 'i', 'bought', 'this', 'top', 'on', 'a', 'whim', 'it', "'s", 'not', '100', 'my', 'style', 'but', 'wanted', 'to', 'try', 'something', 'different', 'the', 'fabric', 'and', 'print', 'are', 'amazing', 'so', 'unique', 'soft', 'subtle', 'and', 'delicate', 'great', 'fit', 'as', 'well', 'my', 'only', 'complaint', 'is', 'not', 'the', 'fault', 'of', 'the', 'top', 'but', 'if', 'you', 'have', 'a', 'bit', 'of', 'tummy', 'the', 'fold', 'at', 'the', 'peplum', 'really', 'brings', 'it', 'out', 'so', 'you', "'d", 'have', 'to', 'wear', 'high-waisted', 'bottoms', 'or', 'suck', 'it', 'in', 'the', 'hem', 'is', 'also', 'really', 'flowy', 'more', 'so', 'than', 'shown', 'in', 'the', 'pictures', 'theres', 'a', 'lot', 'of', 'fabric', 'so', 'it', 'kind', 'of', 'ruffles', 'more', 'at', 'the', 'bottom', 'rath', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['14942,828,58', 'perfect', 'in', 'every', 'way', 'tops', 'are', 'a', 'challenge', 'for', 'me', 'i', 'am', 'top', 'heavy', 'so', 'i', 'often', 'have', 'to', 'size', 'up', 'to', 'avoid', 'pulling', 'in', 'the', 'bust', 'this', 'one', 'is', 'not', 'over', 'sized', 'in', 'the', 'bust', 'but', 'i', 'am', 'able', 'to', 'open', 'the', 'laceing', 'for', 'a', 'little', 'more', 'wiggle', 'room', 'but', 'still', 'not', 'look', 'like', 'i', 'am', 'wearing', 'a', 'tent', 'fabric', 'is', 'wonderful', 'it', 'is', 'not', 'too', 'thin', 'and', 'not', 'too', 'thick.', 'it', 'does', 'pull', 'up', 'slightly', 'in', 'the', 'wash.', 'it', 'requires', 'a', 'little', 'ironing', 'or', 'a', 'good', 'steaming.,5,1,28', 'general', 'tops', 'blouses'] ['14943,1117,62', 'light', 'weight', 'duster', 'this', 'duster', 'is', 'light', 'weight', 'good', 'for', 'a', 'inside', 'a', 'chilly', 'restaurant', 'but', 'not', 'really', 'warm', 'enough', 'for', 'cold', 'outdoor', 'winter', 'weather'] [] ['really', 'punches', 'up', 'a', 'black', 'on', 'black', 'outfit', 'polished', 'artsy', 'interesting', 'look', 'runs', 'large', 'has', 'a', 'feel', 'similar', 'to', 'a', 'swing', 'coat', 'with', 'less', 'swing'] [] ['i', "'ve", 'received', 'many', 'compliments', 'on', 'this', 'piece', 'wear', 'it', 'with', 'confidence', 'it', 'is', 'on', 'the', 'bold', 'side', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14944,1117,40', 'vintage', 'style', 'this', 'coat', 'is', 'a', 'classic', 'i', 'would', 'wear', 'it', 'every', 'day', 'if', 'it', 'was', "n't", 'so', 'distinct', 'very', 'comfortable', 'flattering', 'and', 'stylish', ',5,1,0', 'general', 'jackets', 'outerwear'] ['14945,867,34', 'wanted', 'to', 'love', 'an', 'odd', 'top'] ['for', 'my', 'curvy', 'figure', '34g', 'the', 'seam', 'did', 'not', 'enhance', 'but', 'rather', 'made', 'me', 'look', 'wider'] ['the', 'material', 'is', 'interesting', 'foam-like', 'is', 'all', 'i', 'can', 'think', 'to', 'describe', 'it', 'the', 'fabric', 'and', 'design', 'are', 'not', 'as', 'elegant', 'looking', 'in', 'person', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['14946,1094,34', 'great', 'dress', 'i', 'really', 'love', 'this', 'dress', 'it', "'s", 'very', 'flattering', 'for', 'all', 'body', 'types', 'i', "'m", '5', '4', '120', 'and', 'i', 'purchased', 'a', 'small', 'it', 'also', 'looks', 'really', 'cute', 'with', 'a', 'stretchy', 'belt', 'in', 'the', 'picture', 'it', 'does', "n't", 'show', 'this', 'but', 'it', 'has', 'these', 'cute', 'snap', 'sleeves', 'that', 'adds', 'some', 'great', 'detail', 'it', "'s", 'also', 'very', 'comfortable', 'it', 'is', 'a', 'thin', 'material', 'so', 'for', 'those', 'looking', 'for', 'a', 'thicker', 'fabric', 'this', 'may', 'not', 'be', 'the', 'right', 'dress', 'loved', 'it', ',5,1,6', 'general', 'dresses', 'dresses'] ['14947,1094,40', 'comfortable', 'but', 'you', 'need', 'good', 'undergarments', 'i', 'love', 'the', 'swing', 'and', 'the', 'pretty', 'color', 'of', 'the', 'dress', 'it', "'s", 'fun', 'to', 'dress', 'up', 'or', 'dress', 'down', 'the', 'fabric', 'is', 'a', 'little', 'thin', 'so', 'you', 'will', 'need', 'good', 'undergarments', 'if', 'you', 'have', 'lumps', 'and', 'bumps.,4,1,0', 'general', 'dresses', 'dresses'] ['14948,878,45', 'fun', 't-shirt', 'with', 'distressed', 'gold', 'dots', 'i', 'love', 'this', 'top', 'because', 'the', 'gold', 'dots', 'add', 'a', 'bit', 'of', 'bling', 'to', 'your', 'otherwise', 'average', 'slouchy', 't-shirt', 'i', 'did', "n't", 'notice', 'that', 'the', 'dots', 'are', 'actually', "'distressed", 'until', 'i', 'got', 'the', 'shirt', 'and', 'then', 'looked', 'closer', 'at', 'the', 'online', 'pictures', 'worry', 'not', 'they', 'are', 'supposed', 'to', 'be', 'that', 'way', 'and', 'do', 'not', 'peel', 'off', 'the', 'sizing', 'is', 'a', 'bit', 'odd', 'but', 'i', 'assumed', 'that', 'it', 'corresponded', 'to', 'xs', 's', 'm', 'l', 'so', 'i', 'ordered', 'my', 'usual', 'xs', '0', 'size', 'and', 'it', 'worked', 'out', 'just', 'right', 'i', "'m", 'giving', 'this', 'shirt', 'an', 'overall', 'of', '4', 'stars', 'instead', 'of', '5', 'because', 'this', 'shirt', ',4,1,2', 'general', 'petite', 'tops', 'knits'] ['14949,1117,31', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'was', 'glad', 'i', 'did', "n't", 'order', 'it', 'earlier', 'online', 'i', 'thought', 'it', 'would', 'be', 'beautifully', 'stitched', 'but', 'it', 'was', 'rather', 'flat', 'and', 'unimpressive', 'in', 'person', 'i', 'like', 'more', 'unusual', 'and', 'flattering', 'pieces', 'and', 'this', 'just', 'was', "n't", 'it', 'no', 'compliments', 'here', ',2,0,0', 'general', 'jackets', 'outerwear'] ['14950,1098,38', ',,5,1,0', 'general', 'dresses', 'dresses'] ['14951,828,56', 'nice', 'drape', 'i', 'love', 'this', 'top', 'although', 'i', 'wish', 'i', 'had', 'ordered', 'the', 'large', 'rather', 'than', 'the', 'medium', 'i', 'am', '5', '4', '138', 'pounds', 'and', 'a', '34d', 'the', 'medium', 'just', 'fits', 'but', 'is', 'ever', 'so', 'slightly', 'snug', 'across', 'my', 'shoulders', 'it', 'will', 'work', 'though', 'i', 'will', 'probably', 'have', 'it', 'dry', 'cleaned', 'rather', 'than', 'risk', 'shrinkage', 'by', 'washing', 'at', 'home', ',4,1,0', 'general', 'tops', 'blouses'] ['14952,1050,35', 'versatile', 'love', 'this', 'perfect', 'in', 'the', 'summer', 'with', 'bright', 'strappy', 'heels', 'or', 'sandals', 'or', 'booties', 'in', 'the', 'winter', ',5,1,0', 'general', 'bottoms', 'pants'] ['14953,1010,60', 'i', "'m", 'obsessed', 'with', 'this', 'skirt', 'and', 'was', 'so', 'excited', 'when', 'it', 'came', 'in', 'the', 'mail', 'i', 'ordered', 'a', 'm', 'and', 'it', 'was', 'massive', 'i', "'m", '5', '9', 'and', 'typically', 'wear', 'a', '6', 'or', 'an', '8.', 'as', 'i', 'do', "n't", 'really', 'have', 'much', 'of', 'a', 'waist/am', 'built', 'more', 'like', 'a', 'column', 'i', 'wanted', 'it', 'to', 'sit', 'right', 'at', 'my', 'waist/right', 'under', 'my', 'ribs', 'wanted', 'to', 'wear', 'a', 'crop', 'top', 'with', 'it', 'but', 'it', 'fell', 'down', 'to', 'my', 'hips', 'which', 'made', 'me', 'look', 'significantly', 'larger', 'the', 'quality', 'is', 'amazing', 'and', 'the', 'skirt', 'is', 'even', 'better', 'looking', 'in', 'person', 'worth', 'ordering', 'in', 'a', 'size', 'down', 'and', 'getting', 'it', 'tail', ',3,1,1', 'general', 'bottoms', 'skirts'] ['14954,1088,34', 'drapes', 'on', 'a', 'woman', "'s", 'body', 'beautifully', 'i', 'saw', 'this', 'in', 'the', 'sales', 'section', 'today', 'and', 'was', 'drawn', 'to', 'it', 'by', 'the', 'color', 'and', 'style', 'i', 'really', 'did', "n't", 'think', 'it', "'d", 'fit', 'on', 'me', 'even', 'though', 'the', 'only', 'size', 'available', 'was', 'a', 'size', '12', 'because', 'it', 'looked', 'like', 'a', 'sheath-type', 'dress', 'that', "'s", 'more', 'body', 'hugging', 'and', 'usually', 'such', 'dresses', 'just', 'do', "n't", 'work', 'well', 'on', 'my', 'wider', 'hips', 'and', 'hourglass', 'frame', 'howeverl', 'here', "'s", 'what', 'i', 'thought'] ['_____________'] ['pros'] ['beautiful', 'blush', 'pink', 'it', 'looks', 'exactly', 'the', 'same', 'in', 'person', 'as', 'online'] ['very', 'comfortable', 'as', 'the', 'other', 'reviewer', 'mentioned', 't', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['14955,867,34', 'elegant', 'comfortable', 'and', 'classic', '-this', 'was', 'actually', 'at', 'my', 'local', 'retailer', 'store', 'it', 'reminded', 'me', 'of', 'another', 'online', 'exclusive', 'that', 'was', 'a', 'dress', 'and', 'had', 'the', 'same', 'flower', 'shapes', 'but', 'the', 'color', 'was', 'a', 'soft', 'pink', 'this', 'is', 'exactly', 'like', 'that'] ['_____________'] ['pros'] ['it', 'is', 'so', 'lovely', 'with', 'the', 'pleated', 'front', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['14956,828,69', 'so', 'soft', 'love', 'this', 'henely', 'the', 'lace-up', 'is', 'cute', 'the', 'shirt', 'is', 'comfy', 'so', 'versatile', 'beach', 'coverup', 'or', 'over', 'jeans', ',5,1,0', 'general', 'tops', 'blouses'] ['14957,1098,34', 'pretty', 'details', 'i', 'got', 'this', 'in', 'blush', 'pink', 'and', 'the', 'details', 'are', 'very', 'pretty', 'the', 'dress', 'is', 'wide', 'might', 'have', 'a', 'tailor', 'bring', 'it', 'in', 'on', 'the', 'sides', 'but', 'its', 'very', 'comfortable', 'and', 'i', 'like', 'that', 'it', 'covers', 'my', 'arms', 'a', 'bit', 'but', 'still', 'keeps', 'you', 'cool', ',4,1,0', 'general', 'dresses', 'dresses'] ['14958,1098,34', 'beautiful', 'dress', 'i', 'have', 'had', 'my', 'eye', 'on', 'this', 'dress', 'since', 'the', 'spring', 'in', 'yellow', 'but', 'it', 'sold', 'out', 'quickly', 'i', 'jumped', 'on', 'this', 'dress', 'as', 'soon', 'as', 'i', 'saw', 'it', 'come', 'out', 'in', 'different', 'colors', 'this', 'fall', 'i', 'purchased', 'the', 'peach', 'color', 'and', 'it', 'is', 'really', 'lovely', 'i', 'will', 'be', 'wearing', 'this', 'dress', 'for', 'family', 'photos', 'the', 'lace', 'and', 'the', 'details', 'are', 'so', 'very', 'pretty', 'i', 'am', 'usually', 'a', 'size', '0', 'or', '2', 'and', 'purchased', 'in', 'size', '2', 'since', 'there', 'is', 'no', 'stretch', 'to', 'it', 'it', 'is', 'a', 'beautiful', 'dress', 'and', 'i', 'highly', 'recommend', 'it', 'wish', 'it', 'came', 'in', 'white', ',5,1,0', 'general', 'dresses', 'dresses'] ['14959,867,45', 'note', 'the', 'neoprene', 'now', 'i', 'would', "'ve", 'been', 'scared', 'off', 'by', 'the', 'fabrics', 'had', 'i', 'not', 'seen', 'the', 'cute', 'flattering', 'cut', 'if', 'this', 'spring', 'top', 'love', 'the', 'futuristic', 'look', 'of', 'the', 'fabric', 'and', 'style', 'brought', 'back', 'by', 'the', 'rise', 'design', 'throughout', 'like', 'the', 'previous', 'reviewer', 'claims', 'this', 'top', 'is', 'even', 'cuter', 'on', 'us', 'non', 'models', 'who', 'are', 'pry', 'not', 'as', 'washed', 'out', 'the', 'color', 'combo', 'is', 'another', 'positive', 'because', 'it', "'s", 'both', 'flattering', 'and', 'versatile', ',5,1,4', 'general', 'petite', 'tops', 'knits'] ['14960,878,58', 'nice', 'i', 'wore', 'this', 'tee', 'under', 'a', 'comfy', 'cardigan', 'on', 'a', 'flight', 'to', 'denver', 'i', 'received', 'several', 'compliments.,4,1,2', 'general', 'petite', 'tops', 'knits'] ['14961,828,44', ',beautiful', 'elegant', 'sexy', 'i', 'love', 'the', 'fit', 'can', 'be', 'dressed', 'up', 'or', 'wear', 'with', 'jeans', 'it', "'s", 'great', ',5,1,0', 'general', 'tops', 'blouses'] ['14962,864,34', 'comfy', 'and', 'pretty', 'i', 'love', 'simple', 'comfortable', 'tops', 'with', 'interesting', 'details', 'and', 'one', 'that', 'i', 'can', 'easily', 'throw', 'on', 'without', 'much', 'fuss', 'this', 'top', 'is', 'made', 'for', 'people', 'like', 'me', 'the', 'ribbed', 'knit', 'is', 'super', 'soft', 'without', 'being', 'too', 'thin', 'the', 'lace', 'is', 'quite', 'pretty', 'without', 'being', 'too', 'delicate', 'normally', 'tops', 'like', 'this', 'have', 'the', 'lace', 'portion', 'sewn', 'to', 'the', 'hem', 'but', 'this', 'top', 'actually', 'has', 'a', 'whole', 'layer', 'of', 'lace', 'under', 'the', 'knit', 'outer', 'shell', 'so', 'it', "'s", 'like', 'wearing', 'a', 'layer', 'of', 'lace', 'and', 'ribbed', 'sweater', 'on', 'top', 'of', 'the', 'lace', 'the', 'good', 'news', 'is', 'the', 'lace', ',5,1,2', 'general', 'tops', 'knits'] ['14963,862,50', 'stylish', 'and', 'versatile', 'i', 'recently', 'purchased', 'the', 'reading', 'room', 'cardigan', 'in', 'the', 'color', 'pink', 'the', 'color', 'is', 'beautiful', 'and', 'very', 'flattering', 'with', 'my', 'olive', 'complexion', 'i', 'ordered', 'a', 'medium', 'and', 'although', 'it', "'s", 'not', 'a', 'traditional', 'fitted', 'cardigan', 'the', 'shape', 'was', 'very', 'flattering', 'good', 'length', 'for', 'my', '5', '6', 'height', 'and', 'is', 'very', 'versatile', 'great', 'for', 'transitional', 'weather', 'into', 'spring', ',4,1,5', 'general', 'tops', 'knits'] ['14964,220,34', 'awkward', 'just', 'awkward.', 'i', 'loved', 'the', 'look', 'of', 'this', 'top', 'online', 'it', 'had', 'great', 'lines', 'i', 'was', 'so', 'disappointed', 'when', 'i', 'received', 'it', 'it', 'has', 'zero', 'support/lining', 'and', 'i', "'m", 'not', 'large', 'chested', 'to', 'need', 'a', 'lot', 'it', "'s", 'also', 'incredibly', 'awkward', 'to', 'get', 'on', 'and', 'the', 'tie', 'in', 'the', 'back', 'is', 'only', 'long', 'enough', 'to', 'knot', 'it', 'making', 'it', 'even', 'harder', 'to', 'get', 'off', 'it', 'was', 'returned', ',2,0,0', 'initmates', 'intimate', 'swim'] ['14965,1097,40', 'chic', 'minimalism', 'love', 'the', 'simple', 'non-fussy', 'style', 'of', 'this', 'dress', 'note', 'that', 'the', 'color', 'is', 'not', 'ivory', 'as', 'described', 'and', 'expected', 'not', 'the', 'first', 'time', 'retailer', 'makes', 'that', 'mistake', 'however', 'i', 'still', 'found', 'the', 'oatmealish-warm', 'beige', 'color', 'to', 'be', 'flattering', 'to', 'my', 'skin', 'tone', 'warm', 'tones', 'look', 'best', 'on', 'me', 'like', 'that', 'the', 'shoulders', 'are', 'covered', 'while', 'still', 'feeling', 'sleeveless', 'gives', 'it', 'a', 'dressier', 'feel', 'the', 'fine', 'texture', 'is', 'lovely', 'this', 'does', 'drape', 'up', 'top', 'while', 'the', 'bottom', 'clings', 'a', 'bit', 'but', 'not', 'overly', 'much', 'for', 'me', 'to', 'feel', 'immodest', 'i', 'am', '5', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['14966,933,63', 'nice', 'sweater', 'just', 'did', 'not', 'look', 'good', 'on', 'me', 'sorry', 'going', 'back', ',3,1,0', 'general', 'tops', 'sweaters'] ['14967,831,50', 'beautiful', 'blouse', 'true', 'to', 'size', 'nice', 'unique', 'shoulder/neckline', 'fit', 'and', 'blousey/full', 'on', 'the', 'bottom', 'and', 'arms', 'which', 'taper', 'in', 'for', 'me', 'i', 'prefer', 'to', 'wear', 'it', 'tucked', 'or', 'partially', 'tucked', 'in', 'to', 'add', 'waist', 'definition', 'though', 'a', 'vest', 'or', 'belt', 'can', 'also', 'be', 'used', 'sheer', 'you', 'will', 'need', 'a', 'cami', 'lovely', 'flow', 'and', 'colors.', 'the', 'collar', 'pleats', 'and', 'neck', 'tie', 'add', 'a', 'romantic', 'interest', 'just', 'beautiful', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14968,1025,41', 'price', 'is', 'justified', 'when', 'they', 'look', 'this', 'good.', 'great', 'jean', 'i', 'will', 'live', 'in', 'these', 'this', 'winter', 'so', 'flattering', 'bum', 'looks', 'good', 'leg', 'is', 'slender', 'and', 'lengthening', 'perfect', 'petite', 'jean', 'with', 'a', 'flared', 'leg', ',5,1,0', 'general', 'bottoms', 'jeans'] ['14969,1127,29', 'odd', 'shaped', 'coat', 'with', 'stripped', 'bands', 'sewn', 'in', 'ordered', 'a', 'size', 'medium', 'as', 'i', 'usually', 'take', 'a', 'medium', 'in', 'retailer', 'coats-', 'the', 'wool', 'is', 'wonderful', 'however', 'the', 'stripped', 'bands', 'are', 'sewn', 'into', 'the', 'fabric', 'which', 'add', 'to', 'the', 'weight', 'the', 'coat', 'has', 'an', 'odd', 'shape', 'not', 'a', 'line', 'or', 'straight', 'the', 'medium', 'was', 'large', 'on', 'me', 'the', 'bottom', 'edges', 'of', 'the', 'coat', 'did', 'not', 'line', 'up', 'when', 'buttoned', 'and', 'there', 'was', 'no', 'inside', 'hook', 'or', 'button', 'to', 'help', 'even', 'out', 'the', 'bottom', 'edges', 'sadly', 'this', 'coat', 'will', 'be', 'returned.,2,0,10', 'general', 'jackets', 'outerwear'] ['14970,933,43', 'love', 'the', 'pattern', 'and', 'color', 'i', 'love', 'this', 'sweater', 'but', 'i', "'m", 'on', 'the', 'fence', 'about', 'keeping', 'it', 'only', 'because', 'i', 'have', "n't", 'figured', 'out', 'a', 'way', 'to', 'layer', 'and', 'wear', 'it', 'it', 'really', 'does', 'appear', 'best', 'with', 'a', 'plain', 'white', 'top', 'and', 'jeans', 'i', "'ve", 'tried', 'it', 'with', 'several', 'other', 'things', 'in', 'my', 'closet', 'and', 'just', 'have', "n't", 'found', 'another', 'combination', 'that', 'sells', 'it', 'for', 'me', 'i', 'really', 'like', 'my', 'pieces', 'to', 'be', 'more', 'versatile', 'so', 'i', 'can', 'mix', 'and', 'match', 'them', 'into', 'other', 'outfits', 'this', 'piece', 'is', 'just', 'enough', 'of', 'a', 'statement', 'that', 'for', 'me', 'wearing', 'it', 'with', 'more', 'simple', 'clothing', 'staples', 'is', ',4,1,0', 'general', 'tops', 'sweaters'] ['14971,864,42', 'sweet', 'basic', 'tee', 'great', 'tee', 'for', 'layering', 'love', 'the', 'sweet', 'lace', 'along', 'the', 'bottom', 'the', 'lace', 'lines', 'the', 'entire', 'body', 'of', 'the', 'tee', 'and', 'it', "'s", 'a', 'little', 'thin', 'so', 'i', 'prefer', 'a', 'cami', 'underneath', 'but', 'a', 'nude', 'bra', 'would', 'be', 'invisible', 'i', 'usually', 'wear', 'a', 'small', 'sometimes', 'an', 'xs', 'and', 'the', 'small', 'fits', 'like', 'it', 'does', 'on', 'the', 'model', ',5,1,1', 'general', 'tops', 'knits'] ['14972,895,25', 'slimming', 'and', 'classy', 'i', 'saw', 'this', 'classic', 'beauty', 'on', 'a', 'mannequin', 'with', 'black', 'trousers', 'and', 'it', 'looks', 'gorgeous', 'so', 'i', 'went', 'back', 'to', 'try', 'it', 'on', 'looks', 'better', 'on', 'vs', 'on', 'the', 'table'] ['i', 'have', 'broad', 'shoulders', 'and', 'the', 'small', 'worked', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14973,933,30', 'luxurious', 'this', 'reminds', 'me', 'of', 'a', 'kimono', 'or', 'poncho', 'rather', 'than', 'a', 'cardigan', 'but', 'that', 'aside', 'its', 'a', 'beautiful', 'sweater', 'the', 'feel', 'of', 'it', 'is', 'luxurious', 'and', 'is', 'soft', 'and', 'comfortable', 'i', 'would', 'size', 'down', 'at', 'least', 'one', 'size', 'i', "'m", 'usually', 'a', 'medium', 'to', 'large', 'and', 'i', 'bought', 'the', 'small', 'i', 'gave', 'this', 'piece', '4', 'stars', 'because', 'it', 'is', 'a', 'touch', 'boxy', 'it', "'s", 'seems', 'like', 'a', 'piece', 'i', "'ll", 'throw', 'on', 'with', 'jeans', 'and', 'wear', 'to', 'a', 'casual', 'dinner', 'in', 'the', 'fall', 'definitely', 'a', 'fall/winter', 'item', ',4,1,3', 'general', 'tops', 'sweaters'] ['14974,862,32', 'super', 'cute', 'love', 'love', 'love'] ['this', 'is', 'true', 'retailer', 'the', 'color', 'is', 'lovely', 'and', 'it', "'s", 'so', 'soft', 'i', 'love', 'the', 'seams', 'in', 'the', 'back', 'and', 'the', 'overall', 'raw', 'seam', 'style', ',5,1,0', 'general', 'tops', 'knits'] ['14975,862,29', 'too', 'much', 'fabric', 'this', 'open', 'cardigan', 'runs', 'really', 'big', 'and', 'has', 'way', 'too', 'much', 'fabric', 'even', 'going', 'down', 'a', 'size', 'i', 'felt', 'like', 'i', 'was', 'swimming', 'in', 'it.,2,0,15', 'general', 'tops', 'knits'] ['14976,864,34', 'great', 'top', 'i', 'received', 'this', 'top', 'today', 'and', 'though', 'the', 'color', 'is', 'not', 'white', 'as', 'shown', 'in', 'the', 'pic', 'it', "'s", 'a', 'beautiful', 'top', 'its', 'more', 'ivory', 'as', 'mentioned', 'the', 'lace', 'is', 'like', 'a', 'lining', 'covering', 'the', 'entire', 'body', 'except', 'the', 'arms', 'underneath', 'the', 'ribbed', 'fabric', 'like', 'the', 'other', 'reviewer', 'mentioned', 'the', 'lace', 'is', 'not', 'itchy', 'but', 'soft', 'and', 'very', 'pretty', 'i', 'totally', 'love', 'it', 'this', 'is', 'my', 'new', 'favorite', 'top', 'in', 'my', 'wardrobe', ',5,1,2', 'general', 'tops', 'knits'] ['14977,895,50', 'beautiful', 'color', 'fabric', 'strange', 'blousy', 'fit', 'i', 'wanted', 'to', 'love', 'this', 'turtleneck', 'i', 'read', 'the', 'reviews', 'before', 'ordering', 'i', 'love', 'the', 'color', 'the', 'weight', 'of', 'the', 'knit', 'the', 'ribbing', 'the', 'small', 'fit', 'me', 'perfectly', 'i', 'am', 'a', '34b', 'not', 'broad', 'shouldered', 'and', 'on', 'the', 'thin', 'side', 'in', 'my', 'upper', 'body', 'however', 'this', 'item', 'has', 'a', 'strange', 'blousy', 'fit', 'the', 'picture', 'of', 'the', 'back', 'view', 'hints', 'at', 'this', 'but', 'it', "'s", 'worse', 'in', 'person', 'it', "'s", 'like', 'a', 'bell', 'shaped', 'top', 'or', 'even', 'slightly', 'trapezey', 'which', 'simply', 'does', "n't", 'work', 'with', 'my', 'shape', 'plus', 'i', "'m", 'long', 'waisted', 'i', 'could', 'have', 'made', 'this', 'work', 'had', 'it', 'not', ',3,0,4', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14978,831,48', 'very', 'nice', 'blouse', 'received', 'this', 'blouse', 'to', 'wear', 'for', 'the', 'holidays', 'and', 'was', 'not', 'disappointed', 'the', 'design', 'of', 'the', 'shirt', 'is', 'to', 'be', 'relaxed', 'and', 'flowing', 'i', 'usually', 'wear', 'a', 'medium', 'which', 'is', 'what', 'i', 'ordered', 'the', 'shirt', 'fit', 'fine', 'but', 'i', 'probably', 'could', 'of', 'managed', 'with', 'a', 'small', 'if', 'i', 'did', 'not', 'want', 'it', 'as', 'relaxed', 'so', 'if', 'you', 'are', 'between', 'sizes', 'you', 'might', 'want', 'to', 'size', 'down', 'if', 'i', 'did', 'order', 'a', 'small', 'the', 'sleeves', 'might', 'of', 'been', 'a', 'tad', 'short', 'since', 'i', 'have', 'longer', 'arms', 'the', 'shirt', 'is', 'sheer', 'so', 'you', 'will', 'need', 'a', 'cami', 'underneath', 'i', 'wore', 'a', 'black', 'one', 'which', 'w', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['14979,220,47', 'low', 'quality', 'for', 'price', 'this', 'suit', 'did', 'nothing', 'for', 'me', 'the', 'top', 'has', 'zero', 'support', 'this', 'would', 'work', 'for', 'a', 'younger', 'woman', 'who', 'does', 'not', 'require', 'any', 'support', 'and', 'is', 'smaller', 'chested', 'also', 'the', 'top', 'gapped', 'in', 'the', 'center', 'it', 'just', 'did', 'not', 'fit', 'right', 'the', 'top', 'is', 'very', 'thin', 'showing', 'everything', 'a', 'light', 'padding', 'would', 'make', 'a', 'big', 'difference', 'in', 'this', 'suit', 'also', 'i', 'could', 'not', 'get', 'a', 'good', 'fit', 'as', 'i', 'tightened', 'the', 'top', 'the', 'back', 'would', 'ride', 'up', 'the', 'bottoms', 'are', 'ok.', 'not', 'renatkable', ',2,0,1', 'initmates', 'intimate', 'swim'] ['14980,933,46', 'runs', 'very', 'large', 'i', 'instantly', 'fell', 'in', 'love', 'with', 'the', 'graphic', 'pattern', 'on', 'this', 'drapey', 'layering', 'piece', 'and', 'i', "'ve", 'received', 'compliments', 'every', 'time', 'i', 'have', 'worn', 'it', 'however', 'i', 'seriously', 'considered', 'returning', 'it', 'because', 'the', 'way', 'the', 'garment', 'is', 'cut', 'causes', 'it', 'to', 'bunch', 'awkwardly', 'at', 'the', 'sides', 'maybe', 'it', "'s", 'still', 'just', 'too', 'big', 'even', 'though', 'medium', 'or', 'large', 'is', 'my', 'size', 'in', 'tops', 'the', 'medium', 'in', 'this', 'sweater', 'clearly', 'looks', 'baggier', 'on', 'me', 'than', 'it', 'does', 'on', 'the', 'model', 'in', 'the', 'photo', 'for', 'instance', 'it', 'is', 'definitely', 'not', 'slimming', 'but', 'the', 'striking', 'patt', ',3,1,0', 'general', 'tops', 'sweaters'] ['14981,644,42', 'used', 'to', 'be', 'better', 'i', 'love', 'and', 'live', 'in', 'these', 'but', 'the', 'recent', 'scoop', 'tanks', 'i', 'purchased', 'were', 'thin', 'not', 'as', 'great', 'so', 'i', 'want', 'to', 'recommend', 'them', 'because', 'they', 'are', 'really', 'versatile', 'but', 'the', 'quality', 'has', 'deminished', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['14982,895,53', 'never', 'met', 'a', 'turtleneck', 'i', 'did', "n't", 'like', 'this', 'is', 'no', 'exception', 'to', 'the', 'rule', 'i', 'love', 'turtlenecks', 'and', 'this', 'one', 'is', 'going', 'to', 'be', 'a', 'favorite', 'do', 'know', 'that', 'this', 'is', 'not', 'lightweight-even', 'though', 'this', 'is', 'sleeveless', 'it', 'is', 'definitely', 'a', 'substantial', 'knit', 'the', 'color', 'is', 'a', 'beautiful', 'nutmeg', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'purchased', 'a', 'gorgeous', 'neutral', 'beaded', 'necklace', 'to', 'go', 'with', 'it', 'and', 'it', 'is', 'simply', 'stunning', 'it', 'does', "'bell", 'out', 'a', 'little', 'at', 'the', 'bottom', 'which', 'in', 'my', 'opinion-is', 'the', 'only', 'design', 'flaw', 'i', 'normally', 'wear', 'a', 'medium', 'in', 'most', 'retailer', 'tops', 'and', 'the', 'small', 'is', 'a', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14983,1025,41', ',i', 'really', 'likes', 'these', 'jeans', 'they', 'are', 'comfortable', 'with', 'stretch', 'and', 'look', 'cute', 'the', 'price', 'is', 'high', 'but', 'an', 'investment', 'for', 'sure', ',4,1,0', 'general', 'bottoms', 'jeans'] ['14984,831,60', 'very', 'pretty', 'too', 'blousy', 'this', 'is', 'a', 'very', 'pretty', 'blouse', 'with', 'a', 'vintage', 'romantic', 'looking', 'fabric', 'the', 'tiny', 'pleats', 'near', 'the', 'neck', 'and', 'shoulders', 'are', 'lovely', 'i', 'love', 'the', 'colors', 'black', 'brown', 'and', 'cream', 'it', "'s", 'hard', 'to', 'find', 'a', 'top', 'that', 'can', 'be', 'worn', 'well', 'with', 'both', 'black', 'and', 'brown', 'the', 'long', 'tie', 'adds', 'a', 'romantic', 'feel', 'this', 'blouse', 'is', 'totally', 'sheer', 'so', 'requires', 'a', 'cami', 'or', 'tank', 'i', 'actually', 'love', 'the', 'blouse', 'but', 'returned', 'it', 'because', 'it', 'is', 'super', 'blousy', 'i', 'am', '5', '2', '140', 'lbs.', 'and', 'the', 'small', 'was', 'fine', 'it', 'is', 'just', 'so', 'blousy', 'that', 'even', 'belting', 'it', 'didn', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['14985,868,76', 'light', 'and', 'breezy', 'this', 'top', 'has', 'slightly', 'more', 'of', 'a', 'burnout', 'effect', 'than', 'i', 'realized', 'i', 'like', 'it', 'and', 'its', 'great', 'for', 'layering', 'but', 'you', 'must', 'wear', 'something', 'underneath', 'as', 'it', 'is', 'quite', 'sheer', ',4,1,1', 'general', 'tops', 'knits'] ['14986,862,39', 'chic', 'cardigan', 'the', 'color', 'of', 'this', 'cardigan', 'is', 'beautiful', 'and', 'the', 'material', 'is', 'very', 'soft', ',4,1,0', 'general', 'tops', 'knits'] ['14987,865,50', 'great', 'layer', 'piece', 'this', 'is', 'a', 'great', 'layering', 'piece', 'took', 'it', 'on', 'a', 'trip', 'and', 'wore', 'with', 'both', 'a', 'long', 'sleeve', 'and', 'tank', 'under', 'it', 'is', 'more', "'khaki", 'color', 'then', 'the', 'photo', 'shows', 'which', 'was', 'a', 'goo', 'thing', 'for', 'me.,5,1,0', 'general', 'tops', 'knits'] ['14988,895,23', ',love', 'the', 'color', 'love', 'the', 'design', 'at', 'the', 'hem', 'this', 'top', 'runs', 'wide', 'i', "'m", 'still', 'deciding', 'whether', 'to', 'keep', 'this', 'as', 'i', 'think', 'the', 'wide', 'hem', 'may', 'be', 'somewhat', 'flattering', 'on', 'me.,4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14989,895,59', 'excellent', 'style', 'i', 'loved', 'the', 'way', 'it', 'looks', 'on', 'fit', 'tts', 'only', 'problem', 'for', 'me', 'was', 'it', 'was', 'so', 'itchy', 'there', 'is', 'that', 'small', 'amt', 'of', 'wool', 'in', 'it', 'if', 'you', 'have', 'any', 'problem', 'with', 'wool', 'this', 'may', 'not', 'work', 'for', 'you,2,0,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14990,1097,52', 'versatile', 'elegant', 'and', 'chic', 'love', 'love', 'love', 'this', 'dress', 'you', 'can', 'dress', 'it', 'up', 'with', 'high', 'heels', 'or', 'down', 'with', 'sandals', 'a', 'mid', 'weight', 'material', 'with', 'seperate', 'slip', 'that', 'serves', 'as', 'a', 'lining', 'i', 'am', 'athletic', '5', '7', 'and', '132', 'lbs', 'and', 'bought', 'a', 'size', 'small', 'i', 'have', 'broad', 'shoulders', 'average', 'waist', 'short', 'torso', 'small', 'hips', 'and', 'long', 'legs', 'in', 'the', 'spring', 'a', 'denim', 'jacket', 'would', 'look', 'perfect', 'with', 'this', 'dress', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['14991,865,59', 'obsessed.', 'i', 'ca', "n't", 'stop', 'wearing', 'this', 'it', "'s", 'perfect', 'for', 'layering', 'the', 'fit', 'is', 'great-loose', 'but', 'not', 'a', 'bag', 'i', 'love', 'that', 'it', "'s", 'a', 'wide', 'open', 'knit.,5,1,0', 'general', 'tops', 'knits'] ['14992,895,51', 'not', 'for', 'short', 'wasted', 'imo', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'for', 'a', 'while', 'went', 'into', 'my', 'local', 'retailer', 'to', 'try', 'it', 'on', 'tried', 'on', 's', 'and', 'xs', 'it', 'fit', 'the', 'same', 'not', 'much', 'different', 'the', 'color', 'is', 'great', 'will', 'go', 'with', 'so', 'many', 'things', 'however', 'i', 'have', 'a', 'larger', 'bust', '34d-dd', 'and', 'am', 'short', 'wasted', 'generally', 'wearing', 'petite', 'in', 'skirts', 'because', 'of', 'it', 'it', 'sort', 'of', 'belled', 'at', 'the', 'bottom', 'peplum', 'ish', 'which', 'made', 'it', 'look', 'like', 'my', 'bust', 'drooped', 'to', 'my', 'waste', 'not', 'flattering', 'on', 'me', 'i', "'m", "5'3ish", '118', 'and', 'generally', 'wear', '4', 'in', 'tops', 'it', 'felt', 'like', 'it', 'would', 'stretch', 'out', 'as', 'the', 'day', ',3,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14993,895,26', 'great', 'transitioning', 'top', 'it', 'took', 'me', 'a', 'while', 'to', 'finally', 'try', 'this', 'on', 'after', 'seeing', 'it', 'in', 'store', 'for', 'a', 'while', 'i', 'was', "n't", 'sure', 'about', 'the', 'color', 'then', 'i', 'saw', 'it', 'matched', 'with', 'the', 'brush', 'stroke', 'charlie', 'trousers', 'which', 'i', 'had', 'just', 'purchased', 'and', 'loved', 'the', 'combination', 'so', 'much', 'i', 'had', 'to', 'finally', 'try', 'it', 'i', 'love', 'the', 'fit', 'and', 'feel', 'of', 'this', 'top', 'i', 'agree', 'with', 'a', 'poster', 'before', 'that', 'the', 'photo', 'does', 'not', 'do', 'this', 'top', 'justice', 'my', 'only', 'wish', 'is', 'that', 't', 'was', 'a', 'touch', 'longer', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['14994,862,45', 'comfortable', 'and', 'soft', 'i', 'am', 'super-pleased', 'with', 'this', 'cardigan', 'which', 'is', 'at', 'a', 'terrific', 'sale', 'price', 'i', 'saw', 'this', 'in', 'the', 'pink', 'color', 'in', 'the', 'state', 'street', 'retailer', 'in', 'chicago', 'and', 'i', 'loved', 'the', 'feel', 'of', 'the', 'material', 'but', 'was', "n't", 'sure', 'about', 'the', 'color', 'for', 'me', 'when', 'i', 'saw', 'they', 'had', 'a', 'neutral', 'striped', 'version', 'online', 'i', 'decided', 'to', 'get', 'it', 'the', 'material', 'is', 'very', 'soft', 'and', 'the', 'beige/neutral', 'color', 'has', 'a', 'gray', 'undertone', 'which', 'is', 'good', 'for', 'my', 'skintone', 'the', 'front', 'is', 'double-layered', 'and', 'it', 'has', 'a', 'fun', 'seaming', 'detail', 'in', 'the', 'back', 'and', 'an', 'unfinished', 'trim', 'whi', ',5,1,0', 'general', 'tops', 'knits'] ['14995,644,32', 'pilled', 'immediately', 'the', 'first', 'time', 'i', 'wore', 'this', 'tank', 'it', 'started', 'pilling', 'around', 'the', 'arms', 'and', 'down', 'the', 'sides', 'it', 'is', 'terribly', 'quality', 'and', 'gets', 'worse', 'with', 'every', 'wear', 'and', 'wash.', 'possibly', 'the', 'worst', 'wear', 'on', 'a', 'new', 'clothing', 'item', 'i', "'ve", 'ever', 'seen', 'like', 'the', 'design', 'and', 'fit', 'immediately', 'relegated', 'it', 'to', 'a', 'weekend/home', 'shirt', 'because', 'it', 'was', 'unprofessionally', 'pilly', 'and', 'the', 'pills', 'are', 'small', 'so', 'ca', "n't", 'be', 'shaved', 'off', ',1,0,0', 'initmates', 'intimate', 'intimates'] ['14996,1097,35', ',unforgiving', 'to', 'even', 'your', 'smallest', 'imperfections.,2,0,15', 'general', 'petite', 'dresses', 'dresses'] ['14997,1025,92', 'the', 'only', 'jeans', 'you', "'ll", 'ever', 'wear', 'it', "'s", 'hard', 'to', 'tell', 'how', 'jeans', 'will', 'fit', 'when', 'shopping', 'online', 'i', 'was', 'very', 'pleasantly', 'surprised', 'they', 'are', 'super', 'soft', 'very', 'high', 'quality', 'and', 'look', 'even', 'better', 'in', 'person', 'i', "'m", '5', '3', '118', 'lbs', 'and', 'i', 'ordered', 'the', '27p', 'and', 'may', 'have', 'to', 'get', 'them', 'taken', 'up', 'an', 'inch', 'but', 'they', 'fit', 'perfectly', 'through', 'the', 'hips', 'and', 'come', 'in', 'at', 'the', 'knee', 'i', "'m", 'big', 'in', 'the', 'hips', 'and', 'small', 'in', 'the', 'waist', 'and', 'they', 'fit', 'perfectly', 'highly', 'recommend', 'for', 'petites', 'out', 'there', ',5,1,2', 'general', 'bottoms', 'jeans'] ['14998,644,67', 'perfect', 'layering', 'piece', 'i', 'have', 'this', 'tank', 'in', 'all', 'colors', 'it', 'is', 'superb', 'for', 'layering', 'comfortable', 'and', 'i', 'love', 'that', 'you', 'can', 'reverse', 'it', 'for', 'a', 'different', 'neckline', 'and', 'it', "'s", 'long', 'enough', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['14999,831,51', 'almost', 'a', 'winner', 'there', 'was', 'only', 'a', 'l', 'in', 'store', 'but', 'i', 'tried', 'it', 'as', 'a', 'gauge', 'given', 'i', 'am', 'normally', 'a', 'xs/0', 'i', 'knew', 'it', 'was', 'going', 'to', 'be', 'too', 'big', 'but', 'wanted', 'to', 'see', 'if', 'i', 'could', 'get', 'an', 'idea', 'of', 'how', 'it', 'might', 'look', 'in', 'my', 'regular', 'size', 'it', 'truly', 'is', 'a', 'lovely', 'blouse', 'gauzy', 'fabric', 'flowy', 'feel', 'and', 'an', 'easy', 'piece', 'to', 'dress', 'up', 'or', 'down', 'however', 'the', 'xs', 'was', 'much', 'shorter', 'in', 'the', 'sleeves', 'above', 'the', 'wrist', 'bone', 'on', 'me', 'and', 'much', 'shorter', 'in', 'the', 'body', 'sat', 'at', 'mid', 'pelvis', 'for', 'ref', 'i', 'am', '5', '7', 'this', 'completely', 'altered', 'the', 'look', 'and', 'i', 'think', 'i', 'would', 'have', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['15000,1025,47', 'i', "'m", 'in', 'love', 'i', "'m", '5', '1', 'and', '110', 'pounds', 'and', 'i', 'ordered', 'the', '26', 'petite', 'the', 'jeans', 'are', 'fabulous', 'flattering', 'comfortable', 'i', 'could', 'go', 'on', 'and', 'on', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'fit', 'hugs', 'in', 'all', 'the', 'right', 'places', 'it', 'is', 'a', 'nice', 'flare', 'bottom', 'i', 'will', 'have', 'to', 'wear', 'these', 'with', 'heels', 'or', 'wedges', 'they', 'are', 'too', 'long', 'for', 'flats', ',5,1,5', 'general', 'bottoms', 'jeans'] ['15001,933,35', 'loosely', 'fitted', 'i', 'like', 'that', 'i', 'can', 'wear', 'this', 'over', 'anything', 'only', 'drawback', 'is', 'that', 'it', "'s", 'short-sleeved', 'so', 'it', 'semi-defeats', 'the', 'purpose', 'of', 'having', 'a', 'cardigan', 'but-', 'it', "'s", 'so', 'pretty', 'i', 'ca', "n't", 'return', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['15002,862,52', 'soft', 'and', 'easy', 'with', 'stripes', 'the', 'fabric', 'is', 'really', 'soft', 'and', 'the', 'cardi', 'has', 'a', 'cute', 'and', 'comfy', 'slouchy', 'loose', 'fit', 'reminds', 'me', 'of', 'free', 'people', 'cardis', 'with', 'the', 'extra', 'long', 'sleeves', 'and', 'loose', 'fit', 'great', 'to', 'throw', 'on', 'over', 'workout', 'clothes', 'or', 'with', 'jeans', 'and', 'a', 'tee', 'shirt', 'easy', 'piece', 'would', 'size', 'down', 'i', "'m", 'getting', 'lots', 'of', 'use', 'out', 'of', 'it', ',5,1,2', 'general', 'tops', 'knits'] ['15003,895,52', 'soft', 'and', 'cozy', 'i', 'highly', 'recommend', 'this', 'top', 'i', 'am', 'busty', 'and', 'was', 'concerned', 'that', 'it', 'might', 'not', 'be', 'flattering', 'but', 'i', 'find', 'it', 'flattering', 'i', 'also', 'do', "n't", 'have', 'the', 'greatest', 'arms', 'so', 'i', 'wore', 'a', 'crisp', 'white', 'top', 'underneath', 'see', 'my', 'pics', 'below', 'hides', 'any', 'tummy', 'pooch', 'and', 'is', 'so', 'flattering', 'runs', 'tts', 'i', 'ordered', 'a', 'small', 'i', "'m", '5', '120', 'lbs', 'the', 'petite', 'might', 'have', 'been', 'too', 'short', 'for', 'my', 'taste', 'do', "n't", 'hesitate', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15004,859,42', 'i', 'love', 'the', 'style', 'of', 'this', 'top', 'there', "'s", 'good', 'stretch', 'to', 'the', 'fabric', 'so', 'it', "'s", 'very', 'flattering', 'the', 'length', 'is', 'good', 'for', 'me', 'as', 'the', 'previous', 'review', 'stated', 'it', "'s", 'a', 'little', 'long', 'but', 'for', 'me', 'it', "'s", 'lengthening', 'the', 'lace', 'is', 'lovely', 'too', 'i', "'ll", 'wear', 'it', 'with', 'some', 'white', 'jeans', 'for', 'summer', ',5,1,7', 'general', 'petite', 'tops', 'knits'] ['15005,1076,32', 'if', 'you', 'love', 'the', 'print', 'then', 'this', 'is', 'the', 'dress', 'for', 'you', 'it', 'is', 'so', 'incredibly', 'flattering', 'for', 'hour-glass', 'shapes', 'and', 'it', 'has', 'pockets', 'i', 'wanted', 'to', 'keep', 'it', 'but', 'i', 'just', 'did', 'not', 'like', 'the', 'pattern', 'and', 'every', 'guy', 'i', 'showed', 'it', 'to', 'hated', 'the', 'pattern', 'if', 'they', 'had', 'it', 'in', 'a', 'different', 'color', 'i', 'would', 'buy', 'it', 'in', 'every', 'color', ',4,1,0', 'general', 'dresses', 'dresses'] ['15006,1086,59', ',very', 'light', 'weight', 'and', 'soft', 'fabric', 'i', 'bought', 'the', 'blue', 'but', 'did', 'not', 'try', 'green', 'or', 'grey', 'i', 'love', 'blue', 'with', 'my', 'skin', 'tone', 'and', 'am', 'afraid', 'green', 'may', 'make', 'my', 'skin', 'look', 'yellow', 'did', 'not', 'see', 'the', 'green', 'in', 'my', 'store', 'though', 'very', 'comfy', 'and', 'flattering', 'dress', 'runs', 'tts.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15007,438,23', 'i', 'was', 'so', 'excited', 'for', 'this', 'romper', 'but', 'was', 'disappointed', 'after', 'trying', 'it', 'on', 'the', 'material', 'felt', 'cheap', 'for', 'the', 'price', 'and', 'it', 'runs', 'quite', 'small', 'will', 'be', 'returning', ',3,0,8', 'general', 'bottoms', 'shorts'] ['15008,936,41', ',great', 'sweater', 'coat', 'i', 'bought', 'the', 'camel', 'color', 'and', 'it', 'looks', 'so', 'good', 'over', 'all', 'black', 'it', 'runs', 'large', 'i', 'usually', 'buy', 'a', 'medium', 'in', 'sweaters', 'but', 'his', 'one', 'i', 'bought', 'the', 'small', 'it', 'is', 'very', 'unique', 'and', 'a', 'cool', 'take', 'on', 'a', 'peacoat.,5,1,23', 'general', 'tops', 'sweaters'] ['15009,1086,39', 'like', 'but', 'did', 'not', 'keep', 'i', 'ordered', 'this', 'in', 'xxs', 'petite', 'and', 'it', 'fit', 'nicely', 'the', 'green', 'color', 'was', 'nice', 'the', 'cut', 'was', 'just', 'above', 'the', 'knee', 'flattering', 'but', 'not', 'wow', 'it', 'is', 'nice', 'if', 'you', 'need', 'a', 'casual', 'dress', 'to', 'hang', 'around', 'go', 'to', 'the', 'beach', 'playground', 'with', 'kids', 'etc.', 'but', 'there', 'were', 'just', 'better', 'options', 'for', 'me', 'so', 'i', 'returned', 'it', 'the', 'size', 'fit', 'me', 'well', 'at', '115', 'lbs', '30dd', 'chest', 'i', 'say', 'go', 'for', 'it', 'if', 'you', 'need', 'a', 'nice', 'soft', 'casual', 'dress', 'ok', 'to', 'size', 'down', ',4,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15010,1086,26', 'love', 'this', 'i', 'bought', 'this', 'dress', 'in', 'the', 'green', 'color', 'and', 'i', 'am', 'absolutely', 'in', 'love', 'with', 'it', 'it', 'is', 'very', 'figure', 'flattering', 'and', 'looks', 'great', 'even', 'though', 'i', 'have', 'a', 'larger', 'bust', 'it', 'is', 'also', 'a', 'great', 'length', 'hits', 'about', 'an', 'inch', 'or', 'two', 'above', 'the', 'knee', 'highly', 'recommend', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['15011,936,56', 'just', 'what', 'i', 'have', 'been', 'looking', 'for', 'i', 'have', 'wanted', 'a', 'boiled', 'wool', 'jacket', 'for', 'years', 'finally', 'i', 'got', 'the', 'gray/navy', 'soft', 'warm', 'and', 'classic', 'i', 'expect', 'it', 'to', 'last', 'forever', 'it', 'is', 'the', 'right', 'weight', 'for', 'out', 'door', 'wear', 'in', 'warmer', 'climates', 'or', 'late', 'fall/early', 'spring', 'in', 'minnesota', 'the', 'sleeves', 'are', 'long', 'but', 'push', 'up', 'nicely', 'and', 'roomy', 'enough', 'to', 'go', 'over', 'a', 'long', 'sleeved', 'blouse', 'i', 'paired', 'it', 'with', 'the', 'tartan', 'charlie', 'trousers', 'and', 'it', 'is', 'very', 'polished', 'for', 'work', 'soft', 'but', 'someone', 'sensitive', 'to', 'wool', 'might', 'find', 'it', 'itchy', 'i', 'agree', 'that', 'it', 'is', 'a', 'little', 'boxy', 'but', 'i', 't', ',5,1,1', 'general', 'tops', 'sweaters'] ['15012,936,34', ',,5,1,0', 'general', 'tops', 'sweaters'] ['15013,1163,46', 'i', 'am', 'not', 'sure', 'where', 'all', 'of', 'the', 'other', 'reviews', 'on', 'these', 'pants', 'went', 'but', 'when', 'i', 'ordered', 'mine', 'there', 'were', 'mostly', 'all', 'good', 'reviews', 'i', 'absolutely', 'love', 'these', 'lounge', 'pants', 'someone', 'mentioned', 'that', 'they', 'thought', 'they', 'were', 'a', 'little', 'itchy', 'where', 'the', 'lace', 'is', 'but', 'while', 'they', 'may', 'not', 'be', 'the', 'softest', 'pants', 'ever', 'they', 'are', 'certainly', 'very', 'comfortable', 'not', 'itchy', 'at', 'all', 'i', 'am', '5', '6', '140', 'lbs', 'and', 'i', 'ordered', 'the', 'medium', 'the', 'fit', 'was', 'a', 'little', 'snug', 'at', 'first', 'but', 'as', 'i', 'wore', 'them', 'they', 'stretched', 'and', 'loosened', 'i', 'also', 'wear', 'them', 'with', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['15014,936,37', 'classy', 'i', 'bought', 'this', 'jacket', 'in', 'the', 'grey', 'blue', 'color', 'and', 'i', 'absolutely', 'love', 'it', 'it', 'is', 'warm', 'an', 'sophisticated', 'and', 'versatile', 'i', 'am', '5', '4', 'and', '160', 'lbs', 'and', 'the', 'medium', 'was', 'good', 'for', 'me', ',5,1,0', 'general', 'tops', 'sweaters'] ['15015,936,56', 'love', 'this', 'jacket', 'the', 'first', 'day', 'i', 'wore', 'this', 'jacket', 'to', 'work', 'three', 'people', 'told', 'me', 'how', 'great', 'it', 'looked', 'it', "'s", 'stylish', 'but', 'comfy', 'looks', 'great', 'worn', 'with', 'a', 'tunic', 'and', 'leggings', 'or', 'accompanying', 'a', 'skirt', 'and', 'tights', 'best', 'of', 'all', 'the', 'camel', 'color', 'is', 'a', 'great', 'change', 'from', 'black', 'and', 'as', 'a', 'bonus', 'does', "n't", 'show', 'my', 'orangeish', 'lab', "'s", 'dog', 'hair', ',5,1,0', 'general', 'tops', 'sweaters'] ['15016,921,27', ',,5,1,0', 'general', 'tops', 'sweaters'] ['15017,936,42', 'great', 'jacket', 'warm', 'as', 'a', 'coat', 'yet', 'thin', 'enough', 'to', 'wear', 'indoors', 'i', 'dress', 'up', 'with', 'a', 'fitted', 'dress', 'or', 'dress', 'down', 'with', 'jeans', 'very', 'versatile', 'and', 'comfortable', 'i', 'always', 'get', 'compliments', 'on', 'it', ',5,1,0', 'general', 'tops', 'sweaters'] ['15018,857,36', 'great', 'top', 'this', 'top', 'is', 'very', 'comfortable', 'and', 'really', 'cute', 'on', 'the', 'material', 'is', 'super', 'soft', 'i', 'bought', 'the', 'white', 'and', 'am', 'very', 'happy', 'with', 'it', 'but', 'it', 'is', 'a', 'little', 'sheer', 'so', 'i', 'have', 'to', 'wear', 'a', 'cami', 'with', 'it', 'i', 'would', 'definitely', 'recommend', ',4,1,15', 'general', 'petite', 'tops', 'knits'] ['15019,1086,27', 'the', 'summer', 'dress', 'i', 'saw', 'this', 'online', 'and', 'thought', 'the', 'idea', 'was', 'super', 'cute', 'but', 'was', 'not', 'sure', 'if', 'it', 'would', 'be', 'worth', 'the', 'money', 'because', 'it', 'looks', 'typical', 'but', 'when', 'i', 'went', 'to', 'the', 'store', 'to', 'try', 'it', 'on', 'i', 'saw', 'it', 'was', 'anything', 'but', 'typical', 'the', 'fit', 'is', 'perfect', 'and', 'the', 'fabric', 'so', 'soft', 'i', 'wanted', 'the', 'dress', 'in', 'the', 'green', 'but', 'they', 'were', 'already', 'sold', 'out', 'in', 'my', 'size', 'at', 'the', 'store', 'so', 'i', 'had', 'to', 'order', 'it', 'online', 'i', 'can', 'not', 'wait', 'until', 'it', 'comes', 'in', 'i', 'will', 'wear', 'this', 'often', 'during', 'the', 'summer', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15020,921,59', 'love', 'it', 'i', 'love', 'this', 'sweater', 'it', 'is', 'a', 'beautiful', 'color', 'and', 'i', 'love', 'the', 'boxy', 'shape', 'very', 'soft.,5,1,1', 'general', 'tops', 'sweaters'] ['15021,1045,49', ',love', 'love', 'love', 'the', 'fit', 'is', 'amazing', 'and', 'truly', 'well', 'made', 'this', 'jumpsuit', 'is', 'a', 'classic', 'and', 'it', 'fits', 'perfectly', 'i', 'just', 'wish', 'the', 'button', 'was', 'a', 'little', 'bit', 'more', 'secure', 'but', 'other', 'than', 'that', 'it', "'s", 'a', '10,5,1,6', 'general', 'bottoms', 'pants'] ['15022,936,30', 'love', 'this', 'coat', 'lightweight', 'warm', 'in', 'cold', 'nice', 'as', 'a', 'day', 'jacket', 'works', 'well', 'as', 'a', 'casual', 'coat', 'very', 'soft', 'but', 'a', 'little', 'wooly', 'it', "'s", 'really', 'nice', 'color', 'thinking', 'about', 'buying', 'another', 'i', 'got', 'the', 'dark', 'one.,5,1,15', 'general', 'tops', 'sweaters'] ['15023,859,53', 'cute', 'and', 'unique', 'top', 'this', 'top', 'is', 'really', 'cute', 'the', 'fabric', 'is', 'soft', 'with', 'a', 'little', 'stretch', 'to', 'it', 'the', 'lace', 'shoulders', 'with', 'the', 'denim', 'cutouts', 'add', 'so', 'much', 'to', 'this', 'top', 'i', 'was', 'afraid', 'it', 'might', 'make', 'it', 'too', 'stiff', 'bulky', 'around', 'the', 'shoulders', 'but', 'it', 'does', "n't", 'very', 'cute', 'the', 'armholes', 'are', 'cut', 'on', 'the', 'bigger', 'side', 'but', 'not', 'so', 'big', 'that', 'it', 'shows', 'your', 'bra', 'strap', 'or', 'anything', 'just', 'comfortable', 'the', 'cut', 'is', 'also', 'very', 'nice', 'and', 'the', 'pleats', 'make', 'it', 'more', 'body', 'slimming', 'runs', 'pretty', 'tts', 'i', 'ordered', 'my', 'usual', 'medium', 'and', 'it', "'s", 'not', 'quite', 'as', 'form', 'fitting', ',4,1,12', 'general', 'petite', 'tops', 'knits'] ['15024,386,57', 'soft', 'fabric', 'waistband', 'is', 'flat', 'no', 'vpl', 'lace', 'trim', 'cuts', 'in', 'a', 'bit', 'for', 'a', 'little', 'vpl-', 'but', 'still', 'nice', 'lightweight', 'barely', 'there', 'but', 'full', 'coverage', 'would', 'buy', 'again', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['15025,1200,24', 'its', 'worth', 'the', 'sale', 'price', 'if', 'you', 'know', 'your', 'size', 'bought', 'this', 'dress', 'without', 'trying', 'it', 'on', 'but', 'listened', 'to', 'the', 'previous', 'reviews', 'saying', 'this', 'ran', 'small', 'and', 'wow', 'does', 'it', 'i', 'usually', 'wear', 'a', '6', 'but', 'ordered', 'an', 'eight', 'which', 'was', 'hard', 'to', 'get', 'on', 'even', 'with', 'the', 'upsizing', 'i', 'do', 'have', 'a', '34ddd', 'bust', 'so', 'i', 'do', 'have', 'a', 'difficult', 'time', 'when', 'dresses', 'have', 'no', 'stretch', 'over', 'give', 'in', 'that', 'area', 'overall', 'beautiful', 'dress', 'fabric', 'is', 'not', 'stretchy', 'which', 'killed', 'it', 'for', 'me', ',3,0,0', 'general', 'dresses', 'dresses'] ['15026,936,69', 'so', 'soft', 'love', 'this', 'jacket', 'got', 'it', 'in', 'the', 'charcoal', 'color', 'i', 'especially', 'enjoy', 'the', 'collar', 'and', 'the', 'handy', 'pockets.,5,1,1', 'general', 'tops', 'sweaters'] ['15027,1086,30', 'love', 'it', 'i', 'love', 'this', 'dress', 'it', "'s", 'cool', 'and', 'comfortable', 'in', 'this', 'crazy', 'heat', 'the', 'fabric', 'has', 'a', 'great', 'feel', 'to', 'it', 'i', 'do', 'wish', 'it', 'was', 'just', 'a', 'little', 'longer'] [] ['i', "'m", '5', '8', '145', 'and', 'bought', 'a', 'medium', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15028,936,50', 'comfortable', 'but', 'boxy', 'i', 'purchased', 'this', 'sweater', 'in', 'camel', 'and', 'love', 'it', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'lightweight', 'perfect', 'for', 'warmer', 'climates', 'with', 'chilly', 'but', 'not', 'cold', 'weather', 'i', "'m", '5', '9', 'and', 'got', 'a', 'medium', 'but', 'the', 'sleeves', 'seemed', 'a', 'bit', 'long', 'to', 'me', 'it', "'s", 'also', 'a', 'bit', 'boxy', 'due', 'to', 'double', 'breasted', 'the', 'cut', 'so', 'if', 'you', 'have', 'a', 'petite', 'frame', 'it', 'may', 'overwhelm', 'you', 'otherwise', 'it', "'s", 'definitely', 'a', 'great', 'coat', 'for', 'the', 'money', ',4,1,2', 'general', 'tops', 'sweaters'] ['15029,1086,30', ',i', "'m", '5', '8', '140', 'lbs', 'and', 'small', 'worked', 'perfectly', 'great', 'dress', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15030,857,22', 'perfect', 'this', 'is', 'such', 'a', 'perfect', 'tee', 'to', 'wear', 'on', 'cold', 'days', 'it', "'s", 'a', 'fall/winter/spring', 'staple', 'for', 'sure', 'it', "'s", 'very', 'soft', 'and', 'falls', 'perfectly', 'i', 'would', 'definitely', 'recommend', 'it.,5,1,2', 'general', 'petite', 'tops', 'knits'] ['15031,1087,65', 'perfect', 'for', 'summer', 'this', 'dress', 'might', 'be', 'the', 'most', 'comfortable', 'article', 'of', 'clothing', 'i', 'own', 'especially', 'for', 'the', 'hot', 'summers', 'it', 'is', 'attractively', 'loose', 'and', 'so', 'light', 'that', 'you', 'barely', 'feel', 'like', 'you', 'are', 'wearing', 'it', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['15032,936,69', 'a', 'great', 'jacket', 'i', 'love', 'this', 'jacket', 'and', 'have', 'worn', 'it', 'to', 'work', 'with', 'a', 'deep', 'chocolate', 'brown', 't-neck', 'and', 'straight', 'leg', 'pants', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'i', 'am', 'happy', 'that', 'the', 'double', 'breasting', 'does', 'not', 'bulk', 'up', 'my', 'silouette', 'as', 'that', 'can', 'happen', 'with', 'the', 'style', 'the', 'boiled', 'wool', 'is', 'fine', 'quality', 'without', 'being', 'thick', 'the', 'color', 'is', 'true', 'to', 'what', 'is', 'shown', 'the', 'fit', 'is', 'perfect', 'and', 'what', 'i', 'expected', 'i', 'highly', 'recommend', 'the', 'purchase.,5,1,1', 'general', 'tops', 'sweaters'] ['15033,1082,32', 'love', 'this', 'day', 'dress', 'this', 'dress', 'is', 'so', 'cute', 'and', 'comfy', 'i', 'purchased', 'it', 'for', 'my', 'friend', "'s", 'wedding', 'brunch', 'celebration', 'perfect', 'transitional', 'piece', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['15034,936,67', ',i', 'love', 'this', 'jacket', 'runs', 'true', 'to', 'size', 'plan', 'on', 'wearing', 'this', 'a', 'lot', 'this', 'spring', 'and', 'summer', 'perfect', 'for', 'our', 'weather', 'here', 'looks', 'just', 'like', 'a', 'jacket', 'but', 'has', 'the', 'stretch', 'and', 'give', 'of', 'a', 'sweater', 'and', 'not', 'heavy', 'like', 'other', 'pea', 'coats', 'can', 'be', 'dressed', 'up', 'or', 'casual.,4,1,0', 'general', 'tops', 'sweaters'] ['15035,936,62', 'cute', 'cozy', 'classic', 'i', 'was', 'trying', 'on', 'the', 'cream', 'knit', 'turtleneck', 'midi', 'dress', 'in', 'the', 'store', 'and', 'wanted', 'the', 'shearling', 'vest', 'shown', 'with', 'it', 'to', 'work', 'for', 'me', 'the', 'dress', 'is', 'sleeveless', 'very', 'good', 'looking', 'on', 'but', 'the', 'vest', 'on', 'me', 'was', 'too', 'much', 'looked', 'like', 'i', 'was', 'being', 'swallowed', 'by', 'a', 'huge', 'shearling', 'taco', 'i', 'wanted', 'and', 'needed', 'something', 'to', 'stay', 'warm', 'in', 'without', 'the', 'bulk', 'of', 'a', 'full', 'coat', 'the', 'stylist', 'brought', 'me', 'this', 'jacket', 'and', 'it', 'was', 'just', 'the', 'thing', 'for', 'me', 'its', 'classic', 'and', 'modern', 'warm', 'without', 'bulk', 'and', 'the', 'two', 'tone', 'complimented', 'the', 'dress', 'a', ',5,1,18', 'general', 'tops', 'sweaters'] ['15036,864,31', 'stunning', 'but', 'not', 'for', 'the', 'faint', 'of', 'heart.', 'i', "'m", '5', '7', '34c', '28', 'jeans', 'size', '4', 'dress', 'one', 'of', 'these', 'beauties', 'ended', 'up', 'in', 'our', 'store', 'and', 'i', 'had', 'to', 'try', 'it', 'on', 'the', 'sleeves', 'are', 'no', 'joke', 'serious', 'bell', 'sleeves', 'that', 'could', 'have', 'looked', 'comical', 'with', 'the', 'polka', 'dots', 'but', 'is', 'surprisingly', 'chic', 'the', 'one', 'i', 'purchased', 'was', 'a', 'medium', 'never', 'had', 'an', 'opportunity', 'to', 'try', 'a', 'small', 'which', 'i', 'suspect', 'is', 'my', 'actual', 'size', 'buying', 'it', 'oversized', 'made', 'this', 'magical', 'it', 'feels', 'modern', 'i', 'actually', 'think', 'because', 'the', 'whole', 'sweater', 'is', 'oversized', 'on', 'me', 'it', 'makes', 'the', 'sleeves', 'less', 'cartoonish', ',5,1,3', 'general', 'tops', 'knits'] ['15037,1087,25', 'runs', 'big', 'this', 'dress', 'looks', 'so', 'cute', 'in', 'the', 'pictures-i', 'love', 'the', 'style', 'ordered', 'typical', 'size', 'and', 'it', 'was', 'huge-felt', 'like', 'many', 'sizes', 'too', 'big.,2,0,0', 'general', 'dresses', 'dresses'] ['15038,864,45', ',lucky', 'enough', 'to', 'have', 'the', 'chance', 'to', 'try', 'this', 'on', 'in', 'the', 'store', 'the', 'sleeves', 'are', 'not', 'big,5,1,0', 'general', 'tops', 'knits'] ['15039,1095,41', 'gorgeous', 'this', 'is', 'my', 'favorite', 'dress', 'purchase', 'so', 'far', 'in', '2016.', 'the', 'fabric', 'feel', 'and', 'thickness', 'is', 'wonderful', 'it', 'flares', 'out', 'a', 'little', 'but', 'not', 'too', 'much', 'order', 'the', 'size', 'that', 'matches', 'your', 'largest', 'measurement', 'on', 'the', 'size', 'chart', 'for', 'bust', 'and', 'waist', 'or', 'if', 'you', 'have', 'broad', 'shoulders', 'the', 'larger', 'of', 'your', 'typical', 'size', 'range', 'i', "'m", 'typically', 'a', '00p', 'or', 'a', '0p', 'with', 'a', '00p', 'hip', 'measurement', 'a', 'middle', 'range', '00p', 'is', '24', '0p', 'is', '25', 'waist', 'measument', '24.5', 'and', 'a', '00p', 'bust', 'measurement', 'but', 'my', 'shoulders', 'are', 'broad', 'and', 'athletic', '0p', 'the', 'larger', ',5,1,0', 'general', 'dresses', 'dresses'] ['15040,1082,60', 'allison', 'dress', 'i', 'love', 'my', 'new', 'dress', 'it', 'is', 'comfy', 'classy', 'and', 'so', 'easy', 'to', 'wear', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'with', 'ease', 'i', "'m", 'looking', 'forward', 'to', 'seeing', 'more', 'styles', 'from', 'this', 'designer', 'i', 'hope', 'soon', 'do', "n't", 'miss', 'out', 'on', 'this', 'dress', 'it', "'s", 'a', 'must', 'have', 'for', 'your', 'wardrobe', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15041,921,54', 'adorable', 'but', 'boxy', 'really', 'liked', 'the', 'color', 'but', 'the', 'style', 'was', 'too', 'cropped', 'and', 'boxy', 'for', 'me', 'this', 'sweater', 'was', 'short', 'wide', 'and', 'unflattering', 'however', 'i', 'like', 'this', 'designer', 'so', 'i', 'ordered', 'another', 'style', 'with', 'a', 'different', 'silhouette', ',4,1,0', 'general', 'tops', 'sweaters'] ['15042,1095,48', 'dress', 'is', 'made', 'for', 'broad', 'shoulders', 'and', 'small', 'waist', 'the', 'fabric', 'and', 'colors', 'of', 'this', 'dress', 'are', 'beautiful', 'but', 'the', 'fit', 'is', 'terrible', 'i', 'had', 'to', 'go', 'up', 'a', 'size', 'to', 'get', 'a', 'fit', 'in', 'the', 'waist', 'but', 'it', 'was', 'then', 'incredibly', 'loose', 'in', 'the', 'shoulders', 'what', 'a', 'pity', 'had', 'to', 'return.,2,0,2', 'general', 'dresses', 'dresses'] ['15043,936,56', 'a', 'bit', 'petite', 'very', 'nice', 'design', 'and', 'color', 'beige', 'however', 'i', 'am', '5', '1', '118', 'athletic', 'and', 'i', 'thought', 'the', 'petite', 'small', 'was', 'a', 'bit', 'too', 'short', 'even', 'for', 'this', 'cut', 'and', 'just', 'a', 'bit', 'too', 'tight', 'in', 'the', 'upper', 'arms', 'when', 'wearing', 'over', 'a', 'light-weight', 'long', 'sleeve', 'dress', 'may', 'work', 'well', 'over', 'sleeveless', 'will', 'see', 'if', 'a', 'regular', 'small', 'fits', 'better', 'but', 'then', 'the', 'sleeves', 'will', 'be', 'too', 'long', 'and', 'not', 'easily', 'hemmed', 'like', 'the', 'petite', 'sleeves', 'can', 'be', 'the', 'fabric', 'is', 'a', 'bit', 'felty', 'for', 'a', 'boiled', 'wool', 'but', 'not', 'a', 'deal', 'breaker', ',4,1,11', 'general', 'tops', 'sweaters'] ['15044,1086,41', 'surprisingly', 'very', 'flattering', 'i', 'have', 'been', 'looking', 'for', 'a', 'summer', 'dress', 'with', 'a', 'bit', 'of', 'a', 'chic', 'flair', 'to', 'it-', 'i', 'was', 'thinking', 'black', 'tank', 'top', 'dress', 'after', 'weeks', 'of', 'hunting', 'for', 'the', 'idea', 'in', 'my', 'head', 'i', 'started', 'to', 'branch', 'out', 'i', 'reluctantly', 'tried', 'this', 'on', 'thinking', 'it', 'would', 'be', "'baggish", 'plain', 'and', 'possibly', 'too', 'short', 'wow', 'was', 'i', 'wrong', 'this', 'dress', 'is', 'everything', 'more', 'wear', 'with', 'some', 'wedges', 'belt', 'it', 'although', 'it', 'does', "n't", 'need', 'it', 'at', 'all', 'layer', 'a', 'high', 'neckline', 'lace', 'top', 'over', 'it', 'the', 'possibilities', 'are', 'endless', 'although', 'i', 'loved', 'the', 'green', 'the', 'b', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15045,1076,39', 'gorgeous', 'pattern', 'and', 'colors', 'for', 'autumn', 'maeve', 'does', 'me', 'good', 'when', 'it', 'comes', 'to', 'maxi', 'dresses', 'i', 'have', 'to', 'say', 'that', 'the', 'sizing', 'is', 'all', 'over', 'the', 'place', 'i', 'am', 'generally', 'a', 'medium', 'but', 'the', 'small', 'and', 'xs', 'fit', 'me', 'well', 'also', 'the', 'stretchiness', 'of', 'the', 'jersey', 'is', 'very', 'comfortable', 'and', 'forgiving', 'except', 'at', 'the', 'ruched', 'waistband', 'which', 'took', 'longer', 'to', 'stretch', 'out', 'but', 'it', 'did', 'eventually', 'i', 'do', 'need', 'to', 'hem', 'if', 'i', 'want', 'to', 'wear', 'flats', 'but', 'the', 'length', 'works', 'for', 'my', 'higher', 'heels', 'there', 'are', 'pockets', 'and', 'a', 'lining', 'to', 'my', 'knees', 'i', 'am', ',5,1,0', 'general', 'dresses', 'dresses'] ['15046,936,39', 'cute', 'topper', 'i', 'love', 'boiled', 'wool', 'paired', 'with', 'classic', 'silhouettes', 'and', 'this', 'bonette', 'combines', 'best', 'of', 'both', 'the', 'fabric', 'is', 'soft', 'not', 'too', 'substantial', 'but', 'still', 'warm', 'for', 'my', 'climate', 'goes', 'great', 'with', 'many', 'outfit', 'combinations', 'has', 'a', 'flexible', 'cut', 'for', 'my', 'body', 'type', 'i', 'chose', 'to', 'to', 'buy', 'the', 'size', 'small', 'and', 'while', 'it', "'s", 'a', 'little', 'tight', 'in', 'the', 'upper', 'sleeves', 'because', 'my', 'upper', 'arms', 'are', 'chubby', 'i', 'can', 'work', 'with', 'it', 'when', 'i', 'wear', 'the', 'right', 'top', 'the', 'medium', 'was', 'a', 'just', 'a', 'bit', 'too', 'boxy', 'for', 'the', 'profile', 'i', 'wanted', 'but', 'i', 'may', 'get', 'it', 'any', 'way', 'in', 'the', ',5,1,2', 'general', 'tops', 'sweaters'] ['15047,936,39', 'pretty', 'but', 'buttons', 'stand', 'out', 'too', 'much', 'i', 'like', 'this', 'coat', 'especially', 'the', 'collar', 'and', 'cuffs', 'but', 'the', 'buttons', 'were', 'too', 'eye-catching', 'for', 'me', 'i', 'wanted', 'something', 'more', 'subtle', 'still', 'i', 'recommend', 'the', 'coat', ',4,1,2', 'general', 'tops', 'sweaters'] ['15048,936,34', 'perfect', 'for', 'cooler', 'weather', 'completely', 'versatile', 'and', 'absolutely', 'perfect', 'for', 'days', 'when', 'my', 'pea', 'coat', 'is', 'too', 'heavy', 'looks', 'amazing', 'with', 'jeans', 'or', 'with', 'slacks', 'for', 'work', 'i', 'highly', 'recommend', 'this', 'jacket', ',5,1,0', 'general', 'tops', 'sweaters'] ['15049,936,61', 'oh', 'so', 'cozy', 'this', 'boiled', 'wool', 'jacket', 'is', 'warm', 'and', 'cozy', 'it', 'does', 'run', 'a', 'little', 'big', 'i', 'have', 'to', 'fold', 'the', 'sleeves', 'twice', 'but', 'it', 'looks', 'great', 'and', 'i', 'got', 'compliments', 'immediately.,5,1,1', 'general', 'tops', 'sweaters'] ['15050,1111,39', 'beautiful', 'lace', 'detail', 'but', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'eyed', 'it', 'for', 'months', 'before', 'deciding', 'to', 'purchase', 'and', 'when', 'i', 'hit', 'submit', 'i', 'purchased', 'a', 'size', 'down', 'given', 'the', 'prior', 'reviews', 'excitedly', 'i', 'whiled', 'away', 'the', 'moments', 'until', 'it', 'appeared', 'in', 'my', 'mailbox', 'as', 'soon', 'as', 'this', 'dress', 'was', 'delivered', 'i', 'ripped', 'it', 'out', 'of', 'its', 'packaging', 'and', 'ooohed', 'and', 'aaahed', 'over', 'the', 'beautiful', 'lace', 'overlay', 'and', 'the', 'halter', 'cut', 'hurriedly', 'i', 'pulled', 'the', 'dress', 'over', 'my', 'head', 'allowing', 'it', 'to', 'drape', 'over', 'my', 'body', 'and', 'drape', 'it', 'did', 'but', 'not', 'in', 'a', 'good', 'way', 'rather', 'the', 'd', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15051,936,54', 'nicely', 'tailored', 'and', 'very', 'soft', 'you', 'would', 'expect', 'anything', 'woolen', 'to', 'be', 'slightly', 'scratchy', 'this', 'is', 'incredibly', 'soft', 'i', 'could', "n't", 'belive', 'it', "'s", 'veltevty', 'soft', 'texture', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'carton', 'i', 'had', 'to', 'check', 'the', 'content', 'ag', 'immediately', 'to', 'comfim', 'the', 'cut', 'is', 'not', 'too', 'fussy', 'but', 'slimming', 'and', 'the', 'sleeves', 'are', 'nice', 'and', 'long', 'it', 'was', 'a', 'little', 'dissapointing', 'that', 'the', 'usual', 'attention', 'to', 'the', 'styling', 'on', 'the', 'back', 'of', 'the', 'piece', 'was', 'missing', 'here', 'it', "'s", 'a', 'straight', 'plain', 'back', 'with', 'no', 'darts', 'plackets', 'peplums', 'or', 'ruching', ',4,1,0', 'general', 'tops', 'sweaters'] ['15052,1086,39', 'cute', 'spring', 'versatile', 'dress', 'saw', 'this', 'in', 'the', 'store', 'and', 'had', 'to', 'have', 'it', 'i', 'got', 'the', 'green', 'because', 'its', 'different', 'i', 'am', 'typically', 'a', '4', 'or', 'xs', 'in', 'most', 'dresses', 'sometimes', 'a', 'small', 'i', 'bought', 'the', 'small', 'in', 'this', 'dress', 'until', 'i', 'realized', 'it', 'was', 'a', 'little', 'too', 'loose', 'if', 'you', 'like', 'that', 'look', 'the', 'small', 'could', 'have', 'worked', 'too.the', 'xs', 'did', "n't", 'look', 'like', 'a', 'bag', 'on', 'me', 'and', 'could', 'be', 'dressed', 'with', 'a', 'belt', 'for', 'a', 'more', 'fitted', 'look', 'i', 'like', 'the', 'knee', 'length', 'and', 'fabric', 'is', 'super', 'soft', 'definitely', 'recommend', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15053,864,42', ',stylish', 'or', 'comfy', 'often', 'the', 'choice', 'when', 'looking', 'for', 'casual', 'but', 'not', 'with', 'this', 'top', 'it', "'s", 'comfy', 'and', 'cozy', 'and', 'stylish', 'to', 'boot', 'the', 'sleeves', 'are', 'fun', 'and', 'create', 'a', 'nice', 'line', 'of', 'interest', 'you', 'can', 'pair', 'this', 'with', 'jeans', 'for', 'a', 'casual', 'day', 'or', 'dress', 'it', 'up', 'with', 'slacks', 'and', 'heels', 'and', 'be', 'comfy', 'either', 'way.,5,1,0', 'general', 'tops', 'knits'] ['15054,872,42', 'this', 'top', 'looks', 'beautiful', 'online', 'when', 'i', 'got', 'it', 'it', 'looks', 'nothing', 'like', 'the', 'pic', 'it', "'s", 'wide', 'too', 'much', 'fabric', 'no', 'shape', 'and', 'so', 'unflattering', 'it', "'s", 'definitely', 'going', 'back', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['15055,897,36', 'beautiful', 'sweater', 'i', 'fell', 'in', 'love', 'with', 'this', 'sweater', 'as', 'soon', 'as', 'i', 'saw', 'it', 'i', 'was', 'a', 'little', 'unsure', 'what', 'the', 'quality', 'would', 'be', 'like', 'just', 'from', 'the', 'photos', 'but', 'i', 'went', 'ahead', 'and', 'ordered', 'it', 'and', 'it', 'is', 'even', 'more', 'amazing', 'in', 'person', 'it', "'s", 'super', 'soft', 'and', 'well', 'made', 'it', "'s", 'also', 'very', 'warm', 'even', 'though', 'it', 'has', 'such', 'a', 'large', 'open', 'weave', 'the', 'price', 'is', 'definitely', 'higher', 'than', 'i', 'would', 'normally', 'pay', 'but', 'this', 'is', 'a', 'piece', 'that', 'will', 'stay', 'in', 'your', 'closet', 'and', 'wardrobe', 'rotation', 'for', 'years', 'and', 'years', 'definitely', 'worth', 'the', 'investment', 'i', 'agree', 'with', 'the', 'pre', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15056,187,30', 'beautifully', 'created', 'lovely', 'socks', 'great', 'color', 'stitched', 'well', 'a', 'little', 'thin', ',5,1,0', 'initmates', 'intimate', 'legwear'] ['15057,875,37', 'almost', 'there', 'really', 'wanted', 'to', 'love', 'this', 'especially', 'with', 'the', 'lacing', 'and', 'long', 'length', 'for', 'this', 'off-the-shoulder', 'top', 'when', 'the', 'top', 'arrived', 'the', 'lacing', 'was', 'stiff', 'and', 'length', 'of', 'the', 'straps', 'were', 'long', 'so', 'that', 'the', 'bottom', 'of', 'the', 'lace', 'did', "n't", 'completely', 'cover', 'my', 'black', 'strapless', 'bra', 'and', 'i', 'felt', 'it', 'sat', 'a', 'bit', 'too', 'low', 'down', 'my', 'chest', 'thought', 'about', 'taking', 'in', 'the', 'straps', 'but', 'then', 'the', 'area', 'around', 'the', 'armpits', 'would', 'be', 'uncomfortable', 'i', 'did', 'love', 'the', 'length', 'of', 'the', 'top', 'though', 'wish', 'this', 'top', 'was', 'a', 'keeper', 'but', 'going', 'to', 'have', 'to', 'return', ',3,0,0', 'general', 'tops', 'knits'] ['15058,886,48', 'pretty', 'embroidery', 'i', 'went', 'a', 'size', 'down', 'on', 'this', 'top', 'it', 'was', 'to', 'billowy', 'in', 'my', 'regular', 'size', 'it', 'has', 'the', 'elastic', 'waist', 'but', 'it', 'was', 'bunching', 'up', 'too', 'much', 'in', 'that', 'area', 'i', 'love', 'the', 'embroidery', 'it', 'is', 'gorgeous', 'will', 'have', 'to', 'hand', 'wash', 'for', 'sure.,5,1,0', 'general', 'tops', 'knits'] ['15059,881,59', ',i', 'was', 'really', 'disappointed', 'when', 'i', 'tried', 'this', 'top', 'on', 'the', 'design', 'and', 'cut', 'of', 'the', 'neckline', 'is', 'very', 'bulky', 'and', 'just', 'off', 'the', 'cut', 'of', 'the', 'top', 'overall', 'was', 'just', 'off.,1,0,0', 'general', 'tops', 'knits'] ['15060,872,59', 'ugh', 'very', 'unflattering', 'and', 'no', 'shape', 'or', 'flair', 'lots', 'of', 'extra', 'material', 'but', 'no', 'swing', 'or', 'shape', 'do', 'not', 'recommend.,1,0,15', 'general', 'petite', 'tops', 'knits'] ['15061,872,31', 'circus', 'tent', 'i', 'love', 'the', 'idea', 'of', 'this', 'top', 'but', 'there', 'is', 'just', 'way', 'too', 'much', 'fabric', 'involved', 'in', 'person', 'i', "'m", '5', '2', 'and', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'to', 'accommodate', 'a', 'fuller', 'chest', 'i', 'ordered', 'a', 'small', 'and', 'it', 'fit', 'fine', 'around', 'the', 'chest', 'but', 'the', 'huge', 'swing', 'hem', 'combined', 'with', 'the', 'slightly', 'stiff', 'fabric', 'is', 'just', 'enormously', 'unflattering', 'i', 'feel', 'like', 'they', 'could', 'have', 'made', 'about', '3', 'shirts', 'out', 'of', 'it', 'i', 'think', 'the', 'picture', 'must', 'have', 'it', 'pinned', 'a', 'ton', 'in', 'the', 'back', 'the', 'silhouette', 'is', 'nothing', 'like', 'shown', 'if', 'there', 'were', 'just', 'less', 'fabric', 'i', 'wo', ',1,0,4', 'general', 'petite', 'tops', 'knits'] ['15062,1136,39', 'super', 'cozy', 'received', 'this', 'yesterday', 'wearing', 'it', 'today', 'and', 'am', 'happy', 'it', '39', 's', 'warm', 'and', 'cozy', 'perfect', 'blend', 'of', 'sweatshirt', 'and', 'sweater', 'for', 'when', 'you', 'want', 'to', 'be', 'comfortable', 'yet', 'still', 'look', 'like', 'you', 'tried', 'i', '39', 'm', '5', '39', '4.5', 'quot', 'and', '130', 'lbs', 'i', 'ordered', 'an', 'xs', 'and', 'it', '39', 's', 'still', 'pretty', 'roomy', 'which', 'is', 'how', 'i', 'think', 'it', '39', 's', 'supposed', 'to', 'fit', 'i', 'would', 'prefer', 'it', 'to', 'be', 'a', 'little', 'more', 'form', 'fitting', 'but', 'not', 'enough', 'to', 'send', 'back', 'great', 'with', 'skinny', 'jeans', 'and', 'boots', ',4,1,0', 'general', 'trend', 'trend'] ['15063,862,39', 'love', 'the', 'different', 'stripes', 'i', 'tried', 'on', 'the', 'xs', 'in', 'store', 'and', 'loved', 'it', 'stylist', 'said', 'i', 'need', 'xs', 'petite', 'but', 'otherwise', 'it', 'looks', 'great', 'the', 'cut', 'is', 'flattering', 'the', 'neckline', 'is', 'a', 'tad', 'higher', 'and', 'almost', 'has', 'a', 'mini', 'cowl', 'the', 'colors', 'are', 'neutral', 'and', 'would', 'love', 'to', 'wear', 'with', 'a', 'nice', 'pair', 'of', 'dark', 'flared', 'pants', 'or', 'skinnies', 'so', 'at', '115', 'lbs', '30dd', 'i', 'would', 'go', 'with', 'xs', 'petite', 'i', 'am', 'below', '5', '2', 'fabric', 'is', 'very', 'soft', 'too', ',5,1,5', 'general', 'tops', 'knits'] ['15064,1028,44', 'great', 'crops', 'had', 'to', 'have', 'these', 'when', 'i', 'saw', 'them', 'online', 'usually', 'an', 'ag', 'girl', 'but', 'loved', 'the', 'button', 'fly', 'and', 'boyfriend', 'fit', 'originally', 'ordered', 'a', '28', 'and', 'returned', 'for', 'a', '27.', 'after', 'a', 'couple', 'of', 'wears', 'wish', 'i', 'bought', 'the', '26.', 'a', 'must', 'have', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['15065,1028,59', 'great', 'jeans', 'i', 'love', 'these', 'jeans', 'i', 'have', 'a', 'few', 'pairs', 'of', 'citizen', 'jeans', 'and', 'like', 'the', 'way', 'they', 'fit', 'these', 'are', 'a', 'slim', 'boyfriend', 'jean', 'not', 'too', 'baggy', 'very', 'flattering', 'with', 'any', 'top', 'loose', 'or', 'tight', 'fitting', 'wish', 'retailer', 'carried', 'the', 'white', '.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15066,872,61', 'great', 'purchase', 'i', 'bought', 'this', 'top', 'last', 'week', 'and', 'absolutely', 'love', 'it', 'it', 'hides', 'my', 'muffin', 'top', 'and', 'falls', 'in', 'all', 'the', 'right', 'places', 'it', 'does', 'not', 'cling', 'but', 'is', 'very', 'flattering', 'for', 'my', 'size', '12-14', 'body', ',5,1,18', 'general', 'petite', 'tops', 'knits'] ['15067,886,47', 'some', 'good', 'and', 'some', 'bad', 'the', 'colors', 'of', 'this', 'top', 'are', 'perfect', 'for', 'spring', 'i', 'love', 'the', 'embroidery', 'and', 'like', 'the', 'sleeves', 'with', 'the', 'ties', 'at', 'the', 'bottom', 'what', 'i', 'did', "n't", 'like', 'and', 'primary', 'reason', 'i', 'may', 'be', 'returning', 'is', 'the', 'elastic', 'bottom', 'it', 'cuts', 'off', 'at', 'an', 'awkward', 'spot', 'on', 'my', 'waist', 'and', 'makes', 'my', 'top', 'section', 'look', 'short', 'and', 'wide', 'i', 'am', 'very', 'disappointed', 'about', 'this', 'as', 'the', 'rest', 'of', 'the', 'blouse', 'is', 'gorgeous', ',3,0,7', 'general', 'tops', 'knits'] ['15068,818,40', 'beautiful', 'fabric', 'huge', 'cut', 'the', 'fabric', 'on', 'this', 'shirt', 'was', 'beautifully', 'woven', 'and', 'so', 'soft/cozy', 'but', 'the', 'shirt', 'was', 'so', 'wide', 'i', "'m", '5', '2', '103lbs', 'and', 'got', 'an', 'xs', 'there', 'was', 'room', 'for', 'two', 'of', 'me', 'in', 'there', 'it', 'draped', 'very', 'well', 'but', 'instead', 'of', 'looking', 'slouchy', 'and', 'cool', 'it', 'just', 'looked', 'too', 'big', 'so', 'back', 'it', 'goes', ',3,0,0', 'general', 'tops', 'blouses'] ['15069,996,40', 'if', 'you', "'re", 'craving', 'the', 'marsupial', 'look', 'then', 'this', 'one', 'is', 'for', 'you', 'so', 'disappointed', 'upon', 'receipt', 'of', 'this', 'skirt', 'as', 'i', 'had', 'been', 'eyeing', 'it', 'for', 'a', 'while', 'and', 'was', 'excited', 'to', 'see', 'it', 'on', 'sale', 'based', 'upon', 'the', 'pictures', 'i', 'thought', 'the', 'black', 'stitching', 'was', 'just', 'an', 'interesting', 'outline', 'detail', 'but', 'it', 'is', 'actually', 'masking', 'this', 'skirt', "'s", 'ugly', 'secret', 'a', 'pouch', 'yes', 'it', 'literally', 'has', 'a', 'pouch', 'smack', 'dab', 'in', 'the', 'middle', 'of', 'your', 'abdomen', 'which', 'does', 'not', 'lay', 'flat', 'the', 'material', 'also', 'looks', 'rather', 'snag', 'prone', 'and', 'already', 'had', 'a', 'few', 'pulls', 'in', 'spots', 'this', 'one', ',2,0,6', 'general', 'bottoms', 'skirts'] ['15070,862,50', 'unnatural', 'feeling', 'fabric', 'slim', 'fit', 'sadly', 'going', 'back', 'ordered', 'm', 'light', 'color', 'option', 'very', 'difficult', 'to', 'pull', 'over', 'my', 'head', 'not', 'a', 'good', 'sign', 'got', 'it', 'on', 'and', 'neckline', 'looked', 'attractive', 'height', 'w/o', 'being', 'a', 'mock', 'turtle', 'but', 'whole', 'thing', 'a', 'bit', 'small', 'around', 'middle', 'could', 'order', 'the', 'l', 'but', 'i', "'m", 'not', 'liking', 'the', 'feeling', 'of', 'the', 'fabric', 'it', 'feels', 'tight', 'with', 'restrictive', 'and', 'nonuniform', 'stretch', '33', 'cotton/27', 'poly/27', 'acrylic', 'and', '95', 'rayon/5', 'spandex', 'contrast', 'which', 'must', 'mean', 'the', 'stripes', 'combine', 'w/fact', 'that', 'the', 'two', 'wide', 'stripes', 'are', 'right', 'at', 'my', 'middle', ',2,0,9', 'general', 'tops', 'knits'] ['15071,1028,31', 'the', 'best', 'coh', 'emerson', 'style', 'jeans', 'are', 'the', 'best', 'fit', 'and', 'style', 'the', 'pacifica', 'color', 'is', 'a', 'light', 'blue', 'and', 'nice', 'for', 'spring', 'and', 'summer', 'i', 'love', 'the', 'slim', 'boyfriend', 'i', 'have', 'thighs', 'and', 'they', 'fit', 'like', 'a', 'skinny', 'without', 'being', 'super', 'tight', 'there', 'is', 'just', 'enough', 'stretch', 'no', 'holes', 'either', 'they', 'are', 'easy', 'to', 'dress', 'up', 'or', 'down', 'and', 'have', 'become', 'my', 'new', 'favorites', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15072,750,47', 'perfect', 'little', 'affordable', 'dress', 'this', 'is', 'a', 'darling', 'dress', 'at', 'this', 'price', 'point', 'i', 'tried', 'some', 'of', 'the', 'more', 'expensive', 'options', 'in', 'the', 'off-the-shoulder', 'dresses', 'this', 'season', 'and', 'this', 'one', 'is', 'as', 'flattering', 'and', 'as', 'well', 'constructed', 'as', 'the', 'others', 'the', 'fabric', 'is', 'light', 'but', 'it', 'is', 'not', 'sheer', 'it', 'is', 'smooth', 'with', 'a', 'bit', 'of', 'a', 'sheen', 'it', 'is', 'airy', 'but', 'not', 'drapey', 'like', 'a', 'rayon', 'would', 'be', 'i', 'would', 'describe', 'it', 'as', 'a', 'lawn', 'upon', 'arrival', 'the', 'packaging', 'indicated', 'that', 'it', 'is', 'considered', 'a', "'cover-up", 'the', 'site', 'did', 'not', 'describe', 'it', 'that', 'way', 'but', 'it', 'may', 'explain', 'the', 'comparat,5,1,1', 'initmates', 'intimate', 'swim'] ['15073,881,32', 'not', 'for', 'busty', 'girls', 'the', 'fabric', 'is', 'quality', 'nice', 'thicker', 'fabric', 'the', 'fit', 'was', 'strange', 'the', 'top', 'part', 'fit', 'great', 'through', 'the', 'arms', 'and', 'shoulders', 'except', 'my', 'bust', 'makes', 'the', 'front', 'stick', 'out', 'and', 'results', 'in', 'a', 'maternity', 'look', 'it', 'was', 'also', 'slightly', 'wide', 'i', 'considered', 'taking', 'it', 'in', 'on', 'the', 'sides', 'ultimately', 'it', 'would', "n't", 'be', 'worth', 'the', 'money', 'it', 'would', 'be', 'a', 'great', 'top', 'for', 'someone', 'with', 'a', 'smaller', 'chest', ',4,1,19', 'general', 'tops', 'knits'] ['15074,872,38', 'gorgeous', 'top', 'love', 'love', 'love', 'this', 'top', 'so', 'flattering', 'and', 'forgiving', 'bought', 'it', 'in', 'white', 'great', 'for', 'summer', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['15075,818,42', 'very', 'lightweight', 'comfy', 'fabric', 'i', 'love', 'this', 'shirt', 'i', 'ordered', 'a', 'medium', 'and', 'the', 'sleeves', 'were', 'very', 'long', 'and', 'the', 'shirt', 'was', 'wide', 'in', 'general', 'i', 'returned', 'it', 'for', 'a', 'small', 'and', 'it', 'is', 'perfect', 'size', 'down', 'i', 'love', 'the', 'comfy', 'gauzy', 'feel', 'of', 'this', 'shirt.,5,1,0', 'general', 'tops', 'blouses'] ['15076,875,31', 'love', 'this', 'gorgeous', 'top', 'i', 'am', 'a', 'loyal', 'retailer', 'shopper', 'but', 'find', 'many', 'items', 'are', 'hit', 'or', 'miss', 'this', 'definitely', 'is', 'a', 'hit', 'especially', 'in', 'black', 'i', 'am', '5', '4', '125', 'lbs', 'and', '36ddd', 'i', 'usually', 'take', 'a', 'm', 'or', 'm', 'petite', 'in', 'retailer', 'tops', 'because', 'this', 'is', 'flowy', 'and', 'long', 'a', 's', 'petite', 'fits', 'perfectly', 'the', 'style', 'is', 'one-of-a-kind', 'the', 'lace', 'is', 'heavy', 'and', 'top', 'quality', 'and', 'when', 'you', 'try', 'on', 'the', 'right', 'size', 'it', 'hits', 'perfectly', 'the', 'lavender', 'is', 'a', 'dusty', 'shade', 'that', 'wo', "n't", 'work', 'well', 'in', 'fall/winter', 'it', 'would', 'look', 'wonderful', 'in', 'cranberry', 'or', 'forest', 'green', ',5,1,0', 'general', 'tops', 'knits'] ['15077,881,48', 'disappointing', 'this', 'top', 'does', "n't", 'at', 'all', 'fit', 'like', 'it', 'does', 'on', 'the', 'model', 'the', 'mid', 'section', 'is', 'very', 'wide', 'and', 'boxy', 'and', 'the', 'material', 'is', 'thick', 'and', 'almost', 'sweatshirt-like', 'i', 'typically', 'wear', 'size', 'small', 'or', '4', 'but', 'perhaps', 'an', 'xs', 'might', "'ve", 'fit', 'or', 'looked', 'better', 'sadly', 'i', 'must', 'return', 'this', 'shirt', ',1,0,21', 'general', 'tops', 'knits'] ['15078,872,50', 'i', 'wear', 'the', 'top', 'backwards', 'i', 'bought', 'this', 'top', 'in', 'all', 'colors', 'as', 'i', 'love', 'it', 'so', 'much', 'it', 'is', 'lightweight', 'and', 'perfect', 'for', 'our', 'hot/humid', 'summers', 'i', 'actually', 'wear', 'the', 'top', 'backwards', 'because', 'the', 'front', 'of', 'the', 'top', 'is', 'longer', 'that', 'the', 'back', 'to', 'me', 'it', 'looked', 'stranger', 'to', 'have', 'it', 'longer', 'in', 'the', 'front', 'size', 'wise', 'i', 'think', 'this', 'top', 'runs', 'pretty', 'large', 'i', 'am', 'usually', 'a', 'medium', 'in', 'most', 'tops', 'sometimes', 'a', 'small', 'and', 'i', 'purchased', 'this', 'in', 'a', 'small', 'petite', 'it', 'fits', 'great', 'i', 'even', 'tried', 'on', 'the', 'xs', 'petite', 'and', 'while', 'it', 'still', 'fit', 'in', 'armpits', 'and', 'chest', 'it', 'was', 'just', ',4,1,5', 'general', 'petite', 'tops', 'knits'] ['15079,875,50', 'amazing', 'feminine', 'and', 'comfy', 'i', 'usually', 'wear', 'a', 'small', 'or', 'medium', 'in', 'meadow', 'rue', 'i', 'am', '5', '2', '120', 'broad', 'shoulders', 'i', 'ordered', 'both', 'the', 'sp', 'the', 'mp', 'i', 'tried', 'on', 'the', 'small', 'petite', 'first', 'and', 'it', 'was', 'too', 'tight', 'in', 'the', 'shoulders/arm', 'that', 'was', 'without', 'lifting', 'my', 'arms', 'forward', 'or', 'up', 'i', 'tried', 'on', 'the', 'mp', 'and', 'it', 'was', 'perfect', 'i', 'would', 'have', 'to', 'say', 'this', 'is', 'my', 'favorite', 'fall', 'top', 'so', 'far', 'the', 'color', 'is', 'very', 'pretty', '.more', 'of', 'a', 'lavender', 'than', 'pink', 'the', 'lace', 'detail', 'is', 'delicate', 'and', 'pretty', 'the', 'top', 'is', 'more', 'like', 'a', 'tunic', 'get', 'the', 'petite', 'if', 'you', 'short', ',5,1,0', 'general', 'tops', 'knits'] ['15080,886,36', 'cute', 'top', 'with', 'right', 'undershirt', 'i', 'love', 'peasant', 'shirts', 'so', 'wanted', 'to', 'try', 'it', 'cute', 'top', 'but', 'v-neck', 'was', 'lower', 'than', 'i', 'was', 'expecting', 'i', 'have', 'to', 'wear', 'an', 'undershirt', 'under', 'this', 'for', 'that', 'and', 'also', 'because', 'of', 'sheerness', 'fyi-', 'shirt', 'is', 'off-white', 'so', 'stark', 'white', 'cami', 'did', "n't", 'work', 'was', 'struggling', 'to', 'find', 'something', 'but', 'have', 'the', 'leana', 'v-neck', 'in', 'navy-', 'worked', 'perfect', 'and', 'follows', 'neckline', 'exactly', 'now', 'really', 'cute', 'need', 'something', 'not', 'long', 'sleeves', 'to', 'wear', 'under', 'for', 'spring', 'weather', 'here', 'but', 'will', 'keep', 'and', 'try', 'to', 'figure', 'it', 'out', '5', '4', '135', 'lbs', 'ordered', 'xs', ',5,1,10', 'general', 'tops', 'knits'] ['15081,872,48', 'wish', 'it', 'worked', 'i', 'bought', 'this', 'top', 'in', 'lilac', 'size', 's', 'since', 'other', 'reviewers', 'said', 'it', 'has', 'a', 'lot', 'of', 'fabric', 'the', 'color', 'and', 'the', 'quality', 'were', 'great', 'loved', 'that', 'it', 'had', 'the', 'lining', 'underneath', 'if', 'your', 'bust', 'is', 'bigger', 'than', 'an', 'a', 'cup', 'beware', 'the', 'top', 'basically', 'flared', 'out', 'from', 'the', 'farthest', 'point', 'on', 'my', 'bust', 'and', 'the', 'fabric', 'below', 'just', 'hung', 'there', 'it', 'was', 'a', 'pregnancy', 'look', 'perhaps', 'that', "'s", 'why', 'the', 'model', 'has', 'her', 'arms', 'crossed', 'in', 'front', 'to', 'give', 'the', 'illusion', 'that', 'it', 'tapers', 'in', 'below', 'the', 'ribs', 'but', 'it', 'does', 'not', 'unfortunately', 'this', 'one', 'is', ',3,0,0', 'general', 'tops', 'knits'] ['15082,886,55', ',,5,1,0', 'general', 'tops', 'knits'] ['15083,872,35', 'the', 'circus', 'is', 'in', 'town', 'at', 'first', 'i', 'was', 'taken', 'by', 'the', 'beautiful', 'lacework', 'and', 'the', 'pictures', 'online', 'showing', 'what', 'appeared', 'to', 'be', 'a', 'loose', 'but', 'shaped', 'silhouette', 'the', 'pictures', 'must', 'have', 'been', 'staged', 'with', 'pins', 'in', 'the', 'back', 'because', 'in', 'person', 'the', 'shirt', 'fits', 'like', 'a', 'circus', 'tent', 'without', 'exaggeration', 'there', 'is', 'a', 'surplus', 'of', 'about', '16', 'inches'] [] ['the', 'material', 'is', 'still', 'beautiful', 'and', 'because', 'of', 'that', 'i', 'have', "n't", 'decided', 'whether', 'i', "'ll", 'return', 'this', 'shirt', 'or', 'try', 'cutting', 'out', 'some', 'excess', 'fabric', 'to', 'create', 'a', 'cleaner', 'more', 'fitted', 'shape', ',2,0,0', 'general', 'tops', 'knits'] ['15084,886,57', 'behemian', 'details', 'i', "'ve", 'been', 'waiting', 'for', 'this', 'to', 'go', 'on', 'sale', 'and', 'just', 'picked', 'one', 'up', 'in', 'store', 'the', 'details', 'and', 'style', 'of', 'this', 'blouse', 'do', 'not', 'disappoint', 'since', 'it', "'s", 'billowy', 'in', 'nature', 'a', 'size', 'smaller', 'fits', 'me', 'perfectly', ',5,1,1', 'general', 'tops', 'knits'] ['15085,996,31', 'classy', 'basic', 'for', 'me', 'a', 'good', 'pencil', 'skirt', 'makes', 'me', 'feel', 'so', 'ladylike', 'i', 'love', 'eva', 'franco', 'pencils', 'but', 'be', 'warned', 'they', 'are', 'designed', 'to', 'be', 'a', 'tight', 'fit', 'through', 'the', 'tush', 'i', 'wear', 'a', '12', 'and', 'i', 'ordered', 'the', '12', 'in', 'this', 'skirt', 'the', 'pouch', 'another', 'reviewer', 'pointed', 'out', 'seems', 'intended', 'to', 'be', 'a', 'pocket', 'but', 'because', 'the', 'skirt', 'fits', 'me', 'pretty', 'snugly', 'it', 'does', "n't", 'stick', 'out', 'when', 'i', 'walk', 'and', 'sit', 'the', 'fabric', 'does', 'seem', 'like', 'it', 'would', 'snag', 'easily', 'so', 'i', "'ll", 'choose', 'accessories', 'thoughtfully', 'for', 'reference', 'i', 'have', 'a', '33', 'waist', 'and', '42', 'hips', ',4,1,1', 'general', 'bottoms', 'skirts'] ['15086,881,46', 'cute', 'stylish', 'top', 'i', 'am', 'wearing', 'this', 'right', 'now', 'it', "'s", 'a', 'funny', 'fabric', 'almost', 'like', 'a', 'bedspread', 'but', 'the', 'cut', 'and', 'fit', 'are', 'perfect', 'i', 'am', 'short', 'and', 'i', 'love', 'the', 'length', 'of', 'the', 'hem', 'the', 'babydoll', 'style', 'and', 'the', '3/4', 'sleeve', 'very', 'cute', 'for', 'summer', 'work', 'or', 'going', 'out', ',4,1,0', 'general', 'tops', 'knits'] ['15087,875,60', 'pretty', 'top', 'this', 'top', 'has', 'really', 'beautiful', 'lace', 'detail', 'the', 'color', 'is', 'much', 'deeper', 'pink', 'than', 'the', 'picture', 'online', 'i', 'ordered', 'the', 'xs', 'petite', 'and', 'it', 'fits', 'fine', 'but', 'i', 'like', 'my', 'tops', 'longer', 'so', 'i', 'wish', 'i', 'had', 'gotten', 'the', 'regular', 'xs', 'instead', 'it', 'is', 'very', 'pretty', ',5,1,0', 'general', 'tops', 'knits'] ['15088,187,34', 'small', 'but', 'cute', 'i', 'have', '9.5-10', 'size', 'feet', 'and', 'these', 'are', 'a', 'bit', 'small', 'the', 'heel', 'does', "n't", 'quite', 'make', 'it', 'around', 'my', 'heel', 'to', 'where', 'it', "'s", 'supposed', 'to', 'be', 'still', 'they', "'re", 'comfy', 'and', 'not', 'too', 'thick', 'or', 'too', 'warm', 'i', 'really', 'like', 'the', 'stripes', 'of', 'different', 'patterns', 'good', 'trouser', 'socks', 'i', 'imagine', 'if', 'you', "'re", 'size', '7', 'or', '8', 'these', 'will', 'fit', 'perfectly', 'i', 'got', 'the', 'mint', 'and', 'the', 'pink', 'colors', 'and', 'they', "'re", 'very', 'true', 'to', 'how', 'they', 'appear', 'on', 'my', 'computer', 'screen', ',4,1,2', 'initmates', 'intimate', 'legwear'] ['15089,187,32', 'i', 'purchased', 'the', 'purple', 'color', 'cute', 'socks', 'very', 'comfy', 'as', 'well', 'good', 'quality', 'in', 'person', ',4,1,0', 'initmates', 'intimate', 'legwear'] ['15090,872,37', 'too', 'much', 'fabric', 'i', 'really', 'wanted', 'to', 'love', 'this', 'top', 'but', 'there', 'is', 'way', 'too', 'much', 'fabric', 'it', 'looks', 'nothing', 'like', 'the', 'pictures', 'it', 'was', 'more', 'like', 'a', 'maternity', 'top', 'vs.', 'a', 'swingy', 'top', 'i', "'ll", 'be', 'returning', 'this', 'one', ',1,0,1', 'general', 'tops', 'knits'] ['15091,872,46', ',i', 'bought', 'this', 'top', 'in', 'white', 'i', 'wore', 'it', 'with', 'black', 'skinny', 'crop', 'jeans', 'it', 'is', 'very', 'cute', 'and', 'flattering', 'the', 'length', 'is', 'just', 'so', 'that', 'it', 'makes', 'the', 'swing', 'top', 'flattering', 'without', 'is', 'bring', 'too', 'overwhelming', 'i', 'received', 'lots', 'of', 'compliments', 'the', 'quality', 'is', 'great', 'and', 'the', 'top', 'washed', 'up', 'well', 'too', 'love', 'it', 'for', 'reference', 'i', "'m", '5', '5', '125', 'lbs', 'and', 'bought', 'the', 'top', 'in', 'small.,5,1,14', 'general', 'tops', 'knits'] ['15092,886,42', 'perfect', 'spring', 'top', 'i', 'saw', 'this', 'peasant', 'blouse', 'online', 'and', 'thought', 'it', 'looked', 'cute', 'but', 'not', 'really', 'enough', 'to', 'spend', 'the', 'money', 'on', 'i', 'purchased', 'a', 'few', 'other', 'things', 'instead', 'i', 'happened', 'to', 'go', 'into', 'the', 'store', 'to', 'see', 'a', 'different', 'top', 'in', 'person', 'and', 'spotted', 'this', 'one', 'it', 'is', 'definitely', 'cuter', 'in', 'person', 'as', 'with', 'most', 'tops', 'like', 'this', 'it', 'is', 'baggy', 'and', 'loose', 'however', 'probably', 'due', 'to', 'the', 'elastic', 'at', 'the', 'bottom', 'this', 'one', 'does', "n't", 'look', 'overly', 'big', 'and', 'shapeless', 'just', 'a', 'pretty', 'top', 'that', 'will', 'be', 'perfect', 'for', 'spring', 'for', 'reference', 'i', 'am', '5', '6', '115', 'a', ',5,1,9', 'general', 'tops', 'knits'] ['15093,881,37', 'not', 'for', 'me', 'i', 'keep', 'trying', 'to', 'find', 'a', 'peplum', 'that', 'works', 'for', 'me', 'but', 'so', 'far', 'i', 'have', 'been', 'unsuccessful', 'i', 'just', 'do', 'not', 'think', 'that', 'my', 'shape', 'and', 'the', 'peplum', 'shape', 'play', 'well', 'together', 'aside', 'from', 'the', 'peplum', 'issue', 'this', 'shirt', 'had', 'a', 'massive', 'amount', 'of', 'material', 'and', 'runs', 'large', 'the', 'material', 'alone', 'is', 'thick', 'making', 'it', 'a', 'bulkier', 'shirt', 'then', 'add', 'the', 'volume', 'of', 'the', 'peplum', 'and', 'i', 'looked', 'and', 'felt', 'huge', 'needless', 'to', 'say', 'this', 'one', 'was', 'returned', 'sale', 'or', 'no', 'sale', ',1,0,0', 'general', 'tops', 'knits'] ['15094,1049,34', 'interesting', 'pant', 'i', 'recommend', 'zooming', 'in', 'on', 'the', 'fabric', 'as', 'there', 'are', 'like', 'ink', 'streaks', 'on', 'it', 'which', 'at', 'first', 'i', 'thought', 'was', 'a', 'flaw', 'but', 'it', 'is', 'clearly', 'shown', 'and', 'is', 'actually', 'a', 'nice', 'touch', 'to', 'make', 'these', 'different', 'the', 'fit', 'is', 'true', 'to', 'size', 'or', 'a', 'tiny', 'bit', 'small', 'if', 'you', 'are', 'curvy', 'in', 'the', 'hips', 'i', 'wear', 'a', '10-12', 'and', 'the', 'l', 'is', 'fine', 'but', 'i', 'would', "n't", 'want', 'them', 'any', 'smaller', 'super', 'lightweight', 'the', 'piping', 'detail', 'on', 'the', 'sides', 'is', 'really', 'cute', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15095,862,48', 'not', 'for', 'the', 'petite', 'or', 'large', 'chested', 'did', 'not', 'work', 'for', 'me', 'whatsoever', 'the', 'stripes', 'were', 'adorable', 'but', 'the', 'piece', 'just', 'did', "n't", 'fit', 'like', 'on', 'the', 'model', 'the', 'collar', 'was', 'practically', 'choking', 'me', 'and', 'the', 'tie', 'just', 'did', "n't", 'make', 'my', 'figure', 'look', 'the', 'way', 'it', 'normally', 'does', 'aka', 'i', 'looked', 'frumpy', 'and', 'chunky', 'which', 'i', "'m", 'not', 'going', 'back', ',1,0,1', 'general', 'tops', 'knits'] ['15096,881,21', 'pretty', 'but', 'the', 'does', "n't", 'fit', 'right.', 'alright', 'so', 'i', 'really', 'love', 'this', 'shirt', 'but', 'i', 'am', 'having', 'it', 'taken', 'in', 'to', 'fit', 'me', 'i', 'weigh', '110', 'and', 'am', '5', 'foot', '3', 'and', 'pretty', 'petite', 'and', 'this', 'shirt', 'is', 'too', 'big', 'on', 'me', 'and', 'i', 'got', 'an', 'xs', 'i', 'did', "n't", 'wan', 'na', 'get', 'xxs', 'and', 'am', 'glad', 'i', 'did', "n't", 'because', 'i', 'think', 'it', 'would', 'be', 'too', 'short', 'i', "'m", 'going', 'to', 'keep', 'the', 'shirt', 'but', 'it', 'is', 'too', 'big', 'on', 'me', 'it', 'puffs', 'out', 'in', 'the', 'front', 'and', 'some', 'in', 'the', 'back', 'when', 'you', 'stand', 'certain', 'ways', 'and', 'i', 'need', 'to', 'have', 'it', 'taken', 'in', 'or', 'else', 'it', 'is', "n't", 'as', 'flattering', 'as', 'it', 'should', 'be', 'the', 'material', 'is', 'awesome', 'and', 'i', 'love', ',4,1,4', 'general', 'tops', 'knits'] ['15097,872,28', 'hideous', 'so', 'this', 'may', 'be', 'my', 'least', 'favorite', 'thing', 'i', 'have', 'ever', 'bought', 'from', 'retailer', 'this', 'top', 'had', 'so', 'much', 'extra', 'material', 'it', 'was', 'like', 'wearing', 'a', 'bag', 'or', 'parachute', 'it', 'looked', 'a', 'million', 'times', 'cuter', 'in', 'the', 'photos.,1,0,0', 'general', 'tops', 'knits'] ['15098,828,35', 'love', 'it', 'it', 'is', 'the', 'perfect', 'shirt', 'that', 'looks', 'and', 'feels', 'great', 'i', 'wear', 'a', 'size', '4', 'and', 'it', 'fits', 'perfectly.,5,1,0', 'general', 'tops', 'blouses'] ['15099,828,37', 'classic', 'this', 'shirt', 'fits', 'beautifully', 'though', 'might', 'be', 'tight', 'for', 'the', 'large', 'chested', 'the', 'fabrics', 'is', 'very', 'soft', 'and', 'the', 'look', 'classic', 'and', 'feminine', ',5,1,0', 'general', 'tops', 'blouses'] ['15100,1025,30', 'a', 'bit', 'too', 'long', 'i', 'love', 'these', 'pants', 'but', 'they', 'are', 'a', 'bit', 'too', 'long', 'like', 'the', 'reviewer', 'below', 'they', 'hit', 'me', 'right', 'at', 'the', 'ankles', 'i', 'am', '5', '6', 'i', 'am', 'going', 'to', 'hem', 'them', 'a', 'bit', 'also', 'they', 'were', 'a', 'little', 'bigger', 'in', 'the', 'waist', 'than', 'expected', 'could', 'have', 'ordered', 'a', 'size', '28', 'instead', 'of', 'a', '29', ',4,1,1', 'general', 'bottoms', 'jeans'] ['15101,1025,56', 'love', 'these', 'every', 'so', 'often', 'the', 'perfect', 'pair', 'of', 'bottoms', 'comes', 'along', 'this', 'style', 'was', 'it', 'for', 'me', 'i', "'m", 'tall', '5', '9', 'so', 'the', 'length', 'fits', 'perfect', 'for', 'a', 'crop', 'wide', 'leg', 'trouser', 'i', 'will', 'be', 'able', 'to', 'wear', 'these', 'in', 'the', 'summer', 'as', 'they', 'are', 'light', 'weight', 'enough', 'and', 'also', 'into', 'fall', 'before', 'it', 'gets', 'too', 'cold', 'ca', "n't", 'wait', 'to', 'wear', 'them', 'extra', 'bonus', 'i', 'got', 'them', 'on', 'sale', 'if', 'you', 'are', 'short', 'these', 'will', 'probably', 'be', 'more', 'like', 'a', 'long', 'leg', 'trouser', 'on', 'you', 'also', 'fit', 'true', 'to', 'size.,5,1,0', 'general', 'bottoms', 'jeans'] ['15102,1022,31', 'a', 'long', 'last', 'perfect', 'leggings', 'ca', "n't", 'say', 'enough', 'about', 'these', 'pants'] ['i', 'often', 'find', 'leggings', 'to', 'be', 'to', 'revealing', 'when', 'wearing', 'them', 'with', 'long', 'but', 'not', 'long', 'enough', 'top', 'i', 'have', 'a', 'longer', 'torso', 'so', 'finding', 'tops', 'that', 'hit', 'this', 'sweet', 'spot', 'is', 'an', 'issue', 'for', 'me', 'i', 'also', 'do', "n't", 'love', 'long', 'flowy', 'tops', 'with', 'jeans', 'all', 'the', 'time', 'the', 'portions', 'look', 'all', 'off', 'and', 'i', 'look', 'and', 'feel', 'heavy', 'in', 'my', 'middle', 'section'] ['cue', 'these', 'darlings', 'with', 'out', 'any', 'buttons', 'zippers', 'on', 'the', 'front', 'your', 'shirts', 'will', 'lay', 'flat', 'and', 'crisp', 'i', 'feel', 'comfortable', 'and', 'appropriate', 'at', 'my', 'causal', 'work', 'o', ',5,1,4', 'general', 'bottoms', 'jeans'] ['15103,394,21', 'i', 'love', 'this', 'suit', 'the', 'bottoms', 'ran', 'a', 'bit', 'too', 'big', 'on', 'me', 'i', "'m", 'usually', 'a', 'small', 'but', 'an', 'extra', 'small', 'would', 'have', 'fit', 'more', 'comfortably', 'the', 'small', 'was', "n't", 'huge', 'so', 'i', 'kept', 'with', 'them', 'and', 'im', 'still', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15104,394,45', 'fits', 'tts', 'comfortable', 'and', 'flattering', 'i', 'purchased', 'these', 'bottoms', 'with', 'the', 'matching', 'peplum', 'top', 'in', 'romantic', 'floral', 'i', 'also', 'purchased', 'the', 'higher', 'waisted', 'bottoms', 'just', 'in', 'case'] ['i', 'returned', 'the', 'higher', 'bottoms', 'and', 'that', "'s", 'saying', 'a', 'lot'] ['i', 'have', 'two', 'sons', 'and', 'now', 'struggle', 'with', 'fit', 'in', 'regard', 'to', 'two', 'piece', 'bathing', 'suits'] ['the', 'higher', 'bottoms', 'just', 'did', "n't", 'fit', 'right', 'and', 'i', 'did', "n't", 'need', 'the', 'extra', 'coverage', 'because', 'these', 'fit', 'so', 'well', 'and', 'the', 'peplum', 'gives', 'extra', 'coverage', 'though', 'not', 'really', 'necessary'] ['the', 'others', 'cut', 'in', 'a', 'bit', 'in', 'the', 'seat', 'and', 'hips', 'and', 'these', ',5,1,2', 'initmates', 'intimate', 'swim'] ['15105,394,30', ',,5,1,0', 'initmates', 'intimate', 'swim'] ['15106,394,37', 'amazing', 'bikini', 'bottoms', 'oh', 'how', 'i', 'dread', 'online', 'shopping', 'for', 'bikinis', 'especially', 'bottoms', 'however', 'these', 'bottoms', 'are', 'incredible', 'the', 'fit', 'is', 'perfect', 'you', 'know', 'when', 'you', 'are', 'wearing', 'normal', 'underwear', 'and', 'you', 'ask', 'yourself', 'why', 'ca', "n't", 'bathing', 'suit', 'bottoms', 'just', 'fit', 'like', 'this', 'these', 'bikini', 'bottoms', 'do', 'you', 'ca', "n't", 'tell', 'by', 'the', 'picture', 'but', 'they', 'are', 'a', 'really', 'great', 'weight', 'not', 'too', 'thick', 'and', 'bulky', 'very', 'flattering', 'perfect', 'rear', 'coverage', 'does', "n't", 'pinch', 'your', 'sides.truly', 'the', 'most', 'flattering', 'bottoms', 'i', "'ve", 'found', 'in', 'a', 'long', 'time', 'worth', ',5,1,8', 'initmates', 'intimate', 'swim'] ['15107,828,19', 'comfy', 'and', 'classy', 'this', 'shirt', 'is', 'so', 'soft', 'and', 'luxuriously', 'feeling', 'the', 'material', 'looks', 'very', 'nice', 'and', 'seems', 'well', 'made', 'it', 'has', 'a', 'nice', 'length', 'to', 'it', 'so', 'it', 'can', 'be', 'worn', 'properly', 'with', 'leggings', 'without', 'any', 'worry', 'i', "'m", 'a', '36d', 'and', 'ca', "n't", 'get', 'the', 'button', 'to', 'close', 'properly', 'so', 'i', "'d", 'recommend', 'sizing', 'up', 'if', 'this', 'could', 'be', 'an', 'issue', 'for', 'you', 'overall', 'it', 'will', 'be', 'a', 'very', 'versitile', 'piece', 'i', "'m", 'excited', 'to', 'add', 'to', 'my', 'wardrobe', ',5,1,0', 'general', 'tops', 'blouses'] ['15108,828,70', 'perfect', 'white', 'blouse', 'i', 'love', 'white', 'blouses', 'in', 'the', 'summer', 'this', 'one', 'is', 'perfect', 'bought', 'one', 'size', 'down', 'and', 'it', 'is', 'perfect', 'the', 'lovely', 'tailored', 'neck', 'is', 'very', 'flattering', 'and', 'hard', 'to', 'find', 'i', 'do', 'send', 'it', 'to', 'the', 'cleaners', 'just', 'to', 'make', 'sure', 'it', 'keeps', 'that', 'crisp', 'cool', 'look', 'for', 'hot', 'summer', 'days.,5,1,1', 'general', 'tops', 'blouses'] ['15109,1025,45', 'mixed', 'feelings', 'i', 'still', 'have', 'mixed', 'feelings', 'about', 'this', 'pants', 'the', 'fabric', 'is', 'nice', 'soft', 'and', 'flows', 'well', 'the', 'fit', 'is', 'good', 'i', 'ordered', '30', 'could', 'have', 'gone', 'with', '29', 'not', 'a', 'big', 'deal', 'the', 'one', 'thing', 'that', 'is', 'off', 'is', 'the', 'length', 'i', 'am', '5.7', 'and', 'these', 'come', 'right', 'to', 'above', 'my', 'ankle', 'nowhere', 'close', 'to', 'how', 'they', 'sit', 'on', 'the', 'model', 'the', 'issue', 'with', 'this', 'length', 'is', 'that', 'is', 'neither', 'here', 'nor', 'there', 'too', 'short', 'for', 'regular', 'pant', 'length', 'and', 'too', 'long', 'for', 'crops', 'i', 'will', 'probably', 'have', 'to', 'hem', 'them', 'a', 'bit', 'which', 'is', 'a', 'disappointment', 'when', 'you', 'pay', 'so', 'muc', ',3,1,8', 'general', 'bottoms', 'jeans'] ['15110,828,35', 'summer', 'top', 'the', 'color', 'of', 'this', 'top', 'is', 'perfect', 'for', 'summer', 'it', 'is', 'a', 'light', 'lilac', 'tone', 'the', 'fabric', 'is', 'also', 'light', 'and', 'super', 'soft', 'great', 'cut', 'too', 'even', 'my', 'husband', 'liked', 'the', 'cut', 'of', 'the', 'shirt'] [] ['i', 'ordered', 'a', 'large', 'based', 'on', 'other', 'reviews', 'but', 'found', 'the', 'arms', 'to', 'be', 'a', 'little', 'tight', 'but', 'not', 'enough', 'not', 'to', 'keep', 'the', 'top', 'the', 'shirt', 'does', 'run', 'slim', 'being', 'a', '36d', 'i', 'do', 'have', 'to', 'keep', 'the', 'top', 'buttons', 'unbutton', 'but', 'i', 'am', 'okay', 'with', 'wearing', 'a', 'little', 'cami', 'under', 'the', 'shirt', ',4,1,0', 'general', 'tops', 'blouses'] ['15111,828,65', 'love', 'this', 'top', 'i', "'m", 'so', 'glad', 'i', 'bought', 'this', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'it', "'s", 'lightweight', 'flowy', 'and', 'super', 'comfy', 'i', "'ll", 'be', 'wearing', 'this', 'all', 'the', 'time', 'very', 'lightweight', 'so', 'it', 'does', "n't", 'get', 'hot', 'love', 'the', 'material', 'it', "'s", 'soft', 'light', 'and', 'flattering', 'color', 'says', 'light', 'grey', 'but', 'it', 'does', 'have', 'a', 'bit', 'of', 'a', 'blue/lavender', 'hue', 'to', 'it', 'as', 'another', 'reviewer', 'said', 'i', 'love', 'cloth', 'stone', 'and', 'this', 'is', 'one', 'of', 'my', 'favorites', 'well', 'worth', 'the', 'money', ',5,1,0', 'general', 'tops', 'blouses'] ['15112,996,66', 'very', 'flattering', 'ordered', 'in', 'my', 'normal', 'size', 'large', 'and', 'i', 'love', 'it', 'beautiful', 'fit', 'striking', 'pattern', 'that', "'s", 'quite', 'slimming', 'the', 'stripes', 'are', 'deep', 'chocolate', 'next', 'to', 'a', 'mauve', 'purple', 'gray', 'on', 'a', 'white', 'background', 'it', 'looks', 'black', 'so', 'lots', 'of', 'colors', 'would', 'work', 'on', 'top', 'the', 'fabrication', 'is', 'a', 'soft', 'rib', 'knit', 'and', 'it', 'has', 'a', 'substantial', 'elastic', 'waistband', 'it', 'overlaps', 'in', 'the', 'front', 'and', 'the', 'opening', 'falls', 'a', 'bit', 'high', 'so', 'that', 'may', 'be', 'a', 'deal', 'breaker', 'for', 'some', 'because', 'it', 'does', 'expose', 'some', 'upper', 'thigh', 'i', 'like', 'the', 'look', 'but', 'i', "'m", '5', '3', 'so', 'it', 'works', 'well', ',5,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['15113,1025,44', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['15114,828,46', 'slim', 'great', 'material', 'i', 'love', 'the', 'color', 'it', 'has', 'a', 'lavender', 'hue', 'it', "'s", 'slightly', 'see-through', 'but', 'breathes', 'nicely', 'and', 'is', 'very', 'soft', 'and', 'comfortable', 'it', 'falls', 'long', 'in', 'the', 'back', 'and', 'fits', 'slim', 'through', 'the', 'torso', ',4,1,4', 'general', 'tops', 'blouses'] ['15115,828,57', 'falls', 'to', 'the', 'back.', '1', 'i', "'m", '5', '5', 'tall', '143', 'lbs', 'and', '38', '36d', '32', '-40', 'and', 'the', 'medium', 'fit', 'me', 'well'] [] ['2.', 'my', 'only', 'problem', 'is', 'that', 'the', 'collar', 'keeps', 'falling', 'to', 'the', 'back', 'i', 'feel', 'like', 'the', 'shoulder', 'is', "n't", 'cut', 'right', 'to', 'sit', 'on', 'the', 'shoulder', 'i', 'seem', 'to', 'have', 'this', 'problem', 'a', 'lot', 'with', 'this', 'brand', 'where', 'the', 'shirt', 'just', 'wants', 'to', 'fall', 'to', 'the', 'back', ',4,1,0', 'general', 'tops', 'blouses'] ['15116,828,44', 'runs', 'big', 'this', 'is', 'a', 'beautiful', 'blouse', 'however', 'it', 'runs', 'big', 'i', 'order', 'the', 'small', 'and', 'had', 'to', 'return', 'it', 'my', 'measurements', 'are', '5', '4', '135', '34c-28-38', 'for', 'reference', 'you', 'will', 'not', 'regret', 'buying', 'this', 'blouse', 'but', 'it', 'has', 'to', 'be', 'the', 'right', 'size', 'if', 'not', 'it', 'would', 'look', 'like', 'it', 'did', 'on', 'me', 'frumpy', 'i', 'kept', 'taking', 'it', 'off', 'and', 'putting', 'it', 'back', 'on', 'trying', 'to', 'make', 'it', 'work', 'because', 'i', 'liked', 'the', 'material', 'that', 'much', 'but', 'if', 'you', 'look', 'at', 'the', 'model', 'she', 'has', 'her', 'arms', 'straight', 'down', 'when', 'i', 'lifted', 'my', 'arms', 'i', 'had', '3', 'inches', 'of', 'extra', 'material', 'on', 'both', 'side', 'th', ',4,1,3', 'general', 'tops', 'blouses'] ['15117,1008,33', 'great', 'skirt', 'love', 'the', 'material', 'it', 'is', 'a', 'thick', 'cotton', 'but', 'it', 'is', 'structured', 'enough', 'and', 'thick', 'enough', 'so', 'that', 'it', 'does', "n't", 'cling', 'to', 'me', 'in', 'a', 'bad', 'way', 'its', 'like', 'wearing', 'a', 'sweater', 'my', 'only', 'beef', 'with', 'it', 'is', 'that', 'the', 'seam', 'where', 'the', 'black', 'material', 'is', 'stitched', 'to', 'the', 'gray', 'material', 'creates', 'a', 'bump', 'in', 'the', 'silhouette', 'the', 'black', 'material', 'is', 'the', 'same', 'as', 'the', 'gray', 'and', 'it', 'also', 'has', 'a', 'herringbone', 'pattern', 'thats', 'not', 'really', 'visible', 'in', 'the', 'pictures', 'i', 'would', 'have', 'preferred', 'a', 'uniform', 'material', 'rather', 'than', 'a', 'panel', 'sewn', 'in', 'not', 'a', 'huge', 'd', ',5,1,4', 'general', 'bottoms', 'skirts'] ['15118,828,40', ',,5,1,0', 'general', 'tops', 'blouses'] ['15119,394,32', 'great', 'fit', 'these', 'bottoms', 'are', 'comfortable', 'soft', 'and', 'fit', 'perfectly', 'the', 'pattern', 'is', 'exactly', 'the', 'colors', 'online', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15120,1025,46', 'i', 'love', 'these', 'but', 'i', 'should', 'have', 'ordered', 'the', 'size', '25', 'instead', 'of', 'my', 'usual', '26.', 'i', 'can', 'wear', 'them', 'higher', 'with', 'a', 'tight', 'belt', 'but', 'they', 'are', 'still', 'too', 'long', 'too', 'cute', 'to', 'return', 'though', ',4,1,0', 'general', 'bottoms', 'jeans'] ['15121,828,25', 'favorite', 'shirt', 'best', 'part', 'covers', 'my', 'bum', 'perfect', 'for', 'teaching', 'casual', 'girls', 'night', 'or', 'casual', 'date', 'night', 'my', 'only', 'complaint', 'is', 'there', 'are', "n't", 'other', 'colors', 'awful', 'decision', 'i', 'would', 'have', 'purchased', 'at', 'least', '5', 'of', 'these', 'at', 'the', 'right', 'price', ',5,1,0', 'general', 'tops', 'blouses'] ['15122,1025,59', 'snug', 'in', 'waist', 'right', 'on', 'trend', 'easy', 'to', 'wear', 'but', 'a', 'bit', 'snug', 'in', 'waist', 'which', 'the', 'vendor', 'gave', 'item', 'specific', 'sizing', 'to', 'make', 'the', 'selection', 'of', 'the', 'size', 'a', 'bit', 'easier', ',4,1,0', 'general', 'bottoms', 'jeans'] ['15123,394,38', 'love', 'it', 'so', 'soft', 'and', 'comfortable', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15124,828,35', 'true', 'to', 'size', 'this', 'is', 'a', 'comfortable', 'and', 'easy', 'shirt', 'that', 'is', 'meant', 'to', 'be', 'slightly', 'looser', 'i', 'wear', 'a', 'size', 'small', 'in', 'all', 'cloth', 'and', 'stone', 'and', 'found', 'this', 'shirt', 'to', 'be', 'true', 'to', 'size', 'the', 'extra', 'small', 'was', 'too', 'tight', 'in', 'the', 'shoulders', 'and', 'did', "n't", 'have', 'the', 'right', 'look', 'to', 'it'] [] ['same', 'fabric', 'as', 'my', 'other', 'cloth', 'and', 'stone', 'items', 'however', 'i', 'had', 'to', 'steam', 'the', 'cuffed', 'sleeves', 'and', 'back', 'pleating', 'after', 'washing', 'and', 'drying', 'to', 'make', 'it', 'look', 'nice', 'and', 'crisp', 'also', 'the', 'cuffed', 'sleeves', 'are', 'sewn', 'that', 'way', 'which', 'i', 'like', ',5,1,1', 'general', 'tops', 'blouses'] ['15125,940,65', 'truly', 'unflattering', 'granted', 'that', 'i', 'am', 'not', 'as', 'reed', 'thin', 'or', 'as', 'young', 'as', 'the', 'model', 'but', 'i', 'am', 'tall', 'and', 'reasonably', 'slender', 'i', 'have', 'long', 'hands', 'and', 'small', 'wrists', 'which', 'would', 'be', 'a', 'factor', 'in', 'the', 'overall', 'effect', 'of', 'this', 'garment', 'this', 'poncho', 'looked', 'like', 'some', 'sad', 'old', 'stretched', 'out', 'who-knows-what', 'that', 'you', "'d", 'keep', 'in', 'the', 'car', 'for', 'emergency', 'purposes', 'in', 'case', 'you', 'needed', 'warmth', 'if', 'the', 'car', 'broke', 'down', 'in', 'a', 'snowstorm', 'and', 'i', 'have', 'one', 'of', 'those', 'foldable', 'reflective', 'blankets', 'in', 'the', 'glove', 'box', 'for', 'that', 'purpose', 'i', 'was', 'looking', 'for', 'a', 'statement', ',1,0,0', 'general', 'tops', 'sweaters'] ['15126,862,62', 'basic', 'top', 'that', 'does', 'the', 'trick', 'this', 'is', 'a', 'cute', 'top', 'that', 'is', 'very', 'soft', 'and', 'comes', 'in', 'nice', 'colors', 'it', "'s", 'body', 'hugging', 'but', 'not', 'clingy', 'i', "'m", '5', '5', '120', 'with', 'square', 'shoulders', 'and', 'a', 'longer', 'torso', 'and', 'when', 'i', 'initially', 'tried', 'a', 'small', 'i', 'thought', 'it', 'looked', 'ok', 'but', 'when', 'i', 'tried', 'on', 'the', 'extra', 'small', 'it', 'looked', 'much', 'better', 'the', 'way', 'the', 'top', 'is', 'cut', 'it', 'fits', 'a', 'bit', 'weird', 'under', 'the', 'arms', 'as', 'you', 'can', 'see', 'in', 'the', 'photos', 'but', 'it', 'was', "n't", 'enough', 'to', 'keep', 'me', 'from', 'picking', 'up', 'a', 'few', 'colors', 'when', 'it', 'went', 'on', 'sale', 'i', 'like', 'wearing', 'this', 'under', 'a', 'jacket', 'or', 'cardigan', 'with', 'jeans', ',3,1,1', 'general', 'tops', 'knits'] ['15127,940,34', 'wanted', 'to', 'love', 'this', 'i', 'saw', 'this', 'sweater', 'on-line', 'and', 'loved', 'it', 'until', 'i', 'tried', 'it', 'on', 'i', "'m", '5-7', 'flat', 'chested', '135', 'pounds', 'and', 'i', 'ordered', 'a', 'size', 'small', 'the', 'sweater', 'fit', 'everywhere', 'except', 'for', 'my', 'arms', 'this', 'sweater', 'will', 'work', 'great', 'if', 'you', 'are', 'short', 'consider', 'making', 'your', 'sweaters', 'a', 'little', 'longer', 'because', 'i', 'do', 'not', 'consider', 'myself', 'tall', ',1,0,1', 'general', 'tops', 'sweaters'] ['15128,940,41', 'cute', 'and', 'comfy', 'layer', 'this', 'is', 'a', 'nice', 'sweater', 'it', 'is', 'comfortable', 'and', 'a', 'great', 'top', 'layer', 'it', 'fits', 'tts', 'but', 'be', 'aware', 'that', 'when', 'you', 'raise', 'your', 'arms', 'it', 'rides', 'up', 'pretty', 'high', 'i', 'bought', 'the', 'grey/brown', 'option', 'i', 'find', 'it', 'to', 'be', 'more', 'brown', 'than', 'grey', ',4,1,0', 'general', 'tops', 'sweaters'] ['15129,991,55', 'just', 'beautiful', 'what', 'a', 'special', 'skirt', 'so', 'beautiful', 'great', 'quality', 'i', 'got', 'on', 'sale', 'but', 'still', 'expensive', 'and', 'it', 'was', 'still', 'worth', 'it', 'i', 'will', 'be', 'wearing', 'this', 'for', 'years', ',5,1,0', 'general', 'bottoms', 'skirts'] ['15130,940,59', 'just', 'bought', 'red', 'today', 'to', 'wear', 'to', 'a', 'conference', 'to', 'stay', 'warm', 'over', 'floreat', 'peasant', 'blouse', 'and', 'pilcro', 'serif', 'jeans', 'love', 'love', 'very', 'flattering', 'and', 'plan', 'to', 'wear', 'with', 'skirts', 'on', 'airplanes', 'for', 'warmth', 'and', 'for', 'travel', 'very', 'versatile', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['15131,862,44', 'i', 'bought', 'this', 'top', 'in', 'all', 'four', 'colors', 'soft', 'material', 'elegant', 'design', 'relaxed', 'fit-', 'a', 'true', 'staple', 'for', 'every', 'closet', ',5,1,0', 'general', 'tops', 'knits'] ['15132,984,56', 'beautiful', 'i', 'really', 'love', 'this', 'brand', 'and', 'i', 'love', 'the', 'fit', 'of', 'this', 'blazer', 'my', 'bottons', 'were', 'loose', 'on', 'this', 'jacket', 'and', 'i', 'got', 'the', 'rose', 'color', 'too', 'and', 'i', 'do', 'agree', 'with', 'the', 'other', 'reviewer', 'that', 'the', 'color', 'is', 'more', 'terra-cotta', 'great', 'for', 'spring', 'and', 'cool', 'summer', 'night', 'it', 'runs', 'tts', 'im', 'a', '36dd', 'and', 'the', 'medium', 'fit', 'nice.,4,1,8', 'general', 'petite', 'jackets', 'jackets'] ['15133,862,41', 'very', 'flattering', 'this', 'top', 'fits', 'so', 'well', 'and', 'looks', 'much', 'better', 'on', 'than', 'in', 'the', 'picture.,5,1,0', 'general', 'tops', 'knits'] ['15134,984,24', 'nice', 'color', 'bulky', 'fit', 'was', 'looking', 'more', 'for', 'a', 'tailored', 'blazer', 'like', 'chino', 'jacket', 'this', 'was', 'just', 'too', 'bulky', 'usually', 'wear', 'a', '00p', 'ordered', 'the', '00', 'and', 'could', 'have', 'put', 'a', 'chunky', 'sweater', 'underneath', '5', '4', '110', 'lbs', '32c', 'for', 'reference', ',3,0,1', 'general', 'petite', 'jackets', 'jackets'] ['15135,940,65', 'perfect', 'fall', 'cape', 'easy', 'to', 'wear', 'love', 'this', 'medium', 'weight', 'wool', 'cape', 'it', 'is', 'so', 'much', 'prettier', 'in', 'person', 'the', 'photos', 'look', 'a', 'bit', 'boring', 'but', 'this', 'cape', 'is', 'very', 'versatile', 'and', 'simple', 'to', 'wear', 'some', 'capes', 'hang', 'oddly', 'on', 'me', 'but', 'this', 'one', 'was', 'flattering', 'without', 'the', 'bulk', 'not', 'itchy', 'either', 'the', 'photos', 'do', "n't", 'really', 'show', 'the', 'sleeves', 'clearly', 'but', 'there', 'is', 'a', 'sleeve', 'built', 'into', 'the', 'cape', 'the', 'taupe', 'color', 'is', 'a', 'rich', 'neutral', 'that', 'can', 'be', 'paired', 'with', 'thin', 'or', 'thicker', 'turtlenecks', 'or', 'shirts', 'the', 'sleeves', 'are', 'bracelet', 'length', 'so', 'full', 'length', 'sweaters', 'will', 'show', 'und,5,1,2', 'general', 'tops', 'sweaters'] ['15136,890,35', 'really', 'really', 'ridiculously', 'good', 'looking', 'i', 'saw', 'this', 'sweater', 'and', 'just', 'about', 'died', 'i', 'loved', 'the', 'accentuated', 'shoulders', 'and', 'beautiful', 'knit', 'detail', 'on', 'the', 'sleeves', 'lucky', 'for', 'me', 'retailer', 'day', 'started', 'a', 'couple', 'of', 'days', 'after', 'this', 'sweater', 'debuted', 'and', 'i', 'snagged', 'it', 'right', 'away', 'i', 'just', 'got', 'it', 'and', 'am', 'in', 'love', 'it', 'fits', 'true', 'to', 'size', 'and', 'the', 'shoulders', 'and', 'sleeves', 'are', 'everything', 'i', 'hoped', 'they', 'would', 'be', 'the', 'neckline', 'in', 'very', 'flattering', 'as', 'well', 'it', 'is', 'soft', 'and', 'the', 'color', 'is', 'gorgeous', 'if', 'there', 'is', 'a', 'negative', 'it', 'would', 'be', 'that', 'it', 'is', 'a', 'bit', 'boxy', 'in', 'the', 'torso', 'and', 'doe', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15137,850,62', 'lovely', 'and', 'unique', 'as', 'is', 'true', 'of', 'a', 'bunch', 'of', 'the', 'fall', 'clothing', 'photos', 'the', 'colors', 'are', 'totally', 'washed', 'out', 'in', 'these', 'model', 'images', 'which', 'is', 'such', 'a', 'shame', 'the', 'embroidery', 'is', 'bright', 'and', 'vivid', 'and', 'totally', 'unique', 'on', 'this', 'the', 'bib', 'area', 'is', 'actually', 'a', 'soft', 'corduroy', 'which', 'i', 'think', 'is', 'nice', 'to', 'transition', 'into', 'fall', 'and', 'winter', 'in', 'terms', 'of', 'fit', 'i', 'do', 'feel', 'like', 'this', 'is', 'maybe', 'geared', 'more', 'towards', 'the', 'slender', 'build', 'it', 'is', 'a', 'slim', 'cut', 'which', 'i', 'found', 'really', 'flattering', 'for', 'me', 'since', 'i', 'sometimes', 'swim', 'in', 'tunics', 'at', '5', '7', '128', 'with', 'a', 'very', 'small', ',5,1,12', 'general', 'petite', 'tops', 'blouses'] ['15138,940,41', 'cozy', 'poncho', 'at', 'just', 'the', 'right', 'length', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'poncho', 'for', 'weeks', 'and', 'finally', 'scored', 'the', 'olive', 'green', 'one', 'over', 'thanksgiving/black', 'friday', 'special', 'i', 'would', 'say', 'the', 'color', 'is', 'more', 'mustard', 'yellow', 'which', 'will', 'go', 'well', 'with', 'a', 'variety', 'of', 'jewel-tone', 'tops', 'etc', 'the', 'poncho', 'is', 'a', 'nice', 'weight', 'but', 'not', 'too', 'heavy', 'i', 'am', '4', '11', 'with', 'short', 'arms', 'but', 'i', 'went', 'ahead', 'and', 'bought', 'the', 'regular', 'xs', 'instead', 'of', 'the', 'petite', 'sizes', 'and', 'the', 'length', 'is', 'perfect', 'i', 'am', 'seriously', 'considering', 'getting', 'the', 'cranberry', 'one', 'as', 'well', 'a', 'classic', 'buy', 'for', 'winter', 'which', 'i', "'m", 'sure', ',5,1,0', 'general', 'tops', 'sweaters'] ['15139,940,33', 'love', 'this', 'is', 'such', 'a', 'fun', 'pullover', 'sweater', 'i', "'m", 'not', 'much', 'for', 'sweaters', 'so', 'i', 'thought', 'this', 'would', 'be', 'a', 'neat', 'alternative', 'im', 'between', 'a', 'small', 'and', 'medium', 'so', 'i', 'went', 'with', 'the', 'small', 'due', 'to', 'the', 'swing', 'style', 'it', 'fit', 'wonderfully', 'i', "'m", 'even', 'happy', 'with', 'the', 'length', 'which', 'completely', 'covers', 'my', 'behind', 'i', "'m", '5', '6', 'i', 'choose', 'the', 'gray', 'and', 'it', "'s", 'a', 'great', 'neutral', 'but', 'now', 'i', "'m", 'contemplating', 'going', 'back', 'for', 'the', 'red', 'as', 'well', 'hopefully', 'a', 'promo', 'will', 'come', 'along', 'soon', ',5,1,0', 'general', 'tops', 'sweaters'] ['15140,940,31', 'looks', 'great', 'not', 'the', 'easiest', 'to', 'wear', 'love', 'a', 'gray', 'sweater', 'and', 'this', 'one', 'is', 'stunning', 'layered', 'with', 'a', 'plaid', 'tunic', 'and', 'worn', 'to', 'work', 'with', 'many', 'compliments', 'the', 'only', 'downside', 'is', 'the', 'poncho', 'shape', 'with', 'the', 'large', 'wing', 'like', 'sleeves', 'makes', 'it', 'impossible', 'to', 'wear', 'a', 'coat', 'over', 'this', 'sweater', 'if', 'you', 'wanted', 'to', 'wear', 'in', 'the', 'winter', 'cold', 'you', 'would', 'need', 'a', 'cape', 'also', 'not', 'an', 'ideal', 'piece', 'if', 'you', 'need', 'to', 'lift', 'your', 'arms', 'for', 'any', 'reason', 'keeping', 'that', 'in', 'mind', 'though', 'i', 'still', 'really', 'like', 'it', 'for', 'days', 'when', 'i', 'want', 'to', 'look', 'cute', 'and', 'wo', "n't", 'be', 'do', "n't", 'a', 'ton', 'of', 'moving', 'aro', ',4,1,7', 'general', 'tops', 'sweaters'] ['15141,844,63', 'breezy', 'love', 'this', 'top-that', 'simple,5,1,0', 'general', 'tops', 'blouses'] ['15142,862,74', 'great', 'service', 'originally', 'got', 'one', 'with', 'a', 'stain', 'retailer', 'quickly', 'sent', 'a', 'replacement'] ['useful', 'with', 'many', 'skirts', 'and', 'pants', 'well', 'made', ',5,1,0', 'general', 'tops', 'knits'] ['15143,940,39', 'but', 'wear', 'something', 'underneath', 'colors', 'are', 'great', 'the', 'fit', 'is', 'flattering', 'but', 'as', 'soon', 'as', 'you', 'raise', 'your', 'arms', 'the', 'whole', 'shirt', 'lifts', 'there', 'is', 'no', 'picture', 'of', 'anyone', 'lifting', 'their', 'arms', 'be', 'sure', 'to', 'wear', 'something', 'under', ',4,1,0', 'general', 'tops', 'sweaters'] ['15144,862,45', 'classic', 'versital', 'shirt', 'i', 'purchased', 'this', 'shirt', 'in', 'white', 'and', 'black', 'the', 'white', 'is', 'more', 'ivory-isn', 'and', 'is', 'a', 'bit', 'thin/see', 'through', 'the', 'shirts', 'can', 'be', 'worn', 'with', 'jeans', 'or', 'dressed', 'up', 'with', 'a', 'skirt', 'i', 'just', 'wish', 'it', 'was', 'a', 'little', 'more', 'form', 'fitting', 'i', 'do', 'like', 'the', 'hint', 'of', 'stretch', 'in', 'the', 'fabric', 'very', 'comfortable', 'as', 'well', ',2,1,1', 'general', 'tops', 'knits'] ['15145,862,37', 'a', 'nice', 'basic', 'thank', 'goodness', 'for', 'a', 'nice', 'white', 'basic', 'tee', 'that', 'is', 'not', 'see', 'through', 'i', 'go', 'back', 'and', 'forth', 'between', 'an', 'xs', 'and', 's', 'depending', 'on', 'how', 'i', 'want', 'an', 'item', 'to', 'fit', 'i', 'do', "n't", 'like', 'things', 'to', 'be', 'too', 'form', 'fitting', 'because', 'i', 'still', 'have', 'a', 'little', 'post-baby', 'pooch', 'i', 'went', 'with', 'a', 's', 'in', 'this', 'shirt', 'and', 'it', 'works', 'well', 'my', 'only', 'complaint', 'is', 'that', 'the', 'neckline', 'is', 'not', 'totally', 'straight', 'where', 'the', 'seam', 'comes', 'up', 'from', 'under', 'the', 'arm', 'to', 'hit', 'the', 'neckline', 'it', 'bumps', 'out', 'a', 'little', 'bit', 'but', 'it', "'s", 'a', 'great', 'nicer', 'basic', 'that', 'will', 'go', 'well', 'with', 'almost,4,1,2', 'general', 'tops', 'knits'] ['15146,844,43', 'short', 'and', 'scratchy', 'this', 'top', 'is', 'beautiful', 'but', 'the', 'fabric', 'is', 'really', 'stiff', 'and', 'itchy', 'in', 'addition', 'it', "'s", 'rather', 'cropped', 'or', 'short', 'the', 'real', 'disaster', 'and', 'heart', 'break', 'for', 'me', 'was', 'when', 'i', 'washed', 'it', 'the', 'tag', 'recommends', 'dry', 'cleaning', 'but', 'allows', 'for', 'hand', 'washing', 'i', 'should', 'have', 'dry', 'cleaned', 'it', 'shrunk', 'even', 'more', 'when', 'i', 'washed', 'it', 'on', 'delicate', 'setting', 'in', 'cold', 'too', 'bad', 'because', 'this', 'looks', 'so', 'cute', 'the', 'first', 'time', 'you', 'wear', 'it', 'if', 'you', "'re", 'up', 'for', 'a', 'dry', 'cleaning', 'bill', 'and', 'do', "n't", 'mind', 'a', 'little', 'stiff', 'scratchy', 'material', 'you', "'ll", 'be', 'fine', 'buying', 't', ',3,0,2', 'general', 'tops', 'blouses'] ['15147,940,47', 'love', 'love', 'love', 'i', 'initially', 'bought', 'this', 'in', 'the', 'stone', 'color', 'and', 'loved', 'it', 'so', 'much', 'the', 'first', 'time', 'i', 'wore', 'it', 'that', 'i', 'went', 'back', 'for', 'the', 'red', 'without', 'a', 'doubt', 'my', 'favorite', 'purchases', 'of', 'the', 'season', 'have', 'gotten', 'so', 'many', 'compliments', 'on', 'both', 'and', 'despite', 'the', 'fact', 'that', 'the', 'style', 'is', "n't", 'form', 'fitting', 'it', 'is', 'still', 'somehow', 'very', 'flattering', 'would', 'highly', 'recommend', 'this', 'sweater', 'to', 'anyone', ',5,1,0', 'general', 'tops', 'sweaters'] ['15148,1022,25', 'best', 'jeans', 'i', "'ve", 'ever', 'owned', 'these', 'jeans', 'are', 'so', 'great', 'i', "'m", 'thinking', 'of', 'getting', 'a', 'second', 'pair', 'for', 'when', 'the', 'first', 'wear', 'out', 'despite', 'the', 'price', 'they', 'hug', 'my', 'curves', 'and', 'make', 'me', 'feel', 'like', 'a', 'bombshell', 'the', 'fabric', 'and', 'stitching', 'is', 'all', 'good', 'quality', 'and', 'sturdy', 'these', 'are', 'comfy', 'but', 'they', 'definitely', 'are', 'not', 'thin', 'like', 'legging', 'jeans', 'love', 'them', ',5,1,8', 'general', 'bottoms', 'jeans'] ['15149,850,64', ',looks', 'and', 'fits', 'just', 'like', 'the', 'picture', 'fabric', 'is', 'nice', 'and', 'soft', 'looking', 'forward', 'to', 'wearing', 'this', 'tunic', 'as', 'soon', 'as', 'the', 'weather', 'cools', 'just', 'a', 'little,5,1,0', 'general', 'tops', 'blouses'] ['15150,984,46', 'nice', 'jacket', 'to', 'add', 'to', 'my', 'wardrobe', 'i', 'bought', 'this', 'in', 'rose', 'and', 'i', 'really', 'like', 'the', 'jacket', 'the', 'color', 'is', 'not', 'rose', 'but', 'the', 'picture', 'is', 'accurate', 'it', 'is', 'more', 'terra', 'cotta', 'as', 'previous', 'reviewer', "'s", 'said', 'it', 'is', 'pretty', 'casual', 'but', 'you', 'can', 'dress', 'it', 'up', 'with', 'a', 'chunky', 'necklace', 'and', 'dressy', 'boots', 'i', 'do', 'wish', 'it', 'was', 'a', 'tad', 'more', 'fitted', 'in', 'the', 'waist', 'i', 'think', 'it', 'looks', 'better', 'buttoned', 'but', 'i', 'do', 'wear', 'it', 'open', 'as', 'well', ',5,1,3', 'general', 'petite', 'jackets', 'jackets'] ['15151,862,41', 'great', 'basic', 'top', 'i', 'bought', 'this', 'in', 'purple', 'and', 'then', 'just', 'now', 'in', 'navy.i', 'love', 'the', 'sleeve', 'length', 'and', 'neckline', 'this', 'shirt', 'is', 'made', 'of', 'a', 'very', 'soft', 'knit', 'material', 'a', 'so', 'its', 'very', 'comfy', 'and', 'flattering', 'goes', 'well', 'with', 'jeans', 'shirts', 'and', 'shorts', 'i', 'definitely', 'recommend', 'purchasing', 'this', 'shirt', ',5,1,0', 'general', 'tops', 'knits'] ['15152,862,48', 'nice', 'but', 'not', 'amazing', 'i', "'m", 'pretty', 'flat-chested', '34aa', 'so', 'it', "'s", 'hard', 'for', 'me', 'to', 'say', 'how', 'the', 'sizing', 'runs', 'on', 'this', 'top', 'for', 'others', 'to', 'me', 'it', "'s", 'a', 'slim', 'fitting', 'but', 'not', 'tight', 'true', 'to', 'size', 't-shirt', 'i', 'tried', 'the', 'xs', 'regular', 'dressing', 'room', 'photo', 'and', 'the', 'small', 'petite', 'other', 'photo', 'and', 'i', "'d", 'say', 'the', 'main', 'fit', 'difference', 'was', 'in', 'the', 'shoulders', 'the', 'small', 'petite', 'fit', 'me', 'better', 'in', 'the', 'shoulders', 'xs', 'petite', 'was', "n't", 'available', 'also', 'the', 'neckline', 'of', 'the', 'small', 'petite', 'came', 'up', 'a', 'little', 'higher', 'the', 'white', 'is', 'a', 'slightly', 'dingy', 'off-white', 'but', 'i', 'think', 'the', ',4,1,19', 'general', 'tops', 'knits'] ['15153,940,30', 'for', 'a', 'specific', 'person', 'i', 'love', 'ponchos', 'and', 'the', 'colors', 'are', 'gorgeous', 'but', 'the', 'pictures', 'make', 'it', 'look', 'much', 'longer', 'than', 'it', 'is', 'i', 'would', "'ve", 'loved', 'it', 'if', 'i', 'were', 'petite', 'but', 'i', 'personally', 'do', "n't", 'think', 'it', "'s", 'meant', 'for', 'taller', 'people', 'such', 'a', 'shame', ',3,1,0', 'general', 'tops', 'sweaters'] ['15154,940,56', 'must', 'have', 'piece', 'for', 'fall', 'first', 'saw', 'this', 'poncho', 'on', 'a', 'petite', 'blog', 'and', 'after', 'reading', 'reviews', 'happily', 'paid', 'full', 'price', 'i', 'followed', 'the', 'petite', 'reviews', 'and', 'purchased', 'the', 'xs', 'regular', 'the', 'length', 'hits', 'right', 'below', 'my', 'bum', 'so', 'it', "'s", 'perfectly', 'structured', 'to', 'wear', 'with', 'leggings', 'the', 'cable', 'knit', 'is', 'super', 'soft', 'and', 'very', 'warm', 'wore', 'this', 'for', 'the', 'first', 'time', 'last', 'weekend', 'layered', 'over', 'a', 'long', 'sleeve', 'tee', 'and', 'was', 'perfectly', 'cozy', 'outside', 'for', 'a', 'fall', 'day', 'in', 'chicago', 'this', 'item', 'will', 'not', 'last', 'long', 'and', 'is', 'well', 'worth', 'paying', 'full', 'price.,5,1,2', 'general', 'tops', 'sweaters'] ['15155,1080,26', 'picture', 'does', 'not', 'do', 'it', 'justice', 'the', 'dress', 'i', 'received', 'was', 'not', 'in', 'the', 'least', 'what', 'i', 'was', 'expecting', 'and', 'in', 'the', 'best', 'way', 'possible', 'i', 'initially', 'purchased', 'the', 'dress', 'as', 'something', 'i', 'could', 'wear', 'to', 'work', 'but', 'when', 'i', 'put', 'it', 'on', 'it', 'was', 'clear', 'the', 'dress', 'was', 'meant', 'for', 'something', 'a', 'bit', 'more', 'fun', 'it', "'s", 'more', 'along', 'the', 'lines', 'of', 'a', 'sweater', 'dress', 'and', 'is', 'very', 'flattering', 'and', 'chic', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15156,850,41', 'pretty', 'love', 'love', 'love', 'this', 'tunic', 'i', 'was', 'worried', 'about', 'getting', 'the', 'regular', 'size', 'because', 'they', 'do', "n't", 'have', 'my', 'size', 'in', 'petite', 'anymore', 'but', 'im', 'glad', 'i', 'took', 'a', 'chance', 'getting', 'the', 'regular', 'size', 'my', 'daughter', 'said', 'its', 'just', 'perfect', 'on', 'me', 'very', 'pretty', ',5,1,0', 'general', 'tops', 'blouses'] ['15157,940,68', 'comfortable', 'good', 'design', 'love', 'this', 'poncho', 'purchased', 'xs', 'in', 'gold/olive', 'color', 'and', 'the', 'length', 'is', 'good', 'i', 'could', 'have', 'sized', 'up', 'for', 'extra', 'length', 'but', 'thought', 'there', 'was', 'too', 'much', 'fabric', 'in', 'body', 'for', 'reference-5', '8', 'slender', 'love', 'the', 'diagonal', 'cable', 'pattern', 'and', 'curved', 'design', 'the', 'sleeves', 'are', 'more', 'comfortable', 'for', 'me', 'pushed', 'up', 'a', 'little', 'but', 'if', 'left', 'long', 'works', 'well', 'and', 'are', 'about', 'wrist', 'length', 'the', 'color', 'is', 'great', 'for', 'fall', 'but', 'could', 'easily', 'transition', 'into', 'winter.spring', 'the', 'gray', 'is', 'a', 'lighter', 'gray', 'and', 'is', 'nice', 'too', 'but', 'size', 'xs', 'not', 'availab', ',5,1,0', 'general', 'tops', 'sweaters'] ['15158,850,65', 'fall', 'perfection', 'i', 'fell', 'in', 'love', 'with', 'this', 'tunic', 'on', 'instagram', 'and', 'could', "n't", 'wait', 'to', 'find', 'it', 'during', 'the', 'tops', 'promotion', 'it', 'was', 'absolutely', 'not', 'a', 'disappointment', 'as', 'the', 'other', 'reviewer', 'mentioned', 'the', 'colors', 'of', 'the', 'embroidery', 'are', 'brighter', 'than', 'they', 'appear', 'in', 'the', 'online', 'images', 'and', 'this', 'actually', 'makes', 'the', 'shirt', 'more', 'beautiful', 'they', "'re", 'rich', 'and', 'fallish', 'but', 'not', 'at', 'all', 'over', 'the', 'top'] [] ['i', "'m", 'thrilled', 'with', 'the', 'quality', 'and', 'overall', 'cut', 'of', 'this', 'tunic', 'i', 'would', 'agree', 'that', 'it', 'might', 'be', 'best', 'to', 'run', 'to', 'a', 'larger', 'size', 'in', 'a', 'range', 'i', 'di', ',5,1,5', 'general', 'tops', 'blouses'] ['15159,1080,59', 'so', 'nice', 'but', 'too', 'short', 'for', 'me', 'great', 'fabric', 'and', 'nice', 'cut', 'like', 'other', 'reviewer', 'said', 'fitted', 'but', 'not', 'too', 'but', 'it', 'was', 'just', 'too', 'short', 'for', 'my', 'legs', 'i', 'do', 'wonder', 'if', 'the', 'description', 'is', 'wrong', 'but', 'i', 'did', "n't", 'keep', 'it', 'long', 'enough', 'to', 'measure', 'and', 'check', 'this', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15160,862,28', 'nice', 'fit', 'wish', 'it', 'was', 'a', 'little', 'longer', 'but', 'i', 'really', 'do', 'like', 'it', 'and', 'feel', 'good', 'when', 'i', 'wear', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['15161,844,61', 'gorgeous', 'love', 'this', 'top', 'runs', 'true', 'to', 'size', 'exactly', 'as', 'pictured.,5,1,1', 'general', 'tops', 'blouses'] ['15162,984,36', 'adorable', 'ordering', 'the', 'petite', 'adorable', 'jacket', 'i', 'ordered', 'the', 'medium', '5', '4', '135', 'lbs', 'sleeves', 'are', 'long', 'and', 'have', 'to', 'roll', 'them', 'up', 'ordering', 'the', 'petite', 'medium', 'to', 'see', 'if', 'it', 'fits', 'better', 'pink', 'color', 'is', 'great', ',5,1,7', 'general', 'petite', 'jackets', 'jackets'] ['15163,850,57', 'fun', 'casual', 'tunic', 'so', 'soft', 'a', 'casual', 'tunic', 'yet', 'polished', 'and', 'interesting', 'enough', 'for', 'work', 'darker', 'blue', 'than', 'the', 'photo', 'and', 'the', 'colors', 'are', 'much', 'brighter', 'and', 'prettier', 'in', 'person', ',5,1,0', 'general', 'tops', 'blouses'] ['15164,940,35', 'pretty', 'poncho', 'i', 'purchased', 'this', 'sweater', 'at', 'my', 'local', 'retailer', 'store', 'a', 'few', 'weeks', 'ago', 'i', 'picked', 'the', 'dark', 'grey', 'color', 'which', 'is', 'more', 'of', 'a', 'neutral', 'beige', 'or', 'oatmeal', 'color', 'i', 'love', 'it', 'i', 'just', 'wish', 'i', 'had', 'purchased', 'it', 'earlier', 'to', 'wear', 'through', 'the', 'fall', 'it', 'has', 'a', 'substantial', 'weight', 'and', 'is', 'warm', 'this', 'sweater/poncho', 'has', 'a', 'great', 'drape', 'that', 'is', 'really', 'flattering', 'especially', 'in', 'the', 'back', 'it', 'does', 'have', 'slits', 'on', 'the', 'sides', 'so', 'you', 'really', 'would', 'need', 'to', 'wear', 'a', 'layer', 'underneath', 'i', "'ve", 'worn', 'it', 'with', 'a', 'turtleneck', 'and', 'button-ups', 'and', 'it', 'looks', 'rea', ',5,1,1', 'general', 'tops', 'sweaters'] ['15165,850,54', 'cute', 'but', 'there', 'were', 'no', 'reviews', 'when', 'i', 'ordered', 'this', 'tunic', 'so', 'nothing', 'to', 'help', 'gauge', 'fit', 'it', 'is', 'very', 'cute', 'but', 'the', 'fit', 'is', 'strange', 'very', 'narrow', 'in', 'the', 'shoulders', 'and', 'chest.,3,0,0', 'general', 'tops', 'blouses'] ['15166,862,25', 'beautiful', 'maroon', 'top', 'this', 'is', 'a', 'great', 'everyday', 'top', 'for', 'pairing', 'with', 'jeans', 'or', 'a', 'nice', 'skirt', 'love', 'the', 'wine/maroon', 'color', 'super', 'comfy', 'i', 'took', 'other', 'reviewers', 'advice', 'and', 'ordered', 'a', 'size', 'up', 'and', 'it', 'was', 'a', 'little', 'too', 'big.,4,1,0', 'general', 'tops', 'knits'] ['15167,1104,49', 'order', 'small', 'i', 'had', 'to', 'order', 'this', 'dress', 'three', 'times', 'to', 'get', 'the', 'correct', 'size', 'ordered', 'a', 'petite', 'which', 'worked', 'great', 'i', 'really', 'like', 'the', 'dress', 'now', 'that', 'i', 'found', 'the', 'size', 'that', 'fits', 'best', 'love', 'the', 'color', 'perfect', 'for', 'so', 'many', 'occasions', 'church', 'special', 'events', 'and', 'dinner', 'out', 'great', 'with', 'flats', 'and', 'wedges', 'i', 'know', 'i', 'will', 'be', 'wearing', 'it', 'lots', 'this', 'summer', 'did', 'i', 'mention', 'i', 'love', 'the', 'color', 'worth', 'repeating', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15168,940,60', 'super', 'cute', 'true', 'poncho', 'style.', 'i', 'tried', 'this', 'on', 'in', 'store', 'but', 'did', "n't", 'purchase', 'it', 'due', 'to', 'price', 'then', 'kicked', 'myself', 'afterwards', 'when', 'my', 'size', 'was', 'sold', 'out', 'online', 'i', 'really', 'wanted', 'the', 'gray', 'i', 'finally', 'was', 'able', 'to', 'order', 'my', 'size', 'when', 'it', 'was', 'restocked', 'very', 'briefly', 'and', 'am', 'so', 'happy', 'i', 'did', 'this', 'is', 'such', 'a', 'cute', 'poncho'] [] ['i', 'also', 'have', 'the', 'angel', 'of', 'the', 'north', 'poncho', 'from', 'last', 'winter', 'and', 'do', "n't", 'like', 'that', 'one', 'nearly', 'as', 'much', 'that', 'one', 'was', 'too', 'long', 'this', 'one', 'is', 'the', 'perfect', 'length', 'it', 'curves', 'down', 'in', 'the', 'front', 'and', 'back', 'and', 'then', 'comes', 'up', 'at', 'the', 'sides', 'r', ',5,1,2', 'general', 'tops', 'sweaters'] ['15169,984,58', 'my', 'new', 'go-to', 'i', 'love', 'this', 'jacket', 'works', 'so', 'well', 'with', 'business', 'casual', 'outfits', 'and', 'the', 'color', 'goes', 'with', 'almost', 'everything', 'great', 'over', 'blouses', 'or', 't', 'shirts', 'by', 'far', 'my', 'favorite', 'purchase', 'in', 'quite', 'a', 'while', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15170,940,37', 'soft', 'cozy', 'poncho', 'perfect', 'for', 'fall/winter', 'i', 'love', 'this', 'i', 'bought', 'it', 'in', 'the', 'red', 'color', 'in', 'person', 'it', 'is', 'a', 'deeper', 'color', 'than', 'it', 'looks', 'online', 'and', 'it', 'has', 'some', 'flecks', 'of', 'lighter', 'yarn', 'in', 'it', 'that', 'just', 'add', 'to', 'it', "'s", 'beauty', 'it', 'is', 'very', 'soft', 'and', 'cozy', 'it', 'is', 'warm', 'without', 'being', 'hot', 'i', 'typically', 'wear', 'a', 'small/sometimes', 'medium', 'at', 'retailer', 'i', 'bought', 'a', 'medium', 'only', 'because', 'i', 'wanted', 'it', 'to', 'be', 'a', 'little', 'longer', 'so', 'that', 'i', 'could', 'wear', 'it', 'with', 'leggings', 'and', 'feel', 'comfortable', 'i', 'am', '5', '8', 'though', 'so', 'if', 'you', 'are', 'shorter', 'than', 'you', 'may', 'not', 'need', 'to', 'size', 'up', 'it', 'looks', 'great', 'with', 'a', ',5,1,0', 'general', 'tops', 'sweaters'] ['15171,975,65', 'love', 'it', 'received', 'the', 'jacket', 'today', 'i', 'love', 'it', 'but', 'because', 'it', 'has', 'no', 'stretch', 'in', 'the', 'material', 'it', 'feels', 'a', 'little', 'snug', 'across', 'the', 'shoulders', 'i', 'have', 'long', 'arms', 'and', 'it', 'fit', 'perfect', 'for', 'the', 'length', 'i', 'tried', 'to', 'order', 'the', 'next', 'size', 'to', 'see', 'how', 'it', 'would', 'fit', 'but', 'it', 'was', 'sold', 'out', 'i', "'ll", 'keep', 'looking', 'for', 'it', 'to', 'be', 'back', 'in', 'stock', ',5,1,1', 'general', 'jackets', 'jackets'] ['15172,1035,42', 'hip', 'trendy', 'this', 'is', 'my', 'second', 'pair', 'of', 'pilcro', 'jeans', 'and', 'the', 'second', 'time', 'i', 'am', 'totally', 'impressed', 'these', 'jeans', 'have', 'a', 'comfortable', 'stretch', 'and', 'rugged', 'wash', 'that', 'is', 'trendy', 'fun', 'they', 'are', 'the', 'perfect', 'everyday', 'jean', 'and', 'look', 'great', 'casually', 'with', 'a', 'pair', 'of', 'birkenstocks', 'or', 'converse', 'low', 'tops', 'the', 'only', 'thing', 'worth', 'pointing', 'out', 'is', 'that', 'i', 'am', 'pretty', 'short', '5', '4', 'and', 'the', 'regular', 'length', 'fits', 'me', 'perfectly', 'this', 'may', 'be', 'an', 'issue', 'for', 'ladies', 'lucky', 'enough', 'to', 'have', 'some', 'extra', 'inches', 'on', 'me.,5,1,0', 'general', 'bottoms', 'jeans'] ['15173,1080,62', 'comfortable', 'dress', 'i', 'really', 'like', 'this', 'dress', 'a', 'lot', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'it', 'is', 'clingy', 'but', 'not', 'in', 'a', 'bad', 'way', 'the', 'design', 'can', 'camouflage', 'some', 'figure', 'problems', 'i', 'thought', 'it', 'looked', 'better', 'with', 'a', 'belt', 'so', 'i', 'added', 'a', 'skinny', 'beige/pink', 'belt', 'which', 'worked', 'great', 'ca', "n't", 'say', 'enough', 'about', 'how', 'comfortable', 'this', 'dress', 'is.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15174,984,28', ',,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15175,940,23', 'this', 'poncho', 'is', 'perfect', 'the', 'slits', 'on', 'the', 'side', 'may', 'seem', 'intimidating', 'at', 'first', 'but', 'wear', 'a', 'flowy', 'tank', 'under', 'neath', 'it', 'for', 'a', 'nice', 'added', 'detail', 'it', "'s", 'easy', 'to', 'wear', 'over', 'a', 'fitted', 'dress', 'as', 'well', 'or', 'a', 'high-waisted', 'full', 'skirt'] ['i', 'have', 'red', 'hair', 'and', 'the', 'gold', 'looks', 'amazing', 'with', 'that', 'hair', 'color', 'but', 'the', 'grey', 'and', 'creme', 'are', 'neutral', 'and', 'go', 'well', 'with', 'a', 'lot', 'of', 'options', ',5,1,0', 'general', 'tops', 'sweaters'] ['15176,850,39', 'certainly', 'lovely', 'a', 'lovely', 'creatively', 'designed', 'tunic', 'that', 'just', 'is', "n't", 'for', 'me', 'the', 'embroidery', 'is', 'certainly', 'intricate', 'and', 'the', 'chambray', 'shirt', 'has', 'a', 'wearable', 'hand', 'but', 'the', 'combination', 'on', 'my', 'body', 'type', 'did', "n't", 'look', 'quite', 'right', 'probably', 'because', 'i', 'am', 'too', 'top', 'heavy', 'and', 'apple', 'torsoed', 'i', 'think', 'if', 'i', 'were', 'more', 'slender', 'the', 'fit', 'would', 'look', 'like', 'a', 'flattering', 'dress', 'i', 'had', 'purchased', 'the', 'size', '10', 'and', 'i', 'am', '36dd', '140', ',4,1,1', 'general', 'tops', 'blouses'] ['15177,940,37', 'beautiful', 'warm', 'sweater', 'i', 'saw', 'this', 'online', 'and', 'decided', 'to', 'go', 'to', 'the', 'store', 'to', 'have', 'a', 'look', 'at', 'it', 'in', 'person', 'i', 'was', 'not', 'disappointed', 'at', 'all', 'it', 'is', 'so', 'gorgeous', 'i', 'purchased', 'the', 'burgundy', 'color', 'and', 'have', 'received', 'so', 'many', 'compliments', 'it', 'is', 'very', 'well', 'made', 'i', 'am', '5', '5', '126', 'lbs', 'and', 'purchased', 'a', 'small', 'i', 'think', 'some', 'others', 'mentioned', 'it', 'falls', 'short', 'in', 'back', 'but', 'on', 'me', 'it', 'falls', 'well', 'passed', 'my', 'bottom', 'maybe', 'they', 'purchased', 'a', 'petite', ',5,1,0', 'general', 'tops', 'sweaters'] ['15178,940,29', 'great', 'fall', 'fashion', 'find', 'like', 'another', 'reviewer', 'i', 'initially', 'passed', 'by', 'this', 'sweater', 'and', 'thought', 'nothing', 'of', 'it', 'until', 'i', 'noticed', 'it', 'on', 'display', 'super', 'cute', 'and', 'ultra', 'comfy', 'the', 'kind', 'of', 'sweater', 'that', 'just', 'beckons', 'to', 'be', 'warn', 'in', 'the', 'fall', 'i', 'purchased', 'this', 'in', 'the', 'olive', 'color', 'and', 'just', 'love', 'it', 'very', 'cute', 'and', 'flattering', 'for', 'a', 'poncho-type', 'sweater', 'i', 'do', 'think', 'it', 'runs', 'a', 'bit', 'large', 'so', 'i', 'sized', 'down', 'for', 'the', 'perfect', 'fit', 'i', 'highly', 'recommend', 'this', 'item', ',5,1,4', 'general', 'tops', 'sweaters'] ['15179,984,36', 'very', 'nice', 'comfortable', 'great', 'color', 'other', 'than', 'the', 'color', 'i', 'got', 'the', 'rose', 'color', 'which', 'is', 'great', 'i', 'think', 'my', 'favorite', 'part', 'about', 'this', 'jacket', 'is', 'that', 'the', 'sleeves', 'are', 'actually', 'long', 'enough', 'i', 'am', '5', '7', 'and', 'the', 'sleeves', 'come', 'right', 'to', 'my', 'wrists', 'if', 'not', 'just', 'a', 'tad', 'longer', 'onto', 'my', 'hands', 'it', "'s", 'also', 'got', 'some', 'stretch', 'to', 'it', 'so', 'it', 'does', "n't", 'make', 'you', 'feel', 'to', 'stiff', 'as', 'you', 'wear', 'it', 'you', 'can', 'move', 'in', 'it', 'it', "'s", 'very', 'comfortable', 'and', 'pretty', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15180,940,34', 'i', 'sized', 'way', 'down', 'this', 'is', 'basically', 'a', 'poncho', 'with', 'arm', 'holes', 'but', 'it', 'looks', 'great', 'and', 'is', 'well-made'] ['i', 'got', 'this', 'in', 'the', 'wine', 'which', 'is', 'a', 'beautiful', 'color', 'the', 'design', 'is', 'nice', 'and', 'looks', 'expensive', 'but', 'i', "'m", 'not', 'sure', 'how', 'it', 'will', 'hold', 'up', 'after', 'washing', 'it', 'is', 'oversized', 'and', 'a', 'little', 'boxy', 'i', "'m", 'a', 'medium', 'or', 'large', 'on', 'top', 'and', 'i', 'ended', 'up', 'purchasing', 'an', 'xs', 'and', 'it', 'fits', 'just', 'fine', 'in', 'the', 'shoulders', 'and', 'arms', 'the', 'rest', 'of', 'it', 'is', 'still', 'roomy', 'though', 'short', 'but', 'perfectly', 'fine', 'i', 'got', 'this', 'on', 'sale', 'so', 'it', 'was', 'well', 'worth', 'the', 'price', 'point', ',4,1,0', 'general', 'tops', 'sweaters'] ['15181,984,72', 'the', 'good', 'and', 'the', 'bad', 'first', 'the', 'good', 'i', 'like', 'the', 'basic', 'shape', 'of', 'the', 'jacket', 'with', 'its', 'crisply', 'cut', 'lapels'] ['and', 'rounded', 'corners', 'at', 'the', 'bottom', 'the', 'functional', 'pockets', 'including', 'the'] ['cool', 'watch', 'pocket', 'the', 'size', 'of', 'the', 'buttons', 'the', 'color', 'i', 'got', 'the', 'honey'] ['and', 'it', 'was', 'lovely', 'and', 'intense', 'now', 'the', 'bad'] ['i', 'got', 'the', 'regular', '8.', 'the', 'jacket', 'is', 'at', 'least', 'an', 'inch', 'too', 'short', 'although', 'it', "'s"] ['a', 'small', 'tight', '8', 'the', 'sleeves', 'are', 'strikingly', 'too', 'long', 'they', 'would', 'have', 'to'] ['be', 'folded', 'and', 'the', 'lining', 'which', 'would', 'show', 'is', 'not', 'that', 'attractive', ',3,0,4', 'general', 'petite', 'jackets', 'jackets'] ['15182,984,39', 'buttons', 'falling', 'off', 'this', 'blazer', 'is', 'a', 'nice', 'weight', 'for', 'summer', 'it', 'is', 'more', 'terracotta', 'than', 'rose', 'but', 'is', 'still', 'a', 'nice', 'color', 'the', 'fit', 'is', 'tts', 'and', 'flattering', 'however', 'the', 'buttons', 'were', 'almost', 'falling', 'off', 'the', 'one', 'i', 'received', 'i', 'did', "n't", 'take', 'this', 'as', 'a', 'sign', 'of', 'great', 'quality', 'and', 'plan', 'to', 'return', 'it', ',3,0,8', 'general', 'petite', 'jackets', 'jackets'] ['15183,984,52', 'just', 'meh', 'for', 'the', 'price', 'i', 'am', '5', 'feet', 'and', '120', 'lbs', 'i', 'ordered', 'the', 'honey', 'quality', 'was', 'excellent', 'no', 'button', 'issues', 'fits', 'true', 'to', 'size', 'i', 'ordered', 'a', 'small', 'petite', 'my', 'issue', 'was', 'the', 'chino', 'fabric', 'was', 'too', 'casual', 'it', "'s", 'okay', 'if', 'it', 'were', 'on', 'sale', 'i', 'would', 'keep', 'it', 'but', 'not', 'at', 'full', 'price', 'color', 'is', 'as', 'shown', 'in', 'the', 'honey', 'no', 'issues', 'on', 'arm', 'length', 'but', 'i', 'like', 'mine', 'a', 'little', 'longer', 'it', "'s", 'kind', 'of', 'menswear', 'which', 'some', 'gals', 'would', 'like', 'i', 'am', 'a', '34', 'c', 'and', 'it', 'only', 'looks', 'good', 'buttoned', 'up', 'on', 'me', 'i', "'d", 'say', 'if', 'your', 'on', 'the', 'fence', 'give', 'it', 'a', 'try', 'it', "'s", 'tts', ',4,1,2', 'general', 'petite', 'jackets', 'jackets'] ['15184,940,39', 'beautiful', 'sweater', 'poor', 'sleeve', 'design', 'this', 'sweater', 'is', 'beautiful', 'especially', 'in', 'the', 'bordeaux', 'color', 'the', 'cable', 'knit', 'in', 'varying', 'directions', 'makes', 'it', 'interesting', 'and', 'unique', 'and', 'the', 'length', 'is', 'great', 'for', 'us', 'short', 'waisted', 'ladies', 'my', 'big', 'issue', 'with', 'this', 'sweater', 'is', 'the', 'sleeves', 'there', 'really', 'are', 'no', 'sleeves', 'just', 'arm', 'holes', 'at', 'the', 'same', 'level', 'as', 'the', 'hem', 'of', 'the', 'sweater', 'so', 'you', 'feel', 'as', 'if', 'you', 'need', 'to', 'keep', 'your', 'arms', 'pinned', 'to', 'your', 'sides', 'to', 'keep', 'from', 'lifting', 'the', 'sweater', 'up', 'to', 'expose', 'your', 'midsection', 'or', 'pushing', 'the', 'sleeves', 'way', 'up', 'which', 'then', 'results', 'in', ',3,0,1', 'general', 'tops', 'sweaters'] ['15185,868,52', 'beautiful', 'full', 'flowing', 'i', 'bought', 'the', 'wine', 'color', 'typically', 'wear', 'med', 'or', 'large.', 'med', 'was', 'plenty', 'big', 'the', 'color', 'is', 'deep', 'and', 'beautiful', 'is', 'so', 'soft', 'and', 'flowing', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['15186,831,37', ',,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15187,1033,56', 'too', 'skinny', 'for', 'me', 'i', 'was', 'so', 'sad', 'to', 'have', 'to', 'return', 'these', 'pilcro', 'jeans', 'my', 'calves', 'are', 'just', 'too', 'athletic', 'for', 'these', 'jeans', 'they', 'were', "n't", 'comfortable', 'they', 'were', 'a', 'little', 'loose', 'in', 'the', 'waist', 'so', 'sizing', 'up', 'would', 'not', 'have', 'fit', 'the', 'tight', 'in', 'the', 'calves', 'problem', 'i', 'have', 'two', 'pairs', 'of', 'stetson', 'crop', 'flares', 'and', 'they', 'fit', 'perfectly', 'in', 'fact', 'i', 'love', 'the', 'pilcro', 'stetson', 'crop', 'flare', 'style', 'wish', 'retailer', 'would', 'sell', 'more', 'of', 'this', 'style', ',4,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15188,831,40', 'love', 'this', 'blouse', 'this', 'blouse', 'is', 'gorgeous', 'i', 'purchased', 'in', 'two', 'colors', 'and', 'absolutely', 'love', 'it', 'just', 'a', 'side', 'note', 'i', 'normally', 'wear', 'a', 'size', 'small', 'blouse', 'or', 'size', '4-6', 'blouse', 'in', 'this', 'i', 'went', 'up', 'a', 'size', 'and', 'purchased', 'the', 'medium', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15189,988,30', 'cute', 'but', 'some', 'major', 'flaws', 'the', 'pattern', 'is', 'cute', 'it', "'s", 'a', 'little', 'more', 'subtle', 'than', 'in', 'the', 'photos', 'the', 'problems', 'were', 'the', 'skirt', 'are', '1', 'pretty', 'sure', 'it', 'will', 'wrinkle', 'in', 'two', 'seconds', 'and', '2', 'it', 'has', 'buttons', 'down', 'the', 'front', 'of', 'it', 'with', 'no', 'lining', 'behind', 'it', 'which', 'means', 'if', 'you', 'sit', 'down', 'wearing', 'this', 'skirt', 'and', 'it', 'does', "n't", 'lay', 'quite', 'right', 'it', 'gaps', 'and', 'you', 'can', 'see', 'whatever', 'is', 'or', 'is', 'not', 'underneath', 'the', 'buttons', 'are', 'like', 'two', 'inches', 'apart', 'so', 'it', "'s", 'not', 'a', 'tiny', 'little', 'gap', 'no', 'thanks', 'also', 'this', 'skirt', 'fir', 'true', 'to', 'size', 'it', 'was', "n't", 'tight', 'just', 'gappy', ',3,0,10', 'general', 'bottoms', 'skirts'] ['15190,868,64', 'i', 'love', 'this', 'top', 'very', 'comfortable', 'and', 'versatile'] ['i', 'will', 'be', 'purchasing', 'the', 'top', 'in', 'all', 'the', 'other', 'colors', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['15191,996,28', 'spicy', 'and', 'comfortable', 'this', 'skirt', 'was', 'very', 'figure', 'flattering', 'and', 'the', 'elastic', 'waist', 'is', 'comfortable', 'and', 'does', 'not', 'cut', 'into', 'my', 'sides', 'has', 'a', 'great', 'look', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['15192,831,47', 'beautiful', 'blouse', 'can', 'be', 'tucked', 'in', 'or', 'left', 'out', 'i', 'bough', 'this', 'in', 'the', 'blue', 'green', 'color', 'and', 'it', "'s", 'absolutely', 'beautiful', 'just', 'as', 'it', 'appears', 'online', 'actually', 'the', 'shirt', 'in', 'general', 'looks', 'just', 'like', 'it', 'does', 'online', 'it', "'s", 'fitted', 'up', 'top', 'and', 'flowy', 'everywhere', 'else', 'this', 'may', 'be', 'because', 'i', "'m", 'fairly', 'straight-figured', 'it', "'s", 'possible', 'it', 'would', 'be', 'less', 'flattering', 'on', 'a', 'bigger', 'bust', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'who', 'say', 'the', 'fabric', 'wrinkles', 'too', 'easily', 'i', 'am', 'sometimes', 'an', 'xs', 'and', 'sometimes', 'a', 's', 'and', 'i', 'ordered', 'the', 's', 'in', 'this', 'and', 'like', 'how', 'it', 'fits', 'note', 'in', 'meadow', 'rue', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['15193,868,58', 'love', 'the', 'boho', 'look', 'soft', 'and', 'pretty', 'but', 'way', 'too', 'big', 'and', 'wide', 'love', 'the', 'bell-sleeve', 'detail', 'i', "'m", 'exchanging', 'for', 'one', 'size', 'smaller', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['15194,862,42', ',,5,1,0', 'general', 'tops', 'knits'] ['15195,831,25', 'perfect', 'blouse', 'this', 'blouse', 'makes', 'me', 'feel', 'young', 'vibrant', 'and', 'beautiful', 'i', 'got', 'it', 'in', '2', 'colors', 'with', 'the', 'coupon', 'special', 'i', 'love', 'how', 'it', 'fits', 'and', 'it', "'s", 'slimming', 'love', 'it', 'i', 'have', 'broad', 'shoulders', 'and', 'it', 'is', 'very', 'slimming', ',5,1,8', 'general', 'petite', 'tops', 'blouses'] ['15196,875,42', 'size', 'down', 'if', 'between', 'sizes', 'i', 'love', 'the', 'quality', 'of', 'this', 'little', 'gem', 'it', "'s", 'going', 'to', 'be', 'used', 'as', 'an', 'under', 'a', 'sweater', 'top', 'and', 'also', 'to', 'fill', 'a', 'v-neck', 'line', 'dress', 'up', 'that', "'s", 'too', 'low', 'for', 'me', 'it', "'s", 'made', 'very', 'well', 'in', 'my', 'opinion', 'but', 'it', 'runs', 'a', 'bit', 'too', 'full', 'so', 'if', 'you', 'are', 'between', 'sizes', 'you', 'could', 'easily', 'go', 'down', 'a', 'size.,4,1,0', 'general', 'tops', 'knits'] ['15197,868,30', 'love', 'pretty', 'obsessed', 'with', 'this', 'top', 'it', 'feels', 'like', 'a', 'cotton', 'poncho', 'it', "'s", 'definitely', 'made', 'to', 'be', 'over-sized', 'and', 'flowy', 'it', 'even', 'hangs', 'off', 'the', 'shoulder', 'some', 'it', 'does', 'run', 'very', 'large', 'i', "'m", 'normally', 'a', 'medium', 'to', 'a', 'large', 'and', 'i', 'purchased', 'the', 'xs', 'never', 'ever', 'an', 'xs', 'normally', 'even', 'still', 'it', "'s", 'loose', 'as', 'it', "'s", 'designed', 'to', 'be', 'so', 'definitely', 'size', 'down', '2', 'sizes', 'other', 'than', 'that', 'super', 'comfy', 'and', 'a', 'casual', 'top', 'that', 'can', 'be', 'worn', 'to', 'make', 'my', 'leggings', 'and', 'flip', 'flops', 'a', 'little', 'more', 'fancy', 'would', 'also', 'be', 'nice', 'with', 'jeans', 'for', 'a', 'casual', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['15198,1033,33', 'love', 'but', 'tight', 'i', 'love', 'pilcros', 'i', 'have', 'a', 'few', 'pairs', 'and', 'all', 'in', '28s', 'so', 'that', "'s", 'what', 'i', 'ordered', 'however', 'they', 'are', 'so', 'tight', 'i', 'could', 'even', 'button', 'them', 'i', 'have', "n't", 'gained', 'any', 'weight', 'and', 'all', 'my', 'old', 'pairs', 'fit', 'fine', 'i', 'liked', 'the', 'color', 'and', 'length', 'so', 'much', 'i', "'m", 'exchanging', 'them', 'for', '29s', 'hopefully', 'that', 'will', 'do', 'the', 'trick', ',4,1,8', 'general', 'petite', 'bottoms', 'jeans'] ['15199,875,31', 'cute', 'little', 'two-in-one', 'bought', 'this', 'top', 'on', 'a', 'whim', 'on', 'a', 'tops', 'sale', 'and', 'am', 'really', 'glad', 'i', 'did', 'it', "'s", 'a', 'nice', 'two-in-one', 'piece', 'that', 'can', 'be', 'dressed', 'up', 'for', 'the', 'office', 'with', 'a', 'blazer', 'or', 'down', 'with', 'jeans', 'and', 'a', 'sweater', 'striped', 'portion', 'of', 'the', 'shirt', 'is', 'a', 'ponte', 'stretchy', 'material', 'i', 'am', '5', '5', '135lbs', '34c', 'curvy/muscular', 'frame', 'and', 'the', 'small', 'was', 'perfect', 'and', 'even', 'roomy', 'i', 'do', "n't", 'like', 'things', 'too', 'tight', ',4,1,1', 'general', 'tops', 'knits'] ['15200,1033,32', 'perfect', 'absolutely', 'love', 'these', 'i', 'ordered', 'them', 'in', 'bronze', 'and', 'i', "'m", 'thinking', 'about', 'getting', 'the', 'lilac', 'pair', 'as', 'well', 'they', "'re", 'super', 'comfortable', 'and', 'look', 'great', 'on.,5,1,7', 'general', 'petite', 'bottoms', 'jeans'] ['15201,831,55', ',,4,1,0', 'general', 'petite', 'tops', 'blouses'] ['15202,996,28', 'perfect', 'when', 'i', 'put', 'this', 'skirt', 'on', 'my', 'aunt', 'said', 'that', 'looks', 'like', 'a', 'skirt', 'with', 'class', 'she', "'s", 'right', 'this', 'skirt', 'feels', 'as', 'wonderful', 'on', 'as', 'it', 'looks', 'i', 'love', 'the', 'faux', 'leather', 'slash', 'it', 'is', 'the', 'perfect', 'detail', 'without', 'detracting', 'from', 'a', 'printed', 'top', 'i', 'think', 'it', 'is', 'great', 'to', 'just', 'slip', 'on', 'no', 'zipper', 'for', 'those', 'days', '.i', 'even', 'pulled', 'this', 'on', 'over', 'a', 'dress', 'bailey', '44', 'hits', 'it', 'out', 'of', 'the', 'park', 'again', 'i', 'have', '3', 'dresses', 'and', 'now', 'a', 'skirt', 't.e', 'colors', 'on', 'the', 'website', 'are', 'brighter', 'than', 'they', 'are', 'in', 'person', 'just', 'fyi', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['15203,862,54', 'this', 'is', 'a', 'great', 'tee', 'i', 'bought', 'this', 'in', 'the', 'green', 'in', 'a', 'size', 'm.', 'i', "'m", 'normally', 'a', 'small', 'but', 'because', 'of', 'the', 'fitted', 'look', 'i', 'opted', 'for', 'the', 'medium', 'i', 'probably', 'could', 'have', 'sized', 'down', 'to', 'the', 'small', 'but', 'the', 'medium', 'is', 'still', 'fitted', 'just', 'not', 'too', 'tight', 'which', 'is', 'actually', 'a', 'nice', 'look', 'the', 'only', 'thing', 'i', 'wish', 'was', 'different', 'are', 'the', 'sleeves', 'the', 'sleeves', 'are', 'just', 'a', 'little', 'too', 'puffy', 'for', 'me', 'but', 'it', "'s", 'so', 'cute', 'that', 'i', "'m", 'keeping', 'it', ',4,1,1', 'general', 'tops', 'knits'] ['15204,862,54', 'cute', 'top', 'i', 'ordered', 'the', 'green', 'and', 'lilac', 'the', 'pink', 'color', 'was', 'not', 'offered', 'when', 'i', 'placed', 'my', 'order', 'so', 'that', 'was', 'not', 'an', 'option', 'i', 'found', 'that', 'it', 'ran', 'true', 'to', 'size', 'but', 'was', 'a', 'loose', 'fit', 'the', 'lilac', 'color', 'had', 'white', 'streaks', 'from', 'the', 'the-dyed', 'effect', 'but', 'it', 'looked', 'like', 'someone', 'had', 'spilled', 'paint', 'on', 'the', 'front', 'in', 'one', 'area', 'so', 'i', 'did', 'not', 'even', 'try', 'that', 'one', 'on', 'for', 'now', 'i', 'am', 'keeping', 'the', 'green', 'one', 'but', 'it', 'is', 'a', 'deeper', 'green', 'than', 'pictured', 'and', 'also', 'a', 'looser', 'fit', 'than', 'on', 'the', 'model', 'i', 'do', 'like', 'that', 'it', 'is', '100', 'percent', 'cotton', 'and', 'very', 'so', ',3,1,16', 'general', 'tops', 'knits'] ['15205,862,20', 'pretty', 'feminine', 'top', 'cuter', 'than', 'a', 'tee', 'bought', 'this', 'online', 'to', 'get', 'something', 'in', 'the', 'purple', 'family', 'it', "'s", 'a', 'deeper', 'hue', 'than', 'pictured', 'and', 'as', 'others', 'have', 'noted', 'there', 'are', 'variations', 'in', 'the', 'color', 'all', 'over', 'cute', 'with', 'jeans', 'definitely', 'an', 'upgrade', 'from', 'a', 'boring', 'old', 't.', 'one', 'word', 'to', 'the', 'wise', 'saw', 'the', 'pink', 'in', 'the', 'store', 'today', 'definitely', 'not', 'pink', 'it', "'s", 'orange', 'i', "'m", '5', '6', '127', 'lbs.', 'and', '34b', 'bought', 'xs', 'and', 'it', 'is', 'perfect', ',5,1,0', 'general', 'tops', 'knits'] ['15206,831,33', 'cute', 'and', 'simple', 'top', 'a', 'little', 'tight', 'through', 'the', 'bust', 'looks', 'great', 'tucked', 'or', 'out', 'and', 'super', 'cute', 'with', 'a', 'simple', 'jacket', 'easy', 'piece', 'to', 'dress', 'up', 'or', 'down', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15207,831,35', 'put', 'a', 'stop', 'to', 'this', 'top', 'i', 'love', 'this', 'outfit', 'so', 'much', 'and', 'bought', 'the', 'skirt', 'pictured', 'with', 'the', 'top', 'on', 'the', 'model', 'in', 'high', 'hopes', 'my', 'quest', 'for', 'the', 'perfect', 'date', 'night', 'outfit', 'would', 'be', 'ended', 'not', 'so', 'for', 'starters', 'the', 'top', 'is', 'much', 'more', 'of', 'a', 'beige', 'in', 'person', 'a', 'horrible', 'unflattering', 'color', 'that', 'few', 'can', 'get', 'away', 'with', 'successfully', 'secondly', 'there', 'is', 'just', 'so', 'much', 'fabric', 'it', 'billows', 'and', 'bunches', 'all', 'over', 'the', 'place', 'to', 'wear', 'it', 'out', 'like', 'that', 'as', 'shown', 'would', 'be', 'silly', 'and', 'to', 'tuck', 'it', 'in', 'looks', 'like', 'i', "'ve", 'tried', 'to', 'hard', 'to', 'make', 'it', 'work', 'lastly', 'the', ',1,0,2', 'general', 'petite', 'tops', 'blouses'] ['15208,831,39', 'i', "'ve", 'got', 'a', 'bit', 'of', 'a', 'love/hate', 'relationship', 'with', 'this', 'top', 'the', 'fabric', 'feels', 'a', 'little', 'odd', 'and', 'wrinkles', 'crazy', 'hard', 'and', 'i', "'m", 'not', 'a', 'fan', 'of', 'the', 'open', 'ladder', 'ribbon', 'over', 'the', 'bust', 'really', 'who', 'needs', 'to', 'see', 'the', 'top', 'of', 'my', 'bra', 'but', 'i', 'love', 'love', 'love', 'the', 'overall', 'fit', 'the', 'details', 'like', 'the', 'polka', 'dot', 'trim', 'and', 'the', 'sheer', 'tucks', 'and', 'the', 'color', 'blue', 'green', 'it', 'looks', 'good', 'tucked', 'in', 'or', 'loose', 'and', 'i', 'can', 'layer', 'it', 'under', 'cardigans', 'and', 'jackets', 'i', "'ll", 'get', 'a', 'matching', 'ribbon', 'and', 'sew', 'it', 'in', 'under', 'the', 'ladder', 'ribbon', 'so', 'it', "'s", 'act', ',5,1,19', 'general', 'petite', 'tops', 'blouses'] ['15209,862,63', 'perfect', 'little', 'tee', 'this', 'tee', 'has', 'the', 'cutest', 'details', 'and', 'the', 'green', 'is', 'actually', 'a', 'beautiful', 'deeper', 'green', 'the', 'shirt', 'has', 'a', 'great', 'fit', 'and', 'looks', 'so', 'much', 'more', 'flattering', 'on', 'than', 'the', 'pictures', 'show', '5', '4', '109', 'got', 'an', 'xs', 'slightly', 'loose', 'exactly', 'how', 'i', 'like', 'it', 'the', 'somewhat', 'mottled/dye', 'type', 'color', 'makes', 'it', 'a', 'casual', 'piece', 'for', 'me', 'great', 'with', 'jeans', 'nice', 'fabric', 'thickness', ',5,1,6', 'general', 'tops', 'knits'] ['15210,1033,36', 'super', 'cute', 'pants', 'fit', 'and', 'color', 'just', 'like', 'model', 'picture', 'i', 'fall', 'between', 'a', '28', 'and', '29', 'waist', 'and', 'all', 'that', 'was', 'available', 'was', 'a', '29', 'so', 'i', 'ordered', 'it', 'online', 'however', 'when', 'they', 'came', 'it', 'was', 'just', 'a', 'bit', 'too', 'big/loose', 'so', 'i', 'had', 'to', 'return', 'them', 'if', 'i', 'had', 'been', 'able', 'to', 'get', 'just', 'the', 'right', 'size', 'maybe', 'size', 'own', 'a', 'bit', 'if', 'in', 'questions', 'i', 'think', 'i', 'would', 'have', 'kept', 'them', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15211,362,60', 'sexy', 'and', 'comfortable', 'love', 'this', 'chemise', 'perfect', 'blend', 'of', 'comfort', 'and', 'sexy', 'i', 'bought', 'it', 'in', 'pink', 'size', 'small', 'i', "'m", 'a', '32d', 'about', '115', 'lbs', 'and', 'if', 'fit', 'perfectly', 'i', 'could', 'even', 'probably', 'go', 'to', 'an', 'xs', 'but', 'i', 'did', "n't", 'want', 'to', 'wait', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'the', 'color', 'is', 'vibrant', 'looks', 'exactly', 'like', 'the', 'picture', 'decent', 'price', ',5,1,2', 'initmates', 'intimate', 'intimates'] ['15212,1033,40', 'flattering', 'cut', 'really', 'like', 'these', 'they', 'fit', 'really', 'well', 'and', 'look', 'great', 'with', 'a', 'pair', 'of', 'chucks', 'and', 'a', 'sweater', 'if', 'i', "'m", 'dressing', 'down', 'a', 'bit', 'as', 'well', 'as', 'with', 'flats', 'and', 'a', 'nicer', 'blouse', 'really', 'versatile', 'i', "'m", 'kind', 'of', 'pear-shaped', 'and', 'these', 'seem', 'to', 'minimize', 'my', 'flaws', 'a', 'bit', 'too', 'so', 'that', 'never', 'hurts', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15213,831,51', 'i', 'ordered', 'the', 'teal', 'color', 'it', 'is', 'a', 'beautiful', 'color', 'the', 'fit', 'is', 'a', 'bit', 'odd', 'like', 'one', 'other', 'person', 'commented', 'but', 'the', 'pros', 'outweigh', 'the', 'cons', 'i', 'am', 'thinking', 'of', 'ordering', 'the', 'other', 'colors', 'too', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['15214,1033,64', 'great', 'fit', 'great', 'colors', 'i', 'had', 'never', 'worn', 'pilcro', 'jeans', 'and', 'i', 'took', 'a', 'chance', 'and', 'ordered', 'without', 'trying', 'them', 'on', 'i', 'could', "n't", 'be', 'more', 'pleased', 'i', 'wear', 'a', '26', 'but', 'it', 'is', 'often', 'difficult', 'to', 'find', 'a', 'good', 'fitting', 'pair', 'of', 'jeans', 'these', 'fit', 'comfortably', 'and', 'do', "n't", 'feel', 'too', 'tight', 'but', 'are', 'fitted', 'enough', 'to', 'look', 'great', 'i', 'like', 'the', 'little', 'bit', 'of', 'extra', 'room', 'around', 'the', 'top', 'allowing', 'the', 'jeans', 'to', 'feel', 'comfortable', 'i', "'ll", 'be', 'back', 'for', 'more', 'pilcro', 'jeans', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15215,862,46', 'love', 'the', 'feminine', 'details', 'the', 'lilac', 'pic', 'of', 'this', 'shirt', 'does', "n't", 'do', 'it', 'justice', 'it', 'is', 'so', 'darn', 'cute', 'on', 'the', 'band', 'around', 'the', 'waist', 'really', 'draws', 'your', 'eye', 'in', 'and', 'makes', 'your', 'waist', 'look', 'really', 'small', 'love', 'that', 'also', 'the', 'pleated', 'sleeves', 'are', 'just', 'so', 'feminine', 'and', 'pretty', 'the', 'fabric', 'is', 'like', 'a', 'washed', 'cotton', 'very', 'soft', 'i', 'can', 'see', 'this', 'being', 'dressed', 'up', 'or', 'made', 'really', 'casual', 'i', 'bought', 'the', 'green', 'color', 'and', 'am', 'going', 'to', 'wear', 'it', 'with', 'a', 'chunky', 'turquoise', 'necklace', 'and', 'pencil', 'skirt', ',5,1,23', 'general', 'tops', 'knits'] ['15216,1033,31', ',love', 'these', 'so', 'comfy', 'and', 'a', 'great', 'color', 'also', 'love', 'that', 'it', 'came', 'in', 'petite', 'it', 'is', 'so', 'hard', 'to', 'find', 'avoid', 'crop', 'pant', 'in', 'petite', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15217,362,31', 'cute', 'comfy', 'love', 'this', 'chemise', 'the', 'lace', 'detail', 'is', 'cute', 'the', 'length', 'of', 'the', 'skirt', 'is', 'longer', 'than', 'many', 'of', 'the', 'night', 'gowns', 'you', "'d", 'find', 'in', 'the', 'cute', 'not', 'frumpy', 'category', 'and', 'overall', 'it', 'is', 'super', 'soft', 'and', 'comfortable', 'for', 'lounging', 'and', 'sleeping', 'bought', 'the', 'large', 'and', 'i', "'m", 'normally', 'around', 'a', 'size', '8-10', 'between', 'medium', 'and', 'large', 'depending', 'on', 'the', 'cut', 'of', 'the', 'item', 'the', 'large', 'is', 'slightly', 'on', 'the', 'big', 'size', 'so', 'the', 'straps', 'move', 'around', 'when', 'i', 'sleep', 'not', 'a', 'big', 'deal', 'for', 'me', 'so', 'i', 'kept', 'it', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['15218,1033,41', 'runs', 'small.', 'i', 'usually', 'wear', '26', 'or', '27', 'in', 'pants', 'but', 'i', 'sized', 'up', 'to', 'a', '28p', 'for', 'these', 'the', 'waist', 'is', 'a', 'little', 'big', 'but', 'better', 'fit', 'overall', 'i', 'ended', 'up', 'buying', 'them', 'in', 'the', 'white', 'also', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15219,862,51', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15220,831,43', 'sweet', 'i', 'recently', 'purchased', 'this', 'blouse', 'in', 'black', 'i', 'love', 'the', 'soft', 'yet', 'crepe', 'like', 'fabric', 'and', 'the', 'small', 'bit', 'of', 'negative', 'space', 'trim', 'just', 'above', 'the', 'bust', 'line', 'gives', 'it', 'an', 'air', 'of', 'elegance', 'comfortable', 'and', 'breathable', 'i', 'see', 'this', 'becoming', 'a', 'how', 'did', 'i', 'live', 'without', 'this', 'staple', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15221,868,66', 'i', 'like', 'it', 'the', 'moss', 'color', 'intrigued', 'me', 'so', 'i', 'ordered', 'a', 'medium', 'instead', 'of', 'large', 'because', 'it', 'looked', 'oversized', 'i', 'generally', 'wear', 'a', 'large', 'medium', 'is', 'a', 'good', 'fit', 'probably', 'could', 'have', 'ordered', 'the', 'small', 'but', 'wanted', 'to', 'preserve', 'the', 'draping', 'on', 'the', 'side', 'this', 'top', 'is', 'very', 'wide', 'but', 'it', 'looks', 'great', 'on', 'so', 'do', 'size', 'down', 'love', 'the', 'color', 'variations', 'it', "'s", 'true', 'to', 'the', 'pics', 'and', 'is', 'a', 'nice', 'addition', 'to', 'my', 'casual', 'lifestyle', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['15222,862,66', 'so', 'cute', 'lately', 'retailer', 'tees', 'have', 'been', 'misses', 'for', 'me', 'but', 'i', 'was', 'intrigued', 'by', 'the', 'reviewers', 'comments', 'about', 'the', 'shaping', 'of', 'the', 'tee', 'to', 'enhance', 'the', 'illusion', 'of', 'a', 'waistline', 'that', 'drew', 'me', 'in', 'because', 'i', 'have', 'a', 'short', 'waist', 'and', 'some', 'shaped', 'tees', 'just', 'cling', 'there', 'and', 'emphasize', 'rolls', 'more', 'than', 'my', 'waist', 'but', 'not', 'this', 'one', 'it', 'is', 'more', 'fitted', 'along', 'the', 'back', 'waist', 'and', 'looser', 'in', 'the', 'front', 'i', 'generally', 'order', 'size', 'large', 'in', 'tees', 'as', 'i', 'did', 'with', 'this', 'one', 'i', 'do', "n't", 'think', 'the', 'fit', 'is', 'too', 'big', 'because', 'it', "'s", 'cut', 'not', 'to', 'cling', 'anywhere', 'i', 'h,5,1,3', 'general', 'petite', 'tops', 'knits'] ['15223,868,35', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15224,1033,29', 'nice', 'color', 'and', 'cut', 'i', 'love', 'this', 'pair', 'to', 'add', 'some', 'color', 'to', 'a', 'plain', 'outfit', 'however', 'they', 'ran', 'just', 'a', 'tad', 'bigger', 'than', 'i', 'expected', ',4,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15225,868,52', 'sloppy', 'shapeless', 'ginormous', 'top', 'i', 'sized', 'way', 'down', 'and', 'this', 'top', 'was', 'still', 'shapeless', 'and', 'tent-like', 'the', 'sweatshirt', 'fabric', 'overpowered', 'the', 'cute', 'feminine', 'details', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['15226,1033,53', 'high', 'waist', 'those', 'are', 'very', 'cute', 'and', 'lavender', 'color', 'is', 'very', 'beautiful', 'in', 'person', 'however', 'i', 'do', 'not', 'like', 'the', 'cut', 'waist', 'goes', 'about', 'inch', 'higher', 'than', 'usual', 'pilcro', 'which', 'for', 'summer', 'heat', 'is', 'something', 'i', 'do', 'not', 'find', 'neither', 'practical', 'nor', 'pretty', 'and', 'unfortunately', 'i', 'have', 'to', 'send', 'them', 'back', 'also', 'this', 'year', 'pilcro', 'runs', 'little', 'bit', 'tighter', 'in', 'waist', 'than', 'usual', 'so', 'you', 'might', 'consider', 'ordering', 'one', 'size', 'up', 'if', 'you', 'are', 'between', 'sizes', ',4,1,8', 'general', 'petite', 'bottoms', 'jeans'] ['15227,862,70', 'very', 'retro', 'this', 'top', 'reminds', 'me', 'of', 'something', 'out', 'of', 'the', '40', "'s", 'it', 'is', 'super', 'comfortable', 'and', 'just', 'makes', 'a', 'very', 'clean', 'look,5,1,1', 'general', 'petite', 'tops', 'knits'] ['15228,868,28', 'so', 'comfy', 'i', 'absolutely', 'love', 'this', 'top', 'ordered', 'the', 'moss', 'color', 'in', 'size', 'xxs', 'i', 'am', '5', '5', '105', 'lbs', 'i', 'typically', 'wear', 'xs', 'and', '0', 'in', 'retailer', 'clothing', 'this', 'top', 'is', 'kinda', 'flared/loose', 'fitting', 'so', 'i', 'would', 'size', 'down', 'the', 'website', 'currently', 'says', 'it', "'s", 'by', 'everleigh', 'but', 'the', 'tag', 'says', 'eri', 'ali', 'color', 'is', 'a', 'little', 'darker', 'in', 'person', 'but', 'tie', 'dye', 'effect', 'is', 'spot', 'on', 'it', "'s", 'beautiful', 'and', 'super', 'super', 'comfy', 'i', 'am', 'currently', 'wearing', 'it', 'with', 'my', 'lululemons', 'but', 'can', 'defin', 'see', 'this', 'top', 'being', 'dressed', 'up', 'with', 'a', 'cute', 'pendant', 'necklace', 'and', 'skinny', 'bla,5,1,1', 'general', 'petite', 'tops', 'knits'] ['15229,1086,32', 'lovely', 'dress', 'the', 'beautiful', 'colors', 'are', 'exactly', 'as', 'shown', 'on', 'the', 'website', 'i', "'m", '5', '2', 'and', 'it', 'reaches', 'about', 'midway', 'down', 'my', 'shin', 'i', "'m", 'normally', 'a', 'size', '0', 'and', 'i', 'ordered', 'the', 'x-small', 'and', 'it', 'fits', 'perfectly', 'definitely', 'a', 'keeper', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['15230,1033,64', 'great', 'basics', 'pilcros', 'always', 'fit', 'perfectly', 'and', 'these', 'jeans', 'are', 'no', 'different', 'the', 'style', 'is', 'great', 'and', 'a', 'little', 'different', 'with', 'the', 'slits', 'on', 'the', 'side', 'i', 'bought', 'the', 'gold', 'color', 'which', 'is', 'a', 'little', 'brighter', 'than', 'pictured', 'for', 'that', 'reason', 'i', "'m", 'on', 'the', 'fence', 'about', 'keeping', 'them', 'i', 'wish', 'there', 'were', 'other', 'bold', 'colors', 'to', 'choose', 'from', 'since', 'most', 'of', 'the', 'other', 'choices', 'seem', 'washed', 'out', ',5,1,10', 'general', 'petite', 'bottoms', 'jeans'] ['15231,831,41', 'do', 'not', 'wash', 'true', 'to', 'size', 'until', 'it', 'met', 'the', 'laundry', 'let', 'my', 'disappointment', 'be', 'a', 'lesson', '80', 'for', 'a', 'blouse', 'that', 'i', 'no', 'longer', 'recognize', 'i', 'washed', 'this', 'item', 'as', 'indicated', 'by', 'the', 'care', 'instructions', 'and', 'it', 'shrunk', 'by', 'at', 'least', '30', 'dry', 'clean', 'this', 'garment', 'or', 'spot', 'clean', 'at', 'best', ',3,0,17', 'general', 'petite', 'tops', 'blouses'] ['15232,831,38', 'great', 'blouse', 'in', 'love', 'with', 'this', 'blouse', 'i', 'first', 'got', 'in', 'ivory', 'went', 'back', 'and', 'got', 'in', 'black', 'you', 'can', 'dress', 'casual', 'or', 'up', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15233,1033,32', 'lovely', 'gray', 'crops', 'got', 'these', 'in', 'my', 'usual', 'size', 'and', 'they', 'are', 'wonderful', 'the', 'gray', 'goes', 'with', 'everything', 'i', "'m", 'hoping', 'they', 'come', 'out', 'with', 'some', 'greens', 'or', 'blues', 'too', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15234,1033,34', 'wear', 'these', 'multiple', 'times', 'per', 'week', 'i', 'love', 'these', 'jeans', 'i', 'came', 'on', 'here', 'to', 'see', 'if', 'they', 'were', 'here', 'on', 'sale', 'and', 'they', 'are', 'but', 'alas', 'not', 'in', 'my', 'size', 'i', 'probably', 'wear', 'these', 'three', 'times', 'per', 'week', 'to', 'work', 'going', 'out', 'with', 'friends', 'all', 'over', 'i', 'got', 'the', 'gray', 'and', 'i', 'would', 'say', 'the', 'color', 'on', 'the', 'site', 'is', 'true', 'to', 'how', 'they', 'look', 'in', 'person', 'i', 'bought', 'mine', 'in', 'the', 'store', 'and', 'i', 'will', 'say', 'that', 'i', "'ve", 'been', 'on', 'the', 'fence', 'about', 'whether', 'they', "'re", 'gray', 'or', 'purple', 'but', 'the', 'site', 'says', 'gray', 'if', 'you', 'want', 'a', 'true', 'gray', 'that', 'is', 'a', 'more', 'blue-ish', 'gray', 'then', 'these', 'are', 'not', 'it', 'because', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15235,996,28', 'unstructured', 'and', 'not', 'expensive', '-looking', 'i', 'bought', 'this', 'in', 'the', 'blue', 'and', 'really', 'wanted', 'to', 'like', 'it', 'i', 'had', 'plans', 'to', 'check', 'sizing', 'and', 'then', 'order', 'it', 'again', 'in', 'the', 'red', 'as', 'well', 'however', 'this', 'skirt', 'falls', 'victim', 'to', 'the', 'recent', 'design', 'trend', 'of', 'using', 'a', 'pattern', 'for', 'a', 'structured', 'skirt', 'but', 'substituting', 'a', 'softer', 'fabric', 'and', 'horrors', 'an', 'elastic', 'waistband', 'this', 'ended', 'up', 'just', 'looking', 'kind', 'of', 'cheap', 'and', 'sweatshirty', 'as', 'a', 'result', 'back', 'it', 'went', ',2,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['15236,1033,43', 'slimming', 'jean', 'for', 'curvy', 'girl', 'i', 'got', 'these', 'in', 'gray', 'like', 'other', 'reviewers', 'mentioned', 'the', 'waist', 'is', 'a', 'little', 'higher', 'not', '70s', 'though', 'but', 'the', 'jean', 'had', 'great', 'control', 'so', 'it', 'holds', 'everything', 'in', 'instead', 'of', 'creating', 'a', 'muffin', 'top', 'which', 'many', 'shorter', 'waisted', 'jeans', 'do', 'contours', 'to', 'the', 'leg', 'love', 'it', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15237,862,48', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15238,862,64', 'stylish', 'tee', 'another', 'wonderful', 'deletta', 'top', 'is', 'hanging', 'in', 'my', 'closet', 'i', 'love', 'the', 'cotton', 'i', 'love', 'the', 'style', 'medium', 'fit', 'perfect', 'it', 'is', 'loose', 'around', 'the', 'middle', 'so', 'soft', 'and', 'comfortable', 'i', 'purchased', 'the', 'lavender', 'washout', 'i', 'know', 'i', 'will', 'be', 'wearing', 'this', 'frequently', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['15239,1033,42', ',they', 'are', 'really', 'cute', 'the', 'fabric', 'is', 'a', 'little', 'stiff', 'but', 'the', 'details', 'are', 'nice', 'the', 'waist', 'seems', 'big', 'so', 'i', 'suggest', 'sizing', 'down', 'i', 'bought', '27', 'p', 'my', 'usual', 'size', 'and', 'sent', 'them', 'back', 'for', 'a', '26', 'p', 'because', 'the', 'waist', 'was', 'big.,5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15240,1033,40', 'white', 'runs', 'large', 'i', 'ordered', 'this', 'in', 'the', 'white', 'in', 'my', 'usual', 'size', '26', 'and', 'these', 'were', 'too', 'big', 'on', 'me', '5', '5', '110lbs', 'the', 'pants', 'bunched', 'up', 'unattractively', 'around', 'my', 'thighs', 'because', 'they', 'were', 'not', 'form-fitting', 'i', 'am', 'hoping', 'to', 'exchange', 'for', 'the', 'size', '25', 'because', 'i', 'prefer', 'a', 'tighter', 'fit', 'the', 'style', 'of', 'the', 'pants', 'were', 'very', 'cute', 'i', 'like', 'the', 'side', 'slit', 'detail', 'and', 'the', 'cropped', 'look', 'i', "'m", 'hoping', 'these', 'pants', 'work', 'out', 'for', 'me', 'in', 'the', 'smaller', 'size', ',4,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['15241,868,40', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['15242,1033,71', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15243,1033,38', 'pilcro', 'rules', 'i', 'love', 'pilcro', 'and', 'this', 'pair', 'is', 'another', 'proof', 'why', 'i', 'love', 'it', 'i', 'bought', 'a', 'pair', 'in', 'light', 'red', 'the', 'color', 'is', 'so', 'pretty', 'the', 'fit', 'is', 'perfect', 'i', 'normally', 'wear', 'petites', 'but', 'this', 'time', 'bought', 'a', 'regular', 'length', 'and', 'i', 'love', 'it', 'it', 'is', 'not', 'too', 'long', 'as', 'the', 'pants', 'are', 'cropped', 'and', 'not', 'too', 'short', 'as', 'the', 'petite', 'cut', 'might', 'have', 'been'] ['pilcro', 'never', 'disappoints', 'me', 'as', 'i', 'have', 'many', 'different', 'pairs', 'and', 'love', 'each', 'one', 'of', 'them', 'may', 'go', 'for', 'another', 'color', 'in', 'this', 'same', 'style', 'they', 'are', 'awesome', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['15244,831,39', 'cute', 'yet', 'super', 'wrinkly', 'super', 'cut', 'but', 'easily', 'wrinkles', 'eg', 'i', 'ironed', 'it', 'got', 'dressed', 'then', 'bent', 'down', 'to', 'tie', 'my', 'daughters', 'shoe', 'and', 'the', 'whole', 'front', 'bottom', 'was', 'super', 'wrinkly', 'i', 'thought', 'that', 'it', "'d", 'go', 'away', 'but', 'it', 'did', "n't", 'just', 'got', 'worse', 'by', 'the', 'time', 'i', 'got', 'out', 'of', 'my', 'car', 'at', 'work', 'front', 'and', 'back', 'were', 'noticeably', 'wrinkled', 'all', 'day', ',3,1,3', 'general', 'petite', 'tops', 'blouses'] ['15245,862,66', ',living', 'a', 'casual', 'life', 'style', 'in', 'key', 'largo', 'fl', 'i', 'love', 'a', 'fitted', 't-shirt', 'instead', 'of', 'a', 'boxy', 'shape', 'i', "'m", '67', 'years', 'and', 'am', 'very', 'active', 'and', 'fit', 'love', 'your', 'store', 'classy,4,1,1', 'general', 'petite', 'tops', 'knits'] ['15246,868,75', 'this', 'is', 'this', 'season', "'s", 'favorite', 'brand', 'for', 'me.', 'this', 'is', 'tee', 'is', 'so', 'soft', 'and', 'the', 'other', 'one', 'in', 'the', 'same', 'brand', 'is', 'the', 'same', 'love', 'the', 'details', 'also', 'and', 'the', 'color', 'wash.,5,1,0', 'general', 'tops', 'knits'] ['15247,831,44', 'great', 'blouse', 'for', 'any', 'occasion', 'great', 'fit', 'looks', 'excellent', 'with', 'jeans', 'as', 'well', 'as', 'tucked', 'in', 'with', 'a', 'pencil', 'skirt', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15248,1033,36', 'gets', 'baggy', 'with', 'wear', 'these', 'are', 'very', 'well-made', 'jeans', 'the', 'fabric', 'is', 'substantial', 'and', 'gives', 'a', 'lot', 'of', 'stretch', 'with', 'movement', 'i', 'adore', 'the', 'extra', 'inch', 'or', 'so', 'in', 'the', 'rise', 'of', 'the', 'waist', 'and', 'they', 'make', 'my', 'butt', 'look', 'great', 'however', 'these', 'jeans', 'fit', 'like', 'a', 'glove', 'when', 'i', 'put', 'them', 'on', 'first', 'thing', 'but', 'within', 'an', 'hour', 'or', 'so', 'of', 'wear', 'they', 'are', 'so', 'baggy', 'it', "'s", 'like', 'wearing', 'a', 'size', 'bigger', 'i', "'d", 'say', 'perhaps', 'buy', 'a', 'size', 'smaller', 'if', 'you', 'want', 'them', 'to', 'fit', 'snugly', 'through', 'the', 'day', 'if', 'you', 'like', 'roomy', 'then', 'buy', 'your', 'regular', 'size', ',3,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['15249,862,57', 'super', 'cute', 'and', 'comfortable', 'has', 'a', 'shape', 'not', 'boxy', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['15250,1033,60', 'best', 'summer', 'jeans', 'these', 'are', 'my', 'favorite', 'pair', 'of', 'capris/ankle', 'jeans', 'ever', 'i', "'m", '5', '4', '120lbs', 'and', 'got', 'the', '28', 'petite', 'in', 'gray', 'the', 'fit', 'is', 'fantastic', 'and', 'the', 'length', 'is', 'perfect', 'for', 'summer', 'days', 'couple', 'inches', 'above', 'my', 'ankles', 'the', 'gray', 'color', 'is', 'so', 'versatile', 'and', 'i', 'can', 'dress', 'it', 'up', 'or', 'down', 'i', 'plan', 'on', 'getting', 'it', 'in', 'other', 'colors', 'as', 'well', 'since', 'the', 'fit', 'is', 'so', 'good', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15251,862,38', 'nice', 'fancy', 'tee', 'super', 'flattering', 'cut', 'and', 'the', 'material', 'is', 'like', 'buttah', 'no', 'seriously', 'it', "'s", 'like', 'a', '10-yr', 'old', 'tee', 'soft', 'the', 'colors', 'are', "n't", 'even', 'close', 'compared', 'to', 'online', 'though', 'the', 'green', 'is', 'a', 'brighter', 'almost', 'grass', 'green', 'and', 'the', 'pink', 'is', 'more', 'like', 'a', 'salmon', 'color', 'i', 'did', "n't", 'see', 'the', 'lilac', 'in', 'the', 'store', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['15252,831,38', 'lovely', 'top', 'i', 'purchased', 'the', 'teal/blue', 'and', 'the', 'color', 'is', 'striking', 'though', 'i', 'put', 'true', 'to', 'size', 'the', 'decorative', 'top', 'is', 'slightly', 'tight', 'around', 'the', 'bust', 'and', 'the', 'bottom', 'too', 'is', 'fitted', 'and', 'not', 'flowy', 'for', 'a', 'looser', 'fit', 'you', 'may', 'want', 'to', 'size', 'up', 'for', 'a', 'more', 'fitted', 'look', 'it', 'is', 'true', 'to', 'size.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15253,831,31', 'great', 'work', 'top', 'i', 'snagged', 'this', 'top', 'with', 'the', '25', 'off', 'sale', 'and', 'it', "'s", 'adorable', 'i', 'got', 'the', 'white', 'and', 'it', 'goes', 'great', 'with', 'some', 'skinny', 'jeans', 'or', 'tucked', 'into', 'a', 'skirt', 'i', 'found', 'it', 'ran', 'true', 'to', 'size', 'my', 'only', 'complaint', 'is', 'that', 'like', 'some', 'other', 'reviewers', 'have', 'stated', 'it', 'does', 'wrinkly', 'very', 'easily', 'and', 'i', 'would', 'say', 'for', 'full', 'price', 'i', 'do', "n't", 'think', 'the', 'quality', 'is', 'worth', 'the', 'cost', 'but', 'on', 'sale', 'it', "'s", 'a', 'great', 'shirt', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15254,1060,36', 'love', 'these', 'pants', 'these', 'are', 'a', 'great', 'versatile', 'pair', 'of', 'black', 'pants', 'they', 'look', 'chic', 'without', 'trying', 'too', 'hard', 'and', 'they', 'work', 'well', 'dressed', 'up', 'or', 'down', 'they', 'do', 'run', 'a', 'bit', 'big', 'as', 'others', 'have', 'said', 'i', 'generally', 'wear', 'a', '16', 'and', 'thats', 'what', 'i', 'got', 'in', 'these', 'but', 'they', "'re", 'definitely', 'big', 'and', 'bag', 'out', 'by', 'the', 'end', 'of', 'the', 'day.,5,1,1', 'general', 'bottoms', 'pants'] ['15255,862,64', ',the', 'top', 'is', 'adorable', 'and', 'i', 'love', 'it', 'however', 'the', 'pink', 'is', 'not', 'pink', 'but', 'more', 'of', 'a', 'very', 'faded', 'orange', 'color', 'i', 'was', 'really', 'hoping', 'for', 'pink', 'but', 'the', 'shirt', 'is', 'a', 'keeper.,5,1,6', 'general', 'petite', 'tops', 'knits'] ['15256,835,49', 'very', 'short', 'i', 'love', 'this', 'fabric', 'and', 'the', 'design', 'details', 'of', 'this', 'top', 'but', 'i', 'am', 'only', '5', '3', 'and', 'this', 'top', 'ends', 'above', 'my', 'waist', 'shoulders', 'and', 'sleeves', 'fit', 'perfectly', 'and', 'the', 'neck', 'and', 'back', 'details', 'are', 'very', 'flattering', 'i', 'ended', 'up', 'keeping', 'the', 'shirt', 'because', 'i', 'love', 'the', 'fabric', 'so', 'much', 'but', 'i', 'am', 'trying', 'to', 'find', 'a', 'way', 'to', 'wear', 'this', 'shirt', 'with', 'how', 'short', 'it', 'is', 'tucking', 'in', 'or', 'wearing', 'with', 'high-waisted', 'bottoms', 'are', 'all', 'i', 'can', 'figure', 'out', 'for', 'someone', 'without', 'a', 'perfectly', 'flat', 'tummy', ',3,1,6', 'general', 'petite', 'tops', 'blouses'] ['15257,862,59', 'great', 'top', 'and', 'a', 'great', 'price', 'this', 'top', 'also', 'caught', 'my', 'eye', 'in', 'my', 'local', 'store', 'and', 'being', 'a', 'devoted', 'deletta', 'lover', 'i', 'had', 'to', 'buy', 'it', 'is', 'a', 'straight', 'slim', 'fit', 'so', 'i', 'bought', 'a', 'medium', 'instead', 'of', 'my', 'usual', 'small', 'to', 'glide', 'over', 'my', 'curvy', 'lower', 'half', 'it', "'s", 'thin', 'finely', 'woven', 'knit', 'with', 'two', 'cute', 'little', 'buttons', 'at', 'the', 'top', 'of', 'the', 'side', 'slit', 'the', 'cut', 'and', 'longer', 'length', 'in', 'the', 'back', 'is', 'very', 'flattering', 'i', 'bought', 'the', 'heathered', 'black', 'and', 'have', 'worn', 'with', 'my', 'black', 'pilcro', 'leggings', 'it', "'s", 'a', 'great', 'top', 'to', 'wear', 'over', 'leggings', 'or', 'skinny', 'jeans', 'no', 'belts', 'with', 'th', ',5,1,7', 'general', 'petite', 'tops', 'knits'] ['15258,1078,31', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'badly', 'it', 'came', 'and', 'the', 'material', 'is', 'beautiful', 'but', 'when', 'i', 'put', 'it', 'on', 'it', 'fit', 'so', 'awkwardly', 'there', 'was', 'just', 'no', 'way', 'to', 'make', 'it', 'look', 'good', 'maybe', 'i', 'needed', 'a', 'smaller', 'size', 'but', 'oh', 'well', ',3,0,0', 'general', 'dresses', 'dresses'] ['15259,1082,43', 'see', 'through', 'top', 'this', 'dress', 'is', 'very', 'pretty', 'but', 'only', 'the', 'bottom', 'is', 'lined', 'the', 'top', 'is', 'completely', 'see', 'through', 'and', 'you', 'would', 'need', 'to', 'wear', 'a', 'tank', 'or', 'slip', 'underneath', 'i', 'wanted', 'a', 'dress', 'i', 'could', 'just', 'throw', 'on', 'and', 'not', 'have', 'to', 'layer', 'so', 'it', "didm't", 'work', 'for', 'me', 'but', 'if', 'you', 'do', "n't", 'mind', 'layering', 'or', 'your', 'bra', 'peeking', 'through', 'it', "'s", 'still', 'a', 'very', 'beautiful', 'dress', 'i', "'m", 'usually', 'a', 'petite', 'in', 'most', 'things', 'but', 'this', 'was', "n't", 'available', 'in', 'p', 'so', 'i', 'ordered', 'an', 'xs', 'the', 'length', 'was', 'good', 'not', 'too', 'long', 'not', 'too', 'short', 'but', 'it', 'was', 'cut', 'way', 'too', 'low', 'for', 'me', 'on', ',3,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15260,862,61', 'comfortable', 'unique', 'polished', 'pullover', 'top', 'i', 'love', 'this', 'top', 'the', 'fit', 'is', 'perfect', 'and', 'i', 'particularly', 'like', 'the', 'longer', 'back', 'there', 'is', 'a', 'split', 'between', 'the', 'shorter', 'front', 'and', 'longer', 'back', 'which', 'is', 'brilliant', 'so', 'you', 'can', 'move', 'and', 'sit', 'without', 'it', 'pulling', 'around', 'your', 'bum', 'looks', 'great', 'with', 'skinny', 'jeans', 'or', 'with', 'leggings', 'it', 'is', 'very', 'light', 'weight', 'and', 'is', 'perfect', 'for', 'spring', 'the', 'sleeves', 'are', 'slightly', 'fitted', 'and', 'very', 'comfortable', 'the', 'quality', 'and', 'construction', 'is', 'great', 'i', 'am', '5', 'feet', 'and', 'got', 'a', 'petite', 'xs', 'which', 'is', 'perfect.,5,1,6', 'general', 'petite', 'tops', 'knits'] ['15261,1083,45', 'beautiful', 'and', 'unique', 'i', 'wore', 'this', 'dress', 'to', 'my', 'work', 'christmas', 'party', 'and', 'got', 'compliments', 'all', 'night', 'it', "'s", 'a', 'beautiful', 'dress', 'with', 'fantastic', 'details', 'and', 'it', 'is', 'very', 'comfortable', 'i', 'am', '5', '5.5', 'and', 'about', '122', 'lbs', 'i', 'am', 'typically', 'a', '0', 'on', 'top', '2', 'waist', 'and', '2-4', 'bottom', 'i', 'ordered', 'the', '2', 'and', 'it', 'was', 'the', 'right', 'choice', 'for', 'me', 'it', 'was', 'a', 'little', 'snug', 'on', 'the', 'bum', 'and', 'around', 'the', 'thighs', 'it', 'pulled', 'ever', 'so', 'slightly', 'in', 'the', 'front', 'but', 'it', 'still', 'looked', 'good', 'it', "'s", 'stretchy', 'without', 'looking', 'like', 'it', 'is', 'stretchy', 'the', 'top', 'part', 'of', 'the', 'dress', 'fit', 'well', 'and', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15262,1083,49', 'purchase', 'before', 'this', 'dress', 'sells', 'out', 'the', 'photo', 'of', 'this', 'dress', 'does', 'not', 'do', 'it', 'justice', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'the', 'construction', 'is', 'very', 'high', 'quality', 'i', 'always', 'worry', 'about', 'peekaboos', 'with', 'button', 'front', 'dresses', 'as', 'i', 'am', 'very', 'busty', 'total', 'non-issue', 'with', 'this', 'dress', 'the', 'petite', 'fit', 'is', 'also', 'spot', 'on', 'it', 'is', 'slightly', 'large', 'in', 'the', 'back', 'bodice', 'for', 'me', 'but', 'i', 'always', 'have', 'that', 'problem', 'it', "'s", 'an', 'easy', 'tailoring', 'fix'] [] ['i', 'think', 'i', "'m", 'in', 'love', 'with', 'byron', 'lars', '3', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15263,1078,56', 'gorgeous', 'colorway', 'perfect', 'length', 'and', 'colors', 'i', 'get', 'asked', 'where', 'i', 'got', 'it', 'on', 'the', 'reg', 'every', 'time', 'i', 'wear', 'it', 'mostly', 'a', 'casual', 'vibe', 'with', 'flat', 'sandals', ',4,1,0', 'general', 'dresses', 'dresses'] ['15264,1083,44', 'stunning', 'i', 'tried', 'this', 'dress', 'on', 'and', 'thought', 'it', 'was', 'stunning', 'the', 'cut', 'was', 'just', 'right', 'it', 'fit', 'all', 'my', 'slight', 'curves', 'i', "'m", '5', '8', 'and', '145lbs-', 'a', 'slender', 'build', 'and', 'bought', 'the', 'size', '8.', 'it', 'is', 'lined', 'and', 'the', 'material', 'is', 'high', 'quality', 'with', 'an', 'illusion', 'of', 'sheer', 'the', 'length', 'hits', 'me', 'just', 'on', 'my', 'knees', 'and', 'the', 'look', 'is', 'so', 'audrey', 'hepburn', 'the', 'belt', 'is', 'made', 'of', 'a', 'grosgrain', 'black', 'material', 'and', 'adds', 'another', 'elegant', 'touch', 'if', 'used', 'it', 'looks', 'great', 'without', 'it', 'too', 'of', 'course', 'this', 'dress', 'comes', 'at', 'a', 'high', 'price', 'point', 'but', 'with', 'the', '25', 'of', 'full', 'p', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15265,864,26', 'sherbrooke', 'peplum', 'top', 'fits', 'great', 'comfortable', ',5,1,0', 'general', 'tops', 'knits'] ['15266,1082,35', 'pretty', 'but', 'not', 'for', 'me', 'i', 'love', 'the', 'colors', 'in', 'this', 'dress', 'it', "'s", 'very', 'feminine', 'however', 'i', 'wish', 'it', 'came', 'in', 'petite', 'because', 'even', 'the', 'xs', 'is', 'too', 'overwhelming', 'on', 'my', 'frame', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['15267,1083,49', 'gorgeous', 'but', 'tight', 'at', 'the', 'hips.', 'this', 'dress', 'is', 'beautiful', 'and', 'unique', 'but', 'if', 'you', 'are', 'more', 'pear', 'shaped', 'get', 'the', 'correct', 'size', 'to', 'fit', 'your', 'hips', 'it', 'fits', 'very', 'close', 'through', 'the', 'behind', 'but', 'is', 'stretchy', 'as', 'i', 'was', 'putting', 'it', 'on', 'and', 'felt', 'it', 'hugging', 'me', 'closely', 'i', 'thought', 'it', 'would', 'never', 'work', 'but', 'when', 'i', 'looked', 'in', 'the', 'mirror', 'i', 'found', 'it', 'looked', 'quite', 'nice', 'even', 'though', 'it', 'clings', 'and', 'the', 'stretch', 'allows', 'plenty', 'of', 'movement', 'if', 'i', 'size', 'up', 'to', 'allow', 'more', 'room', 'in', 'the', 'hips', 'then', 'i', 'think', 'it', 'will', 'be', 'too', 'loose', 'on', 'top', 'so', 'i', 'will', 'just', 'wear', 'it', 'with', 'spanx', 'th', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15268,835,64', 'love', 'it', 'this', 'top', 'has', 'beautiful', 'subtle', 'metallic', 'bits', 'in', 'the', 'pattern', 'fell', 'in', 'love', 'with', 'the', 'fabric', 'looks', 'great', 'with', 'high-waist', 'pants.,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['15269,864,46', 'really', 'cute', 'great', 'transitional', 'top', 'comfy', 'and', 'great', 'fit', 'i', 'like', 'my', 'tops', 'to', 'be', 'somewhat', 'roomy', 'and', 'this', 'was', 'great', 'in', 'a', 'small', 'i', 'usually', 'buy', 'medium.,5,1,0', 'general', 'tops', 'knits'] ['15270,1083,54', 'ridiculously', 'flattering', 'this', 'dress', 'fitted', 'me', 'like', 'a', 'glove', 'i', 'ordered', 'the', 'size', '4', 'at', '5ft7', 'and', '130lbs', 'it', 'was', 'perfect', 'though', 'i', 'could', 'not', 'weigh', 'two', 'pounds', 'more', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'it', 'has', 'that', 'wow', 'thing', 'going', 'for', 'it', 'very', 'good', 'quality', 'too', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15271,1082,42', 'beautiful', 'flirty', 'dress', 'this', 'dress', 'is', 'adorable', 'the', 'ruffles', 'are', 'a', 'very', 'cute', 'detail', 'the', 'top', 'is', 'a', 'bit', 'transparent', 'for', 'the', 'price', 'it', 'probably', 'should', 'have', 'included', 'something', 'to', 'make', 'it', 'less', 'transparent', 'but', 'it', 'is', 'so', 'cute', 'i', 'will', 'just', 'put', 'a', 'cami', 'underneath', 'runs', 'true', 'to', 'size', 'my', 'usual', 'xsmall', 'fit', 'perfect', '5', '4', '34c', '135', 'lbs', 'i', 'did', "n't", 'find', 'the', 'top', 'to', 'be', 'that', 'blousy', 'i', 'thought', 'it', 'was', 'perfect', 'for', 'me', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15272,864,66', 'i', 'looked', 'like', 'a', 'clown', 'do', "n't", 'get', 'me', 'wrong', 'this', 'is', 'probably', 'cute', 'on', 'someone', 'else', 'but', 'not', 'me', 'i', 'looked', 'in', 'the', 'mirror', 'and', 'just', 'laughed', 'it', 'was', 'that', 'bad', 'so', 'if', 'you', "'re", 'considering', 'getting', 'this', 'size', 'down', 'ordered', 'mine', 'in', 'large', 'and', 'it', 'looks', 'like', 'i', "'m", 'wearing', 'a', 'barrel', 'the', 'pink', 'is', 'pretty', 'but', 'the', 'horizontal', 'striping', 'did', 'nothing', 'for', 'my', 'shape', 'the', 'fabric', 'is', 'soft', 'i', "'m", 'just', 'over', 'trying', 'peplums', ',2,1,0', 'general', 'tops', 'knits'] ['15273,1082,49', ',i', 'love', 'the', 'dress', 'as', 'shown', 'in', 'the', 'photo', 'thankfully', 'i', 'had', 'a', 'chance', 'to', 'see', 'the', 'dress', 'in', 'the', 'store', 'it', 'is', 'sheer', 'can', 'see', 'thru', 'it', 'can', 'not', 'wear', 'this', 'to', 'work.,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15274,835,52', 'lovely', 'fabric', 'but', 'not', 'pretty', 'design', 'despite', 'the', 'delicacy', 'of', 'the', 'fabric', 'and', 'femininity', 'of', 'the', 'patterns', 'the', 'cut', 'of', 'this', 'blouse', 'is', 'rather', 'androgynous', 'and', 'not', 'in', 'a', 'flattering', 'or', 'modern', 'way', 'ick', 'so', 'disappointed', ',3,0,3', 'general', 'petite', 'tops', 'blouses'] ['15275,862,49', 'simple', 'top', 'this', 'is', 'a', 'comfortable', 'tunic', 'piece', 'with', 'ample', 'rear', 'coverage', 'it', 'is', 'lightweight', 'and', 'there', 'is', 'room', 'to', 'layer', 'a', 'thin', 'tank', 'top', 'underneath.the', 'ivory', 'is', 'a', 'marled', 'heather', 'with', 'ivory', 'buttons', 'it', 'is', 'not', 'anything', 'special', 'in', 'terms', 'of', 'style', 'but', 'it', 'will', 'serve', 'the', 'purpose', 'of', 'being', 'a', 'casual', 'separate', 'for', 'around', 'the', 'house', 'or', 'for', 'a', 'quick', 'errand.,3,0,2', 'general', 'petite', 'tops', 'knits'] ['15276,1083,39', 'show', 'stopper', 'sexy', 'yet', 'sweet', 'and', 'demure', 'all', 'points', 'checked', 'with', 'cute', 'little', 'number', 'this', 'is', 'the', 'third', 'byron', 'dress', 'i', "'ve", 'bought', 'and', 'like', 'the', 'melodist', 'i', 'purchased', 'the', '8p', 'and', 'had', 'the', 'same', 'issue', 'too', 'loose', 'in', 'the', 'hips', ',5,1,0', 'general', 'dresses', 'dresses'] ['15277,875,52', 'cute', 'but', 'runs', 'a', 'little', 'small', 'this', 'is', 'very', 'cute', 'but', 'i', 'will', 'have', 'to', 'size', 'up', 'my', 'large', 'to', 'extra', 'large', 'and', 'normally', 'i', 'wear', 'a', 'medium', 'or', 'large', 'it', 'is', 'quite', 'tight', 'as', 'a', 'large', 'it', 'looks', 'a', 'lot', 'cuter', 'on', 'the', 'model', 'so', 'i', 'am', 'hoping', 'the', 'extra', 'large', 'does', 'it', ',4,1,4', 'general', 'tops', 'knits'] ['15278,1083,43', 'another', 'beautiful', 'byron', 'lars', 'this', 'is', 'my', 'third', 'byron', 'lars', 'and', 'as', 'usual', 'it', 'is', 'absolutely', 'gorgeous', 'and', 'so', 'worth', 'the', 'price', 'it', 'completely', 'flatters', 'the', 'body', 'and', 'all', 'the', 'details', 'add', 'so', 'much', 'interest', 'creating', 'a', 'very', 'unique', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['15279,1083,67', 'third', 'time', 'is', 'the', 'charm', 'several', 'months', 'ago', 'i', 'bought', 'the', 'byron', 'lars', 'pieced', 'brocade', 'dress', 'size', '10', 'it', "'s", 'a', 'little', 'large', 'through', 'the', 'torso', 'area', 'but', 'with', 'the', 'belt', 'it', 'fits', 'good', 'enough', 'since', 'i', 'have', 'loved', 'this', 'dress', 'so', 'much', 'i', 'wanted', 'another', 'byron', 'lars', 'dress', 'so', 'i', 'bought', 'the', 'carissima', 'sheath', 'and', 'the', 'sunrose', 'dress', 'both', 'in', 'a', '10.', 'they', 'both', 'were', 'way', 'too', 'big', 'so', 'i', 'ordered', 'a', 'size', '8', 'and', 'they', 'both', 'just', 'barely', 'fit', 'oh', 'was', 'i', 'disappointed', 'so', 'one', 'more', 'try', 'i', 'ordered', 'this', 'dress', 'the', 'allusione', 'sheath', 'size', '10', 'and', 'yepeee', 'it', 'fits', 'perfect', ',5,1,1', 'general', 'dresses', 'dresses'] ['15280,1078,34', 'great', 'fit', 'short', 'this', 'is', 'a', 'cute', 'dress', 'it', 'fits', 'well', 'i', 'have', 'a', 'bust', 'do', 'it', "'s", 'not', 'as', 'loose', 'as', 'it', 'is', 'on', 'the', 'model', 'runs', 'short', 'i', "'m", '5', '8', 'solid', 'size', '10', ',4,1,11', 'general', 'dresses', 'dresses'] ['15281,897,29', 'i', 'want', 'to', 'love', 'it', 'just', 'got', 'this', 'in', 'the', 'mail', 'yesterday', 'and', 'i', 'want', 'so', 'badly', 'to', 'love', 'it', 'but', 'it', "'s", 'just', 'a', 'little', 'too', 'big', 'and', 'boxy', 'i', "'m", '5', '5', '125lbs', 'and', 'ordered', 'a', 'small', 'but', 'i', 'really', 'wish', 'i', "'d", 'ordered', 'the', 'xs', 'not', 'sure', 'if', 'i', "'ll", 'exchange', 'or', 'just', 'return', 'seems', 'high', 'quality', 'and', 'the', 'pattern', 'is', 'gorgeous', 'it', "'s", 'basically', 'exactly', 'what', 'i', "'m", 'looking', 'for', 'until', 'i', 'actually', 'put', 'it', 'on', 'and', 'then', 'it', 'just', 'kind', 'of', 'looks', 'like', 'i', "'m", 'wearing', 'my', 'grandpa', "'s", 'old', 'sweater', ',3,1,2', 'general', 'tops', 'fine', 'gauge'] ['15282,895,47', 'soft', 'and', 'flattering', 'i', 'bought', 'this', 'in', 'the', 'dark', 'gray', 'and', 'it', "'s", 'got', 'a', 'lot', 'of', 'blue', 'undertones', 'to', 'it', 'it', "'s", 'beautiful', 'and', 'flattering', 'in', 'my', 'regular', 'size', 'not', 'too', 'fitted', 'not', 'as', 'loose', 'as', 'on', 'the', 'model', 'but', 'still', 'roomy', 'enough', 'i', "'ll", 'take', 'the', 'advice', 'of', 'a', 'previous', 'reviewer', 'and', 'wash', 'only', 'the', 'armpits', 'when', 'needed', 'this', 'fabric', 'is', 'so', 'delicate', 'i', "'m", 'afraid', 'it', 'will', 'shrink', 'if', 'i', 'ever', 'submerge', 'the', 'whole', 'thing', 'in', 'water', 'it', "'s", 'a', 'gorgeous', 'piece', 'and', 'i', "'m", 'happy', 'to', 'have', 'it', 'for', 'the', 'remaining', 'cool', 'days', 'of', 'the', 'season', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15283,916,62', 'beautiful', 'this', 'sweater', 'is', 'beautiful', 'and', 'looks', 'exactly', 'as', 'pictured', 'in', 'terms', 'of', 'fit', 'length', 'and', 'color', 'the', 'fabric', 'is', 'super', 'soft', 'and', 'not', 'at', 'all', 'itchy', 'feels', 'soft', 'like', 'a', 'boucle', 'type', 'knit', 'the', 'sleeves', 'are', '3/4', 'length', 'and', 'the', 'weight', 'is', 'maybe', 'a', 'medium-weight', 'not', 'super', 'warm', 'i', 'would', "n't", 'see', 'this', 'taking', 'me', 'too', 'far', 'into', 'a', 'northeastern', 'winter', 'but', 'for', 'right', 'now', 'it', "'s", 'perfect', 'fit', 'is', 'tts', ',5,1,13', 'general', 'tops', 'fine', 'gauge'] ['15284,1078,25', 'adorable', 'i', 'love', 'this', 'dress', 'however', 'b/c', 'of', 'my', 'broad', 'shoulders', 'i', 'need', 'to', 'size', 'up', 'i', 'would', 'say', 'if', 'you', 'have', 'a', 'straight', 'and', 'slender', 'frame', 'then', 'it', "'s", 'tts', 'the', 'bottam', 'half', 'was', 'fine', 'it', 'was', 'a', 'tad', 'bit', 'snug', 'around', 'the', 'arm', 'pits', 'for', 'me', 'it', 'is', 'very', 'cute', 'for', 'spring', 'summer', 'it', 'is', 'sold', 'out', ',5,1,0', 'general', 'dresses', 'dresses'] ['15285,875,61', ',love', 'this', 'top.', 'this', 'is', 'a', 'very', 'comfortable', 'everyday', 'top', 'worn', 'primarily', 'with', 'jeans', 'please', 'make', 'it', 'in', 'more', 'colors', 'i', 'think', 'it', 'should', 'be', 'less', 'expensive.,4,1,1', 'general', 'tops', 'knits'] ['15286,865,35', 'great', 'comfy', 'top', 'i', 'loved', 'this', 'top', 'when', 'i', 'first', 'saw', 'it', 'online', 'and', 'it', 'did', 'not', 'disappoint', 'when', 'i', 'received', 'it', 'in', 'the', 'mail', 'it', "'s", 'very', 'lightweight', 'perfect', 'for', 'spring', 'cool', 'summer', 'night', 'early', 'fall', 'i', 'really', 'like', 'the', 'design', 'and', 'like', 'that', 'you', 'can', 'tuck', 'it', 'in', 'there', 'is', 'enough', 'fabric', 'in', 'the', 'front', 'to', 'give', 'it', 'a', 'flowy', 'look', 'that', 'i', 'appreciate', 'bc', 'i', 'will', 'be', 'giving', 'birth', 'soon', 'and', 'my', 'post', 'baby', 'body', 'will', 'likely', 'need', 'some', 'coverage', 'great', 'top', ',5,1,1', 'general', 'tops', 'knits'] ['15287,916,39', 'so', 'soft', 'surprisingly', 'this', 'poncho', 'is', 'both', 'flattering', 'and', 'soft', 'i', 'must', 'say', 'i', 'did', "n't", 'think', 'the', 'fabric', 'would', 'be', 'as', 'soft', 'since', 'a', 'lot', 'of', 'knits', 'have', 'wool', 'but', 'this', 'is', 'great', 'i', 'purchased', 'both', 'xs/s', 'and', 'xs/s', 'p'] ['the', 'petite', 'was', 'just', 'slightly', 'more', 'fitted', 'so', 'i', 'went', 'with', 'that', 'i', 'love', 'the', 'boat', 'neck', 'on', 'me', 'it', 'gives', 'the', 'poncho', 'an', 'elegant', 'look', 'colors', 'are', 'nice', 'and', 'neutral.i', 'think', 'i', 'will', 'wear', 'this', 'with', 'dresses', 'and', 'jeans', 'both', 'great', 'purchase', '115', 'lbs', '30dd', '26.5', 'in', 'waist', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15288,1078,39', 'cute', 'shorter', 'went', 'with', 'regualr', 'size', 'i', 'am', 'so', 'glad', 'i', 'tried', 'this', 'on', 'last', 'minute', 'in', 'my', 'store', 'it', 'was', 'on', 'a', 'tbale', 'and', 'saw', 'it', 'no', 'hte', 'stylist', 'picks', 'so', 'decided', 'why', 'not', 'try', 'it', 'on', 'i', 'thought', 'i', 'would', 'need', 'a', 'petite', 'but', 'hte', 'elngth', 'of', 'the', 'regualr', 'hit', 'me', 'almsot', 'one', 'inch', 'above', 'my', 'knee', 'which', 'is', 'a', 'sweet', 'spot', 'for', 'me', 'petite', 'may', 'hit', 'me', 'too', 'high', 'to', 'be', 'able', 'to', 'pull', 'ths', 'casual', 'style', 'at', 'work', 'and', 'i', 'wear', 'character', 'shirts', 'with', 'jeans', 'or', 'joggers', 'on', 'the', 'weekends', 'so', 'i', 'ordered', 'the', '0', 'for', 'me', 'the', 'store', '0', 'had', 'a', 'stain', 'on', 'it'] [] ['i', 'am', '115', 'lbs', 'for', 'referenc', ',5,1,3', 'general', 'dresses', 'dresses'] ['15289,1110,29', 'gorgeous', 'gorgeous', 'dress', 'colors', 'as', 'appear', 'in', 'picture', 'thick', 'material-', 'quality', 'is', 'good', 'sizing-', 'im', 'usually', 'a', 'size', '2', 'or', 'small', 'got', 'a', 'small', 'and', 'it', 'is', 'big', 'in', 'the', 'chest/', 'length', 'is', 'below', 'the', 'knee', 'would', 'recommend', 'a', 'size', 'smaller', 'than', 'normal', 'not', 'a', 'huge', 'deal-', 'small', 'alteration', 'job', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15290,895,38', 'washers', 'beware', 'this', 'is', 'a', 'lovely', 'top', 'received', 'many', 'compliments', 'felt', 'very', 'feminine', 'and', 'perfect', 'for', 'chilly', 'spring', 'please', 'take', 'this', 'to', 'the', 'dry', 'cleaners', 'you', 'will', 'avoid', 'feeling', 'distraught', 'as', 'i', 'did', 'after', 'washing', 'it', 'which', 'is', 'the', 'recommended', 'method', 'to', 'clean', 'it', 'and', 'seeing', 'it', 'shrunk', 'to', 'half', 'it', "'s", 'previous', 'size', 'sad', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15291,1078,53', ',this', 'dress', 'is', 'good', 'quality', 'but', 'the', 'designers', 'today', 'really', 'need', 'to', 'design', 'their', 'clothing', 'line', 'with', 'the', 'busty', 'woman', 'in', 'mind.,4,0,0', 'general', 'dresses', 'dresses'] ['15292,916,51', 'adorable', 'i', 'love', 'this', 'poncho/sweater', 'it', 'feels', 'cozy', 'and', 'looks', 'really', 'cool', 'ca', "n't", 'wait', 'til', 'the', 'weather', 'cools', 'down', 'so', 'i', 'can', 'wear', 'it.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15293,1049,49', 'great', 'all-around', 'pants', 'i', 'saw', 'army', 'green', 'pants', 'similar', 'to', 'this', 'in', 'the', 'store', 'but', 'then', 'found', 'these', 'on', 'line', 'and', 'ordered', 'them', 'instead', 'i', 'love', 'them', 'they', 'stretch', 'out', 'a', 'bit', 'so', 'i', 'am', 'glad', 'i', 'sized', 'down', 'i', 'could', 'possibly', 'have', 'sized', 'down', 'even', 'one', 'more', 'size', 'i', 'got', 'a', '27.', 'the', 'waist', 'is', 'very', 'comfortable', 'so', 'maybe', 'this', 'is', 'just', 'the', 'fit', 'after', 'all', 'they', 'are', 'basically', 'stylish', 'fatiques', 'either', 'way', 'they', 'are', 'casual', 'but', 'on', 'trend', 'i', 'have', 'planned', 'a', 'ton', 'of', 'outfits', 'in', 'my', 'head', 'already', 'because', 'these', 'pants', 'will', 'go', 'with', 'so', 'much', 'i', 'think', 'the', 'cuff', 'w', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['15294,1059,53', 'if', 'the', 'description', 'had', 'matched', 'the', 'product', 'it', 'gets', 'a', 'little', 'old', 'to', 'receive', 'products', 'over', 'and', 'over', 'that', 'do', 'not', 'match', 'the', 'photo', 'or', 'description', 'of', 'the', 'product', 'retailer', 'the', 'photo', 'shows', 'a', 'black', 'pant', 'with', 'blue', 'colored', 'striping', 'the', 'pants', 'that', 'i', 'got', 'are', 'black', 'with', 'green', 'and', 'brown', 'striping', 'i', 'find', 'the', 'color', 'combination', 'in', 'the', 'photo', 'to', 'be', 'what', 'i', 'wanted', 'and', 'since', 'the', 'fit', 'was', 'nice', 'albeit', 'short', 'and', 'i', "'m", 'only', '5', '5', 'tall', 'i', 'would', 'have', 'kept', 'these', 'unfortunately', 'the', 'pants', 'that', 'i', 'got', 'are', 'nowhere', 'close', 'to', 'the', 'description', 'so', 'i', 'will', 'be', 'returning', 'them', 'the', 'f', ',3,0,0', 'general', 'bottoms', 'pants'] ['15295,1078,33', 'must', 'have', 'if', 'you', 'can', 'find', 'it', 'i', 'searched', 'far', 'and', 'wide', 'for', 'this', 'dress', 'after', 'ordering', 'an', '8', '10', 'and', '12', 'from', '3', 'different', 'stores', 'in', 'two', 'different', 'cities', 'in', 'a', 'span', 'of', '2', 'months', 'i', 'finally', 'settled', 'on', 'the', '10', 'i', 'literally', 'went', 'searching', 'for', 'this', 'while', 'on', 'vacation', 'too', 'i', "'m", '5', '5.5', '160', 'lbs', 'and', '36c', 'bust', 'and', 'the', '10', 'fit', 'perfectly', 'this', 'dress', 'is', 'adorable', 'and', 'i', "'ve", 'worn', 'it', 'to', 'the', 'office', 'and', 'on', 'the', 'weekends', 'this', 'will', 'definitely', 'be', 'in', 'my', 'biweekly', 'rotation', 'this', 'summer', 'the', 'quality', 'is', 'on', 'point', 'and', 'it', 'was', 'definitely', 'worth', 'the', 'price', 'tag', 'i', 'was', ',5,1,2', 'general', 'dresses', 'dresses'] ['15296,1059,40', 'sweet', 'trousers', 'these', 'menswear', 'inspired', 'trouser', 'and', 'beyond', 'cute', 'and', 'comfy', 'great', 'color', 'and', 'fit', 'soft', 'interior', 'dress', 'up', 'with', 'a', 'blazer', 'or', 'go', 'casua', 'with', 'a', 'tee', 'adorable.,5,1,0', 'general', 'bottoms', 'pants'] ['15297,1078,58', 'fun', 'dress', 'great', 'little', 'shift', 'dress', 'for', 'me', 'it', 'seemed', 'to', 'run', 'true', 'to', 'size', 'i', "'m", '5', '4.5', 'and', 'curvy', 'the', 'regular', 'size', '10', 'fit', 'perfect', 'about', '3', 'above', 'the', 'knee', 'a', 'really', 'fun', 'design', 'with', 'the', 'fringe', 'ca', "n't", 'wait', 'to', 'wear', 'once', 'the', 'snow', 'is', 'completely', 'gone', ',5,1,0', 'general', 'dresses', 'dresses'] ['15298,1049,35', 'not', 'as', 'pictured', 'i', 'received', 'these', 'pants', 'but', 'they', 'are', 'not', 'as', 'pictured', 'see', 'the', 'photo', 'of', 'the', 'back', 'pockets', 'there', 'is', 'a', 'detail', 'there', 'that', 'was', 'not', 'on', 'the', 'pants', 'that', 'i', 'received', 'i', "'m", 'not', 'sure', 'about', 'these', 'the', 'quality', 'is', 'nice', 'but', 'they', 'are', 'much', 'baggier', 'than', 'shown', 'and', 'i', 'ordered', '2', 'sizes', 'down', ',3,0,3', 'general', 'petite', 'bottoms', 'pants'] ['15299,1078,37', 'get', 'it', 'now', 'this', 'is', 'soo', 'cute', 'and', 'definitely', 'runs', 'tts', 'i', 'ordered', 'both', 'the', '6', 'and', 'the', '8', 'and', 'ended', 'up', 'keeping', 'the', '8.', 'i', 'absolutley', 'love', 'this', 'and', 'i', 'think', 'it', 'is', 'unique', 'and', 'fun', 'i', 'plan', 'to', 'wear', 'it', 'on', 'a', 'vacation', 'in', 'a', 'month.,5,1,5', 'general', 'dresses', 'dresses'] ['15300,1059,44', 'love', 'these', 'throw', 'back', 'pants', 'i', 'love', 'clothes', 'and', 'my', 'mom', 'raised', 'me', 'to', 'look', 'for', 'styles', 'that', 'are', 'different', 'and', 'unique', 'these', 'pants', 'are', 'it', 'they', 'fit', 'beautifully', 'but', 'run', 'slightly', 'big', 'i', "'m", 'between', 'a', '4', 'and', 'a', '6', 'actually', 'kept', 'both', 'the', '4', 'fits', 'great', 'in', 'the', 'hips', 'and', 'legs', 'plenty', 'of', 'room', 'if', 'you', 'have', 'curves', 'i', 'do', 'not', 'but', 'it', "'s", 'a', 'tad', 'tight', 'in', 'the', 'waist', 'if', 'that', 'helps', 'these', 'are', 'a', 'perfect', 'length', 'at', '5', '7', 'they', 'hit', 'above', 'my', 'ankle', 'bone', 'and', 'look', 'perfect', 'w', 'a', 'pointed', 'closed', 'shoe', 'i', 'love', 'the', 'colors', 'and', 'am', 'bored', 'to', 'death', 'of', 'black', 'and', 'grey', ',5,1,0', 'general', 'bottoms', 'pants'] ['15301,1078,30', 'love', 'this', 'dress', 'i', "'m", '5', 'feet', 'tall', 'so', 'dresses', 'are', 'hard', 'to', 'find', 'for', 'me', 'but', 'the', 'petite', 'sizes', 'fit', 'accurately', 'i', "'m", 'very', 'pleased', 'with', 'the', 'dress', ',5,1,2', 'general', 'dresses', 'dresses'] ['15302,1078,38', 'great', 'fit', 'so', 'cute', 'really', 'really', 'like', 'this', 'dress', 'expected', 'it', 'to', 'be', 'shorter', 'based', 'on', 'other', 'reviews', 'but', 'at', '5', '6', 'it', 'it', 'was', 'a', 'great', 'length', 'for', 'me', 'it', 'is', 'true', 'to', 'size', 'and', 'while', 'it', 'was', 'a', 'little', 'bit', 'of', 'a', 'loose', 'fit', 'it', 'was', 'just', 'enough', 'to', 'hide', 'trouble', 'areas', 'sometimes', 'i', 'struggle', 'with', 'dresses', 'such', 'as', 'this', 'because', 'they', 'are', 'too', 'big', 'on', 'top', 'and', 'snug', 'in', 'the', 'hip', 'area', 'but', 'this', 'one', 'was', 'perfect', 'for', 'me', 'great', 'find', ',5,1,0', 'general', 'dresses', 'dresses'] ['15303,1059,49', 'very', 'comfortable', 'i', 'love', 'these', 'pants', 'i', 'saw', 'them', 'and', 'had', 'to', 'have', 'them', 'i', 'love', 'the', 'classic', 'plaid', 'style', 'and', 'have', 'always', 'loved', 'the', 'blue/green', 'combination', 'i', 'purchased', 'the', 'fisherman', 'sweater', 'and', 'saw', 'these', 'pants', 'and', 'new', 'it', 'would', 'be', 'a', 'hit', 'get', 'compliments', 'on', 'this', 'combo', 'all', 'the', 'time.,5,1,1', 'general', 'bottoms', 'pants'] ['15304,916,45', 'first', 'thanks', 'retailer', 'for', 'not', 'putting', 'itchy', 'wool', 'or', 'fur', 'in', 'this', 'it', "'s", 'so', 'soft', 'gorgeous', 'bias', 'for', 'is', 'super', 'flattering', 'for', 'those', 'of', 'us', 'with', 'less', 'than', 'perfect', 'bodies', 'for', 'reference', 'i', "'m", '5', '5', '32dd', '28', '38.', 'size', 'xs/s', 'was', 'perfect', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15305,895,34', 'perfect', 'lightweight', 'sweater', 'i', "'ve", 'worn', 'this', 'twice', 'now', 'and', 'got', 'a', 'ton', 'of', 'compliments', 'on', 'it', 'it', "'s", 'so', 'comfortable', 'and', 'looks', 'great', 'the', 'lavender', 'color', 'is', 'gorgeous', 'highly', 'recommend.,5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15306,1036,46', 'favorite', 'jeans', 'these', 'are', 'fantastic', 'jeans', 'true', 'to', 'size', 'but', 'know', 'that', 'if', 'you', 'are', 'average', 'height', 'you', "'ll", 'need', 'to', 'wear', 'heels', 'with', 'these', 'imo', 'flare', 'pants', 'look', 'much', 'better', 'with', 'heels', 'anyway', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15307,916,37', 'in', 'love', 'i', 'am', 'a', 'little', 'retailer', 'obsessed', 'and', 'have', 'a', 'lot', 'of', 'clothing', 'from', 'here', 'this', 'has', 'to', 'be', 'the', 'best', 'thing', 'i', "'ve", 'ever', 'purchased', 'it', 'is', 'so', 'soft', 'and', 'beautiful', 'i', 'am', "5'11", 'and', '150lbs', 'and', 'got', 'the', 'm/l', 'fits', 'perfectly', 'and', 'does', "n't", 'swallow', 'me', 'up', 'but', 'it', 'does', 'hide', 'my', 'bottom', 'and', 'the', 'sides', 'come', 'up', 'but', 'not', 'to', 'wear', 'my', 'side', 'stomach', 'is', 'showing', 'it', 'does', 'sit', 'at', 'an', 'angle', 'on', 'the', 'body', 'but', 'to', 'me', 'that', "'s", 'so', 'perfect', 'a', 'little', 'different', 'and', 'not', 'a', 'defect', 'it', 'is', 'not', 'itchy', 'whats', 'so', 'ever', 'i', 'love', 'this', 'with', 'skinny', 'jeans', 'and', 'brown', 'boo', ',5,1,5', 'general', 'tops', 'fine', 'gauge'] ['15308,897,66', 'soft', 'i', 'ordered', 'my', 'normal', 'size', 'large', 'and', 'am', 'sadly', 'returning', 'because', 'it', "'s", 'overly', 'large', 'and', 'long', 'on', 'my', 'frame', 'the', 'slight', 'dolman', 'sleeves', 'are', 'too', 'long', 'and', 'wide', 'and', 'better', 'suited', 'for', 'longer', 'arms', 'than', 'mine', 'love', 'the', 'pointelle', 'sleeves', 'they', 'add', 'a', 'soft', 'feminine', 'vibe', 'hard', 'to', 'tell', 'from', 'the', 'photos', 'but', 'the', 'texture', 'is', 'almost', 'fuzzy', 'the', 'gray', 'color', 'is', 'beautiful', 'and', 'its', 'actually', 'made', 'from', 'multi', 'colored', 'beige', 'and', 'gray', 'that', 'looks', 'silver', 'in', 'the', 'light', 'it', 'does', "n't", 'itch', 'or', 'shed', 'i', 'do', "n't", 'like', 'it', 'enough', 'to', 'try', 'a', 'smaller', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15309,916,43', 'awesome', 'poncho', 'just', 'to', 'back', 'up', 'what', 'everyone', 'else', 'is', 'saying', 'this', 'poncho', 'is', 'perfect', 'it', 'is', 'indeed', 'super', 'soft', 'casual', 'and', 'fun', 'i', 'personally', 'thought', 'the', 'coloring', 'at', 'the', 'bottom', 'was', 'even', 'prettier', 'than', 'pictured', 'this', 'poncho', 'is', 'not', 'tight', 'around', 'the', 'neck', 'yet', 'not', 'lose', 'it', 'goes', 'right', 'over', 'your', 'head', 'without', 'messing', 'up', 'your', 'hair', 'i', 'love', 'the', 'sleeves', 'they', 'can', 'be', 'worn', 'above', 'the', 'elbow', 'or', 'easily', 'pulled', 'just', 'down', 'below', 'it', 'a', 'great', 'alternative', 'to', 'a', 'sweater', 'i', 'ordered', 'the', 'petite', 'xs/s', 'and', 'i', "'m", '5', '3', 'hits', 'right', 'at', 'bum', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15310,895,50', 'much', 'nicer', 'on', 'than', 'on', 'the', 'hanger', 'i', 'liked', 'this', 'sweater', 'in', 'the', 'picture', 'but', 'was', 'less', 'impressed', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'it', 'looked', 'a', 'bit', 'odd', 'and', 'perhaps', 'cheap', 'to', 'me', 'still', 'i', 'decided', 'to', 'leave', 'it', 'on', 'my', 'wish', 'list', 'and', 'got', 'it', 'as', 'a', 'christmas', 'gift', 'once', 'i', 'tried', 'it', 'on', 'i', 'really', 'liked', 'the', 'way', 'it', 'looked', 'and', 'felt', 'it', "'s", 'flattering', 'comfortable', 'and', 'looks', 'great', 'with', 'jeans', 'it', "'s", 'really', 'cozy', 'i', 'rated', 'it', 'tts', 'but', 'you', 'could', 'almost', 'size', 'down', 'on', 'it', ',4,1,3', 'general', 'tops', 'fine', 'gauge'] ['15311,897,46', 'this', 'is', 'a', 'very', 'sweet/soft', 'sweater', 'however', 'it', 'runs', 'very', 'large', 'and', 'is', 'very', 'boxy', 'i', 'would', 'say', 'at', 'least', 'size', 'down', '1-2', 'sizes', 'i', 'wanted', 'to', 'love', 'them', 'but', 'i', 'had', 'to', 'send', 'it', 'back', ',3,1,1', 'general', 'tops', 'fine', 'gauge'] ['15312,65,33', 'casual', 'short', 'cute', 'casual', 'drawstring', 'short', 'runs', 'a', 'little', 'large', 'but', 'nice', 'style', 'for', 'an', 'oversized', 'look', 'nice', 'length', 'for', 'long', 'legs.,5,1,0', 'general', 'bottoms', 'shorts'] ['15313,1078,59', 'so', 'cute', 'this', 'dress', 'is', 'even', 'better', 'in', 'person', 'i', 'am', 'usually', 'a', 'size', '2', 'and', 'i', 'went', 'up', 'to', 'a', '4.', 'it', 'is', 'my', 'favorite', 'dress', 'this', 'spring', 'it', 'is', 'so', 'cute', 'with', 'booties', 'or', 'sandals', 'i', 'would', 'say', 'that', 'it', 'runs', 'slightly', 'small', 'so', 'you', 'should', 'get', 'the', 'next', 'size', 'up', 'if', 'you', "'re", 'busty', 'or', 'have', 'hips', 'it', 'has', 'been', 'selling', 'fast', 'you', 'should', 'get', 'it', 'while', 'you', 'can', ',5,1,2', 'general', 'dresses', 'dresses'] ['15314,875,44', ',i', 'loved', 'how', 'soft', 'the', 'top', 'was', 'on', 'my', 'skin', 'plus', 'the', 'sexy', 'detail', 'in', 'the', 'back', 'was', 'a', 'win', ',5,1,1', 'general', 'tops', 'knits'] ['15315,897,54', 'a', 'beautiful', 'versatile', 'sweater.', 'i', 'purchased', 'this', 'sweater', 'in', 'grey', 'to', 'take', 'on', 'a', 'fall', 'european', 'trip', 'it', 'is', 'very', 'pretty', 'without', 'being', 'overly', 'frilly', 'a', 'marled', 'heather', 'grey', 'color', 'soft', 'and', 'warm', 'without', 'being', 'too', 'bulky', 'light', 'enough', 'to', 'wear', 'in', 'the', 'daytime', 'but', 'with', 'enough', 'coverage', 'to', 'transition', 'into', 'a', 'cool', 'evening', 'casual', 'enough', 'to', 'wear', 'over', 'a', 'tee', 'or', 'blouse', 'with', 'jeans', 'yet', 'sleek', 'enough', 'to', 'pair', 'with', 'a', 'skirt', 'or', 'dress', 'it', 'is', 'a', 'roomy', 'fit', 'without', 'being', 'sloppy', 'i', 'like', 'things', 'a', 'bit', 'loose', 'and', 'comfy', 'not', 'too', 'tight', 'and', 'am', 'happy', 'with', 'the', 'medium,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15316,1078,50', 'i', 'love', 'this', 'dress', 'i', 'spotted', 'it', 'in', 'the', 'store', 'yesterday', 'right', 'before', 'walking', 'out', 'i', 'almost', 'missed', 'it', 'i', "'m", 'so', 'glad', 'that', 'i', 'did', "n't", 'because', 'this', 'dress', 'is', 'super', 'cute', 'the', 'fit', 'is', 'nice', 'too', 'not', 'too', 'short', 'the', 'fringe', 'detailing', 'is', 'very', 'cool', 'i', 'can', 'not', 'wait', 'to', 'wear', 'this', 'dress', 'this', 'spring/summer', 'casual', 'enough', 'for', 'flip', 'flops', 'but', 'could', 'also', 'be', 'dressed', 'up', 'with', 'some', 'cute', 'wedge', 'sandals', ',5,1,7', 'general', 'dresses', 'dresses'] ['15317,1078,51', 'flirty', 'pretty', 'stripey', 'fun', 'more', 'of', 'an', 'a-line', 'rather', 'than', 'tunic', 'shape', 'which', 'makes', 'this', 'a', 'great', 'flattering', 'spring-through-summer', 'party', 'and', 'barbecue', 'throw', 'on', 'true', 'to', 'size', 'washable', 'the', 'indigo', 'and', 'purpley-gray', 'pop', 'with', 'the', 'mix', 'of', 'rose', 'stripes', 'and', 'the', 'fringe', 'and', 'length', 'keep', 'it', 'from', 'being', 'dowdy', 'i', "'m", '5', '5', 'and', 'this', 'hit', 'mid', 'thigh', 'i', 'keep', 'pulling', 'it', 'out', 'of', 'the', 'closet', 'and', 'trying', 'it', 'on', 'ca', "n't", 'wait', 'for', 'the', 'weather', 'to', 'turn', 'in', 'earnest', 'to', 'wear', 'this', 'sassiness', 'out', ',5,1,2', 'general', 'dresses', 'dresses'] ['15318,895,43', 'pretty', 'but', 'dry', 'clean', 'only', 'great', 'sweater', 'very', 'pretty', 'and', 'warm', 'i', 'would', 'say', 'it', 'fits', 'true', 'to', 'size', 'but', 'the', 'fit', 'itself/style', 'is', 'just', 'a', 'little', 'roomier', 'just', 'like', 'on', 'the', 'model', 'i', 'usually', 'take', 'an', 'xs', 'and', 'the', 'xs', 'fit', 'great'] ['the', 'tag', 'says', 'to', 'dry', 'clean', 'or', 'hand', 'wash', 'in', 'cold', 'i', 'always', 'wash', 'my', 'wool', 'sweaters', 'in', 'cold', 'water', 'in', 'a', 'garment', 'bag', 'on', 'delicate', 'wash', 'and', 'have', 'never', 'had', 'a', 'problem'] ['but', 'when', 'i', 'did', 'that', 'for', 'this', 'sweater', 'it', 'shrunk', 'to', 'a', 'size', 'that', 'would', 'fit', 'a', '4', 'year', 'old', 'the', 'fabric', 'in', 'the', 'arms', 'stuck', 'together', 'like', 'velcro', 'very', 'inter', ',4,1,20', 'general', 'tops', 'fine', 'gauge'] ['15319,557,39', 'great', 'lounge', 'wear', 'excellent', 'dress', 'for', 'lounging', 'in', 'the', 'house', 'or', 'for', 'sleeping', 'very', 'comfortable', 'and', 'a', 'little', 'sexy', 'at', 'the', 'same', 'time.,5,1,3', 'initmates', 'intimate', 'layering'] ['15320,895,42', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15321,823,37', 'this', 'is', 'a', 'great', 'quality', 'top', 'it', 'did', 'not', 'look', 'great', 'on', 'me', 'since', 'i', 'am', 'quite', 'top', 'heavy', 'but', 'is', 'lovely', ',5,1,0', 'general', 'tops', 'blouses'] ['15322,823,43', 'great', 'if', 'you', 'are', 'thin', 'i', 'wish', 'this', 'shirt', 'would', 'not', 'have', 'had', 'so', 'much', 'material', 'it', 'would', 'make', 'a', 'great', 'maternity', 'top', 'if', 'you', 'are', 'really', 'thin', 'it', 'might', 'work', 'for', 'you', 'too', ',2,0,0', 'general', 'tops', 'blouses'] ['15323,916,40', 'love', 'right', 'brand', 'absolutely', 'love', 'as', 'others', 'have', 'mentioned', 'it', "'s", 'super', 'comfy', 'and', 'the', 'colors', 'in', 'the', 'bottom', 'definitely', 'brighten', 'up', 'the', 'sweater', 'the', 'online', 'brand', 'says', 'monogram', 'but', 'the', 'tag', 'says', 'sleeping', 'on', 'snow', 'weird', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15324,1059,37', 'wow', 'i', 'get', 'the', 'great', 'reviews', 'these', 'do', 'for', 'me', 'what', 'no', 'jogger', 'could', 'i', 'have', 'hips', 'i', 'never', 'thought', 'these', 'would', 'work', 'they', 'do', 'and', 'they', 'look', 'just', 'as', 'cool', 'on', 'me', 'as', 'the', 'model', 'i', 'am', 'a', '10-12.', 'i', 'could', 'only', 'find', 'a', '12', 'but', 'i', 'think', 'a', '10', 'would', 'be', 'perfect', 'they', 'are', 'effortlessly', 'cool', 'and', 'casual', 'for', 'all', 'body', 'types', 'i', "'m", 'so', 'excited', 'i', 'tried', 'these', 'on.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15325,1104,41', 'absolutely', 'love', 'this', 'this', 'is', 'my', 'fourth', 'amadi', 'piece', 'from', 'retailer', 'i', 'love', 'their', 'signature', 'fitted', 'crossover', 'top', 'design', 'which', 'i', 'am', 'finding', 'in', 'many', 'of', 'their', 'pieces', 'like', 'the', 'lola', 'jumpsuit', 'crossfront', 'lola', 'dress', 'and', 'others', 'this', 'dress', 'has', 'the', 'same', 'crossover', 'top', 'design', 'with', 'a', 'slim', 'maxi', 'silhouette', 'the', 'fabric', 'is', '97', 'rayon', 'and', '3', 'nylon', 'with', 'a', 'neat', 'texture', 'that', 'does', "n't", 'come', 'through', 'on', 'the', 'product', 'photo', 'but', 'adds', 'to', 'its', 'appeal', 'in', 'my', 'opinion', 'because', 'it', 'hides', 'wrinkles', 'it', 'fits', 'tts', 'and', 'the', 'same', 'as', 'the', 'other', 'amadi', 'pie', ',5,1,8', 'general', 'dresses', 'dresses'] ['15326,897,56', 'soft', 'slouchy', 'and', 'comfortable'] ['what', 'more', 'could', 'you', 'ask', 'for', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15327,897,21', 'a', 'little', 'too', 'big', 'this', 'sweater', 'is', 'super', 'cute', 'and', 'perfect', 'for', 'a', 'fall', 'day', 'however', 'i', 'am', '5', 'amp', '39', '9', 'amp', 'quot', 'and', 'ordered', 'a', 'small', 'which', 'was', 'way', 'too', 'long', 'in', 'the', 'arms', 'the', 'sleeves', 'came', 'down', 'to', 'my', 'fingers', 'wish', 'there', 'was', 'an', 'xs', 'i', 'could', 'order', 'because', 'i', 'do', 'love', 'it', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15328,1059,25', 'flatteringly', 'cute', 'my', 'only', 'wish', 'is', 'that', 'the', 'front', 'waistband', 'were', 'more', 'high-waisted', 'but', 'other', 'than', 'that', 'the', 'pants', 'are', 'darling', 'flattering', 'vintage', 'yet', 'on-trend', 'and', 'made', 'with', 'high', 'quality', 'fabric', 'and', 'tailoring', 'i', 'am', '5', '2', '125', 'pounds', 'and', 'i', 'bought', 'a', 'size', '4.', 'they', 'are', 'a', 'perfect', 'fit', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15329,895,43', 'beautiful', 'and', 'comfortable', 'but', 'not', 'flattering', 'this', 'sweater', 'was', 'gorgeous', 'however', 'i', 'think', 'it', 'was', 'to', 'boxy', 'for', 'my', 'figure', 'it', 'had', 'to', 'go', 'back', 'as', 'it', 'was', 'not', 'flattering.i', 'would', 'recommend', 'this', 'product', 'to', 'someone', 'with', 'a', 'taller', 'slimmer', 'figure', 'i', "'m", '5', '6', '145', 'lbs', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15330,1059,39', 'great', 'fit', 'i', 'received', 'so', 'many', 'compliments', 'on', 'these', 'pants', 'these', 'are', 'not', 'only', 'classic', 'they', 'fit', 'amazing', 'look', 'great', 'with', 'heels', 'and/or', 'booties', 'match', 'both', 'black', 'and', 'brown', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15331,1059,41', 'super', 'cute', 'for', 'the', 'office', 'so', 'i', 'usually', 'find', 'that', 'retailer', 'tops', 'run', 'large', 'everywhere', 'else', 'i', "'m", 'a', 'medium', 'but', 'i', "'m", 'always', 'a', 'small', 'at', 'retailer', 'but', 'with', 'pants', 'or', 'slacks', 'i', "'m", 'usually', 'an', '8', 'and', 'i', 'always', 'have', 'to', 'size', 'up', 'in', 'retailer', 'to', 'a', '10', 'but', 'based', 'on', 'some', 'of', 'the', 'other', 'runs', 'large', 'reviews', 'i', 'stuck', 'with', 'my', 'normal', 'size', '8', 'and', 'they', 'fit', 'perfectly', 'super', 'cute', 'not', 'lined', 'but', 'the', 'material', 'has', 'a', 'nice', 'weight', 'to', 'it', 'so', 'that', 'does', "n't", 'bother', 'me', 'will', 'def', 'be', 'wearing', 'to', 'the', 'office', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15332,865,48', 'this', 'top', 'is', 'super', 'cute', 'and', 'comfy', 'just', 'wish', 'they', 'would', 'have', 'made', 'more', 'xl', "'s", 'ran', 'out', 'fast', 'i', 'am', "5'10", 'and', 'usually', 'wear', 'an', '8-10', 'top', 'in', 'retailer', 'so', 'i', 'purchased', 'a', 'large', 'in', 'this', 'top', 'to', 'get', 'the', 'length', 'and', 'look', 'of', 'the', 'model', 'in', 'the', 'picture', 'it', 'was', 'too', 'short', 'and', 'did', "n't", 'fall', 'like', 'the', 'picture', 'i', 'tried', 'to', 'exchange', 'for', 'the', 'xl', 'and', 'it', 'was', 'already', 'sold', 'out', 'bummer', 'was', 'looking', 'forward', 'to', 'wearing', 'this', 'all', 'summer', '4', 'stars', 'for', 'running', 'out', 'of', 'a', 'size', 'so', 'quickly', 'please', 'make', 'more', ',4,1,1', 'general', 'tops', 'knits'] ['15333,998,61', 'wowza', 'this', 'is', 'a', 'beautiful', 'skirt', 'that', 'is', 'extremely', 'well', 'made.,5,1,0', 'general', 'bottoms', 'skirts'] ['15334,1078,34', 'wider', 'hips', 'beware', 'i', 'noticed', 'most', 'of', 'the', 'comments', 'on', 'here', 'in', 'which', 'it', 'worked', 'for', 'women', 'are', 'those', 'who', 'are', 'petite', 'and', 'slim', 'i', "'m", 'neither', 'i', "'m", '5', '9', '36c', 'hourglass', 'with', 'more', 'meat', 'to', 'my', 'bones', 'my', 'thoughts'] ['_________'] ['pros'] ['fabric', 'is', 'amazing', 'breathable', 'great', 'summer', 'dress', 'but', 'i', "'d", 'wear', 'it', 'more', 'as', 'a', 'top', 'honestly'] ['fairly', 'easy', 'to', 'get', 'on'] ['ample', 'room', 'in', 'chest'] [] ['_________'] ['cons'] ['too', 'short', 'like', 'others', 'mentioned', 'if', 'you', "'re", 'tall', 'this', 'is', 'going', 'to', 'be', 'an', 'issue'] ['too', 'snug', 'in', 'the', 'hips', 'i', 'tried', 'on', 'a', 'size', '12', 'and', ',4,1,2', 'general', 'dresses', 'dresses'] ['15335,916,40', 'super', 'cute', 'i', 'love', 'this', 'poncho', 'it', 'so', 'soft', 'and', 'cozy', 'looks', 'great', 'with', 'a', 'pair', 'of', 'tights', 'or', 'jeans', 'just', 'adorable.,4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15336,916,42', 'poncho', 'love', 'i', 'have', 'many', 'ponchos', 'i', 'think', 'they', 'are', 'timeless', 'fun', 'and', 'sophisticated', 'and', 'this', 'one', 'is', 'definitely', 'a', 'nice', 'addition', 'to', 'my', 'wardrobe', 'as', 'many', 'have', 'mentioned', 'the', 'center', 'of', 'the', 'poncho', 'is', 'off', 'center', 'however', 'this', 'does', 'not', 'detract', 'from', 'the', 'beautiful', 'pattern', 'on', 'this', 'item', 'i', 'will', 'enjoy', 'wearing', 'it', 'with', 'a', 'tee', 'or', 'tank', 'underneath', 'this', 'winter', 'and', 'fall', 'great', 'purchase', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15337,1078,28', 'cute', 'and', 'stylish', 'this', 'is', 'so', 'cute', 'i', 'love', 'the', 'stripe', 'and', 'fringe', 'combo', 'i', 'took', 'my', 'typical', 'size', '4.', 'kind', 'of', 'short', 'for', 'a', '5', '7', 'frame', 'but', 'love', 'otherwise', ',4,1,0', 'general', 'dresses', 'dresses'] ['15338,1078,35', 'short', 'but', 'great', 'dress', 'this', 'dress', 'is', 'great', 'but', 'extremely', 'short', 'i', "'m", '5', '6', 'wear', 'a', 'size', '4/6', 'the', '6', 'looked', 'like', 'a', 'tunic', 'on', 'me', 'it', 'was', 'so', 'short', ',4,1,0', 'general', 'dresses', 'dresses'] ['15339,895,60', 'sporty', 'but', 'delicate', 'great', 'design', 'execution', 'this', 'is', 'essentially', 'a', 'striped', 'jersey', 'sleeveless', 'turtleneck', 'made', 'of', 'a', 'nice', 'high-quality', 'jersey', 'with', 'a', 'delicate', 'lightweight', 'soft', 'sweater', 'attached', 'over', 'it', 'so', 'you', 'get', 'this', 'really', 'pretty', 'look', 'where', 'the', 'jersey', 'underlay', 'means', 'the', 'sweater', 'hangs', 'beautifully', 'no', 'clinging', 'at', 'all', 'and', 'the', 'sleeves', 'are', 'just', 'the', 'sheer', 'sweater', 'so', 'pretty'] [] ['i', 'got', 'the', 'lavender', 'looks', 'exactly', 'like', 'the', 'pic', 'and', 'it', 'is', 'true', 'to', 'size', ',5,1,5', 'general', 'tops', 'fine', 'gauge'] ['15340,897,41', 'favorite', 'new', 'sweater', 'love', 'this', 'sweater', 'beautiful', 'detail', 'thicker', 'yarn', 'and', 'well', 'made', 'sweater', 'has', 'more', 'structure', 'to', 'it', 'than', 'i', 'had', 'anticipated', 'which', 'makes', 'it', 'look', 'more', 'tailered', 'while', 'being', 'soft', 'and', 'comfortable', 'hits', 'my', 'lower', 'hip', 'and', 'i', "'m", '5', '6', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15341,916,64', 'adorable', 'when', 'this', 'poncho', 'first', 'came', 'online', 'i', 'ordered', 'it', 'in', 'the', 'xs/s', 'my', 'usual', 'size', 'i', 'was', 'a', 'little', 'disappointed', 'that', 'the', 'point', 'in', 'the', 'front', 'oddly', 'hung', 'low', 'was', 'off-center', 'the', 'back', 'was', 'centered', 'i', 'returned', 'it', 'when', 'i', 'spotted', 'them', 'at', 'the', 'store', 'recently', 'i', 'tried', 'on', 'a', 'few', 'in', 'the', 'xs/s', 'to', 'compare', 'see', 'how', 'others', 'hung', 'i', 'found', 'that', 'one', 'of', 'them', 'hung', 'fine', 'in', 'the', 'front', 'centered', 'the', 'back', 'was', 'a', 'little', 'off', 'center', 'which', 'was', 'fine', 'it', "'s", 'soft', 'comfy', 'love', 'the', 'soft', 'white', 'color', 'border', 'trim', 'it', "'s", 'just', 'perfect', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15342,1059,62', 'versitile', 'and', 'fun', 'i', 'love', 'these', 'pants', 'i', 'vary', 'between', '10', '12', 'the', '10', 'fit', 'perfectly', 'since', 'they', 'are', 'designed', 'on', 'the', 'fuller', 'size', 'perfect', 'for', 'my', 'body', 'type', 'of', 'small', 'waist', 'and', 'a', 'bit', 'of', 'bottom', 'so', 'many', 'colors', 'to', 'coordinate', 'with', 'these', 'pants', 'teal', 'green', 'retailer', 'yellow', 'black', 'i', 'am', 'not', 'fond', 'of', 'ankle', 'pants', 'prefer', 'longer', 'pants', 'i', 'took', 'the', 'cuffs', 'down', 'and', 'lengthened', 'the', 'pants', 'the', 'only', 'problem', 'is', 'that', 'these', 'pants', 'are', 'so', 'exquisitely', 'made', 'removing', 'the', 'cuff', 'tacks', 'was', 'a', 'challenge', 'perfect', 'pants', 'for', 'those', 'of', 'us', 'who', 'have', 'shape', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15343,1059,38', 'great', 'trousers', 'great', 'pants', 'i', "'m", '5', '6', 'and', 'about', '130.', 'the', 'size', '2', 'fit', 'nice', 'at', 'the', 'waist', 'and', 'loose', 'in', 'the', 'thigh', 'they', 'hit', 'right', 'at', 'the', 'ankle', 'the', 'colors', 'are', 'nice/', 'muted', 'the', 'details', 'are', 'great', 'overall', 'great', 'pants.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['15344,916,46', 'perfect', 'poncho', 'sweater', 'so', 'soft', 'high', 'quality', 'perfect', 'poncho', 'sweater', 'that', 'will', 'go', 'with', 'every', 'pair', 'of', 'jeans', 'you', 'have', 'love', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15345,1078,70', 'love', 'this', 'dress', 'the', 'description', 'says', 'pull', 'over', 'styling', 'but', 'it', "'s", 'not', 'there', 'is', 'a', 'side', 'zipper', 'which', 'i', 'think', 'makes', 'for', 'a', 'better', 'fit', 'i', 'bought', 'a', '4', 'which', 'fit', 'great', 'i', "'m", '5', '4', '125', 'lbs', 'and', 'it', 'hits', 'right', 'above', 'the', 'knee', ',5,1,8', 'general', 'dresses', 'dresses'] ['15346,916,47', 'lovely', 'poncho', 'i', 'was', 'hesitant', 'to', 'buy', 'this', 'but', 'i', "'m", 'so', 'glad', 'i', 'did', 'this', 'is', 'a', 'beautiful', 'poncho', 'i', 'am', 'petite', 'and', 'usually', 'ponchos', 'overwhelm', 'me', 'but', 'this', 'fits', 'just', 'right', 'it', 'is', 'extremely', 'soft', 'not', 'itchy', 'at', 'all', 'the', 'color', 'along', 'the', 'bottom', 'of', 'the', 'poncho', 'is', 'actually', 'a', 'bright', 'pink', 'color', 'it', 'looks', 'a', 'little', 'more', 'red', 'in', 'the', 'photo', 'to', 'me', 'i', "'m", 'still', 'happy', 'with', 'this', 'it', 'will', 'be', 'a', 'wonderful', 'addition', 'to', 'my', 'fall/winter', 'wardrobe', 'great', 'product', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['15347,1078,28', 'cute', 'but', 'very', 'short', 'very', 'cute', 'and', 'high-quality', 'dress', 'but', 'it', 'is', 'very', 'short', 'the', 'length', 'would', "n't", 'be', 'that', 'much', 'of', 'an', 'issue', 'except', 'for', 'the', 'fringe', 'which', 'is', 'awesome', 'and', 'unique', 'by', 'the', 'way', 'hits', 'right', 'at', 'the', 'butt', 'wish', 'this', 'dress', 'and', 'subsequently', 'the', 'fringe', 'was', '3', 'inches', 'longer', ',3,1,1', 'general', 'dresses', 'dresses'] ['15348,395,63', 'more', 'of', 'these', 'retailer', 'best', 'bathing', 'suit', 'bottoms', 'ever', 'low-rise', 'does', "n't", 'work', 'forever', 'and', 'this', 'bottom', 'is', 'perfect', 'if', 'you', 'want', 'a', 'little', 'more', 'coverage', 'without', 'being', 'too', 'mom-ish', 'the', 'ruching', 'gives', 'it', 'a', 'really', 'cute', 'retro', 'feel', 'as', 'opposed', 'to', 'a', 'granny', 'panties', 'feel', 'my', 'usual', 'size', 'small', 'fits', 'great', 'and', 'i', 'definitely', 'did', 'not', 'have', 'the', 'problem', 'another', 'reviewer', 'did', 'with', 'it', 'coming', 'up', 'past', 'the', 'belly', 'button', 'it', 'hits', 'me', 'right', 'where', 'it', 'hits', 'the', 'model', 'in', 'the', 'photo', 'i', 'just', 'wish', 'they', 'made', 'it', 'in', 'more', 'prints', 'there', 'are', 'some', 'really', 'cute', 'top', ',5,1,3', 'initmates', 'intimate', 'swim'] ['15349,1086,32', 'shrinks', 'i', 'recently', 'bought', 'this', 'dress', 'and', 'wore', 'it', 'once', 'i', 'really', 'liked', 'it', 'it', 'was', 'comfy', 'cute', 'and', 'fit', 'well', 'but', 'then', 'i', 'washed', 'it', 'i', 'followed', 'the', 'washing', 'instructions', 'exactly', 'but', 'now', 'it', 'looks', 'more', 'like', 'a', 'shirt', 'than', 'a', 'dress', 'and', 'it', "'s", 'completely', 'unwearable', 'i', "'m", 'super', 'disappointed', 'because', 'i', 'thought', 'this', 'dress', 'would', 'be', 'a', 'wardrobe', 'staple', 'this', 'summer', ',2,0,6', 'general', 'petite', 'dresses', 'dresses'] ['15350,577,30', 'this', 'romper', 'is', 'extremely', 'well', 'made', 'and', 'the', 'colors', 'are', 'even', 'more', 'beautiful', 'in', 'person', 'however', 'i', 'found', 'it', 'to', 'run', 'extremely', 'short', 'in', 'the', 'torso', 'i', 'could', "n't", 'get', 'my', 'arms', 'through', 'the', 'sleeves', 'after', 'stepping', 'into', 'it', 'without', 'ripping', 'the', 'garment', 'for', 'reference', 'i', "'m", '5', '9', 'with', 'a', 'slightly', 'longer', 'than', 'average', 'torso', 'i', 'ordered', 'my', 'normal', 'size', 'm.', ',3,0,5', 'general', 'bottoms', 'shorts'] ['15351,249,37', ',such', 'a', 'fun', 'jacket', 'great', 'to', 'wear', 'in', 'the', 'spring', 'or', 'to', 'the', 'office', 'as', 'an', 'alternative', 'to', 'a', 'formal', 'blazer', 'very', 'comfortable', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15352,1086,66', 'well', 'designed', 'love', 'cloth', 'and', 'stone', 'this', 'dress', 'looks', 'and', 'fits', 'exactly', 'as', 'pictured', 'soft', 'and', 'casual', 'with', 'great', 'design', 'details', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['15353,577,63', 'ahahahaha', 'this', 'was', 'so', 'ridiculous', 'on', 'me', 'i', "'m", '5', '8', '120', 'usually', 'a', '2/xs', 'so', 'i', 'ordered', 'the', 'xs', 'the', 'inseam', 'of', 'the', 'shorts', 'are', 'so', 'short', 'they', 'barely', 'cover', 'my', 'bum', 'and', 'i', 'mean', 'barely', 'the', 'romper', 'itself', 'was', 'so', 'wide', 'that', 'two', 'of', 'me', 'could', 'have', 'fit', 'in', 'it', 'love', 'the', 'colors', 'fabric', 'and', 'the', 'non-elasticized', 'waist', 'if', 'you', 'are', 'under', '5', '5', 'this', 'might', 'work', 'for', 'you', 'in', 'non-petite', 'sizing', ',3,0,4', 'general', 'bottoms', 'shorts'] ['15354,395,39', 'great', 'fabric', 'lots', 'of', 'coverage', 'high', 'quality', 'fabric', 'and', 'lots', 'of', 'bottom/', 'back', 'coverage', 'also', 'it', 'did', 'not', 'cut', 'into', 'my', 'hips', 'which', 'is', 'fabulous', 'so', 'if', 'you', "'re", 'looking', 'for', 'a', 'little', 'more', 'coverage', 'this', 'is', 'your', 'bottom', 'i', 'found', 'it', 'true', 'to', 'size', 'i', "'m", '5', '8', 'and', '150', 'lbs', 'and', 'i', 'got', 'a', 'size', '8', ',5,1,2', 'initmates', 'intimate', 'swim'] ['15355,833,46', 'wow', 'piece', 'i', 'bought', 'this', 'in', 'both', 'colors', 'for', 'it', 'is', 'perfect', 'for', 'me.it', 'looks', 'great', 'with', 'jeans', 'and', 'then', 'dress', 'it', 'up', 'later', 'with', 'pants.this', 'is', 'why', 'i', 'love', 'retailer', ',5,1,0', 'general', 'tops', 'blouses'] ['15356,1088,49', 'beautiful', 'dress', 'i', 'love', 'this', 'dress', 'the', 'colors', 'are', 'beautiful', 'i', 'find', 'it', 'hard', 'to', 'find', 'dresses', 'that', 'are', 'knee', 'length', 'and', 'with', 'sleeves', 'and', 'flattering', 'this', 'is', 'all', 'three', 'my', 'only', 'complaint', 'is', 'sleeves', 'are', 'a', 'bit', 'long', 'but', 'overall', 'awesome', ',4,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15357,577,44', 'all', 'in', 'ones', 'are', 'tricky', 'i', 'really', 'like', 'this', 'romper', 'and', 'i', 'ordered', 'it', 'to', 'fit', 'my', 'bottom', 'i', "'m", 'a', '6', 'on', 'the', 'bottom', 'and', '4', 'up', 'top', 'i', 'ordered', 'a', 'mp', 'to', 'cover', 'the', 'bottom', 'and', 'a', 'petite', 'for', 'my', 'height', 'it', "'s", 'a', 'keeper', 'but', 'i', 'will', 'be', 'belting', 'or', 'adding', 'something', 'to', 'cinch', 'it', 'at', 'the', 'waist', 'so', 'that', 'it', 'has', 'more', 'of', 'a', 'shape.,4,1,0', 'general', 'bottoms', 'shorts'] ['15358,249,34', ',this', 'jacket', 'is', 'perfect', 'swings', 'just', 'the', 'right', 'amount', 'without', 'looking', 'too', 'big.,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15359,395,32', 'great', 'coverage', 'i', 'ordered', 'these', 'in', 'a', 'medium', 'and', 'they', 'fit', 'but', 'i', 'wanted', 'more', 'coverage', 'so', 'i', 'sized', 'up', 'i', 'wear', 'a', '26', 'or', '27', 'and', 'i', 'took', 'the', 'large', 'the', 'large', 'is', "n't", 'tight', 'at', 'all', 'but', 'the', 'medium', 'was', 'i', 'like', 'my', 'bottoms', 'to', 'have', 'a', 'lot', 'of', 'coverage', 'and', 'do', "n't", 'mind', 'them', 'a', 'little', 'big', 'i', 'like', 'how', 'much', 'coverage', 'they', 'provide', 'but', 'still', 'look', 'feminine', 'and', 'cute.,5,1,1', 'initmates', 'intimate', 'swim'] ['15360,395,36', 'perfect', 'oh', 'how', 'i', 'have', 'searched', 'for', 'a', 'mid-rise', 'bottom', 'that', 'was', 'not', 'matronly', 'and', 'finally', 'i', 'have', 'found', 'one', 'they', 'cover', 'just', 'enough', 'of', 'the', 'back', 'without', 'looking', 'like', 'my', 'mothers', 'bathing', 'suit', 'butt', 'and', 'the', 'ruched', 'sides', 'add', 'just', 'enough', 'interest', 'to', 'not', 'be', 'boring', 'in', 'a', 'solid', 'color', 'and', 'speaking', 'of', 'the', 'color', 'the', 'blue', 'is', 'beautiful', 'i', 'am', 'happy', 'with', 'these', 'and', 'hope', 'they', 'hold', 'up', 'for', 'several', 'years', 'i', 'am', '125', 'lbs', 'and', 'the', 'small', 'fit', 'perfect', ',5,1,8', 'initmates', 'intimate', 'swim'] ['15361,249,37', 'nice', 'jacket', 'i', 'saw', 'this', 'jacket', 'in', 'the', 'store', 'and', 'it', 'looks', 'and', 'fit', 'beautiful', 'it', 'fits', 'tts', 'and', 'is', 'forgiving', 'to', 'the', 'curvy', 'this', 'is', 'a', 'staple', 'piece', 'to', 'have', 'during', 'the', 'fall', 'or', 'spring', 'highly', 'recommend.,5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['15362,1045,33', 'stylish', 'these', 'are', 'very', 'stylish', 'if', 'you', 'are', 'short', 'they', 'are', 'a', 'little', 'baggy', 'at', 'the', 'bottom', 'they', 'are', 'a', 'bit', 'over-priced', 'i', 'bought', 'them', 'before', 'they', 'went', 'on', 'sale', 'good', 'quality', 'and', 'feel', 'light', 'and', 'airy.,4,1,3', 'general', 'bottoms', 'pants'] ['15363,1083,38', 'i', "'m", 'torn', 'on', 'this', 'dress', 'i', 'love', 'the', 'concept', 'of', 'this', 'dress', 'i', 'love', 'the', 'stripes', 'ruffle', 'hem', 'and', 'little', 'cut', 'up', 'detail', 'but', 'it', 'runs', 'huge', 'i', "'m", '5', '3', '148', 'lbs', 'and', 'typically', 'wear', 'a', '6-8.', 'i', 'went', 'with', 'the', 'xs', 'in', 'this', 'dress', 'it', 'flairs', 'out', 'significantly', 'near', 'the', 'waist', 'and', 'hips', 'which', 'makes', 'it', 'super', 'comfortable', 'but', 'not', 'the', 'most', 'flattering', 'i', 'wish', 'they', 'had', 'tapered', 'it', 'in', 'slightly', 'to', 'give', 'it', 'a', 'slightly', 'more', 'fitted', 'look', 'i', "'m", 'keeping', 'it', 'and', 'think', 'it', 'will', 'be', 'cute', 'with', 'booties', 'in', 'the', 'fall', 'but', 'i', "'m", 'not', '100', 'on', 'it', ',4,1,9', 'general', 'dresses', 'dresses'] ['15364,1083,39', ',,5,1,0', 'general', 'dresses', 'dresses'] ['15365,249,64', 'such', 'a', 'great', 'staple', 'i', 'just', 'bought', 'this', 'jacket', 'for', 'my', 'mom', 'to', 'take', 'with', 'her', 'on', 'a', 'trip', 'to', 'europe', 'it', 'is', 'perfect', 'perfect', 'packing', 'piece', 'that', 'doesnt', 'wrinkle', 'and', 'is', 'a', 'substantial', 'enough', 'weight', 'to', 'wear', 'on', 'chilly', 'evenings', 'considering', 'buying', 'an', 'additional', 'one', 'in', 'my', 'size', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15366,932,48', ',i', 'ca', "n't", 'wait', 'for', 'the', 'milder', 'weather', 'to', 'arrive', 'so', 'i', 'can', 'wear', 'this', 'tunic', 'it', 'is', 'very', 'stylish', 'and', 'elegant', 'and', 'one', 'of', 'those', 'rare', 'pieces', 'that', 'makes', 'you', 'feel', 'good', 'wearing', 'it.,5,1,4', 'general', 'tops', 'sweaters'] ['15367,1083,29', 'runs', 'very', 'large', 'the', 'other', 'reviewers', 'are', 'right', 'this', 'runs', 'huge', 'why', 'have', 'a', 'number', 'of', 'cute', 'tops', 'been', 'running', 'so', 'large', 'lately', 'i', "'m", '5', '1', 'and', '100', 'lbs', 'and', 'was', 'drowning', 'in', 'the', 'xxs', 'petite', 'it', 'also', 'almost', 'reached', 'my', 'knees', 'i', 'thought', 'it', "'d", 'be', 'a', 'cute', 'little', 'tunic', 'to', 'wear', 'in', 'the', 'fall', 'but', 'it', 'just', 'looks', 'ridiculous', 'because', 'of', 'how', 'large', 'it', 'is', 'and', 'how', 'there', "'s", 'no', 'taper', 'or', 'shape', 'maybe', 'even', 'order', '2', 'sizes', 'down', 'the', 'quality', 'is', 'pretty', 'good', 'if', 'you', 'can', 'make', 'the', 'sizing', 'work', 'for', 'you', ',3,1,2', 'general', 'dresses', 'dresses'] ['15368,1086,48', 'wanted', 'to', 'love', 'this', 'dress', 'after', 'trying', 'several', 'sizes', 'including', 'petite', 'and', 'regular', 'i', 'am', 'sad', 'to', 'return', 'this', 'dress', 'the', 'regular', 'sizes', 'were', 'too', 'long', 'on', 'me', 'i', 'am', '5', '4', 'and', 'although', 'the', 'petite', 'fit', 'me', 'just', 'a', 'little', 'short', 'the', 'biggest', 'issue', 'was', 'how', 'tent', 'like', 'it', 'fit', 'me', 'i', 'wanted', 'it', 'to', 'look', 'like', 'it', 'does', 'on', 'the', 'model', 'but', 'i', 'just', 'could', "n't", 'get', 'the', 'fit', 'usually', 'i', 'have', 'great', 'luck', 'with', 'cloth', 'stone', ',2,0,5', 'general', 'petite', 'dresses', 'dresses'] ['15369,395,52', 'nice', 'butt', 'coverage', 'i', 'am', 'hippie', 'and', 'always', 'worry', 'about', 'coverage', 'this', 'was', 'a', 'nice', 'fit', 'good', 'coverage', 'but', 'did', 'not', 'look', 'old-ladyish', ',4,1,1', 'initmates', 'intimate', 'swim'] ['15370,1083,66', 'has', 'potential', 'i', 'felt', 'like', 'a', '12', 'year', 'old', 'wearing', 'my', 'big', 'sister', "'s", 'dress', 'it', "'s", 'a', 'bit', 'too', 'roomy', 'and', 'long', 'for', 'my', 'frame', 'in', 'my', 'normal', 'size', 'large', 'hitting', 'below', 'my', 'knees', 'the', 'top', 'part', 'fits', 'my', 'large', '34g', 'chest', 'nicely', 'but', 'it', 'becomes', 'a', 'wide', 'a-line', 'through', 'the', 'hips', 'the', 'fabric', 'is', 'a', 'bit', 'thick', 'like', 'a', 'sweatshirt', 'knit', 'so', 'it', 'does', "n't", 'flow', 'softly', 'over', 'the', 'body', 'the', 'fabric', 'of', 'the', 'lace', 'vee', 'insert', 'at', 'the', 'hem', 'is', 'thick', 'and', 'looks', 'awkward', 'i', 'love', 'the', 'black', 'and', 'white', 'stripes', 'very', 'striking', 'would', 'love', 'a', 'top', 'in', 'these', 'colors', 'and', 'fabric', ',4,1,2', 'general', 'dresses', 'dresses'] ['15371,1083,67', 'disappointing', 'this', 'dress', 'is', 'adorable', 'in', 'the', 'photo', 'however', 'in', 'reality', 'it', 'fits', 'like', 'a', 'tent', 'the', 'top', 'would', 'be', 'okay', 'although', 'i', 'would', 'need', 'a', 'smaller', 'size', 'if', 'i', 'were', 'to', 'keep', 'it', 'it', 'flares', 'out', 'in', 'the', 'skirt', 'to', 'become', 'an', 'a-line', 'and', 'it', "'s", 'just', 'not', 'very', 'flattering', 'if', 'i', 'had', 'read', 'the', 'reviews', 'before', 'ordering', 'i', 'would', 'have', 'sized', 'down', 'but', 'i', 'ordered', 'before', 'any', 'reviews', 'had', 'been', 'posted', 'sadly', 'i', 'must', 'return', ',2,0,3', 'general', 'dresses', 'dresses'] ['15372,395,89', 'beautiful', 'fabric', 'great', 'quality', 'fits', 'true', 'to', 'size', 'love', 'them', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15373,249,57', 'did', "n't", 'work', 'out', 'nice', 'weight', 'and', 'loved', 'the', 'design', 'but', 'the', 'inside', 'was', 'what', 'i', 'loved', 'the', 'most', 'it', 'does', "n't", 'show', 'in', 'the', 'photos', 'but', 'the', 'zipper', 'is', 'a', 'light', 'blue', 'and', 'the', 'fabric', 'is', 'double-sided', 'so', 'the', 'inside', 'is', 'lined', 'with', 'light', 'blue', 'flowers', 'on', 'a', 'darker', 'blue', 'background', 'cute', 'detail', 'the', 'only', 'drawback', 'was', 'the', 'length', 'of', 'the', 'sleeves', 'they', 'were', 'about', '2', 'too', 'long', 'and', 'i', 'have', 'long', 'arms', 'there', 'was', "n't", 'enough', 'stretch', 'in', 'band', 'of', 'the', 'sleeve', 'to', 'keep', 'them', 'up', 'once', 'you', 'pushed', 'them', 'up', 'the', 'only', 'other', 'option', 'i', 'came', 'up', 'with', 'was', 'to', 'fold', ',3,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15374,1088,46', 'certain', 'body', 'type', 'yes', 'i', 'bought', 'this', 'dress', 'in', 'anticipation', 'of', 'wearing', 'it', 'right', 'away', 'it', "'s", 'not', 'mean', 'for', 'everybody', 'it', 'would', 'look', 'good', 'on', 'a', 'stick', 'figure', 'if', 'you', 'have', 'some', 'hips', 'they', 'balloon', 'out', ',3,0,1', 'general', 'petite', 'dresses', 'dresses'] ['15375,829,51', 'the', 'definition', 'of', 'a', 'conversation', 'piece', 'this', 'is', 'a', 'quirky', 'whimsical', 'uniquely', 'designed', 'top', 'that', "'s", 'sure', 'to', 'get', 'a', 'lot', 'of', 'comments', 'and', 'opinions', 'and', 'hopefully', 'good', 'ones', 'i', 'really', 'love', 'it', 'think', 'it', 'is', 'what', 'it', 'is', 'a', 'fun', 'conversation', 'piece', 'and', 'is', "n't", 'that', 'what', "'s", 'great', 'about', 'fashion', 'tts', 'very', 'comfy', 'yes', 'boxy', 'but', 'i', 'do', "n't", 'think', 'in', 'a', 'bad', 'way', 'the', 'ruffle', 'on', 'the', 'bottom', 'is', 'adorable', 'would', 'look', 'great', 'with', 'slim', 'ivory', 'or', 'white', 'denim', 'and', 'booties', 'or', 'even', 'a', 'darker', 'denim', 'hits', 'mid', 'bum', 'nice', 'quality', 'too', ',5,1,0', 'general', 'tops', 'blouses'] ['15376,249,25', 'quality', 'jacket', 'like', 'the', 'other', 'reviewer', 'said', 'there', "'s", 'a', 'nice', 'inner', 'lining', 'and', 'the', 'material', 'of', 'the', 'jacket', 'is', 'just', 'so', 'nice', 'looks', 'a', 'little', 'like', 'a', 'blazer', 'when', 'worn', 'but', 'the', 'heather', 'gray', 'makes', 'it', 'a', 'dress', 'up', 'or', 'down', 'sort', 'of', 'piece', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15377,1088,24', ',i', 'absolutely', 'love', 'this', 'dress', 'it', "'s", 'great', 'for', 'business', 'casual', 'it', "'s", 'also', 'such', 'a', 'great', 'color', 'for', 'the', 'transition', 'into', 'fall.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15378,577,55', 'weird', 'fit', 'i', 'am', '5', '7', '110', 'lbs', 'ordered', 'my', 'normal', 'xs', 'and', 'the', 'bottom', 'portion', 'was', 'way', 'over', 'sized', 'it', 'fit', 'like', 'a', 'parachute', 'you', 'could', 'fit', 'about', '12', 'of', 'me', 'in', 'the', 'bottoms', 'and', 'very', 'short', 'nice', 'quality', 'material', 'but', 'extremely', 'awkward', 'fit', ',1,0,1', 'general', 'bottoms', 'shorts'] ['15379,395,32', 'great', 'fit', 'these', 'bottoms', 'are', 'super', 'comfortable', 'i', 'think', 'they', 'run', 'a', 'little', 'big', 'for', 'a', 'small', 'i', 'bought', 'another', 'swimsuit', 'from', 'retailer', 'and', 'the', 'bottoms', 'are', 'also', 'small', 'and', 'fit', 'a', 'little', 'better', 'than', 'these', 'it', 'goes', 'well', 'with', 'the', 'peplum', 'swimsuit', 'top', 'im', 'so', 'excited', 'about', 'wearing', 'them', 'this', 'season', ',5,1,1', 'initmates', 'intimate', 'swim'] ['15380,1083,40', 'cute', 'casual', 'dress.', 'this', 'is', 'a', 'cute', 'casual', 'dress', 'that', 'could', 'be', 'worn', 'with', 'flip', 'flops', 'or', 'boots.,4,1,0', 'general', 'dresses', 'dresses'] ['15381,577,36', 'this', 'romper', 'is', 'really', 'cute', 'it', "'s", 'flowy', 'and', 'wide', 'at', 'the', 'middle', 'which', 'i', 'like', 'it', "'s", 'comfortable', 'i', 'ordered', 'my', 'usual', 'size', 'small', 'and', 'it', 'was', 'too', 'big', 'i', "'m", 'hoping', 'an', 'exchange', 'will', 'do', 'the', 'trick', ',4,1,2', 'general', 'bottoms', 'shorts'] ['15382,829,53', 'runs', 'large', 'too', 'boxy', 'the', 'material', 'is', 'nice', 'and', 'of', 'good', 'thick', 'quality', 'feels', 'a', 'bit', 'stiff', 'due', 'to', 'the', 'lovely', 'embroidery', 'unfortunately', 'this', 'top', 'runs', 'large', 'and', 'is', 'not', 'fitted', 'at', 'all', 'as', 'the', 'material', 'is', 'thick', 'and', 'stiff', 'it', 'does', 'not', 'drape', 'well', 'which', 'makes', 'for', 'an', 'unflattering', 'look', ',4,1,0', 'general', 'tops', 'blouses'] ['15383,936,35', ',i', 'just', 'received', 'this', 'and', 'had', 'ordered', 'it', 'in', 'my', 'normal', 'size', 'small', 'and', 'it', 'is', 'way', 'too', 'big', 'sadly', 'xs', 'is', 'sold', 'out', 'so', 'i', 'will', 'just', 'have', 'to', 'return', 'mine', 'the', 'style', 'is', 'like', 'a', 'swing', 'coat', 'and', 'zips', 'up', 'the', 'front', 'the', 'material', 'is', 'thinner', 'but', 'nice', 'and', 'can', 'be', 'worn', 'over', 'sweaters', 'or', 'bulkier', 'items', 'the', 'color', 'is', 'more', 'beige', 'in', 'real', 'life.,4,1,0', 'general', 'tops', 'sweaters'] ['15384,395,33', 'vintage', 'beach', 'ready', 'love', 'this', 'vintage', 'high', 'waisted', 'bikini', 'bottom', 'fits', 'true', 'to', 'size', 'it', 'pulls', 'up', 'to', 'a', 'little', 'past', 'my', 'belly', 'button', 'and', 'the', 'runching', 'is', 'in', 'all', 'the', 'right', 'places', 'i', "'m", 'not', 'too', 'sure', 'how', 'it', 'will', 'stay', 'put', 'in', 'the', 'waist', 'area', 'for', 'a', 'dip', 'in', 'the', 'ocean', 'ca', "n't", 'wait', 'to', 'lounge', 'around', 'in', 'it', 'ar', 'the', 'beach', 'though.,5,1,2', 'initmates', 'intimate', 'swim'] ['15385,936,23', ',i', 'absolutely', 'love', 'this', 'piece', 'it', "'s", 'a', 'beautiful', 'and', 'chic', 'piece', 'that', 'is', 'perfect', 'for', 'any', 'occasion,5,1,1', 'general', 'tops', 'sweaters'] ['15386,936,69', 'fantastic', 'piece', 'very', 'timeless', 'great', 'color', 'i', 'love', 'this', 'just', 'bought', 'it', 'and', 'so', 'glad', 'i', 'did', 'really', 'want', 'to', 'wear', 'it', 'out', 'so', 'hopefully', 'the', 'weather', 'will', 'cool', 'down', 'soon', 'since', 'i', 'am', 'in', 'the', 'south', 'and', 'we', 'are', 'experiencing', 'an', 'extremely', 'warm', 'winter', 'regardless', 'it', 'will', 'be', 'with', 'me', 'a', 'long', 'time', 'so', 'if', 'i', 'do', "n't", 'use', 'it', 'this', 'season', 'i', 'will', 'eventually', 'as', 'it', 'is', 'timeless', 'and', 'goes', 'with', 'anything', ',5,1,2', 'general', 'tops', 'sweaters'] ['15387,395,58', 'perfect', 'two-piece', 'ok', 'so', 'who', 'likes', 'to', 'buy', 'bathing', 'suits', 'apparently', 'i', 'do', 'because', 'this', 'one', 'arrived', 'today', 'in', 'the', 'white', 'and', 'rust', 'and', 'i', "'m", 'buying', 'the', 'black', 'one', 'in', 'a', 'second', 'i', 'ca', "n't", 'pass', 'up', 'such', 'a', 'flattering', 'suit', 'the', 'ruched', 'bottom', 'gives', 'just', 'enough', 'extra', 'so', 'it', "'s", 'not', 'skin', 'tight', 'to', 'your', 'bottom', 'and', 'the', 'top', 'has', 'just', 'the', 'right', 'amount', 'of', 'cover', 'the', 'whole', 'suit', 'is', 'easy', 'to', 'wear', 'nicely', 'made', 'and', 'flattering', 'through', 'the', 'roof', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15388,876,36', 'cute', 'but', 'this', 'shirt', 'is', 'adorable', 'but', 'it', "'s", 'really', 'just', 'a', 'cotton', 't-shirt', 'based', 'on', 'the', 'picture', 'online', 'i', 'thought', 'it', 'would', 'have', 'more', 'weight', 'be', 'a', 'more', 'substantial', 'fabric', 'again', 'it', "'s", 'adorable', 'but', 'not', 'sure', 'how', 'long', 'it', 'will', 'last', ',5,1,1', 'general', 'tops', 'knits'] ['15389,833,37', 'ordered', 'both', 'the', 'black', 'and', 'white', 'and', 'ordered', 'both', 'in', '0', 'and', 'p2', 'preferred', 'the', 'black', 'over', 'white', 'and', 'the', 'p2', 'fit', 'the', 'best', 'however', 'they', 'reminded', 'me', 'too', 'much', 'of', 'a', 'maternity', 'top', 'so', 'they', 'both', 'went', 'back'] ['if', 'you', 'order', 'you', 'will', 'need', 'to', 'wear', 'a', 'cami', 'underneath', 'at', 'least', 'i', 'would', 'not', 'a', 'terrible', 'top', 'just', 'not', 'for', 'me', ',4,1,9', 'general', 'tops', 'blouses'] ['15390,1076,59', 'beautiful', 'i', 'bought', 'this', 'dress', 'on', 'a', 'whim', 'i', 'am', 'so', 'glad', 'i', 'did', 'got', 'it', 'in', 'black', 'it', 'is', 'stunning', 'and', 'comfortable,5,1,0', 'general', 'dresses', 'dresses'] ['15391,876,59', 'tee', 'with', 'a', 'bit', 'of', 'style', 'cute', 'tee', 'it', "'s", 'a', 'casual', 'tee', 'with', 'some', 'nice', 'detailing', 'that', 'gives', 'it', 'some', 'style', 'the', 'fabric', 'is', 'a', 'good', 'thickness', 'not', 'see-through', 'thin', 'but', 'light', 'enough', 'for', 'warm', 'weather', 'the', 'color', 'should', 'match', 'pretty', 'much', 'anything', 'nice', 'neckline', 'i', 'think', 'it', 'runs', 'slightly', 'large', 'i', 'hover', 'between', 'a', 'small', 'extra', 'small', 'with', 'tops', 'and', 'the', 'xs', 'fit', 'nicely', 'i', 'do', 'have', 'narrow', 'shoulders', '32dd', 'so', 'women', 'with', 'normal', 'to', 'wide', 'shoulders', 'might', 'prefer', 'their', 'usual', 'size', 'i', 'do', "n't", 'expect', 'people', 'to', 'gush', 'over', 'it', 'with', 'compliments', 'but', 'it', 'it', 'a', ',5,1,5', 'general', 'tops', 'knits'] ['15392,1084,50', 'too', 'short', 'shorter', 'than', 'written', 'tunic', 'not', 'dress', 'dress', 'is', 'nice', 'but', 'ca', "n't", 'be', 'worn', 'without', 'tights', 'or', 'you', 'are', 'at', 'a', 'risk', 'of', 'indecently', 'exposing', 'yourself', 'it', 'is', 'around', '30', 'in', 'length', 'so', 'is', 'more', 'of', 'a', 'tunic', 'than', 'a', 'dress', 'i', "'m", 'only', '5', '1', 'and', 'it', 'was', 'too', 'short', 'ca', "n't", 'imagine', 'anyone', 'taller', 'even', 'trying', 'to', 'wear', 'this', ',1,0,5', 'general', 'petite', 'dresses', 'dresses'] ['15393,876,66', 'great', 'tee', 'it', "'s", 'hard', 'to', 'find', 'a', 'comfortable', 'attractive', 'tee', 'this', 'one', 'is', 'it', 'for', 'me', 'ordered', 'a', 'large', 'it', 'skims', 'perfectly', 'over', 'my', 'back', 'and', 'lower', 'half', 'no', 'grabbing', 'sleeves', 'are', 'cut', 'nicely', 'for', 'those', 'of', 'us', 'who', 'do', "n't", 'love', 'their', 'upper', 'arms', 'the', 'lacing', 'adds', 'nice', 'detail', 'and', 'interest', 'it', "'s", 'soft', 'and', 'comfy', 'it', "'s", 'an', 'unusual', 'color', 'that', 'will', 'go', 'with', 'almost', 'any', 'bottom', 'great', 'now', 'and', 'under', 'a', 'jean', 'jacket', 'or', 'cardigan', 'as', 'the', 'weather', 'cools', ',5,1,4', 'general', 'tops', 'knits'] ['15394,876,36', 'fun', 'top', 'cute', 'top', 'great', 'for', 'the', 'inner', 'maid', 'marian', 'fan', 'fun', 'twist', 'on', 't-shirt', 'in', 'regular', 'size', 'also', 'ordered', 'the', 'alexandria', 'top', 'in', 'somewhat', 'similar', 'vein', 'but', 'did', "n't", 'care', 'for', 'that', 'one', 'at', 'all', 'this', 'one', 'was', 'cute', 'and', 'the', 'fit', 'is', 'flattering', 'the', 'other', 'is', 'boxy', 'and', 'boring', 'to', 'me', 'recommend', 'this', 'one', ',5,1,5', 'general', 'tops', 'knits'] ['15395,1084,52', 'nicely', 'fitted', 'lined', 'dress', 'but', 'very', 'warm', 'great', 'dress', 'nicely', 'structured', 'but', 'the', 'fabric', 'is', 'very', 'thick', 'and', 'since', 'it', "'s", 'lined', 'it', "'s", 'a', 'very', 'warm', 'dress', 'not', 'something', 'you', 'would', 'wear', 'in', 'the', 'spring', 'especially', 'in', 'the', 'summer', 'ordered', 'in', 'petite', 'so', 'hem', 'length', 'was', 'perfect', 'on', 'me', 'i', "'m", '5', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15396,876,26', 'great', 'top', 'with', 'a', 'little', 'extra', 'love', 'this', 'top', 'the', 'material', 'is', 'very', 'soft', 'and', 'though', 'this', 'is', "n't", 'a', 'thick', 'tshirt', 'it', 'holds', 'its', 'shape', 'and', 'supports', 'the', 'grommet', 'detailing', 'nicely', 'i', "'m", '5', '7', 'about', '130', 'not', 'busty', 'and', 'got', 'a', 'small', 'fits', 'great', 'the', 'color', 'is', 'more', 'of', 'an', 'off-rose/blush', 'has', 'more', 'of', 'a', 'brown', 'tint', 'than', 'the', 'photo', 'shows', ',5,1,2', 'general', 'tops', 'knits'] ['15397,866,48', 'fabric', 'seems', 'cheaply', 'made', 'very', 'tight', 'sleeves', 'i', 'liked', 'the', 'colors', 'and', 'the', 'design', 'but', 'it', "'s", 'kind', 'of', 'an', 'odd', 'fabric', 'no', 'give', 'at', 'all', 'and', 'no', 'drape', 'stiff', 'and', 'kind', 'of', 'structured', 'feeling', 'for', 'a', 'casual', 'cardigan', 'the', 'sleeves', 'are', 'extremely', 'narrow', 'and', 'tight', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'felt', 'like', 'a', 'ace', 'bandage', 'squeezing', 'my', 'arms', 'my', 'arms', 'are', 'normal', 'sized', 'if', 'you', 'have', 'exceptionally', 'narrow', 'arms', 'might', 'work', 'for', 'you', 'sending', 'it', 'back', ',3,0,5', 'general', 'tops', 'knits'] ['15398,1099,36', 'prepare', 'for', 'compliments', 'i', 'actually', 'saw', 'this', 'dress', 'on', 'an', 'associate', 'and', 'did', "n't", 'like', 'it', 'but', 'as', 'i', 'was', 'trying', 'on', 'other', 'things', 'i', 'saw', 'my', 'size', 'hanging', 'on', 'a', 'rack', 'in', 'the', 'dressing', 'room', 'and', 'thought', 'why', 'not', 'just', 'try', 'it', 'glad', 'i', 'did', 'it', 'is', 'so', 'flattering', 'on', 'and', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'it', "'s", 'so', 'versatile', 'i', 'received', 'so', 'many', 'compliments', 'when', 'i', 'wore', 'this', 'glad', 'i', 'gave', 'it', 'a', 'try', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15399,1099,62', 'lovely', 'i', 'absolutely', 'adore', 'this', 'dress', 'i', 'was', 'nervous', 'to', 'try', 'it', 'because', 'i', 'just', 'had', 'a', 'baby', 'thinking', 'that', 'the', 'waist', 'tie', 'looked', 'potentially', 'bulky/stiff', 'based', 'on', 'the', 'images', 'i', 'am', 'so', 'glad', 'i', 'gave', 'this', 'a', 'shot', 'it', 'is', 'actually', 'one', 'of', 'the', 'few', 'dresses', 'that', 'i', 'am', 'comfortable', 'wearing', 'right', 'now', 'the', 'tie', 'helps', 'make', 'me', 'look', 'like', 'i', 'have', 'a', 'waist', 'even', 'though', 'i', 'do', "n't", 'right', 'now', 'while', 'covering', 'up', 'some', 'of', 'the', 'leftover', 'baby', 'weight', 'i', 'grabbed', 'this', 'is', 'my', 'usual', 'size', 's', '27', '34b', '5', '7', 'and', 'found', 'it', 'to', 'fit', 'perfectly', 'plus', 'the', 't', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15400,1099,48', 'best', 'summer', 'buy', 'the', 'print', 'caught', 'my', 'eye', 'then', 'i', 'felt', 'the', 'breathable', 'cotton', 'fabric', 'and', 'had', 'to', 'try', 'it', 'on', 'i', 'am', 'only', '5', '2', 'and', 'have', 'a', 'small', 'waist', 'but', 'sized', '32dd', 'bust', 'with', 'hips', 'and', 'have', 'a', 'hard', 'time', 'finding', 'clothes', 'that', 'fit', 'well', 'this', 'dress', 'fit', 'me', 'perfectly', 'i', 'have', 'dressed', 'it', 'up', 'and', 'down', 'and', 'always', 'get', 'compliments', 'this', 'dress', 'was', 'on', 'the', 'pricey', 'side', 'but', 'has', 'turned', 'out', 'to', 'be', 'worth', 'every', 'penny.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15401,1099,35', 'flattering', 'wow', 'i', 'did', "n't", 'think', 'this', 'dress', 'would', 'work', 'on', 'my', 'curvy', 'frame', 'i', 'still', 'have', 'a', 'baby', 'belly', 'and', 'some', 'dresses', 'look', 'like', 'mumu', "'s", 'on', 'me', 'this', 'was', 'so', 'flattering', 'the', 'waist', 'cinches', 'nicely', 'and', 'the', 'length', 'is', 'just', 'above', 'the', 'knee', 'i', 'am', '5.6', 'and', '145lbs', 'for', 'reference', 'the', 'weight', 'its', 'light/cottony', 'and', 'it', 'looks', 'great', 'with', 'flats', 'and', 'wedges'] ['love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15402,1099,39', 'cuter', 'than', 'expected', 'my', 'stylist', 'brought', 'me', 'the', 'regular', 'xs', 'to', 'try', 'on', 'in', 'the', 'store', 'and', 'almost', 'told', 'me', 'i', 'should', 'buy', 'it', 'the', 'length', 'seemed', 'just', 'fine', 'but', 'i', 'usually', 'get', 'petite', 'so', 'decided', 'to', 'order', 'the', 'xs', 'petite', 'before', 'deciding', 'good', 'decision', 'there', 'is', 'less', 'fabric', 'in', 'the', 'skirt', 'so', 'it', 'seemed', 'anyway', 'so', 'i', 'am', 'less', 'overwhelmed', 'buy', 'the', 'skirt', 'the', 'cut', 'is', 'super', 'flattering', 'and', 'length', 'was', 'actually', 'better', 'the', 'longer', 'sides', 'hit', 'me', 'around', 'the', 'knee', 'i', 'was', "n't", 'sold', 'on', 'the', 'dolor', 'as', 'i', 'have', 'pale', 'skin', 'but', 'there', 'is', 'enough', 'dark', 'to', 'com', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15403,1099,32', 'best', 'best', 'best', 'best', 'ever', 'this', 'dress', 'is', 'the', 'absolute', 'best', 'it', 'is', 'comfy', 'flattering', 'cute', 'pretty', 'much', 'the', 'best', 'dress', 'ever', 'as', 'a', 'previous', 'reviewer', 'said', 'ti', 'is', 'a', '3', 'even', '4', 'season', 'dress', 'throw', 'it', 'on', 'with', 'boots', 'and', 'a', 'wool', 'cardi', 'in', 'the', 'winter', 'and', 'youre', 'all', 'set', 'i', 'didnt', 'even', 'think', 'twice', 'about', 'buying', 'it', 'perfect', 'length-', 'a', 'little', 'longer', 'in', 'the', 'back', 'but', 'not', 'too', 'short', 'in', 'the', 'front', 'and', 'i', 'do', 'not', 'like', 'short', 'dresses/skirts', 'dont', 'think', 'about', 'it', 'just', 'buy', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15404,1099,38', 'defines', 'the', 'waist', 'i', 'really', 'liked', 'this', 'dress', 'the', 'tie', 'defines', 'the', 'waist', 'and', 'the', 'skirt', 'volume', 'is', 'flattering', 'one', 'minor', 'concern', 'i', 'had', 'was', 'the', 'dress', 'is', 'a', 'bit', 'thin', 'although', 'the', 'skirt', 'is', 'lined', 'i', 'think', 'this', 'will', 'be', 'a', 'great', 'summer', 'in', 'fall', 'transition', 'piece', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15405,854,51', 'so', 'gorgeous', 'the', 'details', 'make', 'this', 'tank', 'so', 'special', 'the', 'subtle', 'sequin', 'around', 'the', 'neckline', 'are', 'just', 'enough', 'to', 'make', 'this', 'a', 'dress-up', 'or', 'dress-down', 'top', 'perfect', 'with', 'skinny', 'jeans', 'for', 'an', 'evening', 'date', 'night', 'or', 'a', 'black', 'cardigan', 'for', 'the', 'office', 'the', 'fabric', 'is', 'soft', 'almost', 'like', 'a', 'very', 'light', 'weight', 'knit', 'sweater', 'but', 'so', 'light', 'that', 'you', 'can', 'wear', 'it', 'for', 'summer', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['15406,1080,53', 'eye', 'candy', 'i', 'have', "n't", 'gotten', 'a', 'dress', 'from', 'retailer', 'in', 'a', 'long', 'time', 'that', 'i', 'like', 'as', 'i', 'do', 'this', 'one', 'this', 'is', 'the', 'old', 'retailer-quality', 'extras', 'and', 'unique', 'design', 'fits', 'like', 'it', 'was', 'made', 'for', 'me-tts', 'i', 'am', '5', '5', '142', 'lbs', 'and', 'the', '6', 'is', 'perfection', 'no', 'enlarged', 'arm', 'holes', 'or', 'funky', 'fit', 'it', 'has', 'lining', 'as', 'well', 'as', 'a', 'tu-tu', 'slip', 'underneath', 'so', 'you', 'can', 'create', 'your', 'own', 'fullness', 'in', 'the', 'skirt', 'it', 'is', 'very', 'fitted', 'at', 'the', 'bust', 'and', 'waist', 'and', 'will', 'hide', 'numerous', 'flaws', 'at', 'the', 'hips', 'this', 'dress', 'is', 'spectacular', 'so', 'do', "n't", 'wait', 'press', 'the', 'button', ',5,1,1', 'general', 'dresses', 'dresses'] ['15407,854,39', 'gorgeous', 'and', 'airy', 'but', 'large', 'saw', 'online', 'and', 'had', 'to', 'have', 'got', 'it', 'home', 'and', 'i', 'was', 'swimming', 'in', 'it', 'i', 'normally', 'am', 'a', 'size', 'l', 'in', 'most', 'retailer', 'brands', 'but', 'this', 'felt', 'so', 'large', 'the', 'actual', 'top', 'is', 'lovely', 'with', 'an', 'airy', 'artistic', 'quality', 'to', 'it', 'not', 'sure', 'if', 'i', 'will', 'go', 'back', 'for', 'the', 'medium', 'or', 'not', ',3,1,2', 'general', 'petite', 'tops', 'knits'] ['15408,1104,38', 'beautiful', 'dress', 'this', 'dress', 'is', 'really', 'beautiful', 'and', 'high', 'quality', 'the', 'pattern', 'color', 'and', 'fabric', 'are', 'great', 'the', 'fit', 'is', 'flattering', 'i', "'m", 'hourglass', 'to', 'pear', 'shaped', 'and', 'the', 'size', 'perfect', 'for', 'me', 'in', 'petite', 'please', 'keep', 'offering', 'high', 'quality', 'clothes', 'in', 'petite', 'sizes', 'by', 'higher', 'end', 'designers', ',5,1,1', 'general', 'dresses', 'dresses'] ['15409,1099,51', 'channeling', 'sophia', 'loren', 'was', 'hopeful', 'this', 'might', 'work', 'on', 'my', 'petite', 'pear', 'shape', 'i', 'am', '5', 'probably', '135-140lb', 'one', 'to', 'two', 'sizes', 'larger', 'on', 'the', 'bottom', 'when', 'i', 'first', 'saw', 'online', 'so', 'went', 'to', 'store', 'to', 'give', 'the', 'regular', 'size', 'a', 'trial', 'run', 'before', 'ordering', 'the', 'petite', 'size', 'online', 'you', 'can', 'never', 'tell', 'with', 'these', 'flare', 'dresses', 'some', 'just', 'make', 'the', 'hips', 'look', 'so', 'much', 'worse', 'and', 'have', "n't", 'had', 'a', 'lot', 'of', 'luck', 'with', 'casual', 'retailer', 'flare', 'dresses', 'this', 'season', 'first', 'tried', 'on', 'the', 'medium', 'and', 'fell', 'in', 'love', 'instantly', 'was', 'looking', 'a', 'little', 'big', 'but', 'thought', 'orde', ',5,1,7', 'general', 'petite', 'dresses', 'dresses'] ['15410,1099,34', 'worth', 'a', 'shot', 'i', 'walked', 'right', 'by', 'this', 'dress', 'until', 'an', 'associate', 'of', 'mine', 'asked', 'me', 'to', 'try', 'it', 'on', 'i', 'am', 'so', 'glad', 'she', 'did', 'this', 'dress', 'is', 'far', 'more', 'flattering', 'on', 'me', 'then', 'i', 'expected', 'and', 'it', 'has', 'pockets', 'after', 'assessing', 'it', 'further', 'i', 'decided', 'i', 'liked', 'the', 'material', 'it', 'is', 'lined', 'and', 'will', 'not', 'make', 'you', 'look', 'like', 'a', 'wrinkled', 'up', 'paper', 'bag', 'after', 'sitting', 'down', 'i', 'bought', 'a', 'small', 'i', 'compared', 'the', 'medium', 'and', 'both', 'would', 'work', 'on', 'my', 'frame', 'because', 'of', 'the', 'tie', 'waist', 'i', 'am', '5ft', '3', '137', 'lbs', '36b', 'chest', 'and', 'i', 'have', 'a', 'proportionate', 'athletic', 'figure', 'for', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['15411,1099,37', 'so', 'comfy', 'great', 'cut', 'pockets', 'win', 'for', 'petites', 'my', 'new', 'favorite', 'i', 'would', "n't", 'have', 'thought', 'twice', 'about', 'this', 'dress', 'handling', 'on', 'a', 'rack', 'in', 'store', 'but', 'after', 'seeing', 'so', 'many', 'cute', 'pics', 'of', 'ladies', 'in', 'this', 'dress', 'i', 'caved', 'i', 'needed', 'a', 'petite', 'so', 'ordered', 'a', 'sp', 'and', 'xsp', 'the', 'length', 'on', 'both', 'is', 'perfect', 'i', "'m", '5', '0', 'and', 'both', 'hit', 'above', 'my', 'knee', 'in', 'front', 'and', 'hit', 'at', 'in', 'back', 'and', 'on', 'sides', 'i', 'did', "n't", 'try', 'on', 'a', 'regular', 'in', 'store', 'but', 'based', 'on', 'the', 'sp/xsp', 'i', "'m", 'pretty', 'sure', 'there', "'d", 'be', 'too', 'much', 'material', 'for', 'a', 'petite', 'frame', 'the', 'xsp', 'is', 'cut', 'slimmer', 'and', 'if', 'i', 'had', 'a', 'tiny', 'waist', 'i', "'d", 'proba', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15412,1099,56', 'great', 'touring', 'dress', 'i', 'just', 'bought', 'this', 'dress', 'in', 'the', 'store', 'and', 'i', 'love', 'it', 'i', "'m", 'in', 'my', '50s', 'and', 'it', 'does', 'every', 'thing', 'i', 'need', 'a', 'dress', 'to', 'do', 'it', 'has', 'sleeves', 'it', "'s", 'modest', 'enough', 'and', 'shows', 'my', 'shape', 'the', 'colors', 'are', 'great', 'and', 'go', 'with', 'most', 'shoes', 'i', "'m", 'heading', 'to', 'italy', 'soon', 'and', 'this', 'one', 'will', 'see', 'me', 'through', 'many', 'museums', 'and', 'churches', 'great', 'buy', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15413,1075,36', 'beautiful', 'but', 'totally', 'see-through', 'this', 'dress', 'is', 'elegant', 'and', 'really', 'lovely', 'it', 'looks', 'like', 'a', 'throwback', 'to', 'the', '20s', 'and', '30s', 'it', 'drapes', 'nicely', 'and', 'i', 'think', 'it', 'would', 'be', 'flattering', 'on', 'most', 'body', 'types', 'and', 'this', 'is', 'why', 'i', 'am', 'recommending', 'it', 'but', 'be', 'warned', 'it', 'runs', 'large'] [] ['the', 'problem', 'with', 'the', 'dress', 'is', 'that', 'the', 'slip', 'might', 'as', 'well', 'not', 'be', 'there', 'at', 'all', 'it', 'is', 'completely', 'sheer', 'for', 'example', 'i', 'have', 'a', 'couple', 'tattoos', 'and', 'you', 'can', 'see', 'them', 'right', 'through', 'the', 'fabric', 'which', 'is', 'not', 'the', 'look', 'i', "'m", 'going', 'for', 'this', 'might', 'be', 'a', 'deal', 'breaker', 'for', 'some', 'for', 'me', 'i', ',3,1,0', 'general', 'dresses', 'dresses'] ['15414,1099,65', 'this', 'dress', 'is', 'an', 'absolute', 'win', 'i', 'was', 'won', 'over', 'on', 'the', 'hanger', 'by', 'the', 'linen', 'fabric', "'s", 'lightweight', 'nature', 'and', 'then', 'i', 'tried', 'it', 'on', 'such', 'a', 'good', 'fit', 'for', 'my', 'high', 'waist', 'and', 'the', 'tie', 'was', 'super', 'flattering', 'i', 'love', 'this', 'with', 'booties', 'as', 'i', 'was', 'wearing', 'today', 'but', 'think', 'it', 'will', 'be', 'adorable', 'with', 'espadrilles', 'as', 'well', 'for', 'a', 'more', 'summery', 'look', 'it', "'s", 'also', 'the', 'rare', 'three', 'season', 'dress', 'with', 'its', 'cut', 'and', 'coloring', 'working', 'most', 'of', 'the', 'year', 'for', 'sizing', 'i', "'d", 'say', 'it', "'s", 'true', 'to', 'size', 'i', 'got', 'my', 'regular', 'size', 's', 'with', 'no', 'trouble', 'with', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['15415,854,40', 'uncomfortable', 'i', 'did', "n't", 'realize', 'that', 'there', 'were', 'sequins', 'on', 'the', 'design', 'they', 'kept', 'poking', 'my', 'shoulders', 'and', 'made', 'the', 'top', 'very', 'uncomfortable', 'the', 'white', 'material', 'was', 'also', 'not', 'very', 'flattering', 'on', 'me', 'it', 'went', 'back.,2,0,1', 'general', 'petite', 'tops', 'knits'] ['15416,27,28', 'so', 'glad', 'this', 'comes', 'in', '32', 'd', 'this', 'bra', 'surprised', 'me', 'by', 'how', 'good', 'it', 'looks', 'on', 'the', 'placement', 'of', 'the', 'lace', 'and', 'cups', 'creates', 'a', 'flattering', 'silhouette.,5,1,0', 'initmates', 'intimate', 'intimates'] ['15417,1099,47', ',,5,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15418,578,34', 'great', 'bodysuit', 'fabric', 'stretches', 'with', 'wear', 'i', "'m", '5', '5', '127lbs', 'ordered', 'size', 'small', 'not', 'sheer', 'bodysuit', 'snaps', 'great', 'to', 'wear', 'with', 'skirts', 'and', 'wide', 'leg', 'pants', ',4,1,0', 'initmates', 'intimate', 'layering'] ['15419,1055,63', 'i', 'took', 'the', 'advise', 'of', 'a', 'reviewer', 'and', 'sized', 'down', 'to', 'xs', 'i', 'am', '5', '6', 'and', '110.', 'i', 'could', 'take', 'them', 'off', 'without', 'unbuttoning', 'them', 'they', 'were', 'hugh', 'even', 'the', 'xs', 'they', 'looked', 'like', 'a', 'halloween', 'costume', 'even', 'at', 'the', 'discounted', 'sale', 'price', 'awful', 'and', 'kind', 'of', 'made', 'me', 'laugh', 'but', 'i', 'guess', 'that', "'s", 'why', 'they', 'are', 'still', 'available', 'at', 'this', 'sale', 'price', ',1,0,1', 'general', 'petite', 'bottoms', 'pants'] ['15420,854,55', 'must', 'see', 'in', 'person', 'it', "'s", 'easy', 'to', 'miss', 'the', 'fine', 'details', 'that', 'make', 'this', 'top', 'special.the', 'fabric', 'inset', 'around', 'the', 'collar', 'front', 'placket', 'is', 'an', 'abstract', 'blossoming', 'spring', 'branch', 'print', 'overlaid', 'with', '3d', 'decorative', 'embroidery', 'and', 'clear', 'sequins', 'is', 'trimmed', 'with', 'a', 'delicate', 'lace', 'the', 'sequins', 'are', 'eye-catching', 'in', 'a', 'very', 'subtle', 'shimmery', 'way'] [] ['beautiful', 'under', 'a', 'sweater', 'love', 'the', 'top', "'s", 'double', 'layer', 'look', 'fits', 'tts', 'not', 'too', 'sheer'] [] ['you', 'might', 'have', 'to', 'wear', 'a', 'strapless', 'bra', 'or', 'do', 'without', 'one', 'altogether', 'because', 'of', 'the', 'neckline', 'and', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['15421,1099,62', 'no', 'petite', 'needed', 'i', 'too', 'was', 'immediately', 'drawn', 'to', 'this', 'dress', 'online', 'and', 'was', 'this', 'close', 'to', 'ordering', 'a', 'petite', 'when', 'i', 'stopped', 'my', 'my', 'local', 'retailer', 'and', 'they', 'had', 'just', 'gotten', 'it', 'in', 'in', 'regular', 'only', 'of', 'course', 'i', 'tried', 'it', 'on', 'in', 'the', 'xs', 'regular', 'and', 'was', 'thrilled', 'to', 'find', 'it', 'fit', 'perfectly', 'and', 'was', 'so', 'flattering', 'on', 'my', 'hourglass', 'figure', 'i', "'m", '5', '1', 'and', '115', 'with', 'a', '32', 'dd', 'chest', 'no', 'gaping', 'or', 'pulling', 'the', 'waist', 'and', 'shoulders', 'were', 'where', 'they', 'should', 'be', 'and', 'i', 'found', 'the', 'length', 'with', 'the', 'hi/lo', 'hem', 'to', 'be', 'just', 'above', 'my', 'knees', 'in', 'front', 'i', 'think', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['15422,854,40', 'not', 'what', 'i', 'thought', 'i', 'loved', 'the', 'look', 'of', 'this', 'top', 'when', 'i', 'saw', 'it', 'online', 'however', 'when', 'i', 'received', 'it', 'i', 'was', 'kinda', 'disappointed', 'the', 'color', 'of', 'the', 'top', 'was', 'different', 'than', 'what', 'i', 'perceived', 'initially', '.it', "'s", 'way', 'more', 'off', 'white', 'not', 'my', 'favorite', 'the', 'texture/pattern', 'of', 'fabric', 'on', 'the', 'body', 'of', 'the', 'top', 'was', 'too', 'near', 'hanky', 'for', 'me', 'the', 'sequin', 'detail', 'at', 'neckline', 'is', 'wonderful', 'but', 'not', 'enough', 'for', 'me', 'to', 'keep', 'unfortunately', 'i', 'will', 'be', 'returning', 'this', 'one', 'not', 'a', 'hit', 'for', 'my', 'desired', 'as', 'the', 'tic', 'but', 'some', 'one', 'else', 'might', 'love', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['15423,1022,23', 'love', "'em", 'the', 'wash', 'is', 'just', 'as', 'pictured', 'and', 'the', 'fit', 'is', 'great', 'i', 'actually', 'got', 'a', '29', 'when', 'i', 'usually', 'wear', 'a', '28', 'but', 'when', 'i', 'wear', 'a', 'belt', 'with', 'them', 'they', 'hug', 'the', 'waist', 'perfectly', 'im', 'always', 'on', 'the', 'search', 'from', '28', 'length', 'however', 'these', 'jeans', 'are', 'a', '30', 'and', 'still', 'look', 'excellent', 'if', 'i', 'roll', 'them', 'up', 'once', ',5,1,2', 'general', 'bottoms', 'jeans'] ['15424,1055,36', 'i', 'typically', 'wear', 'a', '4/6', 'but', 'am', 'a', 'little', 'bigger', 'right', 'now', 'so', 'i', 'went', 'with', 'the', 'medium', 'was', 'so', 'excited', 'to', 'get', 'these', 'but', 'was', 'very', 'disappointed', 'when', 'i', 'tried', 'them', 'on', 'they', 'look', 'beautiful', 'but', 'there', 'is', 'no', 'lining', 'leaving', 'the', 'fabric', 'uncomfortable', 'they', 'were', 'also', 'huge', 'definitely', 'make', 'sure', 'you', 'size', 'down', 'if', 'you', 'd', ',3,0,3', 'general', 'petite', 'bottoms', 'pants'] ['15425,1099,35', 'better', 'for', 'busty', 'ladies', 'i', 'loved', 'this', 'dress', 'the', 'moment', 'i', 'first', 'saw', 'it', 'i', 'have', 'another', 'dress', 'from', 'this', 'brand', 'that', 'i', "'ve", 'had', 'for', 'a', 'couple', 'years', 'and', 'wear', 'it', 'all', 'the', 'time', 'plus', 'i', 'love', 'the', 'tie', 'waist', 'detail', 'however', 'after', 'trying', 'this', 'dress', 'in', 'both', 'a', 'size', 'medium', 'my', 'typical', 'size', 'and', 'a', 'small', 'i', "'ve", 'given', 'up', 'it', 'does', 'not', 'look', 'good', 'on', 'me', 'and', 'i', 'think', 'thats', 'because', 'i', 'am', 'a', '34b', 'there', 'is', 'room', 'in', 'the', 'chest', 'even', 'in', 'the', 'size', 'small', 'so', 'would', 'look', 'really', 'good', 'on', 'a', 'curvy', 'girl', 'i', "'m", '5', '5', 'ordered', 'regular', 'size', 'and', 'it', 'came', 'to', 'just', 'above', 'my', 'knees', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15426,1016,34', 'what', 'you', 'see', 'is', 'what', 'you', 'get', 'i', "'m", 'actually', 'surprised', 'no', 'one', 'has', 'reviewed', 'this', 'yet', 'i', 'took', 'the', 'plunge', 'because', 'it', 'seemed', 'like', 'a', 'classic', 'wardrobe', 'staple', 'nothing', 'too', 'flashy', 'or', 'fancy', 'that', 'would', 'go', 'well', 'with', 'many', 'outfits', 'my', 'thoughts', 'below'] ['__________________'] ['pros'] ['fits', 'tts', 'i', "'m", 'normally', 'either', 'a', '10', 'or', '12', 'and', 'got', 'the', 'large', 'it', 'fit', 'well', 'and', 'the', 'elastic', 'is', "n't", 'too', 'tight', 'fit', 'very', 'well', 'for', 'me', 'because', 'i', 'have', 'wider', 'hips', 'so', 'if', 'you', "'re", 'straight', 'or', 'slim', 'you', 'could', 'probably', 'size', 'down'] ['exactly', 'as', 'pictured', 'it', 'does', 'have', 'a', 'nice', 'flow', ',3,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['15427,1099,39', 'i', 'agree', 'i', 'agree', 'with', 'all', 'the', 'positive', 'reviews', 'about', 'the', 'look', 'fit', 'and', 'comfort', 'of', 'this', 'dress', 'definitely', 'a', 'four', 'season', 'dress', 'for', 'winter', 'i', 'plan', 'on', 'wearing', 'wool', 'tights', 'wool', 'coat', 'and', 'boots', 'and', 'keeping', 'the', 'waist', 'untied', 'for', 'me', 'both', 'the', 'medium', 'petite', 'regular', 'looked', 'good', 'just', 'a', 'bit', 'tight', 'in', 'the', 'shoulders', 'since', 'that', "'s", 'how', 'my', 'body', 'is', 'built', 'i', "'m", 'keeping', 'the', 'regular', 'hem', 'version', 'my', 'stats', 'for', 'fit', 'reference', '5', '3', '140', '36dd', 'meaty', 'arms/shoulders/back', 'small', 'hips', 'no', 'waist/bum', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15428,1030,28', 'adorable', 'great', 'quality', 'i', 'love', 'love', 'love', 'these', 'bright', 'red', 'jeans', 'they', 'fit', 'great', 'they', "'re", 'super', 'soft', 'and', 'comfortable', 'and', 'the', 'bright', 'red', 'is', 'a', 'great', 'punch', 'of', 'color', 'only', 'sad', 'about', 'how', 'expensive', 'they', 'are', 'at', 'that', 'price', 'point', 'i', 'decided', 'to', 'return', 'them', 'but', 'am', 'hoping', 'they', 'get', 'marked', 'down', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15429,1099,47', 'better', 'in', 'person', 'i', 'was', 'excited', 'to', 'try', 'this', 'dress', 'on', 'in', 'person', 'and', 'so', 'glad', 'i', 'did', 'it', "'s", 'actually', 'really', 'cute', 'the', 'material', 'is', 'soft', 'and', 'super', 'comfortable', 'the', 'dress', 'hits', 'just', 'above', 'the', 'knee', 'and', 'the', 'tie', 'in', 'the', 'front', 'accentuates', 'your', 'waist', 'i', 'was', 'pleasantly', 'surprised', 'at', 'how', 'cute', 'it', 'really', 'is', 'i', "'m", 'excited', 'to', 'wear', 'this', 'to', 'work', 'worth', 'the', 'price.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15430,1099,27', 'the', 'perfect', 'summer', 'dress', 'i', 'am', '5', '1', 'and', 'curvy', 'and', 'purchased', 'this', 'dress', 'in', 'medium', 'petite', 'and', 'it', 'fits', 'to', 'perfection', 'i', 'love', 'how', 'light', 'breezy', 'it', 'is', 'for', 'those', 'hot', 'muggy', 'summer', 'days', 'the', 'tie', 'front', 'makes', 'this', 'style', 'very', 'flattering', 'for', 'all', 'body', 'types', 'and', 'the', 'skirt', 'is', 'lined', 'so', 'it', 'is', 'not', 'see-through', 'plus', 'the', 'pockets', 'this', 'dress', 'is', 'a', 'winner', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15431,1099,24', 'amazing', 'quality', 'and', 'design', 'i', 'love', 'this', 'dress', 'great', 'fit', 'and', 'quality', 'love', 'that', 'the', 'skirt', 'is', 'lined', 'this', 'is', 'a', 'real', 'throw', 'on', 'and', 'go', 'piece', 'i', "'ve", 'worn', 'it', 'with', 'wedges', 'and', 'with', 'espadrille', 'sneakers', 'my', 'only', 'complaint', 'is', 'that', 'the', 'sturdy', 'material', 'makes', 'it', 'difficult', 'to', 'get', 'the', 'tie', 'waist', 'to', 'lay', 'down', 'flat', 'but', 'overall', 'an', 'amazing', 'dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15432,1099,43', 'very', 'flattering', 'i', 'love', 'this', 'dress', 'the', 'colors', 'work', 'well', 'with', 'my', 'olive', 'skin', 'color', 'it', 'has', 'pockets', 'and', 'it', 'has', 'a', 'hi-lo', 'front/back.â', 'â', 'i', 'have', 'slim', 'hips', 'so', 'the', 'tie', 'waist', 'is', 'very', 'flattering', 'which', 'gives', 'an', 'hourglass', 'figure.â', 'â', 'i', 'am', '5', '2', '116', 'lbs', 'and', 'a', '32d.â', 'â', 'i', 'usually', 'need', 'a', 'petite', 'size', 'because', 'retailer', 'dresses', 'run', 'a', 'little', 'long', 'on', 'me', 'but', 'i', 'was', 'able', 'to', 'get', 'away', 'with', 'getting', 'an', 'xs', 'regular', 'because', 'of', 'the', 'hi-lo', 'length', 'it', 'fell', 'perfectly', 'above', 'my', 'knee', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['15433,836,43', 'top', 'is', 'very', 'cute', 'and', 'wearable', 'fit', 'is', 'boxy', 'but', 'nice', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15434,737,29', 'fits', 'fine', 'fabric/color', 'not', 'terrific', 'i', 'ordered', 'this', 'in', 'black', 'and', 'white', 'thinking', 'you', 'can', 'never', 'have', 'enough', 'silk', 'camisoles'] [] ['i', 'returned', 'the', 'black', 'because', 'it', 'looked', 'like', 'polyester', 'the', 'white', 'is', 'actually', 'a', 'cream/ivory', 'not', 'bright', 'white', 'as', 'pictured', 'it', 'is', 'also', 'not', 'the', 'best', 'feeling', 'quality', 'however', 'the', 'fit', 'is', 'good', 'and', 'true', 'to', 'size', ',3,1,0', 'initmates', 'intimate', 'intimates'] ['15435,1011,38', 'this', 'was', 'a', 'lovely', 'skirt', 'the', 'colors', 'are', 'beautiful', 'and', 'the', 'style', 'is', 'not', 'too', 'poofy', 'like', 'other', 'ball', 'skirts'] ['it', 'is', 'very', 'high', 'waisted', 'and', 'at', '5', '8', 'the', 'length', 'was', 'similar', 'to', 'the', 'model', ',5,1,1', 'general', 'bottoms', 'skirts'] ['15436,916,44', 'unique', 'peplum', 'sweater', 'soft', 'comfy', 'fabulous', 'dark', 'burgundy', 'sweater', 'cable', 'pattern', 'in', 'front', 'subtle', 'hard', 'to', 'see', 'online', 'embedded', 'with', 'panels', 'of', 'brown', 'tweed', 'in', 'peplum', 'section', 'beautiful', 'fall', 'sweater', 'soft', 'and', 'comfortable', 'looks', 'great', 'with', 'skinny', 'jeans', 'would', 'also', 'look', 'nice', 'with', 'a', 'casual', 'skirt', 'or', 'pants', 'beautiful', 'color', 'slightly', 'roomy', 'fit', 'not', 'fitted', 'but', 'not', 'boxy', 'true', 'to', 'general', 'size', 'love', 'this', 'for', 'fall', 'and', 'winter', 'flattering', 'comfortable', 'unique', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15437,1083,43', 'i', 'fell', 'in', 'love', 'with', 'this', 'piece', 'when', 'i', 'saw', 'it', 'in', 'store', 'a', 'few', 'months', 'ago', 'when', 'there', 'was', '25', 'off', 'dresses', 'i', 'decided', 'to', 'pull', 'the', 'trigger', 'and', 'ordered', 'it', 'online', 'since', 'i', 'did', "n't", 'try', 'it', 'on', 'back', 'then', 'i', 'ordered', 'my', 'usual', 'petite', 'size', '10', 'but', 'found', 'it', 'to', 'be', 'too', 'big', 'it', "'s", 'too', 'bad', 'i', 'had', 'to', 'return', 'it', 'because', 'it', "'s", 'a', 'beautifully', 'designed', 'dress', 'i', 'like', 'the', 'neckline', 'rouching', 'on', 'the', 'side', 'of', 'the', 'bodice', 'the', 'lining', 'and', 'slim', 'silhouette', 'the', 'dress', 'is', 'very', 'stretchy', 'i', 'found', 'that', 'i', 'could', 'take', 'big', 'strides', 'comfortably', 'in', ',4,1,2', 'general', 'dresses', 'dresses'] ['15438,836,66', 'a', 'bit', 'underwhelmed', 'i', 'hoped', 'to', 'love', 'this', 'based', 'on', 'the', 'prior', 'review', 'but', 'i', 'did', "n't", 'it', "'s", 'a', 'beautifully', 'crafted', 'top', 'but', 'the', 'print', 'did', "n't", 'look', 'good', 'on', 'me', 'and', 'although', 'i', 'grabbed', 'during', 'the', 'sale', 'it', "'s", 'too', 'expensive', 'to', 'keep', 'when', 'it', "'s", 'not', 'perfect', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['15439,11,46', 'wanted', 'to', 'love', 'it', 'the', 'color', 'says', 'red', 'but', 'it', "'s", 'more', 'like', 'a', 'rust', 'i', "'m", '5', '3', 'so', 'it', 'was', 'long', 'and', 'would', 'need', 'to', 'be', 'tailored', 'and', 'the', 'fabric', 'is', 'so', 'thin', 'i', 'was', 'afraid', 'it', 'would', 'rip', 'if', 'it', 'got', 'caught', 'on', 'anything'] [] ['finally', 'returned', 'it', 'without', 'it', 'making', 'it', 'out', 'the', 'door', ',2,0,0', 'general', 'bottoms', 'jeans'] ['15440,1077,36', 'wrap', 'dress', 'beautiful', 'print', 'agree', 'with', 'other', 'reviewers', 'that', 'the', 'small', 'snap', 'at', 'the', 'bust', 'is', 'inadequate', 'for', 'anyone', 'with', 'a', 'd', 'or', 'greater', 'bust', 'size', 'the', 'dress', 'was', 'a', 'perfect', 'length', 'on', 'me', 'with', 'heels', 'even', 'after', 'i', 'kicked', 'off', 'my', 'heels', 'i', 'did', "n't", 'find', 'it', 'too', 'long', 'like', 'other', 'reviewers', 'wind', 'does', 'open', 'op', 'the', 'front', 'so', 'i', 'may', 'get', 'it', 'altered', 'so', 'it', "'s", 'no', 'longer', 'a', 'true', 'wrap', 'dress,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15441,737,50', 'nice', 'camisole', 'i', 'purchased', 'this', 'in', 'the', 'black', 'and', 'received', 'it', 'today', 'it', 'is', 'silky', 'feeling', 'and', 'is', 'a', 'quality', 'camisole', 'the', 'color', 'is', 'a', 'muted', 'black', 'not', 'all', 'shiny', 'as', 'some', 'silks', 'are', 'and', 'they', 'often', 'look', 'cheap', 'but', 'this', 'looks', 'great', 'and', 'could', 'be', 'worn', 'alone', 'under', 'leather', 'or', 'with', 'a', 'sweater/kimono', 'i', 'usually', 'wear', 'a', 'medium', 'in', 'tops', 'and', 'this', 'fit', 'true', 'to', 'size', 'i', 'am', '5', '2', 'and', 'it', 'does', "n't", 'look', 'too', 'long', 'but', 'i', 'do', 'wish', 'it', 'came', 'in', 'a', 'petite', 'still', 'keeping', 'it', ',4,1,0', 'initmates', 'intimate', 'intimates'] ['15442,916,38', 'pretty', 'but', 'fabrics', 'tore', 'apart', 'the', 'concept', 'of', 'this', 'sweater', 'is', 'really', 'pretty', 'my', 'usual', 'size', 'xl', 'fit', 'perfectly', 'not', 'tight', 'or', 'too', 'loose', 'the', 'color', 'of', 'the', 'sweater', 'is', 'not', 'like', 'the', 'photo', 'there', 'is', 'a', 'lot', 'more', 'of', 'a', 'brown', 'tone', 'by', 'putting', 'the', 'sweater', 'on', 'and', 'taking', 'it', 'off', 'i', 'must', 'have', 'torn', 'a', 'hole', 'because', 'there', 'is', 'a', '1', '1/2', 'inch', 'tear', 'in', 'the', 'front', 'where', 'the', 'peplum', 'bottom', 'panel', 'has', 'been', 'felted', 'to', 'the', 'body', 'of', 'the', 'sweater', 'it', 'literally', 'pulled', 'apart', 'where', 'the', 'two', 'fabrics', 'meet', 'the', 'other', 'issue', 'i', 'have', 'with', 'the', 'sweater', 'is', 'the', 'area', 'where', 'the', 'front', 'a,4,1,5', 'general', 'tops', 'fine', 'gauge'] ['15443,827,68', 'three', 'tops', 'for', 'the', 'price', 'of', 'one', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'the', 'moment', 'i', 'saw', 'it', 'online', 'i', 'tried', 'it', 'on', 'as', 'soon', 'as', 'i', 'received', 'it', 'with', 'jeans', 'and', 'it', 'looked', 'just', 'how', 'i', 'hoped', 'it', 'would', 'not', 'too', 'short', 'just', 'right', 'then', 'i', 'tried', 'it', 'on', 'with', 'the', 'buttons', 'in', 'front', 'and', 'just', 'loved', 'how', 'it', 'looked', 'this', 'can', 'be', 'worn', '3', 'ways', 'back', 'buttoned', 'front', 'buttoned', 'and', 'as', 'an', 'unbuttoned', 'throw', 'on', 'over', 'a', 'tank', 'and', 'shorts', 'recommend', 'this', 'highly', 'for', 'just', 'about', 'any', 'body', 'type', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15444,1087,44', 'beautiful', 'this', 'dress', 'fits', 'perfectly', 'and', 'true', 'to', 'size', 'the', 'waist', 'detail', 'and', 'flair', 'is', 'fun', 'and', 'flirty', 'it', "'s", 'probably', 'my', 'favorite', 'dress', 'i', "'ve", 'ever', 'bought.,5,1,0', 'general', 'dresses', 'dresses'] ['15445,1083,23', 'great', 'purchase', 'love', 'the', 'style', 'and', 'fit', 'great', 'buy', 'my', 'legs', 'are', "n't", 'as', 'long', 'as', 'the', 'models', 'however', 'so', 'it', 'falls', 'a', 'bit', 'lower', 'on', 'the', 'knees.,4,1,0', 'general', 'dresses', 'dresses'] ['15446,836,47', 'beautiful', 'find', 'this', 'is', 'a', 'unique', 'blouse', 'it', 'reminds', 'me', 'of', 'the', 'unique', 'items', 'i', 'would', 'find', 'at', 'the', 'store', 'many', 'years', 'ago', 'it', 'is', 'a', 'gorgeous', 'item', 'it', 'does', 'have', 'a', 'boxy', 'fit', 'but', 'it', 'is', 'not', 'unflattering', 'i', 'am', 'very', 'pleased', 'with', 'this', 'purchase', 'and', 'would', 'recommend', 'this', 'product'] ['the', 'quality', 'is', 'nice', 'and', 'it', 'is', 'an', 'item', 'that', 'people', 'will', 'notice', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['15447,836,52', 'beautiful', 'elegant', 'quirky', 'summer', 'top', 'every', 'now', 'and', 'then', 'a', 'piece', 'like', 'this', 'one', 'comes', 'along', 'at', 'retailer', 'and', 'i', 'quickly', 'make', 'the', 'purchase', 'without', 'any', 'regret'] ['without', 'being', 'stuffy', 'or', 'old', 'this', 'top', 'is', 'simply', 'elegant', 'the', 'floral', 'is', 'very', 'high-end', 'designer', 'think', 'italian', 'made', 'for', 'a', 'fraction', 'of', 'the', 'cost', 'made', 'of', '100', 'bamboo', 'it', 'is', 'light', 'without', 'being', 'sheer', 'there', 'is', 'no', 'need', 'for', 'a', 'cami', 'with', 'this', 'one', 'the', 'fabric', 'has', 'the', 'body', 'of', 'a', 'good', 'linen', 'but', 'it', 'does', "n't", 'wrinkle', 'nearly', 'as', 'much', 'it', 'does', 'require', 'dry', 'cleaning', 'though', 'if', 'this', 'matters', 'to', 'you', ',5,1,15', 'general', 'petite', 'tops', 'blouses'] ['15448,974,61', 'love', 'blazer', 'but', 'sizing', 'way', 'off', 'i', 'have', 'blazers', 'in', 'size', '8', 'from', 'this', 'designer', 'and', 'they', 'fit', 'with', 'room', 'to', 'spare', 'i', 'understand', 'this', 'is', 'a', 'more', 'fitted', 'style', 'but', 'it', 'is', 'still', 'way', 'too', 'small', 'size', '10', 'and', 'size', '12', 'were', 'not', 'much', 'bigger', 'great', 'colors', 'and', 'cute', 'design', 'but', 'just', 'too', 'small', 'even', 'if', 'you', 'do', 'not', 'plan', 'on', 'buttoning', 'it', 'i', 'hope', 'they', 'bring', 'back', 'this', 'jacket', 'but', 'make', 'it', 'true', 'to', 'size', ',2,0,2', 'general', 'jackets', 'jackets'] ['15449,974,34', 'not', 'as', 'small', 'as', 'other', 'reviewers', 'have', 'said', 'i', 'was', 'so', 'afraid', 'to', 'get', 'a', 'too-small', 'blazer', 'based', 'on', 'other', 'reviews', 'that', 'i', 'ordered', 'this', 'two', 'sizes', 'up', 'i', 'am', 'usually', 'a', '0', 'or', '2', 'in', 'a', 'blazer', 'and', 'ordered', 'a', '4.', 'it', 'was', 'huge', 'i', 'then', 'ordered', 'a', '2', 'and', 'it', 'is', 'just', 'right', 'it', "'s", 'comfortable', 'and', 'chic', 'and', 'i', 'love', 'the', 'blue', 'and', 'black', 'combination.,5,1,1', 'general', 'jackets', 'jackets'] ['15450,1095,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['15451,1052,43', 'i', 'can', 'not', 'wait', 'for', 'summer'] ['when', 'i', 'received', 'this', 'item', 'i', 'felt', 'the', 'same', 'as', 'the', 'other', 'reviewers', 'it', 'may', 'be', 'a', 'little', 'pricey', 'for', 'the', 'material', 'then', 'i', 'tried', 'it', 'on', 'i', 'love', 'it', 'just', 'add', 'some', 'accessories', 'and', 'let', "'s", 'go', ',4,1,1', 'general', 'bottoms', 'pants'] ['15452,975,43', 'great', 'classic', 'hacking', 'jacket', 'with', 'modern', 'elements', 'i', 'found', 'this', 'during', 'the', 'tag', 'sale', 'this', 'year', 'great', 'classic', 'hacking', 'jacket', 'that', 'still', 'feels', 'modern', 'thanks', 'to', 'the', 'cut', 'a', 'bit', 'shorter', 'and', 'bright', 'metallic', 'buttons', 'i', 'got', 'it', 'in', 'a', 'light', 'grey', 'which', 'will', 'work', 'well', 'with', 'many', 'outfits', 'heads', 'up', 'to', 'curvy', 'short', 'waisted', 'girls', 'this', 'blazer', 'really', 'worked', 'well', 'for', 'me', 'due', 'the', 'shorter', 'length', 'and', 'great', 'waist', 'placement', 'really', 'flattering', 'it', 'does', 'seem', 'to', 'run', 'a', 'bit', 'small', 'particularly', 'in', 'the', 'sleeves', 'and', 'shoulders', 'so', 'i', 'sized', 'up', 'which', 'also', 'allows', 'for', 'layering', 'underneat', ',4,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15453,85,46', 'trust', 'this', 'brand-', 'hanky', 'pinky', 'i', 'honestly', 'just', 'love', 'the', 'hanky', 'panky', 'brand', 'i', 'know', 'it', 'sometimes', 'feels', 'a', 'little', 'extravagant', 'to', 'purchase', 'their', 'lingerie', 'but', 'the', 'quality', 'fit', 'and', 'style', 'are', 'so', 'good', 'that', 'it', 'is', 'absolutely', 'worth', 'it', 'this', 'piece', 'is', 'no', 'exception', 'i', 'do', "n't", 'normally', 'purchase', 'lingerie', 'like', 'this', 'but', 'saw', 'this', 'chemise', 'and', 'decided', 'to', 'try', 'it', 'just', 'as', 'the', 'other', 'pieces', 'from', 'this', 'brand', 'it', "'s", 'comfortable', 'and', 'gorgeous-', 'so', 'high', 'quality', 'and', 'classy', 'it', "'s", 'a', 'great', 'cut', 'the', 'fabric', 'is', 'clearly', 'lace', 'but', 'beautifully', 'done', 'and', 'the', 'feel', 'is', 'lov', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['15454,1095,45', 'almost', 'perfect', 'i', 'bought', 'the', 'petite', 'and', 'my', 'only', 'wish', 'oddly', 'enough', 'is', 'that', 'the', 'length', 'at', 'the', 'bottom', 'was', '3', 'inches', 'longer', 'as', 'a', 'petite', 'this', 'dress', 'his', 'just', 'before', 'the', 'knee', 'and', 'should', 'be', 'mid', 'calf', 'as', 'shown', 'in', 'the', 'picture', 'however', 'the', 'design', 'is', 'exceptional', 'and', 'i', 'will', 'wear', 'this', 'all', 'year', 'from', 'sandals', 'to', 'ballet', 'flats', 'to', 'boots', ',4,1,2', 'general', 'dresses', 'dresses'] ['15455,974,35', 'fabric', 'feels', 'cheap', 'not', 'great', 'construction', 'this', 'design', 'looks', 'really', 'sharp', 'on', 'the', 'image', 'but', 'in', 'reality', 'this', 'jacket', 'felt', 'more', 'like', 'a', 'jacket', 'you', 'would', 'get', 'at', 'forever', 'xxi', 'the', 'fabric', 'had', 'that', 'polyester/shiny', 'quality', 'to', 'it', 'that', 'made', 'it', 'look', 'cheap', 'since', 'the', 'fabric', 'was', 'pretty', 'soft', 'with', 'a', 'gray', 'jersey', 'lining', 'it', 'felt', 'more', 'like', 'a', 'padded', 'jacket', 'than', 'a', 'constructed', 'blazer'] [] ['i', 'also', 'thought', 'the', 'cut', 'was', 'small', 'if', 'you', 'have', 'a', 'bust', 'larger', 'than', 'a', 'b', 'i', 'felt', 'like', 'i', 'was', 'busting', 'out', 'of', 'a', 'size', '8', 'and', 'i', 'am', 'a', '34d', ',3,0,1', 'general', 'jackets', 'jackets'] ['15456,1095,51', 'beautifully', 'crafted', 'this', 'dress', 'is', 'even', 'more', 'amazing', 'in', 'person', 'the', 'beading', 'and', 'embroidery', 'are', 'quite', 'intricate', 'and', 'add', 'a', 'touch', 'of', 'elegance', 'the', 'kimono', 'like', 'sleeves', 'have', 'the', 'same', 'details', 'especially', 'nice', 'for', 'toasting'] ['be', 'aware', 'that', 'the', 'dress', 'is', 'not', 'mid', 'calf', 'but', 'just', 'below', 'the', 'knee-', 'a', 'surprise', 'but', 'still', 'quite', 'lovely', 'the', 'lines', 'of', 'the', 'dress', 'and', 'exceptional', 'detailing', 'should', 'make', 'this', 'dress', 'a', 'timeless', 'classic', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'to', 'many', 'occasions', 'when', 'a', 'lbd', 'would', 'be', 'just', 'too', 'expected', ',5,1,1', 'general', 'dresses', 'dresses'] ['15457,975,44', ',simple', 'blazer', 'with', 'cute', 'details', 'buttons', 'on', 'the', 'back', 'and', 'lining', 'this', 'will', 'look', 'good', 'both', 'in', 'the', 'office', 'over', 'over', 'a', 'pair', 'of', 'jeans', 'and', 'booties', 'i', 'was', 'able', 'to', 'go', 'with', 'the', 'regular', 'size', 'instead', 'of', 'petite', 'because', 'i', 'will', 'wear', 'with', 'the', 'sleeve', 'rolled', 'up.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15458,975,32', 'obsessed', 'with', 'this', 'jacket', 'i', 'was', 'not', 'in', 'the', 'market', 'for', 'a', 'black', 'blazer', 'but', 'saw', 'this', 'in', 'store', 'and', 'had', 'to', 'try', 'it', 'on', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'overall', 'aesthetic', 'is', 'fantastic', 'love', 'love', 'love', 'the', 'gold', 'buttons', 'this', 'will', 'look', 'great', 'for', 'work', 'with', 'jeans', 'or', 'even', 'as', 'a', 'cover', 'up', 'over', 'a', 'cute', 'dress', 'i', 'am', 'a', 'generally', 'a', 'size', 'medium', 'sometimes', 'small', 'and', 'tend', 'to', 'fall', 'between', 'a', '6', 'and', '8', 'i', 'went', 'with', 'the', '8', 'in', 'this', 'jacket', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15459,974,50', 'great', 'blazer/jacket', 'i', 'purchased', 'this', 'blazer', 'and', 'its', 'so', 'comfortable', 'it', 'runs', 'small', 'i', 'am', 'usually', 'a', 'size', '6', 'but', 'had', 'to', 'get', 'it', 'in', 'size', '8.', 'i', 'will', 'be', 'getting', 'a', 'lot', 'of', 'use', 'out', 'of', 'this', 'blazer', 'it', 'can', 'be', 'worn', 'professionally', 'with', 'skirt', 'or', 'solid', 'color', 'dress', 'or', 'casual', 'with', 'jeans', 'the', 'fabric', 'so', 'very', 'soft', 'almost', 'like', 'a', 'sweatshirt.,5,1,12', 'general', 'jackets', 'jackets'] ['15460,503,27', 'new', 'favorite', 'this', 'bra', 'is', 'everything', 'looks', 'good', 'and', 'feels', 'good', 'so', 'happy', 'with', 'this', 'purchase', 'for', 'reference', 'i', 'am', 'a', 'c', 'cup', 'and', 'got', 'a', 'medium', 'i', 'do', 'have', 'a', 'little', 'side', 'boob', 'action', 'happening', 'but', 'i', "'m", 'still', 'happy', 'with', 'the', 'fit', 'of', 'the', 'medium', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['15461,1028,53', 'perfection', 'the', 'reviews', 'are', 'right', 'about', 'these', 'fitting', 'perfectly', 'in', 'the', 'fitting', 'room', 'i', 'knew', 'right', 'off', 'i', 'had', 'to', 'get', 'them', 'i', 'have', 'a', 'flat', 'rear', 'end', 'and', 'these', 'make', 'my', 'rear', 'look', 'great', 'i', "'m", '5', '5', 'about', '130', 'lbs', 'and', 'i', 'chose', 'the', '29.', 'i', 'initially', 'bought', 'both', 'the', '28', 'and', '29', 'to', 'make', 'sure', 'they', 'would', 'not', 'stretch', 'out', 'and', 'the', 'did', "n't", 'i', 'did', "n't", 'want', 'to', 'be', 'squeezed', 'in', 'with', 'the', '28.', 'i', 'think', 'they', 'are', 'very', 'well', 'made', 'and', 'i', "'ll", 'love', 'wearing', 'them', 'for', 'a', 'long', 'time', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15462,975,40', 'the', 'perfect', 'blazer', 'ok.', 'stop', 'everything', 'take', 'out', 'your', 'credit', 'card', 'order', 'this', 'blazer', 'immediately', 'i', "'m", 'obsessed', 'with', 'blazers', 'but', 'was', 'on', 'the', 'fence', 'about', 'ordering', 'this', 'one', 'i', 'mean', 'how', 'many', 'black', 'blazers', 'can', 'one', 'girl', 'own', 'but', 'after', 'reading', 'the', 'outstanding', 'reviews', 'i', 'decided', 'to', 'go', 'for', 'it', 'i', "'m", 'so', 'glad', 'i', 'did', 'the', 'online', 'pictures', 'do', 'it', 'no', 'justice', 'whatsoever', 'i', 'was', 'afraid', 'the', 'polyester', 'blend', 'gold', 'buttons', 'would', 'look', 'cheap', 'but', 'boy', 'was', 'i', 'in', 'for', 'a', 'surprise', 'when', 'i', 'opened', 'my', 'package', 'the', 'black', 'fabric', 'looks', 'high-end', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15463,1095,51', 'beautiful', 'but', 'not', 'as', 'long', 'as', 'shown', 'this', 'is', 'a', 'beautiful', 'dress', 'with', 'gorgeous', 'details', 'but', 'it', 'is', 'not', 'as', 'long', 'as', 'it', 'appears', 'in', 'the', 'photo', 'i', 'am', '5', '9', 'and', 'ordered', 'an', 'xl', 'the', 'dress', 'comes', 'just', 'below', 'my', 'knees', ',4,1,2', 'general', 'dresses', 'dresses'] ['15464,1028,48', 'rocket', 'crop', 'rocks', 'these', 'jeans', 'are', 'the', 'best', 'fit', 'perfectly', 'so', 'soft', 'comfortable', 'and', 'look', 'great', 'on', 'i', 'am', 'in', 'love', 'i', 'put', 'them', 'on', 'and', 'did', 'not', 'want', 'to', 'take', 'them', 'off', 'i', 'am', '5', '3', 'and', 'simply', 'love', 'the', 'length', 'for', 'me', 'plus', 'in', 'my', 'opinion', 'the', 'high', 'waist', 'is', 'a', 's', 'dream', 'so', 'comfortable', 'and', 'really', 'flatter', 'my', 'curves', 'these', 'are', 'pricey', 'which', 'is', 'my', 'only', 'real', 'complaint', 'but', 'they', 'are', 'feeling', 'worth', 'it', 'as', 'i', 'see', 'myself', 'wearing', 'these', 'a', 'ton', 'and', 'the', 'quality', 'seems', 'great', 'so', 'i', 'am', 'thinking', 'they', 'will', 'last', 'a', 'long', 'time', 'do', "n't", 'hesitate', 'to', 'buy', 'these', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15465,1028,51', 'i', 'love', 'these', 'jeans', 'i', "'m", 'curvy', 'have', 'very', 'muscular', 'thighs', 'and', 'am', 'just', 'under', '5', '5', 'i', 'was', 'not', 'very', 'optimistic', 'when', 'the', 'sales', 'associate', 'told', 'me', 'i', 'would', 'love', 'these', 'jeans', 'she', 'was', 'right', 'they', "'re", 'amazing', 'they', 'are', 'incredibly', 'flattering', 'just', 'the', 'right', 'length', 'for', 'me', 'even', 'tho', 'cropped', 'as', 'i', 'can', 'wear', 'them', 'as', 'full-length', 'or', 'just', 'add', 'one', 'or', 'two', 'rolls', 'and', 'it', "'s", 'a', 'crop', 'the', 'fabric', 'is', 'amazingly', 'soft', 'and', 'they', 'immediately', 'felt', 'like', 'a', 'favorite', 'old', 'pair', 'of', 'jeans', 'the', 'pockets', 'are', 'well', 'placed', 'so', 'they', 'do', 'wonders', 'for', 'the', 'bootie', 'oh', 'and', ',5,1,4', 'general', 'petite', 'bottoms', 'jeans'] ['15466,974,40', 'chic', 'well', 'made', 'jacket', 'this', 'is', 'my', 'second', 'jacket', 'from', 'this', 'brand', 'cartonnier', 'and', 'i', 'am', 'thoroughly', 'pleased'] [] ['i', 'love', 'the', 'quality', 'and', 'texture', 'of', 'the', 'fabric', 'of', 'this', 'coat', 'i', 'think', 'the', 'styling', 'is', 'super', 'classic', 'with', 'a', 'little', 'bohemian', 'edge'] [] ['i', 'am', '5', '3', 'and', '120', 'lbs', 'and', 'the', 'size', '4', 'fit', 'me', 'perfectly', ',5,1,0', 'general', 'jackets', 'jackets'] ['15467,974,48', 'fabric', 'is', 'poor', 'quality', 'i', 'purchased', 'this', 'jacket', 'in', 'my', 'local', 'store', 'size', '10', 'and', 'runs', 'really', 'small', 'i', 'love', 'the', 'color', 'combination', 'and', 'design', 'but', 'the', 'fabric', 'in', 'my', 'opinion', 'is', 'poor', 'quality', 'i', 'have', 'seen', 'a', 'lot', 'of', 'retailer', 'use', 'this', 'poly', 'spun', 'knit', 'in', 'so', 'much', 'of', 'their', 'items', 'and', 'the', 'jacket', 'after', 'bringing', 'it', 'home', 'and', 'looking', 'in', 'the', 'light', 'was', 'already', 'showing', 'pilling', 'looks', 'like', 'it', 'is', 'worn', 'in', 'an', 'bad', 'way', 'returned', 'the', 'next', 'day', 'this', 'was', 'a', 'big', 'disappointment', 'and', 'every', 'time', 'i', 'see', 'this', 'fabric', 'being', 'used', 'in', 'retailer', 'clothes', 'it', 'makes', 'me', 'mad.,1,0,4', 'general', 'jackets', 'jackets'] ['15468,1020,48', 'great', 'on', 'sale', 'i', 'have', 'been', 'watching', 'this', 'skirt', 'and', 'only', 'scooped', 'it', 'up', 'on', 'sale', 'plus', 'promo', 'it', 'runs', 'small', 'and', 'the', 'size', '10', 'fits', 'like', 'a', 'size', '8', 'would', 'fit', '145', 'lbs', 'and', 'curvy', 'figure', 'flat', 'tummy', 'but', 'have', 'hips', 'and', 'tush', 'the', 'quality', 'is', 'just', 'ok', 'and', 'not', 'worth', 'the', 'full', 'price', 'but', 'on', 'sale', 'it', 'was', 'doable', 'i', 'love', 'a-line', 'styles', 'and', 'this', 'skirt', 'is', 'different', 'with', 'the', 'fabric', 'stitching', 'at', 'diagonal', 'pieces', 'it', 'is', 'light', 'weight', 'so', 'i', 'can', 'really', 'see', 'this', 'being', 'worn', 'more', 'in', 'spring', 'and', 'summer', 'and', 'a', 'go', 'to', 'skirt', 'that', 'looks', 'sharp', 'website', 'pho', ',4,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['15469,1052,36', 'the', 'perfect', 'harem', 'i', 'love', 'this', 'item', 'i', "'ll", 'wear', 'it', 'as', 'a', 'cover', 'up', 'or', 'to', 'dress', 'up', 'and', 'go', 'out', 'the', 'material', 'is', 'great', 'for', 'summer-', 'light', 'and', 'breathes'] ['i', 'first', 'ordered', 'a', 'small', 'because', 'the', 'medium', 'was', 'sold', 'out', 'it', 'fit', 'too', 'high-water', 'i', 'then', 'ordered', 'the', 'large', 'and', 'it', 'fits', 'great', 'the', 'medium', 'may', 'have', 'been', 'fine', 'too', 'i', "'m", '5', '4', '145', ',5,1,0', 'general', 'bottoms', 'pants'] ['15470,974,45', 'perfection', 'true', 'this', 'blazer', 'runs', 'small', 'so', 'size', 'up', 'beyond', 'the', 'beautiful', 'depth', 'of', 'color', 'from', 'the', 'herringbone', 'black', 'and', 'dark', 'blue', 'the', 'stretchy', 'fabric', 'allows', 'for', 'flexibility', 'in', 'what', 'you', 'can', 'wear', 'underneath', 'and', 'for', 'both', 'your', 'bloated', 'and', 'your', 'skinny', 'days', 'best', 'of', 'all', 'this', 'blazer', 'could', 'be', 'worn', '3-4', 'seasons', 'out', 'if', 'the', 'year', 'and', 'it', "'s", 'got', 'a', 'super-soft', 'lining', ',5,1,6', 'general', 'jackets', 'jackets'] ['15471,1052,39', 'priced', 'too', 'high', 'i', 'want', 'to', 'like', 'and', 'keep', 'at', 'this', 'price', 'point', 'i', 'cant', 'justify', 'keeping', 'if', 'it', 'does', 'go', 'to', 'clearance', 'i', 'will', 'reorder', 'due', 'to', 'the', 'thin', 'material', 'it', 'seems', 'more', 'summery', 'and', 'casual', 'than', 'what', 'i', 'was', 'anticipating', 'true', 'to', 'size', 'i', 'ordered', 'a', 'medium', 'and', 'am', '5', '9', 'and', '155', 'pounds.,3,0,8', 'general', 'bottoms', 'pants'] ['15472,1028,31', 'so', 'very', 'comfortable', 'these', 'jeans', 'are', 'worth', 'every', 'penny', 'they', 'fit', 'me', 'perfectly', 'as', 'soon', 'as', 'i', 'put', 'them', 'on', 'and', 'i', 'wore', 'them', 'the', 'rest', 'of', 'the', 'day', 'they', 'are', 'true', 'to', 'size', 'with', 'very', 'generous', 'stretch', 'if', 'anything', 'i', 'would', 'size', 'down', 'they', 'feel', 'durable', 'but', 'not', 'like', 'typical', 'denim', 'very', 'soft', 'i', 'am', '5', '3', 'and', 'about', '117', 'or', 'so', 'and', 'my', 'normal', '25', 'fit', 'like', 'a', 'dream', 'i', 'did', 'end', 'up', 'exchanging', 'these', 'because', 'there', 'was', 'a', 'small', 'nick', 'on', 'the', 'inside', 'of', 'the', 'left', 'thigh', 'and', 'i', 'was', 'afraid', 'they', 'might', 'tear', 'right', 'open', 'if', 'the', 'new', 'pair', 'comes', 'without', 'defe', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15473,975,23', 'cute', 'this', 'is', 'a', 'sweet', 'little', 'jacket', 'i', 'saw', 'it', 'in', 'the', 'store', 'but', 'was', 'unsure', 'because', 'of', 'the', 'price', 'but', 'after', 'trying', 'it', 'on', 'i', 'just', 'fell', 'in', 'love', 'the', 'cut', 'is', 'really', 'flattering', 'the', 'jacket', 'does', 'run', 'small', 'i', 'really', 'enjoy', 'the', 'little', 'pop', 'of', 'color', 'on', 'the', 'sleeves', 'my', 'only', 'complaint', 'is', 'the', 'buttons', 'make', 'me', 'nervous', 'because', 'they', 'seem', 'to', 'be', 'heavy', 'and', 'i', 'worry', 'that', 'i', "'ll", 'lose', 'one', 'but', 'only', 'on', 'the', 'front', '2', 'the', 'arms', 'and', 'back', 'buttons', 'seem', 'to', 'be', 'just', 'fine', 'overall', 'this', 'is', 'a', 'fantastic', 'buy', 'that', 'is', 'great', 'for', 'an', 'office', 'setting', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15474,974,44', 'this', 'is', 'the', 'tiniest', 'blazer', 'i', "'ve", 'ever', 'purchased', 'in', 'a', 'size', '10.', 'i', 'usually', 'wear', 'an', '8', 'but', 'sized', 'up', 'based', 'on', 'other', 'reviews', 'and', 'it', 'was', 'still', 'too', 'small', 'it', "'s", 'very', 'attractive', 'but', 'please', 'size', 'true', 'to', 'size', ',1,0,5', 'general', 'jackets', 'jackets'] ['15475,256,43', ',,5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15476,1099,39', 'poor', 'quality', 'not', 'as', 'cute', 'as', 'photo', 'i', 'expected', 'this', 'dress', 'to', 'be', 'a', 'much', 'better', 'fit', 'and', 'quality', 'overall', 'the', 'size', 'small', 'fit', 'me', 'fine', 'i', "'m", 'about', '140', 'and', 'small', 'in', 'the', 'chest', 'but', 'the', 'zipper', 'was', 'incredibly', 'cheap', 'and', 'the', 'dress', 'could', "'ve", 'draped', 'in', 'a', 'more', 'attractive', 'way', 'if', 'this', 'dress', 'could', 'be', 'in', 'cotton', 'and', 'given', 'more', 'consideration', 'to', 'the', 'fit', 'and', 'drape', 'it', "'d", 'be', 'worth', 'it', 'but', 'it', "'s", 'going', 'back', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15477,256,40', 'i', 'was', 'hesitant', 'in', 'purchasing', 'these', 'without', 'trying', 'them', 'on', 'first', 'but', 'i', "'m", 'happy', 'i', 'did', 'they', 'are', 'higher', 'quality', 'than', 'the', 'typical', 'legging', 'the', 'sizing', 'runs', 'bigger', 'than', 'average', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['15478,829,41', 'have', 'gotten', 'multiple', 'compliments', 'i', 'do', "n't", 'usually', 'wear', 'this', 'much', 'color', 'but', 'i', "'m", 'so', 'glad', 'i', 'purchased', 'this', 'top', 'it', 'is', 'really', 'cute', 'on', 'and', 'professional', 'enough', 'for', 'work', 'but', 'with', 'a', 'tank', 'underneath', 'and', 'the', 'buttons', 'undone', 'its', 'casual', 'too', 'i', 'have', 'received', 'several', 'compliments', 'both', 'times', 'i', 'have', 'worn', 'the', 'shirt', 'sleeves', 'are', 'a', 'bit', 'long', ',4,1,4', 'general', 'tops', 'blouses'] ['15479,193,34', 'great', 'staple', 'i', 'bought', 'navy', 'in', 'my', 'usual', 'size', 's', 'and', 'the', 'color', 'and', 'fit', 'are', 'exactly', 'as', 'pictured', 'very', 'good', 'quality', 'cotton', 'the', 'pocket', 'can', 'lay', 'funny', 'on', 'the', 'hips', 'but', 'a', 'little', 'adjustments', 'does', 'the', 'trick', 'i', 'wore', 'this', 'chemise', 'at', 'home', 'and', 'hubby', 'noticed', 'it', 'never', 'happens', 'i', 'wore', 'it', 'to', 'study', 'in', 'coffee', 'shop', 'with', 'boots', 'and', 'scarf', 'and', 'felt', 'comfortable', 'warm', 'and', 'stylish', 'great', 'staple', 'well', 'made', 'and', 'well', 'priced', ',5,1,10', 'initmates', 'intimate', 'sleep'] ['15480,1082,25', 'perfect.', 'absolutely', 'stunning', 'dress', 'true', 'to', 'size', 'and', 'flows', 'like', 'a', 'dream.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15481,256,58', 'leisure', 'wear', 'i', 'loved', 'the', 'design', 'of', 'these', 'pants', 'and', 'got', 'them', 'to', 'go', 'with', 'the', 'matching', 'jacket', 'the', 'problem', 'with', 'them', 'is', 'there', 'is', "n't", 'enough', 'stretch', 'to', 'keep', 'them', 'up', 'i', 'found', 'that', 'thru', 'out', 'the', 'day', 'i', 'was', 'pulling', 'them', 'up', 'as', 'they', 'would', 'slide', 'down', 'the', 'pant', 'fabric', 'should', 'have', 'had', 'more', 'stretch', 'or', 'they', 'should', 'have', 'put', 'stronger', 'elastic', 'at', 'the', 'waist', ',3,1,2', 'general', 'petite', 'intimate', 'lounge'] ['15482,1070,41', 'great', 'camo', 'pant', 'these', 'are', 'a', 'comfortable', 'flattering', 'casual', 'pant', 'i', 'usually', 'wear', 'a', '27', 'in', 'skinny', 'jeans', 'so', 'i', 'dropped', 'down', 'to', 'a', '26', 'to', 'make', 'sure', 'they', 'were', "n't", 'to', 'baggy', 'i', 'love', 'them', 'and', 'will', 'wear', 'the', 'a', 'lot', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15483,1033,66', 'love', 'these', 'are', 'my', 'new', 'favorite', 'pair', 'of', 'jeans', 'very', 'flattering', 'particularly', 'on', 'the', 'bum', 'the', 'wash', 'is', 'great', 'dark', 'and', 'slightly', 'distressed', 'with', 'a', 'frayed', 'hem', 'at', 'the', 'ankle', 'the', 'leg', 'is', 'straight', 'rather', 'than', 'super', 'skinny', 'which', 'i', 'am', 'really', 'enjoying', 'as', 'of', 'late', 'fyi', 'i', 'am', 'usually', 'a', 'size', '29', 'in', 'denim', 'but', 'went', 'down', 'to', 'a', '28', 'in', 'this', 'style', ',5,1,2', 'general', 'petite', 'bottoms', 'jeans'] ['15484,193,20', 'perfect', 'this', 'is', 'such', 'a', 'comfy', 'dress', 'and', 'recommend', 'it', 'to', 'anyone', 'pairs', 'amazing', 'with', 'leather', 'boots', 'and', 'hat,5,1,0', 'initmates', 'intimate', 'sleep'] ['15485,829,35', 'hangs', 'funny', 'i', 'really', 'wanted', 'to', 'like', 'this', 'shirt', 'but', 'it', 'does', "n't", 'seem', 'to', 'be', 'of', 'that', 'great', 'of', 'quality', 'and', 'is', 'much', 'more', 'sheer', 'than', 'indicated', 'in', 'the', 'photographs', 'the', 'shirt', 'is', 'very', 'clingy', 'and', 'does', "n't", 'hang', 'well', 'i', 'sent', 'it', 'back,3,0,1', 'general', 'tops', 'blouses'] ['15486,1099,44', 'darling', 'and', 'versatile', 'this', 'dress', 'is', 'very', 'well', 'made', 'and', 'the', 'fabric', 'hangs', 'beautifully', 'i', 'weigh', '125', 'and', 'usually', 'wear', 'a', 'small', 'but', 'sized', 'up', 'to', 'medium', 'for', 'a', 'longer', 'sleeve', 'and', 'hem', 'the', 'print', 'fabric', 'and', 'style', 'make', 'it', 'appropriate', 'for', 'daytime', 'or', 'evening', 'it', 'should', 'transition', 'nicely', 'to', 'fall', 'and', 'will', 'look', 'great', 'with', 'boots', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15487,256,46', 'nice', 'spin', 'on', 'leggings', 'i', 'bought', 'these', 'on', 'sale', 'and', 'love', 'love', 'them', 'they', 'are', 'comfortable', 'and', 'super', 'cute', 'with', 'the', 'print', 'detail', 'on', 'the', 'calves', 'and', 'around', 'the', 'waist', 'i', 'am', 'waiting', 'to', 'receive', 'the', 'matching', 'hoodie', 'do', "n't", 'know', 'it', 'i', 'will', 'wear', 'them', 'together', 'since', 'i', 'do', "n't", 'like', 'to', 'be', 'too', 'matchy', 'i', 'have', 'worn', 'the', 'leggings', 'with', 'a', 'long', 'black', 'tunic', 'top', 'and', 'grey', 'slip', 'on', 'sneakers', 'very', 'happy', 'with', 'this', 'purchase', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['15488,829,52', 'great', 'top', 'love', 'this', 'top', 'the', 'color', 'is', 'very', 'pretty', 'great', 'for', 'the', 'holidays', 'i', 'have', "n't", 'washed', 'it', 'yet', 'but', 'it', 'says', 'machine', 'wash', 'which', 'is', 'a', 'plus', 'for', 'me', ',5,1,2', 'general', 'tops', 'blouses'] ['15489,829,69', 'soft', 'and', 'flowy', 'this', 'blouse', 'drapes', 'nicely', 'the', '8', 'in', 'the', 'store', 'was', 'too', 'big', 'which', 'is', 'not', 'what', 'i', 'usually', 'find', 'with', 'maeve', 'i', 'wear', 'a', '6', 'or', 'small', 'in', 'most', 'blouses', 'i', 'ordered', 'the', '6', 'and', 'it', 'was', 'still', 'too', 'big', 'so', 'i', 'hope', 'the', '4', 'will', 'work', ',5,1,0', 'general', 'tops', 'blouses'] ['15490,193,36', 'great', 'comfy', 'dress', 'i', 'received', 'this', 'dress', 'in', 'both', 'colors', 'oatmeal', 'and', 'blue', 'for', 'christmas', 'and', 'i', 'love', 'them', 'they', 'are', 'super', 'comfortable', 'and', 'great', 'with', 'leggings', 'i', 'can', 'wear', 'them', 'just', 'to', 'lounge', 'around', 'the', 'house', 'or', 'dress', 'them', 'up', 'a', 'bit', 'for', 'church', 'i', 'am', "5'10", 'and', '140', 'lbs', 'and', 'i', 'got', 'the', 'small', 'it', 'fits', 'true', 'to', 'size', 'i', 'would', 'definitely', 'recommend', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['15491,1099,54', 'beautiful', 'versatile', 'dress', 'i', 'have', 'gotten', 'constant', 'compliments', 'on', 'this', 'dress', 'and', 'it', 'is', 'very', 'flattering', 'i', 'normally', 'wear', 'a', 'large', 'or', 'a', 'size', '12', 'and', 'i', 'had', 'to', 'order', 'this', 'in', 'an', 'xl', 'i', 'am', 'big', 'busted', 'so', 'that', 'makes', 'the', 'difference'] [] ['this', 'could', 'be', 'so', 'easily', 'dressed', 'up', 'but', 'easily', 'made', 'casual', 'with', 'a', 'denim', 'jacket', 'or', 'sweater'] [] ['one', 'of', 'my', 'favorite', 'fall', 'purchases', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15492,193,56', 'perfect', 'nightshirt', 'love', 'the', 'length', 'and', 'long', 'sleeves', 'so', 'comfy', 'to', 'sleep', 'in', 'great', 'purchase', 'i', 'ordered', 'the', 'navy', 'one', 'too', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['15493,193,30', 'i', 'like', 'it', 'this', 'dress', 'is', 'super', 'comfortable', 'and', 'well', 'made', 'i', 'am', "5'10", '150lbs', 'and', 'the', 'large', 'was', 'a', 'little', 'too', 'big', 'but', 'with', 'a', 'belt', 'it', 'worked', 'out', 'just', 'fine,5,1,1', 'initmates', 'intimate', 'sleep'] ['15494,1056,41', 'cleo', 'jumsuit', 'i', 'was', 'on', 'the', 'fence', 'about', 'ordering', 'my', 'normal', 'med', 'but', 'so', 'glad', 'i', 'did', 'it', 'fits', 'sooo', 'well', 'i', 'do', 'think', 'its', 'more', 'suited', 'for', 'warmer', 'days', 'since', 'the', 'material', 'is', 'very', 'thin', 'its', 'sort', 'of', 'a', 'cropped', 'length', 'and', 'looks', 'great', 'with', 'sandals', 'and', 'heels', 'i', 'do', "n't", 'like', 'showing', 'off', 'bra', 'detail', 'and', 'will', 'add', 'some', 'kind', 'of', 'closure', 'detail', 'to', 'hide', 'bra', 'or', 'wear', 'a', 'very', 'lightweight', 'top', 'underneath', 'this', 'was', 'a', 'great', 'buy', 'especially', 'with', 'the', 'sale', ',4,1,0', 'general', 'bottoms', 'pants'] ['15495,829,43', ',i', 'originally', 'ordered', 'this', 'blouse', 'to', 'wear', 'for', 'work', 'i', 'was', 'pleasantly', 'surprised', 'that', 'i', 'could', 'wear', 'it', 'casually', 'with', 'jeans', 'fits', 'comfortably', 'and', 'hugs', 'my', 'curves', ',5,1,0', 'general', 'tops', 'blouses'] ['15496,862,39', ',cute', 'to', 'wear', 'with', 'leggings', 'i', 'like', 'that', 'it', "'s", 'easy', 'to', 'just', 'throw', 'on', 'it', "'s", 'fitted', 'at', 'the', 'top', 'and', 'easy', 'to', 'chase', 'kids', 'around', 'but', 'does', "n't", 'look', 'too', 'momish', 'or', 'sloppy.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['15497,865,37', 'great', 'shirt', 'i', 'am', 'a', 'tshirt', 'wearing', 'girl', 'so', 'i', 'like', 'to', 'have', 'a', 'lot', 'of', 'different', 'styles', 'this', 'is', 'more', 'than', 'a', 'tshirt-', 'great', 'style', 'and', 'thicker', 'than', 'expected', 'great', 'fit', 'overall', 'love', 'it', ',5,1,2', 'general', 'tops', 'knits'] ['15498,829,41', 'so', 'pretty', 'i', 'bought', 'this', 'blouse', 'after', 'i', 'saw', 'my', 'aunt', 'wearing', 'it', 'the', 'color', 'is', 'lovely', 'i', 'spilled', 'soup', 'on', 'it', 'during', 'my', 'first', 'wearing', 'and', 'it', 'laundered', 'wonderfully', 'i', 'am', 'so', 'glad', 'such', 'an', 'easy', 'piece', 'to', 'throw', 'on', 'very', 'comfortable', 'fit', 'is', 'great', ',5,1,0', 'general', 'tops', 'blouses'] ['15499,1099,38', 'gorgeous', 'buy', 'this', 'dress', 'you', 'wo', "n't", 'be', 'disappointed', 'it', "'s", 'lovely', 'and', 'can', 'be', 'worn', 'in', 'the', 'summer', 'and', 'easily', 'transition', 'to', 'fall', 'or', 'even', 'winter', 'with', 'opaque', 'tights', 'tall', 'boots', 'and', 'a', 'denim', 'jacket', 'the', 'neckline', 'is', 'unique', 'and', 'stunning', 'demure', 'yet', 'sexy', 'something', 'that', 'can', 'easily', 'be', 'worn', 'during', 'the', '9-5', 'work', 'day', 'or', 'into', 'the', 'evening', 'i', 'bought', 'my', 'regular', 'size', 'm', 'and', 'it', 'hits', 'just', 'about', 'my', 'knees', 'i', 'do', "n't", 'think', 'this', 'dress', 'runs', 'small', 'at', 'all', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15500,193,65', 'chic', 'and', 'casual', 'cotton', 'comfort.', 'wanted', 'a', 'cooler', 'weather', 'casual', 'weekend', 'errand', 'dress', 'and', 'this', 'is', 'very', 'confortable', 'to', 'wear', 'with', 'artistic', 'leggings', 'and', 'tall', 'boots', 'pockets', 'are', 'always', 'handy', 'and', 'it', 'is', 'easy', 'to', 'style', 'with', 'a', 'contrast', 'scarf', 'or', 'long', 'necklace', 'for', 'added', 'warmth', 'can', 'add', 'a', 'full', 'slip', 'or', 'wear', 'alone', 'in', 'spring', 'with', 'sandals', 'received', 'numerous', 'compliments', 'wearing', 'the', 'first', 'time', 'so', 'purchased', 'the', 'navy', 'one', 'several', 'weeks', 'later', 'anticipate', 'wearing', 'these', 'dresses', 'often', 'and', 'when', 'the', 'cotton', 'finally', 'wears', 'down', 'will', 'use', 'as', 'a', 'nightgown', 'love', ',5,1,9', 'initmates', 'intimate', 'sleep'] ['15501,829,42', ',perfect', 'top', 'the', 'color', 'is', 'absolutely', 'beautiful', 'and', 'the', 'fit', 'is', 'better', 'than', 'i', 'imagined', 'it', 'would', 'be', 'love', ',5,1,0', 'general', 'tops', 'blouses'] ['15502,1022,66', 'almost', 'having', 'never', 'tried', 'this', 'brand', 'i', 'did', "n't", 'know', 'what', 'to', 'expect', 'these', 'are', 'a', 'boyfriend', 'cut', 'with', 'a', 'straight', 'leg', 'not', 'fitted', 'like', 'a', 'skinny', 'jean', 'the', 'fabric', 'is', 'soft', 'and', 'lightweight', 'definitely', 'a', 'summer', 'time', 'jean', 'the', 'stripes', 'are', 'nice', 'subtle', 'but', 'noticeable', 'i', 'ordered', 'the', '31', "'s", 'i', "'m", 'a', 'size', '12', 'and', 'they', 'fit', 'okay', 'i', 'have', 'a', 'tummy', 'and', 'the', 'jeans', 'fit', 'oddly', 'in', 'the', 'front', 'crotch', 'area', 'almost', 'tight', 'and', 'clearly', 'defining', 'the', 'dreaded', 'camel', 'toe', 'i', 'tried', 'them', 'with', 'a', 'variety', 'of', 'undergarments', 'with', 'the', 'same', 'result', 'every', 'ti', ',4,1,0', 'general', 'bottoms', 'jeans'] ['15503,1099,69', 'dress', 'for', 'all', 'occasions', 'for', 'reference', 'i', 'am', '5', '5', 'and', '118', 'lbs', 'the', 'small', 'fits', 'nicely', 'the', 'style', 'is', 'flattering', 'i', 'have', 'a', 'big', 'rib', 'age', 'so', 'as', 'with', 'many', 'back', 'zip', 'styles', 'that', 'area', 'is', 'a', 'bit', 'tight', 'when', 'i', 'sit', 'down', 'not', 'too', 'bad', 'though', 'ican', 'wear', 'it', 'to', 'work', 'and', 'out', 'for', 'a', 'date', 'both', 'colors', 'are', 'a', 'bit', 'subdued', 'but', 'i', 'will', 'enhance', 'the', 'pink', 'or', 'blue', 'floral', 'tones', 'with', 'a', 'sweater', 'jacket', 'and', 'jewelry', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15504,1099,22', 'cute', 'but', 'not', 'sure', 'it', "'s", 'worth', 'the', 'price', 'point', 'i', 'might', 'reach', 'for', 'it', 'in', 'sale', 'and', 'while', 'it', 'was', 'cute', 'on', 'i', 'just', 'do', "n't", 'spend', 'that', 'much', 'on', 'a', 'daytime', 'casual', 'dress', 'i', "'m", 'sure', 'you', 'could', 'dress', 'it', 'up', 'with', 'heels', 'or', 'something', 'but', 'there', "'s", 'something', 'about', 'this', 'dress', 'that', 'screams', 'casual', 'daytime', 'still', 'very', 'pretty', 'and', 'flattering', 'i', 'loved', 'the', 'neckline', 'and', 'detailing', 'there', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15505,1099,35', 'lovely', 'tried', 'this', 'dress', 'on', 'in', 'a', 's', 'and', 'it', 'fit', 'very', 'nicely', 'it', "'s", 'a', 'very', 'unique', 'dress', 'and', 'i', 'loved', 'it', 'but', 'i', 'just', 'did', "n't", 'know', 'where', 'i', 'would', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15506,1099,42', 'cute', 'dress', 'this', 'dress', 'is', 'true', 'to', 'size', 'it', 'looks', 'sexy', 'on', 'the', 'model', 'but', 'much', 'more', 'modest', 'in', 'person', 'great', 'for', 'work', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15507,1099,28', 'gorgeous', 'dress', 'i', 'worse', 'this', 'dress', 'to', 'a', 'rehersal', 'dinner', 'and', 'received', 'so', 'many', 'compliments', 'it', 'was', 'a', 'perfect', 'summer', 'dress', 'the', 'colors', 'are', 'true', 'to', 'the', 'picture', 'and', 'beautifil', 'it', 'is', 'also', 'very', 'well', 'made', 'comfortable', 'and', 'flattering', 'i', 'am', '5', '3', 'and', '130', 'lbs', 'and', 'i', 'ordered', 'a', 'medium', 'petitte', 'which', 'fit', 'great', 'it', 'was', 'short', 'but', 'not', 'too', 'short', 'it', 'will', 'be', 'a', 'go-to', 'dress', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15508,1099,43', 'romantic', 'and', 'pretty', 'i', 'was', 'walking', 'to', 'the', 'fitting', 'room', 'and', 'i', 'saw', 'two', 'of', 'this', 'dress', 'on', 'a', 'rack-', 'an', 'xs', 'and', 'small', 'i', 'could', 'tell', 'by', 'looking', 'at', 'it', 'that', 'it', 'runs', 'small', 'so', 'i', 'grabbed', 'a', 'small', 'to', 'try', 'on', 'i', 'did', "n't", 'want', 'to', 'love', 'this', 'dress', 'it', "'s", 'expensive', 'but', 'i', 'did', 'it', 'is', 'so', 'pretty', 'and', 'flattering', 'i', 'wish', 'it', 'were', 'an', 'inch', 'or', 'two', 'longer', 'but', 'it', "'s", 'ok.', 'with', 'tights', 'in', 'the', 'fall', 'will', 'be', 'fine', 'not', 'sure', 'i', 'would', 'wear', 'this', 'to', 'work', 'as', 'i', 'am', 'a', 'teacher', 'and', 'it', 'is', 'too', 'short', 'for', 'me', 'it', 'definitely', 'runs', 'small', 'i', 'am', 'between', 'a', '2', 'and', 'a', '4', 'so', 'i', 'took', 't', ',5,1,5', 'general', 'petite', 'dresses', 'dresses'] ['15509,862,31', 'it', "'s", 'a', 'cute', 'idea', 'but', 'it', "'s", 'so', 'low', 'cut', 'and', 'the', 'material', 'is', 'very', 'thin', 'i', 'was', 'hoping', 'to', 'wear', 'it', 'as', 'a', 'cool', 'flowing', 'summer', 'top', 'but', 'i', "'ll", 'have', 'to', 'layer', 'it', 'since', 'my', 'whole', 'bra', 'basically', 'hangs', 'out', 'of', 'it', 'i', "'m", 'only', 'keeping', 'it', 'because', 'it', 'was', 'such', 'a', 'good', 'price', 'also', 'the', 'buttons', 'are', 'super', 'tiny', 'and', 'a', 'little', 'hard', 'to', 'fasten', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['15510,862,33', ',,4,1,0', 'general', 'petite', 'tops', 'knits'] ['15511,193,54', 'nice', 'enough', 'item', 'on', 'sale', 'with', 'discount', 'just', 'recently', 'purchased', 'and', 'think', 'it', "'s", 'ok', 'for', 'the', 'price', 'would', 'never', 'pay', 'full', 'on', 'this', 'one', 'that', "'s", 'from', 'an', 'retailer', 'shopper', 'who', "'s", 'purchased', 'plenty', 'at', 'full', 'price', 'design', 'is', 'cute', 'but', 'definitely', 'looks', 'like', 'a', 'sleep', 'shirt', 'esp', 'in', 'the', 'lighter', 'color', 'so-so', 'on', 'construction', 'the', 'bottom', 'seams', 'pucker', 'slightly', 'the', 'pockets', 'bunch', 'up', 'weirdly', 'steaming/laundering', 'do', "n't", 'help', 'the', 'shoulders', 'also', 'hunch', 'up', 'oddly', 'could', 'be', 'because', 'of', 'the', 'thicker', 'fabric', 'sewn', 'to', 'the', 'knit', 'but', 'laundering', 'did', "n't", 'help', 'that', 'issue', 'either', ',2,1,0', 'initmates', 'intimate', 'sleep'] ['15512,1099,41', 'beautiful', 'dress', 'but', 'runs', 'small', 'i', 'ordered', 'the', 'stress', 'in', 'an', 'xl', 'i', 'usually', 'wear', 'a', 'size', '12', 'in', 'most', 'retailer', 'clothes', 'the', 'pattern', 'and', 'the', 'flow', 'of', 'the', 'dress', 'is', 'very', 'beautiful', 'but', 'it', 'runs', 'extremely', 'small', 'also', 'i', 'felt', 'that', 'i', 'was', 'choking', 'it', 'is', 'better', 'suited', 'for', 'thin', 'women', ',3,0,4', 'general', 'petite', 'dresses', 'dresses'] ['15513,1099,66', 'good', 'for', 'any', 'occasion.', 'i', 'would', 'give', 'it', 'a', '3.5', 'if', 'half', 'star', 'possible', 'like', 'other', 'reviews', 'said', 'the', 'material', 'is', 'a', 'little', 'cheap', 'and', 'back', 'zip', 'got', 'stuck', 'when', 'i', 'tried', 'to', 'unzip', 'it', 'before', 'trying', 'it', 'on', 'overall', 'nice', 'color', 'and', 'flattering', 'look', 'that', 'could', 'be', 'dress', 'up', 'or', 'down', 'i', 'am', '5', '8', '155lbs', '36b', 'and', 'm', 'is', 'a', 'little', 'snug', 'for', 'me', 'on', 'the', 'top', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15514,1099,31', 'best', 'dress', 'i', 'highly', 'recommend', 'this', 'dress', 'it', 'is', 'super', 'flattering', 'and', 'i', 'got', 'so', 'many', 'compliments', 'it', 'fits', 'like', 'a', 'glove', 'and', 'honestly', 'made', 'me', 'look', '10', 'lbs', 'thinner', 'very', 'romantic', 'and', 'has', 'great', 'movement', 'the', 'length', 'is', 'perfect', 'since', 'the', 'top', 'is', 'quite', 'modest', 'it', "'s", 'nice', 'that', 'it', "'s", 'on', 'the', 'shorter', 'side', 'makes', 'it', 'a', 'little', 'flirty', 'i', 'was', "n't", 'sure', 'of', 'the', 'pattern', 'at', 'first', 'but', 'it', 'fit', 'so', 'perfectly', 'that', 'i', 'overlooked', 'it', 'and', 'bought', 'it', 'anyway', 'by', 'the', 'end', 'of', 'the', 'night', 'i', 'was', 'in', 'love', 'with', 'the', 'pattern', 'it', 'really', 'stood', 'out', 'and', 'i', 'can', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15515,193,30', 'super', 'comfy', 'i', 'was', 'so', 'excited', 'for', 'this', 'to', 'come', 'in', 'the', 'mail', 'once', 'i', 'got', 'it', 'and', 'opened', 'it', 'up', 'i', 'actually', 'went', 'back', 'to', 'verify', 'this', 'was', 'in', 'fact', 'pajamas', 'it', 'is', 'great', 'quality', 'and', 'super', 'soft', 'some', 'positives', 'were', 'that', 'it', 'has', 'pockets', 'who', 'knew', 'and', 'like', 'stated', 'before', 'it', 'is', 'super', 'soft', 'and', 'comfortable', 'the', 'only', 'negative', 'is', 'that', 'it', 'is', 'not', 'physically', 'attractive', 'it', 'is', 'very', 'baggy', 'and', 'it', 'a-lines', 'out', 'it', "'s", 'fine', 'its', 'pajamas', 'but', 'if', 'you', 'are', 'wanting', 'something', 'cute', 'for', 'bed', 'and', 'you', 'have', 'a', 'straight', 'body', 'this', 'may', 'not', 'be', 'the', 'answe', ',4,1,0', 'initmates', 'intimate', 'sleep'] ['15516,829,33', 'easy', 'wear', 'great', 'top', 'very', 'easy', 'to', 'wear', 'looks', 'great', 'with', 'jeans', 'or', 'dressier', 'pants.,5,1,0', 'general', 'tops', 'blouses'] ['15517,1099,47', 'better', 'in', 'person', 'this', 'dress', 'is', 'very', 'lightweight', 'and', 'great', 'for', 'fall/spring', 'weddings', 'i', 'received', 'several', 'compliments', 'all', 'night', 'sits', 'very', 'nice', 'on', 'the', 'waist', 'as', 'well', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15518,1099,35', ',love', 'this', 'dress', 'had', 'to', 'exchange', 'it', 'because', 'it', 'runs', 'a', 'little', 'small', 'i', 'got', 'the', 'right', 'size', 'and', 'it', 'is', 'beautiful.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15519,1099,61', 'exquisite', 'and', 'unique', 'dress', 'this', 'very', 'unique', 'dress', 'is', 'exquisite', 'and', 'so', 'versatile', 'suitable', 'for', 'daytime', 'or', 'evening', 'and', 'will', 'look', 'great', 'with', 'a', 'cardigan', 'and', 'tights', 'for', 'year-round', 'wear', 'it', 'fits', 'perfectly', 'and', 'seems', 'true', 'to', 'size', 'to', 'me', 'i', 'm', '5', '2', 'about', '112', 'pounds', 'and', 'got', 'an', 'xs', 'the', 'description', 'says', 'the', 'dress', 'can', 'be', 'machine', 'washed', 'but', 'with', 'the', 'delicate', 'trim', 'around', 'the', 'neckline', 'i', 'plan', 'to', 'hand-wash', 'it', 'carefully', 'so', 'happy', 'with', 'this', 'purchase', ',5,1,6', 'general', 'petite', 'dresses', 'dresses'] ['15520,862,46', 'sandstripe', 'vest', 'as', 'a', 'beach', 'cover-up', 'this', 'would', 'be', 'great', 'but', 'i', "'m", 'surprised', 'retailer', 'calls', 'this', 'a', 'dress', 'and', 'does', "n't", 'show', 'on', 'the', 'model', 'how', 'thin', 'it', 'is', 'it', "'s", 'pretty', 'sheer', 'and', 'i', 'could', "n't", 'get', 'away', 'without', 'layering', 'it', ',2,0,0', 'general', 'petite', 'tops', 'knits'] ['15521,256,52', 'very', 'cute', 'and', 'comfortable', 'these', 'are', 'so', 'cute', 'i', 'went', 'into', 'the', 'store', 'to', 'buy', 'something', 'else', 'and', 'came', 'out', 'with', 'these', 'i', 'usually', 'wear', 'a', '10', 'and', 'bought', 'a', 'medium', 'these', 'are', 'also', 'lower', 'price', 'than', 'i', 'expected', 'also', 'well', 'constructed', 'thank', 'you', 'antho', ',5,1,3', 'general', 'petite', 'intimate', 'lounge'] ['15522,1070,36', 'very', 'cute', 'and', 'flattering', 'but', 'i', "'d", 'order', 'at', 'least', 'one', 'size', 'down', 'i', "'m", 'usually', 'a', '25/26', 'and', 'just', 'during', 'the', 'time', 'i', 'tried', 'on', 'the', '25s', 'in', 'the', 'store', 'i', 'could', 'tell', 'they', "'d", 'loosen', 'up', 'enough', 'for', 'a', '24.', 'i', "'ll", 'review', 'more', 'once', 'i', 'have', 'them', 'had', 'to', 'order', 'since', 'they', 'do', "n't", 'typically', 'have', '24s', 'in', 'store', 'so', 'ca', "n't", 'comment', 'on', 'quality', 'as', 'of', 'yet', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15523,1033,35', 'super', 'cute-', 'not', 'overly', 'distressed', 'blue', 'jeans', 'love', 'the', 'jeans', 'the', 'color', 'is', 'listed', 'as', 'black', 'for', 'some', 'reason', 'but', 'they', 'are', 'definitely', 'blue', 'like', 'the', 'picture', 'and', 'what', 'i', 'love', 'most', 'is', 'i', "'ve", 'always', 'wanted', 'somewhat', 'distressed', 'jeans', 'but', 'for', 'me', 'the', 'ripped', 'jeans', 'look', 'does', "n't", 'work', 'these', 'are', 'perfectly', 'distressed', 'without', 'being', 'hole-y', 'i', 'also', 'love', 'the', 'length', 'i', "'m", 'usually', 'a', '29', 'person', 'because', 'i', 'love', 'ankle', 'length', 'for', 'boots', 'tall', 'and', 'short', 'these', 'are', 'listed', 'i', 'think', 'a', 'bit', 'shorter', 'than', 'that', 'i', 'think', 'but', 'did', "n't", 'feel', 'cropped', 'they', 'are', 'also', 'made', 'of', 'some', 'special', ',5,1,2', 'general', 'bottoms', 'jeans'] ['15524,193,26', 'very', 'comfortable', 'nightgown', 'love', 'that', 'it', 'had', 'pockets', 'fit', 'is', 'as', 'expected', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['15525,829,32', ',,5,1,0', 'general', 'tops', 'blouses'] ['15526,862,69', 'runs', 'small', 'ordered', 'online', 'just', 'received', 'this', 'vest', 'so', 'disappointed', 'love', 'the', 'garment', 'but', 'it', 'is', 'way', 'too', 'small', 'i', 'wear', 'a', 'medium', 'in', 'most', 'clothing', 'and', 'size', '6', 'in', 'a', 'dress', 'but', 'the', 'medium', 'in', 'this', 'vest', 'is', "n't", 'just', 'snug', 'it', 'is', 'definitely', 'too', 'small', 'even', 'worn', 'alone', 'i', 'ca', "n't", 'button', 'it', 'i', 'am', 'now', 'ordering', 'the', 'large', 'and', 'keeping', 'my', 'fingers', 'crossed', 'as', 'i', 'want', 'to', 'wear', 'a', 'tee', 'under', 'it', 'hoping', 'i', 'wo', "n't", 'need', 'to', 'return', 'both', 'the', 'm', 'and', 'the', 'l', 'thinking', 'of', 'ordering', 'an', 'xl', ',4,1,3', 'general', 'tops', 'knits'] ['15527,865,44', 'cute', 'and', 'unique', 'love', 'the', 'lace', 'back', 'panel', 'unique', 'design', 'would', 'not', 'call', 'this', 'blue', 'definitely', 'more', 'of', 'a', 'grey', 'color', 'but', 'it', 'is', 'pretty', 'got', 'size', 'small', 'and', 'it', 'fit', 'well', '5', '6', '140', 'lbs', ',5,1,0', 'general', 'tops', 'knits'] ['15528,1099,31', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'looked', 'at', 'the', 'other', 'reviews', 'before', 'purchasing', 'and', 'this', 'is', 'the', 'one', 'time', 'it', 'did', "n't", 'work', 'out', 'for', 'me', 'a', 'lot', 'of', 'people', 'said', 'to', 'size', 'up', 'so', 'i', 'ordered', 'a', 'medium', 'and', 'it', 'was', 'far', 'too', 'big', 'on', 'me', 'i', 'reordered', 'my', 'regular', 'small', 'and', 'it', "'s", 'perfect', 'it', "'s", 'shorter', 'obviously', 'but', 'not', 'so', 'short', 'that', 'it', 'is', 'unwearable', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'out', ',5,1,1', 'general', 'dresses', 'dresses'] ['15529,862,48', 'shapely', 'but', 'busty', 'gals', 'beware', 'i', 'do', 'like', 'the', 'shape', 'of', 'this', 'piece', 'it', 'is', 'eye', 'catching', 'due', 'to', 'the', 'length', 'and', 'flattering', 'however', 'if', 'you', 'are', 'chesty', 'this', 'piece', 'shows', 'off', 'more', 'than', 'i', 'was', 'comfy', 'with', 'and', 'i', 'do', "n't", 'think', 'i', "'ve", 'ever', 'had', 'that', 'problem', 'with', 'retailer', 'in', 'the', 'body', 'i', 'needed', 'an', 'xs', 'or', 'i', 'would', 'be', 'swimming', 'in', 'it', 'but', 'up', 'top', 'the', 'xs', 'showed', 'much', 'too', 'much', 'cleavage', '34d', '5', '115', 'i', "'m", 'still', 'keeping', 'it', 'but', 'i', 'have', 'to', 'watch', 'where', 'i', 'wear', 'this', ',3,1,2', 'general', 'tops', 'knits'] ['15530,829,34', 'love', 'this', 'un-basic', 'white', 'top', 'it', "'s", 'very', 'flattering', 'on', 'and', 'i', 'love', 'that', 'it', "'s", 'a', 'versatile', 'piece', 'that', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'the', 'occasion', 'i', 'am', 'usually', 'a', 'size', '8', 'in', 'maeve', 'tops/dresses', 'but', 'i', 'found', 'a', 'size', '6', 'fit', 'me', 'a', 'bit', 'better', 'in', 'this', 'particular', 'top', 'if', 'your', 'e', 'in', 'between', 'sizes', 'you', 'may', 'need', 'to', 'size', 'down', 'i', 'definitely', 'recommend', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['15531,1194,35', 'just', 'fab', 'great', 'length', 'great', 'pattern', 'flattering', 'fit', 'and', 'even', 'pockets', ',5,1,0', 'general', 'dresses', 'dresses'] ['15532,482,24', 'not', 'so', 'great', 'material', 'is', 'thin', 'with', 'a', 'fleece', 'like', 'feeling', 'on', 'the', 'inside', 'hard', 'to', 'describe', 'but', 'almost', 'feels', 'like', 'a', 'really', 'thin', 'north', 'face', 'material', 'the', 'cut', 'on', 'the', 'sides', 'of', 'chest', 'area', 'is', 'super', 'awkward', 'shows', 'way', 'too', 'much', 'would', 'never', 'be', 'appropriate', 'to', 'wear', 'a', 'regular', 'bra', 'underneath', ',2,0,3', 'initmates', 'intimate', 'lounge'] ['15533,852,50', ',,3,0,0', 'general', 'tops', 'blouses'] ['15534,941,42', 'gorgeous', 'and', 'soft', 'luxurious', 'feeling', 'sweater', 'i', 'purchased', 'this', 'in', 'the', 'pink/purple', 'color', 'that', 'is', 'no', 'longer', 'showing', 'as', 'available', 'and', 'just', 'love', 'it', 'it', "'s", 'unbelievably', 'soft', 'feels', 'like', 'a', 'blanket', 'i', 'found', 'that', 'if', 'you', 'sort', 'of', 'fold', 'the', 'neck', 'line', 'under', 'a', 'little', 'it', 'drapes', 'like', 'a', 'cowl', 'neck', 'a', 'little', 'and', 'not', 'quite', 'as', 'off', 'the', 'shoulder', 'as', 'it', "'s", 'very', 'cold', 'where', 'i', 'am', 'ca', "n't", 'see', 'wearing', 'it', 'that', 'far', 'off', 'during', 'the', 'winter', 'that', 'was', 'my', 'solution', 'and', 'i', 'love', 'it', 'i', "'m", 'typically', 'and', 'xs', 'bought', 'the', 'xxs', 'b/c', 'it', 'appeared', ',5,1,21', 'general', 'petite', 'tops', 'sweaters'] ['15535,829,54', 'scalloped', 'heaven', 'what', 'a', 'cute', 'top', 'i', 'would', 'say', 'true', 'to', 'size', 'it', 'is', 'a', 'pullover', 'so', 'i', 'went', 'with', 'a', '6', 'for', 'easy', 'dressing', 'the', 'scalloped', 'tank', 'around', 'the', 'shoulders', 'is', 'unique', 'and', 'lays', 'nicely', 'i', 'would', 'say', 'the', 'top', 'is', 'a', 'lined', 'in', 'cut', 'not', 'too', 'swingy', 'at', 'all', 'a', 'great', 'length', 'to', 'be', 'left', 'out', 'or', 'tucked', 'in', 'i', 'can', 'think', 'of', 'so', 'many', 'uses', 'for', 'this', 'top', 'i', 'may', 'grab', 'another', 'to', 'keep', 'on', 'hand', 'will', 'be', 'adorable', 'with', 'skirts', 'or', 'shorts', ',5,1,5', 'general', 'tops', 'blouses'] ['15536,482,35', 'yay', 'another', 'dress', 'i', 'love', 'workout', 'dresses', 'and', 'skirts', 'i', 'sport', 'them', 'in', 'both', 'yoga', 'if', 'they', 'have', 'an', 'under', 'layer', 'of', 'shorts', 'obviously', 'and', 'in', 'high', 'cardio', 'classes-as', 'well', 'as', 'for', 'things', 'like', 'tennis', 'i', 'like', 'the', 'extra', 'breeze', 'a', 'dress/skirt', 'will', 'get', 'you', 'and', 'find', 'them', 'to', 'be', 'really', 'comfortable', 'i', 'really', 'like', 'this', 'dress', 'as', 'it', 'is', 'not', 'a', 'super', 'bold', 'color', 'it', 'is', 'hard', 'to', 'find', 'workout', 'attire', 'that', 'is', 'not', 'neon', 'colored', 'i', 'prefer', 'things', 'to', 'be', 'a', 'little', 'more', 'relaxed', 'and', 'less', 'look', 'at', 'me', 'like', 'when', 'i', 'am', 'working', 'out', 'this', 'dress', 'is', 'flatter', ',5,1,12', 'initmates', 'intimate', 'lounge'] ['15537,829,72', 'essential', 'feminine', 'white', 'blouse', 'i', 'love', 'a', 'crisp', 'white', 'poplin', 'blouse', 'and', 'this', 'top', 'is', 'perfect', 'in', 'that', 'role', 'i', 'am', 'between', 'a', 'small', 'and', 'medium', 'in', 'retailer', 'tops', 'because', 'this', 'top', 'looked', 'a', 'little', 'bell', 'in', 'the', 'model', 'photos', 'i', 'decided', 'to', 'order', 'a', '6.', 'it', 'was', 'a', 'bit', 'snug', 'across', 'the', 'chest', 'for', 'reference', 'i', 'am', 'a', '34c', 'i', 'returned', 'it', 'for', 'the', '8', 'and', 'it', 'fit', 'perfect', 'i', "'m", 'not', 'sure', 'why', 'this', 'top', 'was', 'offered', 'during', 'the', 'winter', 'because', 'it', 'will', 'likely', 'hang', 'in', 'my', 'closet', 'until', 'april', 'highly', 'recommend', 'this', 'blouse', 'for', 'summer', ',5,1,2', 'general', 'tops', 'blouses'] ['15538,482,39', 'poor', 'fit', 'while', 'the', 'styling', 'is', 'cute', 'the', 'fit', 'was', 'poor', 'under', 'the', 'arms', 'and', 'there', 'was', 'quite', 'a', 'gap', 'i', 'returned', 'this', ',3,0,5', 'initmates', 'intimate', 'lounge'] ['15539,941,41', 'great', 'sweater', '36dd', '10/12', 'in', 'tops', '12/14', 'in', 'bottoms'] ['this', 'is', 'a', 'wonderfully', 'soft', 'and', 'warm', 'sweater', 'the', 'pink', 'color', 'is', 'heathered', 'with', 'some', 'grey', 'and', 'goes', 'with', 'just', 'about', 'any', 'neutral', 'bottom', 'the', 'neckline', 'was', 'a', 'little', 'fiddly', 'when', 'i', 'first', 'tried', 'it', 'on', 'however', 'like', 'one', 'of', 'the', 'previous', 'reviewers', 'i', 'folded', 'the', 'left', 'side', 'under', 'a', 'bit', 'to', 'make', 'an', 'asymmetrical', 'cowl', 'neck', 'and', 'it', 'lays', 'very', 'nicely', 'and', 'looks', 'great', 'runs', 'a', 'little', 'big', 'i', 'tried', 'the', 'medium', 'and', 'it', 'fits', 'perfectly', 'another', 'great', 'sweater', 'from', 'moth', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['15540,1056,29', 'perfect', 'for', 'fall', 'love', 'this', 'i', 'adore', 'pilcro', 'great', 'for', 'us', 'gals', 'who', 'have', 'thick', 'hips', 'thighs', 'and', 'a', 'slim', 'waist', 'they', 'fit', 'tts', 'and', 'are', 'a', 'great', 'staple', 'for', 'fall', 'the', 'color', 'says', 'dark', 'orange', 'but', 'they', 'are', 'as', 'pictured', 'a', 'perfect', 'dark', 'tan', 'i', 'wish', 'that', 'retailer', 'would', 'buy', 'more', 'size', '33', 'in', 'all', 'pilcro', 'they', 'always', 'sell', 'out', 'fast', 'and', 'i', 'am', 'always', 'out', 'of', 'luck', 'unless', 'i', 'find', 'them', 'when', 'they', 'first', 'come', 'out', 'also', 'please', 'make', 'a', 'full', 'length', 'boyfriend', 'jean', 'pilcro', 'love', ',5,1,9', 'general', 'bottoms', 'pants'] ['15541,862,28', 'love', 'the', 'look', 'for', 'the', 'holidays', 'this', 'velvet', 't-shirt', 'is', 'perfect', 'for', 'the', 'holidays', 'i', 'usually', 'wear', 'a', 'size', '12', 'top', 'or', 'a', 'l', 'but', 'i', 'ordered', 'up', 'and', 'got', 'a', 'size', 'xl', 'it', 'is', 'very', 'tight', 'around', 'my', 'chest', '36c', 'and', 'armpits', 'and', 'the', 'v-neck', 'sometimes', 'spreads', 'apart', 'a', 'lot', 'if', 'i', 'move', 'my', 'arms', 'around', 'a', 'lot', 'but', 'other', 'than', 'that', 'it', 'looks', 'great', 'just', 'runs', 'small', 'if', 'you', 'are', 'a', 'size', '14', 'or', 'larger', 'i', 'do', "n't", 'think', 'that', 'this', 'will', 'fit', ',4,1,7', 'general', 'tops', 'knits'] ['15542,482,31', 'simple', 'but', 'large', 'i', 'normally', 'wear', 'a', 'medium', 'with', 'these', 'types', 'of', 'fabrics', 'but', 'this', 'one', 'was', 'oddly', 'proportioned', 'on', 'me', 'the', 'skirt', 'was', 'also', 'not', 'very', 'flattering', 'to', 'my', 'hourglass', 'figure', 'but', 'it', 'at', 'least', 'fit', 'well', 'the', 'top', 'was', 'baggy', 'and', 'gaped', 'at', 'the', 'armpits', 'as', 'stated', 'by', 'others', 'i', 'really', 'wanted', 'to', 'like', 'this', 'dress', 'but', 'it', 'made', 'me', 'look', '20', 'pounds', 'heavier', 'even', 'in', 'the', 'places', 'it', 'looked', 'too', 'big', 'on', 'me', 'i', 'could', 'have', 'tried', 'going', 'with', 'a', 'small', 'but', 'the', 'skirt', 'would', 'have', 'then', 'been', 'too', 'short', ',2,0,4', 'initmates', 'intimate', 'lounge'] ['15543,579,26', 'super', 'cute', 'comfy', 'i', 'have', "n't", 'owned', 'a', 'skort', 'in', 'years', 'this', 'one', 'is', 'super', 'cute', 'and', 'so', 'soft', 'i', 'love', 'the', 'details', 'the', 'asymmetrical', 'cut', 'and', 'the', 'buckles', 'i', 'bought', 'it', 'in', 'olive', 'green', 'it', 'fits', 'really', 'well', 'i', "'m", '5', '5', '119', 'lbs', 'with', 'an', 'athletic', 'frame', 'and', 'i', 'purchased', 'a', 'size', '2', 'my', 'normal', 'size', 'it', 'fits', 'comfortably', 'around', 'my', 'waste', 'and', 'thighs/but', 'with', 'some', 'wiggle', 'room'] [] ['i', "'m", 'wearing', 'it', 'today', 'w/', 'a', 'navy', 'blue/cream', 'floral', 'tank', 'top', 'white/navy', 'striped', 'vans', 'and', 'a', 'gold', 'dangly', 'necklace', 'i', 'love', 'that', 'its', 'a', 'versatile', 'item', 'and', 'i', "'m", 'looking', 'f', ',5,1,1', 'general', 'bottoms', 'shorts'] ['15544,867,35', 'one', 'of', 'the', 'best', 'fits', 'for', 'an', 'retailer', 'shirt', 'i', 'love', 'retailer', 'clothes', 'but', 'i', "'ve", 'often', 'ordered', 'shirts', 'in', 'an', 'xs', 'that', 'i', 'really', 'needed', 'an', 'xs', 'petite', 'in', 'because', 'of', 'the', 'length', 'and', 'fit', 'through', 'the', 'bust', 'but', 'they', 'did', "n't", 'have', 'any', 'petites', 'in', 'the', 'size', 'i', 'needed', 'i', "'m", 'at', '5', '1', '114', 'pounds', 'i', 'got', 'this', 'shirt', 'in', 'xs', 'not', 'petite', 'and', 'am', 'thrilled', 'with', 'the', 'fit', 'the', 'material', 'is', 'formfitting', 'enough', 'to', 'look', 'like', 'a', 'petite', 'and', 'it', 'does', "n't", 'drop', 'below', 'my', 'waist', 'line', 'i', "'m", 'thrilled', 'with', 'my', 'purchase', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['15545,868,30', 'huge', 'agree', 'with', 'other', 'poster', 'this', 'shirt', 'runs', 'very', 'big', 'i', "'m", 'all', 'for', 'a', 'flowy', 'shirt', 'that', 'hides', 'my', 'belly', 'but', 'this', 'is', 'just', 'a', 'tent', 'i', "'ll", 'be', 'retuning', 'it', ',1,0,5', 'general', 'tops', 'knits'] ['15546,867,68', 'not', 'flattering', 'on', 'me', 'this', 'top', 'is', 'very', 'soft', 'and', 'well', 'made', 'for', 'my', 'short', 'and', 'curvy', 'figure', 'it', 'is', 'very', 'unflattering', 'i', 'considered', 'altering', 'it', 'but', 'there', 'is', 'no', 'way', 'to', 'do', 'it', 'it', 'gapes', 'in', 'the', 'front', 'and', 'if', 'you', 'have', 'a', 'waist', 'at', 'all', 'it', 'wo', "n't", 'show', 'because', 'this', 'top', 'is', 'boxy', 'and', 'full', 'in', 'that', 'area', 'if', 'you', 'are', 'tall', 'and', 'slim', 'it', 'might', 'be', 'perfect', 'so', 'give', 'it', 'a', 'try', ',1,0,1', 'general', 'petite', 'tops', 'knits'] ['15547,829,20', 'a', 'little', 'more', 'see-through', 'than', 'you', 'would', 'think', 'but', 'has', 'super', 'cute', 'smaller', 'details', 'also', 'needs', 'to', 'be', 'ironed', 'a', 'lot', ',5,1,1', 'general', 'tops', 'blouses'] ['15548,867,24', 'adorable', 'tropic', 'top', 'this', 'floral', 'tank', 'looks', 'so', 'cute', 'on', 'the', 'layered', 'cut', 'is', 'very', 'flattering', 'and', 'i', "'ve", 'received', 'several', 'compliments', 'while', 'wearing', 'it', 'adorable,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15549,482,37', 'i', 'really', 'wanted', 'to', 'love', 'this', 'dress', 'so', 'this', 'dress', 'is', 'extremely', 'comfortable', 'but', 'it', "'s", 'just', 'really', 'awkward', 'i', 'am', 'on', 'the', 'fence', 'about', 'keeping', 'it', 'my', 'husband', 'loves', 'it', 'and', 'thinks', 'i', 'should', 'it', 'just', 'draws', 'attention', 'to', 'the', 'belly', 'so', 'any', 'issues', 'after', 'having', 'kids', 'is', 'very', 'noticeable', 'not', 'to', 'mention', 'the', 'huge', 'cutouts', 'for', 'the', 'arms', 'very', 'comfortable', 'but', 'not', 'sure', 'if', 'i', 'will', 'keep', 'it', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['15550,926,37', 'thick', 'and', 'warm', 'really', 'nice', 'thick', 'fabric', 'yet', 'lays', 'really', 'nice', 'scarf', 'included', 'love', 'the', 'poncho', 'style', 'will', 'get', 'me', 'throught', 'the', 'end', 'of', 'pregnancy', 'and', 'will', 'look', 'great', 'after', 'as', 'well', ',5,1,0', 'general', 'tops', 'sweaters'] ['15551,482,65', 'comfortable', 'this', 'dress', 'is', 'extremely', 'comfortable', 'the', 'dress', 'is', 'slightly', 'loose', 'under', 'the', 'armpits', 'but', 'the', 'other', 'than', 'that', 'the', 'overall', 'fit', 'is', 'great', 'can', 'be', 'dressed', 'up', 'or', 'down', ',5,1,3', 'initmates', 'intimate', 'lounge'] ['15552,482,50', ',,1,0,0', 'initmates', 'intimate', 'lounge'] ['15553,867,46', 'fantastic', 'fabric', 'problem', 'with', 'design', 'i', 'ordered', 'this', 'in', 'size', 'xl', 'the', 'fit', 'is', 'true', 'to', 'size', 'it', 'fits', 'me', 'as', 'it', 'does', 'on', 'the', 'model', 'the', 'draping', 'is', 'very', 'flattering', 'i', "'m", 'a', 'pear-shape', 'and', 'this', 'shape', 'works', 'well', 'it', 'definitely', 'needs', 'a', 'tank', 'underneath', 'you', 'could', 'sew', 'a', 'bit', 'of', 'the', 'top', 'to', 'keep', 'it', 'closed', 'otherwise', 'everything', 'can', 'show', 'i', 'like', 'using', 'different', 'colored', 'tanks', 'to', 'pull', 'out', 'the', 'colors', 'in', 'the', 'pattern'] ['the', 'quality', 'of', 'the', 'material', 'is', 'outstanding', 'the', 'print', 'looks', 'so', 'much', 'prettier', 'in', 'person', 'it', "'s", 'very', 'vibrant', 'the', 'photos', 'online', 'at', 'least', 'on', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['15554,941,44', 'love', 'this', 'sweater', 'this', 'sweater', 'is', 'so', 'beautiful', 'soft', 'and', 'warm', 'the', 'neck', 'is', 'a', 'little', 'different', 'and', 'meant', 'to', 'be', 'worn', 'off', 'the', 'shoulder', 'i', 'do', "n't", 'wear', 'it', 'off', 'the', 'shoulder', 'if', 'you', 'just', 'work', 'with', 'it', 'a', 'bit', 'it', 'will', 'lay', 'nicely', 'i', 'get', 'compliments', 'every', 'time', 'i', 'wear', 'it', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['15555,829,33', 'wanted', 'to', 'love', 'this', 'i', 'wanted', 'to', 'love', 'this', 'top', 'on', 'me', 'it', 'was', 'weirdly', 'boxy', 'it', 'was', 'too', 'wide', 'and', 'too', 'short', 'and', 'it', 'was', 'more', 'sheer', 'than', 'i', 'expected', 'it', 'the', 'fabric', 'is', 'lightweight', 'but', 'wrinkles', 'really', 'easy', 'and', 'loses', 'shape', 'pretty', 'quickly', 'i', 'also', 'thought', 'the', 'fabric', 'would', 'be', 'heavier', 'and', 'have', 'more', 'structure', 'than', 'it', 'has', 'i', 'love', 'the', 'scalloped', 'detail', 'at', 'the', 'arms', 'but', 'after', 'about', 'five', 'minutes', 'of', 'wear', 'this', 'felt', 'super', 'crumpled', 'and', 'just', 'kind', 'of', 'sloppy', 'unfortunately', 'it', 'will', 'be', 'going', 'back', ',3,0,1', 'general', 'tops', 'blouses'] ['15556,579,20', 'great', 'purchase', 'beautiful', 'skort', 'true', 'to', 'size', 'and', 'very', 'comfortable', 'the', 'actual', 'shorts', 'part', 'of', 'the', 'skort', 'is', 'a', 'nice', 'modest', 'length', 'they', 'have', 'the', 'appearance', 'of', 'a', 'skirt', 'with', 'the', 'utility', 'and', 'feel', 'of', 'a', 'nice', 'pair', 'of', 'shorts', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'i', 'am', 'very', 'pleased', 'with', 'my', 'purchase', ',5,1,2', 'general', 'bottoms', 'shorts'] ['15557,941,35', 'wanted', 'to', 'love', 'this', 'so', 'this', 'is', 'a', 'super', 'soft', 'comfy', 'sweater', 'the', 'color', 'is', 'great', 'and', 'i', 'really', 'wanted', 'to', 'love', 'it', 'but', 'the', 'dolman', 'sleeves', 'sort', 'of', 'annoyed', 'me', 'that', 'being', 'said', 'all', 'of', 'the', 'good', 'things', 'about', 'this', 'sweater', 'almost', 'made', 'me', 'keep', 'it', 'the', 'neckline', 'is', 'also', 'really', 'neat', 'it', 'drapes', 'nicely', 'and', 'stays', 'that', 'way', 'if', 'you', 'are', 'on', 'the', 'fence', 'give', 'it', 'a', 'try', ',3,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15558,1044,48', 'looks', 'more', 'expensive', 'great', 'pair', 'of', 'work', 'slacks', 'with', 'a', 'flare', 'wear', 'these', 'with', 'boots', 'give', 'a', 'very', 'rich', 'look', 'super', 'flattering', 'cut', 'and', 'flat', 'waist'] ['highly', 'recommend', 'these', 'for', 'fall', 'through', 'winter', ',5,1,2', 'general', 'bottoms', 'pants'] ['15559,867,40', 'this', 'is', 'theoretically', 'a', 'great', 'summer', 'top', 'addition', 'to', 'your', 'wardrobe', 'i', 'love', 'the', 'floral', 'print', 'it', "'s", 'bold', 'and', 'lively', 'primary', 'colors', 'on', 'a', 'black', 'background', 'i', "'m", 'usually', 'a', 'size', 'small', 'in', 'retailer', 'tops', 'and', 'neither', 'the', 'small', 'nor', 'the', 'medium', 'fit', 'me', 'very', 'well', 'the', 'small', 'was', 'a', 'bit', 'too', 'fitted', 'everywhere', 'and', 'strangely', 'the', 'medium', 'gapes', 'at', 'the', 'front', 'when', 'i', "'m", 'sitting', 'but', 'not', 'standing', 'i', "'m", '34b', 'otherwise', 'height-weight', 'proportionate', 'with', 'broad', 'shoulders', 'another', 'reviewer', 'mentioned', 'a', 'design', 'flaw', 'the', 'floral', 'print', 'i', ',4,1,3', 'general', 'petite', 'tops', 'knits'] ['15560,862,41', 'misrepresented', 'cleaning', 'instructions', 'i', 'purchased', 'the', 'dusty', 'rose', 'i', 'thought', 'the', 'picture', 'represented', 'the', 'color', 'accurately', 'the', 'shirt', 'material', 'had', 'a', 'nice', 'thickness', 'and', 'drape', 'it', 'felt', 'very', 'luxurious', 'the', 'opening', 'in', 'the', 'front', 'is', 'cut', 'a', 'little', 'low', 'but', 'workable'] [] ['in', 'the', 'end', 'i', 'am', 'disappointed', 'in', 'the', 'care', 'information', 'provided', 'by', 'the', 'site', 'it', 'listed', 'the', 'garment', 'as', 'machine', 'washable', 'but', 'the', 'care', 'label', 'in', 'the', 'garment', 'states', 'it', 'is', 'dry', 'clean', 'only', 'i', 'would', 'not', 'have', 'purchased', 'it', 'if', 'i', 'would', 'have', 'know', 'that', 'i', 'am', 'going', 'to', 'have', 'to', 'return', 'it', 'for', 'this', 'rea', ',4,0,1', 'general', 'tops', 'knits'] ['15561,941,47', 'soft', 'sexy', 'sweater', 'i', 'bought', 'this', 'in', 'the', 'mauve', 'in', 'my', 'usual', 'size', 'small', 'i', 'think', 'this', 'sweater', 'is', 'intentionally', 'big', 'and', 'slouchy', 'so', 'i', 'would', 'say', 'it', 'runs', 'true', 'to', 'size', 'it', 'is', 'very', 'soft', 'and', 'the', 'weave', 'is', 'airy', 'not', 'going', 'to', 'be', 'warm', 'enough', 'for', 'a', 'below', 'freezing', 'day', 'but', 'i', 'love', 'the', 'style', 'the', 'neckline', 'is', 'a', 'bit', 'fussy', 'but', 'i', 'think', 'you', 'just', 'have', 'to', 'wear', 'it', 'and', 'let', 'it', 'fall', 'the', 'way', 'it', 'wants', 'to', 'the', 'sleeves', 'are', 'long', 'enough', 'to', 'cover', 'your', 'hands', 'the', 'sweater', 'when', 'pulled', 'all', 'the', 'way', 'down', 'covers', 'my', 'butt', 'and', 'half', 'my', 'thighs', 'and', 'i', "'m", '5', '9', 't', ',5,1,13', 'general', 'petite', 'tops', 'sweaters'] ['15562,1056,34', 'comfortable', 'fit', 'for', 'many', 'occasions', 'i', 'mentioned', 'the', 'sizing', 'is', 'true', 'to', 'size', 'but', 'it', 'should', 'be', 'important', 'to', 'note', 'that', 'they', 'will', 'loosen', 'throughout', 'the', 'day', 'so', 'when', 'i', 'order', 'another', 'color', 'i', 'will', 'size', 'down', 'one', 'size', 'the', 'color', 'is', 'as', 'pictured', 'too'] ['these', 'are', 'great', 'for', 'casual', 'and', 'business', 'casual', 'wear', 'so', 'comfortable', 'and', 'perfect', 'and', 'flattering', 'for', 'my', 'shape', 'athletic', 'with', 'muscular', 'thighs'] ['ca', "n't", 'wait', 'to', 'order', 'another', 'pair', ',5,1,0', 'general', 'bottoms', 'pants'] ['15563,274,44', 'true', 'to', 'size', 'i', 'found', 'got', 'the', 'medium', 'and', 'had', 'a', 'bit', 'of', 'room', 'to', 'spare', 'usually', 'i', "'m", 'a', '6', 'on', 'the', 'lower', 'half', '34-28-36'] ['the', 'upper', 'portion', 'is', 'a', 'very', 'very', 'light', 'heathered', 'grey', 'almost', 'cream', 'and', 'yes', 'i', 'found', 'it', 'to', 'be', 'see', 'through'] ['comfortable', 'but', 'either', 'for', 'lounging', 'round', 'the', 'house', 'only', 'or', 'wear', 'a', 'tunic', 'to', 'cya', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['15564,941,30', 'gorgeous', 'but', 'ridiculous', 'this', 'sweater', 'is', 'incredibly', 'soft', 'and', 'pretty', 'but', 'there', 'is', 'just', 'no', 'way', 'to', 'get', 'it', 'to', 'lay', 'the', 'way', 'the', 'model', 'does', 'in', 'the', 'picture', 'i', 'found', 'myself', 'constantly', 'tugging', 'at', 'the', 'top', 'to', 'get', 'it', 'to', 'stay', 'off', 'the', 'shoulder', 'otherwise', 'it', 'just', 'bunched', 'up', 'top', 'and', 'make', 'a', 'weird', 'funnel', 'neck', 'i', 'really', 'wanted', 'it', 'to', 'work', 'but', 'it', 'was', 'just', 'so', 'impractical', ',3,0,5', 'general', 'petite', 'tops', 'sweaters'] ['15565,941,33', 'horrible', 'the', 'sweater', 'runs', 'large', 'the', 'sweater', 'is', 'designed', 'in', 'such', 'a', 'way', 'that', 'it', 'looks', 'very', 'sloppy', 'i', 'would', 'never', 'be', 'able', 'to', 'wear', 'it', 'out', 'of', 'the', 'house', 'however', 'the', 'material', 'is', 'exceptionally', 'soft', 'and', 'delightful', 'keeping', 'as', 'its', 'a', 'great', 'stay', 'at', 'home', 'lounge', 'sweater', 'but', 'way', 'over', 'priced', 'for', 'this', 'purpose', 'if', 'you', 'can', 'get', 'the', 'fabric', 'to', 'lay', 'correctly', 'you', "'re", 'a', 'genius', ',1,0,0', 'general', 'petite', 'tops', 'sweaters'] ['15566,941,54', 'i', 'absolutely', 'love', 'this', 'sweater', 'and', 'the', 'color', 'is', 'beautiful', 'i', 'read', 'through', 'the', 'reviews', 'and', 'purchased', 'a', 'medium', 'as', 'i', 'read', 'that', 'this', 'sweater', 'ran', 'large', 'i', "'m", 'very', 'happy', 'i', 'sized', 'down'] ['i', 'have', "n't", 'yet', 'worn', 'it', 'and', 'hope', 'that', 'it', 'does', 'stay', 'off', 'the', 'shoulder', 'as', 'pictured', 'without', 'having', 'to', 'constantly', 're-arrange'] ['great', 'sale', 'price', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15567,1044,46', 'flimsy', 'i', 'loved', 'the', 'cut', 'and', 'the', 'stretch', 'in', 'the', 'material', 'made', 'them', 'comfortable', 'however', 'i', 'found', 'that', 'the', 'material', 'was', 'unflattering', 'for', 'thicker', 'thighs', 'because', 'it', 'tended', 'to', 'cling', 'to', 'the', 'body', 'it', 'would', 'have', 'been', 'better', 'with', 'some', 'sort', 'of', 'lining', 'as', 'it', 'would', 'have', 'prevented', 'the', 'flimsy', 'material', 'from', 'highlighting', 'imperfections', 'bottom', 'of', 'pants', 'are', 'not', 'hemmed', 'so', 'if', 'you', 'want', 'a', 'clean', 'look', 'you', 'may', 'not', 'like', 'the', 'edges', 'these', 'were', 'returned', 'immediately', 'as', 'it', 'just', 'did', 'not', 'work', 'for', 'me', ',2,0,1', 'general', 'bottoms', 'pants'] ['15568,482,58', 'too', 'big', 'armholes', 'i', 'wanted', 'to', 'like', 'this', 'sporty', 'dress', 'too', 'i', 'teach', 'at', 'an', 'elementary', 'school', 'and', 'like', 'to', 'get', 'down', 'on', 'my', 'knees', 'st', 'my', 'students', 'level', 'plus', 'we', 'can', 'get', 'messy', 'most', 'days', 'with', 'our', 'learning', 'and', 'most', 'days', 'are', 'go', 'go', 'go', 'being', 'on', 'every', 'second', 'the', 'armholes', 'were', 'cut', 'too', 'big', 'and', 'weirdly', 'squared', 'i', 'did', "n't", 'like', 'the', 'middle', 'ridge', 'either', 'as', 'it', 'was', 'unflattering', 'it', 'was', 'returned', ',2,0,0', 'initmates', 'intimate', 'lounge'] ['15569,1044,36', 'highly', 'recommend', 'i', 'was', 'nervous', 'to', 'order', 'the', 'pants', 'because', 'i', 'did', "n't", 'think', 'they', 'looked', 'great', 'on', 'the', 'model', 'in', 'the', 'picture', 'they', 'are', 'by', 'far', 'my', 'new', 'favorite', 'pants', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'stretchy', 'yet', 'hugs', 'my', 'curves', 'does', "n't", 'stretch', 'out', 'during', 'the', 'day', 'i', 'was', 'expecting', 'the', 'fabric', 'to', 'be', 'thick', 'or', 'stiff', 'but', 'it', 'is', 'very', 'lightweight', 'yet', 'professional', 'for', 'work', 'the', 'cut', 'is', 'perfect', 'i', 'wanted', 'black', 'culottes', 'but', 'i', "'m", 'only', '5', '5', 'so', 'a', 'lot', 'of', 'them', 'overwhelm', 'me', 'these', 'are', 'fitted', 'at', 'the', 'top', 'and', 'gradually', 'looser', 'through', 'the', 'thighs', 'a', ',5,1,2', 'general', 'bottoms', 'pants'] ['15570,100,44', 'sizing', 'is', 'off', 'good', 'design', 'comfortable', 'fit', 'however', 'sizing', 'is', 'way', 'off', 'i', 'am', 'a', '34c', 'and', 'the', 'small', 'fits', 'with', 'minimal', 'support', 'agree', 'with', 'the', 'previous', 'review', 'not', 'sure', 'it', 'is', 'a', 'keeper', ',4,1,3', 'initmates', 'intimate', 'intimates'] ['15571,867,36', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15572,941,45', 'dreamy', 'soft', 'sweater', 'very', 'warm', 'and', 'snuggly', 'gorgeous', 'color', 'nice', 'fit', 'i', 'have', 'a', 'little', 'trouble', 'getting', 'the', 'neck', 'to', 'lay', 'right', 'but', 'managed', 'so', 'it', 'works', 'for', 'work', 'i', 'ca', "n't", 'say', 'enough', 'how', 'toasty', 'it', 'is', 'very', 'good', 'quality', 'and', 'styling', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15573,941,43', 'pretty', 'i', 'like', 'this', 'sweater', 'i', 'bought', 'it', 'in', 'small', 'and', 'medium', 'because', 'it', 'was', '25', 'off', 'and', 'i', 'did', "n't", 'want', 'my', 'size', 'to', 'sell', 'out', 'im', 'keeping', 'the', 'small', 'im', '5', '5', 'and', '140', 'lbs', 'and', 'hourglass', 'the', 'medium', 'was', 'way', 'too', 'much', 'fabric', 'its', 'still', 'roomy', 'in', 'the', 'small', 'but', 'its', 'lush', 'looking', 'and', 'soft', 'and', 'will', 'look', 'pretty', 'with', 'jeans', 'and', 'high', 'boots', 'i', 'ordered', 'the', 'one', 'in', 'the', 'beige', 'as', 'well', 'but', 'i', 'think', 'the', 'lavender', 'color', 'is', 'prettier', 'in', 'person', 'i', 'think', 'the', 'beige', 'may', 'wash', 'me', 'out', 'hope', 'this', 'helps', ',5,1,9', 'general', 'petite', 'tops', 'sweaters'] ['15574,1056,33', 'i', 'bought', 'these', 'last', 'year', 'and', 'loved', 'them', 'however', 'they', 'came', 'in', 'tall', 'sizes', 'this', 'year', 'they', 'do', 'not', 'and', 'the', 'inseam', 'is', 'just', 'way', 'too', 'short', 'even', 'at', '33', 'im', '5', '7', 'and', 'they', 'barely', 'graze', 'the', 'floor', 'with', 'no', 'break', 'in', 'the', 'pant', 'leg', 'i', 'prefer', 'to', 'wear', 'them', 'with', 'boots', 'and', 'they', 'will', 'not', 'be', 'long', 'enough', 'even', 'with', 'a', 'short', 'heal', ',2,0,0', 'general', 'bottoms', 'pants'] ['15575,1056,47', 'too', 'short', 'i', 'love', 'these', 'the', 'color', 'and', 'the', 'style', 'but', 'they', 'are', 'once', 'again', 'too', 'short', 'they', 'are', 'not', '33', 'inches', 'i', 'need', '32', 'inches', 'to', 'go', 'to', 'the', 'floor', 'these', 'are', 'above', 'the', 'floor', 'so', 'they', 'are', 'not', '33', 'inches', 'very', 'disappointing.,3,1,2', 'general', 'bottoms', 'pants'] ['15576,829,40', 'another', 'great', 'one', 'from', 'maeve', 'i', 'am', 'usually', 'a', '4', 'in', 'maeve', 'tops', 'but', 'i', 'sized', 'up', 'to', 'a', '6.', 'i', 'am', '5', '7', '127', 'lbs', 'it', 'is', 'a', 'crisp', 'white', 'comfortable', 'easy', 'to', 'wear', 'tank', 'that', 'requires', 'some', 'ironing', 'or', 'steaming', 'it', 'does', "n't", 'look', 'like', 'much', 'in', 'the', 'photo', 'but', 'once', 'i', 'saw', 'it', 'in', 'person', 'and', 'tried', 'it', 'on', 'it', 'was', 'an', 'easy', 'decision', 'to', 'make', 'the', 'purchase', 'it', 'is', 'feminine', 'and', 'has', 'a', 'pronounced', 'a-line', 'shape', 'to', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['15577,482,43', 'sporty', 'elegance', 'i', 'tried', 'this', 'dress', 'on', 'and', 'convinced', 'myself', 'that', 'i', 'did', "n't", 'need', 'it', 'on', 'another', 'visit', 'i', 'tried', 'again', 'and', 'could', "n't", 'resist', 'it', 'is', 'amazingly', 'comfortable', 'and', 'a', 'great', 'alternative', 'to', 'shorts/jeans/pants', 'you', 'can', 'dress', 'it', 'up', 'a', 'bit', 'with', 'sandals', 'vs', 'athletic', 'shoes', 'but', 'the', 'fabric', 'does', 'tend', 'toward', 'more', 'festive', 'picnic', 'or', 'outdoor', 'concert', 'vs', 'wedding', 'i', 'prefer', 'wearing', 'dresses', 'so', 'this', 'is', 'a', 'wonderful', 'addition', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['15578,868,43', 'runs', 'large', 'i', 'normally', 'wear', 'a', 'large', 'to', 'medium', 'but', 'due', 'to', 'other', 'reviews', 'i', 'ordered', 'a', 'med', 'and', 'could', "'ve", 'worn', 'a', 'small', 'i', 'still', 'love', 'it', 'and', 'i', "'m", 'so', 'glad', 'i', 'ordered.,4,1,0', 'general', 'tops', 'knits'] ['15579,829,36', ',this', 'is', 'a', 'super', 'cute', 'top', 'the', 'online', 'image', 'does', 'not', 'do', 'it', 'justice', 'the', 'scalloped', 'edges', 'around', 'the', 'arms', 'give', 'it', 'a', 'flirty', 'and', 'feminine', 'look', 'i', 'got', 'lots', 'of', 'compliments', 'when', 'i', 'paired', 'it', 'with', 'the', 'shorebird', 'pencil', 'skirt', 'the', 'material', 'is', 'thick', 'enough', 'to', 'not', 'make', 'it', 'see-through', 'and', 'it', "'s", 'pretty', 'tts.,5,1,1', 'general', 'tops', 'blouses'] ['15580,941,43', 'beautiful', 'soft', 'sweater', 'i', 'was', 'a', 'bit', 'skeptical', 'about', 'this', 'lovely', 'sweater', 'but', 'now', 'that', 'i', 'have', 'tried', 'it', 'on', 'with', 'a', 'pair', 'of', 'skinny', 'jeans', 'and', 'tall', 'boots', 'i', 'am', 'sold', 'it', 'is', 'so', 'soft', 'and', 'full', 'of', 'movement', 'it', 'has', 'a', 'very', 'unique', 'design', 'the', 'purple', 'color', 'is', 'gorgeous', 'and', 'inviting', 'i', 'will', 'enjoy', 'this', 'sweater', 'all', 'winter', 'long', 'i', 'am', 'usually', 'a', 'small/medium', 'and', 'the', 'medium', 'fits', 'a', 'bit', 'big', 'but', 'looks', 'beautiful', 'on', 'the', 'neckline', 'does', 'fold', 'in', 'and', 'adds', 'to', 'the', 'appeal', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15581,867,33', 'flattering', 'super', 'flattering', 'fit', 'i', 'am', 'generally', 'a', 'large', 'large', 'and', 'the', 'medium', 'of', 'this', 'shirt', 'fit', 'really', 'well', 'the', 'drape', 'of', 'the', 'fabric', 'was', 'very', 'forgiving', 'of', 'my', 'tummy', 'great', 'look', 'also', 'my', '1', 'year', 'old', 'son', 'loves', 'the', 'colors', 'and', 'flowers', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['15582,482,64', 'great', 'summer', 'dress', 'this', 'dress', 'is', 'amazing', 'and', 'spans', 'multiple', 'uses', 'i', 'brought', 'it', 'to', 'st.', 'john', 'with', 'me', 'and', 'used', 'it', 'as', 'an', 'after', 'swim', 'dress', 'as', 'well', 'as', 'a', 'going', 'out', 'on', 'the', 'town', 'dress', 'it', 'is', 'flattering', 'and', 'a', 'light', 'but', 'durable', 'material', 'the', 'only', 'thing', 'that', 'was', 'even', 'remotely', 'challenging', 'was', 'that', 'i', 'needed', 'to', 'adjust', 'my', 'bra', 'straps', 'to', 'be', 'hidden', 'overall', 'i', 'loved', 'the', 'dress', 'and', 'totally', 'recommend', 'it.,5,1,9', 'initmates', 'intimate', 'lounge'] ['15583,867,24', 'super', 'soft', 'and', 'elegant', 'this', 'top', 'is', 'so', 'fun', 'but', 'more', 'importantly', 'it', 'is', 'sooooo', 'soft', 'and', 'comfortable', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['15584,941,39', 'comfy', 'taking', 'the', 'sweater', 'out', 'of', 'the', 'package', 'i', 'was', 'kind', 'of', 'skeptical', 'because', 'of', 'the', 'shape', 'but', 'to', 'my', 'surprise', 'it', 'looks', 'like', 'as', 'it', 'does', 'on', 'the', 'model', 'it', 'does', 'take', 'a', 'minute', 'to', 'figure', 'out', 'how', 'to', 'wear', 'it', 'i', 'ordered', 'the', 'medium', 'normally', 'wear', 'a', 'size', '8', 'and', 'is', 'a', 'little', 'long', 'but', 'goes', 'with', 'my', 'personal', 'style', 'i', 'love', 'the', 'idea', 'of', 'being', 'able', 'to', 'wear', 'it', 'out', 'without', 'looking', 'frumpy', 'or', 'comfy', 'at', 'home', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15585,941,34', 'stylish', 'flair', 'this', 'is', 'a', 'beautiful', 'sweater', 'warm', 'looks', 'great', 'with', 'jeans', 'as', 'well', 'as', 'more', 'formal', 'work', 'clothes', 'the', 'neckline', 'gives', 'it', 'a', 'stylish', 'boho', 'twist', 'beyond', 'the', 'traditional', 'i', 'love', 'the', 'color', 'and', 'it', 'can', 'function', 'almost', 'like', 'a', 'neutral', 'complimenting', 'almost', 'any', 'other', 'hues', 'highly', 'recommended', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15586,862,34', 'feels', 'lovely', 'to', 'the', 'skin', '1', 'major', 'flaw', 'for', 'me', 'i', "'m", 'a', 'sucker', 'for', 'anything', 'in', 'rich', 'velvet', 'tones', 'and', 'fabric', 'the', 'retailer', 'i', 'visited', 'only', 'had', 'the', 'dark', 'blue', 'top'] [] ['_____________'] [] ['it', 'is', 'tts', 'and', 'hangs', 'nicely', 'on', 'the', 'body', 'even', 'for', 'gals', 'with', 'longer', 'backs', 'there', 'was', 'no', 'issue', 'of', 'see-through', 'with', 'the', 'blue', 'hopefully', 'the', 'pink', 'is', 'the', 'same', 'due', 'to', 'the', 'dark', 'color', 'and', 'thicker', 'material', 'the', 'sides', 'are', 'a', 'tad', 'see-through', 'but', 'only', 'at', 'the', 'cap', 'sleeves', 'the', 'rest', 'is', 'well', 'lined'] [] ['my', 'only', 'complaint', 'is', 'the', 'v-cut', 'at', 'the', 'chest', 'it', "'s", 'entirely', 'too', 'low', 'for', 'my', 'liking', 'every', 't', ',4,1,12', 'general', 'tops', 'knits'] ['15587,941,44', 'nothing', 'like', 'on', 'the', 'model', 'the', 'model', 'must', 'have', 'this', 'sweater', 'pinned', 'at', 'the', 'back', 'the', 'sweater', 'color', 'is', 'true', 'and', 'the', 'material', 'soft', 'as', 'anything', 'but', 'the', 'fit', 'is', 'at', '5', '9', 'with', 'a', 'long', 'torso', 'and', 'broad', 'shoulders', 'the', 'large', 'was', 'still', 'shlumpy', 'did', "n't", 'hang', 'right', 'at', 'all', 'bunches', 'oddly', 'and', 'is', 'not', 'the', 'least', 'bit', 'flattering', 'my', '5', '7', 'uber', 'fit', 'daughter', 'had', 'the', 'same', 'issue', 'and', 'she', 'usually', 'makes', 'everything', 'that', 'does', "n't", 'work', 'for', 'me', 'look', 'amazing', 'returned', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['15588,941,39', 'get', 'creative', 'get', 'creative', 'with', 'the', 'neckline', 'or', 'let', 'it', 'fall', 'where', 'ever', 'this', 'is', 'a', 'purposefully', 'slouchy', 'uber', 'casual', 'super', 'soft', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15589,867,43', 'just', 'buy', 'this', 'already', 'this', 'top', 'is', 'amazing', 'it', "'s", 'a', 'little', 'stretchy', 'but', 'does', "n't", 'cling', 'and', 'it', "'s", 'surprisingly', 'flattering', 'on', 'my', 'curvy', 'figure', 'i', 'have', 'a', 'large', 'chest', 'and', 'the', 'shirt', 'fits', 'perfectly', 'with', 'or', 'without', 'a', 'cami', 'underneath', 'the', 'material', 'is', 'very', 'soft', 'and', 'the', 'print', 'is', 'vibrant', 'and', 'fun', 'the', 'shirt', 'does', 'run', 'a', 'little', 'large', 'the', 'only', 'slight', 'issue', 'i', 'have', 'is', 'that', 'it', 'is', 'a', 'little', 'shorter', 'than', 'i', 'usually', 'like', 'on', 'my', 'long', 'torso', 'other', 'than', 'that', 'it', "'s", 'pretty', 'much', 'perfect', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['15590,829,52', 'not-so-basic', 'basic', 'white', 'top', 'i', 'am', 'always', 'on', 'the', 'hunt', 'for', 'a', 'white', 'shirt', 'that', 'is', 'not', 'too', 'sheer', 'so', 'that', 'i', 'can', 'wear', 'it', 'without', 'a', 'cami', 'underneath', 'on', 'that', 'count', 'this', 'top', 'is', 'a', 'winner'] ['regarding', 'the', 'fit', 'it', 'is', 'a', 'shorter', 'top', 'so', 'i', 'am', 'not', 'sure', 'that', 'it', 'would', 'be', 'able', 'to', 'be', 'tucked', 'in', 'a', 'bottom', 'for', 'most', 'people', 'i', 'am', 'short', 'waisted', 'and', 'i', 'would', "n't", 'be', 'able', 'to', 'tuck', 'it', 'in'] ['in', 'fact', 'i', 'think', 'it', 'is', 'really', 'meant', 'to', 'have', 'an', 'almost', 'cropped', 'fit'] ['fyi', '36c', '34d', 'broad', 'shoulders/back', 'short', 'waist', 'in', 'a', 'fitted', 'shirt', 'i', 'take', 'a', '10/12', 'but', 'i', 'tried', 'this', ',5,1,4', 'general', 'tops', 'blouses'] ['15591,867,32', 'pretty', 'runs', 'large', 'great', 'print', 'and', 'material', 'but', 'this', 'top', 'runs', 'large', 'i', "'m", '36c', 'and', 'usually', 'wear', 'l', 'in', 'most', 'lines', 'retailer', 'carries', 'but', 'this', 'was', 'just', 'big', 'i', 'reordered', 'in', 'a', 'medium', ',4,1,4', 'general', 'petite', 'tops', 'knits'] ['15592,482,40', 'little', 'big', 'in', 'the', 'armholes', 'this', 'dress', 'had', 'a', 'nice', 'silhouette', 'but', 'the', 'armholes', 'were', 'cut', 'a', 'bit', 'wide', 'and', 'made', 'it', 'look', 'sloppy-', 'too', 'bad', 'it', 'would', "'ve", 'made', 'a', 'nice', 'casual', 'dress', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['15593,867,58', 'too', 'much', 'fabric', 'in', 'the', 'wrong', 'places', 'usually', 'i', 'really', 'like', 'deletta', 'and', 'know', 'the', 'sizing', 'and', 'shapes', 'this', 'top', 'looked', 'pretty', 'in', 'the', 'pics', 'and', 'i', 'thought', 'it', 'would', 'be', 'a', 'nice', 'change', 'from', 'a', 'tee', 'it', 'was', 'baggy', 'hung', 'low', 'and', 'the', 'layers', 'just', 'looked', 'boxy', 'and', 'shapeless', ',1,0,0', 'general', 'petite', 'tops', 'knits'] ['15594,867,32', 'great', 'for', 'nursing', 'mother', 'very', 'low', 'cut', 'very', 'soft', 'material', 'probably', 'will', 'pill', 'quickly', 'but', 'it', 'is', 'super', 'comfortable', 'it', 'is', 'also', 'very', 'low', 'cut', 'it', 'works', 'perfectly', 'for', 'me', 'for', 'breastfeeding', 'because', 'each', 'of', 'the', 'front', 'panels', 'can', 'be', 'easily', 'pulled', 'to', 'the', 'side', 'a', 'cami', 'underneath', 'is', 'required', 'the', 'model', 'definitely', 'is', "n't", 'wearing', 'a', 'bra', 'i', "'ll", 'be', 'wearing', 'a', 'nursing', 'tank', 'under', 'this', 'definitely', 'a', 'good', 'print', 'for', 'summer', ',4,1,1', 'general', 'petite', 'tops', 'knits'] ['15595,862,37', 'great', 'shirt', 'if', 'you', 'do', "n't", 'mind', 'a', 'lot', 'of', 'cleavage', 'this', 'shirt', 'is', 'so', 'soft', 'and', 'lovely', 'i', 'will', 'be', 'wearing', 'it', 'a', 'lot', 'after', 'i', 'make', 'one', 'little', 'adjustment', 'i', 'do', "n't", 'mind', 'some', 'cleavage', 'but', 'the', 'bottom', 'of', 'the', 'slit', 'in', 'the', 'middle', 'of', 'this', 'shirt', 'goes', 'all', 'the', 'way', 'down', 'to', 'my', 'bra', 'and', 'i', 'feel', 'like', 'i', "'m", 'showing', 'a', 'lot', 'of', 'side', 'boob', 'inner', 'side', 'boob', 'cleavage', 'i', 'do', "n't", 'know', 'what', 'the', 'word', 'is', 'but', 'it', 'definitely', 'feels', 'out', 'of', 'place', 'in', 'a', 'professional', 'setting', 'however', 'i', "'m", 'going', 'to', 'sew', 'a', 'hook', 'and', 'eye', 'onto', 'the', 'top', 'of', 'the', 'slit', 'so', 'i', 'can', 'close', 'it', 'and', 'it', 'will', 'be', 'more', 'like', 'a', 'ke', ',4,1,0', 'general', 'tops', 'knits'] ['15596,579,54', 'skort', 'fans', 'rejoice', 'i', "'m", 'a', 'huge', 'skort', 'fan', 'from', 'way', 'back', 'but', 'finding', 'a', 'cute', 'skort', 'is', 'harder', 'than', 'finding', 'a', 'needle', 'in', 'a', 'haystack', 'so', 'when', 'i', 'saw', 'this', 'on', 'line', 'i', 'was', 'excited', 'and', 'when', 'i', 'saw', 'it', 'in', 'the', 'store', 'my', 'hopes', 'were', 'confirmed', 'this', 'is', 'truly', 'a', 'stylish', 'functional', 'skort', 'the', 'diagnol', 'hem', 'is', 'flattering', 'along', 'with', 'the', 'two', 'buckle', 'details', 'love', 'the', 'pockets', 'you', 'even', 'get', 'a', 'little', 'bonus', 'pocket', 'the', 'fabric', 'is', 'a', 'beautiful', 'color', 'moss', 'and', 'soft', 'so', 'it', 'hangs', 'in', 'a', 'flattering', 'manner', 'instead', 'of', 'bunching', 'up', 'this', 'skort', 'looks', 'grea', ',5,1,4', 'general', 'bottoms', 'shorts'] ['15597,579,53', 'summer', 'go', 'to', 'love', 'this', 'skort', 'bought', 'it', 'in', 'green', 'in', 'store', 'and', 'am', 'now', 'going', 'to', 'get', 'it', 'in', 'black', 'on', 'line', 'fairly', 'true', 'to', 'size', 'maybe', 'on', 'the', 'lightly', 'larger', 'side', 'soft', 'well', 'made', 'and', 'comfortable', 'bought', 'size', '4', 'am', '5', '5', '110lbs', ',5,1,5', 'general', 'bottoms', 'shorts'] ['15598,949,43', 'so', 'cute', 'and', 'comfy', 'i', 'love', 'this', 'sweater', 'it', 'is', 'so', 'comfortable', 'and', 'lightweight', 'i', 'am', 'always', 'warm', 'and', 'i', 'can', 'see', 'myself', 'wearing', 'this', 'sweater', 'without', 'getting', 'overheated', 'very', 'flattering', 'as', 'well', ',5,1,0', 'general', 'tops', 'sweaters'] ['15599,1077,44', 'a', 'pretty', 'dress', 'but', 'a', 'bit', 'large.', 'this', 'dress', 'has', 'a', 'nice', 'flow', 'and', 'it', 'is', 'simple', 'but', 'versatile', 'you', 'can', 'pair', 'it', 'with', 'a', 'jacket', 'or', 'cardigan', 'for', 'the', 'winter', 'and', 'use', 'it', 'year', 'round', 'however', 'it', 'runs', 'one', 'size', 'large.,3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15600,867,33', 'gorgeous', 'i', 'love', 'this', 'top', 'the', 'wine', 'color', 'is', 'beautiful', 'the', 'fabric', 'is', 'soft', 'the', 'details', 'are', 'pretty', 'and', 'it', 'fits', 'perfectly', 'it', 'is', 'long', 'and', 'will', 'likely', 'look', 'best', 'with', 'leggings', 'or', 'skinny', 'pants', 'and', 'boots', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['15601,949,52', 'soft', 'and', 'easy', 'love', 'this', 'sweater', 'and', 'it', 'is', 'so', 'soft', 'and', 'cozy', 'cause', 'it', 'has', 'a', 'little', 'wool', 'in', 'it', 'not', 'scratchy', 'at', 'all', '5', '4', '138', 'usually', 'wear', 'size', '6.', 'i', 'got', 'a', 'small', 'regular', 'not', 'petite', 'looks', 'great', 'with', 'leggings', 'and', 'skirts', 'not', 'to', 'long', 'for', 'a', 'shorty', 'like', 'me.,5,1,0', 'general', 'tops', 'sweaters'] ['15602,1077,43', 'cute', 'comfortable', 'but', 'runs', 'large', 'i', 'tried', 'on', 'the', 'blue', 'floral', 'dress', 'in', 'the', 'spring', 'but', 'found', 'it', 'too', 'large', 'on', 'top', 'i', 'liked', 'the', 'new', 'red', 'motif', 'dress', 'and', 'sized', 'down', 'to', 'a', 'medium', 'which', 'fits', 'much', 'better.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15603,949,40', 'cute', 'for', 'fall', 'this', 'is', 'a', 'pretty', 'sweater', 'that', 'is', 'great', 'for', 'transitioning', 'to', 'fall', 'wear', 'it', 'sleeveless', 'on', 'throw', 'a', 'leather', 'jacket', 'over', 'it', 'for', 'cooler', 'nights', 'fights', 'true', 'to', 'size', 'the', 'gray', 'is', 'a', 'very', 'pretty', 'color', 'great', 'addition', 'to', 'my', 'wardrobe', ',5,1,0', 'general', 'tops', 'sweaters'] ['15604,867,63', 'beautiful', 'comfortable', 'versatile', 'this', 'blouse', 'is', 'an', 'all', 'season', 'winner.i', 'bought', 'the', 'taupe', 'and', 'can', 'wear', 'it', 'with', 'or', 'without', 'a', 'cami', 'under', 'a', 'sweater', 'alone', 'with', 'skirts', 'pants', 'jeans', 'i', 'am', '5', '7', '135', 'and', 'a', 'medium', 'was', 'perfect', 'although', 'i', 'normally', 'wear', 'a', 'small', ',5,1,0', 'general', 'petite', 'tops', 'knits'] ['15605,949,37', 'new', 'fall', 'staple', 'i', 'love', 'this', 'top', 'it', "'s", 'so', 'soft', 'and', 'the', 'cut', 'is', 'so', 'flattering', 'for', 'a', 'sweater', 'the', 'sleeve', 'holes', 'are', 'low', 'enough', 'so', 'that', 'you', 'could', 'easily', 'layer', 'underneath', 'it', 'but', 'high', 'enough', 'to', 'be', 'work', 'alone', 'the', 'knit', 'is', 'a', 'perfect', 'fall', 'thickeness', 'warm', 'but', 'not', 'too', 'thick', 'i', 'am', "5'11", '130lbs', 'and', 'i', 'got', 'the', 'medium', 'for', 'the', 'extra', 'length', ',5,1,0', 'general', 'tops', 'sweaters'] ['15606,1077,43', 'great', 'versatile', 'dress', 'i', 'ordered', 'the', 'floral', 'blue', 'dress', 'i', 'am', 'a', 'size', '8-10', 'and', 'ordered', 'the', 'medium', 'it', 'did', 'not', 'find', 'that', 'it', 'was', 'large', 'on', 'top', 'as', 'others', 'had', 'mention', 'i', 'love', 'the', 'smoking', 'but', 'would', 'also', 'look', 'great', 'with', 'a', 'belt', 'and', 'boots', 'it', 'makes', 'a', 'great', 'all', 'weather', 'dress.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15607,818,44', 'summer', 'blouse', 'i', 'am', '5', '8', 'broad', 'shoulders', 'can', 'sometimes', 'wear', 'a', 'size', '4', 'depending', 'on', 'the', 'cut', 'i', 'purchased', 'the', 'size', '6', 'and', 'was', 'a', 'true', 'fit', 'just', 'enough', 'flow', 'to', 'give', 'you', 'room', 'to', 'move', 'but', 'not', 'too', 'much', 'to', 'make', 'you', 'look', 'larger', 'than', 'you', 'really', 'are', 'the', 'fabric', 'us', 'light', 'and', 'great', 'quality', 'perfect', 'for', 'a', 'summer', 'night', 'out', 'so', 'happy', 'with', 'this', 'purchase', ',5,1,0', 'general', 'tops', 'blouses'] ['15608,818,69', 'cheap', 'fabric', 'while', 'i', 'love', 'the', 'design', 'and', 'shape', 'of', 'this', 'blouse', 'the', 'fabric', 'was', 'of', 'very', 'poor', 'quality', 'i', 'will', 'return', 'it', ',2,0,4', 'general', 'tops', 'blouses'] ['15609,949,55', 'pilly', 'extremely', 'cute', 'sweater', 'but', 'after', 'having', 'worn', 'it', 'twice', 'it', "'s", 'already', 'pilling', 'up', 'i', "'d", 'expect', 'more', 'for', 'a', '100', 'sweater', ',1,0,0', 'general', 'tops', 'sweaters'] ['15610,1077,65', 'love', 'it', 'this', 'dress', 'is', 'just', 'lovely', 'i', 'love', 'the', 'pattern', 'and', 'the', 'cut', 'and', 'it', "'s", 'very', 'comfortable', 'to', 'wear', 'i', 'like', 'it', 'because', 'i', 'can', 'wear', 'it', 'just', 'about', 'anywhere', 'and', 'it', "'s", 'appropriate', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'i', 'get', 'lots', 'of', 'compliments', 'when', 'i', 'wear', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15611,867,47', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15612,949,79', 'classic', 'fall', 'sweater', 'this', 'sweater', 'is', 'soft', 'and', 'comfortable', 'it', "'s", 'the', 'perfect', 'transition', 'piece', 'from', 'summer', 'to', 'fall', 'and', 'in', 'winter', 'can', 'be', 'easily', 'layered', 'at', "4'11", 'it', "'s", 'a', 'little', 'large', 'and', 'could', 'have', 'sized', 'down', 'to', 'an', 'extra', 'small', 'petite', 'but', 'still', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15613,597,35', 'beautiful', 'dress', 'this', 'dress', 'is', 'much', 'larger', 'in', 'person', 'than', 'it', 'looks', 'on', 'the', 'model', 'but', 'i', 'absolutley', 'love', 'it', 'there', 'is', 'an', 'inner', 'tie', 'that', 'helps', 'taper', 'the', 'waist', 'a', 'bit', 'and', 'the', 'material', 'is', 'gorgeous', ',5,1,1', 'general', 'trend', 'trend'] ['15614,1093,43', ',,1,0,0', 'general', 'dresses', 'dresses'] ['15615,949,36', 'lovely', 'and', 'timeless', 'gorgeous', 'material', 'great', 'length', 'for', 'tall', 'girls', 'warm', 'without', 'being', 'too', 'heavy', 'super', 'soft', 'i', 'ordered', 'the', 'grey', 'and', 'white', 'in', 'small', 'and', 'have', 'returned', 'them', 'for', 'extra-small', 'i', 'feel', 'like', 'they', 'run', 'a', 'bit', 'big', 'though', 'i', 'seemed', 'to', 'have', 'gone', 'down', 'a', 'size', 'at', 'retailer', 'in', 'the', 'past', 'year', 'not', 'sure', 'if', 'its', 'vanity', 'sizing', 'this', 'is', 'a', 'classic', 'sweater', 'and', 'a', 'timeless', 'staple', 'elegant', 'and', 'sophisticated', 'the', 'grey', 'is', 'that', 'nice', 'soft', 'grey', 'that', 'does', "n't", 'wash', 'a', 'fair', 'complected', 'person', 'out', 'and', 'is', 'flattering', 'with', 'all', 'complexions', 'great', ',5,1,6', 'general', 'petite', 'tops', 'sweaters'] ['15616,949,44', 'go', 'to', 'top', 'this', 'is', 'a', 'great', 'transition', 'piece', 'wear', 'with', 'jeans', 'or', 'dress', 'it', 'up', 'with', 'a', 'cute', 'skirt.,4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15617,949,55', 'modern', 'unique', 'versatile', 'love', 'it', 'paired', 'with', 'the', 'essential', 'culottes', 'usually', 'size', '4/small', 'but', 'got', 'the', 'xs', 'otherwise', 'the', 'armholes', 'dipped', 'down', 'too', 'low', 'as', 'did', 'the', 'back', 'hem', 'of', 'the', 'sweater', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['15618,818,51', 'wow', 'just', 'received', 'this', 'gorgeous', 'blouse', 'and', 'i', 'could', "n't", 'be', 'happier', 'it', "'s", 'stunning', 'not', 'sheer', 'at', 'all', 'but', 'light', 'and', 'breezy', 'i', 'typically', 'wear', 'a', 'medium', 'sometimes', 'a', 'small', 'but', 'i', 'ordered', 'the', 'medium', 'since', 'velvet', 'tends', 'to', 'be', 'a', 'little', 'tight', 'in', 'the', 'shoulders', 'on', 'me', 'this', 'medium', 'is', 'a', 'little', 'roomy', 'so', 'it', 'fits', 'more', 'like', 'a', 'tunic', 'which', 'is', 'what', 'i', "'ve", 'been', 'looking', 'for', 'all', 'spring', 'the', 'blue', 'is', 'even', 'prettier', 'in', 'person', 'a', 'true', 'blue', 'a', 'perfect', 'find', ',5,1,7', 'general', 'tops', 'blouses'] ['15619,953,61', 'the', 'pictures', 'do', 'not', 'do', 'it', 'justice', 'this', 'is', 'the', 'most', 'fabulous', 'sweater', 'ever', 'i', 'really', 'hesitated', 'spending', '368', 'for', 'a', 'sweater', 'but', 'this', 'sweater', 'is', 'worth', 'every', 'dime', 'it', 'is', 'soft', 'and', 'luxurious', 'i', 'tried', 'it', 'over', 'a', 'cashmere', 'cable', 'knit', 'dress', 'and', 'it', 'looks', 'unbelievable', 'i', 'also', 'tried', 'it', 'over', 'jeans', 'and', 'it', 'looks', 'equally', 'as', 'good', 'if', 'it', 'came', 'in', 'another', 'color', 'i', "'d", 'buy', 'it', 'too.,5,1,0', 'general', 'tops', 'sweaters'] ['15620,1077,39', 'size', 'down', 'one', 'or', 'two', 'sizes', 'i', 'have', 'this', 'in', 'the', 'beautiful', 'spring', 'green/pink', 'combo', 'and', 'i', 'this', 'gorgeous', 'blue/maroon', 'tapestry', 'combo', 'which', 'is', 'prefect', 'for', 'fall', 'unfortunately', 'i', 'bought', 'the', 'green', 'in', 's', 'and', 'it', "'s", 'still', 'pretty', 'big', 'in', 'the', 'bust', 'area', 'but', 'they', 'sold', 'out', 'of', 'xs', 'i', 'was', 'able', 'to', 'get', 'the', 'blue', 'in', 'xs', 'and', 'it', 'fits', 'perfectly', 'i', 'usually', 'order', 'm', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15621,867,45', 'pretty', 'nice', 'fitting', 'pretty', 'and', 'feminine', 'looks', 'great', 'with', 'skinny', 'jeans/leggings', 'and', 'boots', 'good', 'in', 'spring', 'fall', 'and', 'winter', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['15622,949,52', 'great', 'transitional', 'sweater', 'love', 'this', 'bought', 'in', 'camel', 'and', 'cream', 'in', 'xs', 'runs', 'large', 'cute', 'with', 'jeans', 'thigh', 'high', 'boots', 'leather', 'skirt', 'and', 'booties', 'or', 'just', 'casual', 'so', 'many', 'compliments', 'great', 'for', 'wearing', 'a', 'sweater', 'but', 'showing', 'off', 'arms', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15623,1077,44', 'too', 'baggy', 'this', 'dress', 'is', 'just', 'too', 'baggy', 'overall', 'i', 'am', '5', '6', '140', 'lbs', 'and', 'a', 'size', 'small', 'was', 'so', 'unflattering', 'i', 'ca', "n't", 'go', 'down', 'in', 'size', 'because', 'the', 'waist', 'detail', 'will', 'get', 'too', 'high', 'on', 'me', 'it', 'was', 'already', 'a', 'little', 'high', 'on', 'the', 'small', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15624,867,26', 'looks', 'better', 'online', 'i', 'ordered', 'this', 'top', 'in', 'red', 'based', 'on', 'one', 'of', 'the', 'reviews', 'it', 'is', 'more', 'like', 'marroon', 'i', 'am', 'very', 'disappointed', 'the', 'top', 'itself', 'is', 'plain', 'cotton', 'and', 'not', 'that', 'great', 'quality', 'it', 'is', 'long', 'and', 'has', 'the', 'belt', 'at', 'the', 'back', 'but', 'the', 'fit', 'and', 'quality', 'overall', 'are', 'very', 'plain', 'it', 'looks', 'a', 'tad', 'dowdy', 'i', 'am', 'still', 'keeping', 'it', 'because', 'i', 'got', 'it', 'on', 'sale', 'and', 'i', 'can', 'wear', 'it', 'at', 'home', 'with', 'lounge', 'leggings', 'but', 'it', 'is', 'definitely', 'not', 'dressy', 'perhaps', 'white', 'may', 'not', 'look', 'as', 'bad', 'the', 'plain', 'design', 'and', 'marroon', 'dull', 'color', 'do', "n't", 'help', ',3,0,0', 'general', 'petite', 'tops', 'knits'] ['15625,1089,42', 'artsy', 'and', 'beautiful', 'i', 'see', 'me', 'wearing', 'this', 'dress', 'with', 'more', 'of', 'an', 'edgey', 'look', 'not', 'going', 'for', 'romantic', 'smoky', 'eye', 'skinny', 'dark', 'jeans', 'under', 'it', 'and', 'pumps', 'swings', 'further', 'from', 'body', 'than', 'i', 'thought'] [] ['i', "'m", '5', '7', 'wear', 'a', '34b', 'and', 'am', 'typically', 'a', 'size', '2.', 'that', "'s", 'the', 'size', 'i', 'bought', 'fits', 'well', 'and', 'while', 'pretty', 'it', "'s", 'made', 'with', 'heft', 'not', 'overly', 'delicate', 'ca', "n't", 'see', 'this', 'snagging', 'it', "'s", 'more', 'of', 'a', 'cotton', 'lace', 'which', 'is', 'why', 'it', 'looks', 'cool', 'with', 'skinny', 'jeans', 'detail', 'at', 'the', 'neck', 'gives', 'it', 'more', 'interest', ',5,1,2', 'general', 'dresses', 'dresses'] ['15626,1063,35', 'fabric', 'is', 'amazing', 'i', 'know', 'you', 'can', 'not', 'tell', 'from', 'the', 'pictures', 'but', 'the', 'fabric', 'on', 'this', 'is', 'incredible', 'it', 'is', 'very', 'light', 'and', 'extremely', 'airy', 'so', 'that', 'it', 'flows', 'when', 'you', 'walk', 'i', 'am', 'a', 'rather', 'petite', 'individual', 'so', 'it', 'would', 'require', 'excessive', 'tailoring', 'for', 'me', 'to', 'wear', 'this-both', 'in', 'length', 'and', 'in', 'the', 'top', 'i', 'think', 'it', 'was', 'true', 'to', 'size', 'with', 'this', 'exception-and', 'i', 'wish', 'they', 'offered', 'this', 'in', 'petite', 'i', 'would', 'have', 'tailored', 'the', 'length', 'if', 'it', 'was', 'only', 'that', 'but', 'on', 'the', 'top', 'i', 'am', 'not', 'large-chested', 'there', 'was', 'a', 'bunch', 'of', 'extra', 'fabric', 'that', 'just', 'lai', ',5,1,7', 'general', 'bottoms', 'pants'] ['15627,1089,35', 'not', 'my', 'favorite', 'dress', 'i', 'saw', 'this', 'one', 'for', 'the', 'first', 'time', 'today', 'in-store', 'and', 'was', 'not', 'impressed', 'it', 'is', 'a', 'lacey', 'material', 'with', 'an', 'under-layer', 'so', 'with', 'a', 'different', 'cut', 'other', 'than', 'a', 'swing', 'dress', 'i', 'would', 'have', 'fallen', 'in', 'love', 'and', 'it', 'would', 'have', 'been', 'absolutely', 'gorgeous', 'unfortunately', 'i', 'did', 'not', 'like', 'the', 'swing', 'dress', 'cut', 'especially', 'not', 'in', 'white', 'i', 'was', "n't", 'sure', 'if', 'the', 'designer', 'was', 'going', 'for', 'a', 'throw', 'back', 'to', 'the', '70s', 'or', 'a', 'shortened', 'version', 'of', 'my', 'grandmother', "'s", 'wedding', 'gown', 'but', 'either', 'way', 'it', 'was', 'not', 'working', 'for', 'me', 'to', 'be', 'fair', 'swing', 'dr', ',2,0,16', 'general', 'dresses', 'dresses'] ['15628,1089,29', 'love.', 'i', "'m", 'pregnant', '2nd', 'trimester', 'and', 'really', 'wanted', 'a', 'beautiful', 'non-maternity', 'dress', 'i', 'got', 'this', 'in', 'ivory', 'and', 'it', "'s", 'just', 'perfect', 'the', 'lace', 'on', 'the', 'sleeves', 'is', 'really', 'comfortable', 'i', 'love', 'the', 'fit', 'and', 'i', 'love', 'the', 'length', 'i', 'got', 'tons', 'of', 'compliments', 'on', 'it', 'my', 'only', 'regret', 'is', 'that', 'i', 'did', "n't", 'also', 'get', 'it', 'in', 'slate', 'and', 'i', 'really', 'wishing', 'it', 'would', 'get', 're-stocked', ',5,1,0', 'general', 'dresses', 'dresses'] ['15629,925,66', 'beautiful', 'beautiful', 'beautiful', 'this', 'sweater', 'is', 'a', 'beautiful', 'quality', 'well-made', 'piece', 'of', 'art', 'it', 'looks', 'on', 'exactly', 'like', 'it', 'looks', 'online', 'when', 'i', 'ordered', 'it', 'i', 'was', 'worried', 'that', 'my', 'usual', 'size', 'xs', 'might', 'be', 'too', 'tight', 'however', 'it', 'is', 'a', 'perfect', 'fit', 'it', 'is', 'fitted', 'yet', 'it', 'still', 'has', 'a', 'comfortable', 'looseness', 'with', 'some', 'extra', 'room', 'in', 'the', 'length', 'of', 'the', 'arms', 'for', 'reference', 'i', 'am', '122', 'lbs', '5', '4', '36-17-36.', 'the', 'color', 'is', 'a', 'perfect', 'match', 'to', 'the', 'pilcro', 'serif', 'navy/marin', 'leggings', 'of', 'course', 'i', 'am', 'always', 'apprehensive', 'about', 'stretching', 'and/or', 'shrink', ',5,1,5', 'general', 'tops', 'sweaters'] ['15630,981,62', 'stiff', 'thin', 'unflattering', 'i', 'was', 'hoping', 'that', 'this', 'would', 'be', 'a', 'nice', 'neutral', 'layering', 'staple', 'but', 'it', 'simply', 'leaves', 'a', 'lot', 'to', 'be', 'desired', 'it', 'fits', 'tts', 'length', 'is', 'fine', 'the', 'inside', 'is', 'some', 'but', 'the', 'outside', 'darker', 'material', 'is', 'stiff', 'and', 'cheap', 'kinda', 'canvas', 'feeling', 'the', 'material', 'is', 'super', 'stiff', 'which', 'makes', 'it', 'flare', 'out', 'like', 'like', 'a', 'tent', 'in', 'a', 'super', 'unflattering', 'way', 'it', 'also', 'is', 'on', 'the', 'thinnish', 'side', 'it', 'looks', 'in', 'the', 'model', 'shot', 'like', 'it', 'would', 'be', 'a', 'little', 'thicker', 'and', 'warm', 'this', 'is', 'definitely', 'going', 'back', ',2,0,11', 'general', 'petite', 'jackets', 'jackets'] ['15631,513,27', 'wonderful', 'one', 'piece', 'i', 'am', 'very', 'happy', 'with', 'this', 'suit', 'it', 'is', 'gorgeous', 'and', 'very', 'well', 'made', 'my', 'only', 'suggestion', 'is', 'to', 'use', 'your', 'normal', 'swimsuit', 'size', 'when', 'ordering', 'rather', 'than', 'their', 'recommendations', 'i', 'am', 'a', '4-6', 'in', 'dress', 'size', 'but', 'am', 'curvy', 'with', 'a', 'large', 'bust', 'i', 'went', 'with', 'a', 'medium', 'because', 'i', 'thought', 'there', 'was', 'no', 'way', 'i', 'would', 'wear', 'a', 'small', 'the', 'medium', 'actually', 'fits', 'great', 'in', 'the', 'waist', 'and', 'bottom', 'however', 'is', 'small', 'in', 'the', 'top', 'for', 'me', 'i', "'m", 'ordering', 'a', 'large', 'to', 'compare', 'coverage', ',5,1,1', 'initmates', 'intimate', 'swim'] ['15632,940,33', 'favorite', 'retailer', 'purchase', 'of', 'the', 'whole', 'year', 'this', 'sweater', 'vest', 'is', 'the', 'best', 'it', 'is', 'so', 'versatile', 'i', "'ve", 'already', 'worn', 'it', 'over', 'a', 'dress', 'and', 'recieved', 'compliments', 'all', 'day', 'the', 'knit', 'is', 'substantial', 'without', 'being', 'to', 'thin', 'or', 'heavy', 'i', 'love', 'the', 'little', 'flecks', 'of', 'color', 'in', 'the', 'yarn', 'as', 'well', 'it', 'makes', 'coordinating', 'easy', 'i', 'thought', 'the', 'faux', 'fur', 'might', 'be', 'too', 'overwhelming', 'or', 'hot', 'but', 'thankfully', 'it', "'s", 'not', 'at', 'all', 'runs', 'true', 'to', 'size', 'worth', 'full', 'price', ',5,1,1', 'general', 'tops', 'sweaters'] ['15633,981,37', 'ordered', 'this', 'vest', 'in', 'both', 'the', 'xs', 'and', 'pxs', 'i', 'liked', 'the', 'length', 'and', 'overall', 'fit', 'of', 'the', 'xs', 'however', 'i', 'ended', 'up', 'returning', 'both', 'due', 'to', 'how', 'the', 'vest', 'draped', 'the', 'outer', 'fabric', 'is', 'a', 'bit', 'more', 'stiff', 'which', 'made', 'the', 'vest', 'balloon', 'out', 'more', 'then', 'what', 'i', 'liked', 'overall', 'it', 's', 'not', 'a', 'terrible', 'vest', 'but', 'just', 'not', 'for', 'me', ',3,1,7', 'general', 'petite', 'jackets', 'jackets'] ['15634,965,39', 'not', 'structured', 'i', 'ordered', 'ths', 'thinking', 'it', 'was', 'likea', 'blazer', 'but', 'it', 'is', 'soft', 'and', 'not', 'structured', 'like', 'a', 't-shirt', 'however', 'it', 'is', 'rather', 'flattering', 'on', 'i', 'had', 'a', 'har', 'dtime', 'deciding', 'whether', 'to', 'keep', 'it', 'the', 'regular', 'size', 'was', 'fine', 'on', 'me', 'i', 'usually', 'require', 'peites', 'but', 'this', 'does', "n't", 'come', 'in', 'petites', 'and', 'it', 'was', 'really', 'nice', 'with', 'the', 'fitted', 'cowl', 'shirt', 'i', 'was', 'wearing', 'i', 'am', 'definitely', 'putting', 'it', 'back', 'in', 'my', 'wish', 'list', 'as', 'i', 'did', 'end', 'up', 'returning', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15635,1089,38', 'i', 'do', "n't", 'normally', 'write', 'reviews', 'but', 'i', 'purchased', 'this', 'dress', 'in', 'white', 'in', '3', 'different', 'sizes', 'and', 'each', 'dress', 'had', 'the', 'same', 'flaw', 'the', 'hems', 'were', 'very', 'uneven', 'on', 'all', 'three', 'this', 'dress', 'was', 'poorly', 'sewn', 'it', "'s", 'a', 'shame', 'because', 'it', 'looked', 'awesome', 'online', 'i', 'was', 'very', 'disappointed', ',2,0,0', 'general', 'dresses', 'dresses'] ['15636,1063,42', ',love', 'love', 'love', 'this', 'jumpsuit', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'in', 'the', 'tx', 'summer', 'it', 'is', 'super', 'fun', 'and', 'elegant', 'you', 'can', 'dress', 'it', 'up', 'or', 'keep', 'it', 'casual', 'i', 'am', '5', '9', '155', 'and', 'wear', 'a', '10.', 'it', 'laying', 'quite', 'nicely', 'and', 'does', "n't", 'require', 'you', 'to', 'wear', 'heels', 'with', 'it.,5,1,3', 'general', 'bottoms', 'pants'] ['15637,1089,27', 'lacey', 'vintage', 'heaven', 'i', 'walked', 'into', 'retailer', 'today', 'to', 'buy', '2', 'dishes', 'for', 'a', 'registry', 'later', 'i', 'walked', 'out', 'with', 'this', 'dress', 'and', 'another', 'ugh', 'it', 'is', 'so', 'beautiful', 'in', 'person', 'it', 'ever-so-slightly', 'flares', 'out', 'and', 'it', 'definitely', 'has', 'that', '70s', 'feel', 'i', 'got', 'it', 'in', 'white', 'and', 'plan', 'on', 'wearing', 'it', 'for', 'my', 'rehearsal', 'dinner', 'with', 'tan', 'platforms', 'and', 'a', 'flower', 'crown', 'for', 'reference', '5', '7/got', 'some', 'hips', 'and', 'thighs/148lbs', 'and', 'i', 'got', 'a', 'medium', 'would', 'have', 'gotten', 'the', 'small', 'but', 'it', 'was', 'slightly', 'shorter', ',5,1,5', 'general', 'dresses', 'dresses'] ['15638,940,46', ',,5,1,0', 'general', 'tops', 'sweaters'] ['15639,1063,37', 'meh', 'so', 'i', "'m", 'not', 'sure', 'if', 'its', 'just', 'my', 'body', 'type', 'or', 'what', 'but', 'this', 'did', 'nothing', 'for', 'me', 'the', 'bottom', 'which', 'i', 'thought', 'would', 'be', 'too', 'big', 'was', 'actually', 'too', 'small', 'in', 'both', 'the', 'small', 'and', 'the', 'medium', 'i', "'m", 'a', 'size', '8', 'bottom', 'and', 'then', 'when', 'i', 'sized', 'up', 'to', 'the', 'medium', 'it', 'was', 'still', 'too', 'tight', 'and', 'then', 'the', 'top', 'was', 'loose', 'i', 'just', 'think', 'this', 'one', 'is', 'going', 'to', 'take', 'the', 'right', 'body', 'type', 'it', 'could', 'look', 'really', 'beautiful', 'on', 'the', 'right', 'person', 'just', 'not', 'me', ',2,0,5', 'general', 'bottoms', 'pants'] ['15640,1059,45', 'perfect', 'pants', 'these', 'are', 'the', 'perfect', 'pants', 'for', 'the', 'hourglass', 'figure', 'i', 'needed', 'sz', '4', 'but', 'the', 'store', 'was', 'sold', 'out', 'in', 'my', 'sz', 'plan', 'to', 'order', 'these', 'pants', 'are', 'light', 'weight', 'and', 'fit', 'in', 'all', 'the', 'right', 'spots', 'do', "n't", 'show', 'any', 'flaws', 'on', 'legs', 'and', 'i', 'do', 'have', 'them', 'but', 'they', 'are', 'very', 'complimentary', 'to', 'my', 'figure', 'they', 'are', 'also', 'really', 'hip', 'without', 'being', 'over', 'the', 'top', 'or', 'weird', ',5,1,4', 'general', 'bottoms', 'pants'] ['15641,828,59', 'snag', 'this', 'before', 'it', "'s", 'gone', 'great', 'news', 'if', 'you', 'missed', 'out', 'on', 'this', 'tank', 'last', 'year', 'this', 's', 'the', 'exact', 'style', 'and', 'cut', 'as', 'last', 'season', "'s", 'buttondown', 'tank', 'released', 'by', 'c', 's'] [] ['super', 'flattering', 'fit', 'not', 'too', 'poofy', 'it', 'is', 'semi-open', 'in', 'the', 'back', 'and', 'the', 'slit', 'goes', 'as', 'high', 'as', 'the', 'last', 'button', 'super', 'sweet', 'for', 'summer', 'and', 'goes', 'with', 'virtually', 'everything', 'i', 'reeeeally', 'wish', 'they', 'had', 'this', 'one', 'in', 'more', 'colorways', 'it', "'s", 'grrrrr8'] [] ['for', 'reference', 'i', "'m", '5', '6', '103lbs', '34a', '25', 'in', 'jeans', 'and', 'i', 'tried', 'on', 'an', 'xs', 'last', 'year', 'i', 'purchased', 'an', 'xxs', 'petite', 'and', 'it', 'fits', 'exa', ',5,1,9', 'general', 'tops', 'blouses'] ['15642,981,38', 'great', 'vest', 'i', 'bought', 'this', 'yesterday', 'in', 'store', 'i', 'agree', 'it', 'runs', 'large', 'and', 'sizing', 'down', 'keeps', 'it', 'from', 'swallowing', 'you', 'i', 'typically', 'wear', 'a', 'large', 'and', 'went', 'with', 'a', 'medium', 'love', 'the', 'grey', 'color', 'it', 'will', 'make', 'a', 'nice', 'neutral', 'am', 'looking', 'forward', 'to', 'wearing', 'this', 'well', 'into', 'fall/winter', 'as', 'i', "'m", 'in', 'the', 'south', 'where', 'it', 'takes', 'a', 'while', 'to', 'get', 'cold.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15643,940,36', 'insanely', 'stunning', 'vest', 'this', 'vest', 'is', 'not', 'only', 'stylish', 'and', 'beautiful', 'it', 'also', 'has', 'pretty', 'specks', 'of', 'blue', 'and', 'rust', 'and', 'other', 'colors', 'will', 'go', 'with', 'so', 'much', 'i', 'love', 'the', 'collar', 'not', 'too', 'big', 'not', 'too', 'small', 'just', 'right', 'frames', 'the', 'face', 'nicely', 'can', 'wear', 'with', 'dresses', 'can', 'wear', 'with', 'skirts', 'can', 'wear', 'with', 'jeans', 'can', 'wear', 'with', 'cords', 'the', 'list', 'is', 'endless', 'this', 'will', 'make', 'any', 'outfit', 'look', 'pulled', 'together', 'the', 'accompanying', 'belt', 'or', 'sash', 'hits', 'at', 'hip', 'level', 'i', 'personally', 'like', 'it', 'more', 'at', 'waist', 'level', 'so', 'i', 'remove', 'the', 'belt', 'and', 'wear', 'without', 'it', 'f', ',5,1,0', 'general', 'tops', 'sweaters'] ['15644,909,39', 'missed', 'the', 'mark', 'i', 'think', 'this', 'will', 'work', 'well', 'on', 'very', 'busty', 'hourglass', 'figures', 'or', 'very', 'petite', 'frames', 'but', 'on', 'my', 'athletic', 'build', 'this', 'shirt', 'did', 'me', 'no', 'favors', 'i', 'have', 'one', 'of', 'those', 'body', 'types', 'where', 'my', 'biceps', 'are', 'very', 'muscular', 'and', 'my', 'shoulders', 'are', 'broader', 'than', 'my', 'hips', 'w/a', '34b', 'chest', 'i', 'typically', 'take', 'a', 'm', 'or', 'a', 'l', 'in', 'most', 'retailer', 'tops', 'and', 'had', 'i', 'kept', 'this', 'i', 'would', 'have', 'gone', 'with', 'the', 'm'] [] ['this', 'shirt', 'hit', 'my', 'arm', 'at', 'the', 'low', 'point', 'of', 'my', 'bicep', '~1', 'above', 'my', 'elbow', 'and', 'made', 'my', 'arms', 'look', 'huge', 'fyi', 'the', 'v', 'neck', 'is', 'very', 'de', ',2,0,37', 'general', 'tops', 'fine', 'gauge'] ['15645,981,39', 'this', 'vest', 'is', 'amazing', 'i', 'love', 'this', 'vest', 'it', 'is', 'a', 'great', 'color', 'and', 'the', 'inside', 'is', 'very', 'soft', 'i', 'will', 'definitely', 'be', 'able', 'to', 'dress', 'it', 'up', 'or', 'down'] ['if', 'you', 'are', 'in', 'between', 'sizes', 'i', 'would', 'definitely', 'size', 'up', 'if', 'you', 'plan', 'on', 'wearing', 'this', 'with', 'a', 'little', 'heavier', 'turtleneck/blouse', 'underneath'] ['it', "'s", 'amazing', 'i', 'feel', 'so', 'confident', 'in', 'it', ',4,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15646,1089,42', 'love', 'this', 'dress', 'fits', 'tts', 'great', 'fitted', 'slip', 'underneath', 'beautiful', 'lace', 'design', 'i', "'m", '5', '6', 'the', 'dress', 'size', 'small', 'hits', 'right', 'above', 'my', 'knees', 'very', 'versatile', 'dress', 'may', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'shoes', ',5,1,1', 'general', 'dresses', 'dresses'] ['15647,940,34', 'gorgeous', 'all', 'around', 'love', 'love', 'this', 'sweater', 'vest', 'quality', 'is', 'wonderful', 'and', 'the', 'fit', 'is', 'great', 'highly', 'recommend', ',5,1,0', 'general', 'tops', 'sweaters'] ['15648,940,48', 'very', 'impressed', 'picked', 'this', 'darling', 'vest', 'in', 'a', 'medium', 'i', 'have', 'been', 'eyeing', 'for', 'sometime', 'but', 'really', 'did', 'not', 'want', 'to', 'pay', 'full', 'price', 'after', 'checking', 'other', 'manufactures', 'i', 'came', 'back', 'to', 'this', 'vest', 'at', 'retailer', 'as', 'the', 'other', 'reviewers', 'mentioned', 'the', 'softness', 'spec', 'of', 'colors', 'which', 'enables', 'you', 'to', 'wear', 'the', 'vest', 'with', 'so', 'many', 'colors', 'in', 'bottoms', 'and', 'tops', 'the', 'pockets', 'the', 'belt', 'which', 'i', 'love', 'as', 'much', 'as', 'the', 'pockets', 'though', 'the', 'faux', 'fur', 'collar', 'i', 'do', 'wish', 'was', 'removable', 'the', 'faux', 'fur', 'will', 'limit', 'me', 'in', 'getting', 'away', 'with', 'wearing', 'this', 'vest', ',4,1,1', 'general', 'tops', 'sweaters'] ['15649,1089,44', 'only', 'for', 'the', 'tall', 'at', 'heart', 'i', 'saw', 'this', 'dress', 'in', 'our', 'store', 'and', 'immediately', 'walked', 'over', 'to', 'check', 'it', 'out', 'it', 'is', 'quite', 'a', 'stunning', 'piece', 'i', 'purchased', 'it', 'without', 'trying', 'it', 'on', 'and', 'wished', 'i', 'would', 'have', 'unfortunately', 'there', 'is', 'entirely', 'too', 'much', 'material', 'in', 'the', 'bodice', 'it', 'was', 'overwhelming', 'on', 'me', 'for', 'reference', 'i', 'am', '5', '3', 'and', 'i', 'do', 'wear', 'an', 'xs', 'but', 'i', 'am', 'muscular', 'and', 'not', 'thin', 'i', 'think', 'it', 'would', 'work', 'well', 'on', 'somebody', 'taller', 'or', 'leggier', 'who', 'could', 'balance', 'out', 'the', 'amount', 'of', 'material', 'in', 'the', 'dress', ',3,0,1', 'general', 'dresses', 'dresses'] ['15650,1089,31', 'great', 'easy', 'dress', 'to', 'pair', 'up', 'or', 'down', 'i', 'immediately', 'purchased', 'this', 'dress', 'when', 'it', 'came', 'into', 'store', 'at', '5', '7', 'it', 'hits', 'enough', 'above', 'the', 'knee', 'to', 'be', 'flirty', 'but', 'still', 'not', 'too', 'short', 'and', 'is', 'appropriate', 'for', 'me', 'to', 'wear', 'to', 'work', 'sleeves', 'are', 'fitted', 'which', 'helps', 'to', 'balance', 'the', 'trapeze', 'fit', 'i', "'m", 'just', 'concerned', 'with', 'keeping', 'the', 'lace', 'in', 'good', 'condition', 'but', 'overall', 'i', 'love', 'the', 'dress', ',5,1,8', 'general', 'dresses', 'dresses'] ['15651,827,28', ',i', 'love', 'maeve', 'but', 'this', 'shirt', "'s", 'quality', 'was', 'poor', 'and', 'it', 'was', 'not', 'worth', 'the', 'price', 'i', 'would', 'not', 'recommend', 'buying', 'this', 'online', 'you', 'really', 'need', 'to', 'try', 'the', 'blouse', 'on', 'in', 'the', 'store', 'to', 'make', 'the', 'decision', 'as', 'to', 'if', 'its', 'worth', 'purchasing', 'or', 'not', 'and', 'in', 'my', 'case', 'this', 'is', 'being', 'sent', 'back.,2,0,0', 'general', 'petite', 'tops', 'blouses'] ['15652,1089,42', 'very', 'versatile', 'i', 'have', 'this', 'dress', 'in', 'white', 'and', 'i', 'have', 'worn', 'it', 'twice', 'for', 'completely', 'different', 'events', 'i', 'wore', 'it', 'with', 'red', 'heels', 'for', 'a', 'dressy', 'look', 'and', 'then', 'with', 'boots', 'and', 'a', 'jean', 'jacket', 'for', 'a', 'more', 'casual', 'look', 'i', 'am', 'only', '5', '4', 'and', 'it', 'hit', 'above', 'my', 'knees', 'it', "'s", 'a', 'soft', 'white', 'that', 'is', 'appropriate', 'for', 'winter', 'wear', 'love', 'it', ',5,1,2', 'general', 'dresses', 'dresses'] ['15653,1089,29', 'perfect', 'bride', 'dress', 'fits', 'perfect.,5,1,0', 'general', 'dresses', 'dresses'] ['15654,981,53', 'great', 'drape', 'i', 'missed', 'out', 'on', 'the', 'sherpa', 'vest', 'in', 'caramel', 'last', 'year', 'and', 'did', "n't", 'want', 'to', 'miss', 'out', 'again', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'when', 'it', 'gets', 'chilly', 'i', 'am', 'between', 'a', 's', 'm', 'but', 'the', 'small', 'was', 'very', 'comfortable', 'it', 'could', 'be', 'easilly', 'layered', 'over', 'a', 'thicker', 'item', 'or', 'a', 't-shirt', 'as', 'pictured', 'so', 'glad', 'i', 'picked', 'this', 'one', 'up', ',5,1,8', 'general', 'petite', 'jackets', 'jackets'] ['15655,513,57', ',this', 'is', 'what', 'a', 'bathing', 'suit', 'should', 'look', 'and', 'feel', 'like', 'no', 'crawling', 'up', 'the', 'cheeks', 'no', 'spillage', 'out', 'the', 'front', 'i', 'would', 'say', 'it', "'s", 'true', 'to', 'size', 'or', 'a', 'little', 'on', 'the', 'large', 'size', 'i', "'m", '5', '4', '122', 'and', 'ordered', 'a', 'medium', 'which', 'was', 'great', 'for', 'me', 'maybe', 'a', 'small', 'would', 'have', 'been', 'ok', 'but', 'i', 'could', "n't", 'be', 'happier', 'good', 'job', 'color', 'is', 'true', 'to', 'the', 'pic', 'quality', 'seems', 'nice', 'and', 'sturdy.,5,1,1', 'initmates', 'intimate', 'swim'] ['15656,981,32', 'cute', 'vest', 'fun', 'outerwear', 'for', 'the', 'fall', 'the', 'color', 'is', 'a', 'bit', 'more', 'grey', 'than', 'the', 'photo', 'shows', 'at', 'least', 'on', 'my', 'screen', 'but', 'i', 'still', 'think', 'it', "'ll", 'go', 'with', 'a', 'lot', ',5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15657,909,54', 'curve-hugging', 'lightweight', 'classic', 'i', 'got', 'a', 'size', 'xxsp', 'which', 'is', 'perfect', 'although', 'i', 'usually', 'wear', 'a', 'xs', 'petite', 'or', 'xs', 'i', "'m", '5', '2', 'currently', '33-25-37', '30d/32c', 'bra', 'with', 'narrow', 'shoulders', 'and', 'torso', 'a', 'bit', 'long-waisted', 'the', 'ribbed', 'darby', 'sweater', 'hugs', 'every', 'single', 'curve', 'without', 'being', 'tight', 'low', 'cut', 'but', 'not', 'as', 'low', 'as', 'on', 'the', 'model', 'very', 'flattering', 'neckline', 'sleeves', 'end', 'about', 'an', 'inch', 'above', 'my', 'elbows', 'and', 'can', 'be', 'folded', 'up'] [] ['well', 'made', 'very', 'lightweight', 'knit', 'of', '57', 'cotton', '43', 'polyester', 'the', 'ribbing', 'detail', 'is', 'very', 'well', 'thought', 'out', 'there', 'is', 'bias', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15658,909,52', 'perfect', 'summer', 'sweater', 'bought', 'this', 'sweater', 'as', 'soon', 'as', 'i', 'saw', 'it', 'the', 'knit', 'ribs', 'and', 'the', 'length', 'help', 'slim', 'your', 'lines', 'it', 'is', 'flattering', 'even', 'on', 'my', 'heavier', 'mid', 'section', 'the', 'material', 'is', 'airy', 'but', 'not', 'see', 'through', 'yay', 'i', 'love', 'that', 'the', 'deep', 'v-neck', 'with', 'collar', 'is', 'not', 'too', 'deep', 'for', 'the', 'office', 'i', 'would', 'buy', 'another', 'if', 'another', 'color', 'becomes', 'available', 'perfect', 'spring', 'to', 'summer', 'sweater,4,1,8', 'general', 'tops', 'fine', 'gauge'] ['15659,1078,26', 'cute', 'comfortable', 'runs', 'small', 'where', 'i', 'live', 'it', "'s", 'warm', 'enough', 'to', 'wear', 'this', 'dress', 'with', 'tights', 'through', 'the', 'winter', 'the', 'dress', 'is', 'super', 'comfortable', 'with', 'a', 'unique', 'shape', 'only', 'downside', 'the', 'arms', 'and', 'chest', 'run', 'pretty', 'small', 'so', 'if', 'you', 'usually', 'have', 'a', 'hard', 'time', 'fitting', 'sleeves', 'try', 'a', 'size', 'up', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15660,865,26', ',,5,1,0', 'general', 'tops', 'knits'] ['15661,895,39', 'very', 'cute', 'the', 'sweater', 'is', 'thinner', 'than', 'i', 'expected', 'but', 'very', 'cute', 'so', 'i', "'m", 'keeping', 'it', 'it', 'seems', 'well', 'made', 'so', 'i', "'m", 'not', 'expecting', 'easy', 'snags', 'it', 'washed', 'well', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['15662,1078,51', 'love', 'this', 'dress', 'love', 'this', 'dress', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'i', 'had', 'to', 'size', 'up', 'one', 'size', 'but', 'then', 'it', 'was', 'perfect', 'i', "'m", '5', '5', '125', 'lbs', 'and', 'the', 'size', '6', 'worked', 'great', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15663,1078,25', 'size', 'up', 'if', 'you', 'are', 'shaped', 'anything', 'like', 'me', 'you', 'will', 'have', 'to', 'size', 'up', 'quite', 'a', 'bit', 'on', 'this', 'one', 'i', 'tried', 'it', 'on', 'in', 'my', 'normal', 'size', 'and', 'probably', 'needed', 'to', 'size', 'up', '2', 'or', 'more', 'sizes', 'to', 'get', 'the', 'proper', 'fit', 'the', 'fabric', 'has', 'no', 'give', 'and', 'feels', 'a', 'little', 'cheap', 'in', 'my', 'opinion', 'for', 'your', 'reference', 'i', 'am', 'a', 'curvy', 'athletic', 'build', 'with', 'broad', 'shoulders', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15664,221,59', 'very', 'flattering', 'fits', 'tts', 'love', 'the', 'colors', 'does', 'not', 'give', 'any', 'lift', 'up', 'or', 'support', 'to', 'breasts.i', 'am', 'a', '36', 'c', 'and', 'i', 'was', 'fine', 'with', 'this', 'it', 'is', 'so', 'flattering', 'to', 'back', 'and', 'overall', 'a', 'flattering', 'fit', 'i', 'was', 'ok', 'with', 'my', 'breast', 'not', 'being', 'supported', 'and', 'uplifted', 'if', 'you', 'want', 'support', 'this', 'is', 'not', 'for', 'you', 'it', 'does', 'look', 'exactly', 'as', 'it', 'does', 'on', 'model', 'in', 'regard', 'to', 'coverage', 'showing', 'some', 'cleavage', 'but', 'very', 'little', 'i', 'am', '5', '6', '127', 'lbs', 'and', 'not', 'very', 'fit', 'and', 'took', 'a', 'medium', 'my', 'husband', 'really', 'loves', 'this', 'suit', 'and', 'gave', 'it', 'two', 'big', 'thum', ',5,1,3', 'initmates', 'intimate', 'swim'] ['15665,862,56', 'such', 'a', 'nice', 'design', 'this', 'top', 'could', "'ve", 'been', 'one', 'of', 'my', 'favorites', 'ever', 'i', 'ordered', 'the', 'rose', 'option', 'and', 'was', 'planning', 'on', 'ordering', 'another', 'color', 'the', 'fabric', 'is', 'super', 'thin', 'but', 'i', 'was', 'able', 'to', 'wear', 'w/o', 'an', 'extra', 'tank', 'unfortunately', 'after', '2', 'wears', 'several', 'small', 'holes', 'appeared', 'around', 'the', 'neck/under', 'the', 'ruffle', 'i', 'washed', 'this', 'top', 'on', 'hand', 'wash', 'cycle', 'and', 'hung', 'to', 'dry', 'when', 'i', 'came', 'to', 'read', 'the', 'reviews', 'i', 'noticed', 'i', 'was', "n't", 'the', 'only', 'customer', 'with', 'this', 'issue', ',2,0,0', 'general', 'tops', 'knits'] ['15666,862,44', 'i', 'love', 'this', 'top-', 'it', "'s", 'loose', 'and', 'flowy', 'yet', 'flattering', 'and', 'the', 'colors', 'are', 'fun', 'the', 'armholes', 'are', 'cut', 'a', 'little', 'low', 'so', 'a', 'cami', 'is', 'necessary', 'after', 'one', 'wash', 'and', 'lay', 'flat', 'dry', 'the', 'wrinkling', 'is', 'substantial', 'hope', 'i', 'can', 'steam', 'it', 'back', 'to', 'its', 'normal', 'shape', ',4,1,1', 'general', 'tops', 'knits'] ['15667,907,56', 'adorable', 'dress', 'i', 'ordered', 'xs/petite', 'but', 'i', 'think', 'i', 'better', 'ordered', 'xxs', 'which', 'was', 'already', 'sold', 'out', 'at', 'the', 'time', 'i', 'purchased', 'i', 'recommend', 'one', 'size', 'smaller', 'for', 'this', 'sweater', 'this', 'sweater', 'is', 'designed', 'very', 'wide', 'for', 'your', 'shoulder', 'which', 'could', 'be', 'fallen', 'down', 'for', 'people', 'who', 'usually', 'prefer', 'petite', 'size', 'but', 'it', "'s", 'really', 'adorable', ',4,1,12', 'general', 'tops', 'fine', 'gauge'] ['15668,895,33', 'adorbs', 'very', 'cute', 'very', 'flattering', 'the', 'peplum', 'is', 'fairly', 'subtle', 'and', 'really', 'works', 'falling', 'at', 'just', 'the', 'right', 'place', 'for', 'me', 'i', "'m", '5', '5', 'i', 'got', 'the', 'red', 'and', 'have', 'worn', 'it', 'over', 'a', 'dress', 'and', 'with', 'jeans', 'the', 'color', 'is', 'deep', 'and', 'works', 'well', 'with', 'my', 'pale', 'skin', 'the', 'fabric', 'is', 'quality', 'and', 'looks', 'like', 'it', 'will', 'hold', 'up', 'well', 'over', 'time', 'always', 'an', 'issue', 'with', 'sweaters'] [] ['unlike', 'some', 'of', 'the', 'other', 'reviewers', 'i', 'found', 'it', 'ran', 'slightly', 'large', 'i', 'am', 'small', 'framed', 'but', 'large-chested', 'and', 'often', 'take', 'a', 'medium', 'in', 'sweaters', 'but', 'a', 'small', 'is', 'roomy', 'o', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15669,865,40', ',i', 'bought', 'this', 'top', 'for', 'my', 'daughter', 'and', 'it', 'looks', 'beautiful', 'it', "'s", 'a', 'pretty', 'jade', 'green', 'color', 'and', 'has', 'a', 'nice', 'flow', 'to', 'it', 'the', 'back', 'is', 'very', 'flattering', 'as', 'well.,5,1,0', 'general', 'tops', 'knits'] ['15670,865,70', 'love', 'love', 'love', 'i', 'had', 'originally', 'bought', 'this', 'top', 'in', 'one', 'of', 'your', 'stores', 'and', 'loved', 'it', 'got', 'sooo', 'many', 'compliments', 'while', 'reading', 'my', 'e-mail', 'one', 'night', 'i', 'saw', 'it', 'on', 'sale', 'of', 'course', 'i', 'would', 'have', 'bought', 'it', 'anyway', 'now', 'i', 'have', '2', 'of', 'my', 'favorite', 'tops', ',5,1,0', 'general', 'tops', 'knits'] ['15671,862,30', '3', 'i', 'ordered', 'this', 'top', 'in', 'rose', 'the', 'color', 'is', 'actually', 'more', 'of', 'a', 'cream', 'with', 'navy', 'and', 'yellow', 'stripes', 'but', 'i', 'could', 'tell', 'that', 'from', 'the', 'photo', 'when', 'i', 'was', 'ordering', 'the', 'fit', 'is', 'true', 'to', 'size', 'and', 'the', 'cut', 'is', 'very', 'flattering', 'excited', 'to', 'add', 'this', 'gem', 'to', 'my', 'summer', 'wardrobe', ',5,1,0', 'general', 'tops', 'knits'] ['15672,945,45', 'must', 'have', 'fall', 'vest', 'if', 'your', 'looking', 'for', 'something', 'to', 'spice', 'up', 'your', 'wardrobe', 'this', 'is', 'it', 'rich', 'in', 'color', 'and', 'a', 'luxurious', 'soft', 'hand', 'but', 'so', 'much', 'better', 'in', 'person', 'i', 'plan', 'to', 'dress', 'up', 'with', 'a', 'long', 'knit', 'tunic', 'and', 'tights', 'plus', 'over', 'the', 'knee', 'boots', 'or', 'with', 'destructed', 'dark', 'denim', 'and', 'booties', 'i', 'got', 'the', 'burgundy', 'color', 'and', 'may', 'go', 'back', 'for', 'the', 'blue', 'as', 'well', 'this', 'is', 'a', 'staple', 'for', 'many', 'seasons', 'to', 'come', ',5,1,0', 'general', 'tops', 'sweaters'] ['15673,862,32', ',,5,1,0', 'general', 'tops', 'knits'] ['15674,1078,20', 'i', 'ordered', 'the', 'blue', 'dress', 'because', 'i', 'loved', 'the', 'color', 'and', 'unique', 'design', 'the', 'blue', 'was', 'much', 'more', 'of', 'a', 'dark', 'navy', 'not', 'a', 'sapphire', 'blue', 'as', 'it', 'looks', 'in', 'the', 'picture', 'the', 'picture', 'also', 'shows', 'it', 'tying', 'on', 'the', 'side', 'it', 'did', 'not', 'tie', 'on', 'the', 'side', 'when', 'i', 'tried', 'it', 'on', 'but', 'in', 'the', 'front', 'as', 'pictured', 'in', 'the', 'red', 'version', 'of', 'the', 'dress', 'it', 'was', 'not', 'at', 'all', 'flattering', 'on', 'me', 'one', 'of', 'the', 'few', 'disappointing', 'things', 'i', 'have', 'ordered', 'from', 'retailer', ',3,0,2', 'general', 'petite', 'dresses', 'dresses'] ['15675,865,32', 'cute', 'but', 'clumsy', 'the', 'design', 'is', 'cute', 'but', 'there', 'is', 'way', 'too', 'much', 'fabric', 'in', 'the', 'lower', 'part', 'of', 'the', 'shirt', 'also', 'the', 'fabric', 'for', 'the', 'lower', 'part', 'crumples', 'easily', 'unless', 'you', 'carry', 'around', 'an', 'iron', 'you', 'may', 'not', 'want', 'to', 'wear', 'it', 'outside', 'the', 'house', 'i', 'kept', 'the', 'shirt', 'to', 'wear', 'around', 'the', 'house', ',3,0,0', 'general', 'tops', 'knits'] ['15676,1078,56', 'great', 'dress', 'my', 'only', 'reservation', 'is', 'that', 'i', 'wish', 'the', 'tail', 'was', "n't", 'so', 'much', 'longer', 'than', 'the', 'front', 'i', 'returned', 'it', 'reluctantly', 'because', 'i', 'needed', 'something', 'just', 'a', 'little', 'dressier', 'for', 'the', 'occasion.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15677,895,45', 'very', 'flattering', 'i', 'bought', 'this', 'is', 'a', 'size', 'small', 'i', "'m", '5', '8', '140', 'and', 'the', 'fit', 'it', 'perfect', 'it', 'is', 'a', 'very', 'pretty', 'red', 'and', 'looks', 'very', 'cute', 'on', 'i', "'m", 'very', 'happy', 'i', 'bought', 'it', 'but', 'i', 'did', 'buy', 'it', 'on', 'sale', 'otherwise', 'i', 'may', 'have', 'hesitated', 'because', 'of', 'the', 'price', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15678,895,35', 'do', "n't", 'think', 'twice', 'this', 'structured', 'sweater', 'is', 'beautiful', 'and', 'timeless', 'gorgeous', 'seasonal', 'color', 'and', 'style', 'is', 'classic', 'i', 'typically', 'order', 'medium', 'but', 'wanted', 'a', 'more', 'flowy', 'look', 'and', 'got', 'a', 'large', 'great', 'purchase', 'great', 'fit', ',5,1,7', 'general', 'tops', 'fine', 'gauge'] ['15679,945,59', 'love', 'love', 'love', 'i', 'ordered', 'a', 'm/l', 'in', 'this', 'vest', 'and', 'it', 'fits', 'perfectly', 'thirst', 'is', 'cozy', 'and', 'stylish', 'in', 'fact', 'i', 'ordered', 'the', 'same', 'vest', 'in', 'another', 'color', 'it', "'s", 'versatile', 'enough', 'to', 'wear', 'with', 'both', 'skirts', 'and', 'jeans', 'i', 'also', 'think', 'it', "'s", 'a', 'timeless', 'piece', 'that', 'will', 'stay', 'in', 'style', 'for', 'years', 'to', 'come', ',5,1,0', 'general', 'tops', 'sweaters'] ['15680,1078,57', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15681,907,66', 'gorgeous.', 'so', 'lovely', 'perfect', 'print', 'graphic', 'want', 'to', 'buy', 'in', 'both', 'colors', 'but', 'the', 'yellow', 'is', 'perfection.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15682,1078,74', 'bloomsbury', 'this', 'is', 'a', 'very', 'nice', 'flattering', 'thing', 'which', 'can', 'be', 'worn', 'as', 'a', 'dress', 'or', 'a', 'shirt', 'therefore', 'decided', 'tiokeep', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['15683,865,53', 'very', 'flowy', 'the', 'back', 'of', 'this', 'top', 'is', 'nice', 'but', 'it', 'is', 'very', 'flowy', 'i', 'ordered', 'a', 'small', '32dd', 'normally', 'a', '4/6', 'in', 'retailer', 'tops', 'a', 'smaller', 'size', 'would', 'fit', 'better', 'but', 'is', 'not', 'available', 'overall', 'nice', 'but', 'wish', 'it', 'came', 'in', 'a', 'smaller', 'size', ',4,1,0', 'general', 'tops', 'knits'] ['15684,907,23', 'favorite', 'fall', 'sweater', 'i', 'love', 'love', 'love', 'this', 'sweater', 'it', 'is', 'slightly', 'fitted', 'so', 'that', 'is', 'drapes', 'beautifully', 'notice', 'it', 'has', '3/4', 'length', 'sleeves', 'which', 'is', 'fine', 'for', 'north', 'caroline', 'where', 'it', 'does', 'not', 'really', 'get', 'cold', 'i', 'purchased', 'the', 'blue', 'and', 'i', 'wore', 'it', 'with', 'fitted', 'jeans', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15685,865,34', 'very', 'soft', 'material', 'length', 'is', 'great', 'a', 'little', 'more', 'loose', 'than', 'i', 'would', 'have', 'liked', ',3,1,0', 'general', 'tops', 'knits'] ['15686,945,46', 'love', 'this', 'vest', 'this', 'is', 'a', 'perfect', 'change', 'of', 'seasons', 'into', 'cooler', 'colder', 'months', 'piece'] [] ['colors'] ['the', 'colors', 'are', 'muted', 'the', 'pattern', 'is', 'modern', 'and', 'stylish', 'the', 'cut', 'flattering'] [] ['sizing'] ['the', 'sizing', 'is', 'generous', 'and', 'fit', 'is', 'easy', 'love', 'length', 'which', 'is', 'true', 'to', 'the', 'product', 'photo-', 'fitting', 'at', 'about', 'the', 'bottom', 'of', 'my', 'fingertips', 'i', 'love', 'the', 'coverage', 'without', 'looking', 'too', 'covered'] [] ['quality'] ['it', "'s", 'soft', 'a', 'great', 'weight', '-and', 'the', 'quality', 'seems', 'good', 'i', 'have', 'already', 'worn', 'it', 'a', 'few', 'times', 'and', 'it', 'is', 'not', 'one', 'of', 'those', 'sweaters', ',5,1,0', 'general', 'tops', 'sweaters'] ['15687,907,40', 'color', 'off', 'i', 'ordered', 'the', 'yellow', 'color', 'way', 'expecting', 'it', 'to', 'be', 'a', 'mustard', 'color', 'it', 'seemed', 'to', 'have', 'a', 'greenish', 'tint', 'to', 'it', 'and', 'did', "n't", 'look', 'right', 'on', 'me', 'also', 'the', 'pockets', 'did', "n't", 'lay', 'right', 'so', 'the', 'flower', 'did', "n't", 'look', 'right.,3,0,0', 'general', 'tops', 'fine', 'gauge'] ['15688,921,67', 'gorgeous', 'and', 'enormous', 'first', 'i', 'did', 'not', 'notice', 'the', 'description', 'mentioning', 'metallic', 'thread', 'i', 'was', 'disappointed', 'when', 'i', 'opened', 'the', 'box', 'to', 'find', 'it', 'is', 'a', 'metallic', 'but', 'actually', 'i', "'m", 'glad', 'i', 'did', "n't", 'know', 'because', 'i', 'love', 'it', 'it', 'does', 'not', 'look', 'cheap', 'and', 'it', 'really', 'works', 'the', 'pale', 'peachy', 'color', 'is', 'gorgeous', 'and', 'the', 'metallic', 'is', 'subtle', 'enough', 'the', 'real', 'issue', 'for', 'me', 'is', 'the', 'size', 'i', 'ordered', 'the', 'small', 'and', 'it', 'is', 'huge', 'enormous', 'especially', 'from', 'the', 'back', 'the', 'seam', 'on', 'the', 'sleeve', 'is', 'just', 'above', 'my', 'elbow', 'so', 'it', "'s", 'almost', 'a', 'bat', 'wing', 'kind', 'of', 'thing', 'and', ',5,1,7', 'general', 'tops', 'sweaters'] ['15689,907,39', 'can', 't', 'decide', 'on', 'color', 'i', 'ordered', 'both', 'colors', 'in', 'the', 'xxs', 'p', 'knowing', 'that', 'size', 'goes', 'fast', 'i', 'used', 'to', 'wear', 'xs', 'or', 'xs', 'petite', 'consistently', 'but', 'this', 'last', 'year', 'i', 'have', 'found', 'myself', 'needing', 'the', 'smaller', 'size', 'vanity', 'sizing', 'in', 'this', 'case', 'the', 'xxs', 'p', 'was', 'perfect', 'for', 'me', 'length', 'was', 'around', 'mid-thigh', 'could', 'almost', 'wear', 'as', 'a', 'dress', 'if', 'i', 'were', 'younger', 'and', 'not', 'as', 'muscular', 'in', 'my', 'thighs', 'the', 'waist', 'and', 'chest', 'are', 'fitted', 'but', 'not', 'snug', 'fitted', 'in', 'the', 'sense', 'that', 'it', 'follows', 'my', 'natural', 'curves', 'the', 'flower', 'patterns', 'are', 'so', 'cute', 'it', 'does', 'cut', 'at', 'the', 'p', ',5,1,11', 'general', 'tops', 'fine', 'gauge'] ['15690,945,36', 'love', 'it', 'loved', 'this', 'vest', 'when', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'and', 'ordered', 'it', 'during', 'the', 'last', 'sale', 'i', 'usually', 'wear', 'a', 'medium', 'and', 'the', 'xs/s', 'fit', 'much', 'better', 'than', 'the', 'm/l', 'getting', 'excited', 'for', 'fall', 'now', 'if', 'the', 'weather', 'would', 'cooperate', 'so', 'i', 'can', 'wear', 'this', 'cute', 'new', 'vest', ',5,1,0', 'general', 'tops', 'sweaters'] ['15691,865,33', 'versatile', 'this', 'shirt', 'is', 'versatile', 'for', 'work', 'and', 'fun', 'my', 'sister', 'has', 'this', 'shirt', 'and', 'thought', 'it', 'was', 'so', 'cute', 'i', 'ordered', 'it', 'too', ',4,1,0', 'general', 'tops', 'knits'] ['15692,895,38', 'perfect', 'fit', 'fit', 'is', 'perfect', 'body', 'slimming', 'i', "'m", 'glad', 'i', 'purchased', 'it.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15693,945,30', 'super', 'cozy', 'and', 'perfect', 'for', 'layers', 'love', 'this', 'vest', 'it', 'is', 'super', 'soft', 'and', 'cozy', 'yet', 'fits', 'and', 'lays', 'well', 'not', 'bulky', 'so', 'it', "'s", 'a', 'great', 'piece', 'to', 'layer', 'over', 'flannels', 'it', 'has', 'a', 'bit', 'of', 'stretch', ',5,1,0', 'general', 'tops', 'sweaters'] ['15694,865,21', 'love', 'this', 'im', 'short', '5', '2', 'so', 'it', "'s", 'a', 'little', 'long', 'on', 'me', 'but', 'it', "'s", 'super', 'cute', 'and', 'i', 'love', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['15695,895,49', 'love', 'it', 'this', 'is', 'a', 'beautiful', 'light', 'weight', 'sweater', 'great', 'for', 'the', 'texas', 'weather', 'the', 'red', 'is', 'a', 'great', 'color', 'for', 'the', 'holidays', 'too.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15696,895,51', 'i', 'love', 'the', 'looks', 'of', 'this', 'sweater', 'on', 'the', 'model', 'after', 'receiving', 'it', 'it', 'was', 'still', 'very', 'pretty', 'and', 'stylish', 'to', 'look', 'at', 'my', 'problem', 'is', 'that', 'i', 'am', 'petite', 'and', 'the', 'sweater', 'seemed', 'to', 'run', 'very', 'large', 'it', 'was', "n't", 'very', 'fitted', 'i', 'think', 'the', 'detailing', 'in', 'the', 'back', 'would', 'look', 'better', 'fitted', 'it', 'made', 'me', 'look', 'rather', 'dowdy', 'and/or', 'matronly', 'unlike', 'how', 'it', 'looks', 'on', 'the', 'model', 'i', 'think', 'that', 'was', 'because', 'it', 'was', 'just', 'too', 'big', 'i', 'returned', 'it', ',3,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15697,907,45', 'love', 'it', 'this', 'is', 'my', 'favorite', 'find', 'of', 'the', 'fall', 'i', 'got', 'the', 'mustard', 'color', 'and', 'it', 'is', 'wonderful', 'very', 'soft', 'nice', 'shape', 'unique', 'design', 'i', 'am', 'usually', 'between', 'a', 'medium', 'and', 'large', 'in', 'tops', 'but', 'i', 'found', 'that', 'the', 'medium', 'was', 'a', 'little', 'too', 'short', 'for', 'my', 'liking', 'i', 'am', '5', 'ft', '8', 'in', 'tall', 'even', 'sizing', 'up', 'it', "'s", 'far', 'too', 'short', 'for', 'me', 'to', 'wear', 'as', 'a', 'dress', 'as', 'some', 'others', 'had', 'mentioned', 'but', 'looks', 'great', 'with', 'jeans', 'and', 'boots', 'the', 'large', 'is', 'perfect', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15698,862,58', 'ruffle', 'detailing', 'is', 'high', 'quality.', 'i', 'love', 'the', 'neckline', 'with', 'the', 'pleated', 'ruffles', 'and', 'tie', 'it', "'s", 'graceful', 'and', 'distinctive', 'yet', 'still', 'understated.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15699,865,55', 'comfortable', 'and', 'flattering', 'love', 'my', 'new', 'wardrobe', 'addition', 'fits', 'perfect', 'and', 'goes', 'with', 'everything,5,1,0', 'general', 'tops', 'knits'] ['15700,895,48', 'beautiful', 'sweater', 'i', 'purchased', 'this', 'sweater', 'in', 'red', 'it', "'s", 'a', 'deep', 'rich', 'color', 'and', 'although', 'i', 'usually', 'opt', 'for', 'black', 'you', 'can', 'see', 'the', 'beautiful', 'details', 'on', 'this', 'sweater', 'much', 'better', 'in', 'the', 'red', 'i', 'love', 'this', 'item', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15701,865,56', 'adds', 'volume', 'this', 'was', 'another', 'unusual', 'choice', 'for', 'a', 'larger', 'busted', 'woman', 'like', 'myself', 'but', 'i', 'could', "n't", 'say', 'no', 'to', 'that', 'sweet', 'little', 'back', 'detail', 'i', "'ll", 'attack', 'the', 'waist', 'with', 'a', 'cropped', 'jacket', 'for', 'those', 'looking', 'to', 'add', 'volume', 'or', 'flowy', 'fabric', 'you', "'ve", 'found', 'your', 'answer', 'and', 'then', 'some', ',4,1,5', 'general', 'tops', 'knits'] ['15702,865,43', 'not', 'quite', 'right', 'the', 'green', 'color', 'was', 'beautiful', 'but', 'the', 'top', 'was', 'too', 'low', 'cut', 'and', 'looked', 'more', 'maternity', 'than', 'boho.,3,0,0', 'general', 'tops', 'knits'] ['15703,1078,73', 'cute', 'and', 'stylish', 'this', 'dress', 'is', 'adorable', 'thanks', 'to', 'everyone', 'who', 'commented', 'that', 'the', 'dress', 'runs', 'small', 'as', 'that', "'s", 'definitely', 'true', 'i', 'ended', 'up', 'ordering', 'up', 'two', 'sizes', 'and', 'got', 'a', 'perfect', 'fit', 'i', 'was', 'afraid', 'the', 'wrapped', 'skirt', 'might', 'emphasize', 'the', 'hips', 'too', 'much', 'but', 'that', 'is', "n't", 'the', 'case', 'it', 'adds', 'a', 'bit', 'of', 'quirky', 'style', 'and', 'makes', 'this', 'different', 'from', 'the', 'usual', 'shirt', 'dress', 'it', "'s", 'great', 'with', 'booties', 'or', 'chunky', 'wedges', ',5,1,0', 'general', 'dresses', 'dresses'] ['15704,907,51', 'so', 'cute', 'and', 'lightweight', 'some', 'of', 'the', 'reviews', 'about', 'this', 'being', 'cheap', 'fabric', 'made', 'me', 'nervous', 'about', 'purchasing', 'but', 'i', 'did', 'and', 'i', 'love', 'it', 'the', 'material', 'is', "n't", 'super', 'thick', 'but', 'i', 'like', 'that', 'as', 'i', 'tend', 'to', 'run', 'hot', 'it', "'s", 'super', 'soft', 'material', 'and', 'feels', 'good', 'on', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15705,865,38', 'mixed', 'review', 'i', 'wanted', 'to', 'love', 'this', 'shirt', 'and', 'thought', 'i', 'would', 'based', 'on', 'the', 'reviews', 'it', 'runs', 'really', 'large', 'however', 'and', 'while', 'i', 'love', 'how', 'flows', 'it', 'is', 'i', 'also', 'looked', 'pregnant', 'i', 'am', 'keeping', 'though-', 'looks', 'nice', 'layered', 'under', 'a', 'jacket', 'or', 'sweater', 'but', 'alone', 'i', 'feel', 'it', 'looked', 'sloppy', 'and', 'big', 'which', 'is', 'sometimes', 'just', 'what', 'you', 'want', 'so', 'it', 'is', 'staying', 'in', 'my', 'closet.,3,1,0', 'general', 'tops', 'knits'] ['15706,865,40', ',,5,1,0', 'general', 'tops', 'knits'] ['15707,1078,27', ',this', 'dress', 'is', 'effortlessly', 'chic', 'i', 'wore', 'it', 'with', 'black', 'tights', 'and', 'booties', 'and', 'it', 'was', 'perfection', 'will', 'definitely', 'be', 'a', 'casual', 'staple', 'year', 'around.,5,1,0', 'general', 'dresses', 'dresses'] ['15708,907,74', 'adorable', 'i', 'ordered', 'this', 'in', 'xsp', 'navy', 'with', 'the', 'merlot/burgundy', 'flower', 'and', 'it', 'fits', 'above', 'the', 'knees', 'as', 'pictured', 'the', 'tunic', 'is', 'medium', 'weigh', 'and', 'has', 'a-line', 'shape', 'with', 'a', 'loose', 'waist', 'and', 'i', 'find', 'it', 'very', 'comfortable', 'the', 'sleeve', 'are', 'straight', 'cut', 'not', 'tight', 'and', '3/4', 'quarter', 'in', 'length', 'i', 'will', 'wear', 'it', 'with', 'leggings', 'and', 'boots/booties', 'this', 'coming', 'fall', 'i', 'find', 'this', 'tunic', 'is', 'well-made', 'and', 'disagreed', 'with', 'one', 'review', 'that', 'it', 'is', 'cheaply', 'made', 'wrong', 'color', 'fyi', '102', 'lbs', '32c,5,1,6', 'general', 'tops', 'fine', 'gauge'] ['15709,895,52', 'perfect', 'holiday', 'sweater', 'this', 'sweater', 'is', 'so', 'much', 'cuter', 'in', 'person', 'than', 'as', 'pictured', 'i', 'bought', 'the', 'lovely', 'red', 'one', 'today', 'i', 'got', 'my', 'usual', 'size', 'xs', 'i', 'plan', 'to', 'wear', 'it', 'more', 'fitted', 'as', 'a', 'top', 'rather', 'than', 'as', 'a', 'jacket', 'although', 'i', 'can', 'still', 'layer', 'it', 'if', 'i', 'want', 'the', 'color', 'is', 'divine', 'the', 'weight', 'is', 'just', 'right', 'not', 'too', 'heavy', 'but', 'not', 'too', 'light', 'sometimes', 'peplums', 'overwhelm', 'me', 'but', 'this', 'one', 'did', 'not', 'it', 'hits', 'at', 'just', 'the', 'right', 'spots', 'and', 'is', 'flattering', 'all', 'over', 'particularly', 'making', 'my', 'waist', 'look', 'small', ',5,1,3', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15710,907,45', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'i', 'tried', 'this', 'on', 'and', 'think', 'it', 'will', 'look', 'great', 'with', 'leggings', 'and', 'boots', 'it', "'s", 'very', 'flattering', 'without', 'being', 'too', 'tight', 'or', 'too', 'baggy', 'some', 'of', 'retailer', "'s", 'clothes', 'are', 'just', 'too', 'full', 'and', 'baggy', 'for', 'me', 'and', 'make', 'me', 'look', 'large', 'i', 'am', '5', '4', '140', 'lbs', 'and', 'ordered', 'the', 'medium', 'which', 'fits', 'perfectly', 'i', 'ordered', 'both', 'the', 'navy', 'and', 'yellow', 'but', 'the', 'yellow', 'has', 'not', 'arrive', 'yet', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['15711,907,47', 'love', 'my', 'poppy', 'tunic', 'i', 'do', 'not', 'have', 'an', 'retailer', 'where', 'i', 'live', 'so', 'i', 'ordered', 'this', 'tunic', 'online', 'the', 'material', 'is', 'extremely', 'soft', 'comfortable', 'not', 'at', 'all', 'itchy', 'tts', 'i', 'fell', 'in', 'love', 'with', 'it', 'immediately', 'and', 'ca', "n't", 'believe', 'how', 'many', 'compliments', 'i', 'received', 'all', 'day', 'long', 'when', 'i', 'wore', 'it', 'to', 'work', 'with', 'some', 'skinny', 'ankle', 'length', 'pants', 'can', 'be', 'dressed', 'up', 'or', 'down', 'this', 'is', 'certainly', 'going', 'to', 'get', 'a', 'lot', 'of', 'use', 'this', 'fall,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15712,1078,47', 'style', 'comfort', 'great', 'fall', 'color', 'runs', 'big', 'but', 'the', 'fabric', 'is', 'nice', 'and', 'comfortable', 'i', 'had', 'to', 'return', 'first', 'order', 'and', 'order', 'the', 'next', 'size', 'up', 'it', 'is', 'short', 'in', 'the', 'front', 'but', 'a', 'nice', 'length', 'in', 'the', 'back', 'it', 'will', 'be', 'a', 'great', 'dress', 'for', 'fall', 'and', 'the', 'color', 'is', 'unique', 'more', 'brownish', 'orange', 'than', 'red', 'it', 'will', 'look', 'great', 'with', 'boots', ',5,1,0', 'general', 'dresses', 'dresses'] ['15713,1078,32', ',,4,1,0', 'general', 'dresses', 'dresses'] ['15714,865,21', 'cute', 'design', 'cute', 'design', 'and', 'interesting', 'back', 'feature', 'runs', 'a', 'little', 'big', 'and', 'is', 'comfortable', 'and', 'flowy.,5,1,0', 'general', 'tops', 'knits'] ['15715,865,51', 'summer', 'coverall', 'this', 'is', 'absolutely', 'a', '1-season', 'top', 'the', 'material', 'is', 'very', 'thin', 'and', 'flowy', 'with', 'the', 'front', 'v', 'plunging', 'pretty', 'dramatically', 'i', "'m", 'using', 'mine', 'as', 'a', 'swim', 'cover', 'and', 'i', "'m", 'thrilled', 'to', 'report', 'the', 'mottled', 'pattern', 'on', 'the', 'cotton', 'hides', 'perspiration'] ['the', 'first', 'time', 'i', 'wore', 'this', 'top', 'i', 'paired', 'it', 'with', 'denim', 'shorts', 'and', 'the', 'hemline', 'completely', 'covered', 'the', 'shorts', 'so', 'it', 'was', 'way', 'more', 'of', 'a', 'mini-dress', 'than', 'a', 'long', 'shirt', 'which', 'is', 'ok.', 'if', 'i', 'wear', 'it', 'again', 'as', 'a', 'top', 'rather', 'than', 'a', 'swim', 'cover', 'i', "'d", 'just', 'go', 'with', 'yoga', 'shorts', 'benea', ',4,1,1', 'general', 'tops', 'knits'] ['15716,895,68', 'perfect', 'red', 'cardi', 'i', 'had', 'this', 'on', 'my', 'wish', 'list', 'but', 'saw', 'it', 'as', 'a', 'on', 'of', 'on', 'black', 'friday', 'and', 'it', 'just', 'happened', 'to', 'be', 'my', 'sisz', 'p', 'it', 'fit', 'me', 'perfect', 'if', 'anything', 'it', 'runs', 'a', 'little', 'big', 'but', 'it', 'is', 'great', 'to', 'layer', 'it', 'can', 'be', 'worn', 'sipped', 'over', 'a', 'cami', 'with', 'lace', 'showing', 'or', 'as', 'a', 'regular', 'cardi/jacket', 'over', 'first', 'layer', 'the', 'detailing', 'is', 'loely', 'even', 'tho', 'it', 'is', '40', 'off', 'today', 'i', 'got', 'it', 'with', 'the', '25', 'off', 'store', 'wide', 'sale', 'my', 'size', 'sold', 'out', 'before', 'this', 'promo', 'so', 'i', 'am', 'very', 'glad', 'i', 'got', 'it', 'when', 'i', 'did', 'just', 'in', 'time', 'for', 'all', 'the', 'christmas', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15717,1078,56', 'after', 'reading', 'all', 'the', 'reviews', 'i', 'thought', 'i', 'would', 'have', 'to', 'size', 'up', 'went', 'into', 'my', 'local', 'retailer', 'and', 'found', 'this', 'dress', 'in', 'a', 'size', '4', 'burnt', 'orange', 'color', 'last', 'one', 'in', 'stock', 'it', 'was', 'still', 'marked', '79', 'so', 'i', 'think', 'thats', 'why', 'it', 'was', 'still', 'there', 'i', 'crossed', 'my', 'fingers', 'and', 'tried', 'it', 'on', 'it', 'fit', 'perfect', 'not', 'to', 'short', 'or', 'tight', 'in', 'the', 'upper', 'sleeve', 'i', "'m", '5', '4', 'so', 'maybe', 'that', "'s", 'why', 'the', 'lenght', 'was', 'fine', 'on', 'me', 'if', 'you', 'can', 'find', 'this', 'in', 'your', 'local', 'store', 'try', 'it', 'on', 'it', "'s", 'really', 'cute', 'and', 'comfortable', 'i', 'also', 'have', 'the', 'front', 'lace', 'up', 'j', ',5,1,0', 'general', 'dresses', 'dresses'] ['15718,1078,44', 'defective', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'i', 'saw', 'it', 'in', 'the', 'catalog', 'in', 'blue', 'and', 'wanted', 'it', 'however', 'for', 'some', 'reason', 'i', 'took', 'my', 'sweet', 'time', 'in', 'ordering', 'it', 'and', 'by', 'the', 'time', 'i', 'did', 'only', 'the', 'orange', 'was', 'available', 'but', 'on', 'sale', 'i', 'was', 'so', 'excited', 'when', 'it', 'arrived', 'and', 'as', 'i', 'was', 'trying', 'it', 'on', 'i', 'thought', 'this', 'is', 'a', 'bit', 'shorter', 'in', 'the', 'skirt', 'than', 'i', 'usually', 'go', 'but', 'it', "'s", 'so', 'pretty', 'and', 'then', 'i', 'could', "n't", 'get', 'my', 'right', 'arm', 'in', 'the', 'sleeve', 'at', 'all', 'i', 'wondered', 'if', 'i', 'had', 'caught', 'some', 'of', 'the', 'lining', 'as', 'i', 'was', 'putting', 'it', 'on', 'or', 'something', 'but', 'n', ',2,0,2', 'general', 'dresses', 'dresses'] ['15719,865,52', ',,5,1,0', 'general', 'tops', 'knits'] ['15720,895,58', 'great', 'sweater', 'i', 'have', 'this', 'in', 'both', 'the', 'black', 'and', 'red', 'great', 'design', 'very', 'flattering', 'and', 'soft', 'the', 'red', 'is', 'the', 'perfect', 'color', 'will', 'get', 'a', 'lot', 'of', 'west', 'from', 'these', 'for', 'many', 'years.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15721,865,23', 'not', 'flattering', 'i', 'love', 'the', 'idea', 'of', 'this', 'top', 'but', 'wish', 'there', 'was', "n't", 'so', 'much', 'fabric', 'i', 'am', 'wearing', 'a', 'medium', 'in', 'the', 'photos', 'and', 'for', 'reference', 'my', 'measurements', 'are', '38-30-40', ',2,0,15', 'general', 'tops', 'knits'] ['15722,945,53', 'love', 'this', 'vest', 'i', 'first', 'saw', 'this', 'vest', 'displayed', 'in', 'the', 'window', 'and', 'admired', 'the', 'colors', 'and', 'weave', 'i', 'could', "n't", 'get', 'it', 'out', 'of', 'my', 'mind', 'so', 'i', 'had', 'to', 'make', 'a', 'special', 'trip', 'back', 'to', 'retailer', 'to', 'buy', 'it', 'it', 'is', 'soft', 'and', 'drapes', 'well', 'looks', 'amazing', 'with', 'denim', 'and', 'boots', 'i', 'think', 'it', 'will', 'be', 'my', 'favorite', 'fall', 'purchase', ',5,1,0', 'general', 'tops', 'sweaters'] ['15723,945,35', ',,5,1,0', 'general', 'tops', 'sweaters'] ['15724,907,55', 'beatiful', 'tunic', 'the', 'tunic', 'is', 'very', 'pretty', 'when', 'i', 'visited', 'antho', 'store', 'i', 'was', 'just', 'fallen', 'in', 'love', 'with', 'it'] ['i', 'purchased', 'purple', 'one', 'because', 'the', 'color', 'is', 'for', 'fall', 'this', 'is', 'good', 'for', 'straight', 'and', 'slender', 'body', 'type'] ['please', 'purchase', 'it', 'before', 'it', 'is', 'gone', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15725,945,36', 'this', 'vest', 'is', 'sooo', 'cute', 'i', 'bought', 'the', 'red', 'really', 'a', 'dark', 'burgundy', 'and', 'it', 'is', 'perfect', 'for', 'fall', 'i', 'wanted', 'to', 'buy', 'the', 'other', 'color', 'but', 'it', "'s", 'sold', 'out', 'online', 'i', "'m", '5', '3', 'and', 'the', 'length', 'is', 'fine', 'i', "'m", 'usually', 'an', 'xs', '2', 'or', '4', 'at', 'retailer', 'and', 'the', 'regular', 'xs/s', 'is', 'the', 'perfect', 'size', 'i', 'am', 'on', 'the', 'busty', 'side', 'and', 'does', "n't", 'make', 'me', 'feel', 'too', 'heavy', 'like', 'some', 'vests', ',5,1,0', 'general', 'tops', 'sweaters'] ['15726,1078,54', 'cute', 'dress', 'but', 'i', 'love', 'the', 'look', 'of', 'this', 'dress', 'and', 'the', 'material', 'the', 'problem', 'is', 'that', 'when', 'i', 'tried', 'it', 'on', 'the', 'fit', 'was', 'a', 'bit', 'off', 'it', 'seems', 'that', 'the', 'arm', 'holes', 'hung', 'down', 'way', 'too', 'much', 'and', 'pulled', 'the', 'dress', 'so', 'it', 'is', 'uncomfortable', 'to', 'wear', 'i', 'do', "n't", 'think', 'i', 'could', 'have', 'gone', 'down', 'or', 'up', 'a', 'size', 'to', 'make', 'this', 'dress', 'work', 'it', 'is', 'a', 'shame', 'because', 'i', 'really', 'liked', 'the', 'look', 'of', 'it.,3,0,0', 'general', 'dresses', 'dresses'] ['15727,907,41', 'great', 'different', 'fall', 'sweater', 'deep', 'purple', 'keeps', 'it', 'fall', 'flower', 'design', 'keeps', 'it', 'feminine', 'pockets', 'make', 'it', 'fun', 'love', 'it', 'and', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',4,1,0', 'general', 'tops', 'fine', 'gauge'] ['15728,865,36', 'want', 'it', 'in', 'every', 'color', 'i', 'love', 'this', 'top', 'it', 'falls', 'in', 'a', 'romantic', 'and', 'easy', 'way', 'it', "'s", 'very', 'flattering', 'and', 'looks', 'great', 'i', 'just', 'had', 'a', 'baby', 'two', 'weeks', 'ago', 'so', 'it', 'hides', 'my', 'insecurities', 'and', 'post', 'baby', 'bump', 'i', 'had', 'many', 'compliments', 'and', 'felt', 'so', 'comfortable', 'so', 'ordered', 'it', 'in', 'the', 'green', 'color', 'i', 'wish', 'there', 'were', 'more', ',5,1,0', 'general', 'tops', 'knits'] ['15729,895,60', 'red', 'sweater', 'this', 'is', 'an', 'awesome', 'pointelle', 'sweater', 'i', 'love', 'angel', 'of', 'the', 'north', 'sweaters', 'i', 'bought', 'the', 'small', '34b', 'and', 'it', 'fit', 'tts', 'the', 'pleats', 'in', 'the', 'back', 'hang', 'without', 'pulling', 'it', 'also', 'flatters', 'the', 'figure', 'with', 'it', "'s", 'shaping', 'it', 'is', 'a', 'lightweight', 'sweater', 'in', 'a', 'great', 'shade', 'of', 'red', 'just', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15730,862,30', 'shrunk', 'like', 'crazy', 'bought', 'this', 'shirt', 'on', 'sale', 'it', 'was', 'super', 'cute', 'in', 'the', 'dressing', 'room', 'and', 'for', 'the', 'first', 'time', 'i', 'wore', 'it', 'washed', 'it', 'per', 'the', 'instructions', 'wash', 'delicate', 'with', 'cold', 'water', 'lay', 'flat', 'to', 'dry', 'and', 'it', 'shrunk', 'so', 'much', 'i', 'do', "n't", 'think', 'i', "'m", 'going', 'to', 'be', 'able', 'to', 'wear', 'it', 'anymore', 'it', 'was', 'oversized', 'and', 'loose', 'when', 'i', 'bought', 'it', 'so', 'it', 'shrunk', 'a', 'lot', 'there', 'is', 'also', 'a', 'small', 'hole', 'all', 'of', 'the', 'sudden', 'that', 'i', 'have', 'no', 'idea', 'where', 'it', 'came', 'from', 'was', "n't", 'there', 'when', 'i', 'put', 'it', 'in', 'the', 'washer', 'very', 'disappointed', ',1,0,1', 'general', 'petite', 'tops', 'knits'] ['15731,895,67', 'image', 'does', 'not', 'do', 'it', 'justice', 'this', 'is', 'the', 'cutest', 'sweater', 'i', 'bought', 'it', 'today', 'in', 'black', 'i', 'can', 'not', 'wait', 'to', 'wear', 'it', 'it', 'is', 'a', 'lovely', 'distinctive', 'knit', 'just', 'the', 'right', 'weight', 'to', 'layer', 'as', 'shown', 'with', 'a', 'white', 'blouse', 'or', 'with', 'a', 'turtleneck', 'i', 'tried', 'both', 'the', 'xs', 'and', 's', 'and', 'i', 'decided', 'to', 'go', 'with', 'the', 's', 'as', 'it', 'still', 'emphasized', 'that', 'i', 'have', 'waist', 'but', 'i', 'could', 'layer', 'it', 'nicely', 'i', 'am', '5', '4', '130', 'lb', 'you', 'can', 'always', 'count', 'on', 'angel', 'of', 'the', 'north', 'for', 'great', 'style', ',5,0,16', 'general', 'tops', 'fine', 'gauge'] ['15732,865,57', ',,5,1,0', 'general', 'tops', 'knits'] ['15733,862,34', 'great', 'too', 'love', 'it', "'s", 'flow', 'dolan', 'is', 'a', 'great', 'brand', 'however', 'it', "'s", 'definitely', 'large', 'and', 'baggy', 'which', 'is', 'fine', 'just', 'know', 'it', "'s", 'not', 'tight', 'i', "'m", '5', '10', 'and', '135', 'and', 'ordered', 'a', 's.', ',5,1,17', 'general', 'petite', 'tops', 'knits'] ['15734,865,55', 'stylish', 'comfortable', 'i', 'ordered', 'the', 'green', 'top', 'in', 'store', 'after', 'trying', 'on', 'a', 'medium', 'that', 'was', 'huge', 'the', 'small', 'fits', 'me', 'well', 'and', 'i', 'love', 'the', 'flowy', 'style', 'and', 'softness', 'of', 'the', 'fabric', 'i', 'like', 'it', 'with', 'skinny', 'capri', 'jeans', 'and', 'the', 'color', 'will', 'transition', 'well', 'into', 'fall', 'i', "'m", 'in', 'florida', 'where', 'it', 'is', 'still', 'very', 'hot', 'in', 'october', 'if', 'you', 'typically', 'wear', 'either', 'a', 'small', 'or', 'medium', 'order', 'the', 'small', 'in', 'this', 'top', ',4,1,0', 'general', 'tops', 'knits'] ['15735,907,57', 'beautiful', 'and', 'cozy', 'this', 'is', 'a', 'beautiful', 'sweater/tunic/dress', 'i', 'ordered', 'in', 'the', 'mustard', 'color', 'and', 'wearing', 'it', 'will', 'brighten', 'my', 'day', 'on', 'a', 'dreary', 'winter', 'morning', 'it', 'is', 'so', 'hard', 'to', 'find', 'winter', 'clothes', 'in', 'bright', 'colors', 'the', 'sweater', 'is', 'soft', 'and', 'not', 'itchy', 'it', 'is', 'a', 'bit', 'longer', 'than', 'i', 'expected', 'maybe', '35', 'i', 'am', '5', '7', 'but', 'that', 'is', 'just', 'fine', 'it', 'can', 'be', 'worn', 'with', 'leggings', 'or', 'tights', 'dressed', 'up', 'or', 'dressed', 'down', 'i', 'could', "n't", 'be', 'more', 'pleased', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15736,907,32', 'love', 'how', 'it', 'fits', 'i', "'m", '5', '3', 'with', 'a', '32h', 'chest', 'ive', 'always', 'had', 'a', 'hard', 'time', 'finding', 'clothes', 'that', 'fit', 'well', 'because', 'i', "'m", 'chest', 'heavy', 'this', 'fits', 'perfectly', 'without', 'making', 'me', 'look', 'bigger', 'than', 'i', 'am', 'and', 'hides', 'my', 'post', 'pregnancy', 'pooch', 'well'] [] ['i', 'usually', 'order', 'a', 'medium', 'at', 'retailer', 'and', 'ordered', 'a', 'medium', 'in', 'this', 'sweater', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15737,865,39', 'not', 'very', 'flattering', 'as', 'much', 'as', 'i', 'wanted', 'to', 'love', 'this', 'top', 'it', 'was', 'too', 'flowy', 'and', 'and', 'i', 'felt', 'like', 'i', 'looked', 'bigger', 'than', 'i', 'am', 'i', "'m", 'a', 'size', '6', 'maybe', 'a', 'smaller', 'size', 'would', 'have', 'made', 'a', 'big', 'difference', ',2,0,0', 'general', 'tops', 'knits'] ['15738,865,37', 'great', 'style', 'just', 'picked', 'this', 'up', 'at', 'my', 'retailer', 'and', 'i', 'just', 'love', 'it', 'its', 'totally', 'different', 'than', 'your', 'typical', 'tee', 'the', 'bottom', 'is', 'more', 'of', 'a', 'blousy', 'silk', 'material', 'and', 'the', 'top', 'is', 'a', 'super', 'soft', 'knit', 'it', 'lays', 'really', 'well', 'and', 'is', 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'my', 'favorite', 'part', 'is', 'the', 't', 'strap', 'in', 'the', 'back', 'such', 'a', 'beautiful', 'detail', 'and', 'so', 'much', 'fun', 'my', 'only', 'criticism', 'with', 'this', 'top', 'is', 'where', 'it', 'hits', 'on', 'the', 'bust', 'im', 'a', 'little', 'more', 'full', 'figured', 'so', 'the', 'top', 'looks', 'better', 'on', 'me', 'when', 'the', 'silk', 'part', 'is', "n't", 'under', 'my', 'boobs', 'kinda', 'have', ',5,1,2', 'general', 'tops', 'knits'] ['15739,862,49', 'arm', 'holes', 'too', 'big', 'i', 'likded', 'this', 'but', 'tried', 'it', 'in', 'two', 'sizes', 'and', 'it', 'was', 'still', 'too', 'big', 'in', 'the', 'armpit', 'my', 'bra', 'showed', 'i', 'am', 'about', 'a', 'd', 'cup', 'smallish', 'in', 'other', 'proportions', '125', '5', '6', 'and', 'no', 'bra', 'worked', 'with', 'this', 'so', 'that', 'i', 'would', "n't", 'have', 'to', 'worry', 'about', 'my', 'bra', 'showing', 'nice', 'fabric', 'and', 'drape', 'maybe', 'good', 'for', 'someone', 'who', 'does', "n't", 'need', 'a', 'bra', ',3,0,1', 'general', 'petite', 'tops', 'knits'] ['15740,907,43', 'beautifully', 'fitted', 'sweater', 'tunic', 'great', 'design', 'beautiful', 'colors', 'well', 'fitted', 'got', 'compliments', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15741,862,39', 'adorbs', 'so', 'much', 'cuter', 'than', 'the', 'picture', 'i', 'bought', 'a', 'm', 'and', 'i', "'m", 'a', '34c', 'i', 'thought', 'it', 'was', 'comfy', 'n', 'flattering,5,1,8', 'general', 'petite', 'tops', 'knits'] ['15742,945,58', 'great', 'sweater', 'vest', 'love', 'the', 'style', 'of', 'this', 'vest', 'and', 'an', 'added', 'bonus', 'is', 'how', 'soft', 'it', 'is', 'every', 'vest', 'is', 'different', 'though', 'so', 'if', 'you', "'re", 'shopping', 'in', 'the', 'store', 'be', 'sure', 'to', 'look', 'at', 'all', 'of', 'them', ',5,1,1', 'general', 'tops', 'sweaters'] ['15743,865,53', 'great', 'fun', 'shirt', 'comfortable', 'the', 'color', 'was', 'great', 'just', 'as', 'it', 'looks', 'in', 'the', 'picture', 'nice', 'design,5,1,0', 'general', 'tops', 'knits'] ['15744,907,56', 'cute', 'but', 'not', 'for', 'me', 'i', 'love', 'the', 'print', 'on', 'this', 'it', "'s", 'a', 'super', 'cute', 'sweater', 'but', 'i', 'did', "n't", 'think', 'it', 'worked', 'so', 'much', 'for', 'a', '56', 'yr.', 'old', 'with', 'a', 'thickish', 'middle', 'the', 'med', 'was', 'a', 'bit', 'snug', 'but', 'expect', 'the', 'large', 'would', "'ve", 'been', 'too', 'big', '5', '3', '150', 'lbs', 'a', 'great', 'statement', 'piece', 'for', 'anyone', 'with', 'the', 'figure', 'to', 'carry', 'it', ',4,1,1', 'general', 'tops', 'fine', 'gauge'] ['15745,945,23', 'opted', 'for', 'larger', 'size', 'i', 'tried', 'both', 'the', 'xs/s', 'and', 'the', 'm/l', 'and', 'found', 'the', 'larger', 'size', 'to', 'be', 'more', 'roomy', 'in', 'the', 'shoulders', 'and', 'just', 'swish', 'a', 'bit', 'better', 'around', 'the', 'hips', 'this', 'is', 'a', 'change', 'from', 'many', 'long', 'vests', 'my', 'closet', 'which', 'tend', 'to', 'be', 'size', 'small', 'or', 'medium', 'as', 'are', 'my', 'blouses', 'and', 'tops', 'however', 'could', 'happily', 'live', 'with', 'either', 'size', 'and', 'color', 'gorgeous', ',5,1,4', 'general', 'tops', 'sweaters'] ['15746,907,49', 'beautiful', 'color', 'and', 'fit', 'i', 'purchased', 'the', 'poppy', 'pocket', 'tunic', 'in', 'yellow', 'the', 'color', 'is', 'perfect', 'and', 'looks', 'great', 'with', 'my', 'dark', 'grey', 'leggings', 'can', 'not', 'wait', 'until', 'it', "'s", 'cold', 'enough', 'to', 'wear.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15747,907,56', 'loved', 'so', 'much', 'i', 'had', 'to', 'get', 'both', 'colors', 'this', 'sweater', 'is', 'the', 'reason', 'i', 'shop', 'at', 'retailer', 'unique', 'cute', 'comfy', 'the', 'yellow', 'really', 'is', "n't", "'one", 'of', 'my', 'colors', 'but', 'it', "'s", 'so', 'different', 'that', 'i', 'had', 'to', 'get', 'it', 'and', 'the', 'cut', 'is', 'so', 'flattering', 'that', 'i', 'had', 'to', 'go', 'back', 'to', 'get', 'the', 'purple', 'it', 'may', 'run', 'a', 'tad', 'bit', 'generously', 'i', "'m", '5', '4', '124', 'lbs', '34d', 'and', 'originally', 'got', 'the', 'small', 'i', 'wound', 'up', 'returning', 'and', 'getting', 'the', 'xs', 'that', 'sizing', 'was', 'slightly', 'more', 'form-fitting', 'without', 'being', 'clingy.we', 'had', 'a', 'hint', 'of', 'fall', 'weather', 'in', 'colorado', 'so', 'i', 'immediately', 'threw', 'the', 'yellow', 'versi', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['15748,921,48', 'very', 'pretty', 'but', 'very', 'itchy', 'like', 'the', 'first', 'reviewer', 'i', 'love', 'the', 'color', 'and', 'look', 'and', 'agree', 'that', 'it', 'is', 'much', 'longer', 'and', 'wider', 'than', 'it', 'looks', 'in', 'the', 'photo', 'i', 'am', '5', '3', '116lb', 'and', 'ordered', 'a', 'small', 'i', 'was', 'planning', 'to', 'wear', 'it', 'tucked', 'into', 'palazzo', 'pants', 'as', 'the', 'model', 'seems', 'to', 'have', 'done', 'but', 'they', 'must', 'have', 'used', 'some', 'other', 'way', 'to', 'gather', 'up', 'the', 'sweater', 'in', 'back', 'because', 'there', 'is', 'no', 'way', 'such', 'volumes', 'of', 'material', 'can', 'be', 'tucked', 'into', 'anything', 'and', 'the', 'metallic', 'threads', 'are', 'itchy', 'so', 'i', 'had', 'to', 'finally', 'layer', 'a', 'full', 'sleeve', 'tee', 'under', 'it', 'to', 'be', 'able', 'to', 'st', ',3,1,1', 'general', 'tops', 'sweaters'] ['15749,865,55', 'cute', 'quincy', 'tee', 'very', 'pretty', 'top', 'the', 'fabric', 'is', 'wonderful', 'i', 'enjoy', 'the', 'movement', 'and', 'the', 'style', 'only', 'downside', 'is', 'that', 'it', 'is', 'cut', 'a', 'little', 'low', 'for', 'me', 'but', 'it', 'does', 'look', 'great', 'and', 'the', 'fit', 'is', 'otherwise', 'perfect', ',4,1,0', 'general', 'tops', 'knits'] ['15750,907,52', 'love', 'it', 'i', 'love', 'this', 'sweater', 'hoping', 'to', 'order', 'the', 'other', 'color', 'the', 'weight', 'of', 'the', 'sweater', 'is', 'perfect', 'not', 'too', 'heavy', 'i', 'also', 'really', 'liked', 'how', 'the', 'sweater', 'lays', 'with', 'leggings', 'because', 'it', 'is', 'not', 'bulky', 'great', 'sleeve', 'length', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15751,1078,29', 'runs', 'small', 'it', "'s", 'a', 'fine', 'dress', 'but', 'it', 'definitely', 'runs', 'small', 'and', 'it', "'s", 'actually', 'a', 'lot', 'shorter', 'than', 'i', 'was', 'expecting', 'especially', 'since', 'i', "'m", 'only', '5', '3', ',2,0,0', 'general', 'dresses', 'dresses'] ['15752,907,43', 'favorite', 'find', 'for', 'fall', 'i', 'went', 'to', 'retailer', 'for', 'a', 'pair', 'of', 'pants', 'and', 'walked', 'out', 'with', 'this', 'tunic', 'in', 'the', 'blue', 'motif', 'and', 'the', 'pilcro', 'cords', 'in', 'dark', 'turquoise', 'this', 'sweater', 'like', 'the', 'one', 'i', 'purchased', 'last', 'season', 'by', 'the', 'same', 'designer', 'is', 'well', 'made', 'and', 'the', 'fabric', 'is', 'luxuriously', 'soft', 'like', 'cashmere', 'soft', 'am', 'so', 'excited', 'that', 'the', 'weather', 'is', 'finally', 'cooling', 'down', 'to', 'wear', 'it', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15753,865,19', 'love', 'this', 'top', 'this', 'too', 'is', 'great', 'to', 'throw', 'on', 'when', 'running', 'to', 'class', 'or', 'going', 'out', 'love', 'the', 'two', 'different', 'materials', 'and', 'the', 'back', 'detail.,4,1,0', 'general', 'tops', 'knits'] ['15754,1078,35', 'flattering', 'size', 'up', 'i', 'am', 'petite', 'with', 'somewhat', 'broad', 'shoulders', 'iusually', 'wear', '2', 'or', '2p', 'dresses', 'i', 'ordered', 'a', '2', 'and', 'it', 'was', 'tight', 'in', 'the', 'shoulders', 'hip', 'otherwise', 'this', 'is', 'a', 'cute', 'dress', 'looks', 'better', 'on', 'the', 'person', 'than', 'in', 'pictures', 'the', 'tie', 'is', 'an', 'interesting', 'twist', 'on', 'an', 'otherwse', 'basic', 'shirtdress', 'the', 'fabric', 'drapes', 'nicely', 'on', 'the', 'body', 'i', 'reordered', 'dress', 'in', 'a', '4.', 'inever', 'wear', 'size4', 'hopefully', 'it', "'s", 'not', 'too', 'big', 'or', 'long', ',4,1,0', 'general', 'dresses', 'dresses'] ['15755,907,38', 'love', 'the', 'cut', 'of', 'this', 'sweater', 'i', 'purchased', 'the', 'poppy', 'tunic', 'in', 'gold', 'it', "'s", 'a', 'beautiful', 'rich', 'color', 'and', 'overall', 'am', 'super', 'happy', 'with', 'the', 'cut', 'of', 'this', 'sweater', 'retailer', 'has', 'been', 'emphasizing', 'oversized', 'flouncy', 'tops', 'for', 'a', 'few', 'years', 'now', 'that', 'do', 'nothing', 'for', 'those', 'of', 'us', 'with', 'small', 'waists/big', 'booties', 'this', 'top', 'is', 'just', 'the', 'opposite', 'and', 'i', 'hope', 'to', 'see', 'more', 'like', 'it', 'the', 'wide', 'neck', 'is', 'graceful', 'and', 'the', 'sweater', 'curves', 'in', 'nicely', 'without', 'hugging', 'the', 'body', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15756,895,50', 'love', 'beautifully', 'designed', 'to', 'flatter', 'a', 'women', "'s", 'figure', 'i', 'love', 'the', 'fit', 'and', 'feel', 'of', 'this', 'classic', 'but', 'modern', 'cardigan', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15757,895,67', 'perfect', 'light', 'weght', 'sweater', 'for', 'the', 'holidays', 'i', 'love', 'the', 'detail', 'in', 'the', 'back', 'the', 'xs', 'was', 'a', 'great', 'fit', 'for', 'this', '5', '2', '115', 'lb', 'body', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15758,862,53', 'huge', 'this', 'was', 'so', 'large', 'on', 'me', 'that', 'it', 'looked', 'awful', 'huge', 'armholes', 'and', 'a', 'baggy', 'mess', 'material', 'was', 'nice', 'and', 'i', 'loved', 'the', 'design', 'not', 'sure', 'a', 'smaller', 'size', 'would', 'even', 'help.,3,0,0', 'general', 'petite', 'tops', 'knits'] ['15759,1078,45', 'flattering', 'quirky', 'shirtdress', 'when', 'i', 'first', 'saw', 'this', 'in', 'the', 'store', 'i', 'loved', 'the', 'idea', 'of', 'this', 'shirtdress', 'with', 'a', 'twist', 'i', 'tried', 'it', 'on', 'in', 'my', 'usual', 'size', '4', 'but', 'could', 'not', 'get', 'it', 'over', 'my', '32d', 'bust', 'i', 'wrote', 'it', 'off', 'and', 'moved', 'on', 'back', 'in', 'the', 'store', 'shopping', 'for', 'a', 'party', 'dress', 'i', 'saw', 'this', 'was', 'now', 'on', 'sale', 'although', 'not', 'right', 'for', 'the', 'party', 'i', 'decided', 'to', 'try', 'it', 'in', 'a', 'bigger', 'size', 'a', 'size', '6', 'was', 'not', 'available', 'but', 'a', 'size', '8', 'was', 'perfection', 'if', 'you', 'are', 'willing', 'to', 'size', 'up', 'you', 'will', 'be', 'rewarded', 'with', 'a', 'comfortable', 'versatile', 'dress', 'that', 'can', 'be', 'super', 'casu', ',4,1,2', 'general', 'dresses', 'dresses'] ['15760,865,36', 'returned', 'immediately', 'first', 'the', 'product', 'arrived', 'in', 'a', 'very', 'small', 'bag', 'that', 'made', 'for', 'many', 'many', 'wrinkles', 'almost', 'impossible', 'to', 'determine', 'what', 'it', 'might', 'look', 'like', 'shame', 'on', 'retailer', 'for', 'sending', 'their', 'items', 'in', 'this', 'manner', 'secondly', 'i', 'do', "n't", 'know', 'how', 'individuals', 'wear', 'this', 'with', 'a', 'bra', 'the', 'back', 'is', 'cut', 'so', 'low', 'that', 'my', 'bra', 'back', 'band', 'partially', 'showed', 'not', 'my', 'idea', 'of', 'a', 'good', 'look', 'third', 'the', 'front', 'necessitated', 'a', 'cami', 'and', 'there', 'is', 'no', 'way', 'a', 'cami', 'can', 'be', 'worn', 'due', 'to', 'how', 'it', 'is', 'cut', 'in', 'the', 'back', 'returning', 'now', 'and', 'i', 'just', 'received', 'it', ',4,0,10', 'general', 'tops', 'knits'] ['15761,907,49', ',,3,0,0', 'general', 'tops', 'fine', 'gauge'] ['15762,865,51', 'beautiful', 'color', 'soft', 'i', 'am', 'super', 'happy', 'with', 'this', 'purchase', 'this', 'top', 'is', 'so', 'soft', 'with', 'a', 'nice', 'amount', 'of', 'flow', 'i', "'m", 'wearing', 'it', 'with', 'a', 'bolero', 'sweater', 'over', 'it', 'making', 'it', 'wearable', 'in', 'the', 'fall', 'and', 'in', 'cooler', 'weather', 'i', 'also', 'purchased', 'this', 'top', 'in', 'the', 'gray/green', 'shade', 'and', 'it', 'lovely', 'as', 'well', ',5,1,0', 'general', 'tops', 'knits'] ['15763,862,42', 'very', 'cute', 'but', 'runs', 'large', 'i', 'bought', 'this', 'in', 'store', 'without', 'trying', 'it', 'on', 'bought', 'my', 'typical', 'size', 'xs', 'the', 'armholes', 'are', 'cut', 'very', 'low', 'as', 'is', 'the', 'front', 'neckline', 'it', 'has', 'an', 'overall', 'slightly', 'slouchy', 'fit', 'i', 'definitely', 'could', 'not', 'wear', 'this', 'to', 'work', 'without', 'a', 'camisole', 'underneath', 'otherwise', 'i', 'really', 'like', 'the', 'style', 'and', 'the', 'black', 'and', 'white', 'striped', 'color', 'way', 'will', 'go', 'with', 'alot', ',4,1,11', 'general', 'petite', 'tops', 'knits'] ['15764,865,50', 'fab', 'fit', 'and', 'feel', 'love', 'this', 'top', 'the', 'fit', 'is', 'so', 'comfortable', 'and', 'it', 'flows', 'beautifully', 'when', 'you', 'walk', 'the', 'added', 'bonus', 'is', 'the', 'flirty', 'open', 'back', 'cross', 'strap', 'design', 'to', 'make', 'even', 'your', 'exit', 'an', 'attention', 'grabber', 'pairs', 'great', 'with', 'some', 'jean', 'leggings', 'and', 'wedge', 'heels'] ['loved', 'it', 'so', 'much', 'i', 'went', 'back', 'and', 'ordered', 'another', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['15765,1025,49', ',,5,1,0', 'general', 'bottoms', 'jeans'] ['15766,907,39', 'perfect', 'pop', 'of', 'poppy', 'this', 'super', 'cute', 'sweater', 'is', 'comfy', 'and', 'fun', 'to', 'wear', 'i', 'love', 'it', 'as', 'much', 'as', 'last', 'years', 'wool', 'paned', 'sweater', 'tunic', 'except', 'this', 'sweater', 'is', 'too', 'short', 'on', 'me', 'to', 'wear', 'as', 'a', 'dress', 'wonderful', 'with', 'leggings', 'and', 'boots', 'i', 'bought', 'the', 'blue', 'in', 'size', 'm', 'regular', 'and', 'my', 'stats', 'are', '63', 't/39', 'c/28', 'w/35', 'h/30', 'i', 'tall/chest/waist/hips/inseam', ',5,1,4', 'general', 'tops', 'fine', 'gauge'] ['15767,1078,34', 'love', 'this', 'dress', 'this', 'is', 'my', 'favorite', 'kind', 'of', 'dress', 'comfortable', 'unique', 'and', 'can', 'dress', 'up', 'or', 'down', 'i', 'am', '5', '2', 'and', '100', 'lb', 'and', 'bought', 'the', 'regular', '0', 'because', 'there', 'were', 'no', 'petites', 'available', 'it', 'fit', 'perfectly', 'the', 'material', 'is', 'buttery', 'soft', 'and', 'looks', 'like', 'it', 'will', 'hold', 'up', 'well', 'and', 'i', 'love', 'the', 'orange-red', 'color', 'the', 'tie', 'detail', 'makes', 'this', 'dress', 'stand', 'out', 'and', 'i', 'find', 'the', 'cut', 'very', 'flattering', 'so', 'glad', 'i', 'ordered', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['15768,945,30', 'amazing', 'love', 'this', 'sweater', 'not', 'too', 'long', 'or', 'bulky', 'true', 'to', 'size', 'the', 'fabric', 'is', 'super', 'soft', 'great', 'quality', ',5,1,6', 'general', 'tops', 'sweaters'] ['15769,865,60', 'this', 'top', 'looks', 'so', 'cute', 'on', 'i', 'first', 'saw', 'this', 'top', 'earlier', 'in', 'the', 'year', 'i', 'watched', 'for', 'it', 'to', 'go', 'on', 'sale', 'and', 'it', 'finally', 'did', 'over', 'the', 'labor', 'day', 'holiday', '40', 'off', 'i', 'was', 'very', 'happy', 'about', 'that', 'it', 'runs', 'a', 'tiny', 'bit', 'big', 'i', 'got', 'the', 's.', 'i', 'wonder', 'if', 'the', 'xs', 'would', 'have', 'been', 'better', 'but', 'i', 'kept', 'the', 'small', 'because', 'of', 'the', 'price', 'and', 'how', 'cute', 'it', 'looked', 'on', 'it', 'looks', 'gray', 'online', 'but', 'it', 'is', 'more', 'greenish', 'gray', 'it', 'has', 'a', 'cute', 'back', 'detail', 'too', 'it', 'looks', 'cute', 'with', 'jeans', 'and', 'gray', 'pants', 'it', 'is', 'just', 'cute', 'and', 'different', 'than', 'most', 'of', 'my', 'other', 'tops', ',4,1,0', 'general', 'tops', 'knits'] ['15770,1078,29', 'adorable', 'spring', 'time', 'dress', 'thank', 'goodness', 'i', 'looked', 'at', 'everyone', "'s", 'reviews', 'beforehand', 'because', 'i', 'ordered', 'a', 'size', 'up', '4', 'and', 'it', 'fits', 'perfectly', 'i', 'am', 'usually', 'a', 'size', '2', 'but', 'can', 'definitely', 'tell', 'it', 'would', "n't", 'have', 'fit', 'correctly', 'had', 'i', 'ordered', 'a', '2.', 'the', 'orange', 'color', 'works', 'well', 'for', 'either', 'a', 'fall', 'dress', 'with', 'leggins', 'or', 'a', 'spring', 'dress', 'by', 'itself', 'i', 'love', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['15771,895,64', 'crazy', 'it', "'s", 'really', 'crazy', 'how', 'much', 'i', 'like', 'this', 'sweater', 'i', 'am', 'surprised', 'by', 'the', 'weight', 'of', 'the', 'sweater', 'it', 'is', 'a', 'medium-light', 'weight', 'that', 'will', 'be', 'appropriate', 'year', 'round', 'it', 'fits', 'perfectly', 'and', 'is', 'very', 'flattering', 'open', 'or', 'zipped', 'i', 'will', 'wear', 'this', 'as', 'a', 'stand', 'alone', 'top', 'with', 'a', 'tank', 'underneath', 'for', 'now', 'and', 'in', 'place', 'of', 'a', 'spring', 'jacket', 'when', 'the', 'weather', 'is', 'warmer', 'this', 'is', 'a', 'nice', 'find.,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15772,907,67', ',,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15773,907,44', 'modern', 'hippie', 'happy', 'beauty', 'this', 'is', 'a', 'modernized', 'hippie', 'sweater', 'so', 'beautiful', 'blue', 'is', 'more', 'for', 'fall', 'but', 'i', 'think', 'the', 'mustard', 'color', 'has', 'more', 'personality', 'the', 'large', 'flowers', 'add', 'attitude', 'pockets', 'show', 'comfort', 'it', 'is', 'soft', 'part', 'silk', 'fabric', 'and', 'lays', 'nicely', 'it', 'is', 'not', 'thick', 'enough', 'for', 'warmth', 'but', 'there', 'is', 'room', 'for', 'a', 'tissue', 'turtleneck', 'regular', 's', 'fits', 'me', 'well', 'it', 'should', 'be', 'relaxed', 'look', 'not', 'fitted', 'and', 'i', 'wear', 'it', 'as', 'a', 'dress', 'with', 'thick', 'tights', 'and', 'boots', 'i', 'am', '5ft2in', '34b', '26', 'waist', '36', 'hips', 'and', 'the', 'hem', 'falls', 'right', 'above', 'my', 'knees', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15774,865,40', 'love', 'the', 'top', 'love', 'the', 'color', 'love', 'the', 'back', 'detail', 'as', 'a', 'larger', 'chested', 'woman', 'the', 'shape', 'was', 'lost', 'a', 'bit', 'but', 'i', 'just', 'could', "n't", 'resist', ',3,1,0', 'general', 'tops', 'knits'] ['15775,865,33', 'love', 'this', 'top', 'usually', 'retailer', "'s", 'designs', 'run', 'small', 'for', 'me', 'but', 'this', 'large', 'fits', 'great', 'super', 'comfortable', 'long', 'enough', 'to', 'wear', 'with', 'leggings', 'love', 'the', 'back', 'cutout', 'design', 'and', 'fabric', 'choice', 'depending', 'on', 'bust', 'size', 'it', 'may', 'seem', 'to', 'sit', 'funny', 'but', 'it', "'s", 'not', 'meant', 'to', 'be', 'a', 'true', 'baby', 'doll', 'design', 'that', 'sits', 'under', 'the', 'bust', 'mine', 'looks', 'great', ',5,1,0', 'general', 'tops', 'knits'] ['15776,945,30', 'flattering', 'and', 'cozy', 'love', 'this', 'vest', 'i', 'bought', 'the', 'red', 'color', 'and', 'absolutely', 'love', 'the', 'feel', 'of', 'the', 'fabric', 'you', 'can', 'wear', 'it', 'over', 'a', 'variety', 'of', 'clothes', 'dresses', 'turtlenecks', 'long', 'sleeve', 'shirts', 'perfect', 'staple', 'for', 'the', 'winter', 'and', 'fall', ',5,1,0', 'general', 'tops', 'sweaters'] ['15777,865,46', ',,5,1,0', 'general', 'tops', 'knits'] ['15778,862,35', 'very', 'cute', 'top', 'this', 'top', 'is', 'very', 'cute', 'the', 'fit', 'is', 'great', 'and', 'the', 'material', 'is', 'very', 'comfortable', 'i', 'am', 'a', '5', '7', '135', 'lbs', 'and', 'wear', 'a', '36d', 'and', 'the', 'medium', 'fit', 'great', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['15779,865,24', 'awesome', 'shirt', 'this', 'shirt', 'was', 'very', 'cute', 'i', 'ordered', 'it', 'as', 'something', 'to', 'be', 'able', 'to', 'wear', 'to', 'class', 'with', 'leggings', 'and', 'it', 'is', 'perfect', 'the', 'colors', 'are', 'great', 'and', 'the', 'length', 'is', 'very', 'nice', 'it', 'will', 'be', 'a', 'nice', 'piece', 'to', 'layer', 'with', 'a', 'jacket', 'for', 'the', 'the', 'fall.,5,1,0', 'general', 'tops', 'knits'] ['15780,865,23', 'great', 'shirt', 'i', 'love', 'the', 'style', 'and', 'the', 'flow', 'of', 'this', 'shirt', 'definitely', 'worth', 'the', 'purchase', 'and', 'very', 'flattering', ',5,1,0', 'general', 'tops', 'knits'] ['15781,945,37', 'perfect', 'transitional', 'piece', 'i', 'have', 'worn', 'this', 'with', 'a', 'tank', 'and', 'shorts', 'and', 'know', 'it', 'will', 'be', 'a', 'great', 'fall', 'piece', 'over', 'a', 'long', 'sleeve', 'tee', 'the', 'pattern', 'is', 'pretty', 'and', 'the', 'fabric', 'is', 'soft', 'and', 'warm', 'it', 'can', 'be', 'casual', 'or', 'dressed', 'up', 'this', 'product', 'is', 'true', 'to', 'the', 'picture-', 'what', 'you', 'see', 'is', 'what', 'you', 'get.,5,1,0', 'general', 'tops', 'sweaters'] ['15782,865,32', 'flowy', 'and', 'soft', 'exactly', 'what', 'i', 'needed', 'post', 'pregnancy', 'this', 'top', 'is', 'very', 'comfortable', 'with', 'a', 'drape', 'that', 'hides', 'my', 'tummy', 'the', 'back', 'hits', 'that', 'perfect', 'spot', 'where', 'it', 'looks', 'great', 'but', 'still', 'hides', 'a', 'normal', 'bra', ',4,1,0', 'general', 'tops', 'knits'] ['15783,1078,44', ',,5,1,0', 'general', 'dresses', 'dresses'] ['15784,865,45', 'soft', 'with', 'drape', 'this', 'is', 'an', 'adorable', 'top', 'i', 'had', 'to', 'have', 'it', 'in', 'both', 'colors', 'it', 'has', 'a', 'unique', 'shape', 'to', 'it', 'and', 'the', 'simple', 'details', 'give', 'it', 'so', 'much', 'appeal', 'the', 'beautiful', 'fall', 'like', 'colors', 'can', 'be', 'layered', 'easily', 'into', 'the', 'cooler', 'weather', 'of', 'the', 'season', ',5,1,0', 'general', 'tops', 'knits'] ['15785,907,51', 'poppy', 'pocket', 'tunic', 'revie', 'i', 'liked', 'everything', 'about', 'this', 'tunic', 'except', 'the', 'way', 'that', 'it', 'looked', 'on', 'me', 'the', 'fabric', 'was', 'great', 'not', 'too', 'heavy', 'not', 'too', 'light', 'the', 'design', 'was', 'cute', 'and', 'i', 'loved', 'the', 'colors', 'i', 'got', 'the', 'yellow', 'it', 'was', 'cut', 'well', 'and', 'a', 'good', 'length', 'for', 'me', 'i', 'am', '5', '2', 'that', 'being', 'said', 'i', 'am', 'curvy', 'and', 'i', 'felt', 'like', 'i', 'looked', 'even', 'rounder', 'in', 'this', 'top', 'if', 'i', 'was', '6-8', 'taller', 'it', 'probably', 'would', 'have', 'been', 'perfect', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15786,945,26', 'gorgeous', 'soft', 'luxurious', 'so', 'happy', 'i', 'purchased', 'this', 'it', "'s", 'a', 'gorgeous', 'piece', 'and', 'perfect', 'for', 'fall', 'and', 'winter', 'the', 'colors', 'are', 'soft', 'and', 'beautiful', 'and', 'i', 'feel', 'like', 'this', 'will', 'pair', 'well', 'with', 'a', 'lot', 'of', 'shirts', 'in', 'my', 'closet', ',5,1,4', 'general', 'tops', 'sweaters'] ['15787,865,21', 'i', 'saw', 'this', 'top', 'and', 'immediately', 'knew', 'it', 'was', 'for', 'me', 'i', 'love', 'it', 'and', 'i', 'disagree', 'on', 'it', 'being', 'one', 'season', 'too', 'i', 'could', 'see', 'making', 'this', 'work', 'all', 'year', 'for', 'sure', 'i', 'love', 'the', 'green/gray', 'color', 'and', 'it', 'flows', 'so', 'beautifully', 'it', "'s", 'perfect', 'the', 'back', 'was', "n't", 'a', 'problem', 'for', 'me', 'when', 'wearing', 'a', 'normal', 'bra', 'i', 'could', "n't", 'see', 'my', 'bra', 'maybe', 'if', 'this', 'is', 'a', 'problem', 'your', 'bra', 'is', 'up', 'too', 'high', 'on', 'your', 'back', 'i', "'m", 'very', 'petite', 'and', 'did', "n't", 'have', 'a', 'problem', 'with', 'it', 'i', 'bought', 'a', 'small', 'could', 'have', 'possibly', 'used', 'a', 'xs', 'but', 'they', 'did', "n't", 'have', 'it', 'but', ',5,1,1', 'general', 'tops', 'knits'] ['15788,865,46', 'love', 'this', 'shirt', 'beautiful', 'design', 'and', 'perfect', 'for', 'warm', 'days', 'it', 'has', 'a', 'lovely', 'open', 'back', 'with', 'the', 'perfect', 'amount', 'of', 'loose', 'fitting', 'flow.,5,1,0', 'general', 'tops', 'knits'] ['15789,1084,42', 'do', 'not', 'wash', 'i', 'loved', 'everything', 'about', 'this', 'dress', 'the', 'fit', 'the', 'style', 'and', 'the', 'ability', 'to', 'wear', 'in', 'the', 'fall', 'i', 'wore', 'it', 'once', 'washed', 'it', 'in', 'gentle/hand-wash', 'cycle', 'in', 'cold', 'water', 'and', 'laid', 'it', 'out', 'flat', 'to', 'dry-', 'per', 'the', 'instructions-', 'and', 'it', 'shrank', 'at', 'least', 'a', 'full', 'size', 'it', "'s", 'going', 'back', 'i', 'am', 'so', 'sad', 'as', 'i', 'said', 'earlier', 'i', 'really', 'loved', 'this', 'dress', ',2,0,5', 'general', 'dresses', 'dresses'] ['15790,1078,29', 'i', 'bought', 'this', 'dress', 'online', 'to', 'wear', 'to', 'work', 'and', 'i', 'did', 'not', 'expect', 'anything', 'too', 'impressive', 'based', 'on', 'the', 'picture', 'of', 'the', 'model', 'i', 'am', 'really', 'surprised', 'at', 'how', 'beautiful', 'well-fitting', 'and', 'soft', 'this', 'dress', 'is', 'i', 'am', 'in', 'love', 'it', 'fits', 'snugly', 'but', 'the', 'fabric', 'is', 'so', 'thick', 'that', 'it', 'is', 'still', 'very', 'office', 'appropriate', 'i', 'work', 'at', 'a', 'law', 'firm', 'i', 'ordered', 'the', 'small', 'petite', 'and', 'it', 'comes', 'to', 'the', 'top', 'of', 'my', 'knees', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15791,1094,57', 'disappointing', 'the', 'fabric', 'colors', 'and', 'concept', 'are', 'fabulous', 'but', 'the', 'pleating', 'is', 'overdone', 'is', 'it', 'looks', 'huge', 'not', 'swingy'] ['i', 'am', '5', '9', 'and', '135lbs', 'and', 'even', 'an', 'x-small', 'was', 'too', 'billowy', 'to', 'be', 'cute', 'too', 'bad-', 'it', "'s", 'otherwise', 'so', 'great', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['15792,1084,33', ',beautiful', 'dress', 'lots', 'of', 'compliments', 'will', 'transition', 'well', 'from', 'summer', 'to', 'fall.,5,1,3', 'general', 'dresses', 'dresses'] ['15793,1092,35', 'poor', 'fabrication', 'when', 'i', 'tried', 'it', 'on', 'it', 'was', 'a', 'bit', 'shapeless', 'but', 'it', 'was', 'on', 'a', 'promo', 'so', 'i', 'decided', 'to', 'get', 'it', 'i', 'kind', 'off', 'like', 'shapeless', 'i', "'ve", 'worn', 'it', 'three', 'times', 'and', 'washed', 'it', 'gently', 'in', 'the', 'machine', 'as', 'recommended', 'in', 'a', 'lingerie', 'bag', 'always', 'and', 'air', 'dried', 'it', 'it', 'now', 'has', 'a', 'huge', 'rip', 'on', 'the', 'sleeve', 'seam', 'and', 'i', 'can', 'not', 'see', 'how', 'this', 'happened', 'the', 'inner', 'lining', 'is', 'soft', 'and', 'substantial', 'but', 'the', 'outer', 'gauze', 'layer', 'is', 'thin', ',1,0,1', 'general', 'petite', 'dresses', 'dresses'] ['15794,974,67', 'so', 'disappointing', 'i', 'love', 'the', 'photo', 'of', 'this', 'and', 'because', 'the', 'reviews', 'were', 'so', 'positive', 'i', 'ordered', 'it', 'i', 'was', 'shocked', 'when', 'i', 'opened', 'the', 'package', 'first', 'the', 'fabric', 'is', 'not', 'the', 'silky', 'rayon', 'cotton', 'blend', 'i', 'was', 'expecting', 'it', 'looks', 'and', 'feels', 'more', 'like', 'a', 'cheap', 'cotton', 'it', 'does', 'not', 'have', 'the', 'drape', 'or', 'feel', 'or', 'look', 'i', 'expect', 'in', 'a', 'kimono', 'which', 'brings', 'me', 'to', 'the', 'second', 'disappointment', 'it', 'is', 'not', 'a', 'kimono', 'at', 'all', 'it', 'has', 'no', 'kimono', 'sleeve', 'no', 'sleeves', 'at', 'all', 'in', 'fact', 'just', 'a', 'slit', 'in', 'the', 'side', 'of', 'the', 'body', 'of', 'the', 'garment', 'you', 'put', 'your', 'arm', 'throu', ',1,0,7', 'general', 'jackets', 'jackets'] ['15795,872,39', 'artsy', 'and', 'comfy', 'as', 'other', 'reviewers', 'mentioned', 'this', 'sweater', 'is', 'truly', 'nice', 'in', 'person', 'i', 'love', 'the', 'different', 'patterns', 'from', 'the', 'fabric', 'the', 'cut', 'is', 'also', 'flattering', 'not', 'boxy', 'the', 'collar', 'on', 'me', 'turend', 'the', 'other', 'way', 'around', 'dark', 'showing', 'and', 'it', 'also', 'looked', 'nice', 'i', 'was', "n't", 'planning', 'on', 'buying', 'anything', 'but', 'it', 'was', 'thanskgiving', 'weekend', 'with', 'you', 'know', 'discount', 'not', 'regretting', 'it'] [] ['i', 'will', 'wear', 'it', 'many', 'ways', 'jeans', 'and', 'tshirt', 'for', 'weekends', 'if', 'i', 'get', 'out', 'of', 'my', 'workout', 'clothes', 'but', 'also', 'could', 'be', 'worn', 'over', 'a', 'nice', 'black', 'blou', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['15796,1078,39', 'need', 'petite', 'in', 'this', 'one', 'i', 'tried', 'on', 'the', 'refgular', 'xs', 'and', 'it', 'fit', 'btu', 'the', 'cut', 'was', 'wring', 'on', 'me', 'i', 'moved', 'up', 'the', 'dress', 'as', 'though', 'it', 'was', 'cut', 'petite', 'and', 'what', 'a', 'difference', 'i', 'will', 'ahve', 'to', 'roder', 'the', 'petite', 'for', 'sure'] [] ['te', 'material', 'is', 'a', 'thicker', 'knit', 'very', 'strectchy', 'and', 'warm', 'enough', 'to', 'carry', 'the', 'dress', 'through', 'winter', 'and', 'spring'] ['the', 'shoulders', 'are', 'well', 'covered', 'in', 'a', 'flattering', 'way', 'the', 'chest', 'area', 'is', 'crossed', 'over', 'open', 'not', 'stiched', 'close', 'so', 'yo', 'ucan', 'adjsut', 'as', 'needed', 'te', 'tie', 'jsut', 'falls', 'but', 'is', 'attached', 'to', 'the', 'dress', 'on', 'one', 'side', 'so', 'it', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15797,1094,69', 'oh', 'dear', 'where', 'was', 'this', 'dress', 'when', 'i', 'was', 'pregnant', 'review', 'title', 'says', 'almost', 'all', 'add', 'to', 'that', 'that', 'it', 'is', 'age', 'appropriate', 'unlike', 'other', 'kedia', 'dresses', 'for', 'the', 'very', 'young', 'just', 'too', 'cute', 'for', 'words', 'i', 'have', 'all', 'of', 'the', 'other', 'tk', 'peasant', 'dresses', 'and', 'although', 'youthful', 'they', 'are', 'appropriate', 'for', 'anyone', 'young', 'of', 'heart', 'this', 'however', 'on', 'an', 'older', 'woman', 'looks', 'ridiculous', 'i', 'would', 'have', 'liked', 'it', 'for', 'those', '9', 'months', 'but', 'even', 'then', 'it', 'would', 'cover', 'quadruplets', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15798,1092,27', 'so', 'disappointed', 'i', 'was', 'really', 'excited', 'when', 'i', 'ordered', 'this', 'dress', 'for', 'na', 'upcoming', 'beach', 'vacation', 'but', 'was', 'very', 'disappointed', 'when', 'i', 'finally', 'saw', 'it', 'in', 'person', 'it', 'reminded', 'me', 'of', 'those', 'christmas', 'nightgowns', 'from', 'the', '90s', 'with', 'the', 'red', 'and', 'white', 'ruffles', 'pass', ',1,0,2', 'general', 'petite', 'dresses', 'dresses'] ['15799,872,66', 'comfortable', 'arty', 'i', 'loved', 'this', 'jacket', 'the', 'minute', 'i', 'saw', 'it', 'saturday', 'sunday', 'is', 'one', 'of', 'my', 'favorite', 'brands', 'even', 'cuter', 'on', 'than', 'the', 'photo', 'short', 'back', 'at', 'natural', 'waist', 'long', 'in', 'front', 'great', 'quality', 'fabric', 'thick', 'and', 'warm', 'fits', 'very', 'narrow', 'in', 'sleeves', 'so', 'i', 'went', 'from', 'small', 'to', 'medium', 'to', 'have', 'room', 'for', 'a', 'top', 'underneath', 'the', 'medium', 'is', 'perfect', 'back', 'is', 'stylish', 'solid', 'tweed', 'grey', 'with', 'front', 'pattern', 'wrapped', 'around', 'from', 'front', 'sleeves', 'and', 'collar', 'a', 'black', 'diamond', 'pattern', 'and', 'ribbon', 'trimmed', 'edge.overall', 'very', 'interesting', 'grey', 'black', 'c', ',5,1,3', 'general', 'petite', 'tops', 'knits'] ['15800,1028,24', 'amazing', 'jeans', 'i', 'love', 'these', 'jeans', 'i', 'am', 'normally', 'a', '25', 'so', 'i', 'went', 'with', 'a', '25', 'petite', 'i', "'m", '5', '4', 'and', 'the', 'length', 'was', 'perfect', 'the', '25', 'was', 'a', 'little', 'big', 'so', 'i', "'m", 'going', 'to', 'order', 'the', '24', 'petite', 'and', 'compare', 'they', 'r', 'a', 'great', 'material', 'and', 'very', 'stretchy', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15801,1092,47', 'returned', 'for', 'another', 'size', 'great', 'comfortable', 'dress', 'with', 'style', 'this', 'ran', 'a', 'little', 'large', 'so', 'i', 'returned', 'for', 'a', 'medium', 'so', 'glad', 'i', 'did', 'you', 'can', 'dress', 'down', 'with', 'a', 'pair', 'of', 'low', 'sandals', 'and', 'sun', 'hat', 'or', 'dress', 'up', 'with', 'some', 'heels', 'and', 'hair', 'pulls', 'back', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15802,1028,91', 'cut', 'so', 'small', 'these', 'are', 'the', 'very', 'stretchy', 'almost', 'spongy', 'type', 'fabric', 'i', 'ordered', 'my', 'usual', 'size', 'and', 'they', 'fit', 'me', 'like', 'a', 'sausage', 'skin', 'crazy', 'small', ',3,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['15803,986,46', 'simply', 'beautiful', 'this', 'is', 'a', 'really', 'beautiful', 'kimono', 'soft', 'and', 'flattering', 'as', 'well', 'as', 'eye', 'catching'] ['can', 'be', 'dressed', 'up', 'or', 'down'] ['absolutely', 'recommend', ',5,1,0', 'general', 'jackets', 'jackets'] ['15804,909,47', 'great', 'layering', 'piece', 'all', 'season', 'love', 'this', 'sweater', 'the', 'hi-low', 'length', 'is', 'fun', 'the', 'elbow', 'length', 'sleeves', 'are', 'great', 'wish', 'retailer', 'offered', 'more', 'colors', 'low', 'part', 'of', 'the', 'sweater', 'is', 'a', 'touch', 'clingy', 'at', 'first', 'but', 'stretches', 'well', 'works', 'well', 'with', 'jeans', 'or', 'leggings', 'overall', 'perfect', 'layering', 'piece', 'for', 'all', 'seasons.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15805,872,31', 'love', 'this', 'what', 'a', 'great', 'piece', 'so', 'unique', 'and', 'so', 'cool', 'and', 'made', 'with', 'high', 'quality', 'textiles', 'i', 'expect', 'this', 'to', 'be', 'in', 'heavy', 'rotation', 'can', 'go', 'super', 'casual/luxe', 'with', 'leather', 'joggers', 'or', 'upscale', 'with', 'nice', 'jeans', 'and', 'some', 'heels.,5,1,0', 'general', 'petite', 'tops', 'knits'] ['15806,872,34', 'classic', 'sweater', 'to', 'pul', 'on', 'this', 'sweater', 'is', 'so', 'cute', 'i', 'intend', 'to', 'wear', 'it', 'as', 'much', 'as', 'possible', 'the', 'little', 'elbow', 'patches', 'are', 'a', 'cute', 'detail', 'it', "'s", 'warm', 'but', 'classy.,5,1,1', 'general', 'petite', 'tops', 'knits'] ['15807,909,62', 'i', 'ordered', 'this', 'on', 'sale', 'in', 'blue', 'as', 'i', 'had', 'missed', 'it', 'online', 'i', 'wore', 'it', 'this', 'week', 'during', 'our', 'heat', 'spurt', 'in', 'cali', 'and', 'was', 'shocked', 'how', 'incredible', 'comfy', 'and', 'cute', 'this', 'was', 'with', 'my', 'skinny', 'jeans', 'it', 'was', 'perfect', 'for', 'the', 'warm', 'day', 'as', 'well', 'as', 'the', 'snapping', 'evening', 'meeting', 'i', 'had', 'to', 'attend', 'on', 'an', 'outdoor', 'patio', 'i', 'will', 'love', 'wearing', 'this', 'from', 'spring', 'into', 'summer', 'i', 'do', 'hope', 'they', 'bring', 'it', 'back', 'as', 'i', 'would', 'love', 'the', 'beige', 'too', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15808,1084,35', 'looks', 'great', 'off', 'but', 'not', 'on', 'loved', 'the', 'colors', 'but', 'the', 'fit', 'was', 'less', 'to', 'be', 'desired', 'very', 'wide', 'under', 'arms', 'too', 'much', 'material', 'looks', 'more', 'like', 'a', 'maternity', 'dress', 'i', 'ordered', 'a', 'small', 'petite', 'would', 'have', 'needed', 'the', 'xs', 'but', 'now', 'it', 'is', 'no', 'longer', 'available', 'oh', 'well', 'returning', 'this.,1,0,1', 'general', 'dresses', 'dresses'] ['15809,672,48', 'lounge', 'shorts', 'beautiful', 'shorts', 'make', 'you', 'feel', 'like', 'a', 'million', 'dollars', 'love', 'love', 'love', 'them'] [] ['the', 'robe', 'to', 'match', 'is', 'also', 'adorable', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['15810,1094,35', 'runs', 'super', 'large', 'wanted', 'to', 'love', 'this', 'dress', 'as', 'it', "'s", 'perfect', 'for', 'transition', 'i', "'m", 'a', 'curvy', 'gal', 'who', 'usually', 'sports', 'an', 'xl', 'in', 'dresses', 'at', 'retailer', 'and', 'unfortunately', 'this', 'one', 'was', 'way', 'too', 'big', 'even', 'for', 'me', 'to', 'pull', 'off', 'my', 'boyfriend', 'actually', 'guffawed', 'when', 'he', 'saw', 'me', 'in', 'it', 'i', 'would', 'implore', 'the', 'maker', 'to', 'try', 'this', 'style', 'again', 'as', 'it', "'s", 'a', 'good', 'one', 'unfortunately', 'the', 'sizing', 'was', 'it', "'s", 'downfall', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15811,1094,27', 'very', 'large', 'i', 'love', 'the', 'design', 'that', "'s", 'why', 'i', "'m", 'going', 'back', 'for', 'a', 'smaller', 'size', 'i', 'bought', 'a', 'medium', 'and', 'that', 'size', 'was', 'made', 'for', 'someone', '50', 'lbs', 'heavier', 'than', 'i.', 'usually', 'i', "'m", 'good', 'at', 'choosing', 'my', 'size', 'online', 'but', 'not', 'today', 'if', 'you', 'are', 'curvy', 'and', 'round', 'like', 'me', 'still', 'go', 'for', 'a', 'smaller', 'size', 'because', 'this', 'dress', 'has', 'a', 'lot', 'if', 'room', 'also', 'i', 'wish', 'more', 'clothes', 'would', 'come', 'into', 'the', 'stores', 'to', 'try', 'on', 'please', ',2,0,9', 'general', 'petite', 'dresses', 'dresses'] ['15812,974,37', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'this', 'is', 'one', 'you', 'just', 'need', 'to', 'see', 'in', 'person', 'stunning', 'detailed', 'embroidery', 'everywhere', 'gracefully', 'oversized', 'very', 'bohemian', 'light', 'airy', 'and', 'dreamy', 'this', 'kimono', 'was', 'mine', 'the', 'second', 'i', 'saw', 'it', 'white', 'on', 'white', 'is', 'classic', 'and', 'this', 'cream', 'embroidery', 'is', 'beautiful', 'the', 'kimono', 'is', 'very', 'oversized', 'i', "'m", 'normally', 'a', 'l', 'or', 'xl', 'and', 'this', 'was', 'plenty', 'roomy', 'it', "'s", 'also', 'quite', 'long', 'nearly', 'came', 'down', 'to', 'my', 'knees', 'and', 'i', "'m", 'around', '5', '8', 'if', 'there', 'is', 'an', 'option', 'for', 'petite', 'i', "'d", 'recommend', 'it', 'to', 'shorter', 'gals', 'ca', "n't", 'wait', 'to', 'pair', 'this', 'w', ',5,1,24', 'general', 'jackets', 'jackets'] ['15813,974,50', 'lovely', 'piece', 'very', 'pricey', 'i', 'am', 'still', 'on', 'the', 'fence', 'with', 'this', 'one', 'i', 'got', 'it', 'sort', 'of', 'as', 'an', 'impulse', 'buy', 'when', 'i', 'was', 'buying', 'some', 'tops', 'at', 'my', 'local', 'store', 'the', 'other', 'day', 'the', 'piece', 'is', 'gorgeous', 'and', 'looks', 'great', 'over', 'a', 'black', 'tank', 'top', 'it', 'is', 'very', 'versatile', 'in', 'that', 'you', 'can', 'wear', 'it', 'so', 'many', 'different', 'ways', 'as', 'an', 'accent', 'piece', 'over', 'a', 't-shirt', 'bathing', 'suit', 'cover', 'up', 'over', 'a', 'dress', 'it', 'is', 'a', 'delicate', 'material', 'so', 'i', "'m", 'sure', 'you', 'have', 'to', 'be', 'careful', 'washing', 'it', 'but', 'it', 'has', 'a', 'feminine', 'flowy', 'style', 'that', 'is', 'very', 'unique', 'the', 'only', 'thing', 'that', 'i', "'m", 'not', 'sure', 'o', ',4,1,26', 'general', 'petite', 'jackets', 'jackets'] ['15814,974,29', 'thrilled', 'to', 'own', 'this', 'i', "'m", 'short', 'only', '5ft', 'and', 'this', 'is', 'beautiful', 'and', 'flowy', 'it', "'s", 'just', 'below', 'my', 'knees', 'and', 'i', 'think', 'it', "'s", 'perfect', 'i', 'have', 'only', 'worn', 'it', 'twice', 'out', 'and', 'literally', 'everywhere', 'i', 'went', 'i', 'received', 'a', 'compliment', 'and', 'asking', 'where', 'i', 'got', 'it', 'it', "'s", 'unique', 'and', 'no', 'one', 'else', 'carries', 'one', 'like', 'this', 'i', 'know', 'some', 'customers', 'mentioned', 'the', 'price', 'being', 'a', 'bit', 'high', 'but', 'i', 'disagree', 'i', 'would', 'rather', 'pay', 'for', 'something', 'that', 'i', 'love', 'that', 'has', 'good', 'design', 'and', 'quality', 'instead', 'of', '50', 'or', '60', 'for', 'a', 'so', 'so', 'product', 'that', "'s", 'what', 'i', 'love', 'about', 'retailerpolog', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15815,872,26', 'love', 'this', 'is', 'a', 'lovely', 'jacket', 'i', 'thought', 'it', 'was', 'going', 'to', 'be', 'thicker', 'but', 'it', "'s", 'so', 'classy', 'and', 'chic', 'i', 'got', 'several', 'comments', 'on', 'it', 'and', 'i', "'ve", 'only', 'worn', 'it', 'once', 'great', 'jacket', 'to', 'have', 'in', 'my', 'closet', 'i', 'can', 'wear', 'it', 'to', 'work', 'to', 'dress', 'up', 'an', 'outfit', 'for', 'school', 'or', 'to', 'complete', 'an', 'outfit', ',5,1,1', 'general', 'tops', 'knits'] ['15816,1078,45', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15817,1094,56', 'not', 'for', 'me', 'this', 'dress', 'was', 'cute', 'in', 'the', 'photos', 'but', 'wore', 'like', 'a', 'sack', 'when', 'i', 'put', 'it', 'on', 'great', 'quality', 'fabric', 'was', 'lovely', 'just', 'a', 'little', 'sparkle', 'at', 'the', 'hemline', 'scallops', 'were', 'great', 'but', 'i', 'put', 'it', 'on', 'i', 'immediately', 'took', 'it', 'back', 'off', 'and', 'put', 'it', 'back', 'in', 'the', 'sack', 'to', 'return', 'love', 'the', 'look', 'it', 'just', 'was', 'terrible', 'on', 'me', 'i', "'m", 'petite', '5', '0', 'and', 'weigh', '110', 'so', 'i', "'m", 'not', 'large', 'but', 'the', 'dress', 'made', 'me', 'look', 'like', 'an', 'oompaloompa', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['15818,1110,50', 'beautiful', 'dress', 'this', 'lacey', 'dress', 'fits', 'well', 'and', 'is', 'very', 'comfortable.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15819,1078,45', 'fits', 'like', 'a', 'glove', 'i', 'spotted', 'this', 'dress', 'at', 'my', 'local', 'retailer', 'to', 'be', 'honest', 'i', 'saw', 'it', 'on', 'a', 'rack', 'with', 'a', 'sale', 'sign', 'on', 'it', 'and', 'did', "n't", 'think', 'much', 'of', 'it', 'then', 'i', 'saw', 'it', 'on', 'a', 'salesperson', 'wow', 'i', 'think', 'this', 'dress', 'looks', 'much', 'better', 'on', 'someone', 'than', 'on', 'the', 'hanger', 'so', 'i', 'recommend', 'trying', 'it', 'on'] [] ['i', 'am', '5', '3', '32b', 'and', 'i', 'bought', 'an', 'xs', 'it', 'fits', 'really', 'well', 'right', 'about', 'the', 'knee', 'similar', 'to', 'how', 'it', 'is', 'shown', 'in', 'the', 'photo', 'so', 'taller', 'women', 'may', 'find', 'it', 'to', 'be', 'a', 'little', 'shorter'] [] ['the', 'ruffle/fabric', 'that', 'comes', 'down', 'the', 'side', 'adds', 'an', 'interesting', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15820,974,68', 'just', 'did', "n't", 'do', 'it', 'for', 'me', 'i', 'bought', 'this', 'because', 'it', 'looks', 'beautiful', 'is', 'well', 'made', 'and', 'a', 'high', 'quality', 'piece', 'when', 'i', 'got', 'it', 'home', 'and', 'tried', 'it', 'on', 'it', 'did', 'not', 'achieve', 'the', 'look', 'i', 'was', 'going', 'for', 'boho', 'instead', 'it', 'was', 'very', 'drapery', 'and', 'full', 'and', 'big', 'and', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'ghost', 'costume', 'on', 'halloween', 'i', 'do', 'love', 'retailer', "'s", 'kimonos', 'and', 'thought', 'i', "'d", 'love', 'this', 'one', 'but', 'it', "'s", 'going', 'back', 'i', 'do', "n't", 'need', 'any', 'more', 'clothes', 'in', 'my', 'closet', 'that', 'i', 'do', 'not', 'absolutely', 'love', 'and', 'want', 'to', 'wear', 'again', 'and', 'again', 'that', 'is', 'my', 'new', 'criteria', 'for', 'purchasi', ',3,0,5', 'general', 'petite', 'jackets', 'jackets'] ['15821,986,39', ',,5,1,0', 'general', 'jackets', 'jackets'] ['15822,872,42', ',,4,1,0', 'general', 'tops', 'knits'] ['15823,872,42', ',,5,1,0', 'general', 'tops', 'knits'] ['15824,1094,57', 'beautiful', 'folklore/bohemian', 'print', 'dress', 'i', 'ordered', 'a', 'xxs', 'as', 'i', 'am', 'a', 'size', '0.', 'it', 'fits', 'very', 'well', 'i', 'am', '5', '5', 'and', 'the', 'dress', 'hits', 'me', '2', 'inches', 'above', 'knee', 'i', 'would', 'wear', 'this', 'with', 'thick', 'tights', 'and', 'boots', 'the', 'sleeves', 'are', 'unlined', 'but', 'because', 'the', 'material', 'is', 'of', 'high', 'quality', 'it', 'does', 'not', 'seem', 'too', 'shear', 'you', 'can', 'belt', 'this', 'dress', 'if', 'you', 'do', 'not', 'like', 'the', 'loose', 'swing', 'style', 'i', 'love', 'the', 'print', 'and', 'colors', 'i', 'was', 'not', 'really', 'aware', 'of', 'the', 'silver', 'sequence', 'at', 'the', 'hem', 'but', 'i', 'do', 'not', 'mind', 'it', 'however', 'i', 'feel', 'it', 'does', 'dress', 'it', 'up', 'taking', 'it', 'out', 'of', 'the', 'every', 'day', 'wear', 'c', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['15825,872,69', 'did', 'want', 'to', 'love', 'this', 'jacket', 'because', 'i', 'have', 'so', 'much', 'black', 'and', 'white', 'but', 'i', 'saw', 'it', 'on', 'my', 'daughter', 'and', 'had', 'to', 'have', 'it', 'i', 'usually', 'take', 'a', 'large', 'but', 'i', 'needed', 'an', 'extra', 'large', 'and', 'the', 'fit', 'is', 'great', 'the', 'material', 'is', 'not', 'too', 'heavy', 'so', 'i', 'know', 'it', 'can', 'wear', 'it', 'year', 'round', 'by', 'adjusting', 'the', 'weight', 'of', 'tee', 'underneath', ',5,1,1', 'general', 'tops', 'knits'] ['15826,1078,48', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15827,1092,31', 'design', 'flaw', 'i', 'had', 'such', 'high', 'hopes', 'for', 'this', 'dress', 'but', 'unfortunately', 'it', 'misses', 'the', 'mark', 'completely', 'the', 'design', 'is', 'flawed', 'in', 'that', 'you', 'can', 'not', 'raise', 'your', 'arms', 'to', 'shoulder', 'length', 'for', 'someone', 'who', 'is', '5', '3', '105lbs', 'the', 'dress', 'has', 'no', 'shape', 'and', 'looks', 'like', 'something', 'from', 'zoolander', "'s", 'derelict', 'campaign', 'i', 'think', 'one', 'must', 'have', 'a', 'specific', 'body', 'type', 'for', 'this', 'dress', 'but', 'regardless', 'they', "'ll", 'have', 'to', 'keep', 'their', 'arms', 'at', 'their', 'sides', ',1,0,13', 'general', 'petite', 'dresses', 'dresses'] ['15828,974,64', 'i', 'finally', 'caved', 'after', 'eyeing', 'this', 'online', 'several', 'times', 'i', 'saw', 'it', 'at', 'my', 'local', 'store', 'in', 'person', 'it', 'is', 'just', 'so', 'pretty', 'it', 'does', 'have', 'a', 'romantic', 'look', 'to', 'it', 'i', 'was', "n't", 'looking', 'for', 'it', 'the', 'sa', 'was', 'wearing', 'it', 'she', 'is', 'much', 'taller', 'than', 'i', 'it', 'draped', 'nicely', 'over', 'her', 'denim', 'jeans', 'says', 'she', 'loves', 'it', 'just', 'had', 'to', 'have', 'it', 'well', 'of', 'course', 'i', 'was', 'going', 'to', 'try', 'it', 'too', 'at', '5', '3', '117', 'it', 'was', 'to', 'my', 'knees', 'in', 'the', 'front', 'longer', 'in', 'the', 'back', 'a', 'little', 'on', 'the', 'overwhelming', 'side', 'love', 'the', 'crinkly', 'fabric', 'embroidery', 'detail', 'short', 'sleeves', ',5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['15829,1094,31', 'way', 'too', 'short', 'and', 'baggy', 'i', 'could', "n't", 'wait', 'to', 'get', 'this', 'dress', 'i', 'bought', 'it', 'and', 'was', 'instantly', 'disappointed', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'bag', 'while', 'the', 'fabric', 'was', 'beautiful', 'the', 'sizing', 'was', 'way', 'off', 'this', 'dress', 'claims', 'to', 'be', '35', 'long', 'and', 'i', 'could', 'tell', 'instantly', 'it', 'was', "n't", 'it', 'barely', 'covered', 'my', 'rear', 'i', 'also', 'know', 'it', "'s", 'supposed', 'to', 'be', 'flowy', 'but', 'it', 'was', 'really', 'really', 'wide', 'i', 'can', 'see', 'this', 'working', 'for', 'someone', 'around', '5', 'feet', 'tall', 'who', 'is', 'wider', ',2,0,21', 'general', 'petite', 'dresses', 'dresses'] ['15830,909,62', 'would', 'have', 'paid', 'full', 'price', 'i', 'love', 'this', 'sweater', 'and', 'do', "n't", 'think', 'the', 'pics', 'do', 'it', 'justice', 'i', 'ordered', 'the', 'light', 'blue/lavender', 'color', 'and', 'could', "n't", 'be', 'happier', 'it', "'s", 'great', 'with', 'leggings', 'or', 'jeans', 'and', 'booties', 'or', 'boots', 'i', 'received', 'many', 'compliments', 'the', 'one', 'time', 'i', "'ve", 'worn', 'it', 'so', 'far', 'so', 'glad', 'to', 'have', 'snagged', 'this', 'on', 'sale', 'but', 'i', 'would', "n't", 'have', 'hesitated', 'to', 'pay', 'full', 'price', ',5,1,1', 'general', 'tops', 'fine', 'gauge'] ['15831,1178,34', 'great', 'for', 'layering', 'this', 'tank', 'is', 'fairly', 'soft', 'and', 'fits', 'true', 'to', 'size', 'i', 'like', 'that', 'i', 'can', 'pick', 'between', 'a', 'v', 'or', 'round', 'neck', 'depending', 'on', 'my', 'outfit', 'it', 'truly', 'offers', 'a', 'profile', 'to', 'layer', 'with', 'anything', 'the', 'only', 'complaint', 'i', 'have', 'is', 'that', 'the', 'edging', 'wears', 'faster', 'than', 'the', 'rest', 'of', 'the', 'tank', 'i', "'ve", 'trimmed', 'some', 'pilling', 'off', 'of', 'it', 'to', 'keep', 'it', 'looking', 'neat', 'otherwise', 'this', 'is', 'one', 'of', 'my', 'favorite', 'tanks', 'and', 'i', 'have', 'purchase', 'two', 'more', 'so', 'i', 'can', 'always', 'find', 'one', 'when', 'i', 'want', 'it'] [] ['this', 'tank', 'has', 'some', 'stretch', 'so', 'i', 'imagine', 'it', 'fits', 'a', 'range', 'of', 'siz', ',4,1,1', 'initmates', 'intimate', 'intimates'] ['15832,1078,39', 'this', 'is', 'a', 'lightweight', 'knit', 'dress', 'that', 'is', 'well-designed', 'but', 'very', 'form-fitting', 'i', 'decided', 'to', 'return', 'it', 'because', 'at', 'almost', '40', 'there', 'are', 'parts', 'of', 'my', 'body', 'that', 'i', 'do', "n't", 'need', 'to', 'show', 'but', 'if', 'you', "'re", 'in', 'great', 'shape', 'or', 'willing', 'to', 'wear', 'shape', 'wear', 'this', 'would', 'be', 'super', 'cute', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15833,986,52', 'perfection', 'this', 'kimono', 'is', 'gorgeous', 'and', 'i', "'ve", 'gotten', 'many', 'compliments', 'it', 'looks', 'good', 'with', 'a', 't-shirt', 'and', 'jeans', 'or', 'with', 'something', 'dressier', 'i', 'love', 'it.,5,1,4', 'general', 'jackets', 'jackets'] ['15834,1028,48', ',,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15835,1094,24', 'beautifil', 'bohemian', 'dress', 'i', 'am', 'very', 'surprised', 'by', 'the', 'low', 'reviews', 'of', 'this', 'dress', 'this', 'dress', 'is', 'obviously', 'a', 'very', 'loose', 'fitting', 'style', 'it', 'is', 'a', 'bit', 'of', 'a', 'man', 'repellar', 'dress.the', 'quality', 'of', 'the', 'fabric', 'is', 'beautiful', 'and', 'the', 'pattern', 'stunning', 'i', 'find', 'the', 'loose', 'flowy', 'style', 'liberating', 'and', 'comfortable', 'i', 'love', 'it', 'with', 'otk', 'boots', 'and', 'tights', 'for', 'winter', 'but', 'also', 'planning', 'to', 'wear', 'with', 'sandals', 'in', 'spring', 'i', 'am', '125lbs', 'and', 'purchased', 'the', 'petite', 'small.,5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15836,1077,35', ',,5,1,0', 'general', 'dresses', 'dresses'] ['15837,328,48', 'so', 'super', 'soft', 'this', 'is', 'great', 'and', 'very', 'soft', 'inside', 'i', 'am', 'wearing', 'it', 'around', 'my', 'house', 'all', 'the', 'time', 'great', 'over', 'workout', 'clothes', 'or', 'jeans', 'and', 'leggings.,5,1,0', 'initmates', 'intimate', 'lounge'] ['15838,1077,26', 'so', 'much', 'better', 'in', 'person', 'the', 'pictures', 'of', 'this', 'dress', 'are', 'terrible', 'compared', 'to', 'seeing', 'it', 'in', 'person', 'and', 'i', 'instantly', 'fell', 'in', 'love', 'with', 'this', 'dress', 'when', 'i', 'put', 'it', 'on', 'the', 'fit', 'is', 'very', 'flattering', 'with', 'a', 'touch', 'of', '1920s', 'flare', 'the', 'colors', 'are', 'better', 'in', 'person', 'too', 'with', 'the', 'lightest', 'color', 'being', 'pink', 'not', 'white', 'as', 'pictured', ',5,1,5', 'general', 'dresses', 'dresses'] ['15839,815,41', 'complete', 'all', 'on', 'it', "'s", 'own', 'cute', 'simple', 'top', 'that', 'completes', 'an', 'outfit', 'all', 'on', 'it', "'s", 'own', 'it', 'is', 'pricey', 'but', 'i', 'finally', 'took', 'the', 'plunge', 'and', 'bought', 'it', ',4,1,0', 'general', 'tops', 'blouses'] ['15840,815,47', 'not', 'for', 'every', 'body', 'shape', 'this', 'may', 'be', 'lovely', 'on', 'some', 'people', 'but', 'it', 'did', "n't", 'work', 'on', 'me', 'at', 'all', 'i', 'thought', 'it', 'would', 'have', 'some', 'swing', 'to', 'it', 'but', 'the', 'bottom', 'hem', 'was', 'tight', 'if', 'i', 'had', 'gone', 'up', 'a', 'size', 'the', 'top', 'would', 'have', 'been', 'huge', 'the', 'bib', 'was', "n't", 'flattering', 'on', 'me', 'and', 'it', "'s", 'also', 'quite', 'sheer', 'too', 'bad', 'because', 'the', 'print', 'is', 'great', 'maybe', 'if', 'you', "'re", 'athletic', 'with', 'slim', 'hips', 'you', 'can', 'manage', 'it', 'i', 'think', 'if', 'you', 'are', 'busty', 'this', 'could', 'look', 'like', 'maternity', 'wear', 'on', 'you', 'back', 'it', 'went', 'sadly', ',3,0,2', 'general', 'tops', 'blouses'] ['15841,64,37', ',,5,1,0', 'initmates', 'intimate', 'sleep'] ['15842,1077,23', 'great', 'dress', 'fits', 'perfectly', 'i', 'love', 'that', 'retailerpolgie', 'has', 'petite', 'sizes', 'now', 'i', 'am', '5', '4', 'and', '115lbs', 'i', 'bought', 'the', '0p', 'and', 'it', 'fits', 'perfectly', 'the', 'dress', 'is', 'very', 'cute', 'and', 'the', 'colors', 'are', 'a', 'way', 'to', 'transition', 'into', 'fall', 'when', 'its', 'still', 'warm', 'out', ',5,1,2', 'general', 'dresses', 'dresses'] ['15843,936,40', 'cute', 'but', 'not', 'best', 'quality', 'i', 'would', 'have', 'bought', 'this', 'had', 'it', 'not', 'been', 'for', 'the', 'way', 'the', 'pockets', 'are', 'sewn', 'in', 'they', 'are', 'attached', 'on', 'the', 'inside', 'by', 'a', 'string', 'if', 'the', 'string', 'broke', 'the', 'pockets', 'would', 'dangle', 'for', 'the', 'price', 'you', 'would', 'think', 'they', 'would', 'have', 'sewn', 'pockets', 'in', 'to', 'the', 'vest', 'too', 'bad.,5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['15844,1033,53', 'great', 'the', 'color', 'heft', 'style', 'quality', 'are', 'perfect', 'i', 'did', 'go', 'down', 'one', 'size', 'since', 'my', 'usual', 'size', 'was', 'too', 'large', 'in', 'the', 'waist', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15845,1033,61', 'love', 'these', 'jeans', 'i', 'absolutely', 'love', 'the', 'look', 'and', 'fit', 'of', 'these', 'jeans', 'i', 'did', 'have', 'to', 'size', 'down', 'i', 'ran', 'into', 'problems', 'after', 'washing', 'the', 'fraying', 'on', 'one', 'leg', 'was', 'twice', 'that', 'of', 'the', 'other', 'looking', 'very', 'unbalanced', 'after', 'looking', 'closely', 'i', 'found', 'that', 'one', 'leg', 'had', 'a', 'top', 'stitching', 'very', 'close', 'to', 'the', 'fray', 'to', 'prevent', 'further', 'fraying', 'the', 'other', 'leg', 'did', 'not', 'have', 'this', 'stitching', 'thus', 'the', 'fraying', 'double', 'in', 'size', 'i', 'have', 'sent', 'a', 'request', 'to', 'customer', 'service', 'for', 'a', 'replacement', 'pair', 'these', 'are', 'adorable', 'jeans', 'just', 'be', 'sure', 'to', 'check', 'for', 'stitc', ',3,1,7', 'general', 'bottoms', 'jeans'] ['15846,815,40', 'wardrobe', 'must', 'the', 'online', 'pic', 'does', 'not', 'even', 'do', 'this', 'beautiful', 'blouse', 'justice', 'in', 'person', 'it', 'is', 'stunning', 'and', 'goes', 'with', 'everything.,5,1,5', 'general', 'tops', 'blouses'] ['15847,815,49', 'nice', 'details', 'on', 'this', 'fun', 'and', 'flowy', 'flamingo', 'top', 'i', 'tried', 'this', 'on', 'at', 'the', 'store', 'the', 'fuzzy', 'trim', 'around', 'the', 'bib', 'is', 'adorable', 'and', 'the', 'overall', 'texture', 'with', 'little', 'puffs', 'woven', 'into', 'the', 'fabric', 'has', 'a', 'nice', 'quality', 'feel', 'to', 'it', 'the', 'pattern', 'of', 'flamingos', 'is', 'fun', 'and', 'the', 'fabric', 'is', 'soft', 'it', 'does', 'run', 'on', 'the', 'big', 'and', 'flowy', 'side', 'i', 'thought', 'it', 'was', 'very', 'cute', 'and', 'comfy', 'but', 'ultimately', 'did', 'not', 'buy', 'it', 'because', 'the', 'price', 'is', 'rather', 'high', 'and', 'the', 'petite', 'length', 'is', 'sold', 'out', 'i', "'ll", 'snap', 'it', 'up', 'if', 'it', 'goes', 'on', 'sale.,5,1,0', 'general', 'tops', 'blouses'] ['15848,1025,57', ',lovely', 'small', 'whale', 'cords', 'they', 'fit', 'too', 'tight', 'around', 'the', 'waist', 'for', 'me', 'unfortunately', 'i', 'will', 'have', 'to', 'return.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15849,1033,56', 'great', 'cool', 'looking', 'jeans', 'i', 'just', 'bought', 'these', 'jeans', 'today', 'they', 'are', 'really', 'cute', 'comfortable', 'on', 'i', 'love', 'pilcro', 'jeans', 'as', 'they', 'fit', 'really', 'well', 'they', 'are', 'made', 'well', 'they', 'are', 'always', 'on', 'style', 'i', 'did', 'have', 'to', 'go', 'down', 'a', 'size', 'as', 'well', 'but', 'they', 'fit', 'beautifully', 'comfy', 'stylish', ',5,1,1', 'general', 'bottoms', 'jeans'] ['15850,815,43', 'definitely', 'try', 'on', 'before', 'buying', 'pretty', 'top', 'online', 'okay', 'in', 'person', 'runs', 'small', 'especially', 'on', 'bottom', 'hemline', 'thought', 'it', 'would', 'have', 'a', 'swing', 'to', 'it', 'it', 'does', 'not', 'more', 'sheer', 'in', 'person', 'than', 'i', 'thought', 'it', 'would', 'be', 'that', 'would', "n't", 'stop', 'me', 'from', 'keeping', 'it', 'though', 'it', 'was', 'the', 'way', 'it', 'laid', 'on', 'my', 'chest', 'that', 'was', 'unflattering', 'looked', 'like', 'i', 'was', 'wearing', 'a', 'bib', 'i', 'do', "n't", 'have', 'a', 'large', 'chest', 'just', 'weird', 'look', 'on', 'me', 'unfortunate', 'because', 'it', 'is', 'an', 'adorable', 'print', 'top', 'made', 'for', 'thinner', 'or', 'a', 'petite', 'lady', ',3,0,5', 'general', 'tops', 'blouses'] ['15851,1077,47', 'rich', 'beautiful', 'colors', 'very', 'low', 'neckline', 'for', 'me', 'the', 'v', 'was', 'too', 'deep', 'on', 'this', 'one', 'but', 'the', 'colors', 'are', 'beautiful', ',4,1,1', 'general', 'dresses', 'dresses'] ['15852,1033,53', 'finally', 'the', 'perfect', 'boyfriend', 'jean', 'i', "'ve", 'been', 'trying', 'on', 'boyfriend', 'jeans', 'for', 'more', 'than', 'a', 'year', 'finally', 'found', 'a', 'pair', 'that', 'fit', 'and', 'were', 'comfortable', 'many', 'of', 'them', 'had', 'no', 'stretch', 'at', 'all', 'and', 'were', 'very', 'uncomfortable', 'these', 'have', 'just', 'enough', 'stretch', 'but', 'not', 'too', 'much', 'i', 'usually', 'wear', 'a', '29-30', 'tried', 'on', 'the', '29', 'which', 'were', 'comfortable', 'but', 'too', 'loose', 'at', 'the', 'waist', 'the', '28', 'were', 'a', 'perfect', 'fit'] ['i', "'m", '5', '8', '140lbs', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15853,1077,38', 'lovely', 'little', 'dress', 'never', 'would', 'have', 'thought', 'i', 'would', 'love', 'it', 'so', 'much', 'based', 'on', 'the', 'picture', 'online', 'but', 'saw', 'it', 'in', 'person', 'and', 'it', "'s", 'so', 'cute', 'colors', 'are', 'very', 'rich', 'in', 'person', 'even', 'the', 'soft', 'pink', 'not', 'a', 'big', 'pink', 'gal', 'works', 'so', 'well', 'with', 'the', 'other', 'colors', 'great', 'quality', 'with', 'full', 'lining', 'i', 'lucked', 'out', 'and', 'picked', 'it', 'up', 'for', 'a', 'steal', 'on', 'clearance', 'with', 'another', '40', 'off', 'just', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['15854,1033,37', 'perfect', 'denim', 'pilcro', 'is', 'an', 'incredible', 'denim', 'brand', 'and', 'i', "'ve", 'never', 'been', 'disappointed', 'these', 'are', 'no', 'exception', 'minimal', 'distress', 'perfect', 'length', 'i', "'m", '5', '8', 'and', 'they', 'hit', 'just', 'like', 'the', 'model', 'great', 'color', 'and', 'super', 'comfy', 'they', 'have', 'some', 'stretch', 'to', 'them', 'and', 'definitely', 'fit', 'baggier', 'so', 'depending', 'on', 'how', 'you', 'want', 'them', 'to', 'fit', 'i', 'sized', 'down', 'for', 'a', 'snugger', 'fit', 'these', 'are', 'fantastic', ',5,1,18', 'general', 'bottoms', 'jeans'] ['15855,707,33', 'love', 'this', 'dress', 'great', 'for', 'dressing', 'up', 'and', 'down', 'or', 'just', 'to', 'throw', 'on', 'for', 'the', 'weekend', 'the', 'fit', 'is', 'very', 'flattering', 'but', 'i', 'will', 'say', 'the', 'fabric', 'is', 'very', 'thin', 'so', 'you', 'must', 'use', 'a', 'slip', 'it', "'s", 'totally', 'see', 'through', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['15856,991,23', 'surprise', 'two', 'slits', 'maybe', 'i', 'did', "n't", 'read', 'the', 'description', 'correctly', 'but', 'i', 'was', 'surprised', 'that', 'this', 'skirt', 'has', 'two', 'front', 'slits', 'thigh-level', 'rather', 'than', 'just', 'one', 'as', 'shown', 'in', 'the', 'photo', 'above', 'it', "'s", 'gorgeous', 'silk', 'the', 'patterns', 'are', 'vivid', 'and', 'the', 'pleats', 'are', 'classy', 'giving', 'just', 'the', 'right', 'balance', 'of', 'form', 'and', 'flow', 'however', 'when', 'i', 'sat', 'down', 'very', 'little', 'coverage', 'which', 'means', 'i', 'would', "n't", 'wear', 'it', 'much', 'i', 'considered', 'taking', 'it', 'to', 'my', 'tailor', 'but', 'too', 'much', 'effort', 'and', 'however', 'it', "'s", 'beautifully', 'crafted', 'if', 'you', "'re", 'looking', 'for', 'som', ',5,1,0', 'general', 'bottoms', 'skirts'] ['15857,815,60', ',very', 'soft', 'color', 'and', 'soft', 'to', 'touch', 'the', 'material', 'is', 'light', 'and', 'airy', 'and', 'it', 'feels', 'great', 'on', 'i', 'wear', 'a', 'medium', 'and', 'bought', 'the', 'small', 'i', 'would', 'definitely', 'buy', 'this', 'in', 'another', 'pattern', 'if', 'they', 'made', 'it', 'as', 'cute', 'as', 'the', 'flamingos.,5,1,1', 'general', 'tops', 'blouses'] ['15858,991,54', 'lovely', 'and', 'versatile', 'skirt', 'i', 'saw', 'this', 'skirt', 'online', 'and', 'loved', 'the', 'vibrant', 'colors', 'pattern', 'and', 'style', 'it', 'looks', 'even', 'prettier', 'in', 'person', 'the', 'material', 'is', 'light', 'and', 'soft', 'the', 'skirt', 'is', 'fully', 'lined', 'so', 'you', 'do', "n't", 'have', 'to', 'worry', 'about', 'it', 'being', 'see-through', 'also', 'the', 'skirt', 'is', 'a', 'good', 'length', 'for', 'me', 'and', 'wo', "n't", 'drag', 'on', 'the', 'floor', 'happy', 'with', 'purchase', 'recommend', ',5,1,1', 'general', 'bottoms', 'skirts'] ['15859,936,35', 'pretty', 'but', 'unsure', 'i', 'love', 'how', 'unique', 'this', 'vest', 'is', 'i', "'m", 'still', 'figuring', 'out', 'how', 'to', 'wear', 'it', 'in', 'a', 'feminine', 'way', 'as', 'it', 'lacks', 'shape', 'at', 'the', 'waist', 'and', 'the', 'collar', 'sometimes', 'does', "n't", 'behave', 'i', 'think', 'the', 'sweater', 'texture', 'makes', 'it', 'more', 'casual', 'but', 'i', 'could', 'belt', 'it', 'and', 'wear', 'with', 'fancier', 'shoes', 'to', 'glam', 'it', 'up', 'it', 'is', 'a', 'nice', 'third', 'piece', 'to', 'keep', 'warm', 'for', 'fall', 'or', 'winter', 'hopefully', 'i', 'll', 'wear', 'it', 'more', 'once', 'i', 'figure', 'it', 'out', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15860,815,73', 'love', 'it', 'only', 'worn', 'this', 'once', 'but', 'had', 'multiple', 'compliments', 'such', 'a', 'cute', 'pattern', 'and', 'style', 'only', 'complaint', 'is', 'wish', 'they', 'would', 'have', 'done', 'the', 'sides', 'with', 'a', 'split', 'it', 'kind', 'of', 'wants', 'to', 'hug', 'the', 'hips', 'and', 'then', 'be', 'too', 'wide', 'in', 'the', 'middle', 'still', 'love', 'it', ',5,1,2', 'general', 'tops', 'blouses'] ['15861,1077,47', ',,3,0,0', 'general', 'dresses', 'dresses'] ['15862,815,54', 'this', 'top', 'is', 'really', 'cute', 'and', 'i', 'love', 'the', 'design', 'however', 'the', 'first', 'time', 'i', 'wore', 'it', 'the', 'waste', 'band', 'started', 'unraveling', ',2,0,0', 'general', 'tops', 'blouses'] ['15863,815,38', 'so', 'soft', 'and', 'beautiful', 'this', 'top', 'runs', 'a', 'tad', 'big', 'it', "'s", 'beautiful', 'in', 'person', 'and', 'sooooo', 'soft', 'definitely', 'an', 'retailer', 'staple', 'top', 'material', 'and', 'cut', 'is', 'great,5,1,6', 'general', 'tops', 'blouses'] ['15864,815,37', 'beautiful', 'feminine', 'top', 'i', 'really', 'love', 'this', 'top', 'it', 'is', 'soft', 'lightweight', 'and', 'really', 'pretty', 'it', 'has', 'quickly', 'become', 'one', 'of', 'my', 'favorites', ',5,1,0', 'general', 'tops', 'blouses'] ['15865,1077,58', 'beautiful', 'exciting', 'design', 'beautiful', 'fabric', 'love', 'this', 'dress', ',5,1,0', 'general', 'dresses', 'dresses'] ['15866,835,30', 'cute', 'top', 'i', 'definitely', 'agree', 'with', 'the', 'other', 'reviewers', 'who', 'said', 'this', 'top', 'is', 'better', 'suited', 'for', 'someone', 'tall', 'and', 'slender', 'the', 'design', 'on', 'the', 'lace', 'is', 'beautiful', 'and', 'i', 'love', 'the', 'scalloped', 'hem', 'but', 'it', 'is', 'somewhat', 'boxy', 'and', 'flowy', 'which', 'did', "n't", 'seem', 'to', 'work', 'on', 'my', 'curvy', 'body', 'proportion-wise', ',5,1,0', 'general', 'tops', 'blouses'] ['15867,996,33', 'nice', 'but', 'yellowy', 'this', 'is', 'a', 'lovely', 'skirt', 'that', 'fits', 'well', 'but', 'it', 'is', 'much', 'more', 'of', 'a', 'yellowy', 'cream', 'color', 'than', 'white', 'also', 'it', 'felt', 'very', 'static-y', ',3,0,4', 'general', 'petite', 'bottoms', 'skirts'] ['15868,1081,29', 'comfortable', 'but', 'revealing', 'dress', 'i', 'bought', 'this', 'dress', 'for', 'work', 'and', 'receive', 'tons', 'of', 'compliments', 'when', 'i', 'wear', 'it', 'the', 'material', 'is', 'soft', 'and', 'breathable', 'which', 'makes', 'it', 'comfortable', 'to', 'wear', 'all', 'day', 'at', 'work', 'with', 'a', 'light', 'jacket', 'i', 'do', 'agree', 'with', 'the', 'other', 'reviewer', 'though', 'it', 'does', 'show', 'every', 'bump', 'especially', 'in', 'the', 'tummy', 'i', 'also', 'noticed', 'that', 'some', 'of', 'the', 'fabric', 'flaps', 'will', 'flip', 'up', 'when', 'i', 'sit', 'down', 'but', 'i', 'am', 'going', 'to', 'sew', 'the', 'flap', 'down', 'so', 'it', 'stops', 'doing', 'that', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15869,996,39', 'oh', 'my', 'fun', 'fun', 'fun', 'love', 'the', 'polka', 'dot', 'but', 'also', 'the', 'cut', 'on', 'this', 'skirt', 'is', 'very', 'flattering', 'and', 'retro', 'it', 'is', 'perhaps', 'a', 'little', 'yellower', 'on', 'the', 'ivory', 'side', 'but', 'neutral', 'nonetheless', 'te', 'fit', 'is', 'very', 'flattering', '0p', 'fit', 'waist', 'hops', 'length', '115', 'lbs', '26.5', 'in', 'waist', 'i', 'think', 'i', 'will', 'have', 'to', 'keep', 'this', 'lovely', 'item', 'as', 'i', 'doubt', 'it', 'will', 'make', 'it', 'to', 'sale', 'in', 'my', 'size', ',5,1,2', 'general', 'petite', 'bottoms', 'skirts'] ['15870,996,64', 'beautiful', 'skirt', 'this', 'skirt', 'is', 'really', 'beautiful', 'and', 'well', 'made', 'the', 'color', 'is', 'a', 'cream/off', 'white', 'like', 'other', 'reviewers', 'mentioned', 'it', 'fits', 'mostly', 'true', 'to', 'size', 'i', 'have', 'a', 'straight', 'build', 'with', 'a', 'wider', 'stomach', 'and', 'no', 'hips', 'and', 'my', 'usual', '4', 'fit', 'a', 'tad', 'tight', 'in', 'the', 'waist', 'but', 'perfect', 'in', 'the', 'hips', 'i', 'just', 'love', 'this', 'skirt.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['15871,1094,49', 'pretty', 'but', 'first', 'of', 'all', 'i', "'ve", 'noticed', 'that', 'maeve', 'is', 'running', 'big', 'i', "'m", 'normally', 'a', 'size', 'medium', 'or', '6', 'and', 'two', 'occasions', 'now', 'i', "'ve", 'needed', 'a', 'size', 'small', 'and', 'this', 'is', 'no', 'different', 'of', 'course', 'i', 'ordered', 'the', 'medium', 'and', 'would', 'need', 'to', 'exchange', 'it', 'if', 'i', 'want', 'it', 'to', 'fit', 'better', 'it', "'s", 'loose', 'allover', 'the', 'only', 'reason', 'i', "'m", 'not', 'exchanging', 'it', 'is', 'that', 'the', 'color', 'washes', 'my', 'olive', 'skin', 'color', 'other', 'than', 'that', 'it', "'s", 'a', 'beautiful', 'dress', 'it', 'hist', 'at', 'the', 'same', 'spot', 'on', 'the', 'leg', 'as', 'in', 'the', 'model', "'s", 'pictures', 'for', 'reference', '5', '9', '36b', '29', '38', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15872,984,50', 'great', 'fall', 'purchase', 'i', 'ca', "n't", 'wait', 'for', 'the', 'first', 'signs', 'of', 'fall', 'so', 'i', 'can', 'wear', 'this', 'the', 'fabric', 'is', 'a', 'nice', 'light', 'weight', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'as', 'another', 'interviewer', 'commented', 'it', 'can', 'also', 'be', 'worn', 'as', 'a', 'dress', 'well', 'worth', 'the', 'investment', ',5,1,1', 'general', 'petite', 'jackets', 'jackets'] ['15873,984,43', 'returned', 'with', 'a', 'bit', 'of', 'regret', 'very', 'cute', 'coat', 'but', 'could', 'not', 'keep', 'it', 'for', 'the', 'price', 'just', 'not', 'sure', 'it', 'is', 'worth', 'almost', '200,00', 'with', 'tax', 'added', 'to', 'cost', 'when', 'it', 'goes', 'on', 'sale', 'i', 'will', 'most', 'likely', 'buy', 'it', ',3,1,2', 'general', 'petite', 'jackets', 'jackets'] ['15874,867,41', 'great', 'asymetrical', 'top', 'i', 'sat', 'on', 'this', 'top', 'for', 'about', '2', 'weeks', 'waiting', 'for', 'more', 'reviews', 'to', 'see', 'if', 'it', 'was', 'worth', 'buying', 'i', 'finally', 'took', 'a', 'chance', 'on', 'it', 'and', 'i', "'m", 'glad', 'that', 'i', 'did', 'this', 'top', 'is', 'really', 'cute', 'i', 'love', 'the', 'asymetrical', 'pattern', 'it', "'s", 'long', 'enough', 'that', 'it', 'goes', 'great', 'with', 'my', 'black', 'skinny', 'jeans', 'the', 'v', 'neckline', 'is', 'perfect', 'not', 'too', 'low', 'i', 'got', 'this', 'in', 'my', 'usual', 'size', 'large', 'and', 'it', 'fits', 'perfectly', 'i', 'wish', 'that', 'the', 'sleeves', 'were', 'slightly', 'longer', 'but', 'that', 'should', "n't", 'be', 'a', 'problem', 'for', 'someone', 'not', 'as', 'tall', 'it', "'s", 'a', 'quirky', 'and', 'ador', ',5,1,6', 'general', 'tops', 'knits'] ['15875,835,53', 'got', 'two', 'colors', 'i', 'ordered', 'the', 'navy', 'which', 'is', 'really', 'stunning', 'by', 'the', 'way-and', 'the', 'cream', 'i', 'asked', 'my', 'husband', 'to', 'choose', 'the', 'color', 'for', 'me', 'and', 'he', 'asked', 'me', 'to', 'keep', 'both', 'of', 'them', 'there', 'you', 'have', 'it', 'that', 'should', 'say', 'it', 'all', 'it', 'is', 'a', 'beautifully', 'done', 'lace', 'with', 'an', 'attached', 'camisol', 'liner', 'which', 'if', 'i', "'m", 'not', 'mistaken', 'is', 'on', 'snaps', 'so', 'that', 'you', 'can', 'remove', 'it', 'and', 'wear', 'your', 'own', 'cami', 'if', 'this', 'one', 'has', 'a', 'weird', 'fit', 'for', 'you', 'the', 'navy', 'is', 'really', 'pretty', 'due', 'to', 'the', 'stark', 'contrast', 'of', 'two', 'shades', 'of', 'blue', 'as', 'i', 'said', 'my', 'husband', 'saw', 'the', 'cream', 'colo', ',5,1,0', 'general', 'tops', 'blouses'] ['15876,867,29', ',very', 'cute', 'everyday', 'tee', 'usually', 'run', 'between', 'an', 'xs', 'or', 'small', 'with', 'retailer', 'and', 'was', 'happy', 'i', 'chose', 'the', 'extra', 'small', 'a', 'great', 'updated', 'on', 'a', 'classic', 'strip', 'tee.,4,1,1', 'general', 'tops', 'knits'] ['15877,996,28', 'eva', 'franco', 'has', 'done', 'it', 'again', 'by', 'creating', 'another', 'fabulously', 'flattering', 'unique', 'and', 'compliment', 'grabbing', 'skirt', 'it', 'runs', 'true', 'to', 'size', 'and', 'is', 'very', 'easy', 'to', 'move', 'in', 'and', 'wear', 'this', 'is', 'my', '10th', 'skirt', 'of', 'hers', 'and', 'i', 'love', 'them', 'all', ',5,1,4', 'general', 'petite', 'bottoms', 'skirts'] ['15878,835,43', 'i', 'bought', 'this', 'top', 'in', 'ivory', 'and', 'love', 'it', 'i', "'m", '5', '5', '125lbs', 'and', '32dd', 'i', 'usually', 'wear', 'a', 'small', 'or', '4', 'but', 'sized', 'up', 'to', 'a', '6', 'i', 'have', 'no', 'issues', 'with', 'the', 'fabric', 'this', 'is', 'a', 'steal', 'for', 'the', 'sale', 'price', ',5,1,0', 'general', 'tops', 'blouses'] ['15879,996,48', 'lovely', 'but', 'i', 'saw', 'this', 'skirt', 'online', 'and', 'had', 'to', 'have', 'it', 'as', 'another', 'reviewer', 'mentioned', 'the', 'color', 'is', 'more', 'of', 'a', 'yellowy', 'ivory', 'the', 'skirt', 'is', 'very', 'pretty', 'but', 'also', 'has', 'a', 'very', 'thick/heavy', 'satin', 'polyester', 'lining', 'i', 'do', "n't", 'feel', 'like', 'i', 'could', 'wear', 'it', 'during', 'the', 'summer', 'because', 'the', 'thick', 'poly', 'lining', 'would', "n't", 'breathe', 'that', 'was', 'the', 'deciding', 'factor', 'and', 'sadly', 'i', "'ll", 'have', 'to', 'return', 'it', ',4,0,0', 'general', 'petite', 'bottoms', 'skirts'] ['15880,1081,50', 'lovely', 'and', 'flattering', 'i', 'really', 'liked', 'this', 'dress', 'it', "'s", 'so', 'comfy', 'i', 'could', 'sleep', 'in', 'it', 'plus', 'it', "'s", 'quite', 'flattering', 'however', 'if', 'you', 'have', 'a', 'tummy', 'which', 'i', 'do', 'you', 'have', 'to', 'really', 'suck', 'it', 'in', 'the', 'dress', 'will', 'show', 'bulges', 'but', 'the', 'layers', 'make', 'it', 'a', 'little', 'more', 'forgiving', 'that', 'the', 'typical', 'fitted', 'dress', 'the', 'length', 'is', 'great', 'and', 'conservative', 'enough', 'that', 'i', 'wore', 'it', 'to', 'work', 'today', 'though', 'it', 'does', 'ride', 'up', 'as', 'you', 'walk', 'the', 'blue', 'is', 'dark', 'enough', 'it', 'could', 'almost', 'be', 'worn', 'with', 'black', 'shoes', 'almost', 'the', 'top', 'is', 'really', 'cut', 'well', 'with', 'the', 'perfect', 'neck', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['15881,867,57', ',the', 'style', 'and', 'color', 'is', 'very', 'nice', 'but', 'the', 'fabric', 'is', 'a', 'bit', 'stiff', 'the', 'fabric', 'does', "n't", 'have', 'much', 'give', 'and', 'is', "n't", 'as', 'comfortable', 'as', 'most', 'of', 'my', 'other', 'retailer', 't', 'shirts', 'still', 'a', 'cute', 'top', 'for', 'the', 'cooler', 'weather.,4,1,1', 'general', 'tops', 'knits'] ['15882,984,34', 'even', 'cuter', 'as', 'a', 'dress', 'i', 'totally', 'thought', 'this', 'was', 'a', 'dress', 'when', 'i', 'tried', 'it', 'on', 'and', 'bought', 'it', 'in', 'the', 'store', 'there', 'is', 'a', 'drawstring', 'on', 'the', 'inside', 'to', 'cinch', 'the', 'waist', 'making', 'it', 'look', 'so', 'cute', 'as', 'a', 'dress.,5,1,0', 'general', 'petite', 'jackets', 'jackets'] ['15883,601,46', 'boys', 'and', 'arrows', 'bottom', 'love', 'boys', 'and', 'arrows', 'make', 'amazing', 'suits', 'i', 'wear', 'a', '25/26', 'in', 'jeans', 'and', 'a', 'size', 'small', 'in', 'this', 'bikini', 'bottom', 'it', 'actually', 'fits', 'true', 'to', 'size', 'which', 'seems', 'impossible', 'in', 'swimwear', 'cheeky', 'for', 'sure', 'but', 'so', 'cute', 'fabric', 'is', 'super', 'super', 'soft', 'i', 'want', 'to', 'wear', 'these', 'all', 'day', 'long', ',5,1,0', 'initmates', 'intimate', 'swim'] ['15884,1086,28', 'versatile', 'and', 'soft', 'in', 'true', 'cloth', 'stone', 'fashion', 'this', 'product', 'is', 'incredibly', 'soft', 'and', 'comfortable', 'i', 'bought', 'mine', 'in', 'petite', 'small', 'but', 'it', 'will', 'flatter', 'a', 'number', 'of', 'different', 'body', 'shapes', 'and', 'sizes', 'it', "'s", 'easy', 'to', 'launder', 'machine', 'wash', 'and', 'it', 'will', 'work', 'as', 'a', 'perfect', 'piece', 'to', 'dress', 'up', 'or', 'down', 'depending', 'on', 'how', 'you', 'accessorize', 'the', 'product', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'while', 'i', "'m", 'on', 'the', 'go', 'and', 'traveling', 'over', 'the', 'summer', ',5,1,1', 'general', 'dresses', 'dresses'] ['15885,984,52', 'a', 'jacket', 'or', 'dress', 'for', 'a', 'four-season', 'wardrobe', 'yes', 'like', 'the', 'photo', 'suggests', 'this', 'piece', 'has', 'a', 'lot', 'of', 'the', 'features', 'of', 'a', 'jacket', 'but', 'i', 'bought', 'it', 'to', 'also', 'wear', 'as', 'a', 'dress', 'let', 'me', 'explain'] [] ['fyi', '36c', 'broad', 'shoulders/back', 'high', 'waist', 'dress/top', 'size', '10', 'without', 'buttons', 'etc', 'or', '12', 'fitted', 'at', 'the', 'bust', 'and', 'waist', 'bottom', 'size', '6', 'upside', 'down', 'triangle', '5', '2'] [] ['i', 'bought', 'the', 'small', 'in', 'this', 'piece', 'because', 'it', 'is', 'big', 'enough', 'to', 'wear', 'as', 'a', 'light', 'jacket', 'while', 'also', 'being', 'fitted', 'enough', 'to', 'wear', 'as', 'a', 'dress', 'on', 'the', 'inside', 'of', 'the', 'piece', 'there', 'are', 'strings', 'that', ',5,1,11', 'general', 'petite', 'jackets', 'jackets'] ['15886,867,45', ',this', 'shirt', 'is', 'so', 'cute', 'in', 'the', 'picture', 'but', 'not', 'so', 'great', 'in', 'person', 'i', 'bought', 'the', 'short', 'sleeve', 'version', 'this', 'summer', 'and', 'loved', 'it', 'this', 'runs', 'really', 'big', 'so', 'maybe', 'a', 'smaller', 'size', 'will', 'help.,3,0,0', 'general', 'tops', 'knits'] ['15887,1086,33', ',,5,1,0', 'general', 'dresses', 'dresses'] ['15888,867,43', ',,5,1,0', 'general', 'tops', 'knits'] ['15889,1086,39', 'soft', 'this', 'dress', 'is', 'so', 'soft', 'and', 'comfortable', 'i', 'love', 'shift', 'dresses', 'and', 'find', 'them', 'flattering', 'this', 'one', 'did', 'not', 'disappoint', 'in', 'that', 'area', 'it', 'is', 'long', 'enough', 'for', 'work', 'and', 'hits', 'just', 'above', 'my', 'knee', 'finally', 'the', 'colors', 'are', 'great', 'the', 'shades', 'of', 'blue', 'muted', 'red', 'and', 'peachy', 'pink', 'are', 'lovely', ',5,1,1', 'general', 'dresses', 'dresses'] ['15890,1094,54', 'super', 'cute', 'and', 'warm', 'too', 'i', "'m", '5', 'tall', 'and', '95', 'pounds', 'and', 'ordered', 'this', 'in', 'an', 'xxsp', 'it', "'s", 'a', 'little', 'loose', 'but', 'still', 'looks', 'really', 'attractive', 'on', 'my', 'body', 'it', "'s", 'warmer', 'and', 'thicker', 'than', 'i', 'thought', 'it', 'would', 'be', 'and', 'lined', 'i', 'love', 'it', 'taller', 'petites', 'might', 'want', 'to', 'size', 'into', 'regular', 'because', 'even', 'on', 'my', 'super-petite', 'body', 'it', 'hit', 'a', 'few', 'inches', 'above', 'the', 'knees', 'perfect', 'length', 'for', 'me', 'but', 'will', 'hit', 'higher', 'for', 'those', 'taller'] ['it', "'s", 'going', 'to', 'become', 'a', 'staple', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15891,831,59', 'lovely', 'blouse', 'this', 'top', 'is', 'so', 'much', 'cuter', 'in', 'person', 'it', "'s", 'light', 'and', 'airy', 'and', 'very', 'feminine', 'can', 'be', 'worn', 'casually', 'or', 'dressed', 'up', 'definitely', 'not', 'as', 'full/baggy', 'as', 'it', 'appears', 'in', 'the', 'photo.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['15892,825,64', 'amnesty', 'hi-lo', 'tunic', ',i', 'bought', 'the', 'blue', 'white', 'one', 'and', 'it', 'is', 'so', 'very', 'comfortable', 'it', 'will', 'look', 'with', 'my', 'blue', 'jeans', 'and', 'in', 'the', 'summer', 'with', 'my', 'white', 'leggings', 'great', 'quality', 'at', 'a', 'good', 'price.,5,1,1', 'general', 'petite', 'tops', 'blouses'] ['15893,825,43', 'super', 'cute', 'i', 'bought', 'this', 'tunic', 'is', 'blue', 'it', 'is', 'now', 'one', 'of', 'my', 'favorite', 'tops', 'to', 'wear', 'with', 'skinny', 'jeans', 'or', 'even', 'leggings', 'i', 'have', 'always', 'love', 'rayon', 'this', 'top', 'did', 'not', 'disappoint', 'me', 'it', 'feels', 'very', 'soft', 'and', 'silky', 'which', 'makes', 'it', 'perfect', 'for', 'warmer', 'days', 'for', 'reference', 'i', 'am', '5', '1', '125', 'lbs', 'the', 'xs', 'p', 'fits', 'me', 'just', 'like', 'the', 'model', 'lose', 'and', 'not', 'too', 'long', 'i', 'love', 'it', 'so', 'much', 'that', 'i', 'am', 'considering', 'another', 'in', 'different', 'color', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['15894,825,58', ',i', 'purchased', 'the', 'blue', 'white', 'pattern', 'of', 'this', 'shirt', 'the', 'color', 'blue', 'was', 'bright', 'and', 'contrasted', 'perfectly', 'with', 'the', 'white', 'color', 'in', 'the', 'square', 'design', 'this', 'shirt', 'worn', 'with', 'a', 'white', 'pair', 'of', 'slacks', 'or', 'a', 'white', 'skirt', 'makes', 'a', 'perfect', 'presentation', 'for', 'any', 'occassion', 'during', 'the', 'warm', 'spring', 'and', 'summer', 'months', 'the', 'fit', 'of', 'the', 'shirt', 'was', 'true', 'to', 'size', 'i', 'love', 'the', 'longer', 'length', 'of', 'this', 'shirt', 'because', 'it', 'elongates', 'one', "'s", 'height', 'the', 'cuffed', 'sleeves', 'are', 'perfect', 'in', 'length', 'the', 'classic', 'style', 'of', 'this', 'shirt', 'guarantees', 'many', 'y,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15895,936,56', 'a', 'little', 'odd', 'love', 'the', 'knit', 'color', 'texture', 'but', 'oddly', 'a', 'short', 'and', 'boxy', 'fit', 'and', 'so', 'not', 'flattering', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['15896,936,39', 'true', 'to', 'size', 'but', 'in', 'petite', 'i', 'love', 'hte', 'green', 'color', 'it', 'is', 'so', 'vribant', 'i', 'tried', 'it', 'on', 'in', 'regualr', 'size', 'thinking', 'i', 'could', 'order', 'petite', 'but', 'they', 'sold', 'out', 'waht', 'a', 'bummer'] [] ['fit', 'is', 'very', 'flattering', 'and', 'i', 'find', 'it', 'comfortable', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15897,825,59', 'lovely', 'rayon', 'blouse', 'flattering', 'cut', 'perfect', 'for', 'work', 'or', 'play', 'even', 'better', 'yet', 'it', 'was', 'on', 'sale', 'if', 'they', 'had', 'it', 'in', 'other', 'colors', 'i', 'would', 'buy', 'it', 'beautiful', 'high-quality', 'garment', 'like', 'all', 'the', 'others', 'i', 'have', 'purchased', 'at', 'retailer', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['15898,936,42', 'fun', 'preppy-isn', 'winter', 'vest', 'i', 'just', 'saw', 'this', 'in', 'the', 'store', 'and', 'had', 'to', 'pick', 'it', 'up', 'i', 'just', 'love', 'this', 'green', 'color', 'and', 'can', 'imagine', 'it', 'going', 'with', 'a', 'number', 'of', 'different', 'types', 'of', 'tops/dresses', 'i', 'personally', 'think', 'this', 'looks', 'best', 'with', 'a', 'chambray', 'button', 'down', 'shirt', 'with', 'this', 'vest', 'over', 'it', 'paired', 'with', 'slim', 'fitting', 'black', 'pants', 'and', 'boots', ',5,1,12', 'general', 'petite', 'tops', 'sweaters'] ['15899,899,36', 'the', 'sweater', 'material', 'was', 'really', 'soft', 'and', 'seemed', 'well-made', 'the', 'back', 'is', 'an', 'interesting', 'twist', 'but', 'the', 'material', 'creases', 'easily', 'i', 'can', 'see', 'it', 'looking', 'messy', 'by', 'the', 'end', 'of', 'the', 'day', 'the', 'main', 'reason', 'i', 'returned', 'it', 'though', 'was', 'because', 'it', 'runs', 'very', 'large', 'i', 'got', 'my', 'usual', 's', 'and', 'i', 'could', 'have', 'sized', 'down', '1', 'maybe', 'even', '2', 'sizes', 'i', 'did', "n't", 'like', 'it', 'enough', 'to', 'try', 'a', 'smaller', 'size', ',2,0,1', 'general', 'tops', 'fine', 'gauge'] ['15900,1076,30', 'more', 'of', 'a', 'cover', 'up', 'this', 'is', 'more', 'of', 'a', 'cover', 'up', 'than', 'something', 'you', 'would', 'wear', 'out', '.,2,0,1', 'general', 'dresses', 'dresses'] ['15901,1094,56', 'comfy', 'staple', 'i', "'m", 'glad', 'i', 'bought', 'this', 'dress', 'with', 'a', 'discount', 'it', "'s", 'a', 'comfortable', 'staple', 'but', 'not', 'a', 'showstopper', 'i', 'love', 'the', 'plush', 'fabric', 'which', 'has', 'great', 'weight', 'and', 'the', 'skirt', 'the', 'top', 'is', 'cut', 'to', 'be', 'a', 'little', 'revealing', 'which', 'worked', 'well', 'with', 'my', 'full', 'bust', 'but', 'would', "n't", 'be', 'work', 'appropriate', 'the', 'keyhole', 'at', 'the', 'back', 'is', 'large', 'but', 'did', 'not', 'reveal', 'my', 'bra', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15902,936,37', 'cute', 'exchanged', 'for', 'bigger', 'size', 'this', 'sweater', 'vest', 'is', 'versatile', 'and', 'adorable', 'just', 'runs', 'very', 'small', 'i', 'normally', 'wear', 'an', 'xs', 'from', 'retailer', 'and', 'just', 'exchanged', 'for', 'a', 'medium', 'hoping', 'that', 'fits', 'much', 'better', 'i', 'could', "n't", 'even', 'get', 'the', 'xs', 'on', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['15903,94,38', 'great', 'idea', 'poor', 'execution', 'i', 'absolutely', 'loved', 'the', 'idea', 'of', 'an', 'elongated', 'hoodie', 'as', 'a', 'lounge', 'dress', 'or', 'robe', 'unfortunately', 'this', 'particular', 'product', 'left', 'a', 'lot', 'to', 'be', 'desired', 'firstly', 'the', 'fit', 'is', 'slim', 'not', 'relaxed', 'i', "'m", '5', '4', 'at', '110', 'lbs', 'and', 'tried', 'both', 'the', 'size', '1', 'equivalent', 'of', 'a', 'small', 'and', 'size', '2', 'equivalent', 'of', 'a', 'medium', 'sizing', 'up', 'just', 'added', 'length', 'and', 'did', 'not', 'do', 'much', 'to', 'increase', 'roominess', 'they', 'both', 'zipped', 'up', 'easily', 'but', 'did', 'not', 'drape', 'well', 'finally', 'the', 'fabric', 'was', 'really', 'not', 'welcoming', 'i', 'prefer', 'terry', 'over', 'fleece', 'however', 'this', 'w', ',3,0,32', 'initmates', 'intimate', 'lounge'] ['15904,936,57', 'adorable', 'little', 'vest', 'gave', '4', 'stars', 'only', 'because', 'i', 'have', "n't", 'worn', 'this', 'yet', 'and', 'do', "n't", 'know', 'how', 'the', 'fabric', 'will', 'wear', 'thick', 'knit', 'looks', 'well', 'made', 'no', 'pilling/pulls', 'great', 'color', 'true', 'to', 'on', 'scree', 'photo', 'true', 'to', 'size', 'regular', 'medium', 'fit', 'perfect', 'enough', 'room', 'in', 'the', 'armholes', 'and', 'width', 'to', 'put', 'over', 'a', 'blouse', 'for', 'reference-', '34-36', 'c/d', '142', 'lbs', '5', '1', 'short', 'waisted', 'curvy', 'usual', 'size', '8-10p', 'did', "n't", 'need', 'a', 'petite', 'in', 'this', 'the', 'regular', 'length', 'hit', 'at', 'the', 'waist', 'and', 'fit', 'exactly', 'like', 'on', 'the', 'model', 'looked', 'cute', 'paired', 'with', 'the', 'mauve', 'navy', 'stri', ',4,1,6', 'general', 'tops', 'sweaters'] ['15905,1076,78', 'gorgeous', 'print', 'odd', 'fit', 'i', 'splurged', 'on', 'this', 'dress', 'still', 'a', 'bit', 'pricey', 'even', 'on', 'sale', 'but', 'so', 'far', 'it', "'s", 'the', 'best', 'purchase', 'i', "'ve", 'made', 'all', 'summer', 'the', 'terry', 'is', 'a', 'somewhat', 'unusual', 'choice', 'for', 'a', 'dress', 'that', 'otherwise', 'would', 'have', 'been', 'on', 'the', 'fancier', 'side', 'but', 'it', 'makes', 'it', 'sooooo', 'comfortable', 'it', "'s", 'even', 'more', 'breathable', 'and', 'lightweight', 'than', 'the', 'super', 'thin', 'cotton', 'sundresses', 'that', 'usually', 'dominate', 'the', 'summer', 'my', 'only', 'real', 'complaint', 'is', 'that', 'the', 'cut', 'is', 'a', 'bit', 'out', 'of', 'whack', 'the', 'medium', 'just', 'barely', 'fits', 'my', 'hips', 'but', 'it', "'s", 'pretty', 'loose', 'on', 'top', 'y', ',5,1,0', 'general', 'dresses', 'dresses'] ['15906,1047,47', 'comfy', 'and', 'stylish', 'i', 'love', 'these', 'pants', 'they', 'are', 'really', 'comfortable', 'without', 'sacrificing', 'style', 'perfect', 'for', 'the', 'office', 'or', 'just', 'running', 'around', 'i', "'m", '5ft', '9inches', 'and', '165', 'lbs', 'i', 'bought', 'the', 'medium', 'which', 'fits', 'perfectly.,5,1,0', 'general', 'bottoms', 'pants'] ['15907,1047,62', 'so', 'comfortable', 'these', 'culottes', 'are', 'comfortable', 'and', 'cool', 'i', 'am', 'a', 'size', '8-10', 'and', 'am', '5', '4', 'tall', 'i', 'ordered', 'the', 'medium', 'the', 'hemline', 'hits', 'me', 'a', 'little', 'bit', 'longer', 'than', 'the', 'model', 'also', 'they', 'are', 'more', 'of', 'a', 'bell', 'shape', 'on', 'me', 'rather', 'than', 'kind', 'of', 'a', 'straight', 'pant', 'as', 'shown', 'on', 'the', 'model', 'the', 'pockets', 'are', 'great', ',5,1,0', 'general', 'bottoms', 'pants'] ['15908,939,74', 'fun', 'sweater', 'for', 'the', 'sale', 'price', 'this', 'reminds', 'me', 'a', 'bit', 'of', 'a', 'vintage', 'tennis', 'sweater', 'wide-rib', 'v-neck', 'loose-fitting', 'nice', 'creamy', 'cotton', 'blend', 'size', 'was', 'a', 'bit', 'hard', 'to', 'gauge', 'this', 'sweater', 'is', 'long', 'lower', 'hip', 'length', 'and', 'has', 'dolman', 'sleeves', 'so', 'it', 'has', 'a', 'quite', 'roomy', 'fit', 'however', 'i', 'ordered', 'the', 'xs/s', 'my', 'normal', 'size', 'and', 'it', 'is', 'scaled', 'proportionately', 'so', 'the', 'fit', 'is', 'true', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['15909,1047,24', 'versatile', 'pants', 'lightweight', 'and', 'cute', 'these', 'pants', 'do', 'run', 'on', 'the', 'larger', 'side', 'which', 'is', 'fine', 'is', 'you', 'like', 'a', 'more', 'relaxed', 'look', 'i', 'usually', 'wear', 'a', '10-12', 'in', 'pants', 'and', 'i', 'had', 'to', 'exchange', 'the', 'large', 'for', 'a', 'medium', 'which', 'fit', 'much', 'better', 'great', 'for', 'summer', 'weather', ',4,1,9', 'general', 'bottoms', 'pants'] ['15910,1027,25', 'new', 'favorite', 'go', 'to', 'jeans', 'super', 'comfortable', 'and', 'flattering', 'casual', 'jeans', 'i', "'m", '120', 'lbs', '5', '7', 'normally', 'size', '26', 'and', 'the', '26', 'fit', 'perfect.,5,1,0', 'general', 'bottoms', 'jeans'] ['15911,1094,54', 'this', 'dress', 'has', 'nice', 'fit', 'the', 'dress', 'is', 'nice', 'but', 'i', 'was', 'not', 'excited', 'about', 'the', 'color', 'the', 'only', 'color', 'is', 'this', 'blue', 'also', 'everyone', 'has', 'their', 'favorite', 'fit', 'i', 'think', 'i', 'like', 'some', 'other', 'fit', 'better', 'my', 'biggest', 'problems', 'are', 'color', 'and', 'that', 'is', 'made', 'majorly', 'from', 'synthetic', 'materials', 'otherwise', 'it', 'fits', 'well', 'and', 'for', 'the', 'right', 'body', 'type', 'it', 'will', 'be', 'perfect', 'fit'] ['i', 'like', 'to', 'own', 'dresses', 'made', 'of', 'more', 'natural', 'materials', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['15912,825,28', 'easy', 'elegance', 'this', 'top', 'is', 'fantastic', 'something', 'about', 'it', 'has', 'an', 'ease', 'of', 'elegance', 'and', 'grace', 'the', 'overall', 'structure', 'and', 'design', 'is', 'aesthetically', 'pleasing', 'and', 'easy', 'to', 'wear', 'i', 'feel', 'immediately', 'put', 'together', 'and', 'ready', 'for', 'anything', 'the', 'fabric', 'has', 'great', 'texture', 'and', 'flows', 'well', 'without', 'feeling', 'like', 'the', 'wind', 'will', 'carry', 'you', 'away', 'i', 'purchased', 'the', 'off-white', 'it', 'is', 'a', 'bit', 'see-through', 'but', 'i', 'do', "n't", 'mind', 'wearing', 'a', 'cami', 'underneath', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['15913,936,30', 'great', 'little', 'sweater', 'amazing', 'color-', 'true', 'to', 'picture', 'it', 'runs', 'a', 'bit', 'large', 'even', 'with', 'layering', 'underneath', 'i', "'m", 'usually', 'a', '10/12', 'l', '34d', 'in', 'tops', 'and', 'i', 'needed', 'the', 'medium', 'for', 'a', 'nice', 'fit', 'i', "'m", 'long-ish', 'in', 'the', 'torso', 'and', 'this', 'sweater', 'fits', 'just', 'slightly', 'cropped', 'so', 'really', 'perfect', 'with', 'a', 'longer', 'button', 'down', 'underneath', 'the', 'buttons', 'on', 'the', 'back', 'are', 'a', 'nice', 'detail', ',5,1,1', 'general', 'tops', 'sweaters'] ['15914,1047,34', 'nice', 'fabric/loose', 'fit', 'these', 'capri', 'length', 'pants', 'are', 'awesome', 'i', 'do', 'recommend', 'sizing', 'down', 'though', 'as', 'the', 'l', 'was', 'really', 'big', 'on', 'me', 'i', 'am', 'a', '10-12', 'with', 'most', 'of', 'my', 'weight', 'in', 'my', 'rear', 'so', 'normally', 'never', 'size', 'down', 'in', 'pants', 'the', 'fabric', 'is', 'really', 'nice', 'and', 'the', 'print', 'is', 'versatile', 'and', 'allows', 'wonderfully', 'for', 'pattern', 'mixing', 'super', 'comfortable', ',5,1,0', 'general', 'bottoms', 'pants'] ['15915,862,55', 'so', 'verstile', 'i', 'wear', 'this', 'top', 'with', 'jeans', 'or', 'cords', 'i', 'allways', 'get', 'compliments', 'it', "'s", 'comfortable', 'and', 'versatile', 'go', 'down', 'a', 'size', ',5,1,0', 'general', 'tops', 'knits'] ['15916,1035,40', 'great', 'fit', 'super', 'flattering', 'stretch', 'a', 'little', 'with', 'repeated', 'wear', 'but', 'not', 'as', 'much', 'as', 'other', 'pairs', 'i', 'love', 'these', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15917,233,67', 'now', 'i', 'understand', 'when', 'ordering', 'this', 'product', 'i', 'thought', 'it', 'was', 'strange', 'that', 'the', 'mediums', 'were', 'sold', 'out', 'i', 'went', 'with', 'the', 'small', 'which', 'is', 'generally', 'what', 'i', 'wear', 'however', 'these', 'run', 'small', 'and', 'i', 'see', 'why', 'the', 'medium', 'ran', 'out', 'they', 'are', 'pretty', 'however', 'i', 'wish', 'they', 'made', 'them', 'more', 'true', 'to', 'size', ',3,0,0', 'initmates', 'intimate', 'intimates'] ['15918,867,56', 'this', 'is', 'a', 'stunning', 'top', 'but', 'it', 'did', 'not', 'work', 'for', 'me', 'because', 'it', 'looked', 'like', 'a', 'maternity', 'top', 'on', 'me', 'i', 'think', 'a', 'person', 'needs', 'to', 'be', 'thin', 'with', 'a', 'small', 'bust', 'to', 'carry', 'this', 'off', 'this', 'would', 'look', 'good', 'with', 'many', 'things', 'from', 'ripped', 'denim', 'to', 'leather', 'pants', 'and', 'is', 'not', 'necessarily', 'just', 'for', 'holidays', ',5,1,2', 'general', 'tops', 'knits'] ['15919,1035,42', 'wow', 'love', 'the', 'fit', 'and', 'comfort', 'of', 'these', 'jeans', 'better', 'than', 'my', '7', "'s", 'and', 'citizens', 'the', 'distressing', 'is', 'perfect', 'i', 'do', "n't", 'have', 'to', 'worry', 'about', 'enlarging', 'a', 'knee', 'hole', 'like', 'another', 'reviewer', 'noted', 'the', 'color', 'is', 'lighter', 'in', 'person', 'they', 'fit', 'true', 'to', 'size', 'for', 'me', 'and', 'kept', 'their', 'shape', 'a', '3', 'wears', 'wish', 'a', 'knew', 'about', 'these', 'before', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15920,1035,38', ',these', 'jeans', 'are', 'so', 'soft', 'fit', 'is', 'great', 'and', 'i', 'love', 'he', 'higher', 'waist', 'as', 'well', 'i', 'can', 'tell', 'i', 'will', 'be', 'wearing', 'the', 'heck', 'out', 'of', 'these.,5,1,2', 'general', 'bottoms', 'jeans'] ['15921,1035,32', 'why', 'change', 'a', 'classic', 'noticed', 'all', 'the', '5', 'star', 'reviews', 'online', 'for', 'the', 'latest', 'pilcro', 'stets-', 'so', 'due', 'to', 'the', 'past', '2', 'years', 'of', 'dissapointment', 'of', 'what', 'was', 'once', 'a', 'great', 'pair', 'of', 'jeans', 'i', 'was', 'hopeful', 'that', 'retailerpologist', 'listened', 'and', 'went', 'back', 'to', 'the', 'original', 'pilcro', 'stet', 'formula-', 'thick', 'denim', 'just', 'the', 'right', 'amount', 'of', 'give', 'and', 'a', 'flattering', '10', 'inch', 'rise', 'walked', 'right', 'in', 'and', 'found', 'them-', 'and', 'i', 'knew', 'right', 'when', 'i', 'touched', 'them-', 'they', 'were', 'still', 'the', 'thin', 'denim', 'that', "'s", 'nowhere', 'near', 'the', 'quality', 'they', 'once', 'were', 'consumers', 'pay', 'attention', 'and', 't', ',1,0,4', 'general', 'bottoms', 'jeans'] ['15922,862,44', 'cute', 'and', 'different', 'love', 'this', 'top', 'i', "'ve", 'worn', 'it', 'once', 'and', 'received', 'several', 'compliments', 'i', "'m", '5', '7', '127', 'and', 'the', 'small', 'fit', 'well', 'i', "'m", 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'tops', 'knits'] ['15923,1095,39', 'fun', 'airy', 'summer', 'dress', 'i', 'really', 'like', 'this', 'dress', 'i', 'wish', 'they', 'still', 'had', 'xxs', 'p', 'as', 'the', 'xs', 'p', 'is', 'still', 'a', 'little', 'big', 'i', 'guess', 'ti', 'is', 'the', 'style', 'i', 'love', 'the', 'eyelet', 'design', 'the', 'high', 'low', 'is', 'very', 'flattering', 'and', 'the', 'neckline', 'too', 'very', 'comfortable', 'i', 'am', 'not', 'sure', 'if', 'i', 'will', 'keep', 'it', 'as', 'i', 'still', 'think', 'the', 'xxs', 'p', 'would', 'be', 'more', 'flattering', 'but', 'i', 'like', 'it', 'enough', 'to', 'consider', 'keeping', 'the', 'bigger', 'size'] [] ['nice', 'with', 'a', 'jeans', 'jacket', 'and', 'brown', 'clogs'] [] ['115', 'lbs', '30', 'dd', '26.5', 'in', 'waist', ',5,1,1', 'general', 'dresses', 'dresses'] ['15924,867,42', 'great', 'top', 'this', 'is', 'a', 'beautiful', 'top', 'it', 'is', 'something', 'great', 'to', 'have', 'in', 'your', 'wardrobe', 'for', 'the', 'holiday', 'season', 'or', 'a', 'nice', 'date', 'night', 'option', 'i', 'highly', 'recommend', 'it', 'it', 'runs', 'true', 'to', 'size', 'the', 'price', 'is', 'actually', 'reasonable', 'as', 'far', 'as', 'dressy', 'retailer', 'tops', 'go', 'as', 'well', ',5,1,19', 'general', 'tops', 'knits'] ['15925,867,46', 'not', 'for', 'chesty', 'people', 'this', 'blouse', 'is', 'beautiful', 'and', 'i', 'saw', 'someone', 'wearing', 'it', 'and', 'she', 'looked', 'great', 'i', 'went', 'and', 'bought', 'this', 'to', 'wear', 'for', 'a', 'holiday', 'party', 'and', 'it', 'is', 'not', 'for', 'people', 'with', 'any', 'sort', 'of', 'chest', 'it', 'looked', 'ridiculous', 'on', 'me', 'as', 'the', 'pleats', 'started', 'right', 'at', 'the', 'bra', 'line', 'and', 'caused', 'the', 'blouse', 'to', 'tent', 'out', 'in', 'both', 'directions', 'however', 'looks', 'super', 'cute', 'on', 'those', 'more', 'on', 'the', 'flat-chested', 'side', ',2,1,5', 'general', 'tops', 'knits'] ['15926,1030,25', 'amazing', 'jeans', 'i', 'wear', 'these', 'pants', '3-4', 'days', 'a', 'week', 'i', 'work', 'in', 'advertising', 'so', 'they', 'go', 'perfectly', 'with', 'the', 'polished/', 'trendy/', 'casual', 'office', 'attire', 'that', 'is', 'required', 'they', 'are', 'simply', 'the', 'most', 'comfortable', 'jeans', 'i', 'own', 'and', 'also', 'make', 'me', 'look', 'slimmer', 'without', 'looking', 'too', 'tight', 'they', 'are', 'a', 'unique', 'type', 'of', 'material', 'a', 'soft', 'but', 'structured', 'stretch', 'weave', 'so', 'more', 'polished', 'than', 'normal', 'jeggings', 'and', 'smooth', 'over', 'bumps', 'while', 'still', 'highlighting', 'subtle', 'curves', 'the', 'zippers', 'at', 'the', 'bottom', 'add', 'an', 'edgy', 'polish', 'but', 'also', 'provide', 'a', 'more', ',5,1,0', 'general', 'bottoms', 'jeans'] ['15927,1087,36', 'great', 'for', 'summer', 'i', 'got', 'this', 'dress', 'in', 'coral', 'and', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'it', 'the', 'moment', 'i', 'tried', 'it', 'on', 'the', 'fabric', 'is', 'very', 'soft', 'and', 'flows', 'nicely', 'i', 'am', '5', '3', 'and', 'i', 'got', 'it', 'in', 'regular', 'but', 'the', 'length', 'is', 'not', 'too', 'long', 'or', 'short', 'i', 'can', 'probably', 'wear', 'it', 'with', 'my', 'flip', 'flops.,5,1,0', 'general', 'dresses', 'dresses'] ['15928,1035,38', ',,4,1,0', 'general', 'bottoms', 'jeans'] ['15929,1035,33', 'my', 'new', 'go', 'to', 'jeans', 'these', 'pilcro', "'s", 'jeans', 'are', 'so', 'good', 'love', 'the', 'fit', 'the', 'color', 'and', 'the', 'feel', 'i', 'am', 'a', 'curvy', 'girl', 'and', 'these', 'are', 'great', 'they', 'hit', 'me', 'just', 'right', 'now', 'pilcro', 'jeans', 'used', 'to', 'strech', 'out', 'really', 'bad', 'but', 'they', 'seemed', 'to', 'have', 'fixed', 'the', 'problem.i', 'wore', 'these', 'jeans', 'at', 'work', 'for', '10', 'hours', 'and', 'they', 'did', 'stretch', 'some', 'but', 'not', 'a', 'dress', 'size', 'so', 'i', 'would', 'buy', 'the', 'size', 'you', 'feel', 'the', 'most', 'comfortable', 'i', 'think', 'these', 'are', 'a', 'no', 'brainer', ',5,1,5', 'general', 'bottoms', 'jeans'] ['15930,867,60', 'emroidered', 'lycra', 'top', 'very', 'pretty', 'as', 'shown', 'runs', 'true', 'to', 'size', 'however', 'fabric', 'is', 'scratchy', 'on', 'skin', ',4,1,1', 'general', 'tops', 'knits'] ['15931,1087,41', 'this', 'dress', 'is', 'beautiful', 'when', 'i', 'received', 'the', 'dress', 'it', 'was', 'true', 'to', 'size', 'on', 'the', 'bust', 'and', 'length', 'i', 'did', "n't", 'purchase', 'the', 'petite', 'but', 'i', 'wish', 'i', 'did', 'since', 'i', 'am', '5', '2', 'i', 'tried', 'to', 'wear', 'my', 'wedges', 'but', 'it', "'s", 'still', 'long', 'i', 'love', 'the', 'dress', 'and', 'would', 'definitely', 'recommend', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['15932,912,31', 'still', 'undecided', 'let', 'me', 'start', 'by', 'saying', 'that', 'i', 'can', 'not', 'wear', 'wool', 'it', 'does', "n't", 'matter', 'what', 'type', 'it', 'is', 'or', 'if', 'it', 'is', 'combined', 'with', 'cashmere', 'it', 'makes', 'me', 'itch', 'so', 'much', 'that', 'i', 'just', 'ca', "n't", 'do', 'it', 'and', 'i', 'did', "n't", 'not', 'find', 'this', 'as', 'itchy', 'as', 'others', 'stated', 'that', 'being', 'said', 'you', 'definitely', 'need', 'to', 'size', 'down', 'i', 'am', 'a', 'standard', 'small', 'and', 'purchased', 'the', 'xs', 'and', 'there', 'is', 'still', 'a', 'load', 'of', 'fabric', 'i', 'still', 'do', "n't", 'know', 'what', 'to', 'think', 'i', 'think', 'it', 'is', 'okay', 'but', 'i', 'am', 'not', 'sure', 'it', 'justifies', 'the', 'price', 'point', ',3,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15933,912,29', 'waaaaay', 'too', 'much', 'fabric', 'i', 'know', 'this', 'is', 'supposed', 'to', 'look', 'oversized', 'and', 'i', 'own', 'a', 'few', 'oversized', 'ponchos', 'but', 'this', 'takes', 'oversized', 'to', 'a', 'whole', 'new', 'level', 'i', 'ordered', 'it', 'in', 'my', 'usual', 'size', 'and', 'it', 'was', 'just', 'waaaaay', 'too', 'much', 'fabric', 'i', 'do', 'not', 'think', 'sizing', 'down', 'would', 'have', 'made', 'a', 'difference', 'if', 'you', 'are', 'looking', 'for', 'that', 'it', 'seemed', 'like', 'good', 'qualify', ',2,0,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15934,867,36', 'beautiful', 'top', 'beautiful', 'top', 'runs', 'true', 'to', 'size', 'i', '39', 'm', 'in', 'between', 'an', 'xs', 'amp', 'small', 'and', 'went', 'with', 'the', 'xs', 'it', 'fit', 'great', 'and', 'was', 'beautiful', 'for', 'holiday', 'photos', 'it', 'has', 'hints', 'of', 'silver', 'in', 'it.,5,1,0', 'general', 'tops', 'knits'] ['15935,1087,31', 'i', 'ordered', 'this', 'dress', 'in', 'coral', 'while', 'i', 'like', 'it', 'and', 'the', 'dress', 'is', 'nice', 'i', 'have', 'many', 'other', 'outfits', 'that', 'i', 'like', 'better', 'so', 'this', 'will', 'be', 'going', 'back', 'to', 'the', 'store', 'i', 'might', 'have', 'kept', 'it', 'in', 'black', 'or', 'blue', ',3,0,0', 'general', 'dresses', 'dresses'] ['15936,1025,66', 'tight', 'i', 'generally', 'do', "n't", 'spend', 'this', 'much', 'on', 'jeans', 'but', 'wanted', 'a', 'nice', 'black', 'pair', 'so', 'rolled', 'the', 'dice', 'during', 'the', 'sale', 'who', 'can', 'wear', 'these', 'i', "'m", 'an', 'average', 'size', '12', 'and', 'struggled', 'to', 'get', 'these', 'size', '32s', 'over', 'my', 'hips', 'buttoned', 'and', 'zipped', 'i', 'looked', 'like', 'a', 'stuffed', 'black', 'sausage', 'best', 'for', 'thin', 'frames', 'and', 'even', 'then', 'size', 'up', ',2,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15937,1035,36', 'new', 'favorite', 'jeans', 'seriously', 'the', 'best', 'jeans', 'i', 'have', 'bought', 'in', 'years', 'better', 'than', 'my', 'favorite', 'paige', 'and', 'ag', 'stevies', 'i', 'sized', 'down', 'from', 'a', '27tall', 'to', 'a', '26tall', 'and', 'they', 'still', 'are', "n't", 'super', 'tight', 'i', 'think', 'maybe', 'some', 'could', 'even', 'go', 'down', '2', 'sizes', 'i', 'do', 'still', 'have', 'a', 'lot', 'of', 'room', 'in', 'the', 'waist', 'but', 'i', 'am', 'pretty', 'straight', 'through', 'the', 'hips', 'i', 'am', 'almost', "5'10", 'with', 'long', 'legs', 'and', 'the', 'tall', 'is', 'a', 'great', 'ankle', 'length', 'and', 'fits', 'me', 'like', 'the', 'model', 'wonderful', 'stretch', 'comfy', 'great', 'color', 'and', 'awesome', 'ageing', 'i', 'do', "n't", 'normally', 'like', 'the', 'ripped', 'jean', 'l', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15938,867,46', 'sparkly', 'and', 'festive', 'this', 'top', 'is', 'way', 'more', 'sparkly', 'and', 'festive', 'in', 'person', 'i', 'plan', 'to', 'pair', 'it', 'with', 'black', 'or', 'charcoal', 'gray', 'pants', 'for', 'a', 'holiday', 'party', 'but', 'it', 'would', 'also', 'go', 'great', 'with', 'dark', 'jeans', 'it', 'is', 'super', 'cute', 'ca', "n't", 'wait', 'to', 'wear', 'it', ',5,1,4', 'general', 'tops', 'knits'] ['15939,867,39', 'not', 'for', 'the', 'busty', 'the', 'fabric', 'and', 'design', 'are', 'gorgeous', 'so', 'i', 'was', 'hoping', 'the', 'top', 'would', 'work', 'for', 'me', 'sadly', 'it', 'looked', 'ridiculous', 'on', 'me', 'i', 'would', "n't", 'recommend', 'the', 'top', 'for', 'busty', 'girls', 'it', 'looked', 'like', 'a', 'bell', 'on', 'me', 'fyi', 'it', 'does', "n't", 'come', 'with', 'a', 'camisole', 'underneath', ',3,0,3', 'general', 'tops', 'knits'] ['15940,1035,39', 'my', 'new', 'favorite', 'jeans', 'great', 'fit', 'runs', 'maybe', 'a', 'tad', 'big', 'but', 'overall', 'great', 'fit/quality', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15941,1035,40', 'love/hate', 'i', 'have', 'a', 'love/hate', 'relationship', 'with', 'these', 'jeans', 'when', 'i', 'first', 'put', 'them', 'on', 'i', 'felt', 'like', 'i', 'had', 'finally', 'found', 'my', 'favorite', 'pair', 'of', 'jeans', 'everything', 'about', 'how', 'they', 'fit', 'and', 'looked', 'was', 'just', 'perfect', 'and', 'they', 'were', 'offered', 'in', 'a', 'petite', 'size', 'but', 'then', 'two', 'hours', 'later', 'they', 'were', 'sagging', 'the', 'fabric', 'is', 'so', 'cozy', 'but', 'it', 'just', 'stretches', 'too', 'much', 'too', 'fast', 'i', 'am', 'not', 'willing', 'to', 'give', 'up', 'yet', 'so', 'i', 'ordered', 'another', 'pair', 'in', 'a', 'smaller', 'size', 'i', "'m", 'less', 'than', 'thrilled', 'about', 'having', 'to', 'shell', 'out', 'the', 'for', 'two', 'pairs', 'but', 'i', 'r', ',3,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15942,867,40', 'wanted', 'to', 'love', 'it', 'it', "'s", 'such', 'a', 'pretty', 'top', 'but', 'i', 'felt', 'that', 'it', 'looked', 'maternity-ish', 'so', 'i', 'returned', 'it.,1,0,1', 'general', 'tops', 'knits'] ['15943,1035,46', 'should', 'have', 'went', 'a', 'size', 'smaller', 'i', 'love', 'pilcro', 'jeans', 'i', 'have', 'many', 'pairs', 'and', 'usually', 'i', "'m", 'a', '31.', 'the', 'sales', 'girl', 'said', 'to', 'buy', 'them', 'a', 'size', 'smaller', 'because', 'they', 'stretch', 'out', 'i', 'should', 'have', 'listen', 'wore', 'them', 'one', 'day', 'and', 'totally', 'bagged', 'out', 'hopefully', 'they', 'will', 'shrink', 'in', 'the', 'wash.,4,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15944,1035,34', 'stretchs', 'out', 'stretch', 'out', 'fast'] [] ['5,8', '130lb', 'i', 'order', 'size', '26', 'which', 'is', 'my', 'usually', 'size', 'they', 'fit', 'prefect', 'for', 'about', '3hr', 'and', 'then', 'stretched', 'out', 'feeling', 'not', 'right', 'on', 'my', 'body', 'maybe', 'i', 'should', 'have', 'gone', 'down', 'a', 'sizes', 'even', 'so', 'i', 'feel', 'like', 'the', 'and', 'quality', 'do', "n't", 'add', 'up', 'but', 'they', 'are', 'very', 'soft', 'and', 'comfortable', 'i', 'would', "n't", 'buy', 'them', 'again', ',3,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15945,867,53', 'stiff', 'silver', 'lace', 'i', 'hate', 'to', 'be', 'so', 'negative', 'but', 'i', 'ca', "n't", 'believe', 'this', 'shirt', 'has', 'so', 'many', 'positive', 'reviews', 'it', 'is', 'stiff', 'silver', 'lace', 'and', 'hangs', 'funny', 'if', 'you', 'have', 'a', 'chest', 'adding', 'a', 'cami', 'undnerneath', 'makes', 'it', 'worse', 'looks', 'cheap', ',2,0,10', 'general', 'tops', 'knits'] ['15946,1087,33', 'yes', 'and', 'no', 'i', 'like', 'the', 'idea', 'of', 'the', 'dress', 'just', 'not', 'the', 'fit', 'in', 'the', 'bust', 'i', "'m", 'not', 'particularly', 'big', '32c', 'but', 'it', 'just', 'did', "n't", 'fit', 'up', 'there', 'i', 'wish', 'the', 'dress', 'had', 'built', 'in', 'support', 'because', 'you', 'ca', "n't", 'really', 'wear', 'a', 'bra', ',3,1,0', 'general', 'dresses', 'dresses'] ['15947,1035,40', 'stretch', 'out', 'fast', 'perhaps', 'i', 'should', 'have', 'gotten', 'two', 'sizes', 'smaller', 'but', 'the', 'knees', 'on', 'these', 'were', 'baggie', 'by', 'lunch'] ['they', 'are', 'very', 'soft', 'and', 'comfortable', 'but', 'i', 'would', "n't", 'buy', 'them', 'again', ',2,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['15948,867,30', 'festive', 'top', 'this', 'is', 'a', 'lovely', 'blouse', 'it', 'has', 'an', 'empire', 'waist', 'type', 'cut', 'which', 'camouflages', 'tummy', 'and', 'hips', 'nicely', 'especially', 'after', 'a', 'large', 'holiday', 'meal', 'i', "'m", 'usually', 'between', 'a', 'small', 'and', 'medium', '4-6', 'and', 'did', "n't", 'really', 'notice', 'much', 'of', 'a', 'different', 'between', 'the', 'two', 'sizes'] [] ['note', 'it', 'does', 'not', 'come', 'with', 'the', 'camisole', 'shown', 'in', 'the', 'photo', 'but', 'any', 'black', 'or', 'white', 'standard', 'camisole', 'would', 'work', ',4,1,5', 'general', 'tops', 'knits'] ['15949,862,65', 'love', 'the', 'fabric', 'design', 'i', 'purchased', 'another', 'top', 'same', 'brand', 'in', 'the', 'same', 'style', 'from', 'retailer', 'and', 'really', 'love', 'it', 'the', 'fabric', 'is', 'lightweight', 'which', 'makes', 'it', 'great', 'for', 'multiple', 'seasons', 'i', 'travel', 'extensively', 'and', 'these', 'tops', 'hand', 'wash', 'and', 'hang', 'to', 'dry', 'very', 'nicely', 'i', 'wear', 'a', 'gray', 'tank', 'under', 'this', 'one', 'and', 'love', 'the', 'look', 'i', 'also', 'like', 'the', 'long', 'length', 'as', 'usual', 'i', 'will', 'probably', 'tack', 'the', 'neckline', 'up', 'an', 'inch', 'or', 'so', 'so', 'that', 'it', "'s", 'not', 'so', 'low', 'just', 'my', 'thing', 'overall', 'the', 'pattern', 'and', 'the', 'fabric', 'are', 'very', 'nice', 'i', 'usually', 'wear', 'an', 'xs', 'or', 's', 'i', 'pur', ',5,1,2', 'general', 'petite', 'tops', 'knits'] ['15950,1035,27', 'amazing', 'the', 'fit', 'on', 'these', 'is', 'amazing', 'and', 'the', 'color', 'is', 'great', 'too', 'sometimes', 'the', 'fading', 'is', 'too', 'much', 'on', 'jeans', 'but', 'this', 'is', 'just', 'right', 'the', 'rise', 'fits', 'really', 'well', 'and', 'the', 'length', 'is', 'great', 'love', 'pilcro', ',5,1,3', 'general', 'petite', 'bottoms', 'jeans'] ['15951,912,58', 'i', 'love', 'it', 'so', 'much', 'i', 'ordered', 'two', 'i', 'purchased', 'the', 'moss', 'green', 'version', 'of', 'this', 'sweater', 'in', 'a', 'm', 'petite', 'i', 'm', '5', '3', '135', 'lbs', 'with', 'a', 'full', 'bust', 'i', 'love', 'it', 'it', 'fits', 'beautifully', 'and', 'i', 'have', 'received', 'many', 'compliments', 'on', 'it', 'from', 'both', 'friends', 'and', 'students', 'and', 'for', 'a', 'high', 'school', 'teacher', 'that', "'s", 'high', 'praise'] ['when', 'i', 'saw', 'the', 'purple', 'version', 'i', 'debated', 'two', 'of', 'the', 'same', 'very', 'distinctive', 'style', 'the', 'answer', 'was', 'a', 'resounding', 'yes', 'ca', "n't", 'wait'] ['the', 'only', 'minor', 'warning', 'about', 'the', 'sweater', 'it', 'was', 'very', 'itchy', 'on', 'me', 'the', 'first', 'time', 'i', 'wore', 'it', 'second', 'time', 'ok', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['15952,1035,21', 'frayed', 'apart', 'i', 'loved', 'them', 'on', 'when', 'i', 'got', 'them', 'but', 'they', 'literally', 'frayed', 'apart', 'on', 'my', 'body', 'as', 'i', 'wore', 'them', 'and', 'i', 'had', 'them', 'on', 'no', 'more', 'than', '5', 'times', 'it', 'was', 'not', 'a', 'fit', 'issue', 'or', 'a', 'seam', 'issue', 'they', 'literally', 'just', 'frayed', 'apart', 'in', 'two', 'areas', 'while', 'flattering', 'and', 'incredibly', 'comfortable', 'the', 'fabric', 'was', 'not', 'at', 'all', 'durable', 'they', 'are', 'not', 'your', 'typical', 'denim', 'they', 'almost', 'kind', 'of', 'a', 'knit', 'feel', 'them', ',1,0,0', 'general', 'petite', 'bottoms', 'jeans'] ['15953,1035,46', 'great', 'fall', 'jeans', 'these', 'jeans', 'are', 'awesome', 'as', 'most', 'of', 'the', 'reviewers', 'have', 'already', 'noted', 'they', 'are', 'tastefully', 'aged', 'to', 'look', 'modern', 'but', 'not', 'so', 'ripped', 'that', 'i', 'look', 'sloppy', 'they', 'fit', 'true', 'to', 'size', 'with', 'retailer', "'s", 'recent', 'sizing', 'i', 'used', 'to', 'wear', 'a', 'size', '26', 'but', 'in', 'the', 'last', 'couple', 'of', 'years', 'i', 'have', 'had', 'to', 'move', 'down', 'to', 'a', 'size', '25', 'even', 'though', 'i', 'am', 'still', 'the', 'same', 'size', 'and', 'weight', 'anyway', 'i', 'bought', 'these', 'in', 'a', 'size', '25', 'and', 'they', 'are', 'perfect', 'i', 'have', 'not', 'worn', 'them', 'all', 'day', 'yet', 'so', 'i', 'can', 'not', 'comment', 'on', 'whether', 'they', 'stretch', 'out', 'after', 'wea', ',5,1,1', 'general', 'petite', 'bottoms', 'jeans'] ['15954,872,36', ',,5,1,0', 'general', 'tops', 'knits'] ['15955,904,68', 'beautiful', 'fabric', 'and', 'detailing', 'it', "'s", 'rare', 'to', 'find', 'clothing', 'made', 'of', 'quality', 'fabrics', 'and', 'this', 'is', 'a', 'fine', 'soft', 'wool', 'blend', 'the', 'design', 'is', 'feminine', 'without', 'being', 'over-the-top', 'and', 'the', 'fit', 'is', 'slightly', 'loose', 'as', 'pictured', 'on', 'the', 'model', 'i', 'would', 'not', 'recommend', 'wearing', 'it', 'with', 'a', 'belt', 'as', 'pictured', 'it', 'makes', 'it', 'look', 'too', 'trendy', 'and', 'detracts', 'from', 'the', 'shape', 'of', 'the', 'cardigan', 'which', 'is', 'beautiful', 'on', 'its', 'own', 'just', 'skimming', 'the', 'body', 'it', 'is', 'a', 'perfect', 'topper', 'and', 'can', 'work', 'for', 'daytime', 'or', 'an', 'evening', 'out', 'really', 'lovely', 'and', 'one', 'of', 'the', 'few', 'things', 'i', 'decid', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['15956,862,26', 'amazing', 'top', 'normally', 'i', 'would', 'not', 'have', 'bought', 'this', 'color', 'and', 'print', 'it', 'is', 'just', 'not', 'a', 'color', 'that', 'i', 'usually', 'wear', 'but', 'after', 'reading', 'reviews', 'i', 'ordered', 'it', 'online', 'i', 'love', 'love', 'this', 'top', 'it', 'looks', 'good', 'is', 'flattering', 'and', 'is', 'a', 'very', 'nice', 'and', 'different', 'color', 'i', 'wore', 'it', 'with', 'berry', 'leggings', 'and', 'love', 'it', 'the', 'top', 'is', 'very', 'comfortable', 'can', 'be', 'worn', 'with', 'pants', 'and', 'leggings', 'the', 'only', 'issue', 'i', 'have', 'is', 'that', 'since', 'the', 'jersey', 'fabric', 'is', 'only', 'at', 'the', 'back', 'and', 'not', 'in', 'the', 'front', 'it', 'pulls', 'at', 'the', 'tummy', 'section', 'in', 'the', 'front', 'and', 'shows', 'an', 'o', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['15957,1035,30', 'a+mazing', 'jeans', 'ordered', 'these', 'in', 'a', 'size', '32', 'and', 'they', 'fit', 'perfectly', ',5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['15958,867,42', 'lovely', 'blouse', 'lovely', 'but', 'i', 'am', 'sensitive', 'to', 'some', 'fabrics', 'and', 'i', 'could', "n't", 'bear', 'the', 'feel', 'of', 'this', 'lace', 'wish', 'it', 'had', 'worked', 'so', 'pretty', 'in', 'the', 'picture', ',4,1,0', 'general', 'tops', 'knits'] ['15959,862,50', 'super', 'cute', 'this', 'top', 'is', 'both', 'cute', 'and', 'flattering', 'it', 'is', 'also', 'soft', 'and', 'the', 'colors', 'are', 'gorgeous', 'i', 'highly', 'recommend,5,1,2', 'general', 'petite', 'tops', 'knits'] ['15960,1087,33', 'awesome', 'dress', 'i', 'got', 'this', 'when', 'it', 'went', 'on', 'sale', 'in', 'navy', 'and', 'coral', 'colors', 'awesome', 'dress', 'for', 'any', 'occasion', 'as', 'far', 'as', 'complaints', 'go', 'about', 'the', 'straps', 'its', 'meant', 'to', 'be', 'low-cut', 'i', 'really', 'like', 'the', 'basket', 'weave', 'bodice', 'although', 'that', 'does', 'make', 'it', 'more', 'difficult', 'to', 'zip', 'up', 'but', 'i', 'found', 'it', 'was', 'easier', 'to', 'just', 'slip', 'the', 'dress', 'on', 'zipped', 'up', 'since', 'the', 'stretchy', 'fabric', 'gives', 'quite', 'a', 'bit', 'rather', 'than', 'deal', 'with', 'the', 'zipper', 'i', 'normally', 'wear', 'about', 'a', '0-2', 'in', 'most', 'retailer', 'brands', 'and', 'have', 'the', 'dress', 'in', 'both', 'sizes', 'did', "n't", 'notice', 'a', 'big', 'differ', ',5,1,0', 'general', 'dresses', 'dresses'] ['15961,1056,36', ',i', 'am', 'in', 'love', 'with', 'pilcro', 'pants', 'i', 'am', 'typically', 'a', 'petite', '26', 'or', '27.', 'i', "'m", 'a', '27', 'in', 'these', 'khakis', 'which', 'is', 'could', 'have', 'them', 'in', 'every', 'color', 'and', 'style.,5,1,1', 'general', 'bottoms', 'pants'] ['15962,872,66', 'great', 'fit', 'true', 'to', 'size', 'so', 'great', 'fit', 'from', 'top', 'to', 'bottom', 'i', 'am', '5', '5', 'and', 'it', 'hits', 'my', 'hips', 'at', 'just', 'the', 'right', 'spot', 'not', 'too', 'high', 'or', 'too', 'low', 'it', 'also', 'does', 'not', 'flare', 'out', 'too', 'much', 'so', 'it', 'will', 'not', 'give', 'off', 'the', 'impression', 'that', 'you', 'have', 'something', 'to', 'hide', 'in', 'the', 'tummy', 'area', 'it', 'is', 'very', 'soft', 'and', 'comfortable', 'the', 'material', 'is', 'not', 'fragile', 'so', 'it', 'should', 'be', 'easy', 'to', 'maintain', 'its', 'shape', 'after', 'washing.,5,1,5', 'general', 'tops', 'knits'] ['15963,1056,35', 'avoid', 'stain', 'remover', 'with', 'these', 'pants', 'i', 'loved', 'these', 'pants', 'loved', 'them', 'so', 'much', 'that', 'it', 'pained', 'me', 'to', 'return', 'them', 'but', 'i', 'used', 'shout', 'stain', 'remover', 'on', 'them', 'once', 'and', 'it', 'drastically', 'faded', 'them', 'in', 'the', 'spot', 'i', 'used', 'the', 'stain', 'remover', 'that', 'i', 'had', 'to', 'return', 'them', 'i', "'m", 'grateful', 'to', 'retailer', 'for', 'standing', 'by', 'their', 'product', 'and', 'taking', 'the', 'pants', 'back', 'for', 'a', 'full', 'refund', 'i', "'m", 'tempted', 'to', 'buy', 'them', 'again', 'if', 'i', 'ca', "n't", 'find', 'similar', 'pants', 'elsewhere', 'and', 'just', 'stay', 'away', 'from', 'the', 'stain', 'remover', 'but', 'i', "'m", 'still', 'undecided', ',3,0,0', 'general', 'bottoms', 'pants'] ['15964,1081,55', 'classy', 'amazing', 'style', 'great', 'fabric', 'and', 'a', 'dress', 'for', 'all', 'occasions', 'bought', 'the', 'black', 'and', 'love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15965,1081,41', 'could', 'wear', 'when', 'heels', 'or', 'barefoot', 'on', 'beach', 'beautiful', 'soft', 'flattering', 'but', 'not', 'clingy~', 'i', 'bought', 'in', 'the', 'green', 'which', 'is', 'not', 'a', 'typical', 'color', 'in', 'the', 'summer', 'palate', 'which', 'makes', 'it', 'all', 'the', 'more', 'appealing', ',5,1,17', 'general', 'petite', 'dresses', 'dresses'] ['15966,1056,41', 'perfect', 'chinos', 'love', 'love', 'love', 'these', 'the', 'model', 'does', 'not', 'do', 'them', 'justice', 'since', 'she', 'makes', 'them', 'look', 'like', 'high', 'rise', 'pants', 'they', 'are', 'very', 'soft', 'with', '15', 'stretch', 'which', 'is', 'why', 'i', 'sized', 'down', 'i', 'usually', 'wear', 'a', '30.', 'you', 'can', 'remove', 'the', 'roll', 'and', 'they', 'fit', 'perfect', 'w', 'a', 'heel', 'for', 'those', 'curvy', 'women', 'they', 'look', 'great', 'also', 'have', 'a', 'slouchy', 'appeal', 'too', 'but', 'tailored', 'i', 'went', 'everywhere', 'looking', 'for', 'chinos', 'and', 'these', 'are', 'the', 'best', 'ones', 'out', 'there', 'for', 'reference', 'i', 'am', '141', 'pounds', 'and', '5', '4', 'just', 'losing', 'weight', 'from', 'having', 'a', 'baby', 'and', 'absolutely,5,1,5', 'general', 'bottoms', 'pants'] ['15967,1056,45', 'love', 'bought', 'these', 'in', 'store', 'and', 'bought', 'another', 'on', 'line', 'super', 'comfortable', 'and', 'great', 'for', 'a', 'casual', 'look', 'great', 'length', 'as', 'well', 'love', 'the', 'pilcro', 'line.,5,1,0', 'general', 'bottoms', 'pants'] ['15968,1072,36', 'exactly', 'what', 'i', 'thought', 'after', 'reading', 'some', 'reviews', 'about', 'it', 'running', 'small', 'i', 'decided', 'to', 'order', 'the', '8', 'instead', 'of', 'my', 'regular', 'size', '6', 'and', 'bingo', 'i', "'m", '5', '7', '144', 'lb', 'dress', 'hits', 'right', 'above', 'my', 'knees', 'i', "'m", 'between', 'slender', 'and', 'curvy', ',5,1,0', 'general', 'dresses', 'dresses'] ['15969,1056,74', 'love', 'these', 'i', 'tried', 'a', 'pair', 'of', 'the', 'hyphen', 'chinos', 'on', 'at', 'retailer', 'and', 'loved', 'them', 'they', 'are', 'comfortable', 'and', 'a', 'great', 'casual', 'look', 'i', 'bought', 'two', 'more', 'pairs', 'in', 'different', 'colors', 'on', 'line.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15970,1056,42', ',i', 'looooove', 'these', 'pants', 'i', 'was', 'looking', 'for', 'a', 'cool', 'pair', 'of', 'white', 'pants', 'since', 'last', 'summer', 'i', 'tried', 'them', 'on', 'and', 'they', 'make', 'my', 'bootie', 'look', 'great', 'they', 'are', 'also', 'not', 'see', 'through', 'which', 'i', 'love', 'i', 'love', 'this', 'brand', 'and', 'these', 'pants', 'will', 'be', 'my', 'new', 'summer', 'staple', 'ps', 'they', 'were', 'a', 'bit', 'snug', 'then', 'relaxed', 'a', 'little', 'after', '2', 'wears.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15971,1081,56', 'gorgeous', 'dress', 'i', 'saw', 'this', 'in', 'the', 'store', 'and', 'immediately', 'loved', 'it', 'even', 'before', 'trying', 'on', 'the', 'style', 'is', 'classic', 'and', 'the', 'fit', 'is', 'perfect', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'it', 'hugs', 'without', 'clinging', 'i', 'tried', 'on', 'the', 'black', 'in', 's', 'and', 'the', 'green', 'in', 'xs', 'and', 'went', 'with', 'the', 'green', 'different', 'shoes', 'and', 'accessories', 'will', 'dress', 'this', 'up', 'or', 'down', 'i', 'plan', 'to', 'travel', 'with', 'it', 'several', 'times', 'this', 'summer', 'it', 'will', 'be', 'a', 'great', 'option', 'to', 'wear', 'on', 'the', 'plane', 'and', 'arrive', 'looking', 'chic.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['15972,1056,36', ',love', 'these', 'pants', 'they', 'are', 'comfortable', 'and', 'flattering', 'i', 'generally', 'go', 'for', 'neutral', 'colors', 'but', 'the', 'blue', 'is', 'a', 'beautiful', 'shade', 'that', "'s", 'easy', 'to', 'wear.,5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['15973,1056,67', 'beautiful', 'colors', 'and', 'so', 'comfy', 'thank', 'goodness', 'chinos', 'are', 'in', 'this', 'year', 'i', 'was', 'so', 'excited', 'when', 'i', 'saw', 'these', 'pants', 'and', 'they', 'did', 'not', 'disappoint', 'when', 'i', 'put', 'them', 'on', 'the', 'material', 'is', 'so', 'soft', 'with', 'a', 'decent', 'amount', 'of', 'stretch', 'in', 'them', 'making', 'them', 'incredibly', 'comfy', 'they', 'fit', 'true', 'to', 'size', 'and', 'are', 'very', 'flattering', 'not', 'too', 'baggy', 'or', 'frumpy', 'looking', 'i', 'purchased', 'the', 'rose', 'colored', 'pants', 'which', 'are', 'basically', 'a', 'light', 'nantucket', 'red', 'color', 'for', 'reference', 'i', 'am', '5', '8', 'and', '~135/40', 'lbs', 'and', 'bought', 'a', 'size', '28.', 'i', "'d", 'be', 'very', 'surprised', 'if', 'i', 'do', "n't", 'end', 'up', 'purchas', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15974,1081,29', 'it', "'s", 'so', 'soft', 'i', 'ordered', 'this', 'dress', 'after', 'seeing', 'it', 'styled', 'with', 'a', 'beautiful', 'cape', 'when', 'it', 'arrived', 'it', 'was', 'incredibly', 'soft', 'and', 'the', 'color', 'was', 'a', 'pretty', 'muted', 'pink', 'however', 'once', 'i', 'put', 'it', 'on', 'it', 'clinged', 'to', 'all', 'the', 'wrong', 'places', 'having', 'a', 'larger', 'chest', 'made', 'it', 'show', 'a', 'lot', 'of', 'cleavage', 'and', 'if', 'i', 'ca', "n't", 'wear', 'a', 'standard', 'bra', 'with', 'it', 'it', "'s", 'too', 'complicated', 'in', 'a', 'regular', 'tank', 'dress', 'it', 'would', 'have', 'been', 'a', 'yes', 'overall', 'a', 'great', 'dress', 'but', 'probably', 'for', 'another', 'body', 'type', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15975,1056,59', 'love', 'these', 'these', 'pants', 'are', 'my', 'new', 'go', 'to', 'i', 'am', '5', '6', '122', 'and', 'the', '25', 'fits', 'perfectly', 'they', 'do', 'give', 'a', 'little'] [] ['lots', 'of', 'colors', 'to', 'choose', 'from', 'i', 'have', 'the', 'washed', 'blue', 'and', 'am', 'thinking', 'i', 'need', 'to', 'get', 'more', 'colors', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15976,1056,50', 'nice', 'fit', 'comfortable', 'and', 'a', 'great', 'color', 'for', 'spring', 'and', 'summer,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15977,1081,39', 'simple', 'yet', 'sexy', 'i', 'tried', 'on', 'the', 'xs', 'in', 'store', 'but', 'ti', 'was', 'a', 'little', 'big', 'on', 'me', 'and', 'i', 'usually', 'get', 'petite', 'in', 'dresses', 'unless', 'they', 'are', 'mini', 'dresses'] ['so', 'i', 'decide', 'to', 'order', 'the', 'xxs', 'petite', 'it', 'fits', 'much', 'better', 'the', 'length', 'is', 'at', 'the', 'highest', 'point', 'just', 'above', 'my', 'knees', 'the', 'chest', 'part', 'fits', 'better', 'on', 'me', 'as', 'xxs', 'p', 'the', 'plunge', 'is', 'not', 'low', 'not', 'too', 'high', 'and', 'is', 'flattering', 'i', 'can', 'wear', 'a', 'regular', 'bra', 'that', 'can', 'attach', 'as', 't-back', 'and', 'you', 'wo', "n't", 'see', 'anything'] ['the', 'model', 'on', 'the', 'picture', 'is', 'what', 'it', 'looks', 'like', 'as', 'a', 'usual', 'size', 'so', 'xs', 'instea', ',5,1,11', 'general', 'petite', 'dresses', 'dresses'] ['15978,1056,46', 'color', 'became', 'spotty', 'after', 'washing', 'i', 'bought', 'a', 'pair', 'of', 'these', 'in', 'stone', 'and', 'after', 'the', 'first', 'wash', 'they', 'become', 'all', 'splotchy', 'i', 'chalked', 'it', 'up', 'to', 'perhaps', 'there', 'was', 'bleach', 'leftover', 'in', 'the', 'my', 'washer', 'although', 'nothing', 'else', 'in', 'the', 'load', 'was', 'blotchy', 'i', 'then', 'because', 'i', 'loved', 'the', 'cut', 'of', 'these', 'pants', 'bought', 'another', 'pair', 'in', 'the', 'darker', 'blue', 'color', 'the', 'same', 'thing', 'happened', 'after', 'the', 'first', 'wash.', 'again', 'nothing', 'else', 'in', 'that', 'wash', 'load', 'was', 'the', 'least', 'bit', 'ruined', 'just', 'my', 'new', 'retailer', 'pants', 'such', 'a', 'bummer', 'definitely', 'a', 'dye', 'issue', 'i', 'called', 'the', 'stores', 'i', 'pur', ',1,0,2', 'general', 'petite', 'bottoms', 'pants'] ['15979,1081,32', 'cute', 'dress', 'i', 'went', 'with', 'the', 'xs', 'because', 'i', 'did', "n't", 'want', 'the', 'v', 'neck', 'in', 'the', 'front', 'to', 'be', 'too', 'low', 'it', 'looks', 'cute', 'paired', 'with', 'a', 'kimono', 'and', 'a', 'necklace.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15980,1056,32', 'love', 'these', 'i', 'have', 'these', 'in', '3', 'colors', 'and', 'i', 'always', 'wear', 'a', '27', 'in', 'pilcro', 'i', 'could', 'probably', 'size', 'down', 'but', 'i', 'like', 'them', 'a', 'little', 'loose', 'they', 'are', 'great', 'to', 'have', 'in', 'the', 'spring', 'and', 'summer', 'they', 'are', 'very', 'soft', 'and', 'very', 'comfy.,5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15981,727,36', 'yoga', 'vest', 'i', 'ordered', 'a', 'small', 'and', 'i', "'m", 'usually', 'always', 'a', 'small', 'i', 'could', 'not', 'zip', 'it', 'up', 'i', "'m", 'am', 'returning', 'it', 'for', 'a', 'large', 'and', 'this', 'is', 'concerning', 'because', 'what', 'if', 'it', 'is', 'big', 'in', 'a', 'weird', 'way', 'because', 'i', "'m", 'usually', 'a', 'large', ',3,0,1', 'initmates', 'intimate', 'lounge'] ['15982,1081,33', 'super', 'flattering', 'versitile', 'so', 'to', 'put', 'this', 'in', 'some', 'perspective', 'when', 'i', 'tried', 'on', 'this', 'dress', 'for', 'my', 'husband', 'after', 'bringing', 'it', 'home', 'he', 'described', 'it', 'as', 'possibly', 'the', 'best', 'dress', 'you', "'ve", 'ever', 'bought', 'so', 'that', "'s", 'definitely', 'a', 'winner', 'i', 'think', 'what', 'makes', 'the', 'dress', 'great', 'is', 'that', 'it', "'s", 'not', 'clingy', 'but', 'still', 'had', 'a', 'good', 'drape', 'on', 'the', 'skinny', 'models', 'it', 'looks', 'large', 'and', 'flowy', 'but', 'on', 'my', 'curvier', 'body', 'it', 'draped', 'beautifully', 'and', 'is', 'super', 'flattering', 'without', 'being', 'clingy', 'or', 'too', 'tight', 'i', "'m", 'usually', 'a', 'size', '10', '36ddd', 'and', 'i', 'sized', 'down', 'to', 'a', 'medium', 's', ',5,1,13', 'general', 'petite', 'dresses', 'dresses'] ['15983,1056,46', 'you', 'will', 'not', 'be', 'disappointed.', 'i', 'can', 'not', 'say', 'enough', 'about', 'these', 'chinos', 'i', 'hope', 'retailer', 'will', 'keep', 'them', 'around', 'for', 'a', 'long', 'time', 'despite', 'the', 'news', 'that', 'says', 'retailer', 'is', 'going', 'the', 'way', 'of', 'jcrew', 'these', 'pants', 'are', 'more', 'stylish', 'and', 'comfortable', 'than', 'any', 'other', 'chinos', 'i', 'have', 'owned', 'i', 'am', 'a', 'teacher', 'and', 'being', 'comfortable', 'and', 'stylish', 'at', 'the', 'same', 'time', 'is', 'important', 'i', 'am', 'a', '10', 'to', '12', 'and', 'a', '30', 'fits', 'me', 'fine', 'please', 'please', 'retailer', 'keep', 'making', 'these', 'every', 'season', 'in', 'fun', 'colors', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['15984,1072,34', ',,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['15985,1056,39', 'love', 'these', 'pants', 'i', 'generally', 'love', 'pilcro', 'pants', 'and', 'these', 'are', 'no', 'exception', 'the', 'fabric', 'is', 'heavy', 'but', 'soft', 'the', 'color', 'is', 'so', 'vivid', 'but', 'still', 'easy', 'to', 'mix', 'with', 'other', 'top', 'combinations', 'they', 'are', 'comfortable', 'and', 'flattering', 'i', 'am', '5', '2', 'and', 'these', 'are', 'not', 'crops', 'on', 'me', 'with', 'the', 'rolled', 'up', 'hem', 'they', 'are', 'a', 'perfect', 'full', 'length', 'pant', 'but', 'that', 'works', 'well', 'for', 'me', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15986,1056,46', 'my', 'favorite', 'pants', 'i', 'have', 'ever', 'bought', 'from', 'retailer', 'these', 'pants', 'are', 'a', 'life', 'saver', 'i', 'love', 'to', 'travel', 'with', 'them', 'and', 'have', 'washed', 'them', 'in', 'a', 'hotel', 'sink', 'rolled', 'in', 'a', 'towel', 'and', 'hung', 'dry', 'with', 'good', 'results', 'picro', 'does', 'not', 'usually', 'fit', 'me', 'well', 'these', 'pants', 'are', 'the', 'exception', 'i', "'m", '5', '6', 'and', 'if', 'i', 'uncuff', 'them', 'they', 'can', 'be', 'worn', 'as', 'regular', 'length', 'great', 'for', 'a', 'baseball', 'game'] ['i', 'will', 'panic', 'if', 'retailer', 'ever', 'changes', 'or', 'discontinues', 'them', ',5,1,7', 'general', 'petite', 'bottoms', 'pants'] ['15987,872,41', 'perfect', 'top', 'and', 'great', 'price', 'i', 'recently', 'bought', 'this', 'is', 'a', 'medium', 'black', 'and', 'it', 'is', 'a', 'perfect', 'fit', 'it', "'s", 'a', 'beautiful', 'top', 'and', 'the', 'peplum', 'portion', 'is', 'perfect', 'and', 'long', 'enough', 'for', 'someone', 'with', 'a', 'lon', 'torso', 'for', 'reference', 'i', "'m", '6ft', '175lbs', 'and', 'usually', 'wear', 'a', '10/12', 'or', 'medium/large', 'top', 'i', 'went', 'with', 'the', 'medium', 'based', 'on', 'other', 'reviews', 'i', 'i', 'was', 'lucky', 'to', 'find', 'this', 'on', 'sale', ',5,1,1', 'general', 'tops', 'knits'] ['15988,1056,64', 'great', 'pants', 'but', 'be', 'careful', 'these', 'pants', 'come', 'in', 'great', 'colors', 'and', 'fit', 'nicely', 'if', 'you', 'determine', 'your', 'correct', 'size', 'which', 'may', 'not', 'be', 'what', 'you', 'usually', 'wear', 'i', 'have', 'several', 'pair', 'but', 'i', 'am', 'concerned', 'about', 'investing', 'anymore', 'because', 'of', 'all', 'the', 'complaints', 'on', 'dye', 'stability', 'retailer', 'is', 'going', 'to', 'have', 'to', 'address', 'this', 'if', 'it', 'is', 'going', 'to', 'continue', 'carrying', 'this', 'product', 'now', 'that', 'said', 'i', 'had', 'a', 'bad', 'accident', 'on', 'one', 'pair', 'of', 'these', 'pants', 'and', 'the', 'outcome', 'was', 'successful', 'i', 'wore', 'them', 'to', 'a', 'dinner', 'party', 'and', 'spilled', 'grease', 'on', 'them', 'from', 'one', 'of', 't', ',3,1,0', 'general', 'petite', 'bottoms', 'pants'] ['15989,1056,57', 'only', 'buy', 'if', 'you', 'like', 'baggy', 'my', 'husband', 'never', 'has', 'anything', 'negative', 'to', 'say', 'about', 'my', 'clothes', 'until', 'i', 'wore', 'these', 'pants', 'they', 'are', 'not', 'flattering', 'and', 'kept', 'stretching', 'out', 'until', 'i', 'could', 'pull', 'them', 'off', 'without', 'unzipping', 'them', 'baggy', 'in', 'the', 'behind', 'and', 'sloppy', 'looking', 'they', 'are', 'going', 'back', 'asap', ',1,0,3', 'general', 'bottoms', 'pants'] ['15990,1056,53', 'not', 'colorfast', 'at', 'all', 'bought', 'the', 'gold', 'pair', 'and', 'dripped', 'something', 'on', 'them', 'so', 'spot', 'cleaned', 'them', 'with', 'water', 'only', 'my', 'white', 'washcloth', 'turned', 'bright', 'yellow', 'the', 'food', 'came', 'out', 'but', 'surrounding', 'area', 'was', 'super', 'faded', 'so', 'i', 'returned', 'them', 'took', 'the', 'second', 'pair', 'home', 'wore', 'them', 'a', 'few', 'times', 'they', 'stretched', 'out', 'so', 'much', 'washed', 'them', 'in', 'cold', 'water', 'and', 'they', 'have', 'splotches', 'that', 'are', 'really', 'light', 'these', 'pants', 'are', 'way', 'too', 'much', 'trouble', ',1,0,6', 'general', 'bottoms', 'pants'] ['15991,1056,22', 'i', 'love', 'these', 'pants', 'these', 'pants', 'are', 'amazing', 'they', 'are', 'so', 'comfortable', 'and', 'fit', 'true', 'to', 'size', 'i', 'typically', 'wear', 'a', '28', 'or', '29', 'depending', 'on', 'the', 'pants', 'and', 'the', '28s', 'fit', 'me', 'perfectly', 'i', 'bought', 'the', 'olive', 'green', 'pair', 'and', 'they', 'are', 'everything', 'i', 'have', 'ever', 'wanted', 'in', 'a', 'pair', 'of', 'olive', 'pants', 'i', 'love', 'that', 'they', 'are', 'tighter', 'in', 'the', 'butt', 'area', 'and', 'loose', 'in', 'the', 'knees', 'and', 'calves', 'so', 'they', 'are', 'not', 'restrictive', 'i', 'want', 'every', 'color', ',5,1,0', 'general', 'bottoms', 'pants'] ['15992,1056,33', 'color', 'ruins', 'easily', 'i', 'bought', 'a', 'pair', 'of', 'these', 'a', 'month', 'ago', 'and', 'first', 'time', 'i', 'washed', 'them', 'they', 'came', 'out', 'with', 'light', 'spots', 'all', 'down', 'the', 'leg', 'i', 'figured', 'i', 'did', 'something', 'wrong', 'so', 'i', 'bought', 'another', 'pair', 'in', 'the', 'same', 'color', 'and', 'one', 'in', 'sage', 'just', 'washed', 'both', 'pairs', 'according', 'to', 'care', 'instructions', 'no', 'spills', 'stain', 'remover', 'or', 'anything', 'but', 'detergent', 'and', 'both', 'came', 'out', 'with', 'light', 'spots', 'all', 'down', 'the', 'leg', 'very', 'sad', 'to', 'have', 'wasted', 'all', 'that', 'money', ',1,0,5', 'general', 'bottoms', 'pants'] ['15993,872,29', ',,5,1,0', 'general', 'tops', 'knits'] ['15994,1081,38', 'go', 'to', 'dress', 'perfect', 'for', 'a', 'hot', 'day', 'and', 'skins', 'the', 'body', 'beautifully', 'so', 'soft', 'i', 'am', 'usually', 'a', 'medium', 'but', 'got', 'a', 'small', 'which', 'fit', 'perfect', 'usually', 'swing', 'dresses', 'do', 'not', 'compliment', 'the', 'waistline', 'but', 'this', 'one', 'did', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['15995,872,62', 'beautiful', 'color', 'bought', 'this', 'on', 'sale', 'and', 'wore', 'it', 'to', 'work', 'yesterday', 'with', 'black', 'skinny', 'pants', 'and', 'leopard', 'flats', 'with', 'a', 'big', 'gold', 'necklace', 'i', "'m", 'busty', 'and', 'have', 'to', 'be', 'careful', 'with', 'peplum', 'styles', 'but', 'this', 'one', 'does', 'well', ',4,1,0', 'general', 'tops', 'knits'] ['15996,1056,49', ',loved', 'these', 'pants', 'when', 'i', 'tried', 'them', 'on', 'they', 'looked', 'great', 'and', 'felt', 'so', 'comfortable', 'when', 'i', 'washed', 'according', 'to', 'the', 'directions', 'on', 'the', 'tag', 'the', 'bottom', 'of', 'one', 'leg', 'lost', 'so', 'much', 'color', 'that', 'i', 'ca', "n't", 'wear', 'them', 'anymore', 'so', 'disappointed', ',3,0,1', 'general', 'bottoms', 'pants'] ['15997,1056,37', 'great', '3', 'season', 'pants', 'i', "'ve", 'been', 'looking', 'for', 'colored', 'pants', 'and', 'these', 'are', 'the', 'best'] [] ['i', 'am', 'typically', 'a', '10', 'or', '12', 'in', 'pants', 'and', 'the', '30', 'fit', 'well', 'i', 'tried', 'on', 'the', 'rose', 'color', 'and', 'loved', 'those', 'the', 'fit', 'was', 'great', 'though', 'they', 'would', "n't", 'be', 'long', 'enough', 'on', 'me', 'if', 'i', 'tried', 'to', 'unroll', 'them', 'though', 'you', 'can', 'i', 'liked', 'how', 'they', 'fit', 'my', 'butt', 'hips', 'and', 'thighs', 'which', 'is', 'usually', 'the', 'most', 'important', 'part', 'i', 'find', 'that', 'lots', 'of', 'colored', 'pants', 'accentuate', 'the', 'cellulite', 'on', 'my', 'thighs', 'too', 'much', 'but', 'that', 'was', 'not', 'at', 'all', 'the', 'case', 'with', 'these'] [] ['the', 'fabric', 'is', ',5,1,1', 'general', 'bottoms', 'pants'] ['15998,1056,37', 'turquoise', 'dream', 'bought', 'these', 'and', 'they', 'fit', 'really', 'well', 'and', 'are', 'super', 'comfy', 'love', 'the', 'color', 'will', 'probably', 'live', 'in', 'them', 'this', 'summer', ',5,1,0', 'general', 'bottoms', 'pants'] ['15999,1056,57', 'great', 'basic', 'casual', 'pants', 'i', 'have', 'three', 'pairs', 'of', 'these', 'so', 'i', 'must', 'like', 'them', 'the', 'fabric', 'is', 'soft', 'and', 'comfy', 'right', 'from', 'the', 'start', 'i', 'think', 'they', 'might', 'run', 'just', 'a', 'bit', 'large', 'or', 'small', 'depending', 'on', 'the', 'color', 'you', 'get', 'i', 'tried', 'on', 'a', 'pair', 'of', 'pink', 'ones', 'in', 'a', '29', 'in', 'the', 'store', 'i', 'wanted', 'the', 'moss', 'color', 'so', 'i', 'had', 'to', 'order', 'that', 'and', 'decided', 'to', 'order', 'my', 'usual', 'size', '30', 'they', 'fit', 'pretty', 'much', 'like', 'the', '29', "'s", 'in', 'the', 'pink', 'but', 'this', 'fabric', 'stretches', 'so', 'i', "'m", 'happy', 'with', 'them', 'they', "'re", 'not', 'too', 'boyfriend-y', 'so', 'not', 'sloppy', 'and', 'you', 'could', 'dress', 'them', 'up', 'wi', ',4,1,0', 'general', 'bottoms', 'pants'] ['16000,1056,40', 'beautiful', 'colors', 'amazing', 'fit', 'i', 'purchased', 'this', 'in', 'the', 'gold', 'in-store', 'when', 'i', 'got', 'home', 'and', 'saw', 'it', 'also', 'came', 'in', 'turquoise', 'i', 'ordered', 'those', 'right', 'away', 'as', 'well', 'the', 'fit', 'is', 'amazing', 'the', 'pants', 'are', 'very', 'slimming', 'without', 'being', 'tight', 'they', 'are', 'a', 'comfortable', 'and', 'flattering', 'pant', 'i', 'really', 'love', 'the', 'colors', 'and', 'will', 'probably', 'snag', 'another', 'pair', 'or', 'two', 'when', 'able', 'these', 'are', 'a', 'great', 'pant', 'to', 'dress', 'up', 'or', 'just', 'look', 'snappy', 'casual', 'in', 'they', 'are', 'a', 'great', 'versatile', 'pant', 'i', 'normally', 'wear', 'a', 'size', '8', 'and', 'weight', '155.', 'the', '29', 'fit', 'perfectly', ',5,1,0', 'general', 'bottoms', 'pants'] ['16001,1072,43', 'picture', 'says', 'the', 'model', 'is', "5'10", 'i', 'am', '5', '8', 'the', 'dress', 'hit', 'me', 'shorter', 'on', 'my', 'leg', 'than', 'it', 'did', 'on', 'the', 'model', 'i', 'loved', 'everything', 'about', 'this', 'dress', 'it', 'did', 'run', 'a', 'little', 'snug', 'so', 'i', 'was', 'between', 'a', 'small', 'and', 'an', 'extra', 'small', 'i', 'ca', "n't", 'wear', 'mid', 'thigh', 'dresses', 'to', 'work', 'so', 'i', 'am', 'sadly', 'returning', 'the', 'dress', ',4,1,7', 'general', 'petite', 'dresses', 'dresses'] ['16002,1056,37', ',,2,0,0', 'general', 'bottoms', 'pants'] ['16003,1056,63', 'bad', 'quality', 'pants', 'do', 'not', 'waste', 'your', 'money', 'on', 'this'] ['at', 'first', 'i', 'bought', 'pilcro', 'hyphen', 'chinos', 'short', 'and', 'i', 'loved', 'it', 'so', 'i', 'bought', 'this', 'pants', 'in', 'store', 'too', 'i', 'laundry', 'them', 'yesterday', 'and', 'they', 'both', 'came', 'out', 'colorless', 'i', 'was', 'so', 'shock'] ['fyi', 'i', 'did', 'not', 'use', 'bleach', 'or', 'chrolox', 'i', 'mean', 'i', 'don', 't', 'use', 'them.i', 'will', 'return', 'them', 'both'] ['still', 'mad', 'this', 'is', 'bad', 'quality', 'enough', 'worth', 'it', ',1,0,0', 'general', 'bottoms', 'pants'] ['16004,1056,24', ',i', 'wore', 'these', 'pants', 'to', 'work', 'and', 'they', 'fit', 'and', 'looked', 'great', 'however', 'the', 'first', 'time', 'i', 'put', 'them', 'through', 'the', 'wash', 'they', 'became', 'all', 'discolored', 'and', 'are', 'completely', 'stained', 'and', 'now', 'are', 'unwearable', 'very', 'disappointing', 'did', 'not', 'spend', 'that', 'much', 'money', 'to', 'wear', 'a', 'pair', 'of', 'pants', 'once.,1,0,0', 'general', 'bottoms', 'pants'] ['16005,1056,35', 'perfect', 'chinos', 'i', 'am', 'going', 'on', 'a', 'trip', 'to', 'south', 'africa', 'in', 'may', 'and', 'needed', 'pants', 'that', 'were', 'cute', 'durable', 'yet', 'comfortable', 'and', 'not', 'frumpy', 'these', 'are', 'definitely', 'the', 'ones', 'i', 'was', 'looking', 'for', 'the', 'fit', 'is', 'great', 'not', 'too', 'tight', 'and', 'not', 'too', 'baggy', 'i', 'got', 'them', 'in', 'three', 'colors', 'and', 'all', 'of', 'them', 'match', 'what', 'is', 'on', 'the', 'site', 'i', 'definitely', 'recommend', 'these', 'chinos', 'as', 'you', 'will', 'be', 'able', 'to', 'wear', 'them', 'to', 'lots', 'of', 'different', 'places', 'dressed', 'up', 'or', 'down', ',5,1,0', 'general', 'bottoms', 'pants'] ['16006,1081,29', 'all', 'around', 'great', 'dress', 'bought', 'this', 'in', 'the', 'green', 'because', 'i', 'thought', 'it', 'was', 'a', 'bit', 'different', 'it', 'is', 'super', 'flattering', 'and', 'the', 'fabric', 'is', 'so', 'soft', 'and', 'comfortable', 'i', 'have', 'it', 'in', 'an', 'xs', 'and', 'a', 's', 'and', 'have', "n't", 'yet', 'decided', 'which', 'i', 'am', 'keeping', 'as', 'they', 'both', 'work', 'i', "'m", '5', '4', 'and', '116', 'going', 'to', 'wear', 'it', 'on', 'an', 'upcoming', 'trip', 'and', 'i', 'think', 'i', 'will', 'get', 'a', 'lot', 'of', 'use', 'out', 'of', 'it', 'during', 'the', 'rest', 'of', 'the', 'summer', 'into', 'the', 'early', 'fall', 'i', 'saw', 'the', 'black', 'too', 'and', 'am', 'tempted', 'to', 'buy', 'that', 'as', 'well', 'have', 'i', 'mentioned', 'i', 'love', 'this', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16007,1056,59', 'love', 'the', 'fit', 'watch', 'when', 'you', 'wash', 'them', 'bought', 'a', 'pair', 'of', 'the', 'gray', 'and', 'loved', 'them', 'but', 'after', 'i', 'washed', 'them', 'i', 'saw', 'the', 'color', 'was', 'distorted', 'as', 'if', 'bleach', 'from', 'a', 'previous', 'wash', 'was', 'still', 'in', 'the', 'machine'] [] ['so', 'i', 'ordered', 'a', 'second', 'pair', 'this', 'one', 'in', 'green', 'same', 'thing', 'happened', 'after', 'i', 'washed', 'it', 'looked', 'at', 'instructions', 'finally', 'and', 'it', 'says', 'to', 'wash', 'in', 'cold', 'water', 'i', 'washed', 'in', 'warm', 'could', 'that', 'be', 'the', 'problem'] [] ['anyway', 'now', 'they', 'both', 'look', 'like', 'there', "'s", 'discoloration', 'and', 'not', 'a', 'washed', 'look', 'that', "'s", 'on', 'purpose'] [] ['i', "'ll", 'still', 'wear', 'them', 'but', 'an', 'expe', ',3,0,1', 'general', 'bottoms', 'pants'] ['16008,1056,59', 'do', 'not', 'buy', 'these', 'pants', 'the', 'first', 'time', 'i', 'washed', 'these', 'pants', 'i', 'ended', 'up', 'with', 'big', 'faded', 'spots', 'and', 'i', 'followed', 'the', 'washing', 'instructions', 'i', 'bought', 'another', 'pair', 'and', 'the', 'same', 'thing', 'happened', 'i', "'m", 'out', 'a', 'bunch', 'of', 'money', ',1,0,0', 'general', 'bottoms', 'pants'] ['16009,1056,38', 'please', 'make', 'them', 'in', 'tall', 'sizes', 'these', 'were', 'my', 'go', 'to', 'work', 'pants', 'i', 'have', '10', 'pairs', 'so', 'disappointed', 'that', 'you', 'are', 'not', 'making', 'them', 'in', 'tall', 'anymore', 'i', 'will', 'have', 'to', 'look', 'elsewhere', 'when', 'buying', 'pants', 'please', 'bring', 'them', 'back,5,1,0', 'general', 'bottoms', 'pants'] ['16010,1056,38', 'chinolicious', 'i', 'find', 'these', 'to', 'be', 'nearly', 'perfect', 'the', 'quality', 'is', 'idea', 'soft', 'yet', 'sturdy', 'the', 'stitching', 'is', 'unique', 'based', 'on', 'the', 'color', 'which', 'i', 'love', 'and', 'while', 'they', "'re", 'super', 'machine-washable', 'i', 'never', 'need', 'to', 'iron', 'them', 'for', 'a', 'business-casual', 'look', 'i', 'tend', 'to', 'like', 'things', 'on', 'the', 'baggy', 'side', 'so', 'as', 'a', '5', '7', 'gal', 'with', 'about', '120', 'pounds', 'on', 'me', 'i', 'wear', 'a', '28', 'but', 'i', "'m", 'sure', 'a', 'fitted', 'look', 'would', 'be', 'more', 'appealing', 'to', 'most', 'that', 'said', 'i', 'often', 'get', 'larger', 'because', 'they', "'re", 'a', 'tiny', 'bit', 'shorter', 'than', 'i', 'like', 'so', 'i', 'wear', 'them', 'kinda', 'low', 'and', 'if', 'i', ',5,1,1', 'general', 'bottoms', 'pants'] ['16011,1056,47', 'great', 'color', 'love', 'this', 'color', 'when', 'i', 'saw', 'this', 'beautiful', 'blue', 'color', 'in', 'the', 'store', 'i', 'had', 'to', 'try', 'them', 'on', 'so', 'pretty', 'if', 'you', 'love', 'pilcro', 'chinos', 'you', 'will', 'be', 'happy', 'with', 'these', 'same', 'great', 'fit', 'and', 'an', 'awesome', 'color', ',5,1,19', 'general', 'bottoms', 'pants'] ['16012,1056,53', 'must', 'have', 'so', 'cute', 'and', 'comfy', 'great', 'fit', 'i', 'bought', 'them', 'in', 'green', 'and', 'they', 'look', 'great', 'with', 'wedges', 'sneakers', 'or', 'sandals', 'dress', 'up', 'or', 'down', 'pair', 'with', 'a', 't-shirt', 'and', 'cotton', 'blazer', 'adorable', ',5,1,0', 'general', 'bottoms', 'pants'] ['16013,1056,42', 'do', "n't", 'put', 'anything', 'in', 'your', 'pocket', 'i', 'bought', 'the', 'yellow', 'pair', 'on', 'vacation', 'last', 'week', 'and', 'loved', 'them', 'i', 'wore', 'them', 'home', 'on', 'the', 'plane', 'and', 'had', 'a', 'pony', 'tail', 'holder', 'in', 'my', 'pocket', 'basic', 'goody', 'binder', 'and', 'there', 'is', 'a', 'circle', 'stain', 'where', 'the', 'binder', 'was', 'so', 'strange', 'i', 'sprayed', 'them', 'with', 'spray', 'and', 'wash', 'and', 'washed', 'them', 'the', 'stain', 'is', 'still', 'there', 'and', 'now', 'it', 'is', 'discolored', 'in', 'the', 'area', 'i', 'treated', 'them', 'they', 'are', 'ruined', 'i', 'am', 'so', 'disappointed', 'and', 'i', 'only', 'got', 'one', 'wear', 'out', 'of', 'them', ',1,0,2', 'general', 'bottoms', 'pants'] ['16014,1056,37', 'discolored', 'after', 'one', 'wash.', 'similar', 'to', 'others', 'here', 'these', 'pants', 'were', 'ruined', 'after', 'one', 'wash.', 'the', 'first', 'pair', 'i', 'bought', 'simply', 'faded', 'after', 'one', 'wash', 'which', 'was', 'okay', 'but', 'the', 'second', 'pair', 'got', 'weird', 'splotches', 'on', 'the', 'backside', 'i', "'d", 'rather', 'not', 'call', 'attention', 'to', 'that', 'particular', 'area', 'of', 'my', 'body', 'could', "'ve", 'been', 'a', 'great', 'addition', 'to', 'my', 'wardrobe', 'if', 'they', 'were', 'better', 'quality', ',1,0,1', 'general', 'bottoms', 'pants'] ['16015,1081,32', 'perfect', 'summer', 'dress', 'this', 'material', 'is', 'quickly', 'becoming', 'a', 'favorite', 'of', 'mine', 'i', 'have', 'two', 'other', 'dolan', 'dresses', 'made', 'of', 'the', 'same', 'material', 'i', 'do', 'wash', 'mine', 'cold', 'water', 'delicate', 'cycle', 'i', 'hang', 'dry', 'it', 'i', 'am', 'broad', 'shouldered', 'and', 'heavy', 'chested', 'and', 'the', 'cut', 'of', 'this', 'dress', 'is', 'extremely', 'flattering', 'you', 'can', 'dress', 'it', 'up', 'or', 'dress', 'it', 'down', 'too', 'love', 'that', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16016,1056,45', 'perfect', 'chinos', 'love', 'these', 'chinos', 'they', 'are', 'so', 'soft', 'have', 'the', 'right', 'amount', 'of', 'stretch', 'for', 'a', 'curvy', 'figure', 'and', 'the', 'colors', 'are', 'great', 'i', 'have', 'purchased', 'the', 'khaki', 'and', 'blue', 'so', 'far', 'the', 'blue', 'color', 'has', 'the', 'perfect', 'washed/faded', 'look', 'i', 'love', 'that', 'they', 'have', 'petite', 'sizes', 'available', 'i', 'will', 'be', 'stocking', 'up', 'on', 'the', 'other', 'colors', ',5,1,5', 'general', 'bottoms', 'pants'] ['16017,1056,34', 'ruined', 'in', 'the', 'wash', 'i', 'loved', 'these', 'pants', 'they', 'fit', 'perfectly', 'and', 'then', 'i', 'washed', 'them', 'like', 'the', 'other', 'reviewers', 'the', 'pants', 'came', 'out', 'with', 'spots', 'all', 'over', 'them', 'the', 'color', 'seems', 'to', 'have', 'faded', 'in', 'splotchy', 'patterns', 'so', 'sad', 'wondering', 'if', 'retailer', 'will', 'provide', 'store', 'credit', 'or', 'something', 'to', 'make', 'it', 'right', ',1,0,0', 'general', 'bottoms', 'pants'] ['16018,1056,52', 'pilcro', 'is', 'the', 'best', 'i', 'loved', 'the', 'moss', 'so', 'much', 'had', 'to', 'go', 'back', 'to', 'get', 'the', 'gold', 'these', 'chinos', 'look', 'wonderful', 'on', 'they', 'can', 'be', 'dressed', 'up', 'with', 'pumps', 'and', 'a', 'blouse', 'as', 'well', 'as', 'dressed', 'down', 'with', 'sneakers', 'and', 'a', 't-shirt', 'very', 'versatile', ',5,1,0', 'general', 'bottoms', 'pants'] ['16019,1081,25', 'loved', 'this', 'dress', 'until', 'i', 'absolutely', 'fell', 'in', 'love', 'with', 'this', 'dress', 'in', 'the', 'store', 'and', 'immediately', 'scooped', 'it', 'up', 'in', 'black', 'wore', 'it', '3-4', 'times', 'on', 'hot', 'summer', 'days', 'and', 'it', 'was', 'perfect', 'very', 'comfortable', 'easy', 'to', 'throw', 'on', 'and', 'dress', 'up', 'or', 'down', 'i', 'decided', 'to', 'hand', 'wash', 'instead', 'of', 'dry', 'cleaning', 'as', 'i', 'usually', 'do', 'and', 'after', 'hanging', 'dry', 'it', 'became', 'significantly', 'more', 'translucent', 'than', 'it', 'had', 'been', 'before', 'i', 'can', 'no', 'longer', 'wear', 'this', 'dress', 'because', 'you', 'can', 'see', 'everything', 'through', 'it', 'it', "'s", 'as', 'though', 'the', 'fabric', 'completely', 'changed', 'after', 'being', 'wet', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16020,872,34', 'not', 'flattering', 'on', 'a', 'larger', 'chest', 'i', 'tried', 'on', 'a', 'l', 'and', 'found', 'it', 'incredibly', 'unflattering', 'on', 'a', 'large', 'chest', 'as', 'the', 'waist', 'hits', 'a', 'bit', 'high'] ['the', 'color', 'is', 'vibrant', 'i', 'wanted', 'to', 'like', ',3,0,2', 'general', 'tops', 'knits'] ['16021,1056,57', 'nice', 'but', 'inconsistent', 'fit', 'about', 'a', 'month', 'ago', 'i', 'purchased', 'the', 'pilcro', 'hypen', 'chinos', 'in', 'moss', 'size', '28', 'petite', 'i', 'loved', 'the', 'color', 'and', 'fit', 'so', 'much', 'that', 'when', 'i', 'saw', 'free', 'shipping', 'being', 'offered', 'i', 'decided', 'to', 'get', 'another', 'pair', 'this', 'time', 'i', 'ordered', 'the', 'color', 'pink', 'and', 'of', 'course', 'size', '28', 'petite', 'well', 'the', 'color', 'really', 'isn', 't', 'pink', 'and', 'unlike', 'the', 'moss', 'color', 'it', 'does', 'not', 'look', 'the', 'color', 'online', 'the', 'color', 'is', 'more', 'like', 'salmon', 'or', 'apricot', 'definitely', 'not', 'pink', 'what', 'bothered', 'me', 'more', 'is', 'the', 'fit', 'this', 'pair', 'was', 'too', 'big', 'it', 's', 'mind-boggling', 'why', 'the', 'sizing,3,1,0', 'general', 'bottoms', 'pants'] ['16022,1056,69', ',pilcro', 'pants', 'are', 'always', 'a', 'positive', 'purchase', 'quality', 'fabric', 'great', 'design', 'i', 'purchased', 'the', 'pink', 'for', 'spring', 'and', 'whenever', 'prettier', 'in', 'person', 'than', 'on', 'line', 'they', 'are', 'a', 'peachy', 'pink', 'color', 'will', 'go', 'with', 'anything', 'dress', 'them', 'up', 'or', 'down.,5,1,3', 'general', 'bottoms', 'pants'] ['16023,1056,47', 'nice', 'and', 'comfy', 'love', 'these', 'pants', 'got', 'them', 'in', 'yellow-', 'gold', 'color', 'pair', 'them', 'with', 'retailer', 'anafa', 'tiered', 'top', 'which', 'also', 'has', 'some', 'yellow', 'tones', 'to', 'it', 'goes', 'lovely', 'good', 'quality', 'important', 'for', 'me', 'the', 'color', 'is', 'soft', 'not', 'overly', 'bright', 'yellow', 'fabric', 'is', 'soft', 'as', 'well', 'great', 'fit.', ',5,1,0', 'general', 'bottoms', 'pants'] ['16024,1056,53', 'tighter', 'waist', 'than', 'last', 'year', 'pilcro', 'runs', 'one', 'size', 'smaller', 'this', 'year', 'i', 'compared', 'with', 'pants', 'that', 'i', 'ordered', 'last', 'year', 'and', 'sure', 'enough', 'one', 'inch', 'difference', 'in', 'waist', 'i', 'did', 'not', 'notice', 'difference', 'in', 'other', 'dimensions', 'of', 'this', 'garment', 'so', 'my', 'best', 'guess', 'is', 'that', 'pilcro', 'decided', 'to', 'make', 'tighter', 'waist', 'due', 'to', 'some', 'complaints', 'last', 'year', 'about', 'waist', 'being', 'too', 'lose', 'i', 'personally', 'prefer', 'sporty', 'silhouette', 'and', 'am', 'not', 'thrilled', 'with', 'this', 'change', 'but', 'pants', 'fit', 'and', 'are', 'nice', 'color', 'and', 'quality', 'so', 'they', 'stay', 'however', 'i', 'am', 'not', 'sure', 'i', 'would', 'order', 'th', ',4,1,2', 'general', 'bottoms', 'pants'] ['16025,872,46', ',,4,1,0', 'general', 'tops', 'knits'] ['16026,1056,57', 'my', 'favorite', 'pant.', '1', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40', 'and', 'the', 'size', '30s', 'fit', 'me', 'perfectly'] [] ['2.', 'the', 'hyphen', 'chino', 'is', 'my', 'favorite', 'pant', 'just', 'stretchy', 'enough', 'just', 'casual', 'enough', 'without', 'being', 'sloppy', 'just', 'nice', 'enough', 'to', 'wear', 'to', 'work'] [] ['3.', 'i', 'bought', 'both', 'pinks', 'and', 'the', 'moss', 'the', 'turquoise', 'were', 'too', 'big', 'in', 'the', 'waist', 'for', 'some', 'reason', 'but', 'the', 'color', 'while', 'gorgeous', 'did', "n't", 'work', 'with', 'the', 'rest', 'of', 'my', 'wardrobe', ',5,1,18', 'general', 'bottoms', 'pants'] ['16027,1056,58', 'great', 'staple', 'i', "'ve", 'ordered', 'a', 'pair', 'of', 'these', 'from', 'the', 'catalog', 'and', 'loved', 'them', 'on', 'my', 'next', 'visit', 'to', 'a', 'store', 'i', 'picked', 'up', 'another', 'color', 'i', "'m", 'now', 'considering', 'getting', 'another', 'pair', 'while', 'the', 'free', 'shipping', 'deal', 'is', 'going', 'on', 'they', 'are', 'great', 'pants', 'with', 'a', 'great', 'fit', ',5,1,0', 'general', 'bottoms', 'pants'] ['16028,872,38', 'lovely', 'shape', 'beautiful', 'color', 'i', "'m", 'an', 'xl', 'in', 'retailer', 'tops', 'and', 'purchased', 'this', 'in', 'the', 'size', 'xl', 'it', 'fits', 'very', 'nicely', 'not', 'tight', 'i', 'usually', 'have', 'problems', 'with', 'peplum', 'blouses', 'hitting', 'me', 'oddly', 'since', 'i', 'have', 'a', 'short', 'waist', 'but', 'this', 'fit', 'beautifully', 'i', 'like', 'the', 'feel', 'of', 'the', 'high', 'quality', 'fabric', 'the', 'color', 'green', 'works', 'so', 'well', 'with', 'my', 'red', 'hair', 'i', 'highly', 'recommend', 'this', 'blouse', ',5,1,0', 'general', 'tops', 'knits'] ['16029,1056,45', 'love', 'the', 'color', 'these', 'pants', 'are', 'great', 'the', 'color', 'is', 'beautiful', 'the', 'fabric', 'super', 'soft', 'fit', 'is', 'slimmer', 'than', 'expected', 'but', 'sill', 'nice', ',5,1,0', 'general', 'bottoms', 'pants'] ['16030,1056,36', 'beware', 'of', 'dye', 'issues', 'i', 'love', 'the', 'fit', 'of', 'these', 'pants', 'i', 'bought', 'them', 'in', 'several', 'colors', 'but', 'unfortunately', 'when', 'i', 'laundered', 'the', 'teal', 'blue', 'pair', 'the', 'places', 'where', 'the', 'liquid', 'detergent', 'touched', 'them', 'not', 'bleach', 'detergent', 'look', 'like', 'they', "'ve", 'touched', 'bleach', 'i', 'washed', 'them', 'in', 'cold', 'with', 'regular', 'detergent', 'but', 'will', 'be', 'unable', 'to', 'wear', 'them', 'after', 'one', 'wear', 'i', 'was', 'confused', 'and', 'even', 'checked', 'the', 'detergent', 'to', 'make', 'sure', 'it', 'did', 'not', 'have', 'bleach', 'in', 'it', 'and', 'it', 'does', 'not', 'very', 'disappointing', 'and', 'i', 'hope', 'this', 'is', 'not', 'true', 'of', 'the', 'dye', 'in', 'the', 'other', 'co', ',3,0,0', 'general', 'bottoms', 'pants'] ['16031,1056,33', 'comfy', 'fit', 'be', 'careful', 'when', 'you', 'wash', 'them', 'i', 'love', 'these', 'pilcro', 'pants', 'i', 'had', 'them', 'in', 'two', 'colors', 'both', 'beige', 'and', 'khaki', 'super', 'comfy', 'and', 'they', 'stretch', 'out', 'a', 'little', 'around', 'the', 'waist', 'with', 'wearing', 'however', 'i', 'recently', 'ruined', 'both', 'sets', 'in', 'the', 'wash', 'because', 'i', 'used', 'a', 'stain-stick', 'remover', 'to', 'try', 'to', 'get', 'some', 'grease', 'spots', 'out', 'of', 'them', 'the', 'stain', 'stick', 'instead', 'lifted', 'the', 'dye', 'off', 'of', 'them', 'now', 'i', 'have', 'two', 'sets', 'of', 'pants', 'with', 'odd', 'light', 'splotches', 'on', 'them', 'so', 'sad', 'they', 'are', "n't", 'more', 'color-fast', ',5,1,1', 'general', 'bottoms', 'pants'] ['16032,872,39', 'i', 'own', 'quite', 'a', 'few', 'deletta', 'tops', 'and', 'this', 'one', 'nails', 'it', 'a', 'great', 'staple', 'in', 'a', 'pretty', 'color', 'i', 'purchased', 'the', 'green', 'peplum', 'tops', 'can', 'be', 'hit', 'or', 'miss', 'for', 'me', 'and', 'often', 'come', 'up', 'short', 'or', 'balloon', 'out', 'too', 'much', 'this', 'one', 'is', 'so', 'flattering', 'i', 'initially', 'ordered', 'a', 'medium', '5', '8', '145', 'but', 'exchanged', 'for', 'a', 'small', 'when', 'i', 'found', 'the', 'medium', 'to', 'be', 'a', 'little', 'roomy', 'on', 'me', 'the', 'small', 'is', 'perfect', 'the', 'top', 'is', 'made', 'of', 'a', 'medium', 'weight', 'material', 'and', 'is', 'slightly', 'fitted', 'nipping', 'in', 'at', 'the', 'waist', 'the', 'skirt', 'piece', 'falls', 'nicely', 'and', 'is', 'l', ',5,1,8', 'general', 'tops', 'knits'] ['16033,1056,55', 'love', 'these', 'pants', 'my', 'favorite', 'pants', 'they', 'do', 'run', 'slightly', 'large', 'so', 'i', 'sized', 'down', 'i', 'have', '3', 'colors', 'and', 'will', 'continue', 'to', 'add', 'more', ',5,1,0', 'general', 'bottoms', 'pants'] ['16034,1056,40', 'spring', 'colors', 'and', 'comfort', 'i', 'bought', 'these', 'pants', 'in', 'white', 'and', 'tan', 'they', 'are', 'comfortable', 'and', 'fit', 'great.however', 'they', 'tend', 'to', 'stretch', 'i', 'just', 'got', 'them', 'and', 'they', 'are', 'already', 'starting', 'to', 'become', 'uncomfortably', 'loose', 'i', 'still', 'really', 'like', 'them', 'but', 'i', 'recommend', 'you', 'buy', 'a', 'little', 'tight', 'so', 'they', 'become', 'comfortable', ',3,1,1', 'general', 'bottoms', 'pants'] ['16035,1072,62', 'nice', 'two', 'tone', 'i', 'originally', 'got', 'this', 'for', 'myself', 'but', 'it', 'was', 'just', 'a', 'little', 'bit', 'more', 'snug', 'than', 'i', 'liked', 'i', 'ended', 'up', 'giving', 'it', 'to', 'my', 'daughter', 'it', 'fits', 'her', 'nicely', 'and', 'she', 'wore', 'it', 'to', 'her', 'holiday', 'party', 'at', 'work', 'and', 'it', 'was', 'a', 'hit', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16036,1056,34', 'try', 'these', 'on', 'i', "'ve", 'been', 'looking', 'at', 'these', 'online', 'for', 'a', 'while', 'now', 'and', 'could', "n't", 'decide', 'if', 'they', "'d", 'fit', 'me', 'or', 'not', 'i', 'have', 'large', 'muscular', 'thighs', 'and', 'pants', 'always', 'run', 'tight', 'when', 'i', 'was', 'in', 'the', 'store', 'today', 'i', 'decided', 'to', 'try', 'them', 'on', 'anyway', 'and', 'boy', 'am', 'i', 'glad', 'i', 'did', 'the', 'fabric', 'is', 'super', 'soft', 'as', 'everyone', 'else', 'mentions', 'and', 'they', 'are', 'nice', 'and', 'loose', 'but', 'also', 'look', 'like', 'ankle', 'pants', 'i', 'actually', 'sized', 'down', 'who', 'does', "n't", 'love', 'it', 'when', 'they', 'get', 'to', 'do', 'that', 'i', 'loved', 'the', 'way', 'they', 'fit', 'so', 'much', 'i', 'bought', 'two', 'pairs', 'i', 'love', 'the', 'pastel', ',5,1,1', 'general', 'bottoms', 'pants'] ['16037,1081,48', 'dolan', 'never', 'fails', 'dolan', 'is', 'my', 'go', 'to', 'for', 'comfy', 'pretty', 'practical', 'dresses', 'i', "'m", '5', '0', '125', 'lbs', 'and', 'i', 'consistently', 'wear', 'a', 'petite', 'small', 'in', 'this', 'brand', 'i', 'bought', 'the', 'taupe', 'not', 'my', 'favorite', 'color', 'but', 'i', 'had', 'too', 'many', 'lbds', 'and', 'the', 'green', 'was', 'not', 'a', 'summer', 'color', 'i', 'chose', 'taupe', 'to', 'wear', 'with', 'my', 'bronze', 'and', 'turquoise', 'jewelry', 'summer', 'must', 'have', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16038,872,36', 'this', 'top', 'is', 'an', 'easy', 'classy', 'staple', 'for', 'summer', '-tts', 'and', 'drapes', 'well', 'great', 'shape', ',5,1,0', 'general', 'tops', 'knits'] ['16039,1081,23', 'flattering', 'fit', 'may', 'be', 'sheer', 'for', 'some.', 'beautiful', 'dress', 'skims', 'the', 'body', 'perfectly', 'and', 'flatters', 'the', 'silky', 'and', 'breathable', 'fabric', 'is', 'everything', 'it', "'s", 'made', 'of', 'cupro', 'used', 'as', 'a', 'silk', 'substitute', 'but', 'breathes', 'like', 'cotton', 'uniqlo', 'uses', 'it', 'in', 'their', 'airism', 'products', 'which', 'makes', 'it', 'perfect', 'for', 'summer', 'weather', 'i', 'wore', 'it', 'to', 'a', 'summer', 'barbecue', 'dressed', 'down', 'with', 'a', 'denim', 'shirt', 'tied', 'at', 'the', 'waist', 'and', 'simple', 'jewelry', 'but', 'can', 'easily', 'dress', 'it', 'up', 'with', 'a', 'chunky', 'heeled', 'sandal', 'and', 'statement', 'jewelry', 'it', "'s", 'gorgeous', 'get', 'it'] [] [] ['the', 'colors', 'of', 'the', 'fabric', 'a', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16040,1056,56', ',,5,1,0', 'general', 'bottoms', 'pants'] ['16041,1056,46', 'so', 'comfortable', 'i', 'have', 'always', 'been', 'a', 'pilcro', 'fan', 'and', 'these', 'are', 'so', 'comfortable', 'and', 'fit', 'well', 'in', 'the', 'legs', 'i', "'m", '5', '6', 'and', '128', 'and', 'the', 'size', '26', 'fit', 'very', 'well', ',5,1,3', 'general', 'bottoms', 'pants'] ['16042,1056,71', 'favorites', 'these', 'are', 'my', 'favorite', 'pants', 'i', 'love', 'the', 'fit', 'and', 'they', 'are', 'comfortable', 'i', 'have', 'them', 'in', 'several', 'colors', 'i', 'hope', 'you', 'never', 'discontinue', 'them', ',5,1,0', 'general', 'bottoms', 'pants'] ['16043,1056,27', 'my', 'favorite', 'pants', 'i', 'am', 'now', 'on', 'my', 'third', 'pair', 'of', 'these', 'pilcro', 'hyphen', 'chinos', 'they', 'fit', 'my', 'body', 'type', 'well', 'which', 'is', 'pear-shaped', 'they', 'are', 'super', 'comfy', 'relaxed', 'and', 'my', 'go', 'to', 'pant', 'i', 'love', 'that', 'they', 'are', 'a', 'pop', 'of', 'color', 'with', 'what', 'i', 'am', 'wearing', 'vs', 'just', 'a', 'normal', 'jean', 'i', 'ca', "n't", 'say', 'enough', 'about', 'these', 'pants', ',5,1,1', 'general', 'bottoms', 'pants'] ['16044,834,30', 'cute', 'this', 'top', 'has', 'a', 'flattering', 'shape', 'the', 'neckline', 'is', 'low', 'but', 'not', 'too', 'low', 'for', 'work', 'and', 'it', 'flares', 'a', 'bit', 'at', 'the', 'bottom', 'my', 'only', 'complaint', 'is', 'that', 'it', 'is', 'short', 'i', 'have', 'a', 'longish', 'torso', 'and', 'this', 'shirt', 'hits', 'right', 'at', 'the', 'top', 'of', 'my', 'pant', "'s", 'waistline', 'i', 'just', 'prefer', 'tops', 'to', 'be', 'a', 'bit', 'longer', 'but', 'it', "'s", 'still', 'a', 'cute', 'top', ',4,1,0', 'general', 'tops', 'blouses'] ['16045,1056,49', 'comfortable', 'fit', 'these', 'chinos', 'are', 'very', 'well', 'made', 'and', 'has', 'a', 'really', 'good', 'fit', 'not', 'too', 'tight', 'but', 'a', 'bit', 'more', 'relaxed', 'so', 'depending', 'on', 'the', 'look', 'you', 'are', 'going', 'for', 'these', 'are', 'great', 'however', 'i', 'ordered', 'the', 'bright', 'aqua', 'pair', 'and', 'received', 'a', 'pair', 'that', 'is', 'really', 'more', 'teal', 'a', 'bit', 'disappointed', 'but', 'i', "'ll", 'live', 'i', "'m", '5', '4', 'with', 'a', '30', 'inseam', 'without', 'shoes', 'these', 'hit', 'about', 'half', 'an', 'inch', 'below', 'my', 'ankle', 'when', 'not', 'rolled', 'up', 'twice', ',4,1,0', 'general', 'bottoms', 'pants'] ['16046,1056,57', 'my', 'go-to', 'pants', 'i', 'love', 'the', 'pilcro', 'stet', 'pants', 'want', 'them', 'in', 'every', 'color', 'every', 'season', 'please', 'retailer', 'never', 'stop', 'making', 'these'] ['pants', 'i', 'also', 'love', 'the', 'new', 'addition', 'to', 'the', 'family', 'the', 'pilcro', 'capri', 'pants', 'would', 'love', 'every', 'color', 'of', 'these', 'too', ',5,1,1', 'general', 'bottoms', 'pants'] ['16047,1056,41', 'great', 'pant', 'these', 'pants', 'feel', 'great', 'fit', 'is', 'true', 'to', 'size', 'the', 'blue', 'color', 'is', 'very', 'unique', 'definitely', 'recommend', ',5,1,0', 'general', 'bottoms', 'pants'] ['16048,872,47', ',,5,1,0', 'general', 'tops', 'knits'] ['16049,1056,48', 'i', 'love', 'these', 'pants', 'i', 'have', 'these', 'pants', 'in', 'a', 'larger', 'size', 'but', 'recently', 'lost', 'some', 'weight', 'and', 'wanted', 'a', 'smaller', 'size'] ['they', 'are', 'so', 'comfortable', 'and', 'soft', 'and', 'go', 'with', 'everything'] ['keep', 'in', 'mind', 'that', 'they', 'run', 'a', 'little', 'large', 'and', 'do', 'stretch', 'a', 'bit', 'once', 'you', 'wear', 'them'] ['just', 'wish', 'they', 'would', 'be', 'available', 'in', 'tall', ',5,1,0', 'general', 'bottoms', 'pants'] ['16050,1081,39', 'perfection', 'from', 'dolan', 'how', 'i', 'did', 'not', 'notice', 'this', 'dress', 'for', 'weeks', 'i', 'do', 'not', 'know', 'this', 'is', 'absolutely', 'the', 'best', 'casual', 'dress', 'i', "'ve", 'ever', 'had', 'the', 'pleasure', 'of', 'owning', 'and', 'i', 'hope', 'my', 'future', 'includes', 'acquiring', 'the', 'other', 'sold', 'out', 'colors', 'i', 'was', 'fortunate', 'enough', 'to', 'buy', 'the', 'holly', 'in', 'm', 'and', 'taupe', 'in', 'mp', 'and', 'they', 'both', 'fit', 'well', 'and', 'look', 'flattering', 'on', 'my', 'unproportioned', 'body', 'this', 'dress', 'goes', 'well', 'with', 'many', 'layers', 'or', 'on', 'its', 'own', 'and', 'is', 'going', 'to', 'work', 'for', 'at', 'least', 'three', 'seasons', 'in', 'my', 'area', 'the', 'drape', 'of', 'the', 'willa', 'complements', 'my', 'over', 'large', 'upper,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16051,1056,38', 'pilcro', 'has', 'my', 'heart', 'their', 'cut', 'and', 'style', 'are', 'perfect', 'for', 'me', 'no', 'more', 'squeezing', 'into', 'skinny', 'jeans', 'dear', 'retailer', 'please', 'always', 'sell', 'pilcro', 'and', 'maeve', 'brands', 'they', 'are', 'amazing', ',5,1,28', 'general', 'bottoms', 'pants'] ['16052,1072,59', 'great', 'dress', 'but', 'runs', 'very', 'small', 'i', 'had', 'to', 'return', 'the', '2', 'for', 'a', 'size', '4', 'and', 'it', 'is', 'still', 'snug', 'in', 'the', 'ribs', 'i', 'am', 'very', 'petite', 'and', 'usually', 'wear', 'size', '0', 'and', 'xs', 'the', 'regular', 'length', 'hits', 'me', 'perfectly', 'above', 'the', 'knee', 'as', 'i', 'like', 'the', 'previous', 'review', 'to', 'order', 'up', 'was', 'good', 'but', 'i', "'m", 'writing', 'to', 'say', 'i', 'had', 'to', 'go', 'up', '2', 'sizes', 'i', 'am', '5', '5', '110', 'lbs', 'small', 'frame', ',5,1,0', 'general', 'dresses', 'dresses'] ['16053,1056,34', 'perfect', 'summer', 'pants', 'these', 'pants', 'are', 'so', 'comfortable', 'and', 'fit', 'exactly', 'as', 'i', 'expected', 'i', 'love', 'the', 'variety', 'of', 'fun', 'colors', 'i', 'went', 'with', 'the', 'gold', 'they', 'are', 'cooler', 'than', 'jeans', 'but', 'just', 'as', 'versatile', 'i', 'am', "5'10", 'and', 'the', 'length', 'on', 'me', 'is', 'the', 'same', 'as', 'the', 'model', ',5,1,0', 'general', 'bottoms', 'pants'] ['16054,1081,24', 'beautiful', 'minimalist', 'dress', 'this', 'dress', 'is', 'stunning', 'and', 'very', 'flattering', 'i', 'am', 'a', 'few', 'months', 'postpartum', 'with', 'just', 'a', 'bit', 'of', 'belly', 'flub', 'left', 'and', 'this', 'skims', 'in', 'all', 'the', 'right', 'places', 'without', 'showing', 'that', 'the', 'fabric', 'is', 'gorgeous', 'although', 'it', 'seems', 'like', 'the', 'darker', 'colors', 'can', 'be', 'a', 'little', 'sheer', 'i', 'got', 'the', 'holly', 'absolutely', 'love', 'this', 'would', 'consider', 'picking', 'up', 'another', 'color', 'i', 'do', 'find', 'it', 'runs', 'a', 'little', 'small', 'compared', 'to', 'other', 'dolan', 'pieces', 'including', 'those', 'in', 'this', 'fabric', 'i', 'have', 'a', 'tunic', 'and', 'another', 'dress', 'in', 'a', 'small', 'i', 'got', 'a', 'medium', 'here', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16055,1056,41', 'casual', 'chic', 'these', 'are', 'the', 'most', 'comfortable', 'pants', 'i', 'have', 'tried', 'this', 'season', 'without', 'sacrificing', 'the', 'style', 'they', 'look', 'best', 'rolled', 'up', 'for', 'that', 'casual', 'chic', 'look', 'and', 'can', 'be', 'dressed', 'up', 'or', 'down', 'these', 'do', 'run', 'slightly', 'large', 'i', "'m", '5', '1', 'and', '102-', '104', 'pounds', 'and', 'took', 'the', '24', 'petite', 'size', 'i', 'bought', 'the', 'white', 'color', 'and', 'will', 'probably', 'try', 'another', 'color', 'or', 'two', 'before', 'my', 'size', 'sells', 'out', 'love', 'these', 'and', 'really', 'recommend', 'them', ',5,1,2', 'general', 'bottoms', 'pants'] ['16056,872,56', 'flattering', 'fit', 'and', 'comfortable', 'fabric', 'happy', 'to', 'have', 'tried', 'this', 'one', 'on', 'in', 'store', 'unlike', 'other', 'peplum', 'the', 'bottom', 'portion', 'does', 'not', 'pop', 'out', 'looks', 'good', 'under', 'a', 'cadi', 'as', 'well', 'find', 'this', 'top', 'very', 'versatile', 'i', 'got', 'both', 'colors', 'since', 'they', 'are', 'both', 'flattering', ',5,1,1', 'general', 'tops', 'knits'] ['16057,1056,43', 'be', 'careful', 'with', 'laundering', 'i', 'love', 'these', 'pants', 'but', 'be', 'care', 'when', 'you', 'do', 'laundry', 'the', 'dye', 'transferred', 'to', 'another', 'pair', 'of', 'pilcro', 'chinos', 'that', 'was', 'a', 'little', 'lighter', 'color', 'very', 'frustrating', 'label', 'mentioned', 'it', 'but', 'i', 'only', 'noticed', 'after', 'it', 'happened', 'because', 'the', 'colors', 'are', 'both', 'not', 'that', 'dark', 'at', 'all.,3,0,2', 'general', 'bottoms', 'pants'] ['16058,1056,31', 'cute', 'and', 'well', 'made', 'just', 'too', 'low', 'for', 'me', 'these', 'feel', 'well', 'made', 'and', 'so', 'soft', 'but', 'for', 'me', 'they', 'were', 'just', 'too', 'low', 'and', 'too', 'baggy', 'all', 'i', 'did', 'was', 'pull', 'them', 'up', 'and', 'feel', 'uncomfortable', 'i', 'wanted', 'them', 'to', 'work', 'maybe', 'in', 'a', 'smaller', 'size', 'they', 'would', 'feel', 'better', 'i', 'ordered', 'my', 'normal', '25', 'in', 'the', 'light', 'pink', 'they', 'were', 'very', 'cute', 'i', 'think', 'i', 'just', 'have', 'a', 'hard', 'time', 'with', 'pants', 'with', 'a', 'rise', 'this', 'low', ',5,1,1', 'general', 'bottoms', 'pants'] ['16059,872,37', 'odd', 'fit', 'this', 'top', 'fit', 'me', 'great', 'across', 'the', 'bust', 'true', 'to', 'size', 'there', 'however', 'it', 'was', 'very', 'loose', 'other', 'than', 'that', 'outside', 'of', 'the', 'peplum', 'of', 'course', 'it', 'did', 'not', 'seem', 'flattering', 'for', 'my', 'body', 'shape/did', 'not', 'give', 'me', 'much', 'shape', 'on', 'top', 'i', 'was', 'wider', 'than', 'i', 'should', 'be/am', 'this', 'may', 'work', 'on', 'some', 'body', 'types', 'but', 'did', 'not', 'work', 'for', 'me', 'it', 'was', 'a', 'nice', 'feeling', 'comfortable', 'top', 'however', ',3,0,0', 'general', 'tops', 'knits'] ['16060,1056,47', 'comfy', 'comfy', 'i', 'bought', 'the', 'moss', 'color', 'i', 'really', 'like', 'it', 'great', 'causal', 'pant', 'for', 'spring', 'and', 'summer,4,1,2', 'general', 'bottoms', 'pants'] ['16061,1056,51', 'love', 'these', 'pants', 'i', 'got', 'the', 'yellow', 'ones', 'and', 'love', 'them', 'so', 'much', 'i', 'ordered', 'the', 'stone', 'color', 'very', 'comfortable', 'and', 'i', 'can', 'wear', 'in', 'th', 'office', 'or', 'on', 'the', 'weekend', 'thinking', 'about', 'ordering', 'every', 'color', 'i', 'love', 'the', 'pilcro', 'hyphen', 'line', 'fits', 'my', '5', '4', 'frame', 'and', 'athletic', 'build', 'perfectly', 'i', "'m", '135', 'lbs', 'and', 'wear', 'a', 'size', '28', ',5,1,0', 'general', 'bottoms', 'pants'] ['16062,1056,33', 'bring', 'back', 'tall', 'sizes', 'retailer', 'please', 'make', 'these', 'fantastically', 'versatile', 'chinos', 'in', 'tall', 'sizes', 'again', 'i', 'am', "5'11", 'and', 'i', 'usually', 'order', 'a', 'size', '8.', 'the', 'regular', 'fit', 'hits', 'in', 'the', 'wrong', 'place', 'at', 'the', 'knee', 'and', 'results', 'in', 'the', 'back', 'of', 'the', 'knee', 'fitting', 'and', 'feeling', 'uncomfortable', ',3,0,0', 'general', 'bottoms', 'pants'] ['16063,1068,64', 'nice', 'but', 'these', 'trousers', 'arrived', 'today', 'yippee', 'i', 'really', 'wanted', 'to', 'love', 'them', 'i', 'do', 'like', 'the', 'color', 'and', 'the', 'cut', 'not', 'crazy', 'about', 'the', 'fold-over', 'waist', 'the', 'fit', 'through', 'the', 'waist', 'hips', 'and', 'thighs', 'is', 'true', 'to', 'size', 'the', 'biggest', 'issue', 'is', 'that', 'the', 'description', 'states', 'that', 'the', 'inseam', 'is', '31.5', 'which', 'is', 'perfect', 'for', 'me', 'however', 'these', 'pants', 'are', 'actually', '33.5', 'in', 'the', 'inseam', 'which', 'makes', 'heels', 'a', 'necessity', 'if', 'i', 'want', 'to', 'wear', 'them', 'without', 'altering', 'them', 'i', 'rarely', 'wear', 'heels', 'these', 'days', 'so', 'that', 'does', 'not', 'make', 'me', 'happy', 'one', 'leg', ',4,1,6', 'general', 'petite', 'bottoms', 'pants'] ['16064,1068,35', 'pants', 'oversized', 'i', 'wanted', 'to', 'love', 'these', 'pants', 'since', 'i', 'hate', 'super-fitted', 'skinny', 'pants', 'but', 'they', 'are', 'really', 'oversized', 'i', "'m", '125lbs', 'and', '5', 'foot', '2.', 'so', 'i', "'m", 'petite', 'but', 'not', 'considered', 'skinny', 'and', 'have', 'well', 'endowed', 'thighs', 'and', 'legs.but', 'the', 'xs', 'was', 'way', 'too', 'big', 'for', 'me.,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['16065,1068,33', 'beautiful', 'pants', 'that', 'are', 'way', 'too', 'big', 'i', 'love', 'the', 'feel', 'and', 'quality', 'of', 'these', 'pants', 'however', 'they', 'ran', 'super', 'big', 'they', 'would', 'not', 'stay', 'up', 'around', 'my', 'waist', 'unfortunately', ',3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['16066,1068,34', 'versatile', 'summer', 'staple', 'great', 'summer', 'pants', 'real', 'wide', 'leg', 'fit', 'perfect', 'even', 'my', 'muscular', 'thighs', 'run', 'a', 'little', 'roomy', 'right', 'of', 'the', 'rack', 'but', 'stretch', 'out', 'terribly', 'in', 'my', 'regular', 'size', 'they', 'start', 'falling', 'off', 'after', 'few', 'hours', 'of', 'wear', 'long', 'dragging', 'on', 'the', 'floor', 'on', 'my', '5', '7', 'frame', ',5,1,5', 'general', 'petite', 'bottoms', 'pants'] ['16067,1068,29', 'love', 'great', 'lightweight', 'pants', 'for', 'summer', 'size', 'down', 'the', 'length', 'is', 'slightly', 'long', 'and', 'they', 'stretch', 'out', 'throughout', 'the', 'day', 'i', "'m", '5', '8', 'normally', 'a', '33', 'in', 'pilcro', 'and', 'took', 'a', 'large', 'in', 'these', 'so', 'cute', ',5,1,2', 'general', 'petite', 'bottoms', 'pants'] ['16068,390,32', 'cute', 'i', "'m", '5', '2.5', 'and', 'petite', 'and', 'had', 'originally', 'ordered', 's', 'but', 'decide', 'that', 'it', 'was', 'a', 'bit', 'large', 'for', 'me', 'so', 'i', 'returned', 'it', 'and', 'ordered', 'the', 'xs', 'and', 'it', 'fit', 'like', 'a', 'glove', 'with', 'breathing', 'space', 'i', 'love', 'the', 'conservative', 'style', 'i', 'can', 'easily', 'move', 'around', 'in', 'it', 'when', 'i', "'m", 'in', 'the', 'water', 'with', 'my', 'baby', 'i', 'do', "n't", 'have', 'a', 'large', 'chest', 'but', 'i', 'imagine', 'this', 'would', 'great', 'for', 'big', 'busted', 'girls', 'it', "'s", 'lightly', 'padded', 'around', 'the', 'bust', 'area', 'the', 'skirt', 'detail', 'is', 'very', 'cute', 'and', 'the', 'print', 'is', 'unique', 'i', "'ve", 'already', 'gotten', 'compliments', 'on', 'it', ',5,1,5', 'initmates', 'intimate', 'swim'] ['16069,967,39', 'love', 'this', 'super', 'cute', '5', '9', '135', 'lbs', 'and', 'the', 'medium', 'was', 'perfect', 'to', 'wear', 'with', 'a', 'long', 'sleeve', 'shirt', 'underneath', 'good', 'quality', 'and', 'lined', 'too', 'perfect', 'for', 'daytime', 'when', 'a', 'leather', 'moto', 'might', 'be', 'a', 'bit', 'much', ',5,1,0', 'general', 'jackets', 'jackets'] ['16070,1068,42', 'great', 'travel', 'anywhere', 'pants', 'i', 'bought', 'these', 'pants', 'for', 'a', 'planned', 'trip', 'to', 'southeast', 'asia', 'where', 'i', 'want', 'to', 'look', 'put', 'together', 'but', 'also', 'be', 'very', 'comfortable', 'the', 'lightweight', 'fabric', 'is', 'perfect', 'for', 'traveling', 'in', 'warm', 'climates', 'where', 'one', 'should', "n't", 'necessarily', 'be', 'wearing', 'shorts', 'in', 'certain', 'public', 'places', 'or', 'when', 'visiting', 'religious', 'sites', 'these', 'pants', 'can', 'also', 'go', 'to', 'the', 'pool', 'out', 'on', 'errands', 'and', 'to', 'brunch', 'i', 'bought', 'the', 'navy', 'and', 'would', 'considering', 'also', 'buying', 'the', 'beige', 'great', 'find', 'and', 'very', 'reasonable', 'sale', 'price', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16071,936,58', 'perfect', 'for', 'early', 'spring', 'this', 'is', 'the', 'perfect', 'sweater', 'for', 'early', 'spring', 'lightweight', 'but', 'not', 'too', 'thin', 'i', 'm', '5', '2', '125', 'lbs', 'the', 'medium', 'fits', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16072,936,39', 'fun', 'wintery', 'cardi', 'i', 'ordered', 'this', 'only', 'because', 'it', 'was', 'in', 'the', 'stylist', "'s", 'picks', 'and', 'decided', 'to', 'see', 'what', 'it', 'was', 'about', 'i', 'ordered', 'a', 'petite', 'and', 'do', "n't", 'regret', 'it', 'the', 'petite', 'on', 'my', '5', '1.5', 'falls', 'right', 'by', 'te', 'hips', 'which', 'is', 'more', 'flattering', 'for', 'a', 'bomber-style', 'top', 'not', 'sure', 'if', 'descriptions', 'says', 'that', 'but', 'it', 'is', 'a', 'bit', 'bomber-style', 'the', 'color', 'is', 'truly', 'ivory', 'not', 'as', 'white', 'as', 'hte', 'picture', 'depicts', 'though', 'now', 'that', 'i', 'look', 'colsely', 'you', 'do', 'see', 'a', 'contrast', 'with', 'the', 'white', 'top', 'the', 'model', 'is', 'wearing', 'so', 'do', "n't", 'expect', 'very', 'white', 'as', 'mentione', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16073,1068,50', 'sizing', 'is', 'way', 'off', 'i', 'was', 'thrilled', 'to', 'find', 'a', 'wide-legged', 'pant', 'in', 'a', 'natural', 'fiber', 'and', 'ordered', 'two', 'pairs', 'l', 'and', 'xl', 'the', 'l', 'came', 'first', 'and', 'was', 'a', 'tad', 'too', 'close', 'for', 'comfort', 'so', 'i', 'returned', 'it', 'when', 'the', 'xl', 'arrived', 'it', 'seemed', 'roomy', 'but', 'after', 'my', 'first', 'wear', 'the', 'fold-over', 'jersey', 'knit', 'waistband', 'stretched', 'out', 'and', 'the', 'pants', 'were', 'dragging', 'on', 'the', 'ground', 'they', 'seem', 'really', 'huge', 'on', 'me', 'and', 'i', 'now', 'have', 'to', 'wear', 'a', 'belt', 'to', 'keep', 'them', 'up', 'the', 'fabric', 'also', 'seems', 'to', 'be', 'pilling', 'easily-', 'overall', 'not', 'my', 'best', 'retailer', 'purchase', 'and', 'i', 'am', 'a', 'huge', 'fan,3,0,0', 'general', 'petite', 'bottoms', 'pants'] ['16074,854,47', 'beautiful', 'colors', 'this', 'is', 'such', 'a', 'pretty', 'top', 'and', 'a', 'great', 'multi-season', 'piece', 'i', 'love', 'the', 'colors', 'and', 'pattern', 'and', 'the', 'cut', 'is', 'flattering', 'it', "'s", 'not', 'too', 'low', 'cut', 'in', 'the', 'front', 'which', 'is', 'nice', 'it', 'is', 'woven', 'on', 'the', 'front/sleeves', 'and', 'knit', 'in', 'the', 'back', 'so', 'i', "'m", 'a', 'little', 'nervous', 'about', 'how', 'it', 'will', 'wash.', 'i', 'usually', 'wear', 'a', 'm', 'in', 'retailer', 'tops', 'and', 'a', 'l', 'in', 'tiny', 'they', 'usually', 'are', 'truly', 'tiny', 'but', 'in', 'this', 'tiny', 'a', 'm', 'was', 'good', ',5,1,6', 'general', 'tops', 'knits'] ['16075,936,43', 'festive', 'cardigan', 'this', 'sweater', 'is', 'much', 'more', 'brilliant', 'in', 'person', 'the', 'photo', 'online', 'does', "n't", 'do', 'it', 'justice', 'a', 'couple', 'of', 'things', 'the', 'faux', 'fur', 'collar', 'is', 'removable', 'and', 'it', 'is', 'attached', 'with', 'buttons', 'of', 'the', 'same', 'color', 'as', 'the', 'sweater', 'the', 'color', 'is', 'also', 'more', 'buttery', 'than', 'it', 'appears', 'it', 'hits', 'right', 'at', 'the', 'hip', 'which', 'is', 'so', 'nice', 'for', 'wearing', 'with', 'dresses', 'or', 'skinny', 'jeans', 'and', 'boots', 'for', 'a', 'night', 'out', 'i', 'am', '5', '3', '108', 'pounds', 'and', 'the', 'xs', 'hit', 'me', 'at', 'hipline', 'and', 'was', 'roomy', 'without', 'being', 'oversized', 'it', "'s", 'really', 'fun', 'and', 'festive', 'with', 'the', 'collar', ',5,1,18', 'general', 'petite', 'tops', 'sweaters'] ['16076,1068,63', 'pants', 'are', 'professional', 'super', 'comfortable', 'and', 'color', 'matches', 'loads', 'of', 'tops', 'love', 'them', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16077,1068,32', 'nice', 'pants', 'i', 'love', 'wide-leg', 'linen', 'pants', 'and', 'i', "'m", 'always', 'in', 'the', 'market', 'for', 'them', 'i', "'ve", 'purchased', 'these', 'in', 'two', 'colors', 'and', 'have', 'been', 'happy', 'with', 'them', 'so', 'far', 'the', 'waistband', 'is', 'fold-over', 'and', 'snug', 'not', 'too', 'tight', 'or', 'too', 'loose', 'the', 'length', 'is', 'longer', 'than', 'advertised', 'i', "'m", "5'10", 'and', 'typically', 'take', 'a', '33.5', 'or', '34', 'inseam', 'these', 'are', 'long', 'enough', 'for', 'me', 'so', 'they', 'have', 'to', 'be', 'a', '33', 'at', 'least', 'others', 'may', 'complain', 'but', 'i', "'m", 'happy', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16078,390,31', 'very', 'flattering', 'this', 'was', 'my', 'first', 'choice', 'as', 'one', 'piece', 'suit', 'after', 'having', '2', 'babies', 'the', 'minute', 'i', 'put', 'it', 'on', 'i', 'just', 'loved', 'how', 'confortable', 'it', 'felt', 'and', 'very', 'flattering', 'in', 'all', 'the', 'right', 'places', 'the', 'fabric', 'is', 'great', 'i', "'m", '5', '4', 'and', '155', 'lb', 'i', 'ordered', 'a', '10', 'and', 'it', 'fits', 'great', ',5,1,1', 'initmates', 'intimate', 'swim'] ['16079,819,41', 'cute', 'but', 'gross', 'polyester', 'i', 'know', 'we', "'ve", 'gotten', 'to', 'the', 'point', 'that', 'polyester', 'can', 'be', 'acceptable', 'but', 'sometimes', 'it', "'s", 'still', 'that', 'horrible', 'texture', 'unbreathable', 'mess', 'unfortunately', 'that', "'s", 'what', 'this', 'top', 'is', 'made', 'out', 'of', 'so', 'it', 'runs', 'big', 'its', 'billowy', 'and', 'cute', 'but', 'i', 'could', "n't", 'get', 'it', 'off', 'quick', 'enough', 'because', 'of', 'the', 'feel', 'of', 'the', 'fabric', ',2,0,0', 'general', 'tops', 'blouses'] ['16080,1068,41', 'comfortable', 'and', 'beautiful', 'linen', 'pants', 'i', 'am', '6ft', 'tall', 'and', 'wear', 'a', 'size', '12', 'bottom', 'i', 'ordered', 'these', 'in', 'a', 'large', 'because', 'i', 'wanted', 'the', 'length', 'to', 'be', 'as', 'long', 'as', 'possible', 'and', 'they', 'were', 'perfect', 'i', 'have', 'a', '36', 'in', 'inseam', 'and', 'these', 'pants', 'drug', 'on', 'the', 'floor', 'i', 'could', 'even', 'wear', 'my', 'wedges', 'with', 'them', 'and', 'they', 'were', 'still', 'beautifully', 'long', 'and', 'drapey', 'i', 'bought', 'the', 'silver', 'color', 'and', 'it', 'was', 'definitely', 'more', 'of', 'a', 'khaki', 'i', 'probably', 'could', 'have', 'easily', 'worn', 'a', 'medium', 'as', 'i', 'did', 'have', 'to', 'pull', 'them', 'up', 'when', 'i', 'walked', 'throughout', 'the', 'day', 'this', 'may', 'be', 'because', 'of', 'the', 'stre', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16081,870,43', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'loved', 'it', 'it', 'runs', 'large', 'i', "'m", '5', '7', '130lbs', 'very', 'short', 'waisted', 'and', 'i', 'got', 'the', 'xs', 'i', 'realized', 'it', 'had', 'a', 'sheer', 'section', 'on', 'the', 'side', 'but', 'the', 'store', 'paired', 'it', 'with', 'a', 'beautiful', 'scarf', 'that', 'helped', 'cover', 'the', 'sheerness', 'i', 'did', "n't", 'feel', 'i', 'needed', 'a', 'cami', 'while', 'wearing', 'the', 'scarf', 'plus', 'the', 'scarf', 'will', 'keep', 'me', 'warmer', 'and', 'let', 'me', 'wear', 'the', 'shirt', 'a', 'little', 'longer', 'in', 'the', 'fall', ',5,1,0', 'general', 'tops', 'knits'] ['16082,1068,23', 'comfortable', 'pants', 'the', 'waistband', 'is', 'reminiscent', 'of', 'yoga', 'pants', 'except', 'looser', 'i', 'think', 'these', 'pants', 'are', 'a', 'little', 'large', 'and', 'wide-legged', 'i', 'have', 'a', 'bigger', 'butt', 'and', 'i', 'like', 'my', 'pants', 'on', 'the', 'looser', 'side', 'overall', 'so', 'maybe', 'that', 'is', 'why', 'they', 'were', 'super', 'loose', 'on', 'me', 'i', 'think', 'they', 'are', 'a', 'great', 'way', 'to', 'get', 'away', 'with', 'wearing', 'casual', 'pants', 'when', 'you', 'need', 'to', 'dress', 'up', 'i', 'feel', 'like', 'they', 'would', 'look', 'best', 'on', 'a', 'taller', 'person', 'i', 'need', 'to', 'get', 'them', 'hemmed.,4,1,1', 'general', 'petite', 'bottoms', 'pants'] ['16083,390,31', 'good', 'quality', 'cute', 'print', 'but', 'not', 'flattering', 'adorable', 'suit', 'super', 'cute', 'print', 'and', 'great', 'quality', 'but', 'unfortunately', 'not', 'as', 'flattering', 'as', 'other', 'reviewers', 'noted', 'i', 'found', 'that', 'the', 'white', 'pattern', 'accentuated', 'the', 'wrong', 'areas', 'and', 'the', 'ruffle', 'feature', 'was', 'a', 'bit', 'over-the-top', 'the', 'straps', 'are', 'also', 'very', 'thin', 'and', 'did', "n't", 'offer', 'too', 'much', 'support', ',3,0,1', 'initmates', 'intimate', 'swim'] ['16084,1146,52', 'disappointed', 'i', 'have', 'purchased', 'a', 'lot', 'from', 'retailer', 'but', 'lately', 'some', 'of', 'the', 'items', 'have', 'been', 'disappointing', 'in', 'quality.verses', 'cost', 'this', 'being', 'one', 'the', 'picture', 'is', 'nice', 'but', 'the', 'actual', 'blouse', 'is', 'nothing', 'like', 'this', 'the', 'size', 'was', 'not', 'accurate', 'so', 'buy', 'a', 'size', 'bigger', 'because', 'of', 'the', 'sleeves', ',1,0,3', 'general', 'petite', 'trend', 'trend'] ['16085,1068,36', 'these', 'are', 'beautiful', 'pants', 'pretty', 'basic', 'but', 'comfy', 'and', 'you', 'can', 'dress', 'them', 'up', 'they', 'definitely', 'run', 'large', 'in', 'both', 'length', 'and', 'waist', 'i', "'m", "5'10", 'and', 'having', 'a', 'little', 'bit', 'of', 'a', 'platform', 'or', 'heel', 'is', 'helpful', ',4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16086,1068,44', 'comfortable', 'and', 'pretty', 'linen', 'pants', 'my', 'only', 'con', 'would', 'be', 'these', 'are', 'long', 'even', 'in', 'petite', 'they', 'are', 'long', 'otherwise', 'i', 'have', 'no', 'complaints', 'i', 'love', 'the', 'comfortable', 'fold', 'over', 'waist', 'band', 'ah', 'i', 'am', 'planning', 'to', 'wear', 'these', 'on', 'a', 'long', 'flight', 'they', 'will', 'help', 'me', 'look', 'put', 'together', 'and', 'keep', 'my', 'legs', 'warm', 'i', 'always', 'freeze', 'on', 'airplanes', 'plus', 'they', 'will', 'feel', 'good', 'i', 'am', '5', '4', 'and', 'must', 'wear', 'more', 'than', 'a', 'flat', 'sandal', 'i', 'tried', 'on', 'with', 'a', 'wedge', 'and', 'it', 'worked', 'well', 'not', 'sure', 'if', 'i', 'will', 'hem', 'or', 'not', 'might', 'wait', 'till', 'after', 'washing', 'lovely', 'ordered', 'my', 'typical', 'pxs', 'd', ',5,1,6', 'general', 'petite', 'bottoms', 'pants'] ['16087,1068,57', 'very', 'comfortable', 'and', 'stylish', 'bought', 'these', 'in', 'both', 'moss', 'and', 'navy', 'fits', 'perfect', 'love', 'the', 'style', 'and', 'the', 'roll', 'down', 'waist', 'excellent', 'quality'] ['bought', 'the', 'peachy', 'color', 'top', 'with', 'the', 'elephants', 'to', 'wear', 'with', 'the', 'moss', 'colored', 'one', 'and', 'received', 'lots', 'of', 'compliments', ',5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['16088,967,60', 'so', 'cute', 'and', 'warm', 'this', 'is', 'a', 'great', 'jacket', 'my', 'only', 'issue', 'is', 'sleeves', 'are', 'way', 'to', 'long', 'and', 'had', 'to', 'have', 'them', 'shortened', 'this', 'upped', 'my', 'price', 'by', '45.00.', 'oh', 'well', 'its', 'still', 'what', 'i', 'wanted', ',5,1,0', 'general', 'jackets', 'jackets'] ['16089,870,43', 'fun', 'and', 'flowy', 'i', 'love', 'this', 'top', 'but', 'i', 'do', 'need', 'to', 'wear', 'a', 'navy', 'cami', 'underneath', 'as', 'the', 'pic', 'shows', 'the', 'lace', 'in', 'the', 'mid', 'section', 'makes', 'it', 'completely', 'sheer', 'in', 'place', 'kinda', 'odd', 'placement', 'in', 'my', 'opinion', 'but', 'if', 'you', 'do', "n't", 'mind', 'the', 'sheerness', 'or', 'a', 'cami', 'it', "'s", 'a', 'great', 'top', ',4,1,0', 'general', 'tops', 'knits'] ['16090,1068,37', 'not', 'flattering', 'the', 'picture', 'makes', 'the', 'pants', 'appear', 'flattering', 'and', 'comfortable', 'but', 'they', 'are', 'not', 'flattering', 'at', 'all', 'they', 'seemed', 'much', 'bigger', 'than', 'they', 'should', 'have', 'been', 'and', 'the', 'fold', 'over', 'portion', 'was', 'not', 'necessary', ',1,0,0', 'general', 'petite', 'bottoms', 'pants'] ['16091,854,56', 'very', 'cute', 'but', 'tight', 'sleeves', 'this', 'top', 'is', 'very', 'cute', 'it', 'looks', 'good', 'with', 'leggings', 'boyfriend', 'jeans', 'and', 'flare', 'jeans', 'be', 'careful', 'it', 'will', 'shrink', 'i', 'bought', 'an', 'xs', 'because', 'other', 'reviews', 'said', 'it', 'runs', 'large', 'it', 'fit', 'great', 'but', 'i', 'accidentally', 'put', 'it', 'in', 'the', 'dryer', 'and', 'it', 'shrunk', 'the', 'sleeves', 'that', 'were', 'already', 'were', 'fitted', 'and', 'not', 'loose', 'like', 'the', 'picture', 'shows', 'shrunk', 'so', 'that', 'they', 'are', 'a', 'little', 'snug', 'on', 'my', 'arms', 'thankfully', 'it', "'s", 'still', 'wearable', 'because', 'i', 'do', 'love', 'it', 'and', 'have', 'gotten', 'several', 'compliments', 'on', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['16092,936,48', 'adorable', 'love', 'this', 'zip', 'cardigan', 'with', 'removable', 'faux', 'fur', 'it', 'did', 'not', 'look', 'like', 'much', 'on', 'the', 'hanger', 'but', 'once', 'on', 'it', 'is', 'soft', 'rich', 'and', 'just', 'adorable', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'perfect', 'for', 'a', 'finishing', 'piece', 'over', 'a', 'dress', 'to', 'wearing', 'with', 'jeans', 'and', 'skirts', 'the', 'fabric', 'is', 'soft', 'but', 'substantial', 'the', 'only', 'negative', 'for', 'me', 'is', 'the', 'zipper', 'sticks', 'a', 'little', 'a', 'plus', 'it', 'is', 'a', 'ivory', 'shade', 'and', 'is', 'a', 'good', 'basic', 'i', 'chose', 'my', 'typical', 'medium', 'and', 'fits', 'perfect', '34', 'dd', 'chest', 'for', 'reference', 'sale', 'price', 'plus', 'promo', 'made', 'this', 'a', 'winner', 'i', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16093,946,57', 'adorable', 'but', 'poor', 'construction', 'this', 'sweater', 'is', 'adorable', 'and', 'comfortable', 'but', 'the', 'poms', 'are', 'barely', 'secured', 'so', 'they', 'just', 'pop', 'off', 'whenever', 'they', 'rub', 'up', 'against', 'anything', 'i', 'can', 'not', 'even', 'imagine', 'trying', 'to', 'wash', 'it', 'unfortunately', 'i', 'will', 'reluctantly', 'be', 'returning', 'it', 'because', 'the', 'construction', 'is', 'very', 'poor', ',2,0,16', 'general', 'tops', 'sweaters'] ['16094,1068,40', 'easy', 'breezy', 'pants', 'love', 'these', 'pants', 'i', "'m", "5'10", 'and', 'the', 'length', 'is', 'perfect', 'could', 'even', 'wear', 'a', 'little', 'heel', 'the', 'fold', 'over', 'waist', 'is', 'so', 'comfy', 'they', 'feel', 'like', 'pajamas', 'but', 'look', 'very', 'classy', 'i', 'bought', 'the', 'navy', 'and', 'silver', 'more', 'of', 'a', 'khaki', 'color', 'on', 'sale', 'for', 'a', 'great', 'deal', 'the', 'washing', 'instructions', 'say', 'line', 'dry', 'but', 'i', 'threw', 'them', 'in', 'the', 'dryer', 'on', 'low', 'and', 'they', 'came', 'out', 'fine', 'just', 'need', 'to', 'remove', 'and', 'hang', 'quickly', 'for', 'less', 'wrinkles', ',5,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16095,967,51', 'amazingly', 'wonderful', 'jacket', 'first', 'i', 'must', 'agree', 'with', 'the', 'other', 'reviewers', 'who', 'said', 'that', 'this', 'jacket', 'is', 'short', 'because', 'well', 'it', 'is', 'that', 'being', 'said', 'it', 'is', 'a', 'perfect', 'length', 'for', 'someone', 'who', 'is', 'petite', 'like', 'me', 'i', 'am', 'not', 'a', 'fan', 'of', 'lengthy', 'tops', 'or', 'jackets', 'which', 'tend', 'to', 'make', 'my', 'short', 'body', 'look', 'like', 'a', 'blob', 'i', 'love', 'the', 'length', 'or', 'shortness', 'of', 'this', 'jacket', 'aside', 'from', 'that', 'it', 'fits', 'true', 'to', 'size', 'is', 'wonderfully', 'warm', 'and', 'cozy', 'and', 'makes', 'me', 'feel', 'fabulous', 'when', 'i', "'m", 'wearing', 'it', 'it', 'is', 'my', 'new', 'favorite', 'jacket', ',5,1,0', 'general', 'jackets', 'jackets'] ['16096,1055,51', ',really', 'beautiful', 'pants', 'but', 'run', 'a', 'very', 'large-i', 'usually', 'wear', 'four', 'and', 'am', '5', '10-the', 'media', 'was', 'way', 'too', 'big', 'in', 'the', 'waste', 'and', 'elsewhere', 'and', 'very', 'long.,5,1,3', 'general', 'petite', 'bottoms', 'pants'] ['16097,936,42', 'gorgeous', 'i', 'completely', 'agree', 'with', 'the', 'other', 'reviewer', 'this', 'sweater', 'is', 'so', 'much', 'prettier', 'in', 'person', 'i', "'ve", 'been', 'looking', 'for', 'years', 'for', 'a', 'tasteful', 'fur', 'sweater', 'and', 'i', 'think', 'i', 'finally', 'found', 'it', 'the', 'size', 'large', 'was', 'true', 'to', 'size', 'for', 'me', 'aside', 'from', 'the', 'very', 'long', 'sleeves', 'but', 'i', 'also', 'have', 'short', 'arms', 'the', 'fur', 'is', "n't", 'overwhelming', 'and', 'i', 'love', 'the', 'pockets', 'i', 'usually', 'find', 'sweaters', 'with', 'wool', 'itchy', 'but', 'this', 'one', 'is', 'not', 'it', "'s", '26', 'wool', 'i', 'do', 'plan', 'to', 'wear', 'a', 'cami', 'or', 'tank', 'underneath', ',5,1,4', 'general', 'petite', 'tops', 'sweaters'] ['16098,865,42', 'so', 'soft', 'i', 'love', 'this', 'shirt', 'it', 'is', 'so', 'soft', 'not', 'boxy', 'at', 'all', 'very', 'flattering', 'my', 'only', 'complaint', 'is', 'that', 'there', 'are', "n't", 'more', 'colors', ',5,1,0', 'general', 'tops', 'knits'] ['16099,936,59', 'brannan', 'cardigan', 'i', 'really', 'love', 'this', 'sweater', 'beautiful', 'color', 'and', 'nice', 'texture', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16100,854,39', 'pretty', 'blouse', 'if', 'it', 'is', 'built', 'for', 'you', 'overall', 'i', 'thought', 'this', 'was', 'a', 'very', 'pretty', 'blouse', 'i', 'loved', 'the', 'colors', 'and', 'the', 'design', 'the', 'construction', 'seemed', 'good', 'others', 'mentioned', 'that', 'it', 'ran', 'large', 'but', 'i', 'am', 'tall', 'and', 'often', 'struggle', 'with', 'the', 'shoulders', 'and', 'arms', 'so', 'i', 'purchase', 'my', 'normal', 'size', 'small', 'i', 'believe', 'it', 'is', 'the', 'width', 'in', 'my', 'shoulders', 'that', 'caused', 'the', 'blouse', 'to', 'hang', 'funny', 'you', 'could', 'see', 'a', 'decent', 'amount', 'of', 'the', 'back', 'fabric', 'hanging', 'around', 'the', 'front', 'sides', 'which', 'looked', 'odd', 'it', 'made', 'the', 'front', 'fabric', 'look', 'like', 'it', 'was', 'cut', 'at', 'an', 'angle', 'i', 'am', 'not', 'br', ',4,1,0', 'general', 'tops', 'knits'] ['16101,1068,25', 'comfy', 'nice', 'wide', 'leg', 'only', 'sort', 'of', 'flattering', 'the', 'fold', 'over', 'is', 'so', 'comfy', 'not', 'the', 'most', 'flattering', 'but', 'really', 'when', 'you', 'are', 'wearing', 'it', 'you', 'are', 'going', 'for', 'comfort', 'i', 'think', 'bought', 'these', 'on', 'sale', 'and', 'trying', 'to', 'decide', 'if', 'they', 'are', 'worth', 'it', 'or', 'not,4,1,0', 'general', 'petite', 'bottoms', 'pants'] ['16102,1083,35', 'gorgeous', 'most', 'beautiful', 'dress', 'i', 'have', 'ever', 'seen', 'or', 'tried', 'on', 'i', 'read', 'all', 'of', 'the', 'reviews', 'and', 'it', 'seemed', 'ladies', 'with', 'hips', 'stated', 'the', 'dress', 'ran', 'small', 'so', 'after', 'over', 'a', 'year', 'of', 'watching', 'this', 'dress', 'and', 'waiting', 'for', 'it', 'to', 'go', 'on', 'sale', 'i', 'order', 'a', 'size', 'bigger', 'than', 'i', 'normally', 'wear', 'i', 'was', 'devastated', 'that', 'it', 'was', 'too', 'large', 'all', 'sizes', 'except', '0', 'and', '00', 'were', 'sold', 'out', 'so', 'now', 'i', 'am', 'stuck', 'returning', 'my', 'dress', 'or', 'paying', 'a', 'small', 'fortune', 'to', 'have', 'it', 'altered', ',5,1,0', 'general', 'dresses', 'dresses'] ['16103,1038,41', 'super', 'cute', 'these', 'are', 'some', 'of', 'the', 'cutest', 'jeans', 'i', "'ve", 'seen', 'in', 'a', 'while', 'i', 'ordered', 'my', 'usual', 'size', '28', 'and', 'they', 'were', 'too', 'big', 'i', "'m", '5', '9', 'and', 'about', '140', 'lbs', 'i', 'always', 'were', 'a', '28', 'i', 'reordered', 'the', '27', 'though', 'and', 'they', 'fit', 'perfectly', 'the', 'only', 'disappointment', 'was', 'they', 'make', 'my', 'butt', 'look', 'flat', 'and', 'emphasize', 'my', 'stomach', 'which', 'is', "n't", 'the', 'case', 'in', 'other', 'jeans', 'i', 'think', 'it', "'s", 'due', 'to', 'the', 'high', 'waist', 'they', 'fit', 'almost', 'like', 'a', 'pair', 'of', 'pants', 'oh', 'well', 'i', "'m", 'keeping', 'them', 'i', 'tucked', 'in', 'a', 'striped', 'sailor', 'tee', 'and', 'they', 'looked', 'adorable', ',4,1,0', 'general', 'bottoms', 'jeans'] ['16104,1083,27', 'i', 'do', "n't", 'understand', 'this', 'dress', 'while', 'i', 'thought', 'it', 'looked', 'really', 'pretty', 'on', 'the', 'hanger', 'when', 'i', 'tried', 'it', 'on', 'it', 'just', 'felt', 'like', 'a', 'mess', 'perhaps', 'it', 'suits', 'other', 'personalities', 'and', 'bodies', 'i', 'hated', 'that', 'the', 'zipper', 'was', 'in', 'the', 'front', 'i', 'personally', 'find', 'it', 'tacky', 'and', 'gawdy', 'while', 'the', 'patterns', 'are', 'pretty', 'the', 'material', 'felt', 'like', 'some', 'weird', 'fabric', 'wallpaper', 'and', 'i', 'did', "n't", 'see', 'how', 'the', 'price', 'was', 'justified', 'with', 'how', 'the', 'material', 'felt', 'cheap', 'to', 'me', ',2,0,0', 'general', 'dresses', 'dresses'] ['16105,1083,22', ',superb', 'quality', 'and', 'design', 'i', 'am', 'a', '34d', 'and', '120lbs', 'i', 'am', 'a', 'size', '6', 'to', '8', 'but', 'mostly', '8', 'due', 'to', 'my', 'hips', 'and', 'top', 'i', 'am', 'pear', 'shaped', 'and', '5', '6', 'the', 'dress', 'was', 'a', 'little', 'loose', 'but', 'i', 'just', 'need', 'to', 'get', 'it', 'a', 'little', 'fitted', 'but', 'you', 'can', 'hardly', 'tell', 'i', 'love', 'the', 'floral', 'patterned', 'so', 'intricate', 'it', 'truly', 'looks', 'like', 'a', 'princess', 'dress', 'it', 'is', 'little', 'heavy', 'and', 'at', 'least', 'it', "'s", 'not', 'too', 'tight', 'for', 'dancing.,5,1,0', 'general', 'dresses', 'dresses'] ['16106,763,57', 'this', 'dress', 'looks', 'much', 'better', 'in', 'person', 'i', 'recently', 'bought', 'this', 'dress', 'in', 'an', 'retailer', 'store', 'to', 'attend', 'an', 'art', 'museum', 'event', 'the', 'open', 'back', 'created', 'an', 'awkward', 'bra', 'exposure', 'problem', 'which', 'i', 'solved', 'by', 'buying', 'a', 'gabardia', 'camisole', 'by', 'lacausa', 'the', 'same', 'brand', 'and', 'print', 'as', 'the', 'dress', 'the', 'dress', 'is', 'described', 'as', 'casual', 'but', 'it', 'can', 'be', 'dressed', 'up', 'with', 'gold', 'shoes', 'or', 'sandals'] ['the', 'retailer', 'saleswoman', 'brought', 'me', 'the', 'dara', 'vegan', 'leather', 'jacket', 'in', 'plum', 'by', 'hei', 'hei', 'to', 'complete', 'the', 'outfit', 'the', 'contrast', 'between', 'the', 'airy', 'dress', 'and', 'the', 'vegan', 'leather', 'was', 'chic', 'and', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['16107,1083,36', 'everything', 'and', 'more', 'i', 'am', 'obsessed', 'with', 'this', 'dress', 'i', 'wore', 'it', 'on', 'new', 'year', "'s", 'eve', 'i', 'felt', 'stunning', 'in', 'it', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'again', 'as', 'soon', 'as', 'possible'] ['very', 'good', 'quality', 'my', 'regular', 'size', '6', 'fit', 'me', 'but', 'i', 'can', 'not', 'gain', 'not', 'even', 'a', 'pound', 'more', 'i', "'m", '5', '7', '144lb', 'i', "'m", 'between', 'slender', 'and', 'curvy', ',5,1,0', 'general', 'dresses', 'dresses'] ['16108,1083,49', 'adorable', 'i', 'just', 'received', 'my', 'dress', 'yesterday', 'and', 'it', 'is', 'gorgeous', 'i', 'actually', 'ordered', '2', 'sizes', '00p', 'and', '0p', 'depending', 'on', 'some', 'cuts', 'i', "'m", 'between', 'those', '2', 'sizes', 'i', 'am', '5', '1', '92', 'lbs', 'but', 'with', 'holidays', 'eating', 'i', 'have', 'gained', '4', 'pounds', 'so', 'far', 'so', 'the', '00p', 'was', 'bit', 'too', 'tight', 'all', 'way', 'from', 'hips', 'to', 'bust', 'area', 'i', 'was', 'able', 'to', 'zip', 'it', 'up', 'but', 'was', 'a', 'bit', 'painful', 'to', 'keep', 'breathing', 'and', 'got', 'some', 'weird', 'wrinkles', 'on', 'the', 'back', 'between', 'waist', 'line', 'and', 'derriã©re'] ['the', 'dress', 'is', 'a', 'beautiful', 'cocktail', 'of', 'sexy', 'curvy', 'silhouette', 'with', 'the', 'baroque', 'flavor', ',5,1,0', 'general', 'dresses', 'dresses'] ['16109,862,36', 'nice', 'but', 'big', 'this', 'runs', 'a', 'little', 'big', 'and', 'falls', 'off', 'the', 'shoulders', 'a', 'bit', 'i', 'did', "n't", 'like', 'it', 'as', 'much', 'as', 'i', 'had', 'hoped.,3,1,0', 'general', 'tops', 'knits'] ['16110,1038,36', 'super', 'cute', 'comfy', 'jeans', 'i', 'love', 'these', 'jeans', 'i', 'bought', 'my', 'normal', 'size', '28', 'but', 'after', 'just', 'two', 'hours', 'of', 'wearing', 'them', 'they', 'had', 'stretched', 'out', 'so', 'much', 'that', 'i', 'could', 'take', 'them', 'off', 'without', 'un-buttoning', 'them', 'i', 'probably', 'could', 'have', 'gone', 'two', 'sizes', 'smaller', 'but', 'i', 'wanted', 'them', 'to', 'fit', 'loose', 'my', 'local', 'store', 'was', 'willing', 'to', 'offer', 'me', 'an', 'exchange', 'kudos', 'to', 'retailer', "'s", 'wonderful', 'customer', 'service', 'and', 'standing', 'by', 'their', 'products', 'i', 'actually', 'wear', 'mine', 'un-cuffed', 'with', 'boots', 'and', 'it', 'looks', 'super', 'cute', ',5,1,0', 'general', 'bottoms', 'jeans'] ['16111,1083,47', 'size', 'up', 'if', 'you', 'want', 'to', 'sit', 'down', 'i', 'love', 'the', 'dress', 'enough', 'to', 'go', 'on', 'a', 'diet', 'i', 'sized', 'up', 'but', 'still', 'have', 'reservations', 'about', 'the', 'integrity', 'of', 'the', 'seams', 'if', 'i', 'should', 'sit', 'at', 'any', 'point', 'during', 'its', 'wear', 'i', 'hate', 'skin', 'tight', 'clothing', 'and', 'wear', 'a', '0', 'in', 'everything', 'else', 'the', '2', 'made', 'me', 'feel', 'as', 'if', 'you', 'could', 'see', 'my', 'cervix', 'i', 'own', 'other', 'byron', 'lars', 'dresses', 'that', 'fit', 'in', 'a', '0', 'something', 'happened', 'with', 'this', 'dress', ',4,1,0', 'general', 'dresses', 'dresses'] ['16112,862,40', 'for', 'me', 'this', 'top', 'ran', 'true', 'to', 'size', 'i', "'m", 'so', 'glad', 'i', 'ordered', 'it', 'in', 'my', 'normal', 'size', 'because', 'the', 'spandex', 'would', 'have', 'made', 'the', 'top', 'way', 'too', 'clingy', 'for', 'me', 'i', 'am', 'normally', 'a', '8/medium', 'on', 'top', 'and', '12', 'bottom', 'i', 'ordered', 'this', 'in', 'a', 'medium', 'and', 'do', 'not', 'find', 'it', 'large', 'at', 'all', 'if', 'you', 'are', 'going', 'for', 'a', 'fitted', 'look', 'sizing', 'down', 'may', 'be', 'best', 'but', 'i', 'did', "n't", 'want', 'it', 'tight', 'on', 'me', 'it', "'s", 'a', 'little', 'looser', 'than', 'what', 'is', 'shown', 'on', 'the', 'model', 'but', 'it', 'still', 'fits', 'very', 'nice', 'and', 'not', 'sloppy', 'i', 'am', 'not', 'a', 'fan', 'of', 'baggy', 'tops', 'i', 'have', 'no', 'issues', 'with', ',5,1,6', 'general', 'tops', 'knits'] ['16113,1083,40', 'gorgeous', 'this', 'dress', 'is', 'stunning', 'the', 'combinations', 'of', 'patterns/fabrics', 'is', 'beautiful', 'and', 'the', 'cut', 'is', 'very', 'flattering', 'i', 'tend', 'to', 'wear', 'a', '6', 'or', '8', 'depending', 'on', 'brand', 'and', 'the', '8', 'fits', 'perfectly', 'i', 'am', '32c', 'on', 'top', 'and', 'more', 'of', 'an', 'apple', 'than', 'a', 'pear', 'shape', 'so', 'the', 'straight', 'lines', 'hide', 'the', 'tummy', 'but', 'shape', 'the', 'hips', 'love', 'love', 'love', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'this', ',5,1,0', 'general', 'dresses', 'dresses'] ['16114,1038,38', 'i', 'went', 'down', 'one', 'size', 'too.', 'normally', 'a', '28', 'and', 'on', 'a', 'fluke', 'i', 'dragged', 'the', '27', 'to', 'the', 'fitting', 'room', 'the', '27', 'hung', 'better', 'that', 'the', '28'] [] ['i', 'have', 'a', 'belly', 'but', 'not', 'much', 'in', 'the', 'hips', 'so', 'this', 'was', 'surprising', 'most', 'things', 'are', 'too', 'tight', 'in', 'the', 'waist'] [] ['denim', 'feels', 'very', 'soft', 'they', 'may', 'not', 'last', 'but', 'it', "'s", 'like', 'butter', ',4,1,1', 'general', 'bottoms', 'jeans'] ['16115,1083,37', 'another', 'byron', 'lars', 'beautiful', 'dress', 'the', 'dress', 'is', 'a', 'great', 'buy', 'especially', 'since', 'it', 'was', 'on', 'sale', 'it', 'fits', 'like', 'his', 'other', 'dresses', 'flattering', 'as', 'i', 'do', "n't", 'have', 'a', 'big', 'bust', 'and', 'have', 'a', 'bit', 'of', 'extra', 'skin', 'from', 'pregnancies', 'but', 'with', 'this', 'dress', 'i', 'feel', 'amazing', 'get', 'a', 'ton', 'of', 'compliments', 'when', 'i', 'wear', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['16116,1083,28', 'piece', 'of', 'art', 'this', 'dress', 'stunning', 'for', 'the', 'hourglass', 'figure', 'the', 'hips', 'may', 'be', 'a', 'little', 'narrow', 'i', 'bought', 'the', '6p', 'and', '4p', 'and', 'the', '4p', 'fit', 'best', 'i', 'read', 'some', 'reviews', 'that', 'said', 'the', 'hips', 'were', 'snug', 'it', "'s", 'true-', 'a', 'little', 'difficult', 'to', 'sit', 'down', 'haha', 'but', 'the', 'dress', 'is', 'so', 'flattering', 'shoulders', 'are', 'a', 'little', 'loose', 'and', 'i', 'have', 'pretty', 'broad', 'shoulders', 'and', 'a', 'full', 'chest', 'i', "'m", '5', '4', '32dd', 'waist', '27', 'and', '130', 'lbs', ',5,1,0', 'general', 'dresses', 'dresses'] ['16117,1083,47', 'exceptional', 'design', 'size', '2p', 'is', 'perfect', 'for', 'me', '32a', '25', 'waist', 'and', '32', 'hip', 'with', 'a', 'lot', 'of', 'room', 'left', 'for', 'a', 'big', 'dinner', 'the', 'design', 'is', 'exceptionally', 'creative', 'and', 'attractive', 'and', 'the', 'fabric', 'is', 'of', 'very', 'high', 'quality', ',5,1,0', 'general', 'dresses', 'dresses'] ['16118,1083,47', 'this', 'dress', 'is', 'gorgeous', 'and', 'perfect', 'for', 'holidays', 'unlike', 'other', 'byron', 'lars', 'dresses', 'that', 'have', 'some', 'stretch', 'to', 'them', 'this', 'dress', 'is', 'fitted', 'and', 'has', 'no', 'give', 'i', 'typically', 'wear', 'a', 'size', '4', '135lbs', '5', '8', '34c', 'but', 'in', 'chest', 'the', '4', 'was', 'too', 'tight', 'i', 'could', 'zip', 'it', 'but', 'could', 'not', 'breathe', 'lol', 'i', 'sized', 'up', 'to', '6', 'and', 'the', 'fit', 'is', 'true', 'perfection', ',5,1,0', 'general', 'dresses', 'dresses'] ['16119,1038,49', 'no', 'thanks', 'i', 'looked', 'like', 'i', 'was', 'going', 'to', 'work', 'on', 'a', 'farm', 'well', 'made', 'but', 'seemed', 'fit', 'big', 'i', 'like', 'and', 'have', 'owned', 'wide', 'leg', 'pants/capris', 'these', 'were', 'cartoonishly', 'wide'] [] ['needless', 'to', 'say', 'they', 'were', 'returned', ',3,0,0', 'general', 'bottoms', 'jeans'] ['16120,862,43', 'runs', 'big', 'runs', 'really', 'big', 'i', 'usually', 'wear', 'small', 'and', 'this', 'was', 'falling', 'off', 'my', 'shoulders', 'very', 'comfortable', 'and', 'soft', 'material', 'also', 'looks', 'brighter', 'in', 'pic', 'than', 'in', 'person.,3,1,2', 'general', 'tops', 'knits'] ['16121,862,53', 'v-neck', 'is', 'way', 'too', 'low', 'i', 'sized', 'down', 'one', 'size', 'and', 'it', "'s", 'still', 'too', 'big', 'with', 'the', 'double', 'v-neck', 'style', 'this', 'is', 'going', 'back.,3,0,3', 'general', 'petite', 'tops', 'knits'] ['16122,899,49', 'just', 'what', 'i', 'hoped', 'it', 'would', 'be', 'this', 'is', 'a', 'richly', 'detailed', 'top', 'that', 'i', 'bought', 'to', 'go', 'with', 'some', 'nice', 'skirts', 'the', 'length', 'hits', 'right', 'at', 'the', 'waist', 'so', 'it', 'wo', "n't", 'overlap', 'a', 'special', 'skirt', 'at', 'the', 'waist', 'and', 'create', 'extra', 'bulk', 'it', 'is', 'lined', 'with', 'a', 'flesh', 'colored', 'mesh', 'layer', 'in', 'the', 'white', 'color', 'you', 'can', 'see', 'this', 'layer', 'in', 'the', 'photos', 'but', 'i', 'was', "n't", 'sure', 'if', 'it', 'was', 'part', 'of', 'the', 'piece', 'or', 'a', 'camisole', 'the', 'model', 'was', 'wearing', 'however', 'it', 'is', 'still', 'somewhat', 'transparent', 'so', 'you', 'would', 'want', 'to', 'wear', 'it', 'with', 'a', 'flesh-colored', 'bra', 'or', 'cami', 'overall', 'i', 'am', 'very', 'happy', 'with', ',5,1,3', 'general', 'tops', 'fine', 'gauge'] ['16123,1083,49', 'it', "'s", 'a', 'beauty', 'this', 'is', 'a', 'gorgeous', 'dress', 'it', 'comes', 'with', 'a', 'black', 'silky', 'belt', 'but', 'mine', 'was', 'too', 'large', 'which', 'is', 'probably', 'why', 'it', 'is', 'not', 'shown', 'on', 'the', 'model', 'photos', 'i', 'think', 'maybe', 'it', 'only', 'works', 'if', 'you', "'re", 'on', 'the', 'larger', 'size', 'for', 'the', 'dress', 'it', "'s", 'very', 'easy', 'to', 'get', 'on', 'and', 'off', 'due', 'to', 'the', 'front', 'zipper', 'i', 'was', 'worried', 'about', 'bra', 'straps', 'showing', 'on', 'the', 'low', 'cut', 'back', 'but', 'they', 'actually', 'show', 'more', 'at', 'the', 'broad', 'shoulders', 'i', "'m", 'not', 'sure', 'if', 'that', "'s", 'more', 'apparent', 'because', 'i', 'went', 'up', 'on', 'the', 'size', 'to', 'have', 'room', 'at', 'the', 'hips', 'there', 'is', 'a', 'cute', 'kick', 'p', ',5,1,0', 'general', 'dresses', 'dresses'] ['16124,1083,45', 'renaissance', 'fair', 'vibe', 'i', 'was', 'disappointed', 'by', 'this', 'dress', 'i', 'listened', 'to', 'the', 'reviews', 'and', 'ordered', 'one', 'size', 'up', 'a', 'size', '6', 'instead', 'of', 'my', 'usual', '4', 'and', 'that', 'was', 'the', 'correct', 'size', 'fit', 'like', 'a', 'glove', 'unfortunately', 'the', 'style', 'left', 'much', 'to', 'be', 'desired', 'this', 'dress', 'is', 'very', 'costume-y', 'i', 'felt', 'like', 'a', 'wench', 'from', 'the', 'renaissance', 'fair', 'not', 'a', 'good', 'vibe', 'it', 'is', 'a', 'beautiful', 'dress', 'i', "'m", 'not', 'denying', 'that', 'but', 'not', 'as', 'a', 'dress', 'you', 'would', 'actually', 'wear', 'to', 'an', 'event', 'there', "'s", 'just', 'too', 'much', 'going', 'on', 'with', 'the', 'tapestry', 'look', 'and', 'the', 'many', 'types', 'of', 'fabric', 'i', 'a', ',3,0,0', 'general', 'dresses', 'dresses'] ['16125,763,66', 'search', 'for', 'the', 'perfect', 'dress', 'is', 'over', 'this', 'is', 'an', 'amazing', 'dress', 'beautiful', 'fabric', 'and', 'color', 'comfortable', 'too', 'it', "'s", 'like', 'wearing', 'air', 'sorta', 'chameleon', 'like', 'because', 'this', 'print', 'literally', 'goes', 'with', 'anything', 'and', 'looks', 'unforgettable', 'on', 'it', "'s", 'slimming', 'too', 'i', 'got', 'the', 'large', 'and', 'it', 'flows', 'so', 'nicely', 'over', 'my', 'body', 'the', 'back', 'is', 'completely', 'open', 'it', 'closes', 'with', 'a', 'tie', 'at', 'the', 'neck', 'and', 'the', 'waist', 'that', 'drapes', 'beautifully', 'and', 'looks', 'great', 'from', 'the', 'side', 'view', 'the', 'fabric', 'is', 'a', 'bit', 'sheer', 'so', 'i', 'ordered', 'the', 'white', 'cotton', 'slip', 'by', 'this', 'designer', 'which', 'is', 'slightly', 'snu', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['16126,1083,26', 'wow', 'what', 'a', 'dress', 'i', 'm', 'not', 'the', 'type', 'of', 'woman', 'that', 'wears', 'dresses', 'but', 'oh', 'man', 'this', 'dress', 'i', 've', 'been', 'eyeing', 'it', 'for', 'a', 'while', 'and', 'it', 'finally', 'went', 'on', 'sale', 'then', 'the', 'extra', '30', 'off', 'made', 'me', 'cave', 'got', 'it', 'for', '115', 'i', 'bought', 'it', 'one', 'size', 'smaller', '8', 'to', 'encourage', 'me', 'to', 'not', 'over-indulge', 'this', 'xmas', 'and', 'if', 'fit', 'like', 'a', 'glove', 'for', 'reference', 'i', 'm', '36', 'bust', '30', 'waist', 'and', 'normally', 'a', 'size', '10', 'in', 'retailer', 'it', 'accentuates', 'your', 'curves', 'hugs', 'your', 'body', 'while', 'being', 'sexy/conservative', 'the', 'intricate', 'embroidery', 'is', 'exquisite', 'and', 'very', 'eye', 'catching', ',5,1,1', 'general', 'dresses', 'dresses'] ['16127,1083,28', 'measurements', '30aa', '24', 'waist', '5', '4'] [] ['i', 'historically', 'wear', '00p', 'in', 'jcrew', 'and', 'most', 'retailer', 'brands', 'i', 'purchased', 'a', '0p', 'and', 'it', 'fit', 'well', 'with', 'a', 'little', 'room', 'i', 'really', 'hated', 'that', 'the', 'waistline', 'is', 'almost', 'a', 'drop-waist', 'the', 'ivory', 'brocade', 'panel', 'comes', 'low', 'on', 'the', 'navel', 'so', 'it', 'makes', 'you', 'look', 'shorter', 'than', 'you', 'really', 'are'] [] ['the', 'most', 'impressive', 'part', 'of', 'this', 'dress', 'is', 'the', 'neckline/shoulder', 'i', 'have', 'pretty', 'narrow', 'shoulders', 'so', 'it', "'s", 'a', 'quasi-boatneck', 'and', 'it', "'s", 'quite', 'lovely', ',5,1,0', 'general', 'dresses', 'dresses'] ['16128,1083,43', 'byron', 'lars', 'does', 'it', 'again', 'this', 'dress', 'truly', 'is', 'a', 'work', 'of', 'art', 'and', 'i', 'am', 'becoming', 'a', 'little', 'obsessed', 'with', 'byron', 'lars', 'clothing', 'line', 'this', 'is', 'my', '3rd', 'dress', 'by', 'him', 'and', 'i', 'have', 'been', 'a', 'size', '2', 'in', 'the', 'other', 'dresses', 'the', '2', 'does', 'fit', 'in', 'this', 'dress', 'but', 'it', 'is', 'a', 'little', 'snug', 'not', 'sure', 'if', 'a', '4', 'would', 'look', 'as', 'good', 'because', 'it', 'is', 'meant', 'to', 'be', 'form', 'fitting', 'the', 'panels', 'trick', 'the', 'eye', 'into', 'making', 'you', 'look', 'thinner', 'too', 'my', 'dimensions', '32c,26,33', 'it', 'fits', 'perfectly', 'in', 'the', 'hips', 'and', 'waist', 'but', 'is', 'tight', 'on', 'top', ',5,1,0', 'general', 'dresses', 'dresses'] ['16129,1083,23', 'pear-shaped', 'success', '2', 'sizes', 'up', 'when', 'this', 'arrived', 'in', 'the', 'mail', 'i', 'knew', 'there', 'was', 'a', '50/50', 'chance', 'of', 'a', 'sheath', 'dress', 'working', 'with', 'my', 'body-type', 'athletic', 'on', 'top', 'larger', 'on', 'bottom', 'i', 'usually', 'wear', 'size', '6', 'in', 'a-line', 'dresses', 'and', 'i', 'found', 'this', 'dress', 'size', '6', 'in', 'the', 'sale', 'room', 'and', 'barely', 'squeezed', 'in', 'ordered', 'size', '10', 'and', 'love', 'it', 'for', 'ref', '5', '8', '135', 'lbs', '34-b', 'the', 'belt', 'is', 'adjustable', 'which', 'puts', 'everything', 'in', 'place', 'the', 'front', 'collar', 'blends', 'seamlessly', 'into', 'the', 'sleeves', 'and', 'the', 'brocade', 'panels', 'are', 'such', 'a', 'great', 'quality', 'of', 'material', 'reminding', 'm', ',5,1,1', 'general', 'dresses', 'dresses'] ['16130,899,39', 'beautiful', 'and', 'high', 'quality', 'the', 'quality', 'of', 'this', 'sweater', 'is', 'excellent', 'it', 'is', 'well', 'work', 'the', 'money', 'i', 'am', '34d', '5', '4', 'and', 'purchased', 'a', 'medium', 'fits', 'perfectly', 'for', 'a', 'fitted', 'look', 'and', 'hits', 'right', 'at', 'my', 'natural', 'waistline', ',5,1,0', 'general', 'tops', 'fine', 'gauge'] ['16131,1083,32', 'unique', 'and', 'fun', 'dress', 'i', 'found', 'this', 'dress', 'on', 'sale', 'recently', 'in', 'store', 'and', 'it', 'was', 'in', 'my', 'size-', 'a', '2p', 'i', 'tried', 'it', 'on', 'and', 'it', 'fits', 'perfectly', 'for', 'my', '34', 'd', 'and', '5ft', 'frame', 'since', 'i', 'found', 'it', 'in', 'store', 'and', 'it', 'is', 'an', 'older', 'dress', 'there', 'are', 'some', 'frays', 'in', 'the', 'threading', 'probably', 'from', 'being', 'shipped', 'handled', 'etc', 'i', 'still', 'bought', 'it', 'for', 'the', 'sale', 'price', 'i', 'look', 'forward', 'to', 'wearing', 'it', 'out', ',5,1,0', 'general', 'dresses', 'dresses'] ['16132,1038,48', 'so', 'cute', 'i', 'love', 'these', 'jeans', 'another', 'winner', 'in', 'the', 'pilcro', 'line', 'i', 'took', 'a', 'size', '29.', 'i', 'normally', 'wear', 'a', '30/31', 'depending', 'on', 'cut', 'i', 'am', '5', '4', 'inches', 'and', 'about', '150', 'lbs', 'curvy', 'with', 'small', 'waist', 'and', 'the', '29', 'fits', 'comfortably', 'and', 'very', 'flattering', 'to', 'my', 'figure', 'love', 'the', 'button', 'front', 'and', 'the', 'red', 'details', 'i', 'recall', 'having', 'jeans', 'like', 'these', 'about', '15', 'years', 'ago', 'and', 'this', 'cut', 'is', 'so', 'perfect', 'cute', 'and', 'stylish', 'the', 'regular', 'length', 'hit', 'just', 'slighting', 'above', 'the', 'center', 'of', 'my', 'foot', 'so', 'wearing', 'with', 'flats', 'will', 'be', 'perfect', 'i', 'am', 'not', 'a', 'high', 'he', ',5,1,0', 'general', 'bottoms', 'jeans'] ['16133,1038,43', 'awesome', 'jeans', 'i', 'tried', 'these', 'jeans', 'on', 'in', 'my', 'regular', 'size', 'and', 'they', 'seemed', 'way', 'too', 'big', 'but', 'still', 'kinda', 'cute', 'i', 'went', 'one', 'size', 'down', 'and', 'suddenly', 'they', 'were', 'the', 'most', 'adorable', 'comfortable', 'jeans', 'that', 'i', "'ve", 'every', 'had', 'and', 'i', 'have', 'a', 'lot', 'of', 'jeans', 'i', 'love', 'them', 'they', 'are', 'very', 'soft', 'with', 'gorgeous', 'fading', 'around', 'the', 'pockets', 'they', 'are', 'button', 'fly', 'which', 'is', 'unique', 'i', 'got', 'them', 'on', 'the', 'sale', 'on', 'sale', 'price', 'and', 'they', 'are', 'well', 'worth', 'every', 'bit', 'and', 'more', 'i', 'plan', 'on', 'wearing', 'them', 'with', 'boots', 'although', 'high', 'heal', 'shoes', 'should', 'be', 'beautiful', 'with', 't', ',5,1,1', 'general', 'bottoms', 'jeans'] ['16134,1083,39', '1', 'stunna', 'i', 'am', 'in', 'lust', 'with', 'this', 'fabulous', 'dress', 'it', "'s", 'a', 'feast', 'for', 'the', 'eyes', 'it', "'s", 'so', 'busy', 'and', 'detailed', 'yet', 'it', 'all', 'works', 'fit', 'on', 'me', 'is', 'perfect', 'i', 'did', 'not', 'have', 'to', 'size', 'down', 'or', 'up', 'my', 'upper', 'torso', 'is', 'larger', 'm/l', 'than', 'my', 'bottom', 'half', 'm/s', 'i', 'also', 'have', 'a', 'square', 'waist', 'this', 'dress', 'makes', 'me', 'look', 'like', 'i', 'have', 'an', 'hourglass', 'figure', 'i', 'love', 'it', 'as', 'much', 'as', 'the', 'mona', 'dress', 'another', 'point', 'goes', 'to', 'ease', 'of', 'putting', 'it', 'on', 'i', 'own', 'six', 'byron', 'lars', 'dresses', 'and', 'this', 'is', 'the', 'easiest', 'one', 'to', 'put', 'on', 'just', 'zip', 'up', 'and', 'go', ',5,1,0', 'general', 'dresses', 'dresses'] ['16135,1080,39', 'fell', 'in', 'love', 'years', 'late', 'i', 'fell', 'in', 'love', 'with', 'this', 'dress', 'two', 'years', 'after', 'it', 'sold', 'out', 'so', 'i', "'m", 'so', 'lucky', 'to', 'have', 'gotten', 'my', 'greedy', 'little', 'hands', 'on', 'this', 'eye', 'catching', 'retro', 'modern', 'number', 'my', 'mom', 'adores', 'the', 'fit', 'on', 'me', 'as', 'it', 'reminds', 'her', 'of', 'her', 'youth', 'in', 'the', '50', "'s", 'and', '60', "'s", 'i', 'originally', 'sized', 'down', 'to', 'a', '6', 'not', 'realizing', 'my', 'bust/wide', 'rib', 'cage', 'would', 'make', 'the', 'fit', 'difficult', 'wish', 'i', 'could', 'have', 'found', 'an', '8', 'but', 'settled', 'for', '10p', 'and', 'will', 'have', 'a', 'tailor', 'finish', 'it', 'i', "'m", 'also', 'going', 'to', 'remove', 'the', 'tulle', 'layer', 'since', 'i', 'want', 'to', 'wear', 'as', 'more', 'casual', 'frock', ',5,1,0', 'general', 'dresses', 'dresses'] ['16136,862,46', 'double', 'v', 'thin', 'and', 'soft', 'lays', 'nicely', 'form-fitting', 'but', 'with', 'enough', 'fabric', 'to', 'move', 'around', 'and', 'scrunch', 'up', 'without', 'looking', 'tight', 'the', 'double-v', 'makes', 'it', 'shift', 'downward', 'so', 'the', 'cut', 'in', 'front', 'is', 'pretty', 'low', 'i', 'have', 'to', 'keep', 'adjusting', 'it', 'so', 'it', 'does', "n't", 'show', 'too', 'much', 'not', 'sure', 'how', 'it', "'ll", 'hold', 'up', 'after', 'a', 'couple', 'washes', 'because', 'the', 'fabric', 'is', 'so', 'lightweight', ',4,1,0', 'general', 'petite', 'tops', 'knits'] ['16137,1083,53', 'very', 'detailed', 'normally', 'i', 'would', 'take', 'a', 'size', '0', 'or', 'xs', 'in', 'dresses', 'but', 'after', 'reading', 'the', 'reviews', 'i', 'am', 'glad', 'i', 'took', 'a', 'size', 'larger', 'the', '2p', 'worked', 'out', 'very', 'nicely', 'and', 'i', 'am', '5', '3', '102lbs', 'it', 'is', 'a', 'bit', 'stiff', 'when', 'i', 'walk', 'around', 'in', 'it', 'and', 'losses', 'some', 'of', 'its', 'shape', 'do', "n't", 'get', 'me', 'wrong', 'but', 'i', 'love', 'the', 'dress', 'and', 'am', 'always', 'receiving', 'compliments', 'on', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['16138,1083,26', 'my', 'new', 'favorite', 'dress', 'i', 'love', 'everything', 'about', 'this', 'dress', 'the', 'patterns', 'are', 'gorgeous', 'and', 'the', 'mixture', 'of', 'fabrics', 'and', 'textures', 'are', 'so', 'unique', 'that', 'they', 'make', 'such', 'a', 'beautiful', 'statement', 'i', 'got', 'this', 'in', 'a', '0p', 'after', 'reading', 'review', 'and', 'am', 'usually', 'a', '00p-0p', 'the', 'dress', 'fit', 'a', 'bit', 'baggy', 'on', 'me', 'but', 'if', 'i', 'can', 'find', 'some', 'way', 'to', 'tighten', 'the', 'belt', 'it', 'would', 'definitely', 'still', 'be', 'wearable', 'i', 'agree', 'with', 'other', 'reviews', 'that', 'the', 'top', 'is', 'larger', 'my', 'measurements', 'are', '31-24-34', 'and', 'i', 'felt', 'like', 'the', 'bottom', 'fit', 'comfortably', 'with', 'some', 'room', 'but', 'the', 'waist', 'and', ',5,1,0', 'general', 'dresses', 'dresses'] ['16139,1083,54', 'i', 'am', 'a', 'shopper', 'i', 'shop', 'a', 'lot', 'this', 'is', 'one', 'of', 'my', 'favorite', 'dresses', 'of', 'all', 'time', 'so', 'unique', 'and', 'as', 'others', 'have', 'said', 'like', 'a', 'piece', 'of', 'art', 'the', 'fit', 'is', 'tight', 'through', 'the', 'middle', 'but', 'that', "'s", 'what', 'makes', 'it', 'look', 'so', 'perfect', 'i', 'wore', 'with', 'tall', 'brown', 'suede', 'boots', 'and', 'got', 'compliments', 'from', 'ken', 'and', 'women', 'alike', 'i', 'love', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['16140,1080,64', 'great', 'lbd', 'it', 'runs', 'big', 'though', 'definitely', 'order', 'a', 'size', 'smaller', 'the', 'underneath', 'slip', 'is', 'stretchy', 'which', 'is', 'great', 'but', 'the', 'lace', 'outer', 'shell', 'runs', 'big', ',4,1,7', 'general', 'dresses', 'dresses'] ['16141,1083,37', 'bulky', 'sleeves', 'this', 'cute', 'dress', 'was', 'very', 'nice', 'on', 'however', 'my', 'only', 'reservations', 'were', 'the', 'thickness', 'in', 'the', 'arm', 'sleeves', 'the', 'dress', 'has', 'this', 'thick', 'curtain', 'like', 'material', 'on', 'the', 'sleeves', 'that', 'seemed', 'to', 'big', 'and', 'cut', 'way', 'to', 'wide', 'for', 'my', 'skinny', 'arms', 'i', 'thought', 'about', 'bringing', 'this', 'to', 'the', 'tailor', 'but', 'i', 'feel', 'it', 'would', 'be', 'a', 'lot', 'of', 'work', 'and', 'the', 'bulkiness', 'of', 'the', 'arms', 'would', 'just', 'be', 'the', 'same'] [] ['other', 'than', 'that', 'the', 'colors', 'and', 'dress', 'are', 'beautiful', ',3,1,0', 'general', 'dresses', 'dresses'] ['16142,1045,48', 'swallowed', 'me', 'alive', 'i', "'m", 'petite', 'but', 'even', 'if', 'i', 'were', "n't", 'i', 'think', 'this', 'runs', 'very', 'large', 'is', "n't", 'form', 'flattering', 'at', 'all', 'and', 'overall', 'looks', 'dull', 'it', 'most', 'definitely', 'does', 'not', 'justify', 'the', 'price', 'material', 'is', 'thin', ',2,0,1', 'general', 'bottoms', 'pants'] ['16143,1083,27', 'beautiful', 'this', 'dress', 'i', 'had', 'to', 'try', 'it', 'on', 'of', 'course', 'i', 'fell', 'in', 'love', 'with', 'it', 'it', 'is', 'so', 'gorgeous', 'in', 'person', 'like', 'a', 'piece', 'of', 'unique', 'artwork', 'you', "'ll", 'never', 'find', 'a', 'dress', 'like', 'this', ',5,1,0', 'general', 'dresses', 'dresses'] ['16144,862,43', 'super', 'comfy', 'and', 'well', 'made', 'but', 'runs', 'large', 'order', 'at', 'least', 'one', 'size', 'down', 'or', 'the', 'double', 'v', 'neckline', 'will', 'insist', 'on', 'slipping', 'off', 'your', 'shoulders', 'everything', 'else', 'about', 'this', 'top', 'is', 'great.,4,1,3', 'general', 'petite', 'tops', 'knits'] ['16145,940,31', 'stunning', 'this', 'is', 'my', 'new', 'favorite', 'sweater', 'it', 'is', 'a', 'great', 'mid-weight', 'sweater', 'that', 'hangs', 'beautifully', 'with', 'an', 'interesting', 'bottom', 'hemline', 'im', 'so', 'happy', 'with', 'this', 'purchase', 'im', '5-9', '155', 'and', 'the', 'm', 'is', 'perfect', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16146,942,21', 'this', 'sweater', 'truly', 'is', 'sleeping', 'on', 'snow', 'it', 'is', 'my', 'favorite', 'piece', 'in', 'my', 'closet', 'right', 'now', 'it', 'is', 'cute', 'it', 'feels', 'like', 'a', 'pillow', 'i', 'just', 'want', 'to', 'sleep', 'in', 'it', 'but', 'i', 'also', 'want', 'to', 'wear', 'it', 'out', 'so', 'that', 'i', 'can', 'show', 'it', 'off', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16147,936,27', 'pretty', 'but', 'cheap', 'feeling', 'i', 'liked', 'the', 'look', 'of', 'the', 'tunic', 'sweater', 'and', 'it', 'was', 'very', 'soft', 'i', 'am', '5', '7', '115', 'lbs', 'and', 'tried', 'on', 'the', 'xs', 'the', 'arms', 'felt', 'a', 'bit', 'tight', 'but', 'overall', 'it', 'fit', 'well', 'and', 'i', 'liked', 'the', 'length', 'i', 'did', 'not', 'like', 'how', 'high', 'the', 'hem', 'was', 'split', 'though-', 'i', 'would', 'ideally', 'like', 'to', 'wear', 'these', 'with', 'a', 'pair', 'of', 'leggings', 'and', 'wish', 'the', 'hem', 'was', 'split', 'just', 'a', 'little', 'lower', 'and', 'not', 'right', 'at', 'my', 'hip', 'the', 'material', 'was', 'very', 'soft', 'but', 'i', 'felt', 'like', 'it', 'was', 'a', 'bit', 'cheap', 'for', 'the', 'price', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16148,936,33', 'easy', 'to', 'wear', 'this', 'is', 'a', 'perfect', 'sweater', 'to', 'dress', 'up', 'or', 'dress', 'down', 'very', 'comfortable', 'and', 'stylish', 'i', 'love', 'the', 'slits', 'on', 'the', 'side', 'works', 'great', 'with', 'skinny', 'jeans', 'or', 'leggings.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16149,936,33', 'mediocre', 'i', 'got', 'this', 'in', 'the', 'green', 'color', 'it', "'s", 'a', 'beautiful', 'color', 'soft', 'to', 'the', 'touch', 'i', 'agree', 'with', 'other', 'reviewers', 'that', 'it', 'seems', 'very', 'delicate', 'i', 'do', "n't", 'mind', 'dry-cleaning', 'my', 'sweaters', 'so', 'that', "'s", 'not', 'the', 'issue', 'the', 'problem', 'is', 'that', 'a.', 'it', 'runs', 'huge', 'i', 'got', 'the', 'small', 'and', 'it', 'swims', 'on', 'me', 'i', 'tend', 'to', 'run', 'between', 'small', 'and', 'medium', 'in', 'tops', 'very', 'unusual', 'to', 'have', 'a', 'small', 'be', 'so', 'big', 'on', 'me', 'and', 'b.', 'the', 'slits', 'go', 'even', 'higher', 'than', 'they', 'look', 'on', 'the', 'model', 'they', 'come', 'up', 'to', 'the', 'top', 'of', 'my', 'waist', 'even', 'with', 'high-waisted', 'pants', 'the', 'sli', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16150,936,36', 'disappointed', 'totally', 'different', 'in', 'person', 'this', 'tunic', 'only', 'barely', 'resembles', 'the', 'photo', 'in', 'person'] [] ['first', 'the', 'color', 'is', 'much', 'less', 'saturated', 'and', 'more', 'orangey', 'than', 'it', 'appears', 'in', 'the', 'photos'] [] ['second', 'it', "'s", 'huge', 'i', "'m", '5', '4', 'and', 'typically', 'wear', '2', 'or', '4p', 'in', 'retailerpolgies', 'shirts/dresses', 'i', 'ordered', 'the', 'sp', 'and', 'the', 'dress', 'was', 'at', 'least', '1.5', 'times', 'wider', 'than', 'it', 'needed', 'to', 'be', 'it', 'hung', 'off', 'me', 'completely', 'boxy', 'and', 'shapeless', 'and', 'the', 'style', 'does', "n't", 'really', 'lend', 'itself', 'to', 'use', 'with', 'a', 'belt', ',2,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16151,936,37', 'unfortunately', 'this', 'is', 'a', 'lot', 'more', 'boxy', 'in', 'person', 'than', 'it', 'shows', 'on', 'the', 'model', 'it', 'hung', 'on', 'me', 'like', 'a', 'potato', 'sack', 'also', 'the', 'color', 'is', "n't", 'the', 'rich', 'red', 'it', 'shows', 'but', 'more', 'of', 'an', 'orangey', 'rust', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16152,940,62', 'nice', 'quality', 'this', 'is', 'a', 'beautiful', 'quality', 'knit', 'i', 'do', 'wish', 'that', 'it', 'was', 'a', 'tad', 'bit', 'longer', 'i', "'m", '5', '7', 'with', 'a', 'long', 'torso', 'and', 'found', 'it', 'to', 'hit', 'like', 'the', 'model', 'shot', 'since', 'the', 'sweater', 'flares', 'a', 'little', 'at', 'the', 'bottom', 'i', 'think', 'it', 'might', 'be', 'more', 'flattering', 'a', 'little', 'longer', 'keeping', 'this', 'regardless', 'because', 'it', 'will', 'still', 'get', 'plenty', 'of', 'wear', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16153,872,25', 'extremely', 'attractive', 'love', 'the', 'top', 'this', 'is', 'an', 'attractive', 'black', 'top', 'with', 'a', 'unique', 'back', 'which', 'will', 'match', 'pretty', 'much', 'any', 'thing', 'in', 'ones', 'closet', 'yes', 'i', 'would', 'say', 'it', 'runs', 'a', 'size', 'bigger', 'however', 'it', 'does', 'not', 'take', 'away', 'from', 'the', 'quality', 'nor', 'design,5,1,4', 'general', 'tops', 'knits'] ['16154,1081,27', 'disappointing', 'quality', 'i', 'almost', 'ordered', 'this', 'online', 'to', 'wear', 'to', 'a', 'party', 'later', 'this', 'week', 'but', 'i', "'m", 'glad', 'i', 'waited', 'to', 'try', 'it', 'on', 'at', 'the', 'store', 'i', 'was', "n't", 'sure', 'if', 'i', "'d", 'like', 'the', 'length', 'of', 'the', 'petite', 'or', 'regular', 'better', 'i', 'was', 'so', 'disappointed', 'and', 'did', "n't", 'end', 'up', 'getting', 'either', 'i', 'have', 'two', 'bailey', '44', 'dresses', 'from', 'several', 'years', 'ago', 'that', 'are', 'much', 'more', 'flattering', 'and', 'incredibly', 'soft/comfortable', 'this', 'fabric', 'on', 'this', 'dress', 'was', 'much', 'rougher', 'and', 'it', 'really', 'bothered', 'me', 'that', 'the', 'stripes', 'cut', 'off', 'at', 'the', 'side', 'seams', 'and', 'then', 'do', "n't", 'match', 'up', 'from', 'the', ',2,0,1', 'general', 'petite', 'dresses', 'dresses'] ['16155,940,56', 'so', 'flattering', 'i', 'saw', 'a', 'lady', 'trying', 'this', 'on', 'in', 'the', 'store', 'and', 'fell', 'in', 'love', 'with', 'sweater', 'picture', 'does', 'not', 'do', 'it', 'justice', 'there', 'is', 'so', 'much', 'detail', 'my', 'usual', 'size', 'is', 'small', 'and', 'it', 'fit', 'perfect', 'well', 'worth', 'price.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16156,936,47', ',this', 'is', 'a', 'great', 'cut', 'and', 'looks', 'good', 'on', 'it', 'is', 'a', 'very', 'poor', 'quality', 'material', 'it', 'balled', 'and', 'frayed', 'in', 'two', 'wears', 'i', 'returned', 'it', 'to', 'the', 'store.,2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['16157,870,63', 'wow', 'simply', 'gorgeous', 'ladies', 'do', "n't", 'let', 'this', 'beauty', 'get', 'away', 'never', 'paid', 'much', 'attention', 'to', 'it', 'on-line', 'but', 'went', 'into', 'local', 'retailer', 'today', 'and', 'it', 'was', 'returned', 'by', 'someone', 'i', 'could', "n't", 'get', 'it', 'on', 'fast', 'enough', 'it', 'is', 'gorgeous', 'runs', 'tts', 'i', 'took', 'the', 'small', 'for', 'reference', 'i', 'am', '36c', 'top', 'and', 'petite', 'this', 'will', 'work', 'on', 'any', 'body', 'type', 'you', 'wo', "n't", 'be', 'sorry', 'well', 'worth', 'the', 'money', 'for', 'the', 'style', 'and', 'fabric', ',5,1,12', 'general', 'tops', 'knits'] ['16158,942,39', 'wish', 'i', 'could', 'wear', 'it', 'every', 'day', 'i', 'bought', 'this', 'sweater', 'to', 'freshen', 'up', 'my', 'fall', 'wardrobe', 'and', 'just', 'love', 'it', 'adds', 'texture', 'and', 'warmth', 'to', 'every', 'outfit.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16159,1081,36', 'classic', 'sexy', 'per', 'baily', '44', "'s", 'usual', 'no', 'visible', 'lines', 'hits', 'in', 'all', 'the', 'right', 'places', 'extremely', 'flattering', 'washes', 'well', 'all', 'of', 'it', 'fo', 'this', 'price', 'especially', 'you', "'d", 'be', 'fool', 'to', 'pass', 'this', 'little', 'number', 'up', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16160,936,56', 'time', 'will', 'tell', 'this', 'is', 'a', 'flattering', 'comfortable', 'soft', 'sweater', 'the', 'instant', 'you', 'put', 'it', 'on', 'a', 'few', 'instants', 'after', 'that', 'however', 'i', 'found', 'mine', 'had', 'relaxed', 'a', 'great', 'deal', 'to', 'become', 'baggy', 'and', 'pilled', 'even', 'more', 'to', 'become', 'a', 'fuzzy', 'wuzzy', 'monstrosity', 'i', "'m", 'not', 'optimistic', 'about', 'its', 'longevity', 'and', 'would', "n't", 'recommend', 'it', 'except', 'for', 'the', 'extravagant', 'single-use', 'buyer', ',3,0,7', 'general', 'petite', 'tops', 'sweaters'] ['16161,1081,45', 'va', 'va', 'voom', 'definitely', 'a', 'curve', 'hugger', 'i', 'bought', 'the', 'summer', 'version', 'of', 'this', 'dress', 'sleeveless', 'white', 'with', 'black', 'stripes', 'earlier', 'this', 'year', 'and', 'it', 'was', 'my', 'go', 'to', 'dress', 'all', 'season', 'long', 'was', 'very', 'excited', 'to', 'see', 'a', 'fall/winter', 'version', 'to', 'pair', 'with', 'tights', 'and', 'boots', 'bought', 'a', 'medium', 'again', 'and', 'it', 'fits', 'great', 'this', 'is', 'a', 'very', 'flattering', 'dress', 'and', 'the', 'material', 'is', 'lightweight', 'yet', 'substantial', 'and', 'forgiving', 'of', 'flaws', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16162,936,25', 'i', 'bought', 'this', 'mostly', 'to', 'wear', 'around', 'the', 'house', 'so', 'i', "'ll", 'keep', 'it', 'because', 'i', 'got', 'it', 'on', 'a', 'pretty', 'good', 'sale'] [] ['that', 'said', 'this', 'runs', 'really', 'large', 'the', 'sleeves', 'are', 'really', 'loose', 'and', 'it', 'does', "n't", 'really', 'hang', 'well', 'over', 'my', 'hips', 'which', 'is', 'a', 'shame', 'it', "'s", 'very', 'soft', 'and', 'cozy', 'which', 'is', 'nice', 'but', 'i', 'do', "n't", 'think', 'i', "'ll", 'leave', 'the', 'house', 'in', 'it', 'often', 'it', 'also', 'arrived', 'with', 'a', 'hole', 'in', 'the', 'ribbing', 'on', 'the', 'bottom', 'of', 'the', 'front', 'panel', 'i', 'was', 'able', 'to', 'tie', 'a', 'knot', 'through', 'one', 'of', 'the', 'loops', 'that', 'i', 'think', 'will', 'prevent', 'further', 'unraveling', 'bu', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16163,872,83', 'pretty', 'but', 'runs', 'huge', 'this', 'top', 'is', 'beautiful', 'however', 'it', 'runs', 'beyond', 'big'] ['i', 'ordered', 'my', 'usual', 'size', 'and', 'i', 'could', 'have', 'fit', '2', 'of', 'me', 'in', 'this', 'top'] ['i', 'am', 'reordering', 'and', 'going', '2', 'sizes', 'down'] ['the', 'tie', 'back', 'and', 'embroidery', 'is', 'beautiful', ',3,1,11', 'general', 'tops', 'knits'] ['16164,936,19', 'i', 'liked', 'this', 'sweater', 'with', 'reservations', 'i', 'liked', 'this', 'sweater', "'s", 'design', 'i', 'like', 'tunics', 'the', 'sweater', 'is', 'a', 'light', 'weight', 'knit.the', 'sleeves', 'are', 'long', 'i', 'got', 'the', 'green', 'which', 'is', 'lighter', 'than', 'the', 'picture', 'the', 'slit', 'on', 'sides', 'go', 'up', 'about', '18', 'inches', 'from', 'the', 'bottom', 'the', 'sweater', 'is', 'comfy', 'but', 'a', 'shirt', 'is', 'needed', 'under', 'or', 'your', 'love', 'handles', 'will', 'be', 'showing', 'if', 'you', 'have', 'them', 'i', 'also', 'ordered', 'the', 'cream', 'color', 'but', 'it', 'was', 'more', 'brownish', 'than', 'white', 'so', 'i', 'returned', 'it', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16165,936,36', 'i', 'was', 'so', 'excited', 'to', 'see', 'this', 'on', 'sale', 'with', 'an', 'extra', '25', 'off', 'no', 'brainer', 'i', 'bought', 'the', 'cream', 'color', 'which', 'is', 'the', 'most', 'beautiful', 'sand', 'color', 'just', 'as', 'shown', 'it', 'is', 'super', 'soft', 'and', 'thin', 'a', 'good', 'quality', 'thin', 'knit', 'it', "'s", 'just', 'too', 'long', 'for', 'me', 'it', 'just', 'does', "n't", 'quite', 'look', 'right', 'on', 'me', 'i', 'still', 'have', 'to', 'give', 'it', 'a', 'high', 'rating', 'because', 'it', 'is', 'truly', 'exactly', 'as', 'pictured', 'i', "'m", '5', '9', 'and', 'it', 'hits', 'just', 'above', 'my', 'knees', 'and', 'the', 'slit', 'runs', 'up', 'to', 'my', 'belt', 'if', 'i', 'could', 'knock', '3inches', 'off', 'this', 'i', "'d", 'have', 'it', 'in', 'every', 'color', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16166,936,63', 'soft', 'with', 'just', 'enough', 'structure', 'this', 'sweater/tunic', 'is', 'lovely', 'soft', 'just', 'enough', 'structure', 'in', 'the', 'top', 'to', 'not', 'look', 'like', 'a', 'sack', 'pretty', 'color', 'i', 'ordered', 'the', 'raspberry', 'which', 'is', 'definitely', 'more', 'of', 'a', 'burnt', 'orange-red', 'to', 'my', 'eye', 'i', 'understand', 'what', 'another', 'reviewer', 'was', 'referring', 'to', 'regarding', 'quality', 'the', 'fabric', 'just', 'does', "n't", 'feel', 'very', 'substantial', 'or', 'strong', 'i', 'have', 'a', 'feeling', 'this', 'might', 'not', 'last', 'too', 'long', 'and', 'it', "'s", 'a', 'shame', 'at', 'this', 'price', 'point', 'i', "'d", 'love', 'to', 'order', 'another', 'color', 'but', 'will', 'definitely', 'wait', 'for', 'sale', 'it', "'s", 'office', 'appropriate', 'an', ',4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['16167,936,56', 'i', 'love', 'this', 'sweater', 'i', "'ve", 'gotten', 'compliments', 'on', 'it', 'every', 'time', 'i', "'ve", 'worn', 'it', 'i', 'have', 'the', 'moth', 'color', 'and', 'it', 'is', 'oh', 'so', 'cozy', 'yet', 'not', 'too', 'big', 'or', 'too', 'heavy', 'i', 'pair', 'it', 'with', 'black', 'leggings', 'black', 'booties', 'and', 'a', 'crimson-colored', 'scarf', 'it', "'s", 'nice', 'as', 'it', 'can', 'be', 'great', 'for', 'day-to-evening', 'getting', 'the', 'other', 'two', 'colors', 'asap', 'the', 'medium', 'fits', 'me', 'perfectly', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['16168,942,49', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16169,1016,53', 'gorgeous', 'this', 'is', 'the', 'most', 'beautiful', 'and', 'flattering', 'skirt', 'it', 'was', 'a', 'bit', 'of', 'an', 'investment', 'piece', 'for', 'me', 'in', 'that', 'i', 'just', 'graduated', 'from', 'college', 'but', 'i', 'love', 'that', 'this', 'skirt', 'can', 'be', 'worn', 'year', 'round', 'it', 'is', 'more', 'fitted', 'at', 'the', 'top', 'and', 'then', 'flows', 'out', 'at', 'the', 'bottom', 'making', 'it', 'super', 'flattering', 'pictures', 'do', 'not', 'do', 'it', 'justice', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['16170,936,68', 'simple', 'and', 'classic', 'i', 'purchased', 'this', 'in', 'the', 'cream/beige', 'color', 'and', 'love', 'that', 'it', 'will', 'go', 'with', 'everything', 'i', 'can', 'add', 'details', 'with', 'long', 'necklace', 'or', 'scarf-even', 'a', 'belt', 'but', 'it', 'also', 'stands', 'alone', 'and', 'looks', 'great', 'with', 'leggings', 'or', 'skinny', 'jeans', 'i', 'would', 'also', 'wear', 'with', 'a', 'neutral', 'skirt', 'as', 'shown', 'on', 'model', 'the', 'fabric', 'is', 'not', 'too', 'thin', 'and', 'with', 'a', 'bit', 'of', 'cashmere', 'will', 'also', 'add', 'some', 'warmth', 'it', 'may', 'shed', 'some', 'depending', 'if', 'you', 'wear', 'a', 'nylon', 'cami', 'underneath', 'i', 'purchased', 'the', 'xs', 'my', 'usual', 'size', 'and', 'fits', 'great', '5', '8-slender', 'love', 'my', 'purchase', ',5,1,2', 'general', 'petite', 'tops', 'sweaters'] ['16171,936,59', 'i', "'d", 'hoped', 'it', 'would', 'be', 'better.', 'the', 'black', 'and', 'white', 'photo', 'of', 'this', 'sweater', 'makes', 'it', 'look', 'absolutely', 'beautiful', 'the', 'color', 'photography', 'looked', 'to', 'be', 'a', 'beautiful', 'rich', 'burnt', 'red', 'color', 'it', 'simply', 'did', 'not', 'match', 'it', 'was', 'more', 'of', 'an', 'almost', 'faded', 'version', 'of', 'the', 'rich', 'color', 'the', 'fit', 'was', 'ok', 'just', 'did', "n't", 'love', 'it', ',2,0,2', 'general', 'petite', 'tops', 'sweaters'] ['16172,936,35', 'not', 'retailer', "'s", 'best', 'this', 'sweater/tunic', 'is', 'very', 'poor', 'quality', 'the', 'seams', 'looked', 'like', 'they', 'were', 'about', 'to', 'come', 'apart', 'as', 'soon', 'as', 'i', 'got', 'it', 'and', 'without', 'a', 'chunky', 'statement', 'necklace', 'it', 'looks', 'like', 'your', 'grandmothers', 'apron', 'there', 'just', 'is', "n't", 'any', 'style', 'to', 'it', 'has', 'to', 'go', 'back', ',2,0,9', 'general', 'petite', 'tops', 'sweaters'] ['16173,940,69', 'updated', 'style', 'loved', 'the', 'flared', 'style', 'of', 'this', 'cardigan', 'i', 'first', 'choose', 'the', 'yellow', 'and', 'returned', 'it', 'for', 'the', 'navy', 'the', 'knit', 'pointelle', 'design', 'is', 'interesting', 'and', 'the', 'cardi', 'is', 'so', 'soft', 'have', 'used', 'it', 'many', 'times', 'already', 'always', 'makes', 'me', 'feel', 'great.,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16174,936,36', ',i', 'love', 'this', 'sweater', 'looks', 'great', 'with', 'leggings', 'or', 'high', 'waisted', 'jeans', 'like', 'most', 'maeve', 'clothing', 'it', 'runs', 'a', 'little', 'large', 'so', 'i', 'would', 'size', 'down', 'i', 'get', 'several', 'compliments', 'every', 'time', 'i', 'wear', 'this', 'one', 'super', 'comfortable', 'too', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16175,940,56', 'heavyweight', 'cardigan', 'this', 'sweater', 'carries', 'alot', 'of', 'weight', 'more', 'than', 'it', 'appeared', 'the', 'yellow', 'is', 'more', 'of', 'a', 'bright', 'green/yellow-', 'not', 'a', 'soft', 'color', 'as', 'pictured', 'it', 'is', 'still', 'a', 'nice', 'layering', 'piece', ',4,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16176,940,67', 'flattering', 'and', 'practical.', 'i', 'bought', 'this', 'in', 'navy', 'medium', 'after', 'looking', 'at', 'it', 'online', 'and', 'reading', 'all', 'of', 'the', 'reviews', 'i', 'am', 'so', 'glad', 'i', 'did', 'it', 'hangs', 'beautifully', 'and', 'i', 'have', 'worn', 'it', 'nearly', 'every', 'day', 'since', 'it', 'arrived', 'i', 'am', '5', '3', 'and', '34', 'dd', 'on', 'top', 'with', 'narrow', 'shoulders', 'and', 'a', 'short', 'torso', 'so', 'not', 'easy', 'to', 'fit', 'this', 'is', 'very', 'well', 'made', 'and', 'a', 'medium', 'to', 'heavy', 'cotton', 'perfect', 'for', 'spring', 'and', 'foggy', 'evenings', 'in', 'california', 'in', 'fact', 'i', 'am', 'wearing', 'my', 'new', 'sweater', 'over', 'my', 'friday', 'casual', 'tee', 'at', 'work', 'today', 'if', 'you', 'ware', 'hesitating', 'the', 'purchase', 'at', 'co', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16177,936,28', 'best', 'sweater', 'ever', 'i', 'have', 'this', 'sweater', 'in', 'ivory', 'and', 'raspberry', 'it', "'s", 'gorgeous', 'holds', 'up', 'well', 'on', 'had', 'wash', 'cycle', 'also', 'it', "'s", 'so', 'flattering', 'i', "'m", 'so', 'so', 'happy', 'i', 'bought', 'theses', 'i', 'am', '5', '8', 'athletic', 'build', 'and', 'a', 'normal', 'medium', 'this', 'runs', 'large', 'i', 'bough', 'smalls', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16178,936,27', 'comfy', 'but', 'no', 'good', 'the', 'sweater', 'is', 'very', 'comfy', 'and', 'looked', 'good', 'the', 'first', 'time', 'i', 'tried', 'it', 'on', 'however', 'the', 'material', 'is', 'thin', 'and', 'slightly', 'see', 'through'] ['also', 'after', 'one', 'wear', 'it', 'completely', 'stretched', 'out', 'and', 'made', 'the', 'long', 'sleeves', 'awkward', 'to', 'wear', 'without', 'washing', 'in', 'between', 'each', 'wear', 'after', 'the', 'third', 'time', 'i', 'wore', 'it', 'i', 'discovered', 'a', 'large', 'hole', 'in', 'the', 'armpit', 'most', 'likely', 'due', 'to', 'the', 'excessive', 'washing', 'i', 'would', 'not', 'recommend', 'this', 'sweater', ',2,0,1', 'general', 'petite', 'tops', 'sweaters'] ['16179,1078,37', 'disappointed', 'because', 'not', 'what', 'i', 'expected', 'i', 'agree', 'with', 'the', 'first', 'reviewer', 'exactly', 'beautiful', 'fabric', 'and', 'idea', 'of', 'dress', 'looks', 'stunning', 'on', 'model', 'but', 'huge', 'and', 'shapeless', 'in', 'person', 'like', 'a', 'tent', 'not', 'at', 'all', 'what', 'i', 'expected', 'when', 'ordering', 'a', '2', 'petite', 'sadly', 'has', 'to', 'be', 'returned', ',1,0,3', 'general', 'dresses', 'dresses'] ['16180,940,34', 'ivory', 'was', 'odd', 'color', 'this', 'sweater', 'is', 'really', 'cute', 'great', 'fit', 'and', 'unique', 'style', 'unfortunately', 'the', 'ivory', 'color', 'was', 'more', 'yellow', 'than', 'i', 'like', 'not', 'the', 'right', 'shade', 'for', 'my', 'skin', 'tone', ',3,0,2', 'general', 'petite', 'tops', 'sweaters'] ['16181,940,56', 'pretty', 'sweater', 'for', 'spring', 'this', 'sweater', 'in', 'the', 'yellow', 'caught', 'my', 'eye', 'several', 'times', 'and', 'i', 'finally', 'tried', 'it', 'on', 'so', 'cute', 'and', 'perfect', 'for', 'transitional', 'weather', 'threw', 'it', 'over', 'the', 'striped', 'top', 'that', 'was', 'hanging', 'in', 'the', 'changing', 'room', 'ended', 'up', 'with', 'both', ',5,1,8', 'general', 'petite', 'tops', 'sweaters'] ['16182,936,53', 'great', 'staple', 'odd', 'fit', 'this', 'sweater', 'in', 'the', 'neutral', 'beige', 'coloration', 'was', 'exactly', 'what', 'i', 'wanted', 'to', 'rotate', 'through', 'my', 'winter', 'legging/boot', 'rotation', 'with', 'different', 'vests', 'belts', 'and', 'scarves', 'spot', 'on', 'it', 'is', 'not', 'heavy', 'weight', 'soft', 'perfect', 'length', 'for', 'a', 'tunic', 'on', 'a', '5', '4', 'frame', '34c', '125', 'lb', 'now', 'the', 'weird', 'part', 'sleeves', 'were', 'excessively', 'long', 'and', 'seem', 'to', 'have', 'stretched', 'longer', 'after', 'wear', 'anyway', 'hand', 'wash', 'and', 'little', 'to', 'no', 'pilling', 'a', 'plus', 'i', 'literally', 'roll', 'up', 'the', 'sleeves', 'to', 'wear', 'this', 'tunic', 'and', 'it', 'tends', 'to', 'be', 'bothersome', 'hence', 't', ',3,1,2', 'general', 'petite', 'tops', 'sweaters'] ['16183,940,35', 'lovely', 'basic', 'piece', 'i', 'found', 'this', 'cardigan/sweater', 'in', 'the', 'sale', 'room', 'at', 'retailer', 'in', 'navy', 'thought', 'i', 'would', 'just', 'try', 'it', 'on', 'the', 'picture', 'does', 'not', 'do', 'this', 'justice', 'it', 'is', 'a', 'basic', 'piece', 'but', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'and', 'when', 'on', 'it', 'has', 'a', 'little', 'bit', 'of', 'a', 'whimsical', 'swing', 'to', 'it', 'i', 'loved', 'the', 'way', 'it', 'kind', 'of', 'came', 'to', 'life', 'i', 'wear', 'a', 'm/l', 'and', 'bought', 'the', 'm.', 'i', 'have', 'a', '36d', 'bust', 'and', 'it', 'looked', 'great', 'it', 'is', 'a', 'nice', 'weight', 'for', 'spring/fall', 'it', 'is', 'not', 'a', 'heavy', 'sweater', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['16184,940,36', ',,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16185,1081,33', 'great', 'dress', 'i', 'love', 'love', 'love', 'this', 'brand', 'these', 'people', 'know', 'how', 'to', 'cut', 'and', 'construct', 'a', 'dress', 'i', "'m", 'apple-shaped', 'and', 'have', 'trouble', 'finding', 'fitted', 'dresses', 'that', 'flatter', 'me', 'but', 'this', 'one', 'makes', 'me', 'look', 'curvy', 'and', 'hides', 'my', 'flaws', 'the', 'pattern', 'lays', 'perfectly', 'and', 'will', 'make', 'you', 'look', 'great', 'the', 'fabric', 'is', 'high-quality', 'and', 'fully-lined', 'it', "'s", 'perfect', 'for', 'work', 'or', 'for', 'going', 'out', 'i', 'love', 'that', 'it', "'s", 'black', 'and', 'bronze-y', 'because', 'i', 'can', 'wear', 'it', 'with', 'black', 'or', 'brown', 'accessories', 'i', "'m", 'generally', 'between', 'a', 'l/xl', 'in', 'retailer', 'and', 'the', 'l', 'fits', 'wel', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16186,1078,40', 'disappointed', 'the', 'xs', 'was', 'too', 'large', 'on', 'me', 'and', 'i', "'m", 'not', 'a', 'tiny', 'person', 'while', 'the', 'dress', 'was', 'beautiful', 'on', 'the', 'model', 'in', 'person', 'it', 'had', 'way', 'too', 'much', 'fabric', 'and', 'fit', 'rather', 'tent-like', 'the', 'fabric', 'is', 'gorgeous', 'and', 'the', 'dress', 'would', 'have', 'worked', 'if', 'it', 'were', 'more', 'of', 'a', 'fitted', 'style', 'and', 'had', 'half', 'the', 'amount', 'of', 'fabric', 'on', 'the', 'bottom', 'not', 'flattering', 'at', 'all', ',2,0,5', 'general', 'dresses', 'dresses'] ['16187,936,62', 'lovely', 'green', 'really', 'wanted', 'to', 'like', 'this', 'i', 'ordered', 'this', 'sweater', 'in', 'green', 'and', 'it', 'was', 'a', 'lovely', 'soft', 'color', 'the', 'style', 'of', 'the', 'sweater', 'was', 'nice', 'really', 'deep', 'side', 'splits', 'made', 'it', 'feel', 'trendy', 'the', 'sweater', 'is', 'a', 'great', 'length', 'nice', 'fabric', 'and', 'the', 'side', 'splits', 'are', 'appealing', 'however', 'it', 'was', 'just', 'so', 'so', 'big', 'that', 'i', 'could', "n't", 'pull', 'it', 'off', 'i', 'just', 'swam', 'in', 'it', 'i', 'am', '5', '8', 'and', '118', 'lbs', 'fairly', 'wiry', '.even', 'the', 'xs', 'did', "n't", 'work', 'for', 'me', 'perhaps', 'it', 'would', 'look', 'more', 'suitable', 'on', 'a', 'curvier', 'woman', 'i', 'even', 'considered', 'having', 'it', 'tailored', 'since', 'i', "'ve", 'had', 'a', 'hard', 'time', 'find', ',3,0,4', 'general', 'petite', 'tops', 'sweaters'] ['16188,872,27', 'not', 'as', 'pictured', 'i', 'was', 'really', 'disappointed', 'in', 'the', 'shirt', 'the', 'blue', 'embroidery', 'is', 'a', 'lot', 'darker', 'than', 'what', 'is', 'shown', 'in', 'the', 'photo', 'and', 'barely', 'stands', 'out', 'against', 'the', 'black', 'the', 'photo', 'does', 'not', 'accurately', 'depict', 'this', 'shirt', 'i', 'will', 'be', 'returning', ',1,0,4', 'general', 'tops', 'knits'] ['16189,940,58', 'lovely', 'but', 'i', 'thought', 'i', 'was', 'getting', 'this', 'nice', 'light', 'weight', 'white', 'sweater', 'but', 'not', 'the', 'case'] ['it', 'is', 'a', 'pretty', 'heavy', 'nice', 'thick', 'cotton', 'and', 'beautiful', 'made', 'it', 'does', 'run', 'large', 'i', 'got', 'the', 'small', 'and', 'love', 'the', 'oversize', 'feel', 'even', 'on', 'my', '5', '9', 'frame'] ['but', 'it', 'is', 'not', 'white', 'it', 'is', 'beige', 'and', 'it', 'is', 'not', 'light', 'weight', 'i', 'have', 'enough', 'beige', 'sweaters', 'in', 'this', 'look', 'so', 'this', 'one', 'is', 'going', 'back', 'even', 'though', 'it', 'was', 'a', 'great', 'buy', 'on', 'sale', ',3,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16190,936,83', 'i', 'love', 'this', 'tunic', 'the', 'knit', 'is', 'soft', 'and', 'comfortable', 'and', 'very', 'easy', 'to', 'wear', 'i', 'purchased', 'moss', 'and', 'can', 'change', 'the', 'look', 'of', 'the', 'outfit', 'by', 'adding', 'various', 'accessories', 'the', 'slits', 'on', 'the', 'side', 'are', 'cut', 'rather', 'high', 'and', 'i', 'have', 'found', 'that', 'jeans', 'or', 'leggings', 'of', 'a', 'thicker', 'fabric', 'look', 'best', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16191,936,31', 'i', 'wish', 'i', 'could', 'wear', 'this', 'sweater', 'every', 'day', 'it', 'is', 'extremely', 'soft', 'runs', 'large', '5', '9', '130lbs', 'bought', 'a', 'large', 'and', 'it', 'was', 'way', 'too', 'big', 'but', 'i', 'successfully', 'shrunk', 'it', 'in', 'the', 'dryer', 'sleeves', 'are', 'too', 'bulky', 'it', "'s", 'not', 'perfection', 'especially', 'the', 'sleeves', 'the', 'photo', 'shows', 'the', 'models', 'with', 'the', 'sleeves', 'pushed', 'up', 'there', 'is', 'no', 'way', 'you', 'could', 'do', 'that', 'they', 'are', 'almost', 'like', 'bell', 'sleeves', 'and', 'the', 'material', 'stretches', 'like', 'crazy', 'wish', 'i', 'had', 'ordered', 'down', 'but', 'still', 'love', 'it', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16192,872,53', 'love', 'this', 'top', 'ca', "n't", 'wait', 'to', 'wear', 'this', 'top', 'i', 'found', 'it', 'to', 'run', 'tts', 'for', 'me', 'but', 'i', 'am', 'a', 'dd', 'bust', 'and', 'need', 'the', 'extra', 'material', 'happy', 'with', 'this', 'purchase', ',4,1,0', 'general', 'tops', 'knits'] ['16193,936,32', 'perfect', 'stable', 'i', 'am', 'so', 'pleased', 'with', 'this', 'product', 'it', 'is', 'a', 'great', 'staple', 'for', 'every', 'woman', 'my', 'one', 'complaint', 'is', 'that', 'it', 'easily', 'pulls', 'something', 'to', 'be', 'mindful', 'of', 'when', 'handling', 'the', 'garment.,4,1,2', 'general', 'petite', 'tops', 'sweaters'] ['16194,1081,68', 'this', 'is', 'an', 'extremely', 'flattering', 'dress', 'i', 'could', "n't", 'resist', 'buying', 'it', 'even', 'though', 'i', 'did', "n't", 'come', 'into', 'the', 'store', 'looking', 'for', 'a', 'dressier', 'dress', 'which', 'i', 'feel', 'this', 'is', 'once', 'i', 'tried', 'it', 'on', 'i', 'had', 'to', 'purchase', 'it', 'its', 'one', 'of', 'those', 'things', 'that', 'i', 'know', 'i', 'wo', "n't", 'regret', 'because', 'at', 'some', 'point', 'an', 'occasion', 'will', 'show', 'up', 'that', 'i', "'ll", 'wear', 'it', 'to', 'its', 'soft', 'comfy', 'and', 'flowing', 'and', 'accentuates', 'the', 'body', "'s", 'curves', 'without', 'being', 'too', 'tight', 'or', 'clingy', 'its', 'a', 'classic', ',1,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16195,940,54', ',perfect', 'spring', 'transition', 'piece', 'saffron', 'yellow', 'but', 'medium', 'weight', 'and', 'breathable', 'this', 'color', 'is', 'in', 'for', 'spring', 'and', 'the', 'perfect', 'blend', 'for', 'a', 'not', 'too', 'warm', 'cover', 'up', ',5,1,3', 'general', 'petite', 'tops', 'sweaters'] ['16196,1016,34', 'so', 'long', 'i', "'m", 'so', 'sad', 'this', 'does', "n't", 'come', 'in', 'a', 'petite', 'length', 'because', 'the', 'dress', 'is', 'extremely', 'long', 'the', 'fabric', 'and', 'design', 'is', 'beautiful', 'although', 'i', 'do', 'wish', 'the', 'fabric', 'was', 'a', 'bit', 'more', 'flowly.,5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['16197,936,47', 'comfy', 'classic', 'this', 'sweater', 'is', 'so', 'soft', 'and', 'comfortable', 'looks', 'dressy', 'with', 'skirt', 'and', 'booties', 'or', 'casual', 'with', 'leggings', 'and', 'flats.,5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16198,936,42', 'flattering', 'this', 'sweater', 'caught', 'my', 'eye', 'while', 'in', 'the', 'store', 'shopping', 'for', 'a', 'gift', 'i', 'am', 'on', 'the', 'shorter', 'size', 'so', 'i', 'was', 'worried', 'that', 'it', 'would', 'drown', 'me', 'it', 'did', "n't", 'it', 'hits', 'me', 'mid', 'thigh', 'the', 'sides', 'are', 'cut', 'up', 'high', 'i', 'will', 'wear', 'a', 'cami', 'or', 'shirt', 'under', 'it', 'super', 'soft', 'material', 'flattering', 'fit', 'i', 'have', 'put', 'on', 'a', 'little', 'weight', 'and', 'this', 'hides', 'all', 'the', 'problem', 'areas', 'without', 'looking', 'frumpy', 'thanks,5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16199,940,55', 'quality', 'knit', 'i', 'ordered', 'size', 'medium', 'in', 'the', 'blue', 'color', 'the', 'fit', 'is', 'true', 'to', 'size', 'however', 'i', 'am', '5', '3', 'and', 'the', 'length', 'is', 'shorter', 'on', 'me', 'than', 'it', 'is', 'on', 'the', 'online', 'model', 'wearing', 'the', 'yellow', 'color', 'sweater', 'notice', 'where', 'the', 'back', 'sweater', 'length', 'falls', 'on', 'her', 'i', 'checked', 'the', 'tags', 'in', 'my', 'sweater', 'twice', 'to', 'ensure', 'i', 'did', "n't", 'purchase', 'and/or', 'receive', 'petite', 'sizing', 'the', 'length', 'in', 'regular', 'size', 'hits', 'me', 'about', 'the', 'same', 'as', 'the', 'online', 'model', 'photo', 'wearing', 'the', 'ivory', 'color', 'i', 'am', 'fairly', 'certain', 'the', 'model', 'is', 'considerably', 'taller', 'than', 'me', 'so', 'a', 'litt', ',4,1,10', 'general', 'petite', 'tops', 'sweaters'] ['16200,936,32', 'so', 'comfy', 'i', "'m", '5,4', '135', 'lbs', 'i', 'got', 'the', 'petite', 'xs', 'normally', 'would', 'be', 'petite', 'small', 'and', 'love', 'the', 'fit', 'it', "'s", 'soft', 'weave', 'and', 'the', 'length', 'exudes', 'the', 'feeling', 'of', 'comfort', 'and', 'warmth', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16201,936,39', 'so-so', 'i', 'really', 'wanted', 'to', 'recommend', 'this', 'sweater', 'but', 'honestly', 'ca', "n't", 'now', 'i', 'was', 'attracted', 'to', 'the', 'softness', 'simplicity', 'and', 'sale', 'price', 'but', 'its', 'longevity', 'ruined', 'it', 'wrinkles', 'pills', 'and', 'loses', 'shape', 'quickly', 'if', 'you', 'still', 'want', 'to', 'get', 'it', 'consider', 'your', 'shoulders', 'and', 'how', 'knits', 'like', 'this', 'fit', 'on', 'you', 'this', 'sweater', 'runs', 'tts', 'to', 'large', 'depending', 'on', 'your', 'shoulders', 'and', 'bust', 'size', 'the', 'styling', 'is', 'excellent', 'very', 'versatile', 'but', 'the', 'yarn', 'is', 'too', 'delicate', 'and', 'fussy', ',3,0,0', 'general', 'petite', 'tops', 'sweaters'] ['16202,1081,39', 'interesting', 'staple', 'i', 'consider', 'this', 'to', 'be', 'a', 'flattering', 'dress', 'that', 'is', 'a', 'good', 'wardrobe', 'staple', 'since', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'and', 'worn', 'with', 'a', 'variety', 'items', 'i.e', 'cropped', 'denim', 'jacket', 'oversized', 'knit', 'cardi', 'leather', 'moto', 'the', 'twisty', 'knot', 'in', 'the', 'front', 'is', 'very', 'cute', 'and', 'slimming', 'and', 'does', "n't", 'add', 'bulk', 'to', 'my', 'squishy', 'squarish', 'waist', 'this', 'dress', 'is', 'tts', 'to', 'a', 'bit', 'large', 'the', 'colors', 'and', 'material', 'make', 'this', 'appropriate', 'for', 'autumn', 'through', 'spring', 'my', 'only', 'upset', 'with', 'this', 'dress', 'is', 'the', 'raw', 'edges', 'which', 'cheapens', 'the', 'quality', 'and', 'makes', 'm', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16203,870,36', 'super', 'cute', 'really', 'cute', 'and', 'comfortable', 'i', 'can', 'wear', 'it', 'to', 'work', 'for', 'a', 'casual', 'friday', 'or', 'out', 'on', 'the', 'weekend', 'a', 'lot', 'of', 'the', 'sequins', 'are', 'falling', 'off', 'and', 'getting', 'stuck', 'in', 'my', 'dryer', ',5,1,0', 'general', 'tops', 'knits'] ['16204,108,29', 'great', 'everything', 'vest', 'i', 'wear', 'this', 'vest', 'a', 'lot', 'for', 'it', 'is', 'really', 'cozy', 'and', 'goes', 'with', 'a', 'lot', 'of', 'different', 'types', 'of', 'outfits', 'it', "'s", 'is', 'versatile', 'and', 'figure', 'flattering', 'i', 'only', 'buy', 'timeless', 'pieces', 'that', 'i', 'know', 'wo', "n't", 'go', 'out', 'of', 'style', 'and', 'this', 'vest', 'fits', 'the', 'bill', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['16205,870,65', 'a', 'lovely', 'sweatshirt', 'with', 'mesh', 'front', 'and', 'back', 'cover', 'with', 'soucotache', 'sp', 'handwork', 'with', 'a', 'touch', 'of', 'sequins', 'for', 'some', 'pop', 'the', 'knit', 'sleeves', 'are', 'thin', 'but', 'the', 'top', 'has', 'some', 'weight', 'due', 'to', 'the', 'detailing', 'on', 'the', 'front', 'and', 'back'] [] ['the', 'fit', 'is', 'tts', 'and', 'as', 'shown', 'on', 'the', 'model', 'it', 'lays', 'comfortable', 'but', 'it', "'s", 'not', 'really', 'baggy'] [] ['really', 'lovely', 'glad', 'i', 'bought', 'one', 'before', 'it', 'was', 'sold', 'out', ',5,1,2', 'general', 'tops', 'knits'] ['16206,936,47', 'offers', 'coverage', 'yet', 'flattering', 'i', 'purchased', 'the', 'raspberry', 'color', 'and', 'it', 'is', 'beautiful', 'even', 'though', 'the', 'sweater', 'is', 'very', 'long', 'and', 'covers', 'your', 'bottom', 'it', 'is', 'surprisingly', 'flattering', 'great', 'with', 'the', 'booties', 'or', 'boots', 'and', 'skinny', 'jeans', 'i', 'am', '34', '30', '37', 'and', 'purchased', 'a', 'size', 'small', 'which', 'fits', 'perfectly', ',5,1,11', 'general', 'petite', 'tops', 'sweaters'] ['16207,1081,42', 'nice', 'dress', 'for', 'work', 'or', 'a', 'date', 'bought', 'this', 'dress', 'based', 'on', 'the', 'other', 'reviews', 'and', 'was', 'glad', 'i', 'did', 'fabric', 'is', 'very', 'nice', 'and', 'soft', 'it', 'drapes', 'nicely', 'hiding', 'my', 'tummy', 'trouble', 'area', 'very', 'flattering', 'and', 'not', 'too', 'short', 'i', 'could', 'wear', 'it', 'with', 'a', 'blazer', 'to', 'work', 'and', 'also', 'out', 'on', 'a', 'date', 'night', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16208,815,27', ',i', 'love', 'this', 'top', 'i', 'typically', 'wear', 'a', 'size', 'small', 'and', 'this', 'is', 'very', 'true', 'to', 'size', 'it', "'s", 'loose', 'fitting', 'but', 'does', 'not', 'make', 'you', 'look', 'large', 'the', 'pattern', 'on', 'the', 'material', 'is', 'also', 'fun', 'without', 'being', 'too', 'busy', 'perfect', 'for', 'fall', ',5,1,1', 'general', 'tops', 'blouses'] ['16209,940,65', 'ah', 'rosie', 'neira', 'the', 'best', 'designer', 'of', 'knits', 'this', 'is', 'a', 'beautiful', 'artistic', 'piece', 'for', 'your', 'wardrobe', 'seriously', 'rosie', 'neira', 'is', 'a', 'talented', 'london-based', 'designer', 'who', 'will', 'thrill', 'you', 'with', 'her', 'vision', 'she', 'is', 'expert', 'at', 'making', 'a', 'woman', 'look', 'amazing', 'from', 'every', 'direction', 'these', 'knits', 'are', 'stunning', 'the', 'materials', 'and', 'workmanship', 'flawless', 'the', 'medium', 'fits', 'me', 'as', 'expected', 'size', '8', 'medium', 'top', '34f', 'i', 'was', 'drawn', 'to', 'this', 'by', 'the', 'rosie', 'neira', 'label', 'the', 'flowing', 'front', 'drape', 'and', 'slightly', 'longer', 'back', 'the', 'gorgeous', 'knit', 'quality', 'and', 'design', 'and', 'the', 'way', 'it', 'makes', 'm', ',5,1,30', 'general', 'petite', 'tops', 'sweaters'] ['16210,1081,72', 'smart', 'stylish', 'dress', 'this', 'dress', 'fits', 'pretty', 'much', 'how', 'it', 'looks', 'on', 'the', 'model', 'the', 'fabric', 'is', 'soft', 'and', 'the', 'stripes', 'are', 'a', 'goldish', 'color', 'i', 'bought', 'this', 'because', 'of', 'the', 'other', 'reviews', 'and', 'glad', 'i', 'did', 'perfect', 'dress', 'for', 'work', 'and', 'going', 'out', 'the', 'petite', 'hits', 'me', 'mid-thigh', 'like', 'in', 'the', 'photo.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16211,940,60', 'lovely', 'cardigan', 'i', 'absolutely', 'adore', 'this', 'cardigan', 'it', "'s", 'very', 'feminine', 'stylish', 'and', 'comfortable', 'and', 'the', 'gold', 'color', 'is', 'gorgeous', 'i', 'received', 'numerous', 'compliments', 'when', 'i', 'wore', 'it', 'to', 'work', 'the', 'first', 'time', 'it', "'s", 'the', 'perfect', 'weight', 'for', 'transitional', 'weather', 'or', 'chilly', 'offices', ',5,1,0', 'general', 'petite', 'tops', 'sweaters'] ['16212,872,55', 'unique', 'i', 'just', 'received', 'this', 'shirt', 'in', 'the', 'mail', 'and', 'i', "'m", 'in', 'love', 'it', 'is', "n't", 'your', 'average', 't-shirt', 'in', 'that', 'it', 'has', 'character', 'and', 'class', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'another', 'reviewer', 'was', 'unhappy', 'that', 'the', 'embroidery', 'in', 'blue', 'on', 'the', 'back', 'was', "n't", 'as', 'dramatic', 'as', 'the', 'picture', 'i', "'m", 'not', 'seeing', 'it', 'i', 'think', 'the', 'blue', 'stands', 'out', 'very', 'well', 'i', 'know', 'i', 'should', 'say', 'hurry', 'and', 'get', 'yours', 'before', 'they', "'re", 'gone', 'but', 'in', 'truth', 'i', "'d", 'rather', 'be', 'the', 'only', 'one', 'with', 'this', 'beautiful', 'shirt', ',5,1,2', 'general', 'tops', 'knits'] ['16213,940,34', 'love', 'this', 'sweater', 'this', 'has', 'such', 'a', 'beautiful', 'shape', 'goes', 'with', 'so', 'many', 'things', 'and', 'has', 'gotten', 'a', 'lot', 'of', 'compliments', 'already', 'my', 'favorite', 'new', 'piece', ',5,1,5', 'general', 'petite', 'tops', 'sweaters'] ['16214,940,35', ',i', 'went', 'into', 'the', 'store', 'to', 'look', 'at', 'a', 'few', 'certain', 'items', 'this', 'was', "n't", 'one', 'of', 'them', 'but', 'it', 'really', 'caught', 'my', 'eye', 'i', 'got', 'it', 'in', 'yellow', 'it', 'is', 'such', 'a', 'great', 'sweater', 'tts,5,1,7', 'general', 'petite', 'tops', 'sweaters'] ['16215,940,30', 'beautiful', 'sweater', 'i', 'love', 'retailer', 'sweaters', 'always', 'great', 'quality', 'and', 'design', 'this', 'one', 'is', 'no', 'exception', 'i', 'have', 'the', 'navy', 'blue', 'one', 'and', 'it', 'fits', 'well', 'true', 'to', 'size', ',5,1,1', 'general', 'petite', 'tops', 'sweaters'] ['16216,152,36', 'warm', 'and', 'cozy', 'just', 'what', 'i', 'was', 'looking', 'for', 'soft', 'cozy', 'and', 'warm', ',5,1,0'] ['16217,1079,25', 'a', 'lot', 'of', 'dress', 'this', 'dress', 'is', 'so', 'well', 'made', 'but', 'it', "'s", 'a', 'lot', 'of', 'dress', 'i', 'think', 'i', 'would', 'have', 'liked', 'it', 'if', 'it', 'were', 'shorter', 'it', 'felt', 'a', 'little', 'too', '50s', 'housewife', 'to', 'me', 'and', 'i', 'was', 'hoping', 'for', 'a', 'flowing', 'material', 'it', 'was', "n't", 'worth', 'the', 'price', 'to', 'me', 'so', 'i', 'sent', 'it', 'back', ',4,0,4', 'general', 'dresses', 'dresses'] ['16218,864,40', 'oh', 'my', 'oh', 'my', 'after', 'reading', 'all', 'the', 'reviews', 'and', 'sizing', 'down', 'one', 'size', 'i', 'got', 'my', 'top', 'size', 'm', 'i', 'usually', 'wear', 'm/l', 'depending', 'on', 'the', 'style', 'i', "'m", '6', 'ft', 'tall', '160', 'lb', 'i', 'like', 'my', 'clothing', 'loose', 'but', 'not', 'as', 'loose', 'as', 'this', 'top', 'i', 'should', 'have', 'gone', 'to', 'xxxxxs', 'if', 'such', 'exists', 'no', 'wonder', 'there', 'is', 'such', 'a', 'low', 'leap', 'in', 'price', 'it', 'is', 'a', 'good', 'quality', 'though', 'and', 'very', 'nice', 'pale', 'peach', 'color', 'no', 'would', 'not', 'recommend', 'unless', 'you', 'wear', '3xxxl', ',1,0,0', 'general', 'tops', 'knits'] ['16219,268,39', 'so', 'soft', 'i', 'love', 'this', 'robe', 'it', 'is', 'my', 'new', 'favorite', 'for', 'lounging', 'around', 'the', 'house', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16220,872,38', 'love', 'the', 'shirt', 'i', 'purchased', 'the', 'blue', 'and', 'i', 'love', 'the', 'style', 'and', 'fit', 'of', 'the', 'shirt', 'i', 'worry', 'a', 'bit', 'about', 'the', 'slit', 'showing', 'too', 'much', 'cleavage', 'in', 'certain', 'positions', 'but', 'my', 'friends', 'have', 'assured', 'me', 'that', 'it', 'is', 'work', 'appropriate', 'very', 'flattering', 'and', 'i', 'received', 'a', 'lot', 'of', 'compliments', 'when', 'i', 'wore', 'it', ',5,1,0', 'general', 'tops', 'knits'] ['16221,152,37', 'love', 'i', 'am', 'loving', 'these', 'they', 'are', 'quite', 'long', 'but', 'are', 'prefect', 'to', 'wear', 'with', 'pj', 'shorts', 'or', 'leggings', 'very', 'soft', 'and', 'cozy.,5,1,0'] ['16222,358,29', 'good', 'support', 'i', 'am', 'not', 'a', 'fan', 'of', 'unlined', 'bras', 'but', 'this', 'one', 'was', 'so', 'pretty', 'i', 'had', 'to', 'try', 'it', 'the', 'lace', 'does', "n't", 'look', 'cheap', 'but', 'overall', 'i', 'would', "n't", 'have', 'wanted', 'to', 'pay', 'full', 'price', 'it', 'fits', 'well', 'and', 'the', 'support', 'offers', 'a', 'nice', 'shape', 'no', 'cone', 'i', 'might', 'go', 'back', 'for', 'the', 'other', 'color', ',5,1,1', 'initmates', 'intimate', 'intimates'] ['16223,152,39', 'long', 'and', 'warm', 'these', 'leg', 'warmers', 'are', 'perfect', 'for', 'me', 'they', 'are', 'long', 'enough', 'and', 'thick', 'and', 'warm', 'enough', 'to', 'keep', 'me', 'from', 'freezing', 'in', 'cold', 'weather', 'great', 'for', 'people', 'with', 'large', 'calves.,5,1,0'] ['16224,268,53', 'blissfully', 'soft', 'this', 'robe', 'is', 'one', 'of', 'the', 'best', 'purchases', 'i', 'have', 'made', 'in', 'the', 'past', 'year', 'i', 'would', 'also', 'add', 'that', 'it', 'is', 'much', 'cuter', 'in', 'person', 'than', 'pictured', 'on', 'the', 'model', 'usually', 'things', 'look', 'better', 'on', 'the', 'models', 'but', 'not', 'this', 'one', 'i', 'have', 'a', 'tough', 'time', 'finding', 'robes', 'and', 'sleepwear', 'in', 'petite', 'sizes', 'thank', 'you', 'retailer', 'this', 'robe', 'is', 'sooooo', 'soft', 'and', 'cuddly', 'without', 'being', 'too', 'heavy', 'the', 'teal', 'color', 'is', 'so', 'pretty', 'and', 'the', 'hemstitch', 'detail', 'is', 'nice', 'i', 'hate', 'taking', 'this', 'off', 'in', 'the', 'morning', 'to', 'get', 'dressed', ',5,1,12', 'initmates', 'intimate', 'sleep'] ['16225,964,38', 'it', "'s", 'a', 'beautiful', 'wearable', 'hug', 'this', 'is', 'the', 'mid-weight', 'fall/spring', 'jacket', 'i', 'had', 'designed', 'for', 'myself', 'in', 'my', 'head', 'someone', 'got', 'into', 'my', 'head', 'and', 'made', 'it', 'really', 'i', 'could', 'not', 'have', 'dreamed', 'up', 'a', 'lovelier', 'jacket', 'it', 'fits', 'like', 'a', 'glove', 'it', "'s", 'absolutely', 'the', 'softest', 'thing', 'ever', 'and', 'the', 'removable', 'lining', 'is', 'far', 'warmer', 'and', 'plusher', 'than', 'i', 'expected', 'i', 'wore', 'it', 'out', 'tonight', 'on', 'a', 'a', 'clear', 'cold', 'night', 'i', 'felt', 'like', 'i', 'was', 'wearing', 'a', 'hug', 'nice', 'feminine', 'waistline', 'and', 'pockets', 'in', 'all', 'the', 'right', 'places', 'round', 'it', 'all', 'out', 'i', 'look', 'forward', 'to', 'unbuttoning', 'th', ',5,1,14', 'general', 'petite', 'jackets', 'jackets'] ['16226,964,35', 'love', 'at', 'first', 'sight', 'i', 'knew', 'once', 'i', 'saw', 'this', 'online', 'that', 'i', 'would', 'love', 'it', 'because', 'of', 'that', 'i', 'almost', 'feel', 'like', 'my', 'review', 'is', 'biased', 'i', 'have', 'been', 'searching', 'for', 'a', 'jacket', 'like', 'this', 'for', 'awhile', 'i', 'own', 'the', 'holding', 'horses', 'version', 'from', 'a', 'few', 'years', 'back', 'but', 'that', 'one', 'is', 'just', 'not', 'fitted', 'enough', 'in', 'the', 'waist', 'for', 'me', 'even', 'though', 'it', 'has', 'a', 'drawstring', 'waist', 'this', 'one', 'too', 'has', 'an', 'interior', 'drawstring', 'waist', 'and', 'it', 'is', 'more', 'fitted', 'in', 'the', 'waist', 'giving', 'the', 'feminine', 'appearance', 'i', 'desire', 'but', 'it', "'s", 'not', 'too', 'tight', 'i', 'am', 'small', 'up', 'top', '34b', 'but', 'larger', ',5,1,4', 'general', 'petite', 'jackets', 'jackets'] ['16227,1025,34', 'great', 'cords', 'but', 'are', 'small', 'these', 'are', 'my', 'first', 'paige', 'cords/pants', 'and', 'they', 'seem', 'to', 'run', 'much', 'smaller', 'than', 'the', 'other', 'brands', 'i', 'wear', 'i', "'m", 'normally', 'a', '32', 'in', 'all', 'other', 'brands', 'but', 'with', 'these', 'the', 'waist', 'is', 'pretty', 'tight', 'i', 'do', 'love', 'the', 'length', 'i', "'m", '5', '9', 'and', 'they', 'are', 'plenty', 'long', 'i', 'also', 'love', 'the', 'bell/flare', 'i', "'m", 'not', 'sure', 'what', 'makes', 'this', 'brand', 'so', 'much', 'more', 'expensive', 'as', 'the', 'quality', 'though', 'nice', 'seems', 'comparable', 'to', 'cheaper', 'brands.,3,1,0', 'general', 'bottoms', 'jeans'] ['16228,995,39', 'cute', 'but', 'not', 'in', 'love', 'i', 'ordered', 'my', 'usual', '0p', 'and', 'this', 'skirt', 'seemed', 'a', 'little', 'long', 'for', 'me', 'the', '00p', 'might', 'also', 'have', 'fit', 'if', 'higher', 'on', 'the', 'waist', 'as', 'it', 'hung', 'a', 'little', 'so', 'in', 'that', 'sense', 'if', 'you', 'prefer', 'higher', 'waisted', 'skirts', 'you', 'can', 'size', 'down', 'i', 'am', '115', 'lbs', '26.5-27', 'in', 'waist', 'the', 'cut', 'is', 'nice', 'and', 'does', 'flare', 'out', 'but', 'the', 'one', 'i', 'received', 'was', 'folded', 'and', 'you', 'could', 'see', 'the', 'folds', 'so', 'it', 'did', "n't", 'do', 'the', 'skirt', 'justice', 'the', 'top', 'layer', 'is', 'almost', 'off', 'white', 'while', 'the', 'under', 'skirt', 'is', 'pink', 'so', 'that', 'is', 'a', 'nice', 'contrast', 'the', 'appliquã©', 'is', 'pretty', ',4,1,2', 'general', 'bottoms', 'skirts'] ['16229,1070,39', 'nope', 'not', 'for', 'muscular', 'thighs', 'not', 'that', 'i', 'do', "n't", 'recommend', 'only', 'do', "n't", 'recommend', 'if', 'you', 'have', 'muscular', 'thighs', 'so', 'i', 'tried', 'on', 'the', 'small', 'in', 'plaid', 'pattern', 'or', 'checkered', 'and', 'not', 'flattering', 'on', 'me', 'at', 'all', 'snug', 'on', 'the', 'though', 'and', 'loose', 'by', 'the', 'knee', 'and', 'below', 'also', 'that', 'pattern', 'made', 'my', 'legs', 'look', 'weird', 'no', 'kidding', 'kind', 'of', 'crooked', 'they', 'are', 'super', 'comfortable', 'and', 'the', 'small', 'fit', 'so', 'perhaps', 'they', 'run', 'small'] [] ['i', 'would', 'get', 'petite', 'if', 'you', 'are', 'usually', 'a', 'petite', 'the', 'regular', 'size', 'bunched', 'on', 'the', 'bottom', 'too', 'long'] [] ['i', 'am', 'usually', 'a', '0p', 'or', '00p', 'or', ',3,0,0', 'general', 'bottoms', 'pants'] ['16230,887,46', 'bought', 'two', 'in', 'the', 'pink/purple', 'color', 'at', 'the', 'beginning', 'of', 'summer', 'i', 'first', 'ordered', 'one', 'of', 'these', 'tops', 'in', 'size', 'xl', 'i', 'liked', 'the', 'colors', 'and', 'the', 'material', 'was', 'such', 'a', 'soft', 'open', 'weave', 'i', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'the', 'hot', 'weather', 'so', 'i', 'ordered', 'a', '2nd', 'on', 'sale', 'unfortunately', 'even', 'though', 'these', 'are', 'made', 'of', 'mesh', 'these', 'tops', 'ended', 'up', 'being', 'really', 'hot', 'i', 'wore', 'them', 'in', 'texas', 'new', 'york', 'new', 'jersey', 'and', 'florida', 'i', 'thought', 'they', "'d", 'be', 'a', 'good', 'pretty', 'choice', 'but', 'the', 'material', 'with', 'the', 'gathered', 'waist', 'wrists', 'trapped', 'in', 'the', 'heat', 'it', 'was', 'just', 'too', 'sheer', ',3,1,0', 'general', 'tops', 'knits'] ['16231,1050,41', ',,4,1,0', 'general', 'bottoms', 'pants'] ['16232,995,33', 'poodle', 'skirt', 'being', 'that', 'i', 'am', 'short', '5', '2', 'this', 'skirt', 'flares', 'out', 'way', 'too', 'much', 'resembling', 'a', '50', "'s", 'style', 'poodle', 'skirt', 'the', 'model', 'in', 'photo', 'has', 'her', 'arm', 'strategically', 'placed', 'thus', 'pushing', 'back', 'excess', 'fabric', 'toward', 'the', 'back', 'making', 'it', 'look', 'more', 'streamline', 'this', 'skirt', 'is', 'not', 'for', 'the', 'under', '5', '5', 'long', 'leggy', 'types', 'could', 'easily', 'rock', 'this', ',3,0,1', 'general', 'bottoms', 'skirts'] ['16233,1070,48', 'brown', 'is', 'darker', 'than', 'expected', 'xsp', 'is', 'perfect', 'i', 'got', 'these', 'in', 'the', 'brown', 'and', 'the', 'red', 'in', 'my', 'usual', 'xspetite', 'and', 'love', 'both', 'the', 'length', 'is', 'perfect', 'for', 'my', '5', '3', 'height', 'and', 'they', "'re", 'not', 'skin', 'tight', 'but', 'fit', 'like', 'a', 'glove', 'i', 'have', 'a', '26', 'waist', 'and', '34', 'hips', 'the', 'elastic', 'inside', 'the', 'waistband', 'can', 'get', 'flipped', 'fairly', 'easily', 'if', 'i', "'m", 'not', 'careful', 'but', 'it', "'s", 'easy', 'to', 'flip', 'it', 'back', 'i', 'think', 'that', "'s", 'the', 'only', 'thing', 'that', 'might', 'stop', 'me', 'from', 'attempting', 'to', 'wash', 'them', 'in', 'the', 'machine', 'against', 'the', 'instructions', 'which', 'say', 'to', 'hand', 'wash', 'only', 'i', 'wish', 'they', 'had', 'been', 'made', 'machine', 'washa', ',5,1,0', 'general', 'bottoms', 'pants'] ['16234,1070,67', 'comfy', 'and', 'interesting', 'i', 'picked', 'these', 'off', 'of', 'the', 'rack', 'at', 'retailer', 'mainly', 'because', 'i', 'loved', 'the', 'navy', 'black', 'and', 'brown', 'combo', 'of', 'the', 'squares', 'i', 'tried', 'on', 'the', 'medium', 'because', 'they', 'looked', 'on', 'the', 'small', 'side', 'even', 'though', 'i', 'usually', 'wear', 'a', 'size', '4', 'or', 'small', 'in', 'pants', 'good', 'thing', 'too', 'these', 'fit', 'really', 'well', 'so', 'they', 'do', 'run', 'small', 'albeit', 'a', 'bit', 'long', 'in', 'the', 'regular', 'medium', 'on', 'my', '5', '3', 'frame', 'i', 'could', 'have', 'used', 'a', 'petite', 'for', 'length', 'if', 'they', 'had', 'been', 'there', 'but', 'they', 'did', "n't", 'that', "'s", 'ok', 'i', 'do', "n't", 'mind', 'rolling', 'them', 'up', 'it', 'makes', 'a', 'statement', 'i', 'like', 'ye', ',5,1,0', 'general', 'bottoms', 'pants'] ['16235,1070,53', 'great', 'business', 'casual', 'or', 'going', 'out', 'pants', 'love', 'the', 'subtle', 'print', 'makes', 'these', 'good', 'for', 'work', 'and', 'for', 'play', 'will', 'wear', 'with', 'wedge', 'booties', 'flowing', 'top', 'and', 'jacket', 'perfect', 'outfit', ',5,1,0', 'general', 'bottoms', 'pants'] ['16236,1138,38', 'unique', 'blouse', 'does', 'not', 'flatter', 'full', 'figures', 'this', 'is', 'a', 'unique', 'blouse', 'and', 'well', 'worth', 'a', 'try', 'it', 'is', 'pure', 'wool', 'so', 'dry', 'clean', 'only', 'though', 'it', 'is', 'wool', 'it', 'is', 'actually', 'very', 'thin', 'and', 'lightweight', 'i', 'did', "n't", 'find', 'it', 'to', 'be', 'scratchy'] [] ['i', 'am', 'a', 'size', 'xl', 'but', 'in', 'this', 'blouse', 'the', 'large', 'fit', 'fine', 'the', 'narrowest', 'part', 'of', 'this', 'blouse', 'is', 'the', 'width', 'of', 'the', 'shoulders', 'everything', 'else', 'is', 'very', 'voluminous', 'for', 'this', 'reason', 'it', 'does', "n't", 'flatter', 'my', 'full', 'figure', 'it', 'makes', 'me', 'look', 'much', 'heavier', 'than', 'i', 'am', 'my', 'only', 'options', 'are', 'to', 'return', 'it', 'or', 'bring', 'it', 'to', 'a', 'local', 'seamstress', 'who', ',4,1,3', 'general', 'trend', 'trend'] ['16237,1050,33', 'one', 'of', 'the', 'more', 'beautiful', 'pieces', 'retailer', 'hags', 'carried', 'in', 'a', 'long', 'time', 'i', 'instantly', 'fell', 'in', 'love', 'the', 'second', 'i', 'took', 'it', 'out', 'of', 'the', 'box', 'the', 'only', 'problem', 'is', 'that', 'it', 'runs', 'short', 'in', 'the', 'torso', 'i', 'ordered', 'the', 'xs', 'and', 'it', 'fit', 'perfectly', 'everywhere', 'except', 'it', 'gave', 'me', 'a', 'wedgie', 'for', 'reference', 'i', 'am', '5', '6', '120', 'lbs', 'and', 'a', '34b', 'i', 'returned', 'the', 'jumpsuit', 'and', 'ordered', 'it', 'in', 'a', 'small', 'hopefully', 'it', "'s", 'long', 'enough', 'everything', 'about', 'it', 'is', 'true', 'to', 'size', 'except', 'torso', 'length', 'i', 'have', 'an', 'average', 'torso', 'so', 'someone', 'with', 'a', 'large', 'torso', 'm', ',4,1,8', 'general', 'bottoms', 'pants'] ['16238,568,44', 'spectacular', 'this', 'skirt', 'is', 'gorgeous', 'i', "'m", 'glad', 'i', 'saw', 'it', 'in-store', 'as', 'the', 'picture', 'online', 'does', 'not', 'do', 'it', 'justice', 'the', 'colors', 'are', 'really', 'rich', 'and', 'the', 'pattern', 'has', 'a', 'sentimental', 'vintage', 'feeling', 'it', 'also', 'has', 'pockets', 'and', 'a', 'great', 'glamorous', 'swing', 'to', 'it', 'this', 'skirt', 'is', 'great', 'for', 'work', 'with', 'a', 'blouse', 'and', 'heels', 'and', 'also', 'looks', 'awesome', 'with', 'a', 't-shirt', 'tucked', 'in', 'and', 'sandals', 'the', 'fabric', 'has', 'a', 'really', 'nice', 'four', 'season', 'weight', 'i', 'think', 'it', 'will', 'also', 'look', 'great', 'with', 'high', 'boots', 'and', 'a', 'turtleneck', 'in', 'the', 'autumn', 'i', 'get', 'so', 'many', 'compliments', ',5,1,3', 'general', 'trend', 'trend'] ['16239,1070,33', 'retailer', 'is', 'my', 'favorite', 'store', 'they', 'always', 'have', 'everything', 'i', 'want', 'and', 'more', 'these', 'pants', 'are', 'absolutely', 'beautiful', 'and', 'intricate', 'in', 'design', 'and', 'the', 'quality', 'is', 'fantastic', 'it', "'s", 'stylish', 'and', 'a', 'pair', 'of', 'pants', 'that', 'i', 'will', 'always', 'use', 'and', 'that', 'will', 'last', 'for', 'anlobn', 'time', 'and', 'how', 'can', 'i', 'forget', 'these', 'pants', 'are', 'slimming', ',5,1,0', 'general', 'bottoms', 'pants'] ['16240,818,26', 'polka', 'dots', 'i', 'thought', 'this', 'top', 'had', 'shimmery', 'dots', 'that', 'is', 'what', 'it', 'looks', 'like', 'in', 'the', 'picture', 'but', 'when', 'it', 'arrived', 'it', 'looks', 'much', 'plainer', 'in-person', 'and', 'i', 'could', 'not', 'believe', 'it', 'was', 'this', 'top', 'the', 'dots', 'are', 'polka', 'dots', 'the', 'embroidery', 'at', 'the', 'v-neck', 'does', "n't", 'stand', 'out', 'much', 'in', 'the', 'photo', 'but', 'it', 'does', 'in-person', 'the', 'top', 'runs', 'true', 'to', 'size', 'but', 'the', 'fit', 'did', "n't", 'feel', 'as', 'perfect', 'for', 'me', 'i', 'am', 'sending', 'it', 'back', 'i', 'needed', 'a', 'more', 'shimmery', 'top', ',3,0,7', 'general', 'tops', 'blouses'] ['16241,1070,52', 'curvy', 'petite', 'girls', 'rejoice', 'i', 'ordered', 'the', 'black', 'and', 'red', 'check', 'leggings', 'thanks', 'to', 'the', 'suggestion', 'of', 'the', 'retailer', 'stylists', 'online', 'there', 'is', 'no', 'way', 'in', 'a', 'million', 'years', 'that', 'i', 'would', 'have', 'picked', 'these', 'out', 'due', 'to', 'my', 'body', 'shape', 'i', "'m", 'petite', 'size', '6', 'and', '120', 'pounds', 'and', '5', 'feet', 'tall', 'i', 'ordered', 'a', 'petite', 'small', 'i', 'do', 'not', 'have', 'skinny', 'legs', 'and', 'ordered', 'these', 'anyway', 'they', 'are', 'so', 'flattering', 'that', 'i', "'m", 'thinking', 'of', 'ordering', 'the', 'grey', 'pair', 'the', 'red', 'pair', 'are', 'kind', 'of', 'darker', 'the', 'picture', 'makes', 'the', 'red', 'look', 'so', 'much', 'bright', 'than', 'they', 'really', 'are', 'trust', 'me', 'yo', ',5,1,12', 'general', 'bottoms', 'pants'] ['16242,945,45', 'i', 'had', 'such', 'high', 'hopes', 'oh', 'how', 'i', 'love', 'moth', 'sweaters', 'but', 'wow', 'was', 'this', 'one', 'a', 'disappointment', 'the', 'color', 'is', 'wonderful', 'the', 'shape', 'is', 'unique', 'and', 'the', 'stitch', 'work', 'is', 'lovely', 'but', 'that', "'s", 'where', 'the', 'compliments', 'end', 'it', "'s", 'an', 'itchy', 'cheap', 'feeling', 'acrylic', 'that', 'is', 'too', 'short', 'for', 'my', 'torso', 'i', 'am', 'truly', 'disappointed', 'that', 'at', 'this', 'price', 'point', 'it', 'was', 'such', 'a', 'cheap', 'feeling', 'piece', 'so', 'bummed', 'so', 'so', 'bummed', ',2,0,10', 'general', 'tops', 'sweaters'] ['16243,839,54', 'chambray', 'top', 'i', 'just', 'received', 'the', 'top', 'today', 'and', 'will', 'send', 'back', 'for', 'a', 'larger', 'size', 'i', 'am', 'i', 'between', 'a', '4', 'and', '6', 'so', 'tried', 'the', '4', 'thinking', 'it', 'would', 'be', 'boxy', 'it', 'is', 'very', 'fitted', 'with', 'no', 'opening', 'to', 'assist', 'in', 'pulling', 'over', 'shoulders', 'i', 'am', 'hoping', 'the', '6', 'is', 'only', 'slightly', 'bigger', 'the', 'shirt', 'also', 'had', 'a', 'slight', 'musty', 'odor', 'it', "'s", 'a', 'rather', 'thin', 'chambray', 'with', '3/4', 'sleeves', 'the', 'top', 'came', 'to', 'just', 'the', 'top', 'of', 'my', 'jeans', 'which', 'should', 'work', 'for', 'higher', 'waisted', 'skirts', 'or', 'layering', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['16244,991,39', 'yuck', 'this', 'looked', 'beautiful', 'online', 'but', 'the', 'skirt', 'is', "n't", '100', 'silk', 'the', 'strips', 'of', 'fabric', 'have', 'different', 'fiber', 'content', 'levels', 'with', 'most', 'of', 'them', 'containing', 'some', 'level', 'of', 'polyester', 'parts', 'of', 'the', 'skirt', 'felt', 'like', 'plastic', 'to', 'touch', 'and', 'one', 'strip', 'has', 'a', 'very', 'prominent', 'gold', 'sheen', 'that', 'looks', 'cheap', 'overall', 'very', 'disappointing', 'this', 'is', 'not', 'at', 'all', 'the', 'beautiful', 'silk', 'skirt', 'that', 'it', 'appears', 'to', 'be', 'online'] [] ['a', 'definite', 'return', 'i', 'would', "n't", 'even', 'recommend', 'this', 'at', 'first', 'or', 'second', 'cut', ',1,0,4', 'general', 'bottoms', 'skirts'] ['16245,873,55', 'recomend', 'if', 'you', 'can', 'get', 'the', 'size', 'right', 'i', 'got', 'the', 'size', 'wrong', 'and', 'the', 'right', 'size', 'was', 'ot', 'available', 'so', 'sad', 'i', 'really', 'loved', 'this', ',5,1,0', 'general', 'tops', 'knits'] ['16246,954,45', 'cozy', 'vest', 'this', 'is', 'such', 'a', 'cute', 'vest', 'nice', 'and', 'cozy', 'so', 'cute', 'paired', 'with', 'a', 'long', 'sleeve', 'tee', 'statement', 'necklace', 'jeans', 'and', 'booties', 'very', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'tops', 'sweaters'] ['16247,835,55', 'too', 'sheer', 'if', 'you', 'are', 'over', '25', 'this', 'top', 'probably', 'is', 'not', 'for', 'you', 'it', 'is', 'absolutely', 'see-thru', 'great', 'style', 'and', 'beautiful', 'light', 'fabric', 'but', 'you', 'can', 'see', 'right', 'thru', 'it', ',2,0,0', 'general', 'tops', 'blouses'] ['16248,1146,58', 'ethereal', 'this', 'is', 'such', 'an', 'ethereal', 'flowing', 'dress.more', 'gray', 'than', 'light', 'blue', 'as', 'it', 'appears', 'in', 'pix.love', 'the', 'flowy', 'bell', 'sleeves.its', 'a', 'modest', 'length', 'just', 'above', 'the', 'knee.quality', 'a', 'bit', 'lower', 'than', 'is', 'the', 'retailer', 'norm', 'but', 'still', 'good.,4,1,1', 'general', 'petite', 'trend', 'trend'] ['16249,819,56', 'great', 'addition', 'to', 'your', 'spring/summer', 'wardrobe', 'i', 'wore', 'this', 'unbuttoned', 'with', 'a', 'moss', 'green', 'tla', 'tank', 'top', 'faded', 'ripped', 'rolled', 'up', 'stevies', 'with', 'gladiator', 'sandals', 'and', 'turquoise', 'jewelry', 'and', 'it', 'looked', 'great', 'this', 'is', 'an', 'amazing', 'piece', 'for', 'your', 'summer', 'wardrobe', 'that', 'can', 'be', 'worn', 'so', 'many', 'ways', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['16250,584,36', 'love', 'these', 'are', 'my', 'favourite', 'sleep', 'pants', 'the', 'waist', 'band', 'shrinks', 'with', 'every', 'wash', 'even', 'without', 'drying', 'all', 'the', 'way', 'on', 'low', 'i', 'normally', 'wear', 'a', 'small', 'and', 'ended', 'up', 'getting', 'the', 'large', 'so', 'the', 'waist', 'band', 'did', "n't", 'cut', 'in', 'my', 'sides.,5,1,0', 'initmates', 'intimate', 'swim'] ['16251,945,25', 'i', 'love', 'this', 'sweater', 'this', 'sweater', 'is', 'so', 'cute', 'and', 'classic', 'and', 'i', "'ve", 'gotten', 'so', 'many', 'compliments', 'it', "'s", 'so', 'gorgeous', 'the', 'wool', 'is', 'sooo', 'warm', '10/10', 'recommend,5,1,0', 'general', 'tops', 'sweaters'] ['16252,831,62', 'love', 'it', 'this', 'one', 'is', 'perfect', 'for', 'the', 'taller', 'ladies', 'or', 'those', 'looking', 'for', 'a', 'longer', 'fit', 'i', 'was', 'a', 'little', 'discouraged', 'by', 'a', 'few', 'short-fitting', 'tops', 'recently', 'and', 'this', 'one', 'finally', 'works', 'for', 'me', 'at', '5', '7', 'with', 'a', 'long', 'torso', 'awesome', 'quality', 'not', 'overly', 'delicate', 'and', 'beautiful', 'detail', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16253,831,23', ',perfect', 'lace', 'tank', 'i', 'am', 'six', 'feet', 'tall', 'and', 'this', 'top', 'hits', 'me', 'about', 'where', 'it', 'does', 'on', 'the', 'model', 'i', 'ordered', 'xl', 'and', 'feel', 'it', 'is', 'a', 'generous', 'tts', 'it', 'is', 'very', 'figure', 'flattering', 'and', 'not', 'too', 'tight', 'across', 'the', 'bust', 'it', 'has', 'a', 'thin', 'lining', 'so', 'no', 'camisole', 'is', 'needed', 'so', 'beautiful', ',5,1,7', 'general', 'petite', 'tops', 'blouses'] ['16254,584,44', 'bought', 'these', 'online', 'sale', 'and', 'am', 'really', 'happy', 'with', 'them', 'soft', 'and', 'light', 'material', 'feel', 'breezy', 'like', 'a', 'beach', 'pant', 'should', ',4,1,1', 'initmates', 'intimate', 'swim'] ['16255,831,63', 'love', 'this', 'top', 'this', 'top', 'arrived', 'by', 'mail', 'this', 'morning', 'it', 'is', 'beautiful', 'even', 'prettier', 'than', 'the', 'picture', 'fits', 'true', 'to', 'size', 'and', 'is', 'wonderful', 'quality', 'can', 'not', 'wait', 'to', 'wear', 'it', 'when', 'i', 'leave', 'on', 'vacation', 'this', 'weekend', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['16256,862,56', 'love', 'it', 'love', 'it', 'super', 'cute', 'super', 'comfortable', 'watch', 'those', 'bra', 'straps', ',5,1,0', 'general', 'tops', 'knits'] ['16257,1093,45', 'lovely', 'statement', 'i', 'ordered', 'this', 'dress', 'and', 'wow', 'this', 'is', 'one', 'really', 'pretty', 'dress', 'my', 'only', 'drawback', 'is', 'that', 'the', 'dress', 'is', 'not', 'fully', 'lined', 'for', 'this', 'price', 'i', 'was', 'expecting', 'a', 'full', 'lined', 'dress', 'the', 'flower', 'detail', 'and', 'beading', 'is', 'amazing', 'but', 'this', 'one', 'is', 'going', 'back', 'hopefully', 'it', 'will', 'be', 'on', 'sale', 'soon', 'i', 'might', 'reconsider', ',4,1,2', 'general', 'dresses', 'dresses'] ['16258,1076,38', ',the', 'fabric', 'of', 'this', 'looks', 'and', 'feels', 'so', 'cheap', 'it', "'s", 'hard', 'to', 'believe', 'this', 'is', 'anna', 'sui', 'i', 'would', 'say', 'this', 'is', 'unwearable', 'there', 'is', 'zero', 'stretch', 'and', 'it', 'is', 'made', 'of', 'itchy', 'textured', 'poly', 'fabric', 'that', 'looks', 'like', 'novelty', 'fabric', 'at', 'best', 'going', 'back', 'asap.,1,0,5', 'general', 'dresses', 'dresses'] ['16259,835,30', 'beautiful', 'fabric', 'this', 'shirt', 'is', 'really', 'quite', 'cute', 'it', 'can', 'be', 'dressed', 'up', 'or', 'down', 'depending', 'on', 'the', 'occasion', 'it', "'s", 'also', 'forgiving', 'and', 'quite', 'flattering', 'my', 'only', 'concern', 'is', 'that', 'it', 'is', 'a', 'bit', 'see', 'through', 'in', 'certain', 'lighting', 'but', 'it', 'is', 'very', 'subtle', 'i', 'definitely', 'would', 'recommend.,4,1,0', 'general', 'tops', 'blouses'] ['16260,831,77', 'well', 'made', 'top', 'i', 'am', 'petite', 'and', 'so', 'ordered', 'this', 'top', 'in', 'a', 'petite', 'size', 'and', 'found', 'that', 'it', 'ran', 'large', 'i', 'am', 'also', 'pretty', 'busty', 'to', 'boot', 'but', 'found', 'there', 'was', 'more', 'than', 'enough', 'room', 'the', 'length', 'was', 'still', 'a', 'bit', 'long', 'for', 'me', 'however', 'it', 'does', 'hit', 'on', 'my', 'where', 'it', 'does', 'on', 'the', 'model', 'the', 'top', 'is', 'wonderful', 'quality', 'thick', 'and', 'not', 'see', 'through', 'at', 'all', 'i', 'am', 'almost', 'tempted', 'to', 'get', 'a', 'regular', 'size', 'and', 'try', 'to', 'wear', 'it', 'as', 'a', 'dress', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['16261,831,66', 'pretty', 'but', 'this', 'was', 'a', 'miss', 'for', 'me', 'the', 'armholes', 'are', 'too', 'low', 'it', "'s", 'lined', 'and', 'heavy', 'way', 'too', 'long', 'just', 'did', "n't", 'wow', 'me', 'the', 'lace', 'is', 'sturdy', 'and', 'beautiful', 'though', ',4,1,0', 'general', 'petite', 'tops', 'blouses'] ['16262,1181,33', 'wardrobe', 'staple', 'i', 'love', 'this', 'tee', 'while', 'it', 'is', 'true', 'to', 'size', 'i', 'feel', 'it', 'is', 'meant', 'to', 'have', 'a', 'loose', 'fit', 'that', 'being', 'said', 'it', 'is', 'a', 'very', 'flattering', 'cut', 'and', 'has', 'a', 'great', 'drape', 'super', 'comfy', 'flattering', 'and', 'classic', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['16263,945,24', 'a', 'purrfect', 'find', 'i', 'love', 'this', 'sweater', 'as', 'others', 'have', 'mentioned', 'it', "'s", 'not', 'the', 'softest', 'acrylic', 'in', 'the', 'world', 'but', 'i', 'can', 'overlook', 'that', 'for', 'the', 'simple', 'fact', 'that', 'it', "'s", 'adorable', 'i', 'like', 'the', 'cropped', 'fit-', 'pairs', 'perfectly', 'with', 'high', 'waisted', 'jeans/skirts', 'the', 'embroidery', 'has', 'a', 'sort', 'of', 'handmade', 'feel', 'to', 'it', 'without', 'looking', 'cheap', 'the', 'slit', 'up', 'only', 'one', 'side', 'makes', 'it', 'unique', 'in', 'my', 'opinion', 'i', 'did', 'expect', 'it', 'to', 'be', 'a', 'bit', 'heavier', 'but', 'it', "'s", 'a', 'great', 'layering', 'piece', 'and', 'ideal', 'for', 'transitioning', 'into', 'colder', 'weather', 'i', 'may', 'be', 'biased', 'because', 'of', ',5,1,0', 'general', 'tops', 'sweaters'] ['16264,1146,56', 'pretty', 'dress', 'this', 'dress', 'is', 'nice', 'but', 'it', 'wo', "n't", 'do', 'for', 'my', 'purpose', 'i', 'considered', 'it', 'for', 'a', 'mother', 'of', 'the', 'groom', 'dress', 'but', 'it', "'s", 'not', 'long', 'enough', 'for', 'me', 'the', 'dress', 'is', 'pretty', 'but', 'very', 'sheer', 'and', 'very', 'low', 'cut', 'so', 'it', 'would', 'require', 'opaque', 'undergarments', 'it', "'s", 'not', 'possible', 'to', 'tell', 'from', 'the', 'pictures', 'how', 'sheer', 'this', 'dress', 'is', ',4,0,1', 'general', 'petite', 'trend', 'trend'] ['16265,873,40', 'boxy', 'shoulders', 'i', 'love', 'the', 'feel', 'and', 'quality', 'of', 'this', 'sweatshirt', 'however', 'because', 'of', 'the', 'embroidery/lace', 'detail', 'on', 'the', 'shoulders', 'it', 'makes', 'it', 'a', 'little', 'stiff', 'so', 'the', 'shoulders', 'look', 'slightly', 'boxy', ',4,1,3', 'general', 'tops', 'knits'] ['16266,1030,44', 'nice', 'shade', 'among', 'my', 'blue', 'denins', 'first', 'pair', 'of', 'mother', 'jeans', 'went', 'with', 'my', 'regular', '25', 'as', 'in', 'my', 'citizens/paige/ag', 'and', 'it', 'fits', 'well', 'the', 'waist', 'doenst', 'seem', 'as', 'high', 'as', 'it', 'looks', 'in', 'the', 'model', 'i', 'wish', 'it', 'was', 'the', 'fabric', 'is', 'stretchy', 'and', 'soft', 'it', 'looks', 'the', 'same', 'finish/color', 'as', 'online', 'a', 'greyish', 'denim', 'i', 'like', 'it', ',4,1,1', 'general', 'bottoms', 'jeans'] ['16267,1181,41', ',,5,1,0', 'general', 'petite', 'tops', 'knits'] ['16268,1093,47', 'this', 'gown', 'is', 'stunning', 'gorgeous', 'piece', 'although', 'much', 'longer', 'than', 'it', 'appears', 'to', 'be', 'in', 'the', 'photo', 'the', 'price', 'however', 'is', 'a', 'bit', 'steep', 'i', "'m", 'not', 'sure', 'that', 'i', "'m", 'going', 'to', 'keep', 'it', 'because', 'i', 'just', 'do', "n't", 'think', 'it', 'looks', 'as', 'expensive', 'as', 'it', 'is', ',4,1,4', 'general', 'dresses', 'dresses'] ['16269,831,50', 'love', 'this', 'top', 'i', "'m", '5', '9', 'and', '150', 'pounds', 'and', 'got', 'a', 'medium', 'the', 'cut', 'is', 'very', 'flattering', 'on', 'me', 'and', 'i', 'have', 'received', 'many', 'compliments', 'when', 'i', 'wear', 'it', 'it', 'is', 'lined', 'so', 'no', 'need', 'to', 'wear', 'a', 'cami', 'underneath', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16270,344,34', 'very', 'fun', 'great', 'colors', 'somewhat', 'odd', 'fit', 'but', 'it', 'works', 'do', "n't", 'love', 'the', 'bell', 'on', 'the', 'tassel', 'so', 'i', 'need', 'to', 'find', 'some', 'way', 'to', 'get', 'that', 'off', 'but', 'otherwise', 'i', 'love', 'it', 'and', 'i', 'am', 'definitely', 'keeping', ',4,1,0', 'initmates', 'intimate', 'swim'] ['16271,819,37', 'unique', 'staple', 'i', 'accidentally', 'found', 'this', 'gem', 'at', 'my', 'store', 'today', 'i', 'adore', 'layering', 'my', 'style', 'and', 'this', 'is', 'a', 'perfect', 'edition', 'it', "'s", 'light', 'but', 'has', 'enough', 'weight', 'to', 'it', 'that', 'it', 'has', 'some', 'movement', 'and', 'does', "n't", 'stick', 'to', 'other', 'fabric', 'i', 'would', "n't", 'quite', 'call', 'it', 'gauze', 'since', 'its', 'heavier', 'than', 'your', 'typical', 'gauze', 'it', "'s", 'super', 'long', 'i', "'m", '5', '8', 'and', 'it', 'definitely', 'went', 'to', 'my', 'knees', 'when', 'worn', 'buttoned', 'up', 'it', "'s", 'clean', 'and', 'classic', 'when', 'worn', 'open', 'it', "'s", 'cool', 'bohemian', 'and', 'edgy', 'while', 'still', 'looking', 'totally', 'put', 'together', 'i', 'adore', 'this', 'wish', ',5,1,3', 'general', 'petite', 'tops', 'blouses'] ['16272,1094,33', 'beautiful', 'dress', 'love', 'this', 'dress', 'perfect', 'for', 'spring', 'and', 'fall', 'great', 'material', 'and', 'well', 'made', 'lovey', 'design', 'the', 'dress', 'has', 'a', 'built', 'in', 'slip.,5,1,0', 'general', 'dresses', 'dresses'] ['16273,839,62', 'great', 'top', 'i', 'love', 'the', 'ease', 'of', 'wearing', 'and', 'styling', 'this', 'top', 'i', 'am', 'very', 'pleased', 'with', 'the', 'construction', 'glad', 'i', 'ordered', 'it', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16274,819,22', 'this', 'top', 'is', 'great', 'this', 'top', 'is', 'so', 'flowy', 'and', 'has', 'a', 'great', 'fit', 'i', 'can', 'see', 'wearing', 'it', 'lots', 'of', 'different', 'ways', 'it', 'could', 'definitely', 'be', 'dressed', 'up', 'or', 'dressed', 'down.,5,1,2', 'general', 'petite', 'tops', 'blouses'] ['16275,1094,39', 'ca', "n't", 'resist', 'again', 'another', 'maeve', 'maxi', 'to', 'add', 'to', 'my', 'crowded', 'closet', 'i', 'adore', 'the', 'print', 'it', 'reminds', 'me', 'of', 'morocco', 'i', 'went', 'with', 'my', 'usual', 'm', 'based', 'on', 'reviews', 'about', 'the', 'waistband', 'i', 'will', 'have', 'to', 'disagree', 'as', 'i', 'should', 'have', 'chosen', 's', 'instead', 'i', "'m", 'not', 'going', 'to', 'return', 'it', 'but', 'i', 'think', 'this', 'will', 'really', 'stretch', 'out', 'because', 'of', 'the', 'knit', 'and', 'weight', 'of', 'the', 'jersey', ',5,1,0', 'general', 'dresses', 'dresses'] ['16276,1076,60', 'beautiful', 'dress', 'i', 'am', 'kicking', 'myself', 'for', 'listening', 'to', 'an', 'earlier', 'negative', 'review', 'and', 'not', 'ordering', 'this', 'dress', 'months', 'ago', 'i', 'finally', 'took', 'a', 'chance', 'on', 'clearance', 'and', 'i', 'love', 'it', 'the', 'knit', 'fabric', 'is', 'soft', 'and', 'beautiful', 'so', 'is', 'the', 'design', 'and', 'construction', 'the', 'fabric', 'is', 'very', 'light', 'and', 'delicate', 'all', 'the', 'details', 'on', 'the', 'dress', 'are', 'just', 'top', 'notch', 'the', 'body', 'of', 'the', 'dress', 'is', 'lined', 'but', 'the', 'sleeves', 'are', 'not', 'so', 'there', "'s", 'a', 'slight', 'see-through', 'effect', 'on', 'the', 'sleeves', 'showing', 'the', 'lovely', 'and', 'delicate', 'knit', 'it', 'fits', 'like', 'a', 'dream', 'and', 'i', "'ve", ',5,1,1', 'general', 'dresses', 'dresses'] ['16277,1181,71', 'all', 't-la', "'s", 'are', 'great', 'but', 'this', 'one', 'style', 'is', 'my', 'fave', 'very', 'comfortable', 'chic', 'and', 'washes', 'well', 'i', 'got', 'the', 'grey', 'but', 'i', "'m", 'back', 'to', 'get', 'more', 'colors', ',5,1,1', 'general', 'petite', 'tops', 'knits'] ['16278,945,61', ',cute', 'kitty', 'sweater', 'i', "'m", '5', 'feet', '105', 'and', 'went', 'with', 'a', 'regular', 'size', 'xs', 'instead', 'of', 'petite', 'and', 'it', 'hits', 'perfectly', 'yes', 'it', "'s", 'itchy', 'it', 'wool', 'but', 'i', 'plan', 'on', 'wearing', 'mine', 'with', 'a', 'high/low', 'tee', 'under', 'it', 'so', 'cute', ',5,1,0', 'general', 'tops', 'sweaters'] ['16279,1078,38', 'gorgeous', 'dress', 'spectacular', 'this', 'dress', 'is', 'a', 'beauty', 'i', 'am', "5'11", 'and', 'plan', 'to', 'wear', 'this', 'as', 'a', 'tunic', 'over', 'leggings', 'or', 'straight', 'leg', 'pants', 'the', 'embroidery', 'is', 'really', 'pretty', 'even', 'though', 'it', 'does', 'run', 'a', 'bit', 'big', 'i', 'would', 'have', 'liked', 'a', 'size', '12', 'or', 'less', 'but', 'it', 'was', 'completely', 'sold', 'out', 'except', 'for', 'a', 'size', '14.', 'it', 'is', 'so', 'nice', 'with', 'gorgeous', 'high', 'quality', 'denim', 'that', 'i', 'will', 'make', 'the', 'best', 'of', 'it', 'may', 'need', 'to', 'get', 'some', 'tailoring', 'but', 'in', 'my', 'mind', 'this', 'dress', 'is', 'so', 'worth', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16280,831,65', 'if', 'you', "'re", 'short', 'this', 'is', 'long', 'i', "'m", 'only', "4'11", 'and', 'this', 'top', 'comes', 'to', 'the', 'top', 'of', 'my', 'knees', 'i', 'could', 'wear', 'it', 'as', 'a', 'mini-dress', 'lol', 'so', 'it', 'is', 'definitely', 'a', 'tunic', 'for', 'us', 'shorter', 'gals', 'now', 'it', 'can', 'be', 'shortened', 'the', 'underlayer', 'can', 'be', 'cut', 'and', 'rehemmed', 'shorter', 'then', 'the', 'over-lay', 'lace', 'has', 'to', 'be', 'very', 'gently', 'snipped', 'around', 'the', 'scallop', 'pattern', 'a', 'few', 'rows', 'up', 'i', "'m", 'debating', 'whether', 'i', 'should', 'do', 'it', 'or', 'not', 'the', 'bottom', 'is', 'simply', 'a', 'snipped', 'off', 'row', 'from', 'the', 'fabric', 'to', 'create', 'the', 'scallop', 'lace', 'trim', 'anyway'] [] ['as', 'far', 'as', 'sizing', 'it', "'s", 'tailored', 'i', 'did', "n't", 'f', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['16281,819,64', 'way', 'cute', 'as', 'in', 'previous', 'reviews', 'this', 'top', 'can', 'be', 'worn', 'in', 'many', 'ways', 'it', 'could', 'even', 'be', 'used', 'as', 'a', 'pretty', 'bathing', 'suit', 'cover-up', 'i', 'like', 'it', 'with', 'my', 'cropped', 'cotton', 'spandex', 'leggings', 'which', 'i', 'have', 'in', 'many', 'solid', 'colors', 'i', 'plan', 'to', 'wear', 'it', 'unbuttoned', 'with', 'my', 'classic', 'style', 'spandex', 'tanks', 'i', 'have', 'in', 'various', 'colors', 'prints', 'the', 'complete', 'look', 'says', "'summer", 'feels', 'cool', 'comfy', 'in', 'this', 'warm', 'weather', 'even', 'hubby', 'loves', 'the', 'look', '5', '3', '117', 'i', 'bought', 'my', 'usual', 'size', 'small', ',5,1,3', 'general', 'tops', 'blouses'] ['16282,1094,55', 'my', 'absolute', 'favorite', 'dress', 'yet', 'from', 'retailer', 'i', 'wore', 'it', 'to', 'numerous', 'events', 'this', 'past', 'summer', 'and', 'felt', 'like', '1,000,000.', 'glad', 'it', "'s", 'on', 'sale', 'now', 'for', 'others', 'to', 'snatch', 'up', ',5,1,0', 'general', 'dresses', 'dresses'] ['16283,819,36', 'love', 'this', 'top', 'but', 'be', 'careful', 'i', 'absolutely', 'adore', 'this', 'tunic', 'however', 'i', 'followed', 'the', 'label', 'and', 'hand', 'washed/hung', 'dry', 'and', 'it', 'shrunk', 'i', 'was', 'able', 'to', 'exchange', 'it', 'so', 'i', 'will', 'be', 'taking', 'it', 'to', 'a', 'dry', 'cleaner', 'to', 'see', 'how', 'it', 'needs', 'to', 'be', 'cleaned'] ['for', 'reference', 'i', 'purchased', 'a', 'regular', 'xs', 'i', 'am', '5', '2', '120', 'lbs', ',4,1,2', 'general', 'tops', 'blouses'] ['16284,954,42', 'great', 'fall', 'piece', 'i', 'purchased', 'this', 'about', 'a', 'month', 'ago', 'and', 'its', 'a', 'great', 'piece', 'it', 'goes', 'with', 'just', 'about', 'everything', 'from', 'dresses', 'to', 'jeans', 'and', 'a', 'long', 'sleeve', 't-shirt', 'i', 'love', 'how', 'it', 'drapes', 'around', 'the', 'front', 'and', 'the', 'material', 'is', 'very', 'soft', 'it', "'s", 'a', 'great', 'piece', 'for', 'fall', 'weather', 'that', 'will', 'be', 'a', 'keeper', 'in', 'my', 'closet', ',5,1,0', 'general', 'tops', 'sweaters'] ['16285,873,59', 'unique', 'top', 'i', 'loved', 'this', 'top', 'but', 'had', 'to', 'return', 'because', 'the', 'stiff', 'applique', 'made', 'me', 'look', 'like', 'a', 'linebacker', 'i', 'wish', 'it', 'could', 'have', 'worked', 'out', 'because', 'this', 'is', 'a', 'cool', 'top', 'if', 'this', 'particular', 'design', 'works', 'for', 'you', 'go', 'for', 'it', ',4,1,3', 'general', 'tops', 'knits'] ['16286,1081,37', 'nice', 'basic', 'i', 'did', 'like', 'this', 'dress', 'it', 'has', 'a', 'good', 'simple', 'shape', 'and', 'is', 'very', 'comfortable', 'however', 'it', "'s", 'plain', 'and', 'for', 'the', 'price', 'and', 'it', 'being', 'dry', 'clean', 'only', 'i', "'ll", 'wait', 'to', 'see', 'if', 'it', "'ll", 'go', 'on', 'sale', 'it', "'s", 'also', 'worth', 'noting', 'that', 'i', "'m", '5', '2', 'and', 'was', 'uncomfortable', 'with', 'the', 'length', 'of', 'the', 'petite', 'but', 'the', 'regular', 'size', 'was', 'a', 'good', 'length', 'right', 'at', 'the', 'knees', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16287,933,32', 'i', 'love', 'this', 'sweater', 'it', "'s", 'so', 'cute', 'and', 'so', 'soft', 'and', 'warm', ',5,1,0', 'general', 'tops', 'sweaters'] ['16288,857,35', 'would', 'have', 'been', 'a', 'great', 'look', 'but-the', 'problem', 'is', 'i', 'can', 'not', 'get', 'the', 'color', 'to', 'stay', 'below', 'the', 'shoulders', 'the', 'large', 'appeal', 'of', 'this', 'top', 'is', 'the', 'over', 'the', 'shoulder', 'look-but', 'in', 'just', 'trying', 'it', 'on', 'it', 'would', 'pop', 'off', 'the', 'shoulders', 'and', 'make', 'a', 'cowl', 'neck', 'kind', 'of', 'top', 'that', 'did', "n't", 'lay', 'right', 'if', 'it', 'would', 'have', 'stayed', 'it', 'would', 'have', 'been', 'a', 'real', 'win', 'for', 'me', 'i', 'like', 'the', 'quality', 'of', 'the', 'fabric', 'and', 'the', 'longs', 'sleeves', 'but', 'i', 'ca', "n't", 'get', 'the', 'desired', 'look', 'to', 'work', 'out', 'so', 'this', 'is', 'going', 'back', ',3,0,18', 'general', 'tops', 'knits'] ['16289,1081,44', 'loved', 'it', 'so', 'much', 'i', 'bought', 'two', 'love', 'this', 'dress', 'so', 'much', 'i', 'bought', 'the', 'cranberry', 'color', 'first', 'and', 'i', 'loved', 'it', 'so', 'much', 'that', 'i', 'also', 'bought', 'it', 'in', 'black', 'i', 'think', 'it', 'runs', 'fairly', 'true', 'to', 'size', 'i', 'am', '5', '3', 'and', 'about', '110', 'and', 'the', 'xs', 'petite', 'fit', 'perfectly', 'i', 'tried', 'the', 'xs', 'and', 'it', 'was', 'pretty', 'large', 'on', 'my', 'frame', 'i', 'love', 'the', 'fabric', 'and', 'flow', 'of', 'this', 'dress', 'and', 'i', 'love', 'the', 'pockets', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16290,1081,31', 'great', 'dress', 'but', 'colors', 'are', 'off', 'i', 'ordered', 'the', 'red', 'and', 'the', 'the', 'fit', 'is', 'great', 'but', 'the', 'red', 'is', 'actually', 'magenta', 'not', 'red', 'at', 'all', 'i', "'m", 'returning', 'and', 'ordering', 'in', 'a', 'different', 'color', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16291,1081,39', 'an', 'o.k', 'tunic', 'not', 'for', 'petite', 'women', 'you', 'need', 'to', 'have', 'a', 'long', 'figure', 'for', 'this', 'tunic', 'to', 'drape', 'like', 'it', 'does', 'on', 'the', 'model', 'if', 'it', 'ever', 'goes', 'on', 'sale', 'i', 'will', 'purchase', 'it', 'but', 'not', 'worth', 'the', 'full', 'price', 'for', 'me', 'at', 'the', 'moment', ',3,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16292,1081,39', ',the', 'material', 'on', 'this', 'dress', 'is', 'gorgeous', 'so', 'soft', 'the', 'fit', 'is', 'flattering', 'and', 'casual', 'and', 'looks', 'great', 'with', 'booties', 'or', 'high', 'boots', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16293,1081,57', 'cute', 'but', 'not', 'for', 'me', 'the', 'material', 'and', 'color', 'of', 'the', 'dress', 'were', 'great', 'but', 'the', 'fit', 'was', 'rather', 'blah', 'i', 'do', "n't", 'think', 'it', 'was', 'right', 'for', 'my', 'shape', 'i', 'am', 'disappointed', 'though', 'i', 'liked', 'design', 'of', 'it', ',4,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16294,1078,31', 'flowy', 'and', 'comfy', 'i', 'was', 'a', 'little', 'afraid', 'to', 'order', 'this', 'dress', 'online', 'but', 'my', 'local', 'store', 'only', 'had', 'a', 'small', 'left', 'so', 'i', 'jumped', 'hoping', 'the', 'fabled', 'net', 'would', 'appear', 'and', 'it', 'did', 'this', 'might', 'be', 'my', 'favorite', 'retailer', 'dress', 'thus', 'far', 'i', 'ended', 'up', 'buying', 'a', 'large', 'due', 'to', 'the', 'fear', 'of', 'the', 'front', 'being', 'too', 'short', 'it', 'was', 'a', 'good', 'call', 'i', "'m", 'sure', 'a', 'medium', 'would', 'have', 'fit', 'up', 'top', 'but', 'i', 'have', 'longer', 'legs', 'and', 'i', 'know', 'i', 'would', "n't", 'have', 'felt', 'comfortable', 'in', 'a', 'medium', "'s", 'length', 'plus', 'i', 'tend', 'to', 'like', 'the', 'oversized', 'look', 'i', 'paired', 'it', 'with', 'some', 'slouchy', 'socks', 'and', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16295,364,62', 'love', 'thick', 'soft', 'awesome', 'quality', 'what', "'s", 'not', 'to', 'love', 'i', "'ve", 'had', 'an', 'awful', 'time', 'finding', 'a', 'new', 'black', 'warm', 'cardigan', 'this', 'year', 'to', 'throw', 'over', 'anything', 'from', 'a', 'tee', 'to', 'a', 'casual', 'dress', 'and', 'this', 'finally', 'fits', 'the', 'bill', 'while', 'it', 'is', 'soft', 'like', 'a', 'sweatshirt', 'i', 'would', 'definitely', 'not', 'say', 'that', 'this', 'is', 'purely', 'loungewear', 'nice', 'enough', 'to', 'replace', 'my', 'old', 'ratty', 'sweaterknit', ',5,1,0', 'general', 'petite', 'intimate', 'lounge'] ['16296,364,34', 'too', 'much', 'cardigan', 'i', 'was', 'definitely', 'wearing', 'retailer', 'colored', 'glasses', 'my', 'term', 'for', 'when', 'something', 'looks', 'great', 'on', 'you', 'in', 'the', 'dressing', 'room', 'but', 'leaves', 'you', 'wondering', 'what-was-i-thinking', 'when', 'you', 'try', 'it', 'on', 'later', 'when', 'i', 'bought', 'this', 'once', 'i', 'tried', 'this', 'on', 'at', 'home', 'i', 'basically', 'felt', 'like', 'i', 'was', 'swallowed', 'up', 'by', 'this', 'thing', 'there', "'s", 'so', 'much', 'fabric', 'layered', 'in', 'front', 'and', 'around', 'your', 'shoulders', 'that', 'you', 'can', 'actually', 'feel', 'the', 'weight', 'hanging', 'down', 'around', 'your', 'neck', 'and', 'it', 'naturally', 'sticks', 'out', 'rather', 'far', 'in', 'the', 'back', 'i', 'wanted', 'to', 'love', 't', ',2,0,3', 'general', 'petite', 'intimate', 'lounge'] ['16297,867,33', 'great', 'staple', 'with', 'a', 'little', 'detail.', 'i', 'love', 'the', 'elbow', 'patches', 'on', 'this', 'shirt', 'i', 'ordered', 'the', 'wine', 'color', 'and', 'it', "'s", 'dark', 'enough', 'to', 'almost', 'be', 'a', 'neutral', 'i', "'ve", 'worn', 'it', 'with', 'many', 'things', 'already', 'my', 'only', 'complaint', 'is', 'that', 'the', 'sleeves', 'are', 'super', 'long', 'typically', 'long', 'sleeved', 'shirts', 'are', 'too', 'short', 'for', 'me', 'so', 'i', "'m", 'guessing', 'this', 'one', 'would', 'be', 'ridiculously', 'long', 'on', 'someone', 'with', 'short', 'arms', ',5,1,10', 'general', 'tops', 'knits'] ['16298,1081,31', 'so', 'silky', 'soft', 'an', 'impulse', 'try', 'on', 'that', 'was', 'immediately', 'moved', 'into', 'the', 'yes', 'i', "'m", 'buying', 'right', 'now', 'pile', 'the', 'tunic', 'is', 'so', 'soft', 'i', 'have', 'worn', 'as', 'a', 'shirt', 'dress', 'with', 'booties', 'and', 'knee', 'boots/knee', 'socks', 'the', 'fabric', 'while', 'not', 'the', 'most', 'forgiving', 'if', 'you', 'buy', 'this', 'tight', 'is', 'so', 'soft', 'and', 'cozy', 'i', 'am', '5', '5', '135lbs', '34c', 'and', 'the', 'small', 'hands', 'nice', 'and', 'loose', 'all', 'around', 'the', 'body', 'when', 'this', 'goes', 'on', 'sale', 'i', 'am', 'buying', 'more', 'colors', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['16299,364,49', 'this', 'is', 'absolutely', 'gorgeous', 'cardigan', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice', 'it', "'s", 'comfortable', 'and', 'soft', 'and', 'very', 'trendy', 'at', 'the', 'same', 'time', 'i', 'bought', 'it', 'in', 'teal', 'and', 'in', 'medium', 'i', 'am', '5', '3', 'and', 'usually', 'wear', '10-12', 'even', 'though', 'i', 'think', 'it', 'runs', 'tts', 'but', 'for', 'more', 'fitted', 'look', 'medium', 'fits', 'better', 'i', 'am', 'blond', 'and', 'this', 'color', 'looks', 'great', 'i', 'also', 'loved', 'it', 'when', 'unzipped', 'the', 'upper', 'part', 'it', 'looked', 'even', 'better', 'it', 'is', 'perfect', 'with', 'leggings', 'in', 'grey', 'blue', 'green', 'and', 'black', 'also', 'beautiful', 'with', 'aqua', 'flora', 'leggings', 'and', 'with', 're', ',5,1,8', 'general', 'petite', 'intimate', 'lounge'] ['16300,364,52', 'i', 'had', 'originally', 'bought', 'this', 'in', 'a', 'medium', 'but', 'needed', 'to', 'return', 'for', 'a', 'small', 'it', 'runs', 'large', 'fits', 'way', 'better', 'in', 'the', 'small', 'fits', 'in', 'the', 'arms', 'nicely', 'and', 'has', 'nice', 'shape', 'around', 'the', 'body', 'for', 'a', 'full', 'jacket', ',4,1,2', 'general', 'petite', 'intimate', 'lounge'] ['16301,1081,59', 'i', 'tried', 'this', 'on', 'at', 'the', 'suggestion', 'of', 'one', 'of', 'the', 'sales', 'girls', 'i', 'was', 'skeptical', 'of', 'the', 'simple', 'shape', 'but', 'when', 'i', 'put', 'on', 'the', 'green', 'one', 'i', 'did', "n't", 'want', 'to', 'take', 'it', 'off-ever', 'i', 'am', '6', 'and', 'thin-', 'the', 'small', 'fits', 'me', 'perfectly', 'i', 'loved', 'it', 'so', 'much', 'i', 'purchased', 'the', 'blue', 'as', 'well', 'love', 'love', 'love', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16302,1065,38', 'very', 'cute', 'i', 'was', 'a', 'bit', 'worried', 'when', 'i', 'took', 'it', 'out', 'of', 'the', 'packaging', 'but', 'once', 'i', 'tried', 'it', 'on', 'all', 'was', 'well', 'it', 'is', 'a', 'cute', 'and', 'comfortable', 'outfit', 'with', 'enough', 'detail', 'to', 'be', 'stylish', 'i', 'love', 'rompers', 'and', 'this', 'one', 'is', 'a', 'great', 'addition', 'to', 'the', 'wardrobe', ',4,1,0', 'general', 'bottoms', 'pants'] ['16303,1081,32', 'love', 'i', 'have', 'this', 'dress', 'in', 'red', 'and', 'black', 'and', 'i', "'m", 'contemplating', 'getting', 'the', 'green', 'one', 'it', "'s", 'amazingly', 'soft', 'and', 'falls', 'beautifully', 'really', 'flattering', 'and', 'i', 'just', 'had', 'a', 'baby', '6', 'weeks', 'ago', 'it', "'s", 'true', 'to', 'size', 'i', "'m", '5', '6', 'and', '138lbs', 'and', 'got', 'a', 'small', 'it', 'should', 'still', 'fit', 'fine', 'once', 'the', 'rest', 'of', 'the', 'baby', 'weight', 'is', 'gone.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16304,1081,36', 'as', 'a', 'busty', 'but', 'small-waisted', 'girl', 'i', 'normally', 'would', 'not', 'wear', 'a', 'loose', 'shift', 'like', 'this', 'however', 'it', 'turned', 'out', 'to', 'be', 'perfect', 'for', 'hiding', 'my', 'early/mid', 'pregnancy', 'belly', 'the', 'dress', 'is', 'extremely', 'comfortable', 'and', 'it', 'will', 'also', 'come', 'in', 'handy', 'in', 'the', 'postpartum', 'months', 'in', 'fact', 'it', 'looks', 'so', 'cute', 'that', 'i', 'might', 'just', 'add', 'it', 'to', 'my', 'regular', 'wardrobe', 'after', 'all', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16305,1110,30', 'the', 'perfect', 'summer', 'dress', 'this', 'dress', 'is', 'casual', 'enough', 'to', 'throw', 'on', 'as', 'a', 'cover', 'up', 'and', 'dressy', 'enough', 'for', 'a', 'night', 'out', 'it', 'so', 'comfy', 'and', 'versatile', 'will', 'never', 'go', 'out', 'of', 'style', 'it', 'does', 'run', 'large', 'but', 'that', 'is', 'just', 'the', 'style', 'of', 'the', 'dress', 'it', 'really', 'is', 'the', 'perfect', 'summer', 'dress', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16306,867,29', 'very', 'pretty', 'and', 'comfortable', 'airy', 'top', 'i', 'really', 'like', 'the', 'design', 'and', 'colors', 'and', 'the', 'material', 'is', 'so', 'soft', 'and', 'comfy', 'the', 'top', 'is', 'a', 'little', 'on', 'the', 'short', 'side', 'so', 'wearing', 'a', 'tank', 'underneath', 'is', 'an', 'option', 'if', 'you', 'do', "n't", 'want', 'your', 'stomach', 'to', 'show', 'when', 'you', 'raise', 'your', 'arms.,4,1,0', 'general', 'tops', 'knits'] ['16307,867,61', 'so-so', 'did', "n't", 'love', 'it', 'did', "n't", 'hate', 'rather', 'indifferent', 'the', 'grey', 'was', 'a', 'little', 'more', 'muted', 'than', 'i', 'wanted', 'for', 'a', 'summer', 'tee'] ['i', "'m", '5', '4', '123lbs', '34a', 'the', 'xs', 'fit', 'if', 'it', 'would', "n't", 'shrink', 'if', 'you', "'re", 'about', 'this', 'size', 'but', 'larger', 'busted', 'go', 'with', 'the', 's.', ',3,1,4', 'general', 'tops', 'knits'] ['16308,833,36', 'beautiful', 'and', 'flattering', 'i', 'love', 'the', 'details', 'of', 'this', 'top', 'from', 'the', 'pleating', 'to', 'the', 'sleeves', 'the', 'pommed', 'edges', 'and', 'the', 'black', 'lace', 'at', 'the', 'bottom', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'the', 'fit', 'is', 'flowy', 'and', 'the', 'details', 'are', 'feminine', 'yet', 'simple', 'it', "'s", 'light', 'weight', 'which', 'will', 'be', 'nice', 'in', 'warm', 'weather', 'and', 'let', 'me', 'say', 'once', 'more', 'how', 'much', 'i', 'love', 'the', 'sleeves', ',5,1,5', 'general', 'tops', 'blouses'] ['16309,364,36', 'cozy', 'but', 'bulky', 'this', 'has', 'a', 'lot', 'of', 'extra', 'fabric', 'in', 'the', 'chest', 'area', 'i', 'was', 'hoping', 'i', 'could', 'button', 'and', 'close', 'that', 'in', 'a', 'way', 'that', 'did', "n't", 'just', 'have', 'it', 'jutting', 'out', 'luckily', 'it', "'s", 'still', 'flattering', 'definitely', 'bulky', 'and', 'in', 'the', 'black', 'it', "'s", 'picking', 'up', 'lots', 'of', 'dust', 'and', 'lint', 'still', 'a', 'great', 'cut', 'and', 'look', 'so', 'i', "'m", 'happy', 'with', 'it', 'overall', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['16310,1081,31', ',not', 'sure', 'why', 'this', 'dress', 'was', 'once', 'backordered', 'if', 'you', 'have', 'a', 'big', 'chested', 'basically', 'falls', 'from', 'your', 'chest', 'straight', 'down', 'and', 'gives', 'you', 'know', 'figure', 'disappointing', 'i', 'will', 'be', 'returning', 'it', 'not', 'meant', 'for', 'big', 'chested', 'fit', 'woman.,3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16311,364,36', 'sfylish', 'and', 'versatile', 'great', 'sweater/jacket', 'for', 'spring', 'and', 'fall', 'i', 'am', 'a', 'pilates', 'tea', 'her', 'and', 'great', 'for', 'before', 'and', 'after', 'workouts', 'great', 'price', 'and', 'a', 'little', 'thicker', 'material', 'like', 'a', 'sweatshirt', 'to', 'keep', 'you', 'nice', 'and', 'warm', 'tried', 'it', 'in-store', 'and', 'bought', 'on', 'online', 'love', ',4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['16312,364,70', 'beautiful', 'cardigan', 'poorly', 'designed', 'i', 'wish', 'i', 'could', 'wax', 'poetic', 'about', 'this', 'gorgeous', 'cardigan', 'i', 'would', 'have', 'happily', 'bought', 'it', 'in', 'both', 'colors', 'except', 'for', 'the', 'deal-breaking', 'design', 'flaw', 'the', 'extremely', 'tight', 'sleeves', 'even', 'if', 'you', 'have', 'stick-thin', 'arms', 'i', 'do', "n't", 'know', 'how', 'you', 'would', 'ever', 'be', 'able', 'to', 'wear', 'anything', 'other', 'than', 'a', 'tank', 'top', 'under', 'it', 'sadly', 'for', 'me', 'this', 'was', 'a', 'no', 'go', ',3,0,3', 'general', 'petite', 'intimate', 'lounge'] ['16313,1065,66', 'very', 'nice', 'i', 'really', 'like', 'this', 'jumpsuit', 'it', 'is', 'long', 'waisted', 'on', 'me', 'so', 'i', 'hope', 'that', 'washing', 'it', 'helped', 'love', 'the', 'material', 'and', 'washed', 'up', 'nicely', 'should', 'be', 'really', 'comfortable', ',4,1,2', 'general', 'bottoms', 'pants'] ['16314,1078,56', 'will', 'take', 'you', 'anywhere', 'a', 'slip', 'underneath', 'makes', 'this', 'dress', 'substantial', 'it', "'s", 'a', 'good', "'weather", 'transition', 'dress-fall/spring', 'the', 'lace', 'is', 'very', 'pretty', 'and', 'it', "'s", 'an', 'overall', 'great', 'dress', 'that', 'will', 'take', 'you', 'anywhere', 'i', 'plan', 'to', 'wear', 'burgundy', 'tights', 'and', 'brown', 'boots', 'with', 'ti', 'next', 'weekend.,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16315,364,40', 'cozy', 'comfy', 'great', 'cardigan', 'that', 'can', 'be', 'put', 'over', 'everything', 'cute', 'with', 'yoga', 'pants', 'jeans', 'or', 'something', 'dressier', ',4,1,1', 'general', 'petite', 'intimate', 'lounge'] ['16316,1081,36', 'beautiful', 'dress', 'terrible', 'material', 'this', 'is', 'very', 'large', 'i', 'normally', 'am', 'a', 's/m', 'and', 'i', 'took', 'this', 'in', 'an', 'x.', 'it', 'is', 'a', 'beautiful', 'dress', 'in', 'color', 'and', 'fit', 'but', 'picks', 'up', 'any', 'stain', 'and', 'i', 'have', 'had', 'to', 'have', 'it', 'dry', 'cleaned', 'after', 'every', 'use.,1,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16317,1081,24', 'the', 'best', 'dress', 'in', 'the', 'world', 'this', 'dress', 'is', 'amazing', 'i', 'have', 'it', 'in', 'almost', 'every', 'color', 'it', 'is', 'incredibly', 'comfortable', 'and', 'versatile', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'love', 'it', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16318,1078,82', 'pretty', 'dress', 'but', 'a', 'little', 'too', 'much', 'fabric', 'i', "'ve", 'been', 'eyeing', 'this', 'dress', 'for', 'some', 'time', 'and', 'it', 'finally', 'went', 'on', 'sale', 'so', 'i', 'decided', 'to', 'buy', 'it', 'i', 'bought', 'a', 'size', 'small', 'and', 'while', 'it', 'fits', 'through', 'the', 'shoulders', 'which', 'is', 'the', 'place', 'i', 'need', 'a', 'little', 'more', 'room', 'the', 'body', 'of', 'the', 'dress', 'needs', 'to', 'be', 'less', 'sack-like', 'for', 'lack', 'of', 'a', 'better', 'term', 'i', 'thought', 'it', 'would', 'hide', 'flaws', 'but', 'unfortunately', 'it', 'makes', 'me', 'look', 'bigger', 'than', 'i', 'am', 'it', 'kind', 'of', 'bags', 'out', 'even', 'at', 'the', 'back', 'where', 'the', 'fabric', 'is', 'gathered', 'under', 'the', 'yoke', 'that', 'being', 'said', 'i', 'do', "n't", 'really', 'want', 'to', 'return', 'it', 'beca', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16319,833,49', 'adorable', 'runs', 'large', 'this', 'top', 'has', 'a', 'nice', 'quality', 'feel', 'to', 'it', 'with', 'natural', 'fibers', 'and', 'i', 'love', 'the', 'pom', 'poms', 'however', 'it', 'does', 'have', 'a', 'roomy', 'fit', 'so', 'you', 'might', 'want', 'to', 'size', 'down', 'as', 'a', 'petite', 'person', 'i', 'have', 'a', 'tendency', 'to', 'get', 'lost', 'in', 'very', 'billowy', 'styles', 'overall', 'comfortable', 'and', 'cute', 'and', 'a', 'nice', 'rich', 'blue', 'color', ',5,1,1', 'general', 'tops', 'blouses'] ['16320,933,68', 'cozy', 'warm', 'great', 'details', 'i', 'purchased', 'this', 'sweater', 'after', 'i', 'saw', 'it', 'on', 'a', 'salesclerk', 'at', 'my', 'local', 'retailer', 'store', 'i', 'am', 'usually', 'a', 'xs', 'but', 'based', 'on', 'reviews', 'decided', 'to', 'size', 'up', 'considering', 'the', 'description', 'of', 'the', 'fit', 'of', 'arms', 'when', 'it', 'arrived', 'it', 'was', 'overall', 'ok', 'but', 'seemed', 'boxy', 'at', 'sides', 'so', 'i', 'exchanged', 'for', 'my', 'usual', 'size', 'it', 'arrived', 'today', 'and', 'fits', 'great-less', 'fabric', 'along', 'sides', 'but', 'still', 'good', 'length', 'for', 'my', '5', '8', 'slender', 'frame', 'the', 'arms', 'and', 'shoulders', 'are', 'not', 'too', 'snug', 'the', 'colors', 'are', 'beautiful', 'and', 'it', 'is', 'out', 'of', 'the', 'ordinary-a', 'statement', 'piece', ',5,1,1', 'general', 'tops', 'sweaters'] ['16321,933,34', 'soft', 'and', 'cozy', 'so', 'soft', 'warm', 'and', 'comfy', 'the', 'colors', 'are', 'absolutely', 'beautiful', 'and', 'represented', 'accurately', 'in', 'the', 'photo', 'i', 'went', 'with', 'a', 'small', 'based', 'on', 'other', 'reviews', 'and', 'while', 'it', 'fits', 'it', 'is', 'slightly', 'big', 'i', 'probably', 'could', 'have', 'sized', 'down', 'for', 'a', 'more', 'tailored', 'look', 'but', 'i', 'like', 'the', 'extra', 'room', 'and', 'think', 'it', 'still', 'drapes', 'well', 'without', 'looking', 'bulky', 'for', 'reference', 'i', "'m", '5', '7', '115', 'lbs', '33-25-33', 'and', 'mostly', 'wear', 'an', 'xs/2', 'in', 'tops', 'it', 'does', 'shed', 'which', 'is', 'not', 'a', 'big', 'deal', 'to', 'me', 'but', 'might', 'be', 'a', 'deal', 'breaker', 'for', 'others', 'so', 'i', 'thought', 'i', 'woul', ',5,1,0', 'general', 'tops', 'sweaters'] ['16322,1081,60', 'casual', 'to', 'evening', 'dress', 'i', "'m", 'a', 'little', 'hesitant', 'about', 'the', 'dropped-hem', 'style', 'but', 'this', 'drapes', 'so', 'well', 'and', 'looks', 'utterly', 'chic', 'i', 'wore', 'it', 'to', 'a', 'poetry', 'reading', 'with', 'some', 'fluevogs', 'and', 'it', 'not', 'only', 'looked', 'good', 'but', 'it', 'felt', 'like', 'i', 'was', 'wearing', 'nothing', 'the', 'material', 'is', 'beautifully', 'soft', 'and', 'i', 'love', 'this', 'particular', 'shade', 'of', 'blue', 'will', 'definitely', 'be', 'wearing', 'this', 'a', 'lot.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16323,1081,85', 'perfect', 'comfy', 'stylish', 'dress', 'what', 'more', 'could', 'you', 'want', 'than', 'a', 'dress', 'that', 'slips', 'on', 'easily', 'hugs', 'all', 'the', 'right', 'places', 'and', 'skims', 'the', 'others', 'feels', 'like', 'pajamas', 'and', 'looks', 'great', 'for', 'any', 'occasion', 'i', 'am', 'about', '120', "5'-1", '32', 'dd', 'usually', 'a', '4', 'petite', 'i', 'ordered', 'the', 'petite', 'small', 'in', 'navy', 'and', 'it', 'fits', 'just', 'like', 'the', 'model', 'photos', 'i', 'tried', 'it', 'on', 'in', 'the', 'store', 'in', 'a', 'regular', 'small', 'and', 'x-small', 'and', 'could', 'have', 'gone', 'with', 'either', 'but', 'the', 'petite', 'had', 'better', 'proportions', 'especially', 'where', 'the', 'v-neck', 'hit', 'i', 'would', 'have', 'had', 'to', 'wear', 'a', 'very', 'low', 'plunge', 'bra', 'wi', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16324,364,48', 'warm', 'and', 'cozy', 'saw', 'this', 'online', 'and', 'thought', 'it', 'would', 'be', 'perfect', 'for', 'my', 'upcoming', 'plane', 'ride', 'originally', 'ordered', 'the', 'teal', 'color', 'but', 'when', 'it', 'arrived', 'i', 'was', 'disappointed', 'that', 'it', 'was', 'more', 'of', 'a', 'muddy', 'greenish', 'teal', 'and', 'not', 'the', 'light', 'bluish', 'teal', 'like', 'in', 'the', 'photo', 'exchanged', 'it', 'for', 'the', 'black', 'version', 'and', 'i', 'could', "n't", 'be', 'happier', 'the', 'black', 'goes', 'well', 'with', 'everything', 'looks', 'great', 'with', 'jeans', 'and', 'yoga', 'pants', 'love', 'it', ',5,1,1', 'general', 'petite', 'intimate', 'lounge'] ['16325,1081,46', 'stylish', 'and', 'comfy', 'first', 'i', 'think', 'this', 'dress', 'runs', 'a', 'bit', 'large', 'i', 'am', '5', '5', 'and', 'about', '140', 'athletic', 'build', 'i', 'tried', 'on', 'a', 'l', 'm', 's', 'and', 'ended', 'up', 'keeping', 'the', 'small', 'it', 'is', 'also', 'a', 'bit', 'longer', 'than', 'i', "'d", 'like', 'hits', 'me', 'in', 'the', 'mid-knee', 'in', 'the', 'back', 'hem', 'and', 'barely', 'above', 'my', 'knee', 'on', 'the', 'front', 'hem', 'not', 'mid-thigh', 'like', 'on', 'the', 'tall', 'model', 'i', 'probably', 'would', 'have', 'preferred', 'a', 'petite', 'size', 'but', 'they', 'were', 'sold', 'out', 'anyhow', 'i', 'decided', 'to', 'keep', 'this', 'dress', 'because', 'it', 'is', 'super', 'comfortable', 'but', 'still', 'stylish', 'enough', 'to', 'wear', 'to', 'work', 'the', 'slightly', 'fitted', 'a', ',4,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16326,1081,41', 'fabulous', 'dress', 'i', 'love', 'this', 'dress', 'i', 'was', 'apprehensive', 'about', 'it', 'at', 'first', 'because', 'of', 'the', 'light', 'material', 'and', 'boxy', 'style', 'turns', 'out', 'the', 'material', 'is', 'very', 'flattering', 'and', 'it', 'hangs', 'very', 'well', 'the', 'style', 'is', "n't", 'as', 'boxy', 'as', 'it', 'seems', 'it', 'still', 'flatters', 'the', 'figure', 'without', 'showing', 'all', 'your', 'imperfections', 'and', 'it', 'does', "n't", 'fit', 'like', 'a', 'tent', 'i', 'am', '5', '4', 'and', 'i', 'ordered', 'the', 'petite', 'it', "'s", 'short', 'enough', 'to', 'show', 'off', 'you', 'legs', 'but', 'not', 'too', 'short', 'for', 'being', 'less', 'fitting', 'i', 'like', 'the', 'balance', 'of', 'the', 'short', 'length', 'and', 'it', 'looks', 'great', 'with', 'heeled', 'boo', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16327,1081,37', 'easy', 'dress', 'this', 'is', 'great', 'without', 'a', 'belt', 'with', 'or', 'without', 'leggings', 'it', 'drapes', 'just', 'right', 'and', 'is', 'flattering', 'for', 'big', 'busted', 'big', 'behind', 'women', 'like', 'me', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16328,1081,32', 'great', 'dress', 'this', 'is', 'one', 'of', 'the', 'best', 'things', 'i', "'ve", 'ever', 'purchased', 'at', 'retailer', 'it', "'s", 'comfortable', 'stylish', 'and', 'flattering', 'i', 'ordered', 'it', 'in', 'black', 'and', 'i', "'m", 'now', 'ordering', 'the', 'green', 'as', 'well', 'i', 'usually', 'wear', 'small', 'in', 'the', 'dolan', 'line', 'and', 'this', 'is', 'no', 'exception', 'i', 'am', '5', '2', '135', 'lbs', 'athletic', 'build', 'and', 'the', 'regular', 'small', 'fits', 'perfectly', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16329,867,56', 'at', 'least', 'it', "'s", 'not', 'a', 'swing', 'top', 'tts', 'i', 'loved', 'the', 'idea', 'of', 'the', 'placement', 'print', 'around', 'the', 'neckline', 'and', 'shoulders', 'and', 'even', 'the', 'nape', 'the', 'print', 'transforms', 'an', 'otherwise', 'basic', 't-shirt', 'into', 'an', 'eye', 'catching', 'top', 'it', 'lacked', 'in', 'the', 'length', 'department', 'and', 'there', 'was', 'extra', 'fabric', 'under', 'the', 'sleeves', 'that', 'was', "n't", 'flattering', 'just', 'above', 'the', 'girls'] [] ['this', 'is', 'made', 'by', 'retailer', 'brand', 'postmark', 'i', 'own', 'several', 'tops', 'by', 'this', 'brand', 'and', 'found', 'that', 'their', 'printed', 'fabric', 'tends', 'to', 'fade', 'out', 'from', 'wash', '1.', 'as', 'is', 'usual', 'for', 'postmark', 'the', 'brand', 'was', 'not', 'stated', 'on', 'the', 'produ', ',4,1,95', 'general', 'tops', 'knits'] ['16330,1081,38', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16331,1081,44', 'simple', 'soft', 'and', 'put', 'together', 'this', 'tunic', 'dress', 'is', 'an', 'easy', 'go', 'to', 'outfit', 'it', 'looks', 'put', 'together', 'immediately', 'it', 'is', 'soft', 'and', 'comfortable', 'i', 'ordered', 'the', 'regular', 'xs', 'even', 'though', 'typically', 'i', 'prefer', 'petite', 'sizing', 'this', 'dress', 'is', 'above', 'my', 'knees', 'in', 'the', 'front', 'i', 'am', '5', '4', 'and', 'weight', 'about', '118', 'i', 'would', 'have', 'ordered', 'a', 'petite', 'size', 'but', 'had', 'previously', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'knew', 'the', 'regular', 'sizing', 'was', 'a', 'good', 'fit', 'for', 'me', 'in', 'the', 'store', 'i', 'tried', 'the', 'taupe', 'color', 'which', 'seemed', 'a', 'bit', 'see', 'through', 'i', 'ordered', 'the', 'green', 'and', 'it', 'is', 'a', 'lovely', 'shade', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16332,364,53', ',this', 'sweater', 'would', 'have', 'been', 'a', 'better', 'fit', 'for', 'me', 'if', 'the', 'sleeves', 'were', 'slightly', 'larger', 'and', 'had', 'a', 'button/snap', 'on', 'the', 'front', 'the', 'material', 'is', 'soft', 'and', 'comfortable', 'black', 'pairs', 'well', 'with', 'jeans.,4,1,0', 'general', 'petite', 'intimate', 'lounge'] ['16333,867,41', 'great', 'top', 'this', 'top', 'fits', 'nicely', 'lays', 'nicely', 'and', 'washed', 'nicely', 'i', 'purchased', 'the', 'same', 'shirt', 'in', 'other', 'colors', 'because', 'it', 'was', 'such', 'a', 'great', 'purchase', 'i', 'am', 'short', 'and', 'it', 'was', 'not', 'too', 'long', 'and', 'not', 'clingy', ',5,1,0', 'general', 'tops', 'knits'] ['16334,364,40', 'love', 'this', 'very', 'comfy', 'and', 'warm', 'i', 'love', 'this', 'i', 'bought', 'the', 'xs', 'even', 'though', 'i', 'am', 'usually', 'a', 's', 'or', 'xs.,5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['16335,867,66', 'festoon', 'tee', 'true', 'to', 'size', 'and', 'lovely', 'colors', 'bought', 'this', 'for', 'my', 'granddaughter', 'and', 'she', 'loved', 'it.,5,1,0', 'general', 'tops', 'knits'] ['16336,1081,44', ',,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16337,1065,29', 'awesome', 'buy', 'i', 'am', 'so', 'happy', 'i', 'took', 'a', 'chance', 'on', 'this', 'jumpsuit', 'i', 'am', 'post-baby', 'six', 'weeks', 'and', 'although', 'i', 'intend', 'on', 'slimming', 'down', 'more', 'i', 'would', 'say', 'that', 'it', 'is', 'flattering', 'even', 'at', 'my', 'current', 'size', 'and', 'it', 'will', 'only', 'get', 'better'] ['the', 'quality', 'and', 'color', 'are', 'great', ',5,1,8', 'general', 'bottoms', 'pants'] ['16338,364,23', 'super', 'cute', 'cardigan', 'can', 'wear', 'it', 'with', 'black', 'tights', 'and', 'boots', 'or', 'shorts', 'when', 'it', 'starts', 'warming', 'up', 'the', 'color', 'is', 'great', 'i', 'was', 'hesitant', 'about', 'buying', 'it', 'but', 'thankful', 'i', 'did', 'will', 'probably', 'buy', 'it', 'in', 'the', 'black', 'too', ',5,1,2', 'general', 'petite', 'intimate', 'lounge'] ['16339,867,50', 'very', 'easy', 'to', 'wear', 'the', 'material', 'is', 'soft', 'maybe', 'not', 'the', 'best', 'quality', 'and', 'the', 'cut', 'is', 'easy', 'to', 'wear', 'i', 'have', 'both', 'colors', 'and', 'love', 'them', 'they', 'wash', 'nicely', 'and', 'i', 'like', 'the', 'baseball', 'cut', 'at', 'the', 'bottom', 'i', 'especially', 'like', 'the', 'print', 'at', 'the', 'neck', 'line', 'very', 'cute', 'and', 'feminine', ',5,1,0', 'general', 'tops', 'knits'] ['16340,1081,43', 'perfect', 'for', 'work', 'i', 'purchased', 'this', 'for', 'travel', 'for', 'a', 'work', 'meeting', 'i', 'paired', 'black', 'slim', 'pants', 'under', 'with', 'heels-'] ['i', 'added', 'a', 'long', 'simple', 'necklace', 'and', 'it', 'was', 'perfection', 'after', 'getting', 'a', 'little', 'wrinkled', 'in', 'my', 'suitcase', 'i', 'simply', 'hung', 'up', 'while', 'i', 'showered', 'and', 'the', 'wrinkles', 'fell', 'right', 'out'] ['it', 'was', 'comfortable', 'traveled', 'well', 'was', 'light', 'but', 'looked', 'very', 'professional', 'you', 'could', 'wear', 'tights', 'under', 'with', 'boots', 'or', 'i', 'can', 'see', 'in', 'the', 'spring', 'with', 'fun', 'nude', 'shoes'] ['dolan', 'always', 'hits', 'a', 'home', 'run-', 'every', 'dolan', 'piece', 'i', 'have', 'i', 'still', 'wear', 'years', 'l', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16341,822,56', 'orange', 'lace', 'part', 'runs', 'big', 'but', 'lining', 'is', 'small', 'i', 'snapped', 'this', 'up', 'under', 'the', '20', 'off', 'top', 'sale', 'and', 'free', 'shipping', 'because', 'it', 'looks', 'so', 'pretty', 'i', 'ordered', 'a', 'large', 'because', 'i', 'usually', 'take', 'a', 'large', 'or', 'xl', 'in', 'tops', 'it', 'is', 'huge', 'i', 'could', 'have', 'taken', 'a', 'medium', 'if', 'not', 'for', 'the', 'lining', 'which', 'is', 'tiny', 'the', 'lining', 'does', 'not', 'cover', 'the', 'chest', 'and', 'bra', 'area', 'and', 'hits', 'the', 'belly', 'button', 'area', 'while', 'the', 'orange', 'part', 'falls', 'down', 'to', 'the', 'hips', 'and', 'it', 'looks', 'like', 'a', 'block', 'and', 'makes', 'me', 'look', 'wide', 'who', 'needs', 'that', 'like', 'i', 'said', 'a', 'medium', 'would', 'fit', 'better', 'and', 'would', 'not', 'be', 'so', 'wide', 'but', 'i', 'fe', ',2,0,3', 'general', 'petite', 'tops', 'blouses'] ['16342,1078,30', ',,4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16343,1081,41', 'love', 'this', 'dress', 'i', "'ve", 'had', 'my', 'eye', 'on', 'this', 'dress', 'ever', 'since', 'i', 'saw', 'it', 'in', 'a', 'fall', 'catalog', 'my', 'daughter', "'s", 'name', 'is', 'tegan', 'and', 'this', 'is', 'exactly', 'the', 'style', 'i', 'love', 'simple', 'when', 'it', 'went', 'on', 'sale', 'i', 'was', 'lucky', 'enough', 'to', 'find', 'it', 'in', 'the', 'green', 'color', 'i', 'wanted', 'at', 'a', 'great', 'price', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'yet', 'flattering', 'it', "'s", 'a', 'must', 'have', 'now', 'i', 'want', 'to', 'get', 'this', 'in', 'black', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16344,880,45', 'love', 'this', 'top', 'i', 'love', 'this', 'top', 'and', 'can', 'not', 'wait', 'to', 'wear', 'it', 'the', 'material', 'is', 'a', 'nice', 'weight', 'the', 'color', 'is', 'pretty', 'and', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'comfortable', 'be', 'aware', 'that', 'it', 'does', 'have', 'an', 'elastic', 'waist', 'and', 'the', 'design', 'is', 'very', 'delicately', 'sewn', 'and', 'could', 'tear', 'easily', ',5,1,6', 'general', 'petite', 'tops', 'knits'] ['16345,867,57', 'hole', 'the', 'first', 'time', 'loved', 'this', 'top', 'on', 'model', 'even', 'happier', 'when', 'it', 'went', 'on', 'sale', 'sort', 'of', 'boxy', 'but', 'still', 'excited', 'then', 'within', 'one', 'day', 'there', 'was', 'hole', 'already', 'in', 'the', 'thin', 'tee', 'fabric', 'disappointed', 'my', 'other', 'tees', 'i', 'purchased', 'are', 'fine', ',3,1,0', 'general', 'tops', 'knits'] ['16346,933,58', 'love', 'this', 'sweater', 'only', 'negative', 'thing', 'is', 'that', 'it', 'sheds', 'and', 'even', 'that', 'is', 'not', 'really', 'very', 'negative', 'i', 'would', 'buy', 'it', 'again', 'in', 'a', 'heartbeat.,5,1,0', 'general', 'tops', 'sweaters'] ['16347,867,55', 'lovely', 'top', 'i', 'purchased', 'this', 'top', 'in', 'the', 'white', 'and', 'love', 'the', 'contrast', 'between', 'the', 'stripes', 'and', 'floral', 'pattern', 'around', 'the', 'neckline', 'it', 'fit', 'perfectly', 'however', 'i', "'m", 'concerned', 'that', 'it', 'might', 'shrink', 'because', 'then', 'it', 'would', 'be', 'too', 'short', 'i', 'am', '5', '3', 'tall', '120', 'lbs', 'and', 'small', 'busted', 'it', 'draped', 'really', 'nicely', 'small', 'would', 'give', 'me', 'a', 'little', 'more', 'length', 'but', 'may', 'be', 'too', 'loose', ',5,1,14', 'general', 'tops', 'knits'] ['16348,867,65', 'very', 'soft', 'cotton', 'knit', 'i', 'bought', 'this', 'in', 'the', 'grey', 'as', 'shown', 'in', 'the', 'photo', 'as', 'i', "'m", 'not', 'fond', 'of', 'horizontal', 'stripes', 'and', 'i', 'felt', 'the', 'striping', 'would', 'distract', 'from', 'the', 'floral', 'accent', 'of', 'this', 'tee', 'the', 'gray', 'is', 'light', 'and', 'as', 'pictured', 'in', 'the', 'photo'] [] ['i', 'bought', 'an', 'xl', 'and', 'the', 'fit', 'is', 'tailored', 'with', 'some', 'loose', 'flow', 'to', 'it', 'it', 'is', 'not', 'boxy', 'or', 'big', 'on', 'me'] [] ['the', 'fabric', 'is', 'a', 'soft', 'soft', 'thin', 'cotton', 'knit', 'and', 'very', 'cool', 'for', 'hot', 'muggy', 'summer', 'days', 'esp', 'in', 'the', 'southern', 'us', 'where', 'it', 'can', 'be', 'pretty', 'intense', 'since', 'i', 'bought', 'the', 'gray', 'it', "'s", 'not', 'sheer', 'al', ',3,1,3', 'general', 'tops', 'knits'] ['16349,1096,59', 'runs', 'very', 'small', 'i', 'love', 'this', 'dress', 'but', 'the', 'top', 'runs', 'very', 'small', 'i', 'am', '5', '5', '102', 'lbs', 'small', 'frame', 'and', 'the', '0', 'was', 'tight', '0', 'is', 'my', 'go', 'to', 'size', 'at', 'retailer', 'i', 'had', 'to', 'return', 'it', 'i', 'wish', 'i', 'had', 'bought', 'the', '2', 'now', ',5,1,1', 'general', 'dresses', 'dresses'] ['16350,1081,48', 'please', 'get', 'this', 'dress', 'back', 'in', 'red', 'i', 'love', 'this', 'dress', 'and', 'was', 'hoping', 'to', 'get', 'it', 'in', 'more', 'colors', 'i', 'was', 'bummed', 'when', 'my', 'size', 'xs', 'regular', 'was', 'out', 'of', 'stock', 'i', 'would', "'ve", 'even', 'ordered', 'it', 'in', 'a', 's', 'regular', 'but', 'that', 'was', 'out', 'of', 'stock', 'too', 'please', 'get', 'more', 'in', 'love', 'the', 'deep', 'red', 'color', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16351,199,40', ',gorgeous', 'fabric', 'love', 'the', 'crochet', 'back', 'of', 'top', 'cut', 'out', 'sides', 'of', 'bottoms', 'runs', 'small', 'i', "'m", '34a', 'small', 'top', 'fit', '26-36', 'medium', 'bottoms', 'fit.,5,1,2', 'initmates', 'intimate', 'swim'] ['16352,364,48', 'too', 'much', 'material', 'beautiful', 'color', 'and', 'softness', 'very', 'warm', 'but', 'the', 'front', 'is', 'way', 'too', 'much', 'material', 'it', 'just', 'was', "n't", 'flattering', 'the', 'way', 'i', 'wanted', 'it', 'to', 'be', 'perhaps', 'on', 'a', 'taller', 'woman', 'this', 'would', 'work', ',3,0,1', 'general', 'petite', 'intimate', 'lounge'] ['16353,1081,44', 'so', 'chic', 'this', 'dress', 'drapes', 'beautifully', 'and', 'fits', 'tts', 'i', 'purchased', 'the', 'green', 'colour', 'in', 'a', 'petite', 'small', 'for', 'reference', 'i', 'am', '5', '2', 'and', '120', 'lbs', 'rather', 'than', 'feeling', 'clingy', 'this', 'dress', 'skims', 'the', 'body', 'and', 'hides', 'trouble', 'spots', 'while', 'highlighting', 'everything', 'i', 'like', 'about', 'myself', 'for', 'that', 'reason', 'i', 'went', 'ahead', 'and', 'paid', 'full', 'price', 'with', 'no', 'regrets', 'looks', 'fantastic', 'with', 'black', 'tights', 'and', 'black', 'ankle', 'boots', 'or', 'bare', 'legs', 'with', 'cowboy', 'booties', 'highly', 'recommend', ',5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16354,1087,30', 'i', 'said', 'yes', 'i', 'wore', 'this', 'dress', 'to', 'dinner', 'right', 'after', 'my', 'boyfriend', 'proposed', 'to', 'me', 'it', 'will', 'be', 'perfect', 'to', 'wear', 'to', 'any', 'bridal', 'event', 'like', 'a', 'bridal', 'shower', 'rehearsal', 'dinner', 'or', 'engagement', 'party', 'i', 'ordered', 'a', 'size', '0', 'and', '2.', 'the', 'mock', 'neck', 'is', 'a', 'bit', 'snug', 'there', 'was', "n't", 'any', 'difference', 'really', 'between', 'a', 'size', '0', 'or', '2', 'so', 'i', 'kept', 'the', 'size', '0', 'since', 'it', 'fit', 'better', 'in', 'the', 'waist', 'it', "'s", 'beautifully', 'made', 'and', 'feels', 'like', 'it', 'will', 'hold', 'up', 'well', 'it', "'s", 'casual', 'but', 'still', 'interesting', 'it', 'felt', 'just', 'a', 'bit', 'above', 'my', 'knees', 'a', 'perfect', 'length', 'i', 'paired', 'i', ',4,1,0', 'general', 'dresses', 'dresses'] ['16355,995,30', 'gorgeous', 'versatile', 'skirt', 'i', 'went', 'to', 'the', 'retailer', 'store', 'to', 'look', 'for', 'an', 'outfit', 'for', 'a', 'wedding', 'i', 'tried', 'on', 'a', 'lot', 'of', 'dresses', 'and', 'the', 'staff', 'was', 'super', 'helpful', 'with', 'pulling', 'items', 'and', 'making', 'recommendations', 'after', 'trying', 'on', 'their', 'pulls', 'i', 'browsed', 'the', 'store', 'for', 'myself', 'and', 'found', 'this', 'skirt', 'it', 'was', "n't", 'in', 'my', 'size', 'but', 'i', 'tried', 'it', 'on', 'anyway', 'and', 'paired', 'it', 'with', 'several', 'different', 'tops', 'recommended', 'by', 'staff', 'this', 'skirt', 'looks', 'great', 'with', 'every', 'top-black', 'cream', 'white', 'long', 'sleeve', 'no', 'sleeve', 'short', 'sleeve', 'i', 'thought', 'i', 'had', 'to', 'get', 'it', 'for', 'the', 'versat', ',5,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['16356,1059,59', ',very', 'cute', 'and', 'flattering', 'very', 'fitting', 'in', 'legs', 'and', 'thighs', 'and', 'i', 'have', 'fairly', 'slim', 'legs', 'i', 'am', 'a', 'size', '6', 'and', '6', 'was', 'very', 'snug', 'i', 'recommend', 'trying', 'these', 'on', 'in', 'store', 'or', 'trying', 'several', 'sizes', 'to', 'see', 'best', 'fit.,5,1,4', 'general', 'bottoms', 'pants'] ['16357,1087,63', 'i', "'m", '5', '8', 'and', 'a', '2/xs', 'and', 'this', 'fit', 'well', 'in', 'size', '2', 'waist', 'was', 'actually', 'a', 'bit', 'loose', 'unfortunately', 'the', 'waist', 'hit', 'at', 'least', '2', 'too', 'high', 'on', 'my', 'ribcage', 'not', 'cute', 'or', 'flattering', 'that', 'was', 'the', 'only', 'flaw', 'would', 'be', 'perfect', 'on', 'someone', 'about', '5', '6', 'otherwise', 'the', 'dress', 'looked', 'exactly', 'as', 'pictured', 'love', 'the', 'boho', 'vibe', 'of', 'this', 'dress', 'the', 'lace', 'sleeve', 'length', 'and', 'cotton', 'material', 'could', 'easily', 'be', 'dressed', 'up', 'or', 'down', 'the', 'style', 'feels', 'a', 'little', 'edgy', 'not', 'too', 'sweet', 'i', 'am', 'so', 'sad', 'to', 'return', 'this', ',4,1,0', 'general', 'dresses', 'dresses'] ['16358,1081,64', 'better', 'for', 'taller', 'women', 'i', 'am', 'a', 'petite', 'size', '10', 'and', '5', '39', '1', 'quot', 'i', 'love', 'the', 'fabric', 'and', 'style', 'of', 'the', 'dress', 'but', 'found', 'it', 'to', 'be', 'too', 'much', 'dress', 'for', 'me', 'the', 'skirt', 'is', 'very', 'full', 'and', 'with', 'the', 'top', 'i', 'feel', 'it', 'would', 'look', 'better', 'on', 'a', 'thin', 'taller', 'person', ',3,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16359,1022,29', 'heck', 'yes', 'these', 'are', 'my', 'saucy', 'fun', 'jeans', 'when', 'the', 'ps', 'brought', 'them', 'over', 'i', 'was', "n't", 'sure', 'about', 'them', 'but', 'at', '5', '3', 'they', 'make', 'the', 'perfect', 'ankle', 'jean', 'they', 'look', 'great', 'with', 'boots', 'and', 'are', 'so', 'comfy', 'i', 'typically', 'wear', 'a', '26-27', 'but', 'i', 'sized', 'down', 'in', 'these', 'because', 'they', "'re", 'a', 'lower', 'fit', 'on', 'me', 'and', 'i', 'wanted', 'the', 'waist', 'to', 'be', 'tight', 'as', 'the', 'darling', 'fiance', 'says', 'they', 'make', 'your', 'derriere', 'look', 'great', 'i', "'d", 'snag', 'these', 'on', 'sale', ',5,1,0', 'general', 'bottoms', 'jeans'] ['16360,1087,36', 'i', 'have', 'a', 'long', 'torso', 'and', 'wider', 'back/thick', 'middle', 'in', 'proportion', 'to', 'my', 'narrow', 'tights', 'i', 'was', 'worried', 'after', 'reading', 'other', 'reviewers', 'comments', 'for', 'reference', 'i', "'m", 'a', '2', 'in', 'pants', '26-27', 'in', 'jeans', 'xs', 'in', 'retailer', 'tops', 'but', 'for', 'floreat', 'and', 'maeve', 'i', "'m", 'always', 'a', '6.', 'i', 'ordered', 'a', 'size', '6', 'and', 'it', 'was', 'perfect', 'with', 'my', 'long', 'torso', 'i', 'expected', 'this', 'dress', 'to', 'fit', 'weird', 'but', 'it', 'was', 'perfection', 'in', 'love', 'i', 'wore', 'it', 'with', 'faryl', 'robin', 'lace', 'up', 'sandals', ',5,1,0', 'general', 'dresses', 'dresses'] ['16361,1022,30', 'love', 'i', 'love', 'ag', 'jeans', 'to', 'begin', 'with', 'but', 'even', 'still', 'sometimes', 'certain', 'styles', 'miss', 'the', 'mark', 'at', 'least', 'on', 'my', 'body', 'type', 'i', 'was', 'pleasantly', 'surprised', 'with', 'this', 'pair', 'and', 'even', 'though', 'they', 'are', 'pricey', 'i', 'could', "n't", 'pass', 'them', 'up', 'they', 'miraculously', 'stay', 'on', 'my', 'hips', 'and', 'i', 'do', "n't", 'find', 'myself', 'pulling', 'them', 'up', 'every', 'few', 'minutes', 'hallelujah', 'other', 'than', 'that', 'they', 'are', 'stretchy', 'and', 'soft', 'with', 'out', 'losing', 'their', 'shape', 'they', 'hit', 'right', 'at', 'the', 'ankle', 'for', 'me', '5', '2', 'the', 'hem', 'is', 'frayed', 'which', 'i', "'m", 'hoping', 'does', "n't", 'unravel', 'too', 'much', 'with', 'was', ',5,1,2', 'general', 'bottoms', 'jeans'] ['16362,1022,51', 'love', 'love', 'love', 'i', 'loved', 'the', 'color', 'and', 'style', 'then', 'put', 'them', 'on', 'and', 'did', "n't", 'take', 'them', 'off', 'they', 'are', 'so', 'comfortable', 'cane', 'believe', 'it', 'they', 'are', 'going', 'to', 'be', 'my', 'fall', 'staple,5,1,1', 'general', 'bottoms', 'jeans'] ['16363,1059,42', 'super', 'cute', 'form', 'fitting', 'good', 'neutral', 'i', 'saw', 'these', 'paired', 'with', 'the', 'denim', 'swing', 'tank', 'in', 'the', 'store', 'and', 'was', 'inspired', 'by', 'the', 'nautical', 'look', 'the', 'fit', 'was', 'a', 'little', 'snug', 'i', 'am', 'between', 'a', '4-6', 'in', 'pants', 'and', 'definitely', 'had', 'to', 'go', 'with', 'the', '6', 'and', 'even', 'that', 'was', 'a', 'little', 'tight', 'for', 'reference', 'i', 'am', '5', '6', 'and', '125', 'lbs', 'curvy', 'on', 'bottom', 'the', 'sales', 'lady', 'said', 'they', 'will', 'stretch', 'and', 'there', 'is', 'some', 'give', 'to', 'them', 'but', 'i', 'do', "n't", 'anticipate', 'a', 'lot', 'of', 'stretch', 'they', 'are', 'slim', 'fitting', 'all', 'the', 'way', 'down', 'and', 'are', 'flattering', 'to', 'the', 'rear', 'i', 'think', 'they', 'look', 'better', 'in', 'person', 'than', 'on', ',4,1,10', 'general', 'bottoms', 'pants'] ['16364,1086,30', 'lovely', 'dress', 'runs', 'large', 'lovely', 'lovely', 'dress', 'great', 'quality', 'unfortunately', 'runs', 'rather', 'large', 'at', 'the', 'hips', 'i', 'wear', 'a', 'size', '2', 'and', 'the', 'xs', 'fit', 'well', 'in', 'the', 'chest', 'but', 'large', 'at', 'the', 'hips', ',4,1,4', 'general', 'dresses', 'dresses'] ['16365,1076,60', 'just', 'as', 'pictured', 'and', 'a', 'great', 'casual', 'look.', 'i', 'ordered', 'this', 'dress', 'in', 'the', 'red', 'stripe', 'and', 'i', 'love', 'it', 'it', 'is', 'casual', 'and', 'easy', 'to', 'wear', 'with', 'flat', 'sandals', 'or', 'booties', 'the', 'dress', 'is', 'not', 'really', 'sheer', 'like', 'you', 'might', 'think', 'from', 'the', 'picture', 'and', 'it', 'included', 'a', 'nice', 'knit', 'under', 'slip', 'in', 'a', 'pale', 'peachy', 'pink', 'shade', 'that', 'fits', 'true', 'to', 'size', 'as', 'well', 'the', 'dress', 'has', 'more', 'of', 'a', 'soft', 'woven', 'cotton', 'feel', 'to', 'it', 'the', 'slip', 'is', 'not', 'really', 'necessary', 'but', 'nice', 'that', 'it', 'is', 'included', 'i', 'looked', 'at', 'the', 'blue', 'color', 'but', 'it', 'looks', 'more', 'like', 'a', 'tunic', 'in', 'the', 'pictures', 'i', 'think', 'that', 'the', 'looks', 'are,5,1,2', 'general', 'dresses', 'dresses'] ['16366,872,46', 'i', 'do', "n't", 'usually', 'go', 'for', 'the', 'tenty', 'cut', 'in', 'a', 'blouse', 'but', 'this', 'one', 'has', 'such', 'pretty', 'detail', 'and', 'with', 'a', 'little', 'cardy', 'looks', 'great', 'love', 'the', 'black', 'and', 'white', 'detail', 'and', 'embroidery', ',5,1,4', 'general', 'tops', 'knits'] ['16367,1087,29', 'pretty', 'but', 'very', 'modest', 'this', 'dress', 'has', 'great', 'details', 'and', 'fit', 'well', 'on', 'my', 'hourglass', 'shape', 'it', 'just', 'felt', 'too', 'covered', 'up', 'at', 'the', 'arms/shoulders', 'though', 'if', 'the', 'sleeves', 'had', 'been', 'shorter', 'or', 'it', 'had', 'been', 'sleeveless', 'i', 'think', 'it', 'would', 'have', 'felt', 'a', 'little', 'more', 'modern', 'the', 'waistband', 'on', 'the', 'one', 'i', 'tried', 'on', 'was', 'also', 'twisted', 'so', 'you', 'might', 'want', 'to', 'check', 'that', 'before', 'you', 'buy'] [] ['fit', 'is', 'tts', 'a', 'little', 'on', 'the', 'short', 'side', ',4,1,1', 'general', 'dresses', 'dresses'] ['16368,1022,40', 'ag', 'is', 'amazing', 'as', 'always', 'i', 'love', 'the', 'perfect', 'length', 'of', 'these', 'i', 'am', '5', '6', 'and', 'i', 'love', 'subtle', 'capris', 'which', 'are', 'very', 'hard', 'to', 'find', 'unless', 'i', 'tailor', 'them', 'of', 'course', 'but', 'these', 'are', 'the', 'perfect', 'length', 'and', 'the', 'color', 'is', 'great', 'i', 'have', 'worn', 'them', 'twice', 'and', 'was', 'stopped', 'over', 'and', 'over', 'again', 'by', 'people', 'asking', 'who', 'made', 'them', 'new', 'favorite', 'the', 'waist', 'runs', 'a', 'little', 'tight', 'but', 'legs', 'and', 'tush', 'are', 'true', 'to', 'size', ',5,1,1', 'general', 'bottoms', 'jeans'] ['16369,1051,67', 'great', 'pant', 'i', 'love', 'this', 'pant', 'it', 'is', 'so', 'soft', 'and', 'has', 'some', 'stretch', 'in', 'it', 'the', 'first', 'pair', 'i', 'tried', 'in', 'a', 'size', '10', 'and', 'the', 'sales', 'associate', 'suggested', 'trying', 'a', 'size', '12', 'as', 'ithis', 'pant', 'should', 'not', 'fit', 'tight', 'as', 'it', 'is', 'a', 'trouser', 'tie', '12', 'is', 'perfect', 'it', 'reminds', 'me', 'of', 'a', 'retro', 'pant', 'which', 'i', 'love', ',5,1,1', 'general', 'petite', 'bottoms', 'pants'] ['16370,1076,64', ',i', 'ordered', 'this', 'in', 'the', 'red', 'stripe', 'material', 'i', 'love', 'it', 'it', 'is', 'so', 'soft', 'and', 'easy', 'to', 'wear', 'i', "'m", 'wearing', 'it', 'as', 'a', 'bathing', 'suit', 'cover', 'a', 'nice', 'pink', 'slip', 'is', 'included.,5,1,0', 'general', 'dresses', 'dresses'] ['16371,1081,56', 'stunning', 'dress', 'i', 'bought', 'this', 'dress', 'to', 'wear', 'to', 'a', 'fall', 'wedding', 'it', 'is', 'absolutely', 'gorgeous', 'the', 'actual', 'fabric', 'is', 'much', 'more', 'detailed', 'in', 'person', 'sizing', 'is', 'accurate', 'the', 'dress', 'is', 'knee', 'length', 'there', 'is', 'a', 'little', 'tulle', 'underneath', 'to', 'give', 'it', 'the', 'a-line', 'shape.,5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['16372,1022,51', 'runs', 'small', 'i', 'am', 'a', 'pretty', 'consistent', 'size', '2', 'or', '26.', 'ordered', 'these', 'in', 'my', 'usual', '26', 'and', 'yikes', 'right', 'out', 'of', 'the', 'package', 'knew', 'they', 'd', 'be', 'way', 'to', 'small', 'they', 'have', 'a', 'lot', 'of', 'stretch', 'in', 'them', 'so', 'i', 'was', 'able', 'to', 'get', 'them', 'buttoned', 'but', 'they', 'were', 'wayyyy', 'too', 'small', 'and', 'looked', 'awful', 'i', 'returned', 'them', 'for', 'a', '27', 'which', 'i', 'am', 'still', 'waiting', 'for', 'i', "'ll", 'update', 'this', 'review', 'when', 'they', 'arrive', 'other', 'than', 'the', 'size', 'issue', 'they', 'were', 'just', 'as', 'pictured/expected', ',3,1,1', 'general', 'bottoms', 'jeans'] ['16373,956,39', 'great', 'cardigan', 'if', 'you', "'re", 'very', 'small-framed', 'and/or', 'petite', 'i', 'would', 'size', 'down', 'in', 'this', 'unless', 'you', 'want', 'a', 'really', 'slouchy', 'look', 'and', 'fit'] [] ['i', 'have', 'very', 'broad', 'shoulders', 'and', 'very', 'large', 'biceps', 'and', 'typically', 'wear', 'a', 'm/l', 'in', 'retailer', 'tops', 'sometimes', 'if', 'a', 'top', 'is', 'a', 'pullover', 'style', 'as', 'opposed', 'to', 'button-down', 'i', 'have', 'to', 'size', 'up', 'to', 'a', '12', 'to', 'get', 'the', 'top', 'to', 'accommodate', 'my', 'shoulder', 'width', 'and', 'biceps', 'so', 'i', 'was', 'leery', 'the', 'size', '8/italian', '44', 'would', 'fit', 'but', 'it', 'does', 'with', 'room', 'to', 'spare', 'albeit', 'it', 'is', 'not', 'as', 'loose', 'or', 'long', 'in', 'the', 'ar', ',4,1,5', 'general', 'jackets', 'jackets'] ['16374,1022,41', 'cute', 'jeans', 'but', 'they', 'hit', 'me', 'a', 'little', 'higher', 'on', 'the', 'calf', 'than', 'i', 'would', 'like', 'so', 'sadly', 'i', 'will', 'be', 'returning', 'them', ',4,1,1', 'general', 'bottoms', 'jeans'] ['16375,1059,46', ',,5,1,0', 'general', 'bottoms', 'pants'] ['16376,1022,34', 'great', 'alternative', 'to', 'black', 'pants', 'i', 'really', 'like', 'these', 'they', "'re", 'not', 'too', 'distressed', 'and', 'the', 'frayed', 'ankle', 'looks', 'great', 'not', 'too', 'casual', 'that', 'you', 'could', "n't", 'wear', 'them', 'to', 'the', 'office', 'the', 'length', 'is', 'perfect', 'on', 'me', 'i', "'m", '5', '1', 'i', 'can', 'wear', 'them', 'with', 'sandals', 'and', 'booties', 'without', 'having', 'to', 'roll', 'them', 'up', 'they', 'do', 'run', 'about', 'one', 'size', 'small', 'i', "'m", '5', '1', '120', 'lbs', 'a', 'slightly', 'curvey', 'petite', 'and', 'the', '27', 'fit', 'best', ',4,1,4', 'general', 'bottoms', 'jeans'] ['16377,1051,67', 'my', 'view', 'on', 'sizing', 'based', 'on', 'other', 'reviews', 'i', 'ordered', 'these', 'trousers', 'in', 'my', 'regular', 'size', '8', 'dark', 'grey', 'and', 'up', 'one', 'size10', 'black', 'motif', 'the', 'size', '8', 'fit', 'perfectly', 'and', 'the', 'size', '10', 'are', 'too', 'big', 'returning', 'i', 'am', 'not', 'sure', 'what', 'the', 'other', 'reviewers', 'experienced', 'but', 'size', '8', 'in', 'this', 'brand', 'fits', 'regardless', 'of', 'style', 'i', 'also', 'prefer', 'the', 'solid', 'grey', 'but', 'that', 'is', 'just', 'a', 'personal', 'choice', 'i', 'felt', 'the', 'black', 'motif', 'trousers', 'looked', 'like', 'pajama', 'bottoms', ',5,0,0', 'general', 'petite', 'bottoms', 'pants'] ['16378,1059,57', 'stripes', 'are', 'not', 'my', 'friend.', 'these', 'ran', 'very', 'small', 'compared', 'to', 'other', 'charlie', 'pants', 'i', "'ve", 'bought', 'in', 'the', 'past', 'even', 'sizing', 'up', 'the', 'stripes', 'were', 'not', 'flattering', 'the', 'lady', 'in', 'the', 'next', 'dressing', 'room', 'over', 'tried', 'them', 'on', 'too', 'and', 'had', 'the', 'same', 'feeling', 'i', 'did', 'the', 'less', 'curvy', 'you', 'are', 'the', 'better', 'stripes', 'look', 'they', 'more', 'curvy', 'you', 'are', 'the', 'less', 'flattering', 'stripes', 'on', 'pants', 'look', 'the', 'way', 'the', 'stripes', 'come', 'together', 'at', 'the', 'seams', 'just', 'is', "n't", 'flattering', ',3,0,7', 'general', 'bottoms', 'pants'] ['16379,890,62', 'dissapointed', 'i', 'was', 'sooo', 'excited', 'to', 'buy', 'this', 'top', 'and', 'it', 'was', 'such', 'a', 'bummer', 'this', 'top', 'hangs', 'so', 'poorly', 'and', 'is', 'so', 'droopy', 'under', 'the', 'arms', 'it', "'s", 'clearly', 'poorly', 'made', 'and', 'the', 'sizing', 'was', 'way', 'off', 'on', 'me', 'i', 'ordered', 'my', 'usual', 'medium', 'and', 'it', 'was', 'so', 'large', 'and', 'wide', 'that', 'i', 'had', 'to', 'return', 'it', 'it', 'weirdly', 'fit', 'perfectly', 'in', 'the', 'shoulders', 'and', 'arm', 'length', 'as', 'mediums', 'do', 'for', 'me', 'but', 'was', 'so', 'wide', 'and', 'unflattering', 'for', 'my', 'figure', '5', '8', 'and', 'athletic', 'i', 'really', 'wanted', 'to', 'like', 'this', 'top', 'and', 'considered', 'ordering', 'a', 'small', 'to', 'see', 'if', 'it', 'would', 'fit', 'better', 'bu,2,0,0', 'general', 'tops', 'fine', 'gauge'] ['16380,1075,32', 'the', 'most', 'beautiful', 'clothing', 'item', 'i', 'own', 'i', 'saw', 'this', 'on', 'the', 'rack', 'and', 'tried', 'it', 'on', 'because', 'it', 'was', 'just', 'so', 'beautiful', 'the', 'beading', 'and', 'embroidery', 'details', 'are', 'unlike', 'any', 'piece', 'of', 'clothing', 'i', "'ve", 'seen', 'in', 'a', 'ready-to-wear', 'store', 'it', 'feels', 'and', 'wears', 'much', 'more', 'like', 'a', 'couture', 'piece'] ['i', 'was', "n't", 'planning', 'on', 'making', 'such', 'a', 'big', 'purchase', 'but', 'it', "'s", 'just', 'so', 'beautiful', 'i', 'had', 'to', 'have', 'it', 'i', 'doubt', 'i', "'ll", 'find', 'another', 'item', 'of', 'such', 'quality', 'and', 'craftsmanship', 'for', 'the', 'price'] ['runs', 'large-', 'i', "'m", 'normally', 'a', 'size', '6', '135lbs', 'and', 'the', 'size', '4', 'fit', 'perfectly', ',5,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16381,1022,27', 'perfect', 'ankle', 'jean', 'for', 'petites', 'i', 'love', 'ag', 'for', 'their', 'soft', 'stretchy', 'denim', 'and', 'flattering', 'fit', 'bought', 'these', 'today', 'and', 'could', "n't", 'be', 'happier', 'i', 'usually', 'order', 'stevies', 'in', 'the', 'petite', 'ankle', 'size', 'but', 'the', 'regular', 'capri', 'length', 'fit', 'perfectly', 'skimmed', 'my', 'ankle', ',5,1,5', 'general', 'bottoms', 'jeans'] ['16382,1022,48', 'these', 'are', 'a', 'hit', 'i', 'am', 'a', 'big', 'fan', 'of', 'ag', 'i', "'m", 'sure', 'i', 'have', '15-20', 'pairs', 'i', 'will', 'say', 'that', 'i', 'have', 'rejected', 'some', 'of', 'their', 'offerings', 'in', 'the', 'past', 'because', 'the', 'fabric', 'has', 'been', 'weird', 'denim', 'that', 'is', 'so', 'stretchy', 'it', 'does', "n't", 'look', 'like', 'real', 'denim', 'fabric', 'is', 'so', 'thin', 'it', 'shows', 'every', 'lump', 'or', 'bump', 'etc', 'so', 'i', "'m", 'always', 'cautious', 'especially', 'with', 'their', 'stretch', 'twill', 'that', 'aside', 'these', 'particular', 'jeans', 'in', 'this', 'gray', 'color', 'are', 'awesome', 'ag', 'nailed', 'it', 'great', 'color', 'supportive', 'slimming', 'fabric', 'great', 'length', 'and', 'rise', 'a', 'job', 'well', 'done', 'ag'] [] ['howe', ',5,1,3', 'general', 'bottoms', 'jeans'] ['16383,872,43', 'nice', 'choice', 'if', 'you', 'want', 'a', 'design', 'i', 'was', 'hesitant', 'to', 'order', 'this', 'top', 'since', 'i', 'didnt', 'know', 'how', 'well', 'the', 'design', 'would', 'be', 'made', 'on', 'the', 'front', 'i', 'liked', 'it', 'but', 'sometimes', 'items', 'are', 'different', 'when', 'you', 'get', 'them', 'this', 'shirt', 'was', 'as', 'pictured', 'the', 'design', 'is', 'well', 'made', 'and', 'there', 'are', 'no', 'stray', 'strings', 'and', 'i', 'think', 'it', "'s", 'probably', 'one', 'of', 'the', 'nicer', 'designs', 'available', 'the', 'top', 'iis', 'a', 'dressier', 'fabric', 'but', 'can', 'be', 'worn', 'with', 'jeans', 'as', 'well', 'as', 'dress', 'pants', 'also', 'some', 'shirts', 'with', 'this', 'cut', 'are', 'skimpy', 'in', 'the', 'front', 'and', 'leave', 'more', 'skin', 'exposed', 'than', 'what', 'you', 'see', 'here', 't', ',5,1,10', 'general', 'tops', 'knits'] ['16384,3,36', ',i', 'love', 'this', 'sweater', 'definite', 'classic', 'i', 'get', 'lots', 'of', 'compliments', 'on', 'it.,5,1,0', 'general', 'tops', 'sweaters'] ['16385,1087,27', ',i', 'love', 'this', 'dress', ',5,1,3', 'general', 'dresses', 'dresses'] ['16386,872,45', 'lots', 'of', 'compliments', 'i', 'bought', 'this', 'top', 'in', 'the', 'wine', 'color', 'i', 'just', 'love', 'it', 'as', 'soon', 'as', 'i', 'wore', 'it', 'i', 'received', 'compliments', 'because', 'it', 'has', 'so', 'many', 'unique', 'details', 'i', 'bought', 'a', 'medium', 'and', 'it', 'was', 'just', 'the', 'right', 'size.,5,1,0', 'general', 'tops', 'knits'] ['16387,1081,44', 'jewel', 'tone', 'gorgeous', 'the', 'fabric', 'is', 'breathtaking', 'both', 'the', 'jewel', 'tone', 'colors', 'and', 'the', 'burnt', 'velvet', 'that', 'would', 'flatter', 'any', 'skin', 'tone', 'as', 'usual', 'eva', 'franco', 'clothes', 'run', 'small', 'so', 'i', 'went', 'up', 'a', 'size', 'size', 'regular', '6', 'i', 'am', '5ft2in', '34b', '26', 'waist', '36', 'hips', 'fit', 'well', 'the', 'hem', 'is', 'below', 'my', 'knees', 'appropriate', 'for', 'work', 'but', 'i', 'think', 'it', 'would', 'look', 'better', 'as', 'a', 'skirt', 'or', 'a', 'sheath', 'dress', 'the', 'top', 'part', 'looks', 'strange', 'does', 'not', 'enhance', 'any', 'curve', 'and', 'turns', 'the', 'dress', 'to', 'frumpy', 'on', 'short', 'folks', 'like', 'me', 'thus', 'one', 'star', 'off', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16388,927,68', 'weird', 'when', 'i', 'tried', 'this', 'top', 'on', 'i', 'started', 'laughing', 'the', 'two', 'rows', 'of', 'ruffles', 'are', 'made', 'of', 'a', 'starchy', 'thick', 'cotton', 'which', 'instead', 'of', 'falling', 'by', 'the', 'hips', 'juts', 'out', 'like', 'wings', 'it', "'s", 'also', 'huge', 'cute', 'idea', 'wrong', 'material', 'and', 'placement', ',1,0,5', 'general', 'tops', 'sweaters'] ['16389,1060,33', 'super', '70s', 'whoa', 'these', 'are', 'very', 'high-waisted', 'but', 'i', 'think', 'i', 'like', 'it', 'this', 'is', 'a', 'very', '70s', 'style', 'with', 'the', 'high', 'waist', 'and', 'wide', 'legs', 'the', 'brown', 'motif', 'is', 'kinda', 'funky', 'i', 'am', 'a', '70s/vintage', 'lover', 'though', 'so', 'i', 'was', 'pleasantly', 'surprised', 'the', 'tall', 'length', 'is', 'more', 'than', 'adequately', 'long', 'for', 'my', '6', '2', 'frame', 'i', 'may', 'need', 'to', 'take', 'them', 'up', 'a', 'little', 'bit', 'in', 'fact', ',4,1,0', 'general', 'bottoms', 'pants'] ['16390,993,41', 'beautiful', 'but', 'tight', 'this', 'skirt', 'fit', 'but', 'is', 'very', 'body', 'con', 'if', 'you', 'are', 'not', 'comfortable', 'with', 'such', 'a', 'tight', 'fit', 'consider', 'sizing', 'up', 'overall', 'the', 'design', 'is', 'beautiful', 'and', 'the', 'fabric', 'is', 'heavy', 'hides', 'bumps', 'i', 'plan', 'on', 'ordering', 'one', 'size', 'up', 'hoping', 'that', 'the', 'waist', 'is', 'not', 'too', 'big', ',4,1,16', 'general', 'bottoms', 'skirts'] ['16391,927,48', 'strange', 'fit', 'this', 'looks', 'like', 'the', 'perfect', 'easy', 'sweater', 'with', 'the', 'white', 'shirt', 'appeal', 'to', 'it', 'but', 'sadly', 'the', 'fit', 'of', 'this', 'number', 'is', 'really', 'off', 'it', 'looks', 'more', 'like', 'a', 'tent', 'it', 'must', 'have', 'been', 'clipped', 'in', 'the', 'back', 'or', 'something', 'i', 'can', 'not', 'see', 'any', 'scenario', 'in', 'which', 'this', 'would', 'look', 'good', ',1,0,1', 'general', 'tops', 'sweaters'] ['16392,1086,51', 'good', 'summer', 'dress', 'better', 'fit', 'than', 'pictured', 'i', "'m", '5', '5', 'and', 'about', '115', '35-36', 'hip', 'and', 'small', 'bust', 'the', 'xxs', 'petite', 'is', 'a', 'nice', 'fit', 'and', 'does', "n't", 'hang', 'straight', 'down', 'as', 'it', 'does', 'on', 'the', 'model', 'it', 'has', 'some', 'shape', 'around', 'my', 'hips', 'and', 'the', 'slit', 'is', 'slightly', 'above', 'my', 'knee', 'overall', 'legnth', 'also', 'shorter', 'than', 'shown', 'good', 'it', "'s", 'not', 'colorfast', 'when', 'you', 'receive', 'it', 'so', 'be', 'careful', 'wearing', 'light', 'colored', 'underwear', 'and', 'maybe', 'wash', 'with', 'only', 'very', 'dark', 'colors', 'the', 'first', 'time', 'or', 'two', 'i', 'tried', 'a', 'regular', 'xs', 'in', 'store', 'at', 'first', 'and', 'it', 'fit', 'more', 'like', 'the', 'photos', 'more', 'of', 'a', 'beac', ',4,1,0', 'general', 'dresses', 'dresses'] ['16393,1086,27', 'love', 'it', 'i', 'saw', 'this', 'dress', 'on', 'the', 'girl', 'working', 'the', 'fitting', 'room', 'at', 'my', 'local', 'store', 'she', 'had', 'it', 'knotted', 'in', 'the', 'front', 'with', 'some', 'cute', 'cognac', 'sandals', 'i', 'immediately', 'fell', 'in', 'love', 'i', 'tried', 'on', 'the', 'xs', 'my', 'normal', 'size', 'and', 'it', 'fit', 'like', 'a', 'dream', 'so', 'comfortable', 'it', 'was', 'a', 'little', 'pricey', 'so', 'i', 'held', 'off', 'but', 'could', "n't", 'stop', 'thinking', 'about', 'it', 'i', 'went', 'back', 'the', 'next', 'day', 'caved', 'purchased', 'it', "'s", 'one', 'of', 'my', 'favorite', 'dresses', 'for', 'summer', 'now', 'i', 'love', 'this', 'brand', 'so', 'i', 'was', "n't", 'surprised', ',5,1,4', 'general', 'dresses', 'dresses'] ['16394,867,42', 'great', 'detail', 'love', 'the', 'detail', 'of', 'this', 'top', 'however', 'it', 'runs', 'large', 'and', 'had', 'no', 'shape', 'on', 'me', ',3,1,1', 'general', 'tops', 'knits'] ['16395,927,56', 'poof', 'this', 'looks', 'so', 'cute', 'but', 'do', "n't", 'be', 'fooled', 'it', 'is', 'so', 'poofy', 'it', 'does', 'not', 'look', 'in', 'real', 'life', 'like', 'it', 'does', 'on', 'the', 'model', 'it', 'poofs', 'way', 'out', 'on', 'the', 'sides', 'and', 'looks', 'ridiculous', 'i', 'was', 'so', 'disappointed.,2,0,5', 'general', 'tops', 'sweaters'] ['16396,927,40', 'it', 'is', 'weird', 'but', 'at', 'the', 'same', 'time', 'unique', 'this', 'top', 'does', 'sit', 'weird', 'feels', 'like', 'a', 'circus', 'outfit', 'but', 'at', 'the', 'same', 'time', 'its', 'unique', 'in', 'its', 'own', 'way', 'i', 'ordered', 'a', 'large', 'and', 'it', 'was', 'true', 'to', 'size', 'in', 'shoulders', 'and', 'chest', 'area', 'but', 'larger', 'and', 'wider', 'waist', 'down', 'probably', 'because', 'of', 'the', 'way', 'this', 'top', 'is', 'styled', 'i', "'m", '6ft', 'tall', '160', 'lbs', 'i', 'have', 'curvy', 'body', 'and', 'small', 'chest', '34a', 'and', 'i', 'felt', 'that', 'top', 'was', 'a', 'little', 'too', 'cropped', 'for', 'my', 'long', 'torso', 'but', 'i', 'kind', 'of', 'liked', 'it', 'anyway', 'material', 'is', 'nice', 'and', 'soft', 'for', 'both', 'grey', 'wool', 'and', 'white', 'cotton', ',3,1,0', 'general', 'tops', 'sweaters'] ['16397,1086,48', 'more', 'versatile', 'than', 'you', 'may', 'think', 'i', "'m", "5'10", 'approximate', 'size', 'of', 'model', 'pictured', 'however', 'this', 'dress', 'is', 'at', 'least', '3', 'in', 'shorter', 'on', 'me', 'the', 'fabric', 'is', 'a', 'bit', 'thin', 'and', 'the', 'v-neck', 'is', 'quite', 'deep'] ['but', 'i', 'happily', 'wore', 'it', 'on', 'the', 'beaches', 'of', 'puerto', 'rico', 'added', 'a', 'jean', 'jacket', 'and', 'epice', 'scarf', 'and', 'wore', 'it', 'in', 'paris', 'last', 'week', 'i', 'wore', 'it', 'belted', 'as', 'i', 'saw', 'a', 'sales', 'associate', 'in', 'antro', 'do', 'with', 'an', 'open', 'weave', 'sweater', 'and', 'flip-flops', 'on', 'a', 'warm', 'boston', 'day', 'do', "n't", 'count', 'it', 'out', 'yet', 'it', 'really', 'is', 'a', 'chameleon', 'piece', 'that', 'you', 'can', 'wear', 'so', 'many', 'ways', ',5,1,8', 'general', 'dresses', 'dresses'] ['16398,829,41', 'great', 'top', 'for', 'summer', 'cute', 'easy', 'to', 'wear', 'perfect', 'little', 'top', 'will', 'go', 'with', 'so', 'many', 'things', 'the', 'scalloped', 'shoulders', 'add', 'such', 'a', 'nice', 'touch', 'i', "'m", 'a', 'solid', '8', 'with', 'a', 'pretty', 'large', 'chest', 'i', 'think', 'i', 'need', 'to', 'go', 'up', 'not', 'sure', 'about', 'to', 'order', 'a', '10', 'to', 'see', 'if', 'there', 'is', 'a', 'big', 'difference', 'so', 'if', 'you', 'have', 'a', 'larger', 'chest', 'you', 'may', 'want', 'to', 'order', 'two', 'sizes', ',5,1,4', 'general', 'petite', 'tops', 'blouses'] ['16399,829,45', 'cute', 'top', 'this', 'is', 'really', 'cute', 'with', 'a', 'statement', 'necklace', 'or', 'without', 'jeans', 'or', 'shorts', 'love', 'it.,5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16400,1086,34', 'very', 'thin', 'material', 'i', 'wanted', 'to', 'love', 'this', 'dress', 'as', 'the', 'length', 'cut', 'and', 'color', 'are', 'exactly', 'what', 'i', "'ve", 'been', 'looking', 'for', 'but', 'i', 'was', 'terribly', 'disappointed', 'in', 'how', 'thin', 'and', 'see', 'through', 'the', 'material', 'is', ',2,0,9', 'general', 'dresses', 'dresses'] ['16401,927,53', ',i', 'bought', 'this', 'sweater', 'and', 'love', 'it', 'one', 'of', 'my', 'favorites', 'this', 'season.,5,1,0', 'general', 'tops', 'sweaters'] ['16402,1086,40', ',the', 'dress', 'is', 'very', 'comfortable', 'but', 'runs', 'a', 'little', 'big', 'i', 'normally', 'wear', 'a', '4/s', 'and', 'the', 'small', 'fits', 'but', 'does', "n't", 'have', 'great', 'shape', 'i', "'ll", 'keep', 'it', 'and', 'wear', 'with', 'flip', 'flops', 'casually', 'but', 'was', 'hoping', 'it', 'could', 'transition', 'out', 'too', 'it', "'s", 'just', 'not', 'as', 'fitted', 'as', 'it', 'would', 'need', 'to', 'be,4,1,0', 'general', 'dresses', 'dresses'] ['16403,829,63', 'basic', 'black', 'bonus', 'just', 'a', 'little', 'scallop', 'makes', 'this', 'top', 'special'] ['if', 'your', 'on', 'the', 'edge', 'of', 'a', '10', 'i', 'suggest', 'sizing', 'up'] ['fabric', 'crisp-well', 'made', 'and', 'worth', 'full', 'price', ',5,1,6', 'general', 'petite', 'tops', 'blouses'] ['16404,993,39', 'lovely', 'i', 'love', 'love', 'love', 'this', 'skirt', 'very', 'flattering', 'i', 'am', '5', '7', ',125', 'with', 'a', '27', 'waist', 'and', 'ordered', 'a', 'size', '4', 'based', 'on', 'previous', 'reviews', 'yes', 'it', 'is', 'snug', 'through', 'the', 'hips', 'i', 'think', 'it', 'will', 'stretch', 'a', 'bit', 'with', 'wear', 'however', 'i', 'imagine', 'curvy', 'ladies', 'may', 'want', 'to', 'size', 'up', 'sadly', 'i', 'was', 'not', 'blessed', 'with', 'much', 'in', 'the', 'way', 'of', 'curves', 'the', 'material', 'is', 'thick', 'the', 'skirt', 'is', 'lined', 'the', 'print', 'is', 'beautiful', 'this', 'is', 'one', 'skirt', 'i', 'was', 'happy', 'to', 'pay', 'full', 'price', 'for', 'rather', 'than', 'risk', 'missing', 'it', ',5,1,0', 'general', 'bottoms', 'skirts'] ['16405,927,27', 'coloring', 'is', 'off', 'this', 'sweater', 'is', 'really', 'pretty', 'and', 'soft', 'in', 'real', 'life', 'but', 'if', 'you', 'purchase', 'the', 'coral', 'color', 'be', 'ready', 'for', 'a', 'little', 'bit', 'of', 'a', 'surprise', 'when', 'you', 'open', 'the', 'package', 'while', 'it', 'looks', 'more', 'orange', 'and', 'subdued', 'online', 'it', "'s", 'more', 'like', 'a', 'hot', 'pink', 'coral', 'in', 'real', 'life', 'definitely', 'more', 'pink', 'than', 'orange', 'and', 'far', 'more', 'vibrant', 'than', 'pictured', 'still', 'pretty', 'but', 'not', 'necessarily', 'my', 'taste', 'so', 'still', 'deciding', 'if', 'it', 'will', 'go', 'back', 'or', 'not', 'the', 'cut', 'and', 'fit', 'of', 'the', 'sweater', 'is', 'wonderful', 'though', 'it', "'s", 'so', 'soft', 'and', 'airy', 'but', 'definitely', ',4,1,6', 'general', 'tops', 'sweaters'] ['16406,1086,42', 'love', 'love', 'beautiful', 'soft', 'great', 'color', 'very', 'comfortable', ',5,1,5', 'general', 'dresses', 'dresses'] ['16407,1086,43', 'truly', 'versatile', 'i', 'have', 'worn', 'this', 'dress', 'with', 'a', 'jean', 'jacket', 'birkenstocks', 'or', 'a', 'dressier', 'wedged', 'sandal', 'it', 'washes', 'beautifully', 'and', 'is', 'super', 'soft', 'would', 'buy', 'in', 'different', 'colors', 'if', 'there', 'were', 'more', 'options', 'looks', 'better', 'in', 'person', ',5,1,3', 'general', 'dresses', 'dresses'] ['16408,927,55', 'weird', 'fit', 'fits', 'and', 'lots', 'nothing', 'like', 'picture', 'very', 'wide', 'like', 'a', 'tent', 'dress', ',1,0,3', 'general', 'tops', 'sweaters'] ['16409,993,37', 'great', 'color', 'combo', 'and', 'fabric', 'i', 'loved', 'this', 'skirt', 'but', 'it', 'was', 'slightly', 'too', 'small', 'i', 'did', 'not', 'realize', 'it', 'pockets', 'which', 'is', 'always', 'a', 'drawback', 'for', 'me', 'in', 'dresses/skirts', 'i', 'have', 'an', 'hour', 'glass', 'frame', 'and', 'the', 'extra', 'fabric', 'from', 'pockets', 'is', 'too', 'poofy', 'in', 'my', 'opinion', 'beautiful', 'color', 'and', 'high', 'quality', 'fabric/,4,1,0', 'general', 'bottoms', 'skirts'] ['16410,993,57', 'love', 'the', 'length', 'i', 'found', 'this', 'skirt', 'ran', 'very', 'small', 'and', 'i', 'had', 'to', 'go', 'up', 'a', 'size', 'from', 'what', 'i', 'usually', 'wear', 'maybe', 'it', 'is', 'meant', 'to', 'be', 'worn', 'really', 'tight', 'as', 'the', 'fabric', 'seems', 'to', 'contain', 'a', 'lot', 'of', 'spandex', 'i', 'really', 'like', 'the', 'longer', 'length', 'it', 'feels', 'like', 'a', 'good', 'sturdy', 'fabric', 'i', 'have', "n't", 'washed', 'it', 'yet', 'but', 'i', "'m", 'hoping', 'it', 'does', "n't", 'fade', 'or', 'shrink', ',4,1,2', 'general', 'bottoms', 'skirts'] ['16411,773,27', 'this', 'bra', 'is', 'very', 'cute', 'and', 'pretty', 'comfortable', 'i', 'usually', 'wear', 'between', 'a', '34d', 'in', 'elle', 'mcpherson', 'and', 'this', 'fit', 'perfect', 'i', 'got', 'it', 'in', 'black', 'and', 'while', 'it', "'s", 'really', 'cute', 'i', 'was', 'surprised', 'how', 'different', 'the', 'color', 'looked', 'in', 'person', 'vs.', 'online', 'online', 'it', 'looked', 'to', 'me', 'to', 'have', 'some', 'purple', 'to', 'it', 'but', 'it', 'is', 'definitely', '100', 'black', 'in', 'person', 'just', 'an', 'fyi', 'i', 'also', 'thought', 'the', 'tassel', 'was', 'cute', 'but', 'it', 'does', 'look', 'a', 'little', 'cheap', 'and', 'flimsy', 'in', 'person', 'still', 'a', 'great', 'bra', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['16412,993,29', 'so', 'cute', 'love', 'this', 'skirt', 'it', "'s", 'definitely', 'on', 'the', 'tight', 'side', 'but', 'is', 'a', 'stretchy', 'material', 'i', "'m", 'between', 'a', '6', 'and', 'an', '8', 'and', 'went', 'with', 'the', 'six', 'because', 'i', 'liked', 'the', 'way', 'it', 'hugged', 'my', 'curves', 'as', 'an', 'hourglass', 'shape', 'i', 'sometimes', 'have', 'problems', 'finding', 'pencil', 'skirts', 'they', 'either', 'fit', 'in', 'the', 'hips', 'and', 'are', 'big', 'at', 'the', 'waitband', 'or', 'the', 'other', 'way', 'around', 'this', 'one', 'fit', 'great', 'throughout', 'and', 'was', 'both', 'slimming', 'in', 'the', 'front', 'and', 'flattering', 'in', 'the', 'back', 'i', 'was', 'also', 'worried', 'that', 'if', 'i', 'tucked', 'anything', 'into', 'this', 'skirt', 'there', 'would', 'be', 'weird', ',5,1,1', 'general', 'bottoms', 'skirts'] ['16413,1086,48', 'great', 'dress', 'i', 'bought', 'this', 'dress', 'as', 'a', 'pool/beach', 'coverup', 'but', 'it', 'is', 'so', 'cute', 'i', 'think', 'i', 'will', 'also', 'wear', 'it', 'other', 'times', 'as', 'well', 'it', 'is', 'very', 'comfortable', 'and', 'lightweight', 'perfect', 'for', 'the', 'hot', 'weather.,5,1,0', 'general', 'dresses', 'dresses'] ['16414,1086,41', 'great', 'easy', 'dress', 'i', 'adore', 'this', 'dress', 'i', 'bought', 'a', 'little', 'over', 'a', 'month', 'ago', 'and', 'have', 'already', 'worn', 'it', 'many', 'times-', 'rare', 'for', 'me', 'it', 'is', 'so', 'easy', 'to', 'throw', 'on', 'and', 'yet', 'it', "'s", 'stylish', 'and', 'flattering-', 'i', 'do', "n't", 'have', 'the', 'time', 'or', 'energy', 'i', 'used', 'to', 'get', 'dressed', 'up', 'so', 'i', 'love', 'this', 'when', 'i', 'bought', 'it', 'it', 'was', 'knotted', 'on', 'one', 'side', 'in', 'the', 'front', 'that', "'s", 'the', 'only', 'way', 'i', 'wear', 'it', 'now', 'it', 'just', 'adds', 'something', 'to', 'it', 'and', 'gives', 'it', 'more', 'shape', 'i', "'ve", 'washed', 'it', 'several', 'times', 'laid', 'flat', 'to', 'dry', 'and', 'it', 'has', 'held', 'up', 'well', 'i', "'m", 'definitely', 'bookmarking', 'this', 'to', 'buy', ',5,1,1', 'general', 'dresses', 'dresses'] ['16415,1086,66', 'my', 'unexpected', 'new', 'favorite', 'simple', 'sexy', 'this', 'dress', 'looks', 'simple', 'but', 'man', 'is', 'it', 'unexpectedly', 'sexy', 'and', 'oh', 'so', 'comfortable', 'the', 'deep', 'v', 'neckline', 'and', 'side', 'slits', 'elevate', 'this', 'from', 'a', 'simple', 'tshirt', 'dress', 'to', 'something', 'else', 'add', 'just', 'the', 'right', 'accessories', 'and', 'this', 'dress', 'transforms', 'i', 'have', 'the', 'xs', 'and', 'its', 'just', 'roomy', 'enough', 'without', 'being', 'clingy', 'and', 'did', 'i', 'say', 'how', 'comfortable', 'it', 'is', 'the', 'fabric', 'is', 'perfectly', 'lightweight', 'without', 'being', 'flimsy', 'and', 'color', 'is', 'a', 'cool', 'saturated', 'denim', 'color', 'i', 'receive', 'compliments', 'every', 'time', 'i', 'wear', 'it', 'love', 'love', 'love', ',5,1,0', 'general', 'dresses', 'dresses'] ['16416,829,46', 'beautiful', 'blouse', 'this', 'is', 'a', 'beautiful', 'blouse', 'and', 'well', 'made', 'i', 'read', 'the', 'previous', 'reviews', 'and', 'i', "'m", 'usually', 'between', 'sizes', '8', 'and', '10', 'so', 'i', 'sized-up', 'and', 'ordered', 'size', '12', 'and', 'it', 'fits', 'well', 'i', 'purchased', 'the', 'pink', 'and', 'it', "'s", 'soo', 'pretty', 'i', "'m", 'very', 'satisfied', 'with', 'my', 'purchase', 'and', 'i', 'highly', 'recommend', 'this', 'blouse', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16417,1086,21', ',absolutely', 'amazing', 'a', 'must', 'staple', 'in', 'every', 'one', "'s", 'closet', 'this', 'season', 'i', 'purchased', 'the', 'dress', 'in', 'a', 'medium', 'for', 'a', 'more', 'relaxed', 'look/feel', 'the', 'silhouette', 'is', 'comfortable', 'and', 'makes', 'for', 'the', 'perfect', 'put', 'on,5,1,13', 'general', 'dresses', 'dresses'] ['16418,1086,44', 'tried', 'the', 'size', 'small', 'regular', 'me', '5', '6', '34/35a-28-36', 'straightish', 'shape', 'broader', 'shoulders'] ['it', "'s", 'described', 'as', 'slim', 'fit', 'but', 'i', 'found', 'the', 'small', 'to', 'be', 'a', 'loose', 'fit', 'on', 'me', 'i', 'would', 'almost', 'consider', 'trying', 'the', 'xs', 'if', 'i', 'wanted', 'something', 'less', 'baggy', 'but', 'i', 'think', 'the', 'style', 'is', 'meant', 'to', 'be', 'very', 'laidback', 'i', 'tried', 'to', 'picture', 'the', 'extra', 'material', 'i', 'had'] ['the', 'color', 'is', 'a', 'lovely', 'denim', 'blue', 'and', 'the', 'length', 'on', 'me', 'was', 'just', 'as', 'the', 'website', 'describes', 'deep', 'v', 'neck', 'but', 'not', 'to', 'the', 'point', 'where', 'i', 'feel', 'i', "'d", 'need', 'a', 'cami', 'those', 'of', ',5,1,27', 'general', 'dresses', 'dresses'] ['16419,1086,37', 'so', 'versatile', 'this', 'is', 'definitely', 'true', 'to', 'size', 'i', 'tried', 'both', 'the', 'small', 'and', 'medium', 'on', 'in', 'the', 'store', 'and', 'the', 'small', 'was', 'too', 'tight', 'this', 'is', 'meant', 'to', 'be', 'a', 'little', 'looser', 'like', 'a', 'tshirt', 'the', 'medium', 'was', 'spot', 'on', 'not', 'too', 'tight', 'and', 'not', 'too', 'baggy', 'i', 'think', 'it', "'s", 'a', 'fun', 'go', 'to', 'piece', 'that', 'can', 'be', 'worn', 'with', 'a', 'jean', 'jacket', 'and', 'sandels', 'or', 'booties', 'it', 'looks', 'like', 'denim', 'too', 'which', 'i', 'was', "n't", 'expecting', 'way', 'better', 'in', 'person', ',5,1,18', 'general', 'dresses', 'dresses'] ['16420,993,24', 'adorable', 'and', 'girly', 'i', 'received', 'this', 'skirt', 'today', 'and', 'am', 'absolutely', 'thrilled', 'as', 'a', 'short', 'and', 'curvy', 'lady', 'i', 'feel', 'most', 'comfortable', 'in', 'fuller', 'skirts', 'but', 'not', 'too', 'poofy', 'and', 'this', 'one', 'lies', 'perfectly', 'does', 'not', 'make', 'my', 'hips', 'look', 'wide', 'the', 'colors', 'are', 'soft', 'and', 'very', 'feminine', 'which', 'also', 'suits', 'my', 'style', 'it', 'may', 'seem', 'like', 'a', 'springtime', 'skirt', 'but', 'i', 'will', 'start', 'wearing', 'it', 'with', 'tights', 'and', 'a', 'sweater', 'right', 'away', ',5,1,9', 'general', 'bottoms', 'skirts'] ['16421,829,35', 'beautiful', 'color', 'unflattering', 'fit', 'loved', 'the', 'color', 'loved', 'the', 'scallops', 'wish', 'i', 'loved', 'it', 'on', 'me', 'the', 'poplin', 'fabric', 'is', 'very', 'structured', 'which', 'does', "n't", 'lend', 'to', 'a', 'nice', 'drape', 'the', 'bottom', 'hem', 'was', 'a', 'little', 'small', 'for', 'my', 'curvy', 'hips', 'so', 'the', 'top', 'rode', 'up', 'a', 'bit', 'on', 'me', 'looks', 'lovely', 'on', 'a', 'straighter', 'figure', 'but', 'was', "n't", 'amazing', 'for', 'me', ',3,0,1', 'general', 'petite', 'tops', 'blouses'] ['16422,927,57', 'i', 'love', 'this', 'sweater', 'i', 'read', 'the', 'earlier', 'reviews', 'on', 'this', 'and', 'though', 'i', 'agree', 'that', 'the', 'photo', 'here', 'does', 'not', 'show', 'how', 'wide', 'and', 'swingy', 'the', 'top', 'is', 'i', 'love', 'it', 'it', 'is', 'so', 'adorable', 'and', 'comfortable', 'i', 'bought', 'the', 'petite', 's', 'and', 'i', 'am', '5', '2', '118', 'lbs', 'it', 'fit', 'true', 'to', 'size', 'in', 'the', 'shoulders', 'the', 'petite', 'hits', 'just', 'a', 'few', 'inches', 'below', 'my', 'waist', 'so', 'you', 'might', 'want', 'to', 'keep', 'that', 'in', 'mind', 'if', 'you', 'do', 'not', 'want', 'it', 'to', 'be', 'this', 'short', 'the', 'sweater', 'part', 'is', 'soft', 'not', 'itchy', 'and', 'the', 'poplin', 'sleeves', 'and', 'ruffle', 'are', 'crisp', 'but', 'soft', 'as', 'well', 'because', 'this', 'is', 'very', ',5,1,0', 'general', 'tops', 'sweaters'] ['16423,829,51', 'really', 'cute', 'top', 'love', 'this', 'top', 'got', 'it', 'in', 'white', 'for', 'a', 'recent', 'trip', 'to', 'paris', 'felt', 'chic', 'and', 'cool', 'during', 'a', 'bit', 'of', 'a', 'spring', 'heat', 'wave', 'in', 'the', 'city', 'of', 'lights', 'it', 'runs', 'somewhat', 'small', 'i', "'m", '5', '7', '128', 'lbs', 'broad', 'shoulders', 'and', 'got', 'the', '6.', 'my', 'usual', '4', 'fit', 'but', 'was', 'a', 'little', 'snug', 'i', 'would', 'recommend', 'going', 'up', 'in', 'size', 'in', 'this', 'style', 'the', '6', 'looked', 'better', 'because', 'it', 'is', 'supposed', 'to', 'be', 'a', 'boxy', 'swingy', 'top', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['16424,1086,66', 'not', 'for', 'me', 'loved', 'the', 'color', 'the', 'fabric', 'is', 'soft', 'and', 'comfy', 'ordered', 'in', 'my', 'normal', 'size', 'large', 'but', 'it', 'clung', 'in', 'the', 'stomach', 'hip', 'area', 'where', 'i', 'carry', 'my', 'weight', 'would', 'have', 'liked', 'the', 'slits', 'to', 'be', 'higher', 'overall', 'just', 'not', 'a', 'good', 'look', 'for', 'me', 'so', 'returned', ',4,1,0', 'general', 'dresses', 'dresses'] ['16425,1086,60', 'rich', 'color', 'and', 'comfort', 'the', 'color', 'of', 'this', 'dress', 'is', 'just', 'so', 'beautiful', 'somehow', 'both', 'rich', 'and', 'airy', 'i', 'believe', 'this', 'is', 'meant', 'to', 'be', 'a', 'more', 'relaxed', 'fit', 'but', 'that', 'is', "n't", 'quite', 'my', 'style', 'so', 'to', 'achieve', 'more', 'of', 'a', 'silhouette', 'i', 'was', 'lucky', 'enough', 'to', 'stumble', 'upon', 'an', 'xxs-p', 'petite', 'in', 'store', 'i', 'normally', 'would', 'never', 'even', 'try', 'something', 'on', 'in', 'this', 'size', 'but', 'it', 'looked', 'pretty', 'generous', 'so', 'i', 'decided', 'to', 'give', 'it', 'a', 'try', 'so', 'glad', 'that', 'i', 'did', 'it', 'gave', 'more', 'figure', 'and', 'i', 'liked', 'the', 'length', 'a', 'bit', 'shorter', 'with', 'this', 'dress', 'i', 'think', 'you', 'can', 'achieve', 'the', 'lo', ',5,1,8', 'general', 'dresses', 'dresses'] ['16426,993,34', 'meh', 'not', 'so', 'great', 'just', 'did', "n't", 'look', 'as', 'cute', 'on', 'me', 'as', 'the', 'pics', 'online', 'the', 'color', 'blocking', 'was', 'kind', 'of', 'odd', 'actually', 'returning.,3,0,0', 'general', 'bottoms', 'skirts'] ['16427,541,35', 'great', 'romper', 'so', 'cute', 'rompers', 'are', 'hard', 'because', 'they', 'are', 'so', 'cute', 'but', 'rarely', 'work', 'for', 'all', 'body', 'types', 'this', 'one', 'is', 'so', 'super', 'cute', 'the', 'material', 'is', 'so', 'soft', 'and', 'comfy', 'feels', 'silky', 'i', 'got', 'a', 'small', 'and', 'fits', 'perfect', 'i', "'m", '5', '4', 'and', '117lbs', 'so', 'it', 'runs', 'very', 'true', 'to', 'size', 'when', 'most', 'clothes', 'from', 'retailer', 'run', 'big', 'i', 'love', 'rompers', 'but', 'only', 'have', 'one', 'other', 'one', 'this', 'is', 'by', 'far', 'my', 'favorite', 'i', 'ca', "n't", 'wait', 'until', 'it', "'s", 'much', 'warmer', 'and', 'i', 'can', 'wear', 'it', 'all', 'the', 'time', ',5,1,2', 'general', 'bottoms', 'shorts'] ['16428,867,56', 'perfect', 'for', 'summer', 'love', 'this', 'top', 'it', "'s", 'pretty', 'unique', 'and', 'well', 'made', 'i', 'did', 'size', 'down', 'to', 'a', 'small', 'for', 'reference', 'and', 'still', 'have', 'a', 'slightly', 'oversized', 'look', ',1,1,12', 'general', 'petite', 'tops', 'knits'] ['16429,1086,49', 'absolutely', 'adore', 'this', 'dress', 'soft', 'and', 'comfortable', 'fabric', 'ankle', 'length', 'but', 'could', 'be', 'knotted', 'in', 'the', 'front', 'to', 'be', 'shorten', 'i', 'am', 'usually', 'a', 's', 'but', 'had', 'to', 'buy', 'an', 'xs', 'the', 'neckline', 'may', 'be', 'a', 'bit', 'too', 'low', 'if', 'you', 'are', 'flat-chested', 'if', 'you', 'happen', 'to', 'see', 'this', 'gem', 'in', 'stores', 'it', 'is', 'a', 'must', 'buy', 'it', 'will', 'sell', 'out', 'completely', 'in', 'two', 'days', 'some', 'customer', 'went', 'back', 'to', 'exchange', 'the', 'next', 'day', 'that', 'it', 'had', 'arrived', 'in-stores', 'but', 'it', 'was', 'sold', 'out', 'so', 'we', 'had', 'to', 'order', 'it', 'perfect', 'for', 'all', 'seasons', 'and', 'layering', ',5,1,7', 'general', 'dresses', 'dresses'] ['16430,1086,53', 'summer', 'travel', 'perfection', 'i', 'created', 'a', 'summer', 'capsule', 'wardrobe', 'for', 'travel', 'and', 'this', 't-shirt', 'dress', 'fits', 'in', 'with', 'my', 'collection', 'perfectly', 'it', 'is', 'well', 'made', 'super', 'soft', 'and', 'comfortable', 'launders', 'well', 'and', 'does', 'not', 'require', 'ironing', 'it', 'is', 'substantial', 'enough', 'to', 'provide', 'coverage', 'across', 'the', 'posterior', 'and', 'the', 'cap', 'sleeves', 'and', 'length', 'are', 'fabulous', 'for', 'visiting', 'sacred', 'places', 'and', 'dining', 'out', 'or', 'as', 'a', 'beach', 'cover-up', 'i', 'love', 'that', 'you', 'can', 'simply', 'throws', 'this', 'on', 'and', 'go', 'or', 'dress', 'it', 'up', 'with', 'a', 'belt', 'add', 'a', 'scarf', 'or', 'kimono', 'or', 'a', 'jacket', 'and', 'voila', ',5,1,0', 'general', 'dresses', 'dresses'] ['16431,927,44', ',,1,0,0', 'general', 'tops', 'sweaters'] ['16432,927,42', 'perfect', 'beach', 'piece', 'great', 'coastal', 'sweater', 'color', 'in', 'my', 'opinion', 'is', 'a', 'perfect', 'rendition', 'of', 'coral', 'the', 'sleeves', 'hit', 'just', 'right', 'for', 'me', 'to', 'wear', 'long', 'or', 'bunch', 'them', 'up', 'i', 'can', 'see', 'this', 'sweater', 'paired', 'with', 'shorts', 'or', 'skinny', 'jeans.,5,1,1', 'general', 'tops', 'sweaters'] ['16433,993,57', 'runs', 'tight', 'across', 'the', 'hips.', '1', 'i', "'m", '5', '5', 'tall', '145', 'lbs', 'and', '38-32-40.', 'i', "'m", 'normally', 'a', 'size', '10', 'but', 'i', 'sized', 'up', 'to', 'a', 'size', '12', 'in', 'this', 'skirt', 'and', 'while', 'it', 'fit', 'fine', 'in', 'the', 'waist', 'it', 'was', 'just', 'too', 'snug', 'across', 'the', 'hips'] [] ['2.', 'the', 'fabric', 'is', 'heavy', 'weight', 'and', 'i', 'agree', 'that', 'the', 'zipper', 'should', 'be', 'longer'] [] ['3.', 'the', 'length', 'is', 'a', 'bit', 'long', 'and', 'dowdy', 'for', 'a', 'pencil', 'skirt', 'it', "'s", 'very', 'straight', 'it', 'does', 'not', 'taper', 'like', 'pencil', 'skirts', 'normally', 'do'] [] ['4.', 'i', 'would', 'have', 'kept', 'this', 'if', 'it', 'fit', 'a', 'curvier', 'figure', ',4,1,4', 'general', 'bottoms', 'skirts'] ['16434,829,30', 'cute', 'top', 'i', 'debated', 'getting', 'this', 'top', 'and', 'i', 'am', 'glad', 'that', 'i', 'did', 'i', 'got', 'the', 'pink', 'and', 'it', 'is', 'a', 'fun', 'vibrant', 'color', 'someone', 'suggested', 'that', 'if', 'you', 'are', 'in', 'between', 'sizes', 'go', 'up', 'i', 'agree', 'with', 'that', 'feeling', 'however', 'it', 'is', 'pretty', 'true', 'to', 'size', 'it', 'is', 'preppy', 'cute', 'and', 'classic', ',5,1,0', 'general', 'petite', 'tops', 'blouses'] ['16435,993,24', 'thrilled', 'i', 'was', 'scared', 'of', 'the', 'pencil', 'skirt', 'but', 'it', 'as', 'the', 'title', 'suggests', 'i', 'am', 'very', 'skeptical', 'and', 'scared', 'of', 'pencil', 'skirts', 'i', "'m", 'slim', 'sz', '0', 'and', 'on', 'the', 'shorter', 'side', '5', '4', 'but', 'i', 'have', 'dramatic', 'hips', 'so', 'i', "'ve", 'always', 'had', 'a', 'testy', 'relationship', 'with', 'any', 'clothing', 'that', 'exaggerates', 'them', 'i', "'m", 'obsessed', 'with', 'uniquely', 'designed', 'skirts', 'thought', 'so', 'i', 'had', 'to', 'try', 'this', 'and', 'i', 'am', 'so', 'pleased', 'i', 'did'] [] ['the', 'fit', 'is', 'great', 'and', 'not', 'too', 'tight', 'allows', 'for', 'a', 'little', 'room', 'for', 'ladies', 'with', 'hips', 'i', 'only', 'wish', 'the', 'zipper', 'went', 'down', 'a', 'little', 'further', 'so', 'shimmying', 'out', 'of', 'it', 'were', 'a', 'little', ',5,1,6', 'general', 'bottoms', 'skirts'] ['16436,829,55', 'home', 'run', 'while', 'the', 'white', 'version', 'is', 'a', 'tad', 'more', 'twee', 'this', 'one', 'in', 'black', 'is', 'edgier', 'more', 'sophisticated', 'tts', 'for', 'my', '33', 'chested', 'broad', 'shouldered', 'self', 'in', 'a', '4.', 'all', 'the', 'unique', 'details', 'add', 'up', 'to', 'an', 'outstanding', 'versatile', 'piece', 'how', 'it', 'blouses', 'out', 'in', 'back', 'opaque', 'enough', 'to', 'wear', 'without', 'a', 'cami', 'the', 'scallops', 'i', 'may', 'keep', 'both', 'colors', ',5,1,5', 'general', 'petite', 'tops', 'blouses'] ['16437,1013,34', ',super', 'cute', 'but', 'order', 'at', 'least', 'one', 'size', 'up,3,1,0', 'general', 'bottoms', 'skirts'] ['16438,927,65', 'a', 'cozy', 'wardrobe', 'staple', 'this', 'top', 'is', 'large', 'like', 'with', 'free', 'people', 'i', 'got', 'an', 'extra', 'small', 'and', 'washed', 'it', 'right', 'away', 'and', 'put', 'it', 'in', 'the', 'dryer', 'and', 'it', 'is', 'soft', 'and', 'perfect', 'so', 'comfortable', 'and', 'will', 'be', 'a', 'go', 'to', 'top', 'with', 'jeans', 'pj', 'bottoms', 'or', 'leggings/', 'i', 'love', 'the', 'pocket', 'and', 'my', 'cell', 'phone', 'fits', 'perfectly', 'i', 'am', 'now', 'ordering', 'the', 'other', 'color', 'for', 'reference', 'i', 'am', '5.5', 'and', '125', 'pounds', ',5,1,6', 'general', 'tops', 'sweaters'] ['16439,1060,25', 'sweet', 'i', 'am', '5', '2', 'and', '125', 'pounds', 'and', 'wear', 'a', '4p', 'i', 'ordered', 'the', 'size', '4', 'with', 'the', 'willingness', 'to', 'hem', 'them', 'my', 'goal', 'was', 'to', 'get', 'this', 'true', 'high-wasted', 'style', 'which', 'is', 'extremely', 'flattering', 'when', 'the', 'pants', 'arrived', 'i', 'was', 'first', 'struck', 'by', 'their', 'high', 'quality', 'fabric', 'and', 'the', 'top', 'notch', 'tailoring', 'the', 'fabric', 'is', 'substantial', 'yet', 'it', 'drapes', 'beautifully', 'the', 'true', 'high', 'waist', 'flatters', 'but', 'the', 'buttons', 'and', 'slant', 'pocket', 'details', 'further', 'whittle', 'the', 'waist', 'i', 'am', 'so', 'happy', 'with', 'my', 'purchase', ',5,1,0', 'general', 'bottoms', 'pants'] ['16440,867,44', 'absolutely', 'adorable', 'love', 'this', 'top', 'beautiful', 'received', 'a', 'lot', 'of', 'compliments.,5,1,3', 'general', 'petite', 'tops', 'knits'] ['16441,729,38', 'great', 'bikini', 'top', 'i', 'love', 'the', 'design', 'of', 'this', 'top', 'the', 'pattern', 'is', 'beautiful', 'and', 'the', 'back', 'unique', 'i', 'am', 'a', 'mom', 'of', 'two', 'so', 'i', 'really', 'appreciate', 'the', 'extra', 'front', 'coverage', 'i', 'can', 'run', 'around', 'at', 'the', 'beach', 'with', 'my', 'kids', 'and', 'not', 'be', 'worried', 'about', 'overexposure', 'i', 'am', 'a', '34d', 'on', 'top', 'and', 'purchased', 'the', 'large', 'and', 'it', 'fits', 'well.,5,1,1', 'initmates', 'intimate', 'swim'] ['16442,1020,32', 'super', 'cute', 'super', 'cute', 'skirt', 'i', 'decided', 'to', 'return', 'it', 'because', 'i', 'felt', 'like', 'i', "did't", 'have', 'enough', 'tops', 'to', 'go', 'with', 'it.,3,1,0', 'general', 'petite', 'bottoms', 'skirts'] ['16443,1050,77', 'soft', 'amd', 'comfortable', 'and', 'very', 'stylish', 'i', 'have', 'shirts', 'and', 'dresses', 'from', 'this', 'brand', 'and', 'they', 'are', 'great', 'i', 'was', 'happy', 'to', 'finally', 'see', 'a', 'pair', 'of', 'pants', 'these', 'are', 'just', 'as', 'soft', 'and', 'well', 'made', 'as', 'the', 'other', 'items', 'i', 'would', 'recommend', 'you', 'try', 'them', 'on', 'there', 'is', 'only', 'a', 'slight', 'variation', 'from', 'one', 'size', 'to', 'the', 'next', 'so', 'it', 'will', 'depend', 'on', 'what', 'look', 'you', 'are', 'going', 'for', 'they', 'are', 'cropped', 'at', 'the', 'calf', 'but', 'can', 'be', 'pulled', 'up', 'for', 'a', 'more', 'dressier', 'look', 'i', 'can', 'not', 'say', 'enough', 'about', 'the', 'material', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'they', 'do', 'wonders', 'for', 'your', 'behind-', 'i', 'think', ',5,1,2', 'general', 'bottoms', 'pants'] ['16444,829,51', 'i', 'purchased', 'this', 'in', 'white', 'my', 'normal', 'size', 'being', 'a', '2', 'a', 'size', '4', 'fit', 'better', 'on', 'me', 'i', 'love', 'the', 'crisp', 'white', 'top', 'with', 'jeans', 'and', 'sandals', 'so', 'much', 'that', 'i', 'just', 'ordered', 'the', 'same', 'top', 'in', 'the', 'raspberry', 'color'] [] ['would', 'definitely', 'recommend', ',5,1,1', 'general', 'petite', 'tops', 'blouses'] ['16445,1050,40', 'cropped', 'joggers', 'nice', 'quality', 'and', 'feel', 'to', 'the', 'fabric', 'but', 'they', 'are', 'super', 'lightweight', 'and', 'do', 'not', 'come', 'down', 'to', 'the', 'ankle', 'they', 'fall', 'at', 'a', 'strange', 'place', 'on', 'the', 'calf', 'a', 'better', 'cropped', 'summer', 'pant', 'perhaps', ',3,0,1', 'general', 'bottoms', 'pants'] ['16446,1086,47', 'perfect', 'summer', 'dress', 'i', 'tried', 'this', 'on', 'today', 'and', 'it', 'was', 'awesome', 'great', 'color', 'great', 'fit', 'thin', 'summer', 'material', 'but', 'not', 'too', 'thin', 'that', 'it', 'was', 'see', 'through', 'the', 'slits', 'added', 'a', 'really', 'nice', 'design', 'to', 'this', 'dress', 'very', 'slimming', 'my', 'problem', 'is', 'the', 'deep', 'v', 'in', 'the', 'front', 'for', 'small', 'busted', 'women', 'this', 'might', 'be', 'a', 'deal', 'killer', 'for', 'me', 'in', 'the', 'xs', 'the', 'v', 'hung', 'even', 'below', 'my', 'boobs', 'no', 'cami', 'could', 'fix', 'that', 'unfortunately', 'cloth', 'and', 'stone', 'tend', 'to', 'make', 'their', 'shirts', 'and', 'dresses', 'with', 'too', 'deep', 'a', 'v', 'it', "'s", 'always', 'disappointing', 'for', 'me', 'because', 'i', 'love', 'thei', ',4,1,4', 'general', 'dresses', 'dresses'] ['16447,1086,35', 'cute', 't-shirt', 'dress', 'overpriced', 'i', 'liked', 'the', 'idea', 'of', 'this', 't-shirt', 'dress', 'for', 'a', 'great', 'basic', 'wardrobe', 'staple', 'however', 'i', 'feel', 'that', 'it', 'was', 'overpriced', 'for', 'the', 'quality', 'it', "'s", 'a', 'nice', 'piece', 'but', 'i', 'would', 'wait', 'for', 'it', 'to', 'go', 'on', 'sale', ',3,0,1', 'general', 'dresses', 'dresses'] ['16448,993,31', 'this', 'skirt', 'is', 'a', 'show', 'piece', 'the', 'design', 'is', 'beautiful', 'and', 'the', 'fit', 'is', 'flattering', 'for', 'different', 'body', 'types', 'i', 'got', 'my', 'usual', 'size', 'even', 'though', 'i', 'have', 'a', 'smaller', 'waist', 'and', 'larger', 'hips', 'and', 'thighs', 'the', 'skirt', 'looks', 'cute', 'with', 'the', 'split-back', 'buttondown', 'by', 'cloth', 'and', 'stone', 'you', 'will', 'not', 'regret', 'buying', 'this', 'piece', ',5,1,2', 'general', 'bottoms', 'skirts'] ['16449,1086,44', 'cute', 'hesitated', 'to', 'try', 'it', 'on', 'because', 'it', 'was', 't-shirt', 'dress', 'and', 'my', 'experience', 'has', 'been', 'that', 'fabric', 'is', 'unforgiving', 'for', 'dimples', 'or', 'imperfections', 'i', 'was', 'wrong', 'with', 'this', 'one', 'it', "'s", 'great', 'color', 'is', 'nice', 'fabric', 'looks', 'textured', 'bc', 'of', 'the', 'dye', 'the', 'neck', 'line', 'is', 'perfect', 'i', 'like', 'a', 'lower', 'v', 'and', 'the', 'length', 'is', 'great', 'bc', 'of', 'the', 'side', 'slits', 'i', 'tried', 'it', 'on', 'with', 'the', 'front', 'panel', 'knotted', 'at', 'the', 'bottom', 'how', 'it', 'was', 'on', 'the', 'hanger', 'and', 'i', 'love', 'it', 'had', 'to', 'get', 'can', 'dress', 'up', 'or', 'down', 'but', 'i', "'d", 'say', 'this', 'has', 'mostly', 'a', 'casual', 'feel', ',5,1,0', 'general', 'dresses', 'dresses'] ['16450,829,38', 'beautiful', 'color', 'odd', 'fit', 'i', 'wanted', 'to', 'love', 'this', 'top-', 'the', 'pink', 'color', 'is', 'wonderful', 'and', 'vibrant', 'however', 'like', 'many', 'tops', 'lately', 'it', 'is', 'short', 'waisted', 'and', 'ended', 'up', 'looking', 'a', 'bit', 'boxy', 'i', 'am', '5', '8', 'and', 'found', 'it', 'about', '1-2', 'inches', 'too', 'short', ',3,0,6', 'general', 'petite', 'tops', 'blouses'] ['16451,867,52', 'so', 'unique', 'and', 'cute', 'i', 'bought', 'this', 'well', 'made', 'cute', 'top', 'today', 'and', 'love', 'it', 'it', 'can', 'be', 'day', 'time', 'casual', 'or', 'dressy', 'for', 'dinner', 'you', 'will', 'want', 'to', 'probably', 'wear', 'a', 'cami', 'underneath', 'since', 'its', 'see', 'through', 'its', 'perfect', 'for', 'summer', 'im', 'a', '36d', '5', '7', '135', 'pounds', 'and', 'usually', 'wear', 'a', 'medium', 'but', 'the', 'small', 'fit', 'perfectly', 'with', 'room', 'to', 'spare', 'cuter', 'in', 'person', ',5,1,18', 'general', 'petite', 'tops', 'knits'] ['16452,867,34', 'huge', 'i', 'ordered', 'an', 'xxs', 'online', 'and', 'it', "'s", 'still', 'massive', 'the', 'only', 'thing', 'i', 'can', 'use', 'it', 'for', 'is', 'a', 'beach', 'coverup', 'the', 'embroidery', 'is', 'pretty', 'but', 'i', 'will', 'be', 'returning.,2,0,0', 'general', 'petite', 'tops', 'knits'] ['16453,729,31', 'cute', 'and', 'comfy', 'great', 'swim', 'top', 'good', 'coverage', 'and', 'very', 'comfortable', 'be', 'advised', 'this', 'is', 'not', 'reversible', 'like', 'title', 'suggests.,5,1,3', 'initmates', 'intimate', 'swim'] ['16454,123,62', 'these', 'pants', 'make', 'me', 'want', 'to', 'smile', 'saw', 'these', 'in', 'the', 'store', 'and', 'had', 'to', 'have', 'them', 'i', 'wear', 'them', 'rolled', 'up', 'they', 'are', 'lightweight', 'whenever', 'i', 'wear', 'them', 'i', 'want', 'to', 'smile', 'the', 'birds', 'with', 'hats', 'are', 'so', 'funny', 'i', 'wear', 'them', 'to', 'run', 'errands', 'have', 'worn', 'them', 'when', 'flying', 'etc', 'ca', "n't", 'say', 'enough', 'good', 'things', 'about', 'these', 'pants', 'they', 'wash', 'well', 'no', 'ironing', 'needed', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['16455,868,45', 'frumpy', 'if', 'you', 'are', 'petite', 'i', 'loved', 'the', 'criss', 'cross', 'part', 'of', 'this', 'tank', 'however', 'it', 'looked', 'so', 'frumpy', 'on', 'the', 'cut', 'was', 'just', 'odd', 'and', 'if', 'you', 'are', 'petite', 'it', 'felt', 'like', 'a', 'tent', 'i', 'was', 'so', 'bummed', 'because', 'that', 'criss', 'cross', 'was', 'awesome', 'but', 'it', 'just', 'looked', 'so', 'weird', 'on', 'i', 'returned', 'it', 'the', 'material', 'felt', 'nice', 'too', ',1,0,1', 'general', 'tops', 'knits'] ['16456,927,38', 'soft', 'but', 'a', 'bit', 'maternity', 'the', 'blue', 'is', 'a', 'beautiful', 'color', 'rather', 'unique', 'and', 'it', 'is', 'really', 'soft', 'being', 'cashmere', 'although', 'for', 'the', 'price', 'i', 'do', 'feel', 'it', 'should', 'of', 'been', 'a', 'bit', 'more', 'special', 'i', 'also', 'feel', 'it', "'s", 'loose', 'lower', 'half', 'feels', 'a', 'bit', 'maternity', 'all', 'that', 'being', 'said', 'i', 'do', 'like', 'the', 'overall', 'sweater', 'and', 'am', 'keeping', 'it', 'as', 'the', 'color', 'and', 'feel', 'win', ',4,1,8', 'general', 'tops', 'sweaters'] ['16457,836,59', 'love', 'beautiful', 'top', 'and', 'beautiful', 'bright', 'color', 'this', 'does', 'run', '2', 'sizes', 'small', 'in', 'arms', 'and', 'chest', 'unless', 'you', 'are', 'very', 'narrow', 'in', 'stature', 'and', 'flat', 'chested', 'i', 'am', 'usually', 'a', 'size', '6', 'and', 'a', '36c', 'and', 'broad', 'shoulders', 'and', 'size', '10', 'just', 'its', 'in', 'underarm', 'area', 'i', 'have', 'short', 'torso', 'so', 'love', 'the', 'length', 'but', 'those', 'with', 'very', 'long', 'torso', 'may', 'find', 'this', 'blouse', 'too', 'short', 'if', 'you', 'get', 'the', 'right', 'size', 'this', 'topics', 'really', 'adorable', 'my', 'husband', 'also', 'gave', 'it', 'a', 'big', 'thumbs', 'up.,5,1,1', 'general', 'tops', 'blouses'] ['16458,836,65', ',,5,1,0', 'general', 'tops', 'blouses'] ['16459,123,51', 'chirpy', 'sleepy', 'these', 'are', 'darling', 'love', 'flannel', 'and', 'pattern', 'which', 'is', 'very', 'upbeat', 'wish', 'they', 'were', 'a', 'little', 'more', 'pegged/slim/tapered', 'at', 'the', 'bottoms.,4,1,2', 'initmates', 'intimate', 'sleep'] ['16460,935,47', 'beautiful', 'camel', 'color', 'love', 'this', 'top', 'tried', 'it', 'on', 'in', 'store', 'so', 'glad', 'i', 'did', 'since', 'it', 'runs', 'large', 'and', 'i', 'had', 'to', 'size', 'down', 'to', 'a', 'medium', 'the', 'color', 'is', 'a', 'beautiful', 'camel', 'and', 'the', 'material', 'is', 'soft', 'very', 'grateful', 'the', 'fabric', 'content', 'did', 'not', 'contain', 'dreaded', 'wool', 'lol', 'therefore', 'leaving', 'it', 'soft', 'and', 'comfortable', 'to', 'wear', 'the', 'price', 'tag', 'was', 'a', 'bit', 'much', 'considering', 'it', 'is', 'only', 'a', 'sweater', 'vest', 'but', 'with', 'retailer', 'price', 'equals', 'quality', 'so', 'i', 'do', "n't", 'mind', 'spending', 'the', 'extra', ',5,1,1', 'general', 'tops', 'sweaters'] ['16461,123,33', 'lounge', 'like', 'royalty', 'i', 'ordered', 'these', 'in', 'a', 'xxs', 'a', 'little', 'nervous', 'about', 'them', 'being', 'too', 'small', 'and', 'i', 'was', 'very', 'pleased', 'with', 'the', 'fit', 'for', 'reference', 'i', "'m", '5', '2', '98lbs', 'these', 'are', 'great', 'for', 'all', 'seasons', 'the', 'lining', 'is', 'warm', 'yet', 'adds', 'a', 'pop', 'of', 'color', 'when', 'cuffed', 'the', 'crowns', 'on', 'the', 'birds', 'are', 'pretty', 'nifty', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16462,836,36', 'if', 'you', 'have', 'any', 'bust', 'not', 'for', 'you', 'loved', 'this', 'shirt', 'when', 'i', 'saw', 'the', 'picture', 'unfortunately', 'fit', 'was', 'not', 'what', 'it', 'needed', 'to', 'be', 'to', 'keep', 'it', 'you', 'ca', "n't", 'really', 'see', 'in', 'the', 'photo', 'but', 'if', 'you', 'have', 'any', 'chest', 'at', 'all', 'i', 'am', 'only', '34b', 'so', 'would', 'say', 'of', 'average', 'size', 'bust', 'this', 'shirt', 'will', 'not', 'fit', 'well', 'there', 'is', 'a', 'seam', 'in', 'the', 'bust', 'area', 'that', 'cuts', 'across', 'the', 'bust', 'which', 'is', 'not', 'flattering/does', "n't", 'fit', 'well', 'the', 'sleeves', 'were', 'also', 'a', 'bit', 'more', 'tight', 'than', 'i', "'d", 'have', 'thought', 'from', 'the', 'photo'] [] ['really', 'wanted', 'to', 'love', 'this', 'but', 'unless', 'you', 'have', 'a', 'smaller', 'chest', 'it', 'lik', ',2,0,2', 'general', 'tops', 'blouses'] ['16463,868,43', 'i', 'love', 'this', 'top', 'the', 'neckline', 'is', 'so', 'unusual', 'and', 'so', 'flattering', 'i', 'am', 'normally', 'either', 'a', 'small', 'or', 'xs', 'but', 'this', 'fit', 'great', 'in', 'the', 'xs', 'i', 'was', 'also', 'able', 'to', 'wear', 'a', 'regular', 'bra', 'which', 'is', 'always', 'nice', 'since', 'i', 'am', 'large', 'chested', 'great', 'top', 'highly', 'recommend', ',5,1,2', 'general', 'tops', 'knits'] ['16464,828,73', 'cute', 'top', 'but', 'very', 'uncomfortable', 'the', 'styling', 'of', 'this', 'top', 'is', 'so', 'cute', 'but', 'the', 'fabric', 'is', 'thin', 'kind', 'of', 'scratchy', 'has'] ['almost', 'no', 'give', 'to', 'it', 'it', 'is', 'very', 'uncomfortable', 'on', 'is', 'very', 'restricting', 'as', 'far', 'as'] ['movement', 'is', 'concerned', 'can', 'not', 'recommend', 'back', 'it', 'goes', ',1,0,0', 'general', 'tops', 'blouses'] ['16465,868,25', 'bought', 'this', 'tank', 'on', 'a', 'whim', 'but', 'i', "'m", 'so', 'happy', 'i', 'did', 'so', 'flattering', 'comfy', 'and', 'well', 'made', ',5,1,1', 'general', 'tops', 'knits'] ['16466,868,39', 'not', 'peachy', 'i', 'fell', 'in', 'love', 'with', 'the', 'shirt', 'when', 'i', 'saw', 'it', 'online', 'but', 'i', 'was', 'incredibly', 'disappointed', 'with', 'it', 'when', 'it', 'was', 'delivered', 'on', 'the', 'positive', 'side', 'the', 'macrame', 'is', 'stunning', 'once', 'again', 'there', 'was', 'way', 'too', 'much', 'fabric', 'which', 'makes', 'me', 'look', 'pregnant', 'most', 'importantly', 'the', 'color', 'is', 'not', 'peach', 'it', "'s", 'almost', 'a', 'burnt', 'indian', 'red', 'or', 'brick', 'red/orange', 'it', 'was', 'a', 'disgusting', 'color', ',3,0,1', 'general', 'tops', 'knits'] ['16467,123,39', 'can', 'go', 'either', 'petite', 'or', 'not', 'i', 'tried', 'on', 'te', 'regualr', 'size', 'xs', 'as', 'that', 'is', 'all', 'they', 'have', 'in', 'my', 'store', 'and', 'decided', 'to', 'get', 'them', 'anyway', 'even', 'if', 'a', 'little', 'long', 'on', 'me', 'why', 'because', 'htey', 'are', 'so', 'cute', 'rolled', 'up', 'with', 'the', 'yellow', 'color', 'showing'] [] ['super', 'comfortable', 'have', 'not', 'washed', 'htem', 'yet', 'but', 'hipefully', 'they', 'remain', 'a', 'decent', 'wuality', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16468,904,39', 'simply', 'love', 'this', 'sweater', 'is', 'substantial', 'well-made', 'fabric', 'is', 'thick', 'and', 'comfortable', 'the', 'length', 'is', 'on', 'the', 'shorter', 'side', 'not', 'cropped', 'but', 'shorter', 'perhaps', 'if', 'they', 'had', 'petite', 'ti', 'would', 'be', 'cropped', 'the', 'sleeves', 'are', 'perfect', 'length', 'too', 'on', 'me', 'it', 'looks', 'shorter', 'on', 'the', 'model', 'they', 'hit', 'at', 'mys', 'wrists', 'i', 'do', 'usually', 'need', 'petite', 'length', 'it', 'seems', 'a', 'simple', 'top', 'but', 'it', 'is', 'quite', 'beautiful', 'in', 'person', 'i', 'strongly', 'recommend', 'it', 'even', 'for', 'the', 'price'] [] ['xs', 'and', 'i', 'am', '115', 'lbs', '30dd', 'chest', '26.5', 'in', 'waist', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16469,836,58', 'great', 'top', 'runs', 'small', 'great', 'top', 'but', 'it', 'runs', 'smaller', 'than', 'other', 'tops', 'in', 'this', 'brand', 'the', 'chest', 'and', 'arm', 'area', 'is', 'small', 'otherwise', 'this', 'top', 'is', 'great', 'just', 'plan', 'to', 'size', 'up', 'one', 'or', 'two', 'sizes', 'length', 'was', 'nice', 'hit', 'right', 'at', 'the', 'waist.,4,1,13', 'general', 'tops', 'blouses'] ['16470,1077,49', 'love', 'this', 'dress', 'the', 'material', 'feels', 'nice', 'and', 'i', 'love', 'the', 'flared', 'arms.,4,1,0', 'general', 'dresses', 'dresses'] ['16471,868,46', 'too', 'big', 'i', 'love', 'the', 'teal', 'color', 'of', 'this', 't-shirt', 'and', 'the', 'macrame', 'design', 'at', 'the', 'top', 'is', 'beautiful', 'however', 'the', 'top', 'is', 'way', 'too', 'large', 'i', 'usually', 'wear', 'a', 'size', 'xs', 'or', 's', 'in', 'retailer', 'tops', 'so', 'i', 'ordered', 'the', 'size', 's', 'there', 'is', 'so', 'much', 'fabric', 'below', 'the', 'chest', 'it', 'fits', 'like', 'a', 'maternity', 'top', 'i', 'know', 'if', 'i', 'order', 'an', 'xs', 'i', 'will', 'have', 'the', 'same', 'problem', 'below', 'the', 'bust', 'the', 'top', 'is', 'not', 'flattering', 'and', 'it', 'amp', '39', 's', 'a', 'shame', ',1,0,0', 'general', 'tops', 'knits'] ['16472,935,46', 'soft', 'comfy', 'perfect', 'fit', 'for', 'xl', 'i', "'ve", 'had', 'great', 'luck', 'with', 'items', 'from', 'sunday', 'in', 'brooklyn', 'this', 'vest', 'is', 'another', 'fantastic', 'purchase', 'the', 'color/fit', 'match', 'the', 'photos', 'the', 'material', 'is', 'so', 'soft', 'i', "'ve", 'worn', 'it', 'quite', 'a', 'bit', 'since', 'i', 'received', 'it', 'and', 'it', 'has', "n't", 'pilled', 'it', "'s", 'washed', 'well', 'too', 'the', 'braided', 'part', 'can', 'be', 'folded', 'down', 'if', 'you', 'do', "n't", 'want', 'it', 'higher', 'on', 'your', 'neck', 'it', 'will', 'still', 'lay', 'flat', 'drape', 'nicely', 'it', "'s", 'perfect', 'for', 'cold', 'weather', 'i', "'d", 'love', 'to', 'see', 'this', 'come', 'out', 'in', 'other', 'colors', 'too.,5,1,0', 'general', 'tops', 'sweaters'] ['16473,836,33', 'pretty', 'but', 'weird', 'fit', 'i', 'initially', 'liked', 'the', 'feel', 'and', 'quality', 'of', 'the', 'top', 'but', 'once', 'it', 'was', 'on', 'it', 'was', 'much', 'shorter', 'and', 'looser', 'than', 'the', 'picture', 'of', 'the', 'model', 'it', 'flowed', 'out', 'from', 'my', 'chest', 'with', 'one', 'central', 'pleat', 'in', 'the', 'front', 'and', 'my', 'husband', 'said', 'it', 'made', 'me', 'look', 'pregnant', 'then', 'came', 'the', 'tedious', 'task', 'of', 'taking', 'it', 'off', 'with', 'such', 'a', 'snug', 'fit', 'in', 'the', 'shoulders', 'i', "'m", 'regularly', 'a', 'size', '2/xs', '32d', 'and', '120', 'lbs', 'and', 'both', 'size', '2', 'and', '4', 'did', 'not', 'work', 'for', 'me', ',2,0,0', 'general', 'tops', 'blouses'] ['16474,935,66', 'love', 'this', 'vest', 'this', 'vest', 'is', 'so', 'functional', 'i', 'think', 'it', 'is', 'much', 'prettier', 'in', 'person', 'than', 'in', 'this', 'photo', 'it', 'has', 'a', 'much', 'softer', 'look', 'to', 'it', 'and', 'is', 'less', 'orange', 'more', 'tan', 'i', "'ve", 'worn', 'it', 'with', 'a', 'lot', 'of', 'different', 'things', 'over', 'a', 'sweater', 'dress', 'at', 'work', 'with', 'soft', 'pants', 'and', 'a', 'long-sleeve', 't-shirt', 'or', 'skinny', 'jeans/pants', 'and', 'a', 'simple', 'top', 'wish', 'it', 'came', 'in', 'other', 'colors', 'gray', 'navy', 'or', 'green', 'would', 'all', 'be', 'amazing', 'one', 'of', 'my', 'favorite', 'pieces', 'this', 'season', 'for', 'sure', 'i', 'do', 'think', 'it', 'runs', 'a', 'little', 'bit', 'large', 'but', 'i', 'think', 'the', 'next', 'size', 'smaller', ',5,1,0', 'general', 'tops', 'sweaters'] ['16475,1032,52', ',i', 'love', 'these', 'overalls', 'but', 'they', 'run', 'very', 'small', 'i', 'had', 'to', 'return', 'and', 'reorder.,3,1,2', 'general', 'bottoms', 'jeans'] ['16476,1077,58', 'disappointed', 'i', 'looked', 'at', 'this', 'dress', 'for', 'a', 'long', 'time', 'before', 'i', 'purchased', 'it', 'because', 'of', 'the', 'money', 'i', 'wear', 'a', 'size', '2p', 'was', 'entirely', 'disappointed', 'in', 'the', 'style', 'and', 'construction', 'of', 'this', 'dress', 'for', 'one', 'thing', 'the', 'lining', 'is', 'bulky', 'and', 'you', 'could', 'never', 'wear', 'it', 'in', 'warmer', 'weather', 'without', 'burning', 'up', 'the', 'dress', 'as', 'pictured', 'looks', 'very', 'feminine', 'and', 'light', 'weight', 'silk', 'but', 'there', 'is', 'just', 'too', 'much', 'material', 'going', 'on', 'thick', 'and', 'heavy', 'the', 'overall', 'fit', 'was', 'too', 'big', 'and', 'very', 'unflattering.,2,0,4', 'general', 'dresses', 'dresses'] ['16477,123,44', 'love', 'these', 'chirpy', 'loungers', 'when', 'i', 'saw', 'these', 'lounge', 'pants', 'i', 'felt', 'as', 'though', 'they', 'were', 'designed', 'specifically', 'for', 'me', 'i', 'love', 'the', 'cute', 'bird', 'design', 'i', 'love', 'the', 'green/blue', 'color', 'of', 'the', 'fabric', 'the', 'material', 'is', 'soft', 'and', 'inviting', 'give', 'them', 'a', 'try', 'you', 'wo', "n't", 'regret', 'it', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['16478,836,38', 'really', 'pretty', 'but', 'sizing', 'off', 'my', 'for', 'me', 'received', 'this', 'in', 'the', 'mail', 'today', 'and', 'was', 'disappointed', 'i', 'typically', 'wear', 'a', '6/8', 'but', 'bought', 'this', 'in', 'the', '8', 'as', 'i', 'had', 'purchased', 'another', 'similar', 'top', 'from', 'the', 'same', 'company', 'in', 'an', '8.', 'this', 'does', 'not', 'fit', 'the', 'same', 'at', 'all', 'the', 'top', 'pulled', 'in', 'my', 'shoulder', 'and', 'chest', 'area', 'while', 'had', 'ample', 'room', 'in', 'the', 'body', 'needless', 'to', 'say', 'i', 'will', 'be', 'returning', 'this', 'item,2,0,27', 'general', 'tops', 'blouses'] ['16479,836,40', 'disappointed', 'sleeves', 'were', 'tight', 'was', 'difficult', 'to', 'put', 'on', 'for', 'the', 'price', 'you', 'want', 'to', 'love', 'the', 'shirt', 'sending', 'it', 'back', ',2,0,15', 'general', 'tops', 'blouses'] ['16480,331,45', 'versatile', 'top', 'super', 'comfortable', 'this', 'is', 'such', 'a', 'great', 'top', 'that', 'when', 'my', 'cat', 'snagged', 'it', 'i', 'bought', 'a', 'second', 'version', 'to', 'wear', 'in', 'public', 'and', 'kept', 'the', 'snagged', 'version', 'to', 'wear', 'around', 'the', 'house', 'or', 'for', 'working', 'out', 'it', 'is', 'super', 'comfortable', 'and', 'can', 'be', 'worn', 'with', 'so', 'many', 'things', 'definitely', 'on', 'the', 'more', 'casual', 'side', 'but', 'you', 'can', 'dress', 'it', 'up', 'slightly', 'w/', 'jeans', 'and', 'booties', 'or', 'it', 'can', 'be', 'worn', 'w/', 'leggings', 'jeans', 'and', 'tennis', 'shoes', 'etc', 'i', 'also', 'bought', 'the', 'coral', 'color', 'in', 'addition', 'to', 'the', 'blue', 'if', 'you', "'re", 'on', 'the', 'fence', 'i', 'would', 'say', 'you', 'ca', "n't", 'go', 'wrong', 'with', 'buyi', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['16481,868,25', 'lovely', 'but', 'really', 'like', 'this', 'tee', 'but', 'i', 'do', 'wish', 'it', 'was', 'made', 'of', 'another', 'material', 'i', 'like', 'the', 'design', 'simple', 'with', 'a', 'nice', 'macrame', 'detail', 'the', 'material', 'is', 'a', 'very', 'plain', 'with', 'much', 'to', 'be', 'desired', 'ultimately', 'kept', 'the', 'shirt', 'but', 'would', 'have', 'loved', 'it', 'more', 'if', 'it', 'was', 'made', 'with', 'something', 'that', 'felt', 'better', 'quality.,5,1,0', 'general', 'tops', 'knits'] ['16482,927,48', 'thick', 'soft', 'cashmere', 'but', 'style', 'is', 'not', 'for', 'me', 'i', 'just', 'got', 'this', 'in', 'the', 'green', 'and', 'i', "'d", 'say', 'the', 'color', 'is', 'deeper/darker', 'than', 'shown', 'more', 'of', 'a', 'turquoise-green', 'or', 'muted', 'teal', 'color', 'it', "'s", 'the', 'densest', 'thickest', 'cashmere', 'it', "'s", '100', 'cashmere', 'i', "'ve", 'felt', 'in', 'a', 'while', 'and', 'it', "'s", 'so', 'soft', 'but', 'it', 'just', 'does', "n't", 'look', 'good', 'on', 'me', 'i', "'m", '5', '3', 'and', 'about', '105', 'lbs', 'and', 'usually', 'wear', 'xspetite', 'i', 'got', 'this', 'in', 'the', 'xs', 'regular', 'hoping', 'it', 'would', 'be', 'long', 'enough', 'for', 'leggings', 'and', 'i', 'do', "n't", 'think', 'it', 'is', 'in', 'the', 'back', 'plus', 'it', "'s", 'just', 'too', 'bell', 'shaped', 'and', 'i', "'m", 'slightly', 'pear-shaped', 'already', 'it', ',4,1,3', 'general', 'tops', 'sweaters'] ['16483,868,48', 'unflattering', 'cut', 'i', 'tried', 'this', 'top', 'in', 'xs', 'in', 'store', 'i', 'loved', 'the', 'macrame', 'detail', 'and', 'quality', 'of', 'fabric', 'it', 'billowed', 'out', 'too', 'much', 'below', 'the', 'chest', 'and', 'looked', 'tent', 'like', 'my', 'daughter', 'laughed', 'when', 'she', 'saw', 'me', 'in', 'it-', 'so', 'did', 'i', 'i', 'did', "n't", 'buy', 'it', 'i', "'m", '5', '2', '115', ',3,0,0', 'general', 'tops', 'knits'] ['16484,868,31', 'great', 'design', 'poor', 'execution', 'i', 'love', 'the', 'material', 'of', 'this', 'shirt', 'and', 'i', 'love', 'the', 'design', 'however', 'there', 'is', 'just', 'too', 'much', 'fabric', 'it', 'felt', 'very', 'boxy', 'and', 'gave', 'me', 'no', 'shape', 'at', 'all', 'for', 'someone', 'who', 'is', 'petite', 'this', 'just', 'was', "n't", 'flattering', 'i', 'love', 'the', 'design', 'idea', 'though', ',3,0,1', 'general', 'tops', 'knits'] ['16485,868,42', 'adorable', 'but', 'runs', 'big', 'lovey', 'top', 'in', 'the', 'photos', 'however', 'its', 'fairly', 'large', 'and', 'the', 'chest', 'area', 'can', 'make', 'you', 'look', 'even', 'larger', 'i', "'m", '5', '3', '118lbs', '36c', 'generally', 'wear', 'xs', 'or', '2s', 'in', 'retailer', 'tops', 'ordered', 'the', 'xs', 'but', 'it', 'was', 'just', 'too', 'large', 'and', 'unflattering', 'the', 'lace', 'work', 'is', 'so', 'pretty', 'it', 'has', 'potential', 'but', 'the', 'design', 'does', "n't", 'work', 'well', 'for', 'some', ',2,0,1', 'general', 'tops', 'knits'] ['16486,828,57', 'so', 'so', 'pretty', 'sunday', 'in', 'brooklyn', 'has', 'been', 'killing', 'it', 'lately', 'with', 'their', 'tops', 'i', 'could', 'not', 'decide', 'between', 'this', 'and', 'another', 'of', 'theirs', 'but', 'i', 'am', 'glad', 'i', 'chose', 'this', 'one', 'first', 'the', 'design', 'is', 'great', 'very', 'cunning', 'style', 'the', 'sleeve', 'length', 'matches', 'the', 'length', 'of', 'the', 'top', 'tier', 'which', 'gives', 'this', 'top', 'a', 'very', 'finished', 'look', 'the', 'color', 'is', 'a', 'beautiful', 'jewel-like', 'raspberry', 'red', 'with', 'a', 'bluish', 'undertone', 'and', 'the', 'fabric', 'is', 'a', 'nice', 'washable', 'poly', 'i', 'wore', 'my', 'usual', 'size', 'xs', 'at', 'retailer', ',5,1,0', 'general', 'tops', 'blouses'] ['16487,868,32', 'super', 'cute', 'this', 'is', 'a', 'very', 'cute', 'top', 'i', 'am', '5', '4', '170lbs', '34dd', 'and', 'a', 'large', 'fit', 'great', 'it', 'fit', 'perfectly', 'in', 'the', 'chest', 'but', 'the', 'top', 'is', 'meant', 'to', 'be', 'baggy', 'at', 'the', 'bottom', 'and', 'long', 'it', 'covers', 'my', 'bum', 'looks', 'very', 'cute', 'with', 'skinny', 'jeans', 'love', 'it', ',5,1,2', 'general', 'tops', 'knits'] ['16488,868,33', 'loreley', 'tank', 'this', 'is', 'a', 'great', 'effortless', 'top', 'you', 'can', 'dress', 'it', 'up', 'or', 'down', 'and', 'fits', 'true', 'to', 'size', 'it', "'s", 'forgiving', 'and', 'the', 'straps', 'draw', 'your', 'eye', 'to', 'the', 'most', 'flattering', 'part', 'of', 'the', 'body', 'the', 'fabric', 'is', 'stretchy', 'and', 'and', 'comfortable', ',4,1,0', 'general', 'tops', 'knits'] ['16489,829,46', 'boxy', 'very', 'cute', 'top', 'and', 'nice', 'material', 'but', 'the', 'fit', 'is', 'strange', 'there', "'s", 'a', 'reason', 'that', 'the', 'model', 'has', 'her', 'arms', 'at', 'her', 'side', 'the', 'shoulders', 'fit', 'perfectly', 'in', 'my', 'usual', 'small', 'but', 'the', 'body', 'is', 'very', 'loose', 'the', 'sleeves', 'are', 'full', 'probably', 'twice', 'as', 'full', 'as', 'seen', 'in', 'the', 'pictures', 'which', 'adds', 'interest', 'but', 'was', 'unexpected', 'also', 'the', 'arm', 'hole', 'is', 'wide', 'so', 'the', 'bottom', 'seam', 'of', 'the', 'sleeve', 'attaches', 'low', 'on', 'the', 'body', 'of', 'the', 'shirt', 'which', 'creates', 'an', 'awkward', 'silhouette', 'i', 'normally', 'love', 'designs', 'by', 'whit', 'but', 'i', "'m", 'not', 'sure', 'about', 'this', 'one', ',3,1,1', 'general', 'tops', 'blouses'] ['16490,123,43', 'vibrant', 'colors', 'fit', 'great', 'with', 'moving', 'room', 'colors', 'very', 'vibrant', 'just', 'right', 'for', 'a', 'house', 'with', 'lots', 'of', 'cool', 'air', 'conditioning', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16491,836,58', 'beautifully', 'made', 'shirt', 'however', 'the', 'sizing', 'is', 'way', 'off', 'the', 'sleeves', 'and', 'across', 'the', 'chest', 'are', 'really', 'tight', 'while', 'the', 'rest', 'of', 'the', 'shirt', 'fits', 'fine', 'if', 'you', 'get', 'a', 'size', 'larger', 'then', 'the', 'shirt', 'in', 'the', 'body', 'is', 'to', 'large', 'would', 'recommend', 'if', 'you', 'have', 'really', 'tiny', 'shoulders', 'arms', 'and', 'chest', 'such', 'a', 'shame', 'since', 'i', 'really', 'love', 'the', 'shirt', ',2,1,2', 'general', 'tops', 'blouses'] ['16492,836,29', 'beautiful', 'top', 'this', 'is', 'a', 'beautiful', 'top', 'but', 'the', 'fit', 'is', 'odd', 'it', "'s", 'roomy', 'and', 'flowy', 'in', 'the', 'bust', 'and', 'waist', 'but', 'the', 'arms', 'are', 'disproportionately', 'tight', 'i', 'wear', 'a', 'size', '8', 'in', 'all', 'hd', 'in', 'paris', 'tops', 'but', 'this', 'one', 'did', "n't", 'fit', 'anything', 'like', 'the', 'others', 'i', 'would', "n't", 'even', 'know', 'what', 'size', 'to', 'recommend', 'because', 'it', "'s", 'almost', 'too', 'big', 'in', 'the', 'body', 'while', 'being', 'too', 'tight', 'in', 'the', 'arms', 'the', 'lace', 'and', 'mock', 'neck', 'is', 'beautiful', 'though', 'so', 'i', "'m", 'hoping', 'to', 'find', 'someway', 'to', 'wear', 'it', 'comfortably', 'otherwise', 'it', 'will', 'be', 'going', 'back', ',3,1,0', 'general', 'tops', 'blouses'] ['16493,123,41', 'the', 'cutest', 'i', 'have', 'several', 'lilka', 'pj', 'bottoms', 'and', 'i', "'m", 'glad', 'to', 'add', 'these', 'ones', 'with', 'the', 'adorable', 'bird', 'print', 'to', 'my', 'collection', 'tts', 'soft', 'flannel', 'striking', 'colors', 'only', 'wish', 'they', 'had', 'pockets', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['16494,836,36', 'this', 'top', 'is', 'tight', 'across', 'the', 'bust', 'i', 'am', 'a', '32dd', 'cup', 'and', 'more', 'trapeze-shaped', 'than', 'the', 'picture', 'shows', 'if', 'you', 'are', 'smaller', 'busted', 'it', 'may', 'not', 'flare', 'out', 'as', 'much'] ['also-', 'the', 'sz', '10', 'is', 'what', 'was', 'tight', 'and', 'i', 'usually', 'wear', 'a', 'sz', '4', 'or', '6', 'or', 'small-size', 'top/blouse'] ['in', 'the', 'end', 'this', 'was', "n't", 'very', 'flattering', 'as', 'it', 'looked', 'more', 'like', 'a', 'maternity', 'top', ',2,0,2', 'general', 'tops', 'blouses'] ['16495,836,36', 'so', 'sad', 'i', 'was', 'obsessed', 'with', 'this', 'top', 'i', 'ordered', 'my', 'normal', '4', 'and', 'was', 'bummed', 'about', 'the', 'fit', 'in', 'the', 'shoulders', 'the', 'slight', 'puff', 'was', 'too', 'far', 'in', 'it', 'did', "n't", 'hit', 'on', 'my', 'shoulder', 'so', 'i', 'returned', 'it', 'to', 'a', 'store', 'and', 'ordered', 'a', '6.', 'it', 'came', 'quickly', 'but', 'it', 'was', 'still', 'too', 'narrow', 'in', 'the', 'shoulders', 'i', 'took', 'it', 'to', 'the', 'store', 'and', 'held', 'it', 'against', 'the', '4', 'and', 'the', 'seam', 'was', 'the', 'same', 'length', 'between', 'the', 'neck', 'and', 'shoulder', 'as', 'the', '4.', 'both', 'returned', 'i', 'had', 'no', 'hope', 'for', 'an', '8', ',2,0,2', 'general', 'tops', 'blouses'] ['16496,836,60', 'not', 'impressed', 'this', 'is', 'the', 'first', 'hd', 'in', 'paris', 'top', 'i', 'have', "n't", 'loved', 'high', 'hopes', 'for', 'this', 'top', 'since', 'i', 'love', 'the', 'brand', 'and', 'the', 'color', 'this', 'was', 'an', 'online', 'only', 'item', 'so', 'i', 'guessed', 'at', 'the', 'size', 'typically', 'order', 'a', '4', 'petite', 'ordered', 'the', '4', 'regular', 'since', 'the', 'length', 'was', 'already', 'quite', 'short', 'in', 'the', 'regular', 'length', 'it', 'was', 'oddly', 'constructed', 'small', 'in', 'the', 'arms', 'but', 'boxy', 'and', 'oddly', 'bell', 'shaped', 'bottom', 'the', 'lining', 'was', 'tough', 'to', 'keep', 'straightened', 'while', 'trying', 'to', 'put', 'it'] ['on', 'too', 'bad', 'but', 'it', 'went', 'back', ',2,0,4', 'general', 'tops', 'blouses'] ['16497,1111,50', 'stunning', 'dress', 'this', 'dress', 'is', 'as', 'stunning', 'in', 'person', 'as', 'it', 'is', 'in', 'these', 'pictures', 'i', "'m", 'petite', 'and', 'so', 'it', "'s", 'longer', 'on', 'me', 'than', 'it', 'is', 'on', 'the', 'model', 'i', 'got', 'a', '4p', 'and', 'the', 'waist', 'was', 'perfect', 'i', 'thought', 'it', 'might', 'look', 'matronly', 'as', 'it', 'was', 'longer', 'but', 'it', 'looks', 'classic', 'i', 'feel', 'like', 'i', 'could', 'dress', 'it', 'down', 'just', 'a', 'bit', 'with', 'flats', 'and', 'a', 'cardi', 'or', 'wear', 'it', 'to', 'an', 'event', 'with', 'heals', 'and', 'a', 'wrap', 'it', "'s", 'so', 'comfortable', 'and', 'forgiving', 'in', 'the', 'waist', 'and', 'belly', 'area', 'which', 'is', 'icing', 'on', 'the', 'cake', 'i', 'had', 'absolutely', 'no', 'reason', 'to', 'buy', 'it', 'but', 'once', 'i', 'tried', 'it', ',5,1,0', 'general', 'dresses', 'dresses'] ['16498,123,27', 'birds', 'in', 'party', 'hats', 'this', 'pjs', 'are', 'adorable', 'they', 'run', 'tts', 'and', 'are', 'extremely', 'comfortable', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16499,1074,45', 'so', 'comfy', 'so', 'sad', 'it', 'didnt', 'fit', 'the', 'fabric', 'is', 'great', 'the', 'design', 'is', 'fun', 'i', 'thought', 'the', 'dress', 'would', 'be', 'perfect', 'for', 'work', 'and', 'also', 'wear', 'for', 'a', 'fun', 'night', 'out', 'the', 'fit', 'was', 'perfect', 'up', 'top', 'but', 'the', 'bottom', 'part', 'was', 'to', 'full', 'and', 'a', 'lot', 'longer', 'then', 'i', 'expected', 'so', 'i', 'had', 'to', 'return', 'it.,2,1,0', 'general', 'dresses', 'dresses'] ['16500,1095,31', 'this', 'reminded', 'me', 'of', 'big', 'bird', 'in', 'person', 'and', 'just', 'adds', 'volume', 'to', 'your', 'body', 'i', "'m", 'thin', 'and', 'usually', 'wear', 'a', 'size', '0', 'so', 'i', "'m", 'not', 'sure', 'who', 'this', 'may', 'look', 'good', 'on', ',1,0,3', 'general', 'dresses', 'dresses'] ['16501,671,48', 'soft', 'and', 'casual', 'pretty', 'pyjama', 'pants', 'that', 'can', 'be', 'worn', 'running', 'errands', 'dropping', 'off', 'kids', ',5,1,0', 'initmates', 'intimate', 'sleep'] ['16502,1111,43', 'absolutely', 'gorgeous', 'dress', 'this', 'dress', 'is', 'a', 'winner', 'the', 'material', 'is', 'not', 'stiff', 'like', 'many', 'neoprene', 'dresses', 'it', 'is', 'soft', 'and', 'silky', 'and', 'has', 'amazing', 'drape', 'the', 'dress', 'is', 'very', 'flattering', 'the', 'material', 'is', 'very', 'stretchy', 'even', 'through', 'the', 'waist', 'so', 'it', 'is', 'and', 'easy', 'perfect', 'fit', 'on', 'different', 'body', 'types', 'i', 'loved', 'the', 'shorter', 'versions', 'of', 'the', 'dress', 'but', 'they', 'were', "n't", 'workable', 'for', 'me', 'but', 'this', 'length', 'is', 'perfect', 'and', 'there', 'are', 'pockets', 'that', 'are', 'sewn', 'in', 'with', 'perfect', 'detailing', 'they', 'do', "n't", 'stick', 'out', 'or', 'disturb', 'the', 'line', 'of', 'the', 'dress', ',5,1,11', 'general', 'dresses', 'dresses'] ['16503,836,39', 'stunning', 'i', 'have', 'no', 'idea', 'why', 'this', 'has', 'bad', 'reviews', 'how', 'is', 'there', 'any', 'left', 'this', 'is', 'a', 'beautiful', 'piece', 'that', 'i', 'had', 'to', 'have', 'in', 'both', 'the', 'navy', 'and', 'green', 'i', 'love', 'that', 'it', 'comes', 'with', 'a', 'cami', 'it', '39', 's', 'very', 'flattering', 'and', 'not', 'too', 'wide', 'or', 'boxy', 'the', 'lace', 'detail', 'is', 'amazing', 'i', 'bought', 'my', 'usual', 'size', 'and', 'it', 'fits', 'perfect', 'love', 'this', 'top', ',5,1,0', 'general', 'tops', 'blouses'] ['16504,836,69', 'not', 'as', 'pictured', 'better', 'this', 'top', 'in', 'the', 'remaining', 'blue', 'green', 'is', 'not', 'the', 'top', 'pictured', 'it', "'s", 'like', 'the', 'photos', 'posted', 'in', 'a', 'recent', 'review', 'by', 'inwonderland', 'the', 'color', 'is', 'deep', 'and', 'beautiful', 'the', 'neck', 'is', 'high', 'the', 'lace', 'is', 'floral', 'there', "'s", 'a', 'seam', 'under', 'the', 'bust', 'with', 'a', 'center', 'pleat', 'falling', 'from', 'it', 'there', "'s", 'no', 'reason', 'for', 'hesitancy', 'at', 'the', 'sale', 'price', ',5,1,0', 'general', 'tops', 'blouses'] ['16505,836,69', 'blue', 'green', 'this', 'top', 'is', 'beautiful', 'at', 'the', 'present', 'price', 'grab', 'it', 'the', 'fit', 'was', 'tts', 'for', 'me', 'a', 'bit', 'loose', 'if', 'anything', 'the', 'blue', 'green', 'color', 'which', 'is', 'not', 'pictured', 'is', 'shown', 'in', 'my', 'uploaded', 'photos', ',5,1,0', 'general', 'tops', 'blouses'] ['16506,1074,39', ',,5,1,0', 'general', 'dresses', 'dresses'] ['16507,331,59', 'boxy', 'and', 'unflattering', 'though', 'the', 'quality', 'is', 'good', 'and', 'the', 'fabric', 'is', 'both', 'sturdy', 'and', 'soft', 'the', 'cut', 'of', 'this', 'top', 'made', 'this', 'a', 'no-go', 'for', 'me', 'it', "'s", 'a', 'bit', 'short', 'in', 'front', 'and', 'also', 'boxy', 'which', 'is', 'emphasized', 'by', 'the', 'dolman', 'sleeves', 'i', 'ordered', 'the', 'coral', 'color', 'and', 'it', 'was', 'much', 'brighter', 'almost', 'neon-y', 'as', 'opposed', 'to', 'the', 'soft', 'salmon', 'color', 'my', 'screen', 'shows', 'i', 'regretfully', 'returned', 'it', ',3,0,0', 'initmates', 'intimate', 'lounge'] ['16508,1074,37', 'super', 'cute', 'this', 'dress', 'fits', 'really', 'cute', 'i', 'actually', 'think', 'it', "'s", 'cuter', 'in', 'person', 'than', 'on', 'the', 'site', 'really', 'flattering', 'the', 'skirt', 'hits', 'a', 'few', 'inches', 'longer', 'on', 'me', 'than', 'it', 'does', 'on', 'the', 'model', 'so', 'it', "'s", 'appropriate', 'for', 'work', 'and', 'networking', 'functions', 'i', "'m", '5', '3', '110lbs', 'i', 'got', 'the', '0', 'and', 'it', "'s", 'great', ',5,1,0', 'general', 'dresses', 'dresses'] ['16509,123,43', 'birdy', 'love', 'vibrant', 'colors', 'and', 'birds', 'what', "'s", 'not', 'to', 'love', 'these', 'lounge', 'pants', 'are', 'so', 'cute', 'soft', 'and', 'comfortable', 'they', 'do', 'run', 'a', 'little', 'large', ',4,1,1', 'initmates', 'intimate', 'sleep'] ['16510,904,40', 'adorable', 'sweater', 'when', 'i', 'was', 'finally', 'able', 'to', 'find', 'my', 'size', 'available', 'online', 'i', 'did', "n't", 'hesitate', 'i', 'am', '5', '4', '123lbs', '34d', 'and', 'size', '27', 'jeans', 'i', 'originally', 'ordered', 'a', 'small', 'wow', 'was', 'i', 'surprised', 'it', 'was', 'too', 'small', 'and', 'cropped', 'i', 'returned', 'and', 'ordered', 'a', 'medium', 'received', 'today', 'and', 'i', 'have', 'to', 'say', 'i', 'was', 'super', 'happy', 'it', 'fit', 'perfect', 'in', 'fact', 'it', 'fit', 'much', 'like', 'how', 'the', 'model', "'s", 'fit', 'in', 'the', 'photographs', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16511,331,52', 'cute', 'and', 'well', 'made', 'this', 'is', 'very', 'practical', 'it', 'goes', 'with', 'many', 'things', 'and', 'is', 'very', 'comfortable', 'it', 'can', 'be', 'worn', 'with', 'different', 'leggings', 'or', 'with', 'jeans', 'and', 'it', 'is', 'well', 'made', 'thanks', 'retailer', ',5,1,1', 'initmates', 'intimate', 'lounge'] ['16512,937,53', 'yes', 'it', 'runs', 'very', 'large', 'i', 'usually', 'wear', 'a', 'm', 'and', 'ordered', 'the', 'xs/s', 'i', 'like', 'the', 'oversize', 'fit', 'and', 'i', 'think', 'this', 'poncho', 'is', 'unique', 'chic', 'and', 'modern', 'definitely', 'worth', 'the', 'price', 'especially', 'on', 'sale', 'very', 'nice', 'quality', 'fabric', ',5,1,1', 'general', 'tops', 'sweaters'] ['16513,828,34', 'adorable', 'just', 'bought', 'this', 'top', 'in', 'an', 'xs', 'and', 'i', 'can', 'amp', '39', 't', 'wait', 'to', 'wear', 'it', 'i', 'amp', '39', 'm', '5', 'amp', '39', '3', 'and', '115', 'pounds', 'i', 'usually', 'stick', 'with', 'the', 'petitie', 'tops', 'but', 'the', 'regular', 'one', 'fit', 'me', 'perfectly', 'you', 'might', 'need', 'to', 'wear', 'a', 'cami', 'as', 'it', 'is', 'a', 'little', 'see', 'through', 'a', 'great', 'addition', 'to', 'my', 'wardrobe.,5,1,0', 'general', 'tops', 'blouses'] ['16514,927,39', 'perfect', 'for', 'fall', 'this', 'is', 'the', 'kind', 'of', 'weather', 'i', 'want', 'to', 'wrap', 'myself', 'up', 'with', 'a', 'cozy', 'and', 'soft', 'blanket', 'but', 'i', 'ca', "n't", 'really', 'walking', 'around', 'with', 'a', 'giant', 'bulky', 'blanket', 'this', 'cardigan', 'is', 'as', 'good', 'as', 'i', 'can', 'get', 'it', "'s", 'so', 'soft', 'comfy', 'and', 'well', 'made', 'nowadays', 'most', 'of', 'the', 'knitwear', 'are', 'made', 'of', 'dominantly', 'polyester', 'this', 'one', 'is', 'mostly', 'natural', 'material', 'with', 'has', 'a', 'much', 'better', 'feel', 'than', 'the', 'man', 'made', 'kind'] ['i', 'like', 'how', 'this', 'garment', 'is', 'not', 'too', 'bulky', 'and', 'not', 'too', 'tight', 'warm', 'enough', 'for', 'the', 'breeze', 'but', 'not', 'too', 'thick', 'love', 'it', ',5,1,2', 'general', 'tops', 'sweaters'] ['16515,927,35', 'elegant', 'comfort', 'i', 'saw', 'this', 'online', 'and', 'could', "n't", 'wait', 'to', 'get', 'my', 'hands', 'on', 'it', 'my', 'only', 'problem', 'was', 'choosing', 'a', 'color', 'i', 'got', 'the', 'black', 'one', 'it', 'is', 'a', 'bit', 'hairy', 'but', 'soft', 'and', 'smooth', 'as', 'well', 'it', 'feels', 'very', 'high', 'quality', 'it', 'has', 'two', 'nicely', 'placed', 'buttons', 'if', 'you', "'d", 'like', 'it', 'kept', 'in', 'place', 'but', 'it', "'s", 'just', 'as', 'nice', 'loosely', 'draped', 'it', 'will', 'work', 'well', 'dressed', 'up', 'or', 'down', 'it', 'runs', 'large', 'but', 'clearly', 'intended', 'to', ',5,1,0', 'general', 'tops', 'sweaters'] ['16516,1081,36', 'unique', 'dress', 'with', 'pockets', 'this', 'dress', 'has', 'a', 'beautiful', 'shape', 'it', 'was', 'a', 'onesie', 'in', 'a', 'store', 'only', 'one', 'they', 'had', 'and', 'i', "'m", 'glad', 'i', 'tried', 'it', 'on', 'usually', 'i', "'m", 'a', '6', 'or', '4.', 'this', 'is', 'an', '8', 'and', 'it', "'s", 'a', 'perfect', 'fit', 'definitely', 'size', 'up', 'at', 'least', 'one', 'dress', 'size', 'the', 'knit', 'shoulders', 'are', 'beautiful', 'and', 'the', 'belt', 'is', 'slimming', 'i', 'love', 'the', 'writing', 'on', 'it', 'it', "'s", 'a', 'classic', 'dress', 'and', 'it', 'makes', 'me', 'feel', 'beautiful', 'and', 'unique', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16517,1110,51', 'beautiful', 'fabric', 'irregular', 'fit', 'the', 'fabric', 'and', 'color', 'are', 'absolutely', 'beautiful', 'the', 'shape', 'of', 'the', 'dress', 'is', 'strange', 'fitted', 'and', 'tight', 'through', 'the', 'waist', 'and', 'enormous', 'everywhere', 'else', 'it', 'was', 'not', 'flattering', ',2,0,0', 'general', 'dresses', 'dresses'] ['16518,825,39', 'nice', 'enough', 'i', 'had', 'been', 'looking', 'for', 'an', 'off', 'the', 'shoulder', 'top', 'or', 'open', 'shoulder', 'as', 'the', 'trend', 'is', 'really', 'in', 'right', 'now', 'but', 'that', 'proves', 'more', 'difficult', 'for', 'me', 'muscular', 'traps', 'and', 'shoulders', 'not', 'always', 'flattering', 'anyway', 'i', 'decided', 'to', 'order', 'this', 'i', 'saw', 'it', 'paired', 'with', 'a', 'wide-leg', 'jeans', 'tucked', 'in', 'that', 'is', 'how', 'i', 'like', 'it', 'tucked', 'in', 'it', 'is', 'otherwise', 'a', 'little', 'boxy', 'on', 'me', 'wide', 'shoulders', 'means', 'the', 'whole', 'thing', 'shifts', 'out', 'the', 'fabric', 'si', 'a', 'tiny', 'bit', 'wrinkle-prone', 'but', 'not', 'too', 'badly', 'both', 'colors', 'are', 'nice', 'but', 'thought', ',4,1,1', 'general', 'petite', 'tops', 'blouses'] ['16519,927,57', 'great', 'up-to-date', 'style', 'this', 'is', 'a', 'great', 'up-to-date', 'twist', 'on', 'a', 'must-have', 'staple', 'a', 'black', 'or', 'grey', 'cardigan', 'easy', 'flowing', 'and', 'flattering', 'style', 'and', 'warm', 'enough', 'for', 'fall', 'weather.,5,1,1', 'general', 'tops', 'sweaters'] ['16520,1081,54', 'beautiful', 'dress', 'small', 'in', 'the', 'bust', 'i', 'absolutely', 'loved', 'this', 'dress', 'the', 'style', 'is', 'flattering', 'and', 'the', 'mix', 'of', 'fabrics', 'and', 'lace', 'make', 'it', 'truly', 'feminine', 'and', 'unique', 'the', 'only', 'problem', 'is', 'the', 'bust', 'runs', 'really', 'small', 'i', 'normally', 'wear', 'a', '4-6', 'in', 'retailer', 'but', 'i', 'ordered', 'a', '6', 'and', 'and', '8', 'and', 'both', 'were', 'way', 'to', 'tight', 'in', 'the', 'bust', 'very', 'disappointed', 'because', 'i', 'really', 'wanted', 'to', 'keep', 'this', 'dress', ',3,1,1', 'general', 'petite', 'dresses', 'dresses'] ['16521,927,52', 'ca', "n't", 'bring', 'myself', 'to', 'pay', 'full', 'price', 'for', 'this', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'and', 'almost', 'considered', 'buying', 'it', 'until', 'i', 'looked', 'at', 'the', 'price', 'tag', 'i', 'think', 'it', "'s", 'unique', 'and', 'interesting', 'i', 'just', 'do', "n't", 'think', 'it', "'s", 'worth', 'the', 'the', 'fabric', 'is', 'nothing', 'special', 'and', 'the', 'construction', 'is', 'not', 'complicated', 'enough', 'to', 'warrant', 'the', 'cost', 'i', 'would', 'consider', 'it', 'on', 'sale', 'retailer', 'has', 'more', 'interesting', 'sweaters', 'made', 'with', 'softer', 'blends', 'for', 'a', 'similar', 'price', 'all', 'things', 'considered', 'i', 'do', "n't", 'think', 'it', "'s", 'a', 'smart', 'purchase.,4,1,0', 'general', 'tops', 'sweaters'] ['16522,454,30', 'great', 'short', 'i', 'am', 'very', 'glad', 'i', 'purchased', 'these', 'shorts', 'on', 'sale', 'bought', 'the', 'coral', 'color', 'in', 'a', 'large', '5', '7', '140lbs', 'with', 'a', 'generous', 'underside', 'and', 'long', 'legs', 'i', 'usually', 'wear', 'a', 'm', 'or', 'a', 'l', 'in', 'yoga', 'pants', 'the', 'l', 'here', 'fits', 'really', 'nicely', 'not', 'too', 'tight', 'and', 'enough', 'length', 'in', 'the', 'inseam', 'so', 'that', 'i', 'do', "n't", 'feel', 'silly', 'practicing', 'outdoors', 'in', 'the', 'park', 'the', 'rise', 'is', 'also', 'perfect', ',5,1,0', 'initmates', 'intimate', 'lounge'] ['16523,912,29', 'not', 'made', 'right', 'this', 'has', 'such', 'awful', 'proportions', 'i', "'m", '5', '0', 'and', '100', 'lbs', 'ordered', 'xxs', 'petite', 'in', 'the', 'neutral', 'color', 'the', 'seam', 'at', 'the', 'bust', 'literally', 'hits', 'in', 'the', 'middle', 'of', 'my', 'bust', 'it', 'looks', 'very', 'unflattering', 'and', 'it', "'s", 'very', 'pronounced', 'i', "'m", 'only', '5', '0', 'and', 'already', 'the', 'seam', 'hits', 'at', 'such', 'a', 'high', 'point', 'on', 'me', 'below', 'the', 'seam', 'the', 'sweater', 'is', 'all', 'scrunched', 'up', 'where', 'it', "'s", 'sewed', 'and', 'it', 'balloons', 'outward', 'and', 'is', 'very', 'square', 'from', 'there', 'down', 'very', 'shapeless', 'sweater', 'and', 'not', 'flattering', 'at', 'all', 'unless', 'you', 'have', 'your', 'arms', 'by', 'your', 'sides', 'to', 'hi', ',2,0,26', 'general', 'tops', 'fine', 'gauge'] ['16524,927,33', 'fuzzy', 'wonderful', 'sweater', 'and', 'fashionable', 'for', 'autumn', 'the', 'only', 'thing', 'i', 'do', 'not', 'like', 'about', 'the', 'sweater', 'is', 'that', 'it', 'sheds', 'very', 'bad', 'bring', 'a', 'lint', 'roller', 'with', 'you', 'when', 'you', 'wear', 'the', 'sweater', ',4,1,1', 'general', 'tops', 'sweaters'] ['16525,1110,52', 'great', 'dress', 'but', 'not', 'for', 'texas', 'i', 'purchased', 'this', 'dress', 'to', 'wear', 'to', 'a', 'beach', 'wedding', 'i', 'loved', 'the', 'color', 'the', 'fit', 'and', 'the', 'style', 'i', 'even', 'got', 'a', 'lot', 'of', 'compliments', 'on', 'it', 'the', 'problem', 'was', 'that', 'the', 'wedding', 'was', 'on', 'the', 'beach', 'in', 'florida', '85', 'degree', 'weather', 'and', 'when', 'you', 'are', 'sweating', 'the', 'fabric', 'changes', 'colors', 'and', 'takes', 'a', 'really', 'really', 'long', 'time', 'to', 'return', 'to', 'normal', 'unfortunately', 'i', 'had', 'to', 'return', 'it', 'would', 'be', 'great', 'to', 'wear', 'indoors', 'just', 'watch', 'getting', 'water', 'or', 'anything', 'else', 'on', 'it', ',3,0,2', 'general', 'dresses', 'dresses'] ['16526,927,54', 'like', 'wearing', 'a', 'comfy', 'blanket', 'i', 'like', 'wearing', 'leggings', 'with', 'this', 'sweater', 'with', 'its', 'blanket', 'like', 'proportions', 'so', 'soft', 'and', 'comfy', 'have', 'only', 'experienced', 'minor', 'shedding', 'nothing', 'problematic', ',4,1,0', 'general', 'tops', 'sweaters'] ['16527,1120,66', 'amazing', 'little', 'jacket', 'oh', 'just', 'wow', 'this', 'jacket', 'is', 'simply', 'wonderful', 'ordered', 'my', 'regular', 'size', 'large', 'and', 'it', "'s", 'a', 'bit', 'oversized', 'due', 'to', 'the', 'swing', 'cut', 'and', 'absolutely', 'adorable', 'on', 'love', 'everything', 'about', 'it', 'except', 'the', 'length', 'which', 'is', 'very', 'cropped', 'it', "'s", 'lightweight', 'yet', 'warm', 'and', 'very', 'cuddly', 'the', 'snap', 'closure', 'is', 'wonderful', 'then', 'there', "'s", 'the', 'leather', 'trim', 'which', 'just', 'takes', 'it', 'up', 'a', 'notch', 'plenty', 'of', 'room', 'for', 'a', 'sweater', 'and', 'it', "'s", 'lined', 'although', 'it', "'s", 'so', 'cropped', 'i', 'think', 'the', 'length', 'will', 'be', 'attractive', 'worn', 'over', 'anything', 'that', "'s", 'longer', ',4,1,0', 'general', 'jackets', 'outerwear'] ['16528,825,37', 'so', 'close', 'i', 'got', 'this', 'top', 'planning', 'to', 'wear', 'it', 'with', 'the', 'sleeves', 'up', 'rather', 'than', 'off', 'the', 'shoulder', 'like', 'in', 'one', 'of', 'the', 'photos', 'my', 'regular', 'size', 'medium', 'was', 'way', 'too', 'large', 'so', 'i', 'went', 'down', 'to', 'a', 'small', 'however', 'the', 'collar', 'was', 'still', 'too', 'wide', 'for', 'the', 'sleeves', 'to', 'stay', 'above', 'my', 'bra', 'straps', 'back', 'it', 'goes', 'if', 'you', "'re", 'looking', 'for', 'a', 'strictly', 'off-the-shoulder', 'top', 'you', 'might', 'like', 'it', 'color', 'is', 'deep', 'blue', 'and', 'the', 'cotton', 'is', 'a', 'nice', 'weight', ',3,0,0', 'general', 'petite', 'tops', 'blouses'] ['16529,912,34', 'sizing', 'is', 'incredibly', 'off', 'i', 'tried', 'on', 'this', 'sweater', 'love', 'the', 'flowing', 'top', 'and', 'it', 'looked', 'like', 'the', 'seam', 'would', 'hit', 'right', 'under', 'my', 'bustline'] ['wrong'] ['the', 'seam', 'came', 'right', 'across', 'my', 'bust', 'on', 'a', 'medium', 'sized', 'up', 'to', 'a', 'large', 'same', 'thing', 'this', 'should', "n't", 'happen', 'not', 'sure', 'who', 'this', 'would', 'actually', 'flatter'] ['the', 'sweater', 'is', 'high', 'quality', 'and', 'the', 'colors', 'are', 'perfect', 'the', 'fit', 'needs', 'work', ',2,0,0', 'general', 'tops', 'fine', 'gauge'] ['16530,927,33', 'sheds', 'something', 'fierce', 'i', 'have', 'a', 'little', 'white', 'dog', 'who', 'i', "'m", 'convinced', 'sheds', 'hair', 'just', 'as', 'fast', 'as', 'he', 'can', 'grow', 'them', 'i', "'m", 'constantly', 'finding', 'white', 'hairs', 'on', 'all', 'of', 'my', 'clothes', 'and', 'have', 'to', 'actively', 'work', 'to', 'keep', 'my', 'pup', 'from', 'lovingly', 'brushing', 'his', 'sweet', 'little', 'head', 'against', 'my', 'favorite', 'black', 'leggings', 'this', 'sweater', 'is', 'exactly', 'like', 'my', 'puppy', 'shedding', 'for', 'days', 'and', 'long', 'after', 'the', 'seasons', 'have', 'changed', 'it', "'s", 'gorgeous', 'and', 'the', 'fit', 'is', 'lovely', 'but', 'unless', 'you', "'re", 'prepared', 'to', 'carry', 'a', 'lint', 'roller', 'with', 'you', 'i', 'would', 'pass', 'this', 'by', 'it', "'s", 'very', 'soft', 'an', ',4,0,14', 'general', 'tops', 'sweaters'] ['16531,927,60', ',,5,1,0', 'general', 'tops', 'sweaters'] ['16532,1081,48', 'nice', 'but', 'runs', 'really', 'small', 'i', 'was', 'very', 'excited', 'to', 'receive', 'this', 'dress', 'online', 'only', 'so', 'had', 'to', 'have', 'shipped', 'the', 'colors', 'are', 'classic', 'primary', 'as', 'shown', 'the', 'outer', 'fabric', 'is', 'heavy', 'and', 'canvas-like', 'but', 'the', 'lining', 'is', 'white', 'nylon-ish', 'the', 'length', 'was', 'good', 'the', 'dress', 'is', 'nicely', 'lined', 'but', 'sadly', 'runs', 'very', 'small', 'in', 'the', 'bust', 'i', 'am', 'a', 'size', '8', 'and', 'a', '34b', 'and', 'this', 'dress', 'was', 'too', 'small', 'for', 'me', 'i', 'rarely', 'have', 'this', 'issue', 'sadly', 'it', "'s", 'going', 'back', 'i', 'should', 'have', 'waited', 'to', 'read', 'reviews', 'and', 'sized', 'up', 'fyi', 'the', 'belt', 'has', 'a', 'look', 'that', 'appears', 'worn', 'similar', 'to', 'p', ',4,1,9', 'general', 'petite', 'dresses', 'dresses'] ['16533,1081,21', ',such', 'a', 'beautiful', 'dress', 'with', 'my', 'favorite', 'print', 'it', 'does', 'run', 'a', 'size', 'small', 'if', 'you', 'ask', 'me', 'the', 'size', '10', 'i', 'got', 'fits', 'more', 'like', 'an', '8.', 'the', 'corduroy', 'belt', 'really', 'sets', 'the', 'waist', 'off.,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16534,825,48', 'cute', 'trendy', 'top', 'i', 'love', 'this', 'top', 'because', 'it', 'can', 'be', 'worn', 'on', 'or', 'off', 'the', 'shoulders', 'and', 'looks', 'equally', 'as', 'cute', 'either', 'way', 'i', 'bought', 'the', 'red', 'color', 'and', 'it', 'is', 'super', 'cheerful', 'and', 'perfect', 'for', 'summer', 'looks', 'great', 'with', 'faded', 'jeans', 'i', 'love', 'the', 'poplin', 'fabric', 'although', 'the', 'stitching', 'quality', 'is', 'shabby', 'and', 'i', 'expect', 'this', 'wo', "n't", 'hold', 'up', 'long', 'enough', 'to', 'wear', 'again', 'next', 'summer', 'for', 'the', 'price', 'i', 'feel', 'like', 'it', 'should', 'be', 'crafted', 'a', 'little', 'bit', 'better', 'i', 'am', 'narrow', 'shoulder', "'d", 'and', 'bra', 'size', '36', 'b', 'or', 'c', 'and', 'while', 'a', 'medium', 'might', 'have', 'fit', 'me', 'better', 'o', ',3,1,0', 'general', 'petite', 'tops', 'blouses'] ['16535,1021,38', 'love', 'the', 'look', 'beautiful', 'color', 'great', 'length', 'but', 'with', 'many', 'of', 'retailer', "'s", 'lace', 'skirts', 'dresses', 'and', 'shirts', 'the', 'zipper', 'did', 'not', 'eat', 'to', 'cooperate', ',4,1,1', 'general', 'bottoms', 'skirts'] ['16536,1110,44', 'the', 'pictures', 'do', 'not', 'do', 'this', 'dress', 'justice', 'this', 'dress', 'is', 'gorgeous', 'the', 'color', 'is', 'beautiful', 'and', 'it', 'is', 'so', 'flattering', 'on', 'even', 'better', 'this', 'dress', 'is', 'machine', 'washable', 'simply', 'hang', 'it', 'up', 'to', 'dry', 'and', 'it', 'looks', 'like', 'it', 'is', 'fresh', 'from', 'the', 'cleaners', 'i', 'love', 'this', 'dress', 'so', 'much', 'i', 'do', "n't", 'even', 'mind', 'that', 'i', 'purchased', 'it', 'at', 'full', 'price', 'and', 'now', 'it', 'is', 'on', 'sale', 'buy', 'this', 'dress', 'for', 'a', 'special', 'occasion', 'it', 'is', 'so', 'special', ',5,1,5', 'general', 'dresses', 'dresses'] ['16537,1110,41', 'beautiful', 'dress', 'this', 'dress', 'is', 'beautifully', 'made', 'and', 'has', 'a', 'lovely', 'sheen', 'to', 'it', 'it', "'s", 'elegant', 'and', 'can', 'be', 'worn', 'on', 'different', 'occasions', 'it', "'s", 'a', 'very', 'feminine', 'dress', 'i', 'ordered', 'the', 'dress', 'in', 'a', 'few', 'sizes', 'and', 'a', 'size', '2', 'fit', 'me', 'the', 'best', 'as', 'i', 'have', 'a', 'small', 'bust', 'line', ',4,1,2', 'general', 'dresses', 'dresses'] ['16538,1072,68', 'voluminous', 'eye', 'catching', 'dress', 'mes', 'demosilles', 'style', 'incorporates', 'lots', 'of', 'material', 'this', 'cotton', 'layered', 'voluminous', 'dress', 'is', 'an', 'eye', 'catcher', 'but', 'not', 'for', 'all', 'figures', 'i', 'like', 'this', 'bohemian', 'style', 'because', 'it', 'is', 'different', 'and', 'can', 'be', 'worn', 'with', 'a', 'belt', 'to', 'show', 'off', 'more', 'of', 'your', 'figure', 'or', 'loose', 'fitting'] ['i', 'ordered', 'a', '36', 'size', 'which', 'fitted', 'perfectly', 'around', 'the', 'bust', 'but', 'i', 'have', 'broad', 'shoulders', 'and', 'there', 'is', 'no', 'zipper', 'i', 'had', 'to', 'purchase', 'the', '38', 'size', 'so', 'i', 'could', 'remove', 'the', 'dress', 'over', 'my', 'shoulders', 'without', 'too', 'much', 'trouble', ',4,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16539,912,46', 'riley', 'tunic', 'so', 'soft', 'and', 'pretty', 'but', 'the', 'fit', 'is', 'off', 'on', 'me', 'i', "'m", 'an', 'xs/0', 'and', 'the', 'seam', 'on', 'this', 'hits', 'right', 'across', 'my', 'bust', 'with', 'the', '3/4', 'length', 'sleeves', 'it', 'makes', 'the', 'whole', 'thing', 'look', 'like', 'it', 'shrunk', 'in', 'the', 'wash.', 'on', 'my', 'pre-teen', 'daughter', 'however', 'it', 'looks', 'perfect', 'so', 'i', 'guess', 'i', "'d", 'say', 'size', 'up', 'if', 'you', 'have', 'boobs', ',4,1,6', 'general', 'tops', 'fine', 'gauge'] ['16540,927,55', 'even', 'better', 'than', 'photo', 'love', 'this', 'sweater', 'comfy', 'and', 'trendy', 'ca', "n't", 'wait', 'to', 'wear', 'with', 'my', 'new', 'retailer', 'knit', 'leggings', ',5,1,0', 'general', 'tops', 'sweaters'] ['16541,912,47', 'wanted', 'to', 'love', 'but', "couldn't.", 'runs', 'small', 'arms', 'very', 'short', 'and', 'hits', 'in', 'the', 'wrong', 'place', 'across', 'your', 'chest', 'would', 'not', 'recommend.,2,0,0', 'general', 'tops', 'fine', 'gauge'] ['16542,1081,39', 'my', 'new', 'favorite', 'dress', 'whimsical', 'and', 'elegant', 'fits', 'a', 'bit', 'snug', 'in', 'rib', 'cage', 'but', 'that', 'works', 'well', 'for', 'me', 'i', "'m", 'a', '32c', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16543,1081,43', 'amazing', 'design', 'and', 'unique', 'style', 'this', 'dress', 'is', 'absolutely', 'gorgeous', 'the', 'top', 'portion', 'fit', 'a', 'little', 'smaller', 'than', 'the', 'typical', 'size', 'i', 'order', 'the', 'zip', 'side', 'was', 'a', 'little', 'snug', 'but', 'the', 'fit', 'is', 'very', 'flattering', 'the', 'lace', 'detail', 'and', 'belted', 'design', 'are', 'very', 'pretty', 'the', 'skirt', 'portion', 'has', 'more', 'volume', 'than', 'i', 'tend', 'to', 'like', 'but', 'it', 'is', 'it', 'beautiful', ',5,1,8', 'general', 'petite', 'dresses', 'dresses'] ['16544,927,64', 'very', 'nice', 'i', 'saw', 'this', 'online', 'wondered', 'abt', 'the', 'sleeve', 'length', 'on', 'me', 'i', 'was', 'thinking', 'about', 'ordering', 'the', 'petite', 'size', 'since', 'i', "'m", 'only', '5', '3', 'sometimes', 'cardigans', 'have', 'longer', 'sleeves', 'than', 'i', 'want', 'it', 'was', 'at', 'the', 'local', 'store', 'so', 'i', 'tried', 'on', 'the', 'regular', 'xs', 'in', 'the', 'grey', 'the', 'fit', 'sleeve', 'length', 'was', 'fine', 'what', 'i', 'did', "n't", 'care', 'for', 'was', 'a', 'slight', 'itchiness', 'wool', 'fiber', 'some', 'mild', 'shedding', 'alpaca', 'fiber', 'i', 'decided', 'against', 'it', 'but', 'it', 'is', 'nice', 'looking', '5', '3', '117', ',4,1,22', 'general', 'tops', 'sweaters'] ['16545,1072,27', 'hahaha', 'this', 'dress', 'is', 'hilarious', 'it', 'looks', 'nothing', 'like', 'the', 'image', 'i', 'am', 'usually', 'a', '0/xs', 'and', '4', 'was', 'the', 'smallest', 'size', 'available', 'so', 'i', 'ordered', 'it', 'when', 'i', 'opened', 'it', 'it', 'felt', 'like', '10', 'lbs', 'of', 'fabric', 'i', 'thought', 'maybe', 'i', 'ordered', 'a', 'size', 'way', 'too', 'big', 'until', 'i', 'could', 'barely', 'squeeze', 'into', 'the', 'top', 'of', 'the', 'dress', 'once', 'i', 'looked', 'in', 'the', 'mirror', 'i', 'almost', 'fell', 'over', 'laughing', 'the', 'rest', 'of', 'the', 'dress', 'is', 'huge', 'i', 'do', "n't", 'believe', 'this', 'dress', 'would', 'be', 'flattering', 'on', 'anyone', ',1,0,7', 'general', 'dresses', 'dresses'] ['16546,830,51', 'full', 'but', 'pretty', 'i', 'ordered', 'this', 'in', 'an', 'xl', 'and', 'when', 'i', 'pulled', 'it', 'out', 'of', 'the', 'bag', 'it', 'seemed', 'huge', 'i', 'wear', 'both', 'l', 'and', 'xl', 'depending', 'on', 'the', 'sizing', 'when', 'i', 'tried', 'it', 'it', 'did', 'look', 'like', 'the', 'photo', 'it', "'s", 'meant', 'to', 'be', 'a', 'little', 'voluminous', 'the', 'arms', 'were', 'a', 'little', 'snug', 'so', 'sizing', 'down', 'was', 'out', 'of', 'the', 'question', 'it', 'looks', 'great', 'tucked', 'in', 'to', 'a', 'pair', 'of', 'flair', 'jeans', 'i', 'gave', 'the', 'asthetic', 'four', 'stars', 'because', 'of', 'the', 'design', 'which', 'is', 'just', 'a', 'teeny', 'bit', 'off', 'the', 'lace', 'is', 'delicate', 'too', 'btw', 'so', 'care', 'will', 'be', 'needed', 'not', 'to', 'snag', 'it', ',5,1,6', 'general', 'tops', 'blouses'] ['16547,840,31', 'great', 'item', 'this', 'tunic', 'is', 'flattering', 'and', 'high', 'quality', 'just', 'be', 'sure', 'you', 'size', 'down', ',5,1,0', 'general', 'tops', 'blouses'] ['16548,826,36', 'fun', 'top', 'this', 'top', 'is', 'cute', 'i', 'got', 'the', 'mint', 'coloured', 'one', 'and', 'like', 'it', 'with', 'that', 'said', 'the', 'sewing', 'however', 'is', 'a', 'bit', 'off', 'the', 'bottom', 'of', 'the', 'top', 'is', 'angled', 'there', 'is', 'no', 'mention', 'of', 'that', 'in', 'the', 'description', 'so', 'it', 'is', 'safe', 'to', 'say', 'it', 'is', 'not', 'part', 'of', 'the', 'design', 'it', 'is', 'not', 'tremendously', 'noticeable', 'but', 'i', 'noticed', 'it', 'i', 'will', 'still', 'keep', 'this', 'top', 'coz', 'i', 'can', 'camouflage', 'that', 'defect', 'with', 'a', 'cardigan', 'it', 'is', 'sheer', 'so', 'if', 'you', 'are', 'wearing', 'it', 'for', 'work', 'without', 'cover', 'a', 'camisole', 'would', 'be', 'required', 'or', 'a', 'nude', 'bra', 'i', 'am', '5', '0', '109lbs', 'and', ',4,1,7', 'general', 'tops', 'blouses'] ['16549,864,41', 'great', 'color', 'great', 'top', 'high', 'quality', 'could', 'use', 'some', 'stretch', 'recommend', 'it', ',4,1,0', 'general', 'tops', 'knits'] ['16550,864,69', 'too', 'short', 'this', 'is', 'a', 'great', 'top', 'except', 'i', 'wish', 'it', 'was', 'a', 'bit', 'longer', 'or', 'i', 'wish', 'it', 'came', 'with', 'a', 'short', 'tank', 'it', 'hits', 'right', 'at', 'my', 'pants', 'which', 'would', "n't", 'be', 'terrible', 'although', 'not', 'ideal', 'except', 'my', 'tank', 'that', 'i', 'need', 'to', 'wear', 'under', 'it', 'is', 'long', 'and', 'so', 'i', 'either', 'need', 'to', 'tuck', 'it', 'in', 'or', 'it', 'will', 'hang', 'past', 'the', 'shirt', 'neither', 'is', 'what', 'i', 'was', 'hoping', 'for', 'still', 'like', 'it', 'so', 'debating', 'whether', 'to', 'take', 'it', 'back', 'i', 'think', 'at', 'full', 'price', 'i', 'will', 'return', 'and', 'consider', 'it', 'again', 'it', 'it', 'makes', 'it', 'to', 'sale.,4,1,0', 'general', 'tops', 'knits'] ['16551,864,25', 'itchy', 'this', 'top', 'is', 'lovely', 'but', 'also', 'a', 'little', 'bit', 'itchy', 'the', 'detail', 'around', 'the', 'neck', 'is', 'beautiful', 'but', 'it', "'s", 'very', 'annoying', 'i', 'ca', "n't", 'decide', 'if', 'i', 'will', 'keep', 'it', 'or', 'not.,4,1,1', 'general', 'tops', 'knits'] ['16552,1077,39', 'not', 'for', 'everyone', 'this', 'is', 'too', 'much', 'fabric', 'for', 'me', '115', 'lbs', '30dd', '26.5', 'in', 'waist', 'short', 'even', 'in', 'the', 'smallest', 'size', 'but', 'i', 'saw', 'another', 'costumer', 'try', 'it', 'on', 'and', 'it', 'was', 'sooo', 'lovely', 'the', 'fabric', 'has', 'a', 'shimmery', 'thread', 'very', 'pretty', 'the', 'cut', 'was', 'super', 'flattering', 'on', 'her', 'curvier', 'body', 'it', 'was', 'gorgeous', 'she', 'tried', 'it', 'on', 'with', 'boots', 'and', 'also', 'put', 'on', 'a', 'long', 'vest', 'over', 'it', 'every', 'way', 'was', 'beautiful', 'jsut', 'not', 'on', 'me', 'sadly', 'so', 'i', 'say', 'give', 'it', 'a', 'try', 'may', 'work', 'for', 'you', ',4,1,0', 'general', 'dresses', 'dresses'] ['16553,1080,38', 'summer', 'go-to', 'dress', 'this', 'dress', 'is', 'as', 'comfortable', 'as', 'it', 'is', 'adorable', 'i', 'am', '6', '2', 'and', 'usually', 'wear', '12/14', 'but', 'the', '10', 'fit', 'me', 'love', 'love', 'love', 'this', 'dress', ',5,1,3', 'general', 'petite', 'dresses', 'dresses'] ['16554,840,27', 'nice', 'top', 'but', 'large', 'i', 'wanted', 'to', 'love', 'this', 'top', 'but', 'similar', 'to', 'many', 'of', 'retailer', "'s", 'styles', 'especially', 'this', 'season', 'this', 'top', 'is', 'very', 'large', 'and', 'tent-like', 'normally', 'i', 'like', 'a', 'larger', 'top', 'but', 'i', 'was', 'not', 'expecting', 'the', 'length', 'of', 'this', 'top', 'it', 'might', 'be', 'cute', 'belted', 'if', 'that', 'is', 'your', 'style', 'but', 'still', 'much', 'more', 'like', 'of', 'a', 'tunic', 'than', 'a', 'top', 'could', 'also', 'make', 'a', 'nice', 'maternity', 'top', 'i', 'am', '5', '7', 'and', 'ordered', 'a', 'medium', 'and', 'this', 'top', 'hit', 'me', 'much', 'lower', 'than', 'pictured', 'on', 'the', 'model', 'the', 'fabric', 'and', 'pattern', 'as', 'well', 'as', 'the', 'neckline', 'are', 'very', 'nice', ',4,1,5', 'general', 'tops', 'blouses'] ['16555,1065,47', 'great', 'concept', 'that', 'just', 'misses', 'the', 'mark', 'i', 'received', 'this', 'jumpsuit', 'today', 'in', 'size', 'medium', 'i', 'am', 'normally', 'a', 'size', '4-6.', 'overall', 'the', 'jumpsuit', 'fit', 'i', 'am', '5', '8.5', 'tall', 'and', 'the', 'length', 'was', 'fine', 'if', 'i', 'wore', 'flats', 'the', 'issue', 'with', 'this', 'jumpsuit', 'is', 'the', 'bottom', 'half', 'the', 'top', 'jersey', 'wrap', 'part', 'fit', 'great', 'nice', 'and', 'stretchy', 'fit', 'nicely', 'on', 'the', 'curves', 'the', 'problem', 'is', 'that', 'the', 'wrap', 'part', 'stops', 'at', 'your', 'rib', 'cage', 'and', 'the', 'pants', 'begin', 'somewhere', 'way', 'up', 'high', 'definitely', 'on', 'the', 'rib', 'cage', 'the', 'gathering', 'of', 'the', 'pants', 'gave', 'me', 'a', 'pooch', 'where', 'i', 'do', "n't", 'have', 'one', 'but', 'the', 'deal', 'kil', ',4,0,1', 'general', 'bottoms', 'pants'] ['16556,1077,40', 'love', 'this', 'dress', 'super', 'cute', 'on', 'i', 'love', 'the', 'print', 'and', 'the', 'tie', 'detail', 'and', 'the', 'fact', 'that', 'the', 'tie', 'actually', 'tightened', 'which', 'makes', 'the', 'waste', 'adjustable', 'the', 'slip', 'is', 'a', 'tad', 'tight', 'but', 'it', 'does', "n't", 'bother', 'me', 'its', 'stretchy', 'so', 'it', "'s", 'not', 'uncomfortable', 'i', 'bought', 'size', 'xs-i', 'usually', 'wear', 'a', '2', 'in', 'dresses', 'i', 'usually', 'buy', 'petite', 'because', 'of', 'the', 'length', 'but', 'this', 'fell', 'about', '2', 'above', 'the', 'knee', 'on', 'me', 'which', 'is', 'perfect', 'for', 'work', 'so', 'i', 'did', "n't", 'need', 'the', 'petite', 'i', 'am', '5', '3', '125', 'lbs', 'i', 'loved', 'the', 'soft', 'fabric-fine', 'for', 'year', 'round', 'in', 'southern', 'cal', ',5,1,0', 'general', 'dresses', 'dresses'] ['16557,1080,38', 'perfect', 'for', 'short', 'girls', 'this', 'dress', 'is', 'lovely', 'and', 'easy', 'to', 'wear', 'if', 'you', 'are', 'short', 'and', 'you', 'buy', 'regular', 'size', 'not', 'petite', 'i', 'am', '5', '1', 'and', 'i', 'bought', 'the', 'regular', 'medium', 'so', 'the', 'length', 'of', 'the', 'front', 'falls', 'just', 'above', 'my', 'knees', 'i', 'can', 'wear', 'it', 'to', 'work', 'without', 'leggings', 'the', 'other', 'thing', 'i', 'love', 'is', 'it', 'has', 'pockets', 'and', 'it', 'fits', 'generously', 'i', 'weigh', '140', 'lbs', 'and', 'will', 'usually', 'fit', 'in', 'a', 'medium', 'if', 'i', 'do', "n't", 'breathe', 'and', 'a', 'large', 'if', 'i', 'use', 'a', 'belt', 'but', 'in', 'this', 'size', 'medium', 'regular', 'i', 'can', 'breathe', 'and', 'i', 'need', 'a', 'belt', 'ergo', 'i', 'do', "n't", 'feel', 'like', 'i', 'need', 'to,5,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16558,1077,38', 'odd', 'design', 'the', 'design', 'is', 'very', 'strange', 'the', 'inner', 'slip', 'is', 'quite', 'form-fitting', 'but', 'the', 'dress', 'on', 'top', 'was', 'just', 'massive', 'like', 'a', 'sack', 'on', 'the', 'sides', 'were', 'tassels', 'that', 'i', 'could', 'not', 'figure', 'out', 'what', 'to', 'do', 'with', 'they', 'looked', 'weird', 'just', 'hanging', 'off', 'the', 'side', 'so', 'i', 'tried', 'to', 'knot', 'them', 'like', 'a', 'belt', 'overall', 'this', 'dress', 'was', 'not', 'attractive', 'on', 'it', 'looks', 'much', 'better', 'on', 'the', 'model', 'the', 'coloring', 'on', 'the', 'snakeskin', 'print', 'dress', 'is', 'also', 'different', 'in', 'real', 'life', 'harsher', 'red', 'blue', 'and', 'white', 'print', 'not', 'the', 'dusty', 'rose', 'and', 'plum', 'pictured', ',2,0,0', 'general', 'dresses', 'dresses'] ['16559,1065,44', 'effortless', 'style', 'lovely', 'jumpsuit', 'can', 'be', 'dressed', 'up', 'or', 'down', 'i', 'agree', 'with', 'the', 'other', 'reviewers', 'that', 'in', 'my', 'normal', 'medium', 'the', 'torso', 'length', 'is', 'a', 'bit', 'short', 'making', 'the', 'garment', 'pull', 'i', 'sized', 'up', 'to', 'a', 'large', 'and', 'with', 'room', 'in', 'the', 'hips', 'and', 'the', 'correct', 'torso', 'length', 'the', 'jumpsuit', 'works', 'the', 'bust', 'is', 'cut', 'for', 'a', 'smaller', 'gal', 'for', 'reference', 'i', 'am', '5', '7', '36a', '155lb', ',5,1,0', 'general', 'bottoms', 'pants'] ['16560,864,35', 'beautiful', 'beautiful', 'lace', 'shell', 'great', 'with', 'jeans', 'for', 'a', 'night', 'out', 'or', 'with', 'a', 'skirt', 'for', 'a', 'more', 'formal', 'affair', 'good', 'quality', 'not', 'itchy', ',5,1,0', 'general', 'tops', 'knits'] ['16561,840,36', 'nice', 'top', 'no', 'complaints', 'about', 'this', 'top', 'i', 'like', 'that', 'it', "'s", 'very', 'soft', 'and', 'the', 'length', 'is', 'good', 'as', 'a', 'tunic', 'would', 'recommend.,4,1,0', 'general', 'tops', 'blouses'] ['16562,1065,46', 'all', 'legs', 'jumper', 'this', 'is', 'really', 'a', 'lovely', 'jumper', 'and', 'looks', 'quite', 'nice', 'and', 'dressy', 'on', 'my', 'problem', 'is', 'a', 'short', 'torso', 'but', 'then', 'again', 'this', 'may', 'be', 'made', 'for', 'short', 'torso', 'loving', 'people', 'i', 'felt', 'like', 'i', 'was', 'all', 'legs', 'in', 'it', 'i', 'never', 'asked', 'anyone', 'else', "'s", 'opinion', 'though', 'so', 'not', 'sure', 'if', 'its', 'just', 'me', 'and', 'my', 'complex'] ['if', 'you', 'do', "n't", 'have', 'a', 'short', 'torso', 'then', 'you', 'might', 'experience', 'the', 'pulling', 'the', 'others', 'were', 'speaking', 'about', 'because', 'the', 'waist', 'might', 'hit', 'you', 'higher', 'than', 'your', 'usual', 'waist'] [] ['overall', 'i', 'am', 'not', 'sure', 'who', 'this', 'was', 'designed', 'for', 'but', ',3,0,0', 'general', 'bottoms', 'pants'] ['16563,840,60', 'sweet', 'tunic', 'definitely', 'size', 'down', 'it', 'does', 'run', 'large', 'however', 'it', 'is', 'a', 'sweet', 'floral', 'print', 'made', 'of', 'rayon', 'so', 'i', 'would', 'dry', 'clean', 'as', 'rayon', 'shrinks', 'i', 'love', 'tunic', 'lengths', 'and', 'this', 'one', 'is', 'a', 'bit', 'longer', 'than', 'most', 'tunics', 'but', 'for', 'me', 'still', 'works', 'there', 'are', '2', 'small', 'pleats', 'on', 'the', 'front', 'and', 'the', 'ruffles', 'on', 'the', 'neckline', 'are', 'a', 'nice', 'touch', 'it', 'is', 'made', 'well', 'i', 'have', 'a', 'long', 'black', 'sweater', 'that', 'will', 'make', 'this', 'work', 'right', 'into', 'the', 'fall', 'and', 'winter', ',5,1,1', 'general', 'tops', 'blouses'] ['16564,830,60', 'great', 'details', 'on', 'trend', 'i', 'fell', 'in', 'love', 'with', 'this', 'top', 'online', 'i', 'am', 'obsessed', 'with', 'the', 'little', 'flounce', 'detail', 'on', 'the', 'sleeve', 'and', 'the', 'slight', 'a-line', 'shape', 'of', 'the', 'body', 'i', 'was', 'able', 'to', 'try', 'it', 'on', 'in', 'store', 'and', 'was', 'glad', 'i', 'did', 'because', 'i', 'ended', 'up', 'sizing', 'up', 'to', 'a', 'small', 'from', 'my', 'usually', 'x-small', 'i', 'still', 'put', 'true', 'to', 'size', 'because', 'i', 'think', 'the', 'forgiving', 'cut', 'allows', 'the', 'top', 'to', 'work', 'in', 'multiple', 'sizes', 'i', 'even', 'tried', 'on', 'a', 'medium', 'and', 'it', 'still', 'looked', 'like', 'it', 'fit', 'the', 'arms', 'are', 'a', 'bit', 'tight', 'as', 'the', 'other', 'reviewer', 'mentioned', 'so', 'keep', 'in', 'mind', 'when', 'choosi', ',4,1,1', 'general', 'tops', 'blouses'] ['16565,840,34', 'love', 'really', 'cute', 'top', 'love', 'the', 'ruffle', 'detailing', 'and', 'the', 'pattern', 'quality', 'could', 'be', 'slightly', 'better', 'since', 'i', 'slightly', 'expected', 'the', 'material', 'to', 'be', 'softer', 'either', 'way', 'i', "'m", 'happy', 'with', 'the', 'top', 'got', 'my', 'usual', 'xs', 'and', 'it', 'fit', 'perfectly', 'it', "'s", 'meant', 'to', 'be', 'a', 'looser', 'top', 'so', 'i', 'do', "n't", 'mind', 'that', 'it', 'runs', 'a', 'little', 'bigger', ',5,1,1', 'general', 'tops', 'blouses'] ['16566,840,25', 'i', 'absolutely', 'loved', 'the', 'look', 'of', 'this', 'top', 'and', 'had', 'to', 'try', 'it', 'on', 'so', 'i', 'ordered', 'it', 'in', 'xs', 'and', 's', 'because', 'i', 'own', 'a', 'few', 'other', 'tylho', 'shirts', 'and', 'know', 'they', 'can', 'run', 'large', 'when', 'they', 'arrived', 'i', 'could', 'tell', 'with', 'just', 'one', 'look', 'how', 'huge', 'this', 'top', 'runs', 'i', 'did', "n't", 'even', 'bother', 'opening', 'the', 's.', 'for', 'reference', 'i', "'m", '5', '4', 'and', '135lb', '32c', 'and', 'the', 'xs', 'is', 'slightly', 'too', 'big', 'through', 'my', 'bust', 'it', "'s", 'barely', 'snug', 'underneath', 'my', 'arms', 'and', 'not', 'at', 'all', 'fitted', 'down', 'the', 'sides', 'of', 'my', 'ribcage', 'but', 'i', "'m", 'okay', 'with', 'that', 'since', 'it', 'allows', 'more', 'room', 'to', 'wea', ',4,1,0', 'general', 'tops', 'blouses'] ['16567,1080,32', 'lightweight', 'but', 'that', "'s", 'ok.', 'i', 'bought', 'this', 'dress', 'with', 'my', 'birthday', 'coupon', 'i', 'love', 'the', 'design', 'of', 'the', 'fabric', 'and', 'i', 'think', 'the', 'length', 'is', 'great', 'it', "'s", 'a', 'lightweight', 'dress', 'which', 'makes', 'it', 'a', 'nice', 'for', 'more', 'seasons', 'sandals', 'in', 'the', 'summer', 'light', 'sweater', 'in', 'the', 'spring/fall', 'and', 'tights', 'slip', 'and', 'heavy', 'sweater', 'in', 'the', 'winter', 'the', 'underarms', 'wrinkled', 'a', 'lot', 'the', 'first', 'time', 'i', 'wore', 'it', 'which', 'makes', 'sense', 'because', 'i', 'was', 'wearing', 'a', 'sweater', 'the', 'rest', 'of', 'the', 'dress', 'did', 'not', 'wrinkle', 'at', 'all', 'very', 'satisfied', ',4,1,0', 'general', 'petite', 'dresses', 'dresses'] ['16568,1080,35', 'i', 'really', 'wanted', 'this', 'dress', 'to', 'be', 'perfect', 'but', 'the', 'skirt', 'portion', 'flares', 'out', 'in', 'a', 'way', 'that', 'was', 'not', 'flattering', 'the', 'other', 'reviewer', 'is', 'about', '8', 'inches', 'taller', 'than', 'me', 'perhaps', 'it', 'works', 'better', 'on', 'a', 'taller', 'frame', ',2,0,0', 'general', 'petite', 'dresses', 'dresses'] ['16569,864,47', ',really', 'wanted', 'to', 'love', 'this', 'top', 'it', 'is', 'beautiful', 'with', 'very', 'good', 'quality', 'but', 'ran', 'small', 'and', 'tight', 'also', 'the', 'bottom', 'sides', 'flare', 'out', 'as', 'if', 'it', 'was', 'stitched', 'with', 'too', 'much', 'material', 'looking', 'awkward', ',3,0,2', 'general', 'tops', 'knits'] ['16570,1110,60', 'love', 'the', 'design', 'of', 'this', 'denim', 'dress', 'so', 'unique', 'i', 'did', 'buy', 'a', 'size', 'larger', 'than', 'i', 'would', 'have', 'normally', 'looked', 'at', 'based', 'on', 'reviews', 'if', 'on', 'the', 'fence', 'go', 'up', 'but', 'do', 'get', 'this', 'one', 'it', 'has', 'no', 'stretch', 'so', 'a', 'size', '8', 'waist', 'measures', '15', 'flat', 'with', '17', 'under', 'the', 'arms', 'not', 'really', 'for', 'big', 'busted', 'girls', 'i', 'am', '5', '8', 'and', 'the', 'length', 'is', 'right', 'at', 'lower', 'knee', 'worth', 'the', 'sale', 'price', 'for', 'sure', ',5,1,1', 'general', 'dresses', 'dresses'] ['16571,1110,43', 'flattering', 'this', 'dress', 'is', 'fun', 'and', 'flattering', 'love', 'the', 'pieced', 'denim', 'look', 'and', 'the', 'a-line', 'style', 'unlike', 'other', 'reviewers', 'i', 'found', 'this', 'dress', 'to', 'be', 'true', 'to', 'size', 'for', 'my', 'pear-shaped', 'figure', 'the', 'length', 'is', 'long', 'enough', 'to', 'wear', 'anywhere', 'and', 'i', 'think', 'it', 'would', 'be', 'flattering', 'on', 'a', 'variety', 'of', 'ages', 'and', 'figures', ',5,1,5', 'general', 'dresses', 'dresses'] ['16572,1110,39', 'great', 'piece', 'i', 'was', 'very', 'patient', 'with', 'this', 'dress', 'i', 'was', 'waiting', 'almost', 'forever', 'till', 'this', 'dress', 'gets', 'on', 'sale', 'when', 'i', 'tried', 'my', 'usual', '6', 'size', 'it', 'was', 'way', 'too', 'tight', 'but', 'i', 'could', 'zip', 'it', 'i', 'am', '5', '6', '145', 'lbs', 'the', 'dress', 'covers', 'my', 'knees', 'and', 'it', "'s", 'a', 'perfect', 'length', 'so', 'when', 'i', 'sit', 'it', 'does', 'not', 'show', 'too', 'much', 'of', 'my', 'length', 'so', 'it', "'s", 'a', 'work', 'friendly', 'it', 'has', 'side', 'pockets', 'which', 'can', 'be', 'very', 'comfortable', 'as', 'well', 'the', 'cut', 'is', 'great', 'it', "'s", 'a', 'line', 'the', 'thickness', 'of', 'material', 'makes', 'belly', 'look', 'great', 'in', 'case', 'if', 'you', 'care', 'i', 'also', 'like', 'color', 'a', ',5,1,1', 'general', 'dresses', 'dresses'] ['16573,916,37', ',,5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16574,916,39', 'selling', 'out', 'i', 'ordered', 'this', 'on', 'a', 'whim', 'as', 'i', 'though', 'hey', 'i', 'do', "n't", 'have', 'off', 'the', 'shoulder', 'tops', 'let', "'s", 'try', 'ti', 'looks', 'cute'] ['i', 'ordered', 'the', 'nude', 'after', 'debating', 'but', 'glad', 'i', 'did', 'it', 'is', 'a', 'bit', 'warmer', 'in', 'color', 'and', 'i', 'need', 'warm', 'colors', 'to', 'complement', 'my', 'pale', 'skin', 'teh', 'nude', 'almost', 'has', 'a', 'slight', 'pink', 'hue', 'to', 'it', 'maybe', 'i', 'am', 'seeing', 'things', 'it', 'is', 'soft', 'not', 'sure', 'there', 'is', 'wool', 'i', 'am', 'not', 'that', 'sensitive', 'to', 'wool', 'felt', 'soft', 'to', 'me'] [] ['size', 'i', 'ordered', 'the', 'xxs', 'as', 'i', 'think', 'lately', 'retailer', 'has', 'been', 'making', 'things', 'baggier', 'and', 'on', 'a', 'shorter', 'pe', ',5,1,13', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16575,1009,33', 'soft', 'and', 'beautiful', 'this', 'is', 'a', 'great', 'skirt', 'and', 'i', 'have', 'received', 'so', 'many', 'compliments', 'wearing', 'it', 'it', "'s", 'soft', 'as', 'butter', 'and', 'adorable', 'with', 'the', 'ruffle', 'on', 'the', 'bottom', 'i', 'do', 'find', 'it', 'runs', 'small', 'i', 'usually', 'wear', 'a', '27', 'in', 'jeans', 'or', 'a', 'small', 'in', 'various', 'tops', 'and', 'bottoms', 'and', 'occasionally', 'find', 'i', 'can', 'fit', 'in', 'a', '26', 'or', 'xs', 'but', 'i', 'purchased', 'a', 'medium', 'in', 'this', 'skirt', 'this', 'is', 'a', 'very', 'versatile', 'piece', 'so', 'far', 'i', 'have', 'worn', 'it', 'to', 'work', 'i', "'m", '5', '6', 'and', 'it', "'s", 'not', 'inappropriately', 'short', 'at', 'all', 'with', 'tights', 'heels', 'and', 'a', 'jacket', 'but', 'i', "'m", 'excited', 'to', 'style', 'it', 'for', ',5,1,1', 'general', 'bottoms', 'skirts'] ['16576,1110,59', 'great', 'dress', 'purchased', 'this', 'in', 'two', 'sizes', 'because', 'other', 'reviews', 'said', 'it', 'runs', 'small', 'i', 'found', 'that', 'it', 'was', 'true', 'to', 'size', 'for', 'me', '.cant', 'wait', 'until', 'it', 'is', 'warm', 'enough', 'to', 'wear', 'it', ',5,1,1', 'general', 'dresses', 'dresses'] ['16577,1110,46', 'heavy', 'material', 'i', 'love', 'this', 'dress', 'because', 'it', 'is', 'different', 'and', 'unique', 'i', 'agree', 'with', 'others', 'that', 'the', 'torso', 'runs', 'tight', 'i', 'got', 'lucky', 'and', 'it', 'still', 'fits', 'snuggly', 'i', 'think', 'that', "'s", 'the', 'look', 'the', 'upper', 'part', 'should', 'get', 'with', 'the', 'bottom', 'more', 'a-line', 'and', 'flowy'] ['it', "'s", 'super', 'cute', 'though', 'the', 'material', 'is', 'truly', 'jeans', 'material', 'therefore', 'quite', 'heavy', 'and', 'think', 'maybe', 'not', 'a', 'dress', 'for', 'summer', 'more', 'spring', 'or', 'fall', 'with', 'a', 'little', 'sweater', ',4,1,0', 'general', 'dresses', 'dresses'] ['16578,553,31', 'love', 'the', 'perfect', 'go-to', 'black', 'legging', 'i', 'bought', 'two', 'pair', 'comfy', 'waist', 'band/not', 'too', 'tight', 'no', 'muffin', 'top', 'you', 'wo', "n't", 'be', 'disappointed', 'buy', 'them', ',5,1,4', 'initmates', 'intimate', 'sleep'] ['16579,916,59', 'lovely', 'top', 'i', "'ve", 'been', 'looking', 'for', 'an', 'off', 'the', 'should', 'sweater', 'like', 'this', 'for', 'over', 'a', 'year', 'looks', 'great', 'on', 'and', 'does', "n't", 'itch', 'ca', "n't", 'wait', 'for', 'fall', 'so', 'i', 'can', 'wear', 'it', ',5,1,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16580,786,35', ',,4,1,0', 'initmates', 'intimate', 'sleep'] ['16581,864,30', 'elegant', 'top', 'beautiful', 'details', 'the', 'lace', 'on', 'this', 'is', 'gorgeous', 'it', "'s", 'feminine', 'and', 'elegant', 'and', 'fancy', 'definitely', 'know', 'if', 'peplum', 'style', 'tops', 'work', 'for', 'you', 'before', 'purchasing', 'if', 'you', 'have', 'a', 'large', 'waist', 'it', 'will', 'just', 'make', 'you', 'look', 'bigger', 'but', 'the', 'top', 'portion', 'is', 'nice', 'and', 'fitted', 'so', 'i', 'think', 'it', "'s", 'very', 'flattering', 'i', "'m", '34c', '140b', 'and', 'got', 'the', 'small', 'fits', 'great', ',5,1,1', 'general', 'tops', 'knits'] ['16582,1110,36', 'i', 'love', 'holding', 'horses', 'and', 'i', 'am', 'always', 'be', 'size', '2', 'in', 'their', 'clothes', '32dd', '5', '3', 'curvy', 'i', 'ran', 'into', 'my', 'local', 'retailer', 'to', 'grab', 'a', 'shirt', 'they', 'had', 'on', 'hold', 'and', 'had', 'to', 'try', 'this', 'on', 'because', 'it', "'s", 'so', 'cute', 'i', 'could', "n't", 'get', 'the', '2', 'zipped', 'and', 'it', 'seemed', 'to', 'be', 'rather', 'narrow', 'in', 'the', 'torso', 'such', 'a', 'bummer', ',3,0,8', 'general', 'dresses', 'dresses'] ['16583,1110,44', 'perfect', 'dress', 'for', 'anytime', 'based', 'on', 'the', 'reviews', 'of', 'others', 'i', 'ordered', 'this', 'dress', 'a', 'size', 'larger', 'than', 'i', 'usually', 'wear', 'and', 'it', 'fits', 'perfect', 'i', 'am', 'an', '8', 'so', 'i', 'got', 'this', 'in', 'a', '10.', 'this', 'is', 'the', 'perfect', 'casual', 'dress', 'for', 'pretty', 'much', 'anytime', 'of', 'the', 'year', '-can', 'be', 'worn', 'with', 'sandals', 'in', 'the', 'spring', 'and', 'summer', 'or', 'boots', 'in', 'the', 'winter', ',5,1,0', 'general', 'dresses', 'dresses'] ['16584,1110,40', 'love', 'demin', 'love', 'this', 'dress', 'very', 'comfortable', 'and', 'stylish', 'wanted', 'my', 'size', 'but', 'they', 'only', 'had', 'a', 'size', 'larger', 'available', 'still', 'bought', 'it', 'but', 'feel', 'good', 'in', 'it', 'glad', 'i', 'purchased', 'it', ',4,1,0', 'general', 'dresses', 'dresses'] ['16585,1110,31', 'unless', 'you', 'know', 'a', 'seamstress', 'do', "n't", 'bother', 'after', 'reading', 'all', 'the', 'reviews', 'i', 'ordered', 'up', 'a', 'size', 'the', 'problem', 'is', "n't", 'that', 'it', 'runs', 'small', 'it', "'s", 'that', 'they', 'took', 'the', 'bodice', 'of', 'a', 'true', 'size', 'and', 'stuck', 'it', 'on', 'the', 'skirt', 'of', 'a', 'small', 'size', 'or', 'if', 'you', 'want', 'to', 'think', 'of', 'it', 'differently', 'the', 'bodice', 'of', 'a', 'large', 'size', 'on', 'to', 'the', 'skirt', 'of', 'a', 'true', 'size', 'the', '4', 'top', 'with', 'the', '6', 'bottom', 'would', 'be', 'perfect', 'unfortunately', 'you', 'get', 'a', 'size', '4', 'fitted', 'bodice', 'with', 'a', 'skirt', 'that', 'puckers', 'at', 'the', 'back', 'and', 'shows', 'all', 'your', 'flaws', 'spare', 'tire', 'or', 'a', 'size', '6', 'that', 'is', 'atrociously', 'long', 'in', 'the', 'torso', ',3,0,9', 'general', 'dresses', 'dresses'] ['16586,1110,38', 'excellent', 'fit', 'after', 'reading', 'all', 'reviews', 'i', 'didn', 't', 'know', 'what', 'to', 'expect', 'but', 'i', 'really', 'loved', 'the', 'design', 'so', 'i', 'ordered', 'it', 'any', 'way', 'how', 'positively', 'surprised', 'i', 'was', 'this', 'dress', 'has', 'a', 'structure', 'the', 'fit', 'is', 'great', 'just', 'right', 'in', 'all', 'places', 'the', 'length', 'hits', 'right', 'at', 'the', 'knee', 'i', 'was', 'afraid', 'it', 'would', 'be', 'too', 'heavy', 'for', 'a', 'denim', 'dress', 'but', 'it', 'is', 'actually', 'thin', 'and', 'soft', 'not', 'hot', 'at', 'all', 'for', 'better', 'understanding', 'of', 'the', 'fit', 'i', 'am', '5', '7', '144', 'lb', 'and', '34c', 'i', 'm', 'between', 's', 'and', 'm', 'in', 'tops', 'because', 'of', 'my', 'wide', 'shoulders', 'but', 'size', '8', 'in', 'this', 'dre', ',5,1,3', 'general', 'dresses', 'dresses'] ['16587,1110,29', 'so', 'interesting', 'unique', 'the', 'weight', 'of', 'this', 'denim', 'is', 'perfect', 'thin', 'enough', 'for', 'a', 'nice', 'drape', 'and', 'wearability', 'for', 'all', 'seasons', 'but', 'still', 'thick', 'enough', 'to', 'be', 'structured', 'though', 'there', 'is', 'absolutely', 'no', 'stretch', 'which', 'is', 'probably', 'why', 'so', 'many', 'are', 'finding', 'it', 'to', 'run', 'small', 'i', 'am', 'a', 'true', 'size', '6', 'but', 'find', 'that', 'most', 'retailer', 'brands', 'run', 'quite', 'large', 'therefore', 'i', 'usually', 'wear', 'a', '4', 'and', 'that', "'s", 'what', 'i', 'purchased', 'in', 'this', 'dress', 'the', 'bodice', 'is', 'a', 'bit', 'snug', 'but', 'not', 'enough', 'to', 'size', 'up', 'for', 'me', 'personally', 'i', 'know', 'it', "'s", 'mostly', 'a', 'spring/summer', 'dress', ',4,1,3', 'general', 'dresses', 'dresses'] ['16588,1110,35', 'runs', 'very', 'small', 'tried', 'this', 'dress', 'on', 'today', 'in', 'the', 'store', 'i', 'am', 'a', 'size', '10', 'sometimes', 'a', 'size', '8.', 'the', 'size', '12', 'was', 'the', 'first', 'size', 'i', 'tried', 'that', 'zipped', 'all', 'the', 'way', 'up', 'however', 'it', 'was', 'still', 'very', 'tight', 'around', 'my', 'stomach', 'and', 'bust', 'and', 'then', 'from', 'having', 'to', 'size', 'up', 'it', 'flared', 'out', 'too', 'much', 'at', 'the', 'bottom', 'for', 'my', 'liking', ',3,0,9', 'general', 'dresses', 'dresses'] ['16589,1110,68', 'still', 'undecided', 'having', 'read', 'all', 'the', 'reviews', 'i', 'still', 'bravely', 'ordered', 'in', 'a', 'size', '2', 'i', 'can', 'be', 'a', '0', 'or', '2', 'in', 'this', 'brand', 'first', 'reaction', 'adorable', 'style', 'second', 'reaction', 'who', 'was', 'the', 'model', 'for', 'this', 'i', 'am', 'pear', 'shaped', 'and', 'not', 'short', 'waisted', 'but', 'the', 'waist', 'is', 'low', 'and', 'the', 'top', 'is', 'snug', 'afraid', 'a', '4', 'would', 'be', 'too', 'much', 'top', 'but', 'do', "n't", 'relish', 'constantly', 'pulling', 'the', 'dress', 'down', 'to', 'keep', 'the', 'waist', 'where', 'it', 'should', 'be', 'am', 'going', 'into', 'my', 'local', 'mall', 'store', 'to', 'see', 'if', 'they', 'do', 'have', 'a', '4', 'perhaps', 'that', 'will', 'be', 'better', 'really', 'hesitant', 'to', ',4,0,0', 'general', 'dresses', 'dresses'] ['16590,919,35', 'comfortable', 'and', 'cozy', 'this', 'top', 'is', 'comfort', 'wear', 'or', 'something', 'i', 'would', 'wear', 'to', 'feel', 'comfortable', 'and', 'cozy', 'on', 'the', 'weekends', 'but', 'not', 'something', 'i', 'would', 'wear', 'to', 'work', 'because', 'of', 'that', 'it', 'is', 'not', 'an', 'item', 'i', 'would', 'traditionally', 'purchase', 'at', 'retailer', 'that', 'said', 'it', 'is', 'one', 'of', 'the', 'best', 'comfort', 'clothing', 'pieces', 'i', 'have', 'found', 'in', 'a', 'long', 'time', 'and', 'i', 'fell', 'in', 'love', 'with', 'it', 'i', 'like', 'the', 'color', 'which', 'is', 'good', 'for', 'transitioning', 'into', 'spring', 'time', 'it', 'is', 'a', 'thicker', 'material', 'which', 'is', 'great', 'for', 'transitional', 'weather', 'but', 'also', 'makes', 'me', 'more', 'comfortable', ',5,1,7', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16591,1083,53', 'recommendation', 'with', 'qualifier', 'this', 'gorgeous', 'dress', 'arrived', 'today', 'the', 'color', 'is', 'beautiful', 'but', 'the', 'sizing', 'way', 'off', 'i', 'can', 'not', 'move', 'my', 'arms', 'it', 'is', 'extremely', 'snug', 'across', 'the', 'shoulders', 'but', 'the', 'rest', 'of', 'the', 'dress', 'is', 'loose', 'as', 'shown', 'in', 'the', 'picture', 'if', 'i', 'went', 'up', 'a', 'size', 'to', 'fit', 'my', 'shoulders', 'i', "'d", 'be', 'swimming', 'in', 'this', 'dress', 'so', 'all', 'you', 'gals', 'out', 'there', 'with', 'anthletic', 'tendencies', 'beware', 'of', 'this', 'dress', 'it', 'is', 'for', 'women', 'without', 'shoulders/with', 'tiny', 'arms', 'too', 'bad', 'this', 'is', 'otherwise', 'gorgeous', 'would', 'look', 'great', 'worn', 'over', 'a', 'sexy', 'slip', 'with', 'the', 'bo', ',4,1,12', 'general', 'dresses', 'dresses'] ['16592,1083,50', 'beautiful', 'color', 'this', 'color', 'is', 'perfect', 'deep', 'and', 'rich', 'it', 'is', 'exactly', 'as', 'it', 'looks', 'on-line', 'the', 'velvet', 'is', 'super-soft', 'on', 'the', 'outside', 'while', 'the', 'inside', 'is', 'more', 'of', 'a', 'woven', 'finish', 'it', 'makes', 'it', 'a', 'little', 'less', 'cozy', 'but', 'the', 'drape', 'is', 'great', 'the', 'fit', 'is', 'slim', 'across', 'the', 'shoulders', 'and', 'chest', 'and', 'full', 'everywhere', 'else', 'the', 'waist', 'is', 'lower', 'in', 'the', 'back', 'than', 'the', 'front', 'so', 'it', 'sits', 'lower', 'on', 'the', 'hip', 'i', "'m", '5', '4', '140', '34b', 'and', 'i', 'got', 'a', 'small', 'petite', 'because', 'i', 'liked', 'where', 'it', 'hit', 'my', 'waist', 'better', 'this', 'means', 'i', 'wo', "n't", 'be', 'wearing', 'it', 'without', 'tigh', ',5,1,0', 'general', 'dresses', 'dresses'] ['16593,1083,61', 'i', 'was', 'looking', 'for', 'a', 'velvet', 'dress', 'for', 'the', 'holidays', 'this', 'one', 'was', 'beutiful', 'in', 'color', 'and', 'teksture'] ['the', 'only', 'problem', 'was', 'that', 'it', 'was', 'snug', 'in', 'the', 'shoulders', 'going', 'a', 'size', 'up', 'would', 'have', 'made', 'it', 'too', 'roomy', 'elswhere', ',4,1,1', 'general', 'dresses', 'dresses'] ['16594,836,42', 'really', 'nice', 'it', "'s", 'just', 'not', 'for', 'me', 'and', 'i', 'really', 'like', 'it', 'it', "'s", 'made', 'very', 'well', 'and', 'it', 'looks', 'great', 'from', 'the', 'front', 'not', 'so', 'much', 'from', 'the', 'side', 'i', "'m", 'a', '36c', 'and', 'this', 'shirt', 'bells', 'out', 'a', 'lot', 'from', 'my', 'chest', 'so', 'much', 'that', 'i', 'will', 'be', 'returning', 'it', 'i', 'look', 'like', 'i', 'have', 'an', 'extra', '20', 'lbs', 'on', 'me.,5,1,0', 'general', 'tops', 'blouses'] ['16595,1083,33', 'just', 'not', 'for', 'me', 'i', 'was', 'very', 'excited', 'to', 'try', 'out', 'this', 'dress', 'i', "'ve", 'been', 'looking', 'for', 'a', 'velvet', 'dress', 'for', 'a', 'couple', 'of', 'years', 'now', 'and', 'i', "'m", 'not', 'digging', 'this', 'one', 'the', 'fabric', 'itself', 'was', 'a', 'let', 'down', 'right', 'off', 'the', 'bat', 'it', "'s", 'cheap', 'looking', 'to', 'me', 'i', "'ve", 'seen', 'nice', 'velvet', 'and', 'this', 'is', 'very', 'shiny', 'thin', 'and', 'slightly', 'sheer', 'the', 'dress', 'cut', 'itself', 'is', 'what', 'i', 'was', 'expecting', 'a', 'loose', 'baby', 'doll', 'type', 'dress', 'the', 'length', 'hit', 'above', 'my', 'knees', 'the', 'overall', 'effect', 'made', 'me', 'feel', 'very', 'gypsy-ish', 'my', 'husband', 'gave', 'a', 'firm', 'no', 'when', 'he', 'saw', 'me', 'walk', 'out', 'of', ',3,1,2', 'general', 'dresses', 'dresses'] ['16596,1083,27', 'not', 'worth', 'it', 'i', 'ca', "n't", 'believe', 'the', 'reviews', 'this', 'dress', 'has', 'gotten', 'i', 'ordered', 'it', 'and', 'was', 'so', 'excited', 'to', 'get', 'it', 'when', 'i', 'tried', 'it', 'on', 'all', 'of', 'my', 'excitement', 'was', 'gone', 'while', 'i', 'love', 'the', 'color', 'the', 'quality', 'just', 'is', "n't", 'there', 'and', 'its', 'not', 'worth', 'the', 'money', 'even', 'with', 'the', '25', 'discount', 'i', 'used', 'the', 'fabric', 'is', 'not', 'thick', 'in', 'fact', 'it', 'is', 'quite', 'sheer', 'for', 'velvet', 'i', 'honestly', 'would', "n't", 'feel', 'comfortable', 'with', 'out', 'a', 'slip', 'on', 'underneath', 'this', 'second', 'is', 'the', 'fit', 'i', "'m", '5', '6', '32a', 'xs', 'on', 'top', '4', 'on', 'bottom', 'and', 'i', 'ordered', 'an', 'xs', 'and', 'the', 'way', 'this', 'hung', 'on', 'me', 'w', ',2,0,3', 'general', 'dresses', 'dresses'] ['16597,1027,39', 'love', 'these', 'this', 'is', 'the', '4th', 'pair', 'of', 'current/elliot', 'jeans', 'i', "'ve", 'bought', 'i', "'m", '5', '4', 'so', 'the', 'length', 'is', 'perfect', 'for', 'flats', 'they', 'are', 'so', 'soft', 'and', 'cozy', 'wish', 'they', 'had', 'a', 'design', 'on', 'the', 'pockets', 'but', 'love', 'them', 'none', 'the', 'less', ',5,1,0', 'general', 'bottoms', 'jeans'] ['16598,1001,40', 'i', 'returned', 'this', 'one', 'i', 'usually', 'love', 'cecilia', 'prado', 's', 'artistic', 'textiles', 'and', 'was', 'very', 'happy', 'with', 'her', 'floraknit', 'dress', 'but', 'this', 'skirt', 'was', 'a', 'disappointment', 'it', 'simply', 'looks', 'different', 'from', 'the', 'picture', 'it', 's', 'way', 'more', 'shimmery-', 'metallic', 'in', 'person', 'which', 'i', 'could', 'see', 'a', 'lot', 'of', 'customers', 'actually', 'loved', 'but', 'to', 'me', 'it', 'made', 'it', 'look', 'cheap', 'also', 'it', 'lacks', 'structure', 'the', 'a-shape', 'looks', 'drab', 'on', 'this', 'knit', 'fabric', ',3,0,7', 'general', 'bottoms', 'skirts'] ['16599,1001,45', 'beautiful', 'skirt', 'fit', 'length', 'and', 'design', 'were', 'perfect', 'i', 'took', 'this', 'skirt', 'on', 'a', 'recent', 'business', 'trip', 'and', 'it', 'transitioned', 'perfectly', 'from', 'meetings', 'to', 'cocktail', 'with', 'an', 'accessory', 'change', ',5,1,0', 'general', 'bottoms', 'skirts'] ['16600,142,43', 'cute', 'leggings', 'but', 'poor', 'quality', 'fabric.', 'these', 'are', 'very', 'cute', 'leggings', 'i', 'love', 'the', 'ribbed', 'bottoms', 'as', 'far', 'as', 'design', 'and', 'comfort', 'they', 'are', 'a', 'five', 'but', 'after', 'only', 'two', 'wearings', 'they', 'are', 'pilling', 'like', 'crazy', 'and', 'look', 'shabby', 'i', "'m", 'very', 'happy', 'i', 'only', 'paid', '23', 'for', 'them', 'if', 'i', 'paid', 'full', 'price', 'i', "'d", 'be', 'more', 'upset', ',3,0,1', 'initmates', 'intimate', 'legwear'] ['16601,919,53', 'just', 'one', 'negative', 'this', 'is', 'a', 'beautiful', 'sweater', 'the', 'color', 'is', 'not', 'bright', 'red', 'rather', 'a', 'dark', 'coral', 'nonetheless', 'it', 'is', 'much', 'better', 'looking', 'in', 'person', 'than', 'in', 'the', 'web', 'photo', 'i', 'only', 'have', 'one', 'complaint', 'which', 'may', 'be', 'reason', 'enough', 'for', 'me', 'to', 'return', 'an', 'otherwise', 'perfect', 'sweater', 'i', 'wore', 'this', 'for', 'approximately', 'three', 'hours', 'today', 'and', 'could', 'not', 'believe', 'the', 'pilling', 'under', 'the', 'arms', 'and', 'side', 'of', 'chest', 'area', 'some', 'pilling', 'is', 'normal', 'and', 'expected', 'on', 'any', 'sweater', 'but', 'if', 'this', 'continues', 'at', 'the', 'rate', 'it', 'appears', 'to', 'be', 'going', 'i', 'will', 'contact', 'retailer', ',4,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16602,142,19', 'i', 'really', 'liked', 'these', 'leggings', 'so', 'comfy', 'they', 'are', 'so', 'soft', 'and', 'the', 'waistband', 'is', 'thick', 'about', 'an', 'inch', 'wide', 'i', 'am', 'a', 'size', '10', 'in', 'pants', 'i', 'got', 'a', 'size', 'm.', 'i', 'have', 'a', '33', 'inch', 'inseam', 'and', 'these', 'came', 'down', 'to', 'my', 'ankles', 'these', 'leggings', 'have', 'textured', 'stripes', 'at', 'the', 'calf', 'and', 'hip', ',5,1,1', 'initmates', 'intimate', 'legwear'] ['16603,1001,40', 'beautiful', 'but', 'fragile', 'this', 'skirt', 'is', 'gorgeous-', 'the', 'picture', 'does', "n't", 'do', 'it', 'justice', 'it', 'has', 'beautiful', 'sparkle', 'and', 'glitter', 'in', 'the', 'material', 'i', 'received', 'tons', 'of', 'compliments', 'on', 'it', 'the', 'biggest', 'downside', 'is', 'the', 'material-', 'it', 'seems', 'to', 'snag', 'and', 'pull', 'so', 'easily', 'in', 'a', 'short', '2', 'hours', 'of', 'wearing', 'it', 'the', 'material', 'was', 'already', 'pulled', 'in', 'two', 'different', 'places', 'i', 'will', 'keep', 'the', 'skirt', 'because', 'it', 'is', 'so', 'pretty', 'but', 'have', 'to', 'not', 'get', 'upset', 'when', 'the', 'material', 'gets', 'worse', 'over', 'time', ',4,1,3', 'general', 'bottoms', 'skirts'] ['16604,1001,57', 'better', 'even', 'than', 'the', 'picture', 'this', 'skirt', 'is', 'shimmery', 'without', 'being', 'too', 'much', 'rich', 'colors', 'and', 'perfect', 'fit', 'tts', 'nice', 'elastic', 'middle', 'so', 'comfortable', 'and', 'gorgeous.,5,1,1', 'general', 'bottoms', 'skirts'] ['16605,1001,46', 'go', 'see', 'in', 'the', 'store', 'online', 'photos', 'do', 'not', 'do', 'this', 'skirt', 'any', 'justice', 'i', 'agree', 'with', 'a', 'previous', 'poster', 'i', 'normally', 'never', 'buy', 'anything', 'brown', 'but', 'there', 'are', 'pops', 'of', 'teal', 'and', 'magenta', 'throughout', 'you', 'ca', "n't", 'see', 'the', 'gorgeous', 'shimmer', 'and', 'the', 'interesting', 'layered', 'colors', 'online', 'in', 'addition', 'this', 'skirt', 'has', 'a', 'stretch', 'waistband', 'plus', 'for', 'the', 'holidays', 'and', 'is', 'so', 'flattering', 'not', 'too', 'tight', 'but', 'shows', 'just', 'enough', 'of', 'your', 'curves', 'physique', 'i', 'like', 'that', 'the', 'skirt', 'is', 'longer', 'as', 'well', 'will', 'look', 'cute', 'with', 'boots', 'i', 'purchased', 'the', 'size', 'medium', ',5,1,4', 'general', 'bottoms', 'skirts'] ['16606,73,35', 'calvin', 'klein', 'quality', 'love', 'love', 'love', 'this', 'pair', 'of', 'underwear', 'yes', 'i', "'m", 'writing', 'this', 'about', 'underwear', 'they', "'re", 'comfortable', 'flattering', 'and', 'no', 'vpl', 'visible', 'panty', 'line', 'without', 'having', 'to', 'wear', 'a', 'thong', ',5,1,0', 'initmates', 'intimate', 'intimates'] ['16607,1001,65', 'ab', 'fab', 'skirt', 'this', 'is', 'an', 'absolutely', 'fabulous', 'skirt', 'i', 'cant', 'wait', 'to', 'wear', 'it', 'the', 'biggest', 'challenge', 'is', 'finding', 'the', 'best', 'way', 'to', 'accessorize', 'it', 'i', 'am', 'an', 'artist', 'and', 'have', 'lots', 'of', 'clothing', 'but', 'have', "n't", 'created', 'that', 'ab', 'fab', 'combo', 'yet', 'i', 'will', ',5,1,0', 'general', 'bottoms', 'skirts'] ['16608,984,31', ',,5,1,0', 'general', 'jackets', 'jackets'] ['16609,1001,32', 'the', 'picture', 'does', 'not', 'do', 'this', 'skirt', 'justice', 'when', 'i', 'got', 'this', 'skirt', 'i', 'figured', 'it', 'was', 'a', 'muted', 'sweater', 'skirt', 'what', 'i', 'got', 'was', 'a', 'much', 'fancier', 'sparkly', 'sweater', 'skirt', 'the', 'blue', 'is', 'more', 'of', 'a', 'bright', 'sparkly', 'teal', 'and', 'gold', 'thread', 'is', 'woven', 'throughout', 'oh', 'my', 'it', "'s", 'spectacular', 'really', 'beautiful.,5,1,1', 'general', 'bottoms', 'skirts'] ['16610,1083,43', 'beautiful', 'i', "'ve", 'been', 'searching', 'for', 'a', 'velvet', 'top', 'or', 'dress', 'for', 'awhile', 'this', 'arrived', 'yesterday', 'and', 'it', "'s", 'absolutely', 'beautiful', 'the', 'color', 'is', 'rich', 'and', 'the', 'fabric', 'is', 'thick', 'and', 'feels', 'and', 'looks', 'like', 'a', 'very', 'expensive', 'high', 'quality', 'item', 'i', 'got', 'it', 'with', 'the', '25', 'off', 'promo', 'but', 'it', "'s", 'worth', 'every', 'penny', 'of', 'the', 'full', 'price', 'ca', "n't", 'wait', 'to', 'wear', 'for', 'the', 'holidays', 'get', 'this', 'dress', ',5,1,7', 'general', 'dresses', 'dresses'] ['16611,1083,53', 'love', 'i', 'love', 'this', 'dress', 'i', 'saw', 'it', 'on', 'the', 'way', 'out', 'of', 'the', 'store', 'and', 'was', 'struck', 'by', 'the', 'gorgeous', 'color', 'and', 'rich', 'velvet', 'fabric', 'and', 'had', 'to', 'touch', 'it', 'and', 'then', 'try', 'it', 'on', 'i', 'did', 'not', 'find', 'it', 'to', 'be', 'tight', 'in', 'the', 'shoulders', 'at', 'all', 'nor', 'do', 'i', 'think', 'it', 'looks', 'cheap', 'on', 'the', 'contrary', 'the', 'shape', 'is', 'indeed', 'boxy', 'but', 'it', 'is', 'still', 'very', 'flattering', 'and', 'comfortable', 'i', 'wore', 'it', 'to', 'a', 'christmas', 'brunch', 'and', 'got', 'a', 'ton', 'of', 'compliments', 'the', 'only', 'drawback', 'for', 'me', 'is', 'that', 'it', 'has', 'to', 'be', 'dry', 'cleaned', 'for', 'reference', 'i', 'am', '5', '6', '1/2', 'and', 'usually', 'wear', ',5,1,3', 'general', 'dresses', 'dresses'] ['16612,919,36', 'awesome', 'top', 'i', 'love', 'this', 'shirt', 'red', 'navy', 'is', 'one', 'of', 'my', 'fave', 'color', 'combos', 'and', 'the', 'vintage', 'feel', 'is', 'fantastic', 'the', 'fabric', 'is', 'a', 'little', 'thicker', 'and', 'more', 'sweater-like', 'than', 'i', 'was', 'expecting', 'but', 'it', "'s", 'a', 'good', 'thing', 'the', 'top', 'is', "n't", 'heavy', 'but', 'the', 'knit', 'gives', 'it', 'more', 'texture', 'interest'] ['this', 'is', 'the', 'perfect', 'thing', 'to', 'throw', 'on', 'for', 'a', 'casual', 'sexy', 'look', 'covered', 'but', 'form-fitting', 'and', 'flattering', ',5,1,5', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16613,1083,54', 'fabric', 'fantastic', 'got', 'this', 'dress', 'in', 'the', 'mail', 'today', 'and', 'will', 'have', 'to', 'say', 'that', 'it', 'is', 'not', 'the', 'most', 'figure', 'flattering', 'dress', 'i', 'own', 'my', '5', '5', 'athletic', 'frame', 'looks', 'pretty', 'boxy', 'in', 'this', 'that', 'being', 'said', 'the', 'fabric', 'is', 'a', 'soft', 'shiny', 'blue/green', 'the', 'garment', 'swings', 'nicely', 'and', 'has', 'a', 'slightly', 'lower', 'hem', 'in', 'the', 'back', 'on', 'me', 'anyway', 'and', 'i', 'think', 'that', "'s", 'fun', 'who', 'needs', 'close', 'fitting', 'clothes', 'during', 'the', 'holidays', 'i', "'m", 'keeping', 'it', 'i', 'plan', 'to', 'wear', 'it', 'with', 'hot', 'pink', 'tights', 'and', 'boots', ',4,1,3', 'general', 'dresses', 'dresses'] ['16614,1094,33', 'great', 'for', 'somebody', 'with', 'less', 'jelly', 'belly', 'either', 'this', 'rouching', 'is', 'going', 'to', 'accentuate', 'your', 'waist', 'or', 'it', "'s", 'going', 'to', 'accentuate', 'the', 'fact', 'that', 'you', 'just', 'had', 'a', 'baby', 'and', 'ate', 'too', 'much', 'linguini', 'unfortunately', 'i', 'have', '10', 'more', 'pounds', 'to', 'go', 'and', 'sadly', 'this', 'dress', 'pointed', 'that', 'out'] [] ['that', 'said', 'i', 'had', 'to', 'give', 'it', 'five', 'stars', 'all', 'around', 'because', 'it', "'s", 'good', 'quality', 'design', 'etc', 'it', "'ll", 'be', 'great', 'but', 'not', 'for', 'me'] [] ['got', 'a', 'medium', 'and', 'it', 'fit', 'nicely', 'with', 'the', 'exception', 'of', 'pointing', 'out', 'that', 'i', 'still', 'have', 'baby', 'belly', 'to', 'lose', '5', '3', '34d', '150', 'pounds', 'hope', 'this', 'was', 'hel', ',5,1,4', 'general', 'petite', 'dresses', 'dresses'] ['16615,1022,40', 'buttery', 'soft', 'these', 'jeans', 'are', 'extremely', 'soft', 'to', 'the', 'rich', 'as', 'well', 'as', 'stretchy', 'and', 'flattering', 'they', 'do', 'not', 'lose', 'their', 'shape', 'after', 'a', 'whole', 'day', 'of', 'wear', 'i', 'am', '5', '3', 'and', 'the', 'ankle', 'length', 'fits', 'me', 'as', 'full', 'length', 'i', 'am', 'a', 'big', 'fan', ',5,1,2', 'general', 'bottoms', 'jeans'] ['16616,1022,40', 'different', 'fabric', 'and', 'looser', 'cut', 'i', 'ordered', 'these', 'along', 'with', 'the', 'regular', 'ag', 'stevie', 'jeans', 'and', 'there', 'is', 'a', 'definite', 'difference', 'in', 'fabiric', 'and', 'cut', 'i', 'liked', 'the', 'darker', 'fabric', 'but', 'it', 'was', 'thinner', 'and', 'stretchier', 'that', 'the', 'more', 'denim', 'version', 'the', 'cut', 'was', 'also', 'looser', 'in', 'the', 'thigh', 'and', 'seat', 'area', 'which', 'made', 'for', 'a', 'looser', 'less', 'flattering', 'fit', 'returned', 'it', 'and', 'kept', 'the', 'regular', 'ag', 'stevie', ',1,0,2', 'general', 'bottoms', 'jeans'] ['16617,142,49', 'not', 'ideal', 'i', 'was', 'not', 'a', 'fan', 'of', 'these', 'leggings', 'these', 'were', 'very', 'unflattering', 'i', 'could', 'see', 'that', 'after', 'wearing', 'these', 'all', 'day', 'they', 'could', 'start', 'stretch', 'out', 'i', 'just', 'did', "n't", 'feel', 'like', 'they', 'would', 'hold', 'up', 'for', 'even', 'one', 'season.,2,1,0', 'initmates', 'intimate', 'legwear'] ['16618,1028,46', 'not', 'the', 'boyfriend', 'jean', 'i', 'was', 'looking', 'for', 'these', 'jeans', 'look', 'slouchy', 'and', 'shorter', 'in', 'the', 'pic', 'which', 'was', 'exactly', 'what', 'i', 'was', 'looking', 'for', 'but', 'they', 'fit', 'more', 'like', 'regular', 'boot', 'cuts', 'on', 'me', 'and', 'proved', 'to', 'be', 'much', 'longer', 'than', 'expected', 'i', 'have', 'fairly', 'long', 'legs', 'and', 'most', 'jeans', 'hit', 'me', 'like', 'they', 'do', 'on', 'the', 'models', 'but', 'these', 'were', 'very', 'long', 'i', 'only', 'buy', 'citizens', 'of', 'humanity', 'and', 'paige', 'jeans', 'and', 'i', 'can', 'almost', 'always', 'buy', 'online', 'for', 'them', 'when', 'it', 'comes', 'to', 'skinny', 'jeans', 'but', 'these', 'did', 'not', 'fit', 'the', 'same', 'as', 'their', 'other', 'styles', 'they', 'are', 'good', 'quality', 'and', 'would', 'probably', 'f', ',3,0,0', 'general', 'bottoms', 'jeans'] ['16619,984,38', 'on', 'me', 'not', 'flattering', 'i', 'tried', 'this', 'on', 'in', 'the', 'store', 'yesterday', 'and', 'i', 'wanted', 'to', 'buy', 'it', 'very', 'much', 'the', 'jacket', 'would', 'work', 'well', 'for', 'many', 'sleveless', 'tops', 'or', 'dresses', 'all', 'summer', 'and', 'would', 'work', 'in', 'an', 'office', 'but', 'on', 'me', 'the', 'unusual', 'cut', 'of', 'the', 'arms', 'emphasized', 'the', 'worst', 'part', 'of', 'my', 'arms', 'saggy', 'or', 'fat', 'area', 'in', 'a', 'comical', 'manner', 'if', 'they', 'tried', 'to', 'design', 'a', 'garmet', 'to', 'make', 'arms', 'look', 'bad', 'the', 'couldnt', 'have', 'done', 'it', 'better', 'further', 'the', 'extra', 'material', 'against', 'the', 'body', 'added', 'bulk', 'at', 'my', 'narrowest', 'point', 'i', 'am', 'hourglass', 'again', 'not', 'flattering', ',3,1,14', 'general', 'jackets', 'jackets'] ['16620,1083,62', 'lovely', '3', 'season', 'dress', 'i', 'am', 'very', 'pleased', 'with', 'the', 'quality', 'and', 'fit', 'of', 'this', 'dress.the', 'reader', 'outfits', 'next', 'to', 'the', 'listing', 'were', 'darling', 'i', 'do', 'not', 'care', 'for', 'the', 'model', 'shot', 'i', 'think', 'the', 'dress', 'is', 'true', 'to', 'size', 'and', 'well', 'constructed.,5,1,0', 'general', 'dresses', 'dresses'] ['16621,1094,39', 'oh', 'my', 'oh', 'look', 'i', 'have', 'a', 'booty', 'and', 'would', 'look', 'at', 'that', 'i', 'have', 'a', 'waist', 'too', 'yes', 'this', 'dress', 'is', 'way', 'casual', 'for', 'its', 'price', 'point', 'soft', 'stretch', 'jersey', 'in', 'a', 'heathered', 'wine', 'color', 'but', 'it', "'s", 'all', 'forgiven', 'because', 'it', 'fits', 'me', 'like', 'a', 'glove', 'i', 'really', 'love', 'the', 'gathered', 'waist', 'detail', 'and', 'what', 'it', 'visually', 'does', 'to', 'my', 'non-hourglass', 'body', 'wish', 'there', 'were', 'more', 'colors', 'available', 'i', 'would', 'pick', 'them', 'up', 'in', 'a', 'heartbeat', 'i', 'purchased', 'the', 'medium', 'petite', 'my', 'stats', 'for', 'fit', 'reference', '5', '3', 'tall', '140', '36dd', '28', 'waist', '35', 'hips', 'wide', ',5,1,2', 'general', 'petite', 'dresses', 'dresses'] ['16622,1001,68', 'gorgeous', 'this', 'skirt', 'is', 'a', 'real', 'dress', 'up', 'piece', 'it', 'is', 'simply', 'stunning', 'and', 'indeed', 'appears', 'to', 'have', 'been', 'designed', 'by', 'an', 'artist', 'the', 'aqua', 'blue', 'lining', 'adds', 'a', 'definite', 'pop', 'of', 'color', 'while', 'the', 'shimmering', 'knit', 'outer', 'layer', 'is', 'simply', 'lovely', 'i', 'plan', 'to', 'wear', 'it', 'out', 'to', 'dinner', 'with', 'friends', 'this', 'weekend', 'and', 'know', 'that', 'i', 'will', 'receive', 'lots', 'of', 'compliments', ',5,1,0', 'general', 'bottoms', 'skirts'] ['16623,142,43', 'cute', 'casual', 'leggings', 'i', "'ve", 'never', 'owned', 'sweater', 'leggings', 'before', 'so', 'these', 'were', 'my', 'first', 'i', 'had', 'to', 'order', 'large', 'because', 'well', 'i', 'have', 'some', 'junk', 'in', 'the', 'trunk', 'am', '10/12', 'on', 'bottom', 'and', '8', 'on', 'top', 'these', 'are', 'a', 'teeny', 'bit', 'scratchy', 'but', 'i', "'m", 'hoping', 'with', 'a', 'wash', 'they', "'ll", 'soften', 'up', 'but', 'they', "'re", 'really', 'loose', 'too', 'so', 'i', "'m", 'also', 'hoping', 'they', "'ll", 'shrink', 'a', 'teensy', 'bit.,3,1,0', 'initmates', 'intimate', 'legwear'] ['16624,1001,78', 'so', 'cute', 'this', 'skirt', 'is', 'a', 'dream', 'so', 'so', 'beautiful', 'looks', 'way', 'cute', 'with', 'brown', 'boots', 'give', 'this', 'a', 'go', 'do', "n't", 'listen', 'to', 'any', 'negative', 'review', 'this', 'skirt', 'is', 'perfection.,5,1,0', 'general', 'bottoms', 'skirts'] ['16625,1083,64', 'sad', 'from', 'ms', 'designs', 'i', 'finally', 'found', 'this', 'dress', 'in', 'store', 'today', 'and', 'wow', 'i', 'can', 'not', 'believe', 'this', 'cheap', 'looking', 'dress', 'is', 'from', 'ms', 'they', 'have', 'been', 'among', 'the', 'top', 'at', 'retailer', 'and', 'this', 'unlined', 'baggy', 'cheap', 'velvet', 'sub', 'is', 'a', 'shock', 'what', 'happened', 'only', 'the', 'color', 'is', 'nice', 'please', 'get', 'back', 'to', 'yourself', 'ms', ',2,0,2', 'general', 'dresses', 'dresses'] ['16626,142,38', 'comfy', 'leggings', 'these', 'leggings', 'are', 'super', 'comfy', 'i', 'took', 'the', 'advice', 'of', 'other', 'reviewers', 'and', 'ordered', 'a', 'size', 'down', 'and', 'the', 'leggings', 'fit', 'wonderfully', 'lately', 'i', "'ve", 'been', 'having', 'a', 'problem', 'with', 'leggings', 'falling', 'down', 'at', 'the', 'waist', 'and', 'these', 'stay', 'up', 'nicely', 'so', 'i', 'was', 'very', 'pleased', 'the', 'leggings', 'have', 'a', 'slight', 'itch', 'because', 'of', 'the', 'sweater', 'feel', 'but', 'they', 'are', 'very', 'warm', 'and', 'i', 'enjoy', 'wearing', 'them.,5,1,0', 'initmates', 'intimate', 'legwear'] ['16627,1083,39', 'so', 'its', 'green', 'i', 'do', "n't", 'know', 'how', 'this', 'dress', 'looks', 'on', 'your', 'monitor', 'on', 'mine', 'it', 'looks', 'dark', 'green', 'which', 'it', 'is', 'i', 'was', 'pleased', 'with', 'this', 'aspect', 'since', 'i', 'had', 'hoped', 'it', 'would', 'be', 'as', 'pictured', 'despite', 'the', 'color', 'description', 'as', 'slate', 'that', 'aside', 'it', 'was', 'a', 'bit', 'too', 'large', 'on', 'me', 'and', 'since', 'i', 'am', 'on', 'the', 'shorter', 'side', 'at', '5', '4', 'i', 'looked', 'a', 'bit', 'like', 'a', 'child', "'s", 'doll', 'in', 'it', 'i', 'wish', 'it', 'had', 'looked', 'better', 'on', 'me', 'because', 'the', 'color', 'is', 'beautiful', 'and', 'so', 'is', 'the', 'quality', ',5,1,7', 'general', 'dresses', 'dresses'] ['16628,895,38', 'ca', "n't", 'go', 'wrong', 'with', 'a', 'cashmere', 'sweater', 'beautiful', 'sweater', 'i', 'love', 'the', 'color', 'and', 'the', 'fit', 'the', 'cowl', 'neck', 'is', "n't", 'too', 'tight', 'and', 'the', 'sweater', 'hangs', 'away', 'from', 'the', 'body', 'without', 'being', 'boxy', 'it', 'comes', 'down', 'to', 'the', 'low', 'hip', 'on', 'me', 'very', 'soft', 'and', 'cozy', 'i', 'purchased', 'the', 'aqua', 'in', 'xs', 'fits', 'perfectly', 'and', 'i', "'m", '5', '5', '127lbs', ',5,1,0', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16629,145,47', 'gorgeous', 'pics', 'do', "n't", 'do', 'them', 'justice', 'i', 'thought', 'these', 'were', 'pretty', 'on', 'the', 'website', 'but', 'in', 'person', 'they', 'look', 'like', 'a', 'work', 'of', 'art', 'the', 'colors', 'are', 'vivid', 'bright', 'reds', 'pinks', 'greens', 'blues', 'yellow', 'with', 'flora', 'fauna', 'houses', 'writing', 'type', 'and', 'so', 'many', 'other', 'things', 'on', 'a', 'white', 'and', 'cream', 'background', 'they', 'are', 'very', 'soft', 'medium-weight', 'flannel', 'for', 'me', 'they', 'run', 'true', 'to', 'size', 'i', 'wish', 'they', 'had', 'pockets', 'though', ',5,1,3', 'initmates', 'intimate', 'sleep'] ['16630,930,53', 'perfect', 'hooded', 'long', 'vest', 'i', "'ve", 'been', 'looking', 'for', 'exactly', 'this', 'i', 'really', 'love', 'it', 'it', 'is', 'heavy', 'but', 'made', 'extremely', 'well', 'and', 'on', 'sale', 'a', 'great', 'price', ',5,1,0', 'general', 'tops', 'sweaters'] ['16631,895,47', 'best', 'retailer', 'purchase', 'of', 'the', 'season', 'i', "'ve", 'tried', 'or', 'bought', 'nearly', 'every', 'retailer', 'cashmere', 'sweater', 'this', 'season', 'this', 'one', 'fits', 'the', 'best', 'and', 'the', 'yellow', 'is', 'a', 'bit', 'darker', 'in', 'person', 'not', 'quite', 'mustard', 'but', 'a', 'deep', 'rich', 'yellow', 'i', 'wish', 'they', 'would', 'offer', 'more', 'colors', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16632,145,53', ',love', 'these', 'lounge', 'pants', 'i', 'live', 'in', 'florida', 'and', 'was', 'worried', 'they', 'might', 'be', 'too', 'heavy', 'not', 'the', 'case', 'at', 'all', 'very', 'soft', 'and', 'lightweight', 'so', 'comfortable', ',5,1,1', 'initmates', 'intimate', 'sleep'] ['16633,895,31', 'enormous', 'i', 'was', 'really', 'excited', 'about', 'this', 'sweater', 'but', 'the', 'fit', 'was', 'terrible', 'the', 'sleeves', 'were', 'the', 'right', 'size', 'but', 'the', 'body', 'of', 'the', 'sweater', 'was', 'a', 'tent', 'absolutely', 'no', 'shape', 'they', 'must', 'have', 'clipped', 'the', 'sweater', 'on', 'the', 'model', 'for', 'reference', 'i', "'m", '5', '4', 'and', '120', 'pounds', 'and', 'ordered', 'a', 'size', 'small', ',1,0,6', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16634,895,66', ',caught', 'a', 'sale', 'in', 'oct', 'and', 'purchased', 'the', 'gray', 'beautiful', 'light', 'gray', 'i', 'am', 'normally', 'a', 'med', 'or', 'lg', 'and', 'the', 'small', 'in', 'this', 'sweater', 'was', 'perfect', 'i', 'am', 'larger', 'in', 'the', 'bust', 'so', 'it', 'is', 'not', 'boxy', 'on', 'me', 'added', 'a', 'delicate', 'pin', 'to', 'the', 'shoulder', 'and', 'it', 'was', 'darling', 'for', 'our', 'casual', 'christmas', 'dinner.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['16635,895,63', 'love', 'it', 'beautiful', 'color', 'great', 'style/design', 'only', 'drawback', 'is', 'it', "'s", 'not', 'as', 'soft', 'as', 'other', 'cashmere', 'i', "'ve", 'purchased', 'got', 'the', 'xs', 'and', 'the', 'fit', 'is', 'perfect', ',4,1,2', 'general', 'tops', 'fine', 'gauge'] ['16636,1133,61', 'looking', 'for', 'a', 'stylish', 'rain', 'resistant', 'coat', 'to', 'wear', 'to', 'ireland', 'this', 'fall', 'and', 'looks', 'like', 'this', 'could', 'fit', 'the', 'bill', 'the', '30inch', 'length', 'is', 'perfect', 'the', 'faux', 'fur', 'lined', 'collar', 'and', 'opening', 'edges', 'is', 'a', 'lovely', 'touch', 'fur', 'ends', 'about', '6', 'inches', 'in', 'so', 'not', 'fully', 'lined', 'but', 'great', 'for', 'weather', 'in', "50's-low", '60', "'s", 'with', 'a', 'sweater', 'added', 'ample', 'room', 'for', 'that', 'i', 'love', 'the', 'look', 'wish', 'the', 'pockets', 'were', 'just', 'a', 'bit', 'bigger', 'i', 'can', 'barely', 'fit', 'my', 'hand', 'in', 'but', 'overall', 'i', 'think', 'it', "'s", 'a', 'keeper'] ['i', 'ordered', 'm/l', 'and', 'am', 'usually', 'a', 'medium', 'or', 'la', ',5,1,5', 'general', 'petite', 'jackets', 'outerwear'] ['16637,895,46', 'beautiful', 'i', 'bought', 'this', 'in', 'aqua', 'the', 'color', 'is', 'beautiful', 'the', 'quality', 'of', 'the', 'cashmere', 'is', 'great', 'i', 'have', 'worn', 'this', '3', 'times', 'since', 'purchasing', 'this', 'can', 'be', 'dressed', 'up', 'or', 'down', 'the', 'cowl', 'neck', 'is', 'not', 'overwhelming', 'and', 'looks', 'great', 'with', 'a', 'shorter', 'chunky', 'necklace', 'or', 'even', 'a', 'scarf', 'flattering', 'hem', 'line', 'very', 'versatile.,5,1,0', 'general', 'tops', 'fine', 'gauge'] ['16638,829,31', 'elegant', 'blouse', 'shirt', 'fits', 'great', 'i', 'wore', 'it', 'for', 'work', 'and', 'got', 'lots', 'of', 'complements', 'looks', 'very', 'elegant', 'i', 'also', 'got', 'the', 'pants', 'featured', 'on', 'the', 'model', 'since', 'i', 'liked', 'the', 'outfit', 'so', 'much', ',5,1,3', 'general', 'tops', 'blouses'] ['16639,895,48', 'on', 'the', 'fence', 'i', 'love', 'cashmere', 'love', 'the', 'length', 'cowl-neck', 'and', 'colors', 'however', 'i', 'found', 'the', 'yellow', 'to', 'be', 'bit', 'more', 'vibrant', 'in', 'person', 'which', 'i', 'liked', 'i', "'m", 'not', 'sure', 'i', 'will', 'keep', 'this', 'because', 'it', 'seemed', 'to', 'be', 'a', 'bit', 'too', 'thin', 'for', 'my', 'taste', 'i', 'would', 'gladly', 'pay', 'a', 'bit', 'more', 'for', 'a', 'thicker', 'ply', 'sweater', 'i', 'might', 'justify', 'this', 'one', 'at', 'a', 'sale', 'price', ',3,0,2', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16640,930,38', 'beautiful', 'piece', 'very', 'well', 'made', 'and', 'drapes', 'well', 'i', 'love', 'it', 'runs', 'a', 'little', 'big', 'i', "'d", 'go', 'a', 'size', 'smaller', ',5,1,2', 'general', 'tops', 'sweaters'] ['16641,145,48', 'very', 'cute', 'in', 'person', 'too', 'soft', 'to', 'the', 'touch', 'and', 'comfy', 'as', 'a', 'person', 'on', 'the', 'shorter', 'side', 'the', 'roll', 'up', 'cuffs', 'sold', 'me', 'on', 'these', 'pants', 'ca', "n't", 'wait', 'for', 'it', 'to', 'get', 'cool', 'enough', 'to', 'wear', 'them', ',5,1,10', 'initmates', 'intimate', 'sleep'] ['16642,591,48', 'nice', 'cami', 'with', 'cute', 'detail', 'i', 'love', 'camisoles', 'like', 'this', 'and', 'retailer', 'always', 'has', 'great', 'ones', 'it', 'has', 'a', 'nice', 'length', 'so', 'the', 'lace', 'detail', 'can', 'show', 'underneath', 'a', 'jacket', 'or', 'shorter', 'cardigan', 'it', "'s", 'fitted', 'but', 'not', 'tight', ',5,1,0', 'initmates', 'intimate', 'layering'] ['16643,895,59', 'try', 'it', 'you', "'ll", 'love', 'it', 'this', 'is', 'a', 'beautiful', 'sweater', 'high', 'quality', 'cashmere', 'was', 'used', 'as', 'it', 'is', 'very', 'soft', 'as', 'other', 'reviewers', 'stated', 'the', 'sweater', 'does', 'run', 'large', 'so', 'i', 'purchased', 'one', 'size', 'down', 'and', 'ordered', 'an', 'xxs', 'for', 'a', 'perfect', 'fit', 'i', 'went', 'with', 'yellow', 'which', 'is', 'a', 'great', 'color', 'this', 'is', 'not', 'high', 'low', 'which', 'i', 'love', 'i', 'am', 'so', 'thrilled', 'that', 'just', 'as', 'soon', 'as', 'i', "'m", 'finished', 'writing', 'this', 'review', 'i', "'m", 'going', 'to', 'purchase', 'another', 'sweater', 'in', 'red', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16644,829,51', 'classy', 'sophisticated', 'i', 'bought', 'this', 'blouse', 'in', 'a', 'size', '4', 'my', 'normal', 'size', 'to', 'pair', 'with', 'winter', 'white', 'slacks', 'and', 'gun', 'metal', 'pumps', 'it', 'was', 'a', 'hit', 'i', 'felt', 'beautiful', 'and', 'professional', 'and', 'received', 'many', 'compliments', 'at', 'work', 'as', 'well', 'as', 'at', 'an', 'after', 'work', 'gathering', 'the', 'quality', 'is', 'surprisingly', 'sturdy', 'given', 'the', 'lace', 'work', 'the', 'collar', 'and', 'cuffs', 'really', 'set', 'the', 'design', 'off', 'this', 'top', 'is', 'much', 'more', 'impressive', 'in', 'person.,5,1,4', 'general', 'tops', 'blouses'] ['16645,1008,56', 'ugg', 'this', 'skirt', 'is', 'gianormous', 'i', 'usually', 'take', 'an', 'xl', 'or', 'l', 'so', 'i', 'ordered', 'both', 'the', 'waistband', 'on', 'the', 'xl', 'was', 'so', 'huge', 'i', 'did', "n't", 'even', 'try', 'it', 'on', 'i', 'feared', 'it', 'would', 'not', 'stay', 'up', 'so', 'i', 'tried', 'the', 'large', 'and', 'it', 'was', 'big', 'as', 'well', 'i', 'think', 'i', 'would', 'have', 'needed', 'a', 'medium', 'but', 'as', 'it', 'is', 'it', 'is', 'not', 'the', 'cute', 'a-line', 'that', 'appears', 'in', 'the', 'picture', 'i', 'wonder', 'how', 'they', 'even', 'got', 'it', 'to', 'look', 'like', 'that', 'it', 'is', 'huge', 'hip-y', 'and', 'bunchy', 'yuck', ',1,0,2', 'general', 'petite', 'bottoms', 'skirts'] ['16646,895,68', 'bought', 'the', 'aqua', 'because', 'sizes', 'were', 'sold', 'out', 'the', 'bright', 'color', 'will', 'be', 'a', 'welcome', 'change', 'this', 'winter', 'among', 'all', 'my', 'neutrals', 'it', "'s", 'lovely', 'soft', 'well-fitting', 'and', 'i', 'only', 'hope', 'we', 'have', 'a', 'few', 'days', 'in', 'the', 'south', 'so', 'i', 'can', 'wear', 'it', 'well', 'worth', 'the', 'price', 'would', 'be', 'a', 'lovely', 'wardrobe', 'addition', 'for', 'any', 'age', 'changed', 'by', 'what', 'it', "'s", 'worn', 'with', 'shoes', 'accessories', ',5,1,1', 'general', 'petite', 'tops', 'fine', 'gauge'] ['16647,829,46', 'beautiful', 'shirt', 'this', 'shirt', 'is', 'beautiful', 'and', 'well-made', 'the', 'lace', 'is', 'soft', 'not', 'scratchy', 'at', 'all', 'looks', 'great', 'with', 'a', 'cream', 'or', 'gray', 'cami', 'underneath.,5,1,0', 'general', 'tops', 'blouses'] ['16648,145,60', 'most', 'comfy', 'flannel', 'jammies', 'ever', 'love', 'love', 'these', 'flannel', 'sleep', 'pants', 'i', 'bought', 'a', 'pair', '3', 'years', 'ago', 'and', 'have', 'been', 'on', 'the', 'look', 'out', 'for', 'the', 'style', 'again', 'these', 'are', 'truly', 'the', 'most', 'comfortable', 'pajama', 'pants', 'i', 'have', 'ever', 'owned', ',5,1,8', 'initmates', 'intimate', 'sleep'] ['16649,1008,30', 'i', 'recently', 'ordered', 'this', 'and', 'am', 'so', 'glad', 'i', 'did', 'i', 'absolutely', 'love', 'it', 'my', 'hips', 'and', 'butt', 'are', 'not', 'tiny', 'so', 'i', 'was', 'very', 'nervous', 'that', 'this', 'would', 'be', 'a', 'giant', 'pouf', 'on', 'my', 'lower', 'half', 'but', 'it', 'lays', 'perfectly', 'flat', 'and', 'has', 'a', 'very', 'gentle', 'a-line', 'contrary', 'to', 'other', 'comments', 'i', 'am', '5', '4', 'and', '130', 'but', 'the', 'xs', 'fits', 'perfectly', 'and', 'keeps', 'me', 'looking', 'trim', 'the', 'waist', 'sits', 'just', 'barely', 'below', 'my', 'natural', 'waist', 'very', 'happy', 'with', 'this', 'purchase', 'would', 'buy', 'more', 'if', 'there', 'were', 'additional', 'colors', 'who', 'does', "n't", 'love', 'an', 'elastic-waisted', 'skirt', ',5,1,1', 'general', 'petite', 'bottoms', 'skirts'] ['16650,1110,25', 'amazing', 'maxi', 'bought', 'this', 'dress', 'in', 'store', 'after', 'trying', 'it', 'on', 'loved', 'it', 'it', "'s", 'sexy', 'with', 'the', 'lower', 'cut', 'front', 'the', 'fabric', 'is', 'flowy', 'and', 'breathable', 'runs', 'true', 'to', 'size', 'usually', 'wear', 'a', '10', 'with', 'my', 'hips', 'but', 'the', '8', 'fit', 'better', 'on', 'top.the', 'sides', 'are', 'well', 'designed', 'so', 'your', 'bra', 'does', "n't", 'show', 'i', "'m", '5', '6', '32g', 'size', '29/30', 'jeans', 'and', 'athletic/hourglass', 'built', 'i', 'ca', "n't", 'wait', 'to', 'wear', 'it', 'out', 'the', 'pictures', 'do', "n't", 'do', 'it', 'justice.,5,1,0', 'general', 'dresses', 'dresses'] ['16651,417,42', 'nice', 'change', 'from', 'denim', 'i', 'really', 'like', 'these', 'shorts', 'i', "'m", 'quite', 'petite', 'and', 'have', 'a', 'hard', 'time', 'finding', 'shorts', 'to', 'fit', 'other', 'than', 'high', 'end', 'denim', 'brands', 'these', 'are', 'great', 'b/c', 'of', 'the', 'sizing', 'i', 'wear', 'a', '24', 'in', 'most', 'denim', 'and', 'the', '24', 'in', 'these', 'fit', 'perfectly', 'also', 'love', 'the', 'length', 'not', 'too', 'short', 'or', 'long', 'going', 'to', 'order', 'a', 'second', 'color', 'i', 'have', 'the', 'plum', 'and', 'love', 'it', ',5,1,4', 'general', 'bottoms', 'shorts'] ['16652,868,26', 'ordered', 'this', 'is', 'the', 'navy', 'in', 'a', 'size', 'm', 'i', "'m", '5', '5', '135', 'lbs', '34d', 'it', 'was', 'huge', 'it', 'is', 'also', 'very', 'billowy', 'but', 'i', "'m", 'going', 'to', 'try', 'it', 'in', 'a', 'petite', 's.', 'i', 'also', 'changed', 'colors', 'to', 'the', 'ivory', 'as', 'the', 'navy', 'was', 'really', 'plain', 'hoping', 'this', 'size', 'change', 'works', ',4,1,30', 'general', 'tops', 'knits'] ['16653,417,48', 'variety', 'of', 'colors', 'i', 'could', "n't", 'wait', 'to', 'try', 'on', 'these', 'shorts', 'after', 'reading', 'all', 'the', 'positive', 'reviews', 'about', 'them', 'my', 'local', 'retailer', 'had', 'them', 'in', 'the', 'bright', 'blue', 'and', 'coral', 'in', 'my', 'size', '26', 'and', '25.', 'i', 'purchased', 'the', '26', 'and', 'am', 'content', 'with', 'them', 'they', 'are', 'a', 'very', 'lightweight', 'cool', 'pair', 'of', 'shorts', 'they', 'do', 'have', 'a', 'little', 'stretch', 'to', 'them', 'and', 'the', 'length', 'is', 'perfect', 'i', 'have', 'to', 'note', 'they', 'do', 'wrinkle', 'a', 'bit', 'but', 'perfect', 'summer', 'staple', '.,5,1,0', 'general', 'bottoms', 'shorts'] ['16654,868,30', 'my', 'new', 'favorite', 'top', 'this', 'top', 'is', 'wonderfully', 'comfortable', 'and', 'well', 'made', 'i', "'ve", 'taken', 'a', 'few', 'accidental', 'naps', 'while', 'wearing', 'it', 'because', 'i', 'was', 'just', 'so', 'comfortable', 'at', 'the', 'same', 'time', 'i', 'receive', 'complements', 'on', 'the', 'shirt', 'every', 'time', 'i', 'wear', 'it', 'itt', 'pairs', 'well', 'with', 'so', 'many', 'types', 'of', 'pants', 'the', 'only', 'negative', 'is', 'that', 'i', 'only', 'own', 'one', 'the', 'cream', 'color', 'i', 'regret', 'greatly', 'that', 'i', 'did', 'not', 'purchase', 'it', 'in', 'all', 'available', 'colors', 'when', 'i', 'had', 'the', 'chance', 'i', 'really', 'hope', 'to', 'see', 'this', 'top', 'come', 'back', 'again', 'later', ',5,1,0', 'general', 'tops', 'knits'] ['16655,417,48', ',the', 'color', 'was', 'very', 'different', 'and', 'vibrant', 'chose', 'to', 'size', 'up', 'for', 'extra', 'room', 'and', 'length,5,1,6', 'general', 'bottoms', 'shorts'] ['16656,1045,60', 'extremely', 'small', 'pant', 'very', 'small', 'so', 'disappointed', 'they', 'did', 'not', 'even', 'have', 'a', 'size', 'for', 'me', 'to', 'exchange', 'a', 'day', 'later', 'when', 'they', 'arrived', ',1,0,0', 'general', 'bottoms', 'pants'] ['16657,1092,59', 'very', 'short', 'this', 'runs', 'very', 'short', 'i', 'had', 'to', 'size', 'up', 'so', 'i', 'could', 'wear', 'as', 'a', 'dress', 'still', 'too', 'short', 'to', 'wear', 'to', 'work', 'with', 'a', 'cardi', 'but', 'adorable', 'to', 'wear', 'to', 'daytime', 'summer', 'events', 'and', 'date', 'nights', 'with', 'hubby', 'i', 'am', '5', '6', 'length', 'may', 'work', 'better', 'for', 'shorter', 'women', 'love', 'the', 'style', 'and', 'fabric', 'very', 'feminine', 'float', 'and', 'easy', 'to', 'wear', 'with', 'sandals', 'on', 'a', 'hot', 'summer', 'day', ',5,1,2', 'general', 'dresses', 'dresses'] ['16658,841,39', 'not', 'for', 'larger', 'chests', 'i', 'ordered', 'this', 'online', 'and', 'when', 'i', 'opened', 'the', 'package', 'i', 'was', 'impressed', 'with', 'the', 'quality', 'of', 'the', 'material', 'and', 'stitching', 'for', 'this', 'top', 'it', 'is', 'much', 'nicer', 'than', 'a', 'basic', 't-shirt'] [] ['when', 'i', 'tried', 'this', 'on', 'the', 'band', 'of', 'stitching', 'that', 'was', 'supposed', 'to', 'go', 'beneath', 'my', 'chest', 'was', 'sitting', 'on', 'top', 'of', 'my', 'cleavage', 'also', 'the', 'overall', 'length', 'is', 'listed', 'as', '27', 'long', 'but', 'i', 'think', 'that', 'is', 'the', 'back', 'of', 'the', 'shirt', 'the', 'front', 'of', 'the', 'shirt', 'is', 'very', 'short', 'on', 'me', 'i', "'m", "5'10", 'hitting', 'well', 'above', 'my', 'hip', 'bones'] [] ['if', 'only', 'this', 'was', 'much', 'm', ',2,0,11', 'general', 'petite', 'tops', 'blouses'] ['16659,868,36', 'subtly', 'soft', 'i', 'purchased', 'this', 'in', 'the', 'light', 'red', 'and', 'love', 'it', 'this', 'top', 'is', 'so', 'incredibly', 'soft', 'and', 'ridiculously', 'comfortable', 'definitely', 'worth', 'buying', 'the', 'material', 'is', 'high', 'quality', 'and', 'can', 'easily', 'shift', 'from', 'season', 'to', 'season', 'wear', 'alone', 'with', 'shorts', 'and', 'wedges', 'for', 'summer', 'or', 'put', 'it', 'over', 'a', 'long', 'sleeve', 'top', 'or', 'even', 'a', 'holding', 'horses', 'jean', 'shirt', 'with', 'a', 'pair', 'of', 'black', 'leggings', 'and', 'boots', 'for', 'fall'] ['absolutely', 'love', 'the', 'softness', 'and', 'the', 'consistency', 'of', 'the', 'fabric', ',5,1,2', 'general', 'tops', 'knits'] ['16660,417,45', 'great', 'shorts', 'these', 'shorts', 'are', 'very', 'flattering', 'will', 'def', 'purchase', 'another', 'pair.,5,1,2', 'general', 'bottoms', 'shorts'] ['16661,868,32', 'so', 'soft', 'and', 'flowy', 'this', 'tunic', 'is', 'a', 'great', 'length', 'i', "'m", '5', '4', 'and', 'it', 'hits', 'me', 'mid/lower', 'thigh', 'it', "'s", 'so', 'soft', 'and', 'flowy', 'which', 'i', 'love', 'i', 'got', 'a', 'medium', 'which', 'is', 'my', 'normal', 'size', 'so', 'i', 'would', 'say', 'it', 'runs', 'a', 'little', 'big', 'given', 'that', 'i', "'m", 'almost', '5', 'months', 'pregnant', 'with', 'my', 'second', 'but', 'it', 'will', 'still', 'look', 'and', 'feel', 'great', 'post', 'baby', 'arm', 'holes', 'are', 'big', 'but', 'a', 'cami', 'can', 'fix', 'that', 'i', 'got', 'both', 'colors', 'available', 'the', 'ivory', 'and', 'light', 'red', ',5,1,0', 'general', 'tops', 'knits'] ['16662,62,38', 'so', 'cute', 'i', 'love', 'this', 'nice', 'and', 'lightweight', 'super', 'stylish,3,1,0', 'general', 'petite', 'intimate', 'lounge'] ['16663,1138,59', 'this', 'skirt', 'is', 'adorable', 'i', 'like', 'it', 'because', 'its', 'different', 'and', 'i', 'like', 'this', 'length', 'the', 'cactus', 'look', 'gray', 'in', 'the', 'picture', 'but', 'they', 'are', 'green', ',4,1,1', 'general', 'trend', 'trend'] ['16664,868,37', 'love', 'this', 'great', 'for', 'larger', 'chests', 'i', 'love', 'this', 'tunic', 'i', "'m", '5', '5', 'and', 'can', 'wear', 'it', 'as', 'a', 'dress', 'with', 'bike', 'shorts', 'or', 'leggings', 'it', 'is', 'so', 'soft', 'and', 'comfortable', 'and', 'i', 'love', 'the', 'pink', 'color', 'very', 'versatile', 'my', 'favorite', 'thing', 'about', 'this', 'piece', 'i', 'am', 'a', '36dd', 'and', 'have', "n't", 'bought', 'a', 'button', 'down', 'shirt', 'in', 'years', 'until', 'this', 'tunic', 'which', 'fits', 'over', 'my', 'chest', 'and', 'is', 'so', 'flattering', 'many', 'reviewers', 'are', 'saying', 'that', 'this', 'tunic', 'runs', 'large', 'i', 'agree', 'but', 'for', 'those', 'of', 'us', 'who', 'are', 'busty', 'it', "'s", 'an', 'opportunity', 'to', 'wear', 'a', 'cute', 'breezy', 'style', 'with', 'buttons', 'and', 'a', 'collar', ',5,1,11', 'general', 'tops', 'knits'] ['16665,868,43', 'makes', 'me', 'look', 'pregnant', 'i', 'normally', 'wear', 'regular', 's', 'but', 'even', 'the', 'xsp', 'is', 'too', 'wide', 'on', 'me', 'it', 'is', 'really', 'maternity', 'wear'] [] ['also', 'since', 'the', 'material', 'is', 'thin', 'the', 'ivory', 'is', 'too', 'shear', 'for', 'my', 'liking', ',3,0,4', 'general', 'tops', 'knits'] ['16666,417,31', 'great', 'length', 'true', 'to', 'size', 'despite', 'initial', 'snug', 'these', 'shorts', 'are', 'comfortable', 'and', 'are', 'just', 'the', 'right', 'length', 'i', 'have', 'the', 'blue', 'and', 'it', 'is', "n't", 'as', 'bright', 'as', 'shown', 'in', 'the', 'pictures', 'but', 'it', "'s", 'a', 'great', 'color', 'nonetheless', 'that', 'coordinates', 'well', 'with', 'many', 'wardrobe', 'items', 'when', 'i', 'tried', 'on', 'my', 'usual', '25', 'i', 'found', 'the', 'waist', 'fit', 'a', 'bit', 'snug', 'so', 'i', 'bought', 'the', '26', 'for', 'a', 'comfortable', 'fit', 'i', 'should', "'ve", 'stayed', 'with', 'my', 'usual', 'size', 'though', 'because', 'after', 'wearing', 'for', 'an', 'entire', 'day', 'the', 'shorts', 'loosened', 'up', 'quite', 'a', 'bit', 'and', 'developed', 'a', 'saggy', 'look', 'to', 'them', 'i', "'m", 'so', 'disappointed', 'with', 'this', ',4,1,1', 'general', 'bottoms', 'shorts'] ['16667,1092,53', 'beautiful', 'dress', 'this', 'dress', 'is', 'so', 'beautiful', 'in', 'person', 'i', 'actually', 'am', 'currently', 'wearing', 'it', 'with', 'jeans', 'and', 'i', 'get', 'so', 'many', 'compliments', 'on', 'it', 'this', 'picture', 'on', 'the', 'website', 'does', 'not', 'really', 'do', 'it', 'justice', 'very', 'flowy', 'beautiful', 'top/dress.,5,1,3', 'general', 'dresses', 'dresses'] ['16668,425,56', 'i', "'ve", 'been', 'looking', 'this', 'is', 'another', 'i', "'ve", 'been', 'looking', 'for', 'me', 'a', 'funnel-neck', 'sweatshirt', 'to', 'feign', 'athleticism', 'with', 'i', 'love', 'it', 'the', 'material', 'is', 'incredibly', 'soft', 'and', 'warm', 'the', 'fit', 'is', 'a', 'little', 'snug', 'around', 'a', 'larger', 'bust', 'and', 'the', 'lines', 'would', 'probably', 'be', 'more', 'flattering', 'on', 'a', 'more', 'well', 'modelesque', 'frame', 'but', 'i', "'m", 'thoroughly', 'attached', 'size', 'up', 'if', 'you', "'re", 'looking', 'for', 'movement', ',4,1,1', 'initmates', 'intimate', 'lounge'] ['16669,936,57', ',i', 'ordered', 'it', 'online', 'so', 'i', 'was', "n't", 'sure', 'how', 'thick', 'the', 'sweater', 'coat', 'would', 'be', 'and', 'when', 'i', 'received', 'it', 'i', 'was', 'pleasantly', 'surprised', 'at', 'the', 'thickness', 'and', 'high', 'quality', 'definitely', 'worth', 'the', 'price', ',5,1,7', 'general', 'tops', 'sweaters'] ['16670,1110,32', 'perfect', 'maxi', 'i', 'agree', 'with', 'the', 'other', 'reviews', 'perfect', 'color', 'and', 'weight', 'to', 'the', 'dress', 'should', 'wear', 'well', 'in', 'summer', 'and', 'fall', 'i', "'m", '5', '5', '34c', '140lbs', 'athletic', 'and', 'got', 'the', '6', 'regular', 'fit', 'well', 'and', 'the', 'length', 'was', 'perfect', 'with', 'flats.,5,1,0', 'general', 'dresses', 'dresses'] ['16671,417,37', 'perfect', 'shorts', 'i', 'love', 'these', 'shorts', 'they', 'are', 'cuter', 'in', 'person', 'than', 'online', 'they', 'fit', 'perfectly', 'casual', 'somewhat', 'loose', 'airy', 'feeling', 'i', 'am', '5', '3', '105', 'lbs', 'took', 'my', 'usual', 'size', '25.', 'i', 'wear', 'shorts', 'a', 'little', 'lower', 'on', 'my', 'waist', 'and', 'i', 'prefer', 'the', 'looser', 'fit', 'if', 'you', 'plan', 'to', 'wear', 'them', 'up', 'higher', 'on', 'your', 'waist', 'you', 'can', 'probably', 'size', 'down', 'but', 'i', 'did', "n't", 'want', 'to', 'worry', 'about', 'shrinkage', 'and', 'i', 'wanted', 'them', 'to', 'be', 'easy', 'and', 'comfy', 'they', 'washed', 'nicely', 'machine', 'wash', 'cold', 'laid', 'flat', 'light', 'iron', 'touch', 'up', 'i', 'ordered', 'in', 'moss', 'green', 'nice', 'color', ',5,1,0', 'general', 'bottoms', 'shorts'] ['16672,868,55', 'breezy', 'comfy', 'this', 'top', 'does', 'run', 'large', 'i', "'m", '5', '8', '142', 'lbs', 'and', 'usually', 'a', 'medium', 'i', 'bought', 'a', 'small', 'and', 'probably', 'could', 'have', 'gone', 'xs', 'that', 'said', 'i', 'love', 'this', 'top', 'its', 'soft', 'and', 'comfy', 'and', 'swingy', 'i', 'bought', 'the', 'light', 'red', 'and', 'its', 'pretty', 'true', 'to', 'the', 'online', 'color', ',5,1,0', 'general', 'tops', 'knits'] ['16673,868,27', 'soft', 'fabric', 'and', 'nice', 'details', 'billowy', 'design', 'this', 'top', 'is', 'not', 'quite', 'what', 'i', 'expected', 'but', 'it', 'is', 'good', 'quality', 'and', 'very', 'comfortable', 'looking', 'at', 'the', 'tall', 'willowy', 'model', 'in', 'the', 'pictures', 'i', 'thought', 'the', 'top', 'would', 'be', 'about', 'tunic', 'length', 'and', 'hang', 'straight', 'down', 'in', 'reality', 'the', 'design', 'adds', 'volume', 'to', 'your', 'frame', 'by', 'cutting', 'out', 'in', 'a', 'kind', 'of', 'a-line', 'from', 'shoulder', 'to', 'mid-thigh', 'in', 'fact', 'the', 'shirt', 'is', 'so', 'long', 'and', 'has', 'so', 'much', 'flare', 'that', 'i', 'think', 'if', 'i', 'had', 'ordered', 'the', 'regular', 'size', 'rather', 'than', 'a', 'petite', 'it', 'would', 'actually', 'make', 'a', 'cute', 'dress', 'for', 'reference', 'i', "'m", '5', '4', 'a', ',4,1,3', 'general', 'tops', 'knits'] ['16674,417,51', 'stretchy', 'love', 'the', 'length', 'cut', 'placement', 'of', 'pockets', 'the', 'stretch', 'has', 'positive', 'negative', 'consequences', 'though', 'minuses', 'easily', 'wrinkled', 'grow', '2', 'sizes', 'within', 'the', 'day', 'pluses', 'comfy', 'bendy', 'they', "'re", 'designed', 'to', 'be', 'more', 'of', 'an', 'active', 'short', 'so', 'the', 'wrinkles', 'give', 'are', 'quite', 'fine', 'they', 'only', 'stretch', 'in', 'unnoticeable', 'areas', 'if', 'we', "'re", 'to', 'repurchase', 'i', "'d", 'size', 'down', 'but', 'i', 'love', 'the', 'bright', 'color', 'comfort', 'so', 'much', 'i', "'m", 'keeping', 'these', 'as', 'is', 'i', "'m", 'a', '6-8', 'should', 'have', 'purchased', 'the', '27', "'s", ',4,1,0', 'general', 'bottoms', 'shorts'] ['16675,868,41', 'easy', 'top', 'i', 'like', 'this', 'top', 'another', 'reviewer', 'mentioned', 'that', 'it', 'was', 'a', 'great', 'top', 'for', 'a', 'busty', 'girl', 'i', 'agree', 'i', "'m", 'a', '32g', 'and', 'could', 'have', 'sized', 'down', 'to', 'a', 'small', 'but', 'i', 'kept', 'the', 'medium', 'because', 'i', 'wanted', 'the', 'extra', 'length', 'to', 'have', 'the', 'option', 'of', 'wearing', 'it', 'as', 'a', 'dress', 'the', 'small', 'may', 'have', 'caused', 'slight', 'button', 'pulling', 'but', 'since', 'the', 'fabric', 'has', 'stretch', 'and', 'the', 'top', 'has', 'a', 'generous', 'cut', 'it', 'wouldn', 't', 'look', 'insane', 'my', 'only', 'issue', 'is', 'the', 'fabric', 'pills', 'i', 'wore', 'the', 'top', 'once', 'and', 'the', 'fabric', 'near', 'the', 'armpit', 'pilled', 'a', 'lot', 'especially', 'for', ',4,1,0', 'general', 'tops', 'knits'] ['16676,868,57', 'the', 'light', 'red', 'color', 'is', 'really', 'nice', 'i', 'ordered', 'an', 'xs', 'but', 'usually', 'order', 'small', 'because', 'of', 'the', 'cut', 'and', 'it', 'was', 'perfect', 'the', 'fabric', 'is', 'heavy', 'but', 'loose', 'the', 'collar', 'stands', 'up', 'nicely', 'and', 'the', 'buttons', 'lay', 'flat', 'i', 'purchased', 'this', 'beautiful', 'piece', 'on', 'sale', 'but', 'i', 'would', 'have', 'paid', 'full', 'price', ',5,1,0', 'general', 'tops', 'knits'] ['16677,417,66', 'so', 'great', 'have', 'been', 'on', 'the', 'hunt', 'for', 'decent', 'shorts', 'all', 'summer', 'as', 'an', 'elder', 'i', 'need', 'some', 'length', 'comfort', 'style', 'and', 'attractive', 'fit', 'these', 'meet', 'all', 'the', 'criteria', 'i', "'m", '5', '3', 'and', 'got', 'the', '31', "'s", 'they', "'re", 'lightweight', 'but', 'substantial', 'enough', 'to', 'keep', 'their', 'shape', 'love', 'the', 'faux', 'cuff', 'too', 'they', 'stretched', 'a', 'bit', 'but', 'still', 'have', 'a', 'perfect', 'fit', 'got', 'the', 'grey', 'on', 'sale', 'and', 'getting', '2', 'more', 'in', 'other', 'colors', 'left', 'in', 'my', 'size', 'at', 'full', 'price', 'so', 'good', ',5,1,1', 'general', 'bottoms', 'shorts'] ['16678,1092,33', ',beautiful', 'dress', 'the', 'details', 'are', 'lovely', 'it', 'feels', 'a', 'little', 'bit', 'like', 'a', 'nightgown', 'i', 'always', 'wear', 'a', 'slip', 'bust', 'does', 'run', 'a', 'little', 'small', 'so', 'i', 'unbutton', 'the', 'first', 'few', 'buttons', 'armholes', 'feel', 'a', 'little', 'small', 'also.,5,1,2', 'general', 'dresses', 'dresses'] ['16679,868,56', 'runs', 'large', 'i', 'was', 'excited', 'to', 'receive', 'this', 'tunic', 'in', 'the', 'red', 'more', 'of', 'a', 'rose', 'color', 'yet', 'so', 'disappointed', 'to', 'find', 'out', 'how', 'large', 'it', 'runs', 'my', 'usual', 'size', 'with', 'retailer', 'is', 'a', 'small', 'sometimes', 'xs', 'after', 'reading', 'through', 'the', 'reviews', 'i', 'ordered', 'an', 'xs', 'and', 'even', 'the', 'xs', 'is', 'too', 'big', 'just', 'too', 'much', 'fabric', 'unfortunately', 'the', 'xxs', 'is', 'sold', 'out', 'and', 'the', 'xs', 'will', 'be', 'returned', ',3,1,0', 'general', 'tops', 'knits'] ['16680,818,63', 'great', 'summer', 'shirt', 'i', 'can', 'tell', 'this', 'is', 'will', 'be', 'a', 'go', 'to', 'shirt', 'this', 'summer', 'simple', 'lines', 'yet', 'a', 'little', 'different', 'style', 'soft', 'stripes', 'slits', 'on', 'the', 'side', 'seams', 'and', 'short', 'but', 'not', 'too', 'short', 'that', 'it', 'bares', 'the', 'stomach', 'it', 'will', 'look', 'great', 'with', 'jeans', 'dressier', 'with', 'slim', 'white', 'pants', 'or', 'skirt', 'or', 'a', 'pair', 'of', 'nice', 'shorts', 'i', 'do', "n't", 'usually', 'go', 'for', 'button-down', 'shirts', 'but', 'this', 'one', 'was', 'a', 'bit', 'unusual', 'and', 'caught', 'my', 'eye', 'immediately', 'the', 'fabric', 'is', 'soft', 'yet', 'holds', 'it', "'s", 'shape', ',5,1,0', 'general', 'tops', 'blouses'] ['16681,868,34', 'runs', 'very', 'large', 'i', 'love', 'tunics', 'and', 'really', 'wanted', 'this', 'to', 'work', 'i', 'got', 'this', 'in', 'a', 'size', 's', 'and', 'it', 'is', 'absolutely', 'gigantic', 'everything', 'else', 'about', 'it', 'is', 'great', 'and', 'i', 'still', 'have', "n't", 'decided', 'if', 'i', 'will', 'try', 'to', 'swap', 'it', 'for', 'an', 'xs', 'which', 'is', 'definitely', 'not', 'my', 'usual', 'size', 'which', 'is', 'usually', 'm', 'but', 'often', 's', 'at', 'retailer', 'the', 'pink/red', 'color', 'was', 'quite', 'pretty', 'if', 'you', 'have', 'broad', 'hips', 'fear', 'not', 'you', 'can', 'size', 'down', 'and', 'this', 'top', 'will', 'still', 'be', 'generous', 'around', 'your', 'hips', 'basically', 'if', 'you', "'re", 'deliberating', 'between', 's', 'and', 'm', 'for', 'this', 'top', 'get', ',3,1,0', 'general', 'tops', 'knits'] ['16682,1110,33', 'effortless', 'i', 'tried', 'this', 'on', 'a', 'whim', 'during', 'the', 'sale', 'with', 'no', 'real', 'intentions', 'of', 'buying', 'but', 'the', 'moment', 'i', 'put', 'this', 'on', 'i', 'feel', 'in', 'love', 'the', 'denim', 'is', 'soooooooo', 'soft', 'it', 'is', 'heaven', 'seriously', 'one', 'of', 'the', 'most', 'comfortable', 'pieces', 'i', 'have', 'ever', 'tried', 'on', 'the', 'fit', 'is', 'very', 'flattering', 'and', 'it', 'can', 'be', 'worn', 'multi', 'seasons', 'so', 'it', 'went', 'home', 'that', 'night', 'i', 'put', 'it', 'on', 'and', 'walked', 'doen', 'the', 'stairs', 'and', 'my', 'two', 'year', 'old', 'daughter', 'said', 'mommy', 'is', 'so', 'pretty', 'score', 'this', 'dress', 'is', 'so', 'simple', 'and', 'can', 'be', 'styled', 'so', 'many', 'ways', 'plus', 'it', 'seems', 'very', ',5,1,1', 'general', 'dresses', 'dresses'] ['16683,417,30', 'super', 'comfortable', 'but', 'not', 'frumpy', 'these', 'have', 'become', 'my', 'go-to', 'shorts', 'as', 'i', 'can', 'dress', 'them', 'up', 'or', 'down,5,1,0', 'general', 'bottoms', 'shorts'] ['16684,818,49', 'great', 'shirt', 'love', 'this', 'shirt', 'the', 'material', 'the', 'design', 'but', 'i', 'have', 'not', 'worn', 'it', 'yet', 'the', 'side', 'openings', 'are', 'strategically', 'placed', 'to', 'show', 'my', 'least', 'flattening', 'angles', 'if', 'you', 'know', 'what', 'i', 'mean', 'i', 'will', 'be', 'sewing', 'these', 'two', 'openings', 'and', 'hope', 'the', 'shirt', 'still', 'looks', 'and', 'fits', 'beautiful', ',4,1,0', 'general', 'tops', 'blouses'] ['16685,421,44', ',legs', 'are', 'too', 'wide', 'the', 'fabric', 'is', 'rough', 'to', 'the', 'touch.,1,0,0', 'general', 'petite', 'intimate', 'lounge'] ['16686,417,27', ',true', 'to', 'size', 'and', 'love', 'the', 'color', 'great', 'to', 'wear', 'dressed', 'up', 'with', 'wedges', 'and', 'a', 'blouse', 'or', 'dressed', 'down', 'with', 'some', 'mephistos', 'and', 'a', 'tee', 'linen', 'fabric', 'makes', 'them', 'light', 'for', 'summer', 'heat,5,1,0', 'general', 'bottoms', 'shorts'] ['16687,818,66', 'fab', 'versitile', 'top', 'love', 'love', 'love', 'this', 'top', 'i', 'saw', 'this', 'online', 'and', 'immediately', 'knew', 'tha', 'tthis', 'had', 'to', 'be', 'in', 'my', 'wardrobe', 'i', 'wear', 'a', 'lot', 'of', 'navy', 'in', 'my', 'estimating', 'the', 'classiest', 'color', 'there', 'is', 'black', 'is', 'passe', 'it', 'is', 'simple', 'very', 'wearable', 'with', 'pants', 'with', 'skirts', 'the', 'very', 'thin', 'stripe', 'adds', 'interest', 'without', 'really', 'being', 'a', 'pattern', 'that', 'conflicts', 'with', 'other', 'patterns', 'i', 'did', 'have', 'an', 'issue', 'with', 'some', 'threads', 'that', 'were', 'randomly', 'hanging', 'from', 'sleeve', 'cuff', 'but', 'nothing', 'important', 'yes', 'it', 'is', 'cropped', 'very', 'much', 'so', 'so', 'if', ',5,1,1', 'general', 'tops', 'blouses'] ['16688,26,34', 'cute', 'holiday', 'dress', 'i', "'m", '5', '9', 'and', 'wear', 'a', 'size', '12.', 'this', 'dress', 'runs', 'tts', 'though', 'there', 'is', 'no', 'stretch', 'to', 'it', 'found', 'the', 'bust', 'to', 'be', 'a', 'tad', 'tight', '38c', 'it', 'is', 'light', 'with', 'good', 'movement', 'i', 'did', 'not', 'find', 'it', 'short', 'waisted', 'and', 'i', 'thought', 'the', 'proportions', 'were', 'correct', 'the', 'length', 'was', 'just', 'long', 'enough', 'to', 'make', 'me', 'feel', 'comfortable', 'wearing', 'it', 'i', "'m", 'looking', 'forward', 'to', 'wearing', 'it', 'to', 'holiday', 'dinners', 'this', 'season', ',4,1,0', 'general', 'dresses', 'dresses'] ['16689,868,60', 'runs', 'very', 'large', 'this', 'is', 'a', 'super', 'cute', 'tunic', 'it', 'is', 'simply', 'way', 'too', 'big.,3,1,12', 'general', 'tops', 'knits'] ['16690,417,47', 'great', 'design', 'these', 'are', 'so', 'cute', 'and', 'the', 'colors', 'are', 'great', 'however', 'they', 'stretch', 'out', 'about', '2', 'sizes', 'they', 'fit', 'me', 'perfectly', 'and', 'i', 'sized', 'down', 'and', 'they', 'stretched', 'out', 'about', 'a', 'size', '1/2', 'to', '2', 'sizes', 'too', 'big', 'i', "'m", 'bummed', 'out', 'because', 'they', 'are', 'perfect', 'in', 'every', 'other', 'way', 'did', "n't", 'think', 'they', 'would', 'stretch', 'out', 'as', 'much', 'as', 'they', 'did', 'and', 'they', 'look', 'awful', 'once'] ['they', "'ve", 'stretched', 'out', 'wish', 'i', 'did', "n't", 'take', 'the', 'tags', 'off', 'or', 'i', 'would', 'have', 'returned', 'them', 'size', 'down', 'at'] ['least', 'one', 'size', 'i', 'could', 'have', 'sized', 'down', 'two', 'sizes', 'hoping', 'they', 'shrink', 'lik', ',3,1,1', 'general', 'bottoms', 'shorts'] ['16691,1092,44', 'rules', 'apply', 'this', 'dress', 'is', 'breathtaking', 'in', 'person', 'the', 'back', 'tie', 'the', 'lace', 'on', 'the', 'sides', 'the', 'hem', 'the', 'sleeves', 'the', 'pleats', 'at', 'the', 'chest', 'and', 'the', 'liner', 'is', 'opaque', 'so', 'it', "'s", 'not', 'see-through', 'but', 'it', "'s", 'very', 'white', 'baby', 'doll', 'cut', 'and', 'very', 'short', 'in', 'order', 'to', 'avoid', 'the', 'maternity', 'wedding-ish', 'look', 'a', 'few', 'rules', 'must', 'be', 'applied', 'thanks', 'to', 'retailer', 'stylist', 'buttons', 'all', 'the', 'way', 'up', 'a', 'belt', 'is', 'a', 'must', 'to', 'break', 'the', 'monotony', 'of', 'the', 'all-over', 'white', 'and', 'lace', 'look', 'i', 'purchased', 'size', '2', 'regular', 'and', 'it', 'still', 'falls', 'about', '3', 'inches', 'above', 'm', ',5,1,2', 'general', 'dresses', 'dresses'] ['16692,1110,44', 'elegant', 'casual', 'this', 'is', 'an', 'understated', 'elegant', 'denim', 'dress', 'the', 'fabric', 'color', 'is', 'just', 'the', 'right', 'fade', 'and', 'thickness', 'not', 'too', 'thin', 'and', 'not', 'too', 'thick', 'which', 'is', 'appropriate', 'for', 'most', 'occasions', 'it', 's', 'very', 'soft', 'and', 'can', 'get', 'a', 'bit', 'wrinkly', 'but', 'nothing', 'major', 'my', 'local', 'retailer', 'has', 'only', 'the', 'regular', 'size', 'and', 'it', "'s", 'true', 'to', 'size', 'size', '6', 'my', 'usual', 'size', 'for', 'holding', 'horses', 'brand', 'fit', 'well', 'around', 'the', 'bust', 'and', 'waist', 'area', 'i', 'm', '34b', '26', 'waist', '36', 'hips', 'busty', 'gals', 'may', 'want', 'to', 'size', 'up', 'this', 'dress', 'shows', 'cleavage', 'so', 'if', 'you', 're', 'conscious', 'like', ',5,1,9', 'general', 'dresses', 'dresses'] ['16693,818,32', 'this', 'shirt', 'is', 'really', 'cute', 'it', "'s", 'shorter', 'than', 'most', 'and', 'it', "'s", 'supposed', 'to', 'be', 'that', 'way', 'if', 'you', 'do', "n't", 'want', 'your', 'midriff', 'showing', 'if', 'you', 'stretch', 'this', 'shirt', 'is', "n't", 'for', 'you', 'it', 'has', 'slits', 'on', 'the', 'side', 'also', 'the', 'material', 'is', 'super', 'light', 'so', 'will', 'be', 'great', 'for', 'summer', 'i', 'just', 'loved', 'the', 'way', 'it', 'fit', 'and', 'that', 'it', "'s", 'different', 'i', 'ordered', 'an', 'xs', 'and', 'i', "'m", 'about', '5', '5', 'and', '120', 'lbs', ',5,1,4', 'general', 'tops', 'blouses'] ['16694,417,52', 'super', 'comfy', 'shorts', 'love', 'these', 'shorts', 'got', '2', 'pairs', 'on', 'sale', 'just', 'because', 'it', "'s", 'hard', 'to', 'find', 'shorts', 'that', 'fit', 'nicely', 'and', 'are', 'comfy', 'with', 'a', 'great', 'length.,5,1,0', 'general', 'bottoms', 'shorts'] ['16695,8,33', 'great', 'coverage', 'this', 'bathing', 'suit', 'has', 'everything', 'i', 'especially', 'love', 'the', 'ruching', 'in', 'the', 'waist', 'and', 'the', 'boy', 'short', 'bottom', 'finally', 'the', 'coverage', 'my', 'booty', 'needs', 'i', "'ve", 'worn', 'it', 'dozens', 'of', 'times', 'and', 'it', 'still', 'holds', 'its', 'quality', 'and', 'looks', 'brand', 'new', 'i', 'get', 'a', 'lot', 'of', 'compliments', 'every', 'time', 'i', 'wear', 'it'] ['the', 'only', 'drawback', 'is', 'it', 'does', "n't", 'dry', 'very', 'quickly', 'after', 'a', 'dip', 'in', 'the', 'pool', 'or', 'the', 'lake', 'it', 'stays', 'wet', 'for', 'hours', 'even', 'when', 'i', "'m", 'laying', 'out', 'in', 'the', 'summer', 'heat', ',5,1,2', 'initmates', 'intimate', 'swim'] ['16696,1037,29', 'love', 'i', 'tried', 'these', 'on', 'in', 'my', 'local', 'store', 'and', 'immediately', 'loved', 'them', 'they', 'are', 'so', 'flattering', 'on', 'my', 'hourglass', 'shape', 'the', 'flare', 'leg', 'balances', 'out', 'the', 'hips', 'great', 'quality', 'and', 'very', 'comfortable', 'i', 'know', 'i', 'will', 'get', 'so', 'much', 'wear', 'out', 'of', 'these', 'i', 'bought', 'a', 'size', 'up', 'from', 'my', 'usual', 'size', 'and', 'they', 'fit', 'perfectly.,5,1,0', 'general', 'petite', 'bottoms', 'jeans'] ['16697,989,27', 'beautiful', 'skirt', 'i', 'love', 'this', 'skirt', 'the', 'material', 'is', 'soft', 'and', 'beautiful', 'i', 'love', 'wearing', 'it', 'with', 'black', 'tights', 'and', 'boots', 'the', 'skirt', 'is', 'quite', 'a', 'bit', 'longer', 'than', 'how', 'it', 'appears', 'on', 'the', 'model', 'however', 'unless', 'the', 'model', 'is', '10', 'ft', 'tall', 'i', 'am', '5', '2', 'and', 'if', 'i', 'place', 'the', 'skirt', 'under', 'my', 'ribs', 'it', 'reaches', 'right', 'above', 'my', 'knee', 'it', 'works', 'though', 'and', 'does', "n't", 'look', 'bad', 'i', 'would', 'still', 'recommend', 'you', 'buy', 'this', ',4,1,3', 'general', 'bottoms', 'skirts']
IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--NotebookApp.iopub_data_rate_limit`. Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)
This code helps to implement the word2vec family of algorithms, using highly optimized C routines, data streaming and Pythonic interfaces. We save the data model for later training. The bin file is created. Load() is used to load a previosuly saved Word2Vec model.Here the W2V model is using skip gram model where the model learns the neighbouring words based on the given "focus word". Converting into bin file : -m gensim.scripts.word2vec2tensor -i C:\Users\HP\OneDrive\Documents\AI\sample_model1.bin -o C:\Users\HP\OneDrive\Documents\AI\
model = gensim.models.Word2Vec(data, min_count=1)
model.save('sample_model.bin')
sample_model = gensim.models.Word2Vec.load('sample_model.bin')
#sample_model.wv.most_similar(positive=['good'], topn = 3)
Here the W2V model is using skip gram model where the model learns the neighbouring words based on the given "focus word".
sample_model.wv.most_similar("positive")
[('rave', 0.8398278951644897),
('complained', 0.8386147618293762),
('followed', 0.8265423774719238),
('prior', 0.8204153180122375),
('regarding', 0.8036805391311646),
('popular', 0.7996435165405273),
('listened', 0.7991910576820374),
('per', 0.7943500876426697),
('posted', 0.7930225729942322),
('rue', 0.792026698589325)]
Here the W2V model is using skip gram model where the model learns the neighbouring words based on the given "focus word".
sample_model.wv.most_similar("negative")
[('downside', 0.8531903028488159),
('minor', 0.8473504781723022),
('downfall', 0.8425042629241943),
('drawback', 0.8351399898529053),
('complained', 0.8088720440864563),
('con', 0.8020694255828857),
('clean', 0.778571367263794),
('flaw', 0.7771332263946533),
('positive', 0.7678878307342529),
('biggest', 0.7647868394851685)]
sample_model.wv.most_similar("flattering")
[('slimming', 0.6812618970870972),
('comfortable', 0.6761202812194824),
('loose', 0.5765669941902161),
('sexy', 0.569746732711792),
('flowy', 0.5673390030860901),
('forgiving', 0.5654573440551758),
('112lb', 0.5514383912086487),
('disappointing.,3,1,2', 0.5475509166717529),
('unflattering', 0.5426691770553589),
('fitted', 0.5383228659629822)]
sample_model.wv.most_similar("tight")
[('snug', 0.929906964302063),
('baggy', 0.843468964099884),
('wide', 0.841711163520813),
('roomy', 0.828567624092102),
('loose', 0.8225917816162109),
('big', 0.8046583533287048),
('area', 0.7658024430274963),
('low', 0.759573757648468),
('short', 0.7290348410606384),
('shoulders', 0.7157052755355835)]
This code is used to access the vector representation of any word in the vocabulary.
sample_model.wv['positive']
array([-3.03241275e-02, 5.68835199e-01, 1.97720125e-01, -4.85910624e-02,
1.37855232e-01, -2.89602876e-01, 1.32485703e-01, 2.57915765e-01,
-3.41750175e-01, -1.57324567e-01, 1.74306795e-01, -1.72241285e-01,
1.00546353e-01, 3.01325433e-02, 3.77940893e-01, 7.51562417e-02,
3.36150795e-01, -1.93067864e-01, -1.64151654e-01, -2.36650363e-01,
-3.01127732e-02, 8.73777494e-02, 1.38576373e-01, -3.01904351e-01,
-9.45701525e-02, -1.80004209e-01, 4.01410311e-02, -1.51114434e-01,
9.54261199e-02, -8.94088894e-02, 3.23143721e-01, -3.47643741e-03,
1.24402322e-01, 2.16637012e-02, -1.26028240e-01, 1.01956323e-01,
2.21191603e-03, -1.48562625e-01, -6.73607290e-02, -2.73639917e-01,
9.90582816e-03, 2.52816498e-01, -1.21604376e-01, 8.02998692e-02,
1.83068410e-01, -7.31818378e-02, -2.70298481e-01, -6.33120164e-03,
9.53698456e-02, 5.35864606e-02, 2.87828386e-01, -2.76589155e-01,
-2.61827379e-01, 2.36330435e-01, -4.01001692e-01, 1.23237140e-01,
-4.70068790e-02, -1.08904235e-01, -4.50463504e-01, 9.35571417e-02,
5.56017235e-02, 2.47985974e-01, -1.60125047e-02, 3.80800515e-02,
-4.50768284e-02, 3.72569561e-01, -1.24795929e-01, 2.21510381e-01,
-4.23491746e-01, 1.19880550e-01, -1.55504555e-01, -5.51157407e-02,
1.31925002e-01, 3.32139723e-04, 1.09646261e-01, -4.90648523e-02,
-8.85606632e-02, -2.76710391e-01, -2.46308953e-01, 7.92289898e-02,
9.52547640e-02, -3.02369911e-02, -2.79848844e-01, 5.52448273e-01,
9.09230635e-02, -5.25265895e-02, 9.06065628e-02, -1.83843933e-02,
2.27851644e-01, 7.68609121e-02, 5.03485382e-01, 1.49935409e-01,
-1.80025086e-01, -1.23785354e-01, 4.73044783e-01, 2.45317012e-01,
5.91387227e-02, -3.41459632e-01, -7.81666636e-02, 1.62885293e-01],
dtype=float32)
The below code saves all the adjectives that incline towards the customers who have provided negative review.
bad = ['low', 'tight', 'unflattering', 'pricey', 'disappointed', 'poor', 'cheap', 'issues' , 'torn', 'loose', 'colour', 'shrunk']
for d in bad:
print( d, sample_model.wv.similarity('bad', d))
low 0.6610413 tight 0.48539013 unflattering 0.5764457 pricey 0.52570385 disappointed 0.5575557 poor 0.4155267 cheap 0.50754064 issues 0.20941505 torn 0.13114199 loose 0.4425407 colour 0.061759524 shrunk 0.26476136
The below code saves all the adjectives that incline towards the customers who have provided positive review
good = ['perfect', 'nice', 'stylish', 'lovely', 'beautiful', 'cute', 'soft', 'flattering', 'compliment', 'bright', 'soft']
for g in good:
print( g, sample_model.wv.similarity('good', g))
perfect 0.48397806 nice 0.7469898 stylish 0.17977034 lovely 0.32556534 beautiful 0.33897233 cute 0.3797088 soft 0.27682006 flattering 0.41643453 compliment -0.05601853 bright 0.18653205 soft 0.27682006
The below code saves the final model into a .bin file format. This data is used in Tensorflow to visualise the data.
sample_model1 = gensim.models.Word2Vec(data, min_count=1)
sample_model1.wv.save_word2vec_format('sample_model1.bin')